Package: apgdiff
Version: 2.6-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 163
Depends: default-jre-headless | java2-runtime-headless
Homepage: http://www.apgdiff.com/
Priority: optional
Section: database
Filename: pool/main/a/apgdiff/apgdiff_2.6-1.pgdg+1_all.deb
Size: 145396
SHA256: d1fecce84eaaa67728a45df23b8d6095e7ef7c8652bf6c9df2dcd23d4e86d1d1
SHA1: 02a50538548204f9837f70cab4203315f6bd0439
MD5sum: e05308968aadd6b79564128f21b322de
Description: Another PostgreSQL Diff Tool
 Another PostgreSQL Diff Tool is a simple PostgreSQL diff tool that is useful
 for schema upgrades. The tool compares two schema dump files and creates
 an SQL output file that is (after some hand-made modifications) suitable for
 upgrades of old schemata.
Timestamp: 2020-03-26 11:41:08+00

Package: barman
Version: 2.10-2.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 116
Depends: python3-barman (= 2.10-2.pgdg+1), python3-pkg-resources, adduser, rsync (>= 3.0.4~), python3:any
Recommends: openssh-server, openssh-client, postgresql-client
Suggests: barman-cli, repmgr
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman_2.10-2.pgdg+1_all.deb
Size: 81276
SHA256: f1a5ebc789cd445cf9f01c66ea6ce326cfd3f22e3d7e908b664117ce92a30ff0
SHA1: ac06adc663505ddb15c059ce78a716f02d0e78e1
MD5sum: 0b7fffa665adc9aceb47632b390755d9
Description: Backup and Recovery Manager for PostgreSQL
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides barman binary.
Timestamp: 2020-03-26 11:41:08+00

Package: barman-cli
Source: barman
Version: 2.10-2.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 73
Depends: python3-barman (= 2.10-2.pgdg+1), python3-pkg-resources, rsync (>= 3.0.4~), python3:any
Recommends: openssh-client, python3-boto3
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli_2.10-2.pgdg+1_all.deb
Size: 58528
SHA256: c937d6fe638c1bf0c846156c51f750dcd988f819bbff564b6d504f87b8ea2bb2
SHA1: 7dab109cae39838407d5e88f2af16cf2480a13e6
MD5sum: 671a7ca334ccc8266dae95bc565a9917
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 organization 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.
Timestamp: 2020-03-26 11:41:08+00

Package: bucardo
Version: 5.4.1-1.pgdg+1
Architecture: all
Maintainer: Nicholas Jefferson <nicholas@pythonic.com.au>
Installed-Size: 980
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.pgdg+1_all.deb
Size: 207816
SHA256: 2f11b452617823d37f6f3f5b649f015cf57dc6504087f15a0de8a8823118d398
SHA1: 9eef922c01a1108f468c7024c19ca0f0d9a779c5
MD5sum: b348a723433237676cb8b7ffc41ddc83
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.
Timestamp: 2020-03-26 11:41:08+00

Package: check-pgactivity
Version: 2.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 309
Depends: perl:any, postgresql-client
Suggests: wget | curl | lynx | links | links2
Homepage: https://github.com/OPMDG/check_pgactivity
Priority: optional
Section: database
Filename: pool/main/c/check-pgactivity/check-pgactivity_2.4-1.pgdg+1_all.deb
Size: 67896
SHA256: b390d6b8ca87cd85f69804e70357c6b949b366e3abfad384a06e6c9778c34e29
SHA1: 5340f02fdb76ca5ea875b49789cc2df0c23ec9c3
MD5sum: a39f68adcb2bb2c88263c0164db11a40
Description: PostgreSQL plugin for Nagios
 check_pgactivity is a Nagios probe dedicated to PostgreSQL. It offers many
 options to measure and monitor useful performance metrics.
 .
 Services include (among others) monitoring of autovacuum, bgwriter, locks,
 long queries, idle in transaction queries, number of temporary files and WAL
 files, bloat of tables and btree indexes, commit and hit ratios,
 WAL archives exhaustivity, age of logical backups, backends number and states,
 backup label file age, connectivity, replication delay between primary and
 secondary instances, database sizes, vacuum and analyze times,
 sequence exhaustion, snapshots age, presence of unlogged tables or invalid
 indexes, incoming freeze, settings changes, PostgreSQL minor version,
 PGDATA rights, custom queries.
 .
 Most services only need normal user rights.
 .
 All versions of PostgreSQL are supported from 7.4 to 10 (and partially 11).
Timestamp: 2020-03-26 11:41:08+00

Package: check-postgres
Version: 2.25.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 759
Depends: perl:any, postgresql-client
Enhances: postgresql
Multi-Arch: foreign
Homepage: http://bucardo.org/wiki/Check_postgres
Priority: optional
Section: database
Filename: pool/main/c/check-postgres/check-postgres_2.25.0-1.pgdg+1_all.deb
Size: 153056
SHA256: 5be1a7f6543adc8e8b94d9ea1b85864b4f1f099bc3fe07101f36fa6bf4913219
SHA1: c746691f26052ec68231c21a87e51fadf87e983a
MD5sum: cff6cf429a6d7d713d67b9cb76505009
Description: script for monitoring PostgreSQL databases
 check_postgres is a Perl script that runs many different tests
 against one or more Postgres databases.  It uses the psql program to
 gather the information, and outputs the results in one of three
 formats: Nagios, MRTG, or simple.
Timestamp: 2020-03-26 11:41:08+00

Package: cl-pgloader
Source: pgloader
Version: 3.6.1-1.pgdg+1
Architecture: all
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 871
Depends: cl-abnf, cl-alexandria, cl-asdf (>= 3.0.3), cl-asdf-finalizers, cl-asdf-system-connections, cl-bordeaux-threads (>= 0.8.3), cl-cffi (>= 1:0.12.0), cl-command-line-arguments, cl-csv, cl-db3, cl-drakma, cl-esrap, cl-fad, cl-flexi-streams, cl-interpol, cl-ixf, cl-local-time, cl-log, cl-lparallel, cl-markdown, cl-md5, cl-metabang-bind, cl-mssql, cl-mustache, cl-postmodern, cl-ppcre, cl-py-configparser, cl-qmynd, cl-quri, cl-simple-date, cl-split-sequence, cl-sqlite, cl-trivial-backtrace, cl-trivial-utf-8, cl-unicode, cl-usocket, cl-utilities, cl-uuid, cl-yason, cl-zs3
Homepage: https://github.com/dimitri/pgloader
Priority: optional
Section: lisp
Filename: pool/main/p/pgloader/cl-pgloader_3.6.1-1.pgdg+1_all.deb
Size: 148984
SHA256: bafd0dbbc285b0e8d8b2828f7f88faa6d8a93bca00f4dda11b5461bed3ffe624
SHA1: a5ef6ad480fb090980a3fda0b18223e778c86ebe
MD5sum: ab09f9cd1f85288a0dc878d3f3f90603
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.
Timestamp: 2020-03-26 11:41:08+00

Package: libpostgis-java
Source: postgis-java
Version: 1:2.4.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 78
Depends: libpostgresql-jdbc-java
Suggests: postgresql-postgis
Breaks: libpostgis-jdbc, libpostgisjava, postgresql-postgis-java
Replaces: libpostgis-jdbc, libpostgisjava, postgresql-postgis-java
Homepage: https://github.com/postgis/postgis-java
Priority: optional
Section: java
Filename: pool/main/p/postgis-java/libpostgis-java_2.4.0-1.pgdg+1_all.deb
Size: 53952
SHA256: 108f8ac40c838a33c3dbadc8b7615e2c65e4d086678b042a29b735f9a7723650
SHA1: 2ad0cf237bdaa39f463a2d45f049d5bbbb6bcc81
MD5sum: efa9db111f533ac281ad74af822346ec
Description: Geographic objects support for PostgreSQL -- JDBC support
 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 JDBC support for PostGIS.
Timestamp: 2020-03-26 11:41:08+00

Package: libpostgresql-jdbc-java
Source: libpgjava
Version: 42.2.11-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 892
Conflicts: libpg-java (<= 9.1-901-1), libpgjava (<= 7.4.7-3)
Replaces: libpg-java (<= 9.1-901-1), libpgjava
Provides: libpg-java, libpgjava
Built-Using: libscram-java (= 1.0.0~beta.2-3.pgdg+1)
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: java
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java_42.2.11-1.pgdg+1_all.deb
Size: 818448
SHA256: cd4b870a347926ba40d3241858c2325cb36892cc483a642379497a528b830b27
SHA1: f2dab4a45f8d1095f4afb5c5c5428151ac496f6f
MD5sum: 6ad3196b6b62805983ea0f97b87ce149
Description: Java database (JDBC) driver for PostgreSQL
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
Timestamp: 2020-03-26 11:41:08+00

Package: libpostgresql-jdbc-java-doc
Source: libpgjava
Version: 42.2.11-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 10804
Depends: default-jdk-doc
Conflicts: libpg-java-doc (<= 8.4-702-1)
Replaces: libpg-java-doc
Provides: libpg-java-doc
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java-doc_42.2.11-1.pgdg+1_all.deb
Size: 633856
SHA256: 33a81e08ba3a26e787da8724bf0f107280448d7365a8920e6fd25fc953b8d5a1
SHA1: 79ff4afbfa33e550be07057c8f28a4f6298bda5e
MD5sum: 86cdb75c18a939723c7cf59782a9627a
Description: Java database (JDBC) driver for PostgreSQL (documentation)
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
 .
 This package contains the documentation.
Timestamp: 2020-03-26 11:41:08+00

Package: libscram-java
Version: 1.0.0~beta.2-3.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 96
Suggests: libscram-java-doc
Multi-Arch: foreign
Homepage: https://github.com/ongres/scram
Priority: optional
Section: java
Filename: pool/main/libs/libscram-java/libscram-java_1.0.0~beta.2-3.pgdg+1_all.deb
Size: 52960
SHA256: 7dc3308ae8f2a7345ed74f743e2b4d995d35749cab871d2bb2eaa0f2f1409be1
SHA1: 8d005976604beff35fb40523a1417bc7f59231cd
MD5sum: 892422df90ba92980503b178a55b720d
Description: Salted Challenge Response Authentication Mechanism
 SCRAM (Salted Challenge Response Authentication Mechanism) is part of the
 family of Simple Authentication and Security Layer (SASL, RFC 4422)
 authentication mechanisms. It is described as part of RFC 5802 and RFC 7677.
 .
 This project aims to provide a complete clean-room implementation of SCRAM. It
 is written in Java and provided in a modular, re-usable way, independent of
 other software or programs.
Timestamp: 2020-03-26 11:41:08+00

Package: libtap-parser-sourcehandler-pgtap-perl
Version: 3.35-2.pgdg+1
Architecture: all
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Installed-Size: 95
Depends: perl
Suggests: postgresql-pgtap
Conflicts: pgtap (<= 0.24-1)
Homepage: https://metacpan.org/release/TAP-Parser-SourceHandler-pgTAP
Priority: optional
Section: perl
Filename: pool/main/libt/libtap-parser-sourcehandler-pgtap-perl/libtap-parser-sourcehandler-pgtap-perl_3.35-2.pgdg+1_all.deb
Size: 37992
SHA256: f047befab1c8cd9c5623858fdc48f710071ea50ffaf5f11eefb1bd5fe33d7796
SHA1: f4fbaf819b43f1e950b2a292a1ed7b48df4f7199
MD5sum: d5c2b7771f0d79032ba6998ca444e868
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/).
Timestamp: 2020-03-26 11:41:08+00

Package: omnidb-common
Source: omnidb
Version: 2.17.0+ds-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30312
Depends: fonts-glewlwyd, fonts-roboto-unhinted, libjs-jquery-ui, libjs-jquery, libjs-excanvas, python3:any, python3-cherrypy3, python3-django, python3-openpyxl, python3-paramiko, python3-pgspecial, python3-prettytable, python3-psycopg2, python3-pyaes, python3-restrictedpython, python3-scrypt, python3-sqlparse, python3-sshtunnel, python3-tornado
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/omnidb-common_2.17.0+ds-1.pgdg+1_all.deb
Size: 4402532
SHA256: a32f0bf1cf9c3bd87ebc879e5987e1673caeec2b6f3ebd1870e44838f7472570
SHA1: ef5375e9f6326318bd6b7a73c5d26ffde8eac205
MD5sum: d1a165a4838e03e543a71cd71dd98d59
Description: Web tool for database management
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight. Check-out some
 characteristics:
 .
  * Web Tool: Accessible from any platform, using a browser as a medium
  * Responsive Interface: All available functions in a single page
  * Unified Workspace: Different technologies managed in a single workspace
  * Simplified Editing: Easy to add and remove connections
  * Safety: Multi-user support with encrypted personal information
  * Interactive Tables: All functionalities use interactive tables, allowing
    copying and pasting in blocks
  * Smart SQL Editor: Contextual SQL code completion
  * Beautiful SQL Editor: You can choose between many available color themes
  * Tabbed SQL Editor: Easily add, rename or delete editor tabs
 .
 Supported DBMS: PostgreSQL, Oracle, MySQL, MariaDB
 .
 This package contains shared files.
Timestamp: 2020-03-26 11:41:08+00

Package: omnidb-server
Source: omnidb
Version: 2.17.0+ds-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: adduser, omnidb-common (= 2.17.0+ds-1.pgdg+1)
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/omnidb-server_2.17.0+ds-1.pgdg+1_all.deb
Size: 8048
SHA256: 89b37122d7ba23181b4b26d2a234cf8a9658e45e10468846df0a5d3e354a1353
SHA1: 5978a9a1dcea2cb5021b6e2f23fb57599370a012
MD5sum: ee46d3f4e517676c630272651c959363
Description: Web tool for database management
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight. Check-out some
 characteristics:
 .
  * Web Tool: Accessible from any platform, using a browser as a medium
  * Responsive Interface: All available functions in a single page
  * Unified Workspace: Different technologies managed in a single workspace
  * Simplified Editing: Easy to add and remove connections
  * Safety: Multi-user support with encrypted personal information
  * Interactive Tables: All functionalities use interactive tables, allowing
    copying and pasting in blocks
  * Smart SQL Editor: Contextual SQL code completion
  * Beautiful SQL Editor: You can choose between many available color themes
  * Tabbed SQL Editor: Easily add, rename or delete editor tabs
 .
 Supported DBMS: PostgreSQL, Oracle, MySQL, MariaDB
 .
 This package runs OmniDB as system service on http://127.0.0.1:8000.
Timestamp: 2020-03-26 11:41:08+00

Package: ora2pg
Version: 20.0-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1137
Depends: libdbd-mysql-perl | libdbd-oracle-perl, libdbd-pg-perl, libdbi-perl, libio-compress-perl, perl
Recommends: postgresql-client
Homepage: https://ora2pg.darold.net/
Priority: optional
Section: database
Filename: pool/main/o/ora2pg/ora2pg_20.0-2.pgdg+1_all.deb
Size: 341696
SHA256: 251d8a5deb639017f281a573821f69689f4a4e4d6d06b4dede7a5a1d6dee6767
SHA1: 71cd0c1284e27adff47eb1cbccb284986a3d8caa
MD5sum: 4f33614fcdcf7073379f2f94299e199c
Description: Oracle/MySQL to PostgreSQL database schema converter
 Ora2Pg migrates Oracle and MySQL database schemas to PostgreSQL. It connects
 to the database, scans it automatically and extracts its structure or data.
 It then generates SQL scripts you can load into PostgreSQL.
Timestamp: 2020-03-26 11:41:08+00

Package: patroni
Version: 1.6.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 587
Depends: python3-cdiff, python3-click (>= 4.1), python3-dateutil, python3-prettytable (>= 0.7), python3-psutil, python3-requests, python3-six (>= 1.7), python3-tzlocal, python3-urllib3, python3-yaml, python3:any (>= 3.5~), lsb-base (>= 3.0-6), python3-psycopg2, python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_1.6.1-1.pgdg+1_all.deb
Size: 118784
SHA256: cba81c26a49375fff69635e27e6ef080d8ab12f1a814c55ebc7ea60f9b25a631
SHA1: 253e2c167bf600c54e1b5da06a79780e1bc48966
MD5sum: 715e47aaf1e93b0e2a57f9d6f8ab2b88
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2020-03-26 11:41:08+00

Package: patroni-doc
Source: patroni
Version: 1.6.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 695
Depends: libjs-sphinxdoc (>= 1.0), sphinx-rtd-theme-common (>= 0.4.3+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_1.6.1-1.pgdg+1_all.deb
Size: 99340
SHA256: 0080a5a110ed52ca228519353b22a4fe4d6e0eb5e9d74b27218ef34ccf637aa4
SHA1: 0363b604832277a8e9e119fc4a1fd1ad00249cea
MD5sum: 01a2760d019f2bdf4d85be0b1c3cbaaf
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2020-03-26 11:41:08+00

Package: pg-activity
Version: 1.5.0-1.pgdg+1
Architecture: all
Maintainer: Emmanuel Bouthenot <kolter@debian.org>
Installed-Size: 153
Depends: python3-psutil, python3-psycopg2, python3:any
Homepage: https://github.com/julmon/pg_activity
Priority: optional
Section: utils
Filename: pool/main/p/pg-activity/pg-activity_1.5.0-1.pgdg+1_all.deb
Size: 26508
SHA256: 322901e2a1c24103c5b6be5eb3c6fa48a5d6649c3fbd261801d55ca474e648ed
SHA1: 1c6c040438d33e322c33582d9286c420420b8734
MD5sum: 6060094149b3981db7033e4ffb04d995
Description: Realtime PostgreSQL database server monitoring tool
 PgActivity is a curses-based realtime utility to display information from a
 running PostgreSQL database server.
 .
 It is modelled after the standard 'top' utility, and displays information such
 as:
   - the running, waiting and blocking queries
   - cpu, memory and i/o usage of each query
   - the queries execution time
 .
 It also provides interactive commands to sort, filter, scroll and extend the
 queries list displayed.
Timestamp: 2020-03-26 11:41:08+00

Package: pg-backup-ctl
Version: 0.8.pgdg+1
Architecture: all
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 72
Homepage: https://github.com/credativ/pg_backup_ctl
Priority: optional
Section: database
Filename: pool/main/p/pg-backup-ctl/pg-backup-ctl_0.8.pgdg+1_all.deb
Size: 22548
SHA256: f25cdf0ea5f7639d0909efd3db103b58600fe60d5620a36d06c7656913c6ab22
SHA1: f3c96757ec0e5eae809e778fbfcfed3cd6eb924b
MD5sum: 6090d164b23247a885f4493e56aed479
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).
Timestamp: 2020-03-26 11:41:08+00

Package: pg-checksums-doc
Source: pg-checksums
Version: 1.0-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15
Multi-Arch: foreign
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: doc
Filename: pool/main/p/pg-checksums/pg-checksums-doc_1.0-3.pgdg+1_all.deb
Size: 6564
SHA256: 5399e0bda69921187263773b285fb4841fb436945df99f8e6d319d410fd981ba
SHA1: 9bd1736de5dd4ebacfb38be5b3db22a6c5b676bb
MD5sum: 281d83bb4d496f039df66b6868b92e9a
Description: Activate/deactivate/verify PostgreSQL data checksums (Documentation)
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums can activate or deactivate data checksums as long at the database
 cluster is shutdown cleanly. Activating checksums requires all database blocks
 to be read and all page headers to be updated, so can take a long time on a
 large database. Deactivating checksums only requires the cluster control file
 to be updated so is quick.
 .
 In addition, pg_checksums can verify the checksums in an offline cluster.
 .
 This package contains the manpage.
Timestamp: 2020-03-26 11:41:08+00

Package: pg-cloudconfig
Version: 0.11.pgdg+1
Architecture: all
Maintainer: Alexander Sosna <alexander@xxor.de>
Installed-Size: 55
Depends: python3-pint, python3:any (>= 3.2~), postgresql-common
Homepage: https://github.com/credativ/pg_cloudconfig
Priority: optional
Section: database
Filename: pool/main/p/pg-cloudconfig/pg-cloudconfig_0.11.pgdg+1_all.deb
Size: 17336
SHA256: 54a1c21753fd8de36e53ea921ce4e27778312cc12f1f207f645e98ac5df34f3f
SHA1: d5d3fd80c8b19a78056a9b61d842ba9f444779f2
MD5sum: e9bea0db60ad1f10defcafd23afd3e93
Description: Set optimized defaults for PostgreSQL in virtual environments
 Tool to set optimized defaults for PostgreSQL in virtual environments.
 (changes settings without asking for confirmation).
 This is used to change the static defaults of PostgreSQL with potential
 more useful alternatives calculated based on available resources or previous
 settings.
Timestamp: 2020-03-26 11:41:08+00

Package: pgadmin3-data
Source: pgadmin3
Version: 1.22.2-6.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8856
Depends: libjs-jquery, libjs-underscore
Enhances: pgadmin3 (>= 1.22.2-6.pgdg+1)
Multi-Arch: foreign
Homepage: http://www.pgadmin.org/
Priority: optional
Section: database
Filename: pool/main/p/pgadmin3/pgadmin3-data_1.22.2-6.pgdg+1_all.deb
Size: 2548308
SHA256: b154df874507ca54c6971bf0b1b8b6fe8eac69d027ee651964b4d23e775c6dfc
SHA1: aa188ae40f626947784bc686c62ae45609112609
MD5sum: cec22ecd8cc1e60aa7787c8a198ace93
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.
Timestamp: 2020-03-26 11:41:08+00

Package: pgadmin4-apache2
Source: pgadmin4
Version: 4.18-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: apache2 | httpd-wsgi, libapache2-mod-wsgi-py3 | httpd-wsgi, pgadmin4-common (= 4.18-1.pgdg+1), debconf (>= 0.5) | debconf-2.0
Homepage: https://www.pgadmin.org/
Priority: optional
Section: database
Filename: pool/main/p/pgadmin4/pgadmin4-apache2_4.18-1.pgdg+1_all.deb
Size: 10000
SHA256: cd3d5e4d1229845a7d83bc66be1171411a32fc730dac871dde4e96d84b505b2e
SHA1: 3c302faf78bcd3aab45e3daceb7b4f131e62678b
MD5sum: e7aefff8ae04953a6b200918ccb8932d
Description: PostgreSQL management tool - WSGI application
 pgAdmin is an open source administration and management tool for the
 PostgreSQL database. It includes a graphical administration interface, an SQL
 query tool, a procedural code debugger and much more. The tool is designed to
 answer the needs of developers, DBAs and system administrators alike.
 .
 This package installs the WSGI application for the Apache web server.
Timestamp: 2020-03-26 11:41:08+00

Package: pgadmin4-common
Source: pgadmin4
Version: 4.18-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26309
Depends: fonts-open-sans, fonts-roboto-unhinted, fonts-font-awesome, python3-cryptography, python3-dateutil, python3-flask, python3-flask-babelex, python3-flask-compress, python3-flask-gravatar, python3-flask-login, python3-flask-migrate, python3-flask-paranoid, python3-flask-security, python3-flask-sqlalchemy, python3-psutil, python3-psycopg2 (>= 2.7.4), python3-simplejson, python3-sqlparse (>> 0.2), python3-sshtunnel, python3-werkzeug (>= 0.15), python3:any
Recommends: pgadmin4-doc, python3-psycopg2 (>= 2.8)
Conflicts: python3-pgadmin4
Replaces: python3-pgadmin4
Homepage: https://www.pgadmin.org/
Priority: optional
Section: database
Filename: pool/main/p/pgadmin4/pgadmin4-common_4.18-1.pgdg+1_all.deb
Size: 3046488
SHA256: 727e952692a04d4e2fcebaf94d3316edf61076ca27861e98f55342029242178d
SHA1: 2fb19d296f0663e0b56c23ae80e5d1264ae40cdc
MD5sum: ac2806378ff080ca62fe7de2781b2f74
Description: PostgreSQL management tool - common files
 pgAdmin is an open source administration and management tool for the
 PostgreSQL database. It includes a graphical administration interface, an SQL
 query tool, a procedural code debugger and much more. The tool is designed to
 answer the needs of developers, DBAs and system administrators alike.
 .
 This package contains the files shared by the GUI and WSGI applications.
Timestamp: 2020-03-26 11:41:08+00

Package: pgadmin4-doc
Source: pgadmin4
Version: 4.18-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25972
Depends: libjs-jquery, libjs-underscore
Homepage: https://www.pgadmin.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgadmin4/pgadmin4-doc_4.18-1.pgdg+1_all.deb
Size: 21550056
SHA256: 0313e16c842f55a83bf35d8fc4bdde0616c6e5b34886b320d209812415b73aad
SHA1: a9bf15b6e3a03ef40d5e3f0c71799d8fe45717b4
MD5sum: 2d0e2c6d77962d620c6cf7293f1cd3f4
Description: PostgreSQL management tool - HTML documentation
 pgAdmin is an open source administration and management tool for the
 PostgreSQL database. It includes a graphical administration interface, an SQL
 query tool, a procedural code debugger and much more. The tool is designed to
 answer the needs of developers, DBAs and system administrators alike.
 .
 This package installs the HTML documentation.
Timestamp: 2020-03-26 11:41:08+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.24-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1045
Multi-Arch: foreign
Homepage: http://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.24-1.pgdg+1_all.deb
Size: 98576
SHA256: c4fb860df098de3c435ecd25d1fc96fdabd6a716d1cbbdedfbef3ea45c5e9c93
SHA1: 06068c3eea5482e2355865631bf4dc70c573ce19
MD5sum: 26747a4e50e8f56dfa1deffdaabbb318
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2020-03-26 11:41:08+00

Package: pgbadger
Version: 11.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1565
Depends: libjson-xs-perl, libtext-csv-xs-perl, perl:any
Multi-Arch: foreign
Homepage: https://dalibo.github.io/pgbadger/
Priority: optional
Section: database
Filename: pool/main/p/pgbadger/pgbadger_11.2-1.pgdg+1_all.deb
Size: 365044
SHA256: f05dffc9d2617091598dfd451a84607819de8bdab5fbcd25e87ace4e730c7cc9
SHA1: a3b7e0e1b90c6893c0921d4fe703329de2180207
MD5sum: 17e9ee72cc9f36640e3d817e9547d408
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.
Timestamp: 2020-03-26 11:41:08+00

Package: pgcluu
Version: 3.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2406
Depends: libjs-jquery, libjs-underscore, perl:any, postgresql-common
Recommends: sysstat
Homepage: https://pgcluu.darold.net/
Priority: optional
Section: database
Filename: pool/main/p/pgcluu/pgcluu_3.1-1.pgdg+1_all.deb
Size: 346244
SHA256: 2df879d69a806b4d90b2d5e08f7c31b5aeaed0e42fac508743487584f87594c5
SHA1: d7c85d84aaa644d8aad8206dc26119924889dc8d
MD5sum: 4a43b5f04713a013940dc9d0d2ac9793
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 three parts:
 .
 pgcluu_collectd: collector used to grab statistics of the PostgreSQL cluster
 using the psql command line utility and sar from the sysstat package
 .
 pgcluu: generates static HTML output containing charts and graphs
 .
 pgcluu.cgi: generates dynamic HTML output containing charts and graphs
Timestamp: 2020-03-26 11:41:08+00

Package: pgdg-keyring
Version: 2018.2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 22
Depends: apt
Homepage: https://apt.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/pgdg-keyring/pgdg-keyring_2018.2_all.deb
Size: 10666
SHA256: 48c435aeff4a9a9949bcfac639505a5ba050fd1439e2ee5de3af1a942dd97c74
SHA1: d396ab84600e2c066e648394554a0d44160e4098
MD5sum: f066cbb798b19550edab9c58c7726bb1
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.
Timestamp: 2020-03-26 11:41:08+00

Package: pgformatter
Version: 4.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 247
Depends: perl:any
Multi-Arch: foreign
Homepage: http://sqlformat.darold.net/
Priority: optional
Section: database
Filename: pool/main/p/pgformatter/pgformatter_4.2-1.pgdg+1_all.deb
Size: 72676
SHA256: e7317f5d94be60ab1781c2cac2246a86cfd6fc21b84f7a6b26c6d29e6fa1983d
SHA1: 4cb4c70ba948dea520fbca39b982f5813433aeb1
MD5sum: cdef9306a63b6e0329dd4828059efcb8
Description: PostgreSQL SQL syntax beautifier
 This SQL formatter/beautifier supports keywords from SQL-92, SQL-99,
 SQL-2003, SQL-2008, SQL-2011 and PostgreSQL specifics keywords. May
 works with any other databases too.
 .
 pgFormatter can work as a console program or as a CGI. pg_format will
 automatically detect its environment and output as text or as HTML
 following the context.
Timestamp: 2020-03-26 11:41:08+00

Package: pgmodeler-common
Source: pgmodeler
Version: 0.9.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5586
Multi-Arch: foreign
Homepage: https://pgmodeler.io/
Priority: optional
Section: database
Filename: pool/main/p/pgmodeler/pgmodeler-common_0.9.2-1.pgdg+1_all.deb
Size: 651256
SHA256: e4ddce22235a6b2046dee8cfac91f33a60f9b61441cc2943e16dc5a1290072f7
SHA1: 00deadcfdfb75550d54cf80c6db66493285a4265
MD5sum: 5337055c383e56d7fc405ff66d073176
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.
Timestamp: 2020-03-26 11:41:08+00

Package: pgtap
Version: 1.1.0-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27
Depends: postgresql-pgtap, libtap-parser-sourcehandler-pgtap-perl
Homepage: http://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/pgtap_1.1.0-2.pgdg+1_all.deb
Size: 19880
SHA256: c81889ec0208a81f21f1ea610403cf6fd554f6db66cbdda9dd18c5df60fe5ca8
SHA1: a59def6f985582c9b09724cb864c338c7d9ca472
MD5sum: 3e504025e5a035adcf01db0a08cc2837
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.
Timestamp: 2020-03-26 11:41:08+00

Package: pgtap-doc
Source: pgtap
Version: 1.1.0-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Multi-Arch: foreign
Homepage: http://pgtap.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgtap/pgtap-doc_1.1.0-2.pgdg+1_all.deb
Size: 64228
SHA256: eaa2003768ccdbbd215fc36b4d74fef8ddbebec078d7dd856a82a43f7899463c
SHA1: 3b80793e49dd7352c5d25d7b2c3c3a1b9a0b6f46
MD5sum: abc9a4a2b118955bca33b5aaa782f87b
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.
Timestamp: 2020-03-26 11:41:08+00

Package: pgxnclient
Version: 1.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 160
Depends: ca-certificates, python3-pkg-resources, python3-six, python3:any
Homepage: https://pypi.org/project/pgxnclient/
Priority: optional
Section: database
Filename: pool/main/p/pgxnclient/pgxnclient_1.3-1.pgdg+1_all.deb
Size: 32980
SHA256: 7b793ba23b163b7b5fb2e973847171c1b8628f27e3a730723799849918b76a38
SHA1: 23af115ad35e263eea054903f66e118581a2675f
MD5sum: ae168d6bd8817036c5f880b02b95448f
Description: command line client for the PostgreSQL Extension Network
 The PGXN Client is a command line tool designed to interact with the
 PostgreSQL Extension Network at https://pgxn.org/ allowing searching,
 compiling, installing, and removing extensions in PostgreSQL databases.
Timestamp: 2020-03-26 11:41:08+00

Package: postgis-doc
Source: postgis
Version: 3.0.0+dfsg-2~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6177
Suggests: postgis
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: doc
Filename: pool/main/p/postgis/postgis-doc_3.0.0+dfsg-2~exp1.pgdg+1_all.deb
Size: 3167548
SHA256: 376b7a746524cfdd5862570ed554fa23bd7be7935cebeb38fab1b871acf0886a
SHA1: 459f33e6e3e4729b6b86a416739b9db405187681
MD5sum: 2708bd3ea6bd06b34802973c4a489d3b
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.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql
Source: postgresql-common (213.pgdg+1)
Version: 12+213.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-12
Suggests: postgresql-doc
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_12+213.pgdg+1_all.deb
Size: 62904
SHA256: 27fd44b1a042d2fd4008a3f9c66ad72c9d622fe8b1ae3a9b34dcdad693d71b92
SHA1: f91635a7ed8225c20fc1614489c3e25b41ebd685
MD5sum: 2af71541a4b4f99a6f26f69056f440ad
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.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-10-mimeo
Source: mimeo
Version: 1.5.1-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4485
Depends: postgresql-10, postgresql-contrib-10
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-10-mimeo_1.5.1-7.pgdg+1_all.deb
Size: 128564
SHA256: 81bdc5128c1f30450cafb66b35c1e346fc9244b6ffd4124111b5e04c29054f23
SHA1: 4612d8de73688b830488610906754f299be2aed2
MD5sum: d3dc9e5cd6ac424089f7f7c6ea52a39c
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.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-10-pgq-node
Source: pgq-node
Version: 3.2.5-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 532
Depends: postgresql-10, postgresql-10-pgq3
Replaces: postgresql-10-pgq3 (<= 3.2.6-5)
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-10-pgq-node_3.2.5-7.pgdg+1_all.deb
Size: 12388
SHA256: 97775a451ddff50b09e6775c65385d2d040f6b8f365d52e132fd599f47954854
SHA1: 0a794235944edfc5f53503261825fd56f6d7f30d
MD5sum: 827622706bf225dccda5d52821a7d00b
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-10-pgrouting-doc
Source: pgrouting
Version: 3.0.0~rc1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5891
Depends: libjs-mathjax, libjs-sphinxdoc (>= 1.0)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-10-pgrouting-doc_3.0.0~rc1-1.pgdg+1_all.deb
Size: 1028460
SHA256: bb0fda83177a5731c0087c442637650d1fb5a5b101b3f58dcb1df41cbad33c6e
SHA1: d83586401c162fb8cf4d1a8e379d169ef8d025f4
MD5sum: bacdaa3af8b036fa7b9c0c59ed4446a7
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.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-10-pgrouting-scripts
Source: pgrouting
Version: 3.0.0~rc1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6623
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-10-pgrouting-scripts_3.0.0~rc1-1.pgdg+1_all.deb
Size: 53148
SHA256: 7fd79344fadcef167ca0503a7d6a7eb01a23f2dc2d66cf5b72b6604a8f672f1e
SHA1: 22e3b1adc96dc517f6188dcef81cc4e64dff7cce
MD5sum: 23a99aae66d6da39705b9988dfebcd87
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 10.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-10-pgtap
Source: pgtap
Version: 1.1.0-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1637
Depends: postgresql-10
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: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-10-pgtap_1.1.0-2.pgdg+1_all.deb
Size: 58836
SHA256: fa7021f577c0b5dc95ba156e7a8c7626ac480a97866f0d6dec32991bab7e03e9
SHA1: 675ad93345836c4b33175047caa342d8d0cd95e3
MD5sum: 56a25542fd9e84411f5b6fa7d991eae3
Description: Unit testing framework extension for PostgreSQL 10
 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 10.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-10-postgis-2.4-scripts
Source: postgis
Version: 2.4.4+dfsg-4.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 97790
Depends: perl:any
Recommends: postgresql-10-postgis-2.4
Conflicts: postgresql-10-postgis-2.2-scripts, postgresql-10-postgis-2.3-scripts
Breaks: postgresql-10-postgis-scripts (<< 2.2.2+dfsg-3~)
Replaces: postgresql-10-postgis-scripts (<< 2.2.2+dfsg-3~)
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-10-postgis-2.4-scripts_2.4.4+dfsg-4.pgdg+1_all.deb
Size: 1027172
SHA256: 42cb0408c65f7edc48468e5a9c99f37c1a86638bdb5cd24b42e40d8abc15a046
SHA1: 9ff1203877bb5b3b0bf44f304ebffe5138813031
MD5sum: 53ec0c91a288674374e981e17cf950d8
Description: Geographic objects support for PostgreSQL 10 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 10 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-10-postgis-2.5-scripts
Source: postgis-2.5
Version: 2.5.4+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 22062
Depends: perl:any
Recommends: postgresql-10-postgis-2.5
Conflicts: postgresql-10-postgis-2.2-scripts, postgresql-10-postgis-2.3-scripts, postgresql-10-postgis-2.4-scripts
Breaks: postgresql-10-postgis-scripts (<< 2.2.2+dfsg-3~)
Replaces: postgresql-10-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-10-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-10-postgis-2.5-scripts_2.5.4+dfsg-1.pgdg+1_all.deb
Size: 843264
SHA256: 788ccc39f5a33c7e2bba4038bc1680baecb751d20bc2bd979295c12a4c16b943
SHA1: 7ed201458b240eda00d9dbea9ac4de6502b7923e
MD5sum: 710d2c82c7b3c449fc06837263490fb4
Description: Geographic objects support for PostgreSQL 10 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 10 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-10-postgis-3-scripts
Source: postgis
Version: 3.0.0+dfsg-2~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26752
Depends: perl:any
Recommends: postgresql-10-postgis-3
Replaces: postgresql-10-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-10-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-10-postgis-3-scripts_3.0.0+dfsg-2~exp1.pgdg+1_all.deb
Size: 1647528
SHA256: 59515cc24ef277e13d6025d3510094540be2f93f1cb00c03cb364fcfa08e39aa
SHA1: 6e76b781b7e95f904b6961b2f98aa6ca6f1a0012
MD5sum: e2673ef8f4c764081e9d2cc9f132cd08
Description: Geographic objects support for PostgreSQL 10 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 10 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-11-mimeo
Source: mimeo
Version: 1.5.1-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4485
Depends: postgresql-11, postgresql-contrib-11
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-11-mimeo_1.5.1-7.pgdg+1_all.deb
Size: 128596
SHA256: a9505c25eaf15dc501f2b04c4fe5aa50b3387e1a43bb9f0c0d23f30862786011
SHA1: f6b19b97811e79c9143b74f9ea4738a3e9e91e99
MD5sum: 1734dedb9a2311f81e104ad89c24a9e3
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.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-11-pgq-node
Source: pgq-node
Version: 3.2.5-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 532
Depends: postgresql-11, postgresql-11-pgq3
Replaces: postgresql-11-pgq3 (<= 3.2.6-5)
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-11-pgq-node_3.2.5-7.pgdg+1_all.deb
Size: 12392
SHA256: 6545f3538d05f13906d080d364754725432addff8825b924aa8f64db2cab7a7a
SHA1: 026c97ee93d60476ad80866e11d2ee55829ece47
MD5sum: 05361fb3149d67aa31e133bc43b72da3
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-11-pgrouting-doc
Source: pgrouting
Version: 3.0.0~rc1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5891
Depends: libjs-mathjax, libjs-sphinxdoc (>= 1.0)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-doc_3.0.0~rc1-1.pgdg+1_all.deb
Size: 1028684
SHA256: 65d49ec7051719c946709962940e10b5b288b2ce5abf36f2c4c3ca5595326b89
SHA1: 6b71c3c217ee30a45fb55e1023b1c1852d9bc68a
MD5sum: 3baee44eafe14f8d1a5dd0effa94c51a
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.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-11-pgrouting-scripts
Source: pgrouting
Version: 3.0.0~rc1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6623
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-scripts_3.0.0~rc1-1.pgdg+1_all.deb
Size: 53144
SHA256: ca8283c77ff659537581d87806bd1d194f150e1c12c4a7fe1b72d85a0079acf1
SHA1: 9794df4d184edb9fc6c7fe4af64bd0dd8f5bc35f
MD5sum: 7c5517c21264635488268b9ddd7fb2fb
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 11.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-11-pgtap
Source: pgtap
Version: 1.1.0-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1637
Depends: postgresql-11
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: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-11-pgtap_1.1.0-2.pgdg+1_all.deb
Size: 58836
SHA256: 976d1795cf3e59fb3b34a711717bc9ba5cc089e072c6b9c77bff897321a0f75e
SHA1: c98336cd64c08c4312f3a871a789808ccae233dc
MD5sum: aeb97f17900e746b41e30186bc977df1
Description: Unit testing framework extension for PostgreSQL 11
 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 11.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-11-postgis-2.5-scripts
Source: postgis-2.5
Version: 2.5.4+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 22120
Depends: perl:any
Recommends: postgresql-11-postgis-2.5
Conflicts: postgresql-11-postgis-2.2-scripts, postgresql-11-postgis-2.3-scripts, postgresql-11-postgis-2.4-scripts
Breaks: postgresql-11-postgis-scripts (<< 2.2.2+dfsg-3~)
Replaces: postgresql-11-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-11-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-11-postgis-2.5-scripts_2.5.4+dfsg-1.pgdg+1_all.deb
Size: 844756
SHA256: 70479e1c5605789bfa8689c6990db7b02ffdf69a7fe44935458e15d15951a7dc
SHA1: 46a36f13c7d6827d1b91f18d40e4f2bc8330cb58
MD5sum: f7090c69541c999b8c67c2612499d499
Description: Geographic objects support for PostgreSQL 11 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 11 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-11-postgis-3-scripts
Source: postgis
Version: 3.0.0+dfsg-2~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26830
Depends: perl:any
Recommends: postgresql-11-postgis-3
Replaces: postgresql-11-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-11-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3-scripts_3.0.0+dfsg-2~exp1.pgdg+1_all.deb
Size: 1646468
SHA256: 36e1a4d977ef0b61881f0b624c698d368a67c87d6a74fa53d6d8466b0890fa7d
SHA1: 62bc8ab4b7860eceabfb537b04bbbd8aae882a73
MD5sum: 545a1bae2247ab3c8fde8e739e287c5d
Description: Geographic objects support for PostgreSQL 11 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 11 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-12-mimeo
Source: mimeo
Version: 1.5.1-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4485
Depends: postgresql-12, postgresql-contrib-12
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-12-mimeo_1.5.1-7.pgdg+1_all.deb
Size: 128580
SHA256: 41725370e63d25577e1209322a6eb6deb4127c7320d645ac5cd5618e53f99bc7
SHA1: ac6a09bf8c2dd65f22b1d5c66a47caf6c55e4ea4
MD5sum: d29c70deb25963e1be1a71af32f881ed
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.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-12-pgq-node
Source: pgq-node
Version: 3.2.5-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 532
Depends: postgresql-12, postgresql-12-pgq3
Replaces: postgresql-12-pgq3 (<= 3.2.6-5)
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-12-pgq-node_3.2.5-7.pgdg+1_all.deb
Size: 12388
SHA256: aada881e7d14a17b158ff6afddaa418bfb12b3f5090402653f2510d8ca867a9d
SHA1: a4ccad269d24a7e3fa49eb6a18ed20307b374a0f
MD5sum: 8d6c43990d4fd06f8dd11161c63a414b
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-12-pgrouting-doc
Source: pgrouting
Version: 3.0.0~rc1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5891
Depends: libjs-mathjax, libjs-sphinxdoc (>= 1.0)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-doc_3.0.0~rc1-1.pgdg+1_all.deb
Size: 1028768
SHA256: 9278d30b6237bf2615f588b956eedb0a1be973b40b8170eb689bf9d187aca386
SHA1: afe4dc530d6d8aa537e0c939a207c5ba407d372b
MD5sum: e8342a3ea8d73863c943fe489acee2dd
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.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-12-pgrouting-scripts
Source: pgrouting
Version: 3.0.0~rc1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6623
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-scripts_3.0.0~rc1-1.pgdg+1_all.deb
Size: 53172
SHA256: 12f9c18d9ab17fb2b2b40bf32b1c51ced1c67d6cfea4827f82700ff70ce7a814
SHA1: f6136f0564ca6ae76b979fb2d25c30bae59d403d
MD5sum: 633cd1bf8b5361ce7c6a2998c785967c
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 12.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-12-pgtap
Source: pgtap
Version: 1.1.0-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1637
Depends: postgresql-12
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: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-12-pgtap_1.1.0-2.pgdg+1_all.deb
Size: 58844
SHA256: 4662f422426975bd7cb4b0d58da553705557511e6d6590841f3c63ceeb6cd208
SHA1: 6ea32d514825ece05a90b26ffd7e6d763742a893
MD5sum: 980f609a56bdc423e84b3d665e1a81b7
Description: Unit testing framework extension for PostgreSQL 12
 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 12.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-12-postgis-2.5-scripts
Source: postgis-2.5
Version: 2.5.4+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 22059
Depends: perl:any
Recommends: postgresql-12-postgis-2.5
Conflicts: postgresql-12-postgis-2.2-scripts, postgresql-12-postgis-2.3-scripts, postgresql-12-postgis-2.4-scripts
Breaks: postgresql-12-postgis-scripts (<< 2.2.2+dfsg-3~)
Replaces: postgresql-12-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-12-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-12-postgis-2.5-scripts_2.5.4+dfsg-1.pgdg+1_all.deb
Size: 812924
SHA256: a892bd171c99087a41825020c161e3f94e4a4743a44f1df1a94cdbd849dc6411
SHA1: 5ab8ef742a47a0659cf84f9f38064477e47aa6a9
MD5sum: c3d679f72d3e0661b51f28646589e92e
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.0.0+dfsg-2~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26773
Depends: perl:any
Recommends: postgresql-12-postgis-3
Replaces: postgresql-12-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-12-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.0.0+dfsg-2~exp1.pgdg+1_all.deb
Size: 1614252
SHA256: 69760c1b4736657962c281c92ccf9074f12dd04817fbf4a903de17f01e7bc520
SHA1: 40b05fed305e79e5289a17f31d7b4cb11bc94512
MD5sum: 9bd60f9e2fcb977512ca8bd4d303cac9
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-8.4-pgtap
Source: pgtap
Version: 0.95.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 223
Depends: postgresql-8.4
Recommends: pgtap-doc, libtap-parser-sourcehandler-pgtap-perl, libtest-harness-perl, libtap-harness-archive-perl
Breaks: pgtap (<< 0.95)
Replaces: pgtap (<< 0.95)
Homepage: http://pgtap.org/
Priority: extra
Section: database
Filename: pool/main/p/pgtap/postgresql-8.4-pgtap_0.95.0-1.pgdg+1_all.deb
Size: 77650
SHA256: 860ae6603cd598f990980f362b0996e3cdaccf9993717ac575a4549039e92e5c
SHA1: 91ed540a9abbe250a6f190ade0512005601896e6
MD5sum: 68d6cf15c65759a4cbf592804b7bbfe2
Description: Unit testing framework extension for PostgreSQL 8.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 8.4.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-9.0-pgrouting-doc
Source: pgrouting
Version: 2.0.0-3.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1537
Depends: libjs-sphinxdoc (>= 1.0)
Homepage: http://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-9.0-pgrouting-doc_2.0.0-3.pgdg+1_all.deb
Size: 263752
SHA256: 475728000daafa9c03b3924d4e4cc1402cca5ef52c7aecd2fa1ec0b9048f9f2b
SHA1: 9c8c0668a115f4903b9242e1ffe5abe8e4f74d06
MD5sum: 6e8e8b0151b1fceb5de4e1edd31782d8
Description: basic routing functionality support for PostgreSQL 9.0 (Documentation)
 pgRouting is part of PostLBS, which provides core tools for Location Based
 Services (LBS). It adds support for some routing algorithm to the PostgreSQL
 object-relational database and it's core includes three types of shortest path
 implementation. In combination with PostGIS this extension provides more useful
 functionality.
 .
 This package contains the documentation.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-9.0-pgtap
Source: pgtap
Version: 0.95.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 223
Depends: postgresql-9.0
Recommends: pgtap-doc, libtap-parser-sourcehandler-pgtap-perl, libtest-harness-perl, libtap-harness-archive-perl
Breaks: pgtap (<< 0.95)
Replaces: pgtap (<< 0.95)
Homepage: http://pgtap.org/
Priority: extra
Section: database
Filename: pool/main/p/pgtap/postgresql-9.0-pgtap_0.95.0-1.pgdg+1_all.deb
Size: 77634
SHA256: d1006608951454d1c10255dfca940bd1068b10b2e78434613b6b3dbfd247a5d9
SHA1: 0d1d93a098a6d4abc68f86b9f32babefc7aeb435
MD5sum: 5a554711b8b764c38dcf34ce8a1729c6
Description: Unit testing framework extension for PostgreSQL 9.0
 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.0.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-9.1-mimeo
Source: mimeo
Version: 1.4.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 4206
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.4-1.pgdg+1_all.deb
Size: 123308
SHA256: a5d4697a2d87a219dc904cbc05d16a9b6a30e30b1f4bda65bf01aaeeb53e442f
SHA1: 04ca5ccd3bea731b280084e3decfc4734b8e2ecc
MD5sum: 0cdfa3602f4e39af5ece12c5cbb2e18a
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.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-9.1-pgrouting-doc
Source: pgrouting
Version: 2.3.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3762
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.3.0-1.pgdg+1_all.deb
Size: 840226
SHA256: 345fe28d496198be3fa540b5e80d8e5be1533358b9d5c105158bc82b86a019e8
SHA1: 39946038304a1f1c360db4f0f385158b2ba08f79
MD5sum: f4b79712a9c35b151a0ce51f30bf49af
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.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-9.1-pgtap
Source: pgtap
Version: 0.97.0-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 798
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.97.0-2.pgdg+1_all.deb
Size: 50160
SHA256: c742e4a44441f4be1e9999217d58b17941ac8a9f2b81e2f6381e40a0ded0be5a
SHA1: 2b1c1801c714d666d8de2ece4df555ad03296b04
MD5sum: 449c3adcbabc04f61522d2a7a60e7ced
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.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-9.2-mimeo
Source: mimeo
Version: 1.5.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 4485
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.5.1-1.pgdg+1_all.deb
Size: 128592
SHA256: f719ac05aac33e54938b2ba9cafc8a7c6ef57a5f6d63a185a1d7be0f64587f4f
SHA1: fdb98fa33a297fcdd2b57565ff7dd79704817387
MD5sum: 962ee4ba6285c1da1c679387330ab9d9
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.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-9.2-pgrouting-doc
Source: pgrouting
Version: 2.5.0-2~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5685
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.5.0-2~exp1.pgdg+1_all.deb
Size: 1771234
SHA256: a954d4b2df7b8aff0a38f2ef7199f878ad7a53dfbde74e2da2dba84f386e0d3d
SHA1: e7aa45cfc6a058d1bef5f94dd742b3bdc6f224f9
MD5sum: cc553d45c4dc62837f5d796f18d2bf02
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.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-9.2-pgrouting-scripts
Source: pgrouting
Version: 2.5.0-2~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3058
Breaks: postgresql-9.2-pgrouting (<< 2.3.2)
Replaces: postgresql-9.2-pgrouting (<< 2.3.2)
Homepage: http://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-9.2-pgrouting-scripts_2.5.0-2~exp1.pgdg+1_all.deb
Size: 42118
SHA256: 0cbb5a5ea83cc56a95e24f1b71c4635ce1ff291e8394e55364134f5726918684
SHA1: ce3559e3ffc47e1977326ddfe24ca24e5532ae5e
MD5sum: d71b8031dfd65992bb06151cc31b7816
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 9.2.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-9.2-pgtap
Source: pgtap
Version: 0.97.0-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 798
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.97.0-3.pgdg+1_all.deb
Size: 50232
SHA256: ffaf29328028af7cbdd592c6555eefb0912359b81a93e8ce69c1e89a113c9355
SHA1: cad7f11fa7b61dee756bdc41bec995fb499e3c40
MD5sum: 4648172f7ca6f93389b37cd00041f2e1
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.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-9.3-mimeo
Source: mimeo
Version: 1.5.1-4.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4485
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.5.1-4.pgdg+2_all.deb
Size: 128400
SHA256: cbe1c2af879c8210bb64341a2f882c994be9f02058a833a3ff562d5f8b599cfa
SHA1: 814a4ccbf9e6ca4aa3b34115cef3e74645058ba4
MD5sum: 33565154339c6526a5abbc0903563638
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.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-9.3-pgq-node
Source: pgq-node
Version: 3.2.5-2.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 532
Depends: postgresql-9.3, postgresql-9.3-pgq3
Replaces: postgresql-9.3-pgq3 (<= 3.2.6-5)
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-9.3-pgq-node_3.2.5-2.pgdg+2_all.deb
Size: 12176
SHA256: d0bca87d88f1a75e48de16b5200b42c68eebd20bd02b265661e03ece1049e578
SHA1: 317bb1d6309a8d15afdc81936b1aafbe347d9d3b
MD5sum: 84b67ac81a6a285c8bcda50fbc30775c
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-9.3-pgrouting-doc
Source: pgrouting
Version: 2.6.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5872
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.6.0-1.pgdg+1_all.deb
Size: 1946260
SHA256: e2b778c3c9c29b6ec468a16cea4ab6fbf0933273c4006818d52dbc1018943a54
SHA1: a7c70ca1dab96aae5b3aa82d64448da621ca6cef
MD5sum: 5f169cce77875926a2c4a90c6aede68d
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.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-9.3-pgrouting-scripts
Source: pgrouting
Version: 2.6.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3989
Breaks: postgresql-9.3-pgrouting (<< 2.3.2)
Replaces: postgresql-9.3-pgrouting (<< 2.3.2)
Homepage: http://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-9.3-pgrouting-scripts_2.6.0-1.pgdg+1_all.deb
Size: 43636
SHA256: 9746c1c498f57cc3a8ee45f80207e25ab52c3bb96e9688d089b82a835d587426
SHA1: 9bf80e40b4581a207c697c54a9290f48e27ecd48
MD5sum: c449594115625f325ecf94142dc74264
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 9.3.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-9.3-pgtap
Source: pgtap
Version: 0.99.0-2.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1482
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: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-9.3-pgtap_0.99.0-2.pgdg+2_all.deb
Size: 54716
SHA256: baed0757c63718256fcfa035000e50c9683fdc9b76468bfed905414754010e7c
SHA1: a9de42df58816e92d7d0e4c89810d3423066b4ae
MD5sum: ebeced9c811fe781152e1b17e34732e7
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.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-9.3-postgis-2.4-scripts
Source: postgis
Version: 2.4.4+dfsg-4.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 96597
Depends: perl:any
Recommends: postgresql-9.3-postgis-2.4
Conflicts: postgresql-9.3-postgis-2.2-scripts, postgresql-9.3-postgis-2.3-scripts
Breaks: postgresql-9.3-postgis-scripts (<< 2.2.2+dfsg-3~)
Replaces: postgresql-9.3-postgis-scripts (<< 2.2.2+dfsg-3~)
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-9.3-postgis-2.4-scripts_2.4.4+dfsg-4.pgdg+1_all.deb
Size: 1024816
SHA256: 0b802e88649243f9630006a6131e72e09ce845d6d8c2738a3fb0d1d8889251a4
SHA1: fbcb4677f82e25dccc2bbf6e3bc6489c7f69747f
MD5sum: 6a1063daa0110f20910dc245aa59a457
Description: Geographic objects support for PostgreSQL 9.3 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 9.3 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-9.3-postgis-scripts
Source: postgis
Version: 2.4.4+dfsg-4.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 525
Depends: postgresql-9.3-postgis-2.4-scripts
Homepage: http://postgis.net/
Priority: optional
Section: oldlibs
Filename: pool/main/p/postgis/postgresql-9.3-postgis-scripts_2.4.4+dfsg-4.pgdg+1_all.deb
Size: 494980
SHA256: 115c917070349b90c25217102a9493f0463b3a9e145f73765695c33464c21b8d
SHA1: ecd9e77e78a5d1378af38ed007d48035d1b5e6f5
MD5sum: 59e74c0c8d056c20188043ce8e6e5d53
Description: transitional dummy package
 This is a transitional dummy package. It can safely be removed.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-9.4-mimeo
Source: mimeo
Version: 1.5.1-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4485
Depends: postgresql-9.4, postgresql-contrib-9.4
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-9.4-mimeo_1.5.1-7.pgdg+1_all.deb
Size: 128536
SHA256: 167627277d3c693b2b6f1cd8b456db0b768dd69e8a4d495a09deb936aeeb6088
SHA1: 8f769b431b4e11f495c0491354f8782f86572328
MD5sum: b8683a1bdfcd0e8d99751df4c5531fb9
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.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-9.4-pgq-node
Source: pgq-node
Version: 3.2.5-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 532
Depends: postgresql-9.4, postgresql-9.4-pgq3
Replaces: postgresql-9.4-pgq3 (<= 3.2.6-5)
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-9.4-pgq-node_3.2.5-7.pgdg+1_all.deb
Size: 12384
SHA256: 360a04411049f476c5bcc9de5b89850b233db606a97a133a0ec95ceeef5956b7
SHA1: 631217cc13e331e21cc901cbe11d617f6ed493bb
MD5sum: ac56577767e8a71f8155e86ea10c42d4
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-9.4-pgrouting-doc
Source: pgrouting
Version: 3.0.0~rc1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5891
Depends: libjs-mathjax, libjs-sphinxdoc (>= 1.0)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-9.4-pgrouting-doc_3.0.0~rc1-1.pgdg+1_all.deb
Size: 1028912
SHA256: aa3cf8b3f3bda0df91e35ac89ae53ea669d3378098e4d224c9d0314185d28b34
SHA1: 3f7e73a9ed82566afd801b3acf40777fca388688
MD5sum: 1676aca931f9881c33a0a5e4b217e245
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.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-9.4-pgrouting-scripts
Source: pgrouting
Version: 3.0.0~rc1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6623
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-9.4-pgrouting-scripts_3.0.0~rc1-1.pgdg+1_all.deb
Size: 53172
SHA256: 6633c27bdc11de8e95fc7192a0738e291abbb686f292f5dd916bd6c002e861aa
SHA1: 378075d8622cd2ea196de61fe6c350d10dc888d5
MD5sum: 37a1759547a20083f78351bbb28556b9
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 9.4.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-9.4-pgtap
Source: pgtap
Version: 1.1.0-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1596
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: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-9.4-pgtap_1.1.0-2.pgdg+1_all.deb
Size: 57828
SHA256: b8ac41f2487d54bbbd25d05aa8f5fa276da7a2b26bfccd33dbe39c90793dd628
SHA1: 9297cb9886f09db0ea2eb0699ab95bc644dd354c
MD5sum: 635b8ef793e326d679ec5abbdabc0642
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.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-9.4-postgis-2.5-scripts
Source: postgis-2.5
Version: 2.5.3+dfsg-3.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 22329
Depends: perl:any
Recommends: postgresql-9.4-postgis-2.5
Conflicts: postgresql-9.4-postgis-2.2-scripts, postgresql-9.4-postgis-2.3-scripts, postgresql-9.4-postgis-2.4-scripts
Breaks: postgresql-9.4-postgis-scripts (<< 2.2.2+dfsg-3~)
Replaces: postgresql-9.4-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-9.4-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-9.4-postgis-2.5-scripts_2.5.3+dfsg-3.pgdg+1_all.deb
Size: 1332932
SHA256: 111780bf429d8ce5d84f79cdf7d463afcc5786d88ce150fd0a47720ef0a02ce6
SHA1: 5925e478716e70e96aeb4ebb14c16bbc74e0fd80
MD5sum: 2108ca073defeb338e9fe3552bc07f3b
Description: Geographic objects support for PostgreSQL 9.4 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 9.4 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-9.5-mimeo
Source: mimeo
Version: 1.5.1-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4485
Depends: postgresql-9.5, postgresql-contrib-9.5
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-9.5-mimeo_1.5.1-7.pgdg+1_all.deb
Size: 128576
SHA256: 2b73ae4839c58fde06f6e4f1a995c88ea463f7363c0476f3b5b0932d2d995ba6
SHA1: 633735b0dcc3bbaa08e7ddf1b27f43f3a9b505f4
MD5sum: 9ad8733c35033c030c318b52d2820c10
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.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-9.5-pgq-node
Source: pgq-node
Version: 3.2.5-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 532
Depends: postgresql-9.5, postgresql-9.5-pgq3
Replaces: postgresql-9.5-pgq3 (<= 3.2.6-5)
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-9.5-pgq-node_3.2.5-7.pgdg+1_all.deb
Size: 12384
SHA256: dba6162b29ed958b9dbb35f0013c6487c7bf8a17bdfc30089f158e6a3991ea95
SHA1: b17d03d8b65e513cbe5b708815e8371f49616090
MD5sum: dc9c934c2d7fd8b80d45ceb92d016356
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-9.5-pgrouting-doc
Source: pgrouting
Version: 3.0.0~rc1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5891
Depends: libjs-mathjax, libjs-sphinxdoc (>= 1.0)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-9.5-pgrouting-doc_3.0.0~rc1-1.pgdg+1_all.deb
Size: 1029020
SHA256: a604501d3fbea77b5b759d7aff5b61d79da2810037912e801e195c811efb7fe7
SHA1: 8c0ce38e182f3bdb666dad3d82946098e16f2b35
MD5sum: 194d0878c42e9dc817c7a6cfad237e21
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.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-9.5-pgrouting-scripts
Source: pgrouting
Version: 3.0.0~rc1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6623
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-9.5-pgrouting-scripts_3.0.0~rc1-1.pgdg+1_all.deb
Size: 53168
SHA256: 1baa328650cbb79cc9755e5462121d74f0f3f8e132fff10b2632d58e3eae29eb
SHA1: 8123de234438d1fa0ac7d39f1f7dd539b8021458
MD5sum: 2d820650bae82d5744b811cf34be959b
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 9.5.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-9.5-pgtap
Source: pgtap
Version: 1.1.0-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1623
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: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-9.5-pgtap_1.1.0-2.pgdg+1_all.deb
Size: 58456
SHA256: b9eec99f6b6f4cde98879ae0eb2d7902492324e9e56b64580e354f55a4a579b7
SHA1: 534686375bc69645431dcbdc0b0c761b30fa8f85
MD5sum: 639809e41f1ef5b908ca262b311e81a8
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.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-9.5-postgis-2.4-scripts
Source: postgis
Version: 2.4.4+dfsg-4.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 97191
Depends: perl:any
Recommends: postgresql-9.5-postgis-2.4
Conflicts: postgresql-9.5-postgis-2.2-scripts, postgresql-9.5-postgis-2.3-scripts
Breaks: postgresql-9.5-postgis-scripts (<< 2.2.2+dfsg-3~)
Replaces: postgresql-9.5-postgis-scripts (<< 2.2.2+dfsg-3~)
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-9.5-postgis-2.4-scripts_2.4.4+dfsg-4.pgdg+1_all.deb
Size: 1026744
SHA256: 99ed32e9e0cd2773c5f60cbf793705b0d39be7c7075cc4e233f93ee15b550f40
SHA1: 72b1e832e507a8d20628e6e4eaea5944162ebf86
MD5sum: 15dd74e6c95055be6ce9d63e2dd39119
Description: Geographic objects support for PostgreSQL 9.5 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 9.5 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-9.5-postgis-2.5-scripts
Source: postgis-2.5
Version: 2.5.4+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 21961
Depends: perl:any
Recommends: postgresql-9.5-postgis-2.5
Conflicts: postgresql-9.5-postgis-2.2-scripts, postgresql-9.5-postgis-2.3-scripts, postgresql-9.5-postgis-2.4-scripts
Breaks: postgresql-9.5-postgis-scripts (<< 2.2.2+dfsg-3~)
Replaces: postgresql-9.5-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-9.5-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-9.5-postgis-2.5-scripts_2.5.4+dfsg-1.pgdg+1_all.deb
Size: 842280
SHA256: 649857ebc9d8a83ec795aab740ed3aa4ab3ea76dc59bf313a8e740101bc517db
SHA1: 7dcb6b666156d0b4e4cf51e18dfe7c2e554b4c64
MD5sum: ff5772c0e03cbe2dd8d7f9f1bd1190a7
Description: Geographic objects support for PostgreSQL 9.5 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 9.5 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-9.5-postgis-3-scripts
Source: postgis
Version: 3.0.0+dfsg-2~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26679
Depends: perl:any
Recommends: postgresql-9.5-postgis-3
Replaces: postgresql-9.5-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-9.5-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-9.5-postgis-3-scripts_3.0.0+dfsg-2~exp1.pgdg+1_all.deb
Size: 1650912
SHA256: 4d7272e3aa1ba31efdb08990315ff09e92bbf5ebf3c0777a1a7b8b80a4d87a09
SHA1: 8787dce4723df578f57cee593503f66993034598
MD5sum: c912b3dd93d745b300b060e91c852100
Description: Geographic objects support for PostgreSQL 9.5 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 9.5 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-9.6-mimeo
Source: mimeo
Version: 1.5.1-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4485
Depends: postgresql-9.6, postgresql-contrib-9.6
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-9.6-mimeo_1.5.1-7.pgdg+1_all.deb
Size: 128540
SHA256: 87ec83671dd7f215c18a662aad036dda14a260b93f50098106e6b990129b633d
SHA1: 66eb0bab6e43bf456e299ded31d123d3e92b373b
MD5sum: f5a6c410c9b5449c6c40f069f52e6900
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.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-9.6-pgq-node
Source: pgq-node
Version: 3.2.5-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 532
Depends: postgresql-9.6, postgresql-9.6-pgq3
Replaces: postgresql-9.6-pgq3 (<= 3.2.6-5)
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-9.6-pgq-node_3.2.5-7.pgdg+1_all.deb
Size: 12384
SHA256: 13faf06beee5d0438e041c2c0ad9c3048717d68c0a1714922d91beec57c6d74f
SHA1: e11271d64b5f3e811abd6545dda73cf300f45922
MD5sum: 45776acc1b7b05d01842e65c3f4cd9f1
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-9.6-pgrouting-doc
Source: pgrouting
Version: 3.0.0~rc1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5891
Depends: libjs-mathjax, libjs-sphinxdoc (>= 1.0)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-9.6-pgrouting-doc_3.0.0~rc1-1.pgdg+1_all.deb
Size: 1028628
SHA256: 8b580ebc189f54e607fe9a8bea8ceb31bbb9d12abc1902332cbdea416bbf6413
SHA1: 695cefc6d93aea52e58df412414c67712280c1db
MD5sum: 5c8c813c7ddf086f4449e69267db0123
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.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-9.6-pgrouting-scripts
Source: pgrouting
Version: 3.0.0~rc1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6623
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-9.6-pgrouting-scripts_3.0.0~rc1-1.pgdg+1_all.deb
Size: 53168
SHA256: 0b0016f85aea35568d599b39065a5fb328d15fb183ca70cdfe6581e434d89eb2
SHA1: 6b0fddd749ba44896f4962491b54981f0e44dddd
MD5sum: e27c291eb124b36dfa603ea7e2d558e8
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 9.6.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-9.6-pgtap
Source: pgtap
Version: 1.1.0-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1623
Depends: postgresql-9.6
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: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-9.6-pgtap_1.1.0-2.pgdg+1_all.deb
Size: 58452
SHA256: db81086a40ccb24322aedd1a275e8fe1fbc3f3eaff6fb3fc35b0672a3debd3fa
SHA1: 83a8014a7d8c23c31e4ef931b4b38b934270898b
MD5sum: ecbd1484cb2fb42265770016e9d57d1d
Description: Unit testing framework extension for PostgreSQL 9.6
 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.6.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-9.6-postgis-2.4-scripts
Source: postgis
Version: 2.4.4+dfsg-4.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 97790
Depends: perl:any
Recommends: postgresql-9.6-postgis-2.4
Conflicts: postgresql-9.6-postgis-2.2-scripts, postgresql-9.6-postgis-2.3-scripts
Breaks: postgresql-9.6-postgis-scripts (<< 2.2.2+dfsg-3~)
Replaces: postgresql-9.6-postgis-scripts (<< 2.2.2+dfsg-3~)
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-9.6-postgis-2.4-scripts_2.4.4+dfsg-4.pgdg+1_all.deb
Size: 1027128
SHA256: cf40160c81ef166e1e253a57989375e3510668a8f233c8ab87e33bb8a81db7ff
SHA1: 694b193d917d17e5b659b1e5f7e6aede8f59448e
MD5sum: 472fedf2f46176a0a108d98562556d84
Description: Geographic objects support for PostgreSQL 9.6 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 9.6 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-9.6-postgis-2.5-scripts
Source: postgis-2.5
Version: 2.5.4+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 22062
Depends: perl:any
Recommends: postgresql-9.6-postgis-2.5
Conflicts: postgresql-9.6-postgis-2.2-scripts, postgresql-9.6-postgis-2.3-scripts, postgresql-9.6-postgis-2.4-scripts
Breaks: postgresql-9.6-postgis-scripts (<< 2.2.2+dfsg-3~)
Replaces: postgresql-9.6-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-9.6-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-9.6-postgis-2.5-scripts_2.5.4+dfsg-1.pgdg+1_all.deb
Size: 843528
SHA256: 6abdfc23bb2160249213e1931f576f9def880026ebad927e5fc575f8e219cfa8
SHA1: 3d8afba2ba7d69ec07dbe287ffe2a526d30f67b0
MD5sum: 06d283a565c7bf36fd9ae7edeb220ac8
Description: Geographic objects support for PostgreSQL 9.6 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 9.6 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-9.6-postgis-3-scripts
Source: postgis
Version: 3.0.0+dfsg-2~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26752
Depends: perl:any
Recommends: postgresql-9.6-postgis-3
Replaces: postgresql-9.6-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-9.6-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-9.6-postgis-3-scripts_3.0.0+dfsg-2~exp1.pgdg+1_all.deb
Size: 1647240
SHA256: d8f67dde2bcb093b9518f0114a4fcf9ea8dcfcd191da251c2d279c64f94ed44f
SHA1: 3ccc86301178f8e87047cdc76e2bbebbbc5f09ce
MD5sum: 95007b4340254baeccd0e06ced9d8a57
Description: Geographic objects support for PostgreSQL 9.6 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 9.6 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-all
Source: postgresql-common (213.pgdg+1)
Version: 12+213.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: libecpg-dev, libpq-dev, postgresql-server-dev-all, postgresql-contrib-9.5, postgresql-plperl-9.5, postgresql-plpython3-9.5, postgresql-pltcl-9.5, postgresql-contrib-9.6, postgresql-plperl-9.6, postgresql-plpython3-9.6, postgresql-pltcl-9.6, postgresql-contrib-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-contrib-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-contrib-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_12+213.pgdg+1_all.deb
Size: 63036
SHA256: 2f4359c8948106bae4b4660ab213400124fde3c99419f06df6c0c16b8c4a2069
SHA1: 733512d892a313b03b2cad303c32296e238f5f24
MD5sum: 4ea5a75a7f25363a5ea20ee9e8a5b730
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 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.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-client
Source: postgresql-common (213.pgdg+1)
Version: 12+213.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-client-12
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_12+213.pgdg+1_all.deb
Size: 62912
SHA256: 7ba5b8e8758dc0741b0b13cf266b30c67e44a2db17413899f39d7ed6903c5c0c
SHA1: 315d43c7ed27eae6c344826bf3437f44623c445d
MD5sum: 3d125e3f085785aeaed21112c6067def
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.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-client-common
Source: postgresql-common
Version: 213.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 178
Depends: netbase, pgdg-keyring
Recommends: libreadline8
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_213.pgdg+1_all.deb
Size: 87248
SHA256: ce98e00459f0917dd0f7141d21a1b679a432345e16afcf2966be1a2a4581a458
SHA1: ad5dfb5d75de3d4477cf97451d63a759a3857d2e
MD5sum: d828b511212c9cc04967c31a6b370003
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.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-common
Version: 213.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 678
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, lsb-base (>= 3.0-3), perl (>= 5.14), postgresql-client-common (= 213.pgdg+1), procps, ssl-cert (>= 1.0.11), ucf
Recommends: e2fsprogs, logrotate
Suggests: libjson-perl
Breaks: postgresql-9.1 (<< 9.1.1-3~), postgresql-server-dev-all (<< 204), systemd (<< 204)
Replaces: postgresql-server-dev-all (<< 204)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_213.pgdg+1_all.deb
Size: 236028
SHA256: cd3bb7a7322b68215c37f01f0a3c72733ec55567d791c4b509f2465729134a4f
SHA1: af6e59728325f5d3b0dae9c9d0d4bf6c40e502a3
MD5sum: c51b5678f524baad8ee478f32d000819
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.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-contrib
Source: postgresql-common (213.pgdg+1)
Version: 12+213.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-contrib-12
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-contrib_12+213.pgdg+1_all.deb
Size: 62904
SHA256: 8261af72f22e5f6e316a720fd39d111ea0a881c125f2cbb8cd229c3d86c8267b
SHA1: 6e8985d855f25311dc9b29d67e80b152bc0359ee
MD5sum: 5e98e69c71a365b1110139f77c67a4e4
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.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-doc
Source: postgresql-common (213.pgdg+1)
Version: 12+213.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-doc-12
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_12+213.pgdg+1_all.deb
Size: 62900
SHA256: 75ca5339534449653f5c0e69d13fb2f8124b39230e13b82727606fc39f2d57a5
SHA1: 82a36c6b988aa763d330d30ade56d5199698c2bd
MD5sum: 2a2718afa341a170ac20779bffae3c27
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.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-doc-10
Source: postgresql-10
Version: 10.12-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13579
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-10/postgresql-doc-10_10.12-2.pgdg+1_all.deb
Size: 1774740
SHA256: f1ef7086dfcc407124ffe430c4e03d05fe0303ef1f28af24af9a9f669ea519b6
SHA1: eabc50e595cfc8a26ecee2a365492e5ff780ffa0
MD5sum: 1be9a11e84e89c77fe58529871cef7c3
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 10. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-doc-11
Source: postgresql-11
Version: 11.7-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13946
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-11/postgresql-doc-11_11.7-3.pgdg+1_all.deb
Size: 1810072
SHA256: 02b7a2db1e104f803181b26e24e756672bb0df42a1e6a26fa5b1a20b2a4f5325
SHA1: e06cda88a791ff0f57563cc5d0ad8aa1baf67d52
MD5sum: 819b78b10ccf006f670e87542b094724
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 11. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-doc-12
Source: postgresql-12
Version: 12.2-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14205
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-12/postgresql-doc-12_12.2-3.pgdg+1_all.deb
Size: 1833724
SHA256: bb16488d6ebaddd62cf477a4c02dee8c102dfbffc701c596c2fc9ecf3429d788
SHA1: bb72f0807ebd10be3d7dd502691dfd610f15f959
MD5sum: eb88618636862225491e4e8cb5562a44
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 12. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-doc-8.2
Source: postgresql-8.2
Version: 8.2.23-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8295
Conflicts: postgresql-doc (<< 7.5)
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-8.2/postgresql-doc-8.2_8.2.23-7.pgdg+1_all.deb
Size: 1226704
SHA256: 529c04eb6ba38c6b2a847ab7cb7ae8ab405ca8d5b1cc535c8b5631c245f9cc58
SHA1: 9a3340a926b17ae355e3f70f532af21e7847e9e7
MD5sum: fa0f2240c2bb85e66030776e819f66dc
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 8.2. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-doc-8.3
Source: postgresql-8.3
Version: 8.3.23-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9888
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-8.3/postgresql-doc-8.3_8.3.23-5.pgdg+1_all.deb
Size: 1501368
SHA256: 3f69096d9d4abc9cd5bae441ea7f70867ddeb7b21bfe150943e58f3824aa613f
SHA1: 4c7ac7cd8d5407c1ffb8a96736c862fff529ba1b
MD5sum: 969d6de64a3b8b8c068c213f6c19b066
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 8.3. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-doc-8.4
Source: postgresql-8.4
Version: 8.4.22-6.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10583
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-8.4/postgresql-doc-8.4_8.4.22-6.pgdg+1_all.deb
Size: 1344528
SHA256: 8e6e4368ee2f139f4ffb637a2527d8415eed73b1f5091f957932d7dcce26220d
SHA1: 4b1668621695e14a65b4f8e72c54aa18bf6c868d
MD5sum: 7334c0618d87236c651d94f4284a3ec0
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 8.4. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-doc-9.0
Source: postgresql-9.0
Version: 9.0.23-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11487
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.0/postgresql-doc-9.0_9.0.23-5.pgdg+1_all.deb
Size: 1506300
SHA256: 8a6b3130d52c5fb28a4b6e1df1e168c08d7eb4bcc37cfa7b029e86ffddd8a359
SHA1: e47e7d9bf0b8c423bf4f9c11c2a3585ca0328760
MD5sum: 413fb7327a5961da31e67d1802a64d49
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 9.0. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-doc-9.1
Source: postgresql-9.1
Version: 9.1.24-6.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12619
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.1/postgresql-doc-9.1_9.1.24-6.pgdg+1_all.deb
Size: 1625456
SHA256: 73b84f53590f6083eeda8511376f95a06316c5de41627a12c291d993ab1277fb
SHA1: 2429b7508c008edf91bf0b4ca02200f9f9a0f817
MD5sum: 5a524ee4fc4d54732c7efd1febe687ca
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.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-doc-9.2
Source: postgresql-9.2
Version: 9.2.24-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13417
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.2/postgresql-doc-9.2_9.2.24-3.pgdg+1_all.deb
Size: 1700676
SHA256: 500c5b268564c57a8c4828dae13618c0d08fc0cda028b36b48ec3dde7a046f15
SHA1: 5cbbe2c11fcc5f22cba9c913fbe3fa2ca4182bef
MD5sum: 4e4f13771774fdc5cd36b71a2b6d2c75
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.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-doc-9.3
Source: postgresql-9.3
Version: 9.3.25-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14228
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.3/postgresql-doc-9.3_9.3.25-3.pgdg+1_all.deb
Size: 1782356
SHA256: ee058cc1dde85bdb6b60c132a53854617c99e6948952d61a13352573aa47246f
SHA1: 286575ded2ccf945645a3acfaa1fc7f15e67202f
MD5sum: af067cb8aa42b0a3ec7bf6812a5d7c62
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.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-doc-9.4
Source: postgresql-9.4
Version: 9.4.26-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11507
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.26-2.pgdg+1_all.deb
Size: 1568892
SHA256: 897f6565d1ecef5f514fd4085397cd3d9a02aa9d6b3f4eed591862f9bb876e77
SHA1: 0fe60806540b0c380db20074c46acff78c5eaf82
MD5sum: 1d23612a18d0d73e4224357c293e5ecd
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.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-doc-9.5
Source: postgresql-9.5
Version: 9.5.21-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11917
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.21-2.pgdg+1_all.deb
Size: 1619900
SHA256: 7644737f1f229aa5d68e95bad19b6cff7e60cf499da20b516b30154afecc357f
SHA1: 2b8eb5ac5d0ded96cf3e2992a9c23ccef4ff83fc
MD5sum: d1ac63511aa1942ff3ef1992e98abf86
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.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-doc-9.6
Source: postgresql-9.6
Version: 9.6.17-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12284
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.6/postgresql-doc-9.6_9.6.17-2.pgdg+1_all.deb
Size: 1671428
SHA256: 9e9c281111fda256048c00ab16f7e43b19415930f3e1990f435d6a7108fd93f5
SHA1: f07cbbfd263f4636d9f543835f62fe1bc9a9912c
MD5sum: 8b77a2c900591a3cab2fee51885ca97c
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 9.6. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-03-26 11:41:08+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 213.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: make, postgresql-common (>= 117~), postgresql-server-dev-9.5, postgresql-server-dev-9.6, postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_213.pgdg+1_all.deb
Size: 68820
SHA256: 6fc336dff33a533c0db4d1a2262e932abea76a85c6c6eda8d767b003128bf40c
SHA1: 596d14c22ee41794084f6194657206114453fa1d
MD5sum: 4df72505eb41f083bbcf84e80f761a65
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, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 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.
Timestamp: 2020-03-26 11:41:08+00

Package: python-psycopg2-doc
Source: psycopg2
Version: 2.8.4-2~pgdg+1
Architecture: all
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Installed-Size: 1385
Depends: libjs-sphinxdoc (>= 1.0)
Suggests: python3-psycopg2
Multi-Arch: foreign
Homepage: http://initd.org/projects/psycopg
Priority: optional
Section: doc
Filename: pool/main/p/psycopg2/python-psycopg2-doc_2.8.4-2~pgdg+1_all.deb
Size: 249872
SHA256: 615f1e58390a05a7ea5f9714b8a8633f4e90c6dac1f9ec5af518c995fc583a2f
SHA1: bacb8d19f746a2aa914a4760714cb2dd5f70d828
MD5sum: cefd0c019db2ccfa01e2ca35a32b107a
Description: Python module for PostgreSQL (documentation package)
 psycopg is a PostgreSQL database adapter for the Python programming language
 (just like pygresql and popy.) This is version 2, a complete rewrite of the
 original code to provide new-style classes for connection and cursor objects
 and other sweet candies. Like the original, psycopg 2 was written with the
 aim of being very small and fast, and stable as a rock.
 .
 psycopg is different from the other database adapter because it was designed
 for heavily multi-threaded applications that create and destroy lots of
 cursors and make a conspicuous number of concurrent INSERTs or UPDATEs.
 psycopg 2 also provides full asynchronous operations for the really brave
 programmer.
 .
 The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0
 and being thread safe at level 2. It also includes some extensions to the
 standard DBAPI-2.0 to allow for better thread performance.
 .
 This package contains the psycopg2 documentation
Timestamp: 2020-03-26 11:41:08+00

Package: python3-barman
Source: barman
Version: 2.10-2.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 952
Depends: python3-argh, python3-dateutil, python3-psycopg2, python3:any
Breaks: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Replaces: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Homepage: http://www.pgbarman.org
Priority: optional
Section: python
Filename: pool/main/b/barman/python3-barman_2.10-2.pgdg+1_all.deb
Size: 196844
SHA256: 431e3e8689efc3551818bb63c56d9a88abcce350e6fde6da4a858d66d982bc5a
SHA1: 92ca2cbb016f1c3f7cee3c26981931021dc6269e
MD5sum: 3ff97c069400c32908cb8f4490c19054
Description: Backup and Recovery Manager for PostgreSQL - Python modules
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides Python 3 modules only.
Timestamp: 2020-03-26 11:41:08+00

Package: python3-londiste
Source: londiste
Version: 3.3.0-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 229
Depends: python3-pgq, python3-psycopg2, python3-skytools, python3:any (>= 3.5~)
Conflicts: skytools3
Replaces: skytools3
Provides: londiste3
Homepage: https://github.com/pgq/londiste
Priority: optional
Section: python
Filename: pool/main/l/londiste/python3-londiste_3.3.0-2.pgdg+1_all.deb
Size: 43852
SHA256: 165c653a399d29f5e6b19e4f5cc8cc5a172b860280fecf29a71f99459563aa82
SHA1: 41e933eea2074f3abe5445af2e4756568b038f40
MD5sum: 93ec5d7fd8d04bc45a49869a1ec81f2a
Description: Database replication for PostgreSQL based on PgQ
 Londiste is a PostgreSQL database replication tool written in Python, using
 PgQ as event transport. It is part of the Skytools toolkit.
Timestamp: 2020-03-26 11:41:08+00

Package: python3-pgq
Source: python-pgq
Version: 3.3.0-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 153
Depends: python3-psycopg2, python3-skytools, python3:any (>= 3.5~)
Homepage: https://github.com/pgq/python-pgq
Priority: optional
Section: python
Filename: pool/main/p/python-pgq/python3-pgq_3.3.0-2.pgdg+1_all.deb
Size: 27748
SHA256: 702159f07f725e155bb5a8eac6861dca688bdf6e69bc085e3dd7acaff574ff00
SHA1: 63c41eeb0bb2526b27d1ee3f1d9efaf8baf9e057
MD5sum: 138a8f1d1636ba08d42ba1a93e63ac6d
Description: PgQ queue processing for Python
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the Python3 module.
Timestamp: 2020-03-26 11:41:08+00

Package: repmgr
Version: 5.0.0-4.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 22
Depends: postgresql-12-repmgr | postgresql-11-repmgr | postgresql-10-repmgr | postgresql-9.6-repmgr | 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: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/repmgr_5.0.0-4.pgdg+1_all.deb
Size: 14600
SHA256: e8a7382811f8afca311f82cdcd5e13a6515a712c25393938bd01cc326db39952
SHA1: d713b07d23b73b029b0242bcd4902a0202b5cfb2
MD5sum: 9de4c2881939e5aaf10ee11b9690a003
Description: replication manager for PostgreSQL (metapackage)
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This is a metapackage that depends on the version specific packages.
Timestamp: 2020-03-26 11:41:08+00

Package: repmgr-common
Source: repmgr
Version: 5.0.0-4.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 298
Depends: postgresql-common (>= 26), lsb-base (>= 3.0-6)
Breaks: repmgr (<< 3.0.1-1)
Replaces: repmgr (<< 3.0.1-1)
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/repmgr-common_5.0.0-4.pgdg+1_all.deb
Size: 183488
SHA256: 6366c293fa883b7123f313ab0e584b012701f45ee4968be597af5e4d95341305
SHA1: 7d3cea468309ac9d4f871fa6747e280f3f4bf014
MD5sum: ebe0dd4a9b130a9717d04bd7120280a6
Description: replication manager for PostgreSQL common files
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr files common to all versions.
Timestamp: 2020-03-26 11:41:08+00

Package: resource-agents-paf
Version: 2.3.0-1.pgdg+1
Architecture: all
Maintainer: Jehan-Guillaume (ioguix) de Rorthais <jgdr@dalibo.com>
Installed-Size: 144
Depends: resource-agents, perl, pacemaker (>= 1.1.13) | pacemaker-remote (>= 1.1.13), corosync (>= 2.0.0)
Homepage: http://clusterlabs.github.io/PAF/
Priority: optional
Section: admin
Filename: pool/main/r/resource-agents-paf/resource-agents-paf_2.3.0-1.pgdg+1_all.deb
Size: 42132
SHA256: 5cca1c46e9dcb6ed069a71bb0f4f4169d6c76bfcb9ce954fa483f44c9c6f4ffd
SHA1: 648e014ae381cbcc85c11d7acb5e4ac4baf8bc9e
MD5sum: 8eec4a3017382a3340e739fb6a08cfbc
Description: PostgreSQL resource agent for Pacemaker
 PostgreSQL Automatic Failover (aka. PAF) is a new OCF resource Agent
 dedicated to PostgreSQL. Its original wish is to keep a clear limit between
 the Pacemaker administration and the PostgreSQL one, to keep things simple,
 documented and yet powerful.
 .
 It only supports multi-state (Master-Slave) PostgreSQL clusters.
Timestamp: 2020-03-26 11:41:08+00

Package: skytools3-ticker
Source: pgqd
Version: 3.3-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15
Depends: pgqd
Homepage: https://github.com/pgq/pgqd
Priority: optional
Section: oldlibs
Filename: pool/main/p/pgqd/skytools3-ticker_3.3-4.pgdg+1_all.deb
Size: 3824
SHA256: a1cf6b76367d88d847f8473f6704326560381978c9b48af8e3f7bc214d1e70c5
SHA1: 87271cb126f0b97dbb30c03353cc903aad15467a
MD5sum: 3bcab4013ffa4740b27c0b874d50be62
Description: Transitional package to pull in pgqd
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This transitional package pulls in the pgqd package on upgrades. It can safely
 be removed.
Timestamp: 2020-03-26 11:41:08+00

Package: slony1-2-doc
Source: slony1-2
Version: 2.2.8-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1873
Conflicts: slony1-doc
Provides: slony1-doc
Multi-Arch: foreign
Homepage: http://slony.info/
Priority: optional
Section: doc
Filename: pool/main/s/slony1-2/slony1-2-doc_2.2.8-3.pgdg+1_all.deb
Size: 329464
SHA256: 4a73fa8e45b24110c45e65f4be5d60c3a34909ab410cd43321745b5bd12cc3d4
SHA1: 47b2e29067515c816c1b26ac0c282abe4c120e97
MD5sum: 924516a230f2c758f349cd5367c84e30
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.
Timestamp: 2020-03-26 11:41:08+00

Package: libecpg-compat3
Source: postgresql-12
Version: 12.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-12/libecpg-compat3_12.2-3.pgdg+1_arm64.deb
Size: 14028
SHA256: b3d62124907794b2881caf4f584cb9ec704f98916dc9c1678b50178abf35df14
SHA1: 2c46577d75c8031bf01c9a6ee742c3016a067fd4
MD5sum: 8bbe365467f7a7d52752762ad3e879bc
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.
Timestamp: 2020-03-26 16:59:13+00

Package: libecpg-compat3-dbgsym
Source: postgresql-12
Version: 12.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: libecpg-compat3 (= 12.2-3.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/libecpg-compat3-dbgsym_12.2-3.pgdg+1_arm64.deb
Size: 18456
SHA256: 72bbdd31cc1d0738281cd451cd21f184afc3edf39d1f4c7c9dc6744bed9ab83a
SHA1: 128aff64435c445bb17c29763d302b4872db3270
MD5sum: 39da4b76a430fe079b4b7c03707de79e
Description: debug symbols for libecpg-compat3
Build-Ids: d23b8d43eb6e03c015baf2988bea9eb098251a76
Timestamp: 2020-03-26 16:59:13+00

Package: libecpg-dev
Source: postgresql-12
Version: 12.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1488
Depends: libecpg-compat3 (= 12.2-3.pgdg+1), libecpg6 (= 12.2-3.pgdg+1), libpgtypes3 (= 12.2-3.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-12/libecpg-dev_12.2-3.pgdg+1_arm64.deb
Size: 264668
SHA256: f8d91c446d1b1afda99449b140cb879a102daf3aae5c4796eeae398a56fa407a
SHA1: 4172ec0b27068d5478fc506e1e6186d72fd3cfab
MD5sum: 4da1526a7171e8ed01be41325a829a53
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).
Timestamp: 2020-03-26 16:59:13+00

Package: libecpg-dev-dbgsym
Source: postgresql-12
Version: 12.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 278
Depends: libecpg-dev (= 12.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/libecpg-dev-dbgsym_12.2-3.pgdg+1_arm64.deb
Size: 233916
SHA256: e9fe6a328baf45e4846f84052f0a35fd915978a4f5cb336036ec892b2e5d7eab
SHA1: fa0b3b3262e80dcff72a4efc04315cec2c7bf9b4
MD5sum: 6eb511398c0c6e299d6f604ab7177598
Description: debug symbols for libecpg-dev
Build-Ids: b7ac4856bc59b5aab5c2dcad6cb48eb12ac76483
Timestamp: 2020-03-26 16:59:13+00

Package: libecpg6
Source: postgresql-12
Version: 12.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 216
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-12/libecpg6_12.2-3.pgdg+1_arm64.deb
Size: 53520
SHA256: e8f4641f62e1fc77f98af5c926469f9cf30d074ed6f9ea73d4e1bc31ff77b10f
SHA1: 14944f7a84ac1cfac470a337bf642605719d4b30
MD5sum: 85584b00e6d53a47c42bf4807216d4b6
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.
Timestamp: 2020-03-26 16:59:13+00

Package: libecpg6-dbgsym
Source: postgresql-12
Version: 12.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: libecpg6 (= 12.2-3.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/libecpg6-dbgsym_12.2-3.pgdg+1_arm64.deb
Size: 132624
SHA256: 400fe25e2e84b5688ed2cd771f2777ea61243d00ba4d128cf51a0a8b5bd3e52a
SHA1: 657b2c200bcf8aad847336f1a53c80e6b93c7049
MD5sum: c385cce45c5e0731c3f35570d310db27
Description: debug symbols for libecpg6
Build-Ids: ea6c711a85b22a433f01841700785ac0d7738f06
Timestamp: 2020-03-26 16:59:13+00

Package: libpgtypes3
Source: postgresql-12
Version: 12.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-12/libpgtypes3_12.2-3.pgdg+1_arm64.deb
Size: 39920
SHA256: 087daf7d985a63014bb5e228f499d8bdbb70c004ee979d9056b145ac860009d9
SHA1: c1c5c751da0e5815692962b818c6f029dfaf809b
MD5sum: cc63338332f43a8cc321be689f88e022
Description: shared library libpgtypes for PostgreSQL 12
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-03-26 16:59:13+00

Package: libpgtypes3-dbgsym
Source: postgresql-12
Version: 12.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: libpgtypes3 (= 12.2-3.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/libpgtypes3-dbgsym_12.2-3.pgdg+1_arm64.deb
Size: 92532
SHA256: 4c7170161ab7b60165820b32aa19d1e7eea9b6eaf780f1604673fed63b1a23f5
SHA1: 9c66df531d0d626b8d69a03e14d4e67abf8df0dc
MD5sum: 60f36bde4760f528f177acaecdd1a743
Description: debug symbols for libpgtypes3
Build-Ids: a251ffdabc587db797cd1f012fa967281fc75cee
Timestamp: 2020-03-26 16:59:13+00

Package: libpq-dev
Source: postgresql-12
Version: 12.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 573
Depends: libpq5 (= 12.2-3.pgdg+1)
Suggests: postgresql-doc-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-12/libpq-dev_12.2-3.pgdg+1_arm64.deb
Size: 135340
SHA256: ad28a529b5367201a46e0e1d6d9f0f40b02b0da023e2de6d1fa548cd57df98cd
SHA1: 102f21f8713d93ab5f672277bbc2b5579f19dfb6
MD5sum: 0967249682d9d4835b4b85ee0c36efd7
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.
Timestamp: 2020-03-26 16:59:13+00

Package: libpq5
Source: postgresql-12
Version: 12.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 766
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-12/libpq5_12.2-3.pgdg+1_arm64.deb
Size: 166576
SHA256: a2aaff91f89c789086893ac205c1efd854f200dc4b91546a8e2a75bf1c87aefb
SHA1: 03b1b15945e479e2d4214ec33cf5dd40272616bd
MD5sum: 260814b6795f10e456d75cfa1c42747b
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.
Timestamp: 2020-03-26 16:59:13+00

Package: libpq5-dbgsym
Source: postgresql-12
Version: 12.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 360
Depends: libpq5 (= 12.2-3.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/libpq5-dbgsym_12.2-3.pgdg+1_arm64.deb
Size: 320160
SHA256: d93f168ecec1ccd143c653deb599a5139429604b619c49a841da359380fd341d
SHA1: 96a4fabc2a53bb046d50d78e5fb537c566d4a00c
MD5sum: 60f9e48ffe0d043dca3843d7668a8d34
Description: debug symbols for libpq5
Build-Ids: bcba9865b7debdd5274958704917e00a2799a55c
Timestamp: 2020-03-26 16:59:13+00

Package: postgresql-12
Version: 12.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49530
Depends: locales | locales-all, postgresql-client-12, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu63 (>= 63.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm10 (>= 1:9~svn298832-1~), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 2.1.12), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-12_12.2-3.pgdg+1_arm64.deb
Size: 15532140
SHA256: a46004990753741c5cc97f540881bd8b480198c9dca865b7dcfe899972b6df71
SHA1: 56e7cfc00bade3ea6a97d0051de12e6d260c2143
MD5sum: d052f6e044303527e07ee367e379c850
Description: object-relational SQL database, version 12 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 12.
Postgresql-Catversion: 201909212
Timestamp: 2020-03-26 16:59:13+00

Package: postgresql-12-dbgsym
Source: postgresql-12
Version: 12.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23662
Depends: postgresql-12 (= 12.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-12-dbgsym_12.2-3.pgdg+1_arm64.deb
Size: 21792408
SHA256: 3150f317ea4ef8e26d2c37f20a06f9813d12536b4797b247a1ddc0cf93b17704
SHA1: c20422992b2aad0c83757d00b36c0fa57a45a954
MD5sum: f1badbb86b27f73fb16c901eb99061b2
Description: debug symbols for postgresql-12
Build-Ids: 02848bbff51c473e10f2ec07f8697dde6f05621b 04358ced45f89f626b127671984a3a39f0b04cce 09a83c2b5d2734ca8546ea451f766ca0223dce29 0a0c9df5a2c2706651b06aeace70b95925cc812e 0b66b694bde12bd7d56beaa79741f4d92d25f800 149feef56bb0af537aaae5a1d7f49fff9d4af4f5 17e1c4a2535a29e736231d2b54715cc130825c2f 22263f5073b8249aedc5ee62a7193d31947285b5 2717fc332dd248cd5ff78734fec181910616bc43 27f60d745b79541ce5d09a13f4512e0642952a7b 2fa43e700175853f51dbe603375a2b1dc669936e 2fb08a4c0292380f2e9c8dc67c58f861bf0bb288 322f591a51de254394db06fcb6048e2e628e53b8 33d293eb892af1d0b5214fd1863bc08c64dff650 34b07f688dd0705273754c5687951481344ea5b7 359a16a16c6e626b539f333c8a2111058e9b2dba 35a3225d53a8cd696055c03652623daec4cebaae 35e5fe07335a0fdd7f4187d68e9e675d116d673c 37e668a743cb36fd264417b61c8a54e3b929fde5 38dc8c73ad4430b5a41cfe314f648d9b22a7f70f 3d8bd75f0d7543668fbccbde7b9f7745e75012d2 3ef246d97e6dc8cc9eabdeceeb0c5889a2da9a04 3f8e1890b6c9fb93dc01a7675f9c2972222bae8b 414b16adaa0f6faa707bd98b0de998d25fc57e5b 4592be33455dfc841474e83c995b0bb783540127 52b4a52e0b3e613fafc32df5f25442935f59faf4 532670d019421185dfb2ee738c1d73de06ab5393 5479084ce3dcd977e1a0d487ab4f4ca092d3ded1 55973bb67aa26d5310ba31b03a991510eb287739 596726990223ebc34312138ddda67354b3c0501d 59e810f6489e8baba6eb42b2ef5c3c73528eec98 635705c38358dc8b46c5880a7215f913ea94b266 65d5502e080d86841d40e47f33b22da9af94e1d1 65f3ac5132fabd5f0629299a75f538d9bf15c1bd 67916722f83137354b9a498bf82168edd09f52ac 6911add8bdcd68adce6eb8accfd8d50c7b963640 6a1b9e6c76aca314677591bc5c0683098d81f87e 6da1f28ab9fb86ad831848a7dc2aed88cc45dd10 706410365489992f802666d591c77e2193948284 750439a4aac3269d7641062492dbb7646213d748 750ac691c4e5c09b814d5a581236f525164acf08 76c48b2fbc8d41d6dbdbceb3360f49c3c7399e40 779a704a4949d81e7bcd88d147f2055617f89b0e 7a43ff26c550f7d39c001ff3bfdf2e2570b0a289 7b73d5fde1ab95a21660d88da0b4c99ba623b337 813b5038ea19d5609451380317b18e6fe21cff6d 814269ddbcc756ac5b4d57b67f9bcdaae1b9b3cb 850e93ca3488e2fb2a22af0e768d2b03bb2d9f07 8823e6949e60226ee8e5bd33731fc79cc2d7d300 8bfac72a9c7bc1c03b7b4cf84ff99849d1b2c2bd 8cf5ccea1907ad88c78ffe85047c3d99f884edaf 8db024802f66aa12a8b4f0cc6dd052b4e71c70f2 8fe741a27053f222c5f3376111f07bd1a3ff7905 90748de6d5a0fbfda6d96fc476a9b6f520aa4207 90962fbd700f5f219df9a19c7f2479f0423cfc70 90c98192b56cb62ccc8671a24818f3007d4783e7 967c4e77b21758ddd0f7fe767dd9a5846f1e8ac7 98c06c1a6aa4f8a4af148281aefeef2819aed08d 999eb4351d311474c099aa55097eef7549da06f2 9ba3d2bc29badca4f2e4126c4d13505a28698c7e 9c68e8c64431079993a55b8a334c2470f6d49f81 9e79c757045d1a6d88a894aecdbaacd8abe184a7 9eef1a809b044b1c377199c52680f1a4601c9b27 9f6642c2d21fbae8079f60c6c2b52b20e1dcfdd9 a089b4bc9cb9a5c49585bcffd2722a3795e42ba9 a2820c6a1fc1de1461c9ddd8ee9a593b2de3a03c a2b33ed78cdbfecd90677e411769aae4b53acdbd a4cc219990a46688ce82776eb42ee1402f7adc37 a625c234882b1c48a865b69a12c18df920da0d39 a7b656f9228eb778ae1673394c1d291ab2899109 a9dd7f385bde012f845824432947c2883c70e66a acea5ca3e75a96fcff08bbe9eef814d5a691cb2d ad89a66f25c6811aa4b79cc2dccd502beb8f757d af25c52b447eca69cf6cd96fb2c14be616865653 af780facefe8520697660c48414f4c913ac53704 b29af2b642eae1a13825a436aa4e83c81160bd71 b342de6fb417b4f0041ba167281722659a33acf7 b3a7458037d2908d90fa20dadbe6ac6be08a9e8c be8a7b50cf85e58f320cd4fba7f2a9205ce4ad53 c0384aa0c3118774e007859f572991a962748e89 c0b3a10ff7788423aacf449228ec7e1f2c704dcf c8a4c897fd28f6a79622539893ccbf7b830e7e48 d253ae0e3bbc7179ae78e506df5490e4a1bc0ff2 d3b88690f74ba4c74bc096e98b679da5219df347 e0a1c00b0cfbf265ccf411659475fda819ef6aed e1cbf871154f575f3c4d9374d51b9ce55b39b01a e403bc36e0fa3f80c2ff9fa3af9877ddac24dc5f e59b2b6a6d0bb1bca1832f8134a4f756a07d1e59 e6b792810e385849dd78833b2d9c2684830768e9 eb85ebd38bfbcece4a9d4d266f47dcd65f949afe ef7e0ef56ab21bd62998712474bcb420b51a54bc fd2b10062b81d195c4910a127cdd0b1ab7bfda30 fd53f582c3bad7060e98a567eb3e4d84dfab85b2 fe242fc82a3796eb0947d30cb2e3264e76ec25eb
Postgresql-Catversion: 201909212
Timestamp: 2020-03-26 16:59:13+00

Package: postgresql-client-12
Source: postgresql-12
Version: 12.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5885
Depends: libpq5 (>= 12.2), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-12, postgresql-doc-12
Conflicts: postgresql-server-dev-12 (<< 12.1-2~)
Replaces: postgresql-server-dev-12 (<< 12.1-2~)
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-client-12_12.2-3.pgdg+1_arm64.deb
Size: 1361072
SHA256: 18f68318b80e54b320c2c993b5c8a3be21bb375148c483297a3d28291f96f4f6
SHA1: bd45dd37a22295fbdbe225b9625b36456189f248
MD5sum: 4f116324b4957fd3c59c1333bb052b05
Description: front-end programs for PostgreSQL 12
 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 12. If you install
 PostgreSQL 12 on a standalone machine, you need the server package
 postgresql-12, 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.
Timestamp: 2020-03-26 16:59:13+00

Package: postgresql-client-12-dbgsym
Source: postgresql-12
Version: 12.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2571
Depends: postgresql-client-12 (= 12.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-client-12-dbgsym_12.2-3.pgdg+1_arm64.deb
Size: 2188384
SHA256: 55fdb97e99ce8311a9508c17e1aa3056e2747c563bb8618c38b1305d67b62c22
SHA1: b96a49aac764b9a73ea4b2d66c7b1e2a67417d50
MD5sum: e675137e26c7fc88e0933748f2db86e5
Description: debug symbols for postgresql-client-12
Build-Ids: 086381339c4a6a34e2ca39ca8c0eacd79e90d579 19f013a9a96bbc0c67d3f257545c8cc093177cd4 35d197b4b027ee1aee4f49747e9390c809f3d178 3a055672a188e002d1dcdf516d875c11087046cd 43bddc6b32f78dfdfb9a696787f22919bc9f962c 4da8a6432886fea4770773dc62d1cd3a37ebcb47 675a539d4630a0f20bdf341860f153989e4c5c0c 782436f9668b81a0dadfc8c1325673d82b559723 872c394601d618dd398783c469860bef354ced9f a47d6a7b72c2c950df2e81f0e1d11c98726bcb49 c00d6a92e7e6e12594da422f69a3f2e69d9e2e42 c1e3d70fa35600d5712925eaed25b6bea4c843d6 cc9ad40ab0377a10e44159bdf44e1130c83b5f1d ce181f298bcf829115db60adb9ce233a078a356a dbe7c2457bb119882bc6a121ee7b7048994948c1 e1d232c29f036f6e42050758a88d2c9ca5b4b17d fb5a95c9959ae051a3fb09257e42695f7642b2e8
Timestamp: 2020-03-26 16:59:13+00

Package: postgresql-plperl-12
Source: postgresql-12
Version: 12.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 320
Depends: perl, postgresql-12 (= 12.2-3.pgdg+1), libc6 (>= 2.17), libperl5.30 (>= 5.30.0)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plperl-12_12.2-3.pgdg+1_arm64.deb
Size: 77840
SHA256: 5718eecffac50bdefcfc8911472cdba96438368eeff64810ef542deb6d677596
SHA1: 66f75e3cfd28605a144d3b9510ca21c31c5db244
MD5sum: 1cd28be835ab6779107db9fe51053ce5
Description: PL/Perl procedural language for PostgreSQL 12
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Perl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-03-26 16:59:13+00

Package: postgresql-plperl-12-dbgsym
Source: postgresql-12
Version: 12.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 287
Depends: postgresql-plperl-12 (= 12.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plperl-12-dbgsym_12.2-3.pgdg+1_arm64.deb
Size: 254184
SHA256: 547c6c4ccdabbd4211156c530bb86119181f5880327521f23c56f1de4d3e7c68
SHA1: fbbdb2cbba73b609957e15d0ad445897178d96b5
MD5sum: 433db615717b0af214f7ad1eb5ac5e60
Description: debug symbols for postgresql-plperl-12
Build-Ids: 455a56a2225832bd88aff33d02b2da2c12bd1e4d 77378bb7de1da2c7df59a35d2a3ccec448cb4c3f d8336eb6092adcaad8ca7df8ad4f5d63eedf45c7
Timestamp: 2020-03-26 16:59:13+00

Package: postgresql-plpython3-12
Source: postgresql-12
Version: 12.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 479
Depends: postgresql-12 (= 12.2-3.pgdg+1), libc6 (>= 2.17), libpython3.8 (>= 3.8.2)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12_12.2-3.pgdg+1_arm64.deb
Size: 102100
SHA256: 5fabcaf0e4821e1b478b84878e2f1896506a715f88ebf77f7de1192b1666ad2c
SHA1: fbbdd551388c242929514e45c022847500f5e585
MD5sum: 6a709ca2f6af0b1a51aff664fc8fcd6f
Description: PL/Python 3 procedural language for PostgreSQL 12
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Python 3.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-03-26 16:59:13+00

Package: postgresql-plpython3-12-dbgsym
Source: postgresql-12
Version: 12.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 405
Depends: postgresql-plpython3-12 (= 12.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12-dbgsym_12.2-3.pgdg+1_arm64.deb
Size: 351968
SHA256: 4e0d68461da7808398bfe6c684a714673f1e5b08ce7752c12305efc6e19515e6
SHA1: e8b62ed92239d1ef1230fc05cfe4238f18d9c4bc
MD5sum: 8525174fb9fbc07340155da805e2a638
Description: debug symbols for postgresql-plpython3-12
Build-Ids: 06176527316a9568331a6ed2d0cd1fd32911ae33 2f96608768eb554935bc9463d2c3214f55fee33f 7e1c8c63d61d45d4b0108ef38df9bd5063eb4978 c26bda631f38eab20cf93c5eaabb5338aebd5dc1
Timestamp: 2020-03-26 16:59:13+00

Package: postgresql-pltcl-12
Source: postgresql-12
Version: 12.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: postgresql-12 (= 12.2-3.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12_12.2-3.pgdg+1_arm64.deb
Size: 35384
SHA256: 377338194a0844e4fe04f726f3825d5cb474b4f78951ba7938ca7031e16b1813
SHA1: b8ce70d98e51f339bdec286b15c9dc078c26ae99
MD5sum: c5743fe7fc60ba21b8feef48c0d23a71
Description: PL/Tcl procedural language for PostgreSQL 12
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Tcl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-03-26 16:59:13+00

Package: postgresql-pltcl-12-dbgsym
Source: postgresql-12
Version: 12.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-pltcl-12 (= 12.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12-dbgsym_12.2-3.pgdg+1_arm64.deb
Size: 102864
SHA256: 2af290ef1ad725b431d96d4c66c10ee91cec432f451c8a8db603b496ca9a9077
SHA1: be76ebd4ffbce64a9efb6c7b7deb6e8034133331
MD5sum: 7426214152f53bbff5c38a57e40e0094
Description: debug symbols for postgresql-pltcl-12
Build-Ids: f8e3abbf0d204366cd371697a53317c73db04f4b
Timestamp: 2020-03-26 16:59:13+00

Package: postgresql-server-dev-12
Source: postgresql-12
Version: 12.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5226
Depends: clang-10, libpq-dev (>= 12~~), llvm-10-dev, postgresql-client-12 (>= 12.1-2~), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-12/postgresql-server-dev-12_12.2-3.pgdg+1_arm64.deb
Size: 917448
SHA256: 4f0698a63b797f5636fee3a2234b95ede32ea2b0c829bea4e7472313be73c986
SHA1: b733bf939933819638eff648fe69d68988bf3aae
MD5sum: eebae7f88c7237717ab110ec7fe4689e
Description: development files for PostgreSQL 12 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.
Timestamp: 2020-03-26 16:59:13+00

Package: libecpg-compat3
Source: postgresql-10
Version: 10.12-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg-compat3_10.12-2.pgdg+1_arm64.deb
Size: 19148
SHA256: 7d0d40b8292cbe64b5677cd0478138190532256a209ffe2b84934ed8d5bf6e3e
SHA1: db74e05de5d2b25174dd0b1cec1c74bfb3b99e5e
MD5sum: 605a3ac4fcc182177b1a75dacfce71d3
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.
Timestamp: 2020-03-26 16:33:30+00

Package: libecpg-compat3-dbgsym
Source: postgresql-10
Version: 10.12-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: libecpg-compat3 (= 10.12-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-compat3-dbgsym_10.12-2.pgdg+1_arm64.deb
Size: 18448
SHA256: 4b8a09cea289630c732f7f4a1697fab97eb7f5b14c80aca9195452632b4527cb
SHA1: 4d57de4edda3e488f0a3403eeb0835605d325839
MD5sum: 92d021c0d24b29b1619b81956a8e2f40
Description: debug symbols for libecpg-compat3
Build-Ids: bf97b974600c351eb1c5541791470c045e70765d
Timestamp: 2020-03-26 16:33:30+00

Package: libecpg-dev
Source: postgresql-10
Version: 10.12-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1217
Depends: libecpg-compat3 (= 10.12-2.pgdg+1), libecpg6 (= 10.12-2.pgdg+1), libpgtypes3 (= 10.12-2.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libecpg-dev_10.12-2.pgdg+1_arm64.deb
Size: 224328
SHA256: 1a8c735dce378942b96e2798b1749e3e3e0e4dcd21526b97479d9e3685c3a0df
SHA1: 411d6bcd6ac6cd478c3d11d2c63033e5f4608657
MD5sum: e96c762c64c65e749cf963677c32d6ab
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).
Timestamp: 2020-03-26 16:33:30+00

Package: libecpg-dev-dbgsym
Source: postgresql-10
Version: 10.12-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 259
Depends: libecpg-dev (= 10.12-2.pgdg+1)
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-dev-dbgsym_10.12-2.pgdg+1_arm64.deb
Size: 215792
SHA256: 40e172f59220a011868e12c1caab7a61d02f63b618806396eb81b9ce23a75c5a
SHA1: bcc8bd615be9482fa8fd1cbc9bbcc94bab1c24ea
MD5sum: 3cf52007e0fe2c52aa8a391fbe2f9242
Description: debug symbols for libecpg-dev
Build-Ids: a82155f37ceaebf928d1d3f94d3fb1c9a7948cfc
Timestamp: 2020-03-26 16:33:30+00

Package: libecpg6
Source: postgresql-10
Version: 10.12-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 410
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg6_10.12-2.pgdg+1_arm64.deb
Size: 83372
SHA256: d3556ccba794389d2e3e74843c55b653f3aadf9afcbf174209337d852a9f5b8f
SHA1: 86eb1db20cc532c056a2125751e9e1d0d03848ed
MD5sum: dbdf1efe5cc633a6f6483d286a8c991a
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.
Timestamp: 2020-03-26 16:33:30+00

Package: libecpg6-dbgsym
Source: postgresql-10
Version: 10.12-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: libecpg6 (= 10.12-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg6-dbgsym_10.12-2.pgdg+1_arm64.deb
Size: 114160
SHA256: b4e0c821bc24e4e7f462d7f8c7311334707c8f9e4e063f0a0e5f9b259003fac6
SHA1: ce6d6982aef127eb12227b0f8095f10d30afc334
MD5sum: db392695429eefdfec7fd301a87b4771
Description: debug symbols for libecpg6
Build-Ids: 5fe6c20940ce0671ef3fcdbdd7126546188c9083
Timestamp: 2020-03-26 16:33:30+00

Package: libpgtypes3
Source: postgresql-10
Version: 10.12-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpgtypes3_10.12-2.pgdg+1_arm64.deb
Size: 40272
SHA256: 0d7729f1e8f746ca97d99adea71921e1600241479aedaad578d2299be2814021
SHA1: 5f54c9a2cc03bf3c855b4dfbd445729a45025a80
MD5sum: 7096af4c37881b7e315c542468bcea4d
Description: shared library libpgtypes for PostgreSQL 10
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-03-26 16:33:30+00

Package: libpgtypes3-dbgsym
Source: postgresql-10
Version: 10.12-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: libpgtypes3 (= 10.12-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpgtypes3-dbgsym_10.12-2.pgdg+1_arm64.deb
Size: 76896
SHA256: 74a655ca5b4da03ab7c9f6fa501f970ba26c61677b7113bf9d7ba2ea0a780bbb
SHA1: a1d4847b581c94604941fcaab87bb21c70a1fe04
MD5sum: a4849f0d16d79e9776c3168b29aa4a2e
Description: debug symbols for libpgtypes3
Build-Ids: bcd14fb6103fa80eb1def6a74319e016041309b3
Timestamp: 2020-03-26 16:33:30+00

Package: libpq-dev
Source: postgresql-10
Version: 10.12-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 675
Depends: libpq5 (= 10.12-2.pgdg+1)
Suggests: postgresql-doc-10
Breaks: postgresql-server-dev-10 (<< 10.1-2~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libpq-dev_10.12-2.pgdg+1_arm64.deb
Size: 160492
SHA256: 5d00f05029c4214a1e35294fc4e19ed92faa1991dbd979e180bb5fa1ea30571b
SHA1: 6b915d0a2def17d5113543078df51edb72907815
MD5sum: debaf9b7f51bf6a1678e577cbe05ef0e
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.
Timestamp: 2020-03-26 16:33:30+00

Package: libpq5
Source: postgresql-10
Version: 10.12-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 740
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpq5_10.12-2.pgdg+1_arm64.deb
Size: 164752
SHA256: 978d56cc33c3d74c9f305432c36c88f5e64a538bdcff3007eeee8e496aaf641f
SHA1: 796d47a726d3fa9a71e97d2ead6efdbd40f56e5b
MD5sum: 4121bacc039d184a4aa74c26db77bbbf
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.
Timestamp: 2020-03-26 16:33:30+00

Package: libpq5-dbgsym
Source: postgresql-10
Version: 10.12-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 325
Depends: libpq5 (= 10.12-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpq5-dbgsym_10.12-2.pgdg+1_arm64.deb
Size: 290660
SHA256: 6c55759bd348b308b94bfed62fc24475754d7522e9b743d78eb39e099eb5bd2c
SHA1: b19dc5c2cca886306fb960d8470006b8a9a34b2b
MD5sum: 291cfb4e35e43bb089fd12e508d8afdc
Description: debug symbols for libpq5
Build-Ids: beedd323b525d7b05f284e08f86ac103ebaa67ce
Timestamp: 2020-03-26 16:33:30+00

Package: libecpg-compat3
Source: postgresql-11
Version: 11.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg-compat3_11.7-3.pgdg+1_arm64.deb
Size: 17196
SHA256: 74f14c9c3f0d640c4bdbfc9a3df02a96c87492b497ccc700db6ca70dd7b68416
SHA1: 7b611888ae1c2647897ebf4e889845b3a9cfe2a8
MD5sum: a1878929d28017f517376719b53da04c
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.
Timestamp: 2020-03-26 16:31:43+00

Package: libecpg-compat3-dbgsym
Source: postgresql-11
Version: 11.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: libecpg-compat3 (= 11.7-3.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-compat3-dbgsym_11.7-3.pgdg+1_arm64.deb
Size: 18440
SHA256: d9f797aa3c4ab90449aeab44dae2c3538830783f146f5d17a512d837876fafc5
SHA1: 79f2e1a9a7d1e36f25d9f25a99462fddd7f5aa53
MD5sum: 5e8d00541ae78206f90233d7f82963b8
Description: debug symbols for libecpg-compat3
Build-Ids: 845f9135929803a76b332f343eb6434dee1f25a7
Timestamp: 2020-03-26 16:31:43+00

Package: libecpg-dev
Source: postgresql-11
Version: 11.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1246
Depends: libecpg-compat3 (= 11.7-3.pgdg+1), libecpg6 (= 11.7-3.pgdg+1), libpgtypes3 (= 11.7-3.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libecpg-dev_11.7-3.pgdg+1_arm64.deb
Size: 225364
SHA256: 3489b14fd41ddcea48cebfca9b4ceebfc7d49867b344da68237133712fa81dbf
SHA1: c97d922db201ec9874177ce3dfdc24812578c770
MD5sum: 19e8236e5d5697d4e16079975ea0e85f
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).
Timestamp: 2020-03-26 16:31:43+00

Package: libecpg-dev-dbgsym
Source: postgresql-11
Version: 11.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libecpg-dev (= 11.7-3.pgdg+1)
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-dev-dbgsym_11.7-3.pgdg+1_arm64.deb
Size: 219244
SHA256: 478e81259976756ff3486f91163d4b1144e10c6f9766d0d0453698cd9fa04eac
SHA1: 0513ca9475a4a298e7b9379de96db46add66b9cc
MD5sum: c7b0548409b2a926820ec1539330239c
Description: debug symbols for libecpg-dev
Build-Ids: 00ab5db2dca1bb270d2955c16dec6a28dd66ca09
Timestamp: 2020-03-26 16:31:43+00

Package: libecpg6
Source: postgresql-11
Version: 11.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 430
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg6_11.7-3.pgdg+1_arm64.deb
Size: 84412
SHA256: 5b93552f8e8e831009bce8309b09c30c460b05d881dda6c7cd93ec9ff385320a
SHA1: e010e539f057d8a97e9967dc7a0704ab6ed351c6
MD5sum: b1a572744f89157ad0da5217da6b5a77
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.
Timestamp: 2020-03-26 16:31:43+00

Package: libecpg6-dbgsym
Source: postgresql-11
Version: 11.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: libecpg6 (= 11.7-3.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg6-dbgsym_11.7-3.pgdg+1_arm64.deb
Size: 114564
SHA256: 9bd3e6a3671cae32f46710cae0e0246f0ff352a0fa1944915d4428ba61008c17
SHA1: 27a78a2672fe13509a372814971fe75b56fcec13
MD5sum: e30aec1eefe0969016d9d0dd185b51ba
Description: debug symbols for libecpg6
Build-Ids: 5ea3e8634c0ff9a93465aea02149dde04629cd1b
Timestamp: 2020-03-26 16:31:43+00

Package: libpgtypes3
Source: postgresql-11
Version: 11.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpgtypes3_11.7-3.pgdg+1_arm64.deb
Size: 38600
SHA256: 924ef0c71a4e66a56ddfef9bfe9fcb2af86f919cd3bac365307ea30480fadce1
SHA1: 5e866ada11c3566587137089776203142d4cad81
MD5sum: 4afe8faffad48aecb4a7d770b2ac0fab
Description: shared library libpgtypes for PostgreSQL 11
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-03-26 16:31:43+00

Package: libpgtypes3-dbgsym
Source: postgresql-11
Version: 11.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: libpgtypes3 (= 11.7-3.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpgtypes3-dbgsym_11.7-3.pgdg+1_arm64.deb
Size: 78224
SHA256: 8d79bcf080e59ce77639553062dffd16fd274cdc9e54f9447db2040e007f2eb4
SHA1: 8c7848d909e19b25fb64380c4675d2a57767bcf8
MD5sum: 006923bbfa3f48a54115e5fb91bf0f25
Description: debug symbols for libpgtypes3
Build-Ids: 1ead945c8e49986a5f56109570e9e55c7af81668
Timestamp: 2020-03-26 16:31:43+00

Package: libpq-dev
Source: postgresql-11
Version: 11.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 685
Depends: libpq5 (= 11.7-3.pgdg+1)
Suggests: postgresql-doc-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libpq-dev_11.7-3.pgdg+1_arm64.deb
Size: 160900
SHA256: 97314b92998450e671a8b6618abf6f56784a12acd2d506516ea94fbf1883fc96
SHA1: f7cdbeda02610007f968ff2616df1b4f34807726
MD5sum: 7846e0e5e6a147cb51008c36c9922f33
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.
Timestamp: 2020-03-26 16:31:43+00

Package: libpq5
Source: postgresql-11
Version: 11.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 747
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpq5_11.7-3.pgdg+1_arm64.deb
Size: 161404
SHA256: 1a0afe8a4ce9f0d98bf091e157307fa07b80154b9ee94dfab8962c55539a91e0
SHA1: 28b7299df3e7b51f273b5aaebdfcec0237a7e1ea
MD5sum: 3fa56c3cc885aa3de5b78bd492198f6f
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.
Timestamp: 2020-03-26 16:31:43+00

Package: libpq5-dbgsym
Source: postgresql-11
Version: 11.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 332
Depends: libpq5 (= 11.7-3.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpq5-dbgsym_11.7-3.pgdg+1_arm64.deb
Size: 295808
SHA256: dc426ab3592d132e1dd928af9bec8c7a934fff000986f060386740d7ced1e83f
SHA1: 157a0ec7547de78b1482b3252cee7d48d86890af
MD5sum: fed4dbec3d6e97a54d97fb1f9aa08afd
Description: debug symbols for libpq5
Build-Ids: b25f9cf34f4c4b327b9ccdd829ccee1aa7fdd0b8
Timestamp: 2020-03-26 16:31:43+00

Package: libecpg-compat3
Source: postgresql-9.5
Version: 9.5.21-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libecpg-compat3_9.5.21-2.pgdg+1_arm64.deb
Size: 21656
SHA256: 796e1738d36d0169cf18354ba9df0b72df59cbff4ae6d1b2568e9d9344212b17
SHA1: 2397a25ee1011000992d55373df46bff206ffd08
MD5sum: 97356db61850f655a93e52182b4b296b
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.
Timestamp: 2020-03-26 20:33:19+00

Package: libecpg-dev
Source: postgresql-9.5
Version: 9.5.21-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1151
Depends: libc6 (>= 2.17), libpq-dev, libecpg6 (= 9.5.21-2.pgdg+1), libecpg-compat3 (= 9.5.21-2.pgdg+1), libpgtypes3 (= 9.5.21-2.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libdevel
Filename: pool/9.5/p/postgresql-9.5/libecpg-dev_9.5.21-2.pgdg+1_arm64.deb
Size: 220248
SHA256: 7ccdcb47c5dd74d73cfe3c9e0d7a7eb21e14048a8c4f982453c542c06c490aa8
SHA1: 1e4ab88bb567565aad50847b07cc54615b73106c
MD5sum: 1d01a4179fe5ed6427dbabd9be6505c8
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).
Timestamp: 2020-03-26 20:33:19+00

Package: libecpg6
Source: postgresql-9.5
Version: 9.5.21-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 391
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libecpg6_9.5.21-2.pgdg+1_arm64.deb
Size: 84128
SHA256: a13bd79ce9dc8a28bb17030801ee87c34deec29f8467f8ebf207db65e0e1a9bb
SHA1: d7af546ebbcb356ad2264b9d4336d0e7b64eeffd
MD5sum: bb927b4192ee022eb01ecb7cc08264d0
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.
Timestamp: 2020-03-26 20:33:19+00

Package: libpgtypes3
Source: postgresql-9.5
Version: 9.5.21-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libpgtypes3_9.5.21-2.pgdg+1_arm64.deb
Size: 42788
SHA256: b3a780b4fbe51ae4c2dbb856d7fc31cfb558472943c9048610283fe27acd787f
SHA1: 2d709a2780bd03a74de25627a26149652c55b2c7
MD5sum: 16514c02c2ce1344e7d0886ef0f513bc
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.
Timestamp: 2020-03-26 20:33:19+00

Package: libpq-dev
Source: postgresql-9.5
Version: 9.5.21-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 726
Depends: libc6 (>= 2.17), libpq5 (= 9.5.21-2.pgdg+1)
Suggests: postgresql-doc-9.5
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libdevel
Filename: pool/9.5/p/postgresql-9.5/libpq-dev_9.5.21-2.pgdg+1_arm64.deb
Size: 158924
SHA256: 27776038c77fadd85de2b03ae1b758cd98be52daf209c859a2e6d48e3f6520af
SHA1: 1d55197a38a25e6aa40fec92ac230879645306d7
MD5sum: 98b3bc0517e37c1fee5e7fda1309ad9d
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.
Timestamp: 2020-03-26 20:33:19+00

Package: libpq5
Source: postgresql-9.5
Version: 9.5.21-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 563
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libpq5_9.5.21-2.pgdg+1_arm64.deb
Size: 131240
SHA256: 3fcab18ffb62063b3b40cba6d18b97f5e762abbaf8b470f097efc884dbeb0d09
SHA1: 023057809567d7b1da358b386463c2bb6f6ecf6e
MD5sum: badd0977f737ab6648da92d29165d4da
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.
Timestamp: 2020-03-26 20:33:19+00

Package: libecpg-compat3
Source: postgresql-9.6
Version: 9.6.17-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg-compat3_9.6.17-2.pgdg+1_arm64.deb
Size: 20592
SHA256: 8d426ca82ac3772b7f84192b295c3d8aec9dc01e6f1bb4e03c7d46d559776b3d
SHA1: 09fff87eead307d153f20f8fb283fa422dd89dca
MD5sum: d5b0305a65af3201a936f858a37b4a11
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.
Timestamp: 2020-03-26 17:13:34+00

Package: libecpg-dev
Source: postgresql-9.6
Version: 9.6.17-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1175
Depends: libecpg-compat3 (= 9.6.17-2.pgdg+1), libecpg6 (= 9.6.17-2.pgdg+1), libpgtypes3 (= 9.6.17-2.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libecpg-dev_9.6.17-2.pgdg+1_arm64.deb
Size: 221204
SHA256: 51ae0263b89686b904e90937edb74755064493172f7314faf00529fb1ce27b8e
SHA1: 6c595d608b37989a7140d7b9f4fa8302ca3015d2
MD5sum: 5c6ab359a74b513428ca519ff9b0d137
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).
Timestamp: 2020-03-26 17:13:34+00

Package: libecpg6
Source: postgresql-9.6
Version: 9.6.17-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 411
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg6_9.6.17-2.pgdg+1_arm64.deb
Size: 84664
SHA256: 58597aa40bc961d1bccdfa0207711e9bc946aa28f1de716f6e51467619d65f98
SHA1: ff07632c2f1df37371385002aa806fca49f07ffc
MD5sum: 7de5f3ea4f65513ec669c39cb8920286
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.
Timestamp: 2020-03-26 17:13:34+00

Package: libpgtypes3
Source: postgresql-9.6
Version: 9.6.17-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpgtypes3_9.6.17-2.pgdg+1_arm64.deb
Size: 41740
SHA256: 6f84c88217868dd08a91ddd0d4fbb18be7eac46e917e878e950526f9ddf0ac3c
SHA1: f8554afbd0a5fc2139376282741acac156d3d894
MD5sum: f2dd7f9068a16649420ca59c11c126a7
Description: shared library libpgtypes for PostgreSQL 9.6
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-03-26 17:13:34+00

Package: libpq-dev
Source: postgresql-9.6
Version: 9.6.17-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 728
Depends: libpq5 (= 9.6.17-2.pgdg+1), libc6 (>= 2.17)
Suggests: postgresql-doc-9.6
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libpq-dev_9.6.17-2.pgdg+1_arm64.deb
Size: 158208
SHA256: 70263488b370bc28b3f85166aca891c362489b75c74b9bc274fec08bbd065b9a
SHA1: 91f7c6efab9112923596c28029f61202e099b78c
MD5sum: 977ac373311700383165739a44de3fa8
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.
Timestamp: 2020-03-26 17:13:34+00

Package: libpq5
Source: postgresql-9.6
Version: 9.6.17-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 600
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpq5_9.6.17-2.pgdg+1_arm64.deb
Size: 133892
SHA256: 57860aef2db9023684ccfe23ddd577b7289fbbe8345c22c0610168078a196ab1
SHA1: 7d9f561d4fb02e2cad7746db9aa70daf7cc7596e
MD5sum: 89e194d33da99b32cc822afa84a86aa9
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.
Timestamp: 2020-03-26 17:13:34+00

Package: postgresql-10
Version: 10.12-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24059
Depends: locales | locales-all, postgresql-client-10, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libcrypt1 (>= 1:4.1.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu63 (>= 63.1-1~), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 2.1.12), libssl1.1 (>= 1.1.0), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-10
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-10_10.12-2.pgdg+1_arm64.deb
Size: 4881560
SHA256: c8881418aa4f950c0a713205cebc59716a5d8e61d794eb930d65d36fd709a091
SHA1: 15a8cb00ab3d395bfc725c3079e719438cc718ec
MD5sum: 47eb2ab17ea44df379b5be65b002942c
Description: object-relational SQL database, version 10 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 10.
Postgresql-Catversion: 201707211
Timestamp: 2020-03-26 20:33:18+00

Package: postgresql-10-dbgsym
Source: postgresql-10
Version: 10.12-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19704
Depends: postgresql-10 (= 10.12-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-10-dbgsym_10.12-2.pgdg+1_arm64.deb
Size: 17888516
SHA256: 9beb7ee5e81c837b1ac13dcde9f835ca336170d45b36322f17a470ae483df544
SHA1: 038e116ab7976e23c3a5debd2bd53061d00392f1
MD5sum: df2d615862567c1abbb0b1cb671330a3
Description: debug symbols for postgresql-10
Build-Ids: 0437bcfad31450c58ffe71b62b7ea1e3f55cbf15 0794cc66efae8de2ea300f8e18d543f73cf5adb4 07bfcdcd7a4f3c158e6d4f4bde24bc2291c85d46 07d261ccf8375e51a3efddd813a47efb781060cc 08210da278e5d13d136d943d0f8030a8e8f3c31d 0a5233643ba56e2774e3e024c03b8d39c61c380d 0b140a6b3acd4efd7f2b859822ca3b434882808f 0cd797a8619599389b794bdb81d3767a8871c681 0fcebbac1355e58e64346a3c611aa0f3518223db 116c0d47bb84630724206f63e1f51edabb1ba4e9 132a2b9b3405f71e003571ac6aff6ce426722316 1331863e6d09e71f4bfb62609528042128032489 1425dcbe907d42c531e66bbb6cac88ee4323ae5e 162b31e1c22cafd89b18a93995bcd8f636233f94 16b99ce90b1d85262ec64c82077f07f4c4e0a119 1775f835588b9cedf6701b53545770a6b60ed798 17df3fc858aed38fc9f5d8293610930d1b80d594 1b2e4dccc250fcac8025ae8b69dadbba4a57bd5f 1cb3fbf474675289aaad3259f8aca14bc2ee3e3e 210d5d21f597c023e832a4fd7dc97e5a47c050a3 24326d0e9258f5cbfcc1b10571080b1df1c1a46c 25bf01de043b3dcda700afe9793b09cabe3e653e 2e80beb15b4e397e9d2ec96c05cd23b3b318ccf1 2e9f3cce959e0bca1d35207a387dc4a2e51501cc 30448e4413806f6396caa7385c19dcae323e6f0d 310f303b5b882af39c70d23ec0d8d4c411c3a18d 3aee2dc6a6460a30e4705def1ee3c8dd0beb2e65 3b18066a37ff36acded12c5d7abdaece5db914a7 3bf78960eaf0289ca31b38f96d46f51cc1aa437c 3e843a1a251c2116d1b7f04e0a777441942728b1 3fe4744005f3dbdadcf379a069123c71bb285fde 40644b1c72188989453a81585f6b321c2c1971ae 4334a892ebe2a112559ed9df5a604aeb9dfd68aa 43d8bc5fa0e2ca60bc36945b2de8627e0f3c735f 4e4b8efbdb9ed8ef0d4114490582dc813aa8572d 5142de0e9fa9fe09a7a6f76f22129cf9be675ced 5772096cc89b6b308b8a989dd0181f2299fbbec5 5784165d9f6ac8510122e48bf96d6be7891ac130 595768f53eef156f7722800391d2bc6bb6816374 5da2105e25ace4be99b90f75a85d865a37827753 6192f7a67cfbf8c167ce061e09e1661da7783701 61e2f3a0d25f10de25f38f2b4c26d2d7e9f2edd0 662181f3eb6af4438900f8b58a2aeffd2b9cf4ca 66383f0079885bb4f2353d391de3c1d9b062e611 6819e4a0214ac6374d3de42a771c3fe84bbcda14 692b1be03c8961083975471a6c82035fde211e78 6c6d50f5ea59e3a7169c95607f6a668172fccbe5 7741f41fa5dbf046ed55fc52fb46d8482710f759 7785e3ff719c32a833f909a96d2abe8664a324c9 7838ce3cb189b305a059ced53b86e0468ed49b93 7a17a5cb440cd02067e69c61e5979f48e9924cc9 7a3c97f48858cef0281c8676cde489382164c655 7a9fef08a07e7b9900e8cbdfc4cfd671b94ed384 8028e29e257b0408c6076417b74c9b8d61a9e21b 842aaa9f7a0ebf46ce6c7589567e5382af487d8f 8962d3af028cef7b4391dc063f8a1ba8f5a84355 8cb13b240bf719ff24ea0d46e08285ddb22f0dcd 8e6d67c4e444115e73c100912c82d154c1a7102c 97c2d5d47b95133a946470faed2192017769d5d0 9b3ce4aa7fa70c213a28e0bb6a1f5bac0d2cbd64 9d1e66d50c02791c05aad450278aea76ff097d18 9f876b2866c9a3a3cebf82437c6395c9b3f0b5fa a3089262bc4388fd5934296d8e8005096b03de04 a522bf62aac756b8baee8548a28f962f68845325 a7f16bbdd35125317a737444cb50cee141a53689 aceb3e15b2f73ac3459d4e604197cd8bec3a19f0 ad42ee4c962be89ca31a90f668d9680b5b5e3153 afc350deecd1021afff7e1d47093be46e1d99173 b18a5a4d68c43b96cde315a2ce5165f24ca1d969 b1f04324b6be7855131ab1654c8b1bcad2e59c1f b59c1fdae1483a9bf8ba4e7204c5669b45a7b780 b62821f653d6f067dda85d0fa8b8484945270cc5 be30b74d21441a883aafd3e7d14208738b4e2220 c00f4c28629d8fbcf4a713c9010b7a9c3b4ecafb c3b2ccfb83b47e107d8167a0075f84b9e7978af7 c4b391a6ea9a43ff64890aec6714606f5699e028 c571553bb5e3a8c6bab0780158b55b637129fadc c9c53d984fc84e8db8da831d9a6f66e3ee2b51bb ca0b9f118d76710c1769b50f6aac6e32abe863f7 cf5c7dfd544dcc2702b27476dc38d63d2e12e9c1 d20527f7789f5aa5efc216842415e4f79552119c d35a43fca2f13ee645e370fe0001b9dada75355b d42853aa51c037149ee9c4c59af323c91a1738db d9172e4ecfa22d4d625f631d5c8faaae4bcb48a1 dd7b60b593ed8b162b4213349cac32cb6bbd3984 dfe0919d35ca88e4982961a8c31ac3172d924ac3 e9e82d4d22c8d0abd969ed1121a59dfdbb8109f6 edbf90df44eff9f83f12169cd9fb4ecf0194584f f12b67867956d0ae8a882143c471c73752c2aae7 f2d1ada6a5026a3362a1275ec13580c475dc9b03 f36aa952514546335ebdf005d67e7b52ea52b06a f7b7276e0d935f976d9bc2edc11f992b76ca39f6 fc986f17c5d5c34b4ac78e875452ad8a0851c8fc fe8a2146e628bb052a86cc18521e478d4949d027
Postgresql-Catversion: 201707211
Timestamp: 2020-03-26 20:33:18+00

Package: postgresql-11
Version: 11.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48435
Depends: locales | locales-all, postgresql-client-11, postgresql-common (>= 194~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu63 (>= 63.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm10 (>= 1:9~svn298832-1~), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 2.1.12), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: postgresql-11-citus (<< 8.0.0.PGDG-2~), postgresql-11-cron (<< 1.1.3-2~), postgresql-11-pgextwlist (<< 1.8-2~), postgresql-11-pglogical (<< 2.2.1-4~), postgresql-11-plsh (<< 1.20171014-3~), postgresql-11-rum (<< 1.3.2-4~), postgresql-11-wal2json (<< 1.0-5~)
Provides: postgresql-contrib-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-11_11.7-3.pgdg+1_arm64.deb
Size: 14992084
SHA256: 2d36f7ddd2b756a388c67f9823f6b2f14537a9a8538722d4b4cf264a3f267c4c
SHA1: 1828a862c35ecd3c49c75edf69ec1a303e081291
MD5sum: 72841a789bb113fd0de53ec280a7b746
Description: object-relational SQL database, version 11 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 11.
Postgresql-Catversion: 201809051
Timestamp: 2020-03-26 20:33:18+00

Package: postgresql-11-dbgsym
Source: postgresql-11
Version: 11.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21733
Depends: postgresql-11 (= 11.7-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-11-dbgsym_11.7-3.pgdg+1_arm64.deb
Size: 19875024
SHA256: 5fa68fd66be50b4fa73b808893957d28fc7a103eb453965088ef9311390b5f8b
SHA1: 31259fd6640bfee1aea2b5da05c52c2958e949cc
MD5sum: 3a054b2b9822f09a9b61bc4328f54d88
Description: debug symbols for postgresql-11
Build-Ids: 039e1e3ee7bfe78daf79e72035a087b99d1d867a 066cf5172e1dfee51b639b6521cafa17720a90c5 076516bed5abef3dc382190fff427f3197ee5c68 076bbd9178b9f1f0903eba2e545d10c3e8fda262 0903e59b41b6c5b8204fd565ec095c8b4fd88efe 0b5b3ce3c7d983a1520dc7ec7361e62b1e3e2fef 0f4810a08412ae6f97461c9801fb893b0babf67f 0f5069dd4515a5ce19a3a88e7903335132e8d971 15372a2e94f5636ed41d4e5a8d6d21e4a339ff3e 172ca95fc8d68862800ae898d673525c6cef5d12 1938da89e47bbd1073e8994a5a0cc03510ba7242 1cc0c37d324775f79acbfc2c3ffaf4ace795f32a 259799ec2a079288afb833850299bedaeb32c063 2b42c36eac79eb9841135f953a2ca33258321fc5 2e82f5881e053a6613275e1e5fb0de9c7ebdfbc9 3022bbdeaba02d8515c05d3290a1540a0ed20725 3035d3c26689ddd043df083c7add29a087370cdf 3076840c9d548437fe040e9c3423a7ecc5b2fba3 374bdfb3a81d3b6da488b3cabe6b26bc6f619e0a 3ba0f9f2087cd39606f2890ae948ff12c83d8063 3f95243ab68f1c179d129db0ac814dd8f05c2502 4350bb5ddd8d92993516fc489d3687edc96c9681 4a0b7df1028b8bb946682fe4441a941cd31cc4d3 4b04f4703e98b27b64b2e656638571230405a4e8 4fa22fedfeed9ef50f92415768ed18589c372d28 5049d16d8043394c8c394bb4aa144916600f6241 55ae8e42b06e0cec8d2df51ca9e920e9e94f50d5 55da3469a7c668bd87997dec983688af286b6457 59b751f15af681702328e1fe5142d00848de133c 59d7b6715f1d15ce4825daaef3a41f65fc959580 5bc84fe3db324ef4bf85e6a57068cdecaccbfed1 5c05cdc97504ec844087a66c1330bd7230bd31f3 5c7123612095da4094e359569a444705181891f8 5dc0f52d638b32666187fe8cd52e3cbdb5493674 62a1ca3fee9702dd64b985347d01c3023a5f8414 640eae6fb6a2646d440d946c1001b8e0820a4477 688f02757df8a2e40f6c56a082638d45ec424378 6a1ab2d0e91bdc5ae1f2cc83b7ae9e9412d27699 6cc759949a1eab601295bdb2b29d91d37bb524ae 6efec8a8d01554655f3b4df0a944919d8cea5dcf 6feb9ed1954df8dd209f6ded7052a35208cbd83f 705ef6f9e3f0334f20d721dfe13d2a5caadb9295 71d3de1b25bdc23dad943977439632f8c12f0f98 7353d36b75a70a598372fa3e28d71e8844336875 73c2a6e10d6c7be3248b837ab7b8836be415cee8 7b3e165d42e0c6c56fd573f2a4a93d3a5557639f 7b9b849242f5f8414a002b071b8291a725dec002 7f18e9af266b24623ec5aea073d59bb74e4e99c5 7f1dfa27a61981e96d2f23e4d7c99dcaec20e576 8324aa4bacf003a9ecf0b7c301807273682e968a 8557de98dc0dd8e06efe124cc6cf1770d6f270a0 88f17413fca9a1f3a6fa82161d2d82021b2890f9 89e2b9ebba21506215c42687f503c2c1fba1fe9a 8ae6ba8f9a1f7eafd8c3377b892f5d8e6d08ca76 8c759cc5665d459a785aa4b12bdeede5103b9cc3 8e936a2cfcdcf9255e6a844847cac7f5d5eac507 93c233eb39fffab4c9c4c5c575010e94ce4b7a51 9c10fd479c126311caf8addad0ea765e9e78c3b2 9d50b0fddcbe6aa8e37590e9f7572b25a3ba606c a1dd38cec6b6eaa5fe5464d98af84aa646cbdbfe a29614863cf466e00d8fdd3e92af1b85cca95d1f a4880387d6d6edb6d963c8999b376e523cfa7978 ab07971fa61c58dbb41ad5a3909419358f3657cd ab3a4a152570719dc6999c59c23c892d7e15b634 afd503bb6c68e7487bdf1e11556ea5d2ed95782e b04e5c7a0a5a5ba714400745bad19a0772111889 b152407f6c2771fa65bbe06238608fd14b9bd254 b2bb23039d008379cec9d563e32e53bba82179cc bc3227a388c1eaaafc3db77c06926c24b3121d3a c5d940be7787e29b7de632cb071f7f259f3e5109 c676fbd4bbc3a0b76db619fbb765eea4c1bc3c33 c72be8f4e212107dac59cc33a3d9c3ff76a1aee2 c9b882abbbeea330dc9b68517751b5973729ad07 cee6784e180be6ccffc26236b31e333555f9ed01 d05e7016fb116eb22c690f42e8c64b292eeb7f43 d286c2a2ceae73ef52cfe9f073e704b6139e6ffc d3d1b6dd1ab8c071330729ddfaded3baddc3695d d49db32893860e834020a3a3d0c4647caa88b194 d7f7ea8bd301403b6644044c3d043cfdeee75cb7 d8d6852f022678dcad5f0da208e488d0efda2195 de7ba7648775bb737814065246dec3cbaa2a38e9 df8f64760d26da4c8594be20d533f6bb68a40993 dfdebb3e4cb3cea30be0dd7137bd341ad8226395 e60a12e07629a9de8363eedbcdc2073d4ed02f2f e63b6c1489a91748ebae6a351068545b9895f321 e76acad5453fb4956296d7cc2ee6f0072c56a0c8 e8429d218a47324ae9febedf48415363488922a0 ec3240efdc883e252ea1874112c73846ae6e0994 eeb3cbe739345724019a00cc519c5c9b1af36e21 f1b2ee3b6aca4b0e341ba70caf5f74c2dd4cda80 f28129626bbb58f417f480d790c94f53258028cb f309485025592200ae9e024245bf2892c7fbc632 fa0c971e3d0895f5176558e69f8244c024f5e556 fa8e7d0aed78d893368b91f7327ff77dc1782de1 fe35ee6730ad56ec18ff290644de427be0eec23e
Postgresql-Catversion: 201809051
Timestamp: 2020-03-26 20:33:18+00

Package: postgresql-9.5
Version: 9.5.21-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19548
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpq5 (>= 9.2~beta3), libssl1.1 (>= 1.1.0), libxml2 (>= 2.7.4), postgresql-client-9.5, postgresql-common (>= 158~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.5, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.5/postgresql-9.5_9.5.21-2.pgdg+1_arm64.deb
Size: 3926972
SHA256: da51c2f1c0d10c21bc4851a466564cea82c30cfdbf282f3bcaf276a72e5ac5e0
SHA1: 66d7c597e504c0e64bbee18deb04d55a7d653087
MD5sum: 77f7d334b9612e2192ef4ad5ec0335b6
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.
Timestamp: 2020-03-26 20:33:18+00

Package: postgresql-9.5-dbg
Source: postgresql-9.5
Version: 9.5.21-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19773
Depends: postgresql-9.5 (= 9.5.21-2.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.5/postgresql-9.5-dbg_9.5.21-2.pgdg+1_arm64.deb
Size: 17559764
SHA256: 7bc3075d2ed2b3870149a990eab14353a819eef7cf6d5c09bc50f0abd73a7395
SHA1: c8f32b87f5b146d1383271b72d9ded7676865bf0
MD5sum: ce0a1ba67096c7b0a24ac56c385e10d3
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.
Build-Ids: 014c030f48b6e649244fdfc3c398309ee48caa2a 08920ab4e3d6dcf9ebd0bcaca0acedb110de52ef 0a86ed807da426e7d322e24225792a1a0f69c3c5 0f812e8e048510d3f5d194ab515d66944c6f6776 110872c0001cf0029eab4ee5d3d6edb9513eae95 1218889ff90ba3b42b16ff2c96807402bb20ff10 1221d479a3e4b62e9ff1260101a3fdb7201dc726 13028f136b697233eb072383dd9bb1a5d60e12fc 153103796d5cfaf03393ab992da72538bc25dc9e 15d0eb87e424c81e0f218c2ac20e9ef6032406cd 1624a0c8dcdd7adbd33d0c2415902bced6b6086d 18ddfb604be67c2f3379194da65f71916a449064 1a54eab7b482be9532d393702454f14998dce6bf 1a6158f175a47b592cab40db3fceb9b60ec417a4 1cae23d222872003b0f01b7ad616e9860b23b7ee 1df92d5a0a767653da4d176210f1599c78190a96 1e2001fa10099acdbb491f3c1826b0c72318d143 1efaaca1079d0231cad8b5fae72167a8fdb02aaf 210972944fce29958d26b99c092cec1ae8b7ba9b 2245834c7866044980ce2fc053397f4d9a02c282 2432e070e6c1e54c446490a56ecbdf179cae6ba0 2490ebc3a92830e631e441639753219c75a3073a 25c7cb06c8d56a9254876f767554863eacb27781 26f9727e1ea8d9af33160c45c061e4f957917f9b 278008b6c525fe019fc69e600abab3028b56e4a3 2dd6d58114ead5f0a925d66d4e7e13084e87ff94 2f61bf919b7d9673f0662ec5ae0198c12c4c486f 3024c30643b007aa6a91768370a655a538065691 333727fdbb163e51b586f427762432ccb411960d 447faf251580c3894cfcbb6287b5d39655d0461a 4665ffbe4d4da5a3be340155d1abccdd5e8cb612 468596042869cb3719e903877a2d1294ffb4b8e4 4747be0c07a01840c2b88531bae1009be05808d6 48dc63222fb173c1411eb7feb6ea75f9af9eb10a 4b9e40ae5dff12e0eb46b68444d5e1acca936a1e 4cf5cdda5bb5c54e989ba8879e62ebf4296d052e 4d26bdcd514afb3b04be7bc5f76d61559695873a 4f4c1f3c569d4a85ea8a3b34ba423f3340f82404 4fd974ac3f4e7c72fadbfa033320d7d3ec469d69 506483253461b1ac8ebf7ed97b375213b129b04f 52f5e7191e0992df7b8104d81fbe7ac4d8b9f066 55d71720addc0cfb2023e52177783a8b1360431e 573b48468cd6aa94d7561f7325a57c23303bdc61 590bbcbe805fe72d9847bf444d0857fb77eb29f2 590f51500758cc3f4e56b3d3392a42b652d68d1e 5cc03540dead16e6cf8a59180fa425a5f6191220 5d3c0f388c449d0fa98e3ca5d9c36c44803e2fc3 5f0f6fba52e4142d9346e09847ddf91b62a45126 646e71e11105308d25a9c5788122c6007f68a816 64d7925b2a2bbb13a6064f6c1fd7085c362c0488 69d3807742d825fc42f82fd25d7294da460413f4 6f8079e7dcdfd4d13af4b3eaf3d3e746e6632536 6ff98b62e8f96962319f822d7e4fd30fb5e63f88 73b9fb8a893a0cb357b13bd6127a14630e182176 7440eab8cd18fbcf2626b6926d319b69134e9690 753f89ef13852a237a52169f875460f74c1789a7 756fb922ddf0cff1058931e36a5cce9f179ec4e3 7a4c9929064b8183c05086575ec14c75a7893c13 8375d60492d4a321f9addc0da9173b3ffa2d2643 8800859c557b3dd7976fe4bcd8e6323d2ce6c7de 8963d31ec526ae68f6f38d5638046be129b9404c 8aab07f8381c7c46d460a382bda1e96ec115d445 8b6a2e4a758207da670403c02577bf283adc0b7d 8f2cf80d111616ea02a2f6d0a7ba0ac5c9ab2a1d 904bf819e0c445a6abdf4e8c1f10b56b41f7f866 904d10f7a5a05291136c01c70a40f6c6cf5e0b8d 928add1ffcf3f77d80b6af63edb90d00f058d015 972bd4976f61ee3df04f2415b6fd7fb3ecd945cf 974f2942cb3c0387326d57f55a36bfe591a0701d 97662e87ce1b825ca2eef228223b5b333b92f06a 99b1c2068ac192fe219c1fbedee1fa2a00fb8138 9ce1b9bd1546fbe088562b78fa8ce1e06c22207c 9d5a4f4a0060defa3794e486745bbc8996386850 9e69aa10462544969aebd0bc766f5ce2a7a8d33b 9e9896cd96dbc88e651bc656794b4e0b128bf866 9ecc2fac00457f5ff4ae254622ea5dc10d5936ce a6e347138ade23ae70a5fb571d73138eb676ad5b a74c975995c01f0703b443610b4938d1cb97f000 a799ba8104b56307cc92b828f5f5b43406c33bf7 a968fcfbc4fd937df0a5487e985e140dfc1920a0 af03fdb3a7e94062906fb4a94cbee165fd44cca2 b054809fe1d6cc6c16f25aca506b439341816618 b2b78cf9a2ab4471ec25f717efc880278e8a985a b353991dad4ce2c78da12bd2c8251e0721796dca b38930e22fb8fd4746e84dc7b4bc06c45953d4f0 b3dedaa5ef0fefa9ce849aef1431b73309da28ef b8f8018ca5c3f8e068cca2e937597f433866565b b91eedf77e6980adc3a2f399bcab250855771edb b992f23cece2a70f9f6fae2cb943ba99daf0d507 bd1a9808e706b674a310887d62059f2522631bc9 c127f0fa41afc3eec89d376b45d0e80367cb6a54 c8b27be1eef146417c7dc53c95a8e3d756216c82 c93acd82dec348b627bc06cd6f72beb58bf829e6 cfc3ef3e9e1a803ba60402265656d38121a5b0bd cffbae932e903bd887691aa1df2a071134bb1161 d042c75b359c3fc1883656b9ce9b53c8172fc295 d22c8d8bb8237d2ca605983d36a75649178ab6c0 d23a72f11f5d54f1234b57ae496b2ab447dc3e89 d3eb9faacd85a5ecab52e663aa33462f70ed5f7d d49710b9527098b1959c263e708a1101e444f5bc d6864ab2f2c5162d535f3fadb3d7b72c28efe7a2 d69c4a668c73a8a0696b7804bff960ffb82571b0 e051001cfb8f0f0668950cdebdd72e73a182022b e07c72ab0160648284f72a6463f74a9cb652431f e1459236552756213098224e2f632541386befb4 e184ab450f84884e7b0b457e75ebd9eeef0b3561 e34866d53b6386fa86e370f4b23bb5a7f8003273 e554f82ed146c378ca3e974352e166d79d055ab3 e5611abb845063f3f8e4d214aae591d5b0097d5e e74c783efa6e9908a5ca71819c5b43957a31516c e89c15b739e351911855786e232e9d91e1b28e32 ecc93c0495789a97869db8891fbdf601755f797d f1e03a780f43f2a9c67ca07724976157153c9769 f2d7610ec9fa33ebdc31088884cefc4cce647ef0 f413f011c9b8908136cb45b9f42153d9d869b0c8 f80cebb5cb986cac69574d6f787c04fbf53d6bb7 f9c4cbd472287b9dbbd540b15317157b1956c6ca fa41ea0d10db318468c938861a1dc396e3c34f41 fa9357b69d2a36cfe62a4d627377ccb32e6391b9 fb6032da5f7d2562df2527548a8da9daa6ae4af8 fb913ce85e667759681134b0491c960932b2f3b4
Timestamp: 2020-03-26 20:33:18+00

Package: postgresql-9.6
Version: 9.6.17-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21830
Depends: locales | locales-all, postgresql-client-9.6, postgresql-common (>= 171~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libssl1.1 (>= 1.1.0), libsystemd0, libxml2 (>= 2.7.4)
Recommends: postgresql-contrib-9.6, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-9.6_9.6.17-2.pgdg+1_arm64.deb
Size: 4269740
SHA256: 55a76227c24f9cc49b1cf64e0bfb2d88577e28ad81bdfe86265594df702f4318
SHA1: 22c90bddeb8b609b280b32c64ebb63a7d7cf9166
MD5sum: b6a78971f74e534a23036d0c46430951
Description: object-relational SQL database, version 9.6 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.6.
Postgresql-Catversion: 201608131
Timestamp: 2020-03-26 20:33:18+00

Package: postgresql-9.6-dbg
Source: postgresql-9.6
Version: 9.6.17-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21207
Depends: postgresql-9.6 (= 9.6.17-2.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.6/postgresql-9.6-dbg_9.6.17-2.pgdg+1_arm64.deb
Size: 18892668
SHA256: 0fe93c89cac893de75294e8432f349f47cb0aebd4cbf2a46f52484fc67170817
SHA1: 49b83601cc2e42cfab081d49e0d7ace9e2777435
MD5sum: f96c73635ea2861f235ee3970cd22c86
Description: debug symbols for postgresql-9.6
 This package provides detached debugging symbols for PostgreSQL 9.6.
 .
 PostgreSQL is an object-relational SQL database management system.
Build-Ids: 04ca9f4cca2aaff01b945c638a4ec6bff559c806 06988d695eba97eb38de41e6e75294dd83e63f54 0824aae7282fcc90b04ffc7fadc5258b5d748019 0ae1185768face80d9641013ea01a133c63cc0fe 0b35b181fb22400ab539687a2b486d059dc5b3d6 0b61c58e1edc2b062d834a347065b8a182446621 0f0a4cfee00fdc59e00b2d9815d91369b3ad3602 10727ba96e709e0612c135e7ed6e4d1a7e5006f7 170eb9dec6645216c18ff3d3383e9fe08aa8cc11 179a4eeab95cda1115260c5c9874f4c2f95b63fb 1c7f64c986d973927238a9cb12db95eda444ff26 1fa2cd515a2e889f1844ca3d17d948bb010fdae4 207ce18d3038dee3ccbf3f70c253be93b821a6db 2333983852b0b388e9a0794135ceeed1bc375d41 25b28cf8d2fd2d47d72f465473ca0fd818b3d536 2a4c6d0763780b01652d6349037faad058f8a89a 2d6744ef04ac0983006e7d8b03ffda1b7bdacab9 2ec031ae66318aeb8314cfb53a07c9bb4034793b 2fc4909073d5619b55a140b34ae9c782a9b9f7d1 303921ca1a96e01384ad29c4cc77373473bfa703 32fd3bf2ff03db2e15f36b2d48c84af00569750a 37702e12e20e8321be935fca04c9a915926c072a 39d9f3b6276585d91468a5dd238220ab654ccefa 39fab0e222ad453d9249be60638ed34460ee2bb4 3b0e91eca0639c0a53ba6c489ea68099220912ac 3d9b41ec01911bc30680d4e7acd9fe83b607a512 3fff623cb9c6e34e3e7e107b7e26ce7c4e2eef64 406cb5e1d85a23cd1fdeafb6b76554fd06da27d4 4079648f90c99bcf6a6a5d15fe757d1e6c1ab98b 42d5d681941806206b4c30fd93de2bed93a96f90 43c2e69ae7d54b183ef1d8c30567a0601c90d398 449c6dbcef84659ea1a7b73fc3240d29813bfdd7 45dbbf52855154ea5d4871eb17235c86ff007e3e 461e62e9517f16fb0779f41767546b5a97172c48 46af615b017b99ead510ed1fa31d79a0706ef1fa 46e1a3ebd77bf1560b8ccda3995764e7c44d9a22 479af4d290b247d858903fa3d021e8a2aa2486a5 4bef43ac8955f7d3a5eb62bc8559fc52b86e466e 4e6f32fb23f48f57858bb8863747b3a90d5268fc 50dc352d667eb6eff79973ee614a9027b506dbf0 513a9891010bc1d2201f8ad98843ad761a4941a6 551e1278aa869664a4ffc61a285b0d37500424c1 566efa233ff86295db3c75fcf236adb43d0ec32e 57b22810525e77fec7664091de895abaf4b61582 5c449add08a2fd6ce087b2376840708e960257ee 5e79d06eb2e53e4764a73bdac36aadd86e4dc3e9 62e75dfd45ce74ff9a31a1f948ce8bf1e2750e21 64cdfead5f83893cd002a181af9e6464e767ae28 69829b34fe67afe10cfa98aeeb8f0c56b0776090 6cd9b1b00ed10021c5cc9cdf35704b87c5ece604 6d5b0e89f96f0b86a934e11ff08a5b6fca41191c 6eb44b03af63fd4fdca26fdbce2e8398f99487a3 709be3eca9093010cd9bb712e2fbc77184721430 73a9c2a33d88d0a8b3f8d76884dec83fa1a1aa36 752c298e942a80fc8aea4f3f94633be85000da15 7616c5bb71b1dce2c568c6ed3eba7ffc4ba3bc97 7674b34d09334baaa78bbbc4fe2442301a17125f 771d4a7f8a69fa3cc3a5b50ebe4a53357ba4e6c2 7b35d7f548f00f8a16b2c53b7da2458bd66bb1fc 7b72063452e1b95cf562d9cc93b87066d4b40ec8 7cd2453c86197d3c7d9c57eee88eb8e58941834b 7f0f35357af8dfbcf19b7a5860c9a31f8b3cfec2 80a05585cb6c43189ea4f3bb79e0e48d5a11dd27 86e7aaed9461c4a8b018f657dd00f6fcde127155 871e66a169edf0eb212c107149d667b8e1a184b6 893d07012879657900b5136379e20c29b74dd578 89d3ce041f98d976fec2bb048e9afe8af874e9f8 8a283c37c5944d9c0ea42d85f5a63084eb15d57a 8a4f358285a1ddebddb994db2b017ba7807af8be 8ab675b5e6f81238fb1670ab564b851e964d7a5e 8bbb4311241ecdabed0b0c345ed3f5bae98bb091 94189df70f841ff286a2a86137297ddc5044f220 9466af8636cdd2b33737d1ac6d099bbd8edd2b4a 97ff33756cd91e20284b727e2650ed724e7ab56e 99cecd34fca9a3e12c1c9e0f68d0380cbcb0dcb8 9c3d51282d28352abf7e98dc198b10f25a4b2f23 9ef69449f2a50f623d35694a8314e7e42fb49dfa 9f7629fe6877538648b1f520c22200ac50ff5114 a22e897f1025e3481e5cf27902d6d390bf4c72c3 aa4e28e6e5dea98f4c7ab5bcc7f4561474cec8d3 aa5e474e2860fe2a925f17f1e8ca125846fc381d ac81756edbeb0e59fb01b71417595a976628e9b4 acb1314dac098ec2624bdc904caa5e1a81764309 ae5c95da29d11a0fab79228a9abae948d05f9d1e afad96d36c8b76e1c2fbf5a6c44f376e9cac3375 b2af751875376bcc9d30ad8f9bd2f9f98d3accb4 b377855ccc027813319459431612d426824aab74 b40f12faa07b09c55ca00cd3cc97bd281b0d1bb5 b67a07fd4519c39d8d93be215542387c1d379f0b b797042af160b3d1a1df7be7e64d93a6ba86e996 b7acf23db558d6aa0f47688eb46688a5c1e7a16d baccdfeacc50c2a1ddf5f25b38117625d67535f7 bb4b8f121da232654cb38d8805cd565a3ffc6839 bbe4c2472b7efdf4c3c53ad1a638c7a8f0829c12 bf87051eecf8bdb45c113e2ae299c880a0dca2c8 c47e22daf68258c76cc933ed033900b4d4145c00 c4ac4e5d23102072be4ea66cbf38b2a88021d16a c5e669bdb3c2b2b0fa7dc4d523979b9d374679a4 c97bc0cbcbcf1179960fff8ce49578064d044b87 cbad985df88e17abbbed7c14c176755194cbaadf cd06323fb21ffa49b0b951b1bf04a8635df5d2a0 cd821c3ff68a85b21a76baee13db1b2039b15f8f d11e3b0cd64f0b6dee2b7a59c648b3de4daf4b08 d1ecff5ec1f1bf2cee31ddd8e9a4831b2ee43a4a d43e0d043fc45c419001b36b7c4e702d66141a8b d4e5c0458197f6c51451d9a0af6a66fa3d3666ec d8ba0acb662d6792ce391b4e17898c319950633c da56d9e9db2a4db4c0c80cd4d62a6e2c903f92f2 dbc7608d87692c2b8f578b12869e57e301d6694e dcb41f8f6cb30b971b18f268451b8bbc47312318 df7e4a94364321a73b86df6c614c475d6dd3a2b4 e2c58859c1c2e123f5cb1ce0a31bdc116769ed62 e8bacd78497508d35efb8d0ee4aa9e0e352185c0 eac9de2db8390939bb19959c89d021eba9b350be eec484ea6911b9951826b75455ff6d1315cb1bd3 ef719a90c173ed6ec23f9a6bf944857ce88061b0 f0c0719cf4b5e9a5655b07ef554a991627d3db1f f1029109ebda4d8ace3adad43c24e23d6715db44 f1e52beaf5a8c08bf6c286ab0c2da8546112fb60 f5a87696ea8461e02c505c92c261c38f2581f654 f9271f3bb889f2aba32507355578489c129976af f932c51db3657ec80e266ed80e52615e8f0a094c feb5059b7814cd5909dca1d256890a855d3e4ffc
Timestamp: 2020-03-26 20:33:18+00

Package: postgresql-client-10
Source: postgresql-10
Version: 10.12-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6289
Depends: libpq5 (>= 10.12), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-10, postgresql-doc-10
Conflicts: postgresql-server-dev-10 (<< 10.11-2~)
Replaces: postgresql-server-dev-10
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-client-10_10.12-2.pgdg+1_arm64.deb
Size: 1392804
SHA256: 35465f4038bbff8d423f73b80459a5685d7a66b92879c478b6bb6f9fe7f946e4
SHA1: 6b04152697b175641041f2c85e4f768ae1046343
MD5sum: e79c78de281a75cb38cb7fb99a2ea4c0
Description: front-end programs for PostgreSQL 10
 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 10. If you install
 PostgreSQL 10 on a standalone machine, you need the server package
 postgresql-10, 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.
Timestamp: 2020-03-26 20:33:18+00

Package: postgresql-client-10-dbgsym
Source: postgresql-10
Version: 10.12-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2335
Depends: postgresql-client-10 (= 10.12-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-client-10-dbgsym_10.12-2.pgdg+1_arm64.deb
Size: 2010920
SHA256: 4925c9b7b58bf872a754fba6c29d5392bf34204aa283700a56b65dc31e338683
SHA1: 8c103d5d1dc822fea050c4c34b087451d3d90c9b
MD5sum: c52effa356f5d9e248eed97c49f23103
Description: debug symbols for postgresql-client-10
Build-Ids: 0700f8e08468b5abf7c031781f1441f123561080 13a901e8d23b77023422011a382e7c4341b62f5b 168c0536d8c8cadf1addb81d7dc61d9271ebfd93 5d1fd08441e466ad52b16a2a099be866787002fb 7048f70cac41c29dee51aa858b062b53f0bd1c47 8063d804fc1d9f502afaa234d07d0ba9f61e9339 9812e1fee7c8c856072bed80024089c07c741bc0 a4e82e727c98546c57a039e27680dd20f448d2ca ab884a2c1630a20b012073dbf1017e0bdf60cdbc abc4ba390e6e4b577081b1bb06669515dfb7d133 cd2ba5367c8d749c788e70999684b5d8eb08dea4 ce7db23240805c9ee6892fe008676cb5655fc069 cfd1c8a6910d2ee92c2cd366137942b09d205e3e d3444de6f51c7cf23690ae174e65d49f0e2f0c81 e40ec9c27915392e2711f581da72005f86f37d13 e90b895ec39a401b0a898e0d4e38aa6ab1fa5746 eff87a81a83685bf3384d41e2c144de1a20661c5
Timestamp: 2020-03-26 20:33:18+00

Package: postgresql-client-11
Source: postgresql-11
Version: 11.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6517
Depends: libpq5 (>= 11.7), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-11, postgresql-doc-11
Conflicts: postgresql-server-dev-11 (<< 11.6-2~)
Replaces: postgresql-server-dev-11
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-client-11_11.7-3.pgdg+1_arm64.deb
Size: 1436200
SHA256: f86a679f6c1dc51a4468cf58236e1a0f1e70d5c4cec51c5ce0415049beaf9562
SHA1: e7565795b293f491d2a3089828c54e33ccc16e3f
MD5sum: f3d76e78ffa060ea36f638491555a437
Description: front-end programs for PostgreSQL 11
 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 11. If you install
 PostgreSQL 11 on a standalone machine, you need the server package
 postgresql-11, 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.
Timestamp: 2020-03-26 20:33:18+00

Package: postgresql-client-11-dbgsym
Source: postgresql-11
Version: 11.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2370
Depends: postgresql-client-11 (= 11.7-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-client-11-dbgsym_11.7-3.pgdg+1_arm64.deb
Size: 2039196
SHA256: 4b85ce83246dbdc7c7cda6fb518a2e053b18770f3e84f1b6fd4304debf637a1b
SHA1: 28646b277c6605293806697722912d935bc75bc3
MD5sum: 8b285919f338aea60c182a681a1efca0
Description: debug symbols for postgresql-client-11
Build-Ids: 0d6a93ef24620ae89202bcc6090df7942272ba42 5446c2260e4869c6879599727d49db3d44e5b532 583934be85722e36cda7268b4561d6c9f3fbbdfe 63a876a521dbe8a36b95705785b09d8c10454050 720a0bd1cb1ff23018259e619b5344b725513eb8 7ec1265a560bebcb598cd9346b14ada8faf4851f 7fdb52509ea708a6ea02181e8f1d28fcbfca81ab 88030999e3cf4c7619ca7ef145739215521867ac 8ed005913cc8b15d153eeddc70d93572e2ea83f8 91867e5e1d8608976fe10039fbaa98654a39895a b89a1cab91b889926934553168a7dc47a9f5e81f cae666ad68aed4ea0193a0f811f60360b78d94b1 cbab816244f1f55a6cf8be467fa53b1e48da8f0c cc8c3918d64b174117c9a7a484fdf2a28d3233fe d4fde5dd2dbfdf9a1ee9d38b80051f0127df0962 dc405c3edccc08cdd5960c793ad0f3b3e89c6cbb f595023f2f9a568b6111a8708a29c34223ae6aae
Timestamp: 2020-03-26 20:33:18+00

Package: postgresql-client-9.5
Source: postgresql-9.5
Version: 9.5.21-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5352
Depends: libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.5.21), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
Suggests: postgresql-9.5, postgresql-doc-9.5
Conflicts: postgresql-server-dev-9.5 (<< 9.5.20-2~)
Replaces: postgresql-server-dev-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.21-2.pgdg+1_arm64.deb
Size: 1222728
SHA256: 27be51faaf05ba26388ba41b792b8d97a29c6b6191c2954fd63d9f47bafdc51e
SHA1: 6d468b8c2e1cffc2e93fccdf454497f978f667f1
MD5sum: b346712d5da438e2642f0a17a4447573
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.
Timestamp: 2020-03-26 20:33:18+00

Package: postgresql-client-9.6
Source: postgresql-9.6
Version: 9.6.17-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5938
Depends: libpq5 (>= 9.6.17), postgresql-client-common (>= 142~), sensible-utils, libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-9.6, postgresql-doc-9.6
Conflicts: postgresql-server-dev-9.6 (<< 9.6.16-2~)
Replaces: postgresql-server-dev-9.6
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-client-9.6_9.6.17-2.pgdg+1_arm64.deb
Size: 1312692
SHA256: 3d5a620095c6e51eca38509456ccc1db0c149d128f4c21256042b52d24fa1e31
SHA1: 0ec6f38dd3e163baaefa23f2ac22932902494297
MD5sum: 3e4582c89df2341740ebd6bc1e218f96
Description: front-end programs for PostgreSQL 9.6
 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.6. If you install
 PostgreSQL 9.6 on a standalone machine, you need the server package
 postgresql-9.6, 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.
Timestamp: 2020-03-26 20:33:18+00

Package: postgresql-contrib-9.5
Source: postgresql-9.5
Version: 9.5.21-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2060
Depends: postgresql-9.5 (= 9.5.21-2.pgdg+1), libc6 (>= 2.29), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 2.1.12), libssl1.1 (>= 1.1.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.21-2.pgdg+1_arm64.deb
Size: 441868
SHA256: 3c20f4214ff60270b72c890f3bd9d7d4e8594075e6c262551eedd094809106f1
SHA1: 1112939ca2d3dd054a6d086288a53a080d06bea9
MD5sum: de02f7227687333609dd05a9db8933b5
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.
Timestamp: 2020-03-26 20:33:18+00

Package: postgresql-contrib-9.6
Source: postgresql-9.6
Version: 9.6.17-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2307
Depends: postgresql-9.6 (= 9.6.17-2.pgdg+1), libc6 (>= 2.29), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 2.1.12), libssl1.1 (>= 1.1.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.6/postgresql-contrib-9.6_9.6.17-2.pgdg+1_arm64.deb
Size: 484672
SHA256: 34ff269aa720f1793129e735eaca9944d8efef16200bcb2f2f8afee50ec92b4f
SHA1: da7cabd9017397e936b94cb20d59b0ab09551f1d
MD5sum: b81dc85301787c6c7cbdc1d1a8484c93
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.6.  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.
Timestamp: 2020-03-26 20:33:18+00

Package: postgresql-plperl-10
Source: postgresql-10
Version: 10.12-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 260
Depends: perl, postgresql-10 (= 10.12-2.pgdg+1), libc6 (>= 2.17), libperl5.30 (>= 5.30.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plperl-10_10.12-2.pgdg+1_arm64.deb
Size: 60436
SHA256: a7e569771d08f018ccdeca8c55854ba3d2bf90086d55a1dc259e760acc10c7ff
SHA1: b6f3d61d1bc87c6b3ae1febcde6557560f2e4170
MD5sum: aa6554d35693a315200de257ce23823f
Description: PL/Perl procedural language for PostgreSQL 10
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Perl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-03-26 20:33:18+00

Package: postgresql-plperl-10-dbgsym
Source: postgresql-10
Version: 10.12-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 238
Depends: postgresql-plperl-10 (= 10.12-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plperl-10-dbgsym_10.12-2.pgdg+1_arm64.deb
Size: 212668
SHA256: 86d3429fe2b0b841e52729d2829c440f684724919659ecbb9f9b3bf778f5b9b5
SHA1: c7d7eee02ced0ac3f1d143b641c16311df8ab641
MD5sum: c249d5915cb1262701c9357f963761b1
Description: debug symbols for postgresql-plperl-10
Build-Ids: 2d8d8ec3292065942ca45dafe5c8581479bd4d9b 7843f37c79deed448ec6b30cc22e50a55997cb5f
Timestamp: 2020-03-26 20:33:18+00

Package: postgresql-plperl-11
Source: postgresql-11
Version: 11.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 288
Depends: perl, postgresql-11 (= 11.7-3.pgdg+1), libc6 (>= 2.17), libperl5.30 (>= 5.30.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plperl-11_11.7-3.pgdg+1_arm64.deb
Size: 62964
SHA256: bd96471c290a8d830f05ecfa2c2a2883d8b5cc3f55bb42b5b9d726c0d702e25c
SHA1: 186ddc8adc1b8ee08c69610549a4c1ed631c485c
MD5sum: 59813da2ea2363bfc5ca6bedc4a9eb42
Description: PL/Perl procedural language for PostgreSQL 11
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Perl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-03-26 20:33:18+00

Package: postgresql-plperl-11-dbgsym
Source: postgresql-11
Version: 11.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 284
Depends: postgresql-plperl-11 (= 11.7-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plperl-11-dbgsym_11.7-3.pgdg+1_arm64.deb
Size: 250096
SHA256: 2c7d061ce1793ee21cbb72a6fcd903ef9b5dc24b8006cb56316de733edfb8619
SHA1: 892a87f960e50437c47999f2e30b93500d59853f
MD5sum: 5608a1b6e268005a105ee85ec0749c37
Description: debug symbols for postgresql-plperl-11
Build-Ids: 79c2b6c6f81371075d6a3a39d75bac9aa619ac62 9e79b63bc6d80521b6f5fcf406a6b34ad4c5952b cb1c4fae7185525a656c151abbdebd05148f361a
Timestamp: 2020-03-26 20:33:18+00

Package: postgresql-plperl-9.5
Source: postgresql-9.5
Version: 9.5.21-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 266
Depends: libc6 (>= 2.17), libperl5.30 (>= 5.30.0), postgresql-9.5 (= 9.5.21-2.pgdg+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.21-2.pgdg+1_arm64.deb
Size: 62268
SHA256: 5e576d35b7872b699ff1f3c668d32be4ce18dd39d3de181a2e6441fdf34a5e2d
SHA1: a1cb4a3907fef3971e1f443ec4c5cdc47d5699d0
MD5sum: cccb4be236ed6d79095d70163ad1797b
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.
Timestamp: 2020-03-26 20:33:18+00

Package: postgresql-plperl-9.6
Source: postgresql-9.6
Version: 9.6.17-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 268
Depends: perl, postgresql-9.6 (= 9.6.17-2.pgdg+1), libc6 (>= 2.17), libperl5.30 (>= 5.30.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plperl-9.6_9.6.17-2.pgdg+1_arm64.deb
Size: 62068
SHA256: 0aeabaf6069c44395b92f732b3e85ed41ac313ccec998f2c5bc9c4de343b449a
SHA1: b95d01a5fea636f7383462afb939b655359bf2a5
MD5sum: 6c0a65fdbe54f6e8b5f34f8c01c1264b
Description: PL/Perl procedural language for PostgreSQL 9.6
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Perl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-03-26 20:33:18+00

Package: postgresql-plpython3-10
Source: postgresql-10
Version: 10.12-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 197
Depends: postgresql-10 (= 10.12-2.pgdg+1), libc6 (>= 2.17), libpython3.8 (>= 3.8.2)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10_10.12-2.pgdg+1_arm64.deb
Size: 54092
SHA256: 9cc5163e15b8609f8b56745962332749fcbdd06dae14ec49a6ced5acad29d2ed
SHA1: a208ce8dadfbc63ba576e8c742ebed0003ad2ee2
MD5sum: 68c5d511a987db44f46a613dcc36109c
Description: PL/Python 3 procedural language for PostgreSQL 10
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Python 3.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-03-26 20:33:18+00

Package: postgresql-plpython3-10-dbgsym
Source: postgresql-10
Version: 10.12-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 355
Depends: postgresql-plpython3-10 (= 10.12-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10-dbgsym_10.12-2.pgdg+1_arm64.deb
Size: 311824
SHA256: 7729673a95a0c2b3be745dad193998fac57a002427d34bafba6056d48e460f69
SHA1: 354ea63fc397e8449325382a09d9a9595a58f09f
MD5sum: 9459ab64a7d1f83dc33c8b959fac19c0
Description: debug symbols for postgresql-plpython3-10
Build-Ids: 1905c96bf2de1475233524d36ee6d0a2cbb6c931 49705b4daf78ffdf8d414515f87325ba7d61ce8c a4e92bbaeb24066b5c0fa07261438529b2a276db
Timestamp: 2020-03-26 20:33:18+00

Package: postgresql-plpython3-11
Source: postgresql-11
Version: 11.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 259
Depends: postgresql-11 (= 11.7-3.pgdg+1), libc6 (>= 2.17), libpython3.8 (>= 3.8.2)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11_11.7-3.pgdg+1_arm64.deb
Size: 72704
SHA256: 65de2d5091c812b410e5947cbcde3ff3042498c835f3016eb60db39a5b78fd8c
SHA1: 18e3575013fc56ba01bcbf424519c80c8cc29551
MD5sum: b1221219a91f1fb3d5582029a42676b5
Description: PL/Python 3 procedural language for PostgreSQL 11
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Python 3.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-03-26 20:33:18+00

Package: postgresql-plpython3-11-dbgsym
Source: postgresql-11
Version: 11.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 391
Depends: postgresql-plpython3-11 (= 11.7-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11-dbgsym_11.7-3.pgdg+1_arm64.deb
Size: 339948
SHA256: 47654b6280f6fa9366b35dfadcbaed8ebf4c67f6eb0adc3d0c04869560395bc9
SHA1: 6bfea92e792448de294db0ba57913583d4519b86
MD5sum: e8f7e11258e3c0a47c74138f5d8c5eb3
Description: debug symbols for postgresql-plpython3-11
Build-Ids: 0a6ebbd7c37415c161641ded17d15a20361b8b09 34a49c235998e941f09a1c6c14827e6c52be8d20 803b18fc11675cfe6862b3bf6e239c77f0f4b700 80d89e406bb45f8329efff02b3cc3001172659a2
Timestamp: 2020-03-26 20:33:18+00

Package: postgresql-plpython3-9.5
Source: postgresql-9.5
Version: 9.5.21-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: libc6 (>= 2.17), libpython3.8 (>= 3.8.2), postgresql-9.5 (= 9.5.21-2.pgdg+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.21-2.pgdg+1_arm64.deb
Size: 52888
SHA256: 567a3ac67d4a68ef043dd7339535f73700b60933e7be278cfe3a663739a7ac15
SHA1: 77b5e1fabc393c7fcf3a114ddc02659ae47b055a
MD5sum: e21de4d3dadabbcec8bb0548bf66a9e0
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.
Timestamp: 2020-03-26 20:33:18+00

Package: postgresql-plpython3-9.6
Source: postgresql-9.6
Version: 9.6.17-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-9.6 (= 9.6.17-2.pgdg+1), libc6 (>= 2.17), libpython3.8 (>= 3.8.2)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plpython3-9.6_9.6.17-2.pgdg+1_arm64.deb
Size: 53940
SHA256: 5b492cd467db6e9c0ed5cf0341acd70739742fd77ad7348d07e7dfc9830cb41a
SHA1: bb48b72a031a7df19dc4faa750d94bb7ba536da6
MD5sum: 1215ab9ee3905e9c0b64609aaf8605b4
Description: PL/Python 3 procedural language for PostgreSQL 9.6
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Python 3.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-03-26 20:33:18+00

Package: postgresql-pltcl-10
Source: postgresql-10
Version: 10.12-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: postgresql-10 (= 10.12-2.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10_10.12-2.pgdg+1_arm64.deb
Size: 37560
SHA256: 9ee313fb89d90014e94bbe5ef8eb9447769420c171a4d6b56c62b356a081ca1c
SHA1: 9ebbc56b8d0025498cdc4d236132e657eace75af
MD5sum: e5f1ec8742bbcd4388259ba80c4a3d27
Description: PL/Tcl procedural language for PostgreSQL 10
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Tcl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-03-26 20:33:18+00

Package: postgresql-pltcl-10-dbgsym
Source: postgresql-10
Version: 10.12-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-pltcl-10 (= 10.12-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10-dbgsym_10.12-2.pgdg+1_arm64.deb
Size: 97904
SHA256: aec0923351d4898e9c3cfeac852a6f0016de5e3c137866845006ca9f6918208d
SHA1: 3d487dc608ffe46964780ed2d79989894fda73c8
MD5sum: 940bd998a1d863b61f93e2942c8e9c97
Description: debug symbols for postgresql-pltcl-10
Build-Ids: c3d4792a6bbefc8416ce6c9d6c5064f7e33445ca
Timestamp: 2020-03-26 20:33:18+00

Package: postgresql-pltcl-11
Source: postgresql-11
Version: 11.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 171
Depends: postgresql-11 (= 11.7-3.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11_11.7-3.pgdg+1_arm64.deb
Size: 37496
SHA256: 06403383412aaddb605ca3a6de0ed122556dcf27b369cbddaf43974522e67817
SHA1: d3d99c37d7b834ec818a52607541d0121ccfc101
MD5sum: a95669c7709fa1f440d8571af8762ff9
Description: PL/Tcl procedural language for PostgreSQL 11
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Tcl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-03-26 20:33:18+00

Package: postgresql-pltcl-11-dbgsym
Source: postgresql-11
Version: 11.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-pltcl-11 (= 11.7-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11-dbgsym_11.7-3.pgdg+1_arm64.deb
Size: 101080
SHA256: c34c62e87056fcf89eb55ea355a974f4fff20eba3eba6d0693b5d04d03d89630
SHA1: ba635fc108f0a564a05c092b666dd2502729bd5f
MD5sum: cabae262d7af27dcf2d276bd5403e338
Description: debug symbols for postgresql-pltcl-11
Build-Ids: 53bb32bb1b9a0a858ee55e6e55ec2414cf7f4c21
Timestamp: 2020-03-26 20:33:18+00

Package: postgresql-pltcl-9.5
Source: postgresql-9.5
Version: 9.5.21-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 158
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.5 (= 9.5.21-2.pgdg+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.21-2.pgdg+1_arm64.deb
Size: 37568
SHA256: 561745f6e9d659c69c5877aff38b17d3e0ed56eeb19f95cabf16f34b6520af1f
SHA1: f4d545e448600d07d4a33de3b444f7111804c3ed
MD5sum: 34a648ee79241eec03708246b27ccaaf
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.
Timestamp: 2020-03-26 20:33:18+00

Package: postgresql-pltcl-9.6
Source: postgresql-9.6
Version: 9.6.17-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-9.6 (= 9.6.17-2.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-pltcl-9.6_9.6.17-2.pgdg+1_arm64.deb
Size: 41172
SHA256: 50c872e376dec6726e7510455738858c0cc8a2570c05b4cd86d9bc91f5b92e8d
SHA1: 847af741847f65ca012bd21ef2a3e78931e4e9cf
MD5sum: b4cd0f5274e4e8773e0e172728e56bc4
Description: PL/Tcl procedural language for PostgreSQL 9.6
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Tcl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-03-26 20:33:18+00

Package: postgresql-server-dev-10
Source: postgresql-10
Version: 10.12-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5124
Depends: libpq-dev (>= 10~~), postgresql-client-10 (= 10.12-2.pgdg+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Replaces: libpq-dev
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-10/postgresql-server-dev-10_10.12-2.pgdg+1_arm64.deb
Size: 877700
SHA256: f1625aece849a8ef6d88c2bb4f4584c61637c166b6b6e96913fc21a0c64fa77c
SHA1: 9489cd41d1bca7f3324e3947b47e84c31bd38825
MD5sum: 9f352cadc0c401644a97980522bbd311
Description: development files for PostgreSQL 10 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.
Timestamp: 2020-03-26 20:33:18+00

Package: postgresql-server-dev-11
Source: postgresql-11
Version: 11.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4662
Depends: clang-10, libpq-dev (>= 11~~), llvm-10-dev, postgresql-client-11 (= 11.7-3.pgdg+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-11/postgresql-server-dev-11_11.7-3.pgdg+1_arm64.deb
Size: 856544
SHA256: 508dd3d888e68fda113ed898e05ef50007bf09bb1d597202b947d1bbb905e241
SHA1: c6c1a8585387956f51b25dec882f4ad67c8e9631
MD5sum: f0712b6f47a41e8763d87f2c7ab04397
Description: development files for PostgreSQL 11 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.
Timestamp: 2020-03-26 20:33:18+00

Package: postgresql-server-dev-9.5
Source: postgresql-9.5
Version: 9.5.21-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4078
Depends: libpq-dev (>= 9.5~~), postgresql-client-9.5 (= 9.5.21-2.pgdg+1), 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.21-2.pgdg+1_arm64.deb
Size: 717544
SHA256: 4cc163d8e4d477c78f392f5177ee61eb34a72dd63df8f58ad721c1b1a2ded690
SHA1: 027b2414422e872b5fc2f8ee437dd3fa494b99ee
MD5sum: a177b150698983d468055c36ffda1cad
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.
Timestamp: 2020-03-26 20:33:18+00

Package: postgresql-server-dev-9.6
Source: postgresql-9.6
Version: 9.6.17-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4409
Depends: libpq-dev (>= 9.6~~), postgresql-client-9.6 (= 9.6.17-2.pgdg+1), postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-9.6/postgresql-server-dev-9.6_9.6.17-2.pgdg+1_arm64.deb
Size: 781648
SHA256: 4edfd3b1146326ca1a6c3e4975a51318f881b00d24dc2796a28e97a0caf01598
SHA1: c0dda58ba6e6134967fd115aa12a40dbc843b8a2
MD5sum: 06aa286983915852af58866cd836ef2a
Description: development files for PostgreSQL 9.6 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.
Timestamp: 2020-03-26 20:33:18+00

Package: libpqtypes0-dbgsym
Source: libpqtypes
Version: 1.5.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: libpqtypes0 (= 1.5.1-5.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libp/libpqtypes/libpqtypes0-dbgsym_1.5.1-5.pgdg+1_arm64.deb
Size: 110524
SHA256: f7ca05241aaaddc524bdaa877f65216c8a5653432a1a150a06afc7758c640fc6
SHA1: 0e7a096e5841a6b148aa68822b4268c14ec22682
MD5sum: cb6a536862cf5709bb1f01c004bbe030
Description: debug symbols for libpqtypes0
Build-Ids: fd9bf34235fbd60b2ea81764f42401eacbda90c6
Timestamp: 2020-03-28 18:20:51+00

Package: odbc-postgresql
Source: psqlodbc
Version: 1:12.01.0000-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1219
Depends: libc6 (>= 2.17), 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_12.01.0000-1.pgdg+1_arm64.deb
Size: 349640
SHA256: 4abe96c99b5984bd80b1a063e3d536d8ed4526ddf6d3963d4a86a0c85388108a
SHA1: 23b7d874dca215ebc5644a9753b8c1fafc2d40e2
MD5sum: c5cf5b4a7c9097e3f55e5a55738a6d7c
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-partman
Source: pg-partman
Version: 4.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5316
Depends: postgresql-9.6, python3, python3-psycopg2, libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-9.6-partman_4.3.0-1.pgdg+1_arm64.deb
Size: 218344
SHA256: ec2b586c679d8de70af6ecadc998ad35a3dcf58d866fe8f3168d5a46bcf08c68
SHA1: 29c676bbb972bd0f7fbcd1353325c96467ca1353
MD5sum: d904dc1435caf57496a606ba6945fa25
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.4-plproxy
Source: postgresql-plproxy
Version: 2.9-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: postgresql-9.4, libc6 (>= 2.17), libpq5
Homepage: http://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-9.4-plproxy_2.9-2.pgdg+1_arm64.deb
Size: 54772
SHA256: 21ab2d4e41b3a820f63a5314db6a5e4d0307c5e56059c1d2eab456724baa35fa
SHA1: bbb7e226370f7d37c69085f3f3c5f3a584bad728
MD5sum: 9d8fc473651fa64c770426791945678b
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.
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-filedump
Version: 12.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: libc6 (>= 2.17)
Homepage: https://wiki.postgresql.org/wiki/Pg_filedump
Priority: optional
Section: database
Filename: pool/main/p/postgresql-filedump/postgresql-filedump_12.0-2.pgdg+1_arm64.deb
Size: 40180
SHA256: d403d8a5135d183b2d73ff045503fea7fe64714ea3a15c18d3b3cec53079797f
SHA1: 8712406d0112714b9422c26e4cae99df9f1b9659
MD5sum: c4caeb9b1646db291dc3067d0fd4b5b3
Description: Dump PostgreSQL files in human-readable form
 pg_filedump is a utility to format PostgreSQL heap/index/control files in
 human-readable form.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-filedump-dbgsym
Source: postgresql-filedump
Version: 12.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-filedump (= 12.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-filedump/postgresql-filedump-dbgsym_12.0-2.pgdg+1_arm64.deb
Size: 60492
SHA256: 3dc0c8ac7c41940e9860cf2a32666f9802fb3e41fc71a076015e5ef71b0d5936
SHA1: 3582ff983292dd128682976e60583e5732d75f4f
MD5sum: 807e40cfc54b86d4845b64f42c365e0a
Description: debug symbols for postgresql-filedump
Build-Ids: 3cfdb3741266b90d421a5dc22cb907167477a982
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-pgsphere
Source: pgsphere
Version: 1.1.1+2018.10.13-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3063
Depends: postgresql-12 | postgresql-11 | postgresql-10 | postgresql-9.6 | postgresql-9.5, libc6 (>= 2.17)
Provides: postgresql-10-pgsphere, postgresql-11-pgsphere, postgresql-12-pgsphere, postgresql-9.5-pgsphere, postgresql-9.6-pgsphere
Homepage: http://pgsphere.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-pgsphere_1.1.1+2018.10.13-2.pgdg+1_arm64.deb
Size: 334664
SHA256: eabe4a7c0f3bf613f4c10c63f6c865133a5df5908a110b5f622e2eed74e22662
SHA1: f216df04035d17e6e89b4ce505fce94d1bed0c61
MD5sum: fa2c126efee5318890c82dda683425f9
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-pgsphere-dbgsym
Source: pgsphere
Version: 1.1.1+2018.10.13-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1179
Depends: postgresql-pgsphere (= 1.1.1+2018.10.13-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-pgsphere-dbgsym_1.1.1+2018.10.13-2.pgdg+1_arm64.deb
Size: 862144
SHA256: e20314feb673246b9b5c204ee6398118097cf220da64605c24b2f1d870eeafaf
SHA1: 7665122d81a8991110367f9115b59f61e6fd3f46
MD5sum: 6c60fba480555ed7c0b8e870f684df74
Description: debug symbols for postgresql-pgsphere
Build-Ids: 370dca196e586f4ad8bd28c640af0e2b9effc2b9 85b1366693dd10b370c3465bf87628a0d973b41c ca6212e4aad628bd13036bf529b4fc33022aa1cb f0612ae207dc0badf6020f3261d8d91e01c45b0e f44801e7a57a78cf19ae8cf4f7c99d7d2f6a3be7
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-q3c
Version: 2.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14179
Depends: postgresql-12 | postgresql-11 | postgresql-10 | postgresql-9.6 | postgresql-9.5, libc6 (>= 2.29)
Provides: postgresql-10-q3c, postgresql-11-q3c, postgresql-12-q3c, postgresql-9.5-q3c, postgresql-9.6-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-q3c_2.0.0-1.pgdg+1_arm64.deb
Size: 169924
SHA256: cc29aba05db5a2fd82fa8e452f056cc35fcce4001517d5ab2928f6b911cb79fc
SHA1: 7275157af0c7288a0feb435da6e6309080911a5b
MD5sum: d2aafbfbfd4e5a65bc3fc0e83952cbd4
Description: PostgreSQL extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 503
Depends: postgresql-q3c (= 2.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-q3c-dbgsym_2.0.0-1.pgdg+1_arm64.deb
Size: 426504
SHA256: effa95a1145cf1d34727e6a7c48434792b477162f2f44cd02e732b74883ecca9
SHA1: dcc33370a70fadeed4510ab83917dbe3a2ff2aae
MD5sum: f049c3e895882846a701b682a20566b5
Description: debug symbols for postgresql-q3c
Build-Ids: 08089c7dde70a9d099a46bedfa1540f3b76e0162 5d0204e389d595f16ee885a88b5fa0459156f3f6 82e9bd8e3e1d21698e28c596cdd513ab6411f7ce 8e078da80b3b24d7537fad6fc51411b3b4112127 903f7a96bc77fea157507fda5965ffe2546fe29a
Timestamp: 2020-03-28 18:20:51+00

Package: libdbd-pg-perl
Version: 3.10.4-1~pgdg+1
Architecture: arm64
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Installed-Size: 556
Depends: perl (>= 5.30.0-9), perl-dbdabi-94, perlapi-5.30.0, libc6 (>= 2.17), libpq5 (>= 8.4~), libdbi-perl, libversion-perl
Homepage: https://metacpan.org/release/DBD-Pg
Priority: optional
Section: perl
Filename: pool/main/libd/libdbd-pg-perl/libdbd-pg-perl_3.10.4-1~pgdg+1_arm64.deb
Size: 204188
SHA256: 0df8b58ce1483aa6ce41ce0e94d991d6624dfa11ca64a7953187da8ab1a69f11
SHA1: 733cc68f868733bf2953c18f3a5d1ad195be4881
MD5sum: 205e0120d50e81e113829b5fccfd604e
Description: Perl DBI driver for the PostgreSQL database server
 DBD::Pg is a Perl DBI Database Driver module that works with the DBI module to
 provide access to PostgreSQL databases. It enables you to control a PostgreSQL
 database in a Perl script.
Timestamp: 2020-03-28 18:20:51+00

Package: libdbd-pg-perl-dbgsym
Source: libdbd-pg-perl
Version: 3.10.4-1~pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Installed-Size: 205
Depends: libdbd-pg-perl (= 3.10.4-1~pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/libd/libdbd-pg-perl/libdbd-pg-perl-dbgsym_3.10.4-1~pgdg+1_arm64.deb
Size: 184484
SHA256: 31b1f6d36e3157ff69818b2f9ea70a2ad68c7edb7f5c824b92f125d00f60ff36
SHA1: 18f27c59f9e2e54feea3496c9733b019d78d40a4
MD5sum: c75b35292f0f6497f4ff36c43274429a
Description: debug symbols for libdbd-pg-perl
Build-Ids: 200d1eba974b4c6130c55176a2cfa3c389e20e57
Timestamp: 2020-03-28 18:20:51+00

Package: libpg-perl
Version: 1:2.1.1-8~pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: perl (>= 5.30.0-9), perlapi-5.30.0, libc6 (>= 2.17), libpq5
Multi-Arch: same
Priority: optional
Section: perl
Filename: pool/main/libp/libpg-perl/libpg-perl_2.1.1-8~pgdg+1_arm64.deb
Size: 35728
SHA256: 9326b8b809d3394abf2fe4291f7edaf7c2c102a4c9b158f29194495ba6f86464
SHA1: fe5a3c0e861e2b5c8f5517aead2e25f81c5265e3
MD5sum: ab74386a57d4341125d7c075fde29b8b
Description: Perl modules for PostgreSQL
 This library enables Perl scripts to communicate with the PostgreSQL database
 backend.
 .
 Perl is a widely used scripting language, which is always installed in Debian
 systems.
Timestamp: 2020-03-28 18:20:51+00

Package: libpg-perl-dbgsym
Source: libpg-perl
Version: 1:2.1.1-8~pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: libpg-perl (= 1:2.1.1-8~pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libp/libpg-perl/libpg-perl-dbgsym_2.1.1-8~pgdg+1_arm64.deb
Size: 70636
SHA256: e46bb1ff6898083272c6a829a1bc1deb3b49047279dc4c10dbc8d1a727919af4
SHA1: 293a7284c62f81b3ce0feadfaaa34aa436ea6bc4
MD5sum: 2b1cbaa14e08430403f1bb544fdfa18a
Description: debug symbols for libpg-perl
Build-Ids: 77d7f43c0214e8c70d22fae65370c3baefe61b23
Timestamp: 2020-03-28 18:20:51+00

Package: libpgpool-dev
Source: pgpool2
Version: 4.1.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 244
Depends: libpgpool0 (= 4.1.1-2.pgdg+1)
Conflicts: libpcp3-dev
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libdevel
Filename: pool/main/p/pgpool2/libpgpool-dev_4.1.1-2.pgdg+1_arm64.deb
Size: 151896
SHA256: 592ae9675a4faa0a48676e7d3cf25651df29616f2ea9d63a255876d624c7c99e
SHA1: dc68d4a7465363b1a9373722d5f66a77fe06796e
MD5sum: 3330cda4cdef62d03230986b5346ab95
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).
Timestamp: 2020-03-28 18:20:51+00

Package: libpgpool0
Source: pgpool2
Version: 4.1.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: libc6 (>= 2.29)
Breaks: pgpool2 (<< 3.1.1)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libs
Filename: pool/main/p/pgpool2/libpgpool0_4.1.1-2.pgdg+1_arm64.deb
Size: 142812
SHA256: ef85850778a3a91cf608e5377dca36e2044882a7da25d24e9c9b0f94fa8db916
SHA1: 9e5175bdeb12412c9a9cf5d50206a11aa8b3d29f
MD5sum: 62f37b479527773968dcc64c3c15c9f6
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).
Timestamp: 2020-03-28 18:20:51+00

Package: libpgpool0-dbgsym
Source: pgpool2
Version: 4.1.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libpgpool0 (= 4.1.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/libpgpool0-dbgsym_4.1.1-2.pgdg+1_arm64.deb
Size: 91440
SHA256: a70c1438caad7169cdac23e62cf25b6f0eaf0ebd374de5620a5932af38ac9ff2
SHA1: ea002de982872cf0546a85bc154dd163af4b4abc
MD5sum: 5894671d5b1d6df48c2294d618eac567
Description: debug symbols for libpgpool0
Build-Ids: ad1f3914d17c731cfa1ba2bcabf8fdc41f77e92f
Timestamp: 2020-03-28 18:20:51+00

Package: libpqtypes-dev
Source: libpqtypes
Version: 1.5.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: libpq-dev, libpqtypes0 (= 1.5.1-5.pgdg+1)
Multi-Arch: same
Priority: optional
Section: libdevel
Filename: pool/main/libp/libpqtypes/libpqtypes-dev_1.5.1-5.pgdg+1_arm64.deb
Size: 55456
SHA256: 3e2bc516c2fae6591a1a5d35316fdb26b551457ed7cdc3af0a47509a310a3bfa
SHA1: 00dd37458aaa79b4be9e48a6511c5d361e757e8d
MD5sum: 4622e0a5fb06e5e36588668d0fa6ad8f
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.
Timestamp: 2020-03-28 18:20:51+00

Package: libpqtypes0
Source: libpqtypes
Version: 1.5.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: libc6 (>= 2.17)
Multi-Arch: same
Priority: optional
Section: libs
Filename: pool/main/libp/libpqtypes/libpqtypes0_1.5.1-5.pgdg+1_arm64.deb
Size: 53184
SHA256: 149d1e14fca7db5b2dcfb2cf64a43d6eed914af6f9e0e4f199b6bc2c52b9b8eb
SHA1: 19e45683acaf91731fca8698c58952c087d68520
MD5sum: ccb937cc93ae95cdf4b67041c281bbf7
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.
Timestamp: 2020-03-28 18:20:51+00

Package: odbc-postgresql-dbgsym
Source: psqlodbc
Version: 1:12.01.0000-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1334
Depends: odbc-postgresql (= 1:12.01.0000-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/psqlodbc/odbc-postgresql-dbgsym_12.01.0000-1.pgdg+1_arm64.deb
Size: 1253904
SHA256: 61bdc95c3f486bc49614535f008807660e86b3c73c14711894af29a926dbed65
SHA1: cc267ece523f3ad5f57105661c8d413e052e9fe8
MD5sum: 83544580129f569cbabc5447578f09c1
Description: debug symbols for odbc-postgresql
Build-Ids: 26579c4b728d1ccc690a8d9210cd074bf387ff09 802b2518d771f450eac952c9bb6a61b2314ff288
Timestamp: 2020-03-28 18:20:51+00

Package: pg-rage-terminator-10
Source: pg-rage-terminator
Version: 0.1.7-3.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 29
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-10_0.1.7-3.pgdg+1_arm64.deb
Size: 6560
SHA256: 2c5ae758e364d15f76143895a1fa8236c81d8fbe0744bfff0045dc489ea7a09f
SHA1: b4e59dbbd3a27f07aed1a26d1eda05c7968a9657
MD5sum: d4f809a5ad362b92903489c42cebee7d
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2020-03-28 18:20:51+00

Package: pg-rage-terminator-10-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 36
Depends: pg-rage-terminator-10 (= 0.1.7-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-10-dbgsym_0.1.7-3.pgdg+1_arm64.deb
Size: 21952
SHA256: 9e5a3f0946105b1a400f5bebfa1994ee845d1558e712942e0d3945d6dca3b873
SHA1: be535dff2e92dbc1eb0674392fa40c93f17e4c47
MD5sum: 9a985bc183f52251f1d99b96a7700027
Description: debug symbols for pg-rage-terminator-10
Build-Ids: f38b89739071cc255ce699a7b443de2cc6414bac
Timestamp: 2020-03-28 18:20:51+00

Package: pg-rage-terminator-11
Source: pg-rage-terminator
Version: 0.1.7-3.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 47
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-11_0.1.7-3.pgdg+1_arm64.deb
Size: 14976
SHA256: 0477c48b0eb4543a9fc95991bec9575dcb88d779bbe5e3e0243597d01d667a57
SHA1: cab9954b494c382a71dcc86992fbbfd87f904e99
MD5sum: 4f58bf62a6b6a578540de30b229e8290
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2020-03-28 18:20:51+00

Package: pg-rage-terminator-11-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 37
Depends: pg-rage-terminator-11 (= 0.1.7-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-11-dbgsym_0.1.7-3.pgdg+1_arm64.deb
Size: 22436
SHA256: 4f0c781d46416f419b798080ff513a1f04af71d885b241a820847111bacc12a6
SHA1: 8007224682f4a742a4cadd0ffe552bacfefaefc6
MD5sum: bdb34a490afa6630ada87938523a63c6
Description: debug symbols for pg-rage-terminator-11
Build-Ids: 4e305004059cf48504bf2ba00faecce6a8bd7d04
Timestamp: 2020-03-28 18:20:51+00

Package: pg-rage-terminator-12
Source: pg-rage-terminator
Version: 0.1.7-3.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 46
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-12_0.1.7-3.pgdg+1_arm64.deb
Size: 15032
SHA256: 579c6f548b273c5fd36dd5f4792a75caae221f171c16464b326715c90c7bd413
SHA1: cc7b932f6b872b0664f71b3919ba767304c7549d
MD5sum: 56580265bc5ae8702f1e71501b50fc1d
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2020-03-28 18:20:51+00

Package: pg-rage-terminator-12-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 38
Depends: pg-rage-terminator-12 (= 0.1.7-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-12-dbgsym_0.1.7-3.pgdg+1_arm64.deb
Size: 23832
SHA256: 9fea0ed2c79a7aad4b69a7906ed1d33b1b28674ac9f990c75e3750cefeddfdf5
SHA1: b08e76f3691d429674961e63f557ca49ba206896
MD5sum: eafa7432a7aa51300c367b548228a280
Description: debug symbols for pg-rage-terminator-12
Build-Ids: ecc39c4ec67e5636fc5bc64e4ddc7892c3500f0d
Timestamp: 2020-03-28 18:20:51+00

Package: pg-rage-terminator-9.5
Source: pg-rage-terminator
Version: 0.1.7-3.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 25
Depends: libc6 (>= 2.17), 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.7-3.pgdg+1_arm64.deb
Size: 6536
SHA256: a4e10b90129268d00084fa9604d8a303f22fd80c7b8515a50dc755ce2ce6cd02
SHA1: 455e8f935d784605487cb770f16bcd0590be1ca1
MD5sum: 2f8d01801d697ef76a5e973b2d282b4b
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2020-03-28 18:20:51+00

Package: pg-rage-terminator-9.5-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 35
Depends: pg-rage-terminator-9.5 (= 0.1.7-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-9.5-dbgsym_0.1.7-3.pgdg+1_arm64.deb
Size: 20944
SHA256: 19fc0d8918b2946415e2b260ca3983426c522cec7bd24c2814a06c91c195c80a
SHA1: 1a2558cf44ee9f89b2fc98a72cb9554c4dbf5747
MD5sum: f585cabab5314a44b0501c27c86da30b
Description: debug symbols for pg-rage-terminator-9.5
Build-Ids: 9eb6d0e4f2d753e4b696e24e1a16631150657322
Timestamp: 2020-03-28 18:20:51+00

Package: pg-rage-terminator-9.6
Source: pg-rage-terminator
Version: 0.1.7-3.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 25
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-9.6_0.1.7-3.pgdg+1_arm64.deb
Size: 6544
SHA256: cc8af74d8dba14d31172ad0a74a95777cd80b84c5ec48dc0ee9b7802d1101e4a
SHA1: 544af00c5516d26daa4e26ea9d85dbcaf04487df
MD5sum: 5dd66a71a15cfb8ed1233c4db0dd635a
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2020-03-28 18:20:51+00

Package: pg-rage-terminator-9.6-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 36
Depends: pg-rage-terminator-9.6 (= 0.1.7-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-9.6-dbgsym_0.1.7-3.pgdg+1_arm64.deb
Size: 21704
SHA256: 8c56e691e6f0f0d363896078e9239dade88d399cf2ccc109786e9e6c6a94e253
SHA1: c7a2440003f661a0ee60a151e59883deedda1768
MD5sum: ca29fe90e88943bf4d3ca539eb847f2c
Description: debug symbols for pg-rage-terminator-9.6
Build-Ids: b2e0852c3aaed855a62e77f31ebd2f6692cfbff5
Timestamp: 2020-03-28 18:20:51+00

Package: pgadmin3
Version: 1.22.2-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12423
Depends: pgadmin3-data (= 1.22.2-6.pgdg+1), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgcrypt20 (>= 1.8.0), libpq5 (>= 8.4~), libstdc++6 (>= 5.2), libwxbase3.0-0v5 (>= 3.0.4+dfsg), libwxgtk3.0-gtk3-0v5 (>= 3.0.4+dfsg-10~), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25)
Recommends: postgresql-client
Suggests: pgagent, postgresql-contrib
Homepage: http://www.pgadmin.org/
Priority: optional
Section: database
Filename: pool/main/p/pgadmin3/pgadmin3_1.22.2-6.pgdg+1_arm64.deb
Size: 2809412
SHA256: be507d850f34a6ebeedb9e8c03e28477897bc25e70f327c640b6bc1ff066a58d
SHA1: 9c9b2991abecbf5863fa96400dc9e6ac950b88e0
MD5sum: 79c64a85fa5a56a491b075f3c3549a5b
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
 and has been tested with PostgreSQL 10.
 .
 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.
Timestamp: 2020-03-28 18:20:51+00

Package: pgadmin3-dbgsym
Source: pgadmin3
Version: 1.22.2-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88055
Depends: pgadmin3 (= 1.22.2-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgadmin3/pgadmin3-dbgsym_1.22.2-6.pgdg+1_arm64.deb
Size: 86602376
SHA256: bf989ae679ecde56955b889abcbd222c5a173b3edcf6aba8a2a5c0d4d1c73ef5
SHA1: 448ecd736493a5ae1d165c2941862ab5591a28f6
MD5sum: f3b65bff39eb72dc2341c5fae3908748
Description: debug symbols for pgadmin3
Build-Ids: abfff6be17960558af6ab214826affc1fe52541b
Timestamp: 2020-03-28 18:20:51+00

Package: pgagent
Version: 4.0.0-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 512
Depends: libboost-filesystem1.67.0, libboost-system1.67.0, libboost-thread1.67.0, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpq5 (>= 8.4~), libstdc++6 (>= 9), postgresql-9.5 | postgresql-9.6 | postgresql-10 | postgresql-11 | postgresql-12
Suggests: pgadmin3 | pgadmin4
Provides: postgresql-10-pgagent, postgresql-11-pgagent, postgresql-12-pgagent, postgresql-9.5-pgagent, postgresql-9.6-pgagent
Homepage: http://www.pgadmin.org/docs/dev/pgagent.html
Priority: optional
Section: database
Filename: pool/main/p/pgagent/pgagent_4.0.0-6.pgdg+1_arm64.deb
Size: 120604
SHA256: f14996fd3ef4ba5f9e378b8fc2c783ec693e108837ecf6f1a683b5d8f4394428
SHA1: a3a11b53e5af1e6e8f847796d63b5f3afbe2e4d2
MD5sum: beab1123dd37641650cb91b438d1659b
Description: job scheduling engine for PostgreSQL
 pgAgent is a job scheduling agent for PostgreSQL, capable of running
 multi-step batch/shell and SQL tasks on complex schedules.
Timestamp: 2020-03-28 18:20:51+00

Package: pgagent-dbgsym
Source: pgagent
Version: 4.0.0-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3254
Depends: pgagent (= 4.0.0-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgagent/pgagent-dbgsym_4.0.0-6.pgdg+1_arm64.deb
Size: 3170604
SHA256: ccb926358b41e9b1d10772562b96afea43ce85519f527929969a7b0b996653bd
SHA1: 8cac2fc502c61090be0560d6c485f8ae7e8a9291
MD5sum: 32b650cecbceb04f1182f97cdbb2582c
Description: debug symbols for pgagent
Build-Ids: bb2ef5c1db8e4d210bb6abfdb7ffd6503256a439
Timestamp: 2020-03-28 18:20:51+00

Package: pgbackrest
Version: 2.25-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 797
Depends: postgresql-common, libc6 (>= 2.17), libpq5, libssl1.1 (>= 1.1.0), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.25-1.pgdg+1_arm64.deb
Size: 255720
SHA256: 5e169514f3cf33977d4cb1339e021ba23e7bbe43c3cc99ce0cceb295dc35ac21
SHA1: 9afccf219f358473408386c7d296ff8d787b9c6b
MD5sum: fb8ca0f74f6e39005acf25d9fb9dd31b
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.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2020-03-28 18:20:51+00

Package: pgbackrest-dbgsym
Source: pgbackrest
Version: 2.25-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1017
Depends: pgbackrest (= 2.25-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.25-1.pgdg+1_arm64.deb
Size: 871880
SHA256: 9ee54d74815c4ecf387ad62579ca0ce520c16a07cb59a1d897465d1515db0f2f
SHA1: 5d0dd556f695eda87eb16a827268eff07dc07934
MD5sum: 2b1ab2d70d0d12ab5de4d12a5d1ede28
Description: debug symbols for pgbackrest
Build-Ids: 59697f651dd9181170db0f433692e5e2d3592fc9
Timestamp: 2020-03-28 18:20:51+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.25-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1165
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.25-1.pgdg+1_all.deb
Size: 101272
SHA256: f223b62f3c47c5d06414d7340e17e4c187084e217a6201ed817435bdec1baf49
SHA1: 31aa56c185c9d6e367fb8f89ade85740f8d04ffa
MD5sum: 8e22acdb314ef80f3388ee89b336f96a
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2020-03-28 18:20:51+00

Package: pgbouncer
Version: 1.12.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 505
Depends: lsb-base (>= 3.1), postgresql-common (>= 26), libc-ares2 (>= 1.12), libc6 (>= 2.26), libevent-2.1-7 (>= 2.1.8-stable), libpam0g (>= 0.99.7.1), libssl1.1 (>= 1.1.0)
Suggests: python3, python3-psycopg2
Enhances: postgresql (>= 7.4)
Homepage: http://pgfoundry.org/projects/pgbouncer/
Priority: optional
Section: database
Filename: pool/main/p/pgbouncer/pgbouncer_1.12.0-3.pgdg+1_arm64.deb
Size: 194740
SHA256: 96a730b113e27de0d1ef25049e2907bba85cd2a092e09fbedf64c4a1ba34d400
SHA1: cbc38228a5e8640339a88236bb6d81de23134fc5
MD5sum: efae40e4490b743cc13eb4857ecb013d
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.
Timestamp: 2020-03-28 18:20:51+00

Package: pgbouncer-dbgsym
Source: pgbouncer
Version: 1.12.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 631
Depends: pgbouncer (= 1.12.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbouncer/pgbouncer-dbgsym_1.12.0-3.pgdg+1_arm64.deb
Size: 571892
SHA256: a50ddef0e3e9af0595a5b952fdc72de7270796957dbd0f584e0bb532838559a9
SHA1: b965a0193422c29b15aab1761167dbb9a5d50885
MD5sum: 9928da0d4a0bbf3c6361a0b9aaa324d5
Description: debug symbols for pgbouncer
Build-Ids: 023f06741206c3c06287d16f2768e649306435e1
Timestamp: 2020-03-28 18:20:51+00

Package: pgmodeler
Version: 0.9.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8742
Depends: pgmodeler-common, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpq5 (>= 8.4~), libqt5core5a (>= 5.12.2), libqt5gui5 (>= 5.3.0) | libqt5gui5-gles (>= 5.3.0), libqt5network5 (>= 5.0.2), libqt5printsupport5 (>= 5.2.0), libqt5svg5 (>= 5.6.0~beta), libqt5widgets5 (>= 5.12.2), libstdc++6 (>= 5.2), libxml2 (>= 2.7.4)
Homepage: https://pgmodeler.io/
Priority: optional
Section: database
Filename: pool/main/p/pgmodeler/pgmodeler_0.9.2-1.pgdg+1_arm64.deb
Size: 2927932
SHA256: 23361aaacee8a88b61667105d2c17c240107246e64877543d9c35a7cc899b1f0
SHA1: 4373f44baccf883e90d26e11504126d7ca3fe8c3
MD5sum: 6403feb71fe41c3b2404409765c9c7e6
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.
Timestamp: 2020-03-28 18:20:51+00

Package: pgmodeler-dbgsym
Source: pgmodeler
Version: 0.9.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68614
Depends: pgmodeler (= 0.9.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmodeler/pgmodeler-dbgsym_0.9.2-1.pgdg+1_arm64.deb
Size: 68534572
SHA256: d4a20b9cffd2cf760ca14ffb8bc55a3ab75d4341d2c64c04b99fd33b23960024
SHA1: ea5460b1d3119ed63f7e8eea6369390f39015f2d
MD5sum: 1b03973a93a016fbc8ccff12a9a7f1b6
Description: debug symbols for pgmodeler
Build-Ids: 0fb09b78096d0bca52837809283bd2a1d6863864 241f7fad809ad56989f9e63e62c18ef64c92b074 4e343fece8cea8bb65c94b3ad010cf505386a5e2 9607f669d4b6add842b1dc560cc38af75ee8272c b4dbbf23e1a95f6e24c5f7e957a99ec93dea4224 bdbe92127474aca8ffefbd21dd81c09b99eedec1 c28f81976045897f741de12ab2450d9e384a6c31 f24d7eaa8c3957d17b581ee48123413b63ebefef ffef4d7802bf773b774e9f4f6da354eb4a6621af
Timestamp: 2020-03-28 18:20:51+00

Package: pgpool2
Version: 4.1.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4946
Depends: libpgpool0 (= 4.1.1-2.pgdg+1), lsb-base (>= 3.0-3), postgresql-common (>= 26), ucf, libc6 (>= 2.29), libcrypt1 (>= 1:4.1.0), libmemcached11, libpam0g (>= 0.99.7.1), libpq5, libssl1.1 (>= 1.1.0)
Enhances: postgresql
Conflicts: pgpool
Replaces: pgpool
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/pgpool2_4.1.1-2.pgdg+1_arm64.deb
Size: 1090608
SHA256: 58cb18758f8401eb5969b0ac5e6f64697c41114f82ed89c80d2ea0cb162dbd6b
SHA1: 592fc68d8495eff4a1b502cd8c6c859c0b531914
MD5sum: 6daf2c095e56e1a801f37a56b52a0299
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.
Timestamp: 2020-03-28 18:20:51+00

Package: pgpool2-dbgsym
Source: pgpool2
Version: 4.1.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2296
Depends: pgpool2 (= 4.1.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/pgpool2-dbgsym_4.1.1-2.pgdg+1_arm64.deb
Size: 2145416
SHA256: 34e28711dbc4b9b2ef7e84e6cb7ecf8ab4af847dde4ad752ad634bb672e9affa
SHA1: 286cf949996360061f2599ebd203faa46fb1a706
MD5sum: 4fffd14b82efc622bab30018cc2db296
Description: debug symbols for pgpool2
Build-Ids: 1e132d77263a7bcafc1401f74ec6d627e7e06eaf 4f74312fb206e2c1fb07d524a7f48b02de3141bf 6f8df7a0bc08da3df770d9aba95c1e4ed4ed1f17 b22e8334c9e5e8c1b810e552b52b199df9f5c210 f207722ebc717e80b52a614fca43da7b54ff1a84
Timestamp: 2020-03-28 18:20:51+00

Package: pgqd
Version: 3.3-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: lsb-base, postgresql-common, libc6 (>= 2.17), libevent-2.1-7 (>= 2.1.8-stable), libpq5
Conflicts: skytools3-ticker (<< 3.3)
Replaces: skytools3-ticker
Homepage: https://github.com/pgq/pgqd
Priority: optional
Section: database
Filename: pool/main/p/pgqd/pgqd_3.3-4.pgdg+1_arm64.deb
Size: 29216
SHA256: 0f9f1ac8d95213141089af95b42859843814de08d8ad20f3e2bf6ad12ed9fcb1
SHA1: 5f090347421d32c70d2dedd29e1cf49220af82f9
MD5sum: c0ae9e7217f449c87c08e7dd2b96517c
Description: Queue maintenance daemon for PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the queue maintenance daemon pgdq.
Timestamp: 2020-03-28 18:20:51+00

Package: pgqd-dbgsym
Source: pgqd
Version: 3.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: pgqd (= 3.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgqd/pgqd-dbgsym_3.3-4.pgdg+1_arm64.deb
Size: 105952
SHA256: 6786d2993270e7f24de13080fa7e7ec58036ff1d550b9753b86d48b36180ecf1
SHA1: a74eac63b874dfccff86271ea0811a7618627c78
MD5sum: 1a4064facb2e51ed55629c22a33dfe71
Description: debug symbols for pgqd
Build-Ids: 8db445b0378fadcfe0b8bd8726869d2486689e3e
Timestamp: 2020-03-28 18:20:51+00

Package: pgstat
Version: 1.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/gleu/pgstats
Priority: optional
Section: database
Filename: pool/main/p/pgstat/pgstat_1.0.1-1.pgdg+1_arm64.deb
Size: 23464
SHA256: 7eeb06f5f8b226b8987437c41707166976671740e1a5c39cdd350371e62fca08
SHA1: ae89f028755f91458e0654138e1d3c3690b4c117
MD5sum: 9b880fc1363bd8e23b33612ac4db1b07
Description: Collects PostgreSQL statistics the same way as a vmstat tool
 pgstat is a client utility to gather statistical information from a PostgreSQL
 instance in real time, and acts like vmstat or sar.
 .
 Supported statistics include archiver, bgwriter, connections, databases,
 tables, tables I/O, indexes, functions, archives wals, temporary files,
 and pgBouncer.
Timestamp: 2020-03-28 18:20:51+00

Package: pgstat-dbgsym
Source: pgstat
Version: 1.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: pgstat (= 1.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgstat/pgstat-dbgsym_1.0.1-1.pgdg+1_arm64.deb
Size: 30300
SHA256: 85c88133df5e03135cde41c3c7f1c43df6d6d40662bfb94158dfee846c8cb1b9
SHA1: 67859845b1339ee4544b13a7146b8d7ffa001bed
MD5sum: c6e6bf9a869717bcf59fed492b57a911
Description: debug symbols for pgstat
Build-Ids: cb3df00cb24d80f7e0e95c659f8b64b3160a8f23
Timestamp: 2020-03-28 18:20:51+00

Package: pgtop
Version: 3.7.0-18-gbbf1f12-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libc6 (>= 2.17), libpq5, libtinfo6 (>= 6)
Enhances: postgresql
Breaks: ptop (<< 3.7.0-1~)
Replaces: ptop (<< 3.7.0-1~)
Homepage: https://git.postgresql.org/gitweb/?p=pg_top.git
Priority: optional
Section: database
Filename: pool/main/p/pgtop/pgtop_3.7.0-18-gbbf1f12-3.pgdg+1_arm64.deb
Size: 51452
SHA256: 232c60cbb981bdd32048855d2751b409fbb1f97fa494f96b1a2b4e2fea2365ca
SHA1: 7003aad16c00574caebe1be6baf4608c2f662245
MD5sum: f84d55b4c3d8d02a0199a8a4d5f95104
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
Timestamp: 2020-03-28 18:20:51+00

Package: pgtop-dbgsym
Source: pgtop
Version: 3.7.0-18-gbbf1f12-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: pgtop (= 3.7.0-18-gbbf1f12-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtop/pgtop-dbgsym_3.7.0-18-gbbf1f12-3.pgdg+1_arm64.deb
Size: 124096
SHA256: 8e7539b0e8ebca9aa25ef303541e779e017afdf4e590674a31ba390adf8dfdf2
SHA1: 5566cc6f0afa9302241cf9582d17e57d4bc33bc4
MD5sum: bcf86c50f67c7e63a70463e2bd93b0ad
Description: debug symbols for pgtop
Build-Ids: 97ea802ffa1575285f586cb1676d713d34935dda
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-amcheck
Source: amcheck
Version: 1.5-1.pgdg+1
Architecture: arm64
Maintainer: Peter Geoghegan <pg@bowt.ie>
Installed-Size: 58
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/petergeoghegan/amcheck
Priority: extra
Section: libs
Filename: pool/main/a/amcheck/postgresql-10-amcheck_1.5-1.pgdg+1_arm64.deb
Size: 21528
SHA256: 94dc3b2bafe6cd09a2b7dac8a140ac094b577c03a81ceaa4d3dfe0a3d2b0c384
SHA1: 92bab79578e739e593d052352cc7bcb7f38d12ca
MD5sum: c6d779cfdd0615617aa306ca7d8ec649
Description: PostgreSQL extension that verifies indexes
 This extension verifies the logical consistency of PostgreSQL B-Tree indexes.
 The extension consists of SQL-callable functions.  When no error is raised
 during a call to these verification functions, no logical inconsistency was
 detected.  This is useful as a general smoke test to detect corruption.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-amcheck-dbgsym
Source: amcheck
Version: 1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Peter Geoghegan <pg@bowt.ie>
Installed-Size: 69
Depends: postgresql-10-amcheck (= 1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/a/amcheck/postgresql-10-amcheck-dbgsym_1.5-1.pgdg+1_arm64.deb
Size: 53096
SHA256: 6c709a238cb9a63a5b3652e79c1a1bc80414abf823558e1d05a4714c4686a02a
SHA1: bb1813e2b73c1dcec5b7c3b715becac8dd215421
MD5sum: 6d3463acba35b2f1885fec058ab61c69
Description: debug symbols for postgresql-10-amcheck
Build-Ids: d9ebe58749aa399997813f9985e85170e0bd8abf
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-asn1oid
Source: pgsql-asn1oid
Version: 1.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/ChristophBerg/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-10-asn1oid_1.2-3.pgdg+1_arm64.deb
Size: 6612
SHA256: f96fbabd1e9ddbb2e148ed6f1ab11e3443dc439c7a96be6e2cb3e7cf9fa03df9
SHA1: 167cf0b7f41812c905054731e4b1b4449ff27d24
MD5sum: 97759ed67289c23eada11d92fe8996bb
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 10.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-10-asn1oid (= 1.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-10-asn1oid-dbgsym_1.2-3.pgdg+1_arm64.deb
Size: 10464
SHA256: 0d8a171f13d4e8f47fe131ab2b8bf6762aace35ea927751aaef5ba89e7518f05
SHA1: 8aefca14502cef82ac308281ab8753148b4b85ec
MD5sum: 1a584ee09bf6f08c2e7a4d84f4a052a3
Description: debug symbols for postgresql-10-asn1oid
Build-Ids: e62befe877c84a44fe0d3512c76b2270d369620e
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.4.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 26
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-10-bgw-replstatus_1.0.4.pgdg+1_arm64.deb
Size: 6948
SHA256: f6a0c099c598344c3724f255b57a9801811e531206a00b358afc934bb68c7119
SHA1: 9d3f68877fd7258ac65bd6c8076211a52b1638e9
MD5sum: 04206cef6a6bf077a1df841fe7bd68bd
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 37
Depends: postgresql-10-bgw-replstatus (= 1.0.4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-10-bgw-replstatus-dbgsym_1.0.4.pgdg+1_arm64.deb
Size: 22588
SHA256: 235df063631b862fb291aa115c1ffa3fc184c28e4fd53a6ab7b2eddac7c2d743
SHA1: a6eee4d4fc35a14246f7303c3f615f2f5b3c7713
MD5sum: 4d5b1bd214dcf6be3f8990b40aac1307
Description: debug symbols for postgresql-10-bgw-replstatus
Build-Ids: b0cc34134dc3db2c60596356afb3f574f05fa730
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-cron
Source: pg-cron
Version: 1.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-10, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-10-cron_1.2.0-1.pgdg+1_arm64.deb
Size: 20808
SHA256: a1d18d7220045ec3589a9f035bda5fb3b0712a49ebc329d2b2e1538266c58b39
SHA1: 5148fd863592b57817fb5736035dd23db936a685
MD5sum: 06ff4555d40b39d84ae73f25e5666a6f
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-cron-dbgsym
Source: pg-cron
Version: 1.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-10-cron (= 1.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-10-cron-dbgsym_1.2.0-1.pgdg+1_arm64.deb
Size: 81332
SHA256: caced5e962e61b6e341717decb5e7abe9248153f94c1c65f39284ba55691dda6
SHA1: f11670661f0cfd5c9e3933d8fe7fcd8f250c9b50
MD5sum: a55f8245bb184b69434798f927529b9d
Description: debug symbols for postgresql-10-cron
Build-Ids: 70e56cab2f01d6f91b1a36be0a246426f93efc63
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-cstore-fdw
Source: cstore-fdw
Version: 1.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libprotobuf-c-dev, postgresql-10, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/citusdata/cstore_fdw
Priority: optional
Section: database
Filename: pool/main/c/cstore-fdw/postgresql-10-cstore-fdw_1.7.0-1.pgdg+1_arm64.deb
Size: 32628
SHA256: d914074f5d7e9ff3b9bcdf69819e4c3b740383cb8e85c6a7c34a34a072e36661
SHA1: 747d702317a3be5a7d1569066713e98357cb997b
MD5sum: bcf754255053390f8c643292b7260f56
Description: PostgreSQL foreign data wrapper for columnar storage
 Cstore_fdw is a columnar store extension for PostgreSQL, implemented as a
 foreign data wrapper (FDW). Columnar stores provide notable benefits for
 analytics use cases where data is loaded in batches. Cstore_fdw's columnar
 nature delivers performance by only reading relevant data from disk, and it
 may compress data 6x-10x to reduce space requirements for data archival.
 .
 This package is for PostgreSQL 10.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-cstore-fdw-dbgsym
Source: cstore-fdw
Version: 1.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-10-cstore-fdw (= 1.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/cstore-fdw/postgresql-10-cstore-fdw-dbgsym_1.7.0-1.pgdg+1_arm64.deb
Size: 162460
SHA256: 29d5c24aa252127f9ee7e7d0ce4e4eb46110e5e88251a978f6bd67f4917d038a
SHA1: 0d21b2f7c533b2bc2d889c0588511140ded28952
MD5sum: 6929d59fa75968ce5943fd6e2eccc5e8
Description: debug symbols for postgresql-10-cstore-fdw
Build-Ids: 82d205199adbbacef9ebb5e0dd8f2af13a5c846d
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-debversion
Source: postgresql-debversion
Version: 1.1.1-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.17), postgresql-10
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-10-debversion_1.1.1-3.pgdg+2_arm64.deb
Size: 10192
SHA256: 1dafdfc0fecab639e2d5e0df9afd591c878c82bccb26586d2bcfd6357e68bb9b
SHA1: a6d1be82d03e255cc2370eae968e92cfc6e0f9e6
MD5sum: 24c7965b9f42f7fa8ee6eec68808f8a1
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()
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.1-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-10-debversion (= 1.1.1-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-10-debversion-dbgsym_1.1.1-3.pgdg+2_arm64.deb
Size: 24044
SHA256: 64ec71703edd66c01f4844d3746b4a51cb194ad10c32982da7b10af487f6ce8e
SHA1: 9e6d6174e509962a54209791919f3d194bac190e
MD5sum: 32fcc276c1a0268593dd176797595c60
Description: debug symbols for postgresql-10-debversion
Build-Ids: 062e9db692ec394e0b06f499cd43dacfb874303a
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-dirtyread
Source: pg-dirtyread
Version: 2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: libc6 (>= 2.17), postgresql-10
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-10-dirtyread_2.2-1.pgdg+1_arm64.deb
Size: 10724
SHA256: be7c5baf098d004c03e54477b79386f43d21358000bd31f55fcedad7eaeea8b4
SHA1: 5ef0265715b2b027842668527e3fcd6ed3f93fb1
MD5sum: 2b9941e60920b365dc29be5c9f61fae3
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-10-dirtyread (= 2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-10-dirtyread-dbgsym_2.2-1.pgdg+1_arm64.deb
Size: 38812
SHA256: bc3e6d5217fc1d97f928461176d7e7b322e3139936aea82fb03ab8ce87fb93ab
SHA1: e2b00da943ae8449795c852d33d305660f8d47be
MD5sum: 6bebb95619bded97171b463d9d7822da
Description: debug symbols for postgresql-10-dirtyread
Build-Ids: 2dbff62e480890e370cbbbe32437d3ffbea0e66b
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-10
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-10-first-last-agg_0.1.4-4-gd63ea3b-2.pgdg+1_arm64.deb
Size: 5444
SHA256: cc6657ca0fcdc4cdf9864f283e78dfb7e91e611490372bdc3bb4fa46542cb26f
SHA1: 229f378316c3c39805c76d5a7e068919c3bb8e0a
MD5sum: 6211410f2d1b025f6d5b22a4bf2afa89
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20
Depends: postgresql-10-first-last-agg (= 0.1.4-4-gd63ea3b-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-10-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-2.pgdg+1_arm64.deb
Size: 6456
SHA256: 30fce34c71ad1b0a75133ebf5c90badaaa51b6d77593d9fe9e18498e23b1addf
SHA1: 065eda9ce404656742d800a3403a4edfd6906b31
MD5sum: be9c011ddd2ecad830da4db7239539f6
Description: debug symbols for postgresql-10-first-last-agg
Build-Ids: 3905771988b31b25d2aae95ec3dd71d560c5c8bf
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-hll
Source: postgresql-hll
Version: 2.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 160
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-10-hll_2.14-1.pgdg+1_arm64.deb
Size: 34812
SHA256: 05a7d0e6bf4c3697c264329894933a11eb6d33bfc60fdd2fadd85eb4d8f9207f
SHA1: ad97fe9ed1cd6343bfac05577d3a4a54c68abea5
MD5sum: b3034df2696327dec110a1515d858eba
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-hll-dbgsym
Source: postgresql-hll
Version: 2.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: postgresql-10-hll (= 2.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-10-hll-dbgsym_2.14-1.pgdg+1_arm64.deb
Size: 87128
SHA256: 6b3c76742f6484e96569fab5430ecc009c318a9c14116423e5665cf1ea36805b
SHA1: 69954c37d485f52e0e8256406d00c97d68cc64fe
MD5sum: ad61e6ced1ba88774c82c553fd17ac98
Description: debug symbols for postgresql-10-hll
Build-Ids: 4830b6a7bf75d81e9e19fceca8384a7e740eab71
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-hypopg
Source: hypopg
Version: 1.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 65
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-10-hypopg_1.1.3-1.pgdg+1_arm64.deb
Size: 18004
SHA256: cdb2531c2aab18b61cb525f812d84fe748a26d122df10a6928f69d3b8281f478
SHA1: 2a94604024a2c25b62426ca7f3032dbd93801750
MD5sum: 9a015ce1b5e4f91113140670d2aae2e4
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-hypopg-dbgsym
Source: hypopg
Version: 1.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 125
Depends: postgresql-10-hypopg (= 1.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-10-hypopg-dbgsym_1.1.3-1.pgdg+1_arm64.deb
Size: 106448
SHA256: 3b49885b492d0f4ad079231dfc57f575be3fc5a9c5f0393104cd42cb82a596a2
SHA1: e83a65ac8c1b23c21fe3cbba4009075ac19bba74
MD5sum: a5c533c4d2307d7b0e3899df16e4fe88
Description: debug symbols for postgresql-10-hypopg
Build-Ids: a5aef4cb4d87d4fa960435d2be1594262a58d1a5
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-icu-ext
Source: icu-ext
Version: 1.5.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-10, libc6 (>= 2.17), libicu63 (>= 63.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-10-icu-ext_1.5.1-2.pgdg+1_arm64.deb
Size: 24476
SHA256: c89e2756dd48eae8e9e0449d2f015ccc235c0f46c197bccfc70968a54d3eaf87
SHA1: 5828ee21ab8960111b864282c68ab4ceab568be7
MD5sum: ddfb6cc11e0c61b97445fe49a6554319
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-icu-ext-dbgsym
Source: icu-ext
Version: 1.5.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-10-icu-ext (= 1.5.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-10-icu-ext-dbgsym_1.5.1-2.pgdg+1_arm64.deb
Size: 120124
SHA256: 94b8e8f668164447377b0c515eb994c3d82bc6296ab90e4d87348e3bca3c128e
SHA1: 3869a300ba8a1622f15925f2c4868dd2d4d5bb84
MD5sum: 2093527271361d34be97e9d6f1e13688
Description: debug symbols for postgresql-10-icu-ext
Build-Ids: 0e8de85ed9e2f0c8287a0f3539f8c5f88aaee0aa
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-ip4r
Source: ip4r
Version: 2.4.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 340
Depends: libc6 (>= 2.17), postgresql-10
Homepage: http://pgfoundry.org/projects/ip4r/
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-10-ip4r_2.4.1-2.pgdg+1_arm64.deb
Size: 64532
SHA256: 93c4283ed8acf121422a0dd0853aefa00432f1baadf6791b520ef01d32f02929
SHA1: 18a08d5551a5bd6d6ed59bad9b3f7d2438a8725f
MD5sum: 4c78b2256b5ee3f10c687795e551cda3
Description: IPv4 and IPv6 types for PostgreSQL 10
 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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 280
Depends: postgresql-10-ip4r (= 2.4.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-10-ip4r-dbgsym_2.4.1-2.pgdg+1_arm64.deb
Size: 242532
SHA256: 81a656a4ecbff55ff07a5107066e47806fd8a2d932bedaf2fb699170728d288e
SHA1: 4684d7613ff2456a207e3acc95fecf5df2913d0d
MD5sum: 0512c2953e1719575f653d4c0336a2b5
Description: debug symbols for postgresql-10-ip4r
Build-Ids: 43e1ba46856264d5d0b4ea13d1aa5f64b74d9061
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-jsquery
Source: jsquery
Version: 1.1.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-10-jsquery_1.1.1-2.pgdg+1_arm64.deb
Size: 41140
SHA256: 28711ecec24950c69ad04c4e1cb7080017e0bf22494e2376f68b07452fe12c85
SHA1: f867bfff75ba658fabeb25ede3d08ea8eb554669
MD5sum: 19ba746145481fe4564125dbc7674bcc
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 142
Depends: postgresql-10-jsquery (= 1.1.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-10-jsquery-dbgsym_1.1.1-2.pgdg+1_arm64.deb
Size: 113776
SHA256: 3335cdf707c55c937cc26dec750ad1c1dcf549baba45765025f018bdcdfbd048
SHA1: 74f864c37ecf04369a8dcd41434a4ac086cbce5f
MD5sum: c793e07eeb6a34791d06ccff781f1015
Description: debug symbols for postgresql-10-jsquery
Build-Ids: 7a2942b57f172a2c95265a0a8b9376cb7e8a33a9
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.5.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-10-mysql-fdw_2.5.3-1.pgdg+1_arm64.deb
Size: 27988
SHA256: c4d52f10e0b2157696cf12de28815ed2d24cbb63ef070e6810f541e43fb2ebf3
SHA1: 8b108a381af79f7b5ba1843fda167139399356d3
MD5sum: 34e9c318a971b1849ea8fb2e0f917bd0
Description: Postgres 10 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 10.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.5.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 220
Depends: postgresql-10-mysql-fdw (= 2.5.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-10-mysql-fdw-dbgsym_2.5.3-1.pgdg+1_arm64.deb
Size: 202868
SHA256: aa5e1460f0fb10dd50a60f8fc548723fc570e41819b2b13a9db0e45cb320528d
SHA1: b6f6bcf6a26c955ec4da704e4367eb1bebeac6de
MD5sum: 00dac279fb52ef7dec53062951ab401e
Description: debug symbols for postgresql-10-mysql-fdw
Build-Ids: 6cd1e8e76718f474778dd94d19c614518e81d4f3
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-numeral
Source: postgresql-numeral
Version: 1.0-3.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 96
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/ChristophBerg/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-10-numeral_1.0-3.pgdg+1_arm64.deb
Size: 21920
SHA256: dd2ab64bfe5f79a948f42743b4f81f51d67be99c02505db176e0eff8e7ca6161
SHA1: 9ed63fa397465fbb026d411f82cecd4566ab4c48
MD5sum: 6c404a4f258ea4754d7e3ac477c556ed
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-numeral-dbgsym
Source: postgresql-numeral
Version: 1.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 63
Depends: postgresql-10-numeral (= 1.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-10-numeral-dbgsym_1.0-3.pgdg+1_arm64.deb
Size: 41716
SHA256: 4ac6a0e9c37e86ee30ab0811c34c9c9298358a6e00cc77200fd4204cf95c887d
SHA1: b0d11eb9fc15eb1da286022351db4ef2363da61e
MD5sum: 0b4f44442e4b39948e297bddf78908df
Description: debug symbols for postgresql-10-numeral
Build-Ids: 6ca92d93f6469bfed6c60c6eb931032f8b4b6e45
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-omnidb
Source: omnidb
Version: 2.17.0+ds-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: libc6 (>= 2.17), libpq5, postgresql-10
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/postgresql-10-omnidb_2.17.0+ds-1.pgdg+1_arm64.deb
Size: 11544
SHA256: a17577ae2f27f0c169cf5535fad8315009bda172e8ea5ac3569f4e15bc7ac309
SHA1: 65b4b249274cc477a2eb2498c6389334a0adcfd7
MD5sum: d6d036073885e6f61495b59fb26d035d
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL extension for interactive PL/pgSQL
 debugging in OmniDB.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-omnidb-dbgsym
Source: omnidb
Version: 2.17.0+ds-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-10-omnidb (= 2.17.0+ds-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb/postgresql-10-omnidb-dbgsym_2.17.0+ds-1.pgdg+1_arm64.deb
Size: 36456
SHA256: 9c16aaedb2572c4b65122f6d4cd9ec687b238e1688a29846a830c6f136301978
SHA1: c83a53d88a49100f515cbf3c1af5beb73b31fddb
MD5sum: 05b25a52abf8ab600adc843cbaa19612
Description: debug symbols for postgresql-10-omnidb
Build-Ids: e56ad7cecbece349f73101250a11deeb85531e5f
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-orafce
Source: orafce
Version: 3.9.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 352
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-10-orafce_3.9.0-1.pgdg+1_arm64.deb
Size: 89796
SHA256: 5eacf1ef2b04b8a7cc2b3373590a3a81d5620cb01426c58abbf92a6061e2e981
SHA1: e3b96ef90cddb59d71b81b7f3a6815f8f65d7e11
MD5sum: 26ec8eec79a7f67b9e95a64d98481eaa
Description: Oracle support functions for PostgreSQL 10
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-orafce-dbgsym
Source: orafce
Version: 3.9.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 405
Depends: postgresql-10-orafce (= 3.9.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-10-orafce-dbgsym_3.9.0-1.pgdg+1_arm64.deb
Size: 338948
SHA256: 88374c7080d22ebb74a50c2d6a0a03225076829a43de5f1ad0794f97453c283a
SHA1: ad300dca99269b2c4620257810306cdb53bcb6bf
MD5sum: 0b1029a7e743588a1b5ed842bad05617
Description: debug symbols for postgresql-10-orafce
Build-Ids: be37c1ec2063c2e91af282847d5d1f3dfb8fc8a4
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-partman
Source: pg-partman
Version: 4.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5316
Depends: postgresql-10, python3, python3-psycopg2, libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-10-partman_4.3.0-1.pgdg+1_arm64.deb
Size: 218380
SHA256: 2022cf23110cb2aac955f0d4ba4a6be8cf818963c96488c3d26517a5add29f42
SHA1: aeecc7897e303a1b9292dc2beb5e5d595c54e8e4
MD5sum: e8e24962cf9735117f783383c16b8305
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-partman-dbgsym
Source: pg-partman
Version: 4.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-10-partman (= 4.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-10-partman-dbgsym_4.3.0-1.pgdg+1_arm64.deb
Size: 31232
SHA256: 5a4a83655181272767758e16acd244e95c65c5bd32fee9b8ac5f65dccf913971
SHA1: b577755560a691a3ff5d6e3354674ac45faa2580
MD5sum: c6ebd2f90303961830097a02fcc1f286
Description: debug symbols for postgresql-10-partman
Build-Ids: a76c9623ad852eb1d3eea11eccc2f1898e9b965a
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-periods
Source: postgresql-periods
Version: 1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-10-periods_1.1-1.pgdg+1_arm64.deb
Size: 30480
SHA256: 023550fcba75bb30845f16afc1d3d5b62600b373bc498735a55f84e4a2e00f23
SHA1: 7651389c10ab1b11303507012a87c50c08b2469a
MD5sum: 23b416f9317cf03a1209f196afdd01a8
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-periods-dbgsym
Source: postgresql-periods
Version: 1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-10-periods (= 1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-10-periods-dbgsym_1.1-1.pgdg+1_arm64.deb
Size: 29652
SHA256: 0d81908e49b3803c3238d7dea0f0a6eb1cbb2f51f3d297b0978e120df43b08f2
SHA1: f7b7dd079c22c6af65f12a684ff2b0746f35bc2d
MD5sum: e6d6d75861b3d6e01a3fa38ea4cd138f
Description: debug symbols for postgresql-10-periods
Build-Ids: 5a743696c7a49fb96cd14b504f98a14dfcd3e6ad
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-pg-checksums
Source: pg-checksums
Version: 1.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: libc6 (>= 2.17), postgresql-10
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-10-pg-checksums_1.0-3.pgdg+1_arm64.deb
Size: 29472
SHA256: 79eafb7add9e8d60f7329d9493436a627f20ef4e691e8cdf8021d6d910c4f4fb
SHA1: f11cea34deb2855409a953dd9a178884d4c0931b
MD5sum: 57b8f011f1530b0f6096d2258ecc9446
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums can activate or deactivate data checksums as long at the database
 cluster is shutdown cleanly. Activating checksums requires all database blocks
 to be read and all page headers to be updated, so can take a long time on a
 large database. Deactivating checksums only requires the cluster control file
 to be updated so is quick.
 .
 In addition, pg_checksums can verify the checksums in an offline cluster.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-10-pg-checksums (= 1.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-10-pg-checksums-dbgsym_1.0-3.pgdg+1_arm64.deb
Size: 27300
SHA256: ffeb27a20427f8ae08736b62091593cba974fac832cbad2b8138765ac6ec1791
SHA1: 46093d194fbd7732c05dcd5622218b64986256f4
MD5sum: ca17aeba581e964ea642909a3d301183
Description: debug symbols for postgresql-10-pg-checksums
Build-Ids: eb7e2716cfbc05a08e383e29d5d3839da71fd2b8
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-pg-fact-loader
Source: pg-fact-loader
Version: 1.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 428
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-10-pg-fact-loader_1.5.2-1.pgdg+1_arm64.deb
Size: 42336
SHA256: 139af310ddf67045de2e0e1e9c3353ecfe08b0143964213dafd6c535da30f428
SHA1: da7457edbc9e3c4a86970285d95540e037b61cb1
MD5sum: 3eb674b9207ee0172ef0136287902415
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 10.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 42
Depends: postgresql-10-pg-fact-loader (= 1.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-10-pg-fact-loader-dbgsym_1.5.2-1.pgdg+1_arm64.deb
Size: 27920
SHA256: 6839ac86c6528389f1dc3feec2e4a2f1456df2cd5964985713a348cd2fca3cc7
SHA1: 9a3b100c365ffd62a6856ee570890b4713a95e95
MD5sum: 92d949443d0cc951c70b01fa19c80190
Description: debug symbols for postgresql-10-pg-fact-loader
Build-Ids: dc98bb329627d30d15121e6d64af82cef007b0a4
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-pg-qualstats
Source: pg-qualstats
Version: 1.0.9-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 70
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-10-pg-qualstats_1.0.9-1.pgdg+1_arm64.deb
Size: 22796
SHA256: f4e896cab5168fb35596f39cb72cdf029d1de0f25519ea2f7275b90961ea85e6
SHA1: 035b2c413d5b3b3d4688e1e003f3933d8f72b1e0
MD5sum: 598e7953bed34984a48b28b396947b49
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 1.0.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 85
Depends: postgresql-10-pg-qualstats (= 1.0.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-10-pg-qualstats-dbgsym_1.0.9-1.pgdg+1_arm64.deb
Size: 69180
SHA256: fefa717f471ce11d0aa6967ab2987f319c040c303317891696ed7daa60d7dd8e
SHA1: 40984e9bf4d6a0339f25950b73b027094691d33c
MD5sum: c9605e0c949a76429113e1ac5c8a79f0
Description: debug symbols for postgresql-10-pg-qualstats
Build-Ids: 2e20160521b9683068aa2718ef15aad6bb29d956
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.1.1-3.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 47
Depends: libc6 (>= 2.17), postgresql-10, postgresql-contrib-10
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-10-pg-stat-kcache_2.1.1-3.pgdg+1_arm64.deb
Size: 13360
SHA256: 12d8d2bd344552e18e714d863fc6816c39116bb0bd9d3c957a48362334933b70
SHA1: 199719084233a028f0a6ce398d9d2b970de538bc
MD5sum: 861385f5f18ed0d4b2c85959028c7bce
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.1.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 61
Depends: postgresql-10-pg-stat-kcache (= 2.1.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-10-pg-stat-kcache-dbgsym_2.1.1-3.pgdg+1_arm64.deb
Size: 46364
SHA256: c8a7296fbb5e775078de165dd10da8a42d0e1aec7868c83dbc1e5929282789d2
SHA1: 289b015ddc0263fbaa6b2dde19d7e238d259fb56
MD5sum: 0dfea1a004f7a1ad634661787d6f1a8e
Description: debug symbols for postgresql-10-pg-stat-kcache
Build-Ids: a45c9a29ad8e253ce1f3704772a2f618b255590d
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-pgextwlist
Source: pgextwlist
Version: 1.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-10-pgextwlist_1.10-1.pgdg+1_arm64.deb
Size: 12572
SHA256: 2f8df936214c07deba6059578ad2211b6ad78ee93bc83def910df065a43482ee
SHA1: 332c858587c2af2bae294f9beeca3c4479d9f394
MD5sum: 052d4cbe157deaa160ab31c741ccd186
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-10-pgextwlist (= 1.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-10-pgextwlist-dbgsym_1.10-1.pgdg+1_arm64.deb
Size: 64360
SHA256: 2b83f0eec94813858ece03cd6938dd838e718c671a310f9dc9e0230915aa95d3
SHA1: f3a2f23792995695b0e16744e47b5063b5b27149
MD5sum: f17732c8cffac60fc01b8fa2c9da7b20
Description: debug symbols for postgresql-10-pgextwlist
Build-Ids: ac15a327c848a91a7448b0f40be5e2e247c596ff
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-pgfincore
Source: pgfincore
Version: 1.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: libc6 (>= 2.17), postgresql-10
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-10-pgfincore_1.2.2-1.pgdg+1_arm64.deb
Size: 15044
SHA256: 562ab66199a9a45f4cf85b9f2f1a6b355db7237b728f0ed7abe32784b4d21ae2
SHA1: 476fa5544fa6d16b1b74b8312588b3e5770f3300
MD5sum: 783b8219677ae2e02315bf4df9bf4c7a
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-pgfincore-dbgsym
Source: pgfincore
Version: 1.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-10-pgfincore (= 1.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-10-pgfincore-dbgsym_1.2.2-1.pgdg+1_arm64.deb
Size: 41560
SHA256: 9c880020f5fec55e17f434061dddb00bed21bf8904004246cab47002c301ab7c
SHA1: 74b69b3f8e11481d4e06d41e84d77ca71768345d
MD5sum: 3e32a6d466a808c89709cbc2922cea19
Description: debug symbols for postgresql-10-pgfincore
Build-Ids: f46955e5d6894d893621144be1bb51e0c1e915ef
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 1.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 1354
Depends: postgresql-10, postgresql-10-pglogical, libc6 (>= 2.17)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-10-pgl-ddl-deploy_1.7.0-1.pgdg+1_arm64.deb
Size: 36664
SHA256: 907c85755c86560d0abfc34231d74b55a0f759580791b57d60bc5894bf2941cb
SHA1: a403e184a5e5db6f900c5f7b9d36397a88232ce7
MD5sum: cb058cec1a2f9b34b09df36d724dd5b8
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 10.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 1.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 57
Depends: postgresql-10-pgl-ddl-deploy (= 1.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-10-pgl-ddl-deploy-dbgsym_1.7.0-1.pgdg+1_arm64.deb
Size: 36660
SHA256: 1af41f68c6d38f2ca8685c1fec38969030317ce28726a77505a488a7b16a94dc
SHA1: 0211d8c002661baafec34f2ee722b802abb6b593
MD5sum: 0e5f11911037e93b34502bcf0994a5b3
Description: debug symbols for postgresql-10-pgl-ddl-deploy
Build-Ids: 31df64fd1228fff5a6641baed8d64d4d5a5a01ad 9967cefd78e65ecc9cdf5649bacea80144761d48
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-pglogical
Source: pglogical
Version: 2.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 414
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-10
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-10-pglogical_2.3.0-1.pgdg+1_arm64.deb
Size: 108460
SHA256: 04354d7a79eea5c1cd506733a8c57fd4d500901616cb47f26e992eaf60f44172
SHA1: cce9cd5bc53a06cd0ba7575421a95029960b3ee4
MD5sum: b18591c726163103af79626dd8fd7a97
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-pglogical-dbgsym
Source: pglogical
Version: 2.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 804
Depends: postgresql-10-pglogical (= 2.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-10-pglogical-dbgsym_2.3.0-1.pgdg+1_arm64.deb
Size: 747756
SHA256: d85c3fbf291623c0988d437217dbbc6be5c18ae1fe80e16dc7dd11fc6c3d72e8
SHA1: 15b9f350adf60433866d3fef20aaf6500a5cd8e6
MD5sum: f518185e0a1f7b793bf7c7f91378902c
Description: debug symbols for postgresql-10-pglogical
Build-Ids: c3561ca8bd7dee4879f9026cc8bb5834f5b2b610 d303d4c1b468d297a1eb9b31d34550d98f9963af f200658bed32a10ad73dad416af1039d10c86aee
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 117
Depends: postgresql-10, postgresql-10-pglogical, libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-10-pglogical-ticker_1.4.0-1.pgdg+1_arm64.deb
Size: 12204
SHA256: 84f05ba835f356d6160be8d2b4c30b8f45257522ef12d44bbf385ad2483db56e
SHA1: 76a2186215a830ef2742fd86d3c8dc4c3d7e4f51
MD5sum: 14617535c777e4673bdac41e673f955c
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 10.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 44
Depends: postgresql-10-pglogical-ticker (= 1.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-10-pglogical-ticker-dbgsym_1.4.0-1.pgdg+1_arm64.deb
Size: 29116
SHA256: 33462a9d7b948b24a0168cb2635af8d1a444c02e2e5c13c4ca2865e1d0efeac6
SHA1: 2906cc86c7c9654f5e4cec8029f0f0baaa0334e9
MD5sum: 2866c88677b176d1f1c693fd8a4c9e81
Description: debug symbols for postgresql-10-pglogical-ticker
Build-Ids: 43c2341cde597a1ad59e389ee40528f190ca3257
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-pgmemcache
Source: pgmemcache
Version: 2.3.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-10, libc6 (>= 2.17), libmemcached11, libsasl2-2 (>= 2.1.27+dfsg)
Homepage: http://pgfoundry.org/projects/pgmemcache/
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-10-pgmemcache_2.3.0-7.pgdg+1_arm64.deb
Size: 21128
SHA256: 95164643a254780b359a9cfd5ceb70399e9dd372010a96f35fe8051a2cc376d3
SHA1: 78768f7076244ac79af774f778a1c9bc78fbcf69
MD5sum: db79258b43786cf0c6c49daa8c82364b
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-10-pgmemcache (= 2.3.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-10-pgmemcache-dbgsym_2.3.0-7.pgdg+1_arm64.deb
Size: 49044
SHA256: 98e7170e2b0ce4750144f4f10e08a3cd3ccf5861af1292d9cc4fe7a222bfa9e4
SHA1: 282a2410725e70b1a403eaad967285d087031007
MD5sum: 7e1921659988e14a8ec118bd1abd582c
Description: debug symbols for postgresql-10-pgmemcache
Build-Ids: c09ff34290e5d631d62445c2cd887bbc1b3d20a9
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-pgpool2
Source: pgpool2
Version: 4.1.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: libpgpool0 (>= 4.1.1-2.pgdg+1), postgresql-10, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2_4.1.1-2.pgdg+1_arm64.deb
Size: 133972
SHA256: 3f75991674fe776b2a7e6000b1abb305eaa88dd76e007e5b5efaac154130b5af
SHA1: b7f518e5968b834b38cf4705c5fb18f8be78c96a
MD5sum: 9a8606142e90012169b6e85634fa0358
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 10 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-10-pgpool2 (= 4.1.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2-dbgsym_4.1.1-2.pgdg+1_arm64.deb
Size: 100348
SHA256: 089e9600706a4478a28374f6f070f692395df365cd8a7fe53cb744491a6120aa
SHA1: 844464d3f1e02547471a9b42c0f295cd2db1803a
MD5sum: 24f6bccf45c7401ff820bf70cd27b72c
Description: debug symbols for postgresql-10-pgpool2
Build-Ids: 29b8ede0f0ae5322b829d390831ede6761dd114c 9841534ca2e58faf55da49b3e39978f5eedde884 e960440eac71c37282d44acb2e2dad37ed918649
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-pgq3
Source: pgq
Version: 3.2.6-34-g50068b2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2019
Depends: libc6 (>= 2.17), postgresql-10, pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-10-pgq3_3.2.6-34-g50068b2-2.pgdg+1_arm64.deb
Size: 81612
SHA256: 644dc3c2029a894545a27a25363e127347c88b43dc9aff215dba2292d4f043b7
SHA1: 1534c32ddcc280f3f3c91828254ff9a21c2f51ae
MD5sum: b1252d928ac5fe2b7f80930b31f430ea
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-pgq3-dbgsym
Source: pgq
Version: 3.2.6-34-g50068b2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-10-pgq3 (= 3.2.6-34-g50068b2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-10-pgq3-dbgsym_3.2.6-34-g50068b2-2.pgdg+1_arm64.deb
Size: 110576
SHA256: 6789f50c25910acf115ea747fb72f5f7d5cc89ea580ef92d5093995bd5db571e
SHA1: d276512271225999339be4cdcb26923c7c9228df
MD5sum: a0ee12a094fbcf0a8cf593cd61675055
Description: debug symbols for postgresql-10-pgq3
Build-Ids: 8e50c5f18d6482ef31f1cfa11ce340ea60792d17 967e2680e3a134d0edc83116c53aba68d1c725f4
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-pldebugger
Source: pldebugger
Version: 1:1.0-10-g2a298eb-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: libc6 (>= 2.17), postgresql-10
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-10-pldebugger_1.0-10-g2a298eb-2.pgdg+1_arm64.deb
Size: 24716
SHA256: b40f36b97334edd9a17b92905e108b0937513cb7eb6386eda7e721f3d7278f48
SHA1: 92cc21230dd4298638a8b7450442caabbe694575
MD5sum: efbf564e9fba94167c930556f539eb2b
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.0-10-g2a298eb-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-10-pldebugger (= 1:1.0-10-g2a298eb-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-10-pldebugger-dbgsym_1.0-10-g2a298eb-2.pgdg+1_arm64.deb
Size: 115384
SHA256: b4bf72860671e2ac31225694c80dbde8bd2b8546afe9a94b778796348f0ec6ac
SHA1: ae21d4c04d543d27156efcf07d8f50623bf2bd29
MD5sum: 13afa029a45ae84f92a5012db13da6c3
Description: debug symbols for postgresql-10-pldebugger
Build-Ids: a96f0e62e06f2da99a49098e71f823719e7b4bb9
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-plr
Source: plr
Version: 1:8.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: r-base-core (>= 2.10), postgresql-10, libc6 (>= 2.17)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-10-plr_8.4-2.pgdg+1_arm64.deb
Size: 59032
SHA256: 7f012d29a9b7132919aa2228e8b4a4aacf301c5b5c2e0031a9d2b40fcb234e5f
SHA1: 1a599c85f597b6b361d153e4230184a3e6376027
MD5sum: 055ebe185c032dfa1e93cccf9cc6d020
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-plr-dbgsym
Source: plr
Version: 1:8.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 203
Depends: postgresql-10-plr (= 1:8.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-10-plr-dbgsym_8.4-2.pgdg+1_arm64.deb
Size: 184144
SHA256: f5a3f00dd0bd141556b82a755eed2c8c24b90154f004c20c0dde6a8b8357d8da
SHA1: 6ca3272cb93fff395736ea06a0045582fe0d091d
MD5sum: e0822d2cabe57b7816ae97fa81b97f37
Description: debug symbols for postgresql-10-plr
Build-Ids: d88c05ee1b4e1233fff700d3259d9de04857e496
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-plsh
Source: postgresql-plsh
Version: 1.20171014-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: libc6 (>= 2.17), postgresql-10
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-10-plsh_1.20171014-4.pgdg+1_arm64.deb
Size: 12712
SHA256: 552c7d801c6b23f82c876932eaae92be48c53d25db4753c85721aec434eb7e5a
SHA1: 511f8facbd4ea178a9054d48b5b8f0a7e61a9f11
MD5sum: be2910ce73287282586d8bdeba169af7
Description: PL/sh procedural language for PostgreSQL 10
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in a shell of his choice.  You need this package
 if you have any PostgreSQL 10 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20171014-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-10-plsh (= 1.20171014-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-10-plsh-dbgsym_1.20171014-4.pgdg+1_arm64.deb
Size: 32996
SHA256: c193eb9d1ed245274669e5d1472befe05f418d5fd5d9e105e667a08842c18f2d
SHA1: ef159d20ff4604f8c9714249ce0fec7f434184df
MD5sum: 267c05e5451aac000eb7d0c1c9f335fa
Description: debug symbols for postgresql-10-plsh
Build-Ids: f0f7d586fb81d2668d56c9d7c2274af816846946
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-pointcloud
Source: pgpointcloud
Version: 1.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: postgresql-10, libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-10-pointcloud_1.2.1-1.pgdg+1_arm64.deb
Size: 62120
SHA256: 7a9705a428f0c1675be475b101d828a0fd11597c91a67af595367b30896e8f86
SHA1: f9e770d46f7490f356a132e25cb350bb554d4e2b
MD5sum: 443e9c6d847d1f2ed9a6e4efa3498f68
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 223
Depends: postgresql-10-pointcloud (= 1.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-10-pointcloud-dbgsym_1.2.1-1.pgdg+1_arm64.deb
Size: 189732
SHA256: dd9806ab32b2f80651cf00120a0eb928a095805f48d5a4ba6f4f96e96d3e6feb
SHA1: af9335d2fbec29bd52f3f56ceaff944c4a992bdc
MD5sum: 356c6677b6743a27c0ad41d31548bdb5
Description: debug symbols for postgresql-10-pointcloud
Build-Ids: d9ea6fb488ced4cb88033afb4c8fb5f22030ead4
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-powa
Source: powa-archivist
Version: 3.2.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 543
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-10-powa_3.2.0-2.pgdg+1_arm64.deb
Size: 26220
SHA256: a9d5cc420b34704198f25b7728a4386e746fe34f70c6ff52ea16ebf268649fa4
SHA1: aa7cae2a2d04b74aafd8abaf80170470f92f80d9
MD5sum: 23a67b196cc539cf27f4e44612300e43
Description: PostgreSQL Workload Analyzer -- PostgreSQL 10 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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-powa-dbgsym
Source: powa-archivist
Version: 3.2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-10-powa (= 3.2.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-10-powa-dbgsym_3.2.0-2.pgdg+1_arm64.deb
Size: 41464
SHA256: a84de7932afa1fe05fd71bf612690503a533b989ae5984bc65cc009ad5933e1f
SHA1: d788f7a1dffe9dcea88044f9670d3a2977b47c3c
MD5sum: 7b98ea50d5e77732d1b332f080d29e48
Description: debug symbols for postgresql-10-powa
Build-Ids: 50b5752f20e4d9eb6b6767c96530346f3e2a1d78
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-prefix
Source: prefix
Version: 1.2.9-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: libc6 (>= 2.17), postgresql-10
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-10-prefix_1.2.9-2.pgdg+1_arm64.deb
Size: 21456
SHA256: 3cbbce6a2eab2708383d47845595b8bd43592ba9e6b42f8dc4ba7054c0a65f4c
SHA1: 5f24abc3efd03a5bb9ebc2ca53950039da058f16
MD5sum: a2b777e25b62311286e40fcaf3131ed8
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-prefix-dbgsym
Source: prefix
Version: 1.2.9-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-10-prefix (= 1.2.9-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-10-prefix-dbgsym_1.2.9-2.pgdg+1_arm64.deb
Size: 52268
SHA256: 0ab2d8fcb6e673e49880d4bbe855964e51b3455ae5c547f8d403b98390bcdfbf
SHA1: 204f76745b4a521af9725b4c0473dfc048fb407c
MD5sum: 2237e9136ba0da51b7980ae5f6eca675
Description: debug symbols for postgresql-10-prefix
Build-Ids: 2406773ce21bd56af3b3f04d5f7d4c047769434a
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-preprepare
Source: preprepare
Version: 0.9-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: libc6 (>= 2.17), postgresql-10
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-10-preprepare_0.9-3.pgdg+1_arm64.deb
Size: 10032
SHA256: 5d5a57ca2fcdd3ed163afb39e3dc010a8ff00cc23d58ab6843ec969137ea3f7f
SHA1: 950c9841f38ee49b5d1bd286e7cd05927730b95f
MD5sum: 86280438007c1bd8438d2613b8d72552
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-preprepare-dbgsym
Source: preprepare
Version: 0.9-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-10-preprepare (= 0.9-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-10-preprepare-dbgsym_0.9-3.pgdg+1_arm64.deb
Size: 20512
SHA256: 71de53206182465f14db2c955162ff6513bab83515c24c0b3ff7ce78c6c9d7c8
SHA1: fdf6cc86b0dc64c783d70ddedd1f150456cad092
MD5sum: 6494f99713af4eadb54b1b3595500cbb
Description: debug symbols for postgresql-10-preprepare
Build-Ids: 339c9a9f040899fcbfaa2adfec4e0b246fc979c3
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-prioritize
Source: postgresql-prioritize
Version: 1.0.4-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: libc6 (>= 2.17), postgresql-10
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-10-prioritize_1.0.4-6.pgdg+1_arm64.deb
Size: 6752
SHA256: 13bb22c55682dfc0fc63c46eacc41cc140885f6112f37a7fb9cee9c098398505
SHA1: 0450ee2e43631883685dc488c0fa16eedebcadb7
MD5sum: bfa81ee722648cf03ad5dea9ac2da6a0
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-10-prioritize (= 1.0.4-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-10-prioritize-dbgsym_1.0.4-6.pgdg+1_arm64.deb
Size: 16288
SHA256: 141d11c3565793daddee45dda977f93cf6875e86cff05c99e9f00617e2873e16
SHA1: 5e8444b1f6b3e791003d8eaca15a6eb401a93616
MD5sum: ff9432fbcb6c7555f685f603443d944d
Description: debug symbols for postgresql-10-prioritize
Build-Ids: 42511e918511553cda933f22e30b440307909120
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-python3-multicorn
Source: postgresql-multicorn
Version: 1.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-10, python3-multicorn, libc6 (>= 2.17), libpython3.8 (>= 3.8.2)
Conflicts: postgresql-10-python-multicorn
Provides: postgresql-python3-multicorn
Homepage: http://multicorn.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-multicorn/postgresql-10-python3-multicorn_1.4.0-1.pgdg+1_arm64.deb
Size: 27584
SHA256: 2b258a8619b1532c1afc6a398a2e7fc4860bfc7c26dcd419f8f0867143651010
SHA1: 8458f9d58c79826c1e889e0d339881a75dcb3d74
MD5sum: ecb759c9872f0f2e2203813640e3886d
Description: multicorn extension for Postgres 10 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 10 and uses Python 3.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-python3-multicorn-dbgsym
Source: postgresql-multicorn
Version: 1.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 220
Depends: postgresql-10-python3-multicorn (= 1.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-multicorn/postgresql-10-python3-multicorn-dbgsym_1.4.0-1.pgdg+1_arm64.deb
Size: 203532
SHA256: 60e6a50260da5c3de14190bc0c20965ed3c5a2991e33536d32be1ed6f45cef27
SHA1: d1105b47e0298d56ae62c754949cc94d210b4968
MD5sum: 7200d7f4d8e22d4776ba4655ffef89a1
Description: debug symbols for postgresql-10-python3-multicorn
Build-Ids: a200e66f66fbf06b01d1cdfd1a423c842fb1cd61
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-repack
Source: pg-repack
Version: 1.4.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 171
Depends: postgresql-10, libc6 (>= 2.17), libpq5 (>= 8.3~rc1-1~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-10-repack_1.4.5-2.pgdg+1_arm64.deb
Size: 69020
SHA256: 67162286b6d9b73ffe81649994e314f624b2617367398d69e89227d7dc7a5207
SHA1: ab2e084b5d3bca87b1a7e46dae2dfccc3d252334
MD5sum: fde5b75983da6a1786ba358d6fe14e90
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 10.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-repack-dbgsym
Source: pg-repack
Version: 1.4.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 156
Depends: postgresql-10-repack (= 1.4.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-10-repack-dbgsym_1.4.5-2.pgdg+1_arm64.deb
Size: 125408
SHA256: 6ef10a11095eb5853380ee50471280cb8c73a3c64c0425901c3c59d4cf1a7c67
SHA1: eaddbc805df3b785aaf8293fd426b3180f27e5eb
MD5sum: 360ada3ba1849b50e7fc7ec77b7e6d79
Description: debug symbols for postgresql-10-repack
Build-Ids: de47847d55f74b56dcf28e3c72e6140b11577214 f07a2d033ac1d4d94b868ba29a7bd821da58a6b3
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-repmgr
Source: repmgr
Version: 5.0.0-4.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1012
Depends: postgresql-10, repmgr-common (>= 5.0.0-4.pgdg+1), libc6 (>= 2.17), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-10-repmgr_5.0.0-4.pgdg+1_arm64.deb
Size: 203100
SHA256: 30537f8118cf8f9d3008f86651da4bae2542e272ea95aad2acd4ae55c449202c
SHA1: a67ad74b76d2711067a9402f5fac8eb2fbbbef1e
MD5sum: f6c157436f95032bc804d7523fb3d4fd
Description: replication manager for PostgreSQL 10
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 10.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-repmgr-dbgsym
Source: repmgr
Version: 5.0.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 733
Depends: postgresql-10-repmgr (= 5.0.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-10-repmgr-dbgsym_5.0.0-4.pgdg+1_arm64.deb
Size: 669104
SHA256: 1f2f49feb7856de1f51d9a1b757688f813a832cfd46059ee23926fd97be28083
SHA1: 9f1bd58511ad137886f9b7560c503f33855d2f0f
MD5sum: 37b655fded6ce13a41834b2c4d367604
Description: debug symbols for postgresql-10-repmgr
Build-Ids: 2ff4f111454d54303973d4f17b4ca7a57aecb732 42649bbf3239e94667de47f194ccb88cc5770625 866c4bd3b35ed1d1013bdde2766596bc496446d1
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-rum
Source: postgresql-rum
Version: 1.3.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 414
Depends: postgresql-10 (>= 10.7), libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-10-rum_1.3.6-2.pgdg+1_arm64.deb
Size: 101148
SHA256: 5dd07c543f4ee4aaa468f8ae8043e060e49dbb59e3a1cce4979598720d63258c
SHA1: bbbbdec80b08458f76161e5d59470205631330f5
MD5sum: 7e188b2b9390ce3b617df99d0bd5c925
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-rum-dbgsym
Source: postgresql-rum
Version: 1.3.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 479
Depends: postgresql-10-rum (= 1.3.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-10-rum-dbgsym_1.3.6-2.pgdg+1_arm64.deb
Size: 437628
SHA256: df01657512f3a0381423933780cd04cfd4197c1be35aa6489594567ecb895963
SHA1: db88947de98977c8750b29fdb16fafcda33b7d0c
MD5sum: 28e55b172fd05dd0d8136c7fea771318
Description: debug symbols for postgresql-10-rum
Build-Ids: aca38d9e6554cf7084a18833a0d634bca1929d6b
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-similarity
Source: pg-similarity
Version: 1.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-10-similarity_1.0-3.pgdg+1_arm64.deb
Size: 32220
SHA256: aaf81df5391e9415fc16056fd1eb01c2c6dcdb447b3ca7fe50ebc6e45738edf0
SHA1: 8c266eb26cc30117fbf59bbf151a1fb145a962c8
MD5sum: 43325f70464cf41aa49bec6289d1cf22
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-similarity-dbgsym
Source: pg-similarity
Version: 1.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-10-similarity (= 1.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-10-similarity-dbgsym_1.0-3.pgdg+1_arm64.deb
Size: 80400
SHA256: 7414e489a31b42db5d7c80a30aa17569a116989670d91568b8a05ef070978c1c
SHA1: dac3450acc4185689f120257c2d0dee24c39a543
MD5sum: b4a2e0ba4f82b1bbf1b6482ab4d3e50b
Description: debug symbols for postgresql-10-similarity
Build-Ids: d153dc730706aad32c190d4a8f6c0451fcd5a67d
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-slony1-2
Source: slony1-2
Version: 2.2.8-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-10, libc6 (>= 2.17)
Suggests: slony1-2-bin
Conflicts: postgresql-10-slony1
Provides: postgresql-10-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-10-slony1-2_2.2.8-3.pgdg+1_arm64.deb
Size: 21984
SHA256: 85a2da77cb9daf566f905786b3b081740db973ec73f6d3d438142887d8a8ce0e
SHA1: 28d1ab79f6bcf31b3d2d709871094b490473c390
MD5sum: 0ec6f1a597ca0b7c64aacce8ec95f105
Description: replication system for PostgreSQL: PostgreSQL 10 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
 10 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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.8-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-10-slony1-2 (= 2.2.8-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-10-slony1-2-dbgsym_2.2.8-3.pgdg+1_arm64.deb
Size: 64596
SHA256: 7e2643695aeed96d1ca179535bb919b26cc927cba6d53c5840aaa16632328c93
SHA1: 4b518f79f2b06143d1cb71d8741974f731e0d509
MD5sum: 6de0b596e3f4bef835afe56996fef6a8
Description: debug symbols for postgresql-10-slony1-2
Build-Ids: 766de48681da544b325f070ecc0e5b552d8a2460
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-snakeoil
Source: pg-snakeoil
Version: 1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-10, libc6 (>= 2.17), libclamav9 (>= 0.101.0)
Recommends: clamav-freshclam | clamav-data
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-10-snakeoil_1.3-1.pgdg+1_arm64.deb
Size: 8584
SHA256: 5dc540e8a06c29983d87265c37f82f63fea1b7c8ed2fe1307f68dd5808bcef76
SHA1: bd9c02f9e0544b90d44be124ffb73d01ceff57ba
MD5sum: 60ad8d5834856538e117868c539c5696
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-10-snakeoil (= 1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-10-snakeoil-dbgsym_1.3-1.pgdg+1_arm64.deb
Size: 20900
SHA256: 5d3a5b7a92c3b275e2ad28a7a18127db0a52aa1974f5e2c31b2d95aa88b8bf6f
SHA1: 7c7302e2f22a54ec054b298f4c4e5c0a65577524
MD5sum: e815519e70bf8eb661618f1bbfbab320
Description: debug symbols for postgresql-10-snakeoil
Build-Ids: 431a3d44503a26db848ffa374f1a5236ea86a0e4
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-toastinfo
Source: toastinfo
Version: 1.1-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/credativ/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-10-toastinfo_1.1-4.pgdg+1_arm64.deb
Size: 5856
SHA256: f58a1014e78972b48bf3f95ce6450388843fc1b2006b2757b2b59d6da1a52a5f
SHA1: 79af782ca302249181ea6e5467d78b73a7d26b74
MD5sum: 82631cd84fc8a4b899431106988b99c4
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-toastinfo-dbgsym
Source: toastinfo
Version: 1.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27
Depends: postgresql-10-toastinfo (= 1.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-10-toastinfo-dbgsym_1.1-4.pgdg+1_arm64.deb
Size: 13008
SHA256: d27f9f8970f92726d3ed4f5dfec0be2efa34c62e617d0e16a6f63055de2bccce
SHA1: cb3889fbd7038c22d2ba4b80a87061ca48703e11
MD5sum: 911b3a4430987f0940e58cc9be62b60a
Description: debug symbols for postgresql-10-toastinfo
Build-Ids: 0647fa69a02c4eb8b1fc88de3de6b6e178dc7ae3
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-unit
Source: postgresql-unit
Version: 7.2-2.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 334
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/ChristophBerg/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-10-unit_7.2-2.pgdg+1_arm64.deb
Size: 65924
SHA256: 2907c3c3386f86385b1a4946f317a04f371e4ecf09253c6babff91394786fb9c
SHA1: 82e3e457f60130ee1bf158183993e787917e8177
MD5sum: cf3e3921ac12a6bbf467913f949fdf79
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-unit-dbgsym
Source: postgresql-unit
Version: 7.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 87
Depends: postgresql-10-unit (= 7.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-10-unit-dbgsym_7.2-2.pgdg+1_arm64.deb
Size: 65560
SHA256: cee1095e531a15dd9027b7019a7e988812c85b36aca834ca96bc9a7f88205c90
SHA1: d3e1c7711c2f7f41096815d901c5e7b405ef8652
MD5sum: 759ef4d234a53908fe4d710e79aa3921
Description: debug symbols for postgresql-10-unit
Build-Ids: 67b9743271e2662593a9bae90dc10e1860fd35e7
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-wal2json
Source: wal2json
Version: 2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-10-wal2json_2.2-1.pgdg+1_arm64.deb
Size: 14980
SHA256: fba91ee410c53b488e17f735fc27589598e7d7d7fcf8740afd86c41bff10602f
SHA1: 87da2b5b1229f3387df379081dd5c72af0ea0c1b
MD5sum: 9c30c45167619d0e5031163223f7dc84
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-10-wal2json-dbgsym
Source: wal2json
Version: 2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-10-wal2json (= 2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-10-wal2json-dbgsym_2.2-1.pgdg+1_arm64.deb
Size: 52148
SHA256: 4285f5997384dd3b32d5537f84aaec8245ec91990865c813bfec6ebb17b30c18
SHA1: 432e1d9092a09eddee237e775561e33c448b5c9d
MD5sum: 8e347519774ef408aeff89e0f2ba22af
Description: debug symbols for postgresql-10-wal2json
Build-Ids: e1a96051bed69ed70ebf4bd7b6800d0ab969d984
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-asn1oid
Source: pgsql-asn1oid
Version: 1.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://github.com/ChristophBerg/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-11-asn1oid_1.2-3.pgdg+1_arm64.deb
Size: 13204
SHA256: dd6ebe8a1a99d1fc6fe08631daa3b605fa324e480caafd0bb1de1f391ff554b9
SHA1: 48a8e2223cdc39c5ec556b6161c73f4441db2a51
MD5sum: 4725179e4cc65e1745ff4e5ff242b617
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 11.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-11-asn1oid (= 1.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-11-asn1oid-dbgsym_1.2-3.pgdg+1_arm64.deb
Size: 10472
SHA256: eec9ce0fcc429696052b46e1df8c76764828203c03f406b0c4bb0948848a258f
SHA1: 070ad96c544b4b20f1e7bf9e2f1513780d3d46ab
MD5sum: 348b762dcfedc05b4d055a05f1d31fcf
Description: debug symbols for postgresql-11-asn1oid
Build-Ids: df0afe6dd26c8075208c7e46d3f89d7c6f55922f
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.4.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 44
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-11-bgw-replstatus_1.0.4.pgdg+1_arm64.deb
Size: 15276
SHA256: 352b46fb937ae669caa4e0feb57f9f04ccdcd542991a4722ba46725b837da158
SHA1: 66d9ad6f85d87d79fa501914930f6e3f4ef2cc06
MD5sum: 151e529611dc05778356d6b5c70d1abc
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 37
Depends: postgresql-11-bgw-replstatus (= 1.0.4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-11-bgw-replstatus-dbgsym_1.0.4.pgdg+1_arm64.deb
Size: 23000
SHA256: d22affc0f070cca304bb96de60562a41f3f29a2a52523132f4164d04096540fa
SHA1: 1a79647018457a0574e44bcc18ff7b5ffca158fe
MD5sum: ccbb845be8bb9cc94091be3a9ecedb69
Description: debug symbols for postgresql-11-bgw-replstatus
Build-Ids: 4827aa4af80caefd6707ac6c5515196c035ddcce
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-cron
Source: pg-cron
Version: 1.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 153
Depends: postgresql-11, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-11-cron_1.2.0-1.pgdg+1_arm64.deb
Size: 59196
SHA256: be8ef6937f3ca71b44d3f755478d024251cf35d8644ad5aa645a914a238dc8b0
SHA1: ba6c044f3e7881fbcfa765792c46fa9217bbaa18
MD5sum: 2a07599a512eb6c25df84b75f4eed352
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-cron-dbgsym
Source: pg-cron
Version: 1.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-11-cron (= 1.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-11-cron-dbgsym_1.2.0-1.pgdg+1_arm64.deb
Size: 88480
SHA256: 9eec2d3c32492145802368c3d5e708a40cc72622c0e002acb13ad5bf64418379
SHA1: cb0db0c596ce1346766b5caaadfa7fbee877ca3e
MD5sum: 68112214d9fd5879da4f7b50c5de3a56
Description: debug symbols for postgresql-11-cron
Build-Ids: 31711f6c0506cbc5c43b7a0271d102f4ffbeded5
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-cstore-fdw
Source: cstore-fdw
Version: 1.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 273
Depends: libprotobuf-c-dev, postgresql-11, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/citusdata/cstore_fdw
Priority: optional
Section: database
Filename: pool/main/c/cstore-fdw/postgresql-11-cstore-fdw_1.7.0-1.pgdg+1_arm64.deb
Size: 112392
SHA256: ef2c819dab0aa543d6f704d24a8c2295ca44fbca8579ffc86eade04f8ca5641e
SHA1: e92505fb234145250edd3ff54b0b3725a8efe33c
MD5sum: c3427f1395c938950828c3a937c83929
Description: PostgreSQL foreign data wrapper for columnar storage
 Cstore_fdw is a columnar store extension for PostgreSQL, implemented as a
 foreign data wrapper (FDW). Columnar stores provide notable benefits for
 analytics use cases where data is loaded in batches. Cstore_fdw's columnar
 nature delivers performance by only reading relevant data from disk, and it
 may compress data 6x-10x to reduce space requirements for data archival.
 .
 This package is for PostgreSQL 11.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-cstore-fdw-dbgsym
Source: cstore-fdw
Version: 1.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-11-cstore-fdw (= 1.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/cstore-fdw/postgresql-11-cstore-fdw-dbgsym_1.7.0-1.pgdg+1_arm64.deb
Size: 165120
SHA256: deb8286c65744d51fddfe322ac5682a759238b54b1642f01675eb0bdd1a30a5f
SHA1: 665428a6a1a2a1980792e225bb75dd564210a42d
MD5sum: 7f4ba12ad75e469d9923c1aec431c95b
Description: debug symbols for postgresql-11-cstore-fdw
Build-Ids: 9f45963393389dce5eea28cfd32123d08bb7d234
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-debversion
Source: postgresql-debversion
Version: 1.1.1-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.17), postgresql-11
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-11-debversion_1.1.1-3.pgdg+2_arm64.deb
Size: 15940
SHA256: 09a6f81103acd4e1ca244d66fbd9473fef04679a1936b9788317951afc7d4ac0
SHA1: 89d0f72f3caf92310bd8c6ec8e1ffc462f7db690
MD5sum: d693f3b04ec785a2cc5d13518bba4b22
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()
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.1-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-11-debversion (= 1.1.1-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-11-debversion-dbgsym_1.1.1-3.pgdg+2_arm64.deb
Size: 24164
SHA256: 33c6fd5af97d2b178b7ad3118e51b370b85c39622235b853b1492b51925abe31
SHA1: 121011723a82c7830d61cae24c094482bf55d05e
MD5sum: 3bbcdd6193072272ee1f07987b1c4184
Description: debug symbols for postgresql-11-debversion
Build-Ids: 1c544750cac74e5c91fe4433f92cd67761f04b66
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-dirtyread
Source: pg-dirtyread
Version: 2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: libc6 (>= 2.17), postgresql-11
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-11-dirtyread_2.2-1.pgdg+1_arm64.deb
Size: 24728
SHA256: 022d0d4867cdc0823761b1ce5ae0dc93f5ffa4b602673c93f3a2f2b547cbfbef
SHA1: 03de59bb5daa92a5ab3f7957dac3ea300722c1b0
MD5sum: 319d9ebc4901de0b613d35f0dfb61d2d
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-11-dirtyread (= 2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-11-dirtyread-dbgsym_2.2-1.pgdg+1_arm64.deb
Size: 40324
SHA256: cb8f3af49eb86516db50763d1a7485dc0eb89dbf5c99b09a678d4b902d16d274
SHA1: 50b76cc17e1526122080c7a86920ce2bc14a7902
MD5sum: 8bf82984fda5f1d90f6f999a16d47c78
Description: debug symbols for postgresql-11-dirtyread
Build-Ids: 7dea3179753bf085b0897a64f5b79dd073113140
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-11
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-11-first-last-agg_0.1.4-4-gd63ea3b-2.pgdg+1_arm64.deb
Size: 8396
SHA256: b1d4efc5a5044b3f7be10a62f83d4d5c399ecb6e01953bc7275a9b92208113a3
SHA1: 7b194717b38295a875d59984d03364edb454be7a
MD5sum: d641fc4d0da3d91c1676acb123354c55
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20
Depends: postgresql-11-first-last-agg (= 0.1.4-4-gd63ea3b-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-11-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-2.pgdg+1_arm64.deb
Size: 6448
SHA256: 434a93f016bd3010da56c850bf0375dd3e197daca18d0ee0f7b3e16472fbee0f
SHA1: 0101f748496dad256b60f78b204aa6eb609e2ba6
MD5sum: daabb9b3cb6b5f285deef923c8ec55a1
Description: debug symbols for postgresql-11-first-last-agg
Build-Ids: 12fdc3081f088cfdff3e40bc994f062e081b2c1c
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-hll
Source: postgresql-hll
Version: 2.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 247
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-11-hll_2.14-1.pgdg+1_arm64.deb
Size: 79928
SHA256: 8eae58255fe2eb01f5106aa8eb8daca2cdc3f73090699cbecd3eb317872f3980
SHA1: f5cfd8adfc48f7d63f10b017df413ca1785440c7
MD5sum: 507db57dede44d3888019a5b77fd8a72
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-hll-dbgsym
Source: postgresql-hll
Version: 2.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-11-hll (= 2.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-11-hll-dbgsym_2.14-1.pgdg+1_arm64.deb
Size: 86036
SHA256: 87a562b0218ccf063ddcc2dbc142fc52dc3fd4363b691ec067081bf35d081e8c
SHA1: 80cfe89840c60045cd4456f82d59eac6fe708309
MD5sum: 4642a9f02c5ef8d2a9a82542aa30eff4
Description: debug symbols for postgresql-11-hll
Build-Ids: 8f62ca9d965733ace3e156acef85b804d4dfea39
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-hypopg
Source: hypopg
Version: 1.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 141
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-11-hypopg_1.1.3-1.pgdg+1_arm64.deb
Size: 59616
SHA256: 177391ae03b3bcad3dec686d100405991b408a11317b77475e8d4bf43fffbbfb
SHA1: 654ef36eddd0215991ffa8e6fe259de92daf153c
MD5sum: 07bde6ebdc8992ddc36a86e50aef45b1
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-hypopg-dbgsym
Source: hypopg
Version: 1.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 129
Depends: postgresql-11-hypopg (= 1.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-11-hypopg-dbgsym_1.1.3-1.pgdg+1_arm64.deb
Size: 111104
SHA256: 99e7a3e10fa493a0ac0036caed351eadbbb35b3f4fa70f2cc4b962ad8795f473
SHA1: b06777b44d5f522e12eb01307ee3cf3964c1bc71
MD5sum: ae85d8d54b92753512c7a6bd5c49c252
Description: debug symbols for postgresql-11-hypopg
Build-Ids: e8d062277dc2476f724b4af08dc26421adc08e9a
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-icu-ext
Source: icu-ext
Version: 1.5.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: postgresql-11, libc6 (>= 2.17), libicu63 (>= 63.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext_1.5.1-2.pgdg+1_arm64.deb
Size: 63832
SHA256: 18c3c6f25214e65804a377b1589899f444232deb57fc5301b08b1d955e4e3c80
SHA1: 6dee0e143352f9e494bd3292b3252bc607ed56c5
MD5sum: 5e0052c73958333a55d105f193715e09
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-icu-ext-dbgsym
Source: icu-ext
Version: 1.5.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 126
Depends: postgresql-11-icu-ext (= 1.5.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext-dbgsym_1.5.1-2.pgdg+1_arm64.deb
Size: 102280
SHA256: 93cec3810e0ae970e1ce639547f0ac6056b3f72f218ddca38e1c97299914d664
SHA1: db0c11e5ad3910137761f606010d34233c6f7a6d
MD5sum: dc18829c726cd37795fe791d0fd587de
Description: debug symbols for postgresql-11-icu-ext
Build-Ids: 0219099059d86056a2e934dc32e5ecba769eb92e
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-ip4r
Source: ip4r
Version: 2.4.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 645
Depends: libc6 (>= 2.17), postgresql-11
Homepage: http://pgfoundry.org/projects/ip4r/
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-11-ip4r_2.4.1-2.pgdg+1_arm64.deb
Size: 197856
SHA256: 3f5d097e13cb766ed63d022fd91857c5b97f5589ceccd0ecf9efce2934c730d6
SHA1: 4bbc74cf942b18a3a2c31a0db94cf453587d1a98
MD5sum: f2828d5c4179fc55cb01c2cb7ce1877c
Description: IPv4 and IPv6 types for PostgreSQL 11
 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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: postgresql-11-ip4r (= 2.4.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-11-ip4r-dbgsym_2.4.1-2.pgdg+1_arm64.deb
Size: 230784
SHA256: 86f11615a76f02270d5f4544bc6e5d28890b344539395e42e06fdbb343c5ad6f
SHA1: 3ad51da63786ceef35b0ddff1e8dd344d63c4624
MD5sum: a4fcc3c72d91a92ef631cfaa6a1ca57f
Description: debug symbols for postgresql-11-ip4r
Build-Ids: d4bf54acb279b579eb1c9bc974349b7d2f5d697d
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-jsquery
Source: jsquery
Version: 1.1.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 317
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-11-jsquery_1.1.1-2.pgdg+1_arm64.deb
Size: 133152
SHA256: 947fc610b9223ae29f2cab792afea291c05f8a818aa2a746271aa7f1c5e0be56
SHA1: f4feca915f6dc68665309f047015e1c3db029052
MD5sum: cea4bd919b5fd39083f79192131934a0
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-11-jsquery (= 1.1.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-11-jsquery-dbgsym_1.1.1-2.pgdg+1_arm64.deb
Size: 113720
SHA256: 236eb248f6ed274ff2bf6c58ded97469a17d5b54c7c557e50b82c10aacdd3a47
SHA1: 302351091fca7c0dd9352e1b3947ef0c779f8b81
MD5sum: 7bdf015f93c232854c8254b7fb9e1b55
Description: debug symbols for postgresql-11-jsquery
Build-Ids: 58c5023fa63b55fa0705c9c4e81357386f11b30b
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.5.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 233
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-11-mysql-fdw_2.5.3-1.pgdg+1_arm64.deb
Size: 102136
SHA256: ef5ee12840afb7a32e50fccdd73c967331d05f26b840cd71a72708cc593ecd3b
SHA1: 08c9dfa169fadc3dae749cfaf9df05a75af33400
MD5sum: e8bfa44ad00998ab9851642b37d58612
Description: Postgres 11 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 11.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.5.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 224
Depends: postgresql-11-mysql-fdw (= 2.5.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-11-mysql-fdw-dbgsym_2.5.3-1.pgdg+1_arm64.deb
Size: 206952
SHA256: 5b52b3550300c44bfb537d2a482c7512a0e01a3d2a504d2cc52df8a3bb0dc65b
SHA1: a3c7261bc939393d623b1916daf0dd139e1261a1
MD5sum: b61c47e9c344d04790a7a6291bce4809
Description: debug symbols for postgresql-11-mysql-fdw
Build-Ids: 2783ace477e3782c5bc20f370b763c7695789814
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-numeral
Source: postgresql-numeral
Version: 1.0-3.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 261
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://github.com/ChristophBerg/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-11-numeral_1.0-3.pgdg+1_arm64.deb
Size: 78624
SHA256: f8cce6e3b37fbe270764378a6b46e9e9a1ca7e14e7777324ca4318b951283fd1
SHA1: 482ecbe88c9dbcfadbee6d33f82b482eeedbb674
MD5sum: 65cc35e3fdcc18d343bcadf9184f9aeb
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-numeral-dbgsym
Source: postgresql-numeral
Version: 1.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 64
Depends: postgresql-11-numeral (= 1.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-11-numeral-dbgsym_1.0-3.pgdg+1_arm64.deb
Size: 42140
SHA256: 8a855774b125120b2e0ce6bc4843a886b1c25e9e0ca4a93d09b651c67ec0870d
SHA1: 7af99a300ae4811c20a5d0e3d77929d9653d3c2b
MD5sum: b73dae59e417a7c07e7772c382071b3f
Description: debug symbols for postgresql-11-numeral
Build-Ids: c052a24487f415313008e3dce92e77a7c68ba6cd
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-omnidb
Source: omnidb
Version: 2.17.0+ds-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: libc6 (>= 2.17), libpq5, postgresql-11
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/postgresql-11-omnidb_2.17.0+ds-1.pgdg+1_arm64.deb
Size: 25344
SHA256: 5dc6bc7ef6cd07e01256e21c752ae98dda459e0e7a7fba6453671280957a6991
SHA1: ad08507fa50f7e6bfbe53ead6461205361634650
MD5sum: a1ea89d0855d934c47431af607f64ae9
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL extension for interactive PL/pgSQL
 debugging in OmniDB.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-omnidb-dbgsym
Source: omnidb
Version: 2.17.0+ds-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: postgresql-11-omnidb (= 2.17.0+ds-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb/postgresql-11-omnidb-dbgsym_2.17.0+ds-1.pgdg+1_arm64.deb
Size: 39428
SHA256: 05baf4949dd33d1b76b03a1f651da0fa8e7177cba2d10cb5ff1a6c4e2865f10e
SHA1: 779b85ed03b385d7aa4d8926d45a922776967cf1
MD5sum: 8787f6742d7cedfcf6dfc42465949a6c
Description: debug symbols for postgresql-11-omnidb
Build-Ids: ae0acdc34917fdec264933c64b755ec9455347b8
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-orafce
Source: orafce
Version: 3.9.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 863
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_3.9.0-1.pgdg+1_arm64.deb
Size: 296520
SHA256: 4cedb71bfc7bf6b2dc16978492f3505dec08889fb46e4091ed2ca6492c9a8c7f
SHA1: d9681f1b564e94236cd39fbb3964e880eb922708
MD5sum: d06084bb1c45de8885ccfdab7e4359cb
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 3.9.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 397
Depends: postgresql-11-orafce (= 3.9.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_3.9.0-1.pgdg+1_arm64.deb
Size: 329316
SHA256: 8943f188cee53205afccc855e99270095062b572efacc55066563fca187c7277
SHA1: 253bde68613dcfc10c36a3e20dfb237032558089
MD5sum: 3c4835eb8c9c964cfb49aae12ee037cc
Description: debug symbols for postgresql-11-orafce
Build-Ids: 38d7f156bf672669bb08863ae2c206d8cd1d09ab
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-partman
Source: pg-partman
Version: 4.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5329
Depends: postgresql-11, python3, python3-psycopg2, libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-11-partman_4.3.0-1.pgdg+1_arm64.deb
Size: 230216
SHA256: 826b920c1627d08aadb3f0d0ed8c9655c716d2204111bedee21f13d030ed46d7
SHA1: 842f641350ca3995c9981b5eec90e0b80bab3a84
MD5sum: a852bc6e0be18c445ff18104f235cb2e
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-partman-dbgsym
Source: pg-partman
Version: 4.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-11-partman (= 4.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-11-partman-dbgsym_4.3.0-1.pgdg+1_arm64.deb
Size: 36032
SHA256: db1c185f5e53ccbd8d3b8b4798790f766d13a4d0d9f56d91de3c278d329bfadc
SHA1: 86c33a5994adfb3813868d4e17101013ae20e2b3
MD5sum: 7f2c8c1ad37faa38cc45463e19f9c82b
Description: debug symbols for postgresql-11-partman
Build-Ids: b13c7b7d2a3e591e598817e673c0778b37209dc2
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-periods
Source: postgresql-periods
Version: 1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 361
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-11-periods_1.1-1.pgdg+1_arm64.deb
Size: 44400
SHA256: f005b669f7a2bbc057e9dd38a612c5587e9a1c1034a9aaf746882e7e81ecadb0
SHA1: c1352879fdb734e055c6a29d972222ab72aa9d33
MD5sum: 8308472ada6cf39650feea6f596e06a2
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-periods-dbgsym
Source: postgresql-periods
Version: 1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-11-periods (= 1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-11-periods-dbgsym_1.1-1.pgdg+1_arm64.deb
Size: 29744
SHA256: aa26986100fc28c97eaf19dc699550c9b43fe8b58b5c5957e3002f20b49cfca3
SHA1: 25aabfb41bf36c8df5e24593ea40d1ea6a99d973
MD5sum: 6b7e6de8680816720fd8322756f1765f
Description: debug symbols for postgresql-11-periods
Build-Ids: 254f7b8edf1a8fffaef965d131d2125a280b6b8c
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-pg-checksums
Source: pg-checksums
Version: 1.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: libc6 (>= 2.17), postgresql-11
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-11-pg-checksums_1.0-3.pgdg+1_arm64.deb
Size: 29992
SHA256: 436a7328e1f67090583a004556c8712202bf6ac1d44b751438fa6bab1ceee406
SHA1: d61e3ad51455381d7cd9b4499c5f06fa93a5a484
MD5sum: 66edb8f4e956e23ce18864f805ecd214
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums can activate or deactivate data checksums as long at the database
 cluster is shutdown cleanly. Activating checksums requires all database blocks
 to be read and all page headers to be updated, so can take a long time on a
 large database. Deactivating checksums only requires the cluster control file
 to be updated so is quick.
 .
 In addition, pg_checksums can verify the checksums in an offline cluster.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-11-pg-checksums (= 1.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-11-pg-checksums-dbgsym_1.0-3.pgdg+1_arm64.deb
Size: 27592
SHA256: cfb25e1a8792431ada2171223e0bf6aeb46ccefcd6be647f5382513dc3b3e408
SHA1: 9451b2cc2d1fbe78c8e1e6832b9a1edbf3e49fb4
MD5sum: e6de5d39f225b531958d8ec9a96e3f68
Description: debug symbols for postgresql-11-pg-checksums
Build-Ids: e8f5b10f52a6bf1bef49345cbba9c36d5507adf8
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-pg-fact-loader
Source: pg-fact-loader
Version: 1.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 444
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-11-pg-fact-loader_1.5.2-1.pgdg+1_arm64.deb
Size: 49964
SHA256: 7809687ddd4f00ea0259e61e52ab6881a51b87fcad06ad3ea78608f072058314
SHA1: b132b1f27b55196cc0a7c5e852185048786e2e0c
MD5sum: a3e07ba367d6d311fb73daa51d37e8ba
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 11.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 47
Depends: postgresql-11-pg-fact-loader (= 1.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-11-pg-fact-loader-dbgsym_1.5.2-1.pgdg+1_arm64.deb
Size: 32784
SHA256: f1ae809877d3991bf36c3c80bdc3ad269f80e9cfc4b6cc2564580a7c12127111
SHA1: 407bbccb6385a3d9a7bd3c2106cefb64d8a8d92f
MD5sum: a8a5b66c81de507baeca8fbd86db0872
Description: debug symbols for postgresql-11-pg-fact-loader
Build-Ids: 484dd6d84efa0d0524ab64c8b4984a2bad62a71d
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-pg-qualstats
Source: pg-qualstats
Version: 1.0.9-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 122
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-11-pg-qualstats_1.0.9-1.pgdg+1_arm64.deb
Size: 52984
SHA256: 318521e69b3ae3d0034c0db523193dd708f546b92a5e8af68f21508193c0beca
SHA1: 4c14e84c256fc60bb5e3886efd05f8ad47be61c7
MD5sum: ecfc99f714b848024b7a0a99bd49263c
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 1.0.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 82
Depends: postgresql-11-pg-qualstats (= 1.0.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-11-pg-qualstats-dbgsym_1.0.9-1.pgdg+1_arm64.deb
Size: 65356
SHA256: fbf644145502da5b8c04f2f12fc0a031b79b82a15da2cf853647ba9b765bec77
SHA1: 40759e0cf6f09650f6d9eda9ffb58ff7a567b481
MD5sum: bf0e059ed8ba084e6cdaefe2fe7d8da4
Description: debug symbols for postgresql-11-pg-qualstats
Build-Ids: d61f1147f9924dd11a6ebced912d7e5d81159fdf
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.1.1-3.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 80
Depends: libc6 (>= 2.17), postgresql-11, postgresql-contrib-11
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-11-pg-stat-kcache_2.1.1-3.pgdg+1_arm64.deb
Size: 30392
SHA256: fe93380ab7f93eaf5093d81783505b1d738c6025880563b90d1bc709c80680f9
SHA1: 5927d13abde1e9be03a56405520af2abd8abd4b9
MD5sum: 75058128e4c3045a2febdd7ebff8b0c9
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.1.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 54
Depends: postgresql-11-pg-stat-kcache (= 2.1.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-11-pg-stat-kcache-dbgsym_2.1.1-3.pgdg+1_arm64.deb
Size: 38716
SHA256: da4a93a7707f88ed870c91e22857358fa6e39129808cb4b4b73e5dd442544161
SHA1: 773d00b9534afe0e792750bba39604ce3683fc70
MD5sum: e5b24727ca7021291221cfe8ea91a57f
Description: debug symbols for postgresql-11-pg-stat-kcache
Build-Ids: 201630df13503b89da43028468f3c51ed5f18a9a
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-pgextwlist
Source: pgextwlist
Version: 1.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-11-pgextwlist_1.10-1.pgdg+1_arm64.deb
Size: 33832
SHA256: e9892e9ccb879ed729dd37345b8a0b65b18f416564af789f18df6bd3c42537c5
SHA1: d3c17e5f4dd9c0cdcd87c58130de6723b6769f53
MD5sum: ce34543b4ba3f5aac729ee1b8e421df7
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-11-pgextwlist (= 1.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-11-pgextwlist-dbgsym_1.10-1.pgdg+1_arm64.deb
Size: 66348
SHA256: 7047105c4642096d22c1acdfb64cfd200867b265a9a76957f93c7ac6bd64bb63
SHA1: 20af25f3b2fea466d1dc9e980bb231b85900ac44
MD5sum: aee796d0cd42bc46d16625fe3a4ec71c
Description: debug symbols for postgresql-11-pgextwlist
Build-Ids: 0fd2eb6801d2523ff3d3a6b924617986f1e2505c
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-pgfincore
Source: pgfincore
Version: 1.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: libc6 (>= 2.17), postgresql-11
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-11-pgfincore_1.2.2-1.pgdg+1_arm64.deb
Size: 30992
SHA256: 1a0062dcf89c5a6a658053b9f93d87a91e851c95db853702708670e9be48e9ac
SHA1: fcd3e0e756011935a165d57c12556be7cda96714
MD5sum: bdb5e879058c9c069f2d8852a004f537
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-pgfincore-dbgsym
Source: pgfincore
Version: 1.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-11-pgfincore (= 1.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-11-pgfincore-dbgsym_1.2.2-1.pgdg+1_arm64.deb
Size: 42808
SHA256: fd6e152ef0245aadb74c0a292428d6b5d7508617bb7105997bd7bafffbe242c6
SHA1: 84abff518f0b51e8c3ff17a501c0bd35b2f49acc
MD5sum: d336c4ba9f77e706c469e1618e8d74e1
Description: debug symbols for postgresql-11-pgfincore
Build-Ids: 582ab6538f6139945319bb5151256c3e366a9562
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 1.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 1383
Depends: postgresql-11, postgresql-11-pglogical, libc6 (>= 2.17)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-11-pgl-ddl-deploy_1.7.0-1.pgdg+1_arm64.deb
Size: 48792
SHA256: 97de7f4fe35d919024de7f481019b3a0e18150f905301a3612e080cb8947d86e
SHA1: 541e4c6d85030e50c3933fa9206115da9961f548
MD5sum: 1598f7bf5eb39d9d50c2470546bb312b
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 11.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 1.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 61
Depends: postgresql-11-pgl-ddl-deploy (= 1.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-11-pgl-ddl-deploy-dbgsym_1.7.0-1.pgdg+1_arm64.deb
Size: 41368
SHA256: c4df83020dda81ee2566aa7c46043a527602b390ac95e79edbe51fb367ba1e40
SHA1: 7414bfec1a8ffd92565579d443b1e6194033ebcc
MD5sum: 2ec05aab36888fd059abe58b89967e81
Description: debug symbols for postgresql-11-pgl-ddl-deploy
Build-Ids: 149bb2cd4e86a8e50a2a541a13d843ffa899028b b048d452afdd0b77ca6a4988dd4d8e7d8467d194
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-pglogical
Source: pglogical
Version: 2.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1099
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-11
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-11-pglogical_2.3.0-1.pgdg+1_arm64.deb
Size: 417660
SHA256: 9a9aca5d3572b371b116b30280fdce511dddd830c02f0fb5c18e6d407e11c848
SHA1: 93ac5eebe7eab5acdb5fc15353ee6fde5fe86348
MD5sum: f41542f0de27bd80bef608fbbb8e9cd9
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-pglogical-dbgsym
Source: pglogical
Version: 2.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 769
Depends: postgresql-11-pglogical (= 2.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-11-pglogical-dbgsym_2.3.0-1.pgdg+1_arm64.deb
Size: 710644
SHA256: 00d187b1f4ed8e18d1e5180ca96b83150afb96ec4a9051356f21a0e0166f7b1b
SHA1: b06aa62de1f2d5802fe26507b0b4f2cd018b28c0
MD5sum: 16ab93bfb8c11b03cc04d683fde5c678
Description: debug symbols for postgresql-11-pglogical
Build-Ids: 9098a1a39d5be1c84fd7c1cafbb4ae6e8aaf2f18 b787419a386f0fff855e2633a84522f0c3853807 c18320106ad3787e2d92de31d6765ad401362d4a
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 136
Depends: postgresql-11, postgresql-11-pglogical, libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-11-pglogical-ticker_1.4.0-1.pgdg+1_arm64.deb
Size: 21360
SHA256: 382fb17b932eb4b933ea899470183604bfcfad8169bc56b44b7c62a7e31f5512
SHA1: 12d04a4df6be3dbdb67f38bc39223122d213c1ff
MD5sum: acdb05ce2c3b68cb48ec1be5eb5161ce
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 11.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 48
Depends: postgresql-11-pglogical-ticker (= 1.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-11-pglogical-ticker-dbgsym_1.4.0-1.pgdg+1_arm64.deb
Size: 34032
SHA256: 56282cff2c0d0829bbecffa64d9a49e12b5946bf7e5b9aac051209e00883ef5d
SHA1: 8eadbc6951cf8f54eac18074551d61527ec32fb2
MD5sum: 441253430e4da691a2f7169103674fe3
Description: debug symbols for postgresql-11-pglogical-ticker
Build-Ids: 91f5283f6db405a42a7d8f26f29a67dae501bfa0
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-pgmemcache
Source: pgmemcache
Version: 2.3.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-11, libc6 (>= 2.17), libmemcached11, libsasl2-2 (>= 2.1.27+dfsg)
Homepage: http://pgfoundry.org/projects/pgmemcache/
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-11-pgmemcache_2.3.0-7.pgdg+1_arm64.deb
Size: 49692
SHA256: 2f8cd2b5184b0ed40efde54e081dfe23cfe40868a2ffe453d4f4bbfbfc0d3342
SHA1: ba22f9847ec5ca327b96e65f6eb7346a372ac13a
MD5sum: 459a3fb196f4b28c8af4e630ed3e3b58
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-11-pgmemcache (= 2.3.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-11-pgmemcache-dbgsym_2.3.0-7.pgdg+1_arm64.deb
Size: 43324
SHA256: 33662d6ac07ebd885a37be5af040d2eda15b5915394aea3e15dc5faadaa9bd18
SHA1: 5a8d5b411c02222c3c33dc72611fc3895953e31c
MD5sum: 720cfa38e89dddb2d1b96171f157e982
Description: debug symbols for postgresql-11-pgmemcache
Build-Ids: f39c7c04cbc8f2b9f8f6200c53646749f338dd66
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-pgpool2
Source: pgpool2
Version: 4.1.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libpgpool0 (>= 4.1.1-2.pgdg+1), postgresql-11, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2_4.1.1-2.pgdg+1_arm64.deb
Size: 157444
SHA256: 3d19b1bee42639f983973884ac706fbc8073eab416d0d0588e2dbec9dcec12b3
SHA1: 3d5a4e9b68c03b7261c7b22fa4879b1a080f53d7
MD5sum: e04b1a2979138a5691cffe770cf39859
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 11 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 122
Depends: postgresql-11-pgpool2 (= 4.1.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2-dbgsym_4.1.1-2.pgdg+1_arm64.deb
Size: 94424
SHA256: 9419a15913c30c88a2e190d03a0f5478e52ec329b8da04adcbbabefe9098f742
SHA1: 94e9f6300b60a05d4be29a7a9cf9ea82824fabad
MD5sum: 79c2a1536ee0a91435b971f21b29c7f7
Description: debug symbols for postgresql-11-pgpool2
Build-Ids: 231e903693ee83cd9fb1b65d717a27f6bdcadc51 ba4a068d89e08f56cad9a8506c0d3c2286d83b0a ddce43939d0561d876db125cdea4715c8837a6a6
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-pgq3
Source: pgq
Version: 3.2.6-34-g50068b2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2140
Depends: libc6 (>= 2.17), postgresql-11, pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-11-pgq3_3.2.6-34-g50068b2-2.pgdg+1_arm64.deb
Size: 131348
SHA256: ab8de1cef8b347c69b092c31f7c030707a8b7913f454d39fd3ca3d7a4ae27cf4
SHA1: c696bd78775bb5a2b04eb01c3eca03f89634f0bb
MD5sum: c2f0795beb04b6d318d7fa8086072c98
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-periods
Source: postgresql-periods
Version: 1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-9.6-periods_1.1-1.pgdg+1_arm64.deb
Size: 30488
SHA256: f748cf8320e8fed88110156e53fa55df09fd0eaef07de6675f0ce1fdc86800e3
SHA1: 2eb05e3b28f879493eb0480782239940a8a8a1d7
MD5sum: 356857cc2b7bfd086d4301878c650b2c
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-periods-dbgsym
Source: postgresql-periods
Version: 1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-9.6-periods (= 1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-9.6-periods-dbgsym_1.1-1.pgdg+1_arm64.deb
Size: 29208
SHA256: 31fba34fdad168f0cb2b4f860df99df4b5322973b644b6904587780fe5998e21
SHA1: 076c3de25057ef119c5c1e703de151bc961b6012
MD5sum: d2fc74292eb5b9ac3b025192778260e3
Description: debug symbols for postgresql-9.6-periods
Build-Ids: d9cd250f306aedabc6eed86a1a0bb4bc0a92e2ab
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-pg-checksums
Source: pg-checksums
Version: 1.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: libc6 (>= 2.17), postgresql-9.6
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-9.6-pg-checksums_1.0-3.pgdg+1_arm64.deb
Size: 28824
SHA256: 40fde29c574b8a7d002bea864091204ded482136235eee320bb29f7ee90938b3
SHA1: cb05e77b9c92f7f2dff87846a87f0436680ed7b4
MD5sum: c9fb4977770815225fa5e3f2b152648f
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums can activate or deactivate data checksums as long at the database
 cluster is shutdown cleanly. Activating checksums requires all database blocks
 to be read and all page headers to be updated, so can take a long time on a
 large database. Deactivating checksums only requires the cluster control file
 to be updated so is quick.
 .
 In addition, pg_checksums can verify the checksums in an offline cluster.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-pgq3-dbgsym
Source: pgq
Version: 3.2.6-34-g50068b2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 139
Depends: postgresql-11-pgq3 (= 3.2.6-34-g50068b2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-11-pgq3-dbgsym_3.2.6-34-g50068b2-2.pgdg+1_arm64.deb
Size: 108528
SHA256: 3e936fb357dbda38836e5ba76b49c49771feaac1bfd73d16b5d2b984b1b31572
SHA1: 8caeb56ceade7245ca911f01eb02de8624cf13f5
MD5sum: 6fc118fe1bc5b69cf6c3a5384c08c71a
Description: debug symbols for postgresql-11-pgq3
Build-Ids: 582cf322bb5bf51d33b9b487769f854710f46400 8ec9189079162c38dfbb9ddcdf11f5e343990ef1
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-pldebugger
Source: pldebugger
Version: 1:1.0-10-g2a298eb-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 209
Depends: libc6 (>= 2.17), postgresql-11
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-11-pldebugger_1.0-10-g2a298eb-2.pgdg+1_arm64.deb
Size: 81004
SHA256: 22606252701505a4be17ac61b7dfef4e81d1b706013c33d1de1d0398c45ca360
SHA1: 5c99533aaa230d134ac264584afaf54055a0bdf6
MD5sum: 0faa3a50b68b2f084b1de6507d313775
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.0-10-g2a298eb-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-11-pldebugger (= 1:1.0-10-g2a298eb-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-11-pldebugger-dbgsym_1.0-10-g2a298eb-2.pgdg+1_arm64.deb
Size: 116352
SHA256: fcb054f3f197f1ad5c777fe1843228ab10cde32d27b422806060083b2409c6ac
SHA1: 7dc9b2ec8e7cd8ad79f1c65b53acf0e2eecf21fa
MD5sum: fe5c698c1a8df43b847be967477b7989
Description: debug symbols for postgresql-11-pldebugger
Build-Ids: fbe2bda198e798f02d47c46de6f7acc653dd247a
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-plr
Source: plr
Version: 1:8.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 303
Depends: r-base-core (>= 2.10), postgresql-11, libc6 (>= 2.17)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-11-plr_8.4-2.pgdg+1_arm64.deb
Size: 143812
SHA256: e56e99f8b8309b0d226b3ff52c1990ac8093631c3f7f80805391994d40a85059
SHA1: b32fd5eb9a4d5bf182185f266e579b0ff94b3ac9
MD5sum: 6d825c18d4abb6c095a0c38c462a6130
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-plr-dbgsym
Source: plr
Version: 1:8.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 205
Depends: postgresql-11-plr (= 1:8.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-11-plr-dbgsym_8.4-2.pgdg+1_arm64.deb
Size: 186132
SHA256: bf340d59dd28953a7c9bd02dd2523b6d195ab748dc7948fd904cf926648d6617
SHA1: 09c082303916cd701ad985c030b428da0330444e
MD5sum: 0c69bc86d9b15172dafc44c2a7f77d94
Description: debug symbols for postgresql-11-plr
Build-Ids: 24e622a63f17f654a7dac13789ca64b32d1c2af3
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-plsh
Source: postgresql-plsh
Version: 1.20171014-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: libc6 (>= 2.17), postgresql-11
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-11-plsh_1.20171014-4.pgdg+1_arm64.deb
Size: 30676
SHA256: 7718300be7f524c90e8eddfbdc989fdbfd4421844acb6cf9b2e1964dd9f1dfe8
SHA1: dfeae0f855959154493c3e64cc04f04f21dd4417
MD5sum: cc3939150fd8ac0393845831dcb715a7
Description: PL/sh procedural language for PostgreSQL 11
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in a shell of his choice.  You need this package
 if you have any PostgreSQL 11 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20171014-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-11-plsh (= 1.20171014-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-11-plsh-dbgsym_1.20171014-4.pgdg+1_arm64.deb
Size: 33196
SHA256: 569859a998612a86abb2c92c0d16dbd36be64332c11455f61da47a258a66187c
SHA1: 2e16da4dfbc9a64d5968499ac33f37bfae598a3f
MD5sum: 2984b024b4a4fbae08d22e5729aa6489
Description: debug symbols for postgresql-11-plsh
Build-Ids: b9dd15dccd0dd8becd3644dc23f1d653c18dd435
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-pointcloud
Source: pgpointcloud
Version: 1.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 375
Depends: postgresql-11, libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-11-pointcloud_1.2.1-1.pgdg+1_arm64.deb
Size: 110024
SHA256: 99fd54ac180da633ab00d5ce1b034c6e0039df2d42181e28ac7554481c572f85
SHA1: 907e686c65dde24af3f1bb891463d8db8dc8fa1b
MD5sum: 4daf8b1e690bd2d0c9c563f63fa1a343
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 221
Depends: postgresql-11-pointcloud (= 1.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-11-pointcloud-dbgsym_1.2.1-1.pgdg+1_arm64.deb
Size: 188100
SHA256: 766a5d8b4c15a7223fb716d3c516887ba35ae05f662ec634d75055a6f0febc0c
SHA1: a7a88c045ce794db13189115c453a42194f6e135
MD5sum: 99d3b6c1237c6fde2fdb63336422b0b7
Description: debug symbols for postgresql-11-pointcloud
Build-Ids: 59320d80405e7c9fbd2ad4db87aa57a3e557b9cf
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-powa
Source: powa-archivist
Version: 3.2.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 570
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-11-powa_3.2.0-2.pgdg+1_arm64.deb
Size: 40764
SHA256: c55d84896644d2d8bc201f141fb5e162af86effc66e9e70ca14e5d68f25c968b
SHA1: f18938c9af875e1cc2a50e776da8edfe88068b93
MD5sum: 3794e08a7b16261b6a188ad238b9b87b
Description: PostgreSQL Workload Analyzer -- PostgreSQL 11 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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-powa-dbgsym
Source: powa-archivist
Version: 3.2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-11-powa (= 3.2.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-11-powa-dbgsym_3.2.0-2.pgdg+1_arm64.deb
Size: 39324
SHA256: fde3dc50910a05f4ac1e9f4e4e2aa48d8283af6a39a83a620c60359ffbca6597
SHA1: 3b6a7cec4188354955118fa5e9618fa0a1d19aa0
MD5sum: 6c4cb8652927dd5a4b6486ba92e7951a
Description: debug symbols for postgresql-11-powa
Build-Ids: d4f75486e33fadc2c0021867f82b99ee14331d0b
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-prefix
Source: prefix
Version: 1.2.9-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 122
Depends: libc6 (>= 2.17), postgresql-11
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-11-prefix_1.2.9-2.pgdg+1_arm64.deb
Size: 46376
SHA256: 574158fda3ef1a0c33071dd8ddb7559288d7e3c6e2676e23bf2845ff9e11e636
SHA1: ebd2c055c3c6eb43bf378ab18411c56699485904
MD5sum: 765076a14128ee96947ecdb1b0367ede
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-prefix-dbgsym
Source: prefix
Version: 1.2.9-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-11-prefix (= 1.2.9-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-11-prefix-dbgsym_1.2.9-2.pgdg+1_arm64.deb
Size: 54152
SHA256: 2aac7daaeb43a91ced3c686b2422484f6d47fe6dafd047edce8f90da432ae64b
SHA1: a56678b170f0594f5f3f44b89258d05aef2217cd
MD5sum: dbac48a10e29039adfb911004b684f3a
Description: debug symbols for postgresql-11-prefix
Build-Ids: 32fbfe79148c428e28c18e3557021f8a90121cfd
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-preprepare
Source: preprepare
Version: 0.9-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: libc6 (>= 2.17), postgresql-11
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-11-preprepare_0.9-3.pgdg+1_arm64.deb
Size: 19052
SHA256: 8aa9e4aabdd398d2295afff5e2e92af484ee095f34eafb994e6bef3c52093a1d
SHA1: 3f2cdd5b99090d4234bacfc60b97c03edb6ecdb1
MD5sum: e564ff619444645d018028d699372608
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-preprepare-dbgsym
Source: preprepare
Version: 0.9-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-11-preprepare (= 0.9-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-11-preprepare-dbgsym_0.9-3.pgdg+1_arm64.deb
Size: 21728
SHA256: bd824c149e3045e7c97a53aaf755c5ed38aaf40cfe73838408324373bddb1f7c
SHA1: df64fe7ed22b7a060c774cc1ec3982218f4bc604
MD5sum: 3bd0a8801d33d5b991e98482c1a18bf0
Description: debug symbols for postgresql-11-preprepare
Build-Ids: a79452ead0ae6a4efbe7e0bb5fdb62228162a535
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-prioritize
Source: postgresql-prioritize
Version: 1.0.4-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: libc6 (>= 2.17), postgresql-11
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-11-prioritize_1.0.4-6.pgdg+1_arm64.deb
Size: 12504
SHA256: 9b7dffd61f7541eafcd598a1c13d32f822f4b0338191d358da997323b6df708b
SHA1: 90ec0720cd7b1398dac593610314f3fa02c75838
MD5sum: f8ed2fad514c7775e673657eab1c1ecd
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-11-prioritize (= 1.0.4-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-11-prioritize-dbgsym_1.0.4-6.pgdg+1_arm64.deb
Size: 16720
SHA256: dfd1c41ff6dee84bfe007d1650b622bfb5be20baa2bd75a3f0039ccc087ae3ee
SHA1: 42e1cf1978ae17df7796b22b280cf9f984612487
MD5sum: 4bed496d8c66cc8671b3b1633dc803c2
Description: debug symbols for postgresql-11-prioritize
Build-Ids: e478effaf1d812f64e5c78d800f7c80b9178a590
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-python3-multicorn
Source: postgresql-multicorn
Version: 1.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: postgresql-11, python3-multicorn, libc6 (>= 2.17), libpython3.8 (>= 3.8.2)
Conflicts: postgresql-11-python-multicorn
Provides: postgresql-python3-multicorn
Homepage: http://multicorn.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-multicorn/postgresql-11-python3-multicorn_1.4.0-1.pgdg+1_arm64.deb
Size: 92380
SHA256: 7a17d0e054b1288620128021a323fec70c5041542e9f568d7f81c65ad07f449f
SHA1: 01ff73304c4968d8e5da66103d7c8d8856e9dd1a
MD5sum: 01b8900eae7c389ebc324af1d7a6eeb9
Description: multicorn extension for Postgres 11 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 11 and uses Python 3.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-python3-multicorn-dbgsym
Source: postgresql-multicorn
Version: 1.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 221
Depends: postgresql-11-python3-multicorn (= 1.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-multicorn/postgresql-11-python3-multicorn-dbgsym_1.4.0-1.pgdg+1_arm64.deb
Size: 204184
SHA256: 432446132328f545b5f7df72a2d9d943236a8e5cb8a1974b1ff1bd44004d5f2a
SHA1: 8914280c4b00dc8d7085f9e5e74933211ff655dc
MD5sum: 70ad88952c14f6ac26f56b7ac967ed3d
Description: debug symbols for postgresql-11-python3-multicorn
Build-Ids: 6bb1fa46bab3a29a766369162a5d75f4289786df
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-rational
Source: pg-rational
Version: 0.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-11-rational_0.0.2-1.pgdg+1_arm64.deb
Size: 24864
SHA256: 1972988b32c4fb8d2b6a810a3c639d78481f131e419acdcf78d26d499e2cad8e
SHA1: 02f89f0f212229c846aa45d62e15bfcdeaca62a4
MD5sum: 73e3e1068c748a8768f2da33cb5039fb
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-rational-dbgsym
Source: pg-rational
Version: 0.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-11-rational (= 0.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-11-rational-dbgsym_0.0.2-1.pgdg+1_arm64.deb
Size: 24704
SHA256: 891eb015a727cb5a1a869641a78e16f9889235f2bc1718ae6cda9cc00334ae9e
SHA1: a2d8b3ece7c69de11bbbc697834a5a18471425af
MD5sum: 490cf7345d4187c37dd9638579949d72
Description: debug symbols for postgresql-11-rational
Build-Ids: de5db2066d5dc9478d61663467f8a922c7b308fa
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-repack
Source: pg-repack
Version: 1.4.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 224
Depends: postgresql-11, libc6 (>= 2.17), libpq5 (>= 8.3~rc1-1~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-11-repack_1.4.5-2.pgdg+1_arm64.deb
Size: 96132
SHA256: cdf11fe3a8e085f2a651fd78b932e49994a4ab25e59ef4d61ae43fc0d2641717
SHA1: b085f5821cf26bcc6a3c460dd7a0ab2c7c572963
MD5sum: abdec7176dcb389ebe29619cd2d13fe6
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 11.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-repack-dbgsym
Source: pg-repack
Version: 1.4.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 157
Depends: postgresql-11-repack (= 1.4.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-11-repack-dbgsym_1.4.5-2.pgdg+1_arm64.deb
Size: 126408
SHA256: b6fa0a2976631fd611c4400b64712a83faf35b7f92b003817100bde56a53d16e
SHA1: c5bb36e7b9c743e2fd5ecf94f5b6000397d820b7
MD5sum: 9ff5b41698eb32b4f9a3c8d57074dea2
Description: debug symbols for postgresql-11-repack
Build-Ids: 02598544b8c83881b12609f3aab2aa32afe1e9e0 577ce0ebeb07753532ad6ccfbf0279ed3554bb4b
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-repmgr
Source: repmgr
Version: 5.0.0-4.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1040
Depends: postgresql-11, repmgr-common (>= 5.0.0-4.pgdg+1), libc6 (>= 2.17), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-11-repmgr_5.0.0-4.pgdg+1_arm64.deb
Size: 216404
SHA256: ac1167bb5beee554bd8a7668fb6585008cd07fa7addcc90e2bef77f144a5fac6
SHA1: fed23b9b080d9214b786935a9866a9af55eab7f3
MD5sum: 9d331aca9624a94032c583d3005cf770
Description: replication manager for PostgreSQL 11
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 11.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-repmgr-dbgsym
Source: repmgr
Version: 5.0.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 735
Depends: postgresql-11-repmgr (= 5.0.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-11-repmgr-dbgsym_5.0.0-4.pgdg+1_arm64.deb
Size: 671764
SHA256: 1ebd9a4d43d5a9a2cf9438690b09a7779cb2f25d36a273b731c186b9f7caaa6b
SHA1: 0a36d343c9b78679a2f9e421003adb205bfa9586
MD5sum: ddc00f658845adab6abc1a1258600073
Description: debug symbols for postgresql-11-repmgr
Build-Ids: 5aa2fe87a279fcf6ab236a44b6b6c66bd447f4d7 64386b06dbca362fec15c3fce5b199f6f646b745 e2a3a8291be85a57907842990bff9aa1fe932595
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-rum
Source: postgresql-rum
Version: 1.3.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 922
Depends: postgresql-11 (>= 11.1), libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-11-rum_1.3.6-2.pgdg+1_arm64.deb
Size: 342996
SHA256: 48615ce862e21c3bfb396519643afd584bd1eed647ca26d2895605379732677b
SHA1: c9937ba76b599095a482b002cc0c7481de22f066
MD5sum: 60acdd6e7a10a76dec5ee91b578d0533
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-rum-dbgsym
Source: postgresql-rum
Version: 1.3.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 484
Depends: postgresql-11-rum (= 1.3.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-11-rum-dbgsym_1.3.6-2.pgdg+1_arm64.deb
Size: 441384
SHA256: 5e10d86efe87869b9e2b11ed12af8ab092def7f4071881917cbbc3adc3ef78da
SHA1: f776b635321b8a1ce98929b2783ae1072597d32a
MD5sum: be0b40240718290df2703cec5f144b3e
Description: debug symbols for postgresql-11-rum
Build-Ids: fb7b8db26a4e082a47d53c527c521b5c316c09b0
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-similarity
Source: pg-similarity
Version: 1.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 340
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-11-similarity_1.0-3.pgdg+1_arm64.deb
Size: 99696
SHA256: 7b55318c96d5291d9728f43ae90d1b6fdeb16e146151c9607ba4a0d4c7f54afd
SHA1: 751b640daade169d32d19bdea31538ff02058007
MD5sum: d6fada0134e6754fb66e41f4c9f8a276
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-similarity-dbgsym
Source: pg-similarity
Version: 1.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-11-similarity (= 1.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-11-similarity-dbgsym_1.0-3.pgdg+1_arm64.deb
Size: 80984
SHA256: af6a3011b931fc3f5f1a260bb2bc85838c1eb962593adbf3bb29a08b387aa894
SHA1: a0ece79b91fee262764913999fcefdbc0efaf12c
MD5sum: 474256325068d48e40b327169bb04693
Description: debug symbols for postgresql-11-similarity
Build-Ids: 69edc37ddf1117020bc09a528443e4281334519e
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-slony1-2
Source: slony1-2
Version: 2.2.8-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-11, libc6 (>= 2.17)
Suggests: slony1-2-bin
Conflicts: postgresql-11-slony1
Provides: postgresql-11-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-11-slony1-2_2.2.8-3.pgdg+1_arm64.deb
Size: 21936
SHA256: b2cf7776a5168344c57c9b6244c74df435c7c55b647c3cefa240ce36f8a5e94b
SHA1: dcad79a316893cccd3865f3371746dc3c7b95bff
MD5sum: f9ce2c053b119d9f069ad0c43a759b12
Description: replication system for PostgreSQL: PostgreSQL 11 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
 11 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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.8-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-11-slony1-2 (= 2.2.8-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-11-slony1-2-dbgsym_2.2.8-3.pgdg+1_arm64.deb
Size: 65816
SHA256: 7b2de43111999b2a04a5354147fa8d09bbb621dd30f1e51ddf1f9b99624be8b6
SHA1: cb4b6a02c7d55d3ca57c67bedf9ab087b70eb09e
MD5sum: e6dc6ed905e24fb694196726b67ee7c5
Description: debug symbols for postgresql-11-slony1-2
Build-Ids: 2a1d165ed37163bb7ac24f1105afb6b9f3d261f8
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-snakeoil
Source: pg-snakeoil
Version: 1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: postgresql-11, libc6 (>= 2.17), libclamav9 (>= 0.101.0)
Recommends: clamav-freshclam | clamav-data
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-11-snakeoil_1.3-1.pgdg+1_arm64.deb
Size: 17408
SHA256: b35e8cc55ba8be4f11eaafa7b3d58ca95abf57ffe34afc8ae6b8cd9bc5c97945
SHA1: 35b95635fcb90ae5b5ea5e05ae327f4ceb91aed1
MD5sum: aca7be497685f7f464af4abe7b3e7e82
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-11-snakeoil (= 1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-11-snakeoil-dbgsym_1.3-1.pgdg+1_arm64.deb
Size: 21132
SHA256: 7e917a2de3f741a08e7aa52f191baa90389962c4fcaed9d543d8601bda3ac0a6
SHA1: e92ac0ea22c1d479a904f49fb8c31b325b3d4745
MD5sum: 56e279482cd5c393c53f096e39494d0c
Description: debug symbols for postgresql-11-snakeoil
Build-Ids: 65f1a84b6ebfbd983f8152e263004d7816ec4cc7
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-toastinfo
Source: toastinfo
Version: 1.1-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/credativ/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-11-toastinfo_1.1-4.pgdg+1_arm64.deb
Size: 11588
SHA256: de1201b6ed2b04e17229f6d0197ccc03ff7fab180526995d8b84706476569830
SHA1: 6aeb397e57c866b37ae2c8f7dbf520cd1042736c
MD5sum: 615340b8e99fec6f07830d956ff07d40
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-toastinfo-dbgsym
Source: toastinfo
Version: 1.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27
Depends: postgresql-11-toastinfo (= 1.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-11-toastinfo-dbgsym_1.1-4.pgdg+1_arm64.deb
Size: 13120
SHA256: ed0516e737f6d5169cfdad1b9ec1e82e95afb8d0aa2a38c8edd1a806b7ba3ac0
SHA1: 7955a047f2a81c6892d5655beddb00f7980e1fa0
MD5sum: e2ef0aa429d86be1b099056945bd5512
Description: debug symbols for postgresql-11-toastinfo
Build-Ids: 59668e8ba575bc2d7fe78cf3546e38e9a87f290e
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-unit
Source: postgresql-unit
Version: 7.2-2.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 452
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://github.com/ChristophBerg/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-11-unit_7.2-2.pgdg+1_arm64.deb
Size: 121136
SHA256: 8ffc12f445299334042ffaf5d4a67eac6b5a5fb438db8a593a139b7cf064bb1c
SHA1: 3975b700127cdb9c697fb4365d109e877bf53e84
MD5sum: a959ab980e238a3a89196016414c93bb
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-unit-dbgsym
Source: postgresql-unit
Version: 7.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 88
Depends: postgresql-11-unit (= 7.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-11-unit-dbgsym_7.2-2.pgdg+1_arm64.deb
Size: 66960
SHA256: d69daa0cd3857fab19945d4a7c3dc778627cbccaaea2fc6fb520a8dea3a4fa50
SHA1: 4f6c87aa37a49aad3780652cc9122260f9c80a58
MD5sum: 293f00db2c46156b52141c6f91bde129
Description: debug symbols for postgresql-11-unit
Build-Ids: b766f7881b49d1c60bd662604c2edfe9c0dc8447
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-wal2json
Source: wal2json
Version: 2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-11-wal2json_2.2-1.pgdg+1_arm64.deb
Size: 51960
SHA256: d0c7d101d19b5bae77b25f5e73aa2a75c303f2c6f6b19bbdb74386cc55ae01ad
SHA1: 9dd11bc9cbd0e4be7fbb296a5c8de9a2a5b00f4c
MD5sum: 05792e87d08d8ec18f749d21b95668ff
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-11-wal2json-dbgsym
Source: wal2json
Version: 2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-11-wal2json (= 2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-11-wal2json-dbgsym_2.2-1.pgdg+1_arm64.deb
Size: 54592
SHA256: f2608a9a52f17a871517fd52cdac3bc858ab10fd60e94bcea951db2b61e324b4
SHA1: 52c28cfa2aabe0ff0a23f51ca0fb5157ce5a15cb
MD5sum: b7ec274ab796bcb0856706cbd03074dc
Description: debug symbols for postgresql-11-wal2json
Build-Ids: 87582d060a95e3c9db4ac611ffdb3c08bee39d06
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-asn1oid
Source: pgsql-asn1oid
Version: 1.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://github.com/ChristophBerg/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-12-asn1oid_1.2-3.pgdg+1_arm64.deb
Size: 13232
SHA256: d0058002b29440937d61b7eb04c9314b747af15ac1e81512d32a5d1410987250
SHA1: ad72d6dd850070ab7d431fb834ae1f424262e290
MD5sum: de9ccda3c94314a5bcc7379b727674e9
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 12.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-12-asn1oid (= 1.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-12-asn1oid-dbgsym_1.2-3.pgdg+1_arm64.deb
Size: 10584
SHA256: e6b182acda04ec995fee45e49bb3e9076e63f7400b94e25dbadef6aec05dc2ad
SHA1: 3b8e5cd0934245b15af69a173e2d7ae26d48ebff
MD5sum: 2ddd4f5d9e172b28d3db4112f7bf3ece
Description: debug symbols for postgresql-12-asn1oid
Build-Ids: 19c604665d213b6bebbb7ebabaabc603e149e63f
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.4.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 44
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-12-bgw-replstatus_1.0.4.pgdg+1_arm64.deb
Size: 15300
SHA256: 3c5883c2f46690bb3d65a281071008f7147d406866f903710f736a893a1ce117
SHA1: 198c660558f177ffed720bcb66b5581f13d4242b
MD5sum: 3374ded871d0644a049fcdc0d1188d66
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 38
Depends: postgresql-12-bgw-replstatus (= 1.0.4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-12-bgw-replstatus-dbgsym_1.0.4.pgdg+1_arm64.deb
Size: 24416
SHA256: e09527cfa14089f7ef19efe8f6798c717571e82618cb55224769454ff1ca923b
SHA1: 0cc54c848dd0dda194796689188ffbda5ce3a7fc
MD5sum: 686b4fa6847de904cb20e705aa5f62db
Description: debug symbols for postgresql-12-bgw-replstatus
Build-Ids: a675ac4ca4a7ed3b468291717802042d95f4d66a
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-cron
Source: pg-cron
Version: 1.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-12, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-12-cron_1.2.0-1.pgdg+1_arm64.deb
Size: 61136
SHA256: 4d7e96bad7d127cfc7befcc719f4078299d75dc59af48e2766b4a8ac51306331
SHA1: 6b3b80e3c7440ed1940ec054e896fd8421bf925b
MD5sum: e2687522937d570cbf1abde16358c1c5
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-cron-dbgsym
Source: pg-cron
Version: 1.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 122
Depends: postgresql-12-cron (= 1.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-12-cron-dbgsym_1.2.0-1.pgdg+1_arm64.deb
Size: 105848
SHA256: 79732299659230b444b812ccd27f74c72a40f4bb2c990670ac8896e40e9eb6d3
SHA1: 1b167720b01220f57bc939bdf0a14bcadfc320f3
MD5sum: 331b5aa6bf2e6a6872d2146b5c2c0aa0
Description: debug symbols for postgresql-12-cron
Build-Ids: 3c39eb4a8d37a5946e590eabda7249e4a337e94d
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-cstore-fdw
Source: cstore-fdw
Version: 1.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 273
Depends: libprotobuf-c-dev, postgresql-12, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/citusdata/cstore_fdw
Priority: optional
Section: database
Filename: pool/main/c/cstore-fdw/postgresql-12-cstore-fdw_1.7.0-1.pgdg+1_arm64.deb
Size: 114268
SHA256: 1bc33ea546a715a02abc4f4686cdead01795ac7d90659cd8e3030f0335e9cf45
SHA1: 7ed9bb915f9103044daff5ffce192f172b469826
MD5sum: 0e37900e4ae8af10118e35a0cc1524f1
Description: PostgreSQL foreign data wrapper for columnar storage
 Cstore_fdw is a columnar store extension for PostgreSQL, implemented as a
 foreign data wrapper (FDW). Columnar stores provide notable benefits for
 analytics use cases where data is loaded in batches. Cstore_fdw's columnar
 nature delivers performance by only reading relevant data from disk, and it
 may compress data 6x-10x to reduce space requirements for data archival.
 .
 This package is for PostgreSQL 12.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-cstore-fdw-dbgsym
Source: cstore-fdw
Version: 1.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 191
Depends: postgresql-12-cstore-fdw (= 1.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/cstore-fdw/postgresql-12-cstore-fdw-dbgsym_1.7.0-1.pgdg+1_arm64.deb
Size: 167412
SHA256: 9c3bbdf5d44e8196abbe02149dea50f29a03ba63230aaa816d87332b61ad97ee
SHA1: 66fa01aeadd3b98dfa0a299c40dbea75277e0c00
MD5sum: 2e120db9df63a46bca9c3d9ff858b364
Description: debug symbols for postgresql-12-cstore-fdw
Build-Ids: 4d3552ae523a111c54a5abd810d19d970d1c99c5
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-debversion
Source: postgresql-debversion
Version: 1.1.1-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.17), postgresql-12
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-12-debversion_1.1.1-3.pgdg+2_arm64.deb
Size: 15976
SHA256: 2ea0fd9cea767eaaeffe71d44a3449cefe437b988dfdaf2b5e9a47425dc8c374
SHA1: 284f04121313ca2a8aaf85a37ad3f0333309b25f
MD5sum: 21f32c32f3c237329552f461cd11179d
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()
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.1-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: postgresql-12-debversion (= 1.1.1-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-12-debversion-dbgsym_1.1.1-3.pgdg+2_arm64.deb
Size: 24340
SHA256: 27c5fad40cb0b13a9e253c009b73aa3d97f0adc03fbd72d54d185fe9a6d0da98
SHA1: 6b5cd7c282f7a10bc086b355c265f4e9fe542ebf
MD5sum: 4d02b0969e66000faccb2522d07de949
Description: debug symbols for postgresql-12-debversion
Build-Ids: 2ee1cb3de6dafb34c10c734ba9ff1719e2794899
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-dirtyread
Source: pg-dirtyread
Version: 2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: libc6 (>= 2.17), postgresql-12
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-12-dirtyread_2.2-1.pgdg+1_arm64.deb
Size: 25396
SHA256: 76e05ae8278a1c0ff3dcf1bcf33fd51a81d760912e5bfc368fac39597de33273
SHA1: a9071b09a2572f8216dde63104dc82956ef0138e
MD5sum: 66ed83f1028594fa91435f520aa2ad46
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: postgresql-12-dirtyread (= 2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-12-dirtyread-dbgsym_2.2-1.pgdg+1_arm64.deb
Size: 46508
SHA256: 29b6907a97d0ae842226b008e14500b5fa6b4188a9d52be50b1861ffde741793
SHA1: 223ec69891b022caeb1900ea3ea3c2dc2b7fa3f5
MD5sum: 7b48ff301caafa220516f9a7b0e7fa4f
Description: debug symbols for postgresql-12-dirtyread
Build-Ids: 3f749cd424597b4952dedee49d243b9f8674a885
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-12
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-12-first-last-agg_0.1.4-4-gd63ea3b-2.pgdg+1_arm64.deb
Size: 8404
SHA256: efa723279715570df82784d746a52580336c7d8b6a5e530cc303b57b1c7112bc
SHA1: f1fe53f1d08f9078d839606f503a599d4bbfaf73
MD5sum: 661022518990ac6c075af7432fe864c3
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20
Depends: postgresql-12-first-last-agg (= 0.1.4-4-gd63ea3b-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-12-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-2.pgdg+1_arm64.deb
Size: 6468
SHA256: 0b8847390889352b18da6cc5b785d3d104f44f6bdab0de78b7967511bf1b9782
SHA1: 6f55b060acc0bc0d83380a31c25690b1811dc3d1
MD5sum: fc09e79984a72d1bf60e468b105f9dda
Description: debug symbols for postgresql-12-first-last-agg
Build-Ids: b033b4fd37c8fae8776952d6106a6171aea5d47d
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-hll
Source: postgresql-hll
Version: 2.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 248
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-12-hll_2.14-1.pgdg+1_arm64.deb
Size: 81112
SHA256: 781674a8b440d0bfbe7f5e8fd2ffb5a0b5c7f1c4314f63c46829414dac419091
SHA1: 357c602d3df7116804b3a3c1572ebc376760df8b
MD5sum: 2b3d3192ee5a2ef239384633dee331d3
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-hll-dbgsym
Source: postgresql-hll
Version: 2.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: postgresql-12-hll (= 2.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-12-hll-dbgsym_2.14-1.pgdg+1_arm64.deb
Size: 94188
SHA256: 5b1841b282cce349bccebbe7cf77fe60208dec8b6c6c6bcb50bd9ee97099d85a
SHA1: a39bef830038873f8e63a75efda4766701d46795
MD5sum: d1788043041fcdc514b10479c635d550
Description: debug symbols for postgresql-12-hll
Build-Ids: cff3a399db59146eb3c6476dd585758ad284b139
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-hypopg
Source: hypopg
Version: 1.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 141
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-12-hypopg_1.1.3-1.pgdg+1_arm64.deb
Size: 60080
SHA256: a9ef4125fd72cc5d2220a3509c71f2b7fdf3a497a98b8db75b54d5e9ac6575a6
SHA1: 32237cff8aa1351d35f74de445f38c005f990501
MD5sum: 57d99cc37a1e5345b84cc4df33d7da1a
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-hypopg-dbgsym
Source: hypopg
Version: 1.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 136
Depends: postgresql-12-hypopg (= 1.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-12-hypopg-dbgsym_1.1.3-1.pgdg+1_arm64.deb
Size: 119548
SHA256: 6df3805c0705f6fd22c72f914273dda46b83ac437c66bf48550080bc827db194
SHA1: cbc2cfa753a9cca3b0659248c2f11406378b61be
MD5sum: 8f2b88eae637e142b8632345e3c59fb0
Description: debug symbols for postgresql-12-hypopg
Build-Ids: cbcc7ff77928d7b4ca7e4c6712185e8a1a8ff3f0
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-icu-ext
Source: icu-ext
Version: 1.5.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: postgresql-12, libc6 (>= 2.17), libicu63 (>= 63.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext_1.5.1-2.pgdg+1_arm64.deb
Size: 65052
SHA256: b9739c872348fd584ad6c10cbade3496c6ead0df3123a4d79fad9d0a8794a2ba
SHA1: 51b43925bea336c48f23638d9a5b4776bdad1ea9
MD5sum: 671db028fb5a4faa5503011daec5227d
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-icu-ext-dbgsym
Source: icu-ext
Version: 1.5.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 139
Depends: postgresql-12-icu-ext (= 1.5.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext-dbgsym_1.5.1-2.pgdg+1_arm64.deb
Size: 114840
SHA256: bfd7cf33dddef92b73f69d536e5c9c1bfe65ca69082049186bc2ba3cc6f6a30a
SHA1: bd240bdc59c3932433c158f2e1bbe5c87e626b3a
MD5sum: ea7a00067cd8dcc2392eb551e1446368
Description: debug symbols for postgresql-12-icu-ext
Build-Ids: 30bb76434c6ead7209d10d6fb2004d93ab52877a
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-ip4r
Source: ip4r
Version: 2.4.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 645
Depends: libc6 (>= 2.17), postgresql-12
Homepage: http://pgfoundry.org/projects/ip4r/
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-12-ip4r_2.4.1-2.pgdg+1_arm64.deb
Size: 199436
SHA256: 92b4dccb34128daed8aa429a45a81f344abbea80adc4491016ed5210ae2254ef
SHA1: a2b36d4c73bdfa5b0eb3ad9a98267f595976c091
MD5sum: d420dd9cdcf64d08459be0e5130e2d70
Description: IPv4 and IPv6 types for PostgreSQL 12
 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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 283
Depends: postgresql-12-ip4r (= 2.4.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-12-ip4r-dbgsym_2.4.1-2.pgdg+1_arm64.deb
Size: 244912
SHA256: d0a940761291ea58b507b9388d3fd15a33308740ca0f0fc65cab7e655b036664
SHA1: 782c7d7af0a920d75c71d005ca074c7b57071591
MD5sum: ac24e0be605046cb614d7d4491568aa0
Description: debug symbols for postgresql-12-ip4r
Build-Ids: 214e24ebc7c8b9bc8270334c2220c865ab5ca4fc
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-jsquery
Source: jsquery
Version: 1.1.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 317
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-12-jsquery_1.1.1-2.pgdg+1_arm64.deb
Size: 133244
SHA256: d534cf409f90a4f6de1e3f6ce9fdeb1afab1fc050857d05175891f49c9e296a0
SHA1: 0a8903f6532c8ba5b6bcf63f62b479101bf40ec5
MD5sum: 8e3203e635e11a4e30299a7e554c33fa
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 142
Depends: postgresql-12-jsquery (= 1.1.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-12-jsquery-dbgsym_1.1.1-2.pgdg+1_arm64.deb
Size: 115508
SHA256: fd17f6f61af273741355a275c77b0875e932367ec2e484a849a0bf17f6d79340
SHA1: c46f24ca6fe058bcdba31abcbbeccc424abb692f
MD5sum: cd5099f9630febe31949ffa8dd656a37
Description: debug symbols for postgresql-12-jsquery
Build-Ids: 6bb7574828b5fb09b7042f38dc2a41de8a35e6fc
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.5.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 235
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-12-mysql-fdw_2.5.3-1.pgdg+1_arm64.deb
Size: 103704
SHA256: 5a571a878fdda0e93227365964d1bc2be9bf2061b00eabd8d242b9d6903f9722
SHA1: 3b33380a29010ec1f00418320c2988a06dc4591a
MD5sum: cf0752ba48c49a8ba76d6f27a3292bfe
Description: Postgres 12 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 12.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.5.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 233
Depends: postgresql-12-mysql-fdw (= 2.5.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-12-mysql-fdw-dbgsym_2.5.3-1.pgdg+1_arm64.deb
Size: 216120
SHA256: 7e483994a06876a8f40171eaeab1860fd4c45754f0da88e373b45fb34c5a9e09
SHA1: 72a54f8bd0ead4bfa8dcfc331df9e6be12de3469
MD5sum: 661a716548866f220407138c117ce79e
Description: debug symbols for postgresql-12-mysql-fdw
Build-Ids: aff67dd297434a590cb805e7047f318b94b6138b
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-numeral
Source: postgresql-numeral
Version: 1.0-3.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 261
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://github.com/ChristophBerg/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-12-numeral_1.0-3.pgdg+1_arm64.deb
Size: 78728
SHA256: de7ef658eac56735bd237f108a2f9ed89e1e0fb6a2d46000e623296e7fed1d5d
SHA1: 7ac053fd82d7a2889da9b1e7e68e7adf3a47f847
MD5sum: 150bf88ee06a122c42a3af324956f0cd
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-numeral-dbgsym
Source: postgresql-numeral
Version: 1.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 64
Depends: postgresql-12-numeral (= 1.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-12-numeral-dbgsym_1.0-3.pgdg+1_arm64.deb
Size: 42184
SHA256: 6c7cf8f91586836f6aeb68891c1f15233cfeffd7b848ae0499770a53c9f2355e
SHA1: 0794f13922121fbe94c025d522bedcfcd8dfc472
MD5sum: bb5b0e731bee61e55b8fe4d5d75fd1e7
Description: debug symbols for postgresql-12-numeral
Build-Ids: 9fcbdad46885e11ab00435508fb78be000c7aa81
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-omnidb
Source: omnidb
Version: 2.17.0+ds-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: libc6 (>= 2.17), libpq5, postgresql-12
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/postgresql-12-omnidb_2.17.0+ds-1.pgdg+1_arm64.deb
Size: 25252
SHA256: 8726971b392440b12995cfac58daf7cfca62354805556163ec868ec4dd681ce2
SHA1: efd3839801e699919ad50c5207596d8296ecf869
MD5sum: b6a689b288fa1a1bb7238bc1776e4619
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL extension for interactive PL/pgSQL
 debugging in OmniDB.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-omnidb-dbgsym
Source: omnidb
Version: 2.17.0+ds-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-12-omnidb (= 2.17.0+ds-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb/postgresql-12-omnidb-dbgsym_2.17.0+ds-1.pgdg+1_arm64.deb
Size: 39976
SHA256: 0a87789bd852bafd034a4d33cdd92318cf09397064b3003aae232962499c0faa
SHA1: 1a825641bf17817d6a1b6125d53b0d6d34ed548d
MD5sum: 392bc5ce68e8caf3e0cd130ad918a921
Description: debug symbols for postgresql-12-omnidb
Build-Ids: b77f779de58a1f90b9ff6ba7d848e8f02f4da01f
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-orafce
Source: orafce
Version: 3.9.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 864
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_3.9.0-1.pgdg+1_arm64.deb
Size: 298444
SHA256: 37bff1d3248194bf1dbc201c15147016a2a31357eb86e185839ee0b2112e0b84
SHA1: c39bed34c12745871b239240fcd1cc24a37b965c
MD5sum: 5258f8dd5bb506597ec26b3a3f03e54a
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 3.9.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 423
Depends: postgresql-12-orafce (= 3.9.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_3.9.0-1.pgdg+1_arm64.deb
Size: 358416
SHA256: 2db1398394f12fa8ebdc4564e8f383ddde8c162f365ae214f86567a3e31e9d4c
SHA1: f1d1913edd47136236def8067b4cb6d1d2ef72fd
MD5sum: 18c92bb87599082957ed446e2b7dac2d
Description: debug symbols for postgresql-12-orafce
Build-Ids: eb80b84909323211e1e154b0cec226f606292e86
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-partman
Source: pg-partman
Version: 4.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5328
Depends: postgresql-12, python3, python3-psycopg2, libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-12-partman_4.3.0-1.pgdg+1_arm64.deb
Size: 229936
SHA256: 8c64e0a658f002a5b4351ebf6dece7986c4e280cfdd8501509fd78d82d637c06
SHA1: d8c1a888e453dce513a07d1215d533747ee710a6
MD5sum: 19b6454f44a68824be0686f01b9e45b3
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-partman-dbgsym
Source: pg-partman
Version: 4.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: postgresql-12-partman (= 4.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-12-partman-dbgsym_4.3.0-1.pgdg+1_arm64.deb
Size: 38228
SHA256: 13c9b531b163f85d922d22624e68562994254f79f2fbbf54c57b15b56e4dd6d1
SHA1: c68110ccc2595e59c47787c6eaa88b4388a22c1a
MD5sum: ef25a7ae961beae08c0a28bdf76c3b74
Description: debug symbols for postgresql-12-partman
Build-Ids: 149a3c23d269728829be94bc21ce84032434a9e3
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-periods
Source: postgresql-periods
Version: 1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 363
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-12-periods_1.1-1.pgdg+1_arm64.deb
Size: 46544
SHA256: 7529af5e9154bc01bf37dd480bcf07d9fcdbe3bc73cac29f8548b926cfae259c
SHA1: a5a099a8d94ac1d642db726ded407aedffdc66ea
MD5sum: ae98142414d3f4ad202ca8d09df64385
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-periods-dbgsym
Source: postgresql-periods
Version: 1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-12-periods (= 1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-12-periods-dbgsym_1.1-1.pgdg+1_arm64.deb
Size: 43712
SHA256: b17b53f4ad4dfebe284503942099e8d265790974920c3293b2cc9a30a5db79b3
SHA1: 6a6c8bb9d8315888cec6158458306517398e7527
MD5sum: bef2d097622e38f74787d26c0c185f82
Description: debug symbols for postgresql-12-periods
Build-Ids: 292c9bcee01f1f563aa77ea27798232bebbf16ea
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-pg-checksums
Source: pg-checksums
Version: 1.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: libc6 (>= 2.17), postgresql-12
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-12-pg-checksums_1.0-3.pgdg+1_arm64.deb
Size: 34660
SHA256: f105a16830aa8977b5cea3ecc423c28b7db489f9cebfc3661d16e78f2691f3e8
SHA1: 189fb80c77d35bcc2896a11547d0c61730064b3d
MD5sum: 1eb3d9235dfca72e65d3edb3bbebdbf8
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums can activate or deactivate data checksums as long at the database
 cluster is shutdown cleanly. Activating checksums requires all database blocks
 to be read and all page headers to be updated, so can take a long time on a
 large database. Deactivating checksums only requires the cluster control file
 to be updated so is quick.
 .
 In addition, pg_checksums can verify the checksums in an offline cluster.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-12-pg-checksums (= 1.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-12-pg-checksums-dbgsym_1.0-3.pgdg+1_arm64.deb
Size: 23356
SHA256: 8ff8c2578f228c222d707b7f5909db3579dcb07927289d27882f82456455fdeb
SHA1: 2c5b9780810fc0bf516570b7a5197d0e63f4e161
MD5sum: fca158bdb7892a05ba946ae1329ffcd9
Description: debug symbols for postgresql-12-pg-checksums
Build-Ids: eaae0b5ea55515fa82e8a9103c513d0ecb95ad95
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-pg-fact-loader
Source: pg-fact-loader
Version: 1.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 442
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-12-pg-fact-loader_1.5.2-1.pgdg+1_arm64.deb
Size: 49244
SHA256: 2c3ed9e43a882bfdeaaf422aa2681d3e8935cbe19ebe4b4e8315d9cca6e3f226
SHA1: cd39fa7a405ba7384b19841950ae71e96aeb2d65
MD5sum: fd05c5d9584952c8ea53858776406c8d
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 12.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 49
Depends: postgresql-12-pg-fact-loader (= 1.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-12-pg-fact-loader-dbgsym_1.5.2-1.pgdg+1_arm64.deb
Size: 34732
SHA256: eed33a57f60a70d2e32a430225f00e0a8bda756e6f16aa5786f781c8b8659231
SHA1: 719a3f8300faa0ad74b4b3d928e996923de12316
MD5sum: 5e8513bcfc0feae9d7aa929102729a89
Description: debug symbols for postgresql-12-pg-fact-loader
Build-Ids: 50a480278a37e9e51bfc5f3f105e1faad6d7c19f
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-pg-qualstats
Source: pg-qualstats
Version: 1.0.9-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 123
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-12-pg-qualstats_1.0.9-1.pgdg+1_arm64.deb
Size: 53140
SHA256: 273beaa9bdcec54bf2c19e2aa3bfea9fe4aef79b968d5a33b1bf1084919342f9
SHA1: 81b3369b636554f58f1fbd337c75a8ab98d2db4f
MD5sum: 4119c0fd19d426868d5dce828e629da3
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 1.0.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 84
Depends: postgresql-12-pg-qualstats (= 1.0.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-12-pg-qualstats-dbgsym_1.0.9-1.pgdg+1_arm64.deb
Size: 67236
SHA256: 1d21c9db99dcc69c23223a14efbba8a50988efd1b78dde5b64499f8372ef2564
SHA1: e17a4911a7a8e10e0da34e4414cc888dd81ba25d
MD5sum: fb7bbca5999639d9c32fdc6ba3a41de3
Description: debug symbols for postgresql-12-pg-qualstats
Build-Ids: 9d93657092fb2da6f095507209ff0983f33ad73a
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.1.1-3.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 80
Depends: libc6 (>= 2.17), postgresql-12, postgresql-contrib-12
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-12-pg-stat-kcache_2.1.1-3.pgdg+1_arm64.deb
Size: 30836
SHA256: 08e634b1a1f016c2cf71f99bdd2c1d5323fe445c075617d73d8c6bb8ca4cdc29
SHA1: 3864528dfa9bfe4863f474cc9fadd51f70fef34b
MD5sum: 3b1b29cec0729d9e345d8c982ab4259d
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.1.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 58
Depends: postgresql-12-pg-stat-kcache (= 2.1.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-12-pg-stat-kcache-dbgsym_2.1.1-3.pgdg+1_arm64.deb
Size: 43084
SHA256: 7562ec6b3beb5084f91191bc412ef0ca76b5e409091f66f8041cbf932707c17a
SHA1: 6e82148f6dc85a2d9ba34d4a01efce510f355bbc
MD5sum: 4be24e74e3406ceb4d4a08fb0d00e758
Description: debug symbols for postgresql-12-pg-stat-kcache
Build-Ids: 4f9cd2c6bfbc16da8b81b5ca90e1411ae9a996c7
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-pgextwlist
Source: pgextwlist
Version: 1.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-12-pgextwlist_1.10-1.pgdg+1_arm64.deb
Size: 35540
SHA256: a168e8e1fc580661e334629b6ee425c835d731fc0d1410ce39e191a70b9c2486
SHA1: 8441049ecf4bbc8a0b90f30f52ceaa9518d5c735
MD5sum: 7bd6104e9ea9c896fc7d9e8ad56cf4c2
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-12-pgextwlist (= 1.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-12-pgextwlist-dbgsym_1.10-1.pgdg+1_arm64.deb
Size: 74840
SHA256: e710dc9f80ce6b7467ad32049bc3d008e71234e170cfca1906c8b0d7a92a779a
SHA1: e01a7f89ca0e572c526976e54e07ad623b395812
MD5sum: 81be655143e17b987fba4e58a274ba81
Description: debug symbols for postgresql-12-pgextwlist
Build-Ids: 1bfdbc3f13c613b055aadb05f4f945db04102b63
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-pgfincore
Source: pgfincore
Version: 1.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: libc6 (>= 2.17), postgresql-12
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-12-pgfincore_1.2.2-1.pgdg+1_arm64.deb
Size: 31624
SHA256: 515d8e3b0e352283e72cc118903cfa6e03c141a97cba57c031d6001fa86713b2
SHA1: 62242ac8d8ec7dd6014edd507db7d57df0340400
MD5sum: d828724f5ab487a9270328c2116f6414
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-pgfincore-dbgsym
Source: pgfincore
Version: 1.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: postgresql-12-pgfincore (= 1.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-12-pgfincore-dbgsym_1.2.2-1.pgdg+1_arm64.deb
Size: 47808
SHA256: d593666f2cb805dc2831fd4457d491ebd283954f451214c17fac47206c75d26f
SHA1: 1ba264e23aaf7f25025e31f6767c4a5355bd5c48
MD5sum: 3a3fa4d6a48b4580458276895b9a4c1a
Description: debug symbols for postgresql-12-pgfincore
Build-Ids: d27f8d71909cfbf1cebe7fa019a945f3d715ce81
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 1.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 1376
Depends: postgresql-12, postgresql-12-pglogical
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-12-pgl-ddl-deploy_1.7.0-1.pgdg+1_arm64.deb
Size: 47584
SHA256: 4b7a1b1c0b0b19ec9a234144b809bd2a1bf4861386abd126d41478d591b0efc5
SHA1: e2a5946befd37e7ee080c5f2cae7a11543590b4c
MD5sum: 3f57a96fe52e0415d70db84e19e6c337
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 12.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 1.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 62
Depends: postgresql-12-pgl-ddl-deploy (= 1.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-12-pgl-ddl-deploy-dbgsym_1.7.0-1.pgdg+1_arm64.deb
Size: 43432
SHA256: cfcf140ae3f09049b73d3f08556b6f9969bb4c9f9e64316ba76231b0f9e33e9b
SHA1: 5e20e09e1406bf33a1e4bfc8401681b58568a1f5
MD5sum: fc3a5417b15f18c01132c1d2ff3ce192
Description: debug symbols for postgresql-12-pgl-ddl-deploy
Build-Ids: 9724b20f88e6be34f4a700c390f7aa10a1f8cb13 a8bae6ff05465dfc60c364acca409d09ade67aa7
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-pglogical
Source: pglogical
Version: 2.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1140
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-12
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-12-pglogical_2.3.0-1.pgdg+1_arm64.deb
Size: 442716
SHA256: a530bf9ee5f6adc4700d70b133647650f19d0cfc2fe7ae61233e0155f2e4b40c
SHA1: 4cedf5f6b0658b7f2e0979300a1328ee297be875
MD5sum: 7703d9a0898bd3eac11f750c72e467f3
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-pglogical-dbgsym
Source: pglogical
Version: 2.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 907
Depends: postgresql-12-pglogical (= 2.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-12-pglogical-dbgsym_2.3.0-1.pgdg+1_arm64.deb
Size: 855984
SHA256: 7cde79a6eef79f932bb577e114ef41da97470a89ac2bae3e28d5cc83a06fe0ef
SHA1: a03b45078af854a643bd0d7418ff8b6f78c71759
MD5sum: 1e6e0ea8847e04e4eff19e7e99518308
Description: debug symbols for postgresql-12-pglogical
Build-Ids: 4b537165de347527b14c92e56ab2dd10787c7604 c23ed84c4cd4efc2f3dcc1581271781abdc173cb da8d1bbe12979b2499f14459bfab1d8978193b54
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 135
Depends: postgresql-12, postgresql-12-pglogical, libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-12-pglogical-ticker_1.4.0-1.pgdg+1_arm64.deb
Size: 20524
SHA256: bd8d21985cf600b34d27a6bac1b6d114bb1ad2524eb10a2a8d304208c50749c9
SHA1: 1f12894662d76d896846892bc5748489f8f80934
MD5sum: dafc5e773b31783ef1330324b7716dbe
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 12.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 50
Depends: postgresql-12-pglogical-ticker (= 1.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-12-pglogical-ticker-dbgsym_1.4.0-1.pgdg+1_arm64.deb
Size: 35656
SHA256: d9e0694906a3ff67bfedb973f920d462efb8310f97c39ad75422d77a5046dcb2
SHA1: 5cd48aa43f72c5a49b2b31354eebc1a36a173f7c
MD5sum: 94401c684a0ca880d83ea24e542e1433
Description: debug symbols for postgresql-12-pglogical-ticker
Build-Ids: 58fbe1d6de23da6c04796bc9b8aad9927ba3a4e7
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-pgmemcache
Source: pgmemcache
Version: 2.3.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-12, libc6 (>= 2.17), libmemcached11, libsasl2-2 (>= 2.1.27+dfsg)
Homepage: http://pgfoundry.org/projects/pgmemcache/
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-12-pgmemcache_2.3.0-7.pgdg+1_arm64.deb
Size: 51544
SHA256: c358186939a236cb89a6e77889b00d67679f347a96f99e32b9d37c1b85ea1b59
SHA1: e93a740ce4dc2d0210daa8493911866b2652be6f
MD5sum: 8ca15c1c60f4d72ae87b07dfbd74514e
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-12-pgmemcache (= 2.3.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-12-pgmemcache-dbgsym_2.3.0-7.pgdg+1_arm64.deb
Size: 55228
SHA256: 3dd6330c1f89f4c887d4d8444a6bc97142a43e1971ff0c37dd949cfd289cda86
SHA1: 37f2230894d63d54208439617bb99c4bc48e9294
MD5sum: d5f98de7b870878c72f08cdd0e74130c
Description: debug symbols for postgresql-12-pgmemcache
Build-Ids: d2717a4e47abaca8c0290612d31f27c7133f3226
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-pgpool2
Source: pgpool2
Version: 4.1.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libpgpool0 (>= 4.1.1-2.pgdg+1), postgresql-12, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2_4.1.1-2.pgdg+1_arm64.deb
Size: 157560
SHA256: 4849e5d433b7aa8e8616caf0563a820480f70b04b1c318efe2eaf50859c8500d
SHA1: f818ddd3a10d420f495e70aa7a17a653f8f8acb1
MD5sum: a485d8792ca9670e87816540ea779e88
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 12 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-12-pgpool2 (= 4.1.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2-dbgsym_4.1.1-2.pgdg+1_arm64.deb
Size: 100004
SHA256: 94934555bcdcbdd01eca72478d006954bed9881d23abf50d9595011aaf64f7fa
SHA1: 9819a49dea88115c87225972a786393747d69979
MD5sum: 70ab33928450b38cc0630422e6da807f
Description: debug symbols for postgresql-12-pgpool2
Build-Ids: 150eec69b05d6ff98fa73fc0c09fc4e4a1c4f48d 6a64efb448d30133808ae6a2bf236a1174d981d5 cf6087fcce29a4c5a8c74f8be7de99d8b82f3881
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-pgq3
Source: pgq
Version: 3.2.6-34-g50068b2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2140
Depends: libc6 (>= 2.17), postgresql-12, pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-12-pgq3_3.2.6-34-g50068b2-2.pgdg+1_arm64.deb
Size: 132356
SHA256: b40dfbfda02592a9cb93ea478d50e7d250755bf9df5ffa9916fc876f62bee8bc
SHA1: f0e828886755b5a9518add6ef989aea3c8f46de5
MD5sum: a4bb4304cddb9c55b619e272d8ca0ae8
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-pgq3-dbgsym
Source: pgq
Version: 3.2.6-34-g50068b2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-12-pgq3 (= 3.2.6-34-g50068b2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-12-pgq3-dbgsym_3.2.6-34-g50068b2-2.pgdg+1_arm64.deb
Size: 115496
SHA256: d10901664be3cc08c03f76569ee22532c2ce98e5cb43626a0c8d4d407f13edd5
SHA1: 219574d65116ab4e8f9e52aa5a1b12e9f659a4c4
MD5sum: c146192307e85f89ce7292453366e8d2
Description: debug symbols for postgresql-12-pgq3
Build-Ids: a73fc5230a7b2b7b5e5c2277cac77641abd43c1f c33e53174d9b355c2b6a6f127e737d3c380b14d6
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-pldebugger
Source: pldebugger
Version: 1:1.0-10-g2a298eb-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: libc6 (>= 2.17), postgresql-12
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-12-pldebugger_1.0-10-g2a298eb-2.pgdg+1_arm64.deb
Size: 81420
SHA256: 9b53c70b70ce4c2abca809bf25ea517609533c25cd56b276db3c261e713f8c0d
SHA1: 8566c15ed507f648ed1635548434a6db497165a5
MD5sum: cb7236b154f09842d20485630b064535
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.0-10-g2a298eb-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: postgresql-12-pldebugger (= 1:1.0-10-g2a298eb-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-12-pldebugger-dbgsym_1.0-10-g2a298eb-2.pgdg+1_arm64.deb
Size: 119496
SHA256: 1d79ac31c9f647ce61cb03e20a6f341decfc12196df9fa765d222dcb157272df
SHA1: 0bbd43878fd48e222c8d1bb91cf5782da8b9370f
MD5sum: 836c21d54753dcf5577b8fdfc7f16a6d
Description: debug symbols for postgresql-12-pldebugger
Build-Ids: a7c490b82ae80ba776f496de9968430a622a2dd0
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-plr
Source: plr
Version: 1:8.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 311
Depends: r-base-core (>= 2.10), postgresql-12, libc6 (>= 2.17)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-12-plr_8.4-2.pgdg+1_arm64.deb
Size: 148892
SHA256: 819714379c10d2e6a30cd4bc1d3bfbb3cba595f47e251cb1bd5089a9783a1666
SHA1: 6e25360a06e04a18528581e3fbda98401a886263
MD5sum: 47f722987a6a3a316653757eb9397a83
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-plr-dbgsym
Source: plr
Version: 1:8.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 221
Depends: postgresql-12-plr (= 1:8.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-12-plr-dbgsym_8.4-2.pgdg+1_arm64.deb
Size: 202256
SHA256: c0be8d117cc270add8ba83421fd93c26c2e8ca8a0a9fdd06f6724f6aa3cf50bc
SHA1: 4f4d4cabad316911c909ea1a0d23653143425929
MD5sum: b90829163ff0a7cdfcdd344c7bf9d844
Description: debug symbols for postgresql-12-plr
Build-Ids: f13e9ef3f59e223ec934436594c24f2b518b90d0
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-plsh
Source: postgresql-plsh
Version: 1.20171014-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 78
Depends: libc6 (>= 2.17), postgresql-12
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-12-plsh_1.20171014-4.pgdg+1_arm64.deb
Size: 32836
SHA256: d1ae577a0edf31fedd8c7a20eca9c4040bd5d74c2a1557d7337e1ffed0f92a7a
SHA1: 5655b4f48c445561e0e3a47fa9c1ce8ba312fe70
MD5sum: e2c8ceedebd86ea1bd27caa2d17ee8da
Description: PL/sh procedural language for PostgreSQL 12
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in a shell of his choice.  You need this package
 if you have any PostgreSQL 12 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20171014-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-12-plsh (= 1.20171014-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-12-plsh-dbgsym_1.20171014-4.pgdg+1_arm64.deb
Size: 47088
SHA256: 93b3586bbbc8dc3ac4e908319f8fd4e0663c4df0750c02a04027bc652dd561ca
SHA1: 3b186fbd7075572591cf3122f185b4cf54dd6c8e
MD5sum: e18273119f3d932712881c616383e148
Description: debug symbols for postgresql-12-plsh
Build-Ids: d87adfcfe0a24fafb039bc83bba01d58b6fa98c9
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-pointcloud
Source: pgpointcloud
Version: 1.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 374
Depends: postgresql-12, libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-12-pointcloud_1.2.1-1.pgdg+1_arm64.deb
Size: 110000
SHA256: 8485900c59c13083f16ae14655a1b74ef2a78d0ed9002cbed6925984894b5fcf
SHA1: f126aa89aa51ab7d0192de8ed392b8ff449b0255
MD5sum: 2314374bf0821fcbc47f8089839a781c
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 224
Depends: postgresql-12-pointcloud (= 1.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-12-pointcloud-dbgsym_1.2.1-1.pgdg+1_arm64.deb
Size: 191344
SHA256: da1546b1f0cf0f51d98f2a38353d44345b330591441a144be557fda9ca9aa5d4
SHA1: 397d0eaa837d773ee8eb6345e701fb93024aa1f0
MD5sum: 55bf743d88e93ef5ed804a7f19ea980a
Description: debug symbols for postgresql-12-pointcloud
Build-Ids: 0493bebdeab1f3e893992c8fba8a1fadebba3fcc
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-powa
Source: powa-archivist
Version: 3.2.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 574
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-12-powa_3.2.0-2.pgdg+1_arm64.deb
Size: 40836
SHA256: 4a71fce70c0bca03e802fe73cf40457657f2ce267136de6fbb132e07881d54a9
SHA1: b810832b3b1737b3ec582000cda66609c4243a57
MD5sum: 067a479608131c3fe04a4564b64b1602
Description: PostgreSQL Workload Analyzer -- PostgreSQL 12 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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-powa-dbgsym
Source: powa-archivist
Version: 3.2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-12-powa (= 3.2.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-12-powa-dbgsym_3.2.0-2.pgdg+1_arm64.deb
Size: 41688
SHA256: ef812f14bec30b52b502301a2d4543a9b738424d3aebf25c3e50bc31c0e07588
SHA1: b0d7470e074d692c16fda0b691db3aea1f3c73a4
MD5sum: cb71df5a1e4160bb8036f47686ac8a02
Description: debug symbols for postgresql-12-powa
Build-Ids: 7da56ca6ec04270cce4f184672814a2e7007b162
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-prefix
Source: prefix
Version: 1.2.9-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 122
Depends: libc6 (>= 2.17), postgresql-12
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-12-prefix_1.2.9-2.pgdg+1_arm64.deb
Size: 46212
SHA256: f235d547178c15a833e3fcf914c98a4833eb1802f2ff4cb4d9a3a32c84a7bab0
SHA1: 4d973ec92bdc1a3471f04c8b7f2d856988d556a6
MD5sum: 40ae0a20b4a077d5dcd1a8a66f626321
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-prefix-dbgsym
Source: prefix
Version: 1.2.9-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-12-prefix (= 1.2.9-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-12-prefix-dbgsym_1.2.9-2.pgdg+1_arm64.deb
Size: 55012
SHA256: 8494ecb51ae4892e2cfa1e5e66a18895118bd05b7d75f7d369edcef6294cd5ef
SHA1: 1bf4c2ce151eb61ece15f8571215f5291f23b4ed
MD5sum: ecfaab99aed641d6b36abbf92ba2f718
Description: debug symbols for postgresql-12-prefix
Build-Ids: 0b07e9d7021dcdcbe278ba0d62eb428ed2013670
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-preprepare
Source: preprepare
Version: 0.9-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: libc6 (>= 2.17), postgresql-12
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-12-preprepare_0.9-3.pgdg+1_arm64.deb
Size: 19044
SHA256: b92a1fccd6a9f6bef025750c7aa0f82dc74140c4664b933f21d5b0a16634819c
SHA1: 3c7195271db13e3b13e6703444fbe4349d1653bb
MD5sum: 3aab24ac0603894ac047a40770f3ccee
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-preprepare-dbgsym
Source: preprepare
Version: 0.9-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-12-preprepare (= 0.9-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-12-preprepare-dbgsym_0.9-3.pgdg+1_arm64.deb
Size: 22800
SHA256: 14f50c3f0ad88ada184d512924a8f2397d189cec410f783932d84c3233725b08
SHA1: 038d9e39c10b9468509d7674c870cf07db2ac982
MD5sum: a9447b15ab157a9b0143144ee674a248
Description: debug symbols for postgresql-12-preprepare
Build-Ids: 177a770165fbb84367d6b3cf483beb6e0b66f97b
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-prioritize
Source: postgresql-prioritize
Version: 1.0.4-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: libc6 (>= 2.17), postgresql-12
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-12-prioritize_1.0.4-6.pgdg+1_arm64.deb
Size: 12540
SHA256: 769b983ceed0900c1166aca63ae0f02b86f6f1416e7d608864ec51576d1986cb
SHA1: f1026c4eff9c773bd8ccfd4b07fdf30bec2f7939
MD5sum: bd3e68ee313c266897b16b69c529a1b9
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-12-prioritize (= 1.0.4-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-12-prioritize-dbgsym_1.0.4-6.pgdg+1_arm64.deb
Size: 17144
SHA256: 416cc94181d8852115cd72a87f0827e38306fc59a37a449e8664b348940ac04c
SHA1: 1b10b82450fd3aca2fa46372c12057437ec62c0f
MD5sum: f5632625d87ea2f2775c79cef1a78eef
Description: debug symbols for postgresql-12-prioritize
Build-Ids: 29f2c541f7349d68de3d84b62abaf8cd4328b8d0
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-python3-multicorn
Source: postgresql-multicorn
Version: 1.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: postgresql-12, python3-multicorn, libc6 (>= 2.17), libpython3.8 (>= 3.8.2)
Conflicts: postgresql-12-python-multicorn
Provides: postgresql-python3-multicorn
Homepage: http://multicorn.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-multicorn/postgresql-12-python3-multicorn_1.4.0-1.pgdg+1_arm64.deb
Size: 92748
SHA256: 7998633be2b795509ccf1cad4d18b7075dbc8f01beb5e359f9bf9b5ee7f9b114
SHA1: 0a543abba97f61e27e90eb7252056b8f9d0d3db7
MD5sum: 1d4102693674da9e09d05424d785be6f
Description: multicorn extension for Postgres 12 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 12 and uses Python 3.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-python3-multicorn-dbgsym
Source: postgresql-multicorn
Version: 1.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 224
Depends: postgresql-12-python3-multicorn (= 1.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-multicorn/postgresql-12-python3-multicorn-dbgsym_1.4.0-1.pgdg+1_arm64.deb
Size: 207592
SHA256: 2183e7c0e78784ebdc9be6d7987477d4dd10688c0ca57f2781a636e5f42006dc
SHA1: f65d24ba720dc6a09fa2677e4c219877afc217e8
MD5sum: 0a99740abc08601bca071c58c963abd3
Description: debug symbols for postgresql-12-python3-multicorn
Build-Ids: c94268e917c9ba298f613722bd3d9439ba1e40c3
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-rational
Source: pg-rational
Version: 0.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-12-rational_0.0.2-1.pgdg+1_arm64.deb
Size: 24836
SHA256: 9a527033ac01e60ea7dd609049c967ed6882fc1bab0bde8daf9a22ae240f7378
SHA1: 97a2563e6f31b0f8e4f3d7c45638ac2850a86b8c
MD5sum: c1713d9146d0a3658e1c4f44776569d2
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-rational-dbgsym
Source: pg-rational
Version: 0.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-12-rational (= 0.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-12-rational-dbgsym_0.0.2-1.pgdg+1_arm64.deb
Size: 25260
SHA256: a2af98db651f750b907549c916e48bd5ba881064543087c855984810b76c0414
SHA1: 0eefdbdc51253a78ff92483edc5c9c77c90eee96
MD5sum: 25a960f0d2375a13b6a819b332ce0515
Description: debug symbols for postgresql-12-rational
Build-Ids: 95f2fc84fe1b754bd4ecefb5d2221802205cd52f
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-repack
Source: pg-repack
Version: 1.4.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 232
Depends: postgresql-12, libc6 (>= 2.17), libpq5 (>= 8.3~rc1-1~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-12-repack_1.4.5-2.pgdg+1_arm64.deb
Size: 100952
SHA256: 2c02e2c27b67d067a43bab2f580151e693606b38c50eec8c6703db12a816ea98
SHA1: 9845f247df9335fdbe5349ab05b3cbea8fb44b9f
MD5sum: fcbe08b295ead09d412088af891926a5
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 12.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-repack-dbgsym
Source: pg-repack
Version: 1.4.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 156
Depends: postgresql-12-repack (= 1.4.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-12-repack-dbgsym_1.4.5-2.pgdg+1_arm64.deb
Size: 124748
SHA256: e3f240fade028df191edbce2bcc47e2b2fb068baabe5bc294a27d4456b6af115
SHA1: 022796d130f5da19262737cdab11a37d1d479d45
MD5sum: 93cf79a13f8f0b9cb6e972f147719656
Description: debug symbols for postgresql-12-repack
Build-Ids: 113b5d48ccf8268744e147dc564350fad84d98f1 6c3108ed61ae4ee12f3a33e0f45be899e118769d
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-repmgr
Source: repmgr
Version: 5.0.0-4.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1068
Depends: postgresql-12, repmgr-common (>= 5.0.0-4.pgdg+1), libc6 (>= 2.17), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-12-repmgr_5.0.0-4.pgdg+1_arm64.deb
Size: 221900
SHA256: 6c217d02691b20a35fe49e9203653d91319f5635fd8afcb8a5428e9a850d93ac
SHA1: f8982bca10ec11f087d644c2f71915592d1ae664
MD5sum: 1b38c1be3d2b501b573ddb58cdd3e01b
Description: replication manager for PostgreSQL 12
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 12.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-repmgr-dbgsym
Source: repmgr
Version: 5.0.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 744
Depends: postgresql-12-repmgr (= 5.0.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-12-repmgr-dbgsym_5.0.0-4.pgdg+1_arm64.deb
Size: 677276
SHA256: 799df80900ec0be72802a907ef3b4636da4ae077376a883c5513eaf4fa8a679b
SHA1: 6cc600be952307c5c2089af8ba1a67a7e0776721
MD5sum: f7c691c425a97f19ac1c7884fc877ed8
Description: debug symbols for postgresql-12-repmgr
Build-Ids: 570692962ed7e637510d7c543742828eceabd3d7 80cfc06d3a3777661fe4321b018b18bda6ea9e66 a0c4d0f962ba3ee433923ea649a344de6de23022
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-rum
Source: postgresql-rum
Version: 1.3.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 928
Depends: postgresql-12, libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-12-rum_1.3.6-2.pgdg+1_arm64.deb
Size: 344608
SHA256: f0dbe6cf96e85cf197fd694e634bd932ab83d5bd753a05cd42e2b87b42be5c22
SHA1: a928c81e4d960227ea08783eb32767d5a38d3d6e
MD5sum: 20de50b4412f1fa004dabf736018e2cc
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-rum-dbgsym
Source: postgresql-rum
Version: 1.3.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 510
Depends: postgresql-12-rum (= 1.3.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-12-rum-dbgsym_1.3.6-2.pgdg+1_arm64.deb
Size: 471052
SHA256: 8d2475318732c0f3006f5492d2af1c34628d53903fc134678e2574231f6d9cde
SHA1: 348e6c73de3d8b50efe2d7361af7c2ddfccd7cd5
MD5sum: bb7e68d581ae61a7d1507332e3376d82
Description: debug symbols for postgresql-12-rum
Build-Ids: 6c91654d14dd03cfe3617b95313688a9973bd194
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-similarity
Source: pg-similarity
Version: 1.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 340
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-12-similarity_1.0-3.pgdg+1_arm64.deb
Size: 99940
SHA256: 66057ba232df4f7d3cbe41e17a285fb2f09cddd804cf5a31051f5ad542c6782f
SHA1: 48da6d2bfc7a5fb9ad748c84318ed1227a76fe16
MD5sum: 8375d1882aa23a90fe3a1899785c3953
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-similarity-dbgsym
Source: pg-similarity
Version: 1.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: postgresql-12-similarity (= 1.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-12-similarity-dbgsym_1.0-3.pgdg+1_arm64.deb
Size: 87024
SHA256: 4100ac6a7865c2a4e19dc9ef2b020d334d77dc8186b59e47bd50207cedc3d9cd
SHA1: fee06df9cb6d89522c528c494ca61c5fcef4e25f
MD5sum: 2350bce33377173d057c159ab73be78e
Description: debug symbols for postgresql-12-similarity
Build-Ids: fd992c6abdc87701e4110f84162e28097ea270f4
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-slony1-2
Source: slony1-2
Version: 2.2.8-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-12, libc6 (>= 2.17)
Suggests: slony1-2-bin
Conflicts: postgresql-12-slony1
Provides: postgresql-12-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-12-slony1-2_2.2.8-3.pgdg+1_arm64.deb
Size: 21668
SHA256: 5f8acebc739ad00483475b95c83d0fee65ec0b5f3aeea4975b722a5ff51b81fe
SHA1: 04164de56bd4cc6c3cc36ef1368aae67beaac6ff
MD5sum: b985eb00615cfd46dcbda0e8dbb32da6
Description: replication system for PostgreSQL: PostgreSQL 12 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
 12 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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.8-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-12-slony1-2 (= 2.2.8-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-12-slony1-2-dbgsym_2.2.8-3.pgdg+1_arm64.deb
Size: 67064
SHA256: b5f9cd907c6bebc34522d4b124aaa6a07fce342223e165c485fe4a55745a3bbe
SHA1: 21600810aff5c8a93be835c682b4652c0a242578
MD5sum: 83c043ffddc66d7894570d07cf141066
Description: debug symbols for postgresql-12-slony1-2
Build-Ids: ef87fa6bb380f712d2c5ec0939bf7020229d62bf
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-snakeoil
Source: pg-snakeoil
Version: 1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: postgresql-12, libc6 (>= 2.17), libclamav9 (>= 0.101.0)
Recommends: clamav-freshclam | clamav-data
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-12-snakeoil_1.3-1.pgdg+1_arm64.deb
Size: 17408
SHA256: 0495227b3a6c479b040d4e550e5c608490202ccc9de748c4e1701f4e38918f7c
SHA1: eb336334a8912e93ae5490fd53bf9d3d66958f98
MD5sum: 4e71b6e214eab57950d73a9e2ebbf0a4
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-12-snakeoil (= 1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-12-snakeoil-dbgsym_1.3-1.pgdg+1_arm64.deb
Size: 22512
SHA256: 589fd5498f00906de863971415d59a841301443c4ebacffa99d5500f022469ac
SHA1: d5286f2a7f531ca2a6a8e8de008d76cf40453208
MD5sum: cafbcc863a6f6154d0a415a2711d3556
Description: debug symbols for postgresql-12-snakeoil
Build-Ids: 0f74b1e63fdd8493c1dc22f417c621104c1791b0
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-toastinfo
Source: toastinfo
Version: 1.1-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-12
Homepage: https://github.com/credativ/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-12-toastinfo_1.1-4.pgdg+1_arm64.deb
Size: 11280
SHA256: 475c5871e96843b894eb4fa6509e525fdd3c1c7455052ad68c078303163c3a89
SHA1: 396984c678aa20a33d270e201de74c5df3ffad08
MD5sum: f37bbfee8ad2e4c2a28195925e84bb84
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-toastinfo-dbgsym
Source: toastinfo
Version: 1.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27
Depends: postgresql-12-toastinfo (= 1.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-12-toastinfo-dbgsym_1.1-4.pgdg+1_arm64.deb
Size: 13240
SHA256: 1f745754a33bc001dd12d87256c54a19e3cf2232b59a7dffeec2a98755ab1aa3
SHA1: 2346d9b02fc881178ebd3addce971fba388a4631
MD5sum: 1be8023db785aa218b8d452b2e4ac172
Description: debug symbols for postgresql-12-toastinfo
Build-Ids: 2d1f70f88cc02408c686987e8b2073c5f4af9452
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-unit
Source: postgresql-unit
Version: 7.2-2.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 452
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://github.com/ChristophBerg/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-12-unit_7.2-2.pgdg+1_arm64.deb
Size: 121368
SHA256: 3043a62e34aff91cf2b9cc33fd8087d6648203fc2dd0feac1f4496838b0b236d
SHA1: c5d2b598707792824b8117de3e442d745c5b6a65
MD5sum: 98859c996ff9fc65d004aa0d0248282d
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-unit-dbgsym
Source: postgresql-unit
Version: 7.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 89
Depends: postgresql-12-unit (= 7.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-12-unit-dbgsym_7.2-2.pgdg+1_arm64.deb
Size: 67856
SHA256: 15a75b3d2b3d33c032d7deb34fc5ba1714eb8e5a0767ba046a74203f4164e107
SHA1: 73aa870f7c9c3658b52b8c50803405c0ceac9767
MD5sum: 390c4e8bba58502e1e145ad872aac0b5
Description: debug symbols for postgresql-12-unit
Build-Ids: bf56fc72d845e312431fd4f6c4e102b155d3708b
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-wal2json
Source: wal2json
Version: 2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-12-wal2json_2.2-1.pgdg+1_arm64.deb
Size: 50656
SHA256: 1780fef3478f2f365764d3f9d549c5e14c7f6687ded2b0b58de0ea9e4320d3f9
SHA1: ba2ccb77bbfaeae99c809ddc047d1db64529fc0f
MD5sum: 8d0051afbbc33fb941fc27b3f59b41a8
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-12-wal2json-dbgsym
Source: wal2json
Version: 2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-12-wal2json (= 2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-12-wal2json-dbgsym_2.2-1.pgdg+1_arm64.deb
Size: 55552
SHA256: e326a065e8254d5e72185451d6e8b78ca2ffb3f1d83266bd04141ea76cefc34e
SHA1: b1652a4010b76978b6e7d8227b17ddb616fb41f5
MD5sum: 7f9db66cb9a9be921a8bc0b2857cc035
Description: debug symbols for postgresql-12-wal2json
Build-Ids: a30e292bd9d5dd1b0469b2f84401239a5c9ff556
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-amcheck
Source: amcheck
Version: 1.5-1.pgdg+1
Architecture: arm64
Maintainer: Peter Geoghegan <pg@bowt.ie>
Installed-Size: 58
Depends: libc6 (>= 2.17), postgresql-9.5
Homepage: https://github.com/petergeoghegan/amcheck
Priority: extra
Section: libs
Filename: pool/main/a/amcheck/postgresql-9.5-amcheck_1.5-1.pgdg+1_arm64.deb
Size: 21608
SHA256: 230cbb97a1330fc10306dd8db7566ab667ee673d0337d176fefa33cf83a4ef89
SHA1: 0b6bef5831eb977034bf38096ae4f460ca0ad325
MD5sum: 40f3d6f331f167ec23ae650d047e919e
Description: PostgreSQL extension that verifies indexes
 This extension verifies the logical consistency of PostgreSQL B-Tree indexes.
 The extension consists of SQL-callable functions.  When no error is raised
 during a call to these verification functions, no logical inconsistency was
 detected.  This is useful as a general smoke test to detect corruption.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-amcheck-dbgsym
Source: amcheck
Version: 1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Peter Geoghegan <pg@bowt.ie>
Installed-Size: 58
Depends: postgresql-9.5-amcheck (= 1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/a/amcheck/postgresql-9.5-amcheck-dbgsym_1.5-1.pgdg+1_arm64.deb
Size: 41756
SHA256: 94b73a6d6c1838ba6ed46d742ad0cf03bf0260a8c610a7903ce9eeaed24dcfdf
SHA1: 66aa0a433474ccf0d4886c7858418e8921a8f941
MD5sum: e2ae1a22b64e29b0889e21d006eb0279
Description: debug symbols for postgresql-9.5-amcheck
Build-Ids: 83680f807ff915157224b5fe9ad5e3f771e59ea5
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-asn1oid
Source: pgsql-asn1oid
Version: 1.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: libc6 (>= 2.17), postgresql-9.5
Homepage: https://github.com/ChristophBerg/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-9.5-asn1oid_1.2-3.pgdg+1_arm64.deb
Size: 6620
SHA256: 33b117c77b8b5c41a0765733597bd2ed06d1f68fba041f98151c166da6e3c77f
SHA1: 48c1c5061adce8c36000f8a5894c13b3ff7109a5
MD5sum: 7f66cc7402f36abb62735d089d35a71a
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-9.5-asn1oid (= 1.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-9.5-asn1oid-dbgsym_1.2-3.pgdg+1_arm64.deb
Size: 10408
SHA256: 0c4907f9d4c04182c7250fb8b77dd2eb4b114fd2bc1d7e527bde90178757651f
SHA1: 6da2305c8a385191f66edb3625db0d92627c3726
MD5sum: bf5c6fb87fac346ae6a6cf78077f24dc
Description: debug symbols for postgresql-9.5-asn1oid
Build-Ids: c63c281979178568ed8954ffa979a48ce426e2d3
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.4.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 26
Depends: libc6 (>= 2.17), postgresql-9.5
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-9.5-bgw-replstatus_1.0.4.pgdg+1_arm64.deb
Size: 6944
SHA256: 6cf021e3bc5e83d15ea74f10f8b9328e7456c507337c7be4751e8bacc478a101
SHA1: f8b88237a6b567cc0c4c4117e7b67fbfad258ab2
MD5sum: b6130af34e54f823e9df872fff5027c7
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 34
Depends: postgresql-9.5-bgw-replstatus (= 1.0.4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-9.5-bgw-replstatus-dbgsym_1.0.4.pgdg+1_arm64.deb
Size: 19704
SHA256: 164b6757dfea1b8299c19043752416cec5f353936f331327e0b955d24c08fc41
SHA1: 021d4dad71c31295f386f39ca91a59666ed2a228
MD5sum: c38657db54360ed6f0884e48f2ad6662
Description: debug symbols for postgresql-9.5-bgw-replstatus
Build-Ids: e4fcc6b96c265456b8660a9aefe6a26d8e65010f
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-cron
Source: pg-cron
Version: 1.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-9.5, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-9.5-cron_1.2.0-1.pgdg+1_arm64.deb
Size: 20760
SHA256: 70887c2f6a05e9f395fe0c26faa6f756acf521dc762a3bef800321b3dd0f4a2d
SHA1: 9ef19a47f8209bb0c0d855d664353e6c15f31eaf
MD5sum: e7258332733b0e77b28783ca76b33e88
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-cron-dbgsym
Source: pg-cron
Version: 1.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-9.5-cron (= 1.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-9.5-cron-dbgsym_1.2.0-1.pgdg+1_arm64.deb
Size: 72196
SHA256: e5f65ac74516bc35dd6b94589cf3ea31c897399ff0bebd3d47972513fb02bb8e
SHA1: 31f198705ae460d609f817014e2af321e7e4066c
MD5sum: 6ccdebdb94af29dd120c26427dd75b3a
Description: debug symbols for postgresql-9.5-cron
Build-Ids: 4bc675c5d5bcbe3ca669695b96157a213ea6423d
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-cstore-fdw
Source: cstore-fdw
Version: 1.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libprotobuf-c-dev, postgresql-9.5, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/citusdata/cstore_fdw
Priority: optional
Section: database
Filename: pool/main/c/cstore-fdw/postgresql-9.5-cstore-fdw_1.7.0-1.pgdg+1_arm64.deb
Size: 32664
SHA256: 826a0a28bb6efd9ddd5baa3fd191400ee17e594104df359edd0abe8c89d9415c
SHA1: 6e92dc64293cc11880419cd5551181e952bf9012
MD5sum: f8f704c539df10042989b427643b40a0
Description: PostgreSQL foreign data wrapper for columnar storage
 Cstore_fdw is a columnar store extension for PostgreSQL, implemented as a
 foreign data wrapper (FDW). Columnar stores provide notable benefits for
 analytics use cases where data is loaded in batches. Cstore_fdw's columnar
 nature delivers performance by only reading relevant data from disk, and it
 may compress data 6x-10x to reduce space requirements for data archival.
 .
 This package is for PostgreSQL 9.5.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-cstore-fdw-dbgsym
Source: cstore-fdw
Version: 1.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: postgresql-9.5-cstore-fdw (= 1.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/cstore-fdw/postgresql-9.5-cstore-fdw-dbgsym_1.7.0-1.pgdg+1_arm64.deb
Size: 141568
SHA256: 7d6057ecf49a684dd1b5c62b467f930c5641a21926659a048020245eca3b1588
SHA1: e0b0d910a95aa76d1a862c54691708542406079c
MD5sum: 95673c0d66e6f04346047be7d4593969
Description: debug symbols for postgresql-9.5-cstore-fdw
Build-Ids: ec4783391723ee624fda8ab4526c476c6adb7952
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-debversion
Source: postgresql-debversion
Version: 1.1.1-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.17), postgresql-9.5
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-9.5-debversion_1.1.1-3.pgdg+2_arm64.deb
Size: 10184
SHA256: 75206bfb5f0e25bdb7038161ab5a62712d15870f10325189c36fc583277d810c
SHA1: e0e35137f92cb74e95421bf167018c89735f2902
MD5sum: d9e9b102e45ee2ecebc24dbbd833dba4
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()
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.1-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-9.5-debversion (= 1.1.1-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-9.5-debversion-dbgsym_1.1.1-3.pgdg+2_arm64.deb
Size: 22820
SHA256: 3015b2292d8771815192545a22069cf350e66fb081707cdb4117f42822451aaa
SHA1: 7fbf21c5886003eeee6a69640bf5cf9112db9e67
MD5sum: 8834bc7c049bdf0e8e7a851e439b39ce
Description: debug symbols for postgresql-9.5-debversion
Build-Ids: 6be9fcc78ee15e389635541d5e5dc7dfa15f9e52
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-dirtyread
Source: pg-dirtyread
Version: 2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: libc6 (>= 2.17), postgresql-9.5
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-9.5-dirtyread_2.2-1.pgdg+1_arm64.deb
Size: 10728
SHA256: 19f5cd177f363b1b12f7fe86ea87b642c0f9b242139c73fb78e28f9f18942ee8
SHA1: ea6ba7368611428c13013d9b7090fc0afb717065
MD5sum: e0619046411c22b4b47a5ed7d9164d94
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-9.5-dirtyread (= 2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-9.5-dirtyread-dbgsym_2.2-1.pgdg+1_arm64.deb
Size: 33692
SHA256: 83ee65bf825e3ba7b6606858b89a0bd2d5582f9f88721bac111dc6b0bb630ff1
SHA1: 04046c66ba89af0d56dcb5dad9a817f2fc546059
MD5sum: a74949e6b90382b3ec2dab458c893af6
Description: debug symbols for postgresql-9.5-dirtyread
Build-Ids: 15e20be5a7b74500be0eaa7554816e1dd1fe387a
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-9.5
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-9.5-first-last-agg_0.1.4-4-gd63ea3b-2.pgdg+1_arm64.deb
Size: 5444
SHA256: 1ac9c4c3339b826dca3688069a4e87f98d92ac01ca544e40c3bf4ab59a1dcc4e
SHA1: 2e18a4651ec2a52f7f1b50646ccf7e380240e479
MD5sum: c11a61ed5a33bd478478cc9771935b40
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20
Depends: postgresql-9.5-first-last-agg (= 0.1.4-4-gd63ea3b-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-9.5-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-2.pgdg+1_arm64.deb
Size: 6400
SHA256: 0a2dd8725df5125535d3fd69b3ec3b0fb0b1c403c407ff1cf88fae0666d7e695
SHA1: d00febb82b3a7a25061e7a8741ee4ec1d825c5d6
MD5sum: 1c2cbb8e46e79027bd7ade5315175234
Description: debug symbols for postgresql-9.5-first-last-agg
Build-Ids: 9b8ec2929162d0dc093dea3d9e4453fd929185b0
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-hll
Source: postgresql-hll
Version: 2.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 156
Depends: libc6 (>= 2.17), postgresql-9.5
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-9.5-hll_2.14-1.pgdg+1_arm64.deb
Size: 33852
SHA256: f62a663f7c251a24607df1a07dfcee63909997a0e5148f34d56c25a8ac913ce5
SHA1: ce3265aa5d789cf40c7c338f3e42805a97844c0b
MD5sum: b3722e169d1021518b655698699308f4
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-hll-dbgsym
Source: postgresql-hll
Version: 2.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-9.5-hll (= 2.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-9.5-hll-dbgsym_2.14-1.pgdg+1_arm64.deb
Size: 72656
SHA256: b14ca88f7d0fd091f2bba6f5fb7377fa4324c0064cb0969e4e1e267e65394a10
SHA1: 22909d8c78143fbafb5e3dd5b7fb4bbc8287a1f9
MD5sum: 03626283d293a59ade81251a08b34cbd
Description: debug symbols for postgresql-9.5-hll
Build-Ids: 7825298c6d197686234946613dfbd7fc50579b6c
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-hypopg
Source: hypopg
Version: 1.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 61
Depends: libc6 (>= 2.17), postgresql-9.5
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-9.5-hypopg_1.1.3-1.pgdg+1_arm64.deb
Size: 18480
SHA256: 10c9c93eea4170f574cd115a806c4f9fdd2d31abf80483419d2349621c317899
SHA1: d721e0aa34c42982a110707870eb2e9db479b72d
MD5sum: e6d6e8f1bff97399867cc1badadbf7c3
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-hypopg-dbgsym
Source: hypopg
Version: 1.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 112
Depends: postgresql-9.5-hypopg (= 1.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-9.5-hypopg-dbgsym_1.1.3-1.pgdg+1_arm64.deb
Size: 92368
SHA256: af83ec2ba04179d24a4523e0a0f71bb77ffeea6e822d92ca19c3326dfaf27506
SHA1: ee90fbd30c5239fa9c29e1803ac6a01d6e0e9796
MD5sum: e75a511630421efacdafd7252fe270fa
Description: debug symbols for postgresql-9.5-hypopg
Build-Ids: c44513518fc320fe7712ca77e3200545d64df698
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-ip4r
Source: ip4r
Version: 2.4.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 340
Depends: libc6 (>= 2.17), postgresql-9.5
Homepage: http://pgfoundry.org/projects/ip4r/
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-9.5-ip4r_2.4.1-2.pgdg+1_arm64.deb
Size: 64604
SHA256: 3b218aef8043871886874df22642656419af97cb896fb87f063bdcc9bd199e6e
SHA1: da6c407884decfd0e02ebfd1b522f9567ec4b90e
MD5sum: ea058aff68685db6ec4490af00f04646
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 252
Depends: postgresql-9.5-ip4r (= 2.4.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-9.5-ip4r-dbgsym_2.4.1-2.pgdg+1_arm64.deb
Size: 214360
SHA256: 503dc95f88126b4a7c28bbc8f311d21cd3b4615b0b2ba03cc640171d55e58c7f
SHA1: 0f20286ed017d19b1404d4b81e10f22e15baf24c
MD5sum: 5c3a8059bd2769a7dbd6d18d29903936
Description: debug symbols for postgresql-9.5-ip4r
Build-Ids: 84b917942879c9f472477ae3ce4edd1f84472e77
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-jsquery
Source: jsquery
Version: 1.1.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-9.5, libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-9.5-jsquery_1.1.1-2.pgdg+1_arm64.deb
Size: 41024
SHA256: 124bfa6c183e866b7109d7b2db16ac42223c1de827d77b40a869142419a80dd3
SHA1: fa98f0b550a7104630903f79ed58955af5831aeb
MD5sum: f64e16051c4a417343e3f0c7472ced3c
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-9.5-jsquery (= 1.1.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-9.5-jsquery-dbgsym_1.1.1-2.pgdg+1_arm64.deb
Size: 112368
SHA256: 7cbe6d4060084ded17552fb3f18b8e12be02c5385c018c5f1cc1d164af00287e
SHA1: da76dbb59b81d069b3b8f332a49a7051a63a780e
MD5sum: 52661a222c4909cd25a14e9c93194213
Description: debug symbols for postgresql-9.5-jsquery
Build-Ids: 82a23f2ba7641b8071532d0c914b18eeb656322f
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.5.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-9.5, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-9.5-mysql-fdw_2.5.3-1.pgdg+1_arm64.deb
Size: 28040
SHA256: 80a75b6012d9d7f55b6afde439fd35d6363892df9802db7b77456b68c6830a74
SHA1: 083a82028580769aa171cbe6eb64f7e3d727f8a3
MD5sum: bb48db61f83b15bfefbf8a6eaa522aef
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.5.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-9.5-mysql-fdw (= 2.5.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-9.5-mysql-fdw-dbgsym_2.5.3-1.pgdg+1_arm64.deb
Size: 176288
SHA256: d6932a3c6b80b9db865053c1dcfbc8907a8b97aef82d6b91e55d8b4169939616
SHA1: e9ea9f4f6d987e7112c6635fcb9af095b94715e8
MD5sum: ddfd452990a52573a41bdb26cd009e86
Description: debug symbols for postgresql-9.5-mysql-fdw
Build-Ids: 111b32ee28e5164e95a85262e19d39476ed44dbc
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-numeral
Source: postgresql-numeral
Version: 1.0-3.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 96
Depends: libc6 (>= 2.17), postgresql-9.5
Homepage: https://github.com/ChristophBerg/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-9.5-numeral_1.0-3.pgdg+1_arm64.deb
Size: 21880
SHA256: 474d451b4a48c288a379f90558eeedae34839aefe6e2045626b473bb5e0017cf
SHA1: d8dfbb23da0193a871024c3685124864171f4bbe
MD5sum: bf3fcad5ec9ef81442c6eba26403770f
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-numeral-dbgsym
Source: postgresql-numeral
Version: 1.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 63
Depends: postgresql-9.5-numeral (= 1.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-9.5-numeral-dbgsym_1.0-3.pgdg+1_arm64.deb
Size: 41776
SHA256: 09896268a3c1039cb0ed16686297fc636b3ac21c9baa3dfcdc4e2ad3f5f71cd0
SHA1: 471ef0898061ac3b5d3805849bd62d261015cf81
MD5sum: ab809a72313b748fde4475967570be76
Description: debug symbols for postgresql-9.5-numeral
Build-Ids: c5deccc9ca0a5c054a136c5a2d74d4e07296aaf1
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-omnidb
Source: omnidb
Version: 2.17.0+ds-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: libc6 (>= 2.17), libpq5, postgresql-9.5
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/postgresql-9.5-omnidb_2.17.0+ds-1.pgdg+1_arm64.deb
Size: 11556
SHA256: c98d4d0eae1f7582922f3c6936a31aeaec63b3ca8eae66b012622efc96e8f391
SHA1: 695ab168a4c1c05fecfcfe75b178923d745cbfb2
MD5sum: 66de678f3f65a7213c71b21f8183a896
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL extension for interactive PL/pgSQL
 debugging in OmniDB.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-omnidb-dbgsym
Source: omnidb
Version: 2.17.0+ds-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-9.5-omnidb (= 2.17.0+ds-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb/postgresql-9.5-omnidb-dbgsym_2.17.0+ds-1.pgdg+1_arm64.deb
Size: 31960
SHA256: d6e6f3c9ad874b187c3f956ce1b3a31ebe53a8166c4d3b968a9a583a2b18a85e
SHA1: 822763918cc325cd3a410c16dcd8965d600cb33f
MD5sum: 64d44de9e856cca67eeb57b125d66e8b
Description: debug symbols for postgresql-9.5-omnidb
Build-Ids: 64639c0137eacb402074dc58d1ac77c7e34af277
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-orafce
Source: orafce
Version: 3.9.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 352
Depends: postgresql-9.5, libc6 (>= 2.17)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-9.5-orafce_3.9.0-1.pgdg+1_arm64.deb
Size: 89776
SHA256: c82ec14711544720dcea321ba33d38565f54c6c01d0ff571e8725ca428afc43c
SHA1: 382202a6228928c1cd157c97938deb7ae8f6ae3f
MD5sum: cd32957805607f740e70a9c20db4a560
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-orafce-dbgsym
Source: orafce
Version: 3.9.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 358
Depends: postgresql-9.5-orafce (= 3.9.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-9.5-orafce-dbgsym_3.9.0-1.pgdg+1_arm64.deb
Size: 291496
SHA256: 320e3222be337b695249fd36aba6c1bd8f4c88ac5d801e11a8a4280cb6af8ebf
SHA1: 2283ad96e6edd90e0dbed7cf218eee45c6720c99
MD5sum: 0b32c4ba0bbd809ba3ffb9d681d279ea
Description: debug symbols for postgresql-9.5-orafce
Build-Ids: 8bb0a5297a40a50d470433c69f9071716ea9c799
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-partman
Source: pg-partman
Version: 4.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5316
Depends: postgresql-9.5, python3, python3-psycopg2, libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-9.5-partman_4.3.0-1.pgdg+1_arm64.deb
Size: 218368
SHA256: 30c751eefd185e891b82452b99bae189c585ea7159a2ac4c020a4e8dfe24295d
SHA1: 9f4864e9aac2910b99064361a680724fd5d5c8fd
MD5sum: aae2cb273d199e1b79cf564bfa93e64c
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-partman-dbgsym
Source: pg-partman
Version: 4.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-9.5-partman (= 4.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-9.5-partman-dbgsym_4.3.0-1.pgdg+1_arm64.deb
Size: 25708
SHA256: da8d561de3cdcf684cadbe913423689216a38f18fcde382fde13f3cb32fe07e1
SHA1: 986b1bcb320e379c2b0fbf2ee7fa109e32437532
MD5sum: 7a97cc8cbe940b713d99f034dba08c4c
Description: debug symbols for postgresql-9.5-partman
Build-Ids: 70463ed071b4ed818d3ac306057991bf40ca6108
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-periods
Source: postgresql-periods
Version: 1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Depends: postgresql-9.5, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-9.5-periods_1.1-1.pgdg+1_arm64.deb
Size: 30480
SHA256: bf335cbc1a41663f6a0632c6f8d1f5fdd9508f71e8ecb17f09951886a34e6fba
SHA1: 7fb7f1000306617b93e7e4e3c722bdc795499100
MD5sum: 902ab91fa2d5e79435206627dc8ea773
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-periods-dbgsym
Source: postgresql-periods
Version: 1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-9.5-periods (= 1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-9.5-periods-dbgsym_1.1-1.pgdg+1_arm64.deb
Size: 28392
SHA256: 466b2325abcbea56d8573b8d4d88a9007ef3c31a08e0e27223d57fa9d8823aee
SHA1: fe3ffd9d415207759d44e6f26d39e58eaae85214
MD5sum: a6cea77d1087b2b044a1e098dfac5aaf
Description: debug symbols for postgresql-9.5-periods
Build-Ids: d9b4ac5a6c121a4fac1ca4047320a87fcbd12d25
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-pg-checksums
Source: pg-checksums
Version: 1.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: libc6 (>= 2.17), postgresql-9.5
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-9.5-pg-checksums_1.0-3.pgdg+1_arm64.deb
Size: 28512
SHA256: 9884634bb271b091030514422d6b024a07412309229f1d23411cea5498267615
SHA1: fc9ecbe95c37c9564eed9f66ae1aabc3f6f32e19
MD5sum: fc760adb85b187cd1d8d32bed7117e41
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums can activate or deactivate data checksums as long at the database
 cluster is shutdown cleanly. Activating checksums requires all database blocks
 to be read and all page headers to be updated, so can take a long time on a
 large database. Deactivating checksums only requires the cluster control file
 to be updated so is quick.
 .
 In addition, pg_checksums can verify the checksums in an offline cluster.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-9.5-pg-checksums (= 1.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-9.5-pg-checksums-dbgsym_1.0-3.pgdg+1_arm64.deb
Size: 30620
SHA256: 41e383355499b0a6a2a3c4c0cb8d71dc3c96a3ac1f9489d9425c08ab0acf5b5d
SHA1: 4a5430513817638b612afb86a9ab09b7976d4009
MD5sum: ae3a9233f6a99c45ef4048aab4224d3b
Description: debug symbols for postgresql-9.5-pg-checksums
Build-Ids: d8885c09ecfe44ddae71d9fea8533decdf3b8185
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-pg-fact-loader
Source: pg-fact-loader
Version: 1.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 428
Depends: postgresql-9.5, libc6 (>= 2.17)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-9.5-pg-fact-loader_1.5.2-1.pgdg+1_arm64.deb
Size: 42352
SHA256: 7bdc016b2b6b578c8bb463a73dfe20325f2eab57d26425b51b068669ef9ec315
SHA1: cb2afda67e0850338f7edb0df0c76411636b30c9
MD5sum: 58d379a3e8a2f4f548fa04469f84034b
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 9.5.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 37
Depends: postgresql-9.5-pg-fact-loader (= 1.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-9.5-pg-fact-loader-dbgsym_1.5.2-1.pgdg+1_arm64.deb
Size: 22532
SHA256: 0feb7363e93162571b79ac0d44b8024efc2b47aabe3e7c6e1ff1b7e529c7c64d
SHA1: 066be8c45518e227be619ba8b219d06f7f1b45e1
MD5sum: 0958fe0cb0c866ab1bde9dd05abdf159
Description: debug symbols for postgresql-9.5-pg-fact-loader
Build-Ids: 074d77bfbd877cdf55ae42e8d61dec8283f4b485
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-pg-qualstats
Source: pg-qualstats
Version: 1.0.9-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 70
Depends: libc6 (>= 2.17), postgresql-9.5
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-9.5-pg-qualstats_1.0.9-1.pgdg+1_arm64.deb
Size: 22416
SHA256: 9146b7ff17ebe4fd1206ced58589667509706530701181b77f2b84a8108b70d1
SHA1: bb66c914ecb21f037d8ef2621a9c4bdcbfdeed8d
MD5sum: 1999593788d579a510fac15310af9b78
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 1.0.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 72
Depends: postgresql-9.5-pg-qualstats (= 1.0.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-9.5-pg-qualstats-dbgsym_1.0.9-1.pgdg+1_arm64.deb
Size: 55180
SHA256: 867d8f11c21d7b3461435d50d5e43654242e8fab2d301085b1fb9b9228ccf0a0
SHA1: 3227b9648c9b23de34ad0c62c0e26fca406a12ae
MD5sum: a18f314439462c8a973271f6c3d47785
Description: debug symbols for postgresql-9.5-pg-qualstats
Build-Ids: 1c36965bc77773670c8cefda11d80c2e7f1da947
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.1.1-3.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 47
Depends: libc6 (>= 2.17), postgresql-9.5, postgresql-contrib-9.5
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-9.5-pg-stat-kcache_2.1.1-3.pgdg+1_arm64.deb
Size: 13384
SHA256: 718f74c20736cc0bbdcd4978bb98ebe0d3775f357537dd93eb66f7b5ee5b208f
SHA1: 9bc8e013fb45bce1ec4628288241b6443d152d2f
MD5sum: ca8aeac326cc8b6eb50742c19a7d83be
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.1.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 49
Depends: postgresql-9.5-pg-stat-kcache (= 2.1.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-9.5-pg-stat-kcache-dbgsym_2.1.1-3.pgdg+1_arm64.deb
Size: 33216
SHA256: ab5e6672a55431f547958183761accd802cc17c574d2d10b9669072cb11aa073
SHA1: 2d186d567174174767b1eb086f2bd889dc1f669b
MD5sum: 3ca0e3d054e7abe85bc8f2ee17ee2793
Description: debug symbols for postgresql-9.5-pg-stat-kcache
Build-Ids: 9dc5901ef15f26c77f9d3bcae65a829c1371c625
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-pgespresso
Source: pgespresso
Version: 1.2-3.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 29
Depends: libc6 (>= 2.17), 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-3.pgdg+1_arm64.deb
Size: 6896
SHA256: 5acfcf81c17f36223438b17446e76ec4455b0440e11786e721a8babd02ec5348
SHA1: adea31a61c0aa55745875eb2183f52180a24afd6
MD5sum: 31330dc0aeeb16369dc8abf13c962eec
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-pgespresso-dbgsym
Source: pgespresso
Version: 1.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 31
Depends: postgresql-9.5-pgespresso (= 1.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgespresso/postgresql-9.5-pgespresso-dbgsym_1.2-3.pgdg+1_arm64.deb
Size: 16620
SHA256: 73d56f2c2d5784cf203cd6b2896f40a7b1221f4ae74f7455960407b2c9cab549
SHA1: 58f14884c6d671929906c76d20ccbc6b318b4f32
MD5sum: ca5a325cba54a353896fbfdc4a444953
Description: debug symbols for postgresql-9.5-pgespresso
Build-Ids: 257e27f14c5c24976f4d1d303f714db23895da88
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-pgextwlist
Source: pgextwlist
Version: 1.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: libc6 (>= 2.17), postgresql-9.5
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-9.5-pgextwlist_1.10-1.pgdg+1_arm64.deb
Size: 12504
SHA256: af17bb104659666ebf82f9b8ea11cfafaff0a3432c26da34ecf169423fc13fe4
SHA1: 7ec1a0a13188fd0d3225fcea661a0d5f4fd68c1e
MD5sum: 67d8d15590da4fe29bf21d48385cf6e9
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-9.5-pgextwlist (= 1.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-9.5-pgextwlist-dbgsym_1.10-1.pgdg+1_arm64.deb
Size: 51996
SHA256: e1996832777dcaf7947e02a61ce6133cb635d4ea3abac7b92b29b15a84ae863a
SHA1: 0d8a40aea7ff6d468d5a7b98b7d7d64ae64cab62
MD5sum: 29974aab1c276a50288bccc0ca47d375
Description: debug symbols for postgresql-9.5-pgextwlist
Build-Ids: 3ffbc5f09b94442d72affdca711f66c1fa6dcbef
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-pgfincore
Source: pgfincore
Version: 1.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: libc6 (>= 2.17), postgresql-9.5
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-9.5-pgfincore_1.2.2-1.pgdg+1_arm64.deb
Size: 15052
SHA256: befbfa9a93deb468a4a8124d0831261d4581c0c7ec20d926dab285338c495018
SHA1: 09ddd0f02cee74680b8dc0d2513264d6023705f9
MD5sum: 03f8d06644d1ae5b5834298651fe3578
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-pgfincore-dbgsym
Source: pgfincore
Version: 1.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-9.5-pgfincore (= 1.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-9.5-pgfincore-dbgsym_1.2.2-1.pgdg+1_arm64.deb
Size: 35928
SHA256: 6ee19148e104c91e523a99914f5cc71b7badcf13169d997be26e1f3524732941
SHA1: acb731c149c3d688be15f6aa75e15e0ab873f6ad
MD5sum: aa7a37e7d669a64b83daeec153228115
Description: debug symbols for postgresql-9.5-pgfincore
Build-Ids: 11ed29c7a6e91dc376702a829a907136878b634a
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 1.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 1354
Depends: postgresql-9.5, postgresql-9.5-pglogical, libc6 (>= 2.17)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-9.5-pgl-ddl-deploy_1.7.0-1.pgdg+1_arm64.deb
Size: 36636
SHA256: cf46ee90ee87ec00cec2fe2156349eba328973b7bcde10e8269448b0e440d9d9
SHA1: c8ec878ad0af13104d4cc0d658c736bfbe8e44bc
MD5sum: 48e662f2856374e811b275be41a185f2
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 9.5.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 1.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 50
Depends: postgresql-9.5-pgl-ddl-deploy (= 1.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-9.5-pgl-ddl-deploy-dbgsym_1.7.0-1.pgdg+1_arm64.deb
Size: 30812
SHA256: c34886d1a11a6a723bfbe020fcd4b70cf5bdf095f0fbd5e04ed0a62d1cda5225
SHA1: c2d8ba09393448de75bded43489bc96531589a11
MD5sum: ecb4504f5807c00ed21c790a909b84c2
Description: debug symbols for postgresql-9.5-pgl-ddl-deploy
Build-Ids: 22738b9001328bb91093d95e0b5a7d95f085fd12 669317fb228d212f7cf63a7dcae842da666ceba4
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-pglogical
Source: pglogical
Version: 2.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 425
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-9.5
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-9.5-pglogical_2.3.0-1.pgdg+1_arm64.deb
Size: 109836
SHA256: a8dd3dd1aa7dfdcb599b4c766371ec1b0902de208867b12a2033dff62a1c216d
SHA1: b7079f32dc3fdfda84847644829388c68877aeb1
MD5sum: 7892d2a9b0a0a4de5cce6c626a9c51a6
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-pglogical-dbgsym
Source: pglogical
Version: 2.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 713
Depends: postgresql-9.5-pglogical (= 2.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-9.5-pglogical-dbgsym_2.3.0-1.pgdg+1_arm64.deb
Size: 642508
SHA256: 14f9aab1e6f24d785e65884d4211937fbfc45fd3a023ca8c4e7883e9de8969dd
SHA1: 58285539e8d09a995e4d2d80e75110b96ca9dd66
MD5sum: 4f591693fc44e75b14c76e32c979cc9a
Description: debug symbols for postgresql-9.5-pglogical
Build-Ids: 3080781fe22ae244b527522bf0304ebc07daa1fb 46bf004839416bef7b785ee028392b8fab4f456b 8c88168b49295903daaa9519fe53a6d9d183f0b4
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 117
Depends: postgresql-9.5, postgresql-9.5-pglogical, libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-9.5-pglogical-ticker_1.4.0-1.pgdg+1_arm64.deb
Size: 12196
SHA256: aea89c37af5c11677abc5ae65f984003c2dcbbdb9acb4a28f75b3d9f8499204d
SHA1: e16788cf729bfb6d454ea7f6046b94880f8dc0df
MD5sum: 3496b5e144d2fffef2adcb9f4ba95821
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 9.5.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 38
Depends: postgresql-9.5-pglogical-ticker (= 1.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-9.5-pglogical-ticker-dbgsym_1.4.0-1.pgdg+1_arm64.deb
Size: 23720
SHA256: 6df4eff01cd43ca42120881c02a63ea1dfd67a92c97fd62c323315f77b0afd1f
SHA1: 9b5b47b5053a090247c420345b2a5197dd36dd29
MD5sum: fe5e1de4440d63de12be70d521630c6c
Description: debug symbols for postgresql-9.5-pglogical-ticker
Build-Ids: 7268c31e0e44f1ba47c7d03bb2bc5025519d8958
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-pgmemcache
Source: pgmemcache
Version: 2.3.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-9.5, libc6 (>= 2.17), libmemcached11, libsasl2-2 (>= 2.1.27+dfsg)
Homepage: http://pgfoundry.org/projects/pgmemcache/
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-9.5-pgmemcache_2.3.0-7.pgdg+1_arm64.deb
Size: 21148
SHA256: 9e246db5595e37bfd7f431929536436665d9d2eac5d144503b6cc73d95691c70
SHA1: dd135a597f77530eabdc14c012d5fde2eda04314
MD5sum: 670bf2934f52cc62c6620cf46218c696
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-9.5-pgmemcache (= 2.3.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-9.5-pgmemcache-dbgsym_2.3.0-7.pgdg+1_arm64.deb
Size: 41324
SHA256: 9015f2b89a393374ab98a8f5c8961f3bb596839696da1f8647bd856c94650bf3
SHA1: 8159fcc32062b2f7d5f83d576b587498b71d4060
MD5sum: aebc388d9a7e875a74cb09892f327353
Description: debug symbols for postgresql-9.5-pgmemcache
Build-Ids: dcc2337ae828669ca0154d5c8314430884dc909d
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-pgpool2
Source: pgpool2
Version: 4.1.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: libpgpool0 (>= 4.1.1-2.pgdg+1), postgresql-9.5, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-9.5-pgpool2_4.1.1-2.pgdg+1_arm64.deb
Size: 133984
SHA256: baaa8f1c000c00f420710b5762101540a063aa6a2bfec6b00333ab838c1c5b64
SHA1: b56cc06a4e0d106367b1439e470f9496c28acae2
MD5sum: 4a8d62ef8fc762c0e32e9710d82e2663
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)
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-9.5-pgpool2 (= 4.1.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-9.5-pgpool2-dbgsym_4.1.1-2.pgdg+1_arm64.deb
Size: 75932
SHA256: 04547119b2f2aee1568cbd3fc90d0158a89ae19808cf3d6fe370d5a1d3ed9945
SHA1: 90b6a895e0afdd3d588477e5c1f7af01f16dc967
MD5sum: 723b3d9fd866cfb0e09fe4c87707d6ba
Description: debug symbols for postgresql-9.5-pgpool2
Build-Ids: 292a201734240a43116c1e6e4ab425b10ce09fdc e871940d34785733ee1be4a0d8ee2ad670d24957 fbb3f8b14b668c677534639753c6dfc8215bec1d
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-pgq3
Source: pgq
Version: 3.2.6-34-g50068b2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2019
Depends: libc6 (>= 2.17), postgresql-9.5, pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-9.5-pgq3_3.2.6-34-g50068b2-2.pgdg+1_arm64.deb
Size: 81664
SHA256: d95dc220e46a50b778598bc07a59c6f3d4d29688dbb5938afd89964de1c72980
SHA1: 5f891c23b83524d8adbf95ffb052abc44a3f1c85
MD5sum: a4c0fef5ee3d8869305dc6169d09befc
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-pgq3-dbgsym
Source: pgq
Version: 3.2.6-34-g50068b2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-9.5-pgq3 (= 3.2.6-34-g50068b2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-9.5-pgq3-dbgsym_3.2.6-34-g50068b2-2.pgdg+1_arm64.deb
Size: 100844
SHA256: ce2dc46373986a5abed9074b04e6c6124d9c2cd5318eadc36a933bdf8bf291ab
SHA1: fb086e474f816456737d30ece11afec89fbffb69
MD5sum: 653c0be2917eb10c90150ee634986526
Description: debug symbols for postgresql-9.5-pgq3
Build-Ids: 88a5b99afea83de5faa256de2b9ebe02c367ef87 96a73bbe3112c19a9524b13dc92fdc2b6979da10
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-pldebugger
Source: pldebugger
Version: 1:1.0-10-g2a298eb-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: libc6 (>= 2.17), postgresql-9.5
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-9.5-pldebugger_1.0-10-g2a298eb-2.pgdg+1_arm64.deb
Size: 24624
SHA256: fd0f7534bb89cbc7ffe4a62478418fca1080f913986d7978e23efddcc88c3e7b
SHA1: 1314c7d2b60e8179c280fd43f1f7c5c77ed9a773
MD5sum: 36127b03e8e7f77d43d5fb91928b5f66
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.0-10-g2a298eb-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: postgresql-9.5-pldebugger (= 1:1.0-10-g2a298eb-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-9.5-pldebugger-dbgsym_1.0-10-g2a298eb-2.pgdg+1_arm64.deb
Size: 100264
SHA256: c19d288111ee0cc01fc6ee0920532bcfd35ac945ca7c076ac531847f5d17142d
SHA1: 10bd77b32dc2b125fad41fc8a2005324a86169d9
MD5sum: 9c4b6992bbba8884dda13ea1ddbcb52b
Description: debug symbols for postgresql-9.5-pldebugger
Build-Ids: a56decf11fa50190f4491757551270d357f49431
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-plr
Source: plr
Version: 1:8.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 139
Depends: r-base-core (>= 2.10), postgresql-9.5, libc6 (>= 2.17)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-9.5-plr_8.4-2.pgdg+1_arm64.deb
Size: 59160
SHA256: 34cb2e63d2d1263ff44ba202426611cf625df9a6feef7773c1ab4356c3d51ff1
SHA1: 530431e44dd62d6a95fd180fe9968f0f4e22cda7
MD5sum: 3de9684ca444fc2b9b9314585d251fb7
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-plr-dbgsym
Source: plr
Version: 1:8.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 185
Depends: postgresql-9.5-plr (= 1:8.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-9.5-plr-dbgsym_8.4-2.pgdg+1_arm64.deb
Size: 162744
SHA256: f97afe9020d3a77da00ea7d3cc11c282c4a1672456d32be78e509ad46c889a02
SHA1: f8e934f0c40d33c15c5c3ac97faf779d600156c6
MD5sum: fee55b7d08c8d0e0549bb9400d3c823a
Description: debug symbols for postgresql-9.5-plr
Build-Ids: 79b9446303ca9d08ffa0f16dfb51025ca0f58acc
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-plsh
Source: postgresql-plsh
Version: 1.20171014-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: libc6 (>= 2.17), postgresql-9.5
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-9.5-plsh_1.20171014-4.pgdg+1_arm64.deb
Size: 12708
SHA256: 37a475e52eba024b0295acef0775d5c2cb606d9b62a59a8ee9b4134caa723756
SHA1: ee02fe546cae0e8d38798086a80ddd49e2ec597c
MD5sum: 2e55b0f56ca83c1170fd1d38dfc6747b
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20171014-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-9.5-plsh (= 1.20171014-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-9.5-plsh-dbgsym_1.20171014-4.pgdg+1_arm64.deb
Size: 31672
SHA256: 56d5679c08f7ac82ca16ec5d71df2b3a4515d22cbc361d5bb9caa540374abd00
SHA1: 09e2f12435c1ecae9324b269c0b2696fdd571d01
MD5sum: abcac956972f1fdcbd42b45d69624586
Description: debug symbols for postgresql-9.5-plsh
Build-Ids: 0f549993362c85b94dac8b4f796cb7b6abadde30
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-pointcloud
Source: pgpointcloud
Version: 1.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: postgresql-9.5, libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-9.5-pointcloud_1.2.1-1.pgdg+1_arm64.deb
Size: 62136
SHA256: 4fd2a5c0f81a87afe4cc1181f29c7c1ccdffd618017a9e46bf0524c8c5529343
SHA1: c262dc20cc0215bbe847439c59380ce1b248451e
MD5sum: 438dd56a7d5c64038d608b17b47d82fe
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 214
Depends: postgresql-9.5-pointcloud (= 1.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-9.5-pointcloud-dbgsym_1.2.1-1.pgdg+1_arm64.deb
Size: 180652
SHA256: 9524b7521c03f7db7c710cfc4d3eaac889cccb20f2479f716f1bc20981b161e4
SHA1: 562f52e817d037a68c988ba232d1243db9ca8aee
MD5sum: be8b5c90e7ca1111e136e03b654307d6
Description: debug symbols for postgresql-9.5-pointcloud
Build-Ids: 351ccd6fc03cbef29f72edb76a82afbe94b04932
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-powa
Source: powa-archivist
Version: 3.2.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 547
Depends: libc6 (>= 2.17), postgresql-9.5
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-9.5-powa_3.2.0-2.pgdg+1_arm64.deb
Size: 26232
SHA256: 5972d28b3ba9d19fa7dcdb9ba0639e709a9790c7de28a1d7733455dec417ffcd
SHA1: e0dfd6af01db88f28c50b0e7749013ecf713e15f
MD5sum: b92eb78f14d1e32f47f7195f8ec9a626
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-powa-dbgsym
Source: powa-archivist
Version: 3.2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-9.5-powa (= 3.2.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-9.5-powa-dbgsym_3.2.0-2.pgdg+1_arm64.deb
Size: 32120
SHA256: 9cd2e2dd5e3234afccfeaeff8a4023df9e296e563393fa9076fc72863d7742d2
SHA1: 6a03e339f43941caf876793eb57a6cb9cba91935
MD5sum: 253c7eadb8338c12763b483437619519
Description: debug symbols for postgresql-9.5-powa
Build-Ids: b7986828ec5f6315e4c79a23be6ce88a7895a53e
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-prefix
Source: prefix
Version: 1.2.9-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: libc6 (>= 2.17), postgresql-9.5
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-9.5-prefix_1.2.9-2.pgdg+1_arm64.deb
Size: 21468
SHA256: b19a47abfdf2550fc161f7cee0a7ecc407f4f00989fff88f08fbee73afad3e19
SHA1: 78c144293885df1290448ac92040552c0f73b023
MD5sum: 111259900ee56224d1c73b075ff0707b
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-prefix-dbgsym
Source: prefix
Version: 1.2.9-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-9.5-prefix (= 1.2.9-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-9.5-prefix-dbgsym_1.2.9-2.pgdg+1_arm64.deb
Size: 51528
SHA256: 9e0aee7a6919d821a40ab8f3da0071a2ba7de93b9d5b609fa1e31f96c44fa5ff
SHA1: 540d343ce8d1e315872c65f71884c0cc61d026c4
MD5sum: 13f5b3f8facb55774e4a2868d257d27a
Description: debug symbols for postgresql-9.5-prefix
Build-Ids: c728900898a2bcedb009ab8029a9dfaf96bf5f78
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-preprepare
Source: preprepare
Version: 0.9-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: libc6 (>= 2.17), postgresql-9.5
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-9.5-preprepare_0.9-3.pgdg+1_arm64.deb
Size: 10064
SHA256: 493f8b9e67bba4ecb6169c4fa2bab470ed94ad5a0afc06c13c0ee31c410eaa6e
SHA1: 9056d36448a058c8f328bbfcac2b104bdcfaf85b
MD5sum: df44374ae42c3b6f7e1e90cb582dc6ca
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-preprepare-dbgsym
Source: preprepare
Version: 0.9-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-9.5-preprepare (= 0.9-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-9.5-preprepare-dbgsym_0.9-3.pgdg+1_arm64.deb
Size: 20116
SHA256: 5fa2ef87fdea9ce402e9a4a4ae50278d3997d73894057c0399cb23b9e7e55d42
SHA1: 8f7ce11ebd2f8a07cd0141aa7b62f52066886aa0
MD5sum: a9c33f199f7f9d47d4a499481ca6caf1
Description: debug symbols for postgresql-9.5-preprepare
Build-Ids: 7d81c2d2b1dce04c00a706f5f4e375acac11ab56
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-prioritize
Source: postgresql-prioritize
Version: 1.0.4-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: libc6 (>= 2.17), 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-6.pgdg+1_arm64.deb
Size: 6772
SHA256: 16aafc0f84f4cb93a705ccbf536f514afeda541e444ebe503534e1739df3556a
SHA1: accb53f64c36a9b6bcaa93be1d57515c98617a1d
MD5sum: 14bc82e5b5007143bf8457efc8da3563
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-9.5-prioritize (= 1.0.4-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-9.5-prioritize-dbgsym_1.0.4-6.pgdg+1_arm64.deb
Size: 15520
SHA256: 45b16268b0688dc8d44298070cf797fa08e3ffa2cc1c4c98bbc22b36ef53b7c1
SHA1: 8dfa8ee78400fa392990631d63c6d8b9e924cd02
MD5sum: 3ade1883a3a651d090762e7f1473d1fa
Description: debug symbols for postgresql-9.5-prioritize
Build-Ids: 9c1d25f4ca4127c6238b395bf68d82c75cbaac8b
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-repack
Source: pg-repack
Version: 1.4.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 171
Depends: postgresql-9.5, libc6 (>= 2.17), 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.4.5-2.pgdg+1_arm64.deb
Size: 68912
SHA256: 4af292d487eac74ea257c750aa2e9fb02cb8ee0c1b6ef6b6b3a75ec7bd8e247f
SHA1: 3e33fb9f00ebde625b9965b5211d505b3e2a967e
MD5sum: e76c4770dd0a1df73d35f8c8c94b9278
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-repack-dbgsym
Source: pg-repack
Version: 1.4.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-9.5-repack (= 1.4.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-9.5-repack-dbgsym_1.4.5-2.pgdg+1_arm64.deb
Size: 119692
SHA256: fa39cbf3917421de4f3259244e18a00fcd54a7ece268f5706fbb8586a00523ed
SHA1: b4297fa2a5973815952a097965d6eb62fb1f5f52
MD5sum: da981ac707f68155700e0f74d92a949e
Description: debug symbols for postgresql-9.5-repack
Build-Ids: 9e992d175f649419db4e0e070fe0b3bb4853c4fe f69e7a386c11d0b4d5301a996380aa14942b74a7
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-repmgr
Source: repmgr
Version: 5.0.0-4.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1016
Depends: postgresql-9.5, repmgr-common (>= 5.0.0-4.pgdg+1), libc6 (>= 2.17), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-9.5-repmgr_5.0.0-4.pgdg+1_arm64.deb
Size: 201944
SHA256: 841ef372fbbeb38ac3bf9ebf6cb129d6237fa148a0e15c4f573086307ebf7a96
SHA1: ced734c75157af5c7ed377e612e2b4eec302e3a8
MD5sum: 9fed450496720a79af1ef65e726e8c5c
Description: replication manager for PostgreSQL 9.5
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 9.5.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-repmgr-dbgsym
Source: repmgr
Version: 5.0.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 725
Depends: postgresql-9.5-repmgr (= 5.0.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-9.5-repmgr-dbgsym_5.0.0-4.pgdg+1_arm64.deb
Size: 662432
SHA256: efd8e9c27deefee92a311fed4b1ef0fb20f79fba3b677e8795297b5d9613a141
SHA1: bafef2dac837849b636d830aed06342c3a646e7b
MD5sum: 2b09f773a0e57ee7deed5bf8f5a18504
Description: debug symbols for postgresql-9.5-repmgr
Build-Ids: 21321704e71795ccdd8c77f467d83c69706e14ba 8c99c7012aa0b2efcf51476b1b8b52a0e9bcbed2 cc04d4818d88408daa9ed4dffa074b641bdd7ba8
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-similarity
Source: pg-similarity
Version: 1.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-9.5, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-9.5-similarity_1.0-3.pgdg+1_arm64.deb
Size: 32256
SHA256: ec0353e30415d43edae84150ab2b8e9917e0d22aca46a82ae9952036be1c4202
SHA1: 828ea34e0fb36271e22086ed68e360ab61d3dbf2
MD5sum: a8c0b5d6911ad5d29bb1bf8ab1821c6c
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-similarity-dbgsym
Source: pg-similarity
Version: 1.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-9.5-similarity (= 1.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-9.5-similarity-dbgsym_1.0-3.pgdg+1_arm64.deb
Size: 76140
SHA256: 2bfc3d73a051b11d6b982719b3347d1d780ca9bc0c2f4b784175c6bfe7cf6cd5
SHA1: 2d1df79d871c408908d91fe443bb9d893837c219
MD5sum: bf4fb67171b3097a1e10442bbec1e82b
Description: debug symbols for postgresql-9.5-similarity
Build-Ids: 69731e5ccdb62c97a484def3bf252629cb38e5a0
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-slony1-2
Source: slony1-2
Version: 2.2.8-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-9.5, libc6 (>= 2.17)
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.8-3.pgdg+1_arm64.deb
Size: 21972
SHA256: 07863a906ae5a2aacea0555aef3bb30b31266e93d94306133b55e059fe340b79
SHA1: c299aa97d7603bf34f536d7aff28d9c81f25205c
MD5sum: 5b57629f23c9a93c2b1bcee4f8421a21
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.8-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-9.5-slony1-2 (= 2.2.8-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-9.5-slony1-2-dbgsym_2.2.8-3.pgdg+1_arm64.deb
Size: 53672
SHA256: ce560178c0470de4914023ffc4873fae7933eaf0aad33604cbd5ba017960e6f3
SHA1: ab788f33ecff04c9ac9ca32e80918e69737a1c88
MD5sum: 6a58d8047d7e29cdada7fd116f53ae01
Description: debug symbols for postgresql-9.5-slony1-2
Build-Ids: 54f954a10d00e518306d7b0f06908710413b1506
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-snakeoil
Source: pg-snakeoil
Version: 1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-9.5, libc6 (>= 2.17), libclamav9 (>= 0.101.0)
Recommends: clamav-freshclam | clamav-data
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-9.5-snakeoil_1.3-1.pgdg+1_arm64.deb
Size: 8588
SHA256: aea4c67080e0f604c02ae4e26ec178edf34d3c5a969a5e8512a7f5f16bc04308
SHA1: 4c9d385a0f9811b1a770049ce685e5f67b70e5fe
MD5sum: b642a6489bf852552a8af00cc330dfb8
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-9.5-snakeoil (= 1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-9.5-snakeoil-dbgsym_1.3-1.pgdg+1_arm64.deb
Size: 20428
SHA256: ef0399acdf3d12b6c2f9ac8eab04de1ae6d40a1981c4cce16a53206e6065b5e0
SHA1: b3e12f62c4867cbea887f47fd4e540956e832ff4
MD5sum: 2533b3e59739cff336a1a9939bdd35d3
Description: debug symbols for postgresql-9.5-snakeoil
Build-Ids: 607d8a72c8e14af1d08ad443409a9524617b2310
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-toastinfo
Source: toastinfo
Version: 1.1-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-9.5, libc6 (>= 2.17)
Homepage: https://github.com/credativ/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-9.5-toastinfo_1.1-4.pgdg+1_arm64.deb
Size: 5864
SHA256: d9bbacb3a7df30ea424ed59e106d44f178c843fe22e62b5778024bc8f6df8833
SHA1: 9fbabee74985588bb01e1e00796acea55f630ef7
MD5sum: ccb73166880f079a8f0d83d9ef021faf
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-toastinfo-dbgsym
Source: toastinfo
Version: 1.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27
Depends: postgresql-9.5-toastinfo (= 1.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-9.5-toastinfo-dbgsym_1.1-4.pgdg+1_arm64.deb
Size: 13080
SHA256: 0730e7b60f6a2617f47eb2da54defd21074f01a8e6a472eb83595e4fbf0b8d42
SHA1: dd5c7baa40290cf9b305bb9143daae4b1c8f5755
MD5sum: cf26a4a6ba034253cb9eddbb7783d6c5
Description: debug symbols for postgresql-9.5-toastinfo
Build-Ids: 5e39303d3035294eaa6c51ff2f1ebffc0f121c53
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-unit
Source: postgresql-unit
Version: 7.2-2.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 334
Depends: libc6 (>= 2.17), postgresql-9.5
Homepage: https://github.com/ChristophBerg/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-9.5-unit_7.2-2.pgdg+1_arm64.deb
Size: 66060
SHA256: 332fe628c4f43ff0626c5007b2b2399f2b570d2e4c1f24b027c8962d9c85bf83
SHA1: 5d30ee587a26d89083350553cb7c742d3ab6631d
MD5sum: e1c0d66dbe16da387942a83614e719f3
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-unit-dbgsym
Source: postgresql-unit
Version: 7.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 85
Depends: postgresql-9.5-unit (= 7.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-9.5-unit-dbgsym_7.2-2.pgdg+1_arm64.deb
Size: 62508
SHA256: 5a45b15feef07c62714287d13ebef8baaf9a5a28c0b78cb2517ff8a570b1d531
SHA1: e66ac45220f6752e31afd6dae1af60cce1166b5e
MD5sum: 2dd5e12e00e5f0873d5c3406e6bb0146
Description: debug symbols for postgresql-9.5-unit
Build-Ids: 5520d130e63b5e6f55d0ff80dd372924dc6f0295
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-wal2json
Source: wal2json
Version: 2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-9.5, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-9.5-wal2json_2.2-1.pgdg+1_arm64.deb
Size: 14048
SHA256: be5789418cfc8e430af297fe4949280610cb213b661217a09ec40461811d3ba7
SHA1: f20e1d134299d571754238c2041909a95050440b
MD5sum: 82ac84bb2ae5eba6dc1ff8af6bff2b09
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.5-wal2json-dbgsym
Source: wal2json
Version: 2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: postgresql-9.5-wal2json (= 2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-9.5-wal2json-dbgsym_2.2-1.pgdg+1_arm64.deb
Size: 47828
SHA256: 2165a369eb47d1468a268cb198ffa33edb498760f74f1865284879d5ff2e4b7c
SHA1: 4278ce45e5d34466da2f16ba791b17766ed88bea
MD5sum: e2f5d9bb5823fae4ac72160a7e01beb3
Description: debug symbols for postgresql-9.5-wal2json
Build-Ids: 5c33f6c22e67684e2d7f53290a72db24373aad75
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-amcheck
Source: amcheck
Version: 1.5-1.pgdg+1
Architecture: arm64
Maintainer: Peter Geoghegan <pg@bowt.ie>
Installed-Size: 58
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://github.com/petergeoghegan/amcheck
Priority: extra
Section: libs
Filename: pool/main/a/amcheck/postgresql-9.6-amcheck_1.5-1.pgdg+1_arm64.deb
Size: 21548
SHA256: 5e66d6714baa37b749bdc58bc3fcc05aff235a0c6447abf66b00291cc64c236b
SHA1: b4db57671482f561b5ece816e217315eb00fd82c
MD5sum: 01d5a2a4a00d8a9dd3328c95c5e7dccf
Description: PostgreSQL extension that verifies indexes
 This extension verifies the logical consistency of PostgreSQL B-Tree indexes.
 The extension consists of SQL-callable functions.  When no error is raised
 during a call to these verification functions, no logical inconsistency was
 detected.  This is useful as a general smoke test to detect corruption.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-amcheck-dbgsym
Source: amcheck
Version: 1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Peter Geoghegan <pg@bowt.ie>
Installed-Size: 61
Depends: postgresql-9.6-amcheck (= 1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/a/amcheck/postgresql-9.6-amcheck-dbgsym_1.5-1.pgdg+1_arm64.deb
Size: 45464
SHA256: 7571e5af852ebb8a5c29ad0051ed03398ef1f50efb8c12adbf5a407a67c25e2a
SHA1: 5e8f91b6d22f7538076d2574a066129704350fb9
MD5sum: 13d9e81452aeeaa192928721676a6855
Description: debug symbols for postgresql-9.6-amcheck
Build-Ids: f18b0fb7e7a693ef5ac55ae03726f97cd87c3406
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-asn1oid
Source: pgsql-asn1oid
Version: 1.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://github.com/ChristophBerg/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-9.6-asn1oid_1.2-3.pgdg+1_arm64.deb
Size: 6632
SHA256: bff875f139c4cb0dcc6e84e9c25e4678fbfe8f75377db688442f334c26db92b1
SHA1: 4a67d1bcfba21d451b431dc78513dc6d423e376a
MD5sum: 5dcdea442a50dc37624733c571612472
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.6.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-9.6-asn1oid (= 1.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-9.6-asn1oid-dbgsym_1.2-3.pgdg+1_arm64.deb
Size: 10468
SHA256: c9bab0e51ccde58e4c321860a52429905467a06d2417c9ff534639fa9437b215
SHA1: d889632b7878470dc126d004216c66ab86fee054
MD5sum: 42506fae689f13868f01466757870297
Description: debug symbols for postgresql-9.6-asn1oid
Build-Ids: 80a3fd6c5ef9d68e36804f800aaa4ad74c8dda10
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.4.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 26
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-9.6-bgw-replstatus_1.0.4.pgdg+1_arm64.deb
Size: 6944
SHA256: f4c5ca38ef7ca23f1fc448f6dfeac99706f694cda233326201c5a217db215fdb
SHA1: 0ce407238fa9b95918fb8623639eb738474287c0
MD5sum: 6ee8b2751dc2d3d569f61f585aa43180
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 36
Depends: postgresql-9.6-bgw-replstatus (= 1.0.4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-9.6-bgw-replstatus-dbgsym_1.0.4.pgdg+1_arm64.deb
Size: 22448
SHA256: 62df15192af949c47fa567f8f5083794366667550f7fb70d2ba8d349fe1693f2
SHA1: 3d0f34724dd15114b7647a84c0d33d060cbaa6f6
MD5sum: 3bdf606d3604ade5036b6eb6b24f429e
Description: debug symbols for postgresql-9.6-bgw-replstatus
Build-Ids: 3d72a9c4b9d172776ecfa1813d11972695dec1c8
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-cron
Source: pg-cron
Version: 1.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-9.6, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-9.6-cron_1.2.0-1.pgdg+1_arm64.deb
Size: 20784
SHA256: e3127493362bbccabdf8745e43754ac65f84a75410404d8849d5db74d21b0009
SHA1: 4db836669c1f5f38cd23a079a8cb61b220b370e6
MD5sum: 79f631489dee112ed9c84b0428f3f364
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-cron-dbgsym
Source: pg-cron
Version: 1.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-9.6-cron (= 1.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-9.6-cron-dbgsym_1.2.0-1.pgdg+1_arm64.deb
Size: 74276
SHA256: 5db5a375a4b8322c59cb0dc58180e715436629aed5b1655fd872ced47b5c333b
SHA1: 330f7f6ee68f6826f164aeab46632fc908e78c12
MD5sum: b6eecb69cfc9af31fef30243bcc540c5
Description: debug symbols for postgresql-9.6-cron
Build-Ids: 6866b4c4bb6f83d573c0c42f0aec9f3e0de5c6a1
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-cstore-fdw
Source: cstore-fdw
Version: 1.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: libprotobuf-c-dev, postgresql-9.6, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/citusdata/cstore_fdw
Priority: optional
Section: database
Filename: pool/main/c/cstore-fdw/postgresql-9.6-cstore-fdw_1.7.0-1.pgdg+1_arm64.deb
Size: 32656
SHA256: c2e19ca6817e1f03b9e66b3e6488329d2f2ea020d736aef5f2546e9927925bfe
SHA1: 047d2cbec0dbb617f97b929be585385b25606cd3
MD5sum: 8f67a7853196f5b47300716c6cc2a4c6
Description: PostgreSQL foreign data wrapper for columnar storage
 Cstore_fdw is a columnar store extension for PostgreSQL, implemented as a
 foreign data wrapper (FDW). Columnar stores provide notable benefits for
 analytics use cases where data is loaded in batches. Cstore_fdw's columnar
 nature delivers performance by only reading relevant data from disk, and it
 may compress data 6x-10x to reduce space requirements for data archival.
 .
 This package is for PostgreSQL 9.6.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-cstore-fdw-dbgsym
Source: cstore-fdw
Version: 1.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-9.6-cstore-fdw (= 1.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/cstore-fdw/postgresql-9.6-cstore-fdw-dbgsym_1.7.0-1.pgdg+1_arm64.deb
Size: 157368
SHA256: f740a1cad89564fc7d9679bba893a184d79aaf2ff1af11d634ccd336b28ec6dc
SHA1: c623fc310f111529f7130760bdb569650f6475e9
MD5sum: 4b998ae05706de337944f8b98928652c
Description: debug symbols for postgresql-9.6-cstore-fdw
Build-Ids: 7415d0cc01f4211d545aedf78181f01f258807de
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-debversion
Source: postgresql-debversion
Version: 1.1.1-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.17), postgresql-9.6
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-9.6-debversion_1.1.1-3.pgdg+2_arm64.deb
Size: 10192
SHA256: c04458ae0147fc5d9a8987ddcc1d4cfcbfd3d464a080842da12db6a6427bbd63
SHA1: 36ac2ddec0ad8b0eae92217b8b183217e2c19942
MD5sum: 9559054ae88ac60241b97a97e17bb133
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()
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.1-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-9.6-debversion (= 1.1.1-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-9.6-debversion-dbgsym_1.1.1-3.pgdg+2_arm64.deb
Size: 23908
SHA256: 617039e7970805f230462037096f32cf41c63515857f9397c1f6e426ea0f4423
SHA1: 67e6c2da033a24324d05998f25a1c12e7ad57398
MD5sum: bc184e4654fdc15580e60b0dafdc8621
Description: debug symbols for postgresql-9.6-debversion
Build-Ids: c69383da9b1e93aed0bc7a209e217901e3a43d65
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-dirtyread
Source: pg-dirtyread
Version: 2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: libc6 (>= 2.17), postgresql-9.6
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-9.6-dirtyread_2.2-1.pgdg+1_arm64.deb
Size: 10728
SHA256: db6168f3b97e3935275cc9d82893135d8dca3527ce3b59f72ff4f5f75ce522cb
SHA1: 220e1a8c5dfa68bbd23edd90c54b4e9f0b166c0a
MD5sum: 96f854c15232b6eac207a6ced545574c
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-9.6-dirtyread (= 2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-9.6-dirtyread-dbgsym_2.2-1.pgdg+1_arm64.deb
Size: 34056
SHA256: b9ba935ddb24795f0d67387c6069de16827c166245169738cf7179dbdcb873ef
SHA1: 33e0bceb2177d06bc9f3cd08d0393196db844c20
MD5sum: 016c333d138a1ff90e41cdd856668411
Description: debug symbols for postgresql-9.6-dirtyread
Build-Ids: c63935e56071d21f95b4f93786df97bb800a9e18
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-9.6
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-9.6-first-last-agg_0.1.4-4-gd63ea3b-2.pgdg+1_arm64.deb
Size: 5444
SHA256: 4c043aef649494a1b1d78271c481a57329097ca83975741f2c73dce888c8f2a1
SHA1: e3dc1876abbb908eabb7a63da08e959edf3811fa
MD5sum: bbdae79f61e8f7fbf7d5cb1ae21b84da
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20
Depends: postgresql-9.6-first-last-agg (= 0.1.4-4-gd63ea3b-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-9.6-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-2.pgdg+1_arm64.deb
Size: 6444
SHA256: 485fc4dda01ae4117358e89d65052f05b7a1ad63d7c8cc81a5e923eb4d2b9554
SHA1: 4057f032130471e7bc403c9ba906636e39f37d12
MD5sum: cef32b424fc4fe8733a275dace4d7986
Description: debug symbols for postgresql-9.6-first-last-agg
Build-Ids: dc6e08874471e66a2d20c7179022ce4984588a6b
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-hll
Source: postgresql-hll
Version: 2.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 160
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-9.6-hll_2.14-1.pgdg+1_arm64.deb
Size: 34848
SHA256: 35006d1b55a586f7569a73944528de82bd5d97a30e0c72982ace1d113e8d072d
SHA1: e26b9e895ef7bc4987bc25b69b818a9661fe2124
MD5sum: fd87f6a61dca3d8bbdbd093f027ab154
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-hll-dbgsym
Source: postgresql-hll
Version: 2.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: postgresql-9.6-hll (= 2.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-9.6-hll-dbgsym_2.14-1.pgdg+1_arm64.deb
Size: 81092
SHA256: 4e1a82119d3e7155a7245b02ac9a872099edb8437bd0650617ef2abea62d62a4
SHA1: bab843ada5e22bbf7aa9396096333588c2641cc8
MD5sum: 5db311670865b368acecec4069b1f174
Description: debug symbols for postgresql-9.6-hll
Build-Ids: f574c202e2c5f424a322f644eaac621358ffebb1
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-hypopg
Source: hypopg
Version: 1.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 61
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-9.6-hypopg_1.1.3-1.pgdg+1_arm64.deb
Size: 18536
SHA256: ab13348028936dc5fc324f3deddf4c6dd2e7776c494c5c58e65437b32f1b3bf3
SHA1: 4b4aef64e6fd2745086d6431bae51b74f907e4ac
MD5sum: 9ee6d5814e2f15ee6320973f49a21752
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-hypopg-dbgsym
Source: hypopg
Version: 1.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 121
Depends: postgresql-9.6-hypopg (= 1.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-9.6-hypopg-dbgsym_1.1.3-1.pgdg+1_arm64.deb
Size: 101560
SHA256: 2a307a6447cbaf9fab85fef97d30ab77fb88e3a6067f5cc8ba7e4790518fe973
SHA1: 8d753c783258f5f3a23f80ba1c693eb90a4785a3
MD5sum: f1dc17ce10a42acb92cf4f16ac94674f
Description: debug symbols for postgresql-9.6-hypopg
Build-Ids: 3c4010e248072ae6408db247f849f0eebea056fb
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-ip4r
Source: ip4r
Version: 2.4.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 340
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: http://pgfoundry.org/projects/ip4r/
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-9.6-ip4r_2.4.1-2.pgdg+1_arm64.deb
Size: 64584
SHA256: e2fd7e1a965467d777ab5c5d3ee6b9b5d00bf3527674c5989abd7ae029758a81
SHA1: 1c4c40fd8f110fadbb2f911c6328c7de3b9a98cc
MD5sum: 4635316afd9575ff41871cd4629defc7
Description: IPv4 and IPv6 types for PostgreSQL 9.6
 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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: postgresql-9.6-ip4r (= 2.4.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-9.6-ip4r-dbgsym_2.4.1-2.pgdg+1_arm64.deb
Size: 218464
SHA256: daec1128858baae4834c4fd7e4e94e06c37f578d1c01bd015626fab44f741e20
SHA1: 2059ae2287ed23f05f6aad577dfa1c2dd5e5533d
MD5sum: 2b0559282bda14fcd494861f758bfecc
Description: debug symbols for postgresql-9.6-ip4r
Build-Ids: 81884a5c44bdbd3eabca30eacc71024293af5cb0
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-jsquery
Source: jsquery
Version: 1.1.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-9.6-jsquery_1.1.1-2.pgdg+1_arm64.deb
Size: 40988
SHA256: 5e0cd38b38726df6dc37c1807e87473b3af961650eafafad9bcbd4a8af389538
SHA1: cbbcc1a00ae3f37fe6909a8ee4e560ca620d8f5e
MD5sum: 1f546dd572b52f6114eab3bf6bca46ad
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 142
Depends: postgresql-9.6-jsquery (= 1.1.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-9.6-jsquery-dbgsym_1.1.1-2.pgdg+1_arm64.deb
Size: 113720
SHA256: 4bbda643eb25043e021470ce9d26025f9590c11981708088cfa70229948ce395
SHA1: 92eb4b700e8e4e44071ba9f8034e64d0beccc515
MD5sum: 8d5c233fe88dad7c17ab8ba08aacb492
Description: debug symbols for postgresql-9.6-jsquery
Build-Ids: 6160f2e300eb8952ebc8adf3d964104c524a41d1
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.5.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-9.6-mysql-fdw_2.5.3-1.pgdg+1_arm64.deb
Size: 28052
SHA256: 9612e9e5f3616e689ea4c0b82adbddd789d87970dff5f349c809e2f59f927874
SHA1: 39d03458862823a0315590dc6de52d6ee5d98b62
MD5sum: 5183f224b24ab19f718fcbbcb37a6d30
Description: Postgres 9.6 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.6.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.5.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 210
Depends: postgresql-9.6-mysql-fdw (= 2.5.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-9.6-mysql-fdw-dbgsym_2.5.3-1.pgdg+1_arm64.deb
Size: 192852
SHA256: 7346d7c18bbbcfc2408b1829a83d3e9b2e44c65014c6cd7abd7143f10193cb2b
SHA1: 21ac599f24d5055749985e0f64d5b5bd01b4985e
MD5sum: 456ea2d5caa3c13cc0a35dedfafdce78
Description: debug symbols for postgresql-9.6-mysql-fdw
Build-Ids: 35e481466050b634dd608eea9ef8f872b850bc89
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-numeral
Source: postgresql-numeral
Version: 1.0-3.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 96
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://github.com/ChristophBerg/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-9.6-numeral_1.0-3.pgdg+1_arm64.deb
Size: 21948
SHA256: d35d85b23ccd75831f49459d09232cb4b1d621b4b17d8307848be0013fe6a42f
SHA1: d45c0b2f2615dac121eecd937a3b98fead9cf626
MD5sum: 0ecabecfdf851834fa8aa1751a61f493
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-numeral-dbgsym
Source: postgresql-numeral
Version: 1.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 63
Depends: postgresql-9.6-numeral (= 1.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-9.6-numeral-dbgsym_1.0-3.pgdg+1_arm64.deb
Size: 41808
SHA256: b8a53ff4259959e1861c68ead1deaab8cd397f6db78b0f9dd4885f93e9979abc
SHA1: 4478b6ef9ea96a56a2f48434970e362d9b07829a
MD5sum: 25906d26b3df37eb34f7ece7c1a8db77
Description: debug symbols for postgresql-9.6-numeral
Build-Ids: 68d86226fd915dd7469b375cd61b7db22dc33ea4
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-omnidb
Source: omnidb
Version: 2.17.0+ds-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: libc6 (>= 2.17), libpq5, postgresql-9.6
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/postgresql-9.6-omnidb_2.17.0+ds-1.pgdg+1_arm64.deb
Size: 11544
SHA256: 8983f25eb898c3443826155e924c57db83bb2545c77a7eb9787d44ceef8abc78
SHA1: e07967dea19880eb60fb6467de8569ae79431b41
MD5sum: 01fa2c6a81554eabf881256b4f22942e
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL extension for interactive PL/pgSQL
 debugging in OmniDB.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-omnidb-dbgsym
Source: omnidb
Version: 2.17.0+ds-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-9.6-omnidb (= 2.17.0+ds-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb/postgresql-9.6-omnidb-dbgsym_2.17.0+ds-1.pgdg+1_arm64.deb
Size: 32744
SHA256: cbb819bd37a2abcecfd93b12d34c71b2d45db314fe374e8447407bb685753434
SHA1: 8a720eaaa74292af1c8ec21915f7b3479ccc744b
MD5sum: 75634a9833991950d19f475356c7e2f1
Description: debug symbols for postgresql-9.6-omnidb
Build-Ids: bb6b038bc90c023218b05e5d6dca0c65c2dcc93e
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-orafce
Source: orafce
Version: 3.9.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 352
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-9.6-orafce_3.9.0-1.pgdg+1_arm64.deb
Size: 89908
SHA256: ffca81f8368488b1bcbf4bfaa363d9dd140bd5b920eef58638adfa047e9eb4df
SHA1: 99956afaaf7daf61204d9603d9350f585ad32fdd
MD5sum: 4aa0301408e1178981ed09e6730562a8
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-orafce-dbgsym
Source: orafce
Version: 3.9.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 365
Depends: postgresql-9.6-orafce (= 3.9.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-9.6-orafce-dbgsym_3.9.0-1.pgdg+1_arm64.deb
Size: 298136
SHA256: 45269a6ea2fc29d9e73c1f55b780b950bb0a54fd8c720879d133b6742f8627a5
SHA1: f8346206e76b158ee7aa2d1593b1ea4d3d3bc7a7
MD5sum: 17d735dd90c6843400c54f83028bb825
Description: debug symbols for postgresql-9.6-orafce
Build-Ids: 4cdaffc69a4f6292e3bd79482323658076619633
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-partman-dbgsym
Source: pg-partman
Version: 4.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-9.6-partman (= 4.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-9.6-partman-dbgsym_4.3.0-1.pgdg+1_arm64.deb
Size: 26568
SHA256: 6b8b74f93697b3f82bb33716799da617519fbeaec23e8a1eef985e9fb6400e2d
SHA1: 17955a08ecec625feb925af94c2bbf701653c26c
MD5sum: c83bc5af77638bc7cb391e8a13ebbf05
Description: debug symbols for postgresql-9.6-partman
Build-Ids: 54226159f50670bbe2d39f78e213ea890218e755
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-9.6-pg-checksums (= 1.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-9.6-pg-checksums-dbgsym_1.0-3.pgdg+1_arm64.deb
Size: 30092
SHA256: a9cd0db38a4b84c60d37d3e2d4e9b15b1f7ca600681489312821cc7901912aa9
SHA1: 1aa87c84f326e7f0cd90b60ae8b2f64ba074afd1
MD5sum: b298d31638b5b698d3129a7262edba43
Description: debug symbols for postgresql-9.6-pg-checksums
Build-Ids: b0736b48318ec9f327823876b251ebb7505ec976
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-pg-fact-loader
Source: pg-fact-loader
Version: 1.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 428
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-9.6-pg-fact-loader_1.5.2-1.pgdg+1_arm64.deb
Size: 42364
SHA256: 3cd5ceb3213100fe54bd87557ec9d12d8101a0b18711c970b69c2fc55a245f71
SHA1: 263c3903633934c53ee8e9ccea0ba069e9201d5c
MD5sum: 8a095f22302e3c95befe12294c31ecfb
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 9.6.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 38
Depends: postgresql-9.6-pg-fact-loader (= 1.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-9.6-pg-fact-loader-dbgsym_1.5.2-1.pgdg+1_arm64.deb
Size: 23384
SHA256: 7dcd943186393d9684d7e17f7fdaa76be2813417b50f8248f954d4d60a7f0699
SHA1: f7fe9850d1b87f7f803e48381f98d27eb95a7b94
MD5sum: 477f5ca3efae944932d8a43fde0a998b
Description: debug symbols for postgresql-9.6-pg-fact-loader
Build-Ids: 5926cca85196cefda0523baf1b3de78a0cb53071
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-pg-qualstats
Source: pg-qualstats
Version: 1.0.9-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 70
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-9.6-pg-qualstats_1.0.9-1.pgdg+1_arm64.deb
Size: 22816
SHA256: 6762e5885d01578d74e00b5283eb15a97e3bfd30616748a687bf205b1cd456d3
SHA1: dbf1afb13bcea8ab51e2f54e684738c3d4a9da70
MD5sum: d87c7e8435806e283dc24c8ba43b0321
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 1.0.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 78
Depends: postgresql-9.6-pg-qualstats (= 1.0.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-9.6-pg-qualstats-dbgsym_1.0.9-1.pgdg+1_arm64.deb
Size: 61360
SHA256: 839fe0e06ac6aef74297136ea0529dcfed9d61e67a1decf58c5ee0493b5defaf
SHA1: df4e588382530fc557af758e127682f34d9d8cee
MD5sum: 9cc791ee678b3e55099ea7a8f79956d1
Description: debug symbols for postgresql-9.6-pg-qualstats
Build-Ids: 40f9e694cbb6641058cf92621ec03fa7c24ae8b4
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.1.1-3.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 47
Depends: libc6 (>= 2.17), postgresql-9.6, postgresql-contrib-9.6
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-9.6-pg-stat-kcache_2.1.1-3.pgdg+1_arm64.deb
Size: 13416
SHA256: 9a11521332df28b348fc5f1f53e1df717e51dc16a21795db50afc6b35fbef1fa
SHA1: b883fbe6316d0381ded20049ad738a051455edad
MD5sum: cb9fe898cb7fad344ad08137107c1fb0
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.1.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 51
Depends: postgresql-9.6-pg-stat-kcache (= 2.1.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-9.6-pg-stat-kcache-dbgsym_2.1.1-3.pgdg+1_arm64.deb
Size: 36168
SHA256: 927f4187a05a18247d9ebd3e00187eed52676e4028714d5969cdde5563060b2a
SHA1: 722dcc1b48320c089c47ff27a506c97a1f08f323
MD5sum: 22f2e422be298b504210f081c295afac
Description: debug symbols for postgresql-9.6-pg-stat-kcache
Build-Ids: 593fca2a16ee8b2111eed24ab586587db84c235f
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-pgextwlist
Source: pgextwlist
Version: 1.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-9.6-pgextwlist_1.10-1.pgdg+1_arm64.deb
Size: 12508
SHA256: 430fe9b30037726a3c3389a464a522f0a95ff4368d52b4bb6c0508b9ad9e6578
SHA1: c7b1c37977a6584035f7bbdce89374469c9a1d1e
MD5sum: d809cb7984bb2d8f77c05e0120ff61b4
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-9.6-pgextwlist (= 1.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-9.6-pgextwlist-dbgsym_1.10-1.pgdg+1_arm64.deb
Size: 53152
SHA256: cc301d066400b9122a1ef6f1e3abeaa34792c9bd905bcc0912d623ad494cc60a
SHA1: d2051c2043957a482e593893607784572e977026
MD5sum: 4f89d5a465af6b7554cb4a26211c97de
Description: debug symbols for postgresql-9.6-pgextwlist
Build-Ids: dd89823af4e043ed4d3f4c85c39ca09898d96190
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-pgfincore
Source: pgfincore
Version: 1.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-9.6-pgfincore_1.2.2-1.pgdg+1_arm64.deb
Size: 15044
SHA256: 4c62bc6e4c2f12e3beebebb71f6c70c2cf2d62be5fa1c974042f3e2f86867839
SHA1: 45872557abeaf556032c5e29cede3ec941461827
MD5sum: 6df0b3afea485d649daa83f181487314
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-pgfincore-dbgsym
Source: pgfincore
Version: 1.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-9.6-pgfincore (= 1.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-9.6-pgfincore-dbgsym_1.2.2-1.pgdg+1_arm64.deb
Size: 36960
SHA256: 416e323d9c1cd3533b08fcbe55dfe200294c8645f5a4ed7c06d2e691d427c870
SHA1: b83d119aa4f946f993e9d505df032abf3f75415a
MD5sum: fbfe8c46d76eea2596f1fe44ebc0b627
Description: debug symbols for postgresql-9.6-pgfincore
Build-Ids: b532fca879b5b70fa5dc8d0f14be0e2a68fe4d14
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 1.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 1354
Depends: postgresql-9.6, postgresql-9.6-pglogical, libc6 (>= 2.17)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-9.6-pgl-ddl-deploy_1.7.0-1.pgdg+1_arm64.deb
Size: 36644
SHA256: a20b96e070e66fcd16f4830e27c9af39f9e70ca5d0f5c75ea0807a2b8184385b
SHA1: daf8bda9314324fe7af4a731453ae14b0328c404
MD5sum: 150fd92abc2cf641413e9364a381fc2d
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 9.6.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 1.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 51
Depends: postgresql-9.6-pgl-ddl-deploy (= 1.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-9.6-pgl-ddl-deploy-dbgsym_1.7.0-1.pgdg+1_arm64.deb
Size: 31324
SHA256: d740ca597a67e871d8e3f52e8f353b25b926b9890c04ce7811b5d75135a215b0
SHA1: 8803a9a1d70eaab5fd608ca5465b7e87ed80e91a
MD5sum: e075eca7d93f4e64f0a943bf5eca6ee2
Description: debug symbols for postgresql-9.6-pgl-ddl-deploy
Build-Ids: 7d76ae366e943e7a1bdcdafccd94b692fe771bcd 9b9d74948be42b29b116c334956206c450064869
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-pglogical
Source: pglogical
Version: 2.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 422
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-9.6
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-9.6-pglogical_2.3.0-1.pgdg+1_arm64.deb
Size: 108604
SHA256: 37baf9c8be525a3b8cf42cf6b201e5b21314daad8ceb4abfd0b01b8eb7de3a74
SHA1: 0783ee4edaeb86596809e62f3ab2d8e899d25327
MD5sum: 438bda47702e1c19f787ef2f35643d85
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-pglogical-dbgsym
Source: pglogical
Version: 2.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 752
Depends: postgresql-9.6-pglogical (= 2.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-9.6-pglogical-dbgsym_2.3.0-1.pgdg+1_arm64.deb
Size: 686976
SHA256: e293fb9345bba7dd8898b4a008eb05e59e102320c6f466135e728003d39f27fa
SHA1: 3068b74c91cfe4cb34d104f003d9777e24582b1d
MD5sum: 31669fcfabf5a9d4c3ec52c3ade535f2
Description: debug symbols for postgresql-9.6-pglogical
Build-Ids: bac258bac89ee5b38ed4f4c476b409b99fb8c203 cf817fe424a08ff381238aa3abc059d2524864e1 e2d8064f356cd5f79ef09f74fe7188b356915af8
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 117
Depends: postgresql-9.6, postgresql-9.6-pglogical, libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-9.6-pglogical-ticker_1.4.0-1.pgdg+1_arm64.deb
Size: 12204
SHA256: fa768949bd4c0087979159c84c622d976664643a0f70d0229591ce055090b169
SHA1: 291628628a33912a550c319679d3a93994ef3b96
MD5sum: cb537d072152209fad1be144a123c070
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 9.6.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 39
Depends: postgresql-9.6-pglogical-ticker (= 1.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-9.6-pglogical-ticker-dbgsym_1.4.0-1.pgdg+1_arm64.deb
Size: 24564
SHA256: f5cff23b80e2396fdf45cd930c3589f98ecd52a26bdddb50435db58a0533cd58
SHA1: 0b429699690cf1a4e0fbfb4df17ca657aae35d1a
MD5sum: c6119516951115a42f0e28209b778d42
Description: debug symbols for postgresql-9.6-pglogical-ticker
Build-Ids: 9b11a0fde4fb26542b3c930d05c6ec369b328e86
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-pgmemcache
Source: pgmemcache
Version: 2.3.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-9.6, libc6 (>= 2.17), libmemcached11, libsasl2-2 (>= 2.1.27+dfsg)
Homepage: http://pgfoundry.org/projects/pgmemcache/
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-9.6-pgmemcache_2.3.0-7.pgdg+1_arm64.deb
Size: 21120
SHA256: 68e5d7d7d4813b740bb0d901fc5c6b618f2de959626747a1c41bba20a23fe59e
SHA1: 7fc8cf7f68c06a37e356410defa3058adc5a6d8f
MD5sum: 0943d72c9a37f5e1c7f91b29b2fd5759
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-9.6-pgmemcache (= 2.3.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-9.6-pgmemcache-dbgsym_2.3.0-7.pgdg+1_arm64.deb
Size: 42132
SHA256: 3ced3656dd2c7a64a251f108b1f08efd59a9be452fff0df255797ac456a34f42
SHA1: b268e4bb5e00642097fa1cfa549bc622358735eb
MD5sum: 19cb912a65b5aa298843bd099523f94a
Description: debug symbols for postgresql-9.6-pgmemcache
Build-Ids: 78f9921d5be6ad6e549abd94d158d0c3684c6fa9
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-pgpool2
Source: pgpool2
Version: 4.1.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: libpgpool0 (>= 4.1.1-2.pgdg+1), postgresql-9.6, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-9.6-pgpool2_4.1.1-2.pgdg+1_arm64.deb
Size: 134000
SHA256: fa9b2cbf7302b30ef8c85381bab0f3e97c4909eef67c45e841d42c6f87ee6bda
SHA1: 066100e0474b4fd3760f1ad055f9851f7e4babac
MD5sum: f88174b44282f745325d20c1913ff8be
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)
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: postgresql-9.6-pgpool2 (= 4.1.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-9.6-pgpool2-dbgsym_4.1.1-2.pgdg+1_arm64.deb
Size: 78296
SHA256: 06d0cd9918d09ecba9046bb0144183ac6851b50a587ca4c984eb4ffe6a27ce29
SHA1: 7e0427e587bd262fedf85a497b7f1f69529f1558
MD5sum: fa4a5ccdf8e05aabdb25a93fddb91b98
Description: debug symbols for postgresql-9.6-pgpool2
Build-Ids: 28300735c3da13cf764f838e930853c942d7ea97 495d0eb9d80b1fa9700d44a812817a24ab9888dd 987f5056210763a283ec445c696d01d8219722d7
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-pgq3
Source: pgq
Version: 3.2.6-34-g50068b2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2019
Depends: libc6 (>= 2.17), postgresql-9.6, pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-9.6-pgq3_3.2.6-34-g50068b2-2.pgdg+1_arm64.deb
Size: 81636
SHA256: 4abf3c8d2618cea9e6eb97497877f7f455fa26c5740921b5987899789f225e3d
SHA1: 5495ebe782a003a0746f5a048c96f7b7e6fa1a1b
MD5sum: db8ea882e8020ec6c51e0fa58c220fe7
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-pgq3-dbgsym
Source: pgq
Version: 3.2.6-34-g50068b2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: postgresql-9.6-pgq3 (= 3.2.6-34-g50068b2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-9.6-pgq3-dbgsym_3.2.6-34-g50068b2-2.pgdg+1_arm64.deb
Size: 103284
SHA256: 35f7a53eb5671a33d3c45dc308d9668ac34e31d57548641e1dd3af3a3a5a549c
SHA1: 94801c1bd6f7a5bef22e06761bf0333529082a2e
MD5sum: 3c70f51ca4966a8ebad97623d2ae07d3
Description: debug symbols for postgresql-9.6-pgq3
Build-Ids: 9f2b5ad7443eab1fdaed641897f0c5d2b5f75068 e030c2016b64a67c6671ca2f9c0b8a00a7efa928
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-pldebugger
Source: pldebugger
Version: 1:1.0-10-g2a298eb-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: libc6 (>= 2.17), postgresql-9.6
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-9.6-pldebugger_1.0-10-g2a298eb-2.pgdg+1_arm64.deb
Size: 24624
SHA256: 2e7ee6f801ed25bbb10d1297d64d73ac78259bf125e4e619ddf54c369e58e4e7
SHA1: aaae6570910315d7449e5e37039e9591023ae74b
MD5sum: 86db87a032c43b9615a4c2642a5ed6f1
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.0-10-g2a298eb-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 122
Depends: postgresql-9.6-pldebugger (= 1:1.0-10-g2a298eb-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-9.6-pldebugger-dbgsym_1.0-10-g2a298eb-2.pgdg+1_arm64.deb
Size: 102492
SHA256: e7c36fe913a10eff800b068457eb537e6ef39015c19970d0adbe50637f1ac6d2
SHA1: a7ea6f97dd058b9dfc8ddcc215861881ecd766d3
MD5sum: a9a820085286624e477168027138270a
Description: debug symbols for postgresql-9.6-pldebugger
Build-Ids: e6f1956cab6977730999e445e5068f5d04b3463c
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-plr
Source: plr
Version: 1:8.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 139
Depends: r-base-core (>= 2.10), postgresql-9.6, libc6 (>= 2.17)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-9.6-plr_8.4-2.pgdg+1_arm64.deb
Size: 59276
SHA256: 6e2cef43af4f5db18a30aff8b579860c64bc61b6b6c97442195e30d9b29ba039
SHA1: 189e81124de5a253c4489cc828b723af57374ffa
MD5sum: ec76fc360e16078dd82e2c275055fd37
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-plr-dbgsym
Source: plr
Version: 1:8.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: postgresql-9.6-plr (= 1:8.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-9.6-plr-dbgsym_8.4-2.pgdg+1_arm64.deb
Size: 172176
SHA256: 2c3c8faca0453b5536c8ae6cc8136447c7eea16fadae988d50b6acc5007b92e7
SHA1: 381cd20e79d15744ce2edbcca03cb24c4c9bf7be
MD5sum: 864c1f7f3d69e9d867f411a73ebe028d
Description: debug symbols for postgresql-9.6-plr
Build-Ids: 587fed6fae32ce80cb0870a844dbaf34b415da89
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-plsh
Source: postgresql-plsh
Version: 1.20171014-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-9.6-plsh_1.20171014-4.pgdg+1_arm64.deb
Size: 12708
SHA256: efc9b3b2287f4b0dedb84dc3945028f3d852ae0809ffb109fc31e40a81c41cab
SHA1: d7dc8f5fde64906028264a82cb78fc1c65d9b56b
MD5sum: 8fa5d773d7bed441fcb0d362a00c6b05
Description: PL/sh procedural language for PostgreSQL 9.6
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in a shell of his choice.  You need this package
 if you have any PostgreSQL 9.6 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20171014-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-9.6-plsh (= 1.20171014-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-9.6-plsh-dbgsym_1.20171014-4.pgdg+1_arm64.deb
Size: 32500
SHA256: 0c0552b63d75c25c9f211c707ac5441865b94c00d4d177083de808cecfcba2db
SHA1: 01da37e27f38a59a43b9e9714aa2adfcce38eb54
MD5sum: b9e36518a59308fd48b150c18e1cf614
Description: debug symbols for postgresql-9.6-plsh
Build-Ids: 63ffdc7e5a9686f0a7f6e8c478b63e1a68e0cbc4
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-pointcloud
Source: pgpointcloud
Version: 1.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: postgresql-9.6, libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-9.6-pointcloud_1.2.1-1.pgdg+1_arm64.deb
Size: 62068
SHA256: d0c39ae03e4690f961013494cd93f9ff92fa7a53f346041eed85f0eac9ad10db
SHA1: bcd91da6e4770067d369643d3203f58c73d3a8cc
MD5sum: 7a782ae3b8bcef0f3cfe098b801c63a2
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 216
Depends: postgresql-9.6-pointcloud (= 1.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-9.6-pointcloud-dbgsym_1.2.1-1.pgdg+1_arm64.deb
Size: 182336
SHA256: 27d4acd7240d1848619a5a27c53f0bfc606460f79e59c219df7da70c6a8bceb0
SHA1: 59448e3751c41b7cccfb3c2f7e7f7d6ab23306f1
MD5sum: 84d2c85ab8fd342e4f8a5ae8cd080877
Description: debug symbols for postgresql-9.6-pointcloud
Build-Ids: 1c4ed21c9538b5fe7e604810683fe9ce08aa6d49
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-powa
Source: powa-archivist
Version: 3.2.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 547
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-9.6-powa_3.2.0-2.pgdg+1_arm64.deb
Size: 26232
SHA256: be65b718573a265ddadc14cadb3b3059815fc5c56fa63616fedec27b5027bc90
SHA1: ce83f3e647907909faf1cf515a7ccf9ab9efc1f0
MD5sum: 6053ad019ea58e01013c8abd0ac07f8c
Description: PostgreSQL Workload Analyzer -- PostgreSQL 9.6 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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-powa-dbgsym
Source: powa-archivist
Version: 3.2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-9.6-powa (= 3.2.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-9.6-powa-dbgsym_3.2.0-2.pgdg+1_arm64.deb
Size: 33116
SHA256: 8de6bcda3a071397a76b284b99f312b37fe176ba4ba28bdbd62bbfc07cce71c9
SHA1: ef77ca46ea7d91adafc9e5fdbc6cf3d1787acb1b
MD5sum: d5de46267c0d4ef35390929739896061
Description: debug symbols for postgresql-9.6-powa
Build-Ids: 9d35ab238414d3dcd45fa1a031bd6516f279af8b
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-prefix
Source: prefix
Version: 1.2.9-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: libc6 (>= 2.17), postgresql-9.6
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-9.6-prefix_1.2.9-2.pgdg+1_arm64.deb
Size: 21496
SHA256: 8db1f2998ed39b9318a5bbfe539a543307b3664704b06d97690cb5d4a1ee701a
SHA1: 2a9b48dc9bd78e8279d74facfed2f6d60972f2cf
MD5sum: 06f17e21ba9bb3bba6d2acc4a6f1d985
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-prefix-dbgsym
Source: prefix
Version: 1.2.9-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-9.6-prefix (= 1.2.9-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-9.6-prefix-dbgsym_1.2.9-2.pgdg+1_arm64.deb
Size: 51996
SHA256: ef76b56d910288a2bcb4d76a04c12625e82ad08abfe111c66dac65f429758b79
SHA1: 109cea7ea7539285957dc7c55af71ee8cb840b86
MD5sum: 8224caa8653fe73180820457cf8bc7ce
Description: debug symbols for postgresql-9.6-prefix
Build-Ids: 0b356078df347a35ee9a4db6e5ee7219d3e1536c
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-preprepare
Source: preprepare
Version: 0.9-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: libc6 (>= 2.17), postgresql-9.6
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-9.6-preprepare_0.9-3.pgdg+1_arm64.deb
Size: 10036
SHA256: f1f3d278253d1c1639e98de26eb448c5520b2e5a41d0676b8bb7ca1555c6a23a
SHA1: d91d164d699d40394222b331627137860c4dfa54
MD5sum: 9a3a84c88011571e9258e76e29c64893
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-preprepare-dbgsym
Source: preprepare
Version: 0.9-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-9.6-preprepare (= 0.9-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-9.6-preprepare-dbgsym_0.9-3.pgdg+1_arm64.deb
Size: 20728
SHA256: 7d1567dfc8a710b681784230d57f565a799a822fdd2d7716026dd92e47f6fcb2
SHA1: b56a707c4893f73ac06a9444f7b5bb0f1b67bd9d
MD5sum: 9dd36982d5c4dbae07f6eba1df4302a7
Description: debug symbols for postgresql-9.6-preprepare
Build-Ids: da325bfc4cd5eee92f39a3b09ef2bd4e1517fdac
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-prioritize
Source: postgresql-prioritize
Version: 1.0.4-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-9.6-prioritize_1.0.4-6.pgdg+1_arm64.deb
Size: 6772
SHA256: 02b4db63f51ee940980fcea194538bc26e3380447619960e3a7ad2242e60539d
SHA1: d1f92497ec2ca1b8a9010fd93df1524ce79bd9e4
MD5sum: a4f75e4c1817339e462962cff7e6c77c
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-9.6-prioritize (= 1.0.4-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-9.6-prioritize-dbgsym_1.0.4-6.pgdg+1_arm64.deb
Size: 16236
SHA256: b97a5dafcb37222f1c9ee8f6fd87e3b91da95e7d9647ea1b339a9e04f175acb2
SHA1: 654192cc68b0d7c3623970d573298a94674b8b87
MD5sum: 5aed8ef8953f73be3da98685095d732b
Description: debug symbols for postgresql-9.6-prioritize
Build-Ids: 941aa6df3ea6c550197eca3b916da743f6575fea
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-python3-multicorn
Source: postgresql-multicorn
Version: 1.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-9.6, python3-multicorn, libc6 (>= 2.17), libpython3.8 (>= 3.8.2)
Conflicts: postgresql-9.6-python-multicorn
Provides: postgresql-python3-multicorn
Homepage: http://multicorn.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-multicorn/postgresql-9.6-python3-multicorn_1.4.0-1.pgdg+1_arm64.deb
Size: 27600
SHA256: 7081204a6314a069f78acc7d051479b842e19ba375d725101368fe062e332e88
SHA1: 181e5dbe27af726077abc08a404faf328693d12b
MD5sum: afb2fbcc8161bb9c35965df86388a613
Description: multicorn extension for Postgres 9.6 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.6 and uses Python 3.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-python3-multicorn-dbgsym
Source: postgresql-multicorn
Version: 1.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 207
Depends: postgresql-9.6-python3-multicorn (= 1.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-multicorn/postgresql-9.6-python3-multicorn-dbgsym_1.4.0-1.pgdg+1_arm64.deb
Size: 189548
SHA256: b4e45d2afc13abcb980f628d5a8bfb1e671360abace109721463f2db42246886
SHA1: ea87a53de0b49286847fc26a223dd1f2d857c0d7
MD5sum: ecab444748c2fd5acf3690b96e502088
Description: debug symbols for postgresql-9.6-python3-multicorn
Build-Ids: 546a7df05ee9ec9f344fe0be62de9ad680613970
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-repack
Source: pg-repack
Version: 1.4.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 171
Depends: postgresql-9.6, libc6 (>= 2.17), 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.4.5-2.pgdg+1_arm64.deb
Size: 68928
SHA256: 2f88000c894b25cd40d6364b4e45bd0d1f98a5f95be734d1d34cb0df9dd14060
SHA1: 7cbe9637d2592e496e3c8e9c27ab469118335788
MD5sum: 8cbcd297875f7d02d8e0ad2f22acf300
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-repack-dbgsym
Source: pg-repack
Version: 1.4.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: postgresql-9.6-repack (= 1.4.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-9.6-repack-dbgsym_1.4.5-2.pgdg+1_arm64.deb
Size: 120944
SHA256: 182b1c5528dd4709d292e8f00c46f3280b962d1900f6024255fee772335ba5e6
SHA1: e1b96d41dcb68037bb24db815942a6fb4edae811
MD5sum: ab00416c7625cb7812c12fb95c2aab7b
Description: debug symbols for postgresql-9.6-repack
Build-Ids: 12386e2484fa28ef3c5e37d66665807eb409180d 9c69fcc2341fa414735c1e8dafdd0f15264ad269
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-repmgr
Source: repmgr
Version: 5.0.0-4.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1016
Depends: postgresql-9.6, repmgr-common (>= 5.0.0-4.pgdg+1), libc6 (>= 2.17), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-9.6-repmgr_5.0.0-4.pgdg+1_arm64.deb
Size: 201852
SHA256: 381a9109e3c25aa62aaa8696733f71eba830e9d4ca82360fffce9c148be3ed42
SHA1: c82baf515bb85c95d29f6f5e4de3eaa2b20534e7
MD5sum: 0a508b4ccc00ad8562d2e9d4a6f77c0c
Description: replication manager for PostgreSQL 9.6
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 9.6.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-repmgr-dbgsym
Source: repmgr
Version: 5.0.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 727
Depends: postgresql-9.6-repmgr (= 5.0.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-9.6-repmgr-dbgsym_5.0.0-4.pgdg+1_arm64.deb
Size: 664944
SHA256: f3618f0c57bbe92c108ed511310c15db8ef32e3b9e7fe79c81fc8b5e5cdc5eb9
SHA1: b5cad5a401cddf173318ff7c2f0c76fbf989be65
MD5sum: 2f58372c026b08335fa9030ec8d0d014
Description: debug symbols for postgresql-9.6-repmgr
Build-Ids: 3a1ec2e9917f97470cff7a65b338dbd1eb86c054 536843a97376b0636623c4bdc2f12163e73fee3d 5b5e00739ca64052a6da92a09e9bfc2a331b3fe6
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-rum
Source: postgresql-rum
Version: 1.3.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 414
Depends: postgresql-9.6, libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-9.6-rum_1.3.6-2.pgdg+1_arm64.deb
Size: 100952
SHA256: 5fdba4e6f193e0480d7b3ed55888c96c4be365b52fcd94ed295fa7817f4b3b4d
SHA1: b84210dfc317cbce9c4b01cc5b24c01ed4855a08
MD5sum: 334f9f70ffc7814aa04ff774b932a748
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-rum-dbgsym
Source: postgresql-rum
Version: 1.3.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 456
Depends: postgresql-9.6-rum (= 1.3.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-9.6-rum-dbgsym_1.3.6-2.pgdg+1_arm64.deb
Size: 410960
SHA256: 3ee4c9424cc00fb69cd94944143e8014ac394f497c33b9cf54a119f7664833bb
SHA1: a4b2f67ae3c9f42b04dcadeb470b2f21d3ad348d
MD5sum: 648c57b462260db10c585d905cc6ab54
Description: debug symbols for postgresql-9.6-rum
Build-Ids: c5f98773f70273748bb20b064e355dd2d9763fa7
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-similarity
Source: pg-similarity
Version: 1.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-9.6-similarity_1.0-3.pgdg+1_arm64.deb
Size: 32280
SHA256: db1f8ffdea24b33a5b950fdf90b848a9a4627c00479a07e83e2be167b1c286b9
SHA1: 184fe6650954bbe5e682c7128dcb430339bcf59a
MD5sum: c4b989e2f64e50fc0c2448b01a4db5e3
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-similarity-dbgsym
Source: pg-similarity
Version: 1.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-9.6-similarity (= 1.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-9.6-similarity-dbgsym_1.0-3.pgdg+1_arm64.deb
Size: 76968
SHA256: 06ab11b8828616601c05b64eb1891df21237a7a4d203c3eb0f6e7906441e4899
SHA1: 615796e29dd9bf20042a84b0ff4def9ace329c12
MD5sum: 7caeec5193e90c8fee767becfe0354dc
Description: debug symbols for postgresql-9.6-similarity
Build-Ids: e81ad87c02710b0daf626d1819b5c5ae63725ebd
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-slony1-2
Source: slony1-2
Version: 2.2.8-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-9.6, libc6 (>= 2.17)
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.8-3.pgdg+1_arm64.deb
Size: 21988
SHA256: 7ce1e3ed016a12ef4c584502003f00a1b7d348867740bd8d32072507a1ae3946
SHA1: bf654967b8e4a3b2cfc86dcea1895aeeeb174aa7
MD5sum: 11cdfe9e72c8ca4f4f086d1104d39489
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.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.8-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-9.6-slony1-2 (= 2.2.8-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-9.6-slony1-2-dbgsym_2.2.8-3.pgdg+1_arm64.deb
Size: 57312
SHA256: 46cba02920ae9505224e2b2632542b41b56c9598b53b41aae4b9c98ab073e406
SHA1: a13d485b465b3c1a2a8530bb0f42b60487858750
MD5sum: 94361f9325cf75091dfd49812265dce0
Description: debug symbols for postgresql-9.6-slony1-2
Build-Ids: 5862a294cb122ccd30a3dd111ec03a976fa95f15
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-snakeoil
Source: pg-snakeoil
Version: 1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-9.6, libc6 (>= 2.17), libclamav9 (>= 0.101.0)
Recommends: clamav-freshclam | clamav-data
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-9.6-snakeoil_1.3-1.pgdg+1_arm64.deb
Size: 8576
SHA256: 435e3d9c91f0f02eee32cb8adb7396ec522f9d1eb3d04163f5b246e2e6a4bc14
SHA1: d1a8513d645a6bf50d986c08705e4eb827536fad
MD5sum: fc5fc5a13f67cab2e9f4d844e2bf25ee
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-9.6-snakeoil (= 1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-9.6-snakeoil-dbgsym_1.3-1.pgdg+1_arm64.deb
Size: 20868
SHA256: a725e53bd8bc2956fd736b1501ba7dd94660857425d9cc1a54b2604fe4c4ab95
SHA1: 245811011f15d7dba63df15d75d10f16617f56a8
MD5sum: 6a9a79152740159c7dc86d7422660136
Description: debug symbols for postgresql-9.6-snakeoil
Build-Ids: a86ee2da5350cacded0d4cb12b9e5c6e53c68472
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-toastinfo
Source: toastinfo
Version: 1.1-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/credativ/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-9.6-toastinfo_1.1-4.pgdg+1_arm64.deb
Size: 5860
SHA256: 089569eb04237cad2db755ffb089836780edaf485b8ea1618a5b2439cded2d93
SHA1: 1aa41ac122aedd453392921303940d39ed3d212b
MD5sum: bfa2737312ce5213e988973f138b0ef3
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-toastinfo-dbgsym
Source: toastinfo
Version: 1.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-9.6-toastinfo (= 1.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-9.6-toastinfo-dbgsym_1.1-4.pgdg+1_arm64.deb
Size: 12940
SHA256: 209d09a7de7c1cd300377479068141fb62799d81fd1843ec229f7478e83d2fb8
SHA1: 37b7b2397fda0bd2474bfc136ed0a5e660a63fff
MD5sum: 04b1a2f1f893b162f22791366065dbb9
Description: debug symbols for postgresql-9.6-toastinfo
Build-Ids: ced29935c789749169df78ef548b0b151d410574
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-unit
Source: postgresql-unit
Version: 7.2-2.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 334
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://github.com/ChristophBerg/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-9.6-unit_7.2-2.pgdg+1_arm64.deb
Size: 66120
SHA256: d2348f9f8534c939acbbe1da7dcc8ac4f1826621f664aa1a0432318ad0778dd2
SHA1: 487803c386686ce50455e4f28caf17c5eecf3923
MD5sum: 49a708dfd8dc861fefe99d69fa33cb94
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-unit-dbgsym
Source: postgresql-unit
Version: 7.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 86
Depends: postgresql-9.6-unit (= 7.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-9.6-unit-dbgsym_7.2-2.pgdg+1_arm64.deb
Size: 63216
SHA256: d517d585abbaf86e171918f2ffa641bde192e516533072135c95707160f2f3e1
SHA1: 9c2b234a9b66336e66f79cf1350969218e4c1c97
MD5sum: f099cd8c96560bd0354f108f9d3a945a
Description: debug symbols for postgresql-9.6-unit
Build-Ids: 29be5b61c691354230f534020cd77fcda3f3bd93
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-wal2json
Source: wal2json
Version: 2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-9.6-wal2json_2.2-1.pgdg+1_arm64.deb
Size: 14960
SHA256: 9d3d7679454e4db6d5205ae434c1dce15454d4c7f14d4d58ba528b9c1401161e
SHA1: 7e900856b7bc44ea200550da38b983d307b4d8d2
MD5sum: c2e82e2488c626997459778fd0052220
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2020-03-28 18:20:51+00

Package: postgresql-9.6-wal2json-dbgsym
Source: wal2json
Version: 2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-9.6-wal2json (= 2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-9.6-wal2json-dbgsym_2.2-1.pgdg+1_arm64.deb
Size: 51152
SHA256: 60821431a9750cd8b3da667108f2a83f2c0b5459ad898017052725a2676ddcc0
SHA1: a1a25ee08212c95b15b7818d97041e185c7098b8
MD5sum: a293083aae4eaa602693b1b1bd3a5eb7
Description: debug symbols for postgresql-9.6-wal2json
Build-Ids: c3267f9b03e0b846291abd2c86e86bfe1e2ea76a
Timestamp: 2020-03-28 18:20:51+00

Package: prometheus-sql-exporter
Version: 0.2.0.ds-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10182
Depends: postgresql-common, libc6 (>= 2.17)
Built-Using: golang-1.14 (= 1.14.1-1), golang-github-beorn7-perks (= 1.0.1-1), golang-github-cenkalti-backoff (= 3.1.1-1), golang-github-cespare-xxhash (= 2.1.1-1), golang-github-denisenkom-go-mssqldb (= 0.0~git20170717.0.8fccfc8-5), golang-github-go-kit-kit (= 0.6.0-2), golang-github-go-logfmt-logfmt (= 0.3.0-1), golang-github-go-sql-driver-mysql (= 1.4.1-1), golang-github-go-stack-stack (= 1.5.2-2), golang-github-jmoiron-sqlx (= 1.1+git20160206.61.398dd58-2), golang-github-lib-pq (= 1.3.0-1), golang-github-prometheus-client-golang (= 1.2.1-3), golang-github-prometheus-client-model (= 0.0.2+git20171117.99fa1f4-1), golang-github-prometheus-common (= 0.7.0-1), golang-go.crypto (= 1:0.0~git20200221.2aa609c-1), golang-golang-x-net (= 1:0.0+git20200226.491c5fc+dfsg-1), golang-goprotobuf (= 1.3.4-2), golang-procfs (= 0.0.10-2), golang-protobuf-extensions (= 1.0.1-1), golang-yaml.v2 (= 2.2.8-2)
Homepage: https://github.com/credativ/sql_exporter
Priority: optional
Section: database
Filename: pool/main/p/prometheus-sql-exporter/prometheus-sql-exporter_0.2.0.ds-6.pgdg+1_arm64.deb
Size: 2772000
SHA256: ee9a590bc1e5cc5b30d8fccab3104d8a60cee7fdccb83e5a3bfe3a6bbc82314d
SHA1: f984ef30bb5900ec2f768e70c00704846b0221a6
MD5sum: 7e4d89e9c0f10ff3004b70f2a1dcb54c
Description: Flexible SQL Exporter for Prometheus
 This Prometheus exporter extracts various metrics from PostgreSQL, MySQL, and
 MSSQL databases. The metrics are configurable via a YAML file.
Timestamp: 2020-03-28 18:20:51+00

Package: pspg
Version: 2.6.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: libc6 (>= 2.17), libncursesw6 (>= 6), libpq5 (>= 9.0~), libreadline8 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_2.6.6-1.pgdg+1_arm64.deb
Size: 72368
SHA256: 8c2aa87b511af7003ccb58d9be5ade697e58c61ab72c4d923b3f275be273821e
SHA1: 4656353ebac94c84b9efb7fd6a3b02381a99c1e6
MD5sum: f971defc919a64a7c2f30e607d58a8cf
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2020-03-28 18:20:51+00

Package: pspg-dbgsym
Source: pspg
Version: 2.6.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 225
Depends: pspg (= 2.6.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_2.6.6-1.pgdg+1_arm64.deb
Size: 201688
SHA256: 9254b4f8348af94c86680283723a1f4e0cdee429a58320fcec3fc53cb1a1c969
SHA1: 9594f35562573235300de7c9487623469ad98229
MD5sum: d10dddef2e29279b17e327a358e6d8df
Description: debug symbols for pspg
Build-Ids: 03775fed4d86ae9fea289c46f2ac417b1aba36e3
Timestamp: 2020-03-28 18:20:51+00

Package: python3-multicorn
Source: postgresql-multicorn
Version: 1.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: python3 (<< 3.9), python3 (>= 3.8~), python3:any, libc6 (>= 2.17)
Recommends: python3-ldap3, python3-lxml, python3-sqlalchemy
Suggests: postgresql-python3-multicorn
Homepage: http://multicorn.org/
Priority: optional
Section: python
Filename: pool/main/p/postgresql-multicorn/python3-multicorn_1.4.0-1.pgdg+1_arm64.deb
Size: 42116
SHA256: c12e95c549579940e59ab67558946ae63decb2cb406368c7fc34db0d1b9808db
SHA1: 04ce7d649095b3adffcb00e83fced5f73a179f9c
MD5sum: 495607902fa89d6cd4fd5f9ca7cb33ab
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.
Timestamp: 2020-03-28 18:20:51+00

Package: python3-multicorn-dbgsym
Source: postgresql-multicorn
Version: 1.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: python3-multicorn (= 1.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-multicorn/python3-multicorn-dbgsym_1.4.0-1.pgdg+1_arm64.deb
Size: 48000
SHA256: 64a879ed798523b2dfafad5aec06e5d2b340bdb8c291d7e8e34a1d67425818be
SHA1: 554b0e7888a5d34d268b73a7aca60b042c95768f
MD5sum: f7d2849c7884ac96bc091b5494e7c73b
Description: debug symbols for python3-multicorn
Build-Ids: 2334fdabdfa72a08c7a96fb2b50d45fe6afafd89
Timestamp: 2020-03-28 18:20:51+00

Package: python3-psycopg2
Source: psycopg2
Version: 2.8.4-2~pgdg+1
Architecture: arm64
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Installed-Size: 709
Depends: python3 (<< 3.9), python3 (>= 3.7~), python3:any, libc6 (>= 2.17), libpq5 (>= 10~~)
Suggests: python-psycopg2-doc
Homepage: http://initd.org/projects/psycopg
Priority: optional
Section: python
Filename: pool/main/p/psycopg2/python3-psycopg2_2.8.4-2~pgdg+1_arm64.deb
Size: 141436
SHA256: b9239667f60299419025fd0007ab4953b59240845df83a1f4a16e88a21ece479
SHA1: 37f49220d54e35273f26546bab2e31e41d4189c9
MD5sum: 804b232ebec67527417147d33684f734
Description: Python 3 module for PostgreSQL
 psycopg is a PostgreSQL database adapter for the Python3 programming language
 (just like pygresql and popy.) This is version 2, a complete rewrite of the
 original code to provide new-style classes for connection and cursor objects
 and other sweet candies. Like the original, psycopg 2 was written with the
 aim of being very small and fast, and stable as a rock.
 .
 psycopg is different from the other database adapter because it was designed
 for heavily multi-threaded applications that create and destroy lots of
 cursors and make a conspicuous number of concurrent INSERTs or UPDATEs.
 psycopg 2 also provides full asynchronous operations for the really brave
 programmer.
 .
 The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0
 and being thread safe at level 2. It also includes some extensions to the
 standard DBAPI-2.0 to allow for better thread performance.
Timestamp: 2020-03-28 18:20:51+00

Package: python3-psycopg2-dbg
Source: psycopg2
Version: 2.8.4-2~pgdg+1
Architecture: arm64
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Installed-Size: 614
Depends: python3-dbg, python3-psycopg2 (= 2.8.4-2~pgdg+1), libc6 (>= 2.17), libpq5 (>= 10~~)
Homepage: http://initd.org/projects/psycopg
Priority: optional
Section: debug
Filename: pool/main/p/psycopg2/python3-psycopg2-dbg_2.8.4-2~pgdg+1_arm64.deb
Size: 122272
SHA256: cc1746d4812866493f2f34b750fd8ea5e6ff8bd5ca6c3a85af3577be8630c213
SHA1: a87c7d57d4209a36d6e9645d6ff67f4aa535828f
MD5sum: f8ccd60d4c07b6e539e39d3804b528bc
Description: Python 3 module for PostgreSQL (debug extension)
 psycopg is a PostgreSQL database adapter for the Python3 programming language
 (just like pygresql and popy.) This is version 2, a complete rewrite of the
 original code to provide new-style classes for connection and cursor objects
 and other sweet candies. Like the original, psycopg 2 was written with the
 aim of being very small and fast, and stable as a rock.
 .
 This package contains the extensions built for the Python debug interpreter.
Timestamp: 2020-03-28 18:20:51+00

Package: python3-skytools
Source: python-skytools
Version: 3.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 343
Depends: python3 (<< 3.9), python3 (>= 3.7~), python3:any (>= 3.5~), libc6 (>= 2.17)
Homepage: https://github.com/pgq/python-skytools
Priority: optional
Section: python
Filename: pool/main/p/python-skytools/python3-skytools_3.4-2.pgdg+1_arm64.deb
Size: 72904
SHA256: ef766f88abe48343ee1fc7efecead2aa32cbc014b0fce22bde0af2fd481810b7
SHA1: 42de8fe787f662da8c4c0f49159869ce37f81ce0
MD5sum: 2968bba905b87be7bd1037e9bf4f5fc7
Description: Skytools Python modules
 This is the low-level utility module split out from the old Skytools
 meta-package. It contains various utilities for writing PostgreSQL database
 scripts.
 .
 Features:
  * Support for background scripts - daemonizing - logging - config parsing
  * Database tools - tuned connection - DB structure examining - SQL parsing -
    COPY I/O
  * Time utilities - ISO timestamp parsing - datetime to timestamp
  * Text utilities - natural sort - fast urlencode I/O
Timestamp: 2020-03-28 18:20:51+00

Package: python3-skytools-dbgsym
Source: python-skytools
Version: 3.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: python3-skytools (= 3.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/python-skytools/python3-skytools-dbgsym_3.4-2.pgdg+1_arm64.deb
Size: 77652
SHA256: 9e76b1470bfa8e0129ea334f5f43ebe8ed15f814e52d211986f70e33eaaff891
SHA1: d4716f6f16e834ec3c5eeae5fcab782fb7d1f868
MD5sum: 10db7ca6c7c2461a49fd3e20e597b065
Description: debug symbols for python3-skytools
Build-Ids: 62f9738f8a53b2b1dafa38898f3549d40822d6e4 632e20beff244decc1cef4c33ba644571d1f925d ac4404029648769833b3913a9e834ec19085d8f2 c94dec2c6cff9667d7b2c3c350e59b460a4bb12b
Timestamp: 2020-03-28 18:20:51+00

Package: slony1-2-bin
Source: slony1-2
Version: 2.2.8-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 822
Depends: lsb-base (>= 3.0-6), logrotate, postgresql-common, perl:any, libc6 (>= 2.17), libpq5
Recommends: libdbd-pg-perl, ntp | time-daemon, postgresql-12-slony1-2 | postgresql-11-slony1-2 | postgresql-10-slony1-2 | postgresql-9.6-slony1-2 | postgresql-9.5-slony1-2
Suggests: libpg-perl, slony1-2-doc
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.8-3.pgdg+1_arm64.deb
Size: 211016
SHA256: f0e188fd098e990c63edc5bc10e8c0b8920cf342bf767ebdf63b861d1bc35deb
SHA1: 62098f1f0d7b1ab48c4c20911ad6e9f65cb4dd8a
MD5sum: fb3e8c385fa063e666db843b6b9f6fcd
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.
Timestamp: 2020-03-28 18:20:51+00

Package: slony1-2-bin-dbgsym
Source: slony1-2
Version: 2.2.8-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 367
Depends: slony1-2-bin (= 2.2.8-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/slony1-2-bin-dbgsym_2.2.8-3.pgdg+1_arm64.deb
Size: 316644
SHA256: ae194fc12e7119229597b23163c4de54dcdebbc16b3f4236d004c0deeb52afde
SHA1: 91493c337e645bb4d670d3c7b4a28b1b1e1981bf
MD5sum: 7ce644114950fa2a1d2dedf9336b7028
Description: debug symbols for slony1-2-bin
Build-Ids: 2041d210564d560e8614c41f61c12423743d2d2f 74c82bbfc04477021b7c72ae2e1e56533d201a0a ba788069756b2a93803bb98d8462c732bc946550
Timestamp: 2020-03-28 18:20:51+00

Package: sqlsmith
Version: 1.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Andreas Seltenreich <seltenreich@gmx.de>
Installed-Size: 606
Depends: libboost-regex1.67.0-icu63, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpq5, libpqxx-6.4 (>= 6.4), libsqlite3-0 (>= 3.6.18), libstdc++6 (>= 9)
Homepage: https://github.com/anse1/sqlsmith
Priority: optional
Section: database
Filename: pool/main/s/sqlsmith/sqlsmith_1.2.1-1.pgdg+1_arm64.deb
Size: 161336
SHA256: 39bf5038f8ca425ccd5323d13b7be6c80179bdd091d5da845fe4dbd4dbe21f28
SHA1: fd56ff6cf747ff9f3a579317f0728301803ceb30
MD5sum: ab21a5ea55d5a63edf5f7a9da5d53bf9
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+ and sqlite3.
 .
 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.
Timestamp: 2020-03-28 18:20:51+00

Package: sqlsmith-dbgsym
Source: sqlsmith
Version: 1.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Andreas Seltenreich <seltenreich@gmx.de>
Installed-Size: 4857
Depends: sqlsmith (= 1.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/sqlsmith/sqlsmith-dbgsym_1.2.1-1.pgdg+1_arm64.deb
Size: 4629880
SHA256: 4bef15dd890dbef1e3a924dcfa233b51c8c0f1c7082d3e104bd8c896eeb34ce9
SHA1: 1d09f17093d57f86729646eb70ab9f89e29c69f9
MD5sum: 87c1bf8e16ec21adb84f407650bd475f
Description: debug symbols for sqlsmith
Build-Ids: bff4ac923ff7b9e7b53724fe702ed26febc8d502
Timestamp: 2020-03-28 18:20:51+00

Package: vip-manager
Version: 0.6+ds-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9663
Depends: libc6 (>= 2.17)
Enhances: patroni
Homepage: https://github.com/cybertec-postgresql/vip-manager
Priority: optional
Section: net
Filename: pool/main/v/vip-manager/vip-manager_0.6+ds-3.pgdg+1_arm64.deb
Size: 2652616
SHA256: f69ca23ac43becd4db90af2d5375a35209ab117420bc3b5cb78d89f1711ad222
SHA1: 23cd8a310f3957383be578a590085b24f7a5fdf6
MD5sum: 1f8acd33602751f4ec0ea26bf43a7ddb
Description: Patroni virtual IP manager
 This package needs to be installed and configured on all nodes of a Patroni
 PostgreSQL cluster. Given a Patroni namespace and scope in etcd or consul,
 the vip-manager service monitors that namespace for leader changes due to
 failovers or switchovers and adds or removes the VIP on the local node
 accordingly.
Timestamp: 2020-03-28 18:20:51+00

Package: libecpg-compat3
Source: postgresql-9.1
Version: 9.1.24-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libecpg-compat3_9.1.24-6.pgdg+1_arm64.deb
Size: 36036
SHA256: f78e31a54210c8cdba9f5a8490841ddfe231a86e8db73052dbf9f015826b6219
SHA1: b11c0098e33f86f73efa5fe0d573e8706ec22f2d
MD5sum: 2cd71f44ef4956138073c6eacf86096e
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.
Timestamp: 2020-03-29 10:53:30+00

Package: libecpg-dev
Source: postgresql-9.1
Version: 9.1.24-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1024
Depends: libc6 (>= 2.17), libpq-dev, libecpg6 (= 9.1.24-6.pgdg+1), libecpg-compat3 (= 9.1.24-6.pgdg+1), libpgtypes3 (= 9.1.24-6.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libdevel
Filename: pool/9.1/p/postgresql-9.1/libecpg-dev_9.1.24-6.pgdg+1_arm64.deb
Size: 218564
SHA256: af7e9d458d447da6f4191ab8bf29bf81349bd683edde2035982a108fd8230798
SHA1: d2386fec36b79e8825237fb047461bbf871bc6e3
MD5sum: 8c93e5181b6159fa2681555cd0fe2772
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).
Timestamp: 2020-03-29 10:53:30+00

Package: libecpg6
Source: postgresql-9.1
Version: 9.1.24-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 388
Depends: libc6 (>= 2.17), libpgtypes3, libpq5
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libecpg6_9.1.24-6.pgdg+1_arm64.deb
Size: 95868
SHA256: cb6280774171b5b47ee3fc228f308cee758973523b81516bde22bdd57057c844
SHA1: 2c97c73633c2b7349dc6d07461ae7168ccb98236
MD5sum: f650c1993b9c7508d9a3bce5190c609c
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.
Timestamp: 2020-03-29 10:53:30+00

Package: libpgtypes3
Source: postgresql-9.1
Version: 9.1.24-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libpgtypes3_9.1.24-6.pgdg+1_arm64.deb
Size: 57148
SHA256: b133a90c71838fdae4bc5f0f8207ce4487b5cf46c9a87957811222810cecfbac
SHA1: bffdcbe5573a63515e734029269817607600c950
MD5sum: e32e6f95bd6199e1580c5ec5e6ae10d5
Description: shared library libpgtypes for PostgreSQL 9.1
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-03-29 10:53:30+00

Package: libpq-dev
Source: postgresql-9.1
Version: 9.1.24-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 908
Depends: libc6 (>= 2.17), libpq5 (= 9.1.24-6.pgdg+1)
Suggests: postgresql-doc-9.1
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libdevel
Filename: pool/9.1/p/postgresql-9.1/libpq-dev_9.1.24-6.pgdg+1_arm64.deb
Size: 193296
SHA256: aa27c06c5fbcfc2dd2769a04484a952c1ab7d93ed96eda9a04616bfc609fc66e
SHA1: cc63ea3d3e67e039c7d967580167e91751f07e30
MD5sum: 37ae0d708e42952b395e84d47643edab
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.
Timestamp: 2020-03-29 10:53:30+00

Package: libpq5
Source: postgresql-9.1
Version: 9.1.24-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 533
Depends: libc6 (>= 2.17), libcom-err2 (>= 1.43.9), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap-2.4-2 (>= 2.4.7)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libpq5_9.1.24-6.pgdg+1_arm64.deb
Size: 134964
SHA256: c03970c7ea5ae4c607d4b69a77fe17f62097847f6c6b084afd7b90af638a39ce
SHA1: 657721633d6fede83ead2429b6af5185ee69c3c7
MD5sum: 77e9b96e4bf8c44ed759ffdca9803a90
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.
Timestamp: 2020-03-29 10:53:30+00

Package: libecpg-compat3
Source: postgresql-9.2
Version: 9.2.24-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libecpg-compat3_9.2.24-3.pgdg+1_arm64.deb
Size: 22680
SHA256: bf3aff88fb686709a6653f6459736e525621f53e8162467b097634c8be4ff87f
SHA1: 96906ab6f6f8a7dad904b777d532f62c582a1060
MD5sum: 4510387b01cfff0a621c73bbc5edab24
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.
Timestamp: 2020-03-29 10:51:34+00

Package: libecpg-dev
Source: postgresql-9.2
Version: 9.2.24-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1037
Depends: libc6 (>= 2.17), libpq-dev, libecpg6 (= 9.2.24-3.pgdg+1), libecpg-compat3 (= 9.2.24-3.pgdg+1), libpgtypes3 (= 9.2.24-3.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libdevel
Filename: pool/9.2/p/postgresql-9.2/libecpg-dev_9.2.24-3.pgdg+1_arm64.deb
Size: 209108
SHA256: 66dd394bee6ab1ba919bfd45bdea92f8a04f91d0dedd623f20c29448be00ab11
SHA1: aafd5f705995d239bb94ee1b274afdcdcf5158dc
MD5sum: ea73cd42dacb66b88afda6f017b7d6b1
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).
Timestamp: 2020-03-29 10:51:34+00

Package: libecpg6
Source: postgresql-9.2
Version: 9.2.24-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 373
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libecpg6_9.2.24-3.pgdg+1_arm64.deb
Size: 82412
SHA256: 22dc33082479195bd23a276893056f3c81dcdfedc1f41249fa1681d5226b1b06
SHA1: 0c18d43990e5bbeece9ce5425d208d69d5fc2d41
MD5sum: 73a8903203a102cb68e0ef2cf9627403
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.
Timestamp: 2020-03-29 10:51:34+00

Package: libpgtypes3
Source: postgresql-9.2
Version: 9.2.24-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libpgtypes3_9.2.24-3.pgdg+1_arm64.deb
Size: 43896
SHA256: da06e4c03fc4ef63914d445582e23ecd384a7383918eb8d617dbf3aab73c853c
SHA1: d12b28002a81911798e0a86140875484aab48705
MD5sum: 01aea0055136eca0b168589c049071dc
Description: shared library libpgtypes for PostgreSQL 9.2
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-03-29 10:51:34+00

Package: libpq-dev
Source: postgresql-9.2
Version: 9.2.24-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 937
Depends: libc6 (>= 2.17), libpq5 (= 9.2.24-3.pgdg+1)
Suggests: postgresql-doc-9.2
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libdevel
Filename: pool/9.2/p/postgresql-9.2/libpq-dev_9.2.24-3.pgdg+1_arm64.deb
Size: 188612
SHA256: bb5f89e0897394a30fc431b9dc25cef5ce07830237f9f64d86ff8a13c0facb6f
SHA1: c9217eb39e57e7890293a3b3027ef004ad947362
MD5sum: ab29b77a2bfd6c400869cf49340be100
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.
Timestamp: 2020-03-29 10:51:34+00

Package: libpq5
Source: postgresql-9.2
Version: 9.2.24-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 520
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libpq5_9.2.24-3.pgdg+1_arm64.deb
Size: 123712
SHA256: d127cb479be7844b5ef3bd511ae6b3ca09ac669a857afec97b38370323dd3c3d
SHA1: 3aa9d5f4ef0b96a32f4eacb0a2788019e33f0f86
MD5sum: be408c9663f7798bc8df9d784ec97c0f
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.
Timestamp: 2020-03-29 10:51:34+00

Package: libecpg-compat3
Source: postgresql-9.3
Version: 9.3.25-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libecpg-compat3_9.3.25-3.pgdg+1_arm64.deb
Size: 24616
SHA256: c5a3087a06acd166a91fce13d888097d082ab5e3aa9b1e076ea158aa08500110
SHA1: ea800ac37c9c9b59858a686aec0ee62c3fe7969c
MD5sum: 339aa07de3964f2c566c9e7a199772ca
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.
Timestamp: 2020-03-29 10:50:41+00

Package: libecpg-dev
Source: postgresql-9.3
Version: 9.3.25-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1065
Depends: libc6 (>= 2.17), libpq-dev, libecpg6 (= 9.3.25-3.pgdg+1), libecpg-compat3 (= 9.3.25-3.pgdg+1), libpgtypes3 (= 9.3.25-3.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libdevel
Filename: pool/9.3/p/postgresql-9.3/libecpg-dev_9.3.25-3.pgdg+1_arm64.deb
Size: 214864
SHA256: a2aa429a741248be65c30db654c3746b2e5e00281e46629f232bd06d757fa4fe
SHA1: 99a22389cbb48fbaa3cfeb762cd27d418d67d9fc
MD5sum: 47847d871b8d8d30483e94aa5f0615ee
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).
Timestamp: 2020-03-29 10:50:41+00

Package: libecpg6
Source: postgresql-9.3
Version: 9.3.25-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 375
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libecpg6_9.3.25-3.pgdg+1_arm64.deb
Size: 84820
SHA256: 93025aa1651b1c9bcfd89b9e22dc2776e1f4160a3c9f618473c9a04f62bce97c
SHA1: 37e271cfaddb3b4424fad364fc4d7e37cc8c8e69
MD5sum: 05a6974edfdc8eeacd590217a14c535e
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.
Timestamp: 2020-03-29 10:50:41+00

Package: libpgtypes3
Source: postgresql-9.3
Version: 9.3.25-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libpgtypes3_9.3.25-3.pgdg+1_arm64.deb
Size: 45880
SHA256: e1c6a6a28ceffbde582e88c16c1fdcf9649a9cf49043c261cce8e06cf67494e5
SHA1: 4c802d163299fab35ec84ee73dce6c84840d5b15
MD5sum: 6f1183f126d14b5c435e79141b930c02
Description: shared library libpgtypes for PostgreSQL 9.3
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-03-29 10:50:41+00

Package: libpq-dev
Source: postgresql-9.3
Version: 9.3.25-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 700
Depends: libc6 (>= 2.17), libpq5 (= 9.3.25-3.pgdg+1)
Suggests: postgresql-doc-9.3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libdevel
Filename: pool/9.3/p/postgresql-9.3/libpq-dev_9.3.25-3.pgdg+1_arm64.deb
Size: 157436
SHA256: 7476259d186409c3c3fc0948aa5dd9f4438808759bf8f62f10c8986ebb2bfa7c
SHA1: 2077b0f38a5101e23f368b9890da747191726e15
MD5sum: 5390d498e794fd4f606b3f6981fb3b8b
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.
Timestamp: 2020-03-29 10:50:41+00

Package: libpq5
Source: postgresql-9.3
Version: 9.3.25-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 530
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libpq5_9.3.25-3.pgdg+1_arm64.deb
Size: 127192
SHA256: c4a951e67ba98f0211bf553a934711a8ea2151b6884b994e17ce29665906d997
SHA1: 08d9f6d95c5abef4ffcd8aced80630647096b027
MD5sum: 39b2433606000bb91ca35cf160bd8d68
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.
Timestamp: 2020-03-29 10:50:41+00

Package: libecpg-compat3
Source: postgresql-9.4
Version: 9.4.26-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libecpg-compat3_9.4.26-2.pgdg+1_arm64.deb
Size: 22528
SHA256: e81a4ff7fb772b5a8893a60f6b7ecaca6bae2fc691523d238d706200ad0614b3
SHA1: d4393621b38dd083ae039e81e1a8812a654ccdbe
MD5sum: a047f51b3a54728f30085c493e00a411
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.
Timestamp: 2020-03-29 10:43:10+00

Package: libecpg-dev
Source: postgresql-9.4
Version: 9.4.26-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1088
Depends: libc6 (>= 2.17), libpq-dev, libecpg6 (= 9.4.26-2.pgdg+1), libecpg-compat3 (= 9.4.26-2.pgdg+1), libpgtypes3 (= 9.4.26-2.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libdevel
Filename: pool/9.4/p/postgresql-9.4/libecpg-dev_9.4.26-2.pgdg+1_arm64.deb
Size: 215236
SHA256: a2c5f0240f7afa948f1d159a0dbbc58d88be7ef4bb914d26ce35d5b5453b62be
SHA1: c00367fec59c45050a53088bcad52cba890d3167
MD5sum: 2d2315fd2c1921618adf2e9f3d30522a
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).
Timestamp: 2020-03-29 10:43:10+00

Package: libecpg6
Source: postgresql-9.4
Version: 9.4.26-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 388
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libecpg6_9.4.26-2.pgdg+1_arm64.deb
Size: 84304
SHA256: 8ecd8ef91183a29444c58e73ae5473e23fcef58f81d72e34e3974c4916a98ac9
SHA1: c4ec88497d029672597e82cdb9f94f0e93b34c7a
MD5sum: 5e0f4975374628ff48b1dcb417aa89d8
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.
Timestamp: 2020-03-29 10:43:10+00

Package: libpgtypes3
Source: postgresql-9.4
Version: 9.4.26-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libpgtypes3_9.4.26-2.pgdg+1_arm64.deb
Size: 43632
SHA256: c4ecd471ee8e7f3afc4494e2a8d7120f13a934888d93f50a88246e47cad59aa1
SHA1: 46a6dedbb3947e9c3504e83fa8c1f97f16518a63
MD5sum: cdc43701d9ef6bb1f1ec3ca26316fd1a
Description: shared library libpgtypes for PostgreSQL 9.4
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-03-29 10:43:10+00

Package: libpq-dev
Source: postgresql-9.4
Version: 9.4.26-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 709
Depends: libc6 (>= 2.17), libpq5 (= 9.4.26-2.pgdg+1)
Suggests: postgresql-doc-9.4
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libdevel
Filename: pool/9.4/p/postgresql-9.4/libpq-dev_9.4.26-2.pgdg+1_arm64.deb
Size: 156224
SHA256: c67019d10e00aa34c9fc5acf43cea9acb71309540feda7026b61b0d25d391415
SHA1: a25dc1a2102ae46b41c6fdc2d3fa28bf1943c31f
MD5sum: 41d311005df3e860cc7679b6bee94bb3
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.
Timestamp: 2020-03-29 10:43:10+00

Package: libpq5
Source: postgresql-9.4
Version: 9.4.26-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 533
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libpq5_9.4.26-2.pgdg+1_arm64.deb
Size: 126204
SHA256: 3c0e36a455540a486ab5f86ab474e17281c021f9d7027c47b4a8354a6b44e559
SHA1: a4c0a62cb5341e44d333e8e01865fa5dc5f24142
MD5sum: 32ac184505e8b6b6948407623a59df2d
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.
Timestamp: 2020-03-29 10:43:10+00

Package: pgbackrest
Version: 2.25-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 805
Depends: postgresql-common, libc6 (>= 2.17), liblz4-1 (>= 0.0~r127), libpq5, libssl1.1 (>= 1.1.0), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.25-2.pgdg+1_arm64.deb
Size: 257432
SHA256: 198429f02d0cac16ad48cf4773a9d13977c61e174e72b186abde24714854951c
SHA1: 3b81ad58f943c1e89b277f0bb7cb8e0fcd3d735c
MD5sum: ca6ef3bc279d89f22fd962512b6c41d1
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.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2020-03-29 17:43:46+00

Package: pgbackrest-dbgsym
Source: pgbackrest
Version: 2.25-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1028
Depends: pgbackrest (= 2.25-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.25-2.pgdg+1_arm64.deb
Size: 880096
SHA256: 1d6f8f43022351a72a90f1a6e121f011ac4d7313be13e3ef34ca0f3369bc85e7
SHA1: 6e980178471c65f3a631b2c8c0589fa497bea05a
MD5sum: 26952784e0fe78f163b6a24604bb9b07
Description: debug symbols for pgbackrest
Build-Ids: 6029809cf43c7d20bfa72c3b1698a221c84fbc57
Timestamp: 2020-03-29 17:43:46+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.25-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1165
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.25-2.pgdg+1_all.deb
Size: 101268
SHA256: 7872eb220c5afcd56375638850260780937f99275885eaf2475e65078be81b10
SHA1: 3ec042231b69f1b8d9a4c227324541915bb9e847
MD5sum: 841d494b2b2cc74e3afda655ef8b1d85
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2020-03-29 17:43:46+00

Package: postgis-doc
Source: postgis
Version: 3.0.1+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5674
Suggests: postgis
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: doc
Filename: pool/main/p/postgis/postgis-doc_3.0.1+dfsg-2.pgdg+1_all.deb
Size: 2649168
SHA256: 71c25f1bca59e20cef4e3f9aefe35332d849ff35b28e46ab53e800ab3b855e84
SHA1: 07931049f6d3c33d3f8ca2a2e0d5b98c1f19530f
MD5sum: c02e4360a1578120572e673484bc1834
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.
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-10-plproxy
Source: postgresql-plproxy
Version: 2.9-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: postgresql-10, libc6 (>= 2.17), libpq5
Homepage: http://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-10-plproxy_2.9-2.pgdg+1_arm64.deb
Size: 54880
SHA256: 9eabbbee4df77f18deb30c0d32e7a0ac685864a1f9fd3ce60bbc027b65690796
SHA1: 114757aae726a373d0ee2dfeb98cf6d0bcf1914d
MD5sum: be8854aa3a34755cf0986eee4f66b8a4
Description: database partitioning system for PostgreSQL 10
 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.
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-10-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.9-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 278
Depends: postgresql-10-plproxy (= 2.9-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-10-plproxy-dbgsym_2.9-2.pgdg+1_arm64.deb
Size: 252580
SHA256: 9fdd19bc3415d3d9548c3970fdcaab26f789931badce622ad0a5ee4e4e05517d
SHA1: 921e3a4416bc6de4d29a10c6ddb78ab80c8fff2f
MD5sum: 45e079e21e92073fa09d30a17ab5581e
Description: debug symbols for postgresql-10-plproxy
Build-Ids: db8f4b2a1b607d76d4c2ec09066fde77477bf4f0
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-10-postgis-3-scripts
Source: postgis
Version: 3.0.1+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26261
Depends: perl:any
Recommends: postgresql-10-postgis-3
Replaces: postgresql-10-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-10-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-10-postgis-3-scripts_3.0.1+dfsg-2.pgdg+1_all.deb
Size: 1119812
SHA256: 1ecdd61921b09f63fc5a57f5d2f703096ef5cc8cf158c99740e6a08ccf052274
SHA1: de9299f4ebe8edd19000dd5cbbc7ae2587dbbe70
MD5sum: 60950330a907e489ce7865757aac3a4e
Description: Geographic objects support for PostgreSQL 10 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 10 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-11-plproxy
Source: postgresql-plproxy
Version: 2.9-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 330
Depends: postgresql-11, libc6 (>= 2.17), libpq5
Homepage: http://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-11-plproxy_2.9-2.pgdg+1_arm64.deb
Size: 147676
SHA256: 91a3aa3ababb68f6da2f7206f70d4f00700f3da75816a9560ee53c3d05fb41cc
SHA1: f312c3eb31df98232de2ddbc14f13c7dcfda022b
MD5sum: e814607e53042c50ecbe829021d8bec4
Description: database partitioning system for PostgreSQL 11
 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.
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-11-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.9-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 250
Depends: postgresql-11-plproxy (= 2.9-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-11-plproxy-dbgsym_2.9-2.pgdg+1_arm64.deb
Size: 219172
SHA256: 2d5f78f66abd7db614331d915689e16c0ee4ec0a740f930316083c144748189d
SHA1: a7e977c4407bfe4f240c05cbd0b6aa90175837d0
MD5sum: ad723d3eb8300207242e7edaf310b833
Description: debug symbols for postgresql-11-plproxy
Build-Ids: 88d15ac0caaf3bdaadf8756a387de57089d4e6bc
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-11-postgis-3-scripts
Source: postgis
Version: 3.0.1+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26341
Depends: perl:any
Recommends: postgresql-11-postgis-3
Replaces: postgresql-11-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-11-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3-scripts_3.0.1+dfsg-2.pgdg+1_all.deb
Size: 1128260
SHA256: 47ab0466bfeb3ab70be008a2fb8d0af4e4e557258eede2b2a979189a9ac26e13
SHA1: 212e3aafa4d7f64ed6f6ec64d4af6f0cd8782e1b
MD5sum: a59494bc1bbec56bb68928a8691fb1f4
Description: Geographic objects support for PostgreSQL 11 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 11 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-12-plproxy
Source: postgresql-plproxy
Version: 2.9-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 322
Depends: postgresql-12, libc6 (>= 2.17), libpq5
Homepage: http://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-12-plproxy_2.9-2.pgdg+1_arm64.deb
Size: 145792
SHA256: c38f9744e5c78f5ea0900ac03a3128dc0ad6f9b91aa72791ec3f138c44dd31b2
SHA1: 98ab861b8ee92334657fa0dd36b50d4cbce8e32f
MD5sum: b7a60df8d3e2cf8a03d76f24fc22dda9
Description: database partitioning system for PostgreSQL 12
 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.
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-12-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.9-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 255
Depends: postgresql-12-plproxy (= 2.9-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-12-plproxy-dbgsym_2.9-2.pgdg+1_arm64.deb
Size: 224612
SHA256: f6aa644f41249668b4d552361b24341a61663b6b27a3e044633ea0598def0332
SHA1: 41f3dc55ec2ea2d925de82737d02de856e2b7c78
MD5sum: 9947c3cdac79c054ca8a0898202a49a4
Description: debug symbols for postgresql-12-plproxy
Build-Ids: 11b8b3cb343eecbc4aa5830ec227973297fcb4bf
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.0.1+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26284
Depends: perl:any
Recommends: postgresql-12-postgis-3
Replaces: postgresql-12-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-12-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.0.1+dfsg-2.pgdg+1_all.deb
Size: 1095968
SHA256: 44298f610a8ba216838a8d991dfcef941999f9ca24ddbefbb5d9e1d0506ac738
SHA1: 097e24a0459a9d6a71903ce301db7ff6cab86f41
MD5sum: cd89ac65b317b343d623b3da2a76bec0
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-9.1
Version: 9.1.24-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17181
Depends: libc6 (>= 2.29), libcom-err2 (>= 1.43.9), libgssapi-krb5-2 (>= 1.14+dfsg), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libxml2 (>= 2.7.4), postgresql-client-9.1, postgresql-common (>= 115~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.1, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.1/postgresql-9.1_9.1.24-6.pgdg+1_arm64.deb
Size: 3309360
SHA256: 95f68073c45b096003a0f5a3f5544f69f1c21f4618349325c6c062a9ab72762b
SHA1: 0790e6ef81b70123d933e6989585b065efcfdd2b
MD5sum: 327dd5b3960d8449f0ae41247ca08b14
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.
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-9.1-dbg
Source: postgresql-9.1
Version: 9.1.24-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37290
Depends: postgresql-9.1 (= 9.1.24-6.pgdg+1)
Replaces: postgresql-9.0-dbg
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.1/postgresql-9.1-dbg_9.1.24-6.pgdg+1_arm64.deb
Size: 7972980
SHA256: c0cbf75907d925827834c2b4e0135e4b7bb4bde12bd55305e2625fa30a75406e
SHA1: 9b675d186a7916fef512d62049e1b6168457b92d
MD5sum: 68f7df2bb730dbc6519f10cfd6e07345
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.
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-9.2
Version: 9.2.24-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17845
Depends: libc6 (>= 2.29), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl1.1 (>= 1.1.0), libxml2 (>= 2.7.4), postgresql-client-9.2, postgresql-common (>= 135~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.2, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.2/postgresql-9.2_9.2.24-3.pgdg+1_arm64.deb
Size: 3449412
SHA256: d45682667d3f8f27e4266adf96892be2289cd36158d5b81f1aea702e5493a643
SHA1: 6706e1767dd0caae03d2c698dc17f354018adb14
MD5sum: d51070470ef6d0460bc5cbe284ae1832
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.
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-9.2-dbg
Source: postgresql-9.2
Version: 9.2.24-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39912
Depends: postgresql-9.2 (= 9.2.24-3.pgdg+1)
Conflicts: postgresql-9.1-dbg, postgresql-dbg
Provides: postgresql-dbg
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.2/postgresql-9.2-dbg_9.2.24-3.pgdg+1_arm64.deb
Size: 8549948
SHA256: ea0fab19c0015d41a3d1ec156d487f78ee426749da0473702b59a2485295edbc
SHA1: f979d6cd2a09989d76dc85f1a4743a1a89aeb0b2
MD5sum: 8fea9efe08767422c5edad49a221558a
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.
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-9.3
Version: 9.3.25-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17931
Depends: libc6 (>= 2.29), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl1.1 (>= 1.1.0), libxml2 (>= 2.7.4), postgresql-client-9.3, postgresql-common (>= 142~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.3, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.3/postgresql-9.3_9.3.25-3.pgdg+1_arm64.deb
Size: 3502544
SHA256: f145537aa57766d6dc3572f570904479620e8b0f69f76dc3a99726955cf0efe2
SHA1: 14b24a1b976beea977bdc80bd0b97db8c1daaf46
MD5sum: 875cfed93d8d3fb13ce377712b12846a
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.
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-9.3-dbg
Source: postgresql-9.3
Version: 9.3.25-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17107
Depends: postgresql-9.3 (= 9.3.25-3.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.3/postgresql-9.3-dbg_9.3.25-3.pgdg+1_arm64.deb
Size: 15083924
SHA256: 1c5ef72b2881fa9d51b4966ca0b3326dc818537dd60c1817739f301a09c8440e
SHA1: a7f9817c6add44413883f5e719000b92fa251ad7
MD5sum: 88d5d85de47dbdda13e64379167c0f78
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.
Build-Ids: 0081873977b291ba64e69bf78bc40fedb158be48 020493f23b6dbdeccefc38e922306868f00a07a5 0344a552e56319689c3d6cc6a29b282cab1278e6 03ad5e4ccfb3da59ae30f6dcf0fd25aadd4fea56 082ea0002cee5140af1d491c5c96bea73cd4e004 0b0f5a3bacc9b7f8f2c04f6d2bc31705f36f2bf0 0bec5bd110e651bfe25d9c13539ead133edf91d2 0f7d5b57e2e4875dbec4bb78d50c283a174cbfed 0f82a57215631e761b5cd2722cc186b2af26d731 11a5c0a8fed9e7e76752e874ef1cb77f12e30223 15a3dce81df80518f71396171526a5b18c5642e3 1f0f49840154db49a1ffe9ae5a2fbe98ad84e24b 224210faeef29426f3cea8e9114fa28a9bb3cace 2297ec5ff4f122b27ec011678beb714105ffd2ae 2477348616c17cf543eff5bc6df25abedb6932fe 27577fa464688244d6da4aebad5dc3549da19f09 280430ceeb1d4616447569003fb8e2a8c66a943b 284373cae60605b3197aaf6e53255c2ed34e4293 2a8c53df19725419c98ebe1a32f5df31da56dfce 2dbae7e9f55d3ab9419c5be8c05bde8e3bf0eaad 30b2412bccc7b5aeaabe5466e6e63d3ff71a8856 32d921bf16beff9174835ea8d9dc6a010f923e67 3cd0639c6d72f8e3a4f4609fdce6a3ce1ada1100 3dc95254ccbd068568224153c5c33e022f442f26 41668f03538440b6424da908b26c5ea925cab897 429d28759467e0226e2b6d00ff2150acf216cdbf 43f17e6d69f647cdbad25d6fa62e9a06ee61733a 4604bdc864b8bd02737fdb8db501d7cc536b18b8 478a890ebc029defd49a3c1e30c2f3a5afbce56b 4b0399f0f1b4f07c2a92ced70c12c8fcedfd87aa 4bd209e15dc0a2e1803384b3bb362a3987498c94 4c602f1d60187ab41fe8243af52332cf759acd7e 4e804cda874408c4d444a4f6b9c58c4eb364a49c 4feb9fe9e9ed0da4181999421caca6f404f1b439 520dfe71d8a0c54c724dfccffc74b602d771a93a 561d032f4e2ee0f8b88efe4201364be1a2315190 57dc3c9be0a749afd21c448d9c05a4b5f9a78e8c 591d6fb9b0ad8074d4daae07399e78f8e1739109 5a7b35d7d8a33e07b5659a6ac44cf76a268daac9 5d6b5909e406411524c8bbcebddcca26ebf7a949 5e63ed9718d2108884c121dbfe2bfc85fa286bd8 6109e4847439b659cd866e27ecee84c1ce90f0a7 6155dcaa38fa5146d036a82b7bb7075657edb52b 6711498629152957b2f3fd92c81abdf83b5cad27 67cd2f68973a269cd6e0a137916cfcc4671d6fbb 707ff4c65e5dba49960f810d1be241d70a17bbe7 70c553e53521932bfd1e173813f4a6b549c4340c 7171c230f3cf900d58ff3c91618cab543afb7f4a 7232d35a4088a3a44f8e1ed2905f0e9d9cd5d0bf 72d8c9bd71fd5a4c01e457b91586b63b43bfe3ea 74fc5a5f803fd45b3557e0787dd846bee5459a2d 7538bac26761cea3188ec95bc41fee77f45b696e 760322423d9ebd207a42fc793884ea3b6b25a5a2 84a6fd6fa988f76718b4ae7d2cc955ea3c772fc5 84e0948da5442408a7b7f7cc9260794681ee0a34 88daf4e37a0b1600d1b0f068f48a92b1fffa7d4b 8975c3c8e270aec50181cf2f0564059c6128b7b1 8b26d4e4431ee3265e26326e86d567db3d954521 8c54e208c3fff6c0910c2990c4f859020fca5116 8d6e55cebf10a4b021566f919da6f4c4c11405c9 903acae3a896fde6fdb8cd1d28eda07e276d59c6 903e64d26170755b2cf5e048c0d1dd66c9d51b01 90f3ddbff34423346f42a98b9aa9189e95289df9 93742d49cacdba730727e466697da86e50f3da02 944ff28e387ad07f30883f5f53189549358f29ac 95baf82fc5ffce302fcd1076089ca187ceae5f19 968249755597d07a30ab26c644c39d1e26edcafc 9ddf935db079e1602ae1cb068e30628187778dd9 9dec2d11a25f0a6bca75c82fc6b654f40bc60e05 9eb42666dce98d20dc8f6dcc4e11a8e03d999acf a1aa090875aa4e375948ed3fd50f3df7806691ae a33041277b6bfa22958b7438f7d73196768db332 a45d309dbed74df5ca7a1c2f7b078a2462d8d902 a515a8fe4f50a6526a15627d4afa057e6a0192fc a69a27a06f9d231e1a5c3e9b92d40802df83ddfa a775dbb025d543c7cf23c24c756601da065ba84e aa98c3c1b0f9ab3ad69821593081dddef2a08548 aaed444288cd47371de6c4cd8e5ebfbbf0ab739a ab0ff999d2d3791cd6014343222225f1d554fd88 adaacc052793a89566aa415c9c6d77ad7b68405e af78662864616762b98f3a5abdb6733e1c75c4b1 afbee7eca2da4d95177de0719562c86bc0a53260 b4630c883ead502928eb431f4d95d5a207458ca5 b59e2a2ba37f31b3bdfa58bd7ffe70898f687a3c b712dde5ddae90eaa38092be3b9f7817b248eaf2 b87efa0f750a197ce247714ab5a85590498c523a b94187c234b27c51aa11290ce1250ae4d8fd93cb bbfb52c6ceef5e0fa908160a90cd12a97e8170f5 bc1dfb96d12284278550f86cad0cb1de3700b45c bd119ec904a51c9fe467c967826c04cfa2e72762 bd5beb32f7cdfabcc3ac8a204db8d651e08c1281 c13527c9e3c1a2bed5ea28cc82a6fe9f708928c8 c4a3857850920cb67831034026a366d4c95a36f8 cba5624ac886fe8b351f6c502b098eb6e239c191 cc0ff311af72b516c67f88a6e77a1d4ddb9f3e05 d3a070e8f1761fb024bbebb4735a324877bce56f d528145fafaed5cad6e37564b69d2f0f89bf3e99 d58c7f3d9cf5531a4d33288a696c49bcf5ace400 d8a0c6c4256d08d255a9424fa4f5b75287f321fa de4619718bd95bccf258dbd9c287127e50ba9ba1 df9b64ce41dc9a44bb75041442238fe8f4a05506 dfc38641b6abe730fa922a2304499317b165635f e1f645e4fd06f3550840646aaf516115bbdbba59 e2fd2eabd88135c534c9e82cd32e3faf199181e9 e475ac0a2e3602af59441eae9815e6ac960e3490 e68b85022ac09db6fe5ef938d49523094f3da296 e8582273fa8bdcc0e238e9127fa61d651df858ea e89de5368d2432005ea80afc4147ed15ef294b06 ec560965646f9b5a45bbad7979bde019dcff4442 f47060083380ec8574df36297d2ee5f34582e365 f4c3e352e79c2676d8813afb30dd684fcf06dcdf f5da35247c1e96abde37404ee7816abe8f843c8f f8a24fb63a2fd5f95a2db15c5834232b70653583 fce4219768b7e8b78ef625797b17078e1fecf809 fefcfc41a493ad863a64438ff00fa58d1403c6cb
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-9.4
Version: 9.4.26-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18871
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl1.1 (>= 1.1.0), libxml2 (>= 2.7.4), postgresql-client-9.4, postgresql-common (>= 142~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.4, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.4/postgresql-9.4_9.4.26-2.pgdg+1_arm64.deb
Size: 3725104
SHA256: 5b5fef474ccde0d1870fa51acd604c659507ba78ba2943c0d28493dd4256f17d
SHA1: d2a07129fd588f8a308a575a81b76d7139d48b6e
MD5sum: 77a0b140a1aba68dc6c99ef981412c1b
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.
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-9.4-amcheck
Source: amcheck
Version: 1.5-1.pgdg+1
Architecture: arm64
Maintainer: Peter Geoghegan <pg@bowt.ie>
Installed-Size: 58
Depends: libc6 (>= 2.17), postgresql-9.4
Homepage: https://github.com/petergeoghegan/amcheck
Priority: extra
Section: libs
Filename: pool/main/a/amcheck/postgresql-9.4-amcheck_1.5-1.pgdg+1_arm64.deb
Size: 21656
SHA256: fe7d3a41292ba11bd429ae3562e3f415770dce16cc588518146387448c70acc1
SHA1: 6cf0189ad293fa608f196456e9ef16d2b92fd46a
MD5sum: d06f7f5c29ce10d923d07dff5ff9ad78
Description: PostgreSQL extension that verifies indexes
 This extension verifies the logical consistency of PostgreSQL B-Tree indexes.
 The extension consists of SQL-callable functions.  When no error is raised
 during a call to these verification functions, no logical inconsistency was
 detected.  This is useful as a general smoke test to detect corruption.
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-9.4-amcheck-dbgsym
Source: amcheck
Version: 1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Peter Geoghegan <pg@bowt.ie>
Installed-Size: 57
Depends: postgresql-9.4-amcheck (= 1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/a/amcheck/postgresql-9.4-amcheck-dbgsym_1.5-1.pgdg+1_arm64.deb
Size: 41844
SHA256: e19fc36ced340b5c861273c632edc16c66184afdd675a35613e5c09d9a20bf65
SHA1: 8a937bc50b8a069b497b7ccf2873ea464badfe2d
MD5sum: 3c29d87aa9c78640d853911f2e7b2e8e
Description: debug symbols for postgresql-9.4-amcheck
Build-Ids: 28a395ed36141244235e81cd7d036fbaa3233304
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-9.4-dbg
Source: postgresql-9.4
Version: 9.4.26-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18393
Depends: postgresql-9.4 (= 9.4.26-2.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.4/postgresql-9.4-dbg_9.4.26-2.pgdg+1_arm64.deb
Size: 16218252
SHA256: 870c8233064d85fa25cf54371c9fd641695a977e4c36ce9f339630b8e5f9e3f7
SHA1: 9bbea8e45a47a2743bd5b32cace544410c05e9d7
MD5sum: 7e37c763bbf1a0adeb5a739179e7a503
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.
Build-Ids: 047fab4f773dd933bab9ae1fe1d9999899da42e2 082f7ef4d45e5fcf07fc1c09bff5b1f0bceaee31 09b0dfc6e2fb7c4617e6154a86b5a195f2f92c20 0bdc199dbd6cc08d6db4573390fcf906e5e3cfc5 0fe37578627ce0fe3fb1fc921435aa8ab6ad0f3a 117c394e167bfc925830ffe76de24058a511e6ca 11a4c2e5c82d3454716317b3df83d531481fbfd0 146f6441f9ca15722cf879654a1014ab018c2221 1881f45a7fc36533511ab82667b4721f5c35e3c1 1a330ffeeb1429f339d4f7e7c3b7526bb881fd2b 1b560698e30af7ea0973b676fe5118338ea2d890 1c8d6c171d9a6736c0e2f2fb7e4249e598435945 1fbe621e703a4edde91eefdb76a711a766d49996 20b91e7e7e47476b5cbe8c29159757e90bc91d3b 216cb6da6af09796e8da33e12bbd1ca5c7d95e34 2415a396be4d2a60ad16552966f12b2897aa3ba9 24c6ccf57e60ea54cb7385e89c924f2219a427ef 2558a167a9600a0b888c8ed93d86720c04606ece 2608427b3b1f2ab32cfd86b99b414f24f17196ac 299b3fabeeaf0f4f46630c8b21fdf360d98e84e1 2ab4b2e4a60949a5dc58cedbb9b223b24f051271 2ad7b494e90374daaaa615bf85bfe061ce08762f 2c9697d623126c66ef2ff55b642e4ea6af700dc6 2d97c66a6b1071332458af128a8a2e6bb6ca983a 2e6236c4498df81afe4ebe820d5c1969fa470d02 2ec56daac4977b46299b8e4c0d6a4aba24af2b38 2f7cf4fb52c96ab7418b9a772606a0acaf729535 2f9b3dbc5a759246ee31ff99f690271eea0b6203 325bb6bd3df7d5e17e89031fbe7a33ee245d3650 3278cd719aa969c0931ae0c837434ee8860d8392 32c794047165c49af86f92dde70c484ce841182f 367e09456041beb301d402d7d2a780ef71a53209 3716b697aa44b8a689fec10d2379e5c31cda4fab 39bebb336bcb220f6d217a1b71f63722580a2085 3c5ce33f52d1e1925b2b6c13a2ebd5c2bff776e8 3f0071319e299546c0886fe8605c912fdc7e1b85 404c44a7a55eb7fd6a44b0bf8f2bf2b83c67934f 4130b5e9f90517104ae406b314b9d944f553f000 42954f59b60249d39d8e99971861550b7b458688 47f862b581d80af1f3ac74a11b954f4402267a69 4988e1265aa280c11984878b7bdb7ea8d3478124 4cec6ec77853da90c830a70ec1b6c95f65b5e490 4d65a1ae6d7f4cbc998c0d1af65014b0aff9d059 4eda2a2326045baaa070380bce30672c36d41e73 4fa2a8bf4257b5b9618005cc8080dcb5cf7bf6ca 50985d890ab2725ecf9d918eca305e3ba0ef507b 51705df5ef5b90afac306070fe136b9b72f542d9 55f078f5ac5a0f86314ceedeb22b6cacdd6001ed 565b17bff299b3b558d1e9521ee49e9b85a075e1 5711e741fae717ae976bb9ee260fe9078d3abc00 5a9d6bc0b3021c4b131da865ff45a38fec143f17 5df00893462f05ee1cd8c631824c2e1bd5623c48 60fd141789b6cbe3b97fc6dc7a3ea8967187d0e0 64c115fb0760241df6c2b8dc0bd26a0e01643b3f 662fb80b4a97d1e0136b3995dae36fa10098c038 665b43f4604b04a2328bf9f6f1c0f901c35ba166 687d8dbbd5ce9f8398f1c9dc13af8afae579feae 6d5af7361545cb7d6a2e604a16fe5a7c6a2c3312 6e352f8aeddbc74f5cb86e905dbe26f572324c68 706866651ccd851431344d064af0f1d4156b30e4 74ef851f927d8e41fe92dc4a70e05489607970a0 75d67758a1eba6ca947719bc4fcee41429daae99 7b9c5428d202a17a432e7047964823d1d9245716 7c8b427635d5fc61ab471af732a0c6cc5a8692b2 832a7644fcf60c1f950a53d5c387408f45db0ae9 852e711bb86b421b78a4804be656902010a3d79b 86d3e1d3fc82ba5bb04d88d5cc5222998597a387 87ec09796a61b97a9d6b5d0829bd65bec34e375e 8d1ce1d9dfae4fdf76c85210668c2010f1ffbf18 8da3a973edd06402d31012d07965c5edcfac6489 8e43a83f2f5d819b992ab2c77bf0e4a3102987d6 8e9c00d34edbce510d2bec9333139d1da6801a2c 9050d3c24273c1cc1f03c8ce20c9d6599f593209 90bd152a1ad9468546a19c078c9c0be8bf71fb32 919095d039c637bd01b8cbc317ea836def2071b3 952af591e43eba1213adf7cec58235872b2957d2 96385b9851a4a01794e8b5e8e435d497b5f81f83 9651871dca0c29303f2b7e3f7fa736715dcd7c3f 966aefb7cd2e3c7e801eddf179dcbf7cd8bc688f 9689c51f70e23603837281045898e4d89f3eee67 9bfd97001e9b391cc538b6d637b5277511bfaeb0 9c2f3d0831db4fa6fa917333eab75707e341c642 a0b5aca4de4dea0053c39213a281f31761b54148 a4c8222830b33673981b829e9fbf974bb1a8d9c0 a6098bcad6ebff547cc743511d9b2e30554187c2 a8b628224e08085d9c1524f4a11211abdfadd923 a98741a148f297bbb8f3234dde43eb987226fd50 aa9a01bf6d04bdd7747ed47d3f867e4bb9f70c23 ab6f53980e9d319de5f76d6a6a879fb765054512 ae3ef5ca4c6df9f2b6e28182e5d6db9afc6b5d52 aee01da34a9370c5f42c829fcddd5bf609526697 b1b1836047f2962a86aa14cdbccdf55bf5277068 b4a5896ce8fc65f7cbff048a896875a9bcd9a837 b6f1d30826fdcfbd7be731a583f31975172ed7c0 b992d694d18025fa78ed1acd3ea350804a0a552f bb91471e63d48ecc272256e5e12c56f3885c1702 bda91a71e2f715807f7aeb62b0692af1c2b7fb34 be897625ba71c510bdc37c6ec9074f92d82b5450 bedbf38f38d8aed7d7a65c68b988dfa5cd2e6ff3 c0781e9e2e12e1983ba7976511a43e5fd4250bf0 c197262737ec626f9751da5380f465c68b79556a cc4bef5e79aecec4105b43022286ae3ed83141df ce36c9c4d90a37033acf1fdeb69b7689709ff15b d2435bda98b292e9cc7138e84be7cbcc6dd1fbce d5fbbccc73d46242a9c39e9b7d49db73cf9cbc4b d80466ed2cdf99cd6321201ab2c672a4655d50dd db1ee6e8be26a0e4024b3ccb3c9740c94cdd75f9 e2c7017a2fff79a915566358e754e10f72dc9099 e4346e1769ef433dcaac86e39a47fc3e7dadc3fa e444fca6b1ee9ce483c42ae7484edf71b68e33fb e4bd1860bc2cde84ca42d37b021a5560e55ffa5b e8332ee60ce3285c78ceece88037902805428b14 e9f793efdc4d9e272eff68d7a3240ce4c18a8848 ea62d120021eec4770837b510d4aa4946668f23d ebd4f87d6a8d31ed0adab0e461944c2017559d5f ee2fd6a981c34a156dc541a172e3479bcf0449f7 f3dc8102914c400a3334c336f1f381e3fa01af8e f63aa920a1e43531c084f5eb07bbdac8c5725ee6 fa6ccfff2f2d245ceaff83d216083b3a9fad47b3 fb5abb624e60d17e797b50703057933a20365025
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-9.4-pgq3
Source: pgq
Version: 3.2.6-34-g50068b2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2019
Depends: libc6 (>= 2.17), postgresql-9.4, pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-9.4-pgq3_3.2.6-34-g50068b2-2.pgdg+1_arm64.deb
Size: 81664
SHA256: f3689590f67c427dd8ef37faaa1607ac319db3968ed63ac77d42eae223f0dbc9
SHA1: e0aee41b06d80edfa72d11bdfb3aee67abfc5758
MD5sum: fe1a7cf820c182fccbadc6d5ad204780
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-9.4-pgq3-dbgsym
Source: pgq
Version: 3.2.6-34-g50068b2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-9.4-pgq3 (= 3.2.6-34-g50068b2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-9.4-pgq3-dbgsym_3.2.6-34-g50068b2-2.pgdg+1_arm64.deb
Size: 99264
SHA256: eb388a52d03f0e4bf218b0a2025830e7b2e810facc7f06042d50c139722f4aa3
SHA1: 7ac3afd9d6513cb695dd73fb58a31fa958e65419
MD5sum: 72fcec0c97507ae1c1ca2a987fb35c80
Description: debug symbols for postgresql-9.4-pgq3
Build-Ids: 74a8ac1b50b443f8dea3867e23524e0de3b6a54d a0f5982fe88a0f1c865091bb14dd589b5c0fe281
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-9.4-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.9-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: postgresql-9.4-plproxy (= 2.9-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-9.4-plproxy-dbgsym_2.9-2.pgdg+1_arm64.deb
Size: 175996
SHA256: 31a20111771af20098478004bc5ad00dbebf6917fa0079eb0e1ce1c37b04566f
SHA1: 470cf71548f825f2a6d415a05a79cdb679c741ec
MD5sum: dd596beb53212b921086512a399fc9e3
Description: debug symbols for postgresql-9.4-plproxy
Build-Ids: 76b2ef65cea957234f19638c047a11d95a945ab1
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-9.5-plproxy
Source: postgresql-plproxy
Version: 2.9-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: postgresql-9.5, libc6 (>= 2.17), libpq5
Homepage: http://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-9.5-plproxy_2.9-2.pgdg+1_arm64.deb
Size: 54640
SHA256: 30f7e4b9e7beb057a5bb5b8579f805e9a3320051095cf57a7abea4bf5c6803bb
SHA1: 74a9a2e6e4675a33bb4f14ff5f50016623d217af
MD5sum: c423cf8f1882af9239da9f24d6247cce
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.
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-9.5-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.9-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 214
Depends: postgresql-9.5-plproxy (= 2.9-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-9.5-plproxy-dbgsym_2.9-2.pgdg+1_arm64.deb
Size: 180052
SHA256: d617ec2302c29733bee92cddf9d2d09c56fdbf0966bda9e5c2f73c5011ba0b35
SHA1: 29b8d16d9c9717a625caa2bd92eac2f537040abf
MD5sum: acbc81a91a0e8e3a3245c030f6281c12
Description: debug symbols for postgresql-9.5-plproxy
Build-Ids: 5e84bce44aaac11f7cb6978edce6869cb93c494d
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-9.5-postgis-3-scripts
Source: postgis
Version: 3.0.1+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26189
Depends: perl:any
Recommends: postgresql-9.5-postgis-3
Replaces: postgresql-9.5-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-9.5-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-9.5-postgis-3-scripts_3.0.1+dfsg-2.pgdg+1_all.deb
Size: 1114128
SHA256: eaa12912373fcbc3e3ab56c061fd75780a6bdeec257a71bc45bf3df5af7878a2
SHA1: 0ab7457a47b9ac77d6010316c20b29317b095f03
MD5sum: 0ef5de0d53b70d40c14cf75601b490ec
Description: Geographic objects support for PostgreSQL 9.5 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 9.5 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-9.6-plproxy
Source: postgresql-plproxy
Version: 2.9-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: postgresql-9.6, libc6 (>= 2.17), libpq5
Homepage: http://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-9.6-plproxy_2.9-2.pgdg+1_arm64.deb
Size: 54664
SHA256: e8089ebb4fb8d7bda8854991e94b11344f6bf1f258c871a175e8393612245492
SHA1: 99e8be7d2e67a3255e2fe88c7ea544b91c8937b6
MD5sum: 7abb75d6043a0c72c779b1967a6faba8
Description: database partitioning system for PostgreSQL 9.6
 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.
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-9.6-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.9-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: postgresql-9.6-plproxy (= 2.9-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-9.6-plproxy-dbgsym_2.9-2.pgdg+1_arm64.deb
Size: 183732
SHA256: 6099438baae583a8171c580871cfdb6a56079f94d99e793a080983964afe5a8b
SHA1: fd747fb3a58ac82b33245bfe67f98ac0c74e29e6
MD5sum: 69bb18e68d703cfa5a3706a2da8d2b88
Description: debug symbols for postgresql-9.6-plproxy
Build-Ids: 2d9da7042538fba5be47222de6fcbe113a82399a
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-9.6-postgis-3-scripts
Source: postgis
Version: 3.0.1+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26261
Depends: perl:any
Recommends: postgresql-9.6-postgis-3
Replaces: postgresql-9.6-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-9.6-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-9.6-postgis-3-scripts_3.0.1+dfsg-2.pgdg+1_all.deb
Size: 1119984
SHA256: 8032e69b0d0145373a72cde774223860b8e3acb6dd5220021b04753393ed6ce3
SHA1: 3365e0247b7c24749258a3c6a0aebc186a97f02f
MD5sum: 2c3ed0fe09db58e6b2d717a1c7a2dcbd
Description: Geographic objects support for PostgreSQL 9.6 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 9.6 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-client-9.1
Source: postgresql-9.1
Version: 9.1.24-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4153
Depends: libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.0~), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 115~), sensible-utils
Suggests: postgresql-9.1, postgresql-doc-9.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.24-6.pgdg+1_arm64.deb
Size: 980176
SHA256: c6811a0cea985911363529224e2737f6761e07ae561bb1433ed351793b4f9ddd
SHA1: 92cc303c1df063f730c4b5bda652e732a54e138f
MD5sum: 97df7426cbe8fec28472570f4f9f357b
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.
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-client-9.2
Source: postgresql-9.2
Version: 9.2.24-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4117
Depends: libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.2.24), libssl1.1 (>= 1.1.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 115~), sensible-utils
Suggests: postgresql-9.2, postgresql-doc-9.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.24-3.pgdg+1_arm64.deb
Size: 971736
SHA256: 71aef7804c2e3506434d38f073bcdb04231bd8e08dfcd6121dc9ce5d35a94ad6
SHA1: 32c2a0c5b76aeb8be291e83720d845ecdfa25c25
MD5sum: fe92278967c2edd9e57cabfd39ba9be1
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.
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-client-9.3
Source: postgresql-9.3
Version: 9.3.25-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4409
Depends: libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.3.25), libssl1.1 (>= 1.1.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
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.25-3.pgdg+1_arm64.deb
Size: 1034484
SHA256: 57d3095ccae89c8e62cabedd9e8a1e88657c6044e1bc90e9d0a5c99784ff6329
SHA1: a455d2f1be523f3191bfe0b4ae4a7e4401d2259c
MD5sum: 2bb49c98f91c320341611ed151c16883
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.
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-client-9.4
Source: postgresql-9.4
Version: 9.4.26-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4826
Depends: libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.4.26), libssl1.1 (>= 1.1.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
Suggests: postgresql-9.4, postgresql-doc-9.4
Conflicts: postgresql-server-dev-9.4 (<< 9.4.25-2~)
Replaces: postgresql-server-dev-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.26-2.pgdg+1_arm64.deb
Size: 1124696
SHA256: 741b7c225b87e3776f4e3c613fde9b342759274434d9e0f62d26a7bb77c2800e
SHA1: e8e6085edb136c3d2e3fa1f66125d4f279f45851
MD5sum: 92b660c061a04a4fdce8e60f23b04789
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.
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-contrib-9.1
Source: postgresql-9.1
Version: 9.1.24-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1773
Depends: postgresql-9.1 (= 9.1.24-6.pgdg+1), libc6 (>= 2.17), libcrypt1 (>= 1:4.1.0), libossp-uuid16, libpq5 (>= 9.0~), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4), postgresql-common (>= 115~)
Suggests: libdbd-pg-perl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.1/postgresql-contrib-9.1_9.1.24-6.pgdg+1_arm64.deb
Size: 371716
SHA256: 45d9fdad903051023ef31bc565ec0d8cddc74a9ca160eff16b06c2d719673203
SHA1: b8c42c9fd27bf3ac5dd9eb6bca0bbe087a4400a1
MD5sum: 85b5e3dbdcd24e6f758ba00dc3c7d64a
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.
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-contrib-9.2
Source: postgresql-9.2
Version: 9.2.24-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1802
Depends: postgresql-9.2 (= 9.2.24-3.pgdg+1), libc6 (>= 2.17), libcrypt1 (>= 1:4.1.0), libossp-uuid16, libpq5 (>= 9.2~beta3), libssl1.1 (>= 1.1.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.24-3.pgdg+1_arm64.deb
Size: 368092
SHA256: 99e981b07be6e520e13861a5364f085bb82aed6c7fa57c0ed4f8d9eb98ccea13
SHA1: 7626717e25ff85b26a76ab4b304bacd4ed91ef1c
MD5sum: ed92d56cad215e3d5feb3830d86e57fc
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.
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-contrib-9.3
Source: postgresql-9.3
Version: 9.3.25-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1900
Depends: postgresql-9.3 (= 9.3.25-3.pgdg+1), libc6 (>= 2.17), libcrypt1 (>= 1:4.1.0), libossp-uuid16, libpq5 (>= 9.2~beta3), libssl1.1 (>= 1.1.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.25-3.pgdg+1_arm64.deb
Size: 399912
SHA256: dc835750cd47e19e452f0757067e5762182a22cca8da776ec48bce806d02b839
SHA1: c4912ca94b88ac1486c137f2303e7a6d7e08a337
MD5sum: a3d8718cded9fc34ed057e476989199a
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.
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-contrib-9.4
Source: postgresql-9.4
Version: 9.4.26-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2055
Depends: postgresql-9.4 (= 9.4.26-2.pgdg+1), libc6 (>= 2.29), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 2.1.12), libssl1.1 (>= 1.1.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.26-2.pgdg+1_arm64.deb
Size: 434872
SHA256: 715c61af3b44f85e85da5815cafd41ce1b5b567261b2929fac8ba9fd9003ef41
SHA1: f163ae2ff421bbf6a535750b5f5d52527bd650dd
MD5sum: 54d81f47234bb856a55303cba17acd38
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.
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-plperl-9.1
Source: postgresql-9.1
Version: 9.1.24-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 251
Depends: libc6 (>= 2.17), libperl5.30 (>= 5.30.0), postgresql-9.1 (= 9.1.24-6.pgdg+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.24-6.pgdg+1_arm64.deb
Size: 74864
SHA256: a323250615d8087491d8fa3b604b0bc810ee566f2ce097f77867fbb314f05fef
SHA1: 71e2c317aa7cee1853164f69188535d47f188007
MD5sum: 06e9ff3ecdbed9bdf30fcdbb93a04645
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.
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-plperl-9.2
Source: postgresql-9.2
Version: 9.2.24-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 234
Depends: libc6 (>= 2.17), libperl5.30 (>= 5.30.0), postgresql-9.2 (= 9.2.24-3.pgdg+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.24-3.pgdg+1_arm64.deb
Size: 59076
SHA256: c20061b451f481d1382be40bc7c724ac220baacb9f798030e3e772c84d16dfc2
SHA1: 2b4b6a14a989239139378597264966930003b984
MD5sum: 372445aa625f46ca530535cff8f06a74
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.
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-plperl-9.3
Source: postgresql-9.3
Version: 9.3.25-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 223
Depends: libc6 (>= 2.17), libperl5.30 (>= 5.30.0), postgresql-9.3 (= 9.3.25-3.pgdg+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.25-3.pgdg+1_arm64.deb
Size: 59416
SHA256: 55e485d1a6fe671540a93decaeb702c4a00ac38d7803255d967b7962020b5877
SHA1: 7294d091225560a89e3b95ae4d0657b093c375e6
MD5sum: 1c17a39947f069baae52f93e660f137f
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.
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-plperl-9.4
Source: postgresql-9.4
Version: 9.4.26-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 237
Depends: libc6 (>= 2.17), libperl5.30 (>= 5.30.0), postgresql-9.4 (= 9.4.26-2.pgdg+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.26-2.pgdg+1_arm64.deb
Size: 58368
SHA256: 2c879db21e9ef6aabcf424cd138c8b653247bc178657586c8bc5a8711abad0bf
SHA1: 34712ea8ed9f791e7f5fad13a37a4179aa758b0e
MD5sum: 78347dc3ca0a06423505deb18eb3f94f
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.
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-plpython3-9.1
Source: postgresql-9.1
Version: 9.1.24-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 158
Depends: libc6 (>= 2.17), libpython3.8 (>= 3.8.2), postgresql-9.1 (= 9.1.24-6.pgdg+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.24-6.pgdg+1_arm64.deb
Size: 60760
SHA256: c6d3a7ed3d8160a07892ae0c2d864e029c784ffac1bf532c6de69f61a9d2e650
SHA1: ff90a0f08cd8247a075d13b9acbec7f314518066
MD5sum: 153861643cdf1334b4870e1305ee3d46
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.
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-plpython3-9.2
Source: postgresql-9.2
Version: 9.2.24-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 161
Depends: libc6 (>= 2.17), libpython3.8 (>= 3.8.2), postgresql-9.2 (= 9.2.24-3.pgdg+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.24-3.pgdg+1_arm64.deb
Size: 50664
SHA256: 71eaedbd1f3451184a424abc8945f9071d8b9be6575ae7525935400c4b31918d
SHA1: 578d3ee57926e809c716d6ab1ca322821b7fab65
MD5sum: fa637ff7015a18e240aaa825ffa18794
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.
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-plpython3-9.3
Source: postgresql-9.3
Version: 9.3.25-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: libc6 (>= 2.17), libpython3.8 (>= 3.8.2), postgresql-9.3 (= 9.3.25-3.pgdg+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.25-3.pgdg+1_arm64.deb
Size: 52516
SHA256: d465e4b8ea2b17ffafb39c77d4988fa3e8639b757ce1660ae192c4899a32f885
SHA1: b55fada2b31e295e3aeeea870863cc35555ac5fe
MD5sum: 44795d751901ed613be9c64621e38583
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.
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-plpython3-9.4
Source: postgresql-9.4
Version: 9.4.26-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: libc6 (>= 2.17), libpython3.8 (>= 3.8.2), postgresql-9.4 (= 9.4.26-2.pgdg+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.26-2.pgdg+1_arm64.deb
Size: 50772
SHA256: 30366d03a5151604a53d469ee37465b8adb68d4a58cbe03b4c0f57647e1b264c
SHA1: 7ae1c30d53747167c13f40f2772bc78a12b83cdf
MD5sum: e18e4e8fd69f485ec349bec4577b7fd8
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.
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-pltcl-9.1
Source: postgresql-9.1
Version: 9.1.24-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 161
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.1 (= 9.1.24-6.pgdg+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.24-6.pgdg+1_arm64.deb
Size: 50088
SHA256: 360d336e18e4009cd8ba7fa222f2495b6518daba2a6666b148879e3c1567d22e
SHA1: 83d8499dfff93e9c3314d0fc1f001b050d596a3b
MD5sum: 34ddbb4b8240256fe719600410b7e847
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.
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-pltcl-9.2
Source: postgresql-9.2
Version: 9.2.24-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 147
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.2 (= 9.2.24-3.pgdg+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.24-3.pgdg+1_arm64.deb
Size: 36544
SHA256: cdf6882bb5340013b129662ee663aa40dbfb95a272b5f3791776fd8a0597fbd7
SHA1: e4faa4cc135a80454ce4063371b8628297b2281b
MD5sum: 7b6b8d8a1d67b7a10de061145c788196
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.
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-pltcl-9.3
Source: postgresql-9.3
Version: 9.3.25-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.3 (= 9.3.25-3.pgdg+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.25-3.pgdg+1_arm64.deb
Size: 38296
SHA256: 6c0e8847fc131f1a1412d7ab2275c442edf28602b488c49d2d646c1334defad5
SHA1: 4df64b97b657c6baf9fb4c8cd39b6ed397da23d0
MD5sum: b322d0816b8b7ad05977a13992d88a40
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.
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-pltcl-9.4
Source: postgresql-9.4
Version: 9.4.26-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.4 (= 9.4.26-2.pgdg+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.26-2.pgdg+1_arm64.deb
Size: 36224
SHA256: 0cad843d0a8a4caba84b176f3b7ab703f813719171bca6f6fcfa8626cc107688
SHA1: 0d902a249a8612ca9424f44b549d95691ead3772
MD5sum: 026651db520c4ce1600dd165bd95a685
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.
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-server-dev-9.1
Source: postgresql-9.1
Version: 9.1.24-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3076
Depends: libc6 (>= 2.17), 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.24-6.pgdg+1_arm64.deb
Size: 560296
SHA256: fcc0c17fc8b84fc242f3ac63729827c3237994963b99f99748a503cab4eac331
SHA1: 807b43a7f72104c8ed4f30cc7c9b588bdaa453cb
MD5sum: 08bebded9936a93deec35f56656b2376
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.
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-server-dev-9.2
Source: postgresql-9.2
Version: 9.2.24-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3282
Depends: libc6 (>= 2.17), 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.24-3.pgdg+1_arm64.deb
Size: 586204
SHA256: 17d4d056e48990de16d8c32b8412dde7d3eacb0ba6ba40b904268e3f2c61e345
SHA1: b07442c553c7ade4b298b6d04c01676f9cc8b70c
MD5sum: 3d202d3f2bfc914999177a3da3d24705
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.
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-server-dev-9.3
Source: postgresql-9.3
Version: 9.3.25-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3521
Depends: libc6 (>= 2.17), 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.25-3.pgdg+1_arm64.deb
Size: 631532
SHA256: cd953fbfccec6c3a6f7a02c10820d0c68a06f227459dbd19ddbd70d6bf509ce0
SHA1: dc3e615138395bdbbc7be7e0b51c118fab4ff043
MD5sum: ddd1090b5d4c9107603ef1197791c6d8
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.
Timestamp: 2020-03-29 17:43:46+00

Package: postgresql-server-dev-9.4
Source: postgresql-9.4
Version: 9.4.26-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3567
Depends: libpq-dev (>= 9.4~), postgresql-client-9.4 (= 9.4.26-2.pgdg+1), 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.26-2.pgdg+1_arm64.deb
Size: 625344
SHA256: 18fe095a3da5d6674946cb0975b16255f0eed4fcc7846ab376935c6fa3082aec
SHA1: 6e2c71169464912adcd408369c5dfebeda5377cd
MD5sum: 773aaa3407b2e0ccc0c4f682524e965c
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.
Timestamp: 2020-03-29 17:43:46+00

Package: pgbackrest
Version: 2.25-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 805
Depends: postgresql-common, libc6 (>= 2.17), liblz4-1 (>= 0.0~r127), libpq5, libssl1.1 (>= 1.1.0), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.25-3.pgdg+1_arm64.deb
Size: 257376
SHA256: 47312a8d6bc6af8aaa0116f8c3e9d829e18f6666836f271a75e5f3dec8011e85
SHA1: 04c27c5122ef7701bce91ef59895df99f113b93d
MD5sum: 3731eab71f3f35573b86561b221e4244
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.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2020-03-30 20:34:33+00

Package: pgbackrest-dbgsym
Source: pgbackrest
Version: 2.25-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1028
Depends: pgbackrest (= 2.25-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.25-3.pgdg+1_arm64.deb
Size: 880088
SHA256: abcdb1433a74ba02b8c7c6e590808584ab5eb78ea52764304fa589703043f24c
SHA1: 32d6ea60e12a6fce3cd5200454bb7ab4fb2fd67a
MD5sum: 09c0101f6f03150024279798f30c18ef
Description: debug symbols for pgbackrest
Build-Ids: 6029809cf43c7d20bfa72c3b1698a221c84fbc57
Timestamp: 2020-03-30 20:34:33+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.25-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1165
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.25-3.pgdg+1_all.deb
Size: 101356
SHA256: 9243e0c210fed7aae132ef10860d293438776fafb1a6b7fdc150f00f50ebda2a
SHA1: 491b64ea34ab97d63b72a32f484f68ebd8f047ef
MD5sum: b871202b7473016979d7207bfbfdf84b
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2020-03-30 20:34:33+00

Package: postgresql-10-pljava
Source: postgresql-pljava
Version: 1.5.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1067
Depends: default-jre-headless | openjdk-11-jre-headless | java-runtime-headless, postgresql-10, libc6 (>= 2.17)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-10-pljava_1.5.5-3.pgdg+1_arm64.deb
Size: 629244
SHA256: 496fb893b5c725389af52cd8fdd2da929058eaa2f516467fa2b2f3132f3836ed
SHA1: b7336c2f0aa9855d35fa3874c43a43be92a5515c
MD5sum: 40abb4aa75e6e33952a8066eb9e86681
Description: Java procedural language for PostgreSQL 10
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-11-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2020-03-30 20:34:33+00

Package: postgresql-10-pljava-dbgsym
Source: postgresql-pljava
Version: 1.5.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 802
Depends: postgresql-10-pljava (= 1.5.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-10-pljava-dbgsym_1.5.5-3.pgdg+1_arm64.deb
Size: 688072
SHA256: 97426cc92c231246c41c2560088372d5144b6480620cde9f962ea898fe1001ec
SHA1: e5b0987771188394d803f02d5e2e4ab43e0cbd76
MD5sum: d5c28e1adec23c18d0c17b42d44c8390
Description: debug symbols for postgresql-10-pljava
Build-Ids: 2bdf977381d0ca18d528aff49d62392abe45005a
Timestamp: 2020-03-30 20:34:33+00

Package: postgresql-11-pljava
Source: postgresql-pljava
Version: 1.5.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1075
Depends: default-jre-headless | openjdk-11-jre-headless | java-runtime-headless, postgresql-11, libc6 (>= 2.17)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-11-pljava_1.5.5-3.pgdg+1_arm64.deb
Size: 629308
SHA256: 4f8440af51b39f6d8605fd5632e6f2dfb77d913002646b0158b1f0507dff4e10
SHA1: ef26b79c73a9c5a910f1e2ce44ca742687051101
MD5sum: b18b11a1bfb93b07a605d76623031112
Description: Java procedural language for PostgreSQL 11
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-11-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2020-03-30 20:34:33+00

Package: postgresql-11-pljava-dbgsym
Source: postgresql-pljava
Version: 1.5.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 801
Depends: postgresql-11-pljava (= 1.5.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-11-pljava-dbgsym_1.5.5-3.pgdg+1_arm64.deb
Size: 687124
SHA256: 73b8932e5e81e0486a69cc406657bb079ae3747e84bdf6ffc3ff4725a886a1e8
SHA1: 57d4462eb63adac6cdc8abddb151f6b92b9e4ac6
MD5sum: 5b23c2001cca4608a491960a59c9b7ab
Description: debug symbols for postgresql-11-pljava
Build-Ids: 401ce347ba790d7ca9dec6177acc7154476f0c6a
Timestamp: 2020-03-30 20:34:33+00

Package: postgresql-12-pljava
Source: postgresql-pljava
Version: 1.5.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1075
Depends: default-jre-headless | openjdk-11-jre-headless | java-runtime-headless, postgresql-12, libc6 (>= 2.17)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-12-pljava_1.5.5-3.pgdg+1_arm64.deb
Size: 628448
SHA256: e51f1df43ade84745fd3d2796b243bf7da8c9bc23b276f496cb8b46f6bb7ba40
SHA1: 414ba888526cd925aed9a00b97fc3660b7a45afc
MD5sum: e63779d2774dcad49e7b2040245647ef
Description: Java procedural language for PostgreSQL 12
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-11-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2020-03-30 20:34:33+00

Package: postgresql-12-pljava-dbgsym
Source: postgresql-pljava
Version: 1.5.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 844
Depends: postgresql-12-pljava (= 1.5.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-12-pljava-dbgsym_1.5.5-3.pgdg+1_arm64.deb
Size: 734512
SHA256: 863f2d9b58592e466484d40158abc184feff31926305803dda6740b452e14513
SHA1: 80387f93846c2997466263e5d304a6242051f15f
MD5sum: 22519adec2d4567f92dddee0a6e6dd8c
Description: debug symbols for postgresql-12-pljava
Build-Ids: e2d9d2d7e9adac1b053b21505be4f380650d6cb9
Timestamp: 2020-03-30 20:34:33+00

Package: postgresql-9.5-pljava
Source: postgresql-pljava
Version: 1.5.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1080
Depends: default-jre-headless | openjdk-11-jre-headless | java-runtime-headless, postgresql-9.5, libc6 (>= 2.17)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-9.5-pljava_1.5.5-3.pgdg+1_arm64.deb
Size: 629520
SHA256: 1597c45bc1ca6956c999959a6811b85b8a58cf5f4f41dceb6e2aa1f6ee4b8429
SHA1: 90c524196994414391753582853eccf31c019a7f
MD5sum: 41a9dc053c907c26614ea29d21ef06af
Description: Java procedural language for PostgreSQL 9.5
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-11-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2020-03-30 20:34:33+00

Package: postgresql-9.5-pljava-dbgsym
Source: postgresql-pljava
Version: 1.5.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 721
Depends: postgresql-9.5-pljava (= 1.5.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-9.5-pljava-dbgsym_1.5.5-3.pgdg+1_arm64.deb
Size: 594732
SHA256: 1abfc5aeace1cd999ef9d0f40c09bc047fabec7c0ccb5bb81a967dca307edc89
SHA1: a6ec455aa369e59c0d4142b2e578b94ae050619c
MD5sum: 4898bb50800023e6e5feddc815829cae
Description: debug symbols for postgresql-9.5-pljava
Build-Ids: 073d9437ba9f3fdefc22b82fd5a8ad380810b127
Timestamp: 2020-03-30 20:34:33+00

Package: postgresql-9.6-pljava
Source: postgresql-pljava
Version: 1.5.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1064
Depends: default-jre-headless | openjdk-11-jre-headless | java-runtime-headless, postgresql-9.6, libc6 (>= 2.17)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-9.6-pljava_1.5.5-3.pgdg+1_arm64.deb
Size: 629152
SHA256: 04c83e7ae345f2fe3f671f9f77483bbab061f6b537a38c579860e05f6da4da87
SHA1: 5283b1550f326c4193e7394cc2d88c5cffa16009
MD5sum: f81b7c7dd20e74161b50ea37d50385d4
Description: Java procedural language for PostgreSQL 9.6
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-11-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2020-03-30 20:34:33+00

Package: postgresql-9.6-pljava-dbgsym
Source: postgresql-pljava
Version: 1.5.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 738
Depends: postgresql-9.6-pljava (= 1.5.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-9.6-pljava-dbgsym_1.5.5-3.pgdg+1_arm64.deb
Size: 612608
SHA256: 6e2eeb0772acd1df916053f2517b9a88a599b4c8185879c2490b7b2d11be0150
SHA1: f2631a84765a2f17b48f7a133c698be0f3ea4cef
MD5sum: a3a015d11f47d1932fbe6714bc0f60c3
Description: debug symbols for postgresql-9.6-pljava
Build-Ids: a9d098f30e00bd2b47e6d44456f5151276fb6cd4
Timestamp: 2020-03-30 20:34:33+00

Package: libdbd-pg-perl
Version: 3.10.5-1~pgdg+1
Architecture: arm64
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Installed-Size: 556
Depends: perl (>= 5.30.0-9), perl-dbdabi-94, perlapi-5.30.0, libc6 (>= 2.17), libpq5 (>= 8.4~), libdbi-perl, libversion-perl
Homepage: https://metacpan.org/release/DBD-Pg
Priority: optional
Section: perl
Filename: pool/main/libd/libdbd-pg-perl/libdbd-pg-perl_3.10.5-1~pgdg+1_arm64.deb
Size: 204012
SHA256: c2cdb0179cb30e8fee16199c8d8d0bcf9ac863553b07ca9ab26566dd1c0fe4bd
SHA1: 008b4b82b57975c2af12cb33b2a69f989d713aa5
MD5sum: 6011661c1c60c4f206f1ceb8e09fe5ea
Description: Perl DBI driver for the PostgreSQL database server
 DBD::Pg is a Perl DBI Database Driver module that works with the DBI module to
 provide access to PostgreSQL databases. It enables you to control a PostgreSQL
 database in a Perl script.
Timestamp: 2020-03-31 12:19:41+00

Package: libdbd-pg-perl-dbgsym
Source: libdbd-pg-perl
Version: 3.10.5-1~pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Installed-Size: 205
Depends: libdbd-pg-perl (= 3.10.5-1~pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/libd/libdbd-pg-perl/libdbd-pg-perl-dbgsym_3.10.5-1~pgdg+1_arm64.deb
Size: 184472
SHA256: 5a8e47a09c8ab1d770e0e08a3fcce560fb126406052f7b91c3ceb7a7449e60ad
SHA1: 64f00d6c6ef5995427cefea8ea8cf06734be267f
MD5sum: 4267ca84180a59d63f3b09e0e51d2141
Description: debug symbols for libdbd-pg-perl
Build-Ids: 8112abc0a76cf4db14ff391a7cc5c1d63feebd9e
Timestamp: 2020-03-31 12:19:41+00

Package: postgresql-9.4-partman
Source: pg-partman
Version: 4.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5320
Depends: postgresql-9.4, python3, python3-psycopg2, libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-9.4-partman_4.3.0-1.pgdg+1_arm64.deb
Size: 218280
SHA256: 3a7eab19f9b0f2789a4c78c74e42d74bdcf2905e87b87209000a6b996fc4d041
SHA1: ae5ebc37c5f1a836b43c0b2609b05bd34946f614
MD5sum: 1c1924b16ae77bd5d0383e39564299af
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.
Timestamp: 2020-04-01 09:21:15+00

Package: postgresql-9.4-partman-dbgsym
Source: pg-partman
Version: 4.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-9.4-partman (= 4.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-9.4-partman-dbgsym_4.3.0-1.pgdg+1_arm64.deb
Size: 25688
SHA256: 93bd4610d8b4bae2f8a57fb21738ea279da94d9477b18cd99514dc542b7970bc
SHA1: 96d4b1bceb7e12e4365892c940e150006e7cb712
MD5sum: b45db262e93f7970a29e9d6e6caa2cba
Description: debug symbols for postgresql-9.4-partman
Build-Ids: 69e99500624de8ba2a0fc3ebd537779c1be4d7f9
Timestamp: 2020-04-01 09:21:15+00

Package: postgresql-12-pgmp
Source: postgresql-pgmp
Version: 1.0.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 383
Depends: postgresql-12, libc6 (>= 2.17), libgmp10
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-12-pgmp_1.0.4-2.pgdg+1_arm64.deb
Size: 108236
SHA256: f24be3419f997ce99f48d5f12569c39fef5cb55b1ce5f059614b160b2a39f3e8
SHA1: d12b0eefc5e7c258bf6fda0e077a41d25e670bb4
MD5sum: 9711ce6abd464b1982316dbbb2046791
Description: arbitrary precision integers and rationals for PostgreSQL 12
 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.
Timestamp: 2020-04-02 20:45:43+00

Package: postgresql-12-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 156
Depends: postgresql-12-pgmp (= 1.0.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-12-pgmp-dbgsym_1.0.4-2.pgdg+1_arm64.deb
Size: 121120
SHA256: a815fbef4a484906c87b8bdd67e8c827eed522a0a94ab43a54c1ef0f5a75fc48
SHA1: 9f6a066229b1292f936b2fad599d954d1bb7adb2
MD5sum: 88692a0e29914a5898809149710722ff
Description: debug symbols for postgresql-12-pgmp
Build-Ids: 9ddaf94a3630f39aa8baafc2717e142e450b1fe4
Timestamp: 2020-04-02 20:45:43+00

Package: postgresql-10-pgmp
Source: postgresql-pgmp
Version: 1.0.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-10, libc6 (>= 2.17), libgmp10
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-10-pgmp_1.0.4-2.pgdg+1_arm64.deb
Size: 44660
SHA256: 30313dd63dd7739c751dc9cc86a48408508e877d7c8975a66b9ecd92af31e7d6
SHA1: 07810a3891fae667656d4836e629a5869c3c6c14
MD5sum: 1cccc3a4ca570be73d05fec4572e3a03
Description: arbitrary precision integers and rationals for PostgreSQL 10
 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.
Timestamp: 2020-04-02 20:45:43+00

Package: postgresql-10-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 161
Depends: postgresql-10-pgmp (= 1.0.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-10-pgmp-dbgsym_1.0.4-2.pgdg+1_arm64.deb
Size: 126588
SHA256: 4a98eeb26e956baceb09ed88b9aa861038af35c59b6e40161690b6fcefbee164
SHA1: b9c0ce34ee18d3776e847cc0eacb5f29141798de
MD5sum: 09370d6f05cdf24988fd3554404b6bed
Description: debug symbols for postgresql-10-pgmp
Build-Ids: ca794d8664562d5bb6f862608054d5a44a9c80bb
Timestamp: 2020-04-02 20:45:43+00

Package: postgresql-11-pgmp
Source: postgresql-pgmp
Version: 1.0.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 384
Depends: postgresql-11, libc6 (>= 2.17), libgmp10
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-11-pgmp_1.0.4-2.pgdg+1_arm64.deb
Size: 108616
SHA256: 4e4421ebb7dd4fb05b49820aa254b44fbe947145998e5e8545cf9132578040d3
SHA1: 144d432fe5ee98a71ee342680341983da9770bff
MD5sum: 9f4f404c10978c3a7c1cc150437ac115
Description: arbitrary precision integers and rationals for PostgreSQL 11
 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.
Timestamp: 2020-04-02 20:45:43+00

Package: postgresql-11-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-11-pgmp (= 1.0.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-11-pgmp-dbgsym_1.0.4-2.pgdg+1_arm64.deb
Size: 112436
SHA256: 8b0873231512025726ae0538df76fd6ed3fbf206f68780bb85c7de6e558ae07a
SHA1: c1b9e075727e1a61c7582edbe26f8a3d61ccfa17
MD5sum: fffe946b80fff8b93ce44d3dd632ffec
Description: debug symbols for postgresql-11-pgmp
Build-Ids: bf31d3a69bd9f1ecadd68c606bd6daba3013c64a
Timestamp: 2020-04-02 20:45:43+00

Package: postgresql-9.4-plsh
Source: postgresql-plsh
Version: 1.20171014-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: libc6 (>= 2.17), postgresql-9.4
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-9.4-plsh_1.20171014-4.pgdg+1_arm64.deb
Size: 12720
SHA256: 036ad847fe65e658bc39cd5c32032339bde1e34454930564eb4ae13acc159802
SHA1: 1e1a5901c14f3a0a238579fa6f6e175c41e3b9b2
MD5sum: f669b8cd17dd285ba0c70d8363438923
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.
Timestamp: 2020-04-02 20:45:43+00

Package: postgresql-9.4-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20171014-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-9.4-plsh (= 1.20171014-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-9.4-plsh-dbgsym_1.20171014-4.pgdg+1_arm64.deb
Size: 31780
SHA256: f38710cf716927237f71dab589ea31cdeab7bfb03f54a10358bad75200988899
SHA1: 693f742d4218bbe036bcd2cb4cfccff4890b4556
MD5sum: c0589f6668d37aa421601f336ddc47e2
Description: debug symbols for postgresql-9.4-plsh
Build-Ids: e254990117a63fc8d9cfb3f463e9ca75b8deb0a2
Timestamp: 2020-04-02 20:45:43+00

Package: postgresql-9.5-pgmp
Source: postgresql-pgmp
Version: 1.0.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-9.5, libc6 (>= 2.17), libgmp10
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-9.5-pgmp_1.0.4-2.pgdg+1_arm64.deb
Size: 44740
SHA256: 4f0463f9fab92abfaf66465c159c64f267843ac4a6cc509b980e858acbf631b6
SHA1: a999cd9a50127fab2a7e04a332ce414e2318ccf5
MD5sum: 13041ad1dbf67d87e76e76dd5bc86812
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.
Timestamp: 2020-04-02 20:45:43+00

Package: postgresql-9.5-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 143
Depends: postgresql-9.5-pgmp (= 1.0.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-9.5-pgmp-dbgsym_1.0.4-2.pgdg+1_arm64.deb
Size: 105732
SHA256: 452971f24be3d0bfc81a90661cc7895fbec5a882159ac8af08e0d7032ba1771d
SHA1: 088e96ec5710770f74e4348de8af6cab34534cb5
MD5sum: c5801b663269933db62a6fc30e272fdd
Description: debug symbols for postgresql-9.5-pgmp
Build-Ids: bc98681e0a84ad823f66346a1caf18d9e58324ed
Timestamp: 2020-04-02 20:45:43+00

Package: postgresql-9.6-pgmp
Source: postgresql-pgmp
Version: 1.0.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-9.6, libc6 (>= 2.17), libgmp10
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-9.6-pgmp_1.0.4-2.pgdg+1_arm64.deb
Size: 44768
SHA256: 752a1e457aca5910f6f83d22be788673b3487dd4e6120ccd33dad265707523a9
SHA1: a2731b189e0d16305b5b465598b850792b1830b6
MD5sum: c8b8b0d2c6740cf1dd6d73436a604c63
Description: arbitrary precision integers and rationals for PostgreSQL 9.6
 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.
Timestamp: 2020-04-02 20:45:43+00

Package: postgresql-9.6-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-9.6-pgmp (= 1.0.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-9.6-pgmp-dbgsym_1.0.4-2.pgdg+1_arm64.deb
Size: 108272
SHA256: 629c553ef6ff48a0b8ee82f7e09f379900d92d69922116206fb9b6911f7733c8
SHA1: 7ae9f7fa2ef21b76df62d9e0cc5e20ffc5cc1a13
MD5sum: 661df451cf36d3301b071ed3828b0389
Description: debug symbols for postgresql-9.6-pgmp
Build-Ids: 447d88e0a6e0082d82fa5e998a0e2762abb56b31
Timestamp: 2020-04-02 20:45:43+00

Package: postgresql-10-pgaudit
Source: pgaudit
Version: 1.4.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: libc6 (>= 2.17), postgresql-10
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit/postgresql-10-pgaudit_1.4.0-2.pgdg+1_arm64.deb
Size: 19388
SHA256: 043c19254c76d4fd1eb9e988b1408249c83f05de1bd625d93a1d6fbe7d2d5d48
SHA1: 5caead1e817884dc3db84cdf695b6a6d418db0b5
MD5sum: dad9703fc6765bd07c8081af498d7ef1
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2020-04-06 15:01:13+00

Package: postgresql-10-pgaudit-dbgsym
Source: pgaudit
Version: 1.4.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-10-pgaudit (= 1.4.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit/postgresql-10-pgaudit-dbgsym_1.4.0-2.pgdg+1_arm64.deb
Size: 53528
SHA256: 9facce1be4ec5746ac8e51c371d19aa3395ea93a854977ccaaa0d6f7a11fe77a
SHA1: a65408893396d92dfcec586639500915d0cef3f5
MD5sum: bd5203a104769fea26a9f650741eeafa
Description: debug symbols for postgresql-10-pgaudit
Build-Ids: 56d3242c1db79b80a4400e8a03b1ddef66f8123a
Timestamp: 2020-04-06 15:01:13+00

Package: postgresql-11-pgaudit
Source: pgaudit
Version: 1.4.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.17), postgresql-11
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit/postgresql-11-pgaudit_1.4.0-2.pgdg+1_arm64.deb
Size: 45800
SHA256: 92b797ca965b17041bfd12625f56bd2b6296d9cfaa09bdf2727eef9e1b07f341
SHA1: 9286b631fc78a9f7486949f32650837ff4c302b3
MD5sum: 0d4e5ab73f28f2f95bf08e84a5a64df2
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2020-04-06 15:01:13+00

Package: postgresql-11-pgaudit-dbgsym
Source: pgaudit
Version: 1.4.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-11-pgaudit (= 1.4.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit/postgresql-11-pgaudit-dbgsym_1.4.0-2.pgdg+1_arm64.deb
Size: 54088
SHA256: 559e7068cc927efa7fd3ee25694a93236b204f0fb0922d7a4191c8641bd1221e
SHA1: c8fa040cba496ebaab3559ede5c4bd53d1788425
MD5sum: b19e6f6905915d2898bb40ae7702bc72
Description: debug symbols for postgresql-11-pgaudit
Build-Ids: e512fd749fac87c91908fba517c11a6bbb4472c3
Timestamp: 2020-04-06 15:01:13+00

Package: postgresql-12-pgaudit
Source: pgaudit
Version: 1.4.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.17), postgresql-12
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit/postgresql-12-pgaudit_1.4.0-2.pgdg+1_arm64.deb
Size: 45908
SHA256: d5d0079fe63909beae41bd1eea59c9082a8d17ab11c6296428523d2ff9856e98
SHA1: 2e1c74501e2c642ed721c11a968eed40ca0fa97c
MD5sum: 60191bbdcba070e398137089a5050e8a
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2020-04-06 15:01:13+00

Package: postgresql-12-pgaudit-dbgsym
Source: pgaudit
Version: 1.4.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-12-pgaudit (= 1.4.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit/postgresql-12-pgaudit-dbgsym_1.4.0-2.pgdg+1_arm64.deb
Size: 56384
SHA256: de0c1b0a5895d7d930e33221d0976309be8fffc2f644f5589f41de9b4a4e1723
SHA1: 48587f066a6ee98a93872869b160e822f4842a77
MD5sum: 9855315827f6b40b430e7739b26c256b
Description: debug symbols for postgresql-12-pgaudit
Build-Ids: 36125573e9383732c11057935f0a6205aa2d2a8c
Timestamp: 2020-04-06 15:01:13+00

Package: postgresql-9.5-pgaudit
Source: pgaudit
Version: 1.4.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: libc6 (>= 2.17), postgresql-9.5
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit/postgresql-9.5-pgaudit_1.4.0-2.pgdg+1_arm64.deb
Size: 19384
SHA256: 87607f52d98390a470f3ec883df906df51da412563515f5cdc03004ccd78755a
SHA1: 27d3bc9570b708a6d3f3ae0aad4ab7b73a46c186
MD5sum: af8ec00349795bd6bac882e68b5ed4ad
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2020-04-06 15:01:13+00

Package: postgresql-9.5-pgaudit-dbgsym
Source: pgaudit
Version: 1.4.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-9.5-pgaudit (= 1.4.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit/postgresql-9.5-pgaudit-dbgsym_1.4.0-2.pgdg+1_arm64.deb
Size: 49204
SHA256: fe6570f562061bd64219645c9ac1f4f72f8f6813288a7a458065eb89845b89e9
SHA1: 1ce3c4a382024372b1b5ff2b33c21d3d10dbdbc1
MD5sum: 08b6b6698ff79972beec8196ae76a71e
Description: debug symbols for postgresql-9.5-pgaudit
Build-Ids: b16e3a2411f9e86d12f94545746efd7fc079fbd1
Timestamp: 2020-04-06 15:01:13+00

Package: postgresql-9.6-pgaudit
Source: pgaudit
Version: 1.4.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit/postgresql-9.6-pgaudit_1.4.0-2.pgdg+1_arm64.deb
Size: 19388
SHA256: ddda19c30b4c06c4626e8e34ef52027314ecca233a7dfb4f46e0db2c4a8f1ad8
SHA1: dce66391b24589699086de89bccc867d2aec3592
MD5sum: d7b68d53d33c87b84c9cd64fbc061d90
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2020-04-06 15:01:13+00

Package: postgresql-9.6-pgaudit-dbgsym
Source: pgaudit
Version: 1.4.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-9.6-pgaudit (= 1.4.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit/postgresql-9.6-pgaudit-dbgsym_1.4.0-2.pgdg+1_arm64.deb
Size: 50384
SHA256: 525c75afd96901de8c35c5603d82961d5e2b087baad11fe4a1d8600dcf20e4a6
SHA1: 1521051bfa1fbfb373724399dc0d8ece25c7ca1a
MD5sum: b31a5b5ae9f139763835ccaf17732bb3
Description: debug symbols for postgresql-9.6-pgaudit
Build-Ids: 60bf354e09649f0c4907eca661c5af596d502b08
Timestamp: 2020-04-06 15:01:13+00

Package: liblwgeom-2.5-0
Source: postgis-2.5
Version: 2.5.4+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 651
Depends: libc6 (>= 2.29), libgeos-c1v5 (>= 3.5.0), libgmpxx4ldbl, libjson-c4 (>= 0.13.1), libproj19 (>= 4.9.0), libsfcgal1 (>= 1.1.0)
Homepage: http://postgis.net/
Priority: optional
Section: libs
Filename: pool/main/p/postgis-2.5/liblwgeom-2.5-0_2.5.4+dfsg-1.pgdg+1_arm64.deb
Size: 223716
SHA256: 80d4f043a44f478bb79bda734f1ee4f2193693aa7d9ad5477fb32327e20eea8e
SHA1: e5e5477806f52c232dcfe232375414d5c48eec65
MD5sum: 7945b5e30c6152bef69cbdccdebcc362
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.
Timestamp: 2020-04-07 19:46:15+00

Package: liblwgeom-2.5-0-dbgsym
Source: postgis-2.5
Version: 2.5.4+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 713
Depends: liblwgeom-2.5-0 (= 2.5.4+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis-2.5/liblwgeom-2.5-0-dbgsym_2.5.4+dfsg-1.pgdg+1_arm64.deb
Size: 657644
SHA256: 9daee00c773c4f7f20c9304bac0d86ee9c6c409028cffd656618199d80a69e5f
SHA1: caf4f578f412be7c34a52f1c191a0957d5c8d780
MD5sum: 27957623d5ad59a59e89f7378ffc369b
Description: debug symbols for liblwgeom-2.5-0
Build-Ids: d55a8b03edc9f7fae7ce5ba825781347666e1258
Timestamp: 2020-04-07 19:46:15+00

Package: liblwgeom-dev
Source: postgis-2.5
Version: 2.5.4+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1188
Depends: liblwgeom-2.5-0 (= 2.5.4+dfsg-1.pgdg+1)
Breaks: postgis (<< 2.0.0)
Homepage: http://postgis.net/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgis-2.5/liblwgeom-dev_2.5.4+dfsg-1.pgdg+1_arm64.deb
Size: 270856
SHA256: 1806e94fbc9d752ac3a2ce88b6347fa199e43d202a882640bcb70c3012b144e9
SHA1: 1d99a2a2aa4aa8c2296b4a8b258c3f23a8df350f
MD5sum: 931097b1e81da25cfd6a7d41640cff1c
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.
Timestamp: 2020-04-07 19:46:15+00

Package: postgis
Version: 3.0.1+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1357
Depends: libc6 (>= 2.29), libgdal26 (>= 2.0.1), libgeos-c1v5 (>= 3.8.0), libpq5, libproj19 (>= 4.9.0)
Recommends: postgresql-12-postgis-3, postgis-doc
Suggests: postgis-gui
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.0.1+dfsg-2.pgdg+1_arm64.deb
Size: 279964
SHA256: 98c56332feb998e84435884bd8cd5d30b6bcd866f09198464aba59eb63cddafb
SHA1: c35e4a6d6729dbd1b5a122a1a89d2b527a504e25
MD5sum: 1e6ca4b1fe585a2d9e59800dbf0620d3
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2020-04-07 19:46:15+00

Package: postgis-dbgsym
Source: postgis
Version: 3.0.1+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1920
Depends: postgis (= 3.0.1+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.0.1+dfsg-2.pgdg+1_arm64.deb
Size: 1777940
SHA256: 1656708dd50e28ef20c21c415d20b33a58eeb9c438b4b5ca6ea9b83f307638a0
SHA1: f9dc339ca4f5d3d3ffbbf975d1482593d31da8ff
MD5sum: 674368453c7009db304e866685620539
Description: debug symbols for postgis
Build-Ids: 08ebd8d2623f1f9f481f4f43afd975a675e885ad 5f9e405bbf67c77633f4976ac6f833c3446a2844 9fdea26dbc66ffe1d48f7f4330da5f20543739e5
Timestamp: 2020-04-07 19:46:15+00

Package: postgis-gui
Source: postgis
Version: 3.0.1+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 610
Depends: libc6 (>= 2.29), libgeos-c1v5 (>= 3.8.0), libglib2.0-0 (>= 2.12.0), libgtk2.0-0 (>= 2.14.0), libpq5, libproj19 (>= 4.9.0)
Recommends: postgresql-12-postgis-3, 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_3.0.1+dfsg-2.pgdg+1_arm64.deb
Size: 228592
SHA256: e29decf09ccae0f0ba577134d6f27dae313d10825fb3310095846617521397ab
SHA1: 804f45e58d7d905b55956dfecd7f15264b1fae43
MD5sum: 9fbbb4e77a01df0b4bab7500f889d40c
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 shape file loader,
 shp2pgsql-gui.
Timestamp: 2020-04-07 19:46:15+00

Package: postgis-gui-dbgsym
Source: postgis
Version: 3.0.1+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 720
Depends: postgis-gui (= 3.0.1+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-gui-dbgsym_3.0.1+dfsg-2.pgdg+1_arm64.deb
Size: 667548
SHA256: 0ccfc8b502fa5df4683c2f94a45caa5d2b042293309204428cbeabf16d1673d0
SHA1: 797207927b9cdde733958ca24279549c39e7e011
MD5sum: 3a518252dd2d7a1213ba56df34013273
Description: debug symbols for postgis-gui
Build-Ids: 9eb31e23a5d0a9d7e7e3d01c0e4ca50782e5fd00
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-10-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.0.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 97
Depends: postgresql-10, libc6 (>= 2.17), libgdal26 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-10-ogr-fdw_1.0.9-1.pgdg+1_arm64.deb
Size: 28364
SHA256: d1cde0b5b66ee749e75fcdb8d7d85f8e30c8de9a62332288af8233014082b24b
SHA1: 0c311f26ea9562d40f7c467af82ad38d842fea36
MD5sum: f118a44130f250d07180e050107e6489
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-10-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.0.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 175
Depends: postgresql-10-ogr-fdw (= 1.0.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-10-ogr-fdw-dbgsym_1.0.9-1.pgdg+1_arm64.deb
Size: 146760
SHA256: 2178af57f62fa9eb4750d192d734a40030cbfab77134fe6efbac43f61b33364b
SHA1: 93d2aef9f825a0f37a06f140312c3723467cefbb
MD5sum: 1c4f1956cdff9677805f44643ce9d316
Description: debug symbols for postgresql-10-ogr-fdw
Build-Ids: 353c64b38e1fe20bbe7b7516e2a7240baf6765c0 5843a1e2b92ef7d8098d711b54f2f18e7cea647d
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-10-pg-catcheck
Source: pg-catcheck
Version: 1.1.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libc6 (>= 2.17), libpq5 (>= 9.0~), postgresql-10
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-10-pg-catcheck_1.1.0-2.pgdg+1_arm64.deb
Size: 25876
SHA256: f4e7d2112de8d56dbaed9443b65ad2cda1ad8add4fc48de15884fc6e34c82ae2
SHA1: a3184d33c2a68afb69f6248dfe40860a568724aa
MD5sum: 7225c9582925faa48dbf090e7d17fa41
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-10-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.1.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: postgresql-10-pg-catcheck (= 1.1.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-10-pg-catcheck-dbgsym_1.1.0-2.pgdg+1_arm64.deb
Size: 38156
SHA256: 97ff1bf6eb733205e39747f65dd609c25224039fb192218ec38be19edcc6a02e
SHA1: 71bc6d87498f6786ea695d0edbe616e8eade9317
MD5sum: 2244278f99d452474e379208673c00eb
Description: debug symbols for postgresql-10-pg-catcheck
Build-Ids: b72648707e542c0416c1576ca87a85d5c9af4457
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-10-pg-fact-loader
Source: pg-fact-loader
Version: 1.5.2-1.pgdg+2
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 428
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-10-pg-fact-loader_1.5.2-1.pgdg+2_arm64.deb
Size: 42348
SHA256: 9a0af874a8b379a407cce065b475ffaa68952403bd7394189fe17f10cadbc1e5
SHA1: 37576d3abaf1708e4ae91969e283be57ff02553f
MD5sum: bb701917e2cdda2fd4ce0d2d45255e85
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 10.
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-10-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.5.2-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 42
Depends: postgresql-10-pg-fact-loader (= 1.5.2-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-10-pg-fact-loader-dbgsym_1.5.2-1.pgdg+2_arm64.deb
Size: 27920
SHA256: a41a8ca047feff3d05bc0c3ec9b25444d21c054a901cec71d5fe42ef61e70b8f
SHA1: d7fc8412726153a0bf099a9b9a364bdc23c5bd40
MD5sum: 2e07a137cac9a6f17c208e44ededa10a
Description: debug symbols for postgresql-10-pg-fact-loader
Build-Ids: 68413ee0ca7e4898434d6e8536bbac80cb6d4131
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-10-pgrouting
Source: pgrouting
Version: 3.0.0~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2483
Depends: postgresql-10-pgrouting-scripts (>= 3.0.0~rc1-1.pgdg+1), postgresql-10, postgresql-10-postgis, postgresql-10-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-10-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-10-pgrouting_3.0.0~rc1-1.pgdg+1_arm64.deb
Size: 631992
SHA256: 79b3b4a34a434c7e6a5e337171b03dcbbcd34afae704efd2d557b7441ddc85fe
SHA1: ab3578c3a7e232b3c101b6bdf8caf546fa6146bf
MD5sum: 2fc092e8ba29c9d545c243e1deab62a5
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 10.
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-10-pgrouting-dbgsym
Source: pgrouting
Version: 3.0.0~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 23369
Depends: postgresql-10-pgrouting (= 3.0.0~rc1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-10-pgrouting-dbgsym_3.0.0~rc1-1.pgdg+1_arm64.deb
Size: 23222636
SHA256: fc8306693429d5234e613d8bab42960dee48ab9a430bf6cbd03b4a4155aefeeb
SHA1: e961f39ee9babf0999b2ca57a2598388af30d077
MD5sum: 16a44e97d8a295971277a6774474aab8
Description: debug symbols for postgresql-10-pgrouting
Build-Ids: 61395c51a1e365e333dabb61682d91cbf99aa54f
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-10-pllua
Source: postgresql-pllua
Version: 1:2.0.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 320
Depends: postgresql-10, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-10-pllua_2.0.4-2.pgdg+1_arm64.deb
Size: 101912
SHA256: 04162e536e31bb42b8a8795a4690c94ae5e28a81f3119a0ef37d6d301076c317
SHA1: e4fbc4b278d33f74bec01c2a7d613ce48a724897
MD5sum: be47be232ed5fec3ad8bb1febf7177f6
Description: Lua procedural language for PostgreSQL 10
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-10-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 592
Depends: postgresql-10-pllua (= 1:2.0.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-10-pllua-dbgsym_2.0.4-2.pgdg+1_arm64.deb
Size: 543712
SHA256: d12be54d97aa373692293111d692b8f90f948156b1e201551aaa1f4b8234bf65
SHA1: ec77f0b14a2eee279301483e41267f9669a42546
MD5sum: ff74cc2e7148feb63796ebfd4a6e3acf
Description: debug symbols for postgresql-10-pllua
Build-Ids: 36145130449371cd9bf40a3effe1e24ca85fb49c c1db7fa7c29efe5ed288d64f5ebc24c53de32be6
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-10-postgis-2.5
Source: postgis-2.5
Version: 2.5.4+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1710
Depends: postgresql-10, postgresql-10-postgis-2.5-scripts, libc6 (>= 2.17), libgdal26 (>= 2.0.1), libgeos-c1v5 (>= 3.7.0), libjson-c4 (>= 0.13.1), liblwgeom-2.5-0 (>= 2.5.4), libpcre3, libproj19 (>= 4.9.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.2.0), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-10-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-10-postgis-2.5_2.5.4+dfsg-1.pgdg+1_arm64.deb
Size: 565352
SHA256: d2c729ac8403ce2fd994d38eab4371cf276c77cdfcfea478d26a82b1ebb19a69
SHA1: d054e89b1704a6206e6d63d57e5381b2971bec4b
MD5sum: cda80e5c6585571600f0e75e8b356419
Description: Geographic objects support for PostgreSQL 10
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 10 database, the
 postgresql-10-postgis-2.5-scripts package must be installed as well.
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-10-postgis-2.5-dbgsym
Source: postgis-2.5
Version: 2.5.4+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2217
Depends: postgresql-10-postgis-2.5 (= 2.5.4+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis-2.5/postgresql-10-postgis-2.5-dbgsym_2.5.4+dfsg-1.pgdg+1_arm64.deb
Size: 2000232
SHA256: 7b43b1de215c40f515f567bf8382732bf29d717f2494c70f28479caeeff808ff
SHA1: 8f249b32f2ef0a443e856f86099c1d19a9e5185f
MD5sum: e0b2ae4bae13d590d88e58a39740b41d
Description: debug symbols for postgresql-10-postgis-2.5
Build-Ids: 70a64b08a734d9be56ea3ffff7c4820f8723d761 740140b7ba1eabd00e8b21d80ac7031a556f5ca1 bb2566eef50611cf7eabccfb2c5499e172307671 e02564ed67a8f7c4e62cb2b704bb35a3236832ea
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-10-postgis-3
Source: postgis
Version: 3.0.1+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2861
Depends: postgresql-10, postgresql-10-postgis-3-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libgdal26 (>= 2.0.1), libgeos-c1v5 (>= 3.8.0), libgmpxx4ldbl, libjson-c4 (>= 0.13.1), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-10-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-10-postgis-3_3.0.1+dfsg-2.pgdg+1_arm64.deb
Size: 759700
SHA256: d919b4e5438784d8f2b007d73039015ddabbf599ebbff7423a48e2c927826bfe
SHA1: ef0f0765c49904831974237da5a18e0ff65a291c
MD5sum: 1dbd81ea4b37515fb3c6b9de780e287c
Description: Geographic objects support for PostgreSQL 10
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 10 database, the
 postgresql-10-postgis-3-scripts package must be installed as well.
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-10-postgis-3-dbgsym
Source: postgis
Version: 3.0.1+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4748
Depends: postgresql-10-postgis-3 (= 3.0.1+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-10-postgis-3-dbgsym_3.0.1+dfsg-2.pgdg+1_arm64.deb
Size: 4422860
SHA256: aae4decbdb9e154b77fce69f0bb6055e9b9862f34f5da46d45bf9160b378f856
SHA1: 9078cccd00c33451e75d2580c4727103ef7deab3
MD5sum: 1f64d6f2fbda0f8c810db01c15ae5194
Description: debug symbols for postgresql-10-postgis-3
Build-Ids: 3fa3b745d0542626f34b47bd655ef576a77b3c08 5831f8b441ddeb60bdb3b868b58bb7c4b9b7500b e8988e7ffb250bc0986082947390f46fac47923b f18b7ea651f437843a2a60d47c7d7dd9bfcd6e6d
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-11-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.0.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 218
Depends: postgresql-11, libc6 (>= 2.17), libgdal26 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw_1.0.9-1.pgdg+1_arm64.deb
Size: 89324
SHA256: 4a05d32b62582914a021cfe55f1fec86c6955c362dc21151dd592c2107c5e45c
SHA1: 0435707baed8e2a389f7b8f6a564ba70ad1986af
MD5sum: 3bfdca02c864d769ef81170fee972994
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-11-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.0.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 177
Depends: postgresql-11-ogr-fdw (= 1.0.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw-dbgsym_1.0.9-1.pgdg+1_arm64.deb
Size: 148968
SHA256: 2ef0078648c4d13f65a645e5787417123cda35da8ca4f5fdc8befa1e8c9da8dd
SHA1: 9addedf563118553f32e9e18ce34e8589eee9cd5
MD5sum: 6c8693ae7978051b9763a11f44c13cd4
Description: debug symbols for postgresql-11-ogr-fdw
Build-Ids: 0d50be777715a85a98df6e94abf9f7979f8751f4 4f438885cc067f7eed3bffecb7f9d14beca9e8e0
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-11-pg-catcheck
Source: pg-catcheck
Version: 1.1.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libc6 (>= 2.17), libpq5 (>= 9.0~), postgresql-11
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-11-pg-catcheck_1.1.0-2.pgdg+1_arm64.deb
Size: 25820
SHA256: d39c159f5f614f3ad0a8ad4a3ea3e0c3e93a61d69a036c7cfdf1a8b61ee95131
SHA1: 55cfe86bb576077949d07c61da7c6a363ff6cc14
MD5sum: da5481648396d99099d5a2b93790d685
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-11-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.1.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: postgresql-11-pg-catcheck (= 1.1.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-11-pg-catcheck-dbgsym_1.1.0-2.pgdg+1_arm64.deb
Size: 38116
SHA256: 0fc52e7be39f53b36901a46a265c54bfe098e7f3ccc3bacce1dfbec31174731b
SHA1: 007e4ed166fe8bdf06304e5a49024f44be54aa78
MD5sum: 338e8bde1edfda1e59528bfeae509eec
Description: debug symbols for postgresql-11-pg-catcheck
Build-Ids: 15c4b699787e945e394ef1549f1c3b0c90bec12c
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-11-pg-fact-loader
Source: pg-fact-loader
Version: 1.5.2-1.pgdg+2
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 444
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-11-pg-fact-loader_1.5.2-1.pgdg+2_arm64.deb
Size: 49968
SHA256: bda13bd1fbece3b175b42e582a45188ba6dc9ccb092ba2131bf58beeeee9e2d2
SHA1: 6d992d4819c1ab5be79bb3cea0bcc8deec93af10
MD5sum: 36a9d79f4c996df02cc185d440b2d3ac
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 11.
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-11-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.5.2-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 47
Depends: postgresql-11-pg-fact-loader (= 1.5.2-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-11-pg-fact-loader-dbgsym_1.5.2-1.pgdg+2_arm64.deb
Size: 32792
SHA256: c7d25315bed87ec5395087c0558cc3ce50eb9d0a688a3d6b4248910e7178d52a
SHA1: 404df84b3ebb57d5dc85daecc5c59010f763fc06
MD5sum: 07f5b96dad1eab348eec486aa86eeb4f
Description: debug symbols for postgresql-11-pg-fact-loader
Build-Ids: 750d29a6cc07fe1db1cbbbfc4993a7c0370c0731
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-11-pgrouting
Source: pgrouting
Version: 3.0.0~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2483
Depends: postgresql-11-pgrouting-scripts (>= 3.0.0~rc1-1.pgdg+1), postgresql-11, postgresql-11-postgis, postgresql-11-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-11-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting_3.0.0~rc1-1.pgdg+1_arm64.deb
Size: 631412
SHA256: 27b24154f37a5e65a224a1c906e6d7885d4ea2886d31785580a0cbd478be1077
SHA1: a6bca0c9f9cc0419709ed633222d304f86d677aa
MD5sum: c2618abd944c62651274b9b01a712d7f
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 11.
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-11-pgrouting-dbgsym
Source: pgrouting
Version: 3.0.0~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 23313
Depends: postgresql-11-pgrouting (= 3.0.0~rc1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-dbgsym_3.0.0~rc1-1.pgdg+1_arm64.deb
Size: 23178784
SHA256: 9e6817ac44624b540afe700811231a19816a53a170b13e5e034041c21696770e
SHA1: 782aba86c20647f67c2f9d6589c7ac6d91f0ba01
MD5sum: bc4830abec300979172d71019bf1ea47
Description: debug symbols for postgresql-11-pgrouting
Build-Ids: 5d59a285a7c6ccca4f4cbade6b53aa84eef4f453
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-11-pllua
Source: postgresql-pllua
Version: 1:2.0.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 916
Depends: postgresql-11, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-11-pllua_2.0.4-2.pgdg+1_arm64.deb
Size: 374524
SHA256: 33883dd25a5aa4e13d27371ec2631a457ef58e0ac32d716d95e4fbfc8ec87c4b
SHA1: 721c4cb2f92807d7242fff4ae1b8f05418afa654
MD5sum: 9fa444719230fac6140ab5d99085b3da
Description: Lua procedural language for PostgreSQL 11
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-11-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 549
Depends: postgresql-11-pllua (= 1:2.0.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-11-pllua-dbgsym_2.0.4-2.pgdg+1_arm64.deb
Size: 497136
SHA256: 18b60d2ec4d8ccc1ad6bd417f627634f46822fb25b1c45387519dc09b60a1d53
SHA1: 84c7c9c764b273b3c2d6f4e7e53d8026067e5782
MD5sum: 0b5ce67017ff9e2414c4025bbac0eaf3
Description: debug symbols for postgresql-11-pllua
Build-Ids: 9617f6c4ea5f59b3b285407e21cb1fa9d16658e7 d4ee1bcc2be4cc77d128de727dd01d2417b2c400
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-11-postgis-2.5
Source: postgis-2.5
Version: 2.5.4+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7835
Depends: postgresql-11, postgresql-11-postgis-2.5-scripts, libc6 (>= 2.17), libgdal26 (>= 2.0.1), libgeos-c1v5 (>= 3.7.0), libjson-c4 (>= 0.13.1), liblwgeom-2.5-0 (>= 2.5.4), libpcre3, libproj19 (>= 4.9.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.2.0), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-11-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-11-postgis-2.5_2.5.4+dfsg-1.pgdg+1_arm64.deb
Size: 2904272
SHA256: e138558a7b9024773819c09c85fca776c572493297562f44f22d40c60ab72322
SHA1: ef80f2d82f6edebf79b55059d52c6cf21454acf1
MD5sum: 86e9455f4169dd4686fe84225d14a608
Description: Geographic objects support for PostgreSQL 11
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 11 database, the
 postgresql-11-postgis-2.5-scripts package must be installed as well.
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-11-postgis-2.5-dbgsym
Source: postgis-2.5
Version: 2.5.4+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2178
Depends: postgresql-11-postgis-2.5 (= 2.5.4+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis-2.5/postgresql-11-postgis-2.5-dbgsym_2.5.4+dfsg-1.pgdg+1_arm64.deb
Size: 1954852
SHA256: 08f09c0e46b22b0063584883d992db607073e128610e6885ea360f0de114c8eb
SHA1: ebcf1f5a45b7ada15eecdce0c13ec5d6a1ff4b54
MD5sum: 1522830943de7972a111d7a2454cea80
Description: debug symbols for postgresql-11-postgis-2.5
Build-Ids: 103e9613c46cb41bd80e2e2b9145948a80b1c2bd 5c9d55829550ea9c2f3f9b835bd80e03113c95e6 73c36cb01b060ec9a4d9bc19701411f259bae5ff 7e1ef1f4b96ffd79be037dd2f4527307aab3e784
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-11-postgis-3
Source: postgis
Version: 3.0.1+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9260
Depends: postgresql-11, postgresql-11-postgis-3-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libgdal26 (>= 2.0.1), libgeos-c1v5 (>= 3.8.0), libgmpxx4ldbl, libjson-c4 (>= 0.13.1), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-11-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3_3.0.1+dfsg-2.pgdg+1_arm64.deb
Size: 3199316
SHA256: 0ae2b234363a02950eee2c7055374e3b58c7cf75b0dccbb3bdd5777b9f06ec12
SHA1: eff25ccb4dce630adfdd41226580199eb98ba4db
MD5sum: 1f5afc69459deb24702eed10ba528675
Description: Geographic objects support for PostgreSQL 11
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 11 database, the
 postgresql-11-postgis-3-scripts package must be installed as well.
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-11-postgis-3-dbgsym
Source: postgis
Version: 3.0.1+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4725
Depends: postgresql-11-postgis-3 (= 3.0.1+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-11-postgis-3-dbgsym_3.0.1+dfsg-2.pgdg+1_arm64.deb
Size: 4390128
SHA256: 0a7b08531cf701b92d6f33b7b22e549c2c4f972696949c82720e20f4b0928729
SHA1: ee51d42ef1149a06bc7b421fc4f738bd93b180de
MD5sum: 5616b91bd331b80722bb54d12fbf560d
Description: debug symbols for postgresql-11-postgis-3
Build-Ids: 3e1f4fbeecf5c6a9ee4d34160175ee24a95339f8 7913d7ac8c457cfe0584b37caa07393995a927b9 b3453f1c3ea7c99e3815aed0b637af052f19f720 c8ef6465f9b9a4f1ffc74fbbbf50807151bb2411
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-12-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.0.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 211
Depends: postgresql-12, libc6 (>= 2.17), libgdal26 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw_1.0.9-1.pgdg+1_arm64.deb
Size: 89376
SHA256: 3213d89ad824fd5e2d9151bde86cb10e6ae13d8ebc31ce6ec6b7132ad998ecc2
SHA1: d89197348d76cf5d02a41562b1a59c964cf63248
MD5sum: bd0f1af4085af82ba327446cde5d89a8
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-12-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.0.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 185
Depends: postgresql-12-ogr-fdw (= 1.0.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw-dbgsym_1.0.9-1.pgdg+1_arm64.deb
Size: 157204
SHA256: 254e6c9f8d2ed612fed6de4e13e91df532fbf236083602ceadaf59fd9aa5efaf
SHA1: 49ef1657377afb4bb6d629bd89ca55e27d3dfa58
MD5sum: 2461450986ce12118c1546e98804c377
Description: debug symbols for postgresql-12-ogr-fdw
Build-Ids: b4fd494060db46892a3d3868e7a5a27c225bd0d3 d981b3c2df71139992ad0880395f50cbd38e5ca3
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-12-pg-catcheck
Source: pg-catcheck
Version: 1.1.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: libc6 (>= 2.17), libpq5 (>= 9.0~), postgresql-12
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-12-pg-catcheck_1.1.0-2.pgdg+1_arm64.deb
Size: 30032
SHA256: 83b71a8bf830213994b31bd8106b7d60069cf1faf4d52fe896085919188a1320
SHA1: 7c39835cb0a398e8323db16579a90fa5625928b2
MD5sum: 7ec84116b2355bd5d6a52077bae01ce5
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-12-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.1.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-12-pg-catcheck (= 1.1.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-12-pg-catcheck-dbgsym_1.1.0-2.pgdg+1_arm64.deb
Size: 35176
SHA256: 958c2fa4c3f6f9f5c9ec7534ae5577636e3c078b8ffeb2c7ff87f7394cf8da8a
SHA1: a56af8bd41b5a11f11d3e74661c293209b2f4068
MD5sum: 3a9876138ba41b46a6ba81cb3338bd45
Description: debug symbols for postgresql-12-pg-catcheck
Build-Ids: 1841c310857797f14330457588d6b2cb229d0569
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-12-pg-fact-loader
Source: pg-fact-loader
Version: 1.5.2-1.pgdg+2
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 442
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-12-pg-fact-loader_1.5.2-1.pgdg+2_arm64.deb
Size: 49268
SHA256: d118c61422befe7df2a71e0e57a14ed7e05eb190a28f830485b92087efb2f209
SHA1: 093e727b98e3af39ada6c3bca4ebd2176800df00
MD5sum: f2609f286d3f3419700dd0190966f4fe
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 12.
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-12-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.5.2-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 49
Depends: postgresql-12-pg-fact-loader (= 1.5.2-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-12-pg-fact-loader-dbgsym_1.5.2-1.pgdg+2_arm64.deb
Size: 34732
SHA256: 85e175de39fc9ed6bcae8b5d27f9789ce65bd071b6b25baa7ba057a9c18acfe7
SHA1: 774450eb66fde379860c4a8fa564336ae204153e
MD5sum: c4b8c7c34575558f3128e36fbefb9efc
Description: debug symbols for postgresql-12-pg-fact-loader
Build-Ids: 40375732a9c88ad608d6d8b26ac3c4b9e954192e
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-12-pgrouting
Source: pgrouting
Version: 3.0.0~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2483
Depends: postgresql-12-pgrouting-scripts (>= 3.0.0~rc1-1.pgdg+1), postgresql-12, postgresql-12-postgis, postgresql-12-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-12-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting_3.0.0~rc1-1.pgdg+1_arm64.deb
Size: 631112
SHA256: 10da62f9f1cccb3587498e61799766032864aa48dd487ef8eb09149dcd4acfde
SHA1: f44ddf6b9ad9f98753665a7827dd86e7697735f1
MD5sum: 2b4505f1327f23d88e34f800de6ab6d8
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 12.
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-12-pgrouting-dbgsym
Source: pgrouting
Version: 3.0.0~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 23356
Depends: postgresql-12-pgrouting (= 3.0.0~rc1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-dbgsym_3.0.0~rc1-1.pgdg+1_arm64.deb
Size: 23219132
SHA256: 1e5dec06d382e5b65ac276380a18084d720c85b4e9a5c2f7df9ebd1a7ffaeb6d
SHA1: 14809a66c326e89631c8ca92d9de7f6958e52ecd
MD5sum: b338b3f27dbdaba60e6534033ebda2c8
Description: debug symbols for postgresql-12-pgrouting
Build-Ids: 023f8dfcdf29da961a97b4d5c54d0141c17c3a71
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-12-pllua
Source: postgresql-pllua
Version: 1:2.0.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 915
Depends: postgresql-12, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-12-pllua_2.0.4-2.pgdg+1_arm64.deb
Size: 375788
SHA256: 60ba61df9bab72a0beb1f54ef423524abbdcda8d064dce5b61421d76f5992494
SHA1: 0fa789b14a1518122506d73a47d1155535a19bb1
MD5sum: 37f8e0c98236f6cb8e8a7b24e37e3047
Description: Lua procedural language for PostgreSQL 12
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-12-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 580
Depends: postgresql-12-pllua (= 1:2.0.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-12-pllua-dbgsym_2.0.4-2.pgdg+1_arm64.deb
Size: 528684
SHA256: 53a12fcda26c5840a08da0415a6117c4346e3922c85e6df023831be0a591d8d6
SHA1: 438fe9c6f54580ca961eedd122d2d25cf31a3253
MD5sum: 70d4069c71ad283a325c7a7858f7b472
Description: debug symbols for postgresql-12-pllua
Build-Ids: 178775c477016841c759df58630526af82751a06 8a2f70bfafd4d5c9e5c9fb033dd385c32b3bcbef
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-12-postgis-2.5
Source: postgis-2.5
Version: 2.5.4+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7886
Depends: postgresql-12, postgresql-12-postgis-2.5-scripts, libc6 (>= 2.17), libgdal26 (>= 2.0.1), libgeos-c1v5 (>= 3.7.0), libjson-c4 (>= 0.13.1), liblwgeom-2.5-0 (>= 2.5.4), libpcre3, libproj19 (>= 4.9.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.2.0), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-12-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-12-postgis-2.5_2.5.4+dfsg-1.pgdg+1_arm64.deb
Size: 2928664
SHA256: 2bc18b5afe47e2385f70f54c766b9b79edb866bef558511c880454a85ee94f7e
SHA1: f1293a0a68089fd1307598fddb54de9c75deae06
MD5sum: fc74ed6ba8a105fbaf0247b52d129048
Description: Geographic objects support for PostgreSQL 12
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 12 database, the
 postgresql-12-postgis-2.5-scripts package must be installed as well.
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-12-postgis-2.5-dbgsym
Source: postgis-2.5
Version: 2.5.4+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2238
Depends: postgresql-12-postgis-2.5 (= 2.5.4+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis-2.5/postgresql-12-postgis-2.5-dbgsym_2.5.4+dfsg-1.pgdg+1_arm64.deb
Size: 2017536
SHA256: c550905f13bcef775dbe4638b9187fdb3e291c1a57c09a98a0c07431e61e7c1f
SHA1: e5ab9fa52f910776677d3905783c3bfe7d8c6128
MD5sum: 59998d86392ccce267a887fcbf4d8619
Description: debug symbols for postgresql-12-postgis-2.5
Build-Ids: 52a536f8c3ce35809b2e651bb7bb3d0c6e2169bf 915fe54f45efc5836806112a6f1616ecba7a1431 9b335973b79b86a38e28a44b298949a95f36ad3c bab955a6dd18971a1938e8d21f42890af38c76c5
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.0.1+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9322
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libgdal26 (>= 2.0.1), libgeos-c1v5 (>= 3.8.0), libgmpxx4ldbl, libjson-c4 (>= 0.13.1), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-12-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.0.1+dfsg-2.pgdg+1_arm64.deb
Size: 3228988
SHA256: a8b8e98d7494e93eeb0a6daf2981cae1135b5db1d4ed2fd99076a6ead84bd38f
SHA1: 29892edecc1bcf7dde511aefd434064fc13cef06
MD5sum: f62be03a51f4306aca0e9fea53438698
Description: Geographic objects support for PostgreSQL 12
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 12 database, the
 postgresql-12-postgis-3-scripts package must be installed as well.
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis
Version: 3.0.1+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4796
Depends: postgresql-12-postgis-3 (= 3.0.1+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.0.1+dfsg-2.pgdg+1_arm64.deb
Size: 4467708
SHA256: c85c1f833d02eb86f0f758bb6702c20de15c9cdf062a90d86eba44a0059f9e4d
SHA1: 942d759cf7aabe613fb7eb0a46a8208dd1091685
MD5sum: 3125d6342369e3a1dc306fc92b60adc6
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 12d985e97411e0f06feff4ceb4e1b6441e2c92b0 5c8984db9c38cb70c246aa5357f6d6dbc4d4cc05 af5a09c0bcaa3285a1287ba4b2f1b55ebb1cd9ce af5e3c636d04c184f59f5b9ce90ce7c1dd53e092
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.4-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-9.4
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-9.4-first-last-agg_0.1.4-4-gd63ea3b-2.pgdg+1_arm64.deb
Size: 5444
SHA256: 1f3e95fe2c9c8065799111b90ef2ecdf89493b617498bb2f4f45134c4a471d29
SHA1: 59d03cb3d6527d5685639a9979d9b8df6c0578d9
MD5sum: b488138eff1f53d820cb7992c0c191a0
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.4-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20
Depends: postgresql-9.4-first-last-agg (= 0.1.4-4-gd63ea3b-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-9.4-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-2.pgdg+1_arm64.deb
Size: 6388
SHA256: a1fcb378566ee1f141a23bd7f3d8be8be29fcdc133c9020b7a0147827ee63d70
SHA1: a280be2bf25fa6ba7a0013a6beba76d0d72375f6
MD5sum: 8859f6b79a260217ad408f99130a4340
Description: debug symbols for postgresql-9.4-first-last-agg
Build-Ids: 3ae652ddbad55acb9dddb9398ac106382d7992a5
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.4-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.5.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-9.4, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-9.4-mysql-fdw_2.5.3-1.pgdg+1_arm64.deb
Size: 26692
SHA256: 4ef61005a0d48e33c6198e52efbca79d8314a6840c0893e1b43dd35b9493041e
SHA1: 06f7dbb7029623213506ffca3c865ad25c0c80ac
MD5sum: a2aae650f3a591b47db09bfc96f0468d
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.
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.4-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.5.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 185
Depends: postgresql-9.4-mysql-fdw (= 2.5.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-9.4-mysql-fdw-dbgsym_2.5.3-1.pgdg+1_arm64.deb
Size: 167148
SHA256: 118837e3b762fc26145e9895d73d176e0c366359f8b7dc8b71d11e6d9d45b97f
SHA1: fdf7688430adfc844e357c27a2083396ad4b8932
MD5sum: 65b447a873d191ebc4abcc640edece5d
Description: debug symbols for postgresql-9.4-mysql-fdw
Build-Ids: 8178963e34d61ba4a9b5ea052755bb0bc59f0a1c
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.4-omnidb
Source: omnidb
Version: 2.17.0+ds-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: libc6 (>= 2.17), libpq5, postgresql-9.4
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/postgresql-9.4-omnidb_2.17.0+ds-1.pgdg+1_arm64.deb
Size: 11548
SHA256: f655290d610313e20cdcc4ebc6dab24cfb78a961ec22d39383eee22cbc2c1705
SHA1: 060e98f541ff5cdea934d202e4544c945f43d290
MD5sum: 1c6708a93d51836139fcd3926f35eb76
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL extension for interactive PL/pgSQL
 debugging in OmniDB.
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.4-omnidb-dbgsym
Source: omnidb
Version: 2.17.0+ds-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-9.4-omnidb (= 2.17.0+ds-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb/postgresql-9.4-omnidb-dbgsym_2.17.0+ds-1.pgdg+1_arm64.deb
Size: 31616
SHA256: 817086be1430d8bdfea0122cb461211b6fac6e2a09db8fcf1abc8ccbeb772dc4
SHA1: 155d3a75e1354edb1dd5355728dc9526448669e7
MD5sum: 32b868bb46897e387d9dfc0583370102
Description: debug symbols for postgresql-9.4-omnidb
Build-Ids: 30542e0f057c932e091fc5c96c8cd417c4db1099
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.4-pgextwlist
Source: pgextwlist
Version: 1.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: libc6 (>= 2.17), postgresql-9.4
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-9.4-pgextwlist_1.10-1.pgdg+1_arm64.deb
Size: 12536
SHA256: 395b5846c48d2f6609d5ea1c7a308e31d37f7a52a5757107bc0f4dbd02081d10
SHA1: 49c55d458f153b385485a00e470c4280f7c33650
MD5sum: f8512de9d647094cbdee4a324e9214f6
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.
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.4-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-9.4-pgextwlist (= 1.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-9.4-pgextwlist-dbgsym_1.10-1.pgdg+1_arm64.deb
Size: 51516
SHA256: cf3aba0e8b6305f5fc3795e0069344fa854fd6026f054f85590e88d3792ee3a6
SHA1: 69cf83380b5bd4b44fdb76fd432a13b1aa467b2d
MD5sum: e40faac769213a2d15f047748dfad00d
Description: debug symbols for postgresql-9.4-pgextwlist
Build-Ids: f7fdcf6e8555bc7bc027e71166518d6988d7cc70
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.4-pgpool2
Source: pgpool2
Version: 4.1.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: libpgpool0 (>= 4.1.1-2.pgdg+1), postgresql-9.4, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-9.4-pgpool2_4.1.1-2.pgdg+1_arm64.deb
Size: 133996
SHA256: 0f0ecdb3744f4e14bdbb5fa97ef1f7eb5f9660bfed785061b9afadd19fe765a8
SHA1: a25f24ea001d0813c9be986ccf3682fde405c3b8
MD5sum: 78d95e495307b9ab1ed83ad3497e88b0
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)
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.4-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: postgresql-9.4-pgpool2 (= 4.1.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-9.4-pgpool2-dbgsym_4.1.1-2.pgdg+1_arm64.deb
Size: 74652
SHA256: 2511e1a36fda48083ecf098422f78b1ab49c49c0062d1dc93d341bd9b2c7cbf1
SHA1: db0d152d6240bbc45b29584a1a4f01ccbb7e1acd
MD5sum: 1fdd587c548768f6c25e5289c515c438
Description: debug symbols for postgresql-9.4-pgpool2
Build-Ids: 51383fd53a530b8a62a4a97c84ee5c67fb5a665f e177a92c58f29feefc22ca7a6a306ac84fa5639b ec850596da08ea05e436c5d829076332ef80d283
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.4-pldebugger
Source: pldebugger
Version: 1:1.0-10-g2a298eb-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: libc6 (>= 2.17), postgresql-9.4
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-9.4-pldebugger_1.0-10-g2a298eb-2.pgdg+1_arm64.deb
Size: 24612
SHA256: 43ab1f98d3347b95fcbcfbf49610b49f72221998a1955b8f0470e1fd4f90a9d4
SHA1: 803269e3bd4b01262880df0076f67882072ab863
MD5sum: 398f405901b7dbda84dd0be64eab1ec9
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.4-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.0-10-g2a298eb-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: postgresql-9.4-pldebugger (= 1:1.0-10-g2a298eb-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-9.4-pldebugger-dbgsym_1.0-10-g2a298eb-2.pgdg+1_arm64.deb
Size: 99792
SHA256: 4d5fb12e4f4739e7bf543ebee402ad714db192db9e306c2786856192f843f8c4
SHA1: 2d844d67b0a291aa1b892ca4455f685e9efd33c3
MD5sum: 51fb68159e682973e60cf1b06f88551a
Description: debug symbols for postgresql-9.4-pldebugger
Build-Ids: de2258009f052da22683b41299aa3855930a216f
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.4-preprepare
Source: preprepare
Version: 0.9-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: libc6 (>= 2.17), postgresql-9.4
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-9.4-preprepare_0.9-3.pgdg+1_arm64.deb
Size: 10060
SHA256: 6e7c7ff8afc958ba6ede25b4049ade27edbb2ac48ef9eb936eaf889574b7beb5
SHA1: 7e687eed1f2909e9624c59836f48523e1cffd708
MD5sum: eea21c4e0bcba755c1a6615b65352bbc
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.
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.4-preprepare-dbgsym
Source: preprepare
Version: 0.9-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-9.4-preprepare (= 0.9-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-9.4-preprepare-dbgsym_0.9-3.pgdg+1_arm64.deb
Size: 19940
SHA256: 65ec82a3401f9546be631177cef0fd67fafcd204993fff449c8a00cc508bd78c
SHA1: b816a681068af03ddf838c193374914c92e86b9b
MD5sum: 3fd3bdd3afaa9184b1ae3b87e5e7d872
Description: debug symbols for postgresql-9.4-preprepare
Build-Ids: 723bcafac1afef7eab650a9ff62ac1a73991397b
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.4-similarity
Source: pg-similarity
Version: 1.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-9.4, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-9.4-similarity_1.0-3.pgdg+1_arm64.deb
Size: 32320
SHA256: c0fe57b54e5e0a1b1ef1f9b5ebcff3ad1ddc957c2d1d5e7b2ef6949872aaf849
SHA1: a9e098f43581d0d3cc028e3e42b1e0c7e23b8b77
MD5sum: 2d2449195b277286a36ad5fa4294c5cc
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.4-similarity-dbgsym
Source: pg-similarity
Version: 1.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: postgresql-9.4-similarity (= 1.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-9.4-similarity-dbgsym_1.0-3.pgdg+1_arm64.deb
Size: 75912
SHA256: 802ef81f45d19778c3d939ed1d5b6d772ff1cc9740ab44f90110a7be7a02e27f
SHA1: 1c98535eb5fced2097e4a70908cf48ebce2491fb
MD5sum: c1da74e43e2a25a56e38a31bdbaa6359
Description: debug symbols for postgresql-9.4-similarity
Build-Ids: 1677db0393e8093e365df3ca105614e3a70d6eb6
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.5-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.0.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 100
Depends: postgresql-9.5, libc6 (>= 2.17), libgdal26 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-9.5-ogr-fdw_1.0.9-1.pgdg+1_arm64.deb
Size: 28468
SHA256: 0e13a4a7e884546a86a085ffc6ec50c7eef1254395bbdd497caf61e252bdff1e
SHA1: 4c4f65f3cebf5817aa627ffeb356cb279b1fa06b
MD5sum: 38aec575edd47b376807c274d8661d4c
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.5-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.0.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 157
Depends: postgresql-9.5-ogr-fdw (= 1.0.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-9.5-ogr-fdw-dbgsym_1.0.9-1.pgdg+1_arm64.deb
Size: 128692
SHA256: ff3c82c8ac750480165535dd22b1a48b219bee411f8efb4aa87349ecc81afc37
SHA1: f34d3e2480ef504d791c25d5b23a7a2c355fba6a
MD5sum: e343ea1ebdef3ae85005a13ddf183bc2
Description: debug symbols for postgresql-9.5-ogr-fdw
Build-Ids: cc7b44f14e99e77b5fc2416cc91a58d9b37dbabe d7ff06f4a186216eda644d926c95e31ee3174ad7
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.5-pg-catcheck
Source: pg-catcheck
Version: 1.1.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libc6 (>= 2.17), libpq5 (>= 9.0~), postgresql-9.5
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-9.5-pg-catcheck_1.1.0-2.pgdg+1_arm64.deb
Size: 25884
SHA256: 18a32ff3022be0009ff62dae037ac43d5ea6b2054ee140ca6defdee183f4d635
SHA1: 28e4a755cbe4644ec8de9aae745e15b45a3e3bc1
MD5sum: 86b87ad58b2deae6b5fecd459f5bcd5b
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.5-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.1.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: postgresql-9.5-pg-catcheck (= 1.1.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-9.5-pg-catcheck-dbgsym_1.1.0-2.pgdg+1_arm64.deb
Size: 38124
SHA256: 753966994f2911a2c828ea37153a90d114cd5b45b1d73fb9fa94250b0caedac6
SHA1: 8db76792e189a007d5e91c3702a2a169b9046cb2
MD5sum: ddb7b4c838867b56c0aaa6ac335da272
Description: debug symbols for postgresql-9.5-pg-catcheck
Build-Ids: c14bb9a3cc24902e89a85ce78362b85f07d971eb
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.5-pg-fact-loader
Source: pg-fact-loader
Version: 1.5.2-1.pgdg+2
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 428
Depends: postgresql-9.5, libc6 (>= 2.17)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-9.5-pg-fact-loader_1.5.2-1.pgdg+2_arm64.deb
Size: 42340
SHA256: ed86a31ae19b4d1e2e72a630ba589751caabc82fead850fd84dead120f2e122e
SHA1: ea9a5a40ae7cbc38b7662e7ad41641426f6e783f
MD5sum: 557ddff503893af06170ab9302d42d47
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 9.5.
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.5-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.5.2-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 37
Depends: postgresql-9.5-pg-fact-loader (= 1.5.2-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-9.5-pg-fact-loader-dbgsym_1.5.2-1.pgdg+2_arm64.deb
Size: 22536
SHA256: 813a1f92de892e9eb0dd0321257b9c4d8f57dc22a9dd6fecf6d38b9bf16d1bf6
SHA1: 19406d1065e1cab4860b41b850a63da4b42e67fb
MD5sum: e69d9b814e9f84626d254691c9af3d70
Description: debug symbols for postgresql-9.5-pg-fact-loader
Build-Ids: ec5454320a87c798cd9e7f435c2104b4abc3f8f1
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.5-pgrouting
Source: pgrouting
Version: 3.0.0~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2491
Depends: postgresql-9.5-pgrouting-scripts (>= 3.0.0~rc1-1.pgdg+1), postgresql-9.5, postgresql-9.5-postgis, postgresql-9.5-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-9.5-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-9.5-pgrouting_3.0.0~rc1-1.pgdg+1_arm64.deb
Size: 631924
SHA256: e0cf872f221238ad76d009971871aa45fee975a8fbba563b59207fc8895d81f3
SHA1: 49bffd1f83855b3bab192086d6440db54fd73eed
MD5sum: 78fd2a6d014301fb4487bf3e1f6c93b3
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.
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.5-pgrouting-dbgsym
Source: pgrouting
Version: 3.0.0~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 23143
Depends: postgresql-9.5-pgrouting (= 3.0.0~rc1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-9.5-pgrouting-dbgsym_3.0.0~rc1-1.pgdg+1_arm64.deb
Size: 23009624
SHA256: 45fabd6500c69c2ea630382795a52da3436841d45cebe286213dd215ec72b836
SHA1: 2991851401fedb9b792047faa787910cc469f4ab
MD5sum: 94d2c01e2b1c2ef4b0e99eb081859213
Description: debug symbols for postgresql-9.5-pgrouting
Build-Ids: 40fad1bb8e21af06f8b7036fa0c97b15b6634fea
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.5-pllua
Source: postgresql-pllua
Version: 1:2.0.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 320
Depends: postgresql-9.5, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-9.5-pllua_2.0.4-2.pgdg+1_arm64.deb
Size: 101904
SHA256: b0c1a1c04a266691237ea95b5e2b55486ecefeb26aef7effc5944f68055c27b8
SHA1: af32c8bc3a3bda092d685e49785def0dd68f0a6b
MD5sum: 473e99b1d320c9aad53f2ed68477addf
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.
 .
 This package is based on pllua-ng.
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.5-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 505
Depends: postgresql-9.5-pllua (= 1:2.0.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-9.5-pllua-dbgsym_2.0.4-2.pgdg+1_arm64.deb
Size: 448632
SHA256: 98e858067013055ee84b20b60a192908e19e7accf3f6ca69e7d7b800d73ee9de
SHA1: 4c13db5a672628bc0db4de8062303b7ad45abfe9
MD5sum: 6b045339b1d43cf5847683c08a0e6326
Description: debug symbols for postgresql-9.5-pllua
Build-Ids: 1e91f7efecc06b105c86006be0b61b278b9f71e3 abbd34ac0fbe7a89044d619dcdc03e0d45c72a5d
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.5-postgis-2.5
Source: postgis-2.5
Version: 2.5.4+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1710
Depends: postgresql-9.5, postgresql-9.5-postgis-2.5-scripts, libc6 (>= 2.17), libgdal26 (>= 2.0.1), libgeos-c1v5 (>= 3.7.0), libjson-c4 (>= 0.13.1), liblwgeom-2.5-0 (>= 2.5.4), libpcre3, libproj19 (>= 4.9.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.2.0), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-9.5-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-9.5-postgis-2.5_2.5.4+dfsg-1.pgdg+1_arm64.deb
Size: 566304
SHA256: 32ca87e246eee802df23f1391bc3807ee2d1cec3042ea3a176e7582ef79148e2
SHA1: 7aa25989a64ceb6dabe5c04a73bf069b9d7112a8
MD5sum: 2b5126eee8c1baf3197323f1f6a2fe88
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".
 .
 To create the PostGIS extensions in a PostgreSQL 9.5 database, the
 postgresql-9.5-postgis-2.5-scripts package must be installed as well.
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.5-postgis-2.5-dbgsym
Source: postgis-2.5
Version: 2.5.4+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2036
Depends: postgresql-9.5-postgis-2.5 (= 2.5.4+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis-2.5/postgresql-9.5-postgis-2.5-dbgsym_2.5.4+dfsg-1.pgdg+1_arm64.deb
Size: 1810852
SHA256: a4d39e570739601e78608b466524b38144ef1ce912878e1be21af290be5e31c7
SHA1: 864c7aed6928becd03a84988c8cfd9cdabbd4aef
MD5sum: 3716e31de11d8aef024df2d0c11cf989
Description: debug symbols for postgresql-9.5-postgis-2.5
Build-Ids: 08170eb7cf421b5c1cac82f2a55840f92ebf3dea 4abb006f48d6d20318c360d8bfb4a53d2046e4ce 5035245704e306111dd4c13bf64239267ca6dbd5 bd9fbe4ddd964d81b3a863f05be3b861e6de0309
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.5-postgis-3
Source: postgis
Version: 3.0.1+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2869
Depends: postgresql-9.5, postgresql-9.5-postgis-3-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libgdal26 (>= 2.0.1), libgeos-c1v5 (>= 3.8.0), libgmpxx4ldbl, libjson-c4 (>= 0.13.1), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-9.5-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-9.5-postgis-3_3.0.1+dfsg-2.pgdg+1_arm64.deb
Size: 761156
SHA256: bd912e05b8d8ec6428dbe21e6e275fa3c0056a2cd808715fafed0ef90f29fce8
SHA1: ac811304e05046e1f526026a8233a426c43ce50c
MD5sum: c53a39a8d6201306438907967d5cb74c
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".
 .
 To create the PostGIS extensions in a PostgreSQL 9.5 database, the
 postgresql-9.5-postgis-3-scripts package must be installed as well.
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.5-postgis-3-dbgsym
Source: postgis
Version: 3.0.1+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4575
Depends: postgresql-9.5-postgis-3 (= 3.0.1+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-9.5-postgis-3-dbgsym_3.0.1+dfsg-2.pgdg+1_arm64.deb
Size: 4245156
SHA256: 62f012610bcdd0c3bd9b15e48252dfecfd1c65ce3c1f5129894ddb867a95e717
SHA1: f27b71609894a3328a9bceb616e9658bf71b7972
MD5sum: c8077df5acffef9b10eb6f4d205cecb2
Description: debug symbols for postgresql-9.5-postgis-3
Build-Ids: 0312c7605e35e2784fe5b762d38326b7886789fe 9af0867e8de7b3b031d1a22ab64c2864f96bb946 bab1c33d8bfdec1ff1888fb59a00dd4014864789 ea93a340e377b620d6f0fa18ffd06cc50d7fb8b4
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.6-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.0.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 97
Depends: postgresql-9.6, libc6 (>= 2.17), libgdal26 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-9.6-ogr-fdw_1.0.9-1.pgdg+1_arm64.deb
Size: 28416
SHA256: 48ce79fc03e12c03a3d7e3ccd7a23a4a5794a00e3ee2e09b7ba84dc834269b78
SHA1: 62c1dbc6766422dffc33a7fa6861110070ac9fe4
MD5sum: 7153907f1bcec4c6212ed47d407d8df7
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.6-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.0.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 168
Depends: postgresql-9.6-ogr-fdw (= 1.0.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-9.6-ogr-fdw-dbgsym_1.0.9-1.pgdg+1_arm64.deb
Size: 139520
SHA256: 2c75cc0c2f348aab6202d9f8b3052d2d75c3a1db65a1a16a1343b0212878ae03
SHA1: 6f9b59ccee59d810f3336b0e80aa7815c6921c09
MD5sum: 16c3d65f17482844b2c19e95a01557f8
Description: debug symbols for postgresql-9.6-ogr-fdw
Build-Ids: 3c751579b6b99af903316a8ab962a397952b3f97 532a0e0bdf0a27bee98794605b8c5904f4d3c941
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.6-pg-catcheck
Source: pg-catcheck
Version: 1.1.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libc6 (>= 2.17), libpq5 (>= 9.0~), postgresql-9.6
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-9.6-pg-catcheck_1.1.0-2.pgdg+1_arm64.deb
Size: 25892
SHA256: 69c7f25674767b6a19d8de4885a60541c177f46c70742ba5316edbbbe57d51b8
SHA1: 71a8edac138e41927d48eb671333c1bca7a2d9e2
MD5sum: 62e6f9aba518d97f7c849ef0fd03a558
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.6-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.1.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: postgresql-9.6-pg-catcheck (= 1.1.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-9.6-pg-catcheck-dbgsym_1.1.0-2.pgdg+1_arm64.deb
Size: 38144
SHA256: 2cd1fd4e21673eefa434e845a1a39e0baec335a87e123d7da5bf337d47c8a2a4
SHA1: 4a9cae10b677f612276129fa3048cb0133c7f430
MD5sum: cc4091492931efcaa2c365dcb69390d7
Description: debug symbols for postgresql-9.6-pg-catcheck
Build-Ids: 1d8837b07d99a8a02d0940bf358a398be3064af9
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.6-pg-fact-loader
Source: pg-fact-loader
Version: 1.5.2-1.pgdg+2
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 428
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-9.6-pg-fact-loader_1.5.2-1.pgdg+2_arm64.deb
Size: 42340
SHA256: 583a763edd129e4079078afc088cef73863f80834e2c629954af760dd29482a1
SHA1: c5917efe1cd4705e54ad55459f25712f8b25e533
MD5sum: f3d07424a9a25a7097bc278994f4345c
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 9.6.
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.6-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.5.2-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 38
Depends: postgresql-9.6-pg-fact-loader (= 1.5.2-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-9.6-pg-fact-loader-dbgsym_1.5.2-1.pgdg+2_arm64.deb
Size: 23384
SHA256: 5a3f9aff0750858083765f82d023c68d7e8f96681509b53d6cc557f7e29c857f
SHA1: 8c759e0f40cafbbc58f4d40894d8bffb62b15989
MD5sum: 91bd93789584aa2e88827714b8a5227d
Description: debug symbols for postgresql-9.6-pg-fact-loader
Build-Ids: 86e602860b769616c9be75e522af3bbf29680a55
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.6-pgrouting
Source: pgrouting
Version: 3.0.0~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2495
Depends: postgresql-9.6-pgrouting-scripts (>= 3.0.0~rc1-1.pgdg+1), postgresql-9.6, postgresql-9.6-postgis, postgresql-9.6-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-9.6-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-9.6-pgrouting_3.0.0~rc1-1.pgdg+1_arm64.deb
Size: 632152
SHA256: eeed59e4b3d3bd3888c885c3cf3c4102fb6450f0990266c18f576920205efd42
SHA1: 1b4c6d9caac0b59855cd34cb71e26f72862b9c1d
MD5sum: 96cdb199e4d6ee0cf9d3022fd6c5f92e
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.
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.6-pgrouting-dbgsym
Source: pgrouting
Version: 3.0.0~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 23163
Depends: postgresql-9.6-pgrouting (= 3.0.0~rc1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-9.6-pgrouting-dbgsym_3.0.0~rc1-1.pgdg+1_arm64.deb
Size: 23024972
SHA256: feda0b4f381da1cb0f1f9572f88e7cc858757ee89379b65b072d4eae871af778
SHA1: 3792b03bcb3495ec36202df6f60e0a951a55feff
MD5sum: 1cb3e014d0f12349f6359efb7086ab42
Description: debug symbols for postgresql-9.6-pgrouting
Build-Ids: 9fcd460822f3c42bbd7f3ad9a0557d2108acd10b
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.6-pllua
Source: postgresql-pllua
Version: 1:2.0.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 320
Depends: postgresql-9.6, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-9.6-pllua_2.0.4-2.pgdg+1_arm64.deb
Size: 101760
SHA256: 0df82c9ca4dfd1fc82e769ecfa73e7edd3463e4a10f04d010056470255df8f03
SHA1: 76841b3b0f6e135e3c68b1b3839eefc8ca5ee846
MD5sum: b128d94f643b973a0c84843382b118fe
Description: Lua procedural language for PostgreSQL 9.6
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.6-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 516
Depends: postgresql-9.6-pllua (= 1:2.0.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-9.6-pllua-dbgsym_2.0.4-2.pgdg+1_arm64.deb
Size: 460812
SHA256: 6086a76185fa7f264fec45425a1b74b0e119b818d070677107c6c99f6a8f17bc
SHA1: c4482c746b01fd563d5d46cf76bbc7e7cc60b519
MD5sum: c27541f77e12fa1a2e27a3fae7b993a6
Description: debug symbols for postgresql-9.6-pllua
Build-Ids: 7cb4aa0b303b7491fc3f9f64e812fbe87b7939bb 985b3d3e5c34f16386249e09e4665d0c58a4afb1
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.6-postgis-2.5
Source: postgis-2.5
Version: 2.5.4+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1710
Depends: postgresql-9.6, postgresql-9.6-postgis-2.5-scripts, libc6 (>= 2.17), libgdal26 (>= 2.0.1), libgeos-c1v5 (>= 3.7.0), libjson-c4 (>= 0.13.1), liblwgeom-2.5-0 (>= 2.5.4), libpcre3, libproj19 (>= 4.9.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.2.0), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-9.6-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-9.6-postgis-2.5_2.5.4+dfsg-1.pgdg+1_arm64.deb
Size: 567840
SHA256: 06730646c180cf890f3016d3d2609c94a6e8496d76aba5920a839ff63ad52b65
SHA1: 1b8bc5e44806dd7eb205ca032d7b0f1c273cce9d
MD5sum: 3d0ca59ea38b01df8597e03356e7fc6b
Description: Geographic objects support for PostgreSQL 9.6
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 9.6 database, the
 postgresql-9.6-postgis-2.5-scripts package must be installed as well.
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.6-postgis-2.5-dbgsym
Source: postgis-2.5
Version: 2.5.4+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2067
Depends: postgresql-9.6-postgis-2.5 (= 2.5.4+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis-2.5/postgresql-9.6-postgis-2.5-dbgsym_2.5.4+dfsg-1.pgdg+1_arm64.deb
Size: 1839588
SHA256: 62aa00a22e35a561b0256acf658d7bb21a7723de32a8b408b9681be173292e53
SHA1: 0b9c5cb3b711f6939ffee0c54237a166a1944455
MD5sum: ef570606e9759ed385094a9c0bb0e050
Description: debug symbols for postgresql-9.6-postgis-2.5
Build-Ids: 33bcb1d0597ce828fb41d7251d3c03bfd7b2b748 900cc2269dfc656b4736b7d66a027824a9708927 c45d9938c9bb411cf322b9de9e0ad7442193d7a8 f6a64e8c86f0df40693f2738bb7c2295c1288196
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.6-postgis-3
Source: postgis
Version: 3.0.1+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2865
Depends: postgresql-9.6, postgresql-9.6-postgis-3-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libgdal26 (>= 2.0.1), libgeos-c1v5 (>= 3.8.0), libgmpxx4ldbl, libjson-c4 (>= 0.13.1), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-9.6-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-9.6-postgis-3_3.0.1+dfsg-2.pgdg+1_arm64.deb
Size: 760640
SHA256: 09b90fd7514909a08b97fe0d6465d5278013ecf3589845c749ae015d00300eb2
SHA1: 8c203c0218d19625204e28be2c19395f37a74201
MD5sum: b4f1c5d0dbd7c36da8bf50a70a0aa3a7
Description: Geographic objects support for PostgreSQL 9.6
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 9.6 database, the
 postgresql-9.6-postgis-3-scripts package must be installed as well.
Timestamp: 2020-04-07 19:46:15+00

Package: postgresql-9.6-postgis-3-dbgsym
Source: postgis
Version: 3.0.1+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4601
Depends: postgresql-9.6-postgis-3 (= 3.0.1+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-9.6-postgis-3-dbgsym_3.0.1+dfsg-2.pgdg+1_arm64.deb
Size: 4268384
SHA256: 425aa834694eff1c07c86ba42ebfebcb2ce70959c7268d33f311d55163456eab
SHA1: 25bbb8d00d8a95f0277a6285ad5c566b806a21fe
MD5sum: 7d2847f470b61851061e208c35fa3c3f
Description: debug symbols for postgresql-9.6-postgis-3
Build-Ids: 465aaa8b36466ae5e965c152e3924eccb0eb650c 544f06a8f7e7e32ba8f14266065e618c7e319e81 bc9b979d3e677e1265310041774c32286e47264c cdcb4492b171b29206a4e92e6e9ee5fbbc54f251
Timestamp: 2020-04-07 19:46:15+00

Package: pgformatter
Version: 4.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 255
Depends: perl:any
Multi-Arch: foreign
Homepage: http://sqlformat.darold.net/
Priority: optional
Section: database
Filename: pool/main/p/pgformatter/pgformatter_4.3-1.pgdg+1_all.deb
Size: 74840
SHA256: 86c2edcf03ebe462f452edb290ad6a2d6b8b15153387bfb7ba22fec5098e0e01
SHA1: b5bfe97564f6cbb28cd486e00095354caf7c4a41
MD5sum: 1cfd69a757ad10f9220eb6c6ade86439
Description: PostgreSQL SQL syntax beautifier
 This SQL formatter/beautifier supports keywords from SQL-92, SQL-99,
 SQL-2003, SQL-2008, SQL-2011 and PostgreSQL specifics keywords. May
 works with any other databases too.
 .
 pgFormatter can work as a console program or as a CGI. pg_format will
 automatically detect its environment and output as text or as HTML
 following the context.
Timestamp: 2020-04-08 14:47:01+00

Package: postgresql-9.4-ip4r
Source: ip4r
Version: 2.4.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 344
Depends: libc6 (>= 2.17), postgresql-9.4
Homepage: http://pgfoundry.org/projects/ip4r/
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-9.4-ip4r_2.4.1-2.pgdg+1_arm64.deb
Size: 64732
SHA256: 24a4dc60d7dbd8b1e8b55bd9fd9dcfa7fa942f3a64cb08b006edfaa375b0c714
SHA1: 4fb2211bb400bed2bb4385a0357a881ea46a9675
MD5sum: 0d6086898dcc534ebd5588b6992a8e54
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.
Timestamp: 2020-04-08 14:47:01+00

Package: postgresql-9.4-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 251
Depends: postgresql-9.4-ip4r (= 2.4.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-9.4-ip4r-dbgsym_2.4.1-2.pgdg+1_arm64.deb
Size: 213188
SHA256: 25d2d0338e473141a6e10079661b53e846b4d116a4e49a68a69dfa72f9b2817b
SHA1: 0556914e36b6739707bcf292a4526d87ddca8643
MD5sum: 9d94761e5c8fb486cd601ad2ad56ffe4
Description: debug symbols for postgresql-9.4-ip4r
Build-Ids: a6f315a771310a54bc76c239a0a67cf3d4b2adea
Timestamp: 2020-04-08 14:47:01+00

Package: postgresql-9.4-plr
Source: plr
Version: 1:8.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 143
Depends: r-base-core (>= 2.10), postgresql-9.4, libc6 (>= 2.17)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-9.4-plr_8.4-2.pgdg+1_arm64.deb
Size: 59056
SHA256: 80ea3c872111ed012310bdb95a3593ad7b8478de47bd957f740d6af7718c56ea
SHA1: 3f22eaed79b8ba10bdececbcdd50852743216612
MD5sum: 6b23a7adadd51b9304ea78b1c770e062
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.
Timestamp: 2020-04-08 14:47:01+00

Package: postgresql-9.4-plr-dbgsym
Source: plr
Version: 1:8.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-9.4-plr (= 1:8.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-9.4-plr-dbgsym_8.4-2.pgdg+1_arm64.deb
Size: 159152
SHA256: c59025fb2da187cb285b72e44120a226d657f6774ebb8c82d9487d480afa692c
SHA1: b861f289002b936ab59ee47185ca6f5945713d41
MD5sum: c84d5648cb9b66e23b5a745b19e4eccb
Description: debug symbols for postgresql-9.4-plr
Build-Ids: 1daf313e6b5a1050ad266f1ddd901eed0610c58a
Timestamp: 2020-04-08 14:47:01+00

Package: postgresql-9.4-powa
Source: powa-archivist
Version: 3.2.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 547
Depends: libc6 (>= 2.17), postgresql-9.4
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-9.4-powa_3.2.0-2.pgdg+1_arm64.deb
Size: 26208
SHA256: 59e49ba7a1fbb1de86481fc1b9eeb6782c2002b5580afe92b14ced25adbaac73
SHA1: c56317717826e0560b4e8cd16ec51d42f59842fe
MD5sum: 5dbe9740687c6e53da3b63f9dd24b5aa
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.
Timestamp: 2020-04-08 14:47:01+00

Package: postgresql-9.4-powa-dbgsym
Source: powa-archivist
Version: 3.2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-9.4-powa (= 3.2.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-9.4-powa-dbgsym_3.2.0-2.pgdg+1_arm64.deb
Size: 32024
SHA256: f2b7d484ccd3c59cb3cebdcb1241ae0db0251f9b804aa2a66b653bbb7210686a
SHA1: 0981b2d57de6aca5790bd9c0ec350bae686e5763
MD5sum: ded6aed213c0758a5ef29a6400e391ca
Description: debug symbols for postgresql-9.4-powa
Build-Ids: 4158240538e169269b7ee4132d1588cd1b42cc48
Timestamp: 2020-04-08 14:47:01+00

Package: postgresql-9.4-snakeoil
Source: pg-snakeoil
Version: 1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-9.4, libc6 (>= 2.17), libclamav9 (>= 0.101.0)
Recommends: clamav-freshclam | clamav-data
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-9.4-snakeoil_1.3-1.pgdg+1_arm64.deb
Size: 8608
SHA256: 8a8b6bc9f10c877110796b7530330e0043d8a3c363bb4dcedc2a93739ca9e5d7
SHA1: de947b4e2ffc058603a871528b9bb459e705f7a0
MD5sum: 3e201194f9ab8c1b0b46a6b215e7a0e8
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2020-04-09 16:03:51+00

Package: postgresql-9.4-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-9.4-snakeoil (= 1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-9.4-snakeoil-dbgsym_1.3-1.pgdg+1_arm64.deb
Size: 20200
SHA256: a456ce4e2c862c99e4226723c4ef3c9cb7f745a4e8943a9aba17fe4c49c559a9
SHA1: 16a0c3d421f11e170481bcc5e509e79dabaa8e50
MD5sum: 44d5ebda63a6ab39b272c32985537eb2
Description: debug symbols for postgresql-9.4-snakeoil
Build-Ids: 9c772bdfe6ae7bb04dafa8e920a82db22d14e736
Timestamp: 2020-04-09 16:03:51+00

Package: postgresql-9.4-numeral
Source: postgresql-numeral
Version: 1.0-3.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.17), postgresql-9.4
Homepage: https://github.com/ChristophBerg/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-9.4-numeral_1.0-3.pgdg+1_arm64.deb
Size: 21952
SHA256: edb4d0b1a41f7a0b984a13fb40404b0122312a4549bc5a2cd4861a7e50e9891a
SHA1: ca5913bab32766e1207ea0498698f588ff161ba3
MD5sum: adbef616d151687143f12149ea99f3fe
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2020-04-11 10:24:24+00

Package: postgresql-9.4-numeral-dbgsym
Source: postgresql-numeral
Version: 1.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 63
Depends: postgresql-9.4-numeral (= 1.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-9.4-numeral-dbgsym_1.0-3.pgdg+1_arm64.deb
Size: 41600
SHA256: 912c3ffc3239f0eaf606b876423bf6646f7246e06ff700ee36cac26e4f9f012b
SHA1: 61ae8db0b16f033f1b1ffdd8aac2fe933f5fad56
MD5sum: b3ffa37ccbeac106543d619e7ea209b0
Description: debug symbols for postgresql-9.4-numeral
Build-Ids: dfe65af883054b5bb738423abcf6dfef49240e60
Timestamp: 2020-04-11 10:24:24+00

Package: postgresql-9.4-prioritize
Source: postgresql-prioritize
Version: 1.0.4-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: libc6 (>= 2.17), 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-6.pgdg+1_arm64.deb
Size: 6768
SHA256: 271987c78df86f008f1ebfb69a10cca266608f6d31e33c6590fad39ff9e1ea7f
SHA1: 115c76cd877eea2514f97aaec53474b51e641035
MD5sum: 8c741c60306bc876e30807c7f1bf703b
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.
Timestamp: 2020-04-12 08:20:55+00

Package: postgresql-9.4-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-9.4-prioritize (= 1.0.4-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-9.4-prioritize-dbgsym_1.0.4-6.pgdg+1_arm64.deb
Size: 15868
SHA256: 9aa2fd332e25b899f7d95a4f2f3207cb010d363a7357d1e02db4f2ea1b4db29b
SHA1: bc5779c9f3298b7e992168bee609ee3926ce804c
MD5sum: 20ffbeb3f3326f1aa8b2203613cdfd8b
Description: debug symbols for postgresql-9.4-prioritize
Build-Ids: 44bc90df58fa55c71f3f70f81ab06028f076243d
Timestamp: 2020-04-12 08:20:55+00

Package: postgresql-9.4-asn1oid
Source: pgsql-asn1oid
Version: 1.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: libc6 (>= 2.17), postgresql-9.4
Homepage: https://github.com/ChristophBerg/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-9.4-asn1oid_1.2-3.pgdg+1_arm64.deb
Size: 6628
SHA256: 4ffdf222b964015865b9ec580663e1da42066e3fcf044423fbaa9b9f07de1979
SHA1: 0e52ad2f050c000452d0aadb5e38ef1aabf4902d
MD5sum: 79ad327d5523dde99b265f58373db986
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.
Timestamp: 2020-04-20 09:25:37+00

Package: postgresql-9.4-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-9.4-asn1oid (= 1.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-9.4-asn1oid-dbgsym_1.2-3.pgdg+1_arm64.deb
Size: 10400
SHA256: 0a31c49c946b6e4e8722e687b17567504cc893ff54fc759fe107d72d167b9fef
SHA1: c257969cbd6eeaf31a507b5fbeb4641b9df25e94
MD5sum: cfbfaef1ddeb2b23f48b618a5fd8b4e6
Description: debug symbols for postgresql-9.4-asn1oid
Build-Ids: de11a18362e5a148cce62076ce9663d30b75acb4
Timestamp: 2020-04-20 09:25:37+00

Package: postgresql-9.4-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.0.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 96
Depends: postgresql-9.4, libc6 (>= 2.17), libgdal26 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-9.4-ogr-fdw_1.0.9-1.pgdg+1_arm64.deb
Size: 27684
SHA256: 0cf29df8dd2a12f34a274eab09c6db18565870dbe7e93e2802463839f955e691
SHA1: 14f3def2381a3278addedfcb20c037493fb59209
MD5sum: 315ca6a1c35afeacc870af3858bf42f1
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2020-04-20 09:25:37+00

Package: postgresql-9.4-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.0.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 151
Depends: postgresql-9.4-ogr-fdw (= 1.0.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-9.4-ogr-fdw-dbgsym_1.0.9-1.pgdg+1_arm64.deb
Size: 122372
SHA256: 5631c0d298b2c63b77471dc2a55649dfc2282420a845ae0f61b8ccd2868f434e
SHA1: 16f780d2b3c05615ea26889d31c81ba690768e43
MD5sum: 8734d9c5f9df92dd951abf2252181bda
Description: debug symbols for postgresql-9.4-ogr-fdw
Build-Ids: 5d09df50230768c4b2d39b1141c3dce17b1bdeff c2a15ec56b29d7713eb8a0965104511d6527c8fc
Timestamp: 2020-04-20 09:25:37+00

Package: postgresql-9.4-pg-qualstats
Source: pg-qualstats
Version: 1.0.9-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 70
Depends: libc6 (>= 2.17), postgresql-9.4
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-9.4-pg-qualstats_1.0.9-1.pgdg+1_arm64.deb
Size: 22532
SHA256: 36ea937113628885151ba283b3d68dce434097c49c815faaf9375ad2d7e9baf0
SHA1: a62b3a21a601658b9f81d574db4dc1aa2fc4e917
MD5sum: 1e9ef8a4db5c57dc5c94d476acf5ae69
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2020-04-20 09:25:37+00

Package: postgresql-9.4-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 1.0.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 71
Depends: postgresql-9.4-pg-qualstats (= 1.0.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-9.4-pg-qualstats-dbgsym_1.0.9-1.pgdg+1_arm64.deb
Size: 54268
SHA256: 74a27e253bce215517e7649ccb541fd681eebefc2263771704b8c1ff6f2f9dab
SHA1: 77fc40ffbdc96fda6a552e7719d8eaadd1270533
MD5sum: 66f2203eca49d68ba8e915d483ec8729
Description: debug symbols for postgresql-9.4-pg-qualstats
Build-Ids: cd302ed943e1a387b540abb105f50b505e13d371
Timestamp: 2020-04-20 09:25:37+00

Package: postgresql-9.4-pgmemcache
Source: pgmemcache
Version: 2.3.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-9.4, libc6 (>= 2.17), libmemcached11, libsasl2-2 (>= 2.1.27+dfsg)
Homepage: http://pgfoundry.org/projects/pgmemcache/
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-9.4-pgmemcache_2.3.0-7.pgdg+1_arm64.deb
Size: 21140
SHA256: bf1720b3c745383d2bb5b5d3bb7ccff32f8bc0525b84a6773e3b8a38cd31d657
SHA1: 02dcf92e6f0847d51bd1ba4c3e5b9122f60dab0d
MD5sum: 445aab2a623765296ab9c21d9ab1f482
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.
Timestamp: 2020-04-20 09:25:37+00

Package: postgresql-9.4-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-9.4-pgmemcache (= 2.3.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-9.4-pgmemcache-dbgsym_2.3.0-7.pgdg+1_arm64.deb
Size: 41060
SHA256: 07c47784580560b01b159647b6c29b64520fa3ca3d15cf9222727a83c78d381d
SHA1: 7d777a7d749a466ed539d36737e328e5409811ba
MD5sum: fbdd7d3fa0db2f8e0d9fc82aa3c5cf48
Description: debug symbols for postgresql-9.4-pgmemcache
Build-Ids: ccf0a8da5f92ce197681ce6b669d0b726536f358
Timestamp: 2020-04-20 09:25:37+00

Package: postgresql-9.4-repmgr
Source: repmgr
Version: 5.0.0-4.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1004
Depends: postgresql-9.4, repmgr-common (>= 5.0.0-4.pgdg+1), libc6 (>= 2.17), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-9.4-repmgr_5.0.0-4.pgdg+1_arm64.deb
Size: 201096
SHA256: d92c22503f384f9850b0c714128ef7b7eca7c9701a065c4c2c543f2534767147
SHA1: fbfb44c9fa7c80756c11e0e2120d2e141ab2e69d
MD5sum: 74d932db4b035758259270d6806fa988
Description: replication manager for PostgreSQL 9.4
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 9.4.
Timestamp: 2020-04-20 09:25:37+00

Package: postgresql-9.4-repmgr-dbgsym
Source: repmgr
Version: 5.0.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 724
Depends: postgresql-9.4-repmgr (= 5.0.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-9.4-repmgr-dbgsym_5.0.0-4.pgdg+1_arm64.deb
Size: 661952
SHA256: b130620faf5d61687c84b52c53ad3938ce4a7910bb1e42ae478fffde1b6c7469
SHA1: 916e790e5211ff71a43a46b13055fb89ad8b0787
MD5sum: 5500d3d54dfbacb70588ed87f882b3df
Description: debug symbols for postgresql-9.4-repmgr
Build-Ids: 4baa44538d894e9b796db1ec9d64ef33aa421f7c 9fdd9da8dfc56916f1a9dd816c4df10355984af9 bbf0ba90889582e2a2067f914c11d33e96334f03
Timestamp: 2020-04-20 09:25:37+00

Package: postgresql-9.4-debversion
Source: postgresql-debversion
Version: 1.1.1-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.17), postgresql-9.4
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-9.4-debversion_1.1.1-3.pgdg+2_arm64.deb
Size: 10184
SHA256: 9379f37e4b0a47264d9ead6ee0301e33190985a19b4fa0655d87189199966d98
SHA1: 7635b7aad59065cc0f21ab0e17f36a7e50a7ebdd
MD5sum: 59755f6c9e6522b544985df72b057d2b
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()
Timestamp: 2020-04-22 09:15:34+00

Package: postgresql-9.4-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.1-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-9.4-debversion (= 1.1.1-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-9.4-debversion-dbgsym_1.1.1-3.pgdg+2_arm64.deb
Size: 27564
SHA256: 41273460dbf52503ca550d45985a3ec29b589ab0fce8750bb2d0cdeca240830a
SHA1: 0951fc7d1d5b29e48dd880982c19053f0dcc3bf1
MD5sum: beac460013ef272a77dff69028c927c1
Description: debug symbols for postgresql-9.4-debversion
Build-Ids: 2f1611515bfded3c91563ca9dd15dc7973a2bd07
Timestamp: 2020-04-22 09:15:34+00

Package: postgresql-9.4-dirtyread
Source: pg-dirtyread
Version: 2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: libc6 (>= 2.17), postgresql-9.4
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-9.4-dirtyread_2.2-1.pgdg+1_arm64.deb
Size: 10724
SHA256: c0c008ad4f02a1200890f5e43da7401b6b833c774379f93e5ad6852fc248a642
SHA1: 992969a2a7b232e6fd7e718080e211cd517121df
MD5sum: 4cf608812d1a5045bf720043bf60f525
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2020-04-22 09:15:34+00

Package: postgresql-9.4-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-9.4-dirtyread (= 2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-9.4-dirtyread-dbgsym_2.2-1.pgdg+1_arm64.deb
Size: 32748
SHA256: e4438fafa4924b78c03321dd5e0ecb5646a5935e4f2f0b55b32737acd3827cf7
SHA1: 494d8310d265c0ab992a612db8f784e38504ef83
MD5sum: 6b58a235ff64d74e7b8b88f9da8bf47c
Description: debug symbols for postgresql-9.4-dirtyread
Build-Ids: 8cbf99fa04fee38b08f79850b212e5a1ed28d164
Timestamp: 2020-04-22 09:15:34+00

Package: postgresql-9.4-toastinfo
Source: toastinfo
Version: 1.1-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-9.4, libc6 (>= 2.17)
Homepage: https://github.com/credativ/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-9.4-toastinfo_1.1-4.pgdg+1_arm64.deb
Size: 5852
SHA256: a76d987f0ca7a6fb22f01cbf0f2d3a02c19be6ae6a0b2fdeecc92e6f37a40f2a
SHA1: d3adb7c0af502b215906a250a8c9a6a24502d8fc
MD5sum: b74f62958359a2f319acbe43b3e30a91
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2020-04-22 09:15:34+00

Package: postgresql-9.4-toastinfo-dbgsym
Source: toastinfo
Version: 1.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-9.4-toastinfo (= 1.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-9.4-toastinfo-dbgsym_1.1-4.pgdg+1_arm64.deb
Size: 12616
SHA256: d1408c4934a3791b11330bc26282f55eaacb96f79af2158fc5e21fb2a42515e7
SHA1: a08cb5e8c5eff611ec637bb270acc408e1948502
MD5sum: a4aca5539b69a23d506eb670e63e34de
Description: debug symbols for postgresql-9.4-toastinfo
Build-Ids: 4d448db9f1d6df4c8a3c43e821bbab81a652da0b
Timestamp: 2020-04-22 09:15:34+00

Package: libecpg-compat3
Source: postgresql-9.2
Version: 9.2.24-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libecpg-compat3_9.2.24-4.pgdg+1_arm64.deb
Size: 22724
SHA256: e8387547cca12a32748c296d33c5866e6c0bf8b2b2fb5fe5a3704698ca681489
SHA1: bf9e3a330ff0f9bfa5085d87b28c6cdf7e5a8f96
MD5sum: b6cbd6fb7e8e6426fc71ba58c3337940
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.
Timestamp: 2020-04-23 07:32:11+00

Package: libecpg-dev
Source: postgresql-9.2
Version: 9.2.24-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1037
Depends: libc6 (>= 2.17), libpq-dev, libecpg6 (= 9.2.24-4.pgdg+1), libecpg-compat3 (= 9.2.24-4.pgdg+1), libpgtypes3 (= 9.2.24-4.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libdevel
Filename: pool/9.2/p/postgresql-9.2/libecpg-dev_9.2.24-4.pgdg+1_arm64.deb
Size: 209020
SHA256: 29a3c38379b35a7b067e3f36af6905a5a5d31a2b46d397dcb7f0007a42e70e1d
SHA1: 38a8d992284b71fdae7a2d0ff84e31a6f5725404
MD5sum: caa173c4c6f4a6e50a2464fb18b0d86e
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).
Timestamp: 2020-04-23 07:32:11+00

Package: libecpg6
Source: postgresql-9.2
Version: 9.2.24-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 373
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libecpg6_9.2.24-4.pgdg+1_arm64.deb
Size: 82476
SHA256: 53955ba07af35c9806aefefc065c9c4ad040685dd15fd537836ec5e44daf3032
SHA1: 2cd9782cfdc2323205dabeaaa505742e5ab769b9
MD5sum: e8401edb985ed597eb8da818278f4459
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.
Timestamp: 2020-04-23 07:32:11+00

Package: libpgtypes3
Source: postgresql-9.2
Version: 9.2.24-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libpgtypes3_9.2.24-4.pgdg+1_arm64.deb
Size: 43944
SHA256: 4cd28b17b6b4079ac9e65474db7ed54ac5b63c058b396621eca8a4e3da5993e9
SHA1: 9d21535b2990be951164820abee9cdae97c99aa8
MD5sum: 9d847f329294552cf85bb53a237ee912
Description: shared library libpgtypes for PostgreSQL 9.2
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-04-23 07:32:11+00

Package: libpq-dev
Source: postgresql-9.2
Version: 9.2.24-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 937
Depends: libc6 (>= 2.17), libpq5 (= 9.2.24-4.pgdg+1)
Suggests: postgresql-doc-9.2
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libdevel
Filename: pool/9.2/p/postgresql-9.2/libpq-dev_9.2.24-4.pgdg+1_arm64.deb
Size: 188656
SHA256: dacf262cc62b9d429345e128caf2febb00fba94fab46e0f90612c283a1c0d41d
SHA1: 2c358c925027e75cb78b1018d646b800759ba24d
MD5sum: 18fcaa47e356ffd66a11ed218941a7d4
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.
Timestamp: 2020-04-23 07:32:11+00

Package: libpq5
Source: postgresql-9.2
Version: 9.2.24-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 520
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libpq5_9.2.24-4.pgdg+1_arm64.deb
Size: 123688
SHA256: abf10d6b8e89a48aca6e923a4a6292a21aa1afba193fdfa3662cb406054b27df
SHA1: 70877be362bbe5ef9bfd69970298e7ec24ebee3d
MD5sum: 10509de95d53f80bd441033dfb5fa5ce
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.
Timestamp: 2020-04-23 07:32:11+00

Package: postgresql-9.2
Version: 9.2.24-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17849
Depends: libc6 (>= 2.29), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl1.1 (>= 1.1.0), libxml2 (>= 2.7.4), postgresql-client-9.2, postgresql-common (>= 135~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.2, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.2/postgresql-9.2_9.2.24-4.pgdg+1_arm64.deb
Size: 3439308
SHA256: 697c0d32b7d66fe831017698c3dac946b9beaa014e2964e51a1824bfafe7b178
SHA1: 84cb00b2d2bd3228613824962ed45d19004f7030
MD5sum: 4eabdda125c207c7f4a13d418ec35d39
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.
Timestamp: 2020-04-23 14:47:13+00

Package: postgresql-9.2-dbg
Source: postgresql-9.2
Version: 9.2.24-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39912
Depends: postgresql-9.2 (= 9.2.24-4.pgdg+1)
Conflicts: postgresql-9.1-dbg, postgresql-dbg
Provides: postgresql-dbg
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.2/postgresql-9.2-dbg_9.2.24-4.pgdg+1_arm64.deb
Size: 8550940
SHA256: e8e21195e6c707e1cb25221fa47a388dffb5649670e279ce0fcd4c3f3318c261
SHA1: bc0621b69317a24784a46b1fca56f6e0aca6d1df
MD5sum: d9afdf3445d92ea5cab5d0631b3a527b
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.
Timestamp: 2020-04-23 14:47:13+00

Package: postgresql-client-9.2
Source: postgresql-9.2
Version: 9.2.24-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4117
Depends: libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.2.24), libssl1.1 (>= 1.1.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 115~), sensible-utils
Suggests: postgresql-9.2, postgresql-doc-9.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.24-4.pgdg+1_arm64.deb
Size: 971560
SHA256: 4ba2fa943c665fc510ab969dc72cd1ed31d958ae03f0d01fa03c6f62598142bb
SHA1: 5483b45bb32dea242a28a21799f605e2820800f4
MD5sum: a771a6786d19b9ce12747b4803525383
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.
Timestamp: 2020-04-23 14:47:13+00

Package: postgresql-contrib-9.2
Source: postgresql-9.2
Version: 9.2.24-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1802
Depends: postgresql-9.2 (= 9.2.24-4.pgdg+1), libc6 (>= 2.17), libcrypt1 (>= 1:4.1.0), libossp-uuid16, libpq5 (>= 9.2~beta3), libssl1.1 (>= 1.1.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.24-4.pgdg+1_arm64.deb
Size: 368040
SHA256: 6ffbb7bea9dbd8fc24c007bb973855f91e7e606366eeb266a37a5dcaf507e598
SHA1: 66c50034ce75d619d533fbbb950aa75cb8e46b43
MD5sum: 62b70b76285fedac8e7929e1eecba5b2
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.
Timestamp: 2020-04-23 14:47:13+00

Package: postgresql-doc-9.2
Source: postgresql-9.2
Version: 9.2.24-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13417
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.2/postgresql-doc-9.2_9.2.24-4.pgdg+1_all.deb
Size: 1700572
SHA256: 3ce1ecd45ed83c2e9b80f93118b5678849c3f67b57c997b4317255bdb0c54709
SHA1: 02e550ae285f60496252a44a9c07cfa56c1cd566
MD5sum: 117a0edeb30f6536d7f81f1581ffbcea
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.
Timestamp: 2020-04-23 14:47:13+00

Package: postgresql-plperl-9.2
Source: postgresql-9.2
Version: 9.2.24-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 234
Depends: libc6 (>= 2.17), libperl5.30 (>= 5.30.0), postgresql-9.2 (= 9.2.24-4.pgdg+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.24-4.pgdg+1_arm64.deb
Size: 59100
SHA256: 41f0314cfccdb131bb06902da548d52be1c20ad74fcd37f3b063d993973511a8
SHA1: 705b70ae35e31fd3742623f02e7b084fd8ac2f9c
MD5sum: 9ac0ef13397dd8bdba002cd516cc8795
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.
Timestamp: 2020-04-23 14:47:13+00

Package: postgresql-plpython3-9.2
Source: postgresql-9.2
Version: 9.2.24-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 161
Depends: libc6 (>= 2.17), libpython3.8 (>= 3.8.2), postgresql-9.2 (= 9.2.24-4.pgdg+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.24-4.pgdg+1_arm64.deb
Size: 50652
SHA256: b5bb81a918b67baab3eaa11a72732f2b144a7eaa3271b79c9c9d76fe4bcab8f1
SHA1: f5789b6d63139674ee7786e85327b41f64063e67
MD5sum: b7735c615a3260094a48123e0ff9b4b4
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.
Timestamp: 2020-04-23 14:47:13+00

Package: postgresql-pltcl-9.2
Source: postgresql-9.2
Version: 9.2.24-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 147
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.2 (= 9.2.24-4.pgdg+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.24-4.pgdg+1_arm64.deb
Size: 36536
SHA256: bdd8d45edf0273c90aa2f16a0d6b78c2dd43869ac93c41d53c308ed0ed4990ce
SHA1: db0e5f403f6bd29750d21f5d221439dc1606f80c
MD5sum: 443d885b6661d30883af6c3a91702ddb
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.
Timestamp: 2020-04-23 14:47:13+00

Package: postgresql-server-dev-9.2
Source: postgresql-9.2
Version: 9.2.24-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3282
Depends: libc6 (>= 2.17), 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.24-4.pgdg+1_arm64.deb
Size: 586236
SHA256: d7c024ab3d5747acb11510bac978b4c369abb9db45a9dc93b1e478695c71c3ba
SHA1: ceff20c0becda1a534ccd9fab2643e28fc3cb2e4
MD5sum: 3a70a38870571eb19931bd72246a7481
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.
Timestamp: 2020-04-23 14:47:13+00

Package: python-psycopg2-doc
Source: psycopg2
Version: 2.8.5-1~pgdg+1
Architecture: all
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Installed-Size: 1382
Depends: libjs-sphinxdoc (>= 1.0)
Suggests: python3-psycopg2
Multi-Arch: foreign
Homepage: http://initd.org/projects/psycopg
Priority: optional
Section: doc
Filename: pool/main/p/psycopg2/python-psycopg2-doc_2.8.5-1~pgdg+1_all.deb
Size: 251440
SHA256: 72363bbebd4e4c9bbbc7a061d120745fbbd4e1a091ac53f68e93dc256af315e2
SHA1: becae10b0b4cba05d733e4761d171edd471b3c2d
MD5sum: 759989f6031b27db627a6d2a19855cf8
Description: Python module for PostgreSQL (documentation package)
 psycopg is a PostgreSQL database adapter for the Python programming language
 (just like pygresql and popy.) This is version 2, a complete rewrite of the
 original code to provide new-style classes for connection and cursor objects
 and other sweet candies. Like the original, psycopg 2 was written with the
 aim of being very small and fast, and stable as a rock.
 .
 psycopg is different from the other database adapter because it was designed
 for heavily multi-threaded applications that create and destroy lots of
 cursors and make a conspicuous number of concurrent INSERTs or UPDATEs.
 psycopg 2 also provides full asynchronous operations for the really brave
 programmer.
 .
 The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0
 and being thread safe at level 2. It also includes some extensions to the
 standard DBAPI-2.0 to allow for better thread performance.
 .
 This package contains the psycopg2 documentation
Timestamp: 2020-04-23 14:47:13+00

Package: python3-psycopg2
Source: psycopg2
Version: 2.8.5-1~pgdg+1
Architecture: arm64
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Installed-Size: 440
Depends: python3 (<< 3.9), python3 (>= 3.8~), python3:any, libc6 (>= 2.17), libpq5 (>= 10~~)
Suggests: python-psycopg2-doc
Homepage: http://initd.org/projects/psycopg
Priority: optional
Section: python
Filename: pool/main/p/psycopg2/python3-psycopg2_2.8.5-1~pgdg+1_arm64.deb
Size: 114880
SHA256: 56c900ea9560f2a2faa979b5aea36ec59ae6e8773fd5eb6c3e64e95bfce7373b
SHA1: f88a3db40248ad11f5a3bac842b277aa51432289
MD5sum: 97744112a3145c7c3b9337f6d311c525
Description: Python 3 module for PostgreSQL
 psycopg is a PostgreSQL database adapter for the Python3 programming language
 (just like pygresql and popy.) This is version 2, a complete rewrite of the
 original code to provide new-style classes for connection and cursor objects
 and other sweet candies. Like the original, psycopg 2 was written with the
 aim of being very small and fast, and stable as a rock.
 .
 psycopg is different from the other database adapter because it was designed
 for heavily multi-threaded applications that create and destroy lots of
 cursors and make a conspicuous number of concurrent INSERTs or UPDATEs.
 psycopg 2 also provides full asynchronous operations for the really brave
 programmer.
 .
 The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0
 and being thread safe at level 2. It also includes some extensions to the
 standard DBAPI-2.0 to allow for better thread performance.
Timestamp: 2020-04-23 14:47:13+00

Package: python3-psycopg2-dbg
Source: psycopg2
Version: 2.8.5-1~pgdg+1
Architecture: arm64
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Installed-Size: 316
Depends: python3-dbg, python3-psycopg2 (= 2.8.5-1~pgdg+1), libc6 (>= 2.17), libpq5 (>= 10~~)
Homepage: http://initd.org/projects/psycopg
Priority: optional
Section: debug
Filename: pool/main/p/psycopg2/python3-psycopg2-dbg_2.8.5-1~pgdg+1_arm64.deb
Size: 82304
SHA256: 246dc1444fa9097ae7b7050cfc20a062dc3a4c4ea9a8b51572f791d2b433aece
SHA1: 0a91ad87a2af960462ed05965f504e793cabdead
MD5sum: cbb1a22bb28328da4ed548ec0c95bbc3
Description: Python 3 module for PostgreSQL (debug extension)
 psycopg is a PostgreSQL database adapter for the Python3 programming language
 (just like pygresql and popy.) This is version 2, a complete rewrite of the
 original code to provide new-style classes for connection and cursor objects
 and other sweet candies. Like the original, psycopg 2 was written with the
 aim of being very small and fast, and stable as a rock.
 .
 This package contains the extensions built for the Python debug interpreter.
Timestamp: 2020-04-23 14:47:13+00

Package: postgresql-9.2-pgespresso
Source: pgespresso
Version: 1.2-3.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 29
Depends: libc6 (>= 2.17), 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-3.pgdg+1_arm64.deb
Size: 6780
SHA256: 223ae847c4ec6ffad7306798f0ab5f98fa0277f57c58ca6d1daaea6d602630f9
SHA1: 9265507920ac29ec158c0f03bb0d6a1baed55863
MD5sum: 27ccb16a6363ccc9d794fea1aabc3175
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.
Timestamp: 2020-04-24 16:52:35+00

Package: postgresql-9.2-pgespresso-dbgsym
Source: pgespresso
Version: 1.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 29
Depends: postgresql-9.2-pgespresso (= 1.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgespresso/postgresql-9.2-pgespresso-dbgsym_1.2-3.pgdg+1_arm64.deb
Size: 14688
SHA256: 1d99fa0bb3bfb72c94ce8dca297ca8b136ab45dd667c0c51d63349cef532004b
SHA1: c43b1a3ab37107efd4f508f5e45acc6e8488bd3a
MD5sum: 096edb6fcbd0d1c19de67fd4e57094b7
Description: debug symbols for postgresql-9.2-pgespresso
Build-Ids: 2fdc7886f955e1d87f95b39db15cdc1f1339e5bf
Timestamp: 2020-04-24 16:52:35+00

Package: postgresql-9.3-pgespresso
Source: pgespresso
Version: 1.2-3.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 29
Depends: libc6 (>= 2.17), 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-3.pgdg+1_arm64.deb
Size: 6748
SHA256: a37d441584a257641ccdf12806d4c3a9c664762ee5aac8df6b2881239549d47e
SHA1: 0391f54ef8141a8e58a54c9a136178e511b6e079
MD5sum: dd635a418e070f276e615865282fa9ea
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.
Timestamp: 2020-04-24 16:52:35+00

Package: postgresql-9.3-pgespresso-dbgsym
Source: pgespresso
Version: 1.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 29
Depends: postgresql-9.3-pgespresso (= 1.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgespresso/postgresql-9.3-pgespresso-dbgsym_1.2-3.pgdg+1_arm64.deb
Size: 14884
SHA256: 33aa4ae1346a82a2670927d72e365de7864a5c37c19271af0bbab574aa5a0b7f
SHA1: ed16f7ad2af0622bc7256f8a020e658e3fb3ee8a
MD5sum: 3136f8a0d6a79d5a628035a5869b9faa
Description: debug symbols for postgresql-9.3-pgespresso
Build-Ids: c33fc5a7d10a7f99364440e6d9f0de38bb2ecb4c
Timestamp: 2020-04-24 16:52:35+00

Package: postgresql-9.4-pgespresso
Source: pgespresso
Version: 1.2-3.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 29
Depends: libc6 (>= 2.17), 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-3.pgdg+1_arm64.deb
Size: 6748
SHA256: 5cda8ee5f1bb91c2563a442776673467943c6b1f4e159a8df9bde32191f20005
SHA1: d01d264684d13eeea7f532a2280a5262fe779e12
MD5sum: d6f0e4586f984cf2aa9062ea009c8776
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.
Timestamp: 2020-04-24 16:52:35+00

Package: postgresql-9.4-pgespresso-dbgsym
Source: pgespresso
Version: 1.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 29
Depends: postgresql-9.4-pgespresso (= 1.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgespresso/postgresql-9.4-pgespresso-dbgsym_1.2-3.pgdg+1_arm64.deb
Size: 15012
SHA256: 9b2a4c107e21a2e7afc25d7aa76d9d1ad0472b7d360b54e434f1651fa20e5f5c
SHA1: 2e21cdcec40d89c5007ee9304302bfbda68606b4
MD5sum: 9968fdd7e13fb2150867bb7a9fa7007d
Description: debug symbols for postgresql-9.4-pgespresso
Build-Ids: b5f9604a0ca721ceffb0788e2a5c440456a87b99
Timestamp: 2020-04-24 16:52:35+00

Package: pgbackrest
Version: 2.26-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 813
Depends: postgresql-common, libc6 (>= 2.17), liblz4-1 (>= 0.0~r127), libpq5, libssl1.1 (>= 1.1.0), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.26-1.pgdg+1_arm64.deb
Size: 260448
SHA256: afebea5483ef30799c604b92e3f7ca6f190cd8852ebfd512cff90d40e874ef79
SHA1: 391ef16d8af881d31e7b306ef58153a6c2b6fb2e
MD5sum: ee5f5ef4b089a56883e4e7f75b9c0d56
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.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2020-04-26 12:52:38+00

Package: pgbackrest-dbgsym
Source: pgbackrest
Version: 2.26-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1043
Depends: pgbackrest (= 2.26-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.26-1.pgdg+1_arm64.deb
Size: 890592
SHA256: 7957532981d6f010b5b0ca5646227e3fc16fa56cc4ac28238dcef3bbda832b9f
SHA1: ff4a21a27816d7610d9522ac632ffdee0f0ef5e8
MD5sum: a76dc78f981416cbf9d9c5ed7aa7db4d
Description: debug symbols for pgbackrest
Build-Ids: ea459a3cc297bc917ec89922cd669a9827ab07f1
Timestamp: 2020-04-26 12:52:38+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.26-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1222
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.26-1.pgdg+1_all.deb
Size: 102980
SHA256: a8e041e6d1a7bdedc4d955c061e439d698b55631c8d8126e3399ece4c98d09b1
SHA1: 9c2f1256f3c9c7e3b33a7bfaf47827052cf1ccc5
MD5sum: 4513a217dad981ea0ae047174c539d07
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2020-04-26 12:52:38+00

Package: libpg-perl
Version: 1:2.1.1-9~pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: perl (>= 5.30.0-10), perlapi-5.30.0, libc6 (>= 2.17), libpq5
Multi-Arch: same
Priority: optional
Section: perl
Filename: pool/main/libp/libpg-perl/libpg-perl_2.1.1-9~pgdg+1_arm64.deb
Size: 35880
SHA256: b643c880c2ddbd6dee8cc23d77751e4d65eb8b52cf66903918d0b339afd441be
SHA1: 83bcab70df212312450d81db04f528bbdab11b58
MD5sum: e415b77d9fd7d703cc0ec40925e1e800
Description: PostgreSQL interface for Perl
 This library enables Perl scripts to communicate with the PostgreSQL database
 backend.
 .
 This is a very old driver, newer applications should use DBI and DBD::Pg
 (libdbd-pg-perl) instead.
Timestamp: 2020-04-30 12:22:43+00

Package: libpg-perl-dbgsym
Source: libpg-perl
Version: 1:2.1.1-9~pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: libpg-perl (= 1:2.1.1-9~pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libp/libpg-perl/libpg-perl-dbgsym_2.1.1-9~pgdg+1_arm64.deb
Size: 70624
SHA256: 5632d131357d55e1a6e1112ce34492a0995b9ad7bd5b2cb2d86b577f3b460517
SHA1: c43afe11927585bb30c64fac891f938a261d2c21
MD5sum: 14900bdf1253204891f3145044e2611d
Description: debug symbols for libpg-perl
Build-Ids: e9e5484ccf661c3cf218047dc6ebb8eaa99f1e1c
Timestamp: 2020-04-30 12:22:43+00

Package: libpostgresql-jdbc-java
Source: libpgjava
Version: 42.2.12-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 891
Conflicts: libpg-java (<= 9.1-901-1), libpgjava (<= 7.4.7-3)
Replaces: libpg-java (<= 9.1-901-1), libpgjava
Provides: libpg-java, libpgjava
Built-Using: libscram-java (= 1.0.0~beta.2-3.pgdg+1)
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: java
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java_42.2.12-1.pgdg+1_all.deb
Size: 817236
SHA256: 43a42feec9d7340b6d385409ed3e937d814f100026a01ac7d97656fc143514fc
SHA1: 5be22bdc535aa527929251bd0386ee6e698f5b2c
MD5sum: b54a73e4b13a3472ae7a2b3ad23b6d65
Description: Java database (JDBC) driver for PostgreSQL
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
Timestamp: 2020-04-30 12:22:43+00

Package: libpostgresql-jdbc-java-doc
Source: libpgjava
Version: 42.2.12-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 10791
Depends: default-jdk-doc
Conflicts: libpg-java-doc (<= 8.4-702-1)
Replaces: libpg-java-doc
Provides: libpg-java-doc
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java-doc_42.2.12-1.pgdg+1_all.deb
Size: 633548
SHA256: 8f02f4dcf6f3c41d7a093eb9ea2c870cbeaa71e8c81a8fac0ba9785df76bc49b
SHA1: 50a2efa9276c89d2d92bb0bb42c5d9c807daee31
MD5sum: 4f796b745f2c36e94acca8e6b6a35bf4
Description: Java database (JDBC) driver for PostgreSQL (documentation)
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
 .
 This package contains the documentation.
Timestamp: 2020-04-30 12:22:43+00

Package: patroni
Version: 1.6.4-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 602
Depends: python3-cdiff, python3-click (>= 4.1), python3-dateutil, python3-pkg-resources, python3-prettytable (>= 0.7), python3-psutil, python3-six (>= 1.7), python3-tzlocal, python3-urllib3, python3-yaml, python3:any (>= 3.5~), lsb-base (>= 3.0-6), python3-psycopg2, python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_1.6.4-2.pgdg+1_all.deb
Size: 122288
SHA256: 4be81aff5209d9e272722d9c7015abfd77190692a02b5caed68597eb35cff998
SHA1: 027d0da3f1a9c9ef892cf4f294ac8f6d78433daa
MD5sum: 83fe5093b3d046194eb9f97f3db8b710
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2020-04-30 12:22:43+00

Package: patroni-doc
Source: patroni
Version: 1.6.4-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 703
Depends: libjs-sphinxdoc (>= 1.0), sphinx-rtd-theme-common (>= 0.4.3+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_1.6.4-2.pgdg+1_all.deb
Size: 98844
SHA256: 53057e06f578c6e3c8324baac1e60eacf314f067452a4bf83b3fcd7fa82de9dc
SHA1: e214197c48abca1a90288484d0637f876505c62e
MD5sum: e2191de9db8abee7e653a7b3ee6f64c5
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2020-04-30 12:22:43+00

Package: pg-rage-terminator-9.4
Source: pg-rage-terminator
Version: 0.1.7-3.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 25
Depends: libc6 (>= 2.17), 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.7-3.pgdg+1_arm64.deb
Size: 6536
SHA256: 673a644889f817d4208112d4f83b8ffc59f507b2dcda7a6c3f47536e736b0548
SHA1: fa9c4538dd609b50aeb4893c0e41012d47da05e9
MD5sum: 9176285c3504649b4d3b8973ee5fb059
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2020-04-30 12:22:43+00

Package: pg-rage-terminator-9.4-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 35
Depends: pg-rage-terminator-9.4 (= 0.1.7-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-9.4-dbgsym_0.1.7-3.pgdg+1_arm64.deb
Size: 20948
SHA256: 84fe81d6f8d2cdad5fc566537a25d9e118c63527e161ade33e0d9d1f65973dec
SHA1: 8931625a930bf0abac557e833a842a7888ab2eb3
MD5sum: 13a7039def5c3318447925d4b6c3ff9d
Description: debug symbols for pg-rage-terminator-9.4
Build-Ids: 7b5786f9256d9edb838eb12fef104dc4f057ab52
Timestamp: 2020-04-30 12:22:43+00

Package: pgbouncer
Version: 1.13.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 501
Depends: lsb-base (>= 3.1), postgresql-common (>= 26), libc-ares2 (>= 1.12), libc6 (>= 2.26), libevent-2.1-7 (>= 2.1.8-stable), libpam0g (>= 0.99.7.1), libssl1.1 (>= 1.1.0)
Suggests: python3, python3-psycopg2
Enhances: postgresql (>= 7.4)
Homepage: https://www.pgbouncer.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbouncer/pgbouncer_1.13.0-1.pgdg+1_arm64.deb
Size: 195464
SHA256: d0bf72bb1b135a39d808312e514d108289e0871d4a4db196d6f6669e97420476
SHA1: 031cdbf4108d1bd5976980b407a0f73462dc3a77
MD5sum: 95f40bdda932e0d00f391dbc94c7a867
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.
Timestamp: 2020-04-30 12:22:43+00

Package: pgbouncer-dbgsym
Source: pgbouncer
Version: 1.13.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 631
Depends: pgbouncer (= 1.13.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbouncer/pgbouncer-dbgsym_1.13.0-1.pgdg+1_arm64.deb
Size: 572420
SHA256: 947de680d474ece0fb4ad414e50c135a2b8243b898d0b505bca575323b9b07d9
SHA1: e7ebafc8ed10764387c923d3fa9f06e668bbbd3f
MD5sum: eb58597651da15fa2db91db2cf774dea
Description: debug symbols for pgbouncer
Build-Ids: e14624ef9f8f92b5523b5fe03094ddfaba21cc6c
Timestamp: 2020-04-30 12:22:43+00

Package: postgresql-10-pg-qualstats
Source: pg-qualstats
Version: 2.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 82
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-10-pg-qualstats_2.0.1-1.pgdg+1_arm64.deb
Size: 26280
SHA256: 3800124e64fc20e89c3c657d4286b4109af39d2cec2b0b6dcb072b3cb38c83ea
SHA1: 8a00418119029611536f823dc05a10e778387716
MD5sum: 1711a403758b7e71e7e2070aac26f037
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2020-04-30 12:22:43+00

Package: postgresql-10-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 87
Depends: postgresql-10-pg-qualstats (= 2.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-10-pg-qualstats-dbgsym_2.0.1-1.pgdg+1_arm64.deb
Size: 71036
SHA256: d9803847ca37d54da9362f32eefab7ddab940f76bcc850cca64bc60ee9caf5f1
SHA1: a794dc26202d2c312dbd2beb55bd871456500f1a
MD5sum: 6a1d00074358625c90e575c7d3468b43
Description: debug symbols for postgresql-10-pg-qualstats
Build-Ids: f6fe44312f0ba8bb3730de88e467bba81ed27916
Timestamp: 2020-04-30 12:22:43+00

Package: postgresql-10-pglogical
Source: pglogical
Version: 2.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 424
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-10
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-10-pglogical_2.3.1-1.pgdg+1_arm64.deb
Size: 106100
SHA256: fd3064551e1e3ef01519b53dee93865628a3f8598a592b283f553bd346145398
SHA1: 28855a0d18c85da7da47436433404386920688a9
MD5sum: 64023a88ca4a82fc18490648dc6563a3
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2020-04-30 12:22:43+00

Package: postgresql-10-pglogical-dbgsym
Source: pglogical
Version: 2.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 795
Depends: postgresql-10-pglogical (= 2.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-10-pglogical-dbgsym_2.3.1-1.pgdg+1_arm64.deb
Size: 740024
SHA256: 7de25382c1320489aaa67513d523fa952bb3347d1554e4aabc857eb27cd558e1
SHA1: 72f80a3208594b9fa1c0f2965b9646107cc09943
MD5sum: ef3c63b05d770ad912959683eddc98df
Description: debug symbols for postgresql-10-pglogical
Build-Ids: 683afb36b4a243908b47f45df25053b07c099692 6bb197576178eddeaf813aa4244c5454f88504be ccad69e8a350ba65dfcd17cab50a7828a7eb1356
Timestamp: 2020-04-30 12:22:43+00

Package: postgresql-11-pg-qualstats
Source: pg-qualstats
Version: 2.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 137
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-11-pg-qualstats_2.0.1-1.pgdg+1_arm64.deb
Size: 57804
SHA256: 489950639035ec0904cc7e3d7027c1dd26597a3400d30f9ce381bebc98c4841b
SHA1: 486d1f361ee327a669813d90a92f1f6330497e4c
MD5sum: 0a41887017975ac25b12079328adb53a
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2020-04-30 12:22:43+00

Package: postgresql-11-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 83
Depends: postgresql-11-pg-qualstats (= 2.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-11-pg-qualstats-dbgsym_2.0.1-1.pgdg+1_arm64.deb
Size: 66664
SHA256: fd534836d2cf754aca49f206e3d7c90ff8f4c8b5c47f15d1be6ac5b847264d5f
SHA1: a1c99e3cb5703988bc86efa2e48d40eb1cd6beda
MD5sum: a88ded43a89e84046f7047595f27404a
Description: debug symbols for postgresql-11-pg-qualstats
Build-Ids: e5eb9327cdd01d017e968acf14f3f6291bfc3fbe
Timestamp: 2020-04-30 12:22:43+00

Package: postgresql-11-pglogical
Source: pglogical
Version: 2.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1094
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-11
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-11-pglogical_2.3.1-1.pgdg+1_arm64.deb
Size: 405352
SHA256: b97cf1cf3dd0cea299450650e9b7f1d48d4c3c351e6b5a808fd41a21fa0a1ccc
SHA1: 4ac18214962cd03522f0161b8e2501661c3fa654
MD5sum: 7aadd100034bd2e15f1e4d40ec7c040f
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2020-04-30 12:22:43+00

Package: postgresql-11-pglogical-dbgsym
Source: pglogical
Version: 2.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 761
Depends: postgresql-11-pglogical (= 2.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-11-pglogical-dbgsym_2.3.1-1.pgdg+1_arm64.deb
Size: 702284
SHA256: 1bd166db1af8c7bb33577a883ae01f734723fba45fe71cdddc2cad8c51915d16
SHA1: 891be475d7e012e8dfcfbf528e7e3577db87de7d
MD5sum: d9fa443dbbefd8686b1c0c4f5e96297b
Description: debug symbols for postgresql-11-pglogical
Build-Ids: 0f6b259648461dea4515cb3f62be800bceab4ac0 a7a041426b671a29e57966681f1c20138c42b4c4 f925ea35467fa9075ed4b9704d31a51affaa1807
Timestamp: 2020-04-30 12:22:43+00

Package: postgresql-12-pg-qualstats
Source: pg-qualstats
Version: 2.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 135
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-12-pg-qualstats_2.0.1-1.pgdg+1_arm64.deb
Size: 57012
SHA256: d9e6299deef894c0421e25f8ce641364dc5c88a28bf3950877365c4509f6dd65
SHA1: 59a3ea1694b3d264ea5d7d7692abd2b7f1664c32
MD5sum: 3b959c556273771fc8d654de741e282b
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2020-04-30 12:22:43+00

Package: postgresql-12-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 84
Depends: postgresql-12-pg-qualstats (= 2.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-12-pg-qualstats-dbgsym_2.0.1-1.pgdg+1_arm64.deb
Size: 67916
SHA256: 81bbedaa0824cb77f75265948d3de67d973aa7b4a6bb6b73bc78f6bd86c107ed
SHA1: d1411b356e45a42c5fda561c3bdb7d3788470e36
MD5sum: 674633be566b8d65d50be3ab23a0d231
Description: debug symbols for postgresql-12-pg-qualstats
Build-Ids: 8d1196227ec4e94497885a5bd7232c7360bab341
Timestamp: 2020-04-30 12:22:43+00

Package: postgresql-12-pglogical
Source: pglogical
Version: 2.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1080
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-12
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-12-pglogical_2.3.1-1.pgdg+1_arm64.deb
Size: 413144
SHA256: 8f124902e2f7ca8be30ce382f2c2a78676c36afbe68a7f377b937f0b06b579af
SHA1: 1e362dae2891cf9cb9fdd6698c1fcce7b4f64cbb
MD5sum: ab4726212811aa7d6749a2cd8e28b699
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2020-04-30 12:22:43+00

Package: postgresql-12-pglogical-dbgsym
Source: pglogical
Version: 2.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 890
Depends: postgresql-12-pglogical (= 2.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-12-pglogical-dbgsym_2.3.1-1.pgdg+1_arm64.deb
Size: 838800
SHA256: 276bf3905fa76c9f5ab806da7a693ed5905a584cf51467e9bbcf0e65d93461d3
SHA1: 95677e9bbb9e53f8222b2187429e02a9a12e4da0
MD5sum: 4f8627b77169d290da2fb5a57c8e3c9f
Description: debug symbols for postgresql-12-pglogical
Build-Ids: 0c4c9faff616a0cb48953e19f36c961e8ef954d1 111e46a8b5645356e7ebbec1a63849299f795bb5 ee94124ce84b7b2d4280acaafb9b92b682dff16e
Timestamp: 2020-04-30 12:22:43+00

Package: postgresql-9.4-hypopg
Source: hypopg
Version: 1.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 61
Depends: libc6 (>= 2.17), postgresql-9.4
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-9.4-hypopg_1.1.3-1.pgdg+1_arm64.deb
Size: 18280
SHA256: 278da2e0b32e7eebebd8ed4151829cbefee31ca3d6a69b034b64093357eec91d
SHA1: a256dab957d1eea660419d268c9111c15e07df9a
MD5sum: c656a9f5ce42113a621f7ae96f33390c
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2020-04-30 12:22:43+00

Package: postgresql-9.4-hypopg-dbgsym
Source: hypopg
Version: 1.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 108
Depends: postgresql-9.4-hypopg (= 1.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-9.4-hypopg-dbgsym_1.1.3-1.pgdg+1_arm64.deb
Size: 89012
SHA256: cb7821e56cdd9e09baeffa300137e61d3d3b25eed61c8677a89b534605cbea59
SHA1: 28aa597e1ee870f0b172361861f18706cf910339
MD5sum: d6e6efff8dae31c20a0bef8606bd356f
Description: debug symbols for postgresql-9.4-hypopg
Build-Ids: 6e9df2a3ac580b85e363f425cc435abd07c2238c
Timestamp: 2020-04-30 12:22:43+00

Package: postgresql-9.4-jsquery
Source: jsquery
Version: 1.1.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-9.4, libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-9.4-jsquery_1.1.1-2.pgdg+1_arm64.deb
Size: 41352
SHA256: 6bb37c2d26af3a1cec6a3b210df9949439842728a3e4703b0f43ae6f9bf19461
SHA1: c6ea469cdf1034d17fc9282ce3b0957e662344ac
MD5sum: 3c33fec9ea89f6e10c624bb8dc7f47b3
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2020-04-30 12:22:43+00

Package: postgresql-9.4-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-9.4-jsquery (= 1.1.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-9.4-jsquery-dbgsym_1.1.1-2.pgdg+1_arm64.deb
Size: 113896
SHA256: 7d6a40480a62c862d86ee27faafde4c0c3f07b059ce44bec6aa4b01151b21d22
SHA1: 03fdaa46937ff4e30b036668c8e1a7c307f20b32
MD5sum: d20d07e6d359cc7e7729b054eef33d6e
Description: debug symbols for postgresql-9.4-jsquery
Build-Ids: ea2bacbf81b0aa38a4b970ac1f30b30cebce31e5
Timestamp: 2020-04-30 12:22:43+00

Package: postgresql-9.4-pg-checksums
Source: pg-checksums
Version: 1.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: libc6 (>= 2.17), postgresql-9.4
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-9.4-pg-checksums_1.0-3.pgdg+1_arm64.deb
Size: 20896
SHA256: 5eec187edcf753370c52c935c01c96a5d4a328ecb4f9a2449ea796d49b5f2ee5
SHA1: 9cf9dbd5bd89d5027196167c5ab491eb75ba53e4
MD5sum: a443309eae811914dba95d0585a0ff1a
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums can activate or deactivate data checksums as long at the database
 cluster is shutdown cleanly. Activating checksums requires all database blocks
 to be read and all page headers to be updated, so can take a long time on a
 large database. Deactivating checksums only requires the cluster control file
 to be updated so is quick.
 .
 In addition, pg_checksums can verify the checksums in an offline cluster.
Timestamp: 2020-04-30 12:22:43+00

Package: postgresql-9.4-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-9.4-pg-checksums (= 1.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-9.4-pg-checksums-dbgsym_1.0-3.pgdg+1_arm64.deb
Size: 30676
SHA256: 5267f89a8897cfe6b962166f018854bdf1e919b2265f73c14bbb86b0a3a43d3e
SHA1: 2282b10ab42a1339389e9e1205486d4cbfaf9953
MD5sum: 6918d7e5b5af5db1af2bcb0552d40ffa
Description: debug symbols for postgresql-9.4-pg-checksums
Build-Ids: 507b5516ab7bb482438b3a5939f0802428c1fe95
Timestamp: 2020-04-30 12:22:43+00

Package: postgresql-9.4-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.1.1-3.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 47
Depends: libc6 (>= 2.17), postgresql-9.4, postgresql-contrib-9.4
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-9.4-pg-stat-kcache_2.1.1-3.pgdg+1_arm64.deb
Size: 13428
SHA256: b73bd26d6d3af2f56f95f474fe977afe5d65fb9ab486ca44244a8d22bc610d94
SHA1: f7e5ad36c5f8d936d2cb4eb1db618d8b0540e5be
MD5sum: 8d42b6b47f4898826c0dc140d89e42aa
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2020-04-30 12:22:43+00

Package: postgresql-9.4-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.1.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 49
Depends: postgresql-9.4-pg-stat-kcache (= 2.1.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-9.4-pg-stat-kcache-dbgsym_2.1.1-3.pgdg+1_arm64.deb
Size: 33380
SHA256: 2fd26ad15b5a44cfb7a793dd21c085788a5c6accb6b65ce2cf7fec894d7a3b5d
SHA1: a5733854763e753b0498bfac8499a8040f71e3bb
MD5sum: ed87b2d34fcad02249e8312a6c24c8bf
Description: debug symbols for postgresql-9.4-pg-stat-kcache
Build-Ids: 5e8ece11fe7edf58650412e87763d50512561383
Timestamp: 2020-04-30 12:22:43+00

Package: postgresql-9.4-pgfincore
Source: pgfincore
Version: 1.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: libc6 (>= 2.17), postgresql-9.4
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-9.4-pgfincore_1.2.2-1.pgdg+1_arm64.deb
Size: 15036
SHA256: 8f414ad213132e6056302d3fb22e481318acbf6b85f27dfee26de5233941da4f
SHA1: b32ef1814b377c015ff0e8b6d8aaf93c9ebeca39
MD5sum: 187d668b7385e5503098eed1f4a29c61
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.
Timestamp: 2020-04-30 12:22:43+00

Package: postgresql-9.4-pgfincore-dbgsym
Source: pgfincore
Version: 1.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-9.4-pgfincore (= 1.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-9.4-pgfincore-dbgsym_1.2.2-1.pgdg+1_arm64.deb
Size: 35200
SHA256: 5c550f65a7c3d4c3dd146a89d29fe32ff5fad2b1e71b10b448990903e0495209
SHA1: 1164560c866e7c0a518ceab3d74b5ad0cefaee37
MD5sum: 959347dd201558d3d93146bec8b401aa
Description: debug symbols for postgresql-9.4-pgfincore
Build-Ids: b55906869c7cf05401620bddacf82a3779d52ba5
Timestamp: 2020-04-30 12:22:43+00

Package: postgresql-9.4-prefix
Source: prefix
Version: 1.2.9-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: libc6 (>= 2.17), postgresql-9.4
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-9.4-prefix_1.2.9-2.pgdg+1_arm64.deb
Size: 21420
SHA256: 262f526a151414aaa0532360947f4fb83d0e797a94128057005d2c6a4a01f863
SHA1: a517df6d61c7ca45833e11718a3833b5755862eb
MD5sum: b4a44d8c62cc104f0433eecc79cad8d3
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.
Timestamp: 2020-04-30 12:22:43+00

Package: postgresql-9.4-prefix-dbgsym
Source: prefix
Version: 1.2.9-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-9.4-prefix (= 1.2.9-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-9.4-prefix-dbgsym_1.2.9-2.pgdg+1_arm64.deb
Size: 50780
SHA256: fdbecc445893c893a0ff900b2ae78ccef8aa83be5d04bda8861655c839abe72a
SHA1: 6254a19bd76ad7bb34d2f756c9ef7edc36ad4824
MD5sum: 908f81d61fbf6de187fa31fcc27318b9
Description: debug symbols for postgresql-9.4-prefix
Build-Ids: 618ca8fd1ca5892f18d1546c9ce45304dc59dfa6
Timestamp: 2020-04-30 12:22:43+00

Package: postgresql-9.5-pg-qualstats
Source: pg-qualstats
Version: 2.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 82
Depends: libc6 (>= 2.17), postgresql-9.5
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-9.5-pg-qualstats_2.0.1-1.pgdg+1_arm64.deb
Size: 25980
SHA256: 355ab8eada19760a898cd6c90797883c56c4f6ecfa23fb223cdbcbc6d737f25c
SHA1: c59cc5686a36d98bd926c71638bf92bc9cf588dd
MD5sum: 5e609ea8f3deb275577b33696fff29a7
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2020-04-30 12:22:43+00

Package: postgresql-9.5-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 73
Depends: postgresql-9.5-pg-qualstats (= 2.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-9.5-pg-qualstats-dbgsym_2.0.1-1.pgdg+1_arm64.deb
Size: 56412
SHA256: c48b800453f58227ad4e22288ffb7afff560388f1793204a4ccedcabce3da1a8
SHA1: 784e2c071f30c7c91558177da59ed738338e0002
MD5sum: 35d65a8340378f722c0c81f3ec057ed2
Description: debug symbols for postgresql-9.5-pg-qualstats
Build-Ids: 07062bdc6dc8d5aa63620026a672b4667ec4907b
Timestamp: 2020-04-30 12:22:43+00

Package: postgresql-9.5-pglogical
Source: pglogical
Version: 2.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 427
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-9.5
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-9.5-pglogical_2.3.1-1.pgdg+1_arm64.deb
Size: 107032
SHA256: cf5c7d00f60522bf06040e9bb1c1b6f8707ef5ac11b6cf216f1eefcd6178cd26
SHA1: 26e06028aea1269a4b24150fb4d028183fa3c737
MD5sum: e38a04bb48bcbdff7ab32feecbfc66c6
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2020-04-30 12:22:43+00

Package: postgresql-9.5-pglogical-dbgsym
Source: pglogical
Version: 2.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 704
Depends: postgresql-9.5-pglogical (= 2.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-9.5-pglogical-dbgsym_2.3.1-1.pgdg+1_arm64.deb
Size: 633536
SHA256: 8228987575d6a2e645bf28fb020759bbe64da102fb96ecf1bd8eff68f9b6f975
SHA1: d20d12f29c249bbba8a219a1290932f8f69fac33
MD5sum: fa1f2a5033079fb714c3f5ceb5b8595a
Description: debug symbols for postgresql-9.5-pglogical
Build-Ids: 5963fd5fe0c98617f14a3b70bdc467dfcb4f828d b2cf873096f74be8ed956402aa638a810b194485 d7e8e9e9b86de42b66e8d1d45b68d939a02c4cb9
Timestamp: 2020-04-30 12:22:43+00

Package: postgresql-9.6-pg-qualstats
Source: pg-qualstats
Version: 2.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 82
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-9.6-pg-qualstats_2.0.1-1.pgdg+1_arm64.deb
Size: 26288
SHA256: 60cd5b45b4af54cee9b083802cac68e3ad8736641173596fee659a1b78f7fa27
SHA1: 2995f8c6b53d2e04cdada27b42b09f4056e3ee3b
MD5sum: 2bf1620cc350babf424b55bf9c6fad58
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2020-04-30 12:22:43+00

Package: postgresql-9.6-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 79
Depends: postgresql-9.6-pg-qualstats (= 2.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-9.6-pg-qualstats-dbgsym_2.0.1-1.pgdg+1_arm64.deb
Size: 62636
SHA256: 06610a1f19f229ef9e838eff7943387cf0586075a21d2a46d15dce022aee6724
SHA1: ec69933a3399847a2f580297da2dba0570b14a0e
MD5sum: 1229f8685a4ab3c294f09959eaaab23f
Description: debug symbols for postgresql-9.6-pg-qualstats
Build-Ids: 3f17ccba7bab084a321287485ed0970ddd0c5d4f
Timestamp: 2020-04-30 12:22:43+00

Package: postgresql-9.6-pglogical
Source: pglogical
Version: 2.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 424
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-9.6
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-9.6-pglogical_2.3.1-1.pgdg+1_arm64.deb
Size: 105952
SHA256: 1206ab6c7090d7ef966429c68c63ae59c79f27afe950c9d81c9c35ab8b366eff
SHA1: de65ce07106a407f822e13c28a87fe0240b723ab
MD5sum: 8a9a6fbf9b89dbb688299538a5fa689d
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2020-04-30 12:22:43+00

Package: postgresql-9.6-pglogical-dbgsym
Source: pglogical
Version: 2.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 743
Depends: postgresql-9.6-pglogical (= 2.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-9.6-pglogical-dbgsym_2.3.1-1.pgdg+1_arm64.deb
Size: 678216
SHA256: 14438e6cd391d30d4707ecb92e80c84a3b2cc4894725e6d5d8fe75ed11b283ee
SHA1: 573245c25078fbda76fe86712a02a2c85a7f0869
MD5sum: 41cf2c53232482b528f676302d0b3416
Description: debug symbols for postgresql-9.6-pglogical
Build-Ids: 017670df15ac7266d0633741f3a24985be3a3110 76de4c086b5604fd0fa1f167e27f64f79e439e22 7bc5fc13722eda5ad8841a57706abfc157409108
Timestamp: 2020-04-30 12:22:43+00

Package: libecpg-compat3
Source: postgresql-9.1
Version: 9.1.24-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libecpg-compat3_9.1.24-7.pgdg+1_arm64.deb
Size: 36140
SHA256: 7d2fc3a95509543b73e3d1e6e63a0f8456a9e28ba9d2e1662d031e245378ce47
SHA1: 484834dd636f87257b50aa3272c0754eb62484b9
MD5sum: 63a70e2043588498871975785999190c
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.
Timestamp: 2020-05-04 19:36:35+00

Package: libecpg-dev
Source: postgresql-9.1
Version: 9.1.24-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1025
Depends: libc6 (>= 2.17), libpq-dev, libecpg6 (= 9.1.24-7.pgdg+1), libecpg-compat3 (= 9.1.24-7.pgdg+1), libpgtypes3 (= 9.1.24-7.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libdevel
Filename: pool/9.1/p/postgresql-9.1/libecpg-dev_9.1.24-7.pgdg+1_arm64.deb
Size: 218848
SHA256: e7bc51fdf4e9a278ffe966eae2939195272f618e6eb57f237efa7f51ddf5539d
SHA1: cf587b62b787afe454dd9521c01aacb1801c3138
MD5sum: 84183f6ae087d53d70c61220e4f4d02a
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).
Timestamp: 2020-05-04 19:36:35+00

Package: libecpg6
Source: postgresql-9.1
Version: 9.1.24-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 389
Depends: libc6 (>= 2.17), libpgtypes3, libpq5
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libecpg6_9.1.24-7.pgdg+1_arm64.deb
Size: 96032
SHA256: 9d6118454997bd69761b33c9de332d9f010f941af2517f005ee5d8efe764cf75
SHA1: 97047e7bd850be04d0f3bf46997e28b244d3bfb9
MD5sum: f1d239c5d065f915efda4452cce289de
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.
Timestamp: 2020-05-04 19:36:35+00

Package: libpgtypes3
Source: postgresql-9.1
Version: 9.1.24-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libpgtypes3_9.1.24-7.pgdg+1_arm64.deb
Size: 57280
SHA256: 9a8cd670fdf7acf6cf29aa4b0bf3b87fa358fdbec7f5ea589ec687d1fde481b4
SHA1: 7cf9156baa3ccc185117fc0ee93b1f00b2ecde8e
MD5sum: 6d727b0d6db89e5f34c8363efedd6574
Description: shared library libpgtypes for PostgreSQL 9.1
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-05-04 19:36:35+00

Package: libpq-dev
Source: postgresql-9.1
Version: 9.1.24-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 909
Depends: libc6 (>= 2.17), libpq5 (= 9.1.24-7.pgdg+1)
Suggests: postgresql-doc-9.1
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libdevel
Filename: pool/9.1/p/postgresql-9.1/libpq-dev_9.1.24-7.pgdg+1_arm64.deb
Size: 193396
SHA256: 47b45c4b96754b896605512a420a565fd6dd2bfd1502a5bd0c1813f72782c20d
SHA1: 89b48dbc024de0fc556a070cf52ae3040e62be4b
MD5sum: 86fd5c159f2d5c3a9a18089540dda095
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.
Timestamp: 2020-05-04 19:36:35+00

Package: libpq5
Source: postgresql-9.1
Version: 9.1.24-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 534
Depends: libc6 (>= 2.17), libcom-err2 (>= 1.43.9), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap-2.4-2 (>= 2.4.7)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libpq5_9.1.24-7.pgdg+1_arm64.deb
Size: 135176
SHA256: cb50dbefed095920543f62f0d84e26cdb2f63692461fa955a908fcec39b1fe79
SHA1: 2e513630c45d09877c45c4dce47d1b881a76b4a8
MD5sum: 83fc0b6a0b9afa22ac6bf0f79e205075
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.
Timestamp: 2020-05-04 19:36:35+00

Package: postgresql-9.1
Version: 9.1.24-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17186
Depends: libc6 (>= 2.29), libcom-err2 (>= 1.43.9), libgssapi-krb5-2 (>= 1.14+dfsg), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libxml2 (>= 2.7.4), postgresql-client-9.1, postgresql-common (>= 115~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.1, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.1/postgresql-9.1_9.1.24-7.pgdg+1_arm64.deb
Size: 3305848
SHA256: 772a0adb6ea9306f4ef096ac5911bcedf22166ed361cf10e33b31a6c9871a6da
SHA1: 3dda1a0df72b7378fc42171045a978fbf5f8f617
MD5sum: 087c24f8f05e684cfbab7b3d238a9ba6
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.
Timestamp: 2020-05-04 19:36:35+00

Package: postgresql-9.1-dbg
Source: postgresql-9.1
Version: 9.1.24-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37291
Depends: postgresql-9.1 (= 9.1.24-7.pgdg+1)
Replaces: postgresql-9.0-dbg
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.1/postgresql-9.1-dbg_9.1.24-7.pgdg+1_arm64.deb
Size: 7973332
SHA256: b634c5d04d1d62c80983f41c9503b665082fe74e9c267f215caffb9814bf40dd
SHA1: 375a368416fd72dc2bd86fcfa4eb898aa22c50c8
MD5sum: 3114c2182c498c9d47969dc6f18dd1fa
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.
Timestamp: 2020-05-04 19:36:35+00

Package: postgresql-client-9.1
Source: postgresql-9.1
Version: 9.1.24-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4154
Depends: libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.0~), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 115~), sensible-utils
Suggests: postgresql-9.1, postgresql-doc-9.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.24-7.pgdg+1_arm64.deb
Size: 980284
SHA256: d9972504e4cc016d66bf19823b04ea328b32e7aa243288550ac2754d2f2aa698
SHA1: 8a75303d4c9bbebac4e0de1a89ace37b4a34f63f
MD5sum: 2430357e16668e5f10b074dfb81bdb32
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.
Timestamp: 2020-05-04 19:36:35+00

Package: postgresql-contrib-9.1
Source: postgresql-9.1
Version: 9.1.24-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1778
Depends: postgresql-9.1 (= 9.1.24-7.pgdg+1), libc6 (>= 2.17), libcrypt1 (>= 1:4.1.0), libossp-uuid16, libpq5 (>= 9.0~), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4), postgresql-common (>= 115~)
Suggests: libdbd-pg-perl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.1/postgresql-contrib-9.1_9.1.24-7.pgdg+1_arm64.deb
Size: 371852
SHA256: cfb63cc3fe5d0ec098c5decc9e0a839e5bd2d200bae7765ffa16f28c5d5c80f4
SHA1: 9203b42bedba2da2ebe0326bca82fa99595e53d7
MD5sum: 990ec97b2ca46f3ee01cc8f885f9cf0a
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.
Timestamp: 2020-05-04 19:36:35+00

Package: postgresql-doc-9.1
Source: postgresql-9.1
Version: 9.1.24-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12620
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.1/postgresql-doc-9.1_9.1.24-7.pgdg+1_all.deb
Size: 1625464
SHA256: 821b723bca2360b9cebc72e7970d6b93d63d3492616e58fc73d7d3a657c2850f
SHA1: 41665504ac69f1f063cd366f0200d36f3d7d8c0a
MD5sum: fc9794900d0bcdf3e6118e8c502926aa
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.
Timestamp: 2020-05-04 19:36:35+00

Package: postgresql-plperl-9.1
Source: postgresql-9.1
Version: 9.1.24-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 252
Depends: libc6 (>= 2.17), libperl5.30 (>= 5.30.0), postgresql-9.1 (= 9.1.24-7.pgdg+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.24-7.pgdg+1_arm64.deb
Size: 75028
SHA256: d02350bede43248b564b7c63c21e565d03a52bfa42bca844e18ecc2d3a48d130
SHA1: 2b01ed4bd025e5f7191894d2ada7b7891348291d
MD5sum: 1f27028c56383b7a54664b4306d06f2d
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.
Timestamp: 2020-05-04 19:36:35+00

Package: postgresql-plpython3-9.1
Source: postgresql-9.1
Version: 9.1.24-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: libc6 (>= 2.17), libpython3.8 (>= 3.8.2), postgresql-9.1 (= 9.1.24-7.pgdg+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.24-7.pgdg+1_arm64.deb
Size: 60744
SHA256: f34c8cddb0f222b81cc35dac593e137d3f47ef33c46f8cbc1353c314c69c5bbe
SHA1: da1d2dc292fe344be8942eb89600117ec96112dc
MD5sum: f119f76fbdbabaecc5ffe3fbf7b73364
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.
Timestamp: 2020-05-04 19:36:35+00

Package: postgresql-pltcl-9.1
Source: postgresql-9.1
Version: 9.1.24-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.1 (= 9.1.24-7.pgdg+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.24-7.pgdg+1_arm64.deb
Size: 50232
SHA256: 2d7d0a4bd45d8468120cd41d60d297071ca6fb0d5209ed546418319a9c805598
SHA1: 236ae60ad03a61daa1405945b78471eece7c7686
MD5sum: f4fd6febc7d8241259ff7d46c1f0d72b
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.
Timestamp: 2020-05-04 19:36:35+00

Package: postgresql-server-dev-9.1
Source: postgresql-9.1
Version: 9.1.24-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3077
Depends: libc6 (>= 2.17), 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.24-7.pgdg+1_arm64.deb
Size: 560360
SHA256: 750fe2502cbff8e2c9768827e6251aa7ba2b7d7e53d4351b962ef2468661999c
SHA1: 357b93eb585f96c5b5113c240c89e8aabc9e1a32
MD5sum: 38e69bc6b8fc66273ec201ae78fa7a76
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.
Timestamp: 2020-05-04 19:36:35+00

Package: postgresql-doc-8.4
Source: postgresql-8.4
Version: 8.4.22-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10583
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-8.4/postgresql-doc-8.4_8.4.22-7.pgdg+1_all.deb
Size: 1344564
SHA256: 01413ce47eadb7b23f0859e0d8da8489abff9c608bd20caaa204b56b1b4288e0
SHA1: 952976b4a6371e2dca15c83154216ef3af6ca3d8
MD5sum: 16f14c846b3f7d342dddc0939445fc3b
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 8.4. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-05-06 14:34:37+00

Package: postgresql-doc-9.0
Source: postgresql-9.0
Version: 9.0.23-6.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11487
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.0/postgresql-doc-9.0_9.0.23-6.pgdg+1_all.deb
Size: 1506404
SHA256: 94dcb4b5a7fe18b24b9995c13bd693d76e6a44f520d4309427ebe028682d651b
SHA1: adf1e2028422b846fdaca21be1692622b3b1f544
MD5sum: e6c4f6bd5197be72a071eb1dc62d1849
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 9.0. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-05-06 14:34:37+00

Package: postgresql-12-pllua
Source: postgresql-pllua
Version: 1:2.0.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 889
Depends: postgresql-12, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-12-pllua_2.0.5-1.pgdg+1_arm64.deb
Size: 362676
SHA256: 1c26697b0398ed471b5144d54a286a0dca37c035f44a5c5a5692786dd88b557b
SHA1: 7d869f65cec739b828ff93b7b48d19c23fd61d05
MD5sum: 0168d8e404567a1538d7ddf21e525b53
Description: Lua procedural language for PostgreSQL 12
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2020-05-12 17:06:47+00

Package: postgresql-12-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 572
Depends: postgresql-12-pllua (= 1:2.0.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-12-pllua-dbgsym_2.0.5-1.pgdg+1_arm64.deb
Size: 521860
SHA256: 7ecad1bc2b1c09bc01a133b3314f9039b03f2d17a6ca66baf77a648d55a8c474
SHA1: 9177f6d90a4d75fed61a8384f3e75ee353a64fcd
MD5sum: 29ae63a05bafe8a4e445ce8823e21613
Description: debug symbols for postgresql-12-pllua
Build-Ids: 22ef4c11893fac991baddc6c7afb71bff11d97b0 d846043a776a0e63c1262043e999e45ce12e9f84
Timestamp: 2020-05-12 17:06:47+00

Package: postgresql-12-powa
Source: powa-archivist
Version: 4.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 454
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-12-powa_4.0.1-1.pgdg+1_arm64.deb
Size: 49016
SHA256: 388a772f2ae4f6703472417e6817a5e4e04ca8ce20dea373ebc03f9c14b90c79
SHA1: e5f649e26b1f872c7e574c93090c2cd8ed5da943
MD5sum: c1df62e642e392e6ddc90a73e16b273a
Description: PostgreSQL Workload Analyzer -- PostgreSQL 12 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.
Timestamp: 2020-05-12 17:06:47+00

Package: postgresql-12-powa-dbgsym
Source: powa-archivist
Version: 4.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-12-powa (= 4.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-12-powa-dbgsym_4.0.1-1.pgdg+1_arm64.deb
Size: 41832
SHA256: f681ca184b1653520dfc436182eb304025c7a2480aa1989e112df44a129d0681
SHA1: 133b0edad89117b2838be162ef2662113dbf5bde
MD5sum: 8ed73a428d614ff24ae54f5d3a5cd56b
Description: debug symbols for postgresql-12-powa
Build-Ids: 3143fe508c22d5a0b685c1328836cf9516893589
Timestamp: 2020-05-12 17:06:47+00

Package: postgresql-9.5-pllua
Source: postgresql-pllua
Version: 1:2.0.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 320
Depends: postgresql-9.5, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-9.5-pllua_2.0.5-1.pgdg+1_arm64.deb
Size: 102288
SHA256: 4e2db4a971a27e975c5a001c8f7d07fbab5a7914ffdc2c20ebd310cdb7841c45
SHA1: 46a418a897034be52a2319e7b4c492cd47928cbf
MD5sum: 91525c5f26763b93b49eb0f04bf6f234
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.
 .
 This package is based on pllua-ng.
Timestamp: 2020-05-12 17:06:47+00

Package: postgresql-9.5-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 505
Depends: postgresql-9.5-pllua (= 1:2.0.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-9.5-pllua-dbgsym_2.0.5-1.pgdg+1_arm64.deb
Size: 448448
SHA256: 343040bd6a382e6474316cb253ae684b0f42e99e9805600628898aefcc6fd1fa
SHA1: f7479d2afa5548d01c1051339a93c9f9a354fcb0
MD5sum: 960bcd17113ffd6a8e44f4a548ddae7c
Description: debug symbols for postgresql-9.5-pllua
Build-Ids: 57719f400783bc543523d42b01f1799181e3be57 6342f02e3c73d6658bf3bf2468e0f2b8e5324052
Timestamp: 2020-05-12 17:06:47+00

Package: postgresql-9.5-powa
Source: powa-archivist
Version: 4.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 427
Depends: libc6 (>= 2.17), postgresql-9.5
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-9.5-powa_4.0.1-1.pgdg+1_arm64.deb
Size: 34548
SHA256: 406a9624ee1cdab90e2a52a79b80a1d4f874b1e1ef7e1c931dbf5d72542205ec
SHA1: 5f60dafe5c6cdf3c429c92e7dd4bf03577331da0
MD5sum: 1ffe18c6548dea3b795583ff80a9738f
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.
Timestamp: 2020-05-12 17:06:47+00

Package: postgresql-9.5-powa-dbgsym
Source: powa-archivist
Version: 4.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-9.5-powa (= 4.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-9.5-powa-dbgsym_4.0.1-1.pgdg+1_arm64.deb
Size: 32316
SHA256: a9859da1a8d1505df923d2899f4f9b97b7497c6618c38f0974521bc60ae7abf1
SHA1: 105a7250f67a5ed0002a31d96c0e89b369f08503
MD5sum: 61509aaeec9fd54b4e39c5c22cbbfbb4
Description: debug symbols for postgresql-9.5-powa
Build-Ids: 795f652e9888cae95afe69935a30a0884f1405fc
Timestamp: 2020-05-12 17:06:47+00

Package: patroni
Version: 1.6.5-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 626
Depends: python3-cdiff, python3-click (>= 4.1), python3-dateutil, python3-pkg-resources, python3-prettytable (>= 0.7), python3-psutil, python3-six (>= 1.7), python3-urllib3, python3-yaml, python3:any (>= 3.5~), lsb-base (>= 3.0-6), python3-psycopg2, python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_1.6.5-2.pgdg+1_all.deb
Size: 127216
SHA256: 2675951a0e2b329a849e341409cfa8a4cbeca64f50800e6762607355768e09d9
SHA1: a95ed966d6152232317695069acf1b7f477a427d
MD5sum: 6a2d39299ab9b4064e3fd64d6e048f94
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2020-05-12 17:06:47+00

Package: patroni-doc
Source: patroni
Version: 1.6.5-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 724
Depends: libjs-sphinxdoc (>= 1.0), sphinx-rtd-theme-common (>= 0.4.3+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_1.6.5-2.pgdg+1_all.deb
Size: 101796
SHA256: a21a33e94059112c6818eb08470aa6e62629f38c0a0c3be2d86e9ba066fd49f0
SHA1: 22964b5834eb4eacfdab80d1be62474194b9ca4e
MD5sum: 61b155a413cb57ec9fe9fb8bf15382eb
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2020-05-12 17:06:47+00

Package: pgadmin4
Version: 4.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 460
Depends: pgadmin4-common (= 4.21-1.pgdg+1), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpython3.8 (>= 3.8.2), libqt5core5a (>= 5.5.0), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5widgets5 (>= 5.0.2), libstdc++6 (>= 5)
Homepage: https://www.pgadmin.org/
Priority: optional
Section: database
Filename: pool/main/p/pgadmin4/pgadmin4_4.21-1.pgdg+1_arm64.deb
Size: 278328
SHA256: 90dd225e107ebbbbaec8fe3fab321f46c369e7a32a6b8a75624b9955e8ffbe83
SHA1: c5a832a918ab60214f059d1ee310adbb9e701729
MD5sum: 76e63859db0004951cbe27bcd1b7b42d
Description: PostgreSQL management tool - GUI application
 pgAdmin is an open source administration and management tool for the
 PostgreSQL database. It includes a graphical administration interface, an SQL
 query tool, a procedural code debugger and much more. The tool is designed to
 answer the needs of developers, DBAs and system administrators alike.
 .
 This package installs the GUI application.
Timestamp: 2020-05-12 17:06:47+00

Package: pgadmin4-apache2
Source: pgadmin4
Version: 4.21-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: apache2 | httpd-wsgi, libapache2-mod-wsgi-py3 | httpd-wsgi, pgadmin4-common (= 4.21-1.pgdg+1), debconf (>= 0.5) | debconf-2.0
Homepage: https://www.pgadmin.org/
Priority: optional
Section: database
Filename: pool/main/p/pgadmin4/pgadmin4-apache2_4.21-1.pgdg+1_all.deb
Size: 10100
SHA256: d9ca696601a1d58fad890129edb185cdc02bfa014d2983a75b908b4e8b037a77
SHA1: 80d295ab5473e887c29f4c2a8360ed297f99073b
MD5sum: 629aaa2b97b0503209016aa4aa60481f
Description: PostgreSQL management tool - WSGI application
 pgAdmin is an open source administration and management tool for the
 PostgreSQL database. It includes a graphical administration interface, an SQL
 query tool, a procedural code debugger and much more. The tool is designed to
 answer the needs of developers, DBAs and system administrators alike.
 .
 This package installs the WSGI application for the Apache web server.
Timestamp: 2020-05-12 17:06:47+00

Package: pgadmin4-common
Source: pgadmin4
Version: 4.21-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27909
Depends: fonts-open-sans, fonts-roboto-unhinted, fonts-font-awesome, python3-cryptography, python3-dateutil, python3-flask, python3-flask-babelex, python3-flask-compress, python3-flask-gravatar, python3-flask-login, python3-flask-migrate, python3-flask-paranoid, python3-flask-security (>= 3.0.0), python3-flask-sqlalchemy, python3-ldap3, python3-psutil, python3-psycopg2 (>= 2.7.4), python3-simplejson, python3-sqlparse (>> 0.2), python3-sshtunnel, python3-werkzeug (>= 0.15), python3:any
Recommends: pgadmin4-doc, python3-psycopg2 (>= 2.8)
Conflicts: python3-pgadmin4
Replaces: python3-pgadmin4
Homepage: https://www.pgadmin.org/
Priority: optional
Section: database
Filename: pool/main/p/pgadmin4/pgadmin4-common_4.21-1.pgdg+1_all.deb
Size: 3226408
SHA256: 8a3f13db9654c7829215322e9b1f5da9dd5a04f1fe4c014da295308f7a308ef2
SHA1: 3121e8cf1bf2078030b73ed6b8ec1695c0a3bf9b
MD5sum: d4f404243c8f4e88169f35c81942c14a
Description: PostgreSQL management tool - common files
 pgAdmin is an open source administration and management tool for the
 PostgreSQL database. It includes a graphical administration interface, an SQL
 query tool, a procedural code debugger and much more. The tool is designed to
 answer the needs of developers, DBAs and system administrators alike.
 .
 This package contains the files shared by the GUI and WSGI applications.
Timestamp: 2020-05-12 17:06:47+00

Package: pgadmin4-dbgsym
Source: pgadmin4
Version: 4.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1145
Depends: pgadmin4 (= 4.21-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgadmin4/pgadmin4-dbgsym_4.21-1.pgdg+1_arm64.deb
Size: 1123788
SHA256: 3523a8531dc9b07906ecc536daedefacc78ef59308113e0c32b6db3e1e50f9dd
SHA1: 0e7a3054e22b26db2fd5d189f2fb09fe7b816dc3
MD5sum: 2fd3e5fbdf67f77676129e0b3d81ae67
Description: debug symbols for pgadmin4
Build-Ids: ccc89399508e9f27190ed92870dbc6d48b68ca74
Timestamp: 2020-05-12 17:06:47+00

Package: pgadmin4-doc
Source: pgadmin4
Version: 4.21-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26963
Depends: libjs-jquery, libjs-underscore
Homepage: https://www.pgadmin.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgadmin4/pgadmin4-doc_4.21-1.pgdg+1_all.deb
Size: 22582924
SHA256: 96c92d8be609f06a8c724fe9c79d02121c26f14bbf855b04cc992bc75d9c57c2
SHA1: c3091faea10e1d3f8e4f5c4924eff46dae2640e9
MD5sum: 7476a7930d14488480ea43fbf6636c40
Description: PostgreSQL management tool - HTML documentation
 pgAdmin is an open source administration and management tool for the
 PostgreSQL database. It includes a graphical administration interface, an SQL
 query tool, a procedural code debugger and much more. The tool is designed to
 answer the needs of developers, DBAs and system administrators alike.
 .
 This package installs the HTML documentation.
Timestamp: 2020-05-12 17:06:47+00

Package: postgresql-10-pllua
Source: postgresql-pllua
Version: 1:2.0.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 316
Depends: postgresql-10, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-10-pllua_2.0.5-1.pgdg+1_arm64.deb
Size: 101956
SHA256: 3fef4557f43bb553856b3eea1c77e6d389cbefe5aed4ce9282af01b66544f0ae
SHA1: 413382ca55ab370a40c0cf24b590fe22b515c781
MD5sum: d0fcb0be79384d58b0d06f3583e21262
Description: Lua procedural language for PostgreSQL 10
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2020-05-12 17:06:47+00

Package: postgresql-10-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 592
Depends: postgresql-10-pllua (= 1:2.0.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-10-pllua-dbgsym_2.0.5-1.pgdg+1_arm64.deb
Size: 543720
SHA256: 6140951cea69ebb9585677455bb40dd6fd5b442e395db528e53e58d02221834e
SHA1: 12a4b8f665922117c2ec0bf29825bfbc850484d0
MD5sum: 9cdef7e7f0dfb28badc7578c3b05fde0
Description: debug symbols for postgresql-10-pllua
Build-Ids: 1c9d19d6220aa4abf6063b9d81eefd7b2f9a9a2b bd68ad16a8a3794f91a45eceb6329a57b8d85bb7
Timestamp: 2020-05-12 17:06:47+00

Package: postgresql-10-powa
Source: powa-archivist
Version: 4.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 427
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-10-powa_4.0.1-1.pgdg+1_arm64.deb
Size: 34556
SHA256: 957315af4861c492d55f6c9011af4cff32a27da972299d9154dcd9e12865a131
SHA1: 2d3be3530949c2ace67003afa186c5e5c8dc739a
MD5sum: 15e825cd1c8dc751d7bcbb486e5a1494
Description: PostgreSQL Workload Analyzer -- PostgreSQL 10 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.
Timestamp: 2020-05-12 17:06:47+00

Package: postgresql-10-powa-dbgsym
Source: powa-archivist
Version: 4.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-10-powa (= 4.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-10-powa-dbgsym_4.0.1-1.pgdg+1_arm64.deb
Size: 41680
SHA256: f962f2c14bbc32322c5c3f182b2f8cad24509c19369ab14942908b92c3d57c5b
SHA1: 93484c6dfd614820c854402b7938035de7f84b24
MD5sum: 75e010cc49591552f83ae5c931d1869a
Description: debug symbols for postgresql-10-powa
Build-Ids: bfe8053498dc0755324a4f1ca34e38c6810c8817
Timestamp: 2020-05-12 17:06:47+00

Package: postgresql-11-pllua
Source: postgresql-pllua
Version: 1:2.0.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 916
Depends: postgresql-11, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-11-pllua_2.0.5-1.pgdg+1_arm64.deb
Size: 374704
SHA256: 3e5df8709e27fae2c91b51cc3a059388e400541555c8c9eff7f13eadbc200f9e
SHA1: a6ce2df10ef8583ae4320b0344bd4560f2a7238d
MD5sum: 00bdd867160d3595315f1ae069440e7f
Description: Lua procedural language for PostgreSQL 11
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2020-05-12 17:06:47+00

Package: postgresql-11-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 549
Depends: postgresql-11-pllua (= 1:2.0.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-11-pllua-dbgsym_2.0.5-1.pgdg+1_arm64.deb
Size: 496888
SHA256: f71fde77328126934fa9df6aa8831a2c4f702b65eb24c443536ba4ce02ccd404
SHA1: 53d5f54a31bef2753d760dac721981620cde23db
MD5sum: c06575a84d5c5ffd59fc0a702f6830d2
Description: debug symbols for postgresql-11-pllua
Build-Ids: 1c97465c32f06e5694ef4d5b1913638b668ecb97 c86cd194a90a3ee2d03ef33a8a3adc2c724c489f
Timestamp: 2020-05-12 17:06:47+00

Package: postgresql-11-powa
Source: powa-archivist
Version: 4.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 454
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-11-powa_4.0.1-1.pgdg+1_arm64.deb
Size: 49040
SHA256: 22fb3565196d86dc5b34885bdd6693014e362d42b15e826ba093a43320fd9264
SHA1: aa68632c91ec0bb50c0ba360e86c8a47b3f43e93
MD5sum: 730a14e84dd608b14fb6a0e6ca43990c
Description: PostgreSQL Workload Analyzer -- PostgreSQL 11 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.
Timestamp: 2020-05-12 17:06:47+00

Package: postgresql-11-powa-dbgsym
Source: powa-archivist
Version: 4.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-11-powa (= 4.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-11-powa-dbgsym_4.0.1-1.pgdg+1_arm64.deb
Size: 39532
SHA256: 90b567e9ac0a6fc37398ecb6cb43fd728deb4059bb4da28e62f41cd4265713a6
SHA1: 74aea18e6d0c3d502ead19d725a399bba73c88ad
MD5sum: 1842edc53a14e7dfcaaa0e4db6237b1e
Description: debug symbols for postgresql-11-powa
Build-Ids: 7ce37ca8e03c713c21a6c3e825ade1a83342fcb2
Timestamp: 2020-05-12 17:06:47+00

Package: postgresql-9.6-pllua
Source: postgresql-pllua
Version: 1:2.0.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 316
Depends: postgresql-9.6, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-9.6-pllua_2.0.5-1.pgdg+1_arm64.deb
Size: 102224
SHA256: 65fcc3657de03776233557d43945c18b8d39f5460027b92ce2f6bf457a952b0a
SHA1: 4f543f83f3ed4a655a07890cc3e7f352c5c18276
MD5sum: ac342fed784d6e56e4bf7f20f16d5b2e
Description: Lua procedural language for PostgreSQL 9.6
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2020-05-12 17:06:47+00

Package: postgresql-9.6-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 515
Depends: postgresql-9.6-pllua (= 1:2.0.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-9.6-pllua-dbgsym_2.0.5-1.pgdg+1_arm64.deb
Size: 460036
SHA256: 8720b8fab04d1eda874238c5d40317a95574d1e1b4d1ab2cf6e164864902ce45
SHA1: 9e3e20ed3bd10a18cf484533b690e19d75aa3529
MD5sum: 91544e86fd8a159198d0ebc9c8333d69
Description: debug symbols for postgresql-9.6-pllua
Build-Ids: 0d7e94015fb57a9defee48503a28ed990852b94c 336ffedc4f3fecdda3a4627fd15c7f6546f5f827
Timestamp: 2020-05-12 17:06:47+00

Package: postgresql-9.6-powa
Source: powa-archivist
Version: 4.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 427
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-9.6-powa_4.0.1-1.pgdg+1_arm64.deb
Size: 34544
SHA256: b2a41a695f49eddc9e74796aece5612b274dc93c694a0dfd6678ae08659bc7e4
SHA1: c8628ec817f72a3dfa0d8cd34b23edfc50d5cebc
MD5sum: 04900005a014706f71271f0ce97ca205
Description: PostgreSQL Workload Analyzer -- PostgreSQL 9.6 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.
Timestamp: 2020-05-12 17:06:47+00

Package: postgresql-9.6-powa-dbgsym
Source: powa-archivist
Version: 4.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-9.6-powa (= 4.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-9.6-powa-dbgsym_4.0.1-1.pgdg+1_arm64.deb
Size: 33324
SHA256: eb62e28c4683e1573a4fd6e4c7c17dd82b3307483df2e787efb88a8890174736
SHA1: 48460bbdeb488e2886226ee53c99863990f52bcd
MD5sum: 66d9090f3953082b0a621a077be5266c
Description: debug symbols for postgresql-9.6-powa
Build-Ids: 550102c0867f389a1f4a474a66fed27e52534e52
Timestamp: 2020-05-12 17:06:47+00

Package: pspg
Version: 3.0.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: libc6 (>= 2.17), libncursesw6 (>= 6), libpq5 (>= 9.0~), libreadline8 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_3.0.7-1.pgdg+1_arm64.deb
Size: 78520
SHA256: ecd526435be98ec88832951c2ba1332f26ca822b044981d8464c75c68b531dd5
SHA1: 6cdbc4ab47cea017d9505984d4eb6540f27b273d
MD5sum: 7cee7a1f004b5d3f2300b7d6c605f9e0
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2020-05-12 17:06:47+00

Package: pspg-dbgsym
Source: pspg
Version: 3.0.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 252
Depends: pspg (= 3.0.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_3.0.7-1.pgdg+1_arm64.deb
Size: 227880
SHA256: 277a83c1a10e54d0ccd8a843f33f27f1be0c7a5bf3a0186560bdcac5b188bfef
SHA1: a99446b7a03c3ca4fb785b711625944e7679128b
MD5sum: 2019328050c8a6d94054a59b8f040ea7
Description: debug symbols for pspg
Build-Ids: a7c5ff4c7917d888db26ed6a68c07d7393edb573
Timestamp: 2020-05-12 17:06:47+00

Package: python3-flask-security
Source: flask-security
Version: 3.4.2-1~pgdg+1
Architecture: all
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Installed-Size: 703
Depends: python3-flask, python3-flask-login, python3-flask-mail, python3-flask-principal, python3-flaskext.wtf, python3-itsdangerous, python3-passlib, python3-speaklater, python3-flask-babelex, python3:any
Homepage: https://github.com/mattupstate/flask-security
Priority: optional
Section: python
Filename: pool/main/f/flask-security/python3-flask-security_3.4.2-1~pgdg+1_all.deb
Size: 97256
SHA256: 681c3b5ccbb867b8de5cdbbbb577785f20884c020b8c64e0cf22e9ee8046f7c7
SHA1: 38282d910c0405309e5ee090f1eff8aa963e3f3b
MD5sum: 7a90c14565ac5772f668607da9e249ae
Description: Simple security for Flask apps (Python 3)
 Flask-Security allows you to quickly add common security mechanisms
 to your Flask application. They include:
 .
   * Session based authentication
   * Role management
   * Password encryption
   * Basic HTTP authentication
   * Token based authentication
   * Token based account activation (optional)
   * Token based password recovery / resetting (optional)
   * User registration (optional)
   * Login tracking (optional)
   * JSON/Ajax Support
 .
 This is the Python 3 version of the package.
Timestamp: 2020-05-12 17:06:47+00

Package: python3-speaklater
Source: speaklater
Version: 1.3-4~pgdg+1
Architecture: all
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Installed-Size: 28
Depends: python3:any
Homepage: https://github.com/mitsuhiko/speaklater
Priority: optional
Section: python
Filename: pool/main/s/speaklater/python3-speaklater_1.3-4~pgdg+1_all.deb
Size: 6136
SHA256: 2d89d2be35810d2525974e00e8e02390a302a55e79a813c7c1d57654db3760ef
SHA1: 8fde5120ae92ebf637ab90677ea89a5d8956eed3
MD5sum: 7c9a846d3108be8aded05d58d40450e7
Description: lazy string useful for translations for Python 3
 speaklater is a Python module providing an implementation of lazy strings.
 Every time a lazy string is evaluated, it changes its value based on a user
 provided callable. These lazy strings can be useful in combination with
 gettext for translations.
 .
 This package contains the Python 3 version of the module.
Timestamp: 2020-05-12 17:06:47+00

Package: libecpg-compat3
Source: postgresql-10
Version: 10.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg-compat3_10.13-1.pgdg+1_arm64.deb
Size: 19164
SHA256: 453831e1dbdffbf1d84f68512ce21a5ae8c3cb63f899108c969a23a240394040
SHA1: 344c7bb6857f2e703ef1744731beac707f3baf11
MD5sum: 48fb448225f84400fe0f8873e83d1a69
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.
Timestamp: 2020-05-14 11:00:09+00

Package: libecpg-compat3-dbgsym
Source: postgresql-10
Version: 10.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: libecpg-compat3 (= 10.13-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-compat3-dbgsym_10.13-1.pgdg+1_arm64.deb
Size: 18452
SHA256: d10554c6ffd11157155fc1b9219859da1b1c56c6e8f0f0521413769c0ceab198
SHA1: fcdabfcfa5971eea83775eeef4a41d77b353bbf7
MD5sum: 58a94201a978b202e59d4c70c2daec7a
Description: debug symbols for libecpg-compat3
Build-Ids: b1564ac9362570322c9763d66d874bca9cbef7fa
Timestamp: 2020-05-14 11:00:09+00

Package: libecpg-dev
Source: postgresql-10
Version: 10.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1217
Depends: libecpg-compat3 (= 10.13-1.pgdg+1), libecpg6 (= 10.13-1.pgdg+1), libpgtypes3 (= 10.13-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libecpg-dev_10.13-1.pgdg+1_arm64.deb
Size: 224704
SHA256: b3c87e9bbbeb0fab0cba8e6e2dd091a963d4dce85e296323cdf294b7794ce36c
SHA1: db14add6da3b96dd2335e3f39b52c98df7018f75
MD5sum: a2809e4a04e8d754a513ce5a2ad2e5ea
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).
Timestamp: 2020-05-14 11:00:09+00

Package: libecpg-dev-dbgsym
Source: postgresql-10
Version: 10.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 259
Depends: libecpg-dev (= 10.13-1.pgdg+1)
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-dev-dbgsym_10.13-1.pgdg+1_arm64.deb
Size: 215968
SHA256: 4b36dce2ceac8b51fecfa78e6a8c8fb910a0edeff41dd1393b57d7a594779b66
SHA1: 2d51dd461f191cfc333a60c18c785b0d4bdac223
MD5sum: a2ae6595ea110144b5aca2ad6dbb1e24
Description: debug symbols for libecpg-dev
Build-Ids: 140ade6d2ca795daba6002ecee1a88f4f835283f
Timestamp: 2020-05-14 11:00:09+00

Package: libecpg6
Source: postgresql-10
Version: 10.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 410
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg6_10.13-1.pgdg+1_arm64.deb
Size: 83308
SHA256: cfc76ab3430b80c476de209c2bcd0d1c9920bc5117f8529dc4ade0eda9e8f013
SHA1: d825eb2320f0204a65537cc2272d1dfa9fa50b1e
MD5sum: cd2666964e5b120533bc1dc70d02f289
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.
Timestamp: 2020-05-14 11:00:09+00

Package: libecpg6-dbgsym
Source: postgresql-10
Version: 10.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: libecpg6 (= 10.13-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg6-dbgsym_10.13-1.pgdg+1_arm64.deb
Size: 114188
SHA256: d7e76a3b62eeb00fc15b23232a0cd74ebdc49fd7496edaddd031d19949d86808
SHA1: 8ec369d30294886f027fe0e11b2fcaa88b646134
MD5sum: adc499eb1f6ba61f862e0b1f993cbae4
Description: debug symbols for libecpg6
Build-Ids: 277fcaa763f863e5ee34ea7f6633820e938a79b7
Timestamp: 2020-05-14 11:00:09+00

Package: libpgtypes3
Source: postgresql-10
Version: 10.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpgtypes3_10.13-1.pgdg+1_arm64.deb
Size: 40300
SHA256: afb98e9a382088a3adc731da28189a453ceabf9e946a4b97453075a0d88cff5f
SHA1: 2688d03e785dd78b9e78e7d17078d86fa8b05cc1
MD5sum: 1647ba04b37f8aeffcfb64e81be3e1fc
Description: shared library libpgtypes for PostgreSQL 10
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-05-14 11:00:09+00

Package: libpgtypes3-dbgsym
Source: postgresql-10
Version: 10.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: libpgtypes3 (= 10.13-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpgtypes3-dbgsym_10.13-1.pgdg+1_arm64.deb
Size: 76896
SHA256: 3841ffd4a022d0c25690a12e878df1ae65c2662a59ef6962530926612fb955c4
SHA1: 1b1a6521d3530562d5d8880953c6b0295278690c
MD5sum: 2442789efb5fbbbfc60cf379e25ddc42
Description: debug symbols for libpgtypes3
Build-Ids: 1e48892ed4e2cb4000cc66be556d168dfc37b6b0
Timestamp: 2020-05-14 11:00:09+00

Package: libpq-dev
Source: postgresql-10
Version: 10.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 675
Depends: libpq5 (= 10.13-1.pgdg+1)
Suggests: postgresql-doc-10
Breaks: postgresql-server-dev-10 (<< 10.1-2~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libpq-dev_10.13-1.pgdg+1_arm64.deb
Size: 160508
SHA256: 9a7d5eaf12315f8b8edb36990fab978390d65c13ffa8cafe198423ac2747d233
SHA1: 11b0032dafc7a475d600d8a40e36f89dab7b92e0
MD5sum: 950e2691867112fae109348b4289b872
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.
Timestamp: 2020-05-14 11:00:09+00

Package: libpq5
Source: postgresql-10
Version: 10.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 740
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpq5_10.13-1.pgdg+1_arm64.deb
Size: 162344
SHA256: aaa00e45cfd11f6370c84c412c6627985f176110118705225d609d75d0a35639
SHA1: 3d69f37a6920f03cae048fea252ce43b689dedc9
MD5sum: 6ec5d22f4d5eb0d8365e3793c5464c9a
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.
Timestamp: 2020-05-14 11:00:09+00

Package: libpq5-dbgsym
Source: postgresql-10
Version: 10.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 325
Depends: libpq5 (= 10.13-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpq5-dbgsym_10.13-1.pgdg+1_arm64.deb
Size: 290832
SHA256: 25c0d62606f9ab1955ba70fa0de689f3e444715031299aaf1e4373b092cf3179
SHA1: 90cecb41c125c4ac22ac3fc8937edcca0199ccd4
MD5sum: 66494e95b9b2c988775dad4eb059d035
Description: debug symbols for libpq5
Build-Ids: 391a5138f561657561779c91d3ad4f9c89296897
Timestamp: 2020-05-14 11:00:09+00

Package: libecpg-compat3
Source: postgresql-11
Version: 11.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg-compat3_11.8-1.pgdg+1_arm64.deb
Size: 17228
SHA256: 700a134be1f9b0fd469588c0931cf0e7cae0686d2058eeadebcd29ceb5041255
SHA1: 5a7e7baf382e79bc1f6a554831866e645811a30f
MD5sum: ede8feeb2371b1453f4daf9a7718e305
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.
Timestamp: 2020-05-14 10:59:32+00

Package: libecpg-compat3-dbgsym
Source: postgresql-11
Version: 11.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: libecpg-compat3 (= 11.8-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-compat3-dbgsym_11.8-1.pgdg+1_arm64.deb
Size: 18456
SHA256: 6b5e29de2153e0ce29cd4c9bb950189ef98c826ed5e01273e89579fb2028690b
SHA1: 076009db6f2e335a6fba078f8346c44978595bf9
MD5sum: 67a2e9993931785e300f01f444ae849d
Description: debug symbols for libecpg-compat3
Build-Ids: e812c5ae1fc56c30793636f1ebc997f589c652fd
Timestamp: 2020-05-14 10:59:32+00

Package: libecpg-dev
Source: postgresql-11
Version: 11.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1246
Depends: libecpg-compat3 (= 11.8-1.pgdg+1), libecpg6 (= 11.8-1.pgdg+1), libpgtypes3 (= 11.8-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libecpg-dev_11.8-1.pgdg+1_arm64.deb
Size: 225504
SHA256: d6b48166ae8dd7cf310e0a52b2588442e14b06482e0faeb64a4466cda6acf2a0
SHA1: c631283441a73c440d9881d5fbc0de83e4da144e
MD5sum: b40c8ce6a2b49f7337264c7032ad46e0
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).
Timestamp: 2020-05-14 10:59:32+00

Package: libecpg-dev-dbgsym
Source: postgresql-11
Version: 11.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libecpg-dev (= 11.8-1.pgdg+1)
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-dev-dbgsym_11.8-1.pgdg+1_arm64.deb
Size: 219228
SHA256: 4730478bfb9babb5723278125a72983effeec22956b24c2ce392ab3626088566
SHA1: f21db2b5bf0c38e596cd3a33bac8220831411094
MD5sum: 322755814395331d2f48fd8b43829e23
Description: debug symbols for libecpg-dev
Build-Ids: 26e16825072fc7469769cc09a13054043ce93ad0
Timestamp: 2020-05-14 10:59:32+00

Package: libecpg6
Source: postgresql-11
Version: 11.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 430
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg6_11.8-1.pgdg+1_arm64.deb
Size: 84348
SHA256: 5dce88c37e412456097d2d036ee1dc7d58b45f6e759c0dfeb112ce7d5a971f09
SHA1: f10661d8c54554673ec2c123e73a7349c6b5bac7
MD5sum: 341afe4f6a36c343f7818b8072a9574c
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.
Timestamp: 2020-05-14 10:59:32+00

Package: libecpg6-dbgsym
Source: postgresql-11
Version: 11.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: libecpg6 (= 11.8-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg6-dbgsym_11.8-1.pgdg+1_arm64.deb
Size: 114548
SHA256: da1c810fb09fb065f31aa4b5212b3a0539cdc7bd5ba4b5f83bc5ae641a61f4ed
SHA1: e680eecfaea9bc4397d2a43ac398f11261cfdcfa
MD5sum: e9ba96fa4b8bb72db614476295228bd4
Description: debug symbols for libecpg6
Build-Ids: b11d4e38485c3d1341ad16a1ccd736d6796b60d9
Timestamp: 2020-05-14 10:59:32+00

Package: libpgtypes3
Source: postgresql-11
Version: 11.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpgtypes3_11.8-1.pgdg+1_arm64.deb
Size: 38616
SHA256: 5277d4daa4b7e0107498419341e8a70739069ac8239158d7528a92fe25f40b4c
SHA1: 26e34f5ba8f0e682cbd1c3dbdba88a8eb9eb4c4e
MD5sum: c14e7a389132aa10061378a00dbd188c
Description: shared library libpgtypes for PostgreSQL 11
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-05-14 10:59:32+00

Package: libpgtypes3-dbgsym
Source: postgresql-11
Version: 11.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: libpgtypes3 (= 11.8-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpgtypes3-dbgsym_11.8-1.pgdg+1_arm64.deb
Size: 78248
SHA256: 4342e4fe38e54683a38bd18c20d17b146563b48427b5703ba30630a511b439e8
SHA1: b89ba6433e976a232ab0e7907942fd6d7b13efa8
MD5sum: edf5e0ddf90cfb6b1d428e55155acdd3
Description: debug symbols for libpgtypes3
Build-Ids: 51cb577fc92baa58d20c9517e8b324a7d909855c
Timestamp: 2020-05-14 10:59:32+00

Package: libpq-dev
Source: postgresql-11
Version: 11.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 685
Depends: libpq5 (= 11.8-1.pgdg+1)
Suggests: postgresql-doc-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libpq-dev_11.8-1.pgdg+1_arm64.deb
Size: 160676
SHA256: 1cf18ece9e4c0b1d3722493ccebb14fd654247f9931d51d975a086e5db9a92c9
SHA1: 4f1e068a07cc72429321004bc29b734b19ce3ee4
MD5sum: 31db8d6909f056dd1e0a7ab69eba0330
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.
Timestamp: 2020-05-14 10:59:32+00

Package: libpq5
Source: postgresql-11
Version: 11.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 747
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpq5_11.8-1.pgdg+1_arm64.deb
Size: 161408
SHA256: e022e6d09ded5e7a22b390a65959bb0b35fa21b2dbc63db0b9eac0bf08c1d4a3
SHA1: 8ebbafd7f5a0afa58b1b71b4afa8c381d91241b3
MD5sum: 47fbc0298780c4f801e5d340556ccaad
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.
Timestamp: 2020-05-14 10:59:32+00

Package: libpq5-dbgsym
Source: postgresql-11
Version: 11.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 332
Depends: libpq5 (= 11.8-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpq5-dbgsym_11.8-1.pgdg+1_arm64.deb
Size: 295916
SHA256: b9c21d33c28f6fac80c15626e5cab4661da447ea16b75a0411e4b382f7e73e41
SHA1: d4f36580da65afed25659fef04a7c0e5a60203e6
MD5sum: dc92aeef354c8a2c643882a0daa09252
Description: debug symbols for libpq5
Build-Ids: 693124cc33e651f8e28b89d3c9e60e3da644f152
Timestamp: 2020-05-14 10:59:32+00

Package: libecpg-compat3
Source: postgresql-9.5
Version: 9.5.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libecpg-compat3_9.5.22-1.pgdg+1_arm64.deb
Size: 21700
SHA256: 29d123f61cb016173635638a48499015de8428f5a0a465db17a65e319ceca2d4
SHA1: 5336d7e402621605db6df061e49af9c16789168d
MD5sum: 7ce264d69b7a57dccedcf18bf7375d5a
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.
Timestamp: 2020-05-14 11:00:57+00

Package: libecpg-dev
Source: postgresql-9.5
Version: 9.5.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1151
Depends: libc6 (>= 2.17), libpq-dev, libecpg6 (= 9.5.22-1.pgdg+1), libecpg-compat3 (= 9.5.22-1.pgdg+1), libpgtypes3 (= 9.5.22-1.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libdevel
Filename: pool/9.5/p/postgresql-9.5/libecpg-dev_9.5.22-1.pgdg+1_arm64.deb
Size: 220064
SHA256: fa3e80b019fabf46a1cb72e5490758fe04ab71b35b65f36613e37163926066af
SHA1: 9ce6d378d8cc4cd884851fef2eb05bc289bcffb9
MD5sum: cb1ed0e56225d9574c7d77317922120a
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).
Timestamp: 2020-05-14 11:00:57+00

Package: libecpg6
Source: postgresql-9.5
Version: 9.5.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 391
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libecpg6_9.5.22-1.pgdg+1_arm64.deb
Size: 84184
SHA256: f27e7ff44415c4e1dc8f387f792114690f61d6af5d907db2f5896299b819cb00
SHA1: 1d63ec21e96338e887b8f25cc435fc147119aae3
MD5sum: c00bfc3c02905a27d9c958f64cce3508
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.
Timestamp: 2020-05-14 11:00:57+00

Package: libpgtypes3
Source: postgresql-9.5
Version: 9.5.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libpgtypes3_9.5.22-1.pgdg+1_arm64.deb
Size: 42796
SHA256: 09d45e6001efb622cfbf95a0a50d0481670edfab1bc88d29ce6bbe58e1815297
SHA1: 5080e53f02ef81dec3c071a7413cdff80ce46517
MD5sum: a550acf9bb2c3af708af431f316e4ea1
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.
Timestamp: 2020-05-14 11:00:57+00

Package: libpq-dev
Source: postgresql-9.5
Version: 9.5.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 726
Depends: libc6 (>= 2.17), libpq5 (= 9.5.22-1.pgdg+1)
Suggests: postgresql-doc-9.5
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libdevel
Filename: pool/9.5/p/postgresql-9.5/libpq-dev_9.5.22-1.pgdg+1_arm64.deb
Size: 158908
SHA256: fc2538a956e9ed22077c0325bf5af33f63a062fbad62484f4fabfdad7aa3217f
SHA1: 6e9fc9f6a8f04dff8816d7e0a6f2d57ba66a2899
MD5sum: 0f7ed7e945b6041fa0872a899a79cfc8
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.
Timestamp: 2020-05-14 11:00:57+00

Package: libpq5
Source: postgresql-9.5
Version: 9.5.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 563
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libpq5_9.5.22-1.pgdg+1_arm64.deb
Size: 131096
SHA256: f17539c1945331aab13c2ba86fed9003022fcbaa9eb7c83805889c200607f82f
SHA1: 6d6a4d8a4a573b78db8e499c9bd67d67d35bf006
MD5sum: cfa098042e5c54341c860e85656f6c39
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.
Timestamp: 2020-05-14 11:00:57+00

Package: libecpg-compat3
Source: postgresql-9.6
Version: 9.6.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg-compat3_9.6.18-1.pgdg+1_arm64.deb
Size: 20608
SHA256: 2a527d658a951d53535745a395579708bc4345983873e078797251209ab83d97
SHA1: 08df6fb3cf0d79c5f8a21f72dae13e15ad1a4d35
MD5sum: 5ce04c3a53103754c897cd0cb328038f
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.
Timestamp: 2020-05-14 11:00:36+00

Package: libecpg-dev
Source: postgresql-9.6
Version: 9.6.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1175
Depends: libecpg-compat3 (= 9.6.18-1.pgdg+1), libecpg6 (= 9.6.18-1.pgdg+1), libpgtypes3 (= 9.6.18-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libecpg-dev_9.6.18-1.pgdg+1_arm64.deb
Size: 221476
SHA256: 7cae33e78b3803a3985e0d698e1d34aa20a4ee5989893a4a9affbb2b535782cd
SHA1: 76451d7b51539bc1dce9fde2598a31157ef72979
MD5sum: da055c91cc399adc9c6fe9af963ce324
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).
Timestamp: 2020-05-14 11:00:36+00

Package: libecpg6
Source: postgresql-9.6
Version: 9.6.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 411
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg6_9.6.18-1.pgdg+1_arm64.deb
Size: 84728
SHA256: fe274cd29126a818edb27cab840d86b2e7d63be4d49fecc3af54969340706a1e
SHA1: 033c881f594575cbf615d126908a533c2e8d5337
MD5sum: fff86820c1be3dea4a7d69f5b0f218e9
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.
Timestamp: 2020-05-14 11:00:36+00

Package: libpgtypes3
Source: postgresql-9.6
Version: 9.6.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpgtypes3_9.6.18-1.pgdg+1_arm64.deb
Size: 41776
SHA256: c729836b601142b5ee164ea63985e9e4fa8bd1a43c54c1efd95f0e56d501caba
SHA1: 93f405e629b6b34512aaf6daa6eea16dff47321a
MD5sum: 288e714ccd797922088054a91860fec9
Description: shared library libpgtypes for PostgreSQL 9.6
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-05-14 11:00:36+00

Package: libpq-dev
Source: postgresql-9.6
Version: 9.6.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 728
Depends: libpq5 (= 9.6.18-1.pgdg+1), libc6 (>= 2.17)
Suggests: postgresql-doc-9.6
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libpq-dev_9.6.18-1.pgdg+1_arm64.deb
Size: 158320
SHA256: f09680ddf1ccc8b73e8d7b857dd951ce0bc96c5b3b8dbdc944effb5195eac4f3
SHA1: f323b8d19f56ce17f971457fff6ea7509033a038
MD5sum: 5d0dd2c32bd8c487a8e4af375f6cfa58
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.
Timestamp: 2020-05-14 11:00:36+00

Package: libpq5
Source: postgresql-9.6
Version: 9.6.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 600
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpq5_9.6.18-1.pgdg+1_arm64.deb
Size: 133620
SHA256: 7189a57c11c9de942958cf793fed4b4183b2605d54a35ab24dd5e88d7e6b608a
SHA1: 52bb713ed17bf6b3dc6544023bf5ea2d04e79894
MD5sum: 81d194e20c12b64e5808dfbb79037093
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.
Timestamp: 2020-05-14 11:00:36+00

Package: libecpg-compat3
Source: postgresql-12
Version: 12.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-12/libecpg-compat3_12.3-1.pgdg+1_arm64.deb
Size: 14152
SHA256: 7984b23713933aa2178195ac24bc0d86547d28902ad7c24029c460e135e386cf
SHA1: 795795dfe7fbd4ab098bf2e102ec501cd825c097
MD5sum: 9a973bcc9f87b3d554ad70b57241addd
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.
Timestamp: 2020-05-14 14:41:31+00

Package: libecpg-compat3-dbgsym
Source: postgresql-12
Version: 12.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: libecpg-compat3 (= 12.3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/libecpg-compat3-dbgsym_12.3-1.pgdg+1_arm64.deb
Size: 18460
SHA256: 221fde0c22a357db141272a242a77fce0cb693d8c216c8fef9c02b4f93b090e6
SHA1: 04cb7d540099cd0ef3312b64e6c6f80839d5e6d9
MD5sum: 6e99dad9fd4f1a4082c324043104c833
Description: debug symbols for libecpg-compat3
Build-Ids: 13d3b2e5ac95258edc683b14cd427a5a0d215fb7
Timestamp: 2020-05-14 14:41:31+00

Package: libecpg-dev
Source: postgresql-12
Version: 12.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1488
Depends: libecpg-compat3 (= 12.3-1.pgdg+1), libecpg6 (= 12.3-1.pgdg+1), libpgtypes3 (= 12.3-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-12/libecpg-dev_12.3-1.pgdg+1_arm64.deb
Size: 265144
SHA256: b62bedcd6e7f3bbe3fb3254f76dcc8ddea2bbbda2cf128e3943548341b39fb4a
SHA1: b40f3454004b63489465e96399f61fa8b323deac
MD5sum: b7f755f591ae3d3aba7df13cdb20adfe
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).
Timestamp: 2020-05-14 14:41:31+00

Package: libecpg-dev-dbgsym
Source: postgresql-12
Version: 12.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 278
Depends: libecpg-dev (= 12.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/libecpg-dev-dbgsym_12.3-1.pgdg+1_arm64.deb
Size: 233948
SHA256: c0c1afed3634367d8fef6a1d7b76f3886815599c03dff2f6029c34f71c2da920
SHA1: c8b8713298619fee910d69eca0072d92d263b9e7
MD5sum: 31a006dc96a45e653ad1de63d297dd52
Description: debug symbols for libecpg-dev
Build-Ids: ef26a510ee1bfa76255c01fc5299d8919cee7048
Timestamp: 2020-05-14 14:41:31+00

Package: libecpg6
Source: postgresql-12
Version: 12.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 216
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-12/libecpg6_12.3-1.pgdg+1_arm64.deb
Size: 53684
SHA256: 1dc407a5e9b1d19abf9fb062bca66c92275218384743119df8f23f434ce00d07
SHA1: 5c5bd5abe113ca354f2d67ea8928edb9aaf1f5d0
MD5sum: 39054340e88dfba951409d4190c2a898
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.
Timestamp: 2020-05-14 14:41:31+00

Package: libecpg6-dbgsym
Source: postgresql-12
Version: 12.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: libecpg6 (= 12.3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/libecpg6-dbgsym_12.3-1.pgdg+1_arm64.deb
Size: 132596
SHA256: 7a8935bbd245ba88e954e0a986287428c1cdf9b4578402aa4cbd0c597d72c247
SHA1: 5da1d39fd0114b6862595e0bb05890781df4a585
MD5sum: fe84b62c7c0a84eb03a66e61f77467f6
Description: debug symbols for libecpg6
Build-Ids: 13c04c4e63ac99849f26b9722b7a1273f6d1a0d6
Timestamp: 2020-05-14 14:41:31+00

Package: libpgtypes3
Source: postgresql-12
Version: 12.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-12/libpgtypes3_12.3-1.pgdg+1_arm64.deb
Size: 40016
SHA256: d3a053cda4ac439e6ef63a28a6f4b46a84f971007d37c1d5edb9a9ac110cf185
SHA1: 45a004de2d3bb2bc645c2720fedb0665ce454b1a
MD5sum: fc3693636141baf2dd5d30a6c7ad137e
Description: shared library libpgtypes for PostgreSQL 12
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-05-14 14:41:31+00

Package: libpgtypes3-dbgsym
Source: postgresql-12
Version: 12.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: libpgtypes3 (= 12.3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/libpgtypes3-dbgsym_12.3-1.pgdg+1_arm64.deb
Size: 92544
SHA256: e029b4665a655917affdde0450427ae6c1b6959613de2b0e1be2f8c6772145b2
SHA1: 025989be35351b0e8e4de20346a6d56dc25b11a0
MD5sum: 4d485a7cf744cfcbd12e3353e30939ea
Description: debug symbols for libpgtypes3
Build-Ids: 599626d49c8771b68402a73e02e54ce7e4777ae7
Timestamp: 2020-05-14 14:41:31+00

Package: libpq-dev
Source: postgresql-12
Version: 12.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 573
Depends: libpq5 (= 12.3-1.pgdg+1)
Suggests: postgresql-doc-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-12/libpq-dev_12.3-1.pgdg+1_arm64.deb
Size: 135608
SHA256: 13a1f3075e790e1d0323bbf22360bf0e6fd84318a32f475f0243e71494d14f16
SHA1: 5e39cf9663a2aa7540e1181396f73d88765cf40e
MD5sum: 919589633a4aecaafbe3a0d5f48ccbd7
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.
Timestamp: 2020-05-14 14:41:31+00

Package: libpq5
Source: postgresql-12
Version: 12.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 768
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-12/libpq5_12.3-1.pgdg+1_arm64.deb
Size: 167008
SHA256: 90b4efaf3b018710e6ced833e18c719ef9de60f3591fa7e1aaae48837db98810
SHA1: 4228684f891e05e9b0a4f9eb36233ae690c7d713
MD5sum: ab7aa605e9734a606bd47a0f82faa851
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.
Timestamp: 2020-05-14 14:41:31+00

Package: libpq5-dbgsym
Source: postgresql-12
Version: 12.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 360
Depends: libpq5 (= 12.3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/libpq5-dbgsym_12.3-1.pgdg+1_arm64.deb
Size: 320220
SHA256: 5837875ea2f6095df85ac6e100ac139b573a6c8c14be40f54a763ab4618e8ff3
SHA1: fe20e9cc37d3a441549a89661cd9c20ef633960f
MD5sum: 00996a62c8e7eb41dd413882be24f4f4
Description: debug symbols for libpq5
Build-Ids: f0dcd3ddcf18854b3fe7ddbd02a14b5de4377f24
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql
Source: postgresql-common (215.pgdg+1)
Version: 12+215.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-12
Suggests: postgresql-doc
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_12+215.pgdg+1_all.deb
Size: 63080
SHA256: a508503211970ae26cc5ebd36ee1b0be8b14220901051b05e57f44d7f27d3c41
SHA1: 3d67de7d92fcd376e62a5d68e07f258d2586636b
MD5sum: 6f59fdf5076ce8323fb7c89da4d6360d
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.
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-10
Version: 10.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24047
Depends: locales | locales-all, postgresql-client-10, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libcrypt1 (>= 1:4.1.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu63 (>= 63.1-1~), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 2.1.12), libssl1.1 (>= 1.1.0), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-10
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-10_10.13-1.pgdg+1_arm64.deb
Size: 4882720
SHA256: 27e2368560ddf926f7c8943eb870029b71cf3a06fef39de369fabcbee87d25b2
SHA1: c4ddf43ca3840b72ec970eaa1bfa040aed8094a3
MD5sum: 1a464019f8e3527a4ae812bf3b810d92
Description: object-relational SQL database, version 10 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 10.
Postgresql-Catversion: 201707211
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-10-dbgsym
Source: postgresql-10
Version: 10.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19711
Depends: postgresql-10 (= 10.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-10-dbgsym_10.13-1.pgdg+1_arm64.deb
Size: 17902748
SHA256: 48b23c7e2198271bada8c8cca908cb96f36ba4fab066789da0d22324dd5ade3c
SHA1: 33b697466705deaaeadbb90708a69a28cda98887
MD5sum: 1b590229b8c9d2590e61174d6371cb40
Description: debug symbols for postgresql-10
Build-Ids: 03d0e253818803a33ede8282912658863c3571d0 074e10106eb28a2cf9bbc55426ba28b63582873c 0cb39a53e7ff7ba13735f35d9f1adb796716eedb 0e20b20e5f5d833c65fd07f3a7c67a9dd1af309c 0f8fbf783f5430f529ef96eb690b890f04bf3099 1225178e4c55624f561fad7ab962f4cdf4079e79 138ca714467d9d4fffe68b94fc300f9a9103e4bc 19041e39944163904ac964f555437c0020df5510 192cd609046ebfcf3525ded4027a8e10b05f0b50 1c6f53a36dbb3357320d9748ea1ed401dbd65142 1d1b435b0df24dc369a950f15d26892c2ba9b30e 1e2cb9a8d286e2eb7d6343a05ab5394193faa14b 228cde06efba15b7ef7676655c610cba25c8fa7a 22dc840044521e9b4be856681058d646ee0cde07 241eeb071c6dc58a34633c9afb9f82e32467712f 27d9906ac8b27c2d9fe6e484eef0e8f62c44d5e3 2812024bcb8fffb3409a2a23512b7855cb7430c3 2b6e57172c1065d5b44d3f9df56e701eafa65126 318ce621a9b0181b26fec64d1cb55ad4b257742a 32159423348f1f60110f9b3009bfa1ae0f6f494b 32c80207c335ecc0700ce7b6799b13d298f058e8 32dfd84b177d94aaf43abdfa3e29da6274951173 3528b4ce66df758868eff2837c434855aac22d8c 3844724c7bed6eb153fa8e995d6095ea83427277 3fa87ef3574173ced967786032f115fbb80fb75c 427e234178693d1b2cd1669dfc435940a28eafe2 4819d5acf882111b57e0285afd4ef307b90675d5 486120f7c065fa8fe00fbed275bdcf3cabc20056 4962840e8ba6ef62c50ddd4ba23abb6a1e807c2c 49bec671a47735e42d2ee3188c8edcbb7372d53a 4ae72601d3915a3197ecbe18cd26695a93244957 4ccc7b78ab879b1e0f2d25aacb9b27204984de3b 4d0f9f9e9b438f531647190336f16422efa6c5dc 4e206b4f123f0933d27b15475c3aef6ee24102b5 4e7faba41d397606dba4c67cc9e0c33500134ddd 4ec6b7ccac3ca2e9f46ff6b702a1c5935f7df90f 4f4db456f3dadd6e218c890507e8c1578f1f2988 4f5a78418501682109778c05e054c1ed686f85e3 4f5d5bb3a638062c105022c35365f176c7420b0f 4f6ae6ed182b415698bae859f63ab2d04defd14d 57cf0ebe723e7f094813ad95500c6926e302597f 593b2e676317e8f465703f57597bc2300cee30e8 5b8247a76b39683945d8cbddeac4f4a6718bd3a7 5cacce498aa5e120b8e160ea8da887e81bc9d682 5e6238e1baeb20239ebbe3766a9fc813c423cc4d 5f0b4a85161017b5e9485ac61e267fe42b40dd4a 5f760d1098838ac5e4be358a4d817b047c04bc18 5fca6eb4f88c9cc895b76c0cdbe725abd32c3bb5 63767ae9d390762ca89a621f34b605e4760ed94d 66d6dae7284f6f6428cefd60e16b27f02bf7e37e 6932010359a814c288fbee5f9f202955f28cd4fc 6f9c5712f2909694e057e01699c9eff7aaf4d966 7253a5cfa890ea9b2463bba797502bcda1b908aa 72e18e527c7c08f9615f763d2f2ce582cb521536 75644d9a689f5358ad6c9491258800926d529386 8246703a09cb8716aa39a751862ab70a2ddf4458 824d1e7e6ee7a6962cbc46c0ba100cf38e260b2d 852e40ae1bf8c8e71caa2b2fae16cea10a9d94e2 89cb8ce38b1760bbec15314ee3b4a4afce147e28 8a71d811f91c66aed3b031d52e59fb1c8844ee90 8e9bb3c746ad9fb29fb5bbf378ad895fb2aaebfe 8fd5dad296922258633e9e83403ebe84fdf4c94e 92473e8c8a0b951f3a899a92dbfa26febc6f0650 966a121504c3baafc327360a23de79733ad6c0ee 973ab88a95f5ce13435261cdb3380e16baa69cc3 982f191759cb1758ab5f76a6b02c2a5f827ea3a6 997d3ca95dc432566496699b61b9fa77c1710656 9b89b2f47ad2f4beeb9ef7bf9c5f66b22189b261 9cce857dcd852a1171d53ebf106419a59a61782a 9cf8f5e9cc93b75443bac71fc4ee2cba1cfbfb64 a50c2123d39ffceadf7a4cd8004192c7c12d4d81 a5f3856e0e3df4d2b0d59172987d2ca80a8ccb27 abc4c2d78c7bf520b2645260e8bbae533e019c29 af48945ee09d1362f7a26da524a7771aaf283647 b209c35134a6934c66f23f3ba358c217f8464f5d b210367b44d79d7401785b330be63f1f58e0ebf2 b3835632f00151dcbf13f866babba266f63b0b4b b9acc320da78abac080a379335a90c5547135724 bae1e3936a54f0e44d10d851cf16c9836af65fb8 bcaae60d60d4d3fac071222dccd724750c512555 c1856b9c023fd42054a01a7e015b767446cb8fe2 c1dc413f4854c13c0b4479b56908c1782f805919 c2b3d6101995cf3e21e2dc27aa28dc8daa47f692 ca26da492a979586715bce160ed807e91e62daf8 ce2d146a2e3d9a4aecb34104c184da95ea542084 cf50a5d7156cc9c762c39dfb9e9797102d7356c4 d4d18f0575841da2ca1e263fec16e93d0e9c4775 db62a92a47ed0cb96524477b0f9c84dea22340ba e3fedb97e3409c50d87152004754605470add59a e83ce753e5f4bde6864fea1992b06020e77aa0d6 f290148a2d556c77ae7ef13b4589c570dcafc199 f6451c1a8e93e166a1a0ead8bd4def75997d1d49 f93bd4c994f52569ec0d0a00846be749eb9a0192 ff699bb8e7ba245119c066af0da6dbfeae5fdf68
Postgresql-Catversion: 201707211
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-11
Version: 11.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48449
Depends: locales | locales-all, postgresql-client-11, postgresql-common (>= 194~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu63 (>= 63.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm10 (>= 1:9~svn298832-1~), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 2.1.12), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: postgresql-11-citus (<< 8.0.0.PGDG-2~), postgresql-11-cron (<< 1.1.3-2~), postgresql-11-pgextwlist (<< 1.8-2~), postgresql-11-pglogical (<< 2.2.1-4~), postgresql-11-plsh (<< 1.20171014-3~), postgresql-11-rum (<< 1.3.2-4~), postgresql-11-wal2json (<< 1.0-5~)
Provides: postgresql-contrib-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-11_11.8-1.pgdg+1_arm64.deb
Size: 14998068
SHA256: 2d45a7637af7688c599b4b6b41c41c4c8cf7ad4bbd7e7287df01bc30527b7ef5
SHA1: f4516b9fca99e0173db5238b26a2a38493e1837b
MD5sum: 39104474bd940f61ecd866273a8cdc50
Description: object-relational SQL database, version 11 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 11.
Postgresql-Catversion: 201809051
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-11-dbgsym
Source: postgresql-11
Version: 11.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21741
Depends: postgresql-11 (= 11.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-11-dbgsym_11.8-1.pgdg+1_arm64.deb
Size: 19881556
SHA256: 2e09d7e84b5708fca459e09e8bce7cbb01e03ad6b9ab7e163bffb902721031ac
SHA1: 3437770c9c165da7e8635b372664faa393a617bf
MD5sum: 7a756b4c05fe68a5a7e3ca036cb5e958
Description: debug symbols for postgresql-11
Build-Ids: 0097b4a5b82cfb1154600d28e2f458ca2899d5c4 0625d86de0a093bf226e06cfe603aef83380e8ca 0672c4cb3266ee87d3a9c1e496f2dc94802e2f7a 10b2e08f4930ef0f0c8c7e28180e08952cef4a3c 13d440ee52bb11db2f6f69d0b64ec6028af81050 14f9b9decb16c360936694e6f377f0f596d1e254 1762e8a71e6581290805d2ce8156c040539ea2e6 17ebcceae512f9cb6e2992cc35114ac83d97f621 1afad28cf0ebff7447e011f1708171e78d7249e0 1b4a90fd492edcf86b1192fa0078d17330dab5d2 1cb11c098cf452684ecbd9c343766accbced564f 21ed54d9fefd0801ce2346575497fe3e2e1e4308 25e05a165f1cea00dfbf86f9b056dd0e117397ef 280068d082f4f39588ebfeb1fb563b0e89b4ea60 2b8133b08edc8646b1881d983f22816322103023 2ecabaaf130e692924af4d5425a4e48b5924be0e 31ba16c604f7a24874b1a3eda23833a1d8b2ab14 31cd5bd0395320872330b02a96a1d6b20783dd0c 3a51d9384ee2a2bb52667d899bfbb65b8ddc580c 3dbbdcf19006a82647351621f5039ca97d2fcd25 40af21476635d92db95dc35cb75c2cc266385ca1 4276ccd80ec95d2ccb1a3e6053e9bb0bcd0858d4 4365eb231d2fc8f33e6010c3a6fae3fe4e78d9b4 442176672755c94d63115f3c18dc6a58e0991552 4945e9f004faec3d8f7747fa6766b0934fb3eef1 4d12db716726214fb5f8ed2edbe920342e6889b7 519863b86bb3b702c6fc89bbaa38b0762bcf8f26 52b40b1b652ec24be50f965ef17fb7c9c8c16912 5353e4a6fbc4eb24fe98319075f9a37e2f77e5da 537bc4f642d4c2a30202da78277062d1bc0b8b0b 53904f7ec270b52b5b4e5b5487fcab035a1be1c1 547ce9e4c403116746edc62f69ec57890372a6ea 5c9cfbe8372441a8be71ed8a14536be6658d64cf 5dbc4b13e7f4cc4c273facd5edacad060666c3ee 5e201f3ab6d4b4ef71bd9bdd8d90eaeed699092f 5e3c02a4e6bb4d9148c5e4a26e59e43d45959339 5fef8c252eb9afc2ab5d3717436afb2318b4a515 69796bf7f382430c3b73b9c8bf8b4dd41c112465 70cdba7f1e47f577b1eae72e4a5b9226e716ba3f 713605758843c72622cfd9de858cd17d43e78dd8 71f657dc0bf98619b2299566bc100b1436761eef 77084fc00d7eb2ad1d429ef1c3b86dc4bf79eb8e 771ee93d7ada367ff0620399188152547b43eeec 7726183c6b3e715e1060059b95b7f7ad2e8bea14 7f097e57e34f1bcad04c9844363607b7184765de 7f2b17bce07efb86c33e0600661b3e5d2dda3c6c 7ff1e59ea228acd4e4b20344e83201bc53fd2359 8358250c2308aba92804b8882520700f56f27f5e 890fdaf61f15849daaea7abb02fa37c939642698 8ad2b941d2ab60f8813845096a55b670f124433c 8ae3115a18f086e0af758bc81ce0ea8ba14c0345 9080a495ede3b10ca187b169920dab8a5e1164af 917b3666639e635336b6290a43d0c8a24058f3ad 9259e040388920f14e3a8955eb5eff823969b896 93130f8db67aa0b58302b166ed2a4a848730be56 965a822f46eeaa23c2358bf804830876cb10af99 9682cbd309d8fcba366f8ba7b7b5cb4004014e25 97704f95bdc36bc17d769f9ccf3489df80a4df8f 9cf13d605033ad6bee1cd2dc54adfe0c56bb401c a0965fee06b5913f9f8aa3b9b43be22264be059b a1e4acb42214a6fa16e7b43252ef14451997cb39 a426b01853137163f761b7a3c3ce37815564b74d a47e839dfebbc2b5bcd76762518974e1f298f124 a5da6acb833f8e294a39e2f80d147e294e880ec9 ae39874fcf1fedb0c6ab147999c400497e5477d6 b33f926ac21a69480f171e9ab57124471d704d30 b4ec9cfae291efe43a7f276bbb7d898caef6ddac b5a7cc5613aa24fd3e1caa1c7e09c247ec7b72f1 b5d2f7b487f09d3945361104afa234f212d0b056 b8667a6915a58b640e8f5df4e29cb9c618ee5bd7 b940d6529faf9e44ea9390003171e6f0f29eeda9 ba21a5c4133e35de15aeeb37f2c7179285435b02 bad6bdae752fd656c42fbc5c8c61b738fb7a25b6 bae263347620e2bfc7878477770d5edb6f0b30a0 bbec6d640657bdc30d90001709f57d4c11bcf70f c22256d4dedc20baf830790155f3e9faf9f875c9 c6a4a90f950dc4066dd2c0564ae4a83f474321b1 c6bc18eddecddda589f91296f33669f092fc234c c7324fb41d4cad2ff68810b73ca03599a33e81cf c8397086c2575acc5816f9d96b327621a951973d c8f093d7397ff00a67210872a231cade0f9006e7 c977a327086b7c0727acc99fc2ae29b1ffc09d92 cc2d4cc18d64602632cef8f2ce14cf1b60609f91 d03cd8a5640489ac680453be42e9350116e51d0e d5d746e08ee90f9dbd4687c7f758795d41fd2551 e63bffb92660e95884541368eb30b059c558401a e91b63a228f49f91a5122173a55ebf87b017037c f12f846a42d94c124708aac6e1861ba90eb41a13 f58495dee76281e06fa6b7595fd9f2ed6a036454 f6ef368d96dd5b64a842bceda2426dfad06d1d1b f837259d3bc9cfd75c9c29a9c15022ac418a7f3d fb47161302e58142ef14b36eda59c913a8c87157 fb8e3491e4ced92e43e346e253b4996f76f4b151 fde8bb74057289c7bc20d39d8dd1aa9dc4de96c6 fe4f772cbdf801f3a65dd8cbed67303e7e1e7692
Postgresql-Catversion: 201809051
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-12
Version: 12.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49542
Depends: locales | locales-all, postgresql-client-12, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu63 (>= 63.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm10 (>= 1:9~svn298832-1~), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 2.1.12), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-12_12.3-1.pgdg+1_arm64.deb
Size: 15562072
SHA256: 642819f48b025990437c486654d52b5e96e0990e9014063b22e87c9019961940
SHA1: 3647a6a77f39909bf941941b744056be801e92e1
MD5sum: c2883ecfeb74a1ff66a761e06fd753b7
Description: object-relational SQL database, version 12 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 12.
Postgresql-Catversion: 201909212
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-12-dbgsym
Source: postgresql-12
Version: 12.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23685
Depends: postgresql-12 (= 12.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-12-dbgsym_12.3-1.pgdg+1_arm64.deb
Size: 21772920
SHA256: 4756224ca07fd8c42b8c38dc801cdba94c8f11a62ac2c0d5a5752c5fd221c9b1
SHA1: 41ee278fe4f3af9f970cf5fe7c106e9d08f53bd8
MD5sum: 0e720f78c3ca041bcdd9fe3ef3fe5897
Description: debug symbols for postgresql-12
Build-Ids: 009fc28c48d42f9f32f920420c76a0a4b2d4e824 03a575d04522d321dc805656c572359e1638bce3 08b4770d4c2283d7b4f8a03b15784454fa88f6fc 08c7537a6ef2f7ce347407f71f37f08632d1bf79 0a0333f3c6f37ab54f6a007b32f6106c5d376618 0b3b93f3608347ab68488f623e4e7b3bc8ac312e 0db805a3f2666f218d4f475a25b3145f3d332bf3 1063ed56b13aab3d8b458c060ab8bf5f31de5633 10a70f9329148a68b32e4a223a7a5f297b5ad730 1764ee0c733f4a26d0374ce0c006a62ac35d00f1 17e79fb3231592658c7578335de711ce6add8cc7 1827a273859f63dc74e71d39477cd7612c0ae809 189a5fbff53011043810e827745cbdbf77b49cc4 1d3a7f3e22b1d59349485526b559198cb4d1798a 210373d17bb4aee4e4a1a88ab8d4d978c4ca80fa 23a76cb1b5c1a2fa9ea8177d837d84548d759647 23e72fc3f0ab9cf26a0e4cf544d19b40f8196ec2 27586b279a32dd9b120d5a5ff01b22599fa662c8 2bd1b06bc0e1c7132a0c14e181c7a68743e369c4 2c3828b6c1558ef3e4b716fa5b6bf031e71f74e6 2cb1f2bc529fe6a4f0a24b22fdee48e5e378e656 2d9fc31abaea38964367250d1cd9ecf5246e4446 2ed2bdb91f0d0d0af7a3836add5f965fa08f7e83 2f9b9c0fc783c2db9f8d099434fc179ed05f0be5 2fb0a56646079888dfc0ad4822d5ac3cc77e38da 31a3a9832b4ac4cf7dcc99ae2877984f7787bec6 33eb8d173016c6078c64fc5d04e0f5dc7fa71e04 407ec3f60023deccff3e748fdc4639eb5b12cc98 4231745693bec271e8ed3222fe52982e53c7a8fa 4273ed2c68ba97c6ce4fd3576f02945c222a2d9c 43860c9ad1b162decb7fc675791123b404e57ecb 49110f94cf75df73e5a451866fa223c4bc0a63a7 4cc58eb2d4b142780e3a215297821e8c2e1a2544 4d423949339621a606ae630cd608e1df3d9ec477 4dea27145aa9854cca4a3001b015ce2a6cf0fde4 52e9f44913fba7cfb17eeb321722c8e546b21a70 548f540c9befd63e0e30565ec606c2d0985190c2 552199465e9b0495ebdcce55daf736a92474d12a 61275c62009272d34b4d2be6373825442d910040 66eda68e1b8b07274d70d1fd17d1e94638a669b9 6dbfcc11b4595960a10e072cf281c9342e990728 7041793a18b33a969d0989f0f570bd5d0154e5e4 7486139957fd5632c5ad9040b1138226bcda0485 774f57a3380028912fe471c5441bc35fbbb0fec8 7fc1e9a3f98dc700c7ea8b429ae1b0f4015629bb 800cd9a1a33cb788e24b61b9f1286f0952e30416 822e8810f307c3c0a0f4ad823a23c3622c0ddf96 832be2fe34d1e97d2e5c25ba8635196630b5457d 8408f832ab88c98342b5b5258d8811a09949cc48 861555f4d2c8dd237e91087163b24e00f486a948 864d31ba96d598a3e5fb19856a38794b5fde1bfa 8707df4a93b1028aed409b4d389e5fcaf80e8a6f 8822dffe5182943f6afbd4caf38b0cf9207f0791 8c0f9c17a2b55f31be7e084982d00de80ac16980 8dc267781cbac2d606b93025c2b114eae5ff4d33 8f5c46d64dc46dab98fc0b8b65bacfdf7c9e6e40 9064c0b2037e54c113abc5f5f6246f097a5b7bfd 948edc87004f75f9ce9b19343be4254625510d18 96d92b3baa54aeea0e2572be31702c8ae85239ee 971dc3976cd1422937f67f05066af5cfe6e335c4 9925d05777ddae380bd989fcecf710dfff579fc5 99ad5812cb209b59f9cf136cd75ac4fbd8f6eb15 99c92663868a52ecae03449108eef745f88f9c8b 9aeff0e6bd54e4ebeb2f4966c4b9609bce9cd367 9dc4c65c23af73da8f5b7701902d4f4645ac09c7 a41afa1e9a09b2b71bcb9c5a6e96d3695e201446 aee4d0a88908176898daba6463690008020a4d47 afc2f0c297945d32b932f1f2681aaf93c876c7c8 b0df92cbe1c087d659619c74d26f0110b33225ed b6e4d274aca2f0fc98df8e876297eaf7cb2506e9 b96aa2b7191251a9964dce8f25b4c2c2e4f38a2c b9c9a18cb0949858bf5c5fca9bccb9916c2190b6 bd0a9262175a8047f817e4fbc9dc7f0532583297 c144eb10623f0c40d473843e41cea479990f3ac8 c2e5f33d9eb51c2e80f099aebaefb85037b1a7dd c3f255bac9a33483726891e8479f95dee4286fd5 c446d83fc02f97b68e82cef40be9e3e058f473fc cfdfed818e8b35b66f276d40711f1c2de9e4080e d2699d0e0d818ddd63b49e9f394ac32e02381fd5 d4a16061232d5db943056b34f1d09d74f58cdeeb d5c9abae5d1711bb8db6a601017df943e23cd908 d6de71857f72af027c8b730540e9eaa4bbf86729 d74b962a112b97b0e286ffcc15aa570a33158fd7 d96fdb8c84f616aa05eeb44b333061c2444db94e e301c87f21930a33e766afe5b369ecf5d0b6fec2 e3e97c17e694302ac404388a3456039e07e4454f f04a7200db5a8710387e38c871358838d21a6fc1 f1561bca3f240bc53ab0fb7317cf4b89dddc8029 f3524ab694dea2ec1f3a1585e1315e94fc8dbbf1 f8c239ecb9695d96006c3a00c300fd6fb7a0a7a0 f9ae561f8bcc3c055e99116501c17acc47096df3 fa09dfff25314c0ba0f0717ad8c032d0ffe01050 fbce1ae40c0d720fd59ca7e90c41a3f147007d1b fe113d5421fc1fe65c64b121d9c4eebaed8f98a7
Postgresql-Catversion: 201909212
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-9.5
Version: 9.5.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19578
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpq5 (>= 9.2~beta3), libssl1.1 (>= 1.1.0), libxml2 (>= 2.7.4), postgresql-client-9.5, postgresql-common (>= 158~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.5, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.5/postgresql-9.5_9.5.22-1.pgdg+1_arm64.deb
Size: 3929268
SHA256: 3d9c3aa639270d52b0861f08224178f2b73240bcfac7d8a8905c6b090c7105f2
SHA1: 68b922fdf09981e6af45c18fb9ef36bc3f1fab91
MD5sum: 1b67ba1f648413b28d0d5d105afc3125
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.
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-9.5-dbg
Source: postgresql-9.5
Version: 9.5.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19798
Depends: postgresql-9.5 (= 9.5.22-1.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.5/postgresql-9.5-dbg_9.5.22-1.pgdg+1_arm64.deb
Size: 17562444
SHA256: ba1db0dabd09b7a6ce7019d04520f78dcd21d8a6092651e34b22297e1772c0c8
SHA1: 31fd3e838a25a9c04545c399c8bb605e800ca26d
MD5sum: 546b71f1c1e7c93e77901ce5bad4188f
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.
Build-Ids: 0039b847f033e0be84a3e821b684304cd5b7f7e5 03e53bafcafc8f2d71c4ce76e87a5716777e4ab9 0b853eed21191d8098d3c827fc0e93e1634c8b15 0c9e26ea5e62079143a0617dd35c0504e3f6ad02 0d2d359f3f5b2650e78f2302d1bfce8e5f015427 0dbbbefc2dc31426e7b5b0804c56adf74b9a479a 12e84d3abf140d2eb4bb3f8188f03b9a1e8f300f 13237c38bfb6a5c159b98ccce4cf300c4df68992 16463591e5490b721ba546437eb970d53de8049c 184393f56e11804b4eb4a4bf4362d40017253090 186d2ed0a6265150eefbf7e6385c5d53c5f7332d 1a969922e822881b08ed975465e805614304ea5e 1cb8f3aefcf4194a436a9d86bcb2cd6b2c522b1d 1dc2d317fd3b3051061cc9d12e5c977d6347d056 1e7fffa7d3c03140f535c46bdc005ebb32aa91d8 1eb222de8d5421aeadd20a8b191b5c9ffd5ba174 21b291503ac068c0148f4ba30191bb00553fd039 2584b74b2da271c743043963012f7e3a78edcde2 2aa9a36da6165d1dd971bf336f3643bc73412859 2c08add7e9ff56f71c2ab07f3c589fcf116705d2 2eecccdd7760203deed289725b470586411a059b 2f45419a66b7d408378e350c6287cea9eb2b38d1 368424f526983f24e4917bb9772aaacb1c526b4e 38a0fa71ef77ea9f93ab3a316fad921d1ae652c5 3ab128fcaa706b496a02ae3f4d1dc1ed9bf84331 3b4c087d34662eacbb31628dfbdae6e8f7dad254 3f3821bcda53ed414084ab0092b437fb9b90fd2e 435365e78a2f2b5c75847ec86f04b5f844c92429 4429724d14a0e669d5ce2ab5431346616b88115d 46b05ef3efe83eb31ba59ef1b603fc463a2dbb69 4814b518013528d926de23b67ba0c94838f4c1eb 4871cefda752188ea4eaa6e75fd18116b3ce6af0 48a77376b2794cebed59640df7434b1e95083b09 48ed34b5324283ca56f2feae4e8af5bf118bcdb2 4a9220d9e8638e7eb4024534a26809b456b253b4 4bfe8c88a33c3da1870428b68eee2c5e5be357a0 4cda269d77d6cfea47eed51c9bfb3a4a34a50f42 4e77c4f3af71fd220b685d6d974001a9d8de79fe 5040b518123eaeb3968adb6f5c3553336f4c49a5 505516fad2524a830692ebacb56e3256edc952f1 52afc89c2bbadd0bfcec063d8c5d27e583044ac0 53086bca291eafd5e501b35d7055cd45b361a5bf 53801117f46bf2e0bbd9206bda0fffdfc84f4f7d 55296175b8dfac3b6b741797fbe53ce443eb7c48 5bc4297c44f9a0a62cce3875f81cfbfe7edd7d10 5d9268f30b5460681f7631de4b5acfc3a154e3e1 5e976398fbc9d4716edf83e6ee195e66507b4048 629b5a880f682a3d2f7693c99f7702dac5c00efb 649dfed6122c8dfda78b8d03875781b4e6758a73 651ccf42414debdafb2e9ebc9545a50ae53a36b1 679ce9cb03c3a77bc6855e5cf6df7337c00b3c40 67c0ba088af61e68e7c1b39422d8bd49eecac96e 67cc04d76f642ee4e6cca331ab2b6216c0c90f62 688224624f0f13b9c9df93346b6c2698f70fc4d4 6ad94a6376d60b683273e95897ac611e9316339c 6b1420006fe6d22e70b4ef3bd8bf83d483f078fa 6dfd0e2a5f05426759ac438b325439da810c36a7 6f7c8ed3f3e4249aff97d91a8ba06d41171a7ed0 76b86b62bb77f20ea35a5a3c24aa77bf66dacca2 778c3472915660a0af374341b7647391525c631b 78ca612e8617fcb0ab872fde2f5604c4aeba4b5f 7cd6d8ef34cdad7371045594e232854f7cbcf41c 7e13a72e347a563b81b3f0d66c4fcd8a24b533cf 7fe39147c7f8e6a66ff8cc2aac5a73f12d7f8add 8007050139118f80dd6609f082abe45c947a968e 8379b8ed458f692c4c881689672b625296fee16a 8b7c040280d707cc63e18d4b9ea585f2bc059bb4 8e8fcc7c215e72fd65a14349439cd528c0318680 9064645f81c5f0d1dcde5e0fd8a16d3f95125508 91d90a3610eaee30b1dd5c0c809ca85181b45919 93cc9f5774099a26accb842181af63f188db1a43 98388c0a008e8ebe3149b6491fea0298dddbae08 9ae0a0c16187ae3f674b99f2e08bb6df948cb1da a11cea6e3e8756422d85b01c20009b6f85992eb6 a2c1cc4c2ac6e579e3affad94de8b06f58b5fa02 a4bc3eb74af29633d1948841627232c272912d91 a521b173827edfe235e00e95d3298e5cbf8b72ee a6d962cddb99d4f96a6378ebb1d3a58f0d24b764 a85a3aee240110638a8633ef1653a58507d89f5f aa699a13166114967d9d2f2865ab87b88f54d307 aaa688d47f5b569e1c1def4c664692e35d35bb51 b01a4a23e278da19b465ea2b7e72be1cf67b22cc b26f15932b354eb976eaf7ed41cbfcae2a170792 b3c408b970e58d6d76fcd78bf28ac3119d726e9a b6fce6534b68f574d390f7b96f6b12c8096cbf96 b8fbee623cb0527757ee376d3d761b7853858000 b91e3041ee4884e18bca0ce4fdf9b72afbfb8369 b95defb788822fcbe37f470351c80111bdf9ba98 bc0ced75fa185af009486cea5187461ea42718ff bcacbaee79d5f9afefb72b03bf7244c1826a5743 c36632e855fd80b06b178178dfc50de0168710cf c3cd5808c6623c19cf53a873fffed365e628b536 c6f2c2206da16d9ce9a8f056a962fad446dfd803 c827cdd2ece3e586534ceba8fa28d2e3651775a7 ccce9fdacb534d668d96c31b9433224e6904c69a cd838fd6b243794a09f7f0fb2002a9df42d57b98 d4c91ef31e89a1904ca356f3d85d2c46293a0e19 d7c91d772140107c274ed7fee1e2381401b36dc0 da550e77d24879f9cce638a3b0f93990c6c7aeca da8776c7cca72ee2c0a5b05b600a3c9ad5e8f0a8 dba58d126580951078974e00db455c1f926f4424 dcd1b62d7f9e86b61df26b201f68e659ff31fd89 e39120f865a207d7225480223fbcff6c2d406560 e894b661088d42ddbf092e79e3da935375bf1efd e8b96b63a9a2485beb2540b0c6aa122cc50d7b19 e8caf44f35c68bf3456184d7676bde664c76e60e e98d5ae75132a91beb7c4682bc4ac554d3b8a8f6 ea86c63f5eb21008fe78c1082f309feda6e4a77b eafc9088ec9639350d3ae7720bf47186a6a36947 ecc3f2e9c16a356935f1cdc1322d49661a95dfc5 ef66d96c3c7e90b59e00723f3c12b0f4d9faa1c9 f0693feb2609d754189a6fceb7e00a750eb8370c f122c1d1f5d97938770463fe1d60734fed1e89fe f15c1d05c2d8685b1df49bb2e907d859dc046ce8 f16ae77b147782728b22431e895bbe774ae07596 f38d6e914d67daa711b8a2989ab30b77d6b67f20 f427085904e7f88eb2a3a01ee6673030b5886d70 f494f315f152e3a38c87a829aafb08b888ebc0cb f8ac354b3c0b64c7e9400f53ea2892dc177df021 fa1b8f5fd6d2e390cbc06b50a1bd54cad1a0b12e ff950aa4843d97e50899c9f45262b1332b9cccf8
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-9.6
Version: 9.6.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21830
Depends: locales | locales-all, postgresql-client-9.6, postgresql-common (>= 171~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libssl1.1 (>= 1.1.0), libsystemd0, libxml2 (>= 2.7.4)
Recommends: postgresql-contrib-9.6, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-9.6_9.6.18-1.pgdg+1_arm64.deb
Size: 4268428
SHA256: dba5bb05140ec74895aa91df94c493f6a35ba3cc2ab7849db03255b01a5a2d09
SHA1: 310b9b7cffa874be1bc1e58976305088b1527514
MD5sum: d6c24170a13450dad48a9e627f39e346
Description: object-relational SQL database, version 9.6 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.6.
Postgresql-Catversion: 201608131
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-9.6-dbg
Source: postgresql-9.6
Version: 9.6.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21216
Depends: postgresql-9.6 (= 9.6.18-1.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.6/postgresql-9.6-dbg_9.6.18-1.pgdg+1_arm64.deb
Size: 18920216
SHA256: 38195cc3a64e5ae820f3f58b507483025a86209ef4b04ece7854340cd251b7c7
SHA1: da68eb1fd6cd04f8475c1ad327d266bd1497e77e
MD5sum: f0d94eb9ac726d6e3d319c5b56d5ca6e
Description: debug symbols for postgresql-9.6
 This package provides detached debugging symbols for PostgreSQL 9.6.
 .
 PostgreSQL is an object-relational SQL database management system.
Build-Ids: 012ac05e47dbf08ea3132a757da6204837d589c0 0327de80efdd6823d758af6988afef45b29b46b6 0350a71498b7eab0418bf7db22349be2893c8726 0412f418661d01c3b7fe18769e34795b81c5e4e6 0494f59b9942314214aab449f7e395d9fd26c936 05192e86b7fb044b63409a366f8caa5fa1b49518 055467e360bdc6ff2661fc2c2ca83fa42e94f40d 06133238315ba337c3f341c99cd87e45500cf77f 065f074eee80a1bcfbb6458a2e78f1397e527535 08bc39591db2fbe8bf1d8c1f137d2839ab001ce6 0af8788f977757d0c45582910b7cc98c8e804aa7 0c6dd2e12d436c3cee2b4fd55d1ad2f4b06dbb3f 0f9593fa04c8beeba8e4d39126e5d5d8e2538f4b 15cc60be6f5c8dae4068d4906875807448354032 17399feac8d600464df3df4d544ad6833a7964b0 173acb446ef1c9534ac4afd1d0c2567efdca8874 1a96e59f3d72086e07ca052a6632fc5c53c40e9a 1c14febcaad25d14ab6edd59309d2c88b6287c33 1f367536c2f1a041a7fb98a2cc48beca32e84412 21ddf827fbe0725e4fcb031232e8d0ce601a3833 24c429fdc7260d4c7bbddb3ffdd77aeac2d7c331 26462be31993a211800966339e3e583999275c59 2657ac158ab28cc737588a62c3c5eb5f46f1dd1b 267c3e6a8551491c2d85f8e06d9394aa030a65cd 26b6264b9d96e32dfcb7ac03598b5edd66fab60f 27a704d41333b7e71a490cb2c234659a2d9ad00f 27d0ec8808580acc9e1ce1e8c461f96f5ce40647 2903fb1d7f65bab2531bb4c894987f393721b84a 291a3e0252964b27f405995cbe9cee5c1a3e7f67 291ec2aa2edbae6ba2143857004e7eaf872318a7 2f2cb14f84c8e0530cbff25872f08bb5a17b1083 31ebc664b617b76cdc54ec83a970229f75d5b668 32310572c43810634ece64ec20bf30b87df5d5d3 34c91cb4cc24a70544384abc8c69ff254ec008d8 36dee234cf78a3c46e9fcc7560bb0350ba473a45 3770aaea2539d8024b857de37dbba3cb30a2bf2b 392426b83def18309a9ce58b9185e4d2475871f7 3b0c8ef67185885c47e82d6acff2605e38878298 3bcc87b1ef7439b233a3bf1ab19270336e8c725b 402df0884b808d74710a9782069b04e421fa6986 43f682cd399f3f9be218eb0a255118b938f16fe5 45c56275325fc47cec699239a68215ecd53cfb54 48b585ccaab825222eb5934bd2f1b27951b9359d 494b2454a10bc80fdbf9f7182cab815ad7819d27 4d4891dfdc0368a55de1ef4c9008ce90064a135d 4fc5af0177569381c29445f8883bdd7e6b94c80f 5009523884668b5a6ebb7003b7d9be3b3b8a2692 5053fb69273d35ab0e488aff822d30b3b1f49a58 52298d499c03fb6511b6922cb64ace23b45a9a90 53762d4a39f80937f5325b4eb40ef72f0e18e24f 5dd1a1411870e9f8671700221ab107191a3ad61f 5e027e705662c063d8f4734ea119ad1590115e6c 601931a0cf2d94e03b7966aaa8ca2693fe14fa61 619033fbb45029925090c6aa91f74502c171e463 62e1f794eb7bfb009b7e4649cd66e186870bc351 6479c00bda1270882ea63879d21f3cc6256cb9eb 6aa37ddce9b2268283068be70bab6e24b1bcaa72 6b2cf0a59bb7a2f9d4ed8e1abcba48bb4c4efd08 711d4b70d182690542f8118b411fbe967a12bd61 71deaf3ed3faefab04f5b3bd62f4395af10a154b 77bb19bccc2f4f0cabe61f978975ffbc9bad08c5 7a57597a0f0e5e5c55438933b57ca0da35c4e369 7b0a64f8025bbc7569bfe57aece4b5f0573cd51c 7cb8de0c80eb185494509baedd1a267379a170a6 7e0af631144548cb5db18f7ea6031e543c05e62b 7ef0c95ce5ae820d602424968456ac4a62e33cc3 8322b46073fc52717d07cd0dd8c3841f95966f82 83cba6d885758e716067f15309b1c3a670d3dae4 85f39c09cf16b04722588e93ae86f1d82155be08 87f19399401f1c0e528c78293d2a97b7968d8a51 88bb0b57dea25695f2145b7c18415a15fa1ba6f9 8a220730f460c0a7c1918352d3d8c99ae5689318 8a3f9e98a1c2f9b50294bc308cc11be7f3c40a44 9133554c83e5ed33e7a1b1d6c8935cc788222a83 93a8dcd10eb1263f0467867c1bd7b4c888f09f38 94580ead1635780747cd92e9c23818ced9fe3f50 9623837d7e6ef465a013f324ee25bfe93b4527a7 9649a3e862f9eb54b2ecc9a52cc70db71fd644d8 9656f955170f1238d97d157382df523f39aa5461 9a13d14ced09ace1618552f2d37ee3c62f014231 9bbaaea9db88f920e3265109286eacf71aeae644 9e726195ee9fcecbd0ae108b479d7d5144f91530 9eec614e1354054e372cc993de45414e6388c3f5 9feb7bb1bccb8d81b67918a681b35994d3aafbc1 a14c6adca413241b5698b5732403c152b4063691 a638709bc99341ce5fcca0208783f417a3533e99 ab67602ed29336e09878c921702193cb437f2b9b ae23e960eacac57766620f8a778e17f905f82c3f af0483d8276200ce513d96f72d6e0785a501b094 af4fbf58eed60347ad72d29906cbbbedde580a52 b0d3e1494597c4f2412d4d67095bb516a04e8459 b12514f8cd3333222acab483607c1ce2edf4457a b1263c2d658758549f4d328d33867495f41cbf3e bac66391770dc9be60c0600895bffa6cd284b7dd bb87d966182955c3451da9abf91336235c3cdb81 bd1066add673fa51208c37d1a35e1220d4b96ee9 be29aa8252e160087ffbc059e20880113e1cc97d c2ec6878b0e47c1a343ad1e8280360fe57acece5 c3be5c1941087c8666f351a384dd6a2b7dc318fb c45b3f86eebc4c9641d9c3a838e1e304fce0ac33 c67ed61f196eb17fb9f1b394977555793c7600e7 c8fa2abbc81b5c5f8c6ee628c1aa7742b82fcc8e cc870e0ead8ad4007980caf942d088c19061beb8 ce6440d60cdfabcdacbea787a4f69bacad0230d0 d2da72c5250727426d557a1fe74a82e056954b50 d47c4b77d76a949a719a69793577f5e076b7c9e4 d7e93cc72fc050cf33f831ee2dcfe0b9cc42cdc0 d861358438e9c4d6c5eb26ab94ca8495e27649f5 db26754703423e52336516164b617d9707622c8f df08ea99b106e5822db30af8cad4646566b6b085 df6c8537b2b903349a19b5aa7112c8bc90a74f7e df8096f1b50d3ccb53fe491e8160a1f40eb7f851 e128105f086ef4aa6bfbf2f2d4e85e13bac284d4 e13238b070b527fcb1f487a98b68e913b9780897 e37f85235d92ab9fdcadce88d61bd96b1b92c729 e744bdd28b02aa720af6f730028f106eea5ad913 eab2d4b86f0a3c295e5c4118d2b31d8e2eb2ffef eacb882762e6ab9385ef64f3949f3026f32a7c75 ed80998e406a5e206f048531d11bc8354a5422e5 ee7a8cebd2fd5ae47242564133ff08cb8c189c2f f39249ed6f69a3f3977763f5c378257fef87fa68 f3e1d2b4aa626cb2f0f00f851ebb86f99fe58424 fdc291b6f56fa23cec712456bb594ae48b5a6de9
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-all
Source: postgresql-common (215.pgdg+1)
Version: 12+215.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: libecpg-dev, libpq-dev, postgresql-server-dev-all, postgresql-contrib-9.5, postgresql-plperl-9.5, postgresql-plpython3-9.5, postgresql-pltcl-9.5, postgresql-contrib-9.6, postgresql-plperl-9.6, postgresql-plpython3-9.6, postgresql-pltcl-9.6, postgresql-contrib-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-contrib-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-contrib-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_12+215.pgdg+1_all.deb
Size: 63212
SHA256: f4443f0a2d114b1b5e7eaa585e69e20902d6af01bcad3fee47e35cef7c844c10
SHA1: 4279e2c45d4502f157c8bba76fdac3cbf082bb12
MD5sum: 492386b5d04f08537019caeb9cb36d35
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 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.
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-client
Source: postgresql-common (215.pgdg+1)
Version: 12+215.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-client-12
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_12+215.pgdg+1_all.deb
Size: 63092
SHA256: a646e2850cedb0c49ae366676fac537d13fe8dab288a99e2b0973917d82aec06
SHA1: 677244654633775bc95927345586d7e943b36b0b
MD5sum: a6e414ce5655356860b9cc22710c8376
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.
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-client-10
Source: postgresql-10
Version: 10.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6298
Depends: libpq5 (>= 10.13), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-10, postgresql-doc-10
Conflicts: postgresql-server-dev-10 (<< 10.11-2~)
Replaces: postgresql-server-dev-10
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-client-10_10.13-1.pgdg+1_arm64.deb
Size: 1399300
SHA256: ff26c2561741805f57fbb127ab704659a6a7a141564ce09f9679dd37fc4da299
SHA1: 63aa75067f9dba8405c7b437f6eabc58de93b1b7
MD5sum: c15529545c6b688ff0db41b0088fae11
Description: front-end programs for PostgreSQL 10
 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 10. If you install
 PostgreSQL 10 on a standalone machine, you need the server package
 postgresql-10, 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.
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-client-10-dbgsym
Source: postgresql-10
Version: 10.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2335
Depends: postgresql-client-10 (= 10.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-client-10-dbgsym_10.13-1.pgdg+1_arm64.deb
Size: 2013164
SHA256: 9cfd0dae1b0087c3f9a35ca400a466ecc00088a36d9f758944d11abef2e41570
SHA1: 28b2c278050f6194d7844d43accf9d25c46a53ae
MD5sum: d12a5915a782e7f40b2011d7ad42bdf7
Description: debug symbols for postgresql-client-10
Build-Ids: 07ff2c66b98c5b124f7faa8d90bd6cbcf6024d0d 1c6db2d13ee18d8631dd927f6f2b1c2bde45a03c 1ef963cfbf6ad00cccf4f979205460d3144f4e06 47f47603449c0d5f19483073d4a1ed1e8993a3a4 671a70dd59925991b996b8397bbd24044040d2ff 8c2cddde63c6cff56d47d827f56e416e2976991b 9741e99bdcf5b7f81221ab86a23561ed6e3de16e a65ce78fa246269fabdbcff640ab9d14a568938c a669274caa8e8c719333c1f1e997cb4ac7c6dacc ad3d9f8f23bc870c245030254185a0918f77afb9 ae55bbc500dc658711c319aec1d58b19c483fe0b c8a6237333b05100a54d20fd3589e0e01afb40c3 c8c77ad207379c316249258e97433894ca5e4a1a cfd64ba39732b5f7be5ae8efd50bac6757a0035b cfda7adae49981b0b8ddcc7f0b3bf11c16c3fbcf d041e13eeff464573d2eb420983bfada659600de fa3973fde71a0f7880a883e9935008402bc916b9
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-client-11
Source: postgresql-11
Version: 11.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6518
Depends: libpq5 (>= 11.8), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-11, postgresql-doc-11
Conflicts: postgresql-server-dev-11 (<< 11.6-2~)
Replaces: postgresql-server-dev-11
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-client-11_11.8-1.pgdg+1_arm64.deb
Size: 1440104
SHA256: 90841af752e4182e266fa5ec6bfd09d43fb52d04b8440a2b0e38354a808a38d6
SHA1: 5f5028dc400341a7e7d732f2d4d2f9a9d3533c51
MD5sum: 843c0c0bf7275ab6e877f621b27ae437
Description: front-end programs for PostgreSQL 11
 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 11. If you install
 PostgreSQL 11 on a standalone machine, you need the server package
 postgresql-11, 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.
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-client-11-dbgsym
Source: postgresql-11
Version: 11.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2372
Depends: postgresql-client-11 (= 11.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-client-11-dbgsym_11.8-1.pgdg+1_arm64.deb
Size: 2042880
SHA256: a9955e1977be0a20ad5ba98f3b2b7c84f23c946030b1b8deec3e0410b8b1600c
SHA1: 8abc539fdea8cdd73733060672d20f91ca496aae
MD5sum: d1526c39177fbc89d5e469566387f21f
Description: debug symbols for postgresql-client-11
Build-Ids: 008af5ec8e04dd53aa8b906cc0c5ea2633eb5fad 06bf08dc77a576fe337e60bd44511ecb98e0ef23 1a998cd62d89b9d30fe2f26e893c583023302cd7 2ee3c8027f06244fa8877d296dea70a6c5868fa4 595e8fad02eb98da62d4bb237654cf0826d2e483 614b492c97425c6b60d2c31b1b1c893a8b6c6aed 98626d101136ae2b69acc33b96f6f6a6b0b80c8b 9b40719251347c96c9c504c90c8eb607e68d6f92 9cdca6d3be3ec47e63e6c1b49c8a9fc931140e10 afdb75aeb21451a86b8c8497ea2c5aeb920e5303 b0a57daf1b0979e4201431f2a98dd859a5e7fa27 d2564a3b76d0dae40ad0182cadd2df1fc278025a d85c4269f1f90759aae4d94e53200ac821bfd8cf db0984847e82072863deb6e465fb719d6474a96b dd0144f8db59619cc518019f7be51a3e0fe9e0a8 dea72b82b102463cbf5fa9e5ea7d1132b79491f6 ec76c459acfd41ee062f6af0962306c992411897
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-client-12
Source: postgresql-12
Version: 12.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6033
Depends: libpq5 (>= 12.3), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-12, postgresql-doc-12
Conflicts: postgresql-server-dev-12 (<< 12.1-2~)
Replaces: postgresql-server-dev-12 (<< 12.1-2~)
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-client-12_12.3-1.pgdg+1_arm64.deb
Size: 1380616
SHA256: 9838bb0b737ad92655ce62eeca9c9145d11b932e6af799c8f8231a9f8b166157
SHA1: c7d3edc98ae293a0e8f68f81f8b746c804689045
MD5sum: eb97685905f5cbca2fb2029737d81de9
Description: front-end programs for PostgreSQL 12
 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 12. If you install
 PostgreSQL 12 on a standalone machine, you need the server package
 postgresql-12, 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.
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-client-12-dbgsym
Source: postgresql-12
Version: 12.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2574
Depends: postgresql-client-12 (= 12.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-client-12-dbgsym_12.3-1.pgdg+1_arm64.deb
Size: 2190848
SHA256: 9bdc9fb054af0f36f81c337da7d38126d11d62176b4b6c91439102d87184eb7c
SHA1: 73cc82b924ea2f19735c4e01e2b099a6d88dd4d2
MD5sum: 801e66a1a901e3d04cd7f4fc4c7f3865
Description: debug symbols for postgresql-client-12
Build-Ids: 0e2644df98e7dedc2ec55a008fd98deb076b2748 1692877776aa33dd140bfe2739923f9897e84d14 17fc9516b3e21f90db29c4009d4ba83e8464928a 24c32c64ddf8f4a59193c6c75758accb5149e114 40690c5e19673a9a522257461fff6a0be182c79f 6183612004e94f5c02b8836333a30052d7a8b763 680763374a51f312a1a93c73ef1661d5e2bfb88c 6fbe23b80032ca6ca8fcde5ff37587c2b48a033b 713330dae92a72a7d710de8b254f9cc5ce958844 777eebd2080ce4f8c421bba001bf4594750b8442 7a350496c14485970e63040a91790d1de05736dc 8a883b7e2b5955a43c15330b7564cfbe939129cf bebce344fb4a6207a2ca094e14d91a3f2181c79f d7e8f18b67723a33eaf46f0c43dcb909bf55e4a3 f2d4ded6d0a8ea12675851ce5b6e73ad863b7356 fcbf2c2b473663c9e1befc87a143b553407eec57 fe8ddcdcf1c3daeca3637b60a6350c39cfae8ce5
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-client-9.5
Source: postgresql-9.5
Version: 9.5.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5357
Depends: libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.5.22), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
Suggests: postgresql-9.5, postgresql-doc-9.5
Conflicts: postgresql-server-dev-9.5 (<< 9.5.20-2~)
Replaces: postgresql-server-dev-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.22-1.pgdg+1_arm64.deb
Size: 1223916
SHA256: 4188d7eebcf6e9c7a8a38209e6baff377a796503f08f87e8b298351f26a4ddcc
SHA1: e7c272691930a7940933ab0090d578141da80fa0
MD5sum: f1b4b0e0bfff79a6f7ef8726b0cb19e0
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.
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-client-9.6
Source: postgresql-9.6
Version: 9.6.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5942
Depends: libpq5 (>= 9.6.18), postgresql-client-common (>= 142~), sensible-utils, libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-9.6, postgresql-doc-9.6
Conflicts: postgresql-server-dev-9.6 (<< 9.6.16-2~)
Replaces: postgresql-server-dev-9.6
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-client-9.6_9.6.18-1.pgdg+1_arm64.deb
Size: 1317148
SHA256: 74cf0aa8850c01a9e3392db3970acde7f6abe7b45e4fb712f7c13a901958fd32
SHA1: aa82859420653bf668a5334a28cbb316416f9809
MD5sum: 74bd6db5190b8b3796b002bf2c3d3577
Description: front-end programs for PostgreSQL 9.6
 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.6. If you install
 PostgreSQL 9.6 on a standalone machine, you need the server package
 postgresql-9.6, 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.
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-client-common
Source: postgresql-common
Version: 215.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: netbase, pgdg-keyring
Recommends: libreadline8
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_215.pgdg+1_all.deb
Size: 87424
SHA256: c2cfc05341243e58bbaa0a904291093d12b28253f6e55b6918036c4328353732
SHA1: 951806dbbc05301e0233722d952e8844084fa89f
MD5sum: 5dcf94718726ab50c3c484033ac4031f
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.
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-common
Version: 215.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 680
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, lsb-base (>= 3.0-3), perl (>= 5.14), postgresql-client-common (= 215.pgdg+1), ssl-cert (>= 1.0.11), ucf
Recommends: e2fsprogs, logrotate
Suggests: libjson-perl
Breaks: postgresql-9.1 (<< 9.1.1-3~), postgresql-server-dev-all (<< 204), systemd (<< 204)
Replaces: postgresql-server-dev-all (<< 204)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_215.pgdg+1_all.deb
Size: 236708
SHA256: de2c2c328ce20fa9ca6b5deae203880bfd4572ff44d9c47985204dec2ca9bdd3
SHA1: 2b0803216f6cd8c55cb27d6a552f82f0f1e55dc0
MD5sum: 580237ef2b93ec4612df4a08c8c49942
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.
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-contrib
Source: postgresql-common (215.pgdg+1)
Version: 12+215.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-contrib-12
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-contrib_12+215.pgdg+1_all.deb
Size: 63088
SHA256: 82dcd2e1990b5ad5d0534fa3e74e00bc87b5ef77a872e45a167f9871a35f7609
SHA1: 7e7f3bff472c5c6803964453c52a7bf9e9a60007
MD5sum: 75194bf4a0e18460e00f6de7b98223e5
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.
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-contrib-9.5
Source: postgresql-9.5
Version: 9.5.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2064
Depends: postgresql-9.5 (= 9.5.22-1.pgdg+1), libc6 (>= 2.29), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 2.1.12), libssl1.1 (>= 1.1.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.22-1.pgdg+1_arm64.deb
Size: 441876
SHA256: ca12f4348acc015710afcfe22f677f7ed8c5f942fada00de27cf9043dd411d6d
SHA1: 22360432fc575d484c4fff0e2961c8477d084541
MD5sum: a582ab777367ec2b0e16fe81664a8bcd
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.
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-contrib-9.6
Source: postgresql-9.6
Version: 9.6.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2315
Depends: postgresql-9.6 (= 9.6.18-1.pgdg+1), libc6 (>= 2.29), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 2.1.12), libssl1.1 (>= 1.1.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.6/postgresql-contrib-9.6_9.6.18-1.pgdg+1_arm64.deb
Size: 484720
SHA256: 653e4be2da7c2cc66a4c14623001a86597708a3be9d13ae1b54bfdf3b597b05e
SHA1: 8a61c79dbd472c3add2a702fea47bf8cea4f9b8b
MD5sum: 22fab178ff19c425b9cf87959cfcf225
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.6.  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.
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-doc
Source: postgresql-common (215.pgdg+1)
Version: 12+215.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-doc-12
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_12+215.pgdg+1_all.deb
Size: 63076
SHA256: f2c0b86221d1b04669bb57bd714c9257b2e7adad0bd0d29a65c8b6b7fbfe76f9
SHA1: c1c74f4401b6917ac28f444d74b9194519bf9eed
MD5sum: be5c72a3d1aab8a87564bdde3b80b59f
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.
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-doc-10
Source: postgresql-10
Version: 10.13-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13604
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-10/postgresql-doc-10_10.13-1.pgdg+1_all.deb
Size: 1779168
SHA256: f15545ff964b288e275767b75bad4d060a0f487118637b3b5b0b654ab7259a14
SHA1: d1882c74e64dce6ae552bed99c4b6a0f4de03473
MD5sum: 2f1197471b892fd51200fdc5181f88ca
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 10. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-doc-11
Source: postgresql-11
Version: 11.8-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13978
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-11/postgresql-doc-11_11.8-1.pgdg+1_all.deb
Size: 1815584
SHA256: f5ed94e19a17e992bd04e3ad8a16c11568ab0660d44a815da5cb265f901b43d7
SHA1: 86dffc6f4c984e65e619701baebb0cbea22fead5
MD5sum: 1753f85543f5754451fb5ed6c25ff76d
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 11. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-doc-12
Source: postgresql-12
Version: 12.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14245
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-12/postgresql-doc-12_12.3-1.pgdg+1_all.deb
Size: 1840676
SHA256: e2f293723f7ee75e6484de365cf9394af70e674c00e27e811c2cdd539eca7cb0
SHA1: 4a4aaef9d0b267818198f4052506dda5adcf4d93
MD5sum: 7f410c9b8eb4b1b79e132ac0cffda45a
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 12. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-doc-9.5
Source: postgresql-9.5
Version: 9.5.22-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11936
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.22-1.pgdg+1_all.deb
Size: 1622832
SHA256: b85542722b8a24a38723cf8114f113a11eec9cea7a30a5bce91651fcdb50b0fc
SHA1: a2097ec7d06b95b591f0c9344e8beafc92faf65a
MD5sum: 8424b4b3e890e35a4cc117f5e441541e
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.
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-doc-9.6
Source: postgresql-9.6
Version: 9.6.18-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12302
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.6/postgresql-doc-9.6_9.6.18-1.pgdg+1_all.deb
Size: 1674520
SHA256: eebe8a9882cca2279df0c31e61208dcacf4d336da7eeae65759ddf70397d41cb
SHA1: a0d414b8f8fe5498742acd7e48234cfa59df89d6
MD5sum: b2549bff734dacce8d07fbaf0654dadd
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 9.6. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-plperl-10
Source: postgresql-10
Version: 10.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 260
Depends: perl, postgresql-10 (= 10.13-1.pgdg+1), libc6 (>= 2.17), libperl5.30 (>= 5.30.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plperl-10_10.13-1.pgdg+1_arm64.deb
Size: 60328
SHA256: 1648e0af9efae1a7d15335a5201e6d7a2d63103556d645c9547b97e6cd1e241c
SHA1: 86049dc2adcc633988249cec20645bc56cb1089b
MD5sum: 2ef1f55ac1866ffaf279981f46971038
Description: PL/Perl procedural language for PostgreSQL 10
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Perl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-plperl-10-dbgsym
Source: postgresql-10
Version: 10.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 238
Depends: postgresql-plperl-10 (= 10.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plperl-10-dbgsym_10.13-1.pgdg+1_arm64.deb
Size: 212648
SHA256: 7d1e641ecf161ac74648a52f10566f24af7b7f6a8c6603ff25c6159d8e1b4850
SHA1: 51ee8862d11825d5e085821a1df8f8a80f10d49d
MD5sum: 1c57069375f25ab988d3d4c3343f1ccd
Description: debug symbols for postgresql-plperl-10
Build-Ids: a2fef9e7522656a92c7bc21b1491244de5d0a266 a44f83eeee39955a0eba2f6974b8668353bcb2e4
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-plperl-11
Source: postgresql-11
Version: 11.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 288
Depends: perl, postgresql-11 (= 11.8-1.pgdg+1), libc6 (>= 2.17), libperl5.30 (>= 5.30.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plperl-11_11.8-1.pgdg+1_arm64.deb
Size: 63020
SHA256: 28633549f47e738579f92f8477dd47adb459883320d04f5acd6269eab951b5c1
SHA1: 2bcfafc3691278aa00fd3c4d240be394fadc39f5
MD5sum: 4a2db5f606c11a6c88dd3438f7976003
Description: PL/Perl procedural language for PostgreSQL 11
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Perl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-plperl-11-dbgsym
Source: postgresql-11
Version: 11.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 284
Depends: postgresql-plperl-11 (= 11.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plperl-11-dbgsym_11.8-1.pgdg+1_arm64.deb
Size: 249944
SHA256: e8f326c0036a9ba2b9b8b7b543065180abd2362d0b081f821ddbcf116ae9f147
SHA1: 7d9275f555f6b8cc1845159b77c8d91c4a8b81a8
MD5sum: f1d1815d620f89d307ef02955434f9af
Description: debug symbols for postgresql-plperl-11
Build-Ids: b6a0bd0fd529ae2fe164a6de101afd8c9e3c9f27 cdfb394a1628924d220452d9ab353edca272603b e5e630de627d5bb7458e56be929d41fbc7b308f8
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-plperl-12
Source: postgresql-12
Version: 12.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 329
Depends: perl, postgresql-12 (= 12.3-1.pgdg+1), libc6 (>= 2.17), libperl5.30 (>= 5.30.0)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plperl-12_12.3-1.pgdg+1_arm64.deb
Size: 78956
SHA256: d274890d717c99e04556293b7bd966f8ee4339ebf97ccc526c35d2b8d0f989d3
SHA1: acc3619dcd3889de4a2bf7c8d90e8419a1cdd1b7
MD5sum: 04b6e7aa886a29ac1f41a4f77119dbea
Description: PL/Perl procedural language for PostgreSQL 12
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Perl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-plperl-12-dbgsym
Source: postgresql-12
Version: 12.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 287
Depends: postgresql-plperl-12 (= 12.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plperl-12-dbgsym_12.3-1.pgdg+1_arm64.deb
Size: 254036
SHA256: be808d9ca4f141669b6e95dd1a03d7eb12178c68d726e8a709f63b9085c6c113
SHA1: 13624cabc235b44c6096214ddd3fe279993f010f
MD5sum: 510383ed07e1f396700f6e193dc2e79b
Description: debug symbols for postgresql-plperl-12
Build-Ids: 126394367b4afd495c8e34743e2439ac1f0fa14b 69093f66704b291a172f7eb5b9e81b434402491b 808d38a11d08b38620d3512e17d51dc146f8de28
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-plperl-9.5
Source: postgresql-9.5
Version: 9.5.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 266
Depends: libc6 (>= 2.17), libperl5.30 (>= 5.30.0), postgresql-9.5 (= 9.5.22-1.pgdg+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.22-1.pgdg+1_arm64.deb
Size: 62400
SHA256: 9d0ef7a79726110d9486e74a1cf290251c77466370ddc65998566a796bc08f66
SHA1: 5bb2b5a7dd836013fd98b0316a5fbfed65026ee9
MD5sum: bd3084c6ac4dee45f7bf50ec29c379ca
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.
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-plperl-9.6
Source: postgresql-9.6
Version: 9.6.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 268
Depends: perl, postgresql-9.6 (= 9.6.18-1.pgdg+1), libc6 (>= 2.17), libperl5.30 (>= 5.30.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plperl-9.6_9.6.18-1.pgdg+1_arm64.deb
Size: 62092
SHA256: a59df44d869b46887adc8c42405ee34a073df51791748ef1d8d0610cff8e5609
SHA1: e58c45850777ce6656835adf123e8ed0fd49e2f6
MD5sum: f891eff352a6325026308e96316c661e
Description: PL/Perl procedural language for PostgreSQL 9.6
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Perl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-plpython3-10
Source: postgresql-10
Version: 10.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 197
Depends: postgresql-10 (= 10.13-1.pgdg+1), libc6 (>= 2.17), libpython3.8 (>= 3.8.2)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10_10.13-1.pgdg+1_arm64.deb
Size: 54056
SHA256: b32a65007d3b7e26b9fb15f2885b11e41046d01e1fe6e9c650b94f881f55c5a9
SHA1: 392a5e3bfdbfab2a06682e384d4a2e40f8bbe8ac
MD5sum: 8460c5d09a2b694ef918dbcd25f01963
Description: PL/Python 3 procedural language for PostgreSQL 10
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Python 3.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-plpython3-10-dbgsym
Source: postgresql-10
Version: 10.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 355
Depends: postgresql-plpython3-10 (= 10.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10-dbgsym_10.13-1.pgdg+1_arm64.deb
Size: 311764
SHA256: 0e7e4705e3e9fe0bceff46535995bec23ad5d8c79592b84010fec46fe3a6e84a
SHA1: dc43b462ad732cf6b6fb3ccc7030d4787db24437
MD5sum: 81e15d19837b39a7662b6278ef4eb09e
Description: debug symbols for postgresql-plpython3-10
Build-Ids: 8c5b96890180961fb5d131a7f9a410a0cd385867 9d3750215ec6fa524b6530a53c8937d6f4f08de1 f0a13da3775230af60d7e1128838af9829bb14a8
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-plpython3-11
Source: postgresql-11
Version: 11.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 259
Depends: postgresql-11 (= 11.8-1.pgdg+1), libc6 (>= 2.17), libpython3.8 (>= 3.8.2)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11_11.8-1.pgdg+1_arm64.deb
Size: 72972
SHA256: 0f21c81206ee546aac557102329b223a9c6c7520ee2d4d3820fdc0f9a80a520a
SHA1: d859b2bda2b9a21df15fcb0ff3f6bb24d4d031be
MD5sum: 49f37fd3ec5bee023f7a13e2d73f098d
Description: PL/Python 3 procedural language for PostgreSQL 11
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Python 3.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-plpython3-11-dbgsym
Source: postgresql-11
Version: 11.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 392
Depends: postgresql-plpython3-11 (= 11.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11-dbgsym_11.8-1.pgdg+1_arm64.deb
Size: 339628
SHA256: 662d66f331d45606a4fc0483093e5a684856d05078bb00667e5ac2e4709da6f2
SHA1: fbd31a2756ccf14c66703152a9425b8c9fbcd45d
MD5sum: 9dd070c8c96ba19078238ef9ed15e5d4
Description: debug symbols for postgresql-plpython3-11
Build-Ids: 20a7cba476a50d9a8874a9f0a80f89defa547477 51ace02d7d20eaeeadb7c2753a1d4ea15290fe9f 56c02dc2bc795c80fe60066807da3f036ad801b2 60bf7e289ab90bbbaaa45073fbde335c38745b4c
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-plpython3-12
Source: postgresql-12
Version: 12.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 471
Depends: postgresql-12 (= 12.3-1.pgdg+1), libc6 (>= 2.17), libpython3.8 (>= 3.8.2)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12_12.3-1.pgdg+1_arm64.deb
Size: 102464
SHA256: ae500d895ee514926febe8ac89d8c3e8542e69eb862fab803aa74af8deb18240
SHA1: 83d17993551c0bb4ba26c8270c944dcfd326a7d7
MD5sum: 0a911d75810571c06007404fd089185c
Description: PL/Python 3 procedural language for PostgreSQL 12
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Python 3.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-plpython3-12-dbgsym
Source: postgresql-12
Version: 12.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 405
Depends: postgresql-plpython3-12 (= 12.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12-dbgsym_12.3-1.pgdg+1_arm64.deb
Size: 351744
SHA256: 3e188037cdada4819a303705cc5370a228cc9a8617fe39dddc7d88e9a02cba49
SHA1: 966d41bf8fd0b6da46f43e5808ed8043d617062f
MD5sum: ce0a26a880a8192144205967e251095a
Description: debug symbols for postgresql-plpython3-12
Build-Ids: 0753de6e653673d4c77dffc2c9f2ffb4df6e9963 1e035a8d4d76ae58c9b467601aff8b3762fd1b9e 63bbcf76d5f3253bb7ef8b95d836fe2969aa0568 75b683bc307995b1eef3e4033074ef9532dc0119
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-plpython3-9.5
Source: postgresql-9.5
Version: 9.5.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: libc6 (>= 2.17), libpython3.8 (>= 3.8.2), postgresql-9.5 (= 9.5.22-1.pgdg+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.22-1.pgdg+1_arm64.deb
Size: 52928
SHA256: 245807e48153d67b71c0179df5f8a0d280e093012ea6c883f50a8578541b6665
SHA1: 545bc9c0af3607f8b9141c6fb26b751075b117f1
MD5sum: 90c80f28c51e9c3fa27280cc07a7b837
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.
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-plpython3-9.6
Source: postgresql-9.6
Version: 9.6.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-9.6 (= 9.6.18-1.pgdg+1), libc6 (>= 2.17), libpython3.8 (>= 3.8.2)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plpython3-9.6_9.6.18-1.pgdg+1_arm64.deb
Size: 53804
SHA256: 8570eda6c725c782817f8434c69acfa0e443ce330d70da4a2e025a54bcbcaa29
SHA1: e8d76e579fd0c33f254c589716f8f1a088583a45
MD5sum: a345399776ebab071d935c8d8bb678fd
Description: PL/Python 3 procedural language for PostgreSQL 9.6
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Python 3.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-pltcl-10
Source: postgresql-10
Version: 10.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: postgresql-10 (= 10.13-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10_10.13-1.pgdg+1_arm64.deb
Size: 37584
SHA256: 7aa4d7cf868c4d2ccad685569850200ea27ef15ecdef51900f9733012976e31f
SHA1: 0523ada4371e5be34c69faf8fe676d9629d5bfab
MD5sum: d94a5c4d594cc699d6b81d5385afffcf
Description: PL/Tcl procedural language for PostgreSQL 10
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Tcl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-pltcl-10-dbgsym
Source: postgresql-10
Version: 10.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-pltcl-10 (= 10.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10-dbgsym_10.13-1.pgdg+1_arm64.deb
Size: 97888
SHA256: 78948bcc05a93a7e8f8595933d6855c210020b87338b3c84d01d86cc5d33b185
SHA1: 7647cd0be7a94f515d4453942f872be26aaa6dad
MD5sum: 4bf726a02e67f630743991dad6abc27d
Description: debug symbols for postgresql-pltcl-10
Build-Ids: 65375c93fae5427fb7eea680698c71131f5f4c98
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-pltcl-11
Source: postgresql-11
Version: 11.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 171
Depends: postgresql-11 (= 11.8-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11_11.8-1.pgdg+1_arm64.deb
Size: 37544
SHA256: 77b57a58d27885998d6ed2ae4c723bdd1e09083d2bb0986f0c91f9beb3b2c692
SHA1: 0cbac520961dba8014e22f33212af43272fad1de
MD5sum: 81a0c489384661c239dcfd0dccc2adc1
Description: PL/Tcl procedural language for PostgreSQL 11
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Tcl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-pltcl-11-dbgsym
Source: postgresql-11
Version: 11.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-pltcl-11 (= 11.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11-dbgsym_11.8-1.pgdg+1_arm64.deb
Size: 101100
SHA256: 6c36482656bf21237d4d0b31defefa3e68333c40f80e0c8867adfb6333060f7d
SHA1: 591cb607e272ebfaf83e3ce3a889b0f94c9f524f
MD5sum: 66337d58b02f15e3851a6aa181c66927
Description: debug symbols for postgresql-pltcl-11
Build-Ids: 67556da69428a519d366f5add52ea979572891f2
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-pltcl-12
Source: postgresql-12
Version: 12.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: postgresql-12 (= 12.3-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12_12.3-1.pgdg+1_arm64.deb
Size: 35364
SHA256: 8db0590f21ddb7a9926232c55ad5da2d5d7ace571e833d9ecd9d0c7a123d1437
SHA1: ce76f308bb47886e40856246f55715a5822c7572
MD5sum: 5947d2522b5ace9dc4c6e1fdd8edc744
Description: PL/Tcl procedural language for PostgreSQL 12
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Tcl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-pltcl-12-dbgsym
Source: postgresql-12
Version: 12.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-pltcl-12 (= 12.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12-dbgsym_12.3-1.pgdg+1_arm64.deb
Size: 102872
SHA256: 85668fceaaf743f1c09ba4491a756ba041b06c6c6abc3be85742278813b228a2
SHA1: 8a8e3b4eed8c0577b909b300c2e2c4ca4e3a2b9e
MD5sum: 5b8a5ff914ba3e01eaac76e02bec3d41
Description: debug symbols for postgresql-pltcl-12
Build-Ids: fa1b8ed111cc7d7bed3bfd29f87b596f37cbf065
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-pltcl-9.5
Source: postgresql-9.5
Version: 9.5.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 158
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.5 (= 9.5.22-1.pgdg+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.22-1.pgdg+1_arm64.deb
Size: 37596
SHA256: 9ce7511193ef65f3f04bde8d1aecf5f0ea0fa9a56b6714f972770cdb6defe008
SHA1: da6c2dcc0f93581ba31ff176c9b004c05c840240
MD5sum: 85c9a4dcc3ae9dc192b191574e399b16
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.
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-pltcl-9.6
Source: postgresql-9.6
Version: 9.6.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-9.6 (= 9.6.18-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-pltcl-9.6_9.6.18-1.pgdg+1_arm64.deb
Size: 41224
SHA256: 667cf27929f9ec125bda500aaa40cb64f3886ecb0a6cf4f2178837c4723d5aa2
SHA1: 79d4f4a729cbf54d60d4baa72185c8005463313e
MD5sum: fde0cdc3f618da1376519fb562205b7c
Description: PL/Tcl procedural language for PostgreSQL 9.6
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Tcl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-server-dev-10
Source: postgresql-10
Version: 10.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5126
Depends: libpq-dev (>= 10~~), postgresql-client-10 (= 10.13-1.pgdg+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Replaces: libpq-dev
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-10/postgresql-server-dev-10_10.13-1.pgdg+1_arm64.deb
Size: 878392
SHA256: f0578c7788eb5c24bc910366f0ba1192f951129b78de30433c317a86602f9b14
SHA1: 62671d686835a4639f4e024fa86455dfae3d5074
MD5sum: 95d963c166a813fd4800e7be2c152012
Description: development files for PostgreSQL 10 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.
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-server-dev-11
Source: postgresql-11
Version: 11.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4665
Depends: clang-10, libpq-dev (>= 11~~), llvm-10-dev, postgresql-client-11 (= 11.8-1.pgdg+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-11/postgresql-server-dev-11_11.8-1.pgdg+1_arm64.deb
Size: 857256
SHA256: 6b1cf375d22a9e377feb74cf35cc5535fd4b9abf697151138b2610b7c315518d
SHA1: 4ca3cafa04d3ee4a43e81f292aa532712f034be1
MD5sum: 7f9992fbee659096857b9fa8d32dfd7d
Description: development files for PostgreSQL 11 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.
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-server-dev-12
Source: postgresql-12
Version: 12.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5231
Depends: clang-10, libpq-dev (>= 12~~), llvm-10-dev, postgresql-client-12 (>= 12.1-2~), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-12/postgresql-server-dev-12_12.3-1.pgdg+1_arm64.deb
Size: 918564
SHA256: 59a261de4de469d34ffbcded98ca4dd8154a96feec47bb17ca5abe5a51788dc0
SHA1: b3fa5bd7c2a0d1561c9e6327d661c63fa15cccc1
MD5sum: 216c983fa0ba5a984bbd6d26099e302e
Description: development files for PostgreSQL 12 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.
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-server-dev-9.5
Source: postgresql-9.5
Version: 9.5.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4079
Depends: libpq-dev (>= 9.5~~), postgresql-client-9.5 (= 9.5.22-1.pgdg+1), 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.22-1.pgdg+1_arm64.deb
Size: 717888
SHA256: e30c9cd64436b312b9b3bb57a37bd48823a704895fc01582d3906bf20e14a14c
SHA1: c40dc3f6c210ff3b1f8f62e4cf574ccbe67ac858
MD5sum: a9a3387628bfc70b062cbd60bac09084
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.
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-server-dev-9.6
Source: postgresql-9.6
Version: 9.6.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4411
Depends: libpq-dev (>= 9.6~~), postgresql-client-9.6 (= 9.6.18-1.pgdg+1), postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-9.6/postgresql-server-dev-9.6_9.6.18-1.pgdg+1_arm64.deb
Size: 781980
SHA256: 2a7a5327dc9e38ead735d70db6bac1b16a0cb69fe5933b5b8052afd608996c1a
SHA1: ffa390963b42cd5ad62fa477ca7ab05d6def62a2
MD5sum: 20c8adb3e963ac6e292f8e21b2c638e0
Description: development files for PostgreSQL 9.6 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.
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 215.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: make, postgresql-common (>= 117~), postgresql-server-dev-9.5, postgresql-server-dev-9.6, postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_215.pgdg+1_all.deb
Size: 69020
SHA256: 5315a3b002e456b43e59440ac097650a748bf9995dd565364e5e680bd816a2d1
SHA1: a00971afb299d2b63aaae2477104a812d867c38a
MD5sum: ed243c9a1e8ba512fedd10fbada22d2c
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, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 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.
Timestamp: 2020-05-14 14:41:31+00

Package: postgresql-10-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.0.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 97
Depends: postgresql-10, libc6 (>= 2.17), libgdal26 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-10-ogr-fdw_1.0.11-1.pgdg+1_arm64.deb
Size: 29092
SHA256: 4127a2b09b444760ef14e47e7b1c75325c927542768b2822b2242f7598ebbb56
SHA1: bc734fea7e14a973fcf62a67edc769d2d6e8cef2
MD5sum: 9e6b64da92deb2174dd9b6ea670c7b3c
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2020-05-15 14:52:04+00

Package: postgresql-10-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.0.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 177
Depends: postgresql-10-ogr-fdw (= 1.0.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-10-ogr-fdw-dbgsym_1.0.11-1.pgdg+1_arm64.deb
Size: 148796
SHA256: 4a41d372e4cffe6f47f1f853e1010f3bfcff888d036fb85c443684bdc9d9cefd
SHA1: 5917c93814ccbc11ffd170e9e8db469d25f311bb
MD5sum: 88c5868e511a8a19900552ff91e8fea5
Description: debug symbols for postgresql-10-ogr-fdw
Build-Ids: 0cb6f7d437ea7ccaad28d5cfa156abafd35ecc08 2ba8a22f6f146cd9fd05b8f22e55e5aecfa4ce7e
Timestamp: 2020-05-15 14:52:04+00

Package: postgresql-11-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.0.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 222
Depends: postgresql-11, libc6 (>= 2.17), libgdal26 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw_1.0.11-1.pgdg+1_arm64.deb
Size: 92636
SHA256: 2a6eb60cc37f7647bbb8c6d2942c9b0da32e0ad49b7ce38183a76f7525956b0d
SHA1: 1c5e00c2e10e6a1e8e834a5fb5e5bda1a5f93dcf
MD5sum: fbc87d7f24a8c9b313aeea90b25d9a6f
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2020-05-15 14:52:04+00

Package: postgresql-11-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.0.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 179
Depends: postgresql-11-ogr-fdw (= 1.0.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw-dbgsym_1.0.11-1.pgdg+1_arm64.deb
Size: 151112
SHA256: 37c0f8595541bcfee9ea02f8727209bb71968b3db160a4d25c41fea9f5344a2c
SHA1: 32501efff8bcd308723cef4ec07628f1e3435009
MD5sum: 5cadc4b2a43d33795dcde5c9f1870fd5
Description: debug symbols for postgresql-11-ogr-fdw
Build-Ids: 303790f7b5512894299cdecdeb7237ecfc14362a 6e29631be66d3590ff69c59bcd85c22c12ebc880
Timestamp: 2020-05-15 14:52:04+00

Package: postgresql-12-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.0.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 223
Depends: postgresql-12, libc6 (>= 2.17), libgdal26 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw_1.0.11-1.pgdg+1_arm64.deb
Size: 94228
SHA256: dde14a40a5e7e68d28be78507cc291c4a01bb12cd861f0b38e030febf3d3b384
SHA1: c5accf34b5a1c4132bf771176e7ebf957ed948a5
MD5sum: 7fcaa261d8b76c6fd1acadf328cbe3b6
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2020-05-15 14:52:04+00

Package: postgresql-12-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.0.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 188
Depends: postgresql-12-ogr-fdw (= 1.0.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw-dbgsym_1.0.11-1.pgdg+1_arm64.deb
Size: 160424
SHA256: 34d6f2252bc9f30202b41a0f20940a8c1b5e6be6feb7c719e9acf5a2d21cb358
SHA1: 4dc4cb54d61a32af4d391a190e4229411cf5b46a
MD5sum: 6e17fdec054b12053e32f7957cdb8bba
Description: debug symbols for postgresql-12-ogr-fdw
Build-Ids: d6cb98d2b76fc27a8d33f9fed91578a0a0815853 ec4821580f18767a7f707811b3714ecfebdf2215
Timestamp: 2020-05-15 14:52:04+00

Package: postgresql-9.5-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.0.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 100
Depends: postgresql-9.5, libc6 (>= 2.17), libgdal26 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-9.5-ogr-fdw_1.0.11-1.pgdg+1_arm64.deb
Size: 29256
SHA256: 1afc11a1099d811ab3d41a89cafb9968404c55f92e20407b9d70d4bc22f54897
SHA1: f23d32cc16b1aee01923f7ef739a9e24c0f50b4f
MD5sum: 091464f629c960b200129b0a91401cd1
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2020-05-15 14:52:04+00

Package: postgresql-9.5-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.0.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 160
Depends: postgresql-9.5-ogr-fdw (= 1.0.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-9.5-ogr-fdw-dbgsym_1.0.11-1.pgdg+1_arm64.deb
Size: 131264
SHA256: efe610a71e0515ed786a7e69219faf68e9453210d7cf0f836cadd8ced44c77a7
SHA1: 28eac85295ac4d8030b437735a7c4df18fff309e
MD5sum: f3e5ef93f58968cecbe416a75ce9f079
Description: debug symbols for postgresql-9.5-ogr-fdw
Build-Ids: 397bdf75cfc8ab6fa0fc521b29d55a51d19aa6ad 6bfb263ee3b11c3b289391b1b0b1f7b3c204c822
Timestamp: 2020-05-15 14:52:04+00

Package: postgresql-9.6-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.0.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 97
Depends: postgresql-9.6, libc6 (>= 2.17), libgdal26 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-9.6-ogr-fdw_1.0.11-1.pgdg+1_arm64.deb
Size: 29164
SHA256: 58437f5cd22a68b03306228bf65a206ac084b91622ac6e6f9cdf387a2a6fefc4
SHA1: 6d7e19627883c12189a6e44b3a2371b689daee4f
MD5sum: c2e8a3d5c2f04cf029ae746dabd19243
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2020-05-15 14:52:04+00

Package: postgresql-9.6-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.0.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 171
Depends: postgresql-9.6-ogr-fdw (= 1.0.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-9.6-ogr-fdw-dbgsym_1.0.11-1.pgdg+1_arm64.deb
Size: 142108
SHA256: f3b17fc414f145c2096cdc75af01ecfa07b4297ec818b4ada42a804351fddb45
SHA1: 682c85c25590e109a2251d1521dc414ae7a98578
MD5sum: 6b279755973980fa87012d55db155e93
Description: debug symbols for postgresql-9.6-ogr-fdw
Build-Ids: 77257f0ba9242d15c6616024d3ff4bd65d295808 d177c83c1cd56e50398000269991a4e6c1dfdec6
Timestamp: 2020-05-15 14:52:04+00

Package: postgresql-9.4-slony1-2
Source: slony1-2
Version: 2.2.8-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-9.4, libc6 (>= 2.17)
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.8-3.pgdg+1_arm64.deb
Size: 21980
SHA256: 0ed7f1b24facdbbb740ae2f342781c1ebe5ffa19b73dc25c7283801dedf9e384
SHA1: e69d49f1b2d2d002d7c3bf54b6eed8e0f4deaa97
MD5sum: 65d49874d595f5a142c1a716a48e7b3a
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.
Timestamp: 2020-05-18 18:58:51+00

Package: postgresql-9.4-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.8-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-9.4-slony1-2 (= 2.2.8-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-9.4-slony1-2-dbgsym_2.2.8-3.pgdg+1_arm64.deb
Size: 53436
SHA256: 3a219019c0d4e89c19df2f9195f95f3c5bc4768f53f60c16d7e1ef8ec17ea5f4
SHA1: 91cc66609db40e9646848833bb2c29cd6db154b1
MD5sum: 4a67825b213801f14d01f0e8be7ebf60
Description: debug symbols for postgresql-9.4-slony1-2
Build-Ids: 1abfc7844c498b8df0d6fd5c263d6937abef616c
Timestamp: 2020-05-18 18:58:51+00

Package: postgresql-10-pgpool2
Source: pgpool2
Version: 4.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: libpgpool0 (>= 4.1.2-1.pgdg+1), postgresql-10, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2_4.1.2-1.pgdg+1_arm64.deb
Size: 134200
SHA256: 638363736400a7f6059085d43e740468874030b54c4277359a98eb8959dbfa4d
SHA1: c45060dc2bbced2af7b4d04e8f6a62a5104c62f4
MD5sum: 4e5ce804d1b1bcda903d850bfc4dd491
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 10 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2020-05-25 12:38:29+00

Package: postgresql-10-partman
Source: pg-partman
Version: 4.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5542
Depends: postgresql-10, python3, python3-psycopg2, libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-10-partman_4.4.0-1.pgdg+1_arm64.deb
Size: 220960
SHA256: eabec11d7396b771d34271bf761ac6a02b5ab4b0d21a6bfe5f04ab6a5964d355
SHA1: ffd7fe47ed4e3e7edefd4dd2a28f19788fa77adc
MD5sum: 0ea0b89db53c8a345f461b7508385e02
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.
Timestamp: 2020-05-19 16:55:14+00

Package: postgresql-10-partman-dbgsym
Source: pg-partman
Version: 4.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-10-partman (= 4.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-10-partman-dbgsym_4.4.0-1.pgdg+1_arm64.deb
Size: 30816
SHA256: 8f038329e620a9e5028179f3ba6a7ae0ba49c1c377cf5cec5ea8dd46ccff99c1
SHA1: 79402c66d5f7d003826b2d6373db4a1e704833e4
MD5sum: c13739c1962ee0c8c4d91dbbfbb3fce8
Description: debug symbols for postgresql-10-partman
Build-Ids: b0843f6460448b3c27d60f139c8a15db2be7e89f
Timestamp: 2020-05-19 16:55:14+00

Package: postgresql-11-partman
Source: pg-partman
Version: 4.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5554
Depends: postgresql-11, python3, python3-psycopg2, libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-11-partman_4.4.0-1.pgdg+1_arm64.deb
Size: 232748
SHA256: e0cd2add4340a32ec75ac3e72b81e10bd739ed32848e30de57ab0bbbb246af88
SHA1: 44fbff9799b054faa52c79b63386d2b7febd8676
MD5sum: 64b4b2a376edbe36e7518d9b38433478
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.
Timestamp: 2020-05-19 16:55:14+00

Package: postgresql-11-partman-dbgsym
Source: pg-partman
Version: 4.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-11-partman (= 4.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-11-partman-dbgsym_4.4.0-1.pgdg+1_arm64.deb
Size: 35488
SHA256: d19d7046f8773f94d35ae1e82f745a6f66ea5b25991a720f5ecd3723e75e71a5
SHA1: c141b22b7e9d8d9a77b7de5e55d28e8add20adc8
MD5sum: f6a8ec02410174a4c0f25e3f0d772e87
Description: debug symbols for postgresql-11-partman
Build-Ids: bb493071632f55c86bde068521e93058ec77bb80
Timestamp: 2020-05-19 16:55:14+00

Package: postgresql-12-partman
Source: pg-partman
Version: 4.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5553
Depends: postgresql-12, python3, python3-psycopg2, libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-12-partman_4.4.0-1.pgdg+1_arm64.deb
Size: 232500
SHA256: 726edad3053b7477f613fbad3140c02b73f856ffcdbcb1db9a343d70fa77fc02
SHA1: c545fd3aeddd1cde6638d3947fd598736775d086
MD5sum: 0fd25f78e70a737ef0661e8e2bb57799
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.
Timestamp: 2020-05-19 16:55:14+00

Package: postgresql-12-partman-dbgsym
Source: pg-partman
Version: 4.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-12-partman (= 4.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-12-partman-dbgsym_4.4.0-1.pgdg+1_arm64.deb
Size: 37688
SHA256: 7894b0b207ab01db9d6a84feb3e09f2ce4c43abd07cea13ab1a865677a85565c
SHA1: 664f001c75fb47c3a364170ff70a3c30ea06c8c5
MD5sum: 91f5de7fec0912a989052902342c76e2
Description: debug symbols for postgresql-12-partman
Build-Ids: 3430a327501b9fab4a4081f5d58ab92ce708b765
Timestamp: 2020-05-19 16:55:14+00

Package: postgresql-9.5-partman
Source: pg-partman
Version: 4.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5542
Depends: postgresql-9.5, python3, python3-psycopg2, libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-9.5-partman_4.4.0-1.pgdg+1_arm64.deb
Size: 220852
SHA256: 24a969ba6ba5332780b6158265c442a79260a5d9df9659a82e835a8cace5bb68
SHA1: eb575f82ba7f0a1aa78952e2e98c331d21f337c2
MD5sum: abbc869bf9fcc94688cd3189610296e4
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.
Timestamp: 2020-05-19 16:55:14+00

Package: postgresql-9.5-partman-dbgsym
Source: pg-partman
Version: 4.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-9.5-partman (= 4.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-9.5-partman-dbgsym_4.4.0-1.pgdg+1_arm64.deb
Size: 25524
SHA256: f122ae51490ff1080d2970f74be7fa0811d832db73307be78aff6b91ac93cf57
SHA1: 7f0a533ecfb51620bd2d2dfeab81422ddab2c7c4
MD5sum: 5fa8face554f8b7e9eb09453c1042c87
Description: debug symbols for postgresql-9.5-partman
Build-Ids: 53b2ef493532aeb947011571208e8e1320f78242
Timestamp: 2020-05-19 16:55:14+00

Package: postgresql-9.6-partman
Source: pg-partman
Version: 4.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5542
Depends: postgresql-9.6, python3, python3-psycopg2, libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-9.6-partman_4.4.0-1.pgdg+1_arm64.deb
Size: 220924
SHA256: f1c0c38330a6424c35b26a731afb3e37b04fa02030f41904180b5625f06d444c
SHA1: 38532611b6ea007c5eb7906fd3dfd0a9efec2e01
MD5sum: 6f4724f5fc62a73d95e91c9e29eacefa
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.
Timestamp: 2020-05-19 16:55:14+00

Package: postgresql-9.6-partman-dbgsym
Source: pg-partman
Version: 4.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-9.6-partman (= 4.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-9.6-partman-dbgsym_4.4.0-1.pgdg+1_arm64.deb
Size: 26344
SHA256: f0217739b7fa8d0661cd1ff00cb406073c4bb2a4d89e8ac41f4a8a6e9f240e0a
SHA1: 944aaf2fcbf55b2e3f5a38536c393ba90b80d65c
MD5sum: 703896c6fe8b07e0fc5d05a6ab996941
Description: debug symbols for postgresql-9.6-partman
Build-Ids: c341b5725e2c6ad506e0f8ce5149093bc85743cd
Timestamp: 2020-05-19 16:55:14+00

Package: libecpg-compat3
Source: postgresql-13
Version: 13~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg-compat3_13~beta1-1.pgdg+1_arm64.deb
Size: 18220
SHA256: f8869f4993228b31def4539e31e1d75600e3d7bcd40930b4a71c68c6a70bf12c
SHA1: e7110b909678c5c30d6ccc385b20ecd3267e9dd9
MD5sum: a27f50b2aa049f81d9ee330d2c4d7a9e
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.
Timestamp: 2020-05-21 09:32:23+00

Package: libecpg-compat3-dbgsym
Source: postgresql-13
Version: 13~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: libecpg-compat3 (= 13~beta1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-compat3-dbgsym_13~beta1-1.pgdg+1_arm64.deb
Size: 38048
SHA256: 80200b871f5edb7e348b8dd7359f8ff4d4d0a39acebc7582ced8e4031cb33b15
SHA1: 307704ce591ec3b9889d83e9dde424f7a397dcf6
MD5sum: bbac17064efe97cfb563b580af9056c3
Description: debug symbols for libecpg-compat3
Build-Ids: e194e30bcd8b4c2469049deb46a076bd8de0ba87
Timestamp: 2020-05-21 09:32:23+00

Package: libecpg-dev
Source: postgresql-13
Version: 13~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1479
Depends: libecpg-compat3 (= 13~beta1-1.pgdg+1), libecpg6 (= 13~beta1-1.pgdg+1), libpgtypes3 (= 13~beta1-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libecpg-dev_13~beta1-1.pgdg+1_arm64.deb
Size: 262788
SHA256: df90c73bc393e784bc25c91850197f10c8df11a6bac3c2356c8f17e56e7b7190
SHA1: d91e268986fe6f7166a62d81e93c30f54ea431a9
MD5sum: 888635741e3882f2b16139a2dd3a2d43
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).
Timestamp: 2020-05-21 09:32:23+00

Package: libecpg-dev-dbgsym
Source: postgresql-13
Version: 13~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libecpg-dev (= 13~beta1-1.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-dev-dbgsym_13~beta1-1.pgdg+1_arm64.deb
Size: 213364
SHA256: 84942ce8fc773af6d01ddb20e2b578687dce98dae92f1dbd747462fa18b88d7c
SHA1: b53a1932fea365bc9611a919a23c4a150b949159
MD5sum: 7061a42834cdea0c94a80e8d3a66d2ee
Description: debug symbols for libecpg-dev
Build-Ids: d6d5deb2791991106613d399f63295562653f765
Timestamp: 2020-05-21 09:32:23+00

Package: libecpg6
Source: postgresql-13
Version: 13~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 215
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg6_13~beta1-1.pgdg+1_arm64.deb
Size: 52536
SHA256: 56b33790ce8bd08db129ca824a99f27d24cb63d750b1fc6688dc375fa68b8eee
SHA1: 1672bb97acd6450dd31a162d83b17f2952e5c4c4
MD5sum: 085770a507e9c041da31e1baaa5424f5
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.
Timestamp: 2020-05-21 09:32:23+00

Package: libecpg6-dbgsym
Source: postgresql-13
Version: 13~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: libecpg6 (= 13~beta1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg6-dbgsym_13~beta1-1.pgdg+1_arm64.deb
Size: 115032
SHA256: 8d5fca0faf534b60435dee11d23e8ef88cef8a6a7ddf8ab074e04b28959c626b
SHA1: 981d69a8ae89525a51dacd9a5adcbab334000f08
MD5sum: 8e6965493b8ad51db08ed9e3b0bdbce9
Description: debug symbols for libecpg6
Build-Ids: db49284484bc0d67f434bea14fa111b6ebe719fd
Timestamp: 2020-05-21 09:32:23+00

Package: libpgtypes3
Source: postgresql-13
Version: 13~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpgtypes3_13~beta1-1.pgdg+1_arm64.deb
Size: 38716
SHA256: 48c5c1c042eff2870e3a276791324e37f8e77b32fb85a50eba2e9bad95ba9d10
SHA1: 8685ad2eebd0cda63a2452d49d59df1019428da6
MD5sum: 30a67fccc6b7fbe5784bbaa5be8b0536
Description: shared library libpgtypes for PostgreSQL 13
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-05-21 09:32:23+00

Package: libpgtypes3-dbgsym
Source: postgresql-13
Version: 13~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: libpgtypes3 (= 13~beta1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpgtypes3-dbgsym_13~beta1-1.pgdg+1_arm64.deb
Size: 84436
SHA256: 5c1b0d875a1917f8a4c3df808ea65a444860cc5ba5e4b09cc59560ff08ff0555
SHA1: a136bec8a85e7672312fec4b82e57424357016b3
MD5sum: 585041a8c0dee38e06ceff3d1ba02992
Description: debug symbols for libpgtypes3
Build-Ids: bed8a66c07bdfbea65c7d3e477d7002e9b9b0385
Timestamp: 2020-05-21 09:32:23+00

Package: libpq-dev
Source: postgresql-13
Version: 13~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 552
Depends: libpq5 (= 13~beta1-1.pgdg+1)
Suggests: postgresql-doc-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libpq-dev_13~beta1-1.pgdg+1_arm64.deb
Size: 130304
SHA256: 0cccff15d2e449486e05aa124962a24b911cd0c530c2dad833d13fe220649c3a
SHA1: d7f96b090fb9ee3e0ff8266f611d98bf1924504c
MD5sum: 44d7a7d1c61619fc4b7c2ea4ce42ac32
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.
Timestamp: 2020-05-21 09:32:23+00

Package: libpq5
Source: postgresql-13
Version: 13~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 852
Depends: libc6 (>= 2.25), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpq5_13~beta1-1.pgdg+1_arm64.deb
Size: 181184
SHA256: 8bc4263b34532fdb761cdbff4850e5fa95f9421c70812b84d06922684123fb4a
SHA1: 0c7a9b0fb546206c60f02b506af2c3bb62a45bd4
MD5sum: dca4a65e5bdd9f15c85214e6ca89e7b6
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.
Timestamp: 2020-05-21 09:32:23+00

Package: libpq5-dbgsym
Source: postgresql-13
Version: 13~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 289
Depends: libpq5 (= 13~beta1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpq5-dbgsym_13~beta1-1.pgdg+1_arm64.deb
Size: 254228
SHA256: 0aff7461a69c70ab7be012c787d3e7ef928bc7fa1f8820896ec4a0e06ac6f9d0
SHA1: 370fd5c296b113fb6e92dacf9060a3327cd21c20
MD5sum: c6f2c870152963e5d3f93f5e2fa812b3
Description: debug symbols for libpq5
Build-Ids: 67bfbc29199f2fe0445de4c9747393a7e151f4e6
Timestamp: 2020-05-21 09:32:23+00

Package: postgresql-13
Version: 13~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50983
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu63 (>= 63.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm10 (>= 1:9~svn298832-1~), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 2.1.12), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/database
Filename: pool/13/p/postgresql-13/postgresql-13_13~beta1-1.pgdg+1_arm64.deb
Size: 16108612
SHA256: 49665a996c825062658053b831d1a2a707f7619afec0d7ae927b07ed68cddc97
SHA1: 87c149c0fa9a58461ea9ec8c21527dc8cee38c06
MD5sum: 71b9902d6978bbf901b5f6397d39a017
Description: object-relational SQL database, version 13 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 13.
Postgresql-Catversion: 202005171
Timestamp: 2020-05-21 09:32:23+00

Package: postgresql-13-dbgsym
Source: postgresql-13
Version: 13~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17130
Depends: postgresql-13 (= 13~beta1-1.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/postgresql-13-dbgsym_13~beta1-1.pgdg+1_arm64.deb
Size: 15475888
SHA256: 9d752eba3bb7d4fed1bc50bc1d8e68275e016369807e1e0995ce6ef8c2d864be
SHA1: 164a9322d7edc201483b8267916cce60adc1d28f
MD5sum: 4ee4aeb3f48d35c81b7553ac96ec5c2e
Description: debug symbols for postgresql-13
Build-Ids: 0591301915d853efa80559504c908a207415f9dd 0b2c267e1adc73e1ec057d59de06ffa3760ed678 0f62f8e79550c041341558cd6a657c67dab50838 0f85c18a8640d199de52bd343c8d86ccdb2acefb 145372af8904cedd27a095a9d961ba67b54bacde 18432322bf2125eaf00b0c5788d01958d3e50eb2 1a25a0a3d5dfe60fee2199182596d3b31bfb1fb8 21f119412bae5100c043cf4a48c10d79ca4cf327 22d5579c7cb50085991393333aa4dd1a492b9e1f 2433471ae2ea02fd293050675fbbdaaa7835267b 28ef11c530c72cd5e0fdf01e18f35da7730e2ea3 2b25d73204868fd5de132676f8da7e582c805d93 2cf1a314fd7bdd96e6524c4f07cc5b76b8547a44 3377831fdc9410466d08d44f23d69cfb69835164 354eea8f38092d788d6f77d49d65c70a79f604c4 36054d9103c9f9d23eb1f542187b6f80bb8377f9 36b9433d845ecb050e1adbc123cddd7fbe28e53a 38c011787248afb4831a4d8ed6f0e70744a9f617 39ad784b7f2a469ffe9754ff7a4f1183ba07d0d4 3a50dfc4ff1e4d0c3fb041ca38cd146a2f605b4a 3cf61433e976822d689313945ce8a0286ddaa996 3f361c34a02e086c2c9c573a1e0be543c93c62b0 43033401e70833f3500c6d37ffe306cf3a820cc4 45d0418e6ff377549ae102008f0e10fc46a7a54c 4df598502a30a984696a3a9aba888001eb09e2d7 5eff9068dd19d0e9151dac0a71137349daa86ca5 62a972170426b6d4676a3c1b5cb68d32c967e82a 64bbccd4b7e6b4440a1fb86a33a716bf59bc264c 67f353902fdf5e8ae179b1d7315bec5e8998ee31 6acc097dffef452028b9c34efd3aa3086686752d 6d803ca85e8e516fdd1c523b0dedd2c035a4ffe9 6fc5438dc73cc1b33ebfa541ba0a8b6f2acbb51f 71fb7d0032e48950ee0d760bc97b74f1a4ef5662 75b77020fd9409ce85963c12b6ddec954e5f198a 79090e8b31550b3c8b03a313824706355e76acdb 797b7aeeb888c7b278dccf66d1848213153b78c1 7cf3bf1e4726ad1ec978d9e5ec3b7535ea251296 8535a7317f3e231e5c6b5912599e858f53c20967 88d828020f627d95ff4f0ba31bf36219d03cbb86 88e4cff5d2ca29aa21daa5a7a0ee14b669c9e8e1 8ec371cb8af26356effb53c6ebf39dff5997c894 8efad4ac2be962d676dd84a3391a3456cb61e9ed 927b3fc90fec4fcb6bdd3b97f02944b3a8a9b2bb 93551256d3e5ba05f71f75acbfc134c089711407 94e406438d8cc431c38e0c7b14e2e1eff8d2b7c9 96a2542e06282438915aba6fffbf13f5cc048b52 993add0b2853dad25f71c366fffe449b07bfa58e 9ffcc51113b728a024be45ce83d0b1f079f8fdb0 a0cbad3f6ef911364619568610e51a2cf4729987 a782a37304aaf299ddef69ab1cd7a5ef3cb2b75e adcfd709b52b5456d5844740e020352d930a968a b17ce5d651f35b4462b0648dbd57b7fc6a31481b b5022e8329fcbd5484f32e159ee4eb20d95d158b b641483aaf2e9377d5deeb85a9f8e79a7c933f80 b8372b4e4fc183eff1ece035c45080782c0f25da ba82ed33450a8a62921f165801cda38a18367ed1 be5bd5b898f6504f97a3d71160ee38ee40aa9a0a bf4cc6cd112064e550a89a7d65dfba026058904c c3a07a6d5acd3e1c32a6dd521cbe0a72efa9cb44 c454984de5bd4b0360dccf66b64f0251e2bfd9e3 c5feb1009b3158026982322e38ab411cbac5ac5b c696e20eeab6d5c48264e4db699949d5272c2e30 cae27d0aa30348a7d4f94c0353ce79e524aee44d cd284b3d683024b80c0d875cc0886973b6a5cb6b d037d0ab17c80827176126d6656a641e3db60c03 d1c28a5f33fd8782b567608d5b812951b746d006 d5939e5fda0e3331ed6f90c14641f9829510a4c3 d717881427c0a34017dd2806498ee4f84245a11f d720e8c95d1522b63078f10212d88bef970cb4a7 d76b0123e8039f657cd2b23599b42855a3ace5d1 d9a392d2edc3392cde662d966d0df902859f5071 da24f4775c6085535b812b6577cff671e5619058 da99c10fd20514f954f7ad53e3a5591ef91a2887 daae9b9cef25639683963d6856d0a409c0fa09b9 db1289b763ec1bbddc4290af8c3621ff501d97fb dd2a1e73da2662185a7d12d1e81c08b276c93a17 df5d56b14b52ef7d9056c08ada4bce7536661ce2 e0c36dd9c6bf4e40cd8f66bb9fcd80facd4f6730 e0d97d3d601f2e4d6e19cd1dea61a3f60a08c2da e0e541c9604bfd3bb4e18cd4ce995ef8c253a164 e45cb1b35e2af1da2a879bb5f9ad5f05ecb90f1b e4ffc9a6239eec3133e69bcd9925f5e19479b982 e535c061198c6a8213ff1a0f4de6e18a8fe9c069 e5bd5ad53f3627f5f660b8293612229eb078f969 e731dd8b04759c28cc79718c97fd663e5141f1c9 ed35192c984d1fdb27266f0b19468e632eb643bb f196ab7b48bbe5f7b68e8bd399233430fca3bea7 f6cfe5cdefdbd96c5cdeb3d6024c52db3719ca5f f815b3d0e53411fee0abec51ec7a78de6863e5de f8915cbc8ff085598d086c9b243e3f901ecdd7ab f90ef5d0733f538095446a852c26a50ba930a67a f96992e6c22b6a17128482041b2e87103a74e8d1
Postgresql-Catversion: 202005171
Timestamp: 2020-05-21 09:32:23+00

Package: postgresql-client-13
Source: postgresql-13
Version: 13~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7044
Depends: libpq5 (>= 13~beta1), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), libssl1.1 (>= 1.1.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-13, postgresql-doc-13
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/database
Filename: pool/13/p/postgresql-13/postgresql-client-13_13~beta1-1.pgdg+1_arm64.deb
Size: 1573664
SHA256: e42d4b4cde14def293f6e2edc036440f46527a1ddd9256e68bb299cb0026c4fc
SHA1: a13f6055a66eddc9d52e797a53635514e5c7bcb8
MD5sum: a4d81f0a1c56b4cfa0023c953140031d
Description: front-end programs for PostgreSQL 13
 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 13. If you install
 PostgreSQL 13 on a standalone machine, you need the server package
 postgresql-13, 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.
Timestamp: 2020-05-21 09:32:23+00

Package: postgresql-client-13-dbgsym
Source: postgresql-13
Version: 13~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2216
Depends: postgresql-client-13 (= 13~beta1-1.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/postgresql-client-13-dbgsym_13~beta1-1.pgdg+1_arm64.deb
Size: 1811852
SHA256: e872d43163d51358f680ca47ec7868cc834bb90037164af5b1a3cbc46ae31aca
SHA1: 142150808823d2c01d93431d2942e61b2f9b90a5
MD5sum: 4f705198f66d1d6c438cbf9e9339d142
Description: debug symbols for postgresql-client-13
Build-Ids: 06ba112f9ffed0983416f1c9a5312c4fa715cad1 20a90246a54701b4ec04092d27407f162927af3b 28fe32e189eeecf01655de028c198bcb0ed923a0 41ecba998d0d9f5aa1b884d9904e5513d308534e 429a69d8651b2f4f502f39218f1b2e8f49cc85ac 53956ab95c7937ca1c8dcb627dd94670746f8ad9 7fe900b310a7b88fe78bcfb47f54b8b85b0c30c3 8063affb872ba72245d0cac0b761b3f533a78b65 86bd92260d27dd909171607936e61b8f08f16142 92806950e230aac2c1ed3be706f7f9fd83415ef1 9f64c4dd1bce738f89d36729cf783fda47642983 aa31b568170fd2ba44de080b6b378b77e5cbf840 b2f38d7c2c0e6225c04522aa54db67fc34f76529 bfed25c300add850e4a9b6e7372361ae6bb3f34f c8a7735fe2d13a75ed644553f76061b75d20f1db d3ec8691b22adc7314ca96bae8c6b366fbf312e5 e27d74da83dfd5287ca9bfd18b96ef8909d46ed3 ee9a784e8e457f66eef91cc89a166527032d3cba
Timestamp: 2020-05-21 09:32:23+00

Package: postgresql-doc-13
Source: postgresql-13
Version: 13~beta1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14956
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/doc
Filename: pool/13/p/postgresql-13/postgresql-doc-13_13~beta1-1.pgdg+1_all.deb
Size: 1875072
SHA256: df286c2d2fa83899eada9cd301a841ae179807b6e27d3483a3780af3422c5acb
SHA1: c2bc9b5056af65e2484bb9bf0ebbba8d807ba4b3
MD5sum: e4798705b4269b6533b66690cc450dab
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 13. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-05-21 09:32:23+00

Package: postgresql-plperl-13
Source: postgresql-13
Version: 13~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 344
Depends: perl, postgresql-13 (= 13~beta1-1.pgdg+1), libc6 (>= 2.17), libperl5.30 (>= 5.30.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/database
Filename: pool/13/p/postgresql-13/postgresql-plperl-13_13~beta1-1.pgdg+1_arm64.deb
Size: 81516
SHA256: 3675179146a3c6428aeaa26f011b0dfdddc87e0b1795d568c056e735727861a7
SHA1: 8f35da32768ca35550c4739a0f3a18806a7c2339
MD5sum: 8c5eb516e7d70ad20195587c2a34b3ee
Description: PL/Perl procedural language for PostgreSQL 13
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Perl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-05-21 09:32:23+00

Package: postgresql-plperl-13-dbgsym
Source: postgresql-13
Version: 13~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: postgresql-plperl-13 (= 13~beta1-1.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/postgresql-plperl-13-dbgsym_13~beta1-1.pgdg+1_arm64.deb
Size: 174056
SHA256: 209b36ec767c92b79a5626e062783b0e552a230add1f83aedba8db36e73f5c60
SHA1: 93c0cb8eca599fb80926aef0552371060b612abf
MD5sum: 9aca3a39e32eca27e40a4c5f9c0a729e
Description: debug symbols for postgresql-plperl-13
Build-Ids: 208ef74b7cd32870db8f97e27bc1f22589c8c06a 89ae7025a60909110083f847c0c2cde43c2f2aaa a97f2ad00f817d118210bd64bbd4388ce3c5d76e ed42dd63b0668d6e743469cd2bfb756ed9978407
Timestamp: 2020-05-21 09:32:23+00

Package: postgresql-plpython3-13
Source: postgresql-13
Version: 13~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 473
Depends: postgresql-13 (= 13~beta1-1.pgdg+1), libc6 (>= 2.17), libpython3.8 (>= 3.8.2)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/database
Filename: pool/13/p/postgresql-13/postgresql-plpython3-13_13~beta1-1.pgdg+1_arm64.deb
Size: 100344
SHA256: cbd0f492bb7fda85fc4b1ceabc8cd549c2bf72071f38a6084d51b71fb9fdc6fd
SHA1: 3424f9083d26f2d477d2b758692fc8f81e1d7e51
MD5sum: 3139134b4f77d80a556891fee5e3da0b
Description: PL/Python 3 procedural language for PostgreSQL 13
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Python 3.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-05-21 09:32:23+00

Package: postgresql-plpython3-13-dbgsym
Source: postgresql-13
Version: 13~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 233
Depends: postgresql-plpython3-13 (= 13~beta1-1.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/postgresql-plpython3-13-dbgsym_13~beta1-1.pgdg+1_arm64.deb
Size: 181816
SHA256: ab8781e76f288fbd97e0aec64157c3c94cd12d2133aa139c5d62357fd0ebb759
SHA1: f1f9b18eaf46f026906acc3cab684c7ea3d90d4b
MD5sum: b15cc4868a310b82bf6e60d9ce216a61
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 0086c12d1b84a60bae5c618d6e39178911d4f12d 43712d9097199cc5f7d3af0e086a7ccb58758e0d 6caa2ba0404016201c720235439e33a2627d42a1 8e33faae72b4e3844c76fd3b45de379c4bd86cf1
Timestamp: 2020-05-21 09:32:23+00

Package: postgresql-pltcl-13
Source: postgresql-13
Version: 13~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-13 (= 13~beta1-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/database
Filename: pool/13/p/postgresql-13/postgresql-pltcl-13_13~beta1-1.pgdg+1_arm64.deb
Size: 34912
SHA256: d4c7ccd2bc3becf2f4a891f32522e57915d421d5ea493fb4de95c3d07c73540b
SHA1: 7afb64deb249bf5e0414403f2ac27ec4421dbf69
MD5sum: 594efab3a3912093399b877c185c9cfd
Description: PL/Tcl procedural language for PostgreSQL 13
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Tcl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-05-21 09:32:23+00

Package: postgresql-pltcl-13-dbgsym
Source: postgresql-13
Version: 13~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 123
Depends: postgresql-pltcl-13 (= 13~beta1-1.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/postgresql-pltcl-13-dbgsym_13~beta1-1.pgdg+1_arm64.deb
Size: 106272
SHA256: 61d99d87869764d2c645d2dfc77bc2017b46b16d79a5ed0f08dada88035dc4c4
SHA1: 2d1550e1736c6ea6606adb2d21e79b068007f6b3
MD5sum: e8a8c89edb01513e0ff8ab4b3d501ae4
Description: debug symbols for postgresql-pltcl-13
Build-Ids: a71b7f4afc1b5108b3bca34207f016bd4022abff
Timestamp: 2020-05-21 09:32:23+00

Package: postgresql-server-dev-13
Source: postgresql-13
Version: 13~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5734
Depends: clang-10, libpq-dev (>= 13~~), llvm-10-dev, postgresql-client-13, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/postgresql-server-dev-13_13~beta1-1.pgdg+1_arm64.deb
Size: 961068
SHA256: 66f4cac113a2425cd25aa3f19322bdbda7bed952556a223f9ae707d9043b7540
SHA1: d10b2707127d8c1fe4b2b8c31e9721fcccd8a1a4
MD5sum: e0a9f6a801fe1e5377199e264fcfc40f
Description: development files for PostgreSQL 13 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.
Timestamp: 2020-05-21 09:32:23+00

Package: postgresql-10-numeral
Source: postgresql-numeral
Version: 1.2-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-10-numeral_1.2-1.pgdg+1_arm64.deb
Size: 22192
SHA256: 33a22cb85cedd304687d3f0ba1f4feb2f8654248f23ba26c6d652d054285d85e
SHA1: d135b10bacf8bf80a6d84901af4a1b8e2f639830
MD5sum: 6710d0bf169d3012f2d52c8ff930a3de
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2020-05-21 17:23:09+00

Package: postgresql-10-numeral-dbgsym
Source: postgresql-numeral
Version: 1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 63
Depends: postgresql-10-numeral (= 1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-10-numeral-dbgsym_1.2-1.pgdg+1_arm64.deb
Size: 41772
SHA256: e0f15d3b8a882d356523d31c772f68cc40d62a8766da890e49347877226ebb28
SHA1: 5011ab99511d88bcd8fa477ed0efe0fe21ee9fe9
MD5sum: 00573aef770d4b6bf2bc94a8dd59a18b
Description: debug symbols for postgresql-10-numeral
Build-Ids: ddbcbc1a622346489fb8b5a34c1ab41c6d842862
Timestamp: 2020-05-21 17:23:09+00

Package: postgresql-10-toastinfo
Source: toastinfo
Version: 1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/credativ/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-10-toastinfo_1.2-1.pgdg+1_arm64.deb
Size: 6040
SHA256: f137d3efda138c7a741e997b14a5279a6c88d13d287e857682e5f30862a32d57
SHA1: 3cda02a7382c23d8e1b8148d55bed21f6897303d
MD5sum: 7213e6c0bad6cf713deac405f8e61a8f
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2020-05-21 17:23:09+00

Package: postgresql-10-toastinfo-dbgsym
Source: toastinfo
Version: 1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27
Depends: postgresql-10-toastinfo (= 1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-10-toastinfo-dbgsym_1.2-1.pgdg+1_arm64.deb
Size: 13012
SHA256: 5925c3be510d76f1ba9eb55a71ac32aa623a0feaa9d5adfd17bb359e79089d91
SHA1: 94ed789ce1e5c4bf4bab0d6e0a6ba0833d083819
MD5sum: d9682e073b510b1b1de31c3c4c23e88e
Description: debug symbols for postgresql-10-toastinfo
Build-Ids: 28bfbdab29ca93ce18a14944f6d209a07aad4310
Timestamp: 2020-05-21 17:23:09+00

Package: postgresql-11-numeral
Source: postgresql-numeral
Version: 1.2-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 266
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-11-numeral_1.2-1.pgdg+1_arm64.deb
Size: 79112
SHA256: 5e956066da5cf2a99aaecc7e6861b84732ec230d296e678198a463431d0daac2
SHA1: c5075b214986864b6be3f093b3ba56aa9da59abc
MD5sum: 16ac7f55088450c1834c9a1507ae9891
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2020-05-21 17:23:09+00

Package: postgresql-11-numeral-dbgsym
Source: postgresql-numeral
Version: 1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 63
Depends: postgresql-11-numeral (= 1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-11-numeral-dbgsym_1.2-1.pgdg+1_arm64.deb
Size: 41804
SHA256: 0b6364ba414b6a755a6aead85c5d9a3a10e39e15cb5663113b045b2b755fb190
SHA1: a56ef4efcb1e5eed14e590855984f2711ec6a331
MD5sum: 03264b20c2811f05027ec68b08615857
Description: debug symbols for postgresql-11-numeral
Build-Ids: 1c232141d11b6ada4c5537d242da2aac4b8a805f
Timestamp: 2020-05-21 17:23:09+00

Package: postgresql-11-toastinfo
Source: toastinfo
Version: 1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/credativ/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-11-toastinfo_1.2-1.pgdg+1_arm64.deb
Size: 11776
SHA256: ce95d1944b086ce315d12b0172734cd2356897390678fbff6ac4c5e4ee05d035
SHA1: 5bf586edb95386417c5e7897451faf67909ae74c
MD5sum: e5e5190ee6b5715e57f897a54a01a051
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2020-05-21 17:23:09+00

Package: postgresql-11-toastinfo-dbgsym
Source: toastinfo
Version: 1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27
Depends: postgresql-11-toastinfo (= 1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-11-toastinfo-dbgsym_1.2-1.pgdg+1_arm64.deb
Size: 13124
SHA256: 70916243a7fbff9489b246020fb87d87ed0b9787bebf0f72f3783ad3ce236774
SHA1: c2b560bf37955e9e94f1d42983995356f4b13380
MD5sum: 293a07ae049abe6bd184605130c83d06
Description: debug symbols for postgresql-11-toastinfo
Build-Ids: 155af7cde65ea9ce603ccef37ac3ed4b03e289ff
Timestamp: 2020-05-21 17:23:09+00

Package: postgresql-12-numeral
Source: postgresql-numeral
Version: 1.2-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 266
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-12-numeral_1.2-1.pgdg+1_arm64.deb
Size: 79088
SHA256: 25d5a328a88df8896e87df2c8d7da9d56e2308499db437bcff7f49449558d788
SHA1: deac33da735d671fc220c2705b2d51e768e71a79
MD5sum: 08236abac5c3df3c682413cf779ac120
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2020-05-21 17:23:09+00

Package: postgresql-12-numeral-dbgsym
Source: postgresql-numeral
Version: 1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 63
Depends: postgresql-12-numeral (= 1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-12-numeral-dbgsym_1.2-1.pgdg+1_arm64.deb
Size: 41840
SHA256: fc25e9341f4fb39bb0d53dee5499f8c79fd00a645955d13d5d29611777643cdb
SHA1: 73aee94bc6ed21b04265f419473c9f3bfeeabc2e
MD5sum: 7e3792c835e8aa56bdc33727772b3a7b
Description: debug symbols for postgresql-12-numeral
Build-Ids: 6dbabd1ebb0a41dc9afcccdcd7378b75c2477662
Timestamp: 2020-05-21 17:23:09+00

Package: postgresql-12-toastinfo
Source: toastinfo
Version: 1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/credativ/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-12-toastinfo_1.2-1.pgdg+1_arm64.deb
Size: 11824
SHA256: a4a9f0d61ed757f2dd3ce43ed01b358d500b217290eef2c8c793ea5a3bb7dfd5
SHA1: 8288666a83691705d6d18a48a5b5f3235914e0e4
MD5sum: 747a83842cd3999ff61d1b836c91704d
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2020-05-21 17:23:09+00

Package: postgresql-12-toastinfo-dbgsym
Source: toastinfo
Version: 1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27
Depends: postgresql-12-toastinfo (= 1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-12-toastinfo-dbgsym_1.2-1.pgdg+1_arm64.deb
Size: 13312
SHA256: e733f1aadf9d96e6360527d49e91e28199bd7e1ab32fefd1e9ad5bcb08835111
SHA1: 31ae05dec52f12cd43aace29393f2d81169d5560
MD5sum: c06b8e4c97dfeb394b3fc1aa66df40e3
Description: debug symbols for postgresql-12-toastinfo
Build-Ids: f6a34ed59d3435cfbd5ebf883b9c692b0c6a0e32
Timestamp: 2020-05-21 17:23:09+00

Package: postgresql-13-numeral
Source: postgresql-numeral
Version: 1.2-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 266
Depends: libc6 (>= 2.17), postgresql-13
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-13-numeral_1.2-1.pgdg+1_arm64.deb
Size: 79160
SHA256: 1b692fb009ccb7c29379f5fc181c012ce377f46309cd5e7d356022ce5d9768d6
SHA1: 71c0a5b5c42da29e9f94189df6d5a39944081b3c
MD5sum: a056c08cfac4a7db0133e6582dffc949
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2020-05-21 17:23:09+00

Package: postgresql-13-numeral-dbgsym
Source: postgresql-numeral
Version: 1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 63
Depends: postgresql-13-numeral (= 1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-13-numeral-dbgsym_1.2-1.pgdg+1_arm64.deb
Size: 41844
SHA256: 12116a920bf7860b0fe62c4d6caf57352289451ed41e0191e77f42068ab6a393
SHA1: 98a9d53009688516ee6c4ec901f836f7507e0daf
MD5sum: 2aa6c35caa3a0f60752dd06c140bd00a
Description: debug symbols for postgresql-13-numeral
Build-Ids: ffce3de880aa73799f73f9f68d9cce30c8ae0553
Timestamp: 2020-05-21 17:23:09+00

Package: postgresql-13-toastinfo
Source: toastinfo
Version: 1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/credativ/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-13-toastinfo_1.2-1.pgdg+1_arm64.deb
Size: 11884
SHA256: 515a26ed6e8131ee91cdf7d3fd5d8d6971edc61d7552c0e7e37c0f4592b26e8f
SHA1: 345418edfee957eef4c316072b2ced2226f46dc2
MD5sum: dd6bd8102fa59c6b88ca95214001044e
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2020-05-21 17:23:09+00

Package: postgresql-13-toastinfo-dbgsym
Source: toastinfo
Version: 1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27
Depends: postgresql-13-toastinfo (= 1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-13-toastinfo-dbgsym_1.2-1.pgdg+1_arm64.deb
Size: 13024
SHA256: fe7cf32c2188ec85e9677a0370552c62e19f7ed032114f94d7710f27a2d3a282
SHA1: 0ba0005d455747499510da96906b360a5b1372a7
MD5sum: 0242edc7fb2fbc06460c9642cf11ead9
Description: debug symbols for postgresql-13-toastinfo
Build-Ids: 6669a165234938ebfb6edae11d54076793853146
Timestamp: 2020-05-21 17:23:09+00

Package: postgresql-9.5-numeral
Source: postgresql-numeral
Version: 1.2-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.17), postgresql-9.5
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-9.5-numeral_1.2-1.pgdg+1_arm64.deb
Size: 22164
SHA256: bbdd731404dd36605514e5360e00bf0d193bbe531a47ca6ed257c34f89105cd8
SHA1: 0cad29590fe98ca0994bd24de5b596ba3c7deb1e
MD5sum: 4abbd8b43ebccf148b7939bce9dde0b3
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2020-05-21 17:23:09+00

Package: postgresql-9.5-numeral-dbgsym
Source: postgresql-numeral
Version: 1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 63
Depends: postgresql-9.5-numeral (= 1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-9.5-numeral-dbgsym_1.2-1.pgdg+1_arm64.deb
Size: 41756
SHA256: 616e19937fa913d1547f3ca83bf99c05e8372ebc6455edf07cc9e75820ecdf2f
SHA1: c93643525f8fd4ae632ed56aae324990aedc1e20
MD5sum: 2986f134552e72cc84bc25bd693ed271
Description: debug symbols for postgresql-9.5-numeral
Build-Ids: 0e04a822b6ef9c1ee6383fc502f43d51d20b9446
Timestamp: 2020-05-21 17:23:09+00

Package: postgresql-9.5-toastinfo
Source: toastinfo
Version: 1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-9.5, libc6 (>= 2.17)
Homepage: https://github.com/credativ/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-9.5-toastinfo_1.2-1.pgdg+1_arm64.deb
Size: 6052
SHA256: f7698ca07a5eadb234c529f9d93d0757727a1d55b414d24f29aa49b45737feb0
SHA1: a0558d0daed5f9a74d76323413de6c3f18f70b28
MD5sum: cfd54f0a2eea9107e1aa2713bd378c4c
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2020-05-21 17:23:09+00

Package: postgresql-9.5-toastinfo-dbgsym
Source: toastinfo
Version: 1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27
Depends: postgresql-9.5-toastinfo (= 1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-9.5-toastinfo-dbgsym_1.2-1.pgdg+1_arm64.deb
Size: 13088
SHA256: 89cfd984de528ef7df0ad55bb6798efed0d9963c4bad7d9f85f1aaa902cf6cf9
SHA1: 244bb6391862b26acd29a36809f858f2c4bdf397
MD5sum: 6ff89a89688b4b7c5517f6445e73a924
Description: debug symbols for postgresql-9.5-toastinfo
Build-Ids: 751ae89dd998a4ceb58da7f9d78d4bda8ef7898c
Timestamp: 2020-05-21 17:23:09+00

Package: postgresql-9.6-numeral
Source: postgresql-numeral
Version: 1.2-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-9.6-numeral_1.2-1.pgdg+1_arm64.deb
Size: 22196
SHA256: e32a4c1b6a512780fe7a71b9d95d4be75c20901e0e376d8cdfa7e378d9595e9d
SHA1: a4a5424d9772c5f8c502dfb89cb2c8ccbeaaf33e
MD5sum: a028307e8c4c1048b8fc5009c895e42f
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2020-05-21 17:23:09+00

Package: postgresql-9.6-numeral-dbgsym
Source: postgresql-numeral
Version: 1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 63
Depends: postgresql-9.6-numeral (= 1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-9.6-numeral-dbgsym_1.2-1.pgdg+1_arm64.deb
Size: 41772
SHA256: 7b0db0736fbf6fa8eabc1fa8c9aa9be7b69112457192a1ddfb10f7a9243ff794
SHA1: 961eb961e7cb0a8dbb6319441850bf8851498e73
MD5sum: 151f3aab69f997b7a63522b294308d5b
Description: debug symbols for postgresql-9.6-numeral
Build-Ids: a2411893024b30c85827cd525768e0fb92c0c785
Timestamp: 2020-05-21 17:23:09+00

Package: postgresql-9.6-toastinfo
Source: toastinfo
Version: 1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/credativ/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-9.6-toastinfo_1.2-1.pgdg+1_arm64.deb
Size: 6044
SHA256: 9452b0b808af0945324b5381a1675cebc82af9615e210c86956c7dd30cf67e96
SHA1: 95488215092921a833cb89b74d84cd77d0caa95a
MD5sum: 6d9436d86615730717ed736d69ccbff0
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2020-05-21 17:23:09+00

Package: postgresql-9.6-toastinfo-dbgsym
Source: toastinfo
Version: 1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27
Depends: postgresql-9.6-toastinfo (= 1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-9.6-toastinfo-dbgsym_1.2-1.pgdg+1_arm64.deb
Size: 12948
SHA256: d6c9f7dea5cd08225747544e72230905f2ed415638e3015d03849e1a4a6d7bbd
SHA1: 8436af5a463d47c9b5cc8dbda335aa8fab034d0a
MD5sum: 87393b85465518d2a3660346ff4bc525
Description: debug symbols for postgresql-9.6-toastinfo
Build-Ids: 48b2bc0e05b9be9e3d4902d468bac0d086a3f0ae
Timestamp: 2020-05-21 17:23:09+00

Package: libpgpool-dev
Source: pgpool2
Version: 4.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 244
Depends: libpgpool0 (= 4.1.2-1.pgdg+1)
Conflicts: libpcp3-dev
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libdevel
Filename: pool/main/p/pgpool2/libpgpool-dev_4.1.2-1.pgdg+1_arm64.deb
Size: 152072
SHA256: 8c9f4cccbf2c36621394980b9f2aaff15bd3f3e2599a9fd4412a2b4860bea8f5
SHA1: 467e6de0a9e6d17d8244220f1cb2510583f058ce
MD5sum: e7836e891030962501a9fdcca3bd266b
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).
Timestamp: 2020-05-25 12:38:29+00

Package: libpgpool0
Source: pgpool2
Version: 4.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: libc6 (>= 2.29)
Breaks: pgpool2 (<< 3.1.1)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libs
Filename: pool/main/p/pgpool2/libpgpool0_4.1.2-1.pgdg+1_arm64.deb
Size: 142988
SHA256: 6fbb4982985320d1f2d259e9c1fbb423a344b49881fc9401d98c977e86447749
SHA1: a93046c1451960b8f25855c4e9ae42f73feadb52
MD5sum: 68ed9a8ef76a99708d040eba84871ee5
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).
Timestamp: 2020-05-25 12:38:29+00

Package: libpgpool0-dbgsym
Source: pgpool2
Version: 4.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: libpgpool0 (= 4.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/libpgpool0-dbgsym_4.1.2-1.pgdg+1_arm64.deb
Size: 73400
SHA256: b4912d24467a1a70682ecf811553b7c0c28832fc871c7aa65afec831af66d77f
SHA1: ac8ac5ab2634360bd49d59e258d4e0b9fca15e48
MD5sum: 46d7b6d310e48033d7833f22c17405db
Description: debug symbols for libpgpool0
Build-Ids: caf71e922b08e70c9b0987ca37040b6f2d5deea7
Timestamp: 2020-05-25 12:38:29+00

Package: pgpool2
Version: 4.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5169
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: libpgpool0 (= 4.1.2-1.pgdg+1), lsb-base (>= 3.0-3), postgresql-common (>= 26), ucf, libc6 (>= 2.29), libcrypt1 (>= 1:4.1.0), libmemcached11, libpam0g (>= 0.99.7.1), libpq5, libssl1.1 (>= 1.1.0)
Enhances: postgresql
Conflicts: pgpool
Replaces: pgpool
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/pgpool2_4.1.2-1.pgdg+1_arm64.deb
Size: 1054992
SHA256: 91e0a87df34dc541c614e41b45e685093e5c4c7b76a8f96422164fb0272cdb32
SHA1: 2e23a6cf1e01018c1639de30c9dd4673ae32d38f
MD5sum: d5de0e6aea361028ea309dcccc89eb53
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.
Timestamp: 2020-05-25 12:38:29+00

Package: pgpool2-dbgsym
Source: pgpool2
Version: 4.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1719
Depends: pgpool2 (= 4.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/pgpool2-dbgsym_4.1.2-1.pgdg+1_arm64.deb
Size: 1595464
SHA256: db9f6941198f371aa2c2f702c9002d3c0f82005b9e332aafc62bf2de4b385da2
SHA1: 6b1b43644d42a656f06ff1961b475914c9cf64c3
MD5sum: 96f70c97d0ffd312359c19933265b005
Description: debug symbols for pgpool2
Build-Ids: 2bf65e636dbcaca148500ba016f437b6dc57c706 32c7d549dc956a08d3a0c581088daccb5e71372a 673d6e44aec74b663741c9cab9c16f44c9ad24ea 6876fb79bbf3b4016e1669f114996596ae5c31e8 93cad817e08855ba01ddcb5e4d6e0587fb54d26e
Timestamp: 2020-05-25 12:38:29+00

Package: postgresql-10-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-10-pgpool2 (= 4.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2-dbgsym_4.1.2-1.pgdg+1_arm64.deb
Size: 56060
SHA256: 2e98386b2c79947a31c5aec1b0746b752b4ae9cb7b9646a05ae8d0c7c0251a87
SHA1: 521d0391838645a3e456e69e81096f35b84a5ea0
MD5sum: 58aefb45d813dcbdb5a79f2c885426ce
Description: debug symbols for postgresql-10-pgpool2
Build-Ids: 52804fca8f86f69dfd4394f5b97c81bc1decd2e0 d19445081c1805641cec6db3f7e6c834573bd26d f7cbeb36a8369afb033e3498de1ad9ec6833f68f
Timestamp: 2020-05-25 12:38:29+00

Package: postgresql-11-pgpool2
Source: pgpool2
Version: 4.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libpgpool0 (>= 4.1.2-1.pgdg+1), postgresql-11, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2_4.1.2-1.pgdg+1_arm64.deb
Size: 157620
SHA256: c19499a6bf8c21e03299299215c15c5739f828770ddf487ef74f92524445905a
SHA1: 6374a745dbbbb61453c6bd0faacefa3b3082e5a5
MD5sum: da384ce7e96baa0752916ca824242804
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 11 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2020-05-25 12:38:29+00

Package: postgresql-11-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-11-pgpool2 (= 4.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2-dbgsym_4.1.2-1.pgdg+1_arm64.deb
Size: 53496
SHA256: 89d2f5234a481e3a6e3afeb637dfd760292ff74f949d4fdf146df0f58f639b9e
SHA1: ff99aec6a59dbc472b37c3f191d011f12ca1a17d
MD5sum: d2935470c016f4eb9714218462cd04b0
Description: debug symbols for postgresql-11-pgpool2
Build-Ids: 07f7e232cc0e1b7c459f974bb08cc8a4af960463 a020ed1e6c004771954e826534137f0bb2ff5908 f80e3b97afc44194766863d533c0c4642d797b41
Timestamp: 2020-05-25 12:38:29+00

Package: postgresql-12-pgpool2
Source: pgpool2
Version: 4.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libpgpool0 (>= 4.1.2-1.pgdg+1), postgresql-12, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2_4.1.2-1.pgdg+1_arm64.deb
Size: 157852
SHA256: 9f03181b53884bc255bd1c1ba0c9761aeefbe2f4f4fffe244b82449f4657314f
SHA1: 9a6814602172928632218caa5326a905a48c1e7c
MD5sum: 3207fde7df44a822d2c984bb0cec18c0
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 12 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2020-05-25 12:38:29+00

Package: postgresql-12-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-12-pgpool2 (= 4.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2-dbgsym_4.1.2-1.pgdg+1_arm64.deb
Size: 52232
SHA256: eec60385a3372c473e6242f9f65ae07634bde8e05a5aa2960f7e854eb423e8ba
SHA1: 5aeb43417a72f2d2b1233c610db68af3876c02a3
MD5sum: 8ee47891aebf997df1cbb13991e9bf4a
Description: debug symbols for postgresql-12-pgpool2
Build-Ids: 2d0a31502cbb536376325df95a0cec8db0e25c41 54e41c3f3ec8825015b83c73f607227da46cc364 7e256a693d94be32ffaa79fa2e8f183c94e9dbb7
Timestamp: 2020-05-25 12:38:29+00

Package: postgresql-13-pgpool2
Source: pgpool2
Version: 4.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libpgpool0 (>= 4.1.2-1.pgdg+1), postgresql-13, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2_4.1.2-1.pgdg+1_arm64.deb
Size: 157556
SHA256: 85a3ec01cd27f7be5535a9ebcfd690d73a164920c80caae489a60f9ca61a235b
SHA1: cd334a5aa5918b267a67ff95a26a7e4cd772ae45
MD5sum: 434249a9163a3f2f73b91adc9e10441c
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 13 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2020-05-25 12:38:29+00

Package: postgresql-13-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-13-pgpool2 (= 4.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2-dbgsym_4.1.2-1.pgdg+1_arm64.deb
Size: 56264
SHA256: 55ab86213e79c59f08a40c4c5039199845f263eb6d05ffa0c2bcb194550cdd88
SHA1: 4818a13dd25190ba6f8f96765daf403bb92a7ce6
MD5sum: 8d9ca12408bdd0ca8be46cc6c587c5b2
Description: debug symbols for postgresql-13-pgpool2
Build-Ids: 01882f79e62d8d8d8f050938e09c7487741cc3f0 2c26f3c9b271f5cede786e80c296a91d7364851a 3c87ab0f985a4f46b760325a579d27a00070b088
Timestamp: 2020-05-25 12:38:29+00

Package: postgresql-9.5-pgpool2
Source: pgpool2
Version: 4.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: libpgpool0 (>= 4.1.2-1.pgdg+1), postgresql-9.5, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-9.5-pgpool2_4.1.2-1.pgdg+1_arm64.deb
Size: 134252
SHA256: 15d30fa80ca5f1b4d855502918fd4edb35fa6b9f089bea1ee1fe92c2def68f49
SHA1: 801cccfe6511045e6ae08ab2623c0fc40d21c6f3
MD5sum: 6f6da589c01e2c9a5c4a2a1fd95c6816
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)
Timestamp: 2020-05-25 12:38:29+00

Package: postgresql-9.5-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 78
Depends: postgresql-9.5-pgpool2 (= 4.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-9.5-pgpool2-dbgsym_4.1.2-1.pgdg+1_arm64.deb
Size: 46624
SHA256: 3107d150fef175f3337f6a6f8d976f0c60d3fe1e420bc29784ec89eada8be62b
SHA1: 85e9e84c64883a801030dd0a3749ec9dea984df6
MD5sum: 134089cc03c448404247888d055c3527
Description: debug symbols for postgresql-9.5-pgpool2
Build-Ids: a6225a2463f9a8d1a5128ddf62f8969c9dee3194 c85ef6988ebb88eba49c9395e8f25f64809974c7 fad1365620dea2ee62a4d926ed3f94aa8a0865ad
Timestamp: 2020-05-25 12:38:29+00

Package: postgresql-9.6-pgpool2
Source: pgpool2
Version: 4.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: libpgpool0 (>= 4.1.2-1.pgdg+1), postgresql-9.6, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-9.6-pgpool2_4.1.2-1.pgdg+1_arm64.deb
Size: 134228
SHA256: bdca6640a10a215108e76e4e0f39e11a30fec6d5b88d195c0c7aa9c04c3bc717
SHA1: 9c137a786b17521d45247fa521c4e1acf393fecb
MD5sum: 4314d765ad9365d051266bcbbb7a037d
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)
Timestamp: 2020-05-25 12:38:29+00

Package: postgresql-9.6-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-9.6-pgpool2 (= 4.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-9.6-pgpool2-dbgsym_4.1.2-1.pgdg+1_arm64.deb
Size: 47468
SHA256: 15fe35724473c617aa9c2ce5938bb85683e9288225e91be912ffe76c3361eba1
SHA1: 90de1bdd632af09774e06c2e40990b19ec61049b
MD5sum: 53e442aee1cfc6296ffd157416d4e306
Description: debug symbols for postgresql-9.6-pgpool2
Build-Ids: 3f3618ee0aff148e623574e5ce5a640493d65db5 b00dba32e0c91ff62284c0eff0417ce090c903b0 f61de52061aa31ba5fb485c4d1c4ef4d083ef87e
Timestamp: 2020-05-25 12:38:29+00

Package: postgresql-10-icu-ext
Source: icu-ext
Version: 1.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-10, libc6 (>= 2.17), libicu63 (>= 63.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-10-icu-ext_1.6.1-1.pgdg+1_arm64.deb
Size: 25988
SHA256: 630ac8b1503b681151940ef85d6e97eea2a54bb0eb58c664246ecd1b20d50eaf
SHA1: c73842b34e7efb2fe5256c85e46bfbb4a857645f
MD5sum: a74b4808c2cf6f777ce7bb0d8b026bd0
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2020-05-26 10:03:33+00

Package: postgresql-10-icu-ext-dbgsym
Source: icu-ext
Version: 1.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-10-icu-ext (= 1.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-10-icu-ext-dbgsym_1.6.1-1.pgdg+1_arm64.deb
Size: 72532
SHA256: cc7a702cf306c9191b3f0cd4c2b04a8dfd583a118eef8f2a0329c186e496a7c4
SHA1: 41e967a12def6a9b280055170f1c03365c622ce5
MD5sum: fcbbad7982737d977c5d4815f375aef3
Description: debug symbols for postgresql-10-icu-ext
Build-Ids: d86e5eb37f71b2e353d54ac5d3892939a85151fe
Timestamp: 2020-05-26 10:03:33+00

Package: postgresql-11-icu-ext
Source: icu-ext
Version: 1.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 185
Depends: postgresql-11, libc6 (>= 2.17), libicu63 (>= 63.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext_1.6.1-1.pgdg+1_arm64.deb
Size: 69152
SHA256: 74eb402f253b18e3cacf30ae58d3a3ca10aa931accc92c4a3f6b63c93e27190a
SHA1: 318eba06890628c42f9a26f02f93282c1d6de01b
MD5sum: 5f66e73c0272198a12b0f0592cf6ea3e
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2020-05-26 10:03:33+00

Package: postgresql-11-icu-ext-dbgsym
Source: icu-ext
Version: 1.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-11-icu-ext (= 1.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext-dbgsym_1.6.1-1.pgdg+1_arm64.deb
Size: 63636
SHA256: 8278493a1787f4103d215fbd78cf932ed9d951993936153674a2f54c6daaf188
SHA1: 312a33beb113d6db709299ba65e3d2d41feda41f
MD5sum: 1208cebbd9dce73af6a05efb9dfd365d
Description: debug symbols for postgresql-11-icu-ext
Build-Ids: 4f67b18b2daa53c25c35a507f0224f1f64bb84e1
Timestamp: 2020-05-26 10:03:33+00

Package: postgresql-12-icu-ext
Source: icu-ext
Version: 1.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-12, libc6 (>= 2.17), libicu63 (>= 63.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext_1.6.1-1.pgdg+1_arm64.deb
Size: 70260
SHA256: 5e692b9025305d338f70829f853b431d147e8907f288f3b06da27e78305ce1d4
SHA1: e1648ced9a854f561ebe9af7dc164bf29a06af92
MD5sum: 60d4c16f3ac2f0817f51ffd62ebaf8b8
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2020-05-26 10:03:33+00

Package: postgresql-12-icu-ext-dbgsym
Source: icu-ext
Version: 1.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-12-icu-ext (= 1.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext-dbgsym_1.6.1-1.pgdg+1_arm64.deb
Size: 66596
SHA256: 2fc913c196872c3d18a756b9de539998c0f61a1c2b61e819184617de21d12d73
SHA1: 535275c78dbf752bd39e9c2afa99a7152f7fa366
MD5sum: 24e69e0ac26f59ac7dafa11840ef7dae
Description: debug symbols for postgresql-12-icu-ext
Build-Ids: 603c458124e428971a712a7b165f5ea01c89af29
Timestamp: 2020-05-26 10:03:33+00

Package: postgresql-13-icu-ext
Source: icu-ext
Version: 1.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-13, libc6 (>= 2.17), libicu63 (>= 63.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext_1.6.1-1.pgdg+1_arm64.deb
Size: 70732
SHA256: 829ccd97ba4a003ec7bbaf833588174796c4ceae080eefb41e92422b753e520d
SHA1: d8db725d94b2ff509a7e6ba7d53169372f7f2bd2
MD5sum: b4755924fdb428bd3aa5e6912d6c3c29
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2020-05-26 10:03:33+00

Package: postgresql-13-icu-ext-dbgsym
Source: icu-ext
Version: 1.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-13-icu-ext (= 1.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext-dbgsym_1.6.1-1.pgdg+1_arm64.deb
Size: 66028
SHA256: b337c2d34d2acfd1471832e0e15df11a017ff56747d89c980e9e26930fa17f52
SHA1: fd1ee1e631dc9c10889c3a5e2c13358a944cfeb7
MD5sum: 810ca9c21907629a5d74170c4e72a697
Description: debug symbols for postgresql-13-icu-ext
Build-Ids: 56124861cd7c5fa23da87a5ff58ec13c915bfb3c
Timestamp: 2020-05-26 10:03:33+00

Package: pgbackrest
Version: 2.27-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 839
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.17), liblz4-1 (>= 0.0~r127), libpq5, libssl1.1 (>= 1.1.0), libxml2 (>= 2.7.4), libzstd1 (>= 1.3.2), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.27-1.pgdg+1_arm64.deb
Size: 268640
SHA256: 8c9222f8d4f3361f97786b97664e829b1ab88572c67736eb75c6bb0e072d99ec
SHA1: 5f21b75891a879b5d687b52f0b0b7aa2d7da0ce8
MD5sum: 3ac60f6ee2dd5dcca25f3c2d301ee94d
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.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2020-05-27 11:26:11+00

Package: pgbackrest-dbgsym
Source: pgbackrest
Version: 2.27-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1074
Depends: pgbackrest (= 2.27-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.27-1.pgdg+1_arm64.deb
Size: 917816
SHA256: 77c00e93c49603bece5a842500e7414636e946cf68438be46fc2b4491b2e77dd
SHA1: 446b14d336fe89e15a25f1d3b5df4d792e0843e8
MD5sum: e3dd9ef072adc93f8f68fa45a0c30967
Description: debug symbols for pgbackrest
Build-Ids: a460aeb41b5d58a65b8ccb9f6660851191fff55f
Timestamp: 2020-05-27 11:26:11+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.27-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1239
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.27-1.pgdg+1_all.deb
Size: 105108
SHA256: 4b050e00041872d56b74ecc2b11dd99a228a49e9d477f4d6c4e4d9c668f38ae3
SHA1: ac7f2807109fec1ea5b9d8c8d1cafc36dae794d7
MD5sum: 4ec08f461c4ef7d07fda3cbbafed46dd
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2020-05-27 11:26:11+00

Package: odbc-postgresql
Source: psqlodbc
Version: 1:12.02.0000-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1235
Depends: libc6 (>= 2.17), libpq5 (>= 9.2~beta3), odbcinst1debian2 (>= 2.3.1)
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_12.02.0000-1.pgdg+1_arm64.deb
Size: 352636
SHA256: f2b4cca991dfd93326c880677885f4da2b845a1d16a7d230202b7efddd93637a
SHA1: f3e125108ebe6440550a1fad1edb2fb23ae71e23
MD5sum: b6c37fadfac9b7e9d198bd90a760af28
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.
Timestamp: 2020-06-04 11:58:39+00

Package: odbc-postgresql-dbgsym
Source: psqlodbc
Version: 1:12.02.0000-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1350
Depends: odbc-postgresql (= 1:12.02.0000-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/psqlodbc/odbc-postgresql-dbgsym_12.02.0000-1.pgdg+1_arm64.deb
Size: 1266648
SHA256: e5d76e8369df8692414141580189e812788040b3a4e5a8904a6c1fe515745711
SHA1: d37f3dccc386c0872417bed9efe7617d074856c2
MD5sum: 3061f2a3addb08cde90679075d5cebe9
Description: debug symbols for odbc-postgresql
Build-Ids: 00ba82031bcd47ea98f6390a90917c66015d0444 62991bd3e5f2d38b65e8500370d087f61cc37608
Timestamp: 2020-06-04 11:58:39+00

Package: pg-rage-terminator-13
Source: pg-rage-terminator
Version: 0.1.7-3.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 47
Depends: libc6 (>= 2.17), postgresql-13
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-13_0.1.7-3.pgdg+1_arm64.deb
Size: 15092
SHA256: d62a985bc4be25beb69bc9f3cf24f94f5e554a387022a4be403519eeeb11d198
SHA1: 91b61d9bedfea84a6df0111cd4e20df6c39275fa
MD5sum: bbc0aaeca982ef530e6b1a6380ffb1f4
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2020-06-04 11:58:39+00

Package: pg-rage-terminator-13-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 40
Depends: pg-rage-terminator-13 (= 0.1.7-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-13-dbgsym_0.1.7-3.pgdg+1_arm64.deb
Size: 25636
SHA256: ab0f415d337b3a8eb0ca3a50acc8617623e95ab8d115a5982485be4bc7b52814
SHA1: 9ebbea0581047021202ad8b270d8ca45576362c3
MD5sum: 941ea7ea9361b72e7b82e41b5c97c6d3
Description: debug symbols for pg-rage-terminator-13
Build-Ids: a2e1daea1084487de5ee38221cd817120be9df85
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-10-orafce
Source: orafce
Version: 3.13.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 361
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-10-orafce_3.13.4-1.pgdg+1_arm64.deb
Size: 92536
SHA256: 98988c3bad5dbf288be5e871fe5185a97d8d963eda01fcba94e94127265d4473
SHA1: 0e6e6d73f853143c634fa1f36d7ad53a981ad1f4
MD5sum: 4606b8aad3cef63b91c05aab36ce9231
Description: Oracle support functions for PostgreSQL 10
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-10-orafce-dbgsym
Source: orafce
Version: 3.13.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 259
Depends: postgresql-10-orafce (= 3.13.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-10-orafce-dbgsym_3.13.4-1.pgdg+1_arm64.deb
Size: 212480
SHA256: 3995304a5ccd7148e110f4f93f477811f5cb8433ee3e691d1ccf8e4ee37dfdc8
SHA1: 8405a80bca742b5db7f26b9debb9803817ff1f81
MD5sum: 1a968f2b73139cb1ae95804232b44c81
Description: debug symbols for postgresql-10-orafce
Build-Ids: 2ed4443934b06957967216fbb0ba5699b3f78e89
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-10-pgextwlist
Source: pgextwlist
Version: 1.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-10-pgextwlist_1.11-1.pgdg+1_arm64.deb
Size: 12652
SHA256: 83859218061c85b73a39f917ecd829d9a4a80b6f49037536ed50959df4540fbc
SHA1: 69cf972665bda67c18802c1c7bb2edb254028a9e
MD5sum: 7046f71b36801688b2f7c6950e957237
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.
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-10-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-10-pgextwlist (= 1.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-10-pgextwlist-dbgsym_1.11-1.pgdg+1_arm64.deb
Size: 51452
SHA256: e1462708839310288d94b96c697726d33cf0a60f415aa02d1f4fb0e28bca5e44
SHA1: ba5fe201716bef2aa3150802896d660b7cf42639
MD5sum: 0da15f86c5e480bc4d63534cf81dfc55
Description: debug symbols for postgresql-10-pgextwlist
Build-Ids: d8663b5f19efb56ad6e40d45a0cf621aaae39f69
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-10-pg-qualstats
Source: pg-qualstats
Version: 2.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 83
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-10-pg-qualstats_2.0.2-1.pgdg+1_arm64.deb
Size: 27132
SHA256: d3cf518a9233f5e4a0a5aa61adbb8873f457201c98a9455ca42e3c9def74ac92
SHA1: 44d5a8f94b460de06477860f30757cfb44527b3a
MD5sum: a1949bacb03f009dbfdb7946a69d6879
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-10-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 88
Depends: postgresql-10-pg-qualstats (= 2.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-10-pg-qualstats-dbgsym_2.0.2-1.pgdg+1_arm64.deb
Size: 71584
SHA256: fc8ff98503ba3e3419a964c7ace524501efd531b0a56938f8f259fc8f47f0f4b
SHA1: 4b8342275a32df8b9185edc2d059e9091b41d63b
MD5sum: 5b484ba21d6b668efa1e6e4e66e86f5f
Description: debug symbols for postgresql-10-pg-qualstats
Build-Ids: 215d31510dcafb3731416c3ee9d99075f6e73f56
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-10-plsh
Source: postgresql-plsh
Version: 1.20200522-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: libc6 (>= 2.17), postgresql-10
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-10-plsh_1.20200522-1.pgdg+1_arm64.deb
Size: 12744
SHA256: 8243cc90317d50c65adfa4252dff140fbb6b3291474261a735412cc031b5f020
SHA1: 4ec2516c1a5834a46f6acb212cc897411d3bb8c9
MD5sum: 43928bca74958d4bcc544f61fce397d0
Description: PL/sh procedural language for PostgreSQL 10
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in a shell of his choice.  You need this package
 if you have any PostgreSQL 10 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-10-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20200522-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-10-plsh (= 1.20200522-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-10-plsh-dbgsym_1.20200522-1.pgdg+1_arm64.deb
Size: 33008
SHA256: 5862cd3944dd6e0a135f6c87939ac98308a37bfa097bbb1f7f5c234a700c8ed1
SHA1: 60b24e37584b43754ba544c8c70ee75c9614ca7b
MD5sum: 626c2bb8bcb74f55cf6e52281ee6e76f
Description: debug symbols for postgresql-10-plsh
Build-Ids: 2579da36812a0a1f9c01c4e455e381e6089ed0d5
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-11-orafce
Source: orafce
Version: 3.13.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 888
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_3.13.4-1.pgdg+1_arm64.deb
Size: 305436
SHA256: a57bc42b161d2e240779fd8c67cfe406a7505b4c92f573bf5b0dddab43952824
SHA1: ee2eac2456f2b6501657bf56322458d4d3574bbc
MD5sum: 396732aac57d54152c327e5751a465d9
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 3.13.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: postgresql-11-orafce (= 3.13.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_3.13.4-1.pgdg+1_arm64.deb
Size: 215500
SHA256: 63762ae9a3ffb85593d8f888a444573ca52a096c4c0a9684ab890a8f698c0632
SHA1: 1c229b841f5be9455842ab73c7349ee82a722a54
MD5sum: 99f6d8c8890dcf1cf5889f4589251b0b
Description: debug symbols for postgresql-11-orafce
Build-Ids: 9dbf42900961a2d2a27377af9b9922cc9d0d7b2a
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-11-pgextwlist
Source: pgextwlist
Version: 1.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-11-pgextwlist_1.11-1.pgdg+1_arm64.deb
Size: 33916
SHA256: b176509facc7fe4ee3e1798bd7fe1d8071afdd77367b4cee48088d12a6317a04
SHA1: 1c0c80674700846a6cae4d1d29230254dc1369f8
MD5sum: 0968425c7d93d74890c5125273eeef5b
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.
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-11-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-11-pgextwlist (= 1.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-11-pgextwlist-dbgsym_1.11-1.pgdg+1_arm64.deb
Size: 52844
SHA256: cda4d5985f2378fcba63007cf8b3312f16f446ab771ca811a413eadb67599c11
SHA1: 164dad38b6a2155a340222b7ae612e9ac691ec59
MD5sum: 978676d64282486b65c5c35420d60fba
Description: debug symbols for postgresql-11-pgextwlist
Build-Ids: 098f2e68a8fb8839d5fe548ff6f3b9df320a05e2
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-11-pg-qualstats
Source: pg-qualstats
Version: 2.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 138
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-11-pg-qualstats_2.0.2-1.pgdg+1_arm64.deb
Size: 59256
SHA256: 2134b1a0cace33423435ecc3cf156cfdb7c496f49d238473a07d39605fb3ed75
SHA1: 4e62864e217b26bc44466baaaa23db2938bf4ed5
MD5sum: 10ed0712ecbe3178add1febfbeae8620
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-11-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 84
Depends: postgresql-11-pg-qualstats (= 2.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-11-pg-qualstats-dbgsym_2.0.2-1.pgdg+1_arm64.deb
Size: 67164
SHA256: a16c1b96ab1a029b8692f14d2bd44a7e702c02e37501e13c8e484fcf7a759d1b
SHA1: 45c900414044a3d9ea655531171b84923377eb34
MD5sum: 2f915238862162e08570fb45956904bc
Description: debug symbols for postgresql-11-pg-qualstats
Build-Ids: 9c15549e9bea04851356e7b7dedf15a4ecee696a
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-11-plsh
Source: postgresql-plsh
Version: 1.20200522-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: libc6 (>= 2.17), postgresql-11
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-11-plsh_1.20200522-1.pgdg+1_arm64.deb
Size: 30664
SHA256: 43e7d82d3ceaf9a3723d8db7dcbc17cc995d526125f02d1c62835696a6b7ad37
SHA1: 06ea427c1289520b8794e0e486181720e684e03f
MD5sum: 4d4f57ff47f4062772aa08fc94511bd4
Description: PL/sh procedural language for PostgreSQL 11
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in a shell of his choice.  You need this package
 if you have any PostgreSQL 11 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-11-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20200522-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-11-plsh (= 1.20200522-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-11-plsh-dbgsym_1.20200522-1.pgdg+1_arm64.deb
Size: 33184
SHA256: fe98f7e390ffe8bef467c8bc3e88bbace1e9d39217675564545e2839aa4fefb8
SHA1: 347adb781f9ad11b946bfcc792c0906e7f542c6b
MD5sum: 7387865afeeaa4a2ab86d9f2135344a1
Description: debug symbols for postgresql-11-plsh
Build-Ids: f176e6d1bc70d525c5da94e8ae4ff91b52632510
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-12-orafce
Source: orafce
Version: 3.13.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 884
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_3.13.4-1.pgdg+1_arm64.deb
Size: 306028
SHA256: 2e3fc7f86c2ffdf08ac67a075093dd7b502921d1bddfd1e6e98afa143abf7974
SHA1: 365cf7109809c83c924016978e64676ad90d1a69
MD5sum: e0609a46dd0b5ebf21d3dc52e2b665e0
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 3.13.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: postgresql-12-orafce (= 3.13.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_3.13.4-1.pgdg+1_arm64.deb
Size: 222664
SHA256: 52b1fd61cd47732929c062a0270a48d8c8f8ced64d1e18c57b04827600885af0
SHA1: 92aef7ef1ca2e0bb988cd309bbfbaa18450df593
MD5sum: 20052f5403eb73ed3fa1fd144a9b0b8a
Description: debug symbols for postgresql-12-orafce
Build-Ids: 1220824a768dfb13a10a2925338c8380b7bb9232
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-12-pgextwlist
Source: pgextwlist
Version: 1.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-12-pgextwlist_1.11-1.pgdg+1_arm64.deb
Size: 35576
SHA256: 729b421184575aa4fab84753f98fc76607e4bfc0130ab1266b29dd289d1b9079
SHA1: bc56806eb457e5d3f46219b29a5bc15b690ce70a
MD5sum: 36418d1dd0fa03393fa548159fb3ae74
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.
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-12-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-12-pgextwlist (= 1.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-12-pgextwlist-dbgsym_1.11-1.pgdg+1_arm64.deb
Size: 54796
SHA256: a989ccfff026b74bfdbfe795ba95f6ab6f5989b212630161e5dbe936c7166093
SHA1: bfd8d155089218737be3d2212f183c4d9d696c0e
MD5sum: 641fe4db7a9c17775253895990e2e794
Description: debug symbols for postgresql-12-pgextwlist
Build-Ids: 56b8aa27ccdbfcefa36eb688918a906add93127f
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-12-pg-qualstats
Source: pg-qualstats
Version: 2.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 139
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-12-pg-qualstats_2.0.2-1.pgdg+1_arm64.deb
Size: 59584
SHA256: cfadad7f5466738063262f3b593480994550fa7143f3bd65abb71986b86302e1
SHA1: d3e98a835529649c4ba063ab5f2d4d1a1b414cf9
MD5sum: bb7add004fad0d4f3c707777fd9cbe74
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-12-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 86
Depends: postgresql-12-pg-qualstats (= 2.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-12-pg-qualstats-dbgsym_2.0.2-1.pgdg+1_arm64.deb
Size: 69092
SHA256: c8cfa91fb8256f961a1b9dcdc448876ac1260465a40f4ed0e676c5fec4166a55
SHA1: 2900d20ed5f5527d446d98086c7c0d9d2d62ec66
MD5sum: be891d816c9633bdb3cd6645653afa8d
Description: debug symbols for postgresql-12-pg-qualstats
Build-Ids: 95a82c0abe0d005d6a3bb63372dd6ebeca3c9444
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-12-plsh
Source: postgresql-plsh
Version: 1.20200522-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 78
Depends: libc6 (>= 2.17), postgresql-12
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-12-plsh_1.20200522-1.pgdg+1_arm64.deb
Size: 32812
SHA256: c94351acd3c18555edd70846edac51bef442bd15336a39bf6618208c0093b7e6
SHA1: 41a0fa07ab29dee22f682201ad1b4676940b15c9
MD5sum: 5a95bb5c6d028be9cdd0f454194eb2a9
Description: PL/sh procedural language for PostgreSQL 12
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in a shell of his choice.  You need this package
 if you have any PostgreSQL 12 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-12-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20200522-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-12-plsh (= 1.20200522-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-12-plsh-dbgsym_1.20200522-1.pgdg+1_arm64.deb
Size: 47000
SHA256: a2708b838c27a2c7d30bed7cbb16ab92001478f2f30adee9c75b6cb4f4c9194a
SHA1: a07fe48cfc6304791ad965ff7ae12aaee8428c6f
MD5sum: 8d7f170603cc3c2ddd7550dcbb891a65
Description: debug symbols for postgresql-12-plsh
Build-Ids: e138f82b135023ca38a07d70c4f3a44ebf0f67f4
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-asn1oid
Source: pgsql-asn1oid
Version: 1.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: libc6 (>= 2.17), postgresql-13
Homepage: https://github.com/ChristophBerg/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-13-asn1oid_1.2-3.pgdg+1_arm64.deb
Size: 13204
SHA256: c629b394faa2e7c2e019c781d81bcb81f540a38d6c4ea8fca3de543ee448e3f4
SHA1: 224a676007289a7d2dfa4a44d0b9480b881c5c4b
MD5sum: 317a40aa592a03a22551663af8003262
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 13.
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-13-asn1oid (= 1.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-13-asn1oid-dbgsym_1.2-3.pgdg+1_arm64.deb
Size: 10648
SHA256: 88e122fb38fafe5244e4dc12e58ab31a0c5a2df38bacee14561e5c9a1b0e18e2
SHA1: 169d03b64acfd4bca05f495ba13dc1f52a39ffc1
MD5sum: f2f07ec11cc4094de87cdbfa30b5eb0f
Description: debug symbols for postgresql-13-asn1oid
Build-Ids: a0e0b61b0fabc3467c2882bbc34a4b72e94fc320
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.4.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 43
Depends: libc6 (>= 2.17), postgresql-13
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-13-bgw-replstatus_1.0.4.pgdg+1_arm64.deb
Size: 15296
SHA256: 59da530355d9d6bb8e5799424fde53e4a16fe0ebfb01251f8ed5af55597f1d3f
SHA1: f874c97c12ade12f1d120674f9bdc3568866561c
MD5sum: f3db626caf0dedb708f8d35ced96f8b9
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 39
Depends: postgresql-13-bgw-replstatus (= 1.0.4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-13-bgw-replstatus-dbgsym_1.0.4.pgdg+1_arm64.deb
Size: 24880
SHA256: 07d6a7ac1046031ad93253cd9dc0bd380461d62e29b60b3a5fd4f73ac82402a0
SHA1: 527a0b02cd85c1a64f3879a0a2d48f0b3415dcb9
MD5sum: 842e8e0e2bd6420a2667fb25ed12d526
Description: debug symbols for postgresql-13-bgw-replstatus
Build-Ids: 7ebef70c8f5ab61f5d03e64f04b71cb9dfbf06fd
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-debversion
Source: postgresql-debversion
Version: 1.1.1-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.17), postgresql-13
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-13-debversion_1.1.1-3.pgdg+2_arm64.deb
Size: 15964
SHA256: 2740b20c554121850502291e7ec831f9ebb30f6d54fd76f17a8eac6ee2c99648
SHA1: c1f77ba38b7cb1fa12f7a98eaaa72e935a0c1a97
MD5sum: c2e3dcb90c236013a4ae6e50499bb81d
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()
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.1-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: postgresql-13-debversion (= 1.1.1-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-13-debversion-dbgsym_1.1.1-3.pgdg+2_arm64.deb
Size: 24520
SHA256: 286a4396d2514f4973172511694ca48cb0ddb2009f330fe955dad160e042ae9a
SHA1: 014c025fea23e46949e5b8073d76c6c3a0ef4d2d
MD5sum: 528416d148e6bc163fc21ccf2c0ceaa8
Description: debug symbols for postgresql-13-debversion
Build-Ids: 1ce41a1844cb71e6b14f66b21d987a72ef7aef42
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-13
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-13-first-last-agg_0.1.4-4-gd63ea3b-2.pgdg+1_arm64.deb
Size: 8392
SHA256: 33cbc2010ec0a4ebff302199d44a92fd552ef67f0e47177834accbb6070c6e29
SHA1: 4ccca0ecf7c2d0834c94acfe3a8f7df4127dc10f
MD5sum: 8a9340d44b7364d2db23a409dccc3c4e
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20
Depends: postgresql-13-first-last-agg (= 0.1.4-4-gd63ea3b-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-13-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-2.pgdg+1_arm64.deb
Size: 6468
SHA256: b69d3b008f850cb8b9d2604239b2cad0ccb327c901ae0600e43b9e232bdd1763
SHA1: 6a553882eea16f407f7127cdaa39e1d4a149cf04
MD5sum: f8b53d69ef81ad1322a1d50fe446e311
Description: debug symbols for postgresql-13-first-last-agg
Build-Ids: a081cfc2fc16ca60022a0eb9b05e57ed99f08f37
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-ip4r
Source: ip4r
Version: 2.4.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 644
Depends: libc6 (>= 2.17), postgresql-13
Homepage: http://pgfoundry.org/projects/ip4r/
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-13-ip4r_2.4.1-2.pgdg+1_arm64.deb
Size: 197896
SHA256: 987e377153c476c3c95f61c445d7e362d662d46b248eac3db58f14d59ed76df5
SHA1: 2feb60f1b0a7c82ca4b95e71a285c9698168dee7
MD5sum: ee5cb8664e0c191115d3f90516d052c6
Description: IPv4 and IPv6 types for PostgreSQL 13
 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.
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 279
Depends: postgresql-13-ip4r (= 2.4.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-13-ip4r-dbgsym_2.4.1-2.pgdg+1_arm64.deb
Size: 241036
SHA256: 2e1ba8ac35f4eeb144d20eafe40dbb6ebddd182ec0d015eba62114e318e58810
SHA1: a6a883f848bf8bf91cfe857ee4b9bacaeb7f212a
MD5sum: edee262b2ddca601b27112eea6507007
Description: debug symbols for postgresql-13-ip4r
Build-Ids: e37383fdc77dde84b8686067ccd3de4474e4dd4d
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-orafce
Source: orafce
Version: 3.12.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 888
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_3.12.0-1.pgdg+1_arm64.deb
Size: 308108
SHA256: d3207f4a73d1fc6dcb143a9beadaf1aa4a0592a0ed3e34e28649dfe32df865f0
SHA1: 26bea1c05f847e8c2fe9061ab7dae65f7b9e9119
MD5sum: 4967bcc9fd955eebcea9893e7cf40d15
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 3.12.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 433
Depends: postgresql-13-orafce (= 3.12.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_3.12.0-1.pgdg+1_arm64.deb
Size: 367164
SHA256: 09ef8db098a1a6dd5241c1ea2453769c9be0fd1e313b4e37a72f71e22fc56033
SHA1: 37f64be4099c7dc0491420e40c0c7187fc66d851
MD5sum: 5bc5a308adfe453c719e0442118bbf68
Description: debug symbols for postgresql-13-orafce
Build-Ids: ee5c053723a2276ad0d43911fb1ceb4b6a028b68
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-pg-catcheck
Source: pg-catcheck
Version: 1.1.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: libc6 (>= 2.17), libpq5 (>= 9.0~), postgresql-13
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-13-pg-catcheck_1.1.0-2.pgdg+1_arm64.deb
Size: 30772
SHA256: 217bda6c2eb9ac73029cdf2d7fa57326228491578dceeff1e9291f997838e1d1
SHA1: 628f26becf4cb3996b8538ff656aa0353f2349e6
MD5sum: 3a320f75dfacecd46f79f72afbf63415
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.1.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-13-pg-catcheck (= 1.1.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-13-pg-catcheck-dbgsym_1.1.0-2.pgdg+1_arm64.deb
Size: 36000
SHA256: 81bcdc45e521df0433efe4030d5854f649463a2f063dc179166184f341169727
SHA1: f6b0aa2992ee81f59e653293357def0736233d0d
MD5sum: c74f90d174979c1da1edc1f1cf678c69
Description: debug symbols for postgresql-13-pg-catcheck
Build-Ids: 4bec874deec799bed606bb593e491e0ad255f226
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-pgextwlist
Source: pgextwlist
Version: 1.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-13-pgextwlist_1.11-1.pgdg+1_arm64.deb
Size: 35772
SHA256: ec5a4af31dbb4cac6868b04fd7ea71d442941b196508ad8dcb7deba3c1f7c423
SHA1: 7f2c8f8daf5bd4f67a4653222d5d4e879842f4ac
MD5sum: 6111f2a9c01e302c67d50d7e0e4e4acf
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.
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-13-pgextwlist (= 1.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-13-pgextwlist-dbgsym_1.11-1.pgdg+1_arm64.deb
Size: 58744
SHA256: 70cb1d8f7290f1411985686847b663e5a1bd00778413cc0201244804e67e6e73
SHA1: 5d96bc70b60ffd09b2ec1a103c6b4217d8c99dd2
MD5sum: 56ec0c1736881ea20af6f24d0324a2d3
Description: debug symbols for postgresql-13-pgextwlist
Build-Ids: d9052714719d7d489226f6e41e6213385955a67b
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-pgfincore
Source: pgfincore
Version: 1.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: libc6 (>= 2.17), postgresql-13
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-13-pgfincore_1.2.2-1.pgdg+1_arm64.deb
Size: 31804
SHA256: f4f6582be5a6fda52d450a56718755fda82e8371dea220158f358fd6659037c3
SHA1: 9192e30f4655fad88ded3aa7564d58d8ba883f20
MD5sum: adb6fac816ac6667293b4b84142e8031
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.
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-pgfincore-dbgsym
Source: pgfincore
Version: 1.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-13-pgfincore (= 1.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-13-pgfincore-dbgsym_1.2.2-1.pgdg+1_arm64.deb
Size: 45920
SHA256: be30b6f39127d6e533d04214e4f92ef64975cfac4475e85998996cac40429123
SHA1: c030772346bacebd0eaed607c71616c773b0d1fc
MD5sum: 3566b8171f9dc648194094e7f798c77f
Description: debug symbols for postgresql-13-pgfincore
Build-Ids: 7e206dfd1834961ca1317eaf5a53b694cd6bebfa
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-pgmemcache
Source: pgmemcache
Version: 2.3.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-13, libc6 (>= 2.17), libmemcached11, libsasl2-2 (>= 2.1.27+dfsg)
Homepage: http://pgfoundry.org/projects/pgmemcache/
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-13-pgmemcache_2.3.0-7.pgdg+1_arm64.deb
Size: 51716
SHA256: 0c239c2bfda2db5a90485147bd5a92728530e478f3e769d37c243fe72ce97bb0
SHA1: daa1a0b3284b1d2f09d3b1eb959f11f385b5ce56
MD5sum: 2a5bd7523a43c7378c834855e38b88ba
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.
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-13-pgmemcache (= 2.3.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-13-pgmemcache-dbgsym_2.3.0-7.pgdg+1_arm64.deb
Size: 52776
SHA256: 0d34a712e193fbbc645d1d3545abe9d48b95a3932a7bf466f57212e234a6f2d4
SHA1: c624010335e495c8598dcc2a4bdf7d7c53b18fc3
MD5sum: 09e2e0059f522392fd616404e3c586f9
Description: debug symbols for postgresql-13-pgmemcache
Build-Ids: 1419c65838dc4e14da7fb5fd5811ffec62e58724
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-pgmp
Source: postgresql-pgmp
Version: 1.0.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 385
Depends: postgresql-13, libc6 (>= 2.17), libgmp10
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-13-pgmp_1.0.4-2.pgdg+1_arm64.deb
Size: 108740
SHA256: a6eeeb642288c3759846dda738a8c2106974d17533922291f8e9d6d9f8896ba1
SHA1: 7fe9ccee76483fde9b7db8f2711186a670a0cddc
MD5sum: 00cf67c3d76aff030c416f0226d4cb4d
Description: arbitrary precision integers and rationals for PostgreSQL 13
 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.
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 153
Depends: postgresql-13-pgmp (= 1.0.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-13-pgmp-dbgsym_1.0.4-2.pgdg+1_arm64.deb
Size: 118512
SHA256: bb7b22d6bfa23cdd9a6a4b9ab3321b1782b81adb5f8ab95f2164e93302ece20e
SHA1: 7f247c258cbac4195b3bc90e49bd624ee15b8d61
MD5sum: 52e157309d1b72dd64382a1eddb01cf7
Description: debug symbols for postgresql-13-pgmp
Build-Ids: d31c3d72ba2fc5d5215816756fc6149002cbca2a
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-pg-qualstats
Source: pg-qualstats
Version: 2.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 138
Depends: libc6 (>= 2.17), postgresql-13
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-13-pg-qualstats_2.0.1-1.pgdg+1_arm64.deb
Size: 58708
SHA256: f4de4449a8ed7910a4df31b1868b61a2637345d67dcd7f2190e8b88fa09b2204
SHA1: eed17630ce5903df9a467c9ddef84abed26bfdc8
MD5sum: aed095db25528b0de501f6ed6b020230
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 87
Depends: postgresql-13-pg-qualstats (= 2.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-13-pg-qualstats-dbgsym_2.0.1-1.pgdg+1_arm64.deb
Size: 70984
SHA256: e6dcd2041ff340ca791a2f951cc0fd3444fa071f935b91225acfd79c03a2c6d2
SHA1: 772aca14d91493d9e7f905848ff02ff06d28b757
MD5sum: 8eff8490db5c08e36e129a5304ad520f
Description: debug symbols for postgresql-13-pg-qualstats
Build-Ids: a9c224ba216d75d04516c380cd5f83246c1dd9a1
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.1.1-3.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 80
Depends: libc6 (>= 2.17), postgresql-13, postgresql-contrib-13
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-13-pg-stat-kcache_2.1.1-3.pgdg+1_arm64.deb
Size: 30760
SHA256: 74676da29a1837828ef819d85294953f0c0064743b79d06fd0a80b6283993c11
SHA1: 36fe3770b73e39306e35975d2b16d9eb0314bd5d
MD5sum: 299d9bba3935eca3c776d00fe3feb230
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.1.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 57
Depends: postgresql-13-pg-stat-kcache (= 2.1.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-13-pg-stat-kcache-dbgsym_2.1.1-3.pgdg+1_arm64.deb
Size: 41992
SHA256: 00c2075831cb105055214652280cdf8e6fd9482cc99252a02ac8017ede113b01
SHA1: 7ffbb61f70ae4935a099c3ead6f3f11c0bb28b0e
MD5sum: ae4c385872623bde26618f8b7c3b25c6
Description: debug symbols for postgresql-13-pg-stat-kcache
Build-Ids: 84f401e3f280da3e20bb87ad78f8dd98d6d3e294
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-pllua
Source: postgresql-pllua
Version: 1:2.0.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 914
Depends: postgresql-13, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-13-pllua_2.0.5-1.pgdg+1_arm64.deb
Size: 374684
SHA256: c4b041904df48096c6e15c42f5db91330e099651816c658aa535ca3a438e1774
SHA1: e11c85f429852daa65b691aa7d1e0fe63858c880
MD5sum: 50fcecc2e35d5b5c2416fe3bd929016b
Description: Lua procedural language for PostgreSQL 13
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 563
Depends: postgresql-13-pllua (= 1:2.0.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-13-pllua-dbgsym_2.0.5-1.pgdg+1_arm64.deb
Size: 511764
SHA256: 5d88ee6b32c2aeb7d98e3d6f8b665ad4adf62169627ec5694ac3568e916b4af2
SHA1: e5cb435550a61cdbbc95eb9373463ffa9aae3d31
MD5sum: cd07a9fced1b5dd2358e90f7e19ddcdb
Description: debug symbols for postgresql-13-pllua
Build-Ids: 05771881764326c72530e674c0f403916e3be04e a795c7fa5269434872e5cc0a6892cd4e5ca8bf02
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-plsh
Source: postgresql-plsh
Version: 1.20200522-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 78
Depends: libc6 (>= 2.17), postgresql-13
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-13-plsh_1.20200522-1.pgdg+1_arm64.deb
Size: 33016
SHA256: 89f66116e98f03369ef6e70737a7a414cfdac1e69f184a609eb32609449746c8
SHA1: 7246e4d1b3356397dd74e40c8af637224a5e3a3d
MD5sum: a91c73f298f2a3eb509e886b14c0d4f6
Description: PL/sh procedural language for PostgreSQL 13
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in a shell of his choice.  You need this package
 if you have any PostgreSQL 13 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20200522-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-13-plsh (= 1.20200522-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-13-plsh-dbgsym_1.20200522-1.pgdg+1_arm64.deb
Size: 50536
SHA256: 00403054287e5d17073d06b1857cbf06451080f5584d6683518433073eb7c525
SHA1: 2780e26985408aadfc2ee0aa043b6b3e06946208
MD5sum: 501e8d4ec98c192ff0a531a3f6f3af3c
Description: debug symbols for postgresql-13-plsh
Build-Ids: c9cc151b477cd36a99b519a77c2146586a3f155a
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-prefix
Source: prefix
Version: 1.2.9-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 122
Depends: libc6 (>= 2.17), postgresql-13
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-13-prefix_1.2.9-2.pgdg+1_arm64.deb
Size: 46052
SHA256: 5b43b5f20ebea489456796e995950697e43877a53064a4337e176e37263ea879
SHA1: a9efc1b172ce9143b49ee8adffa3185374866109
MD5sum: a24e4ad2885e62cf99b1c77c32c5311c
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.
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-prefix-dbgsym
Source: prefix
Version: 1.2.9-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-13-prefix (= 1.2.9-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-13-prefix-dbgsym_1.2.9-2.pgdg+1_arm64.deb
Size: 55036
SHA256: 3a7c37dc25b68b001458ba07d1d0cb3f1851bcbda792631753ab25e384a0f59d
SHA1: 9fc6fade7f2fe3401bb17b2a1a4db08dfd95cace
MD5sum: 0b374a2827da1992c132c0c8e1b6f722
Description: debug symbols for postgresql-13-prefix
Build-Ids: cbf712db7ff8df8f3168b235bd18c22b1ae74d9d
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-preprepare
Source: preprepare
Version: 0.9-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: libc6 (>= 2.17), postgresql-13
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-13-preprepare_0.9-3.pgdg+1_arm64.deb
Size: 19004
SHA256: 3eb0057ca78cae930f2f879de13283a7bb52cb24bd5ec1ed137acae1b41cdd39
SHA1: 437a1bd55395adff4818c1aafc9b396e6388c927
MD5sum: ac44ce215fa5f70fcc5cf7e7c2c0a087
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.
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-preprepare-dbgsym
Source: preprepare
Version: 0.9-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-13-preprepare (= 0.9-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-13-preprepare-dbgsym_0.9-3.pgdg+1_arm64.deb
Size: 23368
SHA256: 28402ba164ab940166e54bacb62d6904e5c5c628443e15a157a98501255b8672
SHA1: 3958ae7c648489998bba45d9b514f2a1f1505786
MD5sum: f7ee19bc9601d95cc5df271446d2b60b
Description: debug symbols for postgresql-13-preprepare
Build-Ids: 2bc4fbb81173ba22e8ebca4991b33a8057ffd73b
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-prioritize
Source: postgresql-prioritize
Version: 1.0.4-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: libc6 (>= 2.17), postgresql-13
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-13-prioritize_1.0.4-6.pgdg+1_arm64.deb
Size: 12524
SHA256: b38e9a8354d386cf7ff9a1820e81faab93629bfcff134bb5762266a1bf032401
SHA1: 821621f5e64f407f38351c5d5221b2cc519a1e7d
MD5sum: 959cce60b75f3ee87ffad7674b7cdc7f
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.
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-13-prioritize (= 1.0.4-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-13-prioritize-dbgsym_1.0.4-6.pgdg+1_arm64.deb
Size: 17720
SHA256: be4b31128a760732a2967bd559abd03d4478004eb7ed392d561ef97d52f2dca3
SHA1: 00db5407928e70a0777abfe1159da273635d79f1
MD5sum: fb828b2d7c9b48de0c4037fd777d2409
Description: debug symbols for postgresql-13-prioritize
Build-Ids: a5bafc11dcb520b8eeebc6bae238e640cf54db77
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-rational
Source: pg-rational
Version: 0.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-13-rational_0.0.2-1.pgdg+1_arm64.deb
Size: 24820
SHA256: 1c2882e7af4a30dd5b5bbe8a89f0707ca6bbe5d03fac2998950d402e95628b24
SHA1: 8371040280a4242672d8cf90cf8b9ff326db31b0
MD5sum: 3fcf1e0aaf57e1b9946e0ccbe1fbb769
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-rational-dbgsym
Source: pg-rational
Version: 0.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-13-rational (= 0.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-13-rational-dbgsym_0.0.2-1.pgdg+1_arm64.deb
Size: 25320
SHA256: ad6993fcf603b595105aff65b445a36171522e725331a83df0bfb3fb99ff9719
SHA1: 35d7768273ba1b6bed6d58e5d400858b0baf6a32
MD5sum: 71128adda7aff4f6885019815cc52068
Description: debug symbols for postgresql-13-rational
Build-Ids: d026a0796e2b80204a3793a5f8dbf56e83425d9a
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-similarity
Source: pg-similarity
Version: 1.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 347
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-13-similarity_1.0-3.pgdg+1_arm64.deb
Size: 102568
SHA256: 356e7aed5412b14e7fe36b6611af2e54114fb047c603c4dc7ac05a7bebaee4a1
SHA1: f1a6ef0b2844530b230a6c08c46c68e39f6c6496
MD5sum: 4dabaade23ca5246ead1c80e0621a738
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-similarity-dbgsym
Source: pg-similarity
Version: 1.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-13-similarity (= 1.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-13-similarity-dbgsym_1.0-3.pgdg+1_arm64.deb
Size: 91952
SHA256: f4ee5c1b50f95edd7e5b9a378a24bf532d5924fb3fc7f18d344b0df74b4ec608
SHA1: dd794043f8ba23bad1f1ab48d990f5bed0c784ad
MD5sum: 131b208e2499e1c1e96a9e69dabc13d0
Description: debug symbols for postgresql-13-similarity
Build-Ids: 7c3692d6c0595592680e1b3ed1a74ffbead33539
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-slony1-2
Source: slony1-2
Version: 2.2.8-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-13, libc6 (>= 2.17)
Suggests: slony1-2-bin
Conflicts: postgresql-13-slony1
Provides: postgresql-13-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-13-slony1-2_2.2.8-3.pgdg+1_arm64.deb
Size: 22316
SHA256: 4a46bcfec0775c943d836d1061ba59967c7dee040b31fa1b8784c605b59f403b
SHA1: 75af519e0e722f346648eee3fbb97fa27c046181
MD5sum: 74031c70ecebd8fc5a3e23c9ebbdb479
Description: replication system for PostgreSQL: PostgreSQL 13 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
 13 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.
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.8-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-13-slony1-2 (= 2.2.8-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-13-slony1-2-dbgsym_2.2.8-3.pgdg+1_arm64.deb
Size: 70372
SHA256: 293d1dcdb682118f4e620ebbd5236d67957890c5031e60626b068cb0bc6d30fd
SHA1: 2c92d04027d55ba14ee7050972cd347029d1d785
MD5sum: d0fe3af302bf43ba1bbada720515d0ee
Description: debug symbols for postgresql-13-slony1-2
Build-Ids: 757c57a96771010f86717467af4a6c08b295bc8d
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-snakeoil
Source: pg-snakeoil
Version: 1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-13, libc6 (>= 2.17), libclamav9 (>= 0.101.0)
Recommends: clamav-freshclam | clamav-data
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-13-snakeoil_1.3-1.pgdg+1_arm64.deb
Size: 17568
SHA256: 52d0b348ec9b67f291ba1fa7900945d5e809d5cbc6f51da5f4323d4c2f51df9d
SHA1: fe0a24b2d13774ea4d00f53590e526c00b90dc2e
MD5sum: 38f6454db3ba737022480b6603c3ca94
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-13-snakeoil (= 1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-13-snakeoil-dbgsym_1.3-1.pgdg+1_arm64.deb
Size: 23136
SHA256: 1186ca06cb6ab67e94cb65ee87b468e9a4771d3820683950ef27c3ec42d6f058
SHA1: ff571c38e5625b2a1beb744438b61ea3241d6fa9
MD5sum: a1cebf250161e594f14eea3ee9148768
Description: debug symbols for postgresql-13-snakeoil
Build-Ids: 3496bb3caa9a2e076b24ed4f7c21a46be1ec7423
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-unit
Source: postgresql-unit
Version: 7.2-2.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 452
Depends: libc6 (>= 2.17), postgresql-13
Homepage: https://github.com/ChristophBerg/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-13-unit_7.2-2.pgdg+1_arm64.deb
Size: 121160
SHA256: 53ab623ccba224148b1400810548920477279b179d98002247700d4a5febe63e
SHA1: f05e0e6fa8595b620419183368eca2ab8067664d
MD5sum: 07b89ca47cd50c95fd2b5cd8f81ba354
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-13-unit-dbgsym
Source: postgresql-unit
Version: 7.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 90
Depends: postgresql-13-unit (= 7.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-13-unit-dbgsym_7.2-2.pgdg+1_arm64.deb
Size: 68508
SHA256: 6b0cf5c035c77ed464e1b7e5321e632e99d1320bfb0c66f553fe5364c7c107d8
SHA1: 2ff2650041efe22ecc20a82a8a950c7759ccb4b1
MD5sum: ecff13bd6846b7ef40e8842922bd291f
Description: debug symbols for postgresql-13-unit
Build-Ids: ba261fe10de4d4e9d187e273bd429b85f6b41369
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-9.5-orafce
Source: orafce
Version: 3.13.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 361
Depends: postgresql-9.5, libc6 (>= 2.17)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-9.5-orafce_3.13.4-1.pgdg+1_arm64.deb
Size: 92700
SHA256: e368194ee177b42817969f09f50f251436851e2b2e3aa2aae9f4825395b29c1f
SHA1: d8f563b08f5aa3e263e80c5cff3b0e6ccd781ac4
MD5sum: 6d9b0598b98812ac2fd21248d7c0d27d
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.
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-9.5-orafce-dbgsym
Source: orafce
Version: 3.13.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 252
Depends: postgresql-9.5-orafce (= 3.13.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-9.5-orafce-dbgsym_3.13.4-1.pgdg+1_arm64.deb
Size: 204508
SHA256: f37483d5df75ec6f6487965557029c0fcf8b0425b045f12341f54352f8f24a11
SHA1: a9d0826b1949f9ad00fffc1f6ae09500ce99eec6
MD5sum: 71f4ad4b997a28e79aaf2b43ad2ecca0
Description: debug symbols for postgresql-9.5-orafce
Build-Ids: 8fed2cc2a0e281d968ebfe3779ea32496382b18f
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-9.5-pgextwlist
Source: pgextwlist
Version: 1.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-9.5, libc6 (>= 2.17)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-9.5-pgextwlist_1.11-1.pgdg+1_arm64.deb
Size: 12588
SHA256: abe1a8d2a66bcfcc8678a62110f3076107c1493273baf87328a1390a0eb75e19
SHA1: 1134b57dffe1d4136215f5e1de7fadec9b5bd39d
MD5sum: 34abc12b7d951184e0ee741228143c9d
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.
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-9.5-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-9.5-pgextwlist (= 1.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-9.5-pgextwlist-dbgsym_1.11-1.pgdg+1_arm64.deb
Size: 44180
SHA256: 86adc8f0124be09dc4e8dd86bfbf2c1b80e35936e82ae676542a6ebfdab98f5b
SHA1: 930cbc545c9b15b04fd2df570e12035c0424f597
MD5sum: 6f2abd8b70b50e1b1717e2aa737655a5
Description: debug symbols for postgresql-9.5-pgextwlist
Build-Ids: 9e70ec6e002a97122d5184c5d203df0bec2f0d43
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-9.5-pg-qualstats
Source: pg-qualstats
Version: 2.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 83
Depends: libc6 (>= 2.17), postgresql-9.5
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-9.5-pg-qualstats_2.0.2-1.pgdg+1_arm64.deb
Size: 26708
SHA256: 520b05308eeda237fd455cf837c78c497ad734cf6f4d4307bf0e403a8a6caaa1
SHA1: aba816214a5cf9588e8c50d1444330111a43b8d5
MD5sum: aff1dbea4beef2ca818d6e9832b69eba
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-9.5-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 74
Depends: postgresql-9.5-pg-qualstats (= 2.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-9.5-pg-qualstats-dbgsym_2.0.2-1.pgdg+1_arm64.deb
Size: 56868
SHA256: acee9dfc9fe36451e772e89db4da02e9818cf59d9e6cdcab9dafc1d961013f2f
SHA1: d1398ca880365b17427e140a5c247cae9504d63f
MD5sum: 9fab3ee125f006bf9a7d317440ad021c
Description: debug symbols for postgresql-9.5-pg-qualstats
Build-Ids: 3486fc1423dcb0b1706537bf5c1584c64690949a
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-9.5-plsh
Source: postgresql-plsh
Version: 1.20200522-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: libc6 (>= 2.17), postgresql-9.5
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-9.5-plsh_1.20200522-1.pgdg+1_arm64.deb
Size: 12744
SHA256: 1e376c714ef4a059dcb2e0c849ccd0142cf8581f47c269b9f8b78c0082a357c6
SHA1: 417bd088b335abcd2ec57e8cd50adac3e86fd364
MD5sum: 8217ef9333e38f97351bc7c618d0d92a
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.
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-9.5-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20200522-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-9.5-plsh (= 1.20200522-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-9.5-plsh-dbgsym_1.20200522-1.pgdg+1_arm64.deb
Size: 31680
SHA256: 509ff8add2134fe069ec4ea5f301b896b161ae1e56c289790c986a96a4f352e5
SHA1: 1c6c2cec4121710d6763586c5eb724a7d5aba051
MD5sum: 3e18d8ceca4ad587f013d22cbcb07618
Description: debug symbols for postgresql-9.5-plsh
Build-Ids: 355cce214a30353cb60a901b2cec182bc406a54b
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-9.6-orafce
Source: orafce
Version: 3.13.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 361
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-9.6-orafce_3.13.4-1.pgdg+1_arm64.deb
Size: 92872
SHA256: b4e3098ae1bd11fcfb129c67734de65a4ff318bcc10556f55a3a65781c040f53
SHA1: 9553c00ed1822dde3b192b0f291f4f5c5ccd3987
MD5sum: c1a7b4cabcffcdee43ecb09ed8552be5
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.
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-9.6-orafce-dbgsym
Source: orafce
Version: 3.13.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 253
Depends: postgresql-9.6-orafce (= 3.13.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-9.6-orafce-dbgsym_3.13.4-1.pgdg+1_arm64.deb
Size: 205476
SHA256: 6da1c8dbfcecd94d36033c6a1756c516ad84c9e24854f99f68cadd277dbbafa3
SHA1: b2eff31a2dd15f098d095eec3f8975ff6cfd2f41
MD5sum: daac59d27a5712457ee8cc1ba90bb4e5
Description: debug symbols for postgresql-9.6-orafce
Build-Ids: d2a5b426198ca8247448fc8f16572bd16e4ae04c
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-9.6-pgextwlist
Source: pgextwlist
Version: 1.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-9.6-pgextwlist_1.11-1.pgdg+1_arm64.deb
Size: 12588
SHA256: f0dba2c925de932c7fbbf000903aa2d2f2679e6d0c7ecef94ea644bcc77c1eec
SHA1: 446ec98bde8fd6282eb0f24d2d8070c3bd20f70d
MD5sum: 1189768f3f42c394056e0c3140d7688e
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.
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-9.6-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-9.6-pgextwlist (= 1.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-9.6-pgextwlist-dbgsym_1.11-1.pgdg+1_arm64.deb
Size: 45108
SHA256: 1390a0be307ed4663e8955e55081e287ed1a2eaabcb5adb04197376db61530da
SHA1: c6f4375d7029b01fee972acc414dafcd615cac6d
MD5sum: 262987b81bba2a3f8d7198e24f5c498e
Description: debug symbols for postgresql-9.6-pgextwlist
Build-Ids: 2ebbedcee0461127688161207dc37569f1abeebb
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-9.6-pg-qualstats
Source: pg-qualstats
Version: 2.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 83
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-9.6-pg-qualstats_2.0.2-1.pgdg+1_arm64.deb
Size: 27116
SHA256: 8cd57ddfd19a4b554c6378882fddb056155a2604b668dad96a6161fef8ba5b79
SHA1: b68836f6c0dd4a85dc35d49a8fd90b1cf1911065
MD5sum: 0408ab58aeca2da0ff93bf8bdcbeae34
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-9.6-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 80
Depends: postgresql-9.6-pg-qualstats (= 2.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-9.6-pg-qualstats-dbgsym_2.0.2-1.pgdg+1_arm64.deb
Size: 63128
SHA256: 65bfcbbf9708a7f204357c98b7987f5996a6d4e4cca52c085421c3649d902183
SHA1: dcdd37d2064e07f1a9792ac10aeb1db8b66d2eef
MD5sum: 52f67457abcd03c277985a5df8018243
Description: debug symbols for postgresql-9.6-pg-qualstats
Build-Ids: a1f4b7c966fc075728381dce54da6f8981087090
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-9.6-plsh
Source: postgresql-plsh
Version: 1.20200522-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-9.6-plsh_1.20200522-1.pgdg+1_arm64.deb
Size: 12752
SHA256: 6c7eb8951a0c3dfbf02d415ec83c16a85ac95b9e9f25d4c30a2f185cd82e96eb
SHA1: 8089cebb7c0bd0e640c3af7bd55db66765eb7d43
MD5sum: d5313fc856d0533da783aadf6c03c499
Description: PL/sh procedural language for PostgreSQL 9.6
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in a shell of his choice.  You need this package
 if you have any PostgreSQL 9.6 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-06-04 11:58:39+00

Package: postgresql-9.6-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20200522-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-9.6-plsh (= 1.20200522-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-9.6-plsh-dbgsym_1.20200522-1.pgdg+1_arm64.deb
Size: 32520
SHA256: 727e5ab03270b9fd6925eb78ff56583e60010e2b7a480cbea0d7aad999f6eb6e
SHA1: 419f88efcae1aa962f76ef5b40433fe02cae5788
MD5sum: f445f3c875ab785f9e7ae6f16f073ecc
Description: debug symbols for postgresql-9.6-plsh
Build-Ids: f8c2fb53f6f0cdf34d42bb10b6bb28b0770d6ecb
Timestamp: 2020-06-04 11:58:39+00

Package: pspg
Version: 3.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: libc6 (>= 2.17), libncursesw6 (>= 6), libpq5 (>= 9.0~), libreadline8 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_3.1.2-1.pgdg+1_arm64.deb
Size: 80488
SHA256: d392670d3451a7c2bbb8b5cb7b675d5b3a44f6b7bc375c53f1127f82fd5dc06c
SHA1: 7362e626c19068b25de566c1c0a205c5e052f515
MD5sum: 24c48a888e0576360e68e065fe1d5404
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2020-06-04 11:58:39+00

Package: pspg-dbgsym
Source: pspg
Version: 3.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 226
Depends: pspg (= 3.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_3.1.2-1.pgdg+1_arm64.deb
Size: 202724
SHA256: 10709f157069a7c97d777a708531985a8a503c863d0b64c6a9569ea5f0a6f5c2
SHA1: 5c49a9529ffec962e4b274e1c265889f29609cfe
MD5sum: 4f035e52fffed7c8cc1178a1c8e2eadb
Description: debug symbols for pspg
Build-Ids: a5295d3d7ea2769520a1898bda2e42cfd47e5db9
Timestamp: 2020-06-04 11:58:39+00

Package: pg-bsd-indent
Version: 2.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/pg-bsd-indent/pg-bsd-indent_2.1.1-1.pgdg+1_arm64.deb
Size: 29040
SHA256: 0b056232af8a8001688068cad96403f3a21a0c9818b1834b00f4d86b7bb2759c
SHA1: 936bdaa0a653f351ac8bacc715a7a84c599696f9
MD5sum: 306d0761943710aec369976c76004929
Description: PostgreSQL source code indenter
 This utility is the official way the PostgreSQL developers reformat code
 before release. It is also recommended to be used by developers for code
 changes prior to submission. It is a fork of FreeBSD's indent.
Timestamp: 2020-06-09 09:06:04+00

Package: pg-bsd-indent-dbgsym
Source: pg-bsd-indent
Version: 2.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: pg-bsd-indent (= 2.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-bsd-indent/pg-bsd-indent-dbgsym_2.1.1-1.pgdg+1_arm64.deb
Size: 38912
SHA256: fb095ae2a91743b9948628b948c62f6b73a342f8e6094e56750d6c17a9a75538
SHA1: 84044dc957327e5f1ae1bc488cca8a8d40f0e43d
MD5sum: 12ea2cec06466ab58cd8b38974b0b066
Description: debug symbols for pg-bsd-indent
Build-Ids: 5ee6fac61e89dba4a4db83ee1f1f13b16a57dc45
Timestamp: 2020-06-09 09:06:04+00

Package: libecpg-compat3
Source: postgresql-13
Version: 13~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg-compat3_13~beta2-1.pgdg+1_arm64.deb
Size: 18268
SHA256: bc4c43c4b1699345831e88d2e22dd358510e66daa92c850caa47ed7d33611a91
SHA1: 78a6078afe5023e6da274ec67537ad5abbd97c56
MD5sum: 56e361a554d55c3cb985f53ad5179ff6
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.
Timestamp: 2020-06-25 16:17:35+00

Package: libecpg-compat3-dbgsym
Source: postgresql-13
Version: 13~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: libecpg-compat3 (= 13~beta2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-compat3-dbgsym_13~beta2-1.pgdg+1_arm64.deb
Size: 38040
SHA256: d5288ba07dc4c7c0962f0ccb6bbfc6878c6cae0f3fab776b3e0a9a0622a853fb
SHA1: ac500b596e63e5784e87f74c75f5b006a29b5bb9
MD5sum: f2a05f2aa9b21d6c7ab2a909c058cb1f
Description: debug symbols for libecpg-compat3
Build-Ids: e9f0d93294ba4c30dbef49a130344d5eb705fe52
Timestamp: 2020-06-25 16:17:35+00

Package: libecpg-dev
Source: postgresql-13
Version: 13~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1479
Depends: libecpg-compat3 (= 13~beta2-1.pgdg+1), libecpg6 (= 13~beta2-1.pgdg+1), libpgtypes3 (= 13~beta2-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libecpg-dev_13~beta2-1.pgdg+1_arm64.deb
Size: 262340
SHA256: 63ffd051123ca8c347b33309c4fc2e6e7013dcb4ef2d5a02a9f08a6e18c3f3a2
SHA1: c331e022abf0400e2d8204f681e1804cdbb7ef6c
MD5sum: 44c501f9c566b50a8ecd45daa72c1279
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).
Timestamp: 2020-06-25 16:17:35+00

Package: libecpg-dev-dbgsym
Source: postgresql-13
Version: 13~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libecpg-dev (= 13~beta2-1.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-dev-dbgsym_13~beta2-1.pgdg+1_arm64.deb
Size: 212980
SHA256: 6b11e9f73a7deab185711b41203468c7cd42cb2a80cbde18e1fff48a4142aa16
SHA1: 1f96911d1097b9a25f8673afe97b94e4e0328525
MD5sum: 42969ac98106aa1562c6fdbebda49e9c
Description: debug symbols for libecpg-dev
Build-Ids: 7979672f48c75a28c7a3da12a516583bfd3437c8
Timestamp: 2020-06-25 16:17:35+00

Package: libecpg6
Source: postgresql-13
Version: 13~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 215
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg6_13~beta2-1.pgdg+1_arm64.deb
Size: 52284
SHA256: aff95e6bf3836f6c046201193c13b9ea61f1673f6b191877ddc112b4aa696da4
SHA1: c64da28899efb13a20359b5da82a5610596f57c7
MD5sum: 3e14082e8e1aa4482f4bf104f1b7257d
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.
Timestamp: 2020-06-25 16:17:35+00

Package: libecpg6-dbgsym
Source: postgresql-13
Version: 13~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: libecpg6 (= 13~beta2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg6-dbgsym_13~beta2-1.pgdg+1_arm64.deb
Size: 115000
SHA256: cc9ce4258d6f0db2b942d31d2b6d3cc19023e013149e3d6d9b24bc16334b8b1e
SHA1: 205fcd69984c2428624182e63b95a40cfa5ee484
MD5sum: 42477efdcbf2245782e8c9587f71c0de
Description: debug symbols for libecpg6
Build-Ids: d57bbaa2f376f8ef853e345cf98fa98638f18496
Timestamp: 2020-06-25 16:17:35+00

Package: libpgtypes3
Source: postgresql-13
Version: 13~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpgtypes3_13~beta2-1.pgdg+1_arm64.deb
Size: 38784
SHA256: 715111aed919276a8be1b9d7dbf2dab5dd1d05df3290bf57d09de3b65ba01128
SHA1: 1fa1997d3e7404f2f8eb7426b313d12d324fc336
MD5sum: 9e4cca0e9e28d2ac000fffd2f8b5d97b
Description: shared library libpgtypes for PostgreSQL 13
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-06-25 16:17:35+00

Package: libpgtypes3-dbgsym
Source: postgresql-13
Version: 13~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: libpgtypes3 (= 13~beta2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpgtypes3-dbgsym_13~beta2-1.pgdg+1_arm64.deb
Size: 84444
SHA256: f7e31f7d48a85b8e501eb62099d5282cf17b60f95e3779facbc17af30ff66cbf
SHA1: 6bf7930dc17f07f80c880be3ae9ee786ac79bb7a
MD5sum: 2b8c18f1d1a5ac1345ab7df07baab9f8
Description: debug symbols for libpgtypes3
Build-Ids: 65b1b84bf079cf4a73dc44e93068f093d08c09da
Timestamp: 2020-06-25 16:17:35+00

Package: libpq-dev
Source: postgresql-13
Version: 13~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 552
Depends: libpq5 (= 13~beta2-1.pgdg+1)
Suggests: postgresql-doc-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libpq-dev_13~beta2-1.pgdg+1_arm64.deb
Size: 130356
SHA256: 35df3d571703dd45f021c6e04f8abc380650616c86fcb325a7ca429e7ca2becf
SHA1: 344d2a369ed90b9a0e48397a691c124fa175c4b4
MD5sum: a13c7f1110f968f6cf31d270b0c8b6af
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.
Timestamp: 2020-06-25 16:17:35+00

Package: libpq5
Source: postgresql-13
Version: 13~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 851
Depends: libc6 (>= 2.25), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpq5_13~beta2-1.pgdg+1_arm64.deb
Size: 182228
SHA256: 1d693b26f0227261bc53b6f625fa95f464ea100bfdb2b801317aa6b1b5cfea61
SHA1: 3b1a7351adcbf9960569764b0bb94c8353da98f7
MD5sum: 46dd10831958f679caeacb82fa2af2d7
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.
Timestamp: 2020-06-25 16:17:35+00

Package: libpq5-dbgsym
Source: postgresql-13
Version: 13~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 289
Depends: libpq5 (= 13~beta2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpq5-dbgsym_13~beta2-1.pgdg+1_arm64.deb
Size: 254164
SHA256: 1e1c6d8af00d9d4154b38c5499045e0bd350ef0fffc1228bd91e819b4a540f56
SHA1: 980f3aebff7196f7d998da0f73ed43a02cfd0a10
MD5sum: 2f6ff4f4edc1baf0579cfc858c9fc65b
Description: debug symbols for libpq5
Build-Ids: 2ad9a71c9028d879f86905e5b2f4c02a3669ca98
Timestamp: 2020-06-25 16:17:35+00

Package: postgresql-13
Version: 13~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50991
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm10 (>= 1:9~svn298832-1~), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 2.1.12), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/database
Filename: pool/13/p/postgresql-13/postgresql-13_13~beta2-1.pgdg+1_arm64.deb
Size: 16130844
SHA256: 54fd825005ca3d4128084b56f5eca8cc6941d53613a0823f7aa293411667e50e
SHA1: bf0feb9af814e61b301f860e130a064b280dfc06
MD5sum: 825358456bd8560250a4841e814ad5fd
Description: object-relational SQL database, version 13 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 13.
Postgresql-Catversion: 202005171
Timestamp: 2020-06-25 16:17:35+00

Package: postgresql-13-dbgsym
Source: postgresql-13
Version: 13~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17141
Depends: postgresql-13 (= 13~beta2-1.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/postgresql-13-dbgsym_13~beta2-1.pgdg+1_arm64.deb
Size: 15494664
SHA256: d40201b43179f2f8234e5a3177d3d13fdfb2dc9a09354edcd76ec4708aad731a
SHA1: 965c7de73f9ed6db4886ab0652dbf1ce9a522327
MD5sum: a0ea071d5062f9cf4e0ec2a5d35e43e1
Description: debug symbols for postgresql-13
Build-Ids: 00ede92d42f9e01d3d33413005abefe39af382da 09a38f47f6cba7ddc1e49e3553408a092674e86c 0b52743bb9595b1c0e309808a8b1167f47cfedad 0e18a550418d5039ce4f6eae1ff9a959b8e3acfa 0f9107ba30a7ce466b2fa6a24cbcf4c460ff21f0 10229398affc55c58ed2751fa47e22c9fe9ded85 11023d03eadc556f446499b73dbdc9d7a853f6bc 1216bb86251374da7f22b8f84ed67fb8fa376076 12226688636e5e18210cf2e9f0d189d35b109392 12a73fdec2e6446c1f8de05efe1efe9361098733 15481b869fe1efdbde33d69980be7e0bba2be90a 19fe6dc1b0b6b4754caf67ca3da54b06d5c09664 1e312d6cab12858cbf5c6edb11d6c26cd5d31c14 1feb9d23048fd6bcde725d57ceb75d66f1c54463 22c387f845f8fccabdb39725f3687c3749072b48 237977a09739da427971f34964209d0ed39ea8f9 23b799f7ede5193cdad84d06b280b563dda631af 23f1dd99ee067258edb66ce6b41d3b4e4212d939 25f422feae0b1d20e8856023244d29a0381f2116 2635dbcc81c58b6f4695adfdcb7fbb820dd7556c 2bb59a7227af9f50b34df46dfece251397164070 2c345c6a4a270abaccce485ef60c0432b5387eba 2c98ea302fe5f88fe3871497a3d638e97a5ec854 31a98ed2f3c24d32dc518374d32f1bd673cb3173 31cea84dd5c2b12d5337e5ccb921512eb2ce5ef6 331d0ba16bd953685e31fe7717ab4291b685e841 3532949bc37fa5b35263fe4c1a4637376663cd59 390f102df793bc64fb6871ea812464ba641bb442 3b9aaaa86bb44f782cd930b0174ea0fddd15b4f0 42c2547f891bbc2085390b00350f8c3b4c4b5b28 454d5bf2dc94482f6fe3c536d52bcecfd8d97a92 46b773596ea72b7959f75708b31352c6f9229fba 48404417a1702edfc1fe88413ffcb418c4f828fb 4ac22fa947acf6688a484e9d646cda4d9f7fc63b 4f3afe204c08c6a22f9ed278f2632fa5350849dd 501dfa12735cc75b91a6c3de69f8be800b5101e5 5055c57cbe12128de02e493b45e6f47966b19663 53b362e2cdae503667b2110f6963a27e1c2995e1 545e459da04739265852b089c65fd154c8d5af5e 5b69608103affa0a60f8f3d8948a19d6c1094a7c 5c577d40bfa7ff02173304f902fe1623d9e3d20a 5cf9c18e81e80b4358babf2a03cf3a02b91d1bda 5d6e8234c90afe02b009774a6acb3601addbd29b 618fe02f0ce2f699d4e03c02d64d2afe91a9702b 64d6fe896e4aa18696092af786975e08e83c3f0d 64ee7d0322f2f6c9d22a3d7d0842d18c7cabe6f0 703da247f263b94651c60cb840d3a3de6a7453ee 7116185f36c938fed85fe169706daf74c534a89d 71bd106254cfc88a680ac193ac0cf516d832f29b 72f54d5c48e05c6f753fca2f912192f9c64636ee 73a39fc12b626c00b71ec24c9b11fbf6d279382b 7404685ed96e050b06244d190a3f43d85a8b7136 75312d0f2668d50ff68944bdf29ffb7b4d29f1c8 75bfb441baa51913fdfa265243c978d4d689f75f 78c4443b042af5d507ba8367cb0778c65a6c8622 78ccbc1d418751ae875eb25580cb7d79b45156c1 7942d3eea55aff519668ea88a1dad48f51990e27 81be5d6b18f909df5dc13175e2192b2a52f9d216 8a0d00ab2cf69a06cfc69b39da281324d3e911ad 8e572e9726ed2b2280f41a87c1a0f24d5bc8bbb6 91ae234d26e46adbf93b3a3757ff9a9bad6e09d4 944be8e04756a22d7bd6bcc1921100407a34d971 9bccc5945512787c6a7ffb7c6bddc412d9f2e5ef 9ca57e4b6ac04037d0509797c37bfbed7ba36ed3 9e7bc3032e9b9952efb99e397553b38862b8fc44 a18c7f315792135ed090dd8e587642a32ba312d5 aadf1759880549535978d4469e820c528457e6b6 ab6117b818d2cbb45507d9a83579d12e51e30c3c ae6644f637bd4d8d4e658869fd1658628722ea42 b3f9760339b1b00dabfa7eadc42ab8ec38ab3bd1 b5e08d350f9095d1ee23fcbdab2672cb9fc1f41c baa2d7ad753d49ef8b9cefd2c7f4b13ac79159d8 bb6ef6b984e40e5e0c17860e75402c5ff8f3041c d3a89be9e58ca2ce2efd5bfbff7b324eec521a10 d65d3b328b396d31761312afc6193f25ec801a89 d7ee2c6df125860b3f2ac7ae8720ddd5b066293e d9f142a3fd82eab50d16c5074b2520a7bca00030 dcf0e33d57c7128a1915b195dac4278d80adbf42 dd64a3274a65bac3a9c37269b593d0c74df875fa dea58f54a1f8fb4f3680edd6bf21971ec9706e14 df89a5d977a4e41f226daae10f96c1f214b7f8c0 e093261e5b7cae24c3332128e68368f78f741c0a e50f681a2ffd718ffd304c163dd849faa2522b64 e5269f2583af5a67c6c2005732f3e939d11ed5d5 e7e04eb09cfec304ba3e5c8e487e6463b9e7fa09 ea529c5d6357b357ada4a944a6b75a8772f6a5b2 eb02199db421edfa09a254bd9616827cc1f02038 ecf366291f39c48a5a98d0ec8840fd89144464bc f54a7a448eef08cf160f054053fc7c722657673e f96d72078fa112bd35630f41e25676a681aacbcd f9f77a44b494a6d81f8328d3f3a70bd68329b232 fa8adc8d7b2c8ecba9559e96d381872a91794ff9
Postgresql-Catversion: 202005171
Timestamp: 2020-06-25 16:17:35+00

Package: postgresql-client-13
Source: postgresql-13
Version: 13~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7049
Depends: libpq5 (>= 13~beta2), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), libssl1.1 (>= 1.1.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-13, postgresql-doc-13
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/database
Filename: pool/13/p/postgresql-13/postgresql-client-13_13~beta2-1.pgdg+1_arm64.deb
Size: 1573600
SHA256: d339302f8adde8458bfd46ed6fd209c3b12cc567a59688e09430e98a551801a3
SHA1: d2978f677d3c6d3c2a98c03c2c24ec3246c9bf80
MD5sum: 55097c85e1fd066bd4b62c65020a771b
Description: front-end programs for PostgreSQL 13
 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 13. If you install
 PostgreSQL 13 on a standalone machine, you need the server package
 postgresql-13, 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.
Timestamp: 2020-06-25 16:17:35+00

Package: postgresql-client-13-dbgsym
Source: postgresql-13
Version: 13~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2213
Depends: postgresql-client-13 (= 13~beta2-1.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/postgresql-client-13-dbgsym_13~beta2-1.pgdg+1_arm64.deb
Size: 1809840
SHA256: 52a8469310bd67ed788d5eabcf52ad86f2a4050da54870c8864cbca115ea8dbb
SHA1: e563c7ba42d73012fb060aadf33c242a5b45beb9
MD5sum: 6a896cb447fa1767ffb7b84bdd2abd0a
Description: debug symbols for postgresql-client-13
Build-Ids: 1b9e8b7c720b6c20dd4ee7ae7e188d32b744d63e 482e8b9570d0c809fb9f80f0ceebe9e5f619e273 5078c40755f4b0aa74fb4db7b74a512c7921b8c7 50f49333aff364f730130601234fb814d115bde2 6e2e7bc02809a4df417b2bdbf23eaea4a66ef206 6e8a73dc4af2d65564823ddb9264ff54119fae66 85a2895ba614a94fc99c0bee1ab14d1367525980 885a7e25867ec81bd579905c5eeb6410e43fcf83 8e61eb16f85b9a67382cbc268c12ca1d77e6f3ed ae6e05b1f64d4e2ae68e807980e903d77f6dc371 b1e3749bd655cda224367923837780e08ac9bdf9 b338e76ed0d766339d4161a9c4a4f39ebf4500b4 b5aa163ba8401b064d259608067220c158c3dc96 b646a0cacfd8d02bcf0be95152d94fe513e9e5d4 bf3eb3e4b28adf4265687fe07e0f75bb3377aab5 e333fbaaecfe530ac1a2ea3b58e8d1dff84b5e1e eb1b05b129b6ab17d101988de8ba2d9c955dc322 f7ba95bdbf8eeedc5c09ccc8d20d78a22760b1ce
Timestamp: 2020-06-25 16:17:35+00

Package: postgresql-doc-13
Source: postgresql-13
Version: 13~beta2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14988
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/doc
Filename: pool/13/p/postgresql-13/postgresql-doc-13_13~beta2-1.pgdg+1_all.deb
Size: 1879464
SHA256: b6886f1da7d5b5c148a794f1183b574c50c36277f4467fb31d8d5a66e41c8c65
SHA1: 8c3eb14574520a6c7b7265516ff1e764a8bd1c9b
MD5sum: 982d5934a2361c83123f00e4727e2f06
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 13. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-06-25 16:17:35+00

Package: postgresql-plperl-13
Source: postgresql-13
Version: 13~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 344
Depends: perl, postgresql-13 (= 13~beta2-1.pgdg+1), libc6 (>= 2.17), libperl5.30 (>= 5.30.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/database
Filename: pool/13/p/postgresql-13/postgresql-plperl-13_13~beta2-1.pgdg+1_arm64.deb
Size: 81552
SHA256: b6a4e0446ac3403a9a1ae66252a14b684799cdf1495724712eb3e5add1c931a6
SHA1: 7f1d20e5c62bcd499ffaaae194791477ffc541ce
MD5sum: da781241264c6a9bb946bf6bebbb3fdd
Description: PL/Perl procedural language for PostgreSQL 13
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Perl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-06-25 16:17:35+00

Package: postgresql-plperl-13-dbgsym
Source: postgresql-13
Version: 13~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: postgresql-plperl-13 (= 13~beta2-1.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/postgresql-plperl-13-dbgsym_13~beta2-1.pgdg+1_arm64.deb
Size: 174032
SHA256: eb8ccfd95f7d45a1b4d8ad4e321ca4804991643a69e0db94b49f2bf0b76b085b
SHA1: 0e07995ace2c797f396ca7fc3fcaf99356b37752
MD5sum: e90871b5ef808e8604ff1aee58c98879
Description: debug symbols for postgresql-plperl-13
Build-Ids: 13643f19d63206ceda0fdbb83978313a72108b6a 26cd301070359cf3435ae56a0584aab707180ac8 447a143ce669372f403fe8166ce662fba1461d4f caca701058159f8169f558e9296f78df6bbb0173
Timestamp: 2020-06-25 16:17:35+00

Package: postgresql-plpython3-13
Source: postgresql-13
Version: 13~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 473
Depends: postgresql-13 (= 13~beta2-1.pgdg+1), libc6 (>= 2.17), libpython3.8 (>= 3.8.2)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/database
Filename: pool/13/p/postgresql-13/postgresql-plpython3-13_13~beta2-1.pgdg+1_arm64.deb
Size: 100364
SHA256: ab5fef96a2573074743220dcfa49ed3a39fcc8bda361071bcc7216616458a849
SHA1: 7dbfe5391415b18ea993013d0ff8116939897164
MD5sum: 2cfb4012681bf715fe58b77333c96722
Description: PL/Python 3 procedural language for PostgreSQL 13
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Python 3.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-06-25 16:17:35+00

Package: postgresql-plpython3-13-dbgsym
Source: postgresql-13
Version: 13~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 232
Depends: postgresql-plpython3-13 (= 13~beta2-1.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/postgresql-plpython3-13-dbgsym_13~beta2-1.pgdg+1_arm64.deb
Size: 181724
SHA256: 911ae54b6b0c3157c9598ecaddcdadd3902b292d180843663f67c3b82feb831f
SHA1: 9a16e72b74312aab3e9a388030acece3c94fcebd
MD5sum: f559036935a500a0ddccf7fa437a0097
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 32b388d846e5a64618dccd2f9e6fa5f207dbabed c67a7854ad0f4b6b982cb4f698651d8dce72083e cce8d5115db3a2fb21946249d2ea111c71a329e2 e73a5a42d34efe9f6e864b082dfb722aa98715f3
Timestamp: 2020-06-25 16:17:35+00

Package: postgresql-pltcl-13
Source: postgresql-13
Version: 13~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-13 (= 13~beta2-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/database
Filename: pool/13/p/postgresql-13/postgresql-pltcl-13_13~beta2-1.pgdg+1_arm64.deb
Size: 34888
SHA256: d1fd0483b9d058979aed9ec842a397d418a3e1fac9d74f852df1ae43040be69a
SHA1: 1dd1e2f4f986e04bbc76db75e577d9ba32f1f3ce
MD5sum: 59b50aa5068e98d7353d136177aada71
Description: PL/Tcl procedural language for PostgreSQL 13
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Tcl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-06-25 16:17:35+00

Package: postgresql-pltcl-13-dbgsym
Source: postgresql-13
Version: 13~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 123
Depends: postgresql-pltcl-13 (= 13~beta2-1.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/postgresql-pltcl-13-dbgsym_13~beta2-1.pgdg+1_arm64.deb
Size: 106264
SHA256: cc930614a1c699f226a2c90de87bc1b42b904fcf95ba95af58d70fc74bbb4737
SHA1: 7aad264f16b0e902d35b6aaf27a52aa74351fa1e
MD5sum: 705e49962b156e340770ef8937620dd7
Description: debug symbols for postgresql-pltcl-13
Build-Ids: 3d192591e2dc6cd05847c49ef02ff9145d4e6e4a
Timestamp: 2020-06-25 16:17:35+00

Package: postgresql-server-dev-13
Source: postgresql-13
Version: 13~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5734
Depends: clang-10, libpq-dev (>= 13~~), llvm-10-dev, postgresql-client-13, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/postgresql-server-dev-13_13~beta2-1.pgdg+1_arm64.deb
Size: 961064
SHA256: 04a05a82425e9327962c182febff1ea71f79f17556c9ec42569a16a071fe1a3a
SHA1: e6cb123adc837e5cec4d1d945a9c9d86d30ef9a9
MD5sum: 38c2506b18c1b706caa99da4074dd7b9
Description: development files for PostgreSQL 13 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.
Timestamp: 2020-06-25 16:17:35+00

Package: postgresql-10-extra-window-functions
Source: extra-window-functions
Version: 1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-10-extra-window-functions_1.0-1.pgdg+1_arm64.deb
Size: 7252
SHA256: 6f3e834aad0131ff79f4dcac0359197b3ceef6d487bcf00bb0e0d8715ae3f439
SHA1: f684afd2f2b0a023ebf3e18582c60008892206f6
MD5sum: 41a50fe892125e8903e06ae131cdba12
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2020-06-27 21:32:18+00

Package: postgresql-10-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27
Depends: postgresql-10-extra-window-functions (= 1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-10-extra-window-functions-dbgsym_1.0-1.pgdg+1_arm64.deb
Size: 11076
SHA256: c32a7190f197003805b6aaac92579d23fc1ae9cdca53dd9b83d1c33f30d67632
SHA1: 1dee6519029b4d080ce08b7cf50d82882c58d528
MD5sum: 76aeee262b44f5d3a194552d231976c0
Description: debug symbols for postgresql-10-extra-window-functions
Build-Ids: d5a756e490ab33a53ecb12316447c45c50368681
Timestamp: 2020-06-27 21:32:18+00

Package: postgresql-11-extra-window-functions
Source: extra-window-functions
Version: 1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-11-extra-window-functions_1.0-1.pgdg+1_arm64.deb
Size: 15540
SHA256: f60fe4dc06607f450fb22bcfe36d80113dd5442e4b9960dd027715466be35e01
SHA1: dc01d41b449742c443373e3937141d5e581608e6
MD5sum: bfa9f2940a3e61e35df30a8a362d181e
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2020-06-27 21:32:18+00

Package: postgresql-11-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27
Depends: postgresql-11-extra-window-functions (= 1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-11-extra-window-functions-dbgsym_1.0-1.pgdg+1_arm64.deb
Size: 11068
SHA256: afbf74dd270421e7b128f0ecaae72ce562b30775252757d77be07c5e8198e7a5
SHA1: 01f02757d377120be9383569307eebaa9ec4087f
MD5sum: 38f730d5e76f6bc7da67f9847af7ab3d
Description: debug symbols for postgresql-11-extra-window-functions
Build-Ids: 2ed4a1c228a9c72f619bdd11043b30ee07310039
Timestamp: 2020-06-27 21:32:18+00

Package: postgresql-12-extra-window-functions
Source: extra-window-functions
Version: 1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-12-extra-window-functions_1.0-1.pgdg+1_arm64.deb
Size: 15512
SHA256: e7a10616c6c84006d038059f79384ca2a256e9418e6ce11f61de8871369d15da
SHA1: 50a5453857c1efe1aba5198e5885dc1adb838ad5
MD5sum: e456c40fa4e5b7c1124ba4cc26820575
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2020-06-27 21:32:18+00

Package: postgresql-12-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27
Depends: postgresql-12-extra-window-functions (= 1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-12-extra-window-functions-dbgsym_1.0-1.pgdg+1_arm64.deb
Size: 10948
SHA256: 0c46d0b8d66dc6d9049074faf6120609ec0eb632a03b37a823a5ca3774405da8
SHA1: 411e66ffc113112fa54156a186b622192e8a3e2c
MD5sum: 941d95f99dcfb0c31b282e2d326b7197
Description: debug symbols for postgresql-12-extra-window-functions
Build-Ids: a6a972b92fb5e2cdb20913dcb427c9eb3435df79
Timestamp: 2020-06-27 21:32:18+00

Package: postgresql-13-extra-window-functions
Source: extra-window-functions
Version: 1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-13-extra-window-functions_1.0-1.pgdg+1_arm64.deb
Size: 15476
SHA256: fd6ce21760873e09da0a059be894e9a3cdd186b11508ce94944996934f8f0c02
SHA1: 56a580b6009ec9d5c882230dce8f77a99147836b
MD5sum: fb274519f467bca1c6f7f4c84a5bd256
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2020-06-27 21:32:18+00

Package: postgresql-13-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27
Depends: postgresql-13-extra-window-functions (= 1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-13-extra-window-functions-dbgsym_1.0-1.pgdg+1_arm64.deb
Size: 10948
SHA256: 64cecc5943573cfe680827e439d1a655eb6c811ad3dca8c2ed935bda3579583a
SHA1: 80faf8a75669754567d1688da4a19f1a6631ddf6
MD5sum: 2b5996e84d46ffc2345deb2e6570e4d8
Description: debug symbols for postgresql-13-extra-window-functions
Build-Ids: 62f0fe1fd31989154720b5b2fa30ebcdfe4ef9fa
Timestamp: 2020-06-27 21:32:18+00

Package: postgresql-9.6-extra-window-functions
Source: extra-window-functions
Version: 1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-9.6-extra-window-functions_1.0-1.pgdg+1_arm64.deb
Size: 7264
SHA256: 915a041842bdbd5d91f4b9bd667b5c6baa4b4b855ca5829a462d9024f341768a
SHA1: 72911759755b0bf296e7295a23ad4bfa718a8bbf
MD5sum: 39eeef2dec003efd02c7229147de6ef6
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2020-06-27 21:32:18+00

Package: postgresql-9.6-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27
Depends: postgresql-9.6-extra-window-functions (= 1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-9.6-extra-window-functions-dbgsym_1.0-1.pgdg+1_arm64.deb
Size: 11088
SHA256: a6e4558d9d895ffc7545c9dfb159b97e1f72821419967cc3bd43b3deec794ba8
SHA1: 6328733f5a12cf0612be7b333d466cae72f4cc45
MD5sum: 4f4e6fc8c8921a475a706aaa5e0e2ff3
Description: debug symbols for postgresql-9.6-extra-window-functions
Build-Ids: cfc0ab50e30e92b858f62da1912ea1176ebc053d
Timestamp: 2020-06-27 21:32:18+00

Package: barman
Version: 2.11-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 119
Depends: python3-barman (= 2.11-1.pgdg+1), python3-pkg-resources, adduser, rsync (>= 3.0.4~), python3:any
Recommends: openssh-server, openssh-client, postgresql-client
Suggests: barman-cli, repmgr
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman_2.11-1.pgdg+1_all.deb
Size: 84484
SHA256: 0e932638c1cbaa666037014025b0505799b4ab62322df52b9304d3e460b17268
SHA1: 5c0819b620d5a92631796c45e40fffe58ef9e484
MD5sum: 7d1f1f19998cb529c7c4d36af91c05a6
Description: Backup and Recovery Manager for PostgreSQL
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides barman binary.
Timestamp: 2020-07-09 12:31:33+00

Package: barman-cli
Source: barman
Version: 2.11-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 69
Depends: python3-barman (= 2.11-1.pgdg+1), python3-pkg-resources, rsync (>= 3.0.4~), python3:any
Recommends: openssh-client, barman-cli-cloud
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli_2.11-1.pgdg+1_all.deb
Size: 57620
SHA256: 6f93a1ff8ebc0330e2d8e593f5424b836213c2ca1527c3d6ff0653e0b537ad1e
SHA1: 74e1abba876280402c590f9381482ce2285aa1bc
MD5sum: 19acceb1ae93d13fbe4bbb4fddd85d17
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 organization 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.
Timestamp: 2020-07-09 12:31:33+00

Package: barman-cli-cloud
Source: barman
Version: 2.11-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 78
Depends: python3-barman (= 2.11-1.pgdg+1), python3-pkg-resources, rsync (>= 3.0.4~), python3:any, python3-boto3
Breaks: barman-cli (<< 2.10-3~~)
Replaces: barman-cli (<< 2.10-3~~)
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli-cloud_2.11-1.pgdg+1_all.deb
Size: 62756
SHA256: c9c53818e98335ff3b80819c83a24b6d4b359b922059504536697d9922dd1927
SHA1: 20684028607747e2909b9b71d5718e4aa9bf25ac
MD5sum: 68c7501f0afdcbfaa28050bd7940f3cf
Description: Cloud 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 organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli-cloud package contains cloud client utilities for the
 integration of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by 2ndQuadrant.
Timestamp: 2020-07-09 12:31:33+00

Package: python3-barman
Source: barman
Version: 2.11-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1000
Depends: python3-argh, python3-dateutil, python3-psycopg2, python3:any
Breaks: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Replaces: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Homepage: http://www.pgbarman.org
Priority: optional
Section: python
Filename: pool/main/b/barman/python3-barman_2.11-1.pgdg+1_all.deb
Size: 204696
SHA256: 1ebc801d39fe2313df828d51db5bf231d1c7006c3c796fb20b369bc4678907d3
SHA1: cb128f0d57d2d4be53d30f2c8d06e80cfdc436b0
MD5sum: 06333a51df97441096491b70e697dda5
Description: Backup and Recovery Manager for PostgreSQL - Python modules
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides Python 3 modules only.
Timestamp: 2020-07-09 12:31:33+00

Package: cl-pgloader
Source: pgloader
Version: 3.6.2-1.pgdg+1
Architecture: all
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 895
Depends: cl-abnf, cl-alexandria, cl-asdf (>= 3.0.3), cl-asdf-finalizers, cl-asdf-system-connections, cl-bordeaux-threads (>= 0.8.3), cl-cffi (>= 1:0.12.0), cl-command-line-arguments, cl-csv, cl-db3 (>= 20200212), cl-drakma, cl-esrap, cl-fad, cl-flexi-streams, cl-interpol, cl-ixf, cl-local-time, cl-log, cl-lparallel, cl-markdown, cl-md5, cl-metabang-bind, cl-mssql, cl-mustache, cl-postmodern, cl-ppcre, cl-py-configparser, cl-qmynd, cl-quri, cl-simple-date, cl-split-sequence, cl-sqlite, cl-trivial-backtrace, cl-trivial-utf-8, cl-unicode, cl-usocket, cl-utilities, cl-uuid, cl-yason, cl-zs3
Homepage: https://github.com/dimitri/pgloader
Priority: optional
Section: lisp
Filename: pool/main/p/pgloader/cl-pgloader_3.6.2-1.pgdg+1_all.deb
Size: 152604
SHA256: 70ea19231743306b2376e44980fb134b81b5f1d295deb7eafff876ab0faa0222
SHA1: 3976a740e2ec6216b0153221fc18a9f250b9e706
MD5sum: bae55a28be12d0d44792eba750b6d508
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.
Timestamp: 2020-07-14 15:27:46+00

Package: liblwgeom-2.5-0
Source: postgis-2.5 (2.5.4+dfsg-1.pgdg+1)
Version: 2.5.4+dfsg-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 652
Depends: libc6 (>= 2.29), libgeos-c1v5 (>= 3.5.0), libgmpxx4ldbl, libjson-c4 (>= 0.13.1), libproj19 (>= 4.9.0), libsfcgal1 (>= 1.1.0)
Homepage: http://postgis.net/
Priority: optional
Section: libs
Filename: pool/main/p/postgis-2.5/liblwgeom-2.5-0_2.5.4+dfsg-1.pgdg+1+b2_arm64.deb
Size: 224048
SHA256: 7103c88dca67e3718ac4c9d8b0c0424b16cc412e7dbcaac7a8b40742d60ce102
SHA1: cebb15b95e0ea27e552884ba2ea11fefe98abe98
MD5sum: 6bc15fcd5f91f1b83c61a57d03750a30
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.
Timestamp: 2020-07-14 15:27:46+00

Package: liblwgeom-2.5-0-dbgsym
Source: postgis-2.5 (2.5.4+dfsg-1.pgdg+1)
Version: 2.5.4+dfsg-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 714
Depends: liblwgeom-2.5-0 (= 2.5.4+dfsg-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis-2.5/liblwgeom-2.5-0-dbgsym_2.5.4+dfsg-1.pgdg+1+b2_arm64.deb
Size: 657944
SHA256: 5a20f27da6427c8a6cdb0d386f899d3ce6cbe86662015487bbed251461ec749c
SHA1: 1428c51410d22774d3103035089fd871f0da36d5
MD5sum: 4dfe1d3a2c1dd14e9260faf8fc850fec
Description: debug symbols for liblwgeom-2.5-0
Build-Ids: 5c38572eae233b1491dd4a9d8e3f2cdca257acc1
Timestamp: 2020-07-14 15:27:46+00

Package: liblwgeom-dev
Source: postgis-2.5 (2.5.4+dfsg-1.pgdg+1)
Version: 2.5.4+dfsg-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1189
Depends: liblwgeom-2.5-0 (= 2.5.4+dfsg-1.pgdg+1+b2)
Breaks: postgis (<< 2.0.0)
Homepage: http://postgis.net/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgis-2.5/liblwgeom-dev_2.5.4+dfsg-1.pgdg+1+b2_arm64.deb
Size: 270920
SHA256: b490f1fd879f8423b77f68303235979eb299e49fa797ca6e06d3383b133a6d15
SHA1: b03dc663c11af480d136608c6a83f5826905b9de
MD5sum: 88f45f77d0bc7b0367a99486b1ac894c
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.
Timestamp: 2020-07-14 15:27:46+00

Package: omnidb-common
Source: omnidb
Version: 2.17.0+ds-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30948
Depends: fonts-glyphicons-halflings, fonts-roboto-unhinted, libjs-jquery-ui, libjs-excanvas, python3:any, python3-cherrypy3, python3-django, python3-openpyxl, python3-paramiko, python3-pgspecial, python3-prettytable, python3-psycopg2, python3-pyaes, python3-restrictedpython, python3-scrypt, python3-sqlparse, python3-sshtunnel, python3-tornado
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/omnidb-common_2.17.0+ds-2.pgdg+1_all.deb
Size: 4566192
SHA256: 2709117e64c57f212548196b22a3a284127ed531c38e3331a5e24ddda3288c52
SHA1: 19c89700ea7fb47d1cba77f8404003d7bf60dedb
MD5sum: 2c18b2e5751b38e8a62795d420386b4c
Description: Web tool for database management (shared files)
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight. Check-out some
 characteristics:
 .
  * Web Tool: Accessible from any platform, using a browser as a medium
  * Responsive Interface: All available functions in a single page
  * Unified Workspace: Different technologies managed in a single workspace
  * Simplified Editing: Easy to add and remove connections
  * Safety: Multi-user support with encrypted personal information
  * Interactive Tables: All functionalities use interactive tables, allowing
    copying and pasting in blocks
  * Smart SQL Editor: Contextual SQL code completion
  * Beautiful SQL Editor: You can choose between many available color themes
  * Tabbed SQL Editor: Easily add, rename or delete editor tabs
 .
 Supported DBMS: PostgreSQL, Oracle, MySQL, MariaDB
 .
 This package contains shared files.
Timestamp: 2020-07-14 15:27:46+00

Package: omnidb-server
Source: omnidb
Version: 2.17.0+ds-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: adduser, omnidb-common (= 2.17.0+ds-2.pgdg+1)
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/omnidb-server_2.17.0+ds-2.pgdg+1_all.deb
Size: 8148
SHA256: a1a0d42105db07f20573173290dad00e9852afc5d18ce97a2ade7d944476bf05
SHA1: 81a4274d5c6702dada07d96ed485631effe2dace
MD5sum: 1f27e8704ec21d5f5fa5629997b16a6f
Description: Web tool for database management
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight. Check-out some
 characteristics:
 .
  * Web Tool: Accessible from any platform, using a browser as a medium
  * Responsive Interface: All available functions in a single page
  * Unified Workspace: Different technologies managed in a single workspace
  * Simplified Editing: Easy to add and remove connections
  * Safety: Multi-user support with encrypted personal information
  * Interactive Tables: All functionalities use interactive tables, allowing
    copying and pasting in blocks
  * Smart SQL Editor: Contextual SQL code completion
  * Beautiful SQL Editor: You can choose between many available color themes
  * Tabbed SQL Editor: Easily add, rename or delete editor tabs
 .
 Supported DBMS: PostgreSQL, Oracle, MySQL, MariaDB
 .
 This package runs OmniDB as system service on http://127.0.0.1:8000.
Timestamp: 2020-07-14 15:27:46+00

Package: patroni
Version: 1.6.5-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 627
Depends: python3-cdiff, python3-click (>= 4.1), python3-dateutil, python3-pkg-resources, python3-prettytable (>= 0.7), python3-psutil, python3-six (>= 1.7), python3-urllib3, python3-yaml, python3:any (>= 3.5~), lsb-base (>= 3.0-6), python3-psycopg2, python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_1.6.5-3.pgdg+1_all.deb
Size: 127608
SHA256: dae417426400af4b700faa9257ec3e44fa246c7f2d407e83aec29090c7ff6a33
SHA1: 4a6824c17e17d663ad985455f0c9e0df2a3c9a4c
MD5sum: ed0dbc355c43c22ebe146059200ca793
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2020-07-14 15:27:46+00

Package: patroni-doc
Source: patroni
Version: 1.6.5-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 724
Depends: libjs-sphinxdoc (>= 1.0), sphinx-rtd-theme-common (>= 0.4.3+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_1.6.5-3.pgdg+1_all.deb
Size: 101996
SHA256: 16d22b370af54c81e5cf29f6ae9585770eb7d76798d55fa3e0f5a5372a0d6070
SHA1: 3fef0461112075d0ec8094092fb891e80d477b18
MD5sum: 6d2e8cc1fc052d06ed9b2f188cab298b
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2020-07-14 15:27:46+00

Package: pgloader
Version: 3.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 28844
Depends: freetds-dev, libc6 (>= 2.17), zlib1g (>= 1:1.1.4), libssl1.1
Homepage: https://github.com/dimitri/pgloader
Priority: optional
Section: database
Filename: pool/main/p/pgloader/pgloader_3.6.2-1.pgdg+1_arm64.deb
Size: 26420964
SHA256: a6adaf2ed1e854543fb480cba07097be8f02d09395de1d40ec278f416a0db3a1
SHA1: 2b77203704dd6a658ba72e626cb98d751acdeac7
MD5sum: 28454741d1356ec221eba029d678f1e2
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.
Timestamp: 2020-07-14 15:27:46+00

Package: postgis
Version: 3.0.1+dfsg-4.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1357
Depends: libc6 (>= 2.29), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.8.0), libpq5, libproj19 (>= 4.9.0)
Recommends: postgresql-12-postgis-3, postgis-doc
Suggests: postgis-gui
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.0.1+dfsg-4.pgdg+1_arm64.deb
Size: 280772
SHA256: e8922fb032d9f1025882c49a88877353ff1caa4cba91615097aba2f2229a1eb9
SHA1: 0ad895df0e2331f7c00ee4f06bb02ad9732066db
MD5sum: bf1e60edd56e191e038bd2db38853ace
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2020-07-14 15:27:46+00

Package: postgis-dbgsym
Source: postgis
Version: 3.0.1+dfsg-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1920
Depends: postgis (= 3.0.1+dfsg-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.0.1+dfsg-4.pgdg+1_arm64.deb
Size: 1776712
SHA256: d1f0c3288ce76f1c4d22d15db347654901158368bb1a9a276989d3c9c0fdf5b2
SHA1: 1c6c200de0a04a6738ef4b8018c8107e39bcf202
MD5sum: 4ade0d50924bc7ab34d096d109a4d248
Description: debug symbols for postgis
Build-Ids: 5509dd6e6cba39a805acca7a7d0fea5de6367365 ab67f72ae5ee3040b31ee7a4e8545ee49c77711d cc9060d0d0211bd61d4620c5179dea9c0f5664a9
Timestamp: 2020-07-14 15:27:46+00

Package: postgis-doc
Source: postgis
Version: 3.0.1+dfsg-4.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5674
Suggests: postgis
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: doc
Filename: pool/main/p/postgis/postgis-doc_3.0.1+dfsg-4.pgdg+1_all.deb
Size: 2649148
SHA256: d72167a255af68bb526c55801b1e7e634aaf997bf91f69217ede737635ddc970
SHA1: ebc2f7ebb2230a23a1ba44af79eebe3e58703f24
MD5sum: e4db105884bd4a06ee416f6fad2c8475
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.
Timestamp: 2020-07-14 15:27:46+00

Package: postgis-gui
Source: postgis
Version: 3.0.1+dfsg-4.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 610
Depends: libc6 (>= 2.29), libgeos-c1v5 (>= 3.8.0), libglib2.0-0 (>= 2.12.0), libgtk2.0-0 (>= 2.14.0), libpq5, libproj19 (>= 4.9.0)
Recommends: postgresql-12-postgis-3, 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_3.0.1+dfsg-4.pgdg+1_arm64.deb
Size: 228428
SHA256: 572cc227de7861ce43a4742abc5b525a0f61d50a60cebc25dbc88c73a0f62eb8
SHA1: 59ba66a6dc9cbdd2f9560f99f56eb057c47212c9
MD5sum: d24b1ccaef3277b925fa940cb45e2af1
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 shape file loader,
 shp2pgsql-gui.
Timestamp: 2020-07-14 15:27:46+00

Package: postgis-gui-dbgsym
Source: postgis
Version: 3.0.1+dfsg-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 720
Depends: postgis-gui (= 3.0.1+dfsg-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-gui-dbgsym_3.0.1+dfsg-4.pgdg+1_arm64.deb
Size: 667548
SHA256: 35cb620dea64fc54951a15c34d036a99ec7ff83f18bea35e4136c0863a00bd91
SHA1: 647ccc37285e8a6b54a331d7df6935e2a76f0789
MD5sum: 24c6e9f014930cc00261518ab748e27b
Description: debug symbols for postgis-gui
Build-Ids: 191690efc1f2395eb7a831a67d4d0c545aeb351b
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-10-icu-ext
Source: icu-ext (1.6.1-1.pgdg+1)
Version: 1.6.1-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-10, libc6 (>= 2.17), libicu67 (>= 67.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-10-icu-ext_1.6.1-1.pgdg+1+b1_arm64.deb
Size: 26272
SHA256: 9256754373057844f148ae7419aa757f6295d451c1c1a7f8ea67ce0cad7fe66b
SHA1: 93b11a29f03f19186ca611bd55bfc0dbe0d5dae1
MD5sum: be922be56c9003f800b61ea6a1d62f43
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-10-icu-ext-dbgsym
Source: icu-ext (1.6.1-1.pgdg+1)
Version: 1.6.1-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-10-icu-ext (= 1.6.1-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-10-icu-ext-dbgsym_1.6.1-1.pgdg+1+b1_arm64.deb
Size: 72552
SHA256: 17eb474b883ead352853dbebb58db9e4efcd919b6ec7b090a52a3e813c6a0d63
SHA1: 07f878505e8fb45c1ffe8113109c619f9c3037c3
MD5sum: 4968e25c935bb19ed0e2e4a9accd883f
Description: debug symbols for postgresql-10-icu-ext
Build-Ids: 7542283ae20ab2f60f3ddc976a4316ffc39460fc
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-10-ogr-fdw
Source: pgsql-ogr-fdw (1.0.11-1.pgdg+1)
Version: 1.0.11-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 98
Depends: postgresql-10, libc6 (>= 2.17), libgdal27 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-10-ogr-fdw_1.0.11-1.pgdg+1+b1_arm64.deb
Size: 29416
SHA256: 02e342d67406678b11f7c1d7b7a9015075990bf6186b64a92a4f72f78c852f1e
SHA1: 886185a7237b8f3cdc819849c2283005abca3dda
MD5sum: 17817e66ae9e11e48e366b742bc9df90
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-10-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw (1.0.11-1.pgdg+1)
Version: 1.0.11-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 177
Depends: postgresql-10-ogr-fdw (= 1.0.11-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-10-ogr-fdw-dbgsym_1.0.11-1.pgdg+1+b1_arm64.deb
Size: 148788
SHA256: cf96d4d15d9e01554dd9ed473f5d67d2b33205dcd41147bb73c0e1ff0c34114d
SHA1: d5c9fb663efe209e399113158e4fe7df2b2a5021
MD5sum: 588b2898257c37ab44913c0515ffb64b
Description: debug symbols for postgresql-10-ogr-fdw
Build-Ids: a7742ae95f591670c82160eaff7ce5f02c0f6ade b0ea8173f91dba51a1f83ef3aeb6d54d4bcc7741
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-10-omnidb
Source: omnidb
Version: 2.17.0+ds-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: libc6 (>= 2.17), libpq5, postgresql-10
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/postgresql-10-omnidb_2.17.0+ds-2.pgdg+1_arm64.deb
Size: 11640
SHA256: 9e9aff708398b26c2fc2188e924ca8b744e310b3533d18a8d5b5d14ccdd7861b
SHA1: 891063d66e49b4cf010040bbf175530030190104
MD5sum: c848fb7171e0b7963ffcb3b3f4239552
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL extension for interactive PL/pgSQL
 debugging in OmniDB.
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-10-omnidb-dbgsym
Source: omnidb
Version: 2.17.0+ds-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-10-omnidb (= 2.17.0+ds-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb/postgresql-10-omnidb-dbgsym_2.17.0+ds-2.pgdg+1_arm64.deb
Size: 35976
SHA256: 289b3965a93d8e05892730e68ee99e15f771aedfeed2f69f29a3683eaca82361
SHA1: 91c6b307bb34bb6bac70e39ff3c91069ba9e0b7a
MD5sum: 47685841c8ff60e56f7f6a28d9d03b1b
Description: debug symbols for postgresql-10-omnidb
Build-Ids: 16103d61b3bf02431b5b9a6ce7c62cdab45deb2f
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-10-postgis-2.5
Source: postgis-2.5 (2.5.4+dfsg-1.pgdg+1)
Version: 2.5.4+dfsg-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1711
Depends: postgresql-10, postgresql-10-postgis-2.5-scripts, libc6 (>= 2.17), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.7.0), libjson-c4 (>= 0.13.1), liblwgeom-2.5-0 (>= 2.5.4), libpcre3, libproj19 (>= 4.9.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.2.0), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-10-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-10-postgis-2.5_2.5.4+dfsg-1.pgdg+1+b2_arm64.deb
Size: 565204
SHA256: eeb45fb60254b180156980b406f218de8203061c6a191e61781c7661b1bceaf4
SHA1: 5e8bab6ba581cf0e18e396af596d4272396c204f
MD5sum: 51cb8a1f10642a0d3b5e483accd10919
Description: Geographic objects support for PostgreSQL 10
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 10 database, the
 postgresql-10-postgis-2.5-scripts package must be installed as well.
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-10-postgis-2.5-dbgsym
Source: postgis-2.5 (2.5.4+dfsg-1.pgdg+1)
Version: 2.5.4+dfsg-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2216
Depends: postgresql-10-postgis-2.5 (= 2.5.4+dfsg-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis-2.5/postgresql-10-postgis-2.5-dbgsym_2.5.4+dfsg-1.pgdg+1+b2_arm64.deb
Size: 1999076
SHA256: 9e7c009d2492bbd1999f015c03f2cf26e5aed53d401e96b24aa04ee2c3fe0687
SHA1: cc36cb5515a86254748398be06c31d5a8c1f5875
MD5sum: 79304375bc948e74ab69b18dd2981dff
Description: debug symbols for postgresql-10-postgis-2.5
Build-Ids: 947a6fcc9d6442a214aab8057464ae10c7835e76 b9ff5dbbe311d5ca7dedec0266c7ad2c4e2c0e17 bc210ea82cb22983753e169b6769e90c38bd9cd6 c092e44c06ba31166356df5cc58dbdfef93a1f1b
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-10-postgis-3
Source: postgis
Version: 3.0.1+dfsg-4.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2861
Depends: postgresql-10, postgresql-10-postgis-3-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.8.0), libgmpxx4ldbl, libjson-c4 (>= 0.13.1), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-10-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-10-postgis-3_3.0.1+dfsg-4.pgdg+1_arm64.deb
Size: 759508
SHA256: 71cb4a0572a7e43891fac413082db0841d18f9388588701c381581e968b802c9
SHA1: a125c9f98d4021d655a03ba5f4f487e7a638728e
MD5sum: 2ecaadce29c165d3b0196ca96ce09e5e
Description: Geographic objects support for PostgreSQL 10
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 10 database, the
 postgresql-10-postgis-3-scripts package must be installed as well.
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-10-postgis-3-dbgsym
Source: postgis
Version: 3.0.1+dfsg-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4747
Depends: postgresql-10-postgis-3 (= 3.0.1+dfsg-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-10-postgis-3-dbgsym_3.0.1+dfsg-4.pgdg+1_arm64.deb
Size: 4423760
SHA256: 9cad10e16605ae843fc9b805100dbf053bc2187d1c5a794666740ca9889bcdb7
SHA1: 858163fe5e2326b04ae94936922b6266d8bd38ab
MD5sum: bc384cbc46d973db8d852a10d1c44cd5
Description: debug symbols for postgresql-10-postgis-3
Build-Ids: a382e5842bbe77091a0aeb59f9d6b3de84a0be31 aa38b3b07bf21cdd2e6604c676233101572b7b5d aa6010dc8598312b3c3f84ed9f2fbe0d2923c8eb aeb57f2f9529200e76c4240fdce56ce959e1879f
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-10-postgis-3-scripts
Source: postgis
Version: 3.0.1+dfsg-4.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26261
Depends: perl:any
Recommends: postgresql-10-postgis-3
Replaces: postgresql-10-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-10-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-10-postgis-3-scripts_3.0.1+dfsg-4.pgdg+1_all.deb
Size: 1119828
SHA256: 8f6a9f0643582de36badbcbfb975c9324a2a8359d856b08e2d9151eefa14be6b
SHA1: 065c304bc3cda2f6566b17b026ccae87ca5e3d02
MD5sum: 37608ede48102a4afc6d2d38a43a0e47
Description: Geographic objects support for PostgreSQL 10 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 10 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-11-icu-ext
Source: icu-ext (1.6.1-1.pgdg+1)
Version: 1.6.1-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-11, libc6 (>= 2.17), libicu67 (>= 67.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext_1.6.1-1.pgdg+1+b1_arm64.deb
Size: 69392
SHA256: 93bb7a8d11dcd074567b36347bb12418ee6a4a781b28ab69d3fb5009b82511ef
SHA1: 885860f12cbf3c75ec62da2d4d2c37b9b115e314
MD5sum: 4024833cd71cd711d3a1bad8d53c06e0
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-11-icu-ext-dbgsym
Source: icu-ext (1.6.1-1.pgdg+1)
Version: 1.6.1-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-11-icu-ext (= 1.6.1-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext-dbgsym_1.6.1-1.pgdg+1+b1_arm64.deb
Size: 63652
SHA256: 951ac194f6d876f1e146638eff947c00b468cd0608173e478788d7ea873995b9
SHA1: 959248be0943e3319fafd8e0d1d0c26f0599e1d6
MD5sum: 9403e5866c8a9f0670d400edc3f221cd
Description: debug symbols for postgresql-11-icu-ext
Build-Ids: b52381da4bde63e511a4acbe56b6b115e5da30cc
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-11-ogr-fdw
Source: pgsql-ogr-fdw (1.0.11-1.pgdg+1)
Version: 1.0.11-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 224
Depends: postgresql-11, libc6 (>= 2.17), libgdal27 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw_1.0.11-1.pgdg+1+b1_arm64.deb
Size: 93076
SHA256: b176f73b7e12792816ebe60eac5b895b108227b81cba1e3048a750c6a95ab945
SHA1: c67dc6214a4ed0daa6e4db32127f455b5b6e198f
MD5sum: f1bd4968b74c09dd4ad52a53a75ee411
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-11-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw (1.0.11-1.pgdg+1)
Version: 1.0.11-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 179
Depends: postgresql-11-ogr-fdw (= 1.0.11-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw-dbgsym_1.0.11-1.pgdg+1+b1_arm64.deb
Size: 151088
SHA256: 3125d4370c953b1a6b49b9645f602e7f43d56dad588951d72972f071a65ca818
SHA1: 809dc5b9ac2ad72342b6dfbacf44c0f8b5f23ca6
MD5sum: 8830d761b05bd5047996232b8d0cf210
Description: debug symbols for postgresql-11-ogr-fdw
Build-Ids: 969616f659f34df12ba32f209231c6bd738a8bd6 fde672d17012abc273bfbba9a90fc02408162fda
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-11-omnidb
Source: omnidb
Version: 2.17.0+ds-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: libc6 (>= 2.17), libpq5, postgresql-11
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/postgresql-11-omnidb_2.17.0+ds-2.pgdg+1_arm64.deb
Size: 25404
SHA256: 5e43252c080f01a090e3354a602b979084b3e3066e0d30717bedb5ac51dd77bb
SHA1: 4d1ee3d870aeeccde87889e34253741bf2001179
MD5sum: efd41470f9a40dbd8dda260319469b5a
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL extension for interactive PL/pgSQL
 debugging in OmniDB.
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-11-omnidb-dbgsym
Source: omnidb
Version: 2.17.0+ds-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: postgresql-11-omnidb (= 2.17.0+ds-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb/postgresql-11-omnidb-dbgsym_2.17.0+ds-2.pgdg+1_arm64.deb
Size: 38836
SHA256: fe40aaea3da9b4744c4202a833137886dc4851f8ef50e6d04fb7002037754833
SHA1: 4e57704fdeffa0bef64d26fc3169213f1a922c5a
MD5sum: 7956100afe31a7876284c87a9ab0509f
Description: debug symbols for postgresql-11-omnidb
Build-Ids: 1d3e8e00e61e56aa1df6ff408078496fddaf3281
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-11-postgis-2.5
Source: postgis-2.5 (2.5.4+dfsg-1.pgdg+1)
Version: 2.5.4+dfsg-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7837
Depends: postgresql-11, postgresql-11-postgis-2.5-scripts, libc6 (>= 2.17), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.7.0), libjson-c4 (>= 0.13.1), liblwgeom-2.5-0 (>= 2.5.4), libpcre3, libproj19 (>= 4.9.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.2.0), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-11-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-11-postgis-2.5_2.5.4+dfsg-1.pgdg+1+b2_arm64.deb
Size: 2904516
SHA256: 53952b2ac0f41ba526b2d6c2adaf6e96a5d6ec62e500790d722fc638ca23426b
SHA1: c4429f4edb196e414a48f76beaa4e9a6ebd8ab99
MD5sum: 6a03e27045c81a14066b1deece87de00
Description: Geographic objects support for PostgreSQL 11
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 11 database, the
 postgresql-11-postgis-2.5-scripts package must be installed as well.
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-11-postgis-2.5-dbgsym
Source: postgis-2.5 (2.5.4+dfsg-1.pgdg+1)
Version: 2.5.4+dfsg-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2179
Depends: postgresql-11-postgis-2.5 (= 2.5.4+dfsg-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis-2.5/postgresql-11-postgis-2.5-dbgsym_2.5.4+dfsg-1.pgdg+1+b2_arm64.deb
Size: 1954584
SHA256: 893f68118175eb65ee302b35d43084d216d084c9b76f90a9a42d50bc1441fec0
SHA1: 30c4cf2f38051307ceffd44e1f8e951a1873b662
MD5sum: 4a29f0d55301d534f6a5ad47db1d83df
Description: debug symbols for postgresql-11-postgis-2.5
Build-Ids: 0d5c355d90e905ea7fb7649170efc9304b788eff 38c5c1be3ebd4e59be93679991d8ac944521ec5e bc9d07e92c5a54686586bef4cb99c4b196c749b3 fcbec4e9b4779b6fcaaa640d81033a7d7b68ef0c
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-11-postgis-3
Source: postgis
Version: 3.0.1+dfsg-4.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9260
Depends: postgresql-11, postgresql-11-postgis-3-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.8.0), libgmpxx4ldbl, libjson-c4 (>= 0.13.1), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-11-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3_3.0.1+dfsg-4.pgdg+1_arm64.deb
Size: 3200252
SHA256: ce3b65783dfbe510ae993c66cf3f776fa180a00bbafea65c50c9ff48b4993574
SHA1: f2c1198ad28655fe7748d42b54f9e79747aac35d
MD5sum: 1a24319e025a5fd3cd02bfa678fbb1ba
Description: Geographic objects support for PostgreSQL 11
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 11 database, the
 postgresql-11-postgis-3-scripts package must be installed as well.
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-11-postgis-3-dbgsym
Source: postgis
Version: 3.0.1+dfsg-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4722
Depends: postgresql-11-postgis-3 (= 3.0.1+dfsg-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-11-postgis-3-dbgsym_3.0.1+dfsg-4.pgdg+1_arm64.deb
Size: 4390104
SHA256: f1dfe509fe49b8cce2a31af1b26e93ca4bed4a1e132a0804df2c3e5274b62b4e
SHA1: bdf56f67298c460caa4624deafe5c1f3319a9099
MD5sum: ac0a621ca9dbbef0919972d783798c45
Description: debug symbols for postgresql-11-postgis-3
Build-Ids: 601a8b5e89b135a5c8e75411056ec7ffe5b95272 b54bb900a0cbab2be40a9604ef303b0f6417759f de56588ba820fcf33de5dcaaa5839ce8558e76ae de953727953e10abb6bcf3ce494911a685acc79a
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-11-postgis-3-scripts
Source: postgis
Version: 3.0.1+dfsg-4.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26341
Depends: perl:any
Recommends: postgresql-11-postgis-3
Replaces: postgresql-11-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-11-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3-scripts_3.0.1+dfsg-4.pgdg+1_all.deb
Size: 1128556
SHA256: ae27c234ba5c6f7785ce4e441b84ce9259cea3a3321507d7a05761c4a1151a1a
SHA1: f1ef4c461c0c218f36f6ad8e85a5a801d9f6c3a0
MD5sum: 53eb4e381e493a3a32d71a1a6023332e
Description: Geographic objects support for PostgreSQL 11 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 11 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-12-icu-ext
Source: icu-ext (1.6.1-1.pgdg+1)
Version: 1.6.1-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: postgresql-12, libc6 (>= 2.17), libicu67 (>= 67.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext_1.6.1-1.pgdg+1+b1_arm64.deb
Size: 70600
SHA256: c896f3fd6572a8e3a82c2e82d6a7def611e3ba9835fe423585dfde2336c18cac
SHA1: 068c70dae05bc54ae6de4c5f838800373599396c
MD5sum: febc61f0b421b74cdc7765d85faa1bb0
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-12-icu-ext-dbgsym
Source: icu-ext (1.6.1-1.pgdg+1)
Version: 1.6.1-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-12-icu-ext (= 1.6.1-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext-dbgsym_1.6.1-1.pgdg+1+b1_arm64.deb
Size: 66624
SHA256: 53868f220da6c048f6daecb96bb19b734d3dca695fe3194da12450d928968384
SHA1: 33d7e5009a820ad9efaa3c824bf14c405b08682a
MD5sum: fa7f7f8177c3322c947fc576c2c35176
Description: debug symbols for postgresql-12-icu-ext
Build-Ids: b55d95db96cb7e33ad76865902e8c9762bfe2de5
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-12-ogr-fdw
Source: pgsql-ogr-fdw (1.0.11-1.pgdg+1)
Version: 1.0.11-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 225
Depends: postgresql-12, libc6 (>= 2.17), libgdal27 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw_1.0.11-1.pgdg+1+b1_arm64.deb
Size: 94660
SHA256: da6a93f36ac634d984b5868131c56b55b2eb8ee0f86d8607d5d9a1825add4258
SHA1: c6fedee4463bedd851acffa7b789ab9731836b8b
MD5sum: 220291b0c43a7c7d6c425045ea8f16f6
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-12-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw (1.0.11-1.pgdg+1)
Version: 1.0.11-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 188
Depends: postgresql-12-ogr-fdw (= 1.0.11-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw-dbgsym_1.0.11-1.pgdg+1+b1_arm64.deb
Size: 160388
SHA256: d10a18ef160658cb457722e25f7bfb9be9035fc92e35d77b173e01ac3d288f52
SHA1: 55d04c9e332456e8e1a00e563d779edf133566b1
MD5sum: 9f7fd93f4ee01f0f2cb2e52ad85a4a18
Description: debug symbols for postgresql-12-ogr-fdw
Build-Ids: 191978ecfa4066f8bdc9b9a2601356b3b7de1cc6 1f079bd9989a3c49c68e80d44a5f94f2e7152aa0
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-12-omnidb
Source: omnidb
Version: 2.17.0+ds-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: libc6 (>= 2.17), libpq5, postgresql-12
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/postgresql-12-omnidb_2.17.0+ds-2.pgdg+1_arm64.deb
Size: 25372
SHA256: 34f595eebde04e6bba71c74b72e6d9b3ab25e05b3d8e8b5daa485c6ec814b304
SHA1: 2fa265d0a2209ee400c8fd665898e8a696955ff1
MD5sum: 05602f92309f2a71b988eb34daaa2a95
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL extension for interactive PL/pgSQL
 debugging in OmniDB.
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-12-omnidb-dbgsym
Source: omnidb
Version: 2.17.0+ds-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: postgresql-12-omnidb (= 2.17.0+ds-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb/postgresql-12-omnidb-dbgsym_2.17.0+ds-2.pgdg+1_arm64.deb
Size: 39444
SHA256: ad0e21d9313322b92f53139573471f2ec7285ce0a20c2de803801eea0b3a1288
SHA1: 06bc32f857e856f2dc327ec45326c0f7879593dc
MD5sum: 59f1bb0c656aa36bf43480c2f03a9d71
Description: debug symbols for postgresql-12-omnidb
Build-Ids: 5d974e7ba9ccb0b7d241abf4f2e74e45e3d17792
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-12-postgis-2.5
Source: postgis-2.5 (2.5.4+dfsg-1.pgdg+1)
Version: 2.5.4+dfsg-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7938
Depends: postgresql-12, postgresql-12-postgis-2.5-scripts, libc6 (>= 2.17), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.7.0), libjson-c4 (>= 0.13.1), liblwgeom-2.5-0 (>= 2.5.4), libpcre3, libproj19 (>= 4.9.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.2.0), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-12-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-12-postgis-2.5_2.5.4+dfsg-1.pgdg+1+b2_arm64.deb
Size: 2938732
SHA256: f539fb19a4706f2bd142a36a1cf7c38134f0591e42df5b7baa6c259fccf8657e
SHA1: 2e06537309cc948ab361d32df27ad2ab7dda835f
MD5sum: b8c6f8034252c80c991664f400149cce
Description: Geographic objects support for PostgreSQL 12
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 12 database, the
 postgresql-12-postgis-2.5-scripts package must be installed as well.
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-12-postgis-2.5-dbgsym
Source: postgis-2.5 (2.5.4+dfsg-1.pgdg+1)
Version: 2.5.4+dfsg-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2243
Depends: postgresql-12-postgis-2.5 (= 2.5.4+dfsg-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis-2.5/postgresql-12-postgis-2.5-dbgsym_2.5.4+dfsg-1.pgdg+1+b2_arm64.deb
Size: 2024624
SHA256: 607b543695228e108a34ab064d77fd057c5bd614e3bb9c06049e6cd0960f9b0d
SHA1: 61e9875aa145505879a7d3d51f0b0532168c020a
MD5sum: 27236f1af7f2d1e5db23c0b7da29cacb
Description: debug symbols for postgresql-12-postgis-2.5
Build-Ids: 5b7bd03b000aa17be88866dc13a47aeab37679bd 5ea797f2cb4497d3c58a77dc51e5944148757c0a 9ea2e9c974f7a756d8021b3cb34638bd82801411 f7ec7ffbab907fb350afac36cce37cc969750ce0
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.0.1+dfsg-4.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9408
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.8.0), libgmpxx4ldbl, libjson-c4 (>= 0.13.1), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-12-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.0.1+dfsg-4.pgdg+1_arm64.deb
Size: 3250988
SHA256: 029069c12e5be1adf1377b79646a8d31f42bf2e58b0f796c1648eff5c9dfb2d6
SHA1: fb38c6b1ef6a8141ae15b8c64e01a63531618462
MD5sum: bc2abbddbbae3b80586f84a914b07df0
Description: Geographic objects support for PostgreSQL 12
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 12 database, the
 postgresql-12-postgis-3-scripts package must be installed as well.
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis
Version: 3.0.1+dfsg-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4802
Depends: postgresql-12-postgis-3 (= 3.0.1+dfsg-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.0.1+dfsg-4.pgdg+1_arm64.deb
Size: 4478276
SHA256: e0b4d65f90c62cb82cabbd8edd89a86826e341482049dd985f0332bcb796b0e2
SHA1: adacd6315b9a60d6e5adc9c119c1ba74a812ac83
MD5sum: 24bb7a166f592b26cd0a9d9c63021d22
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 0f104e44c9a449a8fd2b20399dc12950c4ba5f69 39948a94763d68e1a3c0a161e7cebb52dc512a3a d8d1fcfdebbdc41812c710dc7a0deec582dabddd fd7f5cfc9f733c54c36af1b5a51091a223eb3f2f
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.0.1+dfsg-4.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26284
Depends: perl:any
Recommends: postgresql-12-postgis-3
Replaces: postgresql-12-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-12-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.0.1+dfsg-4.pgdg+1_all.deb
Size: 1095824
SHA256: 89e040832f95466ba86974cbc9a3fcba2995c9a8c1cf9e4852bd60e3f038d75a
SHA1: ce0bacbf0f2df9dad656df7e3bf421daf800b4d9
MD5sum: 001d41617d799ad3bc820793ed438029
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-13-icu-ext
Source: icu-ext (1.6.1-1.pgdg+1)
Version: 1.6.1-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: postgresql-13, libc6 (>= 2.17), libicu67 (>= 67.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext_1.6.1-1.pgdg+1+b1_arm64.deb
Size: 71120
SHA256: 8e1f3e02bdfbfbca36e7edee58c7f79147d8f8497de8e6ca41d2aa15f0ec0687
SHA1: 58376510da3f736f2f599b614049cc20a3e06c7f
MD5sum: b9d86fcfb5cba566f44c632e518f35f1
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-13-icu-ext-dbgsym
Source: icu-ext (1.6.1-1.pgdg+1)
Version: 1.6.1-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-13-icu-ext (= 1.6.1-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext-dbgsym_1.6.1-1.pgdg+1+b1_arm64.deb
Size: 66080
SHA256: 8dd20801affe590bc30066b9706eca58fd15e45522b94ca0b4c7c899e8e7335b
SHA1: c4aaa860bfd9b6520af697e57daf83fb0cdadae2
MD5sum: fa681e13a6ecba39f6743eb7921cbd7c
Description: debug symbols for postgresql-13-icu-ext
Build-Ids: 7341247b84f0210b6f556586259c7652c49f4557
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.0.1+dfsg-4.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9433
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.8.0), libgmpxx4ldbl, libjson-c4 (>= 0.13.1), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-13-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.0.1+dfsg-4.pgdg+1_arm64.deb
Size: 3266880
SHA256: 2502296be3313d1ab113274a2bb7002358b36b1e9b02700d471e36028a313819
SHA1: ec3bb27d072355724aa07fddb7a823faf640fe07
MD5sum: ad02fda489b4e55a1506d3c26d39cca2
Description: Geographic objects support for PostgreSQL 13
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 13 database, the
 postgresql-13-postgis-3-scripts package must be installed as well.
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis
Version: 3.0.1+dfsg-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4802
Depends: postgresql-13-postgis-3 (= 3.0.1+dfsg-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.0.1+dfsg-4.pgdg+1_arm64.deb
Size: 4466936
SHA256: 69f1e8e3ce58bef8fa1f7866ee6a04c94b2d5aa06075df1a622842013c3ea252
SHA1: 267061c5ab779796a8d4e76d8c7ab4c0acd74cd3
MD5sum: 5fdb4d3b2392e22d84cb4bc68e948dc3
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 5225b1d590cb4ebba4a086e9319f7d0cdd6e9b02 6ee813486a91442239927773646a1d5f2e8e5669 c7ec1aa02b1090ee740711cb7732c9beffa05b4a de6646034690e68af8edb71709c03eba55ad57ee
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.0.1+dfsg-4.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26284
Depends: perl:any
Recommends: postgresql-13-postgis-3
Replaces: postgresql-13-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-13-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.0.1+dfsg-4.pgdg+1_all.deb
Size: 1095836
SHA256: 29a7f0451cdf429d455ed165ec49996a4e7e2c32db87ba535a8bd05f63cc4da8
SHA1: 28aeb459397f7c5ae0a49afa14e9e3d328133a04
MD5sum: 4618341fa1e6c67f2ae408cbd0eb8552
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-9.5-ogr-fdw
Source: pgsql-ogr-fdw (1.0.11-1.pgdg+1)
Version: 1.0.11-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 101
Depends: postgresql-9.5, libc6 (>= 2.17), libgdal27 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-9.5-ogr-fdw_1.0.11-1.pgdg+1+b1_arm64.deb
Size: 29596
SHA256: e149f7675d801bdd0c51672e14192e83378fee9025e83bb50e6201bc88612c22
SHA1: 3c034f95f53539ba3b528e8d9514cb0fa50a0bb1
MD5sum: a1f2b60e820ee0de9bfb6e5cbd21e75e
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-9.5-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw (1.0.11-1.pgdg+1)
Version: 1.0.11-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 160
Depends: postgresql-9.5-ogr-fdw (= 1.0.11-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-9.5-ogr-fdw-dbgsym_1.0.11-1.pgdg+1+b1_arm64.deb
Size: 131144
SHA256: bb380c84e2a0514b7b3ac505ef1d9a5e192c55deefc678ddc8a3019fba3aa3f2
SHA1: e5ffedb0329ca95d75d68d22d26f44d5e3cfe42f
MD5sum: 5ef65c42f05bcdc1c207418e04362df6
Description: debug symbols for postgresql-9.5-ogr-fdw
Build-Ids: 46b92e936a47338772388878d70cb9eaf848a023 92fb86436daba554b388924dd3f990cef28cc18a
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-9.5-omnidb
Source: omnidb
Version: 2.17.0+ds-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: libc6 (>= 2.17), libpq5, postgresql-9.5
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/postgresql-9.5-omnidb_2.17.0+ds-2.pgdg+1_arm64.deb
Size: 11652
SHA256: ce979060d16f4010f323a7d9510572ce3a20e87c0a8af46a2be999d215300985
SHA1: e401e8765b0cdef8148e3e1250cc571dae9f8a77
MD5sum: d068c6af55c6b76bc0caefdc57ddf771
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL extension for interactive PL/pgSQL
 debugging in OmniDB.
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-9.5-omnidb-dbgsym
Source: omnidb
Version: 2.17.0+ds-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-9.5-omnidb (= 2.17.0+ds-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb/postgresql-9.5-omnidb-dbgsym_2.17.0+ds-2.pgdg+1_arm64.deb
Size: 31520
SHA256: bd12b0e4e666fde07a08b7cbb519e0623c64cd74c79adcf1f14947135a3b98e4
SHA1: f0c6a4ba16b65776798189c2c03ebb4cdf120b4f
MD5sum: b3684daca21bcaffcd24a1b2c9422351
Description: debug symbols for postgresql-9.5-omnidb
Build-Ids: 7e52e27da317819a248b3ce095ba951707d0d91f
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-9.5-postgis-2.5
Source: postgis-2.5 (2.5.4+dfsg-1.pgdg+1)
Version: 2.5.4+dfsg-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1711
Depends: postgresql-9.5, postgresql-9.5-postgis-2.5-scripts, libc6 (>= 2.17), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.7.0), libjson-c4 (>= 0.13.1), liblwgeom-2.5-0 (>= 2.5.4), libpcre3, libproj19 (>= 4.9.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.2.0), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-9.5-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-9.5-postgis-2.5_2.5.4+dfsg-1.pgdg+1+b2_arm64.deb
Size: 566816
SHA256: 5d6bd5eeff097fa4177183dfb7042ab1c644a61f2d2f669a6c4df949cfffa312
SHA1: 4eaae0c1b35ab01a0e664ddb07129922cc4d7f72
MD5sum: 79924dcd65a208ce21c834a64ba9ec2e
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".
 .
 To create the PostGIS extensions in a PostgreSQL 9.5 database, the
 postgresql-9.5-postgis-2.5-scripts package must be installed as well.
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-9.5-postgis-2.5-dbgsym
Source: postgis-2.5 (2.5.4+dfsg-1.pgdg+1)
Version: 2.5.4+dfsg-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2034
Depends: postgresql-9.5-postgis-2.5 (= 2.5.4+dfsg-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis-2.5/postgresql-9.5-postgis-2.5-dbgsym_2.5.4+dfsg-1.pgdg+1+b2_arm64.deb
Size: 1809388
SHA256: 15fa541db9d3b9cc2bf9ff84cd92beee74f15a72830539d7860078626f743fdd
SHA1: f130708efe6ebbd9ae890c559ced0ca888f96797
MD5sum: feff85895e207246974799c6f818ef4a
Description: debug symbols for postgresql-9.5-postgis-2.5
Build-Ids: 191fea81d9da437931cf492e51a80ece6530c74e 3b751227c743aa122210b71089dd13eb087a57ea 6a690fbcb59707f66bcbb2d66d2304e8aa48b6fa 9175ef6638761600b78d4307f041ffca48a8ef95
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-9.5-postgis-3
Source: postgis
Version: 3.0.1+dfsg-4.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2869
Depends: postgresql-9.5, postgresql-9.5-postgis-3-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.8.0), libgmpxx4ldbl, libjson-c4 (>= 0.13.1), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-9.5-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-9.5-postgis-3_3.0.1+dfsg-4.pgdg+1_arm64.deb
Size: 761600
SHA256: 8ab59c10d94391df04dbe47e63c1b1e7c05aba40c362d790695be91181511084
SHA1: a9eeefc6b38b0ef703fa13c04f4ace52f2396365
MD5sum: 22b3bc86d3243925bb2433ca5cb6062b
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".
 .
 To create the PostGIS extensions in a PostgreSQL 9.5 database, the
 postgresql-9.5-postgis-3-scripts package must be installed as well.
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-9.5-postgis-3-dbgsym
Source: postgis
Version: 3.0.1+dfsg-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4575
Depends: postgresql-9.5-postgis-3 (= 3.0.1+dfsg-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-9.5-postgis-3-dbgsym_3.0.1+dfsg-4.pgdg+1_arm64.deb
Size: 4245136
SHA256: e4769e382eb532700a2345815439aa3a1b8e285f3d58f3db0ac464efcf2c6329
SHA1: 4fa7c7b4dcd44760e6d2f19810bce9ade5c8d530
MD5sum: 187d0f127026471687e27453eb0c0c73
Description: debug symbols for postgresql-9.5-postgis-3
Build-Ids: 0e91f92183eb974f3e1259bf60c7d8f3bfb8236b 595e35f207132a96db08e24ce1fe484b5d39ddc0 64d9179ea38c3a2edd2396f577ffd0f92a2e2621 8e81f5a0e270afa3254e92c9a2647b79264098fd
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-9.5-postgis-3-scripts
Source: postgis
Version: 3.0.1+dfsg-4.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26189
Depends: perl:any
Recommends: postgresql-9.5-postgis-3
Replaces: postgresql-9.5-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-9.5-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-9.5-postgis-3-scripts_3.0.1+dfsg-4.pgdg+1_all.deb
Size: 1114776
SHA256: 99696698dc3336f07f5f3c04470722bf9ba68e021de3ea092590390263dac158
SHA1: f55498544068525bc1e72338af6b95e486b843e5
MD5sum: 373ba6bdafac88cdf9963be2805c39a4
Description: Geographic objects support for PostgreSQL 9.5 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 9.5 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-9.6-ogr-fdw
Source: pgsql-ogr-fdw (1.0.11-1.pgdg+1)
Version: 1.0.11-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 98
Depends: postgresql-9.6, libc6 (>= 2.17), libgdal27 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-9.6-ogr-fdw_1.0.11-1.pgdg+1+b1_arm64.deb
Size: 29432
SHA256: 2663d2063d8e4819bb8979dac0ac80d084dc474f9fd7732d316cef4ed2503a3b
SHA1: 6022a015dcaf0a9c1cd696d88cc622c7781fdda9
MD5sum: 95bd7cc53ac2ee9ca6d22d9cae93a7fa
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-9.6-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw (1.0.11-1.pgdg+1)
Version: 1.0.11-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 171
Depends: postgresql-9.6-ogr-fdw (= 1.0.11-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-9.6-ogr-fdw-dbgsym_1.0.11-1.pgdg+1+b1_arm64.deb
Size: 142632
SHA256: fefc7374a452a8a47faff6d129978184313aa4d88288b384455ae904c2cd7ec5
SHA1: f35c346a2e4aa4b0b339d75bac59893c9c34f5ca
MD5sum: 6bede82f52af97ae80514cc9a9048c62
Description: debug symbols for postgresql-9.6-ogr-fdw
Build-Ids: 69cc5ee36ecdb7b868241574f7946c0a9f2ba6f7 d8dc7851b106c7d89eadbf661e79c2d7f1ff37b4
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-9.6-omnidb
Source: omnidb
Version: 2.17.0+ds-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: libc6 (>= 2.17), libpq5, postgresql-9.6
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/postgresql-9.6-omnidb_2.17.0+ds-2.pgdg+1_arm64.deb
Size: 11656
SHA256: 9f4f23af62308a45628b52124272eddafa2689200ac3569ed0b663f656cb60c5
SHA1: 38935e8a332f5329ec1c4853580c1bd9ca34c414
MD5sum: 24e30a6cb8464afa164badf55a5e6477
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL extension for interactive PL/pgSQL
 debugging in OmniDB.
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-9.6-omnidb-dbgsym
Source: omnidb
Version: 2.17.0+ds-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-9.6-omnidb (= 2.17.0+ds-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb/postgresql-9.6-omnidb-dbgsym_2.17.0+ds-2.pgdg+1_arm64.deb
Size: 32280
SHA256: 60ff95eec91adf277d0a5b2879e1b11994ec62190a3c7e291703c41f724d3b41
SHA1: fc659f0b274a69de3226a4d71929e7d67f117a6e
MD5sum: 76b8d1130c6dacbe778787570c61fcbb
Description: debug symbols for postgresql-9.6-omnidb
Build-Ids: 10ed1ee3d3414de66271e93f9ad9914e373960e2
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-9.6-postgis-2.5
Source: postgis-2.5 (2.5.4+dfsg-1.pgdg+1)
Version: 2.5.4+dfsg-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1711
Depends: postgresql-9.6, postgresql-9.6-postgis-2.5-scripts, libc6 (>= 2.17), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.7.0), libjson-c4 (>= 0.13.1), liblwgeom-2.5-0 (>= 2.5.4), libpcre3, libproj19 (>= 4.9.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.2.0), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-9.6-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-9.6-postgis-2.5_2.5.4+dfsg-1.pgdg+1+b2_arm64.deb
Size: 566964
SHA256: fa068a863f8b4bac3f0bc586c3ee055e3dc827e9d03dc84a52256bf4c359ebce
SHA1: 0d4f677a8ac84c61e17e102673700e35014699c2
MD5sum: 240655a4ec6d11fb1e713dcd896f91bc
Description: Geographic objects support for PostgreSQL 9.6
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 9.6 database, the
 postgresql-9.6-postgis-2.5-scripts package must be installed as well.
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-9.6-postgis-2.5-dbgsym
Source: postgis-2.5 (2.5.4+dfsg-1.pgdg+1)
Version: 2.5.4+dfsg-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2066
Depends: postgresql-9.6-postgis-2.5 (= 2.5.4+dfsg-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis-2.5/postgresql-9.6-postgis-2.5-dbgsym_2.5.4+dfsg-1.pgdg+1+b2_arm64.deb
Size: 1837748
SHA256: 8a873d42183a9a105e3d385020404e59bec295ff5d458d79f28b8033f01567a8
SHA1: cb9a6933b04733b7774618569118d143f573ba23
MD5sum: 423686c253f733111f515bc8cc3f1588
Description: debug symbols for postgresql-9.6-postgis-2.5
Build-Ids: 240b41228415b2d2678896865482698b557ab71b 4f2276050ec224c054da7b901345e3fe9c454b81 cd8dd18e988158a096666c6da4cd791275b995fd cdf656d204aef0aea8f2b8bf645cd4e91c04a1a4
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-9.6-postgis-3
Source: postgis
Version: 3.0.1+dfsg-4.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2865
Depends: postgresql-9.6, postgresql-9.6-postgis-3-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.8.0), libgmpxx4ldbl, libjson-c4 (>= 0.13.1), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-9.6-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-9.6-postgis-3_3.0.1+dfsg-4.pgdg+1_arm64.deb
Size: 761156
SHA256: 48833bb02a755a819d0a61362a53304f3272ddcb51c701a0bce6e4da5db6d7f9
SHA1: 2c0aea152ab92ea3003931381c6b4888ee0297f4
MD5sum: 9ca7ba977a1b256b54ea3ee36df548d6
Description: Geographic objects support for PostgreSQL 9.6
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 9.6 database, the
 postgresql-9.6-postgis-3-scripts package must be installed as well.
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-9.6-postgis-3-dbgsym
Source: postgis
Version: 3.0.1+dfsg-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4601
Depends: postgresql-9.6-postgis-3 (= 3.0.1+dfsg-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-9.6-postgis-3-dbgsym_3.0.1+dfsg-4.pgdg+1_arm64.deb
Size: 4268092
SHA256: 0714d9cabe140e28a034e6004fa5b3b311bf874813002fdb92cd75261dcfee03
SHA1: 527f7b6e778f8b0e7d09f2d1a4b8e3bba0712296
MD5sum: e73df49ce04f4eb4fa1be734ca0b7d2f
Description: debug symbols for postgresql-9.6-postgis-3
Build-Ids: 2eaab117ceca6b718cb71952f9631fe38692a1ec 56559816e597f851cd6256d0a31a5b57bf623d05 aa3a57fa4238a570469635bb9019c061254704e7 be080e3bc45aa82b2154b860c5ba9c6ea267110b
Timestamp: 2020-07-14 15:27:46+00

Package: postgresql-9.6-postgis-3-scripts
Source: postgis
Version: 3.0.1+dfsg-4.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26261
Depends: perl:any
Recommends: postgresql-9.6-postgis-3
Replaces: postgresql-9.6-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-9.6-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-9.6-postgis-3-scripts_3.0.1+dfsg-4.pgdg+1_all.deb
Size: 1119704
SHA256: cc490a8b4bf53dabac2094ecf470e7b7aacc0c6c0879482d78cd7e19814d67dd
SHA1: 1ea0786c3084ca9af8bbf430c3fba90b4ec0d868
MD5sum: 4af6a27b71744a94837fecd51eb77510
Description: Geographic objects support for PostgreSQL 9.6 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 9.6 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-07-14 15:27:46+00

Package: sqlsmith
Source: sqlsmith (1.2.1-1.pgdg+1)
Version: 1.2.1-1.pgdg+1+b4
Architecture: arm64
Maintainer: Andreas Seltenreich <seltenreich@gmx.de>
Installed-Size: 579
Depends: libboost-regex1.71.0-icu67, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpq5, libpqxx-6.4 (>= 6.4), libsqlite3-0 (>= 3.6.18), libstdc++6 (>= 9)
Homepage: https://github.com/anse1/sqlsmith
Priority: optional
Section: database
Filename: pool/main/s/sqlsmith/sqlsmith_1.2.1-1.pgdg+1+b4_arm64.deb
Size: 157960
SHA256: 454c729fd11e10f299b229683216b344198f37c9cc3afef166091e9b3822da87
SHA1: d7987db5fd8f5491b31d97a4dddd9ee4b07280fe
MD5sum: eead4ed84429b04dc947995cee88cd4e
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+ and sqlite3.
 .
 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.
Timestamp: 2020-07-14 15:27:46+00

Package: sqlsmith-dbgsym
Source: sqlsmith (1.2.1-1.pgdg+1)
Version: 1.2.1-1.pgdg+1+b4
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Andreas Seltenreich <seltenreich@gmx.de>
Installed-Size: 4861
Depends: sqlsmith (= 1.2.1-1.pgdg+1+b4)
Priority: optional
Section: debug
Filename: pool/main/s/sqlsmith/sqlsmith-dbgsym_1.2.1-1.pgdg+1+b4_arm64.deb
Size: 4638408
SHA256: 7a5d41099650430413c2ec6283acd9eb9a2bff602257919688524d3fc24a422d
SHA1: c3399f7b90f37e97ddc93a6da7f56322d04364d2
MD5sum: e7674978d03157938954c8c43abf2314
Description: debug symbols for sqlsmith
Build-Ids: 5677990e1c95320d5070445517e00db60fdec191
Timestamp: 2020-07-14 15:27:46+00

Package: pgadmin4
Version: 4.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 464
Depends: pgadmin4-common (= 4.23-1.pgdg+1), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpython3.8 (>= 3.8.2), libqt5core5a (>= 5.14.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5widgets5 (>= 5.0.2), libstdc++6 (>= 5)
Homepage: https://www.pgadmin.org/
Priority: optional
Section: database
Filename: pool/main/p/pgadmin4/pgadmin4_4.23-1.pgdg+1_arm64.deb
Size: 279392
SHA256: 5bd2b77b8474de7859ee2e37dcd98ca5d494cf7be7e89625fa299f54e7793962
SHA1: 08790b74c5b37bd07ba1a59e39a8533bac191be0
MD5sum: 9436f78735014553635e711f603fa7d9
Description: PostgreSQL management tool - GUI application
 pgAdmin is an open source administration and management tool for the
 PostgreSQL database. It includes a graphical administration interface, an SQL
 query tool, a procedural code debugger and much more. The tool is designed to
 answer the needs of developers, DBAs and system administrators alike.
 .
 This package installs the GUI application.
Timestamp: 2020-07-15 15:17:43+00

Package: pgadmin4-apache2
Source: pgadmin4
Version: 4.23-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: apache2 | httpd-wsgi, libapache2-mod-wsgi-py3 | httpd-wsgi, pgadmin4-common (= 4.23-1.pgdg+1), debconf (>= 0.5) | debconf-2.0
Homepage: https://www.pgadmin.org/
Priority: optional
Section: database
Filename: pool/main/p/pgadmin4/pgadmin4-apache2_4.23-1.pgdg+1_all.deb
Size: 10116
SHA256: a8cefaa1f62ebd946bb88f621d4b5d35aab50a5bcce2ea919b24a26a3bb22417
SHA1: 0b7b6abb92982e9b90d638cd7edeaa7814482e52
MD5sum: 20752c4103dfe0c9033df25442ceafc0
Description: PostgreSQL management tool - WSGI application
 pgAdmin is an open source administration and management tool for the
 PostgreSQL database. It includes a graphical administration interface, an SQL
 query tool, a procedural code debugger and much more. The tool is designed to
 answer the needs of developers, DBAs and system administrators alike.
 .
 This package installs the WSGI application for the Apache web server.
Timestamp: 2020-07-15 15:17:43+00

Package: pgadmin4-common
Source: pgadmin4
Version: 4.23-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28414
Depends: fonts-open-sans, fonts-roboto-unhinted, fonts-font-awesome, python3-cryptography, python3-dateutil, python3-flask, python3-flask-babelex, python3-flask-compress, python3-flask-gravatar, python3-flask-login, python3-flask-migrate, python3-flask-paranoid, python3-flask-security (>= 3.0.0), python3-flask-sqlalchemy, python3-ldap3, python3-psutil, python3-psycopg2 (>= 2.7.4), python3-simplejson, python3-sqlparse (>> 0.2), python3-sshtunnel, python3-werkzeug (>= 0.15), python3:any
Recommends: pgadmin4-doc, python3-psycopg2 (>= 2.8)
Conflicts: python3-pgadmin4
Replaces: python3-pgadmin4
Homepage: https://www.pgadmin.org/
Priority: optional
Section: database
Filename: pool/main/p/pgadmin4/pgadmin4-common_4.23-1.pgdg+1_all.deb
Size: 3245512
SHA256: 876865fd9f11bd14d40ebde3be90b10cb633d6b73d4647b93bc5b26ecde4dba7
SHA1: 4f457abcaee7394038c2681ed2e093805e922458
MD5sum: 7bc0f975a727aa32ee3e18f6e4b828fb
Description: PostgreSQL management tool - common files
 pgAdmin is an open source administration and management tool for the
 PostgreSQL database. It includes a graphical administration interface, an SQL
 query tool, a procedural code debugger and much more. The tool is designed to
 answer the needs of developers, DBAs and system administrators alike.
 .
 This package contains the files shared by the GUI and WSGI applications.
Timestamp: 2020-07-15 15:17:43+00

Package: pgadmin4-dbgsym
Source: pgadmin4
Version: 4.23-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1288
Depends: pgadmin4 (= 4.23-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgadmin4/pgadmin4-dbgsym_4.23-1.pgdg+1_arm64.deb
Size: 1269036
SHA256: aa37161d654fdc6da42c74df86cb2b37d302f10b86a483996b2cd236f5e29c06
SHA1: efe752cb3df523477cedd858715ab6699959c902
MD5sum: 879a99ae16eba564fc640ca2858fba3e
Description: debug symbols for pgadmin4
Build-Ids: 88f0a57ded09aa5189a91982c53c52b081a2301a
Timestamp: 2020-07-15 15:17:43+00

Package: pgadmin4-doc
Source: pgadmin4
Version: 4.23-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27392
Depends: libjs-jquery, libjs-underscore
Homepage: https://www.pgadmin.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgadmin4/pgadmin4-doc_4.23-1.pgdg+1_all.deb
Size: 22888328
SHA256: 156ceae74220541e37f6a3dee8917e27ae6cd88d65b20de90940b92c2b9ff3ff
SHA1: 45f29bee5843a07b0ed8d9ff17d9fd82b5a8002a
MD5sum: 39da5d78707f49778633c7bd1cc6c11a
Description: PostgreSQL management tool - HTML documentation
 pgAdmin is an open source administration and management tool for the
 PostgreSQL database. It includes a graphical administration interface, an SQL
 query tool, a procedural code debugger and much more. The tool is designed to
 answer the needs of developers, DBAs and system administrators alike.
 .
 This package installs the HTML documentation.
Timestamp: 2020-07-15 15:17:43+00

Package: pgagent
Source: pgagent (4.0.0-6.pgdg+1)
Version: 4.0.0-6.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 553
Depends: libboost-filesystem1.71.0, libboost-thread1.71.0, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpq5 (>= 8.4~), libstdc++6 (>= 9), postgresql-9.5 | postgresql-9.6 | postgresql-10 | postgresql-11 | postgresql-12
Suggests: pgadmin3 | pgadmin4
Provides: postgresql-10-pgagent, postgresql-11-pgagent, postgresql-12-pgagent, postgresql-9.5-pgagent, postgresql-9.6-pgagent
Homepage: http://www.pgadmin.org/docs/dev/pgagent.html
Priority: optional
Section: database
Filename: pool/main/p/pgagent/pgagent_4.0.0-6.pgdg+1+b1_arm64.deb
Size: 128396
SHA256: 6d6698c40706d2d8dd6ae05caaf8110df2a32080dc6b91b274e64ea4153c22b6
SHA1: fb1e3cad20f2c2a5980e59da63a938d1d86b9674
MD5sum: 2f398830ff244fe46767f20bc5dc501d
Description: job scheduling engine for PostgreSQL
 pgAgent is a job scheduling agent for PostgreSQL, capable of running
 multi-step batch/shell and SQL tasks on complex schedules.
Timestamp: 2020-07-15 15:17:43+00

Package: pgagent-dbgsym
Source: pgagent (4.0.0-6.pgdg+1)
Version: 4.0.0-6.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3368
Depends: pgagent (= 4.0.0-6.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pgagent/pgagent-dbgsym_4.0.0-6.pgdg+1+b1_arm64.deb
Size: 3279428
SHA256: f1e8bec8d95285a092a0aabb122eb8b71c00372aac3f8783f71f9d1ffec44f2a
SHA1: f7aa2a345dd22703909198da7c426d57cc7cf455
MD5sum: 0972651e7b7273744b7faa310b74cb95
Description: debug symbols for pgagent
Build-Ids: 9944238c6738ec535cbdd70ecd1939977ab482dc
Timestamp: 2020-07-15 15:17:43+00

Package: pgtop
Version: 4.0.0~alpha5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libbsd0 (>= 0.7.0), libc6 (>= 2.17), libpq5 (>= 9.0~), libtinfo6 (>= 6)
Enhances: postgresql
Breaks: ptop (<< 3.7.0-1~)
Replaces: ptop (<< 3.7.0-1~)
Homepage: https://gitlab.com/pg_top/pg_top
Priority: optional
Section: database
Filename: pool/main/p/pgtop/pgtop_4.0.0~alpha5-1.pgdg+1_arm64.deb
Size: 49236
SHA256: 11310a99eb74f21724fee07dc4133e2fb32129a086b6956ebd5d1a491a48ff35
SHA1: 03d8530fee555b024e32c4b24fec52cda17cd1b0
MD5sum: 41d98bb7309eeb60cc5eed4eafc90dd4
Description: PostgreSQL performance monitoring tool akin to top
 pg_top is 'top' for PostgreSQL.
 .
  * Monitor PostgreSQL processes.
  * View currently running SQL statement of a process.
  * View query plan of a currently running SELECT statement.
  * View locks held by a process.
  * View I/O statistics per process.
  * View replication statistics for downstream nodes.
Timestamp: 2020-07-15 15:17:43+00

Package: pgtop-dbgsym
Source: pgtop
Version: 4.0.0~alpha5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: pgtop (= 4.0.0~alpha5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtop/pgtop-dbgsym_4.0.0~alpha5-1.pgdg+1_arm64.deb
Size: 101000
SHA256: d1e584b03973209cf7e2a036e398acccf34013e180c16507beb1ca39a5ae018f
SHA1: 17dfd62691fd49700dfefd27062f9420fab0aac5
MD5sum: 4f74c0a3273a81f6de469e34ea409083
Description: debug symbols for pgtop
Build-Ids: 853a86ed8a4b9eea40f0d6b0ccbced4e69889def
Timestamp: 2020-07-15 15:17:43+00

Package: postgresql-10-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.0.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 97
Depends: postgresql-10, libc6 (>= 2.17), libgdal27 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-10-ogr-fdw_1.0.12-1.pgdg+1_arm64.deb
Size: 29140
SHA256: 3d3bc58efaf691b38b54068dcd31651658d7bc73265a1610f38fbc0ffc09b289
SHA1: 27325d7165ea3ff11bf5e3edded54888bbb13796
MD5sum: 4efeab14b88232f7ffc11a1de149edfc
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-10-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.0.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 177
Depends: postgresql-10-ogr-fdw (= 1.0.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-10-ogr-fdw-dbgsym_1.0.12-1.pgdg+1_arm64.deb
Size: 148952
SHA256: 0bc4178708041f13ab81b6574b499a13bcb2c5dcd0cb818526e6eed5bcacb5c5
SHA1: ddecfbf965459dc262f5e8b900b74927e6c32895
MD5sum: fa73b6f3bac98c0f79edc64c777c9a56
Description: debug symbols for postgresql-10-ogr-fdw
Build-Ids: 1c64d1fbd70eb52a7533895350724f2491af7144 a7742ae95f591670c82160eaff7ce5f02c0f6ade
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-10-pgrouting
Source: pgrouting
Version: 3.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2498
Depends: postgresql-10-pgrouting-scripts (>= 3.0.2-1.pgdg+1), postgresql-10, postgresql-10-postgis, postgresql-10-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-10-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-10-pgrouting_3.0.2-1.pgdg+1_arm64.deb
Size: 631700
SHA256: 6019802966a84610dbd719e7fe1529dc3ae4f3b00738fd47e554f0f6cdaf50a8
SHA1: 33a7c009b6cdf46d4cf1c53179856281ac7ec8bc
MD5sum: 5c112282551c96db0ce8a8a210da0acb
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 10.
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-10-pgrouting-dbgsym
Source: pgrouting
Version: 3.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 23427
Depends: postgresql-10-pgrouting (= 3.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-10-pgrouting-dbgsym_3.0.2-1.pgdg+1_arm64.deb
Size: 23285484
SHA256: ff4fb6925cb0bf5899b5ee9007429bbeb51e09127e538f8427f98d2f913e9307
SHA1: adeed81ae0d74e6bb7d537b0a14f367cebc1956b
MD5sum: bf8a571d68ce235b107fdd852839f599
Description: debug symbols for postgresql-10-pgrouting
Build-Ids: e8463adf7bc7e80d2e2656d047dc506f8034e3e7
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-10-pgrouting-doc
Source: pgrouting
Version: 3.0.2-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5838
Depends: libjs-mathjax, libjs-sphinxdoc (>= 1.0)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-10-pgrouting-doc_3.0.2-1.pgdg+1_all.deb
Size: 1029480
SHA256: eec5430c9e3b62f67ca34a3559191d0780de16ff80c2165cb036de2c1ba9b43f
SHA1: 15f0d5f665789ae5044860c041b05c747dcab805
MD5sum: 34cc57ee41062730371ad94344d3aec1
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.
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-10-pgrouting-scripts
Source: pgrouting
Version: 3.0.2-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 915
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-10-pgrouting-scripts_3.0.2-1.pgdg+1_all.deb
Size: 52508
SHA256: 5e9873c2722eb502b25bcdbfdfcb7cc208702f4bf91e17cada1a4277115c5443
SHA1: f52d4b1036d4c2565f73390a11b4363053d80ff3
MD5sum: 4c211b0e55c06972a8bf54dcdbc9dda9
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 10.
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-10-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 56
Depends: libc6 (>= 2.17), postgresql-10, postgresql-contrib-10
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-10-pg-stat-kcache_2.1.3-1.pgdg+1_arm64.deb
Size: 13944
SHA256: 6cd2b05ff4b0b74bd8272b3989153b2b48cc3a9e8a2aac98649616cc6604ea9e
SHA1: a511a8e114d5fceeb9405e2ea0c7671f13661420
MD5sum: f0f423b1da69118643d4e52fca26bf16
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-10-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 62
Depends: postgresql-10-pg-stat-kcache (= 2.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-10-pg-stat-kcache-dbgsym_2.1.3-1.pgdg+1_arm64.deb
Size: 47344
SHA256: fb62afff574a643af2f3b6e46d12877442980936b4beb8932bd1b165ee593761
SHA1: caa97c329ad16bc516420839cdb0de53a98d740e
MD5sum: d31a0b96cbdb778dc92a3d9e6fe75e8a
Description: debug symbols for postgresql-10-pg-stat-kcache
Build-Ids: b692be3266a6ec3f267bb7636b72a8bf4ced15ae
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-11-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.0.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 223
Depends: postgresql-11, libc6 (>= 2.17), libgdal27 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw_1.0.12-1.pgdg+1_arm64.deb
Size: 92760
SHA256: e4ee1bcbccb5ac678d298e39db1024ef2d462107838564a83b64cdb17c12f2d4
SHA1: b3a939b12a71a10571ea9dbf8dbb3170e9b0c14f
MD5sum: 2846b907c4b2b7e32c440502bc6995c7
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-11-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.0.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 179
Depends: postgresql-11-ogr-fdw (= 1.0.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw-dbgsym_1.0.12-1.pgdg+1_arm64.deb
Size: 151092
SHA256: 18cdc3ca6734bc30f7c3a434a74c4a2c239c73a8fa6c6f5d6cf8bd9f61a8ec41
SHA1: c30fea66b8a30301ec04cc5d19a504fd199d16ea
MD5sum: 62fd52939509af040f9b8405b034fb70
Description: debug symbols for postgresql-11-ogr-fdw
Build-Ids: 5aecf7c103eb189f398a6358439e09facfcadb11 fde672d17012abc273bfbba9a90fc02408162fda
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-11-pgrouting
Source: pgrouting
Version: 3.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2494
Depends: postgresql-11-pgrouting-scripts (>= 3.0.2-1.pgdg+1), postgresql-11, postgresql-11-postgis, postgresql-11-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-11-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting_3.0.2-1.pgdg+1_arm64.deb
Size: 631920
SHA256: 50b616d85e8198cee616eb548a9d52de2acb48a6a4ddf046f00e87696fa28143
SHA1: 7da3182530462ed6388fd3d0c5107a8ef922ffbc
MD5sum: 3e02f9cdee782bf55486fc3c758d6ae2
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 11.
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-11-pgrouting-dbgsym
Source: pgrouting
Version: 3.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 23375
Depends: postgresql-11-pgrouting (= 3.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-dbgsym_3.0.2-1.pgdg+1_arm64.deb
Size: 23240592
SHA256: 83167784e0d020fd1f6521dac446b5d24e657f346389cfcf35aae1088c26b439
SHA1: 71ea2d74f6e91a21006677c65d607a9e28623e09
MD5sum: 132d9835b0a259ceabcd74b41c514eff
Description: debug symbols for postgresql-11-pgrouting
Build-Ids: 54bb2b11a3949019967db3beacdf4b4613e07729
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-11-pgrouting-doc
Source: pgrouting
Version: 3.0.2-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5838
Depends: libjs-mathjax, libjs-sphinxdoc (>= 1.0)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-doc_3.0.2-1.pgdg+1_all.deb
Size: 1029532
SHA256: 86bab810466845372132f7635cd7017269144179b3c9de5da7713c67f707bce7
SHA1: 3dd6fb54c99bc8b7196548b08a88b53a3b4197bd
MD5sum: 5fc57a3342e46dddefc80074ed462556
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.
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-11-pgrouting-scripts
Source: pgrouting
Version: 3.0.2-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 915
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-scripts_3.0.2-1.pgdg+1_all.deb
Size: 52484
SHA256: 8780bb0d87d6b2d74598994c35e4027a00ec087b1e55cd0312aad86c2f97a1b3
SHA1: 8bf3996a79d6446fc11e915d6dc1308b5ea0b2fb
MD5sum: 38dd3511cb6495055d411f39330031a5
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 11.
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-11-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 89
Depends: libc6 (>= 2.17), postgresql-11, postgresql-contrib-11
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-11-pg-stat-kcache_2.1.3-1.pgdg+1_arm64.deb
Size: 31696
SHA256: ff7bf59d16dd1bec9a07258e15be7a99955173f05c550caa9ccdae4cc1d7c924
SHA1: 6dae8d504aef70942a7ce7fbeb5ccdf1bcbeef8e
MD5sum: f72b1e829ea176aae51dbc7e940ef62e
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-11-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 55
Depends: postgresql-11-pg-stat-kcache (= 2.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-11-pg-stat-kcache-dbgsym_2.1.3-1.pgdg+1_arm64.deb
Size: 39716
SHA256: 78c9fc9a9d7cc1c8b885bbde4bf31c054a061967f4f0acfd7ed8195ecd41f932
SHA1: ef7e9892c0d52a4e23a1a4088d97fc8b6d727ecd
MD5sum: 0fd6c55f6850e9b4ec6f90a7444dc075
Description: debug symbols for postgresql-11-pg-stat-kcache
Build-Ids: 7a1bb26a820cb57ebf77a60c0a13e98db0ac1e73
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-12-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.0.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 224
Depends: postgresql-12, libc6 (>= 2.17), libgdal27 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw_1.0.12-1.pgdg+1_arm64.deb
Size: 94440
SHA256: 9bb8b93e96f02b1b619cfc14855ae4d0d0b1e7ee73b476b670cdce6eb427aa07
SHA1: 7370c3b70c23e15b6d6b5cf5a7be9e907efa8b60
MD5sum: e779f4b99921b28cacac28422e38eac1
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-12-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.0.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 188
Depends: postgresql-12-ogr-fdw (= 1.0.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw-dbgsym_1.0.12-1.pgdg+1_arm64.deb
Size: 160188
SHA256: 187a18fdea360d99266e4beef9bb5caf65f327e9614f47bb3cdb688b1626e9f5
SHA1: 2d601f43ffb9d6e58d6a103b864ce1e79e729d93
MD5sum: 20bc88155953b707ab1bb42beb7ede49
Description: debug symbols for postgresql-12-ogr-fdw
Build-Ids: 10713ee4d41cd81dc98cf1a489117227cb2187bf 191978ecfa4066f8bdc9b9a2601356b3b7de1cc6
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-12-pgrouting
Source: pgrouting
Version: 3.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2498
Depends: postgresql-12-pgrouting-scripts (>= 3.0.2-1.pgdg+1), postgresql-12, postgresql-12-postgis, postgresql-12-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-12-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting_3.0.2-1.pgdg+1_arm64.deb
Size: 631824
SHA256: f2bb86900829b9f3011fbc7df9fed93368cd8f388a4566de793ed2433fc751b0
SHA1: 155bfdade1c82741583811565543c53c8f567b27
MD5sum: 0a7476125004e5612d0b41c143575817
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 12.
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-12-pgrouting-dbgsym
Source: pgrouting
Version: 3.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 23420
Depends: postgresql-12-pgrouting (= 3.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-dbgsym_3.0.2-1.pgdg+1_arm64.deb
Size: 23281492
SHA256: 8f06d7a929cc113fdec866afb9b7fba45f5c177e2e0dbf175cb194f158a53f40
SHA1: 91a0e8432f7d8e45f6074cf0cc692a7e48094d45
MD5sum: 760de5038bfd380a8ad1fa8b8e5b818f
Description: debug symbols for postgresql-12-pgrouting
Build-Ids: 1594a192bacb427ffbc88af27dc91e6167e09d4c
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-12-pgrouting-doc
Source: pgrouting
Version: 3.0.2-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5838
Depends: libjs-mathjax, libjs-sphinxdoc (>= 1.0)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-doc_3.0.2-1.pgdg+1_all.deb
Size: 1029496
SHA256: 9b25e6c8c5165b6db67f8c80c619b608b1da845f8d28e72c7b1c059e01a3595f
SHA1: 2bab7348f41f0e525239cdce99995f3206c5171e
MD5sum: 8a64d7705a582cf2d0cc4b9817fce65b
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.
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-12-pgrouting-scripts
Source: pgrouting
Version: 3.0.2-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 915
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-scripts_3.0.2-1.pgdg+1_all.deb
Size: 52496
SHA256: e82018387ef0654e554fd34c53d6d7799e84ccb7e1c675ad955ed4f26f2983e3
SHA1: 19bf9ce16d0f3c1a0692a143b5ccc35fd88d190c
MD5sum: bfc5d1e3f137fe9af48e8a1a455126de
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 12.
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-12-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 89
Depends: libc6 (>= 2.17), postgresql-12, postgresql-contrib-12
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-12-pg-stat-kcache_2.1.3-1.pgdg+1_arm64.deb
Size: 31904
SHA256: 29be19f379fec5ca89b45e9f8240f9f5355e6c3f233ec949f90431457c623ba3
SHA1: 9ea1d7294311adcf163e4432df1cd232d5ff64ed
MD5sum: 2f72e6a68a3358b0c241349ea14804b4
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-12-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 59
Depends: postgresql-12-pg-stat-kcache (= 2.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-12-pg-stat-kcache-dbgsym_2.1.3-1.pgdg+1_arm64.deb
Size: 44044
SHA256: ffddcab8ce0325f7c3019edc8bd5096f5d8f828924f0f2a4d21280f2b2caa0fa
SHA1: 9f82947a3b32c8880c4ca5d454c3102752140320
MD5sum: b82790d1c3d2aac157a848e3c7de27ad
Description: debug symbols for postgresql-12-pg-stat-kcache
Build-Ids: 8dc78676517585f9ea06d5815f537348d15820c9
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-13-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.0.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 233
Depends: postgresql-13, libc6 (>= 2.17), libgdal27 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw_1.0.12-1.pgdg+1_arm64.deb
Size: 96228
SHA256: 340baf0d0b3cc1f7d4a076e8e9cf960b86a8dd6894551faa4b34354f49106db7
SHA1: 5804602c8cc56b8c7c5412cd902bdde9476e85be
MD5sum: 653007e423a65d0240ad725c1d326abe
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-13-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.0.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 194
Depends: postgresql-13-ogr-fdw (= 1.0.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw-dbgsym_1.0.12-1.pgdg+1_arm64.deb
Size: 165700
SHA256: 57ffed7927e424190cbd9c78f0e098e0470d346c85eba0928ae05dde4e9238cf
SHA1: 753c784d09eb87d8e1dcb5bcbb41482962fd3b9d
MD5sum: 541cca9d3e2b9f380a4cdc665aa69c5d
Description: debug symbols for postgresql-13-ogr-fdw
Build-Ids: 29b991d3fd9359f3d44154491f7bdd1354776104 af4f35a673d0bf54a7a4b35149e37551655454f8
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-13-pgrouting
Source: pgrouting
Version: 3.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2486
Depends: postgresql-13-pgrouting-scripts (>= 3.0.2-1.pgdg+1), postgresql-13, postgresql-13-postgis, postgresql-13-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-13-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting_3.0.2-1.pgdg+1_arm64.deb
Size: 632036
SHA256: 1942bfda882b5b5ab76781dfe826e00de34e4bebcd22621f266e5782e87a84b9
SHA1: c37b181940b0d32b06d878705c73417b7f3ab056
MD5sum: ca3a665ee028b62352df3c4e8924f40e
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 13.
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-13-pgrouting-dbgsym
Source: pgrouting
Version: 3.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 23352
Depends: postgresql-13-pgrouting (= 3.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-dbgsym_3.0.2-1.pgdg+1_arm64.deb
Size: 23203384
SHA256: ce09528a0e5ad5d8704a523669fc3db8135ca64e3532d664a2b877762793e0b7
SHA1: b7ff8909484ff99ba36bdf6613626b3cef0ae876
MD5sum: ec64671223c14cd88f2ef3c996252321
Description: debug symbols for postgresql-13-pgrouting
Build-Ids: 0d9230e66be9e570c2d224cafe2ed7052719e481
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-13-pgrouting-doc
Source: pgrouting
Version: 3.0.2-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5838
Depends: libjs-mathjax, libjs-sphinxdoc (>= 1.0)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-doc_3.0.2-1.pgdg+1_all.deb
Size: 1029588
SHA256: bcd8ee64a9f7cea5af55d6deb446101bd9185e58129b21fcaf69950a41474970
SHA1: 37633f075b64c130699f933febe5d0ee28047df7
MD5sum: 27770f283d9b7e4af2a8f6094ebd3db9
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.
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-13-pgrouting-scripts
Source: pgrouting
Version: 3.0.2-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 915
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-scripts_3.0.2-1.pgdg+1_all.deb
Size: 52480
SHA256: 3bbe8b83478b31048dbfca1bcfb169aa6a608f6176e9d8745e20e3ddf5ee1ad8
SHA1: 053755c75869d737fdf362a73bef1e370bcf642f
MD5sum: 64ef9de4a51dcfcde105aa224a951699
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 13.
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-13-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 89
Depends: libc6 (>= 2.17), postgresql-13, postgresql-contrib-13
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-13-pg-stat-kcache_2.1.3-1.pgdg+1_arm64.deb
Size: 31896
SHA256: de863c0e01723992f2ba131fdee4e2bd42a05f2e9bc00015b37858ffc93b6302
SHA1: d200e28a2f1f84f6ea772efd3214daf3f591709f
MD5sum: 4f08a1b37c7bad62bcd52c48a2ac8b05
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-13-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 58
Depends: postgresql-13-pg-stat-kcache (= 2.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-13-pg-stat-kcache-dbgsym_2.1.3-1.pgdg+1_arm64.deb
Size: 43008
SHA256: 593125da8d460518a518e978d0b885e9ba0a5a4186495b8133a53d31e037edff
SHA1: 10652d61ff424287596d1822a9ff2ba88c79d7f2
MD5sum: 785bf80f81f079d7a9c656e2a73c5614
Description: debug symbols for postgresql-13-pg-stat-kcache
Build-Ids: 0f0880f31455991bb08ab6835289849306864e8c
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-9.5-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.0.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 100
Depends: postgresql-9.5, libc6 (>= 2.17), libgdal27 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-9.5-ogr-fdw_1.0.12-1.pgdg+1_arm64.deb
Size: 29308
SHA256: 75031a908870d7eb38765299989ef0de0dd6738dbe8af13552796e15a31b196b
SHA1: f493e41b5023e8b21781363b7424756cb8574a1c
MD5sum: 5c872caacc627d7e24c3427abd88dd91
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-9.5-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.0.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 160
Depends: postgresql-9.5-ogr-fdw (= 1.0.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-9.5-ogr-fdw-dbgsym_1.0.12-1.pgdg+1_arm64.deb
Size: 131128
SHA256: 9144b6040fb77177dfc744649160ad104a58d898eb1cecdc1058e74fd8f6375c
SHA1: 9d70ffbf6caf20438df372d4c635641ba925bfd7
MD5sum: d159ca36132ecd52f4b24d4e536fac5d
Description: debug symbols for postgresql-9.5-ogr-fdw
Build-Ids: 46b92e936a47338772388878d70cb9eaf848a023 b8c110c3c82e233048acc6a49d849db3d5ee4f06
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-9.5-pgrouting
Source: pgrouting
Version: 3.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2494
Depends: postgresql-9.5-pgrouting-scripts (>= 3.0.2-1.pgdg+1), postgresql-9.5, postgresql-9.5-postgis, postgresql-9.5-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-9.5-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-9.5-pgrouting_3.0.2-1.pgdg+1_arm64.deb
Size: 631912
SHA256: 2e64b419a8efeb389d05e64112d8d9ff35b65e2fcb2aba727ee5ca82f3b7ede7
SHA1: f677c6cb33322340e99513659e224fe141f35dd6
MD5sum: f559d300361ff320952a1bb203d8543f
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.
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-9.5-pgrouting-dbgsym
Source: pgrouting
Version: 3.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 23195
Depends: postgresql-9.5-pgrouting (= 3.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-9.5-pgrouting-dbgsym_3.0.2-1.pgdg+1_arm64.deb
Size: 23054000
SHA256: 7dee12d2027f63e22745a1d1b29ef16bfbd32ec81e8030a3ff49a2b22cedd521
SHA1: d35a13c868ba3af89064c23ab4beb750dcfccc9f
MD5sum: 188c3f2151f3c2299c8d88650a682670
Description: debug symbols for postgresql-9.5-pgrouting
Build-Ids: 081dede1e017e892acf08829413211440583dd6c
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-9.5-pgrouting-doc
Source: pgrouting
Version: 3.0.2-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5838
Depends: libjs-mathjax, libjs-sphinxdoc (>= 1.0)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-9.5-pgrouting-doc_3.0.2-1.pgdg+1_all.deb
Size: 1029476
SHA256: ede169360d13494231f295fec7217a316b0019329e1c3526b4246d3fb488d432
SHA1: cf4ac659673f0baa7084701c45320735340ff44f
MD5sum: 85824a0282dc5c14abf0ee6256a4616a
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.
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-9.5-pgrouting-scripts
Source: pgrouting
Version: 3.0.2-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 915
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-9.5-pgrouting-scripts_3.0.2-1.pgdg+1_all.deb
Size: 52504
SHA256: 4a89ce83edb6732928361e2674ab43d0d5484a3f92a3614617db15b67d7a7e81
SHA1: 6830793c20f75abf6fe7957a8140ad0e2e7b3bc4
MD5sum: 6afba0bf4510acc5839c85368c9e5f3a
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 9.5.
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-9.5-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 56
Depends: libc6 (>= 2.17), postgresql-9.5, postgresql-contrib-9.5
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-9.5-pg-stat-kcache_2.1.3-1.pgdg+1_arm64.deb
Size: 13692
SHA256: c425cc2df7d3a42ff8debdf0af4f1dab0520895b6081055120fac1822bb59e6a
SHA1: 62161a94ed67b4533c388f46f514a6bf48d4329d
MD5sum: 5ef937b45e156cb852e21b070e545327
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-9.5-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 48
Depends: postgresql-9.5-pg-stat-kcache (= 2.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-9.5-pg-stat-kcache-dbgsym_2.1.3-1.pgdg+1_arm64.deb
Size: 33144
SHA256: 1aad178d8e061db8e4765e9d8ccd9c089e768634f910cd95d4afc1f9d007f4d2
SHA1: 31e687d2f8a1572e46951226faa5ab15827b1d86
MD5sum: d7c72df6dbf2da23690901da57411821
Description: debug symbols for postgresql-9.5-pg-stat-kcache
Build-Ids: b08f4ad2b6485c4200325c89a243c5e1c9244acd
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-9.6-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.0.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 97
Depends: postgresql-9.6, libc6 (>= 2.17), libgdal27 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-9.6-ogr-fdw_1.0.12-1.pgdg+1_arm64.deb
Size: 29152
SHA256: 633eaa8c45c1cf6c82d0de17f85586e1232792fc4a04d92ab4a72239e4638f2f
SHA1: 8b55f2ad1bacbffc452b0530485de304f3917144
MD5sum: 4b981904d9d5af492de2f06130f442ff
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-9.6-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.0.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 171
Depends: postgresql-9.6-ogr-fdw (= 1.0.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-9.6-ogr-fdw-dbgsym_1.0.12-1.pgdg+1_arm64.deb
Size: 142656
SHA256: 05e13a7bcc88a26bb522cfbbf2e10da87c4e0fb4d3d3326742e647a5a20a66f7
SHA1: bdccc45e4f32c4b8cfecd13432cfdd1553c5bc65
MD5sum: 7238ea55d07ca6699a75a1084a758b3f
Description: debug symbols for postgresql-9.6-ogr-fdw
Build-Ids: 1acf51026e5cc49917fdc448fab13630600cfd16 d8dc7851b106c7d89eadbf661e79c2d7f1ff37b4
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-9.6-pgrouting
Source: pgrouting
Version: 3.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2494
Depends: postgresql-9.6-pgrouting-scripts (>= 3.0.2-1.pgdg+1), postgresql-9.6, postgresql-9.6-postgis, postgresql-9.6-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-9.6-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-9.6-pgrouting_3.0.2-1.pgdg+1_arm64.deb
Size: 632324
SHA256: 032fff6300b1182452dad15073d77e418d499da8055914d4f6a8eca9b2bf4813
SHA1: aad15dbee647ed6481fd63b69ae1ee2334904637
MD5sum: 74749e22d5ddc636d5338b928a914699
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.
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-9.6-pgrouting-dbgsym
Source: pgrouting
Version: 3.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 23217
Depends: postgresql-9.6-pgrouting (= 3.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-9.6-pgrouting-dbgsym_3.0.2-1.pgdg+1_arm64.deb
Size: 23079224
SHA256: f6e316b18828ecaf3d14b87dd5e8e5e86c03fcbe9c28ac4336bbcb6d711d32c7
SHA1: 69f6fda18d547ca11c22c246fca0afe430b60a1e
MD5sum: 7e7dab0df8aa14d4005cd0f2eb7493c8
Description: debug symbols for postgresql-9.6-pgrouting
Build-Ids: ae41668265e6d33505eaad35035065e538a3c9b1
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-9.6-pgrouting-doc
Source: pgrouting
Version: 3.0.2-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5838
Depends: libjs-mathjax, libjs-sphinxdoc (>= 1.0)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-9.6-pgrouting-doc_3.0.2-1.pgdg+1_all.deb
Size: 1029336
SHA256: 3cdf0628626c720789d71ebae3420fece098696883d2bc4ac561a064316c8d94
SHA1: 02e38b36c007c79cdf6612ae44adae1fa7c5bd37
MD5sum: aa5e03202fd2e2088dca9d6e7065d2e5
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.
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-9.6-pgrouting-scripts
Source: pgrouting
Version: 3.0.2-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 915
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-9.6-pgrouting-scripts_3.0.2-1.pgdg+1_all.deb
Size: 52508
SHA256: 4d19d6384776b7ae78bc0241a8a407cec8fe3cd719a05b20425e794632cd6c29
SHA1: c641edb62672bcaada3b3068386933630c078598
MD5sum: b3259edfeff7d98d34e47916ed9cf772
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 9.6.
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-9.6-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 60
Depends: libc6 (>= 2.17), postgresql-9.6, postgresql-contrib-9.6
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-9.6-pg-stat-kcache_2.1.3-1.pgdg+1_arm64.deb
Size: 14028
SHA256: 0218447d9611e229a20e18d8f339e6ecbfd7c0faab9ee078fcf6d8e6d34c8330
SHA1: f7747adac23ceb30d518e7d90117f2b31fee0f75
MD5sum: 60449e113c2a1b2db0bf7ab7b8668db3
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-9.6-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 53
Depends: postgresql-9.6-pg-stat-kcache (= 2.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-9.6-pg-stat-kcache-dbgsym_2.1.3-1.pgdg+1_arm64.deb
Size: 37168
SHA256: c3cb63af5f0a8649e65446bc96acdf958200819a30204a5af24fbb8c67b814ac
SHA1: a2ef3bd795990efb60c8144e6452ebee873aa665
MD5sum: 5088193945ed6de26d705ec1afba5e4e
Description: debug symbols for postgresql-9.6-pg-stat-kcache
Build-Ids: b07730fc4aa6a87e869e7034f7538765becd0a6b
Timestamp: 2020-07-17 14:54:44+00

Package: postgresql-10-plpgsql-check
Source: plpgsql-check
Version: 1.11.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check_1.11.3-1.pgdg+1_arm64.deb
Size: 53544
SHA256: 69f515910a433ce8b28735b3548e973cb0ee6893e6518aad60fdfdde156b497f
SHA1: ae6a4522abb696a0e500c35140384f7081fcefed
MD5sum: fcfae55783bdb103c180901f5414158c
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2020-07-19 16:11:49+00

Package: postgresql-10-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.11.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-10-plpgsql-check (= 1.11.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check-dbgsym_1.11.3-1.pgdg+1_arm64.deb
Size: 166524
SHA256: 527cbc49fbfe424954fd1795d25fe0781deeb38251e01952aef99f0ea279fb3d
SHA1: f1759102f85d738810db822f7892e2d7ba012111
MD5sum: eef7bd2e6dc5f8bdd2dfbbdb8e26798f
Description: debug symbols for postgresql-10-plpgsql-check
Build-Ids: c7442b1ee9730ff515a36a624c3ca30ea3c307a3
Timestamp: 2020-07-19 16:11:49+00

Package: postgresql-11-plpgsql-check
Source: plpgsql-check
Version: 1.11.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 453
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check_1.11.3-1.pgdg+1_arm64.deb
Size: 202012
SHA256: fad1e5dbb0eb45b6274cd4b96309eead48391ddfe4e744b2a40fd5bdf4e88f20
SHA1: f8dcbe6b2d08789ab9c3664d48dd6a70bf31556a
MD5sum: ea8be2ab24bd272c1153c92f0fc359f8
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2020-07-19 16:11:49+00

Package: postgresql-11-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.11.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 197
Depends: postgresql-11-plpgsql-check (= 1.11.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check-dbgsym_1.11.3-1.pgdg+1_arm64.deb
Size: 171604
SHA256: 3348ea781ca3ce4335ff501b85f1a29c656f2306e68793a03c39b145c337a84a
SHA1: 9c581acb30a3229a239b525a2065a52fc53df3db
MD5sum: 93f93f4ad7e470d74d1045114762dc1a
Description: debug symbols for postgresql-11-plpgsql-check
Build-Ids: a51620243cd1c358bb51f77148a934b12d871e87
Timestamp: 2020-07-19 16:11:49+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 1.11.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 450
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_1.11.3-1.pgdg+1_arm64.deb
Size: 204020
SHA256: 8e41d6d8f646c820d6c35118c5c83667cbf046b0ea11ee8e11f1492381a037ea
SHA1: 1dae2b9f25f02bb5f5f5cc0c9245dbffbba3f98b
MD5sum: 0bce7c95c16873a358088eeeb632e98a
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2020-07-19 16:11:49+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.11.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-12-plpgsql-check (= 1.11.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_1.11.3-1.pgdg+1_arm64.deb
Size: 173992
SHA256: ac993b9eaad9c66b1e3c1de31e232c74a54f88df78fba0c129b8ec83906b48af
SHA1: 83b14b3fd5e1fb5943ce58d3556fcd1f71524d12
MD5sum: d2555ee513c31501e1bc68fe148dbfe5
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: 6a6c975f0e16cde4b551385e9cb590b68f1451bb
Timestamp: 2020-07-19 16:11:49+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 1.11.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 460
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_1.11.3-1.pgdg+1_arm64.deb
Size: 205836
SHA256: 42bc0df3bac4ea02ac362c59c2289c26119d31fd6087206ad36d3a0b7d20210d
SHA1: e739711eeb6e4ac64b743a884dba0c4d48b876df
MD5sum: e3348b6f42a07274e616e6cad81454af
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2020-07-19 16:11:49+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.11.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 210
Depends: postgresql-13-plpgsql-check (= 1.11.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_1.11.3-1.pgdg+1_arm64.deb
Size: 185868
SHA256: 19cb8bd3686a463a04f51588a93ccae7197d2b3a99936d3eb3a4a431711a865f
SHA1: 316c9661fbca6de3b734e1f773bc384e7f983b59
MD5sum: 1874a7a55d012838f8970437b6649fe4
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: e9b4d28a6e640526dfad75bb5311bc31808228cb
Timestamp: 2020-07-19 16:11:49+00

Package: postgresql-9.5-plpgsql-check
Source: plpgsql-check
Version: 1.11.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-9.5, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-9.5-plpgsql-check_1.11.3-1.pgdg+1_arm64.deb
Size: 53968
SHA256: bde9764856863032b0b8ea160e2d7dbeffbfbec1c46077b56bb63c01b82b2681
SHA1: 6c9c199e815115b8d4647c9d980c53a106cc51fd
MD5sum: ead44f38380143f4ae9de648dd8ad37a
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2020-07-19 16:11:49+00

Package: postgresql-9.5-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.11.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-9.5-plpgsql-check (= 1.11.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-9.5-plpgsql-check-dbgsym_1.11.3-1.pgdg+1_arm64.deb
Size: 165976
SHA256: cd161747b881c95393907b495c98114a6755311202d6487281fc3d1ca2561f09
SHA1: 77a1b095bfb479918cf66c55f15a1ddef4a17ab2
MD5sum: 2ba0292d5d66d1c60ab969708ea5d730
Description: debug symbols for postgresql-9.5-plpgsql-check
Build-Ids: 5282b91238aeeeffb11ad4aff135052e293dc393
Timestamp: 2020-07-19 16:11:49+00

Package: postgresql-9.6-plpgsql-check
Source: plpgsql-check
Version: 1.11.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-9.6-plpgsql-check_1.11.3-1.pgdg+1_arm64.deb
Size: 53572
SHA256: bc02eeea8e8316d0783b5758f9f7cac1861d0f36031189d15c70dce8827bdffe
SHA1: 94c5903424c4ab0a9603484ba0ba8a43eb18e5d2
MD5sum: 746547e3b97450cc4331bfea2c7468f8
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2020-07-19 16:11:49+00

Package: postgresql-9.6-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.11.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-9.6-plpgsql-check (= 1.11.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-9.6-plpgsql-check-dbgsym_1.11.3-1.pgdg+1_arm64.deb
Size: 167148
SHA256: 665ddbb5bdba87d7db8e481eace03a940e2082b643314cb4c658f3a1e507f89c
SHA1: 184499ec4be1b45a75ee05d81de0c9e73c124e38
MD5sum: 0685608670898b0bad446f7872253df7
Description: debug symbols for postgresql-9.6-plpgsql-check
Build-Ids: 00d38aabcd87cf419f0c87927c27d9f5b688f3b7
Timestamp: 2020-07-19 16:11:49+00

Package: pgbackrest
Version: 2.28-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 883
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.17), liblz4-1 (>= 0.0~r127), libpq5, libssl1.1 (>= 1.1.0), libxml2 (>= 2.7.4), libzstd1 (>= 1.3.2), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.28-1.pgdg+1_arm64.deb
Size: 279068
SHA256: 98b9cfc5aad0ddc376f7e2d86e450bcfa73c6b5155186030ef088b6b7105fe25
SHA1: 2de53d3848fe758a144f81cbdf45de4a0ce9f65b
MD5sum: 42b02575b9cdf0af8adf6e8dea4e2c0a
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.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2020-07-23 11:59:09+00

Package: pgbackrest-dbgsym
Source: pgbackrest
Version: 2.28-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1035
Depends: pgbackrest (= 2.28-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.28-1.pgdg+1_arm64.deb
Size: 914824
SHA256: 77b5dea6478909db8f847794210c966ef50ae8b792f51ea2cd3ef4cfbd9212c5
SHA1: 2afecd60fe3b8c31d808d4543440284d91a26788
MD5sum: d6ef4e03ac9af4eefa6fd70380f0e9ac
Description: debug symbols for pgbackrest
Build-Ids: e9955d4b348c16dad53198e384e8ddf1b0b7a6e9
Timestamp: 2020-07-23 11:59:09+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.28-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1143
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.28-1.pgdg+1_all.deb
Size: 104740
SHA256: 2a05cdcebd1f2b5aef14bc0422e22f51006f4e7428d213179015a3e33c9a9be3
SHA1: c9337fd780e6910b6389cc08f835199c6513614e
MD5sum: 514ee0253a8c7cf4e45e71674af1a66f
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2020-07-23 11:59:09+00

Package: odbc-postgresql
Source: psqlodbc
Version: 1:12.02.0000-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1236
Depends: libc6 (>= 2.17), libpq5 (>= 9.2~beta3), odbcinst1debian2 (>= 2.3.1)
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_12.02.0000-2.pgdg+1_arm64.deb
Size: 352412
SHA256: 3de51c62118a212c02c294797c87acac7904a5590a31720de1561f71a82a3e61
SHA1: 30c357339554bfdb888b77af72f31255beb24250
MD5sum: 96d09aa055b85f8c0a939a09a86a3ff6
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.
Timestamp: 2020-07-29 16:48:46+00

Package: odbc-postgresql-dbgsym
Source: psqlodbc
Version: 1:12.02.0000-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1093
Depends: odbc-postgresql (= 1:12.02.0000-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/psqlodbc/odbc-postgresql-dbgsym_12.02.0000-2.pgdg+1_arm64.deb
Size: 1018036
SHA256: 3fc792146811402378523e6d9d31bffddec8de9ce9b6dc3b76338ffc3991a6d4
SHA1: 0af374989648e4970935bf5d2faa22a0a7b72321
MD5sum: 43781ca39ff6f00830898b0659025a54
Description: debug symbols for odbc-postgresql
Build-Ids: 9c2840cd8b5976cb9b9d3461623464c9bc474931 c8d0c4fbc35234635051e83015a2ba613ba90cbb
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-10-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.5.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-10-mysql-fdw_2.5.3-2.pgdg+1_arm64.deb
Size: 28036
SHA256: f39bce941c661a99619203a59337ff74ba52e10e687f11ba4f764b8b3d8f52c6
SHA1: 3140e3fec5896cdf256921dca46d7fe530da9bb4
MD5sum: 65c114adb4a12571ab75222be4761d6b
Description: Postgres 10 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 10.
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-10-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.5.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-10-mysql-fdw (= 2.5.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-10-mysql-fdw-dbgsym_2.5.3-2.pgdg+1_arm64.deb
Size: 101556
SHA256: 46a95d6e79c9415e74273ee2b3c31e019316d674b650b24f968bd70991142142
SHA1: 04084e0c985c5627760c77f924bb2bdb96307459
MD5sum: 7021fe1df5829c6a2b8bbb8484760997
Description: debug symbols for postgresql-10-mysql-fdw
Build-Ids: d299e10ebd20d18c1d3ff13eeca0c6a479682025
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-10-numeral
Source: postgresql-numeral
Version: 1.3-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-10-numeral_1.3-1.pgdg+1_arm64.deb
Size: 22136
SHA256: e02985e55f23cf71c216830a49ce84a64f58ba5f37530e0e37d174c4547c1cd7
SHA1: c5daa137255672a3e915491983e2032350158257
MD5sum: d598d7b5d11db7d88e9c3f7aec39e99e
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-10-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 62
Depends: postgresql-10-numeral (= 1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-10-numeral-dbgsym_1.3-1.pgdg+1_arm64.deb
Size: 40420
SHA256: 4a2f433258db7e09a72923a0fff3a718c89e4f895c8612f5ec3557dc2d6f3d8a
SHA1: d6c0e9c1cc7c85223b3ac1f0c3f24415dc0bc8a4
MD5sum: 0fef8da36e10a8e09eefb7fcb8e973ed
Description: debug symbols for postgresql-10-numeral
Build-Ids: 7f3019d2f57ca6cb618e068fdaa97f1cd748273a
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-10-pglogical
Source: pglogical
Version: 2.3.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 437
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-10
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-10-pglogical_2.3.2-1.pgdg+1_arm64.deb
Size: 106016
SHA256: 8c56cf204c50583cc237ba184b71bfe10819b03a99f5f8b2410383395abfec35
SHA1: 02bb38f309a8df0f1fbbad3ff6a4e8842a549ff4
MD5sum: 17e55bc101707fa0e4c81b33b9202a43
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-10-pglogical-dbgsym
Source: pglogical
Version: 2.3.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 794
Depends: postgresql-10-pglogical (= 2.3.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-10-pglogical-dbgsym_2.3.2-1.pgdg+1_arm64.deb
Size: 738584
SHA256: c8e21d2e66fd8daa6c42c3b207c53dec080b867c73fb1286eeb8a05b91ff4ee6
SHA1: 858d1691a796424decae06f9ea0d340d620f12a1
MD5sum: 07caf6242594236859f06def3fce7508
Description: debug symbols for postgresql-10-pglogical
Build-Ids: 8ccee0345e967a12fd288ff505777f9cd6b205b9 d237a9cceb57db71f62381bf0930737cde85f1b2 e1eb001693fd169657d69c61b827e3ab9c770193
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-10-slony1-2
Source: slony1-2
Version: 2.2.8-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-10, libc6 (>= 2.17)
Suggests: slony1-2-bin
Conflicts: postgresql-10-slony1
Provides: postgresql-10-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-10-slony1-2_2.2.8-4.pgdg+1_arm64.deb
Size: 22000
SHA256: ad97af3996ca4b127998b2bed6b046ee8ce7e68b1309a30304db2ae7e3651f4f
SHA1: 6be86ea50a006f7ca247c013642f7bc5e6b369c0
MD5sum: ade2ed0161adb6396dde9accfab2dbe9
Description: replication system for PostgreSQL: PostgreSQL 10 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
 10 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.
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-10-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.8-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-10-slony1-2 (= 2.2.8-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-10-slony1-2-dbgsym_2.2.8-4.pgdg+1_arm64.deb
Size: 57304
SHA256: 97280bce662ed4bc48579ffd5d0442c8026c414269951528d0ca0aa0b8e89d3e
SHA1: 4177357b0c8a3b1554f2c0507242ae50d992722f
MD5sum: eb955af79ee40f78e5c3f3f7337adf78
Description: debug symbols for postgresql-10-slony1-2
Build-Ids: 895bdec9f57f72712d3dda83262abcb73c0ad121
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-11-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.5.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 233
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-11-mysql-fdw_2.5.3-2.pgdg+1_arm64.deb
Size: 102232
SHA256: 7b10ffb02d133735982594fa207853d7e2b9f1b7296845264c3ecc7785849f1a
SHA1: 1ac8beef4ab3ce44abc043193d6dab357e1cf091
MD5sum: c0f7d105640f7c42ae82e5e64cc20456
Description: Postgres 11 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 11.
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-11-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.5.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: postgresql-11-mysql-fdw (= 2.5.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-11-mysql-fdw-dbgsym_2.5.3-2.pgdg+1_arm64.deb
Size: 102464
SHA256: df5aa92badb31d2748637311b24ce128e8441de2357cf8aa0edb46a9539b65d2
SHA1: a7246d764d5b836cf9ac4fe6f1724774f2b369e3
MD5sum: 821489c11616b343dd90733d55e65726
Description: debug symbols for postgresql-11-mysql-fdw
Build-Ids: 0af04dbd6594edd15aaf3b665e943bbceaaafa79
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-11-numeral
Source: postgresql-numeral
Version: 1.3-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 265
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-11-numeral_1.3-1.pgdg+1_arm64.deb
Size: 80012
SHA256: 53972d2f1fd544fc1ee55e5f0fae11f5a7931a01a8b69afdc189a965db9fb54f
SHA1: 784ef68f681380a09a734496a6a2a38915ed4af1
MD5sum: 19b9c291c53170e5fc8adecf36bef8f4
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-11-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 62
Depends: postgresql-11-numeral (= 1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-11-numeral-dbgsym_1.3-1.pgdg+1_arm64.deb
Size: 40420
SHA256: 95592a16da2f2aa5fecf02e9e782080deae824ef8f7dc98df0bf8e0f0ab753e1
SHA1: 6ca0b3585458e30a75f0515575941f7ee7419412
MD5sum: d8b540fa68856c2951de777b29cd7b94
Description: debug symbols for postgresql-11-numeral
Build-Ids: 4ce4e1e2696a8c7ccfe83ecb016334a22da551a5
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-11-pglogical
Source: pglogical
Version: 2.3.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1107
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-11
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-11-pglogical_2.3.2-1.pgdg+1_arm64.deb
Size: 406088
SHA256: 92c02748ec584d41df90481e9598feb8813417e3a608903d660cb94b75cfeb54
SHA1: 45b2f57a77e31c10a549b65a2d9f0240931df874
MD5sum: 64ac4852f64796f3c7e725d83ccfd11e
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-11-pglogical-dbgsym
Source: pglogical
Version: 2.3.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 758
Depends: postgresql-11-pglogical (= 2.3.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-11-pglogical-dbgsym_2.3.2-1.pgdg+1_arm64.deb
Size: 699068
SHA256: 5022220d6c379d95b5853c6ae750def9ae7e0436210e9f664b9569243e6b7373
SHA1: de78ab3c3d9a9617908d8406cbe613f7199e06d0
MD5sum: 11313a1209245433c555df2660a9b108
Description: debug symbols for postgresql-11-pglogical
Build-Ids: 432222656d58c34de29441be136cb90f6d6a5177 68480ac406c21565c27862186ef5048412429524 f08d8f65e7b7378439d62bc9354f994a460bfd0a
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-11-slony1-2
Source: slony1-2
Version: 2.2.8-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-11, libc6 (>= 2.17)
Suggests: slony1-2-bin
Conflicts: postgresql-11-slony1
Provides: postgresql-11-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-11-slony1-2_2.2.8-4.pgdg+1_arm64.deb
Size: 22052
SHA256: 1303481488f5b8148656d2dcd0326043267b9ae79bb1dfdc9d5859c87e5cc1eb
SHA1: 269e9afe57c0df749c50da08c72f2e00837aa10d
MD5sum: 51d48f4d15eadcf216d9c729cc0b8795
Description: replication system for PostgreSQL: PostgreSQL 11 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
 11 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.
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-11-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.8-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-11-slony1-2 (= 2.2.8-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-11-slony1-2-dbgsym_2.2.8-4.pgdg+1_arm64.deb
Size: 58520
SHA256: 11ed442e6456ff324912962f42e5d1c53367e750bd80cb5612aac86d7ef53529
SHA1: c79c955042a1703821553cc289708ed5ef44c8dd
MD5sum: 0037109229efac51846c67b30197816a
Description: debug symbols for postgresql-11-slony1-2
Build-Ids: 8799f3e70f49f83fb7fd07db7fc299cc09e7c3da
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-12-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.5.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 235
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-12-mysql-fdw_2.5.3-2.pgdg+1_arm64.deb
Size: 103604
SHA256: 8520272cae79ca6500f02a1bdfcf77e70076d075bc66c516a0570d989247757e
SHA1: 65f9fa70cf13d7c62dee9b02bc9fe4284642ce2b
MD5sum: 5501cb3212c2c7d02e6a9b50e5b1c3ee
Description: Postgres 12 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 12.
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-12-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.5.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-12-mysql-fdw (= 2.5.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-12-mysql-fdw-dbgsym_2.5.3-2.pgdg+1_arm64.deb
Size: 107104
SHA256: 26063bc8626c8852cefe5a159236dd193f6cc4874f2cfd627ff0ba3408a5b185
SHA1: 1c86ecc3840130b6006e84019fd33afc5feacf62
MD5sum: 67d459c90d4f07ffb61b8061f4686375
Description: debug symbols for postgresql-12-mysql-fdw
Build-Ids: ae327f8d58084505623d0e5efb034efc98b264bf
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-12-numeral
Source: postgresql-numeral
Version: 1.3-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 265
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-12-numeral_1.3-1.pgdg+1_arm64.deb
Size: 80112
SHA256: 9e1404b8ec215ea5cbecb111a6df6ddaf2d7a893ddf0d6234cd28f049fc662bb
SHA1: 06d8d9655f782e54aa4be622145a87ef8422accf
MD5sum: b4fddbb8bccdbc512e8c3a1ddebe9a86
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-12-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 62
Depends: postgresql-12-numeral (= 1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-12-numeral-dbgsym_1.3-1.pgdg+1_arm64.deb
Size: 40492
SHA256: e9fe57ec47321639c8cc9b775ba9d091b7d50e0422215cf10c117490b261a687
SHA1: 7b385862a8cce7c1c3ca63e121c6585970b29b34
MD5sum: b32c611cb33b69543b230f0c4758683b
Description: debug symbols for postgresql-12-numeral
Build-Ids: b4c34336d38c005f73ec8ccca93afa7f86c01b26
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-12-pglogical
Source: pglogical
Version: 2.3.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1148
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-12
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-12-pglogical_2.3.2-1.pgdg+1_arm64.deb
Size: 431324
SHA256: fc6cd44c8b932c3c3acf1361b7766501658be079884d09bb2d98404f596350c8
SHA1: b57537cf75dddb424c515c56620bebf7b9902c4f
MD5sum: 477585fa92aeefb65ce5978d66ad6e56
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-12-pglogical-dbgsym
Source: pglogical
Version: 2.3.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 898
Depends: postgresql-12-pglogical (= 2.3.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-12-pglogical-dbgsym_2.3.2-1.pgdg+1_arm64.deb
Size: 845880
SHA256: 5a754df246ce6bdc8723d1370e1326c6e6e27389763ac7f8c59db345f9ccb33b
SHA1: 5a83c61fd2288f6eff7a7b2e55cab7b2aaa9db78
MD5sum: 1571f9649d23976d243ec6621ebf1d1c
Description: debug symbols for postgresql-12-pglogical
Build-Ids: 6903b85cbae775d8717b50a932cc6b740758f099 82caf929f412412351c7e1748522e1f1c290a871 eaa224d1660bd30ec7cb821455a9c5581ce9be02
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-12-slony1-2
Source: slony1-2
Version: 2.2.8-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-12, libc6 (>= 2.17)
Suggests: slony1-2-bin
Conflicts: postgresql-12-slony1
Provides: postgresql-12-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-12-slony1-2_2.2.8-4.pgdg+1_arm64.deb
Size: 21920
SHA256: 22b5574a109679b7fd447d9e71a2040cc399a3e3f7c1dbcd4c780480eaf4964e
SHA1: 5227af0f180e4e1d43244e627cd877ae3c64163c
MD5sum: 8b3230c8ce8863d39ddb1a2945e34d3d
Description: replication system for PostgreSQL: PostgreSQL 12 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
 12 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.
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-12-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.8-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-12-slony1-2 (= 2.2.8-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-12-slony1-2-dbgsym_2.2.8-4.pgdg+1_arm64.deb
Size: 59868
SHA256: a3229499798c337b8e85e7178214a6044367907b0b8c81b0f4f7aa22e4c1f6fb
SHA1: 46994e94f1773b556e09d1aa14ee077d83a5c944
MD5sum: db4883b233095ec1698da9758fa5c8a1
Description: debug symbols for postgresql-12-slony1-2
Build-Ids: 9f04fa54d75561d5ffb197312cc920749910baa6
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-13-numeral
Source: postgresql-numeral
Version: 1.3-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 265
Depends: libc6 (>= 2.17), postgresql-13
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-13-numeral_1.3-1.pgdg+1_arm64.deb
Size: 80232
SHA256: 0a8cb326a08a6a5a6538eb08cc0530759edbd3614139cab890c57374ce94624a
SHA1: c115931f08b5c41f319cdbfaadf74d8fec157fa1
MD5sum: f98a71260384cb81d2eb8031d0a4f429
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-13-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 62
Depends: postgresql-13-numeral (= 1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-13-numeral-dbgsym_1.3-1.pgdg+1_arm64.deb
Size: 40464
SHA256: 109c43ae2905d258ee62319981d27a0f5e0d303d9c54fba08590f63bb41a0f26
SHA1: 1e3cd81d0955e3815ab6120b95b0be4f6564d12a
MD5sum: c078b541a86c40401f2e387e4a600f38
Description: debug symbols for postgresql-13-numeral
Build-Ids: 78c96ced752d345d0939921898dd8bc6bae9bbe8
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-13-slony1-2
Source: slony1-2
Version: 2.2.8-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-13, libc6 (>= 2.17)
Suggests: slony1-2-bin
Conflicts: postgresql-13-slony1
Provides: postgresql-13-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-13-slony1-2_2.2.8-4.pgdg+1_arm64.deb
Size: 22432
SHA256: 77de7fbcfca541acb903cbb0e637a7fca9d6bb1e35a677de27ae6bc3a0d7febf
SHA1: 91acb14be1c8cf9b7b1d3e37375ee0619955391c
MD5sum: 18f944ae6036f93d6ecb63547b19aa1d
Description: replication system for PostgreSQL: PostgreSQL 13 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
 13 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.
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-13-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.8-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-13-slony1-2 (= 2.2.8-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-13-slony1-2-dbgsym_2.2.8-4.pgdg+1_arm64.deb
Size: 62360
SHA256: 5b6bf5959ab76f8c1999e3086031c73929abf725d01947de98bb68c78d117667
SHA1: 89ba07d3ad6594feb9e4cbd5c3f852d6610c36cf
MD5sum: 9ac5e08360b1cade7acfd69d08196127
Description: debug symbols for postgresql-13-slony1-2
Build-Ids: 09f55aac7b58b7ff95cf3a38122aa6fda16f118b
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-9.5-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.5.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-9.5, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-9.5-mysql-fdw_2.5.3-2.pgdg+1_arm64.deb
Size: 28088
SHA256: 9ca3cb85ffdd9ac6d9045a003f691d38f2fe97316b9cc72ad3a640f77a583324
SHA1: 01a6f446bb282bfbb2e2b7ed43889c6171000db1
MD5sum: 93b22352f18a81aa4304cf7d8037bd9e
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.
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-9.5-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.5.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-9.5-mysql-fdw (= 2.5.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-9.5-mysql-fdw-dbgsym_2.5.3-2.pgdg+1_arm64.deb
Size: 93660
SHA256: ab4d7e5bf95f66775a96dfb5b6c6bef8a4249fdc7a8a11ce28038826ea5a55a5
SHA1: 2cdcd91113d6a80f110990857d65ce01501d2e1d
MD5sum: 08db9248051abeba694cbaa9ebe608b2
Description: debug symbols for postgresql-9.5-mysql-fdw
Build-Ids: 729e05ed6a4429a6cf6a289c13a44c82bd38cb56
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-9.5-numeral
Source: postgresql-numeral
Version: 1.3-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.17), postgresql-9.5
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-9.5-numeral_1.3-1.pgdg+1_arm64.deb
Size: 22152
SHA256: abaf51423bbf4b493d05e4ccf2e0a2621c39e95e5406efe181d743013e32c641
SHA1: 81c094be461d8c01be22f2451f065ad452e925f8
MD5sum: 13f53f9abd0658882b5bbf5bfbc832d1
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-9.5-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 62
Depends: postgresql-9.5-numeral (= 1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-9.5-numeral-dbgsym_1.3-1.pgdg+1_arm64.deb
Size: 40432
SHA256: 0e2422d08b9187378fd3002156fb5294ffe398c461b08aac068b558fcdc9e45c
SHA1: d51126fa5cb89bb5a260780bcf9a772949dca35e
MD5sum: 7ef73bff69a62a8146237c859c9ebb27
Description: debug symbols for postgresql-9.5-numeral
Build-Ids: 4384eb41f1459382e2b5c0bd0818eabcb376a6c4
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-9.5-pglogical
Source: pglogical
Version: 2.3.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 440
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-9.5
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-9.5-pglogical_2.3.2-1.pgdg+1_arm64.deb
Size: 107256
SHA256: 49ac0102dabd1aed3692632e0ec9f756c063dd05a2f56eb8dc83443c723604d8
SHA1: a428b274a3ae641ccad29e81054922c0191df62d
MD5sum: 09870314de09b64b42aa9b183e31d0c3
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-9.5-pglogical-dbgsym
Source: pglogical
Version: 2.3.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 704
Depends: postgresql-9.5-pglogical (= 2.3.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-9.5-pglogical-dbgsym_2.3.2-1.pgdg+1_arm64.deb
Size: 633040
SHA256: 9e7b08fd65d5b87d02d7f2866f7abb53032c375466cb17e70a80ad5b9ba23f8f
SHA1: 9db90ebd1fae5a7447a673d2f673cb1063a9237e
MD5sum: 27eb9a9557190b712c6adda3b14221a8
Description: debug symbols for postgresql-9.5-pglogical
Build-Ids: 5318a7991b630e3196bd0adce7356cf75c61ac10 5ed982df644b77a470da151d85aa579d18994777 bf9f1541d0e80a12a737f6977317e3977d7a47fb
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-9.5-slony1-2
Source: slony1-2
Version: 2.2.8-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-9.5, libc6 (>= 2.17)
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.8-4.pgdg+1_arm64.deb
Size: 22012
SHA256: 69326d28641f24f567cddea080395cc79ae1ce848df12cb8a868411c5990cfeb
SHA1: 5621797c85b38a3e8bdb5db2f38e9e2f2d51d8c9
MD5sum: a3f993a11152261a750989f5b99e7cb6
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.
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-9.5-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.8-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-9.5-slony1-2 (= 2.2.8-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-9.5-slony1-2-dbgsym_2.2.8-4.pgdg+1_arm64.deb
Size: 46800
SHA256: aa29c1108ec0143e80f6b551d3bd878bdb7eb2cedddd4b4c8b0ffa6d76a0e019
SHA1: 73c33f5a3166763befec6b935394301d1974791b
MD5sum: aee9b6afa0bb90abd759a826a631ae4b
Description: debug symbols for postgresql-9.5-slony1-2
Build-Ids: a09af9edbdaa588c49e9cd85b949c21ce6129bad
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-9.6-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.5.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-9.6-mysql-fdw_2.5.3-2.pgdg+1_arm64.deb
Size: 28084
SHA256: 7aff1f04519270c1dae166bc013cf1da287156a4f251008445cb997d33b71895
SHA1: e7047288b18fcb1b066dc4ce915508733a2e75f2
MD5sum: e5899e0f757431578ae001fcec68690d
Description: Postgres 9.6 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.6.
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-9.6-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.5.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-9.6-mysql-fdw (= 2.5.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-9.6-mysql-fdw-dbgsym_2.5.3-2.pgdg+1_arm64.deb
Size: 97216
SHA256: 73fb36022251c5212d0b7a1414379f159219bc5abacda69baeed52154b429f19
SHA1: ca334073b4c36ca512c014b59526918e4cdc774f
MD5sum: b3b2c79c9ef1861e7d44d2633bc32a04
Description: debug symbols for postgresql-9.6-mysql-fdw
Build-Ids: 4d6495ba12e8684a15c02a80519763bbad3b169d
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-9.6-numeral
Source: postgresql-numeral
Version: 1.3-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-9.6-numeral_1.3-1.pgdg+1_arm64.deb
Size: 22168
SHA256: 01e10aafa66eb124be6deab23313f5731eb2e0d43e8f41fde0b6b38cf1578dca
SHA1: 6da8a58f0626d28a75d0a30cf4c3d0ccb757e2ca
MD5sum: 79161a61309090c517479e47f22b27c0
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-9.6-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 62
Depends: postgresql-9.6-numeral (= 1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-9.6-numeral-dbgsym_1.3-1.pgdg+1_arm64.deb
Size: 40448
SHA256: c8f59366e127ea5aadb80eac0009d867019e9c42bd33785bc77bbcc1e754fd60
SHA1: 8116df50de06eb17afa79c0aaaab3144ca855f65
MD5sum: e182ab681e2895746136e05ebddd029f
Description: debug symbols for postgresql-9.6-numeral
Build-Ids: 38a5cd6fcd94db2e2a9579e5ad3898525ce3a520
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-9.6-pglogical
Source: pglogical
Version: 2.3.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 437
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-9.6
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-9.6-pglogical_2.3.2-1.pgdg+1_arm64.deb
Size: 106188
SHA256: 436d8ac1053310f73f495ca4ea3634492c6bcd2a6389895d17ef955141c51428
SHA1: cd9858f9332d7e05bf9bef26b08db9de7d570e34
MD5sum: a64401318c6722476a311267e2fdfbd7
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-9.6-pglogical-dbgsym
Source: pglogical
Version: 2.3.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 742
Depends: postgresql-9.6-pglogical (= 2.3.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-9.6-pglogical-dbgsym_2.3.2-1.pgdg+1_arm64.deb
Size: 677132
SHA256: e9c67c84ee5ec3c1028e3311addcd9fc0c6b6265d7e571748921929d187ba40b
SHA1: 65f58dcaa5edb08391c543538c6bef19fbc1906a
MD5sum: 14a5c068a4ddc7157a65f2b10fc2e400
Description: debug symbols for postgresql-9.6-pglogical
Build-Ids: 73ae407f0e09f28e28a7132c3ab0b68a4c890d41 88187283853e4bc2b1c40d2d544fb26a37be0d35 d6bfbae0d9c89da663157feb408ef94e4c6d935a
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-9.6-slony1-2
Source: slony1-2
Version: 2.2.8-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-9.6, libc6 (>= 2.17)
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.8-4.pgdg+1_arm64.deb
Size: 22012
SHA256: 5482be1a060ce4d0db0da6ee99463e91aa1c376a23a44524c5d1b6d9aac36f9f
SHA1: 3a799c9b5b0f44a147e824cf9ec12a850bf3935a
MD5sum: 3afb923e726ecbb39538ece85b726b40
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.
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-9.6-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.8-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-9.6-slony1-2 (= 2.2.8-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-9.6-slony1-2-dbgsym_2.2.8-4.pgdg+1_arm64.deb
Size: 48952
SHA256: 0fc392d30f121d736581c3ac693b894ffd97573087df4a59694b74d2be211371
SHA1: d153c175c9487c830215a8278077b82bfa91e594
MD5sum: 8c0adee56b8092aed01e9fcb87b52827
Description: debug symbols for postgresql-9.6-slony1-2
Build-Ids: 23e085e8823f774fecab07451c6ce117bdc7d0f1
Timestamp: 2020-07-29 16:48:46+00

Package: slony1-2-bin
Source: slony1-2
Version: 2.2.8-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 822
Depends: lsb-base (>= 3.0-6), logrotate, postgresql-common, perl:any, libc6 (>= 2.17), libpq5
Recommends: libdbd-pg-perl, ntp | time-daemon, postgresql-12-slony1-2 | postgresql-11-slony1-2 | postgresql-10-slony1-2 | postgresql-9.6-slony1-2 | postgresql-9.5-slony1-2
Suggests: libpg-perl, slony1-2-doc
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.8-4.pgdg+1_arm64.deb
Size: 210524
SHA256: 7ad469bf12cd534d15d84726d3afad1323904e95861e33bb4670f956a4edbf6f
SHA1: 067eafbe7ad1cce000414f1fdca44302cac70886
MD5sum: 3f83ae37060048f28b751cf3c8b72036
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.
Timestamp: 2020-07-29 16:48:46+00

Package: slony1-2-bin-dbgsym
Source: slony1-2
Version: 2.2.8-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 360
Depends: slony1-2-bin (= 2.2.8-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/slony1-2-bin-dbgsym_2.2.8-4.pgdg+1_arm64.deb
Size: 311220
SHA256: d865e898369eb8642625044d2dac1085f23ef2e5f0d67e075429d1044b3c676b
SHA1: 3371ee7a295968a3118ab1ea4fe540af879561a4
MD5sum: a73848e582e452eae8c03bbf744b59e6
Description: debug symbols for slony1-2-bin
Build-Ids: 5885d183126a74544744ec7bb6412d917ccb9726 8804e33fecf75f757f7b02e79874c499d4add39c a2cf42c4a3d8409bbd0cbb5c6bb6664e1c27470e
Timestamp: 2020-07-29 16:48:46+00

Package: slony1-2-doc
Source: slony1-2
Version: 2.2.8-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1873
Conflicts: slony1-doc
Provides: slony1-doc
Multi-Arch: foreign
Homepage: http://slony.info/
Priority: optional
Section: doc
Filename: pool/main/s/slony1-2/slony1-2-doc_2.2.8-4.pgdg+1_all.deb
Size: 329400
SHA256: 23e4d34806ce68ddd583edba173087ce5fa8d97e6a91ec140883364008c06c59
SHA1: cbce4e3415384fb16a3c9fc5b1ef21e28e02e59f
MD5sum: 92f7888b795127bcf3353983f0dec5c5
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.
Timestamp: 2020-07-29 16:48:46+00

Package: postgresql-10-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.5.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-10-mysql-fdw_2.5.4-1.pgdg+1_arm64.deb
Size: 27112
SHA256: e81db69c2b49f742abdb8cecbf2837841b656d6e999aa7ed23559437120aea58
SHA1: 178e8fa495557182272562a8c4f2ebfeb0395bc7
MD5sum: dc9f6a337125fe56ebb7d2b47937c7ba
Description: Postgres 10 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 10.
Timestamp: 2020-08-03 13:01:48+00

Package: postgresql-10-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.5.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-10-mysql-fdw (= 2.5.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-10-mysql-fdw-dbgsym_2.5.4-1.pgdg+1_arm64.deb
Size: 99964
SHA256: fbec72c14c21e761c4ad5aae4dc0d446595c3c21b88afb68086c4fb811860b05
SHA1: 18fc9b3be7c3f54d4fba048e02f8e3fe2a88552b
MD5sum: 974744130a391bea68960c211c49ad23
Description: debug symbols for postgresql-10-mysql-fdw
Build-Ids: de4580c5a94abf3a41608b1240f65f4c747c2bc9
Timestamp: 2020-08-03 13:01:48+00

Package: postgresql-11-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.5.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 216
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-11-mysql-fdw_2.5.4-1.pgdg+1_arm64.deb
Size: 95300
SHA256: 28df23f344362fb8853bc85b48688ab83f0289210eafce6ee4951101576a18ab
SHA1: 5397f94f0dda4e648f68e44312d785e55ce4b2fd
MD5sum: 86275c9f2a0b30d061e9914d3f596c02
Description: Postgres 11 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 11.
Timestamp: 2020-08-03 13:01:48+00

Package: postgresql-11-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.5.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-11-mysql-fdw (= 2.5.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-11-mysql-fdw-dbgsym_2.5.4-1.pgdg+1_arm64.deb
Size: 101088
SHA256: 8177bccfd7f9439f74e3bd3a07b5351af155038b491f05c2870dd67283f5d301
SHA1: 18dc6dfc3b2dfe97f3c7d73a59a80361f4f62db6
MD5sum: f01f2773f7564270bccaf44848ff130c
Description: debug symbols for postgresql-11-mysql-fdw
Build-Ids: a30d1a28e6bd8c2c5bb860e99c21213e7b0c983d
Timestamp: 2020-08-03 13:01:48+00

Package: postgresql-12-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.5.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 217
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-12-mysql-fdw_2.5.4-1.pgdg+1_arm64.deb
Size: 96696
SHA256: fb9522a3fe2e48a17719d7e8341aa988ee28a47054cb5a64f72cd237c1a046b6
SHA1: 298d57cb699a9075df1088d24dfd372277c2a53d
MD5sum: a758ee857670dfc0e7f3a8505a403aa3
Description: Postgres 12 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 12.
Timestamp: 2020-08-03 13:01:48+00

Package: postgresql-12-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.5.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 123
Depends: postgresql-12-mysql-fdw (= 2.5.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-12-mysql-fdw-dbgsym_2.5.4-1.pgdg+1_arm64.deb
Size: 105288
SHA256: 4b7debc141f744e284a565c96f387806bd6e8064af561817c1d78f27b1004535
SHA1: de5296ef7161706cd80cc6a1d24fa64f480443ef
MD5sum: 35d8604b99827df018aae73056c50ec0
Description: debug symbols for postgresql-12-mysql-fdw
Build-Ids: e4ddf3aceb8134cad249800d42c19e8dc691864e
Timestamp: 2020-08-03 13:01:48+00

Package: postgresql-13-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.5.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 225
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-13-mysql-fdw_2.5.4-1.pgdg+1_arm64.deb
Size: 99696
SHA256: c46240ec688461a7b0607f525d32ccf68d5f8a44a892d9f18f419e3b3a56f9fd
SHA1: 8d47746f0a896abe923141b2fd2fe69b2f8a9bd4
MD5sum: cd3313b628e1e5277f1adc7f988c5c6d
Description: Postgres 13 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 13.
Timestamp: 2020-08-03 13:01:48+00

Package: postgresql-13-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.5.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-13-mysql-fdw (= 2.5.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-13-mysql-fdw-dbgsym_2.5.4-1.pgdg+1_arm64.deb
Size: 110752
SHA256: ca793fe57c1eb92fa4dc078be0b62b77647e225a60bb2c439257bc07f62cc5d8
SHA1: 42777e4119cf7661cfcdce0f0302938a1ea1f8a0
MD5sum: 545f86a609b3af43600a0c5784d0fb1d
Description: debug symbols for postgresql-13-mysql-fdw
Build-Ids: 6ce06b1d97de0ea9ff510392088f3ef3d728c6e9
Timestamp: 2020-08-03 13:01:48+00

Package: postgresql-9.5-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.5.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-9.5, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-9.5-mysql-fdw_2.5.4-1.pgdg+1_arm64.deb
Size: 27272
SHA256: a254ce9c95b9ab40fd2081057630aeac79406a543b8b464db37905407375d66e
SHA1: 5e86597daf106c3cdf9a8f2b5ff1a34180feb5b5
MD5sum: 463489a85a5c141baadc59d3719c308b
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.
Timestamp: 2020-08-03 13:01:48+00

Package: postgresql-9.5-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.5.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: postgresql-9.5-mysql-fdw (= 2.5.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-9.5-mysql-fdw-dbgsym_2.5.4-1.pgdg+1_arm64.deb
Size: 92408
SHA256: 46da98a6f8c94dec319402edaf1030cc9910c1e973490782794ee480c0291dfe
SHA1: 7c4a1129449788befb0d4e6891e573545933e02a
MD5sum: e4b84a18a48af7ac12a1d4e23995ce53
Description: debug symbols for postgresql-9.5-mysql-fdw
Build-Ids: 24a1f28eb8d9a804d0e9d1ccc80e89cc6812d654
Timestamp: 2020-08-03 13:01:48+00

Package: postgresql-9.6-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.5.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-9.6-mysql-fdw_2.5.4-1.pgdg+1_arm64.deb
Size: 27292
SHA256: d066c2c2d7e0f61e18fcc155be9ec73a37264b6fc2123f8be22c167a8335b2cc
SHA1: 82b313e6042b10db9c331dbcdb28efe1b2f0cf27
MD5sum: 223bc0332ee82487c708c6d8428fee0c
Description: Postgres 9.6 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.6.
Timestamp: 2020-08-03 13:01:48+00

Package: postgresql-9.6-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.5.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-9.6-mysql-fdw (= 2.5.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-9.6-mysql-fdw-dbgsym_2.5.4-1.pgdg+1_arm64.deb
Size: 96020
SHA256: fa6b398f04955e65f9ae499bab8ded740bf0fefeb309f8602815d78e1268bc88
SHA1: b163a29308cf8d5441e677abd4eb02ae52d21a7d
MD5sum: 19f864efb7ef7c45cc0f561ed30e7298
Description: debug symbols for postgresql-9.6-mysql-fdw
Build-Ids: 0fd7f85949461b9c644ba1035a27e99765fdea6c
Timestamp: 2020-08-03 13:01:48+00

Package: libpostgresql-jdbc-java
Source: libpgjava
Version: 42.2.12-2.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 897
Conflicts: libpg-java (<= 9.1-901-1), libpgjava (<= 7.4.7-3)
Replaces: libpg-java (<= 9.1-901-1), libpgjava
Provides: libpg-java, libpgjava
Built-Using: libscram-java (= 1.0.0~beta.2-3.pgdg+1)
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: java
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java_42.2.12-2.pgdg+1_all.deb
Size: 822180
SHA256: f7b34b6a5c7afe805e5b3b7eed0d4cbf22af49927b6c0c88ba569f758722e285
SHA1: f6cd06d118f9cdaf17834c64955192c4df9066ce
MD5sum: e4feac9debf2f937ce779b632e85fd0b
Description: Java database (JDBC) driver for PostgreSQL
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
Timestamp: 2020-08-05 12:59:27+00

Package: libpostgresql-jdbc-java-doc
Source: libpgjava
Version: 42.2.12-2.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 10938
Depends: default-jdk-doc
Conflicts: libpg-java-doc (<= 8.4-702-1)
Replaces: libpg-java-doc
Provides: libpg-java-doc
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java-doc_42.2.12-2.pgdg+1_all.deb
Size: 634876
SHA256: 497a504186af46152a9e2cf8a8a18791a172c89d3d7dfb20bf045bc70fb79fa9
SHA1: 811dc1acb1fac6c3b174d97a6172b74e339fdae3
MD5sum: ab57ac06f74720c387fa1437310a6a17
Description: Java database (JDBC) driver for PostgreSQL (documentation)
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
 .
 This package contains the documentation.
Timestamp: 2020-08-05 12:59:27+00

Package: postgresql-10-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 50
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/postgrespro/pg_wait-sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-10-pg-wait-sampling_1.1.1-1.pgdg+1_arm64.deb
Size: 13848
SHA256: 74981db782279e450f633179f3c5226948207bcdb7ed4d0d04244b7a4a33b1e4
SHA1: 91e7a2d1969d9b4efc20d516ca03be8fdce37834
MD5sum: 1a5beddce1b402104511b86446ba6195
Description: pg_wait-sampling provides functions for detailed per backend
 and per query statistics about PostgreSQL wait events
Timestamp: 2020-08-06 19:49:37+00

Package: postgresql-10-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 71
Depends: postgresql-10-pg-wait-sampling (= 1.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-10-pg-wait-sampling-dbgsym_1.1.1-1.pgdg+1_arm64.deb
Size: 55180
SHA256: 5e80b2fb085940c50c13dfc3148b9a3bba16da7ae76862faa154cb36269b66a2
SHA1: 7d929d60f3415283f6b7223eac5f41e6445933de
MD5sum: 101d2521158bcfea2438d9492bd940b1
Description: debug symbols for postgresql-10-pg-wait-sampling
Build-Ids: 719e46f4d92fcd1693af234d438df762392f39bd
Timestamp: 2020-08-06 19:49:37+00

Package: postgresql-11-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 102
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://github.com/postgrespro/pg_wait-sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-11-pg-wait-sampling_1.1.1-1.pgdg+1_arm64.deb
Size: 39228
SHA256: 421bb3039804e5ee5550f3df27a23dcce3596b5079e5ebb7730a7d1c5ed06afe
SHA1: 7da2c21587742977451d2c69ee4ed21d48df5ee6
MD5sum: 41d341ac91aadcd40d83f5b9772ebd6e
Description: pg_wait-sampling provides functions for detailed per backend
 and per query statistics about PostgreSQL wait events
Timestamp: 2020-08-06 19:49:37+00

Package: postgresql-11-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 69
Depends: postgresql-11-pg-wait-sampling (= 1.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-11-pg-wait-sampling-dbgsym_1.1.1-1.pgdg+1_arm64.deb
Size: 51576
SHA256: bbd6042c0cdcddce235371fe10c2d1e22eab0ef9b73dbc7a1883d74e9c06861e
SHA1: e141c8964604fbecfcb4f474d34f98ee07357e18
MD5sum: 744585f79fad2d86608d1294b70700a4
Description: debug symbols for postgresql-11-pg-wait-sampling
Build-Ids: 1722da4ff863cc46fda1048a63da2305db321f8e
Timestamp: 2020-08-06 19:49:37+00

Package: postgresql-12-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 101
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://github.com/postgrespro/pg_wait-sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-12-pg-wait-sampling_1.1.1-1.pgdg+1_arm64.deb
Size: 38940
SHA256: 5e79c99c948cfb460396d21cbccf26f884c4cd7724c057cacbfe7dfad1774db1
SHA1: 5c640acbd5ea6a472980fb4bf904dc79def9931d
MD5sum: 4c57d8f1fa5ab925b4b13659d1fd8ea6
Description: pg_wait-sampling provides functions for detailed per backend
 and per query statistics about PostgreSQL wait events
Timestamp: 2020-08-06 19:49:37+00

Package: postgresql-12-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 71
Depends: postgresql-12-pg-wait-sampling (= 1.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-12-pg-wait-sampling-dbgsym_1.1.1-1.pgdg+1_arm64.deb
Size: 55012
SHA256: 34551fde9d66d7cb56f392c59ceae58d000f5a74d5aefa81697505ec6a097f12
SHA1: 9849ae23564bfe447adf19d2c3b6f7d05b0efd5b
MD5sum: e43d5fc6a7df63f8f1537cba05fe438f
Description: debug symbols for postgresql-12-pg-wait-sampling
Build-Ids: e4df6577f24bfe2825fc8eb3b5276f649be7238f
Timestamp: 2020-08-06 19:49:37+00

Package: postgresql-9.6-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 50
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://github.com/postgrespro/pg_wait-sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-9.6-pg-wait-sampling_1.1.1-1.pgdg+1_arm64.deb
Size: 13860
SHA256: aa530659253dfa3d094ac9e236dafdb9b08ab76e42f882e0250e9b27b6db4afb
SHA1: 132e3c9016c61d611dfbcfe373eee7452dee7375
MD5sum: 98fa8db021e8b22c21241aeb747cabcc
Description: pg_wait-sampling provides functions for detailed per backend
 and per query statistics about PostgreSQL wait events
Timestamp: 2020-08-06 19:49:37+00

Package: postgresql-9.6-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 64
Depends: postgresql-9.6-pg-wait-sampling (= 1.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-9.6-pg-wait-sampling-dbgsym_1.1.1-1.pgdg+1_arm64.deb
Size: 46688
SHA256: 8077f94b9490c53c31c90a02af47838bbf8e1f5260f20d119618130d98fc435e
SHA1: 0f36bf9967579f8f8dad349ab09e9ba162c7af0a
MD5sum: cb0b2f09a7c202000bd47bea40374ac1
Description: debug symbols for postgresql-9.6-pg-wait-sampling
Build-Ids: 1923fe7d5fdd155673409e8c6f2b2eeebc68e8e7
Timestamp: 2020-08-06 19:49:37+00

Package: postgresql-doc-8.2
Source: postgresql-8.2
Version: 8.2.23-8.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8295
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-8.2/postgresql-doc-8.2_8.2.23-8.pgdg+1_all.deb
Size: 1226912
SHA256: 228760f6bcb8ae711e9cbef5f012dc0c3fe8469e215b6eec051d69d7ed906668
SHA1: 82452d33bc67bddc064dae847ede4149258c5bf4
MD5sum: fb7ca765e24d26b513870f08c75b0312
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 8.2. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-08-06 19:49:37+00

Package: postgresql-doc-8.3
Source: postgresql-8.3
Version: 8.3.23-6.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9888
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-8.3/postgresql-doc-8.3_8.3.23-6.pgdg+1_all.deb
Size: 1501340
SHA256: 46cfa6dea35d0b65972b14f5b990a770e215247c382e70f112145b4312800d38
SHA1: 5abbd97f3521e8d8bce3357ab5395ebe112b5dd6
MD5sum: 238fb28c66161e3a24c36edaaabf57c0
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 8.3. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-08-06 19:49:37+00

Package: libdbd-pg-perl
Version: 3.14.0-1~pgdg+1
Architecture: arm64
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Installed-Size: 564
Depends: perl (>= 5.30.3-4), perl-dbdabi-94, perlapi-5.30.3, libc6 (>= 2.17), libpq5 (>= 9.3~), libdbi-perl, libversion-perl
Homepage: https://metacpan.org/release/DBD-Pg
Priority: optional
Section: perl
Filename: pool/main/libd/libdbd-pg-perl/libdbd-pg-perl_3.14.0-1~pgdg+1_arm64.deb
Size: 207300
SHA256: 32b44abbd673f7eb5701d4f106f3d160500d2b9922f2e2e2a9cfe063bd80ec4d
SHA1: 9d32677d97ca7b6a873fde09b82bc483cae8ede7
MD5sum: dfed6d78cc6dee0f26f147805f122f89
Description: Perl DBI driver for the PostgreSQL database server
 DBD::Pg is a Perl DBI Database Driver module that works with the DBI module to
 provide access to PostgreSQL databases. It enables you to control a PostgreSQL
 database in a Perl script.
Timestamp: 2020-08-07 15:24:19+00

Package: libdbd-pg-perl-dbgsym
Source: libdbd-pg-perl
Version: 3.14.0-1~pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Installed-Size: 211
Depends: libdbd-pg-perl (= 3.14.0-1~pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/libd/libdbd-pg-perl/libdbd-pg-perl-dbgsym_3.14.0-1~pgdg+1_arm64.deb
Size: 189776
SHA256: 4d454b884af849a3fa07341ae8e24ee3840b97b84f3e106d6784f71bfc65944a
SHA1: 1cca5ee61b8225b7e09ba8aeeda1fd4786f7fab4
MD5sum: 7763bd74de1a75c1d7b6a4f8a7533b37
Description: debug symbols for libdbd-pg-perl
Build-Ids: 9bf31943b70ad02e55a5f11f189c8dfe401fde1e
Timestamp: 2020-08-07 15:24:19+00

Package: pgbadger
Version: 11.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1572
Depends: libjson-xs-perl, libtext-csv-xs-perl, perl:any
Multi-Arch: foreign
Homepage: https://dalibo.github.io/pgbadger/
Priority: optional
Section: database
Filename: pool/main/p/pgbadger/pgbadger_11.3-1.pgdg+1_all.deb
Size: 367604
SHA256: fd142c0eba85187c88c1356069d0cb6a04e36d2adb6ff6c5f224ad24569ff797
SHA1: c5e3d5d9178ef3f6cfe1a1ea4e8fd8489d076619
MD5sum: 7d73981c409df13f2ce028f848c76590
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.
Timestamp: 2020-08-07 15:24:19+00

Package: pgbouncer
Version: 1.14.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 528
Depends: lsb-base (>= 3.1), postgresql-common (>= 26), libc-ares2 (>= 1.12), libc6 (>= 2.26), libevent-2.1-7 (>= 2.1.8-stable), libpam0g (>= 0.99.7.1), libssl1.1 (>= 1.1.0)
Suggests: python3, python3-psycopg2
Enhances: postgresql (>= 7.4)
Homepage: https://www.pgbouncer.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbouncer/pgbouncer_1.14.0-1.pgdg+1_arm64.deb
Size: 196420
SHA256: bcce418edb496296e16b695398ca97de17ea8f77bebb4765bf87fb7ad58d28f1
SHA1: 58629de048a864fdcc3520cccce493750b71a142
MD5sum: 3c5c71bd6a4cbf1c84e391670d2bfb6e
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.
Timestamp: 2020-08-07 15:24:19+00

Package: pgbouncer-dbgsym
Source: pgbouncer
Version: 1.14.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 536
Depends: pgbouncer (= 1.14.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbouncer/pgbouncer-dbgsym_1.14.0-1.pgdg+1_arm64.deb
Size: 484268
SHA256: 66b8d592484b07359c7f514726443bfe2bbdec36bc1c4796a8b5f400a104c0bd
SHA1: a1632295f798a0d63ae283535eb77c9be43590e5
MD5sum: d52c42aa22ac046a162bb2e5bcc4c886
Description: debug symbols for pgbouncer
Build-Ids: 7a9e438b101a5a4fbb2a146f4f70dcf06643ff98
Timestamp: 2020-08-07 15:24:19+00

Package: pgqd
Version: 3.3-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: lsb-base, postgresql-common, libc6 (>= 2.17), libevent-2.1-7 (>= 2.1.8-stable), libpq5
Conflicts: skytools3-ticker (<< 3.3)
Replaces: skytools3-ticker
Homepage: https://github.com/pgq/pgqd
Priority: optional
Section: database
Filename: pool/main/p/pgqd/pgqd_3.3-5.pgdg+1_arm64.deb
Size: 30064
SHA256: dfdec1c175f2b22e64f14288189e7d6b232308e8b050b8c6fbf32277a860920b
SHA1: 0a4292af0b27b8dae070772499f468e394b739ef
MD5sum: 8c38fe564046380fc01c0681f7c9245e
Description: Queue maintenance daemon for PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the queue maintenance daemon pgdq.
Timestamp: 2020-08-07 15:24:19+00

Package: pgqd-dbgsym
Source: pgqd
Version: 3.3-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: pgqd (= 3.3-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgqd/pgqd-dbgsym_3.3-5.pgdg+1_arm64.deb
Size: 93624
SHA256: 6577686e84f19d83a220ed7415d898f039795df0325036e80d03864c30fe4eaf
SHA1: 0e4cf47181296d8d7a98068c2d2de2c55eedf891
MD5sum: bb6fe6a76fd9db22e5b5d43088b127ce
Description: debug symbols for pgqd
Build-Ids: 676eabadaf6b165a4ea27becc6d58b6fb5879ae6
Timestamp: 2020-08-07 15:24:19+00

Package: pgtop
Version: 4.0.0~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libbsd0 (>= 0.7.0), libc6 (>= 2.17), libpq5 (>= 9.0~), libtinfo6 (>= 6)
Enhances: postgresql
Breaks: ptop (<< 3.7.0-1~)
Replaces: ptop (<< 3.7.0-1~)
Homepage: https://gitlab.com/pg_top/pg_top
Priority: optional
Section: database
Filename: pool/main/p/pgtop/pgtop_4.0.0~beta1-1.pgdg+1_arm64.deb
Size: 49312
SHA256: afe4b4051a2910c8476d6781c778f6be1800ac306398ac535e34d61c1bd06d08
SHA1: ecc4a5b21b679170072d4e21ab7f46aed7c8ce2b
MD5sum: c9be3dfa403cb71bcfe34baaf45093a2
Description: PostgreSQL performance monitoring tool akin to top
 pg_top is 'top' for PostgreSQL.
 .
  * Monitor PostgreSQL processes.
  * View currently running SQL statement of a process.
  * View query plan of a currently running SELECT statement.
  * View locks held by a process.
  * View I/O statistics per process.
  * View replication statistics for downstream nodes.
Timestamp: 2020-08-07 15:24:19+00

Package: pgtop-dbgsym
Source: pgtop
Version: 4.0.0~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: pgtop (= 4.0.0~beta1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtop/pgtop-dbgsym_4.0.0~beta1-1.pgdg+1_arm64.deb
Size: 103308
SHA256: 6412976d04f23f4154021b4a2866c71c8f74834dd7bdf6191eb582667ad93b5d
SHA1: 75a2e7d4edfc0160ac2bebf2c180d9398fe60c95
MD5sum: 9a0e8953468989710c937bebde697fcc
Description: debug symbols for pgtop
Build-Ids: fe39db639285427f3deac475b04ed192776067c6
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-10-pgq3
Source: pgq
Version: 3.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1723
Depends: libc6 (>= 2.17), postgresql-10, pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-10-pgq3_3.4-1.pgdg+1_arm64.deb
Size: 81672
SHA256: bbf217ad5d421b3e25df828c77fc6fa05fb41a0890d74de84893cfa9d7b7d463
SHA1: 47acdd77dc2567a2df8a93b9deea67ee9cd3d052
MD5sum: cf3391c8a9287ade5f2317601f579f52
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-10-pgq3-dbgsym
Source: pgq
Version: 3.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-10-pgq3 (= 3.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-10-pgq3-dbgsym_3.4-1.pgdg+1_arm64.deb
Size: 64696
SHA256: 94df95d1075925f0a9b9cf4e18e7fc6dd0460b3abbdfb8abde6b1063d4961878
SHA1: dc564c673a2f382ed9eb96c20b48f8d67f07c003
MD5sum: e5e0c1790397203292bc8fc5bde2e070
Description: debug symbols for postgresql-10-pgq3
Build-Ids: 0220a418607b65aacdd7557ed18bb1b88382a8b1 b6f87d026fc47549be7010d04d8584cf86255e3b
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-10-pgq-node
Source: pgq-node
Version: 3.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 470
Depends: postgresql-10, postgresql-10-pgq3
Replaces: postgresql-10-pgq3 (<= 3.2.6-5)
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-10-pgq-node_3.4-1.pgdg+1_all.deb
Size: 12424
SHA256: daf1719d376ab19fc327c777fdb4c1197b0b50aea123f54dc2f946d743560e30
SHA1: 30cb97f5a9750bddbd90b11be64d5787bd53a1b2
MD5sum: 1dd67bcfd0c51e0c3a5b6eb224f6ed19
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-10-pg-track-settings
Source: pg-track-settings
Version: 2.0.0-1.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 76
Depends: postgresql-10
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-10-pg-track-settings_2.0.0-1.pgdg+1_all.deb
Size: 7788
SHA256: b7b207dbe041c1ea89e0d4e65f9640473672f48e57f172ca9f94d31cde16ae3b
SHA1: d092f117ef5f5c40afa383f5dfb53e580017b528
MD5sum: 27ea330d62565f59086c38c916cb4f3b
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-10-pldebugger
Source: pldebugger
Version: 1:1.0-13-gddbce7b-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: libc6 (>= 2.17), postgresql-10
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-10-pldebugger_1.0-13-gddbce7b-1.pgdg+1_arm64.deb
Size: 25028
SHA256: 38039824711329f9a8d5e4964cfcd8a3915c27feff767beb16b983042058b299
SHA1: a755da27f9aa96e4f4a92d71a0b9e4218feb3ae1
MD5sum: 9f9e07db832d219b90aa462a5209a17a
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-10-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.0-13-gddbce7b-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-10-pldebugger (= 1:1.0-13-gddbce7b-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-10-pldebugger-dbgsym_1.0-13-gddbce7b-1.pgdg+1_arm64.deb
Size: 92028
SHA256: d6fbc58f435a1c97ed6068b69b8d8c32fd3b6b8d5b8aac2333dd2986a8ba3099
SHA1: 0b23dc333270d061116f628925d25d05c15894ec
MD5sum: d0222b191f2ef6907a82687cd3a44df1
Description: debug symbols for postgresql-10-pldebugger
Build-Ids: 425b942abc2a72e261b2db47f7dfefb06b829aee
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-10-plpgsql-check
Source: plpgsql-check
Version: 1.11.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check_1.11.4-1.pgdg+1_arm64.deb
Size: 53748
SHA256: f73e9907d97217edebbe3477327752d4e6e57203ba0778e70d102efc8e03f1dd
SHA1: a5e15843dc02f0dea083bbb7aae4b483e8d03784
MD5sum: 79a0af51147af5ebd75c00cf44cac729
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-10-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.11.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-10-plpgsql-check (= 1.11.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check-dbgsym_1.11.4-1.pgdg+1_arm64.deb
Size: 158232
SHA256: f6881448d91a92cae9fa4d465ce15a56236271a332728501b638e3f171dee0a5
SHA1: 0ab0d06593f15bae4dab14b8f2de167fdc6b21a1
MD5sum: a14f20da2e4b0cb27e3a6664bbe0456b
Description: debug symbols for postgresql-10-plpgsql-check
Build-Ids: 5bd99d07536931f05a9ea0b5e798b7a4cdac62fd
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-11-pgq3
Source: pgq
Version: 3.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1846
Depends: libc6 (>= 2.17), postgresql-11, pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-11-pgq3_3.4-1.pgdg+1_arm64.deb
Size: 133076
SHA256: e97dd176bef2d20f562c4d9ce291e37f3826d02d099bf711cf87ac6dbf9b4241
SHA1: 385d45229b2a8dba9dbb293f5c4b0324790f9bdd
MD5sum: cd00ee42492c7d05d9351f34ef00ed55
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-11-pgq3-dbgsym
Source: pgq
Version: 3.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-11-pgq3 (= 3.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-11-pgq3-dbgsym_3.4-1.pgdg+1_arm64.deb
Size: 65236
SHA256: a4f10deabd566031986f3fd1f09cd602268635afcea8f416340860acf1003aaa
SHA1: acf0d31e16f3815e022c19cfb9ed5949be1bf2e0
MD5sum: acd30675984fd1124971cfc972ee6740
Description: debug symbols for postgresql-11-pgq3
Build-Ids: 72ee3b0fbaa724b4627c47ceab63461858f838bc a1d02d9a5508e8349d5cec11364297a019957aff
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-11-pgq-node
Source: pgq-node
Version: 3.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 470
Depends: postgresql-11, postgresql-11-pgq3
Replaces: postgresql-11-pgq3 (<= 3.2.6-5)
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-11-pgq-node_3.4-1.pgdg+1_all.deb
Size: 12424
SHA256: 9ddc2ddcfc224ee942fda237bfb697da1c6eb2c91e647b18038f43157c3613db
SHA1: 6ec3879fb64804e45c41b85f7536da21b7f4e6af
MD5sum: dd5478a4dae4a0fac0e698f5074b521a
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-11-pg-track-settings
Source: pg-track-settings
Version: 2.0.0-1.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 76
Depends: postgresql-11
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-11-pg-track-settings_2.0.0-1.pgdg+1_all.deb
Size: 7796
SHA256: ce1445984d3348210f41d894e9ba7fef792a95ca8c2f4d986e91349ae555a390
SHA1: 7aa65310f9c3f5dce30d81ac07f1466ac44b7c52
MD5sum: 9f42a83a69dee14a8898489fb2dfdf69
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-11-pldebugger
Source: pldebugger
Version: 1:1.0-13-gddbce7b-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 210
Depends: libc6 (>= 2.17), postgresql-11
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-11-pldebugger_1.0-13-gddbce7b-1.pgdg+1_arm64.deb
Size: 80876
SHA256: 42fa91278e9b05e27c567a0aa6dff6d148d094af3059aa2defbd8349cbe6500c
SHA1: 875b52811fe01d6647653c806e1e29666c2d0eab
MD5sum: d4a1118a827e8feba0c7cdcd70588b5c
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-11-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.0-13-gddbce7b-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-11-pldebugger (= 1:1.0-13-gddbce7b-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-11-pldebugger-dbgsym_1.0-13-gddbce7b-1.pgdg+1_arm64.deb
Size: 90716
SHA256: 588248d633e5358fbcd0d664b5bd29440afad7215e378696248a62a86e06b96e
SHA1: 6357aae333006d9877551b70d149d446ff33b0df
MD5sum: 519a7dd4d712398896c2e013929a63e9
Description: debug symbols for postgresql-11-pldebugger
Build-Ids: dbe901ae6b3f785645744c2241a478a4b364da1e
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-11-plpgsql-check
Source: plpgsql-check
Version: 1.11.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 454
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check_1.11.4-1.pgdg+1_arm64.deb
Size: 202888
SHA256: e4bd6a90444eb5df1c36521e32964b132fc1c7aeb027261ca2c7cd21cd0023b4
SHA1: 128c75fa3c6c0b95466f46d30e8f11e05e601529
MD5sum: 4240892324ac1a0d0a63925ab24b287f
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-11-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.11.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: postgresql-11-plpgsql-check (= 1.11.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check-dbgsym_1.11.4-1.pgdg+1_arm64.deb
Size: 163144
SHA256: b3232c69208deff734aa19bd460843a75c026793b8260deb20ae6a40c2f9ba63
SHA1: 621becc67925d46b1e13feca859ea01d9945c2d4
MD5sum: c336c5712cd9ff4d61ecaa9f83bd3b40
Description: debug symbols for postgresql-11-plpgsql-check
Build-Ids: 01cecb9d271927ed1df2449734b067bcb8c3ebc4
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-12-pgq3
Source: pgq
Version: 3.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1850
Depends: libc6 (>= 2.17), postgresql-12, pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-12-pgq3_3.4-1.pgdg+1_arm64.deb
Size: 134316
SHA256: a18ced83bc015c23f5e03c5105b6677a9fb790c27b76b2228b514bb9f8684700
SHA1: 88030b419d257b2b02f07b8474eb0720fe419852
MD5sum: 365b1af03ba7aa3e998766db06db5626
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-12-pgq3-dbgsym
Source: pgq
Version: 3.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-12-pgq3 (= 3.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-12-pgq3-dbgsym_3.4-1.pgdg+1_arm64.deb
Size: 67460
SHA256: 309b67fd3c6fb17bed0a31d0f4572badf2c9f213d42a95149fe6442a30b4c78d
SHA1: b9ecdc3d33ede30ee022641af88b12a2cd3e2a00
MD5sum: d61be38750aa909c47b81b753ab97aea
Description: debug symbols for postgresql-12-pgq3
Build-Ids: 7b812012458077e05b4880ae8dc33bd0590f9365 de46af72aefd13e59042072a628e50472396f28e
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-12-pgq-node
Source: pgq-node
Version: 3.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 470
Depends: postgresql-12, postgresql-12-pgq3
Replaces: postgresql-12-pgq3 (<= 3.2.6-5)
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-12-pgq-node_3.4-1.pgdg+1_all.deb
Size: 12420
SHA256: 0ec8f0cf7237f2d6282a455dee20637c61fccd39e1effd4f64e02eb340daca7d
SHA1: e61ad8337f8e5a5eb46909d354697ed25816ae39
MD5sum: 8f3c87f512568a3bb4dd425c6e92da90
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-12-pg-track-settings
Source: pg-track-settings
Version: 2.0.0-1.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 76
Depends: postgresql-12
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-12-pg-track-settings_2.0.0-1.pgdg+1_all.deb
Size: 7792
SHA256: cc8999ac0f2f79f30d50b7189d4a99ac780c80f7d475b53a7bb0675e53973dad
SHA1: 866d2dbc5efad675e1974fcceef5756b5226b79b
MD5sum: 214a136eafd3ff8c3c9d88dad83f0509
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-12-pldebugger
Source: pldebugger
Version: 1:1.0-13-gddbce7b-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: libc6 (>= 2.17), postgresql-12
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-12-pldebugger_1.0-13-gddbce7b-1.pgdg+1_arm64.deb
Size: 81372
SHA256: e535ac9776ea47f4bbc19c3a1a8ccebfbe39037f92d65502fa2ec2ae884e9314
SHA1: e7ba9874036d42ab970b39ba30a4def294b73c17
MD5sum: 51a9664ab5c0568711283e496236cdcd
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-12-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.0-13-gddbce7b-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-12-pldebugger (= 1:1.0-13-gddbce7b-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-12-pldebugger-dbgsym_1.0-13-gddbce7b-1.pgdg+1_arm64.deb
Size: 93200
SHA256: 07882800ea14a7250ad9ccb4f737f17be809038a18e577cccb7b91a314035058
SHA1: 377a100af7bfb89a247d2e59931baea53c12b828
MD5sum: 4dcfcf7e0751a1c4a90f0d712d13acf2
Description: debug symbols for postgresql-12-pldebugger
Build-Ids: 6d6cc4358f9863e7a1dd4f3d649123eb959d9c99
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 1.11.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 451
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_1.11.4-1.pgdg+1_arm64.deb
Size: 205024
SHA256: 43a12de4305558875b5633c9ccad4b3df614c9de0f225242e7307379cac6d80f
SHA1: 68049b3ef021e1c2d256702203aea5e3be2180a8
MD5sum: 394d9995b7e1c2823772ae95a4c843aa
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.11.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 190
Depends: postgresql-12-plpgsql-check (= 1.11.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_1.11.4-1.pgdg+1_arm64.deb
Size: 165900
SHA256: 54409d2eb6a7f4409dd27252e6557971f0a4286e48bc6a38998d74ad8b976d73
SHA1: 33546d150a4e388d805dd950da55fc544c118ec5
MD5sum: c783427a5b47acc37985aa172c3fedd3
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: 293428efbeef04b6d1f790d3b7c5e9f93df81e16
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-13-pgq3
Source: pgq
Version: 3.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1852
Depends: libc6 (>= 2.17), postgresql-13, pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-13-pgq3_3.4-1.pgdg+1_arm64.deb
Size: 135224
SHA256: 9272c5d0dafcd9f558067f66346e1fca96a6ac35842317b7304fda753605f794
SHA1: 36aea53a097a23fab60b9f002a482d86e9daa898
MD5sum: 4151e496c6df6bab95d2dfbc9333a15f
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-13-pgq3-dbgsym
Source: pgq
Version: 3.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-13-pgq3 (= 3.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-13-pgq3-dbgsym_3.4-1.pgdg+1_arm64.deb
Size: 69284
SHA256: e52c983af475556a51023e66f2a02028beb0348e4b0f3c12271ff3db3731b6de
SHA1: 325589fb31dbeaeb74f7a2e11e0445614b3d3ff1
MD5sum: 7c81e967fc2c189680e6cfb6640c5cfe
Description: debug symbols for postgresql-13-pgq3
Build-Ids: 48dbbb9025299fa061055cf028b2cc7a86512d45 e1265dad7e534304cac1f1fb16e857adb90b8cb2
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-13-pgq-node
Source: pgq-node
Version: 3.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 470
Depends: postgresql-13, postgresql-13-pgq3
Replaces: postgresql-13-pgq3 (<= 3.2.6-5)
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-13-pgq-node_3.4-1.pgdg+1_all.deb
Size: 12428
SHA256: bb116455d97f62e81d64a8edbe42b979a18455e0406caa96fb5708c85e08bf39
SHA1: ab5a273d6d85a6579f9af5925f3bfbc25f638a44
MD5sum: 65523382f6af1d68371f2c039e7fa2ce
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-13-pg-track-settings
Source: pg-track-settings
Version: 2.0.0-1.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 76
Depends: postgresql-13
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-13-pg-track-settings_2.0.0-1.pgdg+1_all.deb
Size: 7788
SHA256: e1886629c22825be56b11795b4167adc85016aaf38d4f3ce86051db2bca44e2a
SHA1: d57e1cc615b3d547e1662e175f455d3082f7953b
MD5sum: 017126e3675b0d7f9a5657d6fc09a149
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-13-pldebugger
Source: pldebugger
Version: 1:1.0-13-gddbce7b-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 211
Depends: libc6 (>= 2.17), postgresql-13
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-13-pldebugger_1.0-13-gddbce7b-1.pgdg+1_arm64.deb
Size: 81500
SHA256: 7f13a24777e96ff53aaa4103b87cbb9b67dd76ff516c2f61014e8292534cc69b
SHA1: badaee67514b476db2e8fa23f6487f2d2451667d
MD5sum: 465d3707cca153439ed6f38423755924
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-13-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.0-13-gddbce7b-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-13-pldebugger (= 1:1.0-13-gddbce7b-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-13-pldebugger-dbgsym_1.0-13-gddbce7b-1.pgdg+1_arm64.deb
Size: 93288
SHA256: 991708b4631df1614ec88c0a7664e2e0af622befc1a08e3faaefbaf476d5036f
SHA1: 5dd186a1bdf9a7dd47a08b759ab29e0276f3b2fb
MD5sum: d683a2b105a8c3951eaa4f620ddee6ed
Description: debug symbols for postgresql-13-pldebugger
Build-Ids: 543880c4977b657c70094dca56f67e34f6adf0bd
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 1.11.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 460
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_1.11.4-1.pgdg+1_arm64.deb
Size: 206488
SHA256: d61079ced32539e6983b723dcf6230095aa073ff85362b32d6b915c0adc49cfc
SHA1: 4b625cfba733f5d379bc5e778854205f0209982e
MD5sum: 5d789af753d19c486311394741c4327c
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.11.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 200
Depends: postgresql-13-plpgsql-check (= 1.11.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_1.11.4-1.pgdg+1_arm64.deb
Size: 175376
SHA256: 7f4d32192f9de12b9fe69ecc5c51b38da145d334c114892d0d9a779a85779099
SHA1: 5f04bdc35958f479506a7afdb9a04e5e25fae01a
MD5sum: c1c083a028fc8feca19d9bb7ca6f9025
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: 335e3e5ac69f477641f3d72def0b68489a188a73
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-9.5-pgq3
Source: pgq
Version: 3.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1723
Depends: libc6 (>= 2.17), postgresql-9.5, pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-9.5-pgq3_3.4-1.pgdg+1_arm64.deb
Size: 81628
SHA256: e4a809c079a8e598551528bd311ce93ae7470c2d5657d6dd3908fe2eb4c94ffb
SHA1: c4df9fa1c53b9fc702d11519d079fe7446519912
MD5sum: 1299764bff67a71b345a7fd823e54c6c
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-9.5-pgq3-dbgsym
Source: pgq
Version: 3.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-9.5-pgq3 (= 3.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-9.5-pgq3-dbgsym_3.4-1.pgdg+1_arm64.deb
Size: 54232
SHA256: d6bf024434c55cc02dbd2757891aa245b3df7ee535427058949180131d924167
SHA1: 7f4ee2ed06a6d59485548d38c508b53c8962cb04
MD5sum: 831837ed487c8eea5aa5e774aefd472f
Description: debug symbols for postgresql-9.5-pgq3
Build-Ids: 3b77a40983b35d953e61a38e1965704616db96ba 6ad62cefe554387fce7749f91b8bc46aca1407d9
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-9.5-pgq-node
Source: pgq-node
Version: 3.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 470
Depends: postgresql-9.5, postgresql-9.5-pgq3
Replaces: postgresql-9.5-pgq3 (<= 3.2.6-5)
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-9.5-pgq-node_3.4-1.pgdg+1_all.deb
Size: 12420
SHA256: 2cb7d2dfcaa31aa36daa3eb7d1617d1a13debe0ae10e1e638c20cfd96ae9b90a
SHA1: 23101323e5348397c4441835d341d986b0ccc9f1
MD5sum: c5b0b2d0bea8f25db3261be0601e26e0
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-9.5-pg-track-settings
Source: pg-track-settings
Version: 2.0.0-1.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 76
Depends: postgresql-9.5
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-9.5-pg-track-settings_2.0.0-1.pgdg+1_all.deb
Size: 7788
SHA256: 7b7ba1f483b2c03a7bdc15964beb4c8c25ea6b929384d6aa4a86cbead18b2217
SHA1: 7cc216f47722e58781b6495e2fcd6231a4e864d0
MD5sum: 82ff8ea983cb88a1996ec846547a2970
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-9.5-pldebugger
Source: pldebugger
Version: 1:1.0-13-gddbce7b-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: libc6 (>= 2.17), postgresql-9.5
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-9.5-pldebugger_1.0-13-gddbce7b-1.pgdg+1_arm64.deb
Size: 24932
SHA256: 61400585f1fc66a2d352fc43810bc131e58d5cb9dd7f4ce745bcd0115d85eac2
SHA1: ac85b3fb59c392fc25f87a72f6067e622ab36578
MD5sum: 39436b13a2b5296bcf16d78feda1181c
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-9.5-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.0-13-gddbce7b-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: postgresql-9.5-pldebugger (= 1:1.0-13-gddbce7b-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-9.5-pldebugger-dbgsym_1.0-13-gddbce7b-1.pgdg+1_arm64.deb
Size: 81484
SHA256: 39cf84951076cb7327d4c99cc7a1682d7fe714f08df7816e9cc6a90ea11001fa
SHA1: 1a666ff0d48d6ec327744a10d1b7664ccb34e5d5
MD5sum: 163e06882c5569072cb7688502b90b09
Description: debug symbols for postgresql-9.5-pldebugger
Build-Ids: 4f597442c7b4b710fd056cf07fda218695a9754a
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-9.5-plpgsql-check
Source: plpgsql-check
Version: 1.11.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-9.5, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-9.5-plpgsql-check_1.11.4-1.pgdg+1_arm64.deb
Size: 53908
SHA256: e9678d02182b66439d4ece80a6ac9d68d5bf3b27af0cec892580e758199f998a
SHA1: 024cb3b74a95e93ec763b3323e468d7e95c953b6
MD5sum: 65b68cfa7ff83cf85ed636ab80d7d51e
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-9.5-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.11.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-9.5-plpgsql-check (= 1.11.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-9.5-plpgsql-check-dbgsym_1.11.4-1.pgdg+1_arm64.deb
Size: 156996
SHA256: 546a7e598f5dfc8a2d34d4f70bc743a9572c3730c9cd9a213b64b4ad74f5a1e9
SHA1: 6876c03ccdb4193c59ed0d8d9257b60607702541
MD5sum: 73f2a25c1b17586bf29e7f1ab7769275
Description: debug symbols for postgresql-9.5-plpgsql-check
Build-Ids: 595f97ff0eb2c0fde4b34b9cfb6152a1756c8a4d
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-9.6-pgq3
Source: pgq
Version: 3.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1723
Depends: libc6 (>= 2.17), postgresql-9.6, pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-9.6-pgq3_3.4-1.pgdg+1_arm64.deb
Size: 81656
SHA256: 3c30d31de2eadb54d2be1a32d6d32e80076adcc1081e1ce4c8b7444623e4f970
SHA1: 536650c9061474b8f922b87d11b8b93245a927c6
MD5sum: 530048bba60a5b31534f796d657615f8
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-9.6-pgq3-dbgsym
Source: pgq
Version: 3.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-9.6-pgq3 (= 3.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-9.6-pgq3-dbgsym_3.4-1.pgdg+1_arm64.deb
Size: 56268
SHA256: b9b1ed56f5ec53c6fbc69d887fc8d8e36427cac2d63d36c5000ee8f46a2586b6
SHA1: ae3db64a6f47ba88ebf8241ca56eb97ba2dbeccb
MD5sum: dda9a7c68729b933e29f8d11d625b595
Description: debug symbols for postgresql-9.6-pgq3
Build-Ids: 3cdbafe4535dfa57adc5bb3272352114d9dcef45 7b6d40c1ce12f4f4f3585869d96c73e0e1c8e32d
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-9.6-pgq-node
Source: pgq-node
Version: 3.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 470
Depends: postgresql-9.6, postgresql-9.6-pgq3
Replaces: postgresql-9.6-pgq3 (<= 3.2.6-5)
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-9.6-pgq-node_3.4-1.pgdg+1_all.deb
Size: 12428
SHA256: d1c5d6ce9dd768f0b2b968b542f75a0d6497be19d5c4a6c47457684e03ebd6bb
SHA1: eab86e6e48505349e5194969730747d1fd7b7d97
MD5sum: 2d51f8e66d6ad131bc44549164edc2a3
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-9.6-pg-track-settings
Source: pg-track-settings
Version: 2.0.0-1.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 76
Depends: postgresql-9.6
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-9.6-pg-track-settings_2.0.0-1.pgdg+1_all.deb
Size: 7788
SHA256: 45640d534f5d26453fce21d805e178ba7b9b0ba5147994d29ecc52d8da63ce64
SHA1: cd870e8254bb1b54b92726cd34e3910f93689ea2
MD5sum: f77954e11f4a75ba0608f6ccdff1c575
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-9.6-pldebugger
Source: pldebugger
Version: 1:1.0-13-gddbce7b-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: libc6 (>= 2.17), postgresql-9.6
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-9.6-pldebugger_1.0-13-gddbce7b-1.pgdg+1_arm64.deb
Size: 24996
SHA256: 309e6c4e67bafa876cecf5061858a775dc23835700ed1844ff09b3f79f9d2c4b
SHA1: c95abf7263d5d85e6867f07e2fb8aea839faa5e9
MD5sum: 79f2890dd3b873d1ea18f2351dda6946
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-9.6-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.0-13-gddbce7b-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-9.6-pldebugger (= 1:1.0-13-gddbce7b-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-9.6-pldebugger-dbgsym_1.0-13-gddbce7b-1.pgdg+1_arm64.deb
Size: 82476
SHA256: faab782dfb72fad649ea9346702e7d7128eaa6468c9ae09abda8f196eb4acc93
SHA1: f630ee5fdeb3c2ac81cc9684c812a4b8641cc39d
MD5sum: 855666233285c01223f0876c038875bd
Description: debug symbols for postgresql-9.6-pldebugger
Build-Ids: e5b1b5e1a87660f37a1201cdaaa0317c74590e89
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-9.6-plpgsql-check
Source: plpgsql-check
Version: 1.11.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-9.6-plpgsql-check_1.11.4-1.pgdg+1_arm64.deb
Size: 53944
SHA256: 60ef0a1f9e5ee290849b89a1d25aec10445ecccb99fbc183a3280f5ed3ffb9ad
SHA1: 87e58bc1606ecc9a26125ca67b9a3c42485ee2ba
MD5sum: ab81dcdafbbdec4362752b291d228529
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2020-08-07 15:24:19+00

Package: postgresql-9.6-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.11.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-9.6-plpgsql-check (= 1.11.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-9.6-plpgsql-check-dbgsym_1.11.4-1.pgdg+1_arm64.deb
Size: 157348
SHA256: 5f72a2e1c5b42736249ac5658e3168ae378f6a43e43d995e3896c586713abf74
SHA1: fd58e19c6e7c26f962a9b1580f14e70d2b13bf2d
MD5sum: c6ba09cbf204b94b77541cb1ee1033a4
Description: debug symbols for postgresql-9.6-plpgsql-check
Build-Ids: ff74d8ccc0596272a7974392e64ccafc3c40da89
Timestamp: 2020-08-07 15:24:19+00

Package: python3-londiste
Source: londiste
Version: 3.4.1-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 239
Depends: python3-pgq, python3-skytools, python3:any, python3-yaml
Conflicts: skytools3
Replaces: skytools3
Provides: londiste3
Homepage: https://github.com/pgq/londiste
Priority: optional
Section: python
Filename: pool/main/l/londiste/python3-londiste_3.4.1-2.pgdg+1_all.deb
Size: 46048
SHA256: 1e052b0f47f688d2e14449d04f0642a6e566fdcec5882b84b621e937e85bc8b9
SHA1: 9d2657ad75461f4b2096660711e5f77859febd6c
MD5sum: 7ee4f6e6f0b35ee59454677c6b44e3a7
Description: Database replication for PostgreSQL based on PgQ
 Londiste is a PostgreSQL database replication tool written in Python, using
 PgQ as event transport. It is part of the Skytools toolkit.
Timestamp: 2020-08-07 15:24:19+00

Package: python3-pgq
Source: python-pgq
Version: 3.5-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: python3-skytools, python3:any
Homepage: https://github.com/pgq/python-pgq
Priority: optional
Section: python
Filename: pool/main/p/python-pgq/python3-pgq_3.5-2.pgdg+1_all.deb
Size: 28084
SHA256: 8e1c788ee59124da0513790ac8d0542d0483ee46379d021173898a0eb9c94f81
SHA1: f50eea065f7c8595934902b37ef9890661650e97
MD5sum: 12442c77ae0dd2b2e16669458fbb1a05
Description: PgQ queue processing for Python
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the Python3 module.
Timestamp: 2020-08-07 15:24:19+00

Package: python3-skytools
Source: python-skytools
Version: 3.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 292
Depends: python3 (<< 3.9), python3 (>= 3.8~), python3:any, libc6 (>= 2.17), python3-psycopg2
Homepage: https://github.com/pgq/python-skytools
Priority: optional
Section: python
Filename: pool/main/p/python-skytools/python3-skytools_3.5-2.pgdg+1_arm64.deb
Size: 66704
SHA256: 6b38a8ab075d80655809f5f518d2e603ebfdd53f3993b7150b76b19258934025
SHA1: 76c10935a49c0bdd2213252d88f6a641823e2f6d
MD5sum: 0da56a1d87a1cceb5e2c10e3a313d78a
Description: Skytools Python modules
 This is the low-level utility module split out from the old Skytools
 meta-package. It contains various utilities for writing PostgreSQL database
 scripts.
 .
 Features:
  * Support for background scripts - daemonizing - logging - config parsing
  * Database tools - tuned connection - DB structure examining - SQL parsing -
    COPY I/O
  * Time utilities - ISO timestamp parsing - datetime to timestamp
  * Text utilities - natural sort - fast urlencode I/O
Timestamp: 2020-08-07 15:24:19+00

Package: python3-skytools-dbgsym
Source: python-skytools
Version: 3.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: python3-skytools (= 3.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/python-skytools/python3-skytools-dbgsym_3.5-2.pgdg+1_arm64.deb
Size: 28300
SHA256: 980669cc50dbd4bfb3fa3c9ce009ae3ba494ad80914c47b4d73daaa74c868c28
SHA1: ad86d77df6014ff61c74532f66adeed6b69cbd1c
MD5sum: 3487b7f38d56484107f1ed24fa6d65e5
Description: debug symbols for python3-skytools
Build-Ids: 6151c984484c25855d7004e5d3f50d7396c7d44b a0703e04e5a37844b78bcf460db03837413afaca
Timestamp: 2020-08-07 15:24:19+00

Package: skytools3-ticker
Source: pgqd
Version: 3.3-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15
Depends: pgqd
Homepage: https://github.com/pgq/pgqd
Priority: optional
Section: oldlibs
Filename: pool/main/p/pgqd/skytools3-ticker_3.3-5.pgdg+1_all.deb
Size: 3896
SHA256: 0e07fdcb5f653bb19f6aad40822f3134c091e97929b26349d85e3d4cc09d81a3
SHA1: f2e543055608a3f0ef0c33b817e13a05212a1f20
MD5sum: 0dca3bed1bfc4c7fcc55676efb4d21df
Description: Transitional package to pull in pgqd
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This transitional package pulls in the pgqd package on upgrades. It can safely
 be removed.
Timestamp: 2020-08-07 15:24:19+00

Package: libecpg-compat3
Source: postgresql-10
Version: 10.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg-compat3_10.14-1.pgdg+1_arm64.deb
Size: 19928
SHA256: ef8c88d84b30e815cc3eff6ee19913dfa53a9e3c2bbb25ae3e89e910c21adacf
SHA1: 1b3a9c7ea97b1296478822e48d751be4f24a77fb
MD5sum: e58f4dbdcd2e4fc55c6da910b2ec8a95
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.
Timestamp: 2020-08-13 13:15:56+00

Package: libecpg-compat3-dbgsym
Source: postgresql-10
Version: 10.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: libecpg-compat3 (= 10.14-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-compat3-dbgsym_10.14-1.pgdg+1_arm64.deb
Size: 18072
SHA256: 02df141c1425aca88c2bb115a47deee33fcb7e5b965a6782a8e6cdcd76807e23
SHA1: 3f4e547ffd7840a7ba5f149a265987956a4442dd
MD5sum: e7bb45e9a425cb7044eb9c2f89582510
Description: debug symbols for libecpg-compat3
Build-Ids: d905902f8b2bb878f4744f0d91e5346809a854d8
Timestamp: 2020-08-13 13:15:56+00

Package: libecpg-dev
Source: postgresql-10
Version: 10.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1219
Depends: libecpg-compat3 (= 10.14-1.pgdg+1), libecpg6 (= 10.14-1.pgdg+1), libpgtypes3 (= 10.14-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libecpg-dev_10.14-1.pgdg+1_arm64.deb
Size: 225276
SHA256: 8b04ef577f0e9c8836f87bf15a595e78cca362841ef5467dc8fa53f33ca6e12a
SHA1: 78100ef3b63a4cafd252b8323adeb96d7cd761b6
MD5sum: 484663199592b3fb3b7a6bf6e775005f
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).
Timestamp: 2020-08-13 13:15:56+00

Package: libecpg-dev-dbgsym
Source: postgresql-10
Version: 10.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 242
Depends: libecpg-dev (= 10.14-1.pgdg+1)
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-dev-dbgsym_10.14-1.pgdg+1_arm64.deb
Size: 200704
SHA256: 059681f6886824f07b97e32238b411a67000926b66c7d833dcae4ce738f1ba66
SHA1: 7a4ab3d300b590cc0ba146014de22369d512e577
MD5sum: 501aef6f41d05cd716c46fe033641575
Description: debug symbols for libecpg-dev
Build-Ids: 400b503f5cb26bc00a600973358f6cf1cfded7dc
Timestamp: 2020-08-13 13:15:56+00

Package: libecpg6
Source: postgresql-10
Version: 10.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 411
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg6_10.14-1.pgdg+1_arm64.deb
Size: 84116
SHA256: 33218c4ab6e14ee9c7dd543ca6086c3356a8974d667fe77a91f7f4be50b8fcca
SHA1: 979cdc49c90740ac922613360e1177859920b52d
MD5sum: 95fd7f6a3e100ff475308561f86de8b9
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.
Timestamp: 2020-08-13 13:15:56+00

Package: libecpg6-dbgsym
Source: postgresql-10
Version: 10.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: libecpg6 (= 10.14-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg6-dbgsym_10.14-1.pgdg+1_arm64.deb
Size: 94392
SHA256: ad2771451276e86f3d05888f6d95bc202998badbffc1566d61ea152cdd906d5e
SHA1: e7bf7bbeefae5c5780b2f5153cc8a93cfc500d20
MD5sum: 77e0615194440245da4fbd90be200ad2
Description: debug symbols for libecpg6
Build-Ids: 768d215cc456f84afec86fa38670a1e85ed0f144
Timestamp: 2020-08-13 13:15:56+00

Package: libpgtypes3
Source: postgresql-10
Version: 10.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpgtypes3_10.14-1.pgdg+1_arm64.deb
Size: 41224
SHA256: 963ad39957ac1cf3e279adab524893fa8af08d63eb905abc1e2d8796e157bd51
SHA1: cfffeafd48149681d42a3f6b382bc6cfadb9c7a1
MD5sum: 80f23fcc258f17351f38d3378b680dff
Description: shared library libpgtypes for PostgreSQL 10
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-08-13 13:15:56+00

Package: libpgtypes3-dbgsym
Source: postgresql-10
Version: 10.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: libpgtypes3 (= 10.14-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpgtypes3-dbgsym_10.14-1.pgdg+1_arm64.deb
Size: 72456
SHA256: 97e7d20e840f46ad53c4e3eb5f4c70ba35ddab9d340868d474689f8371da9a4a
SHA1: a3d8b90fd7361275166ee5ead01dbb9e1a5004e5
MD5sum: 18526af2588f1b991e97c59d6deb7cbc
Description: debug symbols for libpgtypes3
Build-Ids: 9cb1ef6866de53c61e05fbabe38a920f429445f4
Timestamp: 2020-08-13 13:15:56+00

Package: libpq-dev
Source: postgresql-10
Version: 10.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 679
Depends: libpq5 (= 10.14-1.pgdg+1)
Suggests: postgresql-doc-10
Breaks: postgresql-server-dev-10 (<< 10.1-2~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libpq-dev_10.14-1.pgdg+1_arm64.deb
Size: 160972
SHA256: e7b5a449ce0910a4072d1b62240d20cd452d9b24793cf46e57a916cf76a9b564
SHA1: 50b2d383f1a85cc8f14ab33429cd8203bbaa27f8
MD5sum: f9a2f5aa290246b7dbc21704e6a6626a
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.
Timestamp: 2020-08-13 13:15:56+00

Package: libpq5
Source: postgresql-10
Version: 10.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 741
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpq5_10.14-1.pgdg+1_arm64.deb
Size: 163084
SHA256: 4526081e4a0914dde80b06871a8ae28ebb274146e4ef3d3b6b7583794875307e
SHA1: 9936e2242c94fa485056d2480905f9c3fb928a27
MD5sum: dea0513831784dcdd78203ae26a00e28
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.
Timestamp: 2020-08-13 13:15:56+00

Package: libpq5-dbgsym
Source: postgresql-10
Version: 10.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 261
Depends: libpq5 (= 10.14-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpq5-dbgsym_10.14-1.pgdg+1_arm64.deb
Size: 230072
SHA256: 41188081ea2623559068316be97ef1dad894079fdd0e36b28c7ab61a3609cfa5
SHA1: 3f0abbe946675dd6330ba083787277199f35d7cc
MD5sum: 125b7823afb236975771f8b463ca422d
Description: debug symbols for libpq5
Build-Ids: 91644ec94df483ed53a3ed249f7b71d1f14c3111
Timestamp: 2020-08-13 13:15:56+00

Package: libecpg-compat3
Source: postgresql-11
Version: 11.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg-compat3_11.9-1.pgdg+1_arm64.deb
Size: 18044
SHA256: 39fa35f63fd0182e0ca2ba5c87b2215abb86cf258ce23d9a5be5808de56318e4
SHA1: e88ca95949281935c7ee332e74ac1bd437d124b5
MD5sum: 0e99d70ee9bfddd92a5754ff496c9718
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.
Timestamp: 2020-08-13 13:15:21+00

Package: libecpg-compat3-dbgsym
Source: postgresql-11
Version: 11.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: libecpg-compat3 (= 11.9-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-compat3-dbgsym_11.9-1.pgdg+1_arm64.deb
Size: 18100
SHA256: 6c5ff14a6c29b4a6feeeb39eb09c2210947a6a5b8dd4be4683f440cf292ca661
SHA1: 95a4f5f7c1b417e059f3392a47c7dee42c31e73d
MD5sum: 974e34c1e2b20de002b20d3f67405663
Description: debug symbols for libecpg-compat3
Build-Ids: 8084a6f213c97a1aa794e17c29622a7b5d23c529
Timestamp: 2020-08-13 13:15:21+00

Package: libecpg-dev
Source: postgresql-11
Version: 11.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1243
Depends: libecpg-compat3 (= 11.9-1.pgdg+1), libecpg6 (= 11.9-1.pgdg+1), libpgtypes3 (= 11.9-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libecpg-dev_11.9-1.pgdg+1_arm64.deb
Size: 226048
SHA256: e6458061978f3ffff3da1559fb5329920fec1be7e79238a75db1fa93a923e72c
SHA1: 1b4218235ee8dfbdc7627181d0767cff05b61075
MD5sum: d1bb34567211820485d01010e8b7b8c0
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).
Timestamp: 2020-08-13 13:15:21+00

Package: libecpg-dev-dbgsym
Source: postgresql-11
Version: 11.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 245
Depends: libecpg-dev (= 11.9-1.pgdg+1)
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-dev-dbgsym_11.9-1.pgdg+1_arm64.deb
Size: 203756
SHA256: b71d66e7674d48ee592a17a5db8935dcc53c2835155f6790a8e8c34bc7baea4f
SHA1: 321643229caa9ceb74e09d4b9a206b7d123656eb
MD5sum: 54f02221126096914dde321679b9a91d
Description: debug symbols for libecpg-dev
Build-Ids: 343897f52d65257ab5c23290ec416c3561409907
Timestamp: 2020-08-13 13:15:21+00

Package: libecpg6
Source: postgresql-11
Version: 11.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 431
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg6_11.9-1.pgdg+1_arm64.deb
Size: 85268
SHA256: 709db27297c9b3ca8004fd00a36350fdcbe8590c856c93a43c992bfaed114514
SHA1: 814f1e6185fbf35dcb4cfd9b8b56f19c6dceb2a9
MD5sum: 65c33406a68c44cfef4bc9925bb02084
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.
Timestamp: 2020-08-13 13:15:21+00

Package: libecpg6-dbgsym
Source: postgresql-11
Version: 11.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: libecpg6 (= 11.9-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg6-dbgsym_11.9-1.pgdg+1_arm64.deb
Size: 94728
SHA256: 2440dfb52d3d0565545576e39ae7efdc252c0a38371b78145249d0ea9d6058c6
SHA1: d813ae82b1938fecc6aef0184a2396579b85e242
MD5sum: 622199872d9e2b9765be49cffb9462a0
Description: debug symbols for libecpg6
Build-Ids: 4bcda03a916ea0810fa2327f1587c0bdb1d2fda5
Timestamp: 2020-08-13 13:15:21+00

Package: libpgtypes3
Source: postgresql-11
Version: 11.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpgtypes3_11.9-1.pgdg+1_arm64.deb
Size: 39576
SHA256: a36b23057463c6e63f110951e545e1317b031615d81c914be8cd2ba0c6ebcbb6
SHA1: f55d53a71fa4af283892e4019171042c28216556
MD5sum: 99c668bf7a5efaa6abd16103069a1dfb
Description: shared library libpgtypes for PostgreSQL 11
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-08-13 13:15:21+00

Package: libpgtypes3-dbgsym
Source: postgresql-11
Version: 11.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: libpgtypes3 (= 11.9-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpgtypes3-dbgsym_11.9-1.pgdg+1_arm64.deb
Size: 73192
SHA256: 389ac26b4e1cfe6319369ac51487c15b94d319258aba78b9f15e964682b83904
SHA1: 85f16058257850bd9d0f8b66a78a189c2d0e83e2
MD5sum: 89ac1360e7c9f9ab222d3a3bc57f07e5
Description: debug symbols for libpgtypes3
Build-Ids: 021fc1c0edb5fa4316792a7c24419735da1038f7
Timestamp: 2020-08-13 13:15:21+00

Package: libpq-dev
Source: postgresql-11
Version: 11.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 689
Depends: libpq5 (= 11.9-1.pgdg+1)
Suggests: postgresql-doc-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libpq-dev_11.9-1.pgdg+1_arm64.deb
Size: 161240
SHA256: 27b4e6372b56c272b9586439952536d050ffcec79a8fc7c6dd21f7a59dbffaa3
SHA1: a7b5d869c3bca09ef7c3e6ec9855afb95b312e60
MD5sum: a52fed333ad09b4a17ba1f4cf1a0aff5
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.
Timestamp: 2020-08-13 13:15:21+00

Package: libpq5
Source: postgresql-11
Version: 11.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 752
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpq5_11.9-1.pgdg+1_arm64.deb
Size: 162812
SHA256: 6392c545d8455bcb8836f29db4f008751bdbdb585479aad958761db736d782e6
SHA1: 1e111c8204d86eadb1a1a5e4f38d40fd7c9e83a0
MD5sum: 05f54428465e2bd71d60f3f5c68449ae
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.
Timestamp: 2020-08-13 13:15:21+00

Package: libpq5-dbgsym
Source: postgresql-11
Version: 11.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 264
Depends: libpq5 (= 11.9-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpq5-dbgsym_11.9-1.pgdg+1_arm64.deb
Size: 231448
SHA256: 82286cb391300d61a74f4e59868bbda1d7b4b33809436515e573f73ad1960591
SHA1: 807352946dcefc248a6c679df5a4454a2a1d6614
MD5sum: b23138ec2ab82b5f104eb49f176c42db
Description: debug symbols for libpq5
Build-Ids: 21269fa0fdf238cbf029425f575307f00fdc23e1
Timestamp: 2020-08-13 13:15:21+00

Package: libecpg-compat3
Source: postgresql-13
Version: 13~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg-compat3_13~beta3-1.pgdg+1_arm64.deb
Size: 18688
SHA256: 91d7b6b6d9e8d1461f63755a3471971e17cf8bb0c857520ad90100e0170e51f6
SHA1: 17a8846e055afff8d1edcfcee8f7c2d59981ad3d
MD5sum: b3a176108435c44589f7c91df6b141b6
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.
Timestamp: 2020-08-13 13:13:57+00

Package: libecpg-compat3-dbgsym
Source: postgresql-13
Version: 13~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 13~beta3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-compat3-dbgsym_13~beta3-1.pgdg+1_arm64.deb
Size: 39400
SHA256: b2d9ecb311ea1950ff4fbff813a35e345a60e9eef95b122a149afb31385bc4d0
SHA1: e6a2006ad81f7b1846a3fa0b9430b8558d22d3f8
MD5sum: d05acf6b077e8f0e502f9b50e8226451
Description: debug symbols for libecpg-compat3
Build-Ids: 82ffedf29068a013ce76a81ff66e3da056d0e764
Timestamp: 2020-08-13 13:13:57+00

Package: libecpg-dev
Source: postgresql-13
Version: 13~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1486
Depends: libecpg-compat3 (= 13~beta3-1.pgdg+1), libecpg6 (= 13~beta3-1.pgdg+1), libpgtypes3 (= 13~beta3-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libecpg-dev_13~beta3-1.pgdg+1_arm64.deb
Size: 263392
SHA256: a171bff31cffdd43bbe0d0fb3b78d570ee158e1178e3ad6bb63830cc26815023
SHA1: 396c16a7bc94dfe25627e05c0130b1d5e52c8672
MD5sum: 15faa3d10ec691330dea9f30c43263aa
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).
Timestamp: 2020-08-13 13:13:57+00

Package: libecpg-dev-dbgsym
Source: postgresql-13
Version: 13~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: libecpg-dev (= 13~beta3-1.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-dev-dbgsym_13~beta3-1.pgdg+1_arm64.deb
Size: 219908
SHA256: a4dfc6581a2fbcc719c274d36f16562950591557ae21a07a30148939f7d14135
SHA1: a31112e83950481fdf1580d6f7c32aa54ce6c240
MD5sum: 6e2621c43cc4f195f97a28cdb17bf429
Description: debug symbols for libecpg-dev
Build-Ids: 47e9926024e034e6668df64bae51215efff01764
Timestamp: 2020-08-13 13:13:57+00

Package: libecpg6
Source: postgresql-13
Version: 13~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 215
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg6_13~beta3-1.pgdg+1_arm64.deb
Size: 52936
SHA256: 1ae07763d6334832d4b6fc15e01ffb04424061d019adb9f0f3f85a98d47942aa
SHA1: d9fc47ee146c597a0910ff18b1d3bc4d4d20471a
MD5sum: 04356667f472ee43e8887ef445fd603d
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.
Timestamp: 2020-08-13 13:13:57+00

Package: libecpg6-dbgsym
Source: postgresql-13
Version: 13~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 13~beta3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg6-dbgsym_13~beta3-1.pgdg+1_arm64.deb
Size: 114020
SHA256: b046e90956264168244904622814b47e56ed6a7fdd381e7ae3b00e1aacd45f92
SHA1: b6088997bfb852623c536de06002ca14598cc3f5
MD5sum: b26c78715d9279b6401a5929cd73bc43
Description: debug symbols for libecpg6
Build-Ids: 424e38d2d46f34236cdf4c51a4bff7a1f58160e0
Timestamp: 2020-08-13 13:13:57+00

Package: libpgtypes3
Source: postgresql-13
Version: 13~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpgtypes3_13~beta3-1.pgdg+1_arm64.deb
Size: 39332
SHA256: 7eaada03589b361f95c8cf330d63bd914d30ef5bd51462a4e539c992f4dc946e
SHA1: 5645159fa1bcc88a8623f0530acfa4bcc41dddda
MD5sum: 041e0f358a5a0a923049c9ec9ca8c1a1
Description: shared library libpgtypes for PostgreSQL 13
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-08-13 13:13:57+00

Package: libpgtypes3-dbgsym
Source: postgresql-13
Version: 13~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 13~beta3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpgtypes3-dbgsym_13~beta3-1.pgdg+1_arm64.deb
Size: 89364
SHA256: aaf23b8d94677abdfe6bd03eb1a9cb849bf7b6f7e4add8e1e75b5236b4b230d5
SHA1: 45c43296b30d27121f45f5015a3277941611a106
MD5sum: f71a7423148f5582ef78868bf6efc2ec
Description: debug symbols for libpgtypes3
Build-Ids: bc8ea64b855a69f8532f1d0621a54b6b4e963f87
Timestamp: 2020-08-13 13:13:57+00

Package: libpq-dev
Source: postgresql-13
Version: 13~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 555
Depends: libpq5 (= 13~beta3-1.pgdg+1)
Suggests: postgresql-doc-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libpq-dev_13~beta3-1.pgdg+1_arm64.deb
Size: 130712
SHA256: b3ffde5e0dae2fdba6217c93ce32d618b9487a3324b19ad976e79feb54a48af2
SHA1: 7ddebdfbbedd6bd57dac1c6792d7e04fc728ec1e
MD5sum: 971d62b358ce8c2feed9b91acfbf4a07
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.
Timestamp: 2020-08-13 13:13:57+00

Package: libpq5
Source: postgresql-13
Version: 13~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 859
Depends: libc6 (>= 2.25), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpq5_13~beta3-1.pgdg+1_arm64.deb
Size: 184448
SHA256: e9e38161a2de9e9642fafc9a1be33d19ddb89ea09bc78d26fec7d9cb39c01edc
SHA1: c0dcfca59181c4e80ceda7600c72dbebd42b2fd9
MD5sum: e6b5f77f9373fdb0dff712780b238071
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.
Timestamp: 2020-08-13 13:13:57+00

Package: libpq5-dbgsym
Source: postgresql-13
Version: 13~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 290
Depends: libpq5 (= 13~beta3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpq5-dbgsym_13~beta3-1.pgdg+1_arm64.deb
Size: 255756
SHA256: 009f9321762eab8e1e627c8b35b57bdaa0357ddf4213fdcc473f6cb08e02700b
SHA1: 2d468490ab4e8274478dd56dd02928138a3dac30
MD5sum: 9390934603268a5bd3f392ef14c25bd7
Description: debug symbols for libpq5
Build-Ids: e7a8813da20dd12d3f6aa2129744e495d9a2d058
Timestamp: 2020-08-13 13:13:57+00

Package: postgresql-13
Version: 13~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51237
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm10 (>= 1:9~svn298832-1~), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/database
Filename: pool/13/p/postgresql-13/postgresql-13_13~beta3-1.pgdg+1_arm64.deb
Size: 16208180
SHA256: 4476f5cf619ad01157ea2e12add98b17f203a490fa8fc1572fb22996ba920023
SHA1: 7a5ef76181e644274c4fffb418986da7d88d53cd
MD5sum: 5ca9e8d29279b9dc584e83a051301339
Description: object-relational SQL database, version 13 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 13.
Postgresql-Catversion: 202007201
Timestamp: 2020-08-13 13:13:57+00

Package: postgresql-13-dbgsym
Source: postgresql-13
Version: 13~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16735
Depends: postgresql-13 (= 13~beta3-1.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/postgresql-13-dbgsym_13~beta3-1.pgdg+1_arm64.deb
Size: 15142244
SHA256: 94fe46626c6dc9a529d02000a7a5c60c9df5653c43b7d96fcf3babc8dba4704d
SHA1: c6c095b15edc2f20484217e02e2ed396fb64e3d7
MD5sum: f2098c06838bea8f0a9ff14fa1fdbd75
Description: debug symbols for postgresql-13
Build-Ids: 049931302668306d9f14ff766584dc94d5943c1c 10e836ae80d0f0008b66bc67bdf485d3e7b39af8 13a314341cd0c535cef3b1846d90784c251fcd1c 13f2cafeb294078a202228acd9c4ef43bce14a52 169c4c31e0c7455b8190b79eecc19e53c2ba3d59 17cb4e95982743b9553edb569d96c73053b7eb0a 17db354cf2829f7f69cc2c14655cae727da2a712 18e38666e77058acae5307c2756cf37b31ad5c12 1a406bbff07d8a7366b825238ca8bacfebb89797 1c6f79af5393f1ef5f0e5ded915558130e0b0ab9 20717d7748ac2cb2d59ba6c6ead44ea5926fcfd5 233c0e7e7eaba80ad297f05beae206f86e130fdc 239cd4882d58fdeb685ca40c678900a54b072dd6 2c9527bcbf5647599d4b1f186cc8ce98ae72f11e 2fa013ae084f4295b019f3a816ededabd7546299 2fd8cab38c709047115310f066d0b8ec56fff843 302c3d5d6dd92f09d16c4ab03d95bf2fd20d6e42 31787d40638e161043b66128f07ff55f7fb8b608 3653e2ab843cc0ffad78fd337669fddcdd9d25a0 3743de74e60a8ff4b4512acb3ad8ba5e524c7000 3eeafc4c5c6894ee999b9a5caeb319d1145b8206 3ef3485bbeba13c5c727c2a003a3ac56325ea643 47e1071e316cd8ab8e369cec3517877a95c053ba 48a91962709bfc251b5c20ccd009fd9cc1988959 4997ee9fe30be66fc18e795abdc1211a04b924bb 4db0afe06289d83bbdafb382f60432043e1839d0 4dd3a7760aafc2fafc7636e086ae2edd44cb38d9 4fc72359d0c4abb8c0ec9210bbe860d2fabe33b3 51dbfca5758619ee621dc7487f30a06b6129ae9b 530ca36b8c4d3f0555c577d912e3fe53a6636df4 574016c3515acf5e9a858412a1d637a02195045d 57746aba647ff9e90d151a6f18a7e4c0b7da0855 60a0b0af505f713af009620e308a720d8c714fda 60f178a7a5e4940dbde8b83adcffab12bca1e516 61adc8f1f0908afccb26758f4b9a9ec6e5d320d5 6206f4587191dc93ade61a69d65b2bb576a6aabe 65838d6adf1e400d586a6c486a6b0dd93c1be70c 66a886d7e8fc041eaa981e7d8ea6d35e6a15c04a 6b8a951b9835423fba19717f6a3d28751bb4bc71 6cbe525fbfe99160d78f3e51a851c71799b57aab 6cd228de7bfa0986c8f00bc165e06f5ef994b696 6def5997525762589e332f9c6b893ca07f399286 762e88b3787fd8913cef3ec1b6766b15fc417ed9 783132c3b3c99c9c8c4c35272f2790cd20d01100 7c4978de70c7b38653654fd56a5cc927ba1261de 8835bf2635b3796524d0c82daea3d032fea23246 8e21079676515befde62b2ae1bed3a8468404073 8fed49c89e906159837eb01597a61fd40d71bb7a 90d1c8cb003c2b23f3a8d04ca9c9ee928dda0a81 9413ba0cf1b28d53869c2490525e29b6f9dc107f 94a505a24b69e0c1c1238fb89e93845eb8869025 96946c1ed9459464c5225aed24515c1710381832 96af0daef9e3b98359ae317a7e96313a6c5d3593 96d60a0e661eab36128eb1ca1efdeebcd00a1293 9fc781f8363907f4f105a3361bee1df6ba877007 a0ecc08a423b947ab55df8bcc00dac30d3f79fe7 a50dcc63241003de6c5c2e7ba45c89d58941689d a53aa16e91ba97b9ce7cc245f93cfcbc4304429d a632d73044a4dcb1afea31bb3071044ac9e5f8b2 a7d69a91ad5767bc42ee9427a0f23568ad98d511 abaf5e7f17f878a468005bc715f089f348056a01 ac3afaf409238e9f6f887d37c9efb659d30871eb b4517e8b58d1a9373c41449eb16aa3f41df37dec b461aa41c7ecd61a00ffddffd7ec0b01ba65cda1 b68bdb2f187dcf2ba780d2fb8f6d54b3700416b0 b7b21e91b926ed29670c41cc70bb11770e826d03 b86bb07a758d7a4ad28a5c9c3529076ac1a0aaa2 b9226b4b2aed90d379fbe86d125d476c8bbb002e bb1ca88d1b7beda83a231d1d7f91fe42747be7f3 bc2bd2d36850e3a298be22979cc726b9275e4145 bf0e012b83d35e0e82d96b15dddc2d02f9ff2bf0 c65ecfc81dc68e1c57e9cfaee844a2f9f6532d5d c66041f0baacd7038ed863b1024b43b0674006fd c6869b68113d8a3a04ea2f8754db5752979e802c c8ee97315c712f0ac84e255d1c593da34e593027 ca1f335ec6d76bd9249ebe848bca43c6dc16b624 cac501a2178535ff0ef6ae61512c019ec99d82a5 cac5cfd466cba769d1a4c00e54cddd616e61f5ab cd682247bc1ffb8643a87d5bab2e6f525378caf0 d06518ae3eb538e3be0523e17c2aaa2b78b2fb06 d251d24e9f007d8ac84025481e71ccb03bb96a57 d2cbdf212fd77cdffc6b7c5036fadb0069a9bb8c d650041bcf64d71a8db898e3f3586d803e1a82d4 d822a433fbf58d38e4fe6fdf4779450c0645fa4e dc40af67516d7ed1731c3633835ddda381de1b1b e153caed3c5818fb74fbf60a1ce6be7af489e9f0 f0618eb8600e48b734d70b4f2b52b7754a4a108c f25dcdfdad418da44c0405cc849ef8f210af559c f282d79fa6dc4f8c4e5fb4f66068855055ae3ac4 f961035fa177292f0070ebbfdad11f4dc95442cb f9b753cc08af3fbbc580afc4e88834fba1fb2f8d faaea5c4b187288f99e47a93f0152f160240df33
Postgresql-Catversion: 202007201
Timestamp: 2020-08-13 13:13:57+00

Package: postgresql-client-13
Source: postgresql-13
Version: 13~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7108
Depends: libpq5 (>= 13~beta3), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), libssl1.1 (>= 1.1.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-13, postgresql-doc-13
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/database
Filename: pool/13/p/postgresql-13/postgresql-client-13_13~beta3-1.pgdg+1_arm64.deb
Size: 1582984
SHA256: 48fcce3172c2ffd3c64935efb406a440fc8a4dccdbacb3e8538e073dba20dfd4
SHA1: 9b4f310a50642c7f3f2adde9621db6c0287c504c
MD5sum: a5650fe9d9d21bc0951cc1fe4fcdb8b8
Description: front-end programs for PostgreSQL 13
 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 13. If you install
 PostgreSQL 13 on a standalone machine, you need the server package
 postgresql-13, 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.
Timestamp: 2020-08-13 13:13:57+00

Package: postgresql-client-13-dbgsym
Source: postgresql-13
Version: 13~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2302
Depends: postgresql-client-13 (= 13~beta3-1.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/postgresql-client-13-dbgsym_13~beta3-1.pgdg+1_arm64.deb
Size: 1900872
SHA256: a48d32fed29923129721bc3becea8e2fb669bf5a1e123397650650c5dff15a70
SHA1: d72ce67d970a17d016dac99675d64fdf222d64a5
MD5sum: 404778cb86f00788117b6d70fb7565f8
Description: debug symbols for postgresql-client-13
Build-Ids: 01b2d2e2626eabe49015f610b1e03310471b3bae 1730e89d001ec45ba7bd9762292d86ba9d10a174 319574e8c3a14aa30f9bcf6b4d4d18b197d693bb 4ef59390df279371568839a87f086d7c81ce59c1 652f09f8069623ca7a3f975ae5c773231ba38765 6d384caae568493c2113acbb36875c1ba70061b0 77274916aaa19c7e2b500d747acb558cbd2897be 7fd988b94f3b58c37ac13cf58e199d3c5243874e 82194d29cb80c34cc06f449b20ebe5ac761a7ac7 84f40bb820c4a484dab54bb44e2f75d04f1eecc5 a5bf68aad8eaa262bd815f87a27fbdf89aa8b631 bd4eb23d71f35514f277aec98821ac5a84253666 d3b6159b6ba2dd170e4b3f93b66d6f295c628bf3 e1ac579c530d6b5a28ae26843133af94b9de0238 e233705df467f921a905a4866c8ca53299659f5b e2c0f89b51c7ab02a1b3db355591876029548acf ecb52361cff9867903278f56134e3c449c3830ef f281b14428da4fffe8930898e3aef33ea674ae43
Timestamp: 2020-08-13 13:13:57+00

Package: postgresql-doc-13
Source: postgresql-13
Version: 13~beta3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15009
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/doc
Filename: pool/13/p/postgresql-13/postgresql-doc-13_13~beta3-1.pgdg+1_all.deb
Size: 1884780
SHA256: 5c3d82bee792aa98deb0c8a763617e0b56972c4041c54c120cd9e5596dce71ec
SHA1: e586e966b381b9ad6d942b1aa997a429b61dc248
MD5sum: 64f5cf4fb51771a79869c91ad4f9f050
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 13. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-08-13 13:13:57+00

Package: postgresql-plperl-13
Source: postgresql-13
Version: 13~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 343
Depends: perl, postgresql-13 (= 13~beta3-1.pgdg+1), libc6 (>= 2.17), libperl5.30 (>= 5.30.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/database
Filename: pool/13/p/postgresql-13/postgresql-plperl-13_13~beta3-1.pgdg+1_arm64.deb
Size: 80500
SHA256: 3b6522c339af300fca8c78d655280f48f5c91f5ca6d9172b0085b2dd1141f7c2
SHA1: 158302873f53acc4773b258be1a1f540e5a4cd60
MD5sum: 1b438317be36a527aac781f71e47433c
Description: PL/Perl procedural language for PostgreSQL 13
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Perl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-08-13 13:13:57+00

Package: postgresql-plperl-13-dbgsym
Source: postgresql-13
Version: 13~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: postgresql-plperl-13 (= 13~beta3-1.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/postgresql-plperl-13-dbgsym_13~beta3-1.pgdg+1_arm64.deb
Size: 156000
SHA256: c000fb8293f00c2e5ccb24c3486e9ff94288d2e940e5ca3498aece5e9546b399
SHA1: 8b436c91b3015a23f0dc6d7bf3b05c200cfce803
MD5sum: f524b10226c49f07e42f6c4e6b28e63a
Description: debug symbols for postgresql-plperl-13
Build-Ids: 5ad40ba73e6fedbfce4f581ba904fea8a008dab8 91f312bc70d939bf99c6a63e48a5a5bc153773ae ef9e9a75df82c788aec5b1ce164e5bb62038db56 faa0aff93852483f1f6760bcaa4c83ed45068ded
Timestamp: 2020-08-13 13:13:57+00

Package: postgresql-plpython3-13
Source: postgresql-13
Version: 13~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 469
Depends: postgresql-13 (= 13~beta3-1.pgdg+1), libc6 (>= 2.17), libpython3.8 (>= 3.8.2)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/database
Filename: pool/13/p/postgresql-13/postgresql-plpython3-13_13~beta3-1.pgdg+1_arm64.deb
Size: 101032
SHA256: ef04e9be9690f743bd2493476190e60bb1f2acab79d4b630c034b2064eeece7b
SHA1: 126fafa27f7838b7f8914764cf6f87636a38975c
MD5sum: eac36257863e4a25b395ae1f39354ea1
Description: PL/Python 3 procedural language for PostgreSQL 13
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Python 3.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-08-13 13:13:57+00

Package: postgresql-plpython3-13-dbgsym
Source: postgresql-13
Version: 13~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 212
Depends: postgresql-plpython3-13 (= 13~beta3-1.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/postgresql-plpython3-13-dbgsym_13~beta3-1.pgdg+1_arm64.deb
Size: 161276
SHA256: 939de2b74dcb49fb7a19e78a6df477f9780a8b647696e1a9dc683c6ea5af5c62
SHA1: 9afd4ac4fecbd005a2c6a3c2e6b4eea733e6262f
MD5sum: 705e71b5a19538ace83743b14bfad2f1
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 04bd88a85534ac14322fa922f4059abf1c3b8bb3 2f090f9feec34bfe12c932e0df14e0138225c947 46d100edd3e3a2a2171ee890407a0b72ae731d2b 4f1c5fb114305b945f3c50ea941879cd2feceec6
Timestamp: 2020-08-13 13:13:57+00

Package: postgresql-pltcl-13
Source: postgresql-13
Version: 13~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-13 (= 13~beta3-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/database
Filename: pool/13/p/postgresql-13/postgresql-pltcl-13_13~beta3-1.pgdg+1_arm64.deb
Size: 35248
SHA256: e42851183f710b5d95ed69c197dfe68870e10b1c1ed6e116efa68b39680cd808
SHA1: 7c15ebf0f57972450fc7c599f241bea08e768e2c
MD5sum: 691aae46754793d80df3dc55b4a8b564
Description: PL/Tcl procedural language for PostgreSQL 13
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Tcl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-08-13 13:13:57+00

Package: postgresql-pltcl-13-dbgsym
Source: postgresql-13
Version: 13~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-pltcl-13 (= 13~beta3-1.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/postgresql-pltcl-13-dbgsym_13~beta3-1.pgdg+1_arm64.deb
Size: 74592
SHA256: 3ead4c10602cf189f1b55ea8ddfa6c11e4ba01a548495a4d7ae690f67ffceff8
SHA1: da5ff8eeaccafaf20906c106456db881742a9d22
MD5sum: 10384d776da0d79608052c27eff401a4
Description: debug symbols for postgresql-pltcl-13
Build-Ids: dc001ad3bace3e1cd8a23cbe7755888a9eaead0e
Timestamp: 2020-08-13 13:13:57+00

Package: postgresql-server-dev-13
Source: postgresql-13
Version: 13~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5744
Depends: clang-10, libpq-dev (>= 13~~), llvm-10-dev, postgresql-client-13, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/postgresql-server-dev-13_13~beta3-1.pgdg+1_arm64.deb
Size: 967008
SHA256: d1d50494ab6276f683aa09259768f3d56cf19067cae47c116620e80543e9219b
SHA1: 29c7ecd9770f4eb0ba5abd98aa065f56919054bf
MD5sum: 9842f11d2762c51b8819266f735e84fd
Description: development files for PostgreSQL 13 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.
Timestamp: 2020-08-13 13:13:57+00

Package: libecpg-compat3
Source: postgresql-9.5
Version: 9.5.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libecpg-compat3_9.5.23-1.pgdg+1_arm64.deb
Size: 22160
SHA256: 6f20d22634144c421ecfd18494ecbf892f787d9e0fb0fc3cad1d1006b0a9d99f
SHA1: 21860337496ea8d736035598c685bfb7d5ddf300
MD5sum: 81a0e475509b14a104b4bfab381cdb58
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.
Timestamp: 2020-08-13 13:18:09+00

Package: libecpg-dev
Source: postgresql-9.5
Version: 9.5.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1154
Depends: libc6 (>= 2.17), libpq-dev, libecpg6 (= 9.5.23-1.pgdg+1), libecpg-compat3 (= 9.5.23-1.pgdg+1), libpgtypes3 (= 9.5.23-1.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libdevel
Filename: pool/9.5/p/postgresql-9.5/libecpg-dev_9.5.23-1.pgdg+1_arm64.deb
Size: 220576
SHA256: 2feee653bd7a063adf0f4271ad474512b9f2120d118421bfd6395d6689849051
SHA1: 75551b31b8793bc03ae34dd75bd5768d675c02f7
MD5sum: ec820a6d0f068081ed63fd0f1cf141ed
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).
Timestamp: 2020-08-13 13:18:09+00

Package: libecpg6
Source: postgresql-9.5
Version: 9.5.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 392
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libecpg6_9.5.23-1.pgdg+1_arm64.deb
Size: 84556
SHA256: 20b181cb1a666ac7949f804bf748489cefba7100a2bf31cd53569b976bb18cbb
SHA1: c558782f1737f4e783ddc21104c59715171afe88
MD5sum: f4bd6e63cc8c284cf3f4f4e218c4da87
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.
Timestamp: 2020-08-13 13:18:09+00

Package: libpgtypes3
Source: postgresql-9.5
Version: 9.5.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libpgtypes3_9.5.23-1.pgdg+1_arm64.deb
Size: 43452
SHA256: 0818d962cf5dff59e2cb5109ce7b21019c439cf2b90a734acd858aee47bd9e1b
SHA1: d97fd6f04ca2b037bcb1895474e214260ed644cb
MD5sum: 4fb8ddc8dde2845c687ac36aef7126ee
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.
Timestamp: 2020-08-13 13:18:09+00

Package: libpq-dev
Source: postgresql-9.5
Version: 9.5.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 730
Depends: libc6 (>= 2.17), libpq5 (= 9.5.23-1.pgdg+1)
Suggests: postgresql-doc-9.5
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libdevel
Filename: pool/9.5/p/postgresql-9.5/libpq-dev_9.5.23-1.pgdg+1_arm64.deb
Size: 159164
SHA256: a6cab5bd3f32c7492a99b60fb249e44d8e1567ef9f70f306c12183668ab7d5fc
SHA1: 283cebf76f6927d7d99b7ed80daf17ac6b0edc61
MD5sum: 90d42de6af71fcc920eced7cf6287b4d
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.
Timestamp: 2020-08-13 13:18:09+00

Package: libpq5
Source: postgresql-9.5
Version: 9.5.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 568
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libpq5_9.5.23-1.pgdg+1_arm64.deb
Size: 131812
SHA256: 3f61891636e71621351bf301a137f684a814b221b27e91baa10f5fa8574f36ed
SHA1: afa75db1bd03cd5a0324c322680314ce5f29b7c7
MD5sum: 64857d81b8b6d8c408bceea6c1e394b9
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.
Timestamp: 2020-08-13 13:18:09+00

Package: libecpg-compat3
Source: postgresql-9.6
Version: 9.6.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg-compat3_9.6.19-1.pgdg+1_arm64.deb
Size: 21068
SHA256: d8a2aaa1c15305b653528e3cbca0535bceae82ec4b5d5955febfd0dc480b443c
SHA1: 097bb2c4557fc3193bc23054ec3f67e466b5b6e6
MD5sum: b81f31e2a918583fd2e0c23c8aa4ae5c
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.
Timestamp: 2020-08-13 13:16:28+00

Package: libecpg-dev
Source: postgresql-9.6
Version: 9.6.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1181
Depends: libecpg-compat3 (= 9.6.19-1.pgdg+1), libecpg6 (= 9.6.19-1.pgdg+1), libpgtypes3 (= 9.6.19-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libecpg-dev_9.6.19-1.pgdg+1_arm64.deb
Size: 221456
SHA256: e5de42316b9198444d4c067c8e4d36352940cb9e36401c1aeec32fa5ed47551b
SHA1: 9a538d12c5075d2f9dc4f6ac1eafa435a9aa36d9
MD5sum: 0b7427b43fa17902e8895fe99cea30c9
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).
Timestamp: 2020-08-13 13:16:28+00

Package: libecpg6
Source: postgresql-9.6
Version: 9.6.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 412
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg6_9.6.19-1.pgdg+1_arm64.deb
Size: 85128
SHA256: cca20fd7d2feb7e1833772e76cff8ad65e33b1b0374641c716fd286dcae5eab8
SHA1: 716a4f4b5ab25eb32a21fca089245df4fe31987e
MD5sum: 391f1ef49913e478d6553fd32537b4e7
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.
Timestamp: 2020-08-13 13:16:28+00

Package: libpgtypes3
Source: postgresql-9.6
Version: 9.6.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpgtypes3_9.6.19-1.pgdg+1_arm64.deb
Size: 42380
SHA256: 510399a8183dc1de6db8df95540e788e0dce7dbf554207210190ed03709f2519
SHA1: c2afc1677a1596ab99273d92b6a3f47eb3b3870b
MD5sum: 6981ff23aa2b46db106c13c1f099412f
Description: shared library libpgtypes for PostgreSQL 9.6
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-08-13 13:16:28+00

Package: libpq-dev
Source: postgresql-9.6
Version: 9.6.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1927
Depends: libpq5 (= 9.6.19-1.pgdg+1), libc6 (>= 2.17)
Suggests: postgresql-doc-9.6
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libpq-dev_9.6.19-1.pgdg+1_arm64.deb
Size: 393956
SHA256: 921782cc95695efb57d8d8d0d16e8f67397d806b1517a979b2a7eb33045ba7ad
SHA1: 8fb75693e2b573602c96a1c175d30e187c909f2f
MD5sum: 14ea3ca5754bbd8b7aad2946adc4a64f
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.
Timestamp: 2020-08-13 13:16:28+00

Package: libpq5
Source: postgresql-9.6
Version: 9.6.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 601
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpq5_9.6.19-1.pgdg+1_arm64.deb
Size: 133936
SHA256: 9bf6409e917d500ce9c8d8a9faceb5bb161c74008061dd2ddc9f7e95b7cabf07
SHA1: 2e0bbe88dd1b794674735c6d5d251f9c0db2ed34
MD5sum: 830ff3d09ee53da14bfdd163fa5dec19
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.
Timestamp: 2020-08-13 13:16:28+00

Package: libecpg6
Source: postgresql-12
Version: 12.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 217
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-12/libecpg6_12.4-1.pgdg+1_arm64.deb
Size: 54724
SHA256: 623fe35fc6e618247c20c7a27aebb632238f7e92277e6bc8c17121c01f02f131
SHA1: fff8bdfd5183e13ab6375555e36a72c83b5f06cc
MD5sum: 1fc9370f0587d2600ace877a341a5b00
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.
Timestamp: 2020-08-13 14:56:19+00

Package: libecpg6-dbgsym
Source: postgresql-12
Version: 12.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 12.4-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/libecpg6-dbgsym_12.4-1.pgdg+1_arm64.deb
Size: 113732
SHA256: 92b5342bee1e0fc5572fe68e142aaddadf898c8c4e1cbdd12a01eada7e30eef4
SHA1: 3bd72f7b98a54dff5f65bf57cab0908f79b822d7
MD5sum: 36595da29553cd8fbcd796bd8f9d9e32
Description: debug symbols for libecpg6
Build-Ids: 24a3b77bcb1d8954e19ae7da8a0f0ad5e58488ca
Timestamp: 2020-08-13 14:56:19+00

Package: libecpg-compat3
Source: postgresql-12
Version: 12.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-12/libecpg-compat3_12.4-1.pgdg+1_arm64.deb
Size: 15092
SHA256: c64a653fad4089dc78d75cb8661d6d17747e35610c234e31f973a14d038fd220
SHA1: 4ecfb65ea428e448b614de940cbfba5e3ddb0afc
MD5sum: 15b669c867571a93cd1f1f8c1c0d2e0c
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.
Timestamp: 2020-08-13 14:56:19+00

Package: libecpg-compat3-dbgsym
Source: postgresql-12
Version: 12.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: libecpg-compat3 (= 12.4-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/libecpg-compat3-dbgsym_12.4-1.pgdg+1_arm64.deb
Size: 18084
SHA256: 12dd2712d5af5540dd35c7726c57bc414d78df1fc8d4ed033118677376147cbc
SHA1: 48e0dc5aceea3d306cba2e9d23e191adba62c137
MD5sum: 7c3b0d23e8f432f62b857ea4e6730b4c
Description: debug symbols for libecpg-compat3
Build-Ids: c62ee9786fb1ce9e17dbfaa51b3951d084363f38
Timestamp: 2020-08-13 14:56:19+00

Package: libecpg-dev
Source: postgresql-12
Version: 12.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1492
Depends: libecpg-compat3 (= 12.4-1.pgdg+1), libecpg6 (= 12.4-1.pgdg+1), libpgtypes3 (= 12.4-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-12/libecpg-dev_12.4-1.pgdg+1_arm64.deb
Size: 266340
SHA256: 301a4750a9668d8ba5c4602c0995344ab46eb6b196286598bc42c6dcbc310930
SHA1: ccef655766b8991dca9b12516483fba72cd3396f
MD5sum: 984670326413196abf3dd23e109862b6
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).
Timestamp: 2020-08-13 14:56:19+00

Package: libecpg-dev-dbgsym
Source: postgresql-12
Version: 12.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libecpg-dev (= 12.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/libecpg-dev-dbgsym_12.4-1.pgdg+1_arm64.deb
Size: 213744
SHA256: d6fbbca3646446c4d755847c226510458a509694a8f3b7e4d538c2f8492e5d1e
SHA1: 57e23383b0485663856b7f2840995020c40b57a5
MD5sum: a19dbfa5efa8299ed68dffdc3a38ef5e
Description: debug symbols for libecpg-dev
Build-Ids: baf57322581a39468113c5b34cc93bc17183c090
Timestamp: 2020-08-13 14:56:19+00

Package: libpgpool0
Source: pgpool2
Version: 4.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: libc6 (>= 2.29)
Breaks: pgpool2 (<< 3.1.1)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libs
Filename: pool/main/p/pgpool2/libpgpool0_4.1.2-2.pgdg+1_arm64.deb
Size: 143076
SHA256: 263b577e3730f081f6a26b2389c6cd858983192fbe161b0aaa3807b717aca89f
SHA1: c082f89bfdd1dec810f314f5590d800e131efd5c
MD5sum: 99b5651dcd15ecfa3f82b3efa6c9cd2b
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).
Timestamp: 2020-08-13 14:56:19+00

Package: libpgpool0-dbgsym
Source: pgpool2
Version: 4.1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 78
Depends: libpgpool0 (= 4.1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/libpgpool0-dbgsym_4.1.2-2.pgdg+1_arm64.deb
Size: 61200
SHA256: 0f538f06d1d01b472c358548fdaba88b3c612e128909d19ab9395e9c708976e5
SHA1: ed41a99eeff5e377a520d52e33d11e8f6d11bfa3
MD5sum: 2529cfd45b5bac76fd9b5da86de6fd0b
Description: debug symbols for libpgpool0
Build-Ids: 18215e60ec81a3648cc3e4a2fd83e8725b21f277
Timestamp: 2020-08-13 14:56:19+00

Package: libpgpool-dev
Source: pgpool2
Version: 4.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 249
Depends: libpgpool0 (= 4.1.2-2.pgdg+1)
Conflicts: libpcp3-dev
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libdevel
Filename: pool/main/p/pgpool2/libpgpool-dev_4.1.2-2.pgdg+1_arm64.deb
Size: 152684
SHA256: 5c708656eb7c1cbdb3931874fde9d607d7ab3c9b84673252768a7dc13e8940a2
SHA1: 54200b01c4f5775eb3f7de13ff226c8c3d3ab809
MD5sum: 9e831329ef47966a1d7524fbc12569b5
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).
Timestamp: 2020-08-13 14:56:19+00

Package: libpgtypes3
Source: postgresql-12
Version: 12.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-12/libpgtypes3_12.4-1.pgdg+1_arm64.deb
Size: 41480
SHA256: 5209857d8ce72607c17044b71df2039e1fd53d48669745964d036cb5964680d5
SHA1: 76048eecc735ce1f29660b02bde6c0958fe9b779
MD5sum: 2f685be70653eaace35d23a1eee21d30
Description: shared library libpgtypes for PostgreSQL 12
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-08-13 14:56:19+00

Package: libpgtypes3-dbgsym
Source: postgresql-12
Version: 12.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 12.4-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/libpgtypes3-dbgsym_12.4-1.pgdg+1_arm64.deb
Size: 89288
SHA256: 374e61fb57eeb9a45183f7f3f91f3d7f3421288c4ff35e2ac4cd2f7ce133720f
SHA1: 1edb03c5d3a58440c87e0752e616e2ed691da457
MD5sum: 3dbfafb28ef9f2afbdebb8efa1c0aea6
Description: debug symbols for libpgtypes3
Build-Ids: 8b1d2116df855975286302fb059ce8835903b089
Timestamp: 2020-08-13 14:56:19+00

Package: libpq5
Source: postgresql-12
Version: 12.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 770
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-12/libpq5_12.4-1.pgdg+1_arm64.deb
Size: 168108
SHA256: 0cfa6826002f7bf8752c230cac60968e7d2311a6124b042435f16fa669910fb9
SHA1: 0191f770ddbb789f51b925e9e69c4c52b9f53c16
MD5sum: 37f56a5c92d4a0f5bf8f498b2bba795f
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.
Timestamp: 2020-08-13 14:56:19+00

Package: libpq5-dbgsym
Source: postgresql-12
Version: 12.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 283
Depends: libpq5 (= 12.4-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/libpq5-dbgsym_12.4-1.pgdg+1_arm64.deb
Size: 250112
SHA256: d220d313d51a4e86968b55bf303918bd74ae2fc1e5ea2fddefd26d14c648915e
SHA1: 93c7cdb4c3f6697711689e7f0b3ee50fac570256
MD5sum: 4926727739b72a539bf10f43cb04f43b
Description: debug symbols for libpq5
Build-Ids: 4e440c14dc89c096bfb1c0348672bab328910b26
Timestamp: 2020-08-13 14:56:19+00

Package: libpq-dev
Source: postgresql-12
Version: 12.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 577
Depends: libpq5 (= 12.4-1.pgdg+1)
Suggests: postgresql-doc-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-12/libpq-dev_12.4-1.pgdg+1_arm64.deb
Size: 136292
SHA256: ab09d4704c68251785dfe4077396e844267ace4bc6ea54cabfed38c9c2d880b0
SHA1: ae24a2c78db5218d5991bbcb15eea359c7ed5380
MD5sum: d035e69af86bda8246c6632c915b73cc
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.
Timestamp: 2020-08-13 14:56:19+00

Package: patroni
Version: 1.6.5-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 627
Depends: python3-cdiff, python3-click (>= 4.1), python3-dateutil, python3-pkg-resources, python3-prettytable (>= 0.7), python3-psutil, python3-six (>= 1.7), python3-urllib3, python3-yaml, python3:any (>= 3.5~), lsb-base (>= 3.0-6), python3-psycopg2, python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_1.6.5-4.pgdg+1_all.deb
Size: 127628
SHA256: 1662cc4a7f53c6f7bc4f56f232e8a6c42c78c087b6af8464301479433881d9e1
SHA1: 2cac1dfc1b30a79f4d2926432d4fef4feeaa37bc
MD5sum: 0caf853449ecd123eba511b93c8591ad
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2020-08-13 14:56:19+00

Package: patroni-doc
Source: patroni
Version: 1.6.5-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 710
Depends: libjs-sphinxdoc (>= 2.4.3-5~), sphinx-rtd-theme-common (>= 0.4.3+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_1.6.5-4.pgdg+1_all.deb
Size: 99020
SHA256: 6486c2e031475b360f215ae5500a0995b383f5764683e6f04302a818e930ee2e
SHA1: b3d490e38b26d79318d7306c1545e74efcd47aa3
MD5sum: 629e158c4139411dc82a0c6bd3bded7d
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2020-08-13 14:56:19+00

Package: pg-bsd-indent
Version: 2.1.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 78
Depends: libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/pg-bsd-indent/pg-bsd-indent_2.1.1-2.pgdg+1_arm64.deb
Size: 28088
SHA256: b0b292438ceef5398e2cc98dbce82745cf79ca56641b2c7e0281867c34851f20
SHA1: c66bb5f7b2eeb1a9dd260d11824a0f0da95eb3de
MD5sum: 637778f0f4e55ff354f82c057fba6e18
Description: PostgreSQL source code indenter
 This utility is the official way the PostgreSQL developers reformat code
 before release. It is also recommended to be used by developers for code
 changes prior to submission. It is a fork of FreeBSD's indent.
Timestamp: 2020-08-13 14:56:19+00

Package: pg-bsd-indent-dbgsym
Source: pg-bsd-indent
Version: 2.1.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: pg-bsd-indent (= 2.1.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-bsd-indent/pg-bsd-indent-dbgsym_2.1.1-2.pgdg+1_arm64.deb
Size: 38876
SHA256: f8769726d71821abfb976e99b9be0c70d3bcbe195d3709fdfb9a23e48788efea
SHA1: b1a0dadf95f56b128ae51f2d4e7c681e11504fc4
MD5sum: 1628558912fc0fe6fdc63cd225767f1e
Description: debug symbols for pg-bsd-indent
Build-Ids: 5537391cebdfba479ff24db63598a5534bc5d62b
Timestamp: 2020-08-13 14:56:19+00

Package: pgpool2
Version: 4.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5213
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: libpgpool0 (= 4.1.2-2.pgdg+1), lsb-base (>= 3.0-3), postgresql-common (>= 26), ucf, libc6 (>= 2.29), libcrypt1 (>= 1:4.1.0), libmemcached11, libpam0g (>= 0.99.7.1), libpq5, libssl1.1 (>= 1.1.0)
Enhances: postgresql
Conflicts: pgpool
Replaces: pgpool
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/pgpool2_4.1.2-2.pgdg+1_arm64.deb
Size: 1062552
SHA256: 3db30008600c1d98bdf0e50c7fb3b6db99cd33b6d0092f1c49eb4a85e44c57ac
SHA1: e20379a2db455ded480796e4760deffcbd3b0e35
MD5sum: 07ec87a1ba653dde33d4d8c31fa804cf
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.
Timestamp: 2020-08-13 14:56:19+00

Package: pgpool2-dbgsym
Source: pgpool2
Version: 4.1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1733
Depends: pgpool2 (= 4.1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/pgpool2-dbgsym_4.1.2-2.pgdg+1_arm64.deb
Size: 1611808
SHA256: 850359a1ab4089c86ac29de399fc1bc511416720c60ac641a6198a40257a54ed
SHA1: 14c6b9abdae0a00a22162a6f632deb54ed1fa055
MD5sum: 7deddfe69715567cd1d7ac25dc0a69db
Description: debug symbols for pgpool2
Build-Ids: 02c2f5b6558e9b8bc625ee94045b95ccc9cafaaf 1314ec045752cc8adb123507fbe50f735c626ea8 2a9a968d21b5f0651323731d65fbe0d803c0c02a 2b4a39350b118bf7cddb1e4ccd8108e09c0c668d 300172af0bdab3b92bd9b29d474c4e7762199e87
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql
Source: postgresql-common (216.pgdg+1)
Version: 12+216.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-12
Suggests: postgresql-doc
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_12+216.pgdg+1_all.deb
Size: 63240
SHA256: 0c23e39055248081142df3be0dc5506d5786742ce5cce6c948d5c3dd993458e5
SHA1: 261c5b4965fd3ed61d38e28e8ef179ca3d07787e
MD5sum: 8850d96eb6391eefccbf98fcb2e4ebae
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.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-10
Version: 10.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24181
Depends: locales | locales-all, postgresql-client-10, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libcrypt1 (>= 1:4.1.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-10
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-10_10.14-1.pgdg+1_arm64.deb
Size: 4902344
SHA256: 4fbbbf4b845f3a3cfc3d846bc6f530b45ac23a3ddf455470f1d82a041ccbbecd
SHA1: b10f019113df5ec0c3020b23d3dcef3249cc01d1
MD5sum: 5570565fe748a95ac5360d5f1283f7a4
Description: object-relational SQL database, version 10 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 10.
Postgresql-Catversion: 201707211
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-10-dbgsym
Source: postgresql-10
Version: 10.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13208
Depends: postgresql-10 (= 10.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-10-dbgsym_10.14-1.pgdg+1_arm64.deb
Size: 11753464
SHA256: 8ee3fc7803b9e6b478619667d5033aaeee7782d47973194b0006f42c4f23763e
SHA1: 4b97148216d46f35945ceba614716903d6591d3e
MD5sum: 9739ebfb55c0d79d28f82b483ab343c0
Description: debug symbols for postgresql-10
Build-Ids: 072c31186602cb1a9e6f75bb2fad9d84d77cf315 0730e9264b5de9a8ec128b31982b1a796f7efb64 07b7efb10bae7c3621c8b08e0371b9d31af50df6 0a6f0b12607e2509c53bf59f44e69221328c7137 0ac2fde75eb562453049ec3f46c2c1c3786b21cd 0d8320de334d15f143417cd485966846fa675168 10104ba1575bffa97853fc010f0d9e17debb3334 1b6cd4dfe334fdbead6bf89b0975a7d41eb18255 1e244db39c0cbf8baed1792e6655d9d870a5c56c 20ac75d659aef3fd5001bbd9ed8da7caf8eba7f5 284b6db9433398c8244f3e1350c1804a44677f06 2c5039d4ca51a8a0a58211f59ac62b8114ee6b80 30e551a6f66d7a4cb4716db1501a012b7ef622f4 3125a75d82134611b256cb275e4de01dc1c1a9e0 3172b1cdc6f826ae7d1567846ae2c2b736f52f4f 32346ab95706e70aa52440e856e6035185890fbc 34ca11b0ee1a53c7d747c2275ce326a101bd4492 35021b1515190a055404fbb35a2c16f24d381eb0 39376a1f5f21e5703407a15f15d81e315fc1070c 3dc0db5efbe8533d0f492c11cd7b486c74821728 458838d099529a6ae692f92aafdbf406caaaad1c 4635b8b3c6d3436316b85ec88c86f557009f7474 470181e55d2c6a056b34ef074a6ae6343a8acc48 482fdfaa58a1a10ea26f14e2ed0ebe8aae4f9a3e 48380e02bf9a6cb0bc936262228ed2fd1eea6a0d 4e8e9c231c4c14260a74dbc278ca14d9f265da14 4ebd505bea49ec63912f3d3408b50c1ad028a5ea 5038ad980f01f4d2dfc6a956a14231327dae99de 5546c90ed4b6adb1f2418f51851d703c6d4f1f39 56418156dfbbc2c1a3e8b4266650984978a086fa 5a93d84b7dff294c45666fd93ab88bf683cd8f41 5c6037616923cd24709271d044b59e15e5a311e2 5c60503c86e2473734f2b73c11272f7ada1eee4d 62dc8e01e1bb37671d150fa2292de1fcde17118c 68777c53bc9b87a2291763fa8ad9d8ed7e42e626 6970c2fa24e65515f03c1fc9ec804cdbf679af2a 69eaa6377638fcd8d531b0d760c366fb52fee409 6b5407683ec44035f8d665795a199de194f6accd 6ce8adf963d67e50472308f5bf31f26b2b22790c 70118d1940920e2684c93533afcf27d45e35d39d 715bd14fb13a90441f15690c5d6c7220e4cd8aeb 779dc7e3802034eb00331c72d232262fc8ffa971 7cea71a15afb3dc158bbdd9b411dc58e68e403e5 7e9b11d4553827317d41cd4377a7548312a3063e 80ed861595ede98761e2b9d7c6b47d108368c12f 818aaab0ef11ff6a33483b82c983100706068ccc 843f4c90b60e0ab64b7ada18c1935d7ebee70e91 87495a9762f11b41698bc63a5c98b9f7c506b114 877f89e1f6e715c5718fecb9d1a42efa56c0a8a8 88e3a9a3f992d0bea83324906a21173bddeaeaba 8b578aa2a95a7bb5450868f1e98d4ff068877eb5 8e1c1e35f94e83c145b192d32638d63644ed304a 92efa52a6f44e787df756badf986b39555d3e4c1 93a9c591031bfabba2020ca67a4a38869b8001ad 93f080a20f16e8eb91d4304b89258d4f0508bf6c 95cb38b27b8e8827fe16c048aea3ad8ce8494595 a395f7d9933ab23b00004b037ede00b4810e13fb a4b6079315569f18b9a047942f8e86d056697202 a5575b80688a156d64ba6dccf9811f7b729f3a26 a699ef72f6b0cdbed3898daf75f0e0e1d90a29d8 a77b2e9dbcedeaf4ce2fd2c1bd6608671e76c21e b1e489919337b480a32926a043d68f69df1c7698 b48d0e92352272018a8c3635362bfdcbd1dc8249 b5e96524b13a0578d71753226d7898784910dc74 b8611d6a01fd16a3c8eab3077570b27a55aae8a0 b9fbb48b95394ff805fe4d495fe78babeeb45ed9 ba35acc594bcef8091fc0dd7c431f814adc8465f c39301be23e8df6038ae3024e586f76d230caa8c c6428a79b04b986b27a7b45a0034e3603c25f1c9 c765887e9002b71294d05169cc398bca08539622 c9374f1ab646281a539809f7c2ab4cd2e8c6d1f5 c9c15b03d4d01f5d453ee2a1f460b1365fb02e11 ccef91d11e8393598bb8fc03a130c98a32e0ab23 d0f7a6a204bdbc8ed775dfdaafca213ee430cf38 d237366496f9a38aca48ac12b7ff0fb91fe22882 d353a31216104f2894447756dd0314209b4fbf32 d5e30e86824649991df38d554b5481cb39991ce5 d8ba380d15b32ebf349645804bc47e5db8502c1a d8c08181768ae22db3b1ec68f55f160d7c59cf17 dc9447d75b349b40ce03f656c3aab539317b5262 ddaecce113878d39b4de7f4ad64359156be83963 ddf2973e4e6de26f2f62dfede4073db98147dc70 e35162864152374a6a93b9043df9d6cc58a9464c e753aacb8c452ae462282e3517002fe1692ef2d6 e93e3c51c941fb7927595876219eff8ac8433ef7 ea6e0d273a16bcfea5cb0873e084c6c888ea2efb ea7f7a62c72589f363984c8afde3124186a57634 ed729b2c0d8798d9f82ef749790e408c5278b3d1 edda2133b05e85ba191e0a332a53635a38212f81 f6c326a0756c81762bf22e8672bb36d1fbb80719 f77a86aea9074e70a4e20a90ffc0a40601999d6c f8b027df0424f01752c16a8231d8592d2432cd10 fbb126c0b5853e9cd1a7b53ff29e6c5ed7589712 fe9ec67daee0399d91c74cbfe833bc06c5e0a0d6
Postgresql-Catversion: 201707211
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-10-pgpool2
Source: pgpool2
Version: 4.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: libpgpool0 (>= 4.1.2-2.pgdg+1), postgresql-10, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2_4.1.2-2.pgdg+1_arm64.deb
Size: 134312
SHA256: f8a58a179e7495ded4bd3b978ceaee6d76e842dddc0c233802c48eb9238a56c7
SHA1: 46751e0c0695786338dc419870307fba992c5a4f
MD5sum: d612823452855aaae8ad52b2e4c18d4b
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 10 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-10-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-10-pgpool2 (= 4.1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2-dbgsym_4.1.2-2.pgdg+1_arm64.deb
Size: 45240
SHA256: 4fb7019a284d9460d7d6933e0a0ae2a2cda497b92705bb671bad9298ba45f63e
SHA1: f6a176729ef81163bb5174c18a173b0e5075fdf6
MD5sum: 15dd186dca107de5c069c98165351e90
Description: debug symbols for postgresql-10-pgpool2
Build-Ids: 0c035f7308ec1135d9b9a8fa95b29977254ad349 16cb8f6c025d026271e4728adde937869b18a76a da9d553c9359d731f376c272869688841de307cb
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-10-wal2json
Source: wal2json
Version: 2.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-10-wal2json_2.3-1.pgdg+1_arm64.deb
Size: 17460
SHA256: a1b0948f7d04354f384d8ac619b2472b7019efa08496205e3e3c6bb9fe8b4341
SHA1: 0a7731d8d08d52364e96671a45598600d630d7cf
MD5sum: 5fe97631cdc612b9a93bb524c1ad898f
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-10-wal2json-dbgsym
Source: wal2json
Version: 2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-10-wal2json (= 2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-10-wal2json-dbgsym_2.3-1.pgdg+1_arm64.deb
Size: 53016
SHA256: 18ceaba6d7035b1216a9e5f804a1878a656c8758c74464f8dd91b3d0a9c20f11
SHA1: 8b3fab9739e1ec515766cb6c4942b08630063dce
MD5sum: 91be87cc1cc65a7b1920bfd11d4bc0fc
Description: debug symbols for postgresql-10-wal2json
Build-Ids: 4b088f7fb6bcd54d1500408073d9d2b14f4a58fa
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-11
Version: 11.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48614
Depends: locales | locales-all, postgresql-client-11, postgresql-common (>= 194~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm10 (>= 1:9~svn298832-1~), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: postgresql-11-citus (<< 8.0.0.PGDG-2~), postgresql-11-cron (<< 1.1.3-2~), postgresql-11-pgextwlist (<< 1.8-2~), postgresql-11-pglogical (<< 2.2.1-4~), postgresql-11-plsh (<< 1.20171014-3~), postgresql-11-rum (<< 1.3.2-4~), postgresql-11-wal2json (<< 1.0-5~)
Provides: postgresql-contrib-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-11_11.9-1.pgdg+1_arm64.deb
Size: 15012404
SHA256: ca32074df3654b235ede052750c95b45204024844daf09b126e2cb5252184f73
SHA1: c831beec224b343d7c3b183e9d466383958e5897
MD5sum: ef0c3726731469a0de1fe5e401068b0d
Description: object-relational SQL database, version 11 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 11.
Postgresql-Catversion: 201809051
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-11-dbgsym
Source: postgresql-11
Version: 11.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14858
Depends: postgresql-11 (= 11.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-11-dbgsym_11.9-1.pgdg+1_arm64.deb
Size: 13352568
SHA256: 16edc4ce1ab79bf086c20b7a160fa637983d86fa3547fc442f5a1e497c4f8640
SHA1: 9e58fcc2ecce733441a6f85de7f56b5899339649
MD5sum: 8724879d4f6531340117a7f39f321a4a
Description: debug symbols for postgresql-11
Build-Ids: 0047238f8bc1aa775b7a0837d11d1d18ce7a9664 025aa79ff3350518f667de66272c59b7a829566a 06a393d667eecab94e448fe36b00da218122411a 07f2c4944a08ce643e69d524614463eb6d6374b2 0843f4132ba8d87f90f322cb10b9ac425d979c48 0a46f924be006a0b533dd9e68e9de8d92f8eca1d 0b5da3c774cc30ced61b30a85078bab4a9b7c755 0bfe0f8e1bc7ed7a5d25956e4548ea5fab029938 0f26bdf081a108cef6b9ead1c012576c8867c4f7 10db45ca149d7b655fecd04449f3a7d5d8710a84 12187a0ebe7ffbb08915014bd48e51f57de68ec1 14ecc9c0edb53fe3b9e1db999bef9cc9477f9694 1771e02470421700050b3d408d04a38a40eb87f2 18847dce81e5d1b09195cd09163bad3961b12cf5 18d0eb7d9d49ab50ff7b080bf5a5cf8b1de3f143 1bf576cc3c91a6b9b7901a8efe9060c396686490 1efc48c1817c52ea05396b67548180b4c3e53901 1f93ab6d76637d6b32ee2872f449885b9a040015 206bf9a86cd878621bed5e07d85168138b963c5f 2175ca3576530e46f057c243426edc9e8288c378 227c4166112136f255f874fe705be79fb1840c1c 268528dbe97004fa9e69297f5bc20080a7accf8f 332ee27ab951cd6aafa7d5e2a3819c5d3b659826 33507e35f93b45a60bc38f819ad43a7f601ecca3 3438f79fb5ccb80d89d434677bfee490490838fc 35237a0b9fcb87a7c70d176936d5b6226b2cc16b 3e9b35c7e275d414e94260ad4c7f6023568db638 3f788362954edb6177bd76ad94f58de2859c9b9c 42c98d5e5443c04897a5d775d7293fbae7aa4b2c 44f3f82936ca886f180dc3fbb3ec8ba09baa6c1d 4cd27ac54454fd875a18e8a52bfd59685d7249c5 5262d9770c94b5e3e5b1e08f37e9de2b4527f974 533bf7a3098afab71a26687c7fb34175eaf563ef 54630b0618cf4e87bea7add0a6aa20a76232ef83 55872ad197e0d80bcfd3738b203218c660b314b1 56687e659d098d2434d2170a9530e5e0c83c2a49 5baabf5e184cb5bb72852a04950f78cb9b1f6230 61aea5265f03270f3ee9fabd36fb00224da95bb1 69ef299c54fc46752323d65964f88845af374e65 6a4b92bf7db1bb1bd7f85d2ac0829c72a87f4ea5 7292ef28efb617e74787ea519364fd16a8adcf51 76394f8c941d3d2b78e7dc03ba3b5bbb794e6df2 7642d13861c0bb4bbae78857401728e58f076b65 764edcc9daeaa155fbc3c0672821a2e1236b4b80 78dd1f7e1572ec80ae83956e0d42f3f69f9e3eb7 78ef12f37ccb57db37837dfd04748d54af4d7987 7b3240792545ca13f25b8803c43486c61c153b3a 7beed3f6adfcca351569be61c14976dbb5fbd7fb 7e8d23addfc35c0f627491badf6c362657906175 7eec9efc8e28fc3e151f28589c69537038c64ead 80ef4fb972da285e1bf64cfd106edbbcec7844c2 87b72071738ab3de61c3e4168ac06681e3cd498c 88a50141f0c5e3526e9db79b37ffe78295edd106 88f74d3799dd4b713de3a24c2492dc76ca4a8a5b 8956dcecef887b191988cd91c5ec56f3a232a94b 8c88f2440a777d588cfc710b290b2bfdd57e38d4 8cca086b767b895278cf267a3ed419c2cc09aa96 8d5e56157ba1684bc50d868a4704f4370e83e695 9224f6f8b6a16784477f0fd75386c6a8862c2ef5 922f2ccf8c2fd5a87bfda6a95d48f465adde3e4c 92e0853564ba94f442a0a12f8f2c45e7464e80db 95f9fa6dfa2ac85ed220e13549672cb8ee7a7b87 9a2eba331a2f77272379326f190aca83dcb16d00 9ca0d9e123d8bdea02c0ff8a609790642c563646 9d2a3c8848d2ebb705e6aa78f7cb68773c75223c a1521599c803c6d643eed6e64b6b33afdfeb32e0 a45b4d2c4f46a1c2bdd666ede5a3b41b08a50b98 a6b93be847dcf0bfed68ad2659c14cf1c1582cc0 a6ddbd8c7246e4fd1cfc3ee50d45f9162475a9ab abda07684f0f3c1add6421e677c3f6156b207b24 ac38bd23b8dd9f7252e5393e661199d4e43ef270 ad168b0b61152903278905cc54bc09cb62485259 aed7d95ef7d8f7ce9706cd9d27683686514bec11 af9cd866413792d789cc8fba8229601391b522fc b3a37df5a605380d13b10738dad67751fd02f6d1 b87e4b6f0463f0347c56ab8e21ced7fce9ee99b0 c18931776e15f8bca9f0a07830acc7c15a97d6ec c4b7404c419c8a2be4f09e628becfc3b8603bd7f cc657d24009d1f94f1266cf56fb45a99e7bed438 ceef9f84ab2402c6de0765bd8fba488efafaf623 d5f6ac236bcb5d9d99f41fe807a8e0b8c44aaefc d6238e576c4732fc62fd3547ea88925a915bb366 d803992649ef6a67dd8cca6d5229b0e844c37af6 d9510056a08cb4d6dd2900031ca0a211caedd18a def522165c5a1538e9eacbb63f62c560245c8cdc e1e9cfc7df77ec75a9e26b256536df13c371c632 e4582dda96c797c13370d8b603647b1189a0e756 e88ace66fb8b1ab88deb5ed194b358af67da773a e9ff8450997d3fa0b4a6f6a7181e73aa8647ddd6 ea536165474803dccda65dbfdc0ac5e76810d6e9 f3653775aceab109c293769dc95ada6a82a9205c f5eb6d6eeb4a848f59bb446a996e56e53b0716df f89ce0eef62efd4d28ac0e3177f4e8c009df98f8 f99cf566e61c647e9ea3381e1dac286c8ce8695e fecb5c811d0fe063c81c27fd0d2adc3ab054a3cd
Postgresql-Catversion: 201809051
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-11-pgpool2
Source: pgpool2
Version: 4.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libpgpool0 (>= 4.1.2-2.pgdg+1), postgresql-11, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2_4.1.2-2.pgdg+1_arm64.deb
Size: 157716
SHA256: a059d04952427dca6b43f29175fb89031bfc00ffc253f9c3ed6e270a023ec4ab
SHA1: eeccce75057c8a0a8c21b8e4be451e4803b8bb26
MD5sum: ae9ad8bb91d550dcc453300faabe3e0c
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 11 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-11-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-11-pgpool2 (= 4.1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2-dbgsym_4.1.2-2.pgdg+1_arm64.deb
Size: 44384
SHA256: 63f1a67dac20bee8363ae6c9b4d0ceb82328445ca85e916d522e55764e245d82
SHA1: 1da47f58dad0649cca3243ddeb35a8f9c00b8323
MD5sum: fedff0d0002737153e04f5b390fe7700
Description: debug symbols for postgresql-11-pgpool2
Build-Ids: 32e3e1ef7bad66672c26d6d9debe03ab8dfa5497 33ce66427b33f56fcd7647b0cd2c070a990e63ea e0fbc108cc87d933b64eb890bc0eaeda7b6427b0
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-11-wal2json
Source: wal2json
Version: 2.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-11-wal2json_2.3-1.pgdg+1_arm64.deb
Size: 61284
SHA256: d65b5d04f39d52e5bd8221594377545a8d5f54dcc9c0eb53470d3ef284acf99e
SHA1: b6284557d7b888d32c6325919fbd17903068ea92
MD5sum: 5f8b1c0384c08f7002bd17606342d3f6
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-11-wal2json-dbgsym
Source: wal2json
Version: 2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-11-wal2json (= 2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-11-wal2json-dbgsym_2.3-1.pgdg+1_arm64.deb
Size: 55852
SHA256: 1b06419517b1a9e1861c40f72fcd7733c616da1cb3635b2a8378d215cd5b58e3
SHA1: e2af2f81159795f066e3988f9559cbc43c003f90
MD5sum: 68b306901132831c519d281691ce1119
Description: debug symbols for postgresql-11-wal2json
Build-Ids: 5d2a471d64d250e7b90bb0987ffbe29f7d4d2126
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-12
Version: 12.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50612
Depends: locales | locales-all, postgresql-client-12, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm10 (>= 1:9~svn298832-1~), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-12_12.4-1.pgdg+1_arm64.deb
Size: 15684176
SHA256: 214ba8ea8c997ac2248fddfb0dbd7d3856e1dd9d1820b839b65a18251f80b98e
SHA1: da5b65b41bdd3c3056c7e8c0dccf80dc729edb16
MD5sum: 4e3b9d52efa9603bdf3bdbbc4cd868bb
Description: object-relational SQL database, version 12 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 12.
Postgresql-Catversion: 201909212
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-12-dbgsym
Source: postgresql-12
Version: 12.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15975
Depends: postgresql-12 (= 12.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-12-dbgsym_12.4-1.pgdg+1_arm64.deb
Size: 14400500
SHA256: f17586c035e76b438b9ea5a9710146cddc6d3cac7bf7fabfb6c0302742db7c15
SHA1: e4f99941fd3f649b69518800e0ceb721c47ff59f
MD5sum: 3942cb5c6a5a847ffa083b321e2eaacc
Description: debug symbols for postgresql-12
Build-Ids: 07f2bc4728e9acb2af6a93d79dabaf0ef08ad136 0c221087e67564e11eef339e2a67a9adc7229a0b 0c7e7a7c82d9ec75edfd6ae89871368b478d443e 0fd93f39e547464da83be8dc0028a073344c6948 11894a6d7cc04fb04442fbb1f70fd68fb16da3d3 11a2970804b629416f32a99c7e5812c093b63014 12dcdbe4ad5952e489739608967ec2ab3f130684 16f02c21501af5e16ecad4c7f662c75901afda91 1d52f765c5a899f74c65a728ab79a6cde723854d 20d74e0ef3b3beb17ff2f5b9bf0daa8aebf7c604 226894139cf6aff41508b001390e3104a4a24604 281ccee71567845917b54bd0417df842ae1db266 2f9677cbbd98e31944d442f415b65780ea87b7d2 3175f82526c9c92b82f5d5415fa86f4e9f3448d4 34e1f7eec5c3c3230e1991af5aeff13b1107747c 381d3de1ceb166127a1620854ebed4b4a4575b25 385488e2785ee3a2594fda6996ad2e20e0f3e499 387e56a039d8b2174a7cd3608ad0f9e821b898a6 38a26ac0354f5975c5f28553279e091889da2a60 39b66b14c6e0212c02e78f2431a7abb7c2385467 3b8c61a434171aca543d96955908f26ce24b6fa5 3d0c42a201781c5197234b25b3578341447ced29 3e6dc240e32cb0f7f9079795a3541ef9bb4604b1 432446e6f4fc7e5276a2791f3295c61aafd81ede 45676dea08d9046f09fa0049086840ed7c0f127e 46b1e3a465836c4021108d698a39dcadd53f0825 4799ceac8d90dc7386baf0834d56e56ec0d89312 482fbff50f7f40d17c0717c1aa0dcfa725494311 49b12acc4c7bd67becb358268202675b52a70d15 49d92c6113060deaf1b90728719b62e8469e2a0f 4a13efafccd4a89fbb74a5ccb9008d79cac4652a 4bd856b374b6afc009a0e9efc8e0ad63bdb72d2e 4c2129f8878dfa80ae1a170898901a944bd8f5ba 4f2d58a6ddb3c71a75e13efd1b86c5d3b35fa812 52a638d103237acfe6811c0ac88677d35061b888 539d68d09394682f1f4f242fa5c26f68bcf696b4 551740cab4e6ee45f317e3fe4cf94335b41e30dc 55ef4b48272318ce47d63b242dbbe1e35dea861e 58e7a5e626287e309571f6b07c160a23afcc208d 5c1505727ab192d056ee133fa0163341ddc6d343 647716b9d4a09ba90e3c3a3fc48410dca560d3c2 678f72b621e5a6f9dd0f2461c541733e59648411 687507858452a733f6147a5b08dee8115b234984 716d00ebd51b30cbf7b58448c575ab1ff08c801d 72173b01352719801e7cba1ec2728aaf113af8cb 766c7a7b820a04a50f3b225c789bfde64920b8a7 7f023663d03d1b0a6bcc59fcbda2ccd1669920a4 81966a78db34651e91c8d9c6f75070ac5702d480 81e13d9ec8cde7f8eb7cb75c3a1bd2f11de340ba 824bf8dcbce29c227c99cf1620d8223b5d1812fc 845dc20cf41225b07beafd6ab4562e908491057e 854c94c2c827b05a4b309768147b474f0e93c0b3 8959144ffbe054f7767664baf3f24db25a696f4b 8f7004c17bd006320a17ee60986bbe9c56dec739 909987a63a50ab588d9603f0a44eab45b8feb7ff 90e70dc500d9b63d0423ef6b2e1579eb02371e9a 948ddc173f90fa107fd265139ffff040fb673028 94ffb46c84409648da72237c60d33bbc9d7ab8ee 9895128ff043190fe34d022d6a53640be9f11db0 98e74d92da30554ee7e0ff596c66776d1e1ca4ac 99ef84f01ebb62912952ff39d48b05e63e684cba 9ec98243c1fb16968af50c300149e21251df1ebc 9f0099a33da9995ddf3bd4b70e4a43c0c3733cbe a185886e28a5a35eb177cda5f77eca07021e823e a50ec7dc2fb2e82547acfcfed917c21d3e34b1e0 a6257929b441da7ceed6999ccf0a274c88161c32 a87c1659d3d6efdf12e40e3fc56ef430a6ca5c72 a9099b9ec8ccf532035f50fb2f5bfb6d9149c693 ac118cc62d038a4ec4bf9548dde812fc8252f005 b0a97c61497569fb5ea25330bd67ae7432bddd12 b610363a973264692682a742f07e506631693b96 b941d65f837629182a02d5489d481d3952129667 c387262b4fd6eab959c2f4c7f32b380da307d7a0 c39c5ea165cea267f7aed97d41bb8fe1e93fe75a ca60ba8d150f3078743ee60411e859d53bfec0cc cbe0ae00b7be1bb34078e8f8017de90a70594750 cc8da0621c69bd147907e18bffe15cf6dba2e592 d0607e1e41e6e9f934903bb71cb2cdd73180792f d3b1ae8d3de511f5b9c8f8c4c894ecbeadbf39f9 d95f85dfc3ea507bad28a6ce76e4841b333eac09 da27ead4921834859e97666ec19d43b48515bc53 dc0f579067b00752224536b42431808e337d7a2a e21c2c7bd15b1e168faa9030f56ad3c3bba88a5b e538640e3847f053ae394c4608014180f983db27 e5b38c9b3348bb4015286cceef9e74b62ae70afd e76e7e71e9308cdab5f4def803e933cded54b2ea ec0030bbb4da6407aead1f51ad517ceadae252e7 f0729f67b97a8f8cad23757e59583c8d95bc4296 f20b877fbef68d53565f4771457111658fdb68cd fbb511abaa544e813870130e0f65cb7a3436af62 fc0a5222e7aced20f84c9682b46521d042d26f24 fc5b2c3d8e82af39a11334f44eca3a254da9a7a1 fe0a588b9042dc97b41815dac889e6c59864370e ffb52b0b3ba2c46141d0229b60b816cdd253df89
Postgresql-Catversion: 201909212
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-12-pgpool2
Source: pgpool2
Version: 4.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libpgpool0 (>= 4.1.2-2.pgdg+1), postgresql-12, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2_4.1.2-2.pgdg+1_arm64.deb
Size: 157920
SHA256: 9d6d9f50557a7a59f3a22cc70495b30836c94492a2b878fcf34ab196b08559f2
SHA1: d97d542db37d3af78ec00b052833145a736c57a7
MD5sum: 10858d301dfaa5968bd9a01ee6519156
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 12 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-12-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 78
Depends: postgresql-12-pgpool2 (= 4.1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2-dbgsym_4.1.2-2.pgdg+1_arm64.deb
Size: 45888
SHA256: da18a7d872095f0021a3f80f23f4aabbd0ec5c867cbb420fb21ce7be22ca1d34
SHA1: 0ae6ab66bb787964fdc5eb5e57579d958c610afa
MD5sum: 0d5767429e6a93bf104be1a852813865
Description: debug symbols for postgresql-12-pgpool2
Build-Ids: 1fe2db7aeaa07e955101b66a0cff44fb79774994 378ad3535ed2af533565940746c89e7c225d79ec ab5fc9d31b1ef7eb4158cc8eda8978f2b8b2cfcd
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-12-wal2json
Source: wal2json
Version: 2.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-12-wal2json_2.3-1.pgdg+1_arm64.deb
Size: 62780
SHA256: 46f49d9670192c3368fdefa7dbb450cc6b16f2118f04e2cd6fb3b7668623312f
SHA1: 2c5247bce42c990e03c83409bad27bb0a045e976
MD5sum: 7f8a2c066806efed3be936012e7a7e33
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-12-wal2json-dbgsym
Source: wal2json
Version: 2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-12-wal2json (= 2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-12-wal2json-dbgsym_2.3-1.pgdg+1_arm64.deb
Size: 60340
SHA256: 5942a630d689b75b3dcc0c49d4c0587df39ec25890bd449adba8ea307f4db193
SHA1: ca3cc329b721fdc7c31743e978d3d197cd8a5230
MD5sum: 200872becdd3b4fc70752dc8c9a6e85e
Description: debug symbols for postgresql-12-wal2json
Build-Ids: 45a27a3ed08975b9074de504517eee3da9fee274
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-13-pgpool2
Source: pgpool2
Version: 4.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libpgpool0 (>= 4.1.2-2.pgdg+1), postgresql-13, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2_4.1.2-2.pgdg+1_arm64.deb
Size: 157680
SHA256: 61295199e58cb015c57d4dcd0224baf0d7acc96ad4de3ea94084528d968430a1
SHA1: 735d0c11444a28de9a70bc88e554fe4eabd24311
MD5sum: 6530c2751e1c91b31bdbec4af8db503e
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 13 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-13-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-13-pgpool2 (= 4.1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2-dbgsym_4.1.2-2.pgdg+1_arm64.deb
Size: 43448
SHA256: 50bd9369ac49ae41d1d5913062ea4d382834a2c3b4cb662faf61e970497ecc41
SHA1: 9ea3ddea36ffeb9298efc60ead7f3e424f6d7bfe
MD5sum: 706dc49510baa4271fe8eb9406ff40be
Description: debug symbols for postgresql-13-pgpool2
Build-Ids: 8702c3603f4ab69311979247dc69f972faa8d0ae e1204ca027c0a6c68b365e2dafe712f45aa896ec ff02e33665f339c50a7bc249028a0fd5a0094b58
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-13-wal2json
Source: wal2json
Version: 2.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-13-wal2json_2.3-1.pgdg+1_arm64.deb
Size: 64452
SHA256: d04e369666346a49e5abdb5053e85ad4f625dffa1977f172435cd6678e5bee8e
SHA1: 822857f28d04bdd50392f7f708cfa5879172cc4a
MD5sum: 549b98cc40300917389fbe88b206fb04
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-13-wal2json-dbgsym
Source: wal2json
Version: 2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 78
Depends: postgresql-13-wal2json (= 2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-13-wal2json-dbgsym_2.3-1.pgdg+1_arm64.deb
Size: 63104
SHA256: 1bae04ffc14b8fb92f5ecd256725c965a0a29d60cda4697107e0b4b0cf6dba6a
SHA1: 7c09e3147fba5a18b411c3a31e999078432e6df5
MD5sum: 1a1b57b953f3f15914cbefe9105cb672
Description: debug symbols for postgresql-13-wal2json
Build-Ids: 5e6ed85d7768e53925148cfd3dfa8f4d372af869
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-9.5
Version: 9.5.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19679
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpq5 (>= 9.2~beta3), libssl1.1 (>= 1.1.0), libxml2 (>= 2.7.4), postgresql-client-9.5, postgresql-common (>= 158~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.5, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.5/postgresql-9.5_9.5.23-1.pgdg+1_arm64.deb
Size: 3946588
SHA256: 5ba53d1c3c0817fbf5dd9c0dec58f13db2faa276cfb05a87add788ad4d0e5cb6
SHA1: a353f03194983a0e5d4fcf147ebc664b405d9563
MD5sum: 13623ee73f3fff36bf0b4f07b57c92fa
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.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-9.5-dbg
Source: postgresql-9.5
Version: 9.5.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14305
Depends: postgresql-9.5 (= 9.5.23-1.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.5/postgresql-9.5-dbg_9.5.23-1.pgdg+1_arm64.deb
Size: 12455176
SHA256: ea85c5deae40bda53f3088a533601558bc3093d8965b129bacb6d30047ab1a81
SHA1: ca307f252723114bba092d4d8c0b5f9b85d6d165
MD5sum: a453e3b8fd8a546ef71126882c999792
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.
Build-Ids: 0065b38c197c8bd7743538416126e35864fcff14 00a33342783ee959527f35bc204faeb756f9ed68 00fed19caffee8428cc9f1152b748709e8c75dc1 015af01144464027809db6ba994868b9e2dc3b29 025f83ad94ab730e72f1991afbefd94724807bb7 03f9426af9fef1bfcaddf536510465f971918bf6 05ec63688ad332ff8e554cbcf7726b1445404dc4 0617d7b90b0e61f83a07a5f0321893940cc79279 0b4df24c29010fb142832b89300f55115c05d7cf 0d980422a05d9dde22f3b0107e7509610ffe3b5c 0e5a45e2981e9d186ecdd86ae6a904808a063fee 0e5bafe51849a77bdccc04ec893e8aa438c32c64 110878a25cf06eb770014e0d52865b4d13c45c68 133fc8e0bee4ba9de54f1742e63753a7ed68f563 139a8de6fbf44f948356b7e79566de10b0e9de34 1674f6b6499d1eed23b4d2927b4e7033908a086c 181e9444aff48898d4de9f5d01ed8a3f0768f960 184ceae70f996ab744bb31503e9e3badf60b4496 193ea22b4192304d8ee3f4638a10502967d88cd6 1d84e0a09c2f764f60039212735c82f6aa0961ac 1e2176b139cd796f2da5079885fcdcfed80c35d6 1e2dd051eb4b1702f2e4cad68e4fba6925172dd7 1f3bd0bb88b496b1e574bed5cec4dbb2d9ea678c 21b425099e781f2e0739542ef27b7942fa3c8d31 2662ff6e1c1b1115c919a38147837a90bddbbbb9 2a09d894f6d3b9fd6d4fced8397fb64b2f1420ed 2be28d159bbdbbc224b8d79d90bdcd8a3e437195 2d849f2b535d594ab6eea2d2cc0fd5f87fd5dcf0 2ff8ca426e9891f8ab3f82d250639b9b78eb6a7a 3018fd1b729aae349726025923e06afd4e13f907 3143e3639558e71ba6f11d5daf4f6b8747f23bc4 33a409ce30a1d8536fb2431f3b2b12e32a04a2e3 349572a38075721a4796eea19688aba89f21290a 377aaaffa9b80144dbba45dd91673c56a0c535e6 3aa56ac6fce3c01006eb9c7b4b017e752c025cb4 3d9e3f7f684016a7ed1b35dbde02574450dc8f70 419989b614683e43f7333e7623bb049ee0d6a265 41e2e6b61b7212f61936367fbd5620705de5d43c 429221be3d432b8ff038d8255f04b0ef5754bffa 43894464bc75ac3a2982156ca7c179a00cd47641 43c6e5b2609924fdf86caec45a5908a8cae9edef 470553b12cfa5050354ec349def3f00d4e3350a5 47cd9ee6487d5d5e3fd8bf41af34e26b390909a8 48a682723122797dc262a440d3ebc7a84124c8d3 4b49c99d602daa75e6c925ab76cebd814658ea0d 52d2cd83708feb89b8eb434688575544750c8098 54875b823a23a04b29623e01284ad8bf4b678651 55e1f095a0af724e14e81f99cb8c0de76da08af1 5a5003449ba04a5d0ec4009350ce62b0c4eff2eb 5af77243f4b75425b774c62e1baf364bb6432259 5ded4c3ac9f3db629cd3ffec9d5b20682bc6d4b7 5e4d9b06e1f62cf96de9faef744d8e7dfd8c2f57 5eb4aae6d60469ed411393bdb058c06d08de89c4 621945da294fca6d3066540b590bc9da62f2ead8 63619da1690b51f173496bb8f2606426126638a5 6b9bd86639971fc14341550bf5ab5f392bc53121 6c1419aaf9077597b113660e5e8860297897cc9a 6ce9ff363047058c13b38b05f065171b4b0f48e1 71280d8c32a904435e2fca0330b5181c8c23f4c8 74a35de53dd8b9d0b06843a231a80889b1b43a59 76b5b739b3badd04ca4f1eae5977ab13ec2fb5fa 770f66f4ac9ce3d622dc96ea2f7f5d348163be13 78809709bd34fc35237d71386e7efaf23d498ff0 7977bae966cf88cbe137430b1f39fd6c2ae2956a 7f85b328c8b8cb7e7fd5ab2c81a7bfce493f39c5 80f052b1f249e9e8378f76059e4f2aed58c5365c 83f1d6c67ee6d2d8b5463b965cedc66857120e37 875fddb3314f7c61694308d9b0c6badb85482e67 8893550cdef0f98dbe248f35b3e54554fdb256df 894c463cb20f1222609ed0e89561e971953a9113 89a077e38decbb0f80fbbcfb506378a863e3c56a 8afe93efe6c862946927195fda9374a60c088273 8df01a7c75094eb84c689f5626b39858ed230a81 8ec7e93a15c9d4e254989a7e8ec59b71fa771131 921412246904632c05f95e61e872cf7d0c917230 95b9b92794ccdbe80f54877879fa4cfc656ac2c3 9a1e1630c300a7cea003d1b8c3efc586729ce458 9af4fa530bc7a383edbc570ed79ed70bc7a1b187 a4005cf88e799b584abf2a19633c83f724cc6d70 a77ff5d6d147f2028aba3a86378e567bf5bc038a a8303a6814dae4154fc3efd83d73d585d861fb93 a8b6e56a41eed4f4a30ba3e37b16739683deb5ba b2ad8bb3a9cc3ccb85d30d09ac399977539b47a6 b2f6fd6281cb5c450aa5097692e1c82791afb7d3 b3b864935af9130fb069947f17dfbf4f30908c9b bae28aa59b9b7d025de40778b8b0bda3b9ba0dec bceebc1efbfb73f33b26838737f28d66e2a3f44b bf1b0fc9a647160cbd66dc74f56dee48da2824b5 c02e4ea1924ffe69dfa5220b5dbe2aab48fc2ba7 c32ab4a31254f1e5e0bc60401565f87c390023e1 c3b88d376d5bc4161c9d26d012517f64faf5bf6b c417b9e9dabf044ceec559a697f41eeb8293a174 c9138083329f68bed639de2f178a7655d534c2cd cb6a2d27d34365e8bbea7d11cc9bbc62749f73cd ccb6c8b3650a16ba0b9805f6c0ae26349e3ea170 cd411b89140f543ebc12aef2547784c92e9bf97f d0a67fe05f78f9ca31d99441643de7f1222e8b07 d251960a889fede85502279989cb464bf1524ed4 d3ff01bb272d666ef84f4192cae4748f801300be d5b3c05ca92e0a651b3e8028f9f0c25aced9ce9f d7e5d9809d1386903157eb7b78e29610849321dd d902b92864e706cfc62e955bcffcd03ca44fef83 d9c47af145fe3ea6c4e0f430a551345b57dbba12 dc8b56ef26c9672d48f5c1ae31324fcb4e1b1435 de8cb736dddce3d1dbdfcfe8524a76fe30f5e03f df7e17270f03a408a63fdd3b1f4e8f62d31724ef e839cd2228eafcd63d5bcfa88eab6f45e6dd749f ea0a5e62c54dea709817072a1648cb1a6cfb6031 ea4b0d65b55c2bdad38f2a451cbc7c550d55bbfa ebb9c427471dbe4cd93b4007daef0af79d6bdc37 ef84eeea3cd6771c9e27abc355a06800a5b89d93 f0988acd935c87fb215fa12d70829b51ee40652e f5b61b5951cf90e86bad63e5b1d820e1e029f822 f5c2dd41d139e9fd7c37d8d3e7061e82a421f0ab f8d8ac9370de29152c6e1c29a531fbe00c8b1337 fa75e35ea32aef39ce21c04d9fbe464c46debf6b fb1eb2235a036bc9c348e090a45ac42fe23c2473 fb87787767393e889b94265a48956762f7671641 fb90a2af2221cb17a60a88eb02f5bc18d55af0f1 fcbbb0ea309ab507a4a519a0ca459a6da4964b60 fece275ee33d0aef8dd99d7381afbda997c0999c
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-9.5-pgpool2
Source: pgpool2
Version: 4.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: libpgpool0 (>= 4.1.2-2.pgdg+1), postgresql-9.5, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-9.5-pgpool2_4.1.2-2.pgdg+1_arm64.deb
Size: 134344
SHA256: c0d85c31d7ada58bd148ff359971a5859a6bb2a68c73a9b2a1a2c5b84d16ce00
SHA1: 0fe55839e754b7fd65831ea7b6bf7b987a5a43ee
MD5sum: f18c0bbb54873d0774fee497019bf4de
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)
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-9.5-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-9.5-pgpool2 (= 4.1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-9.5-pgpool2-dbgsym_4.1.2-2.pgdg+1_arm64.deb
Size: 38596
SHA256: cb31c7a0ca5a838bd66d4f6832c475386987380e653ba74e2e0c3d86aa338ccd
SHA1: 6ce9b9351a1441a0a333975dc11277aa4f3e5e66
MD5sum: aa8e0fa37135c53fb331675f3e70249b
Description: debug symbols for postgresql-9.5-pgpool2
Build-Ids: 1c33c9d678dbd0e760dbfc87b81b1c03ece89389 5fe5537b8fb5c035619b7ebe0e7bde8df3a0fda0 d777880e02054eeb0e25a5217f208130740ec196
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-9.5-wal2json
Source: wal2json
Version: 2.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-9.5, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-9.5-wal2json_2.3-1.pgdg+1_arm64.deb
Size: 16596
SHA256: 2d759dbc8b923f9a597996c6803ca8f69b1bc2aba0ac2ec7a2c6fa0cb73f0920
SHA1: 5c10ed5a2702b600e537a0a622e8a2ac0ebb135a
MD5sum: dd04e3a69eb18fffb51b502d526651df
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-9.5-wal2json-dbgsym
Source: wal2json
Version: 2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-9.5-wal2json (= 2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-9.5-wal2json-dbgsym_2.3-1.pgdg+1_arm64.deb
Size: 48984
SHA256: 92ab0e83629ebea5baf29e1329afec230225b553982de6d582811510fa2d2700
SHA1: b0f7274257f42814ecf5859bd20f13d5a097a939
MD5sum: e876955dc648766f9330116bad4a49d1
Description: debug symbols for postgresql-9.5-wal2json
Build-Ids: 198201e0bb910a86132db9907242d9e8b3947ef8
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-9.6
Version: 9.6.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21930
Depends: locales | locales-all, postgresql-client-9.6, postgresql-common (>= 171~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libssl1.1 (>= 1.1.0), libsystemd0, libxml2 (>= 2.7.4)
Recommends: postgresql-contrib-9.6, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-9.6_9.6.19-1.pgdg+1_arm64.deb
Size: 4291348
SHA256: 9676fb61b507d7167813ffbe72377e3dd5480fb1f0c91106c1b9c442acb330fa
SHA1: cd3c6f84c0b2e13eddaf9559b738c8e0062ac1e4
MD5sum: 0b2856ce43ad0def6e86ddc43a72bb16
Description: object-relational SQL database, version 9.6 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.6.
Postgresql-Catversion: 201608131
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-9.6-dbg
Source: postgresql-9.6
Version: 9.6.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15016
Depends: postgresql-9.6 (= 9.6.19-1.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.6/postgresql-9.6-dbg_9.6.19-1.pgdg+1_arm64.deb
Size: 13137272
SHA256: 5a86fb477a149e4a9965e9b554210ee5ad0a91dfba281225814d40731ff5f57b
SHA1: ea878a5cad9753be6cb9e37619846ccbcf809a7c
MD5sum: 168ebf70fe57bdfc96b8ef48e9a98eea
Description: debug symbols for postgresql-9.6
 This package provides detached debugging symbols for PostgreSQL 9.6.
 .
 PostgreSQL is an object-relational SQL database management system.
Build-Ids: 01810480d0aabf933c8d993490c38430f5995a85 0250db28841d8514215d3b7f28edd105d0e61dd2 07a839eaf2826183e960333e213d7065b9880c1b 0b3f03d39bc6d87481e4425af7b851deaccadfb8 0bf3a12c4f506b44ac7a9d0184041444ccd2e6d0 0e28f35b5f1a10a06ce08805fc70dc7391718882 0fa82c981e17eedfafa7844ebdf9b1437a78c5c9 122c105a9508849f50b1685e3cc4d6f983ef2c78 1405586ea42b27ee6d09766844387fdc8720c5f0 15bf092628ec025bda9fccdd3fab6d69c7e034e5 178e3f31341515cd7ce2b7b9505c08fe262acee2 180bece58078d614b6825edc2e22480641cfd584 1923c829f1de4e602ed9218627ca5b9fae4478e9 1a1f0029144c02a32d39e57c09f4bbcbb2d3219d 1bbc7d990dd6b39257f4baebb61d50009c4f5d91 1f54aacaf86aa463de2f33d38537cfe0ec9dd26e 217f2c16487b7de1f422802d9db371343f85fb73 24dc18a0b02fb2c9a4619914898615a39d7196e5 263383a1921930e47dc64e3dc80b2ef8be849f39 2993268b85b643a6440bfca57e24c6c9e777b8ce 2d2fe9d9570b3c6a2e5051cda89df7a6a1f208fb 2fc2c044faee108a52ca4538130610949134c952 2fe7053b3807e0d6f283ffcc5e0144b4dd5d3bce 31e5fef265d1a7576ad9167ce253a5e774fdcb94 3584233d03b40ce2322af8847361f4b1a70b276d 382ad5938d7cd674837ff77eb84b9f44a4c2a956 38703771113576774f766121e9cfcbd149356e3d 38f13f2957a4f81085be309d8af21c126a779e34 3fb5b56788f0b2347336264fc43485bf9ef206b0 407516c8badd7d5f4f1b2cdc27cde2bdb83e9b40 41b957687a8513200065532916a2603a8472843e 455a2736ef79b64a5cced042efa450aaad57adac 463a4fcd65961a8b38b5ff50edbc294b46d9cf49 50747ab9f54d8b50307a1e316f8170bb3493733f 537bb01172151cc6f05ac167f8b3876d1c960d5d 53f1e1fda435698096e8b0d151fa1ac899ffb106 54a1da89c82fcd0a05d7595701ecb2184b6aa32e 55dceee979e7d3a29ebc737dc07875f9ff3e107b 58adfa96322ccfb4a69bfd5bb3abb418f188152d 5a1aad7f7eba7f547e9cc6ea2588c387f4596e1a 5bebee6f3004978020d879d55b766483d9a8ab4f 610373a054223ea8be3d1d705b312bf413a86828 660be6041f139d25f10399469fcdea6359b1adab 6c23153a93d1539697a98e00ff9219eaca728d52 6d9ebea0d0b67fdf538881383308eda87a158436 6dd7e5d8e8eb8ac04f8fc0f3432df359dbcfb9e8 6e4b04b5db8e20122880257859f0c6830e615b1f 6e80aaf5e66af181198eeb53c0578d296c6e9e6b 6f326291e768ac80436b60df553173f172b7fa33 722ff6cde7b67e0609fce66cc4cfee7c60dd012c 74e6f5c9b112e6202f1a5d744776bd16c2518cda 7a7f7a878865172b8b467aa34c7cc84da71b0b79 7c593c06c9d343c06fbae8b31d4bd829f8f82b61 7d6a6b44350ef185dda829f5793ae612f9e7656b 824a36b3b58a2faebe95d383ba547d5d9c32757f 8349a9a64ccdee59345027b28bccdfbd57555b67 83e2e580b9616bf9b057781502f10c525af61c68 85c1e1d20df2f72662edd80bdcf07c815c57408b 8817d22a3401ac2e88679b4e4d08ed7d95122ddf 899e9a81c93e9627d8d10aa169c4623219f9f5d1 89a7ded8209128ed07f83f6a8e8ee3d2d8045345 89c3e1351b5f059ce066ce8c845f9347b2ad025f 8b93ddc57ac3db3ba408b225841c055bb9127af8 8d4d7126490f17d10cff4d8aa492d5a6f1d1b253 908f5c5d4443115a7d75dca7899521210b732ec0 90e2ce03acec433922ce54b4977304153cefc8dd 9a701a6de8bc8a5087123c459e05f524de17058c 9bfd4242053e1d88c31eac50d33bb388ce0acf85 9ec818bedcc4b4cb2677c877aa602526843a8273 a0bfb2df71bc4883482c5d0019843b6c19672365 a294af458d208219b0ee31344dfc95ae1672db5e a2f7db383c3e7a3253713259cdd4a385dd3f67a4 ab2704e43e2ad77913f1c258b8e749c5b71337dc ac14723bafc20d9b4457bc2e4b32cd67a3c51a20 b0bba8d4fa71de7e3cce4424b23c816525d891fd b28a29115c230dc8cfcb0e698f7d4532a9c77cda b3a0189d0b2b769392422735391cf500efaf0a42 b4b17a6f94aa05f47b98b1014c50ee84d7963906 b69fb5f1b7b1fe103f6f982546a450e46e6efa52 b6b0a9feeaaa5991228f2cb07fd2a68bdd6f8fd6 bd8cc5139b72836af92b9f2d5b4fdbfa9a6aea7a bdf06323c68c28d0980b60ba016a776e4aac233c be7339589cd71bb0fccf29abf72e5b0521e06351 be9fce7b7acc1f70267769508e84dbbf6a35130e bf33566497fb5df543847226b8f376f2941170f8 c0eccaa4b6b61156828b9857cb58859500209789 c161b3d5c451e54d0ef4f5bc2d93fe2334d7335e c16d3934b6d50a5a78d65e3aacc443ed176f031c c2f0d16ac6983989527881d24f5fbc9cfad1a3c8 c32bd027a6dedc73efa38734cc8ecc556c8ee3b6 c456f21482f358018f4375c84e21338f3d33a992 c5ead5fa2bb0723ee14b835f9325fb895efd4ea9 c6a1936c39e545a1abcd63b7410c18701193633e c82e31b142233e2e747e466a26058da8d04e2339 cd878115d5cfa9b0f8db8cb67a2806debbf6cc5f d3eac6c536b6de6b687ea7fb1bae9bcae6f3fbaf d41ffb3757c190e94e3fc4e18e852ca54539481d d4b04b6ad428c438ccbc2839af1c280e2935a95a d6f593e669a9cb8baa0b0791a17280216017ee87 d7aaf3be7d65ba518c1dc9ebb3cbfbe6a6436c4b dac3d65c8e79607c43c2248ca8acfe5e6ee0c761 dd13d026d31a041c1462afe3e286aa3a23acc074 df49444eda767a52029d272d02166f81b93557ac dfe9ba7a89ac2006c11bd34b838d3dfaf91592e7 e25b2926923c65598c29d22a565a3b0bcc2abddc e2d9bb915b0e7847d1f297ca74260a312419083a e4c707b7192d78afbfc3372bc9ccb5e34d165c69 e998b44210a9f09246df86725334dd12229ee541 ebec2d2e6f14d23607b1cd3824d82356b007b175 ecf088ab57ba36a1281b5cea55c02ec97acc5ac4 ed9503ac40eb3b104cb60b50b0388a6a1e4af46f eeb7b9eb91e4283e0a516e02d7726a2609c8801d f245adb5702fc04b903abe677f93361477ecbe21 f4df72b26d8e5c334033814dc6c1641c464f4211 f4fef73264f6a0d5465659566b8298031239c509 f73b5bd7bba00634cc832a23f6fa5a8b7f6164d9 fac7660ee632fdbc2cf43561cc6c1cb419633193 fc6fe6baf0f7ebe71171e61e393c17528e8e5126 fca93049cac4a280f3d1349d7d2b63f786b824cf fcaf71f45360400e8e94cc19203d275a03d3485c fce0aff8f8b1d2f506c4f0d46630d87b81eaf6a0 fd7f4bb069cdb565441f732e5527728ee5327474 fe2714710a75a4351bbee70f6ff6a2fed9756a1b
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-9.6-pgpool2
Source: pgpool2
Version: 4.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: libpgpool0 (>= 4.1.2-2.pgdg+1), postgresql-9.6, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-9.6-pgpool2_4.1.2-2.pgdg+1_arm64.deb
Size: 134324
SHA256: 5cf3271c84f7cf08b296b8126d2064d316e2340ec2d31bb7d56adbaf713add3d
SHA1: c9777d0e405b48c52929c2d830dbc4358ae77c67
MD5sum: cb8edcb9d4a84ec434f5a6b2636bf9e0
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)
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-9.6-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-9.6-pgpool2 (= 4.1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-9.6-pgpool2-dbgsym_4.1.2-2.pgdg+1_arm64.deb
Size: 38940
SHA256: fa6efb8b5f6d9cb6529fabe42f2b88f11f807bdc0191c26d6b99db7e2eeb8187
SHA1: 5ae9a723c71233575beb6796dfece41cf6853d42
MD5sum: a6f92a00cd9ec395d50a27d0920bb00c
Description: debug symbols for postgresql-9.6-pgpool2
Build-Ids: c290585e77cd29c23f53125babbce4bb1ba368da ddbbc9c3f48731ddeda04c801a2ae29520ac5170 efd56319913f154b4279b90e38be5d22dfe31081
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-9.6-wal2json
Source: wal2json
Version: 2.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-9.6-wal2json_2.3-1.pgdg+1_arm64.deb
Size: 17412
SHA256: 22a76975942052725673472fa96d38d119b8878da104c2854f1d19c05f6af0a3
SHA1: c82864da790e852c078cbaae6a0e8325200f7193
MD5sum: 6c4cf19b0c9fd27157545ce26ab401f9
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-9.6-wal2json-dbgsym
Source: wal2json
Version: 2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-9.6-wal2json (= 2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-9.6-wal2json-dbgsym_2.3-1.pgdg+1_arm64.deb
Size: 52040
SHA256: 999354277b955ced55309928041f97a13a1da175ebe331f72f1023edbb420cd3
SHA1: 071d201960472d366ed4dab73b074f25832ebebf
MD5sum: cf12e236087e6eb1e4932735ef064534
Description: debug symbols for postgresql-9.6-wal2json
Build-Ids: 125aee63ed5710c9f5a5f661c69a44ffaaef756b
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-all
Source: postgresql-common (216.pgdg+1)
Version: 12+216.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: libecpg-dev, libpq-dev, postgresql-server-dev-all, postgresql-contrib-9.5, postgresql-plperl-9.5, postgresql-plpython3-9.5, postgresql-pltcl-9.5, postgresql-contrib-9.6, postgresql-plperl-9.6, postgresql-plpython3-9.6, postgresql-pltcl-9.6, postgresql-contrib-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-contrib-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-contrib-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_12+216.pgdg+1_all.deb
Size: 63376
SHA256: aa3c743f9c5b7c3156213a77b8aab109a175f66fc929864b078ddc0aa7b7f2da
SHA1: 17ecfaf6027b3690ab430aeb990eec46f178e44f
MD5sum: 7af85c1a6f8131e19618e329779b5501
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 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.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-client
Source: postgresql-common (216.pgdg+1)
Version: 12+216.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-client-12
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_12+216.pgdg+1_all.deb
Size: 63256
SHA256: 810b508e60d63ba13d36c21955be4c525f7b06b0e9eb751c23ecee5d9fde200e
SHA1: 8eddc05696b6775315c54dc0813873291133e944
MD5sum: 1b6eeb2286efbd66595a0a78dd5d5143
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.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-client-10
Source: postgresql-10
Version: 10.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6336
Depends: libpq5 (>= 10.14), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-10, postgresql-doc-10
Conflicts: postgresql-server-dev-10 (<< 10.11-2~)
Replaces: postgresql-server-dev-10
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-client-10_10.14-1.pgdg+1_arm64.deb
Size: 1408580
SHA256: 69249282998c2e0eb961da79cf8f5426c37e946751fb4f02d45a477acde6c2e4
SHA1: 8902568cdf9ce3ec57ceefc89b2f9777ff642acd
MD5sum: 6c49be9536c852c214a0f2c03e53d614
Description: front-end programs for PostgreSQL 10
 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 10. If you install
 PostgreSQL 10 on a standalone machine, you need the server package
 postgresql-10, 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.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-client-10-dbgsym
Source: postgresql-10
Version: 10.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1938
Depends: postgresql-client-10 (= 10.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-client-10-dbgsym_10.14-1.pgdg+1_arm64.deb
Size: 1616496
SHA256: 9856b5b3cc7a1b6d13431918c52796d19871de05b8612a30989671f4e5608954
SHA1: 8f1a9cd65370b7f75ec7dd4b8483790c8ae13cbb
MD5sum: 7b88d2aadde1ad2ed76f167ad7adbacb
Description: debug symbols for postgresql-client-10
Build-Ids: 031ec1c7b5f5a76c3705b42b162d4d3bbc51f156 090f05daf731b4e7a574c8cc884746dcb09ba703 0fef98917d668661bc7127ed65656cb3bafc6538 112d44c90b707ba122a91ea219c18b25a7751293 259ea17bf6a0008b4b6269d8c821efc3883118da 32983e01ae279ee77821244ae27fdf24e388bd73 58672bc15ee795f9c3570e6bdcdaf8c36bb8d916 6976d7974a057a29a2e6f11045a3a032d4dd4f0a 6f6aeea7f87ed8a4fe0b8fa5693d63736d4c2fe9 7ea766b6f5ec3c0f365bff305f0d8c6ea381a609 834167a18176273d951449cd08e0fbfd5f5828c3 86c3f6203aec6a2711d7d684ca4a5d5553fe0124 b590d7331368be41a4ffefedc684cfb57d2a8bfc bb0ee15fbb6f7055f30a7244f3e43cdd817321f5 bf992bcd09a27b8afc193e430fc42a6e429e285a c1e2506bbd042586a0dcbd85375a20f182b1afa7 d07cb9b625dddb6292e94c40e1e162d41cbdbec1
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-client-11
Source: postgresql-11
Version: 11.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6572
Depends: libpq5 (>= 11.9), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-11, postgresql-doc-11
Conflicts: postgresql-server-dev-11 (<< 11.6-2~)
Replaces: postgresql-server-dev-11
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-client-11_11.9-1.pgdg+1_arm64.deb
Size: 1453196
SHA256: 23c81d3794b7701deac920522edf66cb7f3d3100de76c00e67749eadf1b5729a
SHA1: bfa74736f25962d51b18415d808dcb886aff9ca1
MD5sum: 23bda2b90c885a4161988c1facbb5f3d
Description: front-end programs for PostgreSQL 11
 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 11. If you install
 PostgreSQL 11 on a standalone machine, you need the server package
 postgresql-11, 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.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-client-11-dbgsym
Source: postgresql-11
Version: 11.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1964
Depends: postgresql-client-11 (= 11.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-client-11-dbgsym_11.9-1.pgdg+1_arm64.deb
Size: 1636832
SHA256: 4e18ed1591edc84d71a7ff47c34e8419499205f757588da5ad93512a1fd8ab79
SHA1: 749cababc154fba697c317ca49643ec80e2d4b1b
MD5sum: b10988cd228dc8b79b48bd99c7d6c494
Description: debug symbols for postgresql-client-11
Build-Ids: 265a6cf43eeb786927c0d375c91dbb96c9190c6d 3528446a0257b4acfce61eb95610cf3287436cd0 49a435c520cbb3e05d61979b0c052e170892e00e 51eabe5b426af0652d52637e224194b7d15ca666 54a26152cf5c1e372725665c7606cda6f24ed3fe 629e2afdbe229f675db967c5595571f5fc84862e 66dbc6df6013039435c50a169974b9404481fb20 6f05edc39bc74df97f9b61c121b41b40877762fc 71b86574c3a98be199f92ca00d785e47328f2991 906b439f14cba8686d26604d2cb2f92628afa7f2 a42b34c9de497c246ca43ea3edf4687819ef8b9f a6c8b18c533c48668a9dcca249de6519384d9824 adc5f157b993f3d536aa6ef70d7727cbbd6fe6bf b1b7db064fabf1ad101da24ec81251447a627223 e11a7e43b068a47a380f5caa1e0e6b90c58996d7 e4e624334ac9a485dd75162a93daeb9eb42c56c3 eed34859e04bce4493b4392ca13c43e832da4448
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-client-12
Source: postgresql-12
Version: 12.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6084
Depends: libpq5 (>= 12.4), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-12, postgresql-doc-12
Conflicts: postgresql-server-dev-12 (<< 12.1-2~)
Replaces: postgresql-server-dev-12 (<< 12.1-2~)
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-client-12_12.4-1.pgdg+1_arm64.deb
Size: 1390560
SHA256: 8a3292e46873baaf0da480535e31474eb6605d54be5fd0586551ab977026532e
SHA1: 68f1f506747897aea22a6fcbc9c7583aa01e5424
MD5sum: b8dc207c00534e5f046c095518eb4016
Description: front-end programs for PostgreSQL 12
 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 12. If you install
 PostgreSQL 12 on a standalone machine, you need the server package
 postgresql-12, 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.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-client-12-dbgsym
Source: postgresql-12
Version: 12.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2141
Depends: postgresql-client-12 (= 12.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-client-12-dbgsym_12.4-1.pgdg+1_arm64.deb
Size: 1759404
SHA256: 18b703c3a1c34d4e325eb6f196445f3417d4210368b41981a69d4520690e6e87
SHA1: e47a7733351355781ccdbccd5980ffad1cb3c483
MD5sum: 4b4c9cd291db7a0cdf6f40f33e14fa7f
Description: debug symbols for postgresql-client-12
Build-Ids: 0b784d9648c25882e9ca8bcc92a921e2f70e169b 1671b5c6ce3c3f793524165b64895e76c0c5e9c1 1c5906e0ae5e5661d45c9b5048ad4cecc58dd521 1f791356a4790e7390e455a61594e9a989ddb365 3ba0e8f79602ab66445c2f73c289fc900a018e51 3df2e8ae8c4d66607d2665db6d14170da5d07616 5ff4c97a7fa6348bf8a03c1457f3187b78a3c15f 68456a89e8d4fe515e6fc9dd9ce93852490157b8 6aec94b86bbbbae8c14d1ca02e32459483c6ec91 7d19aecce3db47450bde199f0d824e14b0ee046f 88d7521f133ae0f2683f13c7938a41a3ec60ed0d 8f15e9888297d84e4de329357db83dfa6f8fffd0 9ef544a97f9a6579f20ffccd58baaf6c2e5a1b70 a4c8e16bc481fd2c8e87f28ce7be05b380512bcb c5cf9e50fec7e91c3ceea7ede150b324f753ab24 f03c9c0488707aff131b47c8c4f6a44a1dd1c5cb ff4a5f5cb9fd6a767e559bdeb27ce8e38cffa12a
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-client-9.5
Source: postgresql-9.5
Version: 9.5.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5407
Depends: libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.5.23), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
Suggests: postgresql-9.5, postgresql-doc-9.5
Conflicts: postgresql-server-dev-9.5 (<< 9.5.20-2~)
Replaces: postgresql-server-dev-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.23-1.pgdg+1_arm64.deb
Size: 1234440
SHA256: 8c9d78d52456a52cc75e5d3a3c33ed3ef1214da92a541c39ac2d5ea2af452603
SHA1: 2d0de155b009289ca8b53d534a2291ac41d55c8f
MD5sum: 082fa27746ff8931138e8d6fc87649c0
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.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-client-9.6
Source: postgresql-9.6
Version: 9.6.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5990
Depends: libpq5 (>= 9.6.19), postgresql-client-common (>= 142~), sensible-utils, libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-9.6, postgresql-doc-9.6
Conflicts: postgresql-server-dev-9.6 (<< 9.6.16-2~)
Replaces: postgresql-server-dev-9.6
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-client-9.6_9.6.19-1.pgdg+1_arm64.deb
Size: 1326664
SHA256: 29c735220c3df4f99acc2f5abfaefbc0d95ff30ddfb303cbbbf19ffb8712c8ed
SHA1: 457f043a2741d54f560472c440a066690d4d05a2
MD5sum: c2457501e22199bf10e2e4867ef4d45c
Description: front-end programs for PostgreSQL 9.6
 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.6. If you install
 PostgreSQL 9.6 on a standalone machine, you need the server package
 postgresql-9.6, 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.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-client-common
Source: postgresql-common
Version: 216.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: netbase, pgdg-keyring
Recommends: libreadline8
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_216.pgdg+1_all.deb
Size: 87596
SHA256: eda03df1c320f3d8cde4c60dbbadc52c9f8bcf0ab566775f0bee34a86a809e61
SHA1: b7531879979bab51195d041d7dee9476ec52a80b
MD5sum: 940035f2a9eadc4fbcc7fc9dd7998020
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.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-common
Version: 216.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 682
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, lsb-base (>= 3.0-3), perl (>= 5.14), postgresql-client-common (= 216.pgdg+1), ssl-cert (>= 1.0.11), ucf
Recommends: e2fsprogs, logrotate
Suggests: libjson-perl
Breaks: postgresql-9.1 (<< 9.1.1-3~), postgresql-server-dev-all (<< 204), systemd (<< 204)
Replaces: postgresql-server-dev-all (<< 204)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_216.pgdg+1_all.deb
Size: 237104
SHA256: 8ec1a8d041cf6bd8eab7f9ffbb1dca744e91b9c71a7bba0da8754427bb493e6f
SHA1: b1b967e93ca2cfba83f4cf61f8725a6f3db9a86c
MD5sum: 49502f64d9661cc3b1b2a3e93249e76f
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.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-contrib
Source: postgresql-common (216.pgdg+1)
Version: 12+216.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-contrib-12
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-contrib_12+216.pgdg+1_all.deb
Size: 63248
SHA256: cce17c60ff48641942e7a0500009ad86042207b5677ffa42fd001a1d17b48301
SHA1: c9b817a37e6b5d34deafc52604c5298c9adbda9a
MD5sum: 282bce8e01a1afcfe62515af467ba002
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.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-contrib-9.5
Source: postgresql-9.5
Version: 9.5.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2092
Depends: postgresql-9.5 (= 9.5.23-1.pgdg+1), libc6 (>= 2.29), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.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.23-1.pgdg+1_arm64.deb
Size: 442896
SHA256: 104014577dd966ef9b0d776992beb137ba9caffe06f3dd81930aafa66cc53cd8
SHA1: dada0c1042347a6221362789f998fb49311b716e
MD5sum: 9281feb3d83e6483fed7213a420ba911
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.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-contrib-9.6
Source: postgresql-9.6
Version: 9.6.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2356
Depends: postgresql-9.6 (= 9.6.19-1.pgdg+1), libc6 (>= 2.29), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.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.6/postgresql-contrib-9.6_9.6.19-1.pgdg+1_arm64.deb
Size: 487284
SHA256: a2f73f13f1c6c3fcdae6b0df33af88bbc55ad5d349ac02958405dde7f635432e
SHA1: d59aaa054bd300af7b0330cf3178106fcb1a69a7
MD5sum: 4360af7cec6f1a96c50fbb1454838849
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.6.  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.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-doc
Source: postgresql-common (216.pgdg+1)
Version: 12+216.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-doc-12
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_12+216.pgdg+1_all.deb
Size: 63240
SHA256: 3b56ceb585cca48a764d2a717c97ccee30c97608646061e9fdcc46ec2d681539
SHA1: 6a88663b5490c45db8e83b6bde3ab18715c8d33b
MD5sum: ffa55b060dbdde13e37fbbbd0256d888
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.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-doc-10
Source: postgresql-10
Version: 10.14-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13653
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-10/postgresql-doc-10_10.14-1.pgdg+1_all.deb
Size: 1787444
SHA256: c8de59aec12d78d4c2e10b89d0dbd1025cff6cfb1586f76fbdc76610d4994058
SHA1: 9f13c544f915a74c9ac7054448f7c9d03a7ec1fe
MD5sum: 4286796b48adece23d759e4c7d89a82f
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 10. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-doc-11
Source: postgresql-11
Version: 11.9-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14030
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-11/postgresql-doc-11_11.9-1.pgdg+1_all.deb
Size: 1824060
SHA256: a5ad843167ce84a629e50bdc64168a836df75079e85a5daac0a852b903117af3
SHA1: 3a09a290eb66f3e4410caf89da789f5261270d2c
MD5sum: 19995c91a45fbfee1e8a76036a9504a3
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 11. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-doc-12
Source: postgresql-12
Version: 12.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14304
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-12/postgresql-doc-12_12.4-1.pgdg+1_all.deb
Size: 1850664
SHA256: f3e41dd1c0bcd3e656d0c75572920581ce0b134dc3c302b40454ec76f33995ae
SHA1: 925f555171ad88024046c295c987eed7d25e4dfd
MD5sum: ea0ba715cb233e5da0524b2c1bf40260
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 12. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-doc-9.5
Source: postgresql-9.5
Version: 9.5.23-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11973
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.23-1.pgdg+1_all.deb
Size: 1629188
SHA256: 8eed8074b33e93c9d25d021f2c6b078bcfc6c5894e629a3cafd1afb2ec56b023
SHA1: 14fead31e4cf16747cf644e7059b4b00e68643f8
MD5sum: 8a840be9985ec9b5b288c1132ef42e73
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.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-doc-9.6
Source: postgresql-9.6
Version: 9.6.19-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12339
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.6/postgresql-doc-9.6_9.6.19-1.pgdg+1_all.deb
Size: 1681220
SHA256: 4911fc8f288154bb85e01eed872bb364fc8a6d27feb24cf04565854cb76996fc
SHA1: 8c753dfedd959874e1cf4c127864ae475db2dd52
MD5sum: 80b2529a38f2043c9a3374ff7eb9b9c8
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 9.6. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-plperl-10
Source: postgresql-10
Version: 10.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: perl, postgresql-10 (= 10.14-1.pgdg+1), libc6 (>= 2.17), libperl5.30 (>= 5.30.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plperl-10_10.14-1.pgdg+1_arm64.deb
Size: 59696
SHA256: ea1ed9799a5df12d36795755c442e7d23ec1540f225073a3abdf30e6cbcd7825
SHA1: 674d64a5ff2499ba518945ad52b92f4048850226
MD5sum: 22e54f430069a8e074c5e70c785e5975
Description: PL/Perl procedural language for PostgreSQL 10
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Perl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-plperl-10-dbgsym
Source: postgresql-10
Version: 10.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 165
Depends: postgresql-plperl-10 (= 10.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plperl-10-dbgsym_10.14-1.pgdg+1_arm64.deb
Size: 134260
SHA256: c28fa1e6e87a75d512949ee637f0d662973816cb8a08bad76698cef5dc64393c
SHA1: 8570dae9263344a7737cb50c808f51a3373a7935
MD5sum: 11b1250ced83a5aae8a3ee2fb9fbb1ba
Description: debug symbols for postgresql-plperl-10
Build-Ids: ac5c7725083266a81b37cdf36dac990ac222f6fd c661897b78de31778061cf59c785daceab1a60ae
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-plperl-11
Source: postgresql-11
Version: 11.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 285
Depends: perl, postgresql-11 (= 11.9-1.pgdg+1), libc6 (>= 2.17), libperl5.30 (>= 5.30.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plperl-11_11.9-1.pgdg+1_arm64.deb
Size: 62344
SHA256: ed521807341e7fbb9cbc8ffe285688627c3316aea008eeb8b129b4c59bf64064
SHA1: d317ed8fccf84406da5981f656a8c9ca35152957
MD5sum: 75202bc05ed29483efaaf2b2e2c8446b
Description: PL/Perl procedural language for PostgreSQL 11
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Perl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-plperl-11-dbgsym
Source: postgresql-11
Version: 11.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-plperl-11 (= 11.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plperl-11-dbgsym_11.9-1.pgdg+1_arm64.deb
Size: 147272
SHA256: a69c7b0412d51fdd4dfae004993ab7401cc7702e590d289e044b7969002e6eea
SHA1: e14e3144b0725a24827ff566e48927e6dbd488e8
MD5sum: bc7fafce372a863bdf3d7882874e375a
Description: debug symbols for postgresql-plperl-11
Build-Ids: 523e80dff32219edd0d636ce3acd880b3bffd4e2 8af36450b3317d6c5e1f443e35a6fc65e5ba838b c5ba64f15b1ca49b95de1931494286a2b5e6cb93
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-plperl-12
Source: postgresql-12
Version: 12.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 326
Depends: perl, postgresql-12 (= 12.4-1.pgdg+1), libc6 (>= 2.17), libperl5.30 (>= 5.30.0)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plperl-12_12.4-1.pgdg+1_arm64.deb
Size: 78380
SHA256: 1cc2ab71ffd2e6a8f8f074b55133d306fd08f9a5cb823e7b0e7c52426f4c08bf
SHA1: 389e72de204bb9c2354c596b7655c01215839457
MD5sum: 3762cedfd83b2784e7edaf11e3a70356
Description: PL/Perl procedural language for PostgreSQL 12
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Perl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-plperl-12-dbgsym
Source: postgresql-12
Version: 12.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: postgresql-plperl-12 (= 12.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plperl-12-dbgsym_12.4-1.pgdg+1_arm64.deb
Size: 149728
SHA256: ccfbc705fe26d43c3def570c12a6c02c9b14ace924d7d250a556f73dc2f6dd02
SHA1: bc1b1f14620fc3be6e2a32c6b277ad0f07f72a8e
MD5sum: 26501e6c306c75e8ebe69a3beb15ac9f
Description: debug symbols for postgresql-plperl-12
Build-Ids: 1436e69194600da8e3e865e4b6b440e580a7469d 52eeeeea2bad9e127d1272bd0500d8cb8b5dc10a b41ed6ccf82cdad7fd762fe6b1b510652bd6578b
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-plperl-9.5
Source: postgresql-9.5
Version: 9.5.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: libc6 (>= 2.17), libperl5.30 (>= 5.30.0), postgresql-9.5 (= 9.5.23-1.pgdg+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.23-1.pgdg+1_arm64.deb
Size: 61248
SHA256: a174d4f4b5291a65efbc36c93f4f6c99f080dc18a0d2050213039a11d89880dd
SHA1: 4a8957dc7ec857894256a8fc840387abfee38f27
MD5sum: 0b4fcf2175b560b28392b1dd71d5e7a1
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.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-plperl-9.6
Source: postgresql-9.6
Version: 9.6.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 265
Depends: perl, postgresql-9.6 (= 9.6.19-1.pgdg+1), libc6 (>= 2.17), libperl5.30 (>= 5.30.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plperl-9.6_9.6.19-1.pgdg+1_arm64.deb
Size: 60928
SHA256: 074ce38cae41f590f669d6663e873217ae2f2cf8cacaf217a7d06a53fa868992
SHA1: 9ef868a445d2d43a65307880af4f674a3cfcc0f6
MD5sum: fc9c44386ac8262ce289cf8b52b665be
Description: PL/Perl procedural language for PostgreSQL 9.6
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Perl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-plpython3-10
Source: postgresql-10
Version: 10.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-10 (= 10.14-1.pgdg+1), libc6 (>= 2.17), libpython3.8 (>= 3.8.2)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10_10.14-1.pgdg+1_arm64.deb
Size: 54900
SHA256: 21584f13c6d733def148fed4a9478bfdbca87d79122c18f883b229683e08087c
SHA1: 0f14e68faa03e625ab0bc5680614240c246cab66
MD5sum: 1871f7ff541fc781991d47939fc1d2d9
Description: PL/Python 3 procedural language for PostgreSQL 10
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Python 3.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-plpython3-10-dbgsym
Source: postgresql-10
Version: 10.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: postgresql-plpython3-10 (= 10.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10-dbgsym_10.14-1.pgdg+1_arm64.deb
Size: 147108
SHA256: 1dd32c9e5a69b23e29ae14bae5772fedfefd913353649915f914b30d284b06e3
SHA1: de5705225d34e0ff529b1a8abec236f5b9a9903d
MD5sum: a05da71d73f489c061d8d89cd5d52728
Description: debug symbols for postgresql-plpython3-10
Build-Ids: 65a6bafeb870707b8d8a7514496ca305c62ea569 bac157632744b9dde43334da071cc442f3a264da e54af905f0c245a7af346406a293c92e1ba90e1e
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-plpython3-11
Source: postgresql-11
Version: 11.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 260
Depends: postgresql-11 (= 11.9-1.pgdg+1), libc6 (>= 2.17), libpython3.8 (>= 3.8.2)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11_11.9-1.pgdg+1_arm64.deb
Size: 73668
SHA256: 414f58e0ec236da274efb1ff3996068099fcf41a177f29f3f2968b1bd36c5aad
SHA1: bbbf44806a5555d8b82737be8950ea37283debd2
MD5sum: 286b751b0784bcb42c9dc80196ae3ffd
Description: PL/Python 3 procedural language for PostgreSQL 11
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Python 3.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-plpython3-11-dbgsym
Source: postgresql-11
Version: 11.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 210
Depends: postgresql-plpython3-11 (= 11.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11-dbgsym_11.9-1.pgdg+1_arm64.deb
Size: 158548
SHA256: 3db7ac5f744ed1794fc0b159485277f2f07afcd13eca69f3f8bfac2dccf4c3eb
SHA1: 1b54bc0ea369d292855e1bb95554a3489ebf74cf
MD5sum: 84f7c081a0322e33d4ca42040d87607b
Description: debug symbols for postgresql-plpython3-11
Build-Ids: 052a00fe88c9ea3a8614c74bec59ecf5f0dc5e41 0827ca5ae406b2d4a7cee98dca00bf485ad1ac28 179cda08d87b5097ddea0aca50a96b5703c9ed7b c903c2f054756ca90516363f528fe476a8f0e9b1
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-plpython3-12
Source: postgresql-12
Version: 12.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 472
Depends: postgresql-12 (= 12.4-1.pgdg+1), libc6 (>= 2.17), libpython3.8 (>= 3.8.2)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12_12.4-1.pgdg+1_arm64.deb
Size: 102848
SHA256: d322d089c232eb706e35f8b1ae04f26c14cc560994a2c6f0cc2e15be113f3450
SHA1: 2c56d5f9e1f77f2b8feb744b9c5f41d422b19699
MD5sum: 2bbd05525d373397141deed30fd563f2
Description: PL/Python 3 procedural language for PostgreSQL 12
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Python 3.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-plpython3-12-dbgsym
Source: postgresql-12
Version: 12.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: postgresql-plpython3-12 (= 12.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12-dbgsym_12.4-1.pgdg+1_arm64.deb
Size: 161848
SHA256: 7c7d35ddab4f6f0f87c8e077af842a9d26753e84a5e06f2b8cd3105be6cfee39
SHA1: 3595e8849b478d88bf5407da8dac25a8788b1bb3
MD5sum: 3b76cd0383ec339a5336f27641709e79
Description: debug symbols for postgresql-plpython3-12
Build-Ids: 2415c8613ff24ac7170803e8b7881267c6b3be21 8e96ad9ce72744f8c18fca905edf4195ffd39034 b9091e277fcc8e56dc7b7cd88bba94032f59c79a c9e0c4b7ec8f613539ee87df8212093bde7cff1b
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-plpython3-9.5
Source: postgresql-9.5
Version: 9.5.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 197
Depends: libc6 (>= 2.17), libpython3.8 (>= 3.8.2), postgresql-9.5 (= 9.5.23-1.pgdg+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.23-1.pgdg+1_arm64.deb
Size: 53752
SHA256: 406e5e8df921b578163b1e399cc1cbd775073f6da53db26d662ff272e1e48ed4
SHA1: 06b8c51feafa169101391dd68e877d5a8330738d
MD5sum: 49999790d6e9607cbe04a05187c99482
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.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-plpython3-9.6
Source: postgresql-9.6
Version: 9.6.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 196
Depends: postgresql-9.6 (= 9.6.19-1.pgdg+1), libc6 (>= 2.17), libpython3.8 (>= 3.8.2)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plpython3-9.6_9.6.19-1.pgdg+1_arm64.deb
Size: 54512
SHA256: e006842dbac96da670cdfa7d552c8bb75340c710de66be4dd90ba0505c49659f
SHA1: e150208276d9a26742a47ce059c18e549221f01e
MD5sum: 9579f9f76632150008814e9037c1f663
Description: PL/Python 3 procedural language for PostgreSQL 9.6
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Python 3.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-pltcl-10
Source: postgresql-10
Version: 10.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 160
Depends: postgresql-10 (= 10.14-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10_10.14-1.pgdg+1_arm64.deb
Size: 38328
SHA256: 2fa2c8dd8cd68184d48073a3f34a2b4f909af62ae93052f768e8654d97409273
SHA1: 208a55a7b07676b61b6b30bee1d46db01f1a318c
MD5sum: be56ed368b83f1db7fd0731f23329d13
Description: PL/Tcl procedural language for PostgreSQL 10
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Tcl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-pltcl-10-dbgsym
Source: postgresql-10
Version: 10.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-pltcl-10 (= 10.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10-dbgsym_10.14-1.pgdg+1_arm64.deb
Size: 67268
SHA256: 4605715b91522b32221392adf32de8671b45d706c8e483de6a5007f2dda1e782
SHA1: b80bac3869ccf4246a4e7d2eac18c91460108939
MD5sum: 95c7297c7a7d2e5e8e4c7e526d94114e
Description: debug symbols for postgresql-pltcl-10
Build-Ids: 4c0ce87a0445f6707a179b26edcb349db326b7c3
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-pltcl-11
Source: postgresql-11
Version: 11.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: postgresql-11 (= 11.9-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11_11.9-1.pgdg+1_arm64.deb
Size: 38324
SHA256: f45cec2510f671f509f79ae7d519d4d711d88fc28d6217719d317995ae33b93a
SHA1: 98915a960eab63668452bc1d25a98d9303cb3e75
MD5sum: 6a05a2f69108f6e3b02d2842ade0661c
Description: PL/Tcl procedural language for PostgreSQL 11
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Tcl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-pltcl-11-dbgsym
Source: postgresql-11
Version: 11.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-pltcl-11 (= 11.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11-dbgsym_11.9-1.pgdg+1_arm64.deb
Size: 70412
SHA256: b66efa2c100e8eea0fb8109a7d9ce6591a2fbd8477ce69abf7d4e88482c76006
SHA1: 567577dfe3335bb767d720087ae1feda51838c50
MD5sum: 724182457175567c511a566f056dd4ee
Description: debug symbols for postgresql-pltcl-11
Build-Ids: 43e8b46117a8aafb4ba1cb2589b03e5c67b26b63
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-pltcl-12
Source: postgresql-12
Version: 12.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 178
Depends: postgresql-12 (= 12.4-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12_12.4-1.pgdg+1_arm64.deb
Size: 36124
SHA256: 01ac10dc18af2524d4d534cd9eee89e2946744b51c3022cd8f25f41c823a2476
SHA1: e622b7db3dcd6fe7731987038783da86bd979f21
MD5sum: 82e15509886cdae8d45a92f7427c71bb
Description: PL/Tcl procedural language for PostgreSQL 12
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Tcl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-pltcl-12-dbgsym
Source: postgresql-12
Version: 12.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-pltcl-12 (= 12.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12-dbgsym_12.4-1.pgdg+1_arm64.deb
Size: 71360
SHA256: 4403223e6bbe13fa12e77a24ae0258adea8f98ed26055941e14b3ed394c4aa0a
SHA1: 1849dbe193c5f16c42b101f969c071d5d2187672
MD5sum: 455db6dbd7a567b52ae86037faba1766
Description: debug symbols for postgresql-pltcl-12
Build-Ids: ff55570c7328e0ea007738be84b969bb976faa85
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-pltcl-9.5
Source: postgresql-9.5
Version: 9.5.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.5 (= 9.5.23-1.pgdg+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.23-1.pgdg+1_arm64.deb
Size: 38088
SHA256: ca86732ebf31f9e3478ded1cdb87c3cfda093d6d57d85bf8b7d61bf105c41a9f
SHA1: d7a86a0edba547f3d5265fccf85f9e5de6181a04
MD5sum: 3bf136f12d46578223bd9c3f51da5a2a
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.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-pltcl-9.6
Source: postgresql-9.6
Version: 9.6.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-9.6 (= 9.6.19-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-pltcl-9.6_9.6.19-1.pgdg+1_arm64.deb
Size: 41604
SHA256: d88e3d66acb69aa6e091fb2001123377a9421185919676a6fe91b3e8c9214f1d
SHA1: 115612f9977de84505aedd6bfd84c7b178e80449
MD5sum: 03f95031d682837ef04ed025e0d9b686
Description: PL/Tcl procedural language for PostgreSQL 9.6
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Tcl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-server-dev-10
Source: postgresql-10
Version: 10.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5135
Depends: libpq-dev (>= 10~~), postgresql-client-10 (= 10.14-1.pgdg+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Replaces: libpq-dev
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-10/postgresql-server-dev-10_10.14-1.pgdg+1_arm64.deb
Size: 880036
SHA256: e43086046843e0d508e05d5d6ed6f7f65ef216779b9a5673d77e813b4e5f8be5
SHA1: 112950454798dc9c7eb182c098861ad0627aaeef
MD5sum: 2b00649259b2e73a5959ce59a98528ce
Description: development files for PostgreSQL 10 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.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-server-dev-11
Source: postgresql-11
Version: 11.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4673
Depends: clang-10, libpq-dev (>= 11~~), llvm-10-dev, postgresql-client-11 (= 11.9-1.pgdg+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-11/postgresql-server-dev-11_11.9-1.pgdg+1_arm64.deb
Size: 858956
SHA256: e18a2ba625a8dab0fece42412c973db4666df59dc54bc5f31c88bfa9bfd0a2c1
SHA1: 13ed59e7694f44f2045e02b801e38d9e4dddf521
MD5sum: d77346377cadb5c96c749d733c2e60cb
Description: development files for PostgreSQL 11 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.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-server-dev-12
Source: postgresql-12
Version: 12.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5244
Depends: clang-10, libpq-dev (>= 12~~), llvm-10-dev, postgresql-client-12 (>= 12.1-2~), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-12/postgresql-server-dev-12_12.4-1.pgdg+1_arm64.deb
Size: 923144
SHA256: a1261cb4118106cc6ea6ea91a16b6e3811f9aa823daf85a16a368f8b92698009
SHA1: 1022cf28186d4be5b2d7ba289ebe51faeef788f5
MD5sum: ef051900594962421fc7b9c4b4c34046
Description: development files for PostgreSQL 12 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.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-server-dev-9.5
Source: postgresql-9.5
Version: 9.5.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4083
Depends: libpq-dev (>= 9.5~~), postgresql-client-9.5 (= 9.5.23-1.pgdg+1), 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.23-1.pgdg+1_arm64.deb
Size: 718484
SHA256: d5af7f051bb3873a0d361450ce96de11a0fa21743a7038a6c4049330acee5206
SHA1: 1cc23a13bd74a67cddc2e8a043cad5c6bc65d541
MD5sum: 3be5b2901b6cde5c0f34179d185880bf
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.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-server-dev-9.6
Source: postgresql-9.6
Version: 9.6.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4415
Depends: libpq-dev (>= 9.6~~), postgresql-client-9.6 (= 9.6.19-1.pgdg+1), postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-9.6/postgresql-server-dev-9.6_9.6.19-1.pgdg+1_arm64.deb
Size: 782760
SHA256: 07c7fa77d2867d71f94ffbe36585829ba2557f029aa64b4b1febee507545b43f
SHA1: 60c421e31f3b692d99b5dafe386b6221d0271efd
MD5sum: e45f59b56a6be39e512473b1d35868ab
Description: development files for PostgreSQL 9.6 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.
Timestamp: 2020-08-13 14:56:19+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 216.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: make, postgresql-common (>= 117~), postgresql-server-dev-9.5, postgresql-server-dev-9.6, postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_216.pgdg+1_all.deb
Size: 69196
SHA256: ceb626134cea91603c15a9be0359b617579cd644fcd94cd5fb5b2728ea6843e8
SHA1: 9a7edba92fffa5b7ca7c0e7b00c33bc048c55502
MD5sum: ba59d06f1dd40c9332899dada69bea64
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, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 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.
Timestamp: 2020-08-13 14:56:19+00

Package: liblwgeom-2.5-0
Source: postgis-2.5
Version: 2.5.5+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 672
Depends: libc6 (>= 2.29), libgeos-c1v5 (>= 3.5.0), libgmpxx4ldbl, libjson-c5 (>= 0.15), libproj19 (>= 4.9.0), libsfcgal1 (>= 1.1.0)
Homepage: http://postgis.net/
Priority: optional
Section: libs
Filename: pool/main/p/postgis-2.5/liblwgeom-2.5-0_2.5.5+dfsg-1.pgdg+1_arm64.deb
Size: 239512
SHA256: d502975c28efca38f0976ca93b70f0a52f1bd0365a1024b64682ee7d285a8ca1
SHA1: 2637a26169490bb57f12fab26710d24c13b499b4
MD5sum: 4f1066e9107d1e4172d49f90c6ef468b
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.
Timestamp: 2020-08-18 14:03:19+00

Package: liblwgeom-2.5-0-dbgsym
Source: postgis-2.5
Version: 2.5.5+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 721
Depends: liblwgeom-2.5-0 (= 2.5.5+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis-2.5/liblwgeom-2.5-0-dbgsym_2.5.5+dfsg-1.pgdg+1_arm64.deb
Size: 668784
SHA256: 6fb4ec2025cb9cb616462f6631ad68b0d61e95c33d528365390843381dee4cb0
SHA1: e0afec3bf6bf8deeaae6761fe7e17802ac4f8244
MD5sum: effc499059eeca7bf7e97f06a73ba57a
Description: debug symbols for liblwgeom-2.5-0
Build-Ids: 45f886f5c5e7e86812017d417dda1a5c87b609ee
Timestamp: 2020-08-18 14:03:19+00

Package: liblwgeom-dev
Source: postgis-2.5
Version: 2.5.5+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1222
Depends: liblwgeom-2.5-0 (= 2.5.5+dfsg-1.pgdg+1)
Breaks: postgis (<< 2.0.0)
Homepage: http://postgis.net/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgis-2.5/liblwgeom-dev_2.5.5+dfsg-1.pgdg+1_arm64.deb
Size: 286420
SHA256: e5c852ba1575f4a2b0109c6acd81bb86ed7209f590c248edd48bef504d1b38ed
SHA1: aecc023f73dd44a642f7fd689085d48a3fd7bd2b
MD5sum: bcefd6ca132c66dee6467b1929696891
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.
Timestamp: 2020-08-18 14:03:19+00

Package: postgis
Version: 3.0.2+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1349
Depends: libc6 (>= 2.29), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.8.0), libpq5, libproj19 (>= 4.9.0)
Recommends: postgresql-12-postgis-3, postgis-doc
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.0.2+dfsg-2.pgdg+1_arm64.deb
Size: 276420
SHA256: 2ecd5228c80b37d10e12d5cae22d30ae72f9aa5d28ae99441bf1977265e79c28
SHA1: eda4fe49a6dae003f1ba2a195a3ac8824636605e
MD5sum: f0257300a214db96226104017b8a056f
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2020-08-18 14:03:19+00

Package: postgis-dbgsym
Source: postgis
Version: 3.0.2+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1809
Depends: postgis (= 3.0.2+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.0.2+dfsg-2.pgdg+1_arm64.deb
Size: 1673652
SHA256: 74f1e97ed93915a033e6df5b94f7690547297fbf9dd48c1b556c703144b945bf
SHA1: ff0ff8a63be732cbcc7e8388384a4e152fa25b48
MD5sum: a0889260e558df5f7f13164e7d76cca1
Description: debug symbols for postgis
Build-Ids: 1902ba69e2e5a88e81151aaa24967e72e18c8156 984b14da2f286e5a85655c10f0fec1f3ff534d9d e67fb83daac7eb7e4c355566623dbd49f1ef7404
Timestamp: 2020-08-18 14:03:19+00

Package: postgis-doc
Source: postgis
Version: 3.0.2+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5686
Suggests: postgis
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: doc
Filename: pool/main/p/postgis/postgis-doc_3.0.2+dfsg-2.pgdg+1_all.deb
Size: 2667348
SHA256: 6012757e3bbc49256d0578bff71454013b265cbea5482af84460a61246af3224
SHA1: 57af7c8bc247cd8a9892ffcd99a84bca7bd27b67
MD5sum: 3f43a961180b0be3a05a55280c956160
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.
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-10-pgrouting
Source: pgrouting
Version: 3.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2490
Depends: postgresql-10-pgrouting-scripts (>= 3.1.0-1.pgdg+1), postgresql-10, postgresql-10-postgis, postgresql-10-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-10-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-10-pgrouting_3.1.0-1.pgdg+1_arm64.deb
Size: 639216
SHA256: 3ca285c92592fb666c88af868a44ba799b235fe55c5fee0d11385dbffddf61f1
SHA1: 5757668056571df86282a9482b49af20aa10be95
MD5sum: 048e025cada15d48a6761577ae61bc93
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 10.
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-10-pgrouting-dbgsym
Source: pgrouting
Version: 3.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 23622
Depends: postgresql-10-pgrouting (= 3.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-10-pgrouting-dbgsym_3.1.0-1.pgdg+1_arm64.deb
Size: 23478936
SHA256: ff400426f3d24ccb1316b47110071be21536ac5e514c1d4d40efd2eeae88497f
SHA1: f27726352fbcf13ab0811adf147a52f035a16bdf
MD5sum: 0d977856b4c92148ade4df3339e6be23
Description: debug symbols for postgresql-10-pgrouting
Build-Ids: d35642029cc0474eadf6eaade6cabc85c9ce0b11
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-10-pgrouting-doc
Source: pgrouting
Version: 3.1.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6058
Depends: libjs-mathjax, libjs-sphinxdoc (>= 2.4.3-5~)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-10-pgrouting-doc_3.1.0-1.pgdg+1_all.deb
Size: 1184712
SHA256: dd831d384cae51863b54efc105aca70c7698cbd970888bbaccaf0f39dbd75161
SHA1: c8f4f22cd8906ee5cb22a8ef31c82645262620b0
MD5sum: 9551fa8e59709ba78bf65e65c57fd059
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.
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-10-pgrouting-scripts
Source: pgrouting
Version: 3.1.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 922
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-10-pgrouting-scripts_3.1.0-1.pgdg+1_all.deb
Size: 52824
SHA256: 7a0f1aeee4b8d824bd30dae465cf4a8482d9f0dc1f3807bc73741a7d4eb9cb5f
SHA1: 1d7faa72f7e06d6847bea0de90d00943ddd1aed6
MD5sum: 782abc34bac13d55edd2a5f8622eb7e9
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 10.
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-10-postgis-2.5
Source: postgis-2.5
Version: 2.5.5+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1735
Depends: postgresql-10, postgresql-10-postgis-2.5-scripts, libc6 (>= 2.17), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.7.0), libjson-c5 (>= 0.15), liblwgeom-2.5-0 (>= 2.5.4), libpcre3, libproj19 (>= 4.9.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.2.0), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-10-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-10-postgis-2.5_2.5.5+dfsg-1.pgdg+1_arm64.deb
Size: 582744
SHA256: 6530387d4ba53d32df982acc6f2948646ec0ad5fbed23c50fe98d3757fc4b194
SHA1: 0c3388f54dc8f23a1965e4c0efe939768f0dc860
MD5sum: 2fef1200132786344ea248711b3cfb67
Description: Geographic objects support for PostgreSQL 10
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 10 database, the
 postgresql-10-postgis-2.5-scripts package must be installed as well.
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-10-postgis-2.5-dbgsym
Source: postgis-2.5
Version: 2.5.5+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1909
Depends: postgresql-10-postgis-2.5 (= 2.5.5+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis-2.5/postgresql-10-postgis-2.5-dbgsym_2.5.5+dfsg-1.pgdg+1_arm64.deb
Size: 1705756
SHA256: c56b9ecf1aba5b87c67f902663bb8f0406f1dd1951d467654e4e098235f1cd7a
SHA1: b7505aa02049769958ea4967667d43b04d8b24e7
MD5sum: 1f8d43ca16b657c943b28acef552c22a
Description: debug symbols for postgresql-10-postgis-2.5
Build-Ids: 166b8ba9977f58b4bedb05cd284002d6f039d447 7d30e177bafff5dc1cf5ff0ff39cc11926372725 e44abaf7621b71e5df71906f890798f77b36a6de fb228d50b351b7c94d11e5a06f49789657de8091
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-10-postgis-2.5-scripts
Source: postgis-2.5
Version: 2.5.5+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 22085
Depends: perl:any
Recommends: postgresql-10-postgis-2.5
Conflicts: postgresql-10-postgis-2.2-scripts, postgresql-10-postgis-2.3-scripts, postgresql-10-postgis-2.4-scripts
Breaks: postgresql-10-postgis-scripts (<< 2.2.2+dfsg-3~)
Replaces: postgresql-10-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-10-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-10-postgis-2.5-scripts_2.5.5+dfsg-1.pgdg+1_all.deb
Size: 856428
SHA256: 3bc0c49ea4c7f72fd2eebf064bf8b8e202cd5281d6afb1213ee3a77d97d7d099
SHA1: 9b6079af71db60f9946470b1486c1d16bfe8e022
MD5sum: 7f38e67bb5e9a0b5f70be2fb5cbf241f
Description: Geographic objects support for PostgreSQL 10 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 10 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-10-postgis-3
Source: postgis
Version: 3.0.2+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2885
Depends: postgresql-10, postgresql-10-postgis-3-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.8.0), libgmpxx4ldbl, libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-10-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-10-postgis-3_3.0.2+dfsg-2.pgdg+1_arm64.deb
Size: 758536
SHA256: 9e882a85a3110edea36d59b988f669aa24cb58edbeb9e67645ae06c023a529a1
SHA1: 3ccb0eaac63aaa0daef14a9f526069ded53463c5
MD5sum: 4bb0960383cb248e0b02e356a7394138
Description: Geographic objects support for PostgreSQL 10
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 10 database, the
 postgresql-10-postgis-3-scripts package must be installed as well.
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-10-postgis-3-dbgsym
Source: postgis
Version: 3.0.2+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4323
Depends: postgresql-10-postgis-3 (= 3.0.2+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-10-postgis-3-dbgsym_3.0.2+dfsg-2.pgdg+1_arm64.deb
Size: 4028620
SHA256: 317b2608d678352c542271492fe1d12530873165ef4146ef7174334b5506e915
SHA1: d1e0ff3ef5851ab72dad09e4aa26aa442b6df9a6
MD5sum: 3e28a19c8ecb3a3e76265e21790c9529
Description: debug symbols for postgresql-10-postgis-3
Build-Ids: 21053cdd6c9505bdfde17dee0c758253db33e6cc 7eee908dc01a7b3eb9db9eda442a589a4ae00451 8a23221963a2a8fd4c997b227717bedcd35c3e93 9ebedcf237d9b1804283bd566de588e37173e428
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-10-postgis-3-scripts
Source: postgis
Version: 3.0.2+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26181
Depends: perl:any
Recommends: postgresql-10-postgis-3
Replaces: postgresql-10-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-10-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-10-postgis-3-scripts_3.0.2+dfsg-2.pgdg+1_all.deb
Size: 1087112
SHA256: e4a4cd5703498f29af86d4db1295ad4ea2b23ec0e018b7a8df353b0deec8c8d4
SHA1: a7238f1907e7906ea279df086aeaa1b33448ef43
MD5sum: 7cdd429f782d2eaf0956a971881727a7
Description: Geographic objects support for PostgreSQL 10 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 10 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-11-pgrouting
Source: pgrouting
Version: 3.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2486
Depends: postgresql-11-pgrouting-scripts (>= 3.1.0-1.pgdg+1), postgresql-11, postgresql-11-postgis, postgresql-11-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-11-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting_3.1.0-1.pgdg+1_arm64.deb
Size: 638772
SHA256: ff6cd6a9613beb9c769bd6e302ce859cba2d3b11c557bc7cbc99ddc9d397d507
SHA1: e8a437b9e143fa6d80dd5cf30712dd9f151b21e2
MD5sum: 4e1a8cdf50d11af5703e72d05f1a5728
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 11.
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-11-pgrouting-dbgsym
Source: pgrouting
Version: 3.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 23591
Depends: postgresql-11-pgrouting (= 3.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-dbgsym_3.1.0-1.pgdg+1_arm64.deb
Size: 23452168
SHA256: 008ba0dbe6066406203af18ddda646899192e1e4efa0b4acdeeb98e9b0653df4
SHA1: f10c64a54a0019f6721190955bdabe6e8aa2fdc1
MD5sum: 21755a4f4fe7802dfac97509c1ffbdfb
Description: debug symbols for postgresql-11-pgrouting
Build-Ids: 8e73c8609452ddd2cf7c633be0be28d364719641
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-11-pgrouting-doc
Source: pgrouting
Version: 3.1.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6058
Depends: libjs-mathjax, libjs-sphinxdoc (>= 2.4.3-5~)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-doc_3.1.0-1.pgdg+1_all.deb
Size: 1184772
SHA256: 0c7b6da6f8fd8bca533716f04d787f685ce0bb39296ec787cd97355464f4f859
SHA1: a583a82491e5f6d751db031e5ed16bb24b660cd1
MD5sum: ff691e7676abbbd08378d38916f96050
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.
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-11-pgrouting-scripts
Source: pgrouting
Version: 3.1.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 922
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-scripts_3.1.0-1.pgdg+1_all.deb
Size: 52804
SHA256: 32c5623f385b90d17231e8441af3739b5a211f84217a3c93bf01f6dfb78ef4c3
SHA1: b3f3d49ca09cef5e78142206218aca55f5ffde59
MD5sum: 6314a3d2a764dfcf087be3f01abbc2ad
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 11.
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-11-postgis-2.5
Source: postgis-2.5
Version: 2.5.5+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7861
Depends: postgresql-11, postgresql-11-postgis-2.5-scripts, libc6 (>= 2.17), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.7.0), libjson-c5 (>= 0.15), liblwgeom-2.5-0 (>= 2.5.4), libpcre3, libproj19 (>= 4.9.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.2.0), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-11-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-11-postgis-2.5_2.5.5+dfsg-1.pgdg+1_arm64.deb
Size: 2922776
SHA256: e441c0514b74d2d71c48b9be05d811a2f411152ee433d8f2fcf81bdc2f5bfbf6
SHA1: 3210368c977f4f3c793eb85cb0de007e0c6c8219
MD5sum: a901844775de300616979a932697bd9f
Description: Geographic objects support for PostgreSQL 11
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 11 database, the
 postgresql-11-postgis-2.5-scripts package must be installed as well.
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-11-postgis-2.5-dbgsym
Source: postgis-2.5
Version: 2.5.5+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1924
Depends: postgresql-11-postgis-2.5 (= 2.5.5+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis-2.5/postgresql-11-postgis-2.5-dbgsym_2.5.5+dfsg-1.pgdg+1_arm64.deb
Size: 1715208
SHA256: a44c5825278cdf566cec3b575392fe456f85c779d321d05038353ab81c619d81
SHA1: b30f763d226de90cccd003b908b054e4977519ac
MD5sum: e33a1ceb180a1448bb89585da235dc34
Description: debug symbols for postgresql-11-postgis-2.5
Build-Ids: 0dd3d0fbfcb4146c07bd868c443aa833ae59ea1a 26abc80de676b0f4d671aa7f60e0ab636b409599 48a270ad26978a8fde447fc638c6d9da3a2fc985 639af76ceb1075fd03137bd648cf4aa19515b319
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-11-postgis-2.5-scripts
Source: postgis-2.5
Version: 2.5.5+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 22143
Depends: perl:any
Recommends: postgresql-11-postgis-2.5
Conflicts: postgresql-11-postgis-2.2-scripts, postgresql-11-postgis-2.3-scripts, postgresql-11-postgis-2.4-scripts
Breaks: postgresql-11-postgis-scripts (<< 2.2.2+dfsg-3~)
Replaces: postgresql-11-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-11-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-11-postgis-2.5-scripts_2.5.5+dfsg-1.pgdg+1_all.deb
Size: 857896
SHA256: 35fc35795767a1c331db6b69e0139792997df6c5784076f330fe7b3d97a0a303
SHA1: 6785614cf2c3bb01a4f39db6479998039df8b8f2
MD5sum: d01f9aa013854e87e898ab93d5a1dea6
Description: Geographic objects support for PostgreSQL 11 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 11 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-11-postgis-3
Source: postgis
Version: 3.0.2+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9280
Depends: postgresql-11, postgresql-11-postgis-3-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.8.0), libgmpxx4ldbl, libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-11-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3_3.0.2+dfsg-2.pgdg+1_arm64.deb
Size: 3198424
SHA256: 4c14b26a60ad98f168244650f25b4186d6fe6296c438971d2a3a8da1e5a9b141
SHA1: d9eb4d2cb13b35e4c71219fcc53f7fc5d82c475f
MD5sum: 7d077454548445042d46704ef26cb418
Description: Geographic objects support for PostgreSQL 11
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 11 database, the
 postgresql-11-postgis-3-scripts package must be installed as well.
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-11-postgis-3-dbgsym
Source: postgis
Version: 3.0.2+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4345
Depends: postgresql-11-postgis-3 (= 3.0.2+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-11-postgis-3-dbgsym_3.0.2+dfsg-2.pgdg+1_arm64.deb
Size: 4041096
SHA256: a1a1cef0e9d5907d1edfb4663543aec5616e06518b21fb0caadb6344cddac0b7
SHA1: fb8ad28f3b02a853148daaa7b201d154da4b64d1
MD5sum: 9df1eabaac2cf56ea32f605cde5cc783
Description: debug symbols for postgresql-11-postgis-3
Build-Ids: 5fd7411d0dde1da675f399882dd2c79debbd99d5 74917217923339e66afdfc09fd1eb21130054c58 7d2dd333a7a3466cbf318ebece99288d38c97e34 f94b9370eb9b40acc9f20c3be970bf6f000cb386
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-11-postgis-3-scripts
Source: postgis
Version: 3.0.2+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26261
Depends: perl:any
Recommends: postgresql-11-postgis-3
Replaces: postgresql-11-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-11-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3-scripts_3.0.2+dfsg-2.pgdg+1_all.deb
Size: 1095544
SHA256: 7bbe629e31230a4a3651e744af29ac5cdde7ab1adedf60ab7e5bcf270ae894ff
SHA1: 7653b1102bf26dc7c53118a2ebeebf0b91ccb58a
MD5sum: df7372df172e7ead3a206fcee244c44b
Description: Geographic objects support for PostgreSQL 11 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 11 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-12-pgrouting
Source: pgrouting
Version: 3.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2502
Depends: postgresql-12-pgrouting-scripts (>= 3.1.0-1.pgdg+1), postgresql-12, postgresql-12-postgis, postgresql-12-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-12-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting_3.1.0-1.pgdg+1_arm64.deb
Size: 639156
SHA256: 4977a91e198145454982e6ee8946ca150b3abf29249a6c4d545c88c614c61698
SHA1: 4d061a2a69f3c59a7a39d2aaaf367b0171e6be9a
MD5sum: 2b2cb31f5d4049830a26e1b6a0a30745
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 12.
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-12-pgrouting-dbgsym
Source: pgrouting
Version: 3.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 23633
Depends: postgresql-12-pgrouting (= 3.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-dbgsym_3.1.0-1.pgdg+1_arm64.deb
Size: 23488136
SHA256: 3ad98a167031e4c26cf70b2b61e1097880570ff78f21da3612caec9844c0beb7
SHA1: 5e2592ae478ef7537e13e1d433351e67f0077efb
MD5sum: ca0ab2fa04974ec7b4b20f7c39f7a71c
Description: debug symbols for postgresql-12-pgrouting
Build-Ids: e73352a1d95e0ffd7a2d500d82754b938308c5f7
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-12-pgrouting-doc
Source: pgrouting
Version: 3.1.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6058
Depends: libjs-mathjax, libjs-sphinxdoc (>= 2.4.3-5~)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-doc_3.1.0-1.pgdg+1_all.deb
Size: 1184912
SHA256: 7456ff1e691438073847118b2879b606ba55395f1206fd463d11105ee7e09122
SHA1: 65827dba7d73c78185d0230157a0c70a0a1b4d07
MD5sum: 3eb8cf1dce86bfab1a4af481d43e4881
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.
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-12-pgrouting-scripts
Source: pgrouting
Version: 3.1.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 922
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-scripts_3.1.0-1.pgdg+1_all.deb
Size: 52788
SHA256: da69b02aa58af61bde06308dfa0dc84ac8e525d9fb82ed8f77af97c67f3e94f4
SHA1: f25091e4be95b6f411904ff9c35e3b5c999669bb
MD5sum: 1f5afff995a1cf61f1d3e666e2bf7177
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 12.
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-12-postgis-2.5
Source: postgis-2.5
Version: 2.5.5+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7966
Depends: postgresql-12, postgresql-12-postgis-2.5-scripts, libc6 (>= 2.17), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.7.0), libjson-c5 (>= 0.15), liblwgeom-2.5-0 (>= 2.5.4), libpcre3, libproj19 (>= 4.9.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.2.0), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-12-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-12-postgis-2.5_2.5.5+dfsg-1.pgdg+1_arm64.deb
Size: 2956652
SHA256: e3602d977a52805abb6049307b546adf57f9ba12b0adeab4d20c3faaea20d536
SHA1: 015934593bf8eebf090bc603961910fe47df7148
MD5sum: 5a80c28b61aa426de6a09fdbb369ea3a
Description: Geographic objects support for PostgreSQL 12
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 12 database, the
 postgresql-12-postgis-2.5-scripts package must be installed as well.
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-12-postgis-2.5-dbgsym
Source: postgis-2.5
Version: 2.5.5+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1946
Depends: postgresql-12-postgis-2.5 (= 2.5.5+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis-2.5/postgresql-12-postgis-2.5-dbgsym_2.5.5+dfsg-1.pgdg+1_arm64.deb
Size: 1743996
SHA256: 2336e8b717764468500cea61dcff588b5d8860bd06a8d3c342640c5b18c60e5b
SHA1: fae3cb333dda77c398088c9693b56fcd73baeae9
MD5sum: ddde1797b1c3470e55e361b0a5b1de85
Description: debug symbols for postgresql-12-postgis-2.5
Build-Ids: a0747b910c8fc0559319e7d24bca3842f931489c ae5a7cb5e46ac316347ec9e142ca2f9dd7641929 ebfdf8767071d355d6a2ecf461dccf606783a36a eea2e855de2ce18aa3676965fe51806fc8acfa8a
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-12-postgis-2.5-scripts
Source: postgis-2.5
Version: 2.5.5+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 22082
Depends: perl:any
Recommends: postgresql-12-postgis-2.5
Conflicts: postgresql-12-postgis-2.2-scripts, postgresql-12-postgis-2.3-scripts, postgresql-12-postgis-2.4-scripts
Breaks: postgresql-12-postgis-scripts (<< 2.2.2+dfsg-3~)
Replaces: postgresql-12-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-12-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-12-postgis-2.5-scripts_2.5.5+dfsg-1.pgdg+1_all.deb
Size: 825788
SHA256: 36cca13738a1055dbc051e0e28d77e4a191688f2262a4a9ca074180adcb1c8d9
SHA1: a9ac226a154469e44bf9aded6df070556f1be6d3
MD5sum: 39c6a89b7f40245949f75739bce9c4bd
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.0.2+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9430
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.8.0), libgmpxx4ldbl, libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-12-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.0.2+dfsg-2.pgdg+1_arm64.deb
Size: 3249364
SHA256: 8d3c13b6029c917e90753a5d39419ac70d0bdb9e345209393490a69b151ced1b
SHA1: 5a3891758d5d1f9b6faf6ef8163ad0dc406db2b4
MD5sum: 312fdcb99985fa3d71a1a37706bcb736
Description: Geographic objects support for PostgreSQL 12
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 12 database, the
 postgresql-12-postgis-3-scripts package must be installed as well.
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis
Version: 3.0.2+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4380
Depends: postgresql-12-postgis-3 (= 3.0.2+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.0.2+dfsg-2.pgdg+1_arm64.deb
Size: 4077976
SHA256: 2c4fbd9ae51f26d5ae82c049118c4f898087fcbabd8a608fb6d3af5271dec102
SHA1: 7da512723a6c69914c4d7b6b4fbaeaec500f61c3
MD5sum: c9f2b8de5b6b3f49979a105b38bff5d1
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 2003d127b9e481d557bb18ceb4a75acdb9bd2221 2d4e2c898278dc6bad103e4a62b4f0c4e16a44e4 3cb300926cc76367213fc127f8144f11e4a03804 d47bcf2af567b1b8f1ce472bac57f390f6882f26
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.0.2+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26265
Depends: perl:any
Recommends: postgresql-12-postgis-3
Replaces: postgresql-12-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-12-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.0.2+dfsg-2.pgdg+1_all.deb
Size: 1095620
SHA256: 76de59e6fe326dd14edacedf311ba13cf3e35f534f92130ea77e7d4b804880de
SHA1: ecf8429b661d5f5649109ca1e5ffaa17348a3f85
MD5sum: 85dd3ea39a8c20954e4c1a48bb7b8264
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-13-pgrouting
Source: pgrouting
Version: 3.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2498
Depends: postgresql-13-pgrouting-scripts (>= 3.1.0-1.pgdg+1), postgresql-13, postgresql-13-postgis, postgresql-13-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-13-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting_3.1.0-1.pgdg+1_arm64.deb
Size: 639388
SHA256: 5e632833a5ebcfa4a79baaf9b07051fea1508ece6dabb7d7243a771b2ca28a03
SHA1: 55cc933153eea121ba521235cf05994ee4a5c9cf
MD5sum: 38a851cf262d43a9d64199eca51850a4
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 13.
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-13-pgrouting-dbgsym
Source: pgrouting
Version: 3.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 23565
Depends: postgresql-13-pgrouting (= 3.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-dbgsym_3.1.0-1.pgdg+1_arm64.deb
Size: 23417916
SHA256: f4e8d3acb10339c182af9442fbccabd4fb9ed3cd20677cca5082f2261c80590c
SHA1: c05c00208ffd840a456e86c3ad15f04dcba01378
MD5sum: 312ee0482fb66002fdcb8d5d009448ae
Description: debug symbols for postgresql-13-pgrouting
Build-Ids: c5f35f15a88909db25b9d378cdd9e63d3ef00d33
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-13-pgrouting-doc
Source: pgrouting
Version: 3.1.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6091
Depends: libjs-mathjax, libjs-sphinxdoc (>= 2.4.3-5~)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-doc_3.1.0-1.pgdg+1_all.deb
Size: 1189796
SHA256: f8281bce3c47a669459a20728aaca1cbda131235c546586caf9586ff66577a2f
SHA1: 4ef91332ed47d810820b12b3e48d94d48fc07b54
MD5sum: f9621b6fd65f5c3591fc0d75e96c2bab
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.
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-13-pgrouting-scripts
Source: pgrouting
Version: 3.1.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 922
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-scripts_3.1.0-1.pgdg+1_all.deb
Size: 52800
SHA256: b7769d793dc978c034463d64908c29c42d73e1340abdd3490f74f6ab580043f4
SHA1: 41229e37b5abe607aeef47149cb3a25427ca6bb0
MD5sum: b4a91d6a6b3136b22da3e2b9c2da5d03
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 13.
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-13-postgis-2.5
Source: postgis-2.5
Version: 2.5.5+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7981
Depends: postgresql-13, postgresql-13-postgis-2.5-scripts, libc6 (>= 2.17), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.7.0), libjson-c5 (>= 0.15), liblwgeom-2.5-0 (>= 2.5.4), libpcre3, libproj19 (>= 4.9.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.2.0), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-13-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-13-postgis-2.5_2.5.5+dfsg-1.pgdg+1_arm64.deb
Size: 2969680
SHA256: 4c0beced6251dec9a961e0351e7c3b52913e96fc6e12824a10c141a204e22e67
SHA1: 01866f4c78858201f8dfed8dcb6abb0ae4924def
MD5sum: 2a274e59d41c9e625c7bf628ff7e9648
Description: Geographic objects support for PostgreSQL 13
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 13 database, the
 postgresql-13-postgis-2.5-scripts package must be installed as well.
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-13-postgis-2.5-dbgsym
Source: postgis-2.5
Version: 2.5.5+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1950
Depends: postgresql-13-postgis-2.5 (= 2.5.5+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis-2.5/postgresql-13-postgis-2.5-dbgsym_2.5.5+dfsg-1.pgdg+1_arm64.deb
Size: 1744352
SHA256: b8ed3a1965118c31119c674a6d103688eee2464c37511af444499db2e00678e8
SHA1: 4dfb7648cd2bbd2b35ba9a2141820a6fc8bfde2d
MD5sum: 0f275b8bc26f297899e92425fb0d68a5
Description: debug symbols for postgresql-13-postgis-2.5
Build-Ids: cfe1f3935d5fa093839b296a60b854eb897a94e0 db8f718d6b4dff8f2f662b6e45436a5a2275dcbc f1d9096aab0955fff240cca7b9628f442f20e144 fd42cbddb5b7fbbd5ed06b6c0f6f35b10571a4d8
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-13-postgis-2.5-scripts
Source: postgis-2.5
Version: 2.5.5+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 22082
Depends: perl:any
Recommends: postgresql-13-postgis-2.5
Conflicts: postgresql-13-postgis-2.2-scripts, postgresql-13-postgis-2.3-scripts, postgresql-13-postgis-2.4-scripts
Breaks: postgresql-13-postgis-scripts (<< 2.2.2+dfsg-3~)
Replaces: postgresql-13-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-13-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-13-postgis-2.5-scripts_2.5.5+dfsg-1.pgdg+1_all.deb
Size: 825956
SHA256: 033d0b3eb7b3db40c493e53b981ecb69485569f23688696dc3ab5d4867538c28
SHA1: cf0ca1f9e19066c8eeb1914605582b63d0a39838
MD5sum: af6304295a233fa91c1bc72ef60b0050
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.0.2+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9458
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.8.0), libgmpxx4ldbl, libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-13-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.0.2+dfsg-2.pgdg+1_arm64.deb
Size: 3265448
SHA256: 2cc0bf6879bfeade34cf60f45c52c8b897fec779f53bf07c1ab40dda4642e870
SHA1: 8a063180a65097d6a15eaf10a670c3baee102bc3
MD5sum: e9e304bf9b8f1112d84b29ca60d3b996
Description: Geographic objects support for PostgreSQL 13
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 13 database, the
 postgresql-13-postgis-3-scripts package must be installed as well.
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis
Version: 3.0.2+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4387
Depends: postgresql-13-postgis-3 (= 3.0.2+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.0.2+dfsg-2.pgdg+1_arm64.deb
Size: 4078352
SHA256: 6806ee8bdfac6b15970c8ef7cf2421437b0100d212212dbbf7b4d6c42aa25329
SHA1: 7ea212a67e1d25c3e19e718f515ce8b103555da9
MD5sum: 00199a28cdd068be7c79a6aad494f50e
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: c8855f463a8fc52b6cc9c2c083c5aeaa1000d6f5 d88cf40fccb82a82141e8018bd8d963334b61e27 daf2ca7b7f3129bb36c7f4652f89b68f9eb38aed ee39c72c0e635ad178edfc13e9ce20035e860e95
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.0.2+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26265
Depends: perl:any
Recommends: postgresql-13-postgis-3
Replaces: postgresql-13-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-13-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.0.2+dfsg-2.pgdg+1_all.deb
Size: 1095180
SHA256: 3b1619c7ccd7828a94e8f82ace89bf256fb21e5c516af1e567344d8b6e89c10d
SHA1: db2bd2e8cfef495608867ae1b0ec36845ecaf3c7
MD5sum: 4f248b638a06edfdf2dcbba8cb794673
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-9.5-pgrouting
Source: pgrouting
Version: 3.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2486
Depends: postgresql-9.5-pgrouting-scripts (>= 3.1.0-1.pgdg+1), postgresql-9.5, postgresql-9.5-postgis, postgresql-9.5-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-9.5-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-9.5-pgrouting_3.1.0-1.pgdg+1_arm64.deb
Size: 639168
SHA256: ccf0e0461ae7f5ebccf916c7628565a026ebdce0d48346189bc6286417450728
SHA1: 453d3442858c1b1d58b02a4a02720140ebb01d6d
MD5sum: 05fb2c8e49030b04c724d11fd724449e
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.
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-9.5-pgrouting-dbgsym
Source: pgrouting
Version: 3.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 23416
Depends: postgresql-9.5-pgrouting (= 3.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-9.5-pgrouting-dbgsym_3.1.0-1.pgdg+1_arm64.deb
Size: 23277420
SHA256: 6c1eb93d9cb5bb42e04b37c92c9ebf6a10236954a7820db94f9d1b53fa1d32e6
SHA1: 21a82f42c971d7d908f6cadb740ac5f57e9bb263
MD5sum: fe4e43e49de10aabcca5cda08da6fb0a
Description: debug symbols for postgresql-9.5-pgrouting
Build-Ids: b2c142d48caafd9b9741e93175bc7e144faff15e
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-9.5-pgrouting-doc
Source: pgrouting
Version: 3.1.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6058
Depends: libjs-mathjax, libjs-sphinxdoc (>= 2.4.3-5~)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-9.5-pgrouting-doc_3.1.0-1.pgdg+1_all.deb
Size: 1185072
SHA256: d04809778ed36393318953033805504c20618889115e8cf74eaafadbc96e0b7c
SHA1: e87891d1785743848b4b9f0964104305bf3a1a0b
MD5sum: 623ae763afad64d5ca568a8fb968fc6f
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.
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-9.5-pgrouting-scripts
Source: pgrouting
Version: 3.1.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 922
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-9.5-pgrouting-scripts_3.1.0-1.pgdg+1_all.deb
Size: 52788
SHA256: e547e74ebc113b453f5dab229cf2180f9ecf67e7130ffdda56a93443539a8083
SHA1: c3da5ebd58fb0e17d658def951f5082b06fcd909
MD5sum: 6a852da71e04bd51db73945e77fba6d6
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 9.5.
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-9.5-postgis-2.5
Source: postgis-2.5
Version: 2.5.5+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1743
Depends: postgresql-9.5, postgresql-9.5-postgis-2.5-scripts, libc6 (>= 2.17), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.7.0), libjson-c5 (>= 0.15), liblwgeom-2.5-0 (>= 2.5.4), libpcre3, libproj19 (>= 4.9.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.2.0), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-9.5-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-9.5-postgis-2.5_2.5.5+dfsg-1.pgdg+1_arm64.deb
Size: 583260
SHA256: 9ba2e07bd128eaa3493c7219928aa436e248df47f2c9ffcbf3d887be949d7c77
SHA1: 2fb8dd0002cd7dc17bcdc2bb454a2b7e70a47312
MD5sum: 16028330511ace167b2bca86a9211451
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".
 .
 To create the PostGIS extensions in a PostgreSQL 9.5 database, the
 postgresql-9.5-postgis-2.5-scripts package must be installed as well.
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-9.5-postgis-2.5-dbgsym
Source: postgis-2.5
Version: 2.5.5+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1831
Depends: postgresql-9.5-postgis-2.5 (= 2.5.5+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis-2.5/postgresql-9.5-postgis-2.5-dbgsym_2.5.5+dfsg-1.pgdg+1_arm64.deb
Size: 1624452
SHA256: cb1d957b406b6f6de3f0c6ae1cfecf25e840ca24fa7e1cd9c7759a4eae84bd85
SHA1: d931ddb4f716f53dbf2fd518223b4f0274fdb564
MD5sum: 9777fc02f73b90a0d181d1324cd8bd76
Description: debug symbols for postgresql-9.5-postgis-2.5
Build-Ids: 0008e8039e29455f959145accc37739fce9867e8 51399f2689765dabea27b9c37e5e82dc09d03b9e 5c3a76e19a95c877a87cd6f7c777674335110550 a55cd182f51677acd0f7d74515b584bdb330e8eb
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-9.5-postgis-2.5-scripts
Source: postgis-2.5
Version: 2.5.5+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 21984
Depends: perl:any
Recommends: postgresql-9.5-postgis-2.5
Conflicts: postgresql-9.5-postgis-2.2-scripts, postgresql-9.5-postgis-2.3-scripts, postgresql-9.5-postgis-2.4-scripts
Breaks: postgresql-9.5-postgis-scripts (<< 2.2.2+dfsg-3~)
Replaces: postgresql-9.5-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-9.5-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-9.5-postgis-2.5-scripts_2.5.5+dfsg-1.pgdg+1_all.deb
Size: 855528
SHA256: ed4a29d0e8132796d36dcd4649d45ef45f3a6f9e25c03baa2a16de23f1e1a341
SHA1: fbd50dc945df3c9322f62b4616d21c175bff48bd
MD5sum: f2997dd39cc5a2147e8dd59f0793d11b
Description: Geographic objects support for PostgreSQL 9.5 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 9.5 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-9.5-postgis-3
Source: postgis
Version: 3.0.2+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2897
Depends: postgresql-9.5, postgresql-9.5-postgis-3-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.8.0), libgmpxx4ldbl, libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-9.5-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-9.5-postgis-3_3.0.2+dfsg-2.pgdg+1_arm64.deb
Size: 759864
SHA256: c262549b1d0a50ef32ac55b71673aec0e181527a07e0aa27420a7c956c24a4bd
SHA1: c1462c3acb54113b0007a7d1db954c1d97e1bcbe
MD5sum: fbb9de0a63b7634a192e515aed085ef9
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".
 .
 To create the PostGIS extensions in a PostgreSQL 9.5 database, the
 postgresql-9.5-postgis-3-scripts package must be installed as well.
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-9.5-postgis-3-dbgsym
Source: postgis
Version: 3.0.2+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4246
Depends: postgresql-9.5-postgis-3 (= 3.0.2+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-9.5-postgis-3-dbgsym_3.0.2+dfsg-2.pgdg+1_arm64.deb
Size: 3945044
SHA256: 7b51344d442a7a25bfd0313202f544a305066ffc42e12e4513ed6c5fabdc4858
SHA1: d1cc699053ccce728df9ae3417a96260ea2a1152
MD5sum: 1173eb73bfed170c30aefe4e7ae43550
Description: debug symbols for postgresql-9.5-postgis-3
Build-Ids: 3c862d9d563ce5a1b74d6ffe182e9c3365f3a800 452ff3b36ad1baf634bf4adcec509ce767714199 80f6575d7a76f9c9d9930aa2ceed3b9a305094f2 c0a77e63110dfdb30d0babeb852177159e75923f
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-9.5-postgis-3-scripts
Source: postgis
Version: 3.0.2+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26109
Depends: perl:any
Recommends: postgresql-9.5-postgis-3
Replaces: postgresql-9.5-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-9.5-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-9.5-postgis-3-scripts_3.0.2+dfsg-2.pgdg+1_all.deb
Size: 1081376
SHA256: f5a0ab304f1bc7d00f7c66ff79b4f3b37ab575e5d65476851f72f6e115a7cd3d
SHA1: f5993adcacd5747727c0bc24d920c91dbcc40886
MD5sum: 76e402526b0c812b39c35aad331ce3a8
Description: Geographic objects support for PostgreSQL 9.5 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 9.5 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-9.6-pgrouting
Source: pgrouting
Version: 3.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2490
Depends: postgresql-9.6-pgrouting-scripts (>= 3.1.0-1.pgdg+1), postgresql-9.6, postgresql-9.6-postgis, postgresql-9.6-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-9.6-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-9.6-pgrouting_3.1.0-1.pgdg+1_arm64.deb
Size: 639480
SHA256: f9ea10a0dbc0bf064d7acf5643403e985d990343329dffd0369975c888d734b0
SHA1: 95aa88319d885a837cc3ebcb449eb3242b89aed3
MD5sum: b797d9e36161196fabc9186503688830
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.
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-9.6-pgrouting-dbgsym
Source: pgrouting
Version: 3.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 23430
Depends: postgresql-9.6-pgrouting (= 3.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-9.6-pgrouting-dbgsym_3.1.0-1.pgdg+1_arm64.deb
Size: 23289192
SHA256: 8e7743cd9755a0f9c83fceb1c46cb40271ad9dfd1f1587768511091c88d8b8ec
SHA1: 2ef9ef3625805269ad7a07f7f189ab62b5f7df07
MD5sum: 7cd4846af7f88793e5bcf3372480a107
Description: debug symbols for postgresql-9.6-pgrouting
Build-Ids: 90e188eb253d86c6f2f29ea3cc079471d4328a98
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-9.6-pgrouting-doc
Source: pgrouting
Version: 3.1.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6058
Depends: libjs-mathjax, libjs-sphinxdoc (>= 2.4.3-5~)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-9.6-pgrouting-doc_3.1.0-1.pgdg+1_all.deb
Size: 1184780
SHA256: 76cceaacf4b4ec0f3ca62ade1530c50bf8d18f70d01eeb580632e623c32b70b4
SHA1: f1c456a3d046da648a0e4bf52d17b3ea5a586f93
MD5sum: 0f605065a0620ec49cdc682e8cdbeb18
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.
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-9.6-pgrouting-scripts
Source: pgrouting
Version: 3.1.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 922
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-9.6-pgrouting-scripts_3.1.0-1.pgdg+1_all.deb
Size: 52800
SHA256: b3181381e17a5aa42bc44309d1dcc880040c8d705a8737988143141825caa65a
SHA1: 8b6cdfb4250d0801f63b70eb55fcb6a4e2cd813f
MD5sum: cdcdd1a054f2335dd970e635f4fcc1bc
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 9.6.
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-9.6-postgis-2.5
Source: postgis-2.5
Version: 2.5.5+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1739
Depends: postgresql-9.6, postgresql-9.6-postgis-2.5-scripts, libc6 (>= 2.17), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.7.0), libjson-c5 (>= 0.15), liblwgeom-2.5-0 (>= 2.5.4), libpcre3, libproj19 (>= 4.9.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.2.0), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-9.6-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-9.6-postgis-2.5_2.5.5+dfsg-1.pgdg+1_arm64.deb
Size: 582676
SHA256: 2a2036e2bb1242c262103502b4d83fbad88d36cbb59281ec9326f81570712843
SHA1: 276ffb654710b72e6256faa8dd6976246f182e87
MD5sum: d235048fb2cc9333cd5f5e5fa6969f6a
Description: Geographic objects support for PostgreSQL 9.6
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 9.6 database, the
 postgresql-9.6-postgis-2.5-scripts package must be installed as well.
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-9.6-postgis-2.5-dbgsym
Source: postgis-2.5
Version: 2.5.5+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1842
Depends: postgresql-9.6-postgis-2.5 (= 2.5.5+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis-2.5/postgresql-9.6-postgis-2.5-dbgsym_2.5.5+dfsg-1.pgdg+1_arm64.deb
Size: 1634264
SHA256: 172720065dc8b6a34beb12f20f35168673d7aa68d0e073671acbd44193a85e7e
SHA1: 6c3026555cfa8fe4da7cedf9d48ad02e251cb02f
MD5sum: f69b0cc9bbec9d9658d02a31916af2ae
Description: debug symbols for postgresql-9.6-postgis-2.5
Build-Ids: 08ff7e4ebd7948e4bffb5b6d56f039c46516d3a7 82991c4f86979de4d1fbc3af2c5f19b7b5afd4e1 d0f9cfff5e2e31a5f4c20229b2811ad43f4f9929 e22dd458abf4a1f06d92cb522afb61ddafd1e4d0
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-9.6-postgis-2.5-scripts
Source: postgis-2.5
Version: 2.5.5+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 22085
Depends: perl:any
Recommends: postgresql-9.6-postgis-2.5
Conflicts: postgresql-9.6-postgis-2.2-scripts, postgresql-9.6-postgis-2.3-scripts, postgresql-9.6-postgis-2.4-scripts
Breaks: postgresql-9.6-postgis-scripts (<< 2.2.2+dfsg-3~)
Replaces: postgresql-9.6-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-9.6-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-9.6-postgis-2.5-scripts_2.5.5+dfsg-1.pgdg+1_all.deb
Size: 856448
SHA256: 890ef80c8fc041ec88718669c50dd1518026bbdac2ee954ea70f4309f5cabf16
SHA1: 9120024b478956113ad6af7b7d1c219fddc50219
MD5sum: 7a76e71bd49a12b7296e43b476915977
Description: Geographic objects support for PostgreSQL 9.6 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 9.6 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-9.6-postgis-3
Source: postgis
Version: 3.0.2+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2889
Depends: postgresql-9.6, postgresql-9.6-postgis-3-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.8.0), libgmpxx4ldbl, libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-9.6-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-9.6-postgis-3_3.0.2+dfsg-2.pgdg+1_arm64.deb
Size: 759624
SHA256: cb0d1b2a6e163761e314c0c273bf625563136e46986a5b6f3badef0ef0d0425c
SHA1: 39012e8cb873e84a8dbfb2cf0848e020af9c9d77
MD5sum: 86c10db1631afd1de9432a735fcad0da
Description: Geographic objects support for PostgreSQL 9.6
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 9.6 database, the
 postgresql-9.6-postgis-3-scripts package must be installed as well.
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-9.6-postgis-3-dbgsym
Source: postgis
Version: 3.0.2+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4257
Depends: postgresql-9.6-postgis-3 (= 3.0.2+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-9.6-postgis-3-dbgsym_3.0.2+dfsg-2.pgdg+1_arm64.deb
Size: 3954960
SHA256: 793fabae50da2b24c2ec48dd9f1b626a0e45244277df8b50a59ddeb1ca0ded3c
SHA1: efde305f5c53b4f8bf64b96f2a9f5079f209fbfa
MD5sum: e172b9a01b8f8be37ee2aee6b9cd2519
Description: debug symbols for postgresql-9.6-postgis-3
Build-Ids: 6d143d6e2b09243e5e8a88a5aef7f1a2bc9a4cc0 7996d97843fb93f7cc0a378fd0544bcb19c04a7f ad15be64f1886a4b1dd2ec68a7ef3fafff4750a4 e30b299ee2c336ceab3f25c8ea6ba98faee885ad
Timestamp: 2020-08-18 14:03:19+00

Package: postgresql-9.6-postgis-3-scripts
Source: postgis
Version: 3.0.2+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26181
Depends: perl:any
Recommends: postgresql-9.6-postgis-3
Replaces: postgresql-9.6-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-9.6-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-9.6-postgis-3-scripts_3.0.2+dfsg-2.pgdg+1_all.deb
Size: 1087372
SHA256: 46331e07b8a36cdd44c22f01530f060894c605083a2e10c919c2bcab584b5a51
SHA1: 7b12c687ebe93c658bf678958ec25cc5320eede4
MD5sum: 554b32afbd9b480ccb73b04b2283f86d
Description: Geographic objects support for PostgreSQL 9.6 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 9.6 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-08-18 14:03:19+00

Package: pgadmin4
Version: 4.25-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 560
Depends: pgadmin4-common (= 4.25-1.pgdg+1), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpython3.8 (>= 3.8.2), libqt5core5a (>= 5.14.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5widgets5 (>= 5.0.2), libstdc++6 (>= 5)
Homepage: https://www.pgadmin.org/
Priority: optional
Section: database
Filename: pool/main/p/pgadmin4/pgadmin4_4.25-1.pgdg+1_arm64.deb
Size: 376336
SHA256: a880abb561bcc04ac052718c0213f2c3784c99e1e44c502cf0cfbd0a1a0e45eb
SHA1: 9b180318881dfae3fced15dfba1df6c647dab3f0
MD5sum: b7428760bafda4bdb7f22fd69136937b
Description: PostgreSQL management tool - GUI application
 pgAdmin is an open source administration and management tool for the
 PostgreSQL database. It includes a graphical administration interface, an SQL
 query tool, a procedural code debugger and much more. The tool is designed to
 answer the needs of developers, DBAs and system administrators alike.
 .
 This package installs the GUI application.
Timestamp: 2020-08-20 18:49:42+00

Package: pgadmin4-apache2
Source: pgadmin4
Version: 4.25-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: apache2 | httpd-wsgi, libapache2-mod-wsgi-py3 | httpd-wsgi, pgadmin4-common (= 4.25-1.pgdg+1), debconf (>= 0.5) | debconf-2.0
Homepage: https://www.pgadmin.org/
Priority: optional
Section: database
Filename: pool/main/p/pgadmin4/pgadmin4-apache2_4.25-1.pgdg+1_all.deb
Size: 10128
SHA256: c68c7a947f65b4258e12d6e9ad89952190b7a0ecd11f821883ad6290f6f38881
SHA1: 135f6aac43d749bf5cc1ffa28a7f6f96ee8195f0
MD5sum: 5cf7ba674c796875071292a42080d8ce
Description: PostgreSQL management tool - WSGI application
 pgAdmin is an open source administration and management tool for the
 PostgreSQL database. It includes a graphical administration interface, an SQL
 query tool, a procedural code debugger and much more. The tool is designed to
 answer the needs of developers, DBAs and system administrators alike.
 .
 This package installs the WSGI application for the Apache web server.
Timestamp: 2020-08-20 18:49:42+00

Package: pgadmin4-common
Source: pgadmin4
Version: 4.25-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32957
Depends: fonts-open-sans, fonts-roboto-unhinted, python3-cryptography, python3-dateutil, python3-flask, python3-flask-babelex, python3-flask-compress, python3-flask-gravatar, python3-flask-login, python3-flask-migrate, python3-flask-paranoid, python3-flask-security (>= 3.0.0), python3-flask-sqlalchemy, python3-ldap3, python3-psutil, python3-psycopg2 (>= 2.7.4), python3-simplejson, python3-sqlparse (>> 0.2), python3-sshtunnel, python3-werkzeug (>= 0.15), python3:any
Recommends: pgadmin4-doc, python3-psycopg2 (>= 2.8)
Conflicts: python3-pgadmin4
Replaces: python3-pgadmin4
Homepage: https://www.pgadmin.org/
Priority: optional
Section: database
Filename: pool/main/p/pgadmin4/pgadmin4-common_4.25-1.pgdg+1_all.deb
Size: 4450508
SHA256: ca767402426817172cafa279ef9b827ceda94a1c6ec6467e0c7a6661fe0439f2
SHA1: 8b7d1d2861d95fe86615f4c4f5c8436fe605776b
MD5sum: bfa4d1f6d875ffdd4ac10350612713ae
Description: PostgreSQL management tool - common files
 pgAdmin is an open source administration and management tool for the
 PostgreSQL database. It includes a graphical administration interface, an SQL
 query tool, a procedural code debugger and much more. The tool is designed to
 answer the needs of developers, DBAs and system administrators alike.
 .
 This package contains the files shared by the GUI and WSGI applications.
Timestamp: 2020-08-20 18:49:42+00

Package: pgadmin4-dbgsym
Source: pgadmin4
Version: 4.25-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1217
Depends: pgadmin4 (= 4.25-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgadmin4/pgadmin4-dbgsym_4.25-1.pgdg+1_arm64.deb
Size: 1199452
SHA256: 9be343cf43a07ce6256dce5ad79c0e78dd3bf1fe7c50dd8015a4226dbe014c67
SHA1: 498389725c3829a57d348a2542990e2e892222ac
MD5sum: fc5e00f15912ff2f75a3c074df10a4ed
Description: debug symbols for pgadmin4
Build-Ids: ceb89bb2f274cc6f2d79b0dcf6bf267c1641aa65
Timestamp: 2020-08-20 18:49:42+00

Package: pgadmin4-doc
Source: pgadmin4
Version: 4.25-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27789
Depends: libjs-jquery, libjs-underscore
Homepage: https://www.pgadmin.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgadmin4/pgadmin4-doc_4.25-1.pgdg+1_all.deb
Size: 23160336
SHA256: edbb498243c633c4a90c9f5ff61335a79aad5e93731dcb54e1843ab1431bdccf
SHA1: 03f2cf4d2c7cb9a7e3898c100563fca51d832c2c
MD5sum: 5ebc4c6e25ccc0b9c762e78d10f9a38f
Description: PostgreSQL management tool - HTML documentation
 pgAdmin is an open source administration and management tool for the
 PostgreSQL database. It includes a graphical administration interface, an SQL
 query tool, a procedural code debugger and much more. The tool is designed to
 answer the needs of developers, DBAs and system administrators alike.
 .
 This package installs the HTML documentation.
Timestamp: 2020-08-20 18:49:42+00

Package: postgresql-10-pgsphere
Source: pgsphere
Version: 1.1.1+2020-08-21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 936
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx2 (>= 3.60.0), libstdc++6 (>= 5.2), postgresql-10
Conflicts: postgresql-pgsphere (<< 1.1.1+2020)
Replaces: postgresql-pgsphere (<< 1.1.1+2020)
Provides: postgresql-pgsphere
Homepage: http://pgsphere.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-10-pgsphere_1.1.1+2020-08-21-1.pgdg+1_arm64.deb
Size: 316728
SHA256: c0c93f0d8b60ef415fbb89ba50146685670a0f395355c90b8a4e0baa0b04c0ca
SHA1: 43d74b7013aaf76d44fd8510cd8a26de90b639c6
MD5sum: d7ec759dd4f57f2df469815d3bbb25da
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2020-08-21 12:52:27+00

Package: postgresql-10-pgsphere-dbgsym
Source: pgsphere
Version: 1.1.1+2020-08-21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 366
Depends: postgresql-10-pgsphere (= 1.1.1+2020-08-21-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-10-pgsphere-dbgsym_1.1.1+2020-08-21-1.pgdg+1_arm64.deb
Size: 310052
SHA256: 6dce088d43c3293cf2302bab89842cdaa0f69f332d9fa6e7b59510558725f8e1
SHA1: 1435f26e74f936000ad4e03afe917aa56f1c432d
MD5sum: 0697b00ff41339a06c6fadc402843427
Description: debug symbols for postgresql-10-pgsphere
Build-Ids: b00c3d29b06a665abd8e6435111dfe8bf09dd56d
Timestamp: 2020-08-21 12:52:27+00

Package: postgresql-11-pgsphere
Source: pgsphere
Version: 1.1.1+2020-08-21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1570
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx2 (>= 3.60.0), libstdc++6 (>= 5.2), postgresql-11
Conflicts: postgresql-pgsphere (<< 1.1.1+2020)
Replaces: postgresql-pgsphere (<< 1.1.1+2020)
Provides: postgresql-pgsphere
Homepage: http://pgsphere.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-11-pgsphere_1.1.1+2020-08-21-1.pgdg+1_arm64.deb
Size: 543312
SHA256: cb06d4710f3a670269f063cdd3ae8103884f725522b437608ebfabd7f98cf909
SHA1: 623dbf2f3840e19dd27568be34a6cf1b7a38d0fb
MD5sum: 91bd8272eb35fa2fcd06a6b5f44269f4
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2020-08-21 12:52:27+00

Package: postgresql-11-pgsphere-dbgsym
Source: pgsphere
Version: 1.1.1+2020-08-21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 366
Depends: postgresql-11-pgsphere (= 1.1.1+2020-08-21-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-11-pgsphere-dbgsym_1.1.1+2020-08-21-1.pgdg+1_arm64.deb
Size: 310248
SHA256: 0c5a3e2e52c7e3148b15141a27f3c95e170a9a2d9d52f2e285a725624ecbd355
SHA1: 26dd588d4eb30852689a31fb595f0b3342735824
MD5sum: 1c590f1c4e13ebd1bbcbca4e25a9a14c
Description: debug symbols for postgresql-11-pgsphere
Build-Ids: b62b04d8fdb83ab90bb56a6825bc9db318662ece
Timestamp: 2020-08-21 12:52:27+00

Package: postgresql-12-pgsphere
Source: pgsphere
Version: 1.1.1+2020-08-21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1569
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx2 (>= 3.60.0), libstdc++6 (>= 5.2), postgresql-12
Conflicts: postgresql-pgsphere (<< 1.1.1+2020)
Replaces: postgresql-pgsphere (<< 1.1.1+2020)
Provides: postgresql-pgsphere
Homepage: http://pgsphere.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-12-pgsphere_1.1.1+2020-08-21-1.pgdg+1_arm64.deb
Size: 542948
SHA256: 9c02614c422410ba2b9614c32ed6ce8c61cf192dfccd023e4e72907eaf302837
SHA1: 004a03a180ce298f1d4b679f1c9f67d4f42cdc51
MD5sum: fe2bf623dd6455597d1925f4ca866697
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2020-08-21 12:52:27+00

Package: postgresql-12-pgsphere-dbgsym
Source: pgsphere
Version: 1.1.1+2020-08-21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 368
Depends: postgresql-12-pgsphere (= 1.1.1+2020-08-21-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-12-pgsphere-dbgsym_1.1.1+2020-08-21-1.pgdg+1_arm64.deb
Size: 311816
SHA256: 21aae2482209cdd798abd13c008010f378eff26bc605ca9b1a91c97237c0fa0d
SHA1: b7c4e1a2a44725a906df0579bc8c819f24698b6c
MD5sum: abbcd256808ef2a82a5025dca1ae4071
Description: debug symbols for postgresql-12-pgsphere
Build-Ids: 6a7c979e7d78314c1a75ea11270507cdb758462b
Timestamp: 2020-08-21 12:52:27+00

Package: postgresql-13-pgsphere
Source: pgsphere
Version: 1.1.1+2020-08-21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1568
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx2 (>= 3.60.0), libstdc++6 (>= 5.2), postgresql-13
Conflicts: postgresql-pgsphere (<< 1.1.1+2020)
Replaces: postgresql-pgsphere (<< 1.1.1+2020)
Provides: postgresql-pgsphere
Homepage: http://pgsphere.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-13-pgsphere_1.1.1+2020-08-21-1.pgdg+1_arm64.deb
Size: 543668
SHA256: b77e620a0f0a22e52403b43d66f0a52330e0553316aba138e5e212f9e534ae47
SHA1: 1f2b60b0367cbfe4236caf2a6ad9a42b283a9549
MD5sum: 81b891e1fc1f4a25f4e7a5057833311f
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2020-08-21 12:52:27+00

Package: postgresql-13-pgsphere-dbgsym
Source: pgsphere
Version: 1.1.1+2020-08-21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 368
Depends: postgresql-13-pgsphere (= 1.1.1+2020-08-21-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-13-pgsphere-dbgsym_1.1.1+2020-08-21-1.pgdg+1_arm64.deb
Size: 312648
SHA256: c66acf29c1aa2ff221ee47a447b72de2050bedbdc4635c1546ccaf1a8e2de933
SHA1: a8918875485ce9c95459b04eb1b250faadd7d46c
MD5sum: 3fb7396b5202b6aebeaa69a7822d2985
Description: debug symbols for postgresql-13-pgsphere
Build-Ids: f77b0a146e83603466f467bf54b2d502803b84c0
Timestamp: 2020-08-21 12:52:27+00

Package: postgresql-9.5-pgsphere
Source: pgsphere
Version: 1.1.1+2020-08-21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 939
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx2 (>= 3.60.0), libstdc++6 (>= 5.2), postgresql-9.5
Conflicts: postgresql-pgsphere (<< 1.1.1+2020)
Replaces: postgresql-pgsphere (<< 1.1.1+2020)
Provides: postgresql-pgsphere
Homepage: http://pgsphere.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-9.5-pgsphere_1.1.1+2020-08-21-1.pgdg+1_arm64.deb
Size: 316864
SHA256: ec2355fd0bfbd07e344d57844271a3bcc62fa42e13e59680388c94726037c84e
SHA1: bce7370eb262b5c8c800374670377641d75c0d44
MD5sum: 31e94e5d23ca3b75b4f115a072eab10c
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2020-08-21 12:52:27+00

Package: postgresql-9.5-pgsphere-dbgsym
Source: pgsphere
Version: 1.1.1+2020-08-21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 364
Depends: postgresql-9.5-pgsphere (= 1.1.1+2020-08-21-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-9.5-pgsphere-dbgsym_1.1.1+2020-08-21-1.pgdg+1_arm64.deb
Size: 307492
SHA256: dbdf37678147ab8eab3deafd68877e46b23fa7d4f8b846f74e2474ef1c123f22
SHA1: 73d64545e7789f9c63f1d54e6f4254e4d6de734a
MD5sum: 264b5db7a7807ad350cde289437684d2
Description: debug symbols for postgresql-9.5-pgsphere
Build-Ids: c5c7ef7fe5d03be23d0c25d923c112151e084cda
Timestamp: 2020-08-21 12:52:27+00

Package: postgresql-9.6-pgsphere
Source: pgsphere
Version: 1.1.1+2020-08-21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 940
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx2 (>= 3.60.0), libstdc++6 (>= 5.2), postgresql-9.6
Conflicts: postgresql-pgsphere (<< 1.1.1+2020)
Replaces: postgresql-pgsphere (<< 1.1.1+2020)
Provides: postgresql-pgsphere
Homepage: http://pgsphere.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-9.6-pgsphere_1.1.1+2020-08-21-1.pgdg+1_arm64.deb
Size: 316900
SHA256: b9c081520ab1f33cec58131f6f34507ab780995c12b983e216f40601ae93351a
SHA1: ef9447e0432a353477c9cb10d8400663a1f6be25
MD5sum: f03b83f990276501ab612a287acead6a
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2020-08-21 12:52:27+00

Package: postgresql-9.6-pgsphere-dbgsym
Source: pgsphere
Version: 1.1.1+2020-08-21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 364
Depends: postgresql-9.6-pgsphere (= 1.1.1+2020-08-21-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-9.6-pgsphere-dbgsym_1.1.1+2020-08-21-1.pgdg+1_arm64.deb
Size: 308208
SHA256: 7f75f11e5ead08ecc4b6751035237e4bf2c3531d8fb7610c0c68cb2aa1a642be
SHA1: 9727d73428c3a1aa98db2ec07fb77dd59d3dd377
MD5sum: 20eaca4f615c5f02ec515b89622f1548
Description: debug symbols for postgresql-9.6-pgsphere
Build-Ids: 21ba7f1c12f315e2131d4d228e2fd1f7fcd856ca
Timestamp: 2020-08-21 12:52:27+00

Package: libpostgresql-jdbc-java
Source: libpgjava
Version: 42.2.15-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 930
Conflicts: libpg-java (<= 9.1-901-1), libpgjava (<= 7.4.7-3)
Replaces: libpg-java (<= 9.1-901-1), libpgjava
Provides: libpg-java, libpgjava
Built-Using: libscram-java (= 1.0.0~beta.2-3.pgdg+1)
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: java
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java_42.2.15-1.pgdg+1_all.deb
Size: 856796
SHA256: 465cb3333645cc6f01a787aa5f88d52bbb1da05b279325bffd17e94482662e06
SHA1: 9689d6ca653b7d14dd2adb4eccf7ad51b9ca2712
MD5sum: f8238d0c85e936067a1935080b99d316
Description: Java database (JDBC) driver for PostgreSQL
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
Timestamp: 2020-08-31 13:40:50+00

Package: libpostgresql-jdbc-java-doc
Source: libpgjava
Version: 42.2.15-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 10956
Depends: default-jdk-doc
Conflicts: libpg-java-doc (<= 8.4-702-1)
Replaces: libpg-java-doc
Provides: libpg-java-doc
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java-doc_42.2.15-1.pgdg+1_all.deb
Size: 626912
SHA256: 0738240b0e871c36856b2bd06c8a9bb79b0fd7f65832363034f29d65afc29ba4
SHA1: a04f7863a474ec27637014dad4562e00f29b2767
MD5sum: d71a98219e718b7d0e9c963de86de06f
Description: Java database (JDBC) driver for PostgreSQL (documentation)
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
 .
 This package contains the documentation.
Timestamp: 2020-08-31 13:40:50+00

Package: postgresql-10-plpgsql-check
Source: plpgsql-check
Version: 1.13.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check_1.13.1-1.pgdg+1_arm64.deb
Size: 64420
SHA256: 15163ef5032f3a883eaee668dfa2c761282b04855d88ce171b8235e3161d92af
SHA1: 4d91477c95cf761f7428f1d0b7cbe9ab20f32774
MD5sum: 2834936e4cd0d738e832d8c3580c566a
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2020-08-31 13:40:50+00

Package: postgresql-10-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.13.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: postgresql-10-plpgsql-check (= 1.13.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check-dbgsym_1.13.1-1.pgdg+1_arm64.deb
Size: 179944
SHA256: 2e050a2c26d8175ce84fe6b8e52becf31cee1c237290bcfb0587f32d0baf5766
SHA1: f7233d3ca65c19258a6bf7ecc57150b91e00ff4b
MD5sum: cd9d9095dd9a2ff6d8bfebdf0ef69c94
Description: debug symbols for postgresql-10-plpgsql-check
Build-Ids: 45704a63b47a7c451d516fa4eada43fd6987d92b
Timestamp: 2020-08-31 13:40:50+00

Package: postgresql-10-tds-fdw
Source: tds-fdw
Version: 2.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-10, libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-10-tds-fdw_2.0.1-1.pgdg+1_arm64.deb
Size: 32784
SHA256: 1ca7dc1c8b4cabd132286abb02dc6251372c76f8eddcd76ee8f9ff016449cbda
SHA1: 2f4fc57ca222cc32756ada13836a9fbbe46d56e0
MD5sum: a71e8377d1c1dafb6042d9d59da5be8b
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2020-08-31 13:40:50+00

Package: postgresql-10-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: postgresql-10-tds-fdw (= 2.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-10-tds-fdw-dbgsym_2.0.1-1.pgdg+1_arm64.deb
Size: 115200
SHA256: 98e5ddb1bb14fe3e337d9505041e9a2a1a1f7bd3ac1091872c3c57e1d9e22935
SHA1: 9d4553dedda965187823f2b6b684f9720be1eb95
MD5sum: eaad0769913d9a0f0fae929f0b884cd3
Description: debug symbols for postgresql-10-tds-fdw
Build-Ids: 39c7ca27400e4d7428da6b9434dc61b6efc89ffb
Timestamp: 2020-08-31 13:40:50+00

Package: postgresql-11-plpgsql-check
Source: plpgsql-check
Version: 1.13.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 552
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check_1.13.1-1.pgdg+1_arm64.deb
Size: 242676
SHA256: e43e42c5f3446da89be98238d0501796401707881bbf2044b8787b822c8e9b14
SHA1: 3718d34b006d080c00a6a3112a5a038db9d57160
MD5sum: 16fbfc6d88218e581a06d5a496cce262
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2020-08-31 13:40:50+00

Package: postgresql-11-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.13.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: postgresql-11-plpgsql-check (= 1.13.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check-dbgsym_1.13.1-1.pgdg+1_arm64.deb
Size: 186272
SHA256: 728c115e0bc530a611ba5d558b41c259f4c1b627cb6090b50e3535685976fee4
SHA1: d758a9b6674acbecf3cb28923fa209f0b76fd4db
MD5sum: 959b7ff31b571bef2bf5164caeae952b
Description: debug symbols for postgresql-11-plpgsql-check
Build-Ids: 937f4470c46001884706bedee7d146e1d676ec31
Timestamp: 2020-08-31 13:40:50+00

Package: postgresql-11-tds-fdw
Source: tds-fdw
Version: 2.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 276
Depends: postgresql-11, libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-11-tds-fdw_2.0.1-1.pgdg+1_arm64.deb
Size: 122380
SHA256: f4420dd70215e2d295432aec605ccc63e4c511cab0ff54ca87ab0d2427286b38
SHA1: 42c86a87e9e83cd9a5fc4ef0a5e55d92c0cc04ac
MD5sum: 93d9a7cbebf1937e64fc5b1242c3bdc5
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2020-08-31 13:40:50+00

Package: postgresql-11-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: postgresql-11-tds-fdw (= 2.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-11-tds-fdw-dbgsym_2.0.1-1.pgdg+1_arm64.deb
Size: 115908
SHA256: d3ba4bc02d8b4e60c36c16bec465d4832cadc1fab44c76bf48853111f89359ba
SHA1: f35c9b7472fa635236681c1b225d7de9630dbccd
MD5sum: a310861219c95e4c807f27ff0040c1d6
Description: debug symbols for postgresql-11-tds-fdw
Build-Ids: bcd9aabf13eb0ee8fd7d5767fcedc8e3130dba9c
Timestamp: 2020-08-31 13:40:50+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 1.13.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 552
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_1.13.1-1.pgdg+1_arm64.deb
Size: 248536
SHA256: 1511f859acfa1d0d3ef30b88df81407eb864b794bee2a7e7b16e2ef322ac9de6
SHA1: d002b0efbeaa7bc07e4b257d9e9fcca065514301
MD5sum: 45b531e662ffc0ea3b2b0dc9f24e2594
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2020-08-31 13:40:50+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.13.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: postgresql-12-plpgsql-check (= 1.13.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_1.13.1-1.pgdg+1_arm64.deb
Size: 193184
SHA256: 71d7e6193453efe82117f1cf35c2dd7e7136ceab75fc31c1f81841b9870a35f3
SHA1: 0c316b9f8062ab28b94103685985cd3f25117843
MD5sum: acd6c25f9b803c0e3d5706adb9a73d84
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: 4e013cd8168b4338ded9a32d58ab54304d690b39
Timestamp: 2020-08-31 13:40:50+00

Package: postgresql-12-tds-fdw
Source: tds-fdw
Version: 2.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 276
Depends: postgresql-12, libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-12-tds-fdw_2.0.1-1.pgdg+1_arm64.deb
Size: 123464
SHA256: a7d99571e34fef264c7898ad69aa1ca15793f8e46b3e88a7fef266bc9c15d27c
SHA1: df92b8488af0cba2c49ee4c59d86751db6535edd
MD5sum: e27c70da002f6e9c29fb5fbda465f7a2
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2020-08-31 13:40:50+00

Package: postgresql-12-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-12-tds-fdw (= 2.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-12-tds-fdw-dbgsym_2.0.1-1.pgdg+1_arm64.deb
Size: 123480
SHA256: 5810eb80419cac3633cf5a7139ed499a3b0687d7110ae52f0805ddffad2fa07e
SHA1: 743b47eca0aede493680412a157cbd49c9fed6cd
MD5sum: e088ec1a93c7d5f90eba4552d0546e24
Description: debug symbols for postgresql-12-tds-fdw
Build-Ids: 4e1e4fcfa07179a009937c56a5409ac4cc88435c
Timestamp: 2020-08-31 13:40:50+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 1.13.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 559
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_1.13.1-1.pgdg+1_arm64.deb
Size: 251280
SHA256: 3525debf6774f47adc75b67c0fc2e7bbdea5a2cf0d83dfad7b8edbe0f5125a16
SHA1: cc127e5da3a4f51d18bf9ddf6404f831e6663ef3
MD5sum: 3bca034ff4a732e98bb9d92a90132b99
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2020-08-31 13:40:50+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.13.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 233
Depends: postgresql-13-plpgsql-check (= 1.13.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_1.13.1-1.pgdg+1_arm64.deb
Size: 206260
SHA256: 01b1c8e0a97fc79787321063bf15a605dfaedf55b6bea4b7fed3928c2f178eda
SHA1: 0bc26e2d80958720db962de0d6dce657741ce97f
MD5sum: 94f0099491ea1c404a6b978be34793e7
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: fa274bb4c65b1526a8b2f8b3fc3b6a185be3f310
Timestamp: 2020-08-31 13:40:50+00

Package: postgresql-9.5-plpgsql-check
Source: plpgsql-check
Version: 1.13.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-9.5, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-9.5-plpgsql-check_1.13.1-1.pgdg+1_arm64.deb
Size: 64348
SHA256: 601d865f36b33e5b7338c86124ddf086ea340422f4c8c851ea1e0637e0853506
SHA1: 10cc4160cca52f39406894facb0409e15fea80e5
MD5sum: 2dae114549e1d7dd6f811ac7b560a0e2
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2020-08-31 13:40:50+00

Package: postgresql-9.5-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.13.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 209
Depends: postgresql-9.5-plpgsql-check (= 1.13.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-9.5-plpgsql-check-dbgsym_1.13.1-1.pgdg+1_arm64.deb
Size: 180816
SHA256: 3285233c61fe77bb310b968adf6bf6d2197a7b214ecea03f8752a6f5862c78f5
SHA1: 3892de1ac41f7c2e4a3bfe61b0263a67fdda541e
MD5sum: 3cba1747144f6d565de8d3dab10d28c7
Description: debug symbols for postgresql-9.5-plpgsql-check
Build-Ids: e8a3b5b78b2b1fbfc8cde79c4f314f5c3a504ba5
Timestamp: 2020-08-31 13:40:50+00

Package: postgresql-9.5-tds-fdw
Source: tds-fdw
Version: 2.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-9.5, libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-9.5-tds-fdw_2.0.1-1.pgdg+1_arm64.deb
Size: 32672
SHA256: 45d570eb6d12ea9bbf1f4a2a887c20d874d21843ce45035829a1458ec0d46a04
SHA1: 9cee84dc046ffe179153a9bdcd2c56de5bac7fc1
MD5sum: c680cb42caa118271005b3743e55110c
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2020-08-31 13:40:50+00

Package: postgresql-9.5-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 122
Depends: postgresql-9.5-tds-fdw (= 2.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-9.5-tds-fdw-dbgsym_2.0.1-1.pgdg+1_arm64.deb
Size: 104716
SHA256: bed02e14fe1293440293d4d3e687778454f2bb48be5b5add096a2b60662162bf
SHA1: fce88d9759e12e95b10380f321830a94f7642a45
MD5sum: 48126d8bbbe9e263259932a657cadfe3
Description: debug symbols for postgresql-9.5-tds-fdw
Build-Ids: 5fc86ebc066c4870db7f6208138f5a3973bccb7e
Timestamp: 2020-08-31 13:40:50+00

Package: postgresql-9.6-plpgsql-check
Source: plpgsql-check
Version: 1.13.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-9.6-plpgsql-check_1.13.1-1.pgdg+1_arm64.deb
Size: 64316
SHA256: 586f367633137404f4b30ddc9bfe1a666e340ba617f4ab8ac456e705c2d415d1
SHA1: 72e8f8dae2149c74003c732a853573bb94a7f82f
MD5sum: 5ae6c93ddf3d8494586a7557fb9b8c6f
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2020-08-31 13:40:50+00

Package: postgresql-9.6-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.13.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 209
Depends: postgresql-9.6-plpgsql-check (= 1.13.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-9.6-plpgsql-check-dbgsym_1.13.1-1.pgdg+1_arm64.deb
Size: 180888
SHA256: c323c25e8e8682e6e1e014649fb2e04b8b6aa1f2e7223012045c58ccff292007
SHA1: f6733fe2ed896f7d329b9504cfeb01226f7982be
MD5sum: 1d19a23e0ec2fa5ab542d993fee74fcd
Description: debug symbols for postgresql-9.6-plpgsql-check
Build-Ids: 9a99c5ab713109d45aaf828e5b05342f81703e07
Timestamp: 2020-08-31 13:40:50+00

Package: postgresql-9.6-tds-fdw
Source: tds-fdw
Version: 2.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-9.6, libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-9.6-tds-fdw_2.0.1-1.pgdg+1_arm64.deb
Size: 32812
SHA256: e49780dc7363f3e61b13614f56ceca3c44a46ca93d4e0690e44ff70e3ae8c20f
SHA1: dfe90dc8d306aee6e05d29a06d719c8343b98d97
MD5sum: 4a1d79ac95b7d4a674b62ae35394e257
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2020-08-31 13:40:50+00

Package: postgresql-9.6-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-9.6-tds-fdw (= 2.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-9.6-tds-fdw-dbgsym_2.0.1-1.pgdg+1_arm64.deb
Size: 109484
SHA256: 7e6198e9ebf0fda9516627ca7fc52fefdddd36e9af10ade2bec9be85627b8a6e
SHA1: 39e84ce9b5f2c5c5794d29cdc84deb2d0706ac53
MD5sum: a03e0525ceb126f0a5591531cab6c66d
Description: debug symbols for postgresql-9.6-tds-fdw
Build-Ids: e52167f67f2ff3adb98cbdc55bd7eb8757ff0c04
Timestamp: 2020-08-31 13:40:50+00

Package: python3-skytools
Source: python-skytools
Version: 3.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 291
Depends: python3 (>= 3~), python3:any, libc6 (>= 2.17), python3-psycopg2
Homepage: https://github.com/pgq/python-skytools
Priority: optional
Section: python
Filename: pool/main/p/python-skytools/python3-skytools_3.6-1.pgdg+1_arm64.deb
Size: 66332
SHA256: ce2031b29aa1d406dfca9b0767a87f72b289bb7e666a4800d4651a99196954a7
SHA1: bcc7190b631b7245e84dcd2d2c1089bd32655f4c
MD5sum: 50353de0f3f08c30ba3b4a7790bfdad2
Description: Skytools Python modules
 This is the low-level utility module split out from the old Skytools
 meta-package. It contains various utilities for writing PostgreSQL database
 scripts.
 .
 Features:
  * Support for background scripts - daemonizing - logging - config parsing
  * Database tools - tuned connection - DB structure examining - SQL parsing -
    COPY I/O
  * Time utilities - ISO timestamp parsing - datetime to timestamp
  * Text utilities - natural sort - fast urlencode I/O
Timestamp: 2020-08-31 13:40:50+00

Package: python3-skytools-dbgsym
Source: python-skytools
Version: 3.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: python3-skytools (= 3.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/python-skytools/python3-skytools-dbgsym_3.6-1.pgdg+1_arm64.deb
Size: 24628
SHA256: f8ef94d56d1cb7ac72177e95bf46bb6bc8e80efa64f7ca45997c23e12ad6e2b9
SHA1: 86ebb72dc0a70a4e225a20768023c23b83cfcdc9
MD5sum: 5430e8f7e5b3206ac66c259feb9198c6
Description: debug symbols for python3-skytools
Build-Ids: 5e826b231e86318210e552de705f733c2167f561 847607da0878214828d1ca864006f348719c2f7d
Timestamp: 2020-08-31 13:40:50+00

Package: check-pgbackrest
Version: 1.9-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: libdata-dump-perl, libjson-perl, perl
Homepage: https://github.com/pgstef/check_pgbackrest
Priority: optional
Section: database
Filename: pool/main/c/check-pgbackrest/check-pgbackrest_1.9-1.pgdg+1_all.deb
Size: 17244
SHA256: 3817c72feeac26828313a88ac8be30b96fee5e36250ba857043a5803b99f39a9
SHA1: dab95a2839ae1273f822db2a6e2e707129bfee39
MD5sum: e1f3b5a6e5dd3921b5fb9061a5c6d642
Description: pgBackRest backup check plugin for Nagios
 check_pgbackrest is designed to monitor pgBackRest PostgreSQL backups from
 Nagios.
Timestamp: 2020-09-01 14:40:55+00

Package: postgresql-10-pgpcre
Source: pgpcre
Version: 0.20190509-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-10, libc6 (>= 2.17), libpcre3
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-10-pgpcre_0.20190509-1.pgdg+1_arm64.deb
Size: 9140
SHA256: 5d56a2e689a05da8c9cd5a670191b97e3c01612626a83f863ebfabd46d1b709f
SHA1: 6fb3aed4b2a8b721fcda3baced7723df13f7439f
MD5sum: d30e5a5ed6b87b2081f3c30cfe213063
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2020-09-01 14:40:55+00

Package: postgresql-10-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-10-pgpcre (= 0.20190509-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-10-pgpcre-dbgsym_0.20190509-1.pgdg+1_arm64.deb
Size: 15196
SHA256: 31ea358a7e90736007f5e70974a22597f5dee6a0bec3eca3939fef1c69a052ab
SHA1: be62a8b74bd2e070975d42f2a3929bf4792338ae
MD5sum: 6d7d67cb014d375d607d045f3d75e300
Description: debug symbols for postgresql-10-pgpcre
Build-Ids: 88f83d27de4e32352c74acb12ea630a6a548e454
Timestamp: 2020-09-01 14:40:55+00

Package: postgresql-11-pgpcre
Source: pgpcre
Version: 0.20190509-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-11, libc6 (>= 2.17), libpcre3
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-11-pgpcre_0.20190509-1.pgdg+1_arm64.deb
Size: 18552
SHA256: fc8d49a627159442d09ef1995af891e25513d2302c9c1bd04fecde540652d257
SHA1: 035bc30089e0056d04057f7f12dc36c32cd6be6b
MD5sum: c98b2c9a60c406eb18fd1b023f7cb8cf
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2020-09-01 14:40:55+00

Package: postgresql-11-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-11-pgpcre (= 0.20190509-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-11-pgpcre-dbgsym_0.20190509-1.pgdg+1_arm64.deb
Size: 15312
SHA256: d032b483de7616016eaa5c64ae667de5e2a2a5490bd52f38ef5606b3b2b9cfa6
SHA1: 08a737151c3cd5494ddf98dff37d39a868432e7d
MD5sum: fa055ac000db710c20ee4372c8d5afc7
Description: debug symbols for postgresql-11-pgpcre
Build-Ids: f2b1cb9a8e83ad66aba21c18abae1affe7728a50
Timestamp: 2020-09-01 14:40:55+00

Package: postgresql-12-pgpcre
Source: pgpcre
Version: 0.20190509-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-12, libc6 (>= 2.17), libpcre3
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-12-pgpcre_0.20190509-1.pgdg+1_arm64.deb
Size: 18580
SHA256: 32088aa898283253abd4d055dcdb1752115d9f34dbae9e69910a7fdb402af319
SHA1: 3999607881fe1000b11a5caafc612c516d3d1b91
MD5sum: c3edf5d9246577c2c1ff302bf400c083
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2020-09-01 14:40:55+00

Package: postgresql-12-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-12-pgpcre (= 0.20190509-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-12-pgpcre-dbgsym_0.20190509-1.pgdg+1_arm64.deb
Size: 15476
SHA256: 78db9d469cd8cbbc41c6a2d16bfc1b4ae8cb849dfece2e58e098079756844078
SHA1: 95f332c30477d60d39b978b900962efd112c0892
MD5sum: 16171be84131f989d7c1c9f8be37f213
Description: debug symbols for postgresql-12-pgpcre
Build-Ids: bd4b380cd4608199cb897c1cab78eaca8e1ad991
Timestamp: 2020-09-01 14:40:55+00

Package: postgresql-13-pgpcre
Source: pgpcre
Version: 0.20190509-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-13, libc6 (>= 2.17), libpcre3
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-13-pgpcre_0.20190509-1.pgdg+1_arm64.deb
Size: 18620
SHA256: 333f6b3a3fdcc28daae6c18159003ae9cf8998fda7d3853b92146d0d70aaa333
SHA1: 878a164afb1151c8696dfe779fe9394e68a9e1f9
MD5sum: 6178768b4d9e6315f3127e5f8009ebb0
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2020-09-01 14:40:55+00

Package: postgresql-13-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-13-pgpcre (= 0.20190509-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-13-pgpcre-dbgsym_0.20190509-1.pgdg+1_arm64.deb
Size: 15564
SHA256: 6877ec289f0cbd8911f52d4f2daeffbe3da416f783f24552f937e7a755c3109a
SHA1: e061d6d67a937c78b0529e59083ea9d5d80cf5ed
MD5sum: 94339dbee831df6ab9e8fe3fe8828d45
Description: debug symbols for postgresql-13-pgpcre
Build-Ids: 2ddeeaf66e3c043340c0936f02d281fbcf502994
Timestamp: 2020-09-01 14:40:55+00

Package: postgresql-9.5-pgpcre
Source: pgpcre
Version: 0.20190509-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-9.5, libc6 (>= 2.17), libpcre3
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-9.5-pgpcre_0.20190509-1.pgdg+1_arm64.deb
Size: 9144
SHA256: 9cd70ad2e9b3bc43805f32efeb65fdfa0991e16ce0aedc4d3c84fcf706a77b95
SHA1: 949aecc291ca82dbaef8d7e1208eee5d1e02f153
MD5sum: 76714ee7de9b8bc266141a876720a49d
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2020-09-01 14:40:55+00

Package: postgresql-9.5-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-9.5-pgpcre (= 0.20190509-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-9.5-pgpcre-dbgsym_0.20190509-1.pgdg+1_arm64.deb
Size: 14900
SHA256: 6fc57b027f61ae90a6a66a8f58d9f4e1c19164173bd22ee21281332a8800d42e
SHA1: 1c363555015db0560b062ec8e28cfca0daaacd87
MD5sum: 7350badfc0241f3cd0c515d97e3941f7
Description: debug symbols for postgresql-9.5-pgpcre
Build-Ids: ba36deb1864c25139ef04f5d575023d516906a47
Timestamp: 2020-09-01 14:40:55+00

Package: postgresql-9.6-pgpcre
Source: pgpcre
Version: 0.20190509-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-9.6, libc6 (>= 2.17), libpcre3
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-9.6-pgpcre_0.20190509-1.pgdg+1_arm64.deb
Size: 9140
SHA256: 23d9be23d1c1b7ae54e3ccd988e93c7e6de36bd796e30641b0cfec624c013992
SHA1: c58fc79cb7e9cc6f18e28e7ccadd0319fdec7ba6
MD5sum: 330eaf99e96ad2c098a91aed02159ac9
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2020-09-01 14:40:55+00

Package: postgresql-9.6-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-9.6-pgpcre (= 0.20190509-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-9.6-pgpcre-dbgsym_0.20190509-1.pgdg+1_arm64.deb
Size: 15140
SHA256: 6ce07dd63f1fccdf116a39b415f9e2d96899ddbd49c6c2690c4916404e746c68
SHA1: 3f78d0a16112b94af1cdbb2b108f3e12800bcce3
MD5sum: 91914744218ac67453c11e3c15909c19
Description: debug symbols for postgresql-9.6-pgpcre
Build-Ids: de9f40e306b9d20f6790aa9c4b7bf29c72400ac3
Timestamp: 2020-09-01 14:40:55+00

Package: pgbackrest
Version: 2.29-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 901
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.17), liblz4-1 (>= 0.0~r127), libpq5, libssl1.1 (>= 1.1.0), libxml2 (>= 2.7.4), libzstd1 (>= 1.3.2), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.29-1.pgdg+1_arm64.deb
Size: 283908
SHA256: e6487ad7875aaad2fae4825287c9f9073769407b4aca19a8f47e9fc2d98e280b
SHA1: ef1d8d5044ad3899224fc339d36872f9aaa7471d
MD5sum: 3e31c23c46995a892d0f3c5bb0f35d6e
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.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2020-09-03 13:36:41+00

Package: pgbackrest-dbgsym
Source: pgbackrest
Version: 2.29-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1053
Depends: pgbackrest (= 2.29-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.29-1.pgdg+1_arm64.deb
Size: 930164
SHA256: f1f286b9f81937412b343af0dbf5a8b127d808ea438280e9c68b89c9d1177671
SHA1: 3cc0f7ed7f4829f5ad7253312c80e19684a8252e
MD5sum: b407ca068cd99d567665291f201201cd
Description: debug symbols for pgbackrest
Build-Ids: 6e14c6986dcb0c8017f727e28c0371248038082c
Timestamp: 2020-09-03 13:36:41+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.29-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1168
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.29-1.pgdg+1_all.deb
Size: 106616
SHA256: fe4b76b22551d73bb79b4cf76231f896cafb22a402bcfe449db909287cb94095
SHA1: 079a29e8e6f79541b7343654f143461545f418de
MD5sum: 1d31bffaa1acd652aa696a68cad901bd
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2020-09-03 13:36:41+00

Package: libecpg-compat3
Source: postgresql-13
Version: 13~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg-compat3_13~rc1-1.pgdg+1_arm64.deb
Size: 18896
SHA256: a3c766898a630facd8c67dde3500737362f7f2f055e1e66527f67b7fa58fe61c
SHA1: 61e0378a732693ab69ec71275c011ccdb3c61014
MD5sum: 26a8e3b67cc043837f93d7d6f8069532
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.
Timestamp: 2020-09-17 11:55:21+00

Package: libecpg-compat3-dbgsym
Source: postgresql-13
Version: 13~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 13~rc1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-compat3-dbgsym_13~rc1-1.pgdg+1_arm64.deb
Size: 39384
SHA256: ee472d5d51617491420be387ecc0693ec646ab1c24eebd1339185cb618b1f5cc
SHA1: b7cb54829b7c95c12f2151ff9f98037e7dc677c9
MD5sum: f9831ef2d1198fc9368fabdbd49ff697
Description: debug symbols for libecpg-compat3
Build-Ids: 5ea358f50f7e0aa7f4be370cc601308f7261d2ce
Timestamp: 2020-09-17 11:55:21+00

Package: libecpg-dev
Source: postgresql-13
Version: 13~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1486
Depends: libecpg-compat3 (= 13~rc1-1.pgdg+1), libecpg6 (= 13~rc1-1.pgdg+1), libpgtypes3 (= 13~rc1-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libecpg-dev_13~rc1-1.pgdg+1_arm64.deb
Size: 263604
SHA256: e626af8500f4fb2765ee60e16d6ca0d3047ba0321fcbbaaaed5ddb4e3e7e54fe
SHA1: 46aa46e254b48931ff3132fbf18f6de3c5c7bd8b
MD5sum: 590474cf582448553f58ae5285f01889
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).
Timestamp: 2020-09-17 11:55:21+00

Package: libecpg-dev-dbgsym
Source: postgresql-13
Version: 13~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: libecpg-dev (= 13~rc1-1.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-dev-dbgsym_13~rc1-1.pgdg+1_arm64.deb
Size: 219928
SHA256: d371c5f8d837ded6685daffe6d04b71fb4064270eac7211388542e39e5e607ce
SHA1: 7f6af8a0054354a66c7b6bf9f39767e444ea8e02
MD5sum: 8615f8ffd13c567c7703bed5b0b33435
Description: debug symbols for libecpg-dev
Build-Ids: 9c22199d866b0422abff119dbaf36b3e3f00bca9
Timestamp: 2020-09-17 11:55:21+00

Package: libecpg6
Source: postgresql-13
Version: 13~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 215
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg6_13~rc1-1.pgdg+1_arm64.deb
Size: 53156
SHA256: e7a25e2c5d3c457004616fa6fd25af830bfa7c374a97cc2e468da1ecefda1fd1
SHA1: 37be3fdd15b85369c682a3ddd4e36df1cd374260
MD5sum: 007217caf33526daca24eb910c82fb3d
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.
Timestamp: 2020-09-17 11:55:21+00

Package: libecpg6-dbgsym
Source: postgresql-13
Version: 13~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 13~rc1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg6-dbgsym_13~rc1-1.pgdg+1_arm64.deb
Size: 114000
SHA256: 2b8709fc3381df3f62ace8167e633ca70335738df9dc56beebf587a59a42b5d2
SHA1: ecc6ae488d6bcad53e7b3d4d1c9f733b31cfdb59
MD5sum: ac2f9eff97552f823ea8633362da2006
Description: debug symbols for libecpg6
Build-Ids: e87f9d3da9082a65a2d6106d26fc9c3d5ebb746c
Timestamp: 2020-09-17 11:55:21+00

Package: libpgtypes3
Source: postgresql-13
Version: 13~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpgtypes3_13~rc1-1.pgdg+1_arm64.deb
Size: 39680
SHA256: 70fc3fe7b82add48af666b213e00d4e2b82989850d0bf6fcab0045d00bfe929b
SHA1: 2c91d8dca069b1c57c8d55174d444e3fd19116d9
MD5sum: 3ba689c447f50e572bd54df03fee4780
Description: shared library libpgtypes for PostgreSQL 13
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-09-17 11:55:21+00

Package: libpgtypes3-dbgsym
Source: postgresql-13
Version: 13~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 13~rc1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpgtypes3-dbgsym_13~rc1-1.pgdg+1_arm64.deb
Size: 89364
SHA256: 453b0f60740e9d72deffb0f04300801c84dd1bb6cea1b28d6b860e9b44a274f5
SHA1: 4f16cd00973110f5b8623a1e1201940d4dcc5dd1
MD5sum: 2de1da19badbbf3a524abd89a95d5d93
Description: debug symbols for libpgtypes3
Build-Ids: 7de3ee41c459dd7483738880cbb850e333864f6e
Timestamp: 2020-09-17 11:55:21+00

Package: libpq-dev
Source: postgresql-13
Version: 13~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 555
Depends: libpq5 (= 13~rc1-1.pgdg+1)
Suggests: postgresql-doc-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libpq-dev_13~rc1-1.pgdg+1_arm64.deb
Size: 130872
SHA256: 356d605bfb5893271baeb845aea7985cdbe8b057aa15ef1ddd3ee33467d9fbe3
SHA1: 922883fb2be1ff6c905519012d82febce2368bda
MD5sum: e90463b840e1bfc562cd4978f224a459
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.
Timestamp: 2020-09-17 11:55:21+00

Package: libpq5
Source: postgresql-13
Version: 13~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 766
Depends: libc6 (>= 2.25), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpq5_13~rc1-1.pgdg+1_arm64.deb
Size: 168632
SHA256: ef1ba904da0cecdd75f72abddad81a53dc4ade9cd08fa0c1ced5816088957218
SHA1: 46b80bf4b5d5d718940226024483df13a4c57620
MD5sum: faee9b72af200a47aa692fa1d71c5cf9
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.
Timestamp: 2020-09-17 11:55:21+00

Package: libpq5-dbgsym
Source: postgresql-13
Version: 13~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 289
Depends: libpq5 (= 13~rc1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpq5-dbgsym_13~rc1-1.pgdg+1_arm64.deb
Size: 255564
SHA256: fc478fb77f5842c441f0f10d5d1fc65afb7065d5c4750d151d2b36280ff940ab
SHA1: e58915e96e571265a861a7e6f08dadef3a01910b
MD5sum: a3e7132ecf68480f4c2055f400e5a193
Description: debug symbols for libpq5
Build-Ids: 301b2b666fc72be0191e01580a941e55a633f92a
Timestamp: 2020-09-17 11:55:21+00

Package: postgresql-13
Version: 13~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50349
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm10 (>= 1:9~svn298832-1~), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/database
Filename: pool/13/p/postgresql-13/postgresql-13_13~rc1-1.pgdg+1_arm64.deb
Size: 15975864
SHA256: 34e6d45226896e4001cf07d016f90bcc29792cff8798e1279a43c7ba55532041
SHA1: 2bfd2618c6df1a6e0761e23c012e06edbb938ef9
MD5sum: 18f6761b5345f2fab1e8be772bc9ab33
Description: object-relational SQL database, version 13 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 13.
Postgresql-Catversion: 202007201
Timestamp: 2020-09-17 11:55:21+00

Package: postgresql-13-dbgsym
Source: postgresql-13
Version: 13~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16753
Depends: postgresql-13 (= 13~rc1-1.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/postgresql-13-dbgsym_13~rc1-1.pgdg+1_arm64.deb
Size: 15140648
SHA256: f52fc28eaa6bea77e720a89df7e7b749129882128819e942c3f2baa11b994e13
SHA1: d3975d0104e20fa889160b404f4c3a77bc96fd2c
MD5sum: 15ebfd84ad04d2e2530bbbfffab69f42
Description: debug symbols for postgresql-13
Build-Ids: 0da30cba3e26522906d1fbf167514500ba32cb2a 0ecb8b0dc5b8f8eeb61ae6083c975a45b4a359ad 1174c16280cd37c4d5856b79c6ba59808201ea04 1427e79128def077b451171139ea8a3459f793cb 16746dd997a4a40224216e20f220daef32d19b13 179c022e237629b91618cf7773662f55b41405a8 1d0c076a5f3de9c7317607015607e13ae93d020d 1d642c02e751624b53f8d968fb16b692d3105473 1df18a8d4b70b9899e60b506f582871899a89580 202c2f7c5033d57334ad28cc0722ce160f42404e 23619abb1ec47e708868870e8cb34df0ede6f4c5 3157d0255d6dd6037c42f3298f9ec0946364922d 34c74e15e208cc5f68080581e7daf89cb3d7e43f 34e174664b54f2b573b504707c8f999307ef8b95 3600161b14593d96b975a19612ed0c9eb1c7e028 39ef600352f663a2005904a99eb7140315fc9566 3c11ef485457bba2fc5d94ae024433962f861db5 3cddc8e8d8ff5369ba333ebf73a815d92ff7b8cc 3dd83d8e3104e9c5f516f33224ca3598fbc5914a 3ef750ae18a24fefcb196b2e698c26cfa4f9f09c 3f79741726e499651082ff96d85b04e43aa469c0 42c052bf2f478f793a1996ee61b8c264b83ac578 46df0969c33a9adf7e522c12017b0e67986a2251 4f1f387165b99c903d4214b802fd6518567c0882 53a5a4eb37ed42bac53326e23034e92e9d99f5ec 5a99ac3d65f3b2ca4e3670f753ecfec6a0993144 5bc2f23ca1f77876f2d51c1cc80a939a5fb41461 5c331619d452817da766f14d1daa80ac02d7c75e 5cfe6de9e2ced3ce0b445a8bcf1b5f39ba42ef5a 5ddf641a67a8cf619029eb7f11b2e40dcf431409 64ad2c136cfc519ce7786572eb2a7336ef354bd6 709104a0694b5f7f3864e53390738f14c5dc74bc 739840431f4131d241591566da1092f89f202dc3 74c516140f5ee78384ac974e1b810cfb202bb0f1 760c975c5e5f5b02a18bdf3569b61c4aa2608769 7e822b890edb772ba79025c3d24444a42c9de643 813d3d5036ad3c30b99ba76c33a0d16aef814a2c 85c742be096dd568151fe88e17ba8944b93ce8d1 863454e14534640528e1c2ba22a641bad24559e2 8e54c5878a8682ee74b91fbd01700aa84d0f7096 97a216f97d3b71e8811619b50813d0c80a2cb2b7 99e140c75ad30b8d006d05e06072d2449679dc37 9c4806840ac887c809e766fea89d0e3b537ad80d 9d027a181dc8b10f716152c4fb7493aa22fac317 9d310ae34c2da36ee55bf6cd4173c43d5849c9ec 9f5f95bffefb71b5442d80fae3666fbda2ef2e2b a1a43383d2b050b881dfd97c7d0aa6b338203b0c a1f3bc3ab5e017a88a12adb6092dc7fb40ff9afc a27b3666a4b1badd10c67b65d5ef4859639a44ea a325fa04d49b97173650a1332f8e74009fe27eb6 a4c7cf56aac8294dd6f31c494e62370f887b4f09 a4f8ee1fc463001f879cec224b8e9f630ea72d1d a76097d93982941bf85a6d7ec2c8185a1473e88a aafcc9ae4d6834d7925fc7c4e990780c5b79c386 ab869d6b9fe6e8d451293b81986ec7c442322672 af766397ac4b3e3a9c4ba68867c15d39d13cbb41 afa0cd10af396a015cd0cb70e1c5cb529b0ad3f9 b72431cc8fb7ba3bcf492b79ad4e2e021c569aa4 b79ce0d20a3d1d67571007c21f974f167b25ec4d b93829f12a42e9191837d08e60a0eae703699bd4 ba390cf6e6576b3ab3535df77aa091b5ae08e1b9 bf68e762f6d2f226c6ec18742b2f59ed72940ebb c099a6743d940cc8fb1622bc60eb461e30ab960d c39fe9f4a9ee09dfa3dce6da617e83b3eb941c72 c49e70b823f17e10d9919ee9e9caa0fbba0ddc76 c60e97331a6f67eba323b570d9f9c824af5704eb c8c3b8a5cb6ab6ba1486e6d61211d4f6c9e5abe9 c99424e6a4eb3ef49f960af96caacc24ec11a347 ca0543640842988a04781fefb8c2650e16424755 caca9edc15f3433b6107d418c02a4565efde34d8 cc83b0c7e4d24b72135783b71996523b49b4cb92 cca6ada69d81b5309e30cc35126b7a4a66731ee4 cd8493276c51cdbf40cc2a1c053f81c872c61184 cdb281992279b3df845436d1be0927dc19a27adc cfd93b8a2a9119279608263070a7f5c25caaa4d8 d203459404e24ca55220c2206a5d31e6d9b6f70b d82e2030355efee817de8a83a02af2eec6464e78 db02306fb82573d569068b0cf2e1612ca3f3c1ea de1d572ad54b9e91f46f1948ad5a9772cb7fdeb5 dedc339361a925bafda3c94184a8f75c3e8f6565 e0848a88eba37c905ece9abb1ac94370230f053d e4712d4dc668fad14136b17f6e52b683a285d975 e5b3ba4261d94e194724afc791f7864014559be3 e83f09b6bb51582410867b230a262658fc83982a ea332e6ba80224c4620a23d2ee7a3d6814c6a284 ec6db85cdd52e061dfcf52e094ebc01bad240323 ec99d8156475d68189fb9168ca835de33b5bdcac f55b419dc410caf3c3ae6b3f3b6c51ae8cb26a91 f7669dd495c6b06c8382b982f9f4bb7c037b6437 f903082165bd6317e7db19a4d37731c34453531b fe09c1b0597da13b62d8faa496116187521a3614 fe0c6ccd97b26b0ea30009035cb7c6ea5c7a018a
Postgresql-Catversion: 202007201
Timestamp: 2020-09-17 11:55:21+00

Package: postgresql-client-13
Source: postgresql-13
Version: 13~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6397
Depends: libpq5 (>= 13~rc1), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), libssl1.1 (>= 1.1.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-13, postgresql-doc-13
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/database
Filename: pool/13/p/postgresql-13/postgresql-client-13_13~rc1-1.pgdg+1_arm64.deb
Size: 1472668
SHA256: b16d01dbf3b4f2536ca7d4964d49595ab18e3f20a02e5b634032ca2e1fffcbd5
SHA1: 4b3f27c812f31e279e2e8a39c2b214dd4ae027d3
MD5sum: ee0e81042345932beed027d3a59a95cb
Description: front-end programs for PostgreSQL 13
 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 13. If you install
 PostgreSQL 13 on a standalone machine, you need the server package
 postgresql-13, 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.
Timestamp: 2020-09-17 11:55:21+00

Package: postgresql-client-13-dbgsym
Source: postgresql-13
Version: 13~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2302
Depends: postgresql-client-13 (= 13~rc1-1.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/postgresql-client-13-dbgsym_13~rc1-1.pgdg+1_arm64.deb
Size: 1901060
SHA256: a5ca5cf44dcd4d916ca9fdcff63ce8e6740194068e4bf603ee325709edbec123
SHA1: a170d6ae3448130b342375448522b51705373586
MD5sum: cd00d477044ceb0d6b07141bd0112bed
Description: debug symbols for postgresql-client-13
Build-Ids: 0242c0d201d3c23d7e41d31a1d7fc00141de66ba 095dbbd7b5fbb4e64898314de77979934e60c6f4 1c9954adec0c4c21e3dfcebb68ef4e8647dbaac6 1d0846da7eeb3039e9559dd133606e1f1d7cceb4 2cab369bd437dfa683a2179b4452424e524f4416 3f21692c0038cb8fc44cada7f77ee2fd9d67aee1 5292f3d7d0704f6e5b0aed1b02877626292352dd 54befbf6bf1046f87cc5a1bad0da7ae1c39be292 68b7e46e2c7f9fbc3cb8289736f43dba05eecbfd 753b7f4132b45f576ddf8c1a1bd979dd55d7f816 755f0ee4e7057744e37aa44dfec02f71a334f8be 7979d7ec06ed8216a95006d42bb08f200ea0ef9f 9d8fdb1f54e4ffd0052d0ecfd8ebbc587f2a9c7e 9e5b1a23c89f06f7159a56dcd28add840ee0e415 bdfcbd3c1a18744bc6c840befbad48e89c696e28 d0f23df662ff8fe7740620688b1c30ddb47512b6 db6fced66425a0b244f38f6b92830c99ff9dd1fb f8d799af269245957daa58ac1ce32d2e0ecbb5c6
Timestamp: 2020-09-17 11:55:21+00

Package: postgresql-doc-13
Source: postgresql-13
Version: 13~rc1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15249
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/doc
Filename: pool/13/p/postgresql-13/postgresql-doc-13_13~rc1-1.pgdg+1_all.deb
Size: 1887324
SHA256: 1bc72548ee60367ef578233068265702aa0ff2a40dfeffb95c7ff950735e7c05
SHA1: aa4d759cd042821a0f8133a311d0ce35166563d4
MD5sum: 2d73093f51d3e1837e9bd52f5a34b358
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 13. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-09-17 11:55:21+00

Package: postgresql-plperl-13
Source: postgresql-13
Version: 13~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 345
Depends: perl, postgresql-13 (= 13~rc1-1.pgdg+1), libc6 (>= 2.17), libperl5.30 (>= 5.30.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/database
Filename: pool/13/p/postgresql-13/postgresql-plperl-13_13~rc1-1.pgdg+1_arm64.deb
Size: 80780
SHA256: ba9045bef128fc3f92d95ec862d7aed9b18d3db1063237f87ab299c71d1af7ee
SHA1: d5ff4d22461895407c953123ac0adeece37585d5
MD5sum: 5b85f43b21524be9248115530329c509
Description: PL/Perl procedural language for PostgreSQL 13
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Perl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-09-17 11:55:21+00

Package: postgresql-plperl-13-dbgsym
Source: postgresql-13
Version: 13~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: postgresql-plperl-13 (= 13~rc1-1.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/postgresql-plperl-13-dbgsym_13~rc1-1.pgdg+1_arm64.deb
Size: 155760
SHA256: 4cb783cb94fce8e7ccf4774788f7734f03ee670210363fd88ad2d50649458375
SHA1: 22298cab14dddeb54d4b4269b7a0d1a43429721c
MD5sum: 7c35058083c1f968385d08f74c4ca8e6
Description: debug symbols for postgresql-plperl-13
Build-Ids: 220f398cb940ea5aab09bc87c4032a8e67921535 6487bde8164300be2a922f653daea64570830b31 6587dedfd7d337f6435a8689192cae1630cba34e e33ebb81ce850261ff66c2b92b6b8a5086a504dd
Timestamp: 2020-09-17 11:55:21+00

Package: postgresql-plpython3-13
Source: postgresql-13
Version: 13~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 469
Depends: postgresql-13 (= 13~rc1-1.pgdg+1), libc6 (>= 2.17), libpython3.8 (>= 3.8.2)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/database
Filename: pool/13/p/postgresql-13/postgresql-plpython3-13_13~rc1-1.pgdg+1_arm64.deb
Size: 101304
SHA256: dab596cade5157dca97da4445baf7657921fd00b86234ea3052c33778c00a6e0
SHA1: ea7fa66bad5195ad5e570bb83ad7f3a6c02531fc
MD5sum: 18738e942c2351f3697baeaa88262013
Description: PL/Python 3 procedural language for PostgreSQL 13
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Python 3.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-09-17 11:55:21+00

Package: postgresql-plpython3-13-dbgsym
Source: postgresql-13
Version: 13~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 212
Depends: postgresql-plpython3-13 (= 13~rc1-1.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/postgresql-plpython3-13-dbgsym_13~rc1-1.pgdg+1_arm64.deb
Size: 161216
SHA256: 24c3d9636848eaa94f307b5aa1b665666f86579cdd5b5482b6788c7bb355b2f7
SHA1: f412d0510b62dfdce821d814558cf695443bf162
MD5sum: 2c924dcd5c27585a0681134f0fb145be
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 51d8cdbf7b343ffc8ab2b44373baa071d4ef912d 8e455df2203ce5ae227e823344af5a728622642a 932e7dfb356a12068f11f1ed600382fe5b71b9be a5be894e74ac545bdac09b09a860c4e2e14f4ebc
Timestamp: 2020-09-17 11:55:21+00

Package: postgresql-pltcl-13
Source: postgresql-13
Version: 13~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 173
Depends: postgresql-13 (= 13~rc1-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/database
Filename: pool/13/p/postgresql-13/postgresql-pltcl-13_13~rc1-1.pgdg+1_arm64.deb
Size: 34444
SHA256: e3e7bf198dbfda0d4cf5a1dbbe3fadc78436cc00e4a5d11f025d9dbc5e359cb5
SHA1: b106c7090627b4f70285c255782288ef9d636a13
MD5sum: fdbdaeeec5c677dd91432679695a666c
Description: PL/Tcl procedural language for PostgreSQL 13
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Tcl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-09-17 11:55:21+00

Package: postgresql-pltcl-13-dbgsym
Source: postgresql-13
Version: 13~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-pltcl-13 (= 13~rc1-1.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/postgresql-pltcl-13-dbgsym_13~rc1-1.pgdg+1_arm64.deb
Size: 74556
SHA256: a72e9c3c95d8a4321c528fa97ce4a30d45040ce8be427de4577c8cc41230fea6
SHA1: ae68729a9b6569c8cfcf2a6a17d6d38e5f8efab0
MD5sum: db0f32040ebe4ef9e10db1847822a864
Description: debug symbols for postgresql-pltcl-13
Build-Ids: 767f0580aea095d219860f2941d70b4478afc5f9
Timestamp: 2020-09-17 11:55:21+00

Package: postgresql-server-dev-13
Source: postgresql-13
Version: 13~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5744
Depends: clang-10, libpq-dev (>= 13~~), llvm-10-dev, postgresql-client-13, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/postgresql-server-dev-13_13~rc1-1.pgdg+1_arm64.deb
Size: 966216
SHA256: f42e63e5caa4df435a24bd8b5eaee627f61a3c7a9a5f39d16d7b3156b949e5fb
SHA1: 046e828b1107d14048d103415ff4d0d676244ef0
MD5sum: af989bba2cb09949729628aa567fc29e
Description: development files for PostgreSQL 13 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.
Timestamp: 2020-09-17 11:55:21+00

Package: libecpg6
Source: postgresql-13
Version: 13.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 215
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-13/libecpg6_13.0-1.pgdg+1_arm64.deb
Size: 53200
SHA256: bd2a4ae217b9a08d6a10e1f98f71ed83f979e1933bf244a16f3f35884ff9b292
SHA1: 7da6609eb34808b042341c4dc52ed2c9b7e84646
MD5sum: 6ce9c1188cff0b75d31f586ae878d65c
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.
Timestamp: 2020-09-24 13:14:16+00

Package: libecpg6-dbgsym
Source: postgresql-13
Version: 13.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 13.0-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/libecpg6-dbgsym_13.0-1.pgdg+1_arm64.deb
Size: 113988
SHA256: 9109a1a422fbeff70800a67cdd195aecd8bda85b9843013ebb9816311ccf2a3c
SHA1: 50a3861a259556d00262ccebccebfb9b57b96e73
MD5sum: 3f87cd373ef3e00fa5ccbcfc755ed79a
Description: debug symbols for libecpg6
Build-Ids: 79303913c1c311263721dbe31c4faf91c5b2607d
Timestamp: 2020-09-24 13:14:16+00

Package: libecpg-compat3
Source: postgresql-13
Version: 13.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-13/libecpg-compat3_13.0-1.pgdg+1_arm64.deb
Size: 18960
SHA256: ecf6114052bdcff200d716f2f8c76f70c67d6c735a693632b3316e616a71ed7f
SHA1: 11bcf079f137eaccbcdb86fce6d1ed63984d8e9e
MD5sum: c0754c5980534b808a734ad59f07341c
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.
Timestamp: 2020-09-24 13:14:16+00

Package: libecpg-compat3-dbgsym
Source: postgresql-13
Version: 13.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 13.0-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/libecpg-compat3-dbgsym_13.0-1.pgdg+1_arm64.deb
Size: 39380
SHA256: 870660e9356105a74c05b0185d1218b7e968d02247f1ad43b9e13f56db43f82c
SHA1: 338e22429aaad71bb063665d13d21ae7077dedef
MD5sum: f20553b9d3fc34d993ae25a855963f8a
Description: debug symbols for libecpg-compat3
Build-Ids: 306e93af719af8f2241f63b55fd0fd03114b3f22
Timestamp: 2020-09-24 13:14:16+00

Package: libecpg-dev
Source: postgresql-13
Version: 13.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1486
Depends: libecpg-compat3 (= 13.0-1.pgdg+1), libecpg6 (= 13.0-1.pgdg+1), libpgtypes3 (= 13.0-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/libecpg-dev_13.0-1.pgdg+1_arm64.deb
Size: 263652
SHA256: 80b351e8cb6ea6e2808d270866f38efd4ac53ee4c0bf88f42dff6653eda230ab
SHA1: dda6b27e6ff136245861da7c96cab495cc77a358
MD5sum: 9ea55a03957a909ca302777e4330b157
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).
Timestamp: 2020-09-24 13:14:16+00

Package: libecpg-dev-dbgsym
Source: postgresql-13
Version: 13.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: libecpg-dev (= 13.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/libecpg-dev-dbgsym_13.0-1.pgdg+1_arm64.deb
Size: 219972
SHA256: bc8f72ef1fbcc2d4e93eae814913e60080ac26d5a0b596d6e3c3c1cc40c5d2fc
SHA1: 9611686d868975202fa74a07855328ccec5e0f52
MD5sum: f267b86cd3fa89ab13cfee3246db9012
Description: debug symbols for libecpg-dev
Build-Ids: 5ce435bb0856df9bd6cfb539f229a802d711e55c
Timestamp: 2020-09-24 13:14:16+00

Package: libpgtypes3
Source: postgresql-13
Version: 13.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-13/libpgtypes3_13.0-1.pgdg+1_arm64.deb
Size: 39608
SHA256: ae6d90c6b02f9f5d217c3cd2d2df81d98bb1879ec9ad7f69b793d9bbaee36424
SHA1: cd6a0321d943be9dad46e40f16b8d28b201fbf69
MD5sum: bb31e97a1f5e4944a3bf76aaae9a2d34
Description: shared library libpgtypes for PostgreSQL 13
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-09-24 13:14:16+00

Package: libpgtypes3-dbgsym
Source: postgresql-13
Version: 13.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 13.0-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/libpgtypes3-dbgsym_13.0-1.pgdg+1_arm64.deb
Size: 89360
SHA256: 4f28e69df418b165c837512c1ece67eee29a653f6678596a0b7445feb687dcbe
SHA1: ac47657346baa411ad071016252889737a9f1421
MD5sum: 841470056a95325003f12cf67fa69028
Description: debug symbols for libpgtypes3
Build-Ids: 310c350dd093094c803ed514eeef403c4116aef9
Timestamp: 2020-09-24 13:14:16+00

Package: libpq5
Source: postgresql-13
Version: 13.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 766
Depends: libc6 (>= 2.25), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-13/libpq5_13.0-1.pgdg+1_arm64.deb
Size: 168408
SHA256: 0c988bc73ce84c1d1ce8bf476e3e632827efbf38fec079f16808ac48ddb67820
SHA1: 3c92ca3f799f9bbabb54601caaa0b819a887492e
MD5sum: 19043249ee205ff9c6bc322185a3fddd
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.
Timestamp: 2020-09-24 13:14:16+00

Package: libpq5-dbgsym
Source: postgresql-13
Version: 13.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 289
Depends: libpq5 (= 13.0-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/libpq5-dbgsym_13.0-1.pgdg+1_arm64.deb
Size: 255572
SHA256: 67815e883221c6b58612eb6dcadcb7f0dcb5ceb1c2ebd8fc1c41aea3436a2c21
SHA1: f985dc7c260ae8a646c93b36f6bd82e39da84626
MD5sum: ee37665d1d6052cbc41bfcf373598974
Description: debug symbols for libpq5
Build-Ids: 6b85868945284e56181d83442ae9ba43b62fa1d1
Timestamp: 2020-09-24 13:14:16+00

Package: libpq-dev
Source: postgresql-13
Version: 13.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 555
Depends: libpq5 (= 13.0-1.pgdg+1)
Suggests: postgresql-doc-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/libpq-dev_13.0-1.pgdg+1_arm64.deb
Size: 130936
SHA256: 1d96decaf704adb4df7c39e60efc627c8d71bc2b2c2a966c3e2f6b30742fec93
SHA1: b8c0b313cc8dd43789573e5963b23ee00c2799cb
MD5sum: 9ab8f523cd9d4b9a8add59397c391415
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.
Timestamp: 2020-09-24 13:14:16+00

Package: postgresql-13
Version: 13.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50409
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm10 (>= 1:9~svn298832-1~), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-13_13.0-1.pgdg+1_arm64.deb
Size: 15953792
SHA256: 93a72d4947cfa028d53d9e918d8013de4dcdeccd5af806cb1fc13151e7353955
SHA1: 36329e0ba838f8fe356ab233b71e6c549f390cab
MD5sum: 6336270b21e5d77e8561ac25459c4b6e
Description: object-relational SQL database, version 13 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 13.
Postgresql-Catversion: 202007201
Timestamp: 2020-09-24 13:14:16+00

Package: postgresql-13-dbgsym
Source: postgresql-13
Version: 13.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16742
Depends: postgresql-13 (= 13.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-13-dbgsym_13.0-1.pgdg+1_arm64.deb
Size: 15153544
SHA256: c49df9fc604c9de80b7b4d6a5d8f6d16f81adc28bb66e1e21d64a89d14c74f4e
SHA1: 83644919a9f4af3f2f593b92ac0311143bf00884
MD5sum: c7ad2cdca00deda8479dc726325078c9
Description: debug symbols for postgresql-13
Build-Ids: 04685904862c95105297d42d0531a920b6ab05af 0db648352230ca4be29531e9d705dd650339c88d 124bfe62f959c4b490b007bd30e152d8edf5b2b4 135838f2a634cb9d339a333698149f5342eb0266 13e6a5fe3f35cf777b109380d95f70545a4c5782 143a53d3622993c5b28fa05a4cfc707b566200b1 1c5a45f11067743682b63e59b73f28a4b21e6a6d 1c9c56b665122faf47a39c5d3ef0be9154837138 1e2bd402de14e41d107f8d3ad5d98494f0e96ee0 232a894c0795962e09b175567a5cb55c23726d94 242f8c9d260974c6b815d1818da30761d6001592 24b39c0d5f2d86a6377ea1edbdcb02aaf691427e 26ae317e48cb1d98018f19b19d4c09999164c7a7 29d13335c2363cd893b912cae62ed5f7ffea0601 2a646f89ed3f6f0c07e324e1bd077ea0a7e1bef5 31fb377db16792196d54c9e8cb1830346b15c00c 32a30913cbcf1b16d19a1b76c2f824bd7154a78b 361267063ba0c71656a11b926b726e32a094be74 3dec5edc30efb6e1fc5e6599e670409646b7c14f 3e1098f3906d890806d6ec943841ba0bb058ec3e 4242639ea2a0a21d9ba0839bae300dcd2b2bcf7c 432ce3a9dac1e22b3c91ebd255020a0120d9a045 48a77d841f2798c61ceaf84545b0cb070989559f 48d812d24c687829a820350404a5d03048c95d35 49cedd0c1060795c52ce869fd7044a4101158323 4f122d38c17882fea66782d774a70eb0165a39c9 535985aafdf75145adb77f6e619880f10d0eae2a 548b827bd33d9f7cf7d6da9f8f5392ac4b10f8e5 55971a037d72413849dcde224b967361474aa393 559ca680022300b422250f5fffda24643cf075f2 5a8f5420b263fbfd03e591f64fc0a13431bd0905 5b340519e1c06261374d57e857a04ef6cf5d4568 5b5dd7d820ad0c887b76b34e9a6c794171e80e3a 5c0928dabac859da53c7d441f29238f793b3bd1e 63c35e660815ce3a9e4e8892782096f858c63a22 6729e46aa231e1def34ff4ff9eadc6c3ca9e2548 679101375af5632cb146fc0ee6906f4d3c7b3c34 682cda7eb78d6bf1e769c20a2489fd61afe1c47a 69b8cf9dc32c82e7108adf25a154c540d8a784ba 725c3e1d76d176377e277f34f309d2784622ae40 73a591a5ee0c13228bb356c25661c437b7ecb008 75bc12145cf0513cc76ef2f3c7e628f4a7ffe2ec 76c2334473aab57aafc421f29f3ed4f9548f7b7f 7b62f29fd0c43531eaf95ccddefdaea38a51e051 7e60b0fa9dba719d78917f3b1fd84764f132a0eb 837f3bb568615f86f202ca73b6dd80900d9475d7 85d0cb166ad2db5b36b60bea5cfbc8ac6a34dd97 8852e403fda63a419f2815325a9264ae08811fa4 8b42e3ecb1322603857d882e72aef4f27b3b8800 8b7b0e1ca4f3a75161c6d3abc3f76cb8384aa31a 8bddaca3247c4a6ef3ae9f914181652d0ef9e532 8d5893d8e43099e61cc4674f28987a45039d01e8 8d86524830303e27f2cca49eaa77510e3c8b1e39 8da4ca8209aca6ad5cbfb03c794a651317971015 8e4d50354254eacc6fe29f6659a67eb9b97795bb 9e16a3b6f7704e6b4d05cfaaeb5395ed28be10ef 9fe0dc81bdaa572c2483c86195ea129352c1b473 a00152b5735d23f36462195fa8f6d06f51b790ae a3f9729e78bdc4c827240ef233b4b4f8204ebb2d a4be25d5cab85cbd5839500b02d1955ab5e4d07b a64d1f429a78d37c7e93f2310dd0f22af5816f53 ad35d6f21c2b4f882ef2d6413111af30e9479826 b1273a1d9b753699c4ddea46e44404b987c2e2e1 b20753266ae9c4b2311a91a0faa77ec5ae0dff60 b562366caeee98e4b3b65086c2ca8d2ae7777016 b6b42c94a1104f24e301b5395afebb1710d09d34 b861f38e249edb7d84cae2d3a4b54c2320a3ba0a b90434ebcc3c3bb691bb0ec62a909cf945cdb478 bc3cfc7f6f6312b79ca9c1ffaa1ead8cb3f7eba3 bd9965ab7342f879c838e50ae6f84c9847536328 c0027f0c782c35085828172769e4299570dbb6eb c30e4f937f088723c71340be5dc83c301cb6e0e4 c46b88998de98cf2ba4fbd67d60a4ca7e899c5f7 cd0daee0832056191410de354a7a108b9fcf4a63 dbd62ed42f44f143dc7d2d8e856a051b37e2df6e dbe7b5d7ca9d5b1d3cbf409472edaf01b8bb60a1 de0d2b4f7baa9464afa0db63704a36c8869ca704 dea5d31cdb081737be405fb9271554207354b5ee def511c9e00724085776a82cfd9169d036928555 e6679af2e604ce322c143b0d4931357ac54c481e e9d0a41ee5ea4fb5e4eff5ad43b730d034ae4919 ea18d939deb7094568ab47f0e1aa459b375951bf eb9c492c66856b1e1328a98a347d45fa63414668 ef214237786a32a688ea2d92b9de630c56a924c0 ef623afe82d2036fae63ba3649cb200c4dfc0a31 efd5fd5ea87467966d8cf0d34dfd6bd0f469c812 f0eb7833cc8503c50c640eb7d547f21ca80f3ea5 f228f5be2efa9c5bf2ad50c081ac3353b4dc4362 f7a272b875dafa40f9a74009d667d0749bec76f3 f88eefa041e564f4f6096ad4dc4f9ccdf128499a fab73c9c0dd4fef6989cfec4a4dce73a5f0186b6 fb8e310e8f3a9b65667366022466a02c47052669
Postgresql-Catversion: 202007201
Timestamp: 2020-09-24 13:14:16+00

Package: postgresql-client-13
Source: postgresql-13
Version: 13.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6405
Depends: libpq5 (>= 13.0), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), libssl1.1 (>= 1.1.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-13, postgresql-doc-13
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-client-13_13.0-1.pgdg+1_arm64.deb
Size: 1467036
SHA256: 15410c10c2be2f95c49a2829284dda27aa8d269a80119d42fceec3aaee69abb4
SHA1: c39f581a1cfe1080bb7eb00807c9551eafa1a169
MD5sum: 8e9078ec7fbba0ccbfe3a28195e48de7
Description: front-end programs for PostgreSQL 13
 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 13. If you install
 PostgreSQL 13 on a standalone machine, you need the server package
 postgresql-13, 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.
Timestamp: 2020-09-24 13:14:16+00

Package: postgresql-client-13-dbgsym
Source: postgresql-13
Version: 13.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2302
Depends: postgresql-client-13 (= 13.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-client-13-dbgsym_13.0-1.pgdg+1_arm64.deb
Size: 1902368
SHA256: fa4e377f52aceaa29e4afb96835fdf39e4589c6f02a4978b727842a6c0a72332
SHA1: ba8c1a65e0d8d184093fefe06dd4c0c541bb04d6
MD5sum: aeebf776db4fff4f891fe43ac7bbdc90
Description: debug symbols for postgresql-client-13
Build-Ids: 12653e99c8ccbdb7f78529ce09d40378f8f76ceb 1688ee495b5e8bdc6ddb6e97ea3ca87c1db5f3cc 19d33a2e28637780e4aff528e93ca836ec6b8ef5 1caa47100fde88b0281db31a2e4d7ca398bc596b 2611c2205feffd3e121533fb0722b544b9fa259f 3f3d3368401ee972fe11cdf37dd73fe6387ba3bb 3fbca2ccea2b3ab5c70dbbad97a9463f00581d38 497fffc6bf5384e9068212bdf6fef5dc75473815 5b94f8e47ccbbd1a387f74a1a2a5909084887d12 627c332d8684acecf9bdb7069f6ff80fcac609c5 7841067e9b2e7864fd2fff7d373b9879294e7471 86774150e6f165b4d78cefb2e82264e2058fe384 8c5e7d595e7827574913c7fbe86e7cfcfeaa8660 9905f6c12c37147a77f399f1f01b51774ef3eb31 9fd02fbdae1d266c5cb4b06005eaec0268886501 aa532d418d4b29115bbac3b53e6570808c2bf07f c251f0b621431969df758e7506aa76224eca36e8 d31cbd35eb46dbdc5abfae277a494ec1dd81172f
Timestamp: 2020-09-24 13:14:16+00

Package: postgresql-doc-13
Source: postgresql-13
Version: 13.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15247
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-13/postgresql-doc-13_13.0-1.pgdg+1_all.deb
Size: 1887496
SHA256: 81c7777e4d61026b7b83d0f239c524c30d1672bcd69340cda72e83bf1c6d1a9e
SHA1: 0a4de60a8f895128a18bc0b577f1ee7cc9f75527
MD5sum: ae59277d0ef31ac6c07cced4f635aacd
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 13. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-09-24 13:14:16+00

Package: postgresql-plperl-13
Source: postgresql-13
Version: 13.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 345
Depends: perl, postgresql-13 (= 13.0-1.pgdg+1), libc6 (>= 2.17), libperl5.30 (>= 5.30.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plperl-13_13.0-1.pgdg+1_arm64.deb
Size: 81016
SHA256: 888d81152e95a28e1b677140d314f96bec05e0cc84aaecfc7a5104fcb203230b
SHA1: 3847def27a6e9ab41fafe6e91c8a4e18b4c94575
MD5sum: d8ac7ba08df2536561a06b3bc10c06e3
Description: PL/Perl procedural language for PostgreSQL 13
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Perl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-09-24 13:14:16+00

Package: postgresql-plperl-13-dbgsym
Source: postgresql-13
Version: 13.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: postgresql-plperl-13 (= 13.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plperl-13-dbgsym_13.0-1.pgdg+1_arm64.deb
Size: 155840
SHA256: 25dfa14578c4ca9cc802c4f864d83d65e3d2d55f554e4fba86eb63d194c38db8
SHA1: 9973f0ebcdcca25d3d73eba28b77dd915e3bf956
MD5sum: 632c7512dae0e453a7da7f377bf63a4f
Description: debug symbols for postgresql-plperl-13
Build-Ids: 29d9eb7f1011d2589f57ce0a7c6946214819a22a 4ff8237648b1d036e9e8b45a4066e99c3017b858 a888343119be58354280ab27a96dd1d69cc6dc7e eb29f10d9ac136c7df3813fb61fb54d24fcdc4c4
Timestamp: 2020-09-24 13:14:16+00

Package: postgresql-plpython3-13
Source: postgresql-13
Version: 13.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 469
Depends: postgresql-13 (= 13.0-1.pgdg+1), libc6 (>= 2.17), libpython3.8 (>= 3.8.2)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13_13.0-1.pgdg+1_arm64.deb
Size: 101052
SHA256: 13f8b725dcd9a2bc085d85bfed9cac04d82fd8675f47d86782e667db12288db7
SHA1: 5a00eefbe50b2e4e27274b0e919fa255f072baf3
MD5sum: 2e0b76b11cec69f0798f2bf2261fc2e6
Description: PL/Python 3 procedural language for PostgreSQL 13
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Python 3.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-09-24 13:14:16+00

Package: postgresql-plpython3-13-dbgsym
Source: postgresql-13
Version: 13.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 212
Depends: postgresql-plpython3-13 (= 13.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13-dbgsym_13.0-1.pgdg+1_arm64.deb
Size: 161616
SHA256: eb429b1c7ef9cd67073ab4fc1902fdb9a2d33da582333938791fc6d135d55a9f
SHA1: fccbb67d292a9763c353aeac0a5deaa190ab4ccc
MD5sum: d9770d4607784beca0d1fd4b89f31702
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 1df4c7771f7693773f84f69a1c63e5ec38eed8f1 5b31f3aaead64a31df3fb001b906c8756ba95357 a0358821c7bc351e2d9f8610eecceda8653ad45e fab3e1a590e6312278f0811ed95ed798b8364806
Timestamp: 2020-09-24 13:14:16+00

Package: postgresql-pltcl-13
Source: postgresql-13
Version: 13.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 173
Depends: postgresql-13 (= 13.0-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13_13.0-1.pgdg+1_arm64.deb
Size: 34512
SHA256: 91e2df03f6b3b184e28c07c2ba27058dc3277502d977064bd14d7909b99c4c31
SHA1: 70a34b3dbc7eb191fbae73e1503361c54399f395
MD5sum: 1391fcb62d082c3403f10972f8597338
Description: PL/Tcl procedural language for PostgreSQL 13
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Tcl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-09-24 13:14:16+00

Package: postgresql-pltcl-13-dbgsym
Source: postgresql-13
Version: 13.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-pltcl-13 (= 13.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13-dbgsym_13.0-1.pgdg+1_arm64.deb
Size: 74568
SHA256: f881d899495104c81e6f494d5391967179f80605a857a60237506c00d47ba2d9
SHA1: d85d6254c5c18fc9271f2c45b33c19191d886d40
MD5sum: 150e33be581f1e7a8ee6563064775bea
Description: debug symbols for postgresql-pltcl-13
Build-Ids: 78343ffbb2a3c9dfdd3a8b6ea441f578f73ccfd1
Timestamp: 2020-09-24 13:14:16+00

Package: postgresql-server-dev-13
Source: postgresql-13
Version: 13.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5745
Depends: clang-10, libpq-dev (>= 13~~), llvm-10-dev, postgresql-client-13, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/postgresql-server-dev-13_13.0-1.pgdg+1_arm64.deb
Size: 966420
SHA256: 45972ae778c7c9765157f0615e3d7963c99b170237bf2a731f4a453775be695b
SHA1: 26de96bc1a72540d0759157fdf4bc4832c6d5592
MD5sum: e711074725bbe4dc307f2589738f6b39
Description: development files for PostgreSQL 13 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.
Timestamp: 2020-09-24 13:14:16+00

Package: postgresql-10-plr
Source: plr
Version: 1:8.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 137
Depends: r-base-core (>= 2.10), postgresql-10, libc6 (>= 2.17)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-10-plr_8.4.1-1.pgdg+1_arm64.deb
Size: 59348
SHA256: a11b6b90c8a94c76135282b4d6449febce20ab8d68e73df08a2131488f867403
SHA1: de63654b3baf811a0ab7878d95075b15c4f3447c
MD5sum: a001ed79435da94e77778b3791d208aa
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.
Timestamp: 2020-09-25 10:11:57+00

Package: postgresql-10-plr-dbgsym
Source: plr
Version: 1:8.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-10-plr (= 1:8.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-10-plr-dbgsym_8.4.1-1.pgdg+1_arm64.deb
Size: 108868
SHA256: 1af0f4bf515514b9bfc847d52f5b9ffa6249bb362741639acbd4d6c4e2ac6cd9
SHA1: 3c10563a5f819d15b0eb118dcd8dab8823ee661c
MD5sum: 163c738b44d5b4b2ec8947342f40bc5a
Description: debug symbols for postgresql-10-plr
Build-Ids: e855745edc1e563a8851fadb80428bbd6d23e6c5
Timestamp: 2020-09-25 10:11:57+00

Package: postgresql-11-plr
Source: plr
Version: 1:8.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 301
Depends: r-base-core (>= 2.10), postgresql-11, libc6 (>= 2.17)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-11-plr_8.4.1-1.pgdg+1_arm64.deb
Size: 144504
SHA256: 296a614e308e1749ba99bcb940b11453f49c163e29becdc7578c57df2b3c39b9
SHA1: cbe8a7d99988ac27e869fac7e9861203064dc1f9
MD5sum: 0f872727534b88b82065f0f2aeb2e59c
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.
Timestamp: 2020-09-25 10:11:57+00

Package: postgresql-11-plr-dbgsym
Source: plr
Version: 1:8.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-11-plr (= 1:8.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-11-plr-dbgsym_8.4.1-1.pgdg+1_arm64.deb
Size: 109856
SHA256: 224cc0c0dec596e9464715f346b47fadd32ec144a518c6bb39f6f22b878577d6
SHA1: 30f00a65070aec08ad99b4026ae65957942b24ae
MD5sum: 65268f974077030c85e2938e683652d9
Description: debug symbols for postgresql-11-plr
Build-Ids: 7b3b704c5bd243e79bc652ce14bfd1469fe6bb36
Timestamp: 2020-09-25 10:11:57+00

Package: postgresql-12-plr
Source: plr
Version: 1:8.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 306
Depends: r-base-core (>= 2.10), postgresql-12, libc6 (>= 2.17)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-12-plr_8.4.1-1.pgdg+1_arm64.deb
Size: 149584
SHA256: 076816124423f417dbbecc1b47bbaa4d77d31bc807236b3c625b09cc20800d38
SHA1: ff5d931e515370cec46f9d502626f66087460271
MD5sum: 23c3d87854f0ee2255f8e4bb7a2185d0
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.
Timestamp: 2020-09-25 10:11:57+00

Package: postgresql-12-plr-dbgsym
Source: plr
Version: 1:8.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: postgresql-12-plr (= 1:8.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-12-plr-dbgsym_8.4.1-1.pgdg+1_arm64.deb
Size: 113288
SHA256: 5cec25b3450b9eeb7d06b15b249f364ef3c4d9a0256156aa9b54242b397224cf
SHA1: 8e0e849565d7e48ca0496e31e9412115c4bcb683
MD5sum: 2a9dc9014d98f59037ea24022d6f1857
Description: debug symbols for postgresql-12-plr
Build-Ids: 7d8c878d609ff7bad78841b0877496651bbb46b6
Timestamp: 2020-09-25 10:11:57+00

Package: postgresql-13-plr
Source: plr
Version: 1:8.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 311
Depends: r-base-core (>= 2.10), postgresql-13, libc6 (>= 2.17)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-13-plr_8.4.1-1.pgdg+1_arm64.deb
Size: 150468
SHA256: 7fd648b305673fa1f6676c0b5ee9d6066c9df5daf7f615df8fbb9625beeec826
SHA1: 26651f76be4b070af3c472c616d1fafdc52c5f0d
MD5sum: ab0fd07fbbb37720de420638bea3faf7
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.
Timestamp: 2020-09-25 10:11:57+00

Package: postgresql-13-plr-dbgsym
Source: plr
Version: 1:8.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 137
Depends: postgresql-13-plr (= 1:8.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-13-plr-dbgsym_8.4.1-1.pgdg+1_arm64.deb
Size: 116908
SHA256: 5d4a2a822a40944d08463e6a2806f54960c9517da6849ddcd015eccc3deddc3b
SHA1: f1e70d1de9993567e1ca0f4c0f5bd0864295bb1e
MD5sum: 02096d5d2551388e1e71b3b1754dbc98
Description: debug symbols for postgresql-13-plr
Build-Ids: b9246524aa5b4b7db029343ba995390c5acf75dd
Timestamp: 2020-09-25 10:11:57+00

Package: postgresql-9.5-plr
Source: plr
Version: 1:8.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: r-base-core (>= 2.10), postgresql-9.5, libc6 (>= 2.17)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-9.5-plr_8.4.1-1.pgdg+1_arm64.deb
Size: 59372
SHA256: b2f7e8bcb58b66dcd574b73d58c1a2b821b50d14fd1c3ef3985f8c98f471ed97
SHA1: 12ec5fe847d8f36ed27495998821dd714f969351
MD5sum: ddf02768b4b8412d1906f2f7c2fdf3bf
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.
Timestamp: 2020-09-25 10:11:57+00

Package: postgresql-9.5-plr-dbgsym
Source: plr
Version: 1:8.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-9.5-plr (= 1:8.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-9.5-plr-dbgsym_8.4.1-1.pgdg+1_arm64.deb
Size: 106440
SHA256: d93112c5695569e5ee5d935e80f524779f6a1da1e85d3280dc63ddbee997e3f1
SHA1: 4c508a2fe4cf90ac8cf2e3921282ddd6d7c10c13
MD5sum: 35eec838e5cd6576dcfac88ca69bdeb6
Description: debug symbols for postgresql-9.5-plr
Build-Ids: 005e39f9c09e08fef7f0e8f1bf63a0de1fc8ee6d
Timestamp: 2020-09-25 10:11:57+00

Package: postgresql-9.6-plr
Source: plr
Version: 1:8.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: r-base-core (>= 2.10), postgresql-9.6, libc6 (>= 2.17)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-9.6-plr_8.4.1-1.pgdg+1_arm64.deb
Size: 59428
SHA256: 9cfcaa0f211da81045ecd986e40127b836e4625057a9ec46865f1c79e8cb4ec6
SHA1: 104a0a02ea736fd8cec543c2f2c4257e2aed3ad6
MD5sum: 0d8f535056abd92933789745e35564a7
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.
Timestamp: 2020-09-25 10:11:57+00

Package: postgresql-9.6-plr-dbgsym
Source: plr
Version: 1:8.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-9.6-plr (= 1:8.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-9.6-plr-dbgsym_8.4.1-1.pgdg+1_arm64.deb
Size: 106816
SHA256: 607968bc9809085f63f12a99eba1ba94129dc670ae36b97794c1c792fc8b7c6f
SHA1: 14c5fb09faaf2bb6b4657841505a3b471430669e
MD5sum: 0a14697ec058693796b8e9f0dcbb5bf0
Description: debug symbols for postgresql-9.6-plr
Build-Ids: d7d468a805c0bfca929bea2777ac69407fc26898
Timestamp: 2020-09-25 10:11:57+00

Package: check-pgbackrest
Version: 1.9-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: libdata-dump-perl, libjson-perl, perl
Enhances: pgbackrest
Homepage: https://github.com/pgstef/check_pgbackrest
Priority: optional
Section: database
Filename: pool/main/c/check-pgbackrest/check-pgbackrest_1.9-2.pgdg+1_all.deb
Size: 17360
SHA256: 43fb873502ce8c804eabe0909be45c7363eb48fe0dd6b7d96f5e13f528ff6563
SHA1: 596478ce93790cb38b5ab7cc8f986237254c5ffa
MD5sum: 6688e774a11a0e08efe409a7959a0d86
Description: pgBackRest backup check plugin for Nagios
 check_pgbackrest is designed to monitor pgBackRest PostgreSQL backups from
 Nagios.
Timestamp: 2020-09-28 13:15:59+00

Package: patroni
Version: 1.6.5-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 627
Depends: python3-cdiff, python3-click (>= 4.1), python3-dateutil, python3-pkg-resources, python3-prettytable (>= 0.7), python3-psutil, python3-six (>= 1.7), python3-urllib3, python3-yaml, python3:any (>= 3.5~), lsb-base (>= 3.0-6), python3-psycopg2, python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_1.6.5-5.pgdg+1_all.deb
Size: 128124
SHA256: f64359c2aa8b5f38f7ddbde26307d52daa9d8d0d8e12e14627e718180809044a
SHA1: 6b58a1c5b830c055bdd8e085b34ed89e785185fb
MD5sum: 1aaa9abc477e73c1d845e25e83e8fb5d
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2020-09-28 13:15:59+00

Package: patroni-doc
Source: patroni
Version: 1.6.5-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 718
Depends: libjs-sphinxdoc (>= 2.4.3-5~), sphinx-rtd-theme-common (>= 0.5.0+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_1.6.5-5.pgdg+1_all.deb
Size: 99632
SHA256: ca9f4c875e2ed79034edd45b98c1935f7f005a978255bf9a03507be4acd73e00
SHA1: 430103740dd88e968e601261e4fec0ba39694f19
MD5sum: 0085569af8049608978d1fab0a3744bb
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2020-09-28 13:15:59+00

Package: pgformatter
Version: 4.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: perl:any
Multi-Arch: foreign
Homepage: http://sqlformat.darold.net/
Priority: optional
Section: database
Filename: pool/main/p/pgformatter/pgformatter_4.4-1.pgdg+1_all.deb
Size: 79484
SHA256: 5f6f31ae3230cbc900c556a6f09a7db26b1f1f313493e5d2483ca61faf390305
SHA1: 334da59a5ac34c9fcb3ac5bf23da473550cff609
MD5sum: 00728bc21965594124dafbefd6415e58
Description: PostgreSQL SQL syntax beautifier
 This SQL formatter/beautifier supports keywords from SQL-92, SQL-99,
 SQL-2003, SQL-2008, SQL-2011 and PostgreSQL specifics keywords. May
 works with any other databases too.
 .
 pgFormatter can work as a console program or as a CGI. pg_format will
 automatically detect its environment and output as text or as HTML
 following the context.
Timestamp: 2020-09-28 13:15:59+00

Package: postgresql-10-pglogical
Source: pglogical
Version: 2.3.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 437
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-10
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-10-pglogical_2.3.2-2.pgdg+1_arm64.deb
Size: 106784
SHA256: 3713ddae96ef00c24d7a9cb07278bbadc990ea61aafab4e350ff35295dabd750
SHA1: e24672e6bb3af0bf3522d4aabcd1e84ad850a3f7
MD5sum: 7bb8fc3c7c19c1e7446890631f44e1fd
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2020-09-28 13:15:59+00

Package: postgresql-10-pglogical-dbgsym
Source: pglogical
Version: 2.3.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 587
Depends: postgresql-10-pglogical (= 2.3.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-10-pglogical-dbgsym_2.3.2-2.pgdg+1_arm64.deb
Size: 514136
SHA256: 62ed8065be17459c899e7c12481deafe67dc03832a10af8a6ecdfd84e0a60b06
SHA1: a3a5986eb51b8406d3bdcddcbf3ed2a4bfd31066
MD5sum: fc4b8eeab57c575ac7c2c5da8bcd50b1
Description: debug symbols for postgresql-10-pglogical
Build-Ids: 055f0bf39e7a9bd5180def22ffa9869cf622a5a4 58325c1dcb8ba5db636072da11278d2ca12af898 d665fbc65a8e8ac64293867a4837742b58b7d325
Timestamp: 2020-09-28 13:15:59+00

Package: postgresql-10-pgsphere
Source: pgsphere
Version: 1.1.1+2020-09-24-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 938
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx2 (>= 3.60.0), libstdc++6 (>= 5.2), postgresql-10
Conflicts: postgresql-pgsphere (<< 1.1.1+2020)
Replaces: postgresql-pgsphere (<< 1.1.1+2020)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-10-pgsphere_1.1.1+2020-09-24-1.pgdg+1_arm64.deb
Size: 316696
SHA256: 5034d613df848fc242a10b5a6dfa18d410a3aa3262301082db2dc4416e7f503e
SHA1: 6cee41a40237851450e527895beedded8aec1c8b
MD5sum: 2370cf160710ba61ea7baa215dcba5d1
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2020-09-28 13:15:59+00

Package: postgresql-10-pgsphere-dbgsym
Source: pgsphere
Version: 1.1.1+2020-09-24-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 366
Depends: postgresql-10-pgsphere (= 1.1.1+2020-09-24-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-10-pgsphere-dbgsym_1.1.1+2020-09-24-1.pgdg+1_arm64.deb
Size: 310100
SHA256: 0b76a45a659f2c630726ac559cb7e6274c4f8d728faff5d07d05cddd97649b68
SHA1: 869917783f92512b401036ee5a32d7f86ed4b751
MD5sum: 3e899b4e4a34058df497cd0fb6141179
Description: debug symbols for postgresql-10-pgsphere
Build-Ids: 08401c909699daff748feba58aea1b4463755531
Timestamp: 2020-09-28 13:15:59+00

Package: postgresql-10-tds-fdw
Source: tds-fdw
Version: 2.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-10, libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-10-tds-fdw_2.0.2-1.pgdg+1_arm64.deb
Size: 32824
SHA256: 31a941ea43c55ba255e4b23d85553c2b2ca09fa46d6365f968236105fce671af
SHA1: 903445dda819c0ad3e2f2cb6cc40643d6f8462a7
MD5sum: 4b67e88dc27e13621554611da704ca25
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2020-09-28 13:15:59+00

Package: postgresql-10-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: postgresql-10-tds-fdw (= 2.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-10-tds-fdw-dbgsym_2.0.2-1.pgdg+1_arm64.deb
Size: 115228
SHA256: 525e422520063774fa0da1575adc00a0a6290bc63a1cb0e3c26459905ae7b044
SHA1: 415ee2a359940c72ad1d766610db37900aae48b0
MD5sum: 8e6bcf39339cb3299481ff8545a1218e
Description: debug symbols for postgresql-10-tds-fdw
Build-Ids: 3e50295c0ad0d97bdfbd194133f36428af7d5d0a
Timestamp: 2020-09-28 13:15:59+00

Package: postgresql-11-pglogical
Source: pglogical
Version: 2.3.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1111
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-11
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-11-pglogical_2.3.2-2.pgdg+1_arm64.deb
Size: 406752
SHA256: 1704da87690a6f43bb54c3fc85bc03d5c2c96bc25e0218585d69ae8bad823021
SHA1: 3b85c44fef42ffe6a4791734f3121f1859651759
MD5sum: ecbe48f0f24c795377afa97898fd731b
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2020-09-28 13:15:59+00

Package: postgresql-11-pglogical-dbgsym
Source: pglogical
Version: 2.3.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 605
Depends: postgresql-11-pglogical (= 2.3.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-11-pglogical-dbgsym_2.3.2-2.pgdg+1_arm64.deb
Size: 535992
SHA256: ea179754aeca0cdc6047e50f367b2ee3198479684cd8aebd0cc1d75f3e082bcf
SHA1: f3069fe5215025ebd5f8b5a414fbdd0a2a1d83e7
MD5sum: 0e9d56c2d7f8e83cdb9bfe637f8c9611
Description: debug symbols for postgresql-11-pglogical
Build-Ids: 119cfb5a82b7717cf3b153a9ee20b4874c389752 3cf289e04073118166e50857a7f9af24791bc6eb f1545dbb5ff37f70a5e2efc2ebf50445f189173b
Timestamp: 2020-09-28 13:15:59+00

Package: postgresql-11-pgsphere
Source: pgsphere
Version: 1.1.1+2020-09-24-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1572
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx2 (>= 3.60.0), libstdc++6 (>= 5.2), postgresql-11
Conflicts: postgresql-pgsphere (<< 1.1.1+2020)
Replaces: postgresql-pgsphere (<< 1.1.1+2020)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-11-pgsphere_1.1.1+2020-09-24-1.pgdg+1_arm64.deb
Size: 543636
SHA256: 49bbae94e06525b054618e71b13f22e8dbd32a933a17fa97f89607809eb0d2de
SHA1: 5f39dbcb7abdba482d5f3c0dba0aedf0c651d286
MD5sum: 6ea5b169f8e7f271241faa9f1e34b0e4
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2020-09-28 13:15:59+00

Package: postgresql-11-pgsphere-dbgsym
Source: pgsphere
Version: 1.1.1+2020-09-24-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 366
Depends: postgresql-11-pgsphere (= 1.1.1+2020-09-24-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-11-pgsphere-dbgsym_1.1.1+2020-09-24-1.pgdg+1_arm64.deb
Size: 310236
SHA256: c40658df3930aa85ce547dd97f1d29725c0727daa09df1a5e528fc3b36cdadfb
SHA1: b1f3a0b99785379e36b195d17a7b1a5377b90b74
MD5sum: 0624a843a36889fee6892e910c0c9ba1
Description: debug symbols for postgresql-11-pgsphere
Build-Ids: 375c6dce997e6403d3cc74a44ce72f72f6c01c74
Timestamp: 2020-09-28 13:15:59+00

Package: postgresql-11-tds-fdw
Source: tds-fdw
Version: 2.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 272
Depends: postgresql-11, libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-11-tds-fdw_2.0.2-1.pgdg+1_arm64.deb
Size: 122560
SHA256: 3a6ef3cc62a43b5a14f9903a628e72c0c930af83fda0a91cfa94d8327ce4ac79
SHA1: 6fbc646336e8589cca04792ea908fab935c64fdb
MD5sum: 63ae2085b427590ade6146fa61bda133
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2020-09-28 13:15:59+00

Package: postgresql-11-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: postgresql-11-tds-fdw (= 2.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-11-tds-fdw-dbgsym_2.0.2-1.pgdg+1_arm64.deb
Size: 115892
SHA256: 740f2fe59e3e1dd94cbdb4aeca786434800552fc107b3571409c312892666019
SHA1: 4b1c81f822003707d3eaea0440df7611eca746a7
MD5sum: 5f9bc0f15959fa330a54019817da48e7
Description: debug symbols for postgresql-11-tds-fdw
Build-Ids: 87e20e58287a0fefe74e6b0af2e0c245ddf17e1a
Timestamp: 2020-09-28 13:15:59+00

Package: postgresql-12-pglogical
Source: pglogical
Version: 2.3.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1156
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-12
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-12-pglogical_2.3.2-2.pgdg+1_arm64.deb
Size: 432564
SHA256: 6cb8b50e656d53502b46ae063241478d72bc87a1418949880e8938381661ba23
SHA1: 3bf0ea61a9ab1b7e5b15b3c95ab857134ce9d66f
MD5sum: f8f3dfc42ca03daa8eb38f9462d38f17
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2020-09-28 13:15:59+00

Package: postgresql-12-pglogical-dbgsym
Source: pglogical
Version: 2.3.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 722
Depends: postgresql-12-pglogical (= 2.3.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-12-pglogical-dbgsym_2.3.2-2.pgdg+1_arm64.deb
Size: 658500
SHA256: 26a230a517bbe28deed0c42f2d81608da456a26a3f7cefd0661ba4ff5340218b
SHA1: 3408c3157ad2b0b543b2b8b40217cfdf12bcaac6
MD5sum: 66c61fc2af577dfdde6f28866621a54a
Description: debug symbols for postgresql-12-pglogical
Build-Ids: 7600bd9ce53581cc5c20529454addd2259155011 8c79b8f47740994f4074a994e8c8e13102e10fc0 fd866d961b7355f672f9d380a5a3552f6e98b471
Timestamp: 2020-09-28 13:15:59+00

Package: postgresql-12-pgsphere
Source: pgsphere
Version: 1.1.1+2020-09-24-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1571
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx2 (>= 3.60.0), libstdc++6 (>= 5.2), postgresql-12
Conflicts: postgresql-pgsphere (<< 1.1.1+2020)
Replaces: postgresql-pgsphere (<< 1.1.1+2020)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-12-pgsphere_1.1.1+2020-09-24-1.pgdg+1_arm64.deb
Size: 543548
SHA256: 5a9b95a09385b8183cc042a0ccf10701e5f33d18a854bd21e0ca70f798f4caf1
SHA1: 2033f31bbf60854ce71be63797c3c2eedddc7dc1
MD5sum: fada50f0a41e5615edab822d40bd2cff
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2020-09-28 13:15:59+00

Package: postgresql-12-pgsphere-dbgsym
Source: pgsphere
Version: 1.1.1+2020-09-24-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 368
Depends: postgresql-12-pgsphere (= 1.1.1+2020-09-24-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-12-pgsphere-dbgsym_1.1.1+2020-09-24-1.pgdg+1_arm64.deb
Size: 311876
SHA256: c5a4f989f173b6b390a910d5115871295b2b53fde38477231362deea3795cd31
SHA1: e46e1e712f34d4526d8c2b4b11cf6b572b6ac398
MD5sum: ddf3998d232e09d75307f50a4dc3a681
Description: debug symbols for postgresql-12-pgsphere
Build-Ids: 93efcbbcc8dd694a49e506da71edc5386f5cab0c
Timestamp: 2020-09-28 13:15:59+00

Package: postgresql-12-tds-fdw
Source: tds-fdw
Version: 2.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 272
Depends: postgresql-12, libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-12-tds-fdw_2.0.2-1.pgdg+1_arm64.deb
Size: 123524
SHA256: 7ee18e3c8580e7227bd008fca1892ff667aa85ae4ed9da1ef95b9ddbfbe6776c
SHA1: 130d61a4b94aa9cf04374754a5d336f2436eb93c
MD5sum: 873b919d60a2aaa6fa1eb42c74e201a3
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2020-09-28 13:15:59+00

Package: postgresql-12-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-12-tds-fdw (= 2.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-12-tds-fdw-dbgsym_2.0.2-1.pgdg+1_arm64.deb
Size: 123548
SHA256: 147daed9ec816eb9b430180ab3177ab4f84f553fd100a93f7e40c538d885154b
SHA1: 700d90d7a7240849a2de7ee186c2a5107dcd81e8
MD5sum: bf02a7a4a4b2680fceba39e9ae1b3f61
Description: debug symbols for postgresql-12-tds-fdw
Build-Ids: b8a5973950b240128196b6bd44ed85d57fd59e3c
Timestamp: 2020-09-28 13:15:59+00

Package: postgresql-13-pgsphere
Source: pgsphere
Version: 1.1.1+2020-09-24-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1570
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx2 (>= 3.60.0), libstdc++6 (>= 5.2), postgresql-13
Conflicts: postgresql-pgsphere (<< 1.1.1+2020)
Replaces: postgresql-pgsphere (<< 1.1.1+2020)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-13-pgsphere_1.1.1+2020-09-24-1.pgdg+1_arm64.deb
Size: 544588
SHA256: 6d223dc4159656d9f83dd38c2af255d3ff02532e5cfcbec1e54b1493dac04c39
SHA1: ab2cc14337cc3579b43674b5f7ccf2e9d01b4ee6
MD5sum: b184e4869aff7ef2fcdcb6798d868c34
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2020-09-28 13:15:59+00

Package: postgresql-13-pgsphere-dbgsym
Source: pgsphere
Version: 1.1.1+2020-09-24-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 368
Depends: postgresql-13-pgsphere (= 1.1.1+2020-09-24-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-13-pgsphere-dbgsym_1.1.1+2020-09-24-1.pgdg+1_arm64.deb
Size: 312612
SHA256: 97384891878e395c0ac51ee6ee5f0f5a03dfa22e03772c4b31739221faa5ca44
SHA1: 2b7e6cd5f18e05388909147d87f363f0b767dae6
MD5sum: d14dfaadec2342c39fabc8ea39a91782
Description: debug symbols for postgresql-13-pgsphere
Build-Ids: f5fb1feed092e26b99f8d7d95b74a4f7e62f0b43
Timestamp: 2020-09-28 13:15:59+00

Package: postgresql-13-tds-fdw
Source: tds-fdw
Version: 2.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 277
Depends: postgresql-13, libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-13-tds-fdw_2.0.2-1.pgdg+1_arm64.deb
Size: 125448
SHA256: 00dcbd1e4677df11f5f5c2a79ec8e1dd206802afc334d42c93f19baea6bf0517
SHA1: b34139eff3d2daeafac73cecd2c097bc4f26ea0d
MD5sum: 4aed48a01d54d3afca2d00b2081860db
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2020-09-28 13:15:59+00

Package: postgresql-13-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-13-tds-fdw (= 2.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-13-tds-fdw-dbgsym_2.0.2-1.pgdg+1_arm64.deb
Size: 127356
SHA256: b64240e18e4b75b7bdee97f4f26366b1ab1670d09bbea4c80fe932a1ad28759a
SHA1: d3f57ad827b038359884fbd355dcc989df8e5141
MD5sum: e9975222c3dbdfc939e21065641ba289
Description: debug symbols for postgresql-13-tds-fdw
Build-Ids: 4682e259cd765813aa0f9404922fd2d3001d648c
Timestamp: 2020-09-28 13:15:59+00

Package: postgresql-9.5-pglogical
Source: pglogical
Version: 2.3.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 444
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-9.5
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-9.5-pglogical_2.3.2-2.pgdg+1_arm64.deb
Size: 107704
SHA256: 6eed90958448270fee96053abd19ed54f446f4a3f91010270eb81e57597a0566
SHA1: c2390bef974528ae72c9317515c7721432a40a78
MD5sum: ebd77ebc4fdff5334cc42ad908b14628
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2020-09-28 13:15:59+00

Package: postgresql-9.5-pglogical-dbgsym
Source: pglogical
Version: 2.3.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 538
Depends: postgresql-9.5-pglogical (= 2.3.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-9.5-pglogical-dbgsym_2.3.2-2.pgdg+1_arm64.deb
Size: 459508
SHA256: 7e39ec9f558439ac33047b98bf83ddeb35ed5beac9b4109f1c1f7d44988caa5f
SHA1: cf150e519f950159877d94044e880be9c604a448
MD5sum: 05fe3e2016c860f3fe9656b3e02d8477
Description: debug symbols for postgresql-9.5-pglogical
Build-Ids: 2b826f7135a7156237d0fdb3d850e06a00032e13 c5421d93241ddf3197f366b051adce800547e57f d5cb4c59a1f84d845f33d74e1cb4a4bbbd62acf3
Timestamp: 2020-09-28 13:15:59+00

Package: postgresql-9.5-pgsphere
Source: pgsphere
Version: 1.1.1+2020-09-24-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 941
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx2 (>= 3.60.0), libstdc++6 (>= 5.2), postgresql-9.5
Conflicts: postgresql-pgsphere (<< 1.1.1+2020)
Replaces: postgresql-pgsphere (<< 1.1.1+2020)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-9.5-pgsphere_1.1.1+2020-09-24-1.pgdg+1_arm64.deb
Size: 316756
SHA256: 556824d2ee9f449a61f5589d4e1f414ce9da94f116cda54085933631e45cbd6a
SHA1: 5d75c63493b9e651f699bd4f0f9c1e5faf164a18
MD5sum: f812344719ed9559f581a1a152d39225
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2020-09-28 13:15:59+00

Package: postgresql-9.5-pgsphere-dbgsym
Source: pgsphere
Version: 1.1.1+2020-09-24-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 364
Depends: postgresql-9.5-pgsphere (= 1.1.1+2020-09-24-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-9.5-pgsphere-dbgsym_1.1.1+2020-09-24-1.pgdg+1_arm64.deb
Size: 307492
SHA256: 16d212eb872de2c89d78b262d9659a93f19d55cf8347826b21a917a2ca70fa15
SHA1: c2ad5a19d9c2c9c43fe533be86fc0d6cc323652c
MD5sum: 801d035b979a85257bb1628c28aaacd7
Description: debug symbols for postgresql-9.5-pgsphere
Build-Ids: af82bdae3b9e7e9c15b639a93fe459f873c51693
Timestamp: 2020-09-28 13:15:59+00

Package: postgresql-9.5-tds-fdw
Source: tds-fdw
Version: 2.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-9.5, libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-9.5-tds-fdw_2.0.2-1.pgdg+1_arm64.deb
Size: 32796
SHA256: 538e4034dbbca8338d34cbf70ea2e88bea0248f64aa9c9ded91d35fc118467a4
SHA1: 5e6a14de77d3e41395f542984052650973dcf65f
MD5sum: d9ea085dadded45d33736fc9f570f82d
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2020-09-28 13:15:59+00

Package: postgresql-9.5-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 122
Depends: postgresql-9.5-tds-fdw (= 2.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-9.5-tds-fdw-dbgsym_2.0.2-1.pgdg+1_arm64.deb
Size: 104704
SHA256: 7ecb0cd8628a88b6ef94fb6fcf868634651b875f51eba667a3d51d433859baf6
SHA1: 0943edfbca68289510321d5fe8c15f1aa1fe4c80
MD5sum: df48a1406b3b5514431cc5ae624ca31c
Description: debug symbols for postgresql-9.5-tds-fdw
Build-Ids: e33fe0745e74d24af1e295a73b82468fd3c8b397
Timestamp: 2020-09-28 13:15:59+00

Package: postgresql-9.6-pglogical
Source: pglogical
Version: 2.3.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 441
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-9.6
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-9.6-pglogical_2.3.2-2.pgdg+1_arm64.deb
Size: 106652
SHA256: ee079634129308cbaca08f13fdb5123d7b37b021bdb4a358f459ce1bc05184dd
SHA1: f8a163cc0501ab364a11e81c902a1919bb7a6d81
MD5sum: 131b9c8bfa7ba0bf51986bfc8f09a983
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2020-09-28 13:15:59+00

Package: postgresql-9.6-pglogical-dbgsym
Source: pglogical
Version: 2.3.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 546
Depends: postgresql-9.6-pglogical (= 2.3.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-9.6-pglogical-dbgsym_2.3.2-2.pgdg+1_arm64.deb
Size: 466664
SHA256: d9375184e45c38448ae62d8f4106c2babbf2680cb64c3212c48ed8f10d13c11d
SHA1: c15005797495c97ed7633853994a04f7f287d15f
MD5sum: 5eeff93dbaa08dd0adf53a19bc473c97
Description: debug symbols for postgresql-9.6-pglogical
Build-Ids: 29123ec80f8d1cfc8e9fb06803b3c5366d2b0830 530f652ec64059236b98d5322d38f0f8cea6ab5b 7816551684e99bc47fbf63da52627000ce3f02be
Timestamp: 2020-09-28 13:15:59+00

Package: postgresql-9.6-pgsphere
Source: pgsphere
Version: 1.1.1+2020-09-24-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 942
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx2 (>= 3.60.0), libstdc++6 (>= 5.2), postgresql-9.6
Conflicts: postgresql-pgsphere (<< 1.1.1+2020)
Replaces: postgresql-pgsphere (<< 1.1.1+2020)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-9.6-pgsphere_1.1.1+2020-09-24-1.pgdg+1_arm64.deb
Size: 316996
SHA256: 20dd236a630452dbe39fa65d700a72841399185d2a8ec87e02689cd6a046c7c1
SHA1: dd7e3f61897228e05a45c5845b31149a2787c094
MD5sum: 12bd86238ef88b822fc7e01f90a32c34
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2020-09-28 13:15:59+00

Package: postgresql-9.6-pgsphere-dbgsym
Source: pgsphere
Version: 1.1.1+2020-09-24-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 365
Depends: postgresql-9.6-pgsphere (= 1.1.1+2020-09-24-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-9.6-pgsphere-dbgsym_1.1.1+2020-09-24-1.pgdg+1_arm64.deb
Size: 308300
SHA256: f1e56853a9718382e71ae54c905d4acc41f9e37b6b3bdcd20fea1e0ca2335ed7
SHA1: d2ca8d5bdeb8d1bac2231a3ab064af5074ee9f77
MD5sum: 8dfb3c4fc888d6ce5dd4a971e478cb32
Description: debug symbols for postgresql-9.6-pgsphere
Build-Ids: d047adb0bf16418854bea3ff8ae1154b183c6db5
Timestamp: 2020-09-28 13:15:59+00

Package: postgresql-9.6-tds-fdw
Source: tds-fdw
Version: 2.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-9.6, libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-9.6-tds-fdw_2.0.2-1.pgdg+1_arm64.deb
Size: 32880
SHA256: d8eaac26f2fd40ba0c836b389e697c2797cdecae00a865c48e5cfa5951f0a814
SHA1: 5dc1dc96fc18e89219ae6ef2beab466a7e94b19f
MD5sum: eb6ee2f55b84b07f05ee468b93baeb6c
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2020-09-28 13:15:59+00

Package: postgresql-9.6-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-9.6-tds-fdw (= 2.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-9.6-tds-fdw-dbgsym_2.0.2-1.pgdg+1_arm64.deb
Size: 109484
SHA256: a3205ee36205dd38e2ccaa6f12550444c8d860fef359d37cd41c5b72f7ab4c28
SHA1: 838754a2d49f72fb608602ba103de2b6718b370c
MD5sum: 4bbd1bbb0047550caec6806ad9ca19de
Description: debug symbols for postgresql-9.6-tds-fdw
Build-Ids: c5c506a6f5b6192923d38b2f71be23f8b9fdd830
Timestamp: 2020-09-28 13:15:59+00

Package: pspg
Version: 3.1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 218
Depends: libc6 (>= 2.17), libncursesw6 (>= 6), libpq5 (>= 9.0~), libreadline8 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_3.1.4-1.pgdg+1_arm64.deb
Size: 84544
SHA256: aefa2194e58111e610573a014dbc1cbf0d4f09421aa83132ea9f053f0cee2c0b
SHA1: 099e468e2d78005c43f035ef908ff6d816ac4031
MD5sum: 1d30543da2903741b10b3b1a6636bb61
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2020-09-28 13:15:59+00

Package: pspg-dbgsym
Source: pspg
Version: 3.1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 280
Depends: pspg (= 3.1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_3.1.4-1.pgdg+1_arm64.deb
Size: 256252
SHA256: 45a38772d6304aef3c3abad47304515a6595f7a4fb70cc769830f42c50519e81
SHA1: ce39e926c37c2ffa261d676cf2c60786f0ef922f
MD5sum: a4ebd180a34a12f5885b6eb09ec6f002
Description: debug symbols for pspg
Build-Ids: 7d06766f61d09ba032c91d53a9513ba6dd177350
Timestamp: 2020-09-28 13:15:59+00

Package: pgtap
Version: 1.1.0-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27
Depends: postgresql-pgtap, libtap-parser-sourcehandler-pgtap-perl
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/pgtap_1.1.0-4.pgdg+1_all.deb
Size: 20064
SHA256: ae424c29d7db8b1e3f37d18c4a16e89af8df1ace6672aeac2a756a280b22c747
SHA1: 71a99432c84aa198124e86bbd5acb49ab9cbdb6e
MD5sum: 4c93ef77a28a8b5d1a41bdc5f17ddca0
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.
Timestamp: 2020-10-01 20:28:49+00

Package: pgtap-doc
Source: pgtap
Version: 1.1.0-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 337
Multi-Arch: foreign
Homepage: https://pgtap.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgtap/pgtap-doc_1.1.0-4.pgdg+1_all.deb
Size: 64536
SHA256: 6c3381031814dd3e2473329315be18cda3032c206b2a32a63c30443b22d3eb9a
SHA1: fa86ceadc62b744fa98e9b4dc06ff5baf7fa3083
MD5sum: 1092f7d4f7f30fa9832efa528cb96a6b
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.
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql
Source: postgresql-common (217.pgdg+1)
Version: 13+217.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-13
Suggests: postgresql-doc
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_13+217.pgdg+1_all.deb
Size: 63684
SHA256: b3efb4547926b7fec93f2a041ec336632e58b6687c70db67c3e55d6951d4d3fc
SHA1: ce53dc197f55c0752660daee6b47cfbbde37b54f
MD5sum: 6855c2105f16d4698e336afad1946419
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.
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-10-ip4r
Source: ip4r
Version: 2.4.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 340
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-10-ip4r_2.4.1-3.pgdg+1_arm64.deb
Size: 63940
SHA256: 66475c1977257f5e32a3a76932515911df39cb87ad9c403b5305fb59df32bb43
SHA1: ae0dd5af22352fc7c5f6ad2c48ff80707e7419df
MD5sum: bef0956677d6414c36afe3e93e6c5264
Description: IPv4 and IPv6 types for PostgreSQL 10
 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.
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-10-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 210
Depends: postgresql-10-ip4r (= 2.4.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-10-ip4r-dbgsym_2.4.1-3.pgdg+1_arm64.deb
Size: 172796
SHA256: b1ae759e211fb27b6c1c94fbdf0857b3f48387e3ca7a380accfe77e3966aa48a
SHA1: 370f1068463bea554185654e53eea9060896c5d5
MD5sum: fa3e3c5df8a09b08e88a554eae849897
Description: debug symbols for postgresql-10-ip4r
Build-Ids: 9bad54dfad0e2522bcc48415c4cee0c53b1aa4d3
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-10-numeral
Source: postgresql-numeral
Version: 1.3-2.pgdg+2
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-10-numeral_1.3-2.pgdg+2_arm64.deb
Size: 22260
SHA256: 29c22e9411a3d5d3348e303c3e596a570914dd8b6895981fe89609db0500bb5e
SHA1: 777ce5d6ab26911b2a9e74311bb34bfa063b611e
MD5sum: 16117bceefd330d18a5d0ee2176d4da6
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-10-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 62
Depends: postgresql-10-numeral (= 1.3-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-10-numeral-dbgsym_1.3-2.pgdg+2_arm64.deb
Size: 40364
SHA256: 60372b551da6050eb54e5eace1ced4188b111b7e986a71c7e36e83532274f5d0
SHA1: 8c934677b38c9ff86474a818ecc149e623d27ac3
MD5sum: b8fcf02f34c4bc424dead7319d5602f7
Description: debug symbols for postgresql-10-numeral
Build-Ids: ec316b524c1b706777e4115ef65f747a388bba30
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-10-periods
Source: postgresql-periods
Version: 1.2-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 520
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-10-periods_1.2-1.pgdg+2_arm64.deb
Size: 34368
SHA256: 4caeb34e302f5385b440453ccb70f9918e9cc78cd097b249070ba2fb70619577
SHA1: 4d93a4a53f9dadef3b2d09476f1d164a9a2f0ac6
MD5sum: 090ecef70a44fa9d4b543936573e2339
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-10-periods-dbgsym
Source: postgresql-periods
Version: 1.2-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-10-periods (= 1.2-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-10-periods-dbgsym_1.2-1.pgdg+2_arm64.deb
Size: 26300
SHA256: 5ac8c992e93d3d64b23aa8e0081df8284ff4ef9521f3fb11b4dfa718c91a70da
SHA1: b4dbe09edcb163066b074aa89e48f4e7d38e7e8b
MD5sum: fe0b3988c840ed8d66c354ee80dccaaa
Description: debug symbols for postgresql-10-periods
Build-Ids: 759841d219097e7e92f78acac7d9a7bc247c1fa3
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-10-pg-fact-loader
Source: pg-fact-loader
Version: 1.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 656
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-10-pg-fact-loader_1.6.0-1.pgdg+1_arm64.deb
Size: 42940
SHA256: 46f30d772e7bf2b53d607803f0e8f2ed225e5d49e1fdb8f6e56a2dcf125755f8
SHA1: 3fbe429615fcaefb82a120da36bb58968e83e3a5
MD5sum: 01c8cdb5bacaf5f29aa03e1c2e745804
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 10.
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-10-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 28
Depends: postgresql-10-pg-fact-loader (= 1.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-10-pg-fact-loader-dbgsym_1.6.0-1.pgdg+1_arm64.deb
Size: 13216
SHA256: 678c38e258ca41e924310b0292ad8af92bce62556c74efcc76c1cf3805ee61d0
SHA1: 4df95051c867ee7f5035d2d84ac9fbc98d11e0de
MD5sum: ddbc11d7f59f6772f5910d0cf87ce005
Description: debug symbols for postgresql-10-pg-fact-loader
Build-Ids: 13ac27bf9a1a17e09b53beb39066d4f5c45c53c4
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-10-pgsphere
Source: pgsphere
Version: 1.1.1+2020-09-24-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 938
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx2 (>= 3.60.0), libstdc++6 (>= 5.2), postgresql-10
Conflicts: postgresql-pgsphere (<< 1.1.1+2020)
Replaces: postgresql-pgsphere (<< 1.1.1+2020)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-10-pgsphere_1.1.1+2020-09-24-2.pgdg+1_arm64.deb
Size: 316836
SHA256: a345d9c9866279745de1b09d14c94f1af8ed042a0c7b34556e511802a25cd154
SHA1: e95eeeeebd01e0ffb09ef6d020a375d4c4adcdb2
MD5sum: 93dba77a90a6f396dadad1fe7b62a8af
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-10-pgsphere-dbgsym
Source: pgsphere
Version: 1.1.1+2020-09-24-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 366
Depends: postgresql-10-pgsphere (= 1.1.1+2020-09-24-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-10-pgsphere-dbgsym_1.1.1+2020-09-24-2.pgdg+1_arm64.deb
Size: 309696
SHA256: 6eb184ecbd4909dfe88f375488d194ed513a9416bb28daa6e984cbbf59505fb7
SHA1: c18bcb573577c59d0866cf5461c368deecefb274
MD5sum: ff66b057d28af9280acc4aa37fa3742f
Description: debug symbols for postgresql-10-pgsphere
Build-Ids: 74bd243c4f5ba022bf72165d97f6848f3ff786c9
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-10-pgtap
Source: pgtap
Version: 1.1.0-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1637
Depends: postgresql-10
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-10-pgtap_1.1.0-4.pgdg+1_all.deb
Size: 59020
SHA256: b0835183a2f53002fd39425ab84829faa968abe94125a828f24dda8256c693e9
SHA1: e9a97f44d591cfd9c3249ac540d9c7d2c308ef19
MD5sum: 3f16ecc2ce47aca560cb51830354a21d
Description: Unit testing framework extension for PostgreSQL 10
 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 10.
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-11-ip4r
Source: ip4r
Version: 2.4.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 649
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-11-ip4r_2.4.1-3.pgdg+1_arm64.deb
Size: 197300
SHA256: b1a9417031bacd2ac1ab4589bd890c8dcbec324d5a103923e867a25b1406af27
SHA1: 90e3a1d04b5bd35fa9bcc53654dc1bfed6da0b25
MD5sum: ee92f6a64eac3c64367a7b8d691ccc6a
Description: IPv4 and IPv6 types for PostgreSQL 11
 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.
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-11-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 209
Depends: postgresql-11-ip4r (= 2.4.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-11-ip4r-dbgsym_2.4.1-3.pgdg+1_arm64.deb
Size: 172200
SHA256: bda8e97b3e372de91c3839cbccee73ff0123dca09966596d3ae4ead0cd4c2efa
SHA1: ea895299c6367c3bdfbf35538dbcca8d12769007
MD5sum: feccb988f9c59f846c791b62b72e49b0
Description: debug symbols for postgresql-11-ip4r
Build-Ids: 6270f896376d724ecef5a029036d59bafa6bac4c
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-11-numeral
Source: postgresql-numeral
Version: 1.3-2.pgdg+2
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 265
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-11-numeral_1.3-2.pgdg+2_arm64.deb
Size: 79916
SHA256: 61a836636a6a4675ab60d221f8cf697698defa6ad600558e5b8774c0cf5d7e65
SHA1: 159726be545e12339990f617924b5d541a16743e
MD5sum: 5c04049901a5c7985715fe13c3de15b4
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-11-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 62
Depends: postgresql-11-numeral (= 1.3-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-11-numeral-dbgsym_1.3-2.pgdg+2_arm64.deb
Size: 40348
SHA256: 565b535780c8d5ff67a4eabd09afe771afe772c60bf321f0e93b48bcc64a6ec6
SHA1: b34573cca8c82e46bd252879833a9cbe874b9417
MD5sum: b90a4dd3fa418b2c9f19a2af9a158dd4
Description: debug symbols for postgresql-11-numeral
Build-Ids: 10928e6b0bb21d9fb4d279aaec53afbc513be140
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-11-periods
Source: postgresql-periods
Version: 1.2-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 548
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-11-periods_1.2-1.pgdg+2_arm64.deb
Size: 49916
SHA256: 10ae51531e0ed919408f87b5d9e67fade3a6d898a676e6242bfa1a3c06ca2278
SHA1: 8c953d8878e3d686bc94634c6ac1187e02a66563
MD5sum: a96494905622e203c4a043e9c4844141
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-11-periods-dbgsym
Source: postgresql-periods
Version: 1.2-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-11-periods (= 1.2-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-11-periods-dbgsym_1.2-1.pgdg+2_arm64.deb
Size: 26216
SHA256: b6b2257f3cfa1e8a74e3a9f5da69ee8921611b87ee53949ae2637e9e4a0c1e28
SHA1: aef7fa2807c65b45b6adf691538f8c8d68fbbe8c
MD5sum: 1a26743dc1be287853a11da76436952e
Description: debug symbols for postgresql-11-periods
Build-Ids: c1fe2218fe3fef071970b8bdc4ec467f0bc4658f
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-11-pg-fact-loader
Source: pg-fact-loader
Version: 1.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 672
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-11-pg-fact-loader_1.6.0-1.pgdg+1_arm64.deb
Size: 50632
SHA256: 8419e24abae151f353d2f8704f3eb5ef2bd868c30215a3d288285ce39d816522
SHA1: e5456b3a94050b3ac383c7033207f6acec97f729
MD5sum: 8e6373b0e3063608a5dfb2c98627dfc7
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 11.
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-11-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 28
Depends: postgresql-11-pg-fact-loader (= 1.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-11-pg-fact-loader-dbgsym_1.6.0-1.pgdg+1_arm64.deb
Size: 13400
SHA256: 6c02b83f0ebfe4c00cebf8b9a3c01f9d69773b4047aa9de7325069eb9860f9e2
SHA1: 98e84032a09f9daa6cc988fdbfef381dd3957193
MD5sum: 87a7d9ff89693b789f362ccca90bbe0d
Description: debug symbols for postgresql-11-pg-fact-loader
Build-Ids: f533a953dc8f7449afee34e0d928ea3c6738b729
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-11-pgsphere
Source: pgsphere
Version: 1.1.1+2020-09-24-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1576
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx2 (>= 3.60.0), libstdc++6 (>= 5.2), postgresql-11
Conflicts: postgresql-pgsphere (<< 1.1.1+2020)
Replaces: postgresql-pgsphere (<< 1.1.1+2020)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-11-pgsphere_1.1.1+2020-09-24-2.pgdg+1_arm64.deb
Size: 543760
SHA256: 6c046760253098c06fc6e8ab486f1416c4e2ca9f435caac85dc43d8b0cf4d07e
SHA1: ee9833a1d627c6b478430220a42f4f68dbe70f93
MD5sum: fd8f6b74a17143fb816a58a507b9b2ea
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-11-pgsphere-dbgsym
Source: pgsphere
Version: 1.1.1+2020-09-24-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 366
Depends: postgresql-11-pgsphere (= 1.1.1+2020-09-24-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-11-pgsphere-dbgsym_1.1.1+2020-09-24-2.pgdg+1_arm64.deb
Size: 310412
SHA256: 551af6bc4d10bc9a1e3dcc48f2cc3d6af9472cf0495dace1e54844c9af8b2844
SHA1: 710984f7abfe7ebbcae3220f40aed8124d844a5a
MD5sum: f36ea7b398584e2be761adf8ea1db07d
Description: debug symbols for postgresql-11-pgsphere
Build-Ids: 3c6e45e988fbd8c447bf6b357fc2edbeff6ebfc5
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-11-pgtap
Source: pgtap
Version: 1.1.0-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1637
Depends: postgresql-11
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-11-pgtap_1.1.0-4.pgdg+1_all.deb
Size: 59040
SHA256: 7a900a30e792e0801a5f4833338311e30f9f8997c369f7eca1cfe86faf5721ac
SHA1: 123a0192fde35997faa65dd80a0644867d301925
MD5sum: 52749eab288829ac24cde9babe82caf0
Description: Unit testing framework extension for PostgreSQL 11
 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 11.
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-12-ip4r
Source: ip4r
Version: 2.4.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 645
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-12-ip4r_2.4.1-3.pgdg+1_arm64.deb
Size: 198300
SHA256: 6e7e84a0746a94f1fa01ed94ea444b7ec45b2445c4987bb7160a7787c3da267d
SHA1: f6eefaa00322110bdcc52500b5b341709280d81d
MD5sum: f9b53be1ce71b8d61e0280730a1eac5d
Description: IPv4 and IPv6 types for PostgreSQL 12
 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.
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-12-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 214
Depends: postgresql-12-ip4r (= 2.4.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-12-ip4r-dbgsym_2.4.1-3.pgdg+1_arm64.deb
Size: 177696
SHA256: a545dea5ea313f4b08fdc4b7875337aa514e0daafc0af857bce2d1f61f91ad4c
SHA1: a92856e8d5f85d19ee058e883cec3e3f83dbdfb2
MD5sum: e2baed5d242a3a299f120ae991a9bced
Description: debug symbols for postgresql-12-ip4r
Build-Ids: c3bc620f55787d1254cea3265e39d33f52d676bc
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-12-numeral
Source: postgresql-numeral
Version: 1.3-2.pgdg+2
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 265
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-12-numeral_1.3-2.pgdg+2_arm64.deb
Size: 79992
SHA256: 6f2bf9484dd279608a760d0bff515770ec702380029efb44da913012a52b2f03
SHA1: addeccb5f421e86abb2b7ed76b1f5a2f0cf42698
MD5sum: ad11dc5bd2697f60880ce49a52e08db4
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-12-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 62
Depends: postgresql-12-numeral (= 1.3-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-12-numeral-dbgsym_1.3-2.pgdg+2_arm64.deb
Size: 40348
SHA256: 1934ff0d36064e61e69bac519c08bc3491c0ad6cda2f9861b01cf4e12d5968f0
SHA1: 6cf9d1453ac6521f2adcceda10b38a86f09a26e5
MD5sum: 01d4fffb69965a42a98dceaec910b5a9
Description: debug symbols for postgresql-12-numeral
Build-Ids: 26729e8d0937d95b2593b2267d6276974decb48f
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-12-periods
Source: postgresql-periods
Version: 1.2-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 550
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-12-periods_1.2-1.pgdg+2_arm64.deb
Size: 52144
SHA256: 2112bd69a545ac35b849e0209635b94c9e895eaca9a80e7685e6002d07b0dca7
SHA1: 7e46f145f7839bcd60f82f555f4f66a38033d166
MD5sum: c64bb5f880b370f7cad1e79bb9588426
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-12-periods-dbgsym
Source: postgresql-periods
Version: 1.2-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-12-periods (= 1.2-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-12-periods-dbgsym_1.2-1.pgdg+2_arm64.deb
Size: 39680
SHA256: e664c5e6f9b9b1ab8c57995db1dfc506af7bede41c9b7b7a0cd74d226d652f3c
SHA1: f012959ccecf8d515db51a8eb500a8b1523898b2
MD5sum: f95f934dede97892bc8834254305d949
Description: debug symbols for postgresql-12-periods
Build-Ids: 902ba841a26751f9045292aee26141c5b7c16712
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-12-pg-fact-loader
Source: pg-fact-loader
Version: 1.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 675
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-12-pg-fact-loader_1.6.0-1.pgdg+1_arm64.deb
Size: 50424
SHA256: 0e921a38d2323b854a0e08040325767b851f62f79639dbd34edf54e06f505cc1
SHA1: 96599bd0ea965e6f27d3ada16e643bf978d8b89c
MD5sum: 6ace18a056c0c24e7840639edbd65c08
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 12.
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-12-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 28
Depends: postgresql-12-pg-fact-loader (= 1.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-12-pg-fact-loader-dbgsym_1.6.0-1.pgdg+1_arm64.deb
Size: 13188
SHA256: 8f7d6a0f6f3c0727386e309cedc17fed7589a9058fdc7c08c12273fe14ff43df
SHA1: dd0a238928cb4089439cee89d459e4c1ed18fc05
MD5sum: b5c19abaf1b3d37cf067a49735f93744
Description: debug symbols for postgresql-12-pg-fact-loader
Build-Ids: fe171ae268efa96ef7f34303ff2d808b11a8721c
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-12-pgsphere
Source: pgsphere
Version: 1.1.1+2020-09-24-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1571
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx2 (>= 3.60.0), libstdc++6 (>= 5.2), postgresql-12
Conflicts: postgresql-pgsphere (<< 1.1.1+2020)
Replaces: postgresql-pgsphere (<< 1.1.1+2020)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-12-pgsphere_1.1.1+2020-09-24-2.pgdg+1_arm64.deb
Size: 543552
SHA256: 93d453caae7abe6dae3175d77dcfe4594c98cf380eb76dae73da73befe6a5a83
SHA1: 8d4af61b591f3e09325462cb7954b77083600a74
MD5sum: 66c1deff7be69569603bda521e9bfe98
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-12-pgsphere-dbgsym
Source: pgsphere
Version: 1.1.1+2020-09-24-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 368
Depends: postgresql-12-pgsphere (= 1.1.1+2020-09-24-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-12-pgsphere-dbgsym_1.1.1+2020-09-24-2.pgdg+1_arm64.deb
Size: 311516
SHA256: 2548bf7fb6c0477b75b6b6b909e8eee4f38b6ab1bc304320468f8c0f7018803b
SHA1: 91ef1be8e795e8df0e5342e0461c0abefec540e2
MD5sum: 71c36fa1c2074d929c3d93c7e006f219
Description: debug symbols for postgresql-12-pgsphere
Build-Ids: 16a911695fc2ee33d8ba08f7a907030f304bb7b0
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-12-pgtap
Source: pgtap
Version: 1.1.0-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1637
Depends: postgresql-12
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-12-pgtap_1.1.0-4.pgdg+1_all.deb
Size: 59012
SHA256: 4b36094c88117c77dfaa32aedb23fced0d4d8f0ee688c260c706e0c31607521a
SHA1: a98b68679303a176b6f5a7c268a1840c02486579
MD5sum: 306962f6c3edbeed1b5f4b13276aa5d2
Description: Unit testing framework extension for PostgreSQL 12
 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 12.
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-13-ip4r
Source: ip4r
Version: 2.4.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 644
Depends: libc6 (>= 2.17), postgresql-13
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-13-ip4r_2.4.1-3.pgdg+1_arm64.deb
Size: 196764
SHA256: 3881164d1801767606970057623f705065d25cbc010e01512f2a533b741d3f08
SHA1: ec1b365f16a424ce87f86ad5616423d5c51bcbc0
MD5sum: 848345a539a88f8c088fd567f262d297
Description: IPv4 and IPv6 types for PostgreSQL 13
 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.
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-13-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: postgresql-13-ip4r (= 2.4.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-13-ip4r-dbgsym_2.4.1-3.pgdg+1_arm64.deb
Size: 176948
SHA256: 866b4ea8e173579a0dba99ff279fc3d3a18c11203eb592e1b51b6c2d5a12b704
SHA1: 597556153a8e700b9729ccd4633a170f24cb7089
MD5sum: 6efe1f4d95b8d98160df3c7a77c66b82
Description: debug symbols for postgresql-13-ip4r
Build-Ids: f96fa9b4d53fef491ffc10fd6437fd90f1edc5ba
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-13-numeral
Source: postgresql-numeral
Version: 1.3-2.pgdg+2
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 265
Depends: libc6 (>= 2.17), postgresql-13
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-13-numeral_1.3-2.pgdg+2_arm64.deb
Size: 80136
SHA256: 5d852ae0d1c94fb862f6fe7616500eabf1d52614d25479f511aa8b236fdc0255
SHA1: 03c5943f62e6a7cf148905f24e658c0418cd8151
MD5sum: d38051a3fe066c79ea6e0c97a110f193
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-13-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 62
Depends: postgresql-13-numeral (= 1.3-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-13-numeral-dbgsym_1.3-2.pgdg+2_arm64.deb
Size: 40344
SHA256: e6da2b084ee815e01b2c31008ae9b92ed065f114e1f4ba5e63befbd7db04eb10
SHA1: a51bd14eedc73ce8bb57551bbf7e3183e9b6010f
MD5sum: df831ba871fe6803dbc83fe6e757eadd
Description: debug symbols for postgresql-13-numeral
Build-Ids: fee77a12163928d9be47666b26d09331ab586ecd
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-13-periods
Source: postgresql-periods
Version: 1.2-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 550
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-13-periods_1.2-1.pgdg+2_arm64.deb
Size: 51988
SHA256: e72df9584bb893f5d9749f79e62f12d63ce7c3faa2cad5192a1c47a94e4b5bf3
SHA1: b33e353a2a5ee2fd3c75d411b704f86905256253
MD5sum: 06a161abf6f12e947ffa3b1de270c24d
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-13-periods-dbgsym
Source: postgresql-periods
Version: 1.2-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-13-periods (= 1.2-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-13-periods-dbgsym_1.2-1.pgdg+2_arm64.deb
Size: 36852
SHA256: 360b117ecf9431af0d9abf297cd6520bc6610dc77a901c6fecd844e04900413a
SHA1: 935f83844b2cd2c2d856958666516d20db4f4711
MD5sum: ac36989ae70d10cb43f94555a8418fc4
Description: debug symbols for postgresql-13-periods
Build-Ids: 0b2fb62d14bb7b310aa829eb17e0e1a731266f50
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-13-pgsphere
Source: pgsphere
Version: 1.1.1+2020-09-24-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1574
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx2 (>= 3.60.0), libstdc++6 (>= 5.2), postgresql-13
Conflicts: postgresql-pgsphere (<< 1.1.1+2020)
Replaces: postgresql-pgsphere (<< 1.1.1+2020)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-13-pgsphere_1.1.1+2020-09-24-2.pgdg+1_arm64.deb
Size: 544124
SHA256: 356eb2b097450663ee8759482ce6ae493ca4d3cb3462aa0ae3d678e58a6d3582
SHA1: a35629123e577fed817c46d9a101c9a183adec30
MD5sum: 4e44614fd92557f54318e0e494be5af1
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-13-pgsphere-dbgsym
Source: pgsphere
Version: 1.1.1+2020-09-24-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 368
Depends: postgresql-13-pgsphere (= 1.1.1+2020-09-24-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-13-pgsphere-dbgsym_1.1.1+2020-09-24-2.pgdg+1_arm64.deb
Size: 311896
SHA256: b0ca871a2b3a71a4d674efa51e2bb7f88342194aba5e5d4e8b310c1435d394e5
SHA1: 3a808d02b0cf08badb936f3ea51680314422bb29
MD5sum: 7ea8c8e236bf12d4fbef18df40de4854
Description: debug symbols for postgresql-13-pgsphere
Build-Ids: fc88f5f802face8c54aa38ff7a4c40b153502f65
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-13-pgtap
Source: pgtap
Version: 1.1.0-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1637
Depends: postgresql-13
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-13-pgtap_1.1.0-4.pgdg+1_all.deb
Size: 59012
SHA256: 61685352e29c056f53ce48a065d461d29c771c770c348e3d4048f2067ab08fcb
SHA1: 6cd89776b85efc25d09f0cfa488eca7290e67ba0
MD5sum: a5bfe75bd77571ec81f58fbf8512fda5
Description: Unit testing framework extension for PostgreSQL 13
 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 13.
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-9.5-ip4r
Source: ip4r
Version: 2.4.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 340
Depends: libc6 (>= 2.17), postgresql-9.5
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-9.5-ip4r_2.4.1-3.pgdg+1_arm64.deb
Size: 63768
SHA256: a6d8f3ae83c53448481303d786971305863f658587a1997d6da7b403e9d743ae
SHA1: c9c798640a1706ac6c8f10fd7c1b2218a32c541f
MD5sum: 08db12b47802cfb0de909d28e9f822f9
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.
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-9.5-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 200
Depends: postgresql-9.5-ip4r (= 2.4.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-9.5-ip4r-dbgsym_2.4.1-3.pgdg+1_arm64.deb
Size: 163204
SHA256: 960eda85a16ef183167e55052326c38547c5f009fc6749126c4e5fb4161ffce7
SHA1: 5593e22ce99197295f103e96c3ea8dd0648ac8f7
MD5sum: 1e633949acd81b99ad989b29ea820ab4
Description: debug symbols for postgresql-9.5-ip4r
Build-Ids: b909f22822b093172e0b8157fa2b2aaa5824a7ef
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-9.5-numeral
Source: postgresql-numeral
Version: 1.3-2.pgdg+2
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.17), postgresql-9.5
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-9.5-numeral_1.3-2.pgdg+2_arm64.deb
Size: 22248
SHA256: f0ee623c05e4a74c14935ca9cadf67e1b481d58eced5e683c827fc8143217b9a
SHA1: f0caa866ea28852d42efefc9e7b4e883f2f37d51
MD5sum: c48b0990f288bd958553d2fa93cd2c15
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-9.5-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 62
Depends: postgresql-9.5-numeral (= 1.3-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-9.5-numeral-dbgsym_1.3-2.pgdg+2_arm64.deb
Size: 40388
SHA256: 8ed61eacda9a1b38ee51066d0e817c1585a4b01fb228b7234a5edd0a2043b969
SHA1: 357ce00c629647afdebdc084924028dbe194a654
MD5sum: 1c37f6756e9b451980db06149b64e139
Description: debug symbols for postgresql-9.5-numeral
Build-Ids: 271336e82d6df4ecb4d8b233cca71bd07c15d319
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-9.5-periods
Source: postgresql-periods
Version: 1.2-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 520
Depends: postgresql-9.5, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-9.5-periods_1.2-1.pgdg+2_arm64.deb
Size: 34336
SHA256: 0973b881a591b42f8d995d78aafaa2568cbdc377ab5a41a3965d0c427f82b4b7
SHA1: 8348b5e3c7da966a75c36a09ddfb819930517c50
MD5sum: 73c5db59869ee5a9eb89b73bd137f9b1
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-9.5-periods-dbgsym
Source: postgresql-periods
Version: 1.2-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-9.5-periods (= 1.2-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-9.5-periods-dbgsym_1.2-1.pgdg+2_arm64.deb
Size: 25652
SHA256: f552568e28814f22cb4669ae74d44265bf7dbd8d67050edf38711d71a32ba781
SHA1: 7e0f0f0db04b74cc0fa2de48211194908ba66a62
MD5sum: 0da7dbea0a892db5f11bcc586b94b080
Description: debug symbols for postgresql-9.5-periods
Build-Ids: 90e0a05f2f3fac38686f717c61f020aa9e5b459f
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-9.5-pg-fact-loader
Source: pg-fact-loader
Version: 1.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 656
Depends: postgresql-9.5, libc6 (>= 2.17)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-9.5-pg-fact-loader_1.6.0-1.pgdg+1_arm64.deb
Size: 42940
SHA256: 136124a7d85a1016b5f07795c8ef08c2806027c9d66e2be61a298b6d9c64846b
SHA1: 1feaad2769f4b066de036dab3316ed89a397530e
MD5sum: f1e3c8e227a50d32c3d19dfc3769f933
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 9.5.
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-9.5-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 28
Depends: postgresql-9.5-pg-fact-loader (= 1.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-9.5-pg-fact-loader-dbgsym_1.6.0-1.pgdg+1_arm64.deb
Size: 12952
SHA256: 185fa274d07cbaaa4ab1136fa22b3758144b37ce515213a9f050505da6c2dc28
SHA1: 9947033776290db9f1a25a44a67d5ed834e5ad5c
MD5sum: 5bb8476ab67ed46e862d79588076be21
Description: debug symbols for postgresql-9.5-pg-fact-loader
Build-Ids: f68c6b2d621532ab293411106ae30f8b5c4fe494
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-9.5-pgsphere
Source: pgsphere
Version: 1.1.1+2020-09-24-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 945
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx2 (>= 3.60.0), libstdc++6 (>= 5.2), postgresql-9.5
Conflicts: postgresql-pgsphere (<< 1.1.1+2020)
Replaces: postgresql-pgsphere (<< 1.1.1+2020)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-9.5-pgsphere_1.1.1+2020-09-24-2.pgdg+1_arm64.deb
Size: 316860
SHA256: 3a8d215582be4259a95f8c5df3d0e9ca9059a1e2e79a1cc2ac08be4529c46cea
SHA1: 2ec8ec6886575b02953f6b37040a3c793f77c178
MD5sum: 10c8015eaed69c2e7a8cbc9c36c17d6d
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-9.5-pgsphere-dbgsym
Source: pgsphere
Version: 1.1.1+2020-09-24-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 364
Depends: postgresql-9.5-pgsphere (= 1.1.1+2020-09-24-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-9.5-pgsphere-dbgsym_1.1.1+2020-09-24-2.pgdg+1_arm64.deb
Size: 307596
SHA256: 1a74bd5401af002b2a552d88a21cccabe6678990b4381b8d97ea56493357e470
SHA1: ea4cc4839b80964c607da67729c2e10d53b7ba56
MD5sum: 3d7104ed8b0545d2104e6806b96d8344
Description: debug symbols for postgresql-9.5-pgsphere
Build-Ids: f5783d4992193c6cf4fa1425d8f4e9ce0e2b784d
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-9.5-pgtap
Source: pgtap
Version: 1.1.0-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1623
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-9.5-pgtap_1.1.0-4.pgdg+1_all.deb
Size: 58624
SHA256: 268506ef364c85d6beb426fe18505c3deb2df71aee725078c0bc5a96032fa988
SHA1: fa109c201a95a62bda874a61ca6decab44368904
MD5sum: 0c026f6206452f8ec22820c4f32d39fa
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.
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-9.6-ip4r
Source: ip4r
Version: 2.4.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 340
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-9.6-ip4r_2.4.1-3.pgdg+1_arm64.deb
Size: 63804
SHA256: b3695a06486411c9a7654adb386700893f6e1d9cce14b537079e26f24b340a7e
SHA1: c08003e17f98d21050a7566b342d053a05c37659
MD5sum: bb66ef994584119240692649b5cb67cd
Description: IPv4 and IPv6 types for PostgreSQL 9.6
 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.
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-9.6-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 201
Depends: postgresql-9.6-ip4r (= 2.4.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-9.6-ip4r-dbgsym_2.4.1-3.pgdg+1_arm64.deb
Size: 163944
SHA256: 3670a4f270e883d6702a9c25435ea74d302464888cd075c58f8977a61a69f5dc
SHA1: 7b644a3e3ed3908c8a387a0e65d9571f24bfa14f
MD5sum: 742893eb0eb0513a05da381d9c1af67c
Description: debug symbols for postgresql-9.6-ip4r
Build-Ids: 2719cbd7c0f9e350105cc06f6d802710a97900c9
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-9.6-numeral
Source: postgresql-numeral
Version: 1.3-2.pgdg+2
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-9.6-numeral_1.3-2.pgdg+2_arm64.deb
Size: 22276
SHA256: 6a8dda504c614a68d30d2acda2e1d5d311a84af32f0db413db4a9c020a5ac8b4
SHA1: 3ab6ce68cc2c7142d925d271baf72794cba2e06c
MD5sum: 42554684a90d69934e544c0b916a3dbe
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-9.6-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 62
Depends: postgresql-9.6-numeral (= 1.3-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-9.6-numeral-dbgsym_1.3-2.pgdg+2_arm64.deb
Size: 40396
SHA256: 1beeaa4db11013957fa883d9f9860fded18ff56d950773d0e1c14570ea3e696e
SHA1: fc3a105cc207f40784a3659b229bd78cbb99b6f8
MD5sum: 8f83e861da6034df14f3ac793259a8b6
Description: debug symbols for postgresql-9.6-numeral
Build-Ids: 81c256673a878ded3775f870224d3386fb4fd6f8
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-9.6-periods
Source: postgresql-periods
Version: 1.2-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 520
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-9.6-periods_1.2-1.pgdg+2_arm64.deb
Size: 34408
SHA256: 5c966a1f396acc59c7de06c73d0a2220730ba7268a2f61d9433c37fa290e802c
SHA1: fa129632181882e60fcc50a71e4dbabf021fd578
MD5sum: 97389001c99aa32d8d616dec8d341ea3
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-9.6-periods-dbgsym
Source: postgresql-periods
Version: 1.2-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-9.6-periods (= 1.2-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-9.6-periods-dbgsym_1.2-1.pgdg+2_arm64.deb
Size: 25588
SHA256: 28099452d622fec2234f92a26842964f0d9b935c06380df5e97a4dd120c98c21
SHA1: 19e3d4caebdfd88f11feddc5b408c7514f6d9d91
MD5sum: c008b02f163b0f0f424db8819a6bf2b7
Description: debug symbols for postgresql-9.6-periods
Build-Ids: d59567b0416eddd0d999b3b6c97a178c74195418
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-9.6-pg-fact-loader
Source: pg-fact-loader
Version: 1.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 656
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-9.6-pg-fact-loader_1.6.0-1.pgdg+1_arm64.deb
Size: 42932
SHA256: cb3ece55b98538591854d5fb52d9dcdd9624e0509ca228db396482e7a767d451
SHA1: b3e4d9e099cd87c4f1908329b3b6b14112a1d82e
MD5sum: 88863811ef379711128d8f3cde9912ae
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 9.6.
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-9.6-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 28
Depends: postgresql-9.6-pg-fact-loader (= 1.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-9.6-pg-fact-loader-dbgsym_1.6.0-1.pgdg+1_arm64.deb
Size: 13192
SHA256: 459e32b053424b64c7b8b08fa6756d05f09caaa1c0266c5edbe16b5b9909644a
SHA1: 217374536094f8239be37722b0530af4eb0feb89
MD5sum: d4ea29cb47e8d201312e5a45c8a25bc6
Description: debug symbols for postgresql-9.6-pg-fact-loader
Build-Ids: ba81e47c0350e82d7eb0cad6a7edb04ca9d35a43
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-9.6-pgsphere
Source: pgsphere
Version: 1.1.1+2020-09-24-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 942
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx2 (>= 3.60.0), libstdc++6 (>= 5.2), postgresql-9.6
Conflicts: postgresql-pgsphere (<< 1.1.1+2020)
Replaces: postgresql-pgsphere (<< 1.1.1+2020)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-9.6-pgsphere_1.1.1+2020-09-24-2.pgdg+1_arm64.deb
Size: 316884
SHA256: 220f9cbec89d24d2ac0f6a2b717bed707cd23196bd50f02f491ffc39b43f2615
SHA1: 2d58d784314667e482efb21d5478722950c37d58
MD5sum: 32c8797e19a6846dd0b28bcacae349bb
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-9.6-pgsphere-dbgsym
Source: pgsphere
Version: 1.1.1+2020-09-24-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 364
Depends: postgresql-9.6-pgsphere (= 1.1.1+2020-09-24-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-9.6-pgsphere-dbgsym_1.1.1+2020-09-24-2.pgdg+1_arm64.deb
Size: 308124
SHA256: 0a8a224945bbc293447c4ad81ccafb191fa0d9825e966ff66c2eef0c43c4c335
SHA1: a3d683a93b0856390bbc520462bdbb9ced3f2503
MD5sum: 4bfe6db7ac886b7c6aee678671bf6a78
Description: debug symbols for postgresql-9.6-pgsphere
Build-Ids: d5178ca9027a6b99b968078543a12e4ef74f6206
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-9.6-pgtap
Source: pgtap
Version: 1.1.0-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1623
Depends: postgresql-9.6
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-9.6-pgtap_1.1.0-4.pgdg+1_all.deb
Size: 58620
SHA256: 497b650df6f04c67d45fb664fc6d9f100026f3cdc20a4aed90ec3b1b09b8dd02
SHA1: f189378797b57e79cab0ae059dbbbfe5d2da1392
MD5sum: 5412924143df58674bdcdb057e3de7bb
Description: Unit testing framework extension for PostgreSQL 9.6
 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.6.
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-all
Source: postgresql-common
Version: 217.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: libecpg-dev, libpq-dev, postgresql-common (= 217.pgdg+1), postgresql-server-dev-all, postgresql-contrib-9.5, postgresql-plperl-9.5, postgresql-plpython3-9.5, postgresql-pltcl-9.5, postgresql-contrib-9.6, postgresql-plperl-9.6, postgresql-plpython3-9.6, postgresql-pltcl-9.6, postgresql-contrib-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-contrib-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-contrib-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12, postgresql-contrib-13, postgresql-plperl-13, postgresql-plpython3-13, postgresql-pltcl-13
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_217.pgdg+1_all.deb
Size: 63832
SHA256: fb64c2f1b03e94920ded7e8ca390e7d787912d119db80bf4e0838a4741ecc9d9
SHA1: c9b9b1154e79180492cd097725ec5d24261b5e64
MD5sum: acacd2016ff27a5922deacb150a975dd
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 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.
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-client
Source: postgresql-common (217.pgdg+1)
Version: 13+217.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-client-13
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_13+217.pgdg+1_all.deb
Size: 63696
SHA256: c78fde6e2df18e8b0a446e0c87a4638870d69fe4b6f0d8b83115957c5070ec43
SHA1: 8acac619b817772e82dc7bf080540882b0e3bc7a
MD5sum: b1337dc0e754009fa2b7d8ae7ffc66ed
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.
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-client-common
Source: postgresql-common
Version: 217.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: netbase, pgdg-keyring
Recommends: libreadline8
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_217.pgdg+1_all.deb
Size: 88028
SHA256: dfce3b5629904cb6edf00b9413dac0266d1e621ea5daec4f388adb7f798d33d6
SHA1: 5c0deb01c98ca8a533b6165bca0107fffb824234
MD5sum: 484c17ae73a10c106d704c15246b2f0f
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.
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-common
Version: 217.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 610
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, lsb-base (>= 3.0-3), perl (>= 5.14), postgresql-client-common (= 217.pgdg+1), ssl-cert (>= 1.0.11), ucf
Recommends: e2fsprogs, logrotate
Suggests: libjson-perl
Breaks: postgresql-9.1 (<< 9.1.1-3~), postgresql-server-dev-all (<< 204), systemd (<< 204)
Replaces: postgresql-server-dev-all (<< 204)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_217.pgdg+1_all.deb
Size: 234216
SHA256: 1200d2dc190015f823f6f90465c3fb086d3fdd39565108ca940a9a959a662852
SHA1: d512575d5cd6e2fa2473e40249fabd9b6ef79ece
MD5sum: 564b57f43dd76f0e4d7538c45ef2c183
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.
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-contrib
Source: postgresql-common (217.pgdg+1)
Version: 13+217.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-contrib-13
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-contrib_13+217.pgdg+1_all.deb
Size: 63692
SHA256: d0daf1409e156f3b053ae50f0cae2fcb466ce3bf95f8080fefc96bbba516b946
SHA1: df1f629e8de9dcd5e853a653ecf9df4b57373feb
MD5sum: 89aad54013cc47e07e8b35286f00f7f9
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.
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-doc
Source: postgresql-common (217.pgdg+1)
Version: 13+217.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-doc-13
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_13+217.pgdg+1_all.deb
Size: 63684
SHA256: d6f7a5d9fb54131e9869078890154839e9fd559e14206695cd16fe30c27de16e
SHA1: 3f0049f474bf342b18192c1a87262281dab94b9a
MD5sum: b2a3d5fd2db8f2c49862c2006fc86751
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.
Timestamp: 2020-10-01 20:28:49+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 217.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: make, postgresql-common (>= 117~), postgresql-server-dev-9.5, postgresql-server-dev-9.6, postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12, postgresql-server-dev-13
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_217.pgdg+1_all.deb
Size: 73732
SHA256: 9f1966d4edbb54d93299b81abacc6a8666ca51acbf187b4c7fdc45021b8f98a2
SHA1: 3540d539f64dd50d0f53c255677f563512e43e35
MD5sum: a7c19f6eaa226a6ff5bdf50ab2782f86
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, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 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.
Timestamp: 2020-10-01 20:28:49+00

Package: pgbackrest
Version: 2.30-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 921
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.17), liblz4-1 (>= 0.0~r127), libpq5, libssl1.1 (>= 1.1.0), libxml2 (>= 2.7.4), libzstd1 (>= 1.3.2), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.30-1.pgdg+1_arm64.deb
Size: 288124
SHA256: fb4eae4221c6aa11dc7f0cb3f905e9eae34a9b3760c358e9a39fb025804cc415
SHA1: de66c985573667d2a710b15209ea62d4c71f188b
MD5sum: 3f619a3c3b93bff7c65cdc4b143ff9bf
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.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2020-10-08 22:04:29+00

Package: pgbackrest-dbgsym
Source: pgbackrest
Version: 2.30-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1074
Depends: pgbackrest (= 2.30-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.30-1.pgdg+1_arm64.deb
Size: 950460
SHA256: 15cb4afebf1176cfa48438d8398924cd94da2e2464893112961dcdbfdf1b3083
SHA1: eef78bb0fbb7d5169368c2ca142f75c3036f8e1a
MD5sum: f80bf83fb88d909784a639427d9dbf68
Description: debug symbols for pgbackrest
Build-Ids: cc767a3c68af65dbbadc43cfceb6f9249fb0aa2c
Timestamp: 2020-10-08 22:04:29+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.30-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1173
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.30-1.pgdg+1_all.deb
Size: 106964
SHA256: fe7449e71f028fea1077b2ff9cda16faad8b1b60e69f451a9211cf980144a2ef
SHA1: 2a9a513a42a9e43994c4eed503f6bd67e02aae44
MD5sum: cfdc0e26f3a151c4f3525489212ebd26
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2020-10-08 22:04:29+00

Package: postgresql-10-repack
Source: pg-repack
Version: 1.4.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 170
Depends: postgresql-10, libc6 (>= 2.17), libpq5 (>= 8.3~rc1-1~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-10-repack_1.4.6-1.pgdg+1_arm64.deb
Size: 69900
SHA256: 5e5b1adde08d3ffcfc1cc9cdeecea804beb3422a7be333eb76326a4fb078b027
SHA1: bf0e71dc9f36a10263f4b0ca9293fb63d9a54751
MD5sum: f4cb99a2d3e8c965b322c52e198b4fec
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 10.
Timestamp: 2020-10-08 22:04:29+00

Package: postgresql-10-repack-dbgsym
Source: pg-repack
Version: 1.4.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-10-repack (= 1.4.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-10-repack-dbgsym_1.4.6-1.pgdg+1_arm64.deb
Size: 113856
SHA256: 5ff5d8385cd38c04922015cdb5ebc55adf9fbcfa02950385fcc91e5d14708a38
SHA1: c13d6b9a54ca2d8287845cf80cdd6e456715a208
MD5sum: 5f1f2b790026c31b3d8e53d441cc2a18
Description: debug symbols for postgresql-10-repack
Build-Ids: 0b17b2321b5fd0b0cfdf6ab4ba409e66d6786ab3 a0e3d8f1946a6034bbd27d54192152d59d515a17
Timestamp: 2020-10-08 22:04:29+00

Package: postgresql-11-repack
Source: pg-repack
Version: 1.4.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 223
Depends: postgresql-11, libc6 (>= 2.17), libpq5 (>= 8.3~rc1-1~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-11-repack_1.4.6-1.pgdg+1_arm64.deb
Size: 96996
SHA256: 77d6cabe6a20ff51684c0b9dab12df598493e14cb696cacbd2fa6e838f524fe4
SHA1: 3cf840b4b2954408c403b38079a28be339f7e79e
MD5sum: f4b30c88f9def69b9991adeafa92bf25
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 11.
Timestamp: 2020-10-08 22:04:29+00

Package: postgresql-11-repack-dbgsym
Source: pg-repack
Version: 1.4.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-11-repack (= 1.4.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-11-repack-dbgsym_1.4.6-1.pgdg+1_arm64.deb
Size: 114692
SHA256: 3566a852ec6b48a594d9e328039ed92d397ff28d8bf1ed20833f693b231eebfd
SHA1: 85bb5bea8d12a64a5ed0ba9233eb00582c2fe6e3
MD5sum: d07fbbe7fb22a74c65071defb98154ec
Description: debug symbols for postgresql-11-repack
Build-Ids: 4fe6457df8ecc4a0708fd2da498cf6a3d5ac91c0 97fb3b81164a92568eeab1fcac4600c629a85ead
Timestamp: 2020-10-08 22:04:29+00

Package: postgresql-12-repack
Source: pg-repack
Version: 1.4.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 232
Depends: postgresql-12, libc6 (>= 2.17), libpq5 (>= 8.3~rc1-1~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-12-repack_1.4.6-1.pgdg+1_arm64.deb
Size: 100060
SHA256: c2d9f0ecf040842645e9f5129a44001a6accc8dfcd10cfe9d7c51210c78a3e89
SHA1: 49bee4b9a0449be0afaec8cf9011643bcdea8cf1
MD5sum: 12b3c44192178c7aea03e948eaf200ac
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 12.
Timestamp: 2020-10-08 22:04:29+00

Package: postgresql-12-repack-dbgsym
Source: pg-repack
Version: 1.4.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-12-repack (= 1.4.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-12-repack-dbgsym_1.4.6-1.pgdg+1_arm64.deb
Size: 110908
SHA256: 2064fbaa19c9025ef12b4160e376715971f5bc747b96eea8716c129d0637fa4c
SHA1: 48660e80e0052a46e0ee0d32b1d62ec1785e2b04
MD5sum: 5d98e0084397564822073c041b732695
Description: debug symbols for postgresql-12-repack
Build-Ids: 85c3a67d90f3d1dfa965369292e5fc22bf460626 a337213d8454f15baf868ad80820ceb1aa9d5236
Timestamp: 2020-10-08 22:04:29+00

Package: postgresql-13-repack
Source: pg-repack
Version: 1.4.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 242
Depends: postgresql-13, libc6 (>= 2.17), libpq5 (>= 8.3~rc1-1~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-13-repack_1.4.6-1.pgdg+1_arm64.deb
Size: 102628
SHA256: 8c0db8ebb872c8dadb044fe5be4d50d28e31e185d0bfe9d740405c1c1e74fa7f
SHA1: 8a9f13c2e6613b439d0f177ff2625722afa95397
MD5sum: f4796b35cc02373fa588ab0a786d401a
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 13.
Timestamp: 2020-10-08 22:04:29+00

Package: postgresql-13-repack-dbgsym
Source: pg-repack
Version: 1.4.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 147
Depends: postgresql-13-repack (= 1.4.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-13-repack-dbgsym_1.4.6-1.pgdg+1_arm64.deb
Size: 112544
SHA256: 547a297ab8a7be666b14cf3e588e4599f00e088999f17fd786c5d83a3ad636aa
SHA1: 77c01c035016a75f6b834b25613079e073b71e3a
MD5sum: 4c582f6da854eb313797b100cfe2bf57
Description: debug symbols for postgresql-13-repack
Build-Ids: 4734bf47e239994f86fc4a1636e69b5a928f4ee9 c56127021cf324a326ea249ddc0ccf0d2d279d73
Timestamp: 2020-10-08 22:04:29+00

Package: postgresql-9.5-repack
Source: pg-repack
Version: 1.4.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 170
Depends: postgresql-9.5, libc6 (>= 2.17), 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.4.6-1.pgdg+1_arm64.deb
Size: 69764
SHA256: 75fdc49b6b3093e5220ce74a7b4683fe1a60dde54fd5ceb215a8f3f7958efc61
SHA1: e49b14ea83be3f2c1428d6725ed386a3d1c8318a
MD5sum: 87370a2669e4d9bef021185c04f037fe
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.
Timestamp: 2020-10-08 22:04:29+00

Package: postgresql-9.5-repack-dbgsym
Source: pg-repack
Version: 1.4.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-9.5-repack (= 1.4.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-9.5-repack-dbgsym_1.4.6-1.pgdg+1_arm64.deb
Size: 109712
SHA256: f9171ac6adc31f2a84e1c423f371601a48b5e1e05a6fbf7187242bae9834aa44
SHA1: e69deee3bf035e6e94559340acdafa69cc250ad4
MD5sum: f90bb9b179a4a6a9ab9eb8064390c75d
Description: debug symbols for postgresql-9.5-repack
Build-Ids: 4adf33c981d8caa405c2cd3050cfbc6f9381191b eaf646fbfbda37e21fb1d8cdbf1e6b0633c0fb8a
Timestamp: 2020-10-08 22:04:29+00

Package: postgresql-9.6-repack
Source: pg-repack
Version: 1.4.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 170
Depends: postgresql-9.6, libc6 (>= 2.17), 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.4.6-1.pgdg+1_arm64.deb
Size: 69792
SHA256: ee44580c14ed998f7d3a8e8056c2c51484f6bb5349d813a196e91ec9a8e3d8e0
SHA1: 483175ee04c28f4fbd0d5f752d597eef97fa937e
MD5sum: 5b896ce1e34a2ecb308926214d0cb7a9
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.
Timestamp: 2020-10-08 22:04:29+00

Package: postgresql-9.6-repack-dbgsym
Source: pg-repack
Version: 1.4.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-9.6-repack (= 1.4.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-9.6-repack-dbgsym_1.4.6-1.pgdg+1_arm64.deb
Size: 109656
SHA256: caed20cd974181755c87e98941aea8b8deb779824c2524e815019147b1942245
SHA1: a3ee32d95511d7d152891cae1c2da2a591d3fa2d
MD5sum: d2f77236eb2244d482f0232164b1ef2c
Description: debug symbols for postgresql-9.6-repack
Build-Ids: 6dddc57d07a835555f9ab84a56ee717160eecd72 a69fc8cbf98757093f99cacaeb776f49d5641ae9
Timestamp: 2020-10-08 22:04:29+00

Package: libpgpool0
Source: pgpool2
Version: 4.1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: libc6 (>= 2.29)
Breaks: pgpool2 (<< 3.1.1)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libs
Filename: pool/main/p/pgpool2/libpgpool0_4.1.4-1.pgdg+1_arm64.deb
Size: 142936
SHA256: 4f74e33e92b24a9b596a304e9511d55b871a53d6324a1db68e92d624b45dd39e
SHA1: 443620530dbbdcb95f04a8a504bede415a79b845
MD5sum: aa14d5cf838c4a41038df3c40ce2886f
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).
Timestamp: 2020-10-12 21:44:22+00

Package: libpgpool0-dbgsym
Source: pgpool2
Version: 4.1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 78
Depends: libpgpool0 (= 4.1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/libpgpool0-dbgsym_4.1.4-1.pgdg+1_arm64.deb
Size: 60988
SHA256: c522c2117a91f8ce8578f2087d08321967c5aacaac8cc51f6131b460a288ee45
SHA1: 47a8eda3d0502c0470768f9805ea0ef8948a4bec
MD5sum: 853be73bb3b8ad7dedc93642f757a1de
Description: debug symbols for libpgpool0
Build-Ids: 3116ca4b3c55bd138180866f11af119bb51e99d6
Timestamp: 2020-10-12 21:44:22+00

Package: libpgpool-dev
Source: pgpool2
Version: 4.1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 249
Depends: libpgpool0 (= 4.1.4-1.pgdg+1)
Conflicts: libpcp3-dev
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libdevel
Filename: pool/main/p/pgpool2/libpgpool-dev_4.1.4-1.pgdg+1_arm64.deb
Size: 152544
SHA256: 25b47a5e425904ca8ada16ab0f1fdf3097b521466a119078750f2f20d489e32a
SHA1: dc067390b994b23012b5583de8d39dc549783c5a
MD5sum: fa95972edf887b85f9294a52b248e6e4
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).
Timestamp: 2020-10-12 21:44:22+00

Package: omnidb-common
Source: omnidb
Version: 2.17.0+ds-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30948
Depends: fonts-glyphicons-halflings, fonts-roboto-unhinted, libjs-jquery-ui, libjs-excanvas, python3:any, python3-cherrypy3, python3-django, python3-openpyxl, python3-paramiko, python3-pgspecial, python3-prettytable, python3-psycopg2, python3-pyaes, python3-restrictedpython, python3-scrypt, python3-sqlparse, python3-sshtunnel, python3-tornado
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/omnidb-common_2.17.0+ds-4.pgdg+1_all.deb
Size: 4566688
SHA256: 8cf419f82c8cb227390180c35681ed233b560dbeaa00fdcecaeb7e4c1f66c877
SHA1: be1f69d32c8edb515bb79d42c714e7f0f171760d
MD5sum: 29d2b6528530df63187647e014c9660d
Description: Web tool for database management (shared files)
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight. Check-out some
 characteristics:
 .
  * Web Tool: Accessible from any platform, using a browser as a medium
  * Responsive Interface: All available functions in a single page
  * Unified Workspace: Different technologies managed in a single workspace
  * Simplified Editing: Easy to add and remove connections
  * Safety: Multi-user support with encrypted personal information
  * Interactive Tables: All functionalities use interactive tables, allowing
    copying and pasting in blocks
  * Smart SQL Editor: Contextual SQL code completion
  * Beautiful SQL Editor: You can choose between many available color themes
  * Tabbed SQL Editor: Easily add, rename or delete editor tabs
 .
 Supported DBMS: PostgreSQL, Oracle, MySQL, MariaDB
 .
 This package contains shared files.
Timestamp: 2020-10-12 21:44:22+00

Package: omnidb-server
Source: omnidb
Version: 2.17.0+ds-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: adduser, omnidb-common (= 2.17.0+ds-4.pgdg+1)
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/omnidb-server_2.17.0+ds-4.pgdg+1_all.deb
Size: 8332
SHA256: 6b158d215e8584849b97b008330d15604f8ebb37172e981981270de31d3ee2b5
SHA1: 5acb98304f9558b13eec3a57f601aaafa12cb482
MD5sum: f63efc424bd43fd91aed989bc4e328a4
Description: Web tool for database management
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight. Check-out some
 characteristics:
 .
  * Web Tool: Accessible from any platform, using a browser as a medium
  * Responsive Interface: All available functions in a single page
  * Unified Workspace: Different technologies managed in a single workspace
  * Simplified Editing: Easy to add and remove connections
  * Safety: Multi-user support with encrypted personal information
  * Interactive Tables: All functionalities use interactive tables, allowing
    copying and pasting in blocks
  * Smart SQL Editor: Contextual SQL code completion
  * Beautiful SQL Editor: You can choose between many available color themes
  * Tabbed SQL Editor: Easily add, rename or delete editor tabs
 .
 Supported DBMS: PostgreSQL, Oracle, MySQL, MariaDB
 .
 This package runs OmniDB as system service on http://127.0.0.1:8000.
Timestamp: 2020-10-12 21:44:22+00

Package: pgagent
Version: 4.0.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 555
Depends: libboost-filesystem1.71.0, libboost-thread1.71.0, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpq5 (>= 8.4~), libstdc++6 (>= 9)
Recommends: postgresql-9.5 | postgresql-9.6 | postgresql-10 | postgresql-11 | postgresql-12 | postgresql-13
Suggests: pgadmin3 | pgadmin4
Provides: postgresql-10-pgagent, postgresql-11-pgagent, postgresql-12-pgagent, postgresql-13-pgagent, postgresql-9.5-pgagent, postgresql-9.6-pgagent
Homepage: http://www.pgadmin.org/docs/dev/pgagent.html
Priority: optional
Section: database
Filename: pool/main/p/pgagent/pgagent_4.0.0-7.pgdg+1_arm64.deb
Size: 126560
SHA256: 1a4971736886062baff95c0eeef91cdb3d4551e241370497291215a7adc69151
SHA1: 6be4b009318d352a6ee1bb21d2a9a6fe4e71b4f2
MD5sum: 0c585a8d82afcc586f443e6dc26d718a
Description: job scheduling engine for PostgreSQL
 pgAgent is a job scheduling agent for PostgreSQL, capable of running
 multi-step batch/shell and SQL tasks on complex schedules.
Timestamp: 2020-10-12 21:44:22+00

Package: pgagent-dbgsym
Source: pgagent
Version: 4.0.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2599
Depends: pgagent (= 4.0.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgagent/pgagent-dbgsym_4.0.0-7.pgdg+1_arm64.deb
Size: 2493304
SHA256: d45adb8b834f555caf590e24f0601ad137538686d94366bd377908ba354e77ab
SHA1: e7c043bc204f72329937dcc7a90a0347078dba0d
MD5sum: 2a5dee175fef7b88161bc0f56244b9a7
Description: debug symbols for pgagent
Build-Ids: 3e7d46d37f6de2375ab1aa4f9fbf8e8d3e488def
Timestamp: 2020-10-12 21:44:22+00

Package: pg-checksums-doc
Source: pg-checksums
Version: 1.0-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15
Multi-Arch: foreign
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: doc
Filename: pool/main/p/pg-checksums/pg-checksums-doc_1.0-5.pgdg+1_all.deb
Size: 6804
SHA256: fe02ff0abf319a7e93036e6c52010a92bce1e9cb6da29bf5773c6d0b563f5f76
SHA1: 027f02e8c6b55b35523b847957d857c7ba61de3b
MD5sum: 9a95251c717102ba204c9abcbf09c1ef
Description: Activate/deactivate/verify PostgreSQL data checksums (Documentation)
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums can activate or deactivate data checksums as long at the database
 cluster is shutdown cleanly. Activating checksums requires all database blocks
 to be read and all page headers to be updated, so can take a long time on a
 large database. Deactivating checksums only requires the cluster control file
 to be updated so is quick.
 .
 In addition, pg_checksums can verify the checksums in an offline cluster.
 .
 This package contains the manpage.
Timestamp: 2020-10-12 21:44:22+00

Package: pgpool2
Version: 4.1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5258
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: libpgpool0 (= 4.1.4-1.pgdg+1), lsb-base (>= 3.0-3), postgresql-common (>= 26), ucf, libc6 (>= 2.29), libcrypt1 (>= 1:4.1.0), libmemcached11, libpam0g (>= 0.99.7.1), libpq5, libssl1.1 (>= 1.1.0)
Enhances: postgresql
Conflicts: pgpool
Replaces: pgpool
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/pgpool2_4.1.4-1.pgdg+1_arm64.deb
Size: 1062992
SHA256: 460787b737ae5db216f6009fcecebd080025097601f1d9c879fae99c140cb220
SHA1: 3cf71f671e2b4789d2930e4e06239b7e3e6e7faf
MD5sum: bee3fe49408d0705d17fa322adc7edbe
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.
Timestamp: 2020-10-12 21:44:22+00

Package: pgpool2-dbgsym
Source: pgpool2
Version: 4.1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1732
Depends: pgpool2 (= 4.1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/pgpool2-dbgsym_4.1.4-1.pgdg+1_arm64.deb
Size: 1611036
SHA256: deb65bbbe174c47fe167124ce028da36a56ba9aff2312d14dc5a019e9321f04e
SHA1: aa2ab7522c40374f9dcf09766595a7a425b48eef
MD5sum: 5c926ca8b27c39a20e6f0a7f3743143b
Description: debug symbols for pgpool2
Build-Ids: 233f05d54eb676188891edaff40188a8e6d7a9d5 2c8ac25d2d487dd7eee501c6eb74998c40368257 304f2cfed5456f6f0d31905803ee86e6641216b6 35951ef98b9bb89620d6e50abbe3810647f77e79 dc78d7772cdd768462d5a1493b5eb175df9b55c0
Timestamp: 2020-10-12 21:44:22+00

Package: pg-rage-terminator-10
Source: pg-rage-terminator
Version: 0.1.7-4.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 29
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-10_0.1.7-4.pgdg+1_arm64.deb
Size: 6796
SHA256: 5d58b0c30ffed7940e3daf7b24237cce2989eab5d7585d77d8459672ce968eb3
SHA1: 56030d3b7c22b03426d7b1de868d70faab0eb522
MD5sum: d81911e86349dfa79852fd07a845c8c5
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2020-10-12 21:44:22+00

Package: pg-rage-terminator-10-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 26
Depends: pg-rage-terminator-10 (= 0.1.7-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-10-dbgsym_0.1.7-4.pgdg+1_arm64.deb
Size: 11404
SHA256: 6cc805f2be8ac1dfa157e47a5e43784654eb8ebfd49a4c9673b7c30abc650c07
SHA1: 791590f318f4775d7e88d391fd4818dd9a55177b
MD5sum: f29bb8bf7b128b55654248374f022097
Description: debug symbols for pg-rage-terminator-10
Build-Ids: f93e3d0f5957475e2f4b8becb7b86ad6f2e36863
Timestamp: 2020-10-12 21:44:22+00

Package: pg-rage-terminator-11
Source: pg-rage-terminator
Version: 0.1.7-4.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 47
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-11_0.1.7-4.pgdg+1_arm64.deb
Size: 15240
SHA256: d53621dd28c1e4e3d16255fdaf5429f0ddef75b0f48324a66c7a616c39e82458
SHA1: 73b583499aff704bb62fde43e3d780677cb4f102
MD5sum: d7fb5ae6832dd1ff5a51b995d79e9f89
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2020-10-12 21:44:22+00

Package: pg-rage-terminator-11-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 26
Depends: pg-rage-terminator-11 (= 0.1.7-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-11-dbgsym_0.1.7-4.pgdg+1_arm64.deb
Size: 11596
SHA256: 9ed925f22510a3ee77c04944f08aae0778918f5b4486f8dbf64df09163dadb16
SHA1: f7678309eb18a050dfe70230b3629fc38e07500b
MD5sum: 30c6c582fa2ebffe8ab47077906e3915
Description: debug symbols for pg-rage-terminator-11
Build-Ids: fcf6792fa1d9e879930a303eb71135f8e4528d39
Timestamp: 2020-10-12 21:44:22+00

Package: pg-rage-terminator-12
Source: pg-rage-terminator
Version: 0.1.7-4.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 46
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-12_0.1.7-4.pgdg+1_arm64.deb
Size: 15216
SHA256: 2f6792a4a0a41d4273b8a2b3f76aa93566b44e02dc718956b81c3aeedc27f772
SHA1: d2ad3fbad618dac267ad01eda27ac6952a028ad6
MD5sum: b8f77f53b9548c01fd6f0c93c2a40dcb
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2020-10-12 21:44:22+00

Package: pg-rage-terminator-12-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 26
Depends: pg-rage-terminator-12 (= 0.1.7-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-12-dbgsym_0.1.7-4.pgdg+1_arm64.deb
Size: 11684
SHA256: c92bf001c3b2be074a9f58036d5aa4be929d7b334c8d30bec8a6b9d194682afb
SHA1: f719961bcdd7245950b812e98b9f0b24dcbc6f62
MD5sum: 21cfa158ff303700e02a668d2bb7aa73
Description: debug symbols for pg-rage-terminator-12
Build-Ids: f02a8967f9b4f12d31855bb77b3aa7ec0b684c34
Timestamp: 2020-10-12 21:44:22+00

Package: pg-rage-terminator-13
Source: pg-rage-terminator
Version: 0.1.7-4.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 47
Depends: libc6 (>= 2.17), postgresql-13
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-13_0.1.7-4.pgdg+1_arm64.deb
Size: 15348
SHA256: b5314afa91d6020db92a369bd36fc7d0cf4eb5a1112ac9f0d0db6f06f455adc6
SHA1: 17d67b343db3fe4ac1adafcd1dde8be97fefbcdd
MD5sum: a34daba1ca655999b897790d5cff72eb
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2020-10-12 21:44:22+00

Package: pg-rage-terminator-13-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 26
Depends: pg-rage-terminator-13 (= 0.1.7-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-13-dbgsym_0.1.7-4.pgdg+1_arm64.deb
Size: 11728
SHA256: 8aa4afb9df6a1acfb9a1cf53040c5d108cb070210205a2e6e2ae1ea7cb0775d1
SHA1: b007461f078c6eaab74989c2c7489eb32ed691c7
MD5sum: ef4c7996b55dab6550d514b9a85cf002
Description: debug symbols for pg-rage-terminator-13
Build-Ids: dd5fe534c365046dad3ce432544521fd5ca591ae
Timestamp: 2020-10-12 21:44:22+00

Package: pg-rage-terminator-9.5
Source: pg-rage-terminator
Version: 0.1.7-4.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 25
Depends: libc6 (>= 2.17), 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.7-4.pgdg+1_arm64.deb
Size: 6780
SHA256: 06b5340b2af32f236df7a59feb6cdbcf3c3b3f1ca6f33441e27d524a5cb8f551
SHA1: 5205053691afda7a4827f7ccf60e18aee127935c
MD5sum: 40eeb8e09721349fdd4c958725662c99
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2020-10-12 21:44:22+00

Package: pg-rage-terminator-9.5-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 26
Depends: pg-rage-terminator-9.5 (= 0.1.7-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-9.5-dbgsym_0.1.7-4.pgdg+1_arm64.deb
Size: 11248
SHA256: 533a35ceffb383c6d29462be2892fd9c6801fb4d8f945ad2cc878c78f36cd251
SHA1: 8275e1467d8e4a8304a8180e786e2c1b580dcb92
MD5sum: acaae64034ea56858e9c916c76273d74
Description: debug symbols for pg-rage-terminator-9.5
Build-Ids: 227f030a597a94288c8b2017115daaced9fdad0e
Timestamp: 2020-10-12 21:44:22+00

Package: pg-rage-terminator-9.6
Source: pg-rage-terminator
Version: 0.1.7-4.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 29
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-9.6_0.1.7-4.pgdg+1_arm64.deb
Size: 6796
SHA256: 6bd9f489e8df3d33fc5e37eb81d5bbe2b5f77f824c6b2b3aac5d998b44e096fd
SHA1: de334b53c35889b6fe99a3fa2e11aeeb99a0c55c
MD5sum: dfe9b566df286ca24ca1c25f32a8592e
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2020-10-12 21:44:22+00

Package: pg-rage-terminator-9.6-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 26
Depends: pg-rage-terminator-9.6 (= 0.1.7-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-9.6-dbgsym_0.1.7-4.pgdg+1_arm64.deb
Size: 11368
SHA256: 0bdf54c7da3d3e5b85b2055dba58d6d889f1505cd89a35798ffd7fe394db14c7
SHA1: 2a5fed490200f3be7a05db4e384a6b4976de6297
MD5sum: faeba68ae93c3de30ec493addb9a049d
Description: debug symbols for pg-rage-terminator-9.6
Build-Ids: 1bfe7f504b3caa3e14386e88c3ee71b775424b2b
Timestamp: 2020-10-12 21:44:22+00

Package: postgis
Version: 3.0.2+dfsg-4.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1357
Depends: libc6 (>= 2.29), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.8.0), libpq5, libproj19 (>= 4.9.0)
Recommends: postgresql-13-postgis-3, postgis-doc
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.0.2+dfsg-4.pgdg+1_arm64.deb
Size: 280252
SHA256: 9cbb9f518eb1f773b57e985ca3c5072b21307a1a30262273c49b3247949c9ecd
SHA1: 4b1692dd887fecc348a9deaa9adb75d798849163
MD5sum: 1004a294d5d67d0ede5dc12863648084
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2020-10-12 21:44:22+00

Package: postgis-dbgsym
Source: postgis
Version: 3.0.2+dfsg-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1808
Depends: postgis (= 3.0.2+dfsg-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.0.2+dfsg-4.pgdg+1_arm64.deb
Size: 1677036
SHA256: 38a96c4caea1b7cf1731e2ec6ec19a9b4ff86d44810486214c2523c1dfc01fbd
SHA1: 08fa81505877b1bbd2dfbb9aca83a47f9830323d
MD5sum: c06d7e6bb44b612f17fff97132c61e4d
Description: debug symbols for postgis
Build-Ids: 0c214b39dfa0ca0dcd75f09880e4129bf7d16828 292ab681bd789d97b6685f89fdc547807bc0352b 9bc30c92e6338a1af42739edb1a808c8e1834cf7
Timestamp: 2020-10-12 21:44:22+00

Package: postgis-doc
Source: postgis
Version: 3.0.2+dfsg-4.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5686
Suggests: postgis
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: doc
Filename: pool/main/p/postgis/postgis-doc_3.0.2+dfsg-4.pgdg+1_all.deb
Size: 2667644
SHA256: de319f9c29e85673e1d7671ed78bac44a4adddea19279f7018f5156de40a51b7
SHA1: 2ae2ed358ce9af5a7516c9fc1480eb2980cbb472
MD5sum: 8848aebc732013be2b29ddfcff7ca20b
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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql
Source: postgresql-common (220.pgdg+1)
Version: 13+220.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-13
Suggests: postgresql-doc
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_13+220.pgdg+1_all.deb
Size: 64036
SHA256: dc4675cdf80a6cfdf89923b22b511c226352e672e87b244a0e6cde44f80e80f4
SHA1: 4903ea00817aba2781d73a14e2d48ba04ff8b330
MD5sum: f606a5916a46f76aa18a547c9fe742d6
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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-10-cron
Source: pg-cron
Version: 1.3.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 91
Depends: postgresql-10, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-10-cron_1.3.0-2.pgdg+1_arm64.deb
Size: 27736
SHA256: a2f05f3a37717419ac76007d56fb7b269c4d29b2c1c2b29e53a7388504f70717
SHA1: beafca88d4f8f30a54fc9e1b750cc507b5e2921c
MD5sum: 5d0f37d653d9e32ad1134bae3da85ac3
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-10-cron-dbgsym
Source: pg-cron
Version: 1.3.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: postgresql-10-cron (= 1.3.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-10-cron-dbgsym_1.3.0-2.pgdg+1_arm64.deb
Size: 81632
SHA256: d11f5134f9ec5a5e6b9ea52a01060a582a0d82751d6cbadc4a1ad04423d2c9df
SHA1: d7ca63e08febef113d29990b75dedca4fcf9b7c4
MD5sum: 60248cc119b3b99369804dae6c7af1b7
Description: debug symbols for postgresql-10-cron
Build-Ids: 542d8eaf0660e39ce13533dce80071a951bc8868
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-10-ip4r
Source: ip4r
Version: 2.4.1-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 340
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-10-ip4r_2.4.1-4.pgdg+1_arm64.deb
Size: 63748
SHA256: 6bb544dbb1082a5e3d5f8e074c47a09245a8296d2c251b172888e70a79e608c5
SHA1: 02adea9bfa9fe2b5f95729020fadde31d1f8f8af
MD5sum: 802f826d0d6e9f3363cd155e2cda82b5
Description: IPv4 and IPv6 types for PostgreSQL 10
 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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-10-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 210
Depends: postgresql-10-ip4r (= 2.4.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-10-ip4r-dbgsym_2.4.1-4.pgdg+1_arm64.deb
Size: 172792
SHA256: 09e64ab22466a651d1cc82638d51e4fa24edfca290f7f3b18b97e171e3168cd4
SHA1: 1082825a156130fbeb0169ce27cf47309b700f5d
MD5sum: 55e3e6e9ad2ae0ba2e05e6dee94dc9a0
Description: debug symbols for postgresql-10-ip4r
Build-Ids: e165a6dba899150ed5841279374be51871620aa1
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-10-mimeo
Source: mimeo
Version: 1.5.1-8.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4486
Depends: postgresql-10, postgresql-contrib-10
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-10-mimeo_1.5.1-8.pgdg+1_all.deb
Size: 128700
SHA256: b2bed7d74f7c246acf7feac0630d298d4444f818e1ba9939b1476900eadcc1a5
SHA1: 5b1e1013b93996bc2506e01eb946ba6af7841455
MD5sum: 3bb207443e7a6e12699fd9e5d175f3ec
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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-10-omnidb
Source: omnidb
Version: 2.17.0+ds-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: libc6 (>= 2.17), libpq5, postgresql-10
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/postgresql-10-omnidb_2.17.0+ds-4.pgdg+1_arm64.deb
Size: 11684
SHA256: 0d11a832440fc00c354e6fc76aefa2361985268c430eddac37d8933bf09c84e4
SHA1: 9e5ca1a5403b20fb284d614b3d31446c15f25c19
MD5sum: 1a2cd93209ef4089faf26cead9396fcc
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL extension for interactive PL/pgSQL
 debugging in OmniDB.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-10-omnidb-dbgsym
Source: omnidb
Version: 2.17.0+ds-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-10-omnidb (= 2.17.0+ds-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb/postgresql-10-omnidb-dbgsym_2.17.0+ds-4.pgdg+1_arm64.deb
Size: 31520
SHA256: 46bcb5af99169d731c5a0985f3d6a7d881331c811bd7305bf7039899a67416d0
SHA1: 81a3de676d064671b748474983c3d622e13c623e
MD5sum: 3b1666b89189a02872493c436b4ef5c5
Description: debug symbols for postgresql-10-omnidb
Build-Ids: d62c444b0a9746ed2280af6686e89ff5e6577c34
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-10-orafce
Source: orafce
Version: 3.13.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 365
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-10-orafce_3.13.4-2.pgdg+1_arm64.deb
Size: 92492
SHA256: 6663399464dcecc320e5b71c1f74fec25c8009ee0f6088c253cbd15ec9cf7cd3
SHA1: e78b52dd896afe2103e25f80de403c5d1bb247a4
MD5sum: 5599d98773970f27d26048c8cc7ddef5
Description: Oracle support functions for PostgreSQL 10
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-10-orafce-dbgsym
Source: orafce
Version: 3.13.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 249
Depends: postgresql-10-orafce (= 3.13.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-10-orafce-dbgsym_3.13.4-2.pgdg+1_arm64.deb
Size: 204324
SHA256: a7078d3ce60458cb7c69b2aae2f8e09a7ee1ef95bcf6ab68e6094063a3dbe913
SHA1: 410a1488812053bbd3c899c4fd2e48aba792d160
MD5sum: d3af683b34102938ff965c7979ad437b
Description: debug symbols for postgresql-10-orafce
Build-Ids: 9621186fecbb28a211a47b5862a54f5cbb99ea86
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-10-partman
Source: pg-partman
Version: 4.4.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5542
Depends: postgresql-10, python3, python3-psycopg2, libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-10-partman_4.4.0-3.pgdg+1_arm64.deb
Size: 221020
SHA256: adae0caa3844006720f3ec4601402b7ee75e42b954e2be5b17b4b7a9ce071a2c
SHA1: 7aade28c5f0597d7e33dc3d0b8238c58d81fdde2
MD5sum: 1f6eb749ce79eaa6914c717986b0cbea
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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-10-partman-dbgsym
Source: pg-partman
Version: 4.4.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-10-partman (= 4.4.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-10-partman-dbgsym_4.4.0-3.pgdg+1_arm64.deb
Size: 19044
SHA256: 91077154f2a86e55d62484784942ba5f6f5e2fcea9d531b92430e79dc682c076
SHA1: 711af43bce746796f51b62edb4022155d97bf3bd
MD5sum: 16ab593b71daa477e6ecd753523796b9
Description: debug symbols for postgresql-10-partman
Build-Ids: 86a8cb7873875386b57c5cd6bd06d20a73260f63
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-10-pg-checksums
Source: pg-checksums
Version: 1.0-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: libc6 (>= 2.17), postgresql-10
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-10-pg-checksums_1.0-5.pgdg+1_arm64.deb
Size: 29772
SHA256: b4a20cbee0b61e794704e2001b5dba30fdd9b00da49583232148833ea269d3ca
SHA1: cbc9ebee428b4d4e0a0d4800a8b7d9aa56d753fb
MD5sum: 176e8c41b1e72f1c891775f52974fce0
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums can activate or deactivate data checksums as long at the database
 cluster is shutdown cleanly. Activating checksums requires all database blocks
 to be read and all page headers to be updated, so can take a long time on a
 large database. Deactivating checksums only requires the cluster control file
 to be updated so is quick.
 .
 In addition, pg_checksums can verify the checksums in an offline cluster.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-10-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.0-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-10-pg-checksums (= 1.0-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-10-pg-checksums-dbgsym_1.0-5.pgdg+1_arm64.deb
Size: 25768
SHA256: 0818ef5b8dd0fde01d67f8cd649a1644f37d4057e68720837c00a30aa2a21d0d
SHA1: a5cc3423322304d8fb560f9fe29e25231507d334
MD5sum: d9ba915c7feb1edde03370c26ddc6d0b
Description: debug symbols for postgresql-10-pg-checksums
Build-Ids: 88e2cf5fbf155286ef1ca3cc89e94cf910800a49
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-10-pgextwlist
Source: pgextwlist
Version: 1.11-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-10-pgextwlist_1.11-4.pgdg+1_arm64.deb
Size: 12648
SHA256: db1d6f4862089a1d205bb773295a989dd231ae779c8473b0ad4b6d8e30f2f842
SHA1: 047a79d1a2c4e2ef34b94b921881197712648c5b
MD5sum: 0261c220dae171a86dbffa25faa30041
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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-10-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.11-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-10-pgextwlist (= 1.11-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-10-pgextwlist-dbgsym_1.11-4.pgdg+1_arm64.deb
Size: 42808
SHA256: 0b4788da19291c9a5106903248d9dd29772e215c80e603fcb29baafc45710a3e
SHA1: 41446f8d2133ba70c9410502aea1c1af6ad53f0e
MD5sum: c203bf431aff1eadf68b80e1ead861dd
Description: debug symbols for postgresql-10-pgextwlist
Build-Ids: ca606beadcf47299b01145623d0b37b2f1a7644a
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-10-pglogical
Source: pglogical
Version: 2.3.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 454
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-10
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-10-pglogical_2.3.3-1.pgdg+1_arm64.deb
Size: 106756
SHA256: 01ec4a885f872a2cd19ab4dfa7df979b3145f8cf640090406da4d53fc217bbfb
SHA1: 50f8c466d68b8a157af590dc6eb623ae6f830e0f
MD5sum: 7b984ffe7f1aa7ce3b257147c8d02caa
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-10-pglogical-dbgsym
Source: pglogical
Version: 2.3.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 390
Depends: postgresql-10-pglogical (= 2.3.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-10-pglogical-dbgsym_2.3.3-1.pgdg+1_arm64.deb
Size: 325008
SHA256: 996a1663dcd1b8f1e88ac695551135c5d2c0ec4608ccc5a4470f892b81ef3d90
SHA1: fdfd09ea72d297bcc512daa8040e923c08b2b16d
MD5sum: 713c0993c8d4f1b0aa1c809e05fe0a32
Description: debug symbols for postgresql-10-pglogical
Build-Ids: 5f8bbfaf09ab0194ac8756f92e79f89bfb5887ed 601c0750603acde227dca0a5128fcd37f389d2de 8d20569782f921e000240ad83bc0cc2fe5ebf583
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-10-pgpool2
Source: pgpool2
Version: 4.1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: libpgpool0 (>= 4.1.4-1.pgdg+1), postgresql-10, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2_4.1.4-1.pgdg+1_arm64.deb
Size: 134456
SHA256: 8c6d692d793b2e1cf548d9592cb0e51107ef886bfa8230f57c74f8350ce7df6e
SHA1: 6196d155f4aae96141eff11175f1a4e6a9a104b0
MD5sum: 84054a091d1194e03fb6501edf5627ba
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 10 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-10-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-10-pgpool2 (= 4.1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2-dbgsym_4.1.4-1.pgdg+1_arm64.deb
Size: 45492
SHA256: 1e475499ff115f96f46fc86f8756fdabf4cd2ef4f48882bd567a5e511a8f0dba
SHA1: c962c72b5cf36260486ac49ff2c0aea077f3f770
MD5sum: 1b941f8a2b120dea193e620013737109
Description: debug symbols for postgresql-10-pgpool2
Build-Ids: 5f8cb7b2b304be640c33ec402cbe8b359d3252be 8fd58d15202dc978eadbace5eaf3a668db0f9036 d5df8f282b29e2e75c2edfd3f5f353daae96ff48
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-10-pljava
Source: postgresql-pljava
Version: 1.5.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1097
Depends: default-jre-headless | openjdk-11-jre-headless | java-runtime-headless, postgresql-10, libc6 (>= 2.17)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-10-pljava_1.5.6-1.pgdg+1_arm64.deb
Size: 649872
SHA256: e984b14927008828bd2d94445dcf02bc6e4eb8ff88a4fa1cbea31606c120aa6b
SHA1: e30058508eb4f5d93731e7717448b7c488b5a39e
MD5sum: 176740dbb70c48a52408fed4e984ce17
Description: Java procedural language for PostgreSQL 10
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-11-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-10-pljava-dbgsym
Source: postgresql-pljava
Version: 1.5.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 185
Depends: postgresql-10-pljava (= 1.5.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-10-pljava-dbgsym_1.5.6-1.pgdg+1_arm64.deb
Size: 123272
SHA256: 4b410b69ce1da77f80400e6e4f71253802487ca21f8117750de2b832e8550e32
SHA1: 30078b4002b8f48295c54052906fc3d787ce352b
MD5sum: 85dc905ec395a6b0803a53571cca3edf
Description: debug symbols for postgresql-10-pljava
Build-Ids: 9c7bddace4716bd7ce8a089f1959640b9b5c0ad7
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-10-plproxy
Source: postgresql-plproxy
Version: 2.10.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-10, libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-10-plproxy_2.10.0-2.pgdg+1_arm64.deb
Size: 56448
SHA256: 7c10ebb4f731a5b2e037d44ac33d36fd7e88295f37162f45300f9ad249764ba5
SHA1: 2c8d7177106b409d5f9ddbc1ca88a5ab4359c6d8
MD5sum: acebd56e7800d542b0cf558d94cb9336
Description: database partitioning system for PostgreSQL 10
 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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-10-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-10-plproxy (= 2.10.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-10-plproxy-dbgsym_2.10.0-2.pgdg+1_arm64.deb
Size: 118884
SHA256: b78d86bd2a0336c987e722f22fa59891b080b9f53c4cc03938e402a5301d752b
SHA1: 3177a2c49edbd64b5e405f4bac79832ea83e8c48
MD5sum: 19542191a73603dadd72cd035206d06a
Description: debug symbols for postgresql-10-plproxy
Build-Ids: 42e903eb1bc33a81a06028151c09595df58ff120
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-10-plr
Source: plr
Version: 1:8.4.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: r-base-core (>= 2.10), postgresql-10, libc6 (>= 2.17)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-10-plr_8.4.1-2.pgdg+1_arm64.deb
Size: 59324
SHA256: ebc7219533032a5be91bb02da7592a11da6b4d429b7843ef3926472ce2448378
SHA1: cf3eea2048d099f7a698a4b638a34e5f8b384dd3
MD5sum: 0ec5826688d853d66d70299351767048
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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-10-plr-dbgsym
Source: plr
Version: 1:8.4.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-10-plr (= 1:8.4.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-10-plr-dbgsym_8.4.1-2.pgdg+1_arm64.deb
Size: 108856
SHA256: ff925f60aa86692c21587254a704e42c976f370b5dfceb0476a18bde546e4384
SHA1: eb4ec9a08d3ad0df2471b81e826e4b01db109afb
MD5sum: 0dcfab0b6235c65adbf4386951ab6340
Description: debug symbols for postgresql-10-plr
Build-Ids: d0572dcadee2fb340b0189ad79ad1cc51b793f27
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-10-postgis-3
Source: postgis
Version: 3.0.2+dfsg-4.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2897
Depends: postgresql-10, postgresql-10-postgis-3-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.8.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-10-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-10-postgis-3_3.0.2+dfsg-4.pgdg+1_arm64.deb
Size: 757432
SHA256: b0a279cd831ac42c4107eb3501f1beaf6e2325fc7543690bd47cf93db8816ff4
SHA1: 64f2276a14236192eeb384d1794a08d862024726
MD5sum: 11c191b39dbfe2f07def182ecec5d518
Description: Geographic objects support for PostgreSQL 10
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 10 database, the
 postgresql-10-postgis-3-scripts package must be installed as well.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-10-postgis-3-dbgsym
Source: postgis
Version: 3.0.2+dfsg-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4320
Depends: postgresql-10-postgis-3 (= 3.0.2+dfsg-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-10-postgis-3-dbgsym_3.0.2+dfsg-4.pgdg+1_arm64.deb
Size: 4024784
SHA256: dee7f3bd96e8d2b4f9a1425a4bb7052a92cd403bbd4b7114817e1294b6e521e9
SHA1: 7d48c39a7d8ff7208476b38756ee7be73cfd524d
MD5sum: 1f020b24c33f7f66714fd747eb049073
Description: debug symbols for postgresql-10-postgis-3
Build-Ids: 491badc50d485e25e56c2db5024cd46f33ec4e23 5e7ef9f3a7ceb7a79130dcead5e9569d4221c653 e5986fe918fe43fe2dd50195f704f66b5ea10e45 f8231bc82e9cbf3e87a882a674f3ea5469e20c41
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-10-postgis-3-scripts
Source: postgis
Version: 3.0.2+dfsg-4.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26181
Depends: perl:any
Recommends: postgresql-10-postgis-3
Replaces: postgresql-10-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-10-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-10-postgis-3-scripts_3.0.2+dfsg-4.pgdg+1_all.deb
Size: 1087180
SHA256: ab33acc23117e3d2a8090050634bfde84f163e06b44fa4288203ae6f459ad297
SHA1: efacae440c2c716914b6e34ea6e23f6700fabb96
MD5sum: 60452abc26e8baa9ab723598994d90f0
Description: Geographic objects support for PostgreSQL 10 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 10 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-10-preprepare
Source: preprepare
Version: 0.9-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: libc6 (>= 2.17), postgresql-10
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-10-preprepare_0.9-5.pgdg+1_arm64.deb
Size: 9952
SHA256: 481eb2293fdbd518a9ed2d993fce939d9fd13ba4fdbd2cd6743c0993fef19466
SHA1: b440adfc5fc71f0fcbe4988cd85b4ac815407f0e
MD5sum: 18499a07394c76aa58bc47abc87f4b73
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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-10-preprepare-dbgsym
Source: preprepare
Version: 0.9-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-10-preprepare (= 0.9-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-10-preprepare-dbgsym_0.9-5.pgdg+1_arm64.deb
Size: 15812
SHA256: f23647c32b6425c5622da24bfc2eda6969189ad8798f459ab29c0805f1088a73
SHA1: 3ff9c068aa9980d62c062f59756ce54af182069e
MD5sum: c86dd332c82f9b87def7dcb00956eb6c
Description: debug symbols for postgresql-10-preprepare
Build-Ids: 512651334d0a82ec7999b5851a1ba3cc917c9ebe
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-10-q3c
Source: postgresql-q3c
Version: 2.0.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2488
Depends: postgresql-10, libc6 (>= 2.29)
Conflicts: postgresql-q3c (<< 2.0.0-2)
Replaces: postgresql-q3c (<< 2.0.0-2)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-10-q3c_2.0.0-4.pgdg+1_arm64.deb
Size: 51356
SHA256: e816d98a4f544e6582092b227dc07b1d4c71c5adaf017ca278077423193e82ee
SHA1: 7cf9de58c569ba535302ff5f7e14fb9d8a146df5
MD5sum: fa4cca4911ed9e62085765544f1f1623
Description: PostgreSQL 10 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-10-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-10-q3c (= 2.0.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-10-q3c-dbgsym_2.0.0-4.pgdg+1_arm64.deb
Size: 81284
SHA256: 3f2ba35a3234780d2adeb14f8eee29f9ede6973202f35ec3d1f6ff5212617170
SHA1: e2aa2e3f066ad4c57dd6ee5d262068c1b7c172c9
MD5sum: 840996130f10d86a9a170895a2e772d6
Description: debug symbols for postgresql-10-q3c
Build-Ids: f5525f71473060bea15b4350696d130ad4b57c1e
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-10-slony1-2
Source: slony1-2
Version: 2.2.8-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-10, libc6 (>= 2.17)
Suggests: slony1-2-bin
Conflicts: postgresql-10-slony1
Provides: postgresql-10-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-10-slony1-2_2.2.8-5.pgdg+1_arm64.deb
Size: 22032
SHA256: d49863428af9e6d7729c6efd7aaa2fedd2b161b8d74b76d7fbeaa3dc2bfb4810
SHA1: 91eb4a9d162b45c775ef97735c8f0e016c583448
MD5sum: cbf4cff675a7a0fbba743b506fc8c426
Description: replication system for PostgreSQL: PostgreSQL 10 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
 10 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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-10-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.8-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-10-slony1-2 (= 2.2.8-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-10-slony1-2-dbgsym_2.2.8-5.pgdg+1_arm64.deb
Size: 57364
SHA256: b66bcbfca7d9014d474c553375cb369e1e1de962b7c62cd0131a4d63484349e7
SHA1: 3ef3a37b235e040883b2da0be68a3c9c790a8441
MD5sum: 6d882ed52b4e9d525c5c74bc9ff8c02f
Description: debug symbols for postgresql-10-slony1-2
Build-Ids: 4fd1a3a6df3f7d62c1ed70b17190215fa87f12d0
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-11-cron
Source: pg-cron
Version: 1.3.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 218
Depends: postgresql-11, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-11-cron_1.3.0-2.pgdg+1_arm64.deb
Size: 87872
SHA256: cd84829c73eebfd9fe1ecfa0400bf2331bc4b5c6e2e241adc34d2c4cc49f3271
SHA1: 41b534c6b115320821e37826010b6fcf4683a06c
MD5sum: 75c45b092f25981270678e4461528fc2
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-11-cron-dbgsym
Source: pg-cron
Version: 1.3.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-11-cron (= 1.3.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-11-cron-dbgsym_1.3.0-2.pgdg+1_arm64.deb
Size: 83484
SHA256: 9d75f4310e72c4f67e4c3c8d3d588a5ac0ba1c067ce75f98a0610e6c332ab146
SHA1: 820319ff5b3ea2a139dc682180e5929773966051
MD5sum: 272caafe82c02eb212137dce808af17c
Description: debug symbols for postgresql-11-cron
Build-Ids: 96531821f093a00fa2ce010ef20d3ae15ac5e422
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-11-ip4r
Source: ip4r
Version: 2.4.1-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 649
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-11-ip4r_2.4.1-4.pgdg+1_arm64.deb
Size: 197184
SHA256: bd6b6d4c6cfb70e75908e9a8ff09a858173db320bf6f8bc90daf6c433aa49e12
SHA1: 18677c623c257db95154a2eaa1a9381af912f56b
MD5sum: 50e5e8dbdd7774902e9ecb31090747e5
Description: IPv4 and IPv6 types for PostgreSQL 11
 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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-11-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 209
Depends: postgresql-11-ip4r (= 2.4.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-11-ip4r-dbgsym_2.4.1-4.pgdg+1_arm64.deb
Size: 172196
SHA256: 2555b8b0177a90fe2b704ef5e11761c76d30c04d4935095c6d527fabae2f3630
SHA1: 79c02d5a88b84b195559e1ab7f155555d7d8f6d4
MD5sum: 7fd857a5363e149ee8a8f90945f0e6b4
Description: debug symbols for postgresql-11-ip4r
Build-Ids: 91b127d32b32615c53eab16339f5930453d7a824
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-11-mimeo
Source: mimeo
Version: 1.5.1-8.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4486
Depends: postgresql-11, postgresql-contrib-11
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-11-mimeo_1.5.1-8.pgdg+1_all.deb
Size: 128744
SHA256: d2d266c84d3c18111f3330801cd85f475db1fed58f9560ebbcce8fec5e9ab0d7
SHA1: 6243d83098c4811353b26b57d9aae7fddd370b7c
MD5sum: c1d27191987300f5728734344389cea4
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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-11-omnidb
Source: omnidb
Version: 2.17.0+ds-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: libc6 (>= 2.17), libpq5, postgresql-11
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/postgresql-11-omnidb_2.17.0+ds-4.pgdg+1_arm64.deb
Size: 25460
SHA256: 33d4dbb7e0ca76cc771ceb8707e164e390da480472230051523e6ec8903e4585
SHA1: c18872301c1b67de56563ff334439980906e6214
MD5sum: 132e7e1174a46e1e5e03493f6291f7cf
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL extension for interactive PL/pgSQL
 debugging in OmniDB.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-11-omnidb-dbgsym
Source: omnidb
Version: 2.17.0+ds-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-11-omnidb (= 2.17.0+ds-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb/postgresql-11-omnidb-dbgsym_2.17.0+ds-4.pgdg+1_arm64.deb
Size: 34268
SHA256: b11da863c082c34e1696d89137d77ae56c753b2fab8655725d66d428521940e2
SHA1: 21f390a14ff87b88227da71fcd7dcfd0bec4ab0e
MD5sum: deb72894cbcce782ee2b6e14b7136563
Description: debug symbols for postgresql-11-omnidb
Build-Ids: ec52dfe0fe2840408e2a727bdaed83964d3469ec
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-11-orafce
Source: orafce
Version: 3.13.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 887
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_3.13.4-2.pgdg+1_arm64.deb
Size: 305520
SHA256: 74ecc120e473ad7dee43b7ebf515ba855ca409d1530bd6316f0787f7ecdf18d4
SHA1: d658c8b1913386dd56a2ba4a5e346fcf4b650a02
MD5sum: 657100ac6458b746e9d7c0d83116f9e3
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 3.13.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 249
Depends: postgresql-11-orafce (= 3.13.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_3.13.4-2.pgdg+1_arm64.deb
Size: 205088
SHA256: 2b2c39efc4055312e81c548c8d0d0552ce24b3b58fe9874999bc0749d93d6bd4
SHA1: 9b68ed813beff24b0a6104d9ba1c868dcce4da9c
MD5sum: e93611ecd7652811147baa79ddfbc078
Description: debug symbols for postgresql-11-orafce
Build-Ids: 891542beeac714f7b953cb9d47d9833574619bc1
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-11-partman
Source: pg-partman
Version: 4.4.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5554
Depends: postgresql-11, python3, python3-psycopg2, libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-11-partman_4.4.0-3.pgdg+1_arm64.deb
Size: 233008
SHA256: c1b82aac5d0a6e4bbe437b7ce196d0b4059cf015acb013991abf4c5305b21200
SHA1: 420d3a6d5cf1f2d085b937c6ee5d95bcd8c29d2b
MD5sum: 7ba68a1b2f159cbf2371dfa44d395222
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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-11-partman-dbgsym
Source: pg-partman
Version: 4.4.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-11-partman (= 4.4.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-11-partman-dbgsym_4.4.0-3.pgdg+1_arm64.deb
Size: 19292
SHA256: 72b94d5719b1fc21cd8cd1e5b6fd0b252098c558fdb0109e1209c55f6e055c1b
SHA1: 1a7f7128d6ba5340bdc29bcef262f73c56622677
MD5sum: 9b226b382ab585cd8da4ba36affe04ee
Description: debug symbols for postgresql-11-partman
Build-Ids: 25565fa737571f1adbdc75dfee5042f1f2d6e1f8
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-11-pg-checksums
Source: pg-checksums
Version: 1.0-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: libc6 (>= 2.17), postgresql-11
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-11-pg-checksums_1.0-5.pgdg+1_arm64.deb
Size: 30336
SHA256: e01af9d01ef6a13177dd64cef7b3d04437d11b35fd8f0fabb79a27e6ee927a74
SHA1: 27acf171fd0a19e865d15fc97e109c964d9f4bfb
MD5sum: 17a4ecd7e3cdd02d41352b7878741ebd
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums can activate or deactivate data checksums as long at the database
 cluster is shutdown cleanly. Activating checksums requires all database blocks
 to be read and all page headers to be updated, so can take a long time on a
 large database. Deactivating checksums only requires the cluster control file
 to be updated so is quick.
 .
 In addition, pg_checksums can verify the checksums in an offline cluster.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-11-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.0-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-11-pg-checksums (= 1.0-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-11-pg-checksums-dbgsym_1.0-5.pgdg+1_arm64.deb
Size: 25972
SHA256: 4deeaa2231269ae2f4b099b75ce0d58038d727bbd3c61a7919462a308bc27483
SHA1: d685a4c6f5d9f846ae048a44b8e63c6917223b77
MD5sum: 515dcf0b4eed7288c315794cece52701
Description: debug symbols for postgresql-11-pg-checksums
Build-Ids: 09296f106bbd591d2c18f77b0972ad96659facf3
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-11-pgextwlist
Source: pgextwlist
Version: 1.11-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-11-pgextwlist_1.11-4.pgdg+1_arm64.deb
Size: 33952
SHA256: af03abb5d7417f75433ebd59519597fb2ebe2d975534c27ec0b53735e889884f
SHA1: 20b38843d97b2e98fd31e7529e729983e3f2f936
MD5sum: 08edd596f928fdffc54cb5aa04b08a61
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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-11-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.11-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-11-pgextwlist (= 1.11-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-11-pgextwlist-dbgsym_1.11-4.pgdg+1_arm64.deb
Size: 44860
SHA256: 7fab5b577a24ff87a51b56929c80ee8e22944679c31505962141872f18d2b61f
SHA1: b5d908042a75748d8e932279b786383aaa074bf9
MD5sum: 28f456a06f09b8da4bd48bdbcf33040a
Description: debug symbols for postgresql-11-pgextwlist
Build-Ids: 2fb465ffda2439377b9fb4329f6fa20f5775f983
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-11-pglogical
Source: pglogical
Version: 2.3.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1128
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-11
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-11-pglogical_2.3.3-1.pgdg+1_arm64.deb
Size: 406228
SHA256: 8a9a1707ede48ba4696d442ff436fc095d23f4f14f969d76bb7987478a3ba5ab
SHA1: 2e5b903c13c0cbbbc4d89e167c6ab1002b4661f5
MD5sum: b71913f7de088773270958f42eb9b2c0
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-11-pglogical-dbgsym
Source: pglogical
Version: 2.3.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 410
Depends: postgresql-11-pglogical (= 2.3.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-11-pglogical-dbgsym_2.3.3-1.pgdg+1_arm64.deb
Size: 345684
SHA256: f75f824934bd539045369918447af8c404e299ca6d97e61f356987d24160d16f
SHA1: 99c1e433f152a4699616f6de84e0aed1d7302b73
MD5sum: 4c7014d848f974549a60587e7a2fd6c2
Description: debug symbols for postgresql-11-pglogical
Build-Ids: aaf535d3617376b720f13ee7dc69cad7111e319f c7eee32a9d8dabd3877cc94f2f105cd086d7ab5c cb75c6049fb202d67f6cdcd51f023529adaaf621
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-11-pgpool2
Source: pgpool2
Version: 4.1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libpgpool0 (>= 4.1.4-1.pgdg+1), postgresql-11, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2_4.1.4-1.pgdg+1_arm64.deb
Size: 157996
SHA256: 7bf17b7b643f767190825e3b0fb27df4d6aac3a84d20665b6b73ae2a393c00a6
SHA1: 6579e7e919867680a2e364002c05cf123976690e
MD5sum: 49daec59705f0f3ccedb7576797f5d32
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 11 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-11-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-11-pgpool2 (= 4.1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2-dbgsym_4.1.4-1.pgdg+1_arm64.deb
Size: 44680
SHA256: 65936bd19ed4a15ded7a040d0dcb34ea131223a77a240f79b485ca6f4532c90a
SHA1: aa16c0d56cd1d01bdc9e07bee7932ad226b080ec
MD5sum: 7c8b6f2f34b988b1307ba07992d701b1
Description: debug symbols for postgresql-11-pgpool2
Build-Ids: 415ca8bf937348c274d282a6027c562a9b05d993 bc6f2a96c0491688c75dd8fdc61791777851f299 f936196fbc092fe3e6f98883145ae868be273a7c
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-11-pljava
Source: postgresql-pljava
Version: 1.5.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1105
Depends: default-jre-headless | openjdk-11-jre-headless | java-runtime-headless, postgresql-11, libc6 (>= 2.17)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-11-pljava_1.5.6-1.pgdg+1_arm64.deb
Size: 650044
SHA256: 284a9d67ef9478c26765cb37ea45c77ed770a1243979ec0d28e607d85d623e42
SHA1: edb1b53b4aeba9f431952e10a86520838da0da51
MD5sum: 37cf16cc3fec53acb20bb9a738621639
Description: Java procedural language for PostgreSQL 11
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-11-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-11-pljava-dbgsym
Source: postgresql-pljava
Version: 1.5.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 184
Depends: postgresql-11-pljava (= 1.5.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-11-pljava-dbgsym_1.5.6-1.pgdg+1_arm64.deb
Size: 121712
SHA256: 69ef7034859f3f77d71d548b74bcad4f5444105acfb84f0a12c1e2fcf54667dd
SHA1: ce28b685345d02c60a48cb323426640d9654b720
MD5sum: 1a33c6a58f6b75d806daa1c1b7111b36
Description: debug symbols for postgresql-11-pljava
Build-Ids: 1ce8820bff065e66f70131a7bdd12c5f293cc6b3
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-11-plproxy
Source: postgresql-plproxy
Version: 2.10.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Depends: postgresql-11, libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-11-plproxy_2.10.0-2.pgdg+1_arm64.deb
Size: 150392
SHA256: e8f5048b3dd50ce7e72eb32a501d7ba3adbde91977ee9e4bfbaa682881e9147c
SHA1: 37c34701930b6b7dc3d27454f4020175f724d187
MD5sum: 160ee6314504859ab16e0ce3c4489ade
Description: database partitioning system for PostgreSQL 11
 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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-11-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: postgresql-11-plproxy (= 2.10.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-11-plproxy-dbgsym_2.10.0-2.pgdg+1_arm64.deb
Size: 115392
SHA256: a23fa65ef5ea97faa42e39018aa9b87c93f68c6d9a9a6b2f706b65ca466089e9
SHA1: 3fa1d8df67060f53074826a8044603d8f59b2ac4
MD5sum: bfda2720a8c4bf01bdf1f50620c7208e
Description: debug symbols for postgresql-11-plproxy
Build-Ids: e26e3fbdc63ad1216573ee465587f9e7e6f83c2b
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-11-plr
Source: plr
Version: 1:8.4.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 301
Depends: r-base-core (>= 2.10), postgresql-11, libc6 (>= 2.17)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-11-plr_8.4.1-2.pgdg+1_arm64.deb
Size: 144368
SHA256: 198473082dde7fa283c2f3252e9bc904b02e96c3716cbc5dbc4d6959de436e9e
SHA1: 1c0e5c38aec0bf6217fee68bc510f2cc5fb2944e
MD5sum: 2dd45bf86b4e07545d3a124d0a4fafa3
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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-11-plr-dbgsym
Source: plr
Version: 1:8.4.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-11-plr (= 1:8.4.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-11-plr-dbgsym_8.4.1-2.pgdg+1_arm64.deb
Size: 109700
SHA256: 16edb9d097718bc5db11676cbb2cbe72162bcd4bf636d75d94463814b51534a3
SHA1: 3b962e4d0ececd7fd0f8187673a720a3dd25ea0b
MD5sum: 8be4061a6c1471476926e413c3de2dae
Description: debug symbols for postgresql-11-plr
Build-Ids: 8803a428d4e6a6604ece30a5f2f681796d78b042
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-11-postgis-3
Source: postgis
Version: 3.0.2+dfsg-4.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9287
Depends: postgresql-11, postgresql-11-postgis-3-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.8.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-11-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3_3.0.2+dfsg-4.pgdg+1_arm64.deb
Size: 3197760
SHA256: 87ce3b9bb24e77bd77a7bf61653526a75c99312ab39a6c77e563403532f3ff78
SHA1: c23371e3f671c30cbb1bb9f8f5a2fc0b3102c383
MD5sum: 6fb9df52528954aed208d7924e5cc94f
Description: Geographic objects support for PostgreSQL 11
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 11 database, the
 postgresql-11-postgis-3-scripts package must be installed as well.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-11-postgis-3-dbgsym
Source: postgis
Version: 3.0.2+dfsg-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4343
Depends: postgresql-11-postgis-3 (= 3.0.2+dfsg-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-11-postgis-3-dbgsym_3.0.2+dfsg-4.pgdg+1_arm64.deb
Size: 4038620
SHA256: e57317f5e4d1a18c9814db1976e3d297a626c073a059c4629944be23b83ddfb9
SHA1: d6ea000efae9559eb18e210ec7da72e4d5ba635c
MD5sum: fadcfd4641aac35c625a9b5760bcdad2
Description: debug symbols for postgresql-11-postgis-3
Build-Ids: 25f956506860c49e18f9ace0605e2e0b52317878 350e87b9bff210da0ad55b7e4ddacc1f54c0b416 67159cfb32659a33b0a2f554e40647083d4a7d02 7110593d53416fff438a65b48362bf82c5b3de73
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-11-postgis-3-scripts
Source: postgis
Version: 3.0.2+dfsg-4.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26261
Depends: perl:any
Recommends: postgresql-11-postgis-3
Replaces: postgresql-11-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-11-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3-scripts_3.0.2+dfsg-4.pgdg+1_all.deb
Size: 1095544
SHA256: fce322411af1372e9ff09240e64b8eb6647243bd181984475b0e618d385287a4
SHA1: fc1c49c48038cc2692c4364023cae83dab8633a6
MD5sum: 1112fe8115bdd5b1d26b92177c7ca43b
Description: Geographic objects support for PostgreSQL 11 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 11 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-11-preprepare
Source: preprepare
Version: 0.9-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: libc6 (>= 2.17), postgresql-11
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-11-preprepare_0.9-5.pgdg+1_arm64.deb
Size: 18984
SHA256: fbf85822c25a5ccd891b619d888f5278b10b349238cdc14a9c063c48ad239c88
SHA1: f9d6d47c5edaffb9025dff4ef64f3799bec30392
MD5sum: d11de84225582b1a8644677f4e8e73d2
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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-11-preprepare-dbgsym
Source: preprepare
Version: 0.9-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-11-preprepare (= 0.9-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-11-preprepare-dbgsym_0.9-5.pgdg+1_arm64.deb
Size: 15960
SHA256: b555f1f83a1e37f76c4f5b3224e0afc5a671e1fb7ee9a69e7bb17fed671ef9be
SHA1: 3c03bb4c8c0791165da2b3f823a6e60581f3dee9
MD5sum: eeef98594826c3d2eab03cfd8a9e2191
Description: debug symbols for postgresql-11-preprepare
Build-Ids: 8e9252ebe35fdccca4e8cf91838faa20c6de6278
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-11-q3c
Source: postgresql-q3c
Version: 2.0.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3381
Depends: postgresql-11, libc6 (>= 2.29)
Conflicts: postgresql-q3c (<< 2.0.0-2)
Replaces: postgresql-q3c (<< 2.0.0-2)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-11-q3c_2.0.0-4.pgdg+1_arm64.deb
Size: 152432
SHA256: 3181e9938ca60cef939e809a23880134af7a51aa00f44968c1a1498477987311
SHA1: d44e458d1e8d991849dde1d750b478ac76d6af11
MD5sum: b50c3f6a8407f495bd4a22461e988f37
Description: PostgreSQL 11 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-11-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-11-q3c (= 2.0.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-11-q3c-dbgsym_2.0.0-4.pgdg+1_arm64.deb
Size: 88156
SHA256: beefd041b3a06817efc01f683eb78baa8ee3ddcdd4d42a2460c61889d256789e
SHA1: 1a7bdbf4e3f95f6ce468c29756fb39b63be7c1c5
MD5sum: a7f3d6ae2d423dc02fc8d6f71153d3ce
Description: debug symbols for postgresql-11-q3c
Build-Ids: 7489e94eb6ff341d1b2ca152b594e90b013a2ed2
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-11-slony1-2
Source: slony1-2
Version: 2.2.8-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-11, libc6 (>= 2.17)
Suggests: slony1-2-bin
Conflicts: postgresql-11-slony1
Provides: postgresql-11-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-11-slony1-2_2.2.8-5.pgdg+1_arm64.deb
Size: 22076
SHA256: 09b91c677d56eaae130945472795cfafd5ed9a8e500ab79eb7392b057940fc09
SHA1: d4f6a2aee1fdf68e1a7b828544738fa80b148436
MD5sum: a5246c83e00d8318f3399563fbcb7aa3
Description: replication system for PostgreSQL: PostgreSQL 11 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
 11 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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-11-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.8-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-11-slony1-2 (= 2.2.8-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-11-slony1-2-dbgsym_2.2.8-5.pgdg+1_arm64.deb
Size: 58560
SHA256: 29bf836d8f7bedb2e392fa4d8bed4e8c3e73ad63096abc6d727c714d4cbaba4d
SHA1: 01abf3cef24aae9630c61449d7da605363b4ec46
MD5sum: 00f4890bd9d60bae914a672bc67c7fd0
Description: debug symbols for postgresql-11-slony1-2
Build-Ids: 0c5e0dd025a8ef7decbcc4cf06e15be1af8a5ae6
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-12-cron
Source: pg-cron
Version: 1.3.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 216
Depends: postgresql-12, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-12-cron_1.3.0-2.pgdg+1_arm64.deb
Size: 89616
SHA256: 37b8ee31c0c3e637a832a73bbfb55e8f468f9fbc731cbe35c8868dc5e14fe205
SHA1: 236c1c273cdec265956bf9220c0986ce002190b2
MD5sum: 6017372b451be2f9471912e4efad8b20
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-12-cron-dbgsym
Source: pg-cron
Version: 1.3.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: postgresql-12-cron (= 1.3.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-12-cron-dbgsym_1.3.0-2.pgdg+1_arm64.deb
Size: 89172
SHA256: deb47db247ca68b55e0ded7b0e1933ec27a8b351b5fba042ae66a70dbb5ec981
SHA1: aabaa794690bb994a53840469f00b7b336b4e06b
MD5sum: 7b7415383e9c3e5d6796e394d2c1e1f5
Description: debug symbols for postgresql-12-cron
Build-Ids: f895c1ba8261382302fce80313f37b59afa15892
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-12-ip4r
Source: ip4r
Version: 2.4.1-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 645
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-12-ip4r_2.4.1-4.pgdg+1_arm64.deb
Size: 198412
SHA256: b3d690c293c0dacdfe7361c7f2191c6af7dd9cb89ec2c35dc681a74aabf7911f
SHA1: 1a889f99e1f650567075ca8ea01debfc8a2399c0
MD5sum: 3810806b0a263bf737bdb204efe5853c
Description: IPv4 and IPv6 types for PostgreSQL 12
 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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-12-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 214
Depends: postgresql-12-ip4r (= 2.4.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-12-ip4r-dbgsym_2.4.1-4.pgdg+1_arm64.deb
Size: 177696
SHA256: b9a8615ec2efc9fbc70613e05bfe66f4695f21c2b752243c92daf41d18086951
SHA1: 376d64c13789ac05b72949f6c8d5d27925ee9727
MD5sum: eef7835332ef9f74037274d8a1938457
Description: debug symbols for postgresql-12-ip4r
Build-Ids: 36e1ef839e9c9fef1cc031370ac4a64e446493c2
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-12-mimeo
Source: mimeo
Version: 1.5.1-8.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4486
Depends: postgresql-12, postgresql-contrib-12
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-12-mimeo_1.5.1-8.pgdg+1_all.deb
Size: 128756
SHA256: 25b37883cfbc068fdcf1579e04d013a161f102025b5e562b8435f14532fcc4f3
SHA1: f18107e102436e43ad4f54a212ade9e2a4708e30
MD5sum: 2cae471c3fb2808801c9c5c18729d0a4
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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-12-omnidb
Source: omnidb
Version: 2.17.0+ds-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: libc6 (>= 2.17), libpq5, postgresql-12
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/postgresql-12-omnidb_2.17.0+ds-4.pgdg+1_arm64.deb
Size: 25436
SHA256: 31408e1b4a907b10c43b35255fe54195388ae53087becd657e7672ef8c818c4b
SHA1: 1284e0b8c2f17416d5ac0eb074547ec1bcdf9b66
MD5sum: 33ee0e6c672f6a12dee54fd902dc8a28
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL extension for interactive PL/pgSQL
 debugging in OmniDB.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-12-omnidb-dbgsym
Source: omnidb
Version: 2.17.0+ds-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-12-omnidb (= 2.17.0+ds-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb/postgresql-12-omnidb-dbgsym_2.17.0+ds-4.pgdg+1_arm64.deb
Size: 34692
SHA256: a124ac6ae8efc51e64fefb074a5b72f35888fee1248e8ee2f73df00fa2b85e15
SHA1: d1d8913c0794ee575393454fc002b47220aea037
MD5sum: 0126eb813962e1497bf66a34ef2c42c9
Description: debug symbols for postgresql-12-omnidb
Build-Ids: 86742418359d42f66993dcad9c23d218a51a6cc2
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-12-orafce
Source: orafce
Version: 3.13.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 883
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_3.13.4-2.pgdg+1_arm64.deb
Size: 305760
SHA256: 9b0df37fc74f82ab044a7cc319c76fbe200a7692d937c7248894b38edbe11c08
SHA1: ba4df211ac9ff1c283e39800e18bb940105a08f7
MD5sum: 0d695d9f62de74d32d4423eddc81b79b
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 3.13.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 250
Depends: postgresql-12-orafce (= 3.13.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_3.13.4-2.pgdg+1_arm64.deb
Size: 207232
SHA256: a28988a678847d9bfd30e6a043d90957a7b5c1ea182861a6a82fe0c4e83d760c
SHA1: 5f6496a0fbe0050d8d41424edd28379037cf9a18
MD5sum: 98200d4955e7d585519d76841dc142de
Description: debug symbols for postgresql-12-orafce
Build-Ids: 5fd6e7d8c9e9d0d58a7d4d7bfad8eb6ad9504bf6
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-12-partman
Source: pg-partman
Version: 4.4.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5553
Depends: postgresql-12, python3, python3-psycopg2, libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-12-partman_4.4.0-3.pgdg+1_arm64.deb
Size: 232688
SHA256: 7f8c6d04797adca497ba0ff9ceb261b45c01bda7d9b1d86508a820ff48180af6
SHA1: 259d842db04d171caead965ec7c31529521b4019
MD5sum: f1cc613ee4c5a7d91e911ce639a30fbe
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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-12-partman-dbgsym
Source: pg-partman
Version: 4.4.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-12-partman (= 4.4.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-12-partman-dbgsym_4.4.0-3.pgdg+1_arm64.deb
Size: 19636
SHA256: 8abcba48ad79bcca77058fd1915a80dc33fa85ba6dd232e07d35e00da844dfec
SHA1: 317f5672e05cf0e9d60d8c4f57083ff7c0b42416
MD5sum: 6e17fe27683d06ae267228d861203628
Description: debug symbols for postgresql-12-partman
Build-Ids: 8e414efd9ab2400e0ddd5ed0f399b2f0660a8bba
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-12-pg-checksums
Source: pg-checksums
Version: 1.0-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: libc6 (>= 2.17), postgresql-12
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-12-pg-checksums_1.0-5.pgdg+1_arm64.deb
Size: 34472
SHA256: 19494a751eb94d0b1289706c882f243da9fd14c6742d8b108cee392f0b78c859
SHA1: f62d4e0e86534419a35a37e1db47589c6b5bae41
MD5sum: 5829ad7b203ec515cbdeb948adfaf809
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums can activate or deactivate data checksums as long at the database
 cluster is shutdown cleanly. Activating checksums requires all database blocks
 to be read and all page headers to be updated, so can take a long time on a
 large database. Deactivating checksums only requires the cluster control file
 to be updated so is quick.
 .
 In addition, pg_checksums can verify the checksums in an offline cluster.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-12-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.0-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-12-pg-checksums (= 1.0-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-12-pg-checksums-dbgsym_1.0-5.pgdg+1_arm64.deb
Size: 20756
SHA256: b735b56021f0799a5231bf1f4fad9e83c05dba46d3be88208f3c104b06ab95e4
SHA1: 685fe64fa075866feca6f3f61afe33e6c44a2508
MD5sum: 8636dc66f785bc4bf0320cf555ab8ebc
Description: debug symbols for postgresql-12-pg-checksums
Build-Ids: 7f7556d2db344834ea614e1f2b014db128fa4980
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-12-pgextwlist
Source: pgextwlist
Version: 1.11-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-12-pgextwlist_1.11-4.pgdg+1_arm64.deb
Size: 35588
SHA256: d1a59345133762071a80a20b4bc0251cf4d33b0e0efb254a881ef5922918e596
SHA1: 25301c2db2aa7b56c62bf8f2107a5a4b552190ac
MD5sum: cecb03601e0c5414b96f254541ac1189
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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-12-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.11-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: postgresql-12-pgextwlist (= 1.11-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-12-pgextwlist-dbgsym_1.11-4.pgdg+1_arm64.deb
Size: 47012
SHA256: e5ad5fe2c8980bdb738431a586854db916f9671d2511c749cfdcff6dd4f41dd5
SHA1: 16bbf7922b6a426c71b76009a56f5657d924b05e
MD5sum: b53d6b756602e678fd6d1b1d19898ed7
Description: debug symbols for postgresql-12-pgextwlist
Build-Ids: 01de01a00e75d7c0a3c4b7100e4601ba3286435b
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-12-pglogical
Source: pglogical
Version: 2.3.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1169
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-12
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-12-pglogical_2.3.3-1.pgdg+1_arm64.deb
Size: 432288
SHA256: b2752bd9aace485d2d83fb52678829cff5f5817c0b7a2d8f9f837d389a0e15c7
SHA1: 731f62fd98b3535fb1906728ce15c6e4cfe00a1b
MD5sum: 27069c99653e93aab8a29810d2cd0443
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-12-pglogical-dbgsym
Source: pglogical
Version: 2.3.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 410
Depends: postgresql-12-pglogical (= 2.3.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-12-pglogical-dbgsym_2.3.3-1.pgdg+1_arm64.deb
Size: 344028
SHA256: c3768d9adb7f31be5dc8bc827aafe3ce97e7cfcd22a54c0c0d10de88fa3437bb
SHA1: 764ce41eb0d8ae2aec0be2cef1a92b7c31b5e1a0
MD5sum: 389f7dad71ce475b8c7b11a0914c35a3
Description: debug symbols for postgresql-12-pglogical
Build-Ids: 585a4ab9c0cedd5debf0ecf4ccee29c012f5c2fb b24a84db7a75f8656258be7889602a5fc630901c e98c1f38f1d9c1f52d09fb69622cfb8a79709078
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-12-pgpool2
Source: pgpool2
Version: 4.1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 255
Depends: libpgpool0 (>= 4.1.4-1.pgdg+1), postgresql-12, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2_4.1.4-1.pgdg+1_arm64.deb
Size: 157452
SHA256: b13f7a26dcd2eb654e8323b2a0238f922f028d1c4f8e54931aa44ace9acc1d60
SHA1: 3e4a5397f28c92060849b219188e851bcd3bfa2e
MD5sum: cb5c1c8f01ce0fc5e82163a17a4e3111
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 12 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-12-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 78
Depends: postgresql-12-pgpool2 (= 4.1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2-dbgsym_4.1.4-1.pgdg+1_arm64.deb
Size: 45724
SHA256: 8360a9549f1760e4c8def800777678cf5880d1c53b90fbbddcbb0bcf220364a1
SHA1: 106ef6324ead9fa125b47d818a2611ee20e51523
MD5sum: 8a370d5dd9455341795c8d1b11df1d47
Description: debug symbols for postgresql-12-pgpool2
Build-Ids: 14733c842e60c9cce6cb8dfc09103f6f0c2a8dfd 8fc13e3ada38906e1d65e8c1b301d4ab5e3f4b43 f8be273a1415d747dad2ddfe8dfe8922eca13214
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-12-pljava
Source: postgresql-pljava
Version: 1.5.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1093
Depends: default-jre-headless | openjdk-11-jre-headless | java-runtime-headless, postgresql-12, libc6 (>= 2.17)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-12-pljava_1.5.6-1.pgdg+1_arm64.deb
Size: 648552
SHA256: 907c15fb04097e25e5d8862a3930bcb81a6d9f08f20da14b95328c257d2ac5b7
SHA1: 2884612918638cc2feca6f341b56963d1dda6a05
MD5sum: 600c35c0d7b208ed9fd32b6fc857a02b
Description: Java procedural language for PostgreSQL 12
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-11-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-12-pljava-dbgsym
Source: postgresql-pljava
Version: 1.5.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 192
Depends: postgresql-12-pljava (= 1.5.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-12-pljava-dbgsym_1.5.6-1.pgdg+1_arm64.deb
Size: 129916
SHA256: 97e6b77eba076ec31dae6799e31a95d4c6864de971f395379d656771ef675478
SHA1: bd522731614a166c71dd6edf5c65029fbf3f5c93
MD5sum: 29aec6a0003faa5dde15b779e07886af
Description: debug symbols for postgresql-12-pljava
Build-Ids: e9b995da6d2c2ab2138be33bdedd462ae65e5f1b
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-12-plproxy
Source: postgresql-plproxy
Version: 2.10.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Depends: postgresql-12, libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-12-plproxy_2.10.0-2.pgdg+1_arm64.deb
Size: 150420
SHA256: 5ef92c8a009be5ebabddd5054065af6222f617329187b02477b1f6bab3742aaa
SHA1: 16b2f2eb71dc15e40954789eb5ca2c56fc5c2d02
MD5sum: eb86ad1bc88f308232ec6f9190383af8
Description: database partitioning system for PostgreSQL 12
 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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-12-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 139
Depends: postgresql-12-plproxy (= 2.10.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-12-plproxy-dbgsym_2.10.0-2.pgdg+1_arm64.deb
Size: 117004
SHA256: fbce434bfd43c3b2c5f7b4fbae3309bebdb292c9e974c8d10c1104bdb6055e22
SHA1: f66a86a1cf4ad57c7f9bdcf4c95ec099d6a20332
MD5sum: 4ef0a6f50103a296a8cd46e9086a6d4a
Description: debug symbols for postgresql-12-plproxy
Build-Ids: 65502b4b240b300f852c8b1645b40fac8e87e362
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-12-plr
Source: plr
Version: 1:8.4.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 305
Depends: r-base-core (>= 2.10), postgresql-12, libc6 (>= 2.17)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-12-plr_8.4.1-2.pgdg+1_arm64.deb
Size: 147976
SHA256: 45af8dd47daabe868ec610d12bcd1c41966a2990ef4cf337c62f0726acd5c545
SHA1: 08b660d01b98b3c5b59b429cca673ebe91877d7a
MD5sum: 88ef4751470aa523ee1a917ff192255c
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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-12-plr-dbgsym
Source: plr
Version: 1:8.4.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: postgresql-12-plr (= 1:8.4.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-12-plr-dbgsym_8.4.1-2.pgdg+1_arm64.deb
Size: 112192
SHA256: 2efc803c46f7c9694def34e0e0016a72175a1c25e2cb14e11bbe9fa799d6e700
SHA1: 6615f0cfd20caeb4e219c0ec97ae98940dcffc67
MD5sum: b8557e9549cc6733d722bafd3db48f85
Description: debug symbols for postgresql-12-plr
Build-Ids: 04d7f3d30a1faffa60f9d9a1c544c219e18fd089
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.0.2+dfsg-4.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9444
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.8.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-12-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.0.2+dfsg-4.pgdg+1_arm64.deb
Size: 3247660
SHA256: e5ebd06ed1792c44abb92c19cf03c2e398f60256891273327aedc42110b440c4
SHA1: 17266d6810a62ef76026fe0e08938604f32300ca
MD5sum: 125fdc25360d17191fdb1eb2be134edb
Description: Geographic objects support for PostgreSQL 12
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 12 database, the
 postgresql-12-postgis-3-scripts package must be installed as well.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis
Version: 3.0.2+dfsg-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4378
Depends: postgresql-12-postgis-3 (= 3.0.2+dfsg-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.0.2+dfsg-4.pgdg+1_arm64.deb
Size: 4075748
SHA256: 1bf70ff7282d86c8e99b43fee21345320a95e5494fc174a5c4c6d483df98fd0a
SHA1: df2dc927d6097af4e73bf3893f90b164737b86ef
MD5sum: 433091245928b6291eb6c5c1f61ef87b
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 0f7c33bf0b233fd2b5910d6d358c2bc79336365f 1577e1050cee4fd27d684cb85c5bb0db91fdbb11 8cbe151510e033ea0a31b5dd119200681b92eab2 b240d4b69f683845ab65b801fef721b6647d152a
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.0.2+dfsg-4.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26265
Depends: perl:any
Recommends: postgresql-12-postgis-3
Replaces: postgresql-12-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-12-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.0.2+dfsg-4.pgdg+1_all.deb
Size: 1095300
SHA256: 16edc08e8d0dc8e36db4c208bcf33e073f27621a1c8fee077987865eff71ed70
SHA1: 12632d8f4e2ee39311634796c02e6574bb0e988d
MD5sum: c9317411dcbe2196ff5e7b3c76c9fc8c
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-12-preprepare
Source: preprepare
Version: 0.9-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: libc6 (>= 2.17), postgresql-12
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-12-preprepare_0.9-5.pgdg+1_arm64.deb
Size: 18924
SHA256: ab01d767685c457bfdc49b6699db347115f7e663c0e95fa59e7d767f962427b2
SHA1: fb059f554a5e74f7ec534855c5b52e3bbdbf02c5
MD5sum: 9b0845fcf78ab6930683a31eb46b5f3b
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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-12-preprepare-dbgsym
Source: preprepare
Version: 0.9-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-12-preprepare (= 0.9-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-12-preprepare-dbgsym_0.9-5.pgdg+1_arm64.deb
Size: 16280
SHA256: fadb535cedf4ffa60d1bbf388a77c768bc6499a60ce807fbc4892ac3473e0487
SHA1: fefb0514ec3e5e93f5a97ad5c2f40c85c4474ca7
MD5sum: 43cc57409ad443a3ccf4f76c4858c35d
Description: debug symbols for postgresql-12-preprepare
Build-Ids: 8382e73c26734679dfa88ed8091a9012a9b7a058
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-12-q3c
Source: postgresql-q3c
Version: 2.0.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3382
Depends: postgresql-12, libc6 (>= 2.29)
Conflicts: postgresql-q3c (<< 2.0.0-2)
Replaces: postgresql-q3c (<< 2.0.0-2)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-12-q3c_2.0.0-4.pgdg+1_arm64.deb
Size: 161752
SHA256: 7fccece24cd25beac0a1e13fc6cb5ab00581ef717e4acdbea32b5facc5b73aca
SHA1: 8e398bdff4c4d7c9d90123a698ddb927c4882d9d
MD5sum: 24efcd95b9f1a91e06bba88877c54464
Description: PostgreSQL 12 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-12-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-12-q3c (= 2.0.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-12-q3c-dbgsym_2.0.0-4.pgdg+1_arm64.deb
Size: 89904
SHA256: 996c7e414cba381a6012135e624ec8aab6c75a943f255bb54b11e538548ba571
SHA1: a4db99ff0ac722f1c16d4e97646f48e1726481dc
MD5sum: c1e6adf31f8e4ebac370fa8ad55e1a2a
Description: debug symbols for postgresql-12-q3c
Build-Ids: 68231cbc5cc0a6bbdf127b59ea20ef04c4977feb
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-12-slony1-2
Source: slony1-2
Version: 2.2.8-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-12, libc6 (>= 2.17)
Suggests: slony1-2-bin
Conflicts: postgresql-12-slony1
Provides: postgresql-12-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-12-slony1-2_2.2.8-5.pgdg+1_arm64.deb
Size: 21812
SHA256: 2932982a27efa84e484de1d756c50dac7c81cf9d27cd279ee8dd0113aaba4b77
SHA1: e14cc5675f29bb5ad9cbbfebeb25c31600a5a45d
MD5sum: 8a049c961e0b32d071bcb07792ce68d4
Description: replication system for PostgreSQL: PostgreSQL 12 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
 12 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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-12-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.8-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-12-slony1-2 (= 2.2.8-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-12-slony1-2-dbgsym_2.2.8-5.pgdg+1_arm64.deb
Size: 59360
SHA256: f552878d5173e147c2946dca13f347075f94b6d607f3e4c80ea3054b9af8e774
SHA1: fb29ef16647c2e3db5cda3f907ade9ad78dcb2ad
MD5sum: f44a95157441e6b08e94b42a770cde3c
Description: debug symbols for postgresql-12-slony1-2
Build-Ids: 669970ecb9bb74ad04a59b51c66be2adc6be9826
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-13-cron
Source: pg-cron
Version: 1.3.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: postgresql-13, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-13-cron_1.3.0-2.pgdg+1_arm64.deb
Size: 86812
SHA256: a3b03e54b90bcecac3ddffd21020a90f6722101a89c1d1642cb1efca90e6774f
SHA1: 27d39363fd0a2bcd818e577231982d22191e5094
MD5sum: 947d167f4d06189e1d687a80810cb9ac
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-13-cron-dbgsym
Source: pg-cron
Version: 1.3.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-13-cron (= 1.3.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-13-cron-dbgsym_1.3.0-2.pgdg+1_arm64.deb
Size: 91556
SHA256: 5b541f7cf5e5cb9680f7ed578a7fe5158fbf7871c1897aa324e30c2f42885d23
SHA1: 6c9e7efd45399c3f7afebf8e587b9424fdc9f4b2
MD5sum: ac618bdd0a4726aa519fac76396a6d4d
Description: debug symbols for postgresql-13-cron
Build-Ids: b14c41254e06955ee4881e7594f4b0d34ab39179
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-13-ip4r
Source: ip4r
Version: 2.4.1-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 630
Depends: libc6 (>= 2.17), postgresql-13
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-13-ip4r_2.4.1-4.pgdg+1_arm64.deb
Size: 191372
SHA256: 86cfb0f502da9987d72bc660292e907cd52d2047001f469b23429b17e99d2eec
SHA1: eebd5d71feb09b81316101d23205ebc883f7cbd6
MD5sum: 93402c1aeae68b12f5fa954fc146a275
Description: IPv4 and IPv6 types for PostgreSQL 13
 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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-13-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 210
Depends: postgresql-13-ip4r (= 2.4.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-13-ip4r-dbgsym_2.4.1-4.pgdg+1_arm64.deb
Size: 174064
SHA256: fbeb85826567a32cc7df807a49165b00f773215a2b97f021310e748c81adcf9d
SHA1: 2a610a01fec067ec87f6c5d71d6783b8154cc83a
MD5sum: 88384a9a70f04c00de7cc0106ff6685b
Description: debug symbols for postgresql-13-ip4r
Build-Ids: 8b079998c7fd152154779fc785f5dfdba7418d3b
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-13-mimeo
Source: mimeo
Version: 1.5.1-8.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4486
Depends: postgresql-13, postgresql-contrib-13
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-13-mimeo_1.5.1-8.pgdg+1_all.deb
Size: 128724
SHA256: 718712844cb01cc6473237cd30898bee76fac26bcca48c09f59d5295494e779c
SHA1: 56ad96590973fad6bb52205fdd164827f36b834d
MD5sum: 1bbd6aa1eea04d32168c2a835ae1ae9e
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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-13-omnidb
Source: omnidb
Version: 2.17.0+ds-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: libc6 (>= 2.17), libpq5, postgresql-13
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/postgresql-13-omnidb_2.17.0+ds-4.pgdg+1_arm64.deb
Size: 25352
SHA256: 8bd02acaf2b4e4fee946701680bdfffe6b0db2e1c4e72d2d7b1eae73f10384be
SHA1: 456da8d9a91f20c6248bce2f3c4ada42d8f5229f
MD5sum: f702b38d7a3416c74e22cd0b8a6f9539
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL extension for interactive PL/pgSQL
 debugging in OmniDB.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-13-omnidb-dbgsym
Source: omnidb
Version: 2.17.0+ds-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-13-omnidb (= 2.17.0+ds-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb/postgresql-13-omnidb-dbgsym_2.17.0+ds-4.pgdg+1_arm64.deb
Size: 34724
SHA256: 58f18520341245d82daf0464f05296e27ca91522a5c0a8b0c5a2c5fd8eef3873
SHA1: 791b907a1988d67681cf7fbc80b520942cc2277c
MD5sum: 1108ee437bfa8a53e20665c7d689567d
Description: debug symbols for postgresql-13-omnidb
Build-Ids: 22341524c203b2bce15dd6fa3763aa8d8d8c83d3
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-13-orafce
Source: orafce
Version: 3.13.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 891
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_3.13.4-2.pgdg+1_arm64.deb
Size: 306068
SHA256: 4f0ca18b52eb223b1df6a4af66dd93332c2c3271b87bd7cd075be6ccfb894add
SHA1: 9a6c1adbc871ce81598ddf7402ee7b36c4414d03
MD5sum: 3fc32907c20c7862d7e68a18bcb73304
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 3.13.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 249
Depends: postgresql-13-orafce (= 3.13.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_3.13.4-2.pgdg+1_arm64.deb
Size: 206212
SHA256: cbc36f8554ae08c50867e1b7561adff88b6338b78f8d5b8e08dbd723703111db
SHA1: 7a2eff0b8023c72624f4be09a21fd87ab83e902a
MD5sum: 4bc9e4c3557152aaea7afdae22711bd5
Description: debug symbols for postgresql-13-orafce
Build-Ids: c410e4dd39c0b71702f35c1baadecad1c8fc8106
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-13-partman
Source: pg-partman
Version: 4.4.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5553
Depends: postgresql-13, python3, python3-psycopg2, libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-13-partman_4.4.0-3.pgdg+1_arm64.deb
Size: 232692
SHA256: 2b8ac391e0f7b8351ded72ddbf1615dca2fda30f1b2c971c419005f1f56e5e16
SHA1: 23c8aa2488c7167bf2361e5d5018691b0d799bd9
MD5sum: 854240aedc8ab08f61021866b5443e55
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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-13-partman-dbgsym
Source: pg-partman
Version: 4.4.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-13-partman (= 4.4.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-13-partman-dbgsym_4.4.0-3.pgdg+1_arm64.deb
Size: 20224
SHA256: 9f0a41ed003655b5396b8bfe7469466b6d3dbc976a7cbcc23e03c8014c934178
SHA1: 87c7c5423c2aa4b21b0fbec9dc3402348d80b9ee
MD5sum: 7608ba9459dc4d168bb5f9b706405dd3
Description: debug symbols for postgresql-13-partman
Build-Ids: aaacd1d63b99b01ed208bb62a68860765fff5c90
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-13-pg-checksums
Source: pg-checksums
Version: 1.0-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: libc6 (>= 2.17), postgresql-13
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-13-pg-checksums_1.0-5.pgdg+1_arm64.deb
Size: 35180
SHA256: 17c29f7363ac4cc3c477903132cdc711a0e22e18c0a7c9a5036ac5f90550a6d7
SHA1: d45f5aadf88ddd97ca3690c66d63ca1db461fa3d
MD5sum: 055220ac86b1198135838c4616eec495
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums can activate or deactivate data checksums as long at the database
 cluster is shutdown cleanly. Activating checksums requires all database blocks
 to be read and all page headers to be updated, so can take a long time on a
 large database. Deactivating checksums only requires the cluster control file
 to be updated so is quick.
 .
 In addition, pg_checksums can verify the checksums in an offline cluster.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-13-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.0-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-13-pg-checksums (= 1.0-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-13-pg-checksums-dbgsym_1.0-5.pgdg+1_arm64.deb
Size: 21116
SHA256: 96b59cdc51be975ffb9dbc87589aaadcab166b332f123dcb40bd900bb1ddac3e
SHA1: a305b9a43c0d09e4eaaf8383c460fb132283d9c6
MD5sum: 9abf9cd9f311d2e770af4f4c01d9e8df
Description: debug symbols for postgresql-13-pg-checksums
Build-Ids: 8caa8f1824c4004ec7b1028e526b28584111abd4
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-13-pgextwlist
Source: pgextwlist
Version: 1.11-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-13-pgextwlist_1.11-4.pgdg+1_arm64.deb
Size: 35096
SHA256: de554535e9eb1edea45f538d4394b1e369ddbc9e5a3676d1e14edd3250d71269
SHA1: 0cb1be1a0ac0d52c7d6337f845ff4e8000775f3a
MD5sum: 4f60968f35266e856ae563d473769790
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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-13-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.11-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-13-pgextwlist (= 1.11-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-13-pgextwlist-dbgsym_1.11-4.pgdg+1_arm64.deb
Size: 49712
SHA256: 53060e1ac91a594268e3fc756366ad9bb2082f46461b535e45e71cbf499e5201
SHA1: 4887df443bd1e816568b9858306e9980fd924031
MD5sum: b79e07bdef8dca4e29daf15a2d1c4268
Description: debug symbols for postgresql-13-pgextwlist
Build-Ids: 927e18445539efe98ff88d44d5d21f406c773dcf
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-13-pglogical
Source: pglogical
Version: 2.3.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1120
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-13
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-13-pglogical_2.3.3-1.pgdg+1_arm64.deb
Size: 416112
SHA256: 093cc5f7080be9bb64f9b2cb0583dff004abf22f6a606e020cd417b64270e931
SHA1: c3f82c5a8a204d74e298cf1fec9a6a60131f6364
MD5sum: 7aaf3a1c1c4e4d9efb2b53ce74143946
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-13-pglogical-dbgsym
Source: pglogical
Version: 2.3.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 415
Depends: postgresql-13-pglogical (= 2.3.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-13-pglogical-dbgsym_2.3.3-1.pgdg+1_arm64.deb
Size: 348844
SHA256: 8a6594af45b6974775243ff696503784a609ac55c833f4d79ee78cef775ac46d
SHA1: 364d8e418009cf6016e3f2afea6b7a4f0dffd710
MD5sum: f2c5e13d71a0b844dcbfecd6f783640d
Description: debug symbols for postgresql-13-pglogical
Build-Ids: 715b75086a9850c8f06b270991e62115af557271 803efff5672d91cbd575710f6bc1fa62a39a1fef d062f52dd5592ce00c9d250a09cb5d03ae82c558
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-13-pgpool2
Source: pgpool2
Version: 4.1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libpgpool0 (>= 4.1.4-1.pgdg+1), postgresql-13, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2_4.1.4-1.pgdg+1_arm64.deb
Size: 157760
SHA256: 2f5e9016d318c416b4c7a15287da6b14330990467e9a80953f9e2828a562a37c
SHA1: 9630421025d426c9e146b44931d0376b8b24963b
MD5sum: 526215041a171d878ad2f7597546af53
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 13 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-13-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-13-pgpool2 (= 4.1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2-dbgsym_4.1.4-1.pgdg+1_arm64.deb
Size: 43628
SHA256: 133f2bb12df72aeadbb9aa5be080fca93661eaed2857f3045a88af72d1d14c79
SHA1: 78e1f6e27a596dae6363215b5309e22a78f2e434
MD5sum: 08dbc85ade89ad6f588f6654b2d1aa6a
Description: debug symbols for postgresql-13-pgpool2
Build-Ids: 686bd380e0c7dc4457a84b4915a5d3ae6c614b72 c005becfe87cf6ca86026a6bd80fbff791ad6aee cbcf55c794ec6e8a76745f343ac47c73c8852873
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-13-pljava
Source: postgresql-pljava
Version: 1.5.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1109
Depends: default-jre-headless | openjdk-11-jre-headless | java-runtime-headless, postgresql-13, libc6 (>= 2.17)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-13-pljava_1.5.6-1.pgdg+1_arm64.deb
Size: 649996
SHA256: 6f4c9bcd6092cf36e7daf336da4a389bfeae3d0626e8e262d3520f7d5640155f
SHA1: 902da1495cd8916533f06cfde485940679d31cd4
MD5sum: a5a0578ab1aa83bad6dfba0eb99f1866
Description: Java procedural language for PostgreSQL 13
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-11-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-13-pljava-dbgsym
Source: postgresql-pljava
Version: 1.5.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 197
Depends: postgresql-13-pljava (= 1.5.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-13-pljava-dbgsym_1.5.6-1.pgdg+1_arm64.deb
Size: 134524
SHA256: ac3629cee49310dcc8fe82e6e3c4941a085b9bebe9febaaaa85640b9c60e487d
SHA1: d84515d1836a4d90d48ee618b78be176ba2c2a59
MD5sum: bd051ce0c0b9e5d518a2c717bc94ab7c
Description: debug symbols for postgresql-13-pljava
Build-Ids: 79f32728f4cc3bb2ad84bd128da274e4862e3091
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-13-plproxy
Source: postgresql-plproxy
Version: 2.10.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 332
Depends: postgresql-13, libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-13-plproxy_2.10.0-2.pgdg+1_arm64.deb
Size: 149112
SHA256: 8b297b5b1f93ce785d3650807c197fec05547a56a3d9e851d882c8c99f50a98b
SHA1: d5b7c9cfbc162485ff8a906aeb5a24a825b3e214
MD5sum: aa6237d349da4c16a43bb4a9cdd867a2
Description: database partitioning system for PostgreSQL 13
 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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-13-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-13-plproxy (= 2.10.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-13-plproxy-dbgsym_2.10.0-2.pgdg+1_arm64.deb
Size: 117556
SHA256: af137cf57843bc743f1fc25bb5137a7cc8f3fb24fa862e4b54c2c7fac0949966
SHA1: 4d91a65798b8960c6b67f38e3d0361dd5b2489a4
MD5sum: 9d21ec25710efe1a50dfbcdd49b662bd
Description: debug symbols for postgresql-13-plproxy
Build-Ids: 0f5b8bf115f44796760d2a1865044d93585f5918
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-13-plr
Source: plr
Version: 1:8.4.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 307
Depends: r-base-core (>= 2.10), postgresql-13, libc6 (>= 2.17)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-13-plr_8.4.1-2.pgdg+1_arm64.deb
Size: 150340
SHA256: 5889df0f29f04b3f58f462471ddf2f52cd32083e0e860da8f1c8547675fadd1e
SHA1: 462111b0178d7ec87e1d95ccca1d50d0941c29a9
MD5sum: 4b6a02fe1489f48046fe2b4cd87a1991
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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-13-plr-dbgsym
Source: plr
Version: 1:8.4.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: postgresql-13-plr (= 1:8.4.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-13-plr-dbgsym_8.4.1-2.pgdg+1_arm64.deb
Size: 116576
SHA256: a9994bcc2d1fab49660f68668d0c0f5c5b4a9e6de07fb72c3251a14338a20791
SHA1: d897fc7c6dccfc9f3530427da11c58995af05de3
MD5sum: a4897708ece48ad81b3ec69272d3592d
Description: debug symbols for postgresql-13-plr
Build-Ids: 9f6dff192daf3ef8f6ccbb15338c16876f98f3b2
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.0.2+dfsg-4.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9357
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.8.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-13-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.0.2+dfsg-4.pgdg+1_arm64.deb
Size: 3233132
SHA256: d161b6a33ec67220351994267afc5b871636a52e3f403f23805b70e46ff3b2a1
SHA1: 9177523ff3d5e7b19386d4f58f02467cd7e98722
MD5sum: 9915545bb39ea0269b8a8eb8695a92e4
Description: Geographic objects support for PostgreSQL 13
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 13 database, the
 postgresql-13-postgis-3-scripts package must be installed as well.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis
Version: 3.0.2+dfsg-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4368
Depends: postgresql-13-postgis-3 (= 3.0.2+dfsg-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.0.2+dfsg-4.pgdg+1_arm64.deb
Size: 4060908
SHA256: 5c35aa35524211f97870ceeb739612f0aab538b5343b8bee9cadc9a3a22d855c
SHA1: 0dd44182609cbe92675a8cc42ea1c65bc6e80f75
MD5sum: 1bcc1762b1df3b3efb6cc8eb56dd27a5
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 773f3f67c8a39cddc11dff21f8b7d7e85e9d1188 7f2c1b78449d92cfd2a7949062ff6095526a1499 9d399bffa017a050603d4c6e14312b0ad6e3b8e6 f80f6c4d45ca1f348247551e6cc0ccc070a288db
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.0.2+dfsg-4.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26265
Depends: perl:any
Recommends: postgresql-13-postgis-3
Replaces: postgresql-13-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-13-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.0.2+dfsg-4.pgdg+1_all.deb
Size: 1095484
SHA256: 8987016cd42fde02b159fc0cdc791bc4b782d56316af9225a8533dee3372c0ae
SHA1: f88507834c2d6beb4c0168271f5ab4b92902b694
MD5sum: 7695253d6f24e209a33b02abdc9fb9b1
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-13-preprepare
Source: preprepare
Version: 0.9-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: libc6 (>= 2.17), postgresql-13
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-13-preprepare_0.9-5.pgdg+1_arm64.deb
Size: 18448
SHA256: 9ca03d1a482139fea296ef996725bd68516cff536c719fc0d7834a51448595a5
SHA1: f723ec1c76b6e08de4c65e8881802ed5d5eefa24
MD5sum: dbb5f0c4a5fd57e7cbf6d2ed1bb0ebd8
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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-13-preprepare-dbgsym
Source: preprepare
Version: 0.9-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-13-preprepare (= 0.9-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-13-preprepare-dbgsym_0.9-5.pgdg+1_arm64.deb
Size: 16256
SHA256: 933f78029d4d1f5af7962a287e968ec1e67b99c90fcec2883d61b6f2a4ed78d3
SHA1: d5bb842f80f7bc85a8fc9467d79b88dab44ad21a
MD5sum: c4c57e6605c4f81e46f02b5ee5aa8bbd
Description: debug symbols for postgresql-13-preprepare
Build-Ids: 3ddaaa2eab7e5fd738259744e2d4ed48778164d4
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-13-q3c
Source: postgresql-q3c
Version: 2.0.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3379
Depends: postgresql-13, libc6 (>= 2.29)
Conflicts: postgresql-q3c (<< 2.0.0-2)
Replaces: postgresql-q3c (<< 2.0.0-2)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-13-q3c_2.0.0-4.pgdg+1_arm64.deb
Size: 146100
SHA256: 28361de36e616adaa867a457ef307fdd626f001e0eda2db5b0838cedc5ca25b4
SHA1: 0bb78c2ed91cdb4d0ff25a5894cc5e27d21f7633
MD5sum: bdeba90870c124ff1068de5d8f118d47
Description: PostgreSQL 13 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-13-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-13-q3c (= 2.0.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-13-q3c-dbgsym_2.0.0-4.pgdg+1_arm64.deb
Size: 88524
SHA256: 64fcac875bd186b4d84f1a2b022aa213ce238dd5010df092dc58d0a4b4932e8b
SHA1: 53cf81ee10a7662ea25ee7c393e0efc3409cf3a5
MD5sum: ab962db57735fc50b04c8a9360a79afa
Description: debug symbols for postgresql-13-q3c
Build-Ids: 99b495639dacb1f4dde0f1c4af0eb724c242e351
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-13-slony1-2
Source: slony1-2
Version: 2.2.8-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-13, libc6 (>= 2.17)
Suggests: slony1-2-bin
Conflicts: postgresql-13-slony1
Provides: postgresql-13-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-13-slony1-2_2.2.8-5.pgdg+1_arm64.deb
Size: 22488
SHA256: aa1e44e88b76bfa11f0435246376aadf59b2598368ae32f033728c657b8f702e
SHA1: bbc70376585043f60bcf5e3390e73ecee58c06ec
MD5sum: 03d6c40ea30fb7dfd1b334822ec8b669
Description: replication system for PostgreSQL: PostgreSQL 13 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
 13 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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-13-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.8-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-13-slony1-2 (= 2.2.8-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-13-slony1-2-dbgsym_2.2.8-5.pgdg+1_arm64.deb
Size: 62356
SHA256: 650c33b8c2c16b491d8feb7ec0e17e8435d2ec72abb6441d634df364b48207c4
SHA1: 7ed3613bb057de8c45786b8d3fbe7067094bb514
MD5sum: 7f8aa71864ee6a855e819b51e482a042
Description: debug symbols for postgresql-13-slony1-2
Build-Ids: 32572bd1797e03c01d31701d6bec3a2f3594e12d
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.5-cron
Source: pg-cron
Version: 1.3.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 91
Depends: postgresql-9.5, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-9.5-cron_1.3.0-2.pgdg+1_arm64.deb
Size: 27720
SHA256: 71b347ed48ac8e89bbee58753d55c6bc860fb7c13e094298cec1fbf00728f6be
SHA1: fbc017d773e867d192f3e852561689ec8a8e2c92
MD5sum: 0002139562d00c05ccbda617bd95553b
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.5-cron-dbgsym
Source: pg-cron
Version: 1.3.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-9.5-cron (= 1.3.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-9.5-cron-dbgsym_1.3.0-2.pgdg+1_arm64.deb
Size: 76380
SHA256: 597fd555bc5dddbe27ada35dfc3432977de4b2b79a750250166cdfecf2916445
SHA1: 65be4afb260af6fbc4b3ff5774692e8419189dc9
MD5sum: eae30c049fb3022e3f28aa4830bf6aaf
Description: debug symbols for postgresql-9.5-cron
Build-Ids: 0f1969557b0a23e4ac3add867ead822fc4f13168
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.5-ip4r
Source: ip4r
Version: 2.4.1-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 340
Depends: libc6 (>= 2.17), postgresql-9.5
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-9.5-ip4r_2.4.1-4.pgdg+1_arm64.deb
Size: 63820
SHA256: ac56ba0cdb384b42d576a997ff0f63378656b0ed19488a38096e382cb0254153
SHA1: 73a07bb59b6884c20e1d2ad543ace62fa448b1e6
MD5sum: a8133d2ac3e60fd89b7f2308cb27850a
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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.5-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 200
Depends: postgresql-9.5-ip4r (= 2.4.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-9.5-ip4r-dbgsym_2.4.1-4.pgdg+1_arm64.deb
Size: 163208
SHA256: befcc7683ecee9d308f697eb71a3caaa4475c7878cca992a40cc7c53c980f6bb
SHA1: dd7c01e83e60e91106d751fb8245632bccad3164
MD5sum: c654e723e4fa976b3944f8bfd4020fb8
Description: debug symbols for postgresql-9.5-ip4r
Build-Ids: fbfb86ac2d5fc91e0ad79f9809573bb8b3162d66
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.5-mimeo
Source: mimeo
Version: 1.5.1-8.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4486
Depends: postgresql-9.5, postgresql-contrib-9.5
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-9.5-mimeo_1.5.1-8.pgdg+1_all.deb
Size: 128796
SHA256: feb9b8adca6062707cd4d7bb1aa0bddb19364b2d344f23a716be7048745521e4
SHA1: ca76de736453cc5c32ef363441a259b21aa624ca
MD5sum: 952a636613e930211ecede97b283e68f
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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.5-omnidb
Source: omnidb
Version: 2.17.0+ds-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: libc6 (>= 2.17), libpq5, postgresql-9.5
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/postgresql-9.5-omnidb_2.17.0+ds-4.pgdg+1_arm64.deb
Size: 11696
SHA256: 4a743b9390062086605da5d3378bb54d9e8230b218202ee4eac38ec72e3687db
SHA1: d84d1cae0c150bd05c34e4d7cafc61677c49ea24
MD5sum: d32f4e803c7cd34bcf2dc0dbd53ccb84
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL extension for interactive PL/pgSQL
 debugging in OmniDB.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.5-omnidb-dbgsym
Source: omnidb
Version: 2.17.0+ds-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-9.5-omnidb (= 2.17.0+ds-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb/postgresql-9.5-omnidb-dbgsym_2.17.0+ds-4.pgdg+1_arm64.deb
Size: 26904
SHA256: fc29994c47af6b97e55afaa5eddca1632f5ffd836e19936d04f616821e6efd2a
SHA1: c22e8088506d4c5ace2afe2167a338a04d30c6cc
MD5sum: 35e33561e09d9710e42a273763943632
Description: debug symbols for postgresql-9.5-omnidb
Build-Ids: 0414c28626cd48ad7eef2c9485cc0df90b737307
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.5-orafce
Source: orafce
Version: 3.13.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 361
Depends: postgresql-9.5, libc6 (>= 2.17)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-9.5-orafce_3.13.4-2.pgdg+1_arm64.deb
Size: 92828
SHA256: 19f7afe8ad8fd48ef62371a36a46a74155e75b0b08c65d7538f4829c0bf9cb6e
SHA1: b6818de61ebdf3a41d6beae45b9bec82e15f06a0
MD5sum: 2984251de555e4a4dd845f2f4ab3d64d
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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.5-orafce-dbgsym
Source: orafce
Version: 3.13.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 238
Depends: postgresql-9.5-orafce (= 3.13.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-9.5-orafce-dbgsym_3.13.4-2.pgdg+1_arm64.deb
Size: 194940
SHA256: 8e82172a226a7d79502f56727f86c19257856c50ac521df8549e0041fb0234c8
SHA1: 9942017451a5cb96368c1f812eb1e653e7d8974a
MD5sum: ded35b67c42db8cb7abeb6063ef06cc9
Description: debug symbols for postgresql-9.5-orafce
Build-Ids: ac86114c91d920745b41a0adab3a0a02de395d5e
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.5-partman
Source: pg-partman
Version: 4.4.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5542
Depends: postgresql-9.5, python3, python3-psycopg2, libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-9.5-partman_4.4.0-3.pgdg+1_arm64.deb
Size: 220996
SHA256: 78dfa1ca73688d72ba2d494dd83d2353c73980f603ad502c4d4ee1d03d78023e
SHA1: 09cc77ee45647b008453883b57b52df3645f74ba
MD5sum: e51b22888a646980215856844d962ca4
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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.5-partman-dbgsym
Source: pg-partman
Version: 4.4.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-9.5-partman (= 4.4.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-9.5-partman-dbgsym_4.4.0-3.pgdg+1_arm64.deb
Size: 18448
SHA256: 22eaf0cb76bfcc6aaa104abd4143093f3841077cde5e2a98e69e357e5a0e23d6
SHA1: 4176fb621a3630a9fbc4a81dccb7ac1eb4b8bdf9
MD5sum: 045376414261e08043571267531e0d48
Description: debug symbols for postgresql-9.5-partman
Build-Ids: 4b65e2b826c033b7ecf981ccaca35ef421438ffd
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.5-pg-checksums
Source: pg-checksums
Version: 1.0-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: libc6 (>= 2.17), postgresql-9.5
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-9.5-pg-checksums_1.0-5.pgdg+1_arm64.deb
Size: 28832
SHA256: 5db8a78ea6aff4e02978095004d64d797ccdd75820f978610c7f5261a06a7d25
SHA1: c4ad7132c8ffee73b2108dbccba4f09daddc6978
MD5sum: 07952d388947c18748ebac435f6bdb8f
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums can activate or deactivate data checksums as long at the database
 cluster is shutdown cleanly. Activating checksums requires all database blocks
 to be read and all page headers to be updated, so can take a long time on a
 large database. Deactivating checksums only requires the cluster control file
 to be updated so is quick.
 .
 In addition, pg_checksums can verify the checksums in an offline cluster.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.5-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.0-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-9.5-pg-checksums (= 1.0-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-9.5-pg-checksums-dbgsym_1.0-5.pgdg+1_arm64.deb
Size: 28720
SHA256: 6b4f11a248eb4d93d283c9c570fbc98c26ba56e0a93f456b196a697d175cf7b8
SHA1: 584750fdc8d3ef45d53782a790262d599b058b81
MD5sum: d3f711ccdad487917eb78a52729b4da0
Description: debug symbols for postgresql-9.5-pg-checksums
Build-Ids: ea4c5d64debbd14eb0c3f3f1ab2f5c7d337ab321
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.5-pgextwlist
Source: pgextwlist
Version: 1.11-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-9.5, libc6 (>= 2.17)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-9.5-pgextwlist_1.11-4.pgdg+1_arm64.deb
Size: 12568
SHA256: d3e7cb8cc9a8caa6a7d653ab9381ce794e0dccda4915ef19d981dc3e6f1639e8
SHA1: 56776f9653def93ed6563a5ecb14006f1a903112
MD5sum: 98f79639ca0e6c542202732921a7914b
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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.5-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.11-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: postgresql-9.5-pgextwlist (= 1.11-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-9.5-pgextwlist-dbgsym_1.11-4.pgdg+1_arm64.deb
Size: 37168
SHA256: d24a23c927824b62dc4ef05985fe3076c1860b05ab9be4badac102f222db70b4
SHA1: 0ee174947d394c3c2acb9e4be6dcfc1da516fe33
MD5sum: 41dfe23e4cf9a1164a141da16005d87a
Description: debug symbols for postgresql-9.5-pgextwlist
Build-Ids: 7a541aadb7705de8b35a8bb7355b3ac3e01c8990
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.5-pglogical
Source: pglogical
Version: 2.3.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 465
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-9.5
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-9.5-pglogical_2.3.3-1.pgdg+1_arm64.deb
Size: 107724
SHA256: 8903cdb0f31d92983c7e3278656894100c10536d3233b512fa38a9d66eb25a04
SHA1: c1b06ee9a3acb700f492ac70faa816259e660fce
MD5sum: c9c4ea9ab12889531ea432af3b6a3d2d
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.5-pglogical-dbgsym
Source: pglogical
Version: 2.3.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 376
Depends: postgresql-9.5-pglogical (= 2.3.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-9.5-pglogical-dbgsym_2.3.3-1.pgdg+1_arm64.deb
Size: 310756
SHA256: 597540623894896d8d1a97de91ffe9b853cc7e26607bf5259b0e465e722686c3
SHA1: 9a185eae98d7cad2d4561c71f5919ffe7f030d5e
MD5sum: 5351d7c33f26b09ae501ed538560f504
Description: debug symbols for postgresql-9.5-pglogical
Build-Ids: 496f72282a23f71104674eb5569268bc78a6a249 ceeda9a37c86dc45fa2f11a8ba5d9ee93c527295 feed3de7dd035244fc7e8ad4a261dd89e9b1f2a4
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.5-pgpool2
Source: pgpool2
Version: 4.1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: libpgpool0 (>= 4.1.4-1.pgdg+1), postgresql-9.5, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-9.5-pgpool2_4.1.4-1.pgdg+1_arm64.deb
Size: 134480
SHA256: 437eac2b8198150d1e00ef5ffc9341c11b23ff27a39879a42334037f613f68d8
SHA1: 7d3818d1e82d65ba7e8e6b2c640e1f34f612aaa3
MD5sum: 21e843c5008c65a1cdb7aa84e5f6ccb5
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)
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.5-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-9.5-pgpool2 (= 4.1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-9.5-pgpool2-dbgsym_4.1.4-1.pgdg+1_arm64.deb
Size: 38812
SHA256: 949f1b71dd02671a333e6f1b106ae65ea35494fafbdf93db46d47b41f4a9b012
SHA1: eb179ee511d4d4c791110b2a669a7ab6ab4b3296
MD5sum: fbb123364517fd5e71904fad82b33733
Description: debug symbols for postgresql-9.5-pgpool2
Build-Ids: 18545130ad3bf1ccc43b4c8207b3162c5987597f 44015402cabc9cefe502e2d51027810fc3f0594e d3a30231446cd95e64488611b4f28823b275a3de
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.5-pljava
Source: postgresql-pljava
Version: 1.5.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1097
Depends: default-jre-headless | openjdk-11-jre-headless | java-runtime-headless, postgresql-9.5, libc6 (>= 2.17)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-9.5-pljava_1.5.6-1.pgdg+1_arm64.deb
Size: 649824
SHA256: 6e7edaeeda30acd7eadc2288a8ef96d9c9d57559725f2ce4a19e6082e64f7d26
SHA1: 6b23d01fa26786c01def71d52ce166ad4762aa64
MD5sum: b471553ae13177742b17229fcde2f64b
Description: Java procedural language for PostgreSQL 9.5
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-11-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.5-pljava-dbgsym
Source: postgresql-pljava
Version: 1.5.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 182
Depends: postgresql-9.5-pljava (= 1.5.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-9.5-pljava-dbgsym_1.5.6-1.pgdg+1_arm64.deb
Size: 119488
SHA256: e77480e34770b078fdc090b4ddb32ee90881c12e4e005ccf02830ee1130223c5
SHA1: dfeb6996f17069ea1103358c4f95bfd9c4f8771b
MD5sum: 7ee81eda7509595245599f586e30248b
Description: debug symbols for postgresql-9.5-pljava
Build-Ids: 1d27af74f269889f8374521d02bde5d74224d89d
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.5-plproxy
Source: postgresql-plproxy
Version: 2.10.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-9.5, libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-9.5-plproxy_2.10.0-2.pgdg+1_arm64.deb
Size: 56292
SHA256: 28a08cc2a04d649ef49b2431eaa11cb265894b01d3975902db77638e5aadb24f
SHA1: c57aee7323a76d44083df68f0405096199fb600b
MD5sum: 71894209c4d9a6b606778181b1c6cc44
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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.5-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: postgresql-9.5-plproxy (= 2.10.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-9.5-plproxy-dbgsym_2.10.0-2.pgdg+1_arm64.deb
Size: 109756
SHA256: 2f154878cba6755b4b0781daea49069008b106c1cebcd065d4e4c0aabe2c099d
SHA1: fe485f9972b67ca96586daed8927deb4be3a1dcd
MD5sum: 8c8d44dc58534c4673f64feeb9372ea1
Description: debug symbols for postgresql-9.5-plproxy
Build-Ids: 2a1d170401df8776dc48a43d3b164cc5b3b9cdc6
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.5-plr
Source: plr
Version: 1:8.4.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: r-base-core (>= 2.10), postgresql-9.5, libc6 (>= 2.17)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-9.5-plr_8.4.1-2.pgdg+1_arm64.deb
Size: 59372
SHA256: 0ba40b6418b8e2a7cceb912b5b882165b7a80cadeb91a8ee4244d3849ffd33c8
SHA1: 41f5c41793d8104780f13b0e09b442d1bb2800ff
MD5sum: b85420cb86a11f60316fc22b9914f299
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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.5-plr-dbgsym
Source: plr
Version: 1:8.4.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-9.5-plr (= 1:8.4.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-9.5-plr-dbgsym_8.4.1-2.pgdg+1_arm64.deb
Size: 106448
SHA256: 7da6a1fe8f5c5f26862a875a27dbdc2d96cc4af6a9907a07a4312905dcc76b2e
SHA1: aedeff1d48eb81be903c3365500709a0accec8f6
MD5sum: 12caca55d1d2b715623c7587bfd93e43
Description: debug symbols for postgresql-9.5-plr
Build-Ids: 6414776bd4799ddc17cbe84d767b88b1aaacfae8
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.5-postgis-3
Source: postgis
Version: 3.0.2+dfsg-4.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2897
Depends: postgresql-9.5, postgresql-9.5-postgis-3-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.8.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-9.5-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-9.5-postgis-3_3.0.2+dfsg-4.pgdg+1_arm64.deb
Size: 758724
SHA256: 83cdd62deb983f3c6e2aa06910e7f2ecddbb5e0ac51046d67f9cacd8e342edb5
SHA1: a8a1a9eb827895abf03b9c934521a1a721f0f9cb
MD5sum: 64a66ed24b528b83eeb6df272718efea
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".
 .
 To create the PostGIS extensions in a PostgreSQL 9.5 database, the
 postgresql-9.5-postgis-3-scripts package must be installed as well.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.5-postgis-3-dbgsym
Source: postgis
Version: 3.0.2+dfsg-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4242
Depends: postgresql-9.5-postgis-3 (= 3.0.2+dfsg-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-9.5-postgis-3-dbgsym_3.0.2+dfsg-4.pgdg+1_arm64.deb
Size: 3942684
SHA256: 69c93bd484b2e1cd29612cbcc2e503d785bc011e31f5c10b46b60b225013a2d4
SHA1: b4192e5b561c9225379db2086b6d0576909f3e01
MD5sum: 5c186cc54f23d27d96c5bc2170aa696a
Description: debug symbols for postgresql-9.5-postgis-3
Build-Ids: 3ec3ac3cddbfee32038a05c33ae30ffbdee19523 a2795b1e64b051d70ca1bd7e4d8767bf074722e7 cd89dc7b6347acea07015be120af58e90999b44d e08f327b013d5a5e42018f4c686a78a8c6154a14
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.5-postgis-3-scripts
Source: postgis
Version: 3.0.2+dfsg-4.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26109
Depends: perl:any
Recommends: postgresql-9.5-postgis-3
Replaces: postgresql-9.5-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-9.5-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-9.5-postgis-3-scripts_3.0.2+dfsg-4.pgdg+1_all.deb
Size: 1081428
SHA256: 84038a0ab4c324cda95811134cd42fc871addadb03d415e21e25c82358a0b295
SHA1: 3be3c491f55e0a38c1e6678664ce1c2ad4d5c5cd
MD5sum: b555d1bfafee02760ce327e6d6322ce6
Description: Geographic objects support for PostgreSQL 9.5 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 9.5 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.5-preprepare
Source: preprepare
Version: 0.9-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: libc6 (>= 2.17), postgresql-9.5
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-9.5-preprepare_0.9-5.pgdg+1_arm64.deb
Size: 9960
SHA256: 7cf3097f721780209f325a606c23130f4fd99a894763243e3626bd1fe7ba89e3
SHA1: 8b0f00d72265956aa33b64e60a247613e542dcf4
MD5sum: 65b48621ed134c31df63a26d1c000742
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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.5-preprepare-dbgsym
Source: preprepare
Version: 0.9-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-9.5-preprepare (= 0.9-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-9.5-preprepare-dbgsym_0.9-5.pgdg+1_arm64.deb
Size: 15380
SHA256: 461ea264630ad86c61b0a2065cc5ca7c798af1c6ddacd4b443485e8e0f3bf6ed
SHA1: 7d44962b5b7110e9d51cf145fdefced95338c625
MD5sum: 52097bc244ceff3a16611b4904e11abd
Description: debug symbols for postgresql-9.5-preprepare
Build-Ids: f3b28a839499e678a9757dbf1bec2154769fa1dc
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.5-q3c
Source: postgresql-q3c
Version: 2.0.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2492
Depends: postgresql-9.5, libc6 (>= 2.29)
Conflicts: postgresql-q3c (<< 2.0.0-2)
Replaces: postgresql-q3c (<< 2.0.0-2)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-9.5-q3c_2.0.0-4.pgdg+1_arm64.deb
Size: 50772
SHA256: fe6095edcb43da8737e3bd9ec945c38e7fd32bdb6f36765ae1c606a81025c2db
SHA1: de109bad2ab88ff58249baa9eb9d1ae52575b94e
MD5sum: 05f955ec169c923090b55d6bf98858b5
Description: PostgreSQL 9.5 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.5-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-9.5-q3c (= 2.0.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-9.5-q3c-dbgsym_2.0.0-4.pgdg+1_arm64.deb
Size: 76820
SHA256: 20e810863bed555a2d94c00b954d41ded7fa945609f0712178aecfde35ff6445
SHA1: 9b64e801f666d4c4ca18e5eed77cd0648dd154e0
MD5sum: b2d00ebcee788e70b19f6d6e1fa04ec5
Description: debug symbols for postgresql-9.5-q3c
Build-Ids: 8a1db6af4dc573a5f0a716efec946757794b107a
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.5-slony1-2
Source: slony1-2
Version: 2.2.8-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-9.5, libc6 (>= 2.17)
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.8-5.pgdg+1_arm64.deb
Size: 22024
SHA256: 69ae856cada0902ddd4dbe190929034a851f8e7288ab931a97d33a48ae37badb
SHA1: cfe9e0cc81996d6202ae2a96e37651b1fab772b4
MD5sum: f592b49ca7b4e53f09cd1fa2032938a9
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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.5-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.8-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-9.5-slony1-2 (= 2.2.8-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-9.5-slony1-2-dbgsym_2.2.8-5.pgdg+1_arm64.deb
Size: 46772
SHA256: 07d20d4ddb049205f4bea22b76e6c4d2968c334a3c52bf4bfe19e9c164f1907a
SHA1: af2311be847820a527f0de0e6d16fca1e98886c6
MD5sum: 5cb9fceaf2dcdbc706459efa7356d056
Description: debug symbols for postgresql-9.5-slony1-2
Build-Ids: 20c2d846b8170142b6cb340cfdcef78fd5163943
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.6-cron
Source: pg-cron
Version: 1.3.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 91
Depends: postgresql-9.6, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-9.6-cron_1.3.0-2.pgdg+1_arm64.deb
Size: 27736
SHA256: 670153de0ab2e28d80d5d27296a3c68aff916197ecd37073f376335856e5d987
SHA1: 59fb9afaf59c675b34a9502703b83913d3bda7d1
MD5sum: ffce9e952b9f1f23114ed348b9139c55
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.6-cron-dbgsym
Source: pg-cron
Version: 1.3.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: postgresql-9.6-cron (= 1.3.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-9.6-cron-dbgsym_1.3.0-2.pgdg+1_arm64.deb
Size: 78764
SHA256: 16936db6886e0c0b8815a13fe3d92955c08cf0c4b1fb7887cc6d540300d907dd
SHA1: ea5f0d2c094cf39e9975c65753d4ab5bc49d79a2
MD5sum: 5ec5070a90e75450fd531cf20d569b62
Description: debug symbols for postgresql-9.6-cron
Build-Ids: 181d4c316facb14d3c2c6456e081076b782d9b19
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.6-ip4r
Source: ip4r
Version: 2.4.1-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 340
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-9.6-ip4r_2.4.1-4.pgdg+1_arm64.deb
Size: 63852
SHA256: 604be70c3361a94e326b3dda09cdfdf0ac28a6089b11513e6bd695336731c4f7
SHA1: 2bdb300b4cb64c0c0bfc00d754f1c2286d348b28
MD5sum: f73cb9b24fc3890ca596f8ba8903259a
Description: IPv4 and IPv6 types for PostgreSQL 9.6
 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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.6-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 201
Depends: postgresql-9.6-ip4r (= 2.4.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-9.6-ip4r-dbgsym_2.4.1-4.pgdg+1_arm64.deb
Size: 163948
SHA256: 6369d3d223f8f8a618bdd621c0d4b7061b63cfe62b780e627591db3dda054bb1
SHA1: b7c6b80cd23b9ab3796748774a17f812950a1f09
MD5sum: b2a79743e35ec453956e22e21abab46e
Description: debug symbols for postgresql-9.6-ip4r
Build-Ids: 855a26caf10804d1cfaa753312f137ac230a420b
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.6-mimeo
Source: mimeo
Version: 1.5.1-8.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4486
Depends: postgresql-9.6, postgresql-contrib-9.6
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-9.6-mimeo_1.5.1-8.pgdg+1_all.deb
Size: 128776
SHA256: 2c0427e158f098578db670ac138b220d9930f5969b9bc6547f93c5b636ae40ac
SHA1: 74fb66a60941dec92788a3ee41f1e1fc41a56d2d
MD5sum: 1c43a0e3612a113c9dfbeef760da6da0
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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.6-omnidb
Source: omnidb
Version: 2.17.0+ds-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: libc6 (>= 2.17), libpq5, postgresql-9.6
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/postgresql-9.6-omnidb_2.17.0+ds-4.pgdg+1_arm64.deb
Size: 11696
SHA256: 68cfd40d53777a120e155a6e0c09995a9b074314cf045e8f0500f305ff8b8d14
SHA1: adce7077456ce216a9341b0304a1a7351807e54a
MD5sum: b582b2ea6bd76888a0580cb3832fa31e
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL extension for interactive PL/pgSQL
 debugging in OmniDB.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.6-omnidb-dbgsym
Source: omnidb
Version: 2.17.0+ds-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-9.6-omnidb (= 2.17.0+ds-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb/postgresql-9.6-omnidb-dbgsym_2.17.0+ds-4.pgdg+1_arm64.deb
Size: 27416
SHA256: 7c29e4f858de787b711429c5d1b3ef9a8e1e7bfab96ef17ce6f80377f52d0654
SHA1: fa8cc80c372b47387f1ab79dd12610942f263eb2
MD5sum: c65a5b759213d5540d3960d3659347db
Description: debug symbols for postgresql-9.6-omnidb
Build-Ids: e396b8504648a0ea8fec66f988b1bd48b087276b
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.6-orafce
Source: orafce
Version: 3.13.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 361
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-9.6-orafce_3.13.4-2.pgdg+1_arm64.deb
Size: 92912
SHA256: 8ead4f4052f4ae2a5c5d884969cfc66182e3e1b5944a7cf15b1ee39167a67611
SHA1: 556a02f428027b76123a0493bb06fef2de507498
MD5sum: 1f94236b1d4923e508fd2de5cc252e3d
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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.6-orafce-dbgsym
Source: orafce
Version: 3.13.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 239
Depends: postgresql-9.6-orafce (= 3.13.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-9.6-orafce-dbgsym_3.13.4-2.pgdg+1_arm64.deb
Size: 195380
SHA256: c9df1ea2d409c7d9aeec992493b3069f582f9f08748389a9e9c42278602b772c
SHA1: 2ac015fd2e2e487c75dd77df1c0843264e5e0539
MD5sum: bb956e725f8477aa4c7f56d39082486d
Description: debug symbols for postgresql-9.6-orafce
Build-Ids: 96c818ae9a730be05e427987f036591caec08f71
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.6-partman
Source: pg-partman
Version: 4.4.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5542
Depends: postgresql-9.6, python3, python3-psycopg2, libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-9.6-partman_4.4.0-3.pgdg+1_arm64.deb
Size: 221100
SHA256: 1b0b35cc8acf508ea5671a644490cd41f6dbc99d50bc5e0a00e17eda70f86fd8
SHA1: c86f1f738a472ba4e16054329c1e0e08128cf071
MD5sum: ecd7e8dc824e9a85b7724ec3be9ea636
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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.6-partman-dbgsym
Source: pg-partman
Version: 4.4.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-9.6-partman (= 4.4.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-9.6-partman-dbgsym_4.4.0-3.pgdg+1_arm64.deb
Size: 18820
SHA256: 9d526b66e879b0a28552241ae24738b3667d6a7f3c5e41191753be8693f53341
SHA1: 853702727b65fe275f6050418ac1b45aeec92a0f
MD5sum: 2ec19f0aa12ee623a667207e56b577a3
Description: debug symbols for postgresql-9.6-partman
Build-Ids: e0887e55b87a0231912c8a6ea374b92342678ef3
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.6-pg-checksums
Source: pg-checksums
Version: 1.0-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: libc6 (>= 2.17), postgresql-9.6
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-9.6-pg-checksums_1.0-5.pgdg+1_arm64.deb
Size: 29204
SHA256: 25ba6d24d3cd6541e48fcec9bc7de3301cf5cdeac8ae0a66b50caefb8a138c1e
SHA1: 38850134ce21ca373380073e4bdb78aab259b1c3
MD5sum: 7332e1970a533621204bb4e5f8d0e0e7
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums can activate or deactivate data checksums as long at the database
 cluster is shutdown cleanly. Activating checksums requires all database blocks
 to be read and all page headers to be updated, so can take a long time on a
 large database. Deactivating checksums only requires the cluster control file
 to be updated so is quick.
 .
 In addition, pg_checksums can verify the checksums in an offline cluster.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.6-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.0-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-9.6-pg-checksums (= 1.0-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-9.6-pg-checksums-dbgsym_1.0-5.pgdg+1_arm64.deb
Size: 28208
SHA256: e14ba6ce060dd665ca36574ce9db1413cefc407043f04b6a5b70fcdc367ff18d
SHA1: 1fdbd1d68f1ed86e6d96d44028e28fb23cb37f23
MD5sum: 3dd919ae019aaf32677dd8af75fbab93
Description: debug symbols for postgresql-9.6-pg-checksums
Build-Ids: 00fdafe47476913edbcf0d533b4517f28eca0222
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.6-pgextwlist
Source: pgextwlist
Version: 1.11-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-9.6-pgextwlist_1.11-4.pgdg+1_arm64.deb
Size: 12568
SHA256: 8391efa7aab5b845d0fc1130585cd2fde819bb1cf15329af4a069ffec5ea420a
SHA1: 73f2bdb5417a9cd508ca78d5984e2b14c0c0e8c1
MD5sum: 0e393e6d91ce4a0bd7c464844feaee35
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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.6-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.11-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: postgresql-9.6-pgextwlist (= 1.11-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-9.6-pgextwlist-dbgsym_1.11-4.pgdg+1_arm64.deb
Size: 37224
SHA256: f7675eabb8a2b7146153f0794dae8b3e07bf66790768a1ec719981e89b3e08c9
SHA1: 3a755fd0bbe359fb206bfc958322f41d1930ca12
MD5sum: 6c38156cd6eefb627a1dc0806411c3f8
Description: debug symbols for postgresql-9.6-pgextwlist
Build-Ids: 532b18c9077319be860014ba55379dcf19513d0a
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.6-pglogical
Source: pglogical
Version: 2.3.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 454
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-9.6
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-9.6-pglogical_2.3.3-1.pgdg+1_arm64.deb
Size: 106420
SHA256: 4832fb60ea629f72d8b2a5e1a0966ed50b27e2c19c400f13e49235756eedc035
SHA1: 2338c85fb2a2f1a305a29aff3b755e8fa82ea178
MD5sum: 94685607607ec1fddf952e5c50ea5b55
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.6-pglogical-dbgsym
Source: pglogical
Version: 2.3.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 386
Depends: postgresql-9.6-pglogical (= 2.3.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-9.6-pglogical-dbgsym_2.3.3-1.pgdg+1_arm64.deb
Size: 323340
SHA256: 3e9ef499b87b43e60253296f8ba53e746345263e918537cbbbbd84e7df67c241
SHA1: 7e094d281cdd7da2f64818c8cd29a25205866daf
MD5sum: 64b32a3883087ce3c1e4f797ea27639d
Description: debug symbols for postgresql-9.6-pglogical
Build-Ids: 39b80ae082659870097eb459e681bd28c63f95f1 88cd87a89bdec17556a23cf7c8097e7cc3fe0b19 f3b3d2829703c2a0a091ac752919d912083539b4
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.6-pgpool2
Source: pgpool2
Version: 4.1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: libpgpool0 (>= 4.1.4-1.pgdg+1), postgresql-9.6, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-9.6-pgpool2_4.1.4-1.pgdg+1_arm64.deb
Size: 134472
SHA256: 59c8efec10c5cd8ec6249f2c89b7317187f70ff213ad5de34a901ca07d91eccf
SHA1: 7a65c2710106b885d0fe36a7df5fcd0cbb6a349c
MD5sum: 665aeb159d231e7f8669b6dd3dd8a181
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)
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.6-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-9.6-pgpool2 (= 4.1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-9.6-pgpool2-dbgsym_4.1.4-1.pgdg+1_arm64.deb
Size: 39236
SHA256: 4abf0d48b9cc60d40160b31e83a42b575eb0f28d9d4108158e3ba9f62a960670
SHA1: eaa4037a975b5e678cb2c764bee292473c6d9403
MD5sum: 2530b34d0bdfb25db9bab92c971992fa
Description: debug symbols for postgresql-9.6-pgpool2
Build-Ids: 389fba82cce3eacd6408183c61444d0e77544f87 4a3ab0d0db84844a2f1bd2e32f6926fc6fa25e1b d9be40f54b5f566b096726c02cda27feb05e87c8
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.6-pljava
Source: postgresql-pljava
Version: 1.5.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1093
Depends: default-jre-headless | openjdk-11-jre-headless | java-runtime-headless, postgresql-9.6, libc6 (>= 2.17)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-9.6-pljava_1.5.6-1.pgdg+1_arm64.deb
Size: 650020
SHA256: de4cbf96866a6ab3c1e8bf1c5383fda66f6abf6f5296faf011dfdef40728fc9f
SHA1: bdadfd2fd6fea59a7b412c3e01aad481849f4dd5
MD5sum: 23c9d2132f216f3360d2b849bb92e732
Description: Java procedural language for PostgreSQL 9.6
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-11-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.6-pljava-dbgsym
Source: postgresql-pljava
Version: 1.5.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 182
Depends: postgresql-9.6-pljava (= 1.5.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-9.6-pljava-dbgsym_1.5.6-1.pgdg+1_arm64.deb
Size: 119792
SHA256: 362d68f0e23f039ffad028f42243163b7a3138c04c4ee84b8e9fd9a041601697
SHA1: 87b7c7c79d3a82c5547845fe4ce267d0e4976975
MD5sum: c9ca6abbcaa35eab6fafd4f31f072482
Description: debug symbols for postgresql-9.6-pljava
Build-Ids: a38db29774adb3c055b79dcac02ec5cd83087070
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.6-plproxy
Source: postgresql-plproxy
Version: 2.10.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-9.6, libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-9.6-plproxy_2.10.0-2.pgdg+1_arm64.deb
Size: 56248
SHA256: 952b172cf7095b9843a29b213cbacebe07e38dcbd0c53a45ff7f2acf4431048b
SHA1: 4bd3dadbb636cdb48c12a67cdd7e7e88857c1670
MD5sum: 3ea912e6b10c551af449bce77a3242d2
Description: database partitioning system for PostgreSQL 9.6
 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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.6-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: postgresql-9.6-plproxy (= 2.10.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-9.6-plproxy-dbgsym_2.10.0-2.pgdg+1_arm64.deb
Size: 110104
SHA256: 09de4542184566af8e90bed5e86a5f00af23efc3afb09d72ce8918534c86554c
SHA1: e8a96672b7121dd26e2139b7f0dd009b2e458f74
MD5sum: c2effc720fd34c5eaf91cb19398eecde
Description: debug symbols for postgresql-9.6-plproxy
Build-Ids: 5dcd274b39ff6d54f2cc2dfe94440c87dfd0fecc
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.6-plr
Source: plr
Version: 1:8.4.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: r-base-core (>= 2.10), postgresql-9.6, libc6 (>= 2.17)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-9.6-plr_8.4.1-2.pgdg+1_arm64.deb
Size: 59440
SHA256: bc27d1f097c7263bc3b56dae1de9599f22e0f1c1f3f10515a23428eb1e2df3fa
SHA1: f9d6a398e87e536d6b1de0185d810d498e21984d
MD5sum: ea3aee2e2757e97276c2c5258748e851
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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.6-plr-dbgsym
Source: plr
Version: 1:8.4.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-9.6-plr (= 1:8.4.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-9.6-plr-dbgsym_8.4.1-2.pgdg+1_arm64.deb
Size: 106708
SHA256: c45ecdfabf993b57806f2ddabdd2988e67b32e8acca3589ea26c293836576305
SHA1: 2c5a974e9ce323ffbdac440087a95d28a872cb9a
MD5sum: 8827a69c110f04bb46d500cb71e0d340
Description: debug symbols for postgresql-9.6-plr
Build-Ids: 821c5d704ecd0039ea44fab10d5709041a4fc5b9
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.6-postgis-3
Source: postgis
Version: 3.0.2+dfsg-4.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2897
Depends: postgresql-9.6, postgresql-9.6-postgis-3-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.8.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-9.6-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-9.6-postgis-3_3.0.2+dfsg-4.pgdg+1_arm64.deb
Size: 758092
SHA256: f19ba2bb28af18b420f0fa631d604ced07787fba3b5afece21dc66c149668d80
SHA1: 63f355b8f701d7392840c836dae071503cbc0360
MD5sum: 582cd08fa714643ea49a9a42cc70951c
Description: Geographic objects support for PostgreSQL 9.6
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 9.6 database, the
 postgresql-9.6-postgis-3-scripts package must be installed as well.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.6-postgis-3-dbgsym
Source: postgis
Version: 3.0.2+dfsg-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4254
Depends: postgresql-9.6-postgis-3 (= 3.0.2+dfsg-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-9.6-postgis-3-dbgsym_3.0.2+dfsg-4.pgdg+1_arm64.deb
Size: 3951524
SHA256: 064a323c76b378fa8d7c9b4d105be2c2620097a54448320772f7f1e009a6c171
SHA1: 7fc1cf254e7df27edbfe3e8857613a3c0f836da2
MD5sum: 9542b75ba6874cdf1cec9d8dff4e20bd
Description: debug symbols for postgresql-9.6-postgis-3
Build-Ids: 3798998fcd7983b7fffc6ed1e3eb5bc1706685a9 4a19aeb3350a22a031dfb4b0287ca4ad8a07a247 7849d64b5bf44660ef49529b32af258f7cae6d3d fc41af93af551f58e92a2b3298421ac20903ea8e
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.6-postgis-3-scripts
Source: postgis
Version: 3.0.2+dfsg-4.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26181
Depends: perl:any
Recommends: postgresql-9.6-postgis-3
Replaces: postgresql-9.6-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-9.6-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-9.6-postgis-3-scripts_3.0.2+dfsg-4.pgdg+1_all.deb
Size: 1087248
SHA256: a67f16c254f559e0d0b206ccc7e97966f7af3afd6623e1e0696cf9e13c8a49e9
SHA1: 1ffd7c8a5b335e4c5da2d1ea91296c93f4c13216
MD5sum: 1e9df5387c6381c4cd22d83af8646f63
Description: Geographic objects support for PostgreSQL 9.6 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 9.6 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.6-preprepare
Source: preprepare
Version: 0.9-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: libc6 (>= 2.17), postgresql-9.6
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-9.6-preprepare_0.9-5.pgdg+1_arm64.deb
Size: 9960
SHA256: 2ddb65dd5a90c8fa1ca85ee235fd2b4f31db5adf428c846d7c3de90b2d3bd510
SHA1: 791e78fc613870b6dd167aaf1d5a97b0db824255
MD5sum: 8ab85aea1e00a31ad481fd27c8f5da69
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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.6-preprepare-dbgsym
Source: preprepare
Version: 0.9-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-9.6-preprepare (= 0.9-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-9.6-preprepare-dbgsym_0.9-5.pgdg+1_arm64.deb
Size: 15724
SHA256: 05aad877c597c45bb7085c2dcbcbf00b20a4032fe8c34aa56c296429968777be
SHA1: 02bc311b50d820ddec20432529dfd4d9727128f8
MD5sum: e07653e7ba6c591e6d3e43d7e7b249ff
Description: debug symbols for postgresql-9.6-preprepare
Build-Ids: ef78d9fe6c8398c7f71ec01a1163526ab9fd9c18
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.6-q3c
Source: postgresql-q3c
Version: 2.0.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2492
Depends: postgresql-9.6, libc6 (>= 2.29)
Conflicts: postgresql-q3c (<< 2.0.0-2)
Replaces: postgresql-q3c (<< 2.0.0-2)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-9.6-q3c_2.0.0-4.pgdg+1_arm64.deb
Size: 50788
SHA256: f9e69b48bb20752732a48d7492c78d2d6b3d235fe9250817fda1f17891036fb4
SHA1: f45ec962bba40400ba4c54961849556eac6966a1
MD5sum: 6aed8df2301b4574725d536e594b098b
Description: PostgreSQL 9.6 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.6-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-9.6-q3c (= 2.0.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-9.6-q3c-dbgsym_2.0.0-4.pgdg+1_arm64.deb
Size: 77292
SHA256: b340bea0e3f864e47c8041caa566fb57d6b1145dff15a937e201e3730bc66b0b
SHA1: 3425927c21622b565a8b9addfcfa55edefe057bc
MD5sum: 6f09b045150dfba87115e85d4e50e2f3
Description: debug symbols for postgresql-9.6-q3c
Build-Ids: 19c3dc89ad55c95d3c3fb1d6c36ed64c486e7d35
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.6-slony1-2
Source: slony1-2
Version: 2.2.8-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-9.6, libc6 (>= 2.17)
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.8-5.pgdg+1_arm64.deb
Size: 22024
SHA256: 7b8f96494d624f2cadcab708c462d6d6da00f29715bb4ae07997a6994f65e8b1
SHA1: b0f0d00cba3739297634384d8d71d95a54bdc309
MD5sum: df593679fbbf647166df5e7caabe843e
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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-9.6-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.8-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-9.6-slony1-2 (= 2.2.8-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-9.6-slony1-2-dbgsym_2.2.8-5.pgdg+1_arm64.deb
Size: 48976
SHA256: 2c391b4866de7566e7140cc967ac0f0b76225531f4c6d5de6e1c82e2d68bc196
SHA1: ec48e7928f5d2872d1a6107e33562248eee6260e
MD5sum: 90c00ece0bf9f96a6e3b9eb500314ab1
Description: debug symbols for postgresql-9.6-slony1-2
Build-Ids: 87404f380b3776e9a9fedc44dda1ad57a632307c
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-all
Source: postgresql-common
Version: 220.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: libecpg-dev, libpq-dev, postgresql-common (= 220.pgdg+1), postgresql-server-dev-all, postgresql-contrib-9.5, postgresql-plperl-9.5, postgresql-plpython3-9.5, postgresql-pltcl-9.5, postgresql-contrib-9.6, postgresql-plperl-9.6, postgresql-plpython3-9.6, postgresql-pltcl-9.6, postgresql-contrib-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-contrib-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-contrib-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12, postgresql-contrib-13, postgresql-plperl-13, postgresql-plpython3-13, postgresql-pltcl-13
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_220.pgdg+1_all.deb
Size: 64188
SHA256: 5cc83294c5da13f624ecb98f05e6024f220df7af7fbd81e7a11f1887c3e7e43e
SHA1: db9771ebcc35166708d74db18e68493f6100cb17
MD5sum: 572ad7fc33a1aabce6fdee1429cab0ad
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-client
Source: postgresql-common (220.pgdg+1)
Version: 13+220.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-client-13
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_13+220.pgdg+1_all.deb
Size: 64052
SHA256: 079a3a3ba9a252137cd6a586785b56090d4260688d282ad7e12fe8970154ba95
SHA1: f94037a2ca63ae870c3ac0957ae82b47eb589a62
MD5sum: ed5822213b9066aee8de4e0c7f8e4718
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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-client-common
Source: postgresql-common
Version: 220.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: netbase, pgdg-keyring
Recommends: libreadline8
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_220.pgdg+1_all.deb
Size: 88388
SHA256: 4b47eb82d67d8444e779a30b704f2e46463c490f769285d63d8e2408083fef85
SHA1: 492ac970f5745e471420844b550e4a4a270cada8
MD5sum: cbd2a2ceafa32ab1d65b2d74f0d902b4
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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-common
Version: 220.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 629
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, lsb-base (>= 3.0-3), perl (>= 5.14), postgresql-client-common (= 220.pgdg+1), ssl-cert (>= 1.0.11), ucf
Recommends: e2fsprogs, logrotate
Suggests: libjson-perl
Breaks: postgresql-9.1 (<< 9.1.1-3~), postgresql-server-dev-all (<< 204), systemd (<< 204)
Replaces: postgresql-server-dev-all (<< 204)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_220.pgdg+1_all.deb
Size: 236432
SHA256: 10d71a0b882a930b5180cd8327c38d43a3604ff72c011f9e8ef5ef26965d9845
SHA1: 0af0d281e07d5ee2da914603c247b9383f84c6b2
MD5sum: a5ee687da2dd567567602e9a0ca167f8
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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-contrib
Source: postgresql-common (220.pgdg+1)
Version: 13+220.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-contrib-13
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-contrib_13+220.pgdg+1_all.deb
Size: 64044
SHA256: 20d45d7a3a07d88edcb6517ff0f06a1e61513f80cccb9abbd466665c5d2f5ef2
SHA1: 13ad0ceb3a2dfd4823ca4c3e5190329e3549c069
MD5sum: 8ee7880eac9f51bed6112b0ce69d8310
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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-doc
Source: postgresql-common (220.pgdg+1)
Version: 13+220.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-doc-13
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_13+220.pgdg+1_all.deb
Size: 64036
SHA256: 40f1008eb10e2dec6b4c07c1f84faf759343129c6a9e7207e6ab8a34c5eb9e68
SHA1: ec45d9004557a09d7092c79885c633342c2144a1
MD5sum: 228f641c0530e9c5ae833fc11758288a
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.
Timestamp: 2020-10-12 21:44:22+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 220.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: make, postgresql-common (= 220.pgdg+1), postgresql-server-dev-9.5, postgresql-server-dev-9.6, postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12, postgresql-server-dev-13
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_220.pgdg+1_all.deb
Size: 74376
SHA256: 745dae9f14eb1248f675832af88d55a12a33ba51db2ed2b2615db3f7a5deb9ca
SHA1: ce1ba18aa6fa8e18e4edeb5db52055b7177eed23
MD5sum: b269cfe3072b42cd8f59655c3b2828fc
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, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 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.
Timestamp: 2020-10-12 21:44:22+00

Package: slony1-2-bin
Source: slony1-2
Version: 2.2.8-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 826
Depends: lsb-base (>= 3.0-6), logrotate, postgresql-common, perl:any, libc6 (>= 2.17), libpq5
Recommends: libdbd-pg-perl, ntp | time-daemon, postgresql-13-slony1-2 | postgresql-12-slony1-2 | postgresql-11-slony1-2 | postgresql-10-slony1-2 | postgresql-9.6-slony1-2 | postgresql-9.5-slony1-2
Suggests: libpg-perl, slony1-2-doc
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.8-5.pgdg+1_arm64.deb
Size: 210328
SHA256: b30212b2b47bf3d915de37350592899454a7c3a7a8aa2cb3fe7df0772a42453a
SHA1: 6b60fcee711ace8a6028376fcd894ab0973164eb
MD5sum: 108a4c57396f73f0fc021f5548e97072
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.
Timestamp: 2020-10-12 21:44:22+00

Package: slony1-2-bin-dbgsym
Source: slony1-2
Version: 2.2.8-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 360
Depends: slony1-2-bin (= 2.2.8-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/slony1-2-bin-dbgsym_2.2.8-5.pgdg+1_arm64.deb
Size: 311196
SHA256: 68626b19ea4961504a3521c9668b07c952031cc976a231e4dbc965d226ced146
SHA1: 3aa6ecdcfd903b59dec20efb82e95286544f7d7a
MD5sum: 3740dc1c630ff6481884ce7115a2393b
Description: debug symbols for slony1-2-bin
Build-Ids: 52e84752b8caaab2d8785678d0c3b6f80110e828 944ae0802bef3d87200622f7b826b5644a0609c5 b3bf93f3bd7ff0df73034eb813feb7551c830abc
Timestamp: 2020-10-12 21:44:22+00

Package: slony1-2-doc
Source: slony1-2
Version: 2.2.8-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1873
Conflicts: slony1-doc
Provides: slony1-doc
Multi-Arch: foreign
Homepage: http://slony.info/
Priority: optional
Section: doc
Filename: pool/main/s/slony1-2/slony1-2-doc_2.2.8-5.pgdg+1_all.deb
Size: 329388
SHA256: bfc8c8389e91315214eb0d1bd6fe3f45ec1515982d303617e2f67f7ef7efdd05
SHA1: 429b5d1f615579f39a413cfa87a6757303d7570a
MD5sum: 140db2055e701176318ed99813f83b2e
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.
Timestamp: 2020-10-12 21:44:22+00

Package: libpgpool0
Source: pgpool2
Version: 4.1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: libc6 (>= 2.29)
Breaks: pgpool2 (<< 3.1.1)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libs
Filename: pool/main/p/pgpool2/libpgpool0_4.1.4-2.pgdg+1_arm64.deb
Size: 143044
SHA256: 0f2bb4ebe84f6b300e94fed232c7bbc0817dab850c5597be038e59afdf3d3d1c
SHA1: 1dcfbcaca1019a9d0035d314d901305f200d7c16
MD5sum: 4b88c0ff1a30ac4ac40ba88b1baa59bb
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).
Timestamp: 2020-10-16 15:29:58+00

Package: libpgpool0-dbgsym
Source: pgpool2
Version: 4.1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 78
Depends: libpgpool0 (= 4.1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/libpgpool0-dbgsym_4.1.4-2.pgdg+1_arm64.deb
Size: 61032
SHA256: 0d4d6f00d2bed79a69a5c6c3c156f5a3a9d280e903e31944b30c077588c400db
SHA1: f7f690f03cea4951f86249f9226a4311c01e911e
MD5sum: aa5d903f89059194218a77500e330115
Description: debug symbols for libpgpool0
Build-Ids: 7e622f2500b4f77e8550ccbb9a96d04f27289a30
Timestamp: 2020-10-16 15:29:58+00

Package: libpgpool-dev
Source: pgpool2
Version: 4.1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 249
Depends: libpgpool0 (= 4.1.4-2.pgdg+1)
Conflicts: libpcp3-dev
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libdevel
Filename: pool/main/p/pgpool2/libpgpool-dev_4.1.4-2.pgdg+1_arm64.deb
Size: 152604
SHA256: e305496afd9a949ab9518e6c56856466ee86ecefd392bb558a2c3003031755cf
SHA1: 553bf84a2162151adcf8aa828144da8eab3863ab
MD5sum: bf18448933ba5eb7c599e67f1932d9a5
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).
Timestamp: 2020-10-16 15:29:58+00

Package: omnidb-common
Source: omnidb
Version: 2.17.0+ds-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30948
Depends: fonts-glyphicons-halflings, fonts-roboto-unhinted, libjs-jquery-ui, libjs-excanvas, python3:any, python3-cherrypy3, python3-django, python3-openpyxl, python3-paramiko, python3-pgspecial, python3-prettytable, python3-psycopg2, python3-pyaes, python3-restrictedpython, python3-scrypt, python3-sqlparse, python3-sshtunnel, python3-tornado
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/omnidb-common_2.17.0+ds-5.pgdg+1_all.deb
Size: 4566512
SHA256: 95a7185d4a35b74238502d20037f531ffa064586a8f4e04801d92795f03ef919
SHA1: aec736d263623554b7cdbb2d662ba1b1c9becf60
MD5sum: eb05f05e674fd990d25dbf56989cc4d0
Description: Web tool for database management (shared files)
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight. Check-out some
 characteristics:
 .
  * Web Tool: Accessible from any platform, using a browser as a medium
  * Responsive Interface: All available functions in a single page
  * Unified Workspace: Different technologies managed in a single workspace
  * Simplified Editing: Easy to add and remove connections
  * Safety: Multi-user support with encrypted personal information
  * Interactive Tables: All functionalities use interactive tables, allowing
    copying and pasting in blocks
  * Smart SQL Editor: Contextual SQL code completion
  * Beautiful SQL Editor: You can choose between many available color themes
  * Tabbed SQL Editor: Easily add, rename or delete editor tabs
 .
 Supported DBMS: PostgreSQL, Oracle, MySQL, MariaDB
 .
 This package contains shared files.
Timestamp: 2020-10-16 15:29:58+00

Package: omnidb-server
Source: omnidb
Version: 2.17.0+ds-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: adduser, omnidb-common (= 2.17.0+ds-5.pgdg+1)
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/omnidb-server_2.17.0+ds-5.pgdg+1_all.deb
Size: 8388
SHA256: 50e996545bcd5be78815119bdb3549ec4b9814322a320580d543d7fb242d24fd
SHA1: eee283ce389d403310a529e2ec471a327c9cd227
MD5sum: e1a6e8a9b4a64480ae662600539967f6
Description: Web tool for database management
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight. Check-out some
 characteristics:
 .
  * Web Tool: Accessible from any platform, using a browser as a medium
  * Responsive Interface: All available functions in a single page
  * Unified Workspace: Different technologies managed in a single workspace
  * Simplified Editing: Easy to add and remove connections
  * Safety: Multi-user support with encrypted personal information
  * Interactive Tables: All functionalities use interactive tables, allowing
    copying and pasting in blocks
  * Smart SQL Editor: Contextual SQL code completion
  * Beautiful SQL Editor: You can choose between many available color themes
  * Tabbed SQL Editor: Easily add, rename or delete editor tabs
 .
 Supported DBMS: PostgreSQL, Oracle, MySQL, MariaDB
 .
 This package runs OmniDB as system service on http://127.0.0.1:8000.
Timestamp: 2020-10-16 15:29:58+00

Package: ora2pg
Version: 21.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1177
Depends: libdbd-mysql-perl | libdbd-oracle-perl, libdbd-pg-perl, libdbi-perl, libio-compress-perl, perl:any
Recommends: postgresql-client
Homepage: https://ora2pg.darold.net/
Priority: optional
Section: database
Filename: pool/main/o/ora2pg/ora2pg_21.0-1.pgdg+1_all.deb
Size: 355240
SHA256: 437981e9f36decd0c576ba91a56c2ac2e80c27c34a22e2f6319838a07d4cfee2
SHA1: 69ed70fd8bda62b9611dacaf8a7f95a286e1e6fd
MD5sum: 0c581d387ee9704db7aa4092e62396aa
Description: Oracle/MySQL to PostgreSQL database schema converter
 Ora2Pg migrates Oracle and MySQL database schemas to PostgreSQL. It connects
 to the database, scans it automatically and extracts its structure or data.
 It then generates SQL scripts you can load into PostgreSQL.
Timestamp: 2020-10-16 15:29:58+00

Package: pgagent
Version: 4.0.0-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 555
Depends: libboost-filesystem1.71.0, libboost-thread1.71.0, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpq5 (>= 8.4~), libstdc++6 (>= 9)
Recommends: postgresql-9.5 | postgresql-9.6 | postgresql-10 | postgresql-11 | postgresql-12 | postgresql-13
Suggests: pgadmin3 | pgadmin4
Provides: postgresql-10-pgagent, postgresql-11-pgagent, postgresql-12-pgagent, postgresql-13-pgagent, postgresql-9.5-pgagent, postgresql-9.6-pgagent
Homepage: http://www.pgadmin.org/docs/dev/pgagent.html
Priority: optional
Section: database
Filename: pool/main/p/pgagent/pgagent_4.0.0-8.pgdg+1_arm64.deb
Size: 126592
SHA256: 6d34abb737defef052b803c5b41039b0b7dcf73b7f78a96af9ce6d5a87e756d6
SHA1: 57588c8e807cc2be4ca7537ffeb37242459fb07c
MD5sum: 96f63819e604a67496ceefc841e34c3f
Description: job scheduling engine for PostgreSQL
 pgAgent is a job scheduling agent for PostgreSQL, capable of running
 multi-step batch/shell and SQL tasks on complex schedules.
Timestamp: 2020-10-16 15:29:58+00

Package: pgagent-dbgsym
Source: pgagent
Version: 4.0.0-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2599
Depends: pgagent (= 4.0.0-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgagent/pgagent-dbgsym_4.0.0-8.pgdg+1_arm64.deb
Size: 2493572
SHA256: 3d601b27e25b9f700eb75560e7fa607b97a92b419d61877d7f185d0cac074f11
SHA1: 7795821e6fad9f1003454198b4d94a2fcbbd7f34
MD5sum: ab69aefb749404ba57d7ffe30606dad0
Description: debug symbols for pgagent
Build-Ids: 9a3ad039351557e9dbbc4a2caa1d1c3f4bbc810a
Timestamp: 2020-10-16 15:29:58+00

Package: pgpool2
Version: 4.1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5258
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: libpgpool0 (= 4.1.4-2.pgdg+1), lsb-base (>= 3.0-3), postgresql-common (>= 26), ucf, libc6 (>= 2.29), libcrypt1 (>= 1:4.1.0), libmemcached11, libpam0g (>= 0.99.7.1), libpq5, libssl1.1 (>= 1.1.0)
Enhances: postgresql
Conflicts: pgpool
Replaces: pgpool
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/pgpool2_4.1.4-2.pgdg+1_arm64.deb
Size: 1063296
SHA256: b65c35bd683b4c0aadd3ad45868dea2a5f20c9e95f93834422fee0f113357a47
SHA1: 54b3ca88ca4e67f2c327303e266ca33fac4318be
MD5sum: 6e524040f3114cbf7f2c151401bc11de
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.
Timestamp: 2020-10-16 15:29:58+00

Package: pgpool2-dbgsym
Source: pgpool2
Version: 4.1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1732
Depends: pgpool2 (= 4.1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/pgpool2-dbgsym_4.1.4-2.pgdg+1_arm64.deb
Size: 1611172
SHA256: 10e583d5dd28e3c5629a5f59b1049acd1fc5f8372af3a423a77663cc1478c09c
SHA1: 4c5c4079dc2774b8c188861a31170b5f23d3d92e
MD5sum: 3e84ff991a725a381ab7fbaa6ae7a2f5
Description: debug symbols for pgpool2
Build-Ids: 2f93b91cd0a5790a15697d338e093c46c06ba8b7 34faf3387217eac574c778f51867a186d870b598 af4adb8dc8b8e7268cae9866c1385c08111e7d14 cdd229d9796f75172d356a0f5af10560c57f5754 d5f0bf4ee6f8087dfc77e9b6c0be0478b3b05d81
Timestamp: 2020-10-16 15:29:58+00

Package: pg-rage-terminator-10
Source: pg-rage-terminator
Version: 0.1.7-5.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 30
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-10_0.1.7-5.pgdg+1_arm64.deb
Size: 6872
SHA256: e5bec2b5675d6bb2c8b69462b67eb917de7f379934e54710bb0557435d2f96ef
SHA1: 1443559574bf55e9f5861e51f4f265a1d9d1a8b0
MD5sum: d278a360d6bc115ccbdba333245ea81a
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2020-10-16 15:29:58+00

Package: pg-rage-terminator-10-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 26
Depends: pg-rage-terminator-10 (= 0.1.7-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-10-dbgsym_0.1.7-5.pgdg+1_arm64.deb
Size: 11408
SHA256: 29f4ef5565862b7cb286e9d137409cd231e70db69132163b28667a41a587286b
SHA1: 5ee0adc8571756e1d60b022f3c860c1c72d51e44
MD5sum: 375c842ad5d45ac78595c444ba76597d
Description: debug symbols for pg-rage-terminator-10
Build-Ids: 1af4df9659605aeb71986ff42b443676c82c7998
Timestamp: 2020-10-16 15:29:58+00

Package: pg-rage-terminator-11
Source: pg-rage-terminator
Version: 0.1.7-5.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 48
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-11_0.1.7-5.pgdg+1_arm64.deb
Size: 15332
SHA256: f72632d5915922662e2c11bab924f7ab8812ac186a30d0054a07749722add7b9
SHA1: b3988494bbc37d95772515c8ee6fafc6d2121ccd
MD5sum: 7cdcf67104012e8f1e0dd0a311e1494b
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2020-10-16 15:29:58+00

Package: pg-rage-terminator-11-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 26
Depends: pg-rage-terminator-11 (= 0.1.7-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-11-dbgsym_0.1.7-5.pgdg+1_arm64.deb
Size: 11604
SHA256: 01c4f4668773a7b42423b0321e5da284bc7fdb7add8f489762f2990bb9f9e46c
SHA1: da78fae22fc5e54fa0166a301a1ff371babe8f70
MD5sum: 24def6150c3eb4766ae93634067132dc
Description: debug symbols for pg-rage-terminator-11
Build-Ids: 49d039ad86d4c3e55b2b13ce333d0d827256a445
Timestamp: 2020-10-16 15:29:58+00

Package: pg-rage-terminator-12
Source: pg-rage-terminator
Version: 0.1.7-5.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 47
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-12_0.1.7-5.pgdg+1_arm64.deb
Size: 15348
SHA256: 6a6e599169e39961e3fd3ac48f46d59c1b6da447e9a0d49f0282feffd9e67d83
SHA1: 757c660ad5b5ee38b1d1d5ec404d342c6366e9a5
MD5sum: f20e4c62ecd711e148f65208ff5e1a8e
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2020-10-16 15:29:58+00

Package: pg-rage-terminator-12-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 26
Depends: pg-rage-terminator-12 (= 0.1.7-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-12-dbgsym_0.1.7-5.pgdg+1_arm64.deb
Size: 11716
SHA256: c9698a4c6dd3b148ed0aa12a51f91a42fa30f6579dba7bde54251b36e232f876
SHA1: d4f0677e699760c1d48bef62044716daa57dc128
MD5sum: 95b1dc2ea5b8be6949fac73d096e7b5f
Description: debug symbols for pg-rage-terminator-12
Build-Ids: f879ab635bce66670e4332cc30d9cc1aa30664fe
Timestamp: 2020-10-16 15:29:58+00

Package: pg-rage-terminator-13
Source: pg-rage-terminator
Version: 0.1.7-5.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 47
Depends: libc6 (>= 2.17), postgresql-13
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-13_0.1.7-5.pgdg+1_arm64.deb
Size: 15444
SHA256: 5abcff2ccefdce7cf1d36a7446c4816bbe7058d849c3b02aeee07b17a1bd0803
SHA1: f51e24426c78ed7aa88d15d439e844431fb51b75
MD5sum: 7279c8c36914e570e642d05df7e6f705
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2020-10-16 15:29:58+00

Package: pg-rage-terminator-13-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 26
Depends: pg-rage-terminator-13 (= 0.1.7-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-13-dbgsym_0.1.7-5.pgdg+1_arm64.deb
Size: 11696
SHA256: e87155c5acea025c87a39b62f59a6a06fdae28b3b57dde4c0f19f28b32c32b85
SHA1: f4e8c5d47dfab759c0a156c6091134a4b1874527
MD5sum: a2c1ccbea128f990b4d911e34d26639e
Description: debug symbols for pg-rage-terminator-13
Build-Ids: 08b797e1945dd3002083853f05aa00df34f1e02f
Timestamp: 2020-10-16 15:29:58+00

Package: pg-rage-terminator-9.5
Source: pg-rage-terminator
Version: 0.1.7-5.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 26
Depends: libc6 (>= 2.17), 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.7-5.pgdg+1_arm64.deb
Size: 6860
SHA256: 4cfbd00436c49d7516afeb082e48daa5d1f11f846e7fdbb2d7e6faae30c28f6f
SHA1: 492a9eff66d778c177840364f4642a81286df351
MD5sum: a47f359b5925dbae1daf8651eba73df6
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2020-10-16 15:29:58+00

Package: pg-rage-terminator-9.5-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 26
Depends: pg-rage-terminator-9.5 (= 0.1.7-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-9.5-dbgsym_0.1.7-5.pgdg+1_arm64.deb
Size: 11252
SHA256: 2723a2c6ad43c99da77e9194c1e4a2adbe387e9a2f084ffc8792d16b62416000
SHA1: e7cb1620de70b9c554dffedd0810f942afd789b9
MD5sum: 6f916fc25c00dbe42635954790b9cbc2
Description: debug symbols for pg-rage-terminator-9.5
Build-Ids: 3fd4922af20880a36311710ed7219c35d3ae4c5f
Timestamp: 2020-10-16 15:29:58+00

Package: pg-rage-terminator-9.6
Source: pg-rage-terminator
Version: 0.1.7-5.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 30
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-9.6_0.1.7-5.pgdg+1_arm64.deb
Size: 6880
SHA256: eb2314d0b792f42e1cee801287d0fa89457650e12bbf48034bf4b8879b8b08b2
SHA1: ca10e0ad69de7b2c57af3d3ab0b3760480a423ec
MD5sum: 1c2fbf0beb65f55f764fac600c317863
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2020-10-16 15:29:58+00

Package: pg-rage-terminator-9.6-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 26
Depends: pg-rage-terminator-9.6 (= 0.1.7-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-9.6-dbgsym_0.1.7-5.pgdg+1_arm64.deb
Size: 11364
SHA256: 0c82f251375fc97686097e39735efe3ab259efd55c478a33d760b1aae96cba10
SHA1: e990c006ae049255cde57fd4b7f6341fa411c50c
MD5sum: a1d8e1488c33a59fa666e984d905015e
Description: debug symbols for pg-rage-terminator-9.6
Build-Ids: 8a3596d792091a8764e78c9408e93ac29d704bd5
Timestamp: 2020-10-16 15:29:58+00

Package: pgtap
Version: 1.1.0-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27
Depends: postgresql-pgtap, libtap-parser-sourcehandler-pgtap-perl
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/pgtap_1.1.0-5.pgdg+1_all.deb
Size: 20108
SHA256: 897187db67880e774b9bcfcf148eed36ba0e7f05c9644211ffae8ffa03f0230c
SHA1: 57c57be63c413bc671735509b9d607a404190e68
MD5sum: c757c28c0415926a2a672d677834151c
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.
Timestamp: 2020-10-16 15:29:58+00

Package: pgtap-doc
Source: pgtap
Version: 1.1.0-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 337
Multi-Arch: foreign
Homepage: https://pgtap.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgtap/pgtap-doc_1.1.0-5.pgdg+1_all.deb
Size: 64576
SHA256: 566909d5545558abeb643bba5be7cb643268a36ecdb8d64016013e9e81470585
SHA1: 914759659fc4b68a6c8dd5d3ae04fc8912f6898b
MD5sum: 46080b9bc4cd6129fdaa0100bd6647bf
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.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-10-mimeo
Source: mimeo
Version: 1.5.1-9.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4486
Depends: postgresql-10, postgresql-contrib-10
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-10-mimeo_1.5.1-9.pgdg+1_all.deb
Size: 128752
SHA256: dfa525e08ffb75d28bbf69acec4a9856dce47598b9e65abd2b8f206a7cf8422e
SHA1: 4311792bee5d862703248df6120c7c036c0ec8ef
MD5sum: 0d245622d49eebf635ae7124e876d519
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.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-10-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.0.12-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 101
Depends: postgresql-10, libc6 (>= 2.17), libgdal27 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-10-ogr-fdw_1.0.12-2.pgdg+1_arm64.deb
Size: 29560
SHA256: 88c6009106f807d80680ad52210c561f58d7e779fe192b646524fb3dda960447
SHA1: 111be73c7b76b0ffb215128bfee45a6d0e23121e
MD5sum: 38de3a665aedc20a1cdbb20fa6faab0a
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-10-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.0.12-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 162
Depends: postgresql-10-ogr-fdw (= 1.0.12-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-10-ogr-fdw-dbgsym_1.0.12-2.pgdg+1_arm64.deb
Size: 133036
SHA256: e18b53142c2b7623bb9c11b97c11aae7cfb5a63e7219e46c952d65850b12cbc2
SHA1: a87f772b02036f63ca3c5bb0c8b058ee0e0bcde4
MD5sum: 8d6599cd4a066a27abafa4f8770511e7
Description: debug symbols for postgresql-10-ogr-fdw
Build-Ids: 6237808f787d888ab9f4c6d5ba80c5a2d00f2d11 79df3fb452674ac81183a1883023e470527891da
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-10-omnidb
Source: omnidb
Version: 2.17.0+ds-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: libc6 (>= 2.17), libpq5, postgresql-10
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/postgresql-10-omnidb_2.17.0+ds-5.pgdg+1_arm64.deb
Size: 11736
SHA256: 838f416f45bff2dcc090759d4aa9c5feaec9fba74c8d1b0989c3793f7743e69b
SHA1: 1eb6c6686bbae932adaae7258ecbcecc06e9eef2
MD5sum: 4cb8b47831dbf64d10e5bf798aa6fa0f
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL extension for interactive PL/pgSQL
 debugging in OmniDB.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-10-omnidb-dbgsym
Source: omnidb
Version: 2.17.0+ds-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-10-omnidb (= 2.17.0+ds-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb/postgresql-10-omnidb-dbgsym_2.17.0+ds-5.pgdg+1_arm64.deb
Size: 31504
SHA256: dab2f55fdd9ce4a8b8f3abba63f3bdba13dbe21801437c6939aefc8c8d5b4e8b
SHA1: ff95e1b0324a4614e60f8cab1de3a4d6e7d2214c
MD5sum: a46c083ab3433001ffc5b37850116f66
Description: debug symbols for postgresql-10-omnidb
Build-Ids: 9067cd83c661c9241f94f45777eac88ea8157623
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-10-orafce
Source: orafce
Version: 3.13.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 365
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-10-orafce_3.13.4-3.pgdg+1_arm64.deb
Size: 92604
SHA256: b89d17cb11dd4d3654d4a438f7cc567c8dfc7e61bdceaed7ce545e2f8b88938f
SHA1: f0f9dc3ac92533aaec29a87d3727350a774d0300
MD5sum: 0bd064d9fde2981521e53b1ccd0b7a8c
Description: Oracle support functions for PostgreSQL 10
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-10-orafce-dbgsym
Source: orafce
Version: 3.13.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 249
Depends: postgresql-10-orafce (= 3.13.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-10-orafce-dbgsym_3.13.4-3.pgdg+1_arm64.deb
Size: 204324
SHA256: f80af2ff888508dc13b4132cd6a8afb2f24faac6be7207fb8ee6f733188b385e
SHA1: 9a693d48ccf0a1e37a872719f68b39e0125b2023
MD5sum: 424cb33a08fb9271c1f4e53f02d6d028
Description: debug symbols for postgresql-10-orafce
Build-Ids: 9da73a020af91ccb8840ee5e4a47aef14c673fd2
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-10-pg-fact-loader
Source: pg-fact-loader
Version: 1.6.0-2.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 656
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-10-pg-fact-loader_1.6.0-2.pgdg+1_arm64.deb
Size: 43036
SHA256: dffff995d183f34b1fa8a9570025d767853d82d9e67a5d0acf89fcba9a573421
SHA1: b2f021a6f741be5cc8c52a880d8eb1e3864e8842
MD5sum: 9340263e8b120fefff8f8622630805d2
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 10.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-10-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.6.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 28
Depends: postgresql-10-pg-fact-loader (= 1.6.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-10-pg-fact-loader-dbgsym_1.6.0-2.pgdg+1_arm64.deb
Size: 13228
SHA256: 4b823ed16d2bafb822a7ba1f3f50744e4108832bd3898989431692b536e8a0ae
SHA1: 84f5805287168976071e7783b77dce0ba69ce0ff
MD5sum: 8f5660f658d8f8544de1223c5f0a2298
Description: debug symbols for postgresql-10-pg-fact-loader
Build-Ids: 94efd1f1884b3d4d8d6f651a7e58be8310fe7e7b
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-10-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-1.pgdg+2
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 117
Depends: postgresql-10, postgresql-10-pglogical, libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-10-pglogical-ticker_1.4.1-1.pgdg+2_arm64.deb
Size: 12244
SHA256: f569e906e8506882c796c5e9346ad9b0a4426602eb16c7357e82f2ca03eba7e2
SHA1: 406ff46802ad42df2e87b2d5628c21107dde95fa
MD5sum: 641ed4f07f9160d749e5a0e565d5209d
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 10.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-10-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 29
Depends: postgresql-10-pglogical-ticker (= 1.4.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-10-pglogical-ticker-dbgsym_1.4.1-1.pgdg+2_arm64.deb
Size: 14396
SHA256: 7c1ac89185cec8a5ac7218362ec39196ed4957af544a2efe594d1d209c358cdd
SHA1: c6959548260cf1047c5fe6dbc1acd19a49f18b20
MD5sum: 8e0518db6bcc9176e17accb325da9137
Description: debug symbols for postgresql-10-pglogical-ticker
Build-Ids: 7fdcc0b69c4f1f27aa41d1b232272e719e19edf2
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-10-pgpool2
Source: pgpool2
Version: 4.1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: libpgpool0 (>= 4.1.4-2.pgdg+1), postgresql-10, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2_4.1.4-2.pgdg+1_arm64.deb
Size: 134528
SHA256: e5fcd104b23fa797489f78edc5db78bc9bd2db644c082b098810c87eefedc47a
SHA1: 728b4b3d7f9c26811aacbea13644b27f0e910b7d
MD5sum: 794213e30a220cb4f76fa286e92706f2
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 10 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-10-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-10-pgpool2 (= 4.1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2-dbgsym_4.1.4-2.pgdg+1_arm64.deb
Size: 45500
SHA256: f12c8c18a08762ee50dd4b0c051ccc2736a7ba909a4debff9b1336112cae6c85
SHA1: 320d0ed8e1d78d5a6b09f663ba658e6c442c91a7
MD5sum: c90320f5942b6e970f129bc95486e3bb
Description: debug symbols for postgresql-10-pgpool2
Build-Ids: 01045af7054577c77e16fe904cfe2d21dd17b715 3bb1dd3bf58361a897788615e332a6b3e1b805a9 67ea983da0053b51fba8328a1ce5f99372d0393a
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-10-pgq3
Source: pgq
Version: 3.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1723
Depends: libc6 (>= 2.17), postgresql-10, pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-10-pgq3_3.4-2.pgdg+1_arm64.deb
Size: 81688
SHA256: 8b474cc1a0c002a7e00c793541fe86fc7e460eeb0a3f60399706ecc642035383
SHA1: a8617b182bce2469e999b6bd9c05606bb16fb627
MD5sum: fcc9aec2089dd703a2a0f19945b7b614
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-10-pgq3-dbgsym
Source: pgq
Version: 3.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-10-pgq3 (= 3.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-10-pgq3-dbgsym_3.4-2.pgdg+1_arm64.deb
Size: 64576
SHA256: 1be8df5e9297f66defa35e0941020e24a5d51cc3b7afc478ce8291c46b57a4cc
SHA1: 11fc6eccf6ce22c8294951ef849cf7069759e980
MD5sum: 6082618464417d732061ff97374a7840
Description: debug symbols for postgresql-10-pgq3
Build-Ids: 677999e40143499b90f7e262042080dae9e4dde4 6d4ccf79a992da525f2fbb097bac1f4a4f218cb3
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-10-pgrouting
Source: pgrouting
Version: 3.1.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2514
Depends: postgresql-10-pgrouting-scripts (>= 3.1.0-2.pgdg+1), postgresql-10, postgresql-10-postgis, postgresql-10-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-10-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-10-pgrouting_3.1.0-2.pgdg+1_arm64.deb
Size: 637944
SHA256: cdf707eff933b4f625ab29eed4c9f54d66140282bc8a81756b401ca4238ed01a
SHA1: 69fe1ff1c5f4f12031c44d4bf647ea52f9018572
MD5sum: 19d34124161151f1d9bb4158f87ef26c
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 10.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-10-pgrouting-dbgsym
Source: pgrouting
Version: 3.1.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 23634
Depends: postgresql-10-pgrouting (= 3.1.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-10-pgrouting-dbgsym_3.1.0-2.pgdg+1_arm64.deb
Size: 23484736
SHA256: e4451fc70878c05b238df1947b3ab265ecc61b2677f6787dea19de7d9da8015f
SHA1: 3c1099e8c1de4e04704575715d2ace41d64724f2
MD5sum: 1b719ba846c508b32a6c567a1dbbe17c
Description: debug symbols for postgresql-10-pgrouting
Build-Ids: 74bfe18068612074207e70e2345ddaca03519e4c
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-10-pgrouting-doc
Source: pgrouting
Version: 3.1.0-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6083
Depends: libjs-mathjax, libjs-sphinxdoc (>= 2.4.3-5~)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-10-pgrouting-doc_3.1.0-2.pgdg+1_all.deb
Size: 1189808
SHA256: 7bf3cbe696c9175632351227bc928274ee1f3d6325df1c5f1eb8f0bbe1ecdd62
SHA1: d3417b1ccfcc36a8b447a6e6e87c47ed695eb81b
MD5sum: c38fb0ee1c67ec5d045aefe79419f8ed
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.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-10-pgrouting-scripts
Source: pgrouting
Version: 3.1.0-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 922
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-10-pgrouting-scripts_3.1.0-2.pgdg+1_all.deb
Size: 52984
SHA256: cb37726ce2913c92e16e4bb4daf1ba28c712886600e763d23955430bfc786746
SHA1: 65bdf2954ae5f5e6638057855dc30d6000f607e3
MD5sum: 47fd91118d2d5a11aba2f52638b7ac8b
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 10.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-10-pgtap
Source: pgtap
Version: 1.1.0-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1637
Depends: postgresql-10
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-10-pgtap_1.1.0-5.pgdg+1_all.deb
Size: 59076
SHA256: c0937ba40bef781628f06eec4f647d3d4c34ce86ce3c34f52e161eb43d0a96fd
SHA1: a191398463fd363a7b0ee9c53bdcbaed8c86ec0e
MD5sum: ab17cce0b7f34283aae977ef315f9b47
Description: Unit testing framework extension for PostgreSQL 10
 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 10.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-10-slony1-2
Source: slony1-2
Version: 2.2.8-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-10, libc6 (>= 2.17)
Suggests: slony1-2-bin
Conflicts: postgresql-10-slony1
Provides: postgresql-10-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-10-slony1-2_2.2.8-6.pgdg+1_arm64.deb
Size: 22068
SHA256: ad9ab36ff9b045182c9bab274557a314615967dc07274e1a84a0b8e9cbeb18e2
SHA1: 29eb528ca267bc402ead90e818c74af321da61eb
MD5sum: bb0a0a992f03d4e946c7cb61ed6b2b6e
Description: replication system for PostgreSQL: PostgreSQL 10 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
 10 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.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-10-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.8-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-10-slony1-2 (= 2.2.8-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-10-slony1-2-dbgsym_2.2.8-6.pgdg+1_arm64.deb
Size: 57340
SHA256: c665e3b62117675389b872ebbe6422799e11c444133bdace6eef30a51e8f3402
SHA1: 34f24f0e279b30ec55f13244c695cb7d866f3a6d
MD5sum: 1e285e46f3667a1c05f9133b71652262
Description: debug symbols for postgresql-10-slony1-2
Build-Ids: 8687881966d8657854a588f14417de3209ad23af
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-11-mimeo
Source: mimeo
Version: 1.5.1-9.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4486
Depends: postgresql-11, postgresql-contrib-11
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-11-mimeo_1.5.1-9.pgdg+1_all.deb
Size: 128776
SHA256: 3b322de400c4342d3752510e05a37616a361b38f7f36662d553b8503d1e6a286
SHA1: e094664b84fa839eded02f15747a682374b3abaf
MD5sum: 202001773c487c2b50fe3e936d874c7b
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.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-11-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.0.12-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 227
Depends: postgresql-11, libc6 (>= 2.17), libgdal27 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw_1.0.12-2.pgdg+1_arm64.deb
Size: 93168
SHA256: cd3484f6e89308ee62ce512608953402e6054a4188b0721a9cb5c12f53ffb5d4
SHA1: 73646c32d5717b40f881ea46b39bc1f4fb464533
MD5sum: 1d081cc8c4a7d73a9a02d0f213719731
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-11-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.0.12-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 163
Depends: postgresql-11-ogr-fdw (= 1.0.12-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw-dbgsym_1.0.12-2.pgdg+1_arm64.deb
Size: 134240
SHA256: 790bd1e646f9911a7012d0180c44caf9a64989229fe148c0f497da833d40924a
SHA1: d58f2a477a8276928d815ee7c884f9363dfeeb10
MD5sum: 2bc45c8212493c755ec9862e07c07b2d
Description: debug symbols for postgresql-11-ogr-fdw
Build-Ids: 16537fa6b6c96b07c5fb881074d2ceb751820b87 b5d5aba28da222b179c8f18203904ffcf5a23bec
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-11-omnidb
Source: omnidb
Version: 2.17.0+ds-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: libc6 (>= 2.17), libpq5, postgresql-11
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/postgresql-11-omnidb_2.17.0+ds-5.pgdg+1_arm64.deb
Size: 25520
SHA256: e1b0422acef532920b854b027740e23b588306983486bd35bc0166957c3dc210
SHA1: 1d7ac372b6f750c79bf8485db7597d252ef05235
MD5sum: fa82142085b4cd3834ccbf5e00e90b4d
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL extension for interactive PL/pgSQL
 debugging in OmniDB.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-11-omnidb-dbgsym
Source: omnidb
Version: 2.17.0+ds-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-11-omnidb (= 2.17.0+ds-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb/postgresql-11-omnidb-dbgsym_2.17.0+ds-5.pgdg+1_arm64.deb
Size: 34252
SHA256: 19689b3f1d5f396dd216b5bf29e42d280e401ba7c4a050d6a5e9224eb7a36f7d
SHA1: 70f79ab3883dceeb73e3d3ded45331de5254d648
MD5sum: 145bf0400adb22149ee6c85bdd25c83b
Description: debug symbols for postgresql-11-omnidb
Build-Ids: 666e4979d2a2e540d089b19b8befc2558c18c438
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-11-orafce
Source: orafce
Version: 3.13.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 887
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_3.13.4-3.pgdg+1_arm64.deb
Size: 305564
SHA256: 3f1f3a897e7e7e67e5e6f46d3dd386c1feaad7da7a5b51d0136875b239d4aed5
SHA1: d3e86c3b861f8f74cdb03150bdc5968f48143112
MD5sum: 6b210bd8b7cbf015097ad4c1a706208e
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 3.13.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 249
Depends: postgresql-11-orafce (= 3.13.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_3.13.4-3.pgdg+1_arm64.deb
Size: 205072
SHA256: a06a90dfd7ac2b0aef900954acc78d4cae9e6e1ef2388c7d67554d773bf6bf46
SHA1: faac6abd90b8b6a0d9c5eee5088ea6019626c30b
MD5sum: 4f579f94b8a66d40d5905a316da80b36
Description: debug symbols for postgresql-11-orafce
Build-Ids: b3beccb04130ec1823aaad530009a9049341edfe
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-11-pg-fact-loader
Source: pg-fact-loader
Version: 1.6.0-2.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 672
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-11-pg-fact-loader_1.6.0-2.pgdg+1_arm64.deb
Size: 50728
SHA256: 196533b1977c3eeb1de1b515b13bd667072072077d4184ab7b19d4a4c7a8de53
SHA1: 91ecaaea2a1353db92c0d7a78a836c72723f21d5
MD5sum: b2c46200b050ac8c6d4a3c1739e8ea8b
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 11.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-11-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.6.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 28
Depends: postgresql-11-pg-fact-loader (= 1.6.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-11-pg-fact-loader-dbgsym_1.6.0-2.pgdg+1_arm64.deb
Size: 13408
SHA256: 5859e3b27856c06475a052e07965843d4ff7afeec5f0fb7f88beac4e6b1eda61
SHA1: 7c120d5c59bcec628a4a12d897a66bc377790807
MD5sum: 0016b6aa3ff2129d8ef43eb5c39fa729
Description: debug symbols for postgresql-11-pg-fact-loader
Build-Ids: 6f4750a9a079d0dd20510ddf52f19442bca2bb8e
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-11-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-1.pgdg+2
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 136
Depends: postgresql-11, postgresql-11-pglogical, libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-11-pglogical-ticker_1.4.1-1.pgdg+2_arm64.deb
Size: 21460
SHA256: ab76e182cb38270a1bd1dfb3e34a431587f7d596ad5fc912953761dad17e8c34
SHA1: c0d23b2775490da4078b71a9c3c7fb6712e618ef
MD5sum: 9298fb454a0271edf1813eae7001aa1e
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 11.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-11-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 30
Depends: postgresql-11-pglogical-ticker (= 1.4.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-11-pglogical-ticker-dbgsym_1.4.1-1.pgdg+2_arm64.deb
Size: 14636
SHA256: 182d71eaacbe5ad1706ea9a78deaba931278073ef03205b4fedf6d9fa2763992
SHA1: 377c2add18bcf4d15b88f37198ac0174c12fc4b9
MD5sum: f58b125443826cbb4f753d1634530dee
Description: debug symbols for postgresql-11-pglogical-ticker
Build-Ids: b6aa3917ddd039b066518e903f13f85efbbe6f47
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-11-pgpool2
Source: pgpool2
Version: 4.1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libpgpool0 (>= 4.1.4-2.pgdg+1), postgresql-11, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2_4.1.4-2.pgdg+1_arm64.deb
Size: 158072
SHA256: 4db7aa226106e92161f5ea262723b47543514bd3408bc82e7693c5cb6d397e17
SHA1: 548d18a3da90c52ad6d53380d6be82ff74ba3251
MD5sum: 833d75b73726a0bddc756871dfc8a6c4
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 11 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-11-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-11-pgpool2 (= 4.1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2-dbgsym_4.1.4-2.pgdg+1_arm64.deb
Size: 44648
SHA256: 9c1312caaa418851044bcfdda57f66f2beb3b119cb57eeb63ec38a72f90405ae
SHA1: 5eefef6799894e8cdff3a8a109ce5890febdc04a
MD5sum: 3445d2907a451ed143fb11ef11c7bcc5
Description: debug symbols for postgresql-11-pgpool2
Build-Ids: b3bd2611f697cabcaf715b17ca65f517aefc7cef cecab6c16d4097d011104f1de1a97ef29f355dcf f4710ccc4158c68295d5c75dce32202d6420f74f
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-11-pgq3
Source: pgq
Version: 3.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1846
Depends: libc6 (>= 2.17), postgresql-11, pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-11-pgq3_3.4-2.pgdg+1_arm64.deb
Size: 133012
SHA256: 0f85752a0b39bd6fb2f5a5787c2ff597e167af73b5e6abd3e60a34f2db0a270d
SHA1: 6e2abb97897faa5c3ae11c3c80a858965f96c88a
MD5sum: 3d1ab4a678e9c56fccab26214fbde172
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-11-pgq3-dbgsym
Source: pgq
Version: 3.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-11-pgq3 (= 3.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-11-pgq3-dbgsym_3.4-2.pgdg+1_arm64.deb
Size: 65088
SHA256: 66af37055e02298c27242084b5274df760fb3256944598fd9ee4f350cff1285b
SHA1: 3cc472eb23ca92c49f2c3c0d75b0f92cdf61747f
MD5sum: e9ceef952cdcc7ac2661bfc433d6ac29
Description: debug symbols for postgresql-11-pgq3
Build-Ids: 5461451c3d708aa37f255ad2dd8f4fae320fb7ec f6913d14f542a233cb3247a8ffecde5257a1ff59
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-11-pgrouting
Source: pgrouting
Version: 3.1.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2498
Depends: postgresql-11-pgrouting-scripts (>= 3.1.0-2.pgdg+1), postgresql-11, postgresql-11-postgis, postgresql-11-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-11-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting_3.1.0-2.pgdg+1_arm64.deb
Size: 637808
SHA256: a8d7d40b98522a985647decd33032c56046a04eb92db8f01b7203f7512a236e7
SHA1: 5003575d61cf94dcfc845f2f2881983911676651
MD5sum: 1077e099270d4726118475e2b49cdc35
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 11.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-11-pgrouting-dbgsym
Source: pgrouting
Version: 3.1.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 23603
Depends: postgresql-11-pgrouting (= 3.1.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-dbgsym_3.1.0-2.pgdg+1_arm64.deb
Size: 23458296
SHA256: acb3784cafead27d28e0ac0146a3a859e0828e11c77f27964597723c917e9147
SHA1: c7557ba53f77011b4db91c9648995c9907dde358
MD5sum: fb45bb66ae38ebcfdf4ca85cfee8a28f
Description: debug symbols for postgresql-11-pgrouting
Build-Ids: 2833fe788598e35d051f6cef4a548b1b63af6762
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-11-pgrouting-doc
Source: pgrouting
Version: 3.1.0-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6083
Depends: libjs-mathjax, libjs-sphinxdoc (>= 2.4.3-5~)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-doc_3.1.0-2.pgdg+1_all.deb
Size: 1190156
SHA256: 1b35476ef4af7ef1520b37752aa6a82f33f8aa5f161e07972db46cc0207e1497
SHA1: 8819e58535b5a2b33041b4f09f488983def4e694
MD5sum: 6ee7e5e0a3ef99893a8d7280b27c1e3a
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.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-11-pgrouting-scripts
Source: pgrouting
Version: 3.1.0-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 922
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-scripts_3.1.0-2.pgdg+1_all.deb
Size: 52992
SHA256: e94ba4ed6556896c52c1c973aa60804fa62d53ae12bb6faabd4f8150133e86d5
SHA1: 29071e8148342abfa703c4dcc163adc72ecfc944
MD5sum: 0f63c5cc981382c034c11385727d0474
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 11.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-11-pgtap
Source: pgtap
Version: 1.1.0-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1637
Depends: postgresql-11
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-11-pgtap_1.1.0-5.pgdg+1_all.deb
Size: 59072
SHA256: 7522a027df3e03d91f42b2bf1e51ddabc3694cf7c310e580857398240b66c010
SHA1: 20b97352392b335b8cf66b9434131b5b12848ccb
MD5sum: 8ee6b293c25c1a58d0bb076825d3e2ea
Description: Unit testing framework extension for PostgreSQL 11
 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 11.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-11-slony1-2
Source: slony1-2
Version: 2.2.8-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-11, libc6 (>= 2.17)
Suggests: slony1-2-bin
Conflicts: postgresql-11-slony1
Provides: postgresql-11-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-11-slony1-2_2.2.8-6.pgdg+1_arm64.deb
Size: 22120
SHA256: b6c4cc97b196290930d27f9988396d489d797c79f0247ba4bbfde14698da3d29
SHA1: 42a41502f16f1c72ae4e907414f32afcd651e0e4
MD5sum: ddf5607c576f56025ff1fc44f5275744
Description: replication system for PostgreSQL: PostgreSQL 11 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
 11 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.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-11-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.8-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-11-slony1-2 (= 2.2.8-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-11-slony1-2-dbgsym_2.2.8-6.pgdg+1_arm64.deb
Size: 58560
SHA256: 9a00480333e1a5a97284202b41ffab5f351e86e642868fc3635e7629af2343fe
SHA1: 85878ba580ae5b4da8c993c7a5081d2595fec951
MD5sum: 28d259af6a202a1d5133aad7db860c68
Description: debug symbols for postgresql-11-slony1-2
Build-Ids: af502f0eaafe9f49cc1895335677f56d82a85b97
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-12-mimeo
Source: mimeo
Version: 1.5.1-9.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4486
Depends: postgresql-12, postgresql-contrib-12
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-12-mimeo_1.5.1-9.pgdg+1_all.deb
Size: 128752
SHA256: f589ee8b0292138a0a81cdf907f68f579de57ee64126bb2568bef0c217d8685a
SHA1: 769ed1987ef638f28806aef232cb38e49ff42659
MD5sum: 7b7bb54d8225f492601824583149c8f8
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.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-12-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.0.12-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 228
Depends: postgresql-12, libc6 (>= 2.17), libgdal27 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw_1.0.12-2.pgdg+1_arm64.deb
Size: 94748
SHA256: 6274240a546c7870a34027622108f7a2f8b2b9933a50e0c9de91af6d0f206cf4
SHA1: 0dc9cad928b054b9d72fb998c20ace88338d115d
MD5sum: 64362ed6b0a7f517d6287f7f3120e248
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-12-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.0.12-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 171
Depends: postgresql-12-ogr-fdw (= 1.0.12-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw-dbgsym_1.0.12-2.pgdg+1_arm64.deb
Size: 142272
SHA256: 6fdb2c0e9713bc643b0c5e5722279a5039339968c53e12375f9ffda81805bc13
SHA1: 3fd518b4569334dc23857b23d7d9866a1f62bbcb
MD5sum: fe90e378f29e1d637cf50e0e64b7a180
Description: debug symbols for postgresql-12-ogr-fdw
Build-Ids: 2835204526c11ef61d5030e2c9fcfca4ef8caa8a ba124da0ad629a4ec9abb5d9889926bb9b8554b5
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-12-omnidb
Source: omnidb
Version: 2.17.0+ds-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: libc6 (>= 2.17), libpq5, postgresql-12
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/postgresql-12-omnidb_2.17.0+ds-5.pgdg+1_arm64.deb
Size: 25500
SHA256: 19d37dea1adaff3aaa932aeb1ac02269cc6e1665101fa30adf5b4b650a7925f5
SHA1: 5566970bc5d3ddbad84e721b1d641f6118bc8220
MD5sum: 1ef9b60611b81dab45707ca0558e570e
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL extension for interactive PL/pgSQL
 debugging in OmniDB.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-12-omnidb-dbgsym
Source: omnidb
Version: 2.17.0+ds-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-12-omnidb (= 2.17.0+ds-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb/postgresql-12-omnidb-dbgsym_2.17.0+ds-5.pgdg+1_arm64.deb
Size: 34688
SHA256: c7bece1fe214b314fe2a93c224e473fd8fbc6b37fe0e19fdce9670df5e87e3ba
SHA1: c665be01fd1087f8d32aa1064b08a1fd9acd964b
MD5sum: 0f9807b39a83b8a875ddeeef772b7d21
Description: debug symbols for postgresql-12-omnidb
Build-Ids: 80fe663074143c9a8e6b2e6a23268c1f071ab82c
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-12-orafce
Source: orafce
Version: 3.13.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 883
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_3.13.4-3.pgdg+1_arm64.deb
Size: 306204
SHA256: f81652c28cc8dc193294d2b2ad95b5aa599e0c4952be89c0facf5f4a95aa8f21
SHA1: 2d63b03b920b0b6b60fdef217f4229bb4b4fec3b
MD5sum: 89cb03f36cf64edc3d4bde7637644eef
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 3.13.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 250
Depends: postgresql-12-orafce (= 3.13.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_3.13.4-3.pgdg+1_arm64.deb
Size: 207260
SHA256: d4ac73f8e144bc891bca6db2badcc0306493ad4d913d0104cd1d911e670f68d5
SHA1: 30064c6b2b1822fdb7d511e2f1017d8b5ce9ae67
MD5sum: e6c0dc87bae27524d3154d3026e91033
Description: debug symbols for postgresql-12-orafce
Build-Ids: f4a4a118989191ce3b6f5539e656df80d280dcaa
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-12-pg-fact-loader
Source: pg-fact-loader
Version: 1.6.0-2.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 671
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-12-pg-fact-loader_1.6.0-2.pgdg+1_arm64.deb
Size: 50488
SHA256: bd2041d3c208bbce4f477198c439c97705eae685556ecb2d1484b55e1d064a98
SHA1: 9feca86fdbef3125ffa7f895490ff0197f4994d3
MD5sum: 523909bc6e3d1d4d396cbc61a4bd160b
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 12.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-12-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.6.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 28
Depends: postgresql-12-pg-fact-loader (= 1.6.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-12-pg-fact-loader-dbgsym_1.6.0-2.pgdg+1_arm64.deb
Size: 13204
SHA256: 856d110f1daa03f2f1280fc582643ed5d5048c8548f937c8a4ccc4838c304f02
SHA1: fee3ed1217721222c2ba3a1245baa1f98f6da5ea
MD5sum: a6a1a0306fb3e4b385c86c5833c80adc
Description: debug symbols for postgresql-12-pg-fact-loader
Build-Ids: ee8470a52642a5e9992569c8299479f2a20f3a0a
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-12-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-1.pgdg+2
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 135
Depends: postgresql-12, postgresql-12-pglogical, libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-12-pglogical-ticker_1.4.1-1.pgdg+2_arm64.deb
Size: 20992
SHA256: c3eec946406448ed2d549f235dbc547900abc1e9ca94a0fadaaf10c86362be23
SHA1: 81aa93712de4225ead8c8f3836daa1200a37d84d
MD5sum: 28d3040ce433f8410f599dcd8800867c
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 12.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-12-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 29
Depends: postgresql-12-pglogical-ticker (= 1.4.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-12-pglogical-ticker-dbgsym_1.4.1-1.pgdg+2_arm64.deb
Size: 14132
SHA256: 9fbc2fc5ce75790ae407ae349a4e3f28f800ffa3774ed364d089c35d319334c6
SHA1: a38b408adff2c7ecc039750b15903add10ca9c79
MD5sum: 44317c1480e4c7cc2657f4fa9b41b6a5
Description: debug symbols for postgresql-12-pglogical-ticker
Build-Ids: 2616baf4bd8bfc391811df52db3c30402dffa841
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-12-pgpool2
Source: pgpool2
Version: 4.1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: libpgpool0 (>= 4.1.4-2.pgdg+1), postgresql-12, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2_4.1.4-2.pgdg+1_arm64.deb
Size: 158084
SHA256: ad2ef2c92d92e2c6ed063d14cffbd23231e8b2435f99e69526d6f0ca8124d23c
SHA1: 2be72a8a5dcdd1c86af601402f71c38409fc93c7
MD5sum: 9ae3042b9eb81517f70dbeb78afdd983
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 12 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-12-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 78
Depends: postgresql-12-pgpool2 (= 4.1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2-dbgsym_4.1.4-2.pgdg+1_arm64.deb
Size: 46108
SHA256: 95c6b7627a4fb0be81d1a02a09cd26886ff6c99727037eaf1c61bc8334161dcd
SHA1: a414a6060209a883e773c26960d8cc05035bdd8d
MD5sum: 9b3f4fd42a1a6da62faae0d36a473c68
Description: debug symbols for postgresql-12-pgpool2
Build-Ids: 10d3703cd2b8b78637eea861959bea7eb7de320a 80c6fa6f16212e3ef1b56c93ab9a2039db1cde43 f8ac61fab80273e4ffa22ab5bd6887cd67bdb584
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-12-pgq3
Source: pgq
Version: 3.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1846
Depends: libc6 (>= 2.17), postgresql-12, pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-12-pgq3_3.4-2.pgdg+1_arm64.deb
Size: 134172
SHA256: c348c2013ebc2516c42de9a38c625c7991c8bdceef2dde2aab8c844d14e82d03
SHA1: 52ad8083b0cc0377041044ac7a8fcdd8b3de1f02
MD5sum: 288141bb986a376adc682a68d241d074
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-12-pgq3-dbgsym
Source: pgq
Version: 3.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-12-pgq3 (= 3.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-12-pgq3-dbgsym_3.4-2.pgdg+1_arm64.deb
Size: 67348
SHA256: 4a33bcedfa237fda1b65ebf19fcc4a624771c939a8463577bc3d6de3c4329670
SHA1: 83c697e2d39438eb64a127151c521be733d8be85
MD5sum: 439deeef9ced0e7c499869df3875de08
Description: debug symbols for postgresql-12-pgq3
Build-Ids: 61a3bd6716923261ca69ed8398d74ae6e9ad217e a8e13ed71ef31e2a46cbba9e9ba58d1e1a6c7731
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-12-pgrouting
Source: pgrouting
Version: 3.1.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2498
Depends: postgresql-12-pgrouting-scripts (>= 3.1.0-2.pgdg+1), postgresql-12, postgresql-12-postgis, postgresql-12-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-12-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting_3.1.0-2.pgdg+1_arm64.deb
Size: 637736
SHA256: e1adc6e1367c6355d4476982f81ea06ed02eff01a69e257732a98ed385fb0d5c
SHA1: 216cc5a3042fa36a53984f67ae43c11e3824f688
MD5sum: 84894dccb0d1f091fd9240fc534a42e0
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 12.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-12-pgrouting-dbgsym
Source: pgrouting
Version: 3.1.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 23643
Depends: postgresql-12-pgrouting (= 3.1.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-dbgsym_3.1.0-2.pgdg+1_arm64.deb
Size: 23494624
SHA256: c06504306d5c5be4de3422741d0dc3bc3f9b0d7fb8a283014bccdcb6895372cd
SHA1: 55002eecbbf2e310fa4e892ca720f48b65d03569
MD5sum: 9073d1949f8eecd2e83febda18013888
Description: debug symbols for postgresql-12-pgrouting
Build-Ids: fa9de84e46bcb7b22295bfca0d0f5ba2d3730a5f
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-12-pgrouting-doc
Source: pgrouting
Version: 3.1.0-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6083
Depends: libjs-mathjax, libjs-sphinxdoc (>= 2.4.3-5~)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-doc_3.1.0-2.pgdg+1_all.deb
Size: 1189804
SHA256: 69b55e3829ec24a1211087e8ea07e4b9996468219e5aa019346e69759c275a0d
SHA1: 797d40b641b1fa9126a90d4ecc38392252bb8faf
MD5sum: ebaeb2ca8b273ae62263019478b8630b
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.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-12-pgrouting-scripts
Source: pgrouting
Version: 3.1.0-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 922
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-scripts_3.1.0-2.pgdg+1_all.deb
Size: 52976
SHA256: 014e4dec213d9be46f8c4242bb90546d5862004443bdc37f01b0df4cd17ac72d
SHA1: da831f1f0483163ceefa3ba50110f387376f9853
MD5sum: 152d08a5780a3504c641533f4cb03a6e
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 12.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-12-pgtap
Source: pgtap
Version: 1.1.0-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1637
Depends: postgresql-12
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-12-pgtap_1.1.0-5.pgdg+1_all.deb
Size: 59064
SHA256: e22f97154bbe19f33a0adb37a09dafa1f53211a5dcdb1d9ae78c6bbbf97905f5
SHA1: efd00d5fc21b21410425f8bd477316db7067d8d4
MD5sum: 2da2bdbe0c098fd5d37b7c4fd4c88045
Description: Unit testing framework extension for PostgreSQL 12
 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 12.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-12-slony1-2
Source: slony1-2
Version: 2.2.8-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-12, libc6 (>= 2.17)
Suggests: slony1-2-bin
Conflicts: postgresql-12-slony1
Provides: postgresql-12-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-12-slony1-2_2.2.8-6.pgdg+1_arm64.deb
Size: 22012
SHA256: 1549c7c93859be094ee11edea293e296f7cb40c51ce432e41b9b5396e9545cc5
SHA1: 97596dda0ad4bf648175bbdce8eb687f9cd8fb9c
MD5sum: 744c22637ba3ad5ff144fba3b824b3db
Description: replication system for PostgreSQL: PostgreSQL 12 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
 12 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.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-12-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.8-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-12-slony1-2 (= 2.2.8-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-12-slony1-2-dbgsym_2.2.8-6.pgdg+1_arm64.deb
Size: 59840
SHA256: 8e30fc10b66882538933daf20870ce5456852f25defabd77487b79f45e4cb875
SHA1: bb96500be82b0ef1b487f6d44c0ef148ac28e221
MD5sum: ea1eef2414ab926c77aef9be62ca2ffd
Description: debug symbols for postgresql-12-slony1-2
Build-Ids: be28f2cc14692014feceeb5694b264a5f677d619
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-13-mimeo
Source: mimeo
Version: 1.5.1-9.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4486
Depends: postgresql-13, postgresql-contrib-13
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-13-mimeo_1.5.1-9.pgdg+1_all.deb
Size: 128780
SHA256: 4b9ecb69666f0baffc856c2f48553a00025b235a0349f04708f33d06c1e12a49
SHA1: e9e309711247d0929361a161fd81392ac9dec53f
MD5sum: 381ee3d0b568a5daf4b2b48513455679
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.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-13-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.0.12-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 226
Depends: postgresql-13, libc6 (>= 2.17), libgdal27 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw_1.0.12-2.pgdg+1_arm64.deb
Size: 93912
SHA256: 8831bc81954f22f8fe4092f6311b8b98b476618947af360cdcb5841ff6e88b79
SHA1: dd9129c46b7721fd4914ff587b6fc9b15f9a4aad
MD5sum: 35ee71c052f9cc3aa331ddf55b352823
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-13-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.0.12-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 173
Depends: postgresql-13-ogr-fdw (= 1.0.12-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw-dbgsym_1.0.12-2.pgdg+1_arm64.deb
Size: 144700
SHA256: 2645f6b0ce3125efa3c3978938bbfc8a342ec4587fd71163a32a17140bf66d65
SHA1: 6764e9cf23b6e79c505ce376c6d52109cc5e7077
MD5sum: d6328e082d78abe234758f4d0ca26f93
Description: debug symbols for postgresql-13-ogr-fdw
Build-Ids: 1a30a38bb16a564e461fb315cf2b33ba29af4776 a9a976a7126efbdf9c9ebcf334398e96e55ec1b7
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-13-omnidb
Source: omnidb
Version: 2.17.0+ds-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: libc6 (>= 2.17), libpq5, postgresql-13
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/postgresql-13-omnidb_2.17.0+ds-5.pgdg+1_arm64.deb
Size: 25408
SHA256: a965a20f1c1622d93166393c9cb45fa2bc917d82da7f541c72ebe6cb884ad2cd
SHA1: 16faa8b8d855d2dd9996878504793bfe730c4dbd
MD5sum: 785578f7783c22a1a35f86af3880a8c7
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL extension for interactive PL/pgSQL
 debugging in OmniDB.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-13-omnidb-dbgsym
Source: omnidb
Version: 2.17.0+ds-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-13-omnidb (= 2.17.0+ds-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb/postgresql-13-omnidb-dbgsym_2.17.0+ds-5.pgdg+1_arm64.deb
Size: 34720
SHA256: a4307c771a4f8e2fbe79ac806b5bcd60b5d9b02d0cf605855b1707c7613b28c7
SHA1: 8d98829d9f6ba9c757198e798828c1813b9d1a7c
MD5sum: e263ac0b2c9a6d99125478b650b95a65
Description: debug symbols for postgresql-13-omnidb
Build-Ids: 3dc5cb8721af601fca1c4d2ad585bd7fbe25b9eb
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-13-orafce
Source: orafce
Version: 3.13.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 856
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_3.13.4-3.pgdg+1_arm64.deb
Size: 299924
SHA256: 096b6a07cddbc0cd2a3f555b4c108c52dcd7a0d799698f24795b3932a7a86c48
SHA1: 803d0989c80cdec197b4da343845d9a6105cf6b6
MD5sum: 5c3c17d73daf54a2df255d7f060f5c97
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 3.13.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 244
Depends: postgresql-13-orafce (= 3.13.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_3.13.4-3.pgdg+1_arm64.deb
Size: 200928
SHA256: 248dd27ce289953edc43cd0744748736e1042aae1a3cddcfba8088a048deea41
SHA1: b1f008c8346fe78f57dbc0cb315a2c132d161724
MD5sum: acb84cee24da9a603745fafb746dfe6e
Description: debug symbols for postgresql-13-orafce
Build-Ids: c5e2e00c10fa7e815f32fec973a5bf1782b228c1
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-13-pg-fact-loader
Source: pg-fact-loader
Version: 1.6.0-2.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 671
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-13-pg-fact-loader_1.6.0-2.pgdg+1_arm64.deb
Size: 49996
SHA256: 1325d4304983b61ec55b2b482d162f04b7437582f13903900ca0111551909da3
SHA1: 11634065268c5d67d08e35d69f9de014b3027cd7
MD5sum: c60a3e0efbf17ccb60371519f4ac0668
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 13.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-13-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.6.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 28
Depends: postgresql-13-pg-fact-loader (= 1.6.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-13-pg-fact-loader-dbgsym_1.6.0-2.pgdg+1_arm64.deb
Size: 13100
SHA256: 33d0b55c9b5926d3f24e8c8966a5629788d3b52a912125f994b838b9b80a7fc7
SHA1: f0c0e11ce5fad111971677531d4f9c2ba4fa9c36
MD5sum: 482cfd4cc9b491c63aac7ac6a72dc112
Description: debug symbols for postgresql-13-pg-fact-loader
Build-Ids: e5b3877f382c98b47e8edcf635ebf1e0b7454c61
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-13-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-1.pgdg+2
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 135
Depends: postgresql-13, postgresql-13-pglogical, libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-13-pglogical-ticker_1.4.1-1.pgdg+2_arm64.deb
Size: 20616
SHA256: ea8ccb6718cd00bba6ba9efeb99c6eb61f83eb432d994f8582d9168d796cd19c
SHA1: 1f8e076d408616dd931d371b0628aee71a7793f3
MD5sum: fe3d1bdc577876a59709aea9192f2bb3
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 13.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-13-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 29
Depends: postgresql-13-pglogical-ticker (= 1.4.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-13-pglogical-ticker-dbgsym_1.4.1-1.pgdg+2_arm64.deb
Size: 14044
SHA256: 030de77919b625e541bfd84fc25528f035380e091c2ab2078a764f2c949ff6cc
SHA1: 09a3039a4a84d3cfce89ccf194fabbed00de20ae
MD5sum: 00d3ddc518d4d09150c0f978a81aeaff
Description: debug symbols for postgresql-13-pglogical-ticker
Build-Ids: 206baf8dab8667684829e93890144a981e3ffad5
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-13-pgpool2
Source: pgpool2
Version: 4.1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 255
Depends: libpgpool0 (>= 4.1.4-2.pgdg+1), postgresql-13, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2_4.1.4-2.pgdg+1_arm64.deb
Size: 157348
SHA256: d572deabd547e8cb4ce67a275310ffd44cabe668b54b602e393d8ec8865eb860
SHA1: d2e7526a81f54c5a2b3a2b39f1445755cad556ed
MD5sum: d3d43f9594c2be583b259f61c66d375e
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 13 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-13-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-13-pgpool2 (= 4.1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2-dbgsym_4.1.4-2.pgdg+1_arm64.deb
Size: 43296
SHA256: f381a7eb1a72697add247da1b8a2caccf99f735c2ad51f5ac76fab4f4ce6c59b
SHA1: 54d5ebbcf0f93a6c86b3f9df812aaa3f9a9a6383
MD5sum: 96b0841637657e054edf52c1e17bcf5e
Description: debug symbols for postgresql-13-pgpool2
Build-Ids: 8ea2388bd6e768f1144e3cd5dafc8c6b8e5c9d26 b8a4a5b828eec2f5d517d4118b4f28a17f1d9dc2 c7783eea8b0fe81eea45ac3f9a62426bfdc6a632
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-13-pgq3
Source: pgq
Version: 3.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1845
Depends: libc6 (>= 2.17), postgresql-13, pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-13-pgq3_3.4-2.pgdg+1_arm64.deb
Size: 134284
SHA256: 531e8a3b92556fbb4b420715ff2c798af79daae009d2bb9bb9866727ff26a9c0
SHA1: 57d48c92fb0c19b1dbacbc3fb2e067cd2148a987
MD5sum: 8def9f24eeb5f45b67180c16165c1abb
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-13-pgq3-dbgsym
Source: pgq
Version: 3.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-13-pgq3 (= 3.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-13-pgq3-dbgsym_3.4-2.pgdg+1_arm64.deb
Size: 68204
SHA256: 0e2e6a16dc7d6f8f77de88dbfd2469ca3a1d4b0d238c8b7cdaf4be4d5f3d556a
SHA1: 5c605137bed98b33dd6a8541396db4e49e2cbd5d
MD5sum: cdbae60894f5ee895ec1b0c2360e8015
Description: debug symbols for postgresql-13-pgq3
Build-Ids: 5910e3c8e7d989a3d01d26ee34a15294c714474a 9d56267ae254e1fb28c900e602763768ea2a9a4b
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-13-pgrouting
Source: pgrouting
Version: 3.1.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2510
Depends: postgresql-13-pgrouting-scripts (>= 3.1.0-2.pgdg+1), postgresql-13, postgresql-13-postgis, postgresql-13-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-13-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting_3.1.0-2.pgdg+1_arm64.deb
Size: 637324
SHA256: 25354137c1cc1b0c2c04bf98af795511742a526742c799904e14c14e92993ddd
SHA1: cc04bee732cb636e5f397ae3c661c23e6607a5ca
MD5sum: 10cca45005f7f09b548fb03f20b93e55
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 13.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-13-pgrouting-dbgsym
Source: pgrouting
Version: 3.1.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 23566
Depends: postgresql-13-pgrouting (= 3.1.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-dbgsym_3.1.0-2.pgdg+1_arm64.deb
Size: 23404068
SHA256: cc1ea6de0be1284568d971b454536754da439f27d20395282408edeaf3b6d2bf
SHA1: 5a9b4ca231f875eb56e29d2d4ae243cb0aadf0da
MD5sum: 780ea982bc582002acd0e1b7755d14ed
Description: debug symbols for postgresql-13-pgrouting
Build-Ids: e33849cd332186e6448d04b0b8ac01764a4ac457
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-13-pgrouting-doc
Source: pgrouting
Version: 3.1.0-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6083
Depends: libjs-mathjax, libjs-sphinxdoc (>= 2.4.3-5~)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-doc_3.1.0-2.pgdg+1_all.deb
Size: 1189880
SHA256: ae2d19234130ed534393c1adfc005d4a613511c740ba9fa54f42a771fac54f47
SHA1: 457ca80e37b20f38be2dacefefe85c46fd7d2599
MD5sum: 48d9d6484613b540b9a476135e0b3083
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.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-13-pgrouting-scripts
Source: pgrouting
Version: 3.1.0-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 922
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-scripts_3.1.0-2.pgdg+1_all.deb
Size: 52976
SHA256: aac669c417140f486398f0914f0e33fba8c16084521c0c88f2e2098ff19b9849
SHA1: e95ef39b97652c83c08fd6b17c5e3a0f809cc0b3
MD5sum: 317b635e5c0c999791c86461147b12ab
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 13.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-13-pgtap
Source: pgtap
Version: 1.1.0-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1637
Depends: postgresql-13
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-13-pgtap_1.1.0-5.pgdg+1_all.deb
Size: 59096
SHA256: b5f40701bfa507859fe83320004e0b5ff1d68197fdf3e40a228489d66a065579
SHA1: 0ea1eac0cfa8f64c453ec78af58ae60d19487b8d
MD5sum: 4fb1d374ffecf0260cca5da786dbd652
Description: Unit testing framework extension for PostgreSQL 13
 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 13.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-13-slony1-2
Source: slony1-2
Version: 2.2.8-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-13, libc6 (>= 2.17)
Suggests: slony1-2-bin
Conflicts: postgresql-13-slony1
Provides: postgresql-13-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-13-slony1-2_2.2.8-6.pgdg+1_arm64.deb
Size: 22048
SHA256: d1fa6ed484b43c9ec4e95ea41b49a2147923025f5c23e04e0c027bff1d435444
SHA1: 6f462a5e7ff2667ac6fe35b978a369ec6474f622
MD5sum: eb72eefc0a8e8f65920f1b60ec7ac58e
Description: replication system for PostgreSQL: PostgreSQL 13 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
 13 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.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-13-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.8-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 78
Depends: postgresql-13-slony1-2 (= 2.2.8-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-13-slony1-2-dbgsym_2.2.8-6.pgdg+1_arm64.deb
Size: 61280
SHA256: dd9cf8ac269689690df480a02285c45cdf5760b6cd2ed7036580100365b93675
SHA1: 75182c0af189177f1a2b3da53302c2c7833967d5
MD5sum: 4264fa04e22aab7a85368a928f866166
Description: debug symbols for postgresql-13-slony1-2
Build-Ids: abebd2e93e0a3c5f7361135125e396e9d081cdeb
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.5-mimeo
Source: mimeo
Version: 1.5.1-9.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4486
Depends: postgresql-9.5, postgresql-contrib-9.5
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-9.5-mimeo_1.5.1-9.pgdg+1_all.deb
Size: 128784
SHA256: 30b469cb9e2db4287bac0746c3414e29e99c256dc687d194e3bec983f14c39f7
SHA1: 0e8178efecf272cc61410d24b2d96838c4056d0c
MD5sum: e02d2ef4b212ff1b7c888ee785e1feb5
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.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.5-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.0.12-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 104
Depends: postgresql-9.5, libc6 (>= 2.17), libgdal27 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-9.5-ogr-fdw_1.0.12-2.pgdg+1_arm64.deb
Size: 29724
SHA256: 4511e78554673a827d9d32fb868f2bc03c02c231fb7367a3f07de3c903ba9f9e
SHA1: ab70022006205e48f3b56c84c3c939a9a46ccfb6
MD5sum: 7d71d44ecd2e661f6b60bd19447df852
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.5-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.0.12-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 148
Depends: postgresql-9.5-ogr-fdw (= 1.0.12-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-9.5-ogr-fdw-dbgsym_1.0.12-2.pgdg+1_arm64.deb
Size: 119728
SHA256: 47bb44fde6ec6b38d71e507f0c4242f048be5818639a8377a42ec3200832eab8
SHA1: b9b0867621279fd9049237601abbe4d4948eae70
MD5sum: a865855000dfc5a97557babf38d642f3
Description: debug symbols for postgresql-9.5-ogr-fdw
Build-Ids: 17aff7a6d27747563f26b0cb9295b19d6fa7acd9 68871589673ca18ed60863f1133b28d73ebcbd2f
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.5-omnidb
Source: omnidb
Version: 2.17.0+ds-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: libc6 (>= 2.17), libpq5, postgresql-9.5
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/postgresql-9.5-omnidb_2.17.0+ds-5.pgdg+1_arm64.deb
Size: 11748
SHA256: 6875be12d0e26c7beaf8b6dcbc8ed1ec73aa251f4e9aaece3a62fe6546a590d1
SHA1: e833b351d582092ba3caf4d35fd84de32c2dab09
MD5sum: 4a857c2aca6b0c4f9ecb4876b22561a6
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL extension for interactive PL/pgSQL
 debugging in OmniDB.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.5-omnidb-dbgsym
Source: omnidb
Version: 2.17.0+ds-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-9.5-omnidb (= 2.17.0+ds-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb/postgresql-9.5-omnidb-dbgsym_2.17.0+ds-5.pgdg+1_arm64.deb
Size: 26896
SHA256: 8afaf7fe0a6f292281099a16c0b0457b19e740602caa529a140ea94f609e8089
SHA1: 60c4ac206569e6bfa7b8405208d86323f536e9dd
MD5sum: b93c1822e934e9932a590c6e8cbbb988
Description: debug symbols for postgresql-9.5-omnidb
Build-Ids: 766f5edeafc3b12080a7b367880a9dee5ae464cc
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.5-orafce
Source: orafce
Version: 3.13.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 361
Depends: postgresql-9.5, libc6 (>= 2.17)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-9.5-orafce_3.13.4-3.pgdg+1_arm64.deb
Size: 92792
SHA256: fc4f519cdca46f5b056b4d7d9546e39a51a52f0452fd7609c1b80a270952a20f
SHA1: 523ff6aa9cfeeb98b345d53c487e939b4de5f956
MD5sum: fd57cb522505922de2a359fa453a7477
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.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.5-orafce-dbgsym
Source: orafce
Version: 3.13.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 238
Depends: postgresql-9.5-orafce (= 3.13.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-9.5-orafce-dbgsym_3.13.4-3.pgdg+1_arm64.deb
Size: 194936
SHA256: 50ca2adc00f3d9bf253b8e4c7dbf88b0dc030dc9bd0be46c35efff868803a54b
SHA1: b4c75e0266f43ea3b6f9ed422afb64b2aaa94e05
MD5sum: 903e0d939b61895e6c86dc14a6c23669
Description: debug symbols for postgresql-9.5-orafce
Build-Ids: 541cf078ccbfa3c8c7966b7cce80838726560b3a
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.5-pg-fact-loader
Source: pg-fact-loader
Version: 1.6.0-2.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 656
Depends: postgresql-9.5, libc6 (>= 2.17)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-9.5-pg-fact-loader_1.6.0-2.pgdg+1_arm64.deb
Size: 43020
SHA256: 8df3a56f414aa6740fab56820d646c3c4dbf19c5ecdecd91fd9abcd9097d6dcc
SHA1: 1ee5210f68f63821d9b2d0a794ea81488e378c27
MD5sum: 16bc831734d5ea621b902a2522688c6c
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 9.5.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.5-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.6.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 28
Depends: postgresql-9.5-pg-fact-loader (= 1.6.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-9.5-pg-fact-loader-dbgsym_1.6.0-2.pgdg+1_arm64.deb
Size: 12968
SHA256: c18ad75904423de1f63c82f7195a0f216d955c8c4b89dc72dc03b52b7fcf8c2f
SHA1: ee0183cbd2f79e603a9bb721be77aedfab11021f
MD5sum: 8383a350fc3cf7748ec8692ee13e9fca
Description: debug symbols for postgresql-9.5-pg-fact-loader
Build-Ids: 14072950cebd3d8cfaf31f5bc2209c8672bb8642
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.5-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-1.pgdg+2
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 117
Depends: postgresql-9.5, postgresql-9.5-pglogical, libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-9.5-pglogical-ticker_1.4.1-1.pgdg+2_arm64.deb
Size: 12232
SHA256: a2c85da4ea024a6badb5e83a7684aa850e22eadf88dc4f521ee472ae83e358e0
SHA1: f287dda446fbf6fa29a9155d7dbe15aea471e8f5
MD5sum: f9782bb2da7c904b84557caf1acbe407
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 9.5.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.5-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 29
Depends: postgresql-9.5-pglogical-ticker (= 1.4.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-9.5-pglogical-ticker-dbgsym_1.4.1-1.pgdg+2_arm64.deb
Size: 14128
SHA256: 924c3046f34d1cb837fa0c4cfd70e2d6b646db45f360ce961e1dca720747b444
SHA1: c86ce559390b51c851c831bb8760f7330c47b64b
MD5sum: 0e38307e1f18d5b9fa71ca3aee15f972
Description: debug symbols for postgresql-9.5-pglogical-ticker
Build-Ids: 357c75c4553764c0bef1b3463cb543b42bf04866
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.5-pgpool2
Source: pgpool2
Version: 4.1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: libpgpool0 (>= 4.1.4-2.pgdg+1), postgresql-9.5, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-9.5-pgpool2_4.1.4-2.pgdg+1_arm64.deb
Size: 134520
SHA256: 58c1e59ee68380373c0117c0654f753ad6337c8ac8d65cc78e67b8c200f20b52
SHA1: 01032f1cd947fcdd56d08eb26cc0a4a638d30221
MD5sum: 46e22e0aed4444fb321dac10a267a0e9
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)
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.5-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-9.5-pgpool2 (= 4.1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-9.5-pgpool2-dbgsym_4.1.4-2.pgdg+1_arm64.deb
Size: 38808
SHA256: f68131fc2036932d9015115f1255ca5e5e43719af9f71e74e3a828024dd5bbdb
SHA1: 70c7aeb01710b835a866ec169faba3fa40de68d7
MD5sum: 56a47c9db6f65bc1bf78a241e9c7f851
Description: debug symbols for postgresql-9.5-pgpool2
Build-Ids: 3f6317f918b8b81267e68e2e5e7d871485d0ce2b e926322e0c33346e03ddbffb03a5fd57a5e85412 efe5d43a172d0a50687c565e7c1cf4a5025b998d
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.5-pgq3
Source: pgq
Version: 3.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1723
Depends: libc6 (>= 2.17), postgresql-9.5, pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-9.5-pgq3_3.4-2.pgdg+1_arm64.deb
Size: 81716
SHA256: d91b75a6bd4690cca11656aabb530d13bb90e1c3d1b6ffe3f206841450ec01f0
SHA1: 52f851e7862e9aa5182153414d1982506253d343
MD5sum: 58df57d7da729785439dcc519104f719
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.5-pgq3-dbgsym
Source: pgq
Version: 3.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-9.5-pgq3 (= 3.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-9.5-pgq3-dbgsym_3.4-2.pgdg+1_arm64.deb
Size: 54192
SHA256: aa9a76600bb3c3eedc7e493ab3288b27e3760fd135fc3b543668879fb1bf1ff4
SHA1: 4cdd78b53d25be174a33d8de497650b66f17f20f
MD5sum: 5970e1c72df44a07738772cb57efea40
Description: debug symbols for postgresql-9.5-pgq3
Build-Ids: 0720062dd6e5797e8602f197e0251749eca6e276 f9d19074dbff34f6cde4b8a31b7c80203dbad494
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.5-pgrouting
Source: pgrouting
Version: 3.1.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2498
Depends: postgresql-9.5-pgrouting-scripts (>= 3.1.0-2.pgdg+1), postgresql-9.5, postgresql-9.5-postgis, postgresql-9.5-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-9.5-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-9.5-pgrouting_3.1.0-2.pgdg+1_arm64.deb
Size: 638404
SHA256: ed98be2671be6961590dc723a074de00cf192ba09e5c750c048fb6aa71b4ab7e
SHA1: 2a6d56272096148f6d88adc1fd2e0414b55e7b8e
MD5sum: 8cdeeb0d5041c841608777e7af212e28
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.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.5-pgrouting-dbgsym
Source: pgrouting
Version: 3.1.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 23427
Depends: postgresql-9.5-pgrouting (= 3.1.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-9.5-pgrouting-dbgsym_3.1.0-2.pgdg+1_arm64.deb
Size: 23284432
SHA256: 877739787937dae030a32ad6e7d34e8e56b5bbf94983ba7c366526c19d510ba9
SHA1: 46a9704111807b41432c2e4fe4c66a9dc5db7944
MD5sum: 718d6696a20b22742718969ec4140756
Description: debug symbols for postgresql-9.5-pgrouting
Build-Ids: 3679743036b5af380ef8634bd58d9490512e4d04
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.5-pgrouting-doc
Source: pgrouting
Version: 3.1.0-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6083
Depends: libjs-mathjax, libjs-sphinxdoc (>= 2.4.3-5~)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-9.5-pgrouting-doc_3.1.0-2.pgdg+1_all.deb
Size: 1189920
SHA256: 53df6b6df3871ee34d15bef01bf374856a1ead46718ebdbae7c2973db6e514b9
SHA1: 0d98a65f12932af10631dc0532a630f24f052eb2
MD5sum: 685e12ea5266b5af397438cf14bf571a
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.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.5-pgrouting-scripts
Source: pgrouting
Version: 3.1.0-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 922
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-9.5-pgrouting-scripts_3.1.0-2.pgdg+1_all.deb
Size: 52968
SHA256: 52ab8774a7fd97e35208940592d533f51b45252af8a77e605d50769dcbe13c20
SHA1: 026ac6a2c6d2dcc15b4d7b95b62d24c56cf772c6
MD5sum: 32865c7b554281a0b288ada1cac654e9
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 9.5.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.5-pgtap
Source: pgtap
Version: 1.1.0-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1623
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-9.5-pgtap_1.1.0-5.pgdg+1_all.deb
Size: 58680
SHA256: fe676e70858c787fb5435876926530097bfc1ebb306088c68fb0f76747c49f13
SHA1: 16eec722aa5bf4f3fa362a153de91a3b608a63cc
MD5sum: 862b061f3d9df67ed87970f2ec2833b3
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.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.5-slony1-2
Source: slony1-2
Version: 2.2.8-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-9.5, libc6 (>= 2.17)
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.8-6.pgdg+1_arm64.deb
Size: 22076
SHA256: 7b345a29d71c2d457675502159b3d4f0271e3fa9407bfdf7b5347a3ee65ede0d
SHA1: 5c4f73584e91f12dadd1b698cea84cfb3d6c37b3
MD5sum: 7841288ca883cf9d197ec000c0346b78
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.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.5-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.8-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-9.5-slony1-2 (= 2.2.8-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-9.5-slony1-2-dbgsym_2.2.8-6.pgdg+1_arm64.deb
Size: 46784
SHA256: a3ac95b31622b99df9c164dee6567e5668723f045c8ae1081210e1387e81a789
SHA1: bd4a7087ff922c5a9c12cabad98f7f35bac060db
MD5sum: 62d6090e10f8334b121fe3db3686b740
Description: debug symbols for postgresql-9.5-slony1-2
Build-Ids: a2e5949ae35aa74d024f3179b04207d0314081d9
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.6-mimeo
Source: mimeo
Version: 1.5.1-9.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4486
Depends: postgresql-9.6, postgresql-contrib-9.6
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-9.6-mimeo_1.5.1-9.pgdg+1_all.deb
Size: 128744
SHA256: f9812dcb15b95aa0e0b0bc3b49a1d55247f4cefe1cb37a8611d6e3f6332a6bed
SHA1: 18cf7d914428e33c8b82446f77a7a006557f9c76
MD5sum: 57adcd5a17ccfe3bbe9c4deba8b28137
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.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.6-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.0.12-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 105
Depends: postgresql-9.6, libc6 (>= 2.17), libgdal27 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-9.6-ogr-fdw_1.0.12-2.pgdg+1_arm64.deb
Size: 29540
SHA256: a82ff60d5531fc2a0bf2817248f4390699cb4b28d8f57cd180584bfd684029c8
SHA1: e173a0f79eba4beaa7be314c346e962732b55052
MD5sum: 862ecf4e62c5e9f2bdc307218d8db7dd
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.6-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.0.12-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 155
Depends: postgresql-9.6-ogr-fdw (= 1.0.12-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-9.6-ogr-fdw-dbgsym_1.0.12-2.pgdg+1_arm64.deb
Size: 126316
SHA256: 8544bfe8ffbce0ecb1144c1e4afcda5a717f117e46849d3f321a3def3c49e518
SHA1: ef6f1553a9f5715001865d8cc357fa2b00ee449a
MD5sum: 464f40e05b9b9e86e9f07851b3b88a3f
Description: debug symbols for postgresql-9.6-ogr-fdw
Build-Ids: b002b8f68dfc3fef4f19a9eef8c2dfc73a29220f deec79d4a5197b1f08791d55ff17461f00887b39
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.6-omnidb
Source: omnidb
Version: 2.17.0+ds-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: libc6 (>= 2.17), libpq5, postgresql-9.6
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/postgresql-9.6-omnidb_2.17.0+ds-5.pgdg+1_arm64.deb
Size: 11748
SHA256: 785fc099d605f4463a712d84e38b3ea5a26630e57b6f937496caa7e28a5f5fcb
SHA1: 4d37b8c3164f681dc6d129c0750eb6b8edbc2c15
MD5sum: 196893e8fc52db05e8150a89d5362d0b
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL extension for interactive PL/pgSQL
 debugging in OmniDB.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.6-omnidb-dbgsym
Source: omnidb
Version: 2.17.0+ds-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-9.6-omnidb (= 2.17.0+ds-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb/postgresql-9.6-omnidb-dbgsym_2.17.0+ds-5.pgdg+1_arm64.deb
Size: 27412
SHA256: efe4f40e17ea3873975013db6c38d21c45fa5166ab423d6edcd4ba2347e1155d
SHA1: 15be2d55fbac45a95fb98e7357b2d6218bc404df
MD5sum: d375ae225986a5b04ea5c1ca303eebe8
Description: debug symbols for postgresql-9.6-omnidb
Build-Ids: a85de381f57fdcf33838dcba4e85a670877e440f
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.6-orafce
Source: orafce
Version: 3.13.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 361
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-9.6-orafce_3.13.4-3.pgdg+1_arm64.deb
Size: 93240
SHA256: b77657f59b2e75f6289062d69786d74efbd3354af853842a3ddd1eeef76089d9
SHA1: f3673a3b67cb5deac2ac9d3f85fda29f3da31d8d
MD5sum: 927e6584b1c4f607017f0ea4536ed8cc
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.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.6-orafce-dbgsym
Source: orafce
Version: 3.13.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 239
Depends: postgresql-9.6-orafce (= 3.13.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-9.6-orafce-dbgsym_3.13.4-3.pgdg+1_arm64.deb
Size: 195388
SHA256: 199befe4a16c37968f0a043743634dafe035eb0183d3f3a5504198942fe3c311
SHA1: 98a9da2cfc4111194bd0d56834c70212ee95b4ba
MD5sum: bda9df9dbdb804edecb6d1602eeb25c9
Description: debug symbols for postgresql-9.6-orafce
Build-Ids: ef76d2af877c5bc9df1f2377bffa0ebb85282b09
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.6-pg-fact-loader
Source: pg-fact-loader
Version: 1.6.0-2.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 656
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-9.6-pg-fact-loader_1.6.0-2.pgdg+1_arm64.deb
Size: 43020
SHA256: 928cd11cd39d4f0a3bd2ddff5ae6ef9a942c88e1ff8d463d23c39d087a2cf91b
SHA1: 3af30f8cde885aadb5a97c0934a7cf9bb058ea2a
MD5sum: 0535917f791b60d5d704b57d428c3517
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 9.6.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.6-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.6.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 28
Depends: postgresql-9.6-pg-fact-loader (= 1.6.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-9.6-pg-fact-loader-dbgsym_1.6.0-2.pgdg+1_arm64.deb
Size: 13192
SHA256: b14c209fb55978751551fd0b21b5c7aa466cd2b1785cfc2ad0513272caeea236
SHA1: b734ee72af72d68f714a2ee1b0afcb67ca71a4bb
MD5sum: bf21ede5a6b0c736a872b6bb4e75663c
Description: debug symbols for postgresql-9.6-pg-fact-loader
Build-Ids: 5da926af22804a9aa768b21b8a3dea8b135c31ef
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.6-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-1.pgdg+2
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 117
Depends: postgresql-9.6, postgresql-9.6-pglogical, libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-9.6-pglogical-ticker_1.4.1-1.pgdg+2_arm64.deb
Size: 12228
SHA256: 6d932af067626da5aee86c0b29523e06c770136082c9d68c8d300a4eebbd817d
SHA1: 6c94c794c0a28e32517d2fed9fcb8cc6a700f4e9
MD5sum: 5a275f74377c7b5748bbc61131b933f7
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 9.6.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.6-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 29
Depends: postgresql-9.6-pglogical-ticker (= 1.4.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-9.6-pglogical-ticker-dbgsym_1.4.1-1.pgdg+2_arm64.deb
Size: 14364
SHA256: 8bc6d5cf9085b9b080d163dbedf897b34e954b58b65cbf7401101c5235b1d3b9
SHA1: 2de8554908da358978235d8a349d802fd7c26855
MD5sum: 536d66f962b341e1f4957b93570e7f66
Description: debug symbols for postgresql-9.6-pglogical-ticker
Build-Ids: 5e744301073404b78d56e3061168b0e34a958cd8
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.6-pgpool2
Source: pgpool2
Version: 4.1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: libpgpool0 (>= 4.1.4-2.pgdg+1), postgresql-9.6, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-9.6-pgpool2_4.1.4-2.pgdg+1_arm64.deb
Size: 134528
SHA256: b6e8f8f9d79902eb838aac12fcacb9c1600b10b9ff3be9c6db6fdf104d046c4b
SHA1: 494fc319cbae78407e78f9e08693a15d0de2eca6
MD5sum: c6d94ba661b8bc10eb7506fb2e6183c4
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)
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.6-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-9.6-pgpool2 (= 4.1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-9.6-pgpool2-dbgsym_4.1.4-2.pgdg+1_arm64.deb
Size: 39208
SHA256: 413be4fa41a78e0e98da1cb691585ee42061cbf4b35cfaee81ad0e50fc281337
SHA1: c4d1a4db44b89f65b4fe9ca577f593c408ebbfd5
MD5sum: 8d27730b554767d5281a6bcaa1a2070a
Description: debug symbols for postgresql-9.6-pgpool2
Build-Ids: a6cc52fe5fe1203bb1711d56c4cfd946bd2d3c5b d0ebcf2c199f97417f32061286324f2c7ed576d2 f1deceabc5811f42a7c969ea0fd7ac40b8eb1ccb
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.6-pgq3
Source: pgq
Version: 3.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1723
Depends: libc6 (>= 2.17), postgresql-9.6, pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-9.6-pgq3_3.4-2.pgdg+1_arm64.deb
Size: 81704
SHA256: 626649e6b103d04e1541b2e877e291fb5b6366a56c3cc518fb1a50d5d38031c0
SHA1: 04a29c217f0213332baa38a0a5cbbebf7d14cce4
MD5sum: 949d32171080165bfc1796b96b50f316
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.6-pgq3-dbgsym
Source: pgq
Version: 3.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-9.6-pgq3 (= 3.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-9.6-pgq3-dbgsym_3.4-2.pgdg+1_arm64.deb
Size: 56100
SHA256: aec88d310b0fc211048efe23149d5f748c4f81b708866988acd54cfdcc6665df
SHA1: 16a060e46188c282516fb273682fd517322974a6
MD5sum: 5e3884baa0371ee1ead04cdb26edc976
Description: debug symbols for postgresql-9.6-pgq3
Build-Ids: 7fa87228d21ccf56847114ba9a75907a1de1028c aecb9500c7ccc370c46f5f8af15a9d4fa8fb74d2
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.6-pgrouting
Source: pgrouting
Version: 3.1.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2490
Depends: postgresql-9.6-pgrouting-scripts (>= 3.1.0-2.pgdg+1), postgresql-9.6, postgresql-9.6-postgis, postgresql-9.6-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-9.6-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-9.6-pgrouting_3.1.0-2.pgdg+1_arm64.deb
Size: 637624
SHA256: bc77a393247088463f07fc5bf3548ff4abce7542db67c79c57e3806fb19288f2
SHA1: b083f30462cf965ccfeeefdd6999e3a0b9461800
MD5sum: 8f9ec702620fe2942ca5e7a794bd682a
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.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.6-pgrouting-dbgsym
Source: pgrouting
Version: 3.1.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 23437
Depends: postgresql-9.6-pgrouting (= 3.1.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-9.6-pgrouting-dbgsym_3.1.0-2.pgdg+1_arm64.deb
Size: 23289588
SHA256: 122666a274a4a562a29c39966f698688620f136bc678fd51de9259223b0948de
SHA1: 4049dd2f48a1e83bfdb3ade18c4de4ab9a20b1da
MD5sum: 5f479f45692038f01c89b41877f6e03f
Description: debug symbols for postgresql-9.6-pgrouting
Build-Ids: a2be04507fbae8b9570a9c50db44c622924f39f6
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.6-pgrouting-doc
Source: pgrouting
Version: 3.1.0-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6083
Depends: libjs-mathjax, libjs-sphinxdoc (>= 2.4.3-5~)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-9.6-pgrouting-doc_3.1.0-2.pgdg+1_all.deb
Size: 1190064
SHA256: d32d68d6f1c11272917dc2f6681064d038b8d689be5793147664eaedde1214ff
SHA1: acecddbc2ffce42d06522c8ee304ff796186840e
MD5sum: fa5b4c26673f4a001e907097ef73672e
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.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.6-pgrouting-scripts
Source: pgrouting
Version: 3.1.0-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 922
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-9.6-pgrouting-scripts_3.1.0-2.pgdg+1_all.deb
Size: 52980
SHA256: 047eb0a82599bdf0ebd17bc925539aeea42416d39dce3bca4b3a9e874ed50eef
SHA1: 3e9e2f9dc1727a3f16ec1e8b30d313fcf883f979
MD5sum: 0a4eae9199a30714890d1ca5e93bc72f
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 9.6.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.6-pgtap
Source: pgtap
Version: 1.1.0-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1623
Depends: postgresql-9.6
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-9.6-pgtap_1.1.0-5.pgdg+1_all.deb
Size: 58656
SHA256: 3b570a46808d5728d44cd899f6fe45d023e2340299f284c8a57098365cecdc3c
SHA1: ad0d6d6595aac6449c420d0a3c541802bd970f0a
MD5sum: 26ce567f4d362bd939897a52a3d56660
Description: Unit testing framework extension for PostgreSQL 9.6
 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.6.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.6-slony1-2
Source: slony1-2
Version: 2.2.8-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-9.6, libc6 (>= 2.17)
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.8-6.pgdg+1_arm64.deb
Size: 22084
SHA256: 597a8b8b31b7802100cf4c3aef154f1df2a214e3be0439eb61bdc4fed999e89e
SHA1: 626153832fd2506f29aad9442c11cb368663ac42
MD5sum: 5bd23de60607b59621581da267d35973
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.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.6-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.8-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-9.6-slony1-2 (= 2.2.8-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-9.6-slony1-2-dbgsym_2.2.8-6.pgdg+1_arm64.deb
Size: 48976
SHA256: 16b55f9668e8a6d191a908cf2cb5983b52970660f9368ebff2e5770bde75eaf1
SHA1: 63c33a92c86db5fccee5fd38fc3de365d3c9aefc
MD5sum: 0399d3ae8b40a9b419e352f2598decfa
Description: debug symbols for postgresql-9.6-slony1-2
Build-Ids: 82f435c8b6085cd2a54238d1e1811b92da448061
Timestamp: 2020-10-16 15:29:58+00

Package: slony1-2-bin
Source: slony1-2
Version: 2.2.8-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 826
Depends: lsb-base (>= 3.0-6), logrotate, postgresql-common, perl:any, libc6 (>= 2.17), libpq5
Recommends: libdbd-pg-perl, ntp | time-daemon, postgresql-13-slony1-2 | postgresql-12-slony1-2 | postgresql-11-slony1-2 | postgresql-10-slony1-2 | postgresql-9.6-slony1-2 | postgresql-9.5-slony1-2
Suggests: libpg-perl, slony1-2-doc
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.8-6.pgdg+1_arm64.deb
Size: 210404
SHA256: 52cf730c9ff460d2e688f8d837c1f3de8c60bbf0d531cc9a302d585a9c9e5d67
SHA1: b69bfafe3dcf1301ab622652e4f9f4ba35d809b9
MD5sum: 16734228e43acccb24239c467245b61b
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.
Timestamp: 2020-10-16 15:29:58+00

Package: slony1-2-bin-dbgsym
Source: slony1-2
Version: 2.2.8-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 360
Depends: slony1-2-bin (= 2.2.8-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/slony1-2-bin-dbgsym_2.2.8-6.pgdg+1_arm64.deb
Size: 311388
SHA256: 3feb5a38e0b0abf9d876a15993f5969e6235afdad447e9d20374625ae690e202
SHA1: ad04686629bdeb7b0a30c0359658fc475c5bda36
MD5sum: 991a6182f6b67ac1a4e0d03b5b5aa1f5
Description: debug symbols for slony1-2-bin
Build-Ids: 7943e92602476b61aec0b6bc311a7caa49ad6827 9b24b64cace119cc8d0ad7636b0ca3467935bf16 d14334da24674d33a94c3644524f30a2d4b8e807
Timestamp: 2020-10-16 15:29:58+00

Package: slony1-2-doc
Source: slony1-2
Version: 2.2.8-6.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1873
Conflicts: slony1-doc
Provides: slony1-doc
Multi-Arch: foreign
Homepage: http://slony.info/
Priority: optional
Section: doc
Filename: pool/main/s/slony1-2/slony1-2-doc_2.2.8-6.pgdg+1_all.deb
Size: 329592
SHA256: 7f6dde9dda9b365a7e25df9b011ceef40a228eadbd8329a43e12c71a5402264b
SHA1: e7819422552f8f8663f8e55b625d871f4e7710b3
MD5sum: 4ddce0bf497a14c98ca7f56570734c16
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.
Timestamp: 2020-10-16 15:29:58+00

Package: postgresql-9.6-pllua
Source: postgresql-pllua
Version: 1:2.0.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 329
Depends: postgresql-9.6, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-9.6-pllua_2.0.6-1.pgdg+1_arm64.deb
Size: 102224
SHA256: 49025fa3938d8971d203e85b67d4b9e06b14bef387a3763d2b67d8e2191ff915
SHA1: 4c8ca7ce0a6e5cd984f468671a27768a49c8859e
MD5sum: 241d687f2d465eb657fa5e27b848d4aa
Description: Lua procedural language for PostgreSQL 9.6
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-hypopg
Source: hypopg
Version: 1.1.4-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 65
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-10-hypopg_1.1.4-2.pgdg+1_arm64.deb
Size: 20116
SHA256: da303f8ceff9276ad7f07c1d36dead0b0996b9dbe1342365f02f371f35ce80d2
SHA1: 73e182e639c7c98b9c24c11f3a58c175ee5beabd
MD5sum: 566fedeaed8e2a60bdc2a673acb84a81
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2020-11-02 21:24:05+00

Package: postgresql-10-hypopg-dbgsym
Source: hypopg
Version: 1.1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 83
Depends: postgresql-10-hypopg (= 1.1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-10-hypopg-dbgsym_1.1.4-2.pgdg+1_arm64.deb
Size: 63568
SHA256: 29d897fa678e6031c1755a6d22240467d940dabe553388d640f02c717835de07
SHA1: ef7eebc11c53c4114d7a9a72d153cc5d6daa106f
MD5sum: b33b56d7ba19f6201f24e554f790b481
Description: debug symbols for postgresql-10-hypopg
Build-Ids: 6b618c6c926224bda41aac578b31bc72c1ecf75c
Timestamp: 2020-11-02 21:24:05+00

Package: postgresql-11-hypopg
Source: hypopg
Version: 1.1.4-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 145
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-11-hypopg_1.1.4-2.pgdg+1_arm64.deb
Size: 62020
SHA256: d7903312fe680ae2b9a3b70d4e11a8f08d7e65bd7d19291e46c457f8c29bbe91
SHA1: b5011a682f695cb5f0e1532a67a4bc470f494480
MD5sum: 95b140d101383696375ad10b7e69abc8
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2020-11-02 21:24:05+00

Package: postgresql-11-hypopg-dbgsym
Source: hypopg
Version: 1.1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 88
Depends: postgresql-11-hypopg (= 1.1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-11-hypopg-dbgsym_1.1.4-2.pgdg+1_arm64.deb
Size: 67848
SHA256: 6632bc49d5533593b019a29ae77c7689032e804bc9e49ae6e25f03e241fd4611
SHA1: 1ff1f0e10271d337f83349e443ded7e2b415ee80
MD5sum: b1a1e9980739973e6a8732c2ccc0dd2d
Description: debug symbols for postgresql-11-hypopg
Build-Ids: 0519607de205273a38cc2128e76fb55af1505344
Timestamp: 2020-11-02 21:24:05+00

Package: postgresql-12-hypopg
Source: hypopg
Version: 1.1.4-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 150
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-12-hypopg_1.1.4-2.pgdg+1_arm64.deb
Size: 62572
SHA256: 7986aa9b1f060794efb32e82a12f7bc733b91d8ba5415b6a1f6ed300aebcec20
SHA1: 3cc4dd9c025a925ba25c77137b41e63776e88b55
MD5sum: 4ed8a71028b5227c36d1ee1fd4a77905
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2020-11-02 21:24:05+00

Package: postgresql-12-hypopg-dbgsym
Source: hypopg
Version: 1.1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 85
Depends: postgresql-12-hypopg (= 1.1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-12-hypopg-dbgsym_1.1.4-2.pgdg+1_arm64.deb
Size: 68308
SHA256: 237178babcafe6b01d8416d5ba813d473e07f62f0dbb70c6527188d0a6e941b4
SHA1: 1d9fde215efc07816fae7bc1aff12e9bf75d0da2
MD5sum: fe88ac363ee490d70634bb1707b9eca7
Description: debug symbols for postgresql-12-hypopg
Build-Ids: 4cccf955a3e7ebfde9476b833369ffb04735bf52
Timestamp: 2020-11-02 21:24:05+00

Package: postgresql-13-hypopg
Source: hypopg
Version: 1.1.4-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 145
Depends: libc6 (>= 2.17), postgresql-13
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-13-hypopg_1.1.4-2.pgdg+1_arm64.deb
Size: 62072
SHA256: 814eb428a859b6b3488732fabb059d32b81d18cb4c90bc36df0fd76adfaa26ca
SHA1: e71e3be373854bfccacec080421fff5c85b25b4a
MD5sum: 9e084623481e5be248657d087bf70628
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2020-11-02 21:24:05+00

Package: postgresql-13-hypopg-dbgsym
Source: hypopg
Version: 1.1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 90
Depends: postgresql-13-hypopg (= 1.1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-13-hypopg-dbgsym_1.1.4-2.pgdg+1_arm64.deb
Size: 72948
SHA256: 45066a9fba88bc2e330936289d6c8e17b9c14a085d85edf709a0be90cbe5522d
SHA1: 4ea5495860ad814082595a63baaf5535df307aa9
MD5sum: f59c0d215142742a18e68554318c2ebd
Description: debug symbols for postgresql-13-hypopg
Build-Ids: bc9ece9d44ad6c0875ddcb0bc23424846697a6f5
Timestamp: 2020-11-02 21:24:05+00

Package: postgresql-9.5-hypopg
Source: hypopg
Version: 1.1.4-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 65
Depends: libc6 (>= 2.17), postgresql-9.5
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-9.5-hypopg_1.1.4-2.pgdg+1_arm64.deb
Size: 20492
SHA256: 05ae5e5814612a50070df05cd53d682c7c57d7660cc684fd625e01168c3610ae
SHA1: abde71cffd1507211c35cee3ff15617d501e7f12
MD5sum: 22e0d35877a0622428789b340ed19b74
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2020-11-02 21:24:05+00

Package: postgresql-9.5-hypopg-dbgsym
Source: hypopg
Version: 1.1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 75
Depends: postgresql-9.5-hypopg (= 1.1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-9.5-hypopg-dbgsym_1.1.4-2.pgdg+1_arm64.deb
Size: 56836
SHA256: cf92759b55810217b0b830c27497877dda8378416e79df58fbecb044aeaf9299
SHA1: 95128d2ec312990cc2a70339833b429020d1a24c
MD5sum: 65d1650b0e8041ccd5f5dce9e0a58630
Description: debug symbols for postgresql-9.5-hypopg
Build-Ids: ef2a35c5c4588318166243935f38301cddb5b19f
Timestamp: 2020-11-02 21:24:05+00

Package: postgresql-9.6-hypopg
Source: hypopg
Version: 1.1.4-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 65
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-9.6-hypopg_1.1.4-2.pgdg+1_arm64.deb
Size: 20604
SHA256: 00261ff6b807f94e1fa3ba6e6f955e819982a2d392fcaa7ec363ef31ffc456c4
SHA1: 6549cb8498b358bdcc9079e6ba28accdbc19953f
MD5sum: a6d741f38ba2b15e8bd7cbe97bb1006f
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2020-11-02 21:24:05+00

Package: postgresql-9.6-hypopg-dbgsym
Source: hypopg
Version: 1.1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 81
Depends: postgresql-9.6-hypopg (= 1.1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-9.6-hypopg-dbgsym_1.1.4-2.pgdg+1_arm64.deb
Size: 61808
SHA256: 551a184a24cf5cf850691c90588f79a4bc15df7237a45bffae7f3d234699d39d
SHA1: 3a86a9354ba4203fe233b432a5c2e6384444cb3b
MD5sum: 01a4e85c38eb76b92d711e21c35afb0b
Description: debug symbols for postgresql-9.6-hypopg
Build-Ids: a6181959d24afa3d4b8ad4d73ea15c4dbddd4bf6
Timestamp: 2020-11-02 21:24:05+00

Package: barman
Version: 2.12-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 120
Depends: python3-barman (= 2.12-1.pgdg+1), python3-pkg-resources, adduser, rsync (>= 3.0.4~), python3:any
Recommends: openssh-server, openssh-client, postgresql-client
Suggests: barman-cli, repmgr
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman_2.12-1.pgdg+1_all.deb
Size: 85312
SHA256: e2cb5d84d088942dad2bd16ddedf6f58659868f7d00d1a551218863663d4bcae
SHA1: 91bcb59e8dca6a47b0fd70c2de323b762487cbb7
MD5sum: 37b98c50e78be48720dddd70f8bd4221
Description: Backup and Recovery Manager for PostgreSQL
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides barman binary.
Timestamp: 2020-11-04 20:45:13+00

Package: barman-cli
Source: barman
Version: 2.12-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 69
Depends: python3-barman (= 2.12-1.pgdg+1), python3-pkg-resources, rsync (>= 3.0.4~), python3:any
Recommends: openssh-client, barman-cli-cloud
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli_2.12-1.pgdg+1_all.deb
Size: 58272
SHA256: e51456384f50bb3c90636a5448b8adc559544b06193c5bf18ac8555ca468e8a2
SHA1: a7bbe6451b60c78713314c40bae4b2bc004336e2
MD5sum: e7abda3b9f1e0454afddb6dd0c2996cc
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 organization 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.
Timestamp: 2020-11-04 20:45:13+00

Package: barman-cli-cloud
Source: barman
Version: 2.12-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 78
Depends: python3-barman (= 2.12-1.pgdg+1), python3-pkg-resources, rsync (>= 3.0.4~), python3:any, python3-boto3
Breaks: barman-cli (<< 2.10-3~~)
Replaces: barman-cli (<< 2.10-3~~)
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli-cloud_2.12-1.pgdg+1_all.deb
Size: 63428
SHA256: 6c1177bab5e23871833cafab4525f5a331f8e293205bb2698a88a528d56c5bb6
SHA1: aabdba04c071c509b0d57c1854bdb4841c88d499
MD5sum: 0378ca11960201e4156866793f5e93a8
Description: Cloud 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 organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli-cloud package contains cloud client utilities for the
 integration of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by 2ndQuadrant.
Timestamp: 2020-11-04 20:45:13+00

Package: pg-checksums-doc
Source: pg-checksums
Version: 1.0-6.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15
Multi-Arch: foreign
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: doc
Filename: pool/main/p/pg-checksums/pg-checksums-doc_1.0-6.pgdg+1_all.deb
Size: 6836
SHA256: a26fc810e1ec325829b97a2f41317767cc31d762346a867dace183387cc5a0f0
SHA1: 6b3627c261f77577af6a823dd222832aa03bc8f0
MD5sum: adc168b0108dafdda7dd140877f3f20d
Description: Activate/deactivate/verify PostgreSQL data checksums (Documentation)
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums can activate or deactivate data checksums as long at the database
 cluster is shutdown cleanly. Activating checksums requires all database blocks
 to be read and all page headers to be updated, so can take a long time on a
 large database. Deactivating checksums only requires the cluster control file
 to be updated so is quick.
 .
 In addition, pg_checksums can verify the checksums in an offline cluster.
 .
 This package contains the manpage.
Timestamp: 2020-11-04 20:45:13+00

Package: pgtop
Version: 4.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libbsd0 (>= 0.7.0), libc6 (>= 2.17), libpq5 (>= 9.0~), libtinfo6 (>= 6)
Enhances: postgresql
Breaks: ptop (<< 3.7.0-1~)
Replaces: ptop (<< 3.7.0-1~)
Homepage: https://gitlab.com/pg_top/pg_top
Priority: optional
Section: database
Filename: pool/main/p/pgtop/pgtop_4.0.0-1.pgdg+1_arm64.deb
Size: 49412
SHA256: 1bc3b7fc490183d4329dadedbc89808fedd8ecdb7c178b03879e06ed707c30cd
SHA1: 8320892489979d44ab2616a54e8bc750838c7e2d
MD5sum: 285c1b5d610efa6312d2fcbcb20ab190
Description: PostgreSQL performance monitoring tool akin to top
 pg_top is 'top' for PostgreSQL.
 .
  * Monitor PostgreSQL processes.
  * View currently running SQL statement of a process.
  * View query plan of a currently running SELECT statement.
  * View locks held by a process.
  * View I/O statistics per process.
  * View replication statistics for downstream nodes.
Timestamp: 2020-11-04 20:45:13+00

Package: pgtop-dbgsym
Source: pgtop
Version: 4.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: pgtop (= 4.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtop/pgtop-dbgsym_4.0.0-1.pgdg+1_arm64.deb
Size: 103552
SHA256: d41ec0632aed2260084f16dbd2984046ad1efbb4bc15bb6f3a1c2f244da83830
SHA1: bcd1eb12a18f29b784f0336a1f660acf1b7407d4
MD5sum: 62d56a8d00e1470143484965a0d2e42d
Description: debug symbols for pgtop
Build-Ids: a2d28183038fc75d2b49f3832701a073844585c5
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-asn1oid
Source: pgsql-asn1oid
Version: 1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/ChristophBerg/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-10-asn1oid_1.3-1.pgdg+1_arm64.deb
Size: 6688
SHA256: a6a2ac49231c66147bb2bc715c0f2b739d2153593e509fb9e3d7464c65dbb581
SHA1: 78e32b0dc9d97c39ab313c06f86234b90951bb6c
MD5sum: e6548811c13c62596e466fc73fd7c53f
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 10.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-10-asn1oid (= 1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-10-asn1oid-dbgsym_1.3-1.pgdg+1_arm64.deb
Size: 8832
SHA256: 82dca2aaef2b1ad6cb97c191869e3a822a1f2dd8e950e402f3e3185bd0cade12
SHA1: 04fa2e441ed35219eaacf47d9166ce1beff06705
MD5sum: f96f440ae04940a01228c62a8511a2ae
Description: debug symbols for postgresql-10-asn1oid
Build-Ids: 1347ea362473f16036b49c4ffad72dff5aa8ed68
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.5.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 26
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-10-bgw-replstatus_1.0.5.pgdg+1_arm64.deb
Size: 7212
SHA256: 1996e1f23897bce8ec52424b0f3e1f981adc498bd832fc205a1d364a83b64988
SHA1: 59d6ea37152fa4f150920a30a81b65ec69c7568a
MD5sum: 2e8d8a36691a4b6ed46dcda61b43220d
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 23
Depends: postgresql-10-bgw-replstatus (= 1.0.5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-10-bgw-replstatus-dbgsym_1.0.5.pgdg+1_arm64.deb
Size: 8296
SHA256: d149576948d7de7122ca9324c853054677fcb62ba660d3721ca69db17986ba2c
SHA1: 2f92af2377c9dd13cc87d36fc4b397c9e40867a0
MD5sum: f88b5cd777416b6bf69b8a55c1d32c1d
Description: debug symbols for postgresql-10-bgw-replstatus
Build-Ids: 3359077897bef78587d6dd8cb9b03a28239f3953
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-debversion
Source: postgresql-debversion
Version: 1.1.1-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.17), postgresql-10
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-10-debversion_1.1.1-4.pgdg+1_arm64.deb
Size: 10380
SHA256: 9a3317bd35f4ea21a117d4850ab624e9673b9860c1c16806820f670bbd06eeea
SHA1: 30524d635911e49d5cfbd1d48f01955ad070a6d7
MD5sum: d30a656dc308d361b00e8064e33880ee
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()
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: postgresql-10-debversion (= 1.1.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-10-debversion-dbgsym_1.1.1-4.pgdg+1_arm64.deb
Size: 18524
SHA256: 9ccef5088480ff8abd75ebc5d821290325df9ef4e70b29999175eea97e1042bb
SHA1: bae2de7982bdc3c2d7543e9dc372f6ae9df916ae
MD5sum: 254cf8d94fb29c1bb3f59ceda3245dc8
Description: debug symbols for postgresql-10-debversion
Build-Ids: b53ba7ca4a1b35e78c0cfc1898c1f358f8e82d97
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-dirtyread
Source: pg-dirtyread
Version: 2.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: libc6 (>= 2.17), postgresql-10
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-10-dirtyread_2.3-2.pgdg+1_arm64.deb
Size: 10816
SHA256: e19d447e6babd06f355e51589af728948a8e290f1966a5a6dfcae0d18fea5500
SHA1: d17e9b2ebc0eb489fac2fc31a818938c86431ed0
MD5sum: c67dd91f4fb59ec87f119dc19175f4f2
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-10-dirtyread (= 2.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-10-dirtyread-dbgsym_2.3-2.pgdg+1_arm64.deb
Size: 29300
SHA256: 5137f5ab016c98eb6736085377cb09cb75d8c9cd83f31abe9010c7841a44069b
SHA1: 773c904af41173d0dc22a6b7a570545d362dfd2c
MD5sum: 328cd7d0c1d1b488b80080bd8e1fe727
Description: debug symbols for postgresql-10-dirtyread
Build-Ids: ad475f05652bedff93ec43a0ce19e9cbcd2edde4
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-extra-window-functions
Source: extra-window-functions
Version: 1.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-10-extra-window-functions_1.0-2.pgdg+1_arm64.deb
Size: 7568
SHA256: c96533bc26d101c667b087dddc42e783be90ecdb917dd7b9337f3512f33fde1a
SHA1: 44a28ebb0c04f146bd6bc04c781bec13bd3a240e
MD5sum: c8871ace28895deed3e79d1db90a7a93
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-10-extra-window-functions (= 1.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-10-extra-window-functions-dbgsym_1.0-2.pgdg+1_arm64.deb
Size: 10224
SHA256: 07ee1b5923d69872cf157ec02489d0f6a68b138fcdb44ca6f4199ba9e67497e4
SHA1: 35eab0c291c14b835f2b22065a6ab6c23335d25a
MD5sum: 38bbef26b1b368c53d0e4ce69565e8d1
Description: debug symbols for postgresql-10-extra-window-functions
Build-Ids: fb04a1d39661166f818710ae2c8de6176eea8c12
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-icu-ext
Source: icu-ext
Version: 1.6.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-10, libc6 (>= 2.17), libicu67 (>= 67.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-10-icu-ext_1.6.1-2.pgdg+1_arm64.deb
Size: 25940
SHA256: b3fd03b0ea50b1a9b685b547be3b86dfe65877b3d8664d9645054b89b4e2dc63
SHA1: 7a357cad09dc4e2a0ef2f0a3ea8ec97b132a3f4e
MD5sum: f33ac69f4cec75c57c9b13ce3d6f5f32
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-icu-ext-dbgsym
Source: icu-ext
Version: 1.6.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-10-icu-ext (= 1.6.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-10-icu-ext-dbgsym_1.6.1-2.pgdg+1_arm64.deb
Size: 64044
SHA256: 2c8f41d003f6d548f2f61d8319f408d259c9db6cc619526b7030cd8ded3b8dc5
SHA1: 02015377b1eb71b7e80837507f6e22f058fba2dc
MD5sum: fc35952843d434d66c5dd06f6635fe0b
Description: debug symbols for postgresql-10-icu-ext
Build-Ids: 87e44b4b70e61dfbacba04abc8ab97789d374e72
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-jsquery
Source: jsquery
Version: 1.1.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-10-jsquery_1.1.1-3.pgdg+1_arm64.deb
Size: 41448
SHA256: a6169be61ba3e596e943896abedcc88aafbb6a7cd0d377c92996160abddcd201
SHA1: 421f046db378e8bfea7d4fc4441c56097b343365
MD5sum: 587a8a83cb57363248396bf81466f2a8
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-10-jsquery (= 1.1.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-10-jsquery-dbgsym_1.1.1-3.pgdg+1_arm64.deb
Size: 94784
SHA256: 5ff7a900e725d27d8439514b8f23c64b00f9526e1c6f2581198ab19d72742d1d
SHA1: d4d331f28aea54645ef2c440d862eb18631f8249
MD5sum: e120b8f44d6d7876bc09ce49ed9f02d2
Description: debug symbols for postgresql-10-jsquery
Build-Ids: 5234f0967ea9e39a6c6a482fc4338ff6bf488bde
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.5.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-10-mysql-fdw_2.5.4-2.pgdg+1_arm64.deb
Size: 27176
SHA256: cab7e9b8e63ddde32031cc42695ab9c9d7ed8b5a933baa365fd741af5c9fa276
SHA1: 64b06530cd9001eb2cebd6568a4acc3d95c1c4e4
MD5sum: b0ce1f1126420d5134d1feee60daece7
Description: Postgres 10 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 10.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.5.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-10-mysql-fdw (= 2.5.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-10-mysql-fdw-dbgsym_2.5.4-2.pgdg+1_arm64.deb
Size: 100172
SHA256: ea2a03e10175bc21aa8375598dcb8c1ee2690fa6634ffd345213d88afae4ed07
SHA1: 32132a07fa9fce954c0939b6d91af3b5b62e3740
MD5sum: 8a27ae4819d5052f9cd35bdfdcae028e
Description: debug symbols for postgresql-10-mysql-fdw
Build-Ids: afda27511446aa99dfde4ef6c05c51e913b09da9
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-numeral
Source: postgresql-numeral
Version: 1.3-3.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-10-numeral_1.3-3.pgdg+1_arm64.deb
Size: 22332
SHA256: f7d6f46b11d8888ddfbc4fa891a0ef9b74026f5b0edea6a93ed1aa76fed08b2d
SHA1: 8f91803a4bad3fda82052b5d280f4252baa9604e
MD5sum: 42ab9235d439da168d05634ebee43c88
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 62
Depends: postgresql-10-numeral (= 1.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-10-numeral-dbgsym_1.3-3.pgdg+1_arm64.deb
Size: 40384
SHA256: 2dc32473b965b8a7ee7c37c2f975870c3c9587cce7b13ee097b3688f663465dd
SHA1: 6f8462afc6cb0624eaf9fa79451060cd169dd4e0
MD5sum: 398eb4982156e85fe71b20544bb53bb4
Description: debug symbols for postgresql-10-numeral
Build-Ids: a1099d721afc0b447e8bf0c5d77d7b96e23ac6f3
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-periods
Source: postgresql-periods
Version: 1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 520
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-10-periods_1.2-2.pgdg+1_arm64.deb
Size: 34420
SHA256: 27f9e5d1d2391d7c72c4f67ef07fdcf96a013301262be88e8cb5349d5ce5517d
SHA1: aabc8ec2c4de5757632fffd65f5fdd625046b7f1
MD5sum: 9d5465a9b57facc2bcf89aaa315c6e57
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-periods-dbgsym
Source: postgresql-periods
Version: 1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-10-periods (= 1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-10-periods-dbgsym_1.2-2.pgdg+1_arm64.deb
Size: 26300
SHA256: 3d025c393eba27a635fa1708a64a29741284fe64c86119fb0768a925cb436b87
SHA1: b21b6a2d6adbbdc43aed8e2538077aadd9aef4e5
MD5sum: 88db0f478662f38f8c6ae9556f133085
Description: debug symbols for postgresql-10-periods
Build-Ids: a6a61979abee3e5ed72dfd6357764b95cd7208f3
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-pg-catcheck
Source: pg-catcheck
Version: 1.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: libc6 (>= 2.17), libpq5 (>= 9.0~), postgresql-10
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-10-pg-catcheck_1.2.0-1.pgdg+1_arm64.deb
Size: 26988
SHA256: 12affb8bcfe7f1c7c8c08d04813db74f4517acc2ab270dbc8d84b5c13c4c8363
SHA1: 8c85c8273bbc79dec83425e3dedc00e60a27ab73
MD5sum: 965081e26149bccd94ac17c7b48b8613
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-10-pg-catcheck (= 1.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-10-pg-catcheck-dbgsym_1.2.0-1.pgdg+1_arm64.deb
Size: 40104
SHA256: 471457bfedbe93ac2e87eb082b4fd030296e30e4a84c418f17daa45028000ea4
SHA1: 7e7e0fd736b111bf81e8b6d8dfe27bf89b5ba5e1
MD5sum: 1fa78e53dfb9b968a51cd7a6f0229dc3
Description: debug symbols for postgresql-10-pg-catcheck
Build-Ids: 095e9a74c9a9e06e6c92a6c05a7667e48b2f0424
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-pg-checksums
Source: pg-checksums
Version: 1.0-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: libc6 (>= 2.17), postgresql-10
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-10-pg-checksums_1.0-6.pgdg+1_arm64.deb
Size: 29780
SHA256: c144a93e9380bb32d8676e4904d1fa6cd0e7c66083f60a9ea17423fab8a39a13
SHA1: afa15d423221a7ccf9363e62277c62286cea155e
MD5sum: f258cd78b31e144ce68c0c5733816b99
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums can activate or deactivate data checksums as long at the database
 cluster is shutdown cleanly. Activating checksums requires all database blocks
 to be read and all page headers to be updated, so can take a long time on a
 large database. Deactivating checksums only requires the cluster control file
 to be updated so is quick.
 .
 In addition, pg_checksums can verify the checksums in an offline cluster.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.0-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-10-pg-checksums (= 1.0-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-10-pg-checksums-dbgsym_1.0-6.pgdg+1_arm64.deb
Size: 25768
SHA256: 7ba832485a6f6b9fcf88c50a97ad4d4bdb542781fdd44a208ea9abf2dda99e4b
SHA1: 9be5a8bf7efb128967d90fdd3b96b78ed39a270a
MD5sum: 382c35fccd350b0d18523e95963a63b5
Description: debug symbols for postgresql-10-pg-checksums
Build-Ids: 1ce4b0c33a14006e440d44b7691e7e2502b5bb21
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-pg-fact-loader
Source: pg-fact-loader
Version: 1.6.0-3.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 656
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-10-pg-fact-loader_1.6.0-3.pgdg+1_arm64.deb
Size: 43088
SHA256: d84dee999559fee1634dd8bdfedd703e5052e2a760196bc23d291ab8ddec3310
SHA1: 988a79962bbc6421f998227b79c8cddc6a4ce556
MD5sum: f07f032cb2c1489a36db6bc001178768
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 10.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.6.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 28
Depends: postgresql-10-pg-fact-loader (= 1.6.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-10-pg-fact-loader-dbgsym_1.6.0-3.pgdg+1_arm64.deb
Size: 13144
SHA256: be0c86f1d5e40672178b65586e98109c1f1719853851adc80038d6e28b30d906
SHA1: 59af474e20a23e59b4e3d25613c6ca60a9be5da6
MD5sum: 478d41c62ef561cb65e242d40e64c19e
Description: debug symbols for postgresql-10-pg-fact-loader
Build-Ids: ae608508707f078715d85aaacf705e5e57362375
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-pgfincore
Source: pgfincore
Version: 1.2.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: libc6 (>= 2.17), postgresql-10
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-10-pgfincore_1.2.2-2.pgdg+1_arm64.deb
Size: 15176
SHA256: 6355027b0dece19f228d11c37b01da2145c72d094f1e10baaa160ecf40d776f1
SHA1: 506d71d37c320b515fa12be4b8a7f6cb8f292186
MD5sum: 0b0b8699ab7748b6b2ad6809bf5e217a
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.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-pgfincore-dbgsym
Source: pgfincore
Version: 1.2.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-10-pgfincore (= 1.2.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-10-pgfincore-dbgsym_1.2.2-2.pgdg+1_arm64.deb
Size: 37000
SHA256: df6703314241ea76007afd2af3e98ff3f09ff8c107ebd388298651c659d168fd
SHA1: d5ebdeb6fb8a73f341e642caa968fcf98b1b39f2
MD5sum: 75c2149c8f6a78229d450ce5b4a8f55a
Description: debug symbols for postgresql-10-pgfincore
Build-Ids: bad53c8cfadecda19c157d744bcc8229dc63f271
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-pgmp
Source: postgresql-pgmp
Version: 1.0.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-10, libc6 (>= 2.17), libgmp10
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-10-pgmp_1.0.4-3.pgdg+1_arm64.deb
Size: 44712
SHA256: 30f940b9be56ff7688f6b58adfe999f545bdf200c9068fa06876cb641d1dc321
SHA1: 1353f3d9395a7bca4338ef801b6c25e0f7785ab0
MD5sum: bf2fdd7da505c453f020fd5e7edfc6f2
Description: arbitrary precision integers and rationals for PostgreSQL 10
 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.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-10-pgmp (= 1.0.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-10-pgmp-dbgsym_1.0.4-3.pgdg+1_arm64.deb
Size: 62360
SHA256: a1c7d681e4cc7933f1ece6ffa3eea503a54bfecb5c12c80125d653f9ec869235
SHA1: a1ac33612b80b34a99ab31ef94cf15c55fcd586b
MD5sum: dcd04c0d69149db7ea4eef7b267129e9
Description: debug symbols for postgresql-10-pgmp
Build-Ids: 2613829d398bc212fa3e3b3641ca4bb4238e25eb
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-pgpcre
Source: pgpcre
Version: 0.20190509-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-10, libc6 (>= 2.17), libpcre3
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-10-pgpcre_0.20190509-2.pgdg+1_arm64.deb
Size: 9128
SHA256: d7b64b9c07905d4df0bf264fe62e18e7aceb7c96656f70fc95bf3127172482df
SHA1: 4be1fc45d621e6f20874cc6a27053e3324142b04
MD5sum: 8a812953d756e2a20d75752854569646
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-10-pgpcre (= 0.20190509-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-10-pgpcre-dbgsym_0.20190509-2.pgdg+1_arm64.deb
Size: 15140
SHA256: fac9c90596ea9b918b272ee69f813295adc1e3ce63d87b9940a25afe5c0bdbfc
SHA1: 754830e9fbbd7f874309e5555c069841c7addc99
MD5sum: fd26ca7e0e75d0916baf7b8b44b38ff5
Description: debug symbols for postgresql-10-pgpcre
Build-Ids: 6ee7e42ab9cec5c70110a2ecb876b216e24eac35
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-pgq3
Source: pgq
Version: 3.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1822
Depends: libc6 (>= 2.17), postgresql-10, pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-10-pgq3_3.4.1-1.pgdg+1_arm64.deb
Size: 81756
SHA256: a0d71d98748f8c54de27c799c11771f0bcd06d637bba4c98777572ac3dc61a51
SHA1: 6a86dd9bf738f68cd6b2b8c37fbae801529e5712
MD5sum: 5d43764bbd7e47fb08433aba17cabb65
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-pgq3-dbgsym
Source: pgq
Version: 3.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-10-pgq3 (= 3.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-10-pgq3-dbgsym_3.4.1-1.pgdg+1_arm64.deb
Size: 64584
SHA256: 626c3b6caae626ace0fb873d4f6da383cb7e6fdb04e4ead785a0c284064c1280
SHA1: dfa333d216e6de2ac266a435d0e61e26dedad757
MD5sum: 2b5bd9877128a5d56de2360d9052a46c
Description: debug symbols for postgresql-10-pgq3
Build-Ids: 677999e40143499b90f7e262042080dae9e4dde4 6d4ccf79a992da525f2fbb097bac1f4a4f218cb3
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-pgq-node
Source: pgq-node
Version: 3.4-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 470
Depends: postgresql-10, postgresql-10-pgq3
Replaces: postgresql-10-pgq3 (<= 3.2.6-5)
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-10-pgq-node_3.4-3.pgdg+1_all.deb
Size: 12516
SHA256: 8d4b89d955b6af29e4dfe559c531f58639e66556cc839801016713ebdb46ce63
SHA1: a705db89109bebbe8a11bb93251a5816ea645e52
MD5sum: aa193f84528bfd857d13d748d05d0ba9
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-pg-qualstats
Source: pg-qualstats
Version: 2.0.2-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 83
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-10-pg-qualstats_2.0.2-2.pgdg+1_arm64.deb
Size: 27432
SHA256: 0d359d49fc7658656744dc7cd133df97bddf33f7348a19956cb3a6f4670ae9b6
SHA1: fdfe18061e754a17e83d0f2f0dcac37188b16f75
MD5sum: 00dd9f04914387984a2e87e1450e9af4
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.0.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 80
Depends: postgresql-10-pg-qualstats (= 2.0.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-10-pg-qualstats-dbgsym_2.0.2-2.pgdg+1_arm64.deb
Size: 63412
SHA256: 93a1847fc80406a219b0bc84a8ccfcff266d0fc8152afd66365a823ea4afeef1
SHA1: 730de8648adcbdef64e66c928134bb4ebaefcc8b
MD5sum: 317e93873e7656cbad445c26ac529b88
Description: debug symbols for postgresql-10-pg-qualstats
Build-Ids: 58247bfe3be0f18858fa304c7d0a423391618e16
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-pgsphere
Source: pgsphere
Version: 1.1.1+2020-10-20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 938
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx2 (>= 3.60.0), libstdc++6 (>= 5.2), postgresql-10
Conflicts: postgresql-pgsphere (<< 1.1.1+2020)
Replaces: postgresql-pgsphere (<< 1.1.1+2020)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-10-pgsphere_1.1.1+2020-10-20-1.pgdg+1_arm64.deb
Size: 317196
SHA256: 494a783c0af9608ff05c0c8fcd597bf431453e121531c852c04bf52ba7dbdb8b
SHA1: 517e5d45b7b7b63d87eb9543a071738b0c0e6ad8
MD5sum: 38792db9a260b074aa1c88c36aa5ca7d
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-pgsphere-dbgsym
Source: pgsphere
Version: 1.1.1+2020-10-20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 366
Depends: postgresql-10-pgsphere (= 1.1.1+2020-10-20-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-10-pgsphere-dbgsym_1.1.1+2020-10-20-1.pgdg+1_arm64.deb
Size: 309776
SHA256: 3ca61b4e48e38a2cae681a940215bc0800ed94b00e0d88600685aad34a5db34b
SHA1: fb76c0043d2804d637bb8087d89cdd6c58d4129a
MD5sum: a1bdcfab6f36ecc0f33aea72a9b5ab37
Description: debug symbols for postgresql-10-pgsphere
Build-Ids: 1d4acf1b1b8ea5c4b3c92e177c5464fd7400ce06
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.1.3-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 60
Depends: libc6 (>= 2.17), postgresql-10, postgresql-contrib-10
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-10-pg-stat-kcache_2.1.3-2.pgdg+1_arm64.deb
Size: 14196
SHA256: b419f0b0a15a854cde270d3361878d838da609abf93f62b41fb709a27039640b
SHA1: 32c54037b04913712029d5a1941e779e7c4153c0
MD5sum: 8d10cd92d1024f075503a72200afb1c4
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.1.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 55
Depends: postgresql-10-pg-stat-kcache (= 2.1.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-10-pg-stat-kcache-dbgsym_2.1.3-2.pgdg+1_arm64.deb
Size: 39112
SHA256: d9b5f3987c0b6a93272715475ed4aea561fef4d771e43bdda8012a3c8c42689f
SHA1: 96bc4fcfed15e31c148939321ce736e0326805de
MD5sum: e7568088afcaa831581c457d740911db
Description: debug symbols for postgresql-10-pg-stat-kcache
Build-Ids: 7fcf918f75a357f73d08c2dd5a16774a87f12b88
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-pg-track-settings
Source: pg-track-settings
Version: 2.0.0-3.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 76
Depends: postgresql-10
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-10-pg-track-settings_2.0.0-3.pgdg+1_all.deb
Size: 7980
SHA256: 1889f9c9eca93e8414a9f58dee8b6c99156c5418558b197b583847ebdf762718
SHA1: b2a6deb83b6e8f84e17d47df84c0f5868b96c34e
MD5sum: 4513ee62839353418a0711ff597763a9
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-pldebugger
Source: pldebugger
Version: 1:1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: libc6 (>= 2.17), postgresql-10
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-10-pldebugger_1.3-1.pgdg+1_arm64.deb
Size: 25052
SHA256: db909759ab73c2787ac923a46c351b2bfebfa1e14a9738f552f1dc0f21c274a0
SHA1: 90aaf7e55d8dc348f27d3357f2708b42a7aadfa3
MD5sum: 76a8e8d724ffe0a9bb32efba4435b894
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-10-pldebugger (= 1:1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-10-pldebugger-dbgsym_1.3-1.pgdg+1_arm64.deb
Size: 92056
SHA256: 72bb9ee3f71ba39104da68cc4c2c784b331be2026e4d526f9b1b626342a6faff
SHA1: cceafd8a4694319cdea183aac33d9e853c90b719
MD5sum: e4fdb212431d31c35fd47e0bfcb2155f
Description: debug symbols for postgresql-10-pldebugger
Build-Ids: 809dd29fe2e1c493893adbb7778d208856ce9f9a
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-pllua
Source: postgresql-pllua
Version: 1:2.0.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 325
Depends: postgresql-10, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-10-pllua_2.0.6-1.pgdg+1_arm64.deb
Size: 102380
SHA256: d0f49e03a5c98bd58f99167353d4b2160b4a1b0b9a6b517121ac192357329026
SHA1: e96e3c3d7b68c6ae82379c77701c6daa5878d3d1
MD5sum: 138dfaa4775e679d58f0bd02a7dd7d7f
Description: Lua procedural language for PostgreSQL 10
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 332
Depends: postgresql-10-pllua (= 1:2.0.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-10-pllua-dbgsym_2.0.6-1.pgdg+1_arm64.deb
Size: 285092
SHA256: df0b7590ea79134286e0d38c34f70d066f879f14bd1a098ba22033b014f49427
SHA1: ad1260e3a0fc8bb1beafdd8db7b8b02824beee27
MD5sum: 6a55656854e5538b8395047b0aed8bc3
Description: debug symbols for postgresql-10-pllua
Build-Ids: 7dc51c54250d0264ecb0b99305aaa2aeb56fd370 c0dabfbf4a819615e2a8928eb8f71c9e488885a0
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-plpgsql-check
Source: plpgsql-check
Version: 1.13.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check_1.13.1-2.pgdg+1_arm64.deb
Size: 64612
SHA256: a4e01164e048d2d5be636bd67cf496d02c95822a4c564fe07207134d96b7949d
SHA1: e8f58f33e8e8c5bc35a471a923a3c594f526a257
MD5sum: 8111f4c30b9b4056af098f235bb9328a
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.13.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: postgresql-10-plpgsql-check (= 1.13.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check-dbgsym_1.13.1-2.pgdg+1_arm64.deb
Size: 179968
SHA256: bfe3d8b8dcf67cdb192ec5bd32b2ca7eece9de6e4a0dc839675e87db3e82ab0d
SHA1: 97b8b010283ebab3f064ba5f54fc985f2e469077
MD5sum: 0415781f4580e280f8fcb7023455a7fb
Description: debug symbols for postgresql-10-plpgsql-check
Build-Ids: 54538523c9a5dc2d4ba059f580fb6bb6cda61b35
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-plproxy
Source: postgresql-plproxy
Version: 2.10.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-10, libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-10-plproxy_2.10.0-3.pgdg+1_arm64.deb
Size: 56372
SHA256: e58ca10057c8d6ffe46ba8cb2ac072a24621d803d5ea6654f229aaffadee8842
SHA1: bc08da0d4c17478506170e2011f784c705a56007
MD5sum: e9d708279ea8ca2f694fce93d3958976
Description: database partitioning system for PostgreSQL 10
 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.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-10-plproxy (= 2.10.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-10-plproxy-dbgsym_2.10.0-3.pgdg+1_arm64.deb
Size: 118896
SHA256: b850c90d132867fb8da0da5da3e23d0fea032df08cd5ade79178be75c36d0da2
SHA1: 42fb0c814210d5d33070f61c8a74630845c8078f
MD5sum: a978cd437cdd4af92915b98235f9bbbd
Description: debug symbols for postgresql-10-plproxy
Build-Ids: 483e95cc8a7bdd7b53f51085c357cbac3676c262
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-plsh
Source: postgresql-plsh
Version: 1.20200522-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: libc6 (>= 2.17), postgresql-10
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-10-plsh_1.20200522-2.pgdg+1_arm64.deb
Size: 12828
SHA256: 190c831da20d1cd9da69904c020e77f9fe9d2574e4fbe551cec09da41d36ed58
SHA1: 12a167a9d26f3eb51d3572327225314434e74956
MD5sum: 5055de58c1dd719980acd109c97cb6c2
Description: PL/sh procedural language for PostgreSQL 10
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in a shell of his choice.  You need this package
 if you have any PostgreSQL 10 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20200522-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-10-plsh (= 1.20200522-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-10-plsh-dbgsym_1.20200522-2.pgdg+1_arm64.deb
Size: 27608
SHA256: d965215cb8e819ea4328e2ee9f4ad6fed5dab6ed2108aea36778250b90b6c883
SHA1: ea58903ac65d73b7784ec96d0b3ab458003a7c26
MD5sum: 5bc813a473806e511dee7fec1867b9a7
Description: debug symbols for postgresql-10-plsh
Build-Ids: 99b935e771fbd9b9b0cd97999a6ccc80339c6156
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-pointcloud
Source: pgpointcloud
Version: 1.2.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: postgresql-10, libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-10-pointcloud_1.2.1-5.pgdg+1_arm64.deb
Size: 62308
SHA256: d208ec7b1db59ecf161355b4b552ef9ec3c051bb3f3ff1873f13a6524b3de327
SHA1: 3f64860068b1f18027d74bed4ae1e07ff3f21994
MD5sum: d53d2896d9552f237b8064183e578342
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 188
Depends: postgresql-10-pointcloud (= 1.2.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-10-pointcloud-dbgsym_1.2.1-5.pgdg+1_arm64.deb
Size: 158224
SHA256: 49b43bf15d933748cd070d99f565153dd750d90e84053a9f1e5acfa6b02de358
SHA1: c78db06154498fbbe78d2f49e73c5d8dfed2e70c
MD5sum: 0dd1687d9aec6105f40f15fef80e85b0
Description: debug symbols for postgresql-10-pointcloud
Build-Ids: 67d1a3d60f54a14bc6d33a1842451d4865a0556e
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-prefix
Source: prefix
Version: 1.2.9-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: libc6 (>= 2.17), postgresql-10
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-10-prefix_1.2.9-3.pgdg+1_arm64.deb
Size: 21224
SHA256: f993d6eb3e74453ec4abb89dcbcde6544a1c89d439bae2c96ed89d7cc01c22c7
SHA1: 78f09436e73ba2dc399632d18a34f65c55444211
MD5sum: 315c51319cfc862498d424bbda9a6e0e
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.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-prefix-dbgsym
Source: prefix
Version: 1.2.9-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-10-prefix (= 1.2.9-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-10-prefix-dbgsym_1.2.9-3.pgdg+1_arm64.deb
Size: 43560
SHA256: c64e54fbf95c9ad96ba8e7add2a6f178664b6d801391904bebbc8b25f433cfca
SHA1: aaeb548d8f8334da21d9fa85816cec09cb1d1b26
MD5sum: ba56905473cd329b0698b730775323ac
Description: debug symbols for postgresql-10-prefix
Build-Ids: c2317da19832c42aa04f682667d23d80ed27b73c
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-prioritize
Source: postgresql-prioritize
Version: 1.0.4-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: libc6 (>= 2.17), postgresql-10
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-10-prioritize_1.0.4-8.pgdg+1_arm64.deb
Size: 6848
SHA256: 3324396db3873fa6738730070d19dc8ef9cc6b9c0951df2922bbe1d05677568b
SHA1: ff4ae935895eb4207594001080f1a5efcf47a61f
MD5sum: b2a5fc71c0e73f8901a7cff74f055cbb
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.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-10-prioritize (= 1.0.4-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-10-prioritize-dbgsym_1.0.4-8.pgdg+1_arm64.deb
Size: 12088
SHA256: f04b9bde216841bfc2d53deb17d9dc4388e847f574a445ea352df4a5eb0a4e5b
SHA1: f7c8ae2eee4c1a7949a053de74c0fca21d59507d
MD5sum: 142cb5a41dd706818b119d0409ff48a2
Description: debug symbols for postgresql-10-prioritize
Build-Ids: c48f09656ac99af857c4126c957afec3e5e5c175
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-rum
Source: postgresql-rum
Version: 1.3.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 415
Depends: postgresql-10, libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-10-rum_1.3.7-1.pgdg+1_arm64.deb
Size: 99608
SHA256: 82f96b661477e1307e6e6371ce22ac4f7917f7db2211e5e1e219d2776992f261
SHA1: e3818b76c00febf067345ea55cf74f83953a144c
MD5sum: 6777b2501b7df068a48491ae7fc6b662
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-rum-dbgsym
Source: postgresql-rum
Version: 1.3.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 300
Depends: postgresql-10-rum (= 1.3.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-10-rum-dbgsym_1.3.7-1.pgdg+1_arm64.deb
Size: 262052
SHA256: 42b8cc6a06c68e0094e63d79fd4023b02aa551a15776cc88b295d00fc6bb80d9
SHA1: a36bca5ac36bb38f6342f288ede82c492339cc4e
MD5sum: dff1a07007caec8546a00cfee2f9e95b
Description: debug symbols for postgresql-10-rum
Build-Ids: 83814743007587056db4b80fc667da6b6d3d9769
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-similarity
Source: pg-similarity
Version: 1.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-10-similarity_1.0-4.pgdg+1_arm64.deb
Size: 32540
SHA256: b3ee09cc281a4a05da64cbebafc7f82add27c718772dd55061a4222a9be88105
SHA1: fb70ce309b2aac6ed1e5a7da8c031eb15966e4b3
MD5sum: c17915bc942de1f2fbf32dcb8784a370
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-similarity-dbgsym
Source: pg-similarity
Version: 1.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-10-similarity (= 1.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-10-similarity-dbgsym_1.0-4.pgdg+1_arm64.deb
Size: 54488
SHA256: 4a6edb4dcdcfb86cc38cc8e26f478eaaf7f950663cb3ff456f2942a1de922042
SHA1: 681af0e93bb6bf1c7e1d2223aee553463eeaa2eb
MD5sum: 194693d68e9ab5c20ea56f776a7fd55e
Description: debug symbols for postgresql-10-similarity
Build-Ids: 299d4a0dbdcef6af9ac8938874a82c343c0a2d81
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-snakeoil
Source: pg-snakeoil
Version: 1.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-10, libc6 (>= 2.17), libclamav9 (>= 0.101.0)
Recommends: clamav-freshclam | clamav-data
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-10-snakeoil_1.3-2.pgdg+1_arm64.deb
Size: 8772
SHA256: 88d9a23a785136cb851cbaf459fa2c8d51eb56a8e2d9cad22897243b39a1c739
SHA1: 3976b79cc4e1a4fde5a14bd80f24fbd607d0aa8b
MD5sum: 81254aeda16618853a03785d81ca0522
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-10-snakeoil (= 1.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-10-snakeoil-dbgsym_1.3-2.pgdg+1_arm64.deb
Size: 14044
SHA256: 06598b290c013b780ce9db78fa4b6705060af88dc399479a3ba0b6c26e81eb23
SHA1: b280c763e1ecd6b18607dfe4891a537564a00d55
MD5sum: 840bfeb604b49dff61cef42e6d23f892
Description: debug symbols for postgresql-10-snakeoil
Build-Ids: 9382c537df3ce5a60cd108439b4897e6c0681566
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-tdigest
Source: tdigest
Version: 1.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-10-tdigest_1.0.1-1.pgdg+1_arm64.deb
Size: 16836
SHA256: 66e66b68a36aa699b272292849e0e5476ffd28a92b4fb1df2ba3124dfc10c704
SHA1: 15a0bc64e9ee203df59c036fd32b99a757d00e31
MD5sum: cbf3a6f966fcbfe6a93df5f54f48a427
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-tdigest-dbgsym
Source: tdigest
Version: 1.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-10-tdigest (= 1.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-10-tdigest-dbgsym_1.0.1-1.pgdg+1_arm64.deb
Size: 33220
SHA256: b212d70278cc7bac19a1b21ff40fed10781cc7a9081d2137e7b88a907a314575
SHA1: 650089828e23e2c11edd6362a25480cbed0969a4
MD5sum: 2eb8ff91dd3a94f8d7bc94a472d324fc
Description: debug symbols for postgresql-10-tdigest
Build-Ids: 801d7ba30a8c32f0361a2efc0c41980a52ef28fa
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-tds-fdw
Source: tds-fdw
Version: 2.0.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-10, libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-10-tds-fdw_2.0.2-2.pgdg+1_arm64.deb
Size: 32860
SHA256: da469aed584c866c17bf60f6bcf63d52c5c170861e90dfd55606c21aee046fb7
SHA1: 08e888c492ad7e3aa80bf5997a16f496b8cd0635
MD5sum: b750471e08d37b8669ad81ad8b5ff259
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: postgresql-10-tds-fdw (= 2.0.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-10-tds-fdw-dbgsym_2.0.2-2.pgdg+1_arm64.deb
Size: 115392
SHA256: 6b7823e1bb4185d85d3869006c6ddc83248a20a561e0fc0afb154e796b24d562
SHA1: 55fd2a19b4731d2aa8b91058a3f9c0e53f74f734
MD5sum: f182d1901b2d2848bccbc194f611ba59
Description: debug symbols for postgresql-10-tds-fdw
Build-Ids: 0c00f9a3a18c5ad44f5fb2319b2a3c93e96cfd1e
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-toastinfo
Source: toastinfo
Version: 1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/credativ/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-10-toastinfo_1.2-2.pgdg+1_arm64.deb
Size: 6136
SHA256: fd04c6b733f3215a75e109a653382f3c49188bc28f93b09f7ce664ed1d2a2631
SHA1: d10a683847987efd8e2c27854295022b295bc1c2
MD5sum: 615262a532537a6f20f9a0bca99cc459
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-toastinfo-dbgsym
Source: toastinfo
Version: 1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24
Depends: postgresql-10-toastinfo (= 1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-10-toastinfo-dbgsym_1.2-2.pgdg+1_arm64.deb
Size: 10664
SHA256: 65d9464e2e64bf9f85b60e3b0c9df9682288ac2c0cc1e84bb540163892ba8664
SHA1: a6dcd3e9f0b9dfd9f98b7dc6c0d413f5d1df74d1
MD5sum: 822feb84f618ad235ebd262f6122ed43
Description: debug symbols for postgresql-10-toastinfo
Build-Ids: cd834d4c5bf5384540fe2ffefa765a46b70e31ad
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-unit
Source: postgresql-unit
Version: 7.3-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 334
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-10-unit_7.3-1.pgdg+1_arm64.deb
Size: 65852
SHA256: 246046db1003c1826d28cea9d9465fd0b86c82150b32b7b609c0f2ba34a5a938
SHA1: feae7d3c3f2c80fb2b8f10a9f5a7536730cc6bde
MD5sum: e3401639c709568b7883ed7aa37301b6
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-unit-dbgsym
Source: postgresql-unit
Version: 7.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 78
Depends: postgresql-10-unit (= 7.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-10-unit-dbgsym_7.3-1.pgdg+1_arm64.deb
Size: 56876
SHA256: f44e765fa322225584b445ebd852b6d61b6e71d0aadcac6af73c5037557ad7a1
SHA1: 25caf207a457bb7d50bcaf38aba9b9772d7811bc
MD5sum: 746f4f65ce856f937eb56474c5704885
Description: debug symbols for postgresql-10-unit
Build-Ids: 4bfce96947905275dc2a8a96712e432df3107937
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-wal2json
Source: wal2json
Version: 2.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-10-wal2json_2.3-2.pgdg+1_arm64.deb
Size: 17524
SHA256: f9a58189ef93814bc626ea4dee83043d3e0e3cee3f3b400b7aa7f218f7debdbc
SHA1: 066a30addfe2ed9962cac6d910c329b47c456a12
MD5sum: 5814e3dcb9ec38ef64ee76c41fcfc569
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-10-wal2json-dbgsym
Source: wal2json
Version: 2.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-10-wal2json (= 2.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-10-wal2json-dbgsym_2.3-2.pgdg+1_arm64.deb
Size: 52932
SHA256: 8b7b6d1a66a774eff2209cf9922874ef1192813f343adacb30c579df7876f41d
SHA1: 43b2e7cb4480b2effd26a20b9000b792225cff90
MD5sum: fc3dd64732b895676bcc39488adae938
Description: debug symbols for postgresql-10-wal2json
Build-Ids: c659f0687b64f6e43b2cd5c1c1f54d32e536655b
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-asn1oid
Source: pgsql-asn1oid
Version: 1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://github.com/ChristophBerg/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-11-asn1oid_1.3-1.pgdg+1_arm64.deb
Size: 13272
SHA256: 990b55fb91b921b4c897f4de9bba8c83fc9d6333896301159f51075d49880bb9
SHA1: 9ef4f4160e1df37988f311130dc2d99d92e7005a
MD5sum: e5c7d1df2b2a68ddf57f83f15e6a1c15
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 11.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-11-asn1oid (= 1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-11-asn1oid-dbgsym_1.3-1.pgdg+1_arm64.deb
Size: 8840
SHA256: e9d9972c1e04e1619bb210d3c8024a6232fdfc6d67e38fb3d33694331b37409a
SHA1: c1d9ec6c111fbb7924c58fa3b62c3da5d011900e
MD5sum: 4613272de8413d93f5f9878cf0f453ef
Description: debug symbols for postgresql-11-asn1oid
Build-Ids: 90733b268adaaf58f2264fb7ce8aca6fd4fe1dd4
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.5.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 44
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-11-bgw-replstatus_1.0.5.pgdg+1_arm64.deb
Size: 15580
SHA256: 40c572cb7c96fc87ec97c8ab2b0f5d8646b9a1f76fcfb76c281f65fdd72484e2
SHA1: 6cfb4319a79c792f4f04ed9c87adab6aba85e465
MD5sum: 23a11346e5f008968a8a4f0611eeb082
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 23
Depends: postgresql-11-bgw-replstatus (= 1.0.5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-11-bgw-replstatus-dbgsym_1.0.5.pgdg+1_arm64.deb
Size: 8300
SHA256: c25cd9ab96eac068b9b4b0e3186459201298b1ab2b6c6c817b02c98d4dd49877
SHA1: d747d7ca6d608a317eb8c081947ded973521d3fd
MD5sum: b5ffa83d5460c5a215a0de127e42d9d2
Description: debug symbols for postgresql-11-bgw-replstatus
Build-Ids: 5964afc9593a79f0a2dca71430ff52efba85d802
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-debversion
Source: postgresql-debversion
Version: 1.1.1-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.17), postgresql-11
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-11-debversion_1.1.1-4.pgdg+1_arm64.deb
Size: 16120
SHA256: e1b86270eeb2ee1d34f4eb81a3c0d75b5a1bff85395e7ff67300a1b3e5f95ef5
SHA1: 12febb43f75fc64a2be458bcb4b31b7a2153cfc9
MD5sum: ca2657df6a069d76f8bf5c62b80d346d
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()
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: postgresql-11-debversion (= 1.1.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-11-debversion-dbgsym_1.1.1-4.pgdg+1_arm64.deb
Size: 18696
SHA256: 3bddd1edd7fcc570079721c0d56e02cc4902fc62015a5810a79f8f10dec7f5cb
SHA1: d0803aadc259bb5caf6e7ad8ca598b8e804b2e62
MD5sum: b78817a94d9106494359aa93214b5944
Description: debug symbols for postgresql-11-debversion
Build-Ids: 2885b3b6402603f6d7a07e710a7fd6124b742b8b
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-dirtyread
Source: pg-dirtyread
Version: 2.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: libc6 (>= 2.17), postgresql-11
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-11-dirtyread_2.3-2.pgdg+1_arm64.deb
Size: 24876
SHA256: 555be724dcbf6dfdec3100da6024eb559d468c88ddd6f2d84d7196275510ef17
SHA1: 1dbaac5ac7e2e29629070775be1d3bebe9093b6d
MD5sum: cc4c3e8cd37fa26a16164edf421b1dfb
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-11-dirtyread (= 2.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-11-dirtyread-dbgsym_2.3-2.pgdg+1_arm64.deb
Size: 30808
SHA256: 14dcde1c3be7e643c64912cbcc36968f0e8feddc0418ef06ce58b8656ee22417
SHA1: a9afa66b41165c2a02eff147051f959d6d26e7c9
MD5sum: 2338261e63beb3b8a37560e24989a965
Description: debug symbols for postgresql-11-dirtyread
Build-Ids: d41f60ad21f709743a708d3da40dfd5aec5ca636
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-extra-window-functions
Source: extra-window-functions
Version: 1.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-11-extra-window-functions_1.0-2.pgdg+1_arm64.deb
Size: 15840
SHA256: 96ab7721753a5059846dbf0cb0e3fa5c4bb14277b1564b9ecf4f51bc8559446d
SHA1: adad14342cfac85d6bf13e26743b6fbb4e2faebd
MD5sum: 0129ccf8f9898747932868fcd0ce3ea6
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-11-extra-window-functions (= 1.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-11-extra-window-functions-dbgsym_1.0-2.pgdg+1_arm64.deb
Size: 10220
SHA256: cbf4dbf6621bd0f87f5aa644ac627058e562af1f8217afecafe6d15e4a373b20
SHA1: 5d22c1518d47d9581aa9ee30c60e998dc332487f
MD5sum: d61806783263cb1f8492712c2b908a08
Description: debug symbols for postgresql-11-extra-window-functions
Build-Ids: ad3d4e17d2a2bbff3b916508125f834704ac02b0
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-icu-ext
Source: icu-ext
Version: 1.6.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 185
Depends: postgresql-11, libc6 (>= 2.17), libicu67 (>= 67.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext_1.6.1-2.pgdg+1_arm64.deb
Size: 69120
SHA256: e02d1489692799666be167f39d8ac9bee1c3ca8f2ac5baed3c9eff38319846e2
SHA1: e6bbf968a1f88c00e8a206e09552cbc77f4d24ea
MD5sum: 28bd93f6d9c1f76f7c0c6dbf62943b10
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-icu-ext-dbgsym
Source: icu-ext
Version: 1.6.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-11-icu-ext (= 1.6.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext-dbgsym_1.6.1-2.pgdg+1_arm64.deb
Size: 58100
SHA256: ce0fe21a3845f1eae07f487c97d33cf74d27b9c5f76fe6834fa4d1b43efdad8c
SHA1: 95911e9fb03c299bfdcfaa559d6d8ccc0d4a2b3d
MD5sum: db25ca869c91ffbb88a028d50f0a1b80
Description: debug symbols for postgresql-11-icu-ext
Build-Ids: 9dc7843ed38b88956c07b0e36634c1a4b0f2bca9
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-jsquery
Source: jsquery
Version: 1.1.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 316
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-11-jsquery_1.1.1-3.pgdg+1_arm64.deb
Size: 133608
SHA256: 1e7a314901e3083339c2157aab22f6fc8d884b40f3dc18f0add01cb86a8131c1
SHA1: 3149545c9980e506e2b4f28a5898143f1593c499
MD5sum: b5c9141b875e97796f4829b84878d658
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-11-jsquery (= 1.1.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-11-jsquery-dbgsym_1.1.1-3.pgdg+1_arm64.deb
Size: 95004
SHA256: a5052a0da708916d171dc8b278c3473e4886840673bb33ef296e1a219afa6c49
SHA1: 54955d006fd2a8abaad926a933f9555b0f54bb89
MD5sum: ddcf8cb85124c19787c442a3a914f45b
Description: debug symbols for postgresql-11-jsquery
Build-Ids: f0a0320d44a53d7c711673b30682b36768e65534
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.5.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 216
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-11-mysql-fdw_2.5.4-2.pgdg+1_arm64.deb
Size: 95332
SHA256: 546739766dddd28a072ad6a0be28cc4ae30e5aa6d013e11eb6074b765b868e7f
SHA1: d5a0174577a0dbc757359ee46b66dd057c4e9eec
MD5sum: 31432bf67c4fc0437fb4d1b3ac5b4ea7
Description: Postgres 11 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 11.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.5.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-11-mysql-fdw (= 2.5.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-11-mysql-fdw-dbgsym_2.5.4-2.pgdg+1_arm64.deb
Size: 101292
SHA256: 4b0c13caae7a39476c6af8a894c919f7fe84b717702fef537c97260fcc2d10b1
SHA1: 85c6603cca36d2bccc599419ff084f45d7bdb7a2
MD5sum: ee86e4a519c8b8da286936d2ce97a71d
Description: debug symbols for postgresql-11-mysql-fdw
Build-Ids: 68a672ae89ae05b593bb53b6eab7db07a4863547
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-numeral
Source: postgresql-numeral
Version: 1.3-3.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 265
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-11-numeral_1.3-3.pgdg+1_arm64.deb
Size: 80116
SHA256: 036d815e51a113559c41fbd125ec8b5ba58b2c9434d1e46ed94ae91c6e29f7c7
SHA1: 0c6845d438d69b3cef033f4824c66af6a498aa08
MD5sum: d2c7e7ecf5ae123426599d4732ee66a8
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 62
Depends: postgresql-11-numeral (= 1.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-11-numeral-dbgsym_1.3-3.pgdg+1_arm64.deb
Size: 40340
SHA256: c71c69dd25ea1795b976f522c669a2c524f0ac27573356b3f94a4303e2ec2e12
SHA1: cbb2641948df7303650cc8a986cbda20b7b83f1f
MD5sum: c03ef9dac1af0cd2012fd01937e984b6
Description: debug symbols for postgresql-11-numeral
Build-Ids: 5ea327a986f6063f9c223baa4d939b754282b236
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-periods
Source: postgresql-periods
Version: 1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 548
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-11-periods_1.2-2.pgdg+1_arm64.deb
Size: 49992
SHA256: 28bd53268b54851ddffafce06283d2cd53e0969f3f5f592fe7fbd5902e6f5b95
SHA1: 71175c8d33167b0563f44fb958f5b66f2731029e
MD5sum: 2796b259479cc97d38c1a744dad17ac2
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-periods-dbgsym
Source: postgresql-periods
Version: 1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-11-periods (= 1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-11-periods-dbgsym_1.2-2.pgdg+1_arm64.deb
Size: 26212
SHA256: 1fbd5d111cae92428b608356a1be054914e7f9c7f7c384cff180e56a5ee47443
SHA1: 120d97bf7934bb76392240fdf0b1382c6e5d7b77
MD5sum: d555ce300e52ed6981a37529455ce901
Description: debug symbols for postgresql-11-periods
Build-Ids: b91d8a4b1ab9968d81f85dd6335ef352c581ba10
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-pg-catcheck
Source: pg-catcheck
Version: 1.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: libc6 (>= 2.17), libpq5 (>= 9.0~), postgresql-11
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-11-pg-catcheck_1.2.0-1.pgdg+1_arm64.deb
Size: 27096
SHA256: 539d42193011b82e2f4ba2e297edd03b923f8cd517308abb0c9a17edd8a77b5d
SHA1: c9ab637d29bb0341df763659886d1ad80769507e
MD5sum: 3f9d722f5849ff1389787ee6fff3d629
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-11-pg-catcheck (= 1.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-11-pg-catcheck-dbgsym_1.2.0-1.pgdg+1_arm64.deb
Size: 40076
SHA256: a75055918765f50bf47c18521ba2d5ca156a2ac2093a684c5af021fdf8a1770e
SHA1: fa87ec45b2b4a5cd6894fef3400054a24edb778a
MD5sum: e2a29d3efc88cd525d8d593259fc36ec
Description: debug symbols for postgresql-11-pg-catcheck
Build-Ids: 088bb05b90475096c03853aee85e11a87712e05c
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-pg-checksums
Source: pg-checksums
Version: 1.0-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: libc6 (>= 2.17), postgresql-11
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-11-pg-checksums_1.0-6.pgdg+1_arm64.deb
Size: 30304
SHA256: 651ac8c6f61d90c3e9e0c86919b9da15d58e28bb586f675e2142dacfa70c87e6
SHA1: 7158c632f94034707687430fbe7b4316520e1af3
MD5sum: 5fc5c956ee7e06c047e3d2933f6afda5
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums can activate or deactivate data checksums as long at the database
 cluster is shutdown cleanly. Activating checksums requires all database blocks
 to be read and all page headers to be updated, so can take a long time on a
 large database. Deactivating checksums only requires the cluster control file
 to be updated so is quick.
 .
 In addition, pg_checksums can verify the checksums in an offline cluster.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.0-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-11-pg-checksums (= 1.0-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-11-pg-checksums-dbgsym_1.0-6.pgdg+1_arm64.deb
Size: 25960
SHA256: 1af1d2f4a8f6e7226cad28f3ece8532922839e1d3b5100c3d8908e42bd13417b
SHA1: 2fbd823825441f5d0ee22c0941bf242d2d246864
MD5sum: 924b825ae27b0859b68f3c956ab2926f
Description: debug symbols for postgresql-11-pg-checksums
Build-Ids: ba2f6018e4353094b8719a29f4231e786f141fcf
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-pg-fact-loader
Source: pg-fact-loader
Version: 1.6.0-3.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 672
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-11-pg-fact-loader_1.6.0-3.pgdg+1_arm64.deb
Size: 50816
SHA256: c450cb6156235b2a436f3b0894515b84136720396ebcff1611c386215920c72f
SHA1: 68543d2b457a6bf2e2ab949f48247991ad2853fd
MD5sum: 6a40db94c19ea6742bf586930539b423
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 11.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.6.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 28
Depends: postgresql-11-pg-fact-loader (= 1.6.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-11-pg-fact-loader-dbgsym_1.6.0-3.pgdg+1_arm64.deb
Size: 13312
SHA256: 7ca9724aacb24122d435c457b8f9e2f13c88817e6af88e0967f8688793fbaa26
SHA1: 1e725f0f2c9747458f71b19e68fa577efa18c02f
MD5sum: 3a3a4340ba67919a57092c62c769bdcc
Description: debug symbols for postgresql-11-pg-fact-loader
Build-Ids: 3c9f4d01e732cf1725b447d5880a74ea2f507655
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-pgfincore
Source: pgfincore
Version: 1.2.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: libc6 (>= 2.17), postgresql-11
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-11-pgfincore_1.2.2-2.pgdg+1_arm64.deb
Size: 31044
SHA256: fc12c1839113770204ba3e8a7e541b24994e3bfcdafb138ae4e3352a00f049e1
SHA1: 06dc60b7bcee70c9065682ba7fb4ae9ea14d6449
MD5sum: b1415d052e29a80aa4b7bbd51ddb16a5
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.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-pgfincore-dbgsym
Source: pgfincore
Version: 1.2.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-11-pgfincore (= 1.2.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-11-pgfincore-dbgsym_1.2.2-2.pgdg+1_arm64.deb
Size: 38176
SHA256: 1f19b7b96c4c8be51c9d1a1ba7b847a893d4b146850a8ba0b50010918e0fc5a7
SHA1: cc69aeb1552bee1633a11b4724f0ac2c0fd6e0fc
MD5sum: 2214298a2b2d1ab95a30f96765ff802c
Description: debug symbols for postgresql-11-pgfincore
Build-Ids: e7aeac0d5cddfdac1947f5c401da48a4d1ded661
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-pgmp
Source: postgresql-pgmp
Version: 1.0.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 388
Depends: postgresql-11, libc6 (>= 2.17), libgmp10
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-11-pgmp_1.0.4-3.pgdg+1_arm64.deb
Size: 108476
SHA256: 395b6f4d8c9c1b01022afd39ca21e259bb4652f750fa9690f6188053ecc8570f
SHA1: 08ca898bc4c1dddd120532319edc05e5262b832a
MD5sum: c8c21b87fbe8665f97b8f5ed6a867aaa
Description: arbitrary precision integers and rationals for PostgreSQL 11
 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.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-11-pgmp (= 1.0.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-11-pgmp-dbgsym_1.0.4-3.pgdg+1_arm64.deb
Size: 62236
SHA256: be51322e065daba37f11600c15a83902717cbae555c99fb681f01ddfc2bc9cdd
SHA1: af81e8a2b3e9932b95fc1f6be32847beaff343bc
MD5sum: 345e5fb83cfee49c467642974c12c146
Description: debug symbols for postgresql-11-pgmp
Build-Ids: fd0090737f659e2a7d58017e7314fbc6d754c287
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-pgpcre
Source: pgpcre
Version: 0.20190509-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-11, libc6 (>= 2.17), libpcre3
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-11-pgpcre_0.20190509-2.pgdg+1_arm64.deb
Size: 18480
SHA256: 14c0993c1b553ce1ba3503cd9dea838e3670b450903e28d8573d200f9d2b0a20
SHA1: cd88241b3f5aa4cc22e17a9a9d15945ec6cf6665
MD5sum: adbf954a48933a5cd512232ff33f11e8
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-11-pgpcre (= 0.20190509-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-11-pgpcre-dbgsym_0.20190509-2.pgdg+1_arm64.deb
Size: 15260
SHA256: bd9c398dc4e67c167db27942a3a7825c0ceb04100d49af3b288bae181037eb35
SHA1: 9b59b64496be451a1e0e93e738846c585182dca3
MD5sum: c4cc42ef0f6bf28536ae84a1629bf1b3
Description: debug symbols for postgresql-11-pgpcre
Build-Ids: 048a24f88acb7e8e0565a582d8afefab53ecd7d8
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-pgq3
Source: pgq
Version: 3.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1945
Depends: libc6 (>= 2.17), postgresql-11, pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-11-pgq3_3.4.1-1.pgdg+1_arm64.deb
Size: 133108
SHA256: 6903682e59826edee8a08f1de7c03dcf6294c4de43cb7a26fd1de5a688ad4b61
SHA1: fc1d3dd168568e8fbebae417b09930c33160ad5a
MD5sum: 9b735bf95fe35e3eadea2b6d144bf20e
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-pgq3-dbgsym
Source: pgq
Version: 3.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-11-pgq3 (= 3.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-11-pgq3-dbgsym_3.4.1-1.pgdg+1_arm64.deb
Size: 65084
SHA256: 83bcecc8fb2b68b27b133695ead7ce20d646854583c10e64205c64ff7ffb88b2
SHA1: 70d6b07455a6b4981d0ac0f627a7eaa9aa5cb510
MD5sum: 0fb882bcae48486ea3f15294d3dc5b76
Description: debug symbols for postgresql-11-pgq3
Build-Ids: 5461451c3d708aa37f255ad2dd8f4fae320fb7ec f6913d14f542a233cb3247a8ffecde5257a1ff59
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-pgq-node
Source: pgq-node
Version: 3.4-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 470
Depends: postgresql-11, postgresql-11-pgq3
Replaces: postgresql-11-pgq3 (<= 3.2.6-5)
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-11-pgq-node_3.4-3.pgdg+1_all.deb
Size: 12524
SHA256: 7ab744418ae790e3bafbcac3f024c0db7fd991996eb73e328b6f08d678204aa7
SHA1: 2e061289b8a908341b49223c0d82f3c68b7d7f65
MD5sum: e17503d1cf36e2ca28c59f2666f9126d
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-pg-qualstats
Source: pg-qualstats
Version: 2.0.2-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 143
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-11-pg-qualstats_2.0.2-2.pgdg+1_arm64.deb
Size: 59676
SHA256: 390f9cf1f8d2b84025fea6118f6e15ef0e2b8abee765d895803b925276a01bd0
SHA1: 0f453b290dd0fdcb105408531837c4df51249678
MD5sum: 820258268807d0a2cf4ef7f5ba7321b2
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.0.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 74
Depends: postgresql-11-pg-qualstats (= 2.0.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-11-pg-qualstats-dbgsym_2.0.2-2.pgdg+1_arm64.deb
Size: 56916
SHA256: dcbc8d08b15d265cad65348e75e8d2bded315acc9c76ad755d4436ac2ce3a28b
SHA1: 50f520ea2983b8d24f19efb212696d7ad3ef0fdb
MD5sum: 269c883d8d808e6b108bdd87527a6c35
Description: debug symbols for postgresql-11-pg-qualstats
Build-Ids: 0d0404c0034abcd9892ccdf55773fdd667719508
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-pgsphere
Source: pgsphere
Version: 1.1.1+2020-10-20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1576
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx2 (>= 3.60.0), libstdc++6 (>= 5.2), postgresql-11
Conflicts: postgresql-pgsphere (<< 1.1.1+2020)
Replaces: postgresql-pgsphere (<< 1.1.1+2020)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-11-pgsphere_1.1.1+2020-10-20-1.pgdg+1_arm64.deb
Size: 543652
SHA256: 99f2a60a55ee80ab5187f9f8d69b23a3e10f461ea89439b7db93662510efe4bc
SHA1: 6106978bc755bce2df8f8132dd300cc72078dfd2
MD5sum: 70cc4f73debdad39cb630532de2932e4
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-pgsphere-dbgsym
Source: pgsphere
Version: 1.1.1+2020-10-20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 366
Depends: postgresql-11-pgsphere (= 1.1.1+2020-10-20-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-11-pgsphere-dbgsym_1.1.1+2020-10-20-1.pgdg+1_arm64.deb
Size: 310488
SHA256: 3e8b32a2045b4c1790122ba82ab82fca20986765f50ffbbd35bde9517fe40e00
SHA1: be465c42e691e31bc41ffd3e60cfe41d367b2c61
MD5sum: 685267f9e61f601b50c353766010ae4d
Description: debug symbols for postgresql-11-pgsphere
Build-Ids: 90bd5b5a31e4c9be9e7ea1f1efd8abe2c5136749
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.1.3-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 93
Depends: libc6 (>= 2.17), postgresql-11, postgresql-contrib-11
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-11-pg-stat-kcache_2.1.3-2.pgdg+1_arm64.deb
Size: 31944
SHA256: 84db40acd01d5173de36b9be01bc86ca81720aef34c1848d876669ca9d7b3712
SHA1: 9f9228fd25e637c59843e81a79fac525d5fcaa26
MD5sum: cd02abe76d429800370332a73198d158
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.1.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 48
Depends: postgresql-11-pg-stat-kcache (= 2.1.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-11-pg-stat-kcache-dbgsym_2.1.3-2.pgdg+1_arm64.deb
Size: 31900
SHA256: a942083a8e4b112543d86bac57161b6025febae40c40af1009857a581822c061
SHA1: fb2c51da70ad0de4167df4d8a21b8be7c2f70b39
MD5sum: 3aaf05810c23cfe4657e62ee20e95170
Description: debug symbols for postgresql-11-pg-stat-kcache
Build-Ids: c932e6ba5f68a9a81da203edf3f25d51af9d4759
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-pg-track-settings
Source: pg-track-settings
Version: 2.0.0-3.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 76
Depends: postgresql-11
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-11-pg-track-settings_2.0.0-3.pgdg+1_all.deb
Size: 7984
SHA256: b08d595e4005122b9e7114944b1b04e3444cf7f8ed15b86f25e28ef2461da9e9
SHA1: a88084b6f73f89e7243e621f4e5a2c877044b820
MD5sum: 523e7211fe8ab50a27ce97e7c23ea34f
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-pldebugger
Source: pldebugger
Version: 1:1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 210
Depends: libc6 (>= 2.17), postgresql-11
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-11-pldebugger_1.3-1.pgdg+1_arm64.deb
Size: 81116
SHA256: c592c35edfedbab73117cc62ec33ab1e0f357705f2b3872ad70189937d7a3d16
SHA1: 8d2a1cbde97cd027ac360e65a247494cfd181c92
MD5sum: 882ec0c3571f4e16e3e4cc04e19940f2
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-11-pldebugger (= 1:1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-11-pldebugger-dbgsym_1.3-1.pgdg+1_arm64.deb
Size: 90740
SHA256: c7aa06ccd90dff1bd25567321f1cfb1ee67eae1238cfa9e51b27a817c6abe35d
SHA1: b933e6f175c00e00ffbf58ea93c6749ff752e70b
MD5sum: 8527f107cacd8c943132245eb7d2ec9a
Description: debug symbols for postgresql-11-pldebugger
Build-Ids: f9c2ca2ab9d287b81744824d6f8ae3069c6901cb
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-pllua
Source: postgresql-pllua
Version: 1:2.0.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 921
Depends: postgresql-11, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-11-pllua_2.0.6-1.pgdg+1_arm64.deb
Size: 375228
SHA256: 8da351da77935aabfc9d886d6e9d5f7fcf7e88edf11c89046da969f7966e9aae
SHA1: 2591ccbbb61dae376d580eaf7b68091da7de107a
MD5sum: a4184d81aa1e7ad70a58e2d830010489
Description: Lua procedural language for PostgreSQL 11
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 334
Depends: postgresql-11-pllua (= 1:2.0.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-11-pllua-dbgsym_2.0.6-1.pgdg+1_arm64.deb
Size: 286384
SHA256: b420a1820cb9cf1e25ccfeb2bfbdf4e4ab9ce8abbf850e9b4a63753e3f444926
SHA1: 23f9ae14077cf31ee08938946a30f1bd5757783c
MD5sum: f9ece10b8d90c826650079694a1b2198
Description: debug symbols for postgresql-11-pllua
Build-Ids: abb13e941ef1f21ec0854a07c5b7e7448c40d2f3 c578126ec91159cf8266361f5574cfae010b9d97
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-plpgsql-check
Source: plpgsql-check
Version: 1.13.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 544
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check_1.13.1-2.pgdg+1_arm64.deb
Size: 242652
SHA256: 986a3e959abdcb65bd8e16b147b1d25523759fae342936b2367d622c2049cf94
SHA1: ae635b075d60f7bbcb12c97ea5fe5064c17858ab
MD5sum: e16f453d44608c4287f8b9b765f04a31
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.13.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: postgresql-11-plpgsql-check (= 1.13.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check-dbgsym_1.13.1-2.pgdg+1_arm64.deb
Size: 186280
SHA256: a074301c8c8813078920a0c53fc779debee3c0705959916baace5c9098dc20f5
SHA1: 544071c114f6460495fd6a070bdda3e20d45b54b
MD5sum: ceabaf0bdee3453de168e4315b2e98ab
Description: debug symbols for postgresql-11-plpgsql-check
Build-Ids: 2480cea1f7117798376c7a38155e80dd1700f0c5
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-plproxy
Source: postgresql-plproxy
Version: 2.10.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Depends: postgresql-11, libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-11-plproxy_2.10.0-3.pgdg+1_arm64.deb
Size: 150428
SHA256: 93bd3352efe3939ce471b5582e17d81cd21d5d1503f5ebed17ab8a9d5a0af60a
SHA1: ac11e9d5cf44313f913f531e63ad847c30db1d64
MD5sum: e3a0da09135ebeae4a9a19025970df94
Description: database partitioning system for PostgreSQL 11
 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.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: postgresql-11-plproxy (= 2.10.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-11-plproxy-dbgsym_2.10.0-3.pgdg+1_arm64.deb
Size: 115396
SHA256: 1555cb3094ef463c014659b327a3caadad3f597826a5cf92089b09397f953e1b
SHA1: 32793c904b4ad22d945d8ade2b5b2e50cb23c92e
MD5sum: 4faf134a76eb8626a19ad1b9d89b9aa4
Description: debug symbols for postgresql-11-plproxy
Build-Ids: e0ed67d464f8905980aa69a274087f7e952e20f9
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-plsh
Source: postgresql-plsh
Version: 1.20200522-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: libc6 (>= 2.17), postgresql-11
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-11-plsh_1.20200522-2.pgdg+1_arm64.deb
Size: 30612
SHA256: 286f65d83176112c47a6c796c57e4392375fe9d911ac3680df51b5c548e808ed
SHA1: dd67e3b004a9d79b545f0d7dd88d064ce4286fd1
MD5sum: 0d524e7d83cbabc8586176fa2f919d17
Description: PL/sh procedural language for PostgreSQL 11
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in a shell of his choice.  You need this package
 if you have any PostgreSQL 11 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20200522-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-11-plsh (= 1.20200522-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-11-plsh-dbgsym_1.20200522-2.pgdg+1_arm64.deb
Size: 27684
SHA256: fb310178e0f088d978fed922153aa486f67c34b06d5e2443ed7b98939b1dc02b
SHA1: 01927189364a9e586c1adc28b3a4d6c5f7615a04
MD5sum: 8a57c73386859b23f43d2b0b58a6541c
Description: debug symbols for postgresql-11-plsh
Build-Ids: ee1c89483947b3b87e71b62aa5a7c7bb71bbfabd
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-pointcloud
Source: pgpointcloud
Version: 1.2.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 375
Depends: postgresql-11, libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-11-pointcloud_1.2.1-5.pgdg+1_arm64.deb
Size: 110332
SHA256: de0ea0006389d1f6415e72206b735e352b15cdda718f4de76be346842e7c2ecf
SHA1: ebbc5674628ea66884afbc5681e2d45ba8ad56fe
MD5sum: 86a324c29d8598188a464592cb5a6aba
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 188
Depends: postgresql-11-pointcloud (= 1.2.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-11-pointcloud-dbgsym_1.2.1-5.pgdg+1_arm64.deb
Size: 157776
SHA256: 8cf66538dfa7937a667ed60c20c76c7339ccbae5dbdc6a9bb0d771ff897ee4e1
SHA1: 5576a7911007e53f689825c0ef3f4d08b9bfe123
MD5sum: ddb20183f326e1e016ed24f09ebadf45
Description: debug symbols for postgresql-11-pointcloud
Build-Ids: be3ce561e1c9d08359ce575d863afb761de1e9d9
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-prefix
Source: prefix
Version: 1.2.9-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 123
Depends: libc6 (>= 2.17), postgresql-11
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-11-prefix_1.2.9-3.pgdg+1_arm64.deb
Size: 46192
SHA256: 847d20a6640430f3bda3610b6b4779b94434d99bd8b2e8a94d1bcda1f768f6e1
SHA1: 47a822c7863b41b88284ec8da8da665a1b771fd8
MD5sum: 6bfd95743f56fa1a960b1e6d49983032
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.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-prefix-dbgsym
Source: prefix
Version: 1.2.9-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-11-prefix (= 1.2.9-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-11-prefix-dbgsym_1.2.9-3.pgdg+1_arm64.deb
Size: 44460
SHA256: 181ebb13272c82cf96e972077f8934ee0547f9247d1a9275fe9b71b4f49a81a2
SHA1: a0cccd5e4e525845c8c217d7f02f00f15fc66d4e
MD5sum: 9bf17664fbbe7eed6ec18a472a942167
Description: debug symbols for postgresql-11-prefix
Build-Ids: 59801c01488a18f5795a9cebbc45f3ec8c3e48a3
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-prioritize
Source: postgresql-prioritize
Version: 1.0.4-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: libc6 (>= 2.17), postgresql-11
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-11-prioritize_1.0.4-8.pgdg+1_arm64.deb
Size: 12612
SHA256: d1616e1b9335922fa2094dd829ce3bfb5b511c6eaab1dc3b689866b9d54a2ec1
SHA1: bd885fe756b6be86feee6bfa1199f7f2046bdffb
MD5sum: 4e7a11c5b95d62777a7d57568da99d8f
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.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-11-prioritize (= 1.0.4-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-11-prioritize-dbgsym_1.0.4-8.pgdg+1_arm64.deb
Size: 12368
SHA256: 151bf4cdc66509342ac6b30d83de72c3ec65c6290cdde21ab827c22d9249b024
SHA1: cda395c180df84c7a9177e89d176273fcce26ba4
MD5sum: 38e5047d0f90cefde9095552d80167c9
Description: debug symbols for postgresql-11-prioritize
Build-Ids: 2caa3dfb13a64d8587aaa4e2b65d1d7db20e296f
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-rational
Source: pg-rational
Version: 0.0.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-11-rational_0.0.2-2.pgdg+1_arm64.deb
Size: 24980
SHA256: 0cf7ed8da08f82de0eb1412c214472da41882ddf52aa6c07651576f04751d52c
SHA1: 2eefa450f38989d8f0f378465287917b8c450324
MD5sum: 00b45b8b56ef1eef508d02e8beb73f62
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-rational-dbgsym
Source: pg-rational
Version: 0.0.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-11-rational (= 0.0.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-11-rational-dbgsym_0.0.2-2.pgdg+1_arm64.deb
Size: 19756
SHA256: f103bcf4934e43d5506ae5f58348d32af7939975dd39e5421f5d7386bba64cf4
SHA1: 178cdbaf474721b300a5c7322279741dc816ad15
MD5sum: 2242bed413803f004814e3bd5e7ecaf0
Description: debug symbols for postgresql-11-rational
Build-Ids: dc572854dcaf1e418ed06ed1011a0079a950efcb
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-rum
Source: postgresql-rum
Version: 1.3.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 929
Depends: postgresql-11, libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-11-rum_1.3.7-1.pgdg+1_arm64.deb
Size: 345968
SHA256: dadfdf244b309e6975abfbeeb22650f479795b130cd7904aef83be6fadc08364
SHA1: f198b019ff5e11b8a2ef2590a48e1f80e1dc6641
MD5sum: 7e6d87810d6f5fbe502e2b1ea999bd7d
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-rum-dbgsym
Source: postgresql-rum
Version: 1.3.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 298
Depends: postgresql-11-rum (= 1.3.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-11-rum-dbgsym_1.3.7-1.pgdg+1_arm64.deb
Size: 261428
SHA256: 0c01a4ca0de98fa85886ffa3ac9f406fd3bf8fcc7fd6d59061db3d665f0b98ed
SHA1: e840425e87fd4bae56e12a19ba9d456d63557502
MD5sum: 8d0580ce7cde3b34a311505cae0a28fe
Description: debug symbols for postgresql-11-rum
Build-Ids: 572e327b64afc65a7b0d754f2a265e0a03d0aa26
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-similarity
Source: pg-similarity
Version: 1.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 340
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-11-similarity_1.0-4.pgdg+1_arm64.deb
Size: 100008
SHA256: ff52a4c665e9863f20e186f42b6de6fee2fbc6a986e67842cad059e54eb31ee8
SHA1: b6dc6c2c2f1e91e4540158ff8233356fcb9ef835
MD5sum: bdd95d55f03ef87d44a51734d28f43b0
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-similarity-dbgsym
Source: pg-similarity
Version: 1.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-11-similarity (= 1.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-11-similarity-dbgsym_1.0-4.pgdg+1_arm64.deb
Size: 54696
SHA256: 48b23732fbfa39530f72c811ddb0a796c545685cc841bf9a30284c24008cf1b0
SHA1: 7be5ff9c03c7fc9344f08b952788a668d85743b9
MD5sum: 48e0f355c23f53739ed846ece76d57df
Description: debug symbols for postgresql-11-similarity
Build-Ids: cceb11e3a3930fb6d19d76b6be30e7506074f3aa
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-snakeoil
Source: pg-snakeoil
Version: 1.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: postgresql-11, libc6 (>= 2.17), libclamav9 (>= 0.101.0)
Recommends: clamav-freshclam | clamav-data
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-11-snakeoil_1.3-2.pgdg+1_arm64.deb
Size: 17616
SHA256: fb93f4caf4d4df9980077fbc7ae6281fb6e0ff481b99334be9aba3ad886f5e23
SHA1: 5ffcb318dcf4bf0a4fc7dcbb236f5058622b3b06
MD5sum: 2ab9cf4ea23ecc188dfa82dedd219aa9
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-11-snakeoil (= 1.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-11-snakeoil-dbgsym_1.3-2.pgdg+1_arm64.deb
Size: 14132
SHA256: fcfb806eab16e123e745e7b9f4a299bd7e2891fea7999119921295a99a598d85
SHA1: 8c1a49d18c9c241ac76b1679adc9b84de3c66365
MD5sum: ed2e1896976c4f89c3ec372f3e5099de
Description: debug symbols for postgresql-11-snakeoil
Build-Ids: 42f4032662dfc8d0e7d0aa8380e6f4bf112af112
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-tdigest
Source: tdigest
Version: 1.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-11-tdigest_1.0.1-1.pgdg+1_arm64.deb
Size: 45484
SHA256: b7462fcab7172e806933fd528442cfa818d9b3bd610b755043100e30725b5af4
SHA1: f7b68dcca708b3edc9155f3f495e0240c1bb4cb2
MD5sum: 2dd1e82e1c5073df7d5bb9f89557eaee
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-tdigest-dbgsym
Source: tdigest
Version: 1.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-11-tdigest (= 1.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-11-tdigest-dbgsym_1.0.1-1.pgdg+1_arm64.deb
Size: 34844
SHA256: 0151935c82f1ea4d69852cdbe7c538c1222480921aa29abe0cde7d7657d162af
SHA1: 4fbd3cb1f807e60de30ac166beb9161d7b7b5b01
MD5sum: 6574951b6e5ea1d73e74bd5462851be8
Description: debug symbols for postgresql-11-tdigest
Build-Ids: fc5bc47594b7ec338d018574bea27a746d7a3bf8
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-tds-fdw
Source: tds-fdw
Version: 2.0.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 272
Depends: postgresql-11, libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-11-tds-fdw_2.0.2-2.pgdg+1_arm64.deb
Size: 122844
SHA256: 96940464dd692c6bd5a6f6e6f3097f1bb969bd751b76b62e810fa9363e683a3a
SHA1: 7097d372dea3bdc924e4624bcfbee50bb2a56355
MD5sum: fdab5600f1cde8b31fd3f25b55ba95aa
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: postgresql-11-tds-fdw (= 2.0.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-11-tds-fdw-dbgsym_2.0.2-2.pgdg+1_arm64.deb
Size: 116196
SHA256: f75b647fd58b5939019ac636f786058ed22eefee2023b658872ceb4554cb94e7
SHA1: 9742399547d56a68113fd89ef7e07b51058bfe5a
MD5sum: b20c470c0b6ff03b1955731e70964bae
Description: debug symbols for postgresql-11-tds-fdw
Build-Ids: 7fa1c762dd99ee7bf4a33051d6ac0f17de5dacdf
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-toastinfo
Source: toastinfo
Version: 1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/credativ/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-11-toastinfo_1.2-2.pgdg+1_arm64.deb
Size: 11876
SHA256: 64b71d3a7775a082148b26bd687a5c2a1a41f8b2ed925ff93af5d39842d51add
SHA1: 1184d92534f009cd2757c60c2d94b034ae20060e
MD5sum: 933e2c4bf23efdefef56fe2a30c5af32
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-toastinfo-dbgsym
Source: toastinfo
Version: 1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24
Depends: postgresql-11-toastinfo (= 1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-11-toastinfo-dbgsym_1.2-2.pgdg+1_arm64.deb
Size: 10764
SHA256: 3ff18bd709ab40e834342a931ea203de590ae4b08309447a119e6f32c5643415
SHA1: ee05cb4976bd02675364246ad263242a44485d2d
MD5sum: b98870c02c930876df93054d6c7b17a9
Description: debug symbols for postgresql-11-toastinfo
Build-Ids: 5a80e70eb02f1cc1cc876b246f3f67a27970dbe4
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-unit
Source: postgresql-unit
Version: 7.3-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 451
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-11-unit_7.3-1.pgdg+1_arm64.deb
Size: 121300
SHA256: 78b2c82442cd2e0f291b8f3a36d70a7a2d693d0874dd53719ec648a550b0fa18
SHA1: 9130cf1e66a6f3b1820a6196639bc41c9bb70312
MD5sum: d6b7fa1609dc10a8fc0c79a70f6b1072
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-unit-dbgsym
Source: postgresql-unit
Version: 7.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 78
Depends: postgresql-11-unit (= 7.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-11-unit-dbgsym_7.3-1.pgdg+1_arm64.deb
Size: 56968
SHA256: 1e95ddcb7eec1fc25c99b4aa6504152e4647e10f1a897d7c15c39eae424c94c2
SHA1: 6aa9e46994e3fb6c2bcad3eb1694ff85b6456f95
MD5sum: cb1cc0acc67bb4ba2ed56486e6aa796a
Description: debug symbols for postgresql-11-unit
Build-Ids: 84af25754ab688105c2d23a9e949a3cc321adfbf
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-wal2json
Source: wal2json
Version: 2.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-11-wal2json_2.3-2.pgdg+1_arm64.deb
Size: 61348
SHA256: 44d30d366443c58205743177375c8483999bffb54cfe1ddda1880c0e008eddf6
SHA1: a666a9886645c6ac7f0d1469291acfcc4ff8e6c3
MD5sum: 2d7f06623eeead6326559a389436025e
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-11-wal2json-dbgsym
Source: wal2json
Version: 2.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-11-wal2json (= 2.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-11-wal2json-dbgsym_2.3-2.pgdg+1_arm64.deb
Size: 55788
SHA256: 715d4861a21192893561b368dda365caca567a68bc7d12cef05746ac0d6f68e3
SHA1: a6d6f50d101246a526c76d1b29cb67b0d2a3c0d2
MD5sum: 400d059cd66d9770d91b95c923ff514a
Description: debug symbols for postgresql-11-wal2json
Build-Ids: 6790ff34fb065de8f85b2f09ec4c34a8c5a8c6a3
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-asn1oid
Source: pgsql-asn1oid
Version: 1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://github.com/ChristophBerg/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-12-asn1oid_1.3-1.pgdg+1_arm64.deb
Size: 13300
SHA256: 663d205a00faeff98ddea2a337512f5008d66ebdd6321e3733b7475cb1d79c0d
SHA1: ab194c024d50a9e515c2a1f4fbc06b978b161203
MD5sum: dfa0576fb0e0a594a2f6d149829ab4e1
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 12.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-12-asn1oid (= 1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-12-asn1oid-dbgsym_1.3-1.pgdg+1_arm64.deb
Size: 8932
SHA256: 2162a15f0b97ab02481f9872c2e8c2d681efea27aaca32065d95bd0ec94e58a8
SHA1: bdc0445ef52a4d5e99d679f19fd136b1042a4e2f
MD5sum: 0dbbf009864fc67e87a0b4484277d3f4
Description: debug symbols for postgresql-12-asn1oid
Build-Ids: 4ff60eaa74bbc471187cc5b5bd429d48061cd34f
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.5.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 44
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-12-bgw-replstatus_1.0.5.pgdg+1_arm64.deb
Size: 15588
SHA256: afff5e41d2bc67f9c60f65bd2cfb09c4ea1d364e054f5a38349e6c5f06f92e6f
SHA1: 3a323d1d09b9478662cd5c4dca97a3755b9312c3
MD5sum: a241dcc4daba5685be2a069c78bbed4e
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 23
Depends: postgresql-12-bgw-replstatus (= 1.0.5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-12-bgw-replstatus-dbgsym_1.0.5.pgdg+1_arm64.deb
Size: 8220
SHA256: df09fdb563fd80f6e489a63b25bb3edc3ad0ebd6818890dc4f2032776f26f1b3
SHA1: 39555687f466434570c377c28a298caba4aba6d4
MD5sum: 6f82cc58bb137a0f10cdcd00b169c136
Description: debug symbols for postgresql-12-bgw-replstatus
Build-Ids: d578d9526a85e505d57b7b217c39f15be434ce0a
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-debversion
Source: postgresql-debversion
Version: 1.1.1-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.17), postgresql-12
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-12-debversion_1.1.1-4.pgdg+1_arm64.deb
Size: 16164
SHA256: 932a6206efbef15cc4495e00909c349e895db2633c4aa04caf36b34943c7eab3
SHA1: 87397fa05ad16d246214b46eb10b96f6118b0b62
MD5sum: a8945b43b21fc14ebf1ea7e4a22e3467
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()
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: postgresql-12-debversion (= 1.1.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-12-debversion-dbgsym_1.1.1-4.pgdg+1_arm64.deb
Size: 18776
SHA256: 1490d68d62964cfeb46ab457da3492b1d9f8a4df1bcc97f0aadf83a5eac5e157
SHA1: d42e0514f76da631d6dcd5b83556c11618ca19b6
MD5sum: b6a22db06ed4a7d360d268126ac70dd1
Description: debug symbols for postgresql-12-debversion
Build-Ids: 608215601c1ed9602968e4ecb862bd8d141c28e2
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-dirtyread
Source: pg-dirtyread
Version: 2.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: libc6 (>= 2.17), postgresql-12
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-12-dirtyread_2.3-2.pgdg+1_arm64.deb
Size: 25492
SHA256: 6da6c8fea9f9104868865f80ceaa80314e213a648897e791a0e54bec61da53eb
SHA1: d471942b9497df1093d0d272a3aa588e2bcc588c
MD5sum: 8597b426342d2893f81ea860507c6b37
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-12-dirtyread (= 2.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-12-dirtyread-dbgsym_2.3-2.pgdg+1_arm64.deb
Size: 34928
SHA256: 39e7fa6cc363499ff8ea761589cbdff5dd200ddc6f74499d75db146e0adbf83d
SHA1: 68ff93f565a273ef4b736ceaa7b2c0c03e02a11d
MD5sum: d997e833e67c451323a199dcaea10862
Description: debug symbols for postgresql-12-dirtyread
Build-Ids: 81d131308beeac3fd55446c2578cfcfdc5d8344b
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-extra-window-functions
Source: extra-window-functions
Version: 1.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-12-extra-window-functions_1.0-2.pgdg+1_arm64.deb
Size: 15848
SHA256: 40d68b1471c159ce761f1412d8e144d9376a07f4fa3d5d592928f793b4ae09cd
SHA1: eec3a6a6a4216b92c7923c0611e71a71940f272d
MD5sum: 839eb2544455262200b62874549060c2
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-12-extra-window-functions (= 1.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-12-extra-window-functions-dbgsym_1.0-2.pgdg+1_arm64.deb
Size: 10272
SHA256: f9d952e8b8e585cbacbb2122da40afb54815e52e0e0fdddd24b80dbfb10d7f1e
SHA1: 8358cdcbd4c440e022d10cbe87e85a146c952e7f
MD5sum: 40b21204e4c7e2ca23a7c216265a8dc3
Description: debug symbols for postgresql-12-extra-window-functions
Build-Ids: bb24c9c58592f80d4e76ee8f5b29be52f0be97a2
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-icu-ext
Source: icu-ext
Version: 1.6.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-12, libc6 (>= 2.17), libicu67 (>= 67.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext_1.6.1-2.pgdg+1_arm64.deb
Size: 70348
SHA256: 1e86498d8db8e2d05b935c41d897be8fbea07006b45b37a6c823c9060fdb9d12
SHA1: 5f760857dccf9e494d4037ea4d6acb7048521265
MD5sum: d0c37418a794058a6934a3302516dff0
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-icu-ext-dbgsym
Source: icu-ext
Version: 1.6.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-12-icu-ext (= 1.6.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext-dbgsym_1.6.1-2.pgdg+1_arm64.deb
Size: 60628
SHA256: 8e910b8607583187fee48d676663d72243544cf38db46e43a8013cde5db28abc
SHA1: bd8a65efab3f4f1d35216980e3335747dbf72bf6
MD5sum: 87df6ee9040f6373060920cbae09524f
Description: debug symbols for postgresql-12-icu-ext
Build-Ids: 0983ea4bf167b92fc89c19ad7dbacdd83a8258bc
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-jsquery
Source: jsquery
Version: 1.1.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 320
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-12-jsquery_1.1.1-3.pgdg+1_arm64.deb
Size: 133660
SHA256: a9bb754bc8bc4f13ddf9f9e550a7fbb841373e7be2ac228f11f1ae365e31251b
SHA1: c055c0cd986b22d3125b991d74658b94cdf94374
MD5sum: 873ee3dcdb4c51da533c156b56f97f98
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-12-jsquery (= 1.1.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-12-jsquery-dbgsym_1.1.1-3.pgdg+1_arm64.deb
Size: 96256
SHA256: e4da8a80d05d4e8a359604460a441a3842215ee09851803c964c7cae31c88270
SHA1: e052de68645367bacda4a3d63c847c890dacf30e
MD5sum: 421eb7631c083df0cb7ed6f79058187f
Description: debug symbols for postgresql-12-jsquery
Build-Ids: 06a876034ade4569478c728b8769d78d6ace689f
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.5.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 217
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-12-mysql-fdw_2.5.4-2.pgdg+1_arm64.deb
Size: 96800
SHA256: b452cb76e2cd099e51ecc2eb0f304a2bad68883fc2cf45b81c3ac511a21e204f
SHA1: 6b173a6ca98d3ae1fb4d4c11b805bd020bc79ac9
MD5sum: cf133144607c868a9dedb3a837b165f3
Description: Postgres 12 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 12.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.5.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: postgresql-12-mysql-fdw (= 2.5.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-12-mysql-fdw-dbgsym_2.5.4-2.pgdg+1_arm64.deb
Size: 105732
SHA256: fa616521cfa9e1913b841d6e3328d60705882a0d2a60018e04ec1de78bca83d0
SHA1: 78cf058b19b2415d025067db57cf0a0ecde856e4
MD5sum: ea1a354ac0562a246c86018bf49efde2
Description: debug symbols for postgresql-12-mysql-fdw
Build-Ids: 460896ca9f9c229b05f16c3faee9cae777795036
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-numeral
Source: postgresql-numeral
Version: 1.3-3.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 265
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-12-numeral_1.3-3.pgdg+1_arm64.deb
Size: 80188
SHA256: ab25519ca11ccdd032ae1b1748ecbba569746964df44595786b69d9d9a7ba212
SHA1: fce2b9b96b5edc000535b49c8e45263b9229f7ce
MD5sum: 38d070e6e09ef4770d12510cca34042b
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 62
Depends: postgresql-12-numeral (= 1.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-12-numeral-dbgsym_1.3-3.pgdg+1_arm64.deb
Size: 40348
SHA256: c5485da25003d74f65a5f8167475849b34676afa92049b157645c8ffc4f7e33d
SHA1: 24ce1673a7fe08d833a6d4a7f2534c5518a1e4bb
MD5sum: cc77f5bdbb7451ebec366d55845a9085
Description: debug symbols for postgresql-12-numeral
Build-Ids: ad4bc818c2fee019117575c5ea22e377a2e456bc
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-periods
Source: postgresql-periods
Version: 1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 550
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-12-periods_1.2-2.pgdg+1_arm64.deb
Size: 52236
SHA256: 5b5e5d1234922e5c8050e4d6ce9568256a7a956fcc2668f0bd5522937d5769ea
SHA1: ab81f73ead815327385698b7a562ef094de22895
MD5sum: ac0b5fc676fedcda22fc579880ee23e1
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-periods-dbgsym
Source: postgresql-periods
Version: 1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-12-periods (= 1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-12-periods-dbgsym_1.2-2.pgdg+1_arm64.deb
Size: 39684
SHA256: aa252db61e632bfda2a3289670da4e5f878316c6095c345db00a93b99a011c3f
SHA1: 9aa067f0146c3d12f837cae31c53c44dfdc2862f
MD5sum: 253843bbf523f30f1966425c9edeb9c1
Description: debug symbols for postgresql-12-periods
Build-Ids: 977fe8f05581b822e3f70123ce045024108ee2dd
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-pg-catcheck
Source: pg-catcheck
Version: 1.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: libc6 (>= 2.17), libpq5 (>= 9.0~), postgresql-12
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-12-pg-catcheck_1.2.0-1.pgdg+1_arm64.deb
Size: 31908
SHA256: 50b68470bc6072d41639f4faa233a58ccb0c2f3c9f910e1aba0836cba9fdf295
SHA1: 437ed789d8de24e224fe5dd212141b83df8eff8a
MD5sum: 8be757d84403a12b0352c8b04af2344c
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-12-pg-catcheck (= 1.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-12-pg-catcheck-dbgsym_1.2.0-1.pgdg+1_arm64.deb
Size: 37596
SHA256: 9939866609d6aea822bdadef041959f157a89350b67da7c4d9c16a406079afda
SHA1: fd1b9597ac8ad84adffaa742729b80bc9c04f97a
MD5sum: 9b9978621965b09e932df0194528f421
Description: debug symbols for postgresql-12-pg-catcheck
Build-Ids: bc71604aade99d3576816bebb3fdb6e176a1fa8a
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-pg-checksums
Source: pg-checksums
Version: 1.0-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: libc6 (>= 2.17), postgresql-12
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-12-pg-checksums_1.0-6.pgdg+1_arm64.deb
Size: 34992
SHA256: f1d0436894a45db39cc47a728a1b2f418201970b1ab9db02869c4dd69eed4f4d
SHA1: adfe6a4de19703739a5e130e3bf85774f7e609d6
MD5sum: 6aa3fda483273443d9b41dbc914428e2
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums can activate or deactivate data checksums as long at the database
 cluster is shutdown cleanly. Activating checksums requires all database blocks
 to be read and all page headers to be updated, so can take a long time on a
 large database. Deactivating checksums only requires the cluster control file
 to be updated so is quick.
 .
 In addition, pg_checksums can verify the checksums in an offline cluster.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.0-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-12-pg-checksums (= 1.0-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-12-pg-checksums-dbgsym_1.0-6.pgdg+1_arm64.deb
Size: 21120
SHA256: 894335c8085a54239930e34d8f15135f85f1ceb24482f866ab089ccce3158264
SHA1: dfe2eccbf57c783bcc71e206e72544124afeb0e3
MD5sum: 53236b0d910dec27c6e277b2927d5ff3
Description: debug symbols for postgresql-12-pg-checksums
Build-Ids: 96eae891ce606b8ac0d2042b017f0b1dd4632bac
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-pg-fact-loader
Source: pg-fact-loader
Version: 1.6.0-3.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 671
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-12-pg-fact-loader_1.6.0-3.pgdg+1_arm64.deb
Size: 50568
SHA256: 38758f58ff5c13ab7a6b37e4460235bbe9b41177cf46f76cd7f18ab709d1430c
SHA1: 421475a1c6d3ab7df68e9632c2c39e103e90b4f6
MD5sum: 8fb9a9cf3c9d03a6b0778584a8446440
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 12.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.6.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 28
Depends: postgresql-12-pg-fact-loader (= 1.6.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-12-pg-fact-loader-dbgsym_1.6.0-3.pgdg+1_arm64.deb
Size: 13120
SHA256: e28c654f3e4c7e36a0db83dd4d38ceda0268cc3a076b1ac0cbceee2913369d6e
SHA1: 3110d24a4873ddd9531fbad64b8abe4b2dafc63a
MD5sum: 53a060a6c5552da60d9157adf1dc81a0
Description: debug symbols for postgresql-12-pg-fact-loader
Build-Ids: 96b25f164e5095e4fd79410c9de681a011857312
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-pgfincore
Source: pgfincore
Version: 1.2.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: libc6 (>= 2.17), postgresql-12
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-12-pgfincore_1.2.2-2.pgdg+1_arm64.deb
Size: 31696
SHA256: e11b66dc17423536332d4563fc5482249d08d0090133317e55c7289a74adf992
SHA1: 638ac8544fd3ecfccbb94e12554692e4015d5789
MD5sum: c9422c82a2282b5581bda3714baf17f5
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.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-pgfincore-dbgsym
Source: pgfincore
Version: 1.2.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-12-pgfincore (= 1.2.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-12-pgfincore-dbgsym_1.2.2-2.pgdg+1_arm64.deb
Size: 42152
SHA256: 22e49f161e6f68e0d2e8d53690d52a692b5ec71bbc77bff238e7355eb804b9ad
SHA1: 7d6f2f2225eae92d322b54ba70ce9e176440d787
MD5sum: 40ac7503bf50f34c6e8cfabfb2d27d69
Description: debug symbols for postgresql-12-pgfincore
Build-Ids: eb042d1d4f1f9b12d060783a8cc636b3cc6e8df7
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-pgmp
Source: postgresql-pgmp
Version: 1.0.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 385
Depends: postgresql-12, libc6 (>= 2.17), libgmp10
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-12-pgmp_1.0.4-3.pgdg+1_arm64.deb
Size: 109012
SHA256: 139056c45bb16793bb3064daff522fc15c7a0a2b7fcb348f7fc986229ba8f054
SHA1: 66c75190bf65fcb470e272b34e0b38a2b6efcdf5
MD5sum: 06f41b7d9d62af7deee832174d21cd21
Description: arbitrary precision integers and rationals for PostgreSQL 12
 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.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-12-pgmp (= 1.0.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-12-pgmp-dbgsym_1.0.4-3.pgdg+1_arm64.deb
Size: 63172
SHA256: bd09cf5552922192d3896c76ff3660e14b7bf4fc98856f3685ba6bb30ff90b2f
SHA1: a4eafad7780c77038192f33a369841f04fced921
MD5sum: a1f398f0920f08eb404be7f8207bf074
Description: debug symbols for postgresql-12-pgmp
Build-Ids: aa6ffb8b1e23db2a1c05464567836f9ba5765bd2
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-pgpcre
Source: pgpcre
Version: 0.20190509-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-12, libc6 (>= 2.17), libpcre3
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-12-pgpcre_0.20190509-2.pgdg+1_arm64.deb
Size: 18524
SHA256: 396cd4408e42e48619cd596ed2e05a073bccc1f812e8aac53461e45ddd3e2b18
SHA1: f1820a4cecb999b16e953d068845dfc52cf6fcc1
MD5sum: 07b5c148864a8a8abf026a13713e4a05
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-12-pgpcre (= 0.20190509-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-12-pgpcre-dbgsym_0.20190509-2.pgdg+1_arm64.deb
Size: 15428
SHA256: b58f30c5bb0d03a3e60aa789d4ee26f1446da7ca74e9192121fe056325b4df0a
SHA1: 4fa05ff3435d3f5e4382f2946453af5e5de5e9a6
MD5sum: 9a5cc28264e9c05c6a5f6d5444599963
Description: debug symbols for postgresql-12-pgpcre
Build-Ids: 6c2dd6dee77ed88e48a130b794c8767d318fef3a
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-pgq3
Source: pgq
Version: 3.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1945
Depends: libc6 (>= 2.17), postgresql-12, pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-12-pgq3_3.4.1-1.pgdg+1_arm64.deb
Size: 134244
SHA256: 77da5114829fc04faef8cf62a838366dfe5cf3cf1a9d7b958584b9198aa6572c
SHA1: b52f37aefe8d33808fa007558b12400990dd4c70
MD5sum: 2fcaead3fbca5138dd05718b6d7725f4
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-pgq3-dbgsym
Source: pgq
Version: 3.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-12-pgq3 (= 3.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-12-pgq3-dbgsym_3.4.1-1.pgdg+1_arm64.deb
Size: 67372
SHA256: 59fa02d2066171225f78ac0027ae02aac0a55f36fd51d70eb0f8625d2924016e
SHA1: 0535d42e79ea9e17e09622b55b3ed1658152d87d
MD5sum: 85e675b83ce37139a21626de7279fd46
Description: debug symbols for postgresql-12-pgq3
Build-Ids: 61a3bd6716923261ca69ed8398d74ae6e9ad217e a8e13ed71ef31e2a46cbba9e9ba58d1e1a6c7731
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-pgq-node
Source: pgq-node
Version: 3.4-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 470
Depends: postgresql-12, postgresql-12-pgq3
Replaces: postgresql-12-pgq3 (<= 3.2.6-5)
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-12-pgq-node_3.4-3.pgdg+1_all.deb
Size: 12528
SHA256: c6660ac357b5f9fc6192775b93da0c02237fcde8a6be9cbec8d1b687e4431798
SHA1: 0ab2fc30ebd89cfe9375bf9687ef450c2bf77521
MD5sum: bf4224632163abe2fb9de0f61ea4b0b9
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-pg-qualstats
Source: pg-qualstats
Version: 2.0.2-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 139
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-12-pg-qualstats_2.0.2-2.pgdg+1_arm64.deb
Size: 59844
SHA256: f58f2e6f6e279dd8842ff2aecc37837b4ab9f064caf7ae4b5f7465cd9d97b7ed
SHA1: 1e1ab79e2d40869e51d9828f7e7a973ab792850f
MD5sum: de320b9a2d818fbae648631d4ae023af
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.0.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 76
Depends: postgresql-12-pg-qualstats (= 2.0.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-12-pg-qualstats-dbgsym_2.0.2-2.pgdg+1_arm64.deb
Size: 58632
SHA256: 7e1675b20301f03487cb22969be276f5664a94876ceef4d62ce217c6ce389ded
SHA1: 7ff97faa1befb1b01c83945f68a45a34033de5bc
MD5sum: 8638fd6384c763fc970ac9cfaec76484
Description: debug symbols for postgresql-12-pg-qualstats
Build-Ids: cf8e1dd021ae0e12d43dbcde94b567101c524ad8
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-pgsphere
Source: pgsphere
Version: 1.1.1+2020-10-20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1571
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx2 (>= 3.60.0), libstdc++6 (>= 5.2), postgresql-12
Conflicts: postgresql-pgsphere (<< 1.1.1+2020)
Replaces: postgresql-pgsphere (<< 1.1.1+2020)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-12-pgsphere_1.1.1+2020-10-20-1.pgdg+1_arm64.deb
Size: 543436
SHA256: 7fae0754d208517866f15ab6b1c9e09d7e65d5e6d1cad0138e1969193b3b8ae7
SHA1: a798d605a898731258be667034c91a9c30ec88ca
MD5sum: 9fef3dda0a237b72ce207c37d3e43ecb
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-pgsphere-dbgsym
Source: pgsphere
Version: 1.1.1+2020-10-20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 368
Depends: postgresql-12-pgsphere (= 1.1.1+2020-10-20-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-12-pgsphere-dbgsym_1.1.1+2020-10-20-1.pgdg+1_arm64.deb
Size: 311496
SHA256: 5205bb066167437fdb3b2bdf3ee33aafacf634ff48168db2db2ba99f641f3e67
SHA1: f5eacee7d461264f3b4a9d081b30653f958fb6b9
MD5sum: 94a7b73695ee7941bf8ba3e6dce99e43
Description: debug symbols for postgresql-12-pgsphere
Build-Ids: 6c081232894df29fee73f83950e1ee471f8aa79e
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.1.3-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 93
Depends: libc6 (>= 2.17), postgresql-12, postgresql-contrib-12
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-12-pg-stat-kcache_2.1.3-2.pgdg+1_arm64.deb
Size: 32168
SHA256: 5e6de34e02099cd7fcc716fb0f935b7ad3da5334ff9455bd65be4ee30efd0f92
SHA1: c0ae40e5615386db59fa4fa60b05bfa3b7360dbe
MD5sum: 02c4989c1fed47ca35a6b7750244ef56
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.1.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 51
Depends: postgresql-12-pg-stat-kcache (= 2.1.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-12-pg-stat-kcache-dbgsym_2.1.3-2.pgdg+1_arm64.deb
Size: 35776
SHA256: 191daf62a3ed4d687fa692392e0b89cad2d58eed2788ebececec2d96f5dd15d3
SHA1: 68086665c8c6ba1d54b7511f19a3a2e17b28f28b
MD5sum: 49b2ef5071eff505104bbc875a9a93e0
Description: debug symbols for postgresql-12-pg-stat-kcache
Build-Ids: 196a63b7eb4bb4d28f1085b1cc35db6f5d09671f
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-pg-track-settings
Source: pg-track-settings
Version: 2.0.0-3.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 76
Depends: postgresql-12
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-12-pg-track-settings_2.0.0-3.pgdg+1_all.deb
Size: 7984
SHA256: 335151735e9881fd3ba00cb6a6216622dcb2e6450186d87668d14efdf45ed5ad
SHA1: 9e2f325ab1908e3307af37024a6fff55559bd697
MD5sum: 8e313161ba03df509e553108bf15bf1c
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-pldebugger
Source: pldebugger
Version: 1:1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: libc6 (>= 2.17), postgresql-12
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-12-pldebugger_1.3-1.pgdg+1_arm64.deb
Size: 81584
SHA256: 5549dbcf3059e0e2e7020d2f6356c5264b7a92037c43d92bdb79e281df55bd68
SHA1: 0739756e993c25917d7dbc9b54f0ebc66e9e72f9
MD5sum: 1c3956c0c4b86456f33ae5483321b7cb
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-12-pldebugger (= 1:1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-12-pldebugger-dbgsym_1.3-1.pgdg+1_arm64.deb
Size: 93252
SHA256: d85aa3d579d037f91cd9370016a6fe92c0266031873bd0f2755bf826c8ea5aab
SHA1: f467b62c80aceb636c32b0eec909697d69a404ba
MD5sum: 2492f907499e20d8b3366464c9a961c8
Description: debug symbols for postgresql-12-pldebugger
Build-Ids: 0c93e6b609885e698a167fef4c30d05c1445e2da
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-pllua
Source: postgresql-pllua
Version: 1:2.0.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 929
Depends: postgresql-12, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-12-pllua_2.0.6-1.pgdg+1_arm64.deb
Size: 376000
SHA256: 68b844e02f52e978e0e1b66f7dbcd9df7d83975db86c64e5832a6c8426546298
SHA1: 0875d34bb0c4c2f53fdf50dd85e57d3e9e86abc4
MD5sum: 4aed1b2218983651c90456f97ce17380
Description: Lua procedural language for PostgreSQL 12
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 334
Depends: postgresql-12-pllua (= 1:2.0.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-12-pllua-dbgsym_2.0.6-1.pgdg+1_arm64.deb
Size: 287324
SHA256: ea49acacd4bca8b10fb4aea5d82506f0a4a2cc7bbeea723ccd939bb9a6cb6e9f
SHA1: 3cd4d4cb4138f64099c454e55c2c553d3a9d6d70
MD5sum: 017457933d7e5aaf851030a2be7e8320
Description: debug symbols for postgresql-12-pllua
Build-Ids: b13f5d1591c53791c4e219b36db0dbd6326c076a dee04ab770d625f4ef2c061cd776bb7468cef162
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 1.13.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 552
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_1.13.1-2.pgdg+1_arm64.deb
Size: 248896
SHA256: 9263b99a2b4663e9ee7ca9521b650284226dbef1c1103eb9c8a195be9c047ab4
SHA1: 2895a9402591cbbe2c19c7ac99bb34571a4e5faf
MD5sum: 19cdd1d17090be7615f6115ab5ce93b1
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.13.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: postgresql-12-plpgsql-check (= 1.13.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_1.13.1-2.pgdg+1_arm64.deb
Size: 192928
SHA256: f5de5a8be55ae2d583b52c55d60c9025ed9c1f45fd4910ccdc8facdf8244e1e1
SHA1: 21d4eda3ba6cd68f308d8c192d2b8b13fca7a651
MD5sum: 83374aab845486b2e04c149b77af4132
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: 640cfebf592ae2c39f426d0a8a7612d01250e359
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-plproxy
Source: postgresql-plproxy
Version: 2.10.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Depends: postgresql-12, libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-12-plproxy_2.10.0-3.pgdg+1_arm64.deb
Size: 150344
SHA256: b055c0cd3edba76620a59524aa5be4662a1d8d746d24d48b3ad09b821f76676c
SHA1: 1c88160958af058c09d848f7c99aabda65244ee3
MD5sum: 34687d1d8c92399568741eeaac99a536
Description: database partitioning system for PostgreSQL 12
 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.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 139
Depends: postgresql-12-plproxy (= 2.10.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-12-plproxy-dbgsym_2.10.0-3.pgdg+1_arm64.deb
Size: 116992
SHA256: 59ef6dde1d1af14b9721f6569672db0d8ce775a561e41455907b540600a27e13
SHA1: 0157239fd011a8ea4c7183660b7b0a0fa3802847
MD5sum: f8ca95399763f8cf1b763db3e6fc9b71
Description: debug symbols for postgresql-12-plproxy
Build-Ids: 4a7a1fc6c509a6ba864ab0ba755542e486d495d0
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-plsh
Source: postgresql-plsh
Version: 1.20200522-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: libc6 (>= 2.17), postgresql-12
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-12-plsh_1.20200522-2.pgdg+1_arm64.deb
Size: 32700
SHA256: c8e409e1009e844d56d54dd0d24a97fc2f66f528cf7d168eb93bc457f3d5703e
SHA1: 9b9f75e4598cd9d19cd431674af25a945ffd242e
MD5sum: 0127b77b466f4a0cafc70c5df3e97c08
Description: PL/sh procedural language for PostgreSQL 12
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in a shell of his choice.  You need this package
 if you have any PostgreSQL 12 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20200522-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-12-plsh (= 1.20200522-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-12-plsh-dbgsym_1.20200522-2.pgdg+1_arm64.deb
Size: 40424
SHA256: 5bf06e6014ecb5813dccd8adc6aa9f4281aa1d7957eb995567ffd84fa742b607
SHA1: 75c72e0c7c9bb6e0a54b4ca66e9277216984d14f
MD5sum: 46b8a080a19b0e1d14a8af63555ef777
Description: debug symbols for postgresql-12-plsh
Build-Ids: 93e88a5bcd48d39377831ee130e51d711ef7f2a7
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-pointcloud
Source: pgpointcloud
Version: 1.2.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 374
Depends: postgresql-12, libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-12-pointcloud_1.2.1-5.pgdg+1_arm64.deb
Size: 110132
SHA256: cbff5892c72457664661fff33f82bafd5db91eeaeabd8c29566dd1973e4680e0
SHA1: d6cc1912f1652fbd04dafb5bb5980c1c6898174d
MD5sum: 390335f76bef5595b7f3d0998db9c896
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 190
Depends: postgresql-12-pointcloud (= 1.2.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-12-pointcloud-dbgsym_1.2.1-5.pgdg+1_arm64.deb
Size: 159624
SHA256: 4a8defe809ca501801191a56993ebad1714e38f74e579d2a8042a8e9e442e632
SHA1: eee1f07d482a2a243797fb8c9f20200a83c56e1a
MD5sum: e809b89bdbe2a05b839ebd7c1d8e53d1
Description: debug symbols for postgresql-12-pointcloud
Build-Ids: b60e048b626e18cc6bed43d5446e9d3eecc4da67
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-prefix
Source: prefix
Version: 1.2.9-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 123
Depends: libc6 (>= 2.17), postgresql-12
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-12-prefix_1.2.9-3.pgdg+1_arm64.deb
Size: 46028
SHA256: e0b76f13585a077a77325c536ed7fb967663006255f80392bea91c407689d0ad
SHA1: 112944b642100c7dd99e355040143aa6760d1a91
MD5sum: baefbcc22d7b38faac3b923f38a301df
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.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-prefix-dbgsym
Source: prefix
Version: 1.2.9-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-12-prefix (= 1.2.9-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-12-prefix-dbgsym_1.2.9-3.pgdg+1_arm64.deb
Size: 44532
SHA256: ef80da4c0f4a02c15daff12ce29d4af9b300e7d7245f722433d5f536c596e975
SHA1: 257fb7d3da3f816bd07448de9de46ed98190d5eb
MD5sum: 411c269ca5267175b91b921fd620ddf0
Description: debug symbols for postgresql-12-prefix
Build-Ids: d19e88bead334bc983db73b33c870d74173ccfab
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-prioritize
Source: postgresql-prioritize
Version: 1.0.4-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: libc6 (>= 2.17), postgresql-12
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-12-prioritize_1.0.4-8.pgdg+1_arm64.deb
Size: 12624
SHA256: f53621ff37a8f7a75ac80e1138d85953bcdf586acdfe9e76a4c84dc24942bdb9
SHA1: 439988e5c312d1f97283e4f1ff9e03b8af58fa54
MD5sum: 84f8e3a6f8f48088cf66a3f037a28e12
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.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-12-prioritize (= 1.0.4-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-12-prioritize-dbgsym_1.0.4-8.pgdg+1_arm64.deb
Size: 12680
SHA256: eae10eb90abc400a7e080afd2c1cac683be9cd0b55e4b4fcfea18460ceef33a5
SHA1: 08bf23e2ef05ae38f1644b51f6e589103ebaf94f
MD5sum: cd4b92040124ce1b425477ffdb64c308
Description: debug symbols for postgresql-12-prioritize
Build-Ids: 1b39a22341ee303244140dbe8c43e93a518a0bf3
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-rational
Source: pg-rational
Version: 0.0.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-12-rational_0.0.2-2.pgdg+1_arm64.deb
Size: 24980
SHA256: 3008922ea2e95e17b345b8c9d0d86fca1740eb0c1913061719c948f2b64e99ff
SHA1: 9b1ef4f6b0408c150e2d8e44639fe9f2069cd6dc
MD5sum: 7f980de70bbb0482b5a2810cbe85a8fb
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-rational-dbgsym
Source: pg-rational
Version: 0.0.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-12-rational (= 0.0.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-12-rational-dbgsym_0.0.2-2.pgdg+1_arm64.deb
Size: 20116
SHA256: 2528e5a0df8bab29debd16718150b245f87f59ab0e6cf705c8a7c98841f724f9
SHA1: b617704f23bba97431c91828be2635addd3fb9e5
MD5sum: 8ba2531b180827ec9efb8bbe51e16b7d
Description: debug symbols for postgresql-12-rational
Build-Ids: 9547e583f0b34bc68c2525d4fc85bb0eb00f0144
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-rum
Source: postgresql-rum
Version: 1.3.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 936
Depends: postgresql-12, libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-12-rum_1.3.7-1.pgdg+1_arm64.deb
Size: 347736
SHA256: a3062e6103e5703221d89e59b43baa20b8504c5c1838428f3104140d8294ce4d
SHA1: d9a816f2476881021b52475612c8b1f330cbe3bc
MD5sum: b100a27b205ad8324de7a7e8a4f25c89
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-rum-dbgsym
Source: postgresql-rum
Version: 1.3.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 308
Depends: postgresql-12-rum (= 1.3.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-12-rum-dbgsym_1.3.7-1.pgdg+1_arm64.deb
Size: 270152
SHA256: 8a95ce0be416e9f6c598be16227560e3044670e526cbae59cb6d6f6cf4fb37ed
SHA1: 14b68bf0d179107d1d6fca73ffee990e07705902
MD5sum: 41954d053b9d22d8416a6807d8e47438
Description: debug symbols for postgresql-12-rum
Build-Ids: b96fdd32a6d0c48669cc529a08d35d8b8e30ce33
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-similarity
Source: pg-similarity
Version: 1.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 341
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-12-similarity_1.0-4.pgdg+1_arm64.deb
Size: 100188
SHA256: 1138cc8a3edcb18514e6c9ece9fffaf8bb3ecb982ace4cea709a04eb7f0bdc32
SHA1: 3be83ed1b318cc0d5247b5b86c1a4a29d0fc57ec
MD5sum: 16e6d7d74b2972b55947bf72d6aa4ba3
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-similarity-dbgsym
Source: pg-similarity
Version: 1.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-12-similarity (= 1.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-12-similarity-dbgsym_1.0-4.pgdg+1_arm64.deb
Size: 58032
SHA256: 2608e926cbe43821d83a780a2a2a60683d2a03192fffac8d313bc5fa1f727e83
SHA1: bc62f73487de5003d186a0fc92899be440b89c0c
MD5sum: f8e791e7b61b5e00f08b34390520f4f0
Description: debug symbols for postgresql-12-similarity
Build-Ids: 0c82cd5dfed611e81a24922bcbd7ced39f5ed966
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-snakeoil
Source: pg-snakeoil
Version: 1.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: postgresql-12, libc6 (>= 2.17), libclamav9 (>= 0.101.0)
Recommends: clamav-freshclam | clamav-data
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-12-snakeoil_1.3-2.pgdg+1_arm64.deb
Size: 17620
SHA256: 3d70ab3c5da770250b0c2390e716d5dbb6c2d59de1052fdab8f11f35eece06ad
SHA1: d0807c96385212f5a87be932d8849f1694f8e234
MD5sum: 682977d18f0cfed551da44206bf7d99c
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-12-snakeoil (= 1.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-12-snakeoil-dbgsym_1.3-2.pgdg+1_arm64.deb
Size: 14556
SHA256: 4b618560119c34f0525a8f794d6903ab9667fbfb078cb2d1ea2956f2f6a47e3f
SHA1: a40ef202f8a5b59ddec0890c1f8d72f3d079fe9e
MD5sum: 8ff489bbe371d75925595e6bed7d45bf
Description: debug symbols for postgresql-12-snakeoil
Build-Ids: 131f805dd03c6d5849f7bcc0ed71e7917df2e59e
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-tdigest
Source: tdigest
Version: 1.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-12-tdigest_1.0.1-1.pgdg+1_arm64.deb
Size: 45412
SHA256: 029b6b5d169134b7f48ac49e6d3c26e4fae7389db73e3fbb19f16afdca82720e
SHA1: a5b401a933e2023bd2ed59f3bc4b63ddc944fa0c
MD5sum: 620fd765602630b674f8c053ac34dd06
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-tdigest-dbgsym
Source: tdigest
Version: 1.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-12-tdigest (= 1.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-12-tdigest-dbgsym_1.0.1-1.pgdg+1_arm64.deb
Size: 35428
SHA256: 122465ebc55e12403b1b825f597d3cb3b4b5fc1e7893f16538dcb7b154866f98
SHA1: 69bf55faac61ad9c69c04510b3c7a729e35b2ef9
MD5sum: b05793c6b6c3951cd1100ba42fdaea15
Description: debug symbols for postgresql-12-tdigest
Build-Ids: d0f534bbdfeb3091021f215e5a0013cf3b7ec9fb
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-tds-fdw
Source: tds-fdw
Version: 2.0.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 272
Depends: postgresql-12, libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-12-tds-fdw_2.0.2-2.pgdg+1_arm64.deb
Size: 123600
SHA256: 1eae7537548e86698ec39381348e5b9708a9378c0ef17d8d2edd9656dd7a5342
SHA1: 629ce15772a4b7ed131f59cd13e6b7b537d51bed
MD5sum: 5051226c5a16408833d3a4c28eb7f24e
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-12-tds-fdw (= 2.0.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-12-tds-fdw-dbgsym_2.0.2-2.pgdg+1_arm64.deb
Size: 123768
SHA256: 53edc42f8ba85ce9f4020a74f95b962b43354586874d57594cc34f9a11e13129
SHA1: 236d6d5d32a182861b43d71f1ae7d9940b224804
MD5sum: 8043ca129ff660915303da331001bc05
Description: debug symbols for postgresql-12-tds-fdw
Build-Ids: f58236c660be6ac379b0d83f191dfdf0f9a061b2
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-toastinfo
Source: toastinfo
Version: 1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/credativ/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-12-toastinfo_1.2-2.pgdg+1_arm64.deb
Size: 11928
SHA256: 4f13866af6e77bf7f30762f6e9ce5d4caec877955d095ce539984956d56fdd84
SHA1: 831fd04944c164845acc77678e92731d19fd46bb
MD5sum: be4dcd8d15c935527b6d3116f391caae
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-toastinfo-dbgsym
Source: toastinfo
Version: 1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-12-toastinfo (= 1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-12-toastinfo-dbgsym_1.2-2.pgdg+1_arm64.deb
Size: 10932
SHA256: c2327c74ce4d1e0c1fa1a2d6e063e6eb551b38226a5268b68730b80f9e469ece
SHA1: 5bc4beed88f178150684fad0d821fd366c3cc319
MD5sum: 31c03281bc7fb4af59765a656d819672
Description: debug symbols for postgresql-12-toastinfo
Build-Ids: 63f9d99863c479643c9732645602866a8955235d
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-unit
Source: postgresql-unit
Version: 7.3-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 451
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-12-unit_7.3-1.pgdg+1_arm64.deb
Size: 120944
SHA256: 44cb65f6cb78d22eb8e8097b61b987edf31fd5ef98da3170cfa51459749f83c4
SHA1: 6adb4e20dff337ac495dbc6c62eaee1ab9af937f
MD5sum: 46101ecaeb19eb571a17aa18a28a5d1f
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-unit-dbgsym
Source: postgresql-unit
Version: 7.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 78
Depends: postgresql-12-unit (= 7.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-12-unit-dbgsym_7.3-1.pgdg+1_arm64.deb
Size: 56524
SHA256: c8f50801cc88bec2b451eeb13de2fc1572d27404bc8ec7508beb860a5c5dd0ec
SHA1: 20be3d13caac52ed98d57cd4f5d53ce81b2b5d2a
MD5sum: 16440158e1d21db235cab1e535f0c16f
Description: debug symbols for postgresql-12-unit
Build-Ids: cf96c60f9ddc3ba888407b0578094c71ebc7a964
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-wal2json
Source: wal2json
Version: 2.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-12-wal2json_2.3-2.pgdg+1_arm64.deb
Size: 62892
SHA256: 6abbec393363c24483f6acaf1513bb8549fd0991c0570a0392654385a115acef
SHA1: cf1be4cbeccb69a22e3b3fb912ec1eee96b9df06
MD5sum: 962fe094366dd495800e6dc6ff862814
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-12-wal2json-dbgsym
Source: wal2json
Version: 2.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-12-wal2json (= 2.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-12-wal2json-dbgsym_2.3-2.pgdg+1_arm64.deb
Size: 60320
SHA256: 5240dd15a57a397b0901121c1ebcafee2d66e94fcbf00347b8676baa2187b4a7
SHA1: ce3a0575f39e47701d8d0ad46d20a81053898b1f
MD5sum: 2e2c76369a85c72a6f284e1d281530bc
Description: debug symbols for postgresql-12-wal2json
Build-Ids: d1b6ce45b7772cfa1b8860353ab47bb4dbfce47b
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-asn1oid
Source: pgsql-asn1oid
Version: 1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: libc6 (>= 2.17), postgresql-13
Homepage: https://github.com/ChristophBerg/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-13-asn1oid_1.3-1.pgdg+1_arm64.deb
Size: 13376
SHA256: 8482e1b825233a46acb60600ed120f4894cfbb6f4808d2d0281b251c2d181492
SHA1: 43f9bc1f303c87a771517c1a7fd7077f80d7b51d
MD5sum: 8f71b527fc76b5138267ca48c24ee1fc
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 13.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-13-asn1oid (= 1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-13-asn1oid-dbgsym_1.3-1.pgdg+1_arm64.deb
Size: 8840
SHA256: f1ebb4df486f386d8639093ec156f8fbefdc0646ca08143e02b4407ae9042c5d
SHA1: 2bb3c619efbb102e9ae3cbc85331d1e99b865abb
MD5sum: e4f5436011f171946f2410b537357e52
Description: debug symbols for postgresql-13-asn1oid
Build-Ids: df4d3d3f46261519ab5b9988612c1af61ec0348f
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.5.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 43
Depends: libc6 (>= 2.17), postgresql-13
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-13-bgw-replstatus_1.0.5.pgdg+1_arm64.deb
Size: 15008
SHA256: ad91327cdb23b2cc1dca879902480f6c637820092505c23826e7be0fb43709e4
SHA1: a6134202b3c1ad0a84f0c8b2f062a810625d1ba3
MD5sum: 8aeb6db338e767aac0814b7dfae83327
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 23
Depends: postgresql-13-bgw-replstatus (= 1.0.5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-13-bgw-replstatus-dbgsym_1.0.5.pgdg+1_arm64.deb
Size: 8084
SHA256: 00d497cb079403a463a9fafc689fef16653220c4ca289d1a92a838332af9c985
SHA1: d2832c4bd20d759b936861cc5e5c6c228b1678d4
MD5sum: 82a2d0db49d19409833fe21d82d0e37c
Description: debug symbols for postgresql-13-bgw-replstatus
Build-Ids: 2560f3ae3bfab366ffd653172c5e127c804b344e
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-debversion
Source: postgresql-debversion
Version: 1.1.1-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.17), postgresql-13
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-13-debversion_1.1.1-4.pgdg+1_arm64.deb
Size: 16148
SHA256: e8fb3bb721b429554a846399c448e8ba8a57e2df34eec2e0178071018e1c7253
SHA1: 774b1c7732a84e3dbf1b9d35bacb807d68e2dab5
MD5sum: f30294034bfa8df2080b41f3b9b7537d
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()
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-13-debversion (= 1.1.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-13-debversion-dbgsym_1.1.1-4.pgdg+1_arm64.deb
Size: 18952
SHA256: 0b755ee9271b3ee386e92ecd1da6d400d7adda14cf3047c2b5e50f569a2bf9e4
SHA1: 5246b8a2f50d492827fe14b58942626be1e75163
MD5sum: ce0cb6995100fc47ee3271b33df073e0
Description: debug symbols for postgresql-13-debversion
Build-Ids: 0d2d272d55348657c0e83f0f8b66b5409e8b933e
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-dirtyread
Source: pg-dirtyread
Version: 2.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: libc6 (>= 2.17), postgresql-13
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-13-dirtyread_2.3-2.pgdg+1_arm64.deb
Size: 25060
SHA256: 95058daaad91c0367913b9f9f8f70581ee73a5561c07c23d2575ee3db45c8869
SHA1: 9a495d253faec86c2a19f97f59b48a262e873136
MD5sum: 01c43347c2e995e2bb655152a6946924
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-13-dirtyread (= 2.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-13-dirtyread-dbgsym_2.3-2.pgdg+1_arm64.deb
Size: 31632
SHA256: 1ffca38d05ff66ce747025a9fc1e105e5e3c643d30b669749c128157ec3c36e5
SHA1: b563c271a4ed9d98e0ffd68c2cf2ac0cfc18aedc
MD5sum: 6f7c09dbaa375f2dbcde097f94fe7170
Description: debug symbols for postgresql-13-dirtyread
Build-Ids: a1c283c97d957c2115b8d75acf2f60a3a0f92240
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-extra-window-functions
Source: extra-window-functions
Version: 1.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-13-extra-window-functions_1.0-2.pgdg+1_arm64.deb
Size: 15684
SHA256: 3361dcc811c249f299a25a03b62654a7c15f2532ddb9acf21d2fb530447bffd1
SHA1: 9fce187e81bc839d612ab025a008f6c55c62ec6b
MD5sum: 316ab0738577fb7a0cc121f4bea0c300
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-13-extra-window-functions (= 1.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-13-extra-window-functions-dbgsym_1.0-2.pgdg+1_arm64.deb
Size: 10216
SHA256: 20e3570051f12aa9d111b51e5cce21e92245eaac3b9e8b47acd190dcb7cefa15
SHA1: 17689feb18d067621ae39b94c1584a9065dedf03
MD5sum: 32b330d56dddff2ad9de4b7d5fb50fd5
Description: debug symbols for postgresql-13-extra-window-functions
Build-Ids: b5614f620bd0a42e18f483656b8e2cc3ae750070
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-icu-ext
Source: icu-ext
Version: 1.6.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 174
Depends: postgresql-13, libc6 (>= 2.17), libicu67 (>= 67.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext_1.6.1-2.pgdg+1_arm64.deb
Size: 68068
SHA256: 97f9aaec518117a0fcb29392394d4f2fae4e88e2609d1da33c34470a6918d2d1
SHA1: d5566c6bc2dab931c6b497fdc08d6249208d73d5
MD5sum: 93f828219865f824946270d16f62e9c1
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-icu-ext-dbgsym
Source: icu-ext
Version: 1.6.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-13-icu-ext (= 1.6.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext-dbgsym_1.6.1-2.pgdg+1_arm64.deb
Size: 58376
SHA256: 8a3adf0958c6efc92c49fc8c89c3fa9d071024f29308551ba25ce7b4f1da994e
SHA1: 35edf6ef4b6e3b17076cabe08affaebff6cc3a5a
MD5sum: b9fd2262be5e3eedb0ebffb755c5d5f0
Description: debug symbols for postgresql-13-icu-ext
Build-Ids: c0554e4bb39674e0a5232745ad9750d67881e499
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-jsquery
Source: jsquery
Version: 1.1.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 301
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-13-jsquery_1.1.1-3.pgdg+1_arm64.deb
Size: 128600
SHA256: 5c4bfc6a296ce05e4f0cd6198f615cd3cba9f7be3e3fb35b9ebd017dc319a032
SHA1: c4042768ccccb0bfa5363be775b42e6a1b98c0dc
MD5sum: 997d80a9dd8815386b21f3c322838550
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-13-jsquery (= 1.1.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-13-jsquery-dbgsym_1.1.1-3.pgdg+1_arm64.deb
Size: 94748
SHA256: 52cf7ef10037f01a0f2f3d66976f33cb2a40ae7a7b522bcd5fd0271af81533a3
SHA1: 5acd91e8aab39a2170909f7f9bbb11d6bca22ee2
MD5sum: 185dd2219a449dddcd367f3ddbc9cfca
Description: debug symbols for postgresql-13-jsquery
Build-Ids: 18fefb519aa2eaecb27381a34e682dc3c83a310f
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.5.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 210
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-13-mysql-fdw_2.5.4-2.pgdg+1_arm64.deb
Size: 94704
SHA256: 49bbfe8ecb4e68cb1852d765753de4cfffafbfe21e909197724e71e33ad58c24
SHA1: 91c08d022aa50265aa64a3d55683e522e11fafa7
MD5sum: 544036d1c94232dbe0e518f204442e76
Description: Postgres 13 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 13.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.5.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-13-mysql-fdw (= 2.5.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-13-mysql-fdw-dbgsym_2.5.4-2.pgdg+1_arm64.deb
Size: 109232
SHA256: e3d596ec92bde784cca6870836e1bef33a6083006be59660822e7dc7a1620a4e
SHA1: 30e9acbe6705b6597801a5f7930f2c2b93f08a66
MD5sum: 1b621cccc0d512360218c09cc8c10121
Description: debug symbols for postgresql-13-mysql-fdw
Build-Ids: 44fb4fef14b28087ad56f62380e7f88dfa24d80d
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-numeral
Source: postgresql-numeral
Version: 1.3-3.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 256
Depends: libc6 (>= 2.17), postgresql-13
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-13-numeral_1.3-3.pgdg+1_arm64.deb
Size: 79492
SHA256: f15f33439d25075966230fc1539a48cf8ea95dd05e72941511834ef4b978f77e
SHA1: 054a177d662f45d4d265ef70c350fa66783d0d63
MD5sum: c078d182c0d80ae1418647dcb6eb3f88
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 62
Depends: postgresql-13-numeral (= 1.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-13-numeral-dbgsym_1.3-3.pgdg+1_arm64.deb
Size: 40484
SHA256: 7fef88955e814c01259f84d999302967fece445e989b3d5de41c180ab732aa72
SHA1: 0768ab505606bc6eacba8cf2fba5a8d78b187851
MD5sum: 737bd1c4e5e81e08b35b8e5a6625475e
Description: debug symbols for postgresql-13-numeral
Build-Ids: 4681743c33d42caa315ea8c96f1666ccba77e78a
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-periods
Source: postgresql-periods
Version: 1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 548
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-13-periods_1.2-2.pgdg+1_arm64.deb
Size: 50532
SHA256: 9520080da8d2ed5cb750054fd789e4ac2a6f599447cd6fadc0ea206fad283ddc
SHA1: 98066ff290cdca875a0f56bf34e3f34a6441b805
MD5sum: 92d9c9cd32792c44ece511d90342541c
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-periods-dbgsym
Source: postgresql-periods
Version: 1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-13-periods (= 1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-13-periods-dbgsym_1.2-2.pgdg+1_arm64.deb
Size: 35916
SHA256: 8b5dbed64321e4943e8701848c7fff0cf47c413b3b3b9567d7100fa76aae8895
SHA1: 9036f4101eb6d36c8a0b814c492b73f89219cd77
MD5sum: 516a81aa9194379758704f01cab2ce88
Description: debug symbols for postgresql-13-periods
Build-Ids: fd1860324773f09f66b1e26b7f97ebf2d8b938cb
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-pg-catcheck
Source: pg-catcheck
Version: 1.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: libc6 (>= 2.17), libpq5 (>= 9.0~), postgresql-13
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-13-pg-catcheck_1.2.0-1.pgdg+1_arm64.deb
Size: 31292
SHA256: 2436bac317aacb92506149f4fd5856d842ae55a8b40b7c68236206f2d0f7f064
SHA1: e84996489196997febd061de197048fcb94c5a60
MD5sum: 079e557d915fffb6350200689216df2b
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: postgresql-13-pg-catcheck (= 1.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-13-pg-catcheck-dbgsym_1.2.0-1.pgdg+1_arm64.deb
Size: 36832
SHA256: a66ab1e7c0625c34edf650b0ef1293130f1d3296b14b311562c64d488642819f
SHA1: e3e214c5f27c0653711657a8e5989614979f517f
MD5sum: 656730b941119b8db5b326e92c8b2f4d
Description: debug symbols for postgresql-13-pg-catcheck
Build-Ids: 23832ec02e6a542f7d4563f6f5350cc806dfc436
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-pg-checksums
Source: pg-checksums
Version: 1.0-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: libc6 (>= 2.17), postgresql-13
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-13-pg-checksums_1.0-6.pgdg+1_arm64.deb
Size: 34528
SHA256: a22781b2cb043cc071972c4c7fcf35d9db280d763356010e533bf6787c5bf529
SHA1: 7ff88be27f39ccc55841d1576cda0731d60b2aa2
MD5sum: c04d3f0664c95cb7a4b31c8c1618d0a3
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums can activate or deactivate data checksums as long at the database
 cluster is shutdown cleanly. Activating checksums requires all database blocks
 to be read and all page headers to be updated, so can take a long time on a
 large database. Deactivating checksums only requires the cluster control file
 to be updated so is quick.
 .
 In addition, pg_checksums can verify the checksums in an offline cluster.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.0-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-13-pg-checksums (= 1.0-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-13-pg-checksums-dbgsym_1.0-6.pgdg+1_arm64.deb
Size: 20732
SHA256: 9398838ce1d74e17e2c72a22da317153eaf84ff0a0b09d3a9098cb324ea32f95
SHA1: 6626767e210530973712d88637bb2c6647c8460b
MD5sum: a8d8a8b8815e05aafc60eca022fc9a6a
Description: debug symbols for postgresql-13-pg-checksums
Build-Ids: a776ad8a1f1da3025ead1c881c6573246b50207a
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-pg-fact-loader
Source: pg-fact-loader
Version: 1.6.0-3.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 671
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-13-pg-fact-loader_1.6.0-3.pgdg+1_arm64.deb
Size: 49824
SHA256: b0e1a9c25027143d584612bf7ad7ba0f7309f49a26a2dfcf5c20ea7ff15750d9
SHA1: 467e01f12ac757f0e2d90178d597e0ff13b81fce
MD5sum: 7d0f4b138816393a8322212a9368e369
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 13.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.6.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 28
Depends: postgresql-13-pg-fact-loader (= 1.6.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-13-pg-fact-loader-dbgsym_1.6.0-3.pgdg+1_arm64.deb
Size: 13036
SHA256: 08a44580c92db377ecc47205a4fd8bbdc55153568c00f673d907803792831542
SHA1: 1fe255db490600b51e24144956763c8e11485bf2
MD5sum: 3990763882ecc458b4ed4e2598ccb627
Description: debug symbols for postgresql-13-pg-fact-loader
Build-Ids: 4bdbf600bda0babc90c81da43f6b63f42925b0c5
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-pgfincore
Source: pgfincore
Version: 1.2.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: libc6 (>= 2.17), postgresql-13
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-13-pgfincore_1.2.2-2.pgdg+1_arm64.deb
Size: 32004
SHA256: c0948fd36d8b923c7e24f29de134c3302ea4fdce1172e88ac9b464cd55be738f
SHA1: 74a85a17822986849ac5e6d4aa302d711a0c219f
MD5sum: 6b40bc53513dbc3e930461eefc01099a
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.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-pgfincore-dbgsym
Source: pgfincore
Version: 1.2.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-13-pgfincore (= 1.2.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-13-pgfincore-dbgsym_1.2.2-2.pgdg+1_arm64.deb
Size: 39648
SHA256: d076c27e7993ee481ba0669ab8bcb2a75f9438d979c2e92a19181b0d3bfa8690
SHA1: efe75ae8f010c573c33cf0e08fc24ba58e4fcd3d
MD5sum: 776555fd6c505ec61989b97ce33fe056
Description: debug symbols for postgresql-13-pgfincore
Build-Ids: 7243f699ae3fc03af8e05b95007727172cd211b0
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-pgmp
Source: postgresql-pgmp
Version: 1.0.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 383
Depends: postgresql-13, libc6 (>= 2.17), libgmp10
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-13-pgmp_1.0.4-3.pgdg+1_arm64.deb
Size: 107728
SHA256: 20cc5ca1572f239baec9066fdfee21af540dd997ad14dc68ed8ff5cb133beb68
SHA1: acea8b391c2453887b96756581180b4f635487b1
MD5sum: 14ff0cdc7fb4366163ffa47a07f2abeb
Description: arbitrary precision integers and rationals for PostgreSQL 13
 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.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-13-pgmp (= 1.0.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-13-pgmp-dbgsym_1.0.4-3.pgdg+1_arm64.deb
Size: 62396
SHA256: bcf6ece06978a1388b5544d43ac115d13ba84c49f83872ab02668699377e2b7a
SHA1: 56a78476eedca31898ad02681109bce0aaecc5fb
MD5sum: 3d29126f4d878d912bd01a45ba14c946
Description: debug symbols for postgresql-13-pgmp
Build-Ids: e66718e0314a37736fcb5fffc9ec3ee005b07f56
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-pgpcre
Source: pgpcre
Version: 0.20190509-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-13, libc6 (>= 2.17), libpcre3
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-13-pgpcre_0.20190509-2.pgdg+1_arm64.deb
Size: 18056
SHA256: 9fa2c85afd48a00e346d1abd25745dd271ae0ca6be46b95fe9a8525f1b7f8bb8
SHA1: 0a33c34b40fabd0c00f44bd769ad9649719f3a17
MD5sum: 862e689cbde102f874aac38c6793001f
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-13-pgpcre (= 0.20190509-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-13-pgpcre-dbgsym_0.20190509-2.pgdg+1_arm64.deb
Size: 15364
SHA256: 570b7534e31f60748bfdd44f223ecd7009ae595fa321d497497ae7420e8509ed
SHA1: 9a78ebd6615c2e19afe8137ea7e8c7ad5a78c0d7
MD5sum: 4647e61da4d4f97ab9c39f6728c1a061
Description: debug symbols for postgresql-13-pgpcre
Build-Ids: f1e587dac994ee7265a2a0da92dee5d9a03be499
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-pgq3
Source: pgq
Version: 3.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1944
Depends: libc6 (>= 2.17), postgresql-13, pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-13-pgq3_3.4.1-1.pgdg+1_arm64.deb
Size: 134516
SHA256: e4f73c372cee29db5930fb203c6e7c3c67eef684434b395ff6116705954ab4fd
SHA1: 220bf162c913c2c3bbe07080e1ebc05718829d15
MD5sum: 738c1eaf854f2a4e91d0a1ce29ed14ef
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-pgq3-dbgsym
Source: pgq
Version: 3.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-13-pgq3 (= 3.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-13-pgq3-dbgsym_3.4.1-1.pgdg+1_arm64.deb
Size: 68212
SHA256: a71b0b9cd1431f2391d65a2dca044b07d01af54d0a00ff040d3941cce4042f62
SHA1: 997b3494c59ce97b5b11d46f28f5d2d3f4f828d7
MD5sum: d20f28fc47e2235c414edd07e326ba98
Description: debug symbols for postgresql-13-pgq3
Build-Ids: 5910e3c8e7d989a3d01d26ee34a15294c714474a 9d56267ae254e1fb28c900e602763768ea2a9a4b
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-pgq-node
Source: pgq-node
Version: 3.4-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 470
Depends: postgresql-13, postgresql-13-pgq3
Replaces: postgresql-13-pgq3 (<= 3.2.6-5)
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-13-pgq-node_3.4-3.pgdg+1_all.deb
Size: 12528
SHA256: a33c57e738bbbb92981885d3a4112ce370b50a77a9f3b682784f3d0568c60ea7
SHA1: abd46214879da7e8d2f7c6317da0552955f1ab57
MD5sum: 29bdcdd289e5598f0c6325047d12cd21
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-pg-qualstats
Source: pg-qualstats
Version: 2.0.2-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 137
Depends: libc6 (>= 2.17), postgresql-13
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-13-pg-qualstats_2.0.2-2.pgdg+1_arm64.deb
Size: 58628
SHA256: 3ebe4696c456f026fe3e4fb47874c516c3b549a165e044b8023d490011986b92
SHA1: 6f925c950ff02146faac9219236f9d4fd8c241ce
MD5sum: 731a8588d2062d8981a39866b2d48024
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.0.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 77
Depends: postgresql-13-pg-qualstats (= 2.0.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-13-pg-qualstats-dbgsym_2.0.2-2.pgdg+1_arm64.deb
Size: 59956
SHA256: 00e215e694f59b816a288fa594253e8cfaf32c00e822c902d9402c3aa1a6b87c
SHA1: ebb72740c0f02b641057028446aa65244308f1c5
MD5sum: 0a6d0414c0b9f51729672d863ef23127
Description: debug symbols for postgresql-13-pg-qualstats
Build-Ids: fde8a4af7b0c7bdde7cc0d773c1a3ca87deb43a7
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-pgsphere
Source: pgsphere
Version: 1.1.1+2020-10-20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1562
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx2 (>= 3.60.0), libstdc++6 (>= 5.2), postgresql-13
Conflicts: postgresql-pgsphere (<< 1.1.1+2020)
Replaces: postgresql-pgsphere (<< 1.1.1+2020)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-13-pgsphere_1.1.1+2020-10-20-1.pgdg+1_arm64.deb
Size: 541820
SHA256: f5e9e67b69f2425f9603e97eb07a6f0836b9befe6d995839bacc531d41e1e843
SHA1: 1709d6bbb75ce97e051c1fd7102e7a8dfaad7b25
MD5sum: 366781badb9ea75c49bdbbc7dea1b3ae
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-pgsphere-dbgsym
Source: pgsphere
Version: 1.1.1+2020-10-20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 367
Depends: postgresql-13-pgsphere (= 1.1.1+2020-10-20-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-13-pgsphere-dbgsym_1.1.1+2020-10-20-1.pgdg+1_arm64.deb
Size: 311468
SHA256: d423b2804c537af4e339802cc4e82ce6ba2bd26d7822bb82b120dd34b12fdf20
SHA1: 6277aed6ee8bf55bdaad71313c275effd73cf3f9
MD5sum: 676975432b2638d351c9a0a7815e2707
Description: debug symbols for postgresql-13-pgsphere
Build-Ids: d36328e23847e1044de960806fbf3b310eeb01ad
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.1.3-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 88
Depends: libc6 (>= 2.17), postgresql-13, postgresql-contrib-13
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-13-pg-stat-kcache_2.1.3-2.pgdg+1_arm64.deb
Size: 31448
SHA256: dc3950576152dec11915c2fd8d5387202ec7323bd15e54ffcc97bd870bdccccd
SHA1: ce042a2c2568b3a122c9bbe2488e4f4136312493
MD5sum: 5c377e2e8c7fb868046011ceba16202e
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.1.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 50
Depends: postgresql-13-pg-stat-kcache (= 2.1.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-13-pg-stat-kcache-dbgsym_2.1.3-2.pgdg+1_arm64.deb
Size: 34104
SHA256: 8049f92f93231283877bc542737c5bcddf1037b70f234d936f8cd313c06286c7
SHA1: a2de302ac1491dda606c6f6ddf876643adfc131a
MD5sum: f8f08a4cedfcef0ada5acabb304e6832
Description: debug symbols for postgresql-13-pg-stat-kcache
Build-Ids: 2dc10a9fa7adc186ed4ee1cad3e49afdc934b8c3
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-pg-track-settings
Source: pg-track-settings
Version: 2.0.0-3.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 76
Depends: postgresql-13
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-13-pg-track-settings_2.0.0-3.pgdg+1_all.deb
Size: 7984
SHA256: 235043039dd0ad80eb6c3d8908f7d960f15078b8b37d1095d1dcf3120d204deb
SHA1: daa74de63bc316021bbdd80fc3baea0b487a2327
MD5sum: 5ecca509b0601a3348840a03d3b94a2c
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-pldebugger
Source: pldebugger
Version: 1:1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 207
Depends: libc6 (>= 2.17), postgresql-13
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-13-pldebugger_1.3-1.pgdg+1_arm64.deb
Size: 81276
SHA256: 3ae2004081872270477394c1a9a24ba5b28dd43f6d42fbb10403660273bbb96d
SHA1: c5465792b04b8cf5c447b8802d7edd8bd30bba06
MD5sum: 44c5a6e68aef75316a09f5662dbf293d
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-13-pldebugger (= 1:1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-13-pldebugger-dbgsym_1.3-1.pgdg+1_arm64.deb
Size: 93380
SHA256: b747bc0394973f6ba63f5720ddd6564317e14cb97831e4cb08bceccb19404a8a
SHA1: d8b794f55b6ffb4e0e287feee823cb7233387118
MD5sum: e0e373c1c8d1f241a44dfcb742d8885c
Description: debug symbols for postgresql-13-pldebugger
Build-Ids: f5a26fc336a1a01e062f853356f53b52ebea3827
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-pllua
Source: postgresql-pllua
Version: 1:2.0.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 886
Depends: postgresql-13, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-13-pllua_2.0.6-1.pgdg+1_arm64.deb
Size: 362468
SHA256: f449f6d868fec2856f7aff1afc87de2a0c6c38be3026d6115b719efb81f87cd0
SHA1: 52e7cc7d370a00c9420119270033ed16b6743d7b
MD5sum: 6a6c0487fd422b5569bb9a6ad4e1d1a9
Description: Lua procedural language for PostgreSQL 13
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 335
Depends: postgresql-13-pllua (= 1:2.0.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-13-pllua-dbgsym_2.0.6-1.pgdg+1_arm64.deb
Size: 288076
SHA256: 50215574d9c557cf04e3e3e8738485a27e32fee168c4bf141810cd3d1465e815
SHA1: e339dac658c582763e403281deeac50c4e9f3eb5
MD5sum: fa657f7b45c2f1ecb27edc5b85dc7e7d
Description: debug symbols for postgresql-13-pllua
Build-Ids: 422b3b8fcd0776df4f41fc69ebdae30f66e0153d 89338fd63fa5cefdeb5f5953f51da279ed3fd250
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 1.13.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 542
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_1.13.1-2.pgdg+1_arm64.deb
Size: 245264
SHA256: 75e6f23204cde561082eb245e98fc91944b952c00b778b715b2c2b84bec7ffcb
SHA1: bc025f0ad8f363d44a129838182593c6fb57dd6f
MD5sum: 9550e28ce1678cc439e0bf14a8291bd1
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.13.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 228
Depends: postgresql-13-plpgsql-check (= 1.13.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_1.13.1-2.pgdg+1_arm64.deb
Size: 201040
SHA256: e4b56554e52183329619a66a6a029066193e212a08b1cf0a88139b759b9921fa
SHA1: 07b498c0cada0235ed0c260ea1dd6c6aa80a7e7f
MD5sum: 2694063f7bfb0391191f415f692ec81c
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: 145af8351cf68c031f274b02695333858ffc4f80
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-plproxy
Source: postgresql-plproxy
Version: 2.10.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Depends: postgresql-13, libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-13-plproxy_2.10.0-3.pgdg+1_arm64.deb
Size: 151116
SHA256: 940c7eda948cff8cb6c84f4f3d73fcf58dda395f170d4a33279b3aa89729650c
SHA1: 21a733322cc88da9ca75fb8e2c332ddfba7d2093
MD5sum: e8b42d574821146ebd80fa188aefef64
Description: database partitioning system for PostgreSQL 13
 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.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-13-plproxy (= 2.10.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-13-plproxy-dbgsym_2.10.0-3.pgdg+1_arm64.deb
Size: 118612
SHA256: b29a71e86136b645a60882727e9376d297877ac5c794b3436325e0661248e2b5
SHA1: 174034fbc60414cf81e73be9afeb0c33c500ae3e
MD5sum: 5765e0105846cb7f4d2c6bd4db5f5edf
Description: debug symbols for postgresql-13-plproxy
Build-Ids: acf9122be66f4e82cd2474f09f945b782855ce81
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-plsh
Source: postgresql-plsh
Version: 1.20200522-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: libc6 (>= 2.17), postgresql-13
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-13-plsh_1.20200522-2.pgdg+1_arm64.deb
Size: 32240
SHA256: 1b8b2a40eb132fae523f8aaa858399d40de063d66611e78cb18085095c7f5004
SHA1: ece9ee449eed4d1984c4b4df229225b9baa62e45
MD5sum: 379de1e6c2a3a3654b3ad9b5a891b47d
Description: PL/sh procedural language for PostgreSQL 13
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in a shell of his choice.  You need this package
 if you have any PostgreSQL 13 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20200522-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-13-plsh (= 1.20200522-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-13-plsh-dbgsym_1.20200522-2.pgdg+1_arm64.deb
Size: 43328
SHA256: 99c8007c17312e4e56970cb1c6b7d94f0353bea9053f166645425ee01d8dcd48
SHA1: e9d61c1b9ae5017dc5eee787ffe161f6fa189882
MD5sum: f58f9863cc9e644fe0e4c7af16fc6997
Description: debug symbols for postgresql-13-plsh
Build-Ids: 93db90d44c8bef0334c1091e59eff34487fde931
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-pointcloud
Source: pgpointcloud
Version: 1.2.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 373
Depends: postgresql-13, libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-13-pointcloud_1.2.1-5.pgdg+1_arm64.deb
Size: 110248
SHA256: 1afaa634d64004eb28e6e9ec63da60cc2e63c41916f8b21f827006843270e81d
SHA1: 42fb8ea5e40fd83a73fe6f11022c04a693f80a21
MD5sum: abec98f70bf2d892d082d32efdf648da
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-13-pointcloud (= 1.2.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-13-pointcloud-dbgsym_1.2.1-5.pgdg+1_arm64.deb
Size: 157060
SHA256: 99dd409264b0b072f4cc147b381ce3afa8fbc78fa7e4f1cc71d13181c3d5b4b6
SHA1: a7f633c5fbde523912464adaf0694a53cd6a1766
MD5sum: f6d3262f9b4fe99454fd7f0df04789be
Description: debug symbols for postgresql-13-pointcloud
Build-Ids: ba546f59511710ebf41eb0fcd1857b95faa81953
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-prefix
Source: prefix
Version: 1.2.9-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: libc6 (>= 2.17), postgresql-13
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-13-prefix_1.2.9-3.pgdg+1_arm64.deb
Size: 43596
SHA256: fb314f2ab5f5fe78308ea784d62c7d923d169b375d923759cc37115f1362b891
SHA1: 8dca8062f53ab8b84926c392e46a2d6fa9a38dc8
MD5sum: b884383a5bb40b036b41a289b24a599f
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.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-prefix-dbgsym
Source: prefix
Version: 1.2.9-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-13-prefix (= 1.2.9-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-13-prefix-dbgsym_1.2.9-3.pgdg+1_arm64.deb
Size: 43832
SHA256: fdf4db40a85c3d98331784469db6d8479c4b2fb6712ca309759a65bf69104c7c
SHA1: 78133eaf0b7d9f05a9b5c3b4e23fbe8cf546e6fa
MD5sum: b6019bea5a86c4d5e3482ae896e7e447
Description: debug symbols for postgresql-13-prefix
Build-Ids: b40cf1b8ef4618c1d23b123d5aa3f92e27089d81
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-prioritize
Source: postgresql-prioritize
Version: 1.0.4-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: libc6 (>= 2.17), postgresql-13
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-13-prioritize_1.0.4-8.pgdg+1_arm64.deb
Size: 12832
SHA256: 6739d32b1dfa699786928fc5651811fdd84d7bdfcca7ffab8929b006179bafc1
SHA1: 5984faa4c667b283c7861a2bbdd691e9f5d9cd95
MD5sum: 9a967f0e2860d81d34d73af8823cce8f
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.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-13-prioritize (= 1.0.4-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-13-prioritize-dbgsym_1.0.4-8.pgdg+1_arm64.deb
Size: 12752
SHA256: a97a0e0517360f799d6b120271a597f8a7d2c4dcc23b64cb7c88b6876f1d01ec
SHA1: 7cdbf58351b27edc9f3443af34a73cb0e4459238
MD5sum: cd4b18c083d02703e9e9716272636678
Description: debug symbols for postgresql-13-prioritize
Build-Ids: cef6aa46c79c7c9275e1091820a865d6a18c2fff
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-rational
Source: pg-rational
Version: 0.0.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-13-rational_0.0.2-2.pgdg+1_arm64.deb
Size: 24164
SHA256: 15c76eaed44a815c2fc969251fdb973699bf37087435edbd5dbce1f461deae8d
SHA1: 6c1ec4e323dccad65065d1e32f487b45918b2553
MD5sum: e272a6ff288aafbe8e94a98e5f4056c4
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-rational-dbgsym
Source: pg-rational
Version: 0.0.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-13-rational (= 0.0.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-13-rational-dbgsym_0.0.2-2.pgdg+1_arm64.deb
Size: 19836
SHA256: 894ee3f6ea762b7e6a816c893481a5ddfb24b344456e25562e9d3f45aea0372b
SHA1: 43c5f88623afb9cb1fa4412ab4765553a2c1a831
MD5sum: d6ef880a76739de7ed320949ad584a98
Description: debug symbols for postgresql-13-rational
Build-Ids: 52203b0049f640ba5f34d1eba0758b094eecf6d9
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-rum
Source: postgresql-rum
Version: 1.3.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 765
Depends: postgresql-13, libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-13-rum_1.3.7-1.pgdg+1_arm64.deb
Size: 293616
SHA256: 9c03981c5841ffe415edd9e8b82dd9349988021532665313ba3e5bdc824079b0
SHA1: ef7c59eb9229a3d1112d63f4183baa62445dd7ea
MD5sum: c3e1b9a966c4cb4864297fc983164002
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-rum-dbgsym
Source: postgresql-rum
Version: 1.3.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 283
Depends: postgresql-13-rum (= 1.3.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-13-rum-dbgsym_1.3.7-1.pgdg+1_arm64.deb
Size: 245696
SHA256: e6346606d01b27a44d736ce510d9951a3713828c690d1d2722fdb68aaa7674c3
SHA1: 1ace7b4bd0b370739a0f5af58e42691c33b8cd83
MD5sum: 89bc2e6f56277e2c3c0f4e08bc1cb234
Description: debug symbols for postgresql-13-rum
Build-Ids: 6e524c69cc8880d155e7c42e05e477f46cbddcee
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-similarity
Source: pg-similarity
Version: 1.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 337
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-13-similarity_1.0-4.pgdg+1_arm64.deb
Size: 102144
SHA256: ffd8830f7fda4a5b3bd299ad881208a1e0aff97e6a95a026866fb6d6526998d1
SHA1: 770d4cd2c5e0598e20e82f5f169e857e2fac2257
MD5sum: 6f627916054413c79e3bd9b0a82b0f8c
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-similarity-dbgsym
Source: pg-similarity
Version: 1.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-13-similarity (= 1.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-13-similarity-dbgsym_1.0-4.pgdg+1_arm64.deb
Size: 61400
SHA256: d60841499d53f33089d60d36572b00e3aa11ffc31942a0ae3af5839974237a51
SHA1: e3d0fa6d0143de38d8557e761399f9848a669925
MD5sum: f64ce202be923464cd1f03e34982e6e7
Description: debug symbols for postgresql-13-similarity
Build-Ids: 812d5acec3a2e627dcd598008b9f586926a8f799
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-snakeoil
Source: pg-snakeoil
Version: 1.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-13, libc6 (>= 2.17), libclamav9 (>= 0.101.0)
Recommends: clamav-freshclam | clamav-data
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-13-snakeoil_1.3-2.pgdg+1_arm64.deb
Size: 17268
SHA256: 61d24e3e6c47b011990a2397179e911436e4c45a949760b406beef9c4e06eac5
SHA1: 249b5d92ffa6ea14d01d3794409e73a46b205235
MD5sum: 57a53182378e7032adff21f7e6325ae0
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-13-snakeoil (= 1.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-13-snakeoil-dbgsym_1.3-2.pgdg+1_arm64.deb
Size: 14672
SHA256: 2ac38d416fffaea7c86d253b61a22c8ed675ec2cb646ffce3b868961a41b5895
SHA1: e8716b7e8779590a4843ba2288e78a9cab1221a5
MD5sum: 683d23c527fc7d8f45833775112a3992
Description: debug symbols for postgresql-13-snakeoil
Build-Ids: 19c5ec09a93aafa9cbc028d4f487d1ccb8f39a52
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-tdigest
Source: tdigest
Version: 1.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.17), postgresql-13
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-13-tdigest_1.0.1-1.pgdg+1_arm64.deb
Size: 38808
SHA256: a9caa6ab2bd75d63a010942851c92183094996054bdecaa017349fe73bf087ca
SHA1: 87431522545723601d97d2b71aec5eaf78a3835d
MD5sum: be967fcfb5fc64b0980ec03e1a5ced99
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-tdigest-dbgsym
Source: tdigest
Version: 1.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-13-tdigest (= 1.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-13-tdigest-dbgsym_1.0.1-1.pgdg+1_arm64.deb
Size: 34100
SHA256: a3e4fa5e3aac774a6f78d1d26cbb267cf591854747835a845c8a4e4d30f7d96b
SHA1: 9470e5fb3d32d621f853abf2fc4e5b694fa57f9e
MD5sum: f9d5e53b03886439fc3336591539f2ed
Description: debug symbols for postgresql-13-tdigest
Build-Ids: 61869c38caddc058d587df631b2d2f7c093cdd0b
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-tds-fdw
Source: tds-fdw
Version: 2.0.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 271
Depends: postgresql-13, libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-13-tds-fdw_2.0.2-2.pgdg+1_arm64.deb
Size: 121780
SHA256: 78f68a7b3035f5d36ffee8b1734da92095afbe1775a6c74f84c14c0338ee8345
SHA1: 36e1a2f621ed402560f21aba59fc1b5387af9dca
MD5sum: 1e029be751ffe0e5dffa4626fa937de7
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-13-tds-fdw (= 2.0.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-13-tds-fdw-dbgsym_2.0.2-2.pgdg+1_arm64.deb
Size: 124808
SHA256: 93835d7fa3162108cf2c548e25f9ce18305e93d2c61a3de6ed6c4e342fe090e5
SHA1: 927f0cc831e6e4aa53c14d229192bd2485df6cf7
MD5sum: 246c41c197ff034f2833e6875ea4c77c
Description: debug symbols for postgresql-13-tds-fdw
Build-Ids: e5e9c8fa6e15bd09aae1460e28c0d413b22e0a57
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-toastinfo
Source: toastinfo
Version: 1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-13
Homepage: https://github.com/credativ/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-13-toastinfo_1.2-2.pgdg+1_arm64.deb
Size: 12028
SHA256: 7ded077e31f319548eb145512ae1fb566ec1ab957d4f9bc550ed43f2e97b8485
SHA1: f8f010edebfd756f90f1c48407715c354bf79737
MD5sum: 5d8423bd70ced8cc8a0decbd64800745
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-toastinfo-dbgsym
Source: toastinfo
Version: 1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24
Depends: postgresql-13-toastinfo (= 1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-13-toastinfo-dbgsym_1.2-2.pgdg+1_arm64.deb
Size: 10880
SHA256: c1deb2440d31ea323c70cbf5ad0685d1a5b9ec385f583406de2a7fd4c3761a30
SHA1: 60b5e8e6b65e2a8e1f943653bbea626ea0e0ad23
MD5sum: ffce14137458dbf8e8311cf3787e3f82
Description: debug symbols for postgresql-13-toastinfo
Build-Ids: 2d774a23cf1aff2451ba7836ac843bc4d1b7c8d6
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-unit
Source: postgresql-unit
Version: 7.3-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 449
Depends: libc6 (>= 2.17), postgresql-13
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-13-unit_7.3-1.pgdg+1_arm64.deb
Size: 120128
SHA256: debcb92c3f648827e529ed7d1919354d4b369b0477fa89bb47c31706f1ddaca1
SHA1: eea79d8f188763c970a59e18671e0783873363a3
MD5sum: 36a483c8d66936b44c9163a365e0b463
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-unit-dbgsym
Source: postgresql-unit
Version: 7.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 77
Depends: postgresql-13-unit (= 7.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-13-unit-dbgsym_7.3-1.pgdg+1_arm64.deb
Size: 56052
SHA256: 888846e2a0aaf28c4bcd6b0fa9ea580ae7b13ebb8114352a7b002387e7221dac
SHA1: 097203f4274463b175a399f7bbb3869b9db84ba0
MD5sum: 77f9c9682a6467897ea9501c8e50a512
Description: debug symbols for postgresql-13-unit
Build-Ids: 3b5b9f566862d9081e7771e94a918a7d7d5f9095
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-wal2json
Source: wal2json
Version: 2.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-13-wal2json_2.3-2.pgdg+1_arm64.deb
Size: 62996
SHA256: 857f9bfa1554d3fa29f0f5e4fcf85918e8cb6336f477bbd5208a98b0c7159baf
SHA1: 7cab671169bfa9b70b2d45ecad879e3babcdc5ff
MD5sum: 4bc5bf3d86f14289d1843487e429110d
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-13-wal2json-dbgsym
Source: wal2json
Version: 2.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-13-wal2json (= 2.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-13-wal2json-dbgsym_2.3-2.pgdg+1_arm64.deb
Size: 61996
SHA256: c240d6f293c8c3be2fb763f1342a69a2b9f82897ec80470f3cc018c64f4fc6f2
SHA1: c6e0619f788573f20e40eac1cc06b1fd8d52d805
MD5sum: 523fd29fd276c916e609fe1573d7907e
Description: debug symbols for postgresql-13-wal2json
Build-Ids: 9edf22cde0ea8ddf3e2573c3984239697f02a8b2
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-asn1oid
Source: pgsql-asn1oid
Version: 1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: libc6 (>= 2.17), postgresql-9.5
Homepage: https://github.com/ChristophBerg/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-9.5-asn1oid_1.3-1.pgdg+1_arm64.deb
Size: 6692
SHA256: de2f8a15c74c231e426610a9f22ea47857121f965f37aa91ce305104a8a41af6
SHA1: 1b0439e967fb7004d3dedcf652e42b030713b469
MD5sum: ca3906ad847ce35c584b9a2293eb2efc
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.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-9.5-asn1oid (= 1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-9.5-asn1oid-dbgsym_1.3-1.pgdg+1_arm64.deb
Size: 8844
SHA256: ad9a896183d9a43be45e30de2afeb51565a3186083436226785503d9697db98e
SHA1: 123233910063db837b20b794af26a1242b98f78b
MD5sum: 00cc8601ce4b037a533dd633342318b3
Description: debug symbols for postgresql-9.5-asn1oid
Build-Ids: 083f82f41256e6a8b09c8f9fdd461936cace566f
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.5.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 26
Depends: libc6 (>= 2.17), postgresql-9.5
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-9.5-bgw-replstatus_1.0.5.pgdg+1_arm64.deb
Size: 7192
SHA256: 8397c7abf838e04e7562a5ef02daffee37c1d80720d3a034b24353cc3decc5ac
SHA1: 089924b2d57d0a005d3f696677c1abf362f7481a
MD5sum: 34e14e511477046adaad65ec1ff8d3d1
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 23
Depends: postgresql-9.5-bgw-replstatus (= 1.0.5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-9.5-bgw-replstatus-dbgsym_1.0.5.pgdg+1_arm64.deb
Size: 8348
SHA256: bcf157e574e9a4383cef3b6a5df358898933af3da8814930371b3bbebe0de9cd
SHA1: 46697ae886ecdc1e2ebe707a14fc3c16d4878fbd
MD5sum: 2bb84eb646acfd22c0b4ba515a82f101
Description: debug symbols for postgresql-9.5-bgw-replstatus
Build-Ids: 4ebc8bc2d4248a6f60018ba108f0bf8f02b0bfe1
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-debversion
Source: postgresql-debversion
Version: 1.1.1-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.17), postgresql-9.5
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-9.5-debversion_1.1.1-4.pgdg+1_arm64.deb
Size: 10384
SHA256: 8184908538d60112a6646ef2a128831e2429a70cbb93547730328002bb8e4e3f
SHA1: 1232f7709d15e21caf62b13cc70d013b9b261ddc
MD5sum: b414eb240244e3621ac8a36646fa763a
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()
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: postgresql-9.5-debversion (= 1.1.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-9.5-debversion-dbgsym_1.1.1-4.pgdg+1_arm64.deb
Size: 18216
SHA256: be9ed15b8c20df9d5161286433e4e4af3c3eae8b435bd311221b7f88bec9cd17
SHA1: 43f29fe8a71926d47d6488a6ea0bbd5385f0f21b
MD5sum: bf954cd72add7bd57e200db35a4014b3
Description: debug symbols for postgresql-9.5-debversion
Build-Ids: 86089507829ee87ef63dd9e10deeab5519d583ad
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-dirtyread
Source: pg-dirtyread
Version: 2.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: libc6 (>= 2.17), postgresql-9.5
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-9.5-dirtyread_2.3-2.pgdg+1_arm64.deb
Size: 10820
SHA256: 5c05c0c1dc112eb2b07d23500a5475e785d8fc05bd53617c3e2e152a33a5fba3
SHA1: 93f692accc8992e343887c06c951509686167dc7
MD5sum: 03aa3a03a297ed7064872f1a75e414a5
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: postgresql-9.5-dirtyread (= 2.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-9.5-dirtyread-dbgsym_2.3-2.pgdg+1_arm64.deb
Size: 24692
SHA256: 92ef3ca822c02051a22073d497eecd79a1816aaa2c0225c86d910c68a0002c71
SHA1: 57c4662ff7d11c1f3c1cec9b2dcce150ea949f32
MD5sum: d13b8f16660fb47f10396064bc1a5177
Description: debug symbols for postgresql-9.5-dirtyread
Build-Ids: 4553391138db77bc3f7c1eba02efdf4dfcbea83f
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-jsquery
Source: jsquery
Version: 1.1.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-9.5, libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-9.5-jsquery_1.1.1-3.pgdg+1_arm64.deb
Size: 41404
SHA256: 10574a84f6c78468b5730e7cdec1be825e7a4b1b485b799eb89631505330b59c
SHA1: d660a860ca68cf51650fe92514f8b486911b3c61
MD5sum: 8dc557921143037b2f041d045d8bc9e0
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-9.5-jsquery (= 1.1.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-9.5-jsquery-dbgsym_1.1.1-3.pgdg+1_arm64.deb
Size: 94488
SHA256: 368104a50f43b2d471c10f387589a6c969cd2928e59e3488daba2b01857e232e
SHA1: d4b8e025067e695ed686230c5817a1f656ba99fc
MD5sum: 31361ad2eb08a01dbac1bb89841162b4
Description: debug symbols for postgresql-9.5-jsquery
Build-Ids: 275d82ff24c01653b2fac2234211aa77fba61282
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.5.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-9.5, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-9.5-mysql-fdw_2.5.4-2.pgdg+1_arm64.deb
Size: 27276
SHA256: bcca56f1139f9b28e36209ace7e496a2c721691ad22923ff4d9f92964149a86e
SHA1: 8a00c3f0b318c2b97d48486f829427a014fba2c4
MD5sum: 17e0f4badb40a8c050444f8c24faecb1
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.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.5.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: postgresql-9.5-mysql-fdw (= 2.5.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-9.5-mysql-fdw-dbgsym_2.5.4-2.pgdg+1_arm64.deb
Size: 92568
SHA256: 2fbf3224b566e33413a0055a5456a473c908dc005a19a3631f6727f610ced82d
SHA1: 1a80fe220881914ad7fa9daed740774243ca0963
MD5sum: 4a6c7d658e66813fd8e2fd34d0af715c
Description: debug symbols for postgresql-9.5-mysql-fdw
Build-Ids: 6103597eb468ef98551f1f69633be5bc43b454cb
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-numeral
Source: postgresql-numeral
Version: 1.3-3.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.17), postgresql-9.5
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-9.5-numeral_1.3-3.pgdg+1_arm64.deb
Size: 22308
SHA256: 44614e5dbae623fcd4fb839b890153f03a8bde9864471c8d07844f1680df81e3
SHA1: f8698f042300dcc00fb6362f8ef338779435fef7
MD5sum: 516643d76791d0379e923f3ce53d8ecb
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 62
Depends: postgresql-9.5-numeral (= 1.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-9.5-numeral-dbgsym_1.3-3.pgdg+1_arm64.deb
Size: 40372
SHA256: a6f2570bf5fc9751cc45c4e8315e2dea2c03ef6b7836061fba8be293e4bf2961
SHA1: be467842eb53a92c462f837bb133d9bf09f47856
MD5sum: 91e9401be72856960a42057c795584e8
Description: debug symbols for postgresql-9.5-numeral
Build-Ids: be12cb86ee28bb7662309611ca934b40ebdf2156
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-periods
Source: postgresql-periods
Version: 1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 520
Depends: postgresql-9.5, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-9.5-periods_1.2-2.pgdg+1_arm64.deb
Size: 34372
SHA256: 268ee838dd9436085f1e3c7b1b3f2b3ff617d6fcbc86af280e57723c7fe4521e
SHA1: 2178748a4087e7ef7d8bf4244022f201586f1dc3
MD5sum: a2eb9463d6fe629bfb1b86c6358b1993
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-periods-dbgsym
Source: postgresql-periods
Version: 1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-9.5-periods (= 1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-9.5-periods-dbgsym_1.2-2.pgdg+1_arm64.deb
Size: 25652
SHA256: c40c9c560f5096a1c1682059715bea394e11794d3f08aa1f9afbf3e45695339d
SHA1: 0e78c8941dab1ea38258cf2333d7183f7148e4f5
MD5sum: 2cfcfceec2adb9c1c430acaa866428a2
Description: debug symbols for postgresql-9.5-periods
Build-Ids: 05d76684ea59e9d997ea7a1671a219f66dec8ebc
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-pg-catcheck
Source: pg-catcheck
Version: 1.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: libc6 (>= 2.17), libpq5 (>= 9.0~), postgresql-9.5
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-9.5-pg-catcheck_1.2.0-1.pgdg+1_arm64.deb
Size: 26968
SHA256: 7e91dd19f8c35af74bffbbe5b12f2ba6942ed06af9822307843db436d116b009
SHA1: 4e75d5f81ea2f968d47a7e4c397a49eba863a2e0
MD5sum: 22c8713adc705b099ef23ffde9a9eaaf
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-9.5-pg-catcheck (= 1.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-9.5-pg-catcheck-dbgsym_1.2.0-1.pgdg+1_arm64.deb
Size: 40036
SHA256: 6bbedc543b3dad5e8a44bf11a750e8801f799650135a3d238563200e854ff491
SHA1: a785613997395fa0a09c72e1cd61d2404ee5d7ad
MD5sum: dd7df16ac56e155016ff1ff935bf3dbe
Description: debug symbols for postgresql-9.5-pg-catcheck
Build-Ids: 3dff601d9c5ed66d562c16c4c824f9e074346c97
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-pg-checksums
Source: pg-checksums
Version: 1.0-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: libc6 (>= 2.17), postgresql-9.5
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-9.5-pg-checksums_1.0-6.pgdg+1_arm64.deb
Size: 28852
SHA256: fa3e27ee6a3f85b127f6841594b10445990b2a339ca6803729246ce6d2d960f3
SHA1: efdd4210ffedb91206ea2a3fd853e8d7fdc44da3
MD5sum: c2cb0024c660f396348f1a7f1aa5551b
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums can activate or deactivate data checksums as long at the database
 cluster is shutdown cleanly. Activating checksums requires all database blocks
 to be read and all page headers to be updated, so can take a long time on a
 large database. Deactivating checksums only requires the cluster control file
 to be updated so is quick.
 .
 In addition, pg_checksums can verify the checksums in an offline cluster.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.0-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-9.5-pg-checksums (= 1.0-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-9.5-pg-checksums-dbgsym_1.0-6.pgdg+1_arm64.deb
Size: 28688
SHA256: 126c9feffb2bb4577ce4f083081dc79f9140efaf7fadeab2b70a5d838717ff82
SHA1: d9180b93207308ad32d3136948ac32f18bd77a9f
MD5sum: 768114f4e34f6b04251733b66474a1e8
Description: debug symbols for postgresql-9.5-pg-checksums
Build-Ids: 3da7e195a16723af9e92152c299e731d7032053c
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-pg-fact-loader
Source: pg-fact-loader
Version: 1.6.0-3.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 656
Depends: postgresql-9.5, libc6 (>= 2.17)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-9.5-pg-fact-loader_1.6.0-3.pgdg+1_arm64.deb
Size: 43088
SHA256: 3dc563d3af5ef95a6c58583231d65bbfa3c94421173cb220d434333358a3dc41
SHA1: e4de98bae2762ad7eab6d996ed1cc4ab1e335411
MD5sum: 3c8578970920c3d1097fbcd19939e28c
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 9.5.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.6.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 28
Depends: postgresql-9.5-pg-fact-loader (= 1.6.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-9.5-pg-fact-loader-dbgsym_1.6.0-3.pgdg+1_arm64.deb
Size: 12896
SHA256: bc3555f75f60ea668714741bc189e7265b330256002d47066cc5f51a275c84e2
SHA1: 85da030dc3e0d99a6e77701fdf3db27e2d7e18eb
MD5sum: 1aa0865f3223f95a6589ef5e829d7c12
Description: debug symbols for postgresql-9.5-pg-fact-loader
Build-Ids: 416910b315e9f704b14217ab3657e7703f34c18e
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-pgfincore
Source: pgfincore
Version: 1.2.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: libc6 (>= 2.17), postgresql-9.5
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-9.5-pgfincore_1.2.2-2.pgdg+1_arm64.deb
Size: 15180
SHA256: 748f1a0efc611ca31c8122d80af17293da64cc3dff9f4fb6de8b34da3a22399e
SHA1: e7b18feb24afccc24908b2fe32fd6af31bc6d78d
MD5sum: 9f2712927e06be481e0b3c9d1836ba34
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.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-pgfincore-dbgsym
Source: pgfincore
Version: 1.2.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-9.5-pgfincore (= 1.2.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-9.5-pgfincore-dbgsym_1.2.2-2.pgdg+1_arm64.deb
Size: 32720
SHA256: e7752da6db4fb2cec478b4975638ddffa5ed15f6cee66bff003506695448b2c0
SHA1: 9b4d014e77549b8e6f710f13e85bb02511696844
MD5sum: 2571ef7d941d5ca96d9c6efa5b873b4f
Description: debug symbols for postgresql-9.5-pgfincore
Build-Ids: f614af70dbe6bf2b5d4bf1212c18952d9fc6d7ae
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-pgmp
Source: postgresql-pgmp
Version: 1.0.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-9.5, libc6 (>= 2.17), libgmp10
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-9.5-pgmp_1.0.4-3.pgdg+1_arm64.deb
Size: 44768
SHA256: d8c1483e23a754d62faea3d1c6a636c0406cd028615fce4cafc6f0503fd8f969
SHA1: ece9a69db49e046ff33803f80a07a7bda22aeff3
MD5sum: 4ceed6048e48116b2c1e88597acd3778
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.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-9.5-pgmp (= 1.0.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-9.5-pgmp-dbgsym_1.0.4-3.pgdg+1_arm64.deb
Size: 61528
SHA256: 1f6fd3e22081ff82111aa7f20b8318314aaa23743dd91076b6bdaaf5dc7c3ac3
SHA1: 320f11a1daad2b05e0230ebc20e91c43d0852231
MD5sum: 600af0507061379ca422d15785560375
Description: debug symbols for postgresql-9.5-pgmp
Build-Ids: 82716d17008d117d8de22bd2a17040980b516c01
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-pgpcre
Source: pgpcre
Version: 0.20190509-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-9.5, libc6 (>= 2.17), libpcre3
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-9.5-pgpcre_0.20190509-2.pgdg+1_arm64.deb
Size: 9128
SHA256: ced4ab368b53c317c0f0fb27d139bcb069fe0afd95bf3c4fe9442aed0dfdfb76
SHA1: a8f472e379c72d2c561fead0872e218520f56ab1
MD5sum: 0dea566a645a3c8121e75ffa549c52a4
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-9.5-pgpcre (= 0.20190509-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-9.5-pgpcre-dbgsym_0.20190509-2.pgdg+1_arm64.deb
Size: 14860
SHA256: 9115ec914992fe67d74ae6585489cc2d8c04517c4fcf05dd9d7daa070e2aeb56
SHA1: 9b6777cd73b8cf98d6543fc493658f6201123ef0
MD5sum: 7a739bb2be74521fb810566a790a165f
Description: debug symbols for postgresql-9.5-pgpcre
Build-Ids: 53565f226e67f2dd199733e3dbb286cebe9d40d5
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-pgq3
Source: pgq
Version: 3.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1822
Depends: libc6 (>= 2.17), postgresql-9.5, pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-9.5-pgq3_3.4.1-1.pgdg+1_arm64.deb
Size: 81756
SHA256: a4cd0eb20abec64998cb0924369a9123f2219f075a4dd74e04c9df90dd0dc83b
SHA1: c4b6c9e145475b0f4c356dcb576368aeaf70d473
MD5sum: b2fafa787c01f9727edeb28e8aec6eb3
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-pgq3-dbgsym
Source: pgq
Version: 3.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-9.5-pgq3 (= 3.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-9.5-pgq3-dbgsym_3.4.1-1.pgdg+1_arm64.deb
Size: 54188
SHA256: 4b6005cc0a9de62ef28a19350e77c6f861320e2ec8397740428cd4cb8e210d14
SHA1: 91bad1111aefee52c1ad4e454a4583d860f2aba3
MD5sum: b760d05112b80e951022af4c20a540ad
Description: debug symbols for postgresql-9.5-pgq3
Build-Ids: 0720062dd6e5797e8602f197e0251749eca6e276 f9d19074dbff34f6cde4b8a31b7c80203dbad494
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-pgq-node
Source: pgq-node
Version: 3.4-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 470
Depends: postgresql-9.5, postgresql-9.5-pgq3
Replaces: postgresql-9.5-pgq3 (<= 3.2.6-5)
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-9.5-pgq-node_3.4-3.pgdg+1_all.deb
Size: 12516
SHA256: cda065c08b21200dfa554deb7cb56b7c9590cc69a8e8f72d5c2fb67e649c5140
SHA1: 05658d0ffb8eef9940aab64df2230b0cad871b04
MD5sum: d3265bb18b009948b380dc13e0ae65e1
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-pg-qualstats
Source: pg-qualstats
Version: 2.0.2-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 83
Depends: libc6 (>= 2.17), postgresql-9.5
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-9.5-pg-qualstats_2.0.2-2.pgdg+1_arm64.deb
Size: 26964
SHA256: 6b23f095643ff6633f88de9db8563d1f85f353aae0f8e783d85a9de81dfc26e6
SHA1: b621b8e88d29f135be8e2ef9c34a7720cd6d1a27
MD5sum: 1fcabf71a25325907a96ebe5215ddf86
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.0.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 70
Depends: postgresql-9.5-pg-qualstats (= 2.0.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-9.5-pg-qualstats-dbgsym_2.0.2-2.pgdg+1_arm64.deb
Size: 52676
SHA256: e982e431b46d8d358fd53935fd44780c84d50e79247cbddec6e4a5ad10747a7c
SHA1: a46a0351ce87cc39f1226c69d95cd2364a5cd6de
MD5sum: 4164e3cf97fdf8d582c50ce47e3bd61b
Description: debug symbols for postgresql-9.5-pg-qualstats
Build-Ids: 64c53e1b57d638b9cd59d6289613ba191e166886
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-pgsphere
Source: pgsphere
Version: 1.1.1+2020-10-20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 945
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx2 (>= 3.60.0), libstdc++6 (>= 5.2), postgresql-9.5
Conflicts: postgresql-pgsphere (<< 1.1.1+2020)
Replaces: postgresql-pgsphere (<< 1.1.1+2020)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-9.5-pgsphere_1.1.1+2020-10-20-1.pgdg+1_arm64.deb
Size: 316908
SHA256: ef17f9d26628e060121184172690f94b0cb27b0ef3e45b8738b200e7010411de
SHA1: 4ae3e44fdd7b89134e02251c2d0483105f118f89
MD5sum: 66e9e45cc842bc187abf26987f4bb324
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-pgsphere-dbgsym
Source: pgsphere
Version: 1.1.1+2020-10-20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 364
Depends: postgresql-9.5-pgsphere (= 1.1.1+2020-10-20-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-9.5-pgsphere-dbgsym_1.1.1+2020-10-20-1.pgdg+1_arm64.deb
Size: 307564
SHA256: d2ea80093da06aa296776e57de460ca7e18ac65cf8bb9c03c469d3b040b4552c
SHA1: 1be3b77ee9c2a26aa919779f7e53a70a53f850bd
MD5sum: ea34c07d6a51d574c8432e38cd406db0
Description: debug symbols for postgresql-9.5-pgsphere
Build-Ids: 44b4db1bafb369a0096f0cdd7c9a9720b7121978
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.1.3-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 56
Depends: libc6 (>= 2.17), postgresql-9.5, postgresql-contrib-9.5
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-9.5-pg-stat-kcache_2.1.3-2.pgdg+1_arm64.deb
Size: 13912
SHA256: 57a04492676d6b29e104f88920a94b6a024efe9a11c73312bec78ef5641c26d6
SHA1: f36227cce8f9b0bb345a440e4561a77bb2c5dea0
MD5sum: aba256cc1609656e7b32466fa329d1a9
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.1.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 44
Depends: postgresql-9.5-pg-stat-kcache (= 2.1.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-9.5-pg-stat-kcache-dbgsym_2.1.3-2.pgdg+1_arm64.deb
Size: 28716
SHA256: 35a45ef653d766b1b526daa2d7098951a7e17c97c72dfc13b759c3fe506b5c68
SHA1: 6f57affca4121216ae8f05523397712a05a9ae32
MD5sum: d09d43b522aa6125870bf31e404e4a5a
Description: debug symbols for postgresql-9.5-pg-stat-kcache
Build-Ids: d8bcdd4a8bd5b535cf1bf8ef52726a8784b16c88
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-pg-track-settings
Source: pg-track-settings
Version: 2.0.0-3.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 76
Depends: postgresql-9.5
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-9.5-pg-track-settings_2.0.0-3.pgdg+1_all.deb
Size: 7988
SHA256: b73dad910151122ed9b65c9d164ea9739a3296a18e1b49ec35c6960e2f390a68
SHA1: 41cfed077bc1358f44052e05fe2288cd3320c6e3
MD5sum: 699f18227145a721469db2665883484a
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-pldebugger
Source: pldebugger
Version: 1:1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: libc6 (>= 2.17), postgresql-9.5
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-9.5-pldebugger_1.3-1.pgdg+1_arm64.deb
Size: 25096
SHA256: ea75dc589e7417a86d1c04f1f5e8319b02f79b1d6f362438b06c66ad03b22c5b
SHA1: 793372b1920b68df02c037fcc71a9a4bb8ad170c
MD5sum: 8a6e45ae64e46db07fa48a11cdd9cbd4
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: postgresql-9.5-pldebugger (= 1:1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-9.5-pldebugger-dbgsym_1.3-1.pgdg+1_arm64.deb
Size: 81496
SHA256: c52b91d701fb875be9ff19dbaff4de81787ee9c1cd5610aaaee839da92a780c0
SHA1: 302643ae4514be4839f92d9cd1d87e8de3d0ed73
MD5sum: f2676b9c03b5091beca95d4dbfddcd03
Description: debug symbols for postgresql-9.5-pldebugger
Build-Ids: 1cb593d8de5df73899903873bc709d9920c48924
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-pllua
Source: postgresql-pllua
Version: 1:2.0.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 325
Depends: postgresql-9.5, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-9.5-pllua_2.0.6-1.pgdg+1_arm64.deb
Size: 102492
SHA256: 0484cee6efff80a8514b58e13420f736f7f89c8bd16c3b43f3e63d6d0c39c967
SHA1: 0508ec32045b61e9342da9e1d1bf97b62c9bce38
MD5sum: 78f50e9b79935cbb91e4fadaf812a4fc
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.
 .
 This package is based on pllua-ng.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 329
Depends: postgresql-9.5-pllua (= 1:2.0.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-9.5-pllua-dbgsym_2.0.6-1.pgdg+1_arm64.deb
Size: 282572
SHA256: 5c21daaaa907076e60788f608ab5150c41c7dc6dbe6719e6bc3479eee2c28a5e
SHA1: d047745210359d676a8a9c1f4f4bc7a8da6841ce
MD5sum: 234b8c61ed662a508ba93dcbac15910f
Description: debug symbols for postgresql-9.5-pllua
Build-Ids: d390ab3bc3a224ea9c0481c067bd4c8641016fa8 fe4368c290d0ec73442730cf66a7462108bcb670
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-plpgsql-check
Source: plpgsql-check
Version: 1.13.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-9.5, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-9.5-plpgsql-check_1.13.1-2.pgdg+1_arm64.deb
Size: 64672
SHA256: 395b3036749aff3fb639f65471bce0c483273097d95a642f98b4d65e952d4f34
SHA1: e2b1f875b8445dda2090943be9ad35162097bdc6
MD5sum: 051e829c7f9a073d621146b766cf84b6
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.13.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 209
Depends: postgresql-9.5-plpgsql-check (= 1.13.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-9.5-plpgsql-check-dbgsym_1.13.1-2.pgdg+1_arm64.deb
Size: 180892
SHA256: 13fe4483db2a6967e9e36d1512f32e394841889bf742924008ecb3abdeb31f6c
SHA1: 481d8acfb7d2a877c283ed3e88aff4418210e585
MD5sum: 0913373771261cc460134e924e20b4e4
Description: debug symbols for postgresql-9.5-plpgsql-check
Build-Ids: ed71822f31a7e51af0a705aa0ba87ee8def78c8e
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-plproxy
Source: postgresql-plproxy
Version: 2.10.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-9.5, libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-9.5-plproxy_2.10.0-3.pgdg+1_arm64.deb
Size: 56324
SHA256: 7b236403bac40fb55084a6fe5ab6be995e9a35ba28909358315d00f711200d39
SHA1: 6e07df91b6dbbc10dc853e5c40369111473d7ad7
MD5sum: 32c0d9536c3b98a99fcb2577b2215193
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.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: postgresql-9.5-plproxy (= 2.10.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-9.5-plproxy-dbgsym_2.10.0-3.pgdg+1_arm64.deb
Size: 109772
SHA256: dde6d31bbec92f3bb9e413ab1b96722639b22a2f2a2f5ae02d46ff020465bbde
SHA1: 02cb481ba8ff8f7a651e523441a5904eeae05984
MD5sum: 51b2963ed2e45f6f5bfd6b66aa46d17e
Description: debug symbols for postgresql-9.5-plproxy
Build-Ids: 7f762faa3bf303a64dc6d26a80c15ebbe15fda43
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-plsh
Source: postgresql-plsh
Version: 1.20200522-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: libc6 (>= 2.17), postgresql-9.5
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-9.5-plsh_1.20200522-2.pgdg+1_arm64.deb
Size: 12824
SHA256: bf73d1f24ab66ceed23b4a49eb04dd4253a2a92ad31ec7ab34ce4f34772fe39d
SHA1: 97d4bfa869cab84a3e29bf88cb3c4c361c47f93e
MD5sum: ef721d17e52d15b10f4be3708481f681
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.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20200522-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-9.5-plsh (= 1.20200522-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-9.5-plsh-dbgsym_1.20200522-2.pgdg+1_arm64.deb
Size: 27016
SHA256: a024f07712a7d480971c916773c080521c21258406b68d5a5eaa9099ab8034fa
SHA1: 3492dc28bedbe6fc99195bcfa60bfb4c91837536
MD5sum: 2dbed31b7182a35eee840cb3636d7203
Description: debug symbols for postgresql-9.5-plsh
Build-Ids: ab57b9f7cf08c06d317f23d61cff8edbed45c082
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-pointcloud
Source: pgpointcloud
Version: 1.2.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: postgresql-9.5, libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-9.5-pointcloud_1.2.1-5.pgdg+1_arm64.deb
Size: 62400
SHA256: cd117aa8b4638c79fcafdf9c61089f2cd5d380e1735a32a444d963c039094f89
SHA1: 0756efddd40acdf04b149a1045b0650f97627121
MD5sum: c6abf8b460872f4db4dfb656a3d0e730
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-9.5-pointcloud (= 1.2.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-9.5-pointcloud-dbgsym_1.2.1-5.pgdg+1_arm64.deb
Size: 150948
SHA256: 9adbb1f2d92a490328e6b28fc85ac08381e765211c185ce6d0261bb0737e1109
SHA1: 6c19b9ebb91a3f14d9892919cbc3baa5da4906d0
MD5sum: 31f08699723746c06a0f81039760692f
Description: debug symbols for postgresql-9.5-pointcloud
Build-Ids: 459a7f8c95ab3b95e660c33ec03f863ff2f76d00
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-prefix
Source: prefix
Version: 1.2.9-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: libc6 (>= 2.17), postgresql-9.5
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-9.5-prefix_1.2.9-3.pgdg+1_arm64.deb
Size: 21228
SHA256: 6c13076820d66cd064317e2fa2e586b0cc09ea29bec2320be74b8493ef79ae61
SHA1: 5ba1f0adc93fa032101b425efeab3682e9352d8b
MD5sum: 9c4e44c327812dd0830350b55c5a6632
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.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-prefix-dbgsym
Source: prefix
Version: 1.2.9-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-9.5-prefix (= 1.2.9-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-9.5-prefix-dbgsym_1.2.9-3.pgdg+1_arm64.deb
Size: 42956
SHA256: 663dbb414012ba5b4ae724d4face2e0cf5f5791aa5c1f893256ea622e222fa6a
SHA1: 16efd8ce14f8798fc33837993c4e13d3c929af76
MD5sum: 3c72120929ea6b4a7b23c51545f9eef4
Description: debug symbols for postgresql-9.5-prefix
Build-Ids: 6834e0c60ab29232698f2d449ad0d0eab6ba5d4d
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-prioritize
Source: postgresql-prioritize
Version: 1.0.4-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: libc6 (>= 2.17), 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-8.pgdg+1_arm64.deb
Size: 6864
SHA256: 4821dd5ad464665694d6c3637938d237737228ec93d01835c2a8b8e67d90e9c3
SHA1: 7ea46191582017e324321e9a5c10c2be2a01a2e8
MD5sum: 7fef28c7dd56ef0e46c5083e8cffd278
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.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-9.5-prioritize (= 1.0.4-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-9.5-prioritize-dbgsym_1.0.4-8.pgdg+1_arm64.deb
Size: 11604
SHA256: 5e003ead45d7bcd3c9348ee6486d3cd572c994943690e88087b83ed2bd009660
SHA1: 682b9af8d6ecc453c4337ecba653b355109bfd97
MD5sum: 6b098d5c998e99008b5c881893cf05fb
Description: debug symbols for postgresql-9.5-prioritize
Build-Ids: 404791d89f3d4a657d70d3af38ef46fdb2aa137a
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-similarity
Source: pg-similarity
Version: 1.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-9.5, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-9.5-similarity_1.0-4.pgdg+1_arm64.deb
Size: 32512
SHA256: 24a8ca66e1d7c2ad1ad42f8074764c3866a79cbd3b4dc97ef9056a4a64b76564
SHA1: bdfd6634a929aba459284feb16f68c26f90b1620
MD5sum: 02bf823de39663c915bc11cf1c3f6fda
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-similarity-dbgsym
Source: pg-similarity
Version: 1.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-9.5-similarity (= 1.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-9.5-similarity-dbgsym_1.0-4.pgdg+1_arm64.deb
Size: 52504
SHA256: 6dad7c79c8b4c50f6f4cac02e002c7908990ca52de72771833091fa77505e2e0
SHA1: e1f73accd82f61463995c2dd6867c7c7f361a1f7
MD5sum: de7d47fabec04555824c98f2eb8d44cc
Description: debug symbols for postgresql-9.5-similarity
Build-Ids: 9e402801b8ce742199e2b1ff93e3ba9325e6ce3d
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-snakeoil
Source: pg-snakeoil
Version: 1.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-9.5, libc6 (>= 2.17), libclamav9 (>= 0.101.0)
Recommends: clamav-freshclam | clamav-data
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-9.5-snakeoil_1.3-2.pgdg+1_arm64.deb
Size: 8788
SHA256: 4458326d47dd83e0face5edcbdf6304b8e9b194cf212fb364615135c2ab1ab4d
SHA1: a9c3a5d77361a5635deb3cea9e9e4926ba37abd9
MD5sum: a38228a3b78ae8f2ae81ab2d903f32bc
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28
Depends: postgresql-9.5-snakeoil (= 1.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-9.5-snakeoil-dbgsym_1.3-2.pgdg+1_arm64.deb
Size: 13732
SHA256: 1fdab4731bb568b3192e30d2b8743da60111a31aedd34b8499cea5ca64b54677
SHA1: 33347d148209164aa9d9e4196fc5172e6acd5d53
MD5sum: acf13ee15a7116efd1fd7f98b306412b
Description: debug symbols for postgresql-9.5-snakeoil
Build-Ids: ec209aa485b53ae2b5ff083f27fb2ff3f4b6560b
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-tds-fdw
Source: tds-fdw
Version: 2.0.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-9.5, libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-9.5-tds-fdw_2.0.2-2.pgdg+1_arm64.deb
Size: 32820
SHA256: dcf89bf28bc7b51efba974fa5d4c4d7ecd739714a7482ff634162c809e963570
SHA1: 5c0b1cf80ec27525a463cabece775c6e70d959c6
MD5sum: ef99adc2736fd3ae92dcf22cbf42c798
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 122
Depends: postgresql-9.5-tds-fdw (= 2.0.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-9.5-tds-fdw-dbgsym_2.0.2-2.pgdg+1_arm64.deb
Size: 104724
SHA256: d60d050b33c409e9005ca4aecf3fb632ee1b97c7eb0ced8be40fe0f915348d85
SHA1: 42e3d84c4d21c2911f5ebf7dca80acfbda3785d7
MD5sum: ecd9461f84a3375487cab0f5587c22ed
Description: debug symbols for postgresql-9.5-tds-fdw
Build-Ids: 0066792b6743590c4f319a85b69e13b2a653780b
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-toastinfo
Source: toastinfo
Version: 1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-9.5, libc6 (>= 2.17)
Homepage: https://github.com/credativ/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-9.5-toastinfo_1.2-2.pgdg+1_arm64.deb
Size: 6148
SHA256: e84d818db5c54e866472ccf15d46ff50306857c1db13d661bf1ef1781c1792e9
SHA1: 185dc4c1e3e5988009e2dde1aaf5a2fea28b20ae
MD5sum: 11a85e152f2ddbe4f78e54111120666c
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-toastinfo-dbgsym
Source: toastinfo
Version: 1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24
Depends: postgresql-9.5-toastinfo (= 1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-9.5-toastinfo-dbgsym_1.2-2.pgdg+1_arm64.deb
Size: 10376
SHA256: d5b91034f37a8281c722a9f2e0f7a1d7d58cdfe80b181cb766f5c8bc22429590
SHA1: 388da85899519a547472aa3dbf1013ce9ab98f4b
MD5sum: 287b230db738e0083b894dfc96913f2d
Description: debug symbols for postgresql-9.5-toastinfo
Build-Ids: 3588bc3fa33defe54f2c01d851d7270709ce4eac
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-unit
Source: postgresql-unit
Version: 7.3-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 334
Depends: libc6 (>= 2.17), postgresql-9.5
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-9.5-unit_7.3-1.pgdg+1_arm64.deb
Size: 66040
SHA256: e6a96861df00631982d91d3844699761c438fc5ef6845a86d6090194184e8e3f
SHA1: 6a55b0836f97832740424ff5e83a55274173ac76
MD5sum: 51a7d7c5d0d756f4d196c515ff2c4676
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-unit-dbgsym
Source: postgresql-unit
Version: 7.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 77
Depends: postgresql-9.5-unit (= 7.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-9.5-unit-dbgsym_7.3-1.pgdg+1_arm64.deb
Size: 55704
SHA256: b84ce38cc8256e7548cf72cf73ba7778c2a3b91452bf1bc30e16c986de7c1bc4
SHA1: a55490b91eaa2f62a58e314946b8c026754b288f
MD5sum: 162ff0f72641adbb5c40f579f643ce34
Description: debug symbols for postgresql-9.5-unit
Build-Ids: ec4d05b2c6c91929518317a3c036dd96c271da21
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-wal2json
Source: wal2json
Version: 2.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-9.5, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-9.5-wal2json_2.3-2.pgdg+1_arm64.deb
Size: 16664
SHA256: 83ad5f84636fd1c820f07d4732477307680a9a61e4a81edd1c5978ebf63c44f9
SHA1: 2049988217732d7b5c79a0994fe83536d8da0c16
MD5sum: f315a23c0c259849f686c42a8fafb9f5
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.5-wal2json-dbgsym
Source: wal2json
Version: 2.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-9.5-wal2json (= 2.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-9.5-wal2json-dbgsym_2.3-2.pgdg+1_arm64.deb
Size: 48972
SHA256: ffd917f5b0aadc9819c61a293f646fb3f4c3fe8feae3079eedf9866ad9cdb169
SHA1: af8e68d1adab1e59b2cc31208b30e6c7bf2020bc
MD5sum: 322c182da064fd68115c097b3f40f784
Description: debug symbols for postgresql-9.5-wal2json
Build-Ids: fc8457b5404a9d45612e8b3283b7d1ddbce23bf7
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-asn1oid
Source: pgsql-asn1oid
Version: 1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://github.com/ChristophBerg/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-9.6-asn1oid_1.3-1.pgdg+1_arm64.deb
Size: 6700
SHA256: 3a9a8baa3d0afbb6877d20d930894c16ec4ea5196a10abf0a1c1726024385dbe
SHA1: f551d14ad1fa0dd3c250dd6a676aaf382871115b
MD5sum: 4a8654133da87a00b59043edb38eab65
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.6.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-9.6-asn1oid (= 1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-9.6-asn1oid-dbgsym_1.3-1.pgdg+1_arm64.deb
Size: 8848
SHA256: a17b68d577b2854e4e437d79a6e81aa600ce1ae4c263b13ed39aa131437a7605
SHA1: 1a4dea6e14d69a2d87298abd8e72aca50e933121
MD5sum: 17a950c9446f53622a852a03cd19e35e
Description: debug symbols for postgresql-9.6-asn1oid
Build-Ids: 7b1fa2a8e585c3a33bc3ec30c90d8f8c93c26cb9
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.5.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 26
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-9.6-bgw-replstatus_1.0.5.pgdg+1_arm64.deb
Size: 7192
SHA256: 152e6304b65ef6d528918c97499319d33f77b25897151145b001c27b04404334
SHA1: ca4e2bb5d4fa455bff1f4c22045ddad1c320da99
MD5sum: 84ad90adc21f66a4f51b2cedecd3fd10
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 23
Depends: postgresql-9.6-bgw-replstatus (= 1.0.5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-9.6-bgw-replstatus-dbgsym_1.0.5.pgdg+1_arm64.deb
Size: 8344
SHA256: df369b6bcf2bf71eb29bed9652760b41ff36e6fe7b907ca26c3f4d7769b97b50
SHA1: 28c9f9151667ac7e75b5563cf8ce53aeb85a31d0
MD5sum: a94d1f4177f45a819c8fdd3dca97441f
Description: debug symbols for postgresql-9.6-bgw-replstatus
Build-Ids: 63f1891d49fd178e31bba1f09f5ecae5ea3785ed
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-debversion
Source: postgresql-debversion
Version: 1.1.1-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.17), postgresql-9.6
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-9.6-debversion_1.1.1-4.pgdg+1_arm64.deb
Size: 10376
SHA256: 83f6153f855c7b4d095b85eda9451d1a2312799fb19f201feecd069fe7ca75b9
SHA1: 5be960bacf08fcabd6dbf5cdb84a0a880f04c406
MD5sum: c39e9067762ad2aabd30c080aecfc4a1
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()
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: postgresql-9.6-debversion (= 1.1.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-9.6-debversion-dbgsym_1.1.1-4.pgdg+1_arm64.deb
Size: 18464
SHA256: f5ca85d3391857d9523560a0683acc39e9af2ce6238360992ef03b85a8be868b
SHA1: b35ea464777e555b6731af68b348b8295a1f3f38
MD5sum: 19963ef25935692accd89376d6ca21b1
Description: debug symbols for postgresql-9.6-debversion
Build-Ids: f2462788aa5e023e1772c9fb2ef8dc4c294323f6
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-dirtyread
Source: pg-dirtyread
Version: 2.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: libc6 (>= 2.17), postgresql-9.6
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-9.6-dirtyread_2.3-2.pgdg+1_arm64.deb
Size: 10824
SHA256: 210ea7a40ee4f21c8c4c91497d01f9e2333d75a33c9169489a0f2995c6d78437
SHA1: f8d378820d04dc8c6d9f7687474a7add0a92d028
MD5sum: 6a1a0106afa22b3422766a0ffa9b6427
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: postgresql-9.6-dirtyread (= 2.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-9.6-dirtyread-dbgsym_2.3-2.pgdg+1_arm64.deb
Size: 24636
SHA256: ab919d3c63f2859c7b35f311466d859ea303d01fa72d5ff25f6cdc67bacc942b
SHA1: aeb36c68fb99fed5eb5d43326b7470731a8f80ad
MD5sum: 9af2346f64bc4dc69579d958bf9f375f
Description: debug symbols for postgresql-9.6-dirtyread
Build-Ids: 89e8ff99c924984c23c6900bd8034e138d9d5276
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-extra-window-functions
Source: extra-window-functions
Version: 1.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-9.6-extra-window-functions_1.0-2.pgdg+1_arm64.deb
Size: 7580
SHA256: 8850f4a2a41400c538a11319a6bf370f815b9d8b45e1fbd558352662a3fca406
SHA1: d1fb94f79419c493449dac4372d47a26e57e031d
MD5sum: 3bb63118df5f2573ba12b812c4862da6
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-9.6-extra-window-functions (= 1.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-9.6-extra-window-functions-dbgsym_1.0-2.pgdg+1_arm64.deb
Size: 10244
SHA256: 4485c5dc51c69b356ac169e90834315ab0f587a957d798d503301433219df8f3
SHA1: 3f17bfda025b0d30361b9a81eff3aa998cfe999b
MD5sum: 6c5637ef59dbec6ca1303775dabe702f
Description: debug symbols for postgresql-9.6-extra-window-functions
Build-Ids: df4ee69ca457a82d461c2d85150f3f889dcc6f9a
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-jsquery
Source: jsquery
Version: 1.1.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-9.6-jsquery_1.1.1-3.pgdg+1_arm64.deb
Size: 41496
SHA256: 782219ebd567a681efaa92df7b02ae199919884814287ea051cd0c70baa119be
SHA1: 06c10fd601bda371b39352094cfc31b78650d0a0
MD5sum: dadd93564bb9c4e298ccd8124d4383bb
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-9.6-jsquery (= 1.1.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-9.6-jsquery-dbgsym_1.1.1-3.pgdg+1_arm64.deb
Size: 94692
SHA256: dbf50528a66ff7d64b7f5588e60bdfe457842cd2db61dc7f4b57e403b7fc1287
SHA1: 1b1adf07830aa8b250e55e17846689dfc29fb5de
MD5sum: dbcdf08580ffbf02599afb73c2f61483
Description: debug symbols for postgresql-9.6-jsquery
Build-Ids: 16fd53e1aabd152629e6838e7bf675298b31dfaf
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.5.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-9.6-mysql-fdw_2.5.4-2.pgdg+1_arm64.deb
Size: 27232
SHA256: c14395963e2f4084b923d677ea6215f0319cec89e1f2af5ff65cb0bc8725fbf3
SHA1: 7355f074930b2b93bd37259b54eef824b42e5207
MD5sum: 3861743c778b1812a0c40eb722415867
Description: Postgres 9.6 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.6.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.5.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-9.6-mysql-fdw (= 2.5.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-9.6-mysql-fdw-dbgsym_2.5.4-2.pgdg+1_arm64.deb
Size: 96216
SHA256: c5a1dcf960095d3e85e4f2e93c6775273a0a563a2be089bcc110a5e76960cbf5
SHA1: 67664b317bda583ae9b315ffb97200b9d818ea94
MD5sum: 31d9028d81d32716e723108c8b53682a
Description: debug symbols for postgresql-9.6-mysql-fdw
Build-Ids: b7d9d0703cbe5faf9bbeac0bdbd8097c2982a946
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-numeral
Source: postgresql-numeral
Version: 1.3-3.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-9.6-numeral_1.3-3.pgdg+1_arm64.deb
Size: 22276
SHA256: 27c81ad6fa65a95ca4911c5f23f6edf9e7b3016dd37b9d72555ad237d08a4c13
SHA1: e7c4db3d045eb50f128c00f75de3a815644ae2f4
MD5sum: 3a8326619a529d75f36d68cde745d77e
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 62
Depends: postgresql-9.6-numeral (= 1.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-9.6-numeral-dbgsym_1.3-3.pgdg+1_arm64.deb
Size: 40372
SHA256: b2702a86d806a75096f0503fd85f97b784e7e006e10b478cd79bb64344072242
SHA1: c91b43ff5243355a792f7cbb1c43d6b97d640ca9
MD5sum: 79725a57c9809a40695bcc6fcd7c78aa
Description: debug symbols for postgresql-9.6-numeral
Build-Ids: 8129644315e230eff42e9bcdca5f0387c39eac03
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-periods
Source: postgresql-periods
Version: 1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 520
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-9.6-periods_1.2-2.pgdg+1_arm64.deb
Size: 34456
SHA256: 98cbad8f2976eadee53b07ae5377ebb8c66c0bb0c7c1a0f27366605cae2e1996
SHA1: 9a7f2ce0822c33f90e5c62d7b99dd661794f4863
MD5sum: 4dc807d89553698ce937d3d9b3aa9503
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-periods-dbgsym
Source: postgresql-periods
Version: 1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-9.6-periods (= 1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-9.6-periods-dbgsym_1.2-2.pgdg+1_arm64.deb
Size: 25588
SHA256: 23478f05e3a34f84d16678ca2a2c2d335addc8e08f8067d1b55f2b4866b382d0
SHA1: 523efa7530527662ee3d9a64d2e26cd9c7682e59
MD5sum: fc6a591c412bc6caffc4f3c5a700117f
Description: debug symbols for postgresql-9.6-periods
Build-Ids: b2171e746525f824a21a3b5a27fc325f4d72146f
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-pg-catcheck
Source: pg-catcheck
Version: 1.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: libc6 (>= 2.17), libpq5 (>= 9.0~), postgresql-9.6
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-9.6-pg-catcheck_1.2.0-1.pgdg+1_arm64.deb
Size: 26964
SHA256: 850dcfb14818826e11a8067adb592c77dcc071be347124c5b3e1f5e86a5d6f4e
SHA1: 9759cf9cab4a9023bcad0bdcaa51f171162d0056
MD5sum: e04daf1581b2e3725431028ede82d344
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-9.6-pg-catcheck (= 1.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-9.6-pg-catcheck-dbgsym_1.2.0-1.pgdg+1_arm64.deb
Size: 40012
SHA256: fa13a3ed8b822805a0980116754c8c7a2ed70f217e167f95773c00c208f2066f
SHA1: b019263da91a0cc0c468246ea9cd8031409e4bb5
MD5sum: 3f9524bb328f298fbc7d6f6d2b62bd4e
Description: debug symbols for postgresql-9.6-pg-catcheck
Build-Ids: cc2086acbf72333d5e3db0ce74237a2e4f051eae
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-pg-checksums
Source: pg-checksums
Version: 1.0-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: libc6 (>= 2.17), postgresql-9.6
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-9.6-pg-checksums_1.0-6.pgdg+1_arm64.deb
Size: 29256
SHA256: 5c5347ecc95311a73da07b2c9fe3cde0f068fe80467e7e73ad54a2b30a16fc61
SHA1: 269820106dcfbfc9cb7bc28c4b22b26863805dfc
MD5sum: 93668cb17a0214139251c9726cea01a0
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums can activate or deactivate data checksums as long at the database
 cluster is shutdown cleanly. Activating checksums requires all database blocks
 to be read and all page headers to be updated, so can take a long time on a
 large database. Deactivating checksums only requires the cluster control file
 to be updated so is quick.
 .
 In addition, pg_checksums can verify the checksums in an offline cluster.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.0-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-9.6-pg-checksums (= 1.0-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-9.6-pg-checksums-dbgsym_1.0-6.pgdg+1_arm64.deb
Size: 28160
SHA256: f98619f463cf65e0593cd7e2abaf8de67c5824998af1ddeec4045c7d36a47cac
SHA1: f49fb474f443f1352892d6a7f8b0b3cab2bfb7ea
MD5sum: a8e3ba7916f40d4e503f9640bd2882fa
Description: debug symbols for postgresql-9.6-pg-checksums
Build-Ids: 4fa851f0d072ef927654587b589ad39c395592c3
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-pg-fact-loader
Source: pg-fact-loader
Version: 1.6.0-3.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 656
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-9.6-pg-fact-loader_1.6.0-3.pgdg+1_arm64.deb
Size: 43092
SHA256: 74974a85147e976db0a3da6baa2632d49af1b21cff5fb704f8224b28d50ed910
SHA1: 0d45b9b7eab2352b6ec7a3119eafda9472a380eb
MD5sum: 7fed1b910966ca4f486367ed99bda92e
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 9.6.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.6.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 28
Depends: postgresql-9.6-pg-fact-loader (= 1.6.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-9.6-pg-fact-loader-dbgsym_1.6.0-3.pgdg+1_arm64.deb
Size: 13140
SHA256: 49248242299fc3baa0049b428788bbc350f4fda51501f60fed4ed507e8ee700d
SHA1: b025416c9f9eb4ef4d421e1f443bc1f68595016f
MD5sum: 23d59a2bebe75b74160f50520ba0ed04
Description: debug symbols for postgresql-9.6-pg-fact-loader
Build-Ids: c698840a3ddb8bf9e7b81b9485873c1f28c78230
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-pgfincore
Source: pgfincore
Version: 1.2.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-9.6-pgfincore_1.2.2-2.pgdg+1_arm64.deb
Size: 15184
SHA256: 806727543f478beda0592112128192c0939fea31b460707117ab2aad83a4aae8
SHA1: 48a2152b3af9b916be271a461dc9fcba1d384635
MD5sum: 08ecb2f969abe4634dd31115af65ffe1
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.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-pgfincore-dbgsym
Source: pgfincore
Version: 1.2.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-9.6-pgfincore (= 1.2.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-9.6-pgfincore-dbgsym_1.2.2-2.pgdg+1_arm64.deb
Size: 32604
SHA256: 9b2ea7ba14abb11daf6bf3cbe763d67dcb5755bd208b0b6cfb95f8d9f8fe39b8
SHA1: 2f62b1d83318304714ac8ad61477b8d4306bd9c4
MD5sum: 3820c98c884448a90ee8127b640c061e
Description: debug symbols for postgresql-9.6-pgfincore
Build-Ids: 6a47ab152acf6c46f7dffb69c16d07e5435b1152
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-pgmp
Source: postgresql-pgmp
Version: 1.0.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-9.6, libc6 (>= 2.17), libgmp10
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-9.6-pgmp_1.0.4-3.pgdg+1_arm64.deb
Size: 44760
SHA256: efc0424fcd27337aa3d90f3bcd5bb6a99282863e5ef078b81a76e103d95539a9
SHA1: 93b5dbf45c6a26d1d0046c806245b08df8e8ba2c
MD5sum: 5aa2f59bcf3b1b638fd0191eb6f11eb1
Description: arbitrary precision integers and rationals for PostgreSQL 9.6
 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.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-9.6-pgmp (= 1.0.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-9.6-pgmp-dbgsym_1.0.4-3.pgdg+1_arm64.deb
Size: 61832
SHA256: 7c605ea414464bd595d8cf4ba46cdd0a47d391037abd48483a169e2639795b81
SHA1: 1699913f57f0bb0abcb0b4562575f2e6ebe00007
MD5sum: cc9daa3dd697af4acfc5b87b22c89b24
Description: debug symbols for postgresql-9.6-pgmp
Build-Ids: 90332ff945414e1cd3f9971159e8e94991db251b
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-pgpcre
Source: pgpcre
Version: 0.20190509-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-9.6, libc6 (>= 2.17), libpcre3
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-9.6-pgpcre_0.20190509-2.pgdg+1_arm64.deb
Size: 9124
SHA256: 494a528f42e6fb9986f6bd91586dd567b4edd16afdf8f8e304802a8f4292eab6
SHA1: 2723153695769a00fa0728f91762ff73c79f6426
MD5sum: 0e9496648ca65d3ab91323a75050cce4
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-9.6-pgpcre (= 0.20190509-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-9.6-pgpcre-dbgsym_0.20190509-2.pgdg+1_arm64.deb
Size: 15108
SHA256: ebb983e683c8cd232046b0f9c720bdd48f4ce30264d35890936fe1e1b10b7aca
SHA1: e01ff9c7d2fcf3a6c4dea86ef49cc3c5bfe456a2
MD5sum: c98a68119abc476edc194b703605661e
Description: debug symbols for postgresql-9.6-pgpcre
Build-Ids: 04c64b21cca38e71a2a15a2021286c7ba97ebed5
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-pgq3
Source: pgq
Version: 3.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1822
Depends: libc6 (>= 2.17), postgresql-9.6, pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-9.6-pgq3_3.4.1-1.pgdg+1_arm64.deb
Size: 81852
SHA256: 04db2a74f92133975fa608f5a21babb4aea382faa60ca50f8a48f5c9d225be33
SHA1: 9218856dddd7b1fbc5b944d8072c44394ab224d7
MD5sum: aca8d5597ca1f38438890912ab165381
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-pgq3-dbgsym
Source: pgq
Version: 3.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-9.6-pgq3 (= 3.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-9.6-pgq3-dbgsym_3.4.1-1.pgdg+1_arm64.deb
Size: 56096
SHA256: e51d841f817d567ff3e01d189aaf7a8f520dd4c4c4dc2b60e9ab050b10b5af9f
SHA1: 33f94f2e5cf974b5a189f7efa4a0500faebaf217
MD5sum: cdf50acc5a2b8172b9887eda97c8288f
Description: debug symbols for postgresql-9.6-pgq3
Build-Ids: 7fa87228d21ccf56847114ba9a75907a1de1028c aecb9500c7ccc370c46f5f8af15a9d4fa8fb74d2
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-pgq-node
Source: pgq-node
Version: 3.4-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 470
Depends: postgresql-9.6, postgresql-9.6-pgq3
Replaces: postgresql-9.6-pgq3 (<= 3.2.6-5)
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-9.6-pgq-node_3.4-3.pgdg+1_all.deb
Size: 12520
SHA256: 03e6d018ca922196e927c143987fe3772c30eb1f445382f11c1d73e94b0470b0
SHA1: 3d0434edbdd45b85899c6da62591c0605811adb4
MD5sum: 3d2d793af6f0e321a61f752968276427
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-pg-qualstats
Source: pg-qualstats
Version: 2.0.2-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 87
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-9.6-pg-qualstats_2.0.2-2.pgdg+1_arm64.deb
Size: 27420
SHA256: dd7bf79f790270d841da49f1cf2c3281b2a7b7e32373de9aedeb676630d5a2c8
SHA1: 38ff127437039937011f9a2f2c103782edb2207d
MD5sum: eb9168840619230d8d590313fe32484a
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.0.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 71
Depends: postgresql-9.6-pg-qualstats (= 2.0.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-9.6-pg-qualstats-dbgsym_2.0.2-2.pgdg+1_arm64.deb
Size: 54160
SHA256: ff1d133dcb7a05a214756ea8864cf49ff7430e7e39aa59b1551acbf960d8dd20
SHA1: b7941fd9d1b858f8e1703b9807a2117347e3bb82
MD5sum: e9ef63d75bae19fac1a25b6f701e3d21
Description: debug symbols for postgresql-9.6-pg-qualstats
Build-Ids: bb1115a5906d074bb875a78b8b1dcb4e92058177
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-pgsphere
Source: pgsphere
Version: 1.1.1+2020-10-20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 942
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx2 (>= 3.60.0), libstdc++6 (>= 5.2), postgresql-9.6
Conflicts: postgresql-pgsphere (<< 1.1.1+2020)
Replaces: postgresql-pgsphere (<< 1.1.1+2020)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-9.6-pgsphere_1.1.1+2020-10-20-1.pgdg+1_arm64.deb
Size: 316836
SHA256: db7f100f81901ab3150adf385a91173c2702cec7adc07bed13823ed01eafe8a5
SHA1: 61783d7fa75c009505331060f11de10de8127cbc
MD5sum: 0dedc346dddd59ee42915f3557735b9e
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-pgsphere-dbgsym
Source: pgsphere
Version: 1.1.1+2020-10-20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 364
Depends: postgresql-9.6-pgsphere (= 1.1.1+2020-10-20-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-9.6-pgsphere-dbgsym_1.1.1+2020-10-20-1.pgdg+1_arm64.deb
Size: 308152
SHA256: 5df516d8fa07eb8612c37e2413256eccc9436d8eb94b2bfd15b6fcf5b72544d7
SHA1: c9f24cf9c1f06e7393eaedc00ed5706c2955a9fa
MD5sum: 93e7a92aecae0b7833625d6b5448e388
Description: debug symbols for postgresql-9.6-pgsphere
Build-Ids: e780e1b2db19a8456eb9bc07c410fd80932fee4b
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.1.3-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 60
Depends: libc6 (>= 2.17), postgresql-9.6, postgresql-contrib-9.6
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-9.6-pg-stat-kcache_2.1.3-2.pgdg+1_arm64.deb
Size: 14260
SHA256: 1b0f9751d48f4f15fbeea649ac161a3f946147e4944a2c4408fa807e9585223c
SHA1: 0bc8e93dbf302f4e274247b9c5c4e0f8173d2b80
MD5sum: 50d738731d91d4c381db33b3968649e5
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.1.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 46
Depends: postgresql-9.6-pg-stat-kcache (= 2.1.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-9.6-pg-stat-kcache-dbgsym_2.1.3-2.pgdg+1_arm64.deb
Size: 29876
SHA256: ca506aad76841b384e0212b4dc1cd7d55be420846541f73cf99f4250a1fcd145
SHA1: 1ab3d355c5feef5ad14dc70f973966430b10aae5
MD5sum: 99ac30dc84e95766a38f823126c8e2bb
Description: debug symbols for postgresql-9.6-pg-stat-kcache
Build-Ids: 886e0ceac5e95c73b20d9c8226fffa6e319021aa
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-pg-track-settings
Source: pg-track-settings
Version: 2.0.0-3.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 76
Depends: postgresql-9.6
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-9.6-pg-track-settings_2.0.0-3.pgdg+1_all.deb
Size: 7980
SHA256: b6cac81e6aecf3e76344a1537832f8196bbaa33d042c75b44746f542e1a98872
SHA1: 91fb0f80bee7d1607aee407cec83d8239396b10c
MD5sum: 1c8aa55374a4bf50235bf93be546141e
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-pldebugger
Source: pldebugger
Version: 1:1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: libc6 (>= 2.17), postgresql-9.6
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-9.6-pldebugger_1.3-1.pgdg+1_arm64.deb
Size: 24936
SHA256: 1ec0db69cd6bbfeacde4de773da53503e266162baef9e2f22a2c6ccb6c280976
SHA1: 1c2ea29c939aaf83b9707a44dbbf4682f1a74242
MD5sum: 1d44e93b868d8a39a94cec236e8dcf44
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-9.6-pldebugger (= 1:1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-9.6-pldebugger-dbgsym_1.3-1.pgdg+1_arm64.deb
Size: 82428
SHA256: 600d7766fb9c71d28d15e47d4ae5f6285857a7eedf95982c9f3546cc4df2cfc3
SHA1: c044cbc7f33ba720343093ac12a3a503326df286
MD5sum: 1c5939636468bc5876e4bbf180fa75f6
Description: debug symbols for postgresql-9.6-pldebugger
Build-Ids: ead5c2b02f98eadf4453c3c057d23a857fb40ad7
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 330
Depends: postgresql-9.6-pllua (= 1:2.0.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-9.6-pllua-dbgsym_2.0.6-1.pgdg+1_arm64.deb
Size: 282748
SHA256: 93e457a1e4a445e131e66cbe0b6e28ca4670d83a51955e75f014f2ac80219757
SHA1: 7b572115072ce71b5b2f0bdd6435f5f7f81acdfc
MD5sum: da4b940e8b526387501bb7122e690f59
Description: debug symbols for postgresql-9.6-pllua
Build-Ids: 2423886d34f67a5ee0471b4f64ecea27d7f6b5c0 3f24a2a846a5940138835aee35e4a0887b41f848
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-plpgsql-check
Source: plpgsql-check
Version: 1.13.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-9.6-plpgsql-check_1.13.1-2.pgdg+1_arm64.deb
Size: 64580
SHA256: 0f971d0a519dc70375f6ef638c8eed8d5aba48436443709bbaf59e6ab9bb07ed
SHA1: d62120a33b33e78535d75668b0d96c3cd6bf171d
MD5sum: d03e469478d2afac98dcaa1111f4bd01
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.13.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 209
Depends: postgresql-9.6-plpgsql-check (= 1.13.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-9.6-plpgsql-check-dbgsym_1.13.1-2.pgdg+1_arm64.deb
Size: 181172
SHA256: f7212110109d873706159e9f36a2b0777c1720525ba6ea92df317d4c5c17f459
SHA1: 7f86125f508c00d127e0b647d4bab7a97446862b
MD5sum: fe5cbe704a15e8d1240f3b6102b4d303
Description: debug symbols for postgresql-9.6-plpgsql-check
Build-Ids: 249da98291be03410c8621db6dd2c2fce89888cb
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-plproxy
Source: postgresql-plproxy
Version: 2.10.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-9.6, libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-9.6-plproxy_2.10.0-3.pgdg+1_arm64.deb
Size: 56264
SHA256: 4f5b3df556c701b779dc9b1195e1dda0025ef12798ff5a16e89ff96024a7b6c5
SHA1: 78f3c6c50c9c156698b549473434fb43c9c0e83d
MD5sum: 116fdfd970df3d152a50949d892ff417
Description: database partitioning system for PostgreSQL 9.6
 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.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: postgresql-9.6-plproxy (= 2.10.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-9.6-plproxy-dbgsym_2.10.0-3.pgdg+1_arm64.deb
Size: 110096
SHA256: ec31edeca3fb1c6381929728c74089f9a53dbd314b77e9d6f39da38758560b57
SHA1: 739582a351a07de2303455fc238ca6226c0fad35
MD5sum: eab05b6fe48a869fad0df7061f24b972
Description: debug symbols for postgresql-9.6-plproxy
Build-Ids: 0f08eee1207bbb1928ba5a69888fd07185215473
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-plsh
Source: postgresql-plsh
Version: 1.20200522-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-9.6-plsh_1.20200522-2.pgdg+1_arm64.deb
Size: 12836
SHA256: 0a6b8a2ac5306a2b12efd78a58eeda14b4051a78cd4a9006edf89d9b99c9eff9
SHA1: 5ed56a6258d010e3780e6f865801087d722bfb39
MD5sum: 9ebb57a25787a479fe37ba9e7b71ffe9
Description: PL/sh procedural language for PostgreSQL 9.6
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in a shell of his choice.  You need this package
 if you have any PostgreSQL 9.6 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20200522-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-9.6-plsh (= 1.20200522-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-9.6-plsh-dbgsym_1.20200522-2.pgdg+1_arm64.deb
Size: 26808
SHA256: 8b7e5b495fa4860a6ce248826708528a4c74be49c472be24915368d783645069
SHA1: 8f679683499bb486e60dd2a9fa1c5c0311237119
MD5sum: 89964a5f7c7289853d461b01ad96dfae
Description: debug symbols for postgresql-9.6-plsh
Build-Ids: 0735db3bf8eda17504fa6f4956f594a24c61b1f7
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-pointcloud
Source: pgpointcloud
Version: 1.2.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: postgresql-9.6, libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-9.6-pointcloud_1.2.1-5.pgdg+1_arm64.deb
Size: 62488
SHA256: d133f769240592ec2f78ffa6d86eb3e5776340838c42cca27b31fa3eee7b1e0d
SHA1: 685d4cff80be6cc98f19c465788b5fa72222e9b1
MD5sum: ef3a3a7abfc986b55b8e56288ba7bd91
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-9.6-pointcloud (= 1.2.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-9.6-pointcloud-dbgsym_1.2.1-5.pgdg+1_arm64.deb
Size: 151464
SHA256: dc7cf0d965f7412252f243d85aee263c18e0d5a7b07610565d12b338874f4851
SHA1: e7fe4beafc88732c066055f348bef3c5ab873702
MD5sum: ba99d9d114b4ff215b5c889e9410d5e5
Description: debug symbols for postgresql-9.6-pointcloud
Build-Ids: 8ae610cb3a526245272b9149aaf68744bd07d79d
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-prefix
Source: prefix
Version: 1.2.9-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: libc6 (>= 2.17), postgresql-9.6
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-9.6-prefix_1.2.9-3.pgdg+1_arm64.deb
Size: 21264
SHA256: 5eb56eb8bf7ddffd43a15d92c3f7ac35368afb3fa7344b79d96d513f4f631def
SHA1: 8fe4b484be0ffd58390f26db20126d5039222d4f
MD5sum: 616f03bc9bbdfae5398c7f57fa6eacfe
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.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-prefix-dbgsym
Source: prefix
Version: 1.2.9-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-9.6-prefix (= 1.2.9-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-9.6-prefix-dbgsym_1.2.9-3.pgdg+1_arm64.deb
Size: 43372
SHA256: af399715a25a800069b4ddd1c376150f0796e64cfe627f2a8fbb30ae49588f14
SHA1: cf588bf9ea41aaa62ea4d5731e835bcf262bef1f
MD5sum: df0f66c3db53f48faa4dd60e8626657e
Description: debug symbols for postgresql-9.6-prefix
Build-Ids: d68edb0e71c359f718de7475add6c75216814d1d
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-prioritize
Source: postgresql-prioritize
Version: 1.0.4-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-9.6-prioritize_1.0.4-8.pgdg+1_arm64.deb
Size: 6860
SHA256: f05e94d4447b9bf9bc88a462e794a4256628276bd83f2e59426beecf971ce03b
SHA1: f73945cb2da5a67a1d2b38db29e1f511961c9a6a
MD5sum: 94c20d692bfe1d108c4e40fd3a06acbb
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.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-9.6-prioritize (= 1.0.4-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-9.6-prioritize-dbgsym_1.0.4-8.pgdg+1_arm64.deb
Size: 11956
SHA256: 38ec16ab6c1085d9c671e61a530b5219990df7f2cae7b8f8b7211cc97782d2fe
SHA1: 616bf24e92d1f0022ffb1324e2b6e789ae71568e
MD5sum: a84b48e211a8a5b4103f446cbc218914
Description: debug symbols for postgresql-9.6-prioritize
Build-Ids: f0dec9c0974c95d39d2bb584955588aa514d3db0
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-rum
Source: postgresql-rum
Version: 1.3.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 423
Depends: postgresql-9.6, libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-9.6-rum_1.3.7-1.pgdg+1_arm64.deb
Size: 99956
SHA256: 63f38891e21c680dd7db97d4fe5dafcd40b839e328bf010f024d7271541c8321
SHA1: 98647cfcf976318dc528d61be54a0290c1079165
MD5sum: 14580d229d7a06d84cedc10e96085ed6
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-rum-dbgsym
Source: postgresql-rum
Version: 1.3.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 290
Depends: postgresql-9.6-rum (= 1.3.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-9.6-rum-dbgsym_1.3.7-1.pgdg+1_arm64.deb
Size: 253156
SHA256: 0810faa6dee44fd30d43781e486b59c2615b138c7fdeae59aa4093c41a0d1d07
SHA1: eaaf1a2142f8e9ef7012cc913b167d7b71cf35b5
MD5sum: 128a5b46d062b59a85963ebd7e23690f
Description: debug symbols for postgresql-9.6-rum
Build-Ids: c4c8a76285e31187e44a020192172308474379ea
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-similarity
Source: pg-similarity
Version: 1.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-9.6-similarity_1.0-4.pgdg+1_arm64.deb
Size: 32516
SHA256: 6fa7ac9b6bae810ea73377aff948f3d91697a5df2aaabed9c27f840f416202a8
SHA1: 9da19a5d82ca2c0108e13fd26293c366a39c2b64
MD5sum: 54ac092f9d9ea3f5ae3ec49715cbbce0
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-similarity-dbgsym
Source: pg-similarity
Version: 1.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-9.6-similarity (= 1.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-9.6-similarity-dbgsym_1.0-4.pgdg+1_arm64.deb
Size: 52816
SHA256: e7d9679d8e6be3541e7541ba8684f35baf78cb127515d9630e51128fabb94537
SHA1: e9e11dee428c7589db5c53eca66b4e7a6ba38aa1
MD5sum: 2408b543be0e86b192f77dd51e2fdf07
Description: debug symbols for postgresql-9.6-similarity
Build-Ids: 5565045007e0740a152fe71080ef33db893a862a
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-snakeoil
Source: pg-snakeoil
Version: 1.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-9.6, libc6 (>= 2.17), libclamav9 (>= 0.101.0)
Recommends: clamav-freshclam | clamav-data
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-9.6-snakeoil_1.3-2.pgdg+1_arm64.deb
Size: 8776
SHA256: c2e73f68d9e8848fe297a6438a0729bf620bbcdc8d93fcdba5ef1b3d87bef4ad
SHA1: 1c781452e606774934c4464981d5af0489883cf8
MD5sum: 4804ac496274db9a1877c16cff29280f
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-9.6-snakeoil (= 1.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-9.6-snakeoil-dbgsym_1.3-2.pgdg+1_arm64.deb
Size: 13968
SHA256: d4bdc3deb1c97f3fb193263ae1f127721f3446c7a52e1117f469948acd5dacad
SHA1: 299e1f2dd7735a0eabfef9d1347ba8468f5ff535
MD5sum: 54170fbea6ed2eb6615e65c3c43372f8
Description: debug symbols for postgresql-9.6-snakeoil
Build-Ids: 41607697547592b25ed1298025a2bc297442d518
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-tdigest
Source: tdigest
Version: 1.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-9.6-tdigest_1.0.1-1.pgdg+1_arm64.deb
Size: 16892
SHA256: c1f9afdaffb0867ca14829421316882e86c2d8e6290cb8328dc3db25b9e1f77f
SHA1: e0bc89fe378aba9528a6b58bd421fcf22e456806
MD5sum: 8b1c77e884653f769cfb6f257f0c6dc0
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-tdigest-dbgsym
Source: tdigest
Version: 1.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-9.6-tdigest (= 1.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-9.6-tdigest-dbgsym_1.0.1-1.pgdg+1_arm64.deb
Size: 32428
SHA256: 91838e2a8e208c3c153930da592f2387695ed2a535342cdbb0cf2c968c23e1c8
SHA1: 19010f17f8b9b570f1737a5c6a1faed5960ce5f0
MD5sum: 47a071944e856d0a746fa6181019700a
Description: debug symbols for postgresql-9.6-tdigest
Build-Ids: d38949f2209e266b5524e5395716334e752870fc
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-tds-fdw
Source: tds-fdw
Version: 2.0.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-9.6, libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-9.6-tds-fdw_2.0.2-2.pgdg+1_arm64.deb
Size: 32908
SHA256: 954e3d277d996bc65df5e7c83e02d79f8f53152f62ae2d5f2f7d5bf1a92ed015
SHA1: 4f6ba643ca9ce0f01ff70607be2a87c8431d26d5
MD5sum: 70eb894aae12b3d8583bf81214779882
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-9.6-tds-fdw (= 2.0.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-9.6-tds-fdw-dbgsym_2.0.2-2.pgdg+1_arm64.deb
Size: 109696
SHA256: 16909d885c5857db71b8e87707a52da2fce4797ad69bf9beb42519dca4f7ba0b
SHA1: f5e9c6b8d8a5e161fad226191ee2dc833d77a5f8
MD5sum: a0adac904d9eeaba399d7515fd57899f
Description: debug symbols for postgresql-9.6-tds-fdw
Build-Ids: 580e162465daaeb5eb5d1f4ae1b8825a5bd08a42
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-toastinfo
Source: toastinfo
Version: 1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/credativ/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-9.6-toastinfo_1.2-2.pgdg+1_arm64.deb
Size: 6136
SHA256: 08737d2cb5d1d9565d4f9713e4986e0a942cd6a9773d0f7ef388bc506ca1157e
SHA1: 64bc82efec1a07d92ff5def7e291b673a50b9541
MD5sum: b8d6deef631c6200108245e2d8762377
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-toastinfo-dbgsym
Source: toastinfo
Version: 1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24
Depends: postgresql-9.6-toastinfo (= 1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-9.6-toastinfo-dbgsym_1.2-2.pgdg+1_arm64.deb
Size: 10612
SHA256: 0144e93472fe855cca30e85637ec5c824c96aeea3ea7371b085d92298c00d6c0
SHA1: 18a83349d5055cf5c6e7f21f628dc8daff58f4b4
MD5sum: b13783bfab66dec987bd45014f3aa1d1
Description: debug symbols for postgresql-9.6-toastinfo
Build-Ids: fc52287196a497f7ceecf59834fa1931f162fab9
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-unit
Source: postgresql-unit
Version: 7.3-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 334
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-9.6-unit_7.3-1.pgdg+1_arm64.deb
Size: 66064
SHA256: d681f8a2631c05fbb064670da7fd79afe1a886e492ed57d3c6e565f3a2f0c5a3
SHA1: 286cd34c24d09e24e52559352df78dc54d4471ad
MD5sum: 3bf4524e68a2a1d809ae3431d4ed6c98
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-unit-dbgsym
Source: postgresql-unit
Version: 7.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 77
Depends: postgresql-9.6-unit (= 7.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-9.6-unit-dbgsym_7.3-1.pgdg+1_arm64.deb
Size: 55988
SHA256: 3c903dc890d6f2af8dc862023c8ab6b9713f290681aea9d9fb77b4635fcb39fe
SHA1: 968e41e604c2c447269dec28b9c6cd9153c14450
MD5sum: 7216b91e64c8b17355b79993996f6608
Description: debug symbols for postgresql-9.6-unit
Build-Ids: 1122070208b09c9e90f80dbc67439fee96b888e9
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-wal2json
Source: wal2json
Version: 2.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-9.6-wal2json_2.3-2.pgdg+1_arm64.deb
Size: 17520
SHA256: 52ba30a1ba2c9cfcb1cdd257cb4c66e252aa17db04f1bf3880402644e516cd26
SHA1: 58ac7259fa5195d1a6db598a63b0d932a4789a5f
MD5sum: c5073ee2d008fc7edf9357c0cdb08c7c
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-9.6-wal2json-dbgsym
Source: wal2json
Version: 2.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-9.6-wal2json (= 2.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-9.6-wal2json-dbgsym_2.3-2.pgdg+1_arm64.deb
Size: 51996
SHA256: f4c79f0171833bf0ae3b663895b294ee383f3833cb2135441629f04934e67f22
SHA1: f3969b8cc211ff73f138800246c8c250fa82d9ba
MD5sum: a0c66a85efaeb5677cfc284f5cc89c60
Description: debug symbols for postgresql-9.6-wal2json
Build-Ids: 76fe516f0858f90731cf7ae449daa5fd0772b11b
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-filedump
Version: 13.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: libc6 (>= 2.17)
Homepage: https://wiki.postgresql.org/wiki/Pg_filedump
Priority: optional
Section: database
Filename: pool/main/p/postgresql-filedump/postgresql-filedump_13.1-1.pgdg+1_arm64.deb
Size: 40872
SHA256: 41cc70e1e740e6840eb6ba0ff00c58d31d854632d26a65791433340fe35bf43e
SHA1: bc71e413f37b5cf60a7e61250232b07e8e6e1692
MD5sum: 500d5e499f0bcd2235f913ba817f755f
Description: Dump PostgreSQL files in human-readable form
 pg_filedump is a utility to format PostgreSQL heap/index/control files in
 human-readable form.
Timestamp: 2020-11-04 20:45:13+00

Package: postgresql-filedump-dbgsym
Source: postgresql-filedump
Version: 13.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-filedump (= 13.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-filedump/postgresql-filedump-dbgsym_13.1-1.pgdg+1_arm64.deb
Size: 48452
SHA256: 2351b304465f8f847ebf7f8a949a6a39da57c780b4ad50819bcd0ac499b69451
SHA1: ef8fbc90c5349e4b6cf7f9d3c68ada5ba516f046
MD5sum: c2211609ba188a2284a4c30e02f800e3
Description: debug symbols for postgresql-filedump
Build-Ids: 3c112d3aa974d6eaf3741f7d504ccff2d6e18625
Timestamp: 2020-11-04 20:45:13+00

Package: pspg
Version: 3.1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 218
Depends: libc6 (>= 2.17), libncursesw6 (>= 6), libpq5 (>= 9.0~), libreadline8 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_3.1.5-1.pgdg+1_arm64.deb
Size: 84668
SHA256: 44104e7ee81f1f1959b9ab87c004e14c731bd5374c6b7c28afdb151a24d786c2
SHA1: e62dd496831e445113fd6e0c405f9b8caf845aee
MD5sum: cf65c8174cbfac399090e38e5d9bf18d
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2020-11-04 20:45:13+00

Package: pspg-dbgsym
Source: pspg
Version: 3.1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 281
Depends: pspg (= 3.1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_3.1.5-1.pgdg+1_arm64.deb
Size: 256820
SHA256: d81e814bbc2738eacfe0f1975f7ff26be7024a308f4fff0c8db3e57d78cd60db
SHA1: a3e34548e6c8090b03644f968495507e36de9148
MD5sum: 46e3d64483c7a7f7f3924c9acac8c410
Description: debug symbols for pspg
Build-Ids: cfa022af1107f205279a5ce2f41ef281c7262588
Timestamp: 2020-11-04 20:45:13+00

Package: python3-barman
Source: barman
Version: 2.12-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1002
Depends: python3-argh, python3-dateutil, python3-psycopg2, python3:any
Breaks: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Replaces: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Homepage: http://www.pgbarman.org
Priority: optional
Section: python
Filename: pool/main/b/barman/python3-barman_2.12-1.pgdg+1_all.deb
Size: 205588
SHA256: b33acb79ebae7025e7354a9689ff382f5c981e0e8eeafa1badcdc16baf424c46
SHA1: 58e0c2d066138adb4e8d423b91432ac7aede4d8b
MD5sum: da4c2d6263692536ded16e8eb9be63e0
Description: Backup and Recovery Manager for PostgreSQL - Python modules
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides Python 3 modules only.
Timestamp: 2020-11-04 20:45:13+00

Package: python3-skytools
Source: python-skytools
Version: 3.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 324
Depends: python3 (<< 3.10), python3 (>= 3~), python3:any, libc6 (>= 2.17), python3-psycopg2
Homepage: https://github.com/pgq/python-skytools
Priority: optional
Section: python
Filename: pool/main/p/python-skytools/python3-skytools_3.6.1-1.pgdg+1_arm64.deb
Size: 67460
SHA256: 1cdc6369a9eaad7c378dbb5cfc5e0177cf01b31a9732d9acd671c6917d035fa4
SHA1: c5bd070f664f20bdf237af5c148e4be34c2dbe75
MD5sum: e3eb83e5e2e137629880b2b5505f878e
Description: Skytools Python modules
 This is the low-level utility module split out from the old Skytools
 meta-package. It contains various utilities for writing PostgreSQL database
 scripts.
 .
 Features:
  * Support for background scripts - daemonizing - logging - config parsing
  * Database tools - tuned connection - DB structure examining - SQL parsing -
    COPY I/O
  * Time utilities - ISO timestamp parsing - datetime to timestamp
  * Text utilities - natural sort - fast urlencode I/O
Timestamp: 2020-11-04 20:45:13+00

Package: python3-skytools-dbgsym
Source: python-skytools
Version: 3.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: python3-skytools (= 3.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/python-skytools/python3-skytools-dbgsym_3.6.1-1.pgdg+1_arm64.deb
Size: 41900
SHA256: 698dacf1de7fc0ee1a5e0eff107732a7047b05e9c825b9002f33f703243c2871
SHA1: bdddc25a267572a95eb741949f4a670fa9a39501
MD5sum: 1ac135549da83ae881635634eb45b24f
Description: debug symbols for python3-skytools
Build-Ids: 5a54b75d012125c5c7c680e551f748e032092a58 776abd815819a245a1a7d069182abf62ab24b50a 8661faec2f899838a80103c4c246ac5ae9f5dbbc 97156f379ec08426358ab176c0d194642e064b0f
Timestamp: 2020-11-04 20:45:13+00

Package: patroni
Version: 2.0.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 759
Depends: python3-cdiff, python3-click (>= 4.1), python3-dateutil, python3-pkg-resources, python3-prettytable (>= 0.7), python3-psutil, python3-six (>= 1.7), python3-urllib3, python3-yaml, python3:any (>= 3.5~), lsb-base (>= 3.0-6), python3-psycopg2, python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_2.0.1-1.pgdg+1_all.deb
Size: 150552
SHA256: d5f2857505cb9ed156ced199a6a87b8e15389ce61556f3aa577838a301b70d70
SHA1: 0216e7f1a538866a7cc27f7fa5316efbe4f3e054
MD5sum: ff0b9c259368158438248f7942da1f35
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2020-11-05 16:27:29+00

Package: patroni-doc
Source: patroni
Version: 2.0.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 830
Depends: libjs-sphinxdoc (>= 2.4.3-5~), sphinx-rtd-theme-common (>= 0.5.0+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_2.0.1-1.pgdg+1_all.deb
Size: 112876
SHA256: b2da83a3ecdda7148b741b573d89111c033c05714fd83f6001760623a2895b21
SHA1: 093eee553a9025e7bd41bada452b922b99608596
MD5sum: a22825f5974868c85be280da8f9a4aae
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2020-11-05 16:27:29+00

Package: libdbd-pg-perl
Source: libdbd-pg-perl (3.14.2-1~pgdg+1)
Version: 3.14.2-1~pgdg+1+b1
Architecture: arm64
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Installed-Size: 570
Depends: perl (>= 5.32.0-4), perl-dbdabi-94, perlapi-5.32.0, libc6 (>= 2.17), libpq5 (>= 9.3~), libdbi-perl, libversion-perl
Homepage: https://metacpan.org/release/DBD-Pg
Priority: optional
Section: perl
Filename: pool/main/libd/libdbd-pg-perl/libdbd-pg-perl_3.14.2-1~pgdg+1+b1_arm64.deb
Size: 207620
SHA256: c5da3f869a94060957f3be7acab4e79ff441de48bbc1e06d2228657b1639703a
SHA1: baf2c9bd0f2e22ea0a617c9492e9094d437bae7d
MD5sum: 2b99617b6ead64bdcded46d1cf0b3d3b
Description: Perl DBI driver for the PostgreSQL database server
 DBD::Pg is a Perl DBI Database Driver module that works with the DBI module to
 provide access to PostgreSQL databases. It enables you to control a PostgreSQL
 database in a Perl script.
Timestamp: 2020-11-10 12:27:47+00

Package: libdbd-pg-perl-dbgsym
Source: libdbd-pg-perl (3.14.2-1~pgdg+1)
Version: 3.14.2-1~pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Installed-Size: 213
Depends: libdbd-pg-perl (= 3.14.2-1~pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/libd/libdbd-pg-perl/libdbd-pg-perl-dbgsym_3.14.2-1~pgdg+1+b1_arm64.deb
Size: 191700
SHA256: bfbffe828b9a6f47a074620eb0f7f805390d62f7cef8e767d7a18b0d65848990
SHA1: 3707ae591cf857c3488253c434eda45bb8938fe8
MD5sum: 8322366ff439a76afd6d574d6ad0d4e5
Description: debug symbols for libdbd-pg-perl
Build-Ids: 2de96043dba75f2eb88cae0e8d1f68ad72ef692d
Timestamp: 2020-11-10 12:27:47+00

Package: libpg-perl
Source: libpg-perl (1:2.1.1-9~pgdg+1)
Version: 1:2.1.1-9~pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: perl (>= 5.32.0-4), perlapi-5.32.0, libc6 (>= 2.17), libpq5
Multi-Arch: same
Priority: optional
Section: perl
Filename: pool/main/libp/libpg-perl/libpg-perl_2.1.1-9~pgdg+1+b1_arm64.deb
Size: 36436
SHA256: 7a463a1ca91b42af76ff687ce0cf32f895bf6f9ac08c6bf86ae768ad0766354e
SHA1: cc044325da823a7fdb0bedb29aab916c5dc9ffd2
MD5sum: dc280e93c685b2baac438cd8280304a6
Description: PostgreSQL interface for Perl
 This library enables Perl scripts to communicate with the PostgreSQL database
 backend.
 .
 This is a very old driver, newer applications should use DBI and DBD::Pg
 (libdbd-pg-perl) instead.
Timestamp: 2020-11-10 12:27:47+00

Package: libpg-perl-dbgsym
Source: libpg-perl (1:2.1.1-9~pgdg+1)
Version: 1:2.1.1-9~pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: libpg-perl (= 1:2.1.1-9~pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libp/libpg-perl/libpg-perl-dbgsym_2.1.1-9~pgdg+1+b1_arm64.deb
Size: 70476
SHA256: 34d386ab01b1310ebf67c45e76019ed560f28032f9822194ce4f3b0b60e487ce
SHA1: ee682d9bd821fc8aa5f4ba959429dd615c125105
MD5sum: e8aae0c0fa27071fa1fa3e5e333fa1fa
Description: debug symbols for libpg-perl
Build-Ids: babf848f9f9a8d67360736da34663b44c35bf38d
Timestamp: 2020-11-10 12:27:47+00

Package: libecpg6-dbgsym
Source: postgresql-11
Version: 11.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: libecpg6 (= 11.10-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg6-dbgsym_11.10-1.pgdg+1_arm64.deb
Size: 94468
SHA256: b6f9e1eb791098fd65d4ceeef58a77cbe64ac10e9c46a821b06ac7f932283e58
SHA1: 7ee3d95f0beabc651caccc827ee547ad13fa8cc9
MD5sum: 4cf8aa1237e1414606630c889618688a
Description: debug symbols for libecpg6
Build-Ids: 93fd9d570bc077003cb3eac33d9c7a5b682dfa27
Timestamp: 2020-11-12 12:09:51+00

Package: libecpg-compat3
Source: postgresql-10
Version: 10.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg-compat3_10.15-1.pgdg+1_arm64.deb
Size: 20968
SHA256: 39214553d6bae7991a16d24b0ee24a236eccb52baddce842c24e7114247bb5ed
SHA1: d3b21d27971645428945525c706f686eb082bf3a
MD5sum: 30fddb282bd1accc541d7d9828b0ac54
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.
Timestamp: 2020-11-12 12:13:48+00

Package: libecpg-compat3-dbgsym
Source: postgresql-10
Version: 10.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: libecpg-compat3 (= 10.15-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-compat3-dbgsym_10.15-1.pgdg+1_arm64.deb
Size: 18088
SHA256: 309d58fa6e929b926be4860227332342a0c4a4c6a172dbe498d70e1f21d94fd1
SHA1: c2585880d31067e9836caab03717299876c03536
MD5sum: 7925f1d51c571492e257577a0e967190
Description: debug symbols for libecpg-compat3
Build-Ids: 043188d926053ec8f0c0e4987c14f13626456ba4
Timestamp: 2020-11-12 12:13:48+00

Package: libecpg-dev
Source: postgresql-10
Version: 10.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1221
Depends: libecpg-compat3 (= 10.15-1.pgdg+1), libecpg6 (= 10.15-1.pgdg+1), libpgtypes3 (= 10.15-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libecpg-dev_10.15-1.pgdg+1_arm64.deb
Size: 225748
SHA256: c7556b680da925993b22f7788537bec35d2a286c8595def4aa3a68c63eb62f5b
SHA1: 27e6be8cce1d48a3cd7989f4ac0626b9060b2391
MD5sum: 8174fe9780cd43cb108bf33a8066d3b0
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).
Timestamp: 2020-11-12 12:13:48+00

Package: libecpg-dev-dbgsym
Source: postgresql-10
Version: 10.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 242
Depends: libecpg-dev (= 10.15-1.pgdg+1)
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-dev-dbgsym_10.15-1.pgdg+1_arm64.deb
Size: 200828
SHA256: 23bd8cbcc6b61a15f165453171e963539ad7d99c27cb9f420399bb3b265cb1f7
SHA1: 22a94fa864e7e7e1a89ab7044d533df89e6f64af
MD5sum: 1eacb4b952f1affb83671a61b6dc0f36
Description: debug symbols for libecpg-dev
Build-Ids: 0692fc359d38f93a5354b08e2c46dfeb061cd5fe
Timestamp: 2020-11-12 12:13:48+00

Package: libecpg6
Source: postgresql-10
Version: 10.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 412
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg6_10.15-1.pgdg+1_arm64.deb
Size: 85040
SHA256: f8b786b312ad6cf43fca92fe18736cac15d30dc14f92ca4266583e8338d77b80
SHA1: b7ff550bfa2fa647ebdb81afe706e47cc5f3b8ca
MD5sum: 5999333459796e0b9b0fe643da1e6efa
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.
Timestamp: 2020-11-12 12:13:48+00

Package: libecpg6-dbgsym
Source: postgresql-10
Version: 10.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: libecpg6 (= 10.15-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg6-dbgsym_10.15-1.pgdg+1_arm64.deb
Size: 94340
SHA256: 3d065774b5daad404b8ec6e49b9e76bd26e62405dfb0524cda4b373d0892ade3
SHA1: 1c55592e10978705e985cacd5392bbd1504e7644
MD5sum: 2f10c2e62306d98f739a3d477baec7a0
Description: debug symbols for libecpg6
Build-Ids: 09be1e49818104d39b1488f18c4594e927171ced
Timestamp: 2020-11-12 12:13:48+00

Package: libpgtypes3
Source: postgresql-10
Version: 10.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpgtypes3_10.15-1.pgdg+1_arm64.deb
Size: 42040
SHA256: 665127373b6808d25ccda378dbe24f52d7151b18018e3bafc0654252de3fab9a
SHA1: f0bdf11580d1c2888a315c986a71f8a94815cea9
MD5sum: 82ac89d5ae7a30c57a8943fd0c581db4
Description: shared library libpgtypes for PostgreSQL 10
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-11-12 12:13:48+00

Package: libpgtypes3-dbgsym
Source: postgresql-10
Version: 10.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: libpgtypes3 (= 10.15-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpgtypes3-dbgsym_10.15-1.pgdg+1_arm64.deb
Size: 72212
SHA256: 7f0df17093f425f9f42c6abb58e9ebf6d9ae42ea103ed133d05b5e5c8a76b67b
SHA1: 1adaf0c0b0e60d3d29825db55aa5fc236fb462f9
MD5sum: 48d985d59f18a93cb838eac2fad7e511
Description: debug symbols for libpgtypes3
Build-Ids: ae37c816576f4480a2a6bfdf7133b208564ba7f3
Timestamp: 2020-11-12 12:13:48+00

Package: libpq-dev
Source: postgresql-10
Version: 10.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 683
Depends: libpq5 (= 10.15-1.pgdg+1)
Suggests: postgresql-doc-10
Breaks: postgresql-server-dev-10 (<< 10.1-2~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libpq-dev_10.15-1.pgdg+1_arm64.deb
Size: 162000
SHA256: 862df73188c220b4b9f65629a8c6aa29ff6d868e3c55705458e249ed647d28af
SHA1: 9c6060da9723478538d28aff6c4018481d1eab92
MD5sum: 90f28ce25714038b765735317d52f6dc
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.
Timestamp: 2020-11-12 12:13:48+00

Package: libpq5
Source: postgresql-10
Version: 10.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 742
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpq5_10.15-1.pgdg+1_arm64.deb
Size: 164040
SHA256: fe31c3fefa3eb870e6859d586a209118cb5a70453e18fd3b61e7cb63a2f4bd94
SHA1: 1252e4cca9cba3cc1d90b497123726cd0e9c40e1
MD5sum: 98bedd7f92f7d20a84477e6e3bf469bb
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.
Timestamp: 2020-11-12 12:13:48+00

Package: libpq5-dbgsym
Source: postgresql-10
Version: 10.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libpq5 (= 10.15-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpq5-dbgsym_10.15-1.pgdg+1_arm64.deb
Size: 230352
SHA256: 8d3d577ea81d5da489a804037358b597c2890fe7b32c7ed3106f835f68260f36
SHA1: d34e3ee69c0bcbd6d14b517cfd95a2f47d0c18d1
MD5sum: 20cfda0a6e07b772504a1c27c9716f40
Description: debug symbols for libpq5
Build-Ids: dbb88174fd1829c1cf54c22285daa4b8c366d981
Timestamp: 2020-11-12 12:13:48+00

Package: libecpg-compat3
Source: postgresql-11
Version: 11.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg-compat3_11.10-1.pgdg+1_arm64.deb
Size: 19208
SHA256: 51e4213affc5595f41c28013792c32630f60ed11b8ee87f48d5431f077ce3058
SHA1: c5e7cf7d03753c992f53ecd07b00bd7ff6401600
MD5sum: 83654451b12a2105dd1d9d2fd0a4cc86
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.
Timestamp: 2020-11-12 12:09:51+00

Package: libecpg-compat3-dbgsym
Source: postgresql-11
Version: 11.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: libecpg-compat3 (= 11.10-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-compat3-dbgsym_11.10-1.pgdg+1_arm64.deb
Size: 18072
SHA256: fe7f7be56ec987bafb3d82c6602e2fbfbced0d83fddca00018a89d1da8eceb6d
SHA1: 6856573544edcd7121cbd8bc25c0cf5f0610133a
MD5sum: 02ae4b60c39387a5686d4751a393b142
Description: debug symbols for libecpg-compat3
Build-Ids: 66edda3d6a37b66042ef344bdd90bad0fe3bb530
Timestamp: 2020-11-12 12:09:51+00

Package: libecpg-dev
Source: postgresql-11
Version: 11.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1245
Depends: libecpg-compat3 (= 11.10-1.pgdg+1), libecpg6 (= 11.10-1.pgdg+1), libpgtypes3 (= 11.10-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libecpg-dev_11.10-1.pgdg+1_arm64.deb
Size: 227272
SHA256: ed0c085182389b79ca7193c80386975ccb32a39baffd92f3cef7b3a041a163ac
SHA1: 16375fc6c41bbdf5bafdbafd0f49af88fe11396b
MD5sum: 5d2fb572490f8616cd949e84243021cc
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).
Timestamp: 2020-11-12 12:09:51+00

Package: libecpg-dev-dbgsym
Source: postgresql-11
Version: 11.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 245
Depends: libecpg-dev (= 11.10-1.pgdg+1)
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-dev-dbgsym_11.10-1.pgdg+1_arm64.deb
Size: 204176
SHA256: 68959ea4a94c8b5698def9983ac02a94bac75b7deb08071fc2b0809bd04a9375
SHA1: c3add0d7920d708f192dba0f11c1d941950bfb01
MD5sum: 4ea9318a82050af61610adc8e7838794
Description: debug symbols for libecpg-dev
Build-Ids: bdc8d39444c4cbe285f21efd84ec9b7cab8e311e
Timestamp: 2020-11-12 12:09:51+00

Package: libecpg6
Source: postgresql-11
Version: 11.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 432
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg6_11.10-1.pgdg+1_arm64.deb
Size: 86300
SHA256: c949bf750dcd74040bc0cff305f3e59494c64b0f9cc7a8c1bfbc1f4d733a07dd
SHA1: 40341030a8d75d95fc0a7548df08c36b6826a523
MD5sum: 079125ba7da762a35e90597c6cdf716a
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.
Timestamp: 2020-11-12 12:09:51+00

Package: libpgtypes3
Source: postgresql-11
Version: 11.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpgtypes3_11.10-1.pgdg+1_arm64.deb
Size: 40572
SHA256: 53687848f408081a530115fdf0f119c6ff091c6ee5e56e5a7fbcc848acfa2d60
SHA1: 60673707e2407e02a8d1167adf9ada9c911e9b21
MD5sum: 91f69c32152cf7d86e0cd7cd4e6d7421
Description: shared library libpgtypes for PostgreSQL 11
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-11-12 12:09:51+00

Package: libpgtypes3-dbgsym
Source: postgresql-11
Version: 11.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: libpgtypes3 (= 11.10-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpgtypes3-dbgsym_11.10-1.pgdg+1_arm64.deb
Size: 72944
SHA256: 8debae6a519a90813def4d399b7d37fb6bb39b1bb0276388d77c235fa6c2b964
SHA1: d5fcf9c1f3447ddfd6c4d04b98ad4c1b98276a7f
MD5sum: 3c33461a32c6b122dfc1974ba02c48ca
Description: debug symbols for libpgtypes3
Build-Ids: 65102055a49f4ae6a14f870b89744b9e37893df1
Timestamp: 2020-11-12 12:09:51+00

Package: libpq-dev
Source: postgresql-11
Version: 11.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 693
Depends: libpq5 (= 11.10-1.pgdg+1)
Suggests: postgresql-doc-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libpq-dev_11.10-1.pgdg+1_arm64.deb
Size: 162464
SHA256: f203cdfe7f09533213bd4b6e69d226a8c528e9a62b4aa260e3a141e120d25852
SHA1: 0835ebd5fe795807b4b2231ec4212ae86a0ed78c
MD5sum: 125eddb70675fe18f60947bbeb605204
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.
Timestamp: 2020-11-12 12:09:51+00

Package: libpq5
Source: postgresql-11
Version: 11.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 753
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpq5_11.10-1.pgdg+1_arm64.deb
Size: 163168
SHA256: 0c5b7fd59000379aec67984f48ab06708d051a65b5bd72297006ec710e3b2824
SHA1: 4745dfefa41bc30cd094242e67279261a0ca1b16
MD5sum: 3d8ea84291c2c318e9c9364d70acbb57
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.
Timestamp: 2020-11-12 12:09:51+00

Package: libpq5-dbgsym
Source: postgresql-11
Version: 11.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 264
Depends: libpq5 (= 11.10-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpq5-dbgsym_11.10-1.pgdg+1_arm64.deb
Size: 231916
SHA256: 45c07944d033e38d5693346ef4e2b8db872798c7602e763448cc04653ac31c89
SHA1: f67b883c6c24605a91a2fcd08e002e41bd8bae68
MD5sum: 65f406f041e38b7fb3957ee54f5d9083
Description: debug symbols for libpq5
Build-Ids: 6898975c7dda30617f6d43e61a64db3665d22782
Timestamp: 2020-11-12 12:09:51+00

Package: libecpg-compat3
Source: postgresql-12
Version: 12.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg-compat3_12.5-1.pgdg+1_arm64.deb
Size: 16396
SHA256: c41579c30a91491ef82e60044d66b8ec5e4b84ae3f2aeb3dcf13e8a49650ae1c
SHA1: 38af9013d446792fe0cb4d638d5ff5bf0df95913
MD5sum: a7694a41dbe3e42a4253dab7db139c85
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.
Timestamp: 2020-11-12 11:51:26+00

Package: libecpg-compat3-dbgsym
Source: postgresql-12
Version: 12.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: libecpg-compat3 (= 12.5-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-compat3-dbgsym_12.5-1.pgdg+1_arm64.deb
Size: 18096
SHA256: 28e7758d60362b3e3cc70465bf1f0dba125fd85d73b41b2d4551b3d090fb8d2e
SHA1: 515eeea6b1ce1bab51b20bc9746e49ce2e11c5fb
MD5sum: daca358274c243c405947712ee2bd3ee
Description: debug symbols for libecpg-compat3
Build-Ids: 927df08fbe7a0da72c989d12de20271e80c7a06b
Timestamp: 2020-11-12 11:51:26+00

Package: libecpg-dev
Source: postgresql-12
Version: 12.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1494
Depends: libecpg-compat3 (= 12.5-1.pgdg+1), libecpg6 (= 12.5-1.pgdg+1), libpgtypes3 (= 12.5-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libecpg-dev_12.5-1.pgdg+1_arm64.deb
Size: 267340
SHA256: b1278d25f5dd7f5ca895a3a2b09445c4d670393fabb87835a8ed65a1f90a78e3
SHA1: b888071aabc31debdc0807599629860a70d3d402
MD5sum: 844da62c4a64828dd89714ab307f4498
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).
Timestamp: 2020-11-12 11:51:26+00

Package: libecpg-dev-dbgsym
Source: postgresql-12
Version: 12.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libecpg-dev (= 12.5-1.pgdg+1)
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-dev-dbgsym_12.5-1.pgdg+1_arm64.deb
Size: 213736
SHA256: 9d83a8ee39025e6ed0a16ff2b4ac3f0eb49298e1353b18508bf8b9c2fafd854d
SHA1: 3285cef2d2bc1887e4c5f550b2a4a6533b3c4fe7
MD5sum: 13d3151f37288b3dcb8e2288ea4da9f8
Description: debug symbols for libecpg-dev
Build-Ids: 685156d3e047c7e547a4efee5532a4cbec879e59
Timestamp: 2020-11-12 11:51:26+00

Package: libecpg6
Source: postgresql-12
Version: 12.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 218
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg6_12.5-1.pgdg+1_arm64.deb
Size: 55796
SHA256: b2fc15f12623b99db2a03efd9c3eb9da44c696cc543a65fdee8baf4fa5cbc80e
SHA1: 88956abd94e5425615955ac143b52d51c5f1b3c2
MD5sum: a8c5b06edc8b0e2956ad18b5623828e0
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.
Timestamp: 2020-11-12 11:51:26+00

Package: libecpg6-dbgsym
Source: postgresql-12
Version: 12.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 12.5-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg6-dbgsym_12.5-1.pgdg+1_arm64.deb
Size: 113568
SHA256: c7da291bb2f8a40ac95fd8703d685214c55cc7bfaf02f15c0d4fb209e2c93cad
SHA1: 7e0b76da3c910c092d02c3948c74c5b84bf9c80f
MD5sum: b88cb5e385da90cf32745fd723381afe
Description: debug symbols for libecpg6
Build-Ids: 8a0d89ecd75d41a19c261abfccfaa08ec0019200
Timestamp: 2020-11-12 11:51:26+00

Package: libpgtypes3
Source: postgresql-12
Version: 12.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpgtypes3_12.5-1.pgdg+1_arm64.deb
Size: 42460
SHA256: 6bcf36faffd520cf84461d52f3725e73c4e23fae9d7b6cb586f62aed859e6bd6
SHA1: 3999f45cf12612e5f89137efdc3164d37c18ec5d
MD5sum: 96bd36ae74942b53bf1103cc457b4fe8
Description: shared library libpgtypes for PostgreSQL 12
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-11-12 11:51:26+00

Package: libpgtypes3-dbgsym
Source: postgresql-12
Version: 12.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 12.5-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpgtypes3-dbgsym_12.5-1.pgdg+1_arm64.deb
Size: 89048
SHA256: a1289d0404c8b89fb78bdb92805488ee61c595301d92aabf6ac579edf9cfe67e
SHA1: ac0f980387fde44f0d7dc4744867cbd6d5cee490
MD5sum: 15732de953e5ac3807645ab55701f7e2
Description: debug symbols for libpgtypes3
Build-Ids: db3e79c4cde92bc7ce8cfeedc3188474aec1b7b3
Timestamp: 2020-11-12 11:51:26+00

Package: libpq-dev
Source: postgresql-12
Version: 12.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 580
Depends: libpq5 (= 12.5-1.pgdg+1)
Suggests: postgresql-doc-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libpq-dev_12.5-1.pgdg+1_arm64.deb
Size: 137464
SHA256: 1378d2e564b12be8eb577d4d02f6c3b16b38c78c6cd51db8aaf4d70f87b42341
SHA1: 485271051dcebc0d0bc90cbf943d74c03bcb8a3e
MD5sum: 104dcb3298254c80daaaa7c350ce851f
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.
Timestamp: 2020-11-12 11:51:26+00

Package: libpq5
Source: postgresql-12
Version: 12.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 771
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpq5_12.5-1.pgdg+1_arm64.deb
Size: 169252
SHA256: 78aae17573b1b322e916373d17e8ada253b2171759e55a35b699796a1328b6c9
SHA1: c0b2e52c21a981901bea4bc5be9c058b01a85942
MD5sum: 8a85511aa7adc3123ecae9d753caa5cf
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.
Timestamp: 2020-11-12 11:51:26+00

Package: libpq5-dbgsym
Source: postgresql-12
Version: 12.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 284
Depends: libpq5 (= 12.5-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpq5-dbgsym_12.5-1.pgdg+1_arm64.deb
Size: 250324
SHA256: a54525921759f13836497ae67699dcf6f2a0990161f0ca1cbfaa2642f68a9eb2
SHA1: 83b10ea5aadc9374d278270ac745bfbc74f30930
MD5sum: 3fa6412a5cea1ee6b5e66d398372419d
Description: debug symbols for libpq5
Build-Ids: 41d8db449e9d3d3e69fad329e101c448b1958e5a
Timestamp: 2020-11-12 11:51:26+00

Package: libecpg-compat3
Source: postgresql-9.5
Version: 9.5.24-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libecpg-compat3_9.5.24-1.pgdg+1_arm64.deb
Size: 23160
SHA256: 0ffe077fb7c8507bf56dbbce258adca5aa62f8280859c17ae6ded227d44218a1
SHA1: 4f1074da5d93f1fb968e8bfb38ba97bc316c7708
MD5sum: 7530f408876263b78cceb87901c99080
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.
Timestamp: 2020-11-12 12:19:18+00

Package: libecpg-dev
Source: postgresql-9.5
Version: 9.5.24-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1159
Depends: libc6 (>= 2.17), libpq-dev, libecpg6 (= 9.5.24-1.pgdg+1), libecpg-compat3 (= 9.5.24-1.pgdg+1), libpgtypes3 (= 9.5.24-1.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libdevel
Filename: pool/9.5/p/postgresql-9.5/libecpg-dev_9.5.24-1.pgdg+1_arm64.deb
Size: 221212
SHA256: c41f7fa0820dbe92d2971289fabb164a29e9417a3068bf24be3f845dac0e84ef
SHA1: 0434b259d4def42c38b776a2a8e4bc38b0272e3b
MD5sum: 162dcbbd34995ebd5294882ed5694911
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).
Timestamp: 2020-11-12 12:19:18+00

Package: libecpg6
Source: postgresql-9.5
Version: 9.5.24-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 413
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libecpg6_9.5.24-1.pgdg+1_arm64.deb
Size: 87928
SHA256: 5e841f707728298671dcf7e487f39335ba839f161d6e6a847d2c5ecfe8bb438d
SHA1: 75682fa3a9aea183f2ae5ce4f6bd2395469852ce
MD5sum: e785f5027f37add2134a5b4b8a71b1ca
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.
Timestamp: 2020-11-12 12:19:18+00

Package: libpgtypes3
Source: postgresql-9.5
Version: 9.5.24-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libpgtypes3_9.5.24-1.pgdg+1_arm64.deb
Size: 44188
SHA256: 49cedfa3a3620798eee324b83cc50c43e110d0a031d7695914acec749ae78a14
SHA1: f0967d9cd40d44f108b4269762fc1e0b4e247666
MD5sum: 7ee6ed441a1296bccb34f58692bbed41
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.
Timestamp: 2020-11-12 12:19:18+00

Package: libpq-dev
Source: postgresql-9.5
Version: 9.5.24-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 734
Depends: libc6 (>= 2.17), libpq5 (= 9.5.24-1.pgdg+1)
Suggests: postgresql-doc-9.5
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libdevel
Filename: pool/9.5/p/postgresql-9.5/libpq-dev_9.5.24-1.pgdg+1_arm64.deb
Size: 160324
SHA256: 3824157017f8332d5319e10dcc921adeeb3d325046eae4bf83802225f2e52f5a
SHA1: 2ab86080dea87756afd91d5f9dd2873ab222ff7a
MD5sum: 29b7e2433362f8f12cccd623c277945c
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.
Timestamp: 2020-11-12 12:19:18+00

Package: libpq5
Source: postgresql-9.5
Version: 9.5.24-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 595
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libpq5_9.5.24-1.pgdg+1_arm64.deb
Size: 136264
SHA256: 7e61089712d2b9c96d011dc19254a9e8f1727aba3b10a19e792c45193245f983
SHA1: 842977098c5880db9cc2c55eaebeffcdbdafd4a0
MD5sum: 90a3534bff9f060339d8afe07c13b99a
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.
Timestamp: 2020-11-12 12:19:18+00

Package: libecpg-compat3
Source: postgresql-9.6
Version: 9.6.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg-compat3_9.6.20-1.pgdg+1_arm64.deb
Size: 22064
SHA256: 822b20abea0f38cb4bcd15efae5ebc7fac5abb63482b914862d780634ccf1294
SHA1: 71c0012dd96d8403a0b91769e0dd294ee84efc9b
MD5sum: e559b32bd74883c6a46cb2b0d5369943
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.
Timestamp: 2020-11-12 12:15:04+00

Package: libecpg-dev
Source: postgresql-9.6
Version: 9.6.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1179
Depends: libecpg-compat3 (= 9.6.20-1.pgdg+1), libecpg6 (= 9.6.20-1.pgdg+1), libpgtypes3 (= 9.6.20-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libecpg-dev_9.6.20-1.pgdg+1_arm64.deb
Size: 222152
SHA256: 1db9e72adcca918af2579d852da7379bce8a43598c49cba7332150ae1672a311
SHA1: 6bc082fe8e4705270e2fd716015752cf9d68512a
MD5sum: ff962deb980dd08dcd1eb03359fa8381
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).
Timestamp: 2020-11-12 12:15:04+00

Package: libecpg6
Source: postgresql-9.6
Version: 9.6.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 413
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg6_9.6.20-1.pgdg+1_arm64.deb
Size: 86120
SHA256: 05cfe88a8454323fbf51f4d92354036cf30ae94aae39aa31fa3dd396e9438eb6
SHA1: 2ac585152c41bcd4e5434f0c9f861a44428e23c7
MD5sum: 04b8dad4d728ac5592b4beb8b26f16fb
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.
Timestamp: 2020-11-12 12:15:04+00

Package: libpgtypes3
Source: postgresql-9.6
Version: 9.6.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpgtypes3_9.6.20-1.pgdg+1_arm64.deb
Size: 43220
SHA256: f4e1b7fb8ab58b1c36173b31cfc1f955339bf139673f9504498598c33021901f
SHA1: 3368819e7d073033ef9e046c13e7f78a54a66e23
MD5sum: dc76996fa03e0f5d4eb18340920df089
Description: shared library libpgtypes for PostgreSQL 9.6
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-11-12 12:15:04+00

Package: libpq-dev
Source: postgresql-9.6
Version: 9.6.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 734
Depends: libpq5 (= 9.6.20-1.pgdg+1), libc6 (>= 2.17)
Suggests: postgresql-doc-9.6
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libpq-dev_9.6.20-1.pgdg+1_arm64.deb
Size: 159688
SHA256: 29065ed3721d377d187e4ba8978bb408cd38ea4b2efc1183513028b125527078
SHA1: 7d936882fdc7d332fb304b2afbfe627f7e0c2f4b
MD5sum: 5d0b118111ce09f10c1b0c9daf70fa1e
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.
Timestamp: 2020-11-12 12:15:04+00

Package: libpq5
Source: postgresql-9.6
Version: 9.6.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 606
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpq5_9.6.20-1.pgdg+1_arm64.deb
Size: 135152
SHA256: 745848df1f59e062c2b9f3b32b9b83e1894f21cc07b52576b61fa1c4012fac80
SHA1: 2be022dabda94bcd133d433965495e0c05f9afc4
MD5sum: b552253a3f6474fa1d69fb721c0a61e7
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.
Timestamp: 2020-11-12 12:15:04+00

Package: libecpg6
Source: postgresql-13
Version: 13.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 217
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-13/libecpg6_13.1-1.pgdg+1_arm64.deb
Size: 54628
SHA256: d5173d3bd6a16f9c78a96b9b31963232310214f2a33b0b0817b75191f91dcc9b
SHA1: 9780b5a55e270f3d5967ba520ba7ef5b7dad46fa
MD5sum: 34f478b1c7e29083db8d7fa7faadc464
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.
Timestamp: 2020-11-12 13:43:14+00

Package: libecpg6-dbgsym
Source: postgresql-13
Version: 13.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 13.1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/libecpg6-dbgsym_13.1-1.pgdg+1_arm64.deb
Size: 113756
SHA256: 34bd4c09e399d5f6fac7a0c91128a34cd9426b92775cc8598544223c0deb8b08
SHA1: c255cc4871dca71c67ead0df3294b46e06f5374a
MD5sum: f7a8238f96aa98103befe0256aafbdc2
Description: debug symbols for libecpg6
Build-Ids: eb7502cf2b1f921595ff5f5cd0499bf7da1802d5
Timestamp: 2020-11-12 13:43:14+00

Package: libecpg-compat3
Source: postgresql-13
Version: 13.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-13/libecpg-compat3_13.1-1.pgdg+1_arm64.deb
Size: 20632
SHA256: 1c5624cd0693c6d8c13b2bda4ac645b797a7446ce454e0727746b904be5b1478
SHA1: 36d53564c672fa6311b398d6ea89225d9320bc62
MD5sum: 2535603e75ebbd2690f2763cc398fc22
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.
Timestamp: 2020-11-12 13:43:14+00

Package: libecpg-compat3-dbgsym
Source: postgresql-13
Version: 13.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 13.1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/libecpg-compat3-dbgsym_13.1-1.pgdg+1_arm64.deb
Size: 39464
SHA256: d1782c36e06e758b955b9feeaea39cb2ee5ff02b18a86b9c982449acf77553f0
SHA1: f10b31ba46ebf7fc8813519c96c851a2a168b63d
MD5sum: 431991b0e981a5ba10fc4535bac99edf
Description: debug symbols for libecpg-compat3
Build-Ids: f8ccbba4a2cfc49c04756dfe6cf6af4238f4130b
Timestamp: 2020-11-12 13:43:14+00

Package: libecpg-dev
Source: postgresql-13
Version: 13.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1486
Depends: libecpg-compat3 (= 13.1-1.pgdg+1), libecpg6 (= 13.1-1.pgdg+1), libpgtypes3 (= 13.1-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/libecpg-dev_13.1-1.pgdg+1_arm64.deb
Size: 266184
SHA256: f1dab1617581bb89d93fad2c21d15897942a04aab3442716cc88ef1bb63b8b11
SHA1: a30ca11046f57efbea8c6e80ed033fafcf5fe4b7
MD5sum: 70c100f9da306b9a2a14cd1f1c825302
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).
Timestamp: 2020-11-12 13:43:14+00

Package: libecpg-dev-dbgsym
Source: postgresql-13
Version: 13.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: libecpg-dev (= 13.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/libecpg-dev-dbgsym_13.1-1.pgdg+1_arm64.deb
Size: 220092
SHA256: 8de3343e6c3a8cdd331e5b76b72ad493e587e0ee82896b3d79e1e4383bd2852a
SHA1: 280becc1fbd55d2d2764b4c6152f310a465d513e
MD5sum: e6ea87909af74641902b590c3af1066f
Description: debug symbols for libecpg-dev
Build-Ids: 855e45b09a975d85bea211342ffbefef912401eb
Timestamp: 2020-11-12 13:43:14+00

Package: libpgtypes3
Source: postgresql-13
Version: 13.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-13/libpgtypes3_13.1-1.pgdg+1_arm64.deb
Size: 41136
SHA256: 20418999503ba1555b34a438d065a5440474dcf3e8cc3053333937a894f3eb25
SHA1: 5a7c4480fc60f48cf0a9fb8365d1b245832803dc
MD5sum: 8a378c70cdabeb236633b50a257da4e3
Description: shared library libpgtypes for PostgreSQL 13
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-11-12 13:43:14+00

Package: libpgtypes3-dbgsym
Source: postgresql-13
Version: 13.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 13.1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/libpgtypes3-dbgsym_13.1-1.pgdg+1_arm64.deb
Size: 89208
SHA256: e104b98e8a1b84ad15c120ec017a10351deba37dde10b398de82766811a64420
SHA1: 24319c8c3398f46e821b909e40ebe7c0828329e7
MD5sum: 858c7b6e07d1ce67dbbff199a3e2460f
Description: debug symbols for libpgtypes3
Build-Ids: 8ff3bca02cbcda483bdf25ab190f0c8a1e5b2b5c
Timestamp: 2020-11-12 13:43:14+00

Package: libpq5
Source: postgresql-13
Version: 13.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 777
Depends: libc6 (>= 2.25), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-13/libpq5_13.1-1.pgdg+1_arm64.deb
Size: 169496
SHA256: f58990d47e2f6bfbca6797c59304b70d66260cc1c853b2f839d8982edef65749
SHA1: c8470fe024953c73921ef5a95d7f624aa9e85a87
MD5sum: 5317812e7103eecee6a29131b0140058
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.
Timestamp: 2020-11-12 13:43:14+00

Package: libpq5-dbgsym
Source: postgresql-13
Version: 13.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 290
Depends: libpq5 (= 13.1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/libpq5-dbgsym_13.1-1.pgdg+1_arm64.deb
Size: 256316
SHA256: f84d37f48daa6f70a767c0e3e5413937b41c4695cd6d6af742434d26862e181d
SHA1: 91b4260a2f365f112e6efb08d13b4359d66fad48
MD5sum: 452e6db3306d48e9b807db568f88322b
Description: debug symbols for libpq5
Build-Ids: 59293f906b7a1a80d4e19a88984877851b6a301c
Timestamp: 2020-11-12 13:43:14+00

Package: libpq-dev
Source: postgresql-13
Version: 13.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 560
Depends: libpq5 (= 13.1-1.pgdg+1)
Suggests: postgresql-doc-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/libpq-dev_13.1-1.pgdg+1_arm64.deb
Size: 132716
SHA256: 6d64f4696dbcf33b6b083033e1b0b212b78652f2844bf7dc3d2411e873c5e761
SHA1: f0fd33a6774f2700b7f0d66971e2b76da7b1f6b7
MD5sum: cfe5e90905ada4b442cc7ea7098658de
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.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql
Source: postgresql-common (223.pgdg+1)
Version: 13+223.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-13
Suggests: postgresql-doc
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_13+223.pgdg+1_all.deb
Size: 64488
SHA256: 0fb71fd73e5c2b58ada9dc8ad0708174f2fb277c06982fcf5518566db7e333db
SHA1: 023080e3504fc8317fa162fb94421681f2ce8339
MD5sum: 854ec5bd8eea8c35c6842781a1bec8b7
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.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-10
Version: 10.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24211
Depends: locales | locales-all, postgresql-client-10, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libcrypt1 (>= 1:4.1.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-10
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-10_10.15-1.pgdg+1_arm64.deb
Size: 4899236
SHA256: c54d96fe3062c03230a89ef825118a0dbb4c81e4aad3ce4ea3ace4c6be722aa1
SHA1: 1f5832b68450355257ce525c6168ebc217ecbd77
MD5sum: 0d95863c0335e5d7b4ad3990b7d2004c
Description: object-relational SQL database, version 10 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 10.
Postgresql-Catversion: 201707211
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-10-dbgsym
Source: postgresql-10
Version: 10.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13218
Depends: postgresql-10 (= 10.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-10-dbgsym_10.15-1.pgdg+1_arm64.deb
Size: 11762320
SHA256: fd9f969abfdfb81fa46bbea147efeaf214e823ef5b7739ed245153e1d47e37c8
SHA1: 244806ca86ec7e006b7d63bb6245bf34388c1335
MD5sum: e7520ab646f048b97a28fc733802eeb2
Description: debug symbols for postgresql-10
Build-Ids: 009070859fcc19ae6f91cc8f8691124f2b2458e8 08381efdcd04755ea6f7df8915b23aa6d36872f7 0c606b44bd35143b28c0095dbe62d479dcbb89b9 0e67389571524bc12cdb9b481c8386dc35368b74 0fb7b75edf02bee9b3a90c88b1acb2c05563c6d8 1047bc41cb29c2e137a437cd5d7a5c96bebb8779 184728d75a1d79b96443047bb44d10345c7f7b78 18484ab4301193cb3ba4ff975c20b2317f7f7ecd 19c7ca11c8c2c16bfc7cc1328912144e68ffce09 1ea3d4ccca45e6b85e33e21fb82c67ac8ff3fef0 2c80e39d4f400dd4cc04681795c2946927c2b5d8 3026306c04711455e1682cbd428df06413efb982 308405a63614fbe86c7fe7e991280eb5bdc189d4 32416dad68bae8adb137baf6eef111af14db42db 3a71ac853f6ea06d044242aead63c28d8a916f59 3ab35cf27798c91834a3cc90668449c9ac46afe4 3b75c57c55beda77b024ccb1598c06b32676e554 4010417cabc58c516ed26e011dc743364b19e6e4 41849620f89086aafc71788f3c0f9ca06f9942c4 43101ebe1d180949724af8f14f76313d3bf6db4f 49eba5d7739cf7143282aa8ea9c196db04b990d0 517cf1082a6cf7687d4d047f5d8efea42e41b692 53426ac5d8720b30bfc07efba8550553919ce435 54924a0f49931d6e14fdcdda176da639907b0acb 54f8fa0ebc26c1dd25ca53bb320bc70c5d0df1c1 56e697428c1bdfb2223e41c313f47241f352ab9d 57127a864f852af52500c10eeabb9b605c4ff943 6046f69e49770b45bb227c9e145c270343ff81c0 6c0bd0e35d996489b903601e63f00dd07107b2e0 6f23ba20df7990b5d279b56b4dfbf35a65eda08a 706934d93d2180b59878af295a57023e2bd99df5 754dccf1598852620c9a852b5058747c1f886423 76f3b19678b1a666dfaf98d93206604f5ffaaf22 78ba17cd87dd994123f3c5d5c47526004c45bcdd 7a987de9b99284e61e87c2eb547aef9f8a297f8b 7aaceacce1886e280ce8301329699d49a5a09a70 7f53c952d1c9ce63bb620ab08c571aef91aa8498 81112927b5330d90417fc7eb35b76e8597fe8dc2 83dbac065244e42cfd9c3d0593dceee2f41a0060 86da5a4fa89fd15da8be226847bf150d92edfd93 87f180c0471104dcff6765807864f0ff7c4ab228 8f803d2f8fbc70043361597667442c142b5d86ae 8fbe2bb0b057501e62b4dbb66f00f73cf69af128 902596ff0db594524ff3507344a358c861de8732 9040af560b6421e45d1c2191d958836e06a6e4fc 9444713b75cba8cd5da78f2ba1c0dc11e1273355 96894628b02978b093fbe2104d24504789eade95 96fe77f752c6656bef7e655b766c44a2ba73dd37 98408a3618f84bed709fd24fd1d108af9fc3ed10 9a09014ed40d1b31c2528cd3c95225de4aad4cbc a37988c517a27017b8ef60b97cbd37451e8a9640 a5452c4453b1879f86f1fdc2ecb86c337c0a0fbe a83f1c287f9c307dd987d71d21688831470ab1f5 b50be14258c3c2a02eeb614bef2e8e9515714bab b518b69e270e5aa639096345f3afcb06ab26f5aa b906f90cb8bafc7ee26fc4f89378dec7146f4210 ba36a8b3cf4bb0c74532199cb2aae7f746c41c16 baaba95bf3e7a926cc7f7564898cf931a9e4d4d4 bd263f855ed76323e44c130a6f881babf5f47ddd be6a8217b61fa5ec2e628914cb4e67600f5b5423 be811d1ee754f9ce8469878ef31a06486476f16d bfaccb3d5bc36f7c09719469aec171e51723919e c55f84c03aa8ef71ec81aacd759ce97cfdaf8ac8 c7678ced4887c56f8dee2f53a3b885d9c7eaa16c c834cf22818d56a4a8555189d648b484466e2469 c9a419db8c65addb6ea974a889229a43d60008c6 ccf3da431405efed99eb8cab73f6e065a1e74b33 cd1c9a4855b1c07ce3cde18970698b6c874373ba cde4460c97b30992ca76849af374badecae66b1a cf9379205c0c087780113f3b7e6b69f10a3a0263 d293cd2c2f388b1caf6137fe0819733f06be3634 d433509ad741a35d2ad12d1a3939244de9bf649b d633931b0fabffeb6c6d948cfee008ec181eb176 d84cd0f6fb96cd7d7e3aed2eed184c9c75674b43 d88f66cb8c4f72faa02c7d675bb7357692830b88 daf0a9d7ce9a202bbdede90e663d4bbd6c7c7d87 dcc400f3d2fe59048d86841fe536e03fa1674bf0 dd915833a421e1d60246b99214a656082c465831 def713cc1d646f07c30b35352d9d553d6910ec7e df558cf0e4851f817b38e6533043bf08beb3ab73 e6288de8bba445888ba8680269fe62aa0a11accd e78dbb65546e7dc4c38574c8215f54e6fe440991 e96e23c9bbfc4ef86ec4dd7b77a48483fa88b9f0 ebab7d64dcd53924ec213ee93e2e1bff43333b85 ebfd31dd80dce132bd2a9d6c878fc4ef7fe50345 edfe7998960d11c6b4de3cf32ea6ef7fae82a31f f487f147b69f598f6244283050b0002f46932c93 f632c5a4bbec7229034115f1838d7c889772f214 fa3a157cbc3ea6c78b3fd067106aacbc54c22f56 fc5bd472b804469682e89b407249bab1783b9ca3 fd2b5dd61f3dedcfc37b6e0d687c2a4f16db6705 fe6b1578a5e92af94abdb20f9577f1bfba41f568 ff13f5018f60005251cc6e79ffb12d4792968235 ff2a4dd283474e67f84809b0e5861bb48fe31544
Postgresql-Catversion: 201707211
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-10-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-10
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-10-first-last-agg_0.1.4-4-gd63ea3b-3.pgdg+1_arm64.deb
Size: 5544
SHA256: 7559f7afcb9820ccfc68cc437fba845e59d7696052175909075abfe8146475d6
SHA1: fd2c41483504e24d60d227a4a5d9044aefc2ccce
MD5sum: 2a6732c7852de78b69e7a06bb4718d65
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-10-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-10-first-last-agg (= 0.1.4-4-gd63ea3b-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-10-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-3.pgdg+1_arm64.deb
Size: 4592
SHA256: 78af94d4d427db195ff1f56e81992b941009b0d67e0669afd90d9b3d5d0e5073
SHA1: 18b66506a14606b13b57e9b32e8a3cfee92eb18c
MD5sum: 5ddbd37e29a4197817d9a8353adbafa2
Description: debug symbols for postgresql-10-first-last-agg
Build-Ids: 96d914f1d8f463dfa7803a58d8933f178ccd3123
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-10-periods
Source: postgresql-periods
Version: 1.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 520
Depends: postgresql-10, postgresql-contrib-10, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-10-periods_1.2-3.pgdg+1_arm64.deb
Size: 34512
SHA256: bd42f07531acd17406d8611c3f75349a459d743ac4ea1b60f269fd90504ae4ce
SHA1: b730b55138e271c6bc072c85adad03ac88613c3c
MD5sum: 7356e971aec09b8aaa3fba2c30b4f468
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-10-periods-dbgsym
Source: postgresql-periods
Version: 1.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-10-periods (= 1.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-10-periods-dbgsym_1.2-3.pgdg+1_arm64.deb
Size: 26300
SHA256: 6de6bbc7597ecab7f8e5f7e042ed96d3f9ba0106e45277f3ae75a16e80280837
SHA1: a4aba801bc77427b7623705a7b3be8894bb4a87b
MD5sum: c44730b6f30a995d6b81cf60d33f2f75
Description: debug symbols for postgresql-10-periods
Build-Ids: ded57cdb55423c421cba171e2be146e005a5eb2c
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-10-repmgr
Source: repmgr
Version: 5.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 931
Depends: postgresql-10, repmgr-common (>= 5.2.0-1.pgdg+1), libc6 (>= 2.17), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-10-repmgr_5.2.0-1.pgdg+1_arm64.deb
Size: 208064
SHA256: b41202bab607c76cbbb1f6d01d88c7d0e189f7cac770be5f4b0995dc2975944c
SHA1: 0b775a86df1b29340fe4f802b3f845468d80b78d
MD5sum: 23e0b6ad0f8eea1a2231c97cf6456abb
Description: replication manager for PostgreSQL 10
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 10.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-10-repmgr-dbgsym
Source: repmgr
Version: 5.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 711
Depends: postgresql-10-repmgr (= 5.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-10-repmgr-dbgsym_5.2.0-1.pgdg+1_arm64.deb
Size: 647864
SHA256: 7d679c0705b1ca7e065ce586e8cb24599c1a1867e3102991001d9f68d4f23ff1
SHA1: 86735818b57b70182d4630b1729d9e441e3c1c7b
MD5sum: d36794d52c295942a3f04fadc127b5c6
Description: debug symbols for postgresql-10-repmgr
Build-Ids: 62a128923098383aa5dd59e4028840a01ab83711 cb993dc0d4da5f5dfe03ca340a65543d8599ce22 cfb81cdbc3cb597ddc5888a92f688c52f3b7f440
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-11
Version: 11.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48643
Depends: locales | locales-all, postgresql-client-11, postgresql-common (>= 194~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm10 (>= 1:9~svn298832-1~), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: postgresql-11-citus (<< 8.0.0.PGDG-2~), postgresql-11-cron (<< 1.1.3-2~), postgresql-11-pgextwlist (<< 1.8-2~), postgresql-11-pglogical (<< 2.2.1-4~), postgresql-11-plsh (<< 1.20171014-3~), postgresql-11-rum (<< 1.3.2-4~), postgresql-11-wal2json (<< 1.0-5~)
Provides: postgresql-contrib-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-11_11.10-1.pgdg+1_arm64.deb
Size: 15035356
SHA256: 3bc8d84d422a72c5231051a43cf44fa17fece2f7a7a15186b6a1872951029d6c
SHA1: 0c8efe64d9256367c8ba4ae35aef6727dcaf60de
MD5sum: cb5438d454145d83d923a92d1c76f51b
Description: object-relational SQL database, version 11 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 11.
Postgresql-Catversion: 201809051
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-11-dbgsym
Source: postgresql-11
Version: 11.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14839
Depends: postgresql-11 (= 11.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-11-dbgsym_11.10-1.pgdg+1_arm64.deb
Size: 13348060
SHA256: 552901e8de5fabb5e5fc0a001838d87320bff0d90369d68c110c250ea4fa44e2
SHA1: 429c76837794f45d750a00dbbc85d8e58f86a8da
MD5sum: a4291c4920788073b185fbc3fcf028ac
Description: debug symbols for postgresql-11
Build-Ids: 024663fd1c7aa7721dc25d090b54403a373014ae 0247316f3cbd367e5f855ed67467900505ad065e 02e24db718fb435c86b6e60d6db7180929c6b1c6 04fca8c7a56b898adedc3b04e913de3e1eb0c1c6 06e4680855255cb23ad21fc38e180a8e12715e6f 06f156de1902429e87760afd91dab17286e12ca8 0bcd86f4a3aa4282a602df128b79befcf90ddd92 12f4411351b2538ddff3f7fb5e8d94eda239d701 13b577b21a942237e1c39d6b191b031de64b78dc 1b4ff4009a36e2f723e07435c4aed585bb4c8330 1da7177d9c109df60c45c321b1f1ab44a0c46174 207412b4ccc4860a18aef1c1eeba0ce67ac08707 288b0496f02c38eb971b3334f43adeb2938dfa01 28c4cb45d614fda2ce4efafd906de6628807266f 28fb09fd9d0f46f7597b5f4339f457a4fc90fb3a 29029fad72d48e8e495a5f73d274a4cd74d95a11 2d5654f4ea5953f4c27387a114fcef9a331f4144 2d5662a5ca63f7c4110338bfb73abe028b8e6a88 36a4b4c68cce36923a99f7401d30c6414cae00ff 386b2e0c35e7849dfeb0955f9227a5d05306b884 3873f4c1bf80977c78762526c92c923c13bfcd26 38d3f07e11a2d9414744252ca672808004e7e773 3a0ea927c69e17898a7ebf6e979d5865e7696044 3e935357afef9df228f9691e08c89e7459612c8e 3fcd8758295d4d9bfda4d9407dd3290964396619 4021e05a6bf9c02cc1f7c2f09df42de1683bfa1a 450d025c4c5c94f5430fd50b7764cfe1cc1d25a5 46990aae8d0d7dbe22550d5a08987393e1f0beef 49cab4d6950ad16f98847ae8ea18940f26a0e5bb 4aa45287dc4c3ecf52aa823a9b7abd0478799a76 4dcaac874ede8e914279743112fcb324a95813c4 4e69374798163077b9ffae358b4d4183921ce659 50bef10aa66414460325095fa049e4a41cba4be8 51f1747206d975eb468a67b3e3b4c0110c6b8edf 524261f8e2fe94e99b6985c64bf3de7f04c1e340 52d08d339b1d2a622af520d10120ceb112898113 546c5110017707746a60a3b007a3b81fd6ffc2b1 583f922725e450bacfbc38abf9fcc7c97ea80381 5a7a539fea702043ad383d1e89ddae21759fbc9c 5f207ce61a8ccbe135feee30b72224e9e4935922 64361440eacf5338938cb22709fd030bce7ad9a9 6d22ce7dd1f4640577b11bfab5d5ec5bf511816a 6e0b3821cff62ecb3fd991093c5c11e997eec334 6e59545c639077c02b6ffd31dc2fa369d171fcc5 6fe37faf787ff6e8d340b395422fc997cb7c61cb 7093ed02e3e5c250c1a28cd40ec0e29e0a2d8c53 7544ad4a3c8c3cda4b4f3c0c0f925ce3985e4544 7567a121eec2095efe91c1ac66eb2654a91ec4dc 77fddbb9ea4c500d33642207fd2545297c0ef9c3 78dba12138008db088f82ef3d382a08cee956dd0 79c58b35b530664c41baf2d66a6b47a72c639c32 79ee4303a669efd404d2d466fc574503e342999b 7e212ffc302083e09438fe42ef4a70bd2845cc3c 7f52b7055a479dd0e08a09f32d4dc72b767f087d 842c684794e846657dff82b0874862847973afe3 8aaaf827cd0d2f6bc1486a9e7b5b32ad1fc8d235 8adcfe4b0a7974e0f3e1d2b13d6a434528f199e1 8ae850afa8fb89d2b4ae24062840c3f3e70d9319 8af47f2842db3a7d449a4d0e0911c53738d339a6 9011eb30c88f0f354ad70ad4965bb1cd1b736eea 925812f13556857d39f4b49a3a8aeb7bcc5dc6d0 94e9f1ccccb14eb3d3d78c91cc75135bf3fba950 9769f9caf421c250249a5c9d4d60b2e5cb423473 9a7586ad291836469e4c4555d6b0434a02cbd554 9afa943b841c74e36627dd4d75a42707006747d4 a3934ca42af4982e152d8bc1870961dd0b03cb6d a635337b37a3292b37427420ca70d3ed68e5ed58 ad6788fac2a957c0f03ca24c043bf626ee74e345 b06ba3bc787dbd04fcd5507486b34a97fd2cdc51 b3366c5f218ab96fa5db75f51bddb479fb6ea976 b41a6c6e0f6a733a740a789f4d4c214ee48ff90a b476c310a49f82df9a95a715642550318918690b b4fccbff6a6d2813a10e8e1f0b2351583d66dc53 b5651cd990a0153f9c2df2d87deca66a75c328a4 b5705772b6413d2896c27d8207274fbb6fe6d0cf b59d71e72a6c3a89ece9769866d06a1f6d8639b0 bbe8f9d0e50d8b419ab92b89210b13478380e53e c5f75bfe3e16a7e019afb4313ab8ce42eac298d5 c6022ba14d6e11466ff4143c0f5ae0d3dd7253b1 c7121fae9dab9257697bf3f00cd9edb18c4a9671 c7338360ace0e579948b8d9724eedaa1f3369ade c9df73b519c2c287439cb1e51de60550c14f852e c9f3e93a758289fbb157cd14e1adfedc91d38e67 cce156c1291eaf1d913d29ae20e6e699a6392e0b d7d92d48e9b1cc9f54ff8f0b5f4c1efb0cce2374 da1106bd6cebaaf640709f0e698f519512578077 e0e667390ff63aa1569ed6a8ebe6322d7d066bbf e954f0ff70df5d8a7f0b279d277c996d837ab90a ea49d8129b649551fad6899a24313300b80aef91 eaf46c78055f4da4eba3fe346d4731cd34a8c708 ed05f67ae027290e9010d53fccd98ed6006a3c27 f32e1d1f9ab1719a3b711f1eed88efdb30471034 f55ad7ec7e915badc9b03add3e0519cafabd2074 fb04984e3a69e7607906d9c1604d042f7022e71f fc1d8d75f42a8ca71bdf75eb745b5db98b58ce6f
Postgresql-Catversion: 201809051
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-11-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-11
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-11-first-last-agg_0.1.4-4-gd63ea3b-3.pgdg+1_arm64.deb
Size: 8512
SHA256: 16ab05a1e18e69f43b6e359878ee17fd05c668d9739547915ac597af02b43c65
SHA1: 112e43941e19a0bb9df55f09dfa9bcc11610cbcf
MD5sum: 2b06856031a9e313337043ccfdac6f9a
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-11-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-11-first-last-agg (= 0.1.4-4-gd63ea3b-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-11-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-3.pgdg+1_arm64.deb
Size: 4584
SHA256: b3235a9c253ad760816a270e10ebf0961906d8c8cea9e7137a53986f351f5ff8
SHA1: 6c7e2c1268902efe3f1418e4007247f4a51b422a
MD5sum: 296530e08b8d7806d225fa39a2f53d3f
Description: debug symbols for postgresql-11-first-last-agg
Build-Ids: ec88225ae6e479e7fa603f29068674e452a8c19a
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-11-periods
Source: postgresql-periods
Version: 1.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 548
Depends: postgresql-11, postgresql-contrib-11, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-11-periods_1.2-3.pgdg+1_arm64.deb
Size: 50056
SHA256: 8cfb282cb789d3468b1a82729fe07cb88b583b42a98e36cba2e7a64260b14867
SHA1: a48905022159e5f66ee39bd949a3ea1ab254d01f
MD5sum: f8981e98990166e57fa6ec00d11da29a
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-11-periods-dbgsym
Source: postgresql-periods
Version: 1.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-11-periods (= 1.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-11-periods-dbgsym_1.2-3.pgdg+1_arm64.deb
Size: 26212
SHA256: 05cceb825ca68f04f838175bea536e762c6a28ce93561bb8a4f2fdd0408d0b82
SHA1: 79c98b1f02ff2bb80f20593ed42f93a8b29c894c
MD5sum: 4cc9b099f26d56175eb48923384d0185
Description: debug symbols for postgresql-11-periods
Build-Ids: 5e8b45cef26ef76d27b2315952dea22e97d6cc07
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-11-repmgr
Source: repmgr
Version: 5.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 958
Depends: postgresql-11, repmgr-common (>= 5.2.0-1.pgdg+1), libc6 (>= 2.17), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-11-repmgr_5.2.0-1.pgdg+1_arm64.deb
Size: 220716
SHA256: ca00f1fb3b88121fecc606f31d649e87fb5b825af72e639091ee8e01813eb578
SHA1: 79b7ad688d2e9420de74257df8247c74fcd5860f
MD5sum: 17ec0c60e04700d92565d9913ec07d00
Description: replication manager for PostgreSQL 11
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 11.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-11-repmgr-dbgsym
Source: repmgr
Version: 5.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 711
Depends: postgresql-11-repmgr (= 5.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-11-repmgr-dbgsym_5.2.0-1.pgdg+1_arm64.deb
Size: 647956
SHA256: b80ac19bdfffb0025b1ee3f5900412d64b1964c355c64261fa81882b751d19ca
SHA1: 6d7ec46eb0646280a45c7d58aef7e45bb66f20b5
MD5sum: 8d17fad4e18b2d191d2ccccd817fd2cd
Description: debug symbols for postgresql-11-repmgr
Build-Ids: 891b43de1e7cc5cc4073f9fa9baffc102861efa9 d46bf5cc8f0f0588ae8d3dc50743c772d64efece e611ecfed700493c0efe87e729431c433df7cd27
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-12
Version: 12.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50726
Depends: locales | locales-all, postgresql-client-12, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm10 (>= 1:9~svn298832-1~), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-12_12.5-1.pgdg+1_arm64.deb
Size: 15675352
SHA256: 05ddc915198c0e21d54f895d398aeaee21e28c1208fc6c538114f3217aa87309
SHA1: e02fa3e4ebac01c48597dd226f704198cbc1e7b3
MD5sum: 77ab1810c771bbec6206f887ef0697e5
Description: object-relational SQL database, version 12 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 12.
Postgresql-Catversion: 201909212
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-12-dbgsym
Source: postgresql-12
Version: 12.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15969
Depends: postgresql-12 (= 12.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-12-dbgsym_12.5-1.pgdg+1_arm64.deb
Size: 14404364
SHA256: b0fd38ddc25bd316c72a0bbc79edef251b01ab1e89e5d2ebe1d7ad07340a9557
SHA1: 7c1bab515439aa5d935ce642635437d2087663f2
MD5sum: ae8231a674b3cd2635549d3c14d4ab29
Description: debug symbols for postgresql-12
Build-Ids: 0041f58311e636284acc5f9c501bbb2d6386ef7f 039ad5f23cecbdff66b9d57f54c13d198df98492 044b63e10da1673f1887b45e2d58db31cb56e652 0c8be1509a603558d300e17adbba59e1a3e7de81 0d0a361ca9cf050bf7a51f2b0a1d6517bae0d127 1359346fcc6307df56b9ba5b7a01fafd07a3794c 135afe898c9249f351aac3b280949a915beb3f8e 1502ae03ec44447146c20ea3278ac56edd898c37 17e60594c3a8cc6492a38bc5522e0d1086a8a2be 1fa22a734c17d447ec12bd2806ee2674e7b34004 2125aa3a28361ef536388f2ab39fd34cd81212a7 226782979bc548149c0681a6fac1e0af7cf1d867 22ba786febcc81990d4953bdf283637db030fb38 22bcaf067afc0b8fdbc7c2e06a17c0b14742992e 269f05e4780a0d2873ed44c72e48f50cde428a0b 3035d44cdae878947d34954220b5638f4d9e472d 3187b13de7e1cf41aa821adee6a44eef7a017cbd 3365d1d31b13b6e79c803696891b4c2113b87b55 34f79a8df46a414884a56de6f91e26067e5f2b29 35f70cb040b4e469ad80f63d198d7f7677120c19 3ae06cfb6cb0d38121c3e09f0fdcc61348fa7104 3edbcb4c84a9229795e989fe2a5f5926d5f8dedc 41d87c8bf35d963e6f46ff6dad3a12d7a1f6e360 41dad010488293ad4e7640d0282c73245f68304c 4855ed19ae42e299e37ab9f6d4d2227a020bf9e6 49ba9111c42d903e4c3c82036d82f812c29934e2 49bd6d93049fac41297847cc52af4be1078466b1 4a8adbbcf901d912fdc24667f773226248831e52 4af949a69c07e4ab820721288923f52361538075 4bc06a638c2a41e47df68b32420b97b09844e4f2 4db9e47be373868e19687e03ebe371fe026f712f 5040b32602bfcb00c071be688be66b56947394ab 59587087e6a52865a07f81c4a3a8dcebab5adc35 599ebbedddc406f4669e8070dfe7309cfaaf33f8 5a7a8c3b195ebda0b7d214c4bc2fe9f1dc97cb09 5cf42402c90ef54ef634943e2eaa1b09efdb6c6e 604e75f0b1b35968075305abee089225346af3f3 6501f6889a07247712d6c5ef778d693050e5582b 6505380f142557cadb9567d0b7d534b702433358 6659d4f91973e9588cc804e5253182fde32022a5 675d77e19b056f3a735e4e32cda3d09cce42d329 6dd0167423d4bdc0f1caf22420588e3d1b8973fe 7181494ddc89f55ced6c379d7305a44b62d06d76 7261870ac126da67e0e5ede4490a956cb9d788eb 7df6051c414a0d022cca51e8762100f0c1b3a377 83d50408a3cf78b897c350626a3525d85d249969 87ee5a007a7fe97001319c2e1c6d8cc5e7fc35ba 8a7d2cd0d1aac1b3f9dd3c8b53fce909d2e5d74a 8e45bb3f13ce0ff202220e7d4533f5e40a4518ea 900fbd2864f29400caf9de84d9cc30499a6dcfe1 936cb7f5700b90364003e0300b059cf44aecb86b 948136c93365c495a117b773f7211110d8fc1198 98e2b4d5e0ae0cfeeac4b16a77521bc1a40e789b 99eee5d97c757651aa286a1d66ef01b43419f56e 9b5e8ddc691a5e7f8c629fe6e8e964058f83563d 9eadcb7be0b168bf047ae3a366c0197228d8ac85 a0601f9e5d657f9e44f4f734b451593d4468f3fd a578583a15edce19721c4853dc7704ee3dc25611 a64fa43e0ec2dabdc50c12323171e83417e82050 a6eb68f35a5ed8c8d5e8fa556055c4c2951b4b98 b0b72bbe5183e3779ad9ff9739ef3232e56a05b5 b1cec1ea768f68eb77135626fc51771897bc6ddf b2fabe89464fc4c5a3d5b90fc66eed4f487cbd40 b3035721c3b6fb295dafadabc8f3001e8c50a33c b7eac286cdbb7964849ab4bb4cb93469ea3a48d6 c211563c39c87623f9417c8daff4e1e30c8f9827 c223a0fd53f67f924a936956bb90f170d8b5317f c32561c7d39e89b8dd86ba566aa6356c57bbf31c c3d69a84197a3a3863323e3101742e280cc16105 c76c0536fb1ef87a83760cd5fba9f1209a514e03 cb0455390f6568ee9e7fb91057c853ed9ff95f52 cbff66f0fe26a1235267ed2636b5be236c52af9a d0b39268ca5720ecc693c718af565574161a78c2 d234c3bacd52571feb71872ef0e0694d0786c5eb d3e0c838ba1a4709fa1528fa222d550bec869005 d8161f808bc1694dabe625c83f7dda4bac66b41c dab8767d2589bcf80ad292c7c9b7d8ca2aeddbdb dae776e62cd9ad32689a9e4df3faa8719932d611 e070b221073e3314fc23581de313f5c16d228016 e17e9e572d8ba7b270f184a48694b0ca9e1f14d4 e231316573ddd056a110986605a14de1a88cf25c e69bbdbf9f6e8e652d747e97bcbf0fbaf9c5b948 e89a607d0f7ab8726b209b5f0587420aea0e1aed ea2907a96f050249978ec5f89a4a2e085f822081 ea2ddab18b16f84036979682157ba4ee85a84fba ecb64509aa3f13624cc481a0da80ede3c96f8067 ed87c0a33dde8f703035a7cf30c43eb05692ab30 f0f89b801f120bea7072aeb820f6750c608ebaab f29b222e8e8175164e7808e909e2d93d43f55afc f33f2458a263369c7437e0545822f438cd103c85 f407ff231931d2b2b99aaf2991124c1c72c8a317 f817d69b4e4a8fb8dc5da6b81f1c9f70eac40d6e fc2a0bb848d14688167efd86c62a315728b50124 ff97a558f8de2aece0e86e7f15e61e98de1c7e8e
Postgresql-Catversion: 201909212
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-12-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-12
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-12-first-last-agg_0.1.4-4-gd63ea3b-3.pgdg+1_arm64.deb
Size: 8516
SHA256: 8ebfbdd000cd9d233febd2a1f6dade2a4dbbd7fed42ddaf00394515924a0415e
SHA1: 7c448196953a5349e2daa53501f99c306351360f
MD5sum: ba3729a7490642634f737b7c29c2bc6d
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-12-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-12-first-last-agg (= 0.1.4-4-gd63ea3b-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-12-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-3.pgdg+1_arm64.deb
Size: 4600
SHA256: 978bf5e1ac71576f582282e26cc2a95ad61b44f17164070b2b437e632422f92a
SHA1: 9d59b7abe9960bde4886be9194baaf4e6b889d6d
MD5sum: c9e2a52d8c05bb284883a43be1ba8c37
Description: debug symbols for postgresql-12-first-last-agg
Build-Ids: 484e24ea227db3b2480805036c389950c794cb88
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-12-periods
Source: postgresql-periods
Version: 1.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 550
Depends: postgresql-12, postgresql-contrib-12, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-12-periods_1.2-3.pgdg+1_arm64.deb
Size: 52312
SHA256: bccbe67d89a2e948d44eddc20a254d5fa69deebf093badd3d878dcf6b079b3ce
SHA1: bf6a38e8f84c0af4510b890248f34ff3c4cf26c3
MD5sum: d607c543a64e6c478f49f0ce9dcce07a
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-12-periods-dbgsym
Source: postgresql-periods
Version: 1.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-12-periods (= 1.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-12-periods-dbgsym_1.2-3.pgdg+1_arm64.deb
Size: 39664
SHA256: 7e4ed2ae0d40983ba043f9f7b769dddd798bf9c0e972868766a6e1c573c4e43e
SHA1: c517f80e47d3114934ccedf64a457b88d78f2f6e
MD5sum: 6217fc3e2d4c4b6afb961fc01803452c
Description: debug symbols for postgresql-12-periods
Build-Ids: cb1149212de34272ee54e6da93280d74b83d2543
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-12-repmgr
Source: repmgr
Version: 5.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 986
Depends: postgresql-12, repmgr-common (>= 5.2.0-1.pgdg+1), libc6 (>= 2.17), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-12-repmgr_5.2.0-1.pgdg+1_arm64.deb
Size: 226868
SHA256: e76d89383606b910705a49211f56b6455a81038e50c7f71eb49cf2febb501280
SHA1: 710f4654ee62648c0ee75d7ecab515b1d7b9948b
MD5sum: 618f6980d9d0b45e860b78f65dc27259
Description: replication manager for PostgreSQL 12
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 12.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-12-repmgr-dbgsym
Source: repmgr
Version: 5.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 716
Depends: postgresql-12-repmgr (= 5.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-12-repmgr-dbgsym_5.2.0-1.pgdg+1_arm64.deb
Size: 649620
SHA256: 1008657759a648c7fcabbe338e313368582625bc09e3c105e80046e85619ce98
SHA1: 1ec95588454d3fb75ed5355458de3b0bb603d164
MD5sum: f7f7850fefbc3dd8b4e116eb6113b6b8
Description: debug symbols for postgresql-12-repmgr
Build-Ids: 27d8a3bba91d4c3f6e221c40fd93d29db41a429d 3ef8a3985f0be35246127fde8bfa60c2838f4512 44313b1760de506db2597b9bb80c2f723a365ea7
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-13
Version: 13.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50472
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm11 (>= 1:9~svn298832-1~), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-13_13.1-1.pgdg+1_arm64.deb
Size: 15992224
SHA256: 12aa03832d3b762c6f4b9a698f8041bf615adae4bdff3cf1fe474b2ca42599db
SHA1: 2ba4de03fdcaf4b772a27d7a8a437d08ff6c57ce
MD5sum: 4e0d8b001994a877aa60c8e67edd74b2
Description: object-relational SQL database, version 13 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 13.
Postgresql-Catversion: 202007201
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-13-dbgsym
Source: postgresql-13
Version: 13.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16767
Depends: postgresql-13 (= 13.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-13-dbgsym_13.1-1.pgdg+1_arm64.deb
Size: 15168556
SHA256: 17d12cbeef0e9d0b5a26d5176470a067fe2c2e5438c56f485ba0502c795382cd
SHA1: dab2abcb012c9c8befda327e689e9f90b794b1d2
MD5sum: 749255ad4521d0a9d3b1e85000b1e7e4
Description: debug symbols for postgresql-13
Build-Ids: 007d48cdc1a172d25c0913c3c2e8c21a75af5849 015a9921cd0ff7025c2061dc96f64c4e7585fd97 06331e7bd4d481345f9c86acdb0c92fd0e187fd3 0634c7a059a0e5616cdc24e6e217f734cdbf4491 0c348ad41468f9ef45d191f7b4ba36b79c7d6ab0 0cbf3d1b2e84541c6b48d0b3939f6959b54288e9 0de2aa02f89957da5da57a00dd8b7c05ed5adb44 1118726e14b2f0abf826293b547db07ea9d1d4dd 11df40ad48c41a81da19a20acc0a23a75587aeb7 126faf27f631bc924ba8905e42b5a8558a2af4a4 14ed7673cfc4626183d26a946a5fd6e860860101 1dc1bcf7402f159d54326d2016055390cf2b14b0 22064367b2bdae959b29ecdcffbe55eb4e3e6841 25de20490b6f024d75a32fb9060b6425aa53e545 2764ac69de6e4797badb15de067963f4777f5993 299194259335059b6edbc2fdc93b35b576f3ea8b 2e31ea904d03843dc99205806d6187c2133d97ce 3075a05277253aeaaeb2e82a13fe4706065f3ec3 32d20d8963b9d78bdf90293df950b8a52cd8ccf4 33fbce7e30203ac99b5ef86097164b210749abcb 3af15e16d651cadd36e92f79c40f78b806674a42 3be04a0b2196d9c269e972106c03e80041ffd256 3d93e7dbd2a3654ca6f8b03c88c9a96c99681553 3e269419503e4d0b312be6538fccd4bc3aadf4cd 3f0e728848a923a7e87d10baa2929e2cc01425a3 456cac5238afcdd3fa76eb6ab490de8d23bb7963 45c36717756c24beaff0d13014973283f8c4dfb6 49fb03a3bd3e8dbda47bdb6b5884d1cc8eb8e000 4cbe8c1db2b780778d082a11767fdd6567d2185f 4ea557552c80bbb06e19cde3ce017a32a03f46ac 59855682ea14b9bd2c6fcec75361e7a7f89de499 59dca9c799a8370797ad425cc49ce2630f6b8a24 5cf2c09d402d166171a8d5e3510f678e1f0b5a42 60d6cdad9a0373773a1fa62ad818173ff74b6853 61a2d2aad097784745ae3b258292c03af551e15c 63d7e5b86479cfe47e846ee6347c107350b9111c 649e77810640bafd0a44b58f2e04fb4c80b45ea2 6e32fac366970b9613c98c7082d7e76d93a58472 6ea0c72abce1cac7141be22cdbf6078c813302c6 6eb837e8afda3f3f3b393001fad19f7470cc6795 6fca37dfcd68c38ab1c26f542b59d9adee046de7 7085aff0971d83238520ee0b8e915bb9cb0f0d93 709198aebe0a2d09847ea2d2067d7dca08dd6c62 736a5034c23a8abb8a67639e60248af3049e7a48 7c1f999d3c0a67d53c7d70c322c885809866992c 7da2d667ec5a4bda003e608b4a14250ee024c05a 7fe01fb33b505983cd300991d041de1c66c9d4cc 83f3d750200b287dbd72795b3d2d731e0c1e9eb7 84c2b2a5e74be553c2bf7abb061562aae23de085 871d4f3165aebd91dc43d39f9a9b0a44639f4bc5 89bf14ae1fae0292486cc5f22a97fd4cb0236aaf 8a519f9ef9c38077621a300d7fa5ee0f969a5bd8 8e0a9a554fb5bc17c34488aea581ef0433b2fee2 8f995d13bee24091e824133845238d21cbf1e883 8ff0ff45e56f89245fa8c309b03a4c7f1784845b 9056c3ad30e34e8c2ca3fed5b9df48c5bdf4848b 90fff5e7822b64e93f997a77cbd8495bc2695c2f 913cdfcf6c626bb15ca7ce51d0f0da3156bd0536 91cf88af4d8453c9d81b13ebeb51535e9adbd365 93233f9f7637dc93fd6e9bca09d33bbee208f375 95b35f3fe0a5a7acf967c7d1d05599629b7ff2d2 9a9e16c2bd5f72c3378d9e505fd89c4f31217401 9be37bcda12008e0dd6d42d5191860304d6540f3 9d72c8aee2d030d35438cab78ad540cdc9ffe066 a3fc0792afbd8d4f2062221e03f509a849bbf7c7 a42b2655d439aed700bd558c5ef5a70e9e9e0170 a6de7ec87011994e27a8f531a6f134c07cdca336 a96095bb1c685a3d64a84a4e80f7d382bdb66399 aa8544aa757ac822cd530ba11290b743a00da950 ac8c2e0d84168b666f34ef542bf7e2db0e66d0b0 b7e279422a13f334c1a393102235a035584db505 b94c4d7003eeab8fd14c3245db3d7d09b22dc52e ba61a9ba5c0a21c9822b98582b250c826314058f bd8467f60cd349e885921ad97c322ae0308688d7 c28607fde860f43e312d41271ea3c0b9856f9a7a c337e3172fdef209b1f1d59c30c77321414d9f22 c3c8f4cbf86c21a2033c5167435bdd800d705361 c4f96e3fd2766fcfc2d44feb497f1e43fbe4cf38 c53896f6013a056e1084178e9dfef314ef3403a8 c77091320394ae3e45cbe6b40b07c72064dd55dd cbdd79d59d42f1e29d9a053ad8c50013b21186e9 cfe2088e647ae0303dba3d133321c55c9b923dc8 d2e5153f3e62d060a7fefc5f26feab5ded8d548e d474c8c4a84213df760bcf06ca99f894a2af3854 d7ff4e22309df6d50786059e05584c1ea900e386 e238b6285ad85586eaed12c92416f3a92e80702f e345e240e667d655acc1f2e8420600a0eed179d8 e3ac2431dd8de1b7e1518b3a1e005fe375a66696 eb6381444f48ff13759be6da7ff3d57355d1594f f1d67178bfe0d636c65955df5a2ae3862537b09f f20f36dc57d37c468b3c3a059945e4e0e011a7de fbe94066c1d31414fb6e8853f7159545ff86b296
Postgresql-Catversion: 202007201
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-13-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-13
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-13-first-last-agg_0.1.4-4-gd63ea3b-3.pgdg+1_arm64.deb
Size: 8544
SHA256: 415ec9b4b3ab2957fc6b3846007fdf34f034945a0a9d892a57b39ec02ba432e4
SHA1: dcec4564235122f4843b501a4b72c5a8e101fa8b
MD5sum: 1554d43b79ae7f0feb9899440041a21f
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-13-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-13-first-last-agg (= 0.1.4-4-gd63ea3b-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-13-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-3.pgdg+1_arm64.deb
Size: 4584
SHA256: d92876c47eb15ce459bede1313b66fb2b1df8649b12a0da4040f76303146c725
SHA1: d8c86200eb10e3076f1edcbd619ec47c1d2894d7
MD5sum: f87a02cd9438631422794f8083f4478d
Description: debug symbols for postgresql-13-first-last-agg
Build-Ids: 6d66b6239558e53349a7d2718aae47aa3f01c4ba
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-13-periods
Source: postgresql-periods
Version: 1.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 550
Depends: postgresql-13, postgresql-contrib-13, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-13-periods_1.2-3.pgdg+1_arm64.deb
Size: 52128
SHA256: a8e80e689f8602fcdbe5de944a734a017f83eb048e39a21e7c447b96fbb3bce8
SHA1: dea67b4db0e9fd96fc7ccbd4e28b7a9d37ad3bab
MD5sum: 632c11708388d9e8102b3e5c0999cde6
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-13-periods-dbgsym
Source: postgresql-periods
Version: 1.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-13-periods (= 1.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-13-periods-dbgsym_1.2-3.pgdg+1_arm64.deb
Size: 36852
SHA256: bad425c96a483e15c62af50a6eda73030ae7e419d01c80406cf876109aef7429
SHA1: d9bdcbe67cc239c8417986c6d29edb273d27bdd7
MD5sum: d1c878bac926863b5d4897e3a2ea730c
Description: debug symbols for postgresql-13-periods
Build-Ids: adf5c577afa10bdbdbffe67832db77b1d479c7a3
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-13-repmgr
Source: repmgr
Version: 5.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 986
Depends: postgresql-13, repmgr-common (>= 5.2.0-1.pgdg+1), libc6 (>= 2.17), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-13-repmgr_5.2.0-1.pgdg+1_arm64.deb
Size: 226860
SHA256: 27781f6eb07e1295efa43f98c997f4f39860eec06be17382a5212e39a59a9672
SHA1: 214daf01698df59752dcc9f3e47bb8059f200a58
MD5sum: ae24e9378ca0be2e43828d5acd91392c
Description: replication manager for PostgreSQL 13
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 13.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-13-repmgr-dbgsym
Source: repmgr
Version: 5.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 717
Depends: postgresql-13-repmgr (= 5.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-13-repmgr-dbgsym_5.2.0-1.pgdg+1_arm64.deb
Size: 650016
SHA256: 3e57eaec01d45d209eafacfd0086ae683dadcedc7855fe3d52fb24faf60a50f6
SHA1: 1e97e65e76ac964ed3f4f518af34ac9195217ede
MD5sum: 5da593c0398103d4647526765069ef12
Description: debug symbols for postgresql-13-repmgr
Build-Ids: 717e6cea610195dab03b9a5856aec0c415aaef6d b4522a04937aee5c8d382711fdb94ffe0fa67c29 df09750b216e8a6e73ad334515094f70565be9db
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-9.5
Version: 9.5.24-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20295
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpq5 (>= 9.2~beta3), libssl1.1 (>= 1.1.0), libxml2 (>= 2.7.4), postgresql-client-9.5, postgresql-common (>= 158~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.5, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.5/postgresql-9.5_9.5.24-1.pgdg+1_arm64.deb
Size: 4016232
SHA256: 085f66923ec2109695cbc45668f9348ab4818bd06e12de1be67689e316b3d1e3
SHA1: 65b672a0140f2c4e7b252ee425df3216771eb9cf
MD5sum: f89fd7c07e60b7f6a9cde5b132bd8ff8
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.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-9.5-dbg
Source: postgresql-9.5
Version: 9.5.24-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14313
Depends: postgresql-9.5 (= 9.5.24-1.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.5/postgresql-9.5-dbg_9.5.24-1.pgdg+1_arm64.deb
Size: 12460180
SHA256: 99e4af7ddb917a15eb6f0eb42070736f16ac3fb83c6691838f791a67c0771b84
SHA1: 8d02b3d3e7031108aee8d7c9cee58c9463d9e074
MD5sum: 44f9a6afa8b4859aec9242b9bbbdf874
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.
Build-Ids: 006c514637a2d877035228f6b91529d30ab180e8 008e5a2c26eb5303a8cfcaa5f00910300ecc699a 08f8ef132e1b85070c19e818feaa779adfadcc29 096fbacf6a67c25181566aabd581089d154c2cd1 0eb15a5a5da9cd566422ab3216a0db2cbdaaf3a1 0f240ea1687412513b684a554980f9eb97c86c98 10e55abe223202cf1b80b45d08b0289f5b3f194a 1208a924ec12b911b79118fe44489d8a350ab83b 14c9c91378c6c7a8993d9327421c7729316c07e3 17db6d80271d3f249bdd604c0154673c1a76663c 19a0beb2f6df960859ed11325f7002cef1760e6e 1c886e8ed0be0bf98b3401c151a2a3fd604fd840 1ce5a6704301b29f21c345869f317ab7e4ace9d9 1d565e543c0e4d5239fa98853eb09e6b9bdc3d0e 2264d4c87f63d342907ab1ab88060f734c565ccc 22c06d49d595ab8752fece7edf8304c46cea4125 25d48b2b17ff780cbd0f5f4f67991b28b02cca5a 260c239936c2d2ba312644003c971e3fad4f954f 260df32648a1dd2008205f160ec113e30c78c366 266dd2624fa355af1d1d95f169c8fa22b18ab2cd 28d49acb6ad103a44aee95bd9fdf9db2c90b1e13 2c46f4f6aab8673c01a266d652c13742c34db72b 2e3c5324a159b203614d536fb308ce128f408438 368bc13a9ed904acddf34097b4299c1488fb7207 378ff3ddd2d45fe6b5d090f7325cae53f0d642f6 3c63c06cd072b0b2b16f6850cd9dcfacec7ff559 3d402c600f5b2ba9a4b36b54d7208532626bdf7d 3fbf2a6ac1eae1f11bab6459dfa0c6bc93e46c37 40028cc54c3d429ed6f579b7958bb314d0b15fe3 41853d48c4082a6db1fa2b1a53c1f04205ac0bed 41b1fa3e616eda268252533f4a759b2b11c04e4f 41cc4ef933a8951d25a3f5e06e4764d5d547889d 44f501fb4633f464b69af80f18d4d516930ad6db 45f72c68257721de1babc3817a8bf4d20ac38aeb 4a25f6e3021f1716822f4443e7f612d22724bf2e 4d1c003b9227ac8087156a24a35c46c53c6e56a6 515c5bc5d91fe0de957e09834c0c426f9d579c32 554e6464c8d213a8e4611e3139074ec7ddc81c6e 57219dde3c9c1c187e3e5302d8e74438e1fbbf38 58b90721576b3571bd8048eee55ec420e52c2a1e 5af6ea4574310e00226c175debd022189d0add0c 5d3e1fcd6aeb1ce6ea31bd113434c95a19b5d97b 5f62ae2ad5d8959ef32a58f39f4112d25bdb1332 61508f4a8a0a564310b8c210542a72797b152ccd 618504ff35e39cd0af57d35844c7eac488c70661 61d7a7d771794d37a7c060cfb3e72c1edbe22c29 681fdd0e34bccb4d9001727e9a075629fbf7c697 687d9a1df85b02efd859c62df6c374053d696202 6887873eae7aa6cbb256ffc201f273a6ccfbd82a 69139552cfb7c178aadc48f9a10227b88d70f60b 6a557d96ef09f8421642628d7eae4296b3254c7c 6ac9838741b9ba5a0dcca612aac8e9541ffdde66 6bd56cd6b0a96c3add3fec238d6d9dc241199a4b 6dd3bf6a1d827d71ddee47dc721aa17ae8dfb8c7 736e14584cae970607019eacb7dd12f22b743a81 74cf46613966ac0702a757c16fcae3a817314e44 79c1bd45181eaea17535dc8a584b6c096aa6fcf5 7a41b28d50ec682a275f013730b35ff56e42fabb 7a7e24bbd48480593e39fd882aa42d7e7c1acd86 7bf5f9297bd4e2397b52da9c697dfbde6089edfe 7c34d2ff3a0e1d64bfce661c5082c9e5a86ad0ff 7cfd186f5f11f3561dc910444a26efa97359e7c3 7e88a3e8bb06f253ea95cd78965217bd0a43cb3f 7ebf4066347137eeec4b3c29d5fa17cfd04c11fb 8194c346e25160b6e62a2c9b8988222a1f112807 849eee1726871adef25b39ee3ac81a6735f1f019 8b47ee51c9812b78527dd46036b95cb8635af391 8c4a12cd7071a84fbd9b2bc59a98dc87d1d541d3 8da163827f9204c2018b2c0f743dcbe15d36cf18 8eb9e4780e8a58ae41d57f11788fbf9270b0ac13 9012483cedc3846798592bb2f2219af809a1ac0f 9184807648d330bbe8d393e359b87d9117eff2db 92852c533814a45a7119f4af634025583cbcd78f 9964211b8108ad6fabfc516e63bc72e9c26b36f6 99af74fffc3d44bdd136cf27cf77818ffe5ac890 9c1ac0656ab5949b6086885b1c4ef079a309f44e a3d3f28a04639f59609cf638a4ae9b73883e9b38 a92c05307298a6a1e73214c5cb94777c73aaa918 aa012bae0d0b699c5b54c2ab3d2f8959639c6949 aaf1909fe1b60e2125948a3be5bda5a9d2938521 ad4dcb4ef6906124fb44ba63175c0e5a9392ca81 adde96cbb5b754a78ff91b5a17292325680974fe b35942b4746953d658c44c0b09c81b2f688afba0 b36e0afaeb771ec4cfd4c2210b28009138ca2ab2 b4427d60c8b6387f07f047126a29fc3cb6da1c60 b47c2bde508a1b31df66e6ff1c1f90173acb97a5 be3ca548093347911cc72658b090a8576b7018bd c1214290c3a3c776bca74de2f0e0982ee4b38cc1 c62c5a1491ff63b30876395c0576c1543004b6d1 c6c095eafdcde2e73ee9a512e23dfe65486999d7 c7bc16f1416ed7ee3c59883ae6d9cfa6b7cb351a ccb9c1f5d2a9c126c05108f919f0703ef2500506 cee45a8905a2716f26938c250594339a48d491af d3870b8cd9962edfad9149582d79449d6f4cf3a3 d43d51d623de57eac6557ff96ea67b15f10e0bb1 d79190f021acf6c041cd696509c6f12176bf37f4 d7ab8370b1d4f81e80586a9c61e9ca1d2f635c06 dcb2cb24eda11e54d94e96434a22e8534f6e4884 dccac4c5258289d7226918d656cd8c3b4491b936 de4fe4966febc6304c587f4c3a826a71d6b39fc8 dea3c7c6e625afeda1ec68fe6a5c353b7e9c250e e143e9b48278b79d97a38764f4095cf714cd77e2 e267573c061ad73a2993dc630c36a0daa061bd85 e521879b06f25d2d2c42fc51455b7fbbf0c78cfd e56c01ef24839ec60f339b9a5c9d1695e80b549a e5acb76d51dc79432d082d49180b8b9f4f825def e6bcc563eb0b93d94ff1a39e1793fc8b7298e82c e78297df19571a8467bbf7e92b870e271bed3ce2 e96484e7028ca89334b35cabdf8d42d91ef722fa ea0ada60e816e761fac753a4d9f84cee62eebb13 ed83e98a5217a4a2dbaf6bd751c96930d3398fe2 ee4ac285dc441a12e74b2cc813f113ff780a4403 ef16a863b40c8cc7c9866aa391a1b3abc732d7f4 f0b8a6c10c6a508447f74060d7a6bb09ff120b55 f471389e56903424b4d02f762af33239ea1aabc2 f5fec196441b0869c0c0ea0a802a6833db86e401 fa371e940661b64cab4910765dcfd7f6252d83ad fbafb272b27de9bff4e520021f1e573d643a9cbf fca88ac07f45482cf52dce4a25fc14a1aec4d8d8 fe21a1e64489fca90440c0b2ad35e1d598f6ea89 ff2f6f83d541701213bfc7f0e7f7563c900b0580
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-9.5-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-9.5
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-9.5-first-last-agg_0.1.4-4-gd63ea3b-3.pgdg+1_arm64.deb
Size: 5548
SHA256: d954de767b136d786a1b5494d390a071b78cdbc9933e9e9f0a9c7c758dceea69
SHA1: 2caf4a0aa5fc7012d262206459dfcb73e0d47cfe
MD5sum: 8d09ab9a37c7e247d2f63c767577509a
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-9.5-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-9.5-first-last-agg (= 0.1.4-4-gd63ea3b-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-9.5-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-3.pgdg+1_arm64.deb
Size: 4592
SHA256: 9ee732e55cead4347bf5c6e7e7f6994910a44e6f10c876967e6c2b4a0d0d04ab
SHA1: c7ee75a6666e7695d0b050bccbc5061d97e2e8a4
MD5sum: 42a6a2239335f976e1ff30a19c35e6c6
Description: debug symbols for postgresql-9.5-first-last-agg
Build-Ids: 00595172d595afa59fe9e0ea5201d581c2312ac4
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-9.5-periods
Source: postgresql-periods
Version: 1.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 520
Depends: postgresql-9.5, postgresql-contrib-9.5, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-9.5-periods_1.2-3.pgdg+1_arm64.deb
Size: 34472
SHA256: 4c28f21b8dbcf6777c18a78d17e2af6900962b197f20c121f4bbfb7ac1e1160a
SHA1: 9d0254ead4800875bb04cb183e86c4b3287578f0
MD5sum: 2094a6795d9b837f40b1f2dd5682a467
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-9.5-periods-dbgsym
Source: postgresql-periods
Version: 1.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-9.5-periods (= 1.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-9.5-periods-dbgsym_1.2-3.pgdg+1_arm64.deb
Size: 25652
SHA256: fbf1fb322351e70bb794c311cb08ee2273fba1bc3c102c8689d161c0e7208b95
SHA1: 9e4b38828bb6ef4d45617bc2766d5a87ad225768
MD5sum: 8b133d1289a5122dd328bcfa4227ead6
Description: debug symbols for postgresql-9.5-periods
Build-Ids: 07326e9a66a2ff29a2ee2dd40fc40d8060106428
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-9.5-repmgr
Source: repmgr
Version: 5.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 915
Depends: postgresql-9.5, repmgr-common (>= 5.2.0-1.pgdg+1), libc6 (>= 2.17), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-9.5-repmgr_5.2.0-1.pgdg+1_arm64.deb
Size: 206128
SHA256: 68d1430853d8f329f7542db87b15f74258a63d30a19ac021a29483951365d290
SHA1: 30cf28d600c0060d2c6973701690a3e589695030
MD5sum: dcd2e39951ee3ac15bee722b796b1128
Description: replication manager for PostgreSQL 9.5
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 9.5.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-9.5-repmgr-dbgsym
Source: repmgr
Version: 5.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 710
Depends: postgresql-9.5-repmgr (= 5.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-9.5-repmgr-dbgsym_5.2.0-1.pgdg+1_arm64.deb
Size: 647956
SHA256: 66ea28571a8d077d418b9a539622dc2d313a33f1ba2009e5e6844e7f5aa6e12d
SHA1: c76d058d54609b7fe282cb96a06a415b6ef9108e
MD5sum: eb189009da9c029118edd0f026f7ab2d
Description: debug symbols for postgresql-9.5-repmgr
Build-Ids: 0ec79c739d3d97859051ac9536bb0eaeb4d3f7dd eafe553adcf235e3079839184aec93d8eacc6c7b fb42dce0a76a121316fb33eef8da42e0583a9d00
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-9.6
Version: 9.6.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21957
Depends: locales | locales-all, postgresql-client-9.6, postgresql-common (>= 171~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libssl1.1 (>= 1.1.0), libsystemd0, libxml2 (>= 2.7.4)
Recommends: postgresql-contrib-9.6, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-9.6_9.6.20-1.pgdg+1_arm64.deb
Size: 4283796
SHA256: 09f2296fe55f35f00f23e67e427a53bb66aadb64f820a548df2dd05e3046473e
SHA1: 26533f38b33b0d15714e9bdc7209683ff2cf9d3b
MD5sum: 4282eea01f0d97544d43506189e30d88
Description: object-relational SQL database, version 9.6 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.6.
Postgresql-Catversion: 201608131
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-9.6-dbg
Source: postgresql-9.6
Version: 9.6.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15014
Depends: postgresql-9.6 (= 9.6.20-1.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.6/postgresql-9.6-dbg_9.6.20-1.pgdg+1_arm64.deb
Size: 13136752
SHA256: 02459b023f175b0a3bd2315074a16d2afa1cf0804181c075eecbf3fae92412b0
SHA1: 8fb3dbdd9bae2b28ce3a9f3608cd7117ccc66acf
MD5sum: 652d6e5cfd7c008772401553590a8aa5
Description: debug symbols for postgresql-9.6
 This package provides detached debugging symbols for PostgreSQL 9.6.
 .
 PostgreSQL is an object-relational SQL database management system.
Build-Ids: 058bfd8828aa28747ce7f5fbc0cb09295e0bca63 05d82815ca8e59b34e099310537004d13238a962 07741ef111e257817f6c54f139b0fc815d47f7a0 07aff5075c8b7213fbbe656e89311b1319c2c414 08b3cea1f12837f9f247fdb7990c3d5012b4626a 09ba22ec14969fcd047b4052c7f88229fe95713c 09c79fb8aaa6c738b31cb7984e28845f9fad7aaa 0b567143b6d8369ea4f4dbfb2e38a28526e32708 0bec34bca36c25f0e88f5ea3d47d39306d3f0fd2 12abc19a0ddf1e81577ec9b46aa72737b14808ec 14d5764a8c4f0889c4aa307b6c175d2dc7533f0f 154474ac51d6b28ceba4e013eac6b59c70ef52e2 1ddecdcfe421bbb81be34db9a65b2646e60b8c8e 1ff84e3365e84b51c854e3f4b04679fdc2adab8d 26df8cbfe4feac5275e2fce78a7f073d44c9e173 27e907ba6ec60ce9e567243d42c171fa207e0d93 2911a0945e5bdc7c8a2168691be92959695df100 2a996c87c63a049efecb78c6502b358a06ea90da 2b6de2fdebeb30dd4f98e35d488ba95b77875860 2cba7178fc4b54264f6cc73be6ab4d5a6e6eefd3 2ccc5c01fe371fd8228f52b45b165d96c12717ef 2dc26baaba49b559e14839d63284035f2f5e0bb0 2dfc6255128859ceb9c3a1f4584472dd3aab4220 300e46e2d28b10a470dad709bffa2a90a45f1e78 32e9eeec4a6ee71bc52829cf914f72931c45fb61 33512e33c29bb8d8b7565050b387b152a1373bbd 342b372c78e796dae3e136762f93e0007a344784 35f92d4dc822ea2848c8f293948e239ee3213de3 3a2cce5d6574e1a2fc5985b83d684897ec1fb431 3b1f6498d2405478dab9e670e37c89196e9db389 3de4ead3b959dd32ab94ddd546a7efc07a9058c8 3ef8f473698db4adbafffe25a9f84eeeda48691a 4209a6043e190bb63d383319d303a1f75110e353 48e725e2f015e1e91a1325454e3e18f440c9cdd4 4b0012a22d868289f77ab0a884f5cf1c41cb3c73 4deae10d9a84501aec0d3498203aa61cf0c064ba 50cc40ec6451ea9ed88b809fabe6492bf1980c16 5354af9f1b33bc99daf2f1f07d4a7dcbea97259a 54e85cadc3071fd727648203005a6398b10f1a28 56dba785803b6c2f18a8c441614a3422880851af 57b9e13ad209d9b047979e31805951b717df94fc 588addd6d9115ae508559646cc051100e4f3f763 59471cf1893f4095856ff1a9051a8cd04d8aa34c 5a1195bcf4050fc899c05d520a89eaafbe332860 5f439a637dbf5acbfda9bbfc98fc8dae8ba34caf 60e715a77a963c65c4283cc690378232b0beef06 633dedc360892416bb073ff85f7ee0ec19761c22 65a572943eb4359b2f408341c37bed20728c9297 69eae356133cefae45e385c6b5b6e84b04be33ef 6b7f28441b929e741205b4a1e104cb2e01cd6b68 6b9856fcfe61a90f33011115a0ff15c70f62f7aa 6cf5b8f31e0fed87b8b2744bf7ab9df16135d75c 6ef53c10a79112dfc75ff87e8382bba64018923c 6f8ac3833ac61122df6791256a68a21f9975d506 74bb0641553a677f4db41cbae9007cacfa8989ef 751496d6e5433e7f1ae22194cee2845e93da858b 7561dd2cfe5676dcce54813606b2e927cfd4ff56 761a99bbffa8ae6f0abdf06985ef00116254f303 7b1fb33abe7209964dfb26503dd73ae9dbd27e8e 7b64de085eec63f7de39da7757c1ae29452549d5 7ba5981062e35bf84d14237b99eee60a7ed22114 7ebe2d357451241f4df8140e22390a2e313be96e 81d7d87d3c66298e6db1cee0e861490c2ab98e38 84da0418a598280061427b1b2c106da40d59dd29 872a55ce3091cafbd0acb1b24ce1eaabeb8750db 8a3302d9f72ab5ea5adfbf4d27e2b92c62afab53 8a40c610856ffaed565141924a897837a209fecf 8d4bf9f284e2d78285f8ac2b3737b06b37e6d05c 8e9d3e66713252820b1b045bd8927c71b6044e9a 935964b36c33c99f3d184fc69e62e0aec49bb2b4 93a8e2f55dc2241bdbf2b6dc7c511e37f5e8eabd 990e64cc90c5b4549aa20676a5a4c2f5fbb05521 9b0cbffbff9a79630f39b0856240e7041c88f42b 9b131840afb1ed765bffdbf8505d5be901e03696 9b312c9ec15ce94748a49da84f9c35cb05bb7832 9bb970249ffb3b37e598bc7b3bc41fe3ae7c4ef3 9c1cf72e6dd80ca590941ca17e02aebbd91addfc 9dd5382a3f1fd630a381622c4e6c415bac0d0d31 9faebdc5748238c13882e9707efc055b024ba32c a739e6502d49bc0a97cc86bfd973763f1388b3d8 a8c8634806440fdbcb123d6dfa2451445172e349 a905027e30e28112aa4b39c87ab9e96692f4644e a9b3292c8aa016ab3f9a352bf24066a6d8f4d3b1 a9f2889eb2322fdb8b60b106b410c91a296152a6 ac0a91206da1113f07996a8fcf9aa898949f9a36 b3cf144869bdb38910daea3427f49e99d25c1dcb b54dbbdc8e4952894dbfe653b45b218b3fdeace0 b5a0da9a8920e43112a8bf88755f80e37fcdc178 b6dda9830c05b8303b7669b8820ac78d3c42b3b6 bca3ca379fae4d7e8a93b4b3b4947c3cfa9bfe73 bf0f68c124e391488edbb036c8ba4e65351e52b4 bf66849c8aefea7cfb0427d9d6dbb397319c58eb bfc0178f53b782a5a24d4816d759835fdf56e989 c15e773fb6b52acf595e2bf748275eeab699aa6a c529b0dc82b8f0f1deb6e36badd7d5f00bdb813f ce7309f187bd067429b20c6ed6b396ee47a8eb5c cf393118bcb028fb5e555e7289082026b7da0415 d29faf144ec1498ed7762abf45337aa70f9594ef d39969d913780a8fb1d47cc3f3b844e262657413 d3d2ca30cb265a2ab81344cad3a32fae5836f05b d3d70ede71a5644ee7fd632ed6bf74bed0e5aef2 d4db8656c919dd45720f3f1d9f09e8d80fafb350 ddd4b1344e3f0c4f0bf090cd2ac33ee236e57945 df198fa56c2e7ceb6cb6e29fac86c3ac86cd6244 df4688b7dded6833482e0259cf132f9a0dc255f9 e00925b2a285e6a3bcd0996d24e446281f8cf969 e0f1b6a218bc081aa917748a522abca0a64d3f67 e33351da2970fbb710b34831ea7155c415308187 e40d89dff644863a195260adba9b8f2ac32eece4 e6077b79002f3dc98b624ed19dac5125fafb1860 e654aed98000c8537e8f2396e28076ee7f151236 e67675440b4f4afdcce1e5feafa49a3aed455f4e e73434e7552fb914e334035e3e5e56c51b60f989 e9afaef8d3fab2dd60e85f379f8fa0f9fce06f75 ea86806ef6ea4c0b8a1d84bcb2ab7718293b1c0c eb03f97ac805d95f346ed4ceb2f65ce19ebba443 ece6f5872084e2699ce2b15195ce356862b9a9db ecec8c531c132147a83bf70592181ba7d74c837c ed03f682234ab7925eac3ed1fbc0e219a9568a81 eefff6f39f6dfb918f685d89c67122f4e75576b9 f48af82dfdd3dbe1250f522e085ae27422b3336c f9375d19c9ca24c4f45de60eb622439dba24ccfb fa49d0f4908fb384b4361a0ea9783dcc84b085c8
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-9.6-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-9.6
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-9.6-first-last-agg_0.1.4-4-gd63ea3b-3.pgdg+1_arm64.deb
Size: 5548
SHA256: f80d7c3e6b16b8a03fb6c97cf5dcd5d36a46cc83ac0091da5438865773506db5
SHA1: 62e20ebd2307e45319553980664402cbd0b7db03
MD5sum: 7cb800e7cb4641ee3266905d2999ba62
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-9.6-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-9.6-first-last-agg (= 0.1.4-4-gd63ea3b-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-9.6-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-3.pgdg+1_arm64.deb
Size: 4596
SHA256: b1cc998d0fa5140549d6e2397936053e61ce5f2f5b4abf0f5b212eafdc88234b
SHA1: 4c430b8b9cf88a59d8f4477d017fcd1076dbfa0c
MD5sum: ddae702809bce665cda0a1b61c4b61d2
Description: debug symbols for postgresql-9.6-first-last-agg
Build-Ids: 8c7c9411960fd5878e972fee9dfc3db9c07ddeab
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-9.6-periods
Source: postgresql-periods
Version: 1.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 520
Depends: postgresql-9.6, postgresql-contrib-9.6, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-9.6-periods_1.2-3.pgdg+1_arm64.deb
Size: 34536
SHA256: eccb07b98298aafde9594b67ee7d5bf52ff3a272f7d8fed2d400f03dfc56d3c6
SHA1: a0e925027dd2306990e15b2304eed7d57bcf1ee6
MD5sum: 37b12860dc001c326b06f172942d905d
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-9.6-periods-dbgsym
Source: postgresql-periods
Version: 1.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-9.6-periods (= 1.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-9.6-periods-dbgsym_1.2-3.pgdg+1_arm64.deb
Size: 25592
SHA256: 16bd2568dfbda92f205a64bb0d77180ca0fb4bc1e759cd6f010827dd87dee0c2
SHA1: 166723ad577b455740edca8e2fbc94828e237aea
MD5sum: 2f3138fcc8eb901405bf82bb7489db5b
Description: debug symbols for postgresql-9.6-periods
Build-Ids: 436740ca629aa176bfadf94a3ddb9247f280d00d
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-9.6-repmgr
Source: repmgr
Version: 5.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 915
Depends: postgresql-9.6, repmgr-common (>= 5.2.0-1.pgdg+1), libc6 (>= 2.17), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-9.6-repmgr_5.2.0-1.pgdg+1_arm64.deb
Size: 206072
SHA256: 6319eb4eb72e55dba50c185a414ff3c76df1dd486da6f1ec0129c17d85801b17
SHA1: 04801596d5516faa8e7ad0890f5ce9607ea47e44
MD5sum: a8f5dee928c2a200b27e6a81b58efeee
Description: replication manager for PostgreSQL 9.6
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 9.6.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-9.6-repmgr-dbgsym
Source: repmgr
Version: 5.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 710
Depends: postgresql-9.6-repmgr (= 5.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-9.6-repmgr-dbgsym_5.2.0-1.pgdg+1_arm64.deb
Size: 647856
SHA256: 437fb9c4a23b9372668b805451fe70167301561f359b5c8b12135c23afd249d2
SHA1: 48beb7741840d071d16b0c78d47b605a0425fa58
MD5sum: 2bce26decc4c5d9b59675488724c4899
Description: debug symbols for postgresql-9.6-repmgr
Build-Ids: 3fcc08105827f14bdecd7d5d1fb290639c5b15af 5c5194e3546ebebf3f07ebec74f42c58525a9fbd 6959881de39dbf05353910a3e12c10c24650dff1
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-all
Source: postgresql-common
Version: 223.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: libecpg-dev, libpq-dev, postgresql-common (= 223.pgdg+1), postgresql-server-dev-all, postgresql-contrib-9.5, postgresql-plperl-9.5, postgresql-plpython3-9.5, postgresql-pltcl-9.5, postgresql-contrib-9.6, postgresql-plperl-9.6, postgresql-plpython3-9.6, postgresql-pltcl-9.6, postgresql-contrib-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-contrib-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-contrib-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12, postgresql-contrib-13, postgresql-plperl-13, postgresql-plpython3-13, postgresql-pltcl-13
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_223.pgdg+1_all.deb
Size: 64632
SHA256: c5b806fca3ed3a724ec2a9ecd659475e902013de7c243c35625b4c456eda1017
SHA1: 99da192bdec08c663fdaf216b9da05833461a11b
MD5sum: 7787d71986be15a984a4dccb03028cd8
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 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.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-client
Source: postgresql-common (223.pgdg+1)
Version: 13+223.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-client-13
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_13+223.pgdg+1_all.deb
Size: 64500
SHA256: 2e12d75c1d27a5c1b39177d2e143a10ce1b9153a0e17fbe9f4d5ce182c657df1
SHA1: de84567b2e44346a85578aa1f52dad7a7fed1793
MD5sum: bd4615ad8c4dd8608ae4a6e049512770
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.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-client-10
Source: postgresql-10
Version: 10.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6354
Depends: libpq5 (>= 10.15), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-10, postgresql-doc-10
Conflicts: postgresql-server-dev-10 (<< 10.11-2~)
Replaces: postgresql-server-dev-10
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-client-10_10.15-1.pgdg+1_arm64.deb
Size: 1411324
SHA256: f4654fa8f59965adcb07dbdf95030e2ea94e3b96d5abf00094874e83bed430c7
SHA1: b6ca446ab86ff37c285a33e79490977388880fa2
MD5sum: d937fc3a74bd7cbde95bc5e87f1f6825
Description: front-end programs for PostgreSQL 10
 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 10. If you install
 PostgreSQL 10 on a standalone machine, you need the server package
 postgresql-10, 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.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-client-10-dbgsym
Source: postgresql-10
Version: 10.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1930
Depends: postgresql-client-10 (= 10.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-client-10-dbgsym_10.15-1.pgdg+1_arm64.deb
Size: 1606684
SHA256: 0681a53d284cdb537247aaf710f6e80616ddb8c59923a77db57f069845cbe4d3
SHA1: f5ebe86f98cea6691073580efd667823c68074ff
MD5sum: afd7eed7f7265318b61cf903d24d90e5
Description: debug symbols for postgresql-client-10
Build-Ids: 011b70f1c98999fabba9b718c59caa6ddd74ac3e 0cc75f3c6ab620f31c3bbb8ee544a80ec6246217 1c7d739d0ff5854ac4475a5d55bc7d2ab44bf57e 207448433e25d9edf6d0406877dd286d6cd75795 40f710a283b7c3850021913a40e1b01238b2c6d7 46512bd2f2b13f8cee76695e40de9ee8d076ad83 50cee3d0e017a869d031952af3edd8acc4f67149 5427382948a57d9208b97a15d9c03349a01f9794 6fe6d8ed57374c9dfdc2e64e2504c6db5e9daada 76b3911e9c9c3dd5f284b1813d8f79512aa31975 8299ceda4a1e5e1e48084846f793d13a175d2db4 833efe64ac74b074bfff0ecd8beabe01fd2f5584 bb90f7a3d682709b4cfe85b1e76d29b89467341f bc8603eb85a033037df6171bee4cca826a7a55ea beb10be1f73b48fa5a57ec3f3aaf97d6d2272382 c3b4a12d6d9e29f22ac65e828c6bf328bab1fd25 ef1b739438ed37f68515c45ab2373bd7a18d396f
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-client-11
Source: postgresql-11
Version: 11.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6576
Depends: libpq5 (>= 11.10), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-11, postgresql-doc-11
Conflicts: postgresql-server-dev-11 (<< 11.6-2~)
Replaces: postgresql-server-dev-11
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-client-11_11.10-1.pgdg+1_arm64.deb
Size: 1456272
SHA256: 58af560d6080b8e778384745692636f73cb6f34e651ca9eb901c8a6e0f08a0a5
SHA1: 1f665a8b6ce39be8c112902858d81a7a3e2366d7
MD5sum: a349648e6e653672bc3b259c81525759
Description: front-end programs for PostgreSQL 11
 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 11. If you install
 PostgreSQL 11 on a standalone machine, you need the server package
 postgresql-11, 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.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-client-11-dbgsym
Source: postgresql-11
Version: 11.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1955
Depends: postgresql-client-11 (= 11.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-client-11-dbgsym_11.10-1.pgdg+1_arm64.deb
Size: 1630584
SHA256: bf17f6d631d307b5289299b6cc5e37d2bef733150c307994a5969dbdca165e1a
SHA1: 38969779e561418424b0f0d056d773f168ab7f66
MD5sum: 652b0eac40d97e2c8742adc94c89553c
Description: debug symbols for postgresql-client-11
Build-Ids: 08197f4a530105cef07847c1b06220468133e614 149d657c2cb7859ccd04e101e95d74938bcb6bed 3595af30c685ce3ac0a1e8de3154abb151f1c014 3858c9826e146120f6f1e4e8dd3103b9f4f8447a 47389450be27616ba9cc716cc64fd2c7e5675882 59dcddd4e6cb6dc5f5152504ad2896f745f68585 5e65a0b53c15369e6b9e106e42f2ccfd6f75a0a4 61ac6719a1389b72449837d414ccc2b5311ba43b 6cb2946ddef3908639228f20b8cac7b50f065c05 7b39f4c35b1eca26b6359b798382824fefc2f105 940cd388b8db8f2db75ce75792c04149da75a0c4 b28337807a5b685a10579ee8f4d4713a83d18e1e c2bfcedfcac32747162028c4bf02179f0e8c8bde d9dcf1e4d8fe9a278f6a9eabef2a1d2267873fad df71782a49df1dbb9c11e5ebdaa2d70c6c8667e3 e2152d9813c27c3b70d7db15a246c88608d3e1bb f7ec9e061261858267e95b00754c4047f9542e9f
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-client-12
Source: postgresql-12
Version: 12.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6094
Depends: libpq5 (>= 12.5), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-12, postgresql-doc-12
Conflicts: postgresql-server-dev-12 (<< 12.1-2~)
Replaces: postgresql-server-dev-12 (<< 12.1-2~)
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-client-12_12.5-1.pgdg+1_arm64.deb
Size: 1399160
SHA256: 404a77d96ebd99393318f7b5877882c318b753aa13525c811276e82d57c07c40
SHA1: 4d57bb03b21b089123998765de73b421a569b94e
MD5sum: e8a691c28d767c606ca3bd0904e170fe
Description: front-end programs for PostgreSQL 12
 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 12. If you install
 PostgreSQL 12 on a standalone machine, you need the server package
 postgresql-12, 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.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-client-12-dbgsym
Source: postgresql-12
Version: 12.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2137
Depends: postgresql-client-12 (= 12.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-client-12-dbgsym_12.5-1.pgdg+1_arm64.deb
Size: 1763588
SHA256: 03d4d50c29dd3a65c8e685c0941d41f7bc1f790e4cd16849d1e4f2c590537b46
SHA1: f4799836f45c2d815b8e4754b77ab5f3e49877c1
MD5sum: 5a96b975136eb95c97ce6ab58da80cc6
Description: debug symbols for postgresql-client-12
Build-Ids: 228d4663ea59d010221071a27f1a5e3a9fea8a4b 2706d25bf1e07a9548e435ab5be82f0a5975f1df 3519930fc5a64e7b248891d37365d665f3832950 3c43570fb8f828fe857415ef2d7dd004fd61f03b 44ee9349fbaaff3775c04a624181a8902f36a5d1 547dd9ed5f2998161227213edb46df72280242fb 6ff0354ffd178d7649e09092470cf96668386aeb 7d71c38462a2bcb98e7f092296fde0fb0c88ad45 7eb5f68e48b8dcb4a70b621f9f51dce608a80c69 9fb1e08b998a8405723ef763e2d5d30b1b4f287d a97ee760ddce784f1f89ec227b1b0e9e5aaa1bcc bedc3c61f7e2a8e189b80baa79450ccec2811144 c416dd6149c30fbb28eb090d43ce0c62d99ea99a c8cd763ed62f1e496add41dfe23f486dec89ea6b d2a519cd1956292f61106b14d61201c3f770eab5 eaa504ddd9c65387e49eb1beffeda5d616423be3 fc603e80c7e2ebe7e7787336b44b02ad7d9e010d
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-client-13
Source: postgresql-13
Version: 13.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6435
Depends: libpq5 (>= 13.1), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.17), libreadline8 (>= 6.0), libssl1.1 (>= 1.1.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-13, postgresql-doc-13
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-client-13_13.1-1.pgdg+1_arm64.deb
Size: 1467428
SHA256: 1aa0eace3a69f2d63a5450913847bda745254007a6d35bb48bef6e835dcc8154
SHA1: dfd0efbed0ab5af08d45ee9c6c7822074d6bf014
MD5sum: 015eea2a10894814584994ff66e8cae9
Description: front-end programs for PostgreSQL 13
 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 13. If you install
 PostgreSQL 13 on a standalone machine, you need the server package
 postgresql-13, 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.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-client-13-dbgsym
Source: postgresql-13
Version: 13.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2303
Depends: postgresql-client-13 (= 13.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-client-13-dbgsym_13.1-1.pgdg+1_arm64.deb
Size: 1900340
SHA256: a065ce171c9777561b64e9424f7b8fe5bb766c13f24ad7d7cc1387df78b1d313
SHA1: 5d7fcd770a383d9d818dead1d6c3ec5fe7e2e96b
MD5sum: c249e4005cfa468294115393071a0cb8
Description: debug symbols for postgresql-client-13
Build-Ids: 020450af8c25d302d17891020b126cd1f83afd13 043a9955bffc6fb52e4bfc321636b29b9f9aa8b1 2012fcf86310947cb98fca3d18a716e436274f63 371bc21ceddfe728f7c535ec5c4aaf780a4fffdc 462c8dcbf2ce39cd10c9bc52640135d7560ee9c0 47971a1cd0cae49a1b91333bdf51bd1570b9a886 7d4d07d1ec5c9dbacd4b8cbbe8f9ddda7010e068 824e514e7b7dbe8e0bf79197b86a2ea9bfc7bf8d 8b1f125a0948ee3cbaf68d027fcf0fa2ea020b08 8b6e1c3bffd4d7e947a062a54a70d2a3dee851fa 982263333955ee277611514dbe7f803f46ec4db5 99e33ea8959596ffdeb804fc286b20d18caf7e66 b8680bd910a4446b81680a543fff50693d4f7582 bc35daa090121b253db72a0d95adf2bbaf37334e d2e5bb8ba094fd3d5abbfa30196b74100b3a1809 dd15faa06d35c2e93d1067519e9e4979f61508cd ee3b1177ac05a3414c4e484b1d54435f85f8bdb5 fbd1c859e458043f186d7036f7f680cc65262c38
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-client-9.5
Source: postgresql-9.5
Version: 9.5.24-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5620
Depends: libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.5.24), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
Suggests: postgresql-9.5, postgresql-doc-9.5
Conflicts: postgresql-server-dev-9.5 (<< 9.5.20-2~)
Replaces: postgresql-server-dev-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.24-1.pgdg+1_arm64.deb
Size: 1269112
SHA256: 98c346bcc44fe06d8dc0188dbc8bce8b24f468aa10390d23c1f1340533f2d985
SHA1: 4796bc43b5d90808767e47d77ded33bce370e211
MD5sum: dfdcb676fd8454dc0370701b808f10c7
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.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-client-9.6
Source: postgresql-9.6
Version: 9.6.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5974
Depends: libpq5 (>= 9.6.20), postgresql-client-common (>= 142~), sensible-utils, libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-9.6, postgresql-doc-9.6
Conflicts: postgresql-server-dev-9.6 (<< 9.6.16-2~)
Replaces: postgresql-server-dev-9.6
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-client-9.6_9.6.20-1.pgdg+1_arm64.deb
Size: 1328336
SHA256: 67ad7c7d5afba6be64dc90b875e011ad3de36e6d40db0f2c52e02da70d96ed66
SHA1: ebaaba1f62c13c3d570d7ba54c9b098e557c6131
MD5sum: f8fd71419c4b0ff66f4f79cd10ce05f4
Description: front-end programs for PostgreSQL 9.6
 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.6. If you install
 PostgreSQL 9.6 on a standalone machine, you need the server package
 postgresql-9.6, 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.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-client-common
Source: postgresql-common
Version: 223.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: netbase, pgdg-keyring
Recommends: libreadline8
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_223.pgdg+1_all.deb
Size: 88880
SHA256: 72ec968e79a55c427058ae4b5fe6646589ca5a44821b5aced5c44dddeb0d678e
SHA1: e58f86e080641f4089c476c39f90d41729e88d26
MD5sum: e5d17b19993d57e2c35daf3c72ac431a
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.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-common
Version: 223.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 633
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, lsb-base (>= 3.0-3), perl (>= 5.14), postgresql-client-common (= 223.pgdg+1), ssl-cert (>= 1.0.11), ucf
Recommends: e2fsprogs, logrotate
Suggests: libjson-perl
Breaks: postgresql-9.1 (<< 9.1.1-3~), postgresql-server-dev-all (<< 204), systemd (<< 204)
Replaces: postgresql-server-dev-all (<< 204)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_223.pgdg+1_all.deb
Size: 237060
SHA256: 34394d597b2ea5125940fd1397865f478fd20b2a89ce62898e0548376fd8ab34
SHA1: ebfc7556df6151bc592deb94f8d229384bf33ab8
MD5sum: 11dc0de7cf55ec9d14720bf2e3c9f011
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.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-contrib
Source: postgresql-common (223.pgdg+1)
Version: 13+223.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-contrib-13
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-contrib_13+223.pgdg+1_all.deb
Size: 64496
SHA256: 3fc7e9b0bd15fd7af60f55b419e1066a0074e0e69cc4213cdef78e2351cbec7d
SHA1: 478200ac6f0c4ec2ac1f5bce59245d0e2f84e310
MD5sum: 9035af103178d32820ae44c256c39d77
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.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-contrib-9.5
Source: postgresql-9.5
Version: 9.5.24-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2093
Depends: postgresql-9.5 (= 9.5.24-1.pgdg+1), libc6 (>= 2.29), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.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.24-1.pgdg+1_arm64.deb
Size: 442556
SHA256: 82bf50b99ace532ff084104cb56b455b0c9c0d34286b0b8e0179f2f0eb3e3bfb
SHA1: f29d5c6ea2e397242a0520f878c23979015f5270
MD5sum: a1f49314a00554d1420520a82c90d734
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.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-contrib-9.6
Source: postgresql-9.6
Version: 9.6.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2369
Depends: postgresql-9.6 (= 9.6.20-1.pgdg+1), libc6 (>= 2.29), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.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.6/postgresql-contrib-9.6_9.6.20-1.pgdg+1_arm64.deb
Size: 487708
SHA256: 665c49acc7f65c91a7a725e714f5bdf908902003fe79f55c3202c7fe87501399
SHA1: f06070dccc139f7509d430e893d21a500ca3b4a8
MD5sum: a69c374c337f618f6cd9e3ab5721d9cd
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.6.  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.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-doc
Source: postgresql-common (223.pgdg+1)
Version: 13+223.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-doc-13
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_13+223.pgdg+1_all.deb
Size: 64484
SHA256: 477f230721f7bf3f58aa03fcbbc8b6205f89fbde8a0af53d58cec90edf1682b3
SHA1: 3b272b971d4a802e2100b31dd15fa9110884e1b6
MD5sum: 37de2cd0801ec19ac1c446f7f3152d0c
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.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-doc-10
Source: postgresql-10
Version: 10.15-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13928
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-10/postgresql-doc-10_10.15-1.pgdg+1_all.deb
Size: 1793640
SHA256: 4cfeccfb4c051b36cabfc75f50558cbd735fdd746c63dde5f9592cc5b5602b56
SHA1: b39f6b562da389031538b2df2017a6d767e669f3
MD5sum: bdb6a04f3ca5935d37ee48425f579722
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 10. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-doc-11
Source: postgresql-11
Version: 11.10-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14294
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-11/postgresql-doc-11_11.10-1.pgdg+1_all.deb
Size: 1830880
SHA256: 1f8701660970244749581aa72ca0bd3482281b0e28865b189bc61b0e4a7ea788
SHA1: 3e7c9c242a14b67597fb4d7e88af50e6f8c5b115
MD5sum: 7db4abf711c72cc154f1f1b7ee051c2e
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 11. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-doc-12
Source: postgresql-12
Version: 12.5-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14560
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-12/postgresql-doc-12_12.5-1.pgdg+1_all.deb
Size: 1857504
SHA256: 43fcc043a1b8a89d450577c8bafca51c22ca284bb686f29ce7fc91bd84151e46
SHA1: 04ce88cf38665aca630d095ff9d09e45334b4686
MD5sum: 413dfe5b561be449c8e6c2e807d30a18
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 12. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-doc-13
Source: postgresql-13
Version: 13.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15275
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-13/postgresql-doc-13_13.1-1.pgdg+1_all.deb
Size: 1893832
SHA256: b401056ab058d13737f94c9a7fb58f8c7bcde9b0c988fffd734a7019586245b5
SHA1: bcc03ebe80e047b25ba9779206a29a2d167dc320
MD5sum: 884c9bd6e5bbd839a79ccb070cc16fd1
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 13. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-doc-9.5
Source: postgresql-9.5
Version: 9.5.24-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11999
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.24-1.pgdg+1_all.deb
Size: 1633944
SHA256: 90e627850e8b000bd32fce872d551915c3e719d1efcba03310d1c27555fce152
SHA1: f193ef64f33473fd9acba0751d1477d961d4ac1a
MD5sum: fc99ff23cef5fdb8b203eb710b58fa55
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.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-doc-9.6
Source: postgresql-9.6
Version: 9.6.20-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12366
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.6/postgresql-doc-9.6_9.6.20-1.pgdg+1_all.deb
Size: 1686672
SHA256: e5eb2143adffacec2930afaefda96791e931d1bfe9ade59636a5a3a283f49120
SHA1: 4fb7bfa12e34bde75ab8563c6554d2ee81b66be0
MD5sum: 50503e40681e00aa979df15306bd43b6
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 9.6. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-plperl-10
Source: postgresql-10
Version: 10.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 254
Depends: perl, postgresql-10 (= 10.15-1.pgdg+1), libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plperl-10_10.15-1.pgdg+1_arm64.deb
Size: 58940
SHA256: be70fabc6569b569fbf4f7ff1ab3d16d4f6738864a897389111c1cb3cf3cf117
SHA1: de279e1d943928b4b432c5a357a9bb3fba30df13
MD5sum: ac9781f8dd1a14ec9a7ecb4f91d2d190
Description: PL/Perl procedural language for PostgreSQL 10
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Perl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-plperl-10-dbgsym
Source: postgresql-10
Version: 10.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 165
Depends: postgresql-plperl-10 (= 10.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plperl-10-dbgsym_10.15-1.pgdg+1_arm64.deb
Size: 134532
SHA256: 888b28992ecd57b3855d6c7d7511be745147cfae79d338c388a7365ac3c4eac4
SHA1: 6fd35ce51d32f23cf30624abc57e37ee06c6ca31
MD5sum: cf1b917810b13416603a133512bcaed4
Description: debug symbols for postgresql-plperl-10
Build-Ids: 3fda0ce744912f1381d2d573c08217e883119652 4ae0717dbe13ddec89059012efd808c612be3bb0
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-plperl-11
Source: postgresql-11
Version: 11.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 278
Depends: perl, postgresql-11 (= 11.10-1.pgdg+1), libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plperl-11_11.10-1.pgdg+1_arm64.deb
Size: 61784
SHA256: 3a3e61b5a563725df7f6bc552bead4672d50942ef75107208e3606011840d5a4
SHA1: 69a61911472f999c7a6f0051c219d27803d64026
MD5sum: ae870adcdd506b517482987c39367f54
Description: PL/Perl procedural language for PostgreSQL 11
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Perl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-plperl-11-dbgsym
Source: postgresql-11
Version: 11.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-plperl-11 (= 11.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plperl-11-dbgsym_11.10-1.pgdg+1_arm64.deb
Size: 147796
SHA256: a0a5101830880f69e506a319624babb64e91d4d13e33574219bb1513d38c0c44
SHA1: e077b6d43d5c82ded7e30169a4c9a52c855d7b0b
MD5sum: e366f1a01b5acd7989ff1837881aa952
Description: debug symbols for postgresql-plperl-11
Build-Ids: 278ca9aa271bd7af3fc17f23dc7a1aa1575a2954 83e380183ba41f14d12babb542b8db4df6a8b3ca 89cf11a525c8a3321b8c16643aeca13f5a7f3940
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-plperl-12
Source: postgresql-12
Version: 12.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 320
Depends: perl, postgresql-12 (= 12.5-1.pgdg+1), libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plperl-12_12.5-1.pgdg+1_arm64.deb
Size: 78024
SHA256: f354691cc318458296485fd674b6096db725d986104a51a05da4b8b55de7b200
SHA1: eb3a5f87248a811cb84346789fd38f523622bb8a
MD5sum: 576b695fcc1cabbebfbd676d6633f8d8
Description: PL/Perl procedural language for PostgreSQL 12
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Perl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-plperl-12-dbgsym
Source: postgresql-12
Version: 12.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: postgresql-plperl-12 (= 12.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plperl-12-dbgsym_12.5-1.pgdg+1_arm64.deb
Size: 150124
SHA256: 1b7525479aa05d2d49e08e3270d7b834a19171f697823bc24310a73be245ca77
SHA1: 2ff013d7edf069d13b53ea0e34ba428011910934
MD5sum: b2790e8086ba05f1cce2b3f093ce3b3f
Description: debug symbols for postgresql-plperl-12
Build-Ids: b64cc80b136df01b4e6f1af5d2a4651341e97b45 e770e595cb9d35d80d63b01e797e0066abbd6a26 e89f0e2f522c2c3cc3a3849c98664c5ef90de7a1
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-plperl-13
Source: postgresql-13
Version: 13.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 340
Depends: perl, postgresql-13 (= 13.1-1.pgdg+1), libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plperl-13_13.1-1.pgdg+1_arm64.deb
Size: 81560
SHA256: 61317e616513e67ee17f19e79e643608db05ec6e2b380507e6ccfb8d9d30fb3d
SHA1: 1a8c57f8f6f557f86e3a67e11811a377fb862cca
MD5sum: e6d0e04c6eb4a00cd041b1d9deb1830a
Description: PL/Perl procedural language for PostgreSQL 13
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Perl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-plperl-13-dbgsym
Source: postgresql-13
Version: 13.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: postgresql-plperl-13 (= 13.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plperl-13-dbgsym_13.1-1.pgdg+1_arm64.deb
Size: 156256
SHA256: 5e9f40adf90370ea18731f949050b63e3ed65dbbf901f862ef8b07086f630ca6
SHA1: 4d1471ce43b291ea3bc136bde1a224d6e90ffbad
MD5sum: b073b13d2d4295b9e8d7c6834ad1d28b
Description: debug symbols for postgresql-plperl-13
Build-Ids: 1f2a190032906209ddc7894f0a36fd3eab3af144 2f59e0349a56bbea40c706a56548d1ef33bb3c76 7a9b4743694ab9bc32ca5a8b84babbb197dcb328 952f80830e2e0db4b7666f4ac6d3290dc081857b
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-plperl-9.5
Source: postgresql-9.5
Version: 9.5.24-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1), postgresql-9.5 (= 9.5.24-1.pgdg+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.24-1.pgdg+1_arm64.deb
Size: 60472
SHA256: f10556a2a85eaa4d9c707f8737731d0539007a5fb988305e490a2ba3e3558a3c
SHA1: eb49c97ecb0ca56ca6ac96b27d439a849773644e
MD5sum: 738cd215f9d799b1b53468cbd202faeb
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.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-plperl-9.6
Source: postgresql-9.6
Version: 9.6.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: perl, postgresql-9.6 (= 9.6.20-1.pgdg+1), libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plperl-9.6_9.6.20-1.pgdg+1_arm64.deb
Size: 60140
SHA256: e2f39a0a1f87b10dfe56770cd0a342a872fb43b85725fb45ae292aed6b6781b4
SHA1: 0a06487e27791995d2793bd3d6fa270e78ad9ab5
MD5sum: fba79ecaa217f9dc630aa7aa62717c00
Description: PL/Perl procedural language for PostgreSQL 9.6
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Perl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-plpython3-10
Source: postgresql-10
Version: 10.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 200
Depends: postgresql-10 (= 10.15-1.pgdg+1), libc6 (>= 2.17), libpython3.8 (>= 3.8.2)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10_10.15-1.pgdg+1_arm64.deb
Size: 55868
SHA256: b10fee7c9824fc914acb4b84c03b19484a9a59f2788dea1b53ae98b1088ba297
SHA1: 44505c7719d37d8b072d297444badebeed6998c4
MD5sum: 5e51a4512527a28579a1caf06801d8cb
Description: PL/Python 3 procedural language for PostgreSQL 10
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Python 3.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-plpython3-10-dbgsym
Source: postgresql-10
Version: 10.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: postgresql-plpython3-10 (= 10.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10-dbgsym_10.15-1.pgdg+1_arm64.deb
Size: 147048
SHA256: e8535c9aeee6de8f43a16b5bc13b0c3d98814643cea3c0ff159171be7f680208
SHA1: b05300194eb9dee0a7a5bea478bc55616f1052d6
MD5sum: 5eea1bc1f2ff355600b3474b831fbd87
Description: debug symbols for postgresql-plpython3-10
Build-Ids: 7c1ee35b2a663de8c312e711ec981760ef37b34c a2afb53cc46e507bc26b2617e4cfa9f7d947a9d7 a4b3f066f34570c9f4d9cfd77fd9ff9d73ac16e0
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-plpython3-11
Source: postgresql-11
Version: 11.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: postgresql-11 (= 11.10-1.pgdg+1), libc6 (>= 2.17), libpython3.8 (>= 3.8.2)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11_11.10-1.pgdg+1_arm64.deb
Size: 74696
SHA256: 3674b15092ca86f281cc3dbb2babf8de42f4a1ab1e2769d65ac7156099961320
SHA1: fd7fae53bf9decef778bc41838a74234c1f0db56
MD5sum: ecabf500371f6ab57ff18fcf0ce58443
Description: PL/Python 3 procedural language for PostgreSQL 11
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Python 3.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-plpython3-11-dbgsym
Source: postgresql-11
Version: 11.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 210
Depends: postgresql-plpython3-11 (= 11.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11-dbgsym_11.10-1.pgdg+1_arm64.deb
Size: 158860
SHA256: 7b87052c5ea8057b51b33803f2f36ad6b022cc5f396b5fa7ca0f3589c09c294e
SHA1: 6de1d68f0f01e8662da81a8592fe82c809b3651c
MD5sum: c7f9b638fb6d6600511f530b2559a012
Description: debug symbols for postgresql-plpython3-11
Build-Ids: 02a097e4d27294cce10c64dc0abb78ec7658d351 395cc218593cb5077f50be31d001271f9848a462 4a818891d8f8d467a997c428c28627dc2178362d acf16fb3d7529ed87f6faca28f39e67c80ad6417
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-plpython3-12
Source: postgresql-12
Version: 12.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 473
Depends: postgresql-12 (= 12.5-1.pgdg+1), libc6 (>= 2.17), libpython3.8 (>= 3.8.2)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12_12.5-1.pgdg+1_arm64.deb
Size: 103920
SHA256: 2c8a4eef8d72209255619db83119c055aed918c08a5db4339e2766543e7916b6
SHA1: 127cd9651652b6910d6ade3c1caaf020cd4eb290
MD5sum: e38b22902181d8c96f3bab83b4269b10
Description: PL/Python 3 procedural language for PostgreSQL 12
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Python 3.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-plpython3-12-dbgsym
Source: postgresql-12
Version: 12.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: postgresql-plpython3-12 (= 12.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12-dbgsym_12.5-1.pgdg+1_arm64.deb
Size: 161388
SHA256: d2274f4013db13e453bd2ec15fc040ebc6d1a97afa66cae9ae4e933629f41602
SHA1: bd7a4408147a2f23b8976561c64d20a5eb262cef
MD5sum: e2b39520da2eca6ef96b1e1a5b2c7f29
Description: debug symbols for postgresql-plpython3-12
Build-Ids: 518ff50f59e9d6efccce671d636da0667bffba2a 7625baa2a46322d60b9e18d600b1540260da02f5 858fb7921d2866176395e0ac06252de681fdb2f6 f6c5e5045771cdbde4c6eb3e70647c364344e3a9
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-plpython3-13
Source: postgresql-13
Version: 13.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 475
Depends: postgresql-13 (= 13.1-1.pgdg+1), libc6 (>= 2.17), libpython3.8 (>= 3.8.2)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13_13.1-1.pgdg+1_arm64.deb
Size: 102724
SHA256: d82214cf4d2f7a34df038788edd6dafb25b54349eb34a6fdd551b1e437f53d6b
SHA1: 23a0c9fb5f5d30f36dc06baf77ef047f308d3cc6
MD5sum: 62c798ea266febb72110401c383eb4b7
Description: PL/Python 3 procedural language for PostgreSQL 13
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Python 3.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-plpython3-13-dbgsym
Source: postgresql-13
Version: 13.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 212
Depends: postgresql-plpython3-13 (= 13.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13-dbgsym_13.1-1.pgdg+1_arm64.deb
Size: 161552
SHA256: b19b79bc34189f184bef8cca6affdae79bc89e481b2d64d3670e035e57eef394
SHA1: efeb2db7f04b0d4e77fd65871ea6e1c803f40cf4
MD5sum: bb901c6d345055a4b024db7be0321959
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 2921c9ea847a33a46b645ec347696fd6c616bf11 2fd031163c6e5c916f20a8ccdf052bd895361ca5 dbb7faa15ab1b35a80402a309db19bbad9450fdb f395e3b3d3458c756a2fa85fa64aeb2742413215
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-plpython3-9.5
Source: postgresql-9.5
Version: 9.5.24-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: libc6 (>= 2.17), libpython3.8 (>= 3.8.2), postgresql-9.5 (= 9.5.24-1.pgdg+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.24-1.pgdg+1_arm64.deb
Size: 54656
SHA256: fc21abaf424d81e64fe1f68f1e9c01cd060c387f3629f24935431058fbfb7641
SHA1: afc017a5b200f5f13a3c2f0d211f1fdc39180992
MD5sum: 939bd91a7a68f30455ec5a2daa4a1534
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.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-plpython3-9.6
Source: postgresql-9.6
Version: 9.6.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 197
Depends: postgresql-9.6 (= 9.6.20-1.pgdg+1), libc6 (>= 2.17), libpython3.8 (>= 3.8.2)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plpython3-9.6_9.6.20-1.pgdg+1_arm64.deb
Size: 55328
SHA256: 1f645433e876f27d31b4500d1c9d6ac6309e4554023121b2e2107f323c3da070
SHA1: 5b69f1b227c82d1655383fecc298768f82fe8687
MD5sum: 501f13e537afe14798d0670e62e66f67
Description: PL/Python 3 procedural language for PostgreSQL 9.6
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Python 3.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-pltcl-10
Source: postgresql-10
Version: 10.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 161
Depends: postgresql-10 (= 10.15-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10_10.15-1.pgdg+1_arm64.deb
Size: 39352
SHA256: dbbe36463ed71920daa8ccca7ebff0007a3ab12ec54d412f7951104fb440aeba
SHA1: e5a8c346440b909155fde30e610b44f33d9123dc
MD5sum: feeb15344cd24c16369a1d1bf8346b40
Description: PL/Tcl procedural language for PostgreSQL 10
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Tcl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-pltcl-10-dbgsym
Source: postgresql-10
Version: 10.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-pltcl-10 (= 10.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10-dbgsym_10.15-1.pgdg+1_arm64.deb
Size: 67204
SHA256: f01f3a924ed93c2509c4aef4eabb74477cc4aa59393c011f358433aa796fae0e
SHA1: 1c710d25136e1ad20aa2a6a27694caa683833352
MD5sum: c393381866ab2946be309cbbdebe69dd
Description: debug symbols for postgresql-pltcl-10
Build-Ids: 14e349d70e6db153537a150221f1be51c3955777
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-pltcl-11
Source: postgresql-11
Version: 11.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 173
Depends: postgresql-11 (= 11.10-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11_11.10-1.pgdg+1_arm64.deb
Size: 39340
SHA256: 631e039513e26113679871f826ea8ebd314a1b0de8a59b55fa4526247fbabb54
SHA1: 738c2e51052106e2674c5c489f1a7b3bc06e9211
MD5sum: 416e7a3badce2fe4c79d2e0912b21ef8
Description: PL/Tcl procedural language for PostgreSQL 11
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Tcl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-pltcl-11-dbgsym
Source: postgresql-11
Version: 11.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-pltcl-11 (= 11.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11-dbgsym_11.10-1.pgdg+1_arm64.deb
Size: 70328
SHA256: 29768e3b8a6f9350e6a2049b88c425854ea2ee53826401275ab6a07a64223d1b
SHA1: 26d30d8df2424834544b14141abc22cdd6469eae
MD5sum: f6dc667541a39185a767d72cce11be1c
Description: debug symbols for postgresql-pltcl-11
Build-Ids: 29d2fffad5c03ee780e3efaebc6f12b6482b7e8c
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-pltcl-12
Source: postgresql-12
Version: 12.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 175
Depends: postgresql-12 (= 12.5-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12_12.5-1.pgdg+1_arm64.deb
Size: 37348
SHA256: bafd68c76d7b795a965258c109d79ff7035264a5dd14ad585dbabe0c5b7fee9e
SHA1: f0f19a8e1d1c29375de8e7014608bd97aaebd39b
MD5sum: fa604b9db9b39495217127f0fd996a9b
Description: PL/Tcl procedural language for PostgreSQL 12
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Tcl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-pltcl-12-dbgsym
Source: postgresql-12
Version: 12.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-pltcl-12 (= 12.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12-dbgsym_12.5-1.pgdg+1_arm64.deb
Size: 71268
SHA256: 9e34bab44521315c0d61aa75937519d9e6293517b9abe3a9e8fcbd882e84bf1f
SHA1: 53e952e8783cc9c93dff4e932c7965831ef4dfee
MD5sum: dbacc9a1ca78584058ccdf6e59ab43dd
Description: debug symbols for postgresql-pltcl-12
Build-Ids: 7e0c68ea765e5a949f5c5615aa97e97bf3e63d02
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-pltcl-13
Source: postgresql-13
Version: 13.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 175
Depends: postgresql-13 (= 13.1-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13_13.1-1.pgdg+1_arm64.deb
Size: 36212
SHA256: e0bf1e8b7b26b544f1037aa6aa7abeb0c1ff57485061913bc828018913661da7
SHA1: f233008dcd57dc4ee76149787b114331539f342e
MD5sum: 0f0845f7cf7fbebcd075b32174e2c4db
Description: PL/Tcl procedural language for PostgreSQL 13
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Tcl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-pltcl-13-dbgsym
Source: postgresql-13
Version: 13.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-pltcl-13 (= 13.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13-dbgsym_13.1-1.pgdg+1_arm64.deb
Size: 74468
SHA256: 4a96e3c00f885c25c58d1905598abf994b84c71c591211d0f5a53b7c1ff69b0d
SHA1: f30e1765fb5b037cd5d78c74c6dbb94c716a997d
MD5sum: 1f2fcb5c364ce1daa3c49151b61a49e4
Description: debug symbols for postgresql-pltcl-13
Build-Ids: ac66eb2a4b2782f9aa960e42eba99e783e41e8cb
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-pltcl-9.5
Source: postgresql-9.5
Version: 9.5.24-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.5 (= 9.5.24-1.pgdg+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.24-1.pgdg+1_arm64.deb
Size: 39308
SHA256: ecec1ac0aedbae5f7bc5680650a16bdd982ef46b402b17b3bfc8ee5495b29832
SHA1: 5e3473b715ef1c56c0a4dec1a0e13acb96cd59eb
MD5sum: 5a7b0fd56dee5afec6daf203420a5cbb
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.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-pltcl-9.6
Source: postgresql-9.6
Version: 9.6.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-9.6 (= 9.6.20-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-pltcl-9.6_9.6.20-1.pgdg+1_arm64.deb
Size: 42500
SHA256: 5289aaaf045b16a7a8d40d114aabcb3adbda3c5b5c790a24b215953685b3d0b3
SHA1: b87a90535f40cd6eb22c2e07e28028d032f7aa7f
MD5sum: 9df8a8915e4fc352827058bf0cb7cc1b
Description: PL/Tcl procedural language for PostgreSQL 9.6
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Tcl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-server-dev-10
Source: postgresql-10
Version: 10.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5138
Depends: libpq-dev (>= 10~~), postgresql-client-10 (= 10.15-1.pgdg+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Replaces: libpq-dev
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-10/postgresql-server-dev-10_10.15-1.pgdg+1_arm64.deb
Size: 880732
SHA256: dbd84d72e3821b84204fbd77275c8c6c9e410d1e1ea38660b99455d4b43b9e95
SHA1: 7a1f1ea64ddf8177a992e19c21e8be49f02d81b3
MD5sum: 936172064d538f4a9836b99d684e8fa4
Description: development files for PostgreSQL 10 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.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-server-dev-11
Source: postgresql-11
Version: 11.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4675
Depends: clang-10, libpq-dev (>= 11~~), llvm-10-dev, postgresql-client-11 (= 11.10-1.pgdg+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-11/postgresql-server-dev-11_11.10-1.pgdg+1_arm64.deb
Size: 859916
SHA256: 71e8dbc44801237418b5a33fec966058244d185809e51b55daa1f49a556f0839
SHA1: 963fd632b801d9a38a475e4c97c4a40979f0f377
MD5sum: 5d68be40fd683730470ee852b6424a72
Description: development files for PostgreSQL 11 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.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-server-dev-12
Source: postgresql-12
Version: 12.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5247
Depends: clang-10, libpq-dev (>= 12~~), llvm-10-dev, postgresql-client-12 (>= 12.1-2~), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-12/postgresql-server-dev-12_12.5-1.pgdg+1_arm64.deb
Size: 924436
SHA256: 749cdc5244179a23e2fc5c2f055dd116a33c800f15c0e27bb0664c37776c285c
SHA1: 134bee9d9adb26e9cccaf558c815b5ca9a285f78
MD5sum: cdf2bb701005ec35a98f0752146ea2c0
Description: development files for PostgreSQL 12 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.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-server-dev-13
Source: postgresql-13
Version: 13.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5752
Depends: clang-11, libpq-dev (>= 13~~), llvm-11-dev, postgresql-client-13, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/postgresql-server-dev-13_13.1-1.pgdg+1_arm64.deb
Size: 968372
SHA256: ca6a5bf54d177375f99d43a4db31b3871c427c05428fdcf6839f716cdb3a3c49
SHA1: 088651e1919ed4482e9c81f132eda4ab6bea1644
MD5sum: 33a703183b898d45ffe9ba140f9c49dc
Description: development files for PostgreSQL 13 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.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-server-dev-9.5
Source: postgresql-9.5
Version: 9.5.24-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4087
Depends: libpq-dev (>= 9.5~~), postgresql-client-9.5 (= 9.5.24-1.pgdg+1), 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.24-1.pgdg+1_arm64.deb
Size: 719484
SHA256: 0e8347382baa36a926d114af94b7a2c715e0c4cb010ba7b6af2bda99c3b904e3
SHA1: 1b57b9e229e3fd667c1b054ede98403c4fc4a3e9
MD5sum: f04db798c6deb1f7a3aba97aea896217
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.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-server-dev-9.6
Source: postgresql-9.6
Version: 9.6.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4419
Depends: libpq-dev (>= 9.6~~), postgresql-client-9.6 (= 9.6.20-1.pgdg+1), postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-9.6/postgresql-server-dev-9.6_9.6.20-1.pgdg+1_arm64.deb
Size: 783780
SHA256: 5465dafb222ec1b32c300727db7fb3f0d367db334b7b6643d5bdc4aaa1030113
SHA1: 0ca82d46f65c2db639d10acac66cad271d6c97ab
MD5sum: 97997767b2ddd74ac6f76136aa396e95
Description: development files for PostgreSQL 9.6 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.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 223.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: make, postgresql-common (= 223.pgdg+1), postgresql-server-dev-9.5, postgresql-server-dev-9.6, postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12, postgresql-server-dev-13
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_223.pgdg+1_all.deb
Size: 74880
SHA256: 6cbcae0420b3a821cb998ad8184b53c60cd69ae998d33bee3e7b32bf540d975b
SHA1: e78baf8ccbe44dbd26c24e10b5f6a1e232b2691c
MD5sum: 89c27a2dc9e4bfb155a67820bf364127
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, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 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.
Timestamp: 2020-11-12 13:43:14+00

Package: repmgr
Version: 5.2.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 23
Depends: postgresql-12-repmgr | postgresql-11-repmgr | postgresql-10-repmgr | postgresql-9.6-repmgr | 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: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/repmgr_5.2.0-1.pgdg+1_all.deb
Size: 15492
SHA256: bb5744d7cb2cbcc74e1284630ae685a3fd278cf14a29f336aa501e2421dd0bdd
SHA1: 9608d3ee76ca0681652834019a89f4bd6bfe581f
MD5sum: 259ff9e3843ed0fee9956ec250b93f98
Description: replication manager for PostgreSQL (metapackage)
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This is a metapackage that depends on the version specific packages.
Timestamp: 2020-11-12 13:43:14+00

Package: repmgr-common
Source: repmgr
Version: 5.2.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 309
Depends: postgresql-common (>= 26), lsb-base (>= 3.0-6)
Breaks: repmgr (<< 3.0.1-1)
Replaces: repmgr (<< 3.0.1-1)
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/repmgr-common_5.2.0-1.pgdg+1_all.deb
Size: 191752
SHA256: 888d0599387b5482a050eaae9800b41b844176b5c5569c896a38a7ebbffa4c08
SHA1: 712a2c6ba9239dd2542d65f09db9258bd9dceaf9
MD5sum: bf902c0a49cecbaa1489f2c1cf0b16b6
Description: replication manager for PostgreSQL common files
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr files common to all versions.
Timestamp: 2020-11-12 13:43:14+00

Package: postgresql-10-pgaudit
Source: pgaudit-1.2
Version: 1:1.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libc6 (>= 2.17), postgresql-10
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-1.2/postgresql-10-pgaudit_1.2.2-1.pgdg+1_arm64.deb
Size: 19672
SHA256: 94c5147b47bd6acfd29c964662028c22b70c8338cdcf1ad9b765fd469f01c57a
SHA1: 4182da9562648f8048d5e201862940ca033c263f
MD5sum: 97372a3210bfb8adb3697a7912dc531f
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2020-11-16 18:09:45+00

Package: postgresql-10-pgaudit-dbgsym
Source: pgaudit-1.2
Version: 1:1.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-10-pgaudit (= 1:1.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-1.2/postgresql-10-pgaudit-dbgsym_1.2.2-1.pgdg+1_arm64.deb
Size: 42212
SHA256: d2bcea3034ab7cae2900b2f3da9370b4cbbddbd5925c18d6548b931d6da76ff1
SHA1: d9ccdf0a6b5ae9911f0868dccee175eebe4f1638
MD5sum: ee22d1ceae49a66084eed193e900233a
Description: debug symbols for postgresql-10-pgaudit
Build-Ids: 6ba16ec9240ea9aa07874d25ad7ed941af32dc82
Timestamp: 2020-11-16 18:09:45+00

Package: postgresql-10-pg-track-settings
Source: pg-track-settings
Version: 2.0.1-1.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 97
Depends: postgresql-10
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-10-pg-track-settings_2.0.1-1.pgdg+1_all.deb
Size: 8224
SHA256: 331aac966ad49669611ea1c67fb7e64c3e3f3fd587574139dcbb0614fb5b6ecd
SHA1: 98b60b2d89f98b9dc432843849046b9156058566
MD5sum: dca3ed5b1b1eb4cbe7f04a5f76b565da
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2020-11-16 18:09:45+00

Package: postgresql-11-pgaudit
Source: pgaudit-1.3
Version: 1:1.3.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: libc6 (>= 2.17), postgresql-11
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-1.3/postgresql-11-pgaudit_1.3.2-1.pgdg+1_arm64.deb
Size: 46028
SHA256: b97ef2b0d8b902863c64f93fddf2905667bd5045c52ac4efa75f7207040d60ee
SHA1: 768af7567f601bc56a698b2ea4e1d244eb37ca00
MD5sum: 9df7a5d4253edfc34118cf040f6ab5b6
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2020-11-16 18:09:45+00

Package: postgresql-11-pgaudit-dbgsym
Source: pgaudit-1.3
Version: 1:1.3.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-11-pgaudit (= 1:1.3.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-1.3/postgresql-11-pgaudit-dbgsym_1.3.2-1.pgdg+1_arm64.deb
Size: 42696
SHA256: a80ec84aba3f5cc23f1838849ebe34bf1c98bba0982e0a830cd1125279dcf878
SHA1: c615951d9473ce0e2a21494af827076cf704a3f7
MD5sum: d96432f3b76ae856d645261b30b5161f
Description: debug symbols for postgresql-11-pgaudit
Build-Ids: 105f0163887f32e3ea782841df9d87eb3cfbbef3
Timestamp: 2020-11-16 18:09:45+00

Package: postgresql-11-pg-track-settings
Source: pg-track-settings
Version: 2.0.1-1.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 97
Depends: postgresql-11
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-11-pg-track-settings_2.0.1-1.pgdg+1_all.deb
Size: 8228
SHA256: 40fea52bf9f12489678727c701afdc16529018d208350b2c44751530d2e6570b
SHA1: 10562e643c87f1aeb002b7b854bc5553d4174a98
MD5sum: 9e48d7c7718736e67ca235259b636b69
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2020-11-16 18:09:45+00

Package: postgresql-12-pgaudit
Source: pgaudit-1.4
Version: 1.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: libc6 (>= 2.17), postgresql-12
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-1.4/postgresql-12-pgaudit_1.4.1-1.pgdg+1_arm64.deb
Size: 46496
SHA256: e8d9f8268a0a9f1691d871c12754ebc3fd5531a77a77da82d41d5eb25acc4c3a
SHA1: 15b4745b5e10c6bf6f60630ce3966991811cc4c9
MD5sum: cc16ee457a5bd23b7382bfecd3a5c783
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2020-11-16 18:09:45+00

Package: postgresql-12-pgaudit-dbgsym
Source: pgaudit-1.4
Version: 1.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-12-pgaudit (= 1.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-1.4/postgresql-12-pgaudit-dbgsym_1.4.1-1.pgdg+1_arm64.deb
Size: 44444
SHA256: f4c1a0e940ac83458b94b2a01b72a1a93fc6f0727351de9dc313e97bbb9b041a
SHA1: 5b721f7b96b5572c706ca34c18357e16265c1d0b
MD5sum: ce636405e07ade724824a1f7f59ac49c
Description: debug symbols for postgresql-12-pgaudit
Build-Ids: 3c2615abf603c1ab0877440d29285053122d56f2
Timestamp: 2020-11-16 18:09:45+00

Package: postgresql-12-pg-track-settings
Source: pg-track-settings
Version: 2.0.1-1.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 97
Depends: postgresql-12
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-12-pg-track-settings_2.0.1-1.pgdg+1_all.deb
Size: 8224
SHA256: a5e1ef2cce844f7920e2a16756e5241ebd24de6f5a58956b7dadf1098913d9b1
SHA1: ebf1d28de8fa871f2c9914ab31cfa7d2270f651e
MD5sum: 8f7cc25ee8906a176b643bb65e47b575
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2020-11-16 18:09:45+00

Package: postgresql-13-pgaudit
Source: pgaudit
Version: 1.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.17), postgresql-13
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit/postgresql-13-pgaudit_1.5.0-1.pgdg+1_arm64.deb
Size: 46092
SHA256: d4e34f32f395d29ee5bc4a52fab738033a3c30c9b46edf3a44333110e967ed46
SHA1: ec0464ef715d50c6a39aaf56a7eb3b786630a7e8
MD5sum: 240e3849e0dc450085b390184fd60339
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2020-11-16 18:09:45+00

Package: postgresql-13-pgaudit-dbgsym
Source: pgaudit
Version: 1.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-13-pgaudit (= 1.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit/postgresql-13-pgaudit-dbgsym_1.5.0-1.pgdg+1_arm64.deb
Size: 47648
SHA256: a6319ca95fd916a888d60721445cdc32cbf5437781eee59aa4eb560846ddae3b
SHA1: de9904611e5c83803f259e0dbfe583c1942c6b10
MD5sum: 3e109060e655537bc951c1558e0c7193
Description: debug symbols for postgresql-13-pgaudit
Build-Ids: 7fe9fa70853c6694d3a0ae8d825dd2c3417ced02
Timestamp: 2020-11-16 18:09:45+00

Package: postgresql-13-pg-track-settings
Source: pg-track-settings
Version: 2.0.1-1.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 97
Depends: postgresql-13
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-13-pg-track-settings_2.0.1-1.pgdg+1_all.deb
Size: 8224
SHA256: b83217a366cf5a3114b6ded2fdd8edb932192ebb1c8f3b287a75753b1c68b253
SHA1: 683920fc496d789a2ff5bc21ad927cb95d325e5b
MD5sum: 387c064bfa3c252194d966b598abe843
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2020-11-16 18:09:45+00

Package: postgresql-9.5-pgaudit
Source: pgaudit-1.0
Version: 1:1.0.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: libc6 (>= 2.17), postgresql-9.5
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-1.0/postgresql-9.5-pgaudit_1.0.8-1.pgdg+1_arm64.deb
Size: 19740
SHA256: cc6c9bd8703498f67ceafa0604504eb950652fca4d26f27afa934752a48beb4b
SHA1: 7f47456e8621c013b466ee1e613a6697f4939caa
MD5sum: 516de7380f9c050953cbe2a46a6992ff
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2020-11-16 18:09:45+00

Package: postgresql-9.5-pgaudit-dbgsym
Source: pgaudit-1.0
Version: 1:1.0.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-9.5-pgaudit (= 1:1.0.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-1.0/postgresql-9.5-pgaudit-dbgsym_1.0.8-1.pgdg+1_arm64.deb
Size: 38912
SHA256: b06cb0aef932eecf597ae47ac45104d156d680b70ad9ab1beca9c007429cb26e
SHA1: c3c83ab07d749b865605063ea8881720840dd966
MD5sum: 1a6cad8da9de1e7502a3bd3408084da4
Description: debug symbols for postgresql-9.5-pgaudit
Build-Ids: 0eaa14a5beb80f05c9d1ad445c29d2fa56b80add
Timestamp: 2020-11-16 18:09:45+00

Package: postgresql-9.5-pg-track-settings
Source: pg-track-settings
Version: 2.0.1-1.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 97
Depends: postgresql-9.5
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-9.5-pg-track-settings_2.0.1-1.pgdg+1_all.deb
Size: 8228
SHA256: 4da67781eec81ccdd9e755f6d7be9b65822032c14369433ec4a2c49a230d656b
SHA1: 92a0f07c547c51bb35c5abb7a73de3081db6d8cc
MD5sum: 59a0fc9184d8967cd59a52a719bd90c4
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2020-11-16 18:09:45+00

Package: postgresql-9.6-pg-track-settings
Source: pg-track-settings
Version: 2.0.1-1.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 97
Depends: postgresql-9.6
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-9.6-pg-track-settings_2.0.1-1.pgdg+1_all.deb
Size: 8232
SHA256: 4e6397a9468e5c6300653e025a76a6c671ca526d3508b11e5dde145a3d16c0e0
SHA1: c393c2e5b048fda1bb1a41a1a838dccac50521e6
MD5sum: 456dc41a010ca3733a86e2945e8914fc
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2020-11-16 18:09:45+00

Package: bucardo
Version: 5.6.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 997
Depends: adduser, perl (>= 5.10.0), libdbix-safe-perl, libdbd-pg-perl, libboolean-perl, lsb-base (>= 3.0-3), libpod-parser-perl
Recommends: postgresql-plperl
Homepage: https://bucardo.org/
Priority: optional
Section: database
Filename: pool/main/b/bucardo/bucardo_5.6.0-1.pgdg+1_all.deb
Size: 212904
SHA256: 8ee98f9f8f1954fc4799fb226a224fda4b06d6d972bc1445bdd1178f646020c3
SHA1: fb5e093ddcc93a4088d5831aaafbd707c7b81e3f
MD5sum: 8a4abf2e950579ab2fb8132256194bc9
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.
Timestamp: 2020-11-18 13:34:05+00

Package: ora2pg
Version: 21.0-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1177
Depends: libdbd-mysql-perl | libdbd-oracle-perl, libdbd-pg-perl, libdbi-perl, libio-compress-perl, perl:any
Recommends: postgresql-client
Homepage: https://ora2pg.darold.net/
Priority: optional
Section: database
Filename: pool/main/o/ora2pg/ora2pg_21.0-2.pgdg+1_all.deb
Size: 355288
SHA256: 7869cf072c0167e98285612cf5e2a33e1f77d2986dd67558e08ba3534c3c733d
SHA1: 2b5feddcc5cf15048d701b10f1384c03a6b23095
MD5sum: 63081fbc4383159d8d060f73f9ca99d7
Description: Oracle/MySQL to PostgreSQL database schema converter
 Ora2Pg migrates Oracle and MySQL database schemas to PostgreSQL. It connects
 to the database, scans it automatically and extracts its structure or data.
 It then generates SQL scripts you can load into PostgreSQL.
Timestamp: 2020-11-18 13:34:05+00

Package: postgresql-9.6-pgaudit
Source: pgaudit-1.1
Version: 1:1.1.3-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-1.1/postgresql-9.6-pgaudit_1.1.3-1.pgdg+2_arm64.deb
Size: 19728
SHA256: 56f4b0be9e15f3fc28ef53d96d22f13e25966d4f7821ed10150f0a66d1ce73ce
SHA1: 5d4c097a5d2fd2bb5a12673d24f78dfaed08b54d
MD5sum: 190d976476a19505e9d2730875c0f32e
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2020-11-22 21:05:25+00

Package: postgresql-9.6-pgaudit-dbgsym
Source: pgaudit-1.1
Version: 1:1.1.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-9.6-pgaudit (= 1:1.1.3-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-1.1/postgresql-9.6-pgaudit-dbgsym_1.1.3-1.pgdg+2_arm64.deb
Size: 39040
SHA256: 03fec91b81fa558548de0f86586ef8e9949006cdceb20b86a5c79ebf5a930d02
SHA1: da813853230049e90529f29666d855529e2c2838
MD5sum: 3c7e3d3c3fc9c20a2cc7a185923ec731
Description: debug symbols for postgresql-9.6-pgaudit
Build-Ids: 4e0e37fddedd36668d11cc5ccee33e53c3c9204c
Timestamp: 2020-11-22 21:05:25+00

Package: bucardo
Version: 5.6.0-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 997
Depends: adduser, perl (>= 5.10.0), libdbix-safe-perl, libdbd-pg-perl, libboolean-perl, lsb-base (>= 3.0-3), libpod-parser-perl
Recommends: postgresql-plperl
Homepage: https://bucardo.org/
Priority: optional
Section: database
Filename: pool/main/b/bucardo/bucardo_5.6.0-2.pgdg+1_all.deb
Size: 212928
SHA256: 85c455308ce0fa1a81758da5d6bebdace031705ad9b7b04e9f6ab5261789d958
SHA1: 71c700b3e4f06c77c0bc198890a27764bc9347b6
MD5sum: ca571c4c8bf3a97544bd7da106ff54a0
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.
Timestamp: 2020-11-23 15:47:56+00

Package: liblwgeom-2.5-0
Source: postgis-2.5
Version: 2.5.5+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 672
Depends: libc6 (>= 2.29), libgeos-c1v5 (>= 3.5.0), libjson-c5 (>= 0.15), libproj19 (>= 4.9.0), libsfcgal1 (>= 1.1.0)
Homepage: http://postgis.net/
Priority: optional
Section: libs
Filename: pool/main/p/postgis-2.5/liblwgeom-2.5-0_2.5.5+dfsg-1.pgdg+2_arm64.deb
Size: 239308
SHA256: 710c6da41b2a4235940a2dba019c678a3bf2bbed9b3be6ce21d341361482ac60
SHA1: c49ba88bba61a61220342088342376d76b63fd0c
MD5sum: 67781d8b4beee02aec1506f9cab47784
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.
Timestamp: 2020-11-23 15:47:56+00

Package: liblwgeom-2.5-0-dbgsym
Source: postgis-2.5
Version: 2.5.5+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 721
Depends: liblwgeom-2.5-0 (= 2.5.5+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis-2.5/liblwgeom-2.5-0-dbgsym_2.5.5+dfsg-1.pgdg+2_arm64.deb
Size: 668424
SHA256: e0b68743671f17b9bba6af8f090b40f11425566f65d6928425b7a9ad0515b60a
SHA1: 0576c983670a78cbab98bf3004e7bc5cef00b576
MD5sum: 1f1319a6353d0901196a347473557ea6
Description: debug symbols for liblwgeom-2.5-0
Build-Ids: 8adb6198a8a228fc8d150cc34f63deb8e1adff9c
Timestamp: 2020-11-23 15:47:56+00

Package: liblwgeom-dev
Source: postgis-2.5
Version: 2.5.5+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1230
Depends: liblwgeom-2.5-0 (= 2.5.5+dfsg-1.pgdg+2)
Breaks: postgis (<< 2.0.0)
Homepage: http://postgis.net/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgis-2.5/liblwgeom-dev_2.5.5+dfsg-1.pgdg+2_arm64.deb
Size: 286032
SHA256: ba4660efc535a2b18ce6a294c39b21783944c9db410cb24ada07ee403dd255e9
SHA1: be810e6587eb1eaff1ecc475c254b0608852dfd6
MD5sum: ec6d27910021d7a7502b6faf634928a6
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.
Timestamp: 2020-11-23 15:47:56+00

Package: odbc-postgresql
Source: psqlodbc
Version: 1:13.00.0000-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1241
Depends: libc6 (>= 2.17), libpq5 (>= 9.2~beta3), odbcinst1debian2 (>= 2.3.1)
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_13.00.0000-1.pgdg+1_arm64.deb
Size: 354004
SHA256: 1ab9cc55fbaf9f83d56d38928bd42d05d265e676db7aae1e1f98d3114c030131
SHA1: 3ba4ae235c1469b41952e09510a6ad0ee4fdd7f7
MD5sum: fb248c92b9d2ddb5738264aac70dbae1
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.
Timestamp: 2020-11-23 15:47:56+00

Package: odbc-postgresql-dbgsym
Source: psqlodbc
Version: 1:13.00.0000-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1095
Depends: odbc-postgresql (= 1:13.00.0000-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/psqlodbc/odbc-postgresql-dbgsym_13.00.0000-1.pgdg+1_arm64.deb
Size: 1021072
SHA256: 39243cad061cf2b036f06f49c6ba6331dbb87a0d8fb0f67b29c78abe665f2e94
SHA1: dd81de96d983931dd2f1869cb07de2a6cd801187
MD5sum: 2f61dd046f1d4e4e8cae83d2f874c0da
Description: debug symbols for odbc-postgresql
Build-Ids: 42c82ed539c8703d64a2efbcd77f5c976337022b dfb539bc88645927ea40504d4eec165963be5367
Timestamp: 2020-11-23 15:47:56+00

Package: omnidb-common
Source: omnidb
Version: 3.0.2b+ds-1.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29609
Depends: fonts-roboto-unhinted, fonts-glyphicons-halflings, python3:any, python3-cherrypy3, python3-django, python3-django-auth-ldap, python3-django-sass, python3-openpyxl, python3-paramiko, python3-pgspecial, python3-prettytable, python3-psycopg2, python3-pyaes, python3-restrictedpython, python3-scrypt, python3-social-django, python3-sqlparse, python3-sshtunnel
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/omnidb-common_3.0.2b+ds-1.pgdg+2_all.deb
Size: 4423776
SHA256: a8c078f8f031ce4187e7a68172823af30187546dc7a5395c25cb238aab221cf7
SHA1: a2d0cfa0e1040d01c2475ecd22f0f8753e7abb23
MD5sum: 82ac9fb3aa92b5913ffeea82c336bdb5
Description: Web tool for database management (shared files)
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight. Check-out some
 characteristics:
 .
  * Web Tool: Accessible from any platform, using a browser as a medium
  * Responsive Interface: All available functions in a single page
  * Unified Workspace: Different technologies managed in a single workspace
  * Simplified Editing: Easy to add and remove connections
  * Safety: Multi-user support with encrypted personal information
  * Interactive Tables: All functionalities use interactive tables, allowing
    copying and pasting in blocks
  * Smart SQL Editor: Contextual SQL code completion
  * Beautiful SQL Editor: You can choose between many available color themes
  * Tabbed SQL Editor: Easily add, rename or delete editor tabs
 .
 Supported DBMS: PostgreSQL, Oracle, MySQL, MariaDB
 .
 This package contains shared files.
Timestamp: 2020-11-23 15:47:56+00

Package: omnidb-server
Source: omnidb
Version: 3.0.2b+ds-1.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: adduser, omnidb-common (= 3.0.2b+ds-1.pgdg+2)
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/omnidb-server_3.0.2b+ds-1.pgdg+2_all.deb
Size: 8536
SHA256: 684de271dc867d66fb865960d4386ad311d249d27f8eaf03b03cd54d48602c65
SHA1: 031d3a14fce4f26405f1fe97723c034f19266fa0
MD5sum: 14ed9ea454b02ae70125286976958707
Description: Web tool for database management
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight. Check-out some
 characteristics:
 .
  * Web Tool: Accessible from any platform, using a browser as a medium
  * Responsive Interface: All available functions in a single page
  * Unified Workspace: Different technologies managed in a single workspace
  * Simplified Editing: Easy to add and remove connections
  * Safety: Multi-user support with encrypted personal information
  * Interactive Tables: All functionalities use interactive tables, allowing
    copying and pasting in blocks
  * Smart SQL Editor: Contextual SQL code completion
  * Beautiful SQL Editor: You can choose between many available color themes
  * Tabbed SQL Editor: Easily add, rename or delete editor tabs
 .
 Supported DBMS: PostgreSQL, Oracle, MySQL, MariaDB
 .
 This package runs OmniDB as system service on http://127.0.0.1:8000.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-10-icu-ext
Source: icu-ext
Version: 1.6.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-10, libc6 (>= 2.17), libicu67 (>= 67.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-10-icu-ext_1.6.1-3.pgdg+1_arm64.deb
Size: 26100
SHA256: b7296dfbf2b1ec0c6fb2755fc6dbcab3cbc828cc4af5b2dd49ea5ec43ddfb7e4
SHA1: c6ba1809ca8bee0e0c8974597462ccff4ec6fd83
MD5sum: fd35e7ee9acb4a23fd29233734fbe650
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-10-icu-ext-dbgsym
Source: icu-ext
Version: 1.6.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-10-icu-ext (= 1.6.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-10-icu-ext-dbgsym_1.6.1-3.pgdg+1_arm64.deb
Size: 64000
SHA256: 4afa217b7db039beebb801e26206542ab82a9e243732192454cb052f23c8374c
SHA1: e4e1d00fb16748c6b1c3facc3493ca0a65e9407a
MD5sum: ef195e1d23bfb31ec4a5b48e2d763ef1
Description: debug symbols for postgresql-10-icu-ext
Build-Ids: becb46323c389bcc9878c35bc4b0aafd84eff83e
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-10-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.5.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-10-mysql-fdw_2.5.5-1.pgdg+1_arm64.deb
Size: 27668
SHA256: 30105b3ea19a06d9583bd604a408c402173094fa42bae9a2fa1d13c53eab698c
SHA1: 26fa88ed13c39db447d370e488d4c51dc0a9b8cc
MD5sum: f3293e7528ee8a26ef5ef1cd60c8908c
Description: Postgres 10 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 10.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-10-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.5.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-10-mysql-fdw (= 2.5.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-10-mysql-fdw-dbgsym_2.5.5-1.pgdg+1_arm64.deb
Size: 101012
SHA256: 9b7eb6de85f9a546cda47237ac3d110b545894c5c352c73753d13b481c822bdf
SHA1: 4353ed0e51ab2f2a30eab36b36d697d99836ae94
MD5sum: 9c1239e50a029488c3ab2926dab40cca
Description: debug symbols for postgresql-10-mysql-fdw
Build-Ids: 19c9402b53af741d0cc572bee6c1d8fa17eb2081
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-10-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.0.0-1.pgdg+2
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 1513
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-10-pgl-ddl-deploy_2.0.0-1.pgdg+2_arm64.deb
Size: 40556
SHA256: 996aecff27e463a9442993ddce9c6566a9c52a83618a43535577e7eb4b65ed2d
SHA1: 6c715f0cded6f6885298d3351900c1b7f1d0781c
MD5sum: 2cf732a9c156927e41a5f58b1c316c22
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 10.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-10-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.0.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 42
Depends: postgresql-10-pgl-ddl-deploy (= 2.0.0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-10-pgl-ddl-deploy-dbgsym_2.0.0-1.pgdg+2_arm64.deb
Size: 22128
SHA256: 99a532ee00e3e4e0aff5375200d3a7e5f6bee11f4564dd0ba7ef0ea6737f2875
SHA1: 234862b72bab02e3878448f1e4d2f07cadd4efec
MD5sum: f3eb5b02299a2242e752e125437f10dd
Description: debug symbols for postgresql-10-pgl-ddl-deploy
Build-Ids: 12e8d92bc342954cfbffde6a08cf756233a6a5cb 944291d2acc168c670b88cc925481f9678ff3424
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-10-pglogical
Source: pglogical
Version: 2.3.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 454
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-10
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-10-pglogical_2.3.3-2.pgdg+1_arm64.deb
Size: 106508
SHA256: c197fd57ed1e64cd6f58f80214009f551fde19f11f25217eca7da640d5419243
SHA1: afb2c07a355b54f4f4c4eb1b114c82502b0e6bae
MD5sum: b94f9c69e333a98f187a571dde0597b9
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-10-pglogical-dbgsym
Source: pglogical
Version: 2.3.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 390
Depends: postgresql-10-pglogical (= 2.3.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-10-pglogical-dbgsym_2.3.3-2.pgdg+1_arm64.deb
Size: 325192
SHA256: 28cb9146c4e7ada018b47ba4432f8fc3ea2ab89cd9a25aa5355000c6a3a3a2cd
SHA1: 5fee1881249a64040e00ffef01b568601bd8160e
MD5sum: d7fc365ba212a4b0db95ce8ddec18de9
Description: debug symbols for postgresql-10-pglogical
Build-Ids: 894a97a8e9de5672cd22cdf06d03e2291ec27167 9390d1326919c73b28f6686bf6418afbfa6d697c a13527749dc48cdd2f3b778cc9a2ed59d1de1424
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-10-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-3.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 117
Depends: postgresql-10, postgresql-10-pglogical, libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-10-pglogical-ticker_1.4.1-3.pgdg+1_arm64.deb
Size: 12408
SHA256: 26d0da154e8b6df2f1c8aedde6bc77bcbb1af47b16e9e3578b05cac84b60b1b9
SHA1: b5e18e5501026377bae9df8d0795ffb216274ddc
MD5sum: f1217dc84b4614565445fd528ca17556
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 10.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-10-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 29
Depends: postgresql-10-pglogical-ticker (= 1.4.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-10-pglogical-ticker-dbgsym_1.4.1-3.pgdg+1_arm64.deb
Size: 14332
SHA256: 71f11598ef4e68588d87b489602c8655503733ed0312786d9a246e77a7efc16f
SHA1: b5428980a41973882b4ffdbeed9269686a2e66a4
MD5sum: b3bd0ce6dad0ff931051e1ff0454df66
Description: debug symbols for postgresql-10-pglogical-ticker
Build-Ids: e4c7d348b861dcd2e178796b898e03dbd20805a0
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-10-plpgsql-check
Source: plpgsql-check
Version: 1.14.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check_1.14.0-1.pgdg+1_arm64.deb
Size: 66564
SHA256: cff3cd15cc29a1c8d154c38e876a917237ecfd65144ee1603f77b3de250d6d23
SHA1: f33e1b41378679de0bcdfe76522ea8038ffd9938
MD5sum: ed36e55723474baf85685d3c8bcce5ac
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-10-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.14.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: postgresql-10-plpgsql-check (= 1.14.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check-dbgsym_1.14.0-1.pgdg+1_arm64.deb
Size: 184548
SHA256: 8c087d874cbb78a5792c319ff99c1855efa3464161e0645ca034bbc538938b3a
SHA1: b24e49c8a3642f32d9e4e708d33aea4867684875
MD5sum: 380841f3e41222f9844f30fa85335af4
Description: debug symbols for postgresql-10-plpgsql-check
Build-Ids: 0156838da253c65dad84401f08404c5c56517b34
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-10-postgis-2.5
Source: postgis-2.5
Version: 2.5.5+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1755
Depends: postgresql-10, postgresql-10-postgis-2.5-scripts, libc6 (>= 2.17), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.7.0), libjson-c5 (>= 0.15), liblwgeom-2.5-0 (>= 2.5.4), libpcre3, libproj19 (>= 4.9.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.2.0), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-10-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-10-postgis-2.5_2.5.5+dfsg-1.pgdg+2_arm64.deb
Size: 579556
SHA256: ed395642719a4fa11ea2b23d6e24ca6dbd8f7db58a54efd4c6ba902a1f720766
SHA1: 4c2ab926634f23a7ed913b27d5ecd018efb0f040
MD5sum: 5d65c9010afd1c34f21b2faf68461db8
Description: Geographic objects support for PostgreSQL 10
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 10 database, the
 postgresql-10-postgis-2.5-scripts package must be installed as well.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-10-postgis-2.5-dbgsym
Source: postgis-2.5
Version: 2.5.5+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1906
Depends: postgresql-10-postgis-2.5 (= 2.5.5+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis-2.5/postgresql-10-postgis-2.5-dbgsym_2.5.5+dfsg-1.pgdg+2_arm64.deb
Size: 1703716
SHA256: f66a57e8f285ffd7e2a380e419adb3db4f65358659db5d2a1f87d16e73133596
SHA1: 8d8dc53fb1fe88317040b81d21ebbbf22d3b5122
MD5sum: 9e6b3b9284b801178a0976dba435feb9
Description: debug symbols for postgresql-10-postgis-2.5
Build-Ids: 192029894c1397d9b6632fe1f418297c6daa8c0a 9468ada3679d82ad8621d0b46c67fc41ac3e30ee 9b23d056f5f5ada2dcce668d621d4fed81ab39f7 ba927cb41155ebe8255bd5921a38ccc5d0523f0b
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-10-postgis-2.5-scripts
Source: postgis-2.5
Version: 2.5.5+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 22085
Depends: perl:any
Recommends: postgresql-10-postgis-2.5
Conflicts: postgresql-10-postgis-2.2-scripts, postgresql-10-postgis-2.3-scripts, postgresql-10-postgis-2.4-scripts
Breaks: postgresql-10-postgis-scripts (<< 2.2.2+dfsg-3~)
Replaces: postgresql-10-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-10-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-10-postgis-2.5-scripts_2.5.5+dfsg-1.pgdg+2_all.deb
Size: 856584
SHA256: c0aac211c8ef533b67d2c58a6ddd52e5aafe0fba3394b825c5dfb57b3ee1ff36
SHA1: e8b885f8b5229e276f5081a1003eb9bfd40952dd
MD5sum: 19ced68b850065644f2b22df4c766d38
Description: Geographic objects support for PostgreSQL 10 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 10 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-10-repmgr
Source: repmgr
Version: 5.2.0-2.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 931
Depends: postgresql-10, repmgr-common (>= 5.2.0-2.pgdg+1), libc6 (>= 2.17), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-10-repmgr_5.2.0-2.pgdg+1_arm64.deb
Size: 208164
SHA256: 1b76034251868c7aec37ad403fb53a9cc2da4b1aac5d5adfc4d184945e9973c6
SHA1: fa4f66deb2fbcf4792b2556c8b2f07f427e2d191
MD5sum: 0443b85c50eb9ccd8ecca3ad37d19160
Description: replication manager for PostgreSQL 10
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 10.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-10-repmgr-dbgsym
Source: repmgr
Version: 5.2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 711
Depends: postgresql-10-repmgr (= 5.2.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-10-repmgr-dbgsym_5.2.0-2.pgdg+1_arm64.deb
Size: 648316
SHA256: 05a46666b84c28dbdbd99d2dddfee01bb6bd3c4a02e02b0250001611b5db70b0
SHA1: 9944eb37890ef285be539255cfcd6df4387eb35e
MD5sum: 1adbf3e2d9cd211b84902d5a860b9dbf
Description: debug symbols for postgresql-10-repmgr
Build-Ids: 30908c1217f3b647b0e7504dca3ef065264c81e4 717bb3259b1733155a500779a878a4f08fae7d82 b2789fea426756ed71e55e0028b3aae45b632260
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-11-icu-ext
Source: icu-ext
Version: 1.6.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 185
Depends: postgresql-11, libc6 (>= 2.17), libicu67 (>= 67.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext_1.6.1-3.pgdg+1_arm64.deb
Size: 69188
SHA256: ffaaa8dd86de38b904625ca7c20f6e81bfc0059807c885251feadb01d9ddac60
SHA1: 94847f0de9daa999f82b27e41294dd1fb9105931
MD5sum: aa121b81e9b7f0cc6d82397639fb774a
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-11-icu-ext-dbgsym
Source: icu-ext
Version: 1.6.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-11-icu-ext (= 1.6.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext-dbgsym_1.6.1-3.pgdg+1_arm64.deb
Size: 58088
SHA256: c6bef6877b0e0360e046610ae01271d0ceffa4cf357c34dd139bce3684eea20d
SHA1: 5022caa29d90341282df18fc172d1591c92b19c6
MD5sum: f76a5255d4c3524ab6d2dba78b1b3c45
Description: debug symbols for postgresql-11-icu-ext
Build-Ids: 25b6c47741bfff9e50c4ad85c6335e0362a2bc3f
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-11-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.5.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 220
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-11-mysql-fdw_2.5.5-1.pgdg+1_arm64.deb
Size: 97460
SHA256: 668a6affb38d9e791f2d26fa76cef5eb291ac6b9bb3a05d4fbc0471f72471896
SHA1: e6443c791bbe4532f4bf2b540dc033d6a3363c2f
MD5sum: 600588cd323bf350deb25e5be64fdec9
Description: Postgres 11 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 11.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-11-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.5.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-11-mysql-fdw (= 2.5.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-11-mysql-fdw-dbgsym_2.5.5-1.pgdg+1_arm64.deb
Size: 102504
SHA256: 049377ee1081c3a0a47e989d723c24d96ed73351000de8a837556dc87c85cbc6
SHA1: deeba66c2ba340e49837f335ae7f7986f058b24e
MD5sum: 69e4ee9ff732b9998c47d442fbbc60bf
Description: debug symbols for postgresql-11-mysql-fdw
Build-Ids: 318a5ede734bb0bc90e9355e6fadbe11f338a361
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-11-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.0.0-1.pgdg+2
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 1542
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-11-pgl-ddl-deploy_2.0.0-1.pgdg+2_arm64.deb
Size: 52500
SHA256: bbae6860a5cca9c1f887ef0c800272a9623443937725514888b76df9cec7406c
SHA1: 2cff49050630fe9b6f52a279160aaeab00f094f9
MD5sum: 2d1c6a6914ee18ec9d690cfa4af3e378
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 11.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-11-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.0.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 43
Depends: postgresql-11-pgl-ddl-deploy (= 2.0.0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-11-pgl-ddl-deploy-dbgsym_2.0.0-1.pgdg+2_arm64.deb
Size: 22732
SHA256: 5f38a4a7d971baad34ddb5ba82c8e38e90c2fb87cdcc9a686c87787373e77ccd
SHA1: 6496e4608a6846010758307ea0b3ffd47ef2d86b
MD5sum: deb9c036f791fc19dc379b0a54a5bbce
Description: debug symbols for postgresql-11-pgl-ddl-deploy
Build-Ids: 2c71f35a9262f0cffd660a4c5970ec5d10e564b6 578d5f36ef202dc34eba38572306de2754f87354
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-11-pglogical
Source: pglogical
Version: 2.3.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1128
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-11
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-11-pglogical_2.3.3-2.pgdg+1_arm64.deb
Size: 406684
SHA256: 00a6ec94ee7d73f7fa0bab6ca67930fdc53631d817233c9aa9e36958c6ead245
SHA1: 2f1340ccad4e72c5f88ab60fc2f36fa440e7b3b9
MD5sum: c24cb8e3fcc49ec5e70266e8678d2cdb
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-11-pglogical-dbgsym
Source: pglogical
Version: 2.3.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 410
Depends: postgresql-11-pglogical (= 2.3.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-11-pglogical-dbgsym_2.3.3-2.pgdg+1_arm64.deb
Size: 345648
SHA256: c1bb693f0900be860b090d72a7668a752946855b2e99359ee3d17ede4248d70e
SHA1: 6781eef86baf50f8cecb1b40440710e53227f68d
MD5sum: 5704092764cc32bab567c8d9bfc2a37e
Description: debug symbols for postgresql-11-pglogical
Build-Ids: 357cdd7aefbd66440d1630390bc7f33d2655329a 90368a9852b8f76f25d67c86b81895dca54738f1 d339c87b5c712cd0fb2f5783e1e4ca881dd5581b
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-11-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-3.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 136
Depends: postgresql-11, postgresql-11-pglogical, libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-11-pglogical-ticker_1.4.1-3.pgdg+1_arm64.deb
Size: 21632
SHA256: 27196d62345db9c24ac6e39d0df6c236f41b17f4833b09ea675ceddd1e396bd9
SHA1: 2a1a9bfa587d36648f9626c2f65d3f4d2823ef34
MD5sum: f73209156f4749c45a266960c93d1f21
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 11.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-11-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 30
Depends: postgresql-11-pglogical-ticker (= 1.4.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-11-pglogical-ticker-dbgsym_1.4.1-3.pgdg+1_arm64.deb
Size: 14560
SHA256: e19bd568b30c045377d6771281508febf721ab8259a048e81b2e34edcd98264f
SHA1: e3f3bb5953498596f451d494e03de8c928262bb8
MD5sum: dfa4079406b03cc0e07498e374284225
Description: debug symbols for postgresql-11-pglogical-ticker
Build-Ids: 4c54d24a96e1b01bdd5206841bb50f19d89ef7f2
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-11-plpgsql-check
Source: plpgsql-check
Version: 1.14.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 556
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check_1.14.0-1.pgdg+1_arm64.deb
Size: 247604
SHA256: ac468a2bc703679974a2d65d9af0c51d84a0945f485f5a9a1b0f149272e55704
SHA1: 3b37f6667e3e9015d8767bf6f8f370cdf0ee00af
MD5sum: 04a894206de80fa635774b33eb41ba47
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-11-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.14.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: postgresql-11-plpgsql-check (= 1.14.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check-dbgsym_1.14.0-1.pgdg+1_arm64.deb
Size: 191344
SHA256: 451472c404d5cf1862cef62bd3884f6af2c0fbdeb2d4e658345e5242f66ca05c
SHA1: 210fab5ac89f16b81b9f28d6b8fd1e6752b04a4e
MD5sum: 252f053d20f74f9d6354c2c727b5a428
Description: debug symbols for postgresql-11-plpgsql-check
Build-Ids: 221a1472161ea9a47cab20954c3ca4e88f91d684
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-11-postgis-2.5
Source: postgis-2.5
Version: 2.5.5+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7873
Depends: postgresql-11, postgresql-11-postgis-2.5-scripts, libc6 (>= 2.17), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.7.0), libjson-c5 (>= 0.15), liblwgeom-2.5-0 (>= 2.5.4), libpcre3, libproj19 (>= 4.9.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.2.0), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-11-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-11-postgis-2.5_2.5.5+dfsg-1.pgdg+2_arm64.deb
Size: 2920572
SHA256: d69b2b9e0f26c11005f463141af7251d6968cb3416b731a629971ea0571f5c3b
SHA1: 124dd4153808c0ecd9b400e8072e1c5dd92bbdd1
MD5sum: 07660d4c755b9a53b58c8886e9c5529f
Description: Geographic objects support for PostgreSQL 11
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 11 database, the
 postgresql-11-postgis-2.5-scripts package must be installed as well.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-11-postgis-2.5-dbgsym
Source: postgis-2.5
Version: 2.5.5+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1921
Depends: postgresql-11-postgis-2.5 (= 2.5.5+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis-2.5/postgresql-11-postgis-2.5-dbgsym_2.5.5+dfsg-1.pgdg+2_arm64.deb
Size: 1712844
SHA256: 347ca1457e24e4e342342324372d0e602e73c52cb928e113219a2c14d8a63bad
SHA1: 7dc7049fddbeb283c1543875d25d686278416cf8
MD5sum: d45795fec920eeb37fae2b4575153cdc
Description: debug symbols for postgresql-11-postgis-2.5
Build-Ids: 21e082dee0046b151eb4a068e90890e9e0d249ce 29fbff80d41119437428b64c9cf0a272564955f1 386543122c02de1cba3156404a071da5bb6aed19 87ecf7e67dff9d455df547f516602359fa789e50
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-11-postgis-2.5-scripts
Source: postgis-2.5
Version: 2.5.5+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 22143
Depends: perl:any
Recommends: postgresql-11-postgis-2.5
Conflicts: postgresql-11-postgis-2.2-scripts, postgresql-11-postgis-2.3-scripts, postgresql-11-postgis-2.4-scripts
Breaks: postgresql-11-postgis-scripts (<< 2.2.2+dfsg-3~)
Replaces: postgresql-11-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-11-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-11-postgis-2.5-scripts_2.5.5+dfsg-1.pgdg+2_all.deb
Size: 857968
SHA256: 13ef742276e9bd356452adc3ce39cb392c759db6759163d94ed2ab8d34bf83cb
SHA1: ec8a20e3b75e03b1ec5d7fe0d639d9e3ff85559c
MD5sum: d5591a577cb17d226811a12cb45533e6
Description: Geographic objects support for PostgreSQL 11 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 11 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-11-repmgr
Source: repmgr
Version: 5.2.0-2.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 958
Depends: postgresql-11, repmgr-common (>= 5.2.0-2.pgdg+1), libc6 (>= 2.17), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-11-repmgr_5.2.0-2.pgdg+1_arm64.deb
Size: 220624
SHA256: a0474fb243e88e66311765734337fb21c27198f2ce0571deba6514315b940407
SHA1: 8baf28d22deea2cbf754a3548986e6801394f6e5
MD5sum: fe9cd3e63ee01682fe2a121bf68046a4
Description: replication manager for PostgreSQL 11
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 11.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-11-repmgr-dbgsym
Source: repmgr
Version: 5.2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 711
Depends: postgresql-11-repmgr (= 5.2.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-11-repmgr-dbgsym_5.2.0-2.pgdg+1_arm64.deb
Size: 648068
SHA256: 31186629044aa6dff1d3ad0b2b1aefae9913287821966ab31e9d5f2ef970cfc4
SHA1: 3f5cc0b9af118a69d13705961f2a03851baf9c47
MD5sum: df23b02d92a8da7f3c457c2377b6707c
Description: debug symbols for postgresql-11-repmgr
Build-Ids: 142d060716a12a10162a56e36371fd05ef95add8 b3fee46ec2f32ac09c3a02d29b35029a62b66d1d bbb3ec751c508c5d8ed9b0a9950cfdaf0b2b165f
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-12-icu-ext
Source: icu-ext
Version: 1.6.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-12, libc6 (>= 2.17), libicu67 (>= 67.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext_1.6.1-3.pgdg+1_arm64.deb
Size: 70352
SHA256: c146d8fe80d8b27e04c0e6f73fd5df7211ea9dcef73ffdd3b79089ecc2d101cc
SHA1: 080c2ca73a070f9cb11f95343b5044ffb142fb2a
MD5sum: ea73f97a68a1e2c60a4e87558c35d1a8
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-12-icu-ext-dbgsym
Source: icu-ext
Version: 1.6.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-12-icu-ext (= 1.6.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext-dbgsym_1.6.1-3.pgdg+1_arm64.deb
Size: 60660
SHA256: c9962b0c45387fe9c8bf68f1d4adc7ddd75e99328986a18829cb2a3075d6d06e
SHA1: 985409959ac19ef5d3bbe05bed6fcfef42240dcf
MD5sum: 4cf4b85c439f311126553d44f39c8ee7
Description: debug symbols for postgresql-12-icu-ext
Build-Ids: 7f21b4229ac1115f1a856432f5f341e591d08fc1
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-12-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.5.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 222
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-12-mysql-fdw_2.5.5-1.pgdg+1_arm64.deb
Size: 99244
SHA256: c1b209e7d3e84155eaa47d282b805984e59498134ef012a6c0d1ebd3f4208fcc
SHA1: 15922516b9f44e11bd89f27d091c0f8c5053539c
MD5sum: 312aa44ab97103c5eeee5cc2dd29b4a4
Description: Postgres 12 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 12.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-12-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.5.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-12-mysql-fdw (= 2.5.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-12-mysql-fdw-dbgsym_2.5.5-1.pgdg+1_arm64.deb
Size: 107376
SHA256: ad53030b34c8f348b5b7122c6a9f71573387b842dde59d42c38526fbdaa4e2c2
SHA1: 51eb6f167fda8ef9873d6d31767db8a48251bfdc
MD5sum: 49a9ec49c17e2009bd761d9ab24a0284
Description: debug symbols for postgresql-12-mysql-fdw
Build-Ids: 6244d4ce1af870a4fef9737dc6196fb9523a20b5
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-12-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.0.0-1.pgdg+2
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 1542
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-12-pgl-ddl-deploy_2.0.0-1.pgdg+2_arm64.deb
Size: 52528
SHA256: 63a441be245e8c6f7d7b81d09b466ae9fe45d8e50d8f15f26a18cb415092b0f4
SHA1: 19c739ee10c1904fc3fa68dd403f4f4793114f89
MD5sum: da9eedb98a1a3a2d6ce35c39d146d32c
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 12.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-12-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.0.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 43
Depends: postgresql-12-pgl-ddl-deploy (= 2.0.0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-12-pgl-ddl-deploy-dbgsym_2.0.0-1.pgdg+2_arm64.deb
Size: 23024
SHA256: c9308ed3e0b76c099c5d32418e60a330e47b060f60e8549e8ca6ae9679f2745e
SHA1: d605298ae348d5968e4ef641b53b044e93e6acfe
MD5sum: 17c7b7f97d93be606c19cf444934ad8c
Description: debug symbols for postgresql-12-pgl-ddl-deploy
Build-Ids: 74e5a91a928838355d172f2a557895c10108b7ac 893b72761191df44b4502f790f5acd8bdf041632
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-12-pglogical
Source: pglogical
Version: 2.3.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1169
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-12
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-12-pglogical_2.3.3-2.pgdg+1_arm64.deb
Size: 432212
SHA256: 24076a66f3d5bbc8abf212accfeb9686e89b8b7eefd104e2ddf1508ccecb2fc4
SHA1: b9517d859818b48053c4b92cfe81b8275817747f
MD5sum: 2f40945320ae1fcbea15a3a6b6fd383f
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-12-pglogical-dbgsym
Source: pglogical
Version: 2.3.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 410
Depends: postgresql-12-pglogical (= 2.3.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-12-pglogical-dbgsym_2.3.3-2.pgdg+1_arm64.deb
Size: 344008
SHA256: 515d9f0f31850dc06a8d417612470fa6c8bcce9114785c48b99d32a862e88c72
SHA1: c346fc1974fee830df0ee2d99a612fafd516b6f5
MD5sum: 4bab31231c85fa98a95d994f0d2b1704
Description: debug symbols for postgresql-12-pglogical
Build-Ids: 0c0309afae7f60fbf35968345eed5f48a9e2818d 624cb43b1a0ee1bad6dd3acb75dbae9f7bd060c5 da7aa8ad86aa559a31f8368ac85addbce09f0064
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-12-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-3.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 135
Depends: postgresql-12, postgresql-12-pglogical, libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-12-pglogical-ticker_1.4.1-3.pgdg+1_arm64.deb
Size: 21152
SHA256: 0029a1e4f0123aac6f151659d6831366b083ce8c29bb8efd02eedd34d9bf1ee3
SHA1: d08b39c233ee16459e5c17c27d4543613d6b3581
MD5sum: 5ffab4fb142c9eeb1cd005e0da117cb5
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 12.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-12-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 29
Depends: postgresql-12-pglogical-ticker (= 1.4.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-12-pglogical-ticker-dbgsym_1.4.1-3.pgdg+1_arm64.deb
Size: 14084
SHA256: af702763f6cd6a29a4d48f8c71d4514fa34638b1b8fdf926c77730a527e9bfd8
SHA1: 50ecbb241aa4ebd0c1aaf8e56d330aaabd0ee92f
MD5sum: 4f9efde25e50082c0c1b4a5e912e385b
Description: debug symbols for postgresql-12-pglogical-ticker
Build-Ids: abc010a845ee62089c2b398e6c53c4a7d98b4ead
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 1.14.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 567
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_1.14.0-1.pgdg+1_arm64.deb
Size: 254148
SHA256: 7992d6d2d54f69c82433284b317f57c7356af57603a88412c1655719145e5b6e
SHA1: fa01bd906c8b73ca5be2d4923599ad8b6fc71039
MD5sum: 888ecc2492cd242208a4c2062e4da3e4
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.14.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 224
Depends: postgresql-12-plpgsql-check (= 1.14.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_1.14.0-1.pgdg+1_arm64.deb
Size: 197520
SHA256: cba7124561ad954a14eb209bd1195eec098e9464958f8fe2cec09ed16228cf5f
SHA1: cd9513cb70c4661c1b8cae98fdc6c1bfffe42d45
MD5sum: 48739168f6e0080ad6d7db5fdcc1ba19
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: af53c21829a5a629c384254e908c386ce545e039
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-12-postgis-2.5
Source: postgis-2.5
Version: 2.5.5+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7967
Depends: postgresql-12, postgresql-12-postgis-2.5-scripts, libc6 (>= 2.17), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.7.0), libjson-c5 (>= 0.15), liblwgeom-2.5-0 (>= 2.5.4), libpcre3, libproj19 (>= 4.9.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.2.0), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-12-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-12-postgis-2.5_2.5.5+dfsg-1.pgdg+2_arm64.deb
Size: 2955852
SHA256: ae90d9d320d3c190df9ff622718bdcf4555fa7e417ac6873a0aa9bddf4355f8e
SHA1: 397c0fb3f7d5f9e11556c3179cc407fb6aa6cc32
MD5sum: 4afb0a7f57c57bc0c9804d7506c50cb3
Description: Geographic objects support for PostgreSQL 12
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 12 database, the
 postgresql-12-postgis-2.5-scripts package must be installed as well.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-12-postgis-2.5-dbgsym
Source: postgis-2.5
Version: 2.5.5+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1943
Depends: postgresql-12-postgis-2.5 (= 2.5.5+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis-2.5/postgresql-12-postgis-2.5-dbgsym_2.5.5+dfsg-1.pgdg+2_arm64.deb
Size: 1741948
SHA256: 54cbe665998e01a900203acffcceef483cf56a7f3ba0b53141f338fe2330070b
SHA1: b5c5f9752e0e63b08e15ce35af39be994e52dcb2
MD5sum: 3f2d1388ac2fc58fe032be2a9f181756
Description: debug symbols for postgresql-12-postgis-2.5
Build-Ids: 7760e7d3aad092b45099f504708a5d73ae6ca75b 9de8850aa4e774e1b6558026322d66a38bc759f5 d169c2e4b447a8b8fec7b9d331453bd37168921f d1e6fc4c4092824707b216a8b5850ebdd2b07772
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-12-postgis-2.5-scripts
Source: postgis-2.5
Version: 2.5.5+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 22143
Depends: perl:any
Recommends: postgresql-12-postgis-2.5
Conflicts: postgresql-12-postgis-2.2-scripts, postgresql-12-postgis-2.3-scripts, postgresql-12-postgis-2.4-scripts
Breaks: postgresql-12-postgis-scripts (<< 2.2.2+dfsg-3~)
Replaces: postgresql-12-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-12-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-12-postgis-2.5-scripts_2.5.5+dfsg-1.pgdg+2_all.deb
Size: 857976
SHA256: 2c31fc6798c5886781339fe2b75056c39730c30327bb7e2ca4ba3ac0a9b8b84e
SHA1: 63069a1233247c2425c396ee1b7c91cef399fae6
MD5sum: 0c82318b1c006bb01a8dcea6bdc9f423
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-12-repmgr
Source: repmgr
Version: 5.2.0-2.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 986
Depends: postgresql-12, repmgr-common (>= 5.2.0-2.pgdg+1), libc6 (>= 2.17), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-12-repmgr_5.2.0-2.pgdg+1_arm64.deb
Size: 226804
SHA256: 7406dab051a67efe21f634ef72bbf7ac5aab7a9055ca1160f782308326138878
SHA1: 4569d9f384b27631f9634c6b6155590c8112f365
MD5sum: 09aebf16278255fe7df390edf02285fc
Description: replication manager for PostgreSQL 12
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 12.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-12-repmgr-dbgsym
Source: repmgr
Version: 5.2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 716
Depends: postgresql-12-repmgr (= 5.2.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-12-repmgr-dbgsym_5.2.0-2.pgdg+1_arm64.deb
Size: 650160
SHA256: 4c7c897e7c5e78aab8a7c6146bfd78d42a50efd463cfeb5b3b86ed1ab8ca9a63
SHA1: ea96e9ba7ce01eadaf74bbf133b166a629899df2
MD5sum: f2c49021a64fac1f39a400feeeb0d20c
Description: debug symbols for postgresql-12-repmgr
Build-Ids: 2817522500644f4155124af885b81c675a210160 5df61618daa09b654fb7a8f92d45cd86cb040e77 865b9d9524ddbb859db875ef4701cdfd781d3a1f
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-13-icu-ext
Source: icu-ext
Version: 1.6.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: postgresql-13, libc6 (>= 2.17), libicu67 (>= 67.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext_1.6.1-3.pgdg+1_arm64.deb
Size: 70776
SHA256: e235bd82e9fe4f87375f4bee296f2ce3ac6fc718a8672c00b18789dde4f7a5cb
SHA1: ea8362c98df0e5b289c4cdac1bcf6d96a01c1fad
MD5sum: 60c24dd1b84344b9e5c5882c97c828cd
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-13-icu-ext-dbgsym
Source: icu-ext
Version: 1.6.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 78
Depends: postgresql-13-icu-ext (= 1.6.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext-dbgsym_1.6.1-3.pgdg+1_arm64.deb
Size: 59520
SHA256: 37e4253e81002c3842ff4ea621f9b76d9fea3d1d80b5b0955ed4dcb7bd2e097b
SHA1: c84228b56964754a42b0dbd8cdd592793db0e710
MD5sum: 594de5cec8a57230026568bcf25ad22c
Description: debug symbols for postgresql-13-icu-ext
Build-Ids: 03e74e5307abd316f520757a00981925e5f707ca
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-13-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.5.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 229
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-13-mysql-fdw_2.5.5-1.pgdg+1_arm64.deb
Size: 102236
SHA256: bab9c4ba04f89694fd18d12529b6ae0294b5fc1697b0bbdada6bf21c672434c5
SHA1: 652de2c0746759410b671c8d75af9777ee1a1aa8
MD5sum: e20835ae9d7b70d392f6a2e9fc11f48a
Description: Postgres 13 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 13.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-13-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.5.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-13-mysql-fdw (= 2.5.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-13-mysql-fdw-dbgsym_2.5.5-1.pgdg+1_arm64.deb
Size: 112700
SHA256: 728977cc3221b1175f7cb8ef9e83025e39b6d24b0b24699d3e4881c5b2792e8a
SHA1: dde94e91db3885fa213e92ecbcbdfbb159a20d1a
MD5sum: da2734427980d4ab3575dc15cf49ac19
Description: debug symbols for postgresql-13-mysql-fdw
Build-Ids: dc1524e2e5255a61257f2338ed5c7dace7cb91de
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-13-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.0.0-1.pgdg+2
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 1542
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-13-pgl-ddl-deploy_2.0.0-1.pgdg+2_arm64.deb
Size: 52836
SHA256: e95a479687c92e93ebbaaf757afa2d2084e35907f5b71646d08251bcf315c92c
SHA1: f02cffb5e7573c938f98f6c04bff14d4f4ddab70
MD5sum: 560f6abf9bf5a082d357038aed84859f
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 13.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-13-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.0.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 44
Depends: postgresql-13-pgl-ddl-deploy (= 2.0.0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-13-pgl-ddl-deploy-dbgsym_2.0.0-1.pgdg+2_arm64.deb
Size: 23724
SHA256: 560bb03e8de30b76b5b47ffba495f112f81c8bd798106389df3617c60ebf62d6
SHA1: 159f3510ef8ffb5177d7f2e8975392af8b837da3
MD5sum: 6ded21355dfe584c894d05e957522dec
Description: debug symbols for postgresql-13-pgl-ddl-deploy
Build-Ids: 9800ac7d0bb9754915992c7da18fae11565f4618 e492c9b32c5ca07d353d2fbea9b34d989b6cfbcd
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-13-pglogical
Source: pglogical
Version: 2.3.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1173
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-13
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-13-pglogical_2.3.3-2.pgdg+1_arm64.deb
Size: 436608
SHA256: 459e64c8e9b89a5e75ac75f00ae3b34491c19fca643bda4aaa3078e62b292f91
SHA1: 262ae074e5ed918e2ea0b74e425243941c800e1e
MD5sum: b4143e0db44f9cb07494a82af8368e07
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-13-pglogical-dbgsym
Source: pglogical
Version: 2.3.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 424
Depends: postgresql-13-pglogical (= 2.3.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-13-pglogical-dbgsym_2.3.3-2.pgdg+1_arm64.deb
Size: 357992
SHA256: 0443821e99e1fc24fdfaa55dd3f48c49a679089c839ab924003868446b91d795
SHA1: 03b509e8ab2a804807144101d9e4871403ff8ea9
MD5sum: 3223c9e1c0a9f4c5ab9e4ac267fcecda
Description: debug symbols for postgresql-13-pglogical
Build-Ids: 13888862500e724748ac589ccfc92994228de2dd 206c5eecf9bd15e86006721cc356ec42c2964d61 a4f647e4f812f3cebe9351b78217da16368ebf42
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-13-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-3.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 135
Depends: postgresql-13, postgresql-13-pglogical, libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-13-pglogical-ticker_1.4.1-3.pgdg+1_arm64.deb
Size: 20948
SHA256: 84f76343202ec761dc42d1ee3b056e85ce2b6bb5877e23ae60abec837595e000
SHA1: cb1e6595712a2cf17812e79acbe5ab2d4200f354
MD5sum: 724263e20611f5c7b9953dda6fe59251
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 13.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-13-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 29
Depends: postgresql-13-pglogical-ticker (= 1.4.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-13-pglogical-ticker-dbgsym_1.4.1-3.pgdg+1_arm64.deb
Size: 14148
SHA256: a11f95b156af53d4ab30c4c8147301e3957e68ce0c6069d5448e558342e9776c
SHA1: 102e3c1b7f7bf16a5076fe4fddec58a84dc7813e
MD5sum: 91b511a3f937cb2528209daa20306fca
Description: debug symbols for postgresql-13-pglogical-ticker
Build-Ids: b21016486ebd700e1c4abe9449671c68de6d7ef3
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 1.14.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 570
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_1.14.0-1.pgdg+1_arm64.deb
Size: 257028
SHA256: 0ba024eeef723fe315e1d33c126d65ff3be6a4a9ba80690f3e414f9914632cef
SHA1: 2acc794c8012f9b6152fd989c4ef504f6d016e6c
MD5sum: 0e2a9cb396dfbebf0b7caadd7bd5feb4
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.14.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 238
Depends: postgresql-13-plpgsql-check (= 1.14.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_1.14.0-1.pgdg+1_arm64.deb
Size: 210548
SHA256: b95a254d8cef6ba31ab95f76bc5d3d9a46ad8541b18efeb3c6276bbac323648e
SHA1: bc1b3de878907309ed415f094e836abb4118f923
MD5sum: 457b53bba18e315a10cbc3c65313274d
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: 730805eb5f6b82975798bd81808d1e881adbc048
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-13-postgis-2.5
Source: postgis-2.5
Version: 2.5.5+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 8044
Depends: postgresql-13, postgresql-13-postgis-2.5-scripts, libc6 (>= 2.17), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.7.0), libjson-c5 (>= 0.15), liblwgeom-2.5-0 (>= 2.5.4), libpcre3, libproj19 (>= 4.9.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.2.0), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-13-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-13-postgis-2.5_2.5.5+dfsg-1.pgdg+2_arm64.deb
Size: 2976580
SHA256: 29abb133a6e6a3f59b364ec045a9fc1ecf99005355365f8accd1cb14337d1b98
SHA1: 2094662230416ae2007525bf3729c91bf921e6d5
MD5sum: 443b7d67b09f4682de72238c897b8531
Description: Geographic objects support for PostgreSQL 13
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 13 database, the
 postgresql-13-postgis-2.5-scripts package must be installed as well.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-13-postgis-2.5-dbgsym
Source: postgis-2.5
Version: 2.5.5+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1949
Depends: postgresql-13-postgis-2.5 (= 2.5.5+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis-2.5/postgresql-13-postgis-2.5-dbgsym_2.5.5+dfsg-1.pgdg+2_arm64.deb
Size: 1742516
SHA256: 5b2805d6de277b6175c99641ccd027e89148e6b6b32ea668132a73c39624fcb2
SHA1: 46e8a384a760e4e5bc05affa548b0c650070ca4a
MD5sum: f41d611f0a54d39e624c5d1d6c604ae9
Description: debug symbols for postgresql-13-postgis-2.5
Build-Ids: 4efcd69754a8cd5549a9e0c217c1597ed518f7fb 7f58f03ff27834ce627745fb0a5d8444c8012cb4 db86fd0878ed3193f616dc5590db9ddec958638d f740f06cf146e95eb77f437d5ee3a99a84d68c2e
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-13-postgis-2.5-scripts
Source: postgis-2.5
Version: 2.5.5+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 22082
Depends: perl:any
Recommends: postgresql-13-postgis-2.5
Conflicts: postgresql-13-postgis-2.2-scripts, postgresql-13-postgis-2.3-scripts, postgresql-13-postgis-2.4-scripts
Breaks: postgresql-13-postgis-scripts (<< 2.2.2+dfsg-3~)
Replaces: postgresql-13-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-13-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-13-postgis-2.5-scripts_2.5.5+dfsg-1.pgdg+2_all.deb
Size: 825956
SHA256: 66c41185b074732650f807fe9fc80e79b58a81e2dbad0813ddb22efe7f077a8b
SHA1: 89da01acedb0c03213e0dd1a2e533eba5d58c90e
MD5sum: 20c6386afc8320ff7f94d55ea287fe94
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-13-repmgr
Source: repmgr
Version: 5.2.0-2.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 986
Depends: postgresql-13, repmgr-common (>= 5.2.0-2.pgdg+1), libc6 (>= 2.17), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-13-repmgr_5.2.0-2.pgdg+1_arm64.deb
Size: 226976
SHA256: 5dd336ee880118fffb55f84f5d8daec1b24555be514572c6fec72cbba4031f7e
SHA1: 1c6226a11ac6e751ee12d524ffacfa9914b0bd3f
MD5sum: d810cfd4d4b339b53579a66e14ed67ba
Description: replication manager for PostgreSQL 13
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 13.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-13-repmgr-dbgsym
Source: repmgr
Version: 5.2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 717
Depends: postgresql-13-repmgr (= 5.2.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-13-repmgr-dbgsym_5.2.0-2.pgdg+1_arm64.deb
Size: 650008
SHA256: 1d94bfa585e415ee56743f1cbd7407c2b76a8077ce7f105abebc634bda4281bf
SHA1: e6a25eea2da2a14dbbd2433fd4eaba863958c922
MD5sum: ba9d79a697cdcc474411b9dfb2852321
Description: debug symbols for postgresql-13-repmgr
Build-Ids: 45248c69122ff4ed8f945f3a9b8d1a39e2638c05 8988826dfb1a91912a484b41060d31b9aa65fb51 ae2dd1a453fa96b7faad8d68bd6b4227ed39faf2
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-9.5-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.5.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-9.5, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-9.5-mysql-fdw_2.5.5-1.pgdg+1_arm64.deb
Size: 27784
SHA256: db6e41cb09a49ed4c586dd6e4d6ee395a77e308b6d8ba4006c9cb8aab54ced86
SHA1: 842af4469386540c7b0201c12a2e91b6be33ab28
MD5sum: 9188ac536e78bdfd3134817e2c270baa
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.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-9.5-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.5.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-9.5-mysql-fdw (= 2.5.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-9.5-mysql-fdw-dbgsym_2.5.5-1.pgdg+1_arm64.deb
Size: 93380
SHA256: a1bb9bdabd1d86095d0f1c62f3bf624fcef10160e95c0470da2e11ea1ee2d3de
SHA1: 5f31a1da9c2f66a2bff6e0022497bf6f789a509b
MD5sum: 38f6a5865335085aa307d72b62f9412a
Description: debug symbols for postgresql-9.5-mysql-fdw
Build-Ids: 374fe0905be832a614deb1beb07c6f0f227ef5dd
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-9.5-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.0.0-1.pgdg+2
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 1513
Depends: postgresql-9.5, libc6 (>= 2.17)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-9.5-pgl-ddl-deploy_2.0.0-1.pgdg+2_arm64.deb
Size: 40552
SHA256: 4d433d396bf870b1db006ce17226085b1d60c2b13fde2a6b820439aa4da1cc1d
SHA1: df1181708e6897da74633e120c43095123136985
MD5sum: 0588b3b892963cb984795d18c6b053be
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 9.5.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-9.5-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.0.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 42
Depends: postgresql-9.5-pgl-ddl-deploy (= 2.0.0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-9.5-pgl-ddl-deploy-dbgsym_2.0.0-1.pgdg+2_arm64.deb
Size: 21156
SHA256: 0bdbedf878ead330ecc2de7ce39a0d8471425b99fbd0e232a8fe70606408d827
SHA1: a0076005a50b0800a01b8b90701b29f32e2cb9ee
MD5sum: 5c3de5f9b37404a77db2e1c7f27fb609
Description: debug symbols for postgresql-9.5-pgl-ddl-deploy
Build-Ids: 580e59997a5d3c9acf0624d6ee38ef33c79a2c08 c7ca8b1e75e27577af64d676c87ed4ec40553585
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-9.5-pglogical
Source: pglogical
Version: 2.3.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 465
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-9.5
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-9.5-pglogical_2.3.3-2.pgdg+1_arm64.deb
Size: 107528
SHA256: b1d2ec86ab2a444381f9e9940f6e2aa0a0baf96a90e913017bb27bbcbdcab3f2
SHA1: 535170716f6f7e4829997cf4506f65b275766d9e
MD5sum: b7f271d87f9fc358f573d9d883216654
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-9.5-pglogical-dbgsym
Source: pglogical
Version: 2.3.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 376
Depends: postgresql-9.5-pglogical (= 2.3.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-9.5-pglogical-dbgsym_2.3.3-2.pgdg+1_arm64.deb
Size: 310760
SHA256: f10577873ba01d85d23ea7a99ec588aef3c385a8dfb9482c8b4dc526a2c3babd
SHA1: 01b87ca845e601a9e953b46f3299bed622ef51c8
MD5sum: a9fbf7b2262c2bcea98165fa7f112530
Description: debug symbols for postgresql-9.5-pglogical
Build-Ids: 6b39e9592ae9e3e95c88b800d97870807a88f2ef a12998c7aafc16c722307cf9cd27c047ab961f98 ead780228f0cefa3948aba6f16cc9f10bd102bb0
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-9.5-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-3.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 117
Depends: postgresql-9.5, postgresql-9.5-pglogical, libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-9.5-pglogical-ticker_1.4.1-3.pgdg+1_arm64.deb
Size: 12396
SHA256: 0cd49c69b359a2897d50c0f0d896f358b97fc66e7eb4d5e65b3949a52ce80ce3
SHA1: f021f06f64e84a097b193f823092d559723c9f7f
MD5sum: 41cd24c0b5ddfa95961090759bcea0b8
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 9.5.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-9.5-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 29
Depends: postgresql-9.5-pglogical-ticker (= 1.4.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-9.5-pglogical-ticker-dbgsym_1.4.1-3.pgdg+1_arm64.deb
Size: 14096
SHA256: 34fc1fdc8f7dbb040964859fb9df416bbfbca380a1b882328d1b685c2993e8d7
SHA1: 133e36a936f46bb2e59a974f92c66a2e8ec2a8a0
MD5sum: 417584f6ce4a919e535ea1a8234d4dc3
Description: debug symbols for postgresql-9.5-pglogical-ticker
Build-Ids: 457cbcebe0de3273f780a286444c0a0196f339e9
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-9.5-plpgsql-check
Source: plpgsql-check
Version: 1.14.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-9.5, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-9.5-plpgsql-check_1.14.0-1.pgdg+1_arm64.deb
Size: 66916
SHA256: 89445749c561a861ca45e66d69fb9fb5a70195c00e3c700272bc4e541f93f35d
SHA1: 3369feaee2ad2b994bd9e69e46d819467c6cabc9
MD5sum: 49933b23d9f59d796c0cc56df9b4865c
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-9.5-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.14.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 216
Depends: postgresql-9.5-plpgsql-check (= 1.14.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-9.5-plpgsql-check-dbgsym_1.14.0-1.pgdg+1_arm64.deb
Size: 186476
SHA256: 390a195dbcbb495cd06eb8830e32f96bdbd6d2a6c88a8d691d1c3c9cf64f4269
SHA1: b572bee53dba301fb741c5c6f71919bd420aa821
MD5sum: c17cbd22a6c3316116efcf3c19522a26
Description: debug symbols for postgresql-9.5-plpgsql-check
Build-Ids: c2fff8d77d168f723517d31e89688c7f051672dc
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-9.5-postgis-2.5
Source: postgis-2.5
Version: 2.5.5+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1743
Depends: postgresql-9.5, postgresql-9.5-postgis-2.5-scripts, libc6 (>= 2.17), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.7.0), libjson-c5 (>= 0.15), liblwgeom-2.5-0 (>= 2.5.4), libpcre3, libproj19 (>= 4.9.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.2.0), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-9.5-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-9.5-postgis-2.5_2.5.5+dfsg-1.pgdg+2_arm64.deb
Size: 581004
SHA256: edf35299ac013adf07722baa126971f8a47c5231ea866250ea5ce590f46e5bda
SHA1: 0980f4815a0862052a3ca87d9a6fbdc9068c39ab
MD5sum: adf570cf199056f4defe336f24d70fb8
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".
 .
 To create the PostGIS extensions in a PostgreSQL 9.5 database, the
 postgresql-9.5-postgis-2.5-scripts package must be installed as well.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-9.5-postgis-2.5-dbgsym
Source: postgis-2.5
Version: 2.5.5+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1829
Depends: postgresql-9.5-postgis-2.5 (= 2.5.5+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis-2.5/postgresql-9.5-postgis-2.5-dbgsym_2.5.5+dfsg-1.pgdg+2_arm64.deb
Size: 1623300
SHA256: 1f25ba1737e95aa543f1625dad94dbda9c38a36f366628d28cef77f3f5968d44
SHA1: b3648960d9b7769f678d93679c46028c5390fd6e
MD5sum: f672bf10125504ef1ea92b490eddadce
Description: debug symbols for postgresql-9.5-postgis-2.5
Build-Ids: 1c9a7af38d9d17c68e3686b06b61952879ae3171 6308d7f668c06575b707039f0b703b6e8346cb2e 894b410b6d32a02cd767dd9ad11d74ba56058073 cfad143a8f1745b1f9f6839368b9ed9b628cafad
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-9.5-postgis-2.5-scripts
Source: postgis-2.5
Version: 2.5.5+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 21984
Depends: perl:any
Recommends: postgresql-9.5-postgis-2.5
Conflicts: postgresql-9.5-postgis-2.2-scripts, postgresql-9.5-postgis-2.3-scripts, postgresql-9.5-postgis-2.4-scripts
Breaks: postgresql-9.5-postgis-scripts (<< 2.2.2+dfsg-3~)
Replaces: postgresql-9.5-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-9.5-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-9.5-postgis-2.5-scripts_2.5.5+dfsg-1.pgdg+2_all.deb
Size: 855652
SHA256: 0e65f84f331da8879d8b2cedae4925e9d54f4490085c683ece72121f2c2d0ebc
SHA1: 99bc33c376442a5642cec6073ecc07496e333aed
MD5sum: 5a2652b99e7e500006f5feaf274d7a33
Description: Geographic objects support for PostgreSQL 9.5 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 9.5 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-9.5-repmgr
Source: repmgr
Version: 5.2.0-2.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 915
Depends: postgresql-9.5, repmgr-common (>= 5.2.0-2.pgdg+1), libc6 (>= 2.17), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-9.5-repmgr_5.2.0-2.pgdg+1_arm64.deb
Size: 206204
SHA256: 5dff776bdef3180795a593a54109dc5ca8541e12ecadcb5e948857b417f4a640
SHA1: 0990287e409f05397b5f8bf4574a1b9c9804d946
MD5sum: 03e01ab25fc5995e9702d2d36e09b674
Description: replication manager for PostgreSQL 9.5
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 9.5.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-9.5-repmgr-dbgsym
Source: repmgr
Version: 5.2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 710
Depends: postgresql-9.5-repmgr (= 5.2.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-9.5-repmgr-dbgsym_5.2.0-2.pgdg+1_arm64.deb
Size: 647960
SHA256: 003133f02925cc07ec412145e1ea3f8244d64a7a4e152c2088c0ec832fcd839b
SHA1: 8a37204ccc07889c8f36333492bd1d6deceb147b
MD5sum: efdc1a0177f784a7521d4378ccb29d1d
Description: debug symbols for postgresql-9.5-repmgr
Build-Ids: 663c82a6adcff182341bc158006ee7f665433c6c 920b38b03d605b749f46f46c212dc76d81197a40 f4260b64b21e7f3ad08cab09a5a8aa73d99f25ac
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-9.6-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.5.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-9.6-mysql-fdw_2.5.5-1.pgdg+1_arm64.deb
Size: 27756
SHA256: 5a24438ddae76f97bb7e22628498e019b0aae89afaa31f05a6224537b4122a20
SHA1: 031aa5c0726f5b4a3b879073c5524d128c1cd9f8
MD5sum: fecae2336b85bacaf357383fdfad06d7
Description: Postgres 9.6 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.6.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-9.6-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.5.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-9.6-mysql-fdw (= 2.5.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-9.6-mysql-fdw-dbgsym_2.5.5-1.pgdg+1_arm64.deb
Size: 96900
SHA256: ca7df3722758bb6663f8ee83108107d645434aa61585d982724a291be3232306
SHA1: 028788bc85c24661dfbe4d8e64af726cdc84326c
MD5sum: fe89ad57dd1af523bf3f4631f4b91802
Description: debug symbols for postgresql-9.6-mysql-fdw
Build-Ids: f0be393c8f43a3f10b4dec0a08a20e57a9389c7a
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-9.6-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.0.0-1.pgdg+2
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 1513
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-9.6-pgl-ddl-deploy_2.0.0-1.pgdg+2_arm64.deb
Size: 40528
SHA256: e177222f8bfed090a4b59f2dc92e09113dfa41705ac191176972b2d2f6a8b5cb
SHA1: a0c52e71c7a1a01677b50bd374fda63d0e991657
MD5sum: 6ef8f3925cb155df1df809cb96f7fdfd
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 9.6.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-9.6-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.0.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 42
Depends: postgresql-9.6-pgl-ddl-deploy (= 2.0.0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-9.6-pgl-ddl-deploy-dbgsym_2.0.0-1.pgdg+2_arm64.deb
Size: 21628
SHA256: 768a0d2ce29c8b0e4378d6f26113b5e25210a576d23e84ca9b360c5161b363ae
SHA1: 9a95c69525688e9bf6cbcb6e82092ed4b58ccb3f
MD5sum: efdcfe4f748c9364878833d0ca1144e3
Description: debug symbols for postgresql-9.6-pgl-ddl-deploy
Build-Ids: 6bce4d589455e517fce39539003c2790ede540b4 a727368461c3ce5c70f5599a636cc948747ea1a0
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-9.6-pglogical
Source: pglogical
Version: 2.3.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 454
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-9.6
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-9.6-pglogical_2.3.3-2.pgdg+1_arm64.deb
Size: 106480
SHA256: ea5867bb4435f8b8775cf71b51ea760889699b2bfbc6d7afaa0fac931cc98a6c
SHA1: ea050a448c09def5326026c924b8f4d1c8e526e8
MD5sum: 7a878bb38379ec86b4cfd13a922e2949
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-9.6-pglogical-dbgsym
Source: pglogical
Version: 2.3.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 386
Depends: postgresql-9.6-pglogical (= 2.3.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-9.6-pglogical-dbgsym_2.3.3-2.pgdg+1_arm64.deb
Size: 323376
SHA256: 5af88f0d6fb59014d7e8cd2be1c2c8064d699d180a96a01dc8832e0701c2ac26
SHA1: 50f0bcb273bd7ff3b740428c84dafdb877679c9e
MD5sum: 76b5760479a77872b19cd1d18f35ee1f
Description: debug symbols for postgresql-9.6-pglogical
Build-Ids: 26c0968b3040a618989aa00d8e0e78875e779004 7bb9594c814e1364b8293057e7552d06ebddf664 aca9895093b32f3fafa27f88370ceb8b19cf2524
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-9.6-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-3.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 117
Depends: postgresql-9.6, postgresql-9.6-pglogical, libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-9.6-pglogical-ticker_1.4.1-3.pgdg+1_arm64.deb
Size: 12388
SHA256: 043aa4117f659b70d5ba97a47d4c74381730ee954b51c4c99f6fce4c4c097f64
SHA1: 1ac9dac322d3e6f54b4148055cfecda8ffde1bef
MD5sum: 3b0c466c3683ee0ca95566efcb079929
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 9.6.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-9.6-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 29
Depends: postgresql-9.6-pglogical-ticker (= 1.4.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-9.6-pglogical-ticker-dbgsym_1.4.1-3.pgdg+1_arm64.deb
Size: 14308
SHA256: 70411d27d97c41795ab56cc55668f646a7eb193a7d03098f6726ef2a4581b57b
SHA1: fb27faaa57d0698fe2d9a3d844328a4189c2e7b8
MD5sum: 40aad48a46de23ed6542f14598184d23
Description: debug symbols for postgresql-9.6-pglogical-ticker
Build-Ids: 9b8786f01b42aba24774c585725231c29835d202
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-9.6-plpgsql-check
Source: plpgsql-check
Version: 1.14.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-9.6-plpgsql-check_1.14.0-1.pgdg+1_arm64.deb
Size: 66760
SHA256: 1dbcac11f12d0855a922749310a727063b44284788412a5881030de9b53aa24a
SHA1: 1f664bef2a17c4306762e902ccfa01983db0d801
MD5sum: dff126e5093edf4b40ae6dc3d69ffd5d
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-9.6-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.14.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 216
Depends: postgresql-9.6-plpgsql-check (= 1.14.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-9.6-plpgsql-check-dbgsym_1.14.0-1.pgdg+1_arm64.deb
Size: 186564
SHA256: 6a5de13b2880109df9ed7bc7cda912117c9758e3ea7378f51a208274f02e97f4
SHA1: 0f1c2cd5f88f0f35177695b89ab8e13138e2e917
MD5sum: 2a4fbad0aac9aace938ca401d3221f76
Description: debug symbols for postgresql-9.6-plpgsql-check
Build-Ids: 1e3d6161e9a9f0fb6869f0eb1073de0984f01137
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-9.6-postgis-2.5
Source: postgis-2.5
Version: 2.5.5+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1739
Depends: postgresql-9.6, postgresql-9.6-postgis-2.5-scripts, libc6 (>= 2.17), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.7.0), libjson-c5 (>= 0.15), liblwgeom-2.5-0 (>= 2.5.4), libpcre3, libproj19 (>= 4.9.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.2.0), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-9.6-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-9.6-postgis-2.5_2.5.5+dfsg-1.pgdg+2_arm64.deb
Size: 581108
SHA256: 67bbd01c72cfeef1feb3c160c939be4ec291870afd21872a11db5ae2f30b3cd9
SHA1: 2380e417ef386ad1b7bddcb5fe36dc41dd982434
MD5sum: a684f2808937b9499c717638484bfbb6
Description: Geographic objects support for PostgreSQL 9.6
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 9.6 database, the
 postgresql-9.6-postgis-2.5-scripts package must be installed as well.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-9.6-postgis-2.5-dbgsym
Source: postgis-2.5
Version: 2.5.5+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1839
Depends: postgresql-9.6-postgis-2.5 (= 2.5.5+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis-2.5/postgresql-9.6-postgis-2.5-dbgsym_2.5.5+dfsg-1.pgdg+2_arm64.deb
Size: 1633032
SHA256: 96a61f0db33bfcb86d80bf90d96f0dd3d588cc44375de04ee1ebb193fb14cf91
SHA1: d5b2d386cf72578c95d6650b7e9c4495e3b44b28
MD5sum: 6855d215984924f621305f3539e404b8
Description: debug symbols for postgresql-9.6-postgis-2.5
Build-Ids: 3b6543ab679477672d396f53b0ac3a64e48f5c0d 73d642486ee99c97ed3bccb5d75f6449160e895d 9f38d33d58ba4267f2806bb03af6bcf0679ce4b0 c1475bc2b0a7ec582d8746f26375942bb7bb6cbc
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-9.6-postgis-2.5-scripts
Source: postgis-2.5
Version: 2.5.5+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 22085
Depends: perl:any
Recommends: postgresql-9.6-postgis-2.5
Conflicts: postgresql-9.6-postgis-2.2-scripts, postgresql-9.6-postgis-2.3-scripts, postgresql-9.6-postgis-2.4-scripts
Breaks: postgresql-9.6-postgis-scripts (<< 2.2.2+dfsg-3~)
Replaces: postgresql-9.6-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-9.6-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-9.6-postgis-2.5-scripts_2.5.5+dfsg-1.pgdg+2_all.deb
Size: 856448
SHA256: eae7522e167ffba6d77cce6631357a707bb1bb6e865b165b6efec220b802437c
SHA1: 690e3d0d3053052ed4b397614d16dd02a57e6549
MD5sum: 0f022435ef64e1cacacc8bf39f4e0e58
Description: Geographic objects support for PostgreSQL 9.6 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 9.6 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-9.6-repmgr
Source: repmgr
Version: 5.2.0-2.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 915
Depends: postgresql-9.6, repmgr-common (>= 5.2.0-2.pgdg+1), libc6 (>= 2.17), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-9.6-repmgr_5.2.0-2.pgdg+1_arm64.deb
Size: 206352
SHA256: fa0e7055a36bb63adce97e9b53dbfafa74ea55d8b3995043595a8b0150d98c09
SHA1: 653a7ff5dcaa87ebfdbf4bfd79916fc19affc48c
MD5sum: b2498e6b4e2f0f8bd278d043c93faf14
Description: replication manager for PostgreSQL 9.6
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 9.6.
Timestamp: 2020-11-23 15:47:56+00

Package: postgresql-9.6-repmgr-dbgsym
Source: repmgr
Version: 5.2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 710
Depends: postgresql-9.6-repmgr (= 5.2.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-9.6-repmgr-dbgsym_5.2.0-2.pgdg+1_arm64.deb
Size: 648032
SHA256: aed19a5b0a33860d2804b442a704c9bb637a80530f06bb7efaaac7d35e97cd0e
SHA1: 1d8469b047b00f63522ae79c01b6f1131e36c085
MD5sum: ec7caec545a38ec7478ed2828ecf49bc
Description: debug symbols for postgresql-9.6-repmgr
Build-Ids: 181c1ccb2d8ab0a924c1ae95bf2fc66abeda91ed 20707d7ca2c4cee99b4fbbf5acb7e402468b4a9e 96c1c6e3924fbb6dc4b572580de0b10e65bcfffe
Timestamp: 2020-11-23 15:47:56+00

Package: python3-psycopg2
Source: psycopg2 (2.8.5-1~pgdg+1)
Version: 2.8.5-1~pgdg+1+b1
Architecture: arm64
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Installed-Size: 711
Depends: python3 (<< 3.10), python3 (>= 3.8~), python3:any, libc6 (>= 2.17), libpq5 (>= 10~~)
Suggests: python-psycopg2-doc
Homepage: http://initd.org/projects/psycopg
Priority: optional
Section: python
Filename: pool/main/p/psycopg2/python3-psycopg2_2.8.5-1~pgdg+1+b1_arm64.deb
Size: 145160
SHA256: 493dd34436feb0a1cd1de12380f54618b2f30896fc46380fac18d1cd1d706940
SHA1: 1c01310878734081420a249a7757e221785682f7
MD5sum: 0b6c435b2f391eb1a18488f14409fbc3
Description: Python 3 module for PostgreSQL
 psycopg is a PostgreSQL database adapter for the Python3 programming language
 (just like pygresql and popy.) This is version 2, a complete rewrite of the
 original code to provide new-style classes for connection and cursor objects
 and other sweet candies. Like the original, psycopg 2 was written with the
 aim of being very small and fast, and stable as a rock.
 .
 psycopg is different from the other database adapter because it was designed
 for heavily multi-threaded applications that create and destroy lots of
 cursors and make a conspicuous number of concurrent INSERTs or UPDATEs.
 psycopg 2 also provides full asynchronous operations for the really brave
 programmer.
 .
 The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0
 and being thread safe at level 2. It also includes some extensions to the
 standard DBAPI-2.0 to allow for better thread performance.
Timestamp: 2020-11-23 15:47:56+00

Package: python3-psycopg2-dbg
Source: psycopg2 (2.8.5-1~pgdg+1)
Version: 2.8.5-1~pgdg+1+b1
Architecture: arm64
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Installed-Size: 622
Depends: python3-dbg, python3-psycopg2 (= 2.8.5-1~pgdg+1+b1), libc6 (>= 2.17), libpq5 (>= 10~~)
Homepage: http://initd.org/projects/psycopg
Priority: optional
Section: debug
Filename: pool/main/p/psycopg2/python3-psycopg2-dbg_2.8.5-1~pgdg+1+b1_arm64.deb
Size: 112312
SHA256: 4214f8068f55e6a76aceb70110c3783fb765b08231bf8a007624225424718059
SHA1: d25a1918df5328a84fc57582da06b95e93927345
MD5sum: 91116c22e986a698cab3a77d4f6c3b2c
Description: Python 3 module for PostgreSQL (debug extension)
 psycopg is a PostgreSQL database adapter for the Python3 programming language
 (just like pygresql and popy.) This is version 2, a complete rewrite of the
 original code to provide new-style classes for connection and cursor objects
 and other sweet candies. Like the original, psycopg 2 was written with the
 aim of being very small and fast, and stable as a rock.
 .
 This package contains the extensions built for the Python debug interpreter.
Timestamp: 2020-11-23 15:47:56+00

Package: repmgr
Version: 5.2.0-2.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 23
Depends: postgresql-13-repmgr | postgresql-12-repmgr | postgresql-11-repmgr | postgresql-10-repmgr | postgresql-9.6-repmgr | postgresql-9.5-repmgr
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/repmgr_5.2.0-2.pgdg+1_all.deb
Size: 15568
SHA256: 0c521f7ed63ec1e73b16ec84319d078326739d8967377206bc7c366b2cd6d907
SHA1: 3dbc00aa813778d9ef06532959ba10eac1a41ee0
MD5sum: be2c5de228aa1b056fdee9d1e64f3881
Description: replication manager for PostgreSQL (metapackage)
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This is a metapackage that depends on the version specific packages.
Timestamp: 2020-11-23 15:47:56+00

Package: repmgr-common
Source: repmgr
Version: 5.2.0-2.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 309
Depends: postgresql-common (>= 26), lsb-base (>= 3.0-6)
Breaks: repmgr (<< 3.0.1-1)
Replaces: repmgr (<< 3.0.1-1)
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/repmgr-common_5.2.0-2.pgdg+1_all.deb
Size: 191840
SHA256: ef70b34e23e3d92e53dea85224cbd0ae179dfc8cf7050f1b0dbaf1c6eefb45e3
SHA1: fca5acdcd554fec6956cbb945301366c25a202e2
MD5sum: 450b445a23dd9009b463ebbdafe1fe16
Description: replication manager for PostgreSQL common files
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr files common to all versions.
Timestamp: 2020-11-23 15:47:56+00

Package: postgis
Version: 3.0.3+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1358
Depends: libc6 (>= 2.29), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.8.0), libpq5, libproj19 (>= 4.9.0)
Recommends: postgresql-postgis, postgis-doc
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.0.3+dfsg-2.pgdg+1_arm64.deb
Size: 280208
SHA256: 0968fe031739fd525d4a522ec23d79a4abd6d35f57e13a561c56d69bac9952a2
SHA1: 5b4fc13362539edcf937e1185d98eb508ab5401a
MD5sum: 521fc4634ed86c53e739e54c5f869574
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2020-11-24 10:14:32+00

Package: postgis-dbgsym
Source: postgis
Version: 3.0.3+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1808
Depends: postgis (= 3.0.3+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.0.3+dfsg-2.pgdg+1_arm64.deb
Size: 1677708
SHA256: 7d02d1bef879b97880472d24f36c0e84870a1d4702775c9441026ead6b866e06
SHA1: 2f9c202a002e3253255692feb24be37314a3768a
MD5sum: 3ae944aa60ac369d03299d6a1adc7a25
Description: debug symbols for postgis
Build-Ids: 2631fb270c71001923071f4574aedb39a6ada87b 494a0e593cd9fd936aedf479572c0dff5cafe6d2 b7d14146386542d4769d5b459b266635f757a526
Timestamp: 2020-11-24 10:14:32+00

Package: postgis-doc
Source: postgis
Version: 3.0.3+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5689
Suggests: postgis
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: doc
Filename: pool/main/p/postgis/postgis-doc_3.0.3+dfsg-2.pgdg+1_all.deb
Size: 2668432
SHA256: bc54bae1f0df08753caa1d8638e8c3c027b225b0bd8a03814bb521f970e68a9d
SHA1: acbed9cc8326bfa584972e85f4a441f7ee8b92c9
MD5sum: f7880314fa38a19305c9049ffd8264db
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.
Timestamp: 2020-11-24 10:14:32+00

Package: postgresql-10-postgis-3
Source: postgis
Version: 3.0.3+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2902
Depends: postgresql-10, postgresql-10-postgis-3-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.8.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-10-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-10-postgis-3_3.0.3+dfsg-2.pgdg+1_arm64.deb
Size: 760484
SHA256: 2a2a333029b4df4ead0a189632b381443cb076fddcdeacb8a8ad7ed56f2c11a4
SHA1: a4c62f8b5a301e57f1bd2d1dd44917c5b00a9ddd
MD5sum: 6a674ac9b03b512e1d0abc1180a8f378
Description: Geographic objects support for PostgreSQL 10
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 10 database, the
 postgresql-10-postgis-3-scripts package must be installed as well.
Timestamp: 2020-11-24 10:14:32+00

Package: postgresql-10-postgis-3-dbgsym
Source: postgis
Version: 3.0.3+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4320
Depends: postgresql-10-postgis-3 (= 3.0.3+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-10-postgis-3-dbgsym_3.0.3+dfsg-2.pgdg+1_arm64.deb
Size: 4027140
SHA256: 02b6103bc7c46cf3582bc5b42fbedbe115afb81f5f9f9642910345b9f6c3ccd2
SHA1: a33f99edc4e5b574ffa6ca5f4606c507590d228a
MD5sum: 8740ad048682f42a9915f60fae6e86de
Description: debug symbols for postgresql-10-postgis-3
Build-Ids: 0a04ece29eae10a479456547aa016848bb59bf6d 8d2567dd17e813d0584343819131276a34e1aeca a8738ec0fc39ae7d8ef6ff44680aea10edcdb81d bb9df4557841bdabb2d59d5f09deb344fddd28de
Timestamp: 2020-11-24 10:14:32+00

Package: postgresql-10-postgis-3-scripts
Source: postgis
Version: 3.0.3+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26189
Depends: perl:any
Recommends: postgresql-10-postgis-3
Replaces: postgresql-10-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-10-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-10-postgis-3-scripts_3.0.3+dfsg-2.pgdg+1_all.deb
Size: 1088148
SHA256: 3588606161b97f10ac80a1d2b8abb1a94504458b009a4838424721c940fa99a1
SHA1: bd5298999f96194ec6715003bc910c705082f5d7
MD5sum: 7048ffa8fe0f01cade8de7f3434e31a1
Description: Geographic objects support for PostgreSQL 10 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 10 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-11-24 10:14:32+00

Package: postgresql-10-python3-multicorn
Source: postgresql-multicorn (1.4.0-3.pgdg+1)
Version: 1.4.0-3.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 91
Depends: postgresql-10, python3-multicorn, libc6 (>= 2.17), libpython3.9 (>= 3.9.0~b4)
Conflicts: postgresql-10-python-multicorn
Provides: postgresql-python3-multicorn
Homepage: https://multicorn.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-multicorn/postgresql-10-python3-multicorn_1.4.0-3.pgdg+1+b1_arm64.deb
Size: 28084
SHA256: f6cc9442a9de59b499695602afe0a022ce494f07494d90fef8b6b3cce685631d
SHA1: 4630abaf83ce1b8cd9d6e76f02b56eaa83ebbad6
MD5sum: 84c91b4404a9f9a3c4e25eece015993b
Description: multicorn extension for Postgres 10 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 10 and uses Python 3.
Timestamp: 2020-11-24 10:14:32+00

Package: postgresql-10-python3-multicorn-dbgsym
Source: postgresql-multicorn (1.4.0-3.pgdg+1)
Version: 1.4.0-3.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-10-python3-multicorn (= 1.4.0-3.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-multicorn/postgresql-10-python3-multicorn-dbgsym_1.4.0-3.pgdg+1+b1_arm64.deb
Size: 109664
SHA256: f8ce176f807ce18b46a8ea8f9cdb6f7e18cd8d15514004f71901686076801629
SHA1: 06134091dc63b3720544eeb6f54338d536dbe06e
MD5sum: 65081b744df30fafb8ad0e5efc02562b
Description: debug symbols for postgresql-10-python3-multicorn
Build-Ids: 80582fd89ff1612fb06f6354945594cd5a470505
Timestamp: 2020-11-24 10:14:32+00

Package: postgresql-11-postgis-3
Source: postgis
Version: 3.0.3+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9303
Depends: postgresql-11, postgresql-11-postgis-3-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.8.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-11-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3_3.0.3+dfsg-2.pgdg+1_arm64.deb
Size: 3199324
SHA256: e406359ee3833eb872f0b1a88c9ed2ec39ffc70ef66d19cf7c5e0520288a1ea6
SHA1: 7591964092b787ef75744879267c70f996765dc7
MD5sum: 2ba593f22b65ad86b9bf0167150c2bf9
Description: Geographic objects support for PostgreSQL 11
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 11 database, the
 postgresql-11-postgis-3-scripts package must be installed as well.
Timestamp: 2020-11-24 10:14:32+00

Package: postgresql-11-postgis-3-dbgsym
Source: postgis
Version: 3.0.3+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4343
Depends: postgresql-11-postgis-3 (= 3.0.3+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-11-postgis-3-dbgsym_3.0.3+dfsg-2.pgdg+1_arm64.deb
Size: 4039328
SHA256: 86fea142c7839f66e4dcf27740a6d00bdb0c9c54354afeb16fa1127696f2831a
SHA1: 13e14155402dc4ab4afa688be91dcd81812b09a9
MD5sum: 37b5bc1f847a09b6c99822eeed681fcc
Description: debug symbols for postgresql-11-postgis-3
Build-Ids: 75e08c2669c4d4b6894bc67489529d7c6d457fbd 9fdada833a723e7e57bcd1b7a32932e2d6965c0b a0af74f5ebfe36e77390533671b26921b036f2f4 d4853d5d008f4c627d3e81790c10fe942ab26267
Timestamp: 2020-11-24 10:14:32+00

Package: postgresql-11-postgis-3-scripts
Source: postgis
Version: 3.0.3+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26269
Depends: perl:any
Recommends: postgresql-11-postgis-3
Replaces: postgresql-11-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-11-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3-scripts_3.0.3+dfsg-2.pgdg+1_all.deb
Size: 1096264
SHA256: 0217b4da3ddf599d277f65c07fc6d4c757133887e27af9716384fe91483f1b6d
SHA1: 64971e18d0b1c16912a669c0e25fa7bd085ae6b0
MD5sum: 2a407c16828c4c56d6e6822762782dc3
Description: Geographic objects support for PostgreSQL 11 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 11 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-11-24 10:14:32+00

Package: postgresql-11-python3-multicorn
Source: postgresql-multicorn (1.4.0-3.pgdg+1)
Version: 1.4.0-3.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: postgresql-11, python3-multicorn, libc6 (>= 2.17), libpython3.9 (>= 3.9.0~b4)
Conflicts: postgresql-11-python-multicorn
Provides: postgresql-python3-multicorn
Homepage: https://multicorn.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-multicorn/postgresql-11-python3-multicorn_1.4.0-3.pgdg+1+b1_arm64.deb
Size: 92796
SHA256: 23d6eaf7b6779cf50ce8acf5a3ae6c2a5253612bd2fe5b1d71dee362228d00f1
SHA1: bcb198c5df9efb3e10df30880f0db4b5d3230e1b
MD5sum: 2e5266570f71d6a62d7f1184d4ea83a0
Description: multicorn extension for Postgres 11 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 11 and uses Python 3.
Timestamp: 2020-11-24 10:14:32+00

Package: postgresql-11-python3-multicorn-dbgsym
Source: postgresql-multicorn (1.4.0-3.pgdg+1)
Version: 1.4.0-3.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-11-python3-multicorn (= 1.4.0-3.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-multicorn/postgresql-11-python3-multicorn-dbgsym_1.4.0-3.pgdg+1+b1_arm64.deb
Size: 109252
SHA256: f79fc74588408c48c04bfc73d1ef946452b8430ef6aeb56e8a61306f51775ab6
SHA1: 06423ebef4fe1a0a4a8565805709d9afacbfdd03
MD5sum: 32e2f7df2a7bdbcac7280625059d7dd6
Description: debug symbols for postgresql-11-python3-multicorn
Build-Ids: cadecbdb195b45ba8629580ba23576f56c365f04
Timestamp: 2020-11-24 10:14:32+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.0.3+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9453
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.8.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-12-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.0.3+dfsg-2.pgdg+1_arm64.deb
Size: 3248924
SHA256: 715d9122f0d1df8efad0d646f4483f81a4c520483b9276960d1d2c73601e8ff3
SHA1: 1fde8e7ca2f4e15c074c91cbac40666db7f5d166
MD5sum: d7b606349a8ad5702b67091f311794be
Description: Geographic objects support for PostgreSQL 12
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 12 database, the
 postgresql-12-postgis-3-scripts package must be installed as well.
Timestamp: 2020-11-24 10:14:32+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis
Version: 3.0.3+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4378
Depends: postgresql-12-postgis-3 (= 3.0.3+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.0.3+dfsg-2.pgdg+1_arm64.deb
Size: 4076768
SHA256: 39ba47565b27285ac2b15731e4c79fcc15d1e27a5dddfdaaecb609e731873d32
SHA1: 583edac77ebd7b33ad42a86f28bde6731e09da6e
MD5sum: a4dd812efdb5af431e97090308973a9b
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 367f30f49a0c27be2fa1396056f27a5fbb5e96b4 3ce31be724cdfa2263744c2cf34069568662d04b 64229574f83532ae985fac44db9a1e6dcc4e53f1 6ca90ed941fa5c5f1b2dd0a2e102bca3c7820d92
Timestamp: 2020-11-24 10:14:32+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.0.3+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26273
Depends: perl:any
Recommends: postgresql-12-postgis-3
Replaces: postgresql-12-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-12-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.0.3+dfsg-2.pgdg+1_all.deb
Size: 1096324
SHA256: 28d10e7fb179dcc4fe048cfbcb67d93ec6f01725a8977d38ba5b0a72d2c1f1b7
SHA1: dceb0199c38da9fb5e1629c2e342cc489128e608
MD5sum: dcf34fb2e46d4244b3a831a25863ab35
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-11-24 10:14:32+00

Package: postgresql-12-python3-multicorn
Source: postgresql-multicorn (1.4.0-3.pgdg+1)
Version: 1.4.0-3.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 214
Depends: postgresql-12, python3-multicorn, libc6 (>= 2.17), libpython3.9 (>= 3.9.0~b4)
Conflicts: postgresql-12-python-multicorn
Provides: postgresql-python3-multicorn
Homepage: https://multicorn.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-multicorn/postgresql-12-python3-multicorn_1.4.0-3.pgdg+1+b1_arm64.deb
Size: 92604
SHA256: ee95a15af7062a0bdec47aa73b102fa4c958f669e292079c5708382afcf2ff76
SHA1: 64226242dd5cd51190923a644d19d6ac116e2b27
MD5sum: e2039d28304dcf1624106f2c676449e8
Description: multicorn extension for Postgres 12 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 12 and uses Python 3.
Timestamp: 2020-11-24 10:14:32+00

Package: postgresql-12-python3-multicorn-dbgsym
Source: postgresql-multicorn (1.4.0-3.pgdg+1)
Version: 1.4.0-3.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-12-python3-multicorn (= 1.4.0-3.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-multicorn/postgresql-12-python3-multicorn-dbgsym_1.4.0-3.pgdg+1+b1_arm64.deb
Size: 111104
SHA256: 533dbe17a5615cbcd6ac302cffce747f926be21bfab0c30f8929069b27f6331e
SHA1: bc33aa60cf5b938ccb5885359223defcb1d613ae
MD5sum: d4444045711ce268a6e7076fd36ba113
Description: debug symbols for postgresql-12-python3-multicorn
Build-Ids: 77acc8e505039a10a98e84fb93f1a6fbea24b47c
Timestamp: 2020-11-24 10:14:32+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.0.3+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9530
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.8.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-13-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.0.3+dfsg-2.pgdg+1_arm64.deb
Size: 3267240
SHA256: 3e013f2aade1c8261d79979f6f584ea054251ab9857dd15e29b0687b89635104
SHA1: 00f8d6c5013a2eb2fb23688d7ea5995a2115a861
MD5sum: 6ff76444e28aa2af1ff1174659df846c
Description: Geographic objects support for PostgreSQL 13
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 13 database, the
 postgresql-13-postgis-3-scripts package must be installed as well.
Timestamp: 2020-11-24 10:14:32+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis
Version: 3.0.3+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4384
Depends: postgresql-13-postgis-3 (= 3.0.3+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.0.3+dfsg-2.pgdg+1_arm64.deb
Size: 4077912
SHA256: 21e9db66afc8a034a47e6dd89f6262484740cb97955f6220f3696aef5c401fb9
SHA1: 2052f8b950884fa9d82acf911729e58e90747920
MD5sum: 5182bbf73cf01eda5e25f0b5676320da
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 4dc0d6a432ca2944e07b45656324d71d61b90a93 58a0da4d9208cdea7151ea6cc15437a5bd0ac244 8888aa05341e7f5f14a76751ec4401f646cc6ddf 88e67cce219645bc1c18ee9d14e41e5daff1bb1a
Timestamp: 2020-11-24 10:14:32+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.0.3+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26273
Depends: perl:any
Recommends: postgresql-13-postgis-3
Replaces: postgresql-13-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-13-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.0.3+dfsg-2.pgdg+1_all.deb
Size: 1095996
SHA256: 728c68175a620c457ed753c8c6c35b57046aaf7844754ae728b0625383938d4d
SHA1: 35b3cd78117d4ffbb44508cb2dd2534fbdb7b21f
MD5sum: 4b7aa9d31ad7a6b03b4739f627171cd9
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-11-24 10:14:32+00

Package: postgresql-13-python3-multicorn
Source: postgresql-multicorn (1.4.0-3.pgdg+1)
Version: 1.4.0-3.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 222
Depends: postgresql-13, python3-multicorn, libc6 (>= 2.17), libpython3.9 (>= 3.9.0~b4)
Conflicts: postgresql-13-python-multicorn
Provides: postgresql-python3-multicorn
Homepage: https://multicorn.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-multicorn/postgresql-13-python3-multicorn_1.4.0-3.pgdg+1+b1_arm64.deb
Size: 96112
SHA256: 8b99018077fcd561c2aa5e54fd994d041714e2efd26fede34fa5e0605438a4bc
SHA1: 6075f5ed6aeab495ef5f49602445f5744d742f7b
MD5sum: c074d0944f4e04b369a80b1cb226349e
Description: multicorn extension for Postgres 13 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 13 and uses Python 3.
Timestamp: 2020-11-24 10:14:32+00

Package: postgresql-13-python3-multicorn-dbgsym
Source: postgresql-multicorn (1.4.0-3.pgdg+1)
Version: 1.4.0-3.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-13-python3-multicorn (= 1.4.0-3.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-multicorn/postgresql-13-python3-multicorn-dbgsym_1.4.0-3.pgdg+1+b1_arm64.deb
Size: 116468
SHA256: 4c1670559d2ca02cb70876b654916018142e3838e595dcd69c488cd9a221f942
SHA1: 751312927294b0ef34e01d61bf6c9b06a7a163b2
MD5sum: 0058d021fa6db7aa385a2a00a9ec156b
Description: debug symbols for postgresql-13-python3-multicorn
Build-Ids: f78b36ea797efac40befce245a78224c928ad790
Timestamp: 2020-11-24 10:14:32+00

Package: postgresql-9.5-postgis-3
Source: postgis
Version: 3.0.3+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2926
Depends: postgresql-9.5, postgresql-9.5-postgis-3-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.8.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-9.5-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-9.5-postgis-3_3.0.3+dfsg-2.pgdg+1_arm64.deb
Size: 759668
SHA256: f49f25af5e19a1fb1066fa86a235c7c7b63a1fe4aa3605b0114df5dcc05a6db4
SHA1: 68e38914e9a322532b9e65e055b62ec23157cb5d
MD5sum: 2bc0640fa8f11b38d119c68ace7734f9
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".
 .
 To create the PostGIS extensions in a PostgreSQL 9.5 database, the
 postgresql-9.5-postgis-3-scripts package must be installed as well.
Timestamp: 2020-11-24 10:14:32+00

Package: postgresql-9.5-postgis-3-dbgsym
Source: postgis
Version: 3.0.3+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4244
Depends: postgresql-9.5-postgis-3 (= 3.0.3+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-9.5-postgis-3-dbgsym_3.0.3+dfsg-2.pgdg+1_arm64.deb
Size: 3944576
SHA256: 879115f9b96b045306565a4afa05672af8766e97491910c521f880c5284309be
SHA1: 8a25dcfce5cda1d7eb043047fe07b7d6b396d955
MD5sum: 7fbde773cebb0b11f0893357b6593886
Description: debug symbols for postgresql-9.5-postgis-3
Build-Ids: 490e8371bdbcfd407efaf8a4a380a63a05af252f 76c1c7600e692722fd7dcbc65bd75845e31fd80d 775a156da7f542cacabdaff76ee5e9089c800dbb abf8c7a377c2a64840aee03939de4772260227f4
Timestamp: 2020-11-24 10:14:32+00

Package: postgresql-9.5-postgis-3-scripts
Source: postgis
Version: 3.0.3+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26118
Depends: perl:any
Recommends: postgresql-9.5-postgis-3
Replaces: postgresql-9.5-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-9.5-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-9.5-postgis-3-scripts_3.0.3+dfsg-2.pgdg+1_all.deb
Size: 1082496
SHA256: f72d1f3d7799bd2ea57c0b848a744712065d2fc2a70c3a112d1e0305aad32003
SHA1: 2ab0b39345c80f2782e1194a0283688c426c07f5
MD5sum: 3bc8b9013fc1694fd4116853db8dcc5b
Description: Geographic objects support for PostgreSQL 9.5 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 9.5 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-11-24 10:14:32+00

Package: postgresql-9.6-postgis-3
Source: postgis
Version: 3.0.3+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2914
Depends: postgresql-9.6, postgresql-9.6-postgis-3-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libgdal27 (>= 2.0.1), libgeos-c1v5 (>= 3.8.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-9.6-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-9.6-postgis-3_3.0.3+dfsg-2.pgdg+1_arm64.deb
Size: 758964
SHA256: a79a85189b0058fa5d040cf7c79fa2406f19f9d3fa0f7eab17212708b73f8f25
SHA1: a372383cbacbb5df0a915b2f190aa8bae941e395
MD5sum: d036d40ec4098d25894e5b1abc06fb79
Description: Geographic objects support for PostgreSQL 9.6
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 9.6 database, the
 postgresql-9.6-postgis-3-scripts package must be installed as well.
Timestamp: 2020-11-24 10:14:32+00

Package: postgresql-9.6-postgis-3-dbgsym
Source: postgis
Version: 3.0.3+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4254
Depends: postgresql-9.6-postgis-3 (= 3.0.3+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-9.6-postgis-3-dbgsym_3.0.3+dfsg-2.pgdg+1_arm64.deb
Size: 3952768
SHA256: 168c1f68350e512401f647a541ffa0eda5a32457b0485fd2d999aace249620ab
SHA1: ca675943e97de06a736040d39f4cd521e7a5ef2b
MD5sum: 68f2dc7d56c1dc42c81c2d52eb091031
Description: debug symbols for postgresql-9.6-postgis-3
Build-Ids: 67b9a70bd95a916345abff3322624928cdc933c0 a391e85a06fc4b6e98eabb7447850ca8f86c39bf ce3e5ecf71710fed7691d8042429dd41019d5501 eaebe470a50ec3861137274b94779e9a8a4dd8e7
Timestamp: 2020-11-24 10:14:32+00

Package: postgresql-9.6-postgis-3-scripts
Source: postgis
Version: 3.0.3+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26189
Depends: perl:any
Recommends: postgresql-9.6-postgis-3
Replaces: postgresql-9.6-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-9.6-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-9.6-postgis-3-scripts_3.0.3+dfsg-2.pgdg+1_all.deb
Size: 1088092
SHA256: 99e54edd16e4ac0c9efc9bfbbfe09f50dcab2e2c536f901182ef6c5ee1035a1d
SHA1: 935fde3aa71fe20e6f0bd1f1278bc0a7943e2bdc
MD5sum: 349b878c13563253391349c7b371e856
Description: Geographic objects support for PostgreSQL 9.6 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 9.6 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-11-24 10:14:32+00

Package: postgresql-9.6-python3-multicorn
Source: postgresql-multicorn (1.4.0-3.pgdg+1)
Version: 1.4.0-3.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 91
Depends: postgresql-9.6, python3-multicorn, libc6 (>= 2.17), libpython3.9 (>= 3.9.0~b4)
Conflicts: postgresql-9.6-python-multicorn
Provides: postgresql-python3-multicorn
Homepage: https://multicorn.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-multicorn/postgresql-9.6-python3-multicorn_1.4.0-3.pgdg+1+b1_arm64.deb
Size: 27928
SHA256: 605527fe8868291e9e51b01381eae8d439b182367dbd5eea07da115e8b17141b
SHA1: e42718675962ea55ae65cfdeac8a98177ac7ae54
MD5sum: a3b2a3df6d1074d3f26b6fa83e1fad1f
Description: multicorn extension for Postgres 9.6 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.6 and uses Python 3.
Timestamp: 2020-11-24 10:14:32+00

Package: postgresql-9.6-python3-multicorn-dbgsym
Source: postgresql-multicorn (1.4.0-3.pgdg+1)
Version: 1.4.0-3.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 122
Depends: postgresql-9.6-python3-multicorn (= 1.4.0-3.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-multicorn/postgresql-9.6-python3-multicorn-dbgsym_1.4.0-3.pgdg+1+b1_arm64.deb
Size: 103516
SHA256: f3eac118fb2d5d321f57cfa4faf439aebc88feadeb51daa1f9436045184e5037
SHA1: 54f8466a6d34be2d3e5428e7323cfba0b20fd821
MD5sum: f8dfb7d09d4b9a49bab33a6646ab5edd
Description: debug symbols for postgresql-9.6-python3-multicorn
Build-Ids: 4ccc438d09a84746f4707c96ca6b1f58c4bbdb13
Timestamp: 2020-11-24 10:14:32+00

Package: python3-multicorn
Source: postgresql-multicorn (1.4.0-3.pgdg+1)
Version: 1.4.0-3.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: python3 (<< 3.10), python3 (>= 3.9~), python3:any, libc6 (>= 2.17)
Recommends: python3-ldap3, python3-lxml, python3-sqlalchemy
Suggests: postgresql-python3-multicorn
Homepage: https://multicorn.org/
Priority: optional
Section: python
Filename: pool/main/p/postgresql-multicorn/python3-multicorn_1.4.0-3.pgdg+1+b1_arm64.deb
Size: 42468
SHA256: aa42df66f9b976863e2e92c8a29c03976cd05322290cd718ccffd45c258ab0c3
SHA1: d93a6f555254a6b7bb259901a7f5cd59e35ba4b0
MD5sum: 4bb3355a3b382ffcffce54ed02ba195b
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.
Timestamp: 2020-11-24 10:14:32+00

Package: python3-multicorn-dbgsym
Source: postgresql-multicorn (1.4.0-3.pgdg+1)
Version: 1.4.0-3.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24
Depends: python3-multicorn (= 1.4.0-3.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-multicorn/python3-multicorn-dbgsym_1.4.0-3.pgdg+1+b1_arm64.deb
Size: 9608
SHA256: b8037075a1c1ad871d4eed0a5acbcc5e0be840bcf0f222a4a74657870889d428
SHA1: 356b16bee914e76037064aa29b83c921e933aee4
MD5sum: 00c277958a94bf1be16bc15a5e77d9a5
Description: debug symbols for python3-multicorn
Build-Ids: 9822b26533ebfff43b48a46fd89d0a880b0f07d6
Timestamp: 2020-11-24 10:14:32+00

Package: pgbadger
Version: 11.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1586
Depends: libjson-xs-perl, libtext-csv-xs-perl, perl:any
Multi-Arch: foreign
Homepage: https://dalibo.github.io/pgbadger/
Priority: optional
Section: database
Filename: pool/main/p/pgbadger/pgbadger_11.4-1.pgdg+1_all.deb
Size: 369496
SHA256: 99695535c80dba06ec0605b3e848c1f4a00b206d5a626494358adae100692c5a
SHA1: 29ccfe54892eb3cadc47e96b361a98f0595b51b6
MD5sum: 47706b511308987344fd762a598c4e32
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.
Timestamp: 2020-11-25 08:28:28+00

Package: pgbackrest
Version: 2.31-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 932
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.17), liblz4-1 (>= 0.0~r127), libpq5, libssl1.1 (>= 1.1.0), libxml2 (>= 2.7.4), libzstd1 (>= 1.3.2), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc, check-pgbackrest
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.31-1.pgdg+1_arm64.deb
Size: 290700
SHA256: 4d874b3d6cc1d69a6c444bfc08bd6a81ad97d30e9c5f5acd141167ffc798292c
SHA1: bb96e01ce47d4bc64eb28c1c16603ec1de872baa
MD5sum: c9e7f25c395ae1067b92f795400e9a36
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.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2020-12-09 16:14:56+00

Package: pgbackrest-dbgsym
Source: pgbackrest
Version: 2.31-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1058
Depends: pgbackrest (= 2.31-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.31-1.pgdg+1_arm64.deb
Size: 947732
SHA256: 66ae91a56deb5aee19a498577d06bc472bb76be66648f1bfb96c27f1317d27bf
SHA1: ae3b2d1d7109e47286277c1e1233ee518965a742
MD5sum: 26600c8130570e9be231b80e55ef005d
Description: debug symbols for pgbackrest
Build-Ids: b74ca75b1f4e4074889af8647886f9ca266ee0e4
Timestamp: 2020-12-09 16:14:56+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.31-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1191
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.31-1.pgdg+1_all.deb
Size: 108368
SHA256: 40a828c01fcf47c31fbd270b44c4fdc2ab46572a1edffe196380e3256ebd9bfb
SHA1: 1ec2326268d1831bff452566f12ec153ef91fa19
MD5sum: 686fdf8da048f584d8aa3aa1b4773c0a
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2020-12-09 16:14:56+00

Package: postgis
Version: 3.1.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1403
Depends: libc6 (>= 2.29), libgdal28 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libpq5, libproj19 (>= 4.9.0)
Recommends: postgresql-postgis, postgis-doc
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.1.0+dfsg-1.pgdg+1_arm64.deb
Size: 290840
SHA256: 7f3e37b7e5e248f320ae3cee1006d44f19687e2d5e7b4894a074b383ce2a761b
SHA1: a4cc98a11baf43ee188b23a2f6e186be555b4723
MD5sum: 57581a7c87325586a5aa5b85f6c525ae
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2020-12-19 22:54:40+00

Package: postgis-dbgsym
Source: postgis
Version: 3.1.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1868
Depends: postgis (= 3.1.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.1.0+dfsg-1.pgdg+1_arm64.deb
Size: 1741208
SHA256: ff01d8e1ae1c72484c9bda80616c3664658e2e7be290375dc0ff7cdb35220e49
SHA1: 46d3653a559f94225e95c5de0ee84bdc600e3aeb
MD5sum: a4685a43ad36c3b9f41b7ce5770150be
Description: debug symbols for postgis
Build-Ids: 097bcf63fc3b1f1d2521c5a9e0cf2fb9dc58ad21 8ebb3b39b3f0dc0523af1127b590e4adc8c58d88 ffda058d59613b3e6090c9192caf0c8e5c7b8314
Timestamp: 2020-12-19 22:54:40+00

Package: postgis-doc
Source: postgis
Version: 3.1.0+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5894
Suggests: postgis
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: doc
Filename: pool/main/p/postgis/postgis-doc_3.1.0+dfsg-1.pgdg+1_all.deb
Size: 2845384
SHA256: 2a588c4d62c011b9ad8563f3cf640016f7b76ef8b1f6505caec25d0a3ae71382
SHA1: 0bf6391c017baeb1669b7f72e3a88d176a016687
MD5sum: f315b3dd93928a79353714137d68260b
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.
Timestamp: 2020-12-19 22:54:40+00

Package: postgresql-10-postgis-3
Source: postgis
Version: 3.1.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3295
Depends: postgresql-10, postgresql-10-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal28 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-10-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-10-postgis-3_3.1.0+dfsg-1.pgdg+1_arm64.deb
Size: 791108
SHA256: d30eab509715b3e3020c141f415a80194ce44cf10a83e6a81cbbdfb72ddad7bb
SHA1: b2ade7d5a18e1b17691d24328e6c7ef4a1eacb62
MD5sum: 3c9db304c5ea57dd127b4f3f98d56d0c
Description: Geographic objects support for PostgreSQL 10
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 10 database, the
 postgresql-10-postgis-3-scripts package must be installed as well.
Timestamp: 2020-12-19 22:54:40+00

Package: postgresql-10-postgis-3-dbgsym
Source: postgis
Version: 3.1.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4948
Depends: postgresql-10-postgis-3 (= 3.1.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-10-postgis-3-dbgsym_3.1.0+dfsg-1.pgdg+1_arm64.deb
Size: 4602276
SHA256: 9127629dea06a14c0fdce2ae874a832bcaef52759fa25d7a6040adde107ca77a
SHA1: bdf53961fbc4df637196cefaf4ad6897f22342ee
MD5sum: 22d1eb913198c05e2763bbcbd3bdb91d
Description: debug symbols for postgresql-10-postgis-3
Build-Ids: 001b75381e8eeb236631e248cb7615067ad9cc6a 1182441363aebfbd511b7ec1346d74f5e0528775 9f3cd456f9a75a81fa483869a10ae40d6313a10a df21d14dc8e3a5d3178bc32d72c61d87eb5955e6 f2fc69f81665d3890e7c0a77d16bdc592b0d3621
Timestamp: 2020-12-19 22:54:40+00

Package: postgresql-10-postgis-3-scripts
Source: postgis
Version: 3.1.0+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26087
Depends: perl:any
Recommends: postgresql-10-postgis-3
Replaces: postgresql-10-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-10-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-10-postgis-3-scripts_3.1.0+dfsg-1.pgdg+1_all.deb
Size: 1077100
SHA256: 652c813f0682393c1b62503d69b29418f94a9a32e81d2daf4664232ebd5ffaa0
SHA1: 1a83671bde12d3f9327dc139ba7216507262e22f
MD5sum: 44e15de9b15d88ac04a1cd6f75c1a4ce
Description: Geographic objects support for PostgreSQL 10 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 10 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-12-19 22:54:40+00

Package: postgresql-11-postgis-3
Source: postgis
Version: 3.1.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9709
Depends: postgresql-11, postgresql-11-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal28 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-11-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3_3.1.0+dfsg-1.pgdg+1_arm64.deb
Size: 3221444
SHA256: 3c47d67425366a58f614801a319f4691b1fb9dc352dfe3e98162897bd3cb9ea8
SHA1: 51d52d53f343c3b968ed0e2cb52bfefa2fbcb8a3
MD5sum: f531185f0cda266de77b412742410844
Description: Geographic objects support for PostgreSQL 11
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 11 database, the
 postgresql-11-postgis-3-scripts package must be installed as well.
Timestamp: 2020-12-19 22:54:40+00

Package: postgresql-11-postgis-3-dbgsym
Source: postgis
Version: 3.1.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4967
Depends: postgresql-11-postgis-3 (= 3.1.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-11-postgis-3-dbgsym_3.1.0+dfsg-1.pgdg+1_arm64.deb
Size: 4611608
SHA256: f2059182c0c5a3dcc59ff5e8bafe757ef2167bb3e7a36e8dcfbab28e9493ba82
SHA1: 7e243fbf09809986c13fdb9a521092165bb34595
MD5sum: d966a31869e3a2b77eecee46e882ef56
Description: debug symbols for postgresql-11-postgis-3
Build-Ids: 14ba7bf081de788b60c2f456e3332a1319a6222f 3d4c1d447d96f394b83ca1da76e43475654919c5 578fb13141e685d66dbf4b957f66a41a382397b8 6b1deaf13e73689c0a095eb4ab07eeb72fa554e5 eb73ee2725892d7aeac16e642029fbac21321f57
Timestamp: 2020-12-19 22:54:40+00

Package: postgresql-11-postgis-3-scripts
Source: postgis
Version: 3.1.0+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26166
Depends: perl:any
Recommends: postgresql-11-postgis-3
Replaces: postgresql-11-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-11-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3-scripts_3.1.0+dfsg-1.pgdg+1_all.deb
Size: 1085124
SHA256: 96787da39c5f0c38acbeda29bdb3dc222f1865fbb272f1e8723810f794ba4f97
SHA1: 0f428f7ad519b06ae322742da9c9e6c0a6324522
MD5sum: 1bcc5fce0a77d19e34dcb95ce246a1c7
Description: Geographic objects support for PostgreSQL 11 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 11 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-12-19 22:54:40+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.1.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9883
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal28 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-12-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.1.0+dfsg-1.pgdg+1_arm64.deb
Size: 3271392
SHA256: f15a7a6e7e9111b12e4f122a389ee6b550c01e84e40e99327fd03dabff4eb28b
SHA1: 0a70e6e69e0b4b341d671624fb89c4a800d1fd07
MD5sum: a950f6b9f915b371fd27f6279ec4e2fc
Description: Geographic objects support for PostgreSQL 12
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 12 database, the
 postgresql-12-postgis-3-scripts package must be installed as well.
Timestamp: 2020-12-19 22:54:40+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis
Version: 3.1.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5006
Depends: postgresql-12-postgis-3 (= 3.1.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.1.0+dfsg-1.pgdg+1_arm64.deb
Size: 4651148
SHA256: 474e8055802dd88a0353793afbf78a877a0a6b2f60ed5d11542b3310b77281d8
SHA1: 7704b68dab4bff8a6af1cd4349b8a646461b64e3
MD5sum: c90bf6855f3bc5c431cf3dec30077b5c
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 4bb9beca2b785b7edf86c10a5a83a56f9d445935 621c8dfeeb4636de8418aefbe65d48efadc883b2 7b004d5b70093b7c48fa4a8b8fcec1a3db1b6a4a a1753118f2477de237028e97b3eaa4c5a75e7e61 af6f7f605c4793ee8a82dc0430f6ad2c6fefab4f
Timestamp: 2020-12-19 22:54:40+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.1.0+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26169
Depends: perl:any
Recommends: postgresql-12-postgis-3
Replaces: postgresql-12-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-12-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.1.0+dfsg-1.pgdg+1_all.deb
Size: 1085552
SHA256: e1f1f38200a3f5a26e26e6af8fb0d58d1a3cdb3088b089575e2bf29591cd27b6
SHA1: 6889753a970696861354f29afd368c683289f481
MD5sum: 375db22bb4ed01e12da5f25070c2ca71
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-12-19 22:54:40+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.1.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9948
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal28 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-13-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.1.0+dfsg-1.pgdg+1_arm64.deb
Size: 3289628
SHA256: 74d5248ab31fa5f639717bcedb3f9588ac80e46c3571456ea9a762c005dde59c
SHA1: 60d5c95ed9d8d9c9ad7deeac424b3b770fb60cb0
MD5sum: b27b3415277834e80b88558640a56bc0
Description: Geographic objects support for PostgreSQL 13
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 13 database, the
 postgresql-13-postgis-3-scripts package must be installed as well.
Timestamp: 2020-12-19 22:54:40+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis
Version: 3.1.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5006
Depends: postgresql-13-postgis-3 (= 3.1.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.1.0+dfsg-1.pgdg+1_arm64.deb
Size: 4651448
SHA256: 4b86fed4d7be3ae043dd21e53207f10837177661586e1bae294516076db2fcf7
SHA1: d4f78b73d81387c6c7c6df644bebb5307f7a6d50
MD5sum: 740f7c8c54291c53a3b8babe1502e49a
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 0663342588c1be1f8774d4239dc5ce1f5c1eb0b5 855d9d8f12bb1a2d70c9868ec2398f15b48fff5f 88d58def7f60e0f6c89e7b80dcf2b139e0e08950 9c01013b0c6f0c585196f5f2c4cebbb8c20575ed c4b22b985582cc5a6da8bf1af88e9ff39af2ac3b
Timestamp: 2020-12-19 22:54:40+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.1.0+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26169
Depends: perl:any
Recommends: postgresql-13-postgis-3
Replaces: postgresql-13-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-13-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.1.0+dfsg-1.pgdg+1_all.deb
Size: 1085420
SHA256: a8c14b784253331952f17317dce062803e7bcc6d738fad017ecf100aa21f99bf
SHA1: 9949e535d8c84c01a2c300f2ff8bc436042ed8c5
MD5sum: 827f20aa7c7a8d577b684505b4fdfcad
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-12-19 22:54:40+00

Package: postgresql-9.6-postgis-3
Source: postgis
Version: 3.1.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3307
Depends: postgresql-9.6, postgresql-9.6-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal28 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-9.6-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-9.6-postgis-3_3.1.0+dfsg-1.pgdg+1_arm64.deb
Size: 789528
SHA256: f82bab075372d5ff98d9cc10148fef8519662a01b6bc5ca27bdc72f49dd9d711
SHA1: e1d77dbe846f89d44bdaaedf1465a472fac72ad5
MD5sum: d67006ddd69e9d0ca38c0c2d1ea1c3ed
Description: Geographic objects support for PostgreSQL 9.6
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 9.6 database, the
 postgresql-9.6-postgis-3-scripts package must be installed as well.
Timestamp: 2020-12-19 22:54:40+00

Package: postgresql-9.6-postgis-3-dbgsym
Source: postgis
Version: 3.1.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4876
Depends: postgresql-9.6-postgis-3 (= 3.1.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-9.6-postgis-3-dbgsym_3.1.0+dfsg-1.pgdg+1_arm64.deb
Size: 4521664
SHA256: 12612d9d79591159c40fda96af8169e1d6c1badc9eb433c66cab98196e0643cb
SHA1: 6cc3f6dfaccddbfe01cb7ce13bb33f03447e3e32
MD5sum: ea91c36f103388d9a7bdfceff1694ffe
Description: debug symbols for postgresql-9.6-postgis-3
Build-Ids: 347918fba1b32002097a08c896aca60965970c17 454721111cfc6fcb8947910078b18e289ba6c242 46ecfb8ada4e7c98b10bf624d65b84d0ef5f4170 63fba228f6265fa576acbca5ba3fb94baa59b7d7 c506ddce9470fb6826ed129f35129fa48d3bc46f
Timestamp: 2020-12-19 22:54:40+00

Package: postgresql-9.6-postgis-3-scripts
Source: postgis
Version: 3.1.0+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26087
Depends: perl:any
Recommends: postgresql-9.6-postgis-3
Replaces: postgresql-9.6-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-9.6-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-9.6-postgis-3-scripts_3.1.0+dfsg-1.pgdg+1_all.deb
Size: 1077060
SHA256: 058bc5590ea26ef0ae9eaa847e8db1a6dbd6488239579aae6d6b0b92c3f674ce
SHA1: 76122a4a347727f5783b9a842b13d6f551168992
MD5sum: 9ce6ff98380f6e8fba0ab92c59300c59
Description: Geographic objects support for PostgreSQL 9.6 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 9.6 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2020-12-19 22:54:40+00

Package: postgresql-10-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 73
Depends: libc6 (>= 2.17), postgresql-10, postgresql-contrib-10
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-10-pg-stat-kcache_2.2.0-1.pgdg+1_arm64.deb
Size: 16944
SHA256: 7fc9e6d52df5511b0e40213be41122ad262309017c7721be58d13c04d4b3f2f1
SHA1: 9642260c80ab033795486f2336b1083e92181d54
MD5sum: d78095e140fb2da95a00420d8bb113de
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2020-12-23 12:24:21+00

Package: postgresql-10-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 59
Depends: postgresql-10-pg-stat-kcache (= 2.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-10-pg-stat-kcache-dbgsym_2.2.0-1.pgdg+1_arm64.deb
Size: 42368
SHA256: ca05936ad0a9808ad1ea1a1bbd1a70f918ebf6169b3ebbb1de3fffde0b71f09c
SHA1: 0192e198705180c3c81e573769c7a8d746370617
MD5sum: 003d054a591d1174eab96338abf9b3c7
Description: debug symbols for postgresql-10-pg-stat-kcache
Build-Ids: 4b1151f7454eb0127810927a9ebcf7888daefafb
Timestamp: 2020-12-23 12:24:21+00

Package: postgresql-10-powa
Source: powa-archivist
Version: 4.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1025
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-10-powa_4.1.2-1.pgdg+1_arm64.deb
Size: 40944
SHA256: cc12e14109af7dba2057f283aa82bafdc2700b52c55df444c58fa560af288877
SHA1: 403203ed3b2f7d60cf11d5f146a9f007ad768ce6
MD5sum: e0a320bdc68cf9b1de9f334b2d60d746
Description: PostgreSQL Workload Analyzer -- PostgreSQL 10 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.
Timestamp: 2020-12-23 12:24:21+00

Package: postgresql-10-powa-dbgsym
Source: powa-archivist
Version: 4.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-10-powa (= 4.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-10-powa-dbgsym_4.1.2-1.pgdg+1_arm64.deb
Size: 33752
SHA256: 4f14e63fb55678bacef6b3a89b9945aa7f3dc2dc45319585cf2f094562ed7a8f
SHA1: 69b0984811c30d073ad9b89cb7a78dc2d1d0178c
MD5sum: 792dfe8a25e8076de26b7ecb5ce810fd
Description: debug symbols for postgresql-10-powa
Build-Ids: 6c1254de273c45b6ff5600a722b9738a4ce451ff
Timestamp: 2020-12-23 12:24:21+00

Package: postgresql-11-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 109
Depends: libc6 (>= 2.17), postgresql-11, postgresql-contrib-11
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-11-pg-stat-kcache_2.2.0-1.pgdg+1_arm64.deb
Size: 36776
SHA256: e774c7c2f852cddfda79b4081e7d72511c5bc73749418755752b3b519d0c302e
SHA1: 00c8534e98ad5af1cb7057af1ac4fd1b97a3743d
MD5sum: dd06fe92f79bcd76a8aa24d3d8b8f663
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2020-12-23 12:24:21+00

Package: postgresql-11-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 52
Depends: postgresql-11-pg-stat-kcache (= 2.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-11-pg-stat-kcache-dbgsym_2.2.0-1.pgdg+1_arm64.deb
Size: 35060
SHA256: e8ae7aa8bdb7823ac6ac3fde87d577fb61a0d11105017a710e9f987882944d1e
SHA1: 452e87725dcfd37e66d24b91b79c36ec57a9fed6
MD5sum: 9d11ba9ef809f01029a0c389e93308c7
Description: debug symbols for postgresql-11-pg-stat-kcache
Build-Ids: 59aca471fe876e42c5ca3156e52d8e8254e9fcf5
Timestamp: 2020-12-23 12:24:21+00

Package: postgresql-11-powa
Source: powa-archivist
Version: 4.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1052
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-11-powa_4.1.2-1.pgdg+1_arm64.deb
Size: 55472
SHA256: 9909ead0d21da76ccb1d5af77720bb269f7f28ab843d783e9dbf238dc0117367
SHA1: 3a56a7a772f3e444a203c89623daab5dc3d09c8f
MD5sum: e6b7c702ffc6ead02a480313d4b9e473
Description: PostgreSQL Workload Analyzer -- PostgreSQL 11 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.
Timestamp: 2020-12-23 12:24:21+00

Package: postgresql-11-powa-dbgsym
Source: powa-archivist
Version: 4.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-11-powa (= 4.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-11-powa-dbgsym_4.1.2-1.pgdg+1_arm64.deb
Size: 32444
SHA256: e4d1f361c86432e4ea836706c65092a9988f14dfb36d89a5e49a2b8787c189e0
SHA1: e39a830d159eb904c1ed3d34c92b6008e732d703
MD5sum: c1a6c3836bb4150dfde2e1352cee4fc1
Description: debug symbols for postgresql-11-powa
Build-Ids: e43533500fedb8421cc0135c4479f22cc21eed40
Timestamp: 2020-12-23 12:24:21+00

Package: postgresql-12-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 110
Depends: libc6 (>= 2.17), postgresql-12, postgresql-contrib-12
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-12-pg-stat-kcache_2.2.0-1.pgdg+1_arm64.deb
Size: 37104
SHA256: 1ba548d704760d0687e0dfd3fc200fede8976ba853fb2750e9a7ecabd62b4d97
SHA1: a9993e38a01d4c08993e7212e8a84598b17e60d4
MD5sum: 16be559b53d422b6d3d240d4b047119d
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2020-12-23 12:24:21+00

Package: postgresql-12-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 55
Depends: postgresql-12-pg-stat-kcache (= 2.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-12-pg-stat-kcache-dbgsym_2.2.0-1.pgdg+1_arm64.deb
Size: 39048
SHA256: b46976194396d7afcef0fcb1a6c92e9556092b46b5f3bcd85ba22f76c0d011a2
SHA1: 1b58d0aeb4329480e55d144a0bb5544fda0275bb
MD5sum: 72d07655b97a5e0a23ec311c073bc596
Description: debug symbols for postgresql-12-pg-stat-kcache
Build-Ids: be77e3ee85cf58a17edc3886db840b1803e016b8
Timestamp: 2020-12-23 12:24:21+00

Package: postgresql-12-powa
Source: powa-archivist
Version: 4.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1048
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-12-powa_4.1.2-1.pgdg+1_arm64.deb
Size: 55480
SHA256: 5ce821ecaf424ad1c9603080f826b6a27c315035f62dce2bb3cd4cc70b94e181
SHA1: 2366c4731a78df4541e45f80cd110bea02b42878
MD5sum: 8e815f944fd1a0835d3936b0f5a9b8c4
Description: PostgreSQL Workload Analyzer -- PostgreSQL 12 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.
Timestamp: 2020-12-23 12:24:21+00

Package: postgresql-12-powa-dbgsym
Source: powa-archivist
Version: 4.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-12-powa (= 4.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-12-powa-dbgsym_4.1.2-1.pgdg+1_arm64.deb
Size: 34228
SHA256: 5dece412c304611fc5a7d3c76f02474e4e52f849498e70e7ec3aacbebe6d7fe1
SHA1: c2a795e442eeec75f532474225a91f5a32720839
MD5sum: 1273b92d1f0f9c58c28bc45b9c17a45b
Description: debug symbols for postgresql-12-powa
Build-Ids: 76deac048a1608278017a69aaf60b55d04c8b1af
Timestamp: 2020-12-23 12:24:21+00

Package: postgresql-13-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 116
Depends: libc6 (>= 2.17), postgresql-13, postgresql-contrib-13
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-13-pg-stat-kcache_2.2.0-1.pgdg+1_arm64.deb
Size: 39388
SHA256: dd3405b5e414b8d9f25da37b8461e42166b3cfab3a59582fc849f3e73a204ebb
SHA1: f8131ef1c5259363994c356dbf773f86806b5022
MD5sum: aa8c6ec42872fbb81b0783a9a8238730
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2020-12-23 12:24:21+00

Package: postgresql-13-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 56
Depends: postgresql-13-pg-stat-kcache (= 2.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-13-pg-stat-kcache-dbgsym_2.2.0-1.pgdg+1_arm64.deb
Size: 39720
SHA256: 41442e42e1b49dc3bcd76e2915ac1dd11f4053d4f5c2bce68381e4e8330c781c
SHA1: ecdfd41cfaa9dea6c380e15048ff63bbb0d27fd0
MD5sum: 76e1fb9b04e17625a5a179b645cf83ea
Description: debug symbols for postgresql-13-pg-stat-kcache
Build-Ids: 1bd41f4835e4682329c48d9de76c2d14e6370abc
Timestamp: 2020-12-23 12:24:21+00

Package: postgresql-13-powa
Source: powa-archivist
Version: 4.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1048
Depends: libc6 (>= 2.17), postgresql-13
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-13-powa_4.1.2-1.pgdg+1_arm64.deb
Size: 55288
SHA256: b22927ab26cc4ccf6b5bdbf44ff516b813406d75c1d2de73df926fff7ccae303
SHA1: 2b32c553963d70a5c292e05523e577f5f77d2852
MD5sum: f50ff0921f082ec3718cf02e1636c45f
Description: PostgreSQL Workload Analyzer -- PostgreSQL 13 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.
Timestamp: 2020-12-23 12:24:21+00

Package: postgresql-13-powa-dbgsym
Source: powa-archivist
Version: 4.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-13-powa (= 4.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-13-powa-dbgsym_4.1.2-1.pgdg+1_arm64.deb
Size: 31292
SHA256: 2ae3a0323c0302233b7d13b84f6c0dfee3b1a0c91d856e518497d65db4bb6c8d
SHA1: 077d764d9e635bc7e9fa64f0f461806b0d166f6c
MD5sum: d576a15d7a84bf8c831a74afad065196
Description: debug symbols for postgresql-13-powa
Build-Ids: 1526fa405a62b3017fb459ae21a80738c7cad98c
Timestamp: 2020-12-23 12:24:21+00

Package: postgresql-9.5-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 73
Depends: libc6 (>= 2.17), postgresql-9.5, postgresql-contrib-9.5
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-9.5-pg-stat-kcache_2.2.0-1.pgdg+1_arm64.deb
Size: 16768
SHA256: adc3c9da08fb92f960c435cebd56c157710eae77eb023c48d7fb9125504b85b1
SHA1: b69d129e18ab6dc0b582915c49111395d05c4715
MD5sum: 601017e9bd223c40d9c6e2fdb53ea232
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2020-12-23 12:24:21+00

Package: postgresql-9.5-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 48
Depends: postgresql-9.5-pg-stat-kcache (= 2.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-9.5-pg-stat-kcache-dbgsym_2.2.0-1.pgdg+1_arm64.deb
Size: 31884
SHA256: d53df89592a68fbcf31834365d9496ced9afc555d0529b6fd2f42f09563cbf95
SHA1: ad175758bc17883e0c433ec505d9394fb55258ff
MD5sum: 09c82f1dba2400a2a7ee77e805dbc4a2
Description: debug symbols for postgresql-9.5-pg-stat-kcache
Build-Ids: 8cddb91d69378e1e666ab565dd12f0a2bb063438
Timestamp: 2020-12-23 12:24:21+00

Package: postgresql-9.5-powa
Source: powa-archivist
Version: 4.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1021
Depends: libc6 (>= 2.17), postgresql-9.5
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-9.5-powa_4.1.2-1.pgdg+1_arm64.deb
Size: 40896
SHA256: c5b2ea9da58b8ff6353baafd6958e8f3c18767f2f607c22b9348aa75940089e8
SHA1: 63ee4596b4ab7da062575b0d222ec7c2b475a497
MD5sum: 554bcb1e50b3af9b085939e0abd56dd8
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.
Timestamp: 2020-12-23 12:24:21+00

Package: postgresql-9.5-powa-dbgsym
Source: powa-archivist
Version: 4.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-9.5-powa (= 4.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-9.5-powa-dbgsym_4.1.2-1.pgdg+1_arm64.deb
Size: 26196
SHA256: fe9a8d2df46c4f0ac1c94749b9c6934cab8c4b191a88550ea239d32e30f54390
SHA1: 91ef5f9697bae32bcbbd793258b2e080a51f2fde
MD5sum: 31a202a1af541245715b85309ed1ff9e
Description: debug symbols for postgresql-9.5-powa
Build-Ids: 9129380561ce177d489031d38fd7708a57dc1f8c
Timestamp: 2020-12-23 12:24:21+00

Package: postgresql-9.6-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 73
Depends: libc6 (>= 2.17), postgresql-9.6, postgresql-contrib-9.6
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-9.6-pg-stat-kcache_2.2.0-1.pgdg+1_arm64.deb
Size: 17020
SHA256: e2e584c36419f59f700257e54f62a858e18485b88e42c611117150b42bc49ec7
SHA1: 105368a9d45c16c4c52ff84ff14eb377788894d0
MD5sum: 2819c213b3564477c3d00a1fa49a5320
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2020-12-23 12:24:21+00

Package: postgresql-9.6-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 49
Depends: postgresql-9.6-pg-stat-kcache (= 2.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-9.6-pg-stat-kcache-dbgsym_2.2.0-1.pgdg+1_arm64.deb
Size: 32932
SHA256: 28c614933f764e530102ad06f4fd795a21daa3e7fc74af26c9bf0271b39c4444
SHA1: a87a385396d43d7185f12e4a213b46a486f60521
MD5sum: 21f75035d0de71d60e7881e6cc3c1bab
Description: debug symbols for postgresql-9.6-pg-stat-kcache
Build-Ids: c1e53e2e3009bf480de3680ee246ce39ab045dc9
Timestamp: 2020-12-23 12:24:21+00

Package: postgresql-9.6-powa
Source: powa-archivist
Version: 4.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1021
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-9.6-powa_4.1.2-1.pgdg+1_arm64.deb
Size: 40904
SHA256: dcfb608969e5dcc1c91a051fe545b650eefd854d60f9ab15e57d5434e6565878
SHA1: 56d60ce7220f5f105ce747ddc0f6f466486acde4
MD5sum: 48b53e7404226c48f71ebf86268efb69
Description: PostgreSQL Workload Analyzer -- PostgreSQL 9.6 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.
Timestamp: 2020-12-23 12:24:21+00

Package: postgresql-9.6-powa-dbgsym
Source: powa-archivist
Version: 4.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-9.6-powa (= 4.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-9.6-powa-dbgsym_4.1.2-1.pgdg+1_arm64.deb
Size: 26708
SHA256: a6b9e6213b68fe93fd01169f0b30e670fa24d84ea1332a4aa0d80d1927b67d52
SHA1: f3ee60febe166069be9a9f24b5c1073ec21df6f1
MD5sum: 31bba6606d13d92f46ae85725068aefa
Description: debug symbols for postgresql-9.6-powa
Build-Ids: 816d78e4bb7860851380b454b018545f61603491
Timestamp: 2020-12-23 12:24:21+00

Package: liblwgeom-2.5-0
Source: postgis-2.5 (2.5.5+dfsg-1.pgdg+2)
Version: 2.5.5+dfsg-1.pgdg+2+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 673
Depends: libc6 (>= 2.29), libgeos-c1v5 (>= 3.5.0), libjson-c5 (>= 0.15), libproj19 (>= 4.9.0), libsfcgal1 (>= 1.1.0)
Homepage: http://postgis.net/
Priority: optional
Section: libs
Filename: pool/main/p/postgis-2.5/liblwgeom-2.5-0_2.5.5+dfsg-1.pgdg+2+b1_arm64.deb
Size: 239164
SHA256: 16f66f6f9115a0cfbcabd3b64985b9f49f2c803739a84d446d493fcda402e253
SHA1: 3fcbf15eb5d188803107596844e7a1fb9093b5a6
MD5sum: fe57ebf82d89d37d4de94fd7a6994638
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.
Timestamp: 2020-12-31 12:44:39+00

Package: liblwgeom-2.5-0-dbgsym
Source: postgis-2.5 (2.5.5+dfsg-1.pgdg+2)
Version: 2.5.5+dfsg-1.pgdg+2+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 721
Depends: liblwgeom-2.5-0 (= 2.5.5+dfsg-1.pgdg+2+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis-2.5/liblwgeom-2.5-0-dbgsym_2.5.5+dfsg-1.pgdg+2+b1_arm64.deb
Size: 668756
SHA256: f173b8068cbee279ec6870c5281e7917b9b94e20ff914cc70f372a2fec50d8e5
SHA1: 7e33cdb48bfc9426328f60711a1b05c3efaa45ef
MD5sum: 32c14ae363407af688fea51446ba50f4
Description: debug symbols for liblwgeom-2.5-0
Build-Ids: 23fc85ac8593dea7d566988927497f347ed83cbc
Timestamp: 2020-12-31 12:44:39+00

Package: liblwgeom-dev
Source: postgis-2.5 (2.5.5+dfsg-1.pgdg+2)
Version: 2.5.5+dfsg-1.pgdg+2+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1231
Depends: liblwgeom-2.5-0 (= 2.5.5+dfsg-1.pgdg+2+b1)
Breaks: postgis (<< 2.0.0)
Homepage: http://postgis.net/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgis-2.5/liblwgeom-dev_2.5.5+dfsg-1.pgdg+2+b1_arm64.deb
Size: 286468
SHA256: d4910f89caf2d59da40205c77cff81f48b441e713f0f768d1ce617109143babe
SHA1: aeee49bab4f711eab33d619eef7395782afd3b0c
MD5sum: dbcc0b3d432d236f9d21125135c1fce2
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.
Timestamp: 2020-12-31 12:44:39+00

Package: postgresql-10-ogr-fdw
Source: pgsql-ogr-fdw (1.0.12-2.pgdg+1)
Version: 1.0.12-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 102
Depends: postgresql-10, libc6 (>= 2.17), libgdal28 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-10-ogr-fdw_1.0.12-2.pgdg+1+b1_arm64.deb
Size: 29896
SHA256: e3f7a4a1a7f4e27559db87ab0ccad68c01dae812388ea82feb0c941e4ca8f7cc
SHA1: e455b824599d93138b179cd9bfb8753373f4b42a
MD5sum: bc010ba4613a871b56beda0f26395b0b
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2020-12-31 12:44:39+00

Package: postgresql-10-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw (1.0.12-2.pgdg+1)
Version: 1.0.12-2.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 162
Depends: postgresql-10-ogr-fdw (= 1.0.12-2.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-10-ogr-fdw-dbgsym_1.0.12-2.pgdg+1+b1_arm64.deb
Size: 133076
SHA256: b26e3a00ead85512b8f14f517867716c9c6b8fbbc91558dceb86f6647fbbe05b
SHA1: 16aaf7e1702f3af69733f837e3a5bf0dbb5c71f3
MD5sum: 6f5abcc5c9db140ae74b6f16fc4d5e1a
Description: debug symbols for postgresql-10-ogr-fdw
Build-Ids: 765900b5870058a7c703f2ba76ff6b64e181ae0b a0c612d260406d035b4a68c2188aa5f10a99dc27
Timestamp: 2020-12-31 12:44:39+00

Package: postgresql-10-postgis-2.5
Source: postgis-2.5 (2.5.5+dfsg-1.pgdg+2)
Version: 2.5.5+dfsg-1.pgdg+2+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1756
Depends: postgresql-10, postgresql-10-postgis-2.5-scripts, libc6 (>= 2.17), libgdal28 (>= 2.0.1), libgeos-c1v5 (>= 3.7.0), libjson-c5 (>= 0.15), liblwgeom-2.5-0 (>= 2.5.4), libpcre3, libproj19 (>= 4.9.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.2.0), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-10-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-10-postgis-2.5_2.5.5+dfsg-1.pgdg+2+b1_arm64.deb
Size: 579716
SHA256: f0b1a3319081f5b3113373c9290e947fd0b68576839aa4fe9006a1d74d79a4f0
SHA1: 46cc0888bd0991e782ec4b4d76521b9adef11ecf
MD5sum: 170478e7d87e00d1d0c12437700da38a
Description: Geographic objects support for PostgreSQL 10
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 10 database, the
 postgresql-10-postgis-2.5-scripts package must be installed as well.
Timestamp: 2020-12-31 12:44:39+00

Package: postgresql-10-postgis-2.5-dbgsym
Source: postgis-2.5 (2.5.5+dfsg-1.pgdg+2)
Version: 2.5.5+dfsg-1.pgdg+2+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1906
Depends: postgresql-10-postgis-2.5 (= 2.5.5+dfsg-1.pgdg+2+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis-2.5/postgresql-10-postgis-2.5-dbgsym_2.5.5+dfsg-1.pgdg+2+b1_arm64.deb
Size: 1703736
SHA256: 3b1ef56318fb66ea831a7566a9705d734cbbd8c8ac68ef2aa1291335b9e93416
SHA1: 589bf11b26a1cd4cb85b991571b1781fb7d7088e
MD5sum: ed38ab9eaaaa2c5b936d351fcffdcede
Description: debug symbols for postgresql-10-postgis-2.5
Build-Ids: 14ce14a1efb0410630e78ad93bd3642aa6c0185c 52c2e58ee23133811f973a7e45550178a283dbdf 83ffb484b9ece5b95ba21db938f5466951c2c696 8420ca249c2929dc57dc06bf2d42bf0292d9e6aa
Timestamp: 2020-12-31 12:44:39+00

Package: postgresql-11-ogr-fdw
Source: pgsql-ogr-fdw (1.0.12-2.pgdg+1)
Version: 1.0.12-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 228
Depends: postgresql-11, libc6 (>= 2.17), libgdal28 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw_1.0.12-2.pgdg+1+b1_arm64.deb
Size: 93388
SHA256: e1dab6396ce56af1e192fca92777a0dd32dc6e0a2914c9717ee2b2cc81e05830
SHA1: 6504b7185d3270790965853f16626f9237952e80
MD5sum: 083e685fbb04ca9493818688827cde6c
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2020-12-31 12:44:39+00

Package: postgresql-11-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw (1.0.12-2.pgdg+1)
Version: 1.0.12-2.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 163
Depends: postgresql-11-ogr-fdw (= 1.0.12-2.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw-dbgsym_1.0.12-2.pgdg+1+b1_arm64.deb
Size: 134492
SHA256: bdbe0953683813885b37e251f88b22aaf24c052000e5044b18505e7ec3cc9c0a
SHA1: 79fb5d0e84d2c415159848b4cf6aa9a2fcab3894
MD5sum: 40cb14a97a5e0a2d02c046376f585dbf
Description: debug symbols for postgresql-11-ogr-fdw
Build-Ids: 351cc8a5a23f422e81c6b00b88b9175ea6f1e232 aeb9c21c0c31014606a0b8519ff7970c31a9702f
Timestamp: 2020-12-31 12:44:39+00

Package: postgresql-11-postgis-2.5
Source: postgis-2.5 (2.5.5+dfsg-1.pgdg+2)
Version: 2.5.5+dfsg-1.pgdg+2+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7874
Depends: postgresql-11, postgresql-11-postgis-2.5-scripts, libc6 (>= 2.17), libgdal28 (>= 2.0.1), libgeos-c1v5 (>= 3.7.0), libjson-c5 (>= 0.15), liblwgeom-2.5-0 (>= 2.5.4), libpcre3, libproj19 (>= 4.9.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.2.0), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-11-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-11-postgis-2.5_2.5.5+dfsg-1.pgdg+2+b1_arm64.deb
Size: 2921544
SHA256: 75377ce1c9479d1a79bc829e1ed412523d3e27f341ef19d1bfef0e27f86db3eb
SHA1: 5e3301af935d499d632a0266e6f6fd187838ae3a
MD5sum: 777cb4eee08d74999774789ec96ae6d0
Description: Geographic objects support for PostgreSQL 11
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 11 database, the
 postgresql-11-postgis-2.5-scripts package must be installed as well.
Timestamp: 2020-12-31 12:44:39+00

Package: postgresql-11-postgis-2.5-dbgsym
Source: postgis-2.5 (2.5.5+dfsg-1.pgdg+2)
Version: 2.5.5+dfsg-1.pgdg+2+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1921
Depends: postgresql-11-postgis-2.5 (= 2.5.5+dfsg-1.pgdg+2+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis-2.5/postgresql-11-postgis-2.5-dbgsym_2.5.5+dfsg-1.pgdg+2+b1_arm64.deb
Size: 1712612
SHA256: 7d03f69c34a44c218c3be13b1099ece1d8fc6f4a5236984537072b52ddcf139f
SHA1: c5711f04dd90e7937a892ce0c2a9bb47c03b6ce7
MD5sum: e0c9160fad787d246ca668963437e63b
Description: debug symbols for postgresql-11-postgis-2.5
Build-Ids: 05e71a2c266ba8a468fccc3d74e6ddeffa0caeb9 40c05e3230884480c117b291f2b656e62dfab6db 5508d8152779cdebbb82c1bf029c8ac1720ff982 9598d1a1242bb29cae79c6da433f05a74048d088
Timestamp: 2020-12-31 12:44:39+00

Package: postgresql-12-ogr-fdw
Source: pgsql-ogr-fdw (1.0.12-2.pgdg+1)
Version: 1.0.12-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 229
Depends: postgresql-12, libc6 (>= 2.17), libgdal28 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw_1.0.12-2.pgdg+1+b1_arm64.deb
Size: 94984
SHA256: bfe184791dd47a1bbdbe1ddf14f2135af224f6ef7cf67499b9673a60b3ef628d
SHA1: b310417d5ad4864f1d631997f80ae8444454cfb3
MD5sum: caf6aab5a53af66915978be498d22c7c
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2020-12-31 12:44:39+00

Package: postgresql-12-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw (1.0.12-2.pgdg+1)
Version: 1.0.12-2.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 171
Depends: postgresql-12-ogr-fdw (= 1.0.12-2.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw-dbgsym_1.0.12-2.pgdg+1+b1_arm64.deb
Size: 142324
SHA256: b04575ae91f360dd24eb318d1b1697ca4e7115932f541e5ce2d4ed45246a1a42
SHA1: 93c436f6872c0899c69749e5632684264a3add07
MD5sum: df075c7372bb1e68a923d85e3a680ef4
Description: debug symbols for postgresql-12-ogr-fdw
Build-Ids: 8b4bac37de47743be6961093541f497df25708a0 fbf207d59191b7332e66981314e03ef3df0ac958
Timestamp: 2020-12-31 12:44:39+00

Package: postgresql-12-postgis-2.5
Source: postgis-2.5 (2.5.5+dfsg-1.pgdg+2)
Version: 2.5.5+dfsg-1.pgdg+2+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7968
Depends: postgresql-12, postgresql-12-postgis-2.5-scripts, libc6 (>= 2.17), libgdal28 (>= 2.0.1), libgeos-c1v5 (>= 3.7.0), libjson-c5 (>= 0.15), liblwgeom-2.5-0 (>= 2.5.4), libpcre3, libproj19 (>= 4.9.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.2.0), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-12-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-12-postgis-2.5_2.5.5+dfsg-1.pgdg+2+b1_arm64.deb
Size: 2956856
SHA256: eb0aa30b9822e2322a7def81eaa70b70b7c44d79a61a5db5aa7c1a878a71550d
SHA1: 9fb99f76a34488fad00df8dc753bda782b34b719
MD5sum: 54beb92537136d98dfdbf3cfbb87e47b
Description: Geographic objects support for PostgreSQL 12
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 12 database, the
 postgresql-12-postgis-2.5-scripts package must be installed as well.
Timestamp: 2020-12-31 12:44:39+00

Package: postgresql-12-postgis-2.5-dbgsym
Source: postgis-2.5 (2.5.5+dfsg-1.pgdg+2)
Version: 2.5.5+dfsg-1.pgdg+2+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1944
Depends: postgresql-12-postgis-2.5 (= 2.5.5+dfsg-1.pgdg+2+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis-2.5/postgresql-12-postgis-2.5-dbgsym_2.5.5+dfsg-1.pgdg+2+b1_arm64.deb
Size: 1742304
SHA256: 44e1a1572d655a17ed04ec406fe7eeb963b70075161d684a381ed469a70f9353
SHA1: d587bcb50d21d709b020eba3073e093678e74bdb
MD5sum: 6c03a650561850e70945cefd4e2950bd
Description: debug symbols for postgresql-12-postgis-2.5
Build-Ids: 29603dd81679e9f273647181575b38fe8baeb9b4 6609bf9a672488978988a3f7443e7ee5b951e14f 8ee9f39ca42d7fa9864e251c9d04cd81606cba0b e2637ec0c7430bca32d9ec93d1c731536724b4bd
Timestamp: 2020-12-31 12:44:39+00

Package: postgresql-13-ogr-fdw
Source: pgsql-ogr-fdw (1.0.12-2.pgdg+1)
Version: 1.0.12-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 235
Depends: postgresql-13, libc6 (>= 2.17), libgdal28 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw_1.0.12-2.pgdg+1+b1_arm64.deb
Size: 96772
SHA256: 6ccac2cfad24ea43816626ba0a80622c3f005596ff9ed4744b19007fbbad24e4
SHA1: cb308c0ddf5ac42c5e61a5d8c23ccf487213598f
MD5sum: b123c0c72cd7adf2d774929c887b92ec
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2020-12-31 12:44:39+00

Package: postgresql-13-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw (1.0.12-2.pgdg+1)
Version: 1.0.12-2.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 175
Depends: postgresql-13-ogr-fdw (= 1.0.12-2.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw-dbgsym_1.0.12-2.pgdg+1+b1_arm64.deb
Size: 146180
SHA256: 94f103c2ca9cbb11fae1b206144f91f08228ab1d7fd246d4dc6fe5e8b3ca7c76
SHA1: 24ace020b0d00f8afb5c81603cf87f8f26c3080a
MD5sum: aa0f0fe1b1198e7921f232c363dba923
Description: debug symbols for postgresql-13-ogr-fdw
Build-Ids: 30f940e948738f0acf14e2e77cb314dba838cb93 9dd411499e941649ac3625a2426d7ea0f780113d
Timestamp: 2020-12-31 12:44:39+00

Package: postgresql-13-postgis-2.5
Source: postgis-2.5 (2.5.5+dfsg-1.pgdg+2)
Version: 2.5.5+dfsg-1.pgdg+2+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 8045
Depends: postgresql-13, postgresql-13-postgis-2.5-scripts, libc6 (>= 2.17), libgdal28 (>= 2.0.1), libgeos-c1v5 (>= 3.7.0), libjson-c5 (>= 0.15), liblwgeom-2.5-0 (>= 2.5.4), libpcre3, libproj19 (>= 4.9.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.2.0), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-13-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-13-postgis-2.5_2.5.5+dfsg-1.pgdg+2+b1_arm64.deb
Size: 2976228
SHA256: 20f8e05607e87d7cca16beac007c97d8f54dbf0b0c4165615041b0a8177bbcd2
SHA1: ad78a3eae3261968a338ad44113f61fa3d44fc62
MD5sum: 6bcba33600f6c55f10c15a983706911c
Description: Geographic objects support for PostgreSQL 13
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 13 database, the
 postgresql-13-postgis-2.5-scripts package must be installed as well.
Timestamp: 2020-12-31 12:44:39+00

Package: postgresql-13-postgis-2.5-dbgsym
Source: postgis-2.5 (2.5.5+dfsg-1.pgdg+2)
Version: 2.5.5+dfsg-1.pgdg+2+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1949
Depends: postgresql-13-postgis-2.5 (= 2.5.5+dfsg-1.pgdg+2+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis-2.5/postgresql-13-postgis-2.5-dbgsym_2.5.5+dfsg-1.pgdg+2+b1_arm64.deb
Size: 1743348
SHA256: 436634f82b6f337c63df3dfdd1c737be95338ab0d2a083493945e61a99061e01
SHA1: 6a3bbfd7fba6b2389526291aa3d3494e64e7c875
MD5sum: e625559776cf7a9dde7bb35727df52a4
Description: debug symbols for postgresql-13-postgis-2.5
Build-Ids: 086741f069709469e7eaaa72a488888790de65ba a7d9a044040d55eda2040aac44c87ba57bd66933 f4cbeb9a173e76496de42bda03a1ff1f1ccd8ea2 fbe0b5064ca11697f33b595cb9699af2af9def9c
Timestamp: 2020-12-31 12:44:39+00

Package: postgresql-9.5-ogr-fdw
Source: pgsql-ogr-fdw (1.0.12-2.pgdg+1)
Version: 1.0.12-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 105
Depends: postgresql-9.5, libc6 (>= 2.17), libgdal28 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-9.5-ogr-fdw_1.0.12-2.pgdg+1+b1_arm64.deb
Size: 30048
SHA256: 8240d59071eabd848e779f8fcc53cce895f269adaf721553079dc19713329475
SHA1: 80b06901dd1e63106585589eed22e5de45ddad39
MD5sum: 1247c736a28bcad82d6db7b9a8f9c803
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2020-12-31 12:44:39+00

Package: postgresql-9.5-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw (1.0.12-2.pgdg+1)
Version: 1.0.12-2.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 149
Depends: postgresql-9.5-ogr-fdw (= 1.0.12-2.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-9.5-ogr-fdw-dbgsym_1.0.12-2.pgdg+1+b1_arm64.deb
Size: 119788
SHA256: fcfed67168bbce5c9de5e3d8b7487edc5eb00d840d2c15882f3f7e640ce5f2f5
SHA1: b3e9d30ec56fe7b890f81ad81dccc557e28f0a1c
MD5sum: 020ba8c358e6445dfa2c6278b1f0e932
Description: debug symbols for postgresql-9.5-ogr-fdw
Build-Ids: 5c194d3ba5498332dcca1dde04afb0756c32855f 7b9f23f2bc3b1d8caf4c0993ff7729a62b3bccef
Timestamp: 2020-12-31 12:44:39+00

Package: postgresql-9.5-postgis-2.5
Source: postgis-2.5 (2.5.5+dfsg-1.pgdg+2)
Version: 2.5.5+dfsg-1.pgdg+2+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1744
Depends: postgresql-9.5, postgresql-9.5-postgis-2.5-scripts, libc6 (>= 2.17), libgdal28 (>= 2.0.1), libgeos-c1v5 (>= 3.7.0), libjson-c5 (>= 0.15), liblwgeom-2.5-0 (>= 2.5.4), libpcre3, libproj19 (>= 4.9.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.2.0), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-9.5-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-9.5-postgis-2.5_2.5.5+dfsg-1.pgdg+2+b1_arm64.deb
Size: 581524
SHA256: cd98917b852019349a971c8e09de2faebf054a5256af47071f7b84b4b4b45d16
SHA1: aa5ed3501bbe7b69bb7a282e7ca316079df83169
MD5sum: 29316e3d5c4e834eee42800aed9522c6
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".
 .
 To create the PostGIS extensions in a PostgreSQL 9.5 database, the
 postgresql-9.5-postgis-2.5-scripts package must be installed as well.
Timestamp: 2020-12-31 12:44:39+00

Package: postgresql-9.5-postgis-2.5-dbgsym
Source: postgis-2.5 (2.5.5+dfsg-1.pgdg+2)
Version: 2.5.5+dfsg-1.pgdg+2+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1829
Depends: postgresql-9.5-postgis-2.5 (= 2.5.5+dfsg-1.pgdg+2+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis-2.5/postgresql-9.5-postgis-2.5-dbgsym_2.5.5+dfsg-1.pgdg+2+b1_arm64.deb
Size: 1622324
SHA256: 24a83e4c70f8a95f502aa88d8065e960ff259ea4f5a55566a901be1b6bb29a7d
SHA1: 14281ca0a100f8b31560bcc9ec221dcd96c65367
MD5sum: dd9c52b8c799f0e702e4ad48da7ccfe5
Description: debug symbols for postgresql-9.5-postgis-2.5
Build-Ids: 7c0fd4b5e96c52fe45b92a8e227138971eade630 a144eae0027fe19fa84f8f48df440e23fbc48d35 e58c407a457a87d96bc61d1c1e33fdab10764688 ea5b5280a181def351fc49cb657f802003168d57
Timestamp: 2020-12-31 12:44:39+00

Package: postgresql-9.6-ogr-fdw
Source: pgsql-ogr-fdw (1.0.12-2.pgdg+1)
Version: 1.0.12-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 106
Depends: postgresql-9.6, libc6 (>= 2.17), libgdal28 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-9.6-ogr-fdw_1.0.12-2.pgdg+1+b1_arm64.deb
Size: 29896
SHA256: 5a361b64fe1e2e9e16e9b5607bb585572820fc0be13d2b7291395b7d8fab9f11
SHA1: 13c51b17fe29652670193a3e2f2790063ea4301f
MD5sum: cd4d38f692c2133b68f625f8dab82118
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2020-12-31 12:44:39+00

Package: postgresql-9.6-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw (1.0.12-2.pgdg+1)
Version: 1.0.12-2.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 155
Depends: postgresql-9.6-ogr-fdw (= 1.0.12-2.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-9.6-ogr-fdw-dbgsym_1.0.12-2.pgdg+1+b1_arm64.deb
Size: 126400
SHA256: fde5ab2b948e949e5e2f7010836cb26fda727af2c238ce86e90d31d7b14de6e9
SHA1: 337c2e18dabe7cbe4f172b87f68c3478a6e17fdf
MD5sum: 276d60b83da5cbf63d16a7f9aea25fff
Description: debug symbols for postgresql-9.6-ogr-fdw
Build-Ids: 300b47314827a39350666c784be8035f2ff48ffa 5a36364a88e55702ee6f9b62f6743898a2d6ae68
Timestamp: 2020-12-31 12:44:39+00

Package: postgresql-9.6-postgis-2.5
Source: postgis-2.5 (2.5.5+dfsg-1.pgdg+2)
Version: 2.5.5+dfsg-1.pgdg+2+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1740
Depends: postgresql-9.6, postgresql-9.6-postgis-2.5-scripts, libc6 (>= 2.17), libgdal28 (>= 2.0.1), libgeos-c1v5 (>= 3.7.0), libjson-c5 (>= 0.15), liblwgeom-2.5-0 (>= 2.5.4), libpcre3, libproj19 (>= 4.9.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.2.0), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-9.6-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis-2.5/postgresql-9.6-postgis-2.5_2.5.5+dfsg-1.pgdg+2+b1_arm64.deb
Size: 581212
SHA256: c9e8ce8c0e00e20754c0834a971ed4e36b65d7b45610f71d857bf3c44a87b095
SHA1: 946576086823284be3735cf176f259e2152fded5
MD5sum: dde33de18f353c8786a794d1f1ca2db8
Description: Geographic objects support for PostgreSQL 9.6
 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".
 .
 To create the PostGIS extensions in a PostgreSQL 9.6 database, the
 postgresql-9.6-postgis-2.5-scripts package must be installed as well.
Timestamp: 2020-12-31 12:44:39+00

Package: postgresql-9.6-postgis-2.5-dbgsym
Source: postgis-2.5 (2.5.5+dfsg-1.pgdg+2)
Version: 2.5.5+dfsg-1.pgdg+2+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1839
Depends: postgresql-9.6-postgis-2.5 (= 2.5.5+dfsg-1.pgdg+2+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis-2.5/postgresql-9.6-postgis-2.5-dbgsym_2.5.5+dfsg-1.pgdg+2+b1_arm64.deb
Size: 1631912
SHA256: 5e86c8e6fe711073a2f39d467b8886ed5100699b30990ca31c76722bed23a088
SHA1: 6ebf01fa996ac74c95d36515890a8b8731081373
MD5sum: 1e08247ef44cd04ef8e8964361507a9b
Description: debug symbols for postgresql-9.6-postgis-2.5
Build-Ids: 23be4e7cc04114334edcea302063b3bfc57bc50a 5facb7541395659fe9b43f89fb95d7c839a44cb5 82953b51d224c9d2213f7a452f9ee84f05488536 bb65b2d0d05a90045a6ac2101afd53409e408838
Timestamp: 2020-12-31 12:44:39+00

Package: check-pgactivity
Version: 2.5-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 354
Depends: perl:any, postgresql-client
Suggests: wget | curl | lynx | links | links2
Multi-Arch: foreign
Homepage: https://github.com/OPMDG/check_pgactivity
Priority: optional
Section: database
Filename: pool/main/c/check-pgactivity/check-pgactivity_2.5-1.pgdg+1_all.deb
Size: 76872
SHA256: 1f8187867fddd3529439e1fce0aa6768f6f89fbf31765c9b7d5ad8f30b45ea41
SHA1: 5683925f07e548df497e844d329dce3dc7e85090
MD5sum: 265cc5bd968a1fe7e9bfaadff8037e8a
Description: PostgreSQL plugin for Nagios
 check_pgactivity is a Nagios probe dedicated to PostgreSQL. It offers many
 options to measure and monitor useful performance metrics.
 .
 Services include (among others) monitoring of autovacuum, bgwriter, locks,
 long queries, idle in transaction queries, number of temporary files and WAL
 files, bloat of tables and btree indexes, commit and hit ratios,
 WAL archives exhaustivity, age of logical backups, backends number and states,
 backup label file age, connectivity, replication delay between primary and
 secondary instances, database sizes, vacuum and analyze times,
 sequence exhaustion, snapshots age, presence of unlogged tables or invalid
 indexes, incoming freeze, settings changes, PostgreSQL minor version,
 PGDATA rights, custom queries. Most services only need normal user rights.
Timestamp: 2021-01-04 16:03:29+00

Package: pgbouncer
Version: 1.15.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 537
Depends: lsb-base (>= 3.1), postgresql-common (>= 26), libc-ares2 (>= 1.12), libc6 (>= 2.26), libevent-2.1-7 (>= 2.1.8-stable), libpam0g (>= 0.99.7.1), libssl1.1 (>= 1.1.0)
Suggests: python3, python3-psycopg2
Enhances: postgresql (>= 7.4)
Homepage: https://www.pgbouncer.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbouncer/pgbouncer_1.15.0-1.pgdg+1_arm64.deb
Size: 197688
SHA256: a781868a108fd66937edfa2d8b2a021fa9bc2045717553c1cc1edc7fc83ef5a9
SHA1: 8c5c3e022cd38a182fc0ab40f2a261f40489c9cf
MD5sum: ef5f949b821a8052a1e223e2d6e3bc4e
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.
Timestamp: 2021-01-04 16:03:29+00

Package: pgbouncer-dbgsym
Source: pgbouncer
Version: 1.15.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 536
Depends: pgbouncer (= 1.15.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbouncer/pgbouncer-dbgsym_1.15.0-1.pgdg+1_arm64.deb
Size: 484420
SHA256: 5dd5c43eb498fca36ff3b87dd1449c3371f5b1435e8d179c6775d17f0a6bc33e
SHA1: c97927a1974d14887502f9cd2c59e7c922f95f37
MD5sum: 1d2adc794df867d9df14eb0854dc1e6c
Description: debug symbols for pgbouncer
Build-Ids: e020afd0ec81f76939da97276779ab75ba8bc007
Timestamp: 2021-01-04 16:03:29+00

Package: pgmodeler
Version: 0.9.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8775
Depends: pgmodeler-common, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpq5 (>= 8.4~), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.0.2), libqt5printsupport5 (>= 5.2.0), libqt5svg5 (>= 5.6.0~beta), libqt5widgets5 (>= 5.15.1), libstdc++6 (>= 5.2), libxml2 (>= 2.7.4)
Homepage: https://pgmodeler.io/
Priority: optional
Section: database
Filename: pool/main/p/pgmodeler/pgmodeler_0.9.3-1.pgdg+1_arm64.deb
Size: 3014196
SHA256: 0932b7d2b2a5abb162ccd5ad11175a84b5e413029a57178640b101e0b29b7ce9
SHA1: cbc34423f9bcc0e2d027e47e8f1e88d0efb0fee4
MD5sum: 1dfa58ed48843b4717a11c4b050b8e78
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.
Timestamp: 2021-01-04 16:03:29+00

Package: pgmodeler-common
Source: pgmodeler
Version: 0.9.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5569
Multi-Arch: foreign
Homepage: https://pgmodeler.io/
Priority: optional
Section: database
Filename: pool/main/p/pgmodeler/pgmodeler-common_0.9.3-1.pgdg+1_all.deb
Size: 675788
SHA256: 594f14a77d07552c62f791d9284b4dddc3365c2a2a8461db56c36678a557c442
SHA1: c721de6310dc5d77941a91712bbda8662aa3bc14
MD5sum: 26d7e628482b1cdfdbbee5d0c830300b
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.
Timestamp: 2021-01-04 16:03:29+00

Package: pgmodeler-dbgsym
Source: pgmodeler
Version: 0.9.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38197
Depends: pgmodeler (= 0.9.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmodeler/pgmodeler-dbgsym_0.9.3-1.pgdg+1_arm64.deb
Size: 37751784
SHA256: 1ec2051d573fedca44a3b46c7e36f8ae365ae547b5100bcdf2d1244cc20507ba
SHA1: 5f3e7b01b9324272f759045c79aac95825755335
MD5sum: cf6f0fbab642c9e1bcde08257dd756a3
Description: debug symbols for pgmodeler
Build-Ids: 037593c78a717ffee3fcb41c72d55c588561a740 5947b46e0c59ff4668bdac7c6ee3d0609b1ee6b5 6f3b2963deb9af0477b5f82b9e9d74e9c6b71532 8d4dce7bf0f7ca5531969cce94ae070fa46fc865 9e5db77a836f2e8ccd322355f3f4ad8d4eaad413 a9f09c7387e78b86aa1eacc491bd9cbe918e0eff b3192bbfbb1a6237189f9dc4fa00ad5c858d128a d666f1c7d44fe3e22f951f0989b04e9d7e41bc2a fb37ed5749006189b08e4efbabb596c3044cfdd5
Timestamp: 2021-01-04 16:03:29+00

Package: pgxnclient
Version: 1.3.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 161
Depends: ca-certificates, python3-pkg-resources, python3-six, python3:any
Homepage: https://pypi.org/project/pgxnclient/
Priority: optional
Section: database
Filename: pool/main/p/pgxnclient/pgxnclient_1.3.1-1.pgdg+1_all.deb
Size: 33576
SHA256: db4afdb01238b9108a45ab1f447e5d0ef466c947cb4b2fc09b71ccbf88ca98d3
SHA1: 6b969d1ccf96224d867ab196a7a0d8c254ee4c20
MD5sum: ddf14b41025487b7abdc9568d7743e96
Description: command line client for the PostgreSQL Extension Network
 The PGXN Client is a command line tool designed to interact with the
 PostgreSQL Extension Network at https://pgxn.org/ allowing searching,
 compiling, installing, and removing extensions in PostgreSQL databases.
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-10-hll
Source: postgresql-hll
Version: 2.15.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-10-hll_2.15.1-1.pgdg+1_arm64.deb
Size: 36140
SHA256: 5b72813858ec1563151027990030480ae026e09aa806d4307ae6fd592c63cdd6
SHA1: 44a5b50f14805b658b60ac6f59b26539d4a39d76
MD5sum: 622f701909f86398dbe449a166e1d1a8
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-10-hll-dbgsym
Source: postgresql-hll
Version: 2.15.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: postgresql-10-hll (= 2.15.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-10-hll-dbgsym_2.15.1-1.pgdg+1_arm64.deb
Size: 79052
SHA256: bccd1b33802e956c9c49c00f2e91b93ef295dcd3e7a1afb2417ee22931ca488f
SHA1: 6947387003538fdfbcc4fd11e0e97cf4d7664696
MD5sum: 0aa840e108f8218e8d682b471084fc84
Description: debug symbols for postgresql-10-hll
Build-Ids: 6c13bfdd9b690fbba4fe5a14a5ae6e93574aa954
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-10-icu-ext
Source: icu-ext
Version: 1.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-10, libc6 (>= 2.17), libicu67 (>= 67.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-10-icu-ext_1.6.2-1.pgdg+1_arm64.deb
Size: 26596
SHA256: 89711895e951af78dc91722408e448abc15e1bd95f11253ea1cc025af09b7657
SHA1: 3e8f69255fa4c1850c14d646589c0a509f29dacf
MD5sum: 02394fc0d010aa548b1a130e130adcc8
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-10-icu-ext-dbgsym
Source: icu-ext
Version: 1.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-10-icu-ext (= 1.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-10-icu-ext-dbgsym_1.6.2-1.pgdg+1_arm64.deb
Size: 66132
SHA256: 5c20a6aa4c8518cc0b5b01d8fb760f0dd904b0e440aa12513612ff32c929272e
SHA1: 2d2fd565eb2f8e949fd4b3117b2444b998eb30f0
MD5sum: 24561fa1898756a01d3045e919c4a57c
Description: debug symbols for postgresql-10-icu-ext
Build-Ids: 39c972849fedeb614175ac426d38cff9b7b0e460
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-10-orafce
Source: orafce
Version: 3.14.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 368
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-10-orafce_3.14.0-1.pgdg+1_arm64.deb
Size: 94084
SHA256: 44708eefc78479339542b63d281e40a57ed199a2288e0fd53f3db5ad37fb630a
SHA1: 72565b990716d629d7c56095934a01d900875ea5
MD5sum: 298df15c7b1b8dc969679a201ca8047f
Description: Oracle support functions for PostgreSQL 10
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-10-orafce-dbgsym
Source: orafce
Version: 3.14.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 253
Depends: postgresql-10-orafce (= 3.14.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-10-orafce-dbgsym_3.14.0-1.pgdg+1_arm64.deb
Size: 208256
SHA256: 43aade58f1a315ca1029e4f4177ab0af90dec63a0a4aabdc70de06e9d8f57f10
SHA1: d44442f77dd0d5cac611c470558dd3cae2257f5e
MD5sum: 22e1e39b80bebf3914ffe6713490f531
Description: debug symbols for postgresql-10-orafce
Build-Ids: 5b247ea768c60b07c51e4993b9ba324cdde178ad
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-10-pg-fact-loader
Source: pg-fact-loader
Version: 1.6.0-4.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 656
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-10-pg-fact-loader_1.6.0-4.pgdg+1_arm64.deb
Size: 43156
SHA256: dca4ae5149f283f261e675426ff116d10f36120e6e74da2be5d37d264a08ef89
SHA1: 19c7a9e9f95f4c10f104d9b2c2f058a228f30f14
MD5sum: 20b702cdda942fbaec42e7564d2c1347
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 10.
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-10-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.6.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 28
Depends: postgresql-10-pg-fact-loader (= 1.6.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-10-pg-fact-loader-dbgsym_1.6.0-4.pgdg+1_arm64.deb
Size: 13160
SHA256: d4ab32ccbc745fa88fb44b05b863a548a5b061ef5783146553a679ca3c8cc386
SHA1: 9c7eea4332dfb260825c03d5e4dfdb830a50b1bb
MD5sum: 8a08312bd20671a48df55d4fc3c55a73
Description: debug symbols for postgresql-10-pg-fact-loader
Build-Ids: 3b58376e7612248ce823ea9cab4be5753f215d5a
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-10-pgrouting
Source: pgrouting (3.1.0-2.pgdg+1)
Version: 3.1.0-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2487
Depends: postgresql-10-pgrouting-scripts (>= 3.1.0-2.pgdg+1), postgresql-10, postgresql-10-postgis, postgresql-10-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-10-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-10-pgrouting_3.1.0-2.pgdg+1+b1_arm64.deb
Size: 637628
SHA256: a151ac57246ebfc044862cc67fc1afe88ff7efc8d0fe33275ae79a890218aa8c
SHA1: 54d547eba5a658760f9195eb42f4d4dd982d1f04
MD5sum: c02ba0076bd176ee882b3a549582a018
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 10.
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-10-pgrouting-dbgsym
Source: pgrouting (3.1.0-2.pgdg+1)
Version: 3.1.0-2.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 23600
Depends: postgresql-10-pgrouting (= 3.1.0-2.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-10-pgrouting-dbgsym_3.1.0-2.pgdg+1+b1_arm64.deb
Size: 23459068
SHA256: f5b68c10dbf3c5b49ea999b62310a48b668448d32b29528940997fbdde9359d2
SHA1: 46b1518c3668decc34c05d57df409b3039fc67a2
MD5sum: d711648e07873092bd4dfb3e78e341fa
Description: debug symbols for postgresql-10-pgrouting
Build-Ids: d6bfa7abbdb283f2cf5e4a0f43bb4e3af26cfc92
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-10-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 50
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-10-pg-wait-sampling_1.1.2-2.pgdg+1_arm64.deb
Size: 13996
SHA256: 8df1090ffd7f6a48e4b827c3e30c17a1dab505953d8c20f22614e313952c917a
SHA1: 1005dd58ecba72ae2ae5b421be9e4e1a3f432c60
MD5sum: bb477d627f6abfd216553cdf00874b36
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-10-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 66
Depends: postgresql-10-pg-wait-sampling (= 1.1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-10-pg-wait-sampling-dbgsym_1.1.2-2.pgdg+1_arm64.deb
Size: 49736
SHA256: 1c61ed07f78b2e48bb84f59712eb2e5e691b8ff07d08589042487ada8774aaed
SHA1: 8d2b27b53fc7359c1c7897ada668ddd314d0beba
MD5sum: 02a74950a7f831caee3ce70e4ffc9d10
Description: debug symbols for postgresql-10-pg-wait-sampling
Build-Ids: 84d1c9f7a89941cd74cd18a4cb7bcd5b183b13d8
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-10-plpgsql-check
Source: plpgsql-check
Version: 1.15.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check_1.15.1-1.pgdg+1_arm64.deb
Size: 66920
SHA256: 379579d45d61c9c61b5b263067f42a283cd529a6cf6c62782a637f0944e746ff
SHA1: 3c4d02d597d6cff6999bc6c834cb5a6504986820
MD5sum: f5bb08bde280e33d340550a95942a8d7
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-10-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.15.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: postgresql-10-plpgsql-check (= 1.15.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check-dbgsym_1.15.1-1.pgdg+1_arm64.deb
Size: 184824
SHA256: 266a2acd1b5dc5e35ec84a006ba07669ed9ae1cc3da367745f6a06e2a10b30d5
SHA1: 67018b5be9d530c29f1a886fa899cd59feb2346b
MD5sum: c8b88e6b3d70c642fd057249e69275c2
Description: debug symbols for postgresql-10-plpgsql-check
Build-Ids: 286290d489da5b8cf1b465da0a5f9c82a4d490dd
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-10-pointcloud
Source: pgpointcloud
Version: 1.2.1-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: postgresql-10, libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-10-pointcloud_1.2.1-7.pgdg+1_arm64.deb
Size: 62348
SHA256: daf9f871457414f7b61aabdf35b7e2427005fe355457806c6f697a0a815fb0b2
SHA1: bebf9020a22c8c073cef1b358a44f6dee5549b6e
MD5sum: fe6514e5cf2902e80531ce9c44482429
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-10-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.1-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 188
Depends: postgresql-10-pointcloud (= 1.2.1-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-10-pointcloud-dbgsym_1.2.1-7.pgdg+1_arm64.deb
Size: 158236
SHA256: 6aa7584cf8f7c52fab28856e094b5106c4c5237c001c280e79de906a71512902
SHA1: fa6d434fbc3257efcfb75c8a3c5cc3af5bf867a8
MD5sum: 7d442a4d98025f5004a0dabcff75e1d1
Description: debug symbols for postgresql-10-pointcloud
Build-Ids: 829de8fee3c74833a45bb71764736b60c0e0becc
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-11-hll
Source: postgresql-hll
Version: 2.15.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-11-hll_2.15.1-1.pgdg+1_arm64.deb
Size: 82640
SHA256: a13e570cb35d254c98a76204c63c2591761fd497ca117465713ba64b19dbb67f
SHA1: 682eaf6ca8349d541bb04f8373781af12daf2c77
MD5sum: dca0f08f24d5b826b30f849dfb7b8f83
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-11-hll-dbgsym
Source: postgresql-hll
Version: 2.15.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: postgresql-11-hll (= 2.15.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-11-hll-dbgsym_2.15.1-1.pgdg+1_arm64.deb
Size: 82048
SHA256: 7d1b9f8258ecb79947327d11279dfbc36de6846ccc7fd5d7210df0a3db48c540
SHA1: c0199c086602b0d83a7fdc7c27739d0b329c846e
MD5sum: 35923af8094350442eaf9787dcd91873
Description: debug symbols for postgresql-11-hll
Build-Ids: 011512f239bb5a723ba4e4998973d8070fae4e21
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-11-icu-ext
Source: icu-ext
Version: 1.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 188
Depends: postgresql-11, libc6 (>= 2.17), libicu67 (>= 67.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext_1.6.2-1.pgdg+1_arm64.deb
Size: 70816
SHA256: 002ed95362786bf698333b6379bcce6100a3bbd3ecc2f2fb3eecf40c29824a86
SHA1: 2f67073a2a2374fcbec5201871530abdff505f6c
MD5sum: 3a99164009f04359929ca97bddb36880
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-11-icu-ext-dbgsym
Source: icu-ext
Version: 1.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-11-icu-ext (= 1.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext-dbgsym_1.6.2-1.pgdg+1_arm64.deb
Size: 59812
SHA256: 2771e151561ca5adde983923e1f26ba4c00938df41ea4033d8706b3d5d992a07
SHA1: 2d8f5c8d635062d7436b350f51b4172a6fc5d4f6
MD5sum: 12cc77139a853d3f0d0131ee49cc79e7
Description: debug symbols for postgresql-11-icu-ext
Build-Ids: 7b495beca2b2c86c8f4ff08265b33ac046acb7e0
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-11-orafce
Source: orafce
Version: 3.14.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 902
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_3.14.0-1.pgdg+1_arm64.deb
Size: 311908
SHA256: ff242c12d51fc100138bcdb4d16be5245dcb44fb5f017cfee14a76e61073f99d
SHA1: 56b0f8ac19b001ed192ea50d344f0913afa968d8
MD5sum: f8cc1617c8821c38efd3c5a2f3e01b2c
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 3.14.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 253
Depends: postgresql-11-orafce (= 3.14.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_3.14.0-1.pgdg+1_arm64.deb
Size: 209056
SHA256: e5597fe3396b62170afdb53c3150c73ead4be3eae7f933d47bbb82b4d95fee63
SHA1: bb4ef10cc131bbc344eabd7650c3672739eee287
MD5sum: 84f4e81579fdba56cad39e9f30209ae3
Description: debug symbols for postgresql-11-orafce
Build-Ids: 2a8e4ec99ef4df6eab44c8902a4790afdfb6f645
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-11-pg-fact-loader
Source: pg-fact-loader
Version: 1.6.0-4.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 672
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-11-pg-fact-loader_1.6.0-4.pgdg+1_arm64.deb
Size: 50844
SHA256: 19e2937dfb6d583ba3c1f44fa4608d9f45eac0059f1d7d0e1289dab385bb41e8
SHA1: 1c782776db187e653ab5a82281494045dc7e713d
MD5sum: 031da836e262659706c564446784b87c
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 11.
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-11-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.6.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 28
Depends: postgresql-11-pg-fact-loader (= 1.6.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-11-pg-fact-loader-dbgsym_1.6.0-4.pgdg+1_arm64.deb
Size: 13332
SHA256: 4293ca44e4596b54ac42c068cce8166625ea2862f836863bccca37eb20aa3695
SHA1: f2a4f23b676399bd29acc0345c698fd2d817182a
MD5sum: c327bd472a07263ce07c04ae0129bf6d
Description: debug symbols for postgresql-11-pg-fact-loader
Build-Ids: fda01fb3e7191f5d6e981559df5f374ec11bbe33
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-11-pgrouting
Source: pgrouting (3.1.0-2.pgdg+1)
Version: 3.1.0-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2483
Depends: postgresql-11-pgrouting-scripts (>= 3.1.0-2.pgdg+1), postgresql-11, postgresql-11-postgis, postgresql-11-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-11-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting_3.1.0-2.pgdg+1+b1_arm64.deb
Size: 637668
SHA256: 9a68076b14cb8fd5e5dfbd276b3ec11af570919ee8d328c4c6abe28dd66804f7
SHA1: 168debc6ebea358ef3987d8aaaa0b342373cfd82
MD5sum: 78689f7f0b7b0f21829995b152136625
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 11.
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-11-pgrouting-dbgsym
Source: pgrouting (3.1.0-2.pgdg+1)
Version: 3.1.0-2.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 23567
Depends: postgresql-11-pgrouting (= 3.1.0-2.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-dbgsym_3.1.0-2.pgdg+1+b1_arm64.deb
Size: 23427800
SHA256: 750a9449b958097b8fe349598bbef51c1acf3ed50c81322600645a3f944129ff
SHA1: db5f68535646c8c8514c322bda16e4a38bc817dc
MD5sum: 8ff9c046032063b3d303b0a664b99f87
Description: debug symbols for postgresql-11-pgrouting
Build-Ids: 4c0baea2b49ce67bec5b626021d3ac5c95223e4e
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-11-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 102
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-11-pg-wait-sampling_1.1.2-2.pgdg+1_arm64.deb
Size: 39380
SHA256: 7859d79ac58bbde8272946b62942f4b1d573ee4558e850c6a4b74f2007199491
SHA1: e0dc5e326a53e3ab2a4856832b97ccff44f627e6
MD5sum: c11ea1e3b09da633b6127c2e75951ac3
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-11-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 64
Depends: postgresql-11-pg-wait-sampling (= 1.1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-11-pg-wait-sampling-dbgsym_1.1.2-2.pgdg+1_arm64.deb
Size: 47532
SHA256: cdff9f8aca225c461ecc112c64dcc2e7ed3c19320aadd653e7663ac233a58065
SHA1: 4946f0300a679a63d741e3d771cef3a9a2060d98
MD5sum: ef349a0c62f85433726eceea3163985d
Description: debug symbols for postgresql-11-pg-wait-sampling
Build-Ids: 8de861ec5b04f2e3f00df36aaee7c5fbd63d999f
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-11-plpgsql-check
Source: plpgsql-check
Version: 1.15.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 558
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check_1.15.1-1.pgdg+1_arm64.deb
Size: 248864
SHA256: f667f2dd8bdad694ba3a3fcecf19b2e6d3e16ca977dc8ff2a9c5110ec3dcf9e7
SHA1: ad8aaac144386f1d816fc59cae6c29cef2ab2056
MD5sum: 7054db1f4df8a438ff0918a8eb88dd3e
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-11-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.15.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: postgresql-11-plpgsql-check (= 1.15.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check-dbgsym_1.15.1-1.pgdg+1_arm64.deb
Size: 191464
SHA256: 3e23248f34262acadbb0ef8272ebcfd543e85c3dee00a8139a346e4228a5235f
SHA1: 44b8952e95419bab021431601a79f0bcd4aa8173
MD5sum: 6d29902028af63764c34300e68d1a5e5
Description: debug symbols for postgresql-11-plpgsql-check
Build-Ids: 2d4b894f42b0cc2bfe96f3343d8315d1cc634e20
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-11-pointcloud
Source: pgpointcloud
Version: 1.2.1-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 375
Depends: postgresql-11, libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-11-pointcloud_1.2.1-7.pgdg+1_arm64.deb
Size: 110516
SHA256: 4853eb169dd6463caaa6ee3aa36be1b9d27f9dd01a7dfbf72b25ce339fbec9e6
SHA1: f00b87d52c1084985a15d217f6871683d05fe013
MD5sum: a8553daedf9c4de8ecd88228f79ac861
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-11-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.1-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 188
Depends: postgresql-11-pointcloud (= 1.2.1-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-11-pointcloud-dbgsym_1.2.1-7.pgdg+1_arm64.deb
Size: 157708
SHA256: 84f2571ac7a4722dc2ad4ccb118f77e91e5bf243b168140ae2a8faabf67fe745
SHA1: f2c15637d62e8241e599f45d6c0362cdab6f06e4
MD5sum: c6efdac5e88f04c0a63ccc97d6d9d6b6
Description: debug symbols for postgresql-11-pointcloud
Build-Ids: 3b98fcefe5bd3b4b72d63c04bcb4e37b8189b51f
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-12-hll
Source: postgresql-hll
Version: 2.15.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 271
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-12-hll_2.15.1-1.pgdg+1_arm64.deb
Size: 83780
SHA256: d2e32c3dac579c75f58c8276844d9ea90670ef44263612229ad238711ecdf073
SHA1: ef7a5c2d2cff408a143716b421a098c04cee8551
MD5sum: 5ba3d8e3161c568031459dde8d8c4f82
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-12-hll-dbgsym
Source: postgresql-hll
Version: 2.15.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-12-hll (= 2.15.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-12-hll-dbgsym_2.15.1-1.pgdg+1_arm64.deb
Size: 88908
SHA256: 54c6b3684b2d37e09fea8f9edf9cfe07b56ae6c5afeaa2c43aec408fbc4f2f05
SHA1: ba4cde8c7be73b52830ad132bd8a0e6a55b310dc
MD5sum: 9a9848fff856508bbe633d241c10debc
Description: debug symbols for postgresql-12-hll
Build-Ids: 8ca56cc03a0dc7478ecef53999e1dffa97e4c035
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-12-icu-ext
Source: icu-ext
Version: 1.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 190
Depends: postgresql-12, libc6 (>= 2.17), libicu67 (>= 67.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext_1.6.2-1.pgdg+1_arm64.deb
Size: 71456
SHA256: aa47fce4d5ed716a08cc9454b78c25b5faf43a180510fc7085d5c8447b515df6
SHA1: 21ba180091f4e7bb876aa964003301f39ed24554
MD5sum: aa4b97f92f492f73912a48b8c60a3ac0
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-12-icu-ext-dbgsym
Source: icu-ext
Version: 1.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-12-icu-ext (= 1.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext-dbgsym_1.6.2-1.pgdg+1_arm64.deb
Size: 62668
SHA256: 92c763c612ef90ed3bb1cf12fc44e0ef54ef8c41dc2b162654630e6150957aa8
SHA1: 3fdb2876717ae98fd2465ba2788266a2430f8546
MD5sum: 995138d23bb901e853573b812d0157d1
Description: debug symbols for postgresql-12-icu-ext
Build-Ids: 43705eb898268d08dde6a3b3a41663fce31de52e
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-12-orafce
Source: orafce
Version: 3.14.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 898
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_3.14.0-1.pgdg+1_arm64.deb
Size: 312608
SHA256: 47ac6c123cb4581a6e08f2741133db949776021a4311e2eaf12e3a0a0bae4379
SHA1: 7e93372b5ef7a9d35ce1028dfcd9d44a3835eeca
MD5sum: c0d1e80506669bc9f7b1aa812793d232
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 3.14.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 254
Depends: postgresql-12-orafce (= 3.14.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_3.14.0-1.pgdg+1_arm64.deb
Size: 210936
SHA256: d9caeb7c292fab6f8616f0782719f09be9fdc841be235944ca7878680e81c49d
SHA1: 1a1ab33d8b5a3e3a3ef88727cdbe7a4d7eacf7ee
MD5sum: 2e4b5419910ba13bc449d4e4e51afbde
Description: debug symbols for postgresql-12-orafce
Build-Ids: b98df3bae1663bc5dd77e7cb973105ca3b19e748
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-12-pg-fact-loader
Source: pg-fact-loader
Version: 1.6.0-4.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 671
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-12-pg-fact-loader_1.6.0-4.pgdg+1_arm64.deb
Size: 50592
SHA256: b688ddaffb42514e829a74e08544d18598ebeee7bb3489cb4335197eea548f04
SHA1: 3d5f15d33b20a754d2d7316104ef04a5cefe841c
MD5sum: cc58d659a2037f81fe5d6ffde0c10a6f
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 12.
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-12-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.6.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 28
Depends: postgresql-12-pg-fact-loader (= 1.6.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-12-pg-fact-loader-dbgsym_1.6.0-4.pgdg+1_arm64.deb
Size: 13148
SHA256: 2523172a35fbfa9116e3228f8650cc70f0db9226325b7f1bfbaea15f0d9e990e
SHA1: 49731eb7978a646c93396d6d88829b72d67b80ad
MD5sum: e5c365e0734551de668c1646c5212524
Description: debug symbols for postgresql-12-pg-fact-loader
Build-Ids: be8db6cd0d33a733c8396851c90066c302cdd8e1
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-12-pgrouting
Source: pgrouting (3.1.0-2.pgdg+1)
Version: 3.1.0-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2483
Depends: postgresql-12-pgrouting-scripts (>= 3.1.0-2.pgdg+1), postgresql-12, postgresql-12-postgis, postgresql-12-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-12-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting_3.1.0-2.pgdg+1+b1_arm64.deb
Size: 637312
SHA256: 98b1dc341674ce5c1c993f5de134398aa9e2dd2a669b1af63d6c866433e2b2c2
SHA1: dc899a70edc9ddbb9e0697f16c731e08757afdf2
MD5sum: 1231b766d1a338f07b2ec2c1019bc7a4
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 12.
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-12-pgrouting-dbgsym
Source: pgrouting (3.1.0-2.pgdg+1)
Version: 3.1.0-2.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 23608
Depends: postgresql-12-pgrouting (= 3.1.0-2.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-dbgsym_3.1.0-2.pgdg+1+b1_arm64.deb
Size: 23470652
SHA256: 2ce9081816f985b0d8b16bfe2de445e4f4b199f391eab5ec0a6921ca663e83de
SHA1: 88daad7178cacdeaf7cc72d7b9bbd2d2bebee42c
MD5sum: 75130bffbdf8ba0020cbbf87d1701809
Description: debug symbols for postgresql-12-pgrouting
Build-Ids: d772ca2ae1f7c10a7627f62a72c3dda110b8ad94
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-12-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 101
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-12-pg-wait-sampling_1.1.2-2.pgdg+1_arm64.deb
Size: 39056
SHA256: 4f1f8e77397eac48047c8996748f0083de0770b89b5f08093b3fdd08d74ad30b
SHA1: eb058876381394cee3801c2356aee3414523ed60
MD5sum: 370b7872a8e5ed2cf6c35ea3909de51f
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-12-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 65
Depends: postgresql-12-pg-wait-sampling (= 1.1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-12-pg-wait-sampling-dbgsym_1.1.2-2.pgdg+1_arm64.deb
Size: 49112
SHA256: c44dc7f3d8feaa5aa6b6adee3373b4ede95adfa235ba9229878b86cef76eee81
SHA1: 1af4679b0095164c32d7ebfd53bb54ba0266fce9
MD5sum: bf1580596b24b260e7c87a33be47359d
Description: debug symbols for postgresql-12-pg-wait-sampling
Build-Ids: 16e34a3a74189978eb119b60552acd684e993447
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 1.15.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 569
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_1.15.1-1.pgdg+1_arm64.deb
Size: 255080
SHA256: 2a90abe19374859a71321bfe1b6d6da4306cb175c6de03b8508701bc6d702cf2
SHA1: 46bc22142aab87d253acf039b5925c90f425ca2b
MD5sum: 3c417c48b5db20f068e27ce221ec4a9c
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.15.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 225
Depends: postgresql-12-plpgsql-check (= 1.15.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_1.15.1-1.pgdg+1_arm64.deb
Size: 197736
SHA256: 214208056086c0a8ffaf4b8751a032eebd2f6d85b9bc9fed1fc4365caaf9be5d
SHA1: 69a7768dfc1657699158bb962e5d70a88cee47a7
MD5sum: baedb1d50b0d070fd9c8330b86c43801
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: 0bab4117e1763446f946135c74bd1aff5580ab5a
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-12-pointcloud
Source: pgpointcloud
Version: 1.2.1-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 374
Depends: postgresql-12, libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-12-pointcloud_1.2.1-7.pgdg+1_arm64.deb
Size: 110196
SHA256: 4f9e4c23439139d2157cfce37635932909db26c26881115be03d171ac4503952
SHA1: 7f4c7b8c16fdc276ca3801f67eec4be97d8b023e
MD5sum: 8cc45ef66a37d4d727879f23850dff07
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-12-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.1-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 190
Depends: postgresql-12-pointcloud (= 1.2.1-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-12-pointcloud-dbgsym_1.2.1-7.pgdg+1_arm64.deb
Size: 159652
SHA256: 942208327c89324870f0f581917b530ca43ef1cee7923a940c4cacaccbb83b29
SHA1: da9c9abf9aecb520ea38f727f33bdde3a283e142
MD5sum: cf4c69df81d094a17e6f522c8e499200
Description: debug symbols for postgresql-12-pointcloud
Build-Ids: ea745e9949d7a10ab501739ca5d78c90bb165529
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-13-hll
Source: postgresql-hll
Version: 2.15.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 271
Depends: libc6 (>= 2.17), postgresql-13
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-13-hll_2.15.1-1.pgdg+1_arm64.deb
Size: 84048
SHA256: c70ffec179fbb100df8639ab4b374442c9eee262b852d2400f1b93b48caf23eb
SHA1: 67912dd594d6eeaebc3434c3aeddcebf53d6b733
MD5sum: 29111457fae968659ef78f47dc0bd0f7
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-13-hll-dbgsym
Source: postgresql-hll
Version: 2.15.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-13-hll (= 2.15.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-13-hll-dbgsym_2.15.1-1.pgdg+1_arm64.deb
Size: 89864
SHA256: e9272b03b70662836f537efcf6c5a18bb424e784777a3c2ea6c84855013a64df
SHA1: 475db15d5a8fa4aba865773741ae5b15ddcce7cb
MD5sum: 199e9f701568c7a48593e57a3ea052ef
Description: debug symbols for postgresql-13-hll
Build-Ids: d7d3bc91f9427c615712be273f5810388a4a0bf0
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-13-icu-ext
Source: icu-ext
Version: 1.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-13, libc6 (>= 2.17), libicu67 (>= 67.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext_1.6.2-1.pgdg+1_arm64.deb
Size: 72444
SHA256: a567833b8e06f72a934dfe43f64f612f637ea99aae959c2a1e14b70d811a4527
SHA1: 8cd588250ef3cdf2fb39e156fa705ffced75d8a9
MD5sum: 1c3c3a670647e8c6e429ce64ee42974f
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-13-icu-ext-dbgsym
Source: icu-ext
Version: 1.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-13-icu-ext (= 1.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext-dbgsym_1.6.2-1.pgdg+1_arm64.deb
Size: 61532
SHA256: 4005cd190add3d64be4214bd75e0fa450068b00eebd7a1c7d39556ddf41c6c5d
SHA1: 87c4f3ede3083bc16074b5b2981d3402a2a7d177
MD5sum: 05568bb0d72fea9fae7401a9466b979b
Description: debug symbols for postgresql-13-icu-ext
Build-Ids: 9bdc67939b6c4ea46a92d0a1842f355a71516cb1
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-13-orafce
Source: orafce
Version: 3.14.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 901
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_3.14.0-1.pgdg+1_arm64.deb
Size: 312460
SHA256: f57cc29c212ec61327d9a41785f72fba5b9f49f389079e0a2feae6fdbdc27f98
SHA1: 75de59ec509c13db985f25322db7b2008aa1e7ac
MD5sum: 7e8e57f8724f30a9998495febf87e644
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 3.14.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 251
Depends: postgresql-13-orafce (= 3.14.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_3.14.0-1.pgdg+1_arm64.deb
Size: 208384
SHA256: 8e364885b90a4ff7c50e11c453a57c99416f2b732bee8a9f5137a6f1ae73e9c4
SHA1: c5b8663aa8ac0cbd1bcf3fdadc99d00bc522e5e3
MD5sum: 644f06618b10ab57a65a68e4376b282f
Description: debug symbols for postgresql-13-orafce
Build-Ids: 9b49fe4a25feb9df533bd0eef0c6bc97d81733b1
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-13-pg-fact-loader
Source: pg-fact-loader
Version: 1.6.0-4.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 671
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-13-pg-fact-loader_1.6.0-4.pgdg+1_arm64.deb
Size: 50300
SHA256: a1835edd7204e4e52ee48ef1c8dcd321fa5d5486c50ead7daf394a640b1f3f9b
SHA1: 082a14e527d5d993a38cd67267070efeb6c71c02
MD5sum: cd95405a183aebb55f8a9ff5048a7671
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 13.
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-13-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.6.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 28
Depends: postgresql-13-pg-fact-loader (= 1.6.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-13-pg-fact-loader-dbgsym_1.6.0-4.pgdg+1_arm64.deb
Size: 13216
SHA256: 56025adbad9624f0b3b0e69c645a81a519a9917915385090db54b2dba5a49113
SHA1: fbf33a89e534d2b96c61f809f8004efa4dea14f5
MD5sum: e23cefda43100b3532b4ea0a0de46d61
Description: debug symbols for postgresql-13-pg-fact-loader
Build-Ids: 8f7f4675ec93a0c0c0f691261ada1feae67006ca
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-13-pgrouting
Source: pgrouting (3.1.0-2.pgdg+1)
Version: 3.1.0-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2487
Depends: postgresql-13-pgrouting-scripts (>= 3.1.0-2.pgdg+1), postgresql-13, postgresql-13-postgis, postgresql-13-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-13-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting_3.1.0-2.pgdg+1+b1_arm64.deb
Size: 638056
SHA256: a9c891ecf313a5dcad27bfe3b6f4ea6ebd71dee8a50f0bdcc0d753bd06ab721e
SHA1: c5a3c2e4557b97769373514a6ade3b90fd3a7385
MD5sum: d5451bc8b625fe50572b5d919c2c5277
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 13.
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-13-pgrouting-dbgsym
Source: pgrouting (3.1.0-2.pgdg+1)
Version: 3.1.0-2.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 23531
Depends: postgresql-13-pgrouting (= 3.1.0-2.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-dbgsym_3.1.0-2.pgdg+1+b1_arm64.deb
Size: 23387848
SHA256: c88ecd5024bf34b4e8ff380bac14104e49ede7d35e446a8d583d91dfef11d8f2
SHA1: 12fb245504149193ec632fb420d6e1479d80bd8f
MD5sum: 2d9221d33df69d42d1b8efad05c7b2ae
Description: debug symbols for postgresql-13-pgrouting
Build-Ids: f7bb921df3efca89b4b19cc5499694c979aa718c
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-13-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 102
Depends: libc6 (>= 2.17), postgresql-13
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-13-pg-wait-sampling_1.1.2-2.pgdg+1_arm64.deb
Size: 39052
SHA256: dea1e02d5f7cd4d4204351a5ef7d355decd3e426119b9de5ccf1badf92f2d43c
SHA1: e93dc92a79aaa614ee4798e0e86d92d11856ab44
MD5sum: 13b38393d47fd9a2692814981d618d09
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-13-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 63
Depends: postgresql-13-pg-wait-sampling (= 1.1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-13-pg-wait-sampling-dbgsym_1.1.2-2.pgdg+1_arm64.deb
Size: 47016
SHA256: 9607f62e317609bac9111a2e892f990b9543a6335b5f734c28cefa5b9afba4cf
SHA1: 974c5dbec73c7902a7b8b9a59cccd76a35b0e13f
MD5sum: 3a0f2a940a44853b3c6867a76a43e38e
Description: debug symbols for postgresql-13-pg-wait-sampling
Build-Ids: 8fd4f9282c51b700ad3aa756459006099bfee887
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 1.15.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 573
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_1.15.1-1.pgdg+1_arm64.deb
Size: 257944
SHA256: e3b6ca919a391f5b5ef3706809fe34a08a3cb3b205fa6d45a3600ecaa3752817
SHA1: 44586058adbfb62c41eb9a4036f034b34bbae3c9
MD5sum: 65a5eb35885ec7ab77885811ac7e2dcb
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.15.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 239
Depends: postgresql-13-plpgsql-check (= 1.15.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_1.15.1-1.pgdg+1_arm64.deb
Size: 211004
SHA256: 008a34ce24da2dcebc96ccdc0892c2bc7cc533bd913423f5b3f13dae33ca68d5
SHA1: b70ed3dd4c63cc7d67321e79dcc3fae0a97f6a96
MD5sum: 7c1cfd829b5332770f5a14dead2597fd
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: 03a217fbdfc8bc1bfaf7aa71b4e5efca59fe8a76
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-13-pointcloud
Source: pgpointcloud
Version: 1.2.1-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 373
Depends: postgresql-13, libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-13-pointcloud_1.2.1-7.pgdg+1_arm64.deb
Size: 110292
SHA256: 150e5792077c5b9539e0daf98a523cacc54593b2c1f4b6466a4270dcab310ca3
SHA1: 01960b1e3a23c80fab9ea7d030fd3721b77ac427
MD5sum: 1c7c31bf8f09ee062214c7bf959530c0
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-13-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.1-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-13-pointcloud (= 1.2.1-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-13-pointcloud-dbgsym_1.2.1-7.pgdg+1_arm64.deb
Size: 157068
SHA256: d90d16bb76b1d618dce46629b25d04db93835e0d55b435e63ff41871de096882
SHA1: b8cf689672bf21eb62028ee37ae4c4c9e2308f10
MD5sum: 631e9dda692e40dfb02288abfaa83d1f
Description: debug symbols for postgresql-13-pointcloud
Build-Ids: 8a6189b8b857f185b675b6c2f381f65492cffc17
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-9.5-hll
Source: postgresql-hll
Version: 2.15.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 171
Depends: libc6 (>= 2.17), postgresql-9.5
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-9.5-hll_2.15.1-1.pgdg+1_arm64.deb
Size: 34820
SHA256: 7685c13ef3be0b8d95ff4b7fe86e72205d7f051783759b4b830bb0a402a2eefb
SHA1: d9365c590c7571e504783d62d79b32e98fa80907
MD5sum: 295826a9b945cc9f97a32e1fd5a21ae1
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-9.5-hll-dbgsym
Source: postgresql-hll
Version: 2.15.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-9.5-hll (= 2.15.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-9.5-hll-dbgsym_2.15.1-1.pgdg+1_arm64.deb
Size: 63992
SHA256: 5b70a63cee95e6af58274c6247254665d4f228a6f2e74ec25eaa2f2b34e802a1
SHA1: 6f72cb4fee8287f9b9cf45ca157b9c8550637714
MD5sum: 927ba9e880d4acce01d53fc382cf3a5b
Description: debug symbols for postgresql-9.5-hll
Build-Ids: e6cd6eb1361f1015cf47f5e77d17addb206434ff
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-9.5-orafce
Source: orafce
Version: 3.14.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 368
Depends: postgresql-9.5, libc6 (>= 2.17)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-9.5-orafce_3.14.0-1.pgdg+1_arm64.deb
Size: 94496
SHA256: 5065a8593bbda166c46b93619630c7589e3bd2a68fa5a4ca63698414a0e10308
SHA1: 6b24ce43e4d2e881eecba975b04903236a300baa
MD5sum: 6608152712796320f5ddebb61602c332
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.
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-9.5-orafce-dbgsym
Source: orafce
Version: 3.14.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 242
Depends: postgresql-9.5-orafce (= 3.14.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-9.5-orafce-dbgsym_3.14.0-1.pgdg+1_arm64.deb
Size: 198140
SHA256: acd374a873e1a37efccec0bb3e3aa2ce3e4103c2d84316df6f6f31d9a4d51cf9
SHA1: a209ac5ead8350271110feaa02c98933c509867b
MD5sum: ec9ad4485c3b0fae4b82df1c58470596
Description: debug symbols for postgresql-9.5-orafce
Build-Ids: 1ffaeeaf6ed1e6f5cc6c9fd5c3b9a17d4ed3404b
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-9.5-pg-fact-loader
Source: pg-fact-loader
Version: 1.6.0-4.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 656
Depends: postgresql-9.5, libc6 (>= 2.17)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-9.5-pg-fact-loader_1.6.0-4.pgdg+1_arm64.deb
Size: 43128
SHA256: d34d5ac9a453885a1c6ea0dd6396f3a22ceef2b6ab573bac98c0f0e0e9546c80
SHA1: 27f971f8096e67982528d7688659db794672db64
MD5sum: 2c3006f0764cb04c3ff28a8a95ec9053
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 9.5.
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-9.5-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.6.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 28
Depends: postgresql-9.5-pg-fact-loader (= 1.6.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-9.5-pg-fact-loader-dbgsym_1.6.0-4.pgdg+1_arm64.deb
Size: 12904
SHA256: 0ea79d3aed4dd4706a99807628618bc3c2f8002d2387d52c0d8fc6116fa9a6e4
SHA1: 5a134f89592aa2cc3d5c0fe737aa5dc2776a77bb
MD5sum: f9207097fd1cd55236f63ed520dc63c9
Description: debug symbols for postgresql-9.5-pg-fact-loader
Build-Ids: d22e4273612f298abaed147f3a2a274ce3cef636
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-9.5-pgrouting
Source: pgrouting (3.1.0-2.pgdg+1)
Version: 3.1.0-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2503
Depends: postgresql-9.5-pgrouting-scripts (>= 3.1.0-2.pgdg+1), postgresql-9.5, postgresql-9.5-postgis, postgresql-9.5-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-9.5-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-9.5-pgrouting_3.1.0-2.pgdg+1+b1_arm64.deb
Size: 638324
SHA256: 6cc50d354f4db15948560a736aec12649eb12700c967b7106faf73dd48e65de8
SHA1: 65f84861833d05f456f7ce8b325d6b58f6f3bfe4
MD5sum: a08d489f3ed4ab084fc06c744de5f893
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.
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-9.5-pgrouting-dbgsym
Source: pgrouting (3.1.0-2.pgdg+1)
Version: 3.1.0-2.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 23391
Depends: postgresql-9.5-pgrouting (= 3.1.0-2.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-9.5-pgrouting-dbgsym_3.1.0-2.pgdg+1+b1_arm64.deb
Size: 23255616
SHA256: ffcf3433cf8c4726a55e3f0eadfe3f6857cf9ddfa0c0790fb3f576ba9893f5bb
SHA1: cdb2da077c840c249ee459242861bd39496456ba
MD5sum: f3927c3ada0c3cf9f3955eb3edd03626
Description: debug symbols for postgresql-9.5-pgrouting
Build-Ids: 7d4b49ffa20aaa9f32b2bf1f69c364c6dcce6d6b
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-9.5-plpgsql-check
Source: plpgsql-check
Version: 1.15.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-9.5, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-9.5-plpgsql-check_1.15.1-1.pgdg+1_arm64.deb
Size: 66956
SHA256: 20b435064b7aa8c8262c92673eaaeb2f59045df7c088068423d16d983163a03a
SHA1: 337d5f3aae69ea0f5d8baa481f11930db7b3f655
MD5sum: ec03d89db32d022724c8e4ca7df557a8
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-9.5-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.15.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 216
Depends: postgresql-9.5-plpgsql-check (= 1.15.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-9.5-plpgsql-check-dbgsym_1.15.1-1.pgdg+1_arm64.deb
Size: 186696
SHA256: 7899a8cd878b251fd2e74464939e2b3f13eb5a351f096b8f033c5184a2dd6ebf
SHA1: dee4c034aa08e1f9e9f26f10993e9f1bda2798f9
MD5sum: 3f262dcc70e1bb9039f55fb995604415
Description: debug symbols for postgresql-9.5-plpgsql-check
Build-Ids: 1f9b5ad8051abc7b239f1e0bba971969bd2aebd4
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-9.5-pointcloud
Source: pgpointcloud
Version: 1.2.1-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: postgresql-9.5, libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-9.5-pointcloud_1.2.1-7.pgdg+1_arm64.deb
Size: 62380
SHA256: f662d50b94c8edbc64f902fc4d2b5a0e5ee5f4e9730d2c689c0c3feacb6dddaf
SHA1: 01b263c80b0ed55720b19c12247ebce44d996ada
MD5sum: aafaa86d4633620bee294ff41a7d6b14
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-9.5-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.1-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-9.5-pointcloud (= 1.2.1-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-9.5-pointcloud-dbgsym_1.2.1-7.pgdg+1_arm64.deb
Size: 150968
SHA256: dd3328bd69ec037d00dd38cccbb2e45b4fd89ea5132a73520dbb6e034bd1bb7d
SHA1: 0d361dbf0340e2d92541f44a0f408e60ba572e98
MD5sum: 2250db40190731528aad44ab10c0a46b
Description: debug symbols for postgresql-9.5-pointcloud
Build-Ids: b8c9bee9edcfe4d364f42bd7e72a4e330259300c
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-9.6-hll
Source: postgresql-hll
Version: 2.15.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 175
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-9.6-hll_2.15.1-1.pgdg+1_arm64.deb
Size: 35816
SHA256: a7c44d3aa8dee3b932be72e6938571856673bf2a0494d4ad8eb6fc8a36e5b674
SHA1: 41e2df81f8396d1257fc93b5b0edda690bf0226f
MD5sum: 82899893f0a38a7b1cb04e602bc7f109
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-9.6-hll-dbgsym
Source: postgresql-hll
Version: 2.15.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-9.6-hll (= 2.15.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-9.6-hll-dbgsym_2.15.1-1.pgdg+1_arm64.deb
Size: 73576
SHA256: 599343b7255e4b4255dceff9e6624b4918422341167cc68a638c50dbe4e2738f
SHA1: d77f8c5fa6df84a5b8285cc2e8b69580e2a9b700
MD5sum: 66842ac2e42d3dcf87a6763589b6bc54
Description: debug symbols for postgresql-9.6-hll
Build-Ids: f2b4f925fd18e2735c25edc2448b8832058f2167
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-9.6-orafce
Source: orafce
Version: 3.14.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 368
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-9.6-orafce_3.14.0-1.pgdg+1_arm64.deb
Size: 94508
SHA256: 02addec97107927a25eba5018fd1eca9a9f20264237102f380af47638efd650c
SHA1: eee69eb254e2d830542527b204458c75a873acec
MD5sum: 9db11cd1949eaa53afa377ca4bc22252
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.
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-9.6-orafce-dbgsym
Source: orafce
Version: 3.14.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 243
Depends: postgresql-9.6-orafce (= 3.14.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-9.6-orafce-dbgsym_3.14.0-1.pgdg+1_arm64.deb
Size: 198772
SHA256: a4e0ac04a54bc6ec354b7916bd22b684432d1b71f1bb991574202030d96b2a0a
SHA1: d31519dc2c61626ad70f521bf77fa38343fe1fe7
MD5sum: 90e12fd1f678bd8da9e00d633f98ebeb
Description: debug symbols for postgresql-9.6-orafce
Build-Ids: ecddaff8f669761f887c37ed67886b2044f30217
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-9.6-pg-fact-loader
Source: pg-fact-loader
Version: 1.6.0-4.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 656
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-9.6-pg-fact-loader_1.6.0-4.pgdg+1_arm64.deb
Size: 43124
SHA256: 153d9d1e55f5b0a6ee9bacc951909e74cd1fb99705fcbe8ea2ea2f9d42b90c7d
SHA1: 845edd11a857d1d0062fedd598e16302eb5d642e
MD5sum: 37f6726adb286b9181e17f335d9fa1fd
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 9.6.
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-9.6-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.6.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 28
Depends: postgresql-9.6-pg-fact-loader (= 1.6.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-9.6-pg-fact-loader-dbgsym_1.6.0-4.pgdg+1_arm64.deb
Size: 13140
SHA256: 5a7533b6ae5c8b15575340d1192ca78bb789c10928cce3961d8c97832e27f91c
SHA1: 600a065e3ac2784384c2b5f88a8c55ed075fae9a
MD5sum: 530fe9d80d198e8263289f21e7102325
Description: debug symbols for postgresql-9.6-pg-fact-loader
Build-Ids: 992e51fb63a54d0572cd0c81682b3380f2f80e2b
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-9.6-pgrouting
Source: pgrouting (3.1.0-2.pgdg+1)
Version: 3.1.0-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2495
Depends: postgresql-9.6-pgrouting-scripts (>= 3.1.0-2.pgdg+1), postgresql-9.6, postgresql-9.6-postgis, postgresql-9.6-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-9.6-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-9.6-pgrouting_3.1.0-2.pgdg+1+b1_arm64.deb
Size: 638064
SHA256: 1c049256942efe924f47bc28bf3a49279e67f61357107bcc2bf6a87e9bd63c6b
SHA1: 3ad12d7b3fffaa81d9760144ff367f307080dbfb
MD5sum: 0f51d89c7d42c89d741b9070622d89ea
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.
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-9.6-pgrouting-dbgsym
Source: pgrouting (3.1.0-2.pgdg+1)
Version: 3.1.0-2.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 23401
Depends: postgresql-9.6-pgrouting (= 3.1.0-2.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-9.6-pgrouting-dbgsym_3.1.0-2.pgdg+1+b1_arm64.deb
Size: 23265932
SHA256: 9b3f2d9aa3b3dba44c006637d075435073255b5b63e3d83b84e0f4082b6bbfcf
SHA1: 471e3597c7dbfbc861f691b1d5d85d35d2f4e2ed
MD5sum: 5387a3e2dd1033321ff93fb0251f6039
Description: debug symbols for postgresql-9.6-pgrouting
Build-Ids: 6da2bcb34eebf4f6a986150017ced8ed5e228833
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-9.6-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 50
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-9.6-pg-wait-sampling_1.1.2-2.pgdg+1_arm64.deb
Size: 13972
SHA256: b00d6ec273b477c74160c0d7aa1a06b35d103c5b394b7127d9d26ca3ff84e738
SHA1: e9cbcd9435cb361e06c9a1a6f6550af0ea3c1d68
MD5sum: 82cc78eee02b46b3d30fff715dd6281b
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-9.6-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 60
Depends: postgresql-9.6-pg-wait-sampling (= 1.1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-9.6-pg-wait-sampling-dbgsym_1.1.2-2.pgdg+1_arm64.deb
Size: 43436
SHA256: 0edbbba4981a380d5dc8d6214d82bd028dacd4bb71a38e8788a6ec4ac5c08763
SHA1: bfff814de0311856135fc4d03708c5379661bbca
MD5sum: 44ea03d63ff1071d3edde446c2826c1f
Description: debug symbols for postgresql-9.6-pg-wait-sampling
Build-Ids: 9c0c546dbfabf26203fbea3c03c9d25410221584
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-9.6-plpgsql-check
Source: plpgsql-check
Version: 1.15.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-9.6-plpgsql-check_1.15.1-1.pgdg+1_arm64.deb
Size: 66876
SHA256: 3e0df8ec65d9489d26b17b2d464c10011b558793ce30daf413f49066fcd2fd3f
SHA1: 1440af54ccebaf836bc19530a9bb89e4a6c00ccf
MD5sum: d7a8124aa1d5d6c8233fcf8d62df6992
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-9.6-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.15.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 216
Depends: postgresql-9.6-plpgsql-check (= 1.15.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-9.6-plpgsql-check-dbgsym_1.15.1-1.pgdg+1_arm64.deb
Size: 186752
SHA256: 652f469b78032c00d345b40c1155ed248340b259356abf6a9464a3bf74110b49
SHA1: d81df6a4e145435af0dcbaf57a00b9cc298004fb
MD5sum: b24347abf88b188db6e383187eead237
Description: debug symbols for postgresql-9.6-plpgsql-check
Build-Ids: 4555e87257685ea7eacc7eca16fa1e7290c3a816
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-9.6-pointcloud
Source: pgpointcloud
Version: 1.2.1-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: postgresql-9.6, libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-9.6-pointcloud_1.2.1-7.pgdg+1_arm64.deb
Size: 62636
SHA256: 3639421f44b4b223b5e129ca21f5ae6003762af351ec0bc333a434750e289016
SHA1: 89809643c8e7f371bb18424a19a577738f563063
MD5sum: 105514856f2fda63eb40a392bd031c0a
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2021-01-04 16:03:29+00

Package: postgresql-9.6-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.1-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-9.6-pointcloud (= 1.2.1-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-9.6-pointcloud-dbgsym_1.2.1-7.pgdg+1_arm64.deb
Size: 151492
SHA256: 40257e5fcee60c63b940f9459a4a9bb9cf1f444f55c4f77097efd847e022e4ec
SHA1: ecff7eb9a791a031d9d3d74c495f0ac2519d0d16
MD5sum: 2b74593e18f36f52a8799487b16cb492
Description: debug symbols for postgresql-9.6-pointcloud
Build-Ids: f1486af05f3f278916dd4dfab55dcad9d2be0c48
Timestamp: 2021-01-04 16:03:29+00

Package: libecpg-compat3
Source: postgresql-11
Version: 11.10-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg-compat3_11.10-2.pgdg+1_arm64.deb
Size: 19272
SHA256: 42f1de1c790b7ec59a8b66f0ccecb4aab7265bb4cb697a6118589a66703eb96b
SHA1: 8bfb9f53d483429f75d4f42a2fdb14e2ff91be26
MD5sum: 5577074ff1c901c52e7f5abeaf515a63
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.
Timestamp: 2021-01-12 11:46:32+00

Package: libecpg-compat3-dbgsym
Source: postgresql-11
Version: 11.10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: libecpg-compat3 (= 11.10-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-compat3-dbgsym_11.10-2.pgdg+1_arm64.deb
Size: 18080
SHA256: d3cf038b39fdc0759c173813b7d3fe8ed009f638d6c5a57cbcc813c4cdf6babf
SHA1: 1f1addba8222f8e251d81488cb8de3664f1293e5
MD5sum: 58cd39fc021bb15fa90a5ebe4be4ad31
Description: debug symbols for libecpg-compat3
Build-Ids: 5ab5bc26ce6c8d2acc38ce7b6a4e7f311c1337e5
Timestamp: 2021-01-12 11:46:32+00

Package: libecpg-dev
Source: postgresql-11
Version: 11.10-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1245
Depends: libecpg-compat3 (= 11.10-2.pgdg+1), libecpg6 (= 11.10-2.pgdg+1), libpgtypes3 (= 11.10-2.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libecpg-dev_11.10-2.pgdg+1_arm64.deb
Size: 227448
SHA256: 13a46cfa74d61d538753adf781c98667bf78d51d3f56b1003150014d67763a8f
SHA1: f2cfc149e8a15459f56e559689e9dfb8b9eb044c
MD5sum: a4afda085b49500dc0beab37644e34e3
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).
Timestamp: 2021-01-12 11:46:32+00

Package: libecpg-dev-dbgsym
Source: postgresql-11
Version: 11.10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 245
Depends: libecpg-dev (= 11.10-2.pgdg+1)
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-dev-dbgsym_11.10-2.pgdg+1_arm64.deb
Size: 204020
SHA256: cc0a5fe07ad1b93bbe1cc322687a7713b7dbfb3d8735bd167b22ea198a4767c7
SHA1: d8e015b7db20dd54a995797d43e1d05c1edad85c
MD5sum: 72390539587bb05d44e4704c524f4f2c
Description: debug symbols for libecpg-dev
Build-Ids: 2ad097ba65617eb88155ff6a6389f15da3bac2c0
Timestamp: 2021-01-12 11:46:32+00

Package: libecpg6
Source: postgresql-11
Version: 11.10-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 432
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg6_11.10-2.pgdg+1_arm64.deb
Size: 86432
SHA256: 15fe3fe3e40a7ce525f271972c3077f89340156cdae9c1f0ae6e66c0d8b12f8f
SHA1: afc94d813ed21b3c2f42b7384e63b226aba73846
MD5sum: 8ef1cb7d6f4f9a4f8fef1eaa03600b92
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.
Timestamp: 2021-01-12 11:46:32+00

Package: libecpg6-dbgsym
Source: postgresql-11
Version: 11.10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: libecpg6 (= 11.10-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg6-dbgsym_11.10-2.pgdg+1_arm64.deb
Size: 94476
SHA256: 4149bbede1b8b6f988416f4df67f32ac512906faf08bae4fb33938d04cb7e27a
SHA1: 2b34975d62d84079ec2b178071235e00d0ec263f
MD5sum: 2084cb30bc35753bfd8751d103289607
Description: debug symbols for libecpg6
Build-Ids: 2ef0b876f80041f0dda07f3e105a5785762a29d0
Timestamp: 2021-01-12 11:46:32+00

Package: libpgtypes3
Source: postgresql-11
Version: 11.10-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpgtypes3_11.10-2.pgdg+1_arm64.deb
Size: 40576
SHA256: 95be26530c6af328679ac9998438fe5a242fb949a1b31c262175dc7bf7a59f00
SHA1: 8f2c345f5dcbc8750afa9a090f2ba543a865dd4c
MD5sum: 3c78b09f84825b11711d652c978b7eb4
Description: shared library libpgtypes for PostgreSQL 11
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-01-12 11:46:32+00

Package: libpgtypes3-dbgsym
Source: postgresql-11
Version: 11.10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: libpgtypes3 (= 11.10-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpgtypes3-dbgsym_11.10-2.pgdg+1_arm64.deb
Size: 72956
SHA256: fcfe77b300e20ddd44507b2bb7a27cf76a8eff6344241bccb23acf36be9729c4
SHA1: 2d201c430504ccd716289c2eeb35989cd5922d01
MD5sum: 7e25a1a0826b3b3d446b57e2f802ffe5
Description: debug symbols for libpgtypes3
Build-Ids: 4197bf4ab900777e8d37d9af001ef8621cd4df6d
Timestamp: 2021-01-12 11:46:32+00

Package: libpq-dev
Source: postgresql-11
Version: 11.10-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 693
Depends: libpq5 (= 11.10-2.pgdg+1)
Suggests: postgresql-doc-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libpq-dev_11.10-2.pgdg+1_arm64.deb
Size: 162508
SHA256: 7afee04b44b911b94b0785922c40f48b268e8693c486e85675c5f8be63af7367
SHA1: bfb7ba6dbc9b6282291dad870442595c1b126f01
MD5sum: c77fa24eaf21dc6b4182e7739db89775
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.
Timestamp: 2021-01-12 11:46:32+00

Package: libpq5
Source: postgresql-11
Version: 11.10-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 753
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpq5_11.10-2.pgdg+1_arm64.deb
Size: 163044
SHA256: 15a7b7e4287a117447309a18e013d43070f0479046672d9ef90ef7318b5721e7
SHA1: ecc7f9d2aa69e6ce6fa341b8ee01ae5e3df69f0a
MD5sum: 24b9bbe3ab753af5f5a6bd695116278f
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.
Timestamp: 2021-01-12 11:46:32+00

Package: libpq5-dbgsym
Source: postgresql-11
Version: 11.10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 264
Depends: libpq5 (= 11.10-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpq5-dbgsym_11.10-2.pgdg+1_arm64.deb
Size: 231876
SHA256: 1c567ba9b33422f2176145af573c0f357add406e4f58d1c9a4525dfe571baa30
SHA1: 2e20f146e7813b8893fbb6a315ed88b239236138
MD5sum: 40ce72977f1a9d3aa109296ecbe20be1
Description: debug symbols for libpq5
Build-Ids: 1b4fcc9d48094bcc22650c2bd43bc9a3f35f1fdc
Timestamp: 2021-01-12 11:46:32+00

Package: libecpg-compat3
Source: postgresql-12
Version: 12.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg-compat3_12.5-2.pgdg+1_arm64.deb
Size: 16484
SHA256: 2960aabb87899c9eb27ff1188a22dbf32678c0e39c91be379c37595fb67f7666
SHA1: 880bb6890f1fb33393dfca13d3acabd979d15320
MD5sum: f1cf427e1242d9b519c77448d58264de
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.
Timestamp: 2021-01-12 11:46:47+00

Package: libecpg-compat3-dbgsym
Source: postgresql-12
Version: 12.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: libecpg-compat3 (= 12.5-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-compat3-dbgsym_12.5-2.pgdg+1_arm64.deb
Size: 18104
SHA256: 1f09d36e3a6df758652fd05a3fef5c2fc7432f233b2751fee796e1c5c91e2953
SHA1: d8e2f1335c51eabffd48aa7ea18e089f7b879f32
MD5sum: f5c3baa87a9bbb58b70357649f1e97c6
Description: debug symbols for libecpg-compat3
Build-Ids: dd30d2217e77abc7f73a2c2e724347c2d2ea4f5c
Timestamp: 2021-01-12 11:46:47+00

Package: libecpg-dev
Source: postgresql-12
Version: 12.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1493
Depends: libecpg-compat3 (= 12.5-2.pgdg+1), libecpg6 (= 12.5-2.pgdg+1), libpgtypes3 (= 12.5-2.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libecpg-dev_12.5-2.pgdg+1_arm64.deb
Size: 267228
SHA256: 6ed7d40338f537937d35f68dbb4afb7126de68a9de1e7dd2a3597489867c8197
SHA1: 7c0fd3546c891eba1e7bf44345a79028eeeab08b
MD5sum: 20a75f89aa157a9b6bf2aab2b4af6782
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).
Timestamp: 2021-01-12 11:46:47+00

Package: libecpg-dev-dbgsym
Source: postgresql-12
Version: 12.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libecpg-dev (= 12.5-2.pgdg+1)
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-dev-dbgsym_12.5-2.pgdg+1_arm64.deb
Size: 213784
SHA256: 303e1065fc3135f6a0664333a3afaedc5f2d974ba38c5726f158e35fc291cf05
SHA1: 341dee2f52dccbb9fa55eb88c5a73ea0d7b9c297
MD5sum: a01e428b7a9cb8601c497e38fbd4e261
Description: debug symbols for libecpg-dev
Build-Ids: 28e12bcca4d9a5c31c90dc23bde2d94f6cc645e2
Timestamp: 2021-01-12 11:46:47+00

Package: libecpg6
Source: postgresql-12
Version: 12.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 218
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg6_12.5-2.pgdg+1_arm64.deb
Size: 55908
SHA256: ae525f69bec9ca69eba9670f68671bee26e16636ed61c897dd2beb50addb24af
SHA1: c5b97fd629ef8a4a0bc56044e77f19f7959e1ef2
MD5sum: 11e14aaace3888df3162578ee8092d45
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.
Timestamp: 2021-01-12 11:46:47+00

Package: libecpg6-dbgsym
Source: postgresql-12
Version: 12.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 12.5-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg6-dbgsym_12.5-2.pgdg+1_arm64.deb
Size: 113528
SHA256: 62ccf48748941f9acbc2139e9739c9b8b2c050f192598d5bb4789f8bc8d00f94
SHA1: e48590960844912f1f5071677952e57998eda26e
MD5sum: cc8be15937afda524fe88224701c3c6b
Description: debug symbols for libecpg6
Build-Ids: 2add371f495a73d69c91bd7dd0e63a3631d949ba
Timestamp: 2021-01-12 11:46:47+00

Package: libpgtypes3
Source: postgresql-12
Version: 12.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpgtypes3_12.5-2.pgdg+1_arm64.deb
Size: 42496
SHA256: d00a2d7bfa8e3a78e4df91e376cb61b48e67476bd8076b166c9708304d9ddf4f
SHA1: f2caa94f387db77b8032ced09cfe03104b30bc57
MD5sum: b8fc142ae828e27ca34e1b52a9aa9458
Description: shared library libpgtypes for PostgreSQL 12
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-01-12 11:46:47+00

Package: libpgtypes3-dbgsym
Source: postgresql-12
Version: 12.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 12.5-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpgtypes3-dbgsym_12.5-2.pgdg+1_arm64.deb
Size: 89040
SHA256: e0162c818eee9fc3c5c9696b7fa0245287bf3691ee88592b9c35b64356dd309e
SHA1: 79203192398cfabbe9a33855d21a5c7ee434beb4
MD5sum: 6c356753c435f3544e3c84ccaef75512
Description: debug symbols for libpgtypes3
Build-Ids: 15bedb1f1212be1a77790da2f25b6a8db80a05f2
Timestamp: 2021-01-12 11:46:47+00

Package: libpq-dev
Source: postgresql-12
Version: 12.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 580
Depends: libpq5 (= 12.5-2.pgdg+1)
Suggests: postgresql-doc-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libpq-dev_12.5-2.pgdg+1_arm64.deb
Size: 137548
SHA256: 6aae4c7ffe48b3c0ada7be884c1afb7e180595fa51a66bd7f654fccf29ca6478
SHA1: 6ac3f91bb6902975d9f5d2407a0ed9a563a399cc
MD5sum: 3b507a6228b368766e6f99d416402f2e
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.
Timestamp: 2021-01-12 11:46:47+00

Package: libpq5
Source: postgresql-12
Version: 12.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 771
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpq5_12.5-2.pgdg+1_arm64.deb
Size: 169340
SHA256: 5fc7139b9034a4100794b3a08d32857bb074129e985a428261becc30f1cc87ab
SHA1: dd93094e355dce95f1b2ac6b702abff277727ea0
MD5sum: 67b15d129df4f8ce24a7397aa3a9c08e
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.
Timestamp: 2021-01-12 11:46:47+00

Package: libpq5-dbgsym
Source: postgresql-12
Version: 12.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 283
Depends: libpq5 (= 12.5-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpq5-dbgsym_12.5-2.pgdg+1_arm64.deb
Size: 250316
SHA256: 0ff7b2b3f4333dc651bd58c2b7a51b3640116912fc59ec38e81fbf49c20223f9
SHA1: ed685b23e634bd8214b8ac88fc60613675f6ea9b
MD5sum: e6b7195057facc6a2497776898c37ad0
Description: debug symbols for libpq5
Build-Ids: 8ab8a9a7e826cfe6211a94bece2ca7fb44e7a1c0
Timestamp: 2021-01-12 11:46:47+00

Package: libecpg6
Source: postgresql-13 (13.1-1.pgdg+2)
Version: 13.1-1.pgdg+2+b3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 218
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-13/libecpg6_13.1-1.pgdg+2+b3_arm64.deb
Size: 54812
SHA256: bbf35bedc36e574481549a5714199750ca7cad07dd649a92665ad05185e5082a
SHA1: d960184c255111cdca5731137caf0394f67a5380
MD5sum: 4b3d61bdbebe514c27d59c760d634da0
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.
Timestamp: 2021-01-12 16:59:04+00

Package: libecpg6-dbgsym
Source: postgresql-13 (13.1-1.pgdg+2)
Version: 13.1-1.pgdg+2+b3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 13.1-1.pgdg+2+b3)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/libecpg6-dbgsym_13.1-1.pgdg+2+b3_arm64.deb
Size: 113772
SHA256: 0becc35bbd8a2befee8aed5ca037cf433facff41627967a8b22ae25c1805e67e
SHA1: 4b3e2766d80661bc4c6d418df7026496248ac171
MD5sum: 2bc68b4b2be66235b75f1a529173d997
Description: debug symbols for libecpg6
Build-Ids: 099042e03d0810fd19bde37d44a3779c39802cdb
Timestamp: 2021-01-12 16:59:04+00

Package: libecpg-compat3
Source: postgresql-13 (13.1-1.pgdg+2)
Version: 13.1-1.pgdg+2+b3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-13/libecpg-compat3_13.1-1.pgdg+2+b3_arm64.deb
Size: 20900
SHA256: 8ad233f1b03d788c86b6b0ad13d1993f9adf0ef9f12baa13f24951550d4c6236
SHA1: 51d1b04062ae2ea65ea4e8963896904a140ecea8
MD5sum: b8140e6f59c0ceb9f76abd867bc3c286
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.
Timestamp: 2021-01-12 16:59:04+00

Package: libecpg-compat3-dbgsym
Source: postgresql-13 (13.1-1.pgdg+2)
Version: 13.1-1.pgdg+2+b3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 13.1-1.pgdg+2+b3)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/libecpg-compat3-dbgsym_13.1-1.pgdg+2+b3_arm64.deb
Size: 39448
SHA256: 904568fc7b6619d01a0dd8490be58a27404fd3a5a8226f95ba3e0312c90c075d
SHA1: ae8ba612209efdd4f8ae52aeb1205e50e92b4ab7
MD5sum: 33b2d8caec29bd3d1351890ca535928f
Description: debug symbols for libecpg-compat3
Build-Ids: 4238be43f4eee3b284934743a5e6be2d723f62ac
Timestamp: 2021-01-12 16:59:04+00

Package: libecpg-dev
Source: postgresql-13 (13.1-1.pgdg+2)
Version: 13.1-1.pgdg+2+b3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1486
Depends: libecpg-compat3 (= 13.1-1.pgdg+2+b3), libecpg6 (= 13.1-1.pgdg+2+b3), libpgtypes3 (= 13.1-1.pgdg+2+b3), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/libecpg-dev_13.1-1.pgdg+2+b3_arm64.deb
Size: 265176
SHA256: fb2b916a2a047634ea8c33c47925e7bb9387169afd1d2dfa2540ca27b22770c9
SHA1: 8458a1cc44e1b1ce61014d159c2115e8027702de
MD5sum: ec13649669682920af6bdde5fa134ef5
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).
Timestamp: 2021-01-12 16:59:04+00

Package: libecpg-dev-dbgsym
Source: postgresql-13 (13.1-1.pgdg+2)
Version: 13.1-1.pgdg+2+b3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libecpg-dev (= 13.1-1.pgdg+2+b3)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/libecpg-dev-dbgsym_13.1-1.pgdg+2+b3_arm64.deb
Size: 220224
SHA256: dad644f06ffbd1b11f0dd38e257a4f4aa954296b7f36bcd50f00d045724a954c
SHA1: ff9646727b941ba8ec559ea009e3cc2217492bce
MD5sum: a8f675fb65adebc9764b09ca1a1e964f
Description: debug symbols for libecpg-dev
Build-Ids: e1538df754f0322fd19668094b55c2a7df84a606
Timestamp: 2021-01-12 16:59:04+00

Package: libpgtypes3
Source: postgresql-13 (13.1-1.pgdg+2)
Version: 13.1-1.pgdg+2+b3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-13/libpgtypes3_13.1-1.pgdg+2+b3_arm64.deb
Size: 41544
SHA256: fcc23e05644d8a56a8ceb8dfeaa090e83badc119335c06057fdec0d2ec2b0241
SHA1: 953e763b869db39c478b0c68bdcc696a99161a6e
MD5sum: e14d730517cc71ec1abf8f408aead628
Description: shared library libpgtypes for PostgreSQL 13
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-01-12 16:59:04+00

Package: libpgtypes3-dbgsym
Source: postgresql-13 (13.1-1.pgdg+2)
Version: 13.1-1.pgdg+2+b3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 13.1-1.pgdg+2+b3)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/libpgtypes3-dbgsym_13.1-1.pgdg+2+b3_arm64.deb
Size: 89224
SHA256: 84ed12e2c81ebee86af3562cbd91b79f62fc9e0fbf42ecf47d08c38942409a28
SHA1: 96244798b0f44f9b24434b7bf0dd47e06bcc19ee
MD5sum: 702c28bde595e5c288896b1a22c14c32
Description: debug symbols for libpgtypes3
Build-Ids: 6330e1555f6496091fd8ed1838609b98ee4da968
Timestamp: 2021-01-12 16:59:04+00

Package: libpq5
Source: postgresql-13 (13.1-1.pgdg+2)
Version: 13.1-1.pgdg+2+b3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 778
Depends: libc6 (>= 2.25), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-13/libpq5_13.1-1.pgdg+2+b3_arm64.deb
Size: 169920
SHA256: 08a525707bf7dc35c60e5054d3296eb6d762beb5dc6947cd2a059cd694cee497
SHA1: 0bebbb1295ceef626f25f7837a37a7734073635b
MD5sum: 2b692215ee6eca562121a02880905073
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.
Timestamp: 2021-01-12 16:59:04+00

Package: libpq5-dbgsym
Source: postgresql-13 (13.1-1.pgdg+2)
Version: 13.1-1.pgdg+2+b3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 290
Depends: libpq5 (= 13.1-1.pgdg+2+b3)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/libpq5-dbgsym_13.1-1.pgdg+2+b3_arm64.deb
Size: 256144
SHA256: c659b41ba3af6b3bfe7341eb7a79255ae060ff04db02f9110e4ce09f75ab27dc
SHA1: 452f2a3b9663dca68d10074941da32ce056b6ce8
MD5sum: 461ea0f19915f249494239159ff63000
Description: debug symbols for libpq5
Build-Ids: 04f13d4719baf71d2f55bfb467eed5265c06ea47
Timestamp: 2021-01-12 16:59:04+00

Package: libpq-dev
Source: postgresql-13 (13.1-1.pgdg+2)
Version: 13.1-1.pgdg+2+b3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 561
Depends: libpq5 (= 13.1-1.pgdg+2+b3)
Suggests: postgresql-doc-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/libpq-dev_13.1-1.pgdg+2+b3_arm64.deb
Size: 132912
SHA256: e5ec3d6426b93685827df3544296e15fad54141f5c0f5e4e76e0eb7fc070d244
SHA1: 38f1f447bb872bab922c95ae66c20b0c4ceadf2c
MD5sum: 7ceb258c9e9060e47ba875ac6475727e
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.
Timestamp: 2021-01-12 16:59:04+00

Package: postgresql-11
Version: 11.10-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48622
Depends: locales | locales-all, postgresql-client-11, postgresql-common (>= 194~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm11 (>= 1:9~svn298832-1~), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: postgresql-11-citus (<< 8.0.0.PGDG-2~), postgresql-11-cron (<< 1.1.3-2~), postgresql-11-pgextwlist (<< 1.8-2~), postgresql-11-pglogical (<< 2.2.1-4~), postgresql-11-plsh (<< 1.20171014-3~), postgresql-11-rum (<< 1.3.2-4~), postgresql-11-wal2json (<< 1.0-5~)
Provides: postgresql-contrib-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-11_11.10-2.pgdg+1_arm64.deb
Size: 15055988
SHA256: 678b775059b2bef652a3bf809a8b4bfb29fa727f06c36355f5b2713eaec50728
SHA1: d8c290e59b3830ff781a38db92b525105d38cf03
MD5sum: 6f5e2be1d774050d5d5b98fdc29c1145
Description: object-relational SQL database, version 11 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 11.
Postgresql-Catversion: 201809051
Timestamp: 2021-01-12 16:59:04+00

Package: postgresql-11-dbgsym
Source: postgresql-11
Version: 11.10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14877
Depends: postgresql-11 (= 11.10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-11-dbgsym_11.10-2.pgdg+1_arm64.deb
Size: 13372732
SHA256: 38ebbbf4f5cfa486a462fb1b61906d61e1d54014dc0611c752ae8997ddfd0e47
SHA1: 0565d123798bbbf914c6e3a8a0b8b4ebb06fac30
MD5sum: e1af8f63268b7a2a048540ab3ccebb5f
Description: debug symbols for postgresql-11
Build-Ids: 0a3be84ffeed103d246cf9e904bc43ee4a119293 0aba5d12116a45df321f347a01f4d9a5ee89c518 0c2f4a6796c6b05cf28de3da580653972e652f92 109191416da59bb9d89312cf8377509695553308 1582f61c004c8a4167032fcdafcd8625b048a0e0 19580795c946a2f72e008822f8c01c0b1ecc43ce 19e689f7e773f867013c44752d6210be31266dc4 1a2fe2a78fdd06e8a9ebaf9217bc98efc5b8b8c1 1bb4304649eeb0c90fd67888ab16a14c673b1f84 1e403312461029b9e737e3deb250b8a59062ccc2 1fba12f06751732a2df210829affd2a4a9d077da 206e41401c7616a8683843f75c9258d2ab0d8d06 21a3decd4e3901d6c63699f28ddfea2e120ef60b 21b9b0e7e6cbb6cf4525fbc5933a40470c1eb04e 22e45bad2108fc3505d4bde4c7152c3310a8189a 2605338f0092d79ed4b038fdeb3b7b8ea369fbbc 2d91bcda6e7c42f89b004f9ee9a8620495f36f33 370430b42ba4ed23a014fde318f31e046620fa0b 39694e306e688e08077c81e6d96679bfae061ac1 39a7bf784171cdf58e0c4d2adf30fd82b4216d70 3b3857d83217cfbd2002c5eb4534af04ed1b4773 44f143f607dc805e36d565ad981e48b3770f8d40 499c72eec9654d36674133db2266ab4345a87b7e 5252db4adce6fef61cb02c79c4f09e588123c0fc 52a2862107eefd7686048f0be6f29142fdf6f28d 538ef8af7803eb7a43b24b688bbfe9e63d2895ce 576819ff9391c0f600787631c199d735c9104453 5ac7cb108a88ca88d0da72ded2c2e06e280304f7 6574cab64b7cc505f7b58d4181599ce809c40caf 65c3fa9341ee6f6857d5cae030f90369d63eb6a4 6713be51a9e218c308c0255ea2cf34368e8cd5f2 6a5dd6b0377bf85ec90768d8bc81ee6208e32cb9 6fa2a81491809db2be29fa27a6f0687fd26020dd 7320c1a4f027ea293af4c25253f220a5ba478e5d 747348532de81cbfd55d44c203504cf21e78b080 79d38efd186fe5da71565689af400357d2bc228e 7c8fb7933c1d0579d16071dd880d50f5893edbf1 802aa9b373537df0769e847c8574d00ee6552db5 83d7bf46e16cdbc17c4e52b97bf3093a6f3d1c05 87fd94d354fcd641a27078fbd0388bd41ada768f 8a6a4d75cde14924979f7980289c7f15f33a4084 8e975485792805bd9e003bfd8c1c9e8977fc00ae 93b3832202e3fa82ca0e8f078900f7da1dfa1518 94dd6b6014af858edd30c4db7adc7ed7ef08d641 9804d2f05489680e7af799557487938d438138b1 98f0775a49c326cadff349d1d322aebacd2eca46 9a0e4255af38530cb08842242cece7e8ecad844a 9acfa3f3d16c329ec2e1e0c79261cc84bb2a9201 9bef340dc4d8bfd01f6170eae949b9d829e723ba 9c9501a7e3e411e160c7a27d84f166fe0f6c911b 9e9949e9aa59f0de73ced9ebbaed7cef436d55a4 a09fb9ecf4d66489f332f0403c80e1312b84f65a a23908142728057d1dab18bc1b8e31a15a5259b8 a4fc33a2fb617fec120eff2b7f8e86d7fd8fd37a a9f16231f412c56415b6a0dfc9fb780a55050d2b ab49a1b7c7e59f126892d205578c12f039de3cb5 abb44687c78c5a2a2e33eec7ae764ae8c0c45444 ac473cfd09575341e4cdac5fc9104073873e0d11 ada285bc33a700926cc00efa39b351a62dc5e4a2 ae799eb81ec955935649fd008608d6cb0455a943 af3090add7ca18f9b7ab33fa86644aed19b7ed6e b009540ddb5dbafb160a8b64b317e4c45c5aef10 b443f9507cd42f1ce6164bb4525a657655953c3a b5181c5800a344d30e83d188e296a419921cd036 b6b6a85866ef159a116c56480ec998f4904d10a0 bbe015ca076c3da26b6c1d9acfec31cbaac8df1b c4fed63e28e2751aa34f10fb5b00f05c4c00c3fd cf23757ec916292ff5155146cac0d05fc1841205 cf9822dada4c6078f6f17d789f4b0351b94f0b1c d13e02bc83864e7849ea5060d1be4942eca083a1 d146bbbf2524e311785653347afb5ea84e0cf643 d28f5d1bde74b5ce399f018b85b482e01acd72bd d2f7c0cfde22dd21a56cd1a279efda4dc7fd7a23 d3e5f44f8985a22548ae490f76842c1cb3e2d547 d724d6f8be45e821c06fe32e2a314a927a47e998 dc8b65b767f266e21af72ef4acad3da645b64fa2 dd008cb88555ca6b12d4c16fd7d205b04dac1c2c dfc5a53cd4100b9b531525c5e5af530997c306b6 e0c315f24bfc56068cc495a17d6e8521ef8ed165 e520ac2771d7d08356b4ae209a61ca2ab53e9c71 e6ad4bd76a5c7acb1aa499dffe1ad34b79c8ab8b e7b925ab44c5a4597ea163bc2c82d56c82c0189d ea3272808312cc4477a23f3734f0a1d5e4bf29aa eacdad620eb5384668f84fd68c42de59e9b8067a eb2238cde98bc1879b431915df9e89a1113ec4c8 ed9bd08094e8657b6bddf650e2ca1f1b71c5dfe5 f02ebaf2e2cde578ee52f773010caa7531bd4c7d f0605662b6ec388c26c64d5582c4471b5080f74b f1a99f14093fe862a87d1cf2f7a6e436f53edf46 f2e7f120c55a4d277e67ff1c469c54ff0d0e101c f35e6f4bc49605bb8ca76030a35c617136eb080b f4dc5bd3cf46a51cbd78a5478b0aa4195dc3dd33 f64ac24053bfe80d9a5c0c7e4bddd199dcef884e f9c15aa3aca513bb599f81ceb5d37154efc7a747 ff1c4c6c4a79a43b3f478bc8309d2cac92a905ff
Postgresql-Catversion: 201809051
Timestamp: 2021-01-12 16:59:04+00

Package: postgresql-12
Version: 12.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50712
Depends: locales | locales-all, postgresql-client-12, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm11 (>= 1:9~svn298832-1~), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-12_12.5-2.pgdg+1_arm64.deb
Size: 15685836
SHA256: 3d536fcfc477020e08d26910e4ab849ac587b7adcf91fa2f2aee4137aaa9b215
SHA1: 4113f88ee57774aa8b24fe4b215f171787a6f042
MD5sum: 6e8c874e279385a087a4486b6fc552d3
Description: object-relational SQL database, version 12 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 12.
Postgresql-Catversion: 201909212
Timestamp: 2021-01-12 16:59:04+00

Package: postgresql-12-dbgsym
Source: postgresql-12
Version: 12.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15984
Depends: postgresql-12 (= 12.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-12-dbgsym_12.5-2.pgdg+1_arm64.deb
Size: 14430640
SHA256: c5d6f8b19da74bf51a87e3731a304c481367f63a646fd0fce2477d7c1819e1f1
SHA1: 91db4e9dd4d5d98f2bdfbf82c9bf896a264ccce2
MD5sum: c8ed513c4f4af70152e164be26faaffb
Description: debug symbols for postgresql-12
Build-Ids: 046fee65e529a1e348e4a2a49c38bc468291ea81 0663df8ea8e0affc361f1e75cfbbf934e974bcbe 06d0390f51ef86c5e843eaaf5d6e77ff2b1cc947 0a3c16e94a098d228845a503f34d83105e415661 0ae4a0d477244e43a5340cd2fdb3f28cc1ae301a 0be9f66d623b0b6faf025a6414cdfaf6ae0fbe3f 0ca3ae6716d0474c9bda3a37fe2f45f87b33c5c4 0f34a882e74d80974e439859b3473c056f80c576 10d205a14062dd6a1f5c5928223329ff617bf350 157e098e0513c63639faa1b80184e6ae3ea06686 1619256b3e23949396e842a4ae9795434b803c65 1bad0f27da021426e21baa6596c25342a1479572 1d0edd86876df928a5b0c8b480063a06442a9ab9 202299fca891c901edd415635e328e2b50a01a24 20dd3ab3416a91c00501163ded36e56652ade935 238073039819556c93a86902e9164347e9a9404b 272222a98c3f410fb196ac9971c8d65957af380a 2aa63c9a5c71583925caf1ef3f9d3b750978570f 2aefba8f93beaa811018003eb183ba9170b79314 2b0eadbefccc9e21dcbedd77108b67e6035e4a88 2b5dba27c3b03f1b9fc58983f26a3f23c36ad972 2d5e3a433fc1839151d242e3b99c0953eb38eeea 2e8d034f57bb11a02a672452d1d01bbee53d3185 2f3f1cf64849e6e52fe3a424e681e19029f41db8 304e9f7ccaaed542d2827358e3e8f47663db0910 325b51a4e0cabc322f6281b2c7a51e477991fd8f 36046c0d3a391ba1624769831489c87da4187098 36812fa0d0855c8839008ebcc757828400122118 3e141bdbfd2b8d665cdc0e350790cea8d0e31081 409ed78cdcfa529f092cdeabbefd1796b7b59d34 4357074e9113e3dbf54ede3698a6485c3bcde4e8 4f3926f6b36da9c4d97b3182643f3827ffd05338 50722716ef9084a974ceab61b7332a36530f6715 544355937fc7a252a8ae32eb314b504a6860eb24 5669ff02bb58c18c6c015c5c236cee4a638ad724 57e113f3ac5f70591b66869da363c45cae13bc5d 5966fcb43ff9a4fa59dda74d3fa5ce8000a9ece4 5b2e223189b94dd4a22aaa0ecd6526a8b8a2d84b 6452b2b12d0c50c38e5cb576074f619f2f20b6f9 6520fd46de28ba3297d2a423da96d3d7d83e1081 68eebf3ca9ab86c870d314d809a0eb04e0c414f1 6ef1475a45c6037a9765ed39d3f59ee1d6975623 70b02db9b0656c44b3dffdc47c7ef7cfa6c1eaa7 75356ebcd6e8235d376c360d02588e8a3e2fc186 755df8768abb5d24d8ad9f30e0afaa1cb6cd8328 7842da6c75f432fb6ccd74350dbb8cb07a1c5d33 7d492d8a1141e48449e42fdbc975634f7a1a7b3e 8191471e41e3c12e359041109c56fc0bd908cc22 88d21008659c5cb208541fe51be0c5c7a0724f87 8afddf3eb277b42451ceeb05ae64c06626067eec 90a42110581ee146e82977f56623fd6eeeff0f6b 93d4a5b3bb4dc681988f94942960ad1a48157424 9b9249f8db443c1d631786c292970365c5687521 9ba3424a093941c60a43bdb5ea98dbea37efc4dc 9c7a3d92277de68ac81d75c0cfa9f63e46917c7f a02006d39b6f3ca1912ce749c4138f6f6fb78f91 a1b7ec0dcc7cc2124650f963b8762b6a1ca6c4d2 a5c78afd6b0babecf9c2dfad2c546a2750675e7e a6ba86a9ebe9d0ab9223995d69e46174aac0d848 a82ae10295256f3b1e3efb0385a697ac21b81b37 a8999a171482f12c631d257b34a3893a136a7b09 ab406fff2f54865728bdd2e815f1bbb787117af6 ad737d6f5e43170a251a9246f2d5e41492c3ac2e b533050ef2174f5e487dd58ed711a058e4231c11 c0e0bab422026844ab60f4a34a82fdaeefb57faf c5fcfa7c068a12f563ba06099e1a7220de2de115 c766c6fd0b20d2cbbf65784d87c0560b3b2be57f c7a37d8b16bf3ceddb427d3d8c49af07063dcb25 c9657c29b9341a58a568530ad6ea65a1b51cc395 cb2888f65aadf456848d5b90555e5ca8fd42a8e7 cb97069e01b3eccaabff98a6e4defb28471e5248 cd34c4989b6f9814d3331cd180815d6ef304344a ce755494a8a80c593fb716f07eb0fd2bd3cebb45 cf68c14df35d8150c848dfbee07eaee2db1b9dc8 d012017241064bb144e56f881f44a6cf22dee388 d100e40bbe0686575454e908b61d724eb91085c1 d1a977e6442280272ccfb0c461c6908463c14cd5 d27d21ac3888b48c15bb142ec22eaffc8a82205e d2d1bb474d905069aacddd5d4159fd8df149875b d6a5c7deacd7c4873999b8b2d08304bca0864806 d6f95149496ae2e6f26d7fa74f96412c991e8773 db6626ad1152de10c5b9d26bf0155c6717a7a26b dd79e8e2401bc1f67d3e33319baf071ae5b81b95 debe128bf553f72a2c6385d51da7946409f4d442 e123b1b5a38bd23bc829d61494854cfb85adb7a1 e4dc0b63c017e1b6b3d7078053152f442c2ecc6d e77cd884da195fe9d53f9f6d9e185b17abbefaef e7ba5688ea19294c7da0427f5b6b3ba2b50209df e94d277c63ea39d2d956746a11bf28e7c3fb860e e9f11f8702bb4283da8129261302bb90e1f81e09 ee6a47e3b3c0a82289eebb0b4d392f5352f200dd f42a8d68a80fb9e895d9d0d5869fd3d6b175b611 f4e7478dcc3801752f4a2f2b7324e65d3d235b17 f59e267c9037db36a6cd968738f99d90c7aa6ab9
Postgresql-Catversion: 201909212
Timestamp: 2021-01-12 16:59:04+00

Package: postgresql-13
Source: postgresql-13 (13.1-1.pgdg+2)
Version: 13.1-1.pgdg+2+b3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50462
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm11 (>= 1:9~svn298832-1~), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-13_13.1-1.pgdg+2+b3_arm64.deb
Size: 16003696
SHA256: 4ecf378fc9d83b50bf0e62f7911ec65e5262a835861f97e302edacad54596a33
SHA1: ef98bdc1b55cf9fc431d7121dca314646503815e
MD5sum: 75c3a7b721ca5a8a529bf5d7946d734b
Description: object-relational SQL database, version 13 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 13.
Postgresql-Catversion: 202007201
Timestamp: 2021-01-12 16:59:04+00

Package: postgresql-13-dbgsym
Source: postgresql-13 (13.1-1.pgdg+2)
Version: 13.1-1.pgdg+2+b3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16771
Depends: postgresql-13 (= 13.1-1.pgdg+2+b3)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-13-dbgsym_13.1-1.pgdg+2+b3_arm64.deb
Size: 15163224
SHA256: 145cb8b608d36871758dadaedd26d0f7b038c92fe355224f3d9836db6c79e0b6
SHA1: e9c43ecbfe54b00e15fa9c13436fe4c8bfd7b247
MD5sum: c87dd384e805070972185e249e0b28a0
Description: debug symbols for postgresql-13
Build-Ids: 04decdc5712fb5e62e2284464dd14d76f287e16e 074790fa2daec5ddb830247ac894e0a14c62270e 09f55b31852f60585d59f4554833ae061f7d5223 133350eb9bca0a5687d2579b97f667eff4602754 194b749d25bad9f84fbd74db6657b779ccf7cc9d 1ab788e431922efd1771dccafa869a38373e8cd8 1afb3d30bd0f1176e021a80febc0092757b160ab 1d20b776e13f0580bb09aa1d619a2d93c6005d36 1e55a575d458149dad012fc62b179a114adefd6b 2128c13f217e60cc47176cee138ad404f2ffd117 2a1a21d749210fd27348216acf5a06b12a497e37 2c6d4da5c4fcc23013579e89aa67a5223ef5ad48 2fe569d4ec3b0e473da89e3a128df2d4997865aa 37268ffe2b1b037ea3a9039e7bfb2ebf0d8f2dd1 37356c91fe6fa21d88929a175bdefbe4988b05d8 383027b249486402b415edf6b897e6d402d6e91b 3be597896ec0d19a950717a95f81616c71752dfc 3c1cecb1e7d1d223ec8c1da4da5b34980eef9a5e 3c66cacb0f56f0c7c3736f227846c53d4c4e38b3 3c92c4e3f75a309919a9ecd2c5ccfd4d99969c54 3ce840076d8d8aa7bfb450df639cd2559f3d0791 40cd66ab534550e61b99fa0675a8552052e81fa6 413663eeb655970600693c953fec28d9a97b2f7d 42a146842a8f818e43c81044c0472ff4ecde093f 46400d0f440194ec26ab83fa3121482e15d7324c 465b17037bac070d2bd006c6fd5241a0a606867d 4999e2ac76b34d466a1c1bb2c4c3b27e138dc7aa 4e2acfcd453e24013591e5542c71c293f871eda1 4e730160946f5fc6c907af626779acd8bf0e332f 5292181ccfa7b89ab0fdf405ad526d1417b90f35 5560ac39b1aade3dec3754af349155781571c1fa 55c518d86181c2212bf6b5f5c933a8e6fdcafaeb 566901eff53c880b0a4026b9804fa7012a5ffe84 57335c3d9ed01c4a92c355f555b9a2b9c254322b 59d33e00e9ecd2a8c58d3c578bfa79d7cb2b0fc2 5e94b39dccb1ff2ec41f28d9507ca6a13e4803f7 5f2f294636475e725b2f7fa036f0d5ede79ff9ed 61ef0127aa2e5b83f22c1a53a553913d4e946baa 624bbcd9e3dabc3f5f592beb326dd96ad3be14b3 629e1627486a18b69c7b48b81f6f7c0db3c25c0f 6446c06bb369364ce41076f330e4f48db63c02bb 6838967df4264a963b72e91f9b69e1a07aa07cca 6a4d7ab5c3c3201fc8eae21618c62333d75957dc 705eca038c4cfeedb1e0246c32c4caf3eb46fa0e 70bcd3fe78dbf373cfb93545487df02fc8f9ed92 751e7e909a2314d6b2e8019f58811b7e6e9b4db4 77d7db0218e2f5b0edda2fe505ecda95a2b975cd 7fb1e66a34e371d6dac880cb256eb621eca25adf 86851b397d869ef684a3fcd08e931c52fd78a4b5 8b9b4441118ae50bee9bf21b3689eeb734c4f021 8ffbe6814b6a0f488e20261312be7e00bdea0039 930370b5e282e66d01d7dd57c8645f53c5182b43 94e7b931edc5fe8d111cd70a7a0fefd407cf2c61 95305fcde38d1b3ba5f501284a5afbdbc41f99f5 9978a95ab15230753ed0c5fca5c54a76f51406f2 9bca40e495692fb7a315be2d53459c9660800152 9effa5e4cde4bcdc0006bab67e0aa909a38fbfd3 a6ad5e4c81a8c35baffdd45a18d4ba910a2cd2d7 aa05911d2b94caa68b72a129786d09cdf2c5253e adce3ec854d86c1a7e33e7516e9b6b7d039a600d ae415af14045bc691728e232d0b914e3d76036a5 ae54f3053988bf45f2c8bf80d3b49d62f9493ffb b3b69f6d8937a2852c6eab91f0f599934c490d0c b892786380324555ec473afa8b40bb3311b5c827 b8a4680482bdea2b421581ce9932005abb236fab bd55dd5e76e01883ececbc37ba5e0cf27302d0fd be6aba82a2f100df6e05adb6d002fe7686e3047f bedada760bc8a093e949de45b79f5939acc898c5 c36bac54d949197027276b2959f82bf4eb5908d7 c4ebb2eaf4fe29a68fb0945990d170b3bdba14d2 c81e95e131cdc8975ac7d84b01fe5d3ef2fe881a c98bb14139855ba5fe6998df0d424bf622cd340b cca9ed55ff2896b22f8c84a13d1f095f981fbc8b cf8d415e3810fc4072c06b204dbb555440124998 d53099a35a74ab26095b7b94f139f69f0f8456dc d5fb6a3e6bd079483700b3ff380e0184d654a067 d6d65e45f97b1691209b12727851fd4b627d4363 d8127df8daad0d7262b39374af1e7fc73e8b71e7 de58b547779668dda1f436c3ae7ebfed9331c72b dea80e932a1bacbb23e1255a996bcf4598d887eb e147686a041d8b4915f55513efb6e3b13b3c321f e4f86a56059bde490578a8ffd8d2fa6ed634571f e59a548e817842bf58e1a2c4c8d706e7870a1aff e6c8e5711607bfef9f149d1154b809003f4c3738 e936a51638b6e6383f36467cf6151986be2e4229 ea7ce7527c6ba4cc8e5be0b9a4f58de89cc24284 ee6c92ed7bf523c4ad9c92e5444d81b6d45abf73 f1ffdb7f051662c0e7d7a9492bcbce00616deeba f2dc0bde70dd61bdf680323a190f481461575696 f2fc216dd095b61d630747782e40e3ac6ab70882 f4e3cc72b5def5801c25d3bc85e5b658f125d0b1 fffd7d91424182d3d9dcd11469e127ac78225e25
Postgresql-Catversion: 202007201
Timestamp: 2021-01-12 16:59:04+00

Package: postgresql-client-11
Source: postgresql-11
Version: 11.10-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6572
Depends: libpq5 (>= 11.10), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-11, postgresql-doc-11
Conflicts: postgresql-server-dev-11 (<< 11.6-2~)
Replaces: postgresql-server-dev-11
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-client-11_11.10-2.pgdg+1_arm64.deb
Size: 1456660
SHA256: 7a9b7ac5337e1027c13442a6524ae415796d532bd31855937eca1d17b83fd96f
SHA1: a4be965d01fa72c455b9a153f74bcfbb3f8f2b5c
MD5sum: 4d55377f50964f8c16307ac26d83f597
Description: front-end programs for PostgreSQL 11
 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 11. If you install
 PostgreSQL 11 on a standalone machine, you need the server package
 postgresql-11, 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.
Timestamp: 2021-01-12 16:59:04+00

Package: postgresql-client-11-dbgsym
Source: postgresql-11
Version: 11.10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1955
Depends: postgresql-client-11 (= 11.10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-client-11-dbgsym_11.10-2.pgdg+1_arm64.deb
Size: 1630980
SHA256: f493455d1f4279d1b19c5196f1faf63f724987593e5ccaf25be880cabf9e6aed
SHA1: 849739ced29f4e7d75d810abf6b02fb95caddb3f
MD5sum: 7a87b2e8f5fb3400c5e973e67bd5924d
Description: debug symbols for postgresql-client-11
Build-Ids: 04e684885af7bdec71b6c4691fee853115aa0759 0c1c9ec63e3ec528582f7637a93055fd09c20494 337d3342c1181a9b617db1119a3619c3fcb1a3c9 3eb94e5aeb43eab3da02398efdee2b476d6b7335 4030dbf22faa0841852ef8f30e42971e9b08395b 4f24439dedfbbc6a65c1bc21c0b42546a5f598fb 5aa9f60c10b6c5c4a9a058022c38cd64803d42a2 71977f2eefb0c25e0a0d40b740b0e4434dd57928 7760acf56005392559357072e02a165b3e98d2bc a43e616766434e2a6fcf4552d48c4296e8fd2d72 ccd7e8fbca8705f8d3560f2c20c059a9344a06ec cfe11c4a68d0c3651ecbe90dfc1fc9c851cad5e3 e080d0787a680e3a67f277b7dce1e85eec6446eb e3f1a970c37921d5f13f5fa100e105d679d931cd f41eebb05a29b0d0b3adbd6191f6a483a299e3d6 f947a80fef245e35617fb91b261f2027b699bcd6 febbee3a88feb532ecc8d2f03c37debf60947f9c
Timestamp: 2021-01-12 16:59:04+00

Package: postgresql-client-12
Source: postgresql-12
Version: 12.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6090
Depends: libpq5 (>= 12.5), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-12, postgresql-doc-12
Conflicts: postgresql-server-dev-12 (<< 12.1-2~)
Replaces: postgresql-server-dev-12 (<< 12.1-2~)
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-client-12_12.5-2.pgdg+1_arm64.deb
Size: 1395892
SHA256: 7cf5ea9d7d293e4facf82c8ba1c44aa791281408ea6ba592707da83ace99ad94
SHA1: e83128787ce3b476e6fdfcf7add4dcfd0a350551
MD5sum: 5fc1fb8f88c20a49106c63f8d6b87f37
Description: front-end programs for PostgreSQL 12
 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 12. If you install
 PostgreSQL 12 on a standalone machine, you need the server package
 postgresql-12, 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.
Timestamp: 2021-01-12 16:59:04+00

Package: postgresql-client-12-dbgsym
Source: postgresql-12
Version: 12.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2136
Depends: postgresql-client-12 (= 12.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-client-12-dbgsym_12.5-2.pgdg+1_arm64.deb
Size: 1761684
SHA256: 8425baad560f9430971fd046cf4d31676379c04834cf1d30f69968bfae4758b0
SHA1: 13f9594ea4a7421a87c27a348b6bb16be8538e11
MD5sum: 8a7d4e4725f29b39e70f60498413a87c
Description: debug symbols for postgresql-client-12
Build-Ids: 0bbd6368f9dbf1d0c4b13472b67f29e7ca9f6f8c 16192dd455f068d1938e9f54b31fc392706695ed 1c8c75f3ac2c0bede6115cff076c328e57755409 2735b0c2a4753d026065085447f07937c7a4ee09 8114c0d75c51758e25d899366117d72511636e85 acd8c5cfbc3e3673f904700e99b9b3108f70b130 b75ea48cc7d6c014476efea4956caec448e04eb0 b90b17fe7ce66ef337a8f6ab80fd196e9a2aaca9 cfd3431dd997a2660f402e91bc60ee3dbf2f10fc d1f7788056cff8a1cf659f29de46809739c2506c d37c022f5f7ad391c6a3ee74b32223c35256b260 db779e8b547443e6ef980dc1738dcf231ec799a5 e0939168dfa8ec4858acb0e33cb204a7582b1966 e781018e785acb2c1390b5af65fa2f0bede37be2 e8076d2c67c4117de36df6b0c9435dde046f1e06 f258554a9eab0214f3a1391951ee47da45ba8fc4 fe5006d54e370e7d3b1fc2c84c0776df3aabfed2
Timestamp: 2021-01-12 16:59:04+00

Package: postgresql-client-13
Source: postgresql-13 (13.1-1.pgdg+2)
Version: 13.1-1.pgdg+2+b3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6436
Depends: libpq5 (>= 13.1), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.17), libreadline8 (>= 6.0), libssl1.1 (>= 1.1.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-13, postgresql-doc-13
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-client-13_13.1-1.pgdg+2+b3_arm64.deb
Size: 1467776
SHA256: 1216f8187beed9332a57133c901bcf0154254721dd5c2ea5bcd68a26777611fe
SHA1: 7f78b74f6266f6c27bfd1d7d6ce499396cf362c0
MD5sum: bab40797d268e3c9d728e50150548137
Description: front-end programs for PostgreSQL 13
 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 13. If you install
 PostgreSQL 13 on a standalone machine, you need the server package
 postgresql-13, 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.
Timestamp: 2021-01-12 16:59:04+00

Package: postgresql-client-13-dbgsym
Source: postgresql-13 (13.1-1.pgdg+2)
Version: 13.1-1.pgdg+2+b3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2301
Depends: postgresql-client-13 (= 13.1-1.pgdg+2+b3)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-client-13-dbgsym_13.1-1.pgdg+2+b3_arm64.deb
Size: 1900852
SHA256: 909224a48f5d15aad095faaac95cc3636b0f7798b8412f62e8cf4e030e2dbe4c
SHA1: e74a9c667b17ed55d6575a0dd9ecc2b4f6d1bd37
MD5sum: 1ad3fd812f367ac5b58d7fb470276272
Description: debug symbols for postgresql-client-13
Build-Ids: 0acfc3295876afbf5288d65468d8e85dbb7908ba 13bd77c431c7dd1279a6385ab63cc4c35733d1a4 1712fb7a007924972563c710322006ae11f107f1 1e2010a87ac8d9dec7125b752e20da33e23df168 323af3aa84732a1509bfe3821240bbeda1b6f2a5 3ed9cc8faa7baa041cdd1258dc0085ccdab8be9f 4663d1fd1d4ff50c5b9af55c605b0f3d5b571dad 4d34f4e422ddfea8b50c02d930efd63baec89c63 4f772eb98bec21758a7fa96621ecc4fe58aaecdc 7c4cc875baf489e0649672fc727c1d7336fd60de 844237132b46b62e4b72948b414349162e22e4fa 8a0a155410372b594601b2b29f686b15b926cb11 c834bddd53c1cc3d9d74c63ee51c0ce9a820dc39 cd9099757a0c0edf5affae9913f6821c035bf9d2 cffe74105818bec3df2633064c1b31fc04f00366 eebf47b9037d83ff91a96697f5c05c07db61a61e fa7675e5ddc58a74551d59bc4d5c51b6fde93229 fba5780b8444d19eb7263590eba7b767c76dd7d5
Timestamp: 2021-01-12 16:59:04+00

Package: postgresql-doc-11
Source: postgresql-11
Version: 11.10-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14294
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-11/postgresql-doc-11_11.10-2.pgdg+1_all.deb
Size: 1830892
SHA256: d27a7269fa35eca1d4e8f00aaec9d886f7e2302298bd0797b3f30228df99cac0
SHA1: b1bcef64ec7a3625998781ff81dfa231d363f9ed
MD5sum: d7cb57809a0e8999f161c9dae538b9ac
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 11. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-01-12 16:59:04+00

Package: postgresql-doc-12
Source: postgresql-12
Version: 12.5-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14560
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-12/postgresql-doc-12_12.5-2.pgdg+1_all.deb
Size: 1857668
SHA256: 86c7b943296d08cbb1fed2b60bd7b7693b6c60f62f3b1dc099e456ff1de20630
SHA1: 976670c3f8d05d09bf4626c8f34e17533f3fa192
MD5sum: ac922c4678bf57d4710dd53aad7acf85
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 12. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-01-12 16:59:04+00

Package: postgresql-plperl-11
Source: postgresql-11
Version: 11.10-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 278
Depends: perl, postgresql-11 (= 11.10-2.pgdg+1), libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plperl-11_11.10-2.pgdg+1_arm64.deb
Size: 61912
SHA256: 4fa01e47f47d41a2627b6e492c0a5afcbb67fcdbdc8fdb7e1065bbca20c8d89a
SHA1: a6f067e76a3358a57ca17348f8f52eec68002c06
MD5sum: c057d145631c0a3f543a9ee9984afd7a
Description: PL/Perl procedural language for PostgreSQL 11
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Perl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-01-12 16:59:04+00

Package: postgresql-plperl-11-dbgsym
Source: postgresql-11
Version: 11.10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-plperl-11 (= 11.10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plperl-11-dbgsym_11.10-2.pgdg+1_arm64.deb
Size: 147808
SHA256: 636eb9ece2337db8e380722afa23eaea0ab8a91ef9234f00e1187e2092635caf
SHA1: 636be3e724fb0713e0d9d4aaf441186ff768517b
MD5sum: d1dcda43be274d5ca15071f6c0a5c349
Description: debug symbols for postgresql-plperl-11
Build-Ids: 7859e70d847955b9644cd56cad7f028c04a5f268 d96e90104b66a359b4e44216da9f535294b88629 f3b3cc207538d4f6adc07db2d1c6f56e86d9ddff
Timestamp: 2021-01-12 16:59:04+00

Package: postgresql-plperl-12
Source: postgresql-12
Version: 12.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 320
Depends: perl, postgresql-12 (= 12.5-2.pgdg+1), libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plperl-12_12.5-2.pgdg+1_arm64.deb
Size: 78168
SHA256: 52915f67e0e33ca48d43b3c66c24da4d791c4dadc8f294ab5e68d4180fe1851a
SHA1: 069033a8d78311b584a8cb3b79ffa612a5fe8a3f
MD5sum: a9cbff85938eb69749053b6f621a6ca1
Description: PL/Perl procedural language for PostgreSQL 12
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Perl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-01-12 16:59:04+00

Package: postgresql-plperl-12-dbgsym
Source: postgresql-12
Version: 12.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: postgresql-plperl-12 (= 12.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plperl-12-dbgsym_12.5-2.pgdg+1_arm64.deb
Size: 150196
SHA256: 271ab45969fca41c42a915dbd30fe7fa0b288aff3ac26724c0ffca80b523d28d
SHA1: f6c587f7f4cb70a8d9cdc562374fd4a826fa4b7b
MD5sum: 0b954710b1b795284b83c683d37c9b7d
Description: debug symbols for postgresql-plperl-12
Build-Ids: 04d444012a612c65be6b0ca076a0a2ad1d44e95d 299315155d4c67e77e472831c90abc066d3a872b 43acff5122fed8c3bf0bc24a874481fc38ac477d
Timestamp: 2021-01-12 16:59:04+00

Package: postgresql-plperl-13
Source: postgresql-13 (13.1-1.pgdg+2)
Version: 13.1-1.pgdg+2+b3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 341
Depends: perl, postgresql-13 (= 13.1-1.pgdg+2+b3), libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plperl-13_13.1-1.pgdg+2+b3_arm64.deb
Size: 81956
SHA256: 0416e038797b302d7f9c6c6e69fe08a4187ed1c6e717dba29892120e1ea65c40
SHA1: 4430113308737c02e0d5f2f051ef2fe1a885832e
MD5sum: bde6224a45d10329a8246b06863fc0ee
Description: PL/Perl procedural language for PostgreSQL 13
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Perl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-01-12 16:59:04+00

Package: postgresql-plperl-13-dbgsym
Source: postgresql-13 (13.1-1.pgdg+2)
Version: 13.1-1.pgdg+2+b3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: postgresql-plperl-13 (= 13.1-1.pgdg+2+b3)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plperl-13-dbgsym_13.1-1.pgdg+2+b3_arm64.deb
Size: 156572
SHA256: 561d2eb37ce04b5b693391764288e445c486eb86a8ae0ead50978c58e0cd9a9f
SHA1: d68584767ac2057e45e7f45230560da18de7daf9
MD5sum: 27f6ac29b97f113342b378c5e8993e3d
Description: debug symbols for postgresql-plperl-13
Build-Ids: 7b247b298673fd58a3c36fe956df4e638fc66d51 7e86dc3c6218dfd41f5314b3aa60628a7634eb78 e43363219255454b8b7646233b62dd8077a69b56 f722e7e7e319eac54e8609583aaf23604d8ae776
Timestamp: 2021-01-12 16:59:04+00

Package: postgresql-plpython3-11
Source: postgresql-11
Version: 11.10-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: postgresql-11 (= 11.10-2.pgdg+1), libc6 (>= 2.17), libpython3.9 (>= 3.9.0~b4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11_11.10-2.pgdg+1_arm64.deb
Size: 74096
SHA256: ee2218a7cd82dd8a3e305e069cebd66463ecbc934c6b1c775653b4f0b1b00e11
SHA1: 5c491d952f770a221e2af00eae92553634af7028
MD5sum: 164c4377453ea21ad749dbe8022c94a3
Description: PL/Python 3 procedural language for PostgreSQL 11
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Python 3.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-01-12 16:59:04+00

Package: postgresql-plpython3-11-dbgsym
Source: postgresql-11
Version: 11.10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: postgresql-plpython3-11 (= 11.10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11-dbgsym_11.10-2.pgdg+1_arm64.deb
Size: 156896
SHA256: 2d284fcd297c1bcf7d9f3d59707748fa94fbfe87f7dee44f2027278e54ae2c76
SHA1: a69d75ae0a31ebbdb49d7b6edb9a6bec1463827f
MD5sum: b82fec63d86bfdcb978332c215f1680f
Description: debug symbols for postgresql-plpython3-11
Build-Ids: 618ba317d1f3fdf91bb86b8ee3b825ae03fe5ff7 666143ff7b36d08f1b6de7cde08b1e543c6762f1 cec1077d16018d5cff5c6a6607a110582aeb42f9 d0fc7a508faff59f814a12bdb48f27a6e82a9d67
Timestamp: 2021-01-12 16:59:04+00

Package: postgresql-plpython3-12
Source: postgresql-12
Version: 12.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 473
Depends: postgresql-12 (= 12.5-2.pgdg+1), libc6 (>= 2.17), libpython3.9 (>= 3.9.0~b4)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12_12.5-2.pgdg+1_arm64.deb
Size: 104040
SHA256: d76ba721444ccb32b793df219ffd51c02cbae8b1cc2cc532ca7b2443390ee59a
SHA1: 38e46d1f9421f43b2b64b8187a4c0a84098dd357
MD5sum: ab641398ccf7a0fd1053f844893e0d61
Description: PL/Python 3 procedural language for PostgreSQL 12
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Python 3.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-01-12 16:59:04+00

Package: postgresql-plpython3-12-dbgsym
Source: postgresql-12
Version: 12.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 209
Depends: postgresql-plpython3-12 (= 12.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12-dbgsym_12.5-2.pgdg+1_arm64.deb
Size: 159416
SHA256: e16c3702609be76b67d49ebcef20602985f4afa657d9897174a4147da19ccad9
SHA1: 004f8747be9dbecd7f19d4b581f1bf44d3b924ea
MD5sum: 97ce80b0647b742e71e894b0a181973a
Description: debug symbols for postgresql-plpython3-12
Build-Ids: 6fc665ed91030c0c7cf12f22fc9fe23ac462c02f 7efcee17301fe7faad15ef86d8970da0db9828f1 cdf6f09f02e2fe70b51680d16087fb67010b0177 ea22aa48aafb215cec5fdce2f5cf841653a03f84
Timestamp: 2021-01-12 16:59:04+00

Package: postgresql-plpython3-13
Source: postgresql-13 (13.1-1.pgdg+2)
Version: 13.1-1.pgdg+2+b3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 476
Depends: postgresql-13 (= 13.1-1.pgdg+2+b3), libc6 (>= 2.17), libpython3.9 (>= 3.9.0~b4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13_13.1-1.pgdg+2+b3_arm64.deb
Size: 102148
SHA256: fa73e106e00afa67beaebec2d158901583910bdeab9233acd14dae4bf9e15e2e
SHA1: 31d465ed366c7e524e876e2bb2a2b089eadcc653
MD5sum: 6a85f22a8bd3e2ed89ce8e1e1cfdf058
Description: PL/Python 3 procedural language for PostgreSQL 13
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Python 3.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-01-12 16:59:04+00

Package: postgresql-plpython3-13-dbgsym
Source: postgresql-13 (13.1-1.pgdg+2)
Version: 13.1-1.pgdg+2+b3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 210
Depends: postgresql-plpython3-13 (= 13.1-1.pgdg+2+b3)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13-dbgsym_13.1-1.pgdg+2+b3_arm64.deb
Size: 158936
SHA256: bf3d4ac9923fb0e249529dc5f6db6def134f43f13b773ec593779e4f63f54efd
SHA1: cbac807718a79435eee221db18a238f1bbd4fc02
MD5sum: 0c5529eca1d0cee37982ee8f854c766d
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 2c3a89e362b29cb1bbe2746343e37a151fea01ca d294c564295f563b382b0c1bc024f37c8f733323 d501c7395e6b3f9b260cb0cb5fb6bad9238cd97d e64ed6cc83e4131107d01754c2a439556c3d192c
Timestamp: 2021-01-12 16:59:04+00

Package: postgresql-pltcl-11
Source: postgresql-11
Version: 11.10-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 173
Depends: postgresql-11 (= 11.10-2.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11_11.10-2.pgdg+1_arm64.deb
Size: 39348
SHA256: 83972327314a3858b09b6853694f40b0b70736f9ddbff1b695468527510f6881
SHA1: d45ca7bfd2d5371451dc4ab9dc8878e76bd6c024
MD5sum: cb7f4ea547c814498bde28aa8f736acc
Description: PL/Tcl procedural language for PostgreSQL 11
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Tcl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-01-12 16:59:04+00

Package: postgresql-pltcl-11-dbgsym
Source: postgresql-11
Version: 11.10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-pltcl-11 (= 11.10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11-dbgsym_11.10-2.pgdg+1_arm64.deb
Size: 70272
SHA256: 4d53e7ac76bcd8a9d94032ab5edd176dc292b2cde477c662e9cf631df7166866
SHA1: 5153915246e5dffdbfe28e6f4c5e5c11c0b6f9e4
MD5sum: d05356451bdee6f336d55f551d6b0543
Description: debug symbols for postgresql-pltcl-11
Build-Ids: 604f51040b558cda06f400922d700a463e86aa45
Timestamp: 2021-01-12 16:59:04+00

Package: postgresql-pltcl-12
Source: postgresql-12
Version: 12.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 175
Depends: postgresql-12 (= 12.5-2.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12_12.5-2.pgdg+1_arm64.deb
Size: 37448
SHA256: c13ccd3a2c70c192555090c8a8ad48b5abb09d5ea2fa0d9013b8bed417aab46f
SHA1: f77c89ceec03ab6bbb67993b2ebb7e24331f1718
MD5sum: e3c32794b2060e22ef28f98cb1ee7a4a
Description: PL/Tcl procedural language for PostgreSQL 12
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Tcl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-01-12 16:59:04+00

Package: postgresql-pltcl-12-dbgsym
Source: postgresql-12
Version: 12.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-pltcl-12 (= 12.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12-dbgsym_12.5-2.pgdg+1_arm64.deb
Size: 71260
SHA256: 9a86324ba5a41b39513b9ee544186e3b08875c1e443fb3b29f4881db308a4db5
SHA1: c563039ca5791a975a60ae2d53f59cf422d577f6
MD5sum: 554293b73adac462aecf4fd2d0013180
Description: debug symbols for postgresql-pltcl-12
Build-Ids: cf6fead344eb2776b91f369fa8a220385717590b
Timestamp: 2021-01-12 16:59:04+00

Package: postgresql-pltcl-13
Source: postgresql-13 (13.1-1.pgdg+2)
Version: 13.1-1.pgdg+2+b3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-13 (= 13.1-1.pgdg+2+b3), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13_13.1-1.pgdg+2+b3_arm64.deb
Size: 36428
SHA256: cf32557c3437b4c923f11af1336c4dcb3365885b6023008b7f89fddb69aa6333
SHA1: dab8493f599bafb70723d22a4c2f290871d1f4ec
MD5sum: 3ae883fb46bb5a6b29078c4578203423
Description: PL/Tcl procedural language for PostgreSQL 13
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Tcl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-01-12 16:59:04+00

Package: postgresql-pltcl-13-dbgsym
Source: postgresql-13 (13.1-1.pgdg+2)
Version: 13.1-1.pgdg+2+b3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-pltcl-13 (= 13.1-1.pgdg+2+b3)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13-dbgsym_13.1-1.pgdg+2+b3_arm64.deb
Size: 74464
SHA256: c998ce07dabca7347ac1f143e3a18370e4c13317032023434e212f31b2e06d5e
SHA1: 91abee1a4b11f6fc481b5da44689d8701443dbbc
MD5sum: f5c9a15faf86907ea8bee8a776098cc0
Description: debug symbols for postgresql-pltcl-13
Build-Ids: 9253c820febb59c170cc40c5ebf8254fb7fdf0ec
Timestamp: 2021-01-12 16:59:04+00

Package: postgresql-server-dev-11
Source: postgresql-11
Version: 11.10-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4675
Depends: clang-11, libpq-dev (>= 11~~), llvm-11-dev, postgresql-client-11 (= 11.10-2.pgdg+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-11/postgresql-server-dev-11_11.10-2.pgdg+1_arm64.deb
Size: 860024
SHA256: c2f3dd00d615f0817fc24233f045b0d448d0e989284658a118a87f2f79522552
SHA1: 5b05812560e3254157a38f9301bef22fcec10283
MD5sum: 0df91fecb197ddc9f9ae680292fc1202
Description: development files for PostgreSQL 11 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.
Timestamp: 2021-01-12 16:59:04+00

Package: postgresql-server-dev-12
Source: postgresql-12
Version: 12.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5246
Depends: clang-11, libpq-dev (>= 12~~), llvm-11-dev, postgresql-client-12 (>= 12.1-2~), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-12/postgresql-server-dev-12_12.5-2.pgdg+1_arm64.deb
Size: 924480
SHA256: 31482b1d14370a5cd00952be00c2b00ddcc9639268db13bc2f96551555b0db9a
SHA1: 06073a547bd904d78b3a32bb82e079048cf9a8ec
MD5sum: 44cae129e7bcc1dd072cbe7c2c7dc66b
Description: development files for PostgreSQL 12 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.
Timestamp: 2021-01-12 16:59:04+00

Package: postgresql-server-dev-13
Source: postgresql-13 (13.1-1.pgdg+2)
Version: 13.1-1.pgdg+2+b3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5751
Depends: clang-11, libpq-dev (>= 13~~), llvm-11-dev, postgresql-client-13, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/postgresql-server-dev-13_13.1-1.pgdg+2+b3_arm64.deb
Size: 967364
SHA256: a80eedb098a20fa0f685561450b52f2f38307da7242c8a1b2fefe5a93e4525d8
SHA1: 90049474b6c1590331fcb5097978dbd81a9e25e4
MD5sum: 6e522c6c1162428c01aa41c790403afe
Description: development files for PostgreSQL 13 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.
Timestamp: 2021-01-12 16:59:04+00

Package: pgagent
Source: pgagent (4.0.0-8.pgdg+1)
Version: 4.0.0-8.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 471
Depends: libboost-filesystem1.74.0 (>= 1.74.0), libboost-thread1.74.0 (>= 1.74.0), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpq5 (>= 8.4~), libstdc++6 (>= 5.2)
Recommends: postgresql-9.5 | postgresql-9.6 | postgresql-10 | postgresql-11 | postgresql-12 | postgresql-13
Suggests: pgadmin3 | pgadmin4
Provides: postgresql-10-pgagent, postgresql-11-pgagent, postgresql-12-pgagent, postgresql-13-pgagent, postgresql-9.5-pgagent, postgresql-9.6-pgagent
Homepage: http://www.pgadmin.org/docs/dev/pgagent.html
Priority: optional
Section: database
Filename: pool/main/p/pgagent/pgagent_4.0.0-8.pgdg+1+b1_arm64.deb
Size: 114956
SHA256: df2d84d4b19166f97c44ea517ba983c598365b66fcaf71384a3a80a128e27fd8
SHA1: 31f8caca6d9c25de09210b5c89b753760275d93a
MD5sum: 6f28bb8895d4c3b5823132d4243d052e
Description: job scheduling engine for PostgreSQL
 pgAgent is a job scheduling agent for PostgreSQL, capable of running
 multi-step batch/shell and SQL tasks on complex schedules.
Timestamp: 2021-01-14 16:35:50+00

Package: pgagent-dbgsym
Source: pgagent (4.0.0-8.pgdg+1)
Version: 4.0.0-8.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2438
Depends: pgagent (= 4.0.0-8.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pgagent/pgagent-dbgsym_4.0.0-8.pgdg+1+b1_arm64.deb
Size: 2364308
SHA256: abc3957d0476d9be563af8986e663dda0acba85d08f897d88bdeda0b07de8187
SHA1: e4bb5d73a675d5dace4ad5752061965163a9ba2b
MD5sum: 59ad9f9f382f4f4faca6d4092ec17a9a
Description: debug symbols for pgagent
Build-Ids: 25e6e5b4f66cc675d11cfd9c859a9594a8a58a14
Timestamp: 2021-01-14 16:35:50+00

Package: postgresql-10-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.5.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-10-mysql-fdw_2.5.5-2.pgdg+1_arm64.deb
Size: 27696
SHA256: 3d08624575d154a05887d586202e811a47de4a2f0745011f970372b8e45c1a59
SHA1: 7c5925f98284d2d7a8f14942e7512e714800292c
MD5sum: 3510c9ebd8b61b2b8b40b166205cf653
Description: Postgres 10 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 10.
Timestamp: 2021-01-14 16:35:50+00

Package: postgresql-10-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.5.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-10-mysql-fdw (= 2.5.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-10-mysql-fdw-dbgsym_2.5.5-2.pgdg+1_arm64.deb
Size: 101008
SHA256: 36036a17c99f44ba5ecaba1f31a73db529c02fc076436421d37245bfdc3acb12
SHA1: 6ff7f0b8f9e521fcf63e90998375ee30f20d25c6
MD5sum: 819ac4e1263c17d21e20d09c3767a43c
Description: debug symbols for postgresql-10-mysql-fdw
Build-Ids: 20e367d40acef0cd20743c0069aafb334da6f21f
Timestamp: 2021-01-14 16:35:50+00

Package: postgresql-10-omnidb
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libc6 (>= 2.17), libpq5, postgresql-10
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-10-omnidb_3.0.0.20201026-1.pgdg+1_arm64.deb
Size: 7312
SHA256: f99c9d519976c8eec982ae35a5b6a21e5a06a396f06ce4c04c43e975e3b8b62d
SHA1: e09e6945522090f032fcc333c41de60425be13f4
MD5sum: 028dba8835c59fd8b28c30cae735759c
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL omnidb_plpgsql_debugger extension for
 interactive PL/pgSQL debugging in OmniDB.
Timestamp: 2021-01-14 16:35:50+00

Package: postgresql-10-omnidb-dbgsym
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-10-omnidb (= 3.0.0.20201026-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-10-omnidb-dbgsym_3.0.0.20201026-1.pgdg+1_arm64.deb
Size: 31532
SHA256: 66715aafb85278511c5686d4e36ac321a24800c4ff2eddbcd34df613da19c484
SHA1: 8e27b756b7c51f78614bb17527347cd873ea8cc8
MD5sum: 70480a1332f4f2386832d97e1a522729
Description: debug symbols for postgresql-10-omnidb
Build-Ids: be430101e76d656609cbfed1e44708248fe01e26
Timestamp: 2021-01-14 16:35:50+00

Package: postgresql-11-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.5.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-11-mysql-fdw_2.5.5-2.pgdg+1_arm64.deb
Size: 97776
SHA256: 702fa723bcd069ffe8e21b5519c1d89d22d6d4269e28c3b8aae65a479d13f80a
SHA1: 71db70b2dc96b7d57cc377bed559be9f1ad324cb
MD5sum: f4fefdea5d70f3046c2676f11cb30968
Description: Postgres 11 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 11.
Timestamp: 2021-01-14 16:35:50+00

Package: postgresql-11-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.5.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-11-mysql-fdw (= 2.5.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-11-mysql-fdw-dbgsym_2.5.5-2.pgdg+1_arm64.deb
Size: 102512
SHA256: 94e57c386c734c41b6d6e3c578141ec649f6087b653cb90f86ca53e725483529
SHA1: abec1490ea2485891a39276c49dab4735b7a0873
MD5sum: 44eafd57974619c5a8086a8c44d0ddff
Description: debug symbols for postgresql-11-mysql-fdw
Build-Ids: 12bccf88ffbf20a0cd69698b87d8356a206581ae
Timestamp: 2021-01-14 16:35:50+00

Package: postgresql-11-omnidb
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: libc6 (>= 2.17), libpq5, postgresql-11
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-11-omnidb_3.0.0.20201026-1.pgdg+1_arm64.deb
Size: 21192
SHA256: 1b6ebbf35de013a93d3c13734959901ff51d33d9d79ec5e435c36dce9568399b
SHA1: cde5959481fe6c5f9e4c044963fab398e4c2fd28
MD5sum: 5fc14e2da10747763d4b650fc94f5980
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL omnidb_plpgsql_debugger extension for
 interactive PL/pgSQL debugging in OmniDB.
Timestamp: 2021-01-14 16:35:50+00

Package: postgresql-11-omnidb-dbgsym
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-11-omnidb (= 3.0.0.20201026-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-11-omnidb-dbgsym_3.0.0.20201026-1.pgdg+1_arm64.deb
Size: 34260
SHA256: bde94a7f435695516b79ea0a663aebb0c60290bb4026775be64503a30d96ebdf
SHA1: 985aa5412b8bf7b6baba1a8a3890d759f5cce029
MD5sum: ba5faa36be853f9f8253552a5d37d7c7
Description: debug symbols for postgresql-11-omnidb
Build-Ids: 898729824d0f0346f68c19a05728e05d7726864b
Timestamp: 2021-01-14 16:35:50+00

Package: postgresql-12-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.5.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 221
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-12-mysql-fdw_2.5.5-2.pgdg+1_arm64.deb
Size: 99508
SHA256: 922eb3d0ec4c9410626588baf02959bb65194ba7f363f0353aa2a57de3f12f5a
SHA1: fe568461caf789d0b5a8efdd50985f0103aa9e17
MD5sum: 8ff43b447b175d9e3deb76dcdd33d2ce
Description: Postgres 12 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 12.
Timestamp: 2021-01-14 16:35:50+00

Package: postgresql-12-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.5.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-12-mysql-fdw (= 2.5.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-12-mysql-fdw-dbgsym_2.5.5-2.pgdg+1_arm64.deb
Size: 107396
SHA256: 0fb570fecc9ee88102d0ba11cc5e7288a8655ab90dc227ce64451172a7e7ad6d
SHA1: 166bc6cdc2d2d1ea77669b4d3bfde41adc4f55bd
MD5sum: 6ca17d737916df5cb584023ee79fbaf2
Description: debug symbols for postgresql-12-mysql-fdw
Build-Ids: 3c52ffaf9f44350f33103d9c8883fb9055cb5e61
Timestamp: 2021-01-14 16:35:50+00

Package: postgresql-12-omnidb
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: libc6 (>= 2.17), libpq5, postgresql-12
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-12-omnidb_3.0.0.20201026-1.pgdg+1_arm64.deb
Size: 21564
SHA256: 7ff90179040a6df1f8d848d07bf953b39c6372386e7e6d56494f11d7db98f4c5
SHA1: 910fb5d8d281a04fef2a820b78c8155cd7b6ed1f
MD5sum: aecaa6c750072b666f60f8f069d77bc8
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL omnidb_plpgsql_debugger extension for
 interactive PL/pgSQL debugging in OmniDB.
Timestamp: 2021-01-14 16:35:50+00

Package: postgresql-12-omnidb-dbgsym
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-12-omnidb (= 3.0.0.20201026-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-12-omnidb-dbgsym_3.0.0.20201026-1.pgdg+1_arm64.deb
Size: 34708
SHA256: 08debe275c4ba1224712af54f6b74ab0db524f5f39b530ca1216b4d3713ee84b
SHA1: 877de666ebbf38a061cc495ce0981240e05e4e74
MD5sum: 585ef2b9f51c6b768427be7ee11ee4fb
Description: debug symbols for postgresql-12-omnidb
Build-Ids: 065eebd7c4ff656e70d67e32544ad1a3c68e4e1e
Timestamp: 2021-01-14 16:35:50+00

Package: postgresql-13-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.5.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 229
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-13-mysql-fdw_2.5.5-2.pgdg+1_arm64.deb
Size: 102300
SHA256: fa9eaa4869ea1e024e1851399b1697939809120807863b963d38243f7545bf27
SHA1: 965c0247acdd5f9d364d7d9a5cffbaad713bae49
MD5sum: fffbabf591ec035c8481ddd1acfea822
Description: Postgres 13 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 13.
Timestamp: 2021-01-14 16:35:50+00

Package: postgresql-13-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.5.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-13-mysql-fdw (= 2.5.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-13-mysql-fdw-dbgsym_2.5.5-2.pgdg+1_arm64.deb
Size: 112716
SHA256: 6754ce9004e98c3b01b05331d994b27e5dad473267607492323bf95b3eb5303f
SHA1: e24b889aced0c125423cdc5bcb29d24b96ed9d86
MD5sum: 9b95d6eb382a9b02fa54b2a726c2422a
Description: debug symbols for postgresql-13-mysql-fdw
Build-Ids: f936ae590221d9aa2671eed158bc715e5f2f6a71
Timestamp: 2021-01-14 16:35:50+00

Package: postgresql-13-omnidb
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: libc6 (>= 2.17), libpq5, postgresql-13
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-13-omnidb_3.0.0.20201026-1.pgdg+1_arm64.deb
Size: 21540
SHA256: 2cb7bcbf24ec24ee2b38498cdeda7e749b791a9f982dd9832759948a17ca4d84
SHA1: 49356658835ca8c77f8baf0284ad46c1b9056463
MD5sum: f03002263e29b93e2e8090fc2297017f
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL omnidb_plpgsql_debugger extension for
 interactive PL/pgSQL debugging in OmniDB.
Timestamp: 2021-01-14 16:35:50+00

Package: postgresql-13-omnidb-dbgsym
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-13-omnidb (= 3.0.0.20201026-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-13-omnidb-dbgsym_3.0.0.20201026-1.pgdg+1_arm64.deb
Size: 34744
SHA256: 891bc9bf99c7c02efef90c43f38857c89154b98f2288849124c507df45963695
SHA1: c28d65e32c1761b2e3f5b0179925175cbb1ab8b7
MD5sum: 4ddb31a4e3fab6178a076416cc8cfa9f
Description: debug symbols for postgresql-13-omnidb
Build-Ids: 4983992167bf5e2634e8224a4469c755f373a8aa
Timestamp: 2021-01-14 16:35:50+00

Package: postgresql-9.5-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.5.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-9.5, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-9.5-mysql-fdw_2.5.5-2.pgdg+1_arm64.deb
Size: 27812
SHA256: 34d13810d20be4145ccc0f5b349b5178e3044a831225cd4dfb4006c738e33bde
SHA1: 228349a2f0fdb33e4c891e898446b3ebd8d17926
MD5sum: 4fc572a96282b857ef0300d422cf002a
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.
Timestamp: 2021-01-14 16:35:50+00

Package: postgresql-9.5-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.5.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-9.5-mysql-fdw (= 2.5.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-9.5-mysql-fdw-dbgsym_2.5.5-2.pgdg+1_arm64.deb
Size: 93328
SHA256: e5487715de334654824428bd6986d8dd751a97a57a9b619d42f5e0cae3ccccd7
SHA1: 17d71ac8cafb15fe8363ec248e1839565d96ecac
MD5sum: d555bade975fc90c5e7a9070b4002535
Description: debug symbols for postgresql-9.5-mysql-fdw
Build-Ids: c039f6bb7a9e25bba478115bce0eb8445efec8d7
Timestamp: 2021-01-14 16:35:50+00

Package: postgresql-9.5-omnidb
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libc6 (>= 2.17), libpq5, postgresql-9.5
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-9.5-omnidb_3.0.0.20201026-1.pgdg+1_arm64.deb
Size: 7320
SHA256: 969f15e6035385442bed897389f94cd93a56840c6e5222ecf4820e8decae473f
SHA1: 2dab771e7ad706cd8437936e7d3f47b15547e4c0
MD5sum: 9ef75b906be129abc951ccaab82c1f39
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL omnidb_plpgsql_debugger extension for
 interactive PL/pgSQL debugging in OmniDB.
Timestamp: 2021-01-14 16:35:50+00

Package: postgresql-9.5-omnidb-dbgsym
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-9.5-omnidb (= 3.0.0.20201026-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-9.5-omnidb-dbgsym_3.0.0.20201026-1.pgdg+1_arm64.deb
Size: 26916
SHA256: 2e9b0f6b0d49760a2bd0c97b5a4fe88b84f7cf042c868b6c9c0cb12eaf5ffac7
SHA1: 11e840860e37cbdf2819369f90dd53f4d50ad084
MD5sum: a9c3afd59104bdbf66419c479a67fe43
Description: debug symbols for postgresql-9.5-omnidb
Build-Ids: 0784a3e8d659be3646ad462906e4f14ee6d85918
Timestamp: 2021-01-14 16:35:50+00

Package: postgresql-9.6-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.5.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-9.6-mysql-fdw_2.5.5-2.pgdg+1_arm64.deb
Size: 27784
SHA256: 244dbd34b4c7172a0711a023c49bea749586c03f4660f36b32f5bb72f197cc9a
SHA1: 5efb041a61596a4f67b6ab18dfa51f0d4066bcf6
MD5sum: 563d9219c68ff2924b2754f751e9cb57
Description: Postgres 9.6 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.6.
Timestamp: 2021-01-14 16:35:50+00

Package: postgresql-9.6-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.5.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-9.6-mysql-fdw (= 2.5.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-9.6-mysql-fdw-dbgsym_2.5.5-2.pgdg+1_arm64.deb
Size: 96884
SHA256: eebb92cb22033b3b2e2c3fa00547a21f44f5a89a4a605a5c7b9baae744d55c04
SHA1: 2cf5f932c4475bd4ac30a8c7f64e6d8e4f5c1186
MD5sum: 38917c9bfdc04291c3ef43dde6716365
Description: debug symbols for postgresql-9.6-mysql-fdw
Build-Ids: af1919553036a9939d74516172a99e1095d593fa
Timestamp: 2021-01-14 16:35:50+00

Package: postgresql-9.6-omnidb
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libc6 (>= 2.17), libpq5, postgresql-9.6
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-9.6-omnidb_3.0.0.20201026-1.pgdg+1_arm64.deb
Size: 7324
SHA256: 8c4fd0db111d027d1ce5c3eb8d9f90fcfd916319bcfaf252158b81b1d4aebb54
SHA1: a6d964133d86254c44b59d68ef0711fba4701eb4
MD5sum: 32756361752c957afa9a38c51dbd0682
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL omnidb_plpgsql_debugger extension for
 interactive PL/pgSQL debugging in OmniDB.
Timestamp: 2021-01-14 16:35:50+00

Package: postgresql-9.6-omnidb-dbgsym
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-9.6-omnidb (= 3.0.0.20201026-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-9.6-omnidb-dbgsym_3.0.0.20201026-1.pgdg+1_arm64.deb
Size: 27424
SHA256: 09ca061bc549e2e06ed398e7fb9ab730b9a6d0d0372f6a4476d4221153ca4718
SHA1: 3c95646c2ecaf8a0e61d6e56fbba7b129d2a5860
MD5sum: 497b8d387149af91f128b1dbe5982b1a
Description: debug symbols for postgresql-9.6-omnidb
Build-Ids: c4328fd7c46f88fdef6c03956871d95afb9dd573
Timestamp: 2021-01-14 16:35:50+00

Package: sqlsmith
Source: sqlsmith (1.2.1-1.pgdg+1)
Version: 1.2.1-1.pgdg+1+b5
Architecture: arm64
Maintainer: Andreas Seltenreich <seltenreich@gmx.de>
Installed-Size: 559
Depends: libboost-regex1.74.0-icu67, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpq5, libpqxx-6.4 (>= 6.4), libsqlite3-0 (>= 3.6.18), libstdc++6 (>= 9)
Homepage: https://github.com/anse1/sqlsmith
Priority: optional
Section: database
Filename: pool/main/s/sqlsmith/sqlsmith_1.2.1-1.pgdg+1+b5_arm64.deb
Size: 153124
SHA256: b7666db8d97521435da2592597f219a7ba37f1aca230df38d16f4c9d98024ded
SHA1: 2e76357468e0295e926d69cfaac99e0b882f11c2
MD5sum: 8caca1fc906c6c4febb562aee2f7a9b6
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+ and sqlite3.
 .
 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.
Timestamp: 2021-01-14 16:35:50+00

Package: sqlsmith-dbgsym
Source: sqlsmith (1.2.1-1.pgdg+1)
Version: 1.2.1-1.pgdg+1+b5
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Andreas Seltenreich <seltenreich@gmx.de>
Installed-Size: 4064
Depends: sqlsmith (= 1.2.1-1.pgdg+1+b5)
Priority: optional
Section: debug
Filename: pool/main/s/sqlsmith/sqlsmith-dbgsym_1.2.1-1.pgdg+1+b5_arm64.deb
Size: 3908704
SHA256: c1ee43719ab67d12995d0ad3ba0e60703de057bf14f07480d5fd46ea5e63e962
SHA1: 4fff0509d0d4a4ec1f8860886c6ac2e51b013be2
MD5sum: 228ba16c42f9ef7fc7c544c40776c09d
Description: debug symbols for sqlsmith
Build-Ids: af50a0e1bc99dfef7184d2270b95fb3a56a23528
Timestamp: 2021-01-14 16:35:50+00

Package: libpqtypes0
Source: libpqtypes
Version: 1.5.1-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: libc6 (>= 2.17)
Multi-Arch: same
Priority: optional
Section: libs
Filename: pool/main/libp/libpqtypes/libpqtypes0_1.5.1-7.pgdg+1_arm64.deb
Size: 54484
SHA256: bea1edc7cc39decf243c9ce358018148b28b9c3f9e8d9e6d099dcd7e52c14f5e
SHA1: 88b032b1f92b4981843905800ed790be261691d4
MD5sum: df0ff1f8501284ccaa791371cdb8c02c
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.
Timestamp: 2021-01-19 15:47:48+00

Package: libpqtypes0-dbgsym
Source: libpqtypes
Version: 1.5.1-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: libpqtypes0 (= 1.5.1-7.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libp/libpqtypes/libpqtypes0-dbgsym_1.5.1-7.pgdg+1_arm64.deb
Size: 98524
SHA256: 88185ba775abd1ad05cced54479dbaf9991b494652d88f4b8ef7b0d219b47251
SHA1: 3b3acd785943bce0fce69e51260e19024dbb13b8
MD5sum: b5f0a1a3dd4b9f3ced646fab1d8e33bf
Description: debug symbols for libpqtypes0
Build-Ids: bc6d24ac7205b8ef3150be8f91e7d69f73fbbbe5
Timestamp: 2021-01-19 15:47:48+00

Package: libpqtypes-dev
Source: libpqtypes
Version: 1.5.1-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: libpq-dev, libpqtypes0 (= 1.5.1-7.pgdg+1)
Multi-Arch: same
Priority: optional
Section: libdevel
Filename: pool/main/libp/libpqtypes/libpqtypes-dev_1.5.1-7.pgdg+1_arm64.deb
Size: 55588
SHA256: bf3a580d39f6039f1b0300b211e0fdc8e217f28e1bb4b2a956a3d83183d9941c
SHA1: e43c9230229801f96d1445fe037d7022fc7c4fff
MD5sum: b2eb6b4183e1a41cb622651614e0b20f
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.
Timestamp: 2021-01-19 15:47:48+00

Package: omnidb-common
Source: omnidb
Version: 3.0.3b+ds-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28744
Depends: fonts-roboto-unhinted, fonts-glyphicons-halflings, libjs-jquery, python3:any, python3-cherrypy3, python3-django (>= 2:2.2), python3-django-auth-ldap, python3-django-sass, python3-openpyxl, python3-paramiko, python3-pgspecial, python3-prettytable, python3-psycopg2, python3-pyaes, python3-restrictedpython, python3-scrypt, python3-social-django, python3-sqlparse, python3-sshtunnel
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/omnidb-common_3.0.3b+ds-1.pgdg+1_all.deb
Size: 4369148
SHA256: 8ecbc175fb588c57f2f44c55157dc5a0292594cc611a9a63f4b41725e619440d
SHA1: 48ef793dcd1dda2f1094fa260e60ee8c0d5a9293
MD5sum: 588a11c73468e8c8e137499dcbf3595a
Description: Web tool for database management (shared files)
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight. Check-out some
 characteristics:
 .
  * Web Tool: Accessible from any platform, using a browser as a medium
  * Responsive Interface: All available functions in a single page
  * Unified Workspace: Different technologies managed in a single workspace
  * Simplified Editing: Easy to add and remove connections
  * Safety: Multi-user support with encrypted personal information
  * Interactive Tables: All functionalities use interactive tables, allowing
    copying and pasting in blocks
  * Smart SQL Editor: Contextual SQL code completion
  * Beautiful SQL Editor: You can choose between many available color themes
  * Tabbed SQL Editor: Easily add, rename or delete editor tabs
 .
 Supported DBMS: PostgreSQL, Oracle, MySQL, MariaDB
 .
 This package contains shared files.
Timestamp: 2021-01-19 15:47:48+00

Package: omnidb-server
Source: omnidb
Version: 3.0.3b+ds-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: adduser, omnidb-common (= 3.0.3b+ds-1.pgdg+1)
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/omnidb-server_3.0.3b+ds-1.pgdg+1_all.deb
Size: 8640
SHA256: 90a34ce4f0a194dfcb303f363baa73f709fe8647f4459743303d7e995b7467a6
SHA1: 8ded6c4e3a5b0cc3deb3501e3ec44ceb8f0438c2
MD5sum: 1050b8ff09d6235b0cbc603f60643017
Description: Web tool for database management
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight. Check-out some
 characteristics:
 .
  * Web Tool: Accessible from any platform, using a browser as a medium
  * Responsive Interface: All available functions in a single page
  * Unified Workspace: Different technologies managed in a single workspace
  * Simplified Editing: Easy to add and remove connections
  * Safety: Multi-user support with encrypted personal information
  * Interactive Tables: All functionalities use interactive tables, allowing
    copying and pasting in blocks
  * Smart SQL Editor: Contextual SQL code completion
  * Beautiful SQL Editor: You can choose between many available color themes
  * Tabbed SQL Editor: Easily add, rename or delete editor tabs
 .
 Supported DBMS: PostgreSQL, Oracle, MySQL, MariaDB
 .
 This package runs OmniDB as system service on http://127.0.0.1:8000.
Timestamp: 2021-01-19 15:47:48+00

Package: postgresql-10-partman
Source: pg-partman
Version: 4.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5651
Depends: postgresql-10, python3, python3-psycopg2, libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-10-partman_4.4.1-1.pgdg+1_arm64.deb
Size: 232296
SHA256: 1ee6a4242c31f0f9a6fe08279c7f3eb7be7d2ae36dfd6c4a79682b6f6a6d00df
SHA1: d63b8ff480e6ae6e46731e0820f25a729c457706
MD5sum: 1849606003abace3aa545f69772cf55e
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.
Timestamp: 2021-01-19 15:47:48+00

Package: postgresql-10-partman-dbgsym
Source: pg-partman
Version: 4.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-10-partman (= 4.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-10-partman-dbgsym_4.4.1-1.pgdg+1_arm64.deb
Size: 19060
SHA256: 48121b521f6201b4ee75de6640879867c7fd5b66fa2ae8d88abc26c415f840fa
SHA1: caaea9298252c75e4fdb43519b2cb8598a436fd8
MD5sum: 96928a97f6be48ec8288185d4746c57d
Description: debug symbols for postgresql-10-partman
Build-Ids: d8df289ee6bdfd330dd1513ca9e9324033a1e5c1
Timestamp: 2021-01-19 15:47:48+00

Package: postgresql-10-pllua
Source: postgresql-pllua
Version: 1:2.0.7-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 325
Depends: postgresql-10, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-10-pllua_2.0.7-1.pgdg+2_arm64.deb
Size: 103428
SHA256: 0ee184f2b9ab08207ad426e5299ee5cce08576c8093ba6e26c21c27f128f77ea
SHA1: 41598c2e7331d73130567f7ad4c6f18a87c2a139
MD5sum: 4c05667ec1a146bec870c433c0dd01d6
Description: Lua procedural language for PostgreSQL 10
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2021-01-19 15:47:48+00

Package: postgresql-10-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.7-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 343
Depends: postgresql-10-pllua (= 1:2.0.7-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-10-pllua-dbgsym_2.0.7-1.pgdg+2_arm64.deb
Size: 296100
SHA256: b6c4f76f6260f7fbce32417703331213c69eb210a50de87a0ec65b9ac6d3a7c5
SHA1: 61497379048c3ec4c1062c183ed3139762e65186
MD5sum: f3011f7ab8f7fbcf402ae451d336f81e
Description: debug symbols for postgresql-10-pllua
Build-Ids: 40f7a43d8c71b9a0efc6cbf97416a20e1614848a 9f0e839f607670b22c3e3aa3168840fcba1130d0
Timestamp: 2021-01-19 15:47:48+00

Package: postgresql-11-partman
Source: pg-partman
Version: 4.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5662
Depends: postgresql-11, python3, python3-psycopg2, libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-11-partman_4.4.1-1.pgdg+1_arm64.deb
Size: 244540
SHA256: ef1149aad3b38c146f232bdfa8e259a18bcdb11c9683a6b382140f20baadfb15
SHA1: 4d0432cde85187df5067d767d01a04a03efa9ca0
MD5sum: 8132e3f49a077207195eb3950030ebbb
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.
Timestamp: 2021-01-19 15:47:48+00

Package: postgresql-11-partman-dbgsym
Source: pg-partman
Version: 4.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-11-partman (= 4.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-11-partman-dbgsym_4.4.1-1.pgdg+1_arm64.deb
Size: 19328
SHA256: d8a368cfc0ffc0ff0d4fcb5eaa48bbff3a1bc5cdbd2f2d316f2b05abc04d95b7
SHA1: 885768dca83737ea7c1f4853a389a23fac753d79
MD5sum: 78cad9889f9adbfa8cb636ba80f93c0b
Description: debug symbols for postgresql-11-partman
Build-Ids: 2008a6e9e777b95941420b3be7474415d022e4e5
Timestamp: 2021-01-19 15:47:48+00

Package: postgresql-11-pllua
Source: postgresql-pllua
Version: 1:2.0.7-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 937
Depends: postgresql-11, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-11-pllua_2.0.7-1.pgdg+2_arm64.deb
Size: 382188
SHA256: 9ee2f2be170ec1684853c4e7722953ffea5c62015a858c2d98e90f1491c074ce
SHA1: ae44924e911b0f971ae9e58e5d5d18e4c754865b
MD5sum: 946b1971b8a7280b96346dda8cb1e98c
Description: Lua procedural language for PostgreSQL 11
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2021-01-19 15:47:48+00

Package: postgresql-11-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.7-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 345
Depends: postgresql-11-pllua (= 1:2.0.7-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-11-pllua-dbgsym_2.0.7-1.pgdg+2_arm64.deb
Size: 297864
SHA256: a5c01f96d15512469b3a5989301daa62daaf84edf3ac169a83cada85c981dac6
SHA1: 6c7931150175cec2fb86aaa95193dac8ea893d6b
MD5sum: dd534d9d42e75f71b417a34a6f086047
Description: debug symbols for postgresql-11-pllua
Build-Ids: 06ed8ab5908c6c7dc88a88fe447d29fa900f6417 1f9fa27689d17a8f39707ebf897ee88d944961a7
Timestamp: 2021-01-19 15:47:48+00

Package: postgresql-12-partman
Source: pg-partman
Version: 4.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5662
Depends: postgresql-12, python3, python3-psycopg2, libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-12-partman_4.4.1-1.pgdg+1_arm64.deb
Size: 243972
SHA256: 1f4d179100f7a102fdc245ff6422082904ef51c6f2810a86d903423a99247ef4
SHA1: 16cf54f041bef7d8c1554a568f04421856819eae
MD5sum: 474c846a941e9b6fa141c5270d99b995
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.
Timestamp: 2021-01-19 15:47:48+00

Package: postgresql-12-partman-dbgsym
Source: pg-partman
Version: 4.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-12-partman (= 4.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-12-partman-dbgsym_4.4.1-1.pgdg+1_arm64.deb
Size: 19672
SHA256: 05a39e0fbe50b8afaa7022775894993d45ee8b9cbe515f314cc8e85349a6a2cd
SHA1: 3f345062e67bae84e59fae91a73416878ca24e9c
MD5sum: 9e7fce323821492e27536ab18a2c6e90
Description: debug symbols for postgresql-12-partman
Build-Ids: 0450820a6bd5578a9e54738e9df0f67fc5de9501
Timestamp: 2021-01-19 15:47:48+00

Package: postgresql-12-pllua
Source: postgresql-pllua
Version: 1:2.0.7-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 937
Depends: postgresql-12, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-12-pllua_2.0.7-1.pgdg+2_arm64.deb
Size: 383004
SHA256: 50098e1c261577b9ed1b8d82560f83f0af27d8db521dbdb380448499388365ea
SHA1: 858ab30c532d32403b2570aec50131261172458d
MD5sum: e67ef596deb14630f751a1c10916810e
Description: Lua procedural language for PostgreSQL 12
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2021-01-19 15:47:48+00

Package: postgresql-12-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.7-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 345
Depends: postgresql-12-pllua (= 1:2.0.7-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-12-pllua-dbgsym_2.0.7-1.pgdg+2_arm64.deb
Size: 298444
SHA256: 6dd60824a76d59c459ad24da75325669009be6503d039f23259863947ce74b0b
SHA1: e9d0dc14bef6a1bf8c511958390ac41b9c16f82b
MD5sum: dfca5fbf0cc18b0ab7284706dd28cc6e
Description: debug symbols for postgresql-12-pllua
Build-Ids: 0fd32485cf53d8bbe543d1c0fe2f7990f844daa3 3260aed4a48939dba8e268103419adf66276eee2
Timestamp: 2021-01-19 15:47:48+00

Package: postgresql-13-partman
Source: pg-partman
Version: 4.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5663
Depends: postgresql-13, python3, python3-psycopg2, libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-13-partman_4.4.1-1.pgdg+1_arm64.deb
Size: 244908
SHA256: d355b5f5bc84767af122ac2ed0e7e7375404ac90e5015e580240551b79ed138a
SHA1: aa6bbebf7ce2b1c9287d1523519aec896e5a91b4
MD5sum: 8b29904910196591aafac510dba857c2
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.
Timestamp: 2021-01-19 15:47:48+00

Package: postgresql-13-partman-dbgsym
Source: pg-partman
Version: 4.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-13-partman (= 4.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-13-partman-dbgsym_4.4.1-1.pgdg+1_arm64.deb
Size: 20680
SHA256: 2a769a3b22e355226d0569590504527ca5f6c646bda4bf8db6d7d781df0b9c9b
SHA1: e850ebaf21a5c57c263aafefb605e0739e4e1b53
MD5sum: f6589ea61f7ae1120a683910cfcbe3ba
Description: debug symbols for postgresql-13-partman
Build-Ids: ac2f23f14c1b8d0b8966b29d93956f8371d776e9
Timestamp: 2021-01-19 15:47:48+00

Package: postgresql-13-pllua
Source: postgresql-pllua
Version: 1:2.0.7-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 937
Depends: postgresql-13, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-13-pllua_2.0.7-1.pgdg+2_arm64.deb
Size: 381660
SHA256: fd45098450c1bb9ba305df5399cfa6b2d748e4fab0644d804fc9d0014396de8a
SHA1: ef12c642f79c714b5d98239a09ef24b553c5205c
MD5sum: 427ed223b94521ca517080eb3bc3f30b
Description: Lua procedural language for PostgreSQL 13
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2021-01-19 15:47:48+00

Package: postgresql-13-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.7-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 350
Depends: postgresql-13-pllua (= 1:2.0.7-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-13-pllua-dbgsym_2.0.7-1.pgdg+2_arm64.deb
Size: 303392
SHA256: f565e2efcca68b558bf75cc03e75e1eddaabb8970f8210b3dca882673c633bd0
SHA1: 732409b4d151695205bcf074ac1d209c638a46a2
MD5sum: 5fe8792b81a88600357a0c9e2927e36f
Description: debug symbols for postgresql-13-pllua
Build-Ids: 08d0a812f3fa1ad89697e608fe19abaa8b913921 f0949f3a4454c37f01cac7886d168e37c4dbefea
Timestamp: 2021-01-19 15:47:48+00

Package: postgresql-9.5-partman
Source: pg-partman
Version: 4.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5651
Depends: postgresql-9.5, python3, python3-psycopg2, libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-9.5-partman_4.4.1-1.pgdg+1_arm64.deb
Size: 232244
SHA256: 6f09533a11bf74f9cf6f7c3c8ecb595378beb8baf41b7946f409bcb970d1c21f
SHA1: 409141f5852426ceb4a7099c10c8c0aa36e2f009
MD5sum: cffbc1fc9c03335c9d9b143c7246cf3d
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.
Timestamp: 2021-01-19 15:47:48+00

Package: postgresql-9.5-partman-dbgsym
Source: pg-partman
Version: 4.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-9.5-partman (= 4.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-9.5-partman-dbgsym_4.4.1-1.pgdg+1_arm64.deb
Size: 18476
SHA256: ef8a60d1fb1ef476ffbbf49080ff45b8fbe8895af5cb78ad526627ff0212069f
SHA1: 3665da8dc90b5e0e0aea0de552c12097a9a216ca
MD5sum: ff99b6aaa346dffc153e923306caa2f3
Description: debug symbols for postgresql-9.5-partman
Build-Ids: ccdcd6ba4084b0ee932a40cb272e23a2aed43583
Timestamp: 2021-01-19 15:47:48+00

Package: postgresql-9.5-pllua
Source: postgresql-pllua
Version: 1:2.0.7-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 325
Depends: postgresql-9.5, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-9.5-pllua_2.0.7-1.pgdg+2_arm64.deb
Size: 103432
SHA256: 20afb9c16170d1827e451921d1b17d049888331369c4dfbd96bc04c4da6804b2
SHA1: ce28c88014c12caa50b5b3b7f7909fe4b1befdad
MD5sum: 6388c5622f8c36c113e16c8a6e67abb2
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.
 .
 This package is based on pllua-ng.
Timestamp: 2021-01-19 15:47:48+00

Package: postgresql-9.5-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.7-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 340
Depends: postgresql-9.5-pllua (= 1:2.0.7-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-9.5-pllua-dbgsym_2.0.7-1.pgdg+2_arm64.deb
Size: 293416
SHA256: b4826d97cb73044165659a3ef5576c74e89d748a0dcceb3ee88a258b55b8afc9
SHA1: f4143cfe835d69d971a6eb54fb34ccf2e4756178
MD5sum: 6b5dfea5418d5837b32384bf2f8f2684
Description: debug symbols for postgresql-9.5-pllua
Build-Ids: 109bbef23452a6b3c3d1fa4e85eff34a44b832c7 53563a186c58292a32f1b222541952b96c6f561c
Timestamp: 2021-01-19 15:47:48+00

Package: postgresql-9.6-partman
Source: pg-partman
Version: 4.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5651
Depends: postgresql-9.6, python3, python3-psycopg2, libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-9.6-partman_4.4.1-1.pgdg+1_arm64.deb
Size: 232316
SHA256: 79046f18c451ff65f05864497f9d6d7c42e07249deb1b16227734682b033d4b8
SHA1: 4948c00cec63b3c0577e5f6d8bb0da4d66202014
MD5sum: 87c34082368ab28ede80ea201ba8139b
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.
Timestamp: 2021-01-19 15:47:48+00

Package: postgresql-9.6-partman-dbgsym
Source: pg-partman
Version: 4.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-9.6-partman (= 4.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-9.6-partman-dbgsym_4.4.1-1.pgdg+1_arm64.deb
Size: 18852
SHA256: 8b9131f3bdde31befd6921f70cd381e5fc3b5eb2b31da1117936ad96c247e998
SHA1: 3695286e9d84482f4f6f208e0e231c63b7532221
MD5sum: 5bbb367ec70464651001bf39708f6568
Description: debug symbols for postgresql-9.6-partman
Build-Ids: 6fab81aa192a8dd0a4539cf3d9155bace4a0f17b
Timestamp: 2021-01-19 15:47:48+00

Package: postgresql-9.6-pllua
Source: postgresql-pllua
Version: 1:2.0.7-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 325
Depends: postgresql-9.6, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-9.6-pllua_2.0.7-1.pgdg+2_arm64.deb
Size: 103156
SHA256: ea11de52bcde6f74add9b07decf08f217b2cb3b657fbe10c88e4e14cc4119d41
SHA1: 960fa3fd312c8ab17aa50ce3499bee5b32938fe7
MD5sum: 7cfec997a51b65dd2755d6b7142e3bfe
Description: Lua procedural language for PostgreSQL 9.6
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2021-01-19 15:47:48+00

Package: postgresql-9.6-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.7-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 341
Depends: postgresql-9.6-pllua (= 1:2.0.7-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-9.6-pllua-dbgsym_2.0.7-1.pgdg+2_arm64.deb
Size: 293712
SHA256: af894edc7877d0e2d5a3ed187dfe1410f74d543f1549a5b00f45575e3ef9b484
SHA1: d70359e4b86d569f8bf0177a6900f0ed87a97386
MD5sum: 704ef92af0843be75be8e03b8ea6e473
Description: debug symbols for postgresql-9.6-pllua
Build-Ids: 73d599c91eeb7d7afde721a8cb832291474c82f9 cf94ff0cf2aa1d9f2771122a092ffb4f9d904d9e
Timestamp: 2021-01-19 15:47:48+00

Package: pspg
Version: 4.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 232
Depends: libc6 (>= 2.17), libncursesw6 (>= 6), libpq5 (>= 9.0~), libreadline8 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_4.0.1-1.pgdg+1_arm64.deb
Size: 90500
SHA256: 804966ad0d3eae4ed6c3b3f0c49bcdc3c00524e18e4549eee2e6cee205b956e8
SHA1: 084c44b5d507cd9f9f531acf58005b11ea41b11e
MD5sum: 17442378a2c152f78fb175a3d1136ef5
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2021-01-19 15:47:48+00

Package: pspg-dbgsym
Source: pspg
Version: 4.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 300
Depends: pspg (= 4.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_4.0.1-1.pgdg+1_arm64.deb
Size: 275348
SHA256: 36c906bbbc36324ab36708819e8efadb8124b8c12d641d5f6eae8d999602b368
SHA1: 7b02feb6ae6f7ab125ee21b2ea3c39e9b5fce111
MD5sum: 39f3ca606becb509623fb1cd414c1758
Description: debug symbols for pspg
Build-Ids: e706a3105aa8673f8b89c812fdfccb458355f0e1
Timestamp: 2021-01-19 15:47:48+00

Package: ruby-pg-ldap-sync
Source: pg-ldap-sync
Version: 0.2.0-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: ruby, ruby-net-ldap (>= 0.16), kwalify (>= 0.7), ruby-pg (>= 0.14), ruby-pg (<< 2.0)
Homepage: http://github.com/larskanis/pg-ldap-sync
Priority: optional
Section: database
Filename: pool/main/p/pg-ldap-sync/ruby-pg-ldap-sync_0.2.0-2.pgdg+1_all.deb
Size: 8656
SHA256: a283691320a26b05d67657182edfd0fe19e09fcdfb42d013b6980842c2acc53a
SHA1: e172340b5757363da7189d84923a23e9a63f6ce0
MD5sum: 4ba7a83f2e53eb78a1ad6dad6564c3f3
Description: Synchronize users and groups from LDAP/AD into PostgreSQL
 LDAP is often used for a centralized user and role management
 in an enterprise environment. PostgreSQL offers different
 authentication methods, like LDAP, SSPI, GSSAPI or SSL.
 However, for any method the user must already exist in the database,
 before the authentication can be used. There is currently
 no direct authorization of database users on LDAP. So roles
 and memberships has to be administered twice.
 .
 This program helps to solve the issue by synchronizing users,
 groups and their memberships from LDAP to PostgreSQL.
 Access to LDAP is used read-only. <tt>pg_ldap_sync</tt> issues proper
 CREATE ROLE, DROP ROLE, GRANT and REVOKE commands to synchronize
 users and groups.
 .
 It is meant to be started as a cron job.
Ruby-Versions: all
Timestamp: 2021-01-19 15:47:48+00

Package: patroni
Version: 2.0.1-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 761
Depends: python3-cdiff, python3-click (>= 4.1), python3-dateutil, python3-pkg-resources, python3-prettytable (>= 0.7), python3-psutil, python3-six (>= 1.7), python3-urllib3, python3-yaml, python3:any (>= 3.5~), lsb-base (>= 3.0-6), python3-psycopg2, python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_2.0.1-3.pgdg+1_all.deb
Size: 150872
SHA256: 93efa315ab965535befafc96a9f665da653ea8a86ed073da12b2707709bcc0d8
SHA1: b73cc083252d5b975695eeec702a1e9a6801e8a7
MD5sum: 099cbf15a20220b6fd5faef62809d597
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2021-01-25 10:00:53+00

Package: patroni-doc
Source: patroni
Version: 2.0.1-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 827
Depends: libjs-sphinxdoc (>= 2.4.3-5~), sphinx-rtd-theme-common (>= 0.5.1+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_2.0.1-3.pgdg+1_all.deb
Size: 112980
SHA256: 1b4d142960da45221b588d1b07dd9fe517782d3fb99e4a2449426f4e2a68caf9
SHA1: ffef89d54d43e6530327667dd1d9eb3d3de62548
MD5sum: 6cee17ef151cbcc4251228288640b5a5
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2021-01-25 10:00:53+00

Package: postgresql-10-plpgsql-check
Source: plpgsql-check
Version: 1.15.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check_1.15.2-1.pgdg+1_arm64.deb
Size: 66960
SHA256: 8759cfc10d17be30375df11033233c91a2407f2bdf71f7017ae42aece9c7404a
SHA1: 1f6e9efe1bcc1d83e16474b62c5a9f91ff16b851
MD5sum: 2396dbed2dae64845437fce4112b210e
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2021-01-25 10:00:53+00

Package: postgresql-10-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.15.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 214
Depends: postgresql-10-plpgsql-check (= 1.15.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check-dbgsym_1.15.2-1.pgdg+1_arm64.deb
Size: 185212
SHA256: 9e445feb9101acabfeb4067c1003352151b0847b16e3fe87d91c14f30b1f39ef
SHA1: 6622f2f2c40c734d3697994dc824037718ce41fa
MD5sum: 22197063c393ebe6862cf4aeb7751c2b
Description: debug symbols for postgresql-10-plpgsql-check
Build-Ids: 19485d029f144d46aff4e388042e5298553eb540
Timestamp: 2021-01-25 10:00:53+00

Package: postgresql-10-slony1-2
Source: slony1-2
Version: 2.2.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-10, libc6 (>= 2.17)
Suggests: slony1-2-bin
Conflicts: postgresql-10-slony1
Provides: postgresql-10-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-10-slony1-2_2.2.10-1.pgdg+1_arm64.deb
Size: 22224
SHA256: 925b634b8187dc970c9c74f8bc5253a04dc8957d757d728659c29de733a1629d
SHA1: 287c1c6277b68049599166810fb6ea48a6761ba2
MD5sum: 91be95e532d4f33a5f4db8bc88dcf37f
Description: replication system for PostgreSQL: PostgreSQL 10 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
 10 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.
Timestamp: 2021-01-25 10:00:53+00

Package: postgresql-10-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-10-slony1-2 (= 2.2.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-10-slony1-2-dbgsym_2.2.10-1.pgdg+1_arm64.deb
Size: 57388
SHA256: f8450efbdd35acf6924562ec1152523be3c931169cb6508961345945b05cec45
SHA1: 2ef697beb8e1078287bc7858cdf4f1ce7cb7b6a6
MD5sum: 7f41ea2735b471d42139a7fac0b68a02
Description: debug symbols for postgresql-10-slony1-2
Build-Ids: 294985af039f16e2d84c21cfab50500137caa13a
Timestamp: 2021-01-25 10:00:53+00

Package: postgresql-11-plpgsql-check
Source: plpgsql-check
Version: 1.15.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 560
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check_1.15.2-1.pgdg+1_arm64.deb
Size: 249892
SHA256: 8671ffd776f049f19dbd494f9711c1bc7fb54e7aec83770f2c628b4758270a25
SHA1: 5a2e958df68838b61f60e9219a9eb69e87e5a716
MD5sum: 5667993603a28d7d9bfef4685778b9ef
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2021-01-25 10:00:53+00

Package: postgresql-11-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.15.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: postgresql-11-plpgsql-check (= 1.15.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check-dbgsym_1.15.2-1.pgdg+1_arm64.deb
Size: 191756
SHA256: 5cfcbfd63e65481618cfafe6eaee27e9bc32b5468de7a894341c0b51a9148e1b
SHA1: f45670e6d7bbf8428db09e78e7a3874c48e3ba43
MD5sum: 27e96984e51f3cf8694f1c7ba414f6e8
Description: debug symbols for postgresql-11-plpgsql-check
Build-Ids: c703741ce6c247f3edb280ea4e054249693406fc
Timestamp: 2021-01-25 10:00:53+00

Package: postgresql-11-slony1-2
Source: slony1-2
Version: 2.2.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-11, libc6 (>= 2.17)
Suggests: slony1-2-bin
Conflicts: postgresql-11-slony1
Provides: postgresql-11-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-11-slony1-2_2.2.10-1.pgdg+1_arm64.deb
Size: 22168
SHA256: 6af32ad848e562efd623ce74f18de39e3ba4387f146854ebb3bed5b90e1a15e5
SHA1: abd4b7af3ca9b0d62a645e755fe2b87d7f0f867e
MD5sum: cdc6471139db00a6dae8bf39f9612cf8
Description: replication system for PostgreSQL: PostgreSQL 11 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
 11 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.
Timestamp: 2021-01-25 10:00:53+00

Package: postgresql-11-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-11-slony1-2 (= 2.2.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-11-slony1-2-dbgsym_2.2.10-1.pgdg+1_arm64.deb
Size: 58612
SHA256: cbf08a5e2606718ceb5f301431543aa76ad0894ac1e04f9c19432ba9a783ab9a
SHA1: 3cc57e46380b2c553323b3301e066058eadbba23
MD5sum: 3f8f03f91ea1daaf4a0376c75ca5ebb4
Description: debug symbols for postgresql-11-slony1-2
Build-Ids: a151e9f8e68209f8cb1c4c9f70b0bf08f91bcff6
Timestamp: 2021-01-25 10:00:53+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 1.15.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 570
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_1.15.2-1.pgdg+1_arm64.deb
Size: 256092
SHA256: 1193916e311ca840bf3656472d3b1bcedb2340c8a6a7b33fd84eabbdc63ef460
SHA1: b25f04a3c43e96f71b2713516715bac9e9d18221
MD5sum: c94d47381b553cd5ac2f18077e5f1765
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2021-01-25 10:00:53+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.15.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 225
Depends: postgresql-12-plpgsql-check (= 1.15.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_1.15.2-1.pgdg+1_arm64.deb
Size: 198212
SHA256: 09ca0360b61e93f65d9fef289174ed96176688edb396b989d043717568affa53
SHA1: 448a2f7f3cce0350745807c1e80016f37cf99cf6
MD5sum: cc5884598a5e12c93d9e7aabd8ecba52
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: 3c0605c1b831826fbf7e39637e2526bdbb095a9b
Timestamp: 2021-01-25 10:00:53+00

Package: postgresql-12-slony1-2
Source: slony1-2
Version: 2.2.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-12, libc6 (>= 2.17)
Suggests: slony1-2-bin
Conflicts: postgresql-12-slony1
Provides: postgresql-12-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-12-slony1-2_2.2.10-1.pgdg+1_arm64.deb
Size: 22024
SHA256: f5a0d7668aa429633d8115b04cd7c04c0403f2372c097ee310e5c3fb2de0eee1
SHA1: 32c895b62495e00447314e7c374067293554d847
MD5sum: 2c0836c147eb1205d206e73dc630f909
Description: replication system for PostgreSQL: PostgreSQL 12 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
 12 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.
Timestamp: 2021-01-25 10:00:53+00

Package: postgresql-12-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-12-slony1-2 (= 2.2.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-12-slony1-2-dbgsym_2.2.10-1.pgdg+1_arm64.deb
Size: 59880
SHA256: 4e1dc951d06f37c20c78a2e89fe4fc73bb12e20032a5fb073922cea2ef62d5a3
SHA1: eae1103a2b5b69871a51dcff6675c98afff6aeb9
MD5sum: 9b470d02e35b5e55f891b4cb9ec3c9bc
Description: debug symbols for postgresql-12-slony1-2
Build-Ids: e14177c3f8534292f291abdd605aceae9d4b02e8
Timestamp: 2021-01-25 10:00:53+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 1.15.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 574
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_1.15.2-1.pgdg+1_arm64.deb
Size: 258596
SHA256: a123aa3df5f45d601c1025c94fbfc726f3746068aece6a1e1a4705faa807a4a4
SHA1: f658e7c1558dd0da7ddb970e48cedd4924040efb
MD5sum: 9239bea3478b8d71d52150ef9d86687d
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2021-01-25 10:00:53+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.15.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 239
Depends: postgresql-13-plpgsql-check (= 1.15.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_1.15.2-1.pgdg+1_arm64.deb
Size: 211528
SHA256: ab91d82b4b442c0f5c8344d88c031d1d37987a241f280998befabe269f284d2b
SHA1: 0def000d60f3a8f0ff6819a8db1b32074c7dd16a
MD5sum: 640a5e7aec2ba5d329c19bac023b357c
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: 1239a5883c9d2eb84a881d9c522b42c9401cfde8
Timestamp: 2021-01-25 10:00:53+00

Package: postgresql-13-slony1-2
Source: slony1-2
Version: 2.2.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-13, libc6 (>= 2.17)
Suggests: slony1-2-bin
Conflicts: postgresql-13-slony1
Provides: postgresql-13-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-13-slony1-2_2.2.10-1.pgdg+1_arm64.deb
Size: 22544
SHA256: ccc6cddbac83af6d0c870e391fdde9db294d71d19cc11943bf6a6d78bdf58646
SHA1: a9a85b3186b5441373a64c35e9f15fa347831add
MD5sum: 56b7750af1743964f727655e05643ee0
Description: replication system for PostgreSQL: PostgreSQL 13 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
 13 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.
Timestamp: 2021-01-25 10:00:53+00

Package: postgresql-13-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-13-slony1-2 (= 2.2.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-13-slony1-2-dbgsym_2.2.10-1.pgdg+1_arm64.deb
Size: 62428
SHA256: 1df481c3b05d39b0628dfdfa6df5c9530d68562374d3348f5f8d5378c935c2c6
SHA1: 8b6965b9aecbb0316299bc698219c4be50f0d017
MD5sum: b1a48b56948cba6bcb5fdbefb22c879f
Description: debug symbols for postgresql-13-slony1-2
Build-Ids: ff99134e0de4dc98da1a0eb093347a853fd01a4d
Timestamp: 2021-01-25 10:00:53+00

Package: postgresql-9.5-plpgsql-check
Source: plpgsql-check
Version: 1.15.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-9.5, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-9.5-plpgsql-check_1.15.2-1.pgdg+1_arm64.deb
Size: 67128
SHA256: d2c623018e386fbf9ccd57b89f49624ea085e3b04424ca4fad3b95bf7948e628
SHA1: f395683548f56f616f0541e60bc3bc02fe28d889
MD5sum: 7a37080797a69fd7cc05164c3fb5e7c6
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2021-01-25 10:00:53+00

Package: postgresql-9.5-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.15.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 216
Depends: postgresql-9.5-plpgsql-check (= 1.15.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-9.5-plpgsql-check-dbgsym_1.15.2-1.pgdg+1_arm64.deb
Size: 187056
SHA256: 28cb8b85f7caf1e887dc6650a984f6aecb9f3ba3cd5260678a2acdf78baac971
SHA1: 01b3efc4b7742781909aa2e408886abf9c140b40
MD5sum: 718c75a872a1f4083c675044ae49271d
Description: debug symbols for postgresql-9.5-plpgsql-check
Build-Ids: c6aa8d17f4c080c0ae71cf4995876aab9b38438d
Timestamp: 2021-01-25 10:00:53+00

Package: postgresql-9.5-slony1-2
Source: slony1-2
Version: 2.2.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-9.5, libc6 (>= 2.17)
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.10-1.pgdg+1_arm64.deb
Size: 22136
SHA256: d805f33d6beeb059ebdd24a9d9157e73d3943c41bf39be04d1e4a55cead98aa1
SHA1: 5b810fed5584e9dba283d2887c26bd394f9f8ee7
MD5sum: 34e0dafa0ad8f53ade52f1732decfaac
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.
Timestamp: 2021-01-25 10:00:53+00

Package: postgresql-9.5-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-9.5-slony1-2 (= 2.2.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-9.5-slony1-2-dbgsym_2.2.10-1.pgdg+1_arm64.deb
Size: 46840
SHA256: 149e6631c8ea57f969a1ff2185818e4c571b055066561ffa5c95404982bcc50e
SHA1: 29c8edc9680a4ac5430c030dc2c8de958a9245a1
MD5sum: 9de776b13860013ba7bef859ee61e105
Description: debug symbols for postgresql-9.5-slony1-2
Build-Ids: 5a7e8c012996bdfe00899672d2e616db4bf3327c
Timestamp: 2021-01-25 10:00:53+00

Package: postgresql-9.6-plpgsql-check
Source: plpgsql-check
Version: 1.15.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-9.6-plpgsql-check_1.15.2-1.pgdg+1_arm64.deb
Size: 66996
SHA256: 9fc70a98bf83cf00e9e9f39cfa15abb89c8a1c6f27423e06a4bfd4f0e1473ae8
SHA1: 88783ce98f693f0951a2959cf00bad90cea54501
MD5sum: 647f73f042d35b29f62fbb3a20dcb113
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2021-01-25 10:00:53+00

Package: postgresql-9.6-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.15.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 217
Depends: postgresql-9.6-plpgsql-check (= 1.15.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-9.6-plpgsql-check-dbgsym_1.15.2-1.pgdg+1_arm64.deb
Size: 187064
SHA256: 6a6e58c93fcd617998901f2cf361d9469108b4b045a4276bad203eec0c8454f1
SHA1: 1221d698259399866144fcd623b9217a3b031c84
MD5sum: 27733aa8d25c643721d428420e03b3a1
Description: debug symbols for postgresql-9.6-plpgsql-check
Build-Ids: e001b4fdf97cd2b590c491ce719854a323421f21
Timestamp: 2021-01-25 10:00:53+00

Package: postgresql-9.6-slony1-2
Source: slony1-2
Version: 2.2.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-9.6, libc6 (>= 2.17)
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.10-1.pgdg+1_arm64.deb
Size: 22144
SHA256: 2ab1125509577af82ca86885ffb5b87cce5be94ec7b52996beb9866ff3e20efe
SHA1: acbbd994307daa0a9ff64d6376d75c7a71d2c6a0
MD5sum: eee48e01dcdab6d1cb643cc8198c4b5d
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.
Timestamp: 2021-01-25 10:00:53+00

Package: postgresql-9.6-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-9.6-slony1-2 (= 2.2.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-9.6-slony1-2-dbgsym_2.2.10-1.pgdg+1_arm64.deb
Size: 49020
SHA256: 75bacf330e9334e340347d1a3a33da28f079aa860f6ef8605e85b59e788a9462
SHA1: 8ffea25799bf6b6f687591874991e06671cf5f39
MD5sum: 0f13e79d72174856c8e71cfb15ab066e
Description: debug symbols for postgresql-9.6-slony1-2
Build-Ids: 37822cac32ccc25209b8b0f327a71a493863916f
Timestamp: 2021-01-25 10:00:53+00

Package: python3-psycopg2
Source: psycopg2
Version: 2.8.6-2~pgdg+1
Architecture: arm64
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Installed-Size: 440
Depends: python3 (<< 3.10), python3 (>= 3.9~), python3:any, libc6 (>= 2.17), libpq5 (>= 10~~)
Suggests: python-psycopg2-doc
Homepage: http://initd.org/projects/psycopg
Priority: optional
Section: python
Filename: pool/main/p/psycopg2/python3-psycopg2_2.8.6-2~pgdg+1_arm64.deb
Size: 114948
SHA256: 92c48f526781b5efd2715e6fd8537ce8150f0e40da42f9519541220a6b68dd94
SHA1: 30913fbbed0525385be7282e6ea4ccd63e131f81
MD5sum: fc42f4aa3bf80ea09dadb39e0ab9ab01
Description: Python 3 module for PostgreSQL
 psycopg is a PostgreSQL database adapter for the Python3 programming language
 (just like pygresql and popy.) This is version 2, a complete rewrite of the
 original code to provide new-style classes for connection and cursor objects
 and other sweet candies. Like the original, psycopg 2 was written with the
 aim of being very small and fast, and stable as a rock.
 .
 psycopg is different from the other database adapter because it was designed
 for heavily multi-threaded applications that create and destroy lots of
 cursors and make a conspicuous number of concurrent INSERTs or UPDATEs.
 psycopg 2 also provides full asynchronous operations for the really brave
 programmer.
 .
 The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0
 and being thread safe at level 2. It also includes some extensions to the
 standard DBAPI-2.0 to allow for better thread performance.
Timestamp: 2021-01-25 10:00:53+00

Package: python3-psycopg2-dbg
Source: psycopg2
Version: 2.8.6-2~pgdg+1
Architecture: arm64
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Installed-Size: 316
Depends: python3-dbg, python3-psycopg2 (= 2.8.6-2~pgdg+1), libc6 (>= 2.17), libpq5 (>= 10~~)
Multi-Arch: same
Homepage: http://initd.org/projects/psycopg
Priority: optional
Section: debug
Filename: pool/main/p/psycopg2/python3-psycopg2-dbg_2.8.6-2~pgdg+1_arm64.deb
Size: 83244
SHA256: 425dd0347074a970d16ff588e1b23838452a55add39909e5cbdd335da7a00cf1
SHA1: 03a665d7d1c575d3804085e008d53a7ba31c6303
MD5sum: 2b17047d4c137e3782a6932d70754917
Description: Python 3 module for PostgreSQL (debug extension)
 psycopg is a PostgreSQL database adapter for the Python3 programming language
 (just like pygresql and popy.) This is version 2, a complete rewrite of the
 original code to provide new-style classes for connection and cursor objects
 and other sweet candies. Like the original, psycopg 2 was written with the
 aim of being very small and fast, and stable as a rock.
 .
 This package contains the extensions built for the Python debug interpreter.
Timestamp: 2021-01-25 10:00:53+00

Package: python-psycopg2-doc
Source: psycopg2
Version: 2.8.6-2~pgdg+1
Architecture: all
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Installed-Size: 1403
Depends: libjs-sphinxdoc (>= 2.4.3-5~)
Suggests: python3-psycopg2
Multi-Arch: foreign
Homepage: http://initd.org/projects/psycopg
Priority: optional
Section: doc
Filename: pool/main/p/psycopg2/python-psycopg2-doc_2.8.6-2~pgdg+1_all.deb
Size: 250784
SHA256: 4196f0d413139f257bd360795ef818b15ea84dc2d8930a2d4a07ef3edc1da216
SHA1: 815c986a93f61b2d1dbae7a83fa97061f82d9543
MD5sum: f137c4dbba629bba1607f88351bd4aa1
Description: Python module for PostgreSQL (documentation package)
 psycopg is a PostgreSQL database adapter for the Python programming language
 (just like pygresql and popy.) This is version 2, a complete rewrite of the
 original code to provide new-style classes for connection and cursor objects
 and other sweet candies. Like the original, psycopg 2 was written with the
 aim of being very small and fast, and stable as a rock.
 .
 psycopg is different from the other database adapter because it was designed
 for heavily multi-threaded applications that create and destroy lots of
 cursors and make a conspicuous number of concurrent INSERTs or UPDATEs.
 psycopg 2 also provides full asynchronous operations for the really brave
 programmer.
 .
 The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0
 and being thread safe at level 2. It also includes some extensions to the
 standard DBAPI-2.0 to allow for better thread performance.
 .
 This package contains the psycopg2 documentation
Timestamp: 2021-01-25 10:00:53+00

Package: slony1-2-bin
Source: slony1-2
Version: 2.2.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 828
Depends: lsb-base (>= 3.0-6), logrotate, postgresql-common, perl:any, libc6 (>= 2.17), libpq5
Recommends: libdbd-pg-perl, ntp | time-daemon, postgresql-13-slony1-2 | postgresql-12-slony1-2 | postgresql-11-slony1-2 | postgresql-10-slony1-2 | postgresql-9.6-slony1-2 | postgresql-9.5-slony1-2
Suggests: libpg-perl, slony1-2-doc
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.10-1.pgdg+1_arm64.deb
Size: 210916
SHA256: 4a6e4b207cdfe8a2707300b5a19773610db5453d5537cb728d2f545554c3e027
SHA1: a72eb42d823aa303acebd7c8ccd0be35017a683f
MD5sum: 3d2c57add2b50d333686a87258d23bf5
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.
Timestamp: 2021-01-25 10:00:53+00

Package: slony1-2-bin-dbgsym
Source: slony1-2
Version: 2.2.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 360
Depends: slony1-2-bin (= 2.2.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/slony1-2-bin-dbgsym_2.2.10-1.pgdg+1_arm64.deb
Size: 312324
SHA256: 01f92aeefc0c86b973ab299792c0507953e297e51a04dd99caaf5525eead278d
SHA1: d383675b511a65496c2592550541bda65b104eca
MD5sum: 49f9d1e490805bf3ddb5ef8a426326d3
Description: debug symbols for slony1-2-bin
Build-Ids: 1c4ac78fbaf1c50743a15c592c24cd041340a8e9 5331d9fc00bcd76213b8cac544e5b4ddd9a48816 f532731873a7f58c53b865e1d261c0a67a26576c
Timestamp: 2021-01-25 10:00:53+00

Package: slony1-2-doc
Source: slony1-2
Version: 2.2.10-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1874
Conflicts: slony1-doc
Provides: slony1-doc
Multi-Arch: foreign
Homepage: http://slony.info/
Priority: optional
Section: doc
Filename: pool/main/s/slony1-2/slony1-2-doc_2.2.10-1.pgdg+1_all.deb
Size: 329748
SHA256: f3620d62e9802780ab2f57215dd0a0db2124c354a2b32bdc830c3ae4a67b2bc7
SHA1: aacf1a7528a6b97dd309b25cb1a8006f8520cda3
MD5sum: f4d53cf473c2dd548e15076504bb4604
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.
Timestamp: 2021-01-25 10:00:53+00

Package: postgis
Version: 3.1.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1399
Depends: libc6 (>= 2.29), libgdal28 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libpq5, libproj19 (>= 4.9.0)
Recommends: postgresql-postgis, postgis-doc
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.1.1+dfsg-1.pgdg+1_arm64.deb
Size: 291136
SHA256: c5e4ca3dbd49ba6de5d7095d01f50ff7c0ae5133b708639f4f051825f6038f6e
SHA1: 1b3f7de1f8a83b5da94171fcc68665fafa028f27
MD5sum: c44beda47a355941b0db011a3e92ad3b
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2021-02-02 17:08:15+00

Package: postgis-dbgsym
Source: postgis
Version: 3.1.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1868
Depends: postgis (= 3.1.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.1.1+dfsg-1.pgdg+1_arm64.deb
Size: 1741824
SHA256: 851a2ee491c7336ac3cb1e15f6dfbe6af81e8124ce0730d871f002252c2d4385
SHA1: f5a16296a013939660b08ff13668f57f9f2b67a5
MD5sum: 8dab1010e7227c25f8b028092aa937dd
Description: debug symbols for postgis
Build-Ids: ca9d57b0dd227886bd598a899cc04e097245d45a cdd66580556ba6a0c64d9d05a70ccaa6133ae372 d346e43311514b8658075b269d0b6369a2a38411
Timestamp: 2021-02-02 17:08:15+00

Package: postgis-doc
Source: postgis
Version: 3.1.1+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5895
Suggests: postgis
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: doc
Filename: pool/main/p/postgis/postgis-doc_3.1.1+dfsg-1.pgdg+1_all.deb
Size: 2845880
SHA256: a4305abbbcb33ab5725722f7e8887267e996b5172d4ab3ac8a2f57817b3b807f
SHA1: 65258c2811e863d30ddebe80697a16fcbad7da27
MD5sum: bd9a0aded59a9f10df75da98798cc720
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.
Timestamp: 2021-02-02 17:08:15+00

Package: postgresql-10-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 50
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-10-pg-wait-sampling_1.1.3-1.pgdg+1_arm64.deb
Size: 14620
SHA256: 3c28feb54347954978d868c040508bbdf4e18d02a01d6f876138c834cf5e53c9
SHA1: 89fe1a550e15dfa28ce844d144549e2dfc1c8b06
MD5sum: 383a1c41aa7fbdc16f7551f6ca58bfff
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2021-02-02 17:08:15+00

Package: postgresql-10-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 67
Depends: postgresql-10-pg-wait-sampling (= 1.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-10-pg-wait-sampling-dbgsym_1.1.3-1.pgdg+1_arm64.deb
Size: 50400
SHA256: b7f158ab531a938b493b487883618f6c15c52c2f4d718603df3508a299d74c19
SHA1: 56c5fc53fabcbae75974bb80f2a07f03be4b89c7
MD5sum: 4e9b884f794fbef5d1eb85935144633b
Description: debug symbols for postgresql-10-pg-wait-sampling
Build-Ids: 70e7598459b4d32d92e7aedd1a505a193ea5c82a
Timestamp: 2021-02-02 17:08:15+00

Package: postgresql-10-postgis-3
Source: postgis
Version: 3.1.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3303
Depends: postgresql-10, postgresql-10-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal28 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-10-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-10-postgis-3_3.1.1+dfsg-1.pgdg+1_arm64.deb
Size: 789420
SHA256: 0464c7dcc0382c094a9043b6bc4a8217afc3ab9625440cb33a8b19dee01d6624
SHA1: d23e705b6afd72b569d49a8e9a91df4c7bfea101
MD5sum: b01bbc59e97f6b68319549c69f3e09b4
Description: Geographic objects support for PostgreSQL 10
 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".
Timestamp: 2021-02-02 17:08:15+00

Package: postgresql-10-postgis-3-dbgsym
Source: postgis
Version: 3.1.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4950
Depends: postgresql-10-postgis-3 (= 3.1.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-10-postgis-3-dbgsym_3.1.1+dfsg-1.pgdg+1_arm64.deb
Size: 4604184
SHA256: ad2a78e8efa70c69482f49850f4e45ff146f7e177743495e43f317aefdecbb74
SHA1: 59f92ba2755bfcc148c6ff64586ec25fb7f70571
MD5sum: 2e5ad9202667b2346fdbc1e26ba35e55
Description: debug symbols for postgresql-10-postgis-3
Build-Ids: 1c852e94ea7a8b849345c5ecc02d9fbef8f1e6f8 71ddbf9ab80630dedda6a7d2fbf19c580337dd71 7c2889cedf2d3a0e3e4856d93952587ddd537944 98a0ec2cbdd42f345fcf9deb956c3e87b6354698 d9ccdc190c393ff8f460a0b95c0b1452faee6bab
Timestamp: 2021-02-02 17:08:15+00

Package: postgresql-10-postgis-3-scripts
Source: postgis
Version: 3.1.1+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26087
Depends: perl:any
Recommends: postgresql-10-postgis-3
Replaces: postgresql-10-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-10-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-10-postgis-3-scripts_3.1.1+dfsg-1.pgdg+1_all.deb
Size: 1077408
SHA256: 3d70629f7c5b0b84e4b0611f79bd17d41e5f51bf2f307880130cbbf1e19c3bb5
SHA1: 887fe54b3b2e2ccfb15f8e618c3adafbca046da8
MD5sum: 61320330bdbd847c75f50d3cf19ba9cf
Description: Geographic objects support for PostgreSQL 10 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 10 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2021-02-02 17:08:15+00

Package: postgresql-11-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 105
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-11-pg-wait-sampling_1.1.3-1.pgdg+1_arm64.deb
Size: 41124
SHA256: a06d463e91bf416a36d05643db60800e471249702cc5e2294f57aea959807afc
SHA1: 4fbc9f68f6ac97f73dda7f16d1b6d251aea7a18d
MD5sum: 0390c79296cdfdfda3cfbafeefd6627b
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2021-02-02 17:08:15+00

Package: postgresql-11-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 64
Depends: postgresql-11-pg-wait-sampling (= 1.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-11-pg-wait-sampling-dbgsym_1.1.3-1.pgdg+1_arm64.deb
Size: 48144
SHA256: 958a3f543a2dc059744af13da2bf6d2030a852d1a5858fd10656b12c3b867ef4
SHA1: 8f4de4d2a479944e60604d6f5d2c7c62ef9d3547
MD5sum: 67875fed6fc3bd09adb35a4d07c8df5d
Description: debug symbols for postgresql-11-pg-wait-sampling
Build-Ids: 0fb1b19b196fb68ee8157984dfc932a7e1565fb0
Timestamp: 2021-02-02 17:08:15+00

Package: postgresql-11-postgis-3
Source: postgis
Version: 3.1.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9733
Depends: postgresql-11, postgresql-11-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal28 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-11-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3_3.1.1+dfsg-1.pgdg+1_arm64.deb
Size: 3208696
SHA256: 8858f2c550050be4b1ec2c872f6abe462b4109c8ace3d73b93b33e754948a197
SHA1: f2026287adac160c34c1ff524db9c2846cb85224
MD5sum: 995f1fafe94a7a22cab2370ecf24c003
Description: Geographic objects support for PostgreSQL 11
 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".
Timestamp: 2021-02-02 17:08:15+00

Package: postgresql-11-postgis-3-dbgsym
Source: postgis
Version: 3.1.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4969
Depends: postgresql-11-postgis-3 (= 3.1.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-11-postgis-3-dbgsym_3.1.1+dfsg-1.pgdg+1_arm64.deb
Size: 4611228
SHA256: 614939b77bd863de0a09e7e33abc75f9c50992840038350382c69832733a9ae7
SHA1: 0bef8dbc3c21899e9f8d74c4c2b5b79ecc58003c
MD5sum: c6f09c8ddd87922cf3279c80700731f8
Description: debug symbols for postgresql-11-postgis-3
Build-Ids: 1215c2396f21d2f8eb437f9f887dfb2971fc5766 68b7893341c40c22e6d593297230c0788d0ae213 7dad55da61600b3391ca82eba0718eab928c858a 9be978bdb306b55fb00a7a57dce3a9adaa4b921c c544d9ce260b78cbdebcdf356a72157ace40b442
Timestamp: 2021-02-02 17:08:15+00

Package: postgresql-11-postgis-3-scripts
Source: postgis
Version: 3.1.1+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26166
Depends: perl:any
Recommends: postgresql-11-postgis-3
Replaces: postgresql-11-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-11-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3-scripts_3.1.1+dfsg-1.pgdg+1_all.deb
Size: 1084996
SHA256: fb50fa013143c7d5ce6714f430e3b8d67c92fe705a3ae81c6f2871558adda85d
SHA1: 3b417630a3ebbe3213a459bcb20cacd7f8097d05
MD5sum: 922990b66f0deba666e99c4f0d59ec3f
Description: Geographic objects support for PostgreSQL 11 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 11 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2021-02-02 17:08:15+00

Package: postgresql-12-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 105
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-12-pg-wait-sampling_1.1.3-1.pgdg+1_arm64.deb
Size: 40956
SHA256: bbc29395b16906d88269e1e5d087ca4cd7913be124f2f13d1938aaa87f887b63
SHA1: bd23189c38eabb0db6335154f80226d11307c80c
MD5sum: c1c7550dccbac076c457d9dcd077f0e9
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2021-02-02 17:08:15+00

Package: postgresql-12-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 66
Depends: postgresql-12-pg-wait-sampling (= 1.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-12-pg-wait-sampling-dbgsym_1.1.3-1.pgdg+1_arm64.deb
Size: 49748
SHA256: 3e9827478a2530e3b696ea0795693a0cb31722ca5ed2d1709465da4c0b509e81
SHA1: fd7736c6ec27cc94f23db6448e2f93518bc6ce7b
MD5sum: 3acbd0bc2182c39b7aa9149bc4dcc647
Description: debug symbols for postgresql-12-pg-wait-sampling
Build-Ids: c3aba4005814feef09f73d90e2a00f77ef17d536
Timestamp: 2021-02-02 17:08:15+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.1.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9941
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal28 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-12-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.1.1+dfsg-1.pgdg+1_arm64.deb
Size: 3273840
SHA256: 5d46c2e25ae50be35bd0166fdd2af11d903491776340a3400bd155406058ec9d
SHA1: 73e91aee97bf91d591f75af1dc8ebc03ab15b1bc
MD5sum: 1c8f1265a070985526833b050417cc40
Description: Geographic objects support for PostgreSQL 12
 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".
Timestamp: 2021-02-02 17:08:15+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis
Version: 3.1.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5006
Depends: postgresql-12-postgis-3 (= 3.1.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.1.1+dfsg-1.pgdg+1_arm64.deb
Size: 4654340
SHA256: fcbeef78c783e0cda95febddfeddb982f1dd40c7579544fc276069f5697721a7
SHA1: b01e772d2676881a4f42a932832ad3298898051b
MD5sum: 87c112df3587aaa2870a43c1fb278779
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 79de545c53b6d653664cfd8c2693c86c3aa74faa 7e2ff2b3c6fdbd23adc27781cd8c0e7833e39015 875ce1cef41ebe96acc19974d0abdf86c4cae207 89bb370e54eabbc1f74ad4941700c44b2b537c86 cde233e99141eb3076e4840ae021c78fec18218f
Timestamp: 2021-02-02 17:08:15+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.1.1+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26169
Depends: perl:any
Recommends: postgresql-12-postgis-3
Replaces: postgresql-12-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-12-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.1.1+dfsg-1.pgdg+1_all.deb
Size: 1085516
SHA256: d76d710a2c748b8c24c96d60ae49d5021d7d2662cb46285e36d6c3ee6f5649d8
SHA1: e89b34d865b7e1b786a089247f9143ed50f14deb
MD5sum: 5ed8268dd29291bff4e8eb083501fc7d
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2021-02-02 17:08:15+00

Package: postgresql-13-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 105
Depends: libc6 (>= 2.17), postgresql-13
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-13-pg-wait-sampling_1.1.3-1.pgdg+1_arm64.deb
Size: 40616
SHA256: 01adf771249c47ced0aa4a27b54f62090727107ad32a13bd315487463960d558
SHA1: 3c18dc03f411057318757792bf422e77819250df
MD5sum: 66475bc099548dc1eff704076db825e0
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2021-02-02 17:08:15+00

Package: postgresql-13-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 64
Depends: postgresql-13-pg-wait-sampling (= 1.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-13-pg-wait-sampling-dbgsym_1.1.3-1.pgdg+1_arm64.deb
Size: 47708
SHA256: dd6206af57262391324780403a57ce9f48d5e6247b1de5f147d1a39e57254975
SHA1: c8da60fb0656ff7d8d18fd809786a1ea5126c195
MD5sum: 48b844771c76aa3c107b19e5202f78fd
Description: debug symbols for postgresql-13-pg-wait-sampling
Build-Ids: 7b3389eab282715f30afa9c09c6b01bc3e8fb161
Timestamp: 2021-02-02 17:08:15+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.1.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9949
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal28 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-13-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.1.1+dfsg-1.pgdg+1_arm64.deb
Size: 3290448
SHA256: ef90a7a16448dba1404f536f9724d4d48c0ee19af5bc04f781334d4a78d1176a
SHA1: cc909d3653b6662fe2232f5a9e5c9a9598c9a3c0
MD5sum: ef1aa03ea7547d809375e7789f9eefd3
Description: Geographic objects support for PostgreSQL 13
 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".
Timestamp: 2021-02-02 17:08:15+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis
Version: 3.1.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5007
Depends: postgresql-13-postgis-3 (= 3.1.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.1.1+dfsg-1.pgdg+1_arm64.deb
Size: 4657052
SHA256: c1034c5f1296ef9bc68c0311a03bf8398e276caf0d1ce21ef166446e91b97997
SHA1: dd716035b4ee5d418b7d2965f1cd720899fe3069
MD5sum: 2701d4110abf36ae9cf9ead2b4405288
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 0e6ddb8c5df6b1fec43974f348415e0340aad777 4249647936415db161eeb171bd48553b81241ff9 6398d7fec507748119dffd029dbc0b64aa43d345 77be0e48e54c75df5c01b2d6fcd253020c171f81 c21cf59358b7cddbae982e4308905556c17f728a
Timestamp: 2021-02-02 17:08:15+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.1.1+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26169
Depends: perl:any
Recommends: postgresql-13-postgis-3
Replaces: postgresql-13-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-13-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.1.1+dfsg-1.pgdg+1_all.deb
Size: 1085740
SHA256: 3ccd9760a2e1a9f222927c5414c3638ed1ae1a5212c9c47b78be310088d88372
SHA1: 6c8d979a9d2e1a2acd5c6b08716d424e6822a7ad
MD5sum: 17c04ba1ccbeb54fa494decf9d4c901e
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2021-02-02 17:08:15+00

Package: postgresql-9.6-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 50
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-9.6-pg-wait-sampling_1.1.3-1.pgdg+1_arm64.deb
Size: 14644
SHA256: 29cab3e1af074377b42bbfa46819089b81b839c6c81e4bb19f96ad6a242bc9dd
SHA1: 9b0736d98d1ca4ec78da367609eef7389f3b9eea
MD5sum: 06026edb5957016ade925370e0ea569b
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2021-02-02 17:08:15+00

Package: postgresql-9.6-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 61
Depends: postgresql-9.6-pg-wait-sampling (= 1.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-9.6-pg-wait-sampling-dbgsym_1.1.3-1.pgdg+1_arm64.deb
Size: 44040
SHA256: 7b85a5c501f62bf7040713bd56ee33606bb206b538d6de18cb15e5fd457801e2
SHA1: c04172f57e111d25b322c47428928fc9ecbcadac
MD5sum: 6dec9a6d87e459d7569d4824c84701bf
Description: debug symbols for postgresql-9.6-pg-wait-sampling
Build-Ids: 0cbd65b56f3eedd11637845c3f67ceeafc3d2475
Timestamp: 2021-02-02 17:08:15+00

Package: postgresql-9.6-postgis-3
Source: postgis
Version: 3.1.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3299
Depends: postgresql-9.6, postgresql-9.6-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal28 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-9.6-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-9.6-postgis-3_3.1.1+dfsg-1.pgdg+1_arm64.deb
Size: 790032
SHA256: 6116842020c0352099d17408c3dbea3ad01d0545d1f7c21e03b1aa3f6dcb76d3
SHA1: 20b05e802418af22e05a672d510f92e8b31a5713
MD5sum: 0ea0298e42d720f3887199aa5d93784c
Description: Geographic objects support for PostgreSQL 9.6
 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".
Timestamp: 2021-02-02 17:08:15+00

Package: postgresql-9.6-postgis-3-dbgsym
Source: postgis
Version: 3.1.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4877
Depends: postgresql-9.6-postgis-3 (= 3.1.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-9.6-postgis-3-dbgsym_3.1.1+dfsg-1.pgdg+1_arm64.deb
Size: 4526248
SHA256: f2c934f0fe4b77a198ce80976ab4bd065533bd2e2899536508b38d01b4662c31
SHA1: 12e5b7eaa7d58f054dc046d516c565d56e8e20fd
MD5sum: 0856adec1ac4d8d227e0da4e75ceb81f
Description: debug symbols for postgresql-9.6-postgis-3
Build-Ids: 16212dbfac73f1bacc9c233e5cc08f957eb23dcc 24d4f0a812d444a0b4de1bf863181e6210578c21 7ec9d811e9fdd38fabe6b97634658032e4fefcf8 8fdf06ad98e961125850b2734cdd709fdaf413a7 e0ac932dbe3400e33d2b18b79793cb86bce8e2a9
Timestamp: 2021-02-02 17:08:15+00

Package: postgresql-9.6-postgis-3-scripts
Source: postgis
Version: 3.1.1+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26087
Depends: perl:any
Recommends: postgresql-9.6-postgis-3
Replaces: postgresql-9.6-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-9.6-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-9.6-postgis-3-scripts_3.1.1+dfsg-1.pgdg+1_all.deb
Size: 1077764
SHA256: cb8adf96a799215c63231907b00c06511c6aecfad40c880363b24f7984df34c2
SHA1: f534e45739f5645acb435cf931bac5d6fa772c0d
MD5sum: 46445bc99202adff9241d6afe780a798
Description: Geographic objects support for PostgreSQL 9.6 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 9.6 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2021-02-02 17:08:15+00

Package: libpgtypes3-dbgsym
Source: postgresql-10
Version: 10.15-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: libpgtypes3 (= 10.15-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpgtypes3-dbgsym_10.15-2.pgdg+1_arm64.deb
Size: 72248
SHA256: 7fdf451a8241cb53e99c3e438227dd93687b2030f1356abe190b5aa6023527cb
SHA1: 71a1bf0aaf85a7b11b16122c969cf8b9533d1810
MD5sum: fed6d5c4316c3aa43042fa3289660814
Description: debug symbols for libpgtypes3
Build-Ids: 507156b4b446fb8d7725bb42de95b1b13a98c5ca
Timestamp: 2021-02-05 16:49:17+00

Package: libecpg-compat3
Source: postgresql-10
Version: 10.15-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg-compat3_10.15-2.pgdg+1_arm64.deb
Size: 21048
SHA256: eb9ce0e9a8ef641b131d225e3a1d2269cd6c14ec5c3d7204d62850df42f26784
SHA1: 872b08ec7113d8580dfd358cb43994f2e46c2110
MD5sum: a3217b30bbfe40e22e26c13de82d435f
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.
Timestamp: 2021-02-05 16:49:17+00

Package: libecpg-compat3-dbgsym
Source: postgresql-10
Version: 10.15-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: libecpg-compat3 (= 10.15-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-compat3-dbgsym_10.15-2.pgdg+1_arm64.deb
Size: 18080
SHA256: 0499e9666973d2112ed59fc8a1dd79c3d2c3b634a0b23b16cd4df4a5791aae45
SHA1: 02b0119382d0a45b50fecc18a30bf45e3881719b
MD5sum: 81630c33a8deb4dd48b7f43a88c98fc8
Description: debug symbols for libecpg-compat3
Build-Ids: 0abb3dbf788f7870145ee405c29eee89f05440ac
Timestamp: 2021-02-05 16:49:17+00

Package: libecpg-dev
Source: postgresql-10
Version: 10.15-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1221
Depends: libecpg-compat3 (= 10.15-2.pgdg+1), libecpg6 (= 10.15-2.pgdg+1), libpgtypes3 (= 10.15-2.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libecpg-dev_10.15-2.pgdg+1_arm64.deb
Size: 225888
SHA256: 74e249c423ca2003c71011255bd0e11536fc5ea148e982ce123d194b1da4b229
SHA1: dbe9bec77e1198f7fedcc7b4263566ae8884dce6
MD5sum: 90faa91164101dbf4e194360c0088ae6
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).
Timestamp: 2021-02-05 16:49:17+00

Package: libecpg-dev-dbgsym
Source: postgresql-10
Version: 10.15-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 242
Depends: libecpg-dev (= 10.15-2.pgdg+1)
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-dev-dbgsym_10.15-2.pgdg+1_arm64.deb
Size: 200696
SHA256: 1a7af04be82984e8959ef305b2204fb1af988cc49c9189a231ea1ac874bae26d
SHA1: e2edbc90ffda142e775c9017270a53dbdb56e0e9
MD5sum: 1ecc3551214d773ecb20e8628d9f171c
Description: debug symbols for libecpg-dev
Build-Ids: 309002e585edae3390d0090d1345875923d8b59c
Timestamp: 2021-02-05 16:49:17+00

Package: libecpg6
Source: postgresql-10
Version: 10.15-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 412
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg6_10.15-2.pgdg+1_arm64.deb
Size: 85100
SHA256: adafc1cce2cd03ef51bea20e33937f084ec781251bebb73d161b9381ef6fc5af
SHA1: a910063dccc100d742eea1a0a28883addc1ec68a
MD5sum: 208a103b649eceb7abe52585dcb2cd90
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.
Timestamp: 2021-02-05 16:49:17+00

Package: libecpg6-dbgsym
Source: postgresql-10
Version: 10.15-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: libecpg6 (= 10.15-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg6-dbgsym_10.15-2.pgdg+1_arm64.deb
Size: 94340
SHA256: 28d39fe6bc9f3804c6fabf98b860086ba28a7558ae2e42ad407cb0cc6730a980
SHA1: 374b79021b413ca93ca75008ab21966c4396ccf4
MD5sum: afa8e1539e60caf6fc66f138469b6bdf
Description: debug symbols for libecpg6
Build-Ids: 49371c576352fa6c9e34626a1c03aa3c621c8f19
Timestamp: 2021-02-05 16:49:17+00

Package: libpgtypes3
Source: postgresql-10
Version: 10.15-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpgtypes3_10.15-2.pgdg+1_arm64.deb
Size: 42120
SHA256: 0ce302f475b36179f2e19a666406a3520d5c32d2d92b4c0850875b10a4a625b7
SHA1: 7a82876a3a3bac3b0ffad41b03b7c1e629394ddb
MD5sum: 1f866677657fa6c16bc04a6b442f55bb
Description: shared library libpgtypes for PostgreSQL 10
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-02-05 16:49:17+00

Package: libpq-dev
Source: postgresql-10
Version: 10.15-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 683
Depends: libpq5 (= 10.15-2.pgdg+1)
Suggests: postgresql-doc-10
Breaks: postgresql-server-dev-10 (<< 10.1-2~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libpq-dev_10.15-2.pgdg+1_arm64.deb
Size: 162136
SHA256: 0688537a25e15908b37073d589b10d07a83e9d355d09a077e6583ad54771b143
SHA1: d34477c928df82852aa0e22f5ea5054899d0888a
MD5sum: db7f7d553c06cea4917ec33b89499bd6
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.
Timestamp: 2021-02-05 16:49:17+00

Package: libpq5
Source: postgresql-10
Version: 10.15-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 742
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpq5_10.15-2.pgdg+1_arm64.deb
Size: 164212
SHA256: de24c9b29864685097f682716edaf03d451cba25ec445d9e448c39efb14ffe8f
SHA1: a7a184fb54549ed6b3978e4d6367899e38fc7bca
MD5sum: a252a47bc310e72c40baf7c632a5fc1e
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.
Timestamp: 2021-02-05 16:49:17+00

Package: libpq5-dbgsym
Source: postgresql-10
Version: 10.15-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libpq5 (= 10.15-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpq5-dbgsym_10.15-2.pgdg+1_arm64.deb
Size: 230336
SHA256: 211a7cd59be3b3e4f649a8dc5213c1a167c300a06f9d6a6408079034b9602a15
SHA1: 4fba0135f5ba2a41b5b33365573afa5726d489d3
MD5sum: 18655d9de87711608a3240dbcdca0de8
Description: debug symbols for libpq5
Build-Ids: 5e1b48ddcc1466dd960757306c45b3d44f7516fa
Timestamp: 2021-02-05 16:49:17+00

Package: libecpg-compat3
Source: postgresql-9.1
Version: 9.1.24-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libecpg-compat3_9.1.24-8.pgdg+1_arm64.deb
Size: 36348
SHA256: 0fe4c07cbcf24321be8257ba01b0c823ff3f9d8f935ad6080a4a00d9d6796f87
SHA1: 4c0f250023ab2454635ceb47cfe9ffc0bef2334b
MD5sum: 5259115fdb128627ee8e989559d046c5
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.
Timestamp: 2021-02-05 16:49:28+00

Package: libecpg-dev
Source: postgresql-9.1
Version: 9.1.24-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1026
Depends: libc6 (>= 2.17), libpq-dev, libecpg6 (= 9.1.24-8.pgdg+1), libecpg-compat3 (= 9.1.24-8.pgdg+1), libpgtypes3 (= 9.1.24-8.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libdevel
Filename: pool/9.1/p/postgresql-9.1/libecpg-dev_9.1.24-8.pgdg+1_arm64.deb
Size: 218828
SHA256: e9b84964ca1f3c64f77b4baf70e5b65c4b93d6050c7613f4eaaeee01b33d2202
SHA1: c401728fba30e7a2e73a244f9cea6fad68c65467
MD5sum: ab5bb81fad4ddd4a2b99d3f89c7b0ee2
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).
Timestamp: 2021-02-05 16:49:28+00

Package: libecpg6
Source: postgresql-9.1
Version: 9.1.24-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 389
Depends: libc6 (>= 2.17), libpgtypes3, libpq5
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libecpg6_9.1.24-8.pgdg+1_arm64.deb
Size: 96156
SHA256: 963b9cc9ac218a92b528de8a744bfa8e7ebf31850d58fda6049d676fdc5372c1
SHA1: 063a0515178986ace304b1396ec434032110349e
MD5sum: 27d522a9aa6ae21fb9e66221afc93b5c
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.
Timestamp: 2021-02-05 16:49:28+00

Package: libpgtypes3
Source: postgresql-9.1
Version: 9.1.24-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libpgtypes3_9.1.24-8.pgdg+1_arm64.deb
Size: 57540
SHA256: 6e6b88d9df44e48731827c8ada628cbe03848c00e85ac0d703dd91c36edb0e9f
SHA1: 5e05a38c0109bdebf35b463972eb021ccd61a767
MD5sum: 0e2b78b10a7e8a9404babdccc9ccf3d2
Description: shared library libpgtypes for PostgreSQL 9.1
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-02-05 16:49:28+00

Package: libpq-dev
Source: postgresql-9.1
Version: 9.1.24-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 913
Depends: libc6 (>= 2.17), libpq5 (= 9.1.24-8.pgdg+1)
Suggests: postgresql-doc-9.1
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libdevel
Filename: pool/9.1/p/postgresql-9.1/libpq-dev_9.1.24-8.pgdg+1_arm64.deb
Size: 193568
SHA256: cbe839f7097c29ff88613b817aca0b5224db4155c138c88c9c3916f0b25f3d15
SHA1: 92f2a230b81578d3d4dfe3c2c0d5ea498651f4be
MD5sum: c498841d820795562bad45dfc05ff40e
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.
Timestamp: 2021-02-05 16:49:28+00

Package: libpq5
Source: postgresql-9.1
Version: 9.1.24-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 534
Depends: libc6 (>= 2.17), libcom-err2 (>= 1.43.9), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap-2.4-2 (>= 2.4.7)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libpq5_9.1.24-8.pgdg+1_arm64.deb
Size: 135056
SHA256: 0d29e8197eb60460356894e817fbfa4d9bbe08d76faf5669fa3e4d13a1b4c14a
SHA1: 972ebe2dfabcebe1b0337fa39473982d888f07e2
MD5sum: 6e6e29c8d287c97758c790a44bcc8b8c
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.
Timestamp: 2021-02-05 16:49:28+00

Package: libecpg-compat3
Source: postgresql-9.2
Version: 9.2.24-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libecpg-compat3_9.2.24-5.pgdg+1_arm64.deb
Size: 22880
SHA256: 273d341f813fb5e92f0d34e1dfdbe49841a066b96be4d376b9b6f4ab88875468
SHA1: b70a6900ce227029300ee6a6c7abebb62b738ee5
MD5sum: 1a8d285f7c60a847d117de8496d0a337
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.
Timestamp: 2021-02-05 16:49:36+00

Package: libecpg-dev
Source: postgresql-9.2
Version: 9.2.24-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1038
Depends: libc6 (>= 2.17), libpq-dev, libecpg6 (= 9.2.24-5.pgdg+1), libecpg-compat3 (= 9.2.24-5.pgdg+1), libpgtypes3 (= 9.2.24-5.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libdevel
Filename: pool/9.2/p/postgresql-9.2/libecpg-dev_9.2.24-5.pgdg+1_arm64.deb
Size: 208376
SHA256: a08e552d3561b24abfd17684bed2884513233455ba727b9e43f25f521eb18363
SHA1: 7ab1f59b86cfba033e7277b6594910734f675a99
MD5sum: ea788d369d02d09366874d4f122a5ef2
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).
Timestamp: 2021-02-05 16:49:36+00

Package: libecpg6
Source: postgresql-9.2
Version: 9.2.24-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 373
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libecpg6_9.2.24-5.pgdg+1_arm64.deb
Size: 82568
SHA256: 289b3b2ac5bb3f935d384f08789760319489d1b2fbb00c543e431b563c352af8
SHA1: ddc2149678617e84b5d984282de7ba0250e7f43e
MD5sum: f6e47e898bada541732a4f0eed90c463
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.
Timestamp: 2021-02-05 16:49:36+00

Package: libpgtypes3
Source: postgresql-9.2
Version: 9.2.24-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libpgtypes3_9.2.24-5.pgdg+1_arm64.deb
Size: 44072
SHA256: 606846f4c93ae54933d69446ca1fa88f74653f5bf0ce7a9f2008242ee373ae6f
SHA1: 7e753883fd0be096c58d96e9183702bee5007df8
MD5sum: e9a3778899b2ad55b9417dd488b0e258
Description: shared library libpgtypes for PostgreSQL 9.2
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-02-05 16:49:36+00

Package: libpq-dev
Source: postgresql-9.2
Version: 9.2.24-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 941
Depends: libc6 (>= 2.17), libpq5 (= 9.2.24-5.pgdg+1)
Suggests: postgresql-doc-9.2
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libdevel
Filename: pool/9.2/p/postgresql-9.2/libpq-dev_9.2.24-5.pgdg+1_arm64.deb
Size: 187996
SHA256: 697dc84fd9d3f088ada064661ec21d9affde494082da0bfdf515afa0fee55512
SHA1: ec527efb63e2b11c4c62153786e5130f1726498a
MD5sum: 47ef42a0beebaffe87c5982242f5f870
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.
Timestamp: 2021-02-05 16:49:36+00

Package: libpq5
Source: postgresql-9.2
Version: 9.2.24-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 516
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libpq5_9.2.24-5.pgdg+1_arm64.deb
Size: 123204
SHA256: 2887072318a29c199a80fee3ad956f653663159ba4005c071afdf374cf72000b
SHA1: cf1760e50254b2115f67a0590f5f79b82c418cad
MD5sum: 3eb1e07b98e3c04642d39ea3889c0e78
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.
Timestamp: 2021-02-05 16:49:36+00

Package: libecpg-compat3
Source: postgresql-9.3
Version: 9.3.25-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libecpg-compat3_9.3.25-4.pgdg+1_arm64.deb
Size: 24788
SHA256: b0f3cfbd2067bc0ad74640def7c681582041db18c41454b1c5cefe881a8b46ac
SHA1: 0037e2450d0e0ae365a135421c1526c042d5c468
MD5sum: 5866bd800167c50a0be7426f5c3040d9
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.
Timestamp: 2021-02-05 16:49:44+00

Package: libecpg-dev
Source: postgresql-9.3
Version: 9.3.25-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1066
Depends: libc6 (>= 2.17), libpq-dev, libecpg6 (= 9.3.25-4.pgdg+1), libecpg-compat3 (= 9.3.25-4.pgdg+1), libpgtypes3 (= 9.3.25-4.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libdevel
Filename: pool/9.3/p/postgresql-9.3/libecpg-dev_9.3.25-4.pgdg+1_arm64.deb
Size: 212240
SHA256: 3f3a7f65cbe951d29e5d2e532799da7cee0d9bc6b36178d240fc8adc2ae9bcb7
SHA1: 23dd2c4cb8e995c92f1ba0fef6cec820779cb745
MD5sum: 820138c7d089018e887d38bcd3c21540
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).
Timestamp: 2021-02-05 16:49:44+00

Package: libecpg6
Source: postgresql-9.3
Version: 9.3.25-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 375
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libecpg6_9.3.25-4.pgdg+1_arm64.deb
Size: 84920
SHA256: 73639c111d247d2617b3756f991ef362f3c7c796cd9bb32643f632aab2c4fc60
SHA1: 0ca18eef0e7d4abae88bc4adf012be83977beafb
MD5sum: 43ea5c0cc080c020aeae9d06d41dd633
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.
Timestamp: 2021-02-05 16:49:44+00

Package: libpgtypes3
Source: postgresql-9.3
Version: 9.3.25-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libpgtypes3_9.3.25-4.pgdg+1_arm64.deb
Size: 45984
SHA256: 772a12f1c0f45a543fd02c27428dc67c0208912ee23cc9d42a0cf1673d78f497
SHA1: cd334162f7fb1c352e86d51ac0538d79f31d0f48
MD5sum: 007566c834bf44e3e95476c276e68646
Description: shared library libpgtypes for PostgreSQL 9.3
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-02-05 16:49:44+00

Package: libpq-dev
Source: postgresql-9.3
Version: 9.3.25-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 708
Depends: libc6 (>= 2.17), libpq5 (= 9.3.25-4.pgdg+1)
Suggests: postgresql-doc-9.3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libdevel
Filename: pool/9.3/p/postgresql-9.3/libpq-dev_9.3.25-4.pgdg+1_arm64.deb
Size: 157152
SHA256: 3ee23eb52a69ed942b2ae8c1d4d73d73d3dfd45d1ae309990115b5ff2b883b9e
SHA1: b8afa6d604d344c7eb4bd8878b41eecaa4eaacfc
MD5sum: 1440fb092138ca0cac887a16885b953f
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.
Timestamp: 2021-02-05 16:49:44+00

Package: libpq5
Source: postgresql-9.3
Version: 9.3.25-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 530
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libpq5_9.3.25-4.pgdg+1_arm64.deb
Size: 126736
SHA256: c4fc8f6894d7031939656c217a3417c6cdee5595a6215cc7642db39da40e25fa
SHA1: dd2fb03f50bdec7341b03849a96502d688b01510
MD5sum: df71eeb81e80b694c4f4384994f2df80
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.
Timestamp: 2021-02-05 16:49:44+00

Package: libecpg-compat3
Source: postgresql-9.4
Version: 9.4.26-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libecpg-compat3_9.4.26-3.pgdg+1_arm64.deb
Size: 22664
SHA256: cd8b5c530a7f6b7049e2a5fef7d3284c00104b959760b1b5e93351c4654e2902
SHA1: f0c0bd0b528aed24f8907c573545619b331f249f
MD5sum: 1fc5d4c4af6a352a7179446e6a1d4351
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.
Timestamp: 2021-02-05 16:49:51+00

Package: libecpg-dev
Source: postgresql-9.4
Version: 9.4.26-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1090
Depends: libc6 (>= 2.17), libpq-dev, libecpg6 (= 9.4.26-3.pgdg+1), libecpg-compat3 (= 9.4.26-3.pgdg+1), libpgtypes3 (= 9.4.26-3.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libdevel
Filename: pool/9.4/p/postgresql-9.4/libecpg-dev_9.4.26-3.pgdg+1_arm64.deb
Size: 214592
SHA256: 97783d6840f632d63d33d6b3458e461c21c4120c423788e8a8543ebd20563ec0
SHA1: f62968d8bdaea7b104fb3005acbeabe2b8a8f978
MD5sum: f864da46e7d61d4941da16161b86a542
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).
Timestamp: 2021-02-05 16:49:51+00

Package: libecpg6
Source: postgresql-9.4
Version: 9.4.26-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 388
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libecpg6_9.4.26-3.pgdg+1_arm64.deb
Size: 84276
SHA256: a12b91ec9f97a3e8882a8c0d975ef9550d55e2df73d3d30ed0753c1359111fa6
SHA1: 33acd124c338a14784d45c313914e4364eefff26
MD5sum: 19c95e5ba6f3d46af044d3928979ff5e
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.
Timestamp: 2021-02-05 16:49:51+00

Package: libpgtypes3
Source: postgresql-9.4
Version: 9.4.26-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libpgtypes3_9.4.26-3.pgdg+1_arm64.deb
Size: 43716
SHA256: 7340c233d74031576ce331cdfcf789873d7370edb0867aa0dedf2fdfbbcc7920
SHA1: ddc29a6a12c52c55693c87c0a8cefa856c81236f
MD5sum: 1a376d7e375fc052c64bd465169c1cec
Description: shared library libpgtypes for PostgreSQL 9.4
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-02-05 16:49:51+00

Package: libpq-dev
Source: postgresql-9.4
Version: 9.4.26-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 714
Depends: libc6 (>= 2.17), libpq5 (= 9.4.26-3.pgdg+1)
Suggests: postgresql-doc-9.4
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libdevel
Filename: pool/9.4/p/postgresql-9.4/libpq-dev_9.4.26-3.pgdg+1_arm64.deb
Size: 155948
SHA256: ff18aab0f7c45d0710b86b7d25e8d860e21c4a86f0b434eac0e99cadcf2c788d
SHA1: 876bbd5f7bada892086c35c525d657d154807216
MD5sum: e9f467eb3da43c7fa581f80f16025544
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.
Timestamp: 2021-02-05 16:49:51+00

Package: libpq5
Source: postgresql-9.4
Version: 9.4.26-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 533
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libpq5_9.4.26-3.pgdg+1_arm64.deb
Size: 125588
SHA256: de025a4ffb44b68cfd79e44ab01023bf35f43d6559184c3f1aa5cb7c4786fb21
SHA1: 844eab53fe252f5158da607a16d367cfee6ed45a
MD5sum: bbb9968c6af077f5247c5fd7d94fa201
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.
Timestamp: 2021-02-05 16:49:51+00

Package: libecpg-compat3
Source: postgresql-9.5
Version: 9.5.24-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libecpg-compat3_9.5.24-2.pgdg+1_arm64.deb
Size: 23212
SHA256: abbf2ca5564f35a628b898050dea1b4ec7fbd6d37621e34cfaa56981865e0bb3
SHA1: dc6a1ef6614120c30d3cfbaeb864e98775fa48d3
MD5sum: 09a4b5738968b090806cd97606191463
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.
Timestamp: 2021-02-05 16:49:59+00

Package: libecpg-dev
Source: postgresql-9.5
Version: 9.5.24-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1159
Depends: libc6 (>= 2.17), libpq-dev, libecpg6 (= 9.5.24-2.pgdg+1), libecpg-compat3 (= 9.5.24-2.pgdg+1), libpgtypes3 (= 9.5.24-2.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libdevel
Filename: pool/9.5/p/postgresql-9.5/libecpg-dev_9.5.24-2.pgdg+1_arm64.deb
Size: 221372
SHA256: 5d13d65194b0095fc2fcd4dbc410c12561524b84bbddb778001decfd1e3f8d4f
SHA1: 98176828e0d448b28814de59576b63ad38097206
MD5sum: 4e5c75c71ffa0f746e2eef4ecc9c3a61
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).
Timestamp: 2021-02-05 16:49:59+00

Package: libecpg6
Source: postgresql-9.5
Version: 9.5.24-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 413
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libecpg6_9.5.24-2.pgdg+1_arm64.deb
Size: 87884
SHA256: 0999aa30122719bf4d2312c9cb3f6e023d50d23b8cea87059fc5c7ebfd99fe75
SHA1: 159cd87eb61eb4ce9cb2ef62b90b091b0fd48b0e
MD5sum: 08def674e4fea975d503e3220c73368f
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.
Timestamp: 2021-02-05 16:49:59+00

Package: libpgtypes3
Source: postgresql-9.5
Version: 9.5.24-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libpgtypes3_9.5.24-2.pgdg+1_arm64.deb
Size: 44260
SHA256: 2dcc54aec855fbb99adbe3e7688ade87692697eea764ff6babe52e665dc1522b
SHA1: 23aaa8d6a685c8534bef9ea874a1da9fb11756c5
MD5sum: 0823d59b9c5fa582f69cc436af4be8de
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.
Timestamp: 2021-02-05 16:49:59+00

Package: libpq-dev
Source: postgresql-9.5
Version: 9.5.24-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 734
Depends: libc6 (>= 2.17), libpq5 (= 9.5.24-2.pgdg+1)
Suggests: postgresql-doc-9.5
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libdevel
Filename: pool/9.5/p/postgresql-9.5/libpq-dev_9.5.24-2.pgdg+1_arm64.deb
Size: 160384
SHA256: 77ddaa4f558ca9501cdc371057b45bfb74b7a2448eaafcabaeea73ae09b62a9d
SHA1: 0e23c5fc91ef6b34cba638f21f97d7b480ad16a9
MD5sum: 8dd694c20ab9e67023cebb56362e51fe
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.
Timestamp: 2021-02-05 16:49:59+00

Package: libpq5
Source: postgresql-9.5
Version: 9.5.24-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 595
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libpq5_9.5.24-2.pgdg+1_arm64.deb
Size: 136032
SHA256: dce1b92b742a661f74b20bc81f7df6edf53b73a50335b97213b29e0f4c2d1896
SHA1: 42421de15000af35f77ead4943669da7a3b37ae5
MD5sum: 08d22219ff09b603a256daa2fb6d515c
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.
Timestamp: 2021-02-05 16:49:59+00

Package: libecpg-compat3
Source: postgresql-9.6
Version: 9.6.20-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg-compat3_9.6.20-2.pgdg+1_arm64.deb
Size: 22132
SHA256: 0d4ccac4e017bca95f02cb6266117b9951825115ea2b5377d354c93e9eef371a
SHA1: fa123404cabbc2f75863b55999eadebedc16f376
MD5sum: ecf0eb0e4b3f58f14d164ad511e545d8
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.
Timestamp: 2021-02-05 16:50:09+00

Package: libecpg-dev
Source: postgresql-9.6
Version: 9.6.20-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1179
Depends: libecpg-compat3 (= 9.6.20-2.pgdg+1), libecpg6 (= 9.6.20-2.pgdg+1), libpgtypes3 (= 9.6.20-2.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libecpg-dev_9.6.20-2.pgdg+1_arm64.deb
Size: 222160
SHA256: 2d8c2bc98a636ee9566f94db4a8466f339dbf55d26f31d780832859c4e48df17
SHA1: b8d7f903a0844e8a2f2e37f99d808725411230b7
MD5sum: 830db625ffdb1b433314d767b2afc274
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).
Timestamp: 2021-02-05 16:50:09+00

Package: libecpg6
Source: postgresql-9.6
Version: 9.6.20-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 413
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg6_9.6.20-2.pgdg+1_arm64.deb
Size: 86124
SHA256: 67436e14e48b10251ff8eee94c5a49dac482a53d1a0f2e38b8eee98546800a92
SHA1: 4f4113910134a2d622acf13c4e2fd3e8eb824311
MD5sum: da6b362af072594154f7a1a1eedf3d85
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.
Timestamp: 2021-02-05 16:50:09+00

Package: libpgtypes3
Source: postgresql-9.6
Version: 9.6.20-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpgtypes3_9.6.20-2.pgdg+1_arm64.deb
Size: 43284
SHA256: 26341c651f4be7e21534c4bd5c1e55df4f558fdab8d85958b635326613ec60c5
SHA1: 48237856c56fa1ab9d37fb676b0513f52257e59c
MD5sum: 74ee08fa87359c03df3891ca8222dbd7
Description: shared library libpgtypes for PostgreSQL 9.6
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-02-05 16:50:09+00

Package: libpq-dev
Source: postgresql-9.6
Version: 9.6.20-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 735
Depends: libpq5 (= 9.6.20-2.pgdg+1), libc6 (>= 2.17)
Suggests: postgresql-doc-9.6
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libpq-dev_9.6.20-2.pgdg+1_arm64.deb
Size: 159744
SHA256: 0a7ad7edfa7d014efe343b91d7e1456a4f7224aafd43eafe4e710274617dfe59
SHA1: 60d5a33f990696d7b10b7e074d11d905bc586be6
MD5sum: 1785695835a5e2db2cfa47ecb9c1a0fc
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.
Timestamp: 2021-02-05 16:50:09+00

Package: libpq5
Source: postgresql-9.6
Version: 9.6.20-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 606
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpq5_9.6.20-2.pgdg+1_arm64.deb
Size: 135168
SHA256: 4ea8dddf60191c5c12436815ca4af70721df360265d9fa555320eb04306744f8
SHA1: cb6793c45a0c71aa400a74705b8e133883d6391b
MD5sum: 5f800dc0d7216c8c678f857f52247c87
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.
Timestamp: 2021-02-05 16:50:09+00

Package: postgresql-10
Version: 10.15-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24167
Depends: locales | locales-all, postgresql-client-10, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libcrypt1 (>= 1:4.1.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-10
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-10_10.15-2.pgdg+1_arm64.deb
Size: 4899272
SHA256: 487a0cfe687fdb6f81f813df628e5dc910d80ee527976576a964ef6b557baca9
SHA1: 01df7ee0f5d833602e1109a205f571b817500d3b
MD5sum: 20037e8b8a2cad5c05ac93715b42286f
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 10.
Postgresql-Catversion: 201707211
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-10-dbgsym
Source: postgresql-10
Version: 10.15-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13217
Depends: postgresql-10 (= 10.15-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-10-dbgsym_10.15-2.pgdg+1_arm64.deb
Size: 11759776
SHA256: d6330644a6427a2b9383b4954598c2f2462530ed219e482e48a6d42a85acecaf
SHA1: d5238bf97eb076792e464e893d3805d47f783d61
MD5sum: d4b9774a51736fee7fb7ab85d6cd7bef
Description: debug symbols for postgresql-10
Build-Ids: 0013712cffa79ac16669a153e85b8ae82707e808 01adc5ddba23f5062a7a1a6416d5465951cb2f11 037446d9b8bd15f9ee9e9be802769132f4b49956 05d0bb540f68477b138b8b4eb49d6d1cc983563a 0833dbb6a2d993cb0f7e0c1b48aa5d069ce7e4cd 0b0a2d6f19f30095b9a11776f03f41e9fb0c24d4 0e36b05bc6807c7bfbab7a6b4df2fc9e3dd70bed 0e589456f55709c3d1fd737d0f1c086ff6e62ff2 0f5d0c0389551bfa217faef52d014396f29a66b8 10f4ce2a006923008527e49348f69fc9ceeed6c5 157398b4e3c8563493f443c9eb8953621dc1ff08 15963351448137a64b840ac15ce8cfa036ea3579 15c0f47a18fc454a115ff596a6f0d44c1b85b495 167b2990990b3aff722effdd53715051bc1520ce 17064f62520cb486cd85adfea8b280a45c26eb53 195b5436c864eae3152766853679964aec1b27ac 1c15404020391fc4eaff5d05e06b062ba21b6381 27487d2ad37c47d4796f0866f251bf8d7210bd24 33ddd752212b7d264202d8798e5c1899003715b9 3525ceea01a200ed4f0bd48a9a02afd5e8972179 38c74464367254a7a8d4dec32fa58c7b0d0d05ba 3b9cf599d9147a4212e12cf4cec51004b7a4f90c 404767f0f0ddea5a2510ad6bab21af824ecbbb16 41350f6babb75a1b754c8d05780de2357bacc5b1 41c9bcda834204e02e87ef4be36a9c6d03244aad 4538f4e2412ab7f1be64571db522614e6866e6b1 45ce5d70a3018f70a49e5695bff9f1c532c2e720 490fbeba34a8608f13d2e6b60a9f28fa094de529 515e8c7ab0d7c0b8d090764b6d443890e60ce4b9 5219013015a54680768b064f592525f5d8f56dda 59b87859311efec19f64b78806b4da26fee570e5 5c33c387b17f2313c0f420e1605d7149bb744b2e 637e9b8a590d2e530c3a9b42a8c2e2322eb8265f 6386d977232ee6597a991a20d43adad28d796e37 63a67c576530f12fbf864d3110677ef12b73702e 63e131fa40e57881ca1f30904f2dd34efce29305 6b021c772f0516fbab4b2faa4be09613fb1cbfff 6dbfa236851a38f7deec9ae2cc2e6f4ef53edb61 74de4d42e0ab1880f46dfec14744ccfc91f24ff5 7925229ca37a70e452b001b194a57ee000fae8b6 7e541341e508664e8882e92874efb5e9f81118e6 7f08e7942e35a50f477517a2c8c6fd76426f2ff9 7fa04f4370a0fbecd0cf4618d6f0116807f092fe 85423852b8b8aa35fedac9ca3ac20e184589323e 856343f3c33ad77c6515e117ec362032a13a70f5 863e7402824cc4b85bfaca6d7e38c6ed146355fa 869861adba6d804682f18883ef020e89e891aee5 8fd895593ac7fcc8efb0f21c98e24a2c925fe292 908d0cf927f722335553bbe8259d1f506e1eb525 90d061de880c636d561302477a38e9d4f4d99b80 932f020fbf3534e524b415eb27517dd0bad6d7fb 93d483ee552773ea76fda160566f5c2cd83b76e3 948e9dd11d3ffc83f07d2a4c9d1f408836d0a0ec 9885e75bd3e85904affe5ce14a5e48cde3275f23 9ae1ac64d2937b150906ba12ffb286c4719ab203 9ba9eb6f76d2385ea6ff57efdcf05dc8b8733e76 9bd9b8b58afb7ebf7a4911c4bde58a5bb54b3958 9c207e9c3ca2fb33295ec7a8754b5758d27f2128 9e0363b47fb982b5b6f90bdaf42d4d458637fb3e 9f85f37b25c76656af9e7e685a84ad392bfd89d0 a093f657cc2fa93e7d784a72982ace4a96a914a3 a34387bc72cb839ab21b9c9e9177df514d40f774 a87f93df52b0d9b16b864ca5a99a6ef587bc14e3 a9f19d18d5bbc165093ef30a4e63518a5461fd4b ad66a0c5c4bb177d8406ba8c6c3ae2aeb3e4436f b0a4e5c4c1a26d49d5c2124bb6c724b706531f30 b3f2ae6fb855bf6a6c6bb95e62ab919e321ce0cc b7bb3ca8372fe7e4ab8d41d06915904810549caf baa7f78523ead202ceaed982dce21e50b513832a c0376ec68df52ba16295b3abace1ac608c53317f c3d12c1d84e98000bb6cd6fb0594904af1d4bb0a ca0c961053d314f91065741b5b783c4eb0b7949e cf70c123ce2c16148ab9571ce889fd19ddff8173 cff53b3ea2e584a68790367b941745276e45cfcf d02997bf1c064e642a340f16b89de591a49aa584 d4c74a4a79c18619cf1fee85d46a2da65fd45d99 d503b67e6b5b71e583876a74658a50cdfd26ecc6 d660cb89c11b266859ab1a46a7f6776eefd6aef4 d699bcfb415c82b0763b7062cf5ded6f36694ebd d9381431adde6653a2de7fa97c9fdd653e458731 d9dda64f54e81aafb56bead8a8c7235c76062f68 dc2abde8b7eaffdacf0614e29a2efbd1f65b7f2b de481ae9eecd9767b30b2570ada7defe2f23dd78 e8134dbddbfa9326c1a0a0f7da71d42a213113b6 e92e79fe2e411cef1cac8f748cf03c2a945b79d8 e9d411de8e9a64bd5b3d9f098a1de1454c90ee87 eb78aa3a46ca3de6a665e467e4504ad9b9786121 ece50f1924f546ee7304e4f7f120e6d3169844f7 ed0135717803bb8b9fac785a30ca07bc8da50b95 ed0757e5d7859f08f8418cd1b0335b6328124c02 f1362b51c58c8d9ef15b9541cb1aeea641bd9b73 f34cf6137a8bf2875b4b3bd73d8f4079cbea87b0 f480750d55e932a9b5b1247066303c949fb12a87 fe30c453606b97ddb7b31e977a974d694f1bd1dd
Postgresql-Catversion: 201707211
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-10-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 111
Depends: postgresql-10, libc6 (>= 2.17), libgdal28 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-10-ogr-fdw_1.1.0-1.pgdg+1_arm64.deb
Size: 32292
SHA256: 69c5292d0828d52c49b145d92a8e387821b8cdb86b96eb2cdc8da0166884084d
SHA1: 07d70414b0d811eab74c7fb61c50819af7e02df7
MD5sum: ec66b667ecd26e640ca599844215189a
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-10-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 171
Depends: postgresql-10-ogr-fdw (= 1.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-10-ogr-fdw-dbgsym_1.1.0-1.pgdg+1_arm64.deb
Size: 142452
SHA256: b47c3f4119a22c2c9baf942dce0662873e11f066e0929f2e9980e345a2f68e94
SHA1: 0f6af1c1b5e3c362cf7b97ec2d905f040336b4a5
MD5sum: a8025eb9af6f19b719b99536c85cbef5
Description: debug symbols for postgresql-10-ogr-fdw
Build-Ids: 4af62f524805d3feecbc2acc36c35ec670646f5c 895b183f9a347880defdcd16663367b7f6453a2f
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-11-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 246
Depends: postgresql-11, libc6 (>= 2.17), libgdal28 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw_1.1.0-1.pgdg+1_arm64.deb
Size: 98048
SHA256: 1491d04b0d5078f6cabafb16c36b2592b82ab891a46123721996f25fbb558370
SHA1: d4e45a94239ae242b24f30e13dfd1e93ab37f0bc
MD5sum: c6ea72c9f12832cde67096bd89b3190b
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-11-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 173
Depends: postgresql-11-ogr-fdw (= 1.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw-dbgsym_1.1.0-1.pgdg+1_arm64.deb
Size: 143940
SHA256: 19d0d8b8d4660d90551188342b271c4838f8f899aa1dd3aeb6ed6653e22f643c
SHA1: fd359b89511a48cca8768b483f32d0dd4d27c5aa
MD5sum: d7a6b9f325950fb22a98966640e14b22
Description: debug symbols for postgresql-11-ogr-fdw
Build-Ids: 4ae0c025ec56905dffbcd646a9a923056b4dd879 67c3e0520d52095a9ac30372ad73baec83de5978
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-12-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 246
Depends: postgresql-12, libc6 (>= 2.17), libgdal28 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw_1.1.0-1.pgdg+1_arm64.deb
Size: 99636
SHA256: de5560adee33f1c409e8a90a231a0aa6533d5f483ab6080cad5d288147128e3c
SHA1: a0c9efec89168a2b2f74228cd01f6dffdbce7069
MD5sum: 3681c1afafb77d9f29d92ef07e0d5492
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-12-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 180
Depends: postgresql-12-ogr-fdw (= 1.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw-dbgsym_1.1.0-1.pgdg+1_arm64.deb
Size: 151416
SHA256: 1aec77e86b2e782d7905ea54ba7a5d32348d0396d56ee88dd4b4aec141f58414
SHA1: dc7f0775895b2f1d1fbe7d2f6984c7d5b1136821
MD5sum: c2e34fccad42dd08a884ef29c7f58388
Description: debug symbols for postgresql-12-ogr-fdw
Build-Ids: d59fcb567d55d75bb9b2e7a28c9dac51923cf4b4 dc785798fad3f76d5e4bcaae0655d7243fdf7df0
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-13-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 247
Depends: postgresql-13, libc6 (>= 2.17), libgdal28 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw_1.1.0-1.pgdg+1_arm64.deb
Size: 101944
SHA256: c184503d7bf8a9ac0d55cdc12c54fa7954656e4e8f6a6cc43025abad3ef46ac6
SHA1: 3168737f36dc535a01e600da7688fec62da30afa
MD5sum: 37e4f238683cb38cd69e45ecad9214a1
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-13-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 185
Depends: postgresql-13-ogr-fdw (= 1.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw-dbgsym_1.1.0-1.pgdg+1_arm64.deb
Size: 155696
SHA256: 2b796f2a826f4952e03eeca44b0cb3e0c994087cf2d7853282347a2ae26e5c53
SHA1: 7a11212437ca88345b7c2d7a8c657c540ea6e42b
MD5sum: d85911dede3721b1dce95ca0c7d36d1c
Description: debug symbols for postgresql-13-ogr-fdw
Build-Ids: 88f9aa0d674f404b4fbd7cb0c2859afeccc41e64 d0dd170d477a43fb3191ba3dba85c1dff87f5a90
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-9.1
Version: 9.1.24-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17238
Depends: libc6 (>= 2.29), libcom-err2 (>= 1.43.9), libgssapi-krb5-2 (>= 1.14+dfsg), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libxml2 (>= 2.7.4), postgresql-client-9.1, postgresql-common (>= 115~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.1, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.1/postgresql-9.1_9.1.24-8.pgdg+1_arm64.deb
Size: 3311816
SHA256: 17465f9541afad631cd4c640741c1527803d59ac45447ea41ce89bfe8d68ea18
SHA1: 297f5e6fa567fa181cca338a31ee98dc2eb60d91
MD5sum: eb2ae581106059b56c7a9c601b08ede7
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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-9.1-dbg
Source: postgresql-9.1
Version: 9.1.24-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35034
Depends: postgresql-9.1 (= 9.1.24-8.pgdg+1)
Replaces: postgresql-9.0-dbg
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.1/postgresql-9.1-dbg_9.1.24-8.pgdg+1_arm64.deb
Size: 7717436
SHA256: 9b6c79941bdc12d1c3ec6787e4f148f2257a4b8922ef6269fc4b495aa8caac51
SHA1: ee8fdb4065253552909716a57ff31c1b1c3e8b3d
MD5sum: deabe05e7d6acd4f787072477d2b867c
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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-9.2
Version: 9.2.24-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17869
Depends: libc6 (>= 2.29), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl1.1 (>= 1.1.0), libxml2 (>= 2.7.4), postgresql-client-9.2, postgresql-common (>= 135~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.2, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.2/postgresql-9.2_9.2.24-5.pgdg+1_arm64.deb
Size: 3442176
SHA256: 501dce6c6669a6ac853f170978d16a1022d34b3a61f3065c8fd21d731648fd9e
SHA1: cb0e12a5bf0853e3d19c0e1158cfa3aa6e834658
MD5sum: fc9b617fea48b3e5395da8f15fb67310
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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-9.2-dbg
Source: postgresql-9.2
Version: 9.2.24-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37291
Depends: postgresql-9.2 (= 9.2.24-5.pgdg+1)
Conflicts: postgresql-9.1-dbg, postgresql-dbg
Provides: postgresql-dbg
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.2/postgresql-9.2-dbg_9.2.24-5.pgdg+1_arm64.deb
Size: 8237480
SHA256: 82c47379bcca4a1968c5b5989d1c4dfc82f73dc5c33880e2eedaddfa3f5e7dba
SHA1: 033b51f9c3d28995ca85b9c2b90aee7f65545f43
MD5sum: f80a49cc650b72e3822e1217ebac4b3b
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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-9.3
Version: 9.3.25-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17971
Depends: libc6 (>= 2.29), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl1.1 (>= 1.1.0), libxml2 (>= 2.7.4), postgresql-client-9.3, postgresql-common (>= 142~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.3, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.3/postgresql-9.3_9.3.25-4.pgdg+1_arm64.deb
Size: 3508076
SHA256: a3f795297d167eb1b754109920c5831b2141452c3ad4580eb9aa1196c0a119b8
SHA1: ec85f56838e3e192ff395197537bc66504d0574e
MD5sum: cd628ae34fa85e8467bd1ea273903913
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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-9.3-dbg
Source: postgresql-9.3
Version: 9.3.25-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15605
Depends: postgresql-9.3 (= 9.3.25-4.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.3/postgresql-9.3-dbg_9.3.25-4.pgdg+1_arm64.deb
Size: 13677540
SHA256: 34c0ff48c8c833d1a04f836c52d386d95c5d6ab3f3dcbe2a557ff930e80dc458
SHA1: 0a5915da876452f9a6966e9b1af5078b90a74225
MD5sum: a83ede27d78dff104622a1ac2a54f8be
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.
Build-Ids: 033a57ad70afed39c7b28df8bc8f382df76eea16 03509089ee59d9b411e3d764a5e6f2ae5297338a 07be17daf69444bf2d401cf1f332e262a4f5dd5f 09800d8ed0a8895b0378c67f9beaa8a504f262aa 0cbc820d3e8399dc1edecf90bb1b25645ec2a66d 0d9dd0d33056fc7673538000d282465dac92495b 0e470ffad5d0bd3f0970136fc4bd53ad6b12b9a6 0f58b45685610d8d7dfa5e0e7bafaf13a565cc42 0f9315e5be90598a308ff735bf141aeafc469002 171c41e4f1fd898e8d350052038e01cb3484c624 1ab65005f9044f4f10d57aa0039676f313836641 1ad98049777ac6767ca6c67f780acf7b0536069a 1d2cf7aa43befa957a5178a3562f053a5af37bec 1dca94b494668bb3e544768c8d85dd6f2a6eab8d 219afc7e555b81f88c3af1f36c9194a904cef93a 254c762daaa603d27944344edd799abeb4a184d7 2a233177815565ec4149c16c3ebd2d6ea72401b5 2eee5b36c3cbea09191ce42f146320f620558a6e 30d7eed9246baf2d729828adab897366b8edda06 352bf189902a9e89a2ce72d7e92b4b86d46f7040 35b8d2491dddbf48e21efc9aee65b3cd6d1cb88a 39e6c4f1bba2125414011f50b85c53bea186d257 3c1a7b57664bdd90f025fc2634ca08c946a01379 3c34780b9f6c90843fb270e612e0df9ac6ef51c0 3fc567aba90daea1918737b498bbb2a6e0108a55 4095922a1dcf19d7d907b54162d3b908efe23faf 40c19b7f89ed8dcf3da51c023c255f77876afe3e 4404841099041970ba48058306f5e9a853451aa1 47a5ca7758708fa3e1c1521e7c04f6d515c268c0 48d17a31b39eb79031d447dfdccce06cfcbe9f78 4c03248c6d98b9809a362a1da019df06056d7ce8 504e0fc27c73caaa84f568cd8353a001520b9349 52201711f7672f51d46da60b2cdc054b724d643b 5492fdc1d8836ceba5466d39864e3e6f725cb5d4 56b98920963f1a5d052066f6f7fd8d4d63f83079 59ee0ffb450bd9a099e0d4cbb7adc08ff24c66db 5c202106f68fe7ced7d7f0c9a2917f165be0aee2 62d7fa1e88723b6b664ab36928ec27e28dc4dee3 65540da66afe7e86b1d41a234bfbb1552ec67398 67b1cc6673e2271e90404335a3b4251fc0738bc1 6a1e1f1d09b4c7115111669529bd8a17bbf81d6c 6adfde9dc601cc3fb7a80fcc7047e218226c961f 6cb9752d06d3c377a3f0f81e7d85759dfb0c7cc3 6d6def6f8a3f8af43f6106af8b5117a08fc11701 6f8cc3cbb7a0047d90ed51b6899a147be89499ef 71b5a3155d39cb62d18cd81ec69f8c84d82e1bc9 72be7e716555b0ed736e6aade40c0bfb344da2e5 7504fbd19c90ed2734f21776ff6fb1a29c6a93ec 7752b4020553f7de159d9244ab8680c20c519815 78869bbed430a069709efcef8cf9c3f343df79c5 78b05d1deb8ec97113b6f111d3823e4906110b8a 78c4cc087a2ae138f1edce7306eaff66673c15a7 7a89c7c936279c4a51c58e40d70d03c1f2380cc9 7eba9d2141d7b3aedff3ff0aa400d54e179f4273 7ec24b644789dbb0ab524b7eaedf20be6de5ada1 7ff0c2291761b1de277c600b91c9d3c59f4c8813 8299467035917ec3c48f6f4d5159779d9c713223 8536bb66442c0e9f4ade38f962de2d7da6cb6e32 8c528d6676e3f46685cd43e702e790a85e22cd85 8c9abad03cf63304e4906e38db7ba434db0c6264 932bd9329b6c1b648b2fd46c08abf8f7e78c2979 93375670b32c89c89edd775f3f85c4746ca8a1d1 93b0a3dcf62ad8bf2c5d6ca3fe8e57d4afffdb87 94b6480a74c2a91ff2ebecb8bbc30c7d09de7f17 94ea542ae7d6d630e56d13c1e68a842bbb666ba2 98e99a7f235f35c65435f112576cb4237661e21b 994404bc622f0eb2dc15c12e4e3b774b21a443f2 9b43569624ac7ac4dc20bb99fc9f63edfa01e759 9bc06f2ae99940ce91d9f598f98b0f7593a75f80 9f3526296b254d46dd3a57cd7795cdcf989efb5b a2aaf7d7643d5adca93c52bfe51aed71a3c2779e a74af6b597e83cd1c228fda83527a3fea72ee574 aa208d15c64913d40dcedc588dbec0f654bd8ee2 accdbf7eb90efe96fb346f58d05d71e5550cfe1a ad527d6c833e82e912a50a6d1e6a1563d864471b aeaeb6bac38fc536c7b3a8869b77c7c1100ddd5c b39b9fa7c0feccc6b8aace1eff8b0aabd6c3ecb9 b8ecd6f0edc8646bbf2f7ed2e634da911c07aca9 bbe910d7a04f9fe188a11c8baf5aa28238c8eb94 be51338346c5ac7e0bdc20d80712dbee2b4bfc11 be591068c47d5735a0dc00a90977dce0203a343b c314aacba6c06110604b59591eac99270327b0fd c5cb5d4b14636d6fd6ba752cd4474473de238f0c c620bee275ab3cab75eb42653a7bb583487f8254 c66950b204e2855f654a81bea5f61f64e9264e7a c7335618fa36826c2e658d2c377581ddd3c73503 c8d380f1edf1cec7c809cab9ed20ed8475dd2baf c914c55bcc0d7e91b852a0a628c9774e4c6fc525 ccb381366c82fa95ab7cbd58bd7f7dea18569b7e cda68c93f0c5ede044591bc522c7ba5d0a7e79a6 ceee06b2db8ed9085facbecae5a72940c286c7f9 cf13e7e76c482324e89e0f0d14a42d21ecf0b86e d98b4d62e55a751adb4a536de4f67a25d1894d1b db7abdab7feb0bab448c2be63b83645b11e50669 db9c45eef106b47d5dfe01d7369090e440f2f9e4 dbe74459074cb87675f7c68d93c1ce07c7679be2 dd02f209bfe5c12c1791f451a2321f167d573706 ddb7066071e37ee5fa8ee5a90e9d03311eb3d433 e069ed303797153e5cfdc959c1343dcd2c415e66 e4d3bd03819538277b9136170054a40c929774d8 e54f79a1c66c20785ebb41e08c3273220e19a040 e88a970f3b2b3accf11b1988ff98ed29af2d8953 e90649c1ac1060bc071e8addd1f03a512c1f7520 eb1a455df3520e07ac7f6f1b3b16b29a7c32d13e ecfa0afbd543a759d56cac0b8c4c311c4985cd43 efe2154df9dfdf7ebc1d4dfc088baa53dfee8070 f2ae8d6b58605c26614c4c12b4047dcc1d0e0461 f3006a6b00898d4a610cd267349e9b56ef018239 f60265dd54b1c25e34b58d91950f071865f01fb6 f78cf22efc307c968c83b099f9195c1f10211da2 fa1964497070d9b8e692e5520604773be6146fe7 fb1f9801eca751de55b45b212237a9ce12d027e7 fe472590a9119435afcd8daef5b4500d571ba7a8 fe4ba4846be576ccab5a0d618d851b4e4289553a fedd765370f0414c9d19e31a71a8f3242c410422
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-9.4
Version: 9.4.26-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18939
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl1.1 (>= 1.1.0), libxml2 (>= 2.7.4), postgresql-client-9.4, postgresql-common (>= 142~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.4, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.4/postgresql-9.4_9.4.26-3.pgdg+1_arm64.deb
Size: 3733404
SHA256: f099f900bfe999eaf936a812406ec02f8d94484b8db514f687e856d04accc72e
SHA1: e467beec35665613ebbb20fd15474a4acc6599a8
MD5sum: 0b73223e99f38583146cf62a9be37718
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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-9.4-dbg
Source: postgresql-9.4
Version: 9.4.26-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16679
Depends: postgresql-9.4 (= 9.4.26-3.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.4/postgresql-9.4-dbg_9.4.26-3.pgdg+1_arm64.deb
Size: 14656312
SHA256: bcf3aa5f0dd8dce9d2580624acc23122df28a8299c8095dab3d7e8fd8f1ed719
SHA1: bdc82684ee85547132eaa3c41253835f90c14283
MD5sum: aba8eeaf0c33f3a6eb416c239d3c93e2
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.
Build-Ids: 021c165d1a18a01f3cf0c3df7c5b2ac264410f39 02e0a14030f6c4a6af2cf591505b24aa0ac3ed56 03b03bb542b5751e02918485b31c8715cb8d0d67 06936a1d02175bf6a71fa78e443d795aff37f5bd 0dc0692f41e1ec028513c19241b8fe523f757bb2 13ca97d1c3cfd1b6440bdd19c814ab08cf10c7aa 153b04897536754d8f827db4cdd2ff3101167bdf 1833b2a798108e79bd77b23c154f5e1df560c2de 1acfe1ef4e7a358f957df8474f32b028a2abfb00 1f3bf8c05329ccf5f763382f1a7cb3376c18b191 1fc9565ab4b0ad04a8afaa4b0adc4f3e88142f4c 2161e19eb1cfeb89e12554dfe6c12cdfab4b7c3c 21bb71b22bc531747741f3cff626e8606543b534 2465a01cf7d69487f55a2a8fdd324e218fd6ba18 272d46d05c140bfdac8d634d5a34453f1b5776ec 2752e12c111a8f669ac431385f07ad34ff5c1ad5 27e7af50346446f2728227eba2ad0e44209ce1fa 29345b5ad4eb808fde734363f0705e1d3d9a93e3 2c82dd3b11cad923fb85342e16331e2f9769c28c 2d417a8992e573171da4d9ea8545ffa595a1f2af 2f2b1136bce2956fd7afb4c517904a7bf60ff69c 32921a8ac3c306b60446863386d0b35daab61267 3772d85096bfd1d487d936e6189e603e6dbc3ece 38c95fd4059d5ce42d7b678f84893983735f68a0 3b979047071f11b7c845e834b545632c65e6d044 3d537cfdd0f3c6c856b7173384035bf60f9cdb62 3d5ad2620cac2800d2ee1bb7364c8d0f6feb2120 44f516c058fcdcef3a412c9a3d758673fff2a3ce 4782cd0e62039d26ef35edfbf9622d311e8c4536 496940b694fc5d8b43589f3a7509d932139f2743 49cf925929e8462df95362e71e54dd48fa5aa1c1 4d92fee12e4b7caa9d27ff6e5917b541cb632a12 4dc7055606faee15ab5f6eefa1b1becc1d5a17b7 4ddef20da1f4f25f405d65124f8d160fc052baf3 5058ba30f49fb52be59385b2e6d68cd5af598cd2 50f68a63a147886a3b45bc95f37c4e4be6d889b3 5618da9d0562b921d974c9c8bbc904dd242c2025 5a478d93ed0afc445b03771f198cf2cf49fcb1bf 5aa3c7ee43fb143e467a71ab590466852457956e 5c2aecf7337517c6289e4814624b5e01ccd23ffd 6136a3feeee0a9ee57d7ca03f9dda8d26355b991 6459711bf9c2b6531441947f8fc5456e2ce82e51 683f6ee5ca547a16502c44ab4d0a7b11000bd25f 6b605901cf8d1bacebda9b19cbbb012abeef8404 6d514ef0862c9fd07a8c8c31448ea873cbe9332b 6d9ab4421a34488b429ff67b36a3dd5d82cece43 711d4c490aa87f7a961a025dfbec2670fd6912fd 72478faa741a86f9fa06166ee4802e7ebf8a4f20 768786a5e0b53686c28fdfff31bbf277fb810ae1 7695a8ca9f5d41f7f00d23a0f57c7afe0971b84d 7fa64e2f40f6b8ca4d7f63843df68024c05fd104 80ff253527532cd56b3ca68b1f42d45d77ad79f8 8759d4da35623e70b37c795e17e000efb0fc2912 88f25bd30b2d33b36f9c275a79601454840294f3 8925557ae418b3c0ccef5b28347f836bc59db1ee 9544b854eedccb38aa4a272317335a6b7d9f0c1e 956acbffe1733a933c718d9ca876a7e19b72c35d 95a43588c38b5e85a47d5e4ff7d742b258b4c6ee 9d5cb24d2991837fb26d3af4cf2ad94e40bccc30 9e74675d63d8370ba7907b23123f0719ce47a9f2 a214775b11ac2c46443dd2e767d9b19ab8ae66ec a28f096ecfaf4b1a4387e51b36e6fa7ada0bd13e a298aa23c3a963d04ecd8145d42488926fb7d109 a31e2f0da4cf58d57a0051c85b37b2884b34866d a4b98218557a1ce1aa39aa3b1e168a8a086519b7 a4cac6f92fe7151d5c74f3704198880bbf6bdfdb a569b59f7fac71581990b178cf24de0d985877d0 a73c0b5efe78659fd3b72eb19bca5bd6fd8afebe a983aee409c050779359c46903079117896a9f00 aadb58cb4e65cb6fded51ceb2f35af5201c52ff4 ab35a787cfac29426b2b93c9eacdbc2834a98ec8 ac7f2cea8019261c7462616bf8cedad2e74dc286 ada58e046ccdfc0d045573289ae50e80b6dd79e7 afa0584284ef9d4eb81f3775799ecf4faa75a408 b2b1e35b426fe2518d0db36e18b3cec48cdfe445 b7ae36b5c65021a8350fa05bb1244dcce6b4f1db b84373dd5299a56ba041de7f4d1ec62dd4cfa61a b8ac6f22e0ee70a9759962a0081205196dc4a5b6 b93de70e706ef7098756815c5cd41a8a137f2dca b9c26234977076ee0cc2705d2f479d22b15d3351 bc536e939fe56a6cc2501dce6b3b64352c967d34 bcd5ca98b6cfa20fae015c051028581b82d1d580 bf016003f37349d103288a79932a296345a1990c c14209065420117f8683fc8bb320168f6b40e59e c301d57174e00153df3e87915eef99d0e416e162 c427a9ab984dc897e5d2d74362e33b122fb999ba c66373b5327f809022f103ee3d340ad4feb18889 c81a62920a3c93290375dd466865d89059300ffc cb0ebf08c693c53ca8683fe0dbac29f27d910f26 cc430a17a1b37594d9fd0fc9a3ecc8620b4b9bf0 ccccf4eaf7c4c9a6ca6c5f159d367d06927afda2 cd9e854172413bc5f875a23f7b2c431dd1f02eea ce1f761e788470ab64b4c331ded4d67b94b2113b d1372a7521001ceb4112a05715ae32b9e4ea1149 d70a55bcc4e5253569632d2f59bcb9b186597e47 d776dd38f58436cea5114bfd4918c4da0f9e02cb d867429a6f1345e9a3a64fa71fe19eb711d49800 da65da0ba4cbf718a8834d57861e53490dd73663 db3f82eb6a7b45823c17a667352b0dfea7c27aa4 dc48d5b5f64831bf01c2b268bd457550dd196d73 dc61c4a9a12396b0cd31846da5c518b0787310c2 dc758bddcacec7134377e6e49a93c014aab6fe45 dc7edb8fd6260c138a2ce0944f297b9efb8ad7e7 de95f7e83b59f5d82eccf74e927810f8856552d3 e1797b9e4ce5c149d9f6fadde597477e49258123 e1a4d0f6957fb9c6346d36c257b9f00ceb9fbff0 e26176114fa993bb4944212c77a2ec8632e58c09 e7176e68881f581b09e671815b1b581b35272f63 e8c47ec525554a34cfc964f83ab70423c348e6d0 eae47c1bd26aeb2e3fd62beb41b88f40e47af1b9 eb186327af375dcf9c24a8c5de485869193f9b5c ee4d499ed6e4320e7675a077f1f49b8aec7c004d f0bd0dfe2623f76605810e68a87fc277dfd25b60 f1b40be84114cad6ceafa7887e98cca3e7bf8eb0 f1b748b1214fb8367321e36dad6fda5b11de5113 f56a014c3d4f14457bee52be3f031367a21cf50e f7ef0cb1ae82212249a56715f8bc069854f51406 f9907a688bfb6313a603e34e28f0fffee8e85083 fa567779441fd9816c97ea37d05e4517e74a2a0e ffe631e2cad830c85794c84ba8084cf4e0ac562f
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-9.5
Version: 9.5.24-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20227
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpq5 (>= 9.2~beta3), libssl1.1 (>= 1.1.0), libxml2 (>= 2.7.4), postgresql-client-9.5, postgresql-common (>= 158~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.5, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.5/postgresql-9.5_9.5.24-2.pgdg+1_arm64.deb
Size: 4023228
SHA256: e3b7e6c2e369f207be7a15d17ff62b9325d0062dea651ac071e35947a7aaa1f1
SHA1: 2cb3de7f0e4f955764993815333554d1b46542f3
MD5sum: f5c530daec5386ba47c0772c04110514
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 9.5.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-9.5-dbg
Source: postgresql-9.5
Version: 9.5.24-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14300
Depends: postgresql-9.5 (= 9.5.24-2.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.5/postgresql-9.5-dbg_9.5.24-2.pgdg+1_arm64.deb
Size: 12465392
SHA256: c4f5273ab327c18f0020d4c1485184e61cc029273cd5d59bac872e14b28de1c3
SHA1: 2f08a8e2a1258f332d21270559c5202414e48bf4
MD5sum: 8b68db2ad1ddc6bef217acbda84cb703
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.
Build-Ids: 0332139dbc4893a5ed245755de6f496d0e7a0747 049e301e16f2b801603fd92d457b7462bfa04fc0 05735f0456074db9f01259314952f96cbdd4981e 067bcfe70b527de0a919a07f213823bb1815a188 08ef42d7aebf7d0f2065f821cdf2349a4c484b23 09f2f2a5ec88140095a6d1d34e06620e7f8e0c18 12428b8f20f061538c3f02fbaa564a8a431b4be0 12f8cf27f74ebb66dd99c4ad2e8a19be7047ff6f 155ef528cad4d6598bf16db0a5c290763bc90fca 15ff998f55f695375289d5e1cba22c7c31d3da15 163708062c3bd677acf06bd1dda8197e8b0858a3 164a7f49073e9855db45d9e4a5eb93c913f50c5d 176b980ba2a4ddc4bdee30c3de2f43d07f8ee494 1d5e252f495d97968edc639f7e76912918ad9bca 215845845b8cd4a915d5f4dc4f2ae1009613f6dc 215f4423f214a4027ef3fb7e18c90084392083fa 229e5fe1df7ff020262b5166b43c6efb2a978824 22b4d75c9fdfea78125423afaf90ae9fb074dfef 29b138745a4c09d01ba1615396e4870ec1b57212 2cfa9b9857272e88fc42e7b6f569a04f15980383 3179d9726ed2dc8ddcde9ff735e5bdd0cb1c799d 3843e4cf0eb721173d5214afda1128536816a1b1 39b046c3e16c2e78408741cf2803a3b5dd4e32a0 3eb17a524a132998772a86d1a79227dd1e299c4c 3f58c1f18dc570b7698fe1a7a97cbaa8d00e4d64 401751e0da035b10013d1e0a235dc9dd80cd9226 4060ec73ac79ac5bca2189f150b596c4a97a2f1c 446aa165cd9edf7c0d3f43d5654988e21bb3e4a4 44c53885343ffa0116cfebc7669cd89a9e23b6a7 4558cdee3b3e60ba2d6ab0c517566e0bfc981755 49fc6c531d85b65eebe3b5b932834dabdb9e5fe5 4a69c5b30f4b1670976de8aece8b78395cf6b2e5 4b01b6bad4041d3b8fde8671fd6d850933b345ca 4b8c72034e07a9d0493a8d8ee126fb5b1e98ca1e 4e651bd96262f2596af1aae2c6b027d6f40ee966 59b046def708ec59c2b3d7f5f56030f3ff2c28c1 5b199e858b5c4cbddba4df5a5a084d40305cdf53 5b75f361b824a509882fc897c0eeba6867290a51 60fa81b2480cfb87ee5dd81790e68a19dc4ab7a6 6334a25d10f68e5f922b905971e30bea27a817a3 6554ba93637d939e458033e3295402a12c2a2883 65f0f098225e8dcc6efcc44b3d8382af48e9bd69 665de0f3111a724d0a92f40532f26bcdff170829 68bd3c2567c3756e4d2e2c2f323c2433b1c6151f 6ad3013065bb6f0bf3636ac9270446323ea71f3d 6d3b943bad660c8836d1924809f7b7d00932f401 6d897cc3f75b5cbd021eeef953aa71e059a1bae2 6dd12de26753d4ee5877d2d656f3f2a838b88c75 73fac60f7b403eb3cfa44c7c0483bddef9a6a4f9 74326c61b94f6eac872dbf95cab3380bbdf5fb69 744b3ec3d01444df6e2a47b433c2515887a2c309 7593715dc219817a5e0ab43d5ea8e14e154832cc 7d39fc46049201db6d1a546d184da8bc3451f24e 7e1fd5e805068156e7949515076f9c7b3a3b272e 7f47c31caad93bd52a1cabb6c541713b4081c23c 817d142f821403b1da65c882419004b144940c57 84db712f71b166620661f8b8736a567d247476d0 8552b85234eedaaf58a77bed50704c2b4eae2e2b 85b4229bcbc492addf56c4a7009f1a0c6d85f1c9 879a13484863a52b5746caa3cc33a776c486b205 88720f6244715db898e51501de188eec2e006b4f 88eeaa7ae149be44b494ca7ecad6df213c5385f4 90c44e76a20a4889562c7f7e6fa9da8817828144 933a9135a88632acd36960f70e0aeed674ff28e4 93dc49b0e3414581accf8ff878149e1f5b376e37 9495ffa5c3b01b868a4754a15f87afec110d3272 984976c129de1bd501ac185efd6171fc5749d7ce 9906f51bb46224c56977d42493afdac397e06e13 9bfc36c468dd9dc8a4a3c6ebfc44f1d29d91aa9f a055e912c759223826cb1b9938b55ac13c01f1c0 a500ec29e0a17e0ef95dc9ecd5f3e38e7935f384 a6cd0a2ef832b2eb1363ef51d55daa6b9cc98de4 a96c8e4d157ab635cabc05f52143ddcd0cba9ade aa1e7a0613fa04ad5dfc4a4c12654e0fe9cfe0a9 aab239ec34a262110f0beff8249f5ad2ee185cb4 ab09f3e31066788c1d0abd1bee8bb0e02441bab3 aec147d60874cd4d1e81224ad94e287ebdd47535 afe0e3c2e8475ed482744118e99a0cc2a5cf259b b55d534ac780584e69a22f39bd757a18703c39f0 b56a940974663cd511f8cc5214247a00d4d4cefb bb4f3216ee0602c77155b5db2f394991d6ce4583 bb5eb10ffee2ea48d18cdc2560b5bab5d88725ee bc97c4a4b6d00dbca09973f4873cce708c178b5a beaf9d84471ed849c75a1aef3390cf10980811b2 bf29bad133075a1dae5b83c7a61bbdc2393e78c7 c25677f193fb699b36740140ac1557829124dbcf c3a19adaccd40ad4ee01bcec3bc9543271046b17 cbf37af8063c147ee8213659dc55478a02d67c3b cdb7d1aff135e65e97c7e50322b361d86ec237aa cf5c4925d5024705caecd8ed25e665f5deefea53 d0c6b734165de2d79d99e88bf9d9a50601064a47 d1e8ff7d0e19f9fa09af689665b8d9b125c5f501 d2695e0a845b2bdf2feb2b5bcc5b9cf135932624 d36d26e8e7aa7f9ec9342611400282a8abb1d113 d3cb1da39dd747bb78b2deb5426c0bcaf9fd216f d51d68dc6a3888efc923d584dbeba955a1ac0245 d9f1919169b0562082ebbf7d403d478d2791840a da49895107c2a7eb1008b3b9c6c1f2a77b6c57b4 dc5e8bb7caafaa01a36ba4931008abdea8721f1e dd92ee0193d7cf8ed1c56715968f37f129503532 deb88c86fa7a8532d2b3e754762a4c0cd34a8170 e2b0e54b3822c9a42de547da59883b0176f98e55 e65b2a0fec493a4fbad4b28ff5b61c975a3f6c6e e69f7f9e7c4b9328cb978dfee59aef9ee580cdbc e6dacd84d337491457f2f4f92b439c1a09b177a5 e74bb0b87e679bee09db6b506b6fccfbeb360648 e8979b1c4d4e459c73782135a4a04ba63c981ed5 ea753651f8e6050810987dfcfc145300591feb40 eab13a891e83633146b64bb0b102dde8c9d328df eafded443dcdded0f5881bfbba880507a1d52b91 ec2e85f07906da6a5f8eebb17a0d17f65652acb6 ed1684465403b25a4fb4b011f429df64c894a898 efa44fbd5811880dd802dd1509512a4c89d92d40 f24223821a48bcaa038edbb0c496f13c498661d3 f3c05c6143ad9eebddb6dd4c742622e4dac7df72 f6422dbc8ad8e1c57679d8716e93f92fc41b038b f6892ebc18813e89f2ca5ddc0b51fcc9532460cf f6ee8238510804f2ca1934d74111a909d611288c fd1b13869128764f7cb7898a35fd548661514831 fd1e7b3fdc62b89e5a2fef250cb09f73f0a6b5b1 ffcddbd3c54096f635d8c012537327b119afbfe1
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-9.6
Version: 9.6.20-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21913
Depends: locales | locales-all, postgresql-client-9.6, postgresql-common (>= 171~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libssl1.1 (>= 1.1.0), libsystemd0, libxml2 (>= 2.7.4)
Recommends: postgresql-contrib-9.6, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-9.6_9.6.20-2.pgdg+1_arm64.deb
Size: 4285456
SHA256: 46930198f755fa76079c3db7d9899f6eac8a6edfda8a81ee52c91a8b1e4e9f10
SHA1: a9537383f6d8ad77871aa120f5ea0066ffc69d9c
MD5sum: 7e9c902e959956da1a031735384e1bac
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 9.6.
Postgresql-Catversion: 201608131
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-9.6-dbg
Source: postgresql-9.6
Version: 9.6.20-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14992
Depends: postgresql-9.6 (= 9.6.20-2.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.6/postgresql-9.6-dbg_9.6.20-2.pgdg+1_arm64.deb
Size: 13116860
SHA256: 6e5c52ae509df4465b37aaf710bc5b2335a953e9dc8dc86dc4f7eb344e50c5fa
SHA1: ab25824d34e8791e06de283d312fae35fa325ea7
MD5sum: 9f388993983cd2790f461681bbb61b27
Description: debug symbols for postgresql-9.6
 This package provides detached debugging symbols for PostgreSQL 9.6.
 .
 PostgreSQL is an object-relational SQL database management system.
Build-Ids: 000cc151ecfdea9a3639c1673935b618fc3ead00 017497567e397803e17fe6c7ad403d7cd9570db0 01d0972414b5404c0cf90c64d7a9e6d0f4672094 020ee93483254a6b4f96e108ff7e98415421f63f 02fa792d52e19303c721d23a7a7aa7692ce35d5e 046de3aeda6422207b52c75e52d6d7b4a58a7085 082e2873b60c62c34621423f013bedea641cbd27 0a87d089dd132c7cdb8765a950c84cc8f2235b9a 0bbb7a3dc0d609a0d7e78917c228283411c7e3c7 0bd2166341979563447cd70b0c7e677b1aaa0448 11ec39e08b89ac43638d13720761f3abb27b1807 16e9f978e73bfb711aeda25370e5909db4eb06b4 1959ce6aa2797598dcf7668fb3efb6887a8a938a 195a4fb38a61f584c3ce1251265c29cf3e6d95f6 1b3f4add815e85df9cb4c5ba855cdaf5c207a92c 1cb7a343932984ab2f20b503dcb19604e5d2728a 20773cccfc8f86ad00800e8421044caa87e6444e 2097933448b53041bd7d6be7489f06e0fc953219 220b47b8a12ada78f695b131cd907ec682f99af1 241e5c58ae18008d54ba528597eb76780ba5827a 25c5e6d99dd1190ed2c78166ab36ab0380b7a251 2a2f6fcc75891c3dd4f966544b98632283c29d29 2cd17db13b52e7b76d14f1c8174d35df6b480e82 2ce3a58b61d9c95add23087b3fd9a6fe72d3c253 2d965996bdc04568295d5a7f436a48b17d7797a9 2f2f1720fd648611d35b5f9c35a32a820c8ff983 351f1730581c611bdb11c4567cbab3401438e32f 382431d401e84eec90eca6331c61c1ecb7059548 38af15becb065514038cc6cd48fbdb94fec0d348 3a4b4825aded2027e78ebf32096f9e945edfd592 41ca5672ddd420ab441f1b71ce5424f9179f618e 428d3b2612888ddd755d696fb89fd32a7d59324e 431eecc692a9515be02478d0efbc1e67dd3011f2 462a3bdd7cf62eae076feb07fc7e4ba0ec0091c3 486cd12e25744d77ecbf6dbe2ca67d7b0eb1282f 4877f266bbe50c9058e150f375461e557e4b434a 4a6317931cd54d10684ce145754285094ac33f9d 4e243ec21613281a55a49792bb711e2ba9a6db2a 5028d6dcddfb5b83f4b370dae7cc170827d6fab6 5098cc6ddd5ce0685286a75ae6442a0cc892c7b8 54fc80b56712290ee0bf1a6def611fa55be52b87 5bccf7efee22eb2a55dd95cb5faf920a1d8fc6d6 5ef55ac61d85cfb39541f1bc121b0a2b7a167782 5fb45f90c4775eaeecdcfb329c3c4ba459aa46fe 618b7cd0d611e66b6682ca60d3d01a05611d4647 61f9d6df88255802cdd2ab4cb6a346bab57e82ba 62d03442922817f977925310a4d7647d8a57b365 634d7fb5968066ddd87f19b3e1ee896c2ac4172b 64569e22cef6eed6242878674e3ed7252474f8cd 646047494faa4dc994fcef3caeb38c8152057bb1 64f902c03c1a3ebfa74368c206e641fd0df0bb67 65da3280e884ba50cb9093bacfa48eb171006ed1 667a18cf16eb2a63869e8f63ef0449555c02ec1a 6803efd97b852303602af57ecd4ac5b54976a90a 6b11e4e45c4a5b9d8055ebc645dccde2567b2e73 6d8daec1061448ad992a6795c1cbe0b963185df1 6e0cd01f6523613dc1ae1a68a19b050b16ddceec 712bd594d8e8e5f152dbfd24cfdb0e09e30cf7c7 743da317d173d4bbcc6f1f09715aa67c2101f12a 759b3a5a181d7a1cd9a70c67c3de4a2f6d250169 77873e0b7bd9419a572dd7ba3a87bbd105785bed 77a02c623c32e18e44e25e7d67037e02dbc8753c 78d447b9034fd9480c4e8bcbd75cc5ecef09f37f 7983b710f105d41fa2cdf036aeb6d929a3aedb2a 7b163cb62d37b8e52ef8ec7777b593ebfe3575a8 8226f7b294c34c147d7b19ceb6dcb5c2dff7f27b 84ad82a7775ca7c820a494426c800ba20af0ef62 86998424a4d40ae10f1e091ce67929c22efaa420 890889a01e5fb92cdd4b656475c224e3974e0398 9097c338b2b55afd22fda24e1fa4dd781383022f 942811a0323ddabd1f9be1073ed9888106ef9bd6 94f5b7d54e96573feb50708a5d40c3c9b514453a 9500bc5eb6031981fb735b44d68107a3885cba14 971c053bb907ade39551e85fd040c757b2b790d9 99b6a8087746f058a6cb045a094477478418c1d9 9cab6c47ca3c9e354403b001350b4f18e34bd231 9d1455eabee9c6ac40208b927bfef08e49a17307 9d8b84542cbdd3d26b8b9c673dd53be928ad0ac7 9fb879e5a3f876a63b49b54d8350194c8aec960e a0a521cbce4db769dbc4202a01a845eb2ba7aa4a a163f3c6a3ff88d98fd23c79d7a5951e85d8162c a329c2d4f05e6301eccb7e6a35d60c4df262d022 a3b1385468bd351ce479e285dd1f12bf7b128870 a67896bd90b941b2fe6df72d4801dc8619641f69 a7d258227559b831c589423633c657a89bfd5254 a8f1144d7c55de912e11ff322a641843ac91ad62 aa0119a26b59daccb0826cd2145f177cebe68f03 ae84c24aca0133cc1c090a5fd733c654dafd1868 b264ae9c92106ba62c86129c803090a07cc7149b b351e7c80ea6d712ec2a53ac796ab76bd806bc72 b4289ff9de02cac3f72112298eef1f46ccf3abbe b7371b81f9b0c8eb87c24f6b1ad4028c2956b543 b8557e62ee196077901bb79550bda8e57e7444b8 b94a88a004bd9ae21071fd641c2ac7ad3f16a1ba b9c1ba4d81ed44f72ff12e5c58e06911b8168b53 c4bc2e94abdb5187db2ef1eee2dac67feed5b859 c5400768ddc22565dab5a0e2ba2ddcfeb1e11693 c98aad903a749b90c18b2c0830c5599a44cf3998 c9c81f65f530580c66fc4b6a23c372180432254b cab418c47a36eb99f1c1aeb32ab33342607ac72a cbc07575cb81a170a793f44eae26cf6288a13fac ce6d1f75efc2fc128c5acb4e6b94be87dfe99411 d0b5c4ea05f70cda7c06461f4b690e0e7c2706b7 d71385beeed8d78171a0f4c03f969669c28625f7 d74c7256c3aacef87f52adf1bb2db3aaf993ce93 daa43b7042c6cb82440000e896356fcf3951ee03 e02e32646cb2d7ca9ad604aaf1af9af313aa4b1f e8e7fd8ae8f6eaeab3638efd4e1d9173c110ab40 e976e042771222973a3439a2a225e7a7f2e2f043 eaba73734aa8b38a4bdbfe47ec580164de558ce6 eb00c92eda5f7fceb08dc94e3d036673216cf138 eee5d50622b77dd9487942335d4b86f199f00392 f24059297263561b98a522a5bf4b56279282dbc4 f37368fc06bf0e94a049ac5a1092870b7673b55b f40402fd1cf7fa82f273efbbdcb6e79ac32bb9f9 f454d14260b66371b5a87b310993b4e88d125b9d f4ebdd0e0060fe34e164688c3274d0c88044ae7a f4f05d869a2f62f617d6d47b70b61fc0271294d1 f59a68beedb0b5ada75b30613ae030a2b248a0ab f6a102f4e951bbb0b33ba9f9efc88ea600672a96 f8de55700534dd38f5b2c10f930298a2031b7193 fb1a869844fcfcaf4c81b804b2dbf7085faaf4fb fb1c8bf862ac987a94524928b7c8cda54576c605
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-9.6-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 114
Depends: postgresql-9.6, libc6 (>= 2.17), libgdal28 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-9.6-ogr-fdw_1.1.0-1.pgdg+1_arm64.deb
Size: 32548
SHA256: c02fcb7aa526e9097141bf38c7409ca3c25668d580067d6d7b1efadf4d9d2356
SHA1: a7be3d078136085ca5ed8dc45e965ab9e2d0e098
MD5sum: b3c253cefff314dffcb459c59085e758
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-9.6-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 165
Depends: postgresql-9.6-ogr-fdw (= 1.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-9.6-ogr-fdw-dbgsym_1.1.0-1.pgdg+1_arm64.deb
Size: 136016
SHA256: aa9843f282502755ff49de99924823dde0b7ed1b58b3a04d0ba5dca9cdc1cb6d
SHA1: 2c692521f3a6eca335349f78a567e54a407f6c67
MD5sum: 774c7252a5483f001f93197a52b5be8e
Description: debug symbols for postgresql-9.6-ogr-fdw
Build-Ids: 061660747f96be9c904f4ccc4aeb29c8b7517bff 3ea708def2d0dd83455481008d6d997271df5805
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-client-10
Source: postgresql-10
Version: 10.15-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6346
Depends: libpq5 (>= 10.15), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-10, postgresql-doc-10
Conflicts: postgresql-server-dev-10 (<< 10.11-2~)
Replaces: postgresql-server-dev-10
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-client-10_10.15-2.pgdg+1_arm64.deb
Size: 1410012
SHA256: fd84f2ff92cf28781cd769710d4ce729c8ce94ad1c55175f7ced645265bdeb51
SHA1: f5e6a7f1f0ab3d4e1f6d6cc2fc1a14bfdaa538f7
MD5sum: 930816513f31509837ef805923fc6b18
Description: front-end programs for PostgreSQL 10
 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 10. If you install
 PostgreSQL 10 on a standalone machine, you need the server package
 postgresql-10, 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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-client-10-dbgsym
Source: postgresql-10
Version: 10.15-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1930
Depends: postgresql-client-10 (= 10.15-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-client-10-dbgsym_10.15-2.pgdg+1_arm64.deb
Size: 1606884
SHA256: cbb9c2bd457630173fd708ea726ae4ac5743a1b8ba4528f65ec71aa0bd2a5d77
SHA1: a6066ece723d74246d21b2d605ff04cbcf2c3e27
MD5sum: 59061f485074196b04287eedd9f5808d
Description: debug symbols for postgresql-client-10
Build-Ids: 25a206256f362a5d882834760a3cf66baf9812f2 4fd1bf3cc9d92b7859f0e62817521f84b8c368c7 5f35184a90a29c1c90cda77f2047884eed93c68b 6420f9094b0307d6f26e48130cd5bc4e7c3a5a43 6a1175115107d8be20f8c2e17e7bdad830e96757 6c0aa62c5199c38e051378e1be8df6a1559fef3c 75b1cd33254366eaa06f34bc9b3958a8484ed341 7d224093bdc368627843ba331e53afea548b8182 8c9a177f8e8c199d0c72c54250a3d53fe9d43883 9f5d94de67faca10dfe37713f442cff22d6f328b aa6a609bc9a2c74149cb6da99de391eba5e04dcc b2892357a1fd2e67bacddcc1c9407e5ceb180875 d78815594f70e3fe08f7b48b1da7d3def79845b7 da7ed618816870129abfdeb934436b57ca2ef553 ddd5a9280162ca2991b150db2bc8733b208cad99 e47169cc6b828b304d41817df65222ef890f4ee4 f193decb9ef84dbdb29c7631c3d0ea9cfd868e36
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-client-9.1
Source: postgresql-9.1
Version: 9.1.24-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4202
Depends: libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.0~), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 115~), sensible-utils
Suggests: postgresql-9.1, postgresql-doc-9.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.24-8.pgdg+1_arm64.deb
Size: 986424
SHA256: cb1d999c46a005d57bf28939bd155a16dbc392305c8b616da7da1ceefe265d2d
SHA1: db9740fc1dcb6cce4d257be7ed5037b9d7ab5f8c
MD5sum: 03889ac454338247d1b5f60a47de362e
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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-client-9.2
Source: postgresql-9.2
Version: 9.2.24-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4160
Depends: libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.2.24), libssl1.1 (>= 1.1.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 115~), sensible-utils
Suggests: postgresql-9.2, postgresql-doc-9.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.24-5.pgdg+1_arm64.deb
Size: 977176
SHA256: e09a51f865937a1332433db9de2ef8e713a49e4f7bbf9f6648116eb51256dbee
SHA1: 4cf997149257b56f575779736ae1ccbb7c0b0231
MD5sum: 731c7bf29edf3c70850f80f05048fcf7
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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-client-9.3
Source: postgresql-9.3
Version: 9.3.25-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4457
Depends: libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.3.25), libssl1.1 (>= 1.1.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
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.25-4.pgdg+1_arm64.deb
Size: 1039920
SHA256: ad0ab5838b43b31b1d13494f5489559f53593dcc1e0af83722109d796b92050a
SHA1: 687f89748d5b401cd7eaf82547116f10ff38932a
MD5sum: 28dbeb27c1728904653881a917d81b9a
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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-client-9.4
Source: postgresql-9.4
Version: 9.4.26-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4894
Depends: libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.4.26), libssl1.1 (>= 1.1.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
Suggests: postgresql-9.4, postgresql-doc-9.4
Conflicts: postgresql-server-dev-9.4 (<< 9.4.25-2~)
Replaces: postgresql-server-dev-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.26-3.pgdg+1_arm64.deb
Size: 1130704
SHA256: 36412097dd17722cb8389978320b5353143a0579deeb289eb68d637b2b4cf603
SHA1: 5c333a497b6921dc9b3563e925a08fa5a080c564
MD5sum: 3db5f7ddf26f366b3d0e6726f902367a
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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-client-9.5
Source: postgresql-9.5
Version: 9.5.24-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5612
Depends: libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.5.24), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
Suggests: postgresql-9.5, postgresql-doc-9.5
Conflicts: postgresql-server-dev-9.5 (<< 9.5.20-2~)
Replaces: postgresql-server-dev-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.24-2.pgdg+1_arm64.deb
Size: 1269784
SHA256: 42b73e9bdd952eb408bcfc16a8f061e379872ad536f8c5b9701cb21b832a1429
SHA1: c2475bcc27c03a14427e578de0dba0527204b845
MD5sum: b88c4dc5fd9e7a06f2bf60a7162778aa
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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-client-9.6
Source: postgresql-9.6
Version: 9.6.20-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5974
Depends: libpq5 (>= 9.6.20), postgresql-client-common (>= 142~), sensible-utils, libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-9.6, postgresql-doc-9.6
Conflicts: postgresql-server-dev-9.6 (<< 9.6.16-2~)
Replaces: postgresql-server-dev-9.6
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-client-9.6_9.6.20-2.pgdg+1_arm64.deb
Size: 1328340
SHA256: 2c988dea371c0d935900d3b1d8a87f0d88bece28070d24ba258fd89d7e5d0dae
SHA1: 3eb4824705887140dbd8f0c3efe6597ed2045bf3
MD5sum: ade536fa55d8933eed1b33e6dc162330
Description: front-end programs for PostgreSQL 9.6
 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.6. If you install
 PostgreSQL 9.6 on a standalone machine, you need the server package
 postgresql-9.6, 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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-contrib-9.1
Source: postgresql-9.1
Version: 9.1.24-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1798
Depends: postgresql-9.1 (= 9.1.24-8.pgdg+1), libc6 (>= 2.17), libcrypt1 (>= 1:4.1.0), libossp-uuid16, libpq5 (>= 9.0~), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4), postgresql-common (>= 115~)
Suggests: libdbd-pg-perl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.1/postgresql-contrib-9.1_9.1.24-8.pgdg+1_arm64.deb
Size: 373124
SHA256: fdfb73f0df3c2b0c08e3fe71466fe7d2e95d3270d02c9dc9f4b5d88c950d3544
SHA1: 7a1583fcc98b786d89350961e8c3b59f98d60a53
MD5sum: bebba12b2d73c081d6a13bbee1f53b67
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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-contrib-9.2
Source: postgresql-9.2
Version: 9.2.24-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1806
Depends: postgresql-9.2 (= 9.2.24-5.pgdg+1), libc6 (>= 2.17), libcrypt1 (>= 1:4.1.0), libossp-uuid16, libpq5 (>= 9.2~beta3), libssl1.1 (>= 1.1.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.24-5.pgdg+1_arm64.deb
Size: 367768
SHA256: 013cbd5bc8a0603228f9ea4949aaf17e27acbac461dbadec27d55142531718b4
SHA1: 2ae2364fa9b8bd7ec9bd666260a0c024cb97f248
MD5sum: 17d1088dabd8e5298b96195f4536f53f
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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-contrib-9.3
Source: postgresql-9.3
Version: 9.3.25-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1904
Depends: postgresql-9.3 (= 9.3.25-4.pgdg+1), libc6 (>= 2.17), libcrypt1 (>= 1:4.1.0), libossp-uuid16, libpq5 (>= 9.2~beta3), libssl1.1 (>= 1.1.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.25-4.pgdg+1_arm64.deb
Size: 398912
SHA256: 6c0ddd2ad612be08a46549d0b30d377ceaa819db26e68c4c1590b658b8dc482a
SHA1: 84f1ee453880f998a91aa2ea928f44c579dec75d
MD5sum: 4c971075ae7f7f8f4d32614c1ee76be9
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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-contrib-9.4
Source: postgresql-9.4
Version: 9.4.26-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2055
Depends: postgresql-9.4 (= 9.4.26-3.pgdg+1), libc6 (>= 2.29), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.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.26-3.pgdg+1_arm64.deb
Size: 433592
SHA256: b4093c3712af36de52849ac64ef288eb2d4308a4ef82d1a6aa69c090aaad1ac2
SHA1: 96b8367f7c683ca5b55ba6e3fbfeec954f353df9
MD5sum: 9be55f54cb979c92f7da3168a3e35e5d
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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-contrib-9.5
Source: postgresql-9.5
Version: 9.5.24-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2089
Depends: postgresql-9.5 (= 9.5.24-2.pgdg+1), libc6 (>= 2.29), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.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.24-2.pgdg+1_arm64.deb
Size: 442584
SHA256: e4bfa19ab4d2203e0fa3dcf3588e3e512380478ddd5cbc1974564ab582522597
SHA1: acb1400bc8861fd2e6c961f8a494dc7978445c2d
MD5sum: 401861257920b9e196cf54ed3ccf345a
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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-contrib-9.6
Source: postgresql-9.6
Version: 9.6.20-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2357
Depends: postgresql-9.6 (= 9.6.20-2.pgdg+1), libc6 (>= 2.29), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.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.6/postgresql-contrib-9.6_9.6.20-2.pgdg+1_arm64.deb
Size: 487120
SHA256: e34aac58e34c7c5b6b37e834df3cfc31ecb498a81920bf341cda50dc6e91102a
SHA1: 1e67b272e851e4cca4ac3db82e85265d10572f8c
MD5sum: 736b16afe3ec40a5b0f8f3283c18beb8
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.6.  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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-doc-10
Source: postgresql-10
Version: 10.15-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13928
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-10/postgresql-doc-10_10.15-2.pgdg+1_all.deb
Size: 1793548
SHA256: 0ac5895ac9ca8393c27029a91625b7d2a665c1cdd40fd811747d66cad2300dcd
SHA1: 833274261ee5bdafdb13b2f4bff1481e2afc144b
MD5sum: 69a56e4c1f46529866c3c574d4a74c5b
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 10. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-doc-9.1
Source: postgresql-9.1
Version: 9.1.24-8.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12620
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.1/postgresql-doc-9.1_9.1.24-8.pgdg+1_all.deb
Size: 1625196
SHA256: 9e6cc706047b2f0ec087109b69f7ef050d6970bb56f6eb606a1942cd43560942
SHA1: acee7a8fc051856b3c795b2f541d0afe8506d516
MD5sum: dd293e0679b54688da7a2736ff9e0dfa
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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-doc-9.2
Source: postgresql-9.2
Version: 9.2.24-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13417
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.2/postgresql-doc-9.2_9.2.24-5.pgdg+1_all.deb
Size: 1700452
SHA256: 4395c623a91e1bd2aa5377da6552df1d0126516d3e29348b67de5956438828e4
SHA1: 34ce4c573f58f768f66d98ba178df03e23903252
MD5sum: 7f7b4e25a45e5713480ff63792a9d4dd
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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-doc-9.3
Source: postgresql-9.3
Version: 9.3.25-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14228
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.3/postgresql-doc-9.3_9.3.25-4.pgdg+1_all.deb
Size: 1782296
SHA256: c1dd000e1097d4eb8ace5b72b55ebaf8abdbbb34863624a2d03f9e27bcc22e3d
SHA1: a9b09648ad1f6b783fa9805f5db32a958d676187
MD5sum: dc2f4fa2ef75d36c9dacacdb6ee01c6e
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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-doc-9.4
Source: postgresql-9.4
Version: 9.4.26-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11507
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.26-3.pgdg+1_all.deb
Size: 1569048
SHA256: 8ed7c440221ddaa38564d20fe760cdde083d3c857ede69bdb5a7c30116b6d8df
SHA1: 15ee137bae47f2ba30ca1f8795e629fab2c14795
MD5sum: ebd66953872301417001499415ed2b82
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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-doc-9.5
Source: postgresql-9.5
Version: 9.5.24-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11999
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.24-2.pgdg+1_all.deb
Size: 1634116
SHA256: b6d5ec27f7a9b2a02d99ab0f7b69355704c59e4002e6f3370795722d7aa9781d
SHA1: 92837f205995ddc592a335bb858bb77c36d460ba
MD5sum: 37358d4cb05a90e61e60409f19ede555
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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-doc-9.6
Source: postgresql-9.6
Version: 9.6.20-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12366
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.6/postgresql-doc-9.6_9.6.20-2.pgdg+1_all.deb
Size: 1686792
SHA256: 470b2ff68f37243405c4cf3ddc9ca9fe668cfccb8039952f3243110a992eb647
SHA1: 57d7014736fd73f95f4dd5006dc24bcfe132f812
MD5sum: c1cadd5de36202ab58e218f7f0ab76fa
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 9.6. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-plperl-10
Source: postgresql-10
Version: 10.15-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 254
Depends: perl, postgresql-10 (= 10.15-2.pgdg+1), libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plperl-10_10.15-2.pgdg+1_arm64.deb
Size: 59000
SHA256: 6d9dd99378a99626bc2419c579a07a7df6c3e9f4d5861854718e5364ec15b8e5
SHA1: ad1386cc77b73062d9568c8afcdde2a280b4a496
MD5sum: a60a1b379d07b74138c89f5f0d110941
Description: PL/Perl procedural language for PostgreSQL 10
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Perl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-plperl-10-dbgsym
Source: postgresql-10
Version: 10.15-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 165
Depends: postgresql-plperl-10 (= 10.15-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plperl-10-dbgsym_10.15-2.pgdg+1_arm64.deb
Size: 134480
SHA256: 24a04e3429afe7ec69966c3dc7a94e5d7848f6f2af09c19fd09181d96212f6d7
SHA1: e790586eb83b50e7289095f177fe760a14b6e3d7
MD5sum: dca42d1421d840be00372aa52340e29c
Description: debug symbols for postgresql-plperl-10
Build-Ids: 20caf76937855846916899e494baa8bbb1781794 f9aee2a0134a61fdf314861b3d4bf17688dad814
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-plperl-9.1
Source: postgresql-9.1
Version: 9.1.24-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 232
Depends: libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1), postgresql-9.1 (= 9.1.24-8.pgdg+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.24-8.pgdg+1_arm64.deb
Size: 69652
SHA256: caf4380456b191fa991c2b5655f30f0f2d7e1a4bc9180c128961b23e9a385fa8
SHA1: edeb0f5b2f0046256a293548e6bb4eb7c10c359e
MD5sum: c09774bd39a0f0bb7f4ea5c6239395b3
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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-plperl-9.2
Source: postgresql-9.2
Version: 9.2.24-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 214
Depends: libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1), postgresql-9.2 (= 9.2.24-5.pgdg+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.24-5.pgdg+1_arm64.deb
Size: 54812
SHA256: 0c43c250d87177f210f31d8cf7a3e8af5556afb143be1d9c224dbe5baaa05200
SHA1: dc214b660bc78f24722f29ac6dc4514f39efa5e1
MD5sum: 11dd2dfe8e338ac9ca918e7cbfe006ef
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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-plperl-9.3
Source: postgresql-9.3
Version: 9.3.25-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1), postgresql-9.3 (= 9.3.25-4.pgdg+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.25-4.pgdg+1_arm64.deb
Size: 56332
SHA256: 745b3523727b38c8d37f698591f16f34c3c17bae3d38938d91b563c78d610c87
SHA1: f2f647a979469a72caa7a2e1be6ba3268dbcb4ad
MD5sum: 9436b05d03ed451950d9c29627416ad3
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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-plperl-9.4
Source: postgresql-9.4
Version: 9.4.26-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 225
Depends: libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1), postgresql-9.4 (= 9.4.26-3.pgdg+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.26-3.pgdg+1_arm64.deb
Size: 55060
SHA256: 9f74ac3f2482d25b58b4372420a6f353c43f7977815091ea0dc643639da30374
SHA1: 3814a3c49eb44307be118062bb7f684a76522e12
MD5sum: 6e6bc6cb114a4b2210b1b23362fa8fde
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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-plperl-9.5
Source: postgresql-9.5
Version: 9.5.24-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1), postgresql-9.5 (= 9.5.24-2.pgdg+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.24-2.pgdg+1_arm64.deb
Size: 60488
SHA256: ff23ea85522036257a2a0d604ab30ffcf14a1cec57e286c0b84c3286ea5fb1ea
SHA1: 553d3e29623eccce8db93b279dcdcdb68b79f57d
MD5sum: c5bab7ec5df74b3bf72d99788a40f5e5
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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-plperl-9.6
Source: postgresql-9.6
Version: 9.6.20-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: perl, postgresql-9.6 (= 9.6.20-2.pgdg+1), libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plperl-9.6_9.6.20-2.pgdg+1_arm64.deb
Size: 60160
SHA256: 88a1e8624affd153447d5da5fb02ee9c46fa6c5802d0befb9e768ab7773c5209
SHA1: 39a8e47a82cb543ba66155de9c5e160e065c7e58
MD5sum: 213b1d2eb4c73e8edf856744945c1405
Description: PL/Perl procedural language for PostgreSQL 9.6
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Perl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-plpython3-10
Source: postgresql-10
Version: 10.15-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 200
Depends: postgresql-10 (= 10.15-2.pgdg+1), libc6 (>= 2.17), libpython3.9 (>= 3.9.0~b4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10_10.15-2.pgdg+1_arm64.deb
Size: 56232
SHA256: 4f515864a7f34d7e7cc00c18ec46ad70c7292fefdcad2cbe0d726ea571b7cb59
SHA1: 372cb5df47af76ef2bc9f26dde3613bebc9c9b22
MD5sum: 45ae8d957c67760d87f15250b5490bb5
Description: PL/Python 3 procedural language for PostgreSQL 10
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Python 3.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-plpython3-10-dbgsym
Source: postgresql-10
Version: 10.15-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 188
Depends: postgresql-plpython3-10 (= 10.15-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10-dbgsym_10.15-2.pgdg+1_arm64.deb
Size: 145056
SHA256: e24b5941467d14e7680e06789b749a7f01c84bb2a02969159a8fa1b39c0f36b3
SHA1: 987d6d77d8aed077136ecba5e6cb646679aa206b
MD5sum: 89654ec6740e1822cfd86a8c08facd22
Description: debug symbols for postgresql-plpython3-10
Build-Ids: 518a59d8fa56666c6b9665466e97c3d7de6684d6 ef029c8e92567202dd7b899937366f95a23b09e8 fb2366539c0f8b9e68f1957fa4eac8b341256d72
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-plpython3-9.1
Source: postgresql-9.1
Version: 9.1.24-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: libc6 (>= 2.17), libpython3.9 (>= 3.9.0~b4), postgresql-9.1 (= 9.1.24-8.pgdg+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.24-8.pgdg+1_arm64.deb
Size: 61228
SHA256: 25df745750838f45f91d857b1a594d88b7195ef97a3a8400fd26cb4d1d1baea6
SHA1: b894cb0cf4f969769f5c0e6e9dc891859a701434
MD5sum: 6acd9be04a9648319f89052a1af23bd7
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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-plpython3-9.2
Source: postgresql-9.2
Version: 9.2.24-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 161
Depends: libc6 (>= 2.17), libpython3.9 (>= 3.9.0~b4), postgresql-9.2 (= 9.2.24-5.pgdg+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.24-5.pgdg+1_arm64.deb
Size: 50764
SHA256: 66a1ca0e11144a28c26116933ea1fa1c661bafb24ba734cda08064297582eaf9
SHA1: e6504ff6caf2a7c5c9fc34261beb7715493fd8d9
MD5sum: ad50533d914e80813153695274bfda52
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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-plpython3-9.3
Source: postgresql-9.3
Version: 9.3.25-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: libc6 (>= 2.17), libpython3.9 (>= 3.9.0~b4), postgresql-9.3 (= 9.3.25-4.pgdg+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.25-4.pgdg+1_arm64.deb
Size: 52956
SHA256: 11fa59afac5c15ab047903c8b750ad06faa5b00d59da032bd2bbbb6a90758a40
SHA1: b3c05c9e9e08a61af2bcb1d38c48044b5a7e2bad
MD5sum: 73edfe97ff836ddc579130a68c7ca07c
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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-plpython3-9.4
Source: postgresql-9.4
Version: 9.4.26-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: libc6 (>= 2.17), libpython3.9 (>= 3.9.0~b4), postgresql-9.4 (= 9.4.26-3.pgdg+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.26-3.pgdg+1_arm64.deb
Size: 50776
SHA256: 7e0d75c47d8a820521fc1aca77822a777a32dfc1e8a344f7cfc82a5b0305b6a2
SHA1: a17d1f0230510378533f5aaff1d0bedc63912538
MD5sum: a9c85936e889ddb378dcf3a8b132a24d
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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-plpython3-9.5
Source: postgresql-9.5
Version: 9.5.24-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: libc6 (>= 2.17), libpython3.9 (>= 3.9.0~b4), postgresql-9.5 (= 9.5.24-2.pgdg+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.24-2.pgdg+1_arm64.deb
Size: 54892
SHA256: 2eca2c746536703d07df0df72730e49f7792b2d6d607d35de8d83810609b8dfc
SHA1: 54e6b762ffe7aa6de66a145970c3d0cd3e131d01
MD5sum: 1825ab73abb1a79a9bdb654c8c45404b
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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-plpython3-9.6
Source: postgresql-9.6
Version: 9.6.20-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 201
Depends: postgresql-9.6 (= 9.6.20-2.pgdg+1), libc6 (>= 2.17), libpython3.9 (>= 3.9.0~b4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plpython3-9.6_9.6.20-2.pgdg+1_arm64.deb
Size: 55592
SHA256: 7394e7f9fffafc9d3c40d1d520d6faf47d1c28b05c5a1e03d1c13bedc0898f93
SHA1: 8db1a65230a4e2531b0615904d61833ec609bbce
MD5sum: 1d99654e19dd907408c7522d97edd429
Description: PL/Python 3 procedural language for PostgreSQL 9.6
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Python 3.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-pltcl-10
Source: postgresql-10
Version: 10.15-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 161
Depends: postgresql-10 (= 10.15-2.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10_10.15-2.pgdg+1_arm64.deb
Size: 39416
SHA256: d086edfcbbac61d382246b975ffd5709aaced34ccae2419d0e3423e886be9c06
SHA1: 6e6e11ffc84d60689adaef187ae8af76ed23d004
MD5sum: 70e58276ab55307eaa5540b4c9bf8cf6
Description: PL/Tcl procedural language for PostgreSQL 10
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Tcl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-pltcl-10-dbgsym
Source: postgresql-10
Version: 10.15-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-pltcl-10 (= 10.15-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10-dbgsym_10.15-2.pgdg+1_arm64.deb
Size: 67204
SHA256: bba0fc10992bfbdaf07cf070ff48da8d0ad6c63d6b3a0a4fdbcc6df80ee3fc0d
SHA1: 717f4b52341a381888d476bd6372a745eede94c8
MD5sum: 187d31fb96fa7ecbe7ae9b4812805ef6
Description: debug symbols for postgresql-pltcl-10
Build-Ids: 21ae6feb7960eedd6ee09eae76c8303489cca6c9
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-pltcl-9.1
Source: postgresql-9.1
Version: 9.1.24-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.1 (= 9.1.24-8.pgdg+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.24-8.pgdg+1_arm64.deb
Size: 50308
SHA256: bb488dbf293c460ef3682b23be9940c117275d6f4af69aea87d835d13c636e07
SHA1: 0106b0d08d8e74eb06752944676bef4350cd78f2
MD5sum: cd2ed0434a8a80bdee7609e02f76705f
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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-pltcl-9.2
Source: postgresql-9.2
Version: 9.2.24-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 147
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.2 (= 9.2.24-5.pgdg+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.24-5.pgdg+1_arm64.deb
Size: 36628
SHA256: 9eee2c6a76a8541c6b5212c958c5e8398746c35c5beb7d4643e90b0768ca0e02
SHA1: 80fbd45ae62bd4043adc6a09c899279e548e43a4
MD5sum: 1660b20a2c81bd3b494a2266883e7987
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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-pltcl-9.3
Source: postgresql-9.3
Version: 9.3.25-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.3 (= 9.3.25-4.pgdg+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.25-4.pgdg+1_arm64.deb
Size: 38328
SHA256: 71275fbde57011a90718705cb61b001d358cedaf40d970efcac7862d88ff036c
SHA1: 0bc6fb812080f2386d2788c04e991001448b1748
MD5sum: 6a62c0b37049bb9a22f454fe66295275
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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-pltcl-9.4
Source: postgresql-9.4
Version: 9.4.26-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.4 (= 9.4.26-3.pgdg+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.26-3.pgdg+1_arm64.deb
Size: 36232
SHA256: 90847d642559541945eeb0b72f08f6cfd407b44af2a5a7f722739533dcd5ece7
SHA1: 79687a7ec69a826bd6ba69e8415e8c695ccb8ae0
MD5sum: e457fd1bd8cac324efa0a66f9d4c733a
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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-pltcl-9.5
Source: postgresql-9.5
Version: 9.5.24-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.5 (= 9.5.24-2.pgdg+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.24-2.pgdg+1_arm64.deb
Size: 39464
SHA256: a3de1924511867a5e1442ac8f6ee4d9221f351cd8d8bd3ca719d4315b2876149
SHA1: d23376cd8fd9774e069f78a088538e4f6fb883fc
MD5sum: e000b3014f5cf6b7f783bf79a974ab8f
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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-pltcl-9.6
Source: postgresql-9.6
Version: 9.6.20-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-9.6 (= 9.6.20-2.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-pltcl-9.6_9.6.20-2.pgdg+1_arm64.deb
Size: 42576
SHA256: c87698f8d9caa38e35218eadaf4be81de11f0db3548bd353ba1f9786ee02547a
SHA1: 5aad9dbd98d7161bcb35eb05c3821954ab2d32bf
MD5sum: bbb6f046c42d50e3b659cca9c9088665
Description: PL/Tcl procedural language for PostgreSQL 9.6
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Tcl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-server-dev-10
Source: postgresql-10
Version: 10.15-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5138
Depends: libpq-dev (>= 10~~), postgresql-client-10 (= 10.15-2.pgdg+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Replaces: libpq-dev
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-10/postgresql-server-dev-10_10.15-2.pgdg+1_arm64.deb
Size: 880736
SHA256: 825c7af04ac05897ce8472087a593e2154a3b039c8e46336fb3cac5b6b44be12
SHA1: 1680e710590c115e19ccfcbb2052811b74206faa
MD5sum: 6ffe9de54c9d64b0fff68354b4856465
Description: development files for PostgreSQL 10 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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-server-dev-9.1
Source: postgresql-9.1
Version: 9.1.24-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3077
Depends: libc6 (>= 2.17), 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.24-8.pgdg+1_arm64.deb
Size: 560872
SHA256: 93135acaa6b8a7e1cda04f82d836086fb96e1b61c38cb786a62d8a0cc626000a
SHA1: 8b394e050e6bfa067ca3d4b24ba9095215eb2f44
MD5sum: 881f628d641656d1c054bcca6da61a2c
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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-server-dev-9.2
Source: postgresql-9.2
Version: 9.2.24-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3286
Depends: libc6 (>= 2.17), 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.24-5.pgdg+1_arm64.deb
Size: 586896
SHA256: 03b3a0eb500c39903d949975cec4cd3aecfa31a2c83084e7a28a3548dc61049e
SHA1: 2983ff8340adaca20fc15309e48bb2543ba1f830
MD5sum: 41775430d4882d68781bd5a1d3d0e4b8
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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-server-dev-9.3
Source: postgresql-9.3
Version: 9.3.25-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3531
Depends: libc6 (>= 2.17), 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.25-4.pgdg+1_arm64.deb
Size: 632172
SHA256: 0ce55d5a4e3e0d9b9d5c312a0f971598dce4c554ebf9197d7c1150297f44b760
SHA1: c00d223ffe9264c39ea44a9b3ae9a04fa93b3b40
MD5sum: 5daa5cc18d9ea81f02d731111121651d
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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-server-dev-9.4
Source: postgresql-9.4
Version: 9.4.26-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3568
Depends: libpq-dev (>= 9.4~), postgresql-client-9.4 (= 9.4.26-3.pgdg+1), 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.26-3.pgdg+1_arm64.deb
Size: 625328
SHA256: 32bcf98ff3b612ca5344507ce4b56133f53201c3278efb2d6c01189e848b7104
SHA1: a873e8e44fbd42ca92dc131c0486a9e2330acde9
MD5sum: 997b37200760fb001bb8637a5106193d
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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-server-dev-9.5
Source: postgresql-9.5
Version: 9.5.24-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4087
Depends: libpq-dev (>= 9.5~~), postgresql-client-9.5 (= 9.5.24-2.pgdg+1), 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.24-2.pgdg+1_arm64.deb
Size: 719476
SHA256: 6f48aef4878fe75d7d82aff79ec7e88ae88a4041a1031de7f5980770339c495b
SHA1: db4e50b4a8e7225a3d8d4a3e74ff2e8ed89ee7f4
MD5sum: 3097bad74cb2e44fbe6d6680dccd8b99
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.
Timestamp: 2021-02-05 16:50:48+00

Package: postgresql-server-dev-9.6
Source: postgresql-9.6
Version: 9.6.20-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4419
Depends: libpq-dev (>= 9.6~~), postgresql-client-9.6 (= 9.6.20-2.pgdg+1), postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-9.6/postgresql-server-dev-9.6_9.6.20-2.pgdg+1_arm64.deb
Size: 783784
SHA256: e9e5346d605bb0fc28e1ed06d306216211970cdbb3ada0368025d34e53f12870
SHA1: aadc8ef5a62dbf79ec46640c11a75ac2d672f052
MD5sum: c4f9b6e68084a65766a9530c10bb56b7
Description: development files for PostgreSQL 9.6 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.
Timestamp: 2021-02-05 16:50:48+00

Package: pspg
Version: 4.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 233
Depends: libc6 (>= 2.17), libncursesw6 (>= 6), libpq5 (>= 9.0~), libreadline8 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_4.1.0-1.pgdg+1_arm64.deb
Size: 91196
SHA256: 44af6afb8926c9f2e6f27e2cf486b7a8a54c1c9587138fdc7ff5c1b14de08906
SHA1: 510d058ab6d925ab460accdd5720d622d9fff293
MD5sum: e2dc3d2ce516d0fb8efcb388a2f773c6
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2021-02-05 16:50:48+00

Package: pspg-dbgsym
Source: pspg
Version: 4.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 301
Depends: pspg (= 4.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_4.1.0-1.pgdg+1_arm64.deb
Size: 276676
SHA256: a00d6482f7af410357e338922afbe861a5708fcecac9e9da644d004272975786
SHA1: b1f788404543fdef76657f77c26d1dea200b6ee0
MD5sum: a913e1fea715557af49e9d6e5b060dc0
Description: debug symbols for pspg
Build-Ids: 3728edfb1545d5338292453a15a51dd87997e803
Timestamp: 2021-02-05 16:50:48+00

Package: libecpg-compat3
Source: postgresql-9.5
Version: 9.5.25-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libecpg-compat3_9.5.25-1.pgdg+1_arm64.deb
Size: 23428
SHA256: a0cf52bb43f0c4c078372968bca2ffa659850760a7158d750a6c558325a4b6aa
SHA1: 2e02cbd8ecfb538cbeabd7940c48a8b7c560a512
MD5sum: 688b91f4751c8405bce8e57c62737b4f
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.
Timestamp: 2021-02-11 12:39:04+00

Package: libecpg-dev
Source: postgresql-9.5
Version: 9.5.25-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1159
Depends: libc6 (>= 2.17), libpq-dev, libecpg6 (= 9.5.25-1.pgdg+1), libecpg-compat3 (= 9.5.25-1.pgdg+1), libpgtypes3 (= 9.5.25-1.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libdevel
Filename: pool/9.5/p/postgresql-9.5/libecpg-dev_9.5.25-1.pgdg+1_arm64.deb
Size: 221748
SHA256: f96f4bc587d05484a931fbe76fc8194fafde86435c03873e545a4e81a23ccaae
SHA1: 0dc8700f3638c84ae98265b1f6f0ebaa5810edda
MD5sum: f2a9acfffcaaa04acd7a3b813d81ba65
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).
Timestamp: 2021-02-11 12:39:04+00

Package: libecpg6
Source: postgresql-9.5
Version: 9.5.25-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 413
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libecpg6_9.5.25-1.pgdg+1_arm64.deb
Size: 88124
SHA256: 090052a777ce487ad3f46016f5d2a24c426b02fb7683fa51a32cc00be4264b7d
SHA1: 9101bdc416dc83f3200fc074cd7e55e8814fd06b
MD5sum: c061ce6b83a62fba4565c67d6dfb7172
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.
Timestamp: 2021-02-11 12:39:04+00

Package: libpgtypes3
Source: postgresql-9.5
Version: 9.5.25-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libpgtypes3_9.5.25-1.pgdg+1_arm64.deb
Size: 44492
SHA256: 7c1fc27c07fd597990491d366fe3c32680f71fce590b20434c9a0f98ff5bc555
SHA1: eb56be3cbc43bfb1b2b819bc3aad8b070fda5759
MD5sum: 4b83d4dbd6a8a1d337efca83b8d3c242
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.
Timestamp: 2021-02-11 12:39:04+00

Package: libpq-dev
Source: postgresql-9.5
Version: 9.5.25-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 734
Depends: libc6 (>= 2.17), libpq5 (= 9.5.25-1.pgdg+1)
Suggests: postgresql-doc-9.5
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libdevel
Filename: pool/9.5/p/postgresql-9.5/libpq-dev_9.5.25-1.pgdg+1_arm64.deb
Size: 160568
SHA256: 87126c6352d9686b6f4981d7057cb7a599bd28d45f1b90241672f8333e20df52
SHA1: 712a2a605ecdc7cf54db3be8ca438f14d97fe06e
MD5sum: e7f9fcb898d5aa77e0a3d46bfb588c19
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.
Timestamp: 2021-02-11 12:39:04+00

Package: libpq5
Source: postgresql-9.5
Version: 9.5.25-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 595
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libpq5_9.5.25-1.pgdg+1_arm64.deb
Size: 136844
SHA256: 563d57c110f72c4c059c434f21ae027d89b1586193f260ec0fc93f93a84e4b12
SHA1: be9d61f8f8073c3f5997d24266b27fdf7a4c5806
MD5sum: 7ba9f60debcbdf70c2c63465f1ecd133
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.
Timestamp: 2021-02-11 12:39:04+00

Package: libecpg6
Source: postgresql-13
Version: 13.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 218
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-13/libecpg6_13.2-1.pgdg+1_arm64.deb
Size: 55996
SHA256: 0c6f655b2a59435af4f8408f152d6db943f8d8c91412a93b7061c6789256b255
SHA1: 8ac6fa9724adf8b025a1efaf3f5575c0b2874e22
MD5sum: ad185afc840d285a23b0e2d5adc6561d
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.
Timestamp: 2021-02-11 12:39:03+00

Package: libecpg6-dbgsym
Source: postgresql-13
Version: 13.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 13.2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/libecpg6-dbgsym_13.2-1.pgdg+1_arm64.deb
Size: 113760
SHA256: 632a7ed8204599d0e7fdb1a32e4e2f54b23d2c1fadc5d4afdca756bda6db1820
SHA1: aa1fc7f27efe6465b781dc9467508ed93a7e223d
MD5sum: 68ad817f0bf7e6158d55148277c2d2af
Description: debug symbols for libecpg6
Build-Ids: 099042e03d0810fd19bde37d44a3779c39802cdb
Timestamp: 2021-02-11 12:39:03+00

Package: libecpg-compat3
Source: postgresql-13
Version: 13.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-13/libecpg-compat3_13.2-1.pgdg+1_arm64.deb
Size: 21732
SHA256: a0bc9db18082d521d41a396a6258c7b6286741e2b9bb9e27400855e8a1625523
SHA1: 82e2fec09edd6bc9ac40555187977ce1584d5ad7
MD5sum: 4a17179ff0f8f663395fc7f84599f1fe
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.
Timestamp: 2021-02-11 12:39:03+00

Package: libecpg-compat3-dbgsym
Source: postgresql-13
Version: 13.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 13.2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/libecpg-compat3-dbgsym_13.2-1.pgdg+1_arm64.deb
Size: 39456
SHA256: bd2cca76743df212b9fb84dfbe96ed7964a0056f8e84d909f558bc7bce7f7495
SHA1: fdc5c41cc8465c19e38f2d0216b1cf73b5b4a833
MD5sum: 054b93dcab1656bcbe8864ed823cac55
Description: debug symbols for libecpg-compat3
Build-Ids: a9b088a7a996695f2afa05358f863eca58ad6653
Timestamp: 2021-02-11 12:39:03+00

Package: libecpg-dev
Source: postgresql-13
Version: 13.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1486
Depends: libecpg-compat3 (= 13.2-1.pgdg+1), libecpg6 (= 13.2-1.pgdg+1), libpgtypes3 (= 13.2-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/libecpg-dev_13.2-1.pgdg+1_arm64.deb
Size: 265956
SHA256: d204a050968fd508436353896b9f44844fb9db40f42d4b5ae1ee8afbfa197333
SHA1: 55031a9c5d2572426886d7c58c5a4dc40c0009ad
MD5sum: 6b51bbdbb9df2b3851628e02eb1a6079
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).
Timestamp: 2021-02-11 12:39:03+00

Package: libecpg-dev-dbgsym
Source: postgresql-13
Version: 13.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libecpg-dev (= 13.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/libecpg-dev-dbgsym_13.2-1.pgdg+1_arm64.deb
Size: 220212
SHA256: fd545f5c2c6d2dcfb6eda51cbcb27b6422db70eb8c271bdd73d3ed59786caf9c
SHA1: bd7ee958857a947319976460cb5a3a64cf6edde8
MD5sum: 5bfdcd49156df87e6073aa4b9db05134
Description: debug symbols for libecpg-dev
Build-Ids: ebe17c708f8973697975f8bc3bf26e3d4a337183
Timestamp: 2021-02-11 12:39:03+00

Package: libpgtypes3
Source: postgresql-13
Version: 13.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-13/libpgtypes3_13.2-1.pgdg+1_arm64.deb
Size: 42292
SHA256: a7a8e5052eff6d43e7ea1485ccd571dad672091e56660f648bc5a1421640ce5f
SHA1: 3a6ca08adf49737ca31e9ba812215cb790117143
MD5sum: f2f8fae9782f1872067e53bab15c771b
Description: shared library libpgtypes for PostgreSQL 13
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-02-11 12:39:03+00

Package: libpgtypes3-dbgsym
Source: postgresql-13
Version: 13.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 13.2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/libpgtypes3-dbgsym_13.2-1.pgdg+1_arm64.deb
Size: 89224
SHA256: 14cae264b6ebed2d64a0a1e7730a4e8a921936f42934093bdaa4371b4b60acf0
SHA1: d4a320714cf9e0c34975d1675ab4c2158365cf20
MD5sum: ec957f7c95ef0a4f26a81e3834fb61a0
Description: debug symbols for libpgtypes3
Build-Ids: 6330e1555f6496091fd8ed1838609b98ee4da968
Timestamp: 2021-02-11 12:39:03+00

Package: libpq5
Source: postgresql-13
Version: 13.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 774
Depends: libc6 (>= 2.25), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-13/libpq5_13.2-1.pgdg+1_arm64.deb
Size: 170328
SHA256: ffa4402511470e5a4a6a22a7e848166443264e97198d59d0feb77d527dba5918
SHA1: 2bf79857de789ea5ae25d8953f08d76676008a56
MD5sum: 70db2b0ecdaee5069591ea91cae57441
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.
Timestamp: 2021-02-11 12:39:03+00

Package: libpq5-dbgsym
Source: postgresql-13
Version: 13.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 290
Depends: libpq5 (= 13.2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/libpq5-dbgsym_13.2-1.pgdg+1_arm64.deb
Size: 256112
SHA256: dbfc3c0156f2c9df980adbe457c2ed950ec51a6a3d79beb14067c650df71c298
SHA1: 3a921acb9176475e8d30535c5b52cf2c6861f4ba
MD5sum: 76bc8ec8d5381289e0b1ddfc31b02587
Description: debug symbols for libpq5
Build-Ids: 8e995051bccc9393c1fa290fb788d04d81e5b12c
Timestamp: 2021-02-11 12:39:03+00

Package: libpq-dev
Source: postgresql-13
Version: 13.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 560
Depends: libpq5 (= 13.2-1.pgdg+1)
Suggests: postgresql-doc-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/libpq-dev_13.2-1.pgdg+1_arm64.deb
Size: 133756
SHA256: 827f5d27cb9bb564d051a1ce685eedc226d77201a668c220c689ea732fcb51ca
SHA1: cae001d47ffa22ea32cfa7e17ce39bce17992f43
MD5sum: 8915f487053ff3bedc4c0407377c2842
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.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql
Source: postgresql-common (225.pgdg+1)
Version: 13+225.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-13
Suggests: postgresql-doc
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_13+225.pgdg+1_all.deb
Size: 64824
SHA256: 35a8d35400c65379e2404abb26fb7d1fdcb8086a1568c406c74e7b3cf29ba8a8
SHA1: 0db8d419363add706c35cf8256827459bf720566
MD5sum: 6474f5512ac5c1594373d3826eb07733
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.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-10
Version: 10.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24163
Depends: locales | locales-all, postgresql-client-10, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libcrypt1 (>= 1:4.1.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-10
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-10_10.16-1.pgdg+1_arm64.deb
Size: 4905760
SHA256: 2c1a072302f7149435b1376f8f7e0b6531b8b5bb7c7cfb7115a69d24ac9a499a
SHA1: 9ee800f111da56bcd20f8ed37b66c50c71775605
MD5sum: c9be4317e3fb41a99d2ebd93dd4ecba1
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 10.
Postgresql-Catversion: 201707211
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-10-dbgsym
Source: postgresql-10
Version: 10.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13225
Depends: postgresql-10 (= 10.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-10-dbgsym_10.16-1.pgdg+1_arm64.deb
Size: 11767800
SHA256: ac4ffd6d7e8d7f515a40f4fddcdbffb2abcf02a6e8e7fbf6386bec05e98c995d
SHA1: 0fe67c1b2450472a9ec6d856d6f0e056c0ec193b
MD5sum: 99275c9234edf673f1222c81922d9063
Description: debug symbols for postgresql-10
Build-Ids: 01adc5ddba23f5062a7a1a6416d5465951cb2f11 037446d9b8bd15f9ee9e9be802769132f4b49956 05d0bb540f68477b138b8b4eb49d6d1cc983563a 0b0a2d6f19f30095b9a11776f03f41e9fb0c24d4 0c47f2485e49490f7933e01ec7e7aa5f32fc2b56 0d53704e5f0ab822d0999d298feb0518d69a2a3e 0e36b05bc6807c7bfbab7a6b4df2fc9e3dd70bed 0e589456f55709c3d1fd737d0f1c086ff6e62ff2 0f5d0c0389551bfa217faef52d014396f29a66b8 0ff160d8a0c39a54e71c533e23f19f82c4f0c497 15963351448137a64b840ac15ce8cfa036ea3579 195b5436c864eae3152766853679964aec1b27ac 1d17cec762195215223c3b450220aebaa15eee34 21ed3c35e7288635e727cfc4e5da61b3c0e35270 227e2e50ef8558d86bd6663e9ddb49e178dc27c7 232089d8a8c5108fd9ed09f93fd35163589eb382 261569798e046643d953ab026a765b1ef82a5b73 33ddd752212b7d264202d8798e5c1899003715b9 3525ceea01a200ed4f0bd48a9a02afd5e8972179 404767f0f0ddea5a2510ad6bab21af824ecbbb16 41350f6babb75a1b754c8d05780de2357bacc5b1 4538f4e2412ab7f1be64571db522614e6866e6b1 49f879897cfe5ffcfe9f90c77dd782687b18dd65 50dc9bb0a547142e72be020fd612252d5562344d 5219013015a54680768b064f592525f5d8f56dda 5568f888ab62d6dd2a3904b7e87edce9755ad7ad 574a4778a834a42e91ef2b81db5a863ccd72e0e9 5809d41fd7719ffdf7b1fd4e2236272bb3e6327b 59b87859311efec19f64b78806b4da26fee570e5 5c33c387b17f2313c0f420e1605d7149bb744b2e 626e342defbcec3d030f98f6733581766a7e3a4e 63228f7c262beb0deaba7f2628af48e89e187612 637e9b8a590d2e530c3a9b42a8c2e2322eb8265f 6386d977232ee6597a991a20d43adad28d796e37 63a3abc1086450bf03f8eeaedfd1c369e0d18bda 63dfeeb61c059a7078ac420b481cde63ff24b3e1 63e131fa40e57881ca1f30904f2dd34efce29305 65415d1a963688957c1b5844f5046fac1e0b2693 668085e079b24a9b4b0b3b6517a98b20dcda83c2 6b021c772f0516fbab4b2faa4be09613fb1cbfff 6dbfa236851a38f7deec9ae2cc2e6f4ef53edb61 6f591646d0d3fe549ec19fccd6ee905f1e8bc804 72708549a52f75a33c96cff41682792f87f0a41f 74d5e56a02b509708e0b08ed3eea86288ffef471 7925229ca37a70e452b001b194a57ee000fae8b6 7d28352563e7d3d7e91cbee8d1d4062739766fdc 7e541341e508664e8882e92874efb5e9f81118e6 821f9949c3bd19d8b75ad0575f67df137750eaed 85423852b8b8aa35fedac9ca3ac20e184589323e 856343f3c33ad77c6515e117ec362032a13a70f5 869861adba6d804682f18883ef020e89e891aee5 89d36bfb222e932041130102820171db89284026 8e4cf679016efd446cb8fd2fa056fa46c9ba7017 8fd895593ac7fcc8efb0f21c98e24a2c925fe292 90d061de880c636d561302477a38e9d4f4d99b80 9155e5e9063e152e47b2488b222e3990d13b54f5 942c4095dedf6938c78bf69a74a7d9dfe3b2ff56 9964fd906f8df4db23078cd04a98bb1400fe09e8 9ba9eb6f76d2385ea6ff57efdcf05dc8b8733e76 9bd9b8b58afb7ebf7a4911c4bde58a5bb54b3958 9e0363b47fb982b5b6f90bdaf42d4d458637fb3e 9e965c6e93caf627e7013f11e371e77c2894e654 9f85f37b25c76656af9e7e685a84ad392bfd89d0 a04f42910a5464b3580244051cb181272c38bca1 a34387bc72cb839ab21b9c9e9177df514d40f774 a5ddcab229b2696be47d641caa10c92e2b140f68 a9f19d18d5bbc165093ef30a4e63518a5461fd4b aed003a1efdeaf72f44aaf3a010bb211b64412b7 b11c6edea08f16e486ea1bd873f10d40ab79d2c9 b2215271e6bf6d4b889d25f6fe4c4da7869133df b7bb3ca8372fe7e4ab8d41d06915904810549caf b80a42b522db947c5b5c63a48d8461ff454bd7f0 c3d12c1d84e98000bb6cd6fb0594904af1d4bb0a cf70c123ce2c16148ab9571ce889fd19ddff8173 cff53b3ea2e584a68790367b941745276e45cfcf d3c91eafd0e165a8325bf9606704ee527f9102ba d503b67e6b5b71e583876a74658a50cdfd26ecc6 d9381431adde6653a2de7fa97c9fdd653e458731 de481ae9eecd9767b30b2570ada7defe2f23dd78 e15d07dba982ff6270fe523f55cdd767d54be3f4 e4ddcdc978fb80cccbf95d9125fe238a5ecf4286 e57f052fafece0d19b50a6bf7aeb0204fc7a8b04 e7e6c2cec1e9e22e527aa6e1a700b1a8e2ecac02 e92e79fe2e411cef1cac8f748cf03c2a945b79d8 e9d411de8e9a64bd5b3d9f098a1de1454c90ee87 ebed23ff670bd362b414c49815509677449ead21 ec51bf6d16f0fe835ecb74a82c702f44d2839b5c ed0135717803bb8b9fac785a30ca07bc8da50b95 ed0757e5d7859f08f8418cd1b0335b6328124c02 f075ba7e365f546670f0f4feae7369843e960085 f34cf6137a8bf2875b4b3bd73d8f4079cbea87b0 f5b7eebdff729693f9625d228261e75270390ee8 fae22ef1f42e29e13c645351a16356fc89f8c76f fc0a1a108b3c1d1e47db785caec885497df28a66
Postgresql-Catversion: 201707211
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-11
Version: 11.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48692
Depends: locales | locales-all, postgresql-client-11, postgresql-common (>= 194~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm11 (>= 1:9~svn298832-1~), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: postgresql-11-citus (<< 8.0.0.PGDG-2~), postgresql-11-cron (<< 1.1.3-2~), postgresql-11-pgextwlist (<< 1.8-2~), postgresql-11-pglogical (<< 2.2.1-4~), postgresql-11-plsh (<< 1.20171014-3~), postgresql-11-rum (<< 1.3.2-4~), postgresql-11-wal2json (<< 1.0-5~)
Provides: postgresql-contrib-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-11_11.11-1.pgdg+1_arm64.deb
Size: 15050764
SHA256: abab7365cea2db67d9f17d24ba22034297c7a881d695be7c655337bb0fce8e82
SHA1: 619fc20e34e09f68a7bab0bb6f01f106569a4aff
MD5sum: a9d61942a59c273fba8ac0a427fc537a
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 11.
Postgresql-Catversion: 201809051
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-11-dbgsym
Source: postgresql-11
Version: 11.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14913
Depends: postgresql-11 (= 11.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-11-dbgsym_11.11-1.pgdg+1_arm64.deb
Size: 13410724
SHA256: 80fb5ebfb516ceacfdfc6b63b2582656ca755356496376dab70fb4f985a9b291
SHA1: 35b026b60cade0281d6cf37130dbbfa680bd527c
MD5sum: 2fcfb26dbeec8958e1666abc08d7df3e
Description: debug symbols for postgresql-11
Build-Ids: 082043534e4cb828c9c069af192c5bf5c9a403b5 0bc63ed0dd6a0692d4d3f22b1b0c7ee1e60a25b5 0bdd63b4a9fa670963e03aa2ec754e43e966bede 0c2f4a6796c6b05cf28de3da580653972e652f92 135816da30ba38790ebe40f17d1547f6dae9c41f 1582f61c004c8a4167032fcdafcd8625b048a0e0 15b63f1dedc7ab5140f533d9f6ac2e0367e795e8 19580795c946a2f72e008822f8c01c0b1ecc43ce 1959b9f8346e877e0834e123336132e23b1b8b14 19e689f7e773f867013c44752d6210be31266dc4 1a2fe2a78fdd06e8a9ebaf9217bc98efc5b8b8c1 1bb4304649eeb0c90fd67888ab16a14c673b1f84 22b1afc57a08973a7f152990bab43d55e2e1210c 244763103c1874afd39afca5b2d10d7d0026e350 2c3c17858843a0b2b10179aab02204c20692d196 2d2ff67cc2144c4f11b39f1a14caca2dda2f05f4 2d91bcda6e7c42f89b004f9ee9a8620495f36f33 302b9b440ebe05b4fadda6d2d4b893ba0e93b652 346fa8ba42c2cdc6a4656c5efe17e7773a213209 3a06fa95b7a5df13ca348582873546e10fdca553 3c1d249a95e5c69ce80af5aa9004c09713babf18 3f6a104ce566995b8d5bfd685849f022f11b1a2d 44147e9acf7838b16939915a0846f7649ac8e428 44f143f607dc805e36d565ad981e48b3770f8d40 45702e626bf186a4a75f4003283e131f0dd09d5d 47d63cf82187d79c8825a3bd6c1cf3a19438729a 4981fc06857166dea79cb522e464d915d2ef4114 499c72eec9654d36674133db2266ab4345a87b7e 4f279ce45b47acc063db95be3479866dc6cb8e75 50a13701e88ff69d682e4e0ba1a528ac9aeea16b 512db486cbc32d07e5abbb2f3642f50750e080fd 5252db4adce6fef61cb02c79c4f09e588123c0fc 52a2862107eefd7686048f0be6f29142fdf6f28d 576819ff9391c0f600787631c199d735c9104453 5ac7cb108a88ca88d0da72ded2c2e06e280304f7 5c5f7dde5dc747acc49a59e239a74722d3e0087c 5c9e633ace314a5c98d2b06fb90b200b656b7ddc 647e67009df7bc5ee9b115930f1b226c590d3a65 6574cab64b7cc505f7b58d4181599ce809c40caf 66760d5639f19088078558ee8a72e1795e32c068 6713be51a9e218c308c0255ea2cf34368e8cd5f2 68d02b60037633e0a168182d27f2968425e665ef 694191aed402d7805385342d0bb38b6236e57919 6a5dd6b0377bf85ec90768d8bc81ee6208e32cb9 6dd084f814fd082f174ecbcded67dacdf2e8c2c0 6e4450c4149df9a2cb5be849935addbfc0699ebe 747348532de81cbfd55d44c203504cf21e78b080 797f6964ea8d8e899e72138b624754a96ff08ebe 7dcd76f4f8c6a19ba7d2f8924fc01a86d49689d8 7f1525e910b1801f40313211d58c0734ac4ad0d7 80a2d3443198feaabd9e0381c92a912355a8cd07 8e975485792805bd9e003bfd8c1c9e8977fc00ae 91217c645cd7e4ab4546a85d4b5e86b6846e8934 93b3832202e3fa82ca0e8f078900f7da1dfa1518 96ea00aac3c0c17f2d9dc73f79aa74c6458003c7 97c2bc0dbd8a71635c028f492d351281600125bf 98f0775a49c326cadff349d1d322aebacd2eca46 9acfa3f3d16c329ec2e1e0c79261cc84bb2a9201 9c9501a7e3e411e160c7a27d84f166fe0f6c911b a23908142728057d1dab18bc1b8e31a15a5259b8 a846fbabe424e785ef9fda0374f99c801167600e a87f5be3336970001df0ed70ad7efef002f0a746 a9740b2b4b855aaddf1419e60eb3e1f04087e809 aac7b9df673d07bab11b6d59a3f22d61346873f1 ab49a1b7c7e59f126892d205578c12f039de3cb5 abb44687c78c5a2a2e33eec7ae764ae8c0c45444 ac1fb5a912118f4370cd1a61381fc0cf3d244f29 ae799eb81ec955935649fd008608d6cb0455a943 af3090add7ca18f9b7ab33fa86644aed19b7ed6e b443f9507cd42f1ce6164bb4525a657655953c3a b5181c5800a344d30e83d188e296a419921cd036 b6b6a85866ef159a116c56480ec998f4904d10a0 bd462d77d279cc6c9a9dc308593245a3ed5abb52 c6299c1329ae4eace404a499e334630c328a760d c9246fd93861c377a8eb655e852f69a89caf063a d13e02bc83864e7849ea5060d1be4942eca083a1 d2f7c0cfde22dd21a56cd1a279efda4dc7fd7a23 d724d6f8be45e821c06fe32e2a314a927a47e998 dcf82f627a1f1063e0072b12956bd385543f935f dd008cb88555ca6b12d4c16fd7d205b04dac1c2c dfa35b2a96edaddc6f9088c8a85c8d2e94fcac5c e6ad4bd76a5c7acb1aa499dffe1ad34b79c8ab8b e743651e0831f1c96bd04b6a2dbfb9c80fee1cb1 ea3272808312cc4477a23f3734f0a1d5e4bf29aa ea910ca290b20be3271303460fc43c2aa58f9f68 eacdad620eb5384668f84fd68c42de59e9b8067a eb2238cde98bc1879b431915df9e89a1113ec4c8 ed20a5a7e700df94e42821567b5469c90f8e4f4b ed9bd08094e8657b6bddf650e2ca1f1b71c5dfe5 f02ebaf2e2cde578ee52f773010caa7531bd4c7d f0605662b6ec388c26c64d5582c4471b5080f74b f1a99f14093fe862a87d1cf2f7a6e436f53edf46 f2e7f120c55a4d277e67ff1c469c54ff0d0e101c f35e6f4bc49605bb8ca76030a35c617136eb080b ffb406428f0e7105a8ceae7e3f24799e1b465022
Postgresql-Catversion: 201809051
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-12
Version: 12.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50784
Depends: locales | locales-all, postgresql-client-12, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm11 (>= 1:9~svn298832-1~), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-12_12.6-1.pgdg+1_arm64.deb
Size: 15692752
SHA256: eb2497d57f424f57a1bfb04d4cb8991b6fbc48f7ebf503fc8089a1f2cea686c6
SHA1: cfd2e48d79ab210f0380ad8bc77878a5f8291901
MD5sum: e5661da36cee8514ee40dde7c06247f2
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 12.
Postgresql-Catversion: 201909212
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-12-dbgsym
Source: postgresql-12
Version: 12.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15992
Depends: postgresql-12 (= 12.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-12-dbgsym_12.6-1.pgdg+1_arm64.deb
Size: 14439200
SHA256: e1b87c49d0ef4e2f9630d1ec30aa10a7b1aef522096bc0aacdffe9e66c12b233
SHA1: 861a76ba9cfaa725712256978638693a0b7e9f3c
MD5sum: a26c65cd1bed37adb6bb83ad8bc496ea
Description: debug symbols for postgresql-12
Build-Ids: 00af61fdcf781a64595063caf5383f4f1fbb94c4 040f23f9438b73882feafddd7788d4a32d85bb68 046fee65e529a1e348e4a2a49c38bc468291ea81 0ae4a0d477244e43a5340cd2fdb3f28cc1ae301a 0be9f66d623b0b6faf025a6414cdfaf6ae0fbe3f 0c4f7819e3bd453707e5e3b6992f8ed8c9c27cd6 144cdbd06d18baff38fc633d80e85275aaed96b4 157e098e0513c63639faa1b80184e6ae3ea06686 16533679a580cf6b0351dfacd24e665894f03c8c 17e9d13db96ca871c976117bad07e6169a3d1696 1a9e55c314ae4ed50a0123cd262c0e98421458d9 1bad0f27da021426e21baa6596c25342a1479572 1c1fd3551111e4d293ae407bac5ab43ecdcd62af 1c248e5848ebf671e5242d2c4d8ca73e8a7ab105 1f395f8bcbd95dc3b1e36b7ba78b63a4c9fad1ef 238073039819556c93a86902e9164347e9a9404b 272222a98c3f410fb196ac9971c8d65957af380a 2a91a7f7f4b2ff8b585c75adfd9828ecad331868 2aefba8f93beaa811018003eb183ba9170b79314 2b0eadbefccc9e21dcbedd77108b67e6035e4a88 2b5dba27c3b03f1b9fc58983f26a3f23c36ad972 2e8a0d354f548b9485b58b3de84d3815c954f789 30941686f643d7ee61647ca507b58c739cfd6dd8 363ad0fb3cdb5ba21142988bdd8273113dae6bf4 36812fa0d0855c8839008ebcc757828400122118 38fc91830179391fbfab45258c00ee001f7c94a4 3c260a2b4d420ca104a452c2c7ef3cc1d26813f2 3e141bdbfd2b8d665cdc0e350790cea8d0e31081 409ed78cdcfa529f092cdeabbefd1796b7b59d34 40e3f85cd58cbbccdc24023b738e18fbefcd166d 454863f693e7b901e247ac6082ad566136373e99 4b062842f105cc4c5f76d2c061cab3aba9673c27 4bc8115078d2c9a6ec404a2581233b23b5a8f027 4d7386c9d411ecf37f0139efb69a4683f323ee3e 50722716ef9084a974ceab61b7332a36530f6715 5231669195c5f42957c96f1104f6fe36f76326e6 544355937fc7a252a8ae32eb314b504a6860eb24 57e113f3ac5f70591b66869da363c45cae13bc5d 5966fcb43ff9a4fa59dda74d3fa5ce8000a9ece4 5b2e223189b94dd4a22aaa0ecd6526a8b8a2d84b 6638644ae67af86d6cc4a30296ecbd270247d74a 68eebf3ca9ab86c870d314d809a0eb04e0c414f1 75356ebcd6e8235d376c360d02588e8a3e2fc186 755df8768abb5d24d8ad9f30e0afaa1cb6cd8328 75caf6584ff510669dd59c9cae39ce8743441887 7c209c0c2f8a126e602495f250e613032f74327c 870e85b529238f6b06b80d7d6271a6af28a28861 8bfe0c92b45f0e0544426148bc4f50f687d8a758 8d6dde7b42612e8a988b0d3b095e7bf15e6831ca 91d3b740b31e3915c59d997205e7e19d3034cdab 93d4a5b3bb4dc681988f94942960ad1a48157424 9486fc9a45f5066a9c908a382ae0f6c2fe16d2be 94faf9ae9b5d7eae0ddbb41fc2d16bb25ad5b84a 9c7a3d92277de68ac81d75c0cfa9f63e46917c7f a02006d39b6f3ca1912ce749c4138f6f6fb78f91 a1b7ec0dcc7cc2124650f963b8762b6a1ca6c4d2 a4a521bbdb6115cf63e7217f251e5a1e01d93d82 a4c91709012dc70bfa65fc9e435e8d2289ebb6ba a6ba86a9ebe9d0ab9223995d69e46174aac0d848 a7081a0759651c3c7d1772a172707f8a8ea3dfa4 ab406fff2f54865728bdd2e815f1bbb787117af6 ad737d6f5e43170a251a9246f2d5e41492c3ac2e b205021f441a18e200b2d3863af8be94f53ada84 b237439636229533e7e99298e6575db8c96a6255 baeb22c77cd6ca9cd68d54af1d4ad0450b54ad9b c0e0bab422026844ab60f4a34a82fdaeefb57faf c27977a2f7a70c1f1705136318edb5006a05cbf6 c5fcfa7c068a12f563ba06099e1a7220de2de115 cb97069e01b3eccaabff98a6e4defb28471e5248 cd34c4989b6f9814d3331cd180815d6ef304344a ce755494a8a80c593fb716f07eb0fd2bd3cebb45 cf68c14df35d8150c848dfbee07eaee2db1b9dc8 d100e40bbe0686575454e908b61d724eb91085c1 d27d21ac3888b48c15bb142ec22eaffc8a82205e d4b35f6786ac40e2f5904d489a86c9e5a93b6bc5 d590960b0683438b5af44b886931a930cf0b1a1f d5b4452fd364d039f226e8b0b02e6022de4b42cb d6f95149496ae2e6f26d7fa74f96412c991e8773 d8b9921547c5d76a1e3575093c3aa8261e678897 dd1b3e956f0c5ef7379d2596d8219960a824eb5b dd79e8e2401bc1f67d3e33319baf071ae5b81b95 debe128bf553f72a2c6385d51da7946409f4d442 e123b1b5a38bd23bc829d61494854cfb85adb7a1 e4dc0b63c017e1b6b3d7078053152f442c2ecc6d e7ba5688ea19294c7da0427f5b6b3ba2b50209df ee8d9700cd1f41807d03d1c478e6a610e5703139 f2a5ec6c78e0b1d36fc2161a18171d14936c9259 f42a8d68a80fb9e895d9d0d5869fd3d6b175b611 f44c5c9462a435a6ec734bb3bfba637a77676bd8 faed115ec919b4c6943dd193414f76912b63dd06 faf9c8135e250dd7ca74d84fcd36c5fcf40aee42 fd0388a19f4c7e276754ea8f8a2d6db90ffe723b fd04bca4784d21fdb5216bf4aca347e81544a34f fd60faba47144f402ef93fe8f48de97389fa66d6
Postgresql-Catversion: 201909212
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-13
Version: 13.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50510
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm11 (>= 1:9~svn298832-1~), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-13_13.2-1.pgdg+1_arm64.deb
Size: 15979352
SHA256: aac2b16a25eead61c7d094a0ed5e5096d20e04cdc3df61482c3d27c1b4a2a3eb
SHA1: 1be7add0e7ee88eb066982819440ba73914520c5
MD5sum: ade2e50caed94775f138b066442ea288
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 13.
Postgresql-Catversion: 202007201
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-13-dbgsym
Source: postgresql-13
Version: 13.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16775
Depends: postgresql-13 (= 13.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-13-dbgsym_13.2-1.pgdg+1_arm64.deb
Size: 15174576
SHA256: 9f61d0c9c848611d4c62ef4f7d9bbc948e5a718e952595daec3d1dd46f7876a2
SHA1: 28795f92cb322ce855e1b806414e7463057c2d09
MD5sum: 7141b404cb81789050db24e275f9c61b
Description: debug symbols for postgresql-13
Build-Ids: 028fc89fa1edc2ad61a93a80c116475431ad3a11 074790fa2daec5ddb830247ac894e0a14c62270e 08b89c374bff9d5f5b864a0a13f5947a57ecc046 09f55b31852f60585d59f4554833ae061f7d5223 0a6d255d014cd94a66e804a1d934e35929b72fcf 0ea0840eeff18a03c2f6f39b4ec33568ef840cb1 1929eb93736ebebd175615c1e806d5610af03414 19361d020e30b8d8259c166813766028ea63c4cd 1ab788e431922efd1771dccafa869a38373e8cd8 21c42ae02be9cebad9410d24db991b60221d9d3e 2331a9d43ce3f7938a0327d14ff962a077fe32e6 2721e1d8b6a6395a9f0a7cbd87d872856fbb1755 283d28ced29ba0225fcd3c4e7b012ab562c62a44 2c6d4da5c4fcc23013579e89aa67a5223ef5ad48 2fe569d4ec3b0e473da89e3a128df2d4997865aa 313cb91168f810f59c998545a8954f96cc5469c3 366c62ce7443646401d06b7477cc7aeb143cffd0 37356c91fe6fa21d88929a175bdefbe4988b05d8 3a7ae6f5b1c1e925e117a67f822e2d7709ed3d4e 3b2ab80113630ec9c711d023a66ef9b403738199 3be597896ec0d19a950717a95f81616c71752dfc 3c1cecb1e7d1d223ec8c1da4da5b34980eef9a5e 3c66cacb0f56f0c7c3736f227846c53d4c4e38b3 3e3df109a2ce1f5a33ef03bc66c90d348a8900f7 42a146842a8f818e43c81044c0472ff4ecde093f 43f933816cc00b224364fca28ebba69362fb7a47 465b17037bac070d2bd006c6fd5241a0a606867d 4e2acfcd453e24013591e5542c71c293f871eda1 4f918f3aa7117dd18b149bbf35250527ba08f239 5292181ccfa7b89ab0fdf405ad526d1417b90f35 5560ac39b1aade3dec3754af349155781571c1fa 55ba1b06800dcf60b964ff77d4539690e293e1d7 5df789200b1631599e3a2b5135c50f76040f49bd 5e94b39dccb1ff2ec41f28d9507ca6a13e4803f7 5f2f294636475e725b2f7fa036f0d5ede79ff9ed 61ef0127aa2e5b83f22c1a53a553913d4e946baa 62459e6b4896523d4e196a8859f7e55f8f82e14a 624bbcd9e3dabc3f5f592beb326dd96ad3be14b3 63c4278b022bde19e9ff8848ab91a3c53ea276f9 6446c06bb369364ce41076f330e4f48db63c02bb 67bbc745b8768c5afbb3ab8d1121007c9dbb11df 6838967df4264a963b72e91f9b69e1a07aa07cca 6a4d7ab5c3c3201fc8eae21618c62333d75957dc 6d6f54132c8aeda27f5802184123655083f68956 72e5e44d2a7a7afb0b2885d4dfed930b4539bc4c 751e7e909a2314d6b2e8019f58811b7e6e9b4db4 757c99b71fe778b79dbdb78155c786f77dc4d951 75e4b377802c3bcffc94af7258acacdc70f5b7a0 7aa59924521b28c6e741c6c9faf40e1d8c555203 7fb1e66a34e371d6dac880cb256eb621eca25adf 81d7ba37e1529800d2193c8ba9820b759c137443 8219e7cf2d7b0b396812d8a5082fa1f27183e24d 86851b397d869ef684a3fcd08e931c52fd78a4b5 91042c51627bda659c88773922d7beed99bb3d29 94e7b931edc5fe8d111cd70a7a0fefd407cf2c61 97bacb9989cf1f2c8b96a84bbdd00b17a1f4ca7b 985b202b62f3988c75fbdd65701c6027a1e003e7 a0effd3ebf1f90c2d7021ca9a99165268eb55869 adce3ec854d86c1a7e33e7516e9b6b7d039a600d ae415af14045bc691728e232d0b914e3d76036a5 ae54f3053988bf45f2c8bf80d3b49d62f9493ffb aef4dde94d7c956c08d67bb44cc8c9776ad7bce1 b08d4829c28d46c0c8b4a851ee1684cfd7e62b66 b892786380324555ec473afa8b40bb3311b5c827 baaffb733305344286a152f0b912ef5b392d560d baeaa62a52c947ad0363390b441579e6fd58715a bedada760bc8a093e949de45b79f5939acc898c5 c04f2ecb7436d40f75e80b06fd61cf3ee0340812 c36bac54d949197027276b2959f82bf4eb5908d7 c5bff87c2fab4ddef22259c040016ca04fa87600 c63010811b5702eb318e8182a9620c565046c417 cca9ed55ff2896b22f8c84a13d1f095f981fbc8b ccda15f3912ac40cf5038b181a6873490efa4fbf d60f056af6eba744ee7616d9520816e2605ec534 d6d65e45f97b1691209b12727851fd4b627d4363 de58b547779668dda1f436c3ae7ebfed9331c72b de70c7799ed4415d46c21449e6e92617bc0288d6 dea80e932a1bacbb23e1255a996bcf4598d887eb e514f4011178ae6699d57757f37558f232f482ca e59a548e817842bf58e1a2c4c8d706e7870a1aff e5a3948c636b78e7515467b46d21079cc2ab5b16 e6c8e5711607bfef9f149d1154b809003f4c3738 e87d0eb11a08167fadba3eb862e6aa1c7a526866 e936a51638b6e6383f36467cf6151986be2e4229 ea57e27ef780eb1b35e9cc98fe55af8a6d22014b eace0abb22d484e3a7f3598ae719cea2be6e61b5 ee6c92ed7bf523c4ad9c92e5444d81b6d45abf73 f2fc216dd095b61d630747782e40e3ac6ab70882 f3d0468880773701adc3e0f86172056cef932678 f4e3cc72b5def5801c25d3bc85e5b658f125d0b1 f76ed4f89ad56dbe7ee55db5e5d57fa3a7327832 f904bd3b2ae2534c1e5a0ba506cd4a45339c218b
Postgresql-Catversion: 202007201
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-9.5
Version: 9.5.25-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20236
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpq5 (>= 9.2~beta3), libssl1.1 (>= 1.1.0), libxml2 (>= 2.7.4), postgresql-client-9.5, postgresql-common (>= 158~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.5, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.5/postgresql-9.5_9.5.25-1.pgdg+1_arm64.deb
Size: 4025640
SHA256: 447d2315b1b1278e65a6e7eb5a16695bb1a3532ea5053f78eaf009518729bf2d
SHA1: d8ae2a658c23b4f9183da852a41d8d4bf5a0cca8
MD5sum: 827718cf22d947d471a0b31c4defb02d
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 9.5.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-9.5-dbg
Source: postgresql-9.5
Version: 9.5.25-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14308
Depends: postgresql-9.5 (= 9.5.25-1.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.5/postgresql-9.5-dbg_9.5.25-1.pgdg+1_arm64.deb
Size: 12467560
SHA256: 9713f9212a2e3db9ec6b85cab5f2f40071c88c75713f172657b552bfb104745e
SHA1: 5bdf5f2330aa7795b8c65f1ad1f03475f86b46c5
MD5sum: 88c2a101c6e4e810cfed3a53bbc0f20c
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.
Build-Ids: 0288c856e36823402249a5d0668054b16cc98ae7 049e301e16f2b801603fd92d457b7462bfa04fc0 067bcfe70b527de0a919a07f213823bb1815a188 0750741e3ac84e840785c80868cd5f964a1fcba9 0f2300f63d2fb0203c8d1bd8ebc6d7165a0c61f7 15ff998f55f695375289d5e1cba22c7c31d3da15 163708062c3bd677acf06bd1dda8197e8b0858a3 164a7f49073e9855db45d9e4a5eb93c913f50c5d 1d5e252f495d97968edc639f7e76912918ad9bca 20ecdc16f4a31a22a53d7760d4c7870d641a8867 2444526e36da9c1fc7f761332774db3fd66bc1cb 3179d9726ed2dc8ddcde9ff735e5bdd0cb1c799d 3590958301fe9e69e278fa65d056a5c35f90bba3 3843e4cf0eb721173d5214afda1128536816a1b1 39b046c3e16c2e78408741cf2803a3b5dd4e32a0 3c6e3ac3d96e9cfda238c9cc3b0405bb5bd178f1 3ccf7038858197b1b9a57f1bb618613ec1ac408d 3f58c1f18dc570b7698fe1a7a97cbaa8d00e4d64 401751e0da035b10013d1e0a235dc9dd80cd9226 415087e8548921c77ea762fa4e4c7561fee460bb 446aa165cd9edf7c0d3f43d5654988e21bb3e4a4 44c53885343ffa0116cfebc7669cd89a9e23b6a7 4558cdee3b3e60ba2d6ab0c517566e0bfc981755 4601bafbb8d5467a30e2d5018b475184522eee49 494e4aa062c2451daf0afe6b59971b9e6f2ecf3a 49fc6c531d85b65eebe3b5b932834dabdb9e5fe5 4a69c5b30f4b1670976de8aece8b78395cf6b2e5 4d7771da547acbe6e9ccfe94b006c305fa10eae1 4e651bd96262f2596af1aae2c6b027d6f40ee966 526a9f070250ce048805f30ba344cdf038c0faeb 5b199e858b5c4cbddba4df5a5a084d40305cdf53 5b54a4a1f8d240da7a0837d8a84926fdddd964dc 5b75f361b824a509882fc897c0eeba6867290a51 5f521a8ff7b72701b33bbbddb4b5cc6897196ac2 60fa81b2480cfb87ee5dd81790e68a19dc4ab7a6 6357cb38b16b457aa9f9f3146289af952562fb2c 6554ba93637d939e458033e3295402a12c2a2883 665de0f3111a724d0a92f40532f26bcdff170829 68bd3c2567c3756e4d2e2c2f323c2433b1c6151f 6ad3013065bb6f0bf3636ac9270446323ea71f3d 6dd7a899608d98ed4a57e40a4a3c7ef3e14ef4ef 73fac60f7b403eb3cfa44c7c0483bddef9a6a4f9 7593715dc219817a5e0ab43d5ea8e14e154832cc 75d3aa64b2506b62581d0e69a1a7cbacc11b3fcf 790b76c6128909d170b162c3f886eef9bf40421e 7a2870bb2b65aa5a1ece02ddf0c41186e3f6078f 7bfaf2fada869355f67eabe31e833c5e984ee9d1 7d39fc46049201db6d1a546d184da8bc3451f24e 7e89cf18219b9b62237b8e5e2ccb3ea99458cc9b 7ead4de4e16a05d6ed175c05482e9b410fe79107 807113c8e5b1361286ae6f73c1b4dac026fde4b6 817d142f821403b1da65c882419004b144940c57 8390e37625696bf844e28a7a0f9edc4527a531a8 845285a8130bc6a4cb2a334fd0c5155ba2a99fa8 848a14d6ea74d0226d4406a065da7ee9d9595203 8552b85234eedaaf58a77bed50704c2b4eae2e2b 85b4229bcbc492addf56c4a7009f1a0c6d85f1c9 86ef8d4819ff70e65df51d80fe8b844ad3a1c702 88720f6244715db898e51501de188eec2e006b4f 889eae88023f21e51787101819d9472e89fc8bfd 8c45c7d754cf53976a9f4b69e2fc8a118ae42fef 8e412a0d802c67cf7df78a5efaab0be7f719f466 8fe4cdd9c0f27615fab354976d5f887bbe029b37 90c44e76a20a4889562c7f7e6fa9da8817828144 91e72f83295721eff8629673ae13dc4913fdd319 933a9135a88632acd36960f70e0aeed674ff28e4 93787211495ec12091f88539e8b9aff9a0372dda 93a4a601bcdb146c00283e3e8b003cdd1b8dc6a4 94755859a3a61320d8c58a4f701cf43c2378c69a 9495ffa5c3b01b868a4754a15f87afec110d3272 968955429d57a9dd41616c6d2f5f74687ef46828 982cbdda6739fe4f7907bbbed07cef5c8a0bb447 984976c129de1bd501ac185efd6171fc5749d7ce 9906f51bb46224c56977d42493afdac397e06e13 a055e912c759223826cb1b9938b55ac13c01f1c0 a24899152934b02d5cb80204f2dd41cf242bf94b a66ca2b4e6c6bdff31ce8bd861229411b30ac6ec a6cd0a2ef832b2eb1363ef51d55daa6b9cc98de4 a7a8f225b8094a90b234ccc7efeab04dda1968c1 a96c8e4d157ab635cabc05f52143ddcd0cba9ade aec147d60874cd4d1e81224ad94e287ebdd47535 af05e444d9ce95beafc843a2d01be021e8afacd4 afe0e3c2e8475ed482744118e99a0cc2a5cf259b b02962ac521ceabecf42b359229a14ccde1ddb8c b1acc26ec2b523c9879daef007061bd0fee05063 b2b47d54e6da6f19b176e2a182e1e31d533fdcbd b56a940974663cd511f8cc5214247a00d4d4cefb bb5eb10ffee2ea48d18cdc2560b5bab5d88725ee beaf9d84471ed849c75a1aef3390cf10980811b2 c3a19adaccd40ad4ee01bcec3bc9543271046b17 c3d138c78c005925c19a0f56b0c8a907e59ec354 c4d670f63ced38c390719cabd7a9282aeed02b96 cdb7d1aff135e65e97c7e50322b361d86ec237aa cf5c4925d5024705caecd8ed25e665f5deefea53 d0c6b734165de2d79d99e88bf9d9a50601064a47 d0fb34d92ef3769db5a29089283f356f02030967 d1e8ff7d0e19f9fa09af689665b8d9b125c5f501 d2695e0a845b2bdf2feb2b5bcc5b9cf135932624 d280b93501e28d59e36a97a846389a65fbda25b0 d3cb1da39dd747bb78b2deb5426c0bcaf9fd216f d51d68dc6a3888efc923d584dbeba955a1ac0245 d717d42b13e8f43d9ffb76c9033c605f5709ea59 da49895107c2a7eb1008b3b9c6c1f2a77b6c57b4 dc2ab5f600d4ec02082850d625049ce3fb5b2c8f dd035e4940907ffe8b671d4cb5ded5543d75b025 deb88c86fa7a8532d2b3e754762a4c0cd34a8170 e2b0e54b3822c9a42de547da59883b0176f98e55 e69f7f9e7c4b9328cb978dfee59aef9ee580cdbc e796af8d2ea43ab4ad2a6390ce8ac8084ce2c756 e7c056dbbf70d905613fe6f20d9c109641426fdb e84bd8e835e50546b3b07d67b79525a8b332115e e8979b1c4d4e459c73782135a4a04ba63c981ed5 ea753651f8e6050810987dfcfc145300591feb40 eafded443dcdded0f5881bfbba880507a1d52b91 eb197ef3e3aece4c619ebf9db0d3731c11217fdf ec2e85f07906da6a5f8eebb17a0d17f65652acb6 ed1684465403b25a4fb4b011f429df64c894a898 f6ee8238510804f2ca1934d74111a909d611288c fb248e9dfd0d7deca5542578bc1a533f8f5b9fc9 fd1e7b3fdc62b89e5a2fef250cb09f73f0a6b5b1 ffcddbd3c54096f635d8c012537327b119afbfe1
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-9.6
Version: 9.6.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21903
Depends: locales | locales-all, postgresql-client-9.6, postgresql-common (>= 171~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libssl1.1 (>= 1.1.0), libsystemd0, libxml2 (>= 2.7.4)
Recommends: postgresql-contrib-9.6, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-9.6_9.6.21-1.pgdg+1_arm64.deb
Size: 4291856
SHA256: 3b7e772bd43bcc34cbaf1f0906345aecc749f4321396498ba8174801a9e0f7a9
SHA1: 259d5df0704ea901f523b59e02658fb62ad60e9f
MD5sum: 1df307e00a8d96c0a7e1ef4f9bbbf462
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 9.6.
Postgresql-Catversion: 201608131
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-9.6-dbg
Source: postgresql-9.6
Version: 9.6.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15020
Depends: postgresql-9.6 (= 9.6.21-1.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.6/postgresql-9.6-dbg_9.6.21-1.pgdg+1_arm64.deb
Size: 13144484
SHA256: 474bdfd7a82d2cc2fa3ad8e613365c855dd24f8c441a85f4df601d7108e5c0d4
SHA1: 4fb03e847822ec80eea58b359f9d7bd71645dced
MD5sum: 69ad70e518fa56a620527b82034e3aae
Description: debug symbols for postgresql-9.6
 This package provides detached debugging symbols for PostgreSQL 9.6.
 .
 PostgreSQL is an object-relational SQL database management system.
Build-Ids: 000cc151ecfdea9a3639c1673935b618fc3ead00 00b54008857f7872a6bebfd1e013652d1ba2248e 020ee93483254a6b4f96e108ff7e98415421f63f 02fa792d52e19303c721d23a7a7aa7692ce35d5e 03c92b40e4b4665bb2bfe7c44dab122dca04edd2 046de3aeda6422207b52c75e52d6d7b4a58a7085 0a0d13f9ea708325dbafc44700ca4743dac9e74d 0a87d089dd132c7cdb8765a950c84cc8f2235b9a 0c935b497ea3bee6fb3c484ae2e629ee6c437562 10161c6ef3cdc6068c1b7b2b0127b0f323c46e7c 1496fe11d1f5c22afb9dbe68645c8bea337b58d0 151a619a0113367698759050900a561a07ab22a2 1625b8abd705f636c3bc67ddde71acd89c2b4154 1972df8b73c5074604c2dd0ef267b5e2ff226bcd 1b3f4add815e85df9cb4c5ba855cdaf5c207a92c 20773cccfc8f86ad00800e8421044caa87e6444e 220b47b8a12ada78f695b131cd907ec682f99af1 241e5c58ae18008d54ba528597eb76780ba5827a 25a13a2eb2e9b31601209687510b03f1df686fa8 25c5e6d99dd1190ed2c78166ab36ab0380b7a251 2ade926b3e05cd5883335ff0209a7ee1b16af0dc 2cd17db13b52e7b76d14f1c8174d35df6b480e82 2ce7be24cd5683b76723bb011f7924d96303fdcb 2d965996bdc04568295d5a7f436a48b17d7797a9 2f2f1720fd648611d35b5f9c35a32a820c8ff983 351f1730581c611bdb11c4567cbab3401438e32f 3679a2ace4dd80efac7efc43946266024f2881f6 3a4b4825aded2027e78ebf32096f9e945edfd592 3cb1ca6c40c8a41699d3d70489c40c0f04b678f5 3e108054e439123ac21e822937288b48b37a7d99 3e145f0cb5b24d0afcaf9cede6f965e5f1175224 428d3b2612888ddd755d696fb89fd32a7d59324e 43ed762cb7be146990ba14e3e56462cf548a22f9 459bbb33c95ad0c32cfdfc0e01213e82a57326a0 45e3312434c02e66b2f94e3b66f97730222a3463 484df7910fb15efab20d71b7a3238247605f291b 4866f653371fe46ac9b51cc522c53cdcfa67b3a5 4877f266bbe50c9058e150f375461e557e4b434a 4a6317931cd54d10684ce145754285094ac33f9d 4b5a97053cc4eab57626ab39fe5c45367e3c194e 4d446051423ee03ef49cb358b0eb29d78b33310f 5028d6dcddfb5b83f4b370dae7cc170827d6fab6 5098cc6ddd5ce0685286a75ae6442a0cc892c7b8 54fc80b56712290ee0bf1a6def611fa55be52b87 55677f5bb9967b35f0b463929ee85254dc93f2a1 5a6f783a67ded981f086bb07cc663248c5363a59 5ef55ac61d85cfb39541f1bc121b0a2b7a167782 601fee34bb0d4b49ea4fc3e0811210cf7f600e09 62d03442922817f977925310a4d7647d8a57b365 634d7fb5968066ddd87f19b3e1ee896c2ac4172b 64569e22cef6eed6242878674e3ed7252474f8cd 64f902c03c1a3ebfa74368c206e641fd0df0bb67 667a18cf16eb2a63869e8f63ef0449555c02ec1a 67a667734a64200af20ec8624fd7802a3c63ee8e 6b11e4e45c4a5b9d8055ebc645dccde2567b2e73 6b26052ce10e4fa38a1da6fa7fb142707f431f04 6d8daec1061448ad992a6795c1cbe0b963185df1 6e0cd01f6523613dc1ae1a68a19b050b16ddceec 6f6c800094f7bacf7d9c5c4d470b6769ab3312fe 6fa651739c19b6f881218dba8f96cd544f50767c 71eedaa2a8a08360b2449035459394d96af1c595 7321c6afef8fa5e812d60dbc0e0cdd163db9709e 742d9dd9805ad0fc07589a99007ac025586f962a 759b3a5a181d7a1cd9a70c67c3de4a2f6d250169 77a02c623c32e18e44e25e7d67037e02dbc8753c 78fb7d619e7be8e556f9fa884b81083ce5ae59c1 7983b710f105d41fa2cdf036aeb6d929a3aedb2a 7b31387ee94e8a867d2a29e667b5c47310efaeff 7d2f5eb6a2da59e4fe9ee50a5f1cba3a1e7d9663 84ad82a7775ca7c820a494426c800ba20af0ef62 86998424a4d40ae10f1e091ce67929c22efaa420 8bd265e9e719153cc69df207bf6da490c107c141 8c8a1126666ac4986a054c4c59731a65469cd785 94f5b7d54e96573feb50708a5d40c3c9b514453a 9500bc5eb6031981fb735b44d68107a3885cba14 971c053bb907ade39551e85fd040c757b2b790d9 99b6a8087746f058a6cb045a094477478418c1d9 9d1455eabee9c6ac40208b927bfef08e49a17307 9d8b84542cbdd3d26b8b9c673dd53be928ad0ac7 9fb879e5a3f876a63b49b54d8350194c8aec960e 9fe6fa1b70d0cf8bce59f6231f40a18b38d29c7b a163f3c6a3ff88d98fd23c79d7a5951e85d8162c a329c2d4f05e6301eccb7e6a35d60c4df262d022 a64d4b0dac044788356024b32daf456e3a2d4bc7 a7d258227559b831c589423633c657a89bfd5254 a8797504e97cbce9e681b36c85b75cd7d597220e a89f120768e2ec823990257a8f8e6565c2efc0ae ae84c24aca0133cc1c090a5fd733c654dafd1868 b4289ff9de02cac3f72112298eef1f46ccf3abbe b6b4ce35ff4ee7a758d19641b5200e300e2fad67 b7371b81f9b0c8eb87c24f6b1ad4028c2956b543 b9c1ba4d81ed44f72ff12e5c58e06911b8168b53 c4bc2e94abdb5187db2ef1eee2dac67feed5b859 c7d99d59500aa21985ee861c1f6af73c9eff1c0d cab418c47a36eb99f1c1aeb32ab33342607ac72a cbc07575cb81a170a793f44eae26cf6288a13fac d32152be9d7de0aa1c65b62d03e48153b6d088ee d3f8d91fc171413026ad80635afdf7f93fb9fd8a d46eb5534b3ca0a4a51a71c0dc294e0d381e84f1 d559a41b36f74140e7f3680743f918063fab7508 d71385beeed8d78171a0f4c03f969669c28625f7 d74c7256c3aacef87f52adf1bb2db3aaf993ce93 d94161e9d997b80c5e7e639c96309dc6884723b0 de2d8846168dcb413f7346a82f447552bcba4ade df4671c246f5a01cea14550a4696ed714759fa77 dfd69c14d54d9d565b1051bc065a5ca31b570b84 e0dbf743bb6bf5221a00f007b22d585d69655f9e e3a644800758770e20e88d46118b4d76b05a839c e43f1840b5e47cf0cf67ba0b29d692ed55a40f69 e5f394acdcd4473bbf37f11e8a82c063334d1fef e6d81139b10b94c63f1c86d61ed07f543099ded4 e7d4c4373c45d052395a1423b915fbbf1166ae71 e8b80aed1d33ebd69c34e73548d7a12effe429a8 e8e7fd8ae8f6eaeab3638efd4e1d9173c110ab40 f1a54ec6c49b3f4a522b2fb6fa96b3e48164171a f24059297263561b98a522a5bf4b56279282dbc4 f37368fc06bf0e94a049ac5a1092870b7673b55b f40402fd1cf7fa82f273efbbdcb6e79ac32bb9f9 f4f05d869a2f62f617d6d47b70b61fc0271294d1 f6a102f4e951bbb0b33ba9f9efc88ea600672a96 f8de55700534dd38f5b2c10f930298a2031b7193 fb1a869844fcfcaf4c81b804b2dbf7085faaf4fb ffa382a4f37d2c57d2ec5711ec49a9e96343762b
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-all
Source: postgresql-common
Version: 225.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: libecpg-dev, libpq-dev, postgresql-common (= 225.pgdg+1), postgresql-server-dev-all, postgresql-contrib-9.5, postgresql-plperl-9.5, postgresql-plpython3-9.5, postgresql-pltcl-9.5, postgresql-contrib-9.6, postgresql-plperl-9.6, postgresql-plpython3-9.6, postgresql-pltcl-9.6, postgresql-contrib-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-contrib-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-contrib-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12, postgresql-contrib-13, postgresql-plperl-13, postgresql-plpython3-13, postgresql-pltcl-13
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_225.pgdg+1_all.deb
Size: 64972
SHA256: 7e1862cf0068c96a37b2015d5c4d6e414558cc66aa57d6cc5aead8fa37837a55
SHA1: 0dfe9fab486cc915b3182d9da198394f78dfa9ec
MD5sum: 79e8054a1dc5c685b593df15700036cf
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 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.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-client
Source: postgresql-common (225.pgdg+1)
Version: 13+225.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-client-13
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_13+225.pgdg+1_all.deb
Size: 64840
SHA256: 4b98ed1c45a968ed73a1f48a987a169111292b3b0205be540bc82888ebc64892
SHA1: 6266eea67669d909c9a3e5229992b3c53496a479
MD5sum: e73c1a27a72d8a7d9b7642922982b2f6
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.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-client-10
Source: postgresql-10
Version: 10.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6339
Depends: libpq5 (>= 10.16), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-10, postgresql-doc-10
Conflicts: postgresql-server-dev-10 (<< 10.11-2~)
Replaces: postgresql-server-dev-10
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-client-10_10.16-1.pgdg+1_arm64.deb
Size: 1413820
SHA256: b0dcc6ecf5a81c21dadc2c0410bca3a1a9be366182c82e141bce3d2e7f9c8e58
SHA1: 3a5bc04d435624840b7b783a2c683c8ee9d1a455
MD5sum: 1ef1924f2b3222bceb4c3b1c9cd0718b
Description: front-end programs for PostgreSQL 10
 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 10. If you install
 PostgreSQL 10 on a standalone machine, you need the server package
 postgresql-10, 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.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-client-10-dbgsym
Source: postgresql-10
Version: 10.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1930
Depends: postgresql-client-10 (= 10.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-client-10-dbgsym_10.16-1.pgdg+1_arm64.deb
Size: 1608616
SHA256: fec97abad4211b243b5a264b055afcb1b5250785425d71245df2b1741f05411d
SHA1: 23dca62609d29b904ecf2f5188e1325094d180c4
MD5sum: fecad414df21905fced93f0ecb8ce96e
Description: debug symbols for postgresql-client-10
Build-Ids: 3a497d11f457eb0547f5466b4fd00635ec12c9a0 48eb85e2ee9113d44bd7ba0ac66e028791be4ebb 4f64cba99dac70154c96e7730f3f876820d81223 6b3c7b24b1b85b11dad86761c8009fa6fd82363b 711f1b964b57a2ccfd5e7db30da4b5114665b1a4 7c49807d10ae3051fc6e53dd09c72413b245dc00 8b204aa84e6835c31953e16d6a6a11973c2b1416 999d73fcbce2ac1731e2ca12304055a8ea8b0e9e 9a051dc70426fd6e7957fda336482bcd4715a767 aa43b6fd3c14988717e8d46368b3f75c596cc762 c9551ffdb55818cc66e6752272c56c0f7fad2a31 c9cd8a0176f7c56a85991b7a932ae4a1e07e78a3 ce262f5c042fc4269f6d5852c3c43a02ff531cd2 d42b39dbd32307e09048afd43cafb3a508561014 df253ffbe9881a797f3745d99e9c9b265c3ed71d e8ffe4008ae82af906416c1051bf54f47191d3d1 fd5c5de85d646747f4703e855243c26d25edd9ef
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-client-11
Source: postgresql-11
Version: 11.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6569
Depends: libpq5 (>= 11.11), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-11, postgresql-doc-11
Conflicts: postgresql-server-dev-11 (<< 11.6-2~)
Replaces: postgresql-server-dev-11
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-client-11_11.11-1.pgdg+1_arm64.deb
Size: 1459764
SHA256: 94388631f3785adcd32151cbc0ff13f5e92b2416353882447a6feba005aef824
SHA1: 6d53e23f90c6e92e3810e8ba226f1be54e4de7b3
MD5sum: 504769ccbbf09ccefc9c4ec85c76b7cc
Description: front-end programs for PostgreSQL 11
 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 11. If you install
 PostgreSQL 11 on a standalone machine, you need the server package
 postgresql-11, 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.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-client-11-dbgsym
Source: postgresql-11
Version: 11.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1954
Depends: postgresql-client-11 (= 11.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-client-11-dbgsym_11.11-1.pgdg+1_arm64.deb
Size: 1631124
SHA256: 7671272d6b3b6cfecdfaa8d947ef51d1c0a1dc625b41afc2ca96bd2d156fe32d
SHA1: 26b5b67e795446021b196b50706d16abbd5b5e4e
MD5sum: 0313d8cb8de67143c6d56ab786540c77
Description: debug symbols for postgresql-client-11
Build-Ids: 0ed33ecaf2d06e771457f7162f52da1fde465991 208f56c7fefb484991574459161e4228971de003 42d6d830463a0fed9a0efb9cf2d07bbf25017816 4d31cd36f422fac6a739d7f0aa5df4cc1625543c 6beedd9a6bda459f69cdacc72ae537d018c6f481 87656c7f2a64f456f95c1404b217a6ec08e19fc4 982bb8e99075eadb720c6ff6c134c2292cba6f2d 99448aa787a03da47cd6c150ad82935d959d6073 99e644a6cb4aa31bfb6d840d9f01b92955e71040 9b64ab746f97ac746ebc673ced68eab27e15a607 9c11d03500a8844056ace28bf3e4a3c2c411d57a 9cceeab5793642b190526d957846a36ebed0dd30 c3dd0894ac6c7529d882de0c76554faa77d94b2f c6a77a19df6337f6c871d00678cb4847f83f0f3f d05bbd649d721f27d0a3b057156b593f4ab5a3d0 def59a4bbbde5564cc199c6a7b13d7fb48c15d20 eb31cf2d411413266f6c05518832f0062e2be161
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-client-12
Source: postgresql-12
Version: 12.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6090
Depends: libpq5 (>= 12.6), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-12, postgresql-doc-12
Conflicts: postgresql-server-dev-12 (<< 12.1-2~)
Replaces: postgresql-server-dev-12 (<< 12.1-2~)
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-client-12_12.6-1.pgdg+1_arm64.deb
Size: 1397840
SHA256: cd5848d46871ae0a0507b954579cc704e71acd12d0e67922f675798711013df6
SHA1: 5be34a12584ec5ceecd6d9c7db22503b15fd1b6d
MD5sum: d95b8d12aed6e003f5e9aef2ab4e1804
Description: front-end programs for PostgreSQL 12
 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 12. If you install
 PostgreSQL 12 on a standalone machine, you need the server package
 postgresql-12, 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.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-client-12-dbgsym
Source: postgresql-12
Version: 12.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2137
Depends: postgresql-client-12 (= 12.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-client-12-dbgsym_12.6-1.pgdg+1_arm64.deb
Size: 1761652
SHA256: 4b0d0df1f703514dd13fe4c125511f7f14d08e3ceb26d067b770651a42dca43e
SHA1: 9835fd4ccfd80fdb438df4e3d7156ec829d0ebbc
MD5sum: 36898368956ab6089dd48977c60ea501
Description: debug symbols for postgresql-client-12
Build-Ids: 1052f49c2306e4be982e4a9700f04b3d1f47d579 420b18cce499029703c9b3f0c095444c95fbe12e 46d02c75c269f58e2b9c8f91edeb8061f525a9b9 4a1ba2931f204993e2af5f6004dd421786873d84 7043e90a7280658f652735bc8a33ed54a51daaec 8f557e358077450c1b98f17bb5717bf980fce53a 9833666f8815cb9971af9256e69574348337ec91 9df1bed15b18f940b01207071b47c6b9f20b2277 9ed1aab7694216dfa567e27817235976117f44b4 acc958298d301c3c0b76b44d46b95e47718b6b8e b279fabc22882bf5f5258f87262c8873711692f1 bf0d18241c007e538636a25d36fddacb684340b6 d45251cbda680107dcf7c2097be873c42236915a e311c99316607897501bd394788e5a7092993121 edf799cb8c2b0595cb4d0f150de0178a6ef43c85 eeae94faa03e416da012017d3521f42113963612 f1760172e19de6b27bd39799ff73450eb7e1c8e3
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-client-13
Source: postgresql-13
Version: 13.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6444
Depends: libpq5 (>= 13.2), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.17), libreadline8 (>= 6.0), libssl1.1 (>= 1.1.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-13, postgresql-doc-13
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-client-13_13.2-1.pgdg+1_arm64.deb
Size: 1472192
SHA256: e4269564ae9389666d462a2cbaa5b388bf5e9e8d49ef1288f1badd4d768ada88
SHA1: f07b3366350d4727f0e0c123dd429e2d20f8286a
MD5sum: 2e5a340f687ea9eca095241fc3379964
Description: front-end programs for PostgreSQL 13
 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 13. If you install
 PostgreSQL 13 on a standalone machine, you need the server package
 postgresql-13, 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.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-client-13-dbgsym
Source: postgresql-13
Version: 13.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2300
Depends: postgresql-client-13 (= 13.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-client-13-dbgsym_13.2-1.pgdg+1_arm64.deb
Size: 1899768
SHA256: aa30c2870813927336c6a27e2ce49998950ae983353c982389ed141d92f6ce3a
SHA1: 0e50cb3d6bdd6a482d780ec95fa90b14291bf6d9
MD5sum: 70f6014535d95cc5b751aa4883e83651
Description: debug symbols for postgresql-client-13
Build-Ids: 0f2a187f6027774b3f41bdbb5a2b7d3d4179bb34 2aba24a31a017b07ba1de0482d50bc3d76fe1ee1 379f9a54db3934f4176c6a1c1f52c7a5936d4f55 4e105daf596e7e0c1a919de690975bef19110da1 5619ed30fd5eeb774c5e6528f844a0d2ac3c1fc9 5769aea4f4ad5bea5ef4e3854a22befc86683170 5dd85f8589666410dcf243e17072c69ac83efd39 a0feb80c065d40139735b642b8267790aef38200 bf3f4d6b75514dd51083a5e4fa5cd1d1d316adda c608a3a8c750e14063f19d0b05c14278a495fafe cd41736386160d0f0a43fb9499a7b058f30ef226 cd6f3fd61e2e2ab41c4303d39036da563ba42e83 d177daab5a24fd948c92daa76ee781ff204e3659 db58195ec2e60921bee4a8c0cccfe2bedbbed344 de181b8bf68c7ff7fb0e89e3883196339012d906 f1e4e0c141a21cd0c3f581a4ab0b07db5b3ad91c f727d5b8608e14e81b4eda9bf7338ec4110c0dbf ff33dea36af2bcd18c4e957bc23985cc1b7dc015
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-client-9.5
Source: postgresql-9.5
Version: 9.5.25-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5615
Depends: libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.5.25), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
Suggests: postgresql-9.5, postgresql-doc-9.5
Conflicts: postgresql-server-dev-9.5 (<< 9.5.20-2~)
Replaces: postgresql-server-dev-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.25-1.pgdg+1_arm64.deb
Size: 1271056
SHA256: 474e83574c9a64e414323e66e33ffc5a59819e3775019d555cb2ef393be064a3
SHA1: ac6377f4a2d896086f84d215e1d7e0ef9dd1664f
MD5sum: b3927db87120de5083d95d30a3894211
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.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-client-9.6
Source: postgresql-9.6
Version: 9.6.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5987
Depends: libpq5 (>= 9.6.21), postgresql-client-common (>= 142~), sensible-utils, libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-9.6, postgresql-doc-9.6
Conflicts: postgresql-server-dev-9.6 (<< 9.6.16-2~)
Replaces: postgresql-server-dev-9.6
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-client-9.6_9.6.21-1.pgdg+1_arm64.deb
Size: 1330428
SHA256: 10e13310d7d8df39c172a4faa202999b5e299306a96dc82745009149fcdff3ce
SHA1: 857f33f3d280877def630a29866f293cc96b6a16
MD5sum: 46ae9f7d3b2546c23e8ffdeccf8c1f3c
Description: front-end programs for PostgreSQL 9.6
 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.6. If you install
 PostgreSQL 9.6 on a standalone machine, you need the server package
 postgresql-9.6, 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.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-client-common
Source: postgresql-common
Version: 225.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: netbase, pgdg-keyring
Recommends: libreadline8
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_225.pgdg+1_all.deb
Size: 89416
SHA256: b800e3ef2c3094d6e2d88f4237a3aada8d8b745920b3f31b64e8a1041532782d
SHA1: f8095797e6f987aa95775a1b0e8866af5d055096
MD5sum: f7049b2f4df97f4ac8d9b05f677ef503
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.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-common
Version: 225.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 634
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, lsb-base (>= 3.0-3), perl (>= 5.14), postgresql-client-common (= 225.pgdg+1), ssl-cert (>= 1.0.11), ucf
Recommends: e2fsprogs, logrotate
Suggests: libjson-perl
Breaks: postgresql-9.1 (<< 9.1.1-3~), postgresql-server-dev-all (<< 204), systemd (<< 204)
Replaces: postgresql-server-dev-all (<< 204)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_225.pgdg+1_all.deb
Size: 237652
SHA256: 78530533efd4e73080e59708cbb175b0ca3f0404071639fe5a5a472b4408a19e
SHA1: e3b49b738b0bf8ac1178cd03568a52b24627b15e
MD5sum: 4640250687ccf6471ac3ff4c5ed0b82f
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.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-contrib
Source: postgresql-common (225.pgdg+1)
Version: 13+225.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-contrib-13
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-contrib_13+225.pgdg+1_all.deb
Size: 64832
SHA256: 6107765cafcf7238a30c648e7c3b6f0ec432c0247ca1eef173c74bc143f6c011
SHA1: f90426398322d0f78fe0c8dfc6632e9bf0809721
MD5sum: 65f74f199db35b590adba9dcf90cc8fa
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.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-contrib-9.5
Source: postgresql-9.5
Version: 9.5.25-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2089
Depends: postgresql-9.5 (= 9.5.25-1.pgdg+1), libc6 (>= 2.29), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.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.25-1.pgdg+1_arm64.deb
Size: 442616
SHA256: 70b332fe52fc487efc4fba656f1959567a92e506a4025e866dc0c3d896615c6d
SHA1: cd6787552e65f5092f889e8274c5087a24856c7c
MD5sum: a426f6013701edd9c9b0d007db0ccae3
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.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-contrib-9.6
Source: postgresql-9.6
Version: 9.6.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2349
Depends: postgresql-9.6 (= 9.6.21-1.pgdg+1), libc6 (>= 2.29), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.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.6/postgresql-contrib-9.6_9.6.21-1.pgdg+1_arm64.deb
Size: 487088
SHA256: eae421a16ed214f685e104363d50195c27d6c774d06924e441151cdf2fe15894
SHA1: 03f1196aef50bf6cf0ec5549ac9768b17d6d6dfa
MD5sum: b03dbe7441263036568e6d4e5b105119
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.6.  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.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-doc
Source: postgresql-common (225.pgdg+1)
Version: 13+225.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-doc-13
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_13+225.pgdg+1_all.deb
Size: 64824
SHA256: 710b40fd5ee0676de8386b0b63a8bf75538a3c862e33db4908e7c7acea663df6
SHA1: b150fc070aefe0fd4fa9c530818808f3e3502362
MD5sum: cd907fe83a5ee4aa30d15bd193ce9ba2
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.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-doc-10
Source: postgresql-10
Version: 10.16-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13957
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-10/postgresql-doc-10_10.16-1.pgdg+1_all.deb
Size: 1798056
SHA256: 615e1839bc3edbb8ca377ac589d96616e83ba8515e797acacb71fdf808d45aaa
SHA1: 0c751451c1a6349d9b786b9494b81ae84908e731
MD5sum: 2195e92f3c22eb56279f88b45ff81365
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 10. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-doc-11
Source: postgresql-11
Version: 11.11-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14330
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-11/postgresql-doc-11_11.11-1.pgdg+1_all.deb
Size: 1837432
SHA256: 49daef7d1826fb3728f0e9a50122e0a4c518593cadd8bf996d0ac036beb50ffb
SHA1: 00b484d881812e66217599143d03dc4d86d22fb2
MD5sum: e4b11eeba93b80a527a5a1a511e56f2e
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 11. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-doc-12
Source: postgresql-12
Version: 12.6-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14608
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-12/postgresql-doc-12_12.6-1.pgdg+1_all.deb
Size: 1866040
SHA256: 45d6e1f054021217912f17fe5145bdf9ed8ace50c9651637b07e1c04ee921e28
SHA1: eba9e0aed135418166ee5b190cade860b5a1d293
MD5sum: 7d1108bb2185d78ccaf68c8f125c1e96
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 12. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-doc-13
Source: postgresql-13
Version: 13.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15329
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-13/postgresql-doc-13_13.2-1.pgdg+1_all.deb
Size: 1904236
SHA256: 2d92294d4a19ff357d45f50237b9132826f024e663258e221cff80a952a46ce9
SHA1: 281f643c94413a3ddbe1c3de1f5e95334253410c
MD5sum: 5e705f2c22488c558d88cd880b9b95d0
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 13. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-doc-9.5
Source: postgresql-9.5
Version: 9.5.25-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12021
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.25-1.pgdg+1_all.deb
Size: 1638144
SHA256: 09462b32bb71d9ca52dba36128e638b58a87d526aee2689841308a0952cb2297
SHA1: c61a7d1aba0b2dc95fb31838a83db9fc8c3a671e
MD5sum: bd52a6612bab6e5accfc1dcd2e430fb7
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.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-doc-9.6
Source: postgresql-9.6
Version: 9.6.21-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12392
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.6/postgresql-doc-9.6_9.6.21-1.pgdg+1_all.deb
Size: 1690860
SHA256: 739a004df9065feccad605ceee74351c0587f390197e1e645f89efc2c5c25b19
SHA1: 601ea221cecc33659a6ab8fb8d63361c1ed94c50
MD5sum: 5bcc25c58a3f6185708c54256738fc74
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 9.6. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-plperl-10
Source: postgresql-10
Version: 10.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 254
Depends: perl, postgresql-10 (= 10.16-1.pgdg+1), libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plperl-10_10.16-1.pgdg+1_arm64.deb
Size: 59216
SHA256: 78c48f6db31a00a297d799c9a9650f4ee7bb27fd8ea2fdab9b30d325d0a3e7d6
SHA1: 2573dcfb03b7661a54a4398d5260eb564e0d3f00
MD5sum: 52e44a0c02f310d9ec380e30a61a6cba
Description: PL/Perl procedural language for PostgreSQL 10
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Perl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-plperl-10-dbgsym
Source: postgresql-10
Version: 10.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 165
Depends: postgresql-plperl-10 (= 10.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plperl-10-dbgsym_10.16-1.pgdg+1_arm64.deb
Size: 134520
SHA256: d749c369c05538b870fe82d39622d34579a3b831ed19c8a3f291c42d42eb9a8d
SHA1: 01ce5a3e5e8425d6cbd8f1231180e5e37a0f81ca
MD5sum: 4a691a85719c91ee1b1c29c7478c2454
Description: debug symbols for postgresql-plperl-10
Build-Ids: 09b6ca2e61bfdeca7b21ccab662758c7b4f60c3e f9aee2a0134a61fdf314861b3d4bf17688dad814
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-plperl-11
Source: postgresql-11
Version: 11.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 278
Depends: perl, postgresql-11 (= 11.11-1.pgdg+1), libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plperl-11_11.11-1.pgdg+1_arm64.deb
Size: 62308
SHA256: b7f08bc252523b342dcfb32e0d78540449a9ff1511ec2cf17e0574dcfecc913c
SHA1: 01fbde4b6f65c1851be6c002157c937fe37d597b
MD5sum: fb2ada86a5244790781b68c0d260a4a3
Description: PL/Perl procedural language for PostgreSQL 11
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Perl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-plperl-11-dbgsym
Source: postgresql-11
Version: 11.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-plperl-11 (= 11.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plperl-11-dbgsym_11.11-1.pgdg+1_arm64.deb
Size: 147940
SHA256: fd4c088a03cea4ffe70da42ba20c4f39f06d62e27f7dae0f216cba8f3654d8d4
SHA1: 32004ef2a98937824f39922a17ecc7e5ca9b5909
MD5sum: 7c42fd66ac07166fc272ddc71fdf02da
Description: debug symbols for postgresql-plperl-11
Build-Ids: 8861c3d052687568c38b12348b536e1f31fe7749 f947280d79f1a2011131b37e0bd63e49ce2f2520 ffdf4122a2a5b22ffe9a99bf4e8e0555ab3e5c94
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-plperl-12
Source: postgresql-12
Version: 12.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 321
Depends: perl, postgresql-12 (= 12.6-1.pgdg+1), libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plperl-12_12.6-1.pgdg+1_arm64.deb
Size: 78852
SHA256: f3ae4b33219a46cf9db365a4a23b1a5af8add827e9fdf2d747fffbb18d5c54f1
SHA1: 3377e9a6cffaf57bce28005569bdd2e0b4e6a447
MD5sum: 2286284e208f33f0f053c1c19a0faf83
Description: PL/Perl procedural language for PostgreSQL 12
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Perl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-plperl-12-dbgsym
Source: postgresql-12
Version: 12.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: postgresql-plperl-12 (= 12.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plperl-12-dbgsym_12.6-1.pgdg+1_arm64.deb
Size: 150264
SHA256: e331dd360372328e0c9f1a364961dbdb777d6f72aa925acb44ba46c0503bd45b
SHA1: 67250d01a0e42577cfefbf375bf044d7a2feb929
MD5sum: 2cf14c6cb59bbebb50fb894a51ca19c7
Description: debug symbols for postgresql-plperl-12
Build-Ids: 11559282dc74deb75ea415382669e0f7eec73217 1860b4c92a1cfdb6f417b1630392558c66876fcd 3796b594cdb1689f26fae6c9d01ddb405a7da814
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-plperl-13
Source: postgresql-13
Version: 13.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 341
Depends: perl, postgresql-13 (= 13.2-1.pgdg+1), libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plperl-13_13.2-1.pgdg+1_arm64.deb
Size: 82688
SHA256: 8e8c07f7b6723297bbd25c7f9a24913f4cab3e6fc37e14f11df8e80dfa30c83c
SHA1: 018e82b5a2aa670fd9bdf32c154a65c72f1ae65f
MD5sum: acfc853b981a23ade54897950b2c7e62
Description: PL/Perl procedural language for PostgreSQL 13
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Perl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-plperl-13-dbgsym
Source: postgresql-13
Version: 13.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: postgresql-plperl-13 (= 13.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plperl-13-dbgsym_13.2-1.pgdg+1_arm64.deb
Size: 156400
SHA256: 99fed3d220ba3986dbf6b25d943ecd63fdbc73d30b2cdb312675f5837bb623e9
SHA1: 236e3d4b0faafe10fa8e765d7e1bb303c22a26e7
MD5sum: 1d9d955ec4b8638430c54f59c385b67e
Description: debug symbols for postgresql-plperl-13
Build-Ids: 545ad754c78d7132b45f1e7dd47b652ef04cf044 5be038552dc3347c403148c3bd66dbfed19f3bcf 73798fc0f9789b35c7289b83f7a606bb8fcbc5ed 9f3c13663b43daa6529c62cdb55af81499c0ac9c
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-plperl-9.5
Source: postgresql-9.5
Version: 9.5.25-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1), postgresql-9.5 (= 9.5.25-1.pgdg+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.25-1.pgdg+1_arm64.deb
Size: 60728
SHA256: 75e03a47ac4dd9cd1bad147ce80fe8f5c0e2164e06bcfe1f3a1fde3b5c20e526
SHA1: 449da7c717b4520482cad2549daf99e4aa61da2e
MD5sum: bc7522ac9144d4d047a76a35ec513a06
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.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-plperl-9.6
Source: postgresql-9.6
Version: 9.6.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: perl, postgresql-9.6 (= 9.6.21-1.pgdg+1), libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plperl-9.6_9.6.21-1.pgdg+1_arm64.deb
Size: 60424
SHA256: 5e796eb5e3f8ab54c5829183810fbfb592b87f22ca2497e0842cffd81d7baea8
SHA1: bb02c812725ee7e24f961a769f6657dacb284d21
MD5sum: 3bcb5d63d4adb9923424cfa26cdcb95f
Description: PL/Perl procedural language for PostgreSQL 9.6
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Perl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-plpython3-10
Source: postgresql-10
Version: 10.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 200
Depends: postgresql-10 (= 10.16-1.pgdg+1), libc6 (>= 2.17), libpython3.9 (>= 3.9.0~b4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10_10.16-1.pgdg+1_arm64.deb
Size: 56360
SHA256: c8012de109e08914d09abcb08332289281a0d6036d37b23c36d52d5027bea858
SHA1: be2d9547dbbb8d515280b6b7f7f7a4bacde7cb25
MD5sum: 94c2ff02ed9e37332cf962cedfb5576b
Description: PL/Python 3 procedural language for PostgreSQL 10
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Python 3.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-plpython3-10-dbgsym
Source: postgresql-10
Version: 10.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 188
Depends: postgresql-plpython3-10 (= 10.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10-dbgsym_10.16-1.pgdg+1_arm64.deb
Size: 145380
SHA256: b7d6222043dcd7fd46592a001b33ccaefcb8fd0d62d169f34d77552725997996
SHA1: ae33c83d2ae2872b51ab4e3079307a0b4124460d
MD5sum: e9c2a8999f0547aebde08683b88bb7e2
Description: debug symbols for postgresql-plpython3-10
Build-Ids: 247b4c4d3bc8fccd93609812ef192a61583a8fd8 518a59d8fa56666c6b9665466e97c3d7de6684d6 ef029c8e92567202dd7b899937366f95a23b09e8
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-plpython3-11
Source: postgresql-11
Version: 11.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: postgresql-11 (= 11.11-1.pgdg+1), libc6 (>= 2.17), libpython3.9 (>= 3.9.0~b4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11_11.11-1.pgdg+1_arm64.deb
Size: 74624
SHA256: a8c40661886e0f5d8b6e7981730ac30243188269b6aa5cef026b4499226cb4f5
SHA1: a89b1bc25d4e90a2ac892110aa1f24abbde4965e
MD5sum: 3bee166845fa2f36077c3f3bd997aa2d
Description: PL/Python 3 procedural language for PostgreSQL 11
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Python 3.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-plpython3-11-dbgsym
Source: postgresql-11
Version: 11.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 207
Depends: postgresql-plpython3-11 (= 11.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11-dbgsym_11.11-1.pgdg+1_arm64.deb
Size: 156592
SHA256: 05e715ce0076c5dd7a7953f6dc7b32dc5758e314326bb7b13448470964841ce5
SHA1: b37cb9595e2404d3ed682a3e62c7fdd4a5b4ef97
MD5sum: d253743a7c08ce29b28e3b7afebf8e97
Description: debug symbols for postgresql-plpython3-11
Build-Ids: 618ba317d1f3fdf91bb86b8ee3b825ae03fe5ff7 6df0430a23b35825ff0cff220d5ae709c8ece91f cec1077d16018d5cff5c6a6607a110582aeb42f9 d0fc7a508faff59f814a12bdb48f27a6e82a9d67
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-plpython3-12
Source: postgresql-12
Version: 12.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 474
Depends: postgresql-12 (= 12.6-1.pgdg+1), libc6 (>= 2.17), libpython3.9 (>= 3.9.0~b4)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12_12.6-1.pgdg+1_arm64.deb
Size: 103968
SHA256: b5354e6c95a5ff26423dd548ed7a97b113a5d71cdf8f7a8bb85f933419ed8658
SHA1: 75a884676de0b9acd6f63bc164bada5bc56db717
MD5sum: fe927c1c097b4d413112971bb3b32b9a
Description: PL/Python 3 procedural language for PostgreSQL 12
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Python 3.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-plpython3-12-dbgsym
Source: postgresql-12
Version: 12.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 209
Depends: postgresql-plpython3-12 (= 12.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12-dbgsym_12.6-1.pgdg+1_arm64.deb
Size: 159384
SHA256: 289ac895349099625e63d1f82e7fd809ec25e168cb9871923868960406fcd26c
SHA1: 8ae9a86045251dbe7e5b203bb077384681232a73
MD5sum: a64e344f40e19402c4de3c8ac179a3ee
Description: debug symbols for postgresql-plpython3-12
Build-Ids: 448d28a351dffdf0de3846bd8bb0df2083c24f15 7efcee17301fe7faad15ef86d8970da0db9828f1 cdf6f09f02e2fe70b51680d16087fb67010b0177 ea22aa48aafb215cec5fdce2f5cf841653a03f84
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-plpython3-13
Source: postgresql-13
Version: 13.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 476
Depends: postgresql-13 (= 13.2-1.pgdg+1), libc6 (>= 2.17), libpython3.9 (>= 3.9.0~b4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13_13.2-1.pgdg+1_arm64.deb
Size: 103764
SHA256: 4d1dc3558f56a3f9c2eafbb992a25ccb4652e8644f57458c2492515d3e375991
SHA1: fd51b7a3ed5504d3525c3d4df600a09a4beba497
MD5sum: 8b2f6f06ea6fe894059085b81b739e8e
Description: PL/Python 3 procedural language for PostgreSQL 13
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Python 3.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-plpython3-13-dbgsym
Source: postgresql-13
Version: 13.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 210
Depends: postgresql-plpython3-13 (= 13.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13-dbgsym_13.2-1.pgdg+1_arm64.deb
Size: 159264
SHA256: 95fcf8b70b79afc38173fa0aa4d8fca427130b7ee5a6a9a67854a76541d7b78a
SHA1: 729798a0e9c3712fbb3dd7def54c8476aa84a321
MD5sum: dc29f342d4cd85753ebc82b5df17d2b4
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 217723db7622cfd4c5011271a06e09662272215b 2c3a89e362b29cb1bbe2746343e37a151fea01ca d501c7395e6b3f9b260cb0cb5fb6bad9238cd97d e64ed6cc83e4131107d01754c2a439556c3d192c
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-plpython3-9.5
Source: postgresql-9.5
Version: 9.5.25-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: libc6 (>= 2.17), libpython3.9 (>= 3.9.0~b4), postgresql-9.5 (= 9.5.25-1.pgdg+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.25-1.pgdg+1_arm64.deb
Size: 55132
SHA256: dd97b1e8638932f813e74c61a9896c18e95e1377f6a3be328a9a68d192c04f74
SHA1: 3c0f7f04ab688038c9f92c27a7a4703c8493c22e
MD5sum: e1c0669436d3db5421a62739689184a8
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.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-plpython3-9.6
Source: postgresql-9.6
Version: 9.6.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 201
Depends: postgresql-9.6 (= 9.6.21-1.pgdg+1), libc6 (>= 2.17), libpython3.9 (>= 3.9.0~b4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plpython3-9.6_9.6.21-1.pgdg+1_arm64.deb
Size: 56024
SHA256: 988f4c047bf766f1b6ed6d851d626038eef5a8cd15eff08d53d7faf96b528250
SHA1: 42c25d876c479944c758696dda10e03719b6704b
MD5sum: 7b3e6162563b91b8079dde4f1ec29a2e
Description: PL/Python 3 procedural language for PostgreSQL 9.6
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Python 3.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-pltcl-10
Source: postgresql-10
Version: 10.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 161
Depends: postgresql-10 (= 10.16-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10_10.16-1.pgdg+1_arm64.deb
Size: 39696
SHA256: 1d79891bd6d7bff7b7570dbcf78580279dce1d3babfbef8866efa6a8ab839371
SHA1: 92f376b2fa033465d2b6ab50e3c732bce9152d05
MD5sum: 9d580125048d81510aa0a35f148bbba3
Description: PL/Tcl procedural language for PostgreSQL 10
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Tcl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-pltcl-10-dbgsym
Source: postgresql-10
Version: 10.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-pltcl-10 (= 10.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10-dbgsym_10.16-1.pgdg+1_arm64.deb
Size: 67212
SHA256: de1b630eb2d8301b0c935d128902402f544cfb6746313dfc79fc481cd04f7341
SHA1: c6502ba5f253b07db39e62233d81edc8177c1c0d
MD5sum: cf343fb749bf07b946a8d71e2b8f760a
Description: debug symbols for postgresql-pltcl-10
Build-Ids: 5a5ee466151c4ad983db529992ae75e68e61ecfb
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-pltcl-11
Source: postgresql-11
Version: 11.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 173
Depends: postgresql-11 (= 11.11-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11_11.11-1.pgdg+1_arm64.deb
Size: 39984
SHA256: a00d3a871e16536bce452b893fce4760f9ba93e52784ce5cdf1c81c3c71beec6
SHA1: a21cf46024abdf1f414bc623fab3a93264f9b756
MD5sum: 0c049f7941b240541315e8bbc0f5b4c8
Description: PL/Tcl procedural language for PostgreSQL 11
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Tcl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-pltcl-11-dbgsym
Source: postgresql-11
Version: 11.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-pltcl-11 (= 11.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11-dbgsym_11.11-1.pgdg+1_arm64.deb
Size: 70392
SHA256: 197b21a77de5c17ac0c917c7cd6ba5fd2b379db2b6a3aae3035b23769b4ab68d
SHA1: fbb3b040bf93d9ceb0da1e04adf620d66cd044c6
MD5sum: dd26c984429b5d35185c328da2eb12a7
Description: debug symbols for postgresql-pltcl-11
Build-Ids: 80965e92994e7f779e50c72f77687adbb506408e
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-pltcl-12
Source: postgresql-12
Version: 12.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-12 (= 12.6-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12_12.6-1.pgdg+1_arm64.deb
Size: 38104
SHA256: a32e2a64b8a4ba7da1ab2b374c62ca0d40ca88940f79a7329f95831eed82b8d1
SHA1: ab6fce3a03d39d966dd090d8c68f17d9c949ad61
MD5sum: 3eaca0712f9bcab920c5317aeca4ecc8
Description: PL/Tcl procedural language for PostgreSQL 12
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Tcl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-pltcl-12-dbgsym
Source: postgresql-12
Version: 12.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-pltcl-12 (= 12.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12-dbgsym_12.6-1.pgdg+1_arm64.deb
Size: 71272
SHA256: 2c75ba34708a98d372843e35c512ecb4b948b3b642d480529bc5de8edd051bed
SHA1: 24968169855e8c9769a16000c0432232bd2dde2d
MD5sum: 2397c7a490984f670e6183dd7dfcceb4
Description: debug symbols for postgresql-pltcl-12
Build-Ids: 3d369d8359c991adc8662b0963627bf84d2df57d
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-pltcl-13
Source: postgresql-13
Version: 13.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-13 (= 13.2-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13_13.2-1.pgdg+1_arm64.deb
Size: 37332
SHA256: 33f0abcef9830efc8f4b574b2f4a058ddb21a5e141fafde10efeb29932f6219e
SHA1: 9ad9bdd5f0395351689d665c79f4d9399d2efd3d
MD5sum: ccddac047b5a73f35687de912c5b0106
Description: PL/Tcl procedural language for PostgreSQL 13
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Tcl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-pltcl-13-dbgsym
Source: postgresql-13
Version: 13.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-pltcl-13 (= 13.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13-dbgsym_13.2-1.pgdg+1_arm64.deb
Size: 74464
SHA256: d758f1a717f68206d3a8d876f5ba09a2f008e8c8b223620bb1925484f01f1f7a
SHA1: ffd3f68460a615338d445e23a74060ed56c881b0
MD5sum: 0b7ae11ca22e38d34ecf8f3b8db55a0d
Description: debug symbols for postgresql-pltcl-13
Build-Ids: e196448976bdfdef116a717e90ca4f7c2b0d23f6
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-pltcl-9.5
Source: postgresql-9.5
Version: 9.5.25-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.5 (= 9.5.25-1.pgdg+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.25-1.pgdg+1_arm64.deb
Size: 39552
SHA256: 7e62a783ce561905d722c9ced43321d539fdd7cffc9d4794e1d1bd2b762c7274
SHA1: cf186cddfbb29b87d17765e92c5763799ca06ae4
MD5sum: 56e77854bae153f689b14acfb8c9fa2b
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.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-pltcl-9.6
Source: postgresql-9.6
Version: 9.6.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-9.6 (= 9.6.21-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-pltcl-9.6_9.6.21-1.pgdg+1_arm64.deb
Size: 42896
SHA256: 96afad56860fa42a205159ab0d24999ef7fe5a56714e34eaa5ee6dd3a125eee2
SHA1: 669e4c3062dfc3222d0bde88e1ef48fc6d596b9e
MD5sum: e6fd832ec5b6e2d901c172bc49570241
Description: PL/Tcl procedural language for PostgreSQL 9.6
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Tcl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-server-dev-10
Source: postgresql-10
Version: 10.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5138
Depends: libpq-dev (>= 10~~), postgresql-client-10 (= 10.16-1.pgdg+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Replaces: libpq-dev
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-10/postgresql-server-dev-10_10.16-1.pgdg+1_arm64.deb
Size: 881288
SHA256: da8c615e402448feae72326dc4d5710e4d3772054208eeb4916a27fadcfbb285
SHA1: 42c9ac0123ab4653a5974a47ba50e234a0cf0a01
MD5sum: 88d5f452624950a7da1c9d23ba8621e8
Description: development files for PostgreSQL 10 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.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-server-dev-11
Source: postgresql-11
Version: 11.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4677
Depends: clang-11, libpq-dev (>= 11~~), llvm-11-dev, postgresql-client-11 (= 11.11-1.pgdg+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-11/postgresql-server-dev-11_11.11-1.pgdg+1_arm64.deb
Size: 861252
SHA256: b2a32e0d114b20804b5259f3ab2473b850b7bbfcd114a73ede57140eedd44627
SHA1: 7f97087eb7c172b4e8f75770fffdbcea1d63df3f
MD5sum: 70ca384ea797e56f6a14b1824573d659
Description: development files for PostgreSQL 11 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.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-server-dev-12
Source: postgresql-12
Version: 12.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5250
Depends: clang-11, libpq-dev (>= 12~~), llvm-11-dev, postgresql-client-12 (>= 12.1-2~), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-12/postgresql-server-dev-12_12.6-1.pgdg+1_arm64.deb
Size: 925780
SHA256: ac3d4b5819ac0f2fa117b4564b56c18966f3fa033f26cb2b6d4d43917e6a00f6
SHA1: a95e32063ba6c1052016665853ba1e4a6d6d1e1f
MD5sum: 5b9a6767c8f666c32b2f7a8c055d1e43
Description: development files for PostgreSQL 12 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.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-server-dev-13
Source: postgresql-13
Version: 13.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5754
Depends: clang-11, libpq-dev (>= 13~~), llvm-11-dev, postgresql-client-13, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/postgresql-server-dev-13_13.2-1.pgdg+1_arm64.deb
Size: 969808
SHA256: ec3abd3f24f58e3c3b74cfab88627645d07c8468fcbb838ca97d225906147c84
SHA1: 376fc8e505cf36f21ca1659858c255836d3be42e
MD5sum: 658daf7339a17e9d226943dea819ddec
Description: development files for PostgreSQL 13 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.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-server-dev-9.5
Source: postgresql-9.5
Version: 9.5.25-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4087
Depends: libpq-dev (>= 9.5~~), postgresql-client-9.5 (= 9.5.25-1.pgdg+1), 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.25-1.pgdg+1_arm64.deb
Size: 720056
SHA256: a846bfd7ad65a75f51b434f65770d19811bec82bdaeee3af62eec657f1584b5d
SHA1: 10d96e7d6ea094bf1e15ddeafcd0bb02598780be
MD5sum: 7b64cb391fe9f2ac6ca13c76925f1bea
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.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-server-dev-9.6
Source: postgresql-9.6
Version: 9.6.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4420
Depends: libpq-dev (>= 9.6~~), postgresql-client-9.6 (= 9.6.21-1.pgdg+1), postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-9.6/postgresql-server-dev-9.6_9.6.21-1.pgdg+1_arm64.deb
Size: 784132
SHA256: 4d330a7bfbfa1050ebc5ab7ce45c7e65bbd580b3976629fa185a2d631f8296b2
SHA1: 18e33907e662168c59ca3235a612523ecc97dc63
MD5sum: bc2ee5b60f3a21caaded46fab8751181
Description: development files for PostgreSQL 9.6 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.
Timestamp: 2021-02-11 12:39:03+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 225.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: make, postgresql-common (= 225.pgdg+1), postgresql-server-dev-9.5, postgresql-server-dev-9.6, postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12, postgresql-server-dev-13
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_225.pgdg+1_all.deb
Size: 75208
SHA256: 70bce77567d991d53e8c98c602092899f0c4d72f342daa523d6417c649d4da5a
SHA1: 55d9a5afc4f73210a0c0c978d73f2e3f3927150e
MD5sum: 71895a91d755442510a2e1b8405ff49c
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, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 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.
Timestamp: 2021-02-11 12:39:03+00

Package: pgbackrest
Version: 2.32-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 939
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.17), liblz4-1 (>= 0.0~r127), libpq5, libssl1.1 (>= 1.1.0), libxml2 (>= 2.7.4), libzstd1 (>= 1.3.2), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc, check-pgbackrest
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.32-1.pgdg+1_arm64.deb
Size: 299132
SHA256: 3445a9ddb09d1f9186526d9eb8f2c17c4cdb663147c9b5608e3d05464a92403d
SHA1: 662c5ebf5f9dd15d80bcaded014c17e010146fdf
MD5sum: e5c7335384a3ba673e48b54ba5752a22
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.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2021-02-12 16:51:18+00

Package: pgbackrest-dbgsym
Source: pgbackrest
Version: 2.32-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1095
Depends: pgbackrest (= 2.32-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.32-1.pgdg+1_arm64.deb
Size: 984308
SHA256: cae94b287cf3207dc3f1299706440408209f381a9696074f10e8192557812c20
SHA1: 3c4c99b3983c764a12e303207d8fd884954288ba
MD5sum: 05230c90b06054fb15736e4239c73427
Description: debug symbols for pgbackrest
Build-Ids: 0d7c181a207579509c189d46c63b162aecf79886
Timestamp: 2021-02-12 16:51:18+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.32-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1248
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.32-1.pgdg+1_all.deb
Size: 110020
SHA256: 61aa22fba16e8f6dabbb1eb98f045cdd693e767bc9e8b5489a42e2c88cda38b7
SHA1: 0c7fb11a38e67828188f9e46f239334812acf94b
MD5sum: 8d66c2a8eb828c4e52529c4ef80c7d21
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2021-02-12 16:51:18+00

Package: libecpg-compat3
Source: postgresql-10
Version: 10.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg-compat3_10.16-1.pgdg+1_arm64.deb
Size: 21296
SHA256: 1cf5ec91f83e464ddae056415159f3667c37bb8682cde631ac04d33cf76f3c64
SHA1: 6f09fd0d326cc82897da8da14df6d3371ff9e84f
MD5sum: 6d383a80bff22727ec22711bf7dc1a0d
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.
Timestamp: 2021-02-15 10:52:17+00

Package: libecpg-compat3-dbgsym
Source: postgresql-10
Version: 10.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: libecpg-compat3 (= 10.16-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-compat3-dbgsym_10.16-1.pgdg+1_arm64.deb
Size: 18068
SHA256: 6863c69bbcd00afd6b5088d999f1d9b5e6dd5aaab563f227731125c24d0e8d62
SHA1: c279f42dcf18cb99cadf97c13412c4bfacf1caa4
MD5sum: d597f7db41a2da4404fbc58d90de9e59
Description: debug symbols for libecpg-compat3
Build-Ids: d6e608b81638a71929788287951797e581b27bab
Timestamp: 2021-02-15 10:52:17+00

Package: libecpg-dev
Source: postgresql-10
Version: 10.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1221
Depends: libecpg-compat3 (= 10.16-1.pgdg+1), libecpg6 (= 10.16-1.pgdg+1), libpgtypes3 (= 10.16-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libecpg-dev_10.16-1.pgdg+1_arm64.deb
Size: 226280
SHA256: 5fcc1d1a8acd6a9d6bfeefd0bfc1efe214bf3995767e418105da4d9aa77de152
SHA1: ac064ac33922e597ac327f990413b787c989091b
MD5sum: 4c6888328a8f6c35b34d2d32de605a32
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).
Timestamp: 2021-02-15 10:52:17+00

Package: libecpg-dev-dbgsym
Source: postgresql-10
Version: 10.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 242
Depends: libecpg-dev (= 10.16-1.pgdg+1)
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-dev-dbgsym_10.16-1.pgdg+1_arm64.deb
Size: 200748
SHA256: 117f2f67fe137966b21db895d485a2d547f461a4ea86a175e5d6e6610b96742f
SHA1: dc71ead4e30022521afc5793e4de521b786cd590
MD5sum: 988682118fb8f963e0f4f9d8192ac2dd
Description: debug symbols for libecpg-dev
Build-Ids: a2a23be1c7e82df486a00a57489b4a1306df398e
Timestamp: 2021-02-15 10:52:17+00

Package: libecpg6
Source: postgresql-10
Version: 10.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 412
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg6_10.16-1.pgdg+1_arm64.deb
Size: 85376
SHA256: 4e3488b53daa0df0929ede2cfb959fd06e3d05f0c1ee4d1d3839938d28d54288
SHA1: 9796816391b3af47317cb3ca147dc1bad431b4cf
MD5sum: 3255dfa251ef019315ffbfaf3de024e7
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.
Timestamp: 2021-02-15 10:52:17+00

Package: libecpg6-dbgsym
Source: postgresql-10
Version: 10.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: libecpg6 (= 10.16-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg6-dbgsym_10.16-1.pgdg+1_arm64.deb
Size: 94320
SHA256: dd6922e7b5437d3ce74436e60f4e362f5d145f2f3a5b50b676e2b40d1f2bb3cf
SHA1: bf7cdb85af4751fe343b9f29af7d3a4c84aab1ec
MD5sum: 7200e9a405f7786eaef26c1ecac3d778
Description: debug symbols for libecpg6
Build-Ids: 49371c576352fa6c9e34626a1c03aa3c621c8f19
Timestamp: 2021-02-15 10:52:17+00

Package: libpgtypes3
Source: postgresql-10
Version: 10.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpgtypes3_10.16-1.pgdg+1_arm64.deb
Size: 42420
SHA256: 4dc6298fe77b8d91282fc4e8ea08323da50788e125084be9ed04db0f8d3cc239
SHA1: 6b44512e77325f8134fff11406569b85c71ec7b1
MD5sum: 8fc1a48ce7e7a2ec6ba790ded931ede2
Description: shared library libpgtypes for PostgreSQL 10
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-02-15 10:52:17+00

Package: libpgtypes3-dbgsym
Source: postgresql-10
Version: 10.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: libpgtypes3 (= 10.16-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpgtypes3-dbgsym_10.16-1.pgdg+1_arm64.deb
Size: 72240
SHA256: d20c56613ab6e5ca3be1ee94614666eb2d957bfe7a784ad8bb35adc710de5335
SHA1: 905162070cf3899db009e8e0bd03912ff1ed2f28
MD5sum: 5ee64213c7c967202a8faa24b82d0a5d
Description: debug symbols for libpgtypes3
Build-Ids: 507156b4b446fb8d7725bb42de95b1b13a98c5ca
Timestamp: 2021-02-15 10:52:17+00

Package: libpq-dev
Source: postgresql-10
Version: 10.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 683
Depends: libpq5 (= 10.16-1.pgdg+1)
Suggests: postgresql-doc-10
Breaks: postgresql-server-dev-10 (<< 10.1-2~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libpq-dev_10.16-1.pgdg+1_arm64.deb
Size: 162324
SHA256: 99438d57cc1366ac56091ddd43a6bb138676a9e8179d4ad092bbb695abe4e9c0
SHA1: b9bbfd4b21bc3acb9e583bab48f2c959f01b49fc
MD5sum: d446b6004405956858bfcbdec09fb56e
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.
Timestamp: 2021-02-15 10:52:17+00

Package: libpq5
Source: postgresql-10
Version: 10.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 742
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpq5_10.16-1.pgdg+1_arm64.deb
Size: 165236
SHA256: 33a59ba4756712e7590d0e9e9b21e79332d0b0e7f3c00367f253f39f1b07546a
SHA1: 0afa9aee29b6e37f53f76c4f8e86badb27b05fea
MD5sum: e9f95556599493c5a1ed52c3338cca4c
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.
Timestamp: 2021-02-15 10:52:17+00

Package: libpq5-dbgsym
Source: postgresql-10
Version: 10.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libpq5 (= 10.16-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpq5-dbgsym_10.16-1.pgdg+1_arm64.deb
Size: 230340
SHA256: 1d8bfb446bd8fb1bc762b27b4cf4250193cd38c1295705f69adbcdb3b16a7a65
SHA1: 7876e844d629460368076d6a1b80da6cc3652c33
MD5sum: f229f25edd4f85f5079007a064da45c0
Description: debug symbols for libpq5
Build-Ids: 60fdba8daf48d5dccf4ca94fc1fe3d1cbca3a88a
Timestamp: 2021-02-15 10:52:17+00

Package: libecpg-compat3
Source: postgresql-11
Version: 11.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg-compat3_11.11-1.pgdg+1_arm64.deb
Size: 19780
SHA256: 80cc431f1587b65d7d4d126ad9ff09f148cf3020d0f5d24177eae09906b6bd3e
SHA1: 477ff7e1d4afb5aa42af50210a18cb0a5a7f112a
MD5sum: bedd57f77e9afe37dab8743cf5a02c5f
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.
Timestamp: 2021-02-15 10:52:17+00

Package: libecpg-compat3-dbgsym
Source: postgresql-11
Version: 11.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: libecpg-compat3 (= 11.11-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-compat3-dbgsym_11.11-1.pgdg+1_arm64.deb
Size: 18100
SHA256: 33a1005b05ebb08bc7df4ea231d70ccb3d4a57b516b47032c3667ff1f30802b0
SHA1: 6ad0ab15a1a473496b7636c0dfd3a4e0779d6431
MD5sum: 73075ae54ce66b56aa616590daf7e18e
Description: debug symbols for libecpg-compat3
Build-Ids: 4f54b29d112509fabedf41f22fd978b8c0ea717a
Timestamp: 2021-02-15 10:52:17+00

Package: libecpg-dev
Source: postgresql-11
Version: 11.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1245
Depends: libecpg-compat3 (= 11.11-1.pgdg+1), libecpg6 (= 11.11-1.pgdg+1), libpgtypes3 (= 11.11-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libecpg-dev_11.11-1.pgdg+1_arm64.deb
Size: 227740
SHA256: bb48e91ea72434e77bd4ffc19d0fb1e2e1f4655a6d97abcb35ce9221a0da1b67
SHA1: a69528aa99a4c68fddebdf8636262d1d18183b8c
MD5sum: 9f5f7ed79edcb315c4fff4ae50b4dc8e
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).
Timestamp: 2021-02-15 10:52:17+00

Package: libecpg-dev-dbgsym
Source: postgresql-11
Version: 11.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 245
Depends: libecpg-dev (= 11.11-1.pgdg+1)
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-dev-dbgsym_11.11-1.pgdg+1_arm64.deb
Size: 204016
SHA256: bc540ed64264c842599b4faca70d7e31c7e3f0307d3a5845276cf83307ee8c4e
SHA1: dfcdf1ee733e556e1c8abdb44774f5701e176f7a
MD5sum: 8948bb9a4e95e551449280e3f3546fba
Description: debug symbols for libecpg-dev
Build-Ids: c9557c8e45907ba0b4302e0d6b13ca12435db735
Timestamp: 2021-02-15 10:52:17+00

Package: libecpg6
Source: postgresql-11
Version: 11.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 432
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg6_11.11-1.pgdg+1_arm64.deb
Size: 86980
SHA256: 3fb3e6d2bb485e3f4aaa3894eae932e112f4f8fcdf41e46ffb84ca6f07550bed
SHA1: 9aa2651433ad903b465666b48ab4162ce966f14d
MD5sum: 79110ee32cad4b20c1e13304a35cb679
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.
Timestamp: 2021-02-15 10:52:17+00

Package: libecpg6-dbgsym
Source: postgresql-11
Version: 11.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: libecpg6 (= 11.11-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg6-dbgsym_11.11-1.pgdg+1_arm64.deb
Size: 94468
SHA256: 574437a4db95767db903866a6dc542f555d813e616f9f26203b8bc16a14f8609
SHA1: b24c8c6e2b5b72f40c940b00aec8e59bb0df9455
MD5sum: 5da20e320e4556bb22cf0a7a14e2a844
Description: debug symbols for libecpg6
Build-Ids: 2ef0b876f80041f0dda07f3e105a5785762a29d0
Timestamp: 2021-02-15 10:52:17+00

Package: libpgtypes3
Source: postgresql-11
Version: 11.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpgtypes3_11.11-1.pgdg+1_arm64.deb
Size: 41068
SHA256: 0d8bc200ab4b00531359733680e6e135550df208b6bccd88f5b677d6d0d44825
SHA1: a6a25758975a47b50bf01138fc22baa556baaaa2
MD5sum: 5fc2ad26a717f91f2abe722a2f378336
Description: shared library libpgtypes for PostgreSQL 11
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-02-15 10:52:17+00

Package: libpgtypes3-dbgsym
Source: postgresql-11
Version: 11.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: libpgtypes3 (= 11.11-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpgtypes3-dbgsym_11.11-1.pgdg+1_arm64.deb
Size: 72956
SHA256: 8a259e0dfa3e3dc264285f0e2dd2295749d0852ae65159b7bac2c1f2a60b9131
SHA1: 3396c7ca708f8b93f3e52355b56b347fd7f16ad4
MD5sum: 5c4192a3b81c95dd1d056970a98e1bd1
Description: debug symbols for libpgtypes3
Build-Ids: 4197bf4ab900777e8d37d9af001ef8621cd4df6d
Timestamp: 2021-02-15 10:52:17+00

Package: libpq-dev
Source: postgresql-11
Version: 11.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 693
Depends: libpq5 (= 11.11-1.pgdg+1)
Suggests: postgresql-doc-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libpq-dev_11.11-1.pgdg+1_arm64.deb
Size: 163056
SHA256: 09b3ffd879c424e50f81c22730f4cfd302a5b2a55b1f0cbdd4961855d72d23af
SHA1: 25aced53ee0f49bc401e79e839528772adb5a38e
MD5sum: cb06b06c0953d65d73378675cddc0599
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.
Timestamp: 2021-02-15 10:52:17+00

Package: libpq5
Source: postgresql-11
Version: 11.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 753
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpq5_11.11-1.pgdg+1_arm64.deb
Size: 163428
SHA256: e76887a61c5dd6411ec6b178e6170ace4e608894ba414bcdae113cc57e635be7
SHA1: 9e09b87cea9b54dd9bb5571b7c9942d1208307f2
MD5sum: 9041ce314d1bd6336afcbf557cb37b2c
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.
Timestamp: 2021-02-15 10:52:17+00

Package: libpq5-dbgsym
Source: postgresql-11
Version: 11.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 264
Depends: libpq5 (= 11.11-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpq5-dbgsym_11.11-1.pgdg+1_arm64.deb
Size: 231876
SHA256: 3982d24f83f4725aad67f9fe3e132d1b61a83a1caf7589c129f26d7222bd7634
SHA1: adc43886fb777dd23da0558371ccb9c84c6778c8
MD5sum: 840f9e63c89171da7291e887b8f6ea42
Description: debug symbols for libpq5
Build-Ids: bdbe1ecd9609fb4fe9a686c9b3c3053975de042c
Timestamp: 2021-02-15 10:52:17+00

Package: libecpg-compat3
Source: postgresql-12
Version: 12.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg-compat3_12.6-1.pgdg+1_arm64.deb
Size: 17120
SHA256: bebb8ea746e01e8a5839a34be3a457a0119fe20d82875d8c608d6b06436777a7
SHA1: 73afbab978e93f55b978099054c6fa9a29a80236
MD5sum: b8cfdf521632be8b78eb76da005222ba
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.
Timestamp: 2021-02-15 10:52:17+00

Package: libecpg-compat3-dbgsym
Source: postgresql-12
Version: 12.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: libecpg-compat3 (= 12.6-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-compat3-dbgsym_12.6-1.pgdg+1_arm64.deb
Size: 18104
SHA256: 74ee5e564b577467267ad4421f123e8b2bd8370c4d10627e69fee130bb1f9989
SHA1: aa49de92b21703e46ae710f4c70b5199bb2b7ceb
MD5sum: f69ea83e7e336aafe290adf4a40f7302
Description: debug symbols for libecpg-compat3
Build-Ids: 6c0f124f9e3fa6638143ba5cf1fe6cf615d20e8f
Timestamp: 2021-02-15 10:52:17+00

Package: libecpg-dev
Source: postgresql-12
Version: 12.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1494
Depends: libecpg-compat3 (= 12.6-1.pgdg+1), libecpg6 (= 12.6-1.pgdg+1), libpgtypes3 (= 12.6-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libecpg-dev_12.6-1.pgdg+1_arm64.deb
Size: 268204
SHA256: 3f0cd2aa98414ef7e9499c9cb627b6b4db5d951c9e72626c830b013943c9a32c
SHA1: ab489eb125debfba97959a64f30fe4082bfc9f6f
MD5sum: 68a7aea0302c45db7a17616af99d3731
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).
Timestamp: 2021-02-15 10:52:17+00

Package: libecpg-dev-dbgsym
Source: postgresql-12
Version: 12.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libecpg-dev (= 12.6-1.pgdg+1)
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-dev-dbgsym_12.6-1.pgdg+1_arm64.deb
Size: 213892
SHA256: 8dc4b1b9c3a3fe1ac2d9ed2c032467769beac2966562681dee70b7ccff00ae3a
SHA1: 10728c13c63042ff0af4fe04d8a6f62e95c3ed89
MD5sum: d847411077a4e8e7a2661ab6939f642b
Description: debug symbols for libecpg-dev
Build-Ids: 76c4f01a796eea41feb539790fb6732c1ebe5921
Timestamp: 2021-02-15 10:52:17+00

Package: libecpg6
Source: postgresql-12
Version: 12.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg6_12.6-1.pgdg+1_arm64.deb
Size: 56532
SHA256: 01a701cd5a8043a543b18507a78e9d4a78656e550696095bf6f0d9ea16ae329b
SHA1: 7e8e1897ea2429d884eb0b8c02c78d6ce76d7a9b
MD5sum: 963154ba59f15304a2494e6eff9b404d
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.
Timestamp: 2021-02-15 10:52:17+00

Package: libecpg6-dbgsym
Source: postgresql-12
Version: 12.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 12.6-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg6-dbgsym_12.6-1.pgdg+1_arm64.deb
Size: 113536
SHA256: c82ba6b95552628b7e79fcec566c788f3daf6cf44ff54fa9e28482cb670ca666
SHA1: 495adf6720f18db5155dfe159aabf7d835fe0bb8
MD5sum: 70194a1157ac7a50d4ada247c4be99f9
Description: debug symbols for libecpg6
Build-Ids: 2add371f495a73d69c91bd7dd0e63a3631d949ba
Timestamp: 2021-02-15 10:52:17+00

Package: libpgtypes3
Source: postgresql-12
Version: 12.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpgtypes3_12.6-1.pgdg+1_arm64.deb
Size: 43204
SHA256: f547b5da7230c3a5faefa09af2ed3a029d9796838680d91b0e8101ef7cc908d3
SHA1: c1f2e7634a08f01d94acb67bb3481e429b9e95b7
MD5sum: 6393ad185a2e7f8b439b363e52b48cf8
Description: shared library libpgtypes for PostgreSQL 12
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-02-15 10:52:17+00

Package: libpgtypes3-dbgsym
Source: postgresql-12
Version: 12.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 12.6-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpgtypes3-dbgsym_12.6-1.pgdg+1_arm64.deb
Size: 89032
SHA256: a9a765eada8f96ee75f4b14121fb8d038c767153dcc9c7f8d7dd63ca2dbdb3a2
SHA1: 916080879e639f66d6613644bdf323309028e230
MD5sum: b29ff4e8587fb23294db0887e9f75577
Description: debug symbols for libpgtypes3
Build-Ids: 15bedb1f1212be1a77790da2f25b6a8db80a05f2
Timestamp: 2021-02-15 10:52:17+00

Package: libpq-dev
Source: postgresql-12
Version: 12.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 581
Depends: libpq5 (= 12.6-1.pgdg+1)
Suggests: postgresql-doc-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libpq-dev_12.6-1.pgdg+1_arm64.deb
Size: 138240
SHA256: 6438496b8bc51ae13d810faa972082046cc6af848033f483184ce12777226f0a
SHA1: c46fef824b19faba1f5abb0b49a8877f669fb1d4
MD5sum: a5eaeea72b0dd1b77d4a8503ef1b33ea
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.
Timestamp: 2021-02-15 10:52:17+00

Package: libpq5
Source: postgresql-12
Version: 12.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 772
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpq5_12.6-1.pgdg+1_arm64.deb
Size: 170360
SHA256: 3c9d789a1749182d01b9cc9bed734bbbbdecbb5d822d17f743be395769cf484e
SHA1: c0d4d7b2dca1a632a6ecb82a646cd7029b9413a5
MD5sum: 7699f6b302a8d3c6c042f26e7e89e9dc
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.
Timestamp: 2021-02-15 10:52:17+00

Package: libpq5-dbgsym
Source: postgresql-12
Version: 12.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 283
Depends: libpq5 (= 12.6-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpq5-dbgsym_12.6-1.pgdg+1_arm64.deb
Size: 250196
SHA256: a5a6c5a505e1fa881b51677ce8e697a023c0484d7bb4501005e13a23de1de248
SHA1: ffac87e4565d5e07d90d243de2736135a8e83f57
MD5sum: 88fcdcc52cad3ea46b59d985f9be5f9d
Description: debug symbols for libpq5
Build-Ids: 6b77e75f75defe51fd9b5c5390939c758c6dd719
Timestamp: 2021-02-15 10:52:17+00

Package: libecpg-compat3
Source: postgresql-9.6
Version: 9.6.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg-compat3_9.6.21-1.pgdg+1_arm64.deb
Size: 22368
SHA256: 9f166452923972b31d6a0163669dd26ab9ae70b5e2d4da6a91a4ade5d689afb0
SHA1: 9b70e43c0e1e5711b9ccfff26dbb705915730a47
MD5sum: de4991909f3b0d513a7cc02f4d678f24
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.
Timestamp: 2021-02-15 10:52:17+00

Package: libecpg-dev
Source: postgresql-9.6
Version: 9.6.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1179
Depends: libecpg-compat3 (= 9.6.21-1.pgdg+1), libecpg6 (= 9.6.21-1.pgdg+1), libpgtypes3 (= 9.6.21-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libecpg-dev_9.6.21-1.pgdg+1_arm64.deb
Size: 222560
SHA256: b467db07bd7e99e45f02ba1a8c5d6d375a48e8edd770a56a04f79434bd4abb6a
SHA1: e08298e1a00176b3da397db4468955ddf90569e3
MD5sum: 6de608b7c5bc9bb148f7395ce73de83d
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).
Timestamp: 2021-02-15 10:52:17+00

Package: libecpg6
Source: postgresql-9.6
Version: 9.6.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 413
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg6_9.6.21-1.pgdg+1_arm64.deb
Size: 86348
SHA256: 620d16afe677912614a6e16f8f5158996b6ad3d1f1a7ddb22400ba29fad0015c
SHA1: 857d97bd6fa959bac94f88502f1bf54ebe44e37f
MD5sum: 37f442c8608af8ade8237274a5ffcb4c
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.
Timestamp: 2021-02-15 10:52:17+00

Package: libpgtypes3
Source: postgresql-9.6
Version: 9.6.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpgtypes3_9.6.21-1.pgdg+1_arm64.deb
Size: 43468
SHA256: 50b105fdd9abaf0e9831cf8e143d1670ace0f7481236bd6c70833477c00cb0b3
SHA1: f40f47b08510994baa6d00401c1d46421cb5f1f6
MD5sum: 53bf16fcd2f37bfa33eaf23e323066ea
Description: shared library libpgtypes for PostgreSQL 9.6
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-02-15 10:52:17+00

Package: libpq-dev
Source: postgresql-9.6
Version: 9.6.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 735
Depends: libpq5 (= 9.6.21-1.pgdg+1), libc6 (>= 2.17)
Suggests: postgresql-doc-9.6
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libpq-dev_9.6.21-1.pgdg+1_arm64.deb
Size: 159844
SHA256: 5f353317d5beadfc44a13d0e3c2bf3f9f40d6588856bfdc2cb409965040da91b
SHA1: 4d659b0089e18610522b9cccf7f588275571f081
MD5sum: 49cd9e018036d0cb39524d11f6fe0147
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.
Timestamp: 2021-02-15 10:52:17+00

Package: libpq5
Source: postgresql-9.6
Version: 9.6.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 606
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpq5_9.6.21-1.pgdg+1_arm64.deb
Size: 136584
SHA256: 1c2824228386931d73b1a3b50efcfe418443c5beb2995f13d3328c30451a1437
SHA1: f6e20f284f04692591c91369d48a1f18d38770e3
MD5sum: 68f3f68db3067e9e66e32b03d49a60d3
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.
Timestamp: 2021-02-15 10:52:17+00

Package: postgresql-10-pljava
Source: postgresql-pljava
Version: 1.6.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1249
Depends: default-jre-headless | openjdk-11-jre-headless | java-runtime-headless, postgresql-10, postgresql-pljava-common (= 1.6.2-2.pgdg+1), libc6 (>= 2.17)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-10-pljava_1.6.2-2.pgdg+1_arm64.deb
Size: 885780
SHA256: 5cd94bf0f4b57a197496e0a111fbf042a94b5394e6a19bd4bf763b178ed71987
SHA1: 347ccc5c348fcc171ee2c0e9d0b46c6b54539fe2
MD5sum: a885a9edb32a96b6d6b10e964c8433f3
Description: Java procedural language for PostgreSQL 10
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-11-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2021-02-26 22:49:52+00

Package: postgresql-10-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 322
Depends: postgresql-10-pljava (= 1.6.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-10-pljava-dbgsym_1.6.2-2.pgdg+1_arm64.deb
Size: 261484
SHA256: 0695147c53ea95cbac16951aa549e25a7b61b60d66d9ef0c375c51effccc0c51
SHA1: 9fb3f33d954033c753aaad2dbe121999db201a7a
MD5sum: 4b048f5d170d3660407ead98e8af5ca1
Description: debug symbols for postgresql-10-pljava
Build-Ids: 2f5037e7a22c4339253f68972c596a2c83073fde
Timestamp: 2021-02-26 22:49:52+00

Package: postgresql-11-pljava
Source: postgresql-pljava
Version: 1.6.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1249
Depends: default-jre-headless | openjdk-11-jre-headless | java-runtime-headless, postgresql-11, postgresql-pljava-common (= 1.6.2-2.pgdg+1), libc6 (>= 2.17)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-11-pljava_1.6.2-2.pgdg+1_arm64.deb
Size: 885792
SHA256: 7cd07a79debf0f4fbcb9627df804e4de259ac05ab9eb8bd4bbabe3c8bd393cb2
SHA1: 19eaf5535fbdbdab8a28fda69f29f19d86a6dd40
MD5sum: 2d55ae0137ee85a17196de83d2d4c0f4
Description: Java procedural language for PostgreSQL 11
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-11-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2021-02-26 22:49:52+00

Package: postgresql-11-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 320
Depends: postgresql-11-pljava (= 1.6.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-11-pljava-dbgsym_1.6.2-2.pgdg+1_arm64.deb
Size: 259476
SHA256: d06e95b92434104bdc22a0c5e27def3791e1aed770a4dcfa1a29e394ef378da9
SHA1: 922b59fb72befc2af53fbf1901aa38a3e08c7ec6
MD5sum: 919bc104211f151951a264497c023eac
Description: debug symbols for postgresql-11-pljava
Build-Ids: 4debe645413573d92995fe58def49628e61afddb
Timestamp: 2021-02-26 22:49:52+00

Package: postgresql-12-pljava
Source: postgresql-pljava
Version: 1.6.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1249
Depends: default-jre-headless | openjdk-11-jre-headless | java-runtime-headless, postgresql-12, postgresql-pljava-common (= 1.6.2-2.pgdg+1), libc6 (>= 2.17)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-12-pljava_1.6.2-2.pgdg+1_arm64.deb
Size: 885740
SHA256: 1d53da8d350bf65dfa34250c4a84c7454395a17e68c59213912bd8e22d825a91
SHA1: f533c1697bed9d6cff93874325af8cece1d143e4
MD5sum: 6fe42dabd26932912d35d431b2c8fac3
Description: Java procedural language for PostgreSQL 12
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-11-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2021-02-26 22:49:52+00

Package: postgresql-12-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 329
Depends: postgresql-12-pljava (= 1.6.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-12-pljava-dbgsym_1.6.2-2.pgdg+1_arm64.deb
Size: 268584
SHA256: b551cd285a67c35f556b921efe7f97a6ce8ea49421d26a12a26ce9cc29bfeec1
SHA1: f2dda6342501ae26e80331e7fc175ab0c87f4382
MD5sum: 849db16374baf2f78b234459f2faf82d
Description: debug symbols for postgresql-12-pljava
Build-Ids: a48edee60011887e850ba0b36b316bff5d5934cc
Timestamp: 2021-02-26 22:49:52+00

Package: postgresql-13-pljava
Source: postgresql-pljava
Version: 1.6.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1249
Depends: default-jre-headless | openjdk-11-jre-headless | java-runtime-headless, postgresql-13, postgresql-pljava-common (= 1.6.2-2.pgdg+1), libc6 (>= 2.17)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-13-pljava_1.6.2-2.pgdg+1_arm64.deb
Size: 885652
SHA256: 4ac74781bc4fffc34b9eefbe29c0b4fa8cef77673cba1eeb43663a0213c61184
SHA1: 8a0254547f6280a17f757eb240d2c94648c1f48c
MD5sum: 52ea58e6d07bb745d7880e1ab8defe39
Description: Java procedural language for PostgreSQL 13
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-11-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2021-02-26 22:49:52+00

Package: postgresql-13-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 337
Depends: postgresql-13-pljava (= 1.6.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-13-pljava-dbgsym_1.6.2-2.pgdg+1_arm64.deb
Size: 276136
SHA256: 1afd5e2c87ea75951c87d00520343126a03ea015a50a9e1fd52d4b67a2fdd215
SHA1: e46f807ef9442f3287384aa07ce0c7d01c64e338
MD5sum: 1cef99139b874252666b8b4546afdca9
Description: debug symbols for postgresql-13-pljava
Build-Ids: ffe0e4816099f19500ca10c12fa777997c4d2c3d
Timestamp: 2021-02-26 22:49:52+00

Package: postgresql-9.5-pljava
Source: postgresql-pljava
Version: 1.6.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1249
Depends: default-jre-headless | openjdk-11-jre-headless | java-runtime-headless, postgresql-9.5, postgresql-pljava-common (= 1.6.2-2.pgdg+1), libc6 (>= 2.17)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-9.5-pljava_1.6.2-2.pgdg+1_arm64.deb
Size: 886052
SHA256: 01a3d86114fe4ae6bd0d99a2c5d96207c327bfe43361c7d81e0bd0969a88af96
SHA1: 50e4c0e7385775468247556c1ee87a6397ce7693
MD5sum: 77e6f494a5f1e17016234e2a2cc2442c
Description: Java procedural language for PostgreSQL 9.5
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-11-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2021-02-26 22:49:52+00

Package: postgresql-9.5-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 319
Depends: postgresql-9.5-pljava (= 1.6.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-9.5-pljava-dbgsym_1.6.2-2.pgdg+1_arm64.deb
Size: 258228
SHA256: 1b3d17d75ee556c7b247cf2ba380abbed5de5b516745dd247ae056270a038fdc
SHA1: 5367d2a4baa409c890f4035ba8af41715ffb10fa
MD5sum: fdc7f495f4a8d1ea2080a9672c1cb7c2
Description: debug symbols for postgresql-9.5-pljava
Build-Ids: 1c8f7863448b36925301044b49762685f550246d
Timestamp: 2021-02-26 22:49:52+00

Package: postgresql-9.6-pljava
Source: postgresql-pljava
Version: 1.6.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1249
Depends: default-jre-headless | openjdk-11-jre-headless | java-runtime-headless, postgresql-9.6, postgresql-pljava-common (= 1.6.2-2.pgdg+1), libc6 (>= 2.17)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-9.6-pljava_1.6.2-2.pgdg+1_arm64.deb
Size: 886388
SHA256: 99bae625a899bbc9752357b67ca5de5ea5a719ac44c4c886c73410d747bf5225
SHA1: 621ea491bbf9c9553fdc1edbc1c0b84e7b68214d
MD5sum: 158d823f80e6c8f208f97a9dd497853b
Description: Java procedural language for PostgreSQL 9.6
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-11-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2021-02-26 22:49:52+00

Package: postgresql-9.6-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 319
Depends: postgresql-9.6-pljava (= 1.6.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-9.6-pljava-dbgsym_1.6.2-2.pgdg+1_arm64.deb
Size: 258808
SHA256: 2297c88ddcd42ace6a2a959e6a303628c2671662e2ffae9fb252b386c0329fe7
SHA1: fae81ae5fe8d767a4f557a510dd56403d4d66a9d
MD5sum: 74b651ececdd3b73b85de4617ce86c42
Description: debug symbols for postgresql-9.6-pljava
Build-Ids: cfbfdfb63f2ff623b68e509d0b95b10638bc528b
Timestamp: 2021-02-26 22:49:52+00

Package: postgresql-pljava-common
Source: postgresql-pljava
Version: 1.6.2-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 19
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-pljava-common_1.6.2-2.pgdg+1_all.deb
Size: 7080
SHA256: 878eea1cac60e1cb34c09ba3f590ecde52b08ddba4fbd3feb1530cd4f6fd6a7d
SHA1: 6188d492c8aa32f60b060e183823867889108693
MD5sum: 8dc118ff546e9b6f55fd232cb6df24a8
Description: Java procedural language for PostgreSQL, config files
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package contains the pljava.policy config file.
Timestamp: 2021-02-26 22:49:52+00

Package: elephant-shed
Version: 1.3.4.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 9
Depends: elephant-shed-cockpit, elephant-shed-grafana, elephant-shed-omnidb, elephant-shed-pgbackrest, elephant-shed-pgbadger, elephant-shed-portal, elephant-shed-postgresql, elephant-shed-prometheus, elephant-shed-prometheus-node-exporter, elephant-shed-prometheus-sql-exporter, elephant-shed-shellinabox, elephant-shed-tmate
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed_1.3.4.pgdg+1_all.deb
Size: 3336
SHA256: 7a89aa724be8f8d30e5aaf2152c05e9ee395fb85116d903d58aa4a24440d1802
SHA1: 6032b94073e70a89a66bd8cc11dda090de371131
MD5sum: bf95f44655b758e72920aedcaae434a7
Description: PostgreSQL dashboard
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This meta package depends on all Elephant Shed components.
Timestamp: 2021-03-01 11:35:29+00

Package: elephant-shed-cockpit
Source: elephant-shed
Version: 1.3.4.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 18
Depends: cockpit
Recommends: cockpit-packagekit
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-cockpit_1.3.4.pgdg+1_all.deb
Size: 3784
SHA256: a601087e188e46b55de18d2194b77d7048b9ed766c9092637e5cdcd516ca9571
SHA1: 9770ba1cad8c34bdf382668dd3e6c3cbca719271
MD5sum: de13e7027fa90d6f3904b076edea7922
Description: PostgreSQL dashboard -- cockpit integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with cockpit.
Timestamp: 2021-03-01 11:35:29+00

Package: elephant-shed-grafana
Source: elephant-shed
Version: 1.3.4.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 164
Depends: curl, grafana (>> 5)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-grafana_1.3.4.pgdg+1_all.deb
Size: 16016
SHA256: 471e767963c08f3fd2e550834741b37cc21b15f5fe43b2e5c4539031412e495f
SHA1: 257ba46215f1e6fe562e611b8109ab6e08183a60
MD5sum: 275edc0f3d60b0992c2b122e531995ef
Description: PostgreSQL dashboard -- Grafana integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with Grafana.
Timestamp: 2021-03-01 11:35:29+00

Package: elephant-shed-omnidb
Source: elephant-shed
Version: 1.3.4.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 13
Depends: omnidb-server
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-omnidb_1.3.4.pgdg+1_all.deb
Size: 3672
SHA256: 535613300131923123b420cb90d14dbf33d77563799f459e3f278cdcaa65caab
SHA1: 8b435d5e553be0003922207c482bffc8655aab11
MD5sum: 1a4885c1891d55f5f8f21947e94436c1
Description: PostgreSQL dashboard -- OmniDB integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This meta package provides the integration with OmniDB.
Timestamp: 2021-03-01 11:35:29+00

Package: elephant-shed-pgbackrest
Source: elephant-shed
Version: 1.3.4.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 23
Depends: pgbackrest, postgresql-common
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-pgbackrest_1.3.4.pgdg+1_all.deb
Size: 5668
SHA256: a107909119f4b0a6270fad2be09f3155b3b85b84fc1d5fd340fba4ac1d90f51c
SHA1: 64553704af099866d6d1c171cfa872f3709ce202
MD5sum: 1aa9a02f2150cd0881d6a22f2077f92f
Description: PostgreSQL dashboard -- pgBackRest integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with pgBackRest.
Timestamp: 2021-03-01 11:35:29+00

Package: elephant-shed-pgbadger
Source: elephant-shed
Version: 1.3.4.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 26
Depends: pgbadger (>> 9), postgresql-common
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-pgbadger_1.3.4.pgdg+1_all.deb
Size: 5248
SHA256: 032d8864f3dc191138cfe45826688ff00d341c2c6e5497e879573f6192414a11
SHA1: 86aaf32cd5817f4561e801b374af3ba1a8984f88
MD5sum: bed8d221714803da97a623a7c44da1cc
Description: PostgreSQL dashboard -- pgBadger integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with pgBadger.
Timestamp: 2021-03-01 11:35:29+00

Package: elephant-shed-portal
Source: elephant-shed
Version: 1.3.4.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 6523
Depends: adduser, apache2, libapache2-mod-authnz-external, libapache2-mod-authz-unixgroup, libapache2-mod-wsgi-py3, libtemplate-perl, libcgi-pm-perl, pwauth
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-portal_1.3.4.pgdg+1_all.deb
Size: 2718392
SHA256: 61162ba03a5e57d55fa113db6205f400d63a1170e007bccead1f079048da0036
SHA1: 8ae3824f059b429f496fd51c26dbcaf94cfc06a5
MD5sum: 40da021e9f6b31b7c88ed00b22a7ed80
Description: PostgreSQL dashboard -- web interface
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the web interface.
Timestamp: 2021-03-01 11:35:29+00

Package: elephant-shed-postgresql
Source: elephant-shed
Version: 1.3.4.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 19
Depends: adduser, postgresql-common (>> 183~)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-postgresql_1.3.4.pgdg+1_all.deb
Size: 4692
SHA256: 753823b2c9e0bca67d4dba657f96cbdc3080ee1778b9b567161a4f8d27fec824
SHA1: 47b605083bdc5855cdf384aa4329c1a6693367ef
MD5sum: 9cb4abdf9f8dff03ad30d91e0a57b97f
Description: PostgreSQL dashboard -- PostgreSQL integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with PostgreSQL.
Timestamp: 2021-03-01 11:35:29+00

Package: elephant-shed-prometheus
Source: elephant-shed
Version: 1.3.4.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 23
Depends: prometheus (>= 2.0)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-prometheus_1.3.4.pgdg+1_all.deb
Size: 5268
SHA256: 3e475e7967895512a101d02605168acdbf04869876b93932ac013bbe352bebd1
SHA1: 355cb15a7b8b6aded477707c95bbb14c40527a22
MD5sum: ca28ea035c5aa7510ff53d899fabb162
Description: PostgreSQL dashboard -- Prometheus integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with Prometheus.
Timestamp: 2021-03-01 11:35:29+00

Package: elephant-shed-prometheus-node-exporter
Source: elephant-shed
Version: 1.3.4.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 25
Depends: prometheus-node-exporter (>= 0.16.0)
Breaks: elephant-shed-prometheus (<< 1.1)
Replaces: elephant-shed-prometheus (<< 1.1)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-prometheus-node-exporter_1.3.4.pgdg+1_all.deb
Size: 5408
SHA256: 7adbac93135b8cade633aa5f86a6e41b06e9089d56081bd998278fabbc58ea47
SHA1: 5693895d36e1d197e5cd35016449ae6c2a196975
MD5sum: bb72f32a59d3465b2fbeaf186db19713
Description: PostgreSQL dashboard -- Node exporter integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with the Prometheus node
 exporter.
Timestamp: 2021-03-01 11:35:29+00

Package: elephant-shed-prometheus-sql-exporter
Source: elephant-shed
Version: 1.3.4.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 59
Depends: libyaml-perl, postgresql-common, prometheus-sql-exporter
Breaks: elephant-shed-prometheus (<< 1.1)
Replaces: elephant-shed-prometheus (<< 1.1)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-prometheus-sql-exporter_1.3.4.pgdg+1_all.deb
Size: 9952
SHA256: 9885c1054d992750f743a7645df7f53f33a08a974e604696b77fc3fa6fec44ab
SHA1: f5550ffca56768e7fbe53531368ba7b8770ba4fc
MD5sum: 46097e48edfc4f3715fa4bed409554be
Description: PostgreSQL dashboard -- SQL exporter integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with the Prometheus SQL
 exporter.
Timestamp: 2021-03-01 11:35:29+00

Package: elephant-shed-shellinabox
Source: elephant-shed
Version: 1.3.4.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 10
Depends: shellinabox
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-shellinabox_1.3.4.pgdg+1_all.deb
Size: 3468
SHA256: 9ca22709111b8868e888a782db110638db1d8ead4adb43acfaf08c1ab3f35c70
SHA1: 67d5d1f5fcfaa1cbcf6de628e08cfe13cef86ea6
MD5sum: c85c2edc8f8498560b69e6cc60c90dc7
Description: PostgreSQL dashboard -- shellinabox integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This meta package provides the integration with shellinabox.
Timestamp: 2021-03-01 11:35:29+00

Package: elephant-shed-tmate
Source: elephant-shed
Version: 1.3.4.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 18
Depends: tmate (>= 2.4)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-tmate_1.3.4.pgdg+1_all.deb
Size: 4136
SHA256: e6a3ba9c51044d0b65862f5d53cbe2b6cddb561fa264946aa331d452c49b4f6d
SHA1: 614b4075a7b01f09a487909b98014eb2be93f94c
MD5sum: 2b5097916ff4860840708213d729a521
Description: PostgreSQL dashboard -- tmate integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with tmate.
Timestamp: 2021-03-01 11:35:29+00

Package: grafana
Version: 7.4.3
License: "Apache 2.0"
Vendor: Grafana
Architecture: arm64
Maintainer: contact@grafana.com
Installed-Size: 162074
Depends: adduser, libfontconfig1
Homepage: https://grafana.com
Priority: extra
Section: default
Filename: pool/main/g/grafana/grafana_7.4.3_arm64.deb
Size: 48196650
SHA256: 442fd9d73e504aacf331a56deb6bf2bf0ab1567cedf4df2d6660284c19005cff
SHA1: c7358681e4c97ddad9fe95ba507194ed46096310
MD5sum: a0890b17978028211f95cb7c7ebeb2ec
Description: Grafana
Timestamp: 2021-03-01 11:35:29+00

Package: omnidb-common
Source: omnidb
Version: 3.0.3b+ds-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28744
Depends: fonts-roboto-unhinted, fonts-glyphicons-halflings, libjs-jquery, python3:any, python3-cherrypy3, python3-django (>= 2:2.2), python3-django-auth-ldap, python3-django-sass, python3-openpyxl, python3-paramiko, python3-pgspecial, python3-prettytable, python3-psycopg2, python3-pyaes, python3-restrictedpython, python3-scrypt, python3-social-django, python3-sqlparse, python3-sshtunnel
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/omnidb-common_3.0.3b+ds-2.pgdg+1_all.deb
Size: 4369144
SHA256: c58ddaac23368329fa249f07bf9115a50db7e5268dc16c263f4da27703c9b2c6
SHA1: ec80eee665d8b354436dcdf4bcf607796cf5f5d5
MD5sum: be3bbeda8334a721107425499e9ea5f7
Description: Web tool for database management (shared files)
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight. Check-out some
 characteristics:
 .
  * Web Tool: Accessible from any platform, using a browser as a medium
  * Responsive Interface: All available functions in a single page
  * Unified Workspace: Different technologies managed in a single workspace
  * Simplified Editing: Easy to add and remove connections
  * Safety: Multi-user support with encrypted personal information
  * Interactive Tables: All functionalities use interactive tables, allowing
    copying and pasting in blocks
  * Smart SQL Editor: Contextual SQL code completion
  * Beautiful SQL Editor: You can choose between many available color themes
  * Tabbed SQL Editor: Easily add, rename or delete editor tabs
 .
 Supported DBMS: PostgreSQL, Oracle, MySQL, MariaDB
 .
 This package contains shared files.
Timestamp: 2021-03-01 11:35:29+00

Package: omnidb-server
Source: omnidb
Version: 3.0.3b+ds-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: adduser, omnidb-common (= 3.0.3b+ds-2.pgdg+1)
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/omnidb-server_3.0.3b+ds-2.pgdg+1_all.deb
Size: 8700
SHA256: 81ed2a3b4a7b9db09585377d66db58db45a1ce6e026a4d19d0940a3fc5ce7023
SHA1: f655de5f6694912e2ddcacf9dd5ee3494401bca9
MD5sum: d0c3da133bf542996eafaa2596969baa
Description: Web tool for database management
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight. Check-out some
 characteristics:
 .
  * Web Tool: Accessible from any platform, using a browser as a medium
  * Responsive Interface: All available functions in a single page
  * Unified Workspace: Different technologies managed in a single workspace
  * Simplified Editing: Easy to add and remove connections
  * Safety: Multi-user support with encrypted personal information
  * Interactive Tables: All functionalities use interactive tables, allowing
    copying and pasting in blocks
  * Smart SQL Editor: Contextual SQL code completion
  * Beautiful SQL Editor: You can choose between many available color themes
  * Tabbed SQL Editor: Easily add, rename or delete editor tabs
 .
 Supported DBMS: PostgreSQL, Oracle, MySQL, MariaDB
 .
 This package runs OmniDB as system service on http://127.0.0.1:8000.
Timestamp: 2021-03-01 11:35:29+00

Package: patroni
Version: 2.0.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 766
Depends: python3-cdiff, python3-click (>= 4.1), python3-dateutil, python3-pkg-resources, python3-prettytable (>= 0.7), python3-psutil, python3-six (>= 1.7), python3-urllib3, python3-yaml, python3:any (>= 3.5~), lsb-base (>= 3.0-6), python3-psycopg2, python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_2.0.2-1.pgdg+1_all.deb
Size: 152432
SHA256: 47179d874ce799ce828c4c3e6d7ee703be528127155aef16a6fcb7ce183a8d97
SHA1: f65a3c7b548b75b9fade730e77a3dd39c3485a8c
MD5sum: cc9fd1c48d1e9aa6ad72e3d4bb14127f
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2021-03-12 11:11:01+00

Package: patroni-doc
Source: patroni
Version: 2.0.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 862
Depends: libjs-sphinxdoc (>= 2.4.3-5~), sphinx-rtd-theme-common (>= 0.5.1+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_2.0.2-1.pgdg+1_all.deb
Size: 117652
SHA256: 208b6491816b594fdfd83ca5aeaf155f4e5ae30d23e505de58a9b42b2b793607
SHA1: bbb6694888f45bd67871e770187c08891b71d39c
MD5sum: 2ad3f0fb6bb5a8c002fde2bb9c826d7f
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2021-03-12 11:11:01+00

Package: postgresql-10-plpgsql-check
Source: plpgsql-check
Version: 1.16.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check_1.16.0-1.pgdg+1_arm64.deb
Size: 68504
SHA256: b56b47a7dcc0e2891023edd5f31fffdf2a15507bd76b07290710378bb84f4e91
SHA1: 799cea90529b957f43559e8c7b07b5797be48d9e
MD5sum: f0014eba5862b44707294c927db15400
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2021-03-12 11:11:01+00

Package: postgresql-10-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.16.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 220
Depends: postgresql-10-plpgsql-check (= 1.16.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check-dbgsym_1.16.0-1.pgdg+1_arm64.deb
Size: 190776
SHA256: d094bc4d9388ade7080d6514606df396d873b926d7c7369ac67785c3e3b44460
SHA1: 7c6223ad2a205586a0ed9518c3b15d4974eee1fc
MD5sum: 89cf87769d3fc8f2f233267eb3e2c0d4
Description: debug symbols for postgresql-10-plpgsql-check
Build-Ids: e3ee982c0e67565602170366f9251302cb919772
Timestamp: 2021-03-12 11:11:01+00

Package: postgresql-11-plpgsql-check
Source: plpgsql-check
Version: 1.16.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 575
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check_1.16.0-1.pgdg+1_arm64.deb
Size: 256012
SHA256: a6fe870a00b960dba9a94b933bafbdb101cac517fd63d25e547d6d670de6aa0e
SHA1: 3b28744a9671d1864001f24a3dac30b82e1a955a
MD5sum: 6ac4b2784671e1f5672fcc7e7b450299
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2021-03-12 11:11:01+00

Package: postgresql-11-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.16.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 225
Depends: postgresql-11-plpgsql-check (= 1.16.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check-dbgsym_1.16.0-1.pgdg+1_arm64.deb
Size: 197360
SHA256: 1e492628e97c7773ebe069d06448c6953ac3cfaa2233e776d6670e2ffd213d3b
SHA1: 43caa051360f8efda4f1ca4c04b8d20154757c59
MD5sum: 23d696f0ee267adb7a740b9e0d80b248
Description: debug symbols for postgresql-11-plpgsql-check
Build-Ids: 6d9e5448e11b4b70fb2ce3d89821f9ad5ea9830c
Timestamp: 2021-03-12 11:11:01+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 1.16.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 580
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_1.16.0-1.pgdg+1_arm64.deb
Size: 261300
SHA256: e5211a9c2077bb9b29503f21e023fdf4098d56e8394a11bf58725f469d68b82a
SHA1: 003c3aad026889b8ec1d1277ca01c221c0eaf725
MD5sum: dd39305bea115db20db84c045948ec65
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2021-03-12 11:11:01+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.16.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 230
Depends: postgresql-12-plpgsql-check (= 1.16.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_1.16.0-1.pgdg+1_arm64.deb
Size: 203240
SHA256: ff3d365ad849003169dffcc0ab7613b14eeb7d9f8876c1646332ff403c5aa769
SHA1: 13a74bc009b92279ac6d3e37afeeea9633c064a8
MD5sum: a1bf035bdec5996451d6fa1579e5047b
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: e6ce2fb01b9cf5d26139c86f18d5843c57dc5dbd
Timestamp: 2021-03-12 11:11:01+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 1.16.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 584
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_1.16.0-1.pgdg+1_arm64.deb
Size: 263756
SHA256: e1b6eacb50016a4f384bfbdc59179bb81ca3449fb90be67cc96938cd252b2252
SHA1: c8bcaf30068ad6b540cbc3fea4d13a5809bfe55c
MD5sum: 9f65403009abf1d390f962ad53ace2d1
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2021-03-12 11:11:01+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.16.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 244
Depends: postgresql-13-plpgsql-check (= 1.16.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_1.16.0-1.pgdg+1_arm64.deb
Size: 216544
SHA256: 056a10683ca680612d5d5194de6c4f5fd7e2f90a21bc76bf4e4ee3dd42e4bd43
SHA1: 25eb74fe6ef0af4bc32704a1b4cb41a446ee8e44
MD5sum: 058c835960e6f8acb68bdcf4575caf80
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: e217a72fc0a0aaaf8aa442ddbd2024e58d9813b6
Timestamp: 2021-03-12 11:11:01+00

Package: postgresql-9.5-plpgsql-check
Source: plpgsql-check
Version: 1.16.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-9.5, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-9.5-plpgsql-check_1.16.0-1.pgdg+1_arm64.deb
Size: 68824
SHA256: 67c042de5e7a231e68a08eb37c06ff3c68b1283c88251d5f7cd806f6a088d092
SHA1: 391602a9ff92bf7eb54b4efe6521906978f0f176
MD5sum: 50fbea02119ce3d01b80289742234b80
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2021-03-12 11:11:01+00

Package: postgresql-9.5-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.16.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 222
Depends: postgresql-9.5-plpgsql-check (= 1.16.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-9.5-plpgsql-check-dbgsym_1.16.0-1.pgdg+1_arm64.deb
Size: 192684
SHA256: 3445ce4f20612d3cc5c40cef05361bbddfd9f4c996a416900c2436e7b817bc32
SHA1: 544b91f3713a15eaf143c29f2eadb1282cf7014f
MD5sum: 73b3973008ca5057817578b5d36906ba
Description: debug symbols for postgresql-9.5-plpgsql-check
Build-Ids: cf01bc5ba6435c5925bbbb2dd0f6ff6099ead714
Timestamp: 2021-03-12 11:11:01+00

Package: postgresql-9.6-plpgsql-check
Source: plpgsql-check
Version: 1.16.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-9.6-plpgsql-check_1.16.0-1.pgdg+1_arm64.deb
Size: 68544
SHA256: 31ba0da6fa174a3d5781cb4c09e44a2ab019fdd8578b2cec85eca98d432fe432
SHA1: 4952fe2e7b01c8d4db4d22db49fa1685b1892404
MD5sum: 7b982b7ff942287194e18159369095b8
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2021-03-12 11:11:01+00

Package: postgresql-9.6-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.16.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 223
Depends: postgresql-9.6-plpgsql-check (= 1.16.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-9.6-plpgsql-check-dbgsym_1.16.0-1.pgdg+1_arm64.deb
Size: 192748
SHA256: 85f45656e9171a6bc3cb5e81982663c4a0557e3b615296c97a2283518ef18204
SHA1: 08d3a617c60c9a0bc798c35471bfba18a4518901
MD5sum: 1f04dc472c50405b03679ba9580d1c0a
Description: debug symbols for postgresql-9.6-plpgsql-check
Build-Ids: be38f5135a62ff97658cc0676978255260e3f6a2
Timestamp: 2021-03-12 11:11:01+00

Package: pspg
Version: 4.3.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 249
Depends: libc6 (>= 2.17), libncursesw6 (>= 6), libpq5 (>= 9.0~), libreadline8 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_4.3.1-2.pgdg+1_arm64.deb
Size: 98492
SHA256: 08f00d2925fb896c3bc49df63c2d308e472e8e1e2219a7505f9d1823fd5cfd80
SHA1: 61c7cfb731b698d783a90af6de20f7798b43b42c
MD5sum: afafcd312088add205a686bf0ec3b621
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2021-03-12 11:11:01+00

Package: pspg-dbgsym
Source: pspg
Version: 4.3.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 335
Depends: pspg (= 4.3.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_4.3.1-2.pgdg+1_arm64.deb
Size: 309356
SHA256: da2459090d914684d7407869466145dcea91d706f96c6a029a63740bb3822fee
SHA1: 1843f1740b57297dd60175fe8ab19553a9f3e88e
MD5sum: e0049ccd44110e1c917255d971ceb146
Description: debug symbols for pspg
Build-Ids: fa878ddc1488117550173ef58a160dbb3ca6a608
Timestamp: 2021-03-12 11:11:01+00

Package: pg-activity
Version: 2.1.0-1.pgdg+1
Architecture: all
Maintainer: Emmanuel Bouthenot <kolter@debian.org>
Installed-Size: 183
Depends: python3-attr, python3-blessed, python3-humanize, python3-psutil, python3:any, python3-psycopg2
Homepage: https://github.com/julmon/pg_activity
Priority: optional
Section: utils
Filename: pool/main/p/pg-activity/pg-activity_2.1.0-1.pgdg+1_all.deb
Size: 38200
SHA256: 92d21130c39c40783ab1bc3a00e39d631c456f0048abf1ec2713716dfac277c2
SHA1: ca8eb84dd54d578e8a04e84ca8fbb297020bc9cc
MD5sum: 360beeeae9553e823d40eff27933bf11
Description: Realtime PostgreSQL database server monitoring tool
 PgActivity is a curses-based realtime utility to display information from a
 running PostgreSQL database server.
 .
 It is modelled after the standard 'top' utility, and displays information such
 as:
   - the running, waiting and blocking queries
   - cpu, memory and i/o usage of each query
   - the queries execution time
 .
 It also provides interactive commands to sort, filter, scroll and extend the
 queries list displayed.
Timestamp: 2021-03-22 14:20:50+00

Package: vip-manager
Version: 1.0.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9296
Depends: libc6 (>= 2.17)
Enhances: patroni
Built-Using: consul (= 1.8.7+dfsg1-1), etcd (= 3.3.25+dfsg-6), golang-1.15 (= 1.15.9-1), golang-fsnotify (= 1.4.9-2), golang-github-armon-go-metrics (= 0.3.4-1), golang-github-coreos-semver (= 0.3.0-1), golang-github-fatih-color (= 1.7.0-1), golang-github-hashicorp-go-cleanhttp (= 0.5.2-1), golang-github-hashicorp-go-hclog (= 0.11.0-1), golang-github-hashicorp-go-immutable-radix (= 1.3.0-1), golang-github-hashicorp-go-rootcerts (= 1.0.2-2), golang-github-hashicorp-golang-lru (= 0.5.4-2), golang-github-hashicorp-hcl (= 1.0.0-1.1), golang-github-hashicorp-serf (= 0.9.4~ds1-1), golang-github-json-iterator-go (= 1.1.10-2), golang-github-magiconair-properties (= 1.8.4-1), golang-github-mattn-go-colorable (= 0.1.7-1), golang-github-mattn-go-isatty (= 0.0.12-1), golang-github-mdlayher-arp (= 0.0~git20191213.f72070a-2), golang-github-mdlayher-ethernet (= 0.0~git20190606.0394541-2), golang-github-mdlayher-raw (= 0.0~git20191009.50f2db8-2), golang-github-mitchellh-mapstructure (= 1.3.3-1), golang-github-modern-go-concurrent (= 1.0.3-1.1), golang-github-modern-go-reflect2 (= 1.0.1-1), golang-github-pelletier-go-toml (= 1.8.1-1), golang-github-spf13-afero (= 1.5.1-1), golang-github-spf13-cast (= 1.3.1-1), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-1), golang-github-spf13-pflag (= 1.0.5-2), golang-github-spf13-viper (= 1.7.1-1), golang-github-subosito-gotenv (= 1.2.0+git20190917.de67a66-2), golang-golang-x-net (= 1:0.0+git20210119.5f4716e+dfsg-2), golang-golang-x-sys (= 0.0~git20210124.22da62e-1), golang-golang-x-text (= 0.3.6-1), golang-gopkg-ini.v1 (= 1.57.0-1), golang-yaml.v2 (= 2.4.0-1)
Homepage: https://github.com/cybertec-postgresql/vip-manager
Priority: optional
Section: net
Filename: pool/main/v/vip-manager/vip-manager_1.0.1-3.pgdg+1_arm64.deb
Size: 2495528
SHA256: 390de412662513145e2b3acffb22a63b59ae216e425aa1c81e08cbc561519882
SHA1: 11958a5282ff67f7babcfc002706a1bead2f09d7
MD5sum: 7f0e9928128979eb54bbefbce4bd0ada
Description: Patroni virtual IP manager
 This package needs to be installed and configured on all nodes of a Patroni
 PostgreSQL cluster. Given a Patroni namespace and scope in etcd or consul,
 the vip-manager service monitors that namespace for leader changes due to
 failovers or switchovers and adds or removes the VIP on the local node
 accordingly.
Timestamp: 2021-04-15 20:23:03+00

Package: pgbackrest
Version: 2.33-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1003
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.17), liblz4-1 (>= 0.0~r127), libpq5, libssl1.1 (>= 1.1.0), libxml2 (>= 2.7.4), libzstd1 (>= 1.4.0), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc, check-pgbackrest
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.33-1.pgdg+1_arm64.deb
Size: 315392
SHA256: af4d070ee058c98825732dcafa1c31d0f349d3b98f12f96aeeb8076744120437
SHA1: 732437a5867c6223d755e8d3107ce1ddce6ebf7b
MD5sum: a871e5b4b2333b49a678d7bfeb85e61c
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.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2021-04-19 09:51:53+00

Package: pgbackrest-dbgsym
Source: pgbackrest
Version: 2.33-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1148
Depends: pgbackrest (= 2.33-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.33-1.pgdg+1_arm64.deb
Size: 1033792
SHA256: 9957a17800619a60b6f1983812a6d572bb2c9844684b512ee87ab374eda2c71d
SHA1: b80b4698a837cb199295c879d06ba7ac78a89064
MD5sum: 1a7433860fbbae39f743e23b10e5086e
Description: debug symbols for pgbackrest
Build-Ids: 844021a51cd221141a2d3c040f703061dd9716d1
Timestamp: 2021-04-19 09:51:53+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.33-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1273
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.33-1.pgdg+1_all.deb
Size: 113060
SHA256: f4a811b07494f04d12b38afb6b75a0d391bfd5ce858342f8f56ba85103e0b707
SHA1: d45ebf164aa2f5f792ed170387103d508cc4dc18
MD5sum: 782c3b033639729884f5e7d399c8e908
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2021-04-19 09:51:53+00

Package: libpgpool0
Source: pgpool2
Version: 4.1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: libc6 (>= 2.29)
Breaks: pgpool2 (<< 3.1.1)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libs
Filename: pool/main/p/pgpool2/libpgpool0_4.1.4-3.pgdg+1_arm64.deb
Size: 143096
SHA256: 0ab19ab664d9b48e1fcda0e94075f19e410a4ad0632b4daaa42e5dec43911a5e
SHA1: beac12d488d408b53f19f089c5f2a81588e42e13
MD5sum: 50f6b271145df8fe8f05517313095059
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).
Timestamp: 2021-04-22 15:48:46+00

Package: libpgpool0-dbgsym
Source: pgpool2
Version: 4.1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 78
Depends: libpgpool0 (= 4.1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/libpgpool0-dbgsym_4.1.4-3.pgdg+1_arm64.deb
Size: 61060
SHA256: bcb08d8ae57397ca01eaa11d3a7a3876ca95a1ec0939b10db181f1a66688f33a
SHA1: 7d404241d94c55be6fdf0a76295e8f2f21aaac08
MD5sum: 253924925137de84abb67ffc1b83427a
Description: debug symbols for libpgpool0
Build-Ids: 2a474b7d76cf3994e2ba93ffc64ba941fc5ee3f1
Timestamp: 2021-04-22 15:48:46+00

Package: libpgpool-dev
Source: pgpool2
Version: 4.1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 249
Depends: libpgpool0 (= 4.1.4-3.pgdg+1)
Conflicts: libpcp3-dev
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libdevel
Filename: pool/main/p/pgpool2/libpgpool-dev_4.1.4-3.pgdg+1_arm64.deb
Size: 152684
SHA256: 35a2b0d05f3a63ddadbdf093bf4d289c6139af967eab5282d54ecbe7577a95f2
SHA1: c09f6f1fb7ad24c6c62f6719a3cda0ab3f10a6c2
MD5sum: a54e45887ac96161b83342a72659c924
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).
Timestamp: 2021-04-22 15:48:46+00

Package: libpostgis-java
Source: postgis-java
Version: 1:2.4.0-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 78
Depends: libpostgresql-jdbc-java
Suggests: postgresql-postgis
Breaks: libpostgis-jdbc, libpostgisjava, postgresql-postgis-java
Replaces: libpostgis-jdbc, libpostgisjava, postgresql-postgis-java
Homepage: https://github.com/postgis/postgis-java
Priority: optional
Section: java
Filename: pool/main/p/postgis-java/libpostgis-java_2.4.0-2.pgdg+1_all.deb
Size: 54036
SHA256: 3a5a2b79bc9ef008c88734b31898a92a0d2707231a96fa5512a49d934be8a921
SHA1: 9f0c20cfb562b709179ff33bc77f2e324523cebf
MD5sum: 6aa3597f44eb046a5e3085bf4800d05b
Description: Geographic objects support for PostgreSQL -- JDBC support
 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 JDBC support for PostGIS.
Timestamp: 2021-04-22 15:48:46+00

Package: pgpool2
Version: 4.1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5258
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: libpgpool0 (= 4.1.4-3.pgdg+1), lsb-base (>= 3.0-3), postgresql-common (>= 26), ucf, libc6 (>= 2.29), libcrypt1 (>= 1:4.1.0), libmemcached11, libpam0g (>= 0.99.7.1), libpq5, libssl1.1 (>= 1.1.0)
Enhances: postgresql
Conflicts: pgpool
Replaces: pgpool
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/pgpool2_4.1.4-3.pgdg+1_arm64.deb
Size: 1063272
SHA256: 9d7b0ac39c296ea74ff507f90e0e676732f922b9a662554a34a8de45e00a5cec
SHA1: 9b5572ece4b1dd3cdb3ffe49197cd83ac2b3fddd
MD5sum: 01879ab15381da85a1390cbe602e1bc5
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.
Timestamp: 2021-04-22 15:48:46+00

Package: pgpool2-dbgsym
Source: pgpool2
Version: 4.1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1731
Depends: pgpool2 (= 4.1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/pgpool2-dbgsym_4.1.4-3.pgdg+1_arm64.deb
Size: 1610424
SHA256: 2044adaf3e0dead8412a23284390156ef3f641d6fc2b8688d21f02cea95d244a
SHA1: fae370c0c3e46036642a01b26a087fda7a186092
MD5sum: 408133ba636bb46d20c4bbe7de22bc6d
Description: debug symbols for pgpool2
Build-Ids: 271810f4ae1144fb0599f3a3bd338977cde71058 277a0fac6e43ae11572c3217f45758e84eb16a69 4609e7d8a2c5da7efb129ab161c7c94f34c38a72 8c9ab25f5d5152ef16cbaa40984906e27d12e1f1 d344b0e2bec7a6ae57eb032808d643d079ee3a82
Timestamp: 2021-04-22 15:48:46+00

Package: postgresql-10-cron
Source: pg-cron
Version: 1.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-10, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-10-cron_1.3.1-1.pgdg+1_arm64.deb
Size: 27844
SHA256: b8f3077398672db6f985aa298655b9d5b6439ee0cd6860420b5b06c65783579d
SHA1: 884173d3029ef862ef978e7a1f78384074022002
MD5sum: 6bfc0c866ceafbbd872290c3a7707b2a
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2021-04-22 15:48:46+00

Package: postgresql-10-cron-dbgsym
Source: pg-cron
Version: 1.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-10-cron (= 1.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-10-cron-dbgsym_1.3.1-1.pgdg+1_arm64.deb
Size: 82148
SHA256: 20a50af62c83fd27f12d1380c6543b6be21d77c6047ad7c225bbc9a8061de025
SHA1: fca69595130e01236166f097147fd624165abb73
MD5sum: dfa2d5288fac5c331df383ff7166b3df
Description: debug symbols for postgresql-10-cron
Build-Ids: 3964a2e85fe3da0df17443bf01e5ea33370d1e9c
Timestamp: 2021-04-22 15:48:46+00

Package: postgresql-10-partman
Source: pg-partman
Version: 4.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5927
Depends: postgresql-10, python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-10-partman_4.5.0-1.pgdg+1_arm64.deb
Size: 234652
SHA256: e02af79a284b3f1478d83188def238152e3ccbaccdc0375c7f8b9c59f5d4c8fa
SHA1: ecaa3f67f9172da74dab5942cd1243ece9c93aa8
MD5sum: 9c87735b7168b0078827c828e335577a
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.
Timestamp: 2021-04-22 15:48:46+00

Package: postgresql-10-partman-dbgsym
Source: pg-partman
Version: 4.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-10-partman (= 4.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-10-partman-dbgsym_4.5.0-1.pgdg+1_arm64.deb
Size: 19056
SHA256: e8919d10bd53c8be1dc34684daa233507632a5ea4cfa1a39f7ce78b34ee2797e
SHA1: 5ba1a464b93a541e657a945517025ea5577aeaa0
MD5sum: d6f59ed1e9322e801b90f3c279153967
Description: debug symbols for postgresql-10-partman
Build-Ids: 8311b9e93ac897ffda90554985ab13ede785b805
Timestamp: 2021-04-22 15:48:46+00

Package: postgresql-10-pgpool2
Source: pgpool2
Version: 4.1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: libpgpool0 (>= 4.1.4-3.pgdg+1), postgresql-10, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2_4.1.4-3.pgdg+1_arm64.deb
Size: 134604
SHA256: fe0ba9fa76532ceaf55526a36542f755cec790fe0d60fe087e555a558fd426de
SHA1: c60deafe244f5a9b864fd0cede1406fa0e4f66e3
MD5sum: 457d8689a56f9a4b1c4c8c573752223c
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 10 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2021-04-22 15:48:46+00

Package: postgresql-10-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-10-pgpool2 (= 4.1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2-dbgsym_4.1.4-3.pgdg+1_arm64.deb
Size: 45544
SHA256: abe28d3ad71e5bcfa286432a1609f25801afbb34a5737884165835794b6ca1a1
SHA1: 2c46525529dc765d00e210a0201f3e3166abcbf1
MD5sum: be2208e300c94e7746330d11b2f2b42f
Description: debug symbols for postgresql-10-pgpool2
Build-Ids: 5fd45011a3707f287d3e6355d28e6d956fcf9e01 bfce1eb58eacbfb59f5ed39b1563c2ad5b818743 e209b84d4d995502266a59c997f75294f51816ee
Timestamp: 2021-04-22 15:48:46+00

Package: postgresql-11-cron
Source: pg-cron
Version: 1.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 215
Depends: postgresql-11, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-11-cron_1.3.1-1.pgdg+1_arm64.deb
Size: 88028
SHA256: a711f222a3c8b6a369b9a5ee2b360ce22cf7353aa6c2d67cb10753c8fd66261e
SHA1: ac2d4873daf36056d6e525f93e81aa140ce971c8
MD5sum: ec0f02a7de2c4a4a28250e3fddd49bcf
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2021-04-22 15:48:46+00

Package: postgresql-11-cron-dbgsym
Source: pg-cron
Version: 1.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-11-cron (= 1.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-11-cron-dbgsym_1.3.1-1.pgdg+1_arm64.deb
Size: 83940
SHA256: 5195120a8820957373e9fec37a592d4ea089846ec853badaa068057eb5ce34f8
SHA1: 84a83a7c6eccf2356c9b881e85c532bcc0f199a6
MD5sum: d7864ff1c69fa2e0614f26251a0706d7
Description: debug symbols for postgresql-11-cron
Build-Ids: fbbc7d416faacd7e89003e3a90e0434efc682a53
Timestamp: 2021-04-22 15:48:46+00

Package: postgresql-11-partman
Source: pg-partman
Version: 4.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5939
Depends: postgresql-11, python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-11-partman_4.5.0-1.pgdg+1_arm64.deb
Size: 246892
SHA256: 0641f27a7240f7e9c6049f103245445ae38e2fb1f47e7ced415f6d08738849ac
SHA1: bc4e2e89544083893e17b9c555b0a00968c099b5
MD5sum: d17a9f43feec799740535d39b990d5e1
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.
Timestamp: 2021-04-22 15:48:46+00

Package: postgresql-11-partman-dbgsym
Source: pg-partman
Version: 4.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-11-partman (= 4.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-11-partman-dbgsym_4.5.0-1.pgdg+1_arm64.deb
Size: 19332
SHA256: 5f3a6e8b4d71827fe10e231cd4a7bbc756082e756264305038646e6688d459fb
SHA1: 36e0496ab66f6f4804f39e4c73c6c48372fb8065
MD5sum: 36a642b074d02e554b04610a8eb20ddb
Description: debug symbols for postgresql-11-partman
Build-Ids: 68d75e45c265688be8e1eba8212001a7a22fba88
Timestamp: 2021-04-22 15:48:46+00

Package: postgresql-11-pgpool2
Source: pgpool2
Version: 4.1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libpgpool0 (>= 4.1.4-3.pgdg+1), postgresql-11, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2_4.1.4-3.pgdg+1_arm64.deb
Size: 158144
SHA256: 6781830180dd5acb8434a1b0cc6a7ec6f53f5c8924c00b3892a75660cc68ae2f
SHA1: 9c6521493bc901c299c614dae1817b22dcc8b858
MD5sum: 8869e84d473b31784f1b456a0d620831
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 11 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2021-04-22 15:48:46+00

Package: postgresql-11-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-11-pgpool2 (= 4.1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2-dbgsym_4.1.4-3.pgdg+1_arm64.deb
Size: 44812
SHA256: 4cf421fbd61fbf565750ce6e99eb30405ed9d6890c243f1e1d1781a309f87ab7
SHA1: 2cc41f9cbabeb636abe72719f672969379634343
MD5sum: b8d9f52d1c5bd2d6ec9eb510e2aa1a82
Description: debug symbols for postgresql-11-pgpool2
Build-Ids: 16d2b2a2caf1b7b9b905664b9ced5235d8a6def8 e03f7a164aa8a4aacb5caee67482bed18d05d8de fb84193f53be0da33fe990f5435ef0b25ca492b2
Timestamp: 2021-04-22 15:48:46+00

Package: postgresql-12-cron
Source: pg-cron
Version: 1.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 216
Depends: postgresql-12, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-12-cron_1.3.1-1.pgdg+1_arm64.deb
Size: 89724
SHA256: 08e98c09249b7b565bbcf06fae55f9a8ecc03fc7fe6827bdcefeb9876217cbdf
SHA1: 32547f6025dcad1e5bf23bc9df22467064fe28ec
MD5sum: ffc91741451521c48dc1c57ebc70f5fb
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2021-04-22 15:48:46+00

Package: postgresql-12-cron-dbgsym
Source: pg-cron
Version: 1.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: postgresql-12-cron (= 1.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-12-cron-dbgsym_1.3.1-1.pgdg+1_arm64.deb
Size: 89584
SHA256: b06505ba2c3b0ab83d7f82781791b4d69ef31e26353ef78ee7bce40754ae7552
SHA1: 73063a8f603c38ee8201f3052aa25db0014b77ad
MD5sum: d4f6f73679a16abbf720227570180207
Description: debug symbols for postgresql-12-cron
Build-Ids: 0438590531954e5e3fcc781fad44997b84382e88
Timestamp: 2021-04-22 15:48:46+00

Package: postgresql-12-partman
Source: pg-partman
Version: 4.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5939
Depends: postgresql-12, python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-12-partman_4.5.0-1.pgdg+1_arm64.deb
Size: 246240
SHA256: 66385c6b445fb8d6b33db4b9b4aa8753e4bef7923a7c3f79930923c582c570c5
SHA1: 537326e148dcbcdcf0e2e161f77f91be23d8cd35
MD5sum: 8ea13c435a36b8c6b0fb83bc6b0a21cd
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.
Timestamp: 2021-04-22 15:48:46+00

Package: postgresql-12-partman-dbgsym
Source: pg-partman
Version: 4.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-12-partman (= 4.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-12-partman-dbgsym_4.5.0-1.pgdg+1_arm64.deb
Size: 19664
SHA256: 15308de51f83877b25958a4483cc3c8580d233bde68c61a6ad84d794a20cfd62
SHA1: bee89e22b05a8229017c32165089e874b6035b33
MD5sum: aa7dac3a8622decb8d1b21e737ddcb34
Description: debug symbols for postgresql-12-partman
Build-Ids: e54d4f0394355607e6af1f843365746261f8fa65
Timestamp: 2021-04-22 15:48:46+00

Package: postgresql-12-pgpool2
Source: pgpool2
Version: 4.1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: libpgpool0 (>= 4.1.4-3.pgdg+1), postgresql-12, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2_4.1.4-3.pgdg+1_arm64.deb
Size: 158228
SHA256: 5ca6709c9b1e9d18d4768d2061f3723759b33c4a6fee226341faf7828642c85c
SHA1: 24c0bffc159ddbb332679693dc1ef69f24340617
MD5sum: 5466b0ec41ae4950df5e8d0bc7305ac0
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 12 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2021-04-22 15:48:46+00

Package: postgresql-12-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 78
Depends: postgresql-12-pgpool2 (= 4.1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2-dbgsym_4.1.4-3.pgdg+1_arm64.deb
Size: 46108
SHA256: 53ea9f260dd19e6d52e7d1097835730606b7f6fb0e55fc1bf992439677d3187e
SHA1: 5ada89555be1988f906be6405479789896f15297
MD5sum: 0cd2a5575866a16758b63d3948241f4c
Description: debug symbols for postgresql-12-pgpool2
Build-Ids: 7d6e24e8145b83c50ab2ef1131f9d0103782c582 c634c420baad3f5c4cb81ba398f3fadabca433ba e64da32cd918e166423e079d70070e0ac5a95068
Timestamp: 2021-04-22 15:48:46+00

Package: postgresql-13-cron
Source: pg-cron
Version: 1.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 217
Depends: postgresql-13, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-13-cron_1.3.1-1.pgdg+1_arm64.deb
Size: 90064
SHA256: d00a16c9b50fa003566be9d971202f90bcf62948651caec88790666426ec22cc
SHA1: a28f280b0d7328113f7fc392322cafb4cf800a34
MD5sum: e0c67f308beac6e93e89bba463557ed7
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2021-04-22 15:48:46+00

Package: postgresql-13-cron-dbgsym
Source: pg-cron
Version: 1.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-13-cron (= 1.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-13-cron-dbgsym_1.3.1-1.pgdg+1_arm64.deb
Size: 93168
SHA256: 1f1cb1cc1923d1d07a2003cd08dd6950629d85aa0747a3f4a751c6585c39ae97
SHA1: cbf8ade347571d49623647ffbeb31f0bdb5fbd4e
MD5sum: 59ba19e380df502c472c74e883ea69d6
Description: debug symbols for postgresql-13-cron
Build-Ids: 5b5a55c1839bfb8ba6f2e82216a2d23e491a45bd
Timestamp: 2021-04-22 15:48:46+00

Package: postgresql-13-partman
Source: pg-partman
Version: 4.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5940
Depends: postgresql-13, python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-13-partman_4.5.0-1.pgdg+1_arm64.deb
Size: 247144
SHA256: 0f4dccd41006ffda25129a508281055f20cb2d697d0de49e597cda73f90eebd8
SHA1: a3069950ec2d355b5452013c7ddf35012bdaaa60
MD5sum: ca1dd6d2db92ab101bca56686bb507e3
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.
Timestamp: 2021-04-22 15:48:46+00

Package: postgresql-13-partman-dbgsym
Source: pg-partman
Version: 4.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-13-partman (= 4.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-13-partman-dbgsym_4.5.0-1.pgdg+1_arm64.deb
Size: 20664
SHA256: 590f0a954cf8da019ce484fb3296ebc4c6a2b9afd4fc6c94772d8eb99cbf01ab
SHA1: 451307c0eb928d85896f7dd7e01659d7676053af
MD5sum: 9f8962c765e115b257361af36c459769
Description: debug symbols for postgresql-13-partman
Build-Ids: 8aa9d59b16f272e7fa2d562aff28736b0a990b47
Timestamp: 2021-04-22 15:48:46+00

Package: postgresql-13-pgpool2
Source: pgpool2
Version: 4.1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libpgpool0 (>= 4.1.4-3.pgdg+1), postgresql-13, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2_4.1.4-3.pgdg+1_arm64.deb
Size: 157948
SHA256: aec45b80cf7b89bf9bd267a2d60db6a554892d38049660ead12fb4f0dbda2896
SHA1: 2ab6d77600d0337fcf723f4e4368807b978e98d1
MD5sum: c0ea68792d2acab69febeef24f50ba5c
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 13 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2021-04-22 15:48:46+00

Package: postgresql-13-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-13-pgpool2 (= 4.1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2-dbgsym_4.1.4-3.pgdg+1_arm64.deb
Size: 43656
SHA256: b42c4e0c6c13f4a2daf1621e821f4e4948c92bb57942691053ba4f2e695bd7a9
SHA1: a3ea59106cb5eb1d4134d4557f70ca558726c463
MD5sum: c2e4a1a6d2136fd2a12ee4854b412bfd
Description: debug symbols for postgresql-13-pgpool2
Build-Ids: 0cf990577c391b4eb8c611b0d3aad24d1bd1704e 21f5248f4360e843c47542c3e6e91661220a0b32 4fdf571a082a53935e4ce14c95937a6c377652dd
Timestamp: 2021-04-22 15:48:46+00

Package: postgresql-9.5-cron
Source: pg-cron
Version: 1.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 91
Depends: postgresql-9.5, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-9.5-cron_1.3.1-1.pgdg+1_arm64.deb
Size: 27804
SHA256: 293427c554d345bf55ec78f8362f15b2b88f0cb656bc148edc63a9d47aad4db8
SHA1: 131563191ba400d452d6b327ecf57a2aca4f14e8
MD5sum: bf5419d28a631ebf6f43a42cafb26241
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2021-04-22 15:48:46+00

Package: postgresql-9.5-cron-dbgsym
Source: pg-cron
Version: 1.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-9.5-cron (= 1.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-9.5-cron-dbgsym_1.3.1-1.pgdg+1_arm64.deb
Size: 77080
SHA256: 281ab1768092e9cfce2cdcfc4f64991bcad167a0759e9feaf98d68c189484a2e
SHA1: 5b8940154cdc249350c9e9298147b35376274b7c
MD5sum: 65ad5175d477a70adc1b14e1fd82be1a
Description: debug symbols for postgresql-9.5-cron
Build-Ids: bbf5b9d63cc1df8028ab6688f079a277c7ad3deb
Timestamp: 2021-04-22 15:48:46+00

Package: postgresql-9.5-partman
Source: pg-partman
Version: 4.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5927
Depends: postgresql-9.5, python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-9.5-partman_4.5.0-1.pgdg+1_arm64.deb
Size: 234648
SHA256: 2af3f879fa6afa688d65b7e914f2952f037c32363c3c4a0eb28dec718f65be51
SHA1: f6963617753740efa10b667783c80dd0e077f64c
MD5sum: 918791b97cd3887dd3ef30055943e12a
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.
Timestamp: 2021-04-22 15:48:46+00

Package: postgresql-9.5-partman-dbgsym
Source: pg-partman
Version: 4.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-9.5-partman (= 4.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-9.5-partman-dbgsym_4.5.0-1.pgdg+1_arm64.deb
Size: 18472
SHA256: a279e5e718d6f312917bf7dfd7cacd45eead738404d85123e08b5b74ba5d1671
SHA1: 7a639927369f8b3819e8e8110786c7a204edc460
MD5sum: 97f29c91020efc7d71258b6982e22107
Description: debug symbols for postgresql-9.5-partman
Build-Ids: ccdcd6ba4084b0ee932a40cb272e23a2aed43583
Timestamp: 2021-04-22 15:48:46+00

Package: postgresql-9.5-pgpool2
Source: pgpool2
Version: 4.1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: libpgpool0 (>= 4.1.4-3.pgdg+1), postgresql-9.5, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-9.5-pgpool2_4.1.4-3.pgdg+1_arm64.deb
Size: 134636
SHA256: 0d8565997088f40282caa8cfd475613f2f0c14c5ec4dd616d412d1758fbc8d8b
SHA1: 2c6bf19726fa605cd8fc39dbc3e2d1a32075d304
MD5sum: eb55bcdb4b67edfdf5c1f6a4d8741c00
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)
Timestamp: 2021-04-22 15:48:46+00

Package: postgresql-9.5-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-9.5-pgpool2 (= 4.1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-9.5-pgpool2-dbgsym_4.1.4-3.pgdg+1_arm64.deb
Size: 38860
SHA256: 1df4fc8bb9269cdd2842ead4bdde8b549a780dee46e098dcfa83fe359f53807d
SHA1: 582e9bdd106d89e87530fc032e0b04bbfe1498ef
MD5sum: 314baa660599a647d51a828a7f6cdf5e
Description: debug symbols for postgresql-9.5-pgpool2
Build-Ids: 285c16b6389d25b54ea75f14ac6bf8c282210c2e 6ffdd67473d89de97150e9c8cc3cce364670620f cbb2fad1a401160e208f0a09dd3f66963a5552ea
Timestamp: 2021-04-22 15:48:46+00

Package: postgresql-9.6-cron
Source: pg-cron
Version: 1.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 91
Depends: postgresql-9.6, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-9.6-cron_1.3.1-1.pgdg+1_arm64.deb
Size: 27804
SHA256: ac1e73344cc764a98e23b64761d27e56b5eeb722e62c42af4b459f5ff5f6da8e
SHA1: 7c66ae97469655e43f83d433bfe351847948eb41
MD5sum: a04c3524ec6b6e99fbe45a55f2dcc4fb
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2021-04-22 15:48:46+00

Package: postgresql-9.6-cron-dbgsym
Source: pg-cron
Version: 1.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: postgresql-9.6-cron (= 1.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-9.6-cron-dbgsym_1.3.1-1.pgdg+1_arm64.deb
Size: 79256
SHA256: aec8467bd4d38a8bf85d14903f94a7c134a500183e7049a4860f05b6ce58500e
SHA1: 16c5f80066043fe9d8edc702af901c77c644fca2
MD5sum: 2b37813f8e0165ed36b2b096c02767b1
Description: debug symbols for postgresql-9.6-cron
Build-Ids: 41e08be032e310fdd0b9b6e0f08570073413e215
Timestamp: 2021-04-22 15:48:46+00

Package: postgresql-9.6-partman
Source: pg-partman
Version: 4.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5927
Depends: postgresql-9.6, python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-9.6-partman_4.5.0-1.pgdg+1_arm64.deb
Size: 234628
SHA256: e3803acd88a031b3741b108da4579bb2d0d245354d2618ce4b573d829cd55b25
SHA1: 86c784936acc76ff758c988815f4de225b90946d
MD5sum: 868d3af9f95f778f6a0a73131d6cc082
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.
Timestamp: 2021-04-22 15:48:46+00

Package: postgresql-9.6-partman-dbgsym
Source: pg-partman
Version: 4.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-9.6-partman (= 4.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-9.6-partman-dbgsym_4.5.0-1.pgdg+1_arm64.deb
Size: 18848
SHA256: 3fe4b833fd8baea7cc94f572993e23e932dc9286ec7066c02ebc7b356b368dc2
SHA1: b1ed50cb8917c2675f9bc693b0b3e435761a5cca
MD5sum: 6faafdcac0837b8599be6d29553337a5
Description: debug symbols for postgresql-9.6-partman
Build-Ids: 6fab81aa192a8dd0a4539cf3d9155bace4a0f17b
Timestamp: 2021-04-22 15:48:46+00

Package: postgresql-9.6-pgpool2
Source: pgpool2
Version: 4.1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: libpgpool0 (>= 4.1.4-3.pgdg+1), postgresql-9.6, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-9.6-pgpool2_4.1.4-3.pgdg+1_arm64.deb
Size: 134612
SHA256: 20005779debd3e6d90b8dd4e44967844ed2bd8d0b174414e777ff45c05f58ab8
SHA1: 3aecdcdc82d2402b7299c78fe6924146739572ee
MD5sum: 7cba53a4d8c80cf9840e550097b9f331
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)
Timestamp: 2021-04-22 15:48:46+00

Package: postgresql-9.6-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-9.6-pgpool2 (= 4.1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-9.6-pgpool2-dbgsym_4.1.4-3.pgdg+1_arm64.deb
Size: 39228
SHA256: a7b164e6261827aadf23ae6ee4e8f1f88a3b2d4be2af71f7446079c9eb245e6f
SHA1: 5e8d3599edc48f25ce7c9ad25e1d1d3bc92c88e8
MD5sum: 4e9d556d57a5371fa3aa8fb114df0efa
Description: debug symbols for postgresql-9.6-pgpool2
Build-Ids: 10f88923c0f30cd6f9e6e53a97296f4030fd051f 29e7ece7d19776ac1088c5eaef87a5b1b04c22da 6957c479dda7e64294144e29088c518e1f99b2ca
Timestamp: 2021-04-22 15:48:46+00

Package: pspg
Version: 4.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 253
Depends: libc6 (>= 2.17), libncursesw6 (>= 6), libpq5 (>= 9.0~), libreadline8 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_4.6.0-1.pgdg+1_arm64.deb
Size: 100396
SHA256: 75337cc231a9bc4024a2973d542693e9f8600243ca941e5bd4bbd6e3135440a6
SHA1: 3bbc6455f3da77a8147746e236ad14d75ab896a4
MD5sum: 9b8259046dc0d10fc94ea3f40f924e1e
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2021-04-22 15:48:46+00

Package: pspg-dbgsym
Source: pspg
Version: 4.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 340
Depends: pspg (= 4.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_4.6.0-1.pgdg+1_arm64.deb
Size: 313720
SHA256: b76dfdc4f37a7ad721dec6ae3fd0b3a97005f76c1fbb57781d73e45f783038a1
SHA1: 960f408aadc9d9da6ebdba2c3a7abe914ff0f789
MD5sum: c77a0ac194a93b0ff9e703d88dcc4ef9
Description: debug symbols for pspg
Build-Ids: b5bcbe617575517f0a633c88b241ce95cc15095b
Timestamp: 2021-04-22 15:48:46+00

Package: libpostgresql-jdbc-java
Source: libpgjava
Version: 42.2.20-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 996
Conflicts: libpg-java (<= 9.1-901-1), libpgjava (<= 7.4.7-3)
Replaces: libpg-java (<= 9.1-901-1), libpgjava
Provides: libpg-java, libpgjava
Built-Using: libscram-java (= 2.1-1.pgdg+1)
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: java
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java_42.2.20-1.pgdg+1_all.deb
Size: 914944
SHA256: 096a9a9d7eaf8a5445eae80bf31b7aa264beaa2131f83b094c011c183c6f7740
SHA1: 65d318feecfdabc6a18cf23b2f604ccde095d9d8
MD5sum: 78da75e28e528088666694bc3453c0db
Description: Java database (JDBC) driver for PostgreSQL
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
Timestamp: 2021-04-23 16:24:41+00

Package: libpostgresql-jdbc-java-doc
Source: libpgjava
Version: 42.2.20-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 10950
Depends: default-jdk-doc
Conflicts: libpg-java-doc (<= 8.4-702-1)
Replaces: libpg-java-doc
Provides: libpg-java-doc
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java-doc_42.2.20-1.pgdg+1_all.deb
Size: 627668
SHA256: a3ba9c0fc75e1eb1f255e3d67c81ed2335effb48a73fd2a3bc5f88400bfb261a
SHA1: 8710e8c3c9eb794cb5879991899e4722b30fc614
MD5sum: 578764c146236f9c55a8b96f1fd03469
Description: Java database (JDBC) driver for PostgreSQL (documentation)
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
 .
 This package contains the documentation.
Timestamp: 2021-04-23 16:24:41+00

Package: libscram-java
Version: 2.1-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 123
Depends: libstringprep-java
Suggests: libscram-java-doc
Multi-Arch: foreign
Homepage: https://github.com/ongres/scram
Priority: optional
Section: java
Filename: pool/main/libs/libscram-java/libscram-java_2.1-1.pgdg+1_all.deb
Size: 73412
SHA256: aad5a5ebd791a58a918215dfdb6e87d63e663e0ae97964bed06b03a4db44eefa
SHA1: e7e0e07c6dfcab40df1f9df10a72b9894323e290
MD5sum: 17d1487502bdd257ef701de028608588
Description: Salted Challenge Response Authentication Mechanism
 SCRAM (Salted Challenge Response Authentication Mechanism) is part of the
 family of Simple Authentication and Security Layer (SASL, RFC 4422)
 authentication mechanisms. It is described as part of RFC 5802 and RFC 7677.
 .
 This project aims to provide a complete clean-room implementation of SCRAM. It
 is written in Java and provided in a modular, re-usable way, independent of
 other software or programs.
Timestamp: 2021-04-23 16:24:41+00

Package: libstringprep-java
Version: 1.1-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 119
Multi-Arch: foreign
Homepage: https://gitlab.com/ongresinc/stringprep
Priority: optional
Section: java
Filename: pool/main/libs/libstringprep-java/libstringprep-java_1.1-1.pgdg+1_all.deb
Size: 64836
SHA256: 840adc0bec628b38d538a33e83b23c94c254879475623f5a8891f023cfbf050c
SHA1: 94d728fe3810d885283405984a92950ddc3def49
MD5sum: 84847ce12005e3616305ca2c3e5d4b13
Description: Stringprep (RFC 3454) Java implementation
 This project implements the RFC 3454 Preparation of Internationalized Strings
 ("stringprep") in pure Java.
Timestamp: 2021-04-23 16:24:41+00

Package: ora2pg
Version: 21.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1194
Depends: libdbd-mysql-perl | libdbd-oracle-perl, libdbd-pg-perl, libdbi-perl, libio-compress-perl, perl:any
Recommends: postgresql-client
Homepage: https://ora2pg.darold.net/
Priority: optional
Section: database
Filename: pool/main/o/ora2pg/ora2pg_21.1-1.pgdg+1_all.deb
Size: 361988
SHA256: 09273aa8b3d236a452c4c2bd9e56ee756e3992c31083b785529dddb406c6fb52
SHA1: 23d279a6794380476bce4873611741bb394cb033
MD5sum: c3cbf35429979d5c2455192ce4d29422
Description: Oracle/MySQL to PostgreSQL database schema converter
 Ora2Pg migrates Oracle and MySQL database schemas to PostgreSQL. It connects
 to the database, scans it automatically and extracts its structure or data.
 It then generates SQL scripts you can load into PostgreSQL.
Timestamp: 2021-04-23 16:24:41+00

Package: postgresql-10-pllua
Source: postgresql-pllua
Version: 1:2.0.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 333
Depends: postgresql-10, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-10-pllua_2.0.9-1.pgdg+1_arm64.deb
Size: 105272
SHA256: 55cd2d5119323f61ae2901b9cca5c683943b3d8b982ce60911c6b51b56806c3c
SHA1: 17d1528809f8804eb0eca7929eeecddb7346d191
MD5sum: 34ebfd62040f0488d4b17ca3315e6501
Description: Lua procedural language for PostgreSQL 10
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2021-04-24 17:21:24+00

Package: postgresql-10-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 348
Depends: postgresql-10-pllua (= 1:2.0.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-10-pllua-dbgsym_2.0.9-1.pgdg+1_arm64.deb
Size: 300940
SHA256: fb84d5e5babd3bee5f577affd5f24470d6158d180fb2d37016cb56cce9d6954f
SHA1: 729e4a28cb82c84f62bb3f88f1d2e96a46a3b3d9
MD5sum: fccf77b227835ef887c38d0427656454
Description: debug symbols for postgresql-10-pllua
Build-Ids: 22002060669e5b8b97c28b52edbc346d03203bce f63a7161969667f074b5a831076d9cf857db2255
Timestamp: 2021-04-24 17:21:24+00

Package: postgresql-11-pllua
Source: postgresql-pllua
Version: 1:2.0.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 953
Depends: postgresql-11, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-11-pllua_2.0.9-1.pgdg+1_arm64.deb
Size: 388508
SHA256: 3b9d9312b50d1d6e531504ada6b653bdc621c13890d7be3ca164ce55374995dd
SHA1: fc32ee843f6322fb52375ba7291006b9f0c45db4
MD5sum: 1ea05c38539b90945f01a8462724c0f2
Description: Lua procedural language for PostgreSQL 11
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2021-04-24 17:21:24+00

Package: postgresql-11-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 349
Depends: postgresql-11-pllua (= 1:2.0.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-11-pllua-dbgsym_2.0.9-1.pgdg+1_arm64.deb
Size: 302032
SHA256: fcafdf9be9673832a6ef27680d5edb41ce6061225c5ceae4a0f787de7994d65f
SHA1: c622058def43a6fd4219e9cd14e66b6d2ca2306c
MD5sum: a5f42a5bb868ef497127b9fee796c879
Description: debug symbols for postgresql-11-pllua
Build-Ids: 6a4a35655ad05060c3ce47ef59103e5625f428a4 b54b56c9d1d8957e0f26cc89dcf24d26ab4ffd6c
Timestamp: 2021-04-24 17:21:24+00

Package: postgresql-12-pllua
Source: postgresql-pllua
Version: 1:2.0.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 957
Depends: postgresql-12, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-12-pllua_2.0.9-1.pgdg+1_arm64.deb
Size: 389828
SHA256: b5fc32211711a17fd93f419b19820815a984f993a43501889254b249e4183dbc
SHA1: 93fe7fd3dd5e8a513a573f7a7047f3ae1f7fa698
MD5sum: a0ce8e3da655c04ae5612f8827f4f1b9
Description: Lua procedural language for PostgreSQL 12
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2021-04-24 17:21:24+00

Package: postgresql-12-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 350
Depends: postgresql-12-pllua (= 1:2.0.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-12-pllua-dbgsym_2.0.9-1.pgdg+1_arm64.deb
Size: 303120
SHA256: c01bdb2a3126a90b37979527c62a1df2bd42f5485cb40c7969334487f2ba8038
SHA1: e3995e2c7307f3c826c90870b92df286734322ed
MD5sum: f17314a0ef171976169ddf67e9184bd0
Description: debug symbols for postgresql-12-pllua
Build-Ids: 44fafd3a875af1162abda5c8da92a7be000c9832 5638d151fb4d98ecab1e294bcf4db17e7b6fda27
Timestamp: 2021-04-24 17:21:24+00

Package: postgresql-13-pllua
Source: postgresql-pllua
Version: 1:2.0.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 951
Depends: postgresql-13, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-13-pllua_2.0.9-1.pgdg+1_arm64.deb
Size: 388668
SHA256: 716b1e861da2f80f5b581d9fac58fbeea424e279cf43f122025e9840aaf89c1e
SHA1: 892f7f481075bfb0b06dd2ab1469aa914795ddbf
MD5sum: 7fd73697ebc6e634ccb837f37c24c8d4
Description: Lua procedural language for PostgreSQL 13
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2021-04-24 17:21:24+00

Package: postgresql-13-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 355
Depends: postgresql-13-pllua (= 1:2.0.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-13-pllua-dbgsym_2.0.9-1.pgdg+1_arm64.deb
Size: 307928
SHA256: 94e3b9bb072661bb9392bf4a58eadd101157581b530048fdafaf13a995da4ad6
SHA1: f1f09c6dad262af429500ae60f1d37e5097658e1
MD5sum: 67a3a999bcf21a26d657518aed23a29b
Description: debug symbols for postgresql-13-pllua
Build-Ids: a6028fc4e497acfddf1ab219ca842048a7891624 ae1ddfb71c9b001bf5dab62a75609e2574f5c3c5
Timestamp: 2021-04-24 17:21:24+00

Package: postgresql-9.5-pllua
Source: postgresql-pllua
Version: 1:2.0.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 333
Depends: postgresql-9.5, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-9.5-pllua_2.0.9-1.pgdg+1_arm64.deb
Size: 105616
SHA256: a96c52a3c7c0885f9946958b6e0ec3b1d40c9b86671ab90cb023796fd8df7dea
SHA1: 225923cc8f45aa315a9b69c070c1602b52964e45
MD5sum: 676b0f00c2d3785090702c03fc05efe8
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.
 .
 This package is based on pllua-ng.
Timestamp: 2021-04-24 17:21:24+00

Package: postgresql-9.5-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 345
Depends: postgresql-9.5-pllua (= 1:2.0.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-9.5-pllua-dbgsym_2.0.9-1.pgdg+1_arm64.deb
Size: 297744
SHA256: 6ff0b54b853769b7e1e1493d560b3aba23889ab7be64cf1e69df35799f2a7897
SHA1: c1b0b93ec5fb06ab51e2d3810e702a8da752c703
MD5sum: 4eadfc30a6f301e8b47c0206f43dde90
Description: debug symbols for postgresql-9.5-pllua
Build-Ids: 2a9ab176776308ae9f9683cd655a7e244e6ee590 ef29dd56b370d104caa534d8bb6fab9f4677c667
Timestamp: 2021-04-24 17:21:24+00

Package: postgresql-9.6-pllua
Source: postgresql-pllua
Version: 1:2.0.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 329
Depends: postgresql-9.6, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-9.6-pllua_2.0.9-1.pgdg+1_arm64.deb
Size: 105536
SHA256: 2896efe78f78ee9bc3dfe8fdfc38dfc6f1bfb8f178265211ee8e7ef046c67cef
SHA1: 67f3f959a6b839b1e31910e2c5bbfb4a7ab517ed
MD5sum: 6430c82277a811c00ac07497a6682649
Description: Lua procedural language for PostgreSQL 9.6
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2021-04-24 17:21:24+00

Package: postgresql-9.6-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 346
Depends: postgresql-9.6-pllua (= 1:2.0.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-9.6-pllua-dbgsym_2.0.9-1.pgdg+1_arm64.deb
Size: 297948
SHA256: 1ada5cebc3e49369ce733bd63115176ae7a5fabc1f8460ed2d95def79d1b332c
SHA1: a0a4cd9bc59197be549b3ccb8100aa3b5f8f631a
MD5sum: 144336ecb315bda24eee9e652a2256ba
Description: debug symbols for postgresql-9.6-pllua
Build-Ids: ae424fc9a497e8629a9a9fa3925d50173faa90a0 d6d041dcc901fe7bd327edcd66d3afe6fcd61129
Timestamp: 2021-04-24 17:21:24+00

Package: check-pgbackrest
Version: 2.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libdata-dump-perl, libjson-perl, perl
Enhances: pgbackrest
Breaks: pgbackrest (<< 2.28)
Homepage: https://github.com/pgstef/check_pgbackrest
Priority: optional
Section: database
Filename: pool/main/c/check-pgbackrest/check-pgbackrest_2.0-1.pgdg+1_all.deb
Size: 16420
SHA256: 9db3a5134d77566f167d62674b594f87074ed8e50ae69b1d83119ff2bbd73179
SHA1: f339b2f922e20627119c1b32d9b3ab14f6605843
MD5sum: c31f8533a2c40cf0998d4830433f721b
Description: pgBackRest backup check plugin for Nagios
 check_pgbackrest is designed to monitor pgBackRest PostgreSQL backups from
 Nagios.
Timestamp: 2021-05-05 11:37:50+00

Package: pgformatter
Version: 5.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 278
Depends: perl:any
Multi-Arch: foreign
Homepage: http://sqlformat.darold.net/
Priority: optional
Section: database
Filename: pool/main/p/pgformatter/pgformatter_5.0-1.pgdg+1_all.deb
Size: 82140
SHA256: e0c2dbac4f41b64739100b1bd8afa5472419963becfdfc042fc9cb383f5027a6
SHA1: ca28c02fbc543f9650ac1a2cd9739ead3847302f
MD5sum: be4411f4673710d82f40d4404a57fd2d
Description: PostgreSQL SQL syntax beautifier
 This SQL formatter/beautifier supports keywords from SQL-92, SQL-99,
 SQL-2003, SQL-2008, SQL-2011 and PostgreSQL specifics keywords. May
 works with any other databases too.
 .
 pgFormatter can work as a console program or as a CGI. pg_format will
 automatically detect its environment and output as text or as HTML
 following the context.
Timestamp: 2021-05-05 11:37:50+00

Package: postgresql-10-pgrouting
Source: pgrouting
Version: 3.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2490
Depends: postgresql-10-pgrouting-scripts (>= 3.1.3-1.pgdg+1), postgresql-10, postgresql-10-postgis, postgresql-10-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-10-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-10-pgrouting_3.1.3-1.pgdg+1_arm64.deb
Size: 628180
SHA256: 77f2e748376ae4367662c35c7a08c2ad07e150df0c958f500a30a00c5642b8e9
SHA1: 260003a0ee23b4cb0676819140c5a17565acb508
MD5sum: 3dfe724eff6f7bfcfd1665987caf9968
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 10.
Timestamp: 2021-05-10 19:28:23+00

Package: postgresql-10-pgrouting-dbgsym
Source: pgrouting
Version: 3.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 23413
Depends: postgresql-10-pgrouting (= 3.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-10-pgrouting-dbgsym_3.1.3-1.pgdg+1_arm64.deb
Size: 23272968
SHA256: 428f14bf8123b355c2841b2114a71a31cc2a05a8efb1f810c1371bb46881bd8d
SHA1: dfe1ba1a6f99328623fa87792a7935f23c6f2199
MD5sum: 10537abfac9aff6aec9b1d7f55bb2f3f
Description: debug symbols for postgresql-10-pgrouting
Build-Ids: 84032632fb29ad5295552a1ea07551352bf58067
Timestamp: 2021-05-10 19:28:23+00

Package: postgresql-10-pgrouting-doc
Source: pgrouting
Version: 3.1.3-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4456
Depends: libjs-mathjax, libjs-sphinxdoc (>= 2.4.3-5~)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-10-pgrouting-doc_3.1.3-1.pgdg+1_all.deb
Size: 1131148
SHA256: ad16f7bf06079478185d00c840cc1ffb3fb00469a026f8874bbda5beb6fe0c43
SHA1: 94b021a085c45f4b3e7d7fd713b481bb21c9c40e
MD5sum: 64dd3bfb5c13b2c157f58a046a93ff87
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.
Timestamp: 2021-05-10 19:28:23+00

Package: postgresql-10-pgrouting-scripts
Source: pgrouting
Version: 3.1.3-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1483
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-10-pgrouting-scripts_3.1.3-1.pgdg+1_all.deb
Size: 54776
SHA256: fbad637f4acf4d18aa8af99946d264ffbc120b95a3283c4efc11c392effd3b69
SHA1: 12d815763f822bd1dfcbb98dd77de8c01f9a1125
MD5sum: 9599bd736fc884a0ace81762c0addf0b
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 10.
Timestamp: 2021-05-10 19:28:23+00

Package: postgresql-10-wal2json
Source: wal2json
Version: 2.3-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-10-wal2json_2.3-2.pgdg+2_arm64.deb
Size: 17504
SHA256: f403c679c3c15413a8b9bd0b3302b0af144a5a4d147b10e95e45bc6131f785ff
SHA1: f11f17bcbebb2fd45c9f0898e847bcaa0834a44c
MD5sum: a5c6be46311703e571326d8240741275
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2021-05-10 19:28:23+00

Package: postgresql-10-wal2json-dbgsym
Source: wal2json
Version: 2.3-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-10-wal2json (= 2.3-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-10-wal2json-dbgsym_2.3-2.pgdg+2_arm64.deb
Size: 52988
SHA256: dd3153f8967795aaf05f6edd986c5a11f4397686c60707450f274c050dfe4d9b
SHA1: 22b80502cc74c56c220c042316c2385f17ad366e
MD5sum: 43778ca42b013dd0eb45818434ce334b
Description: debug symbols for postgresql-10-wal2json
Build-Ids: 8a556e00e02a29ef78fd5f85853f2539de6867dc
Timestamp: 2021-05-10 19:28:23+00

Package: postgresql-11-pgrouting
Source: pgrouting
Version: 3.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2494
Depends: postgresql-11-pgrouting-scripts (>= 3.1.3-1.pgdg+1), postgresql-11, postgresql-11-postgis, postgresql-11-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-11-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting_3.1.3-1.pgdg+1_arm64.deb
Size: 628628
SHA256: 7c38d9e016828d9113598b5d6fe8a9f3d2273b7839ab838cd5d8fac5be8a46b6
SHA1: fd3ace5b7c44106eaf8e73460d5d2627151aca48
MD5sum: 92036e3023b0ba8c8405eba704bbe69c
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 11.
Timestamp: 2021-05-10 19:28:23+00

Package: postgresql-11-pgrouting-dbgsym
Source: pgrouting
Version: 3.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 23382
Depends: postgresql-11-pgrouting (= 3.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-dbgsym_3.1.3-1.pgdg+1_arm64.deb
Size: 23242052
SHA256: 7a78d838b6ffb4e333fdbd137f3dd6b84a4964cfd728833a533baa784b2d6066
SHA1: 2a1645588cbcde315fcba5cd67e63c7072d02f10
MD5sum: d2fbc76be9c6b149ac075d294d5569e7
Description: debug symbols for postgresql-11-pgrouting
Build-Ids: 1779d4e26bc6a557c363221c19f71122a724b0b3
Timestamp: 2021-05-10 19:28:23+00

Package: postgresql-11-pgrouting-doc
Source: pgrouting
Version: 3.1.3-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4456
Depends: libjs-mathjax, libjs-sphinxdoc (>= 2.4.3-5~)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-doc_3.1.3-1.pgdg+1_all.deb
Size: 1131128
SHA256: a16220390d38505bb8e8bd42063773f5b8fa1f404adaff1a51c984440ec3912b
SHA1: 3a394ba60b9d1b84205b732c0680b290e7f2dca8
MD5sum: 6fe0e5d94a60202432f77e99b4b0d4a1
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.
Timestamp: 2021-05-10 19:28:23+00

Package: postgresql-11-pgrouting-scripts
Source: pgrouting
Version: 3.1.3-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1483
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-scripts_3.1.3-1.pgdg+1_all.deb
Size: 54772
SHA256: 3cbb0a9141d2be5f0961c413dafc17f74111c9cedaa936db370f0ffaffd95ce9
SHA1: 53ebb9418b455fecce99bec3973122d0742a6a11
MD5sum: e1a945997be04e85982a5f3a5b6497fd
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 11.
Timestamp: 2021-05-10 19:28:23+00

Package: postgresql-11-wal2json
Source: wal2json
Version: 2.3-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-11-wal2json_2.3-2.pgdg+2_arm64.deb
Size: 61376
SHA256: 5ac92536543da8653c98c5457a6c323a6ac403377432286a2afc214d8a931929
SHA1: 3af06793bb4a0217bc9e11e0b082688830571017
MD5sum: 98e433ae12bb3d26d712f56d2d469738
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2021-05-10 19:28:23+00

Package: postgresql-11-wal2json-dbgsym
Source: wal2json
Version: 2.3-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-11-wal2json (= 2.3-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-11-wal2json-dbgsym_2.3-2.pgdg+2_arm64.deb
Size: 55852
SHA256: 9f707cebeb2b60431907fb8e51d6a8299c478d30cb6eae05378054844b8df474
SHA1: 82a6998c18a552773e17745b818c289ab7ab71aa
MD5sum: 60bbe0c90bb4b353b2a7551865090b43
Description: debug symbols for postgresql-11-wal2json
Build-Ids: d199413d086c723f713138a2fa4ff4bcfc803a33
Timestamp: 2021-05-10 19:28:23+00

Package: postgresql-12-pgrouting
Source: pgrouting
Version: 3.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2490
Depends: postgresql-12-pgrouting-scripts (>= 3.1.3-1.pgdg+1), postgresql-12, postgresql-12-postgis, postgresql-12-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-12-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting_3.1.3-1.pgdg+1_arm64.deb
Size: 627648
SHA256: 45ae41be8d2aedd9a08c2fb62ca9e89f277f24e49ad142cfaa1a5c84fef66d4a
SHA1: d3e79811ea5394c396451a27c7b5527c31afc9ab
MD5sum: 5a76bda577056d9f6d3403f079a34c06
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 12.
Timestamp: 2021-05-10 19:28:23+00

Package: postgresql-12-pgrouting-dbgsym
Source: pgrouting
Version: 3.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 23422
Depends: postgresql-12-pgrouting (= 3.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-dbgsym_3.1.3-1.pgdg+1_arm64.deb
Size: 23278148
SHA256: b2548553e4c3c1ad724a934c32e9aca0159aa1f8bd0478f57d0ebe97e7f6dc2f
SHA1: b42e98b750c122e025758eda33331f4d3de36d67
MD5sum: a4b3f321d30b66b0b80971cad98eeb86
Description: debug symbols for postgresql-12-pgrouting
Build-Ids: ed26346acaa8500d27cc577f264d04a13bf73647
Timestamp: 2021-05-10 19:28:23+00

Package: postgresql-12-pgrouting-doc
Source: pgrouting
Version: 3.1.3-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4456
Depends: libjs-mathjax, libjs-sphinxdoc (>= 2.4.3-5~)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-doc_3.1.3-1.pgdg+1_all.deb
Size: 1131060
SHA256: b7314d602c5768f63b6b82739ed992a7be1d38da6befbd1658a5064731c30507
SHA1: 6226fcc7a3b16fd3e152fb9007568e48c7ace115
MD5sum: 6018f3a5d05e198618a34be94d4dafbc
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.
Timestamp: 2021-05-10 19:28:23+00

Package: postgresql-12-pgrouting-scripts
Source: pgrouting
Version: 3.1.3-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1483
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-scripts_3.1.3-1.pgdg+1_all.deb
Size: 54784
SHA256: a0f98c6d141dc856df803a4c09ea181dfb028e28dd65c11bd61f603ecdbe1614
SHA1: 9ab2a98d898d7a5265206af9505fe5a9282c095e
MD5sum: 4435f2ad148e25bd58f80620162e6b81
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 12.
Timestamp: 2021-05-10 19:28:23+00

Package: postgresql-12-wal2json
Source: wal2json
Version: 2.3-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-12-wal2json_2.3-2.pgdg+2_arm64.deb
Size: 62872
SHA256: 4d8adad9c49082e5b3af861530839904e74194bc2fbd2d8c91cccc0005cffe4d
SHA1: b6b7d5a8ff9f04abee6cb22c1a461fbabe64e1a0
MD5sum: 76bef4acf389980cfa657c8114e6e1a5
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2021-05-10 19:28:23+00

Package: postgresql-12-wal2json-dbgsym
Source: wal2json
Version: 2.3-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-12-wal2json (= 2.3-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-12-wal2json-dbgsym_2.3-2.pgdg+2_arm64.deb
Size: 60336
SHA256: 2806082f5218dfa4564d237e151652d0366c7f79c183dd823241ae1ae5bf675e
SHA1: 5cb9dff1cd308c71bca72e40a83ea007ce1e4b2f
MD5sum: ec77e831751963aaa224f8764992213d
Description: debug symbols for postgresql-12-wal2json
Build-Ids: 73a99cb2f8f5202796c8cd8143cfa8038f310bec
Timestamp: 2021-05-10 19:28:23+00

Package: postgresql-13-pgrouting
Source: pgrouting
Version: 3.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2466
Depends: postgresql-13-pgrouting-scripts (>= 3.1.3-1.pgdg+1), postgresql-13, postgresql-13-postgis, postgresql-13-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-13-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting_3.1.3-1.pgdg+1_arm64.deb
Size: 627404
SHA256: 46dbdb2a5e9518ece60b78ddb02661a3c34419671a66430ac2648f6552c5a7d2
SHA1: 94c1e522a3bcf6f09e92da2065dc1a35f500b59b
MD5sum: 0d0fedaf9f19dd5d0bee23ba8b59e092
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 13.
Timestamp: 2021-05-10 19:28:23+00

Package: postgresql-13-pgrouting-dbgsym
Source: pgrouting
Version: 3.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 23348
Depends: postgresql-13-pgrouting (= 3.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-dbgsym_3.1.3-1.pgdg+1_arm64.deb
Size: 23196160
SHA256: dea61e4750532261c5764fbe89acd0f37bb7faade8ee0deb156c81d8eb7b7953
SHA1: b76dfaf262428cf3b1d01e3723c7d08893af8d66
MD5sum: 4dc4832a287914f1e2634df7f8fbee05
Description: debug symbols for postgresql-13-pgrouting
Build-Ids: cd031cb9a46da228fc39d077c0643a9b27adebc6
Timestamp: 2021-05-10 19:28:23+00

Package: postgresql-13-pgrouting-doc
Source: pgrouting
Version: 3.1.3-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4456
Depends: libjs-mathjax, libjs-sphinxdoc (>= 2.4.3-5~)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-doc_3.1.3-1.pgdg+1_all.deb
Size: 1131076
SHA256: d86d264a5f4814c50fa7c7750afa123f1be564396b2c487a9955ac43a02bd109
SHA1: 6ba3fc6dfa344c3b4097102bbb753f21c9ab681b
MD5sum: a03c976a6920815f42dfa6f311278329
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.
Timestamp: 2021-05-10 19:28:23+00

Package: postgresql-13-pgrouting-scripts
Source: pgrouting
Version: 3.1.3-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1483
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-scripts_3.1.3-1.pgdg+1_all.deb
Size: 54788
SHA256: d27ea9d9d8acff7510bd5c5f701d64257b9d39f65dd9e1992eb22785404e94f8
SHA1: fe1725e95d10e7f378481ca03db60aa926c8fb55
MD5sum: ee119e6d78b687f77ad303d14dce2b2f
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 13.
Timestamp: 2021-05-10 19:28:23+00

Package: postgresql-13-wal2json
Source: wal2json
Version: 2.3-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-13-wal2json_2.3-2.pgdg+2_arm64.deb
Size: 64340
SHA256: ee718ca855d8d2d03c20f66b8f2b3cfe3be1a9598851355e0d86d17abac14a6b
SHA1: 476f0f5164e364fc8247cad8fb98c0004050ee16
MD5sum: 2eda4f4dd6c389fdf023c46fa2010a64
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2021-05-10 19:28:23+00

Package: postgresql-13-wal2json-dbgsym
Source: wal2json
Version: 2.3-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 78
Depends: postgresql-13-wal2json (= 2.3-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-13-wal2json-dbgsym_2.3-2.pgdg+2_arm64.deb
Size: 63076
SHA256: f40bbc8ae3ffbb78bbd2d886c5af1721861bbfb7e794a388f43e409ff4454773
SHA1: af33bf269ea9b2efd44ec28a775b13cf68955612
MD5sum: bfccbbd8458e2ae8bdbe5b89c4959b44
Description: debug symbols for postgresql-13-wal2json
Build-Ids: d1af7589c7a266b07f3eccc1ecad8844cb9920b0
Timestamp: 2021-05-10 19:28:23+00

Package: postgresql-9.6-pgrouting
Source: pgrouting
Version: 3.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2478
Depends: postgresql-9.6-pgrouting-scripts (>= 3.1.3-1.pgdg+1), postgresql-9.6, postgresql-9.6-postgis, postgresql-9.6-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-9.6-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-9.6-pgrouting_3.1.3-1.pgdg+1_arm64.deb
Size: 628304
SHA256: f7427e5034a3813de5166715c6c09e953480b77ab3caf1aeb9f82511b0376832
SHA1: 54ff0ee2d78097bbea8a80f306142409af2a5a19
MD5sum: 58f12c4c72ff8cd71de1d732b1aeeac8
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.
Timestamp: 2021-05-10 19:28:23+00

Package: postgresql-9.6-pgrouting-dbgsym
Source: pgrouting
Version: 3.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 23217
Depends: postgresql-9.6-pgrouting (= 3.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-9.6-pgrouting-dbgsym_3.1.3-1.pgdg+1_arm64.deb
Size: 23073656
SHA256: caa0ccffa1c782f33d78e4bf5d36b833acc63d7e8a81f8dc6aba89b7765bd310
SHA1: cb03f466512ea3cd994b0d14ea3d283e7774ea3f
MD5sum: a64ab748122b22c40da5ef97159e9f09
Description: debug symbols for postgresql-9.6-pgrouting
Build-Ids: 6ddd1f599b9e07c992aa06eb380a3ef151636ae2
Timestamp: 2021-05-10 19:28:23+00

Package: postgresql-9.6-pgrouting-doc
Source: pgrouting
Version: 3.1.3-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4456
Depends: libjs-mathjax, libjs-sphinxdoc (>= 2.4.3-5~)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-9.6-pgrouting-doc_3.1.3-1.pgdg+1_all.deb
Size: 1131140
SHA256: 2540d961a1cb6c33442bbf6546d5bbf5be27d2051837d95cc607f83cb72fbf2d
SHA1: 1b9bf4d8618fca3c4c735638d7852cd26f7047b8
MD5sum: 224af1ea1f85913b9b192ba81e6d240b
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.
Timestamp: 2021-05-10 19:28:23+00

Package: postgresql-9.6-pgrouting-scripts
Source: pgrouting
Version: 3.1.3-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1483
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-9.6-pgrouting-scripts_3.1.3-1.pgdg+1_all.deb
Size: 54780
SHA256: 4d19c41f583a50efb8dc0273b2068629a17bd3428609e192b0809ad7452377e0
SHA1: f59c89c73fc404dc0ca1c055ccd68ece8c387660
MD5sum: 67dbf6be2cfdf6833fce577a09da4a97
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 9.6.
Timestamp: 2021-05-10 19:28:23+00

Package: postgresql-9.6-wal2json
Source: wal2json
Version: 2.3-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-9.6-wal2json_2.3-2.pgdg+2_arm64.deb
Size: 17512
SHA256: f26c263d76925702eb9115e0cf0db3b88b244e3b6cbccc77da8947a5312ab219
SHA1: f81448e012d64a915d2bed20f9201e25b7cf61cc
MD5sum: 646f79d8c33283a306ff9534a35cd682
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2021-05-10 19:28:23+00

Package: postgresql-9.6-wal2json-dbgsym
Source: wal2json
Version: 2.3-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-9.6-wal2json (= 2.3-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-9.6-wal2json-dbgsym_2.3-2.pgdg+2_arm64.deb
Size: 52056
SHA256: 8120f46d013e96f90969a92c05c6536c5795b35daddbb8cddb729fe5132a04a8
SHA1: 4ff9ca36b6d2288ffcf2c06f5c43b9bda9bd064b
MD5sum: 391f3a150886d6a0bb71c1fc0fa0c0a4
Description: debug symbols for postgresql-9.6-wal2json
Build-Ids: 5cbe4a96b8e673c12d0b98afa7f8cc653aaaee40
Timestamp: 2021-05-10 19:28:23+00

Package: postgresql-10-pgrouting
Source: pgrouting
Version: 3.1.3-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2490
Depends: postgresql-10-pgrouting-scripts (>= 3.1.3-1.pgdg+2), postgresql-10, postgresql-10-postgis, postgresql-10-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-10-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-10-pgrouting_3.1.3-1.pgdg+2_arm64.deb
Size: 628180
SHA256: 84c6e347447b21204c18b44f53817859737f4b18a6a10da9690f79a29ce20ffa
SHA1: 3f0807807fb5420d66a28c5ab1b4fcd877351051
MD5sum: ee0d859dbf0ff352f1938c0787661f9c
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 10.
Timestamp: 2021-05-12 13:19:18+00

Package: postgresql-10-pgrouting-dbgsym
Source: pgrouting
Version: 3.1.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 23413
Depends: postgresql-10-pgrouting (= 3.1.3-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-10-pgrouting-dbgsym_3.1.3-1.pgdg+2_arm64.deb
Size: 23272968
SHA256: fe3ca7cabfcef6303b84bc1167ff3a407e1e55b404ce441e6c944251e9ba27e7
SHA1: 734a70e03c8387f3aa0eae844cdd36bc084e5085
MD5sum: fcdabdf847d239585cfe557e100161ff
Description: debug symbols for postgresql-10-pgrouting
Build-Ids: 84032632fb29ad5295552a1ea07551352bf58067
Timestamp: 2021-05-12 13:19:18+00

Package: postgresql-10-pgrouting-doc
Source: pgrouting
Version: 3.1.3-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4456
Depends: libjs-mathjax, libjs-sphinxdoc (>= 2.4.3-5~)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-10-pgrouting-doc_3.1.3-1.pgdg+2_all.deb
Size: 1131148
SHA256: 1f2da199dc578f5aa773d30468c14459396ea571daf90f614044ce6bdb09fe81
SHA1: a686ceba7b72c57d519cb9710bb3b5cf822b2a37
MD5sum: a01434e3f198fd221f9116d6930909a1
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.
Timestamp: 2021-05-12 13:19:18+00

Package: postgresql-10-pgrouting-scripts
Source: pgrouting
Version: 3.1.3-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1483
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-10-pgrouting-scripts_3.1.3-1.pgdg+2_all.deb
Size: 54772
SHA256: 895bae02ce990892c901ab88ac21322f32b9de0156b5215bfa7679c80a4579ad
SHA1: 2dfeb49e4455074c9469c9a64870bbdf746d3f51
MD5sum: 322ab5883ec9ddea04492996229c1132
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 10.
Timestamp: 2021-05-12 13:19:18+00

Package: postgresql-11-pgrouting
Source: pgrouting
Version: 3.1.3-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2494
Depends: postgresql-11-pgrouting-scripts (>= 3.1.3-1.pgdg+2), postgresql-11, postgresql-11-postgis, postgresql-11-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-11-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting_3.1.3-1.pgdg+2_arm64.deb
Size: 628632
SHA256: 1ed801e9f350fcbce26ba8a242cf00ca1058c0acf59b0b3ecbdd30b227a4e325
SHA1: 479714e479fe954771b1079fda3fc3d25aaa78fd
MD5sum: 0e48750b7bd3f58ddfedf8097f258673
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 11.
Timestamp: 2021-05-12 13:19:18+00

Package: postgresql-11-pgrouting-dbgsym
Source: pgrouting
Version: 3.1.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 23382
Depends: postgresql-11-pgrouting (= 3.1.3-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-dbgsym_3.1.3-1.pgdg+2_arm64.deb
Size: 23242052
SHA256: 40806f56f6d5fc4235ffcaa3d8ab09881dbcc54c291c5ea202da372f12481993
SHA1: fb27fc8d8aace66365a7de78bb74367aa773047b
MD5sum: 449dcce4d16dcebd0730e658815d25b8
Description: debug symbols for postgresql-11-pgrouting
Build-Ids: 1779d4e26bc6a557c363221c19f71122a724b0b3
Timestamp: 2021-05-12 13:19:18+00

Package: postgresql-11-pgrouting-doc
Source: pgrouting
Version: 3.1.3-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4456
Depends: libjs-mathjax, libjs-sphinxdoc (>= 2.4.3-5~)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-doc_3.1.3-1.pgdg+2_all.deb
Size: 1131128
SHA256: 42eda8777626ecc87ff12e127333435d022368ef90cf37cccfa710a197c1bb28
SHA1: 645053a95358e0d29802aa19d1bf7e8d622bd96c
MD5sum: 2951240257f00a244a38db18d48c3ed0
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.
Timestamp: 2021-05-12 13:19:18+00

Package: postgresql-11-pgrouting-scripts
Source: pgrouting
Version: 3.1.3-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1483
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-scripts_3.1.3-1.pgdg+2_all.deb
Size: 54768
SHA256: f3a67851aa07a636844cab07285c67a3e88eaed878b54cde3c3c43f4b1341716
SHA1: 39dce7f2cf47730afb3b5e3e78551999bf267e11
MD5sum: efc3fa56bdc90be9b1edc00095444287
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 11.
Timestamp: 2021-05-12 13:19:18+00

Package: postgresql-12-pgrouting
Source: pgrouting
Version: 3.1.3-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2490
Depends: postgresql-12-pgrouting-scripts (>= 3.1.3-1.pgdg+2), postgresql-12, postgresql-12-postgis, postgresql-12-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-12-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting_3.1.3-1.pgdg+2_arm64.deb
Size: 627648
SHA256: dff2d83ec3fb1b0445ca20ee4f9316d43f20509dd0facd9fc167817eef326d7b
SHA1: 2fec912212115a8e2aeade77d5033f61713ac30e
MD5sum: d83ea51a1a48f9630128e709e02b7f69
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 12.
Timestamp: 2021-05-12 13:19:18+00

Package: postgresql-12-pgrouting-dbgsym
Source: pgrouting
Version: 3.1.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 23422
Depends: postgresql-12-pgrouting (= 3.1.3-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-dbgsym_3.1.3-1.pgdg+2_arm64.deb
Size: 23278148
SHA256: 5823b779885c7eee780a42dde9e9ca0a05f10bd34bd6b78dd9324d1140278db3
SHA1: 1d40b5c64b9167b5ba76a96130a4da79f09829fa
MD5sum: f2957410a96bdf20881229301b786084
Description: debug symbols for postgresql-12-pgrouting
Build-Ids: ed26346acaa8500d27cc577f264d04a13bf73647
Timestamp: 2021-05-12 13:19:18+00

Package: postgresql-12-pgrouting-doc
Source: pgrouting
Version: 3.1.3-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4456
Depends: libjs-mathjax, libjs-sphinxdoc (>= 2.4.3-5~)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-doc_3.1.3-1.pgdg+2_all.deb
Size: 1131060
SHA256: 303f9865bef51c5749549604b55f56aac9f02c57f75cc62de727af90cd9ca1d5
SHA1: f85d2b19517873fff4f29fc28705fee37e414ad8
MD5sum: ad5abdc9fab5f82fce9fa3c66aeb1560
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.
Timestamp: 2021-05-12 13:19:18+00

Package: postgresql-12-pgrouting-scripts
Source: pgrouting
Version: 3.1.3-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1483
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-scripts_3.1.3-1.pgdg+2_all.deb
Size: 54780
SHA256: d50362157004421e784ace6f5bce04c8bb1f71e5f84d694acdf8c0d33bb3afd4
SHA1: a001692e7ce32255bf75ae66a220b4497a16b021
MD5sum: eec64e7e4e183f2c411ef0489d4afce7
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 12.
Timestamp: 2021-05-12 13:19:18+00

Package: postgresql-13-pgrouting
Source: pgrouting
Version: 3.1.3-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2466
Depends: postgresql-13-pgrouting-scripts (>= 3.1.3-1.pgdg+2), postgresql-13, postgresql-13-postgis, postgresql-13-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-13-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting_3.1.3-1.pgdg+2_arm64.deb
Size: 627404
SHA256: 6204247cbe1635afaf27feeda0d3b50c6e5a104134d380292e3d1d17c2491745
SHA1: 999b2a829e8f4e8eef73d2ce4ad7fcddb952f89f
MD5sum: 0876f038f0979ef1b6dd369e79581545
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 13.
Timestamp: 2021-05-12 13:19:18+00

Package: postgresql-13-pgrouting-dbgsym
Source: pgrouting
Version: 3.1.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 23348
Depends: postgresql-13-pgrouting (= 3.1.3-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-dbgsym_3.1.3-1.pgdg+2_arm64.deb
Size: 23196160
SHA256: 19264fc8fc0ff870b231fa809774cb6bb50f577c33e1a4a8c25974eb70317f3d
SHA1: b1fed1f3a55808c919444d06a9f82fc320eff332
MD5sum: 52c5aa50693f38d418a89d1246ae3d4b
Description: debug symbols for postgresql-13-pgrouting
Build-Ids: cd031cb9a46da228fc39d077c0643a9b27adebc6
Timestamp: 2021-05-12 13:19:18+00

Package: postgresql-13-pgrouting-doc
Source: pgrouting
Version: 3.1.3-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4456
Depends: libjs-mathjax, libjs-sphinxdoc (>= 2.4.3-5~)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-doc_3.1.3-1.pgdg+2_all.deb
Size: 1131076
SHA256: 3c75d297dc1eef4f7542669409918500fd2b586fc7c0897d7bafb3cce25cc273
SHA1: 3f330aead1a9aeeb7a343821e3e897d36b632769
MD5sum: 953a285c50071c9022d5348345cad40d
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.
Timestamp: 2021-05-12 13:19:18+00

Package: postgresql-13-pgrouting-scripts
Source: pgrouting
Version: 3.1.3-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1483
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-scripts_3.1.3-1.pgdg+2_all.deb
Size: 54784
SHA256: 028d99e7d15337967a9fe5706f4781b00216000b864bc00497330ee1c9995e0b
SHA1: 74163f7b4e32583cff3a365d1c7dbab10c69e725
MD5sum: 35779c948b7c1d59ab87635c7f98893b
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 13.
Timestamp: 2021-05-12 13:19:18+00

Package: postgresql-9.6-pgrouting
Source: pgrouting
Version: 3.1.3-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2478
Depends: postgresql-9.6-pgrouting-scripts (>= 3.1.3-1.pgdg+2), postgresql-9.6, postgresql-9.6-postgis, postgresql-9.6-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-9.6-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-9.6-pgrouting_3.1.3-1.pgdg+2_arm64.deb
Size: 628304
SHA256: 2a619a129060ede838c2873ab65ab251fc149946cc09a7571085668a712a11cd
SHA1: bfecb1705865749ab169669f354772ff8d500558
MD5sum: b5d961817c0ec839c8b212a91ab7f4e6
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.
Timestamp: 2021-05-12 13:19:18+00

Package: postgresql-9.6-pgrouting-dbgsym
Source: pgrouting
Version: 3.1.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 23217
Depends: postgresql-9.6-pgrouting (= 3.1.3-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-9.6-pgrouting-dbgsym_3.1.3-1.pgdg+2_arm64.deb
Size: 23073656
SHA256: 0cd300b8e696593e497f31162773606c2a045d13259f43e628e13299a58323ae
SHA1: 9b784497a0f11d3f0a494099622290fee6b837e2
MD5sum: 435a4d5c63c7797a0e304565a8cd038b
Description: debug symbols for postgresql-9.6-pgrouting
Build-Ids: 6ddd1f599b9e07c992aa06eb380a3ef151636ae2
Timestamp: 2021-05-12 13:19:18+00

Package: postgresql-9.6-pgrouting-doc
Source: pgrouting
Version: 3.1.3-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4456
Depends: libjs-mathjax, libjs-sphinxdoc (>= 2.4.3-5~)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-9.6-pgrouting-doc_3.1.3-1.pgdg+2_all.deb
Size: 1131140
SHA256: 1f1cbf66b0faa6e9289f4527b9d3f344334934742f6497edba1a6037b4f6d030
SHA1: 663849bd9ad94bf2d4875db7a0fd48d76fd60dd1
MD5sum: 4b821a1b87a00046a94bd9792292a1ac
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.
Timestamp: 2021-05-12 13:19:18+00

Package: postgresql-9.6-pgrouting-scripts
Source: pgrouting
Version: 3.1.3-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1483
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-9.6-pgrouting-scripts_3.1.3-1.pgdg+2_all.deb
Size: 54780
SHA256: e98e59734bfcafc6bb5fd3f4ff5fc235b0f0856cfc5704f90ac47168533db7f7
SHA1: 3b42eef5433d70f71fe3e1803b7ae00291a3ea26
MD5sum: f8faed67167c9f1bb964eb31d5b8be32
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 9.6.
Timestamp: 2021-05-12 13:19:18+00

Package: pspg
Version: 4.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 253
Depends: libc6 (>= 2.17), libncursesw6 (>= 6), libpq5 (>= 9.0~), libreadline8 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_4.6.3-1.pgdg+1_arm64.deb
Size: 101192
SHA256: acb72c6872e7836932321c2a2173484126e5d87d57f84ec2c1d732f2e852b012
SHA1: f2c3c9e6665453c435eadd2a29a1026170a57da7
MD5sum: f71ccc5f8ef8ce8543e277ce71a221bd
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2021-05-12 13:19:18+00

Package: pspg-dbgsym
Source: pspg
Version: 4.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 342
Depends: pspg (= 4.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_4.6.3-1.pgdg+1_arm64.deb
Size: 315804
SHA256: d9de72c87ea2cc31b7d6a7092d962089013eb07661eacd6988e11baaf3b85a32
SHA1: 21a20f362c3edd391cf981326baf11d3f1c22361
MD5sum: cf32f97165459e21fd3db3bb20b5ad42
Description: debug symbols for pspg
Build-Ids: 8f15aa53305c78f6318ea64a9097670f5faf320b
Timestamp: 2021-05-12 13:19:18+00

Package: libecpg-compat3
Source: postgresql-10
Version: 10.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg-compat3_10.17-1.pgdg+1_arm64.deb
Size: 21840
SHA256: 4bd64cd810320c5de97508da774f24d629d2e74e7afa195219ec7afdd81899e5
SHA1: 11675c0d743832010cd0773c3b7707e2e1a4439f
MD5sum: 09ff85a2e5bed7f74ce0a2516e38c4bc
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.
Timestamp: 2021-05-13 13:11:38+00

Package: libecpg-compat3-dbgsym
Source: postgresql-10
Version: 10.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: libecpg-compat3 (= 10.17-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-compat3-dbgsym_10.17-1.pgdg+1_arm64.deb
Size: 18084
SHA256: aa57e00780db841b327434c40d588c6f45fc38565a19932141d3e7a412850870
SHA1: cd32a096b17f897af237a1aae4affc0139b32263
MD5sum: 205468b38af9754b7cd15b5ea9683cef
Description: debug symbols for libecpg-compat3
Build-Ids: fb8fcb5fc6bacf1913e0a0044ec33bf19a0041dc
Timestamp: 2021-05-13 13:11:38+00

Package: libecpg-dev
Source: postgresql-10
Version: 10.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1221
Depends: libecpg-compat3 (= 10.17-1.pgdg+1), libecpg6 (= 10.17-1.pgdg+1), libpgtypes3 (= 10.17-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libecpg-dev_10.17-1.pgdg+1_arm64.deb
Size: 226524
SHA256: 4460f7101ce198eef81b592b2321b4dfb115ae93785c0c12a6292a26258e921d
SHA1: 2cb8c3f60649821fa0e52d8eb9d3d770477c8c35
MD5sum: ae10d2e9569138e3f43bfdc4d0278ff7
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).
Timestamp: 2021-05-13 13:11:38+00

Package: libecpg-dev-dbgsym
Source: postgresql-10
Version: 10.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 242
Depends: libecpg-dev (= 10.17-1.pgdg+1)
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-dev-dbgsym_10.17-1.pgdg+1_arm64.deb
Size: 200684
SHA256: 3b747327378b9d1c9aec6b1e191767493ea488fd5b3f730abb618412440fedc3
SHA1: 45bba0d9789556638a3e93d5d880c95a2c7d4b2e
MD5sum: bdf816ac2c25e2afc89c93511773a098
Description: debug symbols for libecpg-dev
Build-Ids: fbd82b4928af51ca6ff1800fb7fb71505873f6b1
Timestamp: 2021-05-13 13:11:38+00

Package: libecpg6
Source: postgresql-10
Version: 10.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 412
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg6_10.17-1.pgdg+1_arm64.deb
Size: 85940
SHA256: 17080051fb5fdefb9f23383def66afd56e29b0f6aaad30d88d8e34cf263a437c
SHA1: 36a1384e5763a96803d5a2099a5480e86bce553f
MD5sum: a1bb6cb35ca8ee4c5d75cd8f8eac9e6f
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.
Timestamp: 2021-05-13 13:11:38+00

Package: libecpg6-dbgsym
Source: postgresql-10
Version: 10.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: libecpg6 (= 10.17-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg6-dbgsym_10.17-1.pgdg+1_arm64.deb
Size: 94336
SHA256: 682bbab2c776849e1a00c81fb796fd48ed6cac975c710358c71d0bac4cec54be
SHA1: 179a37cd953cfce34c8ec7761603fc5f17214996
MD5sum: f0f440a5daba1acbc939545eba671e02
Description: debug symbols for libecpg6
Build-Ids: 94c479cc68500ad7d2d4059f38f6fe84bc9136d0
Timestamp: 2021-05-13 13:11:38+00

Package: libpgtypes3
Source: postgresql-10
Version: 10.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpgtypes3_10.17-1.pgdg+1_arm64.deb
Size: 42912
SHA256: e291293e8f4bb6ce6c0ede95a06f1568b769b99a42dcfaff0994da8a0615eb8f
SHA1: 2776e9042205204947a5dd2c699bba9c31b865a5
MD5sum: fdcff27cbd5d8b8e2cae4372005324d6
Description: shared library libpgtypes for PostgreSQL 10
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-05-13 13:11:38+00

Package: libpgtypes3-dbgsym
Source: postgresql-10
Version: 10.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: libpgtypes3 (= 10.17-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpgtypes3-dbgsym_10.17-1.pgdg+1_arm64.deb
Size: 72240
SHA256: 705cf282166728126c02a3cd0a4cca34120e3b7f02f70423696110637b890a94
SHA1: 5b28f17e69d83f12113355d3c1f839514944f97f
MD5sum: 57387dc225bf56c026a69112447fa803
Description: debug symbols for libpgtypes3
Build-Ids: a82673781aef6b897e8bd0af056a13ee156e9722
Timestamp: 2021-05-13 13:11:38+00

Package: libpq-dev
Source: postgresql-10
Version: 10.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 684
Depends: libpq5 (= 10.17-1.pgdg+1)
Suggests: postgresql-doc-10
Breaks: postgresql-server-dev-10 (<< 10.1-2~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libpq-dev_10.17-1.pgdg+1_arm64.deb
Size: 163036
SHA256: a026c4a761cfed93ce027ae5fce3bed6f806f21f2dadc44e77d4e5768f83376d
SHA1: 9872f7b70c156fafddc5b306fd09da3f92c30f06
MD5sum: 0cae56b4cc4fdff80223f8617d58f396
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.
Timestamp: 2021-05-13 13:11:38+00

Package: libpq5
Source: postgresql-10
Version: 10.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 742
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpq5_10.17-1.pgdg+1_arm64.deb
Size: 165672
SHA256: 8675bbf85f3441fa36fec40354033b078dceba1bc522e57a038ea14a3f94779a
SHA1: b8355b95ffbc40d539a41cad2ab6da81260f8854
MD5sum: fca3c1131c9965d34067373998d16ab9
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.
Timestamp: 2021-05-13 13:11:38+00

Package: libpq5-dbgsym
Source: postgresql-10
Version: 10.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libpq5 (= 10.17-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpq5-dbgsym_10.17-1.pgdg+1_arm64.deb
Size: 230352
SHA256: 746415f54d627edd688547ea18f12684f8877974b1e30cd0dbb988d5bd32cfeb
SHA1: 62180e9c321f8d2f48f5e42392a070595ff805ea
MD5sum: 71e114d173d6e756ff09ceefad9ddae8
Description: debug symbols for libpq5
Build-Ids: 6bdb9c8c2e7504f4acff8ea0934215f6fd3af30d
Timestamp: 2021-05-13 13:11:38+00

Package: libecpg-compat3
Source: postgresql-11
Version: 11.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg-compat3_11.12-1.pgdg+1_arm64.deb
Size: 20576
SHA256: 6465b950b8d104bd688872871262fb00c52a384af9acff4ef660117f2fcf7974
SHA1: 24a5f3c12026c458a4b5a771ece48080344dfe96
MD5sum: 67b860ce5441649a2d73bbe3b6b981e3
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.
Timestamp: 2021-05-13 13:11:19+00

Package: libecpg-compat3-dbgsym
Source: postgresql-11
Version: 11.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: libecpg-compat3 (= 11.12-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-compat3-dbgsym_11.12-1.pgdg+1_arm64.deb
Size: 18080
SHA256: e7e7863aea89f37304913acf4e29dc2f6ece2f8f3fda09e323526ffda2867d86
SHA1: 009173d34349d66123703ccd0b7d7364c65b520b
MD5sum: bc5b76756908e6d9dac6bbafd487c3e8
Description: debug symbols for libecpg-compat3
Build-Ids: 715e90102290c38dc1ca3b11a2ba6deef1ee6554
Timestamp: 2021-05-13 13:11:19+00

Package: libecpg-dev
Source: postgresql-11
Version: 11.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1246
Depends: libecpg-compat3 (= 11.12-1.pgdg+1), libecpg6 (= 11.12-1.pgdg+1), libpgtypes3 (= 11.12-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libecpg-dev_11.12-1.pgdg+1_arm64.deb
Size: 228556
SHA256: 5c45d90565172b1d73d5b37504e4690f3f4918b8534c0da6b9ae0d554077cd1c
SHA1: e74ef1a673548e3644490ee8fccad9b7e072a69f
MD5sum: b55ac5a0f47de1e5949d2f0e18133cd9
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).
Timestamp: 2021-05-13 13:11:19+00

Package: libecpg-dev-dbgsym
Source: postgresql-11
Version: 11.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 245
Depends: libecpg-dev (= 11.12-1.pgdg+1)
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-dev-dbgsym_11.12-1.pgdg+1_arm64.deb
Size: 204012
SHA256: 14e30f60b8be15c7e21af9f92a54450dda3c72fae90cafdd0231e87adeaa5ef1
SHA1: 2d2a7efdfbd663987afa956081690cfc838d1509
MD5sum: 7cd097a8cb1ef431d9683513ed3280fa
Description: debug symbols for libecpg-dev
Build-Ids: b26f4ebb8ecf8e41cd8e97000e43fab0d7b0038d
Timestamp: 2021-05-13 13:11:19+00

Package: libecpg6
Source: postgresql-11
Version: 11.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 433
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg6_11.12-1.pgdg+1_arm64.deb
Size: 87732
SHA256: 2aa7821b9db9dae9b1f11470bc2df3822d081a90f5a910faae10d14f793f3607
SHA1: bc61db68763e5fa189bf641b885614d82aaeb251
MD5sum: d81add4f4f854d3538fbfb9ade81c954
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.
Timestamp: 2021-05-13 13:11:19+00

Package: libecpg6-dbgsym
Source: postgresql-11
Version: 11.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: libecpg6 (= 11.12-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg6-dbgsym_11.12-1.pgdg+1_arm64.deb
Size: 94492
SHA256: 6006a5fb6dcb495bb0ee8219f9a03696f32e933b00daa29951a60ca2ba5a656a
SHA1: 29fb33b1e073d3f6128ef008e897353a9ec03d00
MD5sum: 1c1629b1b9abcc2ca0458a46c1d52ab5
Description: debug symbols for libecpg6
Build-Ids: 68266b3552ee42892f158b7b08a92864e69263cc
Timestamp: 2021-05-13 13:11:19+00

Package: libpgtypes3
Source: postgresql-11
Version: 11.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpgtypes3_11.12-1.pgdg+1_arm64.deb
Size: 41892
SHA256: cd1a476a52353996eaad577593effded882fcccedcf2eb2ba7384871857d0271
SHA1: fa68816b9d5040e6893a833e5103f522d01c4440
MD5sum: 1024f26543aeac0082aa8cc70e717d8c
Description: shared library libpgtypes for PostgreSQL 11
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-05-13 13:11:19+00

Package: libpgtypes3-dbgsym
Source: postgresql-11
Version: 11.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: libpgtypes3 (= 11.12-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpgtypes3-dbgsym_11.12-1.pgdg+1_arm64.deb
Size: 72968
SHA256: 2b8e1251bdf3d5e9fd3fac5b714401c257789dd84bf995d4357fbb98f2c18f31
SHA1: 94ef14fb526004ff94e5100c71e2fe775e7fffb8
MD5sum: 83e7fb67a4312d12b7d583d72d63c6b7
Description: debug symbols for libpgtypes3
Build-Ids: 659fdf6465a6b136cdddecbc36c6a9908d1b5ca6
Timestamp: 2021-05-13 13:11:19+00

Package: libpq-dev
Source: postgresql-11
Version: 11.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 694
Depends: libpq5 (= 11.12-1.pgdg+1)
Suggests: postgresql-doc-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libpq-dev_11.12-1.pgdg+1_arm64.deb
Size: 164028
SHA256: 683ca8d4c3985611199eeb32ecf00b7832a1e758ef2d8d4543fca83dc7e7edab
SHA1: f45f19587db94daf16d04bdfe852eaf828e7e5e6
MD5sum: ad3f8f2521cd24d53ad39335249e043f
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.
Timestamp: 2021-05-13 13:11:19+00

Package: libpq5
Source: postgresql-11
Version: 11.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 754
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpq5_11.12-1.pgdg+1_arm64.deb
Size: 164968
SHA256: fe66abb507df6eb459aea15b2a4ab85259387edd8c67d759a5fa68cb663b8500
SHA1: e455dcbc76c920ba903f1c6b334f86deb0b09ba4
MD5sum: b09abff8a243e21b4b6d2b89905e1ee2
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.
Timestamp: 2021-05-13 13:11:19+00

Package: libpq5-dbgsym
Source: postgresql-11
Version: 11.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 264
Depends: libpq5 (= 11.12-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpq5-dbgsym_11.12-1.pgdg+1_arm64.deb
Size: 231904
SHA256: 943cf7af8a894f5edfd76d21fca5d5a740d28e1fc31c447e87ee64d4b8a4257d
SHA1: f604065568fb4c5fc8481df87a2aaec9c30b4ba8
MD5sum: 4fd2ac23f9b283042ccc35f6c9732405
Description: debug symbols for libpq5
Build-Ids: 872c37922199c637cb9e5fae2da09aa8f0da31d7
Timestamp: 2021-05-13 13:11:19+00

Package: libecpg-compat3
Source: postgresql-12
Version: 12.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg-compat3_12.7-1.pgdg+1_arm64.deb
Size: 17944
SHA256: a2f1911cedc5486704c141ffb2d4098107665aebcfccc3865915ef0766b68f49
SHA1: 78f98546dacb0eea9f959c0980fd99468b97de91
MD5sum: ccac036b19b44dcf87eecaa88ff7fa07
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.
Timestamp: 2021-05-13 13:10:59+00

Package: libecpg-compat3-dbgsym
Source: postgresql-12
Version: 12.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: libecpg-compat3 (= 12.7-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-compat3-dbgsym_12.7-1.pgdg+1_arm64.deb
Size: 18100
SHA256: 025b58424bde03d438acffc328b111b07ec201126c86317c5baedc00302d822c
SHA1: 0d51c4005cef822613696fdb24b54394d5338d24
MD5sum: 240c43b83323a7a1236a7fc0977936e6
Description: debug symbols for libecpg-compat3
Build-Ids: 508d5eeb15557e457f2ae072a51dd9a78b8df7ff
Timestamp: 2021-05-13 13:10:59+00

Package: libecpg-dev
Source: postgresql-12
Version: 12.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1495
Depends: libecpg-compat3 (= 12.7-1.pgdg+1), libecpg6 (= 12.7-1.pgdg+1), libpgtypes3 (= 12.7-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libecpg-dev_12.7-1.pgdg+1_arm64.deb
Size: 268896
SHA256: 05c3296b4fc932325a25c760aed6305460441e2442d9ea82c10e78651850c584
SHA1: a431a6bf233985a6a598d742fdedc18b86476544
MD5sum: 9a4807924c4724e06e6b9e2615a0e5b8
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).
Timestamp: 2021-05-13 13:10:59+00

Package: libecpg-dev-dbgsym
Source: postgresql-12
Version: 12.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libecpg-dev (= 12.7-1.pgdg+1)
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-dev-dbgsym_12.7-1.pgdg+1_arm64.deb
Size: 213800
SHA256: 0e489db12198afe4a3f7dbbc871c85d5a2fb0db9a6043945d47807cbfb4fca34
SHA1: adac8a75fa91af1e528c748a1ee1c1f7ba67162b
MD5sum: 79ded1fd9d4903b30a2bdc2ad991491b
Description: debug symbols for libecpg-dev
Build-Ids: abc9e1b7e292cfdc2272376559fc523e58024564
Timestamp: 2021-05-13 13:10:59+00

Package: libecpg6
Source: postgresql-12
Version: 12.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 220
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg6_12.7-1.pgdg+1_arm64.deb
Size: 57388
SHA256: a1f996dbf4e4c6c2227db5f0a19f71bb3ae3a9eecb032056a8c022547bd128a7
SHA1: cb254775d5813cf06003cbe5219b236d1974141d
MD5sum: e1b424b0c0e4e11d6b19716252f2af68
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.
Timestamp: 2021-05-13 13:10:59+00

Package: libecpg6-dbgsym
Source: postgresql-12
Version: 12.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 12.7-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg6-dbgsym_12.7-1.pgdg+1_arm64.deb
Size: 113564
SHA256: ddab129e502a51388403e001a23ec87934d10b509b93612307db06e85e1060ac
SHA1: 9998cebb289bd03386a205be6a4c30bb84046f82
MD5sum: 8bd6c8392a6b4d3d991a4f8267420ecf
Description: debug symbols for libecpg6
Build-Ids: 0826858c209f81a2320c7041a8dd32a31fcc249f
Timestamp: 2021-05-13 13:10:59+00

Package: libpgtypes3
Source: postgresql-12
Version: 12.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpgtypes3_12.7-1.pgdg+1_arm64.deb
Size: 44012
SHA256: d62237283bc5c61c94fdf591fc2236d0c7c5c32411c3218a62960517c049e30a
SHA1: db7379cca5f418cbd4cf72d20249f5ccb3455334
MD5sum: 3800e77f81b1b072372d8545a8833434
Description: shared library libpgtypes for PostgreSQL 12
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-05-13 13:10:59+00

Package: libpgtypes3-dbgsym
Source: postgresql-12
Version: 12.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 12.7-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpgtypes3-dbgsym_12.7-1.pgdg+1_arm64.deb
Size: 89056
SHA256: eede5c8d53adc84b5ef0d0031703848144978b07f55f7f6e498a9197bbf58a73
SHA1: c64cbd2e1646b0dcd05fd93d68c13a7d2ac87004
MD5sum: fb9a6a54c2538a296ce8c71eda6f8446
Description: debug symbols for libpgtypes3
Build-Ids: 1ab865369e8fa22512b17a598c5f77f4201d4751
Timestamp: 2021-05-13 13:10:59+00

Package: libpq-dev
Source: postgresql-12
Version: 12.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 584
Depends: libpq5 (= 12.7-1.pgdg+1)
Suggests: postgresql-doc-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libpq-dev_12.7-1.pgdg+1_arm64.deb
Size: 139232
SHA256: 1219206b2c2e45b2f616a832cc79d0a428c360db045bd9e2c8eff6929e0bd8d0
SHA1: 075effea2554f8067934677af78f759dc8b07385
MD5sum: 489c0eee9ce2f1764cc6245398103742
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.
Timestamp: 2021-05-13 13:10:59+00

Package: libpq5
Source: postgresql-12
Version: 12.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 773
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpq5_12.7-1.pgdg+1_arm64.deb
Size: 171576
SHA256: 39af4507b0225827387eea56b7ce246af1fa645116b03f7eae0f81436de13b24
SHA1: 9fde0653cbd933444a5f4356553af28f5f603cbf
MD5sum: 98791dfa09619cc4aaab6b539a43b32a
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.
Timestamp: 2021-05-13 13:10:59+00

Package: libpq5-dbgsym
Source: postgresql-12
Version: 12.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 283
Depends: libpq5 (= 12.7-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpq5-dbgsym_12.7-1.pgdg+1_arm64.deb
Size: 250172
SHA256: 58750b1910bb60a4d446e5bf61151c434a46ff9873c950de29b0a1d16e826143
SHA1: 2482843cbf4184d828488d6e9c17de40e686b75f
MD5sum: f77181a4b9a7835aaad1ef23325fd423
Description: debug symbols for libpq5
Build-Ids: 95e15872ad615c8033ffe39e42fd826a0648761e
Timestamp: 2021-05-13 13:10:59+00

Package: libecpg-compat3
Source: postgresql-9.6
Version: 9.6.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg-compat3_9.6.22-1.pgdg+1_arm64.deb
Size: 22880
SHA256: 6ea44ebea9246689dc0e427c71ce4310f2359de66128e6f24c4757b2cc16092b
SHA1: a3f1bf54876508555365ca20ccbe7b5957f2c19d
MD5sum: 4cf7e5ebce43af26481d312413ad480a
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.
Timestamp: 2021-05-13 13:11:56+00

Package: libecpg-dev
Source: postgresql-9.6
Version: 9.6.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1179
Depends: libecpg-compat3 (= 9.6.22-1.pgdg+1), libecpg6 (= 9.6.22-1.pgdg+1), libpgtypes3 (= 9.6.22-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libecpg-dev_9.6.22-1.pgdg+1_arm64.deb
Size: 223136
SHA256: 2b667bca0e9e44aa95839e85e2e988f35eee49e1d66ffa1d589c72efd8e1b4ab
SHA1: e54db662461f374307f7dbf1673697785c4c2390
MD5sum: cac900b52127d14f2b297c9ec69545c3
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).
Timestamp: 2021-05-13 13:11:56+00

Package: libecpg6
Source: postgresql-9.6
Version: 9.6.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 413
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg6_9.6.22-1.pgdg+1_arm64.deb
Size: 86892
SHA256: a5fb534e5dc7f7a9e64257ada9d9ee22dcaa8e8ea09acc20ea21770978975b28
SHA1: 1cf02d5fbaefd74d360b5510558812ccd7ba7830
MD5sum: ca4313c8b809ff0db15bab2151adc6dc
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.
Timestamp: 2021-05-13 13:11:56+00

Package: libpgtypes3
Source: postgresql-9.6
Version: 9.6.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpgtypes3_9.6.22-1.pgdg+1_arm64.deb
Size: 43980
SHA256: 29845bcd30bf72f07244e8351065d15a1be8eddf14debc49034680aa8ac368f4
SHA1: 72ccbb16ef71cc3ab51efa5994e8a81893872ca3
MD5sum: a3421c68d7104b8158772fb8fe83b46f
Description: shared library libpgtypes for PostgreSQL 9.6
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-05-13 13:11:56+00

Package: libpq-dev
Source: postgresql-9.6
Version: 9.6.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 736
Depends: libpq5 (= 9.6.22-1.pgdg+1), libc6 (>= 2.17)
Suggests: postgresql-doc-9.6
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libpq-dev_9.6.22-1.pgdg+1_arm64.deb
Size: 160624
SHA256: 0c629a44cf74167d3be710c725266d833958d699f252a54676678c53311383d6
SHA1: 1b5b6bf3cb98ebbbec3c5fad0ae222476ce15d73
MD5sum: 3456371a25c78fb87339d9b738d820bd
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.
Timestamp: 2021-05-13 13:11:56+00

Package: libpq5
Source: postgresql-9.6
Version: 9.6.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 606
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpq5_9.6.22-1.pgdg+1_arm64.deb
Size: 135876
SHA256: 28978f6a211babf1298699c1799d2065e27823852e1cd2060cf936ae3568e08f
SHA1: 983e6411c549b2aa7416eeb27d58233e6c139c74
MD5sum: 17dc518f7561a569af492dcf41d74c76
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.
Timestamp: 2021-05-13 13:11:56+00

Package: libecpg6
Source: postgresql-13
Version: 13.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-13/libecpg6_13.3-1.pgdg+1_arm64.deb
Size: 56556
SHA256: bb84ac7e050698977b41b936aaa7f688d64bf40790ecdad5f47cb8c21acd72ef
SHA1: 296fd29cf143a2b72cd254909eebbf8b2ffc7efd
MD5sum: 626214612574672585637f420fd646ca
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.
Timestamp: 2021-05-13 13:11:56+00

Package: libecpg6-dbgsym
Source: postgresql-13
Version: 13.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 13.3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/libecpg6-dbgsym_13.3-1.pgdg+1_arm64.deb
Size: 113752
SHA256: 9ecf5a577f4a7a510d476f83901801f07f3fd1e0676e04f0fc352fe845520be4
SHA1: 77c28960cb590b938de1244fd9c5e554202574d3
MD5sum: fec9b4715e06ebac73dd7353db076c8e
Description: debug symbols for libecpg6
Build-Ids: 96a50df2a2ac570dff265f80e4c04dd3a225144d
Timestamp: 2021-05-13 13:11:56+00

Package: libecpg-compat3
Source: postgresql-13
Version: 13.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-13/libecpg-compat3_13.3-1.pgdg+1_arm64.deb
Size: 22608
SHA256: 1c0be0c5198a44b9b656a73b29ecdf411348ad096b22dae309c093c0259d78c2
SHA1: ab3594469f2aed7b2b79056d742d3727afe644e7
MD5sum: 3e33d89c2d2d9009d407fc117034026d
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.
Timestamp: 2021-05-13 13:11:56+00

Package: libecpg-compat3-dbgsym
Source: postgresql-13
Version: 13.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 13.3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/libecpg-compat3-dbgsym_13.3-1.pgdg+1_arm64.deb
Size: 39420
SHA256: 78718332fcb577ab9fe4dfc7af73cb78fd5c511445f141ae5253b51b26bec902
SHA1: a11ec6ab1396564a1d9fda518b0dce692fd3dbca
MD5sum: d9910d39dc34ff40ed1cea1602bb1467
Description: debug symbols for libecpg-compat3
Build-Ids: 4db10fe50b4a2fde4719351cc2363941f584a3b1
Timestamp: 2021-05-13 13:11:56+00

Package: libecpg-dev
Source: postgresql-13
Version: 13.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1487
Depends: libecpg-compat3 (= 13.3-1.pgdg+1), libecpg6 (= 13.3-1.pgdg+1), libpgtypes3 (= 13.3-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/libecpg-dev_13.3-1.pgdg+1_arm64.deb
Size: 266896
SHA256: 559ef02a5f8c176a62f2fd916241ef1b0ca4207a9b28c2686d786b0c4632aa1c
SHA1: 1c230ab0c6fe9d879b26aa4526831ae0cdc7b7b8
MD5sum: b47f48ec7a0f05817285934bd2b30e1d
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).
Timestamp: 2021-05-13 13:11:56+00

Package: libecpg-dev-dbgsym
Source: postgresql-13
Version: 13.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libecpg-dev (= 13.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/libecpg-dev-dbgsym_13.3-1.pgdg+1_arm64.deb
Size: 220224
SHA256: 7f847dd439fdf61f19efdb52d035c0f9f3a80a8384dc7981a6dfcb41fb0725d0
SHA1: af0f233ba41a1ddf039dde9eef1c1d8976b44293
MD5sum: 15e8084c20318f33ab8b0c35cfb22da2
Description: debug symbols for libecpg-dev
Build-Ids: 31579d6e42b2f684cef72b52fcc302fe3c37eed7
Timestamp: 2021-05-13 13:11:56+00

Package: libpgtypes3
Source: postgresql-13
Version: 13.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-13/libpgtypes3_13.3-1.pgdg+1_arm64.deb
Size: 43152
SHA256: d57040f41b5f6b631fb1ce4e6c9da024a7545b83e5795a75c262ce63a313c272
SHA1: d4dd4dd198bb32822eb061c28b05c7564439ee69
MD5sum: dc32eb0ff91ec551cc3d98f2777ede03
Description: shared library libpgtypes for PostgreSQL 13
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-05-13 13:11:56+00

Package: libpgtypes3-dbgsym
Source: postgresql-13
Version: 13.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 13.3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/libpgtypes3-dbgsym_13.3-1.pgdg+1_arm64.deb
Size: 89236
SHA256: b91e7e227dc9399b63600973b63dd91f2f0fd8b36303d7ddbe2f8569eca4a972
SHA1: 2895ecbe2f919f1cafebf0120a9c862684bb3ab5
MD5sum: d405a313df4a3386ed08b7611e97c0c8
Description: debug symbols for libpgtypes3
Build-Ids: a31a496a3fd3deff7646918a657f36656c60616c
Timestamp: 2021-05-13 13:11:56+00

Package: libpq5
Source: postgresql-13
Version: 13.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 775
Depends: libc6 (>= 2.25), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-13/libpq5_13.3-1.pgdg+1_arm64.deb
Size: 171800
SHA256: 1be8e12350272bdf8e4d0903eea81b14c1599e067245e6a590522746c58a868d
SHA1: 4c1ede08b7d3740699150ecdcc96d6ec79adad0d
MD5sum: 1ed5199f452c9ef8544773ccb2f862b6
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.
Timestamp: 2021-05-13 13:11:56+00

Package: libpq5-dbgsym
Source: postgresql-13
Version: 13.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 290
Depends: libpq5 (= 13.3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/libpq5-dbgsym_13.3-1.pgdg+1_arm64.deb
Size: 256136
SHA256: b43a13309d236c69c6a156112c680d78414d088bd424b3ce9d114fd0477980f4
SHA1: 26fe41bbfe5b4b02cf35f32fcc432435bf61a3f2
MD5sum: cffc2ffcf66cb46137d3b9b9f636fc33
Description: debug symbols for libpq5
Build-Ids: 73ffff85ed5b698f2633f48060cfdb88306bb62f
Timestamp: 2021-05-13 13:11:56+00

Package: libpq-dev
Source: postgresql-13
Version: 13.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 563
Depends: libpq5 (= 13.3-1.pgdg+1)
Suggests: postgresql-doc-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/libpq-dev_13.3-1.pgdg+1_arm64.deb
Size: 134848
SHA256: 420cf57fde30218c3a59fa491d056e6a6f4baf8825301c85becf2c85aeb90fdf
SHA1: c37e3243cd3e0fc11946112cae82330804609877
MD5sum: da8b7b16a2eceb3c82f091a7499e5b0e
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.
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql
Source: postgresql-common (226.pgdg+1)
Version: 13+226.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-13
Suggests: postgresql-doc
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_13+226.pgdg+1_all.deb
Size: 65188
SHA256: 0fe63c431ede60127f214288521c4d5e426c0576445b947e452ffb39db5d8c6d
SHA1: c772e4fcce57033e75225fb7c7f9964e53f2d861
MD5sum: ee68e96a03d99850eabc225a948ab70c
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.
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-10
Version: 10.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24157
Depends: locales | locales-all, postgresql-client-10, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libcrypt1 (>= 1:4.1.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-10
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-10_10.17-1.pgdg+1_arm64.deb
Size: 4930396
SHA256: d1d9b19a9b296befb6807aac10e7d2f48204cc81fc21f9a551aa4e467139e088
SHA1: c03697e4f7afdad0895dadbe143e22d74b6ff7c1
MD5sum: a55ab092c03b151265f665e97c503f40
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 10.
Postgresql-Catversion: 201707211
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-10-dbgsym
Source: postgresql-10
Version: 10.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13221
Depends: postgresql-10 (= 10.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-10-dbgsym_10.17-1.pgdg+1_arm64.deb
Size: 11766528
SHA256: b5c3b08e59d36bd09c530513499f9e14ed0704ef5cd5987946da3c2ac03bcf92
SHA1: 763405e120ef89f68bb56fc0dcaf40beeb4a5ad2
MD5sum: cb233366ac58fd765dc70cf301abc8b3
Description: debug symbols for postgresql-10
Build-Ids: 041d304e151c2f82be0e12859e11104348527e0d 062aef0cba11eeb7ddbec5d311c9ea505c51d520 0ea43d1eff198d5947fb06623f01a1d295afe289 0f7e230de77c48bd28180b287243ec4d5c50dc8b 1aa4c90b196241eb83dc6febfa7445a20c723238 1c85dbe03d550e8e92ac1655b3b1df5c32ff6c4a 1ea45624a4af29d8576b549cc95154dcb21c1682 213c8945692c64b7197b3aa88302b24d72225410 25cf518b57e0c841f22b0c4e5a627069ee4d2831 2a9f4661fc51b66c9ee0e59e123d8e647914fd61 2df15d68390d1d0c7418a5e935fe3df3ed2c7760 2f6ce71b384315821ec22a1c2fbc57a5a261ef7e 30a22c9c1e116f3f68b1f773b16d8a297db1d92d 38055f7a9703674cdaaa54052820fcc3c0978de5 397407fa92dd349d105e05b31f4e2852988955b0 399732e84eeb46de735a41ee30ea916c90eff981 3a98f6e1e330543430ea5f1ac12a01e575433c75 3e33ae9dc1ccdab57bd789787287f973e54e2783 43264bf38cbf7637cbf60bcf1d841000afb04cfc 43304dde78d393650250d671c917fa746b5bdbc3 46bd36588caad2bc221498c419308ce59d0bd8ed 4c98e8a1ca9ee885ecbc3a055866c248c7561c99 4e6daa3587f40ad92080356de7c04c4deac5648f 59a8a9ace5fa57fa34713b2ee347209e8a730335 608ecffb57e4b8e73efd797a1990364858ddc07b 65e61accdeded5add639aaa58facc3fd67b8839f 66c6d7fac181478f4e28f70747c08c13f22fb239 681986be50f25c01004ca786665a35b3a5b8daae 6bbbfbd7579e0184670e082a0cd30b0e25029e94 6c8f3e7f3e96e7f97c9b70f4ee0141e3d8504a3a 6db7f2f5e8bf82c400e63c657c05343e6918bbc1 6f34c22cf110eba45a98bf6918dc3cfe38e36e1e 732a83f3e60c0dfe3cf2ca54fe2c81a335227d7f 772f48585eb0e58cddd7b2fc816f328cf7974736 77a16158d331336321312aafd1487b4fd496da0d 7964e54fb268cdd985c14ce543170514af550691 7a8d63fc436f65d5e7898ff2877833f9cafba3b9 7bea4b2f3cc3455c71222d5e4a41e8fb33c10274 7cad6341c60493982f2e861d9594b2ac2878d372 7ec430d4c428ec75327952486fc0b5fdac87724e 7f2f46ecd41c0225add9d61c8a4ee5ad6aa04c1c 81c9cecdae3a37d6a5980f02c8bb730a42d70a55 82dc4280b515bf9aeac6293505bddcc47789e24a 86333b3aa7d26d6301cf12ae2946092cc1bec7e9 8c6ced856c81c1f9062235e00513dc31b4ba2161 8e457343354fea0feef9bccbaa96f2032c31d70e 900684e97eec230e1072757eeb8b7b0de7b85d23 9c96c2f8d7a81d9f3e7477f18cc25f9660d0996a a1a1166d61f2c4ea43f39ee6764e3459553d2117 a951da3afb0ba59169815d2c8571f7d2260dac75 a96114b9fd8658bf4c47ce366afbc6d8ee7a5a6a ab48a704dc37a28faeb1a0bc84d90b2efbe3afee ab83f7786c05b0bebb5cd7a26fafe4dcfc4310ab aca636e954a0c6be6a2e68dc0d097dd05249766b ad025c0736608cef5a94cada91ffe4f0e73ebb65 b135a3b3e72be62e4e4a010ac5975875022758a9 b366c325fbce73b4688cea559361c2f1617f2887 b36ab6a61cef59b7eafd2fb50f41ddee466ae304 b3ab3bcc58897c40c9d947040b6ba616c948cd9a b45df2e5ebae8bb752a8c520bda9774810816f85 b510a32a42c92d717fa2125685b8372a6d142b0c b664d2091c7f66236ed75fd8ac6e6a83585b5735 b679ddea50d115f835ee1a76154a00fbc46fefeb bb1c7d0e72290e0c58f37d0bde0aef0904ddeb4d c142a88e372a458aa84e0646696dbd045ea5f92a c42d36892b60fce88f999132ebb167b0b34ad1fc c44f7b32717e918df01a52183dbcd8b620a9357c c7a6e0f79e09f2b39b66996b13df9d35b379ddf8 c7ab16dce5a990f2960cf19dcde910f120e718c7 c8d4f31c129caa8ed23b7983e21aa691c09ab0a2 c9b3460c0def5434df980d711061eba7609b0135 ca411f02a8695ea04b6ca1d87080495754c184f3 ceb519bac39fa1e08e917b3a8d7022406a840dc6 d1364da91809b90b912fe962010c4bb860e9c771 d14c43a8cd9da7233069479eee0f667c7eb0cd34 d373464898d062c7859f9daae058d75b869dee0b de3c052eef72896d139d7a0357d25088830e3da2 de3d122f14c4eab967eb0784eb253bd3580e6506 def782119adb7ca7a8352f65c578dbcbf157087b df74bf0855aad5c1342bb4ee097a5986f3136f14 e06eb22ef0d97dde2ab76db1a614392395d630b4 e0ee5b392ccbad6dc82acf495477a84a2f02425f e5adbfee56178429fa853817a50c81923e6ada42 e7392c4eadc74c1c72662261cc99ef409784d2a5 ee19d8f38384a5f2111573ee7cc35901868e464b f4e43c1ef8e2008c393e539a50d30b5087cd9392 f62924a2039cb2c01d05e6a1f9ea61f4ac6f0107 f6b96f6106dbc5f1a651e3bce58cdfbc73910722 f773e3e582ea4e19deb55b00047ce3e1d8984b2f fa34fb3275292da41556d18944d07d4680ebe0f5 fba5646c577149139cdd5f140aed92fc2816e578 fbaff6cf10a95cf94c39aa0c8ec32449bb431a9c fbb563b43eb88933ede5bbdcfb5b83995b3df893 fd0c5a4638a486961d63a25b6b8fd9448f3fc296
Postgresql-Catversion: 201707211
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-11
Version: 11.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48676
Depends: locales | locales-all, postgresql-client-11, postgresql-common (>= 194~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm11 (>= 1:9~svn298832-1~), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: postgresql-11-citus (<< 8.0.0.PGDG-2~), postgresql-11-cron (<< 1.1.3-2~), postgresql-11-pgextwlist (<< 1.8-2~), postgresql-11-pglogical (<< 2.2.1-4~), postgresql-11-plsh (<< 1.20171014-3~), postgresql-11-rum (<< 1.3.2-4~), postgresql-11-wal2json (<< 1.0-5~)
Provides: postgresql-contrib-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-11_11.12-1.pgdg+1_arm64.deb
Size: 15073040
SHA256: 6f9caa9eee3c1bd8ed30aa9d06d7900d5fb9610976a52e2ab1a60a04d8e48ea9
SHA1: 3f7007a2dc83f38f2129846c056bc18c125873a2
MD5sum: 32dd7baba36b822df87f2dffa76babc6
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 11.
Postgresql-Catversion: 201809051
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-11-dbgsym
Source: postgresql-11
Version: 11.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14912
Depends: postgresql-11 (= 11.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-11-dbgsym_11.12-1.pgdg+1_arm64.deb
Size: 13415276
SHA256: bd13d320b8aafed3a905e1d5c0231650e361d287f053fd5cdb98e654ad1b3afb
SHA1: ba4d3a3a09ea1021567e24a307f83335bcb30144
MD5sum: e7b82cc4e44754829d70091d3ed3d80c
Description: debug symbols for postgresql-11
Build-Ids: 068834206fcb8242e39b7d295bff413ccd80951f 0766e97c1e3186fda540beae67ee2cc1b995880c 09ffc9b9ec4e45e969135b168e04ce1601ee2ec6 0a621f4f7fdd2d208ff498f275428fcacb904223 0bd2b8ed3ff530e0ae7dc46742a39c5bf4441b15 0fa14875b9e7e6bec209842abc74770d30ba56ee 15607268456231c0b153b0a142d99f71d52453c9 203ce5c04e3db644f48b2241fec98652e9db33d2 261ffcf5965d3efc9b8708a8a361a27b130a8e3e 277482cf6538ac54d356b8f632717fc67ad04091 2a4425822f9207f2b95b0413244d21c05ac08e5e 2f5c19200963d4879023b350331401510de4bf0c 2f5fe5c58295accad53beb8ef73c1df5f37210bc 2fbba73904c1ff84b518d5928001ca0dac27787b 30374d7fac00264cc882a9b1b9a9891962ed0ad5 34ab861922b5315b9b6a79d86c6919271924a60a 34cb56040e54ac046db35ad75f708fae681e210b 34cec391ddeb7c09a8c5035c80dcdf0fd4fee903 36c1ccad9f29f6fe3d851e43315a57616505d002 394ddc7ef2a98501c1b1bd7df63d274fbd237cfc 39f9fb5b07c13469abee0635d9af28c0a5afd17f 3b6fb6c12fa1a708cf49a835da4e01d59a2ca683 4202288c740fd72b7a1a0dc68674cabf5fc84389 4496456d454ad6fb0b5c87bc7016dc9e1507399d 4aa6619cbcec7b5a64d430c0f22bdf33d2d8b7ed 4d2ad151450579f82ccb5fec27e205057ab94ea7 50202897ffd2a0962a53c5105dc9d90759b32f71 5146e65b0f6d8b99a9b93f0a5ec74a8d03e91cf7 531e400444297d85f177397708c4cec1854fb55c 5408cce87f55ed75ac8779d72897fddeeee2f5a1 5685743c563c377afa39c711eb1bec3a0dfd9e3a 575d3fa40aae4d47c453473d58a518aca65879e9 58b82cba65a5baffa41d5b5234551787a181acdb 5aa4d95e456aef2c528c20c8376392cfc22083a5 5b1670289008436f3922ba0dcba1c5002b43b1a2 5c96527bdb180e6c58293219b4525239c3dfc62f 5e9d3b6092727441dd17ba7c1d51d0b1e2a43b3d 669543f8a7a4d6045e0ca8e64dbe28cd8533e06a 66961938ff05a2b9e62df12ffa92a4a188dc71a5 68c11fb806b429425573b378c927d1de64f262df 6bbbb279d2cd57d3acaacb90536ddf307bca8c10 6ef15d1ebbb10246de8677f4fde82f4368b273f6 7212d1515fd01727e60b0710d2c2b017854290e9 7320c08d60fbf0e186b6be01613b103e2d7bae7e 81934e8742d15b2a0530d17daeaee47252924c65 838ddf79c7ce52eb668886b1f43cd329bbb59b23 845477c0c9d29c4ba207be0cd09b6f9875f1bafc 89f431cd52036d92003b76ec9aa32235e712469c 8eb9952cfc386170cf3bff2f228c90329dda25b2 90499ac042a09e77f5a61e36ea6977fa249f1359 9145626ad3ac53f5d8663c44e29bd2f0796554d2 934213ec02dcc7b8bfb069f85e7cd03f7493a5ed 93b3832202e3fa82ca0e8f078900f7da1dfa1518 959b1b7c6fc37a44880e736f7ffd76201e735aa6 9a7ad9e8e9c22852022daf68734a20892f1ee14e 9e453cc6f5cbcde6497b1c3e3d3ce44df3d37a14 9efa7aba053a9eb49af83975c75d04ab165e2568 9f0e0660944190261d1eebb2a6a6e20314420f73 9f287ac97443a6b274394b8b2d0667c6ed8a12a2 a4f3b122f0af4b8f7a188a1403c61c1c7e63ad39 a79f128241a1ce78d530cfead32b40dbf1fc0883 ab0e64600f2e1b1414a4847b2c8a8e6c07adae73 ab7e70526409d400c6a7e2fca97f82ee6dcf13e8 ab88035620d26701075e27c13f00be270fb030a8 abe3cb709c41fa0fd00fdd607d76dce84410dc79 b064c3dea4a6152583e04227489da6e04936ace3 b2746470ef3c268cc0064f7d5bfcd977fa2aef30 b85ec2031178afd55b56924b3c71b79ca23b9b2e b8ceee54a436b198b6febe48dc404f946a38e837 bc3b66b02af2c81fb74c1e4ec15102d46e7f2409 bcc2bb2782e251191b27a8ea8a354e7a836834de c53fe30a467388950b4e73b078fc252e9ae4f7ed c6633316deb68b383b9bbba9a6062fcc00c9c9ed c7d5398e70a5158f2830008cebdfe32ed7b1cbdf c961d90ad780c5b603334d6b32515ec8545d6429 cd9d0ad8534cd0770c822b3d24a78c141e2aea4e d52f4a5ead2a126c3829ce87df33b0235e338f69 d80ed018580cbd51ded55672e4adb33146303210 d82f7a37d76cb6f0640ad3830b5c2738358d9fd6 d88ae08c560f72131286861f43ff6b7ad117ec24 d8c47e9f90bda97dbc76a2847ba70061e95fba4a dc4280710d91d6c1a03248db77446be387f75d45 deaf873693d5655fbfae295aec1a4788888c2119 e33285efd31217eb94e53e81943eb001e19755d8 e4c1cb5c02d085a40c8b50783d6525076bbd0537 e513ad83e14b6ecee0da516c4cbedbd52c91eece e5dc3760685da59be17924b78c8dc08eba977c87 e85b548b066aa1231cf0e455e238c75fdffc24ee f5764e5727b5483c91d19608756605eb6a26a1a3 f79ee7a3080048c79d6c47ac9accea4b441b4d48 f8e6f9146e72c0bf7204ad6af954f75ccce686e3 fb174c4721d50a033fb2b1e967d2471f26870dfc fd43c09e816f029801a476de7ac0fb56091da20e ff20a237846959de16ed7440e644ebec7d54d0bd ffb012c44048b24d4ec4540f5b7f0edfb0a1f573
Postgresql-Catversion: 201809051
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-12
Version: 12.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50804
Depends: locales | locales-all, postgresql-client-12, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm11 (>= 1:9~svn298832-1~), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-12_12.7-1.pgdg+1_arm64.deb
Size: 15719112
SHA256: f87aedb81270569271ed63e08446fa7ed3ed405dd8ac9654d2dd3cf450b290c9
SHA1: 414f95f00a337665123b36929fc00e22c4ed07d9
MD5sum: c0261eea2bc72df59a56354e74398edc
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 12.
Postgresql-Catversion: 201909212
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-12-dbgsym
Source: postgresql-12
Version: 12.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16007
Depends: postgresql-12 (= 12.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-12-dbgsym_12.7-1.pgdg+1_arm64.deb
Size: 14451780
SHA256: b824258396105bc0bf498a2cfebd00448bb16ee11f984bbcc1224954f7cb3e4b
SHA1: cf2e7eaeb8a69582818ffaee8e7bf0109f9889be
MD5sum: 0cb1a5fb24e0b95fb8d0a20cce535680
Description: debug symbols for postgresql-12
Build-Ids: 001febfb8ca6dc732cc32b3551c3d2225299d0b9 02f20d953d53d380001d8b4734808329946e8ad7 08205665c3017c526d688875da0ff75f65915bda 0b4f2b6e48f3189a16e94e8f53d73f53033e6277 113bcc6eabeb72a1a877b917ab56d26a2f9ec084 125682ea7f53de040eac72f7a6b0bf75a9ff31bf 16ebaf318d412200b23d26c09e10ea0f247908d0 20df791380e22ea23b343e76b5f6e92ea5cdbf3a 20e7900f4ae8a1291b22776e4474f8d2e8c0b947 21d2f5b7b0da8a5a009c3387d7651b508a7168c5 223d08cc08d552e2066e54911ee82324ba31e3de 25c00f56e88c1f32820f9d0107d67aaf7897b7ec 27667652d9327dea3d66e22d7d60b7a0b6ff89be 27c832e8173013ed3dca77ef281e686d08e19472 30f431140cceec26181be92787ba83297c88b801 31f6f830d5d69813e98080d482653cb2fb664898 340eb620e0ace8930ae1aa738cb0e2d40df50215 35250d5bd65bbb0a67ee62bdf08eb2c01ba43bd9 358da6241c52e861559133d0336261366abb2999 39846f7c3f261c7af4a8588afff0bb416a0b3b9c 3c1f929ab90ecf1bd4cf5ab123e6395496fa3bac 4113fd1e063ea49bfb2a17ddb975777cb7ea37f6 432f01936d4c440e346efb17cead0096013c351b 482e4d836ea998c9b54b334cb7d90c8a333a276b 51f6caa0aefbb681414becae254ce386e0b07a11 54f78c40aefdd0fcad906cc2df76149ccefa8ad7 55ab303f66af44286cd1b3a4993af9bbbc520773 5b2e223189b94dd4a22aaa0ecd6526a8b8a2d84b 5bbcf9d247462650ad781980c3263d86f805602b 5d5eab9d742469eef78df6f2dc350b80d0808ae5 5ea7383364d6c99648598b2edd4defd78f686a88 604bd0c643ad87f99e1c651093ac4af3ea603200 615777c621172207d2bc34183b2faba49552c6ec 618daedbf04e6d6e8701944c889081580c177120 6237982b33ce0e0f86f855afe405aaab89c32979 65d7160496f75df3941997a8612a521cd99b7d18 66351c6678a714c85b221485d4e3881cedc55937 66546408124872e7844596c6b016a9b11ac4a552 68a0bbc0819101269e22f513407691734cd4e4fc 6a84a8316ed641196c22860e7863d725097241b3 6e43593c069ccead0ffd003c0d2583aac3ab9c3d 6ee2167fc1728a63496ba79a3e915081e52d9e53 6fc7a0f85c4a759e435eee838d821c11c22cd6ed 711b6bc287c87d5b9a0ee9a5e90f2addf5fd449f 71f1cddc889b9cd4447ecb29cf86e04ec808860f 72298394030eb5f7341d4b12bfdabd819c901f5e 7735d5158d8a697cbd2da20a7abcc2100a3eebac 77ee9b4b4a44d624b109305155fccdf5f36d6642 789c3449be742e13c9cb967dee78419356d34eda 799fa91436dc00c2ff0ed426d4bcc9f32fb5c56f 7d2d200f68c15d2aaa40944a3862983a54018319 7f78b47b3b8912667bb66a5f0036315a4a356114 835d6d140a79554bd869ff385acbef643586e3d5 839ad15fcaa56b1e6baefb1b88a58937c38985e1 8876a24cfe62be3738e10db1052cfa2b9c07852f 897941d04a0a6748f9e17ce2cd16ac2930c6bc8b 8b1c68fbcaa79a5cf2b68e1ca0a91958dc02b12d 8bb0f9429541594068ac1632bbfeda89f5689af2 8fcea2d8dd17c86f71ec9670626de5fbc3fa1e2f 93a1d9f38cf8e82b861f2d3ec5991225e7441b30 960602d0e8a9705d59c1c06a90b635d2695bc004 9a9ef9ffc98084e366b41c821e6cccdf935f9e0f 9d400893a2c0b9abd9df76bead64abbf5fdd8de4 9e076339411e4caa85f6a4bde4beb309eed4ebc6 a13c2ae8ea3d6b79279201c7853265bfe0a9a3ad a13c7d57a076116951901807d5c172c0d27efd71 a2331d1ad03dc03aa968ad1c043daf0e67072261 a32087d56b24933fded4808d7b483f0c7f0cbd53 a904b78f1b3a30f541a8bfc1e2a5e7b34553f971 aa200513a41ea357d0351c797192d2680aec3db3 aa27a30da948051237945bd6b6f16a9a8fe4e41e af800252358676d89c36f5fa8f5d62d50ba3bc5e bc26136b55bdca28af5b59effc8cb0151a659fcc c2aaaad6faae55dc6061d3f3d0e34dbe66d69a51 c3ac01b9499e5ba8ec7eb970136fe2b1b416bc32 c6d334544eda898c396a008a77dec714832978e5 c9aa871853724ff1d71c4793c1720e592839582e cef86e689de5f57200ffee7b78399c460b0fbe02 cf12036fef6aef042a088ba43bfad0e48e1725f9 d00e8a6872c720b4805aa1a4d86ff4299fb3f39e d0429628db0cf49a6fb2ba85569a31109af6a0d8 d04742699ed7879d43971937d2763b1e3cec85a2 d05f22a00225ed6b29b99012012dba1cdeb63324 d6d21e6926a1c6c21515f1db3ddd3d61ccb42a08 da7352f985e816bc9376044d99fa75ebd2f5cd69 df74bf5cb7a5706228cfb69862938cec7ed87be4 e9eec8f17dbcab8b0fd189f1e19565a55112cce4 ea8bd677dd0dc47aaf15fb92c04674f07c0aee55 ec4728495ea77a33332a3db40030cd7d63527d90 f5ee4743b60e4a5fb27151c7681d9de3e69846f0 f880f8c7070a6828e96207f2dc5597f8c5e16faf f9fa5ac325ed1d1b6e4a1da7e2f224f9da37147d fa01e06b9cf1b2759f0a4ecdf7670ec6ba84d5b6 fcd2cc7385eb03ab939026c98b2fe99bed6bb9eb
Postgresql-Catversion: 201909212
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-13
Version: 13.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50630
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm11 (>= 1:9~svn298832-1~), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-13_13.3-1.pgdg+1_arm64.deb
Size: 16025196
SHA256: 509365b141708311d59ae02cf7c838f9318ad004417a1eeebfd6d872b029f8ca
SHA1: 061773a474ec7fb7bd17c96b2d8d7fc8072e844f
MD5sum: a88aae479a07526c69fcc6632b921d42
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 13.
Postgresql-Catversion: 202007201
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-13-dbgsym
Source: postgresql-13
Version: 13.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16787
Depends: postgresql-13 (= 13.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-13-dbgsym_13.3-1.pgdg+1_arm64.deb
Size: 15192204
SHA256: 4cc25d094f0e58dcf68f627b8844379d62503e0d2f19f168ded5811cfec3232f
SHA1: ae1c0bb546871e1070bed79dc668e7b9670f481e
MD5sum: 7d08fa64356f0a1dfd19e50119a11720
Description: debug symbols for postgresql-13
Build-Ids: 0332db7023a0e868cf2ff94d81ac53510883e541 03b799c2cf7a8e48d9a95ec44b9fbd6739fa4298 08feb281457ab815b29a077b430c2cbd1cc9ac81 0bfee2b1031badb3ec00a48d6a69ece47ef7a2db 0cb8f1d36b5335d706d4ef8a4ec60c0f39892995 0d793d9e89ced1affa372991e9f343e13be15692 0eea37ee63608d0f6464b4b6f766d709556aa660 12e44e07b12c85707581ec16d7d29cf2ed8b8243 131edcbdf161fa5cee969418cf560bc82dd49097 14348d0a21e31b5dd806eeed4cb1f269df4e8a3e 16c3880c3a9289077815fd98e786fddae4b528d3 1923bb5d1716d8017542be8944c929bf129b6ec8 196b201c34920e523254d1d79ae98bbf54370357 1bbdec7931d89a00785c66d281bf70471d9b1715 1bda2c95724862d9642b315ce0eebab1285666d9 22f66b664129c88cc9e106dd7ce40cae9b1458dd 23d83710222b16a89cc28da0d3bd25d2fcd8ce9e 24e9463b101241e2526ce354d62a88d12e579634 2a7c5a33ebc172de8b8eeb904d50f45490478954 2aa61ef7b75b5e2abc463c7d0e2cd7e17a775256 2ff612b919b3f45a8fc624404a90ea5d63b3db93 32ef958224c5063ffcdc72718e2797f5d1b5d157 3792049293f60f76368fa8d47fa39d8590104b6b 391430ed54389ca08b6326c7164400c20eca5de3 39710026bf719f6be12256d346138c4a9159980c 3a0e55e6ee0466da3da3ba2351c1d80f49e816f1 3f428ad67fbf83ac92883ac090eff14a27c008a1 46138c9a4cd92b5af72eea8ca2f880ae16d185d6 468ec8dcee5fb2d2cbb03caae67f887fb7f7f536 48a384f781d0eaf5f89d32f729bda2bc955b29b3 4b7011faf2dae5b9a04ee3aaf0d502f5fb76a6c2 4d72c9ea36e1a5d3c389212244a7091080f9f7a7 521bff03d62c1294fef5886956f17532d85c7268 523319d9ea3fffa4105c50210fee53f2b5fc3342 527106cda7852b2888801650766589c0a57280c5 529b9f6d5dffdd3cca4303d8328024f1d5b49a95 535e7d35cf13b9eae00cefdb24e2d9c5d1dc936c 54f7dced1e59e34c0febd5500c8b3044e00063d6 54fdefb7878db9471d7df77d736d6805b42c5b34 5e47f5a1c9a4d4d5ae22b33f831f1c596082fe5b 63bd992b76bf58f82f39d129d405da6eb01f37bf 685ecbcdd25992137ff970f670f2e5850b178dcf 73bae938157c0e67fcb4caa93d3b8ec166bf81c9 73bf1fc1cf45d11105e529aeb5a223fd55e1446c 7498f9afc94edeb3787bbd00c81c4447d5bd4cdc 74faf230b830cfe605e25c5febbb2e557e40e024 76066ebe6b68f3dfff724991ae7413dd5c16ce0c 78a8c132cb48d44338b08675aa6210a3557c88bb 7c1ad2e813f601be78449c2e273dd2db6ae4da59 7c5e238f242d86ead5605b12e11098d6b1647572 80bd9bd92654c183bec67f929cc26216e07b8386 8375db8f33274ee25c5f9191356c38caffe82160 863d1f85609e6feafa0061675e2ff3be1ca531d8 8828b0332391111a51d59620f2b7badbccdce980 8d5f6fa63bafabc6d7a8c1a0cf3a250b0d627f49 8ef2d995d7e96c34d4a7246ba755d447b19ce010 8f0be94b7a9b0f41570b59bfc35c634f462655a0 8f6639a16db1a68dbde3a67402340e4ea037b941 911a71bc1ad94239759d8a1f945dc7e711ca6888 944d4d552b3ed057b1ab36700d7dc729fea7829c 996d7084540c3a945652a81900393b7a2e1151d8 a16191c6013d08d229585655dd6eb66b7d975c25 a2b387c4d1b075c6afdfa4e75ab35a1de7d4a905 a2c37367f257d0c2dd906a1f94551b629377627e a314bf2c3fe855e3c44589f51395fbe8cd12ac11 a7c3757a0f0d5a93316137acd6f60943aef7d04d ab1c1b09636e4772572f846a0cac7d61311e9a31 ac4a63244d9a4def09d75c51f27d8ab4a6fd5f77 b104a070c37bc0fb4ce6caba89727a3c25ef1e07 b176adf628131fc1bc72786a2b096632d8735063 b5521118b5b8dab6ebc2d235440a2924cabb7f68 b988892b8fbf8d04f36695d719cc7b4f7024fdba b9ef664381550b1c0029d81e79f394b580788dcb bc488ea9ff9334d04cb1ddb26b347f791a596fff bf5079f106d6745e7211bccd5d89d10eb062cb48 c00f391a225495914298e32b00c695047505e8e0 c0c641d35d88cc952edbb29a87740b3e89c42c5d c176ad24830d56786887f1a45c1231376dc32b82 c8bd08db9c0cee0898688f115a52ec6b98be7d9a cd04f8590c035386d85a14dfcb30384ff4547d3c cd581661571376d08ddec2569d6c9ae742898cb5 ceb57f005cb19e3b6ba4ea42ddf4312056faf005 dbe5a16361ec20424c364295fb6f59018845eb87 de108bbc3667373ca74dc9d81779f1ecf54df0e3 dea09c913f7f7d32c7f6b487ceef4d7cdcc4df81 dea80e932a1bacbb23e1255a996bcf4598d887eb e7351ddfdfb1c3471afc06ce27ca82cf87faec35 f2ab15c85c094f9738206ff295c56f29c3e9389d f315822a9edb274cce8b1ebae82ae83283472401 f7de2e3d0680e82f57b7a5a794ddeadfea326625 f985427fe5497f521106f16e2032c202a05819dd fcc0fe14583ff1b780ea963103b7476ca533be60
Postgresql-Catversion: 202007201
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-9.6
Version: 9.6.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21931
Depends: locales | locales-all, postgresql-client-9.6, postgresql-common (>= 171~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libssl1.1 (>= 1.1.0), libsystemd0, libxml2 (>= 2.7.4)
Recommends: postgresql-contrib-9.6, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-9.6_9.6.22-1.pgdg+1_arm64.deb
Size: 4309180
SHA256: ed7c7d055901185e1539611f9aab13ac75c756e89d9bb9801c7d59e95a8276c1
SHA1: 5ee05c5d9bc8e7d26bec27be0a761e12c0bde7d3
MD5sum: 17e6c9c13b5d01e1e31699617dcbbcd7
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 9.6.
Postgresql-Catversion: 201608131
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-9.6-dbg
Source: postgresql-9.6
Version: 9.6.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15016
Depends: postgresql-9.6 (= 9.6.22-1.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.6/postgresql-9.6-dbg_9.6.22-1.pgdg+1_arm64.deb
Size: 13142300
SHA256: d42e86abab813879244201f89dcfafcb76218aeb2ad1d01a9f61e1292d511949
SHA1: 5507331df26a2572b6774eb1c9d870cf91eb5c02
MD5sum: dbe0bfa78516b30b478a3acda9dde555
Description: debug symbols for postgresql-9.6
 This package provides detached debugging symbols for PostgreSQL 9.6.
 .
 PostgreSQL is an object-relational SQL database management system.
Build-Ids: 011b6a8e171f9c89eb88a53dfe659bc56f7fd01a 07cf7511a2fe2ac576a755f53bed996244dd2343 08ac898f1cef86e25cf6b56a36e24131ded24e18 0960cdb94268ecf9c5dcc3e4ae88772cfc8d9955 09fdb64de3006cb7bfc1d551329996a02106c03a 0b0f9c28bef472af06dca757fe3fd5becbcaabbd 0ca666324f55e9ec7e1f02ec5ea5da41c7409c58 0d9dde90dee4a1e411dca0e49d5a963a13a25fa4 0d9f4d36aa305bbf0f9eccc30ee36b9a45f19be0 0dae379efbb7d9af9e020648b7cb391f99e3ca1d 118945f5bd5732de0e2bd38d585e0ff09017b3b3 156fed043bbb5212ddb3b95d080011c46ea76da3 1a89f3db0f7d0bacf3ec636542346051c3a43192 1a973337144e005cabc8496a1981807b88d8aefc 1bc6c8136dda232529e46c5077b316334e8893e8 1e1ce9304f0b25364239a494805696b3bf4cbe26 214ae5f3d030abd4b0d20fc0b44b1a10ff9200bf 223dd2d463dec9749f22263740f8455ebd46c319 26600aae8b57ab4d57c2c5c9f8b1475b0377d68b 270ddb923fd1146ea9e6290706f9d72f52e636ae 2c5e7a5f0ac12b91c1fffafd8a3d9d4d442b1a9b 2de93d7a3b0dbfd427a6a0e6cfb2b969cffa302f 2fba710c7e34389732d2deb656995255b2286f40 30ad924cf662c821da5a962376786f71d3ac9c08 35abc891a519852675039956701bdb16e7f7cdae 36518ca9b9795aae75a0ead80039225f4ce75f1f 3e86f78fa792de2687860b9d0308bf01e0a7ecc9 3f63be32c6a7fb368a3da3e8d7cb956bfdbc5733 42120e55015ec73db3a94a93ddfb4bdf77b5cadc 451498a41accdf5e27441baae8b3b2eab1bff2f6 467facec0d294c725f2413bdea5e9b36fa53ba3c 46f66058eb0f13e662e146edf006a8e53958ad67 504fa4e628cf4e7b68e3b30c529b73f908b53b78 51f05f43dc952b155f09ea07bece005741f7d287 525f922c03c794311fb84063e5b3117478986912 52c461acae227688a8f32fd25d47e210c15dce56 53d0c5e3d34f5a5587319db2f195196cd38ea121 5763f493b4f617e44199356c43e1e68475e7ce9a 5900de31c9d4add95a34df7a74a4f5950c052dcd 5bcea638000296bafb04ed1a5de0b5e914546a90 5f87d009734501ed1ed1b88ca8ee3795ad151000 616f71bd7d0d6e8e378191f4ed94bfc080324587 62b229a71866dc14f40ebc292283d5adde8b68ec 650ead83cbdb36abe5176f2a1265c43b66e49ba3 65e107e423878c85e45e1a9ae9bd2660cc2ec1d9 65e1661b1bd8e18482f8f3cc864a4114cdf5ce2c 6f43fbbffca2337d4567276201e35b948010b5b3 709b34f824192f9f349810f1090a93ce0393730e 70bd783a84e7de9506f6349dd37274fc069a0bb9 728559fb3eb1f413d868a32158bc1a5919daa61b 73c815d7e4a8927a8354640874d721316edb4dbe 75644e90b9b68c033d0ff177267bc0488e4d82ad 7bc570513ea8b1888169f7377065a6bb87cb6c2e 7d1955dc93bae3ff131930f560b8b20179785511 8201d9e8adc3e3205ae2e4748f9c50ea9ea0ed87 822dd93acac9bd736d261a29899c19c96809cb1b 8294a1e4a01b0fef49104f4500ac69cf4b9ad423 88361bf56622758c5987009d77f028aa61cdbfed 88e6ba3f7767679760b9887c282fde5cf0213b82 89a4332379c56d8c29936c3ab12d17d12f28a145 8b0921aefcbc0d64d3013f53a07a13466d806d5d 8edd4644e474f216869199a3d9dbd6ecd95a03a7 90519af96b372ba5e9cf2896141b123dc164d675 970c751a363dc10d03253071bb299aa59e4331db 9773d7078889b772f521be69538510bd54efe127 97bc4930e72b4f2b4df21fa562f88593678a1b92 9a0c1637edec0eddfd4786ad1970f7ede322824e 9a26f4e267a2b48a517d1288f6669080892a985d 9a907adc931e807bbc958a1d3aeb45356d1edf90 9b1fc907d99730d08488a4bf7c86f3d1df98ff7a 9c174d4dc9a281efe1d68789d1ebabe9790e1a7e 9db70ae0b0e52216c0c8d4153fb02072a7aa43d3 9f9ed660f48e1d774942e5aabe319683c1bca1e4 a0fba5240c00aa3ea9fea274cdf8fcbfdb65e754 a1efc427d7a5b959c746a2133c2c27c3792634fe a271d2fa85097f3f513ceeae306b55053655bba8 a44ccba7bf42d4da98e3bed19338c94838fcde40 a44d1b3028e103ef30b485939fa5dfbc315a3611 a6d36672b904102c18fccae5776625d8a1a5438b a9d62c6c5f1cc66133316a678a321d15f7efc3d0 aa5e81e649e646100366e2d55e101e5c1cb5a188 accb0622ece7509b7a58a31a4d869ab57caf7d0a adba52b912381e2583c4611c3431ac84a0251054 ae2f687a86562f19b84e85dcd8ac920a3f13312f b6e347735495d4376bee5264cdf014d286cb4069 b8aeb95031ba0a711c35fd260efdb25b74578abf becf0dd5f1bb5ea25cc16b0174498e468c0d1c96 bfc75f62d6ea69a937e86de1cc492eef2100a7fa c134675d1da1eef90da4e2ae966c1213d28240a2 c3d8ab607655bba765deeb3fc2f72083334abecd c50ccb8b9803ccd453386b148a796c662475a4a9 c5d90f026b72aca05d5644c71196b65e90533e59 c68bd7ef418cf1e4f19ab11e095b5c93547ed8c6 c7b03fd3fd1f9de8f2ca47d9f688c13c65922e69 ca91642485a9ca540ce67c95ba100defe471dbb1 cb287bcee9227b0debbafe1875f4a347a404309d cb5955545efe81531576e53bc45ad1bf83231fff cba4036b95ab9ed39d934a593f3004793d43b732 cd1983c0935afc0df39738b3336c2a774d3b0e09 cf319d0ecf790edbde07956ff9e52089cf2223c2 d80ac3c5c615f09a17ca70b9a33c6478c4aedf53 db0edcc9cf4488bf6ec415cd1c12c6213b5a8cf8 db184404baa13fb4ffe66130561e6a07b70127bd dbb644400b8f21dfce5917d01b0f0095414c3bd0 dfff3e7b059a30107221efa4f6b2429d074668a5 e194633711d9a552adcd342c11d100c49247a19d e1e8aedd661663c74b8a9b4ca1014a2342278a55 e2c2f80e4188a21dd2f5574b5335faa01761c060 e757d653b4fdb1968a44f424729e54066c7f9029 e8713f11cfb333fe9d0490d8ea50ed0811bca4b9 ea2f480a4f8eb7f3be3ad4111caf8ae6d56d4297 ebbb8b7ae2968a5d413e793a18c0256b8992fdbe eef646e33701900a8c6bbcb4fcad16678f9a2d8b f109847c6378fc5dde4762f294674af1dcb941ce f3ffcb4e84fe20ab652e9f2be5040c249d7130ef f837f55a00ae7444cb59f74fed2257645e495f3b f856aeb2d171caf2cf0e63902182fa570539da6a f883e30a81019ec9bc8067be3102078be6fca214 f8f44a732d0dffda276bfdd4c7677871c9bb3a3b fa2da0521c0004c186fad2380ae3bd0d42086a11 fa66c50255a39b7cd34330889a4ee1e820ec2c07 fca9e44bb5d2c00705296b7993bd64b8f4b29234 fd2e58e422cbb7cebe3a593916e365ad5c05cc5b
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-all
Source: postgresql-common
Version: 226.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: libecpg-dev, libpq-dev, postgresql-common (= 226.pgdg+1), postgresql-server-dev-all, postgresql-contrib-9.6, postgresql-plperl-9.6, postgresql-plpython3-9.6, postgresql-pltcl-9.6, postgresql-contrib-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-contrib-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-contrib-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12, postgresql-contrib-13, postgresql-plperl-13, postgresql-plpython3-13, postgresql-pltcl-13
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_226.pgdg+1_all.deb
Size: 65324
SHA256: 1714d62ef84e385f223779d3c7f87c40277ba4d1fd8227b2ee573b484894739c
SHA1: e6ce32a92907e39d35097f9efb334d66079ea921
MD5sum: bc4b7edb111ba3c7e2e8cf71cfc85534
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 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.
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-client
Source: postgresql-common (226.pgdg+1)
Version: 13+226.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-client-13
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_13+226.pgdg+1_all.deb
Size: 65204
SHA256: 988e16014a3dcbaf9c2771fd6eb83e8654ceebf1d29abf46e94bb40c82432d54
SHA1: d8390042cd99b496c80c0ae15178fe40974598cf
MD5sum: c83347d6bd1ab9f3e2e4fea7a8b9e4f0
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.
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-client-10
Source: postgresql-10
Version: 10.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6347
Depends: libpq5 (>= 10.17), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-10, postgresql-doc-10
Conflicts: postgresql-server-dev-10 (<< 10.11-2~)
Replaces: postgresql-server-dev-10
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-client-10_10.17-1.pgdg+1_arm64.deb
Size: 1414088
SHA256: a007d6cef4b5347c6d0940bafa2b7e1d76c04a80c2f951263d894a0c7f562755
SHA1: 547dd20e5b57bbd9d546140002bc652d6368e1b2
MD5sum: 73ddc23cd74d906787af599feb26c515
Description: front-end programs for PostgreSQL 10
 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 10. If you install
 PostgreSQL 10 on a standalone machine, you need the server package
 postgresql-10, 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.
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-client-10-dbgsym
Source: postgresql-10
Version: 10.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1929
Depends: postgresql-client-10 (= 10.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-client-10-dbgsym_10.17-1.pgdg+1_arm64.deb
Size: 1607492
SHA256: 4fbab7ef2c0251cb9a020fcbc81f709fcb7397abdc60e51f36033976ab91f9cd
SHA1: 7f9db59dee82b128d253834f18067a4c28452e4b
MD5sum: ac9e3d760915e43f6c5bbf17d53fbc54
Description: debug symbols for postgresql-client-10
Build-Ids: 1979787be5c4a45900df295cc90fad514f94d792 199fe62e177b4d86d7af463cf19e942ba49cf2cb 470807001b433f93e4a90e5addf51bf370faa0cd 62569a0a8c9ab60f5276b8ab41f7fca36fb9635d 658b41fb8f3e38af4a9f419729a344503fa54935 79b14293e91c33422ab7e849214fec5877da6fee 81358be5b7553181d15531edecc91234bb99c368 9c77e2e2facb56c9fbbfd021f4fa7e66c8453ba6 9db7566b8a36f73df4dfadff46e219cf6e81e672 9e8d3911e18875d91695d55b71de33794419d650 abe48e2a6513237591b7a05aa5f0d565c78fe24c b4cdf53bdc3f14d011a820cae7386780441edba2 b7b3dd57b3dacc28d04fadd15037ed71f72defe7 caba224aa6f43dc3d49707d278a6bbba0f5d8ded d8693bb8f62d42a8b5792b61ce9e6f6cfffba2fe e4626caa9bc20125f337213b153d9f8b356f46a2 ef0b477f3bc56013894293b3a4607defd4a5e406
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-client-11
Source: postgresql-11
Version: 11.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6574
Depends: libpq5 (>= 11.12), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-11, postgresql-doc-11
Conflicts: postgresql-server-dev-11 (<< 11.6-2~)
Replaces: postgresql-server-dev-11
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-client-11_11.12-1.pgdg+1_arm64.deb
Size: 1459720
SHA256: 174c342611261f94114cdee5fb7c5ced85b7f61e57f06047152f2aec7f00109b
SHA1: 1a3ac9e7b2030931b2f88844b572fab449e338db
MD5sum: 151030b7a0f8e9aa08e426b29c404326
Description: front-end programs for PostgreSQL 11
 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 11. If you install
 PostgreSQL 11 on a standalone machine, you need the server package
 postgresql-11, 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.
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-client-11-dbgsym
Source: postgresql-11
Version: 11.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1955
Depends: postgresql-client-11 (= 11.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-client-11-dbgsym_11.12-1.pgdg+1_arm64.deb
Size: 1631392
SHA256: 47713e200e4d69a4aac5f715c986b05013acfe0c1f8215e7948d5bc241b41e9a
SHA1: 0b76fb1ef5112c69a6eeee49a625b0119f8116dd
MD5sum: 709077375c15fa8ee7ea1c182d352616
Description: debug symbols for postgresql-client-11
Build-Ids: 0c417c5029477049b08cb8beeecb21db15a395fb 15d928eb70824bed9f12a09521456ac9e6315085 1dcc1d82b2b7fa0256807379145c730d3d0f98e5 1f8efe69309a2627700b354a23834e92c479c6ec 3237aa947419b80b48bade85c803aabd88ad3cd8 40b76a55532c282c885fef7a47f98c6b1070226a 6312993856cc671924e038ad184da4dde87d0526 69bfe6b7b824391a1b82bff48f69c2085437f431 7015b1c1452816dd94cdd325714d0a5568e2550f 7a86ce4ff95c57eff040566211b1f5d81f936fb8 7d812c3feec6bf1f2479239ec06e54b2bf4de48c 8ce56634b41eded3467f80152a36f664b7249834 8f1e5466e9de69e3cd770324adcb08a3cac6d10d 8fd2029156b4e797802a35400cac94b79574b821 b14fabbd8132e81534113008cbfe9c275a27dd2f e2e89afd8e082d8a582449bb31a1499cb503098f eab6bf3458ced1eec3761780e28b7d258fb422f9
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-client-12
Source: postgresql-12
Version: 12.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6091
Depends: libpq5 (>= 12.7), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-12, postgresql-doc-12
Conflicts: postgresql-server-dev-12 (<< 12.1-2~)
Replaces: postgresql-server-dev-12 (<< 12.1-2~)
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-client-12_12.7-1.pgdg+1_arm64.deb
Size: 1400812
SHA256: 336843109353d8d3683fefcd6ab579eaa33d10a6f437f40df2c788313841ea4f
SHA1: 8231a8750a09a7b923fcaec8df9fa2569bb3f1a9
MD5sum: 456ac3d78d636c7042fe7d3147de5fc3
Description: front-end programs for PostgreSQL 12
 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 12. If you install
 PostgreSQL 12 on a standalone machine, you need the server package
 postgresql-12, 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.
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-client-12-dbgsym
Source: postgresql-12
Version: 12.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2134
Depends: postgresql-client-12 (= 12.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-client-12-dbgsym_12.7-1.pgdg+1_arm64.deb
Size: 1761280
SHA256: 4e2c99a41795d4bdbabac38b703416ac54ec29d83ead7ae03f6d0a2ff2c02520
SHA1: 3c83136a6d534854eadf553279c90915229ba9f7
MD5sum: 874fd5265e92054e24a739f89cebe3ba
Description: debug symbols for postgresql-client-12
Build-Ids: 2f70b1105be5a5a7b22b05bb140a81fa0c48c693 32b7edd319758143d710ad7e060d52d3a4b34eef 3421dc39a0edf642d8333e91342709b3b43677fe 3448ef44747fd15b61547bd7ff70e26aa88b6d52 511efbb23c075df262595b863202e78e7d45e9da 583735ed950fe80ffd6d5b4f1ab249563452f261 8a778102a41ebef60ebc9632ca3395e71657d528 8d1c641ac12c20cd88dcb1faa713b97f66a1e7ad 8d99583cec8d29ca4ad754b914b37656de6280ab 9e4ba092fd1597db770aefd476853d6ea3fbbe6f a08a7bbf27b3f81269c282b302e42fbc17cc1994 a70a89a579356168fb6bd5cb1eea22136b2f83b1 c3ab3e58fb563d363fd4ca0481d1bd51f1f196a5 d78b0774566883592784660fb29887b54a9937ca e99ca9f61e14c341641b23b1d08866fa1f34e425 f722d4e867ba4e9956720b12706adaa03cb38403 fb588c113b39aea8179ae3cd1bb80b9f9bb62231
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-client-13
Source: postgresql-13
Version: 13.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6462
Depends: libpq5 (>= 13.3), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.17), libreadline8 (>= 6.0), libssl1.1 (>= 1.1.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-13, postgresql-doc-13
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-client-13_13.3-1.pgdg+1_arm64.deb
Size: 1475156
SHA256: 15075b63fb657f1c58b774b3a333aa769805e8b8bf19923099a1672c99707541
SHA1: cf8d0335f26edd4bfdd2a7142462ecc4f678c627
MD5sum: 254f66a6ee462fccdf03fb22c86bb589
Description: front-end programs for PostgreSQL 13
 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 13. If you install
 PostgreSQL 13 on a standalone machine, you need the server package
 postgresql-13, 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.
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-client-13-dbgsym
Source: postgresql-13
Version: 13.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2300
Depends: postgresql-client-13 (= 13.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-client-13-dbgsym_13.3-1.pgdg+1_arm64.deb
Size: 1899352
SHA256: bd4b54d1126901c8bcf3656627024ac4b380784bdfb90244931ed38f63ef36ca
SHA1: cd5c7afb2bbfdb1329bf944c6a57151ae2d15bba
MD5sum: 8f068988cbe66b37b84b45b27df588fa
Description: debug symbols for postgresql-client-13
Build-Ids: 09dcbab0ba1a7a0b815d74e3ca3b757332c6095f 0e4cadd6a486e6338c53c5704da286844e467b8f 1e805ffe46c99a7b9e537ea6dd133ce0ce3bfd09 1ef10faf739c9edfc0890e3588d05d2bc8cf4237 24a5f5e4d465c2083afd31fb417afd1c098d8e71 276cb5eebe68ef0a5c7095e5c1aaf23e9b6f71e3 352577243c8b9c039929fe36c40f7c79dd9ab17b 5114627445e6fafb207f5cdf51f1799f4d29744c 5ca425c99002fca09818f7509297140df1f1869a 7f4efd83d659b9aef8bc65f9e55d2f45bed882b8 8bd2dfc1497fc35549a361702953f1c78580ccdd 9677ccf2e81b49435d0b9af24c2bdeb7e2e10054 9ee361295d8ea3f0428147fea7c4dfa0e48cb08d a32a9e1a0e5fd50c38edb9ec55fc782384ad63eb ab5d76374be39ed5f003cb759a4b77ec178e70d3 c052fa7cd84bbe69486ff48118f1d141c428a693 c8c4d723aab5a3103bb9a089c878d7091d7a4db4 f6b6f305eb9f05ba0c9fd2ae28510f5aff0a2adb
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-client-9.6
Source: postgresql-9.6
Version: 9.6.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5987
Depends: libpq5 (>= 9.6.22), postgresql-client-common (>= 142~), sensible-utils, libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-9.6, postgresql-doc-9.6
Conflicts: postgresql-server-dev-9.6 (<< 9.6.16-2~)
Replaces: postgresql-server-dev-9.6
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-client-9.6_9.6.22-1.pgdg+1_arm64.deb
Size: 1331596
SHA256: 71c9fbb5a00374e42c3a0eb9c9f2b4a876140415ca8455680c04b687de405e5e
SHA1: 0a174ea27ab68c1fd26d6998180a00f25e0345aa
MD5sum: 3cd08c7c19d32f6699c917f088db0ba4
Description: front-end programs for PostgreSQL 9.6
 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.6. If you install
 PostgreSQL 9.6 on a standalone machine, you need the server package
 postgresql-9.6, 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.
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-client-common
Source: postgresql-common
Version: 226.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: netbase, pgdg-keyring
Recommends: libreadline8
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_226.pgdg+1_all.deb
Size: 90596
SHA256: b77f0d9931928267f3932e5eec9522301fe0778e0ade9047ee358996c0ef372c
SHA1: d01cc379f30d236c7f0b7ebb98f1dcf58ee56288
MD5sum: 604e214c41be53fe48e30f67ea8c86f0
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.
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-common
Version: 226.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 683
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, libjson-perl, lsb-base (>= 3.0-3), perl (>= 5.14), postgresql-client-common (= 226.pgdg+1), ssl-cert (>= 1.0.11), ucf
Recommends: e2fsprogs, logrotate
Breaks: postgresql-9.1 (<< 9.1.1-3~), postgresql-server-dev-all (<< 204), systemd (<< 204)
Replaces: postgresql-server-dev-all (<< 204)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_226.pgdg+1_all.deb
Size: 246324
SHA256: 7145dbcfb3cc3f25d21f1bfd4d0025e6250c599f780fea65ee8f7026e6cea8ca
SHA1: e5674f6ff726f19797aecab7801d9bb866e6efe9
MD5sum: 3c771b91714bfb6ea5b1e11c47df17f8
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.
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-contrib
Source: postgresql-common (226.pgdg+1)
Version: 13+226.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-contrib-13
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-contrib_13+226.pgdg+1_all.deb
Size: 65196
SHA256: a4d69242e499480718502df88c57052279a38b78ebe4c5162f752573a4647f2c
SHA1: e8f06bbb67e8d3720b932178b556649ddf8e06d0
MD5sum: 99e102ebeb5498f82cd3e54280db38b7
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.
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-contrib-9.6
Source: postgresql-9.6
Version: 9.6.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2349
Depends: postgresql-9.6 (= 9.6.22-1.pgdg+1), libc6 (>= 2.29), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.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.6/postgresql-contrib-9.6_9.6.22-1.pgdg+1_arm64.deb
Size: 487908
SHA256: 35efc6ebb4466582bb7219a10a15027e868762a8e4f8972013ecb825a29f41f2
SHA1: d13092906fa43148df4a6113bc1b9e5c6e915ae3
MD5sum: 943e0f05f26b6ce3e2011d747b61b1dd
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.6.  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.
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-doc
Source: postgresql-common (226.pgdg+1)
Version: 13+226.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-doc-13
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_13+226.pgdg+1_all.deb
Size: 65184
SHA256: 825e68cc52b7322005182468914f311f383e661bbafca11a445246d3cb30e251
SHA1: d6b343609cd731c39653ce3c8d237221ed363e21
MD5sum: 6305183482b90765b7e94643a83cb4d0
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.
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-doc-10
Source: postgresql-10
Version: 10.17-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13998
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-10/postgresql-doc-10_10.17-1.pgdg+1_all.deb
Size: 1803544
SHA256: 119f1320cfed6e8405e85f2fb8ff59ba1a8206db8a7dfabfb64321d3d621e7ae
SHA1: c6fab8450a777531086003910fd008d2133afe50
MD5sum: b760186da4fabd933ed6579fb5ab3cb3
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 10. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-doc-11
Source: postgresql-11
Version: 11.12-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14378
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-11/postgresql-doc-11_11.12-1.pgdg+1_all.deb
Size: 1843656
SHA256: 3b38f1e8ad26f8d4caf651d801547b93a7b7801e8805a5fff8c52b89e3dbfc6e
SHA1: 89061703074d26ebf5121a399f3d725d3d2d8229
MD5sum: fa7a9c77b10e9d3358d12a01c9d8996c
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 11. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-doc-12
Source: postgresql-12
Version: 12.7-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14662
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-12/postgresql-doc-12_12.7-1.pgdg+1_all.deb
Size: 1873012
SHA256: 1fe943478af35f66d21c8aacf8c4f46d91d030c133fc6f7436601cb0ca259380
SHA1: 0ffa7928cc8acf6d7865ab1eaf399fc57ef177e3
MD5sum: 175b533a2133ea9aa7fafe1a949a146e
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 12. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-doc-13
Source: postgresql-13
Version: 13.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15384
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-13/postgresql-doc-13_13.3-1.pgdg+1_all.deb
Size: 1911844
SHA256: a82a31be2923dcd19d9ee9a6da3189cfb84f9c3e521892507e50d9e3b86e21d4
SHA1: 26326edc5a582289a462f657f33705e5ee7e8146
MD5sum: 7c3bf545045a512bd4fe972280ea318a
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 13. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-doc-9.6
Source: postgresql-9.6
Version: 9.6.22-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12414
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.6/postgresql-doc-9.6_9.6.22-1.pgdg+1_all.deb
Size: 1694200
SHA256: 2364ea684d68465138cc8e583159b4e6c25dc088ebf3a48cb615c69920f75de6
SHA1: ad0bd54110c596645bed4348ae8c7c4c0dff6a39
MD5sum: 55b6aaa15a75cd6b7c59d281b9194456
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 9.6. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-plperl-10
Source: postgresql-10
Version: 10.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 254
Depends: perl, postgresql-10 (= 10.17-1.pgdg+1), libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plperl-10_10.17-1.pgdg+1_arm64.deb
Size: 59792
SHA256: 54b83b340a50142dcc6f378d26a428b0716034ea055951a78e914d7b8a3150d6
SHA1: da050a53a1ab4aa76226166300a8c67cafed4510
MD5sum: 8ed1d7a0e2cd491c2ca12140e798b6c4
Description: PL/Perl procedural language for PostgreSQL 10
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Perl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-plperl-10-dbgsym
Source: postgresql-10
Version: 10.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 165
Depends: postgresql-plperl-10 (= 10.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plperl-10-dbgsym_10.17-1.pgdg+1_arm64.deb
Size: 134488
SHA256: 21b5469b8877bb642c6a5d54128b53b1337778a67db690976623ed4191fca92a
SHA1: d1f3267460f9b88700ce2099186b362eaf2ac1b5
MD5sum: 3fbbca3dffdb56c455a38eb3673527b3
Description: debug symbols for postgresql-plperl-10
Build-Ids: 3ad99ab95655e62343876e9117a3ff119a6da28a c9b153e2efc0d33642b09ba10324baf42a9efc89
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-plperl-11
Source: postgresql-11
Version: 11.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 279
Depends: perl, postgresql-11 (= 11.12-1.pgdg+1), libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plperl-11_11.12-1.pgdg+1_arm64.deb
Size: 63096
SHA256: 02f76fcaa703edbcc549b231ccef77284946f9575ceb32319272689be6c5d51a
SHA1: 504e868d31f9e2cd9db666dbb61f56c292d1728d
MD5sum: 120ffd043788fd2e93b65858acaf22a8
Description: PL/Perl procedural language for PostgreSQL 11
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Perl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-plperl-11-dbgsym
Source: postgresql-11
Version: 11.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-plperl-11 (= 11.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plperl-11-dbgsym_11.12-1.pgdg+1_arm64.deb
Size: 147856
SHA256: 966161eb6af67f331c63fb61d586e93286b9049edffeb24591929e7e881ade68
SHA1: 0f40a600283d9c7a8c221b4f8e92deedea6aa3cc
MD5sum: dacb66876d45b939ba7c9884f02cc25c
Description: debug symbols for postgresql-plperl-11
Build-Ids: 1b36d10d5a969738b32d59ada700bdeb0a46c828 22fcce876da922a468e58c117c8b2c0dc6bdd277 e4693622a6f7347069278a7c6bba3d0ac136ccc1
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-plperl-12
Source: postgresql-12
Version: 12.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 322
Depends: perl, postgresql-12 (= 12.7-1.pgdg+1), libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plperl-12_12.7-1.pgdg+1_arm64.deb
Size: 79632
SHA256: 894d083e7e0f054768391426195d7b5fc1d0968e5a33698a56ddffbbd352ce63
SHA1: cdce82bd71f639734661a9b782e8b2aa776e5978
MD5sum: 361fb7187e482e32482ac4d814c54781
Description: PL/Perl procedural language for PostgreSQL 12
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Perl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-plperl-12-dbgsym
Source: postgresql-12
Version: 12.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: postgresql-plperl-12 (= 12.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plperl-12-dbgsym_12.7-1.pgdg+1_arm64.deb
Size: 150288
SHA256: 2380dbbe335b1ae9832e1685c58af9759f8a0e0f2e7fa38d4778b1c6765572ff
SHA1: 601de804257fe3d1820a9b02618dec92f2416b4e
MD5sum: f5b08cb3673e70caa55156d7ca54fa08
Description: debug symbols for postgresql-plperl-12
Build-Ids: 7f94f26927c0f08413bfbcf689c8cdd6cb5f7379 bc6f1530f1231801bd560909aa5d91f7f2c01167 de379c7c1a90f30c5fc29c4e25bca74fe64a7721
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-plperl-13
Source: postgresql-13
Version: 13.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 342
Depends: perl, postgresql-13 (= 13.3-1.pgdg+1), libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plperl-13_13.3-1.pgdg+1_arm64.deb
Size: 83624
SHA256: 390fa3e805c0d3b75c8ec25810e7b3b1861e6cc35f4ce45a757560d5971f9954
SHA1: 22eb843746e5caecf4abdfd3aad876ba94e33330
MD5sum: 644584d65a707b5e4f067518eb731660
Description: PL/Perl procedural language for PostgreSQL 13
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Perl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-plperl-13-dbgsym
Source: postgresql-13
Version: 13.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: postgresql-plperl-13 (= 13.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plperl-13-dbgsym_13.3-1.pgdg+1_arm64.deb
Size: 156332
SHA256: f600fbae0c8526d9696d22dd83b855c588332d66a8ccd115387c4c0b279851b3
SHA1: d434b4667301336cc226623b920a7facb62bdd58
MD5sum: 1cfd5652f4547078443babf0e96a450c
Description: debug symbols for postgresql-plperl-13
Build-Ids: 07ae3ab70d4617274c3c38a41c2992ac460a67ce 3b0f265631535ddb2afc6006075fc7f5881a97e8 4cd8c655e16cc8d41b050eb449cbd0d7424eda3d ffb121c6bd8237be7d01bc7cf7d732560d74277a
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-plperl-9.6
Source: postgresql-9.6
Version: 9.6.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: perl, postgresql-9.6 (= 9.6.22-1.pgdg+1), libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plperl-9.6_9.6.22-1.pgdg+1_arm64.deb
Size: 60900
SHA256: c250ab13addfb89c90cb8300c3350e94340933e36a1b335dd85bd9bfa6cf1e6f
SHA1: 2982b17068bfde66f58294b167a76b2a1b75514d
MD5sum: 5af1d45f8f4f0b328d3bda77a1ecd62d
Description: PL/Perl procedural language for PostgreSQL 9.6
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Perl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-plpython3-10
Source: postgresql-10
Version: 10.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 200
Depends: postgresql-10 (= 10.17-1.pgdg+1), libc6 (>= 2.17), libpython3.9 (>= 3.9.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10_10.17-1.pgdg+1_arm64.deb
Size: 56832
SHA256: 94b4fdc0096afe734eae82449ff9aac3cb1c8eb2198d2ad6eeccbd558df8087a
SHA1: 9a5dd47445280dc7a13a93b9ab0e9727a7f8a28a
MD5sum: d7595435ad1b1c44a1a5c7fae544fec2
Description: PL/Python 3 procedural language for PostgreSQL 10
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Python 3.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-plpython3-10-dbgsym
Source: postgresql-10
Version: 10.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 188
Depends: postgresql-plpython3-10 (= 10.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10-dbgsym_10.17-1.pgdg+1_arm64.deb
Size: 145488
SHA256: ec3204c7863db055457469b8109e9229503e49dceccb45ead853b870688bbbb1
SHA1: a5c5fdca7cd57e8ce7852d689d52a592d91fd946
MD5sum: a643714c76b0f59090cc3738e8e04140
Description: debug symbols for postgresql-plpython3-10
Build-Ids: 39fb80f2e2cb6beec8692cb5476a0dd1edefc324 4df4f27b1e3f04838c48bdeae3958216123cf5e2 7f168de8b57c71933b98726a9e638224f46783a5
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-plpython3-11
Source: postgresql-11
Version: 11.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: postgresql-11 (= 11.12-1.pgdg+1), libc6 (>= 2.17), libpython3.9 (>= 3.9.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11_11.12-1.pgdg+1_arm64.deb
Size: 75408
SHA256: bfac7f6d13843760379fcc576ff068c3193e141f4965aa8364448c022b2c2404
SHA1: 333733b236da3524fdfdac041a9ca8b270b30dfb
MD5sum: 5194fa6bcd610289838a46bcc68a1cef
Description: PL/Python 3 procedural language for PostgreSQL 11
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Python 3.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-plpython3-11-dbgsym
Source: postgresql-11
Version: 11.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 207
Depends: postgresql-plpython3-11 (= 11.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11-dbgsym_11.12-1.pgdg+1_arm64.deb
Size: 156736
SHA256: e73f70ba1228eece77630f8d22d55f2f3ff751d2ad94f3853cc518bc971e9e90
SHA1: a0e6cb75962b04ebb22ff304ab9726ee57e1bc2c
MD5sum: fa43039ee46e66e4e3b5b055f99cb553
Description: debug symbols for postgresql-plpython3-11
Build-Ids: 0427fff9e70b2865a55920336814a2534eff7f9a d0327a2423754b2f74b33a25e7d7d2f19cc52c22 dbd80e1f42c2200cd7670289ea081ac69f3c6a40 f80434bff8044ab95e42ee3e511c5a98346fe783
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-plpython3-12
Source: postgresql-12
Version: 12.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 475
Depends: postgresql-12 (= 12.7-1.pgdg+1), libc6 (>= 2.17), libpython3.9 (>= 3.9.1)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12_12.7-1.pgdg+1_arm64.deb
Size: 104800
SHA256: b91fb1178336f14b3158544b3b5c9b497c01128d5a12cf51bf47056a456798dc
SHA1: 3659568c0efafb93e2ddb033c0cc1de264b57ee7
MD5sum: f9be0ae0935057c1d126370b828ff110
Description: PL/Python 3 procedural language for PostgreSQL 12
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Python 3.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-plpython3-12-dbgsym
Source: postgresql-12
Version: 12.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 209
Depends: postgresql-plpython3-12 (= 12.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12-dbgsym_12.7-1.pgdg+1_arm64.deb
Size: 159136
SHA256: 21bf882b7445a47cfd0775978bb56ea7cd8b677704cf89fa78e3cacc1664a110
SHA1: 5aab9d1d61d2eb571e2d5600fedc11d2fb1ee48c
MD5sum: b1b2e57038ee544450de93926248d48b
Description: debug symbols for postgresql-plpython3-12
Build-Ids: 33e5416d3450d1b8384552c0e76669a159f3a788 c75e13cc2e9d3183b41a79228e86b975bd55460d e91b97c0866fe5d629e17e6c0c4ddc994c38da6f fec7a436715db0ee1b704eba10fc633aa3dc1a53
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-plpython3-13
Source: postgresql-13
Version: 13.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 477
Depends: postgresql-13 (= 13.3-1.pgdg+1), libc6 (>= 2.17), libpython3.9 (>= 3.9.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13_13.3-1.pgdg+1_arm64.deb
Size: 103624
SHA256: cdd765f8c91ef159c517b6f233126c1d80472bc1f84a0e51a391ac645c0f8238
SHA1: 119688bbf6f8681eb9b46db9ae18b568498b162c
MD5sum: 21e2bf9d053ea5eacb447e12c02330a3
Description: PL/Python 3 procedural language for PostgreSQL 13
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Python 3.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-plpython3-13-dbgsym
Source: postgresql-13
Version: 13.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 210
Depends: postgresql-plpython3-13 (= 13.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13-dbgsym_13.3-1.pgdg+1_arm64.deb
Size: 158952
SHA256: 3cbedc33913d965f794fc3f0c836b7796a9031151e967657be009cbae2608814
SHA1: c8c636f98ecc4c837bd71bf481a67765705ecb78
MD5sum: 3295b05e3c09ea75f105d7c84b0c1ded
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 40f5355adf55a418f98c27cd345ab213f1435c31 67995d7f055f9d1738190373f92448d96e07fe7e 7c60298d8af402346da4c5d4d902bea6ad81727a bfd101a0c0a62441a5988f3b69ba5c2a7480e13a
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-plpython3-9.6
Source: postgresql-9.6
Version: 9.6.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 201
Depends: postgresql-9.6 (= 9.6.22-1.pgdg+1), libc6 (>= 2.17), libpython3.9 (>= 3.9.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plpython3-9.6_9.6.22-1.pgdg+1_arm64.deb
Size: 56564
SHA256: d2d41dc5b260b44c20fd08264f18ecc2f8a2a5dd0b38e5cf3e75647691daf24e
SHA1: 2b059ba27de22140c1ae7e803c1cbd6f9e0b487f
MD5sum: 50887c5a4a2fb14aab3ce001a4437dcd
Description: PL/Python 3 procedural language for PostgreSQL 9.6
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Python 3.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-pltcl-10
Source: postgresql-10
Version: 10.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 161
Depends: postgresql-10 (= 10.17-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10_10.17-1.pgdg+1_arm64.deb
Size: 40248
SHA256: d276f656712a43024162ad3c49d9a810bc1f75ec8eea12bb4bdfb1f640c2baed
SHA1: 7951fa6652bb175ccae93a923245d643b7746825
MD5sum: f8570cacd4c8acd2af2bf3db2066a3c3
Description: PL/Tcl procedural language for PostgreSQL 10
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Tcl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-pltcl-10-dbgsym
Source: postgresql-10
Version: 10.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-pltcl-10 (= 10.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10-dbgsym_10.17-1.pgdg+1_arm64.deb
Size: 67216
SHA256: 1b04258b6184dac6e54d95711466a897571b461d0c1939d2302ebd58a088680c
SHA1: a609a595fde92cc65e8791a0cda30e514d0ea42c
MD5sum: 2ce438b9e22f8a29b4ce1677a76f1eb1
Description: debug symbols for postgresql-pltcl-10
Build-Ids: 75a76a727ac8acc5dcd636cb9482fc85bfdba153
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-pltcl-11
Source: postgresql-11
Version: 11.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 174
Depends: postgresql-11 (= 11.12-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11_11.12-1.pgdg+1_arm64.deb
Size: 40592
SHA256: 6a9ea49cf578204bb7a734d9b4bf545c847a064df5b33acecc417691118bd240
SHA1: 75b9299ec2fc4d87d2e223d1b8344591f09922e6
MD5sum: b56b3897970c01b6b102731263b1cc77
Description: PL/Tcl procedural language for PostgreSQL 11
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Tcl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-pltcl-11-dbgsym
Source: postgresql-11
Version: 11.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-pltcl-11 (= 11.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11-dbgsym_11.12-1.pgdg+1_arm64.deb
Size: 70432
SHA256: 979ca9b3f6d4f37c2148065e3b9891bc0064c6ce2a8e62a65fbbd471e1b89722
SHA1: d199253e715c6d14f7c7e64dd778279c33ad6715
MD5sum: 6d1a6cc1d1900f90322bfaee3db1c421
Description: debug symbols for postgresql-pltcl-11
Build-Ids: 716a1bd7a476f725ea32f9ad3884786196ac8733
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-pltcl-12
Source: postgresql-12
Version: 12.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-12 (= 12.7-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12_12.7-1.pgdg+1_arm64.deb
Size: 38968
SHA256: 65abb12bd1dc85a7008f47a457943dbc9024a7fed18df887cfdcfdb4c634eb51
SHA1: 55d2352942ec13ae14cb31d5725d0e9a045324b0
MD5sum: 9c07c5b410347ec439c5f283137bd9bf
Description: PL/Tcl procedural language for PostgreSQL 12
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Tcl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-pltcl-12-dbgsym
Source: postgresql-12
Version: 12.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-pltcl-12 (= 12.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12-dbgsym_12.7-1.pgdg+1_arm64.deb
Size: 71284
SHA256: 809b8e206ec07fb04b61638c194802b94b3b66ab74fbdae43d316751bb990df9
SHA1: defdb012164083c6986c84bf7e3192442dea823c
MD5sum: 76e2fa285a54e9a86a20a8dbed020352
Description: debug symbols for postgresql-pltcl-12
Build-Ids: d4380d91f905ea2f740d4d36a00187db8c4ee777
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-pltcl-13
Source: postgresql-13
Version: 13.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-13 (= 13.3-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13_13.3-1.pgdg+1_arm64.deb
Size: 38760
SHA256: 83bcdfa3d757f92c8454a0403003e2b4c33b305c99127895288c45c7d1ceb027
SHA1: 77e90aea900851cdb40a86f237081e857ed1a540
MD5sum: 28e6c752189661b37536bfdf28c3bc7f
Description: PL/Tcl procedural language for PostgreSQL 13
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Tcl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-pltcl-13-dbgsym
Source: postgresql-13
Version: 13.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-pltcl-13 (= 13.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13-dbgsym_13.3-1.pgdg+1_arm64.deb
Size: 74464
SHA256: eae9652631501087542e79787ae87e3d591022edbb0f6915e273549120b5cd74
SHA1: a9d10a6733d530b56de60caa0bcb6dd66fa8ed72
MD5sum: 73c89510279a592e313032916f0fdced
Description: debug symbols for postgresql-pltcl-13
Build-Ids: 7c04f89b1b936b3a6b50330061149a1e91d69cd0
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-pltcl-9.6
Source: postgresql-9.6
Version: 9.6.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-9.6 (= 9.6.22-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-pltcl-9.6_9.6.22-1.pgdg+1_arm64.deb
Size: 43312
SHA256: e543ed6df7c1ff3cdf08460309160ded982709db2bc6877ecca8b03fa103c5e2
SHA1: dfa4fc587f8bc6546eb9f64f869052cf55df9a72
MD5sum: caf27e9e13c69a84b21626133b1d90a8
Description: PL/Tcl procedural language for PostgreSQL 9.6
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Tcl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-server-dev-10
Source: postgresql-10
Version: 10.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5140
Depends: libpq-dev (>= 10~~), postgresql-client-10 (= 10.17-1.pgdg+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Replaces: libpq-dev
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-10/postgresql-server-dev-10_10.17-1.pgdg+1_arm64.deb
Size: 882196
SHA256: ab6c20d43654c60ba174aaefae9be16890108fce7408453a1c01eaaca10d1e17
SHA1: fbe73ad18b5bca041a015f83375dc98adb4b358d
MD5sum: 6683120972686674ba7ae2170e5242a0
Description: development files for PostgreSQL 10 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.
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-server-dev-11
Source: postgresql-11
Version: 11.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4679
Depends: clang-11, libpq-dev (>= 11~~), llvm-11-dev, postgresql-client-11 (= 11.12-1.pgdg+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-11/postgresql-server-dev-11_11.12-1.pgdg+1_arm64.deb
Size: 862556
SHA256: 49f7a60c31255a743d610988ebc40bd3c7de8d34d796fa746b0beb3e2af87910
SHA1: bf822a93a66e529a83f362153daa28a56c319f8f
MD5sum: 1fddacdb4469070d12c31d84d828bc22
Description: development files for PostgreSQL 11 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.
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-server-dev-12
Source: postgresql-12
Version: 12.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5253
Depends: clang-11, libpq-dev (>= 12~~), llvm-11-dev, postgresql-client-12 (>= 12.1-2~), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-12/postgresql-server-dev-12_12.7-1.pgdg+1_arm64.deb
Size: 927132
SHA256: 8fd9ac907a2156af4a62535eab25edb13f7180ce6af65559f89f10311b8aac7c
SHA1: 7f209333467200119ae374460d80cebdc5042389
MD5sum: 35158bddcfbbc6f3177c41455f82a6f8
Description: development files for PostgreSQL 12 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.
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-server-dev-13
Source: postgresql-13
Version: 13.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5756
Depends: clang-11, libpq-dev (>= 13~~), llvm-11-dev, postgresql-client-13, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/postgresql-server-dev-13_13.3-1.pgdg+1_arm64.deb
Size: 970808
SHA256: 9a82bc4caec3348f1a35c6d54be2be777efc9c57a5b778bd2aa41ace2597442a
SHA1: 36ecd5e56b5541d3ef8f5dd44a722b733d9e0dd8
MD5sum: 8ad8a5d743e09ce6672111ef5adc8971
Description: development files for PostgreSQL 13 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.
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-server-dev-9.6
Source: postgresql-9.6
Version: 9.6.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4421
Depends: libpq-dev (>= 9.6~~), postgresql-client-9.6 (= 9.6.22-1.pgdg+1), postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-9.6/postgresql-server-dev-9.6_9.6.22-1.pgdg+1_arm64.deb
Size: 785060
SHA256: 8b4ecaa2ebc54c28babd667db0822e8476b2fc93f7edf048672761cbdda1605c
SHA1: cf786f2078ac1658d97c901240c17fd23f3ef600
MD5sum: 856e3e7f9c9d7e4385ca4aca161a5a28
Description: development files for PostgreSQL 9.6 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.
Timestamp: 2021-05-13 13:11:56+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 226.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: make, postgresql-common (= 226.pgdg+1), postgresql-server-dev-9.6, postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12, postgresql-server-dev-13
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_226.pgdg+1_all.deb
Size: 75596
SHA256: b1919f03f0a60575705698c1afd25691d903e4fd4efc09d1589550f8293d7642
SHA1: 08f990df6f6d72f3819cc967d4a1749d861e0171
MD5sum: b71f6b71deab2ea9fec46672da61b338
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, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 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.
Timestamp: 2021-05-13 13:11:56+00

Package: libecpg-compat3
Source: postgresql-14
Version: 14~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg-compat3_14~beta1-1.pgdg+1_arm64.deb
Size: 18460
SHA256: 8288c0211d2d1ad7b7c0c1eced634e3ec7a9d23499fce395c96e4c9ca7148da6
SHA1: 638c4ff06dbc7b51cf33f3999fe5ea05fb58ceed
MD5sum: cc3da0b73c2530b5a44a683c507fc2dc
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.
Timestamp: 2021-05-20 10:24:35+00

Package: libecpg-compat3-dbgsym
Source: postgresql-14
Version: 14~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 14~beta1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-compat3-dbgsym_14~beta1-1.pgdg+1_arm64.deb
Size: 39456
SHA256: d59272385cd2cc7b80b79ba72d467f711eb5c15936d6456c62aa65c196a998bc
SHA1: 2bcbd746d7ee0edbbe508d0bfb1b87b68c7d8967
MD5sum: 5997185440ce6a67d97769ae2e6e40ac
Description: debug symbols for libecpg-compat3
Build-Ids: 07a6205fdb745d65be75aab304212bf3fff3fcbf
Timestamp: 2021-05-20 10:24:35+00

Package: libecpg-dev
Source: postgresql-14
Version: 14~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1531
Depends: libecpg-compat3 (= 14~beta1-1.pgdg+1), libecpg6 (= 14~beta1-1.pgdg+1), libpgtypes3 (= 14~beta1-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libecpg-dev_14~beta1-1.pgdg+1_arm64.deb
Size: 266476
SHA256: 9e1775bd34ea580b4c6ebde8d2425a00c2f07a8d9d3a115e1e96559ab0a46d1f
SHA1: 897b0a608b76cc904cb4c3f4043a8dc881931138
MD5sum: f13a7ed545e44a931d1aad8acef9ac0f
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).
Timestamp: 2021-05-20 10:24:35+00

Package: libecpg-dev-dbgsym
Source: postgresql-14
Version: 14~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: libecpg-dev (= 14~beta1-1.pgdg+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-dev-dbgsym_14~beta1-1.pgdg+1_arm64.deb
Size: 225156
SHA256: 4876e3462f31936bbba0ca8392036b425b8e8980611b3d547e33b207d15e9f2d
SHA1: 0eed25240da0c87c89609d3555e502518c5c7561
MD5sum: 72449b91237dd204c8aabd5476968606
Description: debug symbols for libecpg-dev
Build-Ids: a7e1d1725e45a6b7b545c5a07a9b8be333da2c74
Timestamp: 2021-05-20 10:24:35+00

Package: libecpg6
Source: postgresql-14
Version: 14~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 215
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg6_14~beta1-1.pgdg+1_arm64.deb
Size: 52212
SHA256: 5c731cdc5f00d1d88e5ae7c195c5459188c26c8f61267516d6f61ec7e3aeeb34
SHA1: fbcaa71a06abc9b531acfe46f4ff81268de759a9
MD5sum: 58d4345cf1ec263f2220cb0fce8466f7
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.
Timestamp: 2021-05-20 10:24:35+00

Package: libecpg6-dbgsym
Source: postgresql-14
Version: 14~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 14~beta1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg6-dbgsym_14~beta1-1.pgdg+1_arm64.deb
Size: 113508
SHA256: 69da2e69bbe0814142be62328a80c8db4267bd22ed188a2b9849d51e41c6d092
SHA1: 69fa26056318ab478c5abfc0c8643bc4d2e93c61
MD5sum: e8db48b473dc0e954f3a2162595b7cb5
Description: debug symbols for libecpg6
Build-Ids: 921b900aa774453ef44fcac1ddc00719c57f1ac9
Timestamp: 2021-05-20 10:24:35+00

Package: libpgtypes3
Source: postgresql-14
Version: 14~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpgtypes3_14~beta1-1.pgdg+1_arm64.deb
Size: 38992
SHA256: 65d99b13e8f6cf0e723ec7e1851baff0913b265420d3b7055b64f50ba08ed1be
SHA1: f0409313e9d0fcaea32fa3f8deb58ff0ec1604f2
MD5sum: 60f6a1f40cc299dd38515ca1d683c231
Description: shared library libpgtypes for PostgreSQL 14
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-05-20 10:24:35+00

Package: libpgtypes3-dbgsym
Source: postgresql-14
Version: 14~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 14~beta1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpgtypes3-dbgsym_14~beta1-1.pgdg+1_arm64.deb
Size: 89288
SHA256: b5757ca6d4d14c036787c98e2603ef30f198be87255a77edac124af1c54ce3ae
SHA1: b87a47fa3ed742489149dab052f20a3bcb8f74ba
MD5sum: 7ffc6d27d00d3dac446f7ec4c0ead067
Description: debug symbols for libpgtypes3
Build-Ids: 0c0e18ce21861b7a233c02a1bb76ea38b590abfe
Timestamp: 2021-05-20 10:24:35+00

Package: libpq-dev
Source: postgresql-14
Version: 14~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 566
Depends: libpq5 (= 14~beta1-1.pgdg+1)
Suggests: postgresql-doc-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libpq-dev_14~beta1-1.pgdg+1_arm64.deb
Size: 131880
SHA256: 5f6631d0da1dad68024ef3b0a6575809661fbfb542c77446b8d6067bd5ebd9fe
SHA1: b035f6db5a40cc29e1864397e2a1fba544670c54
MD5sum: 829013c0ab88b4815bb3590a59bd2f80
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.
Timestamp: 2021-05-20 10:24:35+00

Package: libpq5
Source: postgresql-14
Version: 14~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 918
Depends: libc6 (>= 2.25), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpq5_14~beta1-1.pgdg+1_arm64.deb
Size: 193492
SHA256: 3c99388385e432ca54ea76f4a8402c18043e48d3a2e06d387fbceda948c68304
SHA1: f454ce6c62d688ce7a420ba4f1df949abb610f2d
MD5sum: 66ae9e70ba33e68b73e0141a0b0d6042
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.
Timestamp: 2021-05-20 10:24:35+00

Package: libpq5-dbgsym
Source: postgresql-14
Version: 14~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 308
Depends: libpq5 (= 14~beta1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpq5-dbgsym_14~beta1-1.pgdg+1_arm64.deb
Size: 272784
SHA256: ee3a745b5c427a2859e89cc8cc12014e475e9e10a14bbf08852528a9ec3dbb0d
SHA1: 321ea88c43805ff0ebb9136e0c48ee2c7c1f5de2
MD5sum: 35405b024207190d1bebc6d150106bdd
Description: debug symbols for libpq5
Build-Ids: d68bb2f425c077efa43849bc186d15ff385ec14d
Timestamp: 2021-05-20 10:24:35+00

Package: postgresql-14
Version: 14~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55262
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm11 (>= 1:9~svn298832-1~), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/database
Filename: pool/14/p/postgresql-14/postgresql-14_14~beta1-1.pgdg+1_arm64.deb
Size: 17240612
SHA256: 4b0fe7b56c395fd5fda5d9259642134169b43a3c45d65236456c40aa6927a035
SHA1: 9400acfadb1922be03b345dd761e54d453e6ebac
MD5sum: 320455f6aa29005c854f67c5869af66f
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 14.
Postgresql-Catversion: 202105121
Timestamp: 2021-05-20 10:24:35+00

Package: postgresql-14-dbgsym
Source: postgresql-14
Version: 14~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17807
Depends: postgresql-14 (= 14~beta1-1.pgdg+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/postgresql-14-dbgsym_14~beta1-1.pgdg+1_arm64.deb
Size: 16032872
SHA256: 553c64fce4b55f6f7f9c8c02a0fdd89f9bbe09284fe0c252b716a4a10afcf116
SHA1: 9c1fccc4b2d2a0220e01df3fe7f70e6cd7fa8716
MD5sum: 549ed5eef6395be1631be764f82af105
Description: debug symbols for postgresql-14
Build-Ids: 013e0fb3165436c01373fa121d733867aea1a595 02199060d68eb9eed5dd9d63bb2ab87f811f5c21 02da60e3a992038bdc762e58894c10681058469a 0a3ddb4260fbd1ec7469a2c0eed4df705becf4c1 0c90b2942f8c9fe552f4390467c47e9dacd046a7 0df3b843e2f1b460368981bca6d204a7917bad49 12cd364a61f8d4b76b82b60050000270abacb133 15880b27b34c00156f3b1f1925c3e0b64f75e95b 1b29301c945039582841222c7eb82e087a211935 1c915763d9cb9d87a61f9da46d4b82bf1c608211 1d3f0b86e3c68f3d227c30c654167164d98bb8d2 1e763d0dc2141de0ea337158fb224d8514d26d74 21d332fd528ee63d848d976d86a697eebd843056 2504324cb8219cce0e004ddc07a62a00da638d7d 252fe9502330367fe1ff8a9af54f889731bf4771 2545efb17d6ff05ab8fb75cb1fa88ba4dc48bb9e 29a6a404d6f03afdd97cc3054bf2e06ff21ef3ee 2c7c520669f8ece818ebb2dcc9415d9cf14426a9 3292afe2879137d1c0356a35f2f8cdd10f9da789 32e852e011b5b2a0950eea6089f5cc6c7d706d3b 330b9ac5a7749fcc467ff16a8de6ab3b09a23daa 330d3f20581e8d56a36d435997e3d06ff59e9fa3 374b4a44dc49bc05645b65ad5833e2296522448c 399778f42918d83082b15f6b63a841fe604f4fd3 3c697431d7679383d8ad3ee7a9419bee1f851de1 3fa34db80f40d3592b9bc831929c7d02100bea26 40bf45acc93560c4b64e7854222b8a7471b24084 40ffaebaaa853603e230c190372b40591cdee1c7 41dbcae2a15c572d70dd1d49380fe9009b7a45da 4226220e6e86b4fe7790ff9862f4e5514011e414 502bece9b40f1746111534dc8e3c73db14b83fe4 50d454fd7d945579997f78333e314ec02f055187 512bc201adc37d88220b879bc3c6ecdf6c3cfe86 51b3f226b3e9572cefca8c2de11b16eac8d1d62f 58c92f27fe6718d9dbb808c16c5e1b9b999c7b31 5d784c5c3a1a91e7d3ed40ac199c44750cbba277 5ec4eff1b807a6dfcf0efeb69af6c3d0984a0de8 5f242a61f16cb4340e9d7de8b5127a49ea460f54 60b3bb96966feb982e443067edfa1ce075e2912b 60b5873af830396fd3a6960f05e57459fcb67b28 6220537d1e9fc3ed191faf1ab5aa6168e023ad55 646b0e44c42e7c0345d678942f3f692099a46ff9 692d02cd1b5a9fe279a16004d984a042f1c4bfea 6c258cbfe42dddfef4082c40a0f429737ed2210f 70f45c42907fd9ff55715d67ef2aaef95b835c07 72722d3c5627ed100b74e6b8f8064c03b6987edc 7416aa07c6040d2e3c5a1f0801df0bfbd3a14c53 7763f782366ac8ecaee23be08a000bdf7b57de7b 77e431a172dfdee270ae012b5bc0b9a15a86432c 7b2f718add23f07d008efe52fb082a11b109f2ab 7df663de5e98e6d777c71b662efa60667e6c4a6f 820744fff8990a1d017dc3f0664a3b9c27b1ecc6 855fd7aeb442f2677fb3046d6affe5afef587482 8c9d5ee383fdba07213919ab6b1ed226aff70e2a 9084f5ad3b3cf881e598f793e56057922e7b78e3 93109084ee724b5baf571c96ee5fe6cec21268fe 95df746c775af55fc218cd1a1c9b9ab4dc860fb3 973238374ff9bb7b5550022f9972897521191075 981d6ac3ec7d10e06fdd211086160cb968d1549d 9b308d6e4a3c6eb067b7840e70e38b7dda8d3dd0 a0d2fee1646674e1db0ddf3ec4a7da35416b5f63 ad834f934f6cc29ec5c8a03a010ab523b0478453 b0afd17ff20e758e37885f8d8608e0da4cadced6 b69c3bcd602fc2c0a7557c36da879205507fac1f bc2be58a4dfd661658e85d5a527da02aac5ee344 c0c321545001eee77f60501de46d6c614d6ab56c c833c755651016ab3778d8d4cf6d2d420e39c9e2 cbdf6aebf219a37d205e704c935a682b4d6bcb27 cd9b284ad4391a8e4207a453470d5aa6aa3a7e77 cf10ade8abaa5ea37798a7086b6f3244b55320bf cfb9789a6a996d349e3f18c262d2d2534dbd564c d13a02732cdd0a6734baa0c66428376736f20286 d3ab1628698e0b00ebc987b38974fc6c4177498f d84e60144c086e04e725dda985fcdb6917af5bc6 d931cfbd228f189f0fecf8ad64d39f2bcbdc065c d945e03c58212c84b720f77222c2db64c222f27b dbf5b3e089f7037c4022d43f5e168cd46ae5c685 dd66b7c2faea3d3a3d8935981329ccde106a6b6b dd7083621573fa3a333ef7d706584c0dee74f124 e4c6b260ca1a1e239679833ef3b16a5b9c7414eb e51f0ff04fa8f2b262cf141fa2c48ac8d53813cf e6138013a20f33b74fb439fe723f8ffd30f9d207 e7f6b662d0608889aacf3b21f7998e5de04c45a3 e8bcf172e676fcff1fbedc3309140975bc014f93 eef44908336a37b5a98cec153ae1c3bc4a6f9360 f2430ce805fe6f81d06c5aafbc5cf5dfd09fd081 f2fea6631c25eba234cce78ab34ed2142f5c1b3b f36bf756becf46aacaebce06814d87dae5cadfd7 f87766ad392eb61e2001fbcccb28467d78ef8521 f8df35d5186b039e0e8c884fee29864e8d73e19e f9b1a82dc0a49dfa822516aaa947dc4bade89875 fcfafe8727d3655892b9d2db4cc76588695bd60c fd8bf167a634e0a3e6fe54b6115a11bae6e69bc4
Postgresql-Catversion: 202105121
Timestamp: 2021-05-20 10:24:35+00

Package: postgresql-client-14
Source: postgresql-14
Version: 14~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7984
Depends: libpq5 (>= 14~beta1), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.25), libreadline8 (>= 6.0), libssl1.1 (>= 1.1.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-14, postgresql-doc-14
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/database
Filename: pool/14/p/postgresql-14/postgresql-client-14_14~beta1-1.pgdg+1_arm64.deb
Size: 1715392
SHA256: 8cf965510dd29e267d0e671b27444dfddd18f5d2f8511926de9fb56540689db7
SHA1: 8606a669c92de481ceb041989f203b9ab7b79f3b
MD5sum: 08526e1edb7a93fb3ff3e34be1b97487
Description: front-end programs for PostgreSQL 14
 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 14. If you install
 PostgreSQL 14 on a standalone machine, you need the server package
 postgresql-14, 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.
Timestamp: 2021-05-20 10:24:35+00

Package: postgresql-client-14-dbgsym
Source: postgresql-14
Version: 14~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2652
Depends: postgresql-client-14 (= 14~beta1-1.pgdg+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/postgresql-client-14-dbgsym_14~beta1-1.pgdg+1_arm64.deb
Size: 2180612
SHA256: e26ea082217eb1b519f8a05d02ffc505e122fba432c8d345f27914027e805c70
SHA1: 9d86af13e924bb04d7d8d3ddafd77f727bcb6162
MD5sum: a0895b03d0213a4598429d698a3f8c92
Description: debug symbols for postgresql-client-14
Build-Ids: 0ac52828d55b8210e277619b1dd20367723ebe6b 1f00c683d1520074ddd6a859e04e08d3fdf260f8 24563ad8bd749f51dc37da8a3c9d05a32f9a65a9 2894bf09459145b37c0bef8ab58ce8bb69bd058b 2a941c98a1a0a242429f66d90402cc5232e54f08 2ff4519cbf8654d90d9ef5d62a39a6be170f9ef2 3cbf26db932c94b314c393494ee8d72ce4d6a0be 4db2f711dc85b38ff8d02cc0ca432f100cbdc61c 55461456a99fc20922de3415453d06d84c92a098 57bd5b023efb9e535060d9669b9bcdd9bd86c77a 697b5e195258aa3a3bf676f507dca8bcd5a601e5 77ad80d16ba3a3bb26a673424ecd870391cb6333 88a6ec5bee208295fb96f8b54d20581501c139ee a0ea2a635deaf9715bd0b5be15c899059eadb876 a6caafae203d8fe75d297ceebc2cb00d13679b0e add1f67c21b2c3bdeb489575ad6e55e829b92e1b b7b05b140f2928cd2857d4e51eb2efec16ab78e0 b85cfa5d64609ee567c3243c6cc0415290537aef e03968ffe16fe8c6a070f005c46883d61e295ded e0fc3ebc2dfc0e37aae96008ffb312c885d592e6 ed765d133790237a9c19a04303a51b0096299cbd
Timestamp: 2021-05-20 10:24:35+00

Package: postgresql-doc-14
Source: postgresql-14
Version: 14~beta1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15767
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/doc
Filename: pool/14/p/postgresql-14/postgresql-doc-14_14~beta1-1.pgdg+1_all.deb
Size: 1950100
SHA256: 63ffab48b0524fa4243064ee44e7aaa2f32b73820d910048159deadae44c85ab
SHA1: 020d09f94c52a59d6d75643c8db2736dae295617
MD5sum: b363fd3c736e8a2f43c251eb10c82e3e
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 14. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-05-20 10:24:35+00

Package: postgresql-plperl-14
Source: postgresql-14
Version: 14~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 350
Depends: perl, postgresql-14 (= 14~beta1-1.pgdg+1), libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/database
Filename: pool/14/p/postgresql-14/postgresql-plperl-14_14~beta1-1.pgdg+1_arm64.deb
Size: 80272
SHA256: 372c462039e60922e3663b8f2384a476594b9cf9c2195939c32e5ef2f0b9e79f
SHA1: a53c6055aedfeb8d879138aa8b23192d1e1d9bde
MD5sum: b96056903a42ad4d0a2c1ffe345a9b51
Description: PL/Perl procedural language for PostgreSQL 14
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Perl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-05-20 10:24:35+00

Package: postgresql-plperl-14-dbgsym
Source: postgresql-14
Version: 14~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: postgresql-plperl-14 (= 14~beta1-1.pgdg+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/postgresql-plperl-14-dbgsym_14~beta1-1.pgdg+1_arm64.deb
Size: 156900
SHA256: 91b34e462245363e1fc4540eed4afbc49e0285d851fa70c1a86d87c82fd494f0
SHA1: 286558d39363ac47a1e837592ecf124807046181
MD5sum: 998650d60018483ff78fa094e8ee1de9
Description: debug symbols for postgresql-plperl-14
Build-Ids: 4555894929d5c69f1665a95885576861dc53ca28 8ce06d293e1a7d2282a53f4d6158b24beaf77285 b20bbbbea3329efabe079aa5326c9c461fb86b1f bd46b6d159cc5caf0fb9e2c26e5415e2b7d259c7
Timestamp: 2021-05-20 10:24:35+00

Package: postgresql-plpython3-14
Source: postgresql-14
Version: 14~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 475
Depends: postgresql-14 (= 14~beta1-1.pgdg+1), libc6 (>= 2.17), libpython3.9 (>= 3.9.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/database
Filename: pool/14/p/postgresql-14/postgresql-plpython3-14_14~beta1-1.pgdg+1_arm64.deb
Size: 100548
SHA256: 8c734afbdf20d351b51cc69a38926043d4279bd378810bc7be246f92a99f492b
SHA1: a725740a7225777d40a4453ad6c3bc306ce33a9f
MD5sum: ea5ee48b4d4fc1b3abc3679beb278c30
Description: PL/Python 3 procedural language for PostgreSQL 14
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Python 3.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-05-20 10:24:35+00

Package: postgresql-plpython3-14-dbgsym
Source: postgresql-14
Version: 14~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 211
Depends: postgresql-plpython3-14 (= 14~beta1-1.pgdg+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/postgresql-plpython3-14-dbgsym_14~beta1-1.pgdg+1_arm64.deb
Size: 160180
SHA256: 78caedafbab3ae384393f9a56873fdc6e4524219ccd107092edf2db0e8f8aa27
SHA1: 5e15e88f0eb6093ffa680319afe31b9b9bce359e
MD5sum: 06eb6fcd15404e1ba323914911a5a6b1
Description: debug symbols for postgresql-plpython3-14
Build-Ids: 434661661f98a3b0e2e337d4cef0dd503aa0960b 7767f95de815e84453393af59f1ae2705f8aa999 99206155e0d7dc2d30e699c9c38f82555c315983 9e9a89a5ab1d61d7ab5b970ae03b04449bdd1441
Timestamp: 2021-05-20 10:24:35+00

Package: postgresql-pltcl-14
Source: postgresql-14
Version: 14~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 190
Depends: postgresql-14 (= 14~beta1-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/database
Filename: pool/14/p/postgresql-14/postgresql-pltcl-14_14~beta1-1.pgdg+1_arm64.deb
Size: 35740
SHA256: c7b0a4081a6232c2f56e6e40e2a4d34aff92c14c62ee594bd732a74c66062afc
SHA1: 9eb291a94cac683ad2c7273c2d93c39fbfea5bae
MD5sum: bf871f3913c1dc0c935f01483cca16de
Description: PL/Tcl procedural language for PostgreSQL 14
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Tcl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-05-20 10:24:35+00

Package: postgresql-pltcl-14-dbgsym
Source: postgresql-14
Version: 14~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-pltcl-14 (= 14~beta1-1.pgdg+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/postgresql-pltcl-14-dbgsym_14~beta1-1.pgdg+1_arm64.deb
Size: 75064
SHA256: e0b86ed616c9d4206e97169c50302fa9887f3b36d8b92f7e392d2d5990ca5358
SHA1: e08db520208fa6333cae11dc44b6eff9d6f94bf8
MD5sum: 9ebcc1107d1bfa9030f43412b687dcfc
Description: debug symbols for postgresql-pltcl-14
Build-Ids: 2d1dc4d2ce26844d0190c93cc314af9557320d74
Timestamp: 2021-05-20 10:24:35+00

Package: postgresql-server-dev-14
Source: postgresql-14
Version: 14~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6274
Depends: clang-11, libpq-dev (>= 14~~), llvm-11-dev, postgresql-client-14, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/postgresql-server-dev-14_14~beta1-1.pgdg+1_arm64.deb
Size: 1044216
SHA256: b6e7660c4822deaf21b4b848e314300aaac1632df39a1525b05b8882863f19e5
SHA1: 50fb44e9903181e4fbe822d3996bb46bef67ad91
MD5sum: 66544a7e7257899b2fc36f16ff84bba3
Description: development files for PostgreSQL 14 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.
Timestamp: 2021-05-20 10:24:35+00

Package: libpgpool0
Source: pgpool2
Version: 4.1.4-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: libc6 (>= 2.29)
Breaks: pgpool2 (<< 3.1.1)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libs
Filename: pool/main/p/pgpool2/libpgpool0_4.1.4-3.pgdg+2_arm64.deb
Size: 143100
SHA256: b9ad26d6221b30e7a92ef4c4ff5d863036f7d3074cfe74cf221f2b44dc57a277
SHA1: 992ad41041c94f7b0dc79d8b3ca6445f1d6b2894
MD5sum: fb8f22e55804d377702e79d89ce7d929
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).
Timestamp: 2021-05-20 15:42:07+00

Package: libpgpool0-dbgsym
Source: pgpool2
Version: 4.1.4-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 78
Depends: libpgpool0 (= 4.1.4-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/libpgpool0-dbgsym_4.1.4-3.pgdg+2_arm64.deb
Size: 61060
SHA256: ab81ceac73c1910b23a05c7fdd51c16d84387c7bc493a002641567d638e3e36c
SHA1: eaea489f80f218e40ecc98be3ec00dfab76329c4
MD5sum: 46c9a5473ab7c3dde4d14643eac0b38e
Description: debug symbols for libpgpool0
Build-Ids: 2a474b7d76cf3994e2ba93ffc64ba941fc5ee3f1
Timestamp: 2021-05-20 15:42:07+00

Package: libpgpool-dev
Source: pgpool2
Version: 4.1.4-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 249
Depends: libpgpool0 (= 4.1.4-3.pgdg+2)
Conflicts: libpcp3-dev
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libdevel
Filename: pool/main/p/pgpool2/libpgpool-dev_4.1.4-3.pgdg+2_arm64.deb
Size: 152684
SHA256: f802b8c5463529e602c833ed83b34464cdafa4e6079622dfb878df477f4c3bae
SHA1: e512335ce940870482c0fc3d1f4cb4df063fb513
MD5sum: ee27ab8233a4148909715ee7b0a8c0e7
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).
Timestamp: 2021-05-20 15:42:07+00

Package: pgpool2
Version: 4.1.4-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5258
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: libpgpool0 (= 4.1.4-3.pgdg+2), lsb-base (>= 3.0-3), postgresql-common (>= 26), ucf, libc6 (>= 2.29), libcrypt1 (>= 1:4.1.0), libmemcached11, libpam0g (>= 0.99.7.1), libpq5, libssl1.1 (>= 1.1.0)
Enhances: postgresql
Conflicts: pgpool
Replaces: pgpool
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/pgpool2_4.1.4-3.pgdg+2_arm64.deb
Size: 1063276
SHA256: 2f55af25c0b78c3be65aabdcaf7117f0568df366af94de46a925cc70377900bd
SHA1: 5f7b236204a7cf51258c253327f78c6a4ae6e21f
MD5sum: c405f8a2191bbf4145df025f77b27ec2
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.
Timestamp: 2021-05-20 15:42:07+00

Package: pgpool2-dbgsym
Source: pgpool2
Version: 4.1.4-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1731
Depends: pgpool2 (= 4.1.4-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/pgpool2-dbgsym_4.1.4-3.pgdg+2_arm64.deb
Size: 1610424
SHA256: e1afb2f189f225e917c3c6626ed19df9789f93360699f1e671f9bfccee55d32f
SHA1: e80b3bda563421515a194c48c551695a2e2a43d3
MD5sum: 217e6ba149d8b71b4609a423dbf5f434
Description: debug symbols for pgpool2
Build-Ids: 271810f4ae1144fb0599f3a3bd338977cde71058 277a0fac6e43ae11572c3217f45758e84eb16a69 4609e7d8a2c5da7efb129ab161c7c94f34c38a72 8c9ab25f5d5152ef16cbaa40984906e27d12e1f1 d344b0e2bec7a6ae57eb032808d643d079ee3a82
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-10-pgpool2
Source: pgpool2
Version: 4.1.4-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: libpgpool0 (>= 4.1.4-3.pgdg+2), postgresql-10, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2_4.1.4-3.pgdg+2_arm64.deb
Size: 134632
SHA256: 970aec2240cfa4471b53c5666e39bba25e4c78803985a1c478bd4a5feeb29fd5
SHA1: ccbf62e6251bac5ee69c79fdfee16ffbfa076d75
MD5sum: a8a9fa03abf9c9a2a4d33f7ddb79cabf
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 10 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-10-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.4-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-10-pgpool2 (= 4.1.4-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2-dbgsym_4.1.4-3.pgdg+2_arm64.deb
Size: 45532
SHA256: eeb63a94547b400a0c7f8f5a52c37e359c582f3e9235ff20f8681a78fb862cd4
SHA1: dbe051cc7366d56a0169f19d62c0f869cc4d6771
MD5sum: 9a0d5a528a78b980ac4725bafd3baf72
Description: debug symbols for postgresql-10-pgpool2
Build-Ids: 7f8206012939504b1fa9bb98be90a4b5cd7c94f8 b9f212fd6a8ca48345bb28e5fb823ff02041e5e0 c0c041ad1d24ebb9ba9b7ac5aeed7de3e6f5f9d8
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-10-unit
Source: postgresql-unit
Version: 7.4-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 334
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-10-unit_7.4-1.pgdg+1_arm64.deb
Size: 65896
SHA256: 19af4d470836f237aa4c31750670ba0a66b591d0aacb3abc8bc7522593c90291
SHA1: fdd979ee4b7bc86afed8d86ca68c6fcd3dc01424
MD5sum: 18a87c089dc58ef782450837eaaf3f79
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-10-unit-dbgsym
Source: postgresql-unit
Version: 7.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 78
Depends: postgresql-10-unit (= 7.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-10-unit-dbgsym_7.4-1.pgdg+1_arm64.deb
Size: 56812
SHA256: 6e044098539c13d0d586df693e2e5f1ed04e066854ecfb95c720b144b5c90c8a
SHA1: c39ca67280f2e834cbe3e9cc4494c81633c39fba
MD5sum: 97c63f4af2b99cb6fc023c9c22bbbe43
Description: debug symbols for postgresql-10-unit
Build-Ids: c2d1a1d3f80e7f576c86d58b7c538ec6363a358c
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-11-pgpool2
Source: pgpool2
Version: 4.1.4-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libpgpool0 (>= 4.1.4-3.pgdg+2), postgresql-11, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2_4.1.4-3.pgdg+2_arm64.deb
Size: 158164
SHA256: 6c13e27f399a850b7def726c6e4b02e7fe731ebcd0ee4bf51501de81fb82abe0
SHA1: c07b17c4a4efd029f0de4d2c04ab5b95d2e713d0
MD5sum: 468631ffb4588f6f0162a74587fa2bf4
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 11 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-11-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.4-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-11-pgpool2 (= 4.1.4-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2-dbgsym_4.1.4-3.pgdg+2_arm64.deb
Size: 44800
SHA256: 52a2c2161104a0782e4298fa813726825857cdfe557c23f40783b5541e5f1df6
SHA1: 1d324394337e68c9cd02332c579c67070cad3945
MD5sum: 9f63164313235ad10fc572d034563fef
Description: debug symbols for postgresql-11-pgpool2
Build-Ids: 003de6118459f1f600c51aca826fa2980bf3d047 42a7f1a3fb67522ed22ed01fa91c71eb8bd46d38 44a68d1c7c6817f8ba3b48eed03033025fcf4e9c
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-11-unit
Source: postgresql-unit
Version: 7.4-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 451
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-11-unit_7.4-1.pgdg+1_arm64.deb
Size: 121084
SHA256: af41f8499bd580c64c81eeb2edfb338eefc087eb57a08ba43468a63e1dd24d57
SHA1: 567b29bb5d22d6e1672972b6528444f0d091d4cb
MD5sum: 22b41e768298aead8f87a05f933c7ef3
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-11-unit-dbgsym
Source: postgresql-unit
Version: 7.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 78
Depends: postgresql-11-unit (= 7.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-11-unit-dbgsym_7.4-1.pgdg+1_arm64.deb
Size: 56984
SHA256: 5b982acb234db8c337c98e19476be9be8da12d94ce5f419d8a2ba061a6fb662c
SHA1: 7ae0f63719a51f6c558e63c26d810532c0adb28f
MD5sum: d569083526ffd5685d3ca29ef310e29c
Description: debug symbols for postgresql-11-unit
Build-Ids: bf5e5c85417e540266f29303f700f3d6497f7504
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-12-pgpool2
Source: pgpool2
Version: 4.1.4-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: libpgpool0 (>= 4.1.4-3.pgdg+2), postgresql-12, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2_4.1.4-3.pgdg+2_arm64.deb
Size: 158220
SHA256: bfc1d1be7258f5eabfac10445050170f6f36291b61df7c0e11854387a5d6e937
SHA1: 1bc1775703efcba77ac0d659d61f78ca2519fafd
MD5sum: 4b07f185e80974076c336fc1eb3709be
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 12 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-12-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.4-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 78
Depends: postgresql-12-pgpool2 (= 4.1.4-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2-dbgsym_4.1.4-3.pgdg+2_arm64.deb
Size: 46148
SHA256: a69bff2b1e5c7ab8ec9861be94a4cb9f844d8b6f1a8f3fd6dbc7232e9b2d45a3
SHA1: 0621cff21ff8ff759107faf677a39f6f873b2879
MD5sum: 5a6f244bae50f58e1e9f43f860f1a0cb
Description: debug symbols for postgresql-12-pgpool2
Build-Ids: 344d15d0c2b0ee303b740184209c5289025a1964 5e1eaab6259d44d84307f1540797f8f6b74c6c2f bf6413a5cb86bf02ebc7c2e31ef232a9a1a7cb93
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-12-unit
Source: postgresql-unit
Version: 7.4-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 451
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-12-unit_7.4-1.pgdg+1_arm64.deb
Size: 120800
SHA256: b877d6804a21bf504113b01d6cc310b4fc4d0857226f9161e7553fbffd7df11d
SHA1: 45075ae333fc49b98bdf172615bb6260daecebd8
MD5sum: d7a0d3486f4fb91de5461be4cc352b10
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-12-unit-dbgsym
Source: postgresql-unit
Version: 7.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 78
Depends: postgresql-12-unit (= 7.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-12-unit-dbgsym_7.4-1.pgdg+1_arm64.deb
Size: 56528
SHA256: 0b18c13dc32f8f67a556cbc8344147d3f5f24c1da0df92eea79ddd0bd9b4185b
SHA1: dfd2fc955b69732c22ea514cf6ba8a76591f8dc2
MD5sum: e58947220b767bdf517267ccb44228db
Description: debug symbols for postgresql-12-unit
Build-Ids: 1850f667781b241e8f92ef60f08ce27dd5d0aeb7
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-13-pgpool2
Source: pgpool2
Version: 4.1.4-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libpgpool0 (>= 4.1.4-3.pgdg+2), postgresql-13, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2_4.1.4-3.pgdg+2_arm64.deb
Size: 157948
SHA256: e2ceb2ed9a64b8ca5e470b0f3129ff267af7240d2b01774b8105b9266c907dfe
SHA1: 04af83d470820e3092ae4f33c6077bea5bfe95aa
MD5sum: 4390caa1e35d473d12e59f1a274514c8
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 13 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-13-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.4-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-13-pgpool2 (= 4.1.4-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2-dbgsym_4.1.4-3.pgdg+2_arm64.deb
Size: 43656
SHA256: 4f143534c845f5a67f40054203a62cb09fede0d846baaeaecba2c34a664498fd
SHA1: 7e67671c45b416f146f8ee9ef1a935b2ad87da70
MD5sum: da6eafedf60ab0b7ce12665cb5719f87
Description: debug symbols for postgresql-13-pgpool2
Build-Ids: aa34f5e2e530b3bb74881c716d955148dd56c8b9 b146fc4ae69fbfac0cba32cd22b05bfbfcdd6089 bd996bac2a0e1956bb271ef61de9abe840c55dd0
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-13-unit
Source: postgresql-unit
Version: 7.4-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 455
Depends: libc6 (>= 2.17), postgresql-13
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-13-unit_7.4-1.pgdg+1_arm64.deb
Size: 121148
SHA256: 88769b372c35ace8a86e27b6ccc91f5a9382882dddad87c598feb9663b1d81ca
SHA1: 877407c3ef2994b7757766965761f607b496ecd0
MD5sum: fad793d9d6542225f07586b3976c14dc
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-13-unit-dbgsym
Source: postgresql-unit
Version: 7.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 78
Depends: postgresql-13-unit (= 7.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-13-unit-dbgsym_7.4-1.pgdg+1_arm64.deb
Size: 56780
SHA256: 353ecd2d9f5027671352d27bf9b614fa800b96039febaf9ea2e97ffb82b132dd
SHA1: 92d8a18aa8476422017078779bcd991f9c74a45c
MD5sum: 9ee607cb6f859511ca96f8e80c5f9c6a
Description: debug symbols for postgresql-13-unit
Build-Ids: 333a2926345fd75ed2cdc3bb0a63f4596defe419
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-asn1oid
Source: pgsql-asn1oid
Version: 1.3-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: libc6 (>= 2.17), postgresql-14
Homepage: https://github.com/ChristophBerg/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-14-asn1oid_1.3-1.pgdg+2_arm64.deb
Size: 13932
SHA256: ce5cd875b09b3f9829c15a2e84420f90c17df0872d87d0999401c95f123e8240
SHA1: e53ce7f05104e4738de0976503e7c379548774fd
MD5sum: 6a40ca0ca1c3e6ee6a5e11441cb29514
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 14.
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-14-asn1oid (= 1.3-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-14-asn1oid-dbgsym_1.3-1.pgdg+2_arm64.deb
Size: 8964
SHA256: b443cda7bed45b0f056c8589035c07f6488b019458d502293256a48820c6c9d5
SHA1: 3bec12f6274c81fce1e66cffb60f9933b431af68
MD5sum: e725bc984dbf5ddad32d504212ee074e
Description: debug symbols for postgresql-14-asn1oid
Build-Ids: af32e9801011b06a7f596b574fbe461201f7c871
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.5.pgdg+2
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 44
Depends: libc6 (>= 2.17), postgresql-14
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-14-bgw-replstatus_1.0.5.pgdg+2_arm64.deb
Size: 15312
SHA256: b272dacd24b193a3db21e1b11e0b23203e2dd9dec682e07c183c7828dbc0b22f
SHA1: 014ebf1c86ceb6b68a166e16b19c229741ac44d1
MD5sum: 0ece2986f8d84404c94d67d9d93803c0
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.5.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 23
Depends: postgresql-14-bgw-replstatus (= 1.0.5.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-14-bgw-replstatus-dbgsym_1.0.5.pgdg+2_arm64.deb
Size: 8272
SHA256: ec7104e54836735afd2e97f65d6162fbb6459dacdb44619ef4c9bdf9c5865620
SHA1: 3b90ab802b79f0878411adc5bd1a40296254068d
MD5sum: b1d56f37557cc8b20f30ab5e06f330f9
Description: debug symbols for postgresql-14-bgw-replstatus
Build-Ids: 5ec8b87b5c4c465f19b74ec321973117f9e7d479
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-cron
Source: pg-cron
Version: 1.3.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 218
Depends: postgresql-14, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-14-cron_1.3.1-1.pgdg+2_arm64.deb
Size: 90696
SHA256: 720faf6a42cd4e3500db28f87c821bd6c6870dc35f779080b8bd2a44fcb70b01
SHA1: e61bf766128766007a7c104e283628555f5b33f2
MD5sum: afb15eea108eb90848222038371dd5cf
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-cron-dbgsym
Source: pg-cron
Version: 1.3.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-14-cron (= 1.3.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-14-cron-dbgsym_1.3.1-1.pgdg+2_arm64.deb
Size: 94944
SHA256: c40b2304c786bd97d07864b577909c08a6bbcffe65a200da0c053f8fc4580127
SHA1: a2eeb75eae3ba830a10dcb274a0f40ae3c081ed7
MD5sum: 209e9961967c1b7541330178bc58780d
Description: debug symbols for postgresql-14-cron
Build-Ids: c002dab551f07e72ca651f84ef6321657c1be76c
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-extra-window-functions
Source: extra-window-functions
Version: 1.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-14, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-14-extra-window-functions_1.0-2.pgdg+2_arm64.deb
Size: 16136
SHA256: 7ab39cac4755263eaa51bd69ac864cb95e4c66211ac6f77b864e4d2b73c80391
SHA1: 65b5ea2024c8f0a295f9919fea9364fbb1e9de10
MD5sum: c873ebc6c6bffa4bdda4702847513006
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-14-extra-window-functions (= 1.0-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-14-extra-window-functions-dbgsym_1.0-2.pgdg+2_arm64.deb
Size: 10272
SHA256: 8688cbbda6d3bb73528cee425af20ba36745b3849f0e229e0d3d9b71c4717884
SHA1: 137cae1bec6effa15b3c50d967273bce9fb5793b
MD5sum: c47e89763b85358aa3a2322aef984a6d
Description: debug symbols for postgresql-14-extra-window-functions
Build-Ids: 5df17b2faf9a30f395306e5aef61a3446bcc3e4c
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-14
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-14-first-last-agg_0.1.4-4-gd63ea3b-3.pgdg+2_arm64.deb
Size: 8548
SHA256: 9db830bf4bd460e43c2336340f0520b670923d26e6b2e2e56ab23ebe3286eb83
SHA1: c225caaccde9b01d2d9d45daf40b9e81e0c0ffa8
MD5sum: 0eab4e5452025ba862fd35083760ff97
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-14-first-last-agg (= 0.1.4-4-gd63ea3b-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-14-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-3.pgdg+2_arm64.deb
Size: 4604
SHA256: 536383e78dff15fc0bd6899fc83e455f135a3978aba73c2e9d79e29c336c32e0
SHA1: 41461cf6973d19db4733c6ac9f5abbc6605abae0
MD5sum: 6aaccb1ea0f26ad7011abf5132991688
Description: debug symbols for postgresql-14-first-last-agg
Build-Ids: a8ee06beced546736ad5a00824f26112187f47af
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-hypopg
Source: hypopg
Version: 1.1.4-2.pgdg+2
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 160
Depends: libc6 (>= 2.17), postgresql-14
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-14-hypopg_1.1.4-2.pgdg+2_arm64.deb
Size: 65980
SHA256: 909949859b657eaeea9802c2b12e918f1b99d05c4ed33f34c40dd9dea4c0da64
SHA1: 4488df3654a6564d9674cbdf6a80257e464f7b78
MD5sum: 52b6474cafe0fc65a12ed82c1ff37e55
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-hypopg-dbgsym
Source: hypopg
Version: 1.1.4-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 100
Depends: postgresql-14-hypopg (= 1.1.4-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-14-hypopg-dbgsym_1.1.4-2.pgdg+2_arm64.deb
Size: 81536
SHA256: 7bf6eca2c2e599c556813ca5ff43043e86d2dc9c493df718030ab8b765f97ae5
SHA1: 5f9365171aa3ddf2bd7c530878ac41bbf8c81f11
MD5sum: 90f9e88e50f59fe7cb6892499b246fe0
Description: debug symbols for postgresql-14-hypopg
Build-Ids: 01fb737d9e38476677b2b71a073924e2d3181b62
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-icu-ext
Source: icu-ext
Version: 1.6.2-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-14, libc6 (>= 2.17), libicu67 (>= 67.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-14-icu-ext_1.6.2-1.pgdg+2_arm64.deb
Size: 72844
SHA256: 0844ac00b6feff54c7fefa7ebdebc31b1a7228651c85c4e8d99831ecef21a54c
SHA1: 78124999ef91a62e0b5a6bf51e4c4f4f7efc6b17
MD5sum: f4eacfe827edf53f372abebd18d8cb7e
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-icu-ext-dbgsym
Source: icu-ext
Version: 1.6.2-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-14-icu-ext (= 1.6.2-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-14-icu-ext-dbgsym_1.6.2-1.pgdg+2_arm64.deb
Size: 61960
SHA256: d3bb4db9a8ac4695911a90e6a1eba69d3c0e9b7ffd66aa821d6df7b79246f8b1
SHA1: d1fb64f09871e4a120b0048f8cbdd9c0a68803c4
MD5sum: 6d12945e63741b2f05c09d40795296dd
Description: debug symbols for postgresql-14-icu-ext
Build-Ids: 3487407ac44a6bd0b561a2046667533e53b986a3
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-ip4r
Source: ip4r
Version: 2.4.1-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 646
Depends: libc6 (>= 2.17), postgresql-14
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-14-ip4r_2.4.1-4.pgdg+2_arm64.deb
Size: 197144
SHA256: 3ca1900bfebf01d55d31fd2eca240e78838aecbcf0faae1ea8ceebd0631cd817
SHA1: 6800a5b6dc98cd2d032ed4400e938f0f57ddc5ed
MD5sum: f4b1b8746214c101e9f4ebe028263aa0
Description: IPv4 and IPv6 types for PostgreSQL 14
 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.
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 214
Depends: postgresql-14-ip4r (= 2.4.1-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-14-ip4r-dbgsym_2.4.1-4.pgdg+2_arm64.deb
Size: 177536
SHA256: b3dc7dbe62e81f2af7a8716e7f7d41bc3c0030082899cd3d8a62b8797f0f8cf3
SHA1: 841ba09496ff0b92db5a815a784b823028df4eed
MD5sum: bebcd292e8dc8c5bb14ced3eba0f6a13
Description: debug symbols for postgresql-14-ip4r
Build-Ids: 97a82ca16be7cadff222c5f54ab725542d6bfed8
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-orafce
Source: orafce
Version: 3.14.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 908
Depends: postgresql-14, libc6 (>= 2.17)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_3.14.0-1.pgdg+2_arm64.deb
Size: 312960
SHA256: c7009c21cc16c48447bf13f529b962174b50bd735f3cfa2f466734e6115bfe10
SHA1: a1851b0cd2cf79f51e61f9c1e56445e5047cdd18
MD5sum: 5ebe8e16dfb52d93dd9103dfae6ee02c
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 3.14.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 253
Depends: postgresql-14-orafce (= 3.14.0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_3.14.0-1.pgdg+2_arm64.deb
Size: 209460
SHA256: 962ce6a969abe27ad22e615cd9c7a1a55ee43fc1e448cc6c66d81c3f52ae32c8
SHA1: 77cd8daa6946f40d5712dba4b604c9e9be4be7e6
MD5sum: 6d5079c1bd42c9794dbd07d4721e166e
Description: debug symbols for postgresql-14-orafce
Build-Ids: 8a0067f3e57765c6b74fa4efa2f925f5eaba2021
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-pg-catcheck
Source: pg-catcheck
Version: 1.2.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libc6 (>= 2.17), libpq5 (>= 9.0~), postgresql-14
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-14-pg-catcheck_1.2.0-1.pgdg+2_arm64.deb
Size: 33472
SHA256: 11630a79d5fcd6490805a515a2391d6842045be3ee9705f28663ccaa272488e4
SHA1: a83b0cae12ac11f875f43afe36fe94087bd9b0a6
MD5sum: 4db8c97f58a3b9fb3496a3c376b36b9c
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.2.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-14-pg-catcheck (= 1.2.0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-14-pg-catcheck-dbgsym_1.2.0-1.pgdg+2_arm64.deb
Size: 38016
SHA256: 7264828c5c260329045a98d41887b94d7c63d4c1b2cff2121a21f77568414b19
SHA1: 54580dad12970e036e092d6cfdb3b76012d1f1bb
MD5sum: 6f1ed3b6ce474eeb24c9e1128a790469
Description: debug symbols for postgresql-14-pg-catcheck
Build-Ids: 0a1a1550c155cbc5ae0ed40e694aa9ad392aed2e
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-pgextwlist
Source: pgextwlist
Version: 1.11-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-14, libc6 (>= 2.17)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-14-pgextwlist_1.11-4.pgdg+2_arm64.deb
Size: 36860
SHA256: 0ae5bd7528e6e4006dbc848c80857c2e9a35b55fe943e0063631e5191e2b1d42
SHA1: ba27893678823a986248216a7fc4ea2424de8edd
MD5sum: 8826dd7033b42462449e76834598de91
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.
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.11-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-14-pgextwlist (= 1.11-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-14-pgextwlist-dbgsym_1.11-4.pgdg+2_arm64.deb
Size: 51320
SHA256: f61950c3feae073951217a2533fb79c668f39fcbaba19de9db58509816afe7fb
SHA1: 29dd912ad2b89d2f81b73402b00855d8ae442204
MD5sum: 6a1ee37670157f3ae6515bf5691b6066
Description: debug symbols for postgresql-14-pgextwlist
Build-Ids: 3631f5b1136ac98af00c9aa5747ffc6867dfd72b
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-pgpool2
Source: pgpool2
Version: 4.1.4-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: libpgpool0 (>= 4.1.4-3.pgdg+2), postgresql-14, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2_4.1.4-3.pgdg+2_arm64.deb
Size: 158696
SHA256: 5eb4eab5d0fc77f96e89b3f3d6d9a2d2e4007e6442a8e5884609655790650fd5
SHA1: 679ec53627edd705d49ca1730c92373cf149546a
MD5sum: 387de65a414f4ee7b1f7cb752f0b5c41
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 14 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.4-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-14-pgpool2 (= 4.1.4-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2-dbgsym_4.1.4-3.pgdg+2_arm64.deb
Size: 44336
SHA256: d655ed97508d480237ad3054b9e1570cf99cf44add14fc24bc1cfdb0569957c0
SHA1: 1214f044a760f637799c1753f7a6bd90bfa13f46
MD5sum: 132396f966c5506b7a0a1304af1ecc1e
Description: debug symbols for postgresql-14-pgpool2
Build-Ids: 1d619ae7513651be5d17f15801f926a1336fa051 2b30569eaefe567e908486e280b55a84de09b8e4 e36f633c8c8f1f84d6c98099be39e6647177ad7a
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.0-1.pgdg+2
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 117
Depends: libc6 (>= 2.17), postgresql-14, postgresql-contrib-14
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-14-pg-stat-kcache_2.2.0-1.pgdg+2_arm64.deb
Size: 39508
SHA256: a0abbd2f581faa576d6ac1b56b52c81c3fbd2ba5ae0fe089e7fcb1247ad4f49c
SHA1: 011eb34060b08b835700781328728465882774dc
MD5sum: 6e3d4dac8421925d0fbb5fb30c4bd41b
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 57
Depends: postgresql-14-pg-stat-kcache (= 2.2.0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-14-pg-stat-kcache-dbgsym_2.2.0-1.pgdg+2_arm64.deb
Size: 40228
SHA256: 02ce04be66ff009ca70800dabc549916f956ad70b7540d3c77527b30bf731fa1
SHA1: f87f977d99d14bc99449d89fee6644f3457e7475
MD5sum: 4e427bdf74bfd8d18a034dd1d6d05722
Description: debug symbols for postgresql-14-pg-stat-kcache
Build-Ids: 42d2e61a6c0dbdb46cb0a2af8a62c9593442940f
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-pg-track-settings
Source: pg-track-settings
Version: 2.0.1-1.pgdg+2
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 97
Depends: postgresql-14
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-14-pg-track-settings_2.0.1-1.pgdg+2_all.deb
Size: 8224
SHA256: ed2bde2cbc71b8550037fec8fa2f4c9719257be31a7bf78544be37f1d1ef0d15
SHA1: fe5ed6faab3b21f26fd4780a005f7525719b38af
MD5sum: 6238bcfa924ae20d6aa0886b1e0e713c
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.3-1.pgdg+2
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 105
Depends: libc6 (>= 2.17), postgresql-14
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-14-pg-wait-sampling_1.1.3-1.pgdg+2_arm64.deb
Size: 40880
SHA256: eab3cbf4886784f9630f9b575b1ccfa30a979bb02e3eee9470dd205d98824123
SHA1: 09e47eb11219e459d75e63b06721e77556fdba31
MD5sum: bcc49492076e1dbcc92ded5f623b6b38
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 65
Depends: postgresql-14-pg-wait-sampling (= 1.1.3-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-14-pg-wait-sampling-dbgsym_1.1.3-1.pgdg+2_arm64.deb
Size: 48476
SHA256: 986bc16251002799d5d1de201aea442ef7bb459767a5e0c6a5d078596e0c1622
SHA1: 3d48798e5baf8f0e8080632c3da265449ff3556a
MD5sum: cd0c4730021f99900a42793e84be9ac5
Description: debug symbols for postgresql-14-pg-wait-sampling
Build-Ids: c8c1296737fdbf1bbff6a805bd7e32c6bf392392
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 1.16.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 600
Depends: postgresql-14, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_1.16.0-1.pgdg+2_arm64.deb
Size: 268104
SHA256: 965cde61cd905ee8423e646e6df8b75a0dee877d2c1b13251c1e51af315cd600
SHA1: 412d5bdc6b6231f3d8d52d5122798454b326f38d
MD5sum: 38e21c30e310a1f76ec0dd6617986d31
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.16.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 248
Depends: postgresql-14-plpgsql-check (= 1.16.0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_1.16.0-1.pgdg+2_arm64.deb
Size: 220236
SHA256: e070545074b8e4d09ca27fe720cd169dc09cd44d3743db45bf9a95fbc93619d9
SHA1: 2cc8ec65c3342902df5cf3797bc4963e1bb8adf3
MD5sum: 4578c9d44e3394121cdf03452c4c0431
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: 0199ae55a124b7b2e943110a811b66cb9bf82dd7
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-powa
Source: powa-archivist
Version: 4.1.2-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1049
Depends: libc6 (>= 2.17), postgresql-14
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-14-powa_4.1.2-1.pgdg+2_arm64.deb
Size: 55476
SHA256: 1c209c5278b1bdb751eca74e73452f20b34b5cacab55acd14739267639e18269
SHA1: 8ee8a599a951eb9184a1a6fa2951b4e87cb2b202
MD5sum: 728b66717489d452834d009007e91957
Description: PostgreSQL Workload Analyzer -- PostgreSQL 14 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.
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-powa-dbgsym
Source: powa-archivist
Version: 4.1.2-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-14-powa (= 4.1.2-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-14-powa-dbgsym_4.1.2-1.pgdg+2_arm64.deb
Size: 32208
SHA256: 8f40bad97dd05223bc47282ecb55409d770aa1ec9b569554bb7789a450f2a067
SHA1: 491d7be2df06e07b3fd1ece305e7b7eea27a4c7a
MD5sum: 09e68334ee3e2152718bf00bb5c028dc
Description: debug symbols for postgresql-14-powa
Build-Ids: eddb7f199d75df52ea5bbec6426c6085b22d7dbe
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-prefix
Source: prefix
Version: 1.2.9-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 123
Depends: libc6 (>= 2.17), postgresql-14
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-14-prefix_1.2.9-3.pgdg+2_arm64.deb
Size: 45996
SHA256: 44b91e25d1d7979e9bc4dfd973a1a4dfa5cf6e963842110651e92c753c5613fe
SHA1: 228c7e7337425c183892086509535f342c8c1948
MD5sum: 14629fce322bed63efb8f9acb0217051
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.
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-prefix-dbgsym
Source: prefix
Version: 1.2.9-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-14-prefix (= 1.2.9-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-14-prefix-dbgsym_1.2.9-3.pgdg+2_arm64.deb
Size: 44704
SHA256: 2f7cd27279288dbfc0a60b98e968f6eedd85eb4269d9119190e1cb2cb78b81d3
SHA1: 7023a65a5193fdd78ca1cf681342e00c64e6d222
MD5sum: 3a683fe0f3dbfc46cd02adc30fe3f1be
Description: debug symbols for postgresql-14-prefix
Build-Ids: b90cb16a1bc42f2c1287399ebca6b7b8c69f8adf
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-preprepare
Source: preprepare
Version: 0.9-5.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: libc6 (>= 2.17), postgresql-14
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-14-preprepare_0.9-5.pgdg+2_arm64.deb
Size: 18768
SHA256: 5ec2a9003352da8d3449605fc094448de20dcce20d07eeedfb52a6fe41c7a731
SHA1: 6dc2bbaee7025cc7e52b22e451ae749651bdfd8b
MD5sum: e27655dbff4a66ec8ad9a9a0974bc430
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.
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-preprepare-dbgsym
Source: preprepare
Version: 0.9-5.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-14-preprepare (= 0.9-5.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-14-preprepare-dbgsym_0.9-5.pgdg+2_arm64.deb
Size: 16620
SHA256: 3bb7f577f0e38f8f349d2e94a896860b57bc951004604f56c218610752d6a969
SHA1: d7ad1ce9556f23e95ca6ffc037bf5c76fe0fa500
MD5sum: e41938fbcde0b2828d631e639b6fda5e
Description: debug symbols for postgresql-14-preprepare
Build-Ids: 773fd8f3b9a38c49fc55f7b62669ed55914b29df
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-q3c
Source: postgresql-q3c
Version: 2.0.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3384
Depends: postgresql-14, libc6 (>= 2.29)
Conflicts: postgresql-q3c (<< 2.0.0-2)
Replaces: postgresql-q3c (<< 2.0.0-2)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-14-q3c_2.0.0-4.pgdg+1_arm64.deb
Size: 147740
SHA256: 62dd135ff5fcfea1afe557387f70f25d7fc2a9eac7fef2d766cff99d0d4da838
SHA1: 42f227d46f141a1b895281108a46e8d2f29f7645
MD5sum: 4d283380aea603736de4403fe88843d7
Description: PostgreSQL 14 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-14-q3c (= 2.0.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-14-q3c-dbgsym_2.0.0-4.pgdg+1_arm64.deb
Size: 89936
SHA256: 3077a131bf370425572b767b03e58cc79e587af97cfc3fc9a6e1925c9a9b52a3
SHA1: 161606cb5f54ac7667a3355bdfe2108ed7f33837
MD5sum: c47a4813c4e367032cb9ef7a925def22
Description: debug symbols for postgresql-14-q3c
Build-Ids: 43fd319aec898dda69c68bb54792d4963d7ee687
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-rational
Source: pg-rational
Version: 0.0.2-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-14, libc6 (>= 2.17)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-14-rational_0.0.2-2.pgdg+2_arm64.deb
Size: 25152
SHA256: eccacce43fce90d83b0d2c064a067f0c01e8b50392e9adc990376746d16ed543
SHA1: 495a07dfbb0cd759b4dee390dc74a9576473791a
MD5sum: 55a6acabd72c1804c2cbb7b961ea80e3
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-rational-dbgsym
Source: pg-rational
Version: 0.0.2-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-14-rational (= 0.0.2-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-14-rational-dbgsym_0.0.2-2.pgdg+2_arm64.deb
Size: 20380
SHA256: 9620fc7e32ea2276757a1d5aa0e17b7e6fcea769e42377ba1869e025895405c8
SHA1: a9214799c60aa68672be217baa50d4d0f5c3e242
MD5sum: 6993d740b3c677a61866705a0b5cdf0e
Description: debug symbols for postgresql-14-rational
Build-Ids: 9bbe4eb0ce19574401e68f9955b8bd901b9464ac
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-similarity
Source: pg-similarity
Version: 1.0-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 354
Depends: postgresql-14, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-14-similarity_1.0-4.pgdg+2_arm64.deb
Size: 103044
SHA256: a88a162667cfdee90be79f38243e6b57f948fcee20561feecea596174857b7a0
SHA1: 992d4cd845c8eca754683820813969ed0b676c9a
MD5sum: 74d5edecfb63740125b93ee0d6cd5762
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-similarity-dbgsym
Source: pg-similarity
Version: 1.0-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-14-similarity (= 1.0-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-14-similarity-dbgsym_1.0-4.pgdg+2_arm64.deb
Size: 62012
SHA256: c6685f211eb9cf4721ac137383251cb19075678fb4338aca9065b6c15ac4c906
SHA1: 3b585c5167d5fd3bf081351e57af4af1d4b51c7e
MD5sum: 1be4286a7bb37a4bb70df311d4b10fbd
Description: debug symbols for postgresql-14-similarity
Build-Ids: faf15308a62ccbd885c0ec5d4dc152fc1aaeea1c
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-snakeoil
Source: pg-snakeoil
Version: 1.3-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-14, libc6 (>= 2.17), libclamav9 (>= 0.101.0)
Recommends: clamav-freshclam | clamav-data
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-14-snakeoil_1.3-2.pgdg+2_arm64.deb
Size: 17968
SHA256: 2ced5b2a46290f501569c0cdc61e5b3215dcbc05b28abfe900d61c5aacb38e66
SHA1: 967f416533afa5ecc2f56d4d40935dc154c9b00a
MD5sum: 3613321e4d53842bac095d0fec538b1f
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.3-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-14-snakeoil (= 1.3-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-14-snakeoil-dbgsym_1.3-2.pgdg+2_arm64.deb
Size: 14988
SHA256: 4a6217bff32f84b2f4437b53a64b396b60e83bd4f05d6788622aac76730812e2
SHA1: da6e79ea26194dc04dbe4a83787296305f805187
MD5sum: 85f28a46aa1555b7ae73065a9dda52b0
Description: debug symbols for postgresql-14-snakeoil
Build-Ids: 00af847fe5857365ba4b94665460cfa2e6ee4793
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-unit
Source: postgresql-unit
Version: 7.4-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 453
Depends: libc6 (>= 2.17), postgresql-14
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-14-unit_7.4-1.pgdg+1_arm64.deb
Size: 121424
SHA256: 22c8e59f18dad2bf5f699436ec29cc095f5a3c51bcf0e7f09763333ef0303083
SHA1: 846fde607fb7bf60e19c99176ba95cb037107b33
MD5sum: fba75eb65d6fc7115fb72294e2788ba6
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-unit-dbgsym
Source: postgresql-unit
Version: 7.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 78
Depends: postgresql-14-unit (= 7.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-14-unit-dbgsym_7.4-1.pgdg+1_arm64.deb
Size: 57100
SHA256: e901878c511b81fb59c008fcf70f59c2ac6b7e067f3fd012a888ee7a0c4152f3
SHA1: 0c71bee746fa098d27eaa62a1b50c893cd166397
MD5sum: 86132da854510a672977d6b46322585d
Description: debug symbols for postgresql-14-unit
Build-Ids: 27db15f0a8b8721bd14448033b8a79c434c7a02e
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-wal2json
Source: wal2json
Version: 2.3-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-14, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-14-wal2json_2.3-2.pgdg+2_arm64.deb
Size: 65600
SHA256: 008168eff73d9aa9f07da8bd09bfd442a1f63cae3d2c3d432611b5cd2d4943f5
SHA1: e02e2cdf055f8e890fd50a0cc0b0ed5328a0bd75
MD5sum: 915ab8371f28007da7b64cd8ae1f9177
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-14-wal2json-dbgsym
Source: wal2json
Version: 2.3-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-14-wal2json (= 2.3-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-14-wal2json-dbgsym_2.3-2.pgdg+2_arm64.deb
Size: 70656
SHA256: 992c95e9568d9a26d1818526bb9887531314f4df9a89f3c3db2a8f8441870eef
SHA1: 80ddca84dcfad374f83b3ab837d8e2d5ab91be8c
MD5sum: 85c617707434f3786377cb76b4cdb178
Description: debug symbols for postgresql-14-wal2json
Build-Ids: 19fe31e2873fe767fab5bf67fb56ea08295f4f2b
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-9.6-pgpool2
Source: pgpool2
Version: 4.1.4-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: libpgpool0 (>= 4.1.4-3.pgdg+2), postgresql-9.6, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-9.6-pgpool2_4.1.4-3.pgdg+2_arm64.deb
Size: 134652
SHA256: 05ef4b274a6a1a2270657f3480e1e341ec6507f28e044b11a0ba071039c75be3
SHA1: ab22f69a6c76b76b11219e1f4b5c74396182b41d
MD5sum: 57f1b2dbde363bbd6e2a5212b01bfe76
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)
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-9.6-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.4-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-9.6-pgpool2 (= 4.1.4-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-9.6-pgpool2-dbgsym_4.1.4-3.pgdg+2_arm64.deb
Size: 39192
SHA256: 9975a51e1d8678306414ab4f6c7fdc4f3d973674887a0b88c3912c36f748b8a2
SHA1: edf7d52cd7f611f863b32c74935a0fda887a68c9
MD5sum: 709dda19e57ca4005cc70d87f465de6e
Description: debug symbols for postgresql-9.6-pgpool2
Build-Ids: 286b969439b6669bfded5e88470aa5a22078777c 2ed1227a000a8afde7dae1b61f8c7dedb44bc3ac 5de03faa071d2dae5b0295def8c9b23f16cf88aa
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-9.6-unit
Source: postgresql-unit
Version: 7.4-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 334
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-9.6-unit_7.4-1.pgdg+1_arm64.deb
Size: 66068
SHA256: 4372fc600477724dc0fd55677ab74449b23fe386846399970311f127a19115fc
SHA1: 4fda13cc7a4e2fa4dc71798adca5b24b3a6dc7df
MD5sum: 1d641eb28f4f0920631f48198ba617c0
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-9.6-unit-dbgsym
Source: postgresql-unit
Version: 7.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 77
Depends: postgresql-9.6-unit (= 7.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-9.6-unit-dbgsym_7.4-1.pgdg+1_arm64.deb
Size: 56044
SHA256: e1ee4ddeeea1ef683d8b617b3a344a9aadca31161060372a648da56f17540a44
SHA1: 0e635bb46c72d7cd74c4bde92b95423a8c0003ee
MD5sum: 698008a8d0de931b60ad4c451036b035
Description: debug symbols for postgresql-9.6-unit
Build-Ids: 1253f61635b270af11924acb9d279ad0b1c7458a
Timestamp: 2021-05-20 15:42:07+00

Package: postgresql-10-partman
Source: pg-partman
Version: 4.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5988
Depends: postgresql-10, python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-10-partman_4.5.1-1.pgdg+1_arm64.deb
Size: 235488
SHA256: 123266a807f6548349bae5bab6d4577e030ff2269b66df59521f937ffc85a699
SHA1: b7fd3c061d06020d1a0efa22913b0b2781baf83a
MD5sum: 2dc0a68d16b1011afaaef387a0b4e1d5
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.
Timestamp: 2021-05-25 16:22:37+00

Package: postgresql-10-partman-dbgsym
Source: pg-partman
Version: 4.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-10-partman (= 4.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-10-partman-dbgsym_4.5.1-1.pgdg+1_arm64.deb
Size: 19048
SHA256: 23492223953a5e1bdf244fca96859ce12bfb935966a320bc978fa9f6b5364988
SHA1: d27194275065978be8c5214af486b73aafba156e
MD5sum: a9adb21542f3c4db584290e625048a0c
Description: debug symbols for postgresql-10-partman
Build-Ids: ee077c29157507ce689c8684256c3782eaed4959
Timestamp: 2021-05-25 16:22:37+00

Package: postgresql-11-partman
Source: pg-partman
Version: 4.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6000
Depends: postgresql-11, python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-11-partman_4.5.1-1.pgdg+1_arm64.deb
Size: 247796
SHA256: e74b0e9d91d82b3ecb44fb52d667e495c5a343cce6bc496254d1845310a20ecd
SHA1: 969249190eff68a2e71c066a84c35a8fc19bf730
MD5sum: f223d11028785991614ee364904e5d64
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.
Timestamp: 2021-05-25 16:22:37+00

Package: postgresql-11-partman-dbgsym
Source: pg-partman
Version: 4.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-11-partman (= 4.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-11-partman-dbgsym_4.5.1-1.pgdg+1_arm64.deb
Size: 19316
SHA256: d1f98ab2cbda1a1421280efa9a987eb2baf325d8161316f5407c5cbb3983eb9b
SHA1: ccab418bf3c37fe2231d49d0bfe313862ae68a0c
MD5sum: 958b0cf18b0f648ce20ef707b433add2
Description: debug symbols for postgresql-11-partman
Build-Ids: 179c2e6e0cd68361a09cbc7a5e5e9b78fd5dfc80
Timestamp: 2021-05-25 16:22:37+00

Package: postgresql-12-partman
Source: pg-partman
Version: 4.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6000
Depends: postgresql-12, python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-12-partman_4.5.1-1.pgdg+1_arm64.deb
Size: 247204
SHA256: 4e2c8262013410cadaf388d7d3704aaf25de0d131f606a77d2a516b6e0558dcd
SHA1: d8000395fd86a7eecef591e1f96ee3ba0533861e
MD5sum: 9b7ea9b1a09dec0bd98c05fbfa42bb93
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.
Timestamp: 2021-05-25 16:22:37+00

Package: postgresql-12-partman-dbgsym
Source: pg-partman
Version: 4.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-12-partman (= 4.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-12-partman-dbgsym_4.5.1-1.pgdg+1_arm64.deb
Size: 19668
SHA256: d010e4a18a5fe5b989c08be50a1c2cfd536de9c88c54de0421e37aa34ab2047f
SHA1: 34c20ddb03ab5a58761e9ecfd03934f4a4e608d0
MD5sum: b00759d8690997c95ef69a602bffacf1
Description: debug symbols for postgresql-12-partman
Build-Ids: 21fc0ba1437076bad57f5d09b2cf71e331ba76a6
Timestamp: 2021-05-25 16:22:37+00

Package: postgresql-13-partman
Source: pg-partman
Version: 4.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6001
Depends: postgresql-13, python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-13-partman_4.5.1-1.pgdg+1_arm64.deb
Size: 248100
SHA256: 7b8133766ccb9908d5b0ac2284a037a86d8a52f769bd780f1a21b6cac21930df
SHA1: 38b76734c6771a600de5542bb27ae65d1ced1096
MD5sum: 5e60cf8cd8d72225b8364e7a1cefd65c
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.
Timestamp: 2021-05-25 16:22:37+00

Package: postgresql-13-partman-dbgsym
Source: pg-partman
Version: 4.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-13-partman (= 4.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-13-partman-dbgsym_4.5.1-1.pgdg+1_arm64.deb
Size: 20676
SHA256: 5608fa6026d411306fa077cbb7d9ac6735617a435bfa917ca42a96e04bad7bf6
SHA1: 832c6e0cb9cb7c5d430fbe5ef78ed8d5599e1da1
MD5sum: dba3e4e9e8b0b4154480aee8691ffab8
Description: debug symbols for postgresql-13-partman
Build-Ids: 1765c453c40de06fc30ee72d7bfd1cafec3ccaf0
Timestamp: 2021-05-25 16:22:37+00

Package: postgresql-9.6-partman
Source: pg-partman
Version: 4.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5988
Depends: postgresql-9.6, python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-9.6-partman_4.5.1-1.pgdg+1_arm64.deb
Size: 235468
SHA256: 1c7ce7a9b342c8eff528d2c585ac54170ad7da555f1f69b53567b01f079d008f
SHA1: a3815f4e63a5f46e4056b8fe479cb9f95fdc25a0
MD5sum: 29aa45aa748b4cb60d58964d5ff7b719
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.
Timestamp: 2021-05-25 16:22:37+00

Package: postgresql-9.6-partman-dbgsym
Source: pg-partman
Version: 4.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-9.6-partman (= 4.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-9.6-partman-dbgsym_4.5.1-1.pgdg+1_arm64.deb
Size: 18856
SHA256: cbf1a90bf01b3e21bd130a9571e0a2691eea524707f3ca19c8f00bf28d143031
SHA1: 864a88ab7029af8350676622c33f7e9262886cd5
MD5sum: 8048cea29247e0582c1d42d0f0c972e1
Description: debug symbols for postgresql-9.6-partman
Build-Ids: b148a8b134eaded7ba55d5bb792bb0a1aab7537a
Timestamp: 2021-05-25 16:22:37+00

Package: librdkit1
Source: rdkit
Version: 202009.5-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 14551
Depends: libboost-iostreams1.74.0 (>= 1.74.0), libboost-python1.74.0 (>= 1.74.0), libboost-python1.74.0-py39, libboost-serialization1.74.0 (>= 1.74.0), libc6 (>= 2.29), libcoordgen1 (>= 1.4.2), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 3.0), libmaeparser1 (>= 1.2.4), libpython3.9 (>= 3.9.1), libstdc++6 (>= 9)
Homepage: http://www.rdkit.org
Priority: optional
Section: libs
Filename: pool/main/r/rdkit/librdkit1_202009.5-1.pgdg+1_arm64.deb
Size: 3071924
SHA256: 59c9d5d7bb29b07802691a1f237d14a07c4d8ab64ab54eec93d566e8092af9af
SHA1: d45a37f6a5eb2616c50fdf54aa0365f763de5e9a
MD5sum: 649f1b60a31deacaed53e20050fcb898
Description: Collection of cheminformatics and machine-learning software (shared libraries)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the shared libraries.
Timestamp: 2021-05-26 12:36:30+00

Package: librdkit1-dbgsym
Source: rdkit
Version: 202009.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 99518
Depends: librdkit1 (= 202009.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/librdkit1-dbgsym_202009.5-1.pgdg+1_arm64.deb
Size: 97313632
SHA256: edb580d5d2f411482b92734a2a6f24eb7660d6248a776ef04480c83a3b078760
SHA1: 802cc43bfebd73a91ab36b9c0a2c9a631e09c47c
MD5sum: e4a9c4ebca3b11b0d802731b6149ff75
Description: debug symbols for librdkit1
Build-Ids: 07d80319ef07a617d7613c1dc38cadaf9688c8e6 0aa52404434de8ba3b5be02c7b8f57323cb5d77d 0d60f27b1e710b405fc98c7dd751e589d0c93db0 1940aa536e8dfe6737707787a1354a40067c33c6 1c31f01f8f62ee52d072cfa9fe82bc75908f356b 1e3f8e310efd5e60afb7666224673bb031c29e64 292b616baf4f3bc41e4791aecd08e5165264c258 2f1750b7dc851a461f7fbf546be260825385c987 2fc78d1b8412c4ccadfffe8a2ac7b3890418edf8 3306a8e76d0d77fe9eac1a3a8ffb80d75ecb6eff 3334614e7d6d28b0f08fd39f7b3e5a6560f4f041 3b27e9a81f93c5465ed4d6b06c7b20e3e5a212ce 3bdd1d3d36e8af5c7b4e46737f574deb1b26702b 440c1ed91c7ba59ef97e24b56fa38ff19e4ec056 537780faa30155d7e5107b4d324e267af2943f76 56b6612e3267e8432c43133871f20c23e744c7aa 5a6e6745ff686a70947e80c041cf0c3185042bcf 603f6e79bb9e1b6721ac724da6fdc46aad369459 61353f61ceb078569d54bda4efdaba462f58cae1 64edaf3901ce872037279921370beca7ccab5199 66503383fd56191c32fdb7e82d178021e4dff564 70aba1de9e0c50c7f996377988ea6fe20789d8b4 7add8f2ead097fe3664a1b9d9f2fa6ef913315e6 7b04aca9bd77441e38984f1243cc01b01dd1e531 7c8e24b1450da28be4510cbe1815bfeafead826e 7ea20527c2ac27c34bfbc277f98f480f58e45d10 81d9cbcc650af80b1f97007ff1cace70133bddf3 8b650e505743f7a5c5e4453679c42f68426eb583 90ccbb5c726d7f48dc1a8024c4b4cfed136f28d3 9b402299f2b56bcece068dc80c32b0eaeb0838a5 9bc2798f743b22f58bf817fc6be8c70dd23df8d6 9c91ac8d20ef7754ea77f70bb715b357e270a6d7 9de9cd9ea5d03deef102e43c8b243146e43c60fd 9ecb8a7e9ae78513c64ae6d9f475217fb41d9851 a3d4db7baf32e2253765fdb6972e599138f8b529 b50df5e06345f374987aa5f1faf2f2c311d2852e b83f7b1b2c4a9a6713c884328e3206852df81380 bdc01995ed608b4c15e652d7d706ec7b7aaeb79b c2c3bf69bd2fa176b47cc882d5aae6e0d8387614 ca1febf781acb996785b3499b4690a7e04410f94 cb9c53bb448ceb9366f45b4a39facf6d89bca443 cd7c014385350249aa7835b59118499d984545ba d9aa4fbac92f951b52a616742d49d3fee631253d da55d1103c268cfca11d9efb91c2e7337be9e63e df2f367f29564274fea951aa1c87369346854809 e9ac645b15fad53dcf7999d40f2da035bd369bfc ed0bf9708c6dac99d6504109431b0bd4c855957e ee01017cbadb5f1c1b2a38583ff318d83002c98a ee3d2a58627dad08a77efd91645bbbbaf3cf440e ef211c273d6b3119226bf18e6f96480c079e99a9 f72f59c5df34884a4f89769e5b954316adc4192d fbd6b64406ef0d969bc9fc21e7d3ca8de20a3c5e ffe492674c3d3db52db59d74d8e6e601d73fe11d
Timestamp: 2021-05-26 12:36:30+00

Package: librdkit-dev
Source: rdkit
Version: 202009.5-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 2074
Depends: librdkit1 (= 202009.5-1.pgdg+1)
Homepage: http://www.rdkit.org
Priority: optional
Section: libdevel
Filename: pool/main/r/rdkit/librdkit-dev_202009.5-1.pgdg+1_arm64.deb
Size: 352136
SHA256: f67d40050c16524054fecc2d127b1c3a46b879f131e6b827dfbebab5769eb2f1
SHA1: 9841f11c8ede581de411043a1da15c18fd8dae3f
MD5sum: dda54ec73f689d8914878b7bc4d45139
Description: Collection of cheminformatics and machine-learning software (development files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the header files.
Timestamp: 2021-05-26 12:36:30+00

Package: postgresql-10-rdkit
Source: rdkit
Version: 202009.5-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 361
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1, libstdc++6 (>= 5.2), postgresql-10
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-10-rdkit_202009.5-1.pgdg+1_arm64.deb
Size: 152108
SHA256: 037a806777976356ba76bf1b8d25e3926fdaec798d67aa536193d41bd37d4a06
SHA1: 0b6c3e0ebcc67ebfd7059533173a62180d64846f
MD5sum: b4433d00f3fc037b560d2a2da322a0c1
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2021-05-26 12:36:30+00

Package: postgresql-10-rdkit-dbgsym
Source: rdkit
Version: 202009.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 775
Depends: postgresql-10-rdkit (= 202009.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-10-rdkit-dbgsym_202009.5-1.pgdg+1_arm64.deb
Size: 727024
SHA256: bc439a86e0867ddbd6db46b7d616fba90e5fc48f6302af33992cbfe702dcc943
SHA1: bd3ecf6bd8fcf9dbc8d265681b3694bc1737a8e3
MD5sum: 75c9a444d1baee0fcd3df3536acb8d50
Description: debug symbols for postgresql-10-rdkit
Build-Ids: 684bd6d806406122e2fd65bb4e328eb3ae371e23
Timestamp: 2021-05-26 12:36:30+00

Package: postgresql-11-rdkit
Source: rdkit
Version: 202009.5-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 826
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1, libstdc++6 (>= 5.2), postgresql-11
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-11-rdkit_202009.5-1.pgdg+1_arm64.deb
Size: 347588
SHA256: e94248745315bd8bfdaec89aad34a1d897952e36527fcb186e114878264f3079
SHA1: bafb7fc09eadd76ad296a0ec4ebac0b3f64d7d34
MD5sum: bdfe7c541ab2deda4d6dd7746545a71a
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2021-05-26 12:36:30+00

Package: postgresql-11-rdkit-dbgsym
Source: rdkit
Version: 202009.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 776
Depends: postgresql-11-rdkit (= 202009.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-11-rdkit-dbgsym_202009.5-1.pgdg+1_arm64.deb
Size: 727428
SHA256: ddc4a42333b76b6ab8628ef8e1a313f17bae8e7619c89dc5987f0e22521e2b69
SHA1: 42aafdc0bc798bd51a4cf1467fa66ef1e7e3806b
MD5sum: baa20637e9b0a45a65e3b20c23f8113c
Description: debug symbols for postgresql-11-rdkit
Build-Ids: bf421b4381ace03209e61ac05f0269198158b380
Timestamp: 2021-05-26 12:36:30+00

Package: postgresql-12-rdkit
Source: rdkit
Version: 202009.5-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 827
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1, libstdc++6 (>= 5.2), postgresql-12
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-12-rdkit_202009.5-1.pgdg+1_arm64.deb
Size: 349160
SHA256: e36632737de810adb049289cbbac97ab16a4d008742ac67b4b01dd3440e9c754
SHA1: f5589c431d9e5e499db674725934bc8595e6375c
MD5sum: 84561abee79f7ed5a166a5ff30105dc7
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2021-05-26 12:36:30+00

Package: postgresql-12-rdkit-dbgsym
Source: rdkit
Version: 202009.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 778
Depends: postgresql-12-rdkit (= 202009.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-12-rdkit-dbgsym_202009.5-1.pgdg+1_arm64.deb
Size: 729804
SHA256: c924ae6d759257ba0ac2639af79c29ac70cb0a60d3ab064565794c7b06fa4262
SHA1: 7b214eabb6aee4d02cd315b835f06b017a9cc9a3
MD5sum: 4b81c3724cba63dd1a0b15adae41610b
Description: debug symbols for postgresql-12-rdkit
Build-Ids: 676a00e944fd767c2e95974859f618c01cc90c63
Timestamp: 2021-05-26 12:36:30+00

Package: postgresql-13-rdkit
Source: rdkit
Version: 202009.5-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 828
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1, libstdc++6 (>= 5.2), postgresql-13
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-13-rdkit_202009.5-1.pgdg+1_arm64.deb
Size: 348608
SHA256: 73133da68277c1ef16543bce4aef24b39041d796bdc679024fe069ba55c8a96d
SHA1: 0ffc4dae18366c3fcdf87838b633996058bddbf6
MD5sum: d860e14af9f7266d7755889cde61404d
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2021-05-26 12:36:30+00

Package: postgresql-13-rdkit-dbgsym
Source: rdkit
Version: 202009.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 779
Depends: postgresql-13-rdkit (= 202009.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-13-rdkit-dbgsym_202009.5-1.pgdg+1_arm64.deb
Size: 730664
SHA256: 969537bf7511ef5ab415b4bd3c9a059b2033310a44e0fdad960c94b8f3fd8060
SHA1: de1faf61e429d60aae0b3fbd21bf9de548f546a1
MD5sum: dcd96f41132a8068c2de87a5e5ac2fb6
Description: debug symbols for postgresql-13-rdkit
Build-Ids: 24ae741bf329bba0065895eb37a398635424d327
Timestamp: 2021-05-26 12:36:30+00

Package: postgresql-14-rdkit
Source: rdkit
Version: 202009.5-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 830
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1, libstdc++6 (>= 5.2), postgresql-14
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-14-rdkit_202009.5-1.pgdg+1_arm64.deb
Size: 349356
SHA256: 8bc07a16147c0bf79f069537878045f04048d591ce9e14a1f290be33cc8482f7
SHA1: 26d741ba79f183b6d79492607e75f449d5b40daa
MD5sum: 77a2474a4c5c9fcc13c7ec6b38a40367
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2021-05-26 12:36:30+00

Package: postgresql-14-rdkit-dbgsym
Source: rdkit
Version: 202009.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 780
Depends: postgresql-14-rdkit (= 202009.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-14-rdkit-dbgsym_202009.5-1.pgdg+1_arm64.deb
Size: 731536
SHA256: 55f47509118bb142365c7983b1426d5d9b9e65553d6db4b527a0bc20ee8d8713
SHA1: 9f346293036b03e5911d35e612c5219a1fc37699
MD5sum: f7aa26e632c8e541d5a9246e45a5ecfc
Description: debug symbols for postgresql-14-rdkit
Build-Ids: 84ac48535d7447d82f9d92b7869e9a79c02fc3c3
Timestamp: 2021-05-26 12:36:30+00

Package: postgresql-9.6-rdkit
Source: rdkit
Version: 202009.5-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 369
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1, libstdc++6 (>= 5.2), postgresql-9.6
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-9.6-rdkit_202009.5-1.pgdg+1_arm64.deb
Size: 152296
SHA256: 5e088cdc80cfca57fe946c46b67e88ec4e670f6b8b02da1c445441e4637fb438
SHA1: 47af90682e6e8a94d1aff9d500793c090b55aca2
MD5sum: ab7857a1edae0de363c96e837f4854aa
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2021-05-26 12:36:30+00

Package: postgresql-9.6-rdkit-dbgsym
Source: rdkit
Version: 202009.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 773
Depends: postgresql-9.6-rdkit (= 202009.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-9.6-rdkit-dbgsym_202009.5-1.pgdg+1_arm64.deb
Size: 723936
SHA256: adb8e5a7a93767993195090947cbda70326223eeff328ec37575a261aa417c26
SHA1: 9ed49e0a0d3f26818629524b516b3bf0837ad26c
MD5sum: 610954d240d2fc0608761d41ea67f0ac
Description: debug symbols for postgresql-9.6-rdkit
Build-Ids: 92ca241d950430b5585233e1a4dec6b56ea65ae0
Timestamp: 2021-05-26 12:36:30+00

Package: python3-rdkit
Source: rdkit
Version: 202009.5-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 22388
Depends: fonts-freefont-ttf, rdkit-data, python3 (<< 3.10), python3 (>= 3.9~), python3-numpy (>= 1:1.16.0~rc1), python3-numpy-abi9, python3:any, libboost-python1.74.0 (>= 1.74.0), libboost-python1.74.0-py39, libboost-serialization1.74.0 (>= 1.74.0), libc6 (>= 2.29), libcoordgen1 (>= 1.4.2), libgcc-s1 (>= 3.0), libmaeparser1 (>= 1.2.4), libpython3.9 (>= 3.9.1), librdkit1, libstdc++6 (>= 9)
Suggests: rdkit-doc
Provides: python3.9-rdkit
Homepage: http://www.rdkit.org
Priority: optional
Section: python
Filename: pool/main/r/rdkit/python3-rdkit_202009.5-1.pgdg+1_arm64.deb
Size: 3587268
SHA256: 9c33581f89f895ecf851a5b91c1b6c1eb6b7d25e01803a5c87c196909124f3ee
SHA1: 389e9ff1e5d656cf6e4de3e35923045bce59fc01
MD5sum: 13815f291c692d152345dfbdfc3d957e
Description: Collection of cheminformatics and machine-learning software
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
Python-Version: 3.9
Timestamp: 2021-05-26 12:36:30+00

Package: python3-rdkit-dbgsym
Source: rdkit
Version: 202009.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 74165
Depends: python3-rdkit (= 202009.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/python3-rdkit-dbgsym_202009.5-1.pgdg+1_arm64.deb
Size: 66147452
SHA256: ad8ad4afa9a2b96e63d98d8748ce84dcf80e88137ba809fea7f5e2a431885755
SHA1: 68fda97ada828c9169dbb243aea285ef1e6a2aba
MD5sum: 3c7853093046113b37b26ac2f0572849
Description: debug symbols for python3-rdkit
Build-Ids: 047214383c017ae6fa2c2694703a5f0300f54aab 0c98489d0ff1b642a7f72dae4438ceef8ca73d6d 0fba95d9c86da598a450f4c057696cebd2349e4d 1194c961bf2e2a64c8febe807d295262f1703b3f 14c69484c8b2ecbbcd6c1112484c8153912776ab 1774e0ae02eb6d554ad1d459d9dffc9bee2bd0cb 181125813973890fb110a78cb6562465e5b4c33b 1dfb39d5ffb825344b61e7cd2ddd2537ada3265e 23ed822df2833c0843b009d60225ac9973d0dfa0 25821a8672eba96af6ce7759588af42f46c7070c 27369925eea0d714432dc1e2f2f18633b0e5f9b2 29d9f6f328564df642453f58815de3405d15031e 35b03150c25b1a8f56543e2a58b6166243f7173c 36756cbd033e60c036290c6e2f8f1f49b10a4e60 3ef8a31b9659375e3da96dc6b91899c51c4091f7 4066dc4a7d13d676f7302f1ae30e94f338f240d1 42da8546209213ece9393712f98ec06bf444a6f2 472db401e3e5cf7c3a4404d09b932704051df2b7 4b3128580bb2e975356062647d98aedc74773c16 62a39dff2b5a6d6661cae6afa1ff50f2fc99bcae 65d5f5dc1f70e11ac3b3dc4362ab36e749f50ae0 6755c06bd3cd8632a7f00fbcbdd6f29b0498a138 69a41f1287541ed64ee2d4458f2c755b12f5e7af 85b37fcfad75f8fe637f0200583fd2467284cfc1 87ab9a0bc8eed9c31fc382d073321d0aee3515c5 8dd46a3c7a7b035347b5c9fba9699ee31ebc39cc 8f34c4f3e7a4c1192a313ee45290cf0a130b67f5 91ae96c6edf8b46917eb31bd0900004b7b3bfed9 95320ba803e835c4828c3a4694ddcb4bbe783209 95bb7e136abb94a18bee0c2c8a7f1af830b33d82 ad51d464de903947d11399054b457a9aa45e0871 af28da5d297603afb7bd1e940e3edd28ef31fe63 be50a305212e817fac162d02838ed1ff963f0a12 c80c37f523f8a5c111d4733c60b90248fd2e8337 d0a07f3b3d4abc3420db0e592670df03bdb48db2 d448443fea6e9d45afc9b67630805438148b1cdf d4840733a0c88f7ba58b6969d0024b246924980a d5422e16d199903ba73077cd0871c375b3b7f099 dac251363aa1ee337704473f6669e2597dbe1a41 dbe0251c2887c97bce90956fad0d31a416827374 e44f716f9a37f978470b56f5aa0892b2f080fc5a e4f868edde6016fe1472e42c00a7ee86525962ef e6887952a9ceeae2089a9c9616b8ab71221722db e7785a95064bbbcdf717b941c7b33258200598b8 e92a69a93fb2da75489aa66435e0b86b9e9e0e73 f43ab574aab047010003b302fbbb64b2aa80ad7e f5f6894f194c70fa606120deb0f6e44ddbb0b140 f7512dc7f1a757e54ecc0795287226cf458605c5 f8d60d38a28a7a6736f50062fb07f3633c5a2338
Python-Version: 3.9
Timestamp: 2021-05-26 12:36:30+00

Package: rdkit-data
Source: rdkit
Version: 202009.5-1.pgdg+1
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 11333
Homepage: http://www.rdkit.org
Priority: optional
Section: science
Filename: pool/main/r/rdkit/rdkit-data_202009.5-1.pgdg+1_all.deb
Size: 6847560
SHA256: d75c849788afbb8ecd88b36cc7d76d99b01d78fc72834c85f60c9328bc4d801e
SHA1: 1350a9fc87805e16ed11c63c6b4f89c23bfcb68a
MD5sum: 7529e0058f5b6e8ce127948906739114
Description: Collection of cheminformatics and machine-learning software (data files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains data files.
Timestamp: 2021-05-26 12:36:30+00

Package: rdkit-doc
Source: rdkit
Version: 202009.5-1.pgdg+1
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 55673
Homepage: http://www.rdkit.org
Priority: optional
Section: doc
Filename: pool/main/r/rdkit/rdkit-doc_202009.5-1.pgdg+1_all.deb
Size: 5839312
SHA256: 1e8f637f80b3bf0bec7468cc1d170344ad955145876cb3144b48e8768370ad85
SHA1: 0895a8fc723a849130d40a0c51b495112811e485
MD5sum: c0e8e86d258588a809fdbe122acb111a
Description: Collection of cheminformatics and machine-learning software (documentation)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains the documentation.
Timestamp: 2021-05-26 12:36:30+00

Package: postgis
Version: 3.1.2+dfsg-1~exp2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1403
Depends: libc6 (>= 2.29), libgdal28 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libpq5, libproj19 (>= 4.9.0)
Recommends: postgresql-postgis, postgis-doc
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.1.2+dfsg-1~exp2.pgdg+1_arm64.deb
Size: 290180
SHA256: d3e811cc5cda2e4300528aea1fa9dd8e4dc6b189bb5ab0858a5dbacfe380d8f4
SHA1: 4fbb44d2b1b6f41fac511541c8b5f9f4c11964f3
MD5sum: 914a31374cc90cca9e5d304f2a4ca782
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2021-05-31 13:33:55+00

Package: postgis-dbgsym
Source: postgis
Version: 3.1.2+dfsg-1~exp2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1867
Depends: postgis (= 3.1.2+dfsg-1~exp2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.1.2+dfsg-1~exp2.pgdg+1_arm64.deb
Size: 1740576
SHA256: 7ae4b3f1b308625811503903c3d4f27506516159242d976c39f87eedc84ad42a
SHA1: 7afa0c7028535400e1bdd354b6ca302c033dcc74
MD5sum: c3df72a0c19d590ddb1a4fe98fe4eef3
Description: debug symbols for postgis
Build-Ids: 1f74e98b5c6f94e613ef1963f0c3bef00ab3c4ee 975838bfaf6f327b9f26def4a875ecda7648fab5 da79735b24f3a095ff975463ca411578c002a6cc
Timestamp: 2021-05-31 13:33:55+00

Package: postgis-doc
Source: postgis
Version: 3.1.2+dfsg-1~exp2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5897
Suggests: postgis
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: doc
Filename: pool/main/p/postgis/postgis-doc_3.1.2+dfsg-1~exp2.pgdg+1_all.deb
Size: 2845984
SHA256: 5d62b76b19bf1748f248e5a706ef73bfa89b2389754626867c051b5096dbaaef
SHA1: 72069b05538e0110e6c00700faa27a337fa93e0e
MD5sum: f3733077ee490c47de732fe297030e05
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.
Timestamp: 2021-05-31 13:33:55+00

Package: postgresql-10-postgis-3
Source: postgis
Version: 3.1.2+dfsg-1~exp2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3307
Depends: postgresql-10, postgresql-10-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal28 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-10-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-10-postgis-3_3.1.2+dfsg-1~exp2.pgdg+1_arm64.deb
Size: 788692
SHA256: 2f488692e67962ce736564a7fe0b67c67f8c440e5f7852e65cd3c11b8d6c698a
SHA1: 4e1b08a262d5ac7febf2965b1a2af713e3ed8781
MD5sum: 6d81e2c05bd0c3af65c862227422ba7e
Description: Geographic objects support for PostgreSQL 10
 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".
Timestamp: 2021-05-31 13:33:55+00

Package: postgresql-10-postgis-3-dbgsym
Source: postgis
Version: 3.1.2+dfsg-1~exp2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4957
Depends: postgresql-10-postgis-3 (= 3.1.2+dfsg-1~exp2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-10-postgis-3-dbgsym_3.1.2+dfsg-1~exp2.pgdg+1_arm64.deb
Size: 4604052
SHA256: 2e103dd13f3069c622448c2881da34fa637f84817eadb253166cb16c2813a46b
SHA1: f05e30f54f5ba25f4a4c4688942816f7c3aca639
MD5sum: bebb75158c4c662176f49157f67c8889
Description: debug symbols for postgresql-10-postgis-3
Build-Ids: 023cf0ed91e28bda75fbbc7444f4b216c7786d9c 2a1c5ffff7477b2ce434188eca0859b5af954783 a31e6e580bfc6c5078c87f1095687d0c951d3125 a9b04f86399e0634657a1e4a7639b1c5cbef660f f1604e262f542697a41877bb1d3b7998dc6ed743
Timestamp: 2021-05-31 13:33:55+00

Package: postgresql-10-postgis-3-scripts
Source: postgis
Version: 3.1.2+dfsg-1~exp2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26093
Depends: perl:any
Recommends: postgresql-10-postgis-3
Replaces: postgresql-10-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-10-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-10-postgis-3-scripts_3.1.2+dfsg-1~exp2.pgdg+1_all.deb
Size: 1077460
SHA256: bbc32ad7baa7a3fbccfbb9a4725ca5d44dafcb2a90c6f2ab582aa8be036290db
SHA1: dec48bb0946f12b3e0289ed734721d85a583ebd9
MD5sum: 7d975c042c60b92ee252cc6446f6229c
Description: Geographic objects support for PostgreSQL 10 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 10 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2021-05-31 13:33:55+00

Package: postgresql-11-postgis-3
Source: postgis
Version: 3.1.2+dfsg-1~exp2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9744
Depends: postgresql-11, postgresql-11-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal28 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-11-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3_3.1.2+dfsg-1~exp2.pgdg+1_arm64.deb
Size: 3208432
SHA256: 90ef5f015d0356517c819e346f54a68d320d6a90428220e42820fc3e5679edcd
SHA1: 21435a36de9a02e2aded062e8a563068170e3954
MD5sum: 8abd7a4149de7efb8e2d0bc6359ab402
Description: Geographic objects support for PostgreSQL 11
 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".
Timestamp: 2021-05-31 13:33:55+00

Package: postgresql-11-postgis-3-dbgsym
Source: postgis
Version: 3.1.2+dfsg-1~exp2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4980
Depends: postgresql-11-postgis-3 (= 3.1.2+dfsg-1~exp2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-11-postgis-3-dbgsym_3.1.2+dfsg-1~exp2.pgdg+1_arm64.deb
Size: 4620280
SHA256: 0cee035fd15b74fdf39a1a3ca20e50c0886ef521934db7144ba09209b50a582c
SHA1: fd7739d9539bfd2da2201e7438e376341a575e4f
MD5sum: 20aa1eb32f07ed18215998ef9c43b7bc
Description: debug symbols for postgresql-11-postgis-3
Build-Ids: 01e4be8f688839b48010a059f67637f7bedea958 80390f0f134bf94aeed6d0c0cc7d36ea21a12504 868d531c8fa7ce0b87890087f63c1e7d5d2b4d29 d1486dd6297c9f3d81e1ad6373007af42c88b772 f0b04c69dc128fdc9f6fda53d0dea2f021bc6414
Timestamp: 2021-05-31 13:33:55+00

Package: postgresql-11-postgis-3-scripts
Source: postgis
Version: 3.1.2+dfsg-1~exp2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26171
Depends: perl:any
Recommends: postgresql-11-postgis-3
Replaces: postgresql-11-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-11-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3-scripts_3.1.2+dfsg-1~exp2.pgdg+1_all.deb
Size: 1085028
SHA256: 489f4800a076615a9c97ab6c31f1553908a313c8bcae5b19aeb9198fb9b1e27d
SHA1: a6a93462a8befc54e14df34452e480be9935d5cc
MD5sum: cb2a32f0fe0f7698d61a9581b24964a6
Description: Geographic objects support for PostgreSQL 11 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 11 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2021-05-31 13:33:55+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.1.2+dfsg-1~exp2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9944
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal28 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-12-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.1.2+dfsg-1~exp2.pgdg+1_arm64.deb
Size: 3273496
SHA256: 884a920ee54e4357c9766594383f7885d05ae07e162508f0f1205c584e6711c9
SHA1: f771ab8bf90cdda1e004adf91aade511174c0063
MD5sum: c3394f953bfa98d6ee6fda05b361eff8
Description: Geographic objects support for PostgreSQL 12
 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".
Timestamp: 2021-05-31 13:33:55+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis
Version: 3.1.2+dfsg-1~exp2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5067
Depends: postgresql-12-postgis-3 (= 3.1.2+dfsg-1~exp2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.1.2+dfsg-1~exp2.pgdg+1_arm64.deb
Size: 4717440
SHA256: 1522b82c16107905753fa12b1749cf3fc23aa4e4722e90b8fd14b1b9e531366c
SHA1: 770b89ee34164409a42f6c7329b8db8643ccb55c
MD5sum: 6bf1b26d9c058533d2031581b7363983
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 434a7482cefc9e5d092fe06daedd71d0a03aac46 509c461935df7231eaf8106ee9e6c70414b5684b 845a910a02bd9ea0fe4555e98d225abe066227df 97fc90b2844276357b158f4f71dffaa765694a29 c88e938bc93f7e411c7764d4616328107abeb4ec
Timestamp: 2021-05-31 13:33:55+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.1.2+dfsg-1~exp2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26175
Depends: perl:any
Recommends: postgresql-12-postgis-3
Replaces: postgresql-12-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-12-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.1.2+dfsg-1~exp2.pgdg+1_all.deb
Size: 1085620
SHA256: accf0a4174daeffc44d62a26a227b1055e99b041fc1f00dd4fdfe367e0080a94
SHA1: e69483895d827869de624cb6f1f714e50b8c5e22
MD5sum: 0790bf8b791a788ce0b2a7e58e243664
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2021-05-31 13:33:55+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.1.2+dfsg-1~exp2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9955
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal28 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-13-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.1.2+dfsg-1~exp2.pgdg+1_arm64.deb
Size: 3291204
SHA256: 4b92bb9ddc8e067a35d80a60ec2e63f10cbe62e8b19e8e687ce03fc6ca2dde14
SHA1: 737d2ae12cf7586308e742290de43162dcc2ae47
MD5sum: 5ad6a7cb4fae1ce806331bfb8d96bdb9
Description: Geographic objects support for PostgreSQL 13
 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".
Timestamp: 2021-05-31 13:33:55+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis
Version: 3.1.2+dfsg-1~exp2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5074
Depends: postgresql-13-postgis-3 (= 3.1.2+dfsg-1~exp2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.1.2+dfsg-1~exp2.pgdg+1_arm64.deb
Size: 4724464
SHA256: 415e38bce6900b2b3ef7f1ec477592efccbda229831842b6d1a951b779dc2ea2
SHA1: 02964f38804473909d05c20d146e1fdebdc74062
MD5sum: f9d28005fe2d5cf718eebb3d45a78817
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 18288b6039f62625dd5a4f0d615bc90173c14b7b 38d5b48858cd7fbc7544feb80db8357474d96fec 61f234a29ffd821cf2451a6fe682b0907d33d80b 7290d15fc15dafefe4b00f8f1103506c3eef92e7 e0c4a0de7add9fa5e8cff6d62903c2a9894998b8
Timestamp: 2021-05-31 13:33:55+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.1.2+dfsg-1~exp2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26175
Depends: perl:any
Recommends: postgresql-13-postgis-3
Replaces: postgresql-13-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-13-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.1.2+dfsg-1~exp2.pgdg+1_all.deb
Size: 1085232
SHA256: 1e1f37d1961731a45004ee91c3e94f32c57ca7b9a8ebf0d8f8dfbe8494e329bb
SHA1: 8ba37798e146c308aca807db3dff1db9d2293842
MD5sum: 209b47d316b1c531929a2696068252af
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2021-05-31 13:33:55+00

Package: postgresql-14-postgis-3
Source: postgis
Version: 3.1.2+dfsg-1~exp2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10022
Depends: postgresql-14, postgresql-14-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal28 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-14-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3_3.1.2+dfsg-1~exp2.pgdg+1_arm64.deb
Size: 3297544
SHA256: af87bc4f2251a2f2e84d68ea8314844f8eb0c8f70fc0ed46c32455f20c9da0ef
SHA1: a15577502f95c9d8cba60cf2d1390c8d9179fc65
MD5sum: 39458641b06481d37f39db003620aaac
Description: Geographic objects support for PostgreSQL 14
 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".
Timestamp: 2021-05-31 13:33:55+00

Package: postgresql-14-postgis-3-dbgsym
Source: postgis
Version: 3.1.2+dfsg-1~exp2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5089
Depends: postgresql-14-postgis-3 (= 3.1.2+dfsg-1~exp2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-14-postgis-3-dbgsym_3.1.2+dfsg-1~exp2.pgdg+1_arm64.deb
Size: 4739356
SHA256: dc063034aed819f25ef9ad248b171d1bd1b78873d32c7782a2270434a60856cd
SHA1: d2eecc7fc5d5c99b8b30ff3ec322773b0d50c26f
MD5sum: 8bb81a9e5be5aeb328234f4e74c01576
Description: debug symbols for postgresql-14-postgis-3
Build-Ids: 06c77380d0e3bef3ac932dfb0445be4d8e709dc9 2b50b3947b2da44d4aacef74b63e4014d0e8dece 57fa60df8d48eebb5a98c3098f3ff28fe9f74b67 87da8d7a497c49a72b600ef3d8d96be6e16871c6 da5ef73391e14766f3fbea6dd4eb3bb9f1543ac9
Timestamp: 2021-05-31 13:33:55+00

Package: postgresql-14-postgis-3-scripts
Source: postgis
Version: 3.1.2+dfsg-1~exp2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26175
Depends: perl:any
Recommends: postgresql-14-postgis-3
Replaces: postgresql-14-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-14-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3-scripts_3.1.2+dfsg-1~exp2.pgdg+1_all.deb
Size: 1085552
SHA256: ca7b42f7d7cc22367128ce4c80f16fe266d6d7ae737172fcfdf01c9589b8bd2b
SHA1: d4f63dd8cc5a1063d3160691d2d627e4de2e35c1
MD5sum: 72e4814fabeef7363ea2cae7cdfa6a7c
Description: Geographic objects support for PostgreSQL 14 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 14 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2021-05-31 13:33:55+00

Package: postgresql-9.6-postgis-3
Source: postgis
Version: 3.1.2+dfsg-1~exp2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3303
Depends: postgresql-9.6, postgresql-9.6-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal28 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-9.6-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-9.6-postgis-3_3.1.2+dfsg-1~exp2.pgdg+1_arm64.deb
Size: 789760
SHA256: 8fc42d2436cc48b231d7ff9da02371a433b6987d7e1260a6a61eb85f9b936f25
SHA1: 85238fa3fdf7d7022a7ba2c8908d4aaa4ecf98cc
MD5sum: aadae0e71a3d7b2f241ba83ee3616b06
Description: Geographic objects support for PostgreSQL 9.6
 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".
Timestamp: 2021-05-31 13:33:55+00

Package: postgresql-9.6-postgis-3-dbgsym
Source: postgis
Version: 3.1.2+dfsg-1~exp2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4883
Depends: postgresql-9.6-postgis-3 (= 3.1.2+dfsg-1~exp2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-9.6-postgis-3-dbgsym_3.1.2+dfsg-1~exp2.pgdg+1_arm64.deb
Size: 4529856
SHA256: bdd1143c8a48d0a413cd116fa57fabc26a1d1845361180f7d910b883e31d82dc
SHA1: 0949c405d5f805173617317c690828f5a5c0fba4
MD5sum: 2d7f24733e261d229e8ce5006abcd77b
Description: debug symbols for postgresql-9.6-postgis-3
Build-Ids: 186fb457ba70b796bf63b750da089759d017c557 1c64803848252acbb0d690c869ada6f8f000cd78 1c916d8db53f2a8dcadd7969190d1b066d5c81cc d7c368db4909a795ce1b3f704194e50d012b03b2 d7ee1f923ccd219406e1dba8c6dff5a3cd365705
Timestamp: 2021-05-31 13:33:55+00

Package: postgresql-9.6-postgis-3-scripts
Source: postgis
Version: 3.1.2+dfsg-1~exp2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26093
Depends: perl:any
Recommends: postgresql-9.6-postgis-3
Replaces: postgresql-9.6-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-9.6-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-9.6-postgis-3-scripts_3.1.2+dfsg-1~exp2.pgdg+1_all.deb
Size: 1077392
SHA256: 44ed2f3c45cc826d776c2c5e0c185def024727b375e4e2e162795c0d3963140e
SHA1: 356d6906a4253c815b9f97f7bdae8947dfe09ff4
MD5sum: b7e8a7e9f54453f0a9bc72f665e3cd01
Description: Geographic objects support for PostgreSQL 9.6 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 9.6 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2021-05-31 13:33:55+00

Package: pg-rage-terminator-14
Source: pg-rage-terminator
Version: 0.1.7-5.pgdg+2
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 48
Depends: libc6 (>= 2.17), postgresql-14
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-14_0.1.7-5.pgdg+2_arm64.deb
Size: 15648
SHA256: 52c9d3f693e99ae837ec59f071cacf97ed24fa92419a38c38a5b88f6c406ce10
SHA1: a48f8ecabd5e748db970cf60d1558f7944784d24
MD5sum: c5f8e7b06785f5c12d2817cb21e691a0
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2021-06-01 19:11:54+00

Package: pg-rage-terminator-14-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-5.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 27
Depends: pg-rage-terminator-14 (= 0.1.7-5.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-14-dbgsym_0.1.7-5.pgdg+2_arm64.deb
Size: 12056
SHA256: 54a2fe265fa3eb7cc966ea4f54c6517e518812d2369de3c535e72f27c9ecf943
SHA1: 1d7aca08fd2f7ff9bd2849f95341fd6eaa7460fa
MD5sum: 4fba229b57692bdb6baa46ee9e40f36e
Description: debug symbols for pg-rage-terminator-14
Build-Ids: f05438954e1ec6f96940f4d5a6190925593bb3c1
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-10-pllua
Source: postgresql-pllua
Version: 1:2.0.9-1.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 333
Depends: postgresql-10, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-10-pllua_2.0.9-1.pgdg+3_arm64.deb
Size: 105332
SHA256: 354012f037de17b9698fecfd3387880a69001f66022f09223beba62df4bd4370
SHA1: cd548c5ad3543c5152d47a5bfdf2f4c7ce12e067
MD5sum: 61dac8d2e261aa25db6132bec010970a
Description: Lua procedural language for PostgreSQL 10
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-10-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.9-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 348
Depends: postgresql-10-pllua (= 1:2.0.9-1.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-10-pllua-dbgsym_2.0.9-1.pgdg+3_arm64.deb
Size: 300860
SHA256: 819fe588267bc0debbe5ae13dba795440e6839aafa1f430cb641a076e5415683
SHA1: 9a980fff2f9b88d44179d347302b175faa6d7b44
MD5sum: 8d477c428a41a7cc54b837560cc49c3d
Description: debug symbols for postgresql-10-pllua
Build-Ids: 59d7904b6ff636c916e455710dda3ca6536dae40 ef16091e0af7b05ac268a2cd26b86cc537446958
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-11-pllua
Source: postgresql-pllua
Version: 1:2.0.9-1.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 953
Depends: postgresql-11, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-11-pllua_2.0.9-1.pgdg+3_arm64.deb
Size: 388572
SHA256: a04c42416c6307bc5a77b37a78d0aba2981721ae705dae8f4b8c4b4252114cf5
SHA1: 674a241b0ae3ae02c43dc07996bc0e6634a0b273
MD5sum: e8c65e6fcf252061e9d2bf710668bf2a
Description: Lua procedural language for PostgreSQL 11
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-11-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.9-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 349
Depends: postgresql-11-pllua (= 1:2.0.9-1.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-11-pllua-dbgsym_2.0.9-1.pgdg+3_arm64.deb
Size: 302040
SHA256: cb1a7ce1fed97f32e76d6c0f0d02bae617f1bc538c9ccae4712bed8da9536e16
SHA1: c410f5fb54cb04555d19b645a14209d4e8e8f7dd
MD5sum: d4068c6f5fa456835f48295b05e8efd4
Description: debug symbols for postgresql-11-pllua
Build-Ids: 69a684b063c8a0ab47e1386c16263722ff7374e0 cdee744c902aaedf0b0ae331e17bdfb1c1fb7ba0
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-12-pllua
Source: postgresql-pllua
Version: 1:2.0.9-1.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 957
Depends: postgresql-12, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-12-pllua_2.0.9-1.pgdg+3_arm64.deb
Size: 389892
SHA256: 5588076e33b71e42429605a77069581f39c55b06ead5ad2c3d62980bef6cef0e
SHA1: d770f0bf2679f62991ce130a4ef34d7cb5031248
MD5sum: ba07801da86e083966c560e1670c599b
Description: Lua procedural language for PostgreSQL 12
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-12-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.9-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 350
Depends: postgresql-12-pllua (= 1:2.0.9-1.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-12-pllua-dbgsym_2.0.9-1.pgdg+3_arm64.deb
Size: 303224
SHA256: e968550fc1b44d6ce71375e0a4084fe3331f7fe2015c8ac39b15ae6987001ed1
SHA1: 8da7e33581dec80f651b1d54e8f769a71c6e7511
MD5sum: 2cfd506021cd6beec19276d3dee9c737
Description: debug symbols for postgresql-12-pllua
Build-Ids: 6269ae604c272a292dc5842405af567177cf640a 97efa874bf44625eb6951630c1ef79b2a94c3f63
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-13-pllua
Source: postgresql-pllua
Version: 1:2.0.9-1.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 951
Depends: postgresql-13, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-13-pllua_2.0.9-1.pgdg+3_arm64.deb
Size: 388856
SHA256: 67c074c0920c1fc29b8e96e96d9eed9818947fbc4cdc465f7bcbc34ca212e930
SHA1: 1ae53c586481d5998e6acece2f58f82b8c93ae11
MD5sum: 92c3200f9733d07dcf95d72cbdb1f47c
Description: Lua procedural language for PostgreSQL 13
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-13-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.9-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 355
Depends: postgresql-13-pllua (= 1:2.0.9-1.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-13-pllua-dbgsym_2.0.9-1.pgdg+3_arm64.deb
Size: 307916
SHA256: e8b65b2d52314e100508222fff98fa6f9d2c982af42158880f123ae2ba96e706
SHA1: e0ce9b98cbc071908c0f8bd17d333cf931c71f33
MD5sum: 85eb0f3a3502822046847ae87200a7af
Description: debug symbols for postgresql-13-pllua
Build-Ids: 04a866a5a0f34914b9cc26df39895e10e1635139 59159fc4ebba371f0784d9c2844a6af4ad5e5aad
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-14-debversion
Source: postgresql-debversion
Version: 1.1.1-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.17), postgresql-14
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-14-debversion_1.1.1-4.pgdg+2_arm64.deb
Size: 16144
SHA256: 2fd7e2c0562f5d922dbbc00a2312e880eae4c8588bdafbd136f4080f76c554ac
SHA1: 8607c88a289fa66c40aa55bb3d59e5addbdb9462
MD5sum: e3eea3a644c471817a079b5613a48b14
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()
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-14-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.1-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-14-debversion (= 1.1.1-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-14-debversion-dbgsym_1.1.1-4.pgdg+2_arm64.deb
Size: 19076
SHA256: d633e8552f88b8a0eebbef207410c5b1a8fc3092cd6a11ee3ef216c48cca5c61
SHA1: 14c08d588791af645ecbbbfdff8f62ec00c5abed
MD5sum: bb9cb936e71eb7a77f3bf223457df090
Description: debug symbols for postgresql-14-debversion
Build-Ids: b5f1506b9aaff7e4a9b81723385f97f73bbc6b00
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-14-jsquery
Source: jsquery
Version: 1.1.1-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 323
Depends: postgresql-14, libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-14-jsquery_1.1.1-3.pgdg+2_arm64.deb
Size: 135416
SHA256: 008980231cc89b989e47b4e79846f910652919c36f398b60e974b7fb76007039
SHA1: 7e332f7d15375972f2bc82a5edd30a0ebb92b75a
MD5sum: fd1c1287ae4fef0c63c578518a5ebdb7
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-14-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-14-jsquery (= 1.1.1-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-14-jsquery-dbgsym_1.1.1-3.pgdg+2_arm64.deb
Size: 97244
SHA256: 969d271d353976bd84bf3e349bbb52716cb3ec74a08cb77f6feb63cf60a0c1c1
SHA1: 129c54377fafa81f31c2975da94d60032e4a54cd
MD5sum: f9a626c831d567809cdc9b449a5740b5
Description: debug symbols for postgresql-14-jsquery
Build-Ids: 3a3e6cafe8a996c2baa2f4b6169d29aa9494bf8a
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-14-numeral
Source: postgresql-numeral
Version: 1.3-3.pgdg+2
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 261
Depends: libc6 (>= 2.17), postgresql-14
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-14-numeral_1.3-3.pgdg+2_arm64.deb
Size: 80148
SHA256: f6fedc31d84a0d4eabd804edf0c762adcd380fa3adbc9b8edeb806cb23d3bf47
SHA1: 86845979059e9d2e9675910b573aa36648bb22a3
MD5sum: 419a52eada881cef6a49af08395375e7
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-14-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 62
Depends: postgresql-14-numeral (= 1.3-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-14-numeral-dbgsym_1.3-3.pgdg+2_arm64.deb
Size: 40424
SHA256: 14cb8d0796b3a407fabe06c6d64d9ca49b71897b28d78bd54d0e55d8637cb3f7
SHA1: bbfbe7325c0e67a1b54080d1986e058fe9c6ce74
MD5sum: d96311123d0673e15919eed8670e8a80
Description: debug symbols for postgresql-14-numeral
Build-Ids: 65021179da2cd5e8dbebd91f92df6df6f673db8e
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-14-periods
Source: postgresql-periods
Version: 1.2-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 551
Depends: postgresql-14, postgresql-contrib-14, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-14-periods_1.2-3.pgdg+2_arm64.deb
Size: 52192
SHA256: 03a12f76e4ff3db0ed781c6f3466ab80769bbd5c2d71b3bd6b774e2492744605
SHA1: 003b46fd8532faa880ab0761fdd833923a4cd555
MD5sum: b08fb68e4a42b503d4638edf024949c7
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-14-periods-dbgsym
Source: postgresql-periods
Version: 1.2-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-14-periods (= 1.2-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-14-periods-dbgsym_1.2-3.pgdg+2_arm64.deb
Size: 37516
SHA256: ef20f4e40ce52a0d2c67b886596b347f578d49883da255686d2ba11434dbedc9
SHA1: 8234afd25ef04ea602e2e40ebec099e4309a79b4
MD5sum: 6a5c7878c517752c290f8c0a0653da4d
Description: debug symbols for postgresql-14-periods
Build-Ids: fc849daa867b296ff54dc0e6aeca920ac72b2541
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-14-pg-checksums
Source: pg-checksums
Version: 1.0-6.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: libc6 (>= 2.17), postgresql-14
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-14-pg-checksums_1.0-6.pgdg+2_arm64.deb
Size: 34984
SHA256: a53e3d61f2159af091de6fca3d5bc54cafd6d8cd9a6824eb2d5ccd7812cb3d30
SHA1: 417e209952b75f7127eb8138dc1baf67f87b772e
MD5sum: 2939117eb99a8bd608f846fe43260c20
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums can activate or deactivate data checksums as long at the database
 cluster is shutdown cleanly. Activating checksums requires all database blocks
 to be read and all page headers to be updated, so can take a long time on a
 large database. Deactivating checksums only requires the cluster control file
 to be updated so is quick.
 .
 In addition, pg_checksums can verify the checksums in an offline cluster.
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-14-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.0-6.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-14-pg-checksums (= 1.0-6.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-14-pg-checksums-dbgsym_1.0-6.pgdg+2_arm64.deb
Size: 21172
SHA256: a22a7675e772b24bb7f73d32c6c8fad41778b275e9d6379b2a4c4577a9891e10
SHA1: 54914a78b595ca275bb61ed9066123354548300f
MD5sum: 8e293b11467f1c96161eb4b426feb91b
Description: debug symbols for postgresql-14-pg-checksums
Build-Ids: 453c661e5a02facdb7e8d206807c3373d9c51166
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-14-pgfincore
Source: pgfincore
Version: 1.2.2-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: libc6 (>= 2.17), postgresql-14
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-14-pgfincore_1.2.2-2.pgdg+2_arm64.deb
Size: 32604
SHA256: cedac9e5a164a4ea573f8bda7022ca06711d82ba82eab8eb69a150aa0fda1fc7
SHA1: b2d5be50eaba471106a0b0220178f32b959239f1
MD5sum: 69de990120f0f31836682ee472ffd2aa
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.
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-14-pgfincore-dbgsym
Source: pgfincore
Version: 1.2.2-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-14-pgfincore (= 1.2.2-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-14-pgfincore-dbgsym_1.2.2-2.pgdg+2_arm64.deb
Size: 40888
SHA256: 3ca0a838950c9b8819152ff83d099918fc3eb554a8342c2c58d3e4b842e6d6b5
SHA1: e8e58680ee652c16c4bd042a449f8d82cfbdf3ca
MD5sum: 75db316083be0b0ba0d224f6e34ff761
Description: debug symbols for postgresql-14-pgfincore
Build-Ids: dc0e7ceab6236a421d2c7c2ed7ff86ff21b2f757
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-14-pgmemcache
Source: pgmemcache
Version: 2.3.0-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-14, libc6 (>= 2.17), libmemcached11, libsasl2-2 (>= 2.1.27+dfsg)
Homepage: http://pgfoundry.org/projects/pgmemcache/
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-14-pgmemcache_2.3.0-8.pgdg+2_arm64.deb
Size: 52356
SHA256: f1d590183e3c901e17908932e82c6a3219b640c2bd0751b77c0776e344fef841
SHA1: e8e66c6f7ca92ac98fd2acab2852c0593f1726de
MD5sum: c41018cb18181e3c9557d4acfda8cfe1
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.
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-14-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-8.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-14-pgmemcache (= 2.3.0-8.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-14-pgmemcache-dbgsym_2.3.0-8.pgdg+2_arm64.deb
Size: 47228
SHA256: 2dabace35fed5ee7bd7fe56e395a493fa5c2e5c7faadd2059170966e4576d156
SHA1: 61a01c84635040bdd2ec35d07e0554e076947624
MD5sum: b96b892a46e15211e85d9266147dcf88
Description: debug symbols for postgresql-14-pgmemcache
Build-Ids: b334670dda2b818acebbbfd401a3972ad602b1a5
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-14-pgmp
Source: postgresql-pgmp
Version: 1.0.4-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 399
Depends: postgresql-14, libc6 (>= 2.17), libgmp10
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-14-pgmp_1.0.4-3.pgdg+2_arm64.deb
Size: 109064
SHA256: 588be258a98d29953753a493011c6f5a67208785ddc8e2817356cc646a675eb1
SHA1: a8ceeede2aa28ded5206dc66e8a1512b4295f81f
MD5sum: 9866319c7bd487289f7a030ae75a41ea
Description: arbitrary precision integers and rationals for PostgreSQL 14
 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.
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-14-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.4-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-14-pgmp (= 1.0.4-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-14-pgmp-dbgsym_1.0.4-3.pgdg+2_arm64.deb
Size: 63400
SHA256: 2daa8a5cc3cc661ead551f2c93fc46199373aaf4be9dbc4cebf3e678009c5c16
SHA1: 8385d53eb47cb2dfcbcefb874b3a78f5a0ace315
MD5sum: 26781d81c30db20d6c573d74695b6396
Description: debug symbols for postgresql-14-pgmp
Build-Ids: 153e1db89d17148097c0447754ab564553c69a81
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-14-pgpcre
Source: pgpcre
Version: 0.20190509-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-14, libc6 (>= 2.17), libpcre3
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-14-pgpcre_0.20190509-2.pgdg+2_arm64.deb
Size: 18672
SHA256: db86c5c554d8f3ce6ed1df4947a9d46a9b9f103007a01e4808407251acec9a95
SHA1: 18f09c44a4b4d4e5632a0ccfc0cd085a8bcdc7f3
MD5sum: 7295e8ed15fdbf2bca0e7a28424c6623
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-14-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-14-pgpcre (= 0.20190509-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-14-pgpcre-dbgsym_0.20190509-2.pgdg+2_arm64.deb
Size: 15628
SHA256: ce26dc7d2250bd7d4c1ec88881cc418c9922d0882d6281eadcd25d6e867384dc
SHA1: d3e2439848234bc365a785aacd45e3990b4cc9cb
MD5sum: 9ee59c7406a8879018904080ca80878f
Description: debug symbols for postgresql-14-pgpcre
Build-Ids: c5599c72be85df03bdfe5b3d97c05e9074fe7647
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-14-pgq3
Source: pgq
Version: 3.4.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1956
Depends: libc6 (>= 2.17), postgresql-14, pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-14-pgq3_3.4.1-1.pgdg+2_arm64.deb
Size: 135792
SHA256: b6664429ebfbf46bdd81f45244894a05b4e37d44233aaae8dd879050cb366cd6
SHA1: 120fcfbddf04edf6c51beef7ffb589aaeb5dbab1
MD5sum: a57db7b6faa291186641f0366bc43ecd
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-14-pgq3-dbgsym
Source: pgq
Version: 3.4.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-14-pgq3 (= 3.4.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-14-pgq3-dbgsym_3.4.1-1.pgdg+2_arm64.deb
Size: 70048
SHA256: 05d0e31ea254b1330a0c2229dd4b4aa2cb760cda82333fb7b9e1710ff858fb06
SHA1: 0becf764ab362d8bdebeb73260472638bf95e359
MD5sum: 7ab53bc0b543ea3195a43fcd9091d892
Description: debug symbols for postgresql-14-pgq3
Build-Ids: 0edb2788b9b8e0059f6289e3e6789ea7618e83a9 2d6c621440aceddfe01746c593162790dccefe1f
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-14-pgq-node
Source: pgq-node
Version: 3.4-3.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 470
Depends: postgresql-14, postgresql-14-pgq3
Replaces: postgresql-14-pgq3 (<= 3.2.6-5)
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-14-pgq-node_3.4-3.pgdg+2_all.deb
Size: 12520
SHA256: 4ac833c074ed810a00739bb2cbbc354f9962596b22e8a3b269729f533d074d84
SHA1: 3796e568550296ae10bd9469913ddb09f8ea42ee
MD5sum: b6146dd01e42313707fef4d88941ccd6
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-14-pgrouting
Source: pgrouting
Version: 3.1.3-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2474
Depends: postgresql-14-pgrouting-scripts (>= 3.1.3-1.pgdg+2), postgresql-14, postgresql-14-postgis, postgresql-14-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-14-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting_3.1.3-1.pgdg+2_arm64.deb
Size: 627344
SHA256: 4b728b0e4ece45fa3f16f84a6366fbc44b41d450ba7f19732daf84b3350efe74
SHA1: bf08deebe714d91ee951fcddbdad01a51868410a
MD5sum: 9106d80a4368c95b3a5b93c6217b9b70
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 14.
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-14-pgrouting-dbgsym
Source: pgrouting
Version: 3.1.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 23359
Depends: postgresql-14-pgrouting (= 3.1.3-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-dbgsym_3.1.3-1.pgdg+2_arm64.deb
Size: 23212104
SHA256: 09d7890c2d3e1d453de22725aa07d9fb1a227b73912e73dc0f9c1c4b72ef82be
SHA1: 826aeed62b1761d80d12b86ed0265a8f3ff4075b
MD5sum: 606cd30b21855bb6ffb0e782692aba7f
Description: debug symbols for postgresql-14-pgrouting
Build-Ids: 99af778d70d1225a4340fda63c9c6e67c2c3cda0
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-14-pgrouting-doc
Source: pgrouting
Version: 3.1.3-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4456
Depends: libjs-mathjax, libjs-sphinxdoc (>= 2.4.3-5~)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-doc_3.1.3-1.pgdg+2_all.deb
Size: 1131092
SHA256: bbd56847fa5e9b8348897895de6a1ce6c8bfe13a4693fa27c5d05234f86a4955
SHA1: 4ea70e2ffd33ab4df0105e491333e7f898682d1e
MD5sum: 231b68fc8f3cf718cd62533774df7bc7
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.
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-14-pgrouting-scripts
Source: pgrouting
Version: 3.1.3-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1483
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-scripts_3.1.3-1.pgdg+2_all.deb
Size: 54764
SHA256: 21467988513b8ad17e1ecc72c1511feef2c8c61a7797f88a092b22cbdd87b115
SHA1: ea76acebf58edc38b8c960388979acf2b33abd0e
MD5sum: d5b9165d0c89eabdc3f47caee0606130
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 14.
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-14-plsh
Source: postgresql-plsh
Version: 1.20200522-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: libc6 (>= 2.17), postgresql-14
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-14-plsh_1.20200522-2.pgdg+2_arm64.deb
Size: 33844
SHA256: b1c421422f70c53ad8efa227e94324f67f3d077da572bcd14f26a9865a3a5262
SHA1: b7db07d48eb4b1acbcff8c31aabdfd1b32f7dece
MD5sum: 425f728e4231a596ee4ab5caf9d96b78
Description: PL/sh procedural language for PostgreSQL 14
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in a shell of his choice.  You need this package
 if you have any PostgreSQL 14 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-14-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20200522-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-14-plsh (= 1.20200522-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-14-plsh-dbgsym_1.20200522-2.pgdg+2_arm64.deb
Size: 44932
SHA256: 6da2d7ff05b417456547b0b8b7b2efb9ce4ed55160e6e6f0c3ddb9b9e9b2549a
SHA1: 3f881d99ee79b535cd1e535932ba701b927eb123
MD5sum: 599004282b478240276e9a9ac2fd3586
Description: debug symbols for postgresql-14-plsh
Build-Ids: 29fb197cf62f12bce82218fa3cf089c9e1bdc92d
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-14-prioritize
Source: postgresql-prioritize
Version: 1.0.4-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: libc6 (>= 2.17), postgresql-14
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-14-prioritize_1.0.4-8.pgdg+2_arm64.deb
Size: 12912
SHA256: 08dcc98b878791d0323d82fd112aa1e5ddf0af807f3f90c0ba74c2070f1ed536
SHA1: 2b9805cbc049c94c94f1de39def129c74ff4ae83
MD5sum: 24a627460f1307a489dbc8de013990bd
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.
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-14-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-8.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27
Depends: postgresql-14-prioritize (= 1.0.4-8.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-14-prioritize-dbgsym_1.0.4-8.pgdg+2_arm64.deb
Size: 13196
SHA256: b0da25c0407eeeaf478b5038ed10d55fd4c41da9ba3e3ed470cd23c229b3f5cd
SHA1: a127aaf7258e74b1f11977e1ff26b88b2f5118ed
MD5sum: 366953eaf3f9e60abcc1c666fb7f106e
Description: debug symbols for postgresql-14-prioritize
Build-Ids: d65be21e340cda913c5ffafb941bbd179453f040
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-14-rum
Source: postgresql-rum
Version: 1.3.7-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 885
Depends: postgresql-14, libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-14-rum_1.3.7-1.pgdg+2_arm64.deb
Size: 341476
SHA256: 00fe61ff178675d0fdc111ecbdf5ea5ba657dd615fd0400fddb796e8359c6b5f
SHA1: dce0eb59e8359f06c688fbedb4b7f2754d79e09f
MD5sum: 095e83a47c87538faade85c136d348ee
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-14-rum-dbgsym
Source: postgresql-rum
Version: 1.3.7-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 308
Depends: postgresql-14-rum (= 1.3.7-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-14-rum-dbgsym_1.3.7-1.pgdg+2_arm64.deb
Size: 270276
SHA256: d590be22caa02cac2328188fa50672e1f3e5110a7a6cc0b34088619f906b4bfc
SHA1: db0814fd7820bf6bec1ef0e60dd0da4eab2f7372
MD5sum: 2f476db93f88c6dc94d9792f2780069d
Description: debug symbols for postgresql-14-rum
Build-Ids: e3ef0dd403e4232b67691f549b9f9e9efc96667f
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-14-slony1-2
Source: slony1-2
Version: 2.2.10-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-14, libc6 (>= 2.17)
Suggests: slony1-2-bin
Conflicts: postgresql-14-slony1
Provides: postgresql-14-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-14-slony1-2_2.2.10-1.pgdg+2_arm64.deb
Size: 22396
SHA256: eda0321bd4bd916325bdcf074ca0d90b40ab959e9fcca7a2ec1f5d9caaa59bc6
SHA1: 755d97644f1bbdb6cca4971e97099e0d4c64bd18
MD5sum: 2d1ba288c60a7aceb430e8b41c37eb67
Description: replication system for PostgreSQL: PostgreSQL 14 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
 14 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.
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-14-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.10-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-14-slony1-2 (= 2.2.10-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-14-slony1-2-dbgsym_2.2.10-1.pgdg+2_arm64.deb
Size: 63348
SHA256: 5ad3b64d2b671025ea6913185e3bf26d887ed338efe614749af2cbd3cd8fe2ff
SHA1: c23a8c86488c4a045a4564965aa8a2bc3a7e2c0d
MD5sum: abe84a6cd9d6a1c595959036a42a2a2e
Description: debug symbols for postgresql-14-slony1-2
Build-Ids: a888c73574949fb695fd3835632654df91706cbe
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-14-tdigest
Source: tdigest
Version: 1.0.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: libc6 (>= 2.17), postgresql-14
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-14-tdigest_1.0.1-1.pgdg+2_arm64.deb
Size: 45376
SHA256: 5de146096ac09866735b09c773404f31c25b09b2de790debf3636923c6ae7396
SHA1: e8faf9abb8e5b7fd09a08148f3179a3efdebe4df
MD5sum: 6518391fc5453e2d12ee4d600e243857
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-14-tdigest-dbgsym
Source: tdigest
Version: 1.0.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-14-tdigest (= 1.0.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-14-tdigest-dbgsym_1.0.1-1.pgdg+2_arm64.deb
Size: 36036
SHA256: 2f214e8a61dd201206a647ef1b2dfae91924d218913975692671d0e434f72a81
SHA1: a5517bfc6e1923beec36619338578402c440f9cb
MD5sum: 17112441b4718d5a2fc358938e6c4e74
Description: debug symbols for postgresql-14-tdigest
Build-Ids: 83b30a890e199a7681b5ea5a9acf0c24e7960070
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-14-tds-fdw
Source: tds-fdw
Version: 2.0.2-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 281
Depends: postgresql-14, libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-14-tds-fdw_2.0.2-2.pgdg+2_arm64.deb
Size: 126756
SHA256: 40f2cbac20a6d8e4cb59d6b683d4af740f24e71a74c0b432f443e216e54f8643
SHA1: dae2f85fe109dd0ef1625e13563f2c9b4da90ae0
MD5sum: 7ec5ca0d3c3a1b978d3d9debb931745d
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-14-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.2-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-14-tds-fdw (= 2.0.2-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-14-tds-fdw-dbgsym_2.0.2-2.pgdg+2_arm64.deb
Size: 131016
SHA256: a074e6ea9294b50e1f0e27bf8d2d6293801e6ac21593886923336d8c57362339
SHA1: 4a20cd84662b4264b03a1bfc364c9d9a0bbfe0b5
MD5sum: d4a8dda30806a88488f8caf1fe2227c4
Description: debug symbols for postgresql-14-tds-fdw
Build-Ids: 7314fae041ff93ea1afcd3b83ff01a93f351b3e0
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-9.6-pllua
Source: postgresql-pllua
Version: 1:2.0.9-1.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 329
Depends: postgresql-9.6, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-9.6-pllua_2.0.9-1.pgdg+3_arm64.deb
Size: 105228
SHA256: 8739a498f89e8a55b80219500eaf7233d8701841b2c4404ef7064330677776b3
SHA1: 2d98ed2de47db89c570e0e908cc43810848e3846
MD5sum: fe25b0e9381a9450b562e407c4243b4d
Description: Lua procedural language for PostgreSQL 9.6
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2021-06-01 19:11:54+00

Package: postgresql-9.6-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.9-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 346
Depends: postgresql-9.6-pllua (= 1:2.0.9-1.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-9.6-pllua-dbgsym_2.0.9-1.pgdg+3_arm64.deb
Size: 298084
SHA256: 95f3b57b8f7bb74c698e3704e3c4e9e141aad71e3f98c19feb3193c5cffc2244
SHA1: 23a1a792927cb7751a77126f35dab2e43049dc17
MD5sum: 5048a31e7160af8d6d8cb690c7c6fcd1
Description: debug symbols for postgresql-9.6-pllua
Build-Ids: 5c6162e2c5744027a926c197149815bf912b7572 fd8fef81878d9f9d9bda26263e27108d6aff0616
Timestamp: 2021-06-01 19:11:54+00

Package: pgbackrest
Version: 2.34-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 991
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.17), liblz4-1 (>= 0.0~r127), libpq5, libssl1.1 (>= 1.1.0), libxml2 (>= 2.7.4), libzstd1 (>= 1.4.0), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc, check-pgbackrest
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.34-1.pgdg+1_arm64.deb
Size: 317460
SHA256: 540a5b8fa2c432d71616670c04b94af0b7eef677dc0c74688e1b72c7266713c7
SHA1: 221bd82c33e8ff6a76f431ca4a0e06fb4553ee44
MD5sum: 133ba6cac5904e226e316c6c020a6e2d
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.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2021-06-16 15:32:32+00

Package: pgbackrest-dbgsym
Source: pgbackrest
Version: 2.34-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1293
Depends: pgbackrest (= 2.34-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.34-1.pgdg+1_arm64.deb
Size: 1196944
SHA256: 4c39e7285f271e30d89fb48bab5f7b7e7661ee0ae4942346e1736ecfd5118006
SHA1: 9c3687586501b3fd32027b55e80b1d1d2dd52b04
MD5sum: 53d9efc0419bd7fe78e463921e7895a4
Description: debug symbols for pgbackrest
Build-Ids: b7500f907684506ea8306de8eefe87335910626c
Timestamp: 2021-06-16 15:32:32+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.34-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1295
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.34-1.pgdg+1_all.deb
Size: 114336
SHA256: ffd15d14d7247f5f191894d48044920782c6c6eb170e66b78c254168be4c6e47
SHA1: fb57c86490356fee8246703bd653c73cb3db28dc
MD5sum: 96b0315e5982e9d91e6fdb02898ccde9
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2021-06-16 15:32:32+00

Package: libecpg-compat3
Source: postgresql-14
Version: 14~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg-compat3_14~beta2-1.pgdg+1_arm64.deb
Size: 18604
SHA256: d151146e8e2c602c81616469abd585d6ae19e2a379a8497ae0846fe133ba4ddb
SHA1: 07fc15dae6238281bb65a5e5484ec85858f336fa
MD5sum: 36ab6c0a92006fe918569c7d0c0d0df2
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.
Timestamp: 2021-06-24 15:17:47+00

Package: libecpg-compat3-dbgsym
Source: postgresql-14
Version: 14~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 14~beta2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-compat3-dbgsym_14~beta2-1.pgdg+1_arm64.deb
Size: 39472
SHA256: 4bfefc731a046d4f16d575d8c96c2966f5c8d71a5e5c0e0a630aebfa1dd9ef04
SHA1: a77c0ec2766440c5fb3b1e7704766b9eabef56d3
MD5sum: 98386a6472d53e9e21b21f5e4bda64ff
Description: debug symbols for libecpg-compat3
Build-Ids: 07a6205fdb745d65be75aab304212bf3fff3fcbf
Timestamp: 2021-06-24 15:17:47+00

Package: libecpg-dev
Source: postgresql-14
Version: 14~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1528
Depends: libecpg-compat3 (= 14~beta2-1.pgdg+1), libecpg6 (= 14~beta2-1.pgdg+1), libpgtypes3 (= 14~beta2-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libecpg-dev_14~beta2-1.pgdg+1_arm64.deb
Size: 265804
SHA256: 7cdc99a0d57c88754555d66408b3de94a836d3cf7d5e11c309e24195658a25cd
SHA1: 890d5dd6c293a752b79ae03d50ab65c05ecd20f7
MD5sum: f3a72bb71a57adb88b1ff6e8ec75fe79
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).
Timestamp: 2021-06-24 15:17:47+00

Package: libecpg-dev-dbgsym
Source: postgresql-14
Version: 14~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: libecpg-dev (= 14~beta2-1.pgdg+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-dev-dbgsym_14~beta2-1.pgdg+1_arm64.deb
Size: 225656
SHA256: d5200b89f8c6a78f14d6d78812ef55492b3007688fac6402385bd9644c2e0dcf
SHA1: 73db1dd6c65ab5edf5a54b21604e3bda067978d1
MD5sum: d292d3fc76c1db06d37c0a0ed5a2f043
Description: debug symbols for libecpg-dev
Build-Ids: 8f509559bf89d739b94010c045a35d1731df18d6
Timestamp: 2021-06-24 15:17:47+00

Package: libecpg6
Source: postgresql-14
Version: 14~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 215
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg6_14~beta2-1.pgdg+1_arm64.deb
Size: 52356
SHA256: ea94d534b5d80bfd23678bd290e3dc5758d95393c2822abf44f561d38b805122
SHA1: a3f76d4b7e6e6bd86816552afa946562f6d39874
MD5sum: 5070490fa305a7f2ccefb8968b76a255
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.
Timestamp: 2021-06-24 15:17:47+00

Package: libecpg6-dbgsym
Source: postgresql-14
Version: 14~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 14~beta2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg6-dbgsym_14~beta2-1.pgdg+1_arm64.deb
Size: 113504
SHA256: 9f46061d77e397968e5ec93685dfc70814a9783ca2920e6057eb2eb7897de1fe
SHA1: e002f243b65496feb32ff9653d92e864d03c850c
MD5sum: 16cc7761c8f07cb759ee45181b10917c
Description: debug symbols for libecpg6
Build-Ids: bf1da77d37dc04a1a8280b69f1e88b59e3d81c5f
Timestamp: 2021-06-24 15:17:47+00

Package: libpgtypes3
Source: postgresql-14
Version: 14~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpgtypes3_14~beta2-1.pgdg+1_arm64.deb
Size: 39140
SHA256: 167bed8e1d15043b73e6fb65ac8a8fe9fe23aeeea81035fe142d4fcd820cc2e7
SHA1: b842a0b089022cebbeae6c42e7c71b4c7d8e5074
MD5sum: 9f807c7ece5127a73bdd9ce8034bad05
Description: shared library libpgtypes for PostgreSQL 14
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-06-24 15:17:47+00

Package: libpgtypes3-dbgsym
Source: postgresql-14
Version: 14~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 14~beta2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpgtypes3-dbgsym_14~beta2-1.pgdg+1_arm64.deb
Size: 89320
SHA256: 4594e52c32044b00f87bc93fbcdedb44f08f1ebbc0de6f957ae9f1a07dd304be
SHA1: f0d7963fe157f98578118b5dd6e972717e49d8f2
MD5sum: afd14e22f5ef998fd4937d377ae673bd
Description: debug symbols for libpgtypes3
Build-Ids: 0c0e18ce21861b7a233c02a1bb76ea38b590abfe
Timestamp: 2021-06-24 15:17:47+00

Package: libpq-dev
Source: postgresql-14
Version: 14~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 568
Depends: libpq5 (= 14~beta2-1.pgdg+1)
Suggests: postgresql-doc-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libpq-dev_14~beta2-1.pgdg+1_arm64.deb
Size: 132376
SHA256: f22c9582c9c271ad10733d210caf0a4274e9389b52305f0ab3a3ae845cac6e12
SHA1: 9b1cf39f871a156b825794236e0ba68431c62145
MD5sum: b1fdddfee3e7d7087c2957fba0e88e78
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.
Timestamp: 2021-06-24 15:17:47+00

Package: libpq5
Source: postgresql-14
Version: 14~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 914
Depends: libc6 (>= 2.25), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpq5_14~beta2-1.pgdg+1_arm64.deb
Size: 191884
SHA256: 25a954fa5a545c1afe00336b89e5d562a6ba1e85ffe7293843a32bfbf848358c
SHA1: 3dfd6ddd126cbaad9a11ff71ada6072debee861e
MD5sum: 484b771eafd04a145cfd13e212e544d2
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.
Timestamp: 2021-06-24 15:17:47+00

Package: libpq5-dbgsym
Source: postgresql-14
Version: 14~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 309
Depends: libpq5 (= 14~beta2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpq5-dbgsym_14~beta2-1.pgdg+1_arm64.deb
Size: 273384
SHA256: a6086c970291b725378207ee915570ce91c6fe1b86e6105d913dd752b6dd6b7e
SHA1: df8cd103159cb83fa29633e93d47c7a1465ebd2d
MD5sum: ef2d788f12c1039981087d07ef9af6b6
Description: debug symbols for libpq5
Build-Ids: ca28e581979f668179b4fa3aee16af3a73015f2a
Timestamp: 2021-06-24 15:17:47+00

Package: postgresql-14
Version: 14~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55347
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm11 (>= 1:9~svn298832-1~), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/database
Filename: pool/14/p/postgresql-14/postgresql-14_14~beta2-1.pgdg+1_arm64.deb
Size: 17254008
SHA256: 7db2f1a1dd7fa95210e779e25254480cd364331d97530147caaff01056937a23
SHA1: 2f1c530e4a6a2070b5c983c03bb722ff43e6aa4e
MD5sum: e11e3f76b3707ba9d274a86e10f06c73
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 14.
Postgresql-Catversion: 202106151
Timestamp: 2021-06-24 15:17:47+00

Package: postgresql-14-dbgsym
Source: postgresql-14
Version: 14~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17845
Depends: postgresql-14 (= 14~beta2-1.pgdg+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/postgresql-14-dbgsym_14~beta2-1.pgdg+1_arm64.deb
Size: 16063612
SHA256: 1270b5369626d05be795cea2c11f05895ebc3fcc4d29b6f09a8f4d857bc9e45a
SHA1: 07262b14e5343469097a360f7fe884d2b85167f1
MD5sum: b8a844030a3f72d58dfef000967cf76a
Description: debug symbols for postgresql-14
Build-Ids: 0406b5c8fa15463ede41278f063afe7ebcba3339 0828929c1a930d1e1699911b88d26396c01ff6bd 110bf9006cc897dee7bd0a57bba6464694f0b6c2 199c344e5d1b845813aa79be489a47170ac9c12f 1a955f8f886964ee776d2cf8d9b4975ca75818e0 1b023a7d0bd74b3e5a3315d5dbd7cb29ea74444a 1d3f0b86e3c68f3d227c30c654167164d98bb8d2 1feb48b419147b46ebd214bafa03f215fc866af5 2379cc16d661bca62da7c2a205bcf110beec0e24 245e4b580948519c1f20f4d7b32408b1613446ea 27b1988e8e41adaec90bc9a95bf9b4be7a7055dd 28dba532e0422ed3cbaeacf25e67ad7eccff8b63 2a8af367c5f311ff3046ba2b2e12b21c53cd7d68 2b5e306cb9917ef8e0d7749a53e3f71b0d5b19e8 2e4498c45c02e8c1536b473f0154b24fdf09dc10 2ffa6b5c0823b51f685ed97b0150ace20f762f22 30815f65bab659c4d9bd6429afecac84738c971c 30d5a97dd16fc9c33937df58aa87c9f9e78321f5 31b627bcd486a8db19c6236979f865ba486da74c 31c3c7b02c209b3f4f022fb928e6d75e73cc0321 3292afe2879137d1c0356a35f2f8cdd10f9da789 37b24f52db0258365cefe5b6d02ce22c137cb60b 38d642112ed41e3183090e75ed5ae646b45bf462 3e5a0304bd86508ee1348c7eb6e94311bb5c505b 3ef054c95260aae421b50dd0a693365d7dc26a18 40bf45acc93560c4b64e7854222b8a7471b24084 53a2f7ca5c52326220b26b7f19d72804dbde422c 550bee7014355bd8f54efec578a0eff301c843d6 56575f3a33b31552eb84e8e9e616917968a043de 58aff00d3f7df6e28a2012ec161ee367b7c93304 5ec4eff1b807a6dfcf0efeb69af6c3d0984a0de8 651d40a59733e5b4bbe2b5bb815f2c38cf5f0eb8 6984345a8643412ca3854fe2232785254a4e3b85 698c15ee29a39b2b94763a963d6cfe219be6895a 6acf26d90bc3df002d310120e9d95d1cd942be2d 6e0847c486b723d0f415d86514784e801fedd43e 7054d9d73fb7cf21718ae5958ec4c29682410397 7763f782366ac8ecaee23be08a000bdf7b57de7b 7881df9e0f610b3404fd552b43fdea79a7c9b521 79d353309503089b2f90cb695083247b14fc28a8 7b18d3f556053685df2f5c55e84d52eea18b66fe 84437addf0032a061e2c942bedfd1769e052ba0e 86efc598ed7356f4625d4fe3d4b7b4a35f3c2dab 87f4a317d531e8c1655378d0cf5d05e3575906c4 8908a0b493908c725c37b7cc54385f947f5bdfd6 89cb593dae2678c19eb519d95cc40ec3f0cde12a 8a817ad85e4a94ba0c791db74c701c9348b1837a 8afec459f7e24bd46a9ab5badd8627f94b24ca8c 8c6dfede8f869793a4d521ef085f6014265ec30e 8c968c8ecac3303908f92bce9997b8320afb89e6 9021357202599beb113af33243e0a677b04a4570 912d594fe980fbc8b98ce7c88b16b5e36c9e80e7 9312636e1a423202fc5287e181dfba93b085c514 9800fdc9a7f9e1f19e2eadc05b7bf505ed721283 98e68f4d264702ad6c58fe271b49bb13594ab292 9e3af32c709df39d2200025fc8599039d2194679 a1f029badd9be9469bce876ab6484f1e87ceb8ef a75f9a64d951eb07ddf21ca713725b776c746da8 ac51c6d7e2062718e0a6b1a871e88e6525692294 af6b471599a63ba824166836e5ac12f7003ce9c9 b2a9e434daaa3184bf1fddfee33cc73b4b2d4518 b39667cc0f7c44ba6181a0b10c93e39c02d4fd6e b3aea163dbd6b7ad8733dbf6160c37df14daa36c b5ef2ac9fdbd05fb5ad1c901c5a7f3094c887e91 b69c3bcd602fc2c0a7557c36da879205507fac1f bc29ba8a83db7b326c261b927b08031036a3d01d bc2be58a4dfd661658e85d5a527da02aac5ee344 bd970fda277e2a7ae9664910753f7f9283c4059d bf283c6f3471bcd305adef1e426333ba6fcc1aee c2a3c5240edd39ac34f0899460727c69374acd3b c65e2c76ec5974fedcd5a4eb54116ad15d027d6a c833c755651016ab3778d8d4cf6d2d420e39c9e2 ca769b8679324597d2d90a8e750029df88eab386 cbdf6aebf219a37d205e704c935a682b4d6bcb27 cc1640dcde2e90df8ad73dc8b23f2b68fbcdcd4a cf10ade8abaa5ea37798a7086b6f3244b55320bf d4ba5a30b986e3aa316016687c854159480b5396 d5ed8ebd6d1054fcb4ca004ec6ace8ed7d4e1a68 d945e03c58212c84b720f77222c2db64c222f27b dbcb1ee38d4b85b1a24f50c9790ed93b022a2312 dc1ab5a6bcb4740443c78d0d64304645481f3bdc dd66b7c2faea3d3a3d8935981329ccde106a6b6b df91fc36b7ca0bc5730d78129e652c31a0dd1fb1 e089ac56c062febcc804e98a85b3283ed238ed1a e4531baf45331bd482793ad3db293d254b8b0ee1 ec2184243e56fb1a16a14a003d5817c90b99f173 edb262ab87d60c2d755e745816e62f56621ed322 ef988582145f1e5fff08356af9750ec1904a6162 f5755bfc6afd621db555a2ac191d7d9041b83988 f96e23ac23f9736d64fa627e4712ec33c9751006 fa5eb243c9ff0666dff7be651ffd3c7a7472381e fb4e66b52ca890388baf4fcf2afdc080c5158555 ff1d58b83c3669272b50fadad4a4d331555a4106
Postgresql-Catversion: 202106151
Timestamp: 2021-06-24 15:17:47+00

Package: postgresql-client-14
Source: postgresql-14
Version: 14~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8062
Depends: libpq5 (>= 14~beta2), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.25), libreadline8 (>= 6.0), libssl1.1 (>= 1.1.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-14, postgresql-doc-14
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/database
Filename: pool/14/p/postgresql-14/postgresql-client-14_14~beta2-1.pgdg+1_arm64.deb
Size: 1727228
SHA256: fdabf10c4fcb74d8c7c923bf6328b90e6c5c3ca9ee60e601cab485a21cdba9e0
SHA1: ecd29a7585cd66b0930dd54e2bedcfcbcdd2bbd0
MD5sum: b77e93d150ecaf26731b16ef6e350813
Description: front-end programs for PostgreSQL 14
 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 14. If you install
 PostgreSQL 14 on a standalone machine, you need the server package
 postgresql-14, 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.
Timestamp: 2021-06-24 15:17:47+00

Package: postgresql-client-14-dbgsym
Source: postgresql-14
Version: 14~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2655
Depends: postgresql-client-14 (= 14~beta2-1.pgdg+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/postgresql-client-14-dbgsym_14~beta2-1.pgdg+1_arm64.deb
Size: 2186124
SHA256: bc4905e30ba103bfbcafe84a426274f44e327b5273f328ccbe7128567f0b1b36
SHA1: 8b7d2065f059a9e7da5732355f32511b42d17924
MD5sum: 8a4c918157f3e960dbd8c56c5348e42f
Description: debug symbols for postgresql-client-14
Build-Ids: 25e5d3fed0e7fa55c0de65393052122884220154 386f086c370590524ea8d7d772c66eb2c1b78f29 639cfd131fafd7c4f536e5828c8f924d16885e97 6802495a2c69f721c58f19d2ef054540ee224fbd 68bec7086c8dd4d98366f598364ed3e3e28477e3 73bb7d2f38d77d7ed23a429587a0de00015f100a 809aec1cb01d3fc1768ac11391bcf440a2e18b22 8f5620715e697eccbfb4377b978e33b1798b930d 904df79ae08611142cf3579e1acb6ac6d81e2608 91c083edfdc0e210a0ffd81c774fec73d7bedabf 92d79055d426d98bbb4a3944c82865cb0be1c544 9761ef06e90420cfe18ea51ee34a5991b4fdc5ba a58b9d40bbe7d90ff897967552c4b4c653e41f1c a8c1c2b866016aea2786d892bc500c8faff1b165 b97f412363813275da0d1ab9fce37117eafd69aa ba399c58c08ad482cf0c60371e2a20c06a75c7cd c1e631c7a82cb8241e93d1cb6b7b23fc13d247e8 c7020ddeff9bbda3e8569c70207cc88f6bef52a8 cc882b9fbc1c9158904cfc23cf0ac373bc9ae008 d77c010f068a9a0062e6c7ba5ee20aa9ced4c276 f0d970214ffd0653c05efa2a6a2099d32732f2f2
Timestamp: 2021-06-24 15:17:47+00

Package: postgresql-doc-14
Source: postgresql-14
Version: 14~beta2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15821
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/doc
Filename: pool/14/p/postgresql-14/postgresql-doc-14_14~beta2-1.pgdg+1_all.deb
Size: 1955132
SHA256: ed8e66b3b3d7218041a3ffc0f29975821ef7b1a4d8414202a8790662786bdbe6
SHA1: 0af68b622f79556eefb4cd92b43d89301373dfe1
MD5sum: 1ee21f7a2dc7c8d738e2773f0fecd826
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 14. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-06-24 15:17:47+00

Package: postgresql-plperl-14
Source: postgresql-14
Version: 14~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 356
Depends: perl, postgresql-14 (= 14~beta2-1.pgdg+1), libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/database
Filename: pool/14/p/postgresql-14/postgresql-plperl-14_14~beta2-1.pgdg+1_arm64.deb
Size: 81660
SHA256: 76044fa378645dedd3b04fdf57fe67d87ea1c68327f58b967f3de8dd1c133471
SHA1: d34bab82306a23a8c0174ffd8e572bac21051b8f
MD5sum: b38bd2be2c14180e2c2a9de69d395762
Description: PL/Perl procedural language for PostgreSQL 14
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Perl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-06-24 15:17:47+00

Package: postgresql-plperl-14-dbgsym
Source: postgresql-14
Version: 14~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 203
Depends: postgresql-plperl-14 (= 14~beta2-1.pgdg+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/postgresql-plperl-14-dbgsym_14~beta2-1.pgdg+1_arm64.deb
Size: 157000
SHA256: 222f05e3acc8d2665732e09287009659a65aab53e7bbecd81055c6bf943e9546
SHA1: 1cd4cad645bc7b3acb6cb5886aa43a042703a77c
MD5sum: 043af021d419733fc3793434c0b30113
Description: debug symbols for postgresql-plperl-14
Build-Ids: 4fcd969ba04020c95b7da58cf7401857e40adc12 8816549ceaa90261a9f0e8aaeae2a3687f278b8b bd46b6d159cc5caf0fb9e2c26e5415e2b7d259c7 fd1bd73b653dba2d671e6d6e24f92baba89c959c
Timestamp: 2021-06-24 15:17:47+00

Package: postgresql-plpython3-14
Source: postgresql-14
Version: 14~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 493
Depends: postgresql-14 (= 14~beta2-1.pgdg+1), libc6 (>= 2.17), libpython3.9 (>= 3.9.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/database
Filename: pool/14/p/postgresql-14/postgresql-plpython3-14_14~beta2-1.pgdg+1_arm64.deb
Size: 103224
SHA256: 3b9f05d0dd8e3b5c2453a33590f80f6defbaf102c23e546bb4a99433c672eaa1
SHA1: 8fa830e0d8f80628f1e0f92fc5b5e51549dcee4b
MD5sum: bcac5551a9a01f9f72051a6f7ec8cb94
Description: PL/Python 3 procedural language for PostgreSQL 14
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Python 3.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-06-24 15:17:47+00

Package: postgresql-plpython3-14-dbgsym
Source: postgresql-14
Version: 14~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 211
Depends: postgresql-plpython3-14 (= 14~beta2-1.pgdg+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/postgresql-plpython3-14-dbgsym_14~beta2-1.pgdg+1_arm64.deb
Size: 160128
SHA256: 49d37c4b7b2260bc8080e1c938f18ce8f861075e226d96ef6964ec038519490f
SHA1: 6934423a566f69ca611e0aa7e4a53cc740881016
MD5sum: c6e235e3bf392cac8a3a5577daa92dfe
Description: debug symbols for postgresql-plpython3-14
Build-Ids: 434661661f98a3b0e2e337d4cef0dd503aa0960b 7767f95de815e84453393af59f1ae2705f8aa999 99206155e0d7dc2d30e699c9c38f82555c315983 c5184908af9f53038fefaa3d3e907c8289e4ea6d
Timestamp: 2021-06-24 15:17:47+00

Package: postgresql-pltcl-14
Source: postgresql-14
Version: 14~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 190
Depends: postgresql-14 (= 14~beta2-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/database
Filename: pool/14/p/postgresql-14/postgresql-pltcl-14_14~beta2-1.pgdg+1_arm64.deb
Size: 35808
SHA256: c369eb4db113826ebc684a7add2a628a95b8dce1b78c051a73c7d864a76c59e6
SHA1: a59b57690a395f43b5948fe1adb10f9d2dc92fc3
MD5sum: 989307ba98af3b169031cf7527540d04
Description: PL/Tcl procedural language for PostgreSQL 14
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Tcl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-06-24 15:17:47+00

Package: postgresql-pltcl-14-dbgsym
Source: postgresql-14
Version: 14~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-pltcl-14 (= 14~beta2-1.pgdg+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/postgresql-pltcl-14-dbgsym_14~beta2-1.pgdg+1_arm64.deb
Size: 75068
SHA256: 33d9e44f1fbf5f1aeb4a5fc25c21dd1e773791926fb0a8c2553caf60a8f3f72f
SHA1: ca6e0b0ca39cf65c00ea07ec8009e5f7d644cfb4
MD5sum: abe0fcad18b18b767f5b8374cec0f6f8
Description: debug symbols for postgresql-pltcl-14
Build-Ids: fd62cd403203b919a287a51c539ce6a36485026e
Timestamp: 2021-06-24 15:17:47+00

Package: postgresql-server-dev-14
Source: postgresql-14
Version: 14~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6276
Depends: clang-11, libpq-dev (>= 14~~), llvm-11-dev, postgresql-client-14, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/postgresql-server-dev-14_14~beta2-1.pgdg+1_arm64.deb
Size: 1045560
SHA256: 28df14114e6a970c899beefc18f3b164019373b34ae5ef2d295752cf14c104ce
SHA1: 062a8c125f3e96980be1f801af402c208df6c6aa
MD5sum: c4796706728b7f95fe864bea37c8f269
Description: development files for PostgreSQL 14 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.
Timestamp: 2021-06-24 15:17:47+00

Package: postgresql-10-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.1-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 111
Depends: postgresql-10, libc6 (>= 2.17), libgdal28 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-10-ogr-fdw_1.1.1-1~exp1.pgdg+1_arm64.deb
Size: 32216
SHA256: 1a90f2e27c4ea1868f3facbb203fde59dc68f1c221d48a6629cc06a257e5071b
SHA1: f60e56f9bd8eafd82768a92a84781bc06ceb702b
MD5sum: a5cfa86e3009e8e111d3db65b2ae5ff8
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2021-06-25 09:13:04+00

Package: postgresql-10-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.1-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 171
Depends: postgresql-10-ogr-fdw (= 1.1.1-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-10-ogr-fdw-dbgsym_1.1.1-1~exp1.pgdg+1_arm64.deb
Size: 141940
SHA256: 70ffd47d31b3c6007fd40b982bbea325db956782badc93533b5a9d745103bbca
SHA1: 60f35fa722793a4ada708ec2785ca074e1716423
MD5sum: f4f066a8ac5e9774cc1f898dbf86362a
Description: debug symbols for postgresql-10-ogr-fdw
Build-Ids: 895b183f9a347880defdcd16663367b7f6453a2f c4aa240881c644205064aba56c0fa223aa6c39eb
Timestamp: 2021-06-25 09:13:04+00

Package: postgresql-10-plproxy
Source: postgresql-plproxy
Version: 2.10.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-10, libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-10-plproxy_2.10.0-4.pgdg+1_arm64.deb
Size: 56352
SHA256: 2f3a34fc01c006a6e6994ef1e64df5374aadfb5594370cbdfc0094f97e13cffa
SHA1: f00dfab2eb41b9eed6340842e53771975d29a6c4
MD5sum: 6734794b2deafc0899b77e72f41dce08
Description: database partitioning system for PostgreSQL 10
 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.
Timestamp: 2021-06-25 09:13:04+00

Package: postgresql-10-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-10-plproxy (= 2.10.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-10-plproxy-dbgsym_2.10.0-4.pgdg+1_arm64.deb
Size: 118900
SHA256: 0cac07a69599bbabec5f870bda4d33852f91eda99ed556f3cd4f9e9fbb279a64
SHA1: 9eb3d336d4cd05a25495656c4c48f3fba99b796c
MD5sum: cc1e42c612de6720c4b11caaaceeda5b
Description: debug symbols for postgresql-10-plproxy
Build-Ids: 77aa593b4523db87ee63d457b7e506a4d9f2574f
Timestamp: 2021-06-25 09:13:04+00

Package: postgresql-11-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.1-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 246
Depends: postgresql-11, libc6 (>= 2.17), libgdal28 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw_1.1.1-1~exp1.pgdg+1_arm64.deb
Size: 98120
SHA256: d2cc7a02550d2d7c2b24a2c0d29a64c5dddd984e439b1b2a1b67e684bd5a7c6c
SHA1: 1212fd108bb5945c7319cda4e5e3c3cae92959f4
MD5sum: 36db4dc826ecb6e12f7cd1b49e3065c3
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2021-06-25 09:13:04+00

Package: postgresql-11-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.1-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 173
Depends: postgresql-11-ogr-fdw (= 1.1.1-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw-dbgsym_1.1.1-1~exp1.pgdg+1_arm64.deb
Size: 144360
SHA256: 969108a506cf3928d85b053e75ca34d0d70a878f4a6b38a153e380154b0fa645
SHA1: c3a87d5995511848ce8c03f2b1f5f07dd9b1d901
MD5sum: 9b4f4cc24b5b81b06c6fccb6d14acf90
Description: debug symbols for postgresql-11-ogr-fdw
Build-Ids: 3387f3fc5020817220b8ef9a1c3ced4017da6d15 67c3e0520d52095a9ac30372ad73baec83de5978
Timestamp: 2021-06-25 09:13:04+00

Package: postgresql-11-plproxy
Source: postgresql-plproxy
Version: 2.10.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 337
Depends: postgresql-11, libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-11-plproxy_2.10.0-4.pgdg+1_arm64.deb
Size: 150980
SHA256: 1329b2ceea8994451b025348c15e31f88bbe4bde4e044a0bdb1b847401d3b3ce
SHA1: 2f51e938253ef8ae318631af0d270e030b482e7d
MD5sum: 221738632a2b6ecc3fba7fd258814ccd
Description: database partitioning system for PostgreSQL 11
 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.
Timestamp: 2021-06-25 09:13:04+00

Package: postgresql-11-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: postgresql-11-plproxy (= 2.10.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-11-plproxy-dbgsym_2.10.0-4.pgdg+1_arm64.deb
Size: 115500
SHA256: cc8d70a7d2f6b3516ccd815c067a159161f6ef0d0ac8391c05e82ad0eb0defd5
SHA1: e45e2eacc7fd38451c4f34660d152d49bd559c17
MD5sum: bd81363bf51c5b7b8141a2d217a9000c
Description: debug symbols for postgresql-11-plproxy
Build-Ids: 9c49c99e4829199cf619a0f97026fdc44b626979
Timestamp: 2021-06-25 09:13:04+00

Package: postgresql-12-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.1-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 246
Depends: postgresql-12, libc6 (>= 2.17), libgdal28 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw_1.1.1-1~exp1.pgdg+1_arm64.deb
Size: 99852
SHA256: d433c4f76c84d2aa43796c00654e54fde9855bb8484968b7f1fd67e06e7565bc
SHA1: ca28471e90b284bb151f378ddc41a316ba43b442
MD5sum: 00fe801196645c8907cfd7aff357b671
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2021-06-25 09:13:04+00

Package: postgresql-12-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.1-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 180
Depends: postgresql-12-ogr-fdw (= 1.1.1-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw-dbgsym_1.1.1-1~exp1.pgdg+1_arm64.deb
Size: 151384
SHA256: ef19f774ae9389f7de082f50fa2a35583081f8246b3077c3015febefd54b70a7
SHA1: c1749f68504dab53556b61871c382a35cedfb6cf
MD5sum: c51a1bb36cd103a289e6dc26fe8cb8f3
Description: debug symbols for postgresql-12-ogr-fdw
Build-Ids: c9bf67b1a8d1655c672c9e7e9f5557c2f9b9d39e dc785798fad3f76d5e4bcaae0655d7243fdf7df0
Timestamp: 2021-06-25 09:13:04+00

Package: postgresql-12-plproxy
Source: postgresql-plproxy
Version: 2.10.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Depends: postgresql-12, libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-12-plproxy_2.10.0-4.pgdg+1_arm64.deb
Size: 150432
SHA256: 59cdbfdcbd1a95ed5b688dab89921ecca834bc79ada2e7fced34e1e4b047f6e8
SHA1: e08980d5c6fa740641c8eb3186d8a5c6c65e5e98
MD5sum: 8b76dd5ce2285a41dceda432ea9e6346
Description: database partitioning system for PostgreSQL 12
 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.
Timestamp: 2021-06-25 09:13:04+00

Package: postgresql-12-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 139
Depends: postgresql-12-plproxy (= 2.10.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-12-plproxy-dbgsym_2.10.0-4.pgdg+1_arm64.deb
Size: 116980
SHA256: 2bfac2a34f4698049c537cb15ea43b609759cf1ce180a12a582bb6d16ca7ebc0
SHA1: d5dd1816cdc2d454ce3b985191a199f00949bf0f
MD5sum: 9f4ff6b24c610c552fb1ee660812a712
Description: debug symbols for postgresql-12-plproxy
Build-Ids: 74142c70b9f0d44aaaa69a9de2ecfa57f96e8a3d
Timestamp: 2021-06-25 09:13:04+00

Package: postgresql-13-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.1-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 247
Depends: postgresql-13, libc6 (>= 2.17), libgdal28 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw_1.1.1-1~exp1.pgdg+1_arm64.deb
Size: 101884
SHA256: bfe0e842c7a0b2819867427570649e6b870bf6155683b856668b1c918bbf3bcf
SHA1: 17c8bfad7cd816bacb668058470412487d6756b7
MD5sum: 599509232b17517d4a2edc0eae5363b8
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2021-06-25 09:13:04+00

Package: postgresql-13-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.1-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 185
Depends: postgresql-13-ogr-fdw (= 1.1.1-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw-dbgsym_1.1.1-1~exp1.pgdg+1_arm64.deb
Size: 155688
SHA256: e1b5b63587ace6e54d3b6b8b9e292cd045d8eff4783e1971181c8366b41879cb
SHA1: 8d7410c006b11bfa1c7eb92ffa0b53bc230cac8e
MD5sum: d7a9bd01831a7570e6c69ec34a10778b
Description: debug symbols for postgresql-13-ogr-fdw
Build-Ids: 3a96e711947b32b32d5b9cabec2f47394590e698 d0dd170d477a43fb3191ba3dba85c1dff87f5a90
Timestamp: 2021-06-25 09:13:04+00

Package: postgresql-13-plproxy
Source: postgresql-plproxy
Version: 2.10.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Depends: postgresql-13, libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-13-plproxy_2.10.0-4.pgdg+1_arm64.deb
Size: 151052
SHA256: 2fd4159ba9f4595a98d695d830e2f8fae21634260b42ab91bf5e1b01885a95d3
SHA1: c10038373945db8095cb5bc1de11ca5c32e16132
MD5sum: a36737de2cc7f22e816cb0aab124812b
Description: database partitioning system for PostgreSQL 13
 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.
Timestamp: 2021-06-25 09:13:04+00

Package: postgresql-13-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-13-plproxy (= 2.10.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-13-plproxy-dbgsym_2.10.0-4.pgdg+1_arm64.deb
Size: 118528
SHA256: 0c3f5b188cb9d586f50321c05013280c0d3a2f525f52651d296f3f698a79d818
SHA1: 86c655b2d32de75ec21172b27236e5ce9ddc9ace
MD5sum: 096d21400262f0f4c2aeff112390624c
Description: debug symbols for postgresql-13-plproxy
Build-Ids: 70670e8e227fe76768c3b20b268d28535f121913
Timestamp: 2021-06-25 09:13:04+00

Package: postgresql-14-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.1-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 252
Depends: postgresql-14, libc6 (>= 2.17), libgdal28 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw_1.1.1-1~exp1.pgdg+1_arm64.deb
Size: 102688
SHA256: dc0b38f4af26a8b807761db226b76caf8d772c6693b32af0763fcb7d540c32ba
SHA1: dad1acb9aecfdcd83dea6c160949847e63a0441b
MD5sum: cc0272a9fcc1528fd6fe5a0dbea675fe
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2021-06-25 09:13:04+00

Package: postgresql-14-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.1-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 188
Depends: postgresql-14-ogr-fdw (= 1.1.1-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw-dbgsym_1.1.1-1~exp1.pgdg+1_arm64.deb
Size: 158788
SHA256: c8f532a5da906a0c6eded03f88b8c7e3c4b4da5f869051e907995f54d2ac266b
SHA1: 52667e14d79e62698f81e46f58970cb3265a2b59
MD5sum: 14d8a91707c39430b57a3d7adfdedaa1
Description: debug symbols for postgresql-14-ogr-fdw
Build-Ids: 4d18fd5f7f9ae1c96028d8b364a74c54c061a8cf 601ceba25fdcc59e463187d5b215146cb5479a14
Timestamp: 2021-06-25 09:13:04+00

Package: postgresql-14-plproxy
Source: postgresql-plproxy
Version: 2.10.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 339
Depends: postgresql-14, libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-14-plproxy_2.10.0-4.pgdg+1_arm64.deb
Size: 151552
SHA256: 6c140d1e11d6723eb8987ef53d45eb9434c080563822f8015ef56c8e36044421
SHA1: 914c6b2d6e7390e9d6291d5b82be5953e6d51c2c
MD5sum: c220d46874fd6a0770b4117d7ea5747f
Description: database partitioning system for PostgreSQL 14
 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.
Timestamp: 2021-06-25 09:13:04+00

Package: postgresql-14-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 142
Depends: postgresql-14-plproxy (= 2.10.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-14-plproxy-dbgsym_2.10.0-4.pgdg+1_arm64.deb
Size: 119632
SHA256: c802fe927054d4edd075c9adb07dbd033d7e0490f2fc21d3b24c2795315734d3
SHA1: f28e4f3b9043a149e8910af0e5b6ab3abfcb269a
MD5sum: 2cb6158cdded5639b3a150c5f42001a3
Description: debug symbols for postgresql-14-plproxy
Build-Ids: d2c6deee3d660c841f4222167d5444cd05ce6493
Timestamp: 2021-06-25 09:13:04+00

Package: postgresql-9.6-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.1-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 114
Depends: postgresql-9.6, libc6 (>= 2.17), libgdal28 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-9.6-ogr-fdw_1.1.1-1~exp1.pgdg+1_arm64.deb
Size: 32568
SHA256: 9ebbfd7a26df712221f7f1aab48303f239f6220017966382d4903a9f921943be
SHA1: 46751c46dbeebf828eadb5d5cec6641c98c524b9
MD5sum: 9f3ea45de5704b17aed4342097d261af
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2021-06-25 09:13:04+00

Package: postgresql-9.6-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.1-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 165
Depends: postgresql-9.6-ogr-fdw (= 1.1.1-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-9.6-ogr-fdw-dbgsym_1.1.1-1~exp1.pgdg+1_arm64.deb
Size: 135732
SHA256: 637afdd282716850d86bed93d7992911cd989280c70af3d7d6b4049167515fea
SHA1: b2e6c1e20c121bbe505bbb4dda3d8d9e90401839
MD5sum: 540993f8d40af95b2ecfdfe371d201d2
Description: debug symbols for postgresql-9.6-ogr-fdw
Build-Ids: 3ea708def2d0dd83455481008d6d997271df5805 db0d372b6bc66c5b4d77a12112b9fc641747dbdf
Timestamp: 2021-06-25 09:13:04+00

Package: postgresql-9.6-plproxy
Source: postgresql-plproxy
Version: 2.10.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-9.6, libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-9.6-plproxy_2.10.0-4.pgdg+1_arm64.deb
Size: 56276
SHA256: d99919ffaa85c924aaa9dc654c48e626e3235b6664e04cb584aff03cf6b23ffe
SHA1: 6589952f0955fe77f489511150a2fcbf30807188
MD5sum: 1e81a7928fbadacecb1274d16f89a859
Description: database partitioning system for PostgreSQL 9.6
 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.
Timestamp: 2021-06-25 09:13:04+00

Package: postgresql-9.6-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: postgresql-9.6-plproxy (= 2.10.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-9.6-plproxy-dbgsym_2.10.0-4.pgdg+1_arm64.deb
Size: 110304
SHA256: f83143b99eda9d7562ef6a927fba37f015fa0716a059e5479caed40211dcc465
SHA1: 9a82b324902e33851f2b299a61e75ac039f1d576
MD5sum: f5b360763673847cbdc21d51fcdf6cc3
Description: debug symbols for postgresql-9.6-plproxy
Build-Ids: 86831cb14223034de9fd618a856742c6490695b8
Timestamp: 2021-06-25 09:13:04+00

Package: barman
Version: 2.12-2.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 120
Depends: python3-barman (= 2.12-2.pgdg+1), python3-pkg-resources, adduser, rsync (>= 3.0.4~), python3:any
Recommends: openssh-server, openssh-client, postgresql-client
Suggests: barman-cli, repmgr
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman_2.12-2.pgdg+1_all.deb
Size: 85396
SHA256: 1b79d80ae42ca8d543b5a0d5880513e1186031ec4e19193982067f548bf80f55
SHA1: 987d73305e7fe500d12289b655fee9e1a747cc7b
MD5sum: 2da85dbb7ffea8d0fe1a1225a56c1a06
Description: Backup and Recovery Manager for PostgreSQL
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides barman binary.
Timestamp: 2021-07-05 16:29:38+00

Package: barman-cli
Source: barman
Version: 2.12-2.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 69
Depends: python3-barman (= 2.12-2.pgdg+1), python3-pkg-resources, rsync (>= 3.0.4~), python3:any
Recommends: openssh-client, barman-cli-cloud
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli_2.12-2.pgdg+1_all.deb
Size: 58348
SHA256: fd0c77b8480cd369fd91882a6023d90b1c7909627526e9c2fd2cdf9929400da2
SHA1: e923922333cab24e67efa38a64797e05d42260d7
MD5sum: 4c462427facf1fd46b1bcf25d3a766cf
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 organization 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.
Timestamp: 2021-07-05 16:29:38+00

Package: barman-cli-cloud
Source: barman
Version: 2.12-2.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 78
Depends: python3-barman (= 2.12-2.pgdg+1), python3-pkg-resources, rsync (>= 3.0.4~), python3:any, python3-boto3
Breaks: barman-cli (<< 2.10-3~~)
Replaces: barman-cli (<< 2.10-3~~)
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli-cloud_2.12-2.pgdg+1_all.deb
Size: 63532
SHA256: 51a20026abce14ef469dd024e26aae214f41db60465c936e8bcf59b56774888e
SHA1: c09a1d3dfe1988b5037dfe5bec7bd2926ab7e9aa
MD5sum: 62d006e90c297114b89a636e0af7bd7f
Description: Cloud 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 organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli-cloud package contains cloud client utilities for the
 integration of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by 2ndQuadrant.
Timestamp: 2021-07-05 16:29:38+00

Package: libpostgresql-jdbc-java
Source: libpgjava
Version: 42.2.22-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 996
Conflicts: libpg-java (<= 9.1-901-1), libpgjava (<= 7.4.7-3)
Replaces: libpg-java (<= 9.1-901-1), libpgjava
Provides: libpg-java, libpgjava
Built-Using: libscram-java (= 2.1-1.pgdg+1)
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: java
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java_42.2.22-1.pgdg+1_all.deb
Size: 915076
SHA256: 691bf545b4befb17c7b0cbd04b615163b4cd8bd6b1c9373389d343d6dd9ef7fb
SHA1: 85c096686744f6637ccebbbca98a0c3c663e5eb4
MD5sum: ffd1dc6fc667202d9a449fe27032c74e
Description: Java database (JDBC) driver for PostgreSQL
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
Timestamp: 2021-07-05 16:29:38+00

Package: libpostgresql-jdbc-java-doc
Source: libpgjava
Version: 42.2.22-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 10951
Depends: default-jdk-doc
Conflicts: libpg-java-doc (<= 8.4-702-1)
Replaces: libpg-java-doc
Provides: libpg-java-doc
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java-doc_42.2.22-1.pgdg+1_all.deb
Size: 627844
SHA256: 2c57fff9e27584662eaee8b15e66a7e1613e9e3373e3b3ea07e3180c0dd5f87e
SHA1: 440d3ac242912008dfb536a44ec2bd7770969589
MD5sum: 9db40d9fdf35e9934acea7e9d42077f5
Description: Java database (JDBC) driver for PostgreSQL (documentation)
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
 .
 This package contains the documentation.
Timestamp: 2021-07-05 16:29:38+00

Package: odbc-postgresql
Source: psqlodbc
Version: 1:13.01.0000-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1242
Depends: libc6 (>= 2.17), libpq5 (>= 9.2~beta3), odbcinst1debian2 (>= 2.3.1)
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_13.01.0000-1.pgdg+1_arm64.deb
Size: 354420
SHA256: 7f8e75c64e2101b4efddbd48ed7aa97fe856684b2715bc9c252c367204e0354d
SHA1: 07bfcbe764c09bce258c363dd4b6c2bbe72a04f3
MD5sum: 535a123bae0112e86bf1da7b1d528d69
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.
Timestamp: 2021-07-05 16:29:38+00

Package: odbc-postgresql-dbgsym
Source: psqlodbc
Version: 1:13.01.0000-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1096
Depends: odbc-postgresql (= 1:13.01.0000-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/psqlodbc/odbc-postgresql-dbgsym_13.01.0000-1.pgdg+1_arm64.deb
Size: 1021020
SHA256: 19c8b01cc72840a295386594c9d1dcc91dd36824b4f908d27187c890969dbada
SHA1: e10c4c290ab3f507198c814b5cddc205b958cef5
MD5sum: 84b7e3597b29f0cafd8a35806dd9c55e
Description: debug symbols for odbc-postgresql
Build-Ids: 74463e3b6a3f95c44c17f0d17bc78dd7130c8d8c dfccc216193889b95da5a7038d218c63cad42aed
Timestamp: 2021-07-05 16:29:38+00

Package: ora2pg
Version: 22.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1243
Depends: libdbd-mysql-perl | libdbd-oracle-perl, libdbd-pg-perl, libdbi-perl, libio-compress-perl, perl:any
Recommends: postgresql-client
Homepage: https://ora2pg.darold.net/
Priority: optional
Section: database
Filename: pool/main/o/ora2pg/ora2pg_22.1-1.pgdg+1_all.deb
Size: 371336
SHA256: dfa6e5f89d23adbdbedc821b6385f18c7bbe2db10bb982a66af03143ec6dac9f
SHA1: be3afa42ee7815236cb61e563b31eb3b89f59005
MD5sum: b8f6592e89e799ba7184ff4a42b32dec
Description: Oracle/MySQL to PostgreSQL database schema converter
 Ora2Pg migrates Oracle and MySQL database schemas to PostgreSQL. It connects
 to the database, scans it automatically and extracts its structure or data.
 It then generates SQL scripts you can load into PostgreSQL.
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-10-pllua
Source: postgresql-pllua
Version: 1:2.0.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 333
Depends: postgresql-10, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-10-pllua_2.0.10-1.pgdg+1_arm64.deb
Size: 105676
SHA256: 92fc498cd887919a8c5a4dee51d3589e5d517e7ffa4708b7c12e1a9a6fcbec8e
SHA1: 07a4c8709870ff632f5522f8ee210a195dc74ba0
MD5sum: e165a8ace84afdb57c1c5684c9e12fee
Description: Lua procedural language for PostgreSQL 10
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-10-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 348
Depends: postgresql-10-pllua (= 1:2.0.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-10-pllua-dbgsym_2.0.10-1.pgdg+1_arm64.deb
Size: 300860
SHA256: 3fdb00ba614bf924bf18b34bc006133b5c0c95df3f5d27a11ac25f30ba4e0a2d
SHA1: 8c2a38bcc1f13f3dc9716fa81a63d975500c2d1c
MD5sum: e7e2b9c506de0c4a8f4adb9f118005b8
Description: debug symbols for postgresql-10-pllua
Build-Ids: 7fd42455631a58d64db24e456a623febb7cbcb59 ef16091e0af7b05ac268a2cd26b86cc537446958
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-10-plpgsql-check
Source: plpgsql-check
Version: 1.17.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check_1.17.1-2.pgdg+1_arm64.deb
Size: 68880
SHA256: 23ead68b1267d2cc15b322938afcecda6e9ca12a19a40eccd3d3fdac3bec1db7
SHA1: aa79d42f5e5340d21ffc002325ea095eb598dea2
MD5sum: 9c31630b63a84739a59078fe595d1608
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-10-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.17.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 222
Depends: postgresql-10-plpgsql-check (= 1.17.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check-dbgsym_1.17.1-2.pgdg+1_arm64.deb
Size: 192548
SHA256: 0a8bb79bec6a5b92b9363dabb7210ffa9de6011befc1b6f533d42ebb2d5059bf
SHA1: 41e5d5d9bc03b543919c0b7435af33821511f625
MD5sum: 072fcb19a0e42dd39860f890880197f8
Description: debug symbols for postgresql-10-plpgsql-check
Build-Ids: 42b08e728a1e63fca8a5af03c16e8b1488bfefcb
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-10-plr
Source: plr
Version: 1:8.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: r-base-core (>= 2.10), postgresql-10, libc6 (>= 2.17)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-10-plr_8.4.2-1.pgdg+1_arm64.deb
Size: 64324
SHA256: ba565acecae1bff36142d36b103e8d075c81ccba370e49801258e7c7a16c191e
SHA1: 43584f09d03f6fbb3f835a6af900368e2fc84af3
MD5sum: f9a65abd3104591bc556c2104a94f9d9
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.
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-10-plr-dbgsym
Source: plr
Version: 1:8.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-10-plr (= 1:8.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-10-plr-dbgsym_8.4.2-1.pgdg+1_arm64.deb
Size: 111440
SHA256: 09932ec16c60880c0aaab5fb6ab8b53af35fe4fe2bae094e5ba2aabc137288fd
SHA1: 1e9d7f032986cbfc37ff4c86f46df6c498db15c0
MD5sum: 729aa43253cefdcd090464b7b636c9fa
Description: debug symbols for postgresql-10-plr
Build-Ids: eccfc29926d2b71877eedd481491158788b99c2c
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-10-rum
Source: postgresql-rum
Version: 1.3.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 415
Depends: postgresql-10, libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-10-rum_1.3.8-1.pgdg+1_arm64.deb
Size: 99592
SHA256: f6766fe1845fa0b7b8d8717684951d852a6a80593b839bc61b36fa5e70ea72ad
SHA1: 46091e5a99d772176af877b379a397cf6873aa02
MD5sum: 6ccf833541f1e03f6ab1a489dc608617
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-10-rum-dbgsym
Source: postgresql-rum
Version: 1.3.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 300
Depends: postgresql-10-rum (= 1.3.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-10-rum-dbgsym_1.3.8-1.pgdg+1_arm64.deb
Size: 262216
SHA256: 9366a13de73170b997f77348dac912cfb501117dc8cbdf37fc48bbc20adf452d
SHA1: 11b62bcd57c39929ddb2291970056d8b02f8a2cf
MD5sum: b4ccb4a91c1bfdc26a02fdb429527f85
Description: debug symbols for postgresql-10-rum
Build-Ids: 5e53f2dee7cace775433782633b1f6db7d8d255c
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-11-pllua
Source: postgresql-pllua
Version: 1:2.0.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 953
Depends: postgresql-11, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-11-pllua_2.0.10-1.pgdg+1_arm64.deb
Size: 388956
SHA256: 1a4898f980125f499dfb84c7d4210cf8262b9538007abb39c73361c85e0f010f
SHA1: 32563149c0598c39f70093192049a9e8474e93b8
MD5sum: d804a008a87f45b3b0647fd48ae6af6a
Description: Lua procedural language for PostgreSQL 11
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-11-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 349
Depends: postgresql-11-pllua (= 1:2.0.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-11-pllua-dbgsym_2.0.10-1.pgdg+1_arm64.deb
Size: 302072
SHA256: 48121e393f74dd2a1d682d485779e047abce20e8073f1d7dbe46e44d6f37eae4
SHA1: ebf9e0bc5105d28be1a8f619ab5e915462b1673c
MD5sum: 9e8895abc0ce192c91c99ea33d6966b6
Description: debug symbols for postgresql-11-pllua
Build-Ids: b30199096a0d6bf0b2e9ea069f7cd233c9ec6eda cdee744c902aaedf0b0ae331e17bdfb1c1fb7ba0
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-11-plpgsql-check
Source: plpgsql-check
Version: 1.17.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 576
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check_1.17.1-2.pgdg+1_arm64.deb
Size: 257300
SHA256: 6f871b39a7f00c495a58ff3bd8beb08ed09f5d5870b090bbbf8459e1d7c72815
SHA1: ea8f70466bc5316d622de0884236454fb50e2899
MD5sum: a882dd4edc0dab2501cb4526d0d898bf
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-11-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.17.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 226
Depends: postgresql-11-plpgsql-check (= 1.17.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check-dbgsym_1.17.1-2.pgdg+1_arm64.deb
Size: 198648
SHA256: dc84febe2f5fde5dc802390bd8faf344872ab2dc007bf7b101a64193f315e84e
SHA1: a8ee508e54adad0c4dd59a2930ebf4d4b7b05d4d
MD5sum: 253d82c26232fc682cb5f847f6adbf85
Description: debug symbols for postgresql-11-plpgsql-check
Build-Ids: f69482222caec9137c859dc70cbffc43e1de7602
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-11-plr
Source: plr
Version: 1:8.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 312
Depends: r-base-core (>= 2.10), postgresql-11, libc6 (>= 2.17)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-11-plr_8.4.2-1.pgdg+1_arm64.deb
Size: 151760
SHA256: a5d19baea0444118c71b2a88a54458199b91912bf98f5a006e8f02f43db71765
SHA1: e79899f3580b70e19eb270f56bf0a94673ce63c0
MD5sum: a1319e8fdb39b3a466b661c78fc32fd7
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.
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-11-plr-dbgsym
Source: plr
Version: 1:8.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: postgresql-11-plr (= 1:8.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-11-plr-dbgsym_8.4.2-1.pgdg+1_arm64.deb
Size: 112616
SHA256: 88a21e8169a993ba6297b31b115d394d4a06cacd76d7b50a07bca2ca8a5d2828
SHA1: 9055fdc7cde5a02dacbd02587de37538f553c5fd
MD5sum: ed1edf4d80a00079b23683bf2a8d6e0a
Description: debug symbols for postgresql-11-plr
Build-Ids: d5ec1cb2bd92c46632a01a213f50e4338777d692
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-11-rum
Source: postgresql-rum
Version: 1.3.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 931
Depends: postgresql-11, libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-11-rum_1.3.8-1.pgdg+1_arm64.deb
Size: 347300
SHA256: b6dba005689498f2deb2494c5d3176bb0db634eb0f906cc5c59779e2a791374f
SHA1: d82670ec44847b4f355b34d9eb131a388ebc14ea
MD5sum: a119be787280bde5effbd657110899b5
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-11-rum-dbgsym
Source: postgresql-rum
Version: 1.3.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 305
Depends: postgresql-11-rum (= 1.3.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-11-rum-dbgsym_1.3.8-1.pgdg+1_arm64.deb
Size: 267400
SHA256: 3d4c6b661130ffcd07e40999969c56afd43e6a18e58a60f7b70505630765772a
SHA1: 142112c394febd3f480dc447024276ed2ee04bb6
MD5sum: 7cfe68f27bbfbf3eca9b914b8bfeea7c
Description: debug symbols for postgresql-11-rum
Build-Ids: 02e88d8c930721465e437a3a473eca202fc3b83c
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-12-pllua
Source: postgresql-pllua
Version: 1:2.0.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 957
Depends: postgresql-12, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-12-pllua_2.0.10-1.pgdg+1_arm64.deb
Size: 390140
SHA256: 083b4725162c4ba25d66249faeb39c84b0853cb72474cb4ca95dfdb312e4a593
SHA1: 3d1f083da4ef19a2fadc91b48d84307a4d5eadd7
MD5sum: 9caa58effb3d9ce9d4666d6474214ddc
Description: Lua procedural language for PostgreSQL 12
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-12-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 350
Depends: postgresql-12-pllua (= 1:2.0.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-12-pllua-dbgsym_2.0.10-1.pgdg+1_arm64.deb
Size: 303268
SHA256: af25616e9d16251ed2d3cdb99c23e8f3347c01272df1115f35f9f1964d803ad4
SHA1: c85383add2100fa5cbf5903a4e66f64af5720092
MD5sum: ee6fbe8c36f8a9975d58601380bdd0c7
Description: debug symbols for postgresql-12-pllua
Build-Ids: 6269ae604c272a292dc5842405af567177cf640a 99e4d24bac3317b07f779d9d3bcd69226c56dac4
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 1.17.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 576
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_1.17.1-2.pgdg+1_arm64.deb
Size: 262848
SHA256: 2cf4b701b14e449821f6afad11c974b39a9faf16ec081eccaffbfbdec79799c8
SHA1: 759e3faa04060fed3d8aaf77a841eef4224b2f71
MD5sum: fe97e24befab099c2f49c4d6a8f03891
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.17.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 232
Depends: postgresql-12-plpgsql-check (= 1.17.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_1.17.1-2.pgdg+1_arm64.deb
Size: 204560
SHA256: 3e4eb507ed51eabfbc0b1dea34eb5fb2c0eea943b75ddc56e970ef719a0c4523
SHA1: a87418652a8a679476d49a7bde3fb08934a7c78c
MD5sum: 6e7c0a68fef6842a92a8a1ab8e55f822
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: 3b8d917a33cf955e34479be25b426847084c4a18
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-12-plr
Source: plr
Version: 1:8.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 314
Depends: r-base-core (>= 2.10), postgresql-12, libc6 (>= 2.17)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-12-plr_8.4.2-1.pgdg+1_arm64.deb
Size: 156624
SHA256: 1bfc54d4f4d5c377f59a0c376dbcea7164e0011f27377432989f714ee2ca7c9b
SHA1: aab897b8d2286a45e226d3a860f0b4189c559c6b
MD5sum: 96937dd0a1206132fe52432f7606ee60
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.
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-12-plr-dbgsym
Source: plr
Version: 1:8.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: postgresql-12-plr (= 1:8.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-12-plr-dbgsym_8.4.2-1.pgdg+1_arm64.deb
Size: 116112
SHA256: 26c4805a54d8cd013f8d3922a2a03275257f7f42c401a513a3ff4304c76e982c
SHA1: 29311520546793e2f72e5cbeea778d8199a754c6
MD5sum: d55f44514432678db78fe123bdac2b00
Description: debug symbols for postgresql-12-plr
Build-Ids: fcb93cc20136e098ea91f41ee95f870745587d00
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-12-rum
Source: postgresql-rum
Version: 1.3.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 933
Depends: postgresql-12, libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-12-rum_1.3.8-1.pgdg+1_arm64.deb
Size: 348104
SHA256: 156a85390ae80960c869ff6dde008d05918a20bda4606c176a29c3a744870174
SHA1: 67d2b12d6a7e3a58fd48f994c87b3e79a2cb2e63
MD5sum: 4cf4784a845c24890bd7bd2a648eda02
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-12-rum-dbgsym
Source: postgresql-rum
Version: 1.3.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 308
Depends: postgresql-12-rum (= 1.3.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-12-rum-dbgsym_1.3.8-1.pgdg+1_arm64.deb
Size: 270416
SHA256: eff7b07f7879a83b04787aec701887e9c8f7a4c123d1ca2d7946cc1d20c5488e
SHA1: 05e5456567125cf3f83867ab4176dfdaf754f25c
MD5sum: d62588caf7c1a75d6ffbb828b41d7464
Description: debug symbols for postgresql-12-rum
Build-Ids: 47981c644e753da6a7f1ad660e12f26b894e1627
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-13-pllua
Source: postgresql-pllua
Version: 1:2.0.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 951
Depends: postgresql-13, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-13-pllua_2.0.10-1.pgdg+1_arm64.deb
Size: 388940
SHA256: 3b2c00895f23e9a2148552dda59267571fef7400ea9f874378659f0d3c556fe7
SHA1: 5fe9f0f3bc6fef622c20a4f76e831cda9850cdfd
MD5sum: 62e6a1fb5ea4f785626ba562bee59362
Description: Lua procedural language for PostgreSQL 13
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-13-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 355
Depends: postgresql-13-pllua (= 1:2.0.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-13-pllua-dbgsym_2.0.10-1.pgdg+1_arm64.deb
Size: 307944
SHA256: 6debba59b211c15e9181210bfa19135254d0d0248aeacb63746ff0771b8a1716
SHA1: 4db4aba6c951fa1014accd2b179ea67c112c155b
MD5sum: c99262b8b276899d5d1bcae8667de912
Description: debug symbols for postgresql-13-pllua
Build-Ids: 04a866a5a0f34914b9cc26df39895e10e1635139 676190c1670d1e5c18cf980be02343f8adf25b0a
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 1.17.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 589
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_1.17.1-2.pgdg+1_arm64.deb
Size: 264880
SHA256: aa848c6e74019a0f56f140631d563c8966c70ef5b660850efcd184f03019bdcc
SHA1: 456da662b1868480fd4f7026e2935a00ce1453d1
MD5sum: 02b18623044d0881e21c537601b6dad3
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.17.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 246
Depends: postgresql-13-plpgsql-check (= 1.17.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_1.17.1-2.pgdg+1_arm64.deb
Size: 218020
SHA256: 883efe4de1903f36a78a7f5b1219d492b65fe2baabc1c03096b041154723d25d
SHA1: bb3684cbfa20f98625afafdd5b58e565b10ea2c5
MD5sum: d2bc5e8663335f523697c96277e701a6
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: 6a92c5803e17a101d7ba458a6adbe342aa87751a
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-13-plr
Source: plr
Version: 1:8.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 318
Depends: r-base-core (>= 2.10), postgresql-13, libc6 (>= 2.17)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-13-plr_8.4.2-1.pgdg+1_arm64.deb
Size: 157480
SHA256: 5f64b3222b28e998534cc654853f6fecb27fba8842a7aaf963416ee15e392784
SHA1: d7acfb5b7e6a48e25ca050095c1f7ef95ccf96a0
MD5sum: 8d46cf9fe1e94ef1ef2262d60d356352
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.
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-13-plr-dbgsym
Source: plr
Version: 1:8.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 139
Depends: postgresql-13-plr (= 1:8.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-13-plr-dbgsym_8.4.2-1.pgdg+1_arm64.deb
Size: 119464
SHA256: e689413176b586463068414e2d7db190a3b5ee4140da6c85d296a55ffb66d1b1
SHA1: aae818168d897a2457fd651bd4b92689faeb2612
MD5sum: ffecf7036359af964624aabefc3e1e69
Description: debug symbols for postgresql-13-plr
Build-Ids: 16672ebfe5d6951090b29401a0865405550875ab
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-13-rum
Source: postgresql-rum
Version: 1.3.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 873
Depends: postgresql-13, libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-13-rum_1.3.8-1.pgdg+1_arm64.deb
Size: 341192
SHA256: 22ec5f3d773d5ffb5052565c1fc8b0b1ffd4a963862311e302ffa245fccf0d81
SHA1: c61fea4acd832af38150437f5142ae69b223aa2d
MD5sum: 5c825c5e704b51e06118c7e9560def2a
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-13-rum-dbgsym
Source: postgresql-rum
Version: 1.3.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 306
Depends: postgresql-13-rum (= 1.3.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-13-rum-dbgsym_1.3.8-1.pgdg+1_arm64.deb
Size: 268668
SHA256: 7c0b810c0e17c565756066114b5860535d3acff502634cbf92c83f1fd44d9459
SHA1: 82a4a4f7d2b4771caab2d9b133839ee08a924e67
MD5sum: f87c9e60d29ca1ea1679660767f3b3ae
Description: debug symbols for postgresql-13-rum
Build-Ids: b58e33b19dddf7c08aed73ae2cee23f7f5d1595e
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-14-pllua
Source: postgresql-pllua
Version: 1:2.0.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 962
Depends: postgresql-14, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-14-pllua_2.0.10-1.pgdg+1_arm64.deb
Size: 390956
SHA256: 92e256d368c063e3f64a10fe121f2b919f95221363d9e21293bc6f02db82ecd5
SHA1: 0a5092bc2ae6bf5117acde24b774ff9c664b8de1
MD5sum: 53c1e415cb1443968514591ca1064c45
Description: Lua procedural language for PostgreSQL 14
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-14-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 356
Depends: postgresql-14-pllua (= 1:2.0.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-14-pllua-dbgsym_2.0.10-1.pgdg+1_arm64.deb
Size: 308864
SHA256: f4c2b7f9d23f8d4fad4dbf3c4cf495e3f31811a841846ad3d94a4d52ee6711ac
SHA1: 8fc5835baa63d0c5e0b1a96359fe9441c6d51ff8
MD5sum: 80d8633e1e9d8c5f34a34678561e697d
Description: debug symbols for postgresql-14-pllua
Build-Ids: 34b3af31dbb4da386bfe0b71b121c9f6204e21c0 483f526795b159c36b02185ee4270d41ff74ea14
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 1.17.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 597
Depends: postgresql-14, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_1.17.1-2.pgdg+1_arm64.deb
Size: 268700
SHA256: 06c81a9770a3d26fbc90df82e86d67e12ec9f08e4a87b1b6e1822f6aefaed8a0
SHA1: c20b647bd2d23e7fc4f2b7df268d2d1a984381a9
MD5sum: 339b15aee6c5c782e8dc9e5b4ec1ba2a
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 1.17.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 250
Depends: postgresql-14-plpgsql-check (= 1.17.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_1.17.1-2.pgdg+1_arm64.deb
Size: 221452
SHA256: 83ac77db8b99a92e177beb679dd7afc3546c37812c61cd049e329f652e3e6ef2
SHA1: b9e9574bedd515137e489822d88ada51c7f430fe
MD5sum: ca751cecc70a33dd82cab2cd29322df3
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: 42b1cad4300c6c69e5620f464896b894ddc11703
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-14-plr
Source: plr
Version: 1:8.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 322
Depends: r-base-core (>= 2.10), postgresql-14, libc6 (>= 2.17)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-14-plr_8.4.2-1.pgdg+1_arm64.deb
Size: 158804
SHA256: 6c33c97702d972bf7226d93e162d7b2d442aa0ef834eac24520a6fbf37a4c30a
SHA1: c7ff4ca6c7347fb6a27c8675975e577fc8f9b8fa
MD5sum: 8dc13038f285d95ac331b5bd31288669
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.
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-14-plr-dbgsym
Source: plr
Version: 1:8.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-14-plr (= 1:8.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-14-plr-dbgsym_8.4.2-1.pgdg+1_arm64.deb
Size: 120980
SHA256: 5aa3a4b58e7e7ce6b9c290cf7621eb470dc3ff52a49efc063381403f26806a83
SHA1: 9d52c79f9a2d7169032237f91fd2179c484cf88d
MD5sum: 33318177aa5e5dbc2317162dca3402e7
Description: debug symbols for postgresql-14-plr
Build-Ids: 1755d2b878a9e38d519f54c91a9b34315646a92d
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-14-rum
Source: postgresql-rum
Version: 1.3.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 889
Depends: postgresql-14, libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-14-rum_1.3.8-1.pgdg+1_arm64.deb
Size: 341764
SHA256: 7ff40db2f99a6c90779d9c7a18df5e47d108a3541d36b2f7989fece5859111ce
SHA1: f0dddb35bf647fb17222857064865b2f31acecc4
MD5sum: a043f189e24b5331acdb93b00cd5cdbc
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-14-rum-dbgsym
Source: postgresql-rum
Version: 1.3.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 308
Depends: postgresql-14-rum (= 1.3.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-14-rum-dbgsym_1.3.8-1.pgdg+1_arm64.deb
Size: 270312
SHA256: 1a1b109f3d7c3c1234cc96bfa20df6d169b8846ab696ef75fe158a2cc3cf617c
SHA1: 5124abf545d6881d020bdfb12fc475cc7c6f9731
MD5sum: 81376d885b8d42a180d5e13a08e86eec
Description: debug symbols for postgresql-14-rum
Build-Ids: 5573c5d8115cd12c2427e619017022307044f0a4
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-9.6-pllua
Source: postgresql-pllua
Version: 1:2.0.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 329
Depends: postgresql-9.6, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-9.6-pllua_2.0.10-1.pgdg+1_arm64.deb
Size: 105528
SHA256: afb5f5c505b1176be8539fc3cea638da05a32f178254fc964ef15675c3a2a300
SHA1: 8275cbad3114782900d82f6b33b4658d4f291e62
MD5sum: 9fc938db81895f533c0536745d0b95fb
Description: Lua procedural language for PostgreSQL 9.6
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-9.6-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 346
Depends: postgresql-9.6-pllua (= 1:2.0.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-9.6-pllua-dbgsym_2.0.10-1.pgdg+1_arm64.deb
Size: 298088
SHA256: b9476cbcede7e6044220d088752833d4ef895056c91e32fbb27f73efd6849324
SHA1: 5928c2689a7aae6a48559787cf7f615b47c25eac
MD5sum: 96009b8b5a029a149391d05113e4f7bc
Description: debug symbols for postgresql-9.6-pllua
Build-Ids: 5c6162e2c5744027a926c197149815bf912b7572 b3c6a01510c6994b29aedcfcb82f068a9791905b
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-9.6-plr
Source: plr
Version: 1:8.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: r-base-core (>= 2.10), postgresql-9.6, libc6 (>= 2.17)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-9.6-plr_8.4.2-1.pgdg+1_arm64.deb
Size: 64224
SHA256: 2de20dc29b7fb5cc195fb6cbb51b9d6af253d456b57e45a326e10a70e2a3a93a
SHA1: 46f17ede80e4eacd448b154177e10695fcc5bb27
MD5sum: 6431bbe8036cae7c88f57f10ec7a1c49
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.
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-9.6-plr-dbgsym
Source: plr
Version: 1:8.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-9.6-plr (= 1:8.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-9.6-plr-dbgsym_8.4.2-1.pgdg+1_arm64.deb
Size: 109268
SHA256: 4437b9753609c4fa736529dbbb412b4f8f0eac6a98271efb97a34129a282130e
SHA1: eac2336640317247dede4a2f00b0bcbeda94e258
MD5sum: 11f037226d6f9558aebb22202f22a557
Description: debug symbols for postgresql-9.6-plr
Build-Ids: 14e34c459e82930482f997cd208948694de58c51
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-9.6-rum
Source: postgresql-rum
Version: 1.3.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 415
Depends: postgresql-9.6, libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-9.6-rum_1.3.8-1.pgdg+1_arm64.deb
Size: 99816
SHA256: e291ced50be4d836178f4c0c59de7ac233a2f88612997b5899f443e85350cde7
SHA1: 8364e097a490be37458090431ade6231a3f25461
MD5sum: 8f1075cad8ad7c7df9fa2480dcac7511
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2021-07-05 16:29:38+00

Package: postgresql-9.6-rum-dbgsym
Source: postgresql-rum
Version: 1.3.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 290
Depends: postgresql-9.6-rum (= 1.3.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-9.6-rum-dbgsym_1.3.8-1.pgdg+1_arm64.deb
Size: 253096
SHA256: cb69feb16a1d5e1565c07606a60ef35c82771786985998c35f255364a56aa460
SHA1: b3fcfcff6afe21035dd80b3cdfedff9213364771
MD5sum: b500dd66a95c7e37d5bfff0615e47305
Description: debug symbols for postgresql-9.6-rum
Build-Ids: 04fdaf5f0409c6bf35a174246ae7b77479320536
Timestamp: 2021-07-05 16:29:38+00

Package: pspg
Version: 5.0.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 276
Depends: libc6 (>= 2.17), libncursesw6 (>= 6), libpq5 (>= 9.0~), libreadline8 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_5.0.5-1.pgdg+1_arm64.deb
Size: 109340
SHA256: 6f277ff8a37972b8c82da3d1d3b8c8fd4992baf772dcb78ba72bf63cba081643
SHA1: a717aabf4c58d75b10eff480e843c0e61299cbcb
MD5sum: 339043149ad8bfc4907fe1765c7c064b
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2021-07-05 16:29:38+00

Package: pspg-dbgsym
Source: pspg
Version: 5.0.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 365
Depends: pspg (= 5.0.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_5.0.5-1.pgdg+1_arm64.deb
Size: 337892
SHA256: 55b091fedbc08bb779ce4b84658cc57d026aeb6d4197c0ee4367455388296542
SHA1: c297d28f49e5e36bc801add95ad4c47134d2d37d
MD5sum: e5f6f8b2b33fab85111d5c677618e6a1
Description: debug symbols for pspg
Build-Ids: 5ceaf54a1bba60222ce16a336f52ba07b9844c59
Timestamp: 2021-07-05 16:29:38+00

Package: python3-barman
Source: barman
Version: 2.12-2.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1002
Depends: python3-argh, python3-dateutil, python3-psycopg2, python3:any
Breaks: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Replaces: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Homepage: http://www.pgbarman.org
Priority: optional
Section: python
Filename: pool/main/b/barman/python3-barman_2.12-2.pgdg+1_all.deb
Size: 205744
SHA256: 9a325864184fc30c2a423ec2a73104b69a1e9e778ee8a19f771009f6b02477b1
SHA1: e1a9bffde6dfaf2d9772914066644651fd6ba361
MD5sum: 25512d090ecb033f7e82a2776d45382b
Description: Backup and Recovery Manager for PostgreSQL - Python modules
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides Python 3 modules only.
Timestamp: 2021-07-05 16:29:38+00

Package: pg-auto-failover-cli
Source: pg-auto-failover
Version: 1.6.1-1.pgdg+2
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 877
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), openssl
Recommends: postgresql-10-auto-failover | postgresql-11-auto-failover | postgresql-12-auto-failover | postgresql-13-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/pg-auto-failover-cli_1.6.1-1.pgdg+2_arm64.deb
Size: 369044
SHA256: 4236f502f4aa63259afd117cb109f90a20c8cb682f708eb6dd9e70e8402a50f9
SHA1: 777ff50b00f35365a97866b10c48cc73252592d2
MD5sum: f6eae4420c0a5b4640683a67749ee7eb
Description: Command line interface and service to manage pg auto failover Clusters
 This CLI is used to manage pg_auto_failover installations to provide High
 Availability to Postgres.
Timestamp: 2021-07-08 13:54:51+00

Package: pg-auto-failover-cli-dbgsym
Source: pg-auto-failover
Version: 1.6.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 571
Depends: pg-auto-failover-cli (= 1.6.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/pg-auto-failover-cli-dbgsym_1.6.1-1.pgdg+2_arm64.deb
Size: 510188
SHA256: f12d110c1c006610f1b7862e4c7628ad514625b01dffb0bd305139ba76227cb4
SHA1: b87c8d7fb81db51eb6240b3c52737f46bee487a8
MD5sum: b4758d1e97b4d1be052a5befc38409f5
Description: debug symbols for pg-auto-failover-cli
Build-Ids: 2114fb8bd36769de052d74724362d7988bd98b3f
Timestamp: 2021-07-08 13:54:51+00

Package: postgresql-10-auto-failover
Source: pg-auto-failover
Version: 1.6.1-1.pgdg+2
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 268
Depends: libc6 (>= 2.17), libpq5 (>= 8.4~), postgresql-10, pg-auto-failover-cli (= 1.6.1-1.pgdg+2)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-10-auto-failover_1.6.1-1.pgdg+2_arm64.deb
Size: 54140
SHA256: 8940c439d9cd809133cb76c5734a29f5347b8b482f2b558bfec3ad6e86b34d0d
SHA1: e0a93f046468eaed00a6db397cb8e85181ed61df
MD5sum: 70af7cfaa078d62de70c88638dda38da
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2021-07-08 13:54:51+00

Package: postgresql-10-auto-failover-dbgsym
Source: pg-auto-failover
Version: 1.6.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 150
Depends: postgresql-10-auto-failover (= 1.6.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-10-auto-failover-dbgsym_1.6.1-1.pgdg+2_arm64.deb
Size: 127452
SHA256: 2b970b936f1010909afba4f719e9d84b6274cd9155a0833bef674ba1b6cc4335
SHA1: fbe2fdb862080bd418355a90382f10fc4516772c
MD5sum: 00459b087020306347a9e5d48bd71464
Description: debug symbols for postgresql-10-auto-failover
Build-Ids: 744b277a73e5e74b1c7eab83254b5e74aecf26db
Timestamp: 2021-07-08 13:54:51+00

Package: postgresql-11-auto-failover
Source: pg-auto-failover
Version: 1.6.1-1.pgdg+2
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1024
Depends: libc6 (>= 2.17), libpq5 (>= 8.4~), postgresql-11, pg-auto-failover-cli (= 1.6.1-1.pgdg+2)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-11-auto-failover_1.6.1-1.pgdg+2_arm64.deb
Size: 357956
SHA256: b4aa14c40d7708eb8104ffe6c99237d4123f871c3bc03a6b6e87bf94346760a7
SHA1: e943bb77820f3584b7d2e44478230949d7fe1021
MD5sum: db4279f8add5cc949f668ccc8ee7c38c
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2021-07-08 13:54:51+00

Package: postgresql-11-auto-failover-dbgsym
Source: pg-auto-failover
Version: 1.6.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 149
Depends: postgresql-11-auto-failover (= 1.6.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-11-auto-failover-dbgsym_1.6.1-1.pgdg+2_arm64.deb
Size: 126816
SHA256: cb6af40549159ad6d38e04d99ed079f53dfb886ac09cb24fd63f42009ed31d1a
SHA1: 087c5f2682b0f76d746e34a523f8eccdae16c0fd
MD5sum: 3dfb8a9cf12fdeee8cfc07fc327e9a64
Description: debug symbols for postgresql-11-auto-failover
Build-Ids: dfc3dceef7cf5fc316e6c2c23afdaa368f5e3520
Timestamp: 2021-07-08 13:54:51+00

Package: postgresql-12-auto-failover
Source: pg-auto-failover
Version: 1.6.1-1.pgdg+2
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1091
Depends: libc6 (>= 2.17), libpq5 (>= 8.4~), postgresql-12, pg-auto-failover-cli (= 1.6.1-1.pgdg+2)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-12-auto-failover_1.6.1-1.pgdg+2_arm64.deb
Size: 381776
SHA256: 69e424a86dde1e27e1fdb7b625a55795e5eed613baa1618458175c41e1ced570
SHA1: 99b9607dc4242be46eae73edd4ab957b01a46c4d
MD5sum: e773a3733bca7e75ed6096594c2293e8
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2021-07-08 13:54:51+00

Package: postgresql-12-auto-failover-dbgsym
Source: pg-auto-failover
Version: 1.6.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 158
Depends: postgresql-12-auto-failover (= 1.6.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-12-auto-failover-dbgsym_1.6.1-1.pgdg+2_arm64.deb
Size: 135192
SHA256: d6669e3e45478be875259a2dbf73602e3937abc8cdf8fa2ef7406693dc3563c5
SHA1: 0895f077f4b804859831cfaa0ded4e373ac4a8dc
MD5sum: bfc64e0e11954662e2507bf31d75ff5f
Description: debug symbols for postgresql-12-auto-failover
Build-Ids: 7e7b7c007b50360de7a615853e890d21339f6b22
Timestamp: 2021-07-08 13:54:51+00

Package: postgresql-13-auto-failover
Source: pg-auto-failover
Version: 1.6.1-1.pgdg+2
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1107
Depends: libc6 (>= 2.17), libpq5 (>= 8.4~), postgresql-13, pg-auto-failover-cli (= 1.6.1-1.pgdg+2)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-13-auto-failover_1.6.1-1.pgdg+2_arm64.deb
Size: 387504
SHA256: 5189d1c31469e177900b9565ce014226d0b17cec16fb88ccb51ec7a498a8f885
SHA1: 95cda6e8d9ffb008efa2ad9677290826f498ed55
MD5sum: 27e4260ca88e5b37f5a3875be7560257
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2021-07-08 13:54:51+00

Package: postgresql-13-auto-failover-dbgsym
Source: pg-auto-failover
Version: 1.6.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 164
Depends: postgresql-13-auto-failover (= 1.6.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-13-auto-failover-dbgsym_1.6.1-1.pgdg+2_arm64.deb
Size: 140676
SHA256: a8e4f032275b43cc8481de949cbcafd1ef00b3c4527c69bef16140810ccf8a59
SHA1: fb6eeab950c8bdf8829cd747976de9b93e38161c
MD5sum: 940c9f55dc7c7e9cb8d7d4934dbf9202
Description: debug symbols for postgresql-13-auto-failover
Build-Ids: 1ab844b434f4fee48b28f79f3b8087303396a477
Timestamp: 2021-07-08 13:54:51+00

Package: postgresql-14-auto-failover
Source: pg-auto-failover
Version: 1.6.1-1.pgdg+2
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1129
Depends: libc6 (>= 2.17), libpq5 (>= 8.4~), postgresql-14, pg-auto-failover-cli (= 1.6.1-1.pgdg+2)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-14-auto-failover_1.6.1-1.pgdg+2_arm64.deb
Size: 392700
SHA256: e0cb96cd30de7ac345b31a04d9795a30902f9c447183c69b679b17f4971b00d2
SHA1: 19ff8814b2cf464f31730b7beefc162d639f2cfc
MD5sum: 45fa7c67ae6b5a91de4089f1502f44fc
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2021-07-08 13:54:51+00

Package: postgresql-14-auto-failover-dbgsym
Source: pg-auto-failover
Version: 1.6.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 166
Depends: postgresql-14-auto-failover (= 1.6.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-14-auto-failover-dbgsym_1.6.1-1.pgdg+2_arm64.deb
Size: 143124
SHA256: 55c49c25ee14c321cd48c938510a6c3a595519b652e8e79b37c27eee8889934e
SHA1: 705bac0a10759bb855b8eff8d62de11984a5e06f
MD5sum: 9a186578636f808d6f18e18abba72bb2
Description: debug symbols for postgresql-14-auto-failover
Build-Ids: 4bfd975f7bafc8ff3ab6e26aa498ff98dd194982
Timestamp: 2021-07-08 13:54:51+00

Package: patroni
Version: 2.1.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 799
Depends: python3-cdiff, python3-click (>= 4.1), python3-dateutil, python3-pkg-resources, python3-prettytable (>= 0.7), python3-psutil, python3-six (>= 1.7), python3-urllib3, python3-yaml, python3:any (>= 3.5~), lsb-base (>= 3.0-6), python3-psycopg2, python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_2.1.0-1.pgdg+1_all.deb
Size: 158140
SHA256: a530bd372c1d76237792ff1ffbe202af9cd98c755678bc8e5cbfe3059c5cf945
SHA1: 47e07d24800476ca37adfbc620d2d663fbb3d885
MD5sum: 686d097d0df3744d5fceba277a952a99
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2021-07-11 20:56:50+00

Package: patroni-doc
Source: patroni
Version: 2.1.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 887
Depends: libjs-sphinxdoc (>= 2.4.3-5~), sphinx-rtd-theme-common (>= 0.5.1+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_2.1.0-1.pgdg+1_all.deb
Size: 120976
SHA256: b8adae1eafe22234589a5c787b0e81359161f2b5278566fb04a622cc68cc4ba7
SHA1: 788baadb98153663ee7a1f1a46dd29043101fff5
MD5sum: b0b6bea4bca15e03f717a24fb622ed03
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2021-07-11 20:56:50+00

Package: postgresql-10-pgrouting
Source: pgrouting
Version: 3.2.0-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2648
Depends: postgresql-10-pgrouting-scripts (>= 3.2.0-1~exp1.pgdg+1), postgresql-10, postgresql-10-postgis, postgresql-10-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-10-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-10-pgrouting_3.2.0-1~exp1.pgdg+1_arm64.deb
Size: 670120
SHA256: c7e66eab2317a579fa04a1bffde3f4a291c7bcdebf16e4427d3b8f4566b084b4
SHA1: b33ca17f6695c353cb5bc4ba01cab4404aa62124
MD5sum: 6d810256761a9242b46351f48cd42229
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 10.
Timestamp: 2021-07-11 20:56:50+00

Package: postgresql-10-pgrouting-dbgsym
Source: pgrouting
Version: 3.2.0-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25636
Depends: postgresql-10-pgrouting (= 3.2.0-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-10-pgrouting-dbgsym_3.2.0-1~exp1.pgdg+1_arm64.deb
Size: 25497648
SHA256: 12320d107e14a3d128c34839f64059a6bb82bcc2eb69bd9425c41a674b280b5c
SHA1: 6c94d64a3dafe1d9debaf9a6b2b5d12a510fef49
MD5sum: f006033ee8568bc581978cd970829e49
Description: debug symbols for postgresql-10-pgrouting
Build-Ids: 7dfc298c4dcdb9630704003f237c9e04144ed6e5
Timestamp: 2021-07-11 20:56:50+00

Package: postgresql-10-pgrouting-doc
Source: pgrouting
Version: 3.2.0-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4925
Depends: libjs-mathjax, libjs-sphinxdoc (>= 2.4.3-5~)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-10-pgrouting-doc_3.2.0-1~exp1.pgdg+1_all.deb
Size: 1196276
SHA256: 1b7095dbfe37adf62051e8294e20893d1e48a0c9c9079522b2e1823a1e58b8ca
SHA1: 50e9bbc41adf235e0a2cdfa78715c019dbb53b53
MD5sum: 1be54ab156e6163951329a0f4caf9100
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.
Timestamp: 2021-07-11 20:56:50+00

Package: postgresql-10-pgrouting-scripts
Source: pgrouting
Version: 3.2.0-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1682
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-10-pgrouting-scripts_3.2.0-1~exp1.pgdg+1_all.deb
Size: 56308
SHA256: ab549e330bcce9a67adbea8f66c09842012d2c6e74438238c069962c3a1da5bf
SHA1: 6dacc4de5f76a196466bed0c53be83d02f436b28
MD5sum: d055ed55384263d83ca03923e8b29cfe
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 10.
Timestamp: 2021-07-11 20:56:50+00

Package: postgresql-11-pgrouting
Source: pgrouting
Version: 3.2.0-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2640
Depends: postgresql-11-pgrouting-scripts (>= 3.2.0-1~exp1.pgdg+1), postgresql-11, postgresql-11-postgis, postgresql-11-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-11-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting_3.2.0-1~exp1.pgdg+1_arm64.deb
Size: 669756
SHA256: 09bf267de4c9fb9cb5f92fa060f9248a740420ec4975f7da30c67c699131d944
SHA1: 2b1874bd87f87b41ee6f72b94645704ff332dd0c
MD5sum: 6a6a9ebf1ba591a9b5a58e4d3c437762
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 11.
Timestamp: 2021-07-11 20:56:50+00

Package: postgresql-11-pgrouting-dbgsym
Source: pgrouting
Version: 3.2.0-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25602
Depends: postgresql-11-pgrouting (= 3.2.0-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-dbgsym_3.2.0-1~exp1.pgdg+1_arm64.deb
Size: 25466164
SHA256: b4c4ca0ac31d5f53426d8b7246b03010a5e8173d5c92d3c93288dc6c7f145b70
SHA1: a1c05b124ba78bfd824ee15c2f90aa439a3d2e06
MD5sum: fda699cd6b9b4ee1b62e4aef1cdf535d
Description: debug symbols for postgresql-11-pgrouting
Build-Ids: b1d4e270677be6711d5f82ae02aa2f1a8373f32c
Timestamp: 2021-07-11 20:56:50+00

Package: postgresql-11-pgrouting-doc
Source: pgrouting
Version: 3.2.0-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4925
Depends: libjs-mathjax, libjs-sphinxdoc (>= 2.4.3-5~)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-doc_3.2.0-1~exp1.pgdg+1_all.deb
Size: 1196268
SHA256: 5bba865b2404ddb7f0cb16a97082b09e6a16f8d8d5d168e82e712a79068e026c
SHA1: 06e824f25deaa3f11a5d32c36d92bcf0c97bf460
MD5sum: d7e477bf11909a7060513aa80ef38407
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.
Timestamp: 2021-07-11 20:56:50+00

Package: postgresql-11-pgrouting-scripts
Source: pgrouting
Version: 3.2.0-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1682
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-scripts_3.2.0-1~exp1.pgdg+1_all.deb
Size: 56308
SHA256: 85cf774d108eeb0581ed7eb2e898128f81613f234bf508c72d878467741f2335
SHA1: bc51089e2ba77beed997aab062932ff3ac762454
MD5sum: 7d49eef6d194868c0881e911497d63af
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 11.
Timestamp: 2021-07-11 20:56:50+00

Package: postgresql-12-pgrouting
Source: pgrouting
Version: 3.2.0-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2636
Depends: postgresql-12-pgrouting-scripts (>= 3.2.0-1~exp1.pgdg+1), postgresql-12, postgresql-12-postgis, postgresql-12-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-12-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting_3.2.0-1~exp1.pgdg+1_arm64.deb
Size: 669440
SHA256: af8856e83e8b97cdb855966ff07eff4026872e15c1eaf7145d6079495aab2820
SHA1: 5696ae716a973c9c268134b4eac6a9485e129f32
MD5sum: 31af7f41279268adfd080b56ffd29991
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 12.
Timestamp: 2021-07-11 20:56:50+00

Package: postgresql-12-pgrouting-dbgsym
Source: pgrouting
Version: 3.2.0-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25649
Depends: postgresql-12-pgrouting (= 3.2.0-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-dbgsym_3.2.0-1~exp1.pgdg+1_arm64.deb
Size: 25515648
SHA256: 750ea84d5f00c0ccb0f11211108b8e191b21f3c445ce45e3c5989c9870d490ab
SHA1: c27e629a2e6ae41559e27c8a5c4ddda35317812d
MD5sum: 99e20faa03ea59e69bff87a413492200
Description: debug symbols for postgresql-12-pgrouting
Build-Ids: 0944a67b250aa933abd1afba806459cfa2817b86
Timestamp: 2021-07-11 20:56:50+00

Package: postgresql-12-pgrouting-doc
Source: pgrouting
Version: 3.2.0-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4925
Depends: libjs-mathjax, libjs-sphinxdoc (>= 2.4.3-5~)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-doc_3.2.0-1~exp1.pgdg+1_all.deb
Size: 1196304
SHA256: 2e36fa5dd1aa0ac1a0752b63a8feff8b889a5063573f4915ffeb69e3efa6e1a0
SHA1: e7428f5a0c5c8f5711d3f82acd4f6e6b3892127a
MD5sum: aca9c50f1f729cc51c66f052ec61bb65
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.
Timestamp: 2021-07-11 20:56:50+00

Package: postgresql-12-pgrouting-scripts
Source: pgrouting
Version: 3.2.0-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1682
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-scripts_3.2.0-1~exp1.pgdg+1_all.deb
Size: 56308
SHA256: 9b3fd0d449fb9ef97ddc71d937324e13cbed8203985bc50cb1085a35993bf631
SHA1: 4d0e146697370cd3ae3177d07f24c0abda6084cf
MD5sum: 0b76dea1dfa6437b937188dbbe8a6d6c
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 12.
Timestamp: 2021-07-11 20:56:50+00

Package: postgresql-13-pgrouting
Source: pgrouting
Version: 3.2.0-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2636
Depends: postgresql-13-pgrouting-scripts (>= 3.2.0-1~exp1.pgdg+1), postgresql-13, postgresql-13-postgis, postgresql-13-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-13-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting_3.2.0-1~exp1.pgdg+1_arm64.deb
Size: 669592
SHA256: 43619ad5570d323fc30044b21ebe595777084230fa03c2dbaf850e54ee29edc3
SHA1: 4e3bd4916dc8f932118d60a6f92a5badb6b070a6
MD5sum: 5d70f134ec1776c0a1d4e1b7d66f9e17
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 13.
Timestamp: 2021-07-11 20:56:50+00

Package: postgresql-13-pgrouting-dbgsym
Source: pgrouting
Version: 3.2.0-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25567
Depends: postgresql-13-pgrouting (= 3.2.0-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-dbgsym_3.2.0-1~exp1.pgdg+1_arm64.deb
Size: 25424064
SHA256: 8cd2eb2b3148ee75f532d91fb0c9a029366620ee8500496b72d222d0b92db439
SHA1: 6c64a214730ce74fb71dd81089e27fac0dd91640
MD5sum: 49f41f61475d3dd5146fe3251baa6867
Description: debug symbols for postgresql-13-pgrouting
Build-Ids: f3e7bc266f97d857e19472d6ea8623082fe0f910
Timestamp: 2021-07-11 20:56:50+00

Package: postgresql-13-pgrouting-doc
Source: pgrouting
Version: 3.2.0-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4925
Depends: libjs-mathjax, libjs-sphinxdoc (>= 2.4.3-5~)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-doc_3.2.0-1~exp1.pgdg+1_all.deb
Size: 1196180
SHA256: 18f17dcc0dc70c89d5ec464ca8bc2ff48f360d2b61c96aaff70019d6cae710ae
SHA1: 60cb7df8c3c22d25d983ffdd61e78f4dd7ea9ffe
MD5sum: 451f2c409d6e7db702ead13e1f25ac09
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.
Timestamp: 2021-07-11 20:56:50+00

Package: postgresql-13-pgrouting-scripts
Source: pgrouting
Version: 3.2.0-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1682
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-scripts_3.2.0-1~exp1.pgdg+1_all.deb
Size: 56300
SHA256: 6b1240228a4bdd6de865197bc45d19290c29bc1da0e3c60cbdfa7782337c243f
SHA1: 8baa1c5369c62080908b068ba763d99b3c831bf6
MD5sum: 245c4e0fdb41c2b68b516db6818c6058
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 13.
Timestamp: 2021-07-11 20:56:50+00

Package: postgresql-14-pgrouting
Source: pgrouting
Version: 3.2.0-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2644
Depends: postgresql-14-pgrouting-scripts (>= 3.2.0-1~exp1.pgdg+1), postgresql-14, postgresql-14-postgis, postgresql-14-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-14-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting_3.2.0-1~exp1.pgdg+1_arm64.deb
Size: 669336
SHA256: 32535490296895820ff9c2b17f7e7d779441066e0e0c90d563f6300de9a1a86b
SHA1: 678dc8bc0477bc6482d958c36737b3ea7f8db0b4
MD5sum: a517262556904b1629ddd1d7bec6e135
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 14.
Timestamp: 2021-07-11 20:56:50+00

Package: postgresql-14-pgrouting-dbgsym
Source: pgrouting
Version: 3.2.0-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25577
Depends: postgresql-14-pgrouting (= 3.2.0-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-dbgsym_3.2.0-1~exp1.pgdg+1_arm64.deb
Size: 25440124
SHA256: 6da87691746032988d9ea18527d33bf7c0eb1628ad4fc9436efceabd06ff4bb5
SHA1: eb630a8e8fc956f281bdcbf7a4152a889614b30e
MD5sum: babe31bc2fc9e343984b5bbb65eee7af
Description: debug symbols for postgresql-14-pgrouting
Build-Ids: 08d1af6ddfe83b1585b13106aff7127d452f0728
Timestamp: 2021-07-11 20:56:50+00

Package: postgresql-14-pgrouting-doc
Source: pgrouting
Version: 3.2.0-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4925
Depends: libjs-mathjax, libjs-sphinxdoc (>= 2.4.3-5~)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-doc_3.2.0-1~exp1.pgdg+1_all.deb
Size: 1196228
SHA256: 89b2c842d025d4ff5439f204a71d6c4ffed82ca5618697a921c5d1875649c630
SHA1: 9d392b495fef913a8131cb110d1ebab81943d4b1
MD5sum: 82e361c5f99ecb01e8d6392c733a63ca
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.
Timestamp: 2021-07-11 20:56:50+00

Package: postgresql-14-pgrouting-scripts
Source: pgrouting
Version: 3.2.0-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1682
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-scripts_3.2.0-1~exp1.pgdg+1_all.deb
Size: 56316
SHA256: b107056d9627332a085505e920d9364782a547be1420c429c0ab1b718e2854f8
SHA1: fb0c13da089d2ba36788cf2d9522fcdc89dc3a85
MD5sum: 83b76f89a46fb1ce7805059f56706dd6
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 14.
Timestamp: 2021-07-11 20:56:50+00

Package: postgresql-9.6-pgrouting
Source: pgrouting
Version: 3.2.0-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2648
Depends: postgresql-9.6-pgrouting-scripts (>= 3.2.0-1~exp1.pgdg+1), postgresql-9.6, postgresql-9.6-postgis, postgresql-9.6-postgis-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-9.6-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-9.6-pgrouting_3.2.0-1~exp1.pgdg+1_arm64.deb
Size: 670496
SHA256: 43f9b4001889369215c3e7180d1baecdca22f53f3622d2b6a4c50fedbbc03152
SHA1: 9066aeb04c1d5c9206c555cb9688a2292cfd15c6
MD5sum: b3f1c93d8e179d7518a577ef6875f7bb
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.
Timestamp: 2021-07-11 20:56:50+00

Package: postgresql-9.6-pgrouting-dbgsym
Source: pgrouting
Version: 3.2.0-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25421
Depends: postgresql-9.6-pgrouting (= 3.2.0-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-9.6-pgrouting-dbgsym_3.2.0-1~exp1.pgdg+1_arm64.deb
Size: 25286972
SHA256: 6f1a2a3f4f2bef68e98eaeaef104a2003c0a15a9171890d42752944a14bf25e2
SHA1: 035d6a9f55010362ce17b293d3be728f81cf9cff
MD5sum: 0fa773dc20cecd43cdfc8c3673936984
Description: debug symbols for postgresql-9.6-pgrouting
Build-Ids: 24c1eff0e3117dbd55ac38db7b0c836a647e4fb2
Timestamp: 2021-07-11 20:56:50+00

Package: postgresql-9.6-pgrouting-doc
Source: pgrouting
Version: 3.2.0-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4925
Depends: libjs-mathjax, libjs-sphinxdoc (>= 2.4.3-5~)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-9.6-pgrouting-doc_3.2.0-1~exp1.pgdg+1_all.deb
Size: 1196260
SHA256: 00ca0fd8e7e27127fab09af1428f03aa2bd8366ed62e94236d5867ec4fd4d99f
SHA1: 445e15f038fd35273966a2227027b3ea226c888d
MD5sum: 634de283bafd8669adc686fe88de91b8
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.
Timestamp: 2021-07-11 20:56:50+00

Package: postgresql-9.6-pgrouting-scripts
Source: pgrouting
Version: 3.2.0-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1682
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-9.6-pgrouting-scripts_3.2.0-1~exp1.pgdg+1_all.deb
Size: 56316
SHA256: cf884cb30e425f586c35821df0820d8ec5de605e1313ff405b9972335dccf6f2
SHA1: eba662c0632a16febe0ac05edd32575c1d586858
MD5sum: 2b0ee7504598a45bba434660c7757483
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 9.6.
Timestamp: 2021-07-11 20:56:50+00

Package: barman
Version: 2.13-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 132
Depends: python3-barman (= 2.13-1.pgdg+1), python3-pkg-resources, adduser, rsync (>= 3.0.4~), python3:any
Recommends: openssh-server, openssh-client, postgresql-client
Suggests: barman-cli, repmgr
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman_2.13-1.pgdg+1_all.deb
Size: 98644
SHA256: 739a10c9e50e89c0b936fc9f63b80d8f8f2ec05c4322b210b1d25b5874afe68b
SHA1: 4f13e41e7ff754f617c10b6760a80f5e59d9722d
MD5sum: e2c5e07b48c8dfadbe060b663616f72e
Description: Backup and Recovery Manager for PostgreSQL
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides barman binary.
Timestamp: 2021-07-26 12:10:38+00

Package: barman-cli
Source: barman
Version: 2.13-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 81
Depends: python3-barman (= 2.13-1.pgdg+1), python3-pkg-resources, rsync (>= 3.0.4~), python3:any
Recommends: openssh-client, barman-cli-cloud
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli_2.13-1.pgdg+1_all.deb
Size: 70720
SHA256: c89f4f08cd54f481a6593f3b3fd7f24aa207afda54961760b8636f85ee711b1a
SHA1: ba1c7f1c4c4a1a6067a60b08c712de68e85b30e3
MD5sum: be4db68a9392cfac9c788a70e5d77ce2
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 organization 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.
Timestamp: 2021-07-26 12:10:38+00

Package: barman-cli-cloud
Source: barman
Version: 2.13-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 91
Depends: python3-barman (= 2.13-1.pgdg+1), python3-pkg-resources, rsync (>= 3.0.4~), python3:any, python3-boto3
Breaks: barman-cli (<< 2.10-3~~)
Replaces: barman-cli (<< 2.10-3~~)
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli-cloud_2.13-1.pgdg+1_all.deb
Size: 77640
SHA256: 380ab472644ccdf8794ee3960ec01ae5025ae5754e1295841164a7c20081ecaf
SHA1: abf41ead001310f25fbe4dea88cd3dd1cd0c9a62
MD5sum: 7483ed8150b68e18de09cb6bd2aea278
Description: Cloud 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 organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli-cloud package contains cloud client utilities for the
 integration of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by 2ndQuadrant.
Timestamp: 2021-07-26 12:10:38+00

Package: python3-barman
Source: barman
Version: 2.13-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1057
Depends: python3-argh, python3-dateutil, python3-psycopg2, python3:any
Breaks: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Replaces: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Homepage: http://www.pgbarman.org
Priority: optional
Section: python
Filename: pool/main/b/barman/python3-barman_2.13-1.pgdg+1_all.deb
Size: 224276
SHA256: f75595fff5ce2c105c67c55d96a69f7269ed0531b36f8023ecab6f8bb83a7363
SHA1: b0ad5820a926c027c54456c6baafaf97815ac0ef
MD5sum: 6e78bf062c0b38335c362a9200cc483c
Description: Backup and Recovery Manager for PostgreSQL - Python modules
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides Python 3 modules only.
Timestamp: 2021-07-26 12:10:38+00

Package: elephant-shed
Version: 1.3.5.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 9
Depends: elephant-shed-cockpit, elephant-shed-grafana, elephant-shed-omnidb, elephant-shed-pgbackrest, elephant-shed-pgbadger, elephant-shed-portal, elephant-shed-postgresql, elephant-shed-prometheus, elephant-shed-prometheus-node-exporter, elephant-shed-prometheus-sql-exporter, elephant-shed-shellinabox, elephant-shed-tmate
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed_1.3.5.pgdg+1_all.deb
Size: 3492
SHA256: b1712310ace55ccbd971574f0adb7de5ed8fee0eb22ea5344982ed7b2300b4c4
SHA1: 1e61063374d5abb6e8edc8d029d2c3a0048fe87d
MD5sum: d410a0b2679942ed91027a28520dde00
Description: PostgreSQL dashboard
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This meta package depends on all Elephant Shed components.
Timestamp: 2021-07-29 14:19:04+00

Package: elephant-shed-cockpit
Source: elephant-shed
Version: 1.3.5.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 18
Depends: cockpit
Recommends: cockpit-packagekit
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-cockpit_1.3.5.pgdg+1_all.deb
Size: 3932
SHA256: 86bef76d9d0dae38441c88992af3d1e5d530430a61d29ea27899a0f237dc4fc7
SHA1: e84bab6c02ab16975bca98d23555b14cc28d5793
MD5sum: 1fd0af3f4667c075485c79dd8b6a6c69
Description: PostgreSQL dashboard -- cockpit integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with cockpit.
Timestamp: 2021-07-29 14:19:04+00

Package: elephant-shed-grafana
Source: elephant-shed
Version: 1.3.5.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 164
Depends: curl, grafana (>> 5)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-grafana_1.3.5.pgdg+1_all.deb
Size: 16168
SHA256: ab07b7330e10d38ad803112d4d7223939b098d262019285ca6a1b04232a4481f
SHA1: 907d1557ec6f78932ec5d4ddf61f86409c4b4c1b
MD5sum: 04137987a138aac1b84079a416b96ddd
Description: PostgreSQL dashboard -- Grafana integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with Grafana.
Timestamp: 2021-07-29 14:19:04+00

Package: elephant-shed-omnidb
Source: elephant-shed
Version: 1.3.5.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 13
Depends: omnidb-server
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-omnidb_1.3.5.pgdg+1_all.deb
Size: 3880
SHA256: eec02d3b6ed9677982b16fd373478e2f69867f7f3f07a6bbd64b8a4dd33a2838
SHA1: f9616edd6b564472a3459f583e7c2572b7b2a6d5
MD5sum: a6d6bf3b00911b74d85ac4bf1ea68019
Description: PostgreSQL dashboard -- OmniDB integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This meta package provides the integration with OmniDB.
Timestamp: 2021-07-29 14:19:04+00

Package: elephant-shed-pgbackrest
Source: elephant-shed
Version: 1.3.5.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 23
Depends: pgbackrest, postgresql-common
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-pgbackrest_1.3.5.pgdg+1_all.deb
Size: 5820
SHA256: 1ce78b5a66e6953eaec0779dd6ccf548cffe7cfbc59ca7f5d443e3931f35e853
SHA1: fdf4adf4474685413020cb1e46ac70c5d7be96dc
MD5sum: dd3ecd491c2c6f098d4e9c8015145406
Description: PostgreSQL dashboard -- pgBackRest integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with pgBackRest.
Timestamp: 2021-07-29 14:19:04+00

Package: elephant-shed-pgbadger
Source: elephant-shed
Version: 1.3.5.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 26
Depends: pgbadger (>> 9), postgresql-common
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-pgbadger_1.3.5.pgdg+1_all.deb
Size: 5408
SHA256: aebf98903c2220046d44b77c0de537d4a5e78abf79b265e9fb73ebf232db6380
SHA1: 28a5e1687124079321be60dcc3ebe38815d5e258
MD5sum: 6b3ee43609841c26352d1212cd0ecae4
Description: PostgreSQL dashboard -- pgBadger integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with pgBadger.
Timestamp: 2021-07-29 14:19:04+00

Package: elephant-shed-portal
Source: elephant-shed
Version: 1.3.5.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 8222
Depends: adduser, apache2, libapache2-mod-authnz-external, libapache2-mod-authz-unixgroup, libapache2-mod-wsgi-py3, libtemplate-perl, libcgi-pm-perl, pwauth
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-portal_1.3.5.pgdg+1_all.deb
Size: 4164212
SHA256: 5b22604cb94c6f5c102d17c4638be375372a895d6aebccc53e6f3a3c1d409cce
SHA1: 0f94affe8e4ff2fb91c685adfe3985b5619b4bf8
MD5sum: 9057edc4a6caeab4e77c9d769e634136
Description: PostgreSQL dashboard -- web interface
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the web interface.
Timestamp: 2021-07-29 14:19:04+00

Package: elephant-shed-postgresql
Source: elephant-shed
Version: 1.3.5.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 19
Depends: adduser, postgresql-common (>> 183~)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-postgresql_1.3.5.pgdg+1_all.deb
Size: 4848
SHA256: 86cacf5dde27811c7752fc1dd5703362b54df2c517b97f5d84a50ed332b13c3e
SHA1: f7db0a8f15cdf9dc78d1cdbc2c8296e30a117452
MD5sum: 8a4396c9d73833b0c56c021cc2c011be
Description: PostgreSQL dashboard -- PostgreSQL integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with PostgreSQL.
Timestamp: 2021-07-29 14:19:04+00

Package: elephant-shed-prometheus
Source: elephant-shed
Version: 1.3.5.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 23
Depends: prometheus (>= 2.0)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-prometheus_1.3.5.pgdg+1_all.deb
Size: 5416
SHA256: 655cb854a206b43cd6fd60ea5e7490a96125be062cc029a053c73561c1fc9426
SHA1: 93a1503465e0ecbdf3ff6e4969505bb47cea8a36
MD5sum: d3d103be50607c85a2c23cec38d0a191
Description: PostgreSQL dashboard -- Prometheus integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with Prometheus.
Timestamp: 2021-07-29 14:19:04+00

Package: elephant-shed-prometheus-node-exporter
Source: elephant-shed
Version: 1.3.5.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 25
Depends: prometheus-node-exporter (>= 0.16.0)
Breaks: elephant-shed-prometheus (<< 1.1)
Replaces: elephant-shed-prometheus (<< 1.1)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-prometheus-node-exporter_1.3.5.pgdg+1_all.deb
Size: 5564
SHA256: b6afa76aa5c53ba785663dd251562c2ae19d7f2a2cfa7dff5ff634e54ef19d37
SHA1: 2d5c20e63bb0cda329349bc9054ed8974c31dabe
MD5sum: 691cf9e4fd16dda3d631d4f84e0a45e1
Description: PostgreSQL dashboard -- Node exporter integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with the Prometheus node
 exporter.
Timestamp: 2021-07-29 14:19:04+00

Package: elephant-shed-prometheus-sql-exporter
Source: elephant-shed
Version: 1.3.5.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 56
Depends: libyaml-perl, postgresql-common, prometheus-sql-exporter
Breaks: elephant-shed-prometheus (<< 1.1)
Replaces: elephant-shed-prometheus (<< 1.1)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-prometheus-sql-exporter_1.3.5.pgdg+1_all.deb
Size: 10000
SHA256: a4a31334803649eb7b66ba617f8b0b2d9d6b43925290f5ac97ccc965e3ff0ecf
SHA1: 0b62b38bbc9d7d05b1d6d85148a908fe796e2f71
MD5sum: 8b65d074c13bc32f57b79322a3ddf455
Description: PostgreSQL dashboard -- SQL exporter integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with the Prometheus SQL
 exporter.
Timestamp: 2021-07-29 14:19:04+00

Package: elephant-shed-shellinabox
Source: elephant-shed
Version: 1.3.5.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 10
Depends: shellinabox
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-shellinabox_1.3.5.pgdg+1_all.deb
Size: 3628
SHA256: e072f164eed52542acf2f3721c516400f94a819ca75a6ad0cd689bc6597c0db6
SHA1: 78720d2851b12e257c3b764faead5f1590ffc535
MD5sum: a89662f4357252de4e515bc1c253892b
Description: PostgreSQL dashboard -- shellinabox integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This meta package provides the integration with shellinabox.
Timestamp: 2021-07-29 14:19:04+00

Package: elephant-shed-tmate
Source: elephant-shed
Version: 1.3.5.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 19
Depends: tmate (>= 2.4)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-tmate_1.3.5.pgdg+1_all.deb
Size: 4384
SHA256: 7a4a41d1af86780d6638e2f7660ea46529fa806f6aa17b4e9ba5647d4737809d
SHA1: cd4d32a56c2da624435da5bf993353ef62f70097
MD5sum: 10ed2dbfb9444ebbd88179e81b2ba76c
Description: PostgreSQL dashboard -- tmate integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with tmate.
Timestamp: 2021-07-29 14:19:04+00

Package: libdbd-pg-perl
Version: 3.15.0-1~pgdg+1
Architecture: arm64
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Installed-Size: 574
Depends: perl, perl-dbdabi-94, perlapi-5.32.1, libc6 (>= 2.17), libpq5 (>= 9.3~), libdbi-perl, libversion-perl
Homepage: https://metacpan.org/release/DBD-Pg
Priority: optional
Section: perl
Filename: pool/main/libd/libdbd-pg-perl/libdbd-pg-perl_3.15.0-1~pgdg+1_arm64.deb
Size: 208612
SHA256: 765fa618327289bbe897a6be063bf5ddadba2c801b39ddc26dcba41792205841
SHA1: 51a7422853223e29490ff0ff2f7240530c1fb650
MD5sum: 3a1987123c9cc7198499347f2ae10bb5
Description: Perl DBI driver for the PostgreSQL database server
 DBD::Pg is a Perl DBI Database Driver module that works with the DBI module to
 provide access to PostgreSQL databases. It enables you to control a PostgreSQL
 database in a Perl script.
Timestamp: 2021-07-29 14:19:04+00

Package: libdbd-pg-perl-dbgsym
Source: libdbd-pg-perl
Version: 3.15.0-1~pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Installed-Size: 213
Depends: libdbd-pg-perl (= 3.15.0-1~pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/libd/libdbd-pg-perl/libdbd-pg-perl-dbgsym_3.15.0-1~pgdg+1_arm64.deb
Size: 192624
SHA256: b81f2033959abe59146f3a05c6c467b63454e4ee0ab75cf7fe0d88db327a9a16
SHA1: 3d799a2473f214029171863078cd3695b69c1d14
MD5sum: faf182af540b489e69c6a6b961b66d3d
Description: debug symbols for libdbd-pg-perl
Build-Ids: e83497538f4f9acea73e31c75d5182ff943da87b
Timestamp: 2021-07-29 14:19:04+00

Package: libpostgresql-jdbc-java
Source: libpgjava
Version: 42.2.23-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 996
Conflicts: libpg-java (<= 9.1-901-1), libpgjava (<= 7.4.7-3)
Replaces: libpg-java (<= 9.1-901-1), libpgjava
Provides: libpg-java, libpgjava
Built-Using: libscram-java (= 2.1-1.pgdg+1)
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: java
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java_42.2.23-1.pgdg+1_all.deb
Size: 915376
SHA256: 8643a9bbd5fd6307e50e932365a7b4c44395f6a42f0fce4ca58cc432238109cd
SHA1: 722697ac0da2eba21a8d97e06e84c0b5212ca92a
MD5sum: d3e275d6f6e42953df99d6062bd8a894
Description: Java database (JDBC) driver for PostgreSQL
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
Timestamp: 2021-07-29 14:19:04+00

Package: libpostgresql-jdbc-java-doc
Source: libpgjava
Version: 42.2.23-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 10954
Depends: default-jdk-doc
Conflicts: libpg-java-doc (<= 8.4-702-1)
Replaces: libpg-java-doc
Provides: libpg-java-doc
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java-doc_42.2.23-1.pgdg+1_all.deb
Size: 628148
SHA256: 9650d7ba04a67c742408ad9035b0ecc6ff6ecfdeb12a03abaad0b8749cd7075c
SHA1: 36f47ec54da79f4ecfdea851cd42937170bb87b3
MD5sum: 0202b890f375a98e53d52b7c3d9b0503
Description: Java database (JDBC) driver for PostgreSQL (documentation)
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
 .
 This package contains the documentation.
Timestamp: 2021-07-29 14:19:04+00

Package: postgresql-10-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 1619
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-10-pgl-ddl-deploy_2.1.0-1.pgdg+1_arm64.deb
Size: 41388
SHA256: 4167aa11b5b3967ff46df0f4d7955d4813b5d0d4748f3c7e7ede9ad402e82639
SHA1: 2f6f53e50729da607881fecfc6d6b989d6beac18
MD5sum: 3ccac87bfb936906f0ecb27f76cbe013
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 10.
Timestamp: 2021-07-29 14:19:04+00

Package: postgresql-10-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 42
Depends: postgresql-10-pgl-ddl-deploy (= 2.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-10-pgl-ddl-deploy-dbgsym_2.1.0-1.pgdg+1_arm64.deb
Size: 22148
SHA256: c2c69c583ba8b6bce7ce374774af709d953f9bf4cf070551ae7ce0c846bc8859
SHA1: ef7a5694b17f5dc9a175035eb74130786c140a28
MD5sum: 8c269f65b5c92ccd7c0a4b178d037ebd
Description: debug symbols for postgresql-10-pgl-ddl-deploy
Build-Ids: 06e96c4dd6d28640f74d8fba26566a0f873da7cc 770373fdb0d9f0898c58a8f26350e73e9d77ba08
Timestamp: 2021-07-29 14:19:04+00

Package: postgresql-11-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 1648
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-11-pgl-ddl-deploy_2.1.0-1.pgdg+1_arm64.deb
Size: 53680
SHA256: fe36c8c04ac692d59c556d9bff7487322cf46f9ca4608288a80c0d22625f6f8c
SHA1: b2c73cbc609a0690032968912c5f4a82b13307b4
MD5sum: 602ed413d1da80737984d5cee76ddcd3
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 11.
Timestamp: 2021-07-29 14:19:04+00

Package: postgresql-11-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 43
Depends: postgresql-11-pgl-ddl-deploy (= 2.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-11-pgl-ddl-deploy-dbgsym_2.1.0-1.pgdg+1_arm64.deb
Size: 22784
SHA256: 208a7102a69f35aa6e12c045944fff2083794e968e809e4cd5b6da76cb9c6c32
SHA1: d55c44c01a320c830cb53da586e080a3128fff95
MD5sum: 63b8407722466d5b0f70e2e02b92cc7c
Description: debug symbols for postgresql-11-pgl-ddl-deploy
Build-Ids: 1bc9fcc6dc709026c40bdad12315c6de67871d93 80498c5536602d7dbd467f259d23a8fccaaf54dc
Timestamp: 2021-07-29 14:19:04+00

Package: postgresql-12-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 1648
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-12-pgl-ddl-deploy_2.1.0-1.pgdg+1_arm64.deb
Size: 53616
SHA256: d032e160af6406e1ca8817781e26c6c5c9b265bcb43e184cf03f6ec447f0ceea
SHA1: 49f809857652103ef4b9c3cb6e0de2417e66d1e9
MD5sum: b46ac7176b4d3fa0a6763418421692c7
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 12.
Timestamp: 2021-07-29 14:19:04+00

Package: postgresql-12-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 43
Depends: postgresql-12-pgl-ddl-deploy (= 2.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-12-pgl-ddl-deploy-dbgsym_2.1.0-1.pgdg+1_arm64.deb
Size: 23048
SHA256: 3ff0df700b4f1460260b96a0a17a4f317fb36c88ddcf9fa09895988f41a687c2
SHA1: 150ef9a7850774689f26e12e60f820967a1901ed
MD5sum: 03e0f2671f9461d2a99358acf78b2067
Description: debug symbols for postgresql-12-pgl-ddl-deploy
Build-Ids: 1084371217165e4dfb1f3be0fb03aa8e3c047e74 6cd791b66eb26a4149d2cb8088891cc4e4d67548
Timestamp: 2021-07-29 14:19:04+00

Package: postgresql-13-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 1652
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-13-pgl-ddl-deploy_2.1.0-1.pgdg+1_arm64.deb
Size: 53696
SHA256: c8b223292c10db8e6e669bba219b9bf761b51daf5721cddf951e8a0b068b2333
SHA1: c22e6e7da155ad2b3cadbdf9e7020b5be44befb6
MD5sum: 39004f9fef6620495dc8b5586e8033c4
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 13.
Timestamp: 2021-07-29 14:19:04+00

Package: postgresql-13-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 44
Depends: postgresql-13-pgl-ddl-deploy (= 2.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-13-pgl-ddl-deploy-dbgsym_2.1.0-1.pgdg+1_arm64.deb
Size: 23728
SHA256: 2799b0c7bf99882858f8194bbee43fc12e51311f1ced3ec9bb470991fba805bb
SHA1: 5b7181036379dac62319ce2d7624e48b620ecb65
MD5sum: 643fbcefaf19ad4e9dc00429ab6f9899
Description: debug symbols for postgresql-13-pgl-ddl-deploy
Build-Ids: 467171c7a624c31764cc1c24cd17aee1552bf356 8fb170af92592f44a713561826ba84542afeaa4d
Timestamp: 2021-07-29 14:19:04+00

Package: postgresql-9.6-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 1619
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-9.6-pgl-ddl-deploy_2.1.0-1.pgdg+1_arm64.deb
Size: 41388
SHA256: 4cfad19dc1630f3f0375d6df131a69cfdb2e79f2ff8682c11244296541de2f38
SHA1: 342cd24f6ac30680c6563ee3ab285ef893409db3
MD5sum: c63a02e4346270eedea718505a63084f
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 9.6.
Timestamp: 2021-07-29 14:19:04+00

Package: postgresql-9.6-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 42
Depends: postgresql-9.6-pgl-ddl-deploy (= 2.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-9.6-pgl-ddl-deploy-dbgsym_2.1.0-1.pgdg+1_arm64.deb
Size: 21696
SHA256: f60f9ec633e193249287fe3443579fe7d8256dbfecf0125ce11b8ce446727f19
SHA1: 33ef4741d193f7636d46393dcd0279e43b6b37ab
MD5sum: 2c98b456fd9c1cf057baf1dafb46c114
Description: debug symbols for postgresql-9.6-pgl-ddl-deploy
Build-Ids: 6fcb2cf41642e9e280f0c548e1ecabe6e8dc50d1 acf8a48d015ba79a113ef05972008f3ac4e847ee
Timestamp: 2021-07-29 14:19:04+00

Package: pspg
Version: 5.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 280
Depends: libc6 (>= 2.17), libncursesw6 (>= 6), libpq5 (>= 9.0~), libreadline8 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_5.2.0-1.pgdg+1_arm64.deb
Size: 111928
SHA256: c3edf05c61735d52029fc5ad0f2341beba132372c481543dffb91565f835b170
SHA1: de517e1b8af67e0c1b61615b42c0f44c64de0083
MD5sum: d4b024a5ec5fb7e244453f8d04f2e6d1
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2021-07-29 14:19:04+00

Package: pspg-dbgsym
Source: pspg
Version: 5.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 369
Depends: pspg (= 5.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_5.2.0-1.pgdg+1_arm64.deb
Size: 340692
SHA256: 49573b015d67d50cb029964b9b76387b7d786cf762b26db863c13b79216292cf
SHA1: d58b9480cff8e0ca2cdaa3cda1b3bc7a95f9f286
MD5sum: 67ddfac66de695917df50a6ec3ece91f
Description: debug symbols for pspg
Build-Ids: dc39198128b73c8afad1e1e3389a580faa63aafd
Timestamp: 2021-07-29 14:19:04+00

Package: postgresql-14-cron
Source: pg-cron (1.3.1-1.pgdg+2)
Version: 1.3.1-1.pgdg+2+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: postgresql-14, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-14-cron_1.3.1-1.pgdg+2+b1_arm64.deb
Size: 91064
SHA256: 833afa1b4f1dfd640394a836d544082bba1c9fa1acb0d2a7d4fdd0e57a410389
SHA1: 8b2dfa51872d6e502eafaeb0323d9485c0a88b2c
MD5sum: ee24191ffad2742c7898adb2dfe33135
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2021-08-09 15:11:09+00

Package: postgresql-14-cron-dbgsym
Source: pg-cron (1.3.1-1.pgdg+2)
Version: 1.3.1-1.pgdg+2+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-14-cron (= 1.3.1-1.pgdg+2+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-14-cron-dbgsym_1.3.1-1.pgdg+2+b1_arm64.deb
Size: 94948
SHA256: cbd38101457793e644402f0ec18e0d851237381e005e42dd7b6b45e8afb427d8
SHA1: cbb1b4d57c5ad538d90d900ec4c36f1b7bf65282
MD5sum: e80ae01d3715280e19153a99987a3e5e
Description: debug symbols for postgresql-14-cron
Build-Ids: 2b3161ba033744a5c0f1f242dac81a098bff1bfa
Timestamp: 2021-08-09 15:11:09+00

Package: postgresql-14-periods
Source: postgresql-periods (1.2-3.pgdg+2)
Version: 1.2-3.pgdg+2+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 552
Depends: postgresql-14, postgresql-contrib-14, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-14-periods_1.2-3.pgdg+2+b1_arm64.deb
Size: 52436
SHA256: 497c41b7cb6597082ddbe1c4de5f4ab6fb73e3550362151045e83c2c5c8daff3
SHA1: 61aaa2fbcd8c38c5858d8ed7f6cf3c20014119ec
MD5sum: 8a2b42b047ee7e86949bd65cecae2e5e
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2021-08-09 15:11:09+00

Package: postgresql-14-periods-dbgsym
Source: postgresql-periods (1.2-3.pgdg+2)
Version: 1.2-3.pgdg+2+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-14-periods (= 1.2-3.pgdg+2+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-14-periods-dbgsym_1.2-3.pgdg+2+b1_arm64.deb
Size: 37556
SHA256: 77bcb771eef099853bfcef1ea1976bb35baf823e9dbff0c301240621d6a4b39c
SHA1: 0bf7831e472fc120c1928f4eb196a42c6f3968ec
MD5sum: cd7836b9ed64ac9fc4b06935a4237af2
Description: debug symbols for postgresql-14-periods
Build-Ids: 47216eb3d79c8febd16c95dcfc428d42cca219a4
Timestamp: 2021-08-09 15:11:09+00

Package: postgresql-14-pgq3
Source: pgq (3.4.1-1.pgdg+2)
Version: 3.4.1-1.pgdg+2+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1957
Depends: libc6 (>= 2.17), postgresql-14, pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-14-pgq3_3.4.1-1.pgdg+2+b1_arm64.deb
Size: 136044
SHA256: 28d77f6bd3885c2f213a808f0e13021146ce01d13680c393f2422f3e5540c679
SHA1: 2c5d93520e7337b3390fbf1ba06fa1dfa8489269
MD5sum: 3482c369b425d0bbea09ce8ea81d21ae
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2021-08-09 15:11:09+00

Package: postgresql-14-pgq3-dbgsym
Source: pgq (3.4.1-1.pgdg+2)
Version: 3.4.1-1.pgdg+2+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-14-pgq3 (= 3.4.1-1.pgdg+2+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-14-pgq3-dbgsym_3.4.1-1.pgdg+2+b1_arm64.deb
Size: 70080
SHA256: 08bf0068dfcff6cf04a8c819ee19c5ccffa748aaed583085bf9887d1e8523d18
SHA1: dd6a2a895631b5602005831595f72763d01f400e
MD5sum: 710cd66bb080ad27b8028d42e32b675b
Description: debug symbols for postgresql-14-pgq3
Build-Ids: 146216d0b2a3951e927d3bc4a07300d505da76ae bf0a6a21ec911cdf6eb94e3f0f9f28298f4a3718
Timestamp: 2021-08-09 15:11:09+00

Package: postgresql-14-plsh
Source: postgresql-plsh (1.20200522-2.pgdg+2)
Version: 1.20200522-2.pgdg+2+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: libc6 (>= 2.17), postgresql-14
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-14-plsh_1.20200522-2.pgdg+2+b1_arm64.deb
Size: 34116
SHA256: a6d1bfb6d650ae5691d4d1b8409ab758e7ae8529b89ae20fc7935fbe8170e5cf
SHA1: 49f37f0aed155ba9b00fb13c4dfa97085fde0cd4
MD5sum: 7cbaf304a55bf9021cfca6bac5757ea4
Description: PL/sh procedural language for PostgreSQL 14
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in a shell of his choice.  You need this package
 if you have any PostgreSQL 14 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-08-09 15:11:09+00

Package: postgresql-14-plsh-dbgsym
Source: postgresql-plsh (1.20200522-2.pgdg+2)
Version: 1.20200522-2.pgdg+2+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-14-plsh (= 1.20200522-2.pgdg+2+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-14-plsh-dbgsym_1.20200522-2.pgdg+2+b1_arm64.deb
Size: 44972
SHA256: 930dcfe03f838797bb1507b3c44fcfa67127208b6cae10beeb2212abed154527
SHA1: e0ec6a41ad30a555cb9524b5143ab6b973a42fc9
MD5sum: ccb7d65271076c43fe0fe8d47831bb28
Description: debug symbols for postgresql-14-plsh
Build-Ids: 59693e9c4d2e9d00c7a560619c5710a6dcd66aa3
Timestamp: 2021-08-09 15:11:09+00

Package: postgresql-14-wal2json
Source: wal2json (2.3-2.pgdg+2)
Version: 2.3-2.pgdg+2+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-14, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-14-wal2json_2.3-2.pgdg+2+b1_arm64.deb
Size: 65796
SHA256: 70af10197e17e11c67fb06c496efb9e79d673233a5535f9a54ec792ee359fd85
SHA1: f4c3df2c5492a1bc625afc0481f9ce682dba7d3b
MD5sum: b12f06504488ac208682872193ab94e8
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2021-08-09 15:11:09+00

Package: postgresql-14-wal2json-dbgsym
Source: wal2json (2.3-2.pgdg+2)
Version: 2.3-2.pgdg+2+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-14-wal2json (= 2.3-2.pgdg+2+b1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-14-wal2json-dbgsym_2.3-2.pgdg+2+b1_arm64.deb
Size: 70616
SHA256: 0405aff256170c5e8e46074295eb21571ca85efd09328d45469d695aea3ced25
SHA1: 6f7717046ff614f408705d8708cb5d2058a1f24b
MD5sum: 77311569587c7cbc6fd0bcb03db3427f
Description: debug symbols for postgresql-14-wal2json
Build-Ids: 568ee52ff06b73d2978425f460a2484053410b10
Timestamp: 2021-08-09 15:11:09+00

Package: pgbouncer
Version: 1.16.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 534
Depends: lsb-base (>= 3.1), postgresql-common (>= 26), libc-ares2 (>= 1.12), libc6 (>= 2.26), libevent-2.1-7 (>= 2.1.8-stable), libpam0g (>= 0.99.7.1), libssl1.1 (>= 1.1.0)
Suggests: python3, python3-psycopg2
Enhances: postgresql (>= 7.4)
Homepage: https://www.pgbouncer.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbouncer/pgbouncer_1.16.0-1.pgdg+1_arm64.deb
Size: 198672
SHA256: a481ad5fdb76492a76a9fc6536433b78ed23eb5d4404b418835e6115e872a1c1
SHA1: f84cd2b9b3298f1e9659f7e1bb9746f45c7c0e79
MD5sum: aeddb8b0ba8aeda993e5931e61f755ce
Description: lightweight connection pooler for PostgreSQL
 PgBouncer is a lightweight connection pooler for PostgreSQL providing the
 following features:
 .
  * Several different methods of pooling 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.
Timestamp: 2021-08-11 11:31:57+00

Package: pgbouncer-dbgsym
Source: pgbouncer
Version: 1.16.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 540
Depends: pgbouncer (= 1.16.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbouncer/pgbouncer-dbgsym_1.16.0-1.pgdg+1_arm64.deb
Size: 488632
SHA256: d584c24cdb96538e3cdea28d92a75bca9ab761daab0be7d10176d3cf8e5a082a
SHA1: 246bf654f2c076cc075354625942b853389baea8
MD5sum: cce687c68a9f2a4fe0815c8ffd783f0e
Description: debug symbols for pgbouncer
Build-Ids: 6b5fc6a1d7b26e632c17ecc65fbfde620cae4fc8
Timestamp: 2021-08-11 11:31:57+00

Package: postgresql-10-pgrouting
Source: pgrouting
Version: 3.2.1-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2668
Depends: postgresql-10-pgrouting-scripts (>= 3.2.1-1~exp1.pgdg+1), postgresql-10, postgresql-10-postgis, postgresql-10-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-10-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-10-pgrouting_3.2.1-1~exp1.pgdg+1_arm64.deb
Size: 674264
SHA256: e91bc09076561d34b7e329cd35cc677813d1640d10542c47a259c59e0a37f186
SHA1: 8797dec5926770721897df14aa414551ec52a5c7
MD5sum: 50ceb9e454abc80dadd4db30fdbc288a
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 10.
Timestamp: 2021-08-11 11:31:57+00

Package: postgresql-10-pgrouting-dbgsym
Source: pgrouting
Version: 3.2.1-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26026
Depends: postgresql-10-pgrouting (= 3.2.1-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-10-pgrouting-dbgsym_3.2.1-1~exp1.pgdg+1_arm64.deb
Size: 25887808
SHA256: 13cd093fb28ff4128d28f6a9e443186a676ffc8096c47003ba83e2e9199c2950
SHA1: 8a92238c6966f233cbf66e92d4accacb8e977d2d
MD5sum: b59218ba67ff1748374ebc6e3f0b6bf7
Description: debug symbols for postgresql-10-pgrouting
Build-Ids: 3bd789144f3324afc5276c785d742cb27b2136ca
Timestamp: 2021-08-11 11:31:57+00

Package: postgresql-10-pgrouting-doc
Source: pgrouting
Version: 3.2.1-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5006
Depends: libjs-mathjax, libjs-sphinxdoc (>= 2.4.3-5~)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-10-pgrouting-doc_3.2.1-1~exp1.pgdg+1_all.deb
Size: 1266976
SHA256: 0e51a3aaa9fc2c81d50881fe4e64b8def23213db9a57091a8e12149a6b458e3b
SHA1: 419c33cf7dced3194ffc4dd8e56b50a547914929
MD5sum: b9eca8746607799842ff8175cbbae5da
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.
Timestamp: 2021-08-11 11:31:57+00

Package: postgresql-10-pgrouting-scripts
Source: pgrouting
Version: 3.2.1-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2005
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-10-pgrouting-scripts_3.2.1-1~exp1.pgdg+1_all.deb
Size: 57180
SHA256: 1fca96edcbce3803d65c02291d2f74d00e7cc51a3459e9872c7c8d066f6abac7
SHA1: dcfaf384cde5de93cedad2fcd4af12e9d83962bb
MD5sum: 548097dc7bf2e484f855e688770c563b
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 10.
Timestamp: 2021-08-11 11:31:57+00

Package: postgresql-11-pgrouting
Source: pgrouting
Version: 3.2.1-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2676
Depends: postgresql-11-pgrouting-scripts (>= 3.2.1-1~exp1.pgdg+1), postgresql-11, postgresql-11-postgis, postgresql-11-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-11-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting_3.2.1-1~exp1.pgdg+1_arm64.deb
Size: 673988
SHA256: 2458fb1663468eba4b122119457daf7a70a8bc36a5c5b7e39092ac889965664f
SHA1: 28491288b3bff6cf9515cea24efaaa5f105d2483
MD5sum: 149415db6714ae514600c899a5ec78fe
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 11.
Timestamp: 2021-08-11 11:31:57+00

Package: postgresql-11-pgrouting-dbgsym
Source: pgrouting
Version: 3.2.1-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25994
Depends: postgresql-11-pgrouting (= 3.2.1-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-dbgsym_3.2.1-1~exp1.pgdg+1_arm64.deb
Size: 25857152
SHA256: 0d05469aaeabcb7a0f801a6eeda7d13c0955c3372096a4e39674680e5cb4151f
SHA1: 7473c3f889a7bc836ccc96f9fc1fc31da9bf6cb5
MD5sum: a08d83f279d73b757c5791f68eba4096
Description: debug symbols for postgresql-11-pgrouting
Build-Ids: d9330cb28827325643f67d7ed31f56584f4e3967
Timestamp: 2021-08-11 11:31:57+00

Package: postgresql-11-pgrouting-doc
Source: pgrouting
Version: 3.2.1-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5006
Depends: libjs-mathjax, libjs-sphinxdoc (>= 2.4.3-5~)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-doc_3.2.1-1~exp1.pgdg+1_all.deb
Size: 1266924
SHA256: 1447e583c43193fba20d42dd40bca114652461f23d726d92f9df69fe00511d52
SHA1: 599c01f53bda391e0e87971f735aed1debf83539
MD5sum: e0d3842228263402a7f1812413746a6e
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.
Timestamp: 2021-08-11 11:31:57+00

Package: postgresql-11-pgrouting-scripts
Source: pgrouting
Version: 3.2.1-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2005
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-scripts_3.2.1-1~exp1.pgdg+1_all.deb
Size: 57184
SHA256: c3dc33339a7a79ec5666f9c0547f053636010bad9f641e0aafa6b171f8b08fa8
SHA1: a1f6660ae67d35abaa6ae87a65dac21c8204cd7d
MD5sum: a7c1933e47dbcfe093dba250ced3e425
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 11.
Timestamp: 2021-08-11 11:31:57+00

Package: postgresql-12-pgrouting
Source: pgrouting
Version: 3.2.1-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2672
Depends: postgresql-12-pgrouting-scripts (>= 3.2.1-1~exp1.pgdg+1), postgresql-12, postgresql-12-postgis, postgresql-12-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-12-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting_3.2.1-1~exp1.pgdg+1_arm64.deb
Size: 673916
SHA256: 061cac40cb1a441e85854af0d50da14a5f4be19e75cd1d454b7fc0394632f556
SHA1: dd4d83e0835ef894d515f1c4e3005b1e8c2a7dad
MD5sum: 4c8ff33b6994546aa77f15ceb39708b5
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 12.
Timestamp: 2021-08-11 11:31:57+00

Package: postgresql-12-pgrouting-dbgsym
Source: pgrouting
Version: 3.2.1-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26036
Depends: postgresql-12-pgrouting (= 3.2.1-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-dbgsym_3.2.1-1~exp1.pgdg+1_arm64.deb
Size: 25899276
SHA256: bfa73a1011d9787a61c3c960872bb25418ef4c207b548951e21e77482767f2a0
SHA1: f7c579e9bf6f01062457ed0abfba12af4b211635
MD5sum: b9e5b3b9b987a425b99bd9130610693d
Description: debug symbols for postgresql-12-pgrouting
Build-Ids: 94ef6021a7263d13f432da7464f52e1dec9338c4
Timestamp: 2021-08-11 11:31:57+00

Package: postgresql-12-pgrouting-doc
Source: pgrouting
Version: 3.2.1-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5006
Depends: libjs-mathjax, libjs-sphinxdoc (>= 2.4.3-5~)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-doc_3.2.1-1~exp1.pgdg+1_all.deb
Size: 1266936
SHA256: d6a3fd6202d94679918d90a80dd50606635dce09d902554237614e7c77a7adce
SHA1: 26d87e4720bbd969adf36bc50c40a1e4d80e4989
MD5sum: 57cf0fd0fc628e246cdc9bdc3f0a51d4
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.
Timestamp: 2021-08-11 11:31:57+00

Package: postgresql-12-pgrouting-scripts
Source: pgrouting
Version: 3.2.1-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2005
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-scripts_3.2.1-1~exp1.pgdg+1_all.deb
Size: 57168
SHA256: 8a513eab1923e99a008df5a59ed3967ec60806f4ab6b868bae043f9d1c2fd4bb
SHA1: 631b97ddd5d9c4f3a5352a87dafd17fd02bab30c
MD5sum: 5445822e5ef76cc0ccdca0d11e1ff388
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 12.
Timestamp: 2021-08-11 11:31:57+00

Package: postgresql-13-pgrouting
Source: pgrouting
Version: 3.2.1-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2676
Depends: postgresql-13-pgrouting-scripts (>= 3.2.1-1~exp1.pgdg+1), postgresql-13, postgresql-13-postgis, postgresql-13-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-13-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting_3.2.1-1~exp1.pgdg+1_arm64.deb
Size: 674468
SHA256: 53a37116616ef61a0147b4ffb662081c94f0d576c9765e3f11abfa96af9c02ca
SHA1: 8b93eb9cd00467213aef7cbeb03a6d4aec6a2910
MD5sum: a3752cdd7b0fddbe314d1d8482ff916f
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 13.
Timestamp: 2021-08-11 11:31:57+00

Package: postgresql-13-pgrouting-dbgsym
Source: pgrouting
Version: 3.2.1-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25951
Depends: postgresql-13-pgrouting (= 3.2.1-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-dbgsym_3.2.1-1~exp1.pgdg+1_arm64.deb
Size: 25813020
SHA256: f2df6f73ae54c0d33c8d60e5f0d4085422e30265727beff1bde3f8852a6e77ad
SHA1: 9f0e7247630b8bbcf66894059b5828733bd799a2
MD5sum: ca4ae1f16802bada44f1830ab5d72c83
Description: debug symbols for postgresql-13-pgrouting
Build-Ids: 273eed82d4aa3c0cffeba2c97538d9d52179042e
Timestamp: 2021-08-11 11:31:57+00

Package: postgresql-13-pgrouting-doc
Source: pgrouting
Version: 3.2.1-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5006
Depends: libjs-mathjax, libjs-sphinxdoc (>= 2.4.3-5~)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-doc_3.2.1-1~exp1.pgdg+1_all.deb
Size: 1266904
SHA256: 440bf50b162bae6acd688bf00470b7c543fd0f8bd94e44407905da73639e6b04
SHA1: 6dae3a4a197de8efc8ac6cc70b894aabdecc0f27
MD5sum: 3f6fc0a3853e983b5812a5ff284767b0
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.
Timestamp: 2021-08-11 11:31:57+00

Package: postgresql-13-pgrouting-scripts
Source: pgrouting
Version: 3.2.1-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2005
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-scripts_3.2.1-1~exp1.pgdg+1_all.deb
Size: 57180
SHA256: 7a8d39c4ae0f03239aa78c9abf49cbd73f6364d822677f2fd0a54ad6a7a1fd6c
SHA1: c0539a993c87f7aa2a7fbf032118a3efcf11f30e
MD5sum: c0d092e20cf9261b5ad4c93c096f7f45
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 13.
Timestamp: 2021-08-11 11:31:57+00

Package: postgresql-14-pgrouting
Source: pgrouting
Version: 3.2.1-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2660
Depends: postgresql-14-pgrouting-scripts (>= 3.2.1-1~exp1.pgdg+1), postgresql-14, postgresql-14-postgis, postgresql-14-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-14-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting_3.2.1-1~exp1.pgdg+1_arm64.deb
Size: 674288
SHA256: 27738ba901c48b5f9b1dd8cb48be0088e7294f82d2b07246df0b3b089dbab8a7
SHA1: 969dff145323197810a0e41c1075a7d3d32c49c6
MD5sum: ae9c5770fe18209c874622b2f49eaca6
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 14.
Timestamp: 2021-08-11 11:31:57+00

Package: postgresql-14-pgrouting-dbgsym
Source: pgrouting
Version: 3.2.1-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25969
Depends: postgresql-14-pgrouting (= 3.2.1-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-dbgsym_3.2.1-1~exp1.pgdg+1_arm64.deb
Size: 25829792
SHA256: 88976034e6c299772aa9f26dc269847bc200a85534d61390b162cd17cc379a95
SHA1: 65642b6991e82bf2906821b247397f4370a84d4b
MD5sum: 3b088459b29a19305f889d91d3570006
Description: debug symbols for postgresql-14-pgrouting
Build-Ids: 88f4f8bacc4f36cac24770d6fcd4007a7f249047
Timestamp: 2021-08-11 11:31:57+00

Package: postgresql-14-pgrouting-doc
Source: pgrouting
Version: 3.2.1-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5006
Depends: libjs-mathjax, libjs-sphinxdoc (>= 2.4.3-5~)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-doc_3.2.1-1~exp1.pgdg+1_all.deb
Size: 1267020
SHA256: 2a60531a1b26d0dee75b42fbb299eb546ced4c69b864aee554022952ebce8c37
SHA1: 4ac6aebd43ca835fe6ca04b5471666d337006eb6
MD5sum: 44e6bde6c09a1565bdfbe5316a26d1c0
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.
Timestamp: 2021-08-11 11:31:57+00

Package: postgresql-14-pgrouting-scripts
Source: pgrouting
Version: 3.2.1-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2005
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-scripts_3.2.1-1~exp1.pgdg+1_all.deb
Size: 57196
SHA256: cc261ac3fc03b4fc357406967f7e33c1bdf17298474b7a842c8af605d40d1afb
SHA1: 4a19d8a7b4019ce27e9fdb4e9997334f708e4ee2
MD5sum: e4c4f4973e79e9e5b6c98a76714e6cde
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 14.
Timestamp: 2021-08-11 11:31:57+00

Package: postgresql-9.6-pgrouting
Source: pgrouting
Version: 3.2.1-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2676
Depends: postgresql-9.6-pgrouting-scripts (>= 3.2.1-1~exp1.pgdg+1), postgresql-9.6, postgresql-9.6-postgis, postgresql-9.6-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: postgresql-9.6-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-9.6-pgrouting_3.2.1-1~exp1.pgdg+1_arm64.deb
Size: 675012
SHA256: ca37bc7a696fc6807c08d3d4c021244766ca160aa876409c7a1ed17db947665a
SHA1: 7e89c361d414fa3942ccc3c5c92764ba151af5e7
MD5sum: 50235df5240dcc1207fcbd49c2a78360
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.
Timestamp: 2021-08-11 11:31:57+00

Package: postgresql-9.6-pgrouting-dbgsym
Source: pgrouting
Version: 3.2.1-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25811
Depends: postgresql-9.6-pgrouting (= 3.2.1-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-9.6-pgrouting-dbgsym_3.2.1-1~exp1.pgdg+1_arm64.deb
Size: 25678252
SHA256: 2d5d78439de63a8d063165860592903ae3bbfe20dbc18d866856a13e92014f9b
SHA1: e643d319889e2d085ce9fdfb6c5aa0a99fe87aa0
MD5sum: 1c219d28c17727643a0e172064aabfdb
Description: debug symbols for postgresql-9.6-pgrouting
Build-Ids: 21e0254bc40788723cd1706929b83db7247bed35
Timestamp: 2021-08-11 11:31:57+00

Package: postgresql-9.6-pgrouting-doc
Source: pgrouting
Version: 3.2.1-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5006
Depends: libjs-mathjax, libjs-sphinxdoc (>= 2.4.3-5~)
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-9.6-pgrouting-doc_3.2.1-1~exp1.pgdg+1_all.deb
Size: 1266912
SHA256: b8c0e239e0fcd818fc018ac85d464d3c5de60282645fc36482ead760473661fd
SHA1: ae07c21323d7d4dafbbf60753970ce9f3bbeab67
MD5sum: c0d8a5a433538dc8b82fa7750ddc5409
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.
Timestamp: 2021-08-11 11:31:57+00

Package: postgresql-9.6-pgrouting-scripts
Source: pgrouting
Version: 3.2.1-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2005
Provides: postgresql-pgrouting-scripts
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-9.6-pgrouting-scripts_3.2.1-1~exp1.pgdg+1_all.deb
Size: 57184
SHA256: 8d91e08595420516f5f98f6d376d4ff3c4f2abe6e78ac655dea5d583c8137b73
SHA1: 9a89b2a8b1a54a2c2adfbcbb8339449e598bcca4
MD5sum: 32a7502433e4d0e0d1c151bda184d5b7
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 9.6.
Timestamp: 2021-08-11 11:31:57+00

Package: libecpg-compat3
Source: postgresql-10
Version: 10.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg-compat3_10.18-1.pgdg+1_arm64.deb
Size: 22024
SHA256: 2d0c7b0f86af3c125c5680710b16950b42b324a0b1ad7b75b87e89c2cc9c6b47
SHA1: 7e5bc6c43fdd85fb689e9ae6572bad86144f4c69
MD5sum: 8efd5c544b92779b1521a02f53cbcb98
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.
Timestamp: 2021-08-12 12:38:00+00

Package: libecpg-compat3-dbgsym
Source: postgresql-10
Version: 10.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: libecpg-compat3 (= 10.18-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-compat3-dbgsym_10.18-1.pgdg+1_arm64.deb
Size: 18080
SHA256: 51f7455b08334a760c9a8d2085f4668af8d0003ab4fc2aafcd443cb5b654740c
SHA1: e97f1e7c1ed49eb52e925528510985a194ea72f5
MD5sum: ee89d5c52e5fdf1858614ea9e2aad32f
Description: debug symbols for libecpg-compat3
Build-Ids: fb8fcb5fc6bacf1913e0a0044ec33bf19a0041dc
Timestamp: 2021-08-12 12:38:00+00

Package: libecpg-dev
Source: postgresql-10
Version: 10.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1222
Depends: libecpg-compat3 (= 10.18-1.pgdg+1), libecpg6 (= 10.18-1.pgdg+1), libpgtypes3 (= 10.18-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libecpg-dev_10.18-1.pgdg+1_arm64.deb
Size: 227080
SHA256: e5cd58515c30b549f62a2712891b69ae41e6120b195d3336e3544b6eb94bab3b
SHA1: fc8e95766fb8b4003821d79cd2f2f0118aefcad8
MD5sum: 8d51d7a5d8ce3bca80a0b010e7f61549
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).
Timestamp: 2021-08-12 12:38:00+00

Package: libecpg-dev-dbgsym
Source: postgresql-10
Version: 10.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 242
Depends: libecpg-dev (= 10.18-1.pgdg+1)
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-dev-dbgsym_10.18-1.pgdg+1_arm64.deb
Size: 200740
SHA256: 0f9a5240a1b8965a7d3cbe31b78fcdaefb2d29032c8b4da8cc745ef28c3ca78a
SHA1: 75aa55a7ecb91f0e7b45599f0f28c099b20c8ce6
MD5sum: f86b652f3a8d0e58a0fe0c25e8a482e9
Description: debug symbols for libecpg-dev
Build-Ids: b02ccedc33157f7de25d3916009df2e3a4544e2f
Timestamp: 2021-08-12 12:38:00+00

Package: libecpg6
Source: postgresql-10
Version: 10.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 413
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg6_10.18-1.pgdg+1_arm64.deb
Size: 86112
SHA256: 53c666e16a3b33d04aa105bae48ede258e8fc899e239b0da5112297af438854c
SHA1: 45cda84de22654677c7bb2b93b3bdc050e2e87e1
MD5sum: 629ef18438ebe8c8079166b6ad206b8e
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.
Timestamp: 2021-08-12 12:38:00+00

Package: libecpg6-dbgsym
Source: postgresql-10
Version: 10.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: libecpg6 (= 10.18-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg6-dbgsym_10.18-1.pgdg+1_arm64.deb
Size: 94344
SHA256: 6b7d98f5b44e97c1ea5cae709f5e7aa6003a2fda0f8ad92439d2018a88433e42
SHA1: ee7cc0bf0f53027d73227971b56a7726ec83c040
MD5sum: 846e6551b9955591709e76f2afcd120a
Description: debug symbols for libecpg6
Build-Ids: 4d704fec76f656b31e291029231ca4a7e5260c75
Timestamp: 2021-08-12 12:38:00+00

Package: libpgtypes3
Source: postgresql-10
Version: 10.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpgtypes3_10.18-1.pgdg+1_arm64.deb
Size: 43104
SHA256: a424d682e2af3d93638205563fffafbbdec22c939fbf20b4be205476b2d95087
SHA1: e90e3e5ce3b11a21645d2d42c1576e34cbac1c0b
MD5sum: 164fd3c0b515b3daf53bad2e9460548d
Description: shared library libpgtypes for PostgreSQL 10
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-08-12 12:38:00+00

Package: libpgtypes3-dbgsym
Source: postgresql-10
Version: 10.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: libpgtypes3 (= 10.18-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpgtypes3-dbgsym_10.18-1.pgdg+1_arm64.deb
Size: 72240
SHA256: bde073d4a44573f4de804d028b94f065818a118eb66a3dbdabbea1353ed8546e
SHA1: 64e88654d16f44cf1a8b2b0419ee298070319c86
MD5sum: a0506cc40ff9d5a80686f69e3cde94e8
Description: debug symbols for libpgtypes3
Build-Ids: 26f51ab4ac372ecba693d55ed99c8109e354a423
Timestamp: 2021-08-12 12:38:00+00

Package: libpq-dev
Source: postgresql-10
Version: 10.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 686
Depends: libpq5 (= 10.18-1.pgdg+1)
Suggests: postgresql-doc-10
Breaks: postgresql-server-dev-10 (<< 10.1-2~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libpq-dev_10.18-1.pgdg+1_arm64.deb
Size: 163676
SHA256: ad2f24d5c628ace11ee8a1cf93995d49e1ce87f2310b0d6560dc4f8441d5ed2f
SHA1: 347d02a85abb60e270dc9ad04fe5bd116f308c69
MD5sum: 3b338c5eaab33448002181f32e188631
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.
Timestamp: 2021-08-12 12:38:00+00

Package: libpq5
Source: postgresql-10
Version: 10.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 743
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpq5_10.18-1.pgdg+1_arm64.deb
Size: 165708
SHA256: cff2fe9b74399c592ad128f52e84cb00efa281f820f3c6589181882e62c8cd08
SHA1: aff184a8acf5b9755d9fadd18554a743c87d5281
MD5sum: 294126fc1417931c12b6d8014875599d
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.
Timestamp: 2021-08-12 12:38:00+00

Package: libpq5-dbgsym
Source: postgresql-10
Version: 10.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: libpq5 (= 10.18-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpq5-dbgsym_10.18-1.pgdg+1_arm64.deb
Size: 231416
SHA256: 23b4f2530843c44786cb7adc095ba08a3a8a9ea239b77388622c7496158ad83e
SHA1: d35c05f261b3cb67f518a1168dc7dcb8e76653b7
MD5sum: 249755948135c3dcd177d29ddc106fc8
Description: debug symbols for libpq5
Build-Ids: 5e6023b7c0e6d8cc7e6a23a3238101730a7f4a0f
Timestamp: 2021-08-12 12:38:00+00

Package: libecpg-compat3
Source: postgresql-11
Version: 11.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg-compat3_11.13-1.pgdg+1_arm64.deb
Size: 20928
SHA256: 12e1a981cb84be5e6a3e8ea60c5086d3c34059fee03fdd6bb66bfe4426869a99
SHA1: 76642d92ec82b23cf166c04b8b278de08027106f
MD5sum: e303c1d174b94e111ea357f6bcb548b0
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.
Timestamp: 2021-08-12 12:38:56+00

Package: libecpg-compat3-dbgsym
Source: postgresql-11
Version: 11.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: libecpg-compat3 (= 11.13-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-compat3-dbgsym_11.13-1.pgdg+1_arm64.deb
Size: 18084
SHA256: 751d919452e52e0c1bbf6119e59530786bd150389c5cc62b2e932c98774369a8
SHA1: f252b41caa4f37881b9322391929dbf22f1c3cf0
MD5sum: 5c4f0e0bb09fa1201120cd890b473043
Description: debug symbols for libecpg-compat3
Build-Ids: 715e90102290c38dc1ca3b11a2ba6deef1ee6554
Timestamp: 2021-08-12 12:38:56+00

Package: libecpg-dev
Source: postgresql-11
Version: 11.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1247
Depends: libecpg-compat3 (= 11.13-1.pgdg+1), libecpg6 (= 11.13-1.pgdg+1), libpgtypes3 (= 11.13-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libecpg-dev_11.13-1.pgdg+1_arm64.deb
Size: 228928
SHA256: 9b3320df09399eeb2e91b7471b266f714ee05ee4394575210d099cf128198147
SHA1: cda982e39d129b75df5055b3ee56e01ba3f64926
MD5sum: 114ab348708a4a0cb6905b58cc33b88a
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).
Timestamp: 2021-08-12 12:38:56+00

Package: libecpg-dev-dbgsym
Source: postgresql-11
Version: 11.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 245
Depends: libecpg-dev (= 11.13-1.pgdg+1)
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-dev-dbgsym_11.13-1.pgdg+1_arm64.deb
Size: 204020
SHA256: 140f355c7e479fadff491427fd90a8358f99c812df90f1779528fdfebfa4d0da
SHA1: 5ac1fc6ce0bda35a22fc8a6ccefb2739e0c36bbf
MD5sum: b9b2c00037ddde6ce8ffc524df1f3ef3
Description: debug symbols for libecpg-dev
Build-Ids: 553b45e4b935e83813a47d45a47120acf31f7cec
Timestamp: 2021-08-12 12:38:56+00

Package: libecpg6
Source: postgresql-11
Version: 11.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 434
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg6_11.13-1.pgdg+1_arm64.deb
Size: 88180
SHA256: 19666603b85d07e4349bb55d314c6b98a4e903a5ea380a23900e5bf2157fcabd
SHA1: cef6c6554c0d75d2046cb0345f7505d3c997f18c
MD5sum: cbbc2fe7d689882b49012d0b74a8eae1
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.
Timestamp: 2021-08-12 12:38:56+00

Package: libecpg6-dbgsym
Source: postgresql-11
Version: 11.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: libecpg6 (= 11.13-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg6-dbgsym_11.13-1.pgdg+1_arm64.deb
Size: 94496
SHA256: b8bc41f9dea487ab1a039bdc7e841eaddfaa70ab96bdccbd49f69ebbbc9dd841
SHA1: 8a5cfa1feebed1b0d603ae721d10a98e20c00a35
MD5sum: 5045b691b0f9c13edaf366552d8eaae8
Description: debug symbols for libecpg6
Build-Ids: 68266b3552ee42892f158b7b08a92864e69263cc
Timestamp: 2021-08-12 12:38:56+00

Package: libpgtypes3
Source: postgresql-11
Version: 11.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpgtypes3_11.13-1.pgdg+1_arm64.deb
Size: 42252
SHA256: 58da29648613d8b29e42d7b93b7a94b2e06fe97f06b7bdf730d9fc6e1c882b21
SHA1: 8b1670019935a1caffc443c3f2eb396395a37816
MD5sum: f3e26dd4ba1f1dac003b43d83bb678ed
Description: shared library libpgtypes for PostgreSQL 11
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-08-12 12:38:56+00

Package: libpgtypes3-dbgsym
Source: postgresql-11
Version: 11.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: libpgtypes3 (= 11.13-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpgtypes3-dbgsym_11.13-1.pgdg+1_arm64.deb
Size: 72984
SHA256: f0becaa11a55ed015f95f3d2a1e8e3a0fb940711430f8865731e1ab0a98c8397
SHA1: 35d560305b5c425b2933fdf7c0a4e628f4bc092e
MD5sum: da0c57417ced2113ad430e5e22adc6c2
Description: debug symbols for libpgtypes3
Build-Ids: 7e50eb2ef7ea1941c66ce7600b67b80639c9efa1
Timestamp: 2021-08-12 12:38:56+00

Package: libpq-dev
Source: postgresql-11
Version: 11.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 697
Depends: libpq5 (= 11.13-1.pgdg+1)
Suggests: postgresql-doc-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libpq-dev_11.13-1.pgdg+1_arm64.deb
Size: 164724
SHA256: 4e4f4f97f861964dd24a33959cc2c1751ba58d37eca963bc0516ac9b4a412e9d
SHA1: 1760106af9d6f29c7e5620da5c6d88b7b9312189
MD5sum: aac25a6177adb2e8210b0929a8f9e118
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.
Timestamp: 2021-08-12 12:38:56+00

Package: libpq5
Source: postgresql-11
Version: 11.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 755
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpq5_11.13-1.pgdg+1_arm64.deb
Size: 165900
SHA256: 6845a626a384d56cabda2b6332ca050420b6efe34b16727f397295c907bd758a
SHA1: 76c030a5a6f968e273725667b1b7673aa764232f
MD5sum: 429c380bad1fa2b6189572b9e357a7cc
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.
Timestamp: 2021-08-12 12:38:56+00

Package: libpq5-dbgsym
Source: postgresql-11
Version: 11.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 265
Depends: libpq5 (= 11.13-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpq5-dbgsym_11.13-1.pgdg+1_arm64.deb
Size: 233092
SHA256: aa2d4e0bdfb41bf101edcf0fd8e52a2a40be4cb7ff86f3bbae3d07a328347b39
SHA1: 74ba9b3fa52457abc1cba889a65f8787b9a4da20
MD5sum: fefb69266f0bef8ce627c77cea3df772
Description: debug symbols for libpq5
Build-Ids: e38f517677f5a99b807e7b932fd5aa20139c0871
Timestamp: 2021-08-12 12:38:56+00

Package: libecpg-compat3
Source: postgresql-12
Version: 12.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg-compat3_12.8-1.pgdg+1_arm64.deb
Size: 18336
SHA256: b822d07bb4f28c94040c028dc15f573de23e7b8ed51a5eb929f6db8de6da449d
SHA1: a0678f9b2d9a2c8fca301209919d26a5aacbc164
MD5sum: 00c3ad22de62d1c7db88ab604487607f
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.
Timestamp: 2021-08-12 12:39:39+00

Package: libecpg-compat3-dbgsym
Source: postgresql-12
Version: 12.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: libecpg-compat3 (= 12.8-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-compat3-dbgsym_12.8-1.pgdg+1_arm64.deb
Size: 18104
SHA256: 1029b5eb065066d07a1e3ba4941ae4a909889e6ca9cdc83cefc00ae253970692
SHA1: c89e962ee96079e5da36fa78ac26dcc52bc0bb4e
MD5sum: 654cd3b7a675575450b854040b898356
Description: debug symbols for libecpg-compat3
Build-Ids: 508d5eeb15557e457f2ae072a51dd9a78b8df7ff
Timestamp: 2021-08-12 12:39:39+00

Package: libecpg-dev
Source: postgresql-12
Version: 12.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1495
Depends: libecpg-compat3 (= 12.8-1.pgdg+1), libecpg6 (= 12.8-1.pgdg+1), libpgtypes3 (= 12.8-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libecpg-dev_12.8-1.pgdg+1_arm64.deb
Size: 269216
SHA256: 66924d9d6e229fa386c673234bd6d4af11968d8a030e033a381216cf70f3c07b
SHA1: e3dfc8574aabe61e24bf14d0d5d4c8f6a2856bf9
MD5sum: 2d862a9a9b930bd3cf70eef1a150a305
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).
Timestamp: 2021-08-12 12:39:39+00

Package: libecpg-dev-dbgsym
Source: postgresql-12
Version: 12.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libecpg-dev (= 12.8-1.pgdg+1)
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-dev-dbgsym_12.8-1.pgdg+1_arm64.deb
Size: 214020
SHA256: 33fb86282cbbaeeb678ff22203b00beb1dbeb13d01c9b054abc7380da0f6f079
SHA1: 9412734c1d18faf83628dc2bd40d5a715c574f3d
MD5sum: a120c7c404505fc9b3c4c2b441ad7279
Description: debug symbols for libecpg-dev
Build-Ids: 7f39a2435dd4cd9b1e305298d60c1e06b464b52d
Timestamp: 2021-08-12 12:39:39+00

Package: libecpg6
Source: postgresql-12
Version: 12.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 220
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg6_12.8-1.pgdg+1_arm64.deb
Size: 57808
SHA256: 25f61104641dc06aea44269dcf2702035ea46d8f9868c801ae0f928a3e08796e
SHA1: f3def6f99621dfd54ecd0b4e5de8eea1d506f7a7
MD5sum: 133c2439acf627093031445b37467ffd
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.
Timestamp: 2021-08-12 12:39:39+00

Package: libecpg6-dbgsym
Source: postgresql-12
Version: 12.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 12.8-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg6-dbgsym_12.8-1.pgdg+1_arm64.deb
Size: 113484
SHA256: cc7d0801a0065637d01f71625b91855a761a1be38039fd38810a74c09e2de6e6
SHA1: 128611e966ab598028766acc4e3c8ad586bc4fb0
MD5sum: 804ad0bef77d0d02b94db937726593c6
Description: debug symbols for libecpg6
Build-Ids: fb49b0b39868420d8a484e8778e0abc25b773253
Timestamp: 2021-08-12 12:39:39+00

Package: libpgtypes3
Source: postgresql-12
Version: 12.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpgtypes3_12.8-1.pgdg+1_arm64.deb
Size: 44436
SHA256: 6da2bca3500b439277d1d8ecbb57a60c1361ab640bcb5d0010180ba260c735d6
SHA1: c131957772539fd43dd6a09a521b0bbcbb1dbf3e
MD5sum: 24cb6bdfaa5f672087191511b20af2ca
Description: shared library libpgtypes for PostgreSQL 12
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-08-12 12:39:39+00

Package: libpgtypes3-dbgsym
Source: postgresql-12
Version: 12.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 12.8-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpgtypes3-dbgsym_12.8-1.pgdg+1_arm64.deb
Size: 89064
SHA256: dc42135753fe5fe273383e2a9b43f7bee66bcb114361058f840f3ec65269ad31
SHA1: 9a6cd45abeab301cf625b5bb080a9f1b6aaa02c7
MD5sum: b02cf01ddb3b1862ed2071be0c7194a0
Description: debug symbols for libpgtypes3
Build-Ids: 10c193c805eadcff21b4825894f43db172880a70
Timestamp: 2021-08-12 12:39:39+00

Package: libpq-dev
Source: postgresql-12
Version: 12.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 585
Depends: libpq5 (= 12.8-1.pgdg+1)
Suggests: postgresql-doc-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libpq-dev_12.8-1.pgdg+1_arm64.deb
Size: 139932
SHA256: 95261e1c8c13841d8cd741dd30bb41695af0647d69a5ecc79ab2c574042c6df1
SHA1: 5fc748d09cc815dc63c79da2f80115c658822450
MD5sum: 4c8122ca863ccf8ddaef6d01bdb0eb42
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.
Timestamp: 2021-08-12 12:39:39+00

Package: libpq5
Source: postgresql-12
Version: 12.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 773
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpq5_12.8-1.pgdg+1_arm64.deb
Size: 172100
SHA256: f35a5e4411f848438cccbd1bd8f9827f9e1c54f79b6473ca6d70c62f01f2747d
SHA1: bfbe9e935c16a300a2834832616cf8e9d6b6f6e4
MD5sum: f7e96b9883d462abf95f17dc72432638
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.
Timestamp: 2021-08-12 12:39:39+00

Package: libpq5-dbgsym
Source: postgresql-12
Version: 12.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 284
Depends: libpq5 (= 12.8-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpq5-dbgsym_12.8-1.pgdg+1_arm64.deb
Size: 251092
SHA256: 0262fc685f7bc2f5c0df098f7b6e88d48ef0b6da966967623fc185829ec6c112
SHA1: e5dcf9bb5a7c19a16f5c6e3bea007168ca29ab38
MD5sum: de5a6b537703e0fb53040fa17d8990e1
Description: debug symbols for libpq5
Build-Ids: 2559ec1089f9237b83983abd643eb7832739ebb5
Timestamp: 2021-08-12 12:39:39+00

Package: libecpg-compat3
Source: postgresql-14
Version: 14~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg-compat3_14~beta3-1.pgdg+1_arm64.deb
Size: 18596
SHA256: 1321a39912e77495366c5443b4d6dfbab667a0f32689a1f8e44eddfc9d706682
SHA1: fd01460eaef77927bea860e81853abe35ef68009
MD5sum: 471c166e2eac8c8c021f8abd9925dc99
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.
Timestamp: 2021-08-12 12:42:40+00

Package: libecpg-compat3-dbgsym
Source: postgresql-14
Version: 14~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 14~beta3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-compat3-dbgsym_14~beta3-1.pgdg+1_arm64.deb
Size: 39432
SHA256: 06152d801d1dc3c57e90695a0510eee2cf7fbf8867acc62f68a919578e35d25d
SHA1: 3a3d9abeac1fbd635a0e71b820a8385c7500475a
MD5sum: 6e5e164f9b0bf3415fcc1eda69b98e8c
Description: debug symbols for libecpg-compat3
Build-Ids: 71ff95579ca48979977564727fce85b279806ddb
Timestamp: 2021-08-12 12:42:40+00

Package: libecpg-dev
Source: postgresql-14
Version: 14~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1528
Depends: libecpg-compat3 (= 14~beta3-1.pgdg+1), libecpg6 (= 14~beta3-1.pgdg+1), libpgtypes3 (= 14~beta3-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libecpg-dev_14~beta3-1.pgdg+1_arm64.deb
Size: 265476
SHA256: 9bb0677c43a904abca939b232e6f11a42de53f8812ef9b9fb13efd70e1f14acb
SHA1: d64edb9ffee252d02d4deefa6175557fe0adb50b
MD5sum: 3e6023b9aead2c3fe9acd7a750d18309
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).
Timestamp: 2021-08-12 12:42:40+00

Package: libecpg-dev-dbgsym
Source: postgresql-14
Version: 14~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: libecpg-dev (= 14~beta3-1.pgdg+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-dev-dbgsym_14~beta3-1.pgdg+1_arm64.deb
Size: 225684
SHA256: 9b27c85d5d0a43eab2dc2a48dbd0daa3f61b67104a98e8745ee17a1d8ae5349a
SHA1: 17d3df50b7decc2911f70685705afaee819c0e1c
MD5sum: 08b3658d88f32b79d968e332ffc8ed2b
Description: debug symbols for libecpg-dev
Build-Ids: 427fe473db1e70842da9f300c4de198ece353de9
Timestamp: 2021-08-12 12:42:40+00

Package: libecpg6
Source: postgresql-14
Version: 14~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 215
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg6_14~beta3-1.pgdg+1_arm64.deb
Size: 52424
SHA256: 3e48c057b91950e718715b48d77c533ea6a6c053f69160be6cbe69071ad4c8c7
SHA1: 3bb3fed11713106654c490e93b494e4e91ecc561
MD5sum: 15c4092413b4aaeffa0c34bcbfc5a677
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.
Timestamp: 2021-08-12 12:42:40+00

Package: libecpg6-dbgsym
Source: postgresql-14
Version: 14~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 14~beta3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg6-dbgsym_14~beta3-1.pgdg+1_arm64.deb
Size: 113464
SHA256: 2473c7f621318bacd8825bfad1cf8d31bf8c6c78e2f1c52f0f445dcf7943b7ae
SHA1: 6dfe5fc639b937b7ab6172689c4547be78e70886
MD5sum: 8f7fc57e3c2700d6af8cb65d4849b408
Description: debug symbols for libecpg6
Build-Ids: 5806b5f5963f527034fffb2516dda10a6e5608db
Timestamp: 2021-08-12 12:42:40+00

Package: libpgtypes3
Source: postgresql-14
Version: 14~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpgtypes3_14~beta3-1.pgdg+1_arm64.deb
Size: 39196
SHA256: 20cf1d85fdd25ce492e737ecb0973fd0fd21400a8a3e2e6d11e9cf3d4c727638
SHA1: 43b8f211119dd962b180b838764b0224246911ef
MD5sum: 44bb3f30103f71064c76c576acd3f85e
Description: shared library libpgtypes for PostgreSQL 14
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-08-12 12:42:40+00

Package: libpgtypes3-dbgsym
Source: postgresql-14
Version: 14~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 14~beta3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpgtypes3-dbgsym_14~beta3-1.pgdg+1_arm64.deb
Size: 89332
SHA256: e8c6b321eb1ebb3dbdde5d3f64652d093de364be61913f58869ae12ee50e9855
SHA1: e50b0626d24c327329723441108eb39d6afe1436
MD5sum: d10cd9788a5e9eff4cd20cca4b17f7b2
Description: debug symbols for libpgtypes3
Build-Ids: 81f8058abab2022017611dc5f33e267f8c436bbd
Timestamp: 2021-08-12 12:42:40+00

Package: libpq-dev
Source: postgresql-14
Version: 14~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 569
Depends: libpq5 (= 14~beta3-1.pgdg+1)
Suggests: postgresql-doc-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libpq-dev_14~beta3-1.pgdg+1_arm64.deb
Size: 132740
SHA256: 87ea2c539a09558b8b3d6e33ee88de5c9e4600a3cc5ba063e3a39b27558dab34
SHA1: 5793ad643631ad315459aa5840e0c535beb40bf0
MD5sum: b3eca9b4423aead14ddbf19d7da2056c
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.
Timestamp: 2021-08-12 12:42:40+00

Package: libpq5
Source: postgresql-14
Version: 14~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 912
Depends: libc6 (>= 2.25), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpq5_14~beta3-1.pgdg+1_arm64.deb
Size: 189868
SHA256: 704636d481fad2daf2740ccaa1691d7488658629ee4b5ed431b4c11da055fc9c
SHA1: e99cb1cd0149f19586289426e300861d95e68cfb
MD5sum: 5fd157073b0a066de98ef6590cd1906e
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.
Timestamp: 2021-08-12 12:42:40+00

Package: libpq5-dbgsym
Source: postgresql-14
Version: 14~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 302
Depends: libpq5 (= 14~beta3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpq5-dbgsym_14~beta3-1.pgdg+1_arm64.deb
Size: 267480
SHA256: 41def3a2c5cc1d8927658e5d3b982d96ba72e38b5ed03cf355e0e59ab40664a2
SHA1: fdfdc0bef3433e7e8f0b9f5b8663e57f5c287f67
MD5sum: 286dabc002e0f7c12877d0a5d226606d
Description: debug symbols for libpq5
Build-Ids: 9721e82867b1e4e447afd0c4009a3afe730d6b6d
Timestamp: 2021-08-12 12:42:40+00

Package: postgresql-14
Version: 14~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55509
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm11 (>= 1:9~svn298832-1~), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/database
Filename: pool/14/p/postgresql-14/postgresql-14_14~beta3-1.pgdg+1_arm64.deb
Size: 17278716
SHA256: 88399235c56b373ba5cb530848ff390e3ad2b35b625051ea700978f6e05979f7
SHA1: 4d4854ba6e35c6d74f86b7c44ddee820b6a753f8
MD5sum: 103bde9752de6c1edb0c60c8dfcb8351
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 14.
Postgresql-Catversion: 202107181
Timestamp: 2021-08-12 12:42:40+00

Package: postgresql-14-dbgsym
Source: postgresql-14
Version: 14~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17840
Depends: postgresql-14 (= 14~beta3-1.pgdg+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/postgresql-14-dbgsym_14~beta3-1.pgdg+1_arm64.deb
Size: 16051952
SHA256: 96af275ce470476a008b5897465d480081ba510d86bff1a2c01b65f0ce345447
SHA1: 4879d99ee4c68cfe23db09948d44f11e21832408
MD5sum: f87e6b99da9be4e1f8549573034de05e
Description: debug symbols for postgresql-14
Build-Ids: 01e2c2d0a7b3a09422fcfb67a464a6a6f82a78f4 04675835698fe9e12123b0795b1d438cb96efa68 08786c3e3ef5e1ff6a9172c88b905eef91631df9 103cb75b4bdefc1171270e47e2a7bfac7a125426 112212be7891f7c0869aaff22f0616a1c22212ce 124c0d8f06531fd46356332a813568f12f19c80d 18837d4da3268d3eeee82c8845c3726e4c9b9987 1b023a7d0bd74b3e5a3315d5dbd7cb29ea74444a 1e20dd37c7a9a9d87b88ebd9733831145ce02bcd 21930dec8ca9b9a1f8951def3dfa4fcc9185b179 2379cc16d661bca62da7c2a205bcf110beec0e24 25f6adfc55d3f28e97a25506aa88c0a8418cf112 260af90b4155ce709c6a1d0f9308d04cd38cf215 27b1988e8e41adaec90bc9a95bf9b4be7a7055dd 2b5e306cb9917ef8e0d7749a53e3f71b0d5b19e8 2cedcaf497a2117446ccae485c3a312a4f933ef3 2e101989f6e4c944885de8cb82ba04a8a1c21cd0 2e7a67798bd1af5da7a02e2de99662d50b680a33 3292afe2879137d1c0356a35f2f8cdd10f9da789 3355ddc3a0514cd1755684b3f2124b6a078eb210 33ee841fd73acc123e06e13a12566ed001c7f122 37b24f52db0258365cefe5b6d02ce22c137cb60b 38d642112ed41e3183090e75ed5ae646b45bf462 3c5be6ef8712d539d8175295c449dcb0463a3431 3ca34f5f86373e62446c2b5749b86b400969cde0 3ef054c95260aae421b50dd0a693365d7dc26a18 407bada167be88c8350613cfc61b3f9c7a3bd5c4 41d906cb36680d400e0979c4e0ce44360b6993a4 425a7195147ef295b7096eb730b22a3c632128f8 46f4d8db2acfd5be61cb3ebe4298acac64000086 482cfd21d2d8cc5e6c804d085310d57092aa6337 4a93071529086626da024647464f4b2bc2184900 4ae510513b021ae36725fc3acb113df869ec2b16 550ce5df00e057a26299c50a67b7cde4ccdac3e1 568107a4171417c0aa3f844ba7960f6272cd28c0 5bd3afba56b0b9f496ea2b7659ebd66772aa950e 5cdea4a94e1e5e4997c8d1d6b9bccd280aff43b9 61052c400b19f3aa45c3cb67209f3014f28d0fb4 645e7817468687654b50f7561b222fe69a1f126e 65f9bb178c06a1b3005ca8511f07300be0e7a889 679c9004a8a6af274a358fae45975486afded790 6984345a8643412ca3854fe2232785254a4e3b85 699123005dc08cc3fd2304900ec4a10a56ca45ff 69c1d6784894c0a23fc072edef8f5535e7101af0 6b823e372d6c933775f49f85e8a746590d79f784 6d1fc384b9024ca64b1db2c87a57db4982cbbac6 6e03f9bab81be16e53a990a2ba95183be1203ed8 701c38a8f07d7fff37c1aaf136a0faca1843a03a 757206b207f4a6c20dd8c4abf52fcc56d9d824cd 7881df9e0f610b3404fd552b43fdea79a7c9b521 7b18d3f556053685df2f5c55e84d52eea18b66fe 7ce02084c924648e2c8bbc8ea94df54578341934 7ce3b1f8b6c2af9a69f9fb6cb48c11774c1291c8 816b65841a994ab8739c589c532ebfc76f2f37da 81948b542004d99ae5278c9b109156219c321ccf 84437addf0032a061e2c942bedfd1769e052ba0e 8ae34829d9f55d87519bdf13feabb42be394ea91 8bb85ce67e95518bc53a68df9b8e68aac9db7a8c 8d253fd06d35066737f766d9bf7ab18c98952a3d 920c19f04b29ce8a4bcce83c549bc567c7c0289e 95421dfe674f3d76112eb8d57ddf8f3bb840154f 99419728aa18a1ea5bb52aa0ed16e2b782b4fbcd 99ea0a1f6ac58f94a09b21082f41a7c8a6cb3d1f 9ac3017b47c1dab022a7147c1d4f4fd28e7b46ff 9cfa5871844f11f1804d66e3bffa1cec10a94c5c 9e039dd504391a413b1795974c6b831aba2deb54 acdb6eb42b63bb5187c71d9440cef0b69a0e8dc6 af6b471599a63ba824166836e5ac12f7003ce9c9 b39667cc0f7c44ba6181a0b10c93e39c02d4fd6e b3aea163dbd6b7ad8733dbf6160c37df14daa36c b86286ab3b177269516da233ec5a88bff26d5f69 bc29ba8a83db7b326c261b927b08031036a3d01d be1dc148af7a6b996c4926ae9491a7e13e6b2d0d bf283c6f3471bcd305adef1e426333ba6fcc1aee c776167dfd4c40ff2f4c0681a915abae368e15ca cc1640dcde2e90df8ad73dc8b23f2b68fbcdcd4a cd60a6bcb4cb7726faad45cc77ed4aec117439a1 cd9291bebbce1c875ad2e59e64701812aeedcb91 d077414083fb38ea512df3ec6035b758eed20315 d0d41126957fbbcb20a9404cbc0bbc8ca369ad2b d9195088d2b39a8b6c0b69bddd0e27889a149c30 d945e03c58212c84b720f77222c2db64c222f27b dbcb1ee38d4b85b1a24f50c9790ed93b022a2312 dd4a132aa6743f0fe1ccfdd013c6543304d0a16d edb262ab87d60c2d755e745816e62f56621ed322 ef511d8d488d4b9f5b31bfd1737df3c14237091b ef988582145f1e5fff08356af9750ec1904a6162 f5755bfc6afd621db555a2ac191d7d9041b83988 fb4e66b52ca890388baf4fcf2afdc080c5158555 fcce74c5d1503f37ec7883cbc6297ed3364d4e90 fe504eff210f9149c3c1780a296ccab4c5363372 fecaa2859aa4ba7de833b3fb2969f4fde55fa5f3 ff1d58b83c3669272b50fadad4a4d331555a4106
Postgresql-Catversion: 202107181
Timestamp: 2021-08-12 12:42:40+00

Package: postgresql-client-14
Source: postgresql-14
Version: 14~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8107
Depends: libpq5 (>= 14~beta3), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.25), libreadline8 (>= 6.0), libssl1.1 (>= 1.1.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-14, postgresql-doc-14
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/database
Filename: pool/14/p/postgresql-14/postgresql-client-14_14~beta3-1.pgdg+1_arm64.deb
Size: 1716440
SHA256: 4c7fc10070fae8a76566508159c5997f3f9c2f711b5f50c75818b222577b32b3
SHA1: d01245907f0e822a6a242425a73e95a8c24b567c
MD5sum: ad133a0f1cf4b2eb6af115e74b0bf84a
Description: front-end programs for PostgreSQL 14
 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 14. If you install
 PostgreSQL 14 on a standalone machine, you need the server package
 postgresql-14, 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.
Timestamp: 2021-08-12 12:42:40+00

Package: postgresql-client-14-dbgsym
Source: postgresql-14
Version: 14~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2652
Depends: postgresql-client-14 (= 14~beta3-1.pgdg+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/postgresql-client-14-dbgsym_14~beta3-1.pgdg+1_arm64.deb
Size: 2178736
SHA256: c8eb5d6ed94b37541c4e1f833be0d8f7cea47990891a78b29be10787e9740f96
SHA1: 4fcd27ccbeb261f4b0e436f1066c12ed77687c82
MD5sum: 939409b57b77dbdbef8d80a98736a360
Description: debug symbols for postgresql-client-14
Build-Ids: 045f3f929702c69c7e65dc5c0d74f1be2131e0c0 09c1818c8b788542eda94d83be460d3be66cd34b 09c63a4b928c1271506c89a71ff8dc0961e88689 0a5338c8331d43c6f56dc3f23dd8d18eb0a33ae5 0cf2eb590d626882b115b32b10ee2907e51d54fe 141a8e43da5da003ebef9430302463597e999938 1f29b2f7d7a9c827a1c0f9fd9f38cc8d0a6ff40f 21f483f66523cda27b6df5b78d767983f29165f1 6c0a3c9adce28c34f308170e129c36404ed1c328 6ea471b9c1bc66d9f12349e579fef1f5a087ac9f 6fb6a8525c9ec68b7c3225bec24a7bbf8801e7b4 776f80578e53c0d516f213e5a759c45054de08bb 859c7fe47672d8fc6bbf80f575305fb152edbf19 9f424e669e5a5dfb892430f81c295eff2d93cd2b 9f5b3622d280ab203ed919ea35ec503199ff3a90 c4f2f6d5ab482b2052cd87ae582acb60d5a55068 cf5f7749a6a705a91630882434c927d64b85b952 dbbdf97da9d013e63389dd920f6c8ea4d084d880 dc8479c8676f0bd42c48a6988761673d18990efa e318f1d64796e8a5970764e812177fffd8bef79b f5eba5d9e4f0f7a3b451193d75f365fe04da0c03
Timestamp: 2021-08-12 12:42:40+00

Package: postgresql-doc-14
Source: postgresql-14
Version: 14~beta3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15854
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/doc
Filename: pool/14/p/postgresql-14/postgresql-doc-14_14~beta3-1.pgdg+1_all.deb
Size: 1959256
SHA256: bcf3e8089698b6d095d843a2225ce520745bfa4c592884178053ff35f737af8c
SHA1: 1b1c99aa15471e8afa81c1054dbd01f37de428a3
MD5sum: afd72c1d59387d8e602fd0ddc58f9deb
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 14. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-08-12 12:42:40+00

Package: postgresql-plperl-14
Source: postgresql-14
Version: 14~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 356
Depends: perl, postgresql-14 (= 14~beta3-1.pgdg+1), libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/database
Filename: pool/14/p/postgresql-14/postgresql-plperl-14_14~beta3-1.pgdg+1_arm64.deb
Size: 81772
SHA256: 528070de13c142af60744d5426092219af6bbfa00721585375d743a9b6f9bcd6
SHA1: 570d8f663a67aa1ae423f6884794950a931b0918
MD5sum: 1e94934845956b2827e238bccb035076
Description: PL/Perl procedural language for PostgreSQL 14
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Perl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-08-12 12:42:40+00

Package: postgresql-plperl-14-dbgsym
Source: postgresql-14
Version: 14~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: postgresql-plperl-14 (= 14~beta3-1.pgdg+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/postgresql-plperl-14-dbgsym_14~beta3-1.pgdg+1_arm64.deb
Size: 156772
SHA256: 76011d2356ee10af72b25dc914cab6f4fd0ffc0b8a695ccf7ce8c58cc9c9ce04
SHA1: c46bc8726430d55715e5ea284f5268a250c59e58
MD5sum: ae6963adbfc9854b982cf616ed438571
Description: debug symbols for postgresql-plperl-14
Build-Ids: 0179ff3af8274e8a5f371df0ab6670f211a3fd3b 4fcd969ba04020c95b7da58cf7401857e40adc12 bd46b6d159cc5caf0fb9e2c26e5415e2b7d259c7 fd1bd73b653dba2d671e6d6e24f92baba89c959c
Timestamp: 2021-08-12 12:42:40+00

Package: postgresql-plpython3-14
Source: postgresql-14
Version: 14~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 493
Depends: postgresql-14 (= 14~beta3-1.pgdg+1), libc6 (>= 2.17), libpython3.9 (>= 3.9.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/database
Filename: pool/14/p/postgresql-14/postgresql-plpython3-14_14~beta3-1.pgdg+1_arm64.deb
Size: 102780
SHA256: 2dda2810ec338d05a1511cd9171ba04b14f48c41111cdda17ef570b6e19ed0a5
SHA1: 21197a611505f5dcc592bf38961dd267e7edd50f
MD5sum: 4b47ebf88acbef4ecf069f1fde94e2c9
Description: PL/Python 3 procedural language for PostgreSQL 14
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Python 3.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-08-12 12:42:40+00

Package: postgresql-plpython3-14-dbgsym
Source: postgresql-14
Version: 14~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 211
Depends: postgresql-plpython3-14 (= 14~beta3-1.pgdg+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/postgresql-plpython3-14-dbgsym_14~beta3-1.pgdg+1_arm64.deb
Size: 160544
SHA256: 21e0d9def350697b3a7af952ce928a54490078adf9a6dd512cde367d80931757
SHA1: 828223025becc572a1d40d521599625cc3ece5ea
MD5sum: 55eeb3319387f4fa3b6c5c60fb9e2f70
Description: debug symbols for postgresql-plpython3-14
Build-Ids: 32135eb89ba4be9943d75910d8a1183a2f056e26 4c1808c56df68bb119f308d38329ccde5100c8c2 bc29a295272e211d0bbf3231184001cc29b83ad2 d81389d6a108944626bc93bf1c03ce0ca0257812
Timestamp: 2021-08-12 12:42:40+00

Package: postgresql-pltcl-14
Source: postgresql-14
Version: 14~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 190
Depends: postgresql-14 (= 14~beta3-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/database
Filename: pool/14/p/postgresql-14/postgresql-pltcl-14_14~beta3-1.pgdg+1_arm64.deb
Size: 35832
SHA256: dac87138795d0de5cb1cca7a63184aac99e31fb201f16632311a3d2f202a26b0
SHA1: c2057a6e12a3e7cf69ff1883b7882f3a4c632396
MD5sum: e5f59801b6a272dc93696cb968f2c6fa
Description: PL/Tcl procedural language for PostgreSQL 14
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Tcl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-08-12 12:42:40+00

Package: postgresql-pltcl-14-dbgsym
Source: postgresql-14
Version: 14~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-pltcl-14 (= 14~beta3-1.pgdg+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/postgresql-pltcl-14-dbgsym_14~beta3-1.pgdg+1_arm64.deb
Size: 75112
SHA256: fe785c91fe16f4889b77b5c30eea8b54bbd699527db3314815f35710bd1d95ca
SHA1: 998ffeec61f639595ac44218888fdc8b4868d88d
MD5sum: 592b8405d2dc201d09a8c6a2daf48785
Description: debug symbols for postgresql-pltcl-14
Build-Ids: 0f42870f37e2e436e0009a7fb732eba372b50abb
Timestamp: 2021-08-12 12:42:40+00

Package: postgresql-server-dev-14
Source: postgresql-14
Version: 14~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6277
Depends: clang-11, libpq-dev (>= 14~~), llvm-11-dev, postgresql-client-14, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/postgresql-server-dev-14_14~beta3-1.pgdg+1_arm64.deb
Size: 1046088
SHA256: 54b4c20725dfd078e4b56f84254475417581efe3d86ff372c2d8cfd62c1cfd39
SHA1: d5ad3593733e5d762dccfccff104df1454e9de64
MD5sum: 8724304c6b2a13159a86ad827a564da8
Description: development files for PostgreSQL 14 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.
Timestamp: 2021-08-12 12:42:40+00

Package: libecpg-compat3
Source: postgresql-9.6
Version: 9.6.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg-compat3_9.6.23-1.pgdg+1_arm64.deb
Size: 23056
SHA256: d7407891fd74802bdd050a208738cc075bb3f791c80a230ba8c104318c42ae66
SHA1: 5e58e0b28a626253e3ad4f2ae9f21e0457b317c3
MD5sum: a15072908704abc9df6550634757cf01
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.
Timestamp: 2021-08-12 12:37:33+00

Package: libecpg-dev
Source: postgresql-9.6
Version: 9.6.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1180
Depends: libecpg-compat3 (= 9.6.23-1.pgdg+1), libecpg6 (= 9.6.23-1.pgdg+1), libpgtypes3 (= 9.6.23-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libecpg-dev_9.6.23-1.pgdg+1_arm64.deb
Size: 223376
SHA256: 05f95d5ee5d537381a8589b9107541e60f86e83f23566fc8c748b4ad3fe72bfd
SHA1: 5f3840b59f172c45ad334e6a714d85f042c3c963
MD5sum: 1127ce8a7dc23ba5d88c8d06bd24b3ec
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).
Timestamp: 2021-08-12 12:37:33+00

Package: libecpg6
Source: postgresql-9.6
Version: 9.6.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 414
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg6_9.6.23-1.pgdg+1_arm64.deb
Size: 87208
SHA256: 3766118e9ac33641c66c9951376b03ecb36d050eb29a6a4f981e4599c8a51cc7
SHA1: 4dcd3056a83c431f736b805d31b8e8469baa9ede
MD5sum: 38f9380c77770c38f04ecd86fe7b2793
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.
Timestamp: 2021-08-12 12:37:33+00

Package: libpgtypes3
Source: postgresql-9.6
Version: 9.6.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpgtypes3_9.6.23-1.pgdg+1_arm64.deb
Size: 44168
SHA256: b50a977657ec761afa832f27c741bbf13b8d8ddd0beb7aa832e85ace7f2754dd
SHA1: 3a354303d4059199d3df97e1ad0c6a6c8fcbaa2b
MD5sum: c431fd8e842f506a06272ffd46071b9b
Description: shared library libpgtypes for PostgreSQL 9.6
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-08-12 12:37:33+00

Package: libpq-dev
Source: postgresql-9.6
Version: 9.6.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 738
Depends: libpq5 (= 9.6.23-1.pgdg+1), libc6 (>= 2.17)
Suggests: postgresql-doc-9.6
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libpq-dev_9.6.23-1.pgdg+1_arm64.deb
Size: 161320
SHA256: 1446b75b7706b770c9f984ff42f7d704b92664b97791d5dcc25a62f5cd8f405e
SHA1: 46e5403382f4c92cdfae7a2e83c623b17631001c
MD5sum: fb3703639051052503336f2aa63c0386
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.
Timestamp: 2021-08-12 12:37:33+00

Package: libpq5
Source: postgresql-9.6
Version: 9.6.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 603
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpq5_9.6.23-1.pgdg+1_arm64.deb
Size: 136432
SHA256: d9cc8c3ca6c4313a3c713eb4cc0662baa51030efa256be634ba3869795d62788
SHA1: 641d3ed9d4797d927ca435faed18c64a2f1f7eab
MD5sum: 8efdd3e53bff3b5aad1cae2d5eb8e587
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.
Timestamp: 2021-08-12 12:37:33+00

Package: libecpg6
Source: postgresql-13
Version: 13.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-13/libecpg6_13.4-1.pgdg+1_arm64.deb
Size: 57232
SHA256: 88e3c9fa7c8c880ad81b8ac1550184b9930cb1672e20daa968e0f533f8138f26
SHA1: 0ecd4f6de06cad4c307edc9b959c4b68554800fd
MD5sum: ab559e8e45ac037cbb105c52f75153c2
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.
Timestamp: 2021-08-12 12:40:06+00

Package: libecpg6-dbgsym
Source: postgresql-13
Version: 13.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 13.4-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/libecpg6-dbgsym_13.4-1.pgdg+1_arm64.deb
Size: 113748
SHA256: db90a37f1420c093400209d4a8e78b4644b7425553533e0245865b18ae1b97d8
SHA1: ed1d5db54fcd87b40c5da34fc6a456cff22b87e5
MD5sum: 0ce7d83538c7a3bab99520446e79e536
Description: debug symbols for libecpg6
Build-Ids: 0d7834a1b8f9c50b85c00eecfeb84c5ed2581267
Timestamp: 2021-08-12 12:40:06+00

Package: libecpg-compat3
Source: postgresql-13
Version: 13.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-13/libecpg-compat3_13.4-1.pgdg+1_arm64.deb
Size: 22992
SHA256: c3ca156afce95d93ad1099e3c688926c51b1277c62e030d2a15b7b6e28593f14
SHA1: 39c135d700e6baaf1be8101c925c2318f9de3483
MD5sum: 5bd9e5a5f76151ae2404ed7eeaab4c49
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.
Timestamp: 2021-08-12 12:40:06+00

Package: libecpg-compat3-dbgsym
Source: postgresql-13
Version: 13.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 13.4-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/libecpg-compat3-dbgsym_13.4-1.pgdg+1_arm64.deb
Size: 39428
SHA256: f574d13fb8d7851275ffdf50ebe3b096b50a6ca92c90db75bc242b5a725b3f37
SHA1: d8157db071bf640e03106fad0178f7b993836d67
MD5sum: c0915b206a68f3a1faaa7a8d542d7574
Description: debug symbols for libecpg-compat3
Build-Ids: 4aedac662f992ec8af684b1763a4a7fddb921135
Timestamp: 2021-08-12 12:40:06+00

Package: libecpg-dev
Source: postgresql-13
Version: 13.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1487
Depends: libecpg-compat3 (= 13.4-1.pgdg+1), libecpg6 (= 13.4-1.pgdg+1), libpgtypes3 (= 13.4-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/libecpg-dev_13.4-1.pgdg+1_arm64.deb
Size: 267272
SHA256: 8ca3093cb3c72fac3ae38c2acf1104b74dfcf9fec7c7dda6f59692be03c2e3d2
SHA1: 9ecca9df8cc9b4b070b00e4e0901df01ebbdb11b
MD5sum: 9e7beead7f9d4753788dd07b75aa51e8
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).
Timestamp: 2021-08-12 12:40:06+00

Package: libecpg-dev-dbgsym
Source: postgresql-13
Version: 13.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libecpg-dev (= 13.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/libecpg-dev-dbgsym_13.4-1.pgdg+1_arm64.deb
Size: 220556
SHA256: cb1f1de69f1ca3dd3dea85cdf0c264619bfdcb44cf2ab1979acd942612853a40
SHA1: 4d05987acd6a20952fa69d978977b01fcb53b40e
MD5sum: 08a4c2f32bcdb03439cbb7b6004faf6e
Description: debug symbols for libecpg-dev
Build-Ids: e76773209f4502ecaca02da1f1ebe9a39d732513
Timestamp: 2021-08-12 12:40:06+00

Package: libpgtypes3
Source: postgresql-13
Version: 13.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-13/libpgtypes3_13.4-1.pgdg+1_arm64.deb
Size: 43492
SHA256: 275a847a5507f39827d3718e242154fa6e6dee0ac7f296820eb1119e47756dc4
SHA1: f91beee926b934f76c32bc909aacf216b083d4b6
MD5sum: c382ec3333d5598b584c50451cd1dc0f
Description: shared library libpgtypes for PostgreSQL 13
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-08-12 12:40:06+00

Package: libpgtypes3-dbgsym
Source: postgresql-13
Version: 13.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 13.4-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/libpgtypes3-dbgsym_13.4-1.pgdg+1_arm64.deb
Size: 89264
SHA256: 9ba2d4b2d934e292980e8ee5cb3aae1e7a3aaa502f74a4c00aae1d3457226711
SHA1: 8b446cbcdeda8d22cb70f768b3db127d3d73b57d
MD5sum: 44880bb931021a9af41a01fc2ac53c38
Description: debug symbols for libpgtypes3
Build-Ids: 7e6ca9e9e11bcf818d422a7a1fbb3605c54e1072
Timestamp: 2021-08-12 12:40:06+00

Package: libpq5
Source: postgresql-13
Version: 13.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 775
Depends: libc6 (>= 2.25), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-13/libpq5_13.4-1.pgdg+1_arm64.deb
Size: 173276
SHA256: ebee3411eb19d8c5399fd4599cbb6cf0b88dab79fcecbfc2682b5129ece08511
SHA1: 1382c2615eec2cdc4c2af41a0227d9a65a8fc5b1
MD5sum: 59f5ec2a5a73dafb21804ef66e85c044
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.
Timestamp: 2021-08-12 12:40:06+00

Package: libpq5-dbgsym
Source: postgresql-13
Version: 13.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 291
Depends: libpq5 (= 13.4-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/libpq5-dbgsym_13.4-1.pgdg+1_arm64.deb
Size: 257144
SHA256: a8fa35887cb9cacbe17a2a94e7f9a27c45bbb836df6bc38c47df82633f6c4766
SHA1: b8f4ccc29082de5f703c7ae950faa11ce65f5a94
MD5sum: f22728b72f62cb365ff8d49e87782ae9
Description: debug symbols for libpq5
Build-Ids: 47f46655c1a6a98ee93f92b8d5e564fff49f5181
Timestamp: 2021-08-12 12:40:06+00

Package: libpq-dev
Source: postgresql-13
Version: 13.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 564
Depends: libpq5 (= 13.4-1.pgdg+1)
Suggests: postgresql-doc-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/libpq-dev_13.4-1.pgdg+1_arm64.deb
Size: 135560
SHA256: 47151286bc1c8b63ea94b3487a262c1493821bef84f9ae7f56df478265e6db22
SHA1: a863f363a725e0c29517e6895a7d92b55327d4cc
MD5sum: 51ec9176c6484e94a9be444e57cbcc73
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.
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-10
Version: 10.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24180
Depends: locales | locales-all, postgresql-client-10, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libcrypt1 (>= 1:4.1.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-10
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-10_10.18-1.pgdg+1_arm64.deb
Size: 4938880
SHA256: 8926a0941a13080e2302a41f03f1ff35d7ce7de57b8c42d870073f3ea5f4a0ad
SHA1: 330ffbae20a551016b4c58ea7ab45f5c73242ea9
MD5sum: 014cb0b6ee29068f19221b6770c9f3d5
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 10.
Postgresql-Catversion: 201707211
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-10-dbgsym
Source: postgresql-10
Version: 10.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13216
Depends: postgresql-10 (= 10.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-10-dbgsym_10.18-1.pgdg+1_arm64.deb
Size: 11763204
SHA256: 1baaf3f22adc131a5a94727b67f1241a19cb5cbfdb99496e506083c792c2e935
SHA1: 873c9e5ac5a2740015a6d0dc69479128bad277a5
MD5sum: fd542165103fb0779b2e0287447f3670
Description: debug symbols for postgresql-10
Build-Ids: 007cdcb7ce674f8126adf02953688919044bb9db 03b03d9694f69ad6d69d4e1f87e98bc4bb779356 0967c0e8aaf0af035509422f3403e566fbe866c2 0ea43d1eff198d5947fb06623f01a1d295afe289 0f7e230de77c48bd28180b287243ec4d5c50dc8b 10b8a6eb11bf3d8cf3380eee516e582b8c4b4be8 11b4657be5e99c497693d3e6efff78ad4501d8a4 1a94594648ccf04e51945f77bb4618c1d205076f 1aa4c90b196241eb83dc6febfa7445a20c723238 1c85dbe03d550e8e92ac1655b3b1df5c32ff6c4a 213c8945692c64b7197b3aa88302b24d72225410 232a52b3cd7acc5bb61286a749d2f64659ec5782 255547ec9588d737766fc5825134df3561494ea9 272e260ecc2a7ec45989c73a436881f11d5e8548 2a2c810e6a1b2ee4b99fd5c2ed4f31b6732e4520 2a9f4661fc51b66c9ee0e59e123d8e647914fd61 30a22c9c1e116f3f68b1f773b16d8a297db1d92d 31a90dfa423f1e82f24acaceba6080e923ef72f2 343f03648f7fe3f087e0e58085a132ef66434b3d 353d16500bbedff02ff50ce50ad7bf65bfb93725 397407fa92dd349d105e05b31f4e2852988955b0 3f65e882e69686dab14cfa4223a19c837abfd1b9 412d9ec463f381d7f83511bd803f49ee597da1e2 43264bf38cbf7637cbf60bcf1d841000afb04cfc 46bd36588caad2bc221498c419308ce59d0bd8ed 4dcf8de6dea456e1feb73a06df5288218196d27f 4e6daa3587f40ad92080356de7c04c4deac5648f 51964a36bb9aea4bb274b15f45e2f98c3e56290b 5428276571483aaca08f58af0e71eee8a157d927 5afbf04ae95a12acef792eca1533005d3840a38f 5c5ae7fe60651dec0ce199e2b8710197311655af 608ecffb57e4b8e73efd797a1990364858ddc07b 62809d0723264543812a707c26c41f7c00892748 6355334783b5d098f534075ebd47b638e24cfbe5 66c6d7fac181478f4e28f70747c08c13f22fb239 6bbbfbd7579e0184670e082a0cd30b0e25029e94 6c2e7102899b87d544ce4eaca69c3f2d38f6b929 6c8f3e7f3e96e7f97c9b70f4ee0141e3d8504a3a 6db7f2f5e8bf82c400e63c657c05343e6918bbc1 711426dd9b5360034b818453daaad4ec05c47df0 72bed30bab1c8759620c4a10385f0600faf7c235 732a83f3e60c0dfe3cf2ca54fe2c81a335227d7f 73770236b6977cecc82079953395786525e13a10 77a16158d331336321312aafd1487b4fd496da0d 78f74e38f8ed7f70405700cc43677c91c03de875 7aff0a7993a371f9745fa036fb890d91be8e3db6 7bea4b2f3cc3455c71222d5e4a41e8fb33c10274 7ec430d4c428ec75327952486fc0b5fdac87724e 7f2f46ecd41c0225add9d61c8a4ee5ad6aa04c1c 81c9cecdae3a37d6a5980f02c8bb730a42d70a55 82dc4280b515bf9aeac6293505bddcc47789e24a 8c6ced856c81c1f9062235e00513dc31b4ba2161 900684e97eec230e1072757eeb8b7b0de7b85d23 9313a1c3bc4ca6c9ee68d51570b7821ff469d1a1 9379cbaaed07e44678cb8c4f4eb81b30ae6e9b37 9dc1216fc0c4f14cb4857ba09063952cd94038c1 9ecf2ae27bc51901979168c91de94ae2c8499e78 a951da3afb0ba59169815d2c8571f7d2260dac75 a96114b9fd8658bf4c47ce366afbc6d8ee7a5a6a aacd0cfd6dea61b597f027c3761f1214fbf6eb07 ab48a704dc37a28faeb1a0bc84d90b2efbe3afee ad025c0736608cef5a94cada91ffe4f0e73ebb65 b135a3b3e72be62e4e4a010ac5975875022758a9 b3ab3bcc58897c40c9d947040b6ba616c948cd9a bb1c7d0e72290e0c58f37d0bde0aef0904ddeb4d bcfb30b6ccf545c440ef9c9a1e3a6206a895aa75 bd10a782c6b1947b5c07d145f96502bc74d53723 bd54f407921fac1cc12eeaee3fc3ab39c69e969a c0e3403a9ac4656b5c6a35a53c72c18ad8f864d0 c19d5998b9e7a7861189f30f28566af85c7e5b5a c42d36892b60fce88f999132ebb167b0b34ad1fc c44f7b32717e918df01a52183dbcd8b620a9357c c7ab16dce5a990f2960cf19dcde910f120e718c7 c8d4f31c129caa8ed23b7983e21aa691c09ab0a2 ceb519bac39fa1e08e917b3a8d7022406a840dc6 d1364da91809b90b912fe962010c4bb860e9c771 d373464898d062c7859f9daae058d75b869dee0b d3a97b5de88c7a04935c3892a3eb0b93ad49f175 d95514beb973a119be6d2f7c7bcc9179f56082ec d9b1368ff479f04e5746b8358769389ca6114cec dadc1e22a16576ab8ac2b28f28a0031d462d42a7 dbb2127c7c7da3427a69cd08a280de6e76a5881d de3c052eef72896d139d7a0357d25088830e3da2 de3d122f14c4eab967eb0784eb253bd3580e6506 df74bf0855aad5c1342bb4ee097a5986f3136f14 e06eb22ef0d97dde2ab76db1a614392395d630b4 e0ee5b392ccbad6dc82acf495477a84a2f02425f e3ddede707793d418f8284d9bccdbde4bf7ce544 ed3ca50eddd383a291d0d5310f65049856f5bbdb ee19d8f38384a5f2111573ee7cc35901868e464b f1da75380f3f1a0fafb5e8298d36ce83b8f51d02 fa60786f3b89422647f8988827caa9c8113cbb6a fba5646c577149139cdd5f140aed92fc2816e578 fd0c5a4638a486961d63a25b6b8fd9448f3fc296
Postgresql-Catversion: 201707211
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-11
Version: 11.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48717
Depends: locales | locales-all, postgresql-client-11, postgresql-common (>= 194~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm11 (>= 1:9~svn298832-1~), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: postgresql-11-citus (<< 8.0.0.PGDG-2~), postgresql-11-cron (<< 1.1.3-2~), postgresql-11-pgextwlist (<< 1.8-2~), postgresql-11-pglogical (<< 2.2.1-4~), postgresql-11-plsh (<< 1.20171014-3~), postgresql-11-rum (<< 1.3.2-4~), postgresql-11-wal2json (<< 1.0-5~)
Provides: postgresql-contrib-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-11_11.13-1.pgdg+1_arm64.deb
Size: 15096656
SHA256: 21009b2ec5e5ad9a59b87a43bf8f4e7a83e38905ea91ca9d7e65bf204075004b
SHA1: ccbd13412b9da1559b07b91101cfc3d27fa5fa5b
MD5sum: 3ba7e0e5c5e2109768ef3758dc0b3e7e
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 11.
Postgresql-Catversion: 201809051
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-11-dbgsym
Source: postgresql-11
Version: 11.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14919
Depends: postgresql-11 (= 11.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-11-dbgsym_11.13-1.pgdg+1_arm64.deb
Size: 13416012
SHA256: a3d909c041ada9f6b149449f705a4e94521c9a27f765e223aa2574221bbf59ae
SHA1: c2d415468249a1a05608b8fc4ddf0761c6a7bf96
MD5sum: 60a0adc6494bf8778264db152e22687d
Description: debug symbols for postgresql-11
Build-Ids: 03ef05f02fe48f05a7c535e2d25772a477e99c91 0766e97c1e3186fda540beae67ee2cc1b995880c 0bd2b8ed3ff530e0ae7dc46742a39c5bf4441b15 102dc43f7f84a6ea4cb6b565b40584fef0398578 1a12431b6c0c107c0566e4678d6d95e5e3387543 1b91a504e8f7162c5499a778b55f9b06179371de 1f2f07f5e4b827e6b95d0bc5df311a4216dfcf7d 1f764a89c45f8bcc9c1aa9dee2259457b45dd33f 261ffcf5965d3efc9b8708a8a361a27b130a8e3e 2a18c9a92439899204f5ef83f7bc8181e3bb307e 2a2971b9504b49710e4732039ce85c15a4565bac 2a4425822f9207f2b95b0413244d21c05ac08e5e 2f5c19200963d4879023b350331401510de4bf0c 2f5fe5c58295accad53beb8ef73c1df5f37210bc 2fbba73904c1ff84b518d5928001ca0dac27787b 30374d7fac00264cc882a9b1b9a9891962ed0ad5 34cb56040e54ac046db35ad75f708fae681e210b 36c1ccad9f29f6fe3d851e43315a57616505d002 394ddc7ef2a98501c1b1bd7df63d274fbd237cfc 3bce78d3fcbf5ce513519d80f612e0768a3a7ff8 3c66a600b61e56426e065b412d51007b1ed8ee04 4149078344c78f44de45a452ddbb224767888bfb 4496456d454ad6fb0b5c87bc7016dc9e1507399d 4c0343027f2b208504095f0453ae42b5a4b1996f 519d85de1fd096c10451f694fdc9bd2f8d592b8f 52366eff3d4045f959802076b710e8771a71a1e8 531a7c7f3d80b1e66ca61ebc26f5380fa5c8071c 531e400444297d85f177397708c4cec1854fb55c 5436e0524767f82716c9cef3169e0f616636e5a6 5685743c563c377afa39c711eb1bec3a0dfd9e3a 575d3fa40aae4d47c453473d58a518aca65879e9 58b82cba65a5baffa41d5b5234551787a181acdb 5aa4d95e456aef2c528c20c8376392cfc22083a5 5b1670289008436f3922ba0dcba1c5002b43b1a2 5e9d3b6092727441dd17ba7c1d51d0b1e2a43b3d 669543f8a7a4d6045e0ca8e64dbe28cd8533e06a 66961938ff05a2b9e62df12ffa92a4a188dc71a5 68c11fb806b429425573b378c927d1de64f262df 6bbbb279d2cd57d3acaacb90536ddf307bca8c10 6ef15d1ebbb10246de8677f4fde82f4368b273f6 70fc7d969998f1d9471a7ec32efb29eacf272188 7212d1515fd01727e60b0710d2c2b017854290e9 7320c08d60fbf0e186b6be01613b103e2d7bae7e 7347719b6c6cb1c61903aa320cbf8a671f9dd41d 7445d96f5f6c6925fb11966014ac98afe7c9fc2d 773f4bf310555f21f38c822dbccd94c410f070bc 79d1e53fe7f600514e1d2ac7aaea8b25463ce2b1 81934e8742d15b2a0530d17daeaee47252924c65 838ddf79c7ce52eb668886b1f43cd329bbb59b23 89f431cd52036d92003b76ec9aa32235e712469c 8ade209ba05710d142c440e2a17a66e6164a1348 8c3775370c9f510397b1314e865da90fa06ed8e8 8eb9952cfc386170cf3bff2f228c90329dda25b2 90499ac042a09e77f5a61e36ea6977fa249f1359 93b3832202e3fa82ca0e8f078900f7da1dfa1518 950fe05944c330c40de127ca846b3eddfc5a2685 959b1b7c6fc37a44880e736f7ffd76201e735aa6 9747b450a8785b23a30ab2d88de226195a9fca38 989b0f961afcc7466cf0d1ffe63a46e486510942 9b4fa7d3b0c2b0b609a24abaadbd963f559c4073 9e453cc6f5cbcde6497b1c3e3d3ce44df3d37a14 9efa7aba053a9eb49af83975c75d04ab165e2568 9f0e0660944190261d1eebb2a6a6e20314420f73 a4f3b122f0af4b8f7a188a1403c61c1c7e63ad39 ab0e64600f2e1b1414a4847b2c8a8e6c07adae73 ab88035620d26701075e27c13f00be270fb030a8 ac54f6093194b783bb7d127317811d4477286ab1 ae20cc858218350cb8e782cbe99a6ac544983d48 afec34dbe806554f062f53d38dd24a34778e8c39 b001e6f33d04724c39c26297586e0aaacf9e05fe b25807370a1eb701937d15296ae9c2b30669a810 bc3b66b02af2c81fb74c1e4ec15102d46e7f2409 beb1e6eda6fe39f78465ef969d0c4223dfc62379 c0a3ddabbe5ebd75f9c7e2703eb26efa3785fdf8 c6d229845eb3e04fe64bece89b7bab77643b64ad c7d5398e70a5158f2830008cebdfe32ed7b1cbdf c961d90ad780c5b603334d6b32515ec8545d6429 cac7051de054ed798067b03f52c952cd5c603db8 d88ae08c560f72131286861f43ff6b7ad117ec24 db504a24483ba5138efd331d5536e6d45557be75 dc4280710d91d6c1a03248db77446be387f75d45 dc648fb08a122e3aaa3597c3d2773298c99fb137 deaf873693d5655fbfae295aec1a4788888c2119 e33285efd31217eb94e53e81943eb001e19755d8 e432b2d084118b0764ac1725c57a87927c455a9f e513ad83e14b6ecee0da516c4cbedbd52c91eece e66bd786e366b84d555d522c7939c58d5ae166b3 e85b548b066aa1231cf0e455e238c75fdffc24ee f200eb6030025908127473cb6a49f7b06cb6733f f25e6735bd3ba143a7abaaa3b4c1b24bc9508ab3 f3279d41b4ea075edced22bd94dfb478bc8f7c3b f79ee7a3080048c79d6c47ac9accea4b441b4d48 fcf9c369b83f8a15e6f2d9c77efab38aea7d57ee fd43c09e816f029801a476de7ac0fb56091da20e ffb012c44048b24d4ec4540f5b7f0edfb0a1f573
Postgresql-Catversion: 201809051
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-12
Version: 12.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50814
Depends: locales | locales-all, postgresql-client-12, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm11 (>= 1:9~svn298832-1~), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-12_12.8-1.pgdg+1_arm64.deb
Size: 15739012
SHA256: 1b5f46e2fb643dd469076630e6f34edb01766c13ab5ec5aa0e35d822c73a897f
SHA1: b233f7f36a3950493072d1a439fc2ebccb110f9d
MD5sum: 9377a0de454cd6d82c0d4d4ba88ea4d7
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 12.
Postgresql-Catversion: 201909212
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-12-dbgsym
Source: postgresql-12
Version: 12.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16013
Depends: postgresql-12 (= 12.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-12-dbgsym_12.8-1.pgdg+1_arm64.deb
Size: 14452736
SHA256: 7fb0133f4cd8ba717280c913e0fc4793c9a1891446d25af59f09d79660dbc557
SHA1: 082c276274dad012fb4100b6ec2d85b95aa0c5cc
MD5sum: 5a339957671cec4d779161e794c76694
Description: debug symbols for postgresql-12
Build-Ids: 0050f32e046101540cb331b11d184d878fbc9123 0249a4ef5263fef8a3f736f0acb4543b0b3b487f 02f20d953d53d380001d8b4734808329946e8ad7 033e715bb2939d4cce8ace1c8a8709712420ba12 0455cc4222193a558069efd8341c56e16052ea63 0b4f2b6e48f3189a16e94e8f53d73f53033e6277 113bcc6eabeb72a1a877b917ab56d26a2f9ec084 16ad1c51242d33e064f655ee9fdca1ffd596fd30 16ebaf318d412200b23d26c09e10ea0f247908d0 18a2d85d3b9ff7bbacbd91d0c779270f33fc29a3 20e7900f4ae8a1291b22776e4474f8d2e8c0b947 210c42b83796ad909f5ca1f10b404888ea3cba40 21d2f5b7b0da8a5a009c3387d7651b508a7168c5 25c00f56e88c1f32820f9d0107d67aaf7897b7ec 27c832e8173013ed3dca77ef281e686d08e19472 28169429e5ac7128c9d676ca264f43bf61245b23 3391232462eb33ffab7c36d9889ecbfece1aae9a 35250d5bd65bbb0a67ee62bdf08eb2c01ba43bd9 3899906abee597d4dc65fc5f4298844352638559 39846f7c3f261c7af4a8588afff0bb416a0b3b9c 3c1f929ab90ecf1bd4cf5ab123e6395496fa3bac 40123c77fe132fab05f2c51733945612b758c50b 4113fd1e063ea49bfb2a17ddb975777cb7ea37f6 432f01936d4c440e346efb17cead0096013c351b 47240770ae5b1c6c1ea2e171f4e9b79748c48bce 4efa7a9a185f603a83c4bdc450f2a43306da63d4 595adb30881182c988ab54671fb3b59692ffe080 5b2e223189b94dd4a22aaa0ecd6526a8b8a2d84b 5d5eab9d742469eef78df6f2dc350b80d0808ae5 5e3653714a4f78e16058da6795daea7cd174d3b6 5ea7383364d6c99648598b2edd4defd78f686a88 604bd0c643ad87f99e1c651093ac4af3ea603200 615777c621172207d2bc34183b2faba49552c6ec 618daedbf04e6d6e8701944c889081580c177120 66d0c3d054a51b09829c956b77aafeac8296a262 6a84a8316ed641196c22860e7863d725097241b3 6fc7a0f85c4a759e435eee838d821c11c22cd6ed 711b6bc287c87d5b9a0ee9a5e90f2addf5fd449f 71f1cddc889b9cd4447ecb29cf86e04ec808860f 72298394030eb5f7341d4b12bfdabd819c901f5e 7542a10ed4f8228fb104f81386754cdf06f447ac 79d4bf70947f0c8abcb55206118ced0dcffae097 808c5dae0774b0001b6b6c4f35290ffce873080e 835d6d140a79554bd869ff385acbef643586e3d5 839ad15fcaa56b1e6baefb1b88a58937c38985e1 8876a24cfe62be3738e10db1052cfa2b9c07852f 897941d04a0a6748f9e17ce2cd16ac2930c6bc8b 8b1c68fbcaa79a5cf2b68e1ca0a91958dc02b12d 8cb6f3204d8e7fba0ede5edf50e0ed55343853dc 8e82dd37f8b2d7df03d1628db0adcb9e00261ae9 8fcea2d8dd17c86f71ec9670626de5fbc3fa1e2f 93a1d9f38cf8e82b861f2d3ec5991225e7441b30 95014426031455db0951f8317a08ee0ae3bb419e 98810f0a3128717f323c601584c58fb5814d6fe2 9a9ef9ffc98084e366b41c821e6cccdf935f9e0f 9e076339411e4caa85f6a4bde4beb309eed4ebc6 9eebb648e7220237f4f6e4cb95296c912e37c43c a013c9576d3e7a88e90ea5d7421c464343444179 a13c2ae8ea3d6b79279201c7853265bfe0a9a3ad a13c7d57a076116951901807d5c172c0d27efd71 a2331d1ad03dc03aa968ad1c043daf0e67072261 a5c1a8df1903e39c095b3c492965a7eb3ddb2c13 a5caec5772857a95886c6304bd6eaffdfe534e18 a6492c95f88bb029db5e1335d9def0aef8a15834 a83bc3a32edeb3c7fcd6a1870743e669f834ac99 a904b78f1b3a30f541a8bfc1e2a5e7b34553f971 ab72cd7ba14f7b5e9da00d5409e8cbd3341232fc ac30bd787b24196ceb7afede3b35a8e9197d961f af4ddd76d67cd27256d883a2c25f54c6fdfa88aa b2abb6281f12f1123b4159fbd734dc534a44a523 b8dda1b37f649c69c7cc8ad54a327c7e39b77f7c bc26136b55bdca28af5b59effc8cb0151a659fcc bd9b2c5d3c676f1b9d93a2e531fcdd8f2a0a2df3 c3ac01b9499e5ba8ec7eb970136fe2b1b416bc32 caaa69523af10017d87a4974b8f104da6f031099 ced5f0568843282866b1bff0f7e0e7f7841d0bd9 cf12036fef6aef042a088ba43bfad0e48e1725f9 d0429628db0cf49a6fb2ba85569a31109af6a0d8 d04742699ed7879d43971937d2763b1e3cec85a2 d05f22a00225ed6b29b99012012dba1cdeb63324 d115430ee475ac39072687735dda4198434d5b7f d4a03514ec87a230d736ea8225c1b7ffa36b9e0f d6d21e6926a1c6c21515f1db3ddd3d61ccb42a08 d8ff6211261bc3fe6ae0c458f5b9c1b70af16055 ddc2812a923d07ead2e4323d40e04fa316da999e de7c1f569d94f2c6611000cb9ebc2d4cbb7bd80d df74bf5cb7a5706228cfb69862938cec7ed87be4 e5c5ba2ea92ece671c1d1a3fc2e95e4d9e08bf94 ece43087d3a6c1ccb5a680d68f6cbfdcfe462fbc f29ec46d4761b7456df47e6cc66efb22c3c1af08 f551fcee2c704f38883c0b08582c59a3af952d7f f958944cf2139627ebb67d0dfe54fc1023de95d0 fcd2cc7385eb03ab939026c98b2fe99bed6bb9eb fe038a7826054a78177821754bdd322cf2bbe8b8
Postgresql-Catversion: 201909212
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-13
Version: 13.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50691
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm11 (>= 1:9~svn298832-1~), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-13_13.4-1.pgdg+1_arm64.deb
Size: 16038944
SHA256: 4643b4b1d43c968d8c49fd84a77c0bead14f398502048ba970da1afdc97fd7d3
SHA1: fbc17fde590fca9ba713ea413fd0b6de242bc8cc
MD5sum: 98bbfef2c88973bd58d49e36fc5fb9be
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 13.
Postgresql-Catversion: 202007201
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-13-dbgsym
Source: postgresql-13
Version: 13.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16783
Depends: postgresql-13 (= 13.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-13-dbgsym_13.4-1.pgdg+1_arm64.deb
Size: 15193512
SHA256: 0f19625ec762637100c4b6c7a7b025b239d86c40b8374b7195421798504715f0
SHA1: f95a0ec03f969c4bbe68136292a7a55ae5767665
MD5sum: c98c4ce947c189be6f13bf9cdbad567c
Description: debug symbols for postgresql-13
Build-Ids: 0150f8250045b257c1796053c87f6c44dcedd3b7 04d32594e150832e6345c02cc93f4a1039275ac1 055aa3176865c5190b858202dedabd511b437fbd 0aa6b3ffccfb8628a9beaa9f60ce2dcf48ab2fd7 0ac6a77f872815eb9e53ca5df439646becae0f04 0c2c7ed6f351f30b2a7cc5c24463955ae9f109b0 0d7524d8ed8373b89a8845eb91e54ae80718f0f0 1cac625201833037da58ffa08ed1dbf4ac052fb0 22f66b664129c88cc9e106dd7ce40cae9b1458dd 23da16d95817d4a211711e053fec397d927c671e 296553f0332fd67e2aaf948c982cadc1be1075fe 2f8fce6cbdf69f0909f83a447b3bc023cf20e9ce 31e134537f971ccada92e4241c9666209d5cefb0 3792049293f60f76368fa8d47fa39d8590104b6b 39710026bf719f6be12256d346138c4a9159980c 39a138da1f3cfb5bee890abe7c667d6d4594b168 3a0e55e6ee0466da3da3ba2351c1d80f49e816f1 4157c5f2923981c926e167baafc58b9c82fa68e4 479d84b2e34a50f60d6527cab3a4d62005bb7fae 4cb7b0a487f1af1a4c5b026c40f0a6c75c79e6ca 5275ea124c034df5abc7f47a8cc4baa47327419e 53bc81ceba525d1f5b47a5c4c33d86fc3f187562 54f7dced1e59e34c0febd5500c8b3044e00063d6 575b88bbf3ade2b1a989216ea67009a722aababa 58afec903d694fae1f68cf25755d87297223d486 5defd9adc39394e5f72266d0df5427031a6f97d2 5e596613252ac5b54468bddcf40e2b8e87e70d1c 5f2b60cf593c91962233d02fd3e3dde5abe34de5 6057d7b991103ed58e93ae1f75421eca78ab936d 61e6a5c6b9bae9207eb06be871f24f215489dc85 66d7400b692c820847aa4cb2ed6102b841452941 69c1dfe9905f0b298aa9edf4552657fc44f93f70 6a61ba425eb9e99b95c11adbe461b9752e517f0e 6e011bfe43fcc98755e338dbb995e57770af6d5f 6e4c7e0fba9f9a456c9b9cc1f33cb3b8857804d0 732faf98763eed71cba0de5ad73d354b273ed42d 7893852b278e9aa7f7b701a6e767877cd69e0a88 78a8c132cb48d44338b08675aa6210a3557c88bb 7b39653a2588cd5376136c44f4c9499a05e0f2c9 7c1ad2e813f601be78449c2e273dd2db6ae4da59 7d293687d1608c51795d0705fe8d1eb126634672 7dfb2f770cbba6c52a6332a7924a2eb6f46a8d35 8a279feed09579485268d956419bb4b650a1c225 8d5f6fa63bafabc6d7a8c1a0cf3a250b0d627f49 8ef2d995d7e96c34d4a7246ba755d447b19ce010 96836046bf0f4d3a177b94ac1cb2398840260154 994f061e7422e4fbf6423c5862e529195764d983 996d7084540c3a945652a81900393b7a2e1151d8 9c457a2aea4bd1fcd2b5717cfb912b29fa49a970 a16191c6013d08d229585655dd6eb66b7d975c25 a2c37367f257d0c2dd906a1f94551b629377627e a32dfe9a40c2ff36845c05ee6a8f9942c9059843 a52650745222a32936486d4c241434044776693f a7d91cc83f1e859fe20bfae745804cb66392bbf7 af649e4bde0ef2f1a9998acc3ce048bac3bada25 b005eb834056e6bc88b9bb327d0da6aa743dcb58 b04e2b81c321eb1a8c67ce1db2e4a0c44940061e b3bd13196a749738a3b5d94f8af1aee916596992 b4d48d33f2f55255850f0ad74f33eaa5938bae31 b82bf03fa0f5e63cd036856d99e6a4b5abf7c6b2 b8e107e5db981d5443ee134fd7397e64eeff823b b9c016525ec175dc36051467153b74f19faa9913 b9e71b9c906f5ba4827d45615108df1da12d1a39 bd3451a6667a02d8084410cfe061000652f00e61 bd5f84587c905cc54d3afa8bbd618a403f652ba5 c00f391a225495914298e32b00c695047505e8e0 c07642d4f53f47cdad2fe550081aaeeb6e863b1e c0f856f4ec55ef2f02a5dda139a8dc8445d31959 c49f9c36c9003a4ef162279943de40d972b6e693 c4e0b68121f6c78a8ae238d2d27f99fc280c87d2 c9b60643f9a2b5b61a729f4dae92ebb780ae9cda cd04f8590c035386d85a14dfcb30384ff4547d3c cd581661571376d08ddec2569d6c9ae742898cb5 d2adf5c3348263a34c2bdffd7f2b7ad206cada1f db630dc61e264df14500606f822df4481c96dc3f dbe5a16361ec20424c364295fb6f59018845eb87 de6e36b29974cf9d2fdff7805f4900597d675c81 dea80e932a1bacbb23e1255a996bcf4598d887eb e1fea0fd139a3b060ec0796e753b15570f900294 e27c40c645a8bd4cbf99cd13f1fc406ccff30826 e2e278e8caae62f238fbc7cd04932b578b61c754 e74794c059b1a329a9af32b2cae9f71f4d9e0903 e9555de7ea5d316bba64100ed9d54eff31de9cf2 ec94ebceb1bdf1fc5792999c843a8b383de677da ee98d7155a32a5ec873709684d0acb1d5ab0625a f2ab15c85c094f9738206ff295c56f29c3e9389d f2ab208e9e25bf4444d4b38e230de998d7b5e9a4 f489b9e604c868b2e617a2463ee9623d7684f7c0 fab041b2c4d639f8ee8257dce7301ffdaaabcf21 fb2fba87dc1c4e4a11055a804e6e8218d9e5de36 fe50310d8208b671861970bb6ba983ca894a452c fe6074cd7780b7d176dfa8ad37056e2da989a45e
Postgresql-Catversion: 202007201
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-9.6
Version: 9.6.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21912
Depends: locales | locales-all, postgresql-client-9.6, postgresql-common (>= 171~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libssl1.1 (>= 1.1.0), libsystemd0, libxml2 (>= 2.7.4)
Recommends: postgresql-contrib-9.6, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-9.6_9.6.23-1.pgdg+1_arm64.deb
Size: 4314644
SHA256: b5db1e0834439e455a03a55a5911e5515fc0cabc4f55a83d809809b006ef84ef
SHA1: 3f2d8b05651dead8ce5421726a93cb038b1d4992
MD5sum: 0c49f2b5acf20e97b133f71fb13eb70d
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 9.6.
Postgresql-Catversion: 201608131
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-9.6-dbg
Source: postgresql-9.6
Version: 9.6.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15014
Depends: postgresql-9.6 (= 9.6.23-1.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.6/postgresql-9.6-dbg_9.6.23-1.pgdg+1_arm64.deb
Size: 13151160
SHA256: ccb2a5e496cc389406268590502910b1bf2813bf51fa2fa335eaef9fe6164c62
SHA1: d73ce3327225b609ff4f209e4093c04a55186403
MD5sum: 4f270fd00538a2c19b362579073a6c46
Description: debug symbols for postgresql-9.6
 This package provides detached debugging symbols for PostgreSQL 9.6.
 .
 PostgreSQL is an object-relational SQL database management system.
Build-Ids: 062c050bc2dce260d86e757be7dc9312fdc960a3 07bf902a21242da85311d600c947e5a29fab39ef 0960cdb94268ecf9c5dcc3e4ae88772cfc8d9955 0d9dde90dee4a1e411dca0e49d5a963a13a25fa4 0da4f88fe7f4f12cc673a5c1d0b942879733e45e 0dae379efbb7d9af9e020648b7cb391f99e3ca1d 0f783e820ee5071ba75f713e75ce22ab708908be 118945f5bd5732de0e2bd38d585e0ff09017b3b3 11f6b995f017a896b0c18683e4616eb06995606e 13ca834e5d34c2e41587ef223895a60860f10755 1a89f3db0f7d0bacf3ec636542346051c3a43192 1aa2007761f6965a2be6056ae375242b033a2892 1e0b03ae180c83698e603eedf57d6eded7e31f0c 1e1ce9304f0b25364239a494805696b3bf4cbe26 1e501157cbfb19722489c22d23b4d0c5c27e4f2d 20712d6fa621c05adb700674c31893df7db7b307 214ae5f3d030abd4b0d20fc0b44b1a10ff9200bf 223dd2d463dec9749f22263740f8455ebd46c319 23522daa5b827633de5b6903cfed1a5f45ce9fcc 243fb028ff97d4f65e56ef964f2bea24efb439de 248b434af2bd8f54fd7df8325740b0036a72f0d9 26600aae8b57ab4d57c2c5c9f8b1475b0377d68b 276231a8a847395f46ee41478c6cc3b9cebe7c93 2820d7f3602de3bde60c24c9460faf15b9d8b242 2c0f87b33d8030a9f9949b25a8bc2750698ec809 2c5e7a5f0ac12b91c1fffafd8a3d9d4d442b1a9b 2e29272bcb26c34ced9ca0acb8bdd045ee7a1565 2ea48abd481b29c32967da01148535412994b2f9 2fba710c7e34389732d2deb656995255b2286f40 30ad924cf662c821da5a962376786f71d3ac9c08 3280e9ee31d102ff2fa97877a4221ba7fb4a9d59 33cf1d0404b1359ba1b915a9b187ae28e1f63b4a 352484c16ccd2cf6cfc4b3ae99c6b223229ea57e 36518ca9b9795aae75a0ead80039225f4ce75f1f 367ffb93fa73fd6c0cee43972b67c02387784240 3a321cd3a25cd81e5f447b5e8387bb8b6cc7b26b 3b9db4d02cf9edf2e5f912564fd33eabf8d9abc6 3f63be32c6a7fb368a3da3e8d7cb956bfdbc5733 4170fc5869e28d738c663b8a4f8c8edbf77cc899 42120e55015ec73db3a94a93ddfb4bdf77b5cadc 4507993085bc1169d67ab75dd44e2dae785aa17f 4db69df8d52e06670f6b71d1acccfc86da587b7c 52c461acae227688a8f32fd25d47e210c15dce56 52ce6fb9e0c6098a17bd9365ce9ef15c3df8591f 5397599e68e0bfbb67dbdbcc9a1bd6b5df0d26ee 53d0c5e3d34f5a5587319db2f195196cd38ea121 566652d86a2ae8ceabf2de682e753c03c606ae6f 56cdaeac475c63cc1b27e9c93a2d7f88a1563a56 59e14578b3277e62a6775a2594ec16819059d8ce 5b84a8ee279d74177b8ed151d6ac1dc3ea422fa0 5e749c55d4a176f6435621823e5d60f44d7b80f9 6109ad82b187021a02e9a0014a56d65d834269dd 650ead83cbdb36abe5176f2a1265c43b66e49ba3 65e107e423878c85e45e1a9ae9bd2660cc2ec1d9 67b50f7879f1eeb872e1744cf9bd000eb633d238 6a0471ee0b1f628ad3d610091214abc07e2618a9 6f43fbbffca2337d4567276201e35b948010b5b3 709b34f824192f9f349810f1090a93ce0393730e 728559fb3eb1f413d868a32158bc1a5919daa61b 7bc570513ea8b1888169f7377065a6bb87cb6c2e 7bd7170b057f482e6540eedd00f2b8a9338ac558 7d1955dc93bae3ff131930f560b8b20179785511 811394d9cb1450e9be7a441be40f7b19e65f351f 820cf4d07a9bb0f7e09e5af33c8a1cee238ce720 8294a1e4a01b0fef49104f4500ac69cf4b9ad423 83e345f8d1bfb672a77cb80df9fe05a7044031e9 88e6ba3f7767679760b9887c282fde5cf0213b82 89a4332379c56d8c29936c3ab12d17d12f28a145 8b0921aefcbc0d64d3013f53a07a13466d806d5d 8ceb729f33b721ffd81214ab7319d1b7ef343f00 90519af96b372ba5e9cf2896141b123dc164d675 90a1f134e38e900d30fbcecbcb3974033a0dfc35 916c2da360a7e9bcb5785150623755583f45af1e 92cc8acdb61d5ce89974a5fcb3cf6c466ee192ff 9773d7078889b772f521be69538510bd54efe127 97bc4930e72b4f2b4df21fa562f88593678a1b92 9a26f4e267a2b48a517d1288f6669080892a985d 9a907adc931e807bbc958a1d3aeb45356d1edf90 9ac8c96092b8b434a9d95d39f2245849723c0891 9e7ec8f931e2c93e581f8894d666c113d920fb00 9edfee67be6b1f4e8fb755a2a36472f580392ba0 9f989faf74cace72941fca1246a58b08c88a6cf8 a0a801968e54800a9dbd1ade162938a424c67429 a0fba5240c00aa3ea9fea274cdf8fcbfdb65e754 a1efc427d7a5b959c746a2133c2c27c3792634fe a6d36672b904102c18fccae5776625d8a1a5438b a81f91bdfab22b344050574fe4a87484d7a3db8b a869b6ab7ba723101379654c9279468534dfd878 a8905909d1075812ff55de1ab5428e9eeb7d1fc5 a924130ab62a660fa4d85466a68a766670238bac aa4e02490e1ab0d21c1a6aae345b49126cdad71f abc04c398c73f6b66f56e8149fae061557747caa adba52b912381e2583c4611c3431ac84a0251054 af980f303c8756db692d5e36b39f6517f0ebbe2f b41532b7831a33060339160269f39f9c1f314930 b6e347735495d4376bee5264cdf014d286cb4069 b8f379cb1899f32780d8f2e0b5a4b408cdf3205b b94b31acdf88c873dd56624d6d124d66f68c4126 bd7c74b62b59eeddb6e94d4229d1e623cbcb6693 bfc75f62d6ea69a937e86de1cc492eef2100a7fa c134675d1da1eef90da4e2ae966c1213d28240a2 c3d8ab607655bba765deeb3fc2f72083334abecd c50ccb8b9803ccd453386b148a796c662475a4a9 c7b03fd3fd1f9de8f2ca47d9f688c13c65922e69 c9be8effb75696112bc0a7c4c899b4f8dce11d1b ca91642485a9ca540ce67c95ba100defe471dbb1 caf77b998569e49efcbaca8070d2198dee7edc89 cb023b894e5c31506321be4092b057e12c7c7486 cb21efde9246166a975464eb184d6c1461454ba9 cb287bcee9227b0debbafe1875f4a347a404309d cba4036b95ab9ed39d934a593f3004793d43b732 cd1983c0935afc0df39738b3336c2a774d3b0e09 cf76a6784c05f4288289db72b0a4393078c5c84b d439ef33fd63cf8bf28be32e736c22227b3ca0e7 d6a3c565594b93a5bd3629df28bae517043a4f27 d80ac3c5c615f09a17ca70b9a33c6478c4aedf53 db0edcc9cf4488bf6ec415cd1c12c6213b5a8cf8 dbb644400b8f21dfce5917d01b0f0095414c3bd0 dd43ac9c2ca5adeac2f0b87d72fced7ed4e2c29f e194633711d9a552adcd342c11d100c49247a19d e8ea36ba2f4126fd885d575b5934568eedfd8162 f3ffcb4e84fe20ab652e9f2be5040c249d7130ef f8f44a732d0dffda276bfdd4c7677871c9bb3a3b
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-client-10
Source: postgresql-10
Version: 10.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6349
Depends: libpq5 (>= 10.18), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-10, postgresql-doc-10
Conflicts: postgresql-server-dev-10 (<< 10.11-2~)
Replaces: postgresql-server-dev-10
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-client-10_10.18-1.pgdg+1_arm64.deb
Size: 1417388
SHA256: f892e0ab6b16ac6f8ea0568fb04c4c29df14a39fc1bf20ca3b340181f463be41
SHA1: bee2e0920d120fe49ba0a30edaca7569a3b902c8
MD5sum: 471ab9a191fcdf8cf3d37b601a92aa39
Description: front-end programs for PostgreSQL 10
 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 10. If you install
 PostgreSQL 10 on a standalone machine, you need the server package
 postgresql-10, 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.
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-client-10-dbgsym
Source: postgresql-10
Version: 10.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1936
Depends: postgresql-client-10 (= 10.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-client-10-dbgsym_10.18-1.pgdg+1_arm64.deb
Size: 1614944
SHA256: 4376d27328b66787693eaa6645fc934bd6e6500c41720043d317f9ab22ffec46
SHA1: 4ccbd26873d7bdaa8e7f67b36ef796be2f579eb5
MD5sum: 34a4c9353c38f9c48a297cc06e17fc36
Description: debug symbols for postgresql-client-10
Build-Ids: 00bdb4b654e5d2c92031e9412b0013e9bea9a082 1537f1b0a2d5c402021a8367526b170919f5d828 20c399040b97033224544d2d986194e437deccf6 251911c398565d7b2dbf5e7eab52339488973c30 3254075916b9ba122d70bbd7b13a2c8f4f3737e0 352d1fea1baf01149b92d13b6d7b3e2c988354a6 5ee663e615b6391ec1c920c4ee08b6215b5c582d 735ee614d0cafca95c70cd3ee73db789938bc1a6 81150a796f7bcda7f3e6e4f415fa6f65b10547fc 8dbecb713dc212efb03fa2e98d3fa65016fcb5cd cb8cc43b7bb7fb82dc6733818912667a3a7068f8 cbc9ee245bdf38ecfa7c6083438d7463613692c9 cfdfaeb4b50a72c360e13bc17aff5faea0de7c2a d61e470a499eaccf715d878c5cc9684c23b93667 dea45a89507a69a30d9be06dbd2d8135e6ae6e3f e623dc763e5696e61402a18f3a2cb51d871c3dd5 ed6292fb3906968b8fc4c8ed44be18692cee82f4
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-client-11
Source: postgresql-11
Version: 11.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6585
Depends: libpq5 (>= 11.13), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-11, postgresql-doc-11
Conflicts: postgresql-server-dev-11 (<< 11.6-2~)
Replaces: postgresql-server-dev-11
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-client-11_11.13-1.pgdg+1_arm64.deb
Size: 1461228
SHA256: ada422553b5b5686b2b9900f5d66c00c9f2e2cc324eebeb140e7d203ac479c4e
SHA1: 539fc19834f7da2f3691145ec2eca3e005ec1ca4
MD5sum: 811175ecb89a9cd621e0cc1a6697ca3e
Description: front-end programs for PostgreSQL 11
 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 11. If you install
 PostgreSQL 11 on a standalone machine, you need the server package
 postgresql-11, 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.
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-client-11-dbgsym
Source: postgresql-11
Version: 11.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1962
Depends: postgresql-client-11 (= 11.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-client-11-dbgsym_11.13-1.pgdg+1_arm64.deb
Size: 1637948
SHA256: b01ff0e698c050bdb8198fb611a602519c7a39386b512bf8c4e2e42942483533
SHA1: 1e4e7fae14c0d980a2ecd2a2210a686b6eba74c7
MD5sum: da2de82d50bc7040820b3ce8418597f1
Description: debug symbols for postgresql-client-11
Build-Ids: 193017c14d07f2a837509f20f74f6ce6a4115144 1e90db0aee745570167e437db1afeaeb8fc0ca5a 35464829f1f07cffe9e6803fbf8ea7c75bee4c10 3c5d865517003fedaa4683d19faeb9a2b3532582 3c8876a5e3e47cb39904652d40759cc68ee0c729 5a17f5d615be170771c97b2ad94f2be0b5bb8154 5e844fa7367c94090d205864b707132f39253ada 6c3e3b1e340266ad4cccbeca082806b57d84ee56 8820652219acae4220dc916845c8a456274e7baf 926b001d08518a8ab4daa408bf4b1d68388ba159 9b48a23edafe3afae5475f24de01b3230dbeb295 a8a64b6fe66412c7875033d1255a5cf9a6115fe6 aaa5069342a8dc59e226aabd6c07cc88d3a27835 bcff68052a2eef9becd54f04493dd4e3ed2c4b3a bec62af1ef13fe863fd87942299570b118a0ed05 c8db2732c9efc0ad654ef16c820930843e9aa193 f790e4ed3edd67b5fd771b23abce8676c9fa2a43
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-client-12
Source: postgresql-12
Version: 12.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6113
Depends: libpq5 (>= 12.8), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-12, postgresql-doc-12
Conflicts: postgresql-server-dev-12 (<< 12.1-2~)
Replaces: postgresql-server-dev-12 (<< 12.1-2~)
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-client-12_12.8-1.pgdg+1_arm64.deb
Size: 1400888
SHA256: 592f7cd9e65e20d33e899694afc10bde527de77cea93f7d8099be0113766f2e6
SHA1: 4f347a72341a71e523e10e76041c86819390c087
MD5sum: b07f60b13b7813ab398a2892c4e7612d
Description: front-end programs for PostgreSQL 12
 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 12. If you install
 PostgreSQL 12 on a standalone machine, you need the server package
 postgresql-12, 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.
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-client-12-dbgsym
Source: postgresql-12
Version: 12.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2134
Depends: postgresql-client-12 (= 12.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-client-12-dbgsym_12.8-1.pgdg+1_arm64.deb
Size: 1763984
SHA256: 4a4bdced5930af50959569d12f0b30491a8cdfbd10eca15414f529788ede5522
SHA1: 8b2d0c7ee2876a14689c8a6938df47b259cf3f7e
MD5sum: 0356cc3145dc598b218d997b99dcb683
Description: debug symbols for postgresql-client-12
Build-Ids: 0addf039816ea776db587980622b25217fe0651e 2fc9215ff170629f690b5e0b31df02ff67925390 395ede765acba268c094540cff4319800f7ab809 3d202d9654a2922cf80a477893ff5ade41d44646 5e285cfe61eea89e809d47909c1bcc7318722353 6597a38b7506669687c528ca9ed7d38f2692fe6c a2e77df3be6826c2307174e7581d979a48f9e323 a4f70acf73ca1a5bbddb07270da456fecbda1f8e bdb720f9d9206d85b6c0aef0b2dbeb0497182325 c0fad98e5c9a5ebf7b9fe64f141918d61effbc85 cc5e4334045d2ef4673fb4cf181aa1afe3d36c5c d394be22358c0061e1e3ed292b709d8eb6a92a56 d6aec79a7c50c3d7e171e671a160dcd4bcb4fbc7 dc304b941f7b179dad43ca2a8e043a9803794202 dc4bf19a277876a71d871589268bf9acb869677b e63712dfb42dc9dfd279363f647cbaa223fcdd77 eda7236dbb7f20c27ee10a72c1b9682fc793b522
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-client-13
Source: postgresql-13
Version: 13.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6464
Depends: libpq5 (>= 13.4), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.17), libreadline8 (>= 6.0), libssl1.1 (>= 1.1.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-13, postgresql-doc-13
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-client-13_13.4-1.pgdg+1_arm64.deb
Size: 1481716
SHA256: cae7638e3b117f4e02fe3125a74731107ea8ffb10f7e2fbfa3d34f94c2914474
SHA1: 3a7bed79dbff399f27cbc00715289fa65c1aee61
MD5sum: 486003123419e012221e813007972f13
Description: front-end programs for PostgreSQL 13
 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 13. If you install
 PostgreSQL 13 on a standalone machine, you need the server package
 postgresql-13, 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.
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-client-13-dbgsym
Source: postgresql-13
Version: 13.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2302
Depends: postgresql-client-13 (= 13.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-client-13-dbgsym_13.4-1.pgdg+1_arm64.deb
Size: 1901192
SHA256: 71101ed216ba5224fb484bfdfe647bb6c071c420cb9dcf64160dde5861d5b9bf
SHA1: 0b58b923c65dfa0fcc99475ddb4746d912dc8c35
MD5sum: 2b135af780a130c6cb44bfd96634921a
Description: debug symbols for postgresql-client-13
Build-Ids: 146c092539cd59e40068cc192e53c0d943efdc66 1666f9e7aa58831ff763af1666f53a8480c90090 173e656fa6b9a50f6f6d8c6b796d2394f0c6a0ed 1cc0bc52f899832111090a517351219454ecff83 1d18d63f6c8a56abf7c7580c56c12c38bfc93557 2f65958864fc06edb852875889654a576ee21be9 3abd657a27e9e290592d96d4d8139e9ef135dd03 43f6e2969949be6105d7239396ba8336befcc63d 572ec22bdbfa44af30c58f0e90c6b345264dd082 7070aae15f483c3991b1434b50ace577984a46aa 71b4f5036605d9cf052610e4e576db0bb0bb6310 7552eef9b49e6104fbeb320da2ca505ac74f9885 756eeeb13f43ae6b23ecd82d4b019093d9771530 7dade4eda918c9ef0c9bf3fd04bc64df545f3a09 9e39dcd2eaaef5fbad7078583a10bf22bb3605e3 a774cc52c11fa881bc6a0adcb593424c50630091 c74df96a910daacb7435815ed6f6d407e0bb1faa d9779946b3a0554cffd0bc8d700078145ff5c4fc
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-client-9.6
Source: postgresql-9.6
Version: 9.6.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5993
Depends: libpq5 (>= 9.6.23), postgresql-client-common (>= 142~), sensible-utils, libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-9.6, postgresql-doc-9.6
Conflicts: postgresql-server-dev-9.6 (<< 9.6.16-2~)
Replaces: postgresql-server-dev-9.6
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-client-9.6_9.6.23-1.pgdg+1_arm64.deb
Size: 1331892
SHA256: 19450211db9ddfda031839d7f087421aeb4b029ddb7d6ab7a660bcaf9f826f21
SHA1: 60cbf23c95ee327fd3533d0b51847504b0e8295c
MD5sum: 8abedd82d8b1bbac4682775675458486
Description: front-end programs for PostgreSQL 9.6
 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.6. If you install
 PostgreSQL 9.6 on a standalone machine, you need the server package
 postgresql-9.6, 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.
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-contrib-9.6
Source: postgresql-9.6
Version: 9.6.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2350
Depends: postgresql-9.6 (= 9.6.23-1.pgdg+1), libc6 (>= 2.29), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.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.6/postgresql-contrib-9.6_9.6.23-1.pgdg+1_arm64.deb
Size: 488120
SHA256: 7a921cefc14c6e010267fee0e807841dae5ac40028380b5af7e293eccdcf0c0b
SHA1: 1e7da23a08aa6055ba3b2f6b83276dae5b7df7a5
MD5sum: 8397cb4d6e08272ee7205802e303f09c
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.6.  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.
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-doc-10
Source: postgresql-10
Version: 10.18-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14047
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-10/postgresql-doc-10_10.18-1.pgdg+1_all.deb
Size: 1810608
SHA256: bd691169dee06be917b08e211faca7e0ad0d70e1e08936dfcfdb55132d5f5b2e
SHA1: decd0df4a63237b95973051c5368dd35e85ebd7f
MD5sum: 6594223e98aba727067133016d674f2e
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 10. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-doc-11
Source: postgresql-11
Version: 11.13-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14433
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-11/postgresql-doc-11_11.13-1.pgdg+1_all.deb
Size: 1851992
SHA256: 20a66d0113ff20c9d5fafa1657408bc0b1198ac47c2b0d96c8f303478ad8a16c
SHA1: 3f44546874fe83ca45e565c425da822699e14957
MD5sum: b531f6fd2a4d83e620f4e73f5d453b1b
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 11. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-doc-12
Source: postgresql-12
Version: 12.8-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14721
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-12/postgresql-doc-12_12.8-1.pgdg+1_all.deb
Size: 1882176
SHA256: 6e097295cd4f8315f70443d54989a76751d39d686ff385dedc0a1816bb8bbe9a
SHA1: 81f6fe6f7e25d14bceac12b4bb7f53b0e5971049
MD5sum: 2ca1e6b69a7e8dd9a43cc5cf648b03cc
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 12. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-doc-13
Source: postgresql-13
Version: 13.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15447
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-13/postgresql-doc-13_13.4-1.pgdg+1_all.deb
Size: 1921788
SHA256: 93217d64b574d440179ae47621fe94794dcfe7d9afffa34957139dd0fa892ac3
SHA1: 802d486d8912d8ba149efc86cb8c54e1fe01cd54
MD5sum: 0117080a1ff571a01e565654cbe98820
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 13. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-doc-9.6
Source: postgresql-9.6
Version: 9.6.23-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12447
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.6/postgresql-doc-9.6_9.6.23-1.pgdg+1_all.deb
Size: 1699056
SHA256: 8b0710773cc993cd7a70f0b3fe35564b071f8bb4bb155552af8c3e31c5a85bc2
SHA1: ceff92732fba10dc7d2a5ab20d8132179ad83fd1
MD5sum: c4db186eaafccd638c526a82b575d5d9
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 9.6. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-plperl-10
Source: postgresql-10
Version: 10.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 255
Depends: perl, postgresql-10 (= 10.18-1.pgdg+1), libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plperl-10_10.18-1.pgdg+1_arm64.deb
Size: 60016
SHA256: ed673ab8ecbb30f5b2a99a41c6a7e61e18141ea3d9f213d38ac4cb3687556507
SHA1: 60d610c95d020b71fd3c92b0e3e5eaabc69e85e8
MD5sum: ca8d330d1f36ff6b3d2b9ff6ff49b6ed
Description: PL/Perl procedural language for PostgreSQL 10
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Perl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-plperl-10-dbgsym
Source: postgresql-10
Version: 10.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 165
Depends: postgresql-plperl-10 (= 10.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plperl-10-dbgsym_10.18-1.pgdg+1_arm64.deb
Size: 134472
SHA256: bc7786619886aa0a6c966974bb0c9d49372e2218e6a331f316b786e75c286f97
SHA1: 40c4f385df22f3fbf2e3862acaa999a3f6bcac0c
MD5sum: 6095ec392a03af0880efef99c39a210b
Description: debug symbols for postgresql-plperl-10
Build-Ids: 28c43072678eb48b002a34f372d02d78302f7ea9 c9b153e2efc0d33642b09ba10324baf42a9efc89
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-plperl-11
Source: postgresql-11
Version: 11.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 280
Depends: perl, postgresql-11 (= 11.13-1.pgdg+1), libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plperl-11_11.13-1.pgdg+1_arm64.deb
Size: 63476
SHA256: 082eef0af9696a75cc9e52ecc9553ee5f30438b41ae090ba2578ebc056e9ec6c
SHA1: a57d59757596b05979df14b61a2518c6a5c657a4
MD5sum: 98f1d0ba4d2ee48d09df41015fa7bf83
Description: PL/Perl procedural language for PostgreSQL 11
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Perl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-plperl-11-dbgsym
Source: postgresql-11
Version: 11.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-plperl-11 (= 11.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plperl-11-dbgsym_11.13-1.pgdg+1_arm64.deb
Size: 147944
SHA256: 1c2bdc00e4f6646e7a40166dda4972fc70d5c236c578d18efe60b6cc8befd60e
SHA1: 76de3adab36cd8744c5bd2332489b7e515f58aef
MD5sum: 26c58113ca148457355211d76a588d67
Description: debug symbols for postgresql-plperl-11
Build-Ids: 22fcce876da922a468e58c117c8b2c0dc6bdd277 8c39060c2f51f953b8034b54e6eb68d08a25a449 e4693622a6f7347069278a7c6bba3d0ac136ccc1
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-plperl-12
Source: postgresql-12
Version: 12.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 322
Depends: perl, postgresql-12 (= 12.8-1.pgdg+1), libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plperl-12_12.8-1.pgdg+1_arm64.deb
Size: 80116
SHA256: fa2df7224f4257baf74ad91fa9d073462604d2753d8a5667dab23f0fb5263281
SHA1: 25d0818d923eb50fe65e007ead913851bb0b4b45
MD5sum: 487bd4a26f26e928c376de163b784448
Description: PL/Perl procedural language for PostgreSQL 12
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Perl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-plperl-12-dbgsym
Source: postgresql-12
Version: 12.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: postgresql-plperl-12 (= 12.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plperl-12-dbgsym_12.8-1.pgdg+1_arm64.deb
Size: 150196
SHA256: 34297214711de52b44889badb444f4beb7492ab177faafe83f5471518be1d471
SHA1: 3e24b727ca596c8793f5aebb3cf89d100cb46093
MD5sum: db7cf70d4f5b2c73055ed9523b8f22a2
Description: debug symbols for postgresql-plperl-12
Build-Ids: 7d1eb0712b4fd2a4f22a5b1c5d4e8c48585d9b0b 7f94f26927c0f08413bfbcf689c8cdd6cb5f7379 de379c7c1a90f30c5fc29c4e25bca74fe64a7721
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-plperl-13
Source: postgresql-13
Version: 13.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 342
Depends: perl, postgresql-13 (= 13.4-1.pgdg+1), libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plperl-13_13.4-1.pgdg+1_arm64.deb
Size: 83924
SHA256: e216c9a2e9bd9dde1b2cd545efeca149dea9f141319ebb8bfca6b44519588747
SHA1: 2eb78f0320e55398b254afb7993e5c1312b26e2e
MD5sum: 7c3be4ea7a5f8f58fded146fac337505
Description: PL/Perl procedural language for PostgreSQL 13
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Perl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-plperl-13-dbgsym
Source: postgresql-13
Version: 13.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: postgresql-plperl-13 (= 13.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plperl-13-dbgsym_13.4-1.pgdg+1_arm64.deb
Size: 156216
SHA256: 55347fc65e3fd308ef772a6ed2e635419dfd7f1eb4ea2f86442ea81784cfe7c2
SHA1: 18cb5fb98fb803416f9d60da344ff28cc3347520
MD5sum: d79d0f59eb1a1ce8ff5de37fd1128ff0
Description: debug symbols for postgresql-plperl-13
Build-Ids: 0adf2b0edec4ac877db9593f0f69d18a6c6c6975 34050615c080711383823effdd2fbce3fef6147e 3b0f265631535ddb2afc6006075fc7f5881a97e8 fabd6a1aa1937f20e477adf2e0b783fa430a68d2
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-plperl-9.6
Source: postgresql-9.6
Version: 9.6.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 259
Depends: perl, postgresql-9.6 (= 9.6.23-1.pgdg+1), libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plperl-9.6_9.6.23-1.pgdg+1_arm64.deb
Size: 61112
SHA256: 9bdc2c766856f393d7946389bd191b3e562e242d10e29afe7dd80d7fa046c9d7
SHA1: b970d2d6ade1008bab98bd3a38afb3e4ac274eb5
MD5sum: b04066f799a703432b646fd55d3d9490
Description: PL/Perl procedural language for PostgreSQL 9.6
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Perl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-plpython3-10
Source: postgresql-10
Version: 10.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 201
Depends: postgresql-10 (= 10.18-1.pgdg+1), libc6 (>= 2.17), libpython3.9 (>= 3.9.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10_10.18-1.pgdg+1_arm64.deb
Size: 57208
SHA256: 7ce0683fb061517d43d1ec619c998e21dab8cdd0f4bf07edec254084dd17833b
SHA1: cda18c1151b8d8d9e5a9d08e0af1a2295af5c89b
MD5sum: ab1d857f09da8e436134bf03d05febbf
Description: PL/Python 3 procedural language for PostgreSQL 10
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Python 3.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-plpython3-10-dbgsym
Source: postgresql-10
Version: 10.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 188
Depends: postgresql-plpython3-10 (= 10.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10-dbgsym_10.18-1.pgdg+1_arm64.deb
Size: 145464
SHA256: 0c9aa690803620185636b7727fbe6027d364a6f90e7e656a95cf700ef35d029b
SHA1: 120fd763e9a452fc093c7d1ef44f880d4a8ae14c
MD5sum: f6c12b3ba4793e9af18ba09e2a95a84b
Description: debug symbols for postgresql-plpython3-10
Build-Ids: 16eccc53ae4f65f0f17542c39815fa23313eee51 4df4f27b1e3f04838c48bdeae3958216123cf5e2 7f168de8b57c71933b98726a9e638224f46783a5
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-plpython3-11
Source: postgresql-11
Version: 11.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 259
Depends: postgresql-11 (= 11.13-1.pgdg+1), libc6 (>= 2.17), libpython3.9 (>= 3.9.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11_11.13-1.pgdg+1_arm64.deb
Size: 75852
SHA256: 6aa3c7c5e0e54aff840e2a8b61d444271a428d09677ed776923e31190925552f
SHA1: 745f9fe8d4b2bd9559b8718c7ce9ec9fdd0ec0ca
MD5sum: b998258a4a27e1b8dc53303d587f3fa9
Description: PL/Python 3 procedural language for PostgreSQL 11
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Python 3.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-plpython3-11-dbgsym
Source: postgresql-11
Version: 11.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 207
Depends: postgresql-plpython3-11 (= 11.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11-dbgsym_11.13-1.pgdg+1_arm64.deb
Size: 156760
SHA256: f224954431e358ac5b6e3f7de83f8d17565555e749e2278caac9c246134ac502
SHA1: c75b90a47f067efc77dc01800dc843461e21d10f
MD5sum: ec3a0588c90a781d73b5244629f0065e
Description: debug symbols for postgresql-plpython3-11
Build-Ids: 0427fff9e70b2865a55920336814a2534eff7f9a 1f193cfaa8bfb6200f3f1e86392ed7c862029381 dbd80e1f42c2200cd7670289ea081ac69f3c6a40 f80434bff8044ab95e42ee3e511c5a98346fe783
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-plpython3-12
Source: postgresql-12
Version: 12.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 475
Depends: postgresql-12 (= 12.8-1.pgdg+1), libc6 (>= 2.17), libpython3.9 (>= 3.9.1)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12_12.8-1.pgdg+1_arm64.deb
Size: 105728
SHA256: 5c47f566bcfe908bd0952fdc39c379e25d903d67fd588086bd4da623d2ed1595
SHA1: 485c9f1c56d081fdae06f54a2433cb20e92b2033
MD5sum: 90e1007e657485250b9c60a0d751f891
Description: PL/Python 3 procedural language for PostgreSQL 12
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Python 3.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-plpython3-12-dbgsym
Source: postgresql-12
Version: 12.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 209
Depends: postgresql-plpython3-12 (= 12.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12-dbgsym_12.8-1.pgdg+1_arm64.deb
Size: 159080
SHA256: 9aa501f36029a35777feb3d2a8656275972274c750d4cec0ec61fdec6505a469
SHA1: 54a0c9223b8ca5e2abca2cf7c2f1044ce96929c3
MD5sum: 6f448cf0a5b0db7d7de554f2a645c791
Description: debug symbols for postgresql-plpython3-12
Build-Ids: 33e5416d3450d1b8384552c0e76669a159f3a788 456d32cd7afb62e80b714ce65e0cb4fd2a17adb2 e91b97c0866fe5d629e17e6c0c4ddc994c38da6f fec7a436715db0ee1b704eba10fc633aa3dc1a53
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-plpython3-13
Source: postgresql-13
Version: 13.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 477
Depends: postgresql-13 (= 13.4-1.pgdg+1), libc6 (>= 2.17), libpython3.9 (>= 3.9.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13_13.4-1.pgdg+1_arm64.deb
Size: 104472
SHA256: da153d7388b868378292bacc2f3c7d44b46650b5811f0be9022b235701bda088
SHA1: 5fcfab9a8a5f1e20ca043b9e99e039000c1826c3
MD5sum: e97f3108917ed6ea07db72c9e557a7d6
Description: PL/Python 3 procedural language for PostgreSQL 13
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Python 3.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-plpython3-13-dbgsym
Source: postgresql-13
Version: 13.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 210
Depends: postgresql-plpython3-13 (= 13.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13-dbgsym_13.4-1.pgdg+1_arm64.deb
Size: 158952
SHA256: 3d80fd8c37ed98f5c909b57bb31af4eceb700a38ff1c5b79929f0e51ec4a73f2
SHA1: d4472bf8e2bf819cc69f5731709af21390fcba8d
MD5sum: 5858e163add325c7274c5906541c24ae
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 40f5355adf55a418f98c27cd345ab213f1435c31 67995d7f055f9d1738190373f92448d96e07fe7e 8859b66d957d6688e66b2ada004070eb61be4420 bfd101a0c0a62441a5988f3b69ba5c2a7480e13a
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-plpython3-9.6
Source: postgresql-9.6
Version: 9.6.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: postgresql-9.6 (= 9.6.23-1.pgdg+1), libc6 (>= 2.17), libpython3.9 (>= 3.9.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plpython3-9.6_9.6.23-1.pgdg+1_arm64.deb
Size: 56764
SHA256: 7a40ca331f42bee84abc547004bdcd33001e3df6a00b6239e5652e67e00d150f
SHA1: ed2d464d441dc2b1413db00c6fa9dc25dd7abd81
MD5sum: 4faaf79e4cf5450fa746e465209400c7
Description: PL/Python 3 procedural language for PostgreSQL 9.6
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Python 3.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-pltcl-10
Source: postgresql-10
Version: 10.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: postgresql-10 (= 10.18-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10_10.18-1.pgdg+1_arm64.deb
Size: 40424
SHA256: 457d147c88ff152b6faf62e21c700c4054ee5a7c3b6ccd3f34113587fd0ca3a0
SHA1: ec32e797b7342513b8ebac22f8f3ddb00838b990
MD5sum: dd0d946729f9dcecda718fbcb99daf8b
Description: PL/Tcl procedural language for PostgreSQL 10
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Tcl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-pltcl-10-dbgsym
Source: postgresql-10
Version: 10.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-pltcl-10 (= 10.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10-dbgsym_10.18-1.pgdg+1_arm64.deb
Size: 67228
SHA256: 1a0a54447dfa16b2d231a8aa9183934bbf284bd7402ce952cfdf82c04b3faef5
SHA1: 4288fdbe604e462ef04b3408293d9eb92a4993de
MD5sum: f862b2f5ac8258f89ebded4e06d847fa
Description: debug symbols for postgresql-pltcl-10
Build-Ids: fb676e4d0e15d97347b89daa7b2db18748f5cd64
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-pltcl-11
Source: postgresql-11
Version: 11.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 175
Depends: postgresql-11 (= 11.13-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11_11.13-1.pgdg+1_arm64.deb
Size: 41108
SHA256: ace1286c54431878d0dc399fd531b4334342d727374855cc5a35d196b6549cdc
SHA1: 316cda21d2488f81666e5fc9b702d40ffc8e5757
MD5sum: 5ac99b27c374e37049f8aa252765d096
Description: PL/Tcl procedural language for PostgreSQL 11
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Tcl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-pltcl-11-dbgsym
Source: postgresql-11
Version: 11.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-pltcl-11 (= 11.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11-dbgsym_11.13-1.pgdg+1_arm64.deb
Size: 70428
SHA256: 4f1c72303baf3fb63987cd5a4c874ca40fce9356601cdc3fd8e8bb065f5f759e
SHA1: 31526d792d41b14d99017d1aa04d610779ce9a3c
MD5sum: 33577d61ce4f6abb9a29012c68ca5f38
Description: debug symbols for postgresql-pltcl-11
Build-Ids: 174989e35add5182d7b1aaf2ac98d495f1bef514
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-pltcl-12
Source: postgresql-12
Version: 12.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-12 (= 12.8-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12_12.8-1.pgdg+1_arm64.deb
Size: 39356
SHA256: d458c0dd3a34a6676595b400f8f7b528b2ad82fc91047a6780dcd0ac9e762343
SHA1: 0a6a1ffc01e2d775a1d2befc306528c8ae8cd235
MD5sum: cdc094bfd7e0de8f93a11172ed94ab27
Description: PL/Tcl procedural language for PostgreSQL 12
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Tcl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-pltcl-12-dbgsym
Source: postgresql-12
Version: 12.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-pltcl-12 (= 12.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12-dbgsym_12.8-1.pgdg+1_arm64.deb
Size: 71276
SHA256: b74b4cc089e87cc31d5a554187de7741c3c0927c20bb42f5ef9e600b2a041a19
SHA1: 255fc543e5c1260d36ae27fb9c8fe25c5c5cd9d5
MD5sum: 2ced20585a8c38aa2fa31f0f0dda6e08
Description: debug symbols for postgresql-pltcl-12
Build-Ids: ace0cb7add706c52442caa3eb05d46d73dadcce0
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-pltcl-13
Source: postgresql-13
Version: 13.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-13 (= 13.4-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13_13.4-1.pgdg+1_arm64.deb
Size: 39068
SHA256: 1a70c5e338074988fa4b35de588b282f009f9f82dbf417ac3f452431c86fe01a
SHA1: 4cad25781342978baaccd2a80cbd0da18bfeb417
MD5sum: 10beaa6bb4781de6b4e294775247cafc
Description: PL/Tcl procedural language for PostgreSQL 13
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Tcl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-pltcl-13-dbgsym
Source: postgresql-13
Version: 13.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-pltcl-13 (= 13.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13-dbgsym_13.4-1.pgdg+1_arm64.deb
Size: 74464
SHA256: 167d9f995afa337a0061bc9575684bb35326f98e2f187927d665833299c21592
SHA1: 67fb94b278a34523869bf4ddd95b08437e5d680a
MD5sum: 43fddcf937a1a7d14920740bb63d8b08
Description: debug symbols for postgresql-pltcl-13
Build-Ids: 13a8ce1d714020900636bf1f4f7f4955660790ce
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-pltcl-9.6
Source: postgresql-9.6
Version: 9.6.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 185
Depends: postgresql-9.6 (= 9.6.23-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-pltcl-9.6_9.6.23-1.pgdg+1_arm64.deb
Size: 43684
SHA256: d01ac00bd7ebc0377f1b336c99907dbe7fad6630a1882c14e2fdd0c94ef9d49e
SHA1: 5e98a406be86c430137f3affffb7552492257915
MD5sum: 5534f700ad42202dcd95cba222e247a5
Description: PL/Tcl procedural language for PostgreSQL 9.6
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Tcl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-server-dev-10
Source: postgresql-10
Version: 10.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5141
Depends: libpq-dev (>= 10~~), postgresql-client-10 (= 10.18-1.pgdg+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Replaces: libpq-dev
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-10/postgresql-server-dev-10_10.18-1.pgdg+1_arm64.deb
Size: 882864
SHA256: bfa34c39b30874812d4005b7963ff960c3d4806edceed06ed36422c7eefc2f19
SHA1: d599d949b60d11336e6c61e3515c4a3a70c80e3f
MD5sum: c568de8be411e01cf20190f58f635100
Description: development files for PostgreSQL 10 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.
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-server-dev-11
Source: postgresql-11
Version: 11.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4682
Depends: clang-11, libpq-dev (>= 11~~), llvm-11-dev, postgresql-client-11 (= 11.13-1.pgdg+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-11/postgresql-server-dev-11_11.13-1.pgdg+1_arm64.deb
Size: 863316
SHA256: 5271c8084bd92857476f38e6b567299de4ab35f5e3ba4d5b53b81140a225ddfb
SHA1: 03eae6996afa7a9ef0346c0895e78c7095c0fcbd
MD5sum: d3277f3862f7828c35ecf70e60630591
Description: development files for PostgreSQL 11 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.
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-server-dev-12
Source: postgresql-12
Version: 12.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5253
Depends: clang-11, libpq-dev (>= 12~~), llvm-11-dev, postgresql-client-12 (>= 12.1-2~), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-12/postgresql-server-dev-12_12.8-1.pgdg+1_arm64.deb
Size: 928052
SHA256: fe031fc0053a804ab43e46a4f7d8f7c78dcba891fef7a65f10cb6581babbcc1a
SHA1: e1cc1e27f8a529a75e9e54022e160e0ab3cc4620
MD5sum: 2c821b3251aab5403d8a5d10abcea20d
Description: development files for PostgreSQL 12 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.
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-server-dev-13
Source: postgresql-13
Version: 13.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5757
Depends: clang-11, libpq-dev (>= 13~~), llvm-11-dev, postgresql-client-13, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/postgresql-server-dev-13_13.4-1.pgdg+1_arm64.deb
Size: 972700
SHA256: 5b4e39a746deeec3b06d997bce1bef5089f0f26db91483620cfc1d95fbcdc61c
SHA1: 0f8c9b8b10664e1136c0d0387e0141895b1e0bbe
MD5sum: 2c8774ca994b0e1013dec24b67938655
Description: development files for PostgreSQL 13 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.
Timestamp: 2021-08-12 12:40:06+00

Package: postgresql-server-dev-9.6
Source: postgresql-9.6
Version: 9.6.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4423
Depends: libpq-dev (>= 9.6~~), postgresql-client-9.6 (= 9.6.23-1.pgdg+1), postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-9.6/postgresql-server-dev-9.6_9.6.23-1.pgdg+1_arm64.deb
Size: 785476
SHA256: 51b0d35d314b5e4a165ff5c3389b35cc7492781217edb72218f4e71db8d621ad
SHA1: 2557dc8f2ff777540d328d50b4782d782ebd77ba
MD5sum: 58f8fc8f6a36f4a44bd946f677bb8c3e
Description: development files for PostgreSQL 9.6 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.
Timestamp: 2021-08-12 12:40:06+00

Package: postgis
Source: postgis (3.1.3+dfsg-1~exp1.pgdg+1)
Version: 3.1.3+dfsg-1~exp1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1404
Depends: libc6 (>= 2.29), libgdal28 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libpq5, libproj19 (>= 4.9.0)
Recommends: postgresql-postgis, postgis-doc
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.1.3+dfsg-1~exp1.pgdg+1+b1_arm64.deb
Size: 289492
SHA256: 5d9a694e56d97635e5f70c7f0c91c285760c9ac84d6cfd20fc37a6bdd4e33ec3
SHA1: 31cd6904d14f92175981067862c396f354e83311
MD5sum: e05380ee45372c9ce2e52c1d0494fda6
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2021-08-13 21:22:28+00

Package: postgis-dbgsym
Source: postgis (3.1.3+dfsg-1~exp1.pgdg+1)
Version: 3.1.3+dfsg-1~exp1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1867
Depends: postgis (= 3.1.3+dfsg-1~exp1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.1.3+dfsg-1~exp1.pgdg+1+b1_arm64.deb
Size: 1741144
SHA256: 256262e84102534bd6cb9c498971d632bf7efcc1f914d4d139df7c18e6614ed3
SHA1: e7e0260ff539757c9169299ba8c6441b857f7715
MD5sum: c3681e17a530f63bf4a8e1af93dca196
Description: debug symbols for postgis
Build-Ids: 819a4519ad0fa4d6a773485bb1981090b5bf03fb a7e505922cb86a807194c8e40096a65d47fbb65b efe054e2adab2965dd2e056165cb78f1a7c73e4d
Timestamp: 2021-08-13 21:22:28+00

Package: postgresql-10-postgis-3
Source: postgis
Version: 3.1.3+dfsg-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3303
Depends: postgresql-10, postgresql-10-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal28 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-10-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-10-postgis-3_3.1.3+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 788596
SHA256: 402d6e9fcad3d46783b3b005c102a22409b1d6b7b5d4d9e265d7cec25c31c27b
SHA1: 9ad0646f7af5bfe612d7278f545988dac7196076
MD5sum: 357eed68d3508501616a8d2ba7e9afbe
Description: Geographic objects support for PostgreSQL 10
 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".
Timestamp: 2021-08-13 21:22:28+00

Package: postgresql-10-postgis-3-dbgsym
Source: postgis
Version: 3.1.3+dfsg-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4957
Depends: postgresql-10-postgis-3 (= 3.1.3+dfsg-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-10-postgis-3-dbgsym_3.1.3+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 4598384
SHA256: 50c836e13ac1132a74719489566c1dc962755a49f43eecde0d08a4daabe14fb3
SHA1: 282a877fc490f866e7112688dca968763f986f82
MD5sum: 8541e58b644c7a4793a786f16f479320
Description: debug symbols for postgresql-10-postgis-3
Build-Ids: 040214985b442727a5fc1b07f0da3f336f443240 0b03e00ba20ecd7610e5740531b4724a4d58138e 99a0b4038d92cc70ea3d18c2c543d75c63a6b1bc a388a537ab61a50f02b8569dba101b9f7b510147 f1604e262f542697a41877bb1d3b7998dc6ed743
Timestamp: 2021-08-13 21:22:28+00

Package: postgresql-10-postgis-3-scripts
Source: postgis
Version: 3.1.3+dfsg-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26093
Depends: perl:any
Recommends: postgresql-10-postgis-3
Replaces: postgresql-10-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-10-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-10-postgis-3-scripts_3.1.3+dfsg-1~exp1.pgdg+1_all.deb
Size: 1077340
SHA256: 8558607ad5c383db31c2bee9cd7d2ffbb3f5fa4ce2d8d464d469ace2a42d4f5a
SHA1: 33955a04875a5153a1200d61b54e1d00a7972955
MD5sum: 761a39ea4118908969b0ff1a4fd9499d
Description: Geographic objects support for PostgreSQL 10 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 10 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2021-08-13 21:22:28+00

Package: postgresql-11-postgis-3
Source: postgis
Version: 3.1.3+dfsg-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9752
Depends: postgresql-11, postgresql-11-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal28 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-11-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3_3.1.3+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 3208800
SHA256: 26defad5ff62b1937f40c8562837e11c6ad80a226587ae7d1228b39acbb2ffbb
SHA1: 90d332e0fcafc251091f8e5bd1daa4717b25ae28
MD5sum: 8d84c8f5a022ac9ca6fdfdd8954efe7e
Description: Geographic objects support for PostgreSQL 11
 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".
Timestamp: 2021-08-13 21:22:28+00

Package: postgresql-11-postgis-3-dbgsym
Source: postgis
Version: 3.1.3+dfsg-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4979
Depends: postgresql-11-postgis-3 (= 3.1.3+dfsg-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-11-postgis-3-dbgsym_3.1.3+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 4619816
SHA256: a4c679baed9bd530221f1b146877f0d6762fd0f1a43eb93b2086c213118f49c7
SHA1: a6ceb53c72cd6cbbec2da9933f66f1dc6a3e9471
MD5sum: 62decce50da2a517ef5278e52e0e4a21
Description: debug symbols for postgresql-11-postgis-3
Build-Ids: 12d0957aab3d411d7465f4fb1793659ed4c1e1f7 49e4e9f3e0432361f6d6962829c4b8b3563c35b9 868d531c8fa7ce0b87890087f63c1e7d5d2b4d29 ac0dc8d5a0d36e357730cec47e21bb8250d1dea5 acd374912ce9dd7f168addb272d53b42466e0239
Timestamp: 2021-08-13 21:22:28+00

Package: postgresql-11-postgis-3-scripts
Source: postgis
Version: 3.1.3+dfsg-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26171
Depends: perl:any
Recommends: postgresql-11-postgis-3
Replaces: postgresql-11-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-11-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3-scripts_3.1.3+dfsg-1~exp1.pgdg+1_all.deb
Size: 1085924
SHA256: 34bb1f95d4b301beacb3dae94fb2fbe77461a7103c276627f0b2461a4e1e0acf
SHA1: 42fac1ccc04f5134927b0a13e866f410ba63127b
MD5sum: af7f1e04c13c7077a3f02e1a9a79ba77
Description: Geographic objects support for PostgreSQL 11 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 11 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2021-08-13 21:22:28+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.1.3+dfsg-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9948
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal28 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-12-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.1.3+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 3272700
SHA256: 3ffa090e6904f95283ccd086a0de94d577d7c232f687fe0b6ee3056a4d57ffad
SHA1: dc2c2fd8e246b9c814b77a06ae7ad73b501a7207
MD5sum: 0fcf52f8d2640d6f8ae3de74db4126e3
Description: Geographic objects support for PostgreSQL 12
 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".
Timestamp: 2021-08-13 21:22:28+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis
Version: 3.1.3+dfsg-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5067
Depends: postgresql-12-postgis-3 (= 3.1.3+dfsg-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.1.3+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 4711472
SHA256: b905ad3739c795aec803010c2537491756de6c8c572669e2007f7048eb9c540c
SHA1: 65745afa903edcc5b8f5c36dbbbe73a6700c75ee
MD5sum: e9d19318111acf6cee6e968ca9a9f0c4
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 06e7d5ef63b8d3c7d357a4c01294be32eff51b2f 37188005fbc3f24be5645450a56283623e400a45 61a745d39b4ca13f8b0401c1d331d4ae4766b1b1 c88e938bc93f7e411c7764d4616328107abeb4ec cb78ee66f3a20e4f212a46c0384ebdf4b6d20f16
Timestamp: 2021-08-13 21:22:28+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.1.3+dfsg-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26175
Depends: perl:any
Recommends: postgresql-12-postgis-3
Replaces: postgresql-12-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-12-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.1.3+dfsg-1~exp1.pgdg+1_all.deb
Size: 1085388
SHA256: 9a02631245f84bfebd056ad38a788f66cee02b75af73de556a4b0a99f8793f01
SHA1: e1f0e3933f9aad35e622af9b5afb0895f70dabbf
MD5sum: 5b90aaec1aae89ed371d12f02a5d4756
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2021-08-13 21:22:28+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.1.3+dfsg-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9955
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal28 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-13-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.1.3+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 3291544
SHA256: be9927d6d1f1d48ef6e213aa4b7addff7eeebda735e207f637df6634cdd6fa18
SHA1: a8ce56b5da8aa7bfc8beb5035c1e378b7b92fea5
MD5sum: 0f07af0dc3fd706b5762ce659782c38f
Description: Geographic objects support for PostgreSQL 13
 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".
Timestamp: 2021-08-13 21:22:28+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis
Version: 3.1.3+dfsg-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5074
Depends: postgresql-13-postgis-3 (= 3.1.3+dfsg-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.1.3+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 4723728
SHA256: dc9127687cd696f1cb11ec83d4c52515256a7fcc7345be2b9cf026aa19cf9e13
SHA1: 9c06da3cdf1c29cc38525e21ff56e490b7ea188f
MD5sum: 8cbb66bbd2d4c3aa5efdd1dd2d15bc46
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 14c5b74ceebecca01d954e996eb09364e8909ee2 18288b6039f62625dd5a4f0d615bc90173c14b7b 57fa3c668f217bf4ae2a0ca60689e448bf30b393 87620e3939fa7eb28e84f963f5f0eb6c3d6eed77 95d64bd098db2bf382ba880dfbbc343c95236eb8
Timestamp: 2021-08-13 21:22:28+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.1.3+dfsg-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26175
Depends: perl:any
Recommends: postgresql-13-postgis-3
Replaces: postgresql-13-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-13-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.1.3+dfsg-1~exp1.pgdg+1_all.deb
Size: 1085324
SHA256: 7a245ac5c5c99b57a1a1fa81be82061aadbe64377a38a3d18a64d130c19cb426
SHA1: 1be12893e3ae52c9bacda4fc35067608259bbccd
MD5sum: 831ddc1991120bb750ab7578fedc82df
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2021-08-13 21:22:28+00

Package: postgresql-14-postgis-3
Source: postgis (3.1.3+dfsg-1~exp1.pgdg+1)
Version: 3.1.3+dfsg-1~exp1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10032
Depends: postgresql-14, postgresql-14-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal28 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-14-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3_3.1.3+dfsg-1~exp1.pgdg+1+b1_arm64.deb
Size: 3298504
SHA256: 89d7922fc847b910041911c075a6bfb7819a43433af72d98a698b33b218e42c2
SHA1: 00a764c79cc534653c2edd97f0e1597144e458f3
MD5sum: 322bab04085abe170f690883664d93e6
Description: Geographic objects support for PostgreSQL 14
 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".
Timestamp: 2021-08-13 21:22:28+00

Package: postgresql-14-postgis-3-dbgsym
Source: postgis (3.1.3+dfsg-1~exp1.pgdg+1)
Version: 3.1.3+dfsg-1~exp1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5089
Depends: postgresql-14-postgis-3 (= 3.1.3+dfsg-1~exp1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-14-postgis-3-dbgsym_3.1.3+dfsg-1~exp1.pgdg+1+b1_arm64.deb
Size: 4737792
SHA256: 4ae7e7ab3624f6cba726b02ea187c2455a23d8c95b2ee7436dc436ba536d1969
SHA1: d0e70ab0f2277abaaa555cf27e2e47e66b5ba9ee
MD5sum: 0062f74b070f2c717cf6362b33e3144c
Description: debug symbols for postgresql-14-postgis-3
Build-Ids: 338e9c8509eaeff529637cfed64c013a041eecc5 5bf62ad2291b62612845aa2cbfca5a8dde9fc673 65d73d454323ee97bb94176b1638726f3a9a2ec0 66dbf963f99c80b30eef4e7e9a951711285b50af c908a6f028af4386f3bc8206940b3c07b7d69978
Timestamp: 2021-08-13 21:22:28+00

Package: postgresql-9.6-postgis-3
Source: postgis
Version: 3.1.3+dfsg-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3303
Depends: postgresql-9.6, postgresql-9.6-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal28 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-9.6-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-9.6-postgis-3_3.1.3+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 789792
SHA256: ee3904dfeab3be2501d43fd0a77d4284990a821ceebfe7ae8874de725ee05e49
SHA1: 705cc89fd0d0a90d2021b45ca226e58887b21a4b
MD5sum: cb3ba009ef3bcc37275a56b473f6c994
Description: Geographic objects support for PostgreSQL 9.6
 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".
Timestamp: 2021-08-13 21:22:28+00

Package: postgresql-9.6-postgis-3-dbgsym
Source: postgis
Version: 3.1.3+dfsg-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4885
Depends: postgresql-9.6-postgis-3 (= 3.1.3+dfsg-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-9.6-postgis-3-dbgsym_3.1.3+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 4531616
SHA256: 60bb90d1e9b56cc6937e140e615eb1a204fa6f8940b91460ab2ed7d9f5b183bf
SHA1: 4a9f5acca4db5de7a6ce71299a49f7d7b2ce12fd
MD5sum: 4cbd7491ee1d8a11104d9dfa01c2d7d7
Description: debug symbols for postgresql-9.6-postgis-3
Build-Ids: 19c8bcb9f9babac4815f364c97f303d473ed6983 1c916d8db53f2a8dcadd7969190d1b066d5c81cc 6b48e18ed1ff90f471cdd802e41a3a6461041c11 92efc04d89234ce703ee8e40b8946fa8eb4dc7e0 c67f1b463ef9ceeccea44660b656e3d46fc0b5e6
Timestamp: 2021-08-13 21:22:28+00

Package: postgresql-9.6-postgis-3-scripts
Source: postgis
Version: 3.1.3+dfsg-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26093
Depends: perl:any
Recommends: postgresql-9.6-postgis-3
Replaces: postgresql-9.6-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-9.6-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-9.6-postgis-3-scripts_3.1.3+dfsg-1~exp1.pgdg+1_all.deb
Size: 1077352
SHA256: 968ac83eb67cfba55c235f12935d6c7b9efd1153f9427a380d5acaaea58a4179
SHA1: 2b2cec257f8c542efdb8a1beb8f71dcc7d41d258
MD5sum: b18100f32a77205044e735dbf2f37f12
Description: Geographic objects support for PostgreSQL 9.6 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 9.6 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2021-08-13 21:22:28+00

Package: postgresql-10-pglogical
Source: pglogical
Version: 2.3.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 454
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-10
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-10-pglogical_2.3.3-3.pgdg+1_arm64.deb
Size: 107596
SHA256: d0e4a42609c587cba88a3cabff87e50d002c958b37e14f77644a1f8ac6e0b3b7
SHA1: 879494407e7d3af5c1ad866bfbdef52bc7f1d4cc
MD5sum: 629985a2c4de605be288699539046ee6
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2021-08-16 11:53:18+00

Package: postgresql-10-pglogical-dbgsym
Source: pglogical
Version: 2.3.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 395
Depends: postgresql-10-pglogical (= 2.3.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-10-pglogical-dbgsym_2.3.3-3.pgdg+1_arm64.deb
Size: 330464
SHA256: cb1c835fd615d51b3e08b59b064b7e797502a26bfc34a4d810d14462dba40c3b
SHA1: ac18b46795463191a0fdb04a6964e623e79d8535
MD5sum: 4fab8ed92f869f3afa652c9c153c9d2a
Description: debug symbols for postgresql-10-pglogical
Build-Ids: a622206b7655201ff79632f66d69a549c8b9e4ad cde56d484b6ea3342818f4619c5f4d769641af4d cfbb7d53d51d2588ea9374b9869d86b58c1947b6
Timestamp: 2021-08-16 11:53:18+00

Package: postgresql-11-pglogical
Source: pglogical
Version: 2.3.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1138
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-11
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-11-pglogical_2.3.3-3.pgdg+1_arm64.deb
Size: 412264
SHA256: a5c72e9b6c6cf90b619dc9e9f996d798a0f4c564f6ddc1548bf96005fcfa39b5
SHA1: 3e4425e5716294ed8287fdf885a171a61e2c7f8c
MD5sum: a80d66e7c000577a39681dbcf1d57d95
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2021-08-16 11:53:18+00

Package: postgresql-11-pglogical-dbgsym
Source: pglogical
Version: 2.3.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 404
Depends: postgresql-11-pglogical (= 2.3.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-11-pglogical-dbgsym_2.3.3-3.pgdg+1_arm64.deb
Size: 338876
SHA256: acd0f8d6e803add2b5c61a2a28827e18ad9b32843c58bf0fa2a7fc6ccd7f5d9e
SHA1: 5692b509286b8f503c69f09e3902ee659c63d63b
MD5sum: 2a66c3a83ce055906ef9fe30a997d7cb
Description: debug symbols for postgresql-11-pglogical
Build-Ids: 5037a192ac7420d71714604396480f45cc3e43fd 67e20c6b7617811fe1646281e1a09e620d0f93f8 b66a5abd9217da1add445e813c451885db597b0d
Timestamp: 2021-08-16 11:53:18+00

Package: postgresql-12-pglogical
Source: pglogical
Version: 2.3.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1184
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-12
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-12-pglogical_2.3.3-3.pgdg+1_arm64.deb
Size: 436480
SHA256: 799a41716404517f199f4c23f903a974ca203bd9b258bd363f4263f6cc5ea0d0
SHA1: d07bf87fa8a1bc1790c1a2da66afdfdf4edd6f67
MD5sum: c3c12e02b1e5d45a0f9f5ed757665e0d
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2021-08-16 11:53:18+00

Package: postgresql-12-pglogical-dbgsym
Source: pglogical
Version: 2.3.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 413
Depends: postgresql-12-pglogical (= 2.3.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-12-pglogical-dbgsym_2.3.3-3.pgdg+1_arm64.deb
Size: 348592
SHA256: 5b013ac3b55d4106f01c1db7201210a5c7d41e4ccb48400fada2b609327dc2e0
SHA1: d13d38bbf9a53c7fd3bac34ef5dbf7c3f7785474
MD5sum: 497e6d93103f7a3adcdb077fd9bac546
Description: debug symbols for postgresql-12-pglogical
Build-Ids: 13ea61467a495ad48a64bd023b36bafaf330a249 5eb3b74b708fc20e7530ac46069df283b4b0977e f973a630e0ab757364373f756e4f0037d9a87433
Timestamp: 2021-08-16 11:53:18+00

Package: postgresql-13-pglogical
Source: pglogical
Version: 2.3.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1187
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-13
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-13-pglogical_2.3.3-3.pgdg+1_arm64.deb
Size: 442128
SHA256: 64d7af1dc021de00c3e49d0cd4c4ab347fae476e582185f738a34ff4fbeecb37
SHA1: 267e17779735a9797e4e52e2743d523ce7977c65
MD5sum: 7b0ae299ce7d4459e0f89c6df5a8e80c
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2021-08-16 11:53:18+00

Package: postgresql-13-pglogical-dbgsym
Source: pglogical
Version: 2.3.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 428
Depends: postgresql-13-pglogical (= 2.3.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-13-pglogical-dbgsym_2.3.3-3.pgdg+1_arm64.deb
Size: 362428
SHA256: df36bc68e3fea6a42c528aba7869f6b44e8f5baaaf30b533e4be85877ccf36bb
SHA1: ab4a903d142699d6285bf6f0dd16818ec1ca5448
MD5sum: 4587ea32ef915711150c446456c8dc14
Description: debug symbols for postgresql-13-pglogical
Build-Ids: 65c877cb12e6516258cf54bb13f299b81305ba66 8c4f7176f8e6231254e995a08a9d3cbbcb70edf7 ef7cc49bf7fed98ba2b8a303abf05afa0f4d6469
Timestamp: 2021-08-16 11:53:18+00

Package: postgresql-9.6-pglogical
Source: pglogical
Version: 2.3.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 461
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-9.6
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-9.6-pglogical_2.3.3-3.pgdg+1_arm64.deb
Size: 108688
SHA256: f7f7410747d1772b9c167ce20fb0ffdd7d406f61fde30b7f9cd1b1f7ef464262
SHA1: b9dade5155da9d288106f501cbf6d05b13fd6a40
MD5sum: 1b9f73a29987fd754d1c9bc47b7e69fb
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2021-08-16 11:53:18+00

Package: postgresql-9.6-pglogical-dbgsym
Source: pglogical
Version: 2.3.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 392
Depends: postgresql-9.6-pglogical (= 2.3.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-9.6-pglogical-dbgsym_2.3.3-3.pgdg+1_arm64.deb
Size: 327292
SHA256: 02e87f9f27d6fa650c6cd6ac801455c6e3f464c7b7dc9c1c3a3f111af43c76d1
SHA1: adccfdc9fd6042a6f310d9cd42b810ac9a3e19ee
MD5sum: f4f9ab747a4cc0ddb261e30718e108ba
Description: debug symbols for postgresql-9.6-pglogical
Build-Ids: 0404ad49f114aeaaa05c93cf793baa614e977691 1d69911c8b1c9ea97f2d3450ab91c77ab848287e 501875a39f61a291a08f74b6a8d088415d4e80ba
Timestamp: 2021-08-16 11:53:18+00

Package: postgresql-14-postgis-3-scripts
Source: postgis
Version: 3.1.3+dfsg-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26175
Depends: perl:any
Recommends: postgresql-14-postgis-3
Replaces: postgresql-14-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-14-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3-scripts_3.1.3+dfsg-1~exp1.pgdg+1_all.deb
Size: 1085248
SHA256: c3002f0b2e513405f0e4f152f92157a3a1d284863b94e4c25c5f7b8901fe2ff6
SHA1: 4e77ddd0abb2277899a9723e3d77c0ab9925588c
MD5sum: eb0d5d6545defd7059ae9d74384d2524
Description: Geographic objects support for PostgreSQL 14 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 14 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2021-08-20 10:05:56+00

Package: postgresql-10-repmgr
Source: repmgr
Version: 5.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 931
Depends: postgresql-10, repmgr-common (>= 5.2.1-1.pgdg+1), libc6 (>= 2.17), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-10-repmgr_5.2.1-1.pgdg+1_arm64.deb
Size: 208568
SHA256: 7c72c6f1d22989b24795b844bbc2ec938399bd9260a927ef825abc8bc249b329
SHA1: 700bdeac9f1b0f118e848cc36068bb153b5e92f4
MD5sum: f7c97bf23b48157b5896406ef5e0e547
Description: replication manager for PostgreSQL 10
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 10.
Timestamp: 2021-08-23 17:46:52+00

Package: postgresql-10-repmgr-dbgsym
Source: repmgr
Version: 5.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 714
Depends: postgresql-10-repmgr (= 5.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-10-repmgr-dbgsym_5.2.1-1.pgdg+1_arm64.deb
Size: 651716
SHA256: ca296c097b7c89013cbd00b7b578667431a110ff7e5089cac865ab6f2c0cdd0f
SHA1: 5c7183380a13d7c677da434b1055a9e1ee7cb40e
MD5sum: d1ac390491310d6bbba4f27d319d6b30
Description: debug symbols for postgresql-10-repmgr
Build-Ids: 4b20a2e621ef86af0948247e360d207dce1ef5ca 7045c58417955a14384defe5b1f0fc372ff5ef77 a1feb532186434833b8c8ab8839c6622e9572dd4
Timestamp: 2021-08-23 17:46:52+00

Package: postgresql-11-repmgr
Source: repmgr
Version: 5.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 958
Depends: postgresql-11, repmgr-common (>= 5.2.1-1.pgdg+1), libc6 (>= 2.17), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-11-repmgr_5.2.1-1.pgdg+1_arm64.deb
Size: 221508
SHA256: 7b8e5fbe06839ff13f06802595e41b9cd44c33ca264c85d9c9e8f8b2adcf68e8
SHA1: 4ae5dedd07e31af43238f7d82b9a1acaec1627ea
MD5sum: e4ae4e1b0c04e6ddb35d95cb72a0b38a
Description: replication manager for PostgreSQL 11
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 11.
Timestamp: 2021-08-23 17:46:52+00

Package: postgresql-11-repmgr-dbgsym
Source: repmgr
Version: 5.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 714
Depends: postgresql-11-repmgr (= 5.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-11-repmgr-dbgsym_5.2.1-1.pgdg+1_arm64.deb
Size: 651784
SHA256: d894103b142032078d0caa0cfe7c46953aa3770f0e3f09c5ec96a363e3bd7388
SHA1: 2d4457df5f0bec43bdf99bcce7025414269b5f72
MD5sum: b30ddc46a195b33ef5f79b7beb76cc7b
Description: debug symbols for postgresql-11-repmgr
Build-Ids: 05e444a1fae95b5cd580d203d68b4f01c1aedcf4 a28aba683d496b270f95267e6843d1e6f3d347c3 cf86ee8bf6534b51ba51a370d28535289dccb9de
Timestamp: 2021-08-23 17:46:52+00

Package: postgresql-12-repmgr
Source: repmgr
Version: 5.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1006
Depends: postgresql-12, repmgr-common (>= 5.2.1-1.pgdg+1), libc6 (>= 2.17), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-12-repmgr_5.2.1-1.pgdg+1_arm64.deb
Size: 228000
SHA256: 384fd84ec18761633394faea20b1b5c208317b2f90a9fe1e1f88f06c2f8e543b
SHA1: ec9db368cf994ffd86c5ec7f4350a18a3b189fa1
MD5sum: cd11572d502da0f76b2e9ca7ddca2dd9
Description: replication manager for PostgreSQL 12
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 12.
Timestamp: 2021-08-23 17:46:52+00

Package: postgresql-12-repmgr-dbgsym
Source: repmgr
Version: 5.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 718
Depends: postgresql-12-repmgr (= 5.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-12-repmgr-dbgsym_5.2.1-1.pgdg+1_arm64.deb
Size: 652812
SHA256: 2b3f468016a17ac77d7f660e9fa8e00dd676c6edc462ea153a20cd4ca66d0fd8
SHA1: a2ec25ab64f2fc644e921a3c70634496bb4d8efa
MD5sum: 0115ab80b88c5deee9c33a7e30bbdd77
Description: debug symbols for postgresql-12-repmgr
Build-Ids: 01925bf8ef4575b442b5a07571e27e0728df87b6 c410139c762b30be3223790f0f7ee845927e07bc d4e7b9aa67b9c7cc14ef4821a4667b6102c0d61d
Timestamp: 2021-08-23 17:46:52+00

Package: postgresql-13-repmgr
Source: repmgr
Version: 5.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1006
Depends: postgresql-13, repmgr-common (>= 5.2.1-1.pgdg+1), libc6 (>= 2.17), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-13-repmgr_5.2.1-1.pgdg+1_arm64.deb
Size: 228120
SHA256: 8cc8f252d696d2a03381566d9c0ccce7a26720c8c73fb0e73c2cf5217c7266c6
SHA1: f1ed36aec7ac7532c0c19c62c1dfdf4d1c8f5dc9
MD5sum: 64aad73f2ae7dad710392ade1ea9dd3b
Description: replication manager for PostgreSQL 13
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 13.
Timestamp: 2021-08-23 17:46:52+00

Package: postgresql-13-repmgr-dbgsym
Source: repmgr
Version: 5.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 720
Depends: postgresql-13-repmgr (= 5.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-13-repmgr-dbgsym_5.2.1-1.pgdg+1_arm64.deb
Size: 653132
SHA256: d182f6f34198bd3c0d336d2a86cff94080997823e1370da3a2b2b9b54b064302
SHA1: 103f8b28805984e8e62c61281b2c72f80d9b9485
MD5sum: c2c5f895279698c3567f4f372e71d3b2
Description: debug symbols for postgresql-13-repmgr
Build-Ids: 0ac62f3d089038ab6760ca60c257cdab7c3fffa5 6a788f0df81334d7ce158900eb9993204eb7732f a94c344f04c88d9fe611dc3b777c7735dfcb3382
Timestamp: 2021-08-23 17:46:52+00

Package: postgresql-14-repmgr
Source: repmgr
Version: 5.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1007
Depends: postgresql-14, repmgr-common (>= 5.2.1-1.pgdg+1), libc6 (>= 2.17), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-14-repmgr_5.2.1-1.pgdg+1_arm64.deb
Size: 228356
SHA256: 7dae180a741bee356b3665be354e17dfd1ab7ef0e563fc269849af83bfb5aebc
SHA1: 1740bf1848ac0544dfeca811208d480c947883cd
MD5sum: 143ca444e932799e06a004ebdf3a5021
Description: replication manager for PostgreSQL 14
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 14.
Timestamp: 2021-08-23 17:46:52+00

Package: postgresql-14-repmgr-dbgsym
Source: repmgr
Version: 5.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 720
Depends: postgresql-14-repmgr (= 5.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-14-repmgr-dbgsym_5.2.1-1.pgdg+1_arm64.deb
Size: 653972
SHA256: c73d324249a487f1b2471633c7b5fa2bf08f6165d9612197a4e75e17681b9869
SHA1: ffea0700f7645f7f68d07b4f904609468cf84288
MD5sum: 7a4f6b3acc809cbf55255d79558bd9c0
Description: debug symbols for postgresql-14-repmgr
Build-Ids: 4c695f4f08a953105a5d311a773a459e05717b9e 7cbbb4abad46f678be71037b9068e991f0e3df58 8646d051dda2ef0f80ec74e0ab7e61a6619e402e
Timestamp: 2021-08-23 17:46:52+00

Package: postgresql-9.6-repmgr
Source: repmgr
Version: 5.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 927
Depends: postgresql-9.6, repmgr-common (>= 5.2.1-1.pgdg+1), libc6 (>= 2.17), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-9.6-repmgr_5.2.1-1.pgdg+1_arm64.deb
Size: 206856
SHA256: 896c8f0497de140a2295cbe1576dee74b6d80f712ee7a0b971f9e11e004f69bd
SHA1: 1bdeadd3ed9372910fafd69f4550b88533258064
MD5sum: 741dbecf1d57b44ee45a6d6a07b5facc
Description: replication manager for PostgreSQL 9.6
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 9.6.
Timestamp: 2021-08-23 17:46:52+00

Package: postgresql-9.6-repmgr-dbgsym
Source: repmgr
Version: 5.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 713
Depends: postgresql-9.6-repmgr (= 5.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-9.6-repmgr-dbgsym_5.2.1-1.pgdg+1_arm64.deb
Size: 650996
SHA256: 485a01d841596faada8c6dada59aa3e4c42264fca47574f1993912c08ce11655
SHA1: d08538403098bc496c3c9ff197e3e90778cee57a
MD5sum: ec13b51bf08a6c5a1d487d3a4d3c84db
Description: debug symbols for postgresql-9.6-repmgr
Build-Ids: 0d3c16e46e746291e8331f7e12c66bf429652292 8d6c22172c2233a97945cb8f54a75828b3c3272c 96a42e0b5b568e361c8deb9352839b23789cc495
Timestamp: 2021-08-23 17:46:52+00

Package: repmgr
Version: 5.2.1-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 23
Depends: postgresql-13-repmgr | postgresql-12-repmgr | postgresql-11-repmgr | postgresql-10-repmgr | postgresql-9.6-repmgr
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/repmgr_5.2.1-1.pgdg+1_all.deb
Size: 15784
SHA256: 3c6d8b67c5504b43ed160d335a281b5619e43db9eaea283d26e12df8acbec4bb
SHA1: 6b697273b185dc0bfa92e7be0d8a43ec36ac8f92
MD5sum: f060393f473a0d7656c8e2eb16490db4
Description: replication manager for PostgreSQL (metapackage)
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This is a metapackage that depends on the version specific packages.
Timestamp: 2021-08-23 17:46:52+00

Package: repmgr-common
Source: repmgr
Version: 5.2.1-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 309
Depends: postgresql-common (>= 26), lsb-base (>= 3.0-6)
Breaks: repmgr (<< 3.0.1-1)
Replaces: repmgr (<< 3.0.1-1)
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/repmgr-common_5.2.1-1.pgdg+1_all.deb
Size: 192492
SHA256: 00606f1cbf4c9a0095b8374d4c73d2c14809e4ab8b7cd3f57104ce6326a5c8e1
SHA1: d7ad868e4802f03082110fbc5b527daba2945792
MD5sum: 8f95ce27bf8a1007ce9a89a3bc4e9df5
Description: replication manager for PostgreSQL common files
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr files common to all versions.
Timestamp: 2021-08-23 17:46:52+00

Package: pgbackrest
Version: 2.35-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 983
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.17), liblz4-1 (>= 0.0~r127), libpq5, libssl1.1 (>= 1.1.0), libxml2 (>= 2.7.4), libzstd1 (>= 1.4.0), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc, check-pgbackrest
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.35-2.pgdg+1_arm64.deb
Size: 318816
SHA256: 9d512e1f12c41fb5888163fd98c5f7e4060e778ccb6f4960ccd1560cec22d2b6
SHA1: ad70fa2552277cdbf42484e414821b2d5b997845
MD5sum: 4675aae71382b16f1075de02c00b2606
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.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2021-08-29 12:03:58+00

Package: pgbackrest-dbgsym
Source: pgbackrest
Version: 2.35-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1124
Depends: pgbackrest (= 2.35-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.35-2.pgdg+1_arm64.deb
Size: 1030684
SHA256: a78c66eac58e64cf8145ff6c79764fb4347eaffa7894de1f270cd7d17f98e6fc
SHA1: 9675150af27d496709f69eb0a6bff8e12839b646
MD5sum: a199984c73339ba850009f39c67ce9f5
Description: debug symbols for pgbackrest
Build-Ids: eeff88be90dd9ee91d8745a420bb23b1a5f697d5
Timestamp: 2021-08-29 12:03:58+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.35-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1311
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.35-2.pgdg+1_all.deb
Size: 115228
SHA256: 4be77ef8ffa8b6282b875812f7e80f98af85cbdba30a5d5c92e68ff83b299796
SHA1: ed30b1f760800735601e73e29a94d5be1466e5b6
MD5sum: 271b165065849fb1e091d6cdeab9c644
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2021-08-29 12:03:58+00

Package: postgresql-10-pglogical
Source: pglogical
Version: 2.3.3-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 454
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-10
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-10-pglogical_2.3.3-4.pgdg+1_arm64.deb
Size: 107760
SHA256: 452ae48933f95c6060d0a29412270d19c5405a173f246f43cbdc38b609f4db49
SHA1: 449da476425d2c06a21a244b2d50a4e5af677dd3
MD5sum: c22f5d34dfa8866bb12377c44094acda
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2021-08-30 15:07:14+00

Package: postgresql-10-pglogical-dbgsym
Source: pglogical
Version: 2.3.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 394
Depends: postgresql-10-pglogical (= 2.3.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-10-pglogical-dbgsym_2.3.3-4.pgdg+1_arm64.deb
Size: 330388
SHA256: 4ccac26ca482ed1bd5929b0519929c2296bd4b4b9b884de8284c677eb3c4e7f3
SHA1: 62c49db6d3dfae7d4b6d8dc8948a737ee1aac803
MD5sum: 7af37f1e97078c1fed77a9e91c28aa10
Description: debug symbols for postgresql-10-pglogical
Build-Ids: a622206b7655201ff79632f66d69a549c8b9e4ad bf89bc7a00ca3e56cb64a8ceabfe64d2d5e3f6ea cfbb7d53d51d2588ea9374b9869d86b58c1947b6
Timestamp: 2021-08-30 15:07:14+00

Package: postgresql-10-plsh
Source: postgresql-plsh
Version: 1.20200522-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: libc6 (>= 2.17), postgresql-10
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-10-plsh_1.20200522-3.pgdg+1_arm64.deb
Size: 12884
SHA256: ecf6864a445934f20ce75de47f5e01d5b5666a87ddfa1bc51c948d82af8d98d7
SHA1: ce17aa282701b0047bf4f5e3e5a2db132420b9a3
MD5sum: 77a4542ff9effa21d330140c051ab7e8
Description: PL/sh procedural language for PostgreSQL 10
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in a shell of his choice.  You need this package
 if you have any PostgreSQL 10 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-08-30 15:07:14+00

Package: postgresql-10-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20200522-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-10-plsh (= 1.20200522-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-10-plsh-dbgsym_1.20200522-3.pgdg+1_arm64.deb
Size: 27580
SHA256: 8991a5ed7a4dea938b8461da6b6e2b0a3948998f704a8808ade8762980007311
SHA1: 95a4278f21c6ea269ea6bc08c79d11fe8879d0e7
MD5sum: dcc490fec14dcf198b3ee069781732eb
Description: debug symbols for postgresql-10-plsh
Build-Ids: 1bdc46981496ad7b5b22be3d45f131e0aff7ab5a
Timestamp: 2021-08-30 15:07:14+00

Package: postgresql-11-pglogical
Source: pglogical
Version: 2.3.3-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1138
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-11
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-11-pglogical_2.3.3-4.pgdg+1_arm64.deb
Size: 412696
SHA256: 79caffd5ed12958e33876fc6aea0052c841267a99d36042e172b913d780bebaa
SHA1: 5ee07ab35c783305e1861b458d63c15a899eb574
MD5sum: 45672d861aeb4e267c7b6ff4fa3527fe
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2021-08-30 15:07:14+00

Package: postgresql-11-pglogical-dbgsym
Source: pglogical
Version: 2.3.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 404
Depends: postgresql-11-pglogical (= 2.3.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-11-pglogical-dbgsym_2.3.3-4.pgdg+1_arm64.deb
Size: 338924
SHA256: d7b6b8ab2b82d7b97fe6643dc2bffdfded5f3f43f6795acf25af75c131b04e2a
SHA1: 63e7e2217eca448f38adff14d3a91d741577527b
MD5sum: 54c2d3b18bb0ff6d26ce1783cbd85132
Description: debug symbols for postgresql-11-pglogical
Build-Ids: 67e20c6b7617811fe1646281e1a09e620d0f93f8 a6f4a387c88cb302de3d4a779b0c643ee5b35831 b66a5abd9217da1add445e813c451885db597b0d
Timestamp: 2021-08-30 15:07:14+00

Package: postgresql-11-plsh
Source: postgresql-plsh
Version: 1.20200522-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: libc6 (>= 2.17), postgresql-11
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-11-plsh_1.20200522-3.pgdg+1_arm64.deb
Size: 30880
SHA256: 1bb37ea4f763fb0de516e8b652a3e3e89cec524174afeb1ad64b4768091c63f2
SHA1: dfb991cc2dc1c3652637aab0e6f3b1b45849f0ff
MD5sum: ac8430ec7b6387e004eb55aec66632bd
Description: PL/sh procedural language for PostgreSQL 11
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in a shell of his choice.  You need this package
 if you have any PostgreSQL 11 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-08-30 15:07:14+00

Package: postgresql-11-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20200522-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-11-plsh (= 1.20200522-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-11-plsh-dbgsym_1.20200522-3.pgdg+1_arm64.deb
Size: 27644
SHA256: e59ce94bc74d2da7733ada64d28577a0898743139c85b7836a6709a8ed81c1de
SHA1: e833ade4b9208ef9d21aa028a98cacd3f4f79090
MD5sum: 9eed8b664a1cca950f761716e25e5324
Description: debug symbols for postgresql-11-plsh
Build-Ids: ff5a2c6d6be4be3070a92bd4143bb3cb9dfb9725
Timestamp: 2021-08-30 15:07:14+00

Package: postgresql-12-pglogical
Source: pglogical
Version: 2.3.3-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1184
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-12
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-12-pglogical_2.3.3-4.pgdg+1_arm64.deb
Size: 437144
SHA256: c1829c05a7ac7674417aa40869f95981a2426a4753591b6a180b191582f9ca02
SHA1: 1d18e7b6e464700e43b7f2d3dd7918c038b443b9
MD5sum: 9c5ea525d9bdf10321e6fdf8ea861af0
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2021-08-30 15:07:14+00

Package: postgresql-12-pglogical-dbgsym
Source: pglogical
Version: 2.3.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 413
Depends: postgresql-12-pglogical (= 2.3.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-12-pglogical-dbgsym_2.3.3-4.pgdg+1_arm64.deb
Size: 348612
SHA256: 274199d7c51ae07fdb7e17d51a6215f58a60ecc6ffff2412dce306085d6d2ada
SHA1: 194ac5969dfdcf442f4141c3dbecf51260a8e3b1
MD5sum: 4503a940aa020cd6687afbea8b107883
Description: debug symbols for postgresql-12-pglogical
Build-Ids: 13ea61467a495ad48a64bd023b36bafaf330a249 5eb3b74b708fc20e7530ac46069df283b4b0977e 8e4a5d1f4b522920873148bc1a3762763d70ee81
Timestamp: 2021-08-30 15:07:14+00

Package: postgresql-12-plsh
Source: postgresql-plsh
Version: 1.20200522-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: libc6 (>= 2.17), postgresql-12
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-12-plsh_1.20200522-3.pgdg+1_arm64.deb
Size: 33160
SHA256: fe1832cc2903eb28d6bc15ad4e82eca8457986d418798639e3dac4c8b0ac2d87
SHA1: 1ce14014eba3aa0893f43e4613a01e26bcf7a7ea
MD5sum: 2e6d4bc3dfefb124d954343396cd77d4
Description: PL/sh procedural language for PostgreSQL 12
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in a shell of his choice.  You need this package
 if you have any PostgreSQL 12 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-08-30 15:07:14+00

Package: postgresql-12-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20200522-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-12-plsh (= 1.20200522-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-12-plsh-dbgsym_1.20200522-3.pgdg+1_arm64.deb
Size: 40376
SHA256: 3c5addb52bcd40f87f29639475359a920fcea1e456b544b51e0aa959489d0e6b
SHA1: 2d2525cd9ba0018ebae9c1d4fb07bd6fbc72b9cf
MD5sum: 1c7444c1d77ef1cab79f614f15849bee
Description: debug symbols for postgresql-12-plsh
Build-Ids: a95ea50ddc84130f5a98bea633d7fee51c643e0d
Timestamp: 2021-08-30 15:07:14+00

Package: postgresql-13-pglogical
Source: pglogical
Version: 2.3.3-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1187
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-13
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-13-pglogical_2.3.3-4.pgdg+1_arm64.deb
Size: 441872
SHA256: eac83c2bdec396f5453cba5c77351af46c4ad4d3a5562008269cec722d1d5c77
SHA1: a4490abd9b56343ddfe90ed7f743b9ca7dab6977
MD5sum: 10e80cef634ac5dbcd69c831145ce27d
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2021-08-30 15:07:14+00

Package: postgresql-13-pglogical-dbgsym
Source: pglogical
Version: 2.3.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 428
Depends: postgresql-13-pglogical (= 2.3.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-13-pglogical-dbgsym_2.3.3-4.pgdg+1_arm64.deb
Size: 362024
SHA256: 4dccba1e73339bf9cf8f1666db0cab073419c199560bfd4c28d4a4f7cbe0e3b1
SHA1: 457f1547bdf37104e183f77968c0097b3a1a768d
MD5sum: ddaa9ed1b12111cdd4232339198bd612
Description: debug symbols for postgresql-13-pglogical
Build-Ids: 1009c6a8a993913a6f1ff77fa74f7184b23a59a6 65c877cb12e6516258cf54bb13f299b81305ba66 8c4f7176f8e6231254e995a08a9d3cbbcb70edf7
Timestamp: 2021-08-30 15:07:14+00

Package: postgresql-13-plsh
Source: postgresql-plsh
Version: 1.20200522-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: libc6 (>= 2.17), postgresql-13
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-13-plsh_1.20200522-3.pgdg+1_arm64.deb
Size: 32336
SHA256: e2748a9930641fc4e7fa5cd6b50664c86716053048c1d9fe73df7bfb6efee4cd
SHA1: 951b454162eae08f3461cc52f2768d99046a16c5
MD5sum: f1324382cf69c6d21fcb4334c61cb1e0
Description: PL/sh procedural language for PostgreSQL 13
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in a shell of his choice.  You need this package
 if you have any PostgreSQL 13 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-08-30 15:07:14+00

Package: postgresql-13-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20200522-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-13-plsh (= 1.20200522-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-13-plsh-dbgsym_1.20200522-3.pgdg+1_arm64.deb
Size: 43280
SHA256: 70474b0f53233fcbf24eaa4077da1ae1dc9f6c8e87918119aa882e3660507ae8
SHA1: 334f26a5b3a3f6df10b6d975a3bcd129babccff5
MD5sum: e9a07b1ca3c097e2631d181359c63224
Description: debug symbols for postgresql-13-plsh
Build-Ids: 0ee3cc2cccdc0598ebe2d0019995b46390d5a9df
Timestamp: 2021-08-30 15:07:14+00

Package: postgresql-14-plsh
Source: postgresql-plsh
Version: 1.20200522-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: libc6 (>= 2.17), postgresql-14
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-14-plsh_1.20200522-3.pgdg+1_arm64.deb
Size: 33884
SHA256: 403833d0456bee3f356396005ee8c89bd5dfcc9a88a2c3e3c295ccca638837eb
SHA1: b2ef8aae4afa8bc0e6d61401336e0ad13b4e8f28
MD5sum: b3232946f84f35a5315e1c4bbc1c8446
Description: PL/sh procedural language for PostgreSQL 14
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in a shell of his choice.  You need this package
 if you have any PostgreSQL 14 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-08-30 15:07:14+00

Package: postgresql-14-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20200522-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-14-plsh (= 1.20200522-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-14-plsh-dbgsym_1.20200522-3.pgdg+1_arm64.deb
Size: 44904
SHA256: 6788e0c76d235eed8afab0538cc6dbf6b7162206489513f987bd1d1436035b13
SHA1: e2ab25a042180f9cf9230e1a2a031d31cf927817
MD5sum: 728ae96451739e56b817b520ee8f0930
Description: debug symbols for postgresql-14-plsh
Build-Ids: 8088ef6c6800283d0c5b472a72c2533b8c12bfa7
Timestamp: 2021-08-30 15:07:14+00

Package: postgresql-9.6-pglogical
Source: pglogical
Version: 2.3.3-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 465
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-9.6
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-9.6-pglogical_2.3.3-4.pgdg+1_arm64.deb
Size: 109004
SHA256: 5295297097329a5e050f45382a6b674b2551993fdbd05d1b1179efb5fd2725bb
SHA1: 40847a54386b335c2de68af5f9c0cc593e300d78
MD5sum: 2003688c5e8341f6e7eb7155675d36af
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2021-08-30 15:07:14+00

Package: postgresql-9.6-pglogical-dbgsym
Source: pglogical
Version: 2.3.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 391
Depends: postgresql-9.6-pglogical (= 2.3.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-9.6-pglogical-dbgsym_2.3.3-4.pgdg+1_arm64.deb
Size: 327688
SHA256: c8c83709975a67258d1a6c902f97303787e6caea7197ddc2658f3ea1c2682b3b
SHA1: c2c170b2f5da8be4e837dd59d26d6d86ba4bd499
MD5sum: 84eaccce41aa890255087b74bcc76abb
Description: debug symbols for postgresql-9.6-pglogical
Build-Ids: 1d69911c8b1c9ea97f2d3450ab91c77ab848287e 390a65c886cbaa5f9c39f723eede67ec38488706 501875a39f61a291a08f74b6a8d088415d4e80ba
Timestamp: 2021-08-30 15:07:14+00

Package: postgresql-9.6-plsh
Source: postgresql-plsh
Version: 1.20200522-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-9.6-plsh_1.20200522-3.pgdg+1_arm64.deb
Size: 12888
SHA256: 0326a032a80d8a426f4b0254ee03e6c9850aeeaece0951b282d00f9bdb540aeb
SHA1: cab6978c35841015288961e258977cd1465110bd
MD5sum: 3537f8542f50e47ccbe93276d278301d
Description: PL/sh procedural language for PostgreSQL 9.6
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in a shell of his choice.  You need this package
 if you have any PostgreSQL 9.6 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-08-30 15:07:14+00

Package: postgresql-9.6-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20200522-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-9.6-plsh (= 1.20200522-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-9.6-plsh-dbgsym_1.20200522-3.pgdg+1_arm64.deb
Size: 26752
SHA256: 975eda3066f550b373838d89d82b446086af5bd84578a66e196f7beadb33ab9c
SHA1: 74a38434ee5b6eaaa1dabc14602cfd51f0dc8824
MD5sum: 6aa7164a27a1a56680e1fb9a1099319c
Description: debug symbols for postgresql-9.6-plsh
Build-Ids: ae181f0d0a45a9bc68432302770bc62b6e380a46
Timestamp: 2021-08-30 15:07:14+00

Package: pspg
Version: 5.3.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 288
Depends: libc6 (>= 2.17), libncursesw6 (>= 6), libpq5 (>= 9.0~), libreadline8 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_5.3.4-1.pgdg+1_arm64.deb
Size: 112476
SHA256: 4bd0bf7a665fafab48ec7535c99f057c61d800a50b1839f54699d9b034ef7c0f
SHA1: 4009032098426e2addf19ac0badcfe5fa5828065
MD5sum: cf0c51753e0c47637f184cd0ad415232
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2021-08-30 15:07:14+00

Package: pspg-dbgsym
Source: pspg
Version: 5.3.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 371
Depends: pspg (= 5.3.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_5.3.4-1.pgdg+1_arm64.deb
Size: 342076
SHA256: 6da0cd21774aef364d01f0c2382a12e2bce540056d0e961b99787e83b4781683
SHA1: 3ded5aa99dae404fa7ff48d96fdf97ca4da4cc28
MD5sum: 2776e8a0f53824d34399640291a70d67
Description: debug symbols for pspg
Build-Ids: abe169e4e9aecc58a83ca880a2b4354af4b15f45
Timestamp: 2021-08-30 15:07:14+00

Package: patroni
Version: 2.1.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 803
Depends: python3-cdiff, python3-click (>= 4.1), python3-dateutil, python3-pkg-resources, python3-prettytable (>= 0.7), python3-psutil, python3-six (>= 1.7), python3-urllib3, python3-yaml, python3:any (>= 3.5~), lsb-base (>= 3.0-6), python3-psycopg2, python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_2.1.1-1.pgdg+1_all.deb
Size: 158396
SHA256: 78f88e0e72b14d9f3dc628b549867ef50731e086db298540800d2fb50c1b7f36
SHA1: 0ab7cca253fd0d2cc86e8b8b692c6bcfa79b89a6
MD5sum: 45294015f9f006b7982f9ccf14f42181
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2021-09-02 15:28:55+00

Package: patroni-doc
Source: patroni
Version: 2.1.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 897
Depends: libjs-sphinxdoc (>= 2.4.3-5~), sphinx-rtd-theme-common (>= 0.5.1+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_2.1.1-1.pgdg+1_all.deb
Size: 122240
SHA256: 74bee17a7839b178a655e9d4afc9e0eaad4e9864248497d2d78b5f9f330c2499
SHA1: bd2956f9d7b0847b4efb98eb4825bdc0a1453781
MD5sum: 7148d312606983d1c73af0fbbbaceb5d
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2021-09-02 15:28:55+00

Package: librdkit1
Source: rdkit (202009.5-1.pgdg+1)
Version: 202009.5-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 14284
Depends: libboost-iostreams1.74.0 (>= 1.74.0), libboost-python1.74.0 (>= 1.74.0), libboost-python1.74.0-py39, libboost-serialization1.74.0 (>= 1.74.0), libc6 (>= 2.29), libcoordgen2 (>= 2.0.3), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 3.0), libmaeparser1 (>= 1.2.4), libpython3.9 (>= 3.9.1), libstdc++6 (>= 9)
Homepage: http://www.rdkit.org
Priority: optional
Section: libs
Filename: pool/main/r/rdkit/librdkit1_202009.5-1.pgdg+1+b1_arm64.deb
Size: 3038660
SHA256: 532d076d65f525727e4890598cac8a967b8ed4b4828b15f3e6c50c40ff431e61
SHA1: 5d031d8b5dc6418caedfb456f9e6267faf88bca6
MD5sum: c20c9064fa887f1edf8f360d4861475c
Description: Collection of cheminformatics and machine-learning software (shared libraries)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the shared libraries.
Timestamp: 2021-09-05 14:07:40+00

Package: librdkit1-dbgsym
Source: rdkit (202009.5-1.pgdg+1)
Version: 202009.5-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 99281
Depends: librdkit1 (= 202009.5-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/librdkit1-dbgsym_202009.5-1.pgdg+1+b1_arm64.deb
Size: 97221632
SHA256: 15b25f1398b88c5947777ec38a02ed098206e6c66bcffe7b329de907140340bb
SHA1: a8484032005da1ccbc1db9696bb17fcb44a52313
MD5sum: 2093469df6619103a1b5225ca0789540
Description: debug symbols for librdkit1
Build-Ids: 02ced6e61f1e452696c8f92830ab759fb53fd3eb 06e81d31505b62b175bbf50b8487997f837003a1 109eb2aa7374452132a3cf4b54b1ec1f7f4d967b 153233a97e17b52a4e9d9c46f4f99fb5c00b07d4 1f169946e3f2c8acc58043cb8abb89ef40731ade 1f5e87bbb1387f36923af95ab87e381327a154a2 215eaaa09545959f2475cc21b9eb818925fd9901 236e2807d990613cf219644fcc65ccd39c99208e 25d3d2aa578c1904bbb38d7ea31573fe789370db 2645d289152dc9431378ec05ae5faf6e97f007a9 2949f19b11922a038bab875323e901ab99959f88 2a0f646aa459e9ee8eecf1b7ebca1563e8e49593 2c9aaacf4c2fec79586ea12bf14f42517e8401b5 2db96ae45ec7925f48e9a16321fe23dbdd18da46 2f58f6462a967d0e40ec6cac7f4661b5e8345b8b 2f9b207f42d71a9cb1d1782f239c71efd3dee3fb 314dc936399bc17e1cd0c90e0e87aab934ad0c34 3269676a9ccc3a73356308ad423e407eb35b2f1e 360b99d452197e9b03d1cc8b8140fd25376827c6 3ecf0cd6e8df6bb6b28ae370449e421a6e03d181 437a826ed18af97ec2f94d68bf66bf54b361c610 4745a3d3b1a0afdf14803085cb5417632b920a64 49687a81dff8182899ea5772f50b821b3cd2c11b 571b046ce4f0a491b75f057243b738de674cb45d 5c327fc4765ed42dd30d08ef1585555545fb068c 5e7ebfaf8702656c9a74920725b56b412c6c0a0a 6467da4f21c61ef580a2cebff782db2295606d55 65be0c7f84bd45f91c5cab7f73806fee6f61cd30 6909976f89834d3def2ade7e38065759db4028f7 6f4d41a65c1740a464f2a89053bedb78e437ba87 70f52f4332f7f1aadb649724620302edba5d5c5d 7132e02726134a9e2b894c7e9f88a916c7b5630c 85b005595a530d89175b84d11749a967ffa6929c 8b6e73ab9956f3839900bcf290d8ea06e00e2811 9e2b5784686352814bedccc0fa8daf74822ddb71 a1e8805f2134443f88a57b3d5931243ee68d61ed a9635bf3f50a374f673b44fa9c14cf4fbf337b4e ac3505307356b2eb52d71cacb2da5b0de13f1733 bc807caf4fd0d65e3bcec2f424c8d3b3ebcf12f5 c0e48e924d46c45988e3b763157cff2f679f4774 c6d5a8c55bf6085eb60060abe7a06c8b8fb86884 cad1ba93a6db74fa5c7359f74398f5b8761bb7b3 cb65851dd991d6ac58ab690db3d32590dbff29af d518ca4a78c5aa5975cb4a3a441364580d5dd36d d70467230256ea0feec01fcff47e6df2d6259028 d878013f45f3dd424d3028d2841cdf6ea3d078f0 d90359e410d2ff182b4d78eed0e2f4a4dcf7c2dc daaa3abc276c6e1736a000ab5e2322de7b6e1750 eada8d3b4d4203a03b59d5e699e94a4700ebbfea fa897cf2fca679e0a9e5013f992320c1174bd042 faf61b43a6a22ad818e84d91d3aca77397e4aa73 ff36d73105704b8e43faa7fa5b420fcc649b8cf7 ff910bbb0116ef32400faed8aabf3e37cac08fa8
Timestamp: 2021-09-05 14:07:40+00

Package: librdkit-dev
Source: rdkit (202009.5-1.pgdg+1)
Version: 202009.5-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 2075
Depends: librdkit1 (= 202009.5-1.pgdg+1+b1)
Homepage: http://www.rdkit.org
Priority: optional
Section: libdevel
Filename: pool/main/r/rdkit/librdkit-dev_202009.5-1.pgdg+1+b1_arm64.deb
Size: 352420
SHA256: d0c063a344ca0ef36130ea7b46fb13718898cad2b17eb302e445bc52c3ffc170
SHA1: a843ceb3c8334493f27fd14802db00a8ca2aa776
MD5sum: 11f38897a857581e321a71dce857710d
Description: Collection of cheminformatics and machine-learning software (development files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the header files.
Timestamp: 2021-09-05 14:07:40+00

Package: postgis
Version: 3.1.4+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1407
Depends: libc6 (>= 2.29), libgdal28 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libpq5, libproj19 (>= 4.9.0)
Recommends: postgresql-postgis, postgis-doc
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.1.4+dfsg-1.pgdg+1_arm64.deb
Size: 290524
SHA256: 37cf0af5f8927a5bca4a4a3150baa793f7b9de87be9a0d271b416cbe271f0941
SHA1: 3bdce96731ace7ea679cd7cb6b1357d6fb19cc23
MD5sum: d4d6880a13117f747e88d229bc7df018
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2021-09-05 14:07:40+00

Package: postgis-dbgsym
Source: postgis
Version: 3.1.4+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1866
Depends: postgis (= 3.1.4+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.1.4+dfsg-1.pgdg+1_arm64.deb
Size: 1740056
SHA256: 7f922d538c870360c49ea1f4f72e788bff14a00cddea61dd450fee964de9b472
SHA1: b1a27c718a1b8b0ec632411ec831fd0e18357e44
MD5sum: dca366eacd32bc4823972fe7b7555185
Description: debug symbols for postgis
Build-Ids: 2d0542842bc77e9023a8e5eb69609b3003e48f24 7d9e3db8dd013bbcf4cda6d55d88220391ac3fc4 ea69e1296066b5304103ad9eeaf34e2a178fba57
Timestamp: 2021-09-05 14:07:40+00

Package: postgis-doc
Source: postgis
Version: 3.1.4+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5901
Suggests: postgis
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: doc
Filename: pool/main/p/postgis/postgis-doc_3.1.4+dfsg-1.pgdg+1_all.deb
Size: 2845900
SHA256: f92bfba14d85a2335a232949852de494ba32dfebb128559630528c7680244f53
SHA1: a7edbe7ae44b0e6151c0c7fd784234d214357519
MD5sum: 7587f2a216bfd2dca6799fe723c406e6
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.
Timestamp: 2021-09-05 14:07:40+00

Package: postgresql-10-asn1oid
Source: pgsql-asn1oid
Version: 1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-10-asn1oid_1.4-1.pgdg+1_arm64.deb
Size: 6688
SHA256: 247965b3c20a7cccf8f25fe874187a5a7f4c992500a2b8efb33586bdd13e67a4
SHA1: c1f157b3a7eb3480af3384b8ad90c315b7caf7fe
MD5sum: f08643d2b4e5c98d326b0cac2d9ad9b1
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 10.
Timestamp: 2021-09-05 14:07:40+00

Package: postgresql-10-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-10-asn1oid (= 1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-10-asn1oid-dbgsym_1.4-1.pgdg+1_arm64.deb
Size: 8808
SHA256: 962bdd51d0fe6293dc82893595f9ad138bfffc9ee6b5f273e05eeea88de9d14e
SHA1: 2d162037b622f24231ed55ef2958fe3ed3c47c3c
MD5sum: b29d79c5e0a1328c2fe6e554a2283bf9
Description: debug symbols for postgresql-10-asn1oid
Build-Ids: 15fe0b95a7c7843cdeb8208ec744d4b9cbe2d267
Timestamp: 2021-09-05 14:07:40+00

Package: postgresql-10-postgis-3
Source: postgis
Version: 3.1.4+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3303
Depends: postgresql-10, postgresql-10-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal28 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5.2), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-10-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-10-postgis-3_3.1.4+dfsg-1.pgdg+1_arm64.deb
Size: 788540
SHA256: b42fc250cc7909bb3724d4dfd482cdb1d738ded08ad59b5db66699f54832fdb3
SHA1: cf1268a684354afcd03b25e8ac70426a66685e78
MD5sum: eb7092d97daa8d36c4fd2454dfafef42
Description: Geographic objects support for PostgreSQL 10
 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".
Timestamp: 2021-09-05 14:07:40+00

Package: postgresql-10-postgis-3-dbgsym
Source: postgis
Version: 3.1.4+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4956
Depends: postgresql-10-postgis-3 (= 3.1.4+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-10-postgis-3-dbgsym_3.1.4+dfsg-1.pgdg+1_arm64.deb
Size: 4608992
SHA256: 1c65a563dc9b91628261c059a5372b1618b10f4d14bb8187ce433379c4c97a0c
SHA1: 230cc60a7100ec32c6ac8b4dfda94a951f1eff18
MD5sum: c5fb8de4a37a7f2a87540fa9add40ccc
Description: debug symbols for postgresql-10-postgis-3
Build-Ids: 0fcb91778240e8da22dc78f1b331f097734c5651 5a3e4639d220c5670519813dfe7ddf7d32cb6f5a 5cd557c18212606a5242f59a7e555e90545bf4c3 bc7e60256dcb68a392062aacfb0b2071b79e378e c12f097481cc1e25461ac0baa2b781657ae3137e
Timestamp: 2021-09-05 14:07:40+00

Package: postgresql-10-postgis-3-scripts
Source: postgis
Version: 3.1.4+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26109
Depends: perl:any
Recommends: postgresql-10-postgis-3
Replaces: postgresql-10-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-10-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-10-postgis-3-scripts_3.1.4+dfsg-1.pgdg+1_all.deb
Size: 1077660
SHA256: 8d5bc88c9334d8d31c44c95179d8a0efbd183d2f7fcdbaf09a191337158b7ab5
SHA1: 5ef4473c705feb6cdac795ad8087c7162c3957e3
MD5sum: cffa311872ac75a975f126c87a81dad7
Description: Geographic objects support for PostgreSQL 10 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 10 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2021-09-05 14:07:40+00

Package: postgresql-10-rdkit
Source: rdkit (202009.5-1.pgdg+1)
Version: 202009.5-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 366
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1, libstdc++6 (>= 5.2), postgresql-10
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-10-rdkit_202009.5-1.pgdg+1+b1_arm64.deb
Size: 152432
SHA256: 402af28ca1e903696f09e5918fc503840ab67fe7dfef68572c75afd74875af1d
SHA1: 4746c77501d96d4c5fcdde6b779cfb1c8a663429
MD5sum: 9832b712b0e6f04f3e56a870ae33eaf4
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2021-09-05 14:07:40+00

Package: postgresql-10-rdkit-dbgsym
Source: rdkit (202009.5-1.pgdg+1)
Version: 202009.5-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 774
Depends: postgresql-10-rdkit (= 202009.5-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-10-rdkit-dbgsym_202009.5-1.pgdg+1+b1_arm64.deb
Size: 725204
SHA256: 195b1aa29fe38d9f8ba0fc2abf645e6f9b87ff9eca90778f9cb4db80c4d49bff
SHA1: ab355ac2e27ff79b057159c952940ce1e5def9d6
MD5sum: bea0ee33775b7561d9e6e9232100fadc
Description: debug symbols for postgresql-10-rdkit
Build-Ids: 5313385bf9bac3b4034830255787eb45e9ee541f
Timestamp: 2021-09-05 14:07:40+00

Package: postgresql-11-asn1oid
Source: pgsql-asn1oid
Version: 1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-11-asn1oid_1.4-1.pgdg+1_arm64.deb
Size: 13484
SHA256: ac41dabaaf38fda7947e91df64319f4c923a29758c4fc6d2765116ea47238e58
SHA1: b74fc31b442fd78d40ca92b635261d919002f66d
MD5sum: 2307dc28b4a87a92a0b9ed9bdf0cf901
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 11.
Timestamp: 2021-09-05 14:07:40+00

Package: postgresql-11-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-11-asn1oid (= 1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-11-asn1oid-dbgsym_1.4-1.pgdg+1_arm64.deb
Size: 8804
SHA256: 9af2b12f5007bc9aeccc3070b124020bf87828d106b1662d322121c3fd7a8127
SHA1: e7973e8a1a2c60374a515f42041477ae3bd6d6b0
MD5sum: 228e16b533b8d66faa7be6e4380b521b
Description: debug symbols for postgresql-11-asn1oid
Build-Ids: 3c2f6ea1de3bb65d63dbaec6b83bffdf4e5f4544
Timestamp: 2021-09-05 14:07:40+00

Package: postgresql-11-postgis-3
Source: postgis
Version: 3.1.4+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9757
Depends: postgresql-11, postgresql-11-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal28 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5.2), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-11-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3_3.1.4+dfsg-1.pgdg+1_arm64.deb
Size: 3208588
SHA256: 8e619a515fcd2060296eb9c4c9014dd2df23ab53ab89d3833a9f6a61a074f873
SHA1: d28670041454915c8a79d6edc20e74cca3b03e7d
MD5sum: 587629da851b1a0ea4a600e025852c23
Description: Geographic objects support for PostgreSQL 11
 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".
Timestamp: 2021-09-05 14:07:40+00

Package: postgresql-11-postgis-3-dbgsym
Source: postgis
Version: 3.1.4+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4975
Depends: postgresql-11-postgis-3 (= 3.1.4+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-11-postgis-3-dbgsym_3.1.4+dfsg-1.pgdg+1_arm64.deb
Size: 4618604
SHA256: 5322e0ceb4226197fc51c85dcc5fcfb446dfd352f57bbe4ce48ae3ce6d6f4b93
SHA1: 1b88e9c8984bd5a45051274e531a67cbe5c33c1f
MD5sum: b26a864b618d25f5def9044c185f4915
Description: debug symbols for postgresql-11-postgis-3
Build-Ids: 29a8a65e34ba394b794198611af8ad2bf32349a6 311d7d3832f15bd3bc774bb7d53dc7152622b0f4 bcf3a5fbad1e0317b5a42064d77c1b27a86eceec d92421837ce1f690fa61941dc6ff5f4929c7b368 f38704ca86c4e6ca1efcd30a384a1bb74d73f6dd
Timestamp: 2021-09-05 14:07:40+00

Package: postgresql-11-postgis-3-scripts
Source: postgis
Version: 3.1.4+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26187
Depends: perl:any
Recommends: postgresql-11-postgis-3
Replaces: postgresql-11-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-11-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3-scripts_3.1.4+dfsg-1.pgdg+1_all.deb
Size: 1085620
SHA256: 2760cfe7e0b5d37ecae3670ddfbf651441f11894fc52e85ec597ea511324b338
SHA1: 7cdf81263db1b3317925a21bc4c3cfc4ffe28823
MD5sum: ab2ea11206b51295c4a20e597daa3772
Description: Geographic objects support for PostgreSQL 11 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 11 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2021-09-05 14:07:40+00

Package: postgresql-11-rdkit
Source: rdkit (202009.5-1.pgdg+1)
Version: 202009.5-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 827
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1, libstdc++6 (>= 5.2), postgresql-11
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-11-rdkit_202009.5-1.pgdg+1+b1_arm64.deb
Size: 347836
SHA256: f28443533dc42917bb458d64646627be2dc63ea5e7be95dd410de0d2f1e036ad
SHA1: e071340d19b050116656d55089024d790c2c4b72
MD5sum: 74950547c33ef2a45d88244f5901acd6
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2021-09-05 14:07:40+00

Package: postgresql-11-rdkit-dbgsym
Source: rdkit (202009.5-1.pgdg+1)
Version: 202009.5-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 774
Depends: postgresql-11-rdkit (= 202009.5-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-11-rdkit-dbgsym_202009.5-1.pgdg+1+b1_arm64.deb
Size: 725712
SHA256: caee707965c95df25c5cbcb91096058a651b87bd970151338f0cbf828f746a1a
SHA1: 948a2e407ddfaa9a738a75efb4293e482f12f19b
MD5sum: 16ad3a33f4de9b00788b0b618e365ccd
Description: debug symbols for postgresql-11-rdkit
Build-Ids: dace9e8ebe07db030e6dfeec42c78872b15bb7e7
Timestamp: 2021-09-05 14:07:40+00

Package: postgresql-12-asn1oid
Source: pgsql-asn1oid
Version: 1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-12-asn1oid_1.4-1.pgdg+1_arm64.deb
Size: 13504
SHA256: 41ec87779705784fe787ac4dd6204c55e7759cd5015455768be5fa66c395913b
SHA1: 528611abdd7ecafa28f8456a08fff6a37cf72d97
MD5sum: a0cb908f7907496cb2203858c1282357
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 12.
Timestamp: 2021-09-05 14:07:40+00

Package: postgresql-12-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-12-asn1oid (= 1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-12-asn1oid-dbgsym_1.4-1.pgdg+1_arm64.deb
Size: 8900
SHA256: e620839f0c4aeb4f41323f1db201aadada9e11995465dad2603eb859c0c18832
SHA1: ab3cf9f42f9c3833eec8b45d416f476314a42f79
MD5sum: d070a5fdc137f8b7d1edd1d0ec6fa034
Description: debug symbols for postgresql-12-asn1oid
Build-Ids: c88ebeb80471b68190883a45ff4ef8e40c477e67
Timestamp: 2021-09-05 14:07:40+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.1.4+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9956
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal28 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5.2), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-12-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.1.4+dfsg-1.pgdg+1_arm64.deb
Size: 3272048
SHA256: 25c8bed712545c75b19172a3f3f2386c15ff79f000d8b22ce327ab492c9a9920
SHA1: 4917b164e91f85e48fbf1e9c93c53a5ef25e538d
MD5sum: 3cb2481ed6a0e1a2eea2b4ffa1eb357d
Description: Geographic objects support for PostgreSQL 12
 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".
Timestamp: 2021-09-05 14:07:40+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis
Version: 3.1.4+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5064
Depends: postgresql-12-postgis-3 (= 3.1.4+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.1.4+dfsg-1.pgdg+1_arm64.deb
Size: 4710184
SHA256: 554ffb79c56cbb7ac9713cfc853ef43f1d790fe40a1e429d84ce1b5e829e4c76
SHA1: a157aab2f18b11e9a1521de75cdd6e1212470caf
MD5sum: eef86a6844e1b8930142b3721437d9ba
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 2341bd6b9e365fbff561e66cab8fc7bfa90dc54e 3260bfb0b1e38a9c0fce86271bb9cc4560ec594f 83ca8e7057b7b5d4ddcd5f4488942b3a3df21692 8ce113a5ed0bf397a223cdb1bbef844fbf5b9f46 abbd61c7f64fead9a198567b4aa6b8772f77ab5f
Timestamp: 2021-09-05 14:07:40+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.1.4+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26191
Depends: perl:any
Recommends: postgresql-12-postgis-3
Replaces: postgresql-12-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-12-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.1.4+dfsg-1.pgdg+1_all.deb
Size: 1085304
SHA256: bae2b8fa4ec171c062941551f8b343db045d490036c74ada81117667c9e00c16
SHA1: 8ff2bb96605d3649676382b9876e16a93df1eda9
MD5sum: 197a86c66e111c02af760b2c412f1e40
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2021-09-05 14:07:40+00

Package: postgresql-12-rdkit
Source: rdkit (202009.5-1.pgdg+1)
Version: 202009.5-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 828
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1, libstdc++6 (>= 5.2), postgresql-12
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-12-rdkit_202009.5-1.pgdg+1+b1_arm64.deb
Size: 349484
SHA256: c24835d071acb35ada74f3f74f9e50330923c61da972a0d79721fc55df6993b7
SHA1: af9891496e20e3a020c8ec6cca77b3edc0c6ba3d
MD5sum: 8e0f89cc96774360defd5283ef87684c
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2021-09-05 14:07:40+00

Package: postgresql-12-rdkit-dbgsym
Source: rdkit (202009.5-1.pgdg+1)
Version: 202009.5-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 776
Depends: postgresql-12-rdkit (= 202009.5-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-12-rdkit-dbgsym_202009.5-1.pgdg+1+b1_arm64.deb
Size: 727756
SHA256: aeb62918ae023a33821427607eb14496f799b55e3d4c75673fde7bfa926a65f5
SHA1: 389b4840834dfe2166f8a889b95a1d66438aae02
MD5sum: 157dae3c55dac44c7a6c6c4b14944a18
Description: debug symbols for postgresql-12-rdkit
Build-Ids: 9260121af3b0e956bce947ec5a7e6d9423434316
Timestamp: 2021-09-05 14:07:40+00

Package: postgresql-13-asn1oid
Source: pgsql-asn1oid
Version: 1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: libc6 (>= 2.17), postgresql-13
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-13-asn1oid_1.4-1.pgdg+1_arm64.deb
Size: 13400
SHA256: d2f8ef441b5a9e7ba68b606c4f13386dd4c0b25b6e77d32653091a40e51a8888
SHA1: bb8d50da27bbe599ea6a08fb16aeac8f210c1b65
MD5sum: 682cda06a6da19f7d658e2a96fd8dcac
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 13.
Timestamp: 2021-09-05 14:07:40+00

Package: postgresql-13-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-13-asn1oid (= 1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-13-asn1oid-dbgsym_1.4-1.pgdg+1_arm64.deb
Size: 8800
SHA256: 03c4eaf81767940237d141cb0b8f206330a134fdbc273b497a3d4ee772f9000b
SHA1: d5cd0671de0ee42684cb0bce0df586e47336c2d8
MD5sum: 07a1d958c87bad6afd30f315460c7439
Description: debug symbols for postgresql-13-asn1oid
Build-Ids: 9882579412613cd1ad0869547ac3278a927180c5
Timestamp: 2021-09-05 14:07:40+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.1.4+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9843
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal28 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5.2), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-13-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.1.4+dfsg-1.pgdg+1_arm64.deb
Size: 3260136
SHA256: 14f0977fc0c540bf527dc3a2ed00be84fe3438c13cc0da1dfa8e8486d07058d1
SHA1: 61c4aed671e16f529ed23a8a92b8428298674df6
MD5sum: 7563fc33713e87e2c66f540e6e176def
Description: Geographic objects support for PostgreSQL 13
 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".
Timestamp: 2021-09-05 14:07:40+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis
Version: 3.1.4+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5055
Depends: postgresql-13-postgis-3 (= 3.1.4+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.1.4+dfsg-1.pgdg+1_arm64.deb
Size: 4703536
SHA256: f0b623e453d515d52b3cde885bce100aec54d134bea001c32c797ed024c4a989
SHA1: a444290f919ac94e5fba7482fb1899b77e279b66
MD5sum: 26ebf457e01eee24d4260dbcefa1c530
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 1b5242806932fe86634bbb913f09713cd5ecaec7 6d9ce3175b254f9ca3cdf41a702dc6ef711bec1f 8ea1a60558921222b8b5ce7438f8a88e41931503 da114bf7cfd6024ed3270bc9b8b0cafe0a22d79f fa7f4a7f63b85f188277174369c13c644cd5a0e0
Timestamp: 2021-09-05 14:07:40+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.1.4+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26191
Depends: perl:any
Recommends: postgresql-13-postgis-3
Replaces: postgresql-13-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-13-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.1.4+dfsg-1.pgdg+1_all.deb
Size: 1085732
SHA256: ee0e6ec01d0318db9a0de9b73721e67fa629ab974289248fd2a8398c657af8d9
SHA1: 9f5eaff38857d5301415b5a41f1a25084f71214f
MD5sum: 5da24c77d249ce93aee3543757d93fcd
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2021-09-05 14:07:40+00

Package: postgresql-13-rdkit
Source: rdkit (202009.5-1.pgdg+1)
Version: 202009.5-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 812
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1, libstdc++6 (>= 5.2), postgresql-13
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-13-rdkit_202009.5-1.pgdg+1+b1_arm64.deb
Size: 341848
SHA256: bffbb73ecb8d2d54a2784e53a992402cc017fc12e45893e3fda16f8ff9c01810
SHA1: 80caaaebb830619ed53b9ae34d66fa7251227716
MD5sum: bca0912a95ac0cb85603e4a62f1732f3
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2021-09-05 14:07:40+00

Package: postgresql-13-rdkit-dbgsym
Source: rdkit (202009.5-1.pgdg+1)
Version: 202009.5-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 774
Depends: postgresql-13-rdkit (= 202009.5-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-13-rdkit-dbgsym_202009.5-1.pgdg+1+b1_arm64.deb
Size: 725424
SHA256: 36d37ab7af64d6fe59db9825d6a8a2841ce667f324575b8354fdddd3cddb9d3a
SHA1: 661dd2d06d6ccdea8306b7fb96f8577bfac44a32
MD5sum: 222dc2ab671402818a2db47ad1d44eea
Description: debug symbols for postgresql-13-rdkit
Build-Ids: 8691f9b37d7a85006d66b5365cf5636d00e46318
Timestamp: 2021-09-05 14:07:40+00

Package: postgresql-14-asn1oid
Source: pgsql-asn1oid
Version: 1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: libc6 (>= 2.17), postgresql-14
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-14-asn1oid_1.4-1.pgdg+1_arm64.deb
Size: 13960
SHA256: e43e1509b819cd969ba9c06d6fb5f0dd8c9e75c5b11ad9f67c039fc81aef732d
SHA1: 79c2ae51604ef906cfbd24c15dc5918984dcb767
MD5sum: 6d60d85caef812e04fd2c3762f5d49cf
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 14.
Timestamp: 2021-09-05 14:07:40+00

Package: postgresql-14-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-14-asn1oid (= 1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-14-asn1oid-dbgsym_1.4-1.pgdg+1_arm64.deb
Size: 8916
SHA256: b94d643468b76b8f7b4d25ee1788e41d215be3b843626e34db7aa214e58b17e1
SHA1: 3ca0ad4dd94f4f6c0e877f134980ea3a926aaea4
MD5sum: 5c137488eb44d6cad1951e9c6a8e950a
Description: debug symbols for postgresql-14-asn1oid
Build-Ids: 4f06fcf1a6ff8b9d80830b799112e9705b007711
Timestamp: 2021-09-05 14:07:40+00

Package: postgresql-9.6-asn1oid
Source: pgsql-asn1oid
Version: 1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-9.6-asn1oid_1.4-1.pgdg+1_arm64.deb
Size: 6700
SHA256: f1c87b7eb30bf51c4f6788b14ae9792787f43ad59e28f2e247a34ec5395c9517
SHA1: 934c5ed04de03c19c1b79cd876a6dfe276f9d150
MD5sum: 8a0a4bd6546dbadb862ee7d220cf8347
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.6.
Timestamp: 2021-09-05 14:07:40+00

Package: postgresql-9.6-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-9.6-asn1oid (= 1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-9.6-asn1oid-dbgsym_1.4-1.pgdg+1_arm64.deb
Size: 8812
SHA256: a3bb6096702ccdf8de51842a546a9cd2e387c731a5746fae6934a335cfda09e7
SHA1: df4d59688d4b51e1002752e211dde5afa0b7d9b1
MD5sum: b97b8347d3f0ed33b0679811c9cef682
Description: debug symbols for postgresql-9.6-asn1oid
Build-Ids: ad3c7b55e80e80864ec352750d5e8ab673058e0f
Timestamp: 2021-09-05 14:07:40+00

Package: postgresql-9.6-postgis-3
Source: postgis
Version: 3.1.4+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3307
Depends: postgresql-9.6, postgresql-9.6-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal28 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5.2), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-9.6-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-9.6-postgis-3_3.1.4+dfsg-1.pgdg+1_arm64.deb
Size: 790060
SHA256: 6cad33b8ba661e758f1f11fa5bc64e54937459dfaa4028c7a50508c05ce42e31
SHA1: f4a3f07a344eec9c2468832e5af898f337fe88fb
MD5sum: 0e2378482ab76ee3a878b0eba3412e16
Description: Geographic objects support for PostgreSQL 9.6
 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".
Timestamp: 2021-09-05 14:07:40+00

Package: postgresql-9.6-postgis-3-dbgsym
Source: postgis
Version: 3.1.4+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4882
Depends: postgresql-9.6-postgis-3 (= 3.1.4+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-9.6-postgis-3-dbgsym_3.1.4+dfsg-1.pgdg+1_arm64.deb
Size: 4529464
SHA256: 9061eed23374e3fcbe47996584e69a1ae9fe6810f2ccd54574fcfa7ac7967112
SHA1: 5b2638a4502d3fb838a20e67cc6b4cc404422776
MD5sum: 22f19a6aec00c7a6d65d4a2f22b74b5a
Description: debug symbols for postgresql-9.6-postgis-3
Build-Ids: 2c1f3368d3c688c392caf88274a61f17233cd52f 5e6d217e9a0b707e45695c5fae3290dccbe29f45 62b223a2d604885c4d47a203c7145b8af4622a2e 62eb9e4fa7bfc61847cf6a13d40957b40f008fcd af2316cb5d7dd7bfdf772b0cc064cfae5fa82a4a
Timestamp: 2021-09-05 14:07:40+00

Package: postgresql-9.6-postgis-3-scripts
Source: postgis
Version: 3.1.4+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26109
Depends: perl:any
Recommends: postgresql-9.6-postgis-3
Replaces: postgresql-9.6-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-9.6-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-9.6-postgis-3-scripts_3.1.4+dfsg-1.pgdg+1_all.deb
Size: 1077668
SHA256: d3be618369059029b609d891ed1d56ee801029e05c1fa54148e7bb47c5168b00
SHA1: 31a9f08978d258db7abdc40a03bf2419dfe53bd4
MD5sum: 0a5889eb36e80231c1022e3005e295f6
Description: Geographic objects support for PostgreSQL 9.6 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 9.6 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2021-09-05 14:07:40+00

Package: postgresql-9.6-rdkit
Source: rdkit (202009.5-1.pgdg+1)
Version: 202009.5-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 366
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1, libstdc++6 (>= 5.2), postgresql-9.6
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-9.6-rdkit_202009.5-1.pgdg+1+b1_arm64.deb
Size: 152516
SHA256: a61cc67df6e8796f7f2cfd0d4dab35163bee07d23332aff0b7426ff3f6aeaf2a
SHA1: 89c9061323e98f985f80c92e4851f6f318c2254e
MD5sum: ca3dd99428ef926b79585637ee0b31d2
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2021-09-05 14:07:40+00

Package: postgresql-9.6-rdkit-dbgsym
Source: rdkit (202009.5-1.pgdg+1)
Version: 202009.5-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 771
Depends: postgresql-9.6-rdkit (= 202009.5-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-9.6-rdkit-dbgsym_202009.5-1.pgdg+1+b1_arm64.deb
Size: 721756
SHA256: 61026d68313e1c76f24939e842136740c298921e3d74ac969b8b78d53d52b427
SHA1: 14f20294fd236056bde783d9ce1a480eb8576058
MD5sum: bfd73a52800d7f7a408fa20fd49b6448
Description: debug symbols for postgresql-9.6-rdkit
Build-Ids: f859857e8b6226e6ee3fac54eadf2e35844d0aa6
Timestamp: 2021-09-05 14:07:40+00

Package: python3-rdkit
Source: rdkit (202009.5-1.pgdg+1)
Version: 202009.5-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 22485
Depends: fonts-freefont-ttf, rdkit-data, python3 (<< 3.10), python3 (>= 3.9~), python3-numpy (>= 1:1.16.0~rc1), python3-numpy-abi9, python3:any, libboost-python1.74.0 (>= 1.74.0), libboost-python1.74.0-py39, libboost-serialization1.74.0 (>= 1.74.0), libc6 (>= 2.29), libcoordgen2 (>= 2.0.3), libgcc-s1 (>= 3.0), libmaeparser1 (>= 1.2.4), libpython3.9 (>= 3.9.1), librdkit1, libstdc++6 (>= 9)
Suggests: rdkit-doc
Provides: python3.9-rdkit
Homepage: http://www.rdkit.org
Priority: optional
Section: python
Filename: pool/main/r/rdkit/python3-rdkit_202009.5-1.pgdg+1+b1_arm64.deb
Size: 3620284
SHA256: da52d23a0e0463604a75ddb5922e042819caf343bffd1a95df73b5d6568903e8
SHA1: bebd5087ca98ab8f6d905efed25bc608afede6d1
MD5sum: 6a37807cbb2ad899609c2d24ea073b8a
Description: Collection of cheminformatics and machine-learning software
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
Python-Version: 3.9
Timestamp: 2021-09-05 14:07:40+00

Package: python3-rdkit-dbgsym
Source: rdkit (202009.5-1.pgdg+1)
Version: 202009.5-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 74189
Depends: python3-rdkit (= 202009.5-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/python3-rdkit-dbgsym_202009.5-1.pgdg+1+b1_arm64.deb
Size: 66216028
SHA256: aed17d9d2cad0ab5a07f3a52bba80587f478a388dffada1c7c3d4d2047cd5cdf
SHA1: 69a61ab79c7e0935738ab92e0fc23f5f27b946b5
MD5sum: 0fad905a6d18740da0de868d38cc893b
Description: debug symbols for python3-rdkit
Build-Ids: 00242d611a1333b5c1bc22a0883b7281bd2bf1e3 047aae5b9a24f48abebb65db2534937c6f91307a 0ce5b5256d68a21efba97a25209bfab49709db3b 0d892d9780824ffc8081c5bc7fbe5359ab7f03d3 12f4f2efab9f19dad79f27028c3d590d2c5cc6a7 1b4427652e7a9d93173b8f70d38ccaf5e0bc5a43 1f315442d8a33091a794dd0aa98ce93aa4b4a6f0 214ede3f28f43aefe6c84036b2f869e6c6d7771e 2b11b3e17efaf3577cdaa6aca9737f9211a6026c 3631ed6d60c4ec4182c979af4114db9026ef51ea 46197e9e88104dde4957b557dd4ba6f78952318e 46556efe98cf6c71262eb53f8640b92bcbd18dd7 50160869e6997d61f1a5015834e3bcfee57a8227 52293f97b934d480afdfdff3b51e198c906be8dc 55dafda71a2a0883df1e1405940827fa9f4f497b 574076e2f98ead7d006243b598d6739c8e75a28c 5c066bc88081e6550a48a217013eddc01f15a5ba 6b3eec2ea1409a73a020920c589775f456e1a314 6feaac5952e769ff1191da6a127637ef2b3eb3f1 7f0e1830ec27cebab0b3627306d6b25fd58c1f16 801925492410cc4dd24c1b9ac9e39e8262c5c113 831b13b5031853e48ff4342205f27aa5ea3ec2c5 837270730f7e2fab530c78a276f8bd8cbda12bf6 83c131c8542aeab2dadfef3648cee7b87c36be9e 8583b51a3be5b211e2d94a6b328b30636f7e79a4 8641cf0840a1a4d8cfec09ede3ef9ed1e6da9eb9 8ded098ca0188cda744156aea0bf1e27fa44918a 8edf1473fb9dd6399fdbcda11317756b00cf1d76 972009fe11b23e2964bd964a306db5a8936e5ec4 99abf8b851a796beb7cb001b4fbc6d326e327420 aa8dd12890e3cfa45a4bb4fb78b77440b86bb0f4 abcf46d82f3900a2abb2cfcdf7c2623db2815497 aec1605ae8bb2d659f1a9767dff509a414895899 b3fcd675c3307ce84f57725976cc17a00301c094 b4f2b617a079cb7499320ce0f63f0f581b6ef0d6 bd3b278eebd03960d2392e116fdfe7b353fd323a c8d7ff08045fdb1e0aba30480dcc28aa973e904b c9d3ae61a09d7d6c047299e46e8f6a1748a7b792 cb79f1a2381d18ebf77536dd972f58508bc4084d cc415a8f485f218cf63ca0ad13f5b6c3cd1892c4 cc96a399f280774ca88eca4a169aa7b9a311cd88 dce89c82f18287b6e935d5943f6e8c7b9efaab3c e059f9c683d82d81dbdd2a7ff773bfdb74b2975d e29545ae1562b60c25c0056e79a91f1ac30e223d e46f672c90c98d826f14484108fd587b81eb5541 eb2ff069ee894459f155b5b436c7b1b3feed8624 f1590ff10c07ae2b019ac0923fe0446170d61e3a f60e64be21921403adf1e6aae2a684dee61ed9a7 fc43b1b7bc4db9382fb731ffaf8d881c3b30561c
Python-Version: 3.9
Timestamp: 2021-09-05 14:07:40+00

Package: pg-auto-failover-cli
Source: pg-auto-failover
Version: 1.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 881
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), openssl
Recommends: postgresql-10-auto-failover | postgresql-11-auto-failover | postgresql-12-auto-failover | postgresql-13-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/pg-auto-failover-cli_1.6.2-1.pgdg+1_arm64.deb
Size: 370676
SHA256: 3dc4cdb00f71ac43509999e5bfb7f7e3aee056c69aa558565741fce1e2cb12eb
SHA1: 78b7a2ec5645de24e94ba0431ed8d80a86bb6326
MD5sum: 570f80dd1ddf90503fc1d032c7a573c4
Description: Command line interface and service to manage pg auto failover Clusters
 This CLI is used to manage pg_auto_failover installations to provide High
 Availability to Postgres.
Timestamp: 2021-09-09 10:50:45+00

Package: pg-auto-failover-cli-dbgsym
Source: pg-auto-failover
Version: 1.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 575
Depends: pg-auto-failover-cli (= 1.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/pg-auto-failover-cli-dbgsym_1.6.2-1.pgdg+1_arm64.deb
Size: 514728
SHA256: 4fb83edc02e995c8066de6dc6b084c9034d27273ea5a406816e67a5ec9d19e90
SHA1: a3d4b3e06915e28f0828a95ea7a5aa6fc2217a0e
MD5sum: 85de9b3a86705cebb6d2b0a61cc92e27
Description: debug symbols for pg-auto-failover-cli
Build-Ids: 6aa972981cbc439c5e1fa941dcf0a1b7d8b7c519
Timestamp: 2021-09-09 10:50:45+00

Package: pgbadger
Version: 11.6-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1666
Depends: libjson-xs-perl, libtext-csv-xs-perl, perl:any
Multi-Arch: foreign
Homepage: https://dalibo.github.io/pgbadger/
Priority: optional
Section: database
Filename: pool/main/p/pgbadger/pgbadger_11.6-1.pgdg+1_all.deb
Size: 371804
SHA256: 2dc817fdfcbfbd4531f33e618bbcc7ad505d7e11fd99b13480a86df205bd9e23
SHA1: 64bda5811faac4e8fb8033dc9e121891ce4e76b9
MD5sum: 40f18e31e035358fa7497e372f3af92e
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.
Timestamp: 2021-09-09 10:50:45+00

Package: pgxnclient
Version: 1.3.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 161
Depends: ca-certificates, python3-pkg-resources, python3-six, python3:any
Homepage: https://pgxn.github.io/pgxnclient/
Priority: optional
Section: database
Filename: pool/main/p/pgxnclient/pgxnclient_1.3.2-1.pgdg+1_all.deb
Size: 33744
SHA256: 4a5d6b6f6e14cac363553a94922e867cb0d97b417af107635bcdd034bf1bcd3d
SHA1: e2ae63248ea177af1e7a3e5d43ed7cc1fe883071
MD5sum: 8a4fdeb28b93ec32ea703531e7d49bb0
Description: command line client for the PostgreSQL Extension Network
 The PGXN Client is a command line tool designed to interact with the
 PostgreSQL Extension Network at https://pgxn.org/ allowing searching,
 compiling, installing, and removing extensions in PostgreSQL databases.
Timestamp: 2021-09-09 10:50:45+00

Package: postgresql-10-auto-failover
Source: pg-auto-failover
Version: 1.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 276
Depends: libc6 (>= 2.17), libpq5 (>= 8.4~), postgresql-10, pg-auto-failover-cli (= 1.6.2-1.pgdg+1)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-10-auto-failover_1.6.2-1.pgdg+1_arm64.deb
Size: 55476
SHA256: d77db2636f7c466f19ef20d06f71f540bdf7ab7a9011a6669bf9ad2b6bceef27
SHA1: d7da7c2654213a41c49b19f120fe7c4b36c94578
MD5sum: 959d8ce3a18ecedd18ad085bff8f96fd
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2021-09-09 10:50:45+00

Package: postgresql-10-auto-failover-dbgsym
Source: pg-auto-failover
Version: 1.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 152
Depends: postgresql-10-auto-failover (= 1.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-10-auto-failover-dbgsym_1.6.2-1.pgdg+1_arm64.deb
Size: 128764
SHA256: 954d83b5acef228c0b4f8e5f63fce4a14ae3cc251416d6467578765aaf08f2bd
SHA1: 65e3d6e8783fca9364bbaa0748a383685b911da9
MD5sum: 857aa1d76d22793b282699edce48a70c
Description: debug symbols for postgresql-10-auto-failover
Build-Ids: 3677e0d3211f718b57b21f42d8431fa1fcc4c1f8
Timestamp: 2021-09-09 10:50:45+00

Package: postgresql-10-toastinfo
Source: toastinfo
Version: 1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/credativ/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-10-toastinfo_1.4-1.pgdg+1_arm64.deb
Size: 7028
SHA256: 4caed5d71a86d78eaab98eeb0524d6b6d50ddd6e93ae1fa3285cccae73d41a41
SHA1: f8fda0898efdf0f00d2bcf1702d40da53637e89a
MD5sum: 418c2f2022275546d8f7d2faa0c31477
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2021-09-09 10:50:45+00

Package: postgresql-10-toastinfo-dbgsym
Source: toastinfo
Version: 1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24
Depends: postgresql-10-toastinfo (= 1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-10-toastinfo-dbgsym_1.4-1.pgdg+1_arm64.deb
Size: 10640
SHA256: cd04c362c7e1a50290cd02f023b88df6445c9118a78a27305ed2d806dab257e1
SHA1: 611ff551da0aa5cb2da06e6609dfd1db73d4efa4
MD5sum: 9fde69d2d96355dd7167f7e5fd107ef8
Description: debug symbols for postgresql-10-toastinfo
Build-Ids: 2c8f793624af83c6a050a9d71fe3aa30ae11a064
Timestamp: 2021-09-09 10:50:45+00

Package: postgresql-11-auto-failover
Source: pg-auto-failover
Version: 1.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1038
Depends: libc6 (>= 2.17), libpq5 (>= 8.4~), postgresql-11, pg-auto-failover-cli (= 1.6.2-1.pgdg+1)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-11-auto-failover_1.6.2-1.pgdg+1_arm64.deb
Size: 360756
SHA256: be7ebef8b03258e4d41e800312ec6d091f432b373bb588f3faea1c7073d8153a
SHA1: 650a3fc405df6936bc9e7938aae5d621d8964e30
MD5sum: 107f1d777b4bda3f1461929d8e50df45
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2021-09-09 10:50:45+00

Package: postgresql-11-auto-failover-dbgsym
Source: pg-auto-failover
Version: 1.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 151
Depends: postgresql-11-auto-failover (= 1.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-11-auto-failover-dbgsym_1.6.2-1.pgdg+1_arm64.deb
Size: 128732
SHA256: 43c2c28c3998bb2aee9ca1ca8f8653acd717a6ac9473e2e3260f1f1e3c2c208f
SHA1: 8b9701861f7f6f34fd08067241f97cef409238ad
MD5sum: e334d2223c9f3ebe37497193c80be6d6
Description: debug symbols for postgresql-11-auto-failover
Build-Ids: 1b46c2870b53db62c2b35fc3696a228c10591eb2
Timestamp: 2021-09-09 10:50:45+00

Package: postgresql-11-toastinfo
Source: toastinfo
Version: 1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/credativ/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-11-toastinfo_1.4-1.pgdg+1_arm64.deb
Size: 12956
SHA256: 7ee6e42dd61fd29c11384e398f20217240737cc621135f2360bda87147207ecb
SHA1: 16c524f764b4ac1817ee488c1d6d9aabdf26741f
MD5sum: 1489bd08b959e4f289208df82c884fb9
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2021-09-09 10:50:45+00

Package: postgresql-11-toastinfo-dbgsym
Source: toastinfo
Version: 1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24
Depends: postgresql-11-toastinfo (= 1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-11-toastinfo-dbgsym_1.4-1.pgdg+1_arm64.deb
Size: 10736
SHA256: 3f8ca1b333ffad9c3fe126caa63baded0f3c29063970238e1a44833f7b6fc086
SHA1: 839eb1b69037157d224d362ced5d6350845bb6d9
MD5sum: ef2cc375f59d384099982b12ff5238a5
Description: debug symbols for postgresql-11-toastinfo
Build-Ids: 7486d9aa15461ef39b933408ea4c6df45dde5874
Timestamp: 2021-09-09 10:50:45+00

Package: postgresql-12-auto-failover
Source: pg-auto-failover
Version: 1.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1095
Depends: libc6 (>= 2.17), libpq5 (>= 8.4~), postgresql-12, pg-auto-failover-cli (= 1.6.2-1.pgdg+1)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-12-auto-failover_1.6.2-1.pgdg+1_arm64.deb
Size: 385304
SHA256: 0fe299e59908176861d66956bd15291336c853c7df063ca93e29d81fb51c43d6
SHA1: 1e7eb2e8d5a3ace54b1e939722e48f99ba99a75a
MD5sum: ea370a7c3ee520cf25221ea202ae0ecd
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2021-09-09 10:50:45+00

Package: postgresql-12-auto-failover-dbgsym
Source: pg-auto-failover
Version: 1.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 160
Depends: postgresql-12-auto-failover (= 1.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-12-auto-failover-dbgsym_1.6.2-1.pgdg+1_arm64.deb
Size: 137148
SHA256: 5368b845d53045940ef0fcb46fac15b7f9c8c456979f6a03523483200faafa93
SHA1: 1699becfc53d2b578c6927d596fce715cfb1824c
MD5sum: 4ca463dc203055d7223afdda5f0d05ca
Description: debug symbols for postgresql-12-auto-failover
Build-Ids: f8c1bd3ef02c961fde31601b209b2b94b7097773
Timestamp: 2021-09-09 10:50:45+00

Package: postgresql-12-toastinfo
Source: toastinfo
Version: 1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/credativ/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-12-toastinfo_1.4-1.pgdg+1_arm64.deb
Size: 12984
SHA256: d00061ace9ca79740d39b39cfab71e861f3dbcacbe79c42fef0de69b60bcf159
SHA1: 30f9ed2002fd799d373dd2d90944f28b4e2e4ee5
MD5sum: 18156408cea3f8ebe7ca532a7b7d4694
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2021-09-09 10:50:45+00

Package: postgresql-12-toastinfo-dbgsym
Source: toastinfo
Version: 1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24
Depends: postgresql-12-toastinfo (= 1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-12-toastinfo-dbgsym_1.4-1.pgdg+1_arm64.deb
Size: 10860
SHA256: e5b175f0159670fedd914169c4222107da3e9954312eea6b05e6a2db874937eb
SHA1: c8200fb088c84402fa3445c0807669d9455dc258
MD5sum: 757f7c2bdedfdfcf0c0072e200c80f50
Description: debug symbols for postgresql-12-toastinfo
Build-Ids: ef9beb925d24e995af224242d84f37faab7e952e
Timestamp: 2021-09-09 10:50:45+00

Package: postgresql-13-auto-failover
Source: pg-auto-failover
Version: 1.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1092
Depends: libc6 (>= 2.17), libpq5 (>= 8.4~), postgresql-13, pg-auto-failover-cli (= 1.6.2-1.pgdg+1)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-13-auto-failover_1.6.2-1.pgdg+1_arm64.deb
Size: 384044
SHA256: 550e67b2bb49e1c08743b4b4b12049abd56a952f110f47e4818807e68b0e1cac
SHA1: 21451cc4a356e2a982242a90b70f190c295ed358
MD5sum: 631afed995adc8913c8c60272356c268
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2021-09-09 10:50:45+00

Package: postgresql-13-auto-failover-dbgsym
Source: pg-auto-failover
Version: 1.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 162
Depends: postgresql-13-auto-failover (= 1.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-13-auto-failover-dbgsym_1.6.2-1.pgdg+1_arm64.deb
Size: 139284
SHA256: acdf8790bae31fcb708267807b3f05bf5544789f9537d4bfe4e473139d8fea84
SHA1: d461685af416a1460a217eaee0cdf84fc4ce24e9
MD5sum: 99afb90e84a5001e814f95b50bea7475
Description: debug symbols for postgresql-13-auto-failover
Build-Ids: f4476379ed5685deb10f731f6c79ed3869484275
Timestamp: 2021-09-09 10:50:45+00

Package: postgresql-13-toastinfo
Source: toastinfo
Version: 1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-13
Homepage: https://github.com/credativ/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-13-toastinfo_1.4-1.pgdg+1_arm64.deb
Size: 12928
SHA256: f1714d9680d5487e0863ab881abac4473631f983783f484c1df42687263f243b
SHA1: 7c607bd898e4e40c35a61f5661ea532a1cbe41e3
MD5sum: b94a7d622e25eb6224a0779c1d01ab6d
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2021-09-09 10:50:45+00

Package: postgresql-13-toastinfo-dbgsym
Source: toastinfo
Version: 1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24
Depends: postgresql-13-toastinfo (= 1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-13-toastinfo-dbgsym_1.4-1.pgdg+1_arm64.deb
Size: 10860
SHA256: 92d306f6e3770a0e5ccf130acf6392553c2675e386839f0b3eac90834fefb8ea
SHA1: e16600a9562a5f83c525eae62e4eccef81a7ee21
MD5sum: e433293914042c61a7d803e89f49b25a
Description: debug symbols for postgresql-13-toastinfo
Build-Ids: 4a2ce34b5cb290e1fc8f535a29ef1d9cc1606e80
Timestamp: 2021-09-09 10:50:45+00

Package: postgresql-14-auto-failover
Source: pg-auto-failover
Version: 1.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1134
Depends: libc6 (>= 2.17), libpq5 (>= 8.4~), postgresql-14, pg-auto-failover-cli (= 1.6.2-1.pgdg+1)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-14-auto-failover_1.6.2-1.pgdg+1_arm64.deb
Size: 395296
SHA256: 3d591a19edf01ccd524a7f4a70bd70d7cada8b49f7ac9e98ebcfad77f00d3d33
SHA1: 086507dc8c91e3a19a8a98a5dae5ebac5964b6ac
MD5sum: 9277b5723d20f1b55b34919f9f38d7ee
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2021-09-09 10:50:45+00

Package: postgresql-14-auto-failover-dbgsym
Source: pg-auto-failover
Version: 1.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 168
Depends: postgresql-14-auto-failover (= 1.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-14-auto-failover-dbgsym_1.6.2-1.pgdg+1_arm64.deb
Size: 144636
SHA256: f613d7f9d31d910c103c29729e9d9977984959c0915dfb03250937830080626d
SHA1: 82a635b55ce0579c4f92493df48c3c99a7d9f3fd
MD5sum: e4f4b3ed0682de14da010d176430f1d8
Description: debug symbols for postgresql-14-auto-failover
Build-Ids: 3fa9058a4f1aeb1bed331b05ac8de61f1b6adedd
Timestamp: 2021-09-09 10:50:45+00

Package: postgresql-14-pgaudit
Source: pgaudit-1.6
Version: 1.6~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libc6 (>= 2.17), postgresql-14
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-1.6/postgresql-14-pgaudit_1.6~beta2-1.pgdg+1_arm64.deb
Size: 49064
SHA256: 6787b6eeb8bcba6ea5ff56c09dc14c89ed2029645bec0007edd4a6aa58e91696
SHA1: 5014b9c9c13060459a543dbad60076a771bb570a
MD5sum: 97ff474969174db4ec22322a9be5929d
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2021-09-09 10:50:45+00

Package: postgresql-14-pgaudit-dbgsym
Source: pgaudit-1.6
Version: 1.6~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-14-pgaudit (= 1.6~beta2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-1.6/postgresql-14-pgaudit-dbgsym_1.6~beta2-1.pgdg+1_arm64.deb
Size: 50108
SHA256: c227bfc478b936d63bdf1cabc0b5605999b2b697cfb2055734f01cbf1f0db0cd
SHA1: d1d64d9a3f97b07f8ada1d0ebc27977d6a5bfa01
MD5sum: e48266e19df9454d3abba70066a25997
Description: debug symbols for postgresql-14-pgaudit
Build-Ids: b6c5be3b6c1948172b82b37bd729ecd4893cfafe
Timestamp: 2021-09-09 10:50:45+00

Package: postgresql-14-toastinfo
Source: toastinfo
Version: 1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-14, libc6 (>= 2.17)
Homepage: https://github.com/credativ/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-14-toastinfo_1.4-1.pgdg+1_arm64.deb
Size: 13920
SHA256: 802507218146487afd863fd357c3f55cc7f5eda68a2a042c0af1f010025c3ccd
SHA1: 6a99f66fb7b7c494eb105fe2f4a0f54f2b06c8bd
MD5sum: 9f79aaa7e50c3d9fd865aca7e92ec6c5
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2021-09-09 10:50:45+00

Package: postgresql-14-toastinfo-dbgsym
Source: toastinfo
Version: 1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-14-toastinfo (= 1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-14-toastinfo-dbgsym_1.4-1.pgdg+1_arm64.deb
Size: 11344
SHA256: ee1b86e044b6cc40e45bdc322e8891958a87b7331a230df19ba4741cab1d4051
SHA1: 3089974584739eb5594892099de8f1ab628a3aaf
MD5sum: be4182c6830058a83ed899938e91dd79
Description: debug symbols for postgresql-14-toastinfo
Build-Ids: 1b8fe786aae0cab3234b96cd776b437534a6571e
Timestamp: 2021-09-09 10:50:45+00

Package: postgresql-9.6-toastinfo
Source: toastinfo
Version: 1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/credativ/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-9.6-toastinfo_1.4-1.pgdg+1_arm64.deb
Size: 7028
SHA256: b7b4c618689c4dd4781477086a419975c5d77facc57dbbdbf3dbe4bd2e3978cf
SHA1: 8bea3e1f71e458a4228a208ceaaa61f18d2795e7
MD5sum: a6c9e9c7de43d508c9bec6105d762c9a
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2021-09-09 10:50:45+00

Package: postgresql-9.6-toastinfo-dbgsym
Source: toastinfo
Version: 1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24
Depends: postgresql-9.6-toastinfo (= 1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-9.6-toastinfo-dbgsym_1.4-1.pgdg+1_arm64.deb
Size: 10584
SHA256: b6009b3a51b18a90b7bb14a29d6c565baeb7d5a61e766cbcf90286b62e0cad2c
SHA1: 4066a148117147493342f8a22be150d39ff5d5eb
MD5sum: c033f23704eabc9ec2777df2c2517681
Description: debug symbols for postgresql-9.6-toastinfo
Build-Ids: 324fb1908539631af6cf3968f94cd74ec7019b64
Timestamp: 2021-09-09 10:50:45+00

Package: check-postgres
Version: 2.25.0-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 760
Depends: postgresql-client, perl:any
Enhances: postgresql
Multi-Arch: foreign
Homepage: http://bucardo.org/wiki/Check_postgres
Priority: optional
Section: database
Filename: pool/main/c/check-postgres/check-postgres_2.25.0-2.pgdg+1_all.deb
Size: 153212
SHA256: eb99381f19e2c930a7c252410604d353be56ce13856894b7485e2be29569c342
SHA1: 3eef0f4f881d899f65315db9fee26f900af45890
MD5sum: 9af66e9735bd70b667e815c5a2c5c851
Description: script for monitoring PostgreSQL databases
 check_postgres is a Perl script that runs many different tests
 against one or more Postgres databases.  It uses the psql program to
 gather the information, and outputs the results in one of three
 formats: Nagios, MRTG, or simple.
Timestamp: 2021-09-10 13:07:30+00

Package: postgresql-10-wal2json
Source: wal2json
Version: 2.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-10-wal2json_2.4-1.pgdg+1_arm64.deb
Size: 17004
SHA256: edb8f076365c80821d1ef84ea7c08ddb949109c24a8fe370eb1bfccd5ccc6c89
SHA1: cb0af1f1f25856f07ff1ca88f10bbda6c432715e
MD5sum: 53fe170f3031bd1de123ce75a25fde09
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2021-09-10 13:07:30+00

Package: postgresql-10-wal2json-dbgsym
Source: wal2json
Version: 2.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-10-wal2json (= 2.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-10-wal2json-dbgsym_2.4-1.pgdg+1_arm64.deb
Size: 51008
SHA256: 37f38baf5c4a91839419fdc7e4ae6b54655137a29e77d1d66f41fa4a1e13c48b
SHA1: a301b8bc4f18ba0c2a20ed2c603fdbecbd18cab5
MD5sum: f0db624101dd21a44f92899957a7407e
Description: debug symbols for postgresql-10-wal2json
Build-Ids: 9ce4551871bf834b7f01d0e788095be2b9968874
Timestamp: 2021-09-10 13:07:30+00

Package: postgresql-11-wal2json
Source: wal2json
Version: 2.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-11-wal2json_2.4-1.pgdg+1_arm64.deb
Size: 59220
SHA256: 79e74bf457c1fa49e5b22a57444b06314dda83f01484f069fb53f5d70482b7fc
SHA1: 87aafc6147007771a3c3735271cb3cf6d4de0735
MD5sum: c828b03e2272dd5e9787bbcfa1b49604
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2021-09-10 13:07:30+00

Package: postgresql-11-wal2json-dbgsym
Source: wal2json
Version: 2.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-11-wal2json (= 2.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-11-wal2json-dbgsym_2.4-1.pgdg+1_arm64.deb
Size: 53536
SHA256: 066be202884b3b928bad26df2f75c4250fea592a12922c9c46eeb4b2f4b61c1e
SHA1: 2b958de83480058387c52a360eb687e2f8962fe2
MD5sum: 303964ad7baac724db6a16982348df30
Description: debug symbols for postgresql-11-wal2json
Build-Ids: f1d3d2629ad0fbede977369a9f48c8b1edb515e0
Timestamp: 2021-09-10 13:07:30+00

Package: postgresql-12-wal2json
Source: wal2json
Version: 2.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-12-wal2json_2.4-1.pgdg+1_arm64.deb
Size: 60888
SHA256: fa21a3b64e46a74b8665ca38fb074eec312d99b714fdc4b3e7c8e965b44bf89d
SHA1: 875012048b31672ed90c9afb2f820bebf6eece62
MD5sum: ec0ef972dbff965d3ed8af84dd5dd046
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2021-09-10 13:07:30+00

Package: postgresql-12-wal2json-dbgsym
Source: wal2json
Version: 2.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-12-wal2json (= 2.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-12-wal2json-dbgsym_2.4-1.pgdg+1_arm64.deb
Size: 57836
SHA256: 92e0f78c26c1351791c29ec96419c72b515f57739c79ce186aeae271694bf666
SHA1: ab369a447b6e2978d682f4fd9f76e5931479e3fc
MD5sum: 6f6cc6bda2d3f7a2e397a9e448159105
Description: debug symbols for postgresql-12-wal2json
Build-Ids: 717a74390f70178dcabda6d1b8b2ec1adb3acea4
Timestamp: 2021-09-10 13:07:30+00

Package: postgresql-13-wal2json
Source: wal2json
Version: 2.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-13-wal2json_2.4-1.pgdg+1_arm64.deb
Size: 60540
SHA256: 7a7f70580ba8af731e9437edd91408e0308ff8cd900634b81d4661d4b263946e
SHA1: 6c56e90272bd06e2e6d6a4589070f9c706581765
MD5sum: 01316a3e051c669da4e23557a07bdf80
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2021-09-10 13:07:30+00

Package: postgresql-13-wal2json-dbgsym
Source: wal2json
Version: 2.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-13-wal2json (= 2.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-13-wal2json-dbgsym_2.4-1.pgdg+1_arm64.deb
Size: 59704
SHA256: 5e55d0af13389904ada788ba721f2dd5c94d0e46fbdde86e2bee3b928b3f32c9
SHA1: f85815f7f8f1e05f63e5073358fa878ed10e5f93
MD5sum: 1eb48975ad9284a70c18696058e27825
Description: debug symbols for postgresql-13-wal2json
Build-Ids: 9b090d7863332a7d85082601ab9d875a4fa658ba
Timestamp: 2021-09-10 13:07:30+00

Package: postgresql-14-wal2json
Source: wal2json
Version: 2.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: postgresql-14, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-14-wal2json_2.4-1.pgdg+1_arm64.deb
Size: 63136
SHA256: f8cd346cb2a57a270e1d248c6b2e6025dc991d27d0db4a7cfeb2f843720694cb
SHA1: c2b24ec8f63dbd11c87567f0dff5d19794ad4d10
MD5sum: e7c808390b59e3537426bcf4573cbd6b
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2021-09-10 13:07:30+00

Package: postgresql-14-wal2json-dbgsym
Source: wal2json
Version: 2.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-14-wal2json (= 2.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-14-wal2json-dbgsym_2.4-1.pgdg+1_arm64.deb
Size: 67692
SHA256: 6136ab428c3eb83484e487f69b202a68c8c5f96a7102ad2b1aa4be8e29130827
SHA1: e4bfe9ced82c56c0b7003ce09aab4fb6004506b7
MD5sum: 6dc72e88e4cfc61c7e2a762c6372e562
Description: debug symbols for postgresql-14-wal2json
Build-Ids: e929e5ab596565bfb5421e86e874827045e94658
Timestamp: 2021-09-10 13:07:30+00

Package: postgresql-9.6-wal2json
Source: wal2json
Version: 2.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-9.6-wal2json_2.4-1.pgdg+1_arm64.deb
Size: 17024
SHA256: 91c090982afc0abb9f81f06d223343c1287ed369e7ac2a9ac8687e1bf31ad440
SHA1: a4edee91fedc8182fdd71061b46d55f1a573ce0c
MD5sum: 53312fb70fa1739c83cbc42bf17db8f5
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2021-09-10 13:07:30+00

Package: postgresql-9.6-wal2json-dbgsym
Source: wal2json
Version: 2.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-9.6-wal2json (= 2.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-9.6-wal2json-dbgsym_2.4-1.pgdg+1_arm64.deb
Size: 50108
SHA256: 0070b49693d9f183fab75b0a5c6f16c0d919ab0df121bde4a608bd191e8b2474
SHA1: 5b7ab3efbbd46762717b46021690371068148234
MD5sum: a6e38431d2e0014e7ff17b2b490afaac
Description: debug symbols for postgresql-9.6-wal2json
Build-Ids: ead095f14e25d12f75c74e3d0e206a1c7d1c1e5f
Timestamp: 2021-09-10 13:07:30+00

Package: libecpg-compat3
Source: postgresql-14
Version: 14~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg-compat3_14~rc1-1.pgdg+1_arm64.deb
Size: 18796
SHA256: 425bf03158455cc9a5d1de7fda5e64222b6dec35b9479518bff3235912ce5e59
SHA1: 776b428c98aff7b1490debed551f7837c7ae3770
MD5sum: 9f2b0a84a64dd058658e893a829a0ce2
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.
Timestamp: 2021-09-23 14:45:46+00

Package: libecpg-compat3-dbgsym
Source: postgresql-14
Version: 14~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 14~rc1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-compat3-dbgsym_14~rc1-1.pgdg+1_arm64.deb
Size: 39120
SHA256: 8e47ed40851a237055282c041e958f851e17c8c3dbfe5dacd9bf9799747d60c5
SHA1: 8b8c62ef6bd742f0ef83f7edc2852594b49ab3ab
MD5sum: cae3b914d4752b3cb27ae5620cd89894
Description: debug symbols for libecpg-compat3
Build-Ids: 24f485e6f265a02ffc9388ec63ed0cdeb35723a9
Timestamp: 2021-09-23 14:45:46+00

Package: libecpg-dev
Source: postgresql-14
Version: 14~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1544
Depends: libecpg-compat3 (= 14~rc1-1.pgdg+1), libecpg6 (= 14~rc1-1.pgdg+1), libpgtypes3 (= 14~rc1-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libecpg-dev_14~rc1-1.pgdg+1_arm64.deb
Size: 268620
SHA256: fb183619aa252b661eadbec56a33b92926b25d9a3d07603af580ee890ee23dc1
SHA1: c57cf806bce76fde805e8fcc1b811a71156541d7
MD5sum: d6edfb52062c5dfabf7eb5e138ef7d3f
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).
Timestamp: 2021-09-23 14:45:46+00

Package: libecpg-dev-dbgsym
Source: postgresql-14
Version: 14~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: libecpg-dev (= 14~rc1-1.pgdg+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-dev-dbgsym_14~rc1-1.pgdg+1_arm64.deb
Size: 224764
SHA256: ab2dde28f0e363436e3e49e81cbd0cf5c10a5ad2f0490b940d28f7e904b814f5
SHA1: 0227dcfd226f48d44b16d8fe16ce91c804c867f4
MD5sum: b50dcb528b4aadb78a292ce38eb6d308
Description: debug symbols for libecpg-dev
Build-Ids: a83ac8dbe1b7ff8efe29aee5db032e499f7e69cf
Timestamp: 2021-09-23 14:45:46+00

Package: libecpg6
Source: postgresql-14
Version: 14~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 222
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg6_14~rc1-1.pgdg+1_arm64.deb
Size: 53204
SHA256: f3a4a3bb8808a12519dd7b5252840c0b82b22a3aeb28b840402e031d65973d3d
SHA1: d2acf5e54f338c68a53eb5307c8e126137324aad
MD5sum: 4bcb85c1849d1754c05b13f459f5698e
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.
Timestamp: 2021-09-23 14:45:46+00

Package: libecpg6-dbgsym
Source: postgresql-14
Version: 14~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 14~rc1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg6-dbgsym_14~rc1-1.pgdg+1_arm64.deb
Size: 112504
SHA256: ce2d5f5cee1ffb4537481d2eb49bbcf65fde8dc2df34c75f8f803349f7bec184
SHA1: a174b36fe16dcf45f377becc943a448a6c00ec96
MD5sum: e0b4f066ff49eb101b3fb6f1173efe19
Description: debug symbols for libecpg6
Build-Ids: 4fdf16b5ed843bb5f92f05a84819d0a0b2be3c53
Timestamp: 2021-09-23 14:45:46+00

Package: libpgtypes3
Source: postgresql-14
Version: 14~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpgtypes3_14~rc1-1.pgdg+1_arm64.deb
Size: 39200
SHA256: 2e0c67cc820c6f5c41063e219afebbec1f06779aae45bd5222482f92af064339
SHA1: c44132897bdb27728ed81c11bfe52764b4c66ed3
MD5sum: 2a498cd86ad61565192264746ea94445
Description: shared library libpgtypes for PostgreSQL 14
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-09-23 14:45:46+00

Package: libpgtypes3-dbgsym
Source: postgresql-14
Version: 14~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 14~rc1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpgtypes3-dbgsym_14~rc1-1.pgdg+1_arm64.deb
Size: 88956
SHA256: 0c61a95206f8ad7ebefb854ebaa77aa45b3c8368850914ceff40e471b5060bc0
SHA1: 0bf55416eeeb9908284dd5692bcf31d4756834e3
MD5sum: 8bf0b3cd5bd10a7b4687c23a2d718f29
Description: debug symbols for libpgtypes3
Build-Ids: 050324cba6b7feb8aafbef6d788a9f9293b1621d
Timestamp: 2021-09-23 14:45:46+00

Package: libpq-dev
Source: postgresql-14
Version: 14~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 568
Depends: libpq5 (= 14~rc1-1.pgdg+1)
Suggests: postgresql-doc-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libpq-dev_14~rc1-1.pgdg+1_arm64.deb
Size: 133188
SHA256: 6d03f05f695a235119cbcbfbe01b12c8b59ed72f5dd61fdbc32f39989febdcf9
SHA1: 5b6d1393c253837ade1897e3ddd3395bfb67a7c7
MD5sum: 2263aef21248be15f3901129b731a4bf
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.
Timestamp: 2021-09-23 14:45:46+00

Package: libpq5
Source: postgresql-14
Version: 14~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 743
Depends: libc6 (>= 2.32), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpq5_14~rc1-1.pgdg+1_arm64.deb
Size: 163528
SHA256: 9a0ffd54b0a4619f1303404a215b3debc8b48c04a3e3b93a2926b0e7913d7fa7
SHA1: 146358be60aaea4f7a55f14a80712b49c9e861b8
MD5sum: aba769fbd4711f6effeef0cf500d9261
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.
Timestamp: 2021-09-23 14:45:46+00

Package: libpq5-dbgsym
Source: postgresql-14
Version: 14~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 301
Depends: libpq5 (= 14~rc1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpq5-dbgsym_14~rc1-1.pgdg+1_arm64.deb
Size: 266784
SHA256: 4fe573503f61467e65c04fab7a4bfa59243d3f5cbec34a7e4572c3540993c652
SHA1: d2e2fb873a5ac1ba7d39d9937f65feb3d975cc86
MD5sum: d2a83630bdbbed5dbe275e3079dd3045
Description: debug symbols for libpq5
Build-Ids: 321c6f50fac844c35b2828c23751f1afd1eb9644
Timestamp: 2021-09-23 14:45:46+00

Package: postgresql-14
Version: 14~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53003
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm11 (>= 1:9~svn298832-1~), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/database
Filename: pool/14/p/postgresql-14/postgresql-14_14~rc1-1.pgdg+1_arm64.deb
Size: 16877196
SHA256: e24b20afbdf25f8aa44e977c1545cbc524bfcf29884805d12e0cf797c2f3cd9a
SHA1: c2eaab03a5e55472dfbe686bd98a73eefbd05716
MD5sum: f9e94f9805e2e6f97ec447b54f518cad
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 14.
Postgresql-Catversion: 202107181
Timestamp: 2021-09-23 14:45:46+00

Package: postgresql-14-dbgsym
Source: postgresql-14
Version: 14~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17797
Depends: postgresql-14 (= 14~rc1-1.pgdg+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/postgresql-14-dbgsym_14~rc1-1.pgdg+1_arm64.deb
Size: 16043128
SHA256: 22f86f68b10b8a79f1e667c18a7fc1e313c5fa01b86470ec33cf9bfcd7d3428f
SHA1: e2c4b4adc32ec3f8149b7ddc97a95f26ac799f75
MD5sum: 3995c6d968136735c10cc8f0d5770955
Description: debug symbols for postgresql-14
Build-Ids: 02375033b4caa5326beb58fe1a26ec19562d00d4 038ed842e7d678fc03c9e3481b9dd6daa10bd19b 0726ac3cd42a90f1438312d96ae293b547ec25a8 1102a39cec25e497c07a9c4e3f68823820cb6116 124e93259f167c8e055dc5a6d63432c4dba1eac5 126a4c3215d6f773d22400d24bef1e96d4924208 137c623d9e5f7589add9b9fcabf0d6e955974799 14219237e9dfe91aa7fc5138707fc4a721ee605c 152281814c5a96f2d3863fa740cf2acd432aa542 17af4a034458a9947826dedbf78c8706e42bc7ec 17e6c7b16eccaea87195edac1a2b99130f59b75b 1e6217e618afc36e09c936bb341093b020b8aa0c 22211374aed0bfb43271d05510e2416b40fef06b 2527ec4c5fc866f6aadd9c5bcb916caff5a5261c 25c3f74b3c6fd166561e4aa145f84e56c37422e0 28bd16156a3bb091d62756eb0945acdd3b1186b4 2927176414b326be46c1a4f017e41248f784836f 2b9d489ead32ff84048309b14803980eff203eca 2bbae4631e976642771bc022073fcf649e9990d5 2c05243bfe3d806f9a4ea550640d6d4aa2bb4fc8 2df71c271d392356af02412269e6e01efe25af18 2fbde37f94f336ca85cc652fe87e35cb79c5acb0 30649fceabb70285d28f8aabb889a3ae441168d9 310216bb91d20b7f357e2493fa51c2fb58b72d31 32d11f60b600f2675e3be77d6c80c7d58134eb7a 3338301ea476b558827dbce657bbe1f4abcef82f 34142895057975790eb107e4a1b3194f3bfc49ef 390942936dc4952c73869bbe8c953ad8ce18ef05 394eaf43eae02bab08cbe154d9e2d07d9010600c 3a73af5062d4bfdd4102efbd9988a35e9dcb2ccc 403b62ebc95f50739e42a88c57f8b712f813b858 415b58d7e90e50e6b1db6afd7fd63066234a4869 4317058df122067ad2fa5628e8e9550e8c5c0d2a 434aec2bbfa697b034f62139e0e79838a45d61ec 458cd2920f86c2520ae752e99df8e9f1a762c0f3 4cb1975de09182cec678f964c3d57dc7794dbc57 4ec9b0ae87470dad0ec72669813cc44c375019eb 509030cdb9fb926e34ce09332d645c4f0791d8d7 53c795fa8c844477d763a6cfe3fb1f785b294e13 5450aa0b1aac453c4731f203e38e70aa5045aa5d 5546af737401a141665fc3c1f22dc0b01d03cad5 5996ba85f23f8ea4af6b042ff792ab53e57c27a9 5a2eb665404212a06604cf5a841a320c63eeaa47 5f4cd1d91b2383a0e051ceaa31f0dd65e0bda4e1 61c8df529a941998052ee8fa90046280dbace5da 62ff33c38214c2d3b9d6cfa39f2a95073eb01780 65f26b249561cc9060d45166246e6ebe2bf19aaf 70f008ada8639dc099a9b375bf056bb21f42f51a 739d477ef6716fe8af4fe75a5ca12e8f522e4707 7694eb63e09054169b8d79a5f830d1d5ace6e373 78474299c2f22d0a4cd08e5ab4f9c20bb09fb6a2 78c8186bdd6bd3de0d4f517dbbefe00df39a7ab3 7a7be5a2ff11f9ea8d4736189932190ed5e7a792 868353df953fe278c52d8bc96bd38ca5b59fbb06 8770c57c4e2505b80ddcfa43962bc33e3078b6ad 9527848a88adf81163dccf4aba68fb0d0d3e1219 9b7f3a03db5e8c82e7bb63a06fbcd2b50a65c5fa 9bb097f56bbaefa53160a7915415f94b39a5e2f8 a2b1d70f2f0f63fd5cdf7e399fbbe28a50aab773 a450cbbd10eec2793cf33ce1743e84c0543301a4 ab60320d64bd4ee9b1dc24dd9aa8991190c23ff5 acf364e161af2679842c2c6154cf01973690d3a4 ad25ad6fa458ef897b3b7b834c52e1f23c68c9f6 b6e5741c60f88485f7bcc8f0f02b8a1e82d10364 b85a05fd9e96174d5296d714dacf32deeb6a8e7e b9eed1bbb6a9b8a2a6ace65a593e5b4255a08c87 ba50ad92f5e59236819b75e9272c9d06618320b5 bca57ba0b29f1c0a5100621470b82b306ed81842 c0165c05423379f3ea11bacfdb5de0e65ec9e896 c46ac23a0fa5adf0f40da755d61666e6951e3f6f c5d4bdd21cf13dd34aae27abc1bd55ea9ed1938e d39a7e4c503e0e1f3f16a2ecb0fad3e53b5c4c00 d88415d915872c01e02569bac4f2a48415af5d2f d973507c6468e98861706eacdeaf9dd4df4c355f dff8272d4100b1bc0d350cb5dfd4d543b25e8890 e1dc519204802fec198acfc461c7eeb764cfb5be e2145d4496b6569976ee9db0ae3d7d70008eb61e e2fab0132c4cadf388deae39075c3e3251ab728e e548e08d1a87ea4433d971a0a6c579bf8ada29da e782bd516a297b0aec99ae31bc1e4cab686031ef e7d1f819ed4d5478d41a845f75e891de62533d27 e9bbcbc848288de2c409262f4bb3e05d78d3f2f7 ee8625fe24d5ec81aa00c66a8c0c40e8b6b4db43 eeded428ea46a35a9c7cc4bd768b6ac72aa56d60 efcb5b220185400a0636b3e63352704dd1697ce2 f42793af3b40eea4f8d889239d759407fd095ee5 f7623d34016ea4d09c23086ed1dc1cb479809ad7 f7a80fc255f5638a926893b23d8585c4adaaa61b f8693d1ea4653f54ff21ee65645bc45ab2907f11 f8f36ae4a1d45849267787c7a52b71a0981d3b91 f9f494cd0e931c5d3a758c2aba494730cc140a87 fdbc79fef300e682e0e2549144ad8cfc6365a580 fe8731a672d36e2e850e6d1de3098b7b5877ad9f
Postgresql-Catversion: 202107181
Timestamp: 2021-09-23 14:45:46+00

Package: postgresql-client-14
Source: postgresql-14
Version: 14~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7242
Depends: libpq5 (>= 14~rc1), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.25), libreadline8 (>= 6.0), libssl1.1 (>= 1.1.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-14, postgresql-doc-14
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/database
Filename: pool/14/p/postgresql-14/postgresql-client-14_14~rc1-1.pgdg+1_arm64.deb
Size: 1576504
SHA256: 18a41fd545e2fd3636ce220ef782659d2af81093b7d2a2f065d77ae01f3d5d0d
SHA1: 7d7b82e3ff3811cc655aabb56d6da9cd8ec9a557
MD5sum: 336b073e74a40d1a16895f57041cb916
Description: front-end programs for PostgreSQL 14
 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 14. If you install
 PostgreSQL 14 on a standalone machine, you need the server package
 postgresql-14, 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.
Timestamp: 2021-09-23 14:45:46+00

Package: postgresql-client-14-dbgsym
Source: postgresql-14
Version: 14~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2646
Depends: postgresql-client-14 (= 14~rc1-1.pgdg+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/postgresql-client-14-dbgsym_14~rc1-1.pgdg+1_arm64.deb
Size: 2176824
SHA256: 260b662fb07d70986800fbf4c62fbd05012c9eb7271799f1b24d53023b769a4c
SHA1: f85329328dce10e96103daff5c07038fec78cc5f
MD5sum: fa5710b03c8b109f97a65c500a01b05a
Description: debug symbols for postgresql-client-14
Build-Ids: 0c0915372bcd4babf8b488861f6c365375de58f6 1a070824803c85a0744ab1adc6d682c89edd5906 1b8a7818ff5d4926398c54462cfda1bb6f66c277 3db7088fe152119c871f5777242760511898113e 42c5dc2ee1c05b3c66bce76f1b920c3689f666ac 43f1ea7f821e3bfe07ef328ad04ce4fbbce98bf7 44ef352772f73ba9d73f1044bbfb6838dc4c9936 45088c6bc05a8060f3daa342febdbebc9c129e32 5a5e9695b397f06e11a4d11896533d2b32042005 5f7925e508dfa1700d57bec0531e7c79369d2cb7 6612e2375779442f7656ffbb752058797ac02e7c 70241e294ed081c8056c1038afdf34aaeadbbf2c 7e5077815a5fdb4b6da28399b496fb523033e2fc 9de58150a6285102dfaf04738b306bfb3c13f389 be0801f557e36a2eb60571b8c2b96e3edf9dd6a3 cb59453be08a696b5589e23a8049bec60003ed72 cf7960913452d9ffa58632850f60d73d2f2d28da e030f34fd25c4acc65a8f24568a2b6c5cf534f20 e366aec0fdfe01a554b0189cb58567a563de420c f771bca6b2f60315ddf805105b267b902e7d373f fe6f76ef451268fb3a54a871a27a52f3c901a042
Timestamp: 2021-09-23 14:45:46+00

Package: postgresql-doc-14
Source: postgresql-14
Version: 14~rc1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15859
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/doc
Filename: pool/14/p/postgresql-14/postgresql-doc-14_14~rc1-1.pgdg+1_all.deb
Size: 1962388
SHA256: 9df32bee3973a005f019ab1dc183dd820d34bb355a0efb15c2bd354a6c3574fe
SHA1: 2eca71e55bd83c2feb1f02d039a7cbecb8f60e12
MD5sum: a9a562d7bc3de8d443a43bdd147a3553
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 14. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-09-23 14:45:46+00

Package: postgresql-plperl-14
Source: postgresql-14
Version: 14~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 349
Depends: perl, postgresql-14 (= 14~rc1-1.pgdg+1), libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/database
Filename: pool/14/p/postgresql-14/postgresql-plperl-14_14~rc1-1.pgdg+1_arm64.deb
Size: 81140
SHA256: 7a6415b8d973df1df9a8e7a463210e72640b9af4617199ca4e6c17fffcdcfb41
SHA1: 690619a3206ba026948152b307ff58bc9029a97c
MD5sum: 366a4d5e402d9ab1af7cf0c1aa0bd5e7
Description: PL/Perl procedural language for PostgreSQL 14
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Perl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-09-23 14:45:46+00

Package: postgresql-plperl-14-dbgsym
Source: postgresql-14
Version: 14~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: postgresql-plperl-14 (= 14~rc1-1.pgdg+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/postgresql-plperl-14-dbgsym_14~rc1-1.pgdg+1_arm64.deb
Size: 156560
SHA256: 89958c82b10de312a5c0701973d97118aa76bc580de1ce32210a0e07af5595c0
SHA1: 3cf782c4dda9f6f758773f7a36014d640c4cb061
MD5sum: 24bfc6b05335d8f3048fbce2739dacd5
Description: debug symbols for postgresql-plperl-14
Build-Ids: 839755e9149c78819d624a76119e478456864d5c b56c48851c84ac1157939810fc2dee9a893b402b ba869615f3870ca3cd05e656f41c9881e6222dd8 de2cab5178e32886db8ef88d72efcc2942efacac
Timestamp: 2021-09-23 14:45:46+00

Package: postgresql-plpython3-14
Source: postgresql-14
Version: 14~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 493
Depends: postgresql-14 (= 14~rc1-1.pgdg+1), libc6 (>= 2.17), libpython3.9 (>= 3.9.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/database
Filename: pool/14/p/postgresql-14/postgresql-plpython3-14_14~rc1-1.pgdg+1_arm64.deb
Size: 103016
SHA256: 41526dcc9e6ed06cc2d5c87de3e3ca3261a7c3626fb01a77fe544d819b7c10ac
SHA1: 77b8017f9f761c6bd9095293ab643302c9158f20
MD5sum: e082a334b071b49cdab2e832c64c99d7
Description: PL/Python 3 procedural language for PostgreSQL 14
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Python 3.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-09-23 14:45:46+00

Package: postgresql-plpython3-14-dbgsym
Source: postgresql-14
Version: 14~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 211
Depends: postgresql-plpython3-14 (= 14~rc1-1.pgdg+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/postgresql-plpython3-14-dbgsym_14~rc1-1.pgdg+1_arm64.deb
Size: 160084
SHA256: aa2ae6a12039831fc39a1b1a2d34dfa7a4e9b75552797c43f39cae517eec70be
SHA1: cb029ea2b234a88f3fb6d5eb760abac745b835fc
MD5sum: 6b4e5e0df554869b358634820ed50289
Description: debug symbols for postgresql-plpython3-14
Build-Ids: 19d62147237fecbc78c0638db2f1d176d37d112f 217f3be24ab5c9311468429b0934290caba51a59 697b084d0539de475d76729ca57f4cda24c89ebe a775721e4bc19d71e163ca712e8d8f4558ce0e1b
Timestamp: 2021-09-23 14:45:46+00

Package: postgresql-pltcl-14
Source: postgresql-14
Version: 14~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-14 (= 14~rc1-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/database
Filename: pool/14/p/postgresql-14/postgresql-pltcl-14_14~rc1-1.pgdg+1_arm64.deb
Size: 35012
SHA256: e36376da97673e63f7e7bc76ee5a545f962d28474fdc9c25799c1e01d72983ed
SHA1: f883f5cd02889e42012d8a0c8dda52198bdb5769
MD5sum: 5dcdccaa98e2c0b5caacc40b9ade3ab0
Description: PL/Tcl procedural language for PostgreSQL 14
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Tcl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-09-23 14:45:46+00

Package: postgresql-pltcl-14-dbgsym
Source: postgresql-14
Version: 14~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-pltcl-14 (= 14~rc1-1.pgdg+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/postgresql-pltcl-14-dbgsym_14~rc1-1.pgdg+1_arm64.deb
Size: 75040
SHA256: 8307bd02920ce534bf02d6284ce7960326c323b6e67ea2bd6a646ccec00f1944
SHA1: 81fa3e4da33f3de5f9d9ac8900a3227a39a4f699
MD5sum: aca623300a79ccf0c9e6a429b27a33c4
Description: debug symbols for postgresql-pltcl-14
Build-Ids: 70138e99876472930959681632604ac3d355875e
Timestamp: 2021-09-23 14:45:46+00

Package: postgresql-server-dev-14
Source: postgresql-14
Version: 14~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6254
Depends: clang-11, libpq-dev (>= 14~~), llvm-11-dev, postgresql-client-14, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/postgresql-server-dev-14_14~rc1-1.pgdg+1_arm64.deb
Size: 1044740
SHA256: 0ad7255a10153de61bfe34b7276c6a9ebe509799d3c6571d3c9a1041e3df22f3
SHA1: 65453e7273337a75c5e91e30faa8c9ce8546e475
MD5sum: 5f652b99b245c5beba17c8b9e1d268b3
Description: development files for PostgreSQL 14 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.
Timestamp: 2021-09-23 14:45:46+00

Package: postgresql-10-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-10-mysql-fdw_2.6.1-1.pgdg+1_arm64.deb
Size: 32304
SHA256: 0b407292021273f60514a2e838e8aa48474197cd1894ca8d02fc2eae3fd92a26
SHA1: caf158ccb21fd98181f6e292dc6415e85c6aa9e7
MD5sum: 2049a1e3eb03eeb303b3ffc8f718de46
Description: Postgres 10 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 10.
Timestamp: 2021-09-28 17:10:44+00

Package: postgresql-10-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-10-mysql-fdw (= 2.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-10-mysql-fdw-dbgsym_2.6.1-1.pgdg+1_arm64.deb
Size: 116968
SHA256: 84cfa1ecfb401f2579b4e074bfb06fbda6f93562242e12f91d25f487acf5e89e
SHA1: e2212ab37b861749827e8f05d46679c5c4aa1b60
MD5sum: 220d58505e3cd89af807db7073ffb6d4
Description: debug symbols for postgresql-10-mysql-fdw
Build-Ids: 9a50f19381c7f243a9167ce60e6c0980e41ffb6f
Timestamp: 2021-09-28 17:10:44+00

Package: postgresql-10-ogr-fdw
Source: pgsql-ogr-fdw (1.1.1-1.pgdg+1)
Version: 1.1.1-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 112
Depends: postgresql-10, libc6 (>= 2.17), libgdal29 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-10-ogr-fdw_1.1.1-1.pgdg+1+b1_arm64.deb
Size: 32580
SHA256: 5625a7b250bf8b338bd0e768856fc7ec22882e179e5474fb05afd237e7cf522c
SHA1: 00949488a8ae1bd1d96d75fe83959142539ad90e
MD5sum: 212d4d480f865e6a5d77fd1a50d5ec86
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2021-09-28 17:10:44+00

Package: postgresql-10-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw (1.1.1-1.pgdg+1)
Version: 1.1.1-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 171
Depends: postgresql-10-ogr-fdw (= 1.1.1-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-10-ogr-fdw-dbgsym_1.1.1-1.pgdg+1+b1_arm64.deb
Size: 142456
SHA256: 5fc4f0dd21ba77dfc63934596d13dbc4973a6ed6ef00a477fb5733b4035b6437
SHA1: c06f2a393f8fe33c981d526c8916b8303a0b7232
MD5sum: 6f479c6c37c2a08096310578edc338b3
Description: debug symbols for postgresql-10-ogr-fdw
Build-Ids: 9ba72bac55cfc742e3373dd9b77845cb2ceca349 cac529d80fcb98137b21f5d5802ad807009fcd3b
Timestamp: 2021-09-28 17:10:44+00

Package: postgresql-11-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 255
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-11-mysql-fdw_2.6.1-1.pgdg+1_arm64.deb
Size: 115096
SHA256: a446e4726631d682907891ba1bfd25310d7ee3a31bb76805eff65334a555659d
SHA1: d0a20eeb68ac102ddce192c4823a7238e94cb60f
MD5sum: 8ad98d0f24971f54b43962d502480734
Description: Postgres 11 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 11.
Timestamp: 2021-09-28 17:10:44+00

Package: postgresql-11-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: postgresql-11-mysql-fdw (= 2.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-11-mysql-fdw-dbgsym_2.6.1-1.pgdg+1_arm64.deb
Size: 118652
SHA256: 5412c2d0cce8c3990eed2effb7d9dde98d253f459670f1269c8ba30fd57f4c16
SHA1: 61081ce774f0beedc3a544c5db074cec440d3b5e
MD5sum: 0f9cb148932270a16618ac81482732ef
Description: debug symbols for postgresql-11-mysql-fdw
Build-Ids: 99b57331c377fc23fc43a5154ba14074421bd032
Timestamp: 2021-09-28 17:10:44+00

Package: postgresql-11-ogr-fdw
Source: pgsql-ogr-fdw (1.1.1-1.pgdg+1)
Version: 1.1.1-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 247
Depends: postgresql-11, libc6 (>= 2.17), libgdal29 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw_1.1.1-1.pgdg+1+b1_arm64.deb
Size: 98392
SHA256: ba5595d00ca4de918bacb7716ecb18972ab32f696030fbe5d82a78745b3960ac
SHA1: 04702adcc846f3307f0f75ae8a6d4e4db3d15fb5
MD5sum: ac00b3307b122826ae0d5b4be8c8be42
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2021-09-28 17:10:44+00

Package: postgresql-11-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw (1.1.1-1.pgdg+1)
Version: 1.1.1-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 173
Depends: postgresql-11-ogr-fdw (= 1.1.1-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw-dbgsym_1.1.1-1.pgdg+1+b1_arm64.deb
Size: 143888
SHA256: e531a36662ebb41136c888a8c3ca300d492b898f16fbcc6248ef8134d5f76e5f
SHA1: ce90f1b4f194ca45dd6dbee942994a458794e6b9
MD5sum: 9ce151396b2524fbe3a9cf6841959b33
Description: debug symbols for postgresql-11-ogr-fdw
Build-Ids: 41b67eb89d61f05a2f4b2e9e6a5891e1bbdcb604 bb901a79acb5cfca640652afa16c8ea45d593f91
Timestamp: 2021-09-28 17:10:44+00

Package: postgresql-12-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-12-mysql-fdw_2.6.1-1.pgdg+1_arm64.deb
Size: 116616
SHA256: e7b84ae5d65839d5e8f91a2cf4559107b72fd8ec983f3466c70b2cf4a58d6a85
SHA1: 700520fe1805cff642c79d4a4392dce316b86ab6
MD5sum: adb624793efcb71b88b541729b5e7e9b
Description: Postgres 12 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 12.
Timestamp: 2021-09-28 17:10:44+00

Package: postgresql-12-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 143
Depends: postgresql-12-mysql-fdw (= 2.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-12-mysql-fdw-dbgsym_2.6.1-1.pgdg+1_arm64.deb
Size: 123876
SHA256: 64afb0edc55876c7a112cb0e328093c4c9aa616a1ac2a9f2c7a832488150ecb1
SHA1: 1825256916de052c1515ddaa0d4af4ee2f9cc324
MD5sum: 9baac1b6017540beec709b5099902abc
Description: debug symbols for postgresql-12-mysql-fdw
Build-Ids: 7d774c7af415b48007a4f91a9d4c319c372778f4
Timestamp: 2021-09-28 17:10:44+00

Package: postgresql-12-ogr-fdw
Source: pgsql-ogr-fdw (1.1.1-1.pgdg+1)
Version: 1.1.1-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 247
Depends: postgresql-12, libc6 (>= 2.17), libgdal29 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw_1.1.1-1.pgdg+1+b1_arm64.deb
Size: 99984
SHA256: 48d8683352af25f9585594474c3958bcceefedd331f37c7eb2a9cf4980d1c95f
SHA1: fd05ef19b5f3d1c5e92b5fdeaee08bc8aee9d5d7
MD5sum: 2a6fa6e106064ede7a902f64e10a6736
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2021-09-28 17:10:44+00

Package: postgresql-12-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw (1.1.1-1.pgdg+1)
Version: 1.1.1-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 180
Depends: postgresql-12-ogr-fdw (= 1.1.1-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw-dbgsym_1.1.1-1.pgdg+1+b1_arm64.deb
Size: 151320
SHA256: 1f8e448249948aea33fe25ad69032c08ba0ed8dc3b7c76cbd791ed4c575e941f
SHA1: afdd674101003fd595eb54dcba5a704611e12d06
MD5sum: 74bb0f76cd653f1a17fcc45487c17cbc
Description: debug symbols for postgresql-12-ogr-fdw
Build-Ids: c7dde85ed4e5bae84d722a827f6c9f11c0367f08 e18a25d06c814a37ef563afd13d185e067cfc8e4
Timestamp: 2021-09-28 17:10:44+00

Package: postgresql-13-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 241
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-13-mysql-fdw_2.6.1-1.pgdg+1_arm64.deb
Size: 111844
SHA256: 4457f75237b22d44d187ff9f0f002e11e515dc1e9132e33dc3f15f6a9a37ed5f
SHA1: 0e8547209d7fd3dddf935f171232eebae01064bb
MD5sum: 2c369cc71df17a704dab29891af7cac2
Description: Postgres 13 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 13.
Timestamp: 2021-09-28 17:10:44+00

Package: postgresql-13-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-13-mysql-fdw (= 2.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-13-mysql-fdw-dbgsym_2.6.1-1.pgdg+1_arm64.deb
Size: 126372
SHA256: 4d75b3a1ecd52342ea28bb7c6dfdca0d5d071362425867a728ddad9962c4ac01
SHA1: 7b42b0a6391a27ed50038f6bdd2c6165327a82c4
MD5sum: 89ab24e47983d5f1cf7da4f14e4ee31a
Description: debug symbols for postgresql-13-mysql-fdw
Build-Ids: 160891351564dc2ff36a12b8f71afa5ab0d4c845
Timestamp: 2021-09-28 17:10:44+00

Package: postgresql-13-ogr-fdw
Source: pgsql-ogr-fdw (1.1.1-1.pgdg+1)
Version: 1.1.1-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 245
Depends: postgresql-13, libc6 (>= 2.17), libgdal29 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw_1.1.1-1.pgdg+1+b1_arm64.deb
Size: 99676
SHA256: f177bd0a79e76b7c98191697944aa9f1290885599ce9e664087d551cc5408f01
SHA1: ebb42e1ff8372dfb79880e21a4cb6f03ddd413b1
MD5sum: 6a3f7a2de41275f48367c148dfac2d13
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2021-09-28 17:10:44+00

Package: postgresql-13-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw (1.1.1-1.pgdg+1)
Version: 1.1.1-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 183
Depends: postgresql-13-ogr-fdw (= 1.1.1-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw-dbgsym_1.1.1-1.pgdg+1+b1_arm64.deb
Size: 154156
SHA256: 3bcf52ce905f12cca0982233ccb6e0ff24315af0bdfd55a6e89e66f7e2cd91eb
SHA1: 81badc85e0a8bdbeecb7350df030979cc015d820
MD5sum: b951deac3a04575cbaaeb35f38f1a8b9
Description: debug symbols for postgresql-13-ogr-fdw
Build-Ids: 12bc64c85b806e207cfc74376f15a9e909bc9b96 d6a1a171244aeaa02e996991c4523b56890d4edf
Timestamp: 2021-09-28 17:10:44+00

Package: postgresql-14-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-14, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-14-mysql-fdw_2.6.1-1.pgdg+1_arm64.deb
Size: 120652
SHA256: 4f2aece280ca22669e07cd09f25ae4221aaadec7738a5801bf0935428efb16a7
SHA1: 1e8d9971c810470e46d82a4cf4b27cc8d820a68f
MD5sum: f1062c2b69283a70c7c42ebec36001de
Description: Postgres 14 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 14.
Timestamp: 2021-09-28 17:10:44+00

Package: postgresql-14-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-14-mysql-fdw (= 2.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-14-mysql-fdw-dbgsym_2.6.1-1.pgdg+1_arm64.deb
Size: 132496
SHA256: 68d05d510265fb052001319abc0fdecd957353f3de5833667f9b83b92bfc53ee
SHA1: b0e3eed742903dc94caf24e67632fadc31fe7b4a
MD5sum: 2f84d0cec0e4e70d16bc92dc7c73a9fa
Description: debug symbols for postgresql-14-mysql-fdw
Build-Ids: e3b9726cfecb04a2f546222d540aeacd3c202461
Timestamp: 2021-09-28 17:10:44+00

Package: postgresql-14-ogr-fdw
Source: pgsql-ogr-fdw (1.1.1-1~exp1.pgdg+1)
Version: 1.1.1-1~exp1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 253
Depends: postgresql-14, libc6 (>= 2.17), libgdal29 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw_1.1.1-1~exp1.pgdg+1+b1_arm64.deb
Size: 102792
SHA256: dab49cbfbed5f5f456e9fc975f6cf25f3914dda43c4e34a3330b4bc5959fbd67
SHA1: ef58717263ae1877fa96dc5758491c972844ac16
MD5sum: 01734239065416f7613251dec298d50b
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2021-09-28 17:10:44+00

Package: postgresql-14-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw (1.1.1-1~exp1.pgdg+1)
Version: 1.1.1-1~exp1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 187
Depends: postgresql-14-ogr-fdw (= 1.1.1-1~exp1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw-dbgsym_1.1.1-1~exp1.pgdg+1+b1_arm64.deb
Size: 158768
SHA256: 5dd478df19680c4b3ea76a73d6df7b2444c2c8931101d09920ce0dc4c53bcfb1
SHA1: 05c33bc182632857a824aba9bfbeb9645658ca93
MD5sum: 28c0505aa873350e2f7004c1efbb170f
Description: debug symbols for postgresql-14-ogr-fdw
Build-Ids: 0473dcf60d4c7c5577084f9403354664f4bfac22 9f3034fa121d821e5347958486a9289c10c9552b
Timestamp: 2021-09-28 17:10:44+00

Package: postgresql-9.6-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-9.6-mysql-fdw_2.6.1-1.pgdg+1_arm64.deb
Size: 32428
SHA256: 4a8246750863cbe1dde50101a29013969be6f9d10c5e254b33acf151bf96f955
SHA1: a1b851da7bfbbb84a33fa4d6cce4bf0fddc4046d
MD5sum: 4a6099e40af744544b6163adf397c91c
Description: Postgres 9.6 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.6.
Timestamp: 2021-09-28 17:10:44+00

Package: postgresql-9.6-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: postgresql-9.6-mysql-fdw (= 2.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-9.6-mysql-fdw-dbgsym_2.6.1-1.pgdg+1_arm64.deb
Size: 113612
SHA256: ea181f4d839686983cace35679c5eabb9aba4e0c89400403feb7d958a505b23e
SHA1: 0bc170c1377bdf7fa3ca29f0081b648f76156286
MD5sum: 4aee195bfd2386c6bf9f389b4a2a1f2d
Description: debug symbols for postgresql-9.6-mysql-fdw
Build-Ids: edf69688a93bb2e9d3263d8aad586184e7717ab4
Timestamp: 2021-09-28 17:10:44+00

Package: postgresql-9.6-ogr-fdw
Source: pgsql-ogr-fdw (1.1.1-1.pgdg+1)
Version: 1.1.1-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 115
Depends: postgresql-9.6, libc6 (>= 2.17), libgdal29 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-9.6-ogr-fdw_1.1.1-1.pgdg+1+b1_arm64.deb
Size: 32756
SHA256: 1cc7fe5ab39805c3822976f71da90114fbb302cefcb78bba2d031ce85aa89f34
SHA1: 192a6f18db0e6939401397078a3f8491a434d339
MD5sum: 5fc35bf0c2e96706b5194f021c1c249c
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2021-09-28 17:10:44+00

Package: postgresql-9.6-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw (1.1.1-1.pgdg+1)
Version: 1.1.1-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 165
Depends: postgresql-9.6-ogr-fdw (= 1.1.1-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-9.6-ogr-fdw-dbgsym_1.1.1-1.pgdg+1+b1_arm64.deb
Size: 135660
SHA256: b12751a999f87f4bd5ae234a7c880000ae14e627bad526e7ee1e3fd9841967fe
SHA1: 4e09b60cf5d3071443373ad684fc66656ae93e76
MD5sum: 79c01953871992643e4dcfeb5cde4b89
Description: debug symbols for postgresql-9.6-ogr-fdw
Build-Ids: 7d0d9c4e92084245b2cdb3303aff39c92d2fd4d3 8933e8b7873ebfff4557c7bffb35d77064b8b7cc
Timestamp: 2021-09-28 17:10:44+00

Package: pspg
Version: 5.3.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 280
Depends: libc6 (>= 2.17), libncursesw6 (>= 6), libpq5 (>= 9.0~), libreadline8 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_5.3.5-1.pgdg+1_arm64.deb
Size: 112552
SHA256: 67f3ca0cea5d71a24103f517f1031ff283aded108597b17d6249aa7076c77bce
SHA1: 138869801c7d3189c7a56cb7801757f08e15349c
MD5sum: 7c57ad5fcf9c0f6c88e13897a8a778f5
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2021-09-28 17:10:44+00

Package: pspg-dbgsym
Source: pspg
Version: 5.3.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 371
Depends: pspg (= 5.3.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_5.3.5-1.pgdg+1_arm64.deb
Size: 341960
SHA256: 802ea0df9a159c1e552f31f19db9d591f5eb56563626b2371e40326464e76954
SHA1: 97089fa5180c3949fc265a4abd764ecff05bb706
MD5sum: f1c98ce8cc19040f88be102de5e13fd2
Description: debug symbols for pspg
Build-Ids: fe9563b051c9c3fcfbfb9780517f82a54e693ec6
Timestamp: 2021-09-28 17:10:44+00

Package: libecpg-compat3
Source: postgresql-13
Version: 13.4-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg-compat3_13.4-4.pgdg+1_arm64.deb
Size: 23200
SHA256: 118411ff54b280fac9837e4085c26c62dbdcbd8e907ebde02b3af706f32e89d8
SHA1: 20766e06128f0dd85fa06ea3206e928366e9537f
MD5sum: 4cd503364fffe139e120c02cd79a28ad
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.
Timestamp: 2021-09-30 11:10:46+00

Package: libecpg-compat3-dbgsym
Source: postgresql-13
Version: 13.4-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 13.4-4.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-compat3-dbgsym_13.4-4.pgdg+1_arm64.deb
Size: 39116
SHA256: 50af7a8418b7215d9f41e41a30c6df61af1ad758ba3bf536c94050d45b7d7ad9
SHA1: f72b336be2aecb983b0ec182b2f7e6bbca2bcfd4
MD5sum: db39fd5842d3f4147b4d24f819e4b026
Description: debug symbols for libecpg-compat3
Build-Ids: aeb325d94d2de68194921943c469ca9d78b3e042
Timestamp: 2021-09-30 11:10:46+00

Package: libecpg-dev
Source: postgresql-13
Version: 13.4-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1490
Depends: libecpg-compat3 (= 13.4-4.pgdg+1), libecpg6 (= 13.4-4.pgdg+1), libpgtypes3 (= 13.4-4.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libecpg-dev_13.4-4.pgdg+1_arm64.deb
Size: 267148
SHA256: 8cf1e9501c2bdb330a29f281bae3909d9ddedb3a237f2643c1b64068a4fd497a
SHA1: e41d0ba6774bd62bf625e57cff0a5d8b81be2aca
MD5sum: 9461a38127729eea2e699dffdd4be16e
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).
Timestamp: 2021-09-30 11:10:46+00

Package: libecpg-dev-dbgsym
Source: postgresql-13
Version: 13.4-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libecpg-dev (= 13.4-4.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-dev-dbgsym_13.4-4.pgdg+1_arm64.deb
Size: 219840
SHA256: 8290830051182493fc10c47a3048566afe2979f8da1b4e541ca529b40e0fd0a7
SHA1: 0072ed820d7e26965b54c48a01b3686802008d39
MD5sum: 1107ccf0900141dee811d8cb2274ac80
Description: debug symbols for libecpg-dev
Build-Ids: 9195ba89671c46e899092677b3beb6f787c1263e
Timestamp: 2021-09-30 11:10:46+00

Package: libecpg6
Source: postgresql-13
Version: 13.4-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg6_13.4-4.pgdg+1_arm64.deb
Size: 57304
SHA256: c8cdefc2074665fa47655645abcdad4428c929f1292c5ae146b3cc290259ad10
SHA1: d669887ced126f8cfda79f36bb18976a41c8d88c
MD5sum: cbec65d7f7047a899491d39fd4b19c76
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.
Timestamp: 2021-09-30 11:10:46+00

Package: libecpg6-dbgsym
Source: postgresql-13
Version: 13.4-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 13.4-4.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg6-dbgsym_13.4-4.pgdg+1_arm64.deb
Size: 112980
SHA256: 5a5b9bc2a207a0292ef0f97ceebdcb125cf86a399ffdad84c1bf8f564337b3f0
SHA1: de7d4f7be0bc2a97bf69dbdb14fa966e5f7ec725
MD5sum: 373f2f2ebf8f7efedf8a2255e1e6c946
Description: debug symbols for libecpg6
Build-Ids: 18c40057c8c52454cd8cff714e803e949a25c435
Timestamp: 2021-09-30 11:10:46+00

Package: libpgtypes3
Source: postgresql-13
Version: 13.4-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpgtypes3_13.4-4.pgdg+1_arm64.deb
Size: 43648
SHA256: 6dfeae80411c2d57b69c45b6f70fdd80d755e8633e815000576d2b0bbeb9568a
SHA1: 61ca3b30edb8164e9b0e88cc2c292913a1397712
MD5sum: 049a19f4cbf6b457c57a3a1413c73af3
Description: shared library libpgtypes for PostgreSQL 13
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-09-30 11:10:46+00

Package: libpgtypes3-dbgsym
Source: postgresql-13
Version: 13.4-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 13.4-4.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpgtypes3-dbgsym_13.4-4.pgdg+1_arm64.deb
Size: 88884
SHA256: e94ac0b7d56bbd410ff8b0aa805e02e136a58e834fc36556267b75b710c672ab
SHA1: c582e9566b32f1ddc772aa530692670514c5c3d8
MD5sum: 7b7d126346778a6c2d5589a2121629d9
Description: debug symbols for libpgtypes3
Build-Ids: e5620b66e1cabe44f9af0cb4d78f6467d09e724a
Timestamp: 2021-09-30 11:10:46+00

Package: libpq-dev
Source: postgresql-13
Version: 13.4-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 562
Depends: libpq5 (= 13.4-4.pgdg+1)
Suggests: postgresql-doc-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libpq-dev_13.4-4.pgdg+1_arm64.deb
Size: 135756
SHA256: a0a4e401909714abf22380f2cf2c2d5a080fbc9a2c370589a2f30290a48fa009
SHA1: 9dd14b0cfabfec9e1cbd04d2af639161d954e8e1
MD5sum: 075be8ee93c1ac521abbc0e00aa6cbdf
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.
Timestamp: 2021-09-30 11:10:46+00

Package: libpq5
Source: postgresql-13
Version: 13.4-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 779
Depends: libc6 (>= 2.32), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpq5_13.4-4.pgdg+1_arm64.deb
Size: 173276
SHA256: 03c4271f8e95ab70df235010c368ad0141b4f9ccee384b5b236e7b20e5e395b5
SHA1: d8ef655996705ea9c51c5204b5686ee95d22257a
MD5sum: 40df98c2d897e5c608301df96ec325b3
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.
Timestamp: 2021-09-30 11:10:46+00

Package: libpq5-dbgsym
Source: postgresql-13
Version: 13.4-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 290
Depends: libpq5 (= 13.4-4.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpq5-dbgsym_13.4-4.pgdg+1_arm64.deb
Size: 256692
SHA256: 9132342a83a1eff5942e43e969b8d57633b1eb117aba28165fb3c22defb1ad7f
SHA1: 84d6509c2b26cf2d5f2f8c25297ecf54c8d6fc79
MD5sum: 4dedb73baab61f421fa37ced890145f0
Description: debug symbols for libpq5
Build-Ids: b034e30ab930ab24d06b19ac6292fe3f25f6fb8b
Timestamp: 2021-09-30 11:10:46+00

Package: libecpg6
Source: postgresql-14
Version: 14.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 222
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-14/libecpg6_14.0-1.pgdg+1_arm64.deb
Size: 53232
SHA256: b22b1b16dd08d86192ac1dc16896b83e1227b1ed12f5522e56d9e48c22d9fda7
SHA1: 7c9161573cb66385b16c44d35bd1601659863ca3
MD5sum: f799226a0372f34047a6c9740901e7fc
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.
Timestamp: 2021-09-30 19:22:55+00

Package: libecpg6-dbgsym
Source: postgresql-14
Version: 14.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 14.0-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libecpg6-dbgsym_14.0-1.pgdg+1_arm64.deb
Size: 112504
SHA256: 42b20283ef3d14f1a20e8423539bc22348065557dba02e16db4823ca38c615da
SHA1: 78e42e85e34c503ed735ec92ff110cb9dd73d0ac
MD5sum: 01445ee7fa08b5ea837a076e1d160f0c
Description: debug symbols for libecpg6
Build-Ids: 4fdf16b5ed843bb5f92f05a84819d0a0b2be3c53
Timestamp: 2021-09-30 19:22:55+00

Package: libecpg-compat3
Source: postgresql-14
Version: 14.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-14/libecpg-compat3_14.0-1.pgdg+1_arm64.deb
Size: 18828
SHA256: 8b5693076cec85a8b2ad41b27f6d77d14196e5ac60cbff982a69198b7042643e
SHA1: ed947830e3f62e29abd0c7831d3c584c8ad29f8a
MD5sum: fbaf45f3b1e0a0e20c5d5eb02cf01919
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.
Timestamp: 2021-09-30 19:22:55+00

Package: libecpg-compat3-dbgsym
Source: postgresql-14
Version: 14.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 14.0-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libecpg-compat3-dbgsym_14.0-1.pgdg+1_arm64.deb
Size: 39124
SHA256: ea847580809a201be1fc57d886b250fc55c359fa73d105b366a13d9908fdd2ba
SHA1: c94e95ac6ffdf8b47af5c58caba803e59231e51e
MD5sum: 89b6d34ec90c301eeac13ad2cccd1660
Description: debug symbols for libecpg-compat3
Build-Ids: 24f485e6f265a02ffc9388ec63ed0cdeb35723a9
Timestamp: 2021-09-30 19:22:55+00

Package: libecpg-dev
Source: postgresql-14
Version: 14.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1544
Depends: libecpg-compat3 (= 14.0-1.pgdg+1), libecpg6 (= 14.0-1.pgdg+1), libpgtypes3 (= 14.0-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/libecpg-dev_14.0-1.pgdg+1_arm64.deb
Size: 268480
SHA256: e696583bcd91998524f7cd1f604111b8d7ddb77e43e8cc7ab7e93b318de8527b
SHA1: 89acbe514f9ac723b506a865a7e4d7c75f2a380f
MD5sum: 12bd01243446ca04462fa88e391d4653
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).
Timestamp: 2021-09-30 19:22:55+00

Package: libecpg-dev-dbgsym
Source: postgresql-14
Version: 14.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: libecpg-dev (= 14.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libecpg-dev-dbgsym_14.0-1.pgdg+1_arm64.deb
Size: 224800
SHA256: 89429b405fd2e7e4bf9b3ef9bbe6101943c0bfbf5194aadefc7afc2e70b29cb9
SHA1: b8f8b45e51404bd71e4240a199d5a724b90e4a36
MD5sum: a38aa52a939267d2517d40edf2d5485a
Description: debug symbols for libecpg-dev
Build-Ids: 61add2fe33838a60f6e7a2884c809efc28ddae17
Timestamp: 2021-09-30 19:22:55+00

Package: libpgtypes3
Source: postgresql-14
Version: 14.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-14/libpgtypes3_14.0-1.pgdg+1_arm64.deb
Size: 39236
SHA256: 091add8b07def2b7cb1343b27de3b49ea386bbc998c606e2391462bbc3e89b4d
SHA1: b5bae7590df7f53aa5b3003727c5a84c871f8f11
MD5sum: 6aefd412bec4dddf829d1b82ba9bff50
Description: shared library libpgtypes for PostgreSQL 14
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-09-30 19:22:55+00

Package: libpgtypes3-dbgsym
Source: postgresql-14
Version: 14.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 14.0-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libpgtypes3-dbgsym_14.0-1.pgdg+1_arm64.deb
Size: 88948
SHA256: 5000c3a6ff4d81ac925054bc80d3f4c09b20a3deaadb33e0904ab87ec6520de7
SHA1: 58953d30f5ae704e56801664ae8679c9ce4993cb
MD5sum: 7126f526e74c230c5397db80f2a85e04
Description: debug symbols for libpgtypes3
Build-Ids: 050324cba6b7feb8aafbef6d788a9f9293b1621d
Timestamp: 2021-09-30 19:22:55+00

Package: libpostgresql-jdbc-java
Source: libpgjava
Version: 42.2.24-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 997
Conflicts: libpg-java (<= 9.1-901-1), libpgjava (<= 7.4.7-3)
Replaces: libpg-java (<= 9.1-901-1), libpgjava
Provides: libpg-java, libpgjava
Built-Using: libscram-java (= 2.1-1.pgdg+1)
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: java
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java_42.2.24-1.pgdg+1_all.deb
Size: 916516
SHA256: e75e6127c0a754347e1333c3fe34bcca7acf6c92dc4a13e7056ef58c8b1fbeb6
SHA1: 9b19fd75d720eda34566d524e91b4b3dd2f1e02c
MD5sum: b1712b7fbb2e6434c9d6a1b093a4bbf4
Description: Java database (JDBC) driver for PostgreSQL
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
Timestamp: 2021-09-30 19:22:55+00

Package: libpostgresql-jdbc-java-doc
Source: libpgjava
Version: 42.2.24-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 10965
Depends: default-jdk-doc
Conflicts: libpg-java-doc (<= 8.4-702-1)
Replaces: libpg-java-doc
Provides: libpg-java-doc
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java-doc_42.2.24-1.pgdg+1_all.deb
Size: 628884
SHA256: 3244d77883e6ef837145290d53a5028629026193e3561adbc6871c3bdf0b7604
SHA1: 86b615ae3eae26a22d45f6b80f0626c3bcf0bcbf
MD5sum: 6a7603ca0ce9284c0e815283e4da9c77
Description: Java database (JDBC) driver for PostgreSQL (documentation)
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
 .
 This package contains the documentation.
Timestamp: 2021-09-30 19:22:55+00

Package: libpq5
Source: postgresql-14
Version: 14.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 743
Depends: libc6 (>= 2.32), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-14/libpq5_14.0-1.pgdg+1_arm64.deb
Size: 162860
SHA256: 60edd053586e82bbe2d8db19c59cd4e1cbf0609e1d93694ba9bfeb66af29f035
SHA1: d7f1f858edaeab3e1661e8ab482f894afb635363
MD5sum: 4713920a1d3dba3cc2e0b0b603ecd0ae
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.
Timestamp: 2021-09-30 19:22:55+00

Package: libpq5-dbgsym
Source: postgresql-14
Version: 14.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 301
Depends: libpq5 (= 14.0-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libpq5-dbgsym_14.0-1.pgdg+1_arm64.deb
Size: 266780
SHA256: 87f75b1899e689c5a6674dc11b60422333163d3344a1575b528985e1dca19bbe
SHA1: 6d1405967502fb4437c6b1047e920fb094dbc4a5
MD5sum: 588bd9fe2dd0ff8c52c014289f10966d
Description: debug symbols for libpq5
Build-Ids: 321c6f50fac844c35b2828c23751f1afd1eb9644
Timestamp: 2021-09-30 19:22:55+00

Package: libpq-dev
Source: postgresql-14
Version: 14.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 568
Depends: libpq5 (= 14.0-1.pgdg+1)
Suggests: postgresql-doc-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/libpq-dev_14.0-1.pgdg+1_arm64.deb
Size: 133172
SHA256: 57d4e42495cd880392b72c7ce9cbdefdef8279d58b86e2f680feb47582fd4650
SHA1: 015143bb0ea468deb23950d6460c1a06eb7903bb
MD5sum: a26afdeb3964570c72262796917ec459
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.
Timestamp: 2021-09-30 19:22:55+00

Package: librdkit1
Source: rdkit
Version: 202009.5-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 14283
Depends: libboost-iostreams1.74.0 (>= 1.74.0), libboost-python1.74.0 (>= 1.74.0), libboost-python1.74.0-py39, libboost-serialization1.74.0 (>= 1.74.0), libc6 (>= 2.29), libcoordgen3 (>= 3.0.0), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 3.0), libmaeparser1 (>= 1.2.4), libpython3.9 (>= 3.9.1), libstdc++6 (>= 9)
Homepage: http://www.rdkit.org
Priority: optional
Section: libs
Filename: pool/main/r/rdkit/librdkit1_202009.5-2.pgdg+1_arm64.deb
Size: 3038592
SHA256: f7df2fbfb0f144f2cccd6baf5bfbe8b20578f3f20ba142ad2685b7d2d67c49d7
SHA1: 51103ace642b6dadfdd5ecf9088925ed5d0ac649
MD5sum: 895a63c9171cb8c4d76ef74a0f13bc6c
Description: Collection of cheminformatics and machine-learning software (shared libraries)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the shared libraries.
Timestamp: 2021-09-30 19:22:55+00

Package: librdkit1-dbgsym
Source: rdkit
Version: 202009.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 99282
Depends: librdkit1 (= 202009.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/librdkit1-dbgsym_202009.5-2.pgdg+1_arm64.deb
Size: 97221612
SHA256: 4ac869b44e9c5bcd24bd33640dc560e282899cb4f4ff1136afa2ff4968d91574
SHA1: 6a695d9504af17f21e5602081c32efed0931ec2d
MD5sum: 43594c62eba0b42f317a1f59f6e73e9b
Description: debug symbols for librdkit1
Build-Ids: 1084df9d4d03df64bd3c828c7f66544e7cdb1e6c 164d7e3797cb94a2df74ac85e3b7e7a87d140b56 16a074af60814d3a815e033381d8dd6248e9311e 2009cbdf14e9f724564a130b299ba7f8838ce4df 234300beac7e319e9d5e75a7b79cf5d265d12b58 2d6e76f7d3fe7ce936042208d4744cd5f3c4c0f8 30f52cb70155d1c7757464b972e766faf649ed36 34e7508774575cc0901688abcebd2872857e3a80 3696bc4dc5a2f046b30cbfa7964b40842880c99a 3aabe941c7c8b328a1ca22c72dc9da194f9d2814 3ebfdbe30edd216b0dee6eda4ed270887d20ca22 44a309585877642da6024bcb6709a81f19b2919e 4e6b8012867ddff70a667fa71461b7d9cb29ba69 4f5158bb221c9f24331f3cb6a452d5ca247555e6 4fedfaff959c3c309e15828a37f7c7f775946ec8 53e40f74cde4b9dcc7a208041c7fe12825f1412a 5647e84769067be904593b77ba7cbba2c0b3cf3b 59fcf8660539277032100f3ed164b129d984af9a 5ccd3a4fd0f12ae6cbd054b52888206baa84c0e7 5e09a3755a460e65b7983c35814070ed49c67b19 5e88ba464bbcb2996825447b6e4f5b96d66bb008 60dd7e08804d8fef5b70f9b8c8bcb3ed0077136c 65308f483dba54e30f9cdc7872d9f81a37d21023 6632604576bdc4628b694183b4935e878a961f22 6884235b991a0094b1c3c4457f162a5df2bd84e6 6ba36d06b66a80eb44af63a321f60eaa7c973c12 6dbfebf95799d47f22b5bee7839961aba9b8685a 6dc4c13087b45942388500aaa63a08fb77e1d0e8 7955a747eba8950d6936068bd48adecdf03b3b33 7a8f86cf337e0391000ae794d628f0d52bb93720 7aa0b12eecdcd0a2d5ee96579cd5cd8f7ed5c865 7dc924e909096e46c5a737eff1428b3bcd8fc342 7fa8fbc8aad59827b3f7634bce606a2ddce22e60 835ec93fbaf281e59b1fcba7a43661bd3e9c27a0 86ea77b14a1e00a00fe1079ecd3cc523aa8e0284 8b2eba3c258d91ea71d40782f3d53a029d9b1123 924814d91e5972782d3f1392a7b0ebee955caf81 9fa7358db1068593f61e4d81084e1c9f0544c653 a5b5dfb606acef1fb5afe1053341ca5a6d459fcb a5ce4006879645e2ebc4d8da22096ddeed2db535 a62e7a71f1ea7cbebb1214805b87795226d58ed8 abafb855f02a7ba2182db3b58cabdfccc0802649 b56ae1cc403a6f394a21d9a1ad497e65c2b03b29 b9c6d567c1f6c2302bfc4a9058ba330d2cef5b35 c05e239ee7d27d8ae174601a55e0a0048cfd7147 d2609ee83d2e5e84c0e2961defd7a6cbfc8f4174 dd062de861d87be65b226ab474196c178646d9e1 e0bf4bcfc7c5c288cad046b0429f6722da77c0e8 e42b34ff9d32338448f656ca88858feb09b2d173 e65656cf95ab934fad1ba81edcb989301fd4d377 f13a6e49a76ce1371fc6e9174ce4b186da25d3d2 f6ad4f029c2cba15918ce27f62f812f89f0827dd f8bb470d171a896d292eb753ea8c5ed1e10b01ea
Timestamp: 2021-09-30 19:22:55+00

Package: librdkit-dev
Source: rdkit
Version: 202009.5-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 2074
Depends: librdkit1 (= 202009.5-2.pgdg+1)
Homepage: http://www.rdkit.org
Priority: optional
Section: libdevel
Filename: pool/main/r/rdkit/librdkit-dev_202009.5-2.pgdg+1_arm64.deb
Size: 352216
SHA256: 76ef0027d9e039956ff0c847d89f6d9df9463a13a3c2fe7e7ee812b916455d70
SHA1: 9cab9cf0648ed1b22989c071e68cdf50edfa1d91
MD5sum: 95a6c25e4cbd1af906865414b9021c4d
Description: Collection of cheminformatics and machine-learning software (development files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the header files.
Timestamp: 2021-09-30 19:22:55+00

Package: odbc-postgresql
Source: psqlodbc
Version: 1:13.02.0000-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1259
Depends: libc6 (>= 2.17), libpq5 (>= 9.2~beta3), odbcinst1debian2 (>= 2.3.1)
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_13.02.0000-1.pgdg+1_arm64.deb
Size: 353832
SHA256: 37ec07779c2953decf27315ebf457342050df4ba8db83051c7854bbb0f5e7a4e
SHA1: 6dd2f60357d8f519261ae1d661234647bcf377d5
MD5sum: c6ec6eff82f477af814d375353752584
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.
Timestamp: 2021-09-30 19:22:55+00

Package: odbc-postgresql-dbgsym
Source: psqlodbc
Version: 1:13.02.0000-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1100
Depends: odbc-postgresql (= 1:13.02.0000-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/psqlodbc/odbc-postgresql-dbgsym_13.02.0000-1.pgdg+1_arm64.deb
Size: 1026736
SHA256: d7e8a1e2069dedbace477063bd7b0af18e13003d74b2c055e71c6782073fe43c
SHA1: e883274ba236a92307eca64490ef50f9c5673f6d
MD5sum: 6cb5d29e4f3723505057eb03ab110190
Description: debug symbols for odbc-postgresql
Build-Ids: 21b3ff30d064d3b28f28721ebbb8120235e8b51f 79190ac7ec29e4c6ed392f098da099e4cd3fb315
Timestamp: 2021-09-30 19:22:55+00

Package: pg-activity
Version: 2.2.1-1.pgdg+1
Architecture: all
Maintainer: Emmanuel Bouthenot <kolter@debian.org>
Installed-Size: 185
Depends: python3-attr, python3-blessed, python3-humanize, python3-psutil, python3:any, python3-psycopg2
Homepage: https://github.com/julmon/pg_activity
Priority: optional
Section: utils
Filename: pool/main/p/pg-activity/pg-activity_2.2.1-1.pgdg+1_all.deb
Size: 39396
SHA256: 1e83f8fe03a8414dca13c36145e85596a307a78dcb239d6bd4e02e7e316cd4de
SHA1: 5887b0f69bede6fe1e53994c086bf14e871e3080
MD5sum: 1132bcc550f48817981b810f01e35688
Description: Realtime PostgreSQL database server monitoring tool
 PgActivity is a curses-based realtime utility to display information from a
 running PostgreSQL database server.
 .
 It is modelled after the standard 'top' utility, and displays information such
 as:
   - the running, waiting and blocking queries
   - cpu, memory and i/o usage of each query
   - the queries execution time
 .
 It also provides interactive commands to sort, filter, scroll and extend the
 queries list displayed.
Timestamp: 2021-09-30 19:22:55+00

Package: pgagent
Version: 4.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 548
Depends: libboost-filesystem1.74.0 (>= 1.74.0), libboost-thread1.74.0 (>= 1.74.0), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpq5 (>= 8.4~), libstdc++6 (>= 5.2)
Recommends: postgresql-9.6 | postgresql-10 | postgresql-11 | postgresql-12 | postgresql-13 | postgresql-14
Suggests: pgadmin3 | pgadmin4
Provides: postgresql-10-pgagent, postgresql-11-pgagent, postgresql-12-pgagent, postgresql-13-pgagent, postgresql-14-pgagent, postgresql-9.6-pgagent
Homepage: http://www.pgadmin.org/docs/dev/pgagent.html
Priority: optional
Section: database
Filename: pool/main/p/pgagent/pgagent_4.2.1-1.pgdg+1_arm64.deb
Size: 115892
SHA256: 9348b00169486754dbf3095d49f17a1b2a078eb7cf0f7942327ff113c316749e
SHA1: 0287466e235e4840e5c044b12d7dc2d64bae1b76
MD5sum: d1343751406fd3b92933b482fd0470c2
Description: job scheduling engine for PostgreSQL
 pgAgent is a job scheduling agent for PostgreSQL, capable of running
 multi-step batch/shell and SQL tasks on complex schedules.
Timestamp: 2021-09-30 19:22:55+00

Package: pgagent-dbgsym
Source: pgagent
Version: 4.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2433
Depends: pgagent (= 4.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgagent/pgagent-dbgsym_4.2.1-1.pgdg+1_arm64.deb
Size: 2359276
SHA256: 332d316d25f7257bf532fb98d99ec3e8b7d30016eda798285e003c16c104b52f
SHA1: 22737d9f3c4a4f4807da4646e8617a37a78a5435
MD5sum: 18008879e2db03629fc705138eb5ec5a
Description: debug symbols for pgagent
Build-Ids: 0b32ca755ea29780b044ba2985fab86f80d9a6fa
Timestamp: 2021-09-30 19:22:55+00

Package: pgformatter
Version: 5.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 282
Depends: perl:any
Multi-Arch: foreign
Homepage: https://sqlformat.darold.net/
Priority: optional
Section: database
Filename: pool/main/p/pgformatter/pgformatter_5.1-1.pgdg+1_all.deb
Size: 83304
SHA256: 5f63fa7b793e8d8da06afb0749f82f11ac685eba13d559c7742b6fc7775f2acd
SHA1: fc4197f33ad6a559b1ac4675b1fe303f69edb4c7
MD5sum: f4fbe2adadfbe62e463a85bed7bbb392
Description: PostgreSQL SQL syntax beautifier
 This SQL formatter/beautifier supports keywords from SQL-92, SQL-99,
 SQL-2003, SQL-2008, SQL-2011 and PostgreSQL specifics keywords. May
 works with any other databases too.
 .
 pgFormatter can work as a console program or as a CGI. pg_format will
 automatically detect its environment and output as text or as HTML
 following the context.
Timestamp: 2021-09-30 19:22:55+00

Package: postgis
Source: postgis (3.1.4+dfsg-1.pgdg+1)
Version: 3.1.4+dfsg-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1400
Depends: libc6 (>= 2.29), libgdal29 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libpq5, libproj19 (>= 4.9.0)
Recommends: postgresql-postgis, postgis-doc
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.1.4+dfsg-1.pgdg+1+b1_arm64.deb
Size: 290276
SHA256: 4cb981e34793068bbaa906f5beb8a5c360021b227ee42ab87e0b9b9df745f153
SHA1: a1423fda26feb7322262ebbfb3c1d6318d169ca9
MD5sum: 26875d33449003fd481dd5663f1471f8
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2021-09-30 19:22:55+00

Package: postgis-dbgsym
Source: postgis (3.1.4+dfsg-1.pgdg+1)
Version: 3.1.4+dfsg-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1866
Depends: postgis (= 3.1.4+dfsg-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.1.4+dfsg-1.pgdg+1+b1_arm64.deb
Size: 1739876
SHA256: b356b35d4ef4efe9ead1df751c8e7d987540708b0d07c040299e47cf49cd9dec
SHA1: c511ab7689a0e783b8178eb52b2a2c87e5d0c2ad
MD5sum: bcec5e498aa38589ccddeba6bb5f4256
Description: debug symbols for postgis
Build-Ids: 2e0c1ea1fe0e4b14fae1d260d30e38f5e1157c22 d52d33340e8e38a5cd8075666240a54c4822401c f2169b09bd098645b6c8525f6253841e68781d8e
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql
Source: postgresql-common (231.pgdg+1)
Version: 14+231.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-14
Suggests: postgresql-doc
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_14+231.pgdg+1_all.deb
Size: 65968
SHA256: 950361cbdf1b0140b4aaa5afd963fae5764adc903025dd9e0e859bf670a6ea0f
SHA1: 2867cd44b6749662e5cad452b247a2cb5f5f942a
MD5sum: 8f35991a449f2dae51be09d5f2c7bfbe
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.
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-10-plpgsql-check
Source: plpgsql-check
Version: 2.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check_2.0.2-1.pgdg+1_arm64.deb
Size: 72188
SHA256: b65a19856ad128202b767dd2040b6a1547ae2f2d7ba9a69e452e6bd9aa3e87e1
SHA1: 61c46db9819ca26d3178b55358140b8393008620
MD5sum: 292f7fb1a324b7f28244d85d7311d93e
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-10-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 234
Depends: postgresql-10-plpgsql-check (= 2.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check-dbgsym_2.0.2-1.pgdg+1_arm64.deb
Size: 204800
SHA256: 3a97e67a7e03f3f26199d9142bbb19039e90814fe46decd79bed369ef5872fda
SHA1: bf4702951541c4265dd501a2123427e628f25a5b
MD5sum: d5d2c9d2e4c152e683ff44d663d23ce6
Description: debug symbols for postgresql-10-plpgsql-check
Build-Ids: 9440145b7356176faddfb75c2d0ea04034bd72af
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-10-plproxy
Source: postgresql-plproxy
Version: 2.10.0-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-10, libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-10-plproxy_2.10.0-5.pgdg+1_arm64.deb
Size: 56420
SHA256: 5c7e8471f76c4372636040aa7420f443bb38ba72d71c6633e07d35a92bcb28d8
SHA1: fdf3c39fd6411ae508777a7763318a5d1eb4a5db
MD5sum: 57d3f65edd2e45dbdd7b67cf1967b517
Description: database partitioning system for PostgreSQL 10
 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.
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-10-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-10-plproxy (= 2.10.0-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-10-plproxy-dbgsym_2.10.0-5.pgdg+1_arm64.deb
Size: 118780
SHA256: ce98dcbf3ef23c1a123f4e11c4e6780ca9160ca5862a9d5f99d3895e4ae0af33
SHA1: 22d70b7f7a9fe8216fd909cf53b11a6424886e0c
MD5sum: 1b5ca7b16c8707356b434147a1c2f661
Description: debug symbols for postgresql-10-plproxy
Build-Ids: 9978f5a0bef1c4b26ee19b7de7a3eca4740579fe
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-10-plr
Source: plr
Version: 1:8.4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: r-base-core (>= 2.10), postgresql-10, libc6 (>= 2.17)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-10-plr_8.4.3-1.pgdg+1_arm64.deb
Size: 64412
SHA256: c0f1067aa6553b070edd98b67033a65619283486696b859fec5ac418d8cae8f3
SHA1: ce79ed2aa28a68b9f79bd0009a17400fe9c09f64
MD5sum: b90d2d6782b8252dee0a20ea4188814d
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.
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-10-plr-dbgsym
Source: plr
Version: 1:8.4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-10-plr (= 1:8.4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-10-plr-dbgsym_8.4.3-1.pgdg+1_arm64.deb
Size: 111384
SHA256: 4ef3bcb442c23ac2c9848676da2a2f7101b8e4a1ae9a2a0db2bc1400f7588d66
SHA1: 5180901550bf5611cc0c74f264cbc969c448820d
MD5sum: 5857fa085a7caf13a68b8aabc45c9209
Description: debug symbols for postgresql-10-plr
Build-Ids: bd7a48085982831bae85c118e89c8a6780138eea
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-10-postgis-3
Source: postgis (3.1.4+dfsg-1.pgdg+1)
Version: 3.1.4+dfsg-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3304
Depends: postgresql-10, postgresql-10-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal29 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5.2), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-10-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-10-postgis-3_3.1.4+dfsg-1.pgdg+1+b1_arm64.deb
Size: 788576
SHA256: 07553f23124fa7c9191d5d8c518551d71fce1572851d0a830c7a51b826f01591
SHA1: b7c3126d8ea315b2a5bab64b00442a755a3ce892
MD5sum: 85c368e4cafcb0bc0ed388177fd358a6
Description: Geographic objects support for PostgreSQL 10
 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".
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-10-postgis-3-dbgsym
Source: postgis (3.1.4+dfsg-1.pgdg+1)
Version: 3.1.4+dfsg-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4956
Depends: postgresql-10-postgis-3 (= 3.1.4+dfsg-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-10-postgis-3-dbgsym_3.1.4+dfsg-1.pgdg+1+b1_arm64.deb
Size: 4606396
SHA256: 636030b86adbc267e934a9f6c3ff7fbefda4708e7230b14b758f65ab37c8d074
SHA1: a351afa674e3af8f6964564c0ce45344ae6dcf18
MD5sum: b4f5875d92529d8015cc7daebed04d2c
Description: debug symbols for postgresql-10-postgis-3
Build-Ids: 0937fa6e84da4d9e9db5df41906870e0a2bdcd62 0fd01e5431153a685f31dd2f332d51fff57b9dde 1e469898f94a4b5a036147666fdc8d362e9cb275 38dd22a53772cc104e5e42bf90f8da1abf701a42 f0c593791f31d8a309ba81672904dc4eb84d7b5b
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-10-rdkit
Source: rdkit
Version: 202009.5-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 365
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1, libstdc++6 (>= 5.2), postgresql-10
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-10-rdkit_202009.5-2.pgdg+1_arm64.deb
Size: 152172
SHA256: 560fd3d5e43c9d562240de0f072ac4ab4a2ef15acfab30b0792f6b891fbf7809
SHA1: a2ea191caef6fff4ededd971015afaf8bf6b0baf
MD5sum: 3a257cac56e221e54cb9f3d734f0a993
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-10-rdkit-dbgsym
Source: rdkit
Version: 202009.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 774
Depends: postgresql-10-rdkit (= 202009.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-10-rdkit-dbgsym_202009.5-2.pgdg+1_arm64.deb
Size: 725188
SHA256: 843d69a7b2bbcbaa47e8dcf73b0f680cf2343790ff809f302eaad3b5ad7f2c43
SHA1: f600562ee71c041ae4db0200d6b4212f5e3f9bc3
MD5sum: b266caf8024ba004e73ba8e36f617ebe
Description: debug symbols for postgresql-10-rdkit
Build-Ids: d8032c381827226923543892a708d260ed300cf7
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-11-plpgsql-check
Source: plpgsql-check
Version: 2.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 608
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check_2.0.2-1.pgdg+1_arm64.deb
Size: 271692
SHA256: 5895cec53c3e94ea782751bc7daedd26eb844d69ff8e63bbadeb78a0bfbebe44
SHA1: bb18004d221b4a3ae28eddb0d0c37824de54c6c6
MD5sum: 5cefa5bca947bc9520d2e60bb596d6f7
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-11-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 238
Depends: postgresql-11-plpgsql-check (= 2.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check-dbgsym_2.0.2-1.pgdg+1_arm64.deb
Size: 210212
SHA256: 38a5f67e318796adf876652163c4afdf3db362404c8993dd2f2decc69f341994
SHA1: c54f317a17ee2fd1cd2155949103aacbc4bee297
MD5sum: a0390930b97321b36dce1d4f7555d19c
Description: debug symbols for postgresql-11-plpgsql-check
Build-Ids: e403995ca193c452e9ea2aa70e9900906816289c
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-11-plproxy
Source: postgresql-plproxy
Version: 2.10.0-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 337
Depends: postgresql-11, libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-11-plproxy_2.10.0-5.pgdg+1_arm64.deb
Size: 150772
SHA256: 9e0e3cb5ff47eca012f5dddd2e480e608c3505d1bd828f4d452a2578dd347b37
SHA1: 714e3cdcc68f33410b653089e5f1fc1092533c9f
MD5sum: ae65d89e5b37c3f0363a5567204c6eb2
Description: database partitioning system for PostgreSQL 11
 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.
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-11-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: postgresql-11-plproxy (= 2.10.0-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-11-plproxy-dbgsym_2.10.0-5.pgdg+1_arm64.deb
Size: 115452
SHA256: ed82e27e60b8e5b614517c2cd102a364ab1fba2f7200acb8d0ef2420ceb5e2f4
SHA1: b29e8d07749f8af6ceffc86ed904d492cafd49fd
MD5sum: ebeeabbe1067078c8ef8b97406656d05
Description: debug symbols for postgresql-11-plproxy
Build-Ids: 3c28098a6fa47f4016303447ffd71d2edc6418d2
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-11-plr
Source: plr
Version: 1:8.4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 312
Depends: r-base-core (>= 2.10), postgresql-11, libc6 (>= 2.17)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-11-plr_8.4.3-1.pgdg+1_arm64.deb
Size: 151848
SHA256: 0a961de3a09e2746cdef6b272471f12d5fb84e55ee5219b9f99dcb762ee74a60
SHA1: 016dd6533ef8fa4fd2a41b72c3d1c1ced86e39c9
MD5sum: 464914f672ff379b855addbd0f27fe43
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.
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-11-plr-dbgsym
Source: plr
Version: 1:8.4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: postgresql-11-plr (= 1:8.4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-11-plr-dbgsym_8.4.3-1.pgdg+1_arm64.deb
Size: 112560
SHA256: c020e84a75a4ad3db81c71ae4b2d7e145cf019fc1343b3c35d2964eaf47b25a2
SHA1: 54fb4e19a62cf6f2429c76f00cedd00b26464eeb
MD5sum: 0464678cd47ba0f296d16821659dd65f
Description: debug symbols for postgresql-11-plr
Build-Ids: 6f460d8c2b75ae5ff336b4c19f5cb700b4da8b4c
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-11-postgis-3
Source: postgis (3.1.4+dfsg-1.pgdg+1)
Version: 3.1.4+dfsg-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9758
Depends: postgresql-11, postgresql-11-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal29 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5.2), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-11-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3_3.1.4+dfsg-1.pgdg+1+b1_arm64.deb
Size: 3210268
SHA256: e41a1b79b32a163682583e73adbe4bc25a1ca833e76bdf88dd1f6c25afc8f02a
SHA1: 9b69a83f9a181671b2afe3c9e63e729394191c1e
MD5sum: b03218e01537d904a22b86388aa3820f
Description: Geographic objects support for PostgreSQL 11
 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".
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-11-postgis-3-dbgsym
Source: postgis (3.1.4+dfsg-1.pgdg+1)
Version: 3.1.4+dfsg-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4975
Depends: postgresql-11-postgis-3 (= 3.1.4+dfsg-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-11-postgis-3-dbgsym_3.1.4+dfsg-1.pgdg+1+b1_arm64.deb
Size: 4619236
SHA256: 8daa116330c3c4758d378e3e81e6560f2224218693a9e716d7bf2210228affe4
SHA1: 27968859d1b6628fc91aba8ad91752f9f5df4f36
MD5sum: 52daae146e6d48c6b9eb26137aac885c
Description: debug symbols for postgresql-11-postgis-3
Build-Ids: 409a0864a76b77561e2e84b780c318b7b8c5f834 492475515c255a0209fa5e91ca0ef88b2d869228 b1eeb5ddbf705ef88a28fdc80142dc21781a6a8a cd122d026efc3ff1f328b0863694047be3652b3f f65e431180e422623c843a67213a54dda27d14fa
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-11-rdkit
Source: rdkit
Version: 202009.5-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 826
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1, libstdc++6 (>= 5.2), postgresql-11
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-11-rdkit_202009.5-2.pgdg+1_arm64.deb
Size: 347844
SHA256: a03e7fd3ac87c284f1e8aaa3ade85ff1fc543af441c407757fd084b3bf86f314
SHA1: ed64f284fc9f15b8f98b60f56be76fc0c70ef745
MD5sum: 432408e049538396cdb04a0369c77ceb
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-11-rdkit-dbgsym
Source: rdkit
Version: 202009.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 774
Depends: postgresql-11-rdkit (= 202009.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-11-rdkit-dbgsym_202009.5-2.pgdg+1_arm64.deb
Size: 725652
SHA256: 07c0d4151e63434fe1e5c52363811ea79fed2e4d6387de5fecf881487a4ced48
SHA1: bdb084329f37db209d57fc4a2776bf7ed1bbb106
MD5sum: cc87939dbb0508cdefca5c76e429d7ba
Description: debug symbols for postgresql-11-rdkit
Build-Ids: e0d2a2a621e637c08c7471b1b6f0a04e3344c3de
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 2.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 609
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_2.0.2-1.pgdg+1_arm64.deb
Size: 277484
SHA256: 6f26b7764ddd244cf4b6f34b353121e5c1f6564040811201b4c5b340020dcbf2
SHA1: 48d99fef014d63846db859dfee1cf133f874c061
MD5sum: c4ee625b1b89911a2bdf285ae6e471f8
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 244
Depends: postgresql-12-plpgsql-check (= 2.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_2.0.2-1.pgdg+1_arm64.deb
Size: 216496
SHA256: 4139e2405a088a9c3ae758d3d4499fc11c00a434f1a5607f103d2fed0297cf64
SHA1: 00cf198dd22b8e0ab847ac712f3553401364f4e6
MD5sum: c9e9e4801e72bdb70dbf1aef282f8cf4
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: ac365718999a3209f28ca6d388f7678369749dbd
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-12-plproxy
Source: postgresql-plproxy
Version: 2.10.0-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Depends: postgresql-12, libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-12-plproxy_2.10.0-5.pgdg+1_arm64.deb
Size: 150648
SHA256: 0f9f9ca6ee04b718d4f8149221c70acd6e7c72c7cf84e3f0f70a5d1561b3e876
SHA1: ca472fa0259653b1035e1798da8ded772c52c889
MD5sum: b2216a4c2aec820bb299d0e5bd6cd5e4
Description: database partitioning system for PostgreSQL 12
 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.
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-12-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 139
Depends: postgresql-12-plproxy (= 2.10.0-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-12-plproxy-dbgsym_2.10.0-5.pgdg+1_arm64.deb
Size: 116808
SHA256: ad02baec1e83a6fe39dd6746bda4aa1ad9650c29dffd4e6b498df0f1652175e9
SHA1: 687e553ab5de2f26031e14dbf1e9feef9cfa3417
MD5sum: 846be1bfee4642fc3a3a81002cab9624
Description: debug symbols for postgresql-12-plproxy
Build-Ids: 34c9805b392caefde32652b1e4ade3d083fb8f1e
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-12-plr
Source: plr
Version: 1:8.4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 314
Depends: r-base-core (>= 2.10), postgresql-12, libc6 (>= 2.17)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-12-plr_8.4.3-1.pgdg+1_arm64.deb
Size: 156672
SHA256: 6c7b6955e19a203e2144bf82f6df20bfe0d6d8b7e072032b8adbdab409af5b8d
SHA1: 1ede3e69ac8434f2f5c689f125cd0528cc2069af
MD5sum: 26612004a61d6eb624c4e5bcbb2c56d9
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.
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-12-plr-dbgsym
Source: plr
Version: 1:8.4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: postgresql-12-plr (= 1:8.4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-12-plr-dbgsym_8.4.3-1.pgdg+1_arm64.deb
Size: 115972
SHA256: ecac84d88079228b35b4cea26b7128bb258b37f358d46051d8a035dce5f1c4a5
SHA1: 211aa33a1928e8420d74a4110df5966c6e53a93a
MD5sum: d23ac75e4a35fa441fa55d0eda919e75
Description: debug symbols for postgresql-12-plr
Build-Ids: 42669b3429a8ae614b690007f8c7a522a60c2f6f
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-12-postgis-3
Source: postgis (3.1.4+dfsg-1.pgdg+1)
Version: 3.1.4+dfsg-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9957
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal29 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5.2), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-12-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.1.4+dfsg-1.pgdg+1+b1_arm64.deb
Size: 3273136
SHA256: b563634e9ae6cf67fae8957e0368fa5cd1df42a1bab65d00a36405d32f555669
SHA1: 3215bd0a977d515da3fecd6c9c53c1aa46a1bceb
MD5sum: 266c2171576d6603a4220ad35ce81c46
Description: Geographic objects support for PostgreSQL 12
 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".
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis (3.1.4+dfsg-1.pgdg+1)
Version: 3.1.4+dfsg-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5066
Depends: postgresql-12-postgis-3 (= 3.1.4+dfsg-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.1.4+dfsg-1.pgdg+1+b1_arm64.deb
Size: 4710700
SHA256: 333461ff648ca725afa9e03bcd46438c44a5ed34916f2e738f1c79f843c390e0
SHA1: 7c6d70706fd68a82b241a1ce18b4c891fc80c1bc
MD5sum: a7e856d7335a40fe5a0c9239d61aefcb
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 4fd843e81089c3503ade310aab3390802e38d09e 575ed73c9d8e5926219ea4066ba09cbfa737668b 6821da6bff36e06800d95c4f9a0bfe61799ed52a c4f653b91ae68d864949261698b58f686c6e648c fb98da7bde7eda60c44912bf75e84f8cb71a7bb8
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-12-rdkit
Source: rdkit
Version: 202009.5-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 827
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1, libstdc++6 (>= 5.2), postgresql-12
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-12-rdkit_202009.5-2.pgdg+1_arm64.deb
Size: 347796
SHA256: 201d20207ab604b47a17d0722fa9a4ac9ecb79e5bbbd8977a954b496c3bcf93a
SHA1: 8cd0202179b3730eeaf461d865c097c9e5b8c5fa
MD5sum: 045c118938bee17d21ed65d8c3173270
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-12-rdkit-dbgsym
Source: rdkit
Version: 202009.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 776
Depends: postgresql-12-rdkit (= 202009.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-12-rdkit-dbgsym_202009.5-2.pgdg+1_arm64.deb
Size: 728040
SHA256: 35ec2450dacf81fe8dedb3c3843a4795064e98b11c1eff9832a55f9563a2abb3
SHA1: 9b67cc42ce2efa1fe275b1386a37f3ab1c676032
MD5sum: 3e3f349c81bf5ff409e2d2c798a0d414
Description: debug symbols for postgresql-12-rdkit
Build-Ids: 79362567bf77044cd971b4c9639fb9a6ec812443
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-13
Version: 13.4-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50620
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm11 (>= 1:9~svn298832-1~), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-13_13.4-4.pgdg+1_arm64.deb
Size: 16033844
SHA256: 295fd2690fd6e0a92032db7cd3bf836cb43067229da4f1c55d9341325ada5e8b
SHA1: b5d3fc220d41b3e29eb5b91c4bab0f203f71be0e
MD5sum: e998c4fa4fb6af82240abf7d44a7c2c4
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 13.
Postgresql-Catversion: 202007201
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-13-dbgsym
Source: postgresql-13
Version: 13.4-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16739
Depends: postgresql-13 (= 13.4-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-13-dbgsym_13.4-4.pgdg+1_arm64.deb
Size: 15171120
SHA256: 5bc7ab3cad0543acecf961e4eaacd73f338ede8bb7830454f8ac7c82e2b324d8
SHA1: d4cd8a23339b395391da211293f533ec5dfb8910
MD5sum: bec726eec01ebf8d8475b9f601fceb74
Description: debug symbols for postgresql-13
Build-Ids: 0acd8bfb6860ecdcbd17ed63fcdb4172486d20c3 0bb9f3fa6037c3a7be05fd1431099cc87cd51655 13653ef31bcf6b93ea4b2e14caef6115bf5091d6 1521e268f4efd0f82f0694b78a55b2fa8755ac15 17bdca1116c5bb68da6c79a9cda5578974a82fad 1adf327afcf317089d076ea01a30d3a1c1dca3dd 1f406c97b53150d16066e21c1b9d65708079fe63 217a2ad3c5a2dbd9671340620ca2916fdde5224a 24e6077f284e5545fee83db8fa3ec1dfd18de2f9 27b4895d1a5f01d9f855d6df51f6d046fe576838 292c8e07e46de5033d0e79224530bc1244d2a04f 2c6f17df0944c18747d1793d889d4a07f94f794e 2caa64b1602b559637717b2d3db210176d110cf8 2d895e25045de26051849aecbf2ccc553a0a1d3a 3261010935205e26d0bb553ea8550410d78458e9 32fadb5a94d3d1c93cc5e11f0b1ffc92d1187d4c 353506aacb9b005a91c73042d657468c98abac3b 36d865b3e4fa825a0d10908fd84f1074857da711 3bc94fdd3c5263c0884efb7c925a62ece1edeb85 3ee9805ac1826963cb7bcaf1c1897b96855abf68 44ca02da294715aafd2ac61589088d89e5a6513c 452fb1afca9786f615d1b163e21a19895ec4ae85 47431ac3cc66bc721ac925c3aba6c377aca03815 48562942c4ec14fe890088d8c1b27f7b8f2c5b85 4b0e50b5691edc4e043e16822148b6e52ad0d703 4b445eda2df14494e8627874eb9abf3614e0a1fd 4c38780fc119330b456ef8bc197b64e8fe7fa513 520d40d421377222fd2ad05694ff61ef4681e842 5d8bf7e77cfcd91e15570547643f18be057583d2 632a3e65da5806e10879f69007bc5cb728806270 63c9c003c8b7d860d2b1b18b301c36fe4ab178b9 6fdf1e61ad483f37819baa206961e516d269fde4 7121455c76ab6f839a79a0537838609dc49e8032 73532a51231eadf8c960a399d75c64db09bd585d 757bc9d45c53472c72375e2701d75d00808c6125 7675b47ced536708b04136ee34a3ad1c78bd7de4 7889ae68661bb974f46cadc848c00521f42ab123 79c678ed32f58b57899c71c03d205a28781e118e 7e9877af9f4c3afead39677688da2a132bbb6f2b 8205e468034fc5f69f895f2b34c5fd3abf095a55 83add8d9beb2b8cafb07dc0fbfb69470a2222cf1 84aa1f57c774445c167de3961ad7ad1ba1959e1b 85733f2b4b1694a7a3fe79b78126fd0b8a60ca9f 8bc81545600eb2a29830efcfcbb5a7ec68e542bd 8c49e222d089c3b231768f98cbb1163b0313d81e 910c8dd5b471242b88085857322c38be06af08e6 913a97e53ac9d9beb89aa9444344afb7ff11c2e2 925a522a949bf4e4d8350dd53f4437e94c8502f4 96126a6b287028202b4a17e68df9691ed73d862f 9a6c03d8970c96406c2017ac6ff84acb46a96419 9b1f3312a8f6fdbb5e713f88bff9c9a9af6ec04b 9b5d5b8cba89b5033d477a8dbecdf1e98368114b 9c06e88cbeb444acc43e0710427731cdb6d2dd90 9c9b0c62d982cba275acb0417055a7ef2f9e9a67 9d61d705a0d6a0730247b9d682c56f50d4b50d9c a42b77f70835b81e8e76de296a31af22d6373e3d a4648b567fa40353912e8a0c3b58018f8fb95133 b2d2ae19791a06dfa513940b736630d01d96704a b4cc04bcc3ec97c207dddb9a56a8614432bfa966 b59b49cb89414c3557b0e0d50ae1d3b987cf7952 b5a68366837ba71ed4d9928cf7ec96595282c634 ba381d611218a052e98aba139ca028f4c2b23973 ba4d9834f7f11d5b7792a168b80f6bf5a6bb9edf bb475a4ee50eef0d4b6221ee975371a37524a346 bca5fbc75c333274476c9660af0fc08f9436ed38 bdf0600a80bae2b61453f7b0ea921d47817808ab c2e006eef269c74e5484fb2017d427d378448986 c47292f5641ce901913e8b04ed6f205ff4f1444c d27989c9944cd83202a198bedf07d51c6d75aa12 d505a383ba6e5ebb35c73c1997879a7cf31ba512 d571b9e178163d91223fe53f48e0eb458c4f59ae d683cc6cabaf673766742caac83072458c7d1165 d8fd8e434bafc341ffe747f8a359f5b5b4a6cd4f d9805f2082a34f8ee2b485ae8bb88afa9ae523d4 d9f98656e3d472cfdd9f8ce63bb6ca7569a5ba3f db1e64d372e6e778ce4116af7e5af1b99dab5c10 dc2dec37ae9aa4012b67da9f6ccb90363229b0da df6cb0217e9c605131cab426858f15e36a2912bc e2194391d74db7ca3e6da3260b3310de9940f6ff e332f950bba3a524ec51b6c4fb247e27cda21b04 e37822dc26a07913782879be141f0745a08c5ccb e9614c9c2ac30012f987e4262aec8965090e62e3 ecc23faf88e2bc198a4892148a3e7f2a605fcb8d ed331a674dfd2ef3b3228a4834fe9c7f3e7b0f1d f44bae185735770394e7998b9a297e9e251a7559 f659546b4c3c91ffe0a27d2300f04b06e53d4a1c f660859ea63f51834ddd42b24a22e53e0cb22526 f6dd42d481434071739e07a9bfe81015f3f41d9b f767d07a71cccd8b795a9661a2bb1dbde44ad99a f8ddaa6348c12d358ded07fef51dc22f0fb4d366 facbd24bb92243557ddbabc3c606fd3ea300a4a0 fcdb559cda6d370074271c039ed09ea1bdf8cd5b
Postgresql-Catversion: 202007201
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 2.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 594
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_2.0.2-1.pgdg+1_arm64.deb
Size: 271372
SHA256: cb4e24ad5417fd020acbc3fbdcbfe1b3f173af6d78ddade21bb893e9a9409080
SHA1: f8d1bda04d86766b44bec83aee4be463b964053d
MD5sum: 8e8259c2165532f85288ed638f04355f
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 254
Depends: postgresql-13-plpgsql-check (= 2.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_2.0.2-1.pgdg+1_arm64.deb
Size: 225528
SHA256: 3119b6fcea0d114d6ced8dbc3c553f089428ee30f14dae334ac63c4a016ecfe8
SHA1: e236fbc96d166a49700fa6dabdd6b97eee9ef1ae
MD5sum: 225480835221be798d798f9ebd3e2727
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: a3f34fddd3bf5a5479ac28e6a63b5eead5e60bed
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-13-plproxy
Source: postgresql-plproxy
Version: 2.10.0-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 329
Depends: postgresql-13, libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-13-plproxy_2.10.0-5.pgdg+1_arm64.deb
Size: 149400
SHA256: 0da84bc2f12128a49b00eb6168111d0aab5a7711a5a4a90c0c01f7bbfa26252c
SHA1: 90cb78e129ef8017bbd700020f04671302ccbbe8
MD5sum: e9f2c74724a180fc76662b82fa716c4d
Description: database partitioning system for PostgreSQL 13
 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.
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-13-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-13-plproxy (= 2.10.0-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-13-plproxy-dbgsym_2.10.0-5.pgdg+1_arm64.deb
Size: 117584
SHA256: c00a81532eac703ef94a3a743db8f2d2cdc5f063b098ae70ae3c8088cf49a8c5
SHA1: aa630ea41d7ad488abe5b9f3448a39ac9b65cded
MD5sum: b1987d11c0e45f6645ba6330e93e3f1d
Description: debug symbols for postgresql-13-plproxy
Build-Ids: 3df079b0d50e67b3c27279a56bd0dafac7f37c35
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-13-plr
Source: plr
Version: 1:8.4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 314
Depends: r-base-core (>= 2.10), postgresql-13, libc6 (>= 2.17)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-13-plr_8.4.3-1.pgdg+1_arm64.deb
Size: 155440
SHA256: cd94d31fdd8ee22c0c02a4ae343ce58c7a440ba723eb96e759534b1543ac2ea9
SHA1: 31cd7050d21ff1ff7b768bd6c30eafcc8b516553
MD5sum: 8846042a8f5c7850bffeb54e6252d877
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.
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-13-plr-dbgsym
Source: plr
Version: 1:8.4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: postgresql-13-plr (= 1:8.4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-13-plr-dbgsym_8.4.3-1.pgdg+1_arm64.deb
Size: 118288
SHA256: 3b5fad8adecdb0fc8dc42332e8729c7d75d1b38a1529a3467f4bd1bbd11a8eed
SHA1: 2673925bdc2630ce11920c9512ac4173f8d7a540
MD5sum: d5f3e8b23d7d6b7e89e4170b3be87e02
Description: debug symbols for postgresql-13-plr
Build-Ids: 8e577ccfe5f75bdea4828a7def5bd9a659203944
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-13-postgis-3
Source: postgis (3.1.4+dfsg-1.pgdg+1)
Version: 3.1.4+dfsg-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9844
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal29 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5.2), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-13-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.1.4+dfsg-1.pgdg+1+b1_arm64.deb
Size: 3261236
SHA256: 870fb7c4653011796f6564bd7724af13196c2a0a079869c4da87a531c02fd815
SHA1: ec3659c75b24b454a7e439d1e571c928896db8db
MD5sum: 76ddae73c3e57254d830912cbfcd6c99
Description: Geographic objects support for PostgreSQL 13
 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".
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis (3.1.4+dfsg-1.pgdg+1)
Version: 3.1.4+dfsg-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5056
Depends: postgresql-13-postgis-3 (= 3.1.4+dfsg-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.1.4+dfsg-1.pgdg+1+b1_arm64.deb
Size: 4703388
SHA256: e23da5a856fdd15725339375cb70387cc29e3159ace1d22780bc7e84c44a7e6c
SHA1: da647a5979fe05370682612f81af76f49ca46500
MD5sum: c195bc72f6ba57e42824f12e804c1d46
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 0214cd99424a85402b8a2acd8606cd55ce6d6366 1e426129acb1fc75c74fbcb0ff1279c54a986844 2e710bb81b158d22274847e8e0bda76fa34225a7 7d604a1452201f8a11c131b21690a773819c0173 da72c41cfd220fa648f4dfc31d9bd975cf18aa9e
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-13-rdkit
Source: rdkit
Version: 202009.5-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 828
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1, libstdc++6 (>= 5.2), postgresql-13
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-13-rdkit_202009.5-2.pgdg+1_arm64.deb
Size: 348784
SHA256: 44f07c5fd473981460ecce15152fd96fcd326bda2721a523d4d0c64b7d25d924
SHA1: 3b36a0b51b82ab73d31421a4dada2056b98d2e50
MD5sum: 4419fa4001e95095717d2d129ca82635
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-13-rdkit-dbgsym
Source: rdkit
Version: 202009.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 777
Depends: postgresql-13-rdkit (= 202009.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-13-rdkit-dbgsym_202009.5-2.pgdg+1_arm64.deb
Size: 728812
SHA256: c516cdcddc81ac766e5a7b1f53ec697c13651f0733c2b31c9dc28c9bcd01bd2e
SHA1: 892903cc777ea7d5bf4f22d125d60afcc7dec100
MD5sum: 912628f653b5181407a55369b9d15787
Description: debug symbols for postgresql-13-rdkit
Build-Ids: 15a4fc3f8196ddc9a5eed7f8a76a75e8d4c1302a
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-14
Version: 14.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53029
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 229~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm11 (>= 1:9~svn298832-1~), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-14_14.0-1.pgdg+1_arm64.deb
Size: 16878492
SHA256: 43af3d2124cf3fb5a5046b1a070a6276ade1508000761e323cbb60710539316d
SHA1: e68fa07c4c99984006419650ef802ccb33759071
MD5sum: 6654c79c30febd4e46e79d2657c5677b
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 14.
Postgresql-Catversion: 202107181
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-14-dbgsym
Source: postgresql-14
Version: 14.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17796
Depends: postgresql-14 (= 14.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-14-dbgsym_14.0-1.pgdg+1_arm64.deb
Size: 16047740
SHA256: 0328cd14f49f4c24406a570a5950b041ab4ef95adcc0f1fbc6e86a64a347e9b3
SHA1: e53b6df46e447894436cafc978be0a68bab54517
MD5sum: 9f8c0300a9f6ce763a1d881135ed6cf6
Description: debug symbols for postgresql-14
Build-Ids: 0060e757a2548ccfb64ceea5aad23fa382fcf21d 038ed842e7d678fc03c9e3481b9dd6daa10bd19b 057df044074bf0f7c3b010764958e0ef02fac13b 0a011d49f1458d7257659908b82956c3ab24dcb1 0e529fc171a59b9561f285518fa54369d61e67ad 1102a39cec25e497c07a9c4e3f68823820cb6116 124e93259f167c8e055dc5a6d63432c4dba1eac5 15d3af2d77a58285ab919a35f6429bb9399ed771 1cc3b33f16589146774cf343c8dca17f6b4e180e 1d483a4d870308a4c23609c5eeaa04053828b51d 1e6217e618afc36e09c936bb341093b020b8aa0c 215b1553d19a4e5b9af220772a92403428cb17eb 21e8a8296d9cf4b441948ec3491031c83b3ea28c 23e0156ed714386954eab2d481d52f06bc4d4011 2449df720f518335a3d2d44c9228c9b19c3351c1 248c4aedcd2e0c58fbf82b90073d9ce8aecd432c 28bd16156a3bb091d62756eb0945acdd3b1186b4 2b9d489ead32ff84048309b14803980eff203eca 2c05243bfe3d806f9a4ea550640d6d4aa2bb4fc8 2df71c271d392356af02412269e6e01efe25af18 2fbde37f94f336ca85cc652fe87e35cb79c5acb0 30649fceabb70285d28f8aabb889a3ae441168d9 31c162c231a4346da31d078adce78104c16e0d29 3338301ea476b558827dbce657bbe1f4abcef82f 34142895057975790eb107e4a1b3194f3bfc49ef 347a7cf9bdd8a57969922e45582824cb70624299 372cfb99601374bda7292e36ca614b1c5b6d350c 40055cd8afb728f0651921820800d24a44ed3b3e 403b62ebc95f50739e42a88c57f8b712f813b858 4cb1975de09182cec678f964c3d57dc7794dbc57 4ec9b0ae87470dad0ec72669813cc44c375019eb 53c795fa8c844477d763a6cfe3fb1f785b294e13 5450aa0b1aac453c4731f203e38e70aa5045aa5d 5996ba85f23f8ea4af6b042ff792ab53e57c27a9 5a2eb665404212a06604cf5a841a320c63eeaa47 5ac80d2446ff67ccc47da63d70bc3fc431ec3732 5c3ae51105f634d5a85d3eaab2e3d9450559e632 5c58da052778d743c05377f6b56212a297d435f0 5ca448dee04956cc938fdbddc14e5b79ed53096b 5ea41bf12b5db37e42f5b93895968d9199abee32 67ead59712e9d74b4e65d4bce2d8b961bd461aa7 6a6ebee117f5716406584b61d54fc38d1d58d2e8 6b82f45000152ceefb41671f7bce7ace3dd44655 70f008ada8639dc099a9b375bf056bb21f42f51a 739d477ef6716fe8af4fe75a5ca12e8f522e4707 7694eb63e09054169b8d79a5f830d1d5ace6e373 7815e24e23199107251dc45103687bb21f9f48ae 7836576ea1e1343ac453473a33965744d3da8793 7a7be5a2ff11f9ea8d4736189932190ed5e7a792 7a8d1e73b108271ca7926a38be4f41e15ee04fe0 7c762becf1f893e2c75a86fce7364b0f8688400d 7f45da903fbd66c5938c88c2ba5e8aba1ccfe635 808ed56d2a2b45ee6c0c66507504131ffdde8ee0 849eb3c7b0416d897c0810c20a8912519d5af391 852d45f3a10ce632b459163a2a946bd21fef8ebd 859599936bf73cba2f0df115b0ce1fb184bebdc0 934032c277bc39cd5b15cad281840110102f9f24 99c3bf054b0952b29435fabb725108f8149335f4 9b9ad0efb66e2d5ee6eef3cf8f2992a7ca5b545b 9bb097f56bbaefa53160a7915415f94b39a5e2f8 9f6d3e58b7fd87295b2511741ced3028520393b4 a23c4cf489762ae2a1c66d68ecf910bacb13816c acf364e161af2679842c2c6154cf01973690d3a4 b6e3cf4dd8c0128ef4fc2c11f297172ed5eb3b77 b778573a722e1c76655451528271983d563e3018 b85a05fd9e96174d5296d714dacf32deeb6a8e7e b9eed1bbb6a9b8a2a6ace65a593e5b4255a08c87 ba8b77d143701419eebd461998e66db7b1d7c4ab bb12c10470d7ea27aac23fd92926a72f12563010 bca57ba0b29f1c0a5100621470b82b306ed81842 bcd8520bfab473744553dfb8fae766aa8767278d bd02a4a55830c9f214f7bf3d880b57e86f289dad c0165c05423379f3ea11bacfdb5de0e65ec9e896 c25df1d3210d2ffee65f99789e8f32605424938e c5d4bdd21cf13dd34aae27abc1bd55ea9ed1938e ca9867bd7b5e459a06969e5c918fa7c677f403f9 d88415d915872c01e02569bac4f2a48415af5d2f d973507c6468e98861706eacdeaf9dd4df4c355f dd481d8b4b8f9cec646881eadd5524faa7f89809 ddd314673f3b805c1352a712982cb1f815bcef77 e001044eb6f436c6958d38a79cdb5de1722613f2 e1dc519204802fec198acfc461c7eeb764cfb5be e2c81a36d471dede0f9e4b68f4c1050db2ed6531 e45328a8be4e37d7eec694c984ac005d47b58b99 e4e5e1d80ccefc9687885d8678772cfdf94d892f e9bbcbc848288de2c409262f4bb3e05d78d3f2f7 ea3d5c0a618f9520ca0a126030c188e3ba3b4a20 ee0e26fa0ca23694bdf141eaa6c9a5b2014446e8 eeded428ea46a35a9c7cc4bd768b6ac72aa56d60 ef124f0e6f8b640faa1cd6fa0f1f799642d079ab efcb5b220185400a0636b3e63352704dd1697ce2 f7a80fc255f5638a926893b23d8585c4adaaa61b fdb81626f6bd0f63e894414071d4b75484fafc42
Postgresql-Catversion: 202107181
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 630
Depends: postgresql-14, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.0.2-1.pgdg+1_arm64.deb
Size: 283720
SHA256: c999d784cb5c7794fdb18ed574adf008202e2cc169c5511df86964cc82bde861
SHA1: 2136244a06a388ad1c84fbf110a2d0cb5063d5e7
MD5sum: 1e88a93fe1ff56733f65568db148eaf4
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 264
Depends: postgresql-14-plpgsql-check (= 2.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.0.2-1.pgdg+1_arm64.deb
Size: 235320
SHA256: 4c0287b9ef037d4bd32c01c767957534409400a090be79995e1c3591189bb61e
SHA1: 9e0e3b25bdcde46260401461accab7d8552a5450
MD5sum: 2456689871ad3f00b93ebd369e0e197a
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: 8413c2a31aaf55ecae6bfb690e1446d1b3a6661c
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-14-plproxy
Source: postgresql-plproxy
Version: 2.10.0-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 339
Depends: postgresql-14, libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-14-plproxy_2.10.0-5.pgdg+1_arm64.deb
Size: 151420
SHA256: 8b945ffcd33df0e1a2f246e578b951e095704034cfc6dfab1b98ef19a857777f
SHA1: 03fa356a34294b2135ba2dbbb5f414a1c0fa17cd
MD5sum: 7c5b28de8c7ea96ec5b7f537cf616885
Description: database partitioning system for PostgreSQL 14
 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.
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-14-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 142
Depends: postgresql-14-plproxy (= 2.10.0-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-14-plproxy-dbgsym_2.10.0-5.pgdg+1_arm64.deb
Size: 119496
SHA256: 9674111421accc36e655837e48114c1f9ded024b3ea6cbb7bc89fc232c511881
SHA1: fc4d145d1a9e46f2c1f89b30dbf06b135037407b
MD5sum: 752e8845a61003d8d9c566d5f790ac3e
Description: debug symbols for postgresql-14-plproxy
Build-Ids: fbef048c536bf12b55fc5f30c1a3f475df994f30
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-14-plr
Source: plr
Version: 1:8.4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 326
Depends: r-base-core (>= 2.10), postgresql-14, libc6 (>= 2.17)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-14-plr_8.4.3-1.pgdg+1_arm64.deb
Size: 158756
SHA256: 6b2494bcfe6aac92976555a7bf5be039e2f03e50358acb93c36ba2036e0942e6
SHA1: e6c707de3c2beadac5e210955470cf0a6cb679b2
MD5sum: aa499cfd44eb217c8bc1e53df3c5fb41
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.
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-14-plr-dbgsym
Source: plr
Version: 1:8.4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-14-plr (= 1:8.4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-14-plr-dbgsym_8.4.3-1.pgdg+1_arm64.deb
Size: 120924
SHA256: 5edca783336e968fc2014e451e7c467e28cb49483bae6b93dc0c007c7633151b
SHA1: fa9f00b1d9f25c3d243f4d1aff8adf80d0d4f9f8
MD5sum: 4dae60c1886846b142c91cde51dedf94
Description: debug symbols for postgresql-14-plr
Build-Ids: 908deabe001c0747caf6fac353f2a1db99974568
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-14-postgis-3
Source: postgis
Version: 3.1.4+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10033
Depends: postgresql-14, postgresql-14-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal29 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5.2), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-14-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3_3.1.4+dfsg-1.pgdg+1_arm64.deb
Size: 3296788
SHA256: 5c30ee37ea54121d6b3c74612df6e671caf8d71f1c34c00cb497b9d1e5eec745
SHA1: 5b31be39d0a0bbb87df55a14b3bc8904a0dffdda
MD5sum: 6b79b666042567581732f0d825f8f59d
Description: Geographic objects support for PostgreSQL 14
 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".
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-14-postgis-3-dbgsym
Source: postgis
Version: 3.1.4+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5088
Depends: postgresql-14-postgis-3 (= 3.1.4+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-14-postgis-3-dbgsym_3.1.4+dfsg-1.pgdg+1_arm64.deb
Size: 4739812
SHA256: 775d9a5ab39ea694cd89d1ed0ce633f604c861d2799e091e9458f16a9ea24741
SHA1: c0cf855cf828afc9cf77afb7a8bc420e05140e3b
MD5sum: 785c566a2e174af033b6d074e2e16144
Description: debug symbols for postgresql-14-postgis-3
Build-Ids: 266d83ad599dc035e26a0fe8e1fd59804b48115d 4fc206d78939b3713079d0b3a45d7d04bf7d7d0c 5fc1def7ea807d7f9aa3edd76d6e327e2f05f728 8e08874a6fd4dd58010d8dc02877131d82282fd0 fc1be7c8ce7f0cdcc9a5b1df45eaca22bcc6d56f
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-14-postgis-3-scripts
Source: postgis
Version: 3.1.4+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26191
Depends: perl:any
Recommends: postgresql-14-postgis-3
Replaces: postgresql-14-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-14-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3-scripts_3.1.4+dfsg-1.pgdg+1_all.deb
Size: 1085524
SHA256: 2127319392c9bef7daac116d8eebecfd24f4e368b1158d053f531e0383f48829
SHA1: b2bb33683cdc1c8e35d813b308cd3b29ae0eedaa
MD5sum: a14a04a9cd76b58b1f37acbe93c06b7d
Description: Geographic objects support for PostgreSQL 14 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 14 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-14-rdkit
Source: rdkit
Version: 202009.5-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 830
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1, libstdc++6 (>= 5.2), postgresql-14
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-14-rdkit_202009.5-2.pgdg+1_arm64.deb
Size: 349192
SHA256: eb16edd8474b97a38d90fae27181d54896cf0fbeb14d6feaea100420e9f7cfe1
SHA1: 005e3d79d91c9c477116cd73d98411220e58eb55
MD5sum: da61adc619b7b8935e54fe20d3abf2a9
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-14-rdkit-dbgsym
Source: rdkit
Version: 202009.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 778
Depends: postgresql-14-rdkit (= 202009.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-14-rdkit-dbgsym_202009.5-2.pgdg+1_arm64.deb
Size: 729668
SHA256: 0dabe181b8b03d235c736349f2b4d7bf942dbc7acc05924a03d2c826596c15f5
SHA1: bfcaa3087423e245dd1ee8560065fa778cbf7cf1
MD5sum: 03fe81f0f6b0774c7e567be808d4ea0f
Description: debug symbols for postgresql-14-rdkit
Build-Ids: 30d7ec84ae531bade97fb68b43d4622d3bd5ea14
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-9.6-plproxy
Source: postgresql-plproxy
Version: 2.10.0-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-9.6, libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-9.6-plproxy_2.10.0-5.pgdg+1_arm64.deb
Size: 56296
SHA256: 4eac9a41f0a84f118a3fe8241b78ca461cb0a2ca7b62d26566151c339c394608
SHA1: 64c02b0ac3cbf20934ee2badb07519ad734790f7
MD5sum: c1fc958f33103389339f0cad8cd73cd0
Description: database partitioning system for PostgreSQL 9.6
 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.
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-9.6-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: postgresql-9.6-plproxy (= 2.10.0-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-9.6-plproxy-dbgsym_2.10.0-5.pgdg+1_arm64.deb
Size: 110112
SHA256: 91007201f01201fd4f3aef87483db8f12645179dd35a961b93e37376b1b2c7da
SHA1: 71396d2bef900aace0795878fa23e3cdc7df0ea1
MD5sum: 76ca0f145f5a6d5b74e7258300a95c77
Description: debug symbols for postgresql-9.6-plproxy
Build-Ids: 3ed5d4e9cb96b8ef45ee5be61fcbdc00de817bcf
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-9.6-plr
Source: plr
Version: 1:8.4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: r-base-core (>= 2.10), postgresql-9.6, libc6 (>= 2.17)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-9.6-plr_8.4.3-1.pgdg+1_arm64.deb
Size: 64224
SHA256: 3163b6be331e8bfca8cf8e666fc2aae1a27fe7a12fe386535e6f5de35831a335
SHA1: 2c7380e56bb38c0fd8a7fd4b09d4bf03a2ea2b1e
MD5sum: de658aac6f44ec4dd5493a5a3404c492
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.
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-9.6-plr-dbgsym
Source: plr
Version: 1:8.4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-9.6-plr (= 1:8.4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-9.6-plr-dbgsym_8.4.3-1.pgdg+1_arm64.deb
Size: 109236
SHA256: cf38fe51f4911a29e222354d0e3f4ac4addec7a48cefcb4db0805200091ec788
SHA1: 7536dfc12fd3466df61e702072ebc5321a1a793f
MD5sum: e8c5f94a5780637e78dd74475dc9a5a8
Description: debug symbols for postgresql-9.6-plr
Build-Ids: f2e0cf7e4d8a60cc944cfaa8774f16c227097583
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-9.6-postgis-3
Source: postgis (3.1.4+dfsg-1.pgdg+1)
Version: 3.1.4+dfsg-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3312
Depends: postgresql-9.6, postgresql-9.6-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal29 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libjson-c5 (>= 0.15), libpcre3, libproj19 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 5.2), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-9.6-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-9.6-postgis-3_3.1.4+dfsg-1.pgdg+1+b1_arm64.deb
Size: 790040
SHA256: d2653cfa198c68d3fed32a13d1a43bfbbf5a2f3b4f186f390584d04a53717eba
SHA1: f673df5a4cfba48b548de94b77cf0eec76da0f27
MD5sum: 2504574957320d4663933a60cb60747d
Description: Geographic objects support for PostgreSQL 9.6
 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".
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-9.6-postgis-3-dbgsym
Source: postgis (3.1.4+dfsg-1.pgdg+1)
Version: 3.1.4+dfsg-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4883
Depends: postgresql-9.6-postgis-3 (= 3.1.4+dfsg-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-9.6-postgis-3-dbgsym_3.1.4+dfsg-1.pgdg+1+b1_arm64.deb
Size: 4530568
SHA256: 7380af7e74604c4e38fee15e41ac4407d2cef3a77bc949ed58de6218ea219d69
SHA1: 143410a96793fa93a1537aabe8d54f35f9fceaf9
MD5sum: 82bcf00c7441f797e669ec72cb670b77
Description: debug symbols for postgresql-9.6-postgis-3
Build-Ids: 6e3e20a3c0df58abf9b1f82f70c74a5535d96faa 9e070cc163b9b6db5c04e00add57743f5c46a267 ac34887aab483c01e248f3afb500d8c70f7bbdcc d9267f52dea3d522d686e4d51fd56969a631090a dc9f2bce44ed9832bbca3ee77c6d8da077b314e0
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-9.6-rdkit
Source: rdkit
Version: 202009.5-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 365
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1, libstdc++6 (>= 5.2), postgresql-9.6
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-9.6-rdkit_202009.5-2.pgdg+1_arm64.deb
Size: 152200
SHA256: f91a3865d61b2618f25a3f422e5c2aa9cbc3863b41322dbb2f2ca31a37344401
SHA1: b9b508b457a43df8d3aa262e62342ffd95e61967
MD5sum: 781e8cf68f8d5fe7e3f038d26bd0b01d
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-9.6-rdkit-dbgsym
Source: rdkit
Version: 202009.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 771
Depends: postgresql-9.6-rdkit (= 202009.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-9.6-rdkit-dbgsym_202009.5-2.pgdg+1_arm64.deb
Size: 721988
SHA256: d9d05bda3d55f1a1b277d385e7997cd8392ee99192ddbeb51c103cf223b7e46c
SHA1: a60c5cb94f096f39afa781b5e041de1790125d08
MD5sum: 706d922a35e65f820b2a2387e9eab493
Description: debug symbols for postgresql-9.6-rdkit
Build-Ids: 63371b5b5d6d3dc073a671a7be51e9f28a297a44
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-all
Source: postgresql-common
Version: 231.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: libecpg-dev, libpq-dev, postgresql-common (= 231.pgdg+1), postgresql-server-dev-all, postgresql-contrib-9.6, postgresql-plperl-9.6, postgresql-plpython3-9.6, postgresql-pltcl-9.6, postgresql-contrib-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-contrib-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-contrib-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12, postgresql-contrib-13, postgresql-plperl-13, postgresql-plpython3-13, postgresql-pltcl-13, postgresql-contrib-14, postgresql-plperl-14, postgresql-plpython3-14, postgresql-pltcl-14
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_231.pgdg+1_all.deb
Size: 66112
SHA256: 6277a757bec7d06d10b13dba4cb8c624954cdfe8f20c5befe05d6faa54912528
SHA1: d93e350277e77aea980be554d3c6ea3c3fffd8dd
MD5sum: 784c4a2da96b716e70d8cbffc3ef4046
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 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.
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-client
Source: postgresql-common (231.pgdg+1)
Version: 14+231.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-client-14
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_14+231.pgdg+1_all.deb
Size: 65980
SHA256: f971a07719c723d55ce0e3054f4659d377e77a849968d84abca4955366288f95
SHA1: 39fc82fd30052c663b64cea2d3e969dbf8b1aff6
MD5sum: b2cec892537b7543fbb8c0dba5995b5a
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.
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-client-13
Source: postgresql-13
Version: 13.4-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6484
Depends: libpq5 (>= 13.4), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.17), libreadline8 (>= 6.0), libssl1.1 (>= 1.1.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-13, postgresql-doc-13
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-client-13_13.4-4.pgdg+1_arm64.deb
Size: 1483452
SHA256: 24ba3aabccf89738e8973d6abe093280e8cf3697a3aeade542d9c2c2cec171cc
SHA1: 17d88368845fbea58beb2ed92f7db76c88cfef2f
MD5sum: f0c08a26b0d62b2eff51dafc4ce61ee0
Description: front-end programs for PostgreSQL 13
 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 13. If you install
 PostgreSQL 13 on a standalone machine, you need the server package
 postgresql-13, 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.
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-client-13-dbgsym
Source: postgresql-13
Version: 13.4-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2290
Depends: postgresql-client-13 (= 13.4-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-client-13-dbgsym_13.4-4.pgdg+1_arm64.deb
Size: 1893520
SHA256: 08383814e608682db6941e9ec5b1bfe02d6393360b678aa08de4f21f6656cf80
SHA1: ac22c9099e97e66c2cecff21a7574bce258e45c6
MD5sum: 8d1c531a03d5529d9d85c1df25128284
Description: debug symbols for postgresql-client-13
Build-Ids: 09860b651f638714928c04ca36b306ed5b42e35c 0b6d61060753fd769c232cfdeeba5b67b23b3f5a 0d876fe2a37291aafd0b918b36d1e8e717571898 17c505c9e629e7d4de5082d1075714909f8553f8 1ab53c41c0ca2b986a75d9b9e546ece9cb516dc7 69f12708ea531114adf43c0e4917c6341c125fab 8131ed24f516da90aa7b7f5f80f2e42e46a58fa0 8515bc7851604287fb7f2424ad54af4c828cb13b 8d95fbc00044b78ca14b0a6c0e25b8eb6e974fcb a304eaa9a893ae16b205aaa9b2f563dcbe17cd6c b1cef3147752a98112d771be1939b5df4daa0b39 c0b5416498ff905daf8e5332042bed41dc6b685e d1a49a75d2319bff5a5e5edd2f4cd787b7d74752 d287489acbeb1577f1e9d16846e95604a5bc77a6 dad85ea7c988e0687038bae31903f6ad5a948fe5 f237bd175c8a4daab9d79a5e70ed6332890a0365 f81b68cae02e51f2e329fcab3b45f2872116ac84 fa05f798a06406ba0e262f76f6903f165009b83b
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-client-14
Source: postgresql-14
Version: 14.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7246
Depends: libpq5 (>= 14.0), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.25), libreadline8 (>= 6.0), libssl1.1 (>= 1.1.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-14, postgresql-doc-14
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-client-14_14.0-1.pgdg+1_arm64.deb
Size: 1578104
SHA256: cbc977251c30baa730e541f29775c6033ae26beefe0099f5f3ce422829e8fb39
SHA1: c61c0b6d5d2bf79583ff225b759e201011d92056
MD5sum: 8c1dd3e775c7425863a9024900db88b5
Description: front-end programs for PostgreSQL 14
 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 14. If you install
 PostgreSQL 14 on a standalone machine, you need the server package
 postgresql-14, 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.
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-client-14-dbgsym
Source: postgresql-14
Version: 14.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2644
Depends: postgresql-client-14 (= 14.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-client-14-dbgsym_14.0-1.pgdg+1_arm64.deb
Size: 2177916
SHA256: 753a4e3622a0be7e49441b9d74de4ac044ba0a2c1a95a87e1a50125311e1ae9d
SHA1: 179852148ae054585ce10ad23ae57b36d2dc81a0
MD5sum: 63b4ab19083ed06879f84a7cf080cda6
Description: debug symbols for postgresql-client-14
Build-Ids: 07f36cfb946c6295e831f1f5bfe0498a4522dee7 176956a4d6620c5fd2292f94b227f6056f4de3e6 1f0184e4141063c70168658311c2302cdfdd03c4 39a87569e5ebcd925cb6ff5be3d2a96db90f455b 52188bacc133388fa6fbe24e28f8fb049e9a6fcc 620ad874cbc6c12539996f770be5e98efe56406b 6c349d2faeb469feea269119c58275ba5cda6123 8d65d241c0f472bbabf264010e858ddb3565505a 98c40f1b7667b2d095d535c632a3a363d4bb8d36 9a42d349b16c2fa7918766b5cbff666f03d12030 9afeb13ffe0a47d3608e2d86eca8461380a4761f aba7c9046cc39930ce65de8695aa478b2ede2a37 bd15f90daf9c675740e5628a7fa86af475c58048 c980f10db968d3006ce1d6647b436aabf0f92c45 d8dd379fc0769d1ce6eb339e9bdd85bc265cd4f6 dd8dc44c4cff2dd4cfc26f47efd44ca7aaa19631 dd984e6f4865164b67320a02599423718c1e5e79 e8d7868f3932160b1bc7a95a2734aacf048effbb ef828d13312bf116f6a4a71c4ced11fd6c50d042 f2c1653d0d00480485fb1d2135ef0f1c3dc5b39a f950275c2833ef0cee6605e11f26bdeebb7c6f6f
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-client-common
Source: postgresql-common
Version: 231.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 188
Depends: netbase, perl:any, pgdg-keyring
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_231.pgdg+1_all.deb
Size: 91392
SHA256: df0755c6ab75080b716965b468cae2b693ff73d29fc8b0e0e4658f77e00a0eb7
SHA1: 7b5f14e88573c67fe6ba3676d24c3dd56a2e9edb
MD5sum: ba196c269c567bd735d0371c77556007
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.
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-common
Version: 231.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 675
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, libjson-perl, lsb-base (>= 3.0-3), postgresql-client-common (= 231.pgdg+1), ssl-cert (>= 1.0.11), ucf, perl:any
Recommends: e2fsprogs, logrotate
Breaks: postgresql-9.1 (<< 9.1.1-3~), postgresql-server-dev-all (<< 204)
Replaces: postgresql-server-dev-all (<< 204)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_231.pgdg+1_all.deb
Size: 224740
SHA256: f87f48ad92a0e0953dbfaa2ca3e27f1c9ec1b32495f34d1ba6b5b8926c452d3f
SHA1: f69174bf082a227c074ec5d9d262ffa7a66ced17
MD5sum: 31822fb672382d48be4e0610df83b9da
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.
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-contrib
Source: postgresql-common (231.pgdg+1)
Version: 14+231.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-contrib-14
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-contrib_14+231.pgdg+1_all.deb
Size: 65976
SHA256: e19d859fa38dd84d20f66a38b26805bae3ae43cb14dfcd5f99be7d7a40c28c8d
SHA1: 1ebedd8cf6ea1b8d81f19358104075990579eb58
MD5sum: 2da47a8ed87bd73fa765e1cf36ad41e6
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.
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-doc
Source: postgresql-common (231.pgdg+1)
Version: 14+231.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-doc-14
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_14+231.pgdg+1_all.deb
Size: 65968
SHA256: e2b701bc0436ccb443d3a72f22d5cfb5693845f9e50d6628b284abdec14cc06f
SHA1: ae2d38de69aa0b555603334ea4839fa4337cd2cf
MD5sum: 0635475e9334d662e1c24b39c1e0db1b
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.
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-doc-13
Source: postgresql-13
Version: 13.4-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15447
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-13/postgresql-doc-13_13.4-4.pgdg+1_all.deb
Size: 1922212
SHA256: 55c63252ddad26f7f74bf9abb5959a189f1e481f1ebf267bedea65e0a177ebaf
SHA1: 768cd39947eed050cb52a284dc92fb54ec2f4592
MD5sum: 270605a72f7601a8cac8506d9290900f
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 13. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-doc-14
Source: postgresql-14
Version: 14.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15858
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-14/postgresql-doc-14_14.0-1.pgdg+1_all.deb
Size: 1962988
SHA256: f2e2bfee53424a595d44a827a9f7fd1c4de57442f1653e9a0071e3c63fdaca50
SHA1: 2ca583692c9e9989bea8fd72e42186e2d5458aed
MD5sum: 414e97d03c5dbfcd2934a6c3b60f6671
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 14. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-filedump
Version: 14.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: libc6 (>= 2.17), liblz4-1 (>= 0.0~r113)
Homepage: https://wiki.postgresql.org/wiki/Pg_filedump
Priority: optional
Section: database
Filename: pool/main/p/postgresql-filedump/postgresql-filedump_14.0-1.pgdg+1_arm64.deb
Size: 41648
SHA256: a0bc1a1cea96c688e293f78d8b60b8d855fd0570c361692a29c94b34c45353c9
SHA1: 5d506eb31efbca2827e35c337fb2700ce4231a48
MD5sum: dbd8c375120330707d1ebd9559943d30
Description: Dump PostgreSQL files in human-readable form
 pg_filedump is a utility to format PostgreSQL heap/index/control files in
 human-readable form.
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-filedump-dbgsym
Source: postgresql-filedump
Version: 14.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-filedump (= 14.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-filedump/postgresql-filedump-dbgsym_14.0-1.pgdg+1_arm64.deb
Size: 49776
SHA256: dde435c98bbb27d2193e0d809f73e77b08fb21840454daa54280012253a337a7
SHA1: bc05e85535cd489b1aaee4640fb1ec0adcaa976c
MD5sum: 4fc3db4b928a3fcb3604ddaba2312944
Description: debug symbols for postgresql-filedump
Build-Ids: 8e7a76eff640041a1ba865b4d3e1ead79dff54e5
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-plperl-13
Source: postgresql-13
Version: 13.4-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 346
Depends: perl, postgresql-13 (= 13.4-4.pgdg+1), libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plperl-13_13.4-4.pgdg+1_arm64.deb
Size: 84284
SHA256: 0d9eff418d0d0f6fd62b31e57a072d119165f7e9e60bdaa5670f8f917d67344c
SHA1: 29c03464d4e09220f1780cd82f25bb069caaf270
MD5sum: ac26ee9ba1975cd77aaa831f69cfef2f
Description: PL/Perl procedural language for PostgreSQL 13
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Perl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-plperl-13-dbgsym
Source: postgresql-13
Version: 13.4-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: postgresql-plperl-13 (= 13.4-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plperl-13-dbgsym_13.4-4.pgdg+1_arm64.deb
Size: 156396
SHA256: 277a144c6f05b44e75da3f68c8d35ecf701d69ab8666d0793f4d24acfe54242d
SHA1: ec2d846370beb60beecb5a3734c1d392a73d5ef6
MD5sum: 05f865a9f88987b5d40575914838e717
Description: debug symbols for postgresql-plperl-13
Build-Ids: 51a5dbaccc9783d148f3694bd26e269f9ff1a460 82f132e4439e3fd2a2e5eaa513da375b6e536adf 9877cafd37e4db877b453a74e2d808b62c366fc8 e11f198d76699cdd3e9caff21f8b4072e93271be
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-plperl-14
Source: postgresql-14
Version: 14.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 349
Depends: perl, postgresql-14 (= 14.0-1.pgdg+1), libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plperl-14_14.0-1.pgdg+1_arm64.deb
Size: 81152
SHA256: e83f29d305aba08ea6912aecd0b95b1860434bd847de65310caf4c4eb29e2d36
SHA1: 304a35d3dfc1f3eda8411b7fe8f5449aa8681d2b
MD5sum: 52cfa72f97095a16ce955d108ac2d987
Description: PL/Perl procedural language for PostgreSQL 14
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Perl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-plperl-14-dbgsym
Source: postgresql-14
Version: 14.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: postgresql-plperl-14 (= 14.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plperl-14-dbgsym_14.0-1.pgdg+1_arm64.deb
Size: 156544
SHA256: 14e39fb6651eadc6fc0468796c7cb69249d59e1154dd30dc769ba96518eb365e
SHA1: 23c0c354c2fe9acbaaf7002498464843cfe6a569
MD5sum: d1e7507a6e853fa85add533b733ecc4a
Description: debug symbols for postgresql-plperl-14
Build-Ids: 839755e9149c78819d624a76119e478456864d5c b56c48851c84ac1157939810fc2dee9a893b402b ba869615f3870ca3cd05e656f41c9881e6222dd8 fa508da15f32c7dc31e083368f5df494877e5375
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-plpython3-13
Source: postgresql-13
Version: 13.4-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 477
Depends: postgresql-13 (= 13.4-4.pgdg+1), libc6 (>= 2.17), libpython3.9 (>= 3.9.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13_13.4-4.pgdg+1_arm64.deb
Size: 104732
SHA256: 864a6ca98c63bfe48485d0039a3bfa0e8e79851e4dfe8f69b5ed638d04975d0f
SHA1: a86af5905c083b3661ae13ff7789c4def6549938
MD5sum: c244da409691c6cbb8fbad6932e6d8a0
Description: PL/Python 3 procedural language for PostgreSQL 13
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Python 3.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-plpython3-13-dbgsym
Source: postgresql-13
Version: 13.4-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 210
Depends: postgresql-plpython3-13 (= 13.4-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13-dbgsym_13.4-4.pgdg+1_arm64.deb
Size: 158772
SHA256: 94ad3a1b2a384537503832b16b3d57aace0db7a88881e9a02b853fc56ce23fd0
SHA1: 13f0602c4da5499424ea497d29588eeca34b1713
MD5sum: acb893da9665a1c0cd1f2902b1d15ba1
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 47763067a91507de895fca59e790a1e8ea30198c 62852606d319c21f87792908a4ee12fc342664ab 993c445ac6ad6347bf39d551e33e7c37bd6de80e ea5fc4b3bb6040599ed9f5fb78acbe05fc09bfc6
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-plpython3-14
Source: postgresql-14
Version: 14.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 493
Depends: postgresql-14 (= 14.0-1.pgdg+1), libc6 (>= 2.17), libpython3.9 (>= 3.9.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14_14.0-1.pgdg+1_arm64.deb
Size: 103428
SHA256: cd3feee665496a7ab6230ba569f6496a799cd766a0cb0a3e6d06bd033d35b74b
SHA1: 1c5e6cc796cd4ca1b2677e65e803ee08312810de
MD5sum: f0ffea51569bfcd7dd2c1636a86a569d
Description: PL/Python 3 procedural language for PostgreSQL 14
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Python 3.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-plpython3-14-dbgsym
Source: postgresql-14
Version: 14.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 211
Depends: postgresql-plpython3-14 (= 14.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14-dbgsym_14.0-1.pgdg+1_arm64.deb
Size: 160096
SHA256: 45c5943275bd6780afe5d4b65cc0b981e8a3bb84081741df8eb87b9e3926dcaa
SHA1: a83e5e521ddec7f5935663be2f744f98e849213f
MD5sum: 46f9363d8bc6bd46b25f0f91b9f622ef
Description: debug symbols for postgresql-plpython3-14
Build-Ids: 19d62147237fecbc78c0638db2f1d176d37d112f 217f3be24ab5c9311468429b0934290caba51a59 6430fa8cf13077ae7aa0bb94cbc01fad8815a7ae a775721e4bc19d71e163ca712e8d8f4558ce0e1b
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-pltcl-13
Source: postgresql-13
Version: 13.4-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-13 (= 13.4-4.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13_13.4-4.pgdg+1_arm64.deb
Size: 39312
SHA256: f433201798ad235a981adfbdf3911a950bc3aa429a7cdea8ee417aa9559e05f3
SHA1: 75d6db0519015655ba086870e3c40d83d53b1a5d
MD5sum: 042d8cf45f0e359f5c69a2fe8cf56de0
Description: PL/Tcl procedural language for PostgreSQL 13
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Tcl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-pltcl-13-dbgsym
Source: postgresql-13
Version: 13.4-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-pltcl-13 (= 13.4-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13-dbgsym_13.4-4.pgdg+1_arm64.deb
Size: 74460
SHA256: 97d3883645802ca5ffb1f16f29020e3eed95e6b8551853593baac30d5bc0ffdb
SHA1: 073f7e52b9e654ada5a96ba7acb02e0402a897df
MD5sum: 6626e6304003ea9fc674d40116cdc2a2
Description: debug symbols for postgresql-pltcl-13
Build-Ids: cacf8d4ae4a176e452416a7f8b7ece2bb09f00d9
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-pltcl-14
Source: postgresql-14
Version: 14.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-14 (= 14.0-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14_14.0-1.pgdg+1_arm64.deb
Size: 35036
SHA256: 1d310b1f6abd7e0c434cc643c4e91053675d8af62ad17ca1b8a5efd141a6711a
SHA1: 0d19f201a673e9f4633ff781a04d63e09de7a28a
MD5sum: 24131340563f0a37157887a8a597be25
Description: PL/Tcl procedural language for PostgreSQL 14
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Tcl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-pltcl-14-dbgsym
Source: postgresql-14
Version: 14.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-pltcl-14 (= 14.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14-dbgsym_14.0-1.pgdg+1_arm64.deb
Size: 75044
SHA256: 4c5839f7026d87ba2f1c506417b39db28a54b39323b7707411a92c25e6d33e63
SHA1: bd798c2b03e95e80728b4086adb9333b2d8294de
MD5sum: 9c1f3bc7cc463c02df100767f3592b04
Description: debug symbols for postgresql-pltcl-14
Build-Ids: ac695a73bc6a6d989d5caf6216d72b6133c3ab87
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-server-dev-13
Source: postgresql-13
Version: 13.4-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5745
Depends: clang-11, libpq-dev (>= 13~~), llvm-11-dev, postgresql-client-13, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/postgresql-server-dev-13_13.4-4.pgdg+1_arm64.deb
Size: 971420
SHA256: 8fd82533a90cb5aef7dd9f39fa412312d72f67ce4a4c852f5111a2a2f0d89306
SHA1: 8b208b0584e753c618b8961af1242544c8d5a0c5
MD5sum: 947ba1d36a71c615dfa65177ad8392b8
Description: development files for PostgreSQL 13 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.
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-server-dev-14
Source: postgresql-14
Version: 14.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6256
Depends: clang-11, libpq-dev (>= 14~~), llvm-11-dev, postgresql-client-14, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14_14.0-1.pgdg+1_arm64.deb
Size: 1044164
SHA256: 43d40557b54cd6a4e7e63d39393d76129c80b42fbfd30727466bd45976efb25f
SHA1: 84ecab5dd71bf12912d5b6822b554c480cc5e128
MD5sum: 524f1071c00a6fb7e4e4cf201d6838ee
Description: development files for PostgreSQL 14 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.
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 231.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: make:any, postgresql-common (= 231.pgdg+1), postgresql-server-dev-9.6, postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12, postgresql-server-dev-13, postgresql-server-dev-14
Multi-Arch: same
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_231.pgdg+1_arm64.deb
Size: 76284
SHA256: 9daf6da0e390de845927ecf918671a3c02eca33c5cba61bc84e1b35989d79f7a
SHA1: d09fc53186a5b519cec957a709d99880af8187e7
MD5sum: a8bca8f097d59667cbc8184b9ce54bb2
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, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 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.
Timestamp: 2021-09-30 19:22:55+00

Package: python3-rdkit
Source: rdkit
Version: 202009.5-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 22484
Depends: fonts-freefont-ttf, rdkit-data, python3 (<< 3.10), python3 (>= 3.9~), python3-numpy (>= 1:1.16.0~rc1), python3-numpy-abi9, python3:any, libboost-python1.74.0 (>= 1.74.0), libboost-python1.74.0-py39, libboost-serialization1.74.0 (>= 1.74.0), libc6 (>= 2.29), libcoordgen3 (>= 3.0.0), libgcc-s1 (>= 3.0), libmaeparser1 (>= 1.2.4), libpython3.9 (>= 3.9.1), librdkit1, libstdc++6 (>= 9)
Suggests: rdkit-doc
Provides: python3.9-rdkit
Homepage: http://www.rdkit.org
Priority: optional
Section: python
Filename: pool/main/r/rdkit/python3-rdkit_202009.5-2.pgdg+1_arm64.deb
Size: 3619156
SHA256: 9fa2ae2a27eeafe59d1d256b33d6ee995f1175d386d51580778cabe04750757c
SHA1: 2e775d9616d926b78e5900a0f74c2c1cd32b4c9a
MD5sum: 0cdc4d0531e0dc3d579f6e46ba426747
Description: Collection of cheminformatics and machine-learning software
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
Python-Version: 3.9
Timestamp: 2021-09-30 19:22:55+00

Package: python3-rdkit-dbgsym
Source: rdkit
Version: 202009.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 74188
Depends: python3-rdkit (= 202009.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/python3-rdkit-dbgsym_202009.5-2.pgdg+1_arm64.deb
Size: 66232024
SHA256: f06a7d1abee4127c2543ea3b8dd2df3a60474921109bae4a055fc0c3d073c169
SHA1: d7fcdaf728688827c7859bc3a4fcb945014919f5
MD5sum: 61bae38a9cc68acd4e8fe2379ccef73b
Description: debug symbols for python3-rdkit
Build-Ids: 0437bc1cfd236f254aec07aca61e681f5a1f8002 0d059b88c82cdc4aef02616eb6a1cc2240b105ff 0d393b34af78361d137cd2eac3ed176f13415a1b 1680a5edc202ed939e661080249aee36950b5acd 29fae5c2a468c500da41bc799dccfd541d27570f 2bfe147c2535cc686649d60870d1126425a6214b 2c232e8e43801c9cde0dff7d1d5734a150a4cd06 3d0f216ccf76ef598a40d988b831e7d5e2c355c5 41cb289260914263755bfd87d8522b7afff5ff7b 41ea2abc432bc4fa732b50671f797e1e15749da5 43d7a5058c93422b3f2e0e14dd84502ec43d3ab5 4810a8a9d6c67ed16189c3a8db3562d4908d31a8 49c55fc8ac89b3b349d89c68e9071f3b32a691e8 4cdf443ac873e75bc8c51e0dac977cdd88feaf57 5138c967e9d8c0fbd290308473b99f3f623ad492 5426cfc6b4d74f5b5625eea31ff4bbf7a453b94a 5559d0f0bd690383e3285119f07d9b4d0f6aa501 560071bc91f2a8a918105a8cbae3366425a0c6ef 56780c531bd7fe6f752dadbceafa3a81eea227b0 67221745504ac29fd25e8ca449010b5dc0ca5b9b 7212a8eac11b7458079bbf3685237e3a87d33775 7319d27a7dc02745964532af6eaaef1f6069d94c 76598aef0cd68bd919aa629ddbac3a387b4dc30c 83b88837a920902ccf1ca582d8bcf10468d3e4e6 83e98c0944d4662022a348cea7239ee084f43f3a 8be99fe850f798c87ed44150bdb58fc0812d2179 8dae09edaeb10e559f188bb3351b32c3201ee9cc 8dd40de2b25d73e9e447d9feeb8ee5401e9435c6 904f0f04ec65fd61473c4f422d38d35829de5cce 948e4f68a178b392b4786cb6f3f4d9dc0f34a8e7 94e199f8ce418d47725a6d3bea40a3a08c58e415 a6b61b85fb55889c79fba9b6f87b5321d3609955 a853898946ea9d2fdad5b555c6e625e97be14d10 a8acbdfd130c0c1523ae46a889ddaec1b6bb94ad b1ec85658c34365bb4e1d4b2d2c841d4c27e807c ba0feb3d87dccf511beabeb7dfd949a9e5d48f84 bc97447515660b55dc20cd1ab884230da33bf2dd bdc1c87641b1cd989242ed1131cadb13132c71b3 bdcbab15440d6b044ba6a4dbdf9ac5bbccf64681 c3ff188d42c84aa9b2b74e4ab2aae09a8a1e41cf ce9b9d319608676d6457a7cb42004f91effaed1d d32803661701c192041e27499030bd7f82272901 d383c0ee2b59e44204f58b2cfa38dd8f2e931b47 dadcf7d4962439d3086f33b61af292d93385ecb8 deeae0236ef80960ae01306497b6ec0cfd9d2012 e864ebd72d947de29105feb7985c5c4776de53b9 e876f3961304062ccbf52483faf8fc4d64a3be9e ecec9404a44b0878f356a38b221f589795a9db6e f5b4126753dcc30c57d4bf1e7ac749984a1923cf
Python-Version: 3.9
Timestamp: 2021-09-30 19:22:55+00

Package: rdkit-data
Source: rdkit
Version: 202009.5-2.pgdg+1
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 10592
Homepage: http://www.rdkit.org
Priority: optional
Section: science
Filename: pool/main/r/rdkit/rdkit-data_202009.5-2.pgdg+1_all.deb
Size: 6814304
SHA256: a631dbae893f8f274af5fff3fa31aaf240b895a0555d4d126c01f73b6342b1c2
SHA1: b29dd6f67967b831176e5ecdb8e857b278854f76
MD5sum: b28d8d0c17f777fb527f1d66d4a55829
Description: Collection of cheminformatics and machine-learning software (data files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains data files.
Timestamp: 2021-09-30 19:22:55+00

Package: rdkit-doc
Source: rdkit
Version: 202009.5-2.pgdg+1
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 55789
Homepage: http://www.rdkit.org
Priority: optional
Section: doc
Filename: pool/main/r/rdkit/rdkit-doc_202009.5-2.pgdg+1_all.deb
Size: 5904064
SHA256: 2172b9873c676ee86fe5deab46be29950ccad970102e0e6c624706d973f47082
SHA1: 844628eed1957de0c37c0f140ba0322b2312596f
MD5sum: e54f97090da0510ea9df9e4640842bcb
Description: Collection of cheminformatics and machine-learning software (documentation)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains the documentation.
Timestamp: 2021-09-30 19:22:55+00

Package: postgresql-10-plproxy
Source: postgresql-plproxy
Version: 2.10.0-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-10, libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-10-plproxy_2.10.0-6.pgdg+1_arm64.deb
Size: 56460
SHA256: d6044a71c2ca01caf1914da921ea826111ef9455f8bdb123b89fe8f84fbe3230
SHA1: 1bb2640eeb70568b38d2e3a55aa9cd63f1d4c3f4
MD5sum: 11587c008059d49d0d7f42960fd5f87b
Description: database partitioning system for PostgreSQL 10
 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.
Timestamp: 2021-10-01 14:34:18+00

Package: postgresql-10-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-10-plproxy (= 2.10.0-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-10-plproxy-dbgsym_2.10.0-6.pgdg+1_arm64.deb
Size: 118828
SHA256: e46182ea64344db908dd608a226ad44d0d81db7480195362741dd5aea1841998
SHA1: 63ea510fdc70c8390f6c668893033d0c79b69977
MD5sum: b66abfb6f776113db19201630d5b2110
Description: debug symbols for postgresql-10-plproxy
Build-Ids: 71388e714dccb5de1b6a4205dca53f72e1fb907e
Timestamp: 2021-10-01 14:34:18+00

Package: postgresql-11-plproxy
Source: postgresql-plproxy
Version: 2.10.0-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 337
Depends: postgresql-11, libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-11-plproxy_2.10.0-6.pgdg+1_arm64.deb
Size: 150832
SHA256: 7082bd1680d3078a33d323ed8492346c94285f3974b5a7e61124da62dd533689
SHA1: 78d3164c184b681af57112349da8c38351bb5bed
MD5sum: 1961ddc959bc5b29284ac4e61c93639d
Description: database partitioning system for PostgreSQL 11
 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.
Timestamp: 2021-10-01 14:34:18+00

Package: postgresql-11-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: postgresql-11-plproxy (= 2.10.0-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-11-plproxy-dbgsym_2.10.0-6.pgdg+1_arm64.deb
Size: 115420
SHA256: 0e9474a197117883006cd0ed966cfc4599fb15a9b790b92429703e4553f4cdbc
SHA1: 9b3d994cf4db9c6fd76fbee2d05927364c3bb657
MD5sum: db4f702d874398fd76ade82e265005c1
Description: debug symbols for postgresql-11-plproxy
Build-Ids: 90d82d64e7bd689e67727f1f4eb6f337c4eb8b2e
Timestamp: 2021-10-01 14:34:18+00

Package: postgresql-12-plproxy
Source: postgresql-plproxy
Version: 2.10.0-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Depends: postgresql-12, libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-12-plproxy_2.10.0-6.pgdg+1_arm64.deb
Size: 150524
SHA256: 9b1a77c8ecb58783621c74c928f0f0e7eb6dc3ba90a9a2307574e82941849699
SHA1: 0e357a62b4acb35a20b5597175eb41d557d323f2
MD5sum: 4b02fb849d74a7bb6a61bd912f1f801c
Description: database partitioning system for PostgreSQL 12
 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.
Timestamp: 2021-10-01 14:34:18+00

Package: postgresql-12-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 139
Depends: postgresql-12-plproxy (= 2.10.0-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-12-plproxy-dbgsym_2.10.0-6.pgdg+1_arm64.deb
Size: 116844
SHA256: 7fb25bf2662620aa36aa863d9c19f090e619a862564f1b2f2caca724487fc5cc
SHA1: f389918388b41d08ceb99433d54d8c94a498f64d
MD5sum: fe3384734134546a9aaf9d9605e0fd04
Description: debug symbols for postgresql-12-plproxy
Build-Ids: 07a04e1dc4c563ce101ff7bdca557e541610ed54
Timestamp: 2021-10-01 14:34:18+00

Package: postgresql-13-plproxy
Source: postgresql-plproxy
Version: 2.10.0-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 340
Depends: postgresql-13, libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-13-plproxy_2.10.0-6.pgdg+1_arm64.deb
Size: 151408
SHA256: a71db7951aafce794475c829daa16154ec2efb05a321af916cd05af35feba4ab
SHA1: 24075ef74b9f364adb3958f2e3e4944269658ddb
MD5sum: b329412833abdc33e3f1b3cd648c7f56
Description: database partitioning system for PostgreSQL 13
 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.
Timestamp: 2021-10-01 14:34:18+00

Package: postgresql-13-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-13-plproxy (= 2.10.0-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-13-plproxy-dbgsym_2.10.0-6.pgdg+1_arm64.deb
Size: 118556
SHA256: 61d875661b131ab17303036a8b2f57d8a1563dbb1433ccdc14300304dee7a4b3
SHA1: 8bc903f56262c6003a4f1f16d219bdc72e0c5c94
MD5sum: 28b3f02cd4e9392b948026b9b82bfaf9
Description: debug symbols for postgresql-13-plproxy
Build-Ids: 06d9c70f15cf560b05391ccc4d33dbd8cd53f0d4
Timestamp: 2021-10-01 14:34:18+00

Package: postgresql-14-plproxy
Source: postgresql-plproxy
Version: 2.10.0-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 339
Depends: postgresql-14, libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-14-plproxy_2.10.0-6.pgdg+1_arm64.deb
Size: 151836
SHA256: 194578120212b40f2abed7ae2b23dbb327d511a52931414ac8babfa957843cb7
SHA1: 8ba80e54bf20f87bd6d7aaf6273826719bf8367a
MD5sum: 956e49179a1e785820c3751bd7b446ba
Description: database partitioning system for PostgreSQL 14
 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.
Timestamp: 2021-10-01 14:34:18+00

Package: postgresql-14-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 142
Depends: postgresql-14-plproxy (= 2.10.0-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-14-plproxy-dbgsym_2.10.0-6.pgdg+1_arm64.deb
Size: 119548
SHA256: 681d91bce7c276ca32b5e61b66ed834232de609c4cad5a7fc397dd8d86ae5759
SHA1: d8f67657b4f0bf4d244a46346438559b66892fb8
MD5sum: 6a8afc7dd885c79218da0cfd741a0316
Description: debug symbols for postgresql-14-plproxy
Build-Ids: 23f273e5b7246949952e7dda6082ce61fef916e7
Timestamp: 2021-10-01 14:34:18+00

Package: postgresql-9.6-plproxy
Source: postgresql-plproxy
Version: 2.10.0-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-9.6, libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-9.6-plproxy_2.10.0-6.pgdg+1_arm64.deb
Size: 56404
SHA256: 6149918cb5c10dbe3add07a8160cf9d27bf56129bf79447eaddd57c5fd94bce6
SHA1: 5cc11fe06d652c37081f39f66ea96410461819c3
MD5sum: 9724ceb975c8ebf066ccd4fe1fbe2e5b
Description: database partitioning system for PostgreSQL 9.6
 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.
Timestamp: 2021-10-01 14:34:18+00

Package: postgresql-9.6-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: postgresql-9.6-plproxy (= 2.10.0-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-9.6-plproxy-dbgsym_2.10.0-6.pgdg+1_arm64.deb
Size: 110176
SHA256: 3919932b54233c2d1c943f7c847624be0f291cac9c1bb3e53f5dce41d13ea867
SHA1: b38c14270894a74bd96b4ed0e4f591d11fdcb6e2
MD5sum: 45c8a8b3f27d6623e4b3478700a8e827
Description: debug symbols for postgresql-9.6-plproxy
Build-Ids: c49e1cc956b4c5fd32cc5b5b94572e80e8194e21
Timestamp: 2021-10-01 14:34:18+00

Package: postgresql-14-partman
Source: pg-partman
Version: 4.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6002
Depends: postgresql-14, python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-14-partman_4.5.1-1.pgdg+1_arm64.deb
Size: 248696
SHA256: ffbd7ba9d2cb96ddca249e51a0e532862186154c7ebd02a8a88cbe352f34bd9a
SHA1: ae7f747faab65bf8710c51df050be880ce085df5
MD5sum: 47065a7e62aa1d9cd9c744e7bd4e49d6
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.
Timestamp: 2021-10-03 20:14:01+00

Package: postgresql-14-partman-dbgsym
Source: pg-partman
Version: 4.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-14-partman (= 4.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-14-partman-dbgsym_4.5.1-1.pgdg+1_arm64.deb
Size: 21080
SHA256: 3e200c21b3e33f132877c55f6e0aef6cdb7bbf86c3bbfe0591f8109258bd2213
SHA1: 857eaecbbcb51b7a60819f5df0a064b6e0a523d2
MD5sum: 4ccd9cae80e19cf70e4721c4f53c2d39
Description: debug symbols for postgresql-14-partman
Build-Ids: 020d5ff54788eb5f3b2c5b0dd8c0bf8ba0e772a2
Timestamp: 2021-10-03 20:14:01+00

Package: postgresql-10-orafce
Source: orafce
Version: 3.16.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 409
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-10-orafce_3.16.0-1.pgdg+1_arm64.deb
Size: 96640
SHA256: 3626cd4e52616b7ed89380b40fe332244725572698395ec5f9abb438568f8fab
SHA1: 852a6ff3a579dfc3d47d5fc2ed199f7a15e83d67
MD5sum: a47076e7d88c1f2da1e940c08d799328
Description: Oracle support functions for PostgreSQL 10
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2021-10-04 14:59:25+00

Package: postgresql-10-orafce-dbgsym
Source: orafce
Version: 3.16.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 253
Depends: postgresql-10-orafce (= 3.16.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-10-orafce-dbgsym_3.16.0-1.pgdg+1_arm64.deb
Size: 208972
SHA256: f2804074cd31da32590d0e87b7aaaecb209e5d50f1a90fb05f351b3ec8f0d739
SHA1: 8afa3203af38c0be91d7c69823fd1a7e73e22b50
MD5sum: 8a7df96be40ba454109d3e8349a7d16b
Description: debug symbols for postgresql-10-orafce
Build-Ids: 8bcee19e92bcd617fcc640e180e5a4f95bc98ed7
Timestamp: 2021-10-04 14:59:25+00

Package: postgresql-10-pldebugger
Source: pldebugger
Version: 1:1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: libc6 (>= 2.17), postgresql-10
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-10-pldebugger_1.4-1.pgdg+1_arm64.deb
Size: 25144
SHA256: be058cff7e9ad7fd522a68077133089d9f2db2aa1485247461e5504c902a9fa9
SHA1: f46640aaccde71bfc2342ca92bf2c353d84b1ec7
MD5sum: b650bb088b204c89d3e7dbc4e9b2dc34
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2021-10-04 14:59:25+00

Package: postgresql-10-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: postgresql-10-pldebugger (= 1:1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-10-pldebugger-dbgsym_1.4-1.pgdg+1_arm64.deb
Size: 92044
SHA256: ec9e1034d06abb434e6b6d8563fa474778d16ddcd7119261d9b59a4405d7795a
SHA1: 859563359dee7e07eedb68fd55ab022d65893f42
MD5sum: e7f9847b7094cee74d50cce61185dc39
Description: debug symbols for postgresql-10-pldebugger
Build-Ids: d91fdc43698980677c6d7668b5286b0fc1be4357
Timestamp: 2021-10-04 14:59:25+00

Package: postgresql-11-orafce
Source: orafce
Version: 3.16.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 946
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_3.16.0-1.pgdg+1_arm64.deb
Size: 314836
SHA256: 9b69ac43d650721abc763c5c7e460fea07b78987e77a3694e2984294975150fd
SHA1: 22cd6b34819ee4233936e5c88e0b819a5095f3ba
MD5sum: a82863bca31118c5772f78adae9aae12
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2021-10-04 14:59:25+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 3.16.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 254
Depends: postgresql-11-orafce (= 3.16.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_3.16.0-1.pgdg+1_arm64.deb
Size: 209512
SHA256: 3a14f1280a581f07eea2ad7fcf72e1f41ce7e777e6a0d57c9784f8fc803b3d75
SHA1: 55873dfe99e2bf7f1ce0db2fdbb50281e9e91f60
MD5sum: c19db4ef8b8f53e358c5c821e271c3d4
Description: debug symbols for postgresql-11-orafce
Build-Ids: 6d024990d6897b51f9056c8ea40872d7adab8642
Timestamp: 2021-10-04 14:59:25+00

Package: postgresql-11-pldebugger
Source: pldebugger
Version: 1:1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 209
Depends: libc6 (>= 2.17), postgresql-11
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-11-pldebugger_1.4-1.pgdg+1_arm64.deb
Size: 81524
SHA256: bb7c7c766a617c03045d6f0c183c0cbcad1869bda8fe0c0b79d03956bf1d963d
SHA1: 9122d5fd697079e941351aabb8bb9ec460c9d1a3
MD5sum: 6c3f77ad5bfa97e04a5783d5813b0a2c
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2021-10-04 14:59:25+00

Package: postgresql-11-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-11-pldebugger (= 1:1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-11-pldebugger-dbgsym_1.4-1.pgdg+1_arm64.deb
Size: 90816
SHA256: 14dd97d10c81c176c20c6c05d9342f83f6514419e21fd4078af10e34a9accdfe
SHA1: 31596343a08860b32bd6575e60ad96903f882dad
MD5sum: 24246319b70e6255c378e5b18a864f74
Description: debug symbols for postgresql-11-pldebugger
Build-Ids: b6a3a7d6e65a4b405bc60d2471b9150d7f36563c
Timestamp: 2021-10-04 14:59:25+00

Package: postgresql-12-orafce
Source: orafce
Version: 3.16.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 948
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_3.16.0-1.pgdg+1_arm64.deb
Size: 315968
SHA256: a025e6bd844cf3bdaca4203e1acad782d516a4ed5844a39d2e67b2ad6acac320
SHA1: 78747e4f43135d6cd9be02336a4b900fc5f6db70
MD5sum: 24147513a6db66d889ed67ad2dca9ace
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2021-10-04 14:59:25+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 3.16.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 255
Depends: postgresql-12-orafce (= 3.16.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_3.16.0-1.pgdg+1_arm64.deb
Size: 211580
SHA256: 10db75620a5b8ada01f9b8a66e886a27f856ee8d2ece0677ef7758ed13398631
SHA1: 4a059440beb8948de335e4c6f3249e549c31c50d
MD5sum: 3b99ccccfee545df904006f520d527b1
Description: debug symbols for postgresql-12-orafce
Build-Ids: c59dd55d9039c928bbbf9422a0dd423228d94791
Timestamp: 2021-10-04 14:59:25+00

Package: postgresql-12-pldebugger
Source: pldebugger
Version: 1:1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: libc6 (>= 2.17), postgresql-12
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-12-pldebugger_1.4-1.pgdg+1_arm64.deb
Size: 81748
SHA256: 4b305d9563093318ff93f0a6057f4e130086916002e8ac4a164adbaf57cd229c
SHA1: 032523a7f83ed5365d7221806c3ecd28c05d2da7
MD5sum: e630f39240a9f692b5a57206396a1fea
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2021-10-04 14:59:25+00

Package: postgresql-12-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-12-pldebugger (= 1:1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-12-pldebugger-dbgsym_1.4-1.pgdg+1_arm64.deb
Size: 93252
SHA256: 22cfbdb4f404e9456da0ede923fe1436dac7d3b6eda2f632ffa356a2f4a2f76a
SHA1: ecfb10598835df5ca5ec97059406213df1a2d695
MD5sum: c38b795f7c779714c21360368ae7865b
Description: debug symbols for postgresql-12-pldebugger
Build-Ids: 37ae0fffa4d14dbb49b2715fef5bf98bd6fe6a59
Timestamp: 2021-10-04 14:59:25+00

Package: postgresql-13-orafce
Source: orafce
Version: 3.16.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 941
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_3.16.0-1.pgdg+1_arm64.deb
Size: 315892
SHA256: fc0b6b2adee87bf35ae325241a0a31f07af4e6aa24fbf3072310461b8200fbf6
SHA1: 054b53c0e0d97bdcaeef7f53f6224cf65f3009e2
MD5sum: a67a6da45b73e866c051685b38fbc5f3
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2021-10-04 14:59:25+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 3.16.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 252
Depends: postgresql-13-orafce (= 3.16.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_3.16.0-1.pgdg+1_arm64.deb
Size: 209224
SHA256: ee59da4013c6b6020f67d2b24fd1c5ea0019ce5699109deddea98d76914084fe
SHA1: 1089bec9591fdb85e7b3860ff163c869c0d41680
MD5sum: 4880c6a701eedd165c77dada970a41c8
Description: debug symbols for postgresql-13-orafce
Build-Ids: dacb0817f058e9237c35fb984a60e249ff139d14
Timestamp: 2021-10-04 14:59:25+00

Package: postgresql-13-pldebugger
Source: pldebugger
Version: 1:1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 207
Depends: libc6 (>= 2.17), postgresql-13
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-13-pldebugger_1.4-1.pgdg+1_arm64.deb
Size: 81512
SHA256: 9d7cf9608f72de558bf9b562be2769f9b08eb9cb0a79292ff719256bad7480a8
SHA1: ccea9c53a6e002954a1d2681d232a0bebd16e4ed
MD5sum: 067474d1c6945a95c37b91e22d5efdff
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2021-10-04 14:59:25+00

Package: postgresql-13-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-13-pldebugger (= 1:1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-13-pldebugger-dbgsym_1.4-1.pgdg+1_arm64.deb
Size: 93368
SHA256: 4ece6eb0f1ddf9de3226e78d8d944b1d8ffb170f84bee45b896c508aa3c32a97
SHA1: e1b245b9258db51f581c3eb98014f2072384acd0
MD5sum: dbe7eb9d77558a55f2cf1343cdeaab8f
Description: debug symbols for postgresql-13-pldebugger
Build-Ids: 2555bf768a70db86fb143798d198d8aad47688e7
Timestamp: 2021-10-04 14:59:25+00

Package: postgresql-14-mimeo
Source: mimeo
Version: 1.5.1-9.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4486
Depends: postgresql-14, postgresql-contrib-14
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-14-mimeo_1.5.1-9.pgdg+1_all.deb
Size: 128740
SHA256: 670561db0746c19c64ccbd1ff4536bb4de463450173a5402fea7f303ed7f1914
SHA1: ad52b3bc71f6ca5dab6f5e254afe2b8dd4a9a67c
MD5sum: 18c7851d719663ff56813681be6f2903
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.
Timestamp: 2021-10-04 14:59:25+00

Package: postgresql-14-orafce
Source: orafce
Version: 3.16.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 949
Depends: postgresql-14, libc6 (>= 2.17)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_3.16.0-1.pgdg+1_arm64.deb
Size: 316340
SHA256: 05cc71b91be9baca8e35eef4bd26eedb7193370d27d48b1215b7ce3dc4a7b851
SHA1: 454d405ef6ff6cbfd71a4a39cf72a8995b799916
MD5sum: 7df9a597a5e516fa3a2e33d519944c1b
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2021-10-04 14:59:25+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 3.16.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 253
Depends: postgresql-14-orafce (= 3.16.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_3.16.0-1.pgdg+1_arm64.deb
Size: 210148
SHA256: b414f8e191f58e8c836bee6bded57e089f09f992f74a30a88a7ae401e5f310c8
SHA1: d8b3652661476e97b9cfdcbfb8ee30118030ea5d
MD5sum: f4e287bd7c9323a97e05057193ea4a44
Description: debug symbols for postgresql-14-orafce
Build-Ids: 0c852db3476759b5d424df0f817bb6691c8e9169
Timestamp: 2021-10-04 14:59:25+00

Package: postgresql-14-pgtap
Source: pgtap
Version: 1.1.0-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1637
Depends: postgresql-14
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-14-pgtap_1.1.0-5.pgdg+1_all.deb
Size: 59060
SHA256: 791dea9227ef912e4bd176f765cae6646f7d6260262e877d3a53547bbf656859
SHA1: fcfa3b830a3fe5989fd749bd724d37cf627b512f
MD5sum: ea7df653f0edf054cbdbab3b6985230d
Description: Unit testing framework extension for PostgreSQL 14
 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 14.
Timestamp: 2021-10-04 14:59:25+00

Package: postgresql-14-pldebugger
Source: pldebugger
Version: 1:1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 216
Depends: libc6 (>= 2.17), postgresql-14
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-14-pldebugger_1.4-1.pgdg+1_arm64.deb
Size: 82372
SHA256: 1e847bdb3822a1907705066a39adc85322fdcd4cff15649ee954cad4eece3882
SHA1: 1bdfcb4130aea898148d4b5b734a9d4888d22dee
MD5sum: 92c39255033dbb02ec74b80f61b1ae0c
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2021-10-04 14:59:25+00

Package: postgresql-14-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: postgresql-14-pldebugger (= 1:1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-14-pldebugger-dbgsym_1.4-1.pgdg+1_arm64.deb
Size: 94612
SHA256: 4f20f1488a37c3a31ffa18a6b4db8ce264199d69759eeb254d1c4adfab0b2a5b
SHA1: b8d4638d9d3a40b0da4c9914892f51be08613e4f
MD5sum: fa12cfd66d38ddd4a94830cbc428bd0e
Description: debug symbols for postgresql-14-pldebugger
Build-Ids: 1ce368a740dccacae181ca12669c358cef96f1e8
Timestamp: 2021-10-04 14:59:25+00

Package: postgresql-9.6-orafce
Source: orafce
Version: 3.16.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 409
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-9.6-orafce_3.16.0-1.pgdg+1_arm64.deb
Size: 97124
SHA256: 985bf7eb23e88e02d8d177aeafdb122292c042327ef9f6ede7901e5f378e6cb6
SHA1: cea3386277c1282ed009b9685ac41d1c2a449cf1
MD5sum: a4d547a18e29ef74009c5b8d8163bb09
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.
Timestamp: 2021-10-04 14:59:25+00

Package: postgresql-9.6-orafce-dbgsym
Source: orafce
Version: 3.16.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 243
Depends: postgresql-9.6-orafce (= 3.16.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-9.6-orafce-dbgsym_3.16.0-1.pgdg+1_arm64.deb
Size: 199216
SHA256: cec7f5b5c0d7133c62039aa076adb1e83eace51bde346445ac913457fec8b5c1
SHA1: 6b35235596a34f90cbef0d33dccd8b508ed7d534
MD5sum: d453da7b8a48a55107cc891c493dfa97
Description: debug symbols for postgresql-9.6-orafce
Build-Ids: a057d992a55aaefc1543ec74396ac573a66a261d
Timestamp: 2021-10-04 14:59:25+00

Package: postgresql-9.6-pldebugger
Source: pldebugger
Version: 1:1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: libc6 (>= 2.17), postgresql-9.6
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-9.6-pldebugger_1.4-1.pgdg+1_arm64.deb
Size: 24996
SHA256: ff8f1a3c350558e549d7a3bb375c63923dbf46e3dcf813743182c1afbbe384d8
SHA1: 3a9453702f4a8df876dc1cb131b8f82c66413ba3
MD5sum: b3e5c7130879e2cea98e056fed563421
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2021-10-04 14:59:25+00

Package: postgresql-9.6-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-9.6-pldebugger (= 1:1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-9.6-pldebugger-dbgsym_1.4-1.pgdg+1_arm64.deb
Size: 82392
SHA256: 0de025da0ee8cd1e873f5ec0d13301596b1960937516190369e56ee9ce21a616
SHA1: 6eb6fbc668248b4d3a0524751557ce7cf3f4eb79
MD5sum: 6386360b0cf29fb5edd659f140430d59
Description: debug symbols for postgresql-9.6-pldebugger
Build-Ids: 54205305a8ee7731cacc51be2ce8ef7bb8da4f66
Timestamp: 2021-10-04 14:59:25+00

Package: postgresql-10-pg-qualstats
Source: pg-qualstats
Version: 2.0.3-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 83
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-10-pg-qualstats_2.0.3-1.pgdg+1_arm64.deb
Size: 27764
SHA256: f78aeae1545f26a2149fe1f8dbd01d5af4027a6b9c134200bea80df463201ce9
SHA1: 9b645fd8cd7babc82499686cec61c19ab88d95df
MD5sum: b223e12d7ee3a58280ad9b8e60d8ff26
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2021-10-08 08:30:45+00

Package: postgresql-10-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.0.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 80
Depends: postgresql-10-pg-qualstats (= 2.0.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-10-pg-qualstats-dbgsym_2.0.3-1.pgdg+1_arm64.deb
Size: 63416
SHA256: 05685def88bf84d98907ff3668f83fdb142148239d17a2612523cc538fda359b
SHA1: 6c1d2031fb44a8b010aa104342882a087880703a
MD5sum: c1d13f5f336259ab2e8f7989615a6e64
Description: debug symbols for postgresql-10-pg-qualstats
Build-Ids: e89139b5829c4227b169e2db7ed71b208c1687f5
Timestamp: 2021-10-08 08:30:45+00

Package: postgresql-11-pg-qualstats
Source: pg-qualstats
Version: 2.0.3-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 143
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-11-pg-qualstats_2.0.3-1.pgdg+1_arm64.deb
Size: 60004
SHA256: c1cb2f397dec736fe7658c8217e6c787ada7c529eeb16a12f31602ffea882106
SHA1: 96e33df4983f357ecebd0c01c32b5e2f894a4e8a
MD5sum: c896cd08fcf2d46cb27bfee6b6aade1f
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2021-10-08 08:30:45+00

Package: postgresql-11-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.0.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 75
Depends: postgresql-11-pg-qualstats (= 2.0.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-11-pg-qualstats-dbgsym_2.0.3-1.pgdg+1_arm64.deb
Size: 57692
SHA256: b20f02745ef4e132b1d48ec156e17bace4b883bb7b67b8e2863db310bbc1c5f6
SHA1: 09651e41798df43c2387ebc886c45d1d530fe890
MD5sum: 105a4acaa060aba7f941f8f6e72b4e0d
Description: debug symbols for postgresql-11-pg-qualstats
Build-Ids: d74817cb794a1e8ecedf5f713cb9f49d27ebdd7b
Timestamp: 2021-10-08 08:30:45+00

Package: postgresql-12-pg-qualstats
Source: pg-qualstats
Version: 2.0.3-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 139
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-12-pg-qualstats_2.0.3-1.pgdg+1_arm64.deb
Size: 60496
SHA256: 8f8c274c072bcb0082186ff0064a1b28d79747bead41cc4eeb115ecbb1c49913
SHA1: 33608b73db71ced8e3fed4480d817422247aed5c
MD5sum: 70c2906ecfd3018b60f690d502716f4a
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2021-10-08 08:30:45+00

Package: postgresql-12-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.0.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 75
Depends: postgresql-12-pg-qualstats (= 2.0.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-12-pg-qualstats-dbgsym_2.0.3-1.pgdg+1_arm64.deb
Size: 58608
SHA256: 1a445e74e782b5dda09ad9f6e05d68e765f162e5a14a0ca8b3ee12df7771319e
SHA1: 984ef898667a7ede05ca31461dce7da2f5675645
MD5sum: a40ac8387588e1e7e26bdd966e0cfeb1
Description: debug symbols for postgresql-12-pg-qualstats
Build-Ids: f082a6996c7f0bea960b29f317d2432794b827b5
Timestamp: 2021-10-08 08:30:45+00

Package: postgresql-13-pg-qualstats
Source: pg-qualstats
Version: 2.0.3-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 141
Depends: libc6 (>= 2.17), postgresql-13
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-13-pg-qualstats_2.0.3-1.pgdg+1_arm64.deb
Size: 61348
SHA256: c6ead83870e1cae65ccdbb7294fe44fca097741fb066e52380fee19a6550f1ed
SHA1: 43632a8a2c8bfb30c3c5b67c57d39802f93a032b
MD5sum: 3a5b66bdb747a355e526f34714f1659b
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2021-10-08 08:30:45+00

Package: postgresql-13-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.0.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 77
Depends: postgresql-13-pg-qualstats (= 2.0.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-13-pg-qualstats-dbgsym_2.0.3-1.pgdg+1_arm64.deb
Size: 60764
SHA256: a862e62a4e0bd1a39cd7ee9b707c7be2f462db9289b5a6b2f50b9f75b0218d60
SHA1: 8ea343123062e137abc3ae50aa43b3cc6434451b
MD5sum: 3048907db1b228907d03e39d271daad7
Description: debug symbols for postgresql-13-pg-qualstats
Build-Ids: 2bcd61b3e80e0c6f205459c7556f7cddb11b1e7d
Timestamp: 2021-10-08 08:30:45+00

Package: postgresql-14-pg-qualstats
Source: pg-qualstats
Version: 2.0.3-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 142
Depends: libc6 (>= 2.17), postgresql-14
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-14-pg-qualstats_2.0.3-1.pgdg+1_arm64.deb
Size: 61916
SHA256: b239faff244179872fc22d81518734049254598d28fc0fc64f421f20adb5b77f
SHA1: 8847090c7fcec1930aa9060c45a346de7e06924c
MD5sum: 33f7600716d8b1f0276c1abdac34a11a
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2021-10-08 08:30:45+00

Package: postgresql-14-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.0.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 78
Depends: postgresql-14-pg-qualstats (= 2.0.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-14-pg-qualstats-dbgsym_2.0.3-1.pgdg+1_arm64.deb
Size: 61436
SHA256: 4faeacae211fe054d4f00e3885911535af20e672f07dfbf7d6b6fefe6ced90b4
SHA1: 99ce385c2e733b6c947200d1322175ac4deee695
MD5sum: 3a7681bac9be041e2d94d2a580575024
Description: debug symbols for postgresql-14-pg-qualstats
Build-Ids: e79d1e3138dd1dab15316859c8504637ff941da6
Timestamp: 2021-10-08 08:30:45+00

Package: postgresql-9.6-pg-qualstats
Source: pg-qualstats
Version: 2.0.3-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 87
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-9.6-pg-qualstats_2.0.3-1.pgdg+1_arm64.deb
Size: 27764
SHA256: 8735e1cc4f50a121d1bf36c07a40a29f2f0f2ff4ac33bbace330e12e9ab15be2
SHA1: fadd62c09d23eb07506329d07b95db8a437c8d09
MD5sum: d973f2890474020d55fcf0fdd449751c
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2021-10-08 08:30:45+00

Package: postgresql-9.6-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.0.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 71
Depends: postgresql-9.6-pg-qualstats (= 2.0.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-9.6-pg-qualstats-dbgsym_2.0.3-1.pgdg+1_arm64.deb
Size: 54156
SHA256: c66f566d41668e077e68e1fe72afaf105465fbec8475dd67e3a3669825183bb8
SHA1: c18eee596d666aadbeaaff7fc1000dd04a11df5d
MD5sum: 94495e9124a4d4d4f808469cdcdee439
Description: debug symbols for postgresql-9.6-pg-qualstats
Build-Ids: b34c343b823e4e143c4b3f9866e3c116cb1c0470
Timestamp: 2021-10-08 08:30:45+00

Package: postgresql-10-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.6-1.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 26
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-10-bgw-replstatus_1.0.6-1.pgdg+1_arm64.deb
Size: 7224
SHA256: 0912ee923d632a1923dd3e198276578f59ef456473f6dc9f11c67df42e0c8f35
SHA1: 59bce5cb45f6e79368f7e6133ff5bc0f92df502f
MD5sum: 2640f717e3b065a347f13eea5c288b33
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-10-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 24
Depends: postgresql-10-bgw-replstatus (= 1.0.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-10-bgw-replstatus-dbgsym_1.0.6-1.pgdg+1_arm64.deb
Size: 9028
SHA256: 8b0d2f1347fee9a564e3e8729c97e37cbb69ccf528f4981dfc2f78d91155b215
SHA1: 720e922e037458c4a564eb888b23d44ab51e59c3
MD5sum: 01573fd192fee433047e62b0c2d19895
Description: debug symbols for postgresql-10-bgw-replstatus
Build-Ids: 7f23afa263f241daf85fb2cabbb087882bad7386
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-10-extra-window-functions
Source: extra-window-functions
Version: 1.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-10-extra-window-functions_1.0-3.pgdg+1_arm64.deb
Size: 7584
SHA256: 4013421b03e4d95f4034ca4c8d3f8577ba545d7250f748b1105eb60b089e9ad1
SHA1: 96742b204c39616e3455c1e175dbcfcdcf2350aa
MD5sum: 998ab4d5dc66e0edcd8c7035f791fbc3
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-10-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-10-extra-window-functions (= 1.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-10-extra-window-functions-dbgsym_1.0-3.pgdg+1_arm64.deb
Size: 10152
SHA256: 96cc4f66c9cc3b34a7a2f8557c5d4f060589a9f57604eb38a70988e3bbba07ba
SHA1: 33e0f88e5cb5373ab19d1ca3112c3664d3ff97cf
MD5sum: 8f7fdab3c5082220b47ffd64c62c666f
Description: debug symbols for postgresql-10-extra-window-functions
Build-Ids: f96d743decc978617d07ae0af60f76a7d2c6c176
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-10-hypopg
Source: hypopg
Version: 1.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 69
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-10-hypopg_1.3.1-1.pgdg+1_arm64.deb
Size: 21788
SHA256: 69be596e473d9f7b8ffb58a85b1a09a35988cf9bf90b69b64d37cbe6e679520e
SHA1: aea8f8f4b83d04a9056fbcf29aa3b73d3cb4e498
MD5sum: 8ff987f8df23efda78a21a22f6e01241
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-10-hypopg-dbgsym
Source: hypopg
Version: 1.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 82
Depends: postgresql-10-hypopg (= 1.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-10-hypopg-dbgsym_1.3.1-1.pgdg+1_arm64.deb
Size: 63260
SHA256: aa7b63222c694d3d36fb20a0ec451821a395b19039ca9baedd9116db8776d6d0
SHA1: e9860f22edde839ec27c7cd9ed8ce9130e3b4af3
MD5sum: b86f8125c139b5751ec2394a29a0a37e
Description: debug symbols for postgresql-10-hypopg
Build-Ids: ecbcf53dc725664d8e4a8e3c083fe315b12d6a5c
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-10-plpgsql-check
Source: plpgsql-check
Version: 2.0.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check_2.0.4-1.pgdg+1_arm64.deb
Size: 72376
SHA256: 2678e52be9c10724ddf169de0e6f0e0a1e6b533466ac28371c68b5fb7bc8ebb4
SHA1: cde27ee2584f822a64f45d26dd1648f31b51138b
MD5sum: b624469093ba85865d9c653a6322afa2
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-10-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.0.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 245
Depends: postgresql-10-plpgsql-check (= 2.0.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check-dbgsym_2.0.4-1.pgdg+1_arm64.deb
Size: 215684
SHA256: 92b8f6315419f70cf4517ecc8b567aee38654ebe824fa6d9b45d59b797af6793
SHA1: 1cfb7f44eaba49d00d13b37eb5f02995068ce0a1
MD5sum: 415e5f8c77aa99da138262704f0c78be
Description: debug symbols for postgresql-10-plpgsql-check
Build-Ids: c57416bc81c445a99a657674fb5d95f761ce8ca4
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-11-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.6-1.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 44
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-11-bgw-replstatus_1.0.6-1.pgdg+1_arm64.deb
Size: 15536
SHA256: ced799876960f0c7c96d0b5c715bb95f5a9083ec264260fa85f7b7ba9512bb82
SHA1: 562874b5af92608c69450339b8fe1b5e5f8c1413
MD5sum: ab901ebac195b7fd232e18a1b4fcc953
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-11-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 24
Depends: postgresql-11-bgw-replstatus (= 1.0.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-11-bgw-replstatus-dbgsym_1.0.6-1.pgdg+1_arm64.deb
Size: 9028
SHA256: 48c7c4eb807f9907fec18e1af8c8f638c29b49208baf6c61e4aad5f140069b42
SHA1: bad3b47b1b1ec184d803c1595cc40d2c1e41b38b
MD5sum: 2421ca763b39930ad9a024455f472e57
Description: debug symbols for postgresql-11-bgw-replstatus
Build-Ids: 4c5df3ad35ac2d087c97f299415f6c6dbe9df492
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-11-extra-window-functions
Source: extra-window-functions
Version: 1.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-11-extra-window-functions_1.0-3.pgdg+1_arm64.deb
Size: 16140
SHA256: 019d023a44be47bf6da7ab25d1de932d8ea11bd8e95abefe25044d990be0d758
SHA1: beca83dcfddaba52aac8ba867dd0d7e922855541
MD5sum: db72c68aa8dc056783a3e58f8d3ea8c8
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-11-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-11-extra-window-functions (= 1.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-11-extra-window-functions-dbgsym_1.0-3.pgdg+1_arm64.deb
Size: 10140
SHA256: d7cde1d452b6689e887104007812e92a47393fccd184be8f2a424f4dd7b62685
SHA1: 1ef81df9e64646369f487d44f234d5c57d5315a0
MD5sum: b377397ec82f99778a04e09c8a92a05c
Description: debug symbols for postgresql-11-extra-window-functions
Build-Ids: c3b512a5731f73444bed4e73f9806d1fcf4cefda
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-11-hypopg
Source: hypopg
Version: 1.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 158
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-11-hypopg_1.3.1-1.pgdg+1_arm64.deb
Size: 67108
SHA256: 65d15c8307440f9ce017461fe85c97161440f3f05b86a368f192bb6011ce48d1
SHA1: 6b1c3c85872a64df16147739ae0739b8c659192f
MD5sum: 0802e83a5445740fe7f351e40b466b0d
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-11-hypopg-dbgsym
Source: hypopg
Version: 1.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 91
Depends: postgresql-11-hypopg (= 1.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-11-hypopg-dbgsym_1.3.1-1.pgdg+1_arm64.deb
Size: 70556
SHA256: 82060c1f174e6dfb3bbd2d34c26040042fc0810b360ae11c2e88c7c797a9afda
SHA1: 4e5374dd70943b40f92bba8a3dcda8887f531d1a
MD5sum: 1d87a67058d9f601c012b573ab1207d9
Description: debug symbols for postgresql-11-hypopg
Build-Ids: e43a9f04c3d4661e17f5b002d3deb9e003fd7555
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-11-plpgsql-check
Source: plpgsql-check
Version: 2.0.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 601
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check_2.0.4-1.pgdg+1_arm64.deb
Size: 272092
SHA256: d53d5225831c06b5da6b7ed7e6a21f4d2b8d5685765eacc0c59263cbce8c38c2
SHA1: 71ed51c2722ce446abf1c753bbdbbcf1765633fc
MD5sum: cf5efc22e6f54a29d342f5ceb2b4a39e
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-11-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.0.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 242
Depends: postgresql-11-plpgsql-check (= 2.0.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check-dbgsym_2.0.4-1.pgdg+1_arm64.deb
Size: 213876
SHA256: 552cc0c5b17274161a02b1e5d5bd6730cff640f5c0d77c7494e6631cae771c40
SHA1: 10ecef9fc8af53963a5dfbdbf59359712e4d13b5
MD5sum: 427c4ccf8791865b0dbfd973b69787df
Description: debug symbols for postgresql-11-plpgsql-check
Build-Ids: 6996ff369a08bec750d00fb97a86b754d47636eb
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-12-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.6-1.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 44
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-12-bgw-replstatus_1.0.6-1.pgdg+1_arm64.deb
Size: 15536
SHA256: ead04da829b67072bd6deaa11162da1c305f07d2d37596f46ea64910c9c50263
SHA1: f41bd30dcf6d4d261a8f20de23e97d1b56e0eef6
MD5sum: 738ab45b0e9dbc8d7dd23cc513c12d70
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-12-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 24
Depends: postgresql-12-bgw-replstatus (= 1.0.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-12-bgw-replstatus-dbgsym_1.0.6-1.pgdg+1_arm64.deb
Size: 8940
SHA256: e124c06e8fb1db8c9ea3e41ec8de97de09961a0f9e56c2bfb9be0e78a68af6de
SHA1: b89f822e945ca9f35b3bb122f890793b88fb0ed8
MD5sum: f18033429bf444ac31187e1a7e2634f9
Description: debug symbols for postgresql-12-bgw-replstatus
Build-Ids: bae24f6ed4bbf1fc1451e03f01658316e928f775
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-12-extra-window-functions
Source: extra-window-functions
Version: 1.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-12-extra-window-functions_1.0-3.pgdg+1_arm64.deb
Size: 16100
SHA256: 3df87c75eb0f1c6e0f2fcf0901588fd6b2067fb04e651b915548a167a90706d1
SHA1: 7203cd4fc30584ffc39fde987dd5b74917c182fe
MD5sum: 522733220cef5d9a562aefac8da0405b
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-12-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-12-extra-window-functions (= 1.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-12-extra-window-functions-dbgsym_1.0-3.pgdg+1_arm64.deb
Size: 10164
SHA256: daf1f3fceb3a979e8af14818bfab903c0a1d911b346da5f220e4535372ff5ea8
SHA1: 36b0bd286123c87cab38ce6608786d00649a298b
MD5sum: f6510c97657a5ea772b5f2331277c1db
Description: debug symbols for postgresql-12-extra-window-functions
Build-Ids: 6a9ec8c9d157a5fdee1c372e977e9298aecc16de
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-12-hypopg
Source: hypopg
Version: 1.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 159
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-12-hypopg_1.3.1-1.pgdg+1_arm64.deb
Size: 67552
SHA256: b8bfaf1a203882d74644837f8075c6eaeded4eb40231b17929934d461c7d0633
SHA1: bd62bda5d67df007c2c14b3f08382f90adc53d86
MD5sum: ca372ef4166d713f5534048217adc083
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-12-hypopg-dbgsym
Source: hypopg
Version: 1.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 89
Depends: postgresql-12-hypopg (= 1.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-12-hypopg-dbgsym_1.3.1-1.pgdg+1_arm64.deb
Size: 71616
SHA256: caba5ae89f05d2348f72bfaad5910a38501186e6b599ba5918f219de416caf69
SHA1: 33c79065a2095372b5652937ccb0f6becbc719b5
MD5sum: 669f29277287987ea2289822141e633b
Description: debug symbols for postgresql-12-hypopg
Build-Ids: 178dd64db7ffe7224957fdd88ee7b6a5e3a3a81e
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 2.0.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 611
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_2.0.4-1.pgdg+1_arm64.deb
Size: 277656
SHA256: d18e7c430dd2f56e1a802083b79392213a624d8e21889f452af082c9164b05a0
SHA1: 08c64a0ceb42ccb9c0dfb3b0501ab7816e28caf2
MD5sum: 830f51e8038ef88745ab53de8a9ccc59
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.0.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 250
Depends: postgresql-12-plpgsql-check (= 2.0.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_2.0.4-1.pgdg+1_arm64.deb
Size: 222192
SHA256: 058e9f7148ab12b3d94d687f2f038f3f4a308af8c983da68a926ce06ee7b9b5f
SHA1: a49702958a88e94c203855eb31cc90c6b550ff89
MD5sum: 3f1d1fc2ddf2fbc1ba1eecdf3bf2c914
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: 9a58cacbf31817b5003c698179b542770d68188b
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-13-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.6-1.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 44
Depends: libc6 (>= 2.17), postgresql-13
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-13-bgw-replstatus_1.0.6-1.pgdg+1_arm64.deb
Size: 15544
SHA256: f9003b9acdc8fea102a39dc63e6f724f7b41843290c1cc923f4ec0b169c85e4e
SHA1: 5a597628266feb3c4493904874fa3a6f9cfee1f5
MD5sum: 237b9d164a53a11b6f4467bdd66b6410
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-13-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 24
Depends: postgresql-13-bgw-replstatus (= 1.0.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-13-bgw-replstatus-dbgsym_1.0.6-1.pgdg+1_arm64.deb
Size: 8940
SHA256: 88f099cde079eb7382c6dec1e73236b9021bbd1fcb6925915f5a900986b542ab
SHA1: b1cafa94aff22985424b40fa54666d348546beb6
MD5sum: af23a3b937e14ae36cb6a852a471ea73
Description: debug symbols for postgresql-13-bgw-replstatus
Build-Ids: 119ebf2ac79c0dfabe411f87621552cc3fd62d6b
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-13-extra-window-functions
Source: extra-window-functions
Version: 1.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-13-extra-window-functions_1.0-3.pgdg+1_arm64.deb
Size: 16104
SHA256: b3cdad3e812a052d50e524be39acac7408ded11d37b4f3cf23bb2f15022cd15a
SHA1: 16a03c1252efa025220a411542f2f4ce57a18b34
MD5sum: 2651efaba532ff5671cc85dea6b14ac6
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-13-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-13-extra-window-functions (= 1.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-13-extra-window-functions-dbgsym_1.0-3.pgdg+1_arm64.deb
Size: 10152
SHA256: c1b4a7df836b2de3e058dae1a77dd1c12588988c4df4f9167cde49579f1d1dc6
SHA1: cb80d44415b6cc194d54011c978aeafb31afd428
MD5sum: 4e672508da85823940555973201f403a
Description: debug symbols for postgresql-13-extra-window-functions
Build-Ids: a2224824e555917abe13a2fa3b691ee5ba4b4b17
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-13-hypopg
Source: hypopg
Version: 1.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 161
Depends: libc6 (>= 2.17), postgresql-13
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-13-hypopg_1.3.1-1.pgdg+1_arm64.deb
Size: 69412
SHA256: 417e14aa4f7d585af9747aea93a1c6796d89491343049f2bad779535916e30d4
SHA1: 70129f302ff86b3c6137f8bd0ac4286feb6ab0ce
MD5sum: 74d60afef0873c9e2724b3e8119dacbe
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-13-hypopg-dbgsym
Source: hypopg
Version: 1.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 94
Depends: postgresql-13-hypopg (= 1.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-13-hypopg-dbgsym_1.3.1-1.pgdg+1_arm64.deb
Size: 77004
SHA256: 105a69f8e5e2950f635b8ab549a064e15246b5a53dec27198b329459ee403db1
SHA1: 4f390a2dbed29fae1629e16c29ebf216d24318e1
MD5sum: d0f20690b98cce4c3a1db3c7f29adf48
Description: debug symbols for postgresql-13-hypopg
Build-Ids: cea3fb1dbb5b3addbd02ce21f7e2e88e297ceb95
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 2.0.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 615
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_2.0.4-1.pgdg+1_arm64.deb
Size: 280328
SHA256: 857d6c21fcf9c609b50c279bcb619fbd0fde9f979006322e7f648ce0dbd1027b
SHA1: 2b76b218c97d8efd015dcfd7f5eed4e2638e1448
MD5sum: fed06d832006c6dbb8bd56c160c803ca
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.0.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 273
Depends: postgresql-13-plpgsql-check (= 2.0.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_2.0.4-1.pgdg+1_arm64.deb
Size: 244176
SHA256: ccb78a0a74ba866cd40d277da4d6e69c6ed627e6918b3592e9110881105a409d
SHA1: 424e4a03b72b2c3728dbce905b15674fa5a4f335
MD5sum: aa4ec5c44ffe68ebaf3dc2607a605950
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: 31a91b67dcc9495052008be0058c591b957c2309
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-14-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.6-1.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 44
Depends: libc6 (>= 2.17), postgresql-14
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-14-bgw-replstatus_1.0.6-1.pgdg+1_arm64.deb
Size: 15348
SHA256: 047e48a287093d73f610c70f1a7f7677cdd2bf2e5c3823f5a2c0f25a0777fdb7
SHA1: d364ab5cde0d9bcd7fab7b027e59dd0616bf378a
MD5sum: 2a8b550b11a74d289efb122024db1aab
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-14-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 24
Depends: postgresql-14-bgw-replstatus (= 1.0.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-14-bgw-replstatus-dbgsym_1.0.6-1.pgdg+1_arm64.deb
Size: 8980
SHA256: 273a8032722ada1d9e7e123fd8ee801ed9bfd833548f1df00e59f65f41653378
SHA1: f7b2708bcf69f89ab537f6d1a5212bcfa646b17d
MD5sum: 16246473ecc04985c928e6b590aa9812
Description: debug symbols for postgresql-14-bgw-replstatus
Build-Ids: 777d0422ebf49e95cb0048d3da29db88c4ada5dc
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-14-extra-window-functions
Source: extra-window-functions
Version: 1.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-14, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-14-extra-window-functions_1.0-3.pgdg+1_arm64.deb
Size: 16112
SHA256: eab83fd1f6202b47de7b49776492e5edc8aab26c0f205201594b9c4075121092
SHA1: 4e9636bbe76ae229fb3405c09e7222466b64021d
MD5sum: fb7d75d247410b130d763ba2da172b79
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-14-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-14-extra-window-functions (= 1.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-14-extra-window-functions-dbgsym_1.0-3.pgdg+1_arm64.deb
Size: 10160
SHA256: cc852408e0c73490037f00280963077b73e352e38dbfbbb6e57b2f303185df89
SHA1: 05712786876ece52297dcc6c48c0d42059700db3
MD5sum: 74284755068fc4b0a9c2b2d1c5a94720
Description: debug symbols for postgresql-14-extra-window-functions
Build-Ids: c0e8e52a596f2651211cde5867cfdc34e76b5eee
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-14-hypopg
Source: hypopg
Version: 1.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 164
Depends: libc6 (>= 2.17), postgresql-14
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-14-hypopg_1.3.1-1.pgdg+1_arm64.deb
Size: 70868
SHA256: f54ffae91d1529a9e3dac81cd96b1673bc7928ff2bfc8687cc90163207214ebb
SHA1: 3fcbaeeed1e61498d6d16ff1046a33846208f449
MD5sum: 6af6d7a3d1ea73289488f81016d8ad90
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-14-hypopg-dbgsym
Source: hypopg
Version: 1.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 104
Depends: postgresql-14-hypopg (= 1.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-14-hypopg-dbgsym_1.3.1-1.pgdg+1_arm64.deb
Size: 84664
SHA256: 38494ced3f240df541b26d8531f1f4fb69e41ae5ed01069a0b849e84bbf6cfe1
SHA1: 9cb5a1ea13aed66024bef1c6d532ff4e85f3a74c
MD5sum: 53bc26ba62a91f186fe486487d17864d
Description: debug symbols for postgresql-14-hypopg
Build-Ids: 009987ad22910a7ed91298fa327cc336f0ad2f82
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.0.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 632
Depends: postgresql-14, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.0.4-1.pgdg+1_arm64.deb
Size: 283908
SHA256: b04b2b40675011426790514aee8db00e58b3bca4423644ec97679b9383cec4d3
SHA1: eaf816fe52fae1ab459b265071d623ab6f853f2a
MD5sum: cfba74c05528d38682357c3fcf218276
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.0.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 277
Depends: postgresql-14-plpgsql-check (= 2.0.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.0.4-1.pgdg+1_arm64.deb
Size: 248472
SHA256: 7e1399d149c0a6a9fbc802672e7708f5b7aa4134dde615ebe927ce1f9d5ee523
SHA1: b5df561214568ee4890808b1c75be453bb0939d3
MD5sum: c45a39e8cac7b3e076eedb3de8db5aff
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: 058a151872e1060053d5102db0279f782b141fe1
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-9.6-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.6-1.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 26
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-9.6-bgw-replstatus_1.0.6-1.pgdg+1_arm64.deb
Size: 7224
SHA256: c3b760d3781b4033a24d51cb0f947a53028f7b70544e88f2221d27f3e5094141
SHA1: de6d299f3350450f5c0587168247298305558263
MD5sum: 8ff6a43030474db33a7eeb5a2c651606
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-9.6-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 24
Depends: postgresql-9.6-bgw-replstatus (= 1.0.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-9.6-bgw-replstatus-dbgsym_1.0.6-1.pgdg+1_arm64.deb
Size: 9044
SHA256: 3d3b074a89b73aca0e1b112e8816dced6107637b7eca059535f532fb93969c51
SHA1: 9d23ddf10e9ce87b98d0cb0eec582e4b4c89fa32
MD5sum: 27c0c5f9e9f8c24ee1c5ca48e17431de
Description: debug symbols for postgresql-9.6-bgw-replstatus
Build-Ids: f6b7f5829f623065bcb8e6ca583c0b807b386ccf
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-9.6-extra-window-functions
Source: extra-window-functions
Version: 1.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-9.6-extra-window-functions_1.0-3.pgdg+1_arm64.deb
Size: 7600
SHA256: 4b1146342507ee8f962695b218be0f3e11a38f3cfa2d30c73a775115ad8a46b8
SHA1: d434a5d0cddb56a77fefca909aa83cb8e17daf59
MD5sum: a69385909960305464f524d5e7b2ae8b
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-9.6-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-9.6-extra-window-functions (= 1.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-9.6-extra-window-functions-dbgsym_1.0-3.pgdg+1_arm64.deb
Size: 10152
SHA256: d3b318e5146a9e1b93fa79f5a4d59b5e2c94d4a6e405ddb6d7150c7b48e7480f
SHA1: 6b9a86d1aefe6e480977e5e14a04ddef0f9a82c0
MD5sum: 7cd60075a9c992ff98c4920de159ce53
Description: debug symbols for postgresql-9.6-extra-window-functions
Build-Ids: d53ecdf5eca5500481a5f3d0afb041f5a3d9b0d4
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-9.6-hypopg
Source: hypopg
Version: 1.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 69
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-9.6-hypopg_1.3.1-1.pgdg+1_arm64.deb
Size: 22092
SHA256: 1c0093c7904c940c1cb4c883549278cbaa37b7f9ad14afeceef87ff780c3e464
SHA1: ad20b2a7832851b448e2dbb59288bcf2198ad00f
MD5sum: 83f6703f41ca306223dd2467a391dbff
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-9.6-hypopg-dbgsym
Source: hypopg
Version: 1.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 84
Depends: postgresql-9.6-hypopg (= 1.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-9.6-hypopg-dbgsym_1.3.1-1.pgdg+1_arm64.deb
Size: 64304
SHA256: f58c69b9050143a87850d4afd2ed23f0f127594d22a2761061f2dda16804f120
SHA1: a318a6f6984e3c16a658493a3afa5affc9c98218
MD5sum: 30cd6e26a610c209acd282caef75a99a
Description: debug symbols for postgresql-9.6-hypopg
Build-Ids: 623bbda04ac57b502d1938e41f0080e72cef059e
Timestamp: 2021-10-14 15:14:48+00

Package: postgresql-10-orafce
Source: orafce
Version: 3.16.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 409
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-10-orafce_3.16.2-1.pgdg+1_arm64.deb
Size: 97124
SHA256: 93d9f28d2b3da99197c8b61e96e2a89c8ad1a0b3a82926ba2561a36b77e2ffe2
SHA1: 12f75d5bf37248c2c9a2865f27e157a04938f72b
MD5sum: ba4f343a2390f0436972e0182927e7d8
Description: Oracle support functions for PostgreSQL 10
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2021-10-15 13:38:55+00

Package: postgresql-10-orafce-dbgsym
Source: orafce
Version: 3.16.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 259
Depends: postgresql-10-orafce (= 3.16.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-10-orafce-dbgsym_3.16.2-1.pgdg+1_arm64.deb
Size: 212496
SHA256: b73fac6355db27c3f1a9b0057b314d4f4192d6e0de3ff5d4875022e737da28d9
SHA1: 3b1f44dfd669383e2c1436ee98e85b60f11148f8
MD5sum: 27773f301dd9fa0a4f2d4fdf802bf7fa
Description: debug symbols for postgresql-10-orafce
Build-Ids: ad69eb328deb2c7e34611fd1d50c104ef3728af3
Timestamp: 2021-10-15 13:38:55+00

Package: postgresql-10-pljava
Source: postgresql-pljava
Version: 1.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1269
Depends: default-jre-headless | openjdk-11-jre-headless | java-runtime-headless, postgresql-10, postgresql-pljava-common (= 1.6.3-1.pgdg+1), libc6 (>= 2.17)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-10-pljava_1.6.3-1.pgdg+1_arm64.deb
Size: 894336
SHA256: de3bc1a15297bd2daf502b7f5d41d104c87cc435828c7befd71ac4b16f63e6ff
SHA1: 10d37c7ea78cdb70847a484bd873f0b9cdeb9cb1
MD5sum: 4c7738b6aa1405a0b456b80666b5a925
Description: Java procedural language for PostgreSQL 10
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-11-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2021-10-15 13:38:55+00

Package: postgresql-10-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 348
Depends: postgresql-10-pljava (= 1.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-10-pljava-dbgsym_1.6.3-1.pgdg+1_arm64.deb
Size: 285908
SHA256: c580fd9fd9cedc17242564cd16e3f785aabb7d1285b3cb419e70cf0f59a0f6ff
SHA1: 576199fdde02b74cf7f4dd7b730ae01a2019c751
MD5sum: 49ff5b34f4e10bf7eef64f09d7a2bbc7
Description: debug symbols for postgresql-10-pljava
Build-Ids: 6ecfe931b1709d9b29563a75b01c3a0cea3800d9
Timestamp: 2021-10-15 13:38:55+00

Package: postgresql-10-similarity
Source: pg-similarity
Version: 1.0-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-10-similarity_1.0-5.pgdg+1_arm64.deb
Size: 32356
SHA256: 51fd255cfc0a92dd74c8c5934477c67b5cb5cbf311b12302c205a1f385d3bbcd
SHA1: 1758ca437a4f6cf568fdd848770d79a80f6ee1cd
MD5sum: 9e2eb7a0ff29ac80e049656e5e69b0f9
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2021-10-15 13:38:55+00

Package: postgresql-10-similarity-dbgsym
Source: pg-similarity
Version: 1.0-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-10-similarity (= 1.0-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-10-similarity-dbgsym_1.0-5.pgdg+1_arm64.deb
Size: 54756
SHA256: 6a9d377028d1783cb988806f150b971a5c3f34d2434262a6e4df7b5d8c8cd749
SHA1: cc1e0cf2b94c23a4e5956bd338c53ddf22f14bf4
MD5sum: fba88c27687e3f1eab1fc1ca75f76cc3
Description: debug symbols for postgresql-10-similarity
Build-Ids: 8e977f6a00119e00e7b1a376584f300b1e9fd223
Timestamp: 2021-10-15 13:38:55+00

Package: postgresql-11-orafce
Source: orafce
Version: 3.16.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 948
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_3.16.2-1.pgdg+1_arm64.deb
Size: 316600
SHA256: d41a9d539d05feada9a560103711a3646a532f2e403888087addd677e9e4e557
SHA1: 4f7fdcad8fe747e84e6193e823f977e19759e41d
MD5sum: 30779011710957c3c887c97a87ac0de7
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2021-10-15 13:38:55+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 3.16.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: postgresql-11-orafce (= 3.16.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_3.16.2-1.pgdg+1_arm64.deb
Size: 212636
SHA256: 4d32b784942a6205094a7d7d55ad9c18b834200e8946adec91c6bc8383ec0f7b
SHA1: f927eebfd914fed0e4bef21d59a6a0054036ca64
MD5sum: 21cfd05a9199e278ac3dc75aaa9d7730
Description: debug symbols for postgresql-11-orafce
Build-Ids: 7a417bfc940629e3dfff23416df439d11f2515c1
Timestamp: 2021-10-15 13:38:55+00

Package: postgresql-11-pljava
Source: postgresql-pljava
Version: 1.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1269
Depends: default-jre-headless | openjdk-11-jre-headless | java-runtime-headless, postgresql-11, postgresql-pljava-common (= 1.6.3-1.pgdg+1), libc6 (>= 2.17)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-11-pljava_1.6.3-1.pgdg+1_arm64.deb
Size: 894300
SHA256: 6c1e2c2199e4804db5fa43227c35f8ec889cb1145348aa4e70297a440e399222
SHA1: 662034332fc55456d3b20395313e64b32775c702
MD5sum: 694a45c97d36eab580b9723c2dc1a7a8
Description: Java procedural language for PostgreSQL 11
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-11-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2021-10-15 13:38:55+00

Package: postgresql-11-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 344
Depends: postgresql-11-pljava (= 1.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-11-pljava-dbgsym_1.6.3-1.pgdg+1_arm64.deb
Size: 282624
SHA256: a593fa59b56d8a278bb6f0fb44d7b1cdc11a42c4348f630f379426eb4bf96f06
SHA1: 03bd92a0b9c948291f850b98951c0a35fca1eaff
MD5sum: 8a06c9b52d4144ecf29a2038bb693e0e
Description: debug symbols for postgresql-11-pljava
Build-Ids: 152e86586cb1e61792e7d353e7399317de896076
Timestamp: 2021-10-15 13:38:55+00

Package: postgresql-11-similarity
Source: pg-similarity
Version: 1.0-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 341
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-11-similarity_1.0-5.pgdg+1_arm64.deb
Size: 99948
SHA256: f72ba4804263a8c35afdbf58a71c3c0a92635b04e2ef0ebc72c3a3aed3bc326b
SHA1: d1e822599d22ff6ee92acef06a76e7adef5abda2
MD5sum: dea16b8f015c4a188d546ddf2a173400
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2021-10-15 13:38:55+00

Package: postgresql-11-similarity-dbgsym
Source: pg-similarity
Version: 1.0-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-11-similarity (= 1.0-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-11-similarity-dbgsym_1.0-5.pgdg+1_arm64.deb
Size: 54908
SHA256: 837a2d9a9cbe8c071a41277939f804aca748e0013c2eb1431cc270b08a393549
SHA1: cff02c3c4441931e9d9c4293f26833da0881eb0e
MD5sum: 3006e995a75c587113708a81b224a637
Description: debug symbols for postgresql-11-similarity
Build-Ids: a73e659ba856d0060aac56da59977d4f7d86471f
Timestamp: 2021-10-15 13:38:55+00

Package: postgresql-12-orafce
Source: orafce
Version: 3.16.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 950
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_3.16.2-1.pgdg+1_arm64.deb
Size: 317236
SHA256: e14dd535ad374ee8a12ec26dac5643c421243b6301f58ede1094cd71249d7cec
SHA1: 08015fe05bd0cfc1c96d619f2b7b5d2e1842841d
MD5sum: 17f95cd605cce137ef2f261ec45d5439
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2021-10-15 13:38:55+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 3.16.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 261
Depends: postgresql-12-orafce (= 3.16.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_3.16.2-1.pgdg+1_arm64.deb
Size: 216140
SHA256: 3cf521f8bdcf749cc2fdc4bb8d1712349e5eaa7585cd6d8fce0bc9f6b71f6ad3
SHA1: 3553903c5f7700f90ed0e2713cb6eca3f55383a2
MD5sum: 2bc6a4df87616fa974ded494e6ae6c35
Description: debug symbols for postgresql-12-orafce
Build-Ids: 1c9ffbff04075876acc9274e992a0f3387e144b3
Timestamp: 2021-10-15 13:38:55+00

Package: postgresql-12-pljava
Source: postgresql-pljava
Version: 1.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1265
Depends: default-jre-headless | openjdk-11-jre-headless | java-runtime-headless, postgresql-12, postgresql-pljava-common (= 1.6.3-1.pgdg+1), libc6 (>= 2.17)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-12-pljava_1.6.3-1.pgdg+1_arm64.deb
Size: 894716
SHA256: c09d2127a1aa92ff25f3fa93e0f037a029917ae1478351bf6029bf2370094887
SHA1: 7cb776cef0bb0e1a020ae1d9967655aeb032c8db
MD5sum: eb53ba9b4c38856e8266e8342146924c
Description: Java procedural language for PostgreSQL 12
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-11-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2021-10-15 13:38:55+00

Package: postgresql-12-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 352
Depends: postgresql-12-pljava (= 1.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-12-pljava-dbgsym_1.6.3-1.pgdg+1_arm64.deb
Size: 291436
SHA256: 6ed1a91d14b06ff258e4648c30c8df61394154590c50e654614e9b2ca20832f9
SHA1: 0f7de910079f6b5ff6dcef07fecee622b802f482
MD5sum: d074f8e7482a212107d6233b3456dd7b
Description: debug symbols for postgresql-12-pljava
Build-Ids: bf29c87a18dae75a2fae278975d39d033ae89d44
Timestamp: 2021-10-15 13:38:55+00

Package: postgresql-12-similarity
Source: pg-similarity
Version: 1.0-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 342
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-12-similarity_1.0-5.pgdg+1_arm64.deb
Size: 100104
SHA256: 49b63659805af2d74288678605b9bf385b67ff799f838c2ba3c3c10c72bac1de
SHA1: da9197c5dbd425ec6714e2950651427ebb2084f4
MD5sum: 1b36b00918344d6c64e37b4221fea449
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2021-10-15 13:38:55+00

Package: postgresql-12-similarity-dbgsym
Source: pg-similarity
Version: 1.0-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-12-similarity (= 1.0-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-12-similarity-dbgsym_1.0-5.pgdg+1_arm64.deb
Size: 58268
SHA256: de1251aa15ab6257f1140d414609536e927c568eb26ddfdecb70ea007384ba3f
SHA1: 053638bf3f0d81d6cc883ef5b28cc99f1611382b
MD5sum: 5f09b8285e6544ed0ca799c3d53955dc
Description: debug symbols for postgresql-12-similarity
Build-Ids: ecc56b6864489ad423c10c928d5d5b6c4abbb234
Timestamp: 2021-10-15 13:38:55+00

Package: postgresql-13-orafce
Source: orafce
Version: 3.16.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 948
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_3.16.2-1.pgdg+1_arm64.deb
Size: 317516
SHA256: 0fd747a911a173142a67615dca78468b7c0c7b961cf73058197ed1762bc8695d
SHA1: bc0f3043982ca3fc57ebf31d03eb633a69d5fed9
MD5sum: 04e31ac7988d7f87770a970a2b976526
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2021-10-15 13:38:55+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 3.16.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: postgresql-13-orafce (= 3.16.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_3.16.2-1.pgdg+1_arm64.deb
Size: 216208
SHA256: 7b9702305ac841035b874bcddd898181369ea7154327475ec67a69656b0f1743
SHA1: 58ea3264b02fd811bd62286abdc3319742ebccb7
MD5sum: 047db4405306e719e47b56d6c5a46e89
Description: debug symbols for postgresql-13-orafce
Build-Ids: 819bb7c547756ff9e8030a0b2d97c49cb294ac8b
Timestamp: 2021-10-15 13:38:55+00

Package: postgresql-13-pljava
Source: postgresql-pljava
Version: 1.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1265
Depends: default-jre-headless | openjdk-11-jre-headless | java-runtime-headless, postgresql-13, postgresql-pljava-common (= 1.6.3-1.pgdg+1), libc6 (>= 2.17)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-13-pljava_1.6.3-1.pgdg+1_arm64.deb
Size: 893928
SHA256: 8e8466b18d7a86448918a2c9e16e4be9708dd3f071c9b244323ce8b54c682a3f
SHA1: 8a86d651273a30b6aa997f22cff39f6748b2c619
MD5sum: 58f11936abdbb5910d8fccb70ccabd82
Description: Java procedural language for PostgreSQL 13
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-11-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2021-10-15 13:38:55+00

Package: postgresql-13-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 365
Depends: postgresql-13-pljava (= 1.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-13-pljava-dbgsym_1.6.3-1.pgdg+1_arm64.deb
Size: 302980
SHA256: 0960869bd2e14318e9830e29a7298c67f6893c4ff97741227a26e3c605d4d2f0
SHA1: b32af2560eb843f186a7a84999a6a295593a6181
MD5sum: 078163da6dedc3b8ba5966372419797a
Description: debug symbols for postgresql-13-pljava
Build-Ids: fc27cbe10f4397473614cd68472d284e3c7b574d
Timestamp: 2021-10-15 13:38:55+00

Package: postgresql-13-similarity
Source: pg-similarity
Version: 1.0-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 348
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-13-similarity_1.0-5.pgdg+1_arm64.deb
Size: 102560
SHA256: dceee7cf2c63e31d5fa2aa64b23911c76362959b19e66c4d15988cb0a0857df8
SHA1: e49a8bbd29543948f8af68a39d7aaaa5fd0159e2
MD5sum: e8341b32fc6654037faf87091ea2426e
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2021-10-15 13:38:55+00

Package: postgresql-13-similarity-dbgsym
Source: pg-similarity
Version: 1.0-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-13-similarity (= 1.0-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-13-similarity-dbgsym_1.0-5.pgdg+1_arm64.deb
Size: 61584
SHA256: 9499494accdf7c5756066712c24fafc206b74f3e27a064a5e40ebca079c872c9
SHA1: 4628b297384212c63edd1cd863605fef630b0d0c
MD5sum: 1e45d10d56cb6a917fba46aeec651e1e
Description: debug symbols for postgresql-13-similarity
Build-Ids: 34ac5e3f0ea608a4f4c0c504e6307d4586419813
Timestamp: 2021-10-15 13:38:55+00

Package: postgresql-14-orafce
Source: orafce
Version: 3.16.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 956
Depends: postgresql-14, libc6 (>= 2.17)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_3.16.2-1.pgdg+1_arm64.deb
Size: 318220
SHA256: 76487cc03dc7c83f94aa73a0d2035b481cc15978e81a1ad707d3dec1f335c515
SHA1: faed4ddc3f33e7c7983b9f7ec1e3f3e285e1d23d
MD5sum: b8a193a90ff48391625f72d11602afc6
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2021-10-15 13:38:55+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 3.16.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 261
Depends: postgresql-14-orafce (= 3.16.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_3.16.2-1.pgdg+1_arm64.deb
Size: 216432
SHA256: 88a5e14d7466a0e6a1969bad028cedd63f2a5354bae1a6a4e6a7b12e23175afc
SHA1: 15c202fd6b1ca8d8a3f0bad8449ba3d7576d81ed
MD5sum: ed1c945f8577097831b7930188603ff3
Description: debug symbols for postgresql-14-orafce
Build-Ids: a1faa2588f3f71ac9ea7bf3cc12488b99c173ae7
Timestamp: 2021-10-15 13:38:55+00

Package: postgresql-14-pljava
Source: postgresql-pljava
Version: 1.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1265
Depends: default-jre-headless | openjdk-11-jre-headless | java-runtime-headless, postgresql-14, postgresql-pljava-common (= 1.6.3-1.pgdg+1), libc6 (>= 2.17)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-14-pljava_1.6.3-1.pgdg+1_arm64.deb
Size: 893920
SHA256: 7b3def3e9223114bbc06f8c66e347f0742861f56853139229883f4c7559d3a90
SHA1: e47a6c3dd516ac429516aa21f4fa4357e032335a
MD5sum: 164eb6fe8b4e2e07eca102041573b8bf
Description: Java procedural language for PostgreSQL 14
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-11-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2021-10-15 13:38:55+00

Package: postgresql-14-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 367
Depends: postgresql-14-pljava (= 1.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-14-pljava-dbgsym_1.6.3-1.pgdg+1_arm64.deb
Size: 304728
SHA256: 35e2ae2c55c97eb39ca0958853699def8d651d6bead857520857c6712b0467c8
SHA1: 67f80f606b9e459d674d41d92502d4e3b82b9ce4
MD5sum: 4f37fce722e3b824253a0df31019650f
Description: debug symbols for postgresql-14-pljava
Build-Ids: 711c4e0fde2bb68fbc337c2258e0381973b1b9ab
Timestamp: 2021-10-15 13:38:55+00

Package: postgresql-14-similarity
Source: pg-similarity
Version: 1.0-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 354
Depends: postgresql-14, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-14-similarity_1.0-5.pgdg+1_arm64.deb
Size: 103052
SHA256: bc98d7dc8ec4fff2e3dd5fe06021b9d0c3a704ca9575420d571c1bef7bdc6ea9
SHA1: 90a1beecd0105b3d779bd06a166a1f6a6944cb3b
MD5sum: a7b3a69204eaaea6577ddea1586aee2e
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2021-10-15 13:38:55+00

Package: postgresql-14-similarity-dbgsym
Source: pg-similarity
Version: 1.0-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-14-similarity (= 1.0-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-14-similarity-dbgsym_1.0-5.pgdg+1_arm64.deb
Size: 61844
SHA256: 1cbca4125b732764270717dbcb257a734b3740d4dc9c6d8a5d86e8121370a3e8
SHA1: cf9acef441ede32ba629a636fa2cff941cde840e
MD5sum: c87d022d377425205664b80016e2720d
Description: debug symbols for postgresql-14-similarity
Build-Ids: ed7dc6761558b11a4a37b266cabca868c49bdc76
Timestamp: 2021-10-15 13:38:55+00

Package: postgresql-9.6-orafce
Source: orafce
Version: 3.16.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 413
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-9.6-orafce_3.16.2-1.pgdg+1_arm64.deb
Size: 97460
SHA256: 285792dee078baddf7605f8496b8f12c80b2d96ff86b28e88316bdcb0f0d5449
SHA1: 2adc5fee8a78d77f450871d87dd410a01f1808ae
MD5sum: 2f71133834ce5e8de8f9677cec2dc0c6
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.
Timestamp: 2021-10-15 13:38:55+00

Package: postgresql-9.6-orafce-dbgsym
Source: orafce
Version: 3.16.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 249
Depends: postgresql-9.6-orafce (= 3.16.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-9.6-orafce-dbgsym_3.16.2-1.pgdg+1_arm64.deb
Size: 202424
SHA256: d82d6e5fb08eae48c976c7f9fdb3f251d8a863382f0e0f707eec9a08b731503b
SHA1: b722a7776fdc5183ff9975ac72d399b8314c1c85
MD5sum: 34dfd93ff1d5c5d9fc57aa7639a25e12
Description: debug symbols for postgresql-9.6-orafce
Build-Ids: 17570c8b71f4d5104956b575ae6d8fc9faf6fe00
Timestamp: 2021-10-15 13:38:55+00

Package: postgresql-9.6-pljava
Source: postgresql-pljava
Version: 1.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1269
Depends: default-jre-headless | openjdk-11-jre-headless | java-runtime-headless, postgresql-9.6, postgresql-pljava-common (= 1.6.3-1.pgdg+1), libc6 (>= 2.17)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-9.6-pljava_1.6.3-1.pgdg+1_arm64.deb
Size: 894736
SHA256: 9ea7b108341e1e4e21c59f56eb3b37e5c160a3f5494287677acab9ca84f01898
SHA1: d1d00c6f77882e3bef950fe096e00f37c6943750
MD5sum: 19cc5b26396f3e0b84ae5cc976ea8084
Description: Java procedural language for PostgreSQL 9.6
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-11-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2021-10-15 13:38:55+00

Package: postgresql-9.6-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 339
Depends: postgresql-9.6-pljava (= 1.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-9.6-pljava-dbgsym_1.6.3-1.pgdg+1_arm64.deb
Size: 277208
SHA256: 07c6de09cbf8abdba7cfc412d1b04583c5f89a91b437c4171411fb2361981a58
SHA1: f79668580ee21c34351d56413e177cc1a3798c1d
MD5sum: 9e5095465eefe9514e3e721cf0e67081
Description: debug symbols for postgresql-9.6-pljava
Build-Ids: 9ef788fbcc8ec59e8947579bbb613d62d00b95bc
Timestamp: 2021-10-15 13:38:55+00

Package: postgresql-9.6-similarity
Source: pg-similarity
Version: 1.0-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-9.6-similarity_1.0-5.pgdg+1_arm64.deb
Size: 32400
SHA256: bf8cfac954919025b0d6ce7b2b2a016cf8c639323783cee1171b250b6954c1aa
SHA1: 4403970d2f18b9adc9649e80f91fd22d35360b9e
MD5sum: 327d4d69f2e152196e451d0bd4369155
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2021-10-15 13:38:55+00

Package: postgresql-9.6-similarity-dbgsym
Source: pg-similarity
Version: 1.0-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-9.6-similarity (= 1.0-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-9.6-similarity-dbgsym_1.0-5.pgdg+1_arm64.deb
Size: 52972
SHA256: f8814edb68bdc6850a10bf40c192be35b81f0a95587f45d4401b9a9432869fa6
SHA1: 5ee76b9b47b292d79502428f93464e8980e17ca0
MD5sum: 78439f5dc182f8c7e559d8174a6c21ef
Description: debug symbols for postgresql-9.6-similarity
Build-Ids: d7bebafb31f5b5796f5481b1c8e493bfad7d766e
Timestamp: 2021-10-15 13:38:55+00

Package: postgresql-pljava-common
Source: postgresql-pljava
Version: 1.6.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 19
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-pljava-common_1.6.3-1.pgdg+1_all.deb
Size: 7112
SHA256: 9356ceca3e308f44601d0589059e5b5474f2e92f4995a9061e46040adda7aad1
SHA1: 4bb9a9344cc516c232314902ff15aab52967816d
MD5sum: cc0e1a81b0c58df5cc85f5f2bdf8f0c6
Description: Java procedural language for PostgreSQL, config files
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package contains the pljava.policy config file.
Timestamp: 2021-10-15 13:38:55+00

Package: postgresql-10-pljava
Source: postgresql-pljava
Version: 1.6.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1270
Depends: default-jre-headless | openjdk-11-jre-headless | java-runtime-headless, postgresql-10, postgresql-pljava-common (>= 1.6.3-2.pgdg+1), libc6 (>= 2.17)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-10-pljava_1.6.3-2.pgdg+1_arm64.deb
Size: 894644
SHA256: f4e565fd5a9b3bb894e4c80fb5200adafb597d068c80f54175642f765c2c53ea
SHA1: b5e44cd2b694e3c793d6e0d089cdbd98bcd2f805
MD5sum: 70e7aa31c3d25de33472d94937b4fdad
Description: Java procedural language for PostgreSQL 10
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-11-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2021-10-16 19:15:19+00

Package: postgresql-10-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 348
Depends: postgresql-10-pljava (= 1.6.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-10-pljava-dbgsym_1.6.3-2.pgdg+1_arm64.deb
Size: 285912
SHA256: a569b6b16e3cb7dc5bd7be8666988b1405486d0845e9abbd394c70a4b97fde3c
SHA1: a64d0bac3ab692509a891e84644aab9e33955b3c
MD5sum: 68fd2ee075047b1c6ec202595ad30607
Description: debug symbols for postgresql-10-pljava
Build-Ids: 50c7ec2d7897e55daaa4b79e841b72d0550520b9
Timestamp: 2021-10-16 19:15:19+00

Package: postgresql-11-pljava
Source: postgresql-pljava
Version: 1.6.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1270
Depends: default-jre-headless | openjdk-11-jre-headless | java-runtime-headless, postgresql-11, postgresql-pljava-common (>= 1.6.3-2.pgdg+1), libc6 (>= 2.17)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-11-pljava_1.6.3-2.pgdg+1_arm64.deb
Size: 894380
SHA256: f16b59483eba2605f9f751ae61ab4233ceef5c21b4bbcbc5e14adc3bdc3502c4
SHA1: 2f671287266f22f52541f6c7f19b436b90b6fcf3
MD5sum: 510a08909b39351b29d3eaee115dab5f
Description: Java procedural language for PostgreSQL 11
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-11-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2021-10-16 19:15:19+00

Package: postgresql-11-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 344
Depends: postgresql-11-pljava (= 1.6.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-11-pljava-dbgsym_1.6.3-2.pgdg+1_arm64.deb
Size: 282636
SHA256: c2a1b8cd824278bf99217c2f2bf6a2d2b8e20249ad4b855d5da88b76102c24a9
SHA1: 36d74221bd40cdf5932ee62166aaf897a9e790fc
MD5sum: e3470d1d7821f579df98edda52864974
Description: debug symbols for postgresql-11-pljava
Build-Ids: 2be44ef29ae4769390a4f0f07708bd0eda4a2c8a
Timestamp: 2021-10-16 19:15:19+00

Package: postgresql-12-pljava
Source: postgresql-pljava
Version: 1.6.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1266
Depends: default-jre-headless | openjdk-11-jre-headless | java-runtime-headless, postgresql-12, postgresql-pljava-common (>= 1.6.3-2.pgdg+1), libc6 (>= 2.17)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-12-pljava_1.6.3-2.pgdg+1_arm64.deb
Size: 894552
SHA256: 40e90ca7930f3ff42f64ef2a53b380e450de674d03f0bd5153e66f87ae01fa8c
SHA1: 60fa65b742d0b41100ddfc26cc089e9c65ad6c7f
MD5sum: 06e80a1ead28ce59f4f7f31b6354967b
Description: Java procedural language for PostgreSQL 12
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-11-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2021-10-16 19:15:19+00

Package: postgresql-12-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 352
Depends: postgresql-12-pljava (= 1.6.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-12-pljava-dbgsym_1.6.3-2.pgdg+1_arm64.deb
Size: 291408
SHA256: 88ec6b6b01611c6d5b804beda5d1728e41c531f96f219814d5389f53a5e3c501
SHA1: 859d8b63e8707e1c3c33568bc77bfa6ea61c0e4d
MD5sum: 23be6f00056caedd2efa322495050041
Description: debug symbols for postgresql-12-pljava
Build-Ids: d6d69d920b2902140593ece82eca3dd54689b579
Timestamp: 2021-10-16 19:15:19+00

Package: postgresql-13-pljava
Source: postgresql-pljava
Version: 1.6.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1266
Depends: default-jre-headless | openjdk-11-jre-headless | java-runtime-headless, postgresql-13, postgresql-pljava-common (>= 1.6.3-2.pgdg+1), libc6 (>= 2.17)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-13-pljava_1.6.3-2.pgdg+1_arm64.deb
Size: 894196
SHA256: 0ec94d29115e762e36450adc75d501b8adcd549ae2343711d9298fac939dcf23
SHA1: 28c72abc26bf1ce2d340ee36be8fdce157611233
MD5sum: f3d0891dd9d3a75e33dc21efd714c55f
Description: Java procedural language for PostgreSQL 13
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-11-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2021-10-16 19:15:19+00

Package: postgresql-13-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 365
Depends: postgresql-13-pljava (= 1.6.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-13-pljava-dbgsym_1.6.3-2.pgdg+1_arm64.deb
Size: 303004
SHA256: 933b8789017383bfd99204744fb83ca3b634c1c265b70c7d3de14c20d3c8e1d0
SHA1: ea58b32a1d78faee2df064eebf9180510af9b294
MD5sum: 8471569a2441d186bc9bb5b6ad0cb788
Description: debug symbols for postgresql-13-pljava
Build-Ids: 7b2ae0da73e485257b4b631c8dac5da21040e531
Timestamp: 2021-10-16 19:15:19+00

Package: postgresql-14-pljava
Source: postgresql-pljava
Version: 1.6.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1266
Depends: default-jre-headless | openjdk-11-jre-headless | java-runtime-headless, postgresql-14, postgresql-pljava-common (>= 1.6.3-2.pgdg+1), libc6 (>= 2.17)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-14-pljava_1.6.3-2.pgdg+1_arm64.deb
Size: 894612
SHA256: d930f172a7b3f7f2a5b78fa5ff3ed79697bb17da0412680a6080fcee398013b0
SHA1: b95e7096958516271062c4986b38517e088bcaf8
MD5sum: e4c96fab2f89b41d1944b62e92521203
Description: Java procedural language for PostgreSQL 14
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-11-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2021-10-16 19:15:19+00

Package: postgresql-14-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 367
Depends: postgresql-14-pljava (= 1.6.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-14-pljava-dbgsym_1.6.3-2.pgdg+1_arm64.deb
Size: 304740
SHA256: 48701a69b18bee11b5fef3bdbe342261c8b938601cfc4cd94996626c49c2dc19
SHA1: 603715b9217adb48b23d7b10be45807f4597f41b
MD5sum: af3a7c1c0999a69a5d08751a6771b94d
Description: debug symbols for postgresql-14-pljava
Build-Ids: 74390c3bc18ea63ecc7c9926fccd1584b0f31e5f
Timestamp: 2021-10-16 19:15:19+00

Package: postgresql-9.5-pljava
Source: postgresql-pljava
Version: 1.6.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1266
Depends: default-jre-headless | openjdk-11-jre-headless | java-runtime-headless, postgresql-9.5, postgresql-pljava-common (>= 1.6.3-2.pgdg+1), libc6 (>= 2.17)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-9.5-pljava_1.6.3-2.pgdg+1_arm64.deb
Size: 894796
SHA256: ff3541b311bf8f543443bda1055d58f082c669ba3aa184be0c730752d074fc83
SHA1: 9234105c4c165683865fa506a480fd609dc9efc3
MD5sum: 4a4169eb43ce525d96223bc760cc8c88
Description: Java procedural language for PostgreSQL 9.5
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-11-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2021-10-16 19:15:19+00

Package: postgresql-9.5-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 338
Depends: postgresql-9.5-pljava (= 1.6.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-9.5-pljava-dbgsym_1.6.3-2.pgdg+1_arm64.deb
Size: 276360
SHA256: 2fe1fb41ef15860faa866bda865894f7d9109ca744780dbd44ab27d96ef43c33
SHA1: 84e20ae1ac25e359a0f4bb9e28a8d2b98f175437
MD5sum: cf5b12072fd05247d1290781e6b2bf6b
Description: debug symbols for postgresql-9.5-pljava
Build-Ids: bb7487026307923841787f3d5e6ac5695c7b5b9b
Timestamp: 2021-10-16 19:15:19+00

Package: postgresql-9.6-pljava
Source: postgresql-pljava
Version: 1.6.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1270
Depends: default-jre-headless | openjdk-11-jre-headless | java-runtime-headless, postgresql-9.6, postgresql-pljava-common (>= 1.6.3-2.pgdg+1), libc6 (>= 2.17)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-9.6-pljava_1.6.3-2.pgdg+1_arm64.deb
Size: 894924
SHA256: e07d71d90b6ba0d20dff8debbe7eb272f5b4a7f23d5a037c8bb093d146017e53
SHA1: 56937ba7b18f5ddf0a42b861b83f04d57e0f3ca7
MD5sum: 782ffbdd0accbad826f120b599892937
Description: Java procedural language for PostgreSQL 9.6
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-11-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2021-10-16 19:15:19+00

Package: postgresql-9.6-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 339
Depends: postgresql-9.6-pljava (= 1.6.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-9.6-pljava-dbgsym_1.6.3-2.pgdg+1_arm64.deb
Size: 277208
SHA256: 4014753f23023b659b860a7af7af07fcad08de2c3a1c6df575b689f7fe73fec2
SHA1: 380444748b2e53b05e8b614b3ea9287251dd7a82
MD5sum: 4e7b9cb36baff363c7d7a703d1eaac85
Description: debug symbols for postgresql-9.6-pljava
Build-Ids: 0116c80c2c0c0256d34ed67abb0eb41a37cb55f0
Timestamp: 2021-10-16 19:15:19+00

Package: postgresql-pljava-common
Source: postgresql-pljava
Version: 1.6.3-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 20
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-pljava-common_1.6.3-2.pgdg+1_all.deb
Size: 7232
SHA256: 4a324aafa7a16926854533885d8d58b41e6cb980c7650807f6d62d786ed4537b
SHA1: 7ec9cb1f3babe22ae7c48ae3a532712e69baa503
MD5sum: 8737709e836a48122b4efd1ffaf1a93d
Description: Java procedural language for PostgreSQL, config files
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package contains the pljava.policy config file.
Timestamp: 2021-10-16 19:15:19+00

Package: check-pgbackrest
Version: 2.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: libdata-dump-perl, libjson-perl, perl
Enhances: pgbackrest
Breaks: pgbackrest (<< 2.28)
Homepage: https://github.com/pgstef/check_pgbackrest
Priority: optional
Section: database
Filename: pool/main/c/check-pgbackrest/check-pgbackrest_2.1-1.pgdg+1_all.deb
Size: 18136
SHA256: 5861257414d4753707ccbb06c97df3e996c1d2ef8a2df9977f1df925e7dc6217
SHA1: adde9b149a03e2d45aa01efe981a6ff174d03330
MD5sum: 3641bcd8b349ca94fbbc54b1728f08d5
Description: pgBackRest backup check plugin for Nagios
 check_pgbackrest is designed to monitor pgBackRest PostgreSQL backups from
 Nagios.
Timestamp: 2021-10-18 08:48:58+00

Package: libstringprep-java
Version: 1.1-2.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 119
Multi-Arch: foreign
Homepage: https://gitlab.com/ongresinc/stringprep
Priority: optional
Section: java
Filename: pool/main/libs/libstringprep-java/libstringprep-java_1.1-2.pgdg+1_all.deb
Size: 64920
SHA256: b277dfeeb97c897cbe89f8d1354a42e2cf0db0a4443cba5a42a8dc0f96ef1441
SHA1: 04f6e990b4391f963bebc1e6f13c6acf5edfd7f9
MD5sum: 3fa790129cea1047720af5b2d5771856
Description: Stringprep (RFC 3454) Java implementation
 This project implements the RFC 3454 Preparation of Internationalized Strings
 ("stringprep") in pure Java.
Timestamp: 2021-10-18 08:48:58+00

Package: pgagent
Version: 4.2.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 540
Depends: libboost-filesystem1.74.0 (>= 1.74.0), libboost-thread1.74.0 (>= 1.74.0), libc6 (>= 2.32), libgcc-s1 (>= 3.0), libpq5 (>= 8.4~), libstdc++6 (>= 11)
Recommends: postgresql-9.6 | postgresql-10 | postgresql-11 | postgresql-12 | postgresql-13 | postgresql-14
Suggests: pgadmin3 | pgadmin4
Provides: postgresql-10-pgagent, postgresql-11-pgagent, postgresql-12-pgagent, postgresql-13-pgagent, postgresql-14-pgagent, postgresql-9.6-pgagent
Homepage: http://www.pgadmin.org/docs/dev/pgagent.html
Priority: optional
Section: database
Filename: pool/main/p/pgagent/pgagent_4.2.1-2.pgdg+1_arm64.deb
Size: 115576
SHA256: 7ab8d9305ed24a879dc35fe81f38d4f346972852382c8603ace3e46d9fd9be2c
SHA1: e10aa40b2d24789a9bbe91d64f0b2089dc2f9f0a
MD5sum: bbde3b91d711c099b40bf9645b5fbc36
Description: job scheduling engine for PostgreSQL
 pgAgent is a job scheduling agent for PostgreSQL, capable of running
 multi-step batch/shell and SQL tasks on complex schedules.
Timestamp: 2021-10-18 08:48:58+00

Package: pgagent-dbgsym
Source: pgagent
Version: 4.2.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2562
Depends: pgagent (= 4.2.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgagent/pgagent-dbgsym_4.2.1-2.pgdg+1_arm64.deb
Size: 2500652
SHA256: 805854fa7705378d1c5acba5a4ce0b92dd05df030e7d0edbef8d20c46e4af87b
SHA1: 41535e8433480d0f73d4500f2006d5ee29810cca
MD5sum: 2aec9c32b0d252fa95bc3bd591baebe0
Description: debug symbols for pgagent
Build-Ids: 969477e505df6df282bc3359d4d9d031452a27bb
Timestamp: 2021-10-18 08:48:58+00

Package: pg-checksums-doc
Source: pg-checksums
Version: 1.0-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15
Multi-Arch: foreign
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: doc
Filename: pool/main/p/pg-checksums/pg-checksums-doc_1.0-7.pgdg+1_all.deb
Size: 6844
SHA256: 9df06004f92f34a193fb415cf597d3812204d07852ee40d59c90eb40405bd3ba
SHA1: 0c8d66ac1316a05cf8a219ac41d1dc990a8bf4ad
MD5sum: c8c343698f7bdfbe9f0d3f6ca42a2167
Description: Activate/deactivate/verify PostgreSQL data checksums (Documentation)
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums can activate or deactivate data checksums as long at the database
 cluster is shutdown cleanly. Activating checksums requires all database blocks
 to be read and all page headers to be updated, so can take a long time on a
 large database. Deactivating checksums only requires the cluster control file
 to be updated so is quick.
 .
 In addition, pg_checksums can verify the checksums in an offline cluster.
 .
 This package contains the manpage.
Timestamp: 2021-10-18 08:48:58+00

Package: pg-rage-terminator-10
Source: pg-rage-terminator
Version: 0.1.7-6.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 26
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-10_0.1.7-6.pgdg+1_arm64.deb
Size: 6872
SHA256: ffbf75233d06919393341b02b564e2269a5160ecf4c1bca8c6362380f3e17505
SHA1: 36f9341adc8cd3e1f07fb36fb33e3905142b7627
MD5sum: 6823efe244c871cd288adf6b4adff494
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2021-10-18 08:48:58+00

Package: pg-rage-terminator-10-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 27
Depends: pg-rage-terminator-10 (= 0.1.7-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-10-dbgsym_0.1.7-6.pgdg+1_arm64.deb
Size: 12368
SHA256: e9753c53780fe5fa02b5e4f43d8fa00a7dec91e2be245d809a7799913f20fe3c
SHA1: 9123b6bd84ef9bc6689de5f568ed6f08b1a99aa3
MD5sum: 85c3315963f190917676c7471dfd5e07
Description: debug symbols for pg-rage-terminator-10
Build-Ids: 97e91b5ce59d5f601f371092aa272fd36345f4a1
Timestamp: 2021-10-18 08:48:58+00

Package: pg-rage-terminator-11
Source: pg-rage-terminator
Version: 0.1.7-6.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 44
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-11_0.1.7-6.pgdg+1_arm64.deb
Size: 15236
SHA256: 1401e7ec1f06c07b0fb71142d1ce755527ac2192b734d282296dfc41962d1b6c
SHA1: 0c5e393a0cf49c6d15c0e82f465237221d8dd455
MD5sum: 693357f742086f20e4694f9b68fd814e
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2021-10-18 08:48:58+00

Package: pg-rage-terminator-11-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 27
Depends: pg-rage-terminator-11 (= 0.1.7-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-11-dbgsym_0.1.7-6.pgdg+1_arm64.deb
Size: 12560
SHA256: fd7d3563327d8ccabd19d8b4c44b7ac3d03900cec1ae6a38e1451fc9a84a15ef
SHA1: 79b7177826d32260ee425c4ad4142bab36cc077a
MD5sum: 16d0079b52ba89955137d8215f81b9ea
Description: debug symbols for pg-rage-terminator-11
Build-Ids: 87f9b6cd3b1c84ed64db0c1919bd957a0e9f348d
Timestamp: 2021-10-18 08:48:58+00

Package: pg-rage-terminator-12
Source: pg-rage-terminator
Version: 0.1.7-6.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 48
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-12_0.1.7-6.pgdg+1_arm64.deb
Size: 15312
SHA256: 4a02c364d5ebfe142ff3b483c19dadf989f0d6121964058fb734442913336d4b
SHA1: 8fd6fca37902757d11ce4249e85b209f839f6970
MD5sum: e40bd8dd1d83922428f260d1c85c8e2a
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2021-10-18 08:48:58+00

Package: pg-rage-terminator-12-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 27
Depends: pg-rage-terminator-12 (= 0.1.7-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-12-dbgsym_0.1.7-6.pgdg+1_arm64.deb
Size: 12772
SHA256: 966074f60125d9f033f8e02866a2bb8f5564253d27e9fba80dd389d6c8b8b87e
SHA1: 8cc49c2eb752582fa71b7bff0379bde552365d6a
MD5sum: 3084f11624e36c30bed159827b33378e
Description: debug symbols for pg-rage-terminator-12
Build-Ids: 2203654f99ed88fce31f23709f133666f2bc0dcc
Timestamp: 2021-10-18 08:48:58+00

Package: pg-rage-terminator-13
Source: pg-rage-terminator
Version: 0.1.7-6.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 48
Depends: libc6 (>= 2.17), postgresql-13
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-13_0.1.7-6.pgdg+1_arm64.deb
Size: 15404
SHA256: 2d5680efd67fc232c51679b997775fe358d0a68c63fa9cfa55aad121d9700315
SHA1: a1538f20aa95982e62f96bf945bac5fab90358d2
MD5sum: ee8e7b5a34ac9d676d17a8f7978f262d
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2021-10-18 08:48:58+00

Package: pg-rage-terminator-13-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 27
Depends: pg-rage-terminator-13 (= 0.1.7-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-13-dbgsym_0.1.7-6.pgdg+1_arm64.deb
Size: 12828
SHA256: 4987f400af95053df5783165cb954c78d992a5276d6788e3e70ffecc1dee21b6
SHA1: 1bd3924f951dd6a0b1720614a49acdb6e3c57a81
MD5sum: bc8ce1370780ac998071d1beedb37369
Description: debug symbols for pg-rage-terminator-13
Build-Ids: 04bb8b575da1eae31580fca24f70c7b6b8868b1e
Timestamp: 2021-10-18 08:48:58+00

Package: pg-rage-terminator-14
Source: pg-rage-terminator
Version: 0.1.7-6.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 48
Depends: libc6 (>= 2.17), postgresql-14
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-14_0.1.7-6.pgdg+1_arm64.deb
Size: 15668
SHA256: 98ee303d3c10c0abf563509db8d0faa1611e0be99122d403e5db44addb15db29
SHA1: 1395b41912a03d0d975ad04468bf3ee5ec90cbd4
MD5sum: 0d73182ec5ea3c6966ae5b65deff0990
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2021-10-18 08:48:58+00

Package: pg-rage-terminator-14-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 28
Depends: pg-rage-terminator-14 (= 0.1.7-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-14-dbgsym_0.1.7-6.pgdg+1_arm64.deb
Size: 13152
SHA256: 94b17b3e840b495f58f6685f3e040f10860afe1e097c012cecbb75a21bd6e56a
SHA1: f137d513fd37f38cd7481ec4a60c489eff9f3a19
MD5sum: 3b01e7e50e8ad959d80752cdd4e25ef1
Description: debug symbols for pg-rage-terminator-14
Build-Ids: 355f3ba578f370f93faa4fdf76b8458439e046d7
Timestamp: 2021-10-18 08:48:58+00

Package: pg-rage-terminator-9.6
Source: pg-rage-terminator
Version: 0.1.7-6.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 26
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-9.6_0.1.7-6.pgdg+1_arm64.deb
Size: 6864
SHA256: a43d488bdf3e789ec0aa13fd68d8252307d01b17e64602cb6e9d599faaef49d2
SHA1: 9d5e8b5c27564d801f1f77a5a775d80364e5042c
MD5sum: ee90f0868b6b4b2f21e5a62ca90a06e5
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2021-10-18 08:48:58+00

Package: pg-rage-terminator-9.6-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 27
Depends: pg-rage-terminator-9.6 (= 0.1.7-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-9.6-dbgsym_0.1.7-6.pgdg+1_arm64.deb
Size: 12288
SHA256: 58b0d3ae2f88a4c6fb07fca2660af2e4ee56c020ab731830f3ace93b007cf9f5
SHA1: a04308501c5254019ba09b0a021dc5b6069c4699
MD5sum: 1dd19542f3afd4f130eba918da81b844
Description: debug symbols for pg-rage-terminator-9.6
Build-Ids: b1dd8cf9e89ed52481d2faa3ed7e3b84ee424416
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-10-cron
Source: pg-cron
Version: 1.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: postgresql-10, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-10-cron_1.4.1-1.pgdg+1_arm64.deb
Size: 30708
SHA256: 08db8d89011d636379733946046d6224bfde0b7e6c0611470bcc3b773806fd29
SHA1: 6b56133e5b75f2b3fa700756644bd0ec5d7281ca
MD5sum: 8033cc1e062729ca27a6cf632fbd704c
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-10-cron-dbgsym
Source: pg-cron
Version: 1.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: postgresql-10-cron (= 1.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-10-cron-dbgsym_1.4.1-1.pgdg+1_arm64.deb
Size: 91440
SHA256: 4ce0627fe1b4409133bfad1a26b19c02d7965e29f7b95739fbac5aa1525c5d9f
SHA1: 53633e6da3996a33b6fb2107b2eef925ef442f6f
MD5sum: c7669dc03a64406d426e46e026230611
Description: debug symbols for postgresql-10-cron
Build-Ids: 4d6d80987c6696e64e24d130038e2f568ad6968b
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-10-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-10
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-10-first-last-agg_0.1.4-4-gd63ea3b-4.pgdg+1_arm64.deb
Size: 5572
SHA256: aa797fc883886ab398c5a9e4c1639ee9a6ed97d9713f85d656185db272734c9e
SHA1: 05b0ac93133d2e379ad7ecd3e030cf541f88bd92
MD5sum: 9e75b7a7433680955fbdca9cf779c12c
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-10-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-10-first-last-agg (= 0.1.4-4-gd63ea3b-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-10-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-4.pgdg+1_arm64.deb
Size: 4596
SHA256: b3b2c679c5ab646c282535c76ec8a744dab88b0692ee4bcb47d2c3645402f712
SHA1: 32c06557a660bf7178cd0d1b54a2246b29e57a52
MD5sum: 2248f089dac5bf5e63b842012b1c08f3
Description: debug symbols for postgresql-10-first-last-agg
Build-Ids: 722efab5c53c1d70dc645b233b1ff45a11b54be5
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-10-icu-ext
Source: icu-ext
Version: 1.6.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-10, libc6 (>= 2.17), libicu67 (>= 67.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-10-icu-ext_1.6.2-2.pgdg+1_arm64.deb
Size: 26648
SHA256: 101bc0616c87f4a68895e74467c37143283799caabb4eb32ecab76ef2fd984ac
SHA1: f216647ec0aa52b4efa32be06f23a953d5e85785
MD5sum: 1c376182bbff9dfe04c3270b77cfe9e7
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-10-icu-ext-dbgsym
Source: icu-ext
Version: 1.6.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-10-icu-ext (= 1.6.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-10-icu-ext-dbgsym_1.6.2-2.pgdg+1_arm64.deb
Size: 67568
SHA256: fe5194e22a772c95f62c50e7d2494cb796346e8d2f836359e194e7d0115c222e
SHA1: 9c95969ed1d3de4f431c03782cf7be490926bfb7
MD5sum: 6325f999d3a27d14a865b91cecbed283
Description: debug symbols for postgresql-10-icu-ext
Build-Ids: e411dbac56ca8d9654b1bfbbe966270f02c235d5
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-10-ip4r
Source: ip4r
Version: 2.4.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 340
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-10-ip4r_2.4.1-5.pgdg+1_arm64.deb
Size: 63604
SHA256: a415e6066903c60b60e3a0e6137342062e3cd4efea5fbc15e2f4c67677430ebe
SHA1: bbb4d1641616e543171b83f6b46ae98e71c21d93
MD5sum: 4e96e70ded430b80fa19cb2c380d767e
Description: IPv4 and IPv6 types for PostgreSQL 10
 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.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-10-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 209
Depends: postgresql-10-ip4r (= 2.4.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-10-ip4r-dbgsym_2.4.1-5.pgdg+1_arm64.deb
Size: 172748
SHA256: a602cc6818739f9f949e2874738a25b723b7d4912d7decfab9a4bc35adf77501
SHA1: 75413cddb237d19523a866b8bd78fc90d0c007cc
MD5sum: efefd1447f6e4c1b7a45fc79f2b44b17
Description: debug symbols for postgresql-10-ip4r
Build-Ids: 0a9c5b250313dbf79a237f3302963f7e43fdb68c
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-10-jsquery
Source: jsquery
Version: 1.1.1-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-10-jsquery_1.1.1-4.pgdg+1_arm64.deb
Size: 41608
SHA256: 519e42fe14cd2193dab1d152570ad4a47b17abe83ee06d7f7480adb519be60af
SHA1: 3e1e1e8210c6a55446112ea1fec121286df190d7
MD5sum: 83205b9225264bf9b8f06eefc6897b0c
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-10-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-10-jsquery (= 1.1.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-10-jsquery-dbgsym_1.1.1-4.pgdg+1_arm64.deb
Size: 95220
SHA256: 16e76bc7bce79d195ab7eca115e0fec3ca1890d0f38c8cd4dd6ebefaebe311d1
SHA1: f8951510eb89237605c27fb5fd362064192d55ec
MD5sum: 4a1d9397103adf38c9cc5c16dd22c774
Description: debug symbols for postgresql-10-jsquery
Build-Ids: d1b8f375e8a38d2903586d51077dbed43e771920
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-10-mimeo
Source: mimeo
Version: 1.5.1-10.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4486
Depends: postgresql-10, postgresql-contrib-10
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-10-mimeo_1.5.1-10.pgdg+1_all.deb
Size: 128788
SHA256: a829a7f0b476505c1e7af977e0b220ec6ce808f2e08bedd652885ac4abf8aafd
SHA1: 11fbdeeaa2b5b7a580c93df18cfca28d09ac292f
MD5sum: 3c802a9e2106febad3575800c5e3b8bf
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.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-10-omnidb
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libc6 (>= 2.17), libpq5, postgresql-10
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-10-omnidb_3.0.0.20201026-2.pgdg+1_arm64.deb
Size: 7360
SHA256: 25a3a5432af697c9dd8bd2d897cb24fd229113c6cbbb68c9e17c6bb9fd9a748d
SHA1: a0f6d518b0387b2e2cc16ac9bf0d025028443137
MD5sum: 0633ab27c3be1af5e04424cca8dbe57f
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL omnidb_plpgsql_debugger extension for
 interactive PL/pgSQL debugging in OmniDB.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-10-omnidb-dbgsym
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-10-omnidb (= 3.0.0.20201026-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-10-omnidb-dbgsym_3.0.0.20201026-2.pgdg+1_arm64.deb
Size: 31592
SHA256: dc723896c40d1c938159b2ab7595258a33bbec035ca547f53ac4e0265f9f4981
SHA1: 33e0c8a5c0bc5ee0909b9848ea19bc4d67f73771
MD5sum: 83222b7d84d52afbd7ea78edb68ab3b3
Description: debug symbols for postgresql-10-omnidb
Build-Ids: 6fb033c5191d47d8d2ffa8de8544721dc458d775
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-10-pg-catcheck
Source: pg-catcheck
Version: 1.2.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: libc6 (>= 2.17), libpq5 (>= 9.0~), postgresql-10
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-10-pg-catcheck_1.2.0-2.pgdg+1_arm64.deb
Size: 27048
SHA256: 549ac1785bd22a48f240d94b1355f66b678c77978e310f27d6d9b4523d889c0e
SHA1: 1a720b722894da52ca60257cb4db761519ae0330
MD5sum: b97054228ddd5f3e7eeacd05294e29e2
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-10-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-10-pg-catcheck (= 1.2.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-10-pg-catcheck-dbgsym_1.2.0-2.pgdg+1_arm64.deb
Size: 40376
SHA256: 800c3f2df8d4d8d484a1009eb929ae51885201dc085a8275cd9f70e59920849e
SHA1: 1469a0b19d980984bb6d8e942953bf70132a76db
MD5sum: 424bef4f74518e074ae6ee774a68f31a
Description: debug symbols for postgresql-10-pg-catcheck
Build-Ids: 7f7bfecd900124818cf79a6b5eac5e63941d7e49
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-10-pg-checksums
Source: pg-checksums
Version: 1.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: libc6 (>= 2.17), postgresql-10
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-10-pg-checksums_1.0-7.pgdg+1_arm64.deb
Size: 29672
SHA256: a70358e0b28ffa14277eeee744c2069563a8a13261b2bc0f959541e1bd544390
SHA1: 6f11527fbfd29f93569dd4012e4e9f6a16a50701
MD5sum: b6544fe02b705f1e9a07143cac6d44db
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums can activate or deactivate data checksums as long at the database
 cluster is shutdown cleanly. Activating checksums requires all database blocks
 to be read and all page headers to be updated, so can take a long time on a
 large database. Deactivating checksums only requires the cluster control file
 to be updated so is quick.
 .
 In addition, pg_checksums can verify the checksums in an offline cluster.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-10-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-10-pg-checksums (= 1.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-10-pg-checksums-dbgsym_1.0-7.pgdg+1_arm64.deb
Size: 25740
SHA256: abc329d0ae8ff88288bf859cfdcaec9b7ad3c843bebcd82c78470e650f5124b6
SHA1: d1561c4f5400fd323ae261feeceef77b15289804
MD5sum: 2e127d07ec51245bedf72159e752c61d
Description: debug symbols for postgresql-10-pg-checksums
Build-Ids: f800757af6b67b5d545fd83c84ba18d116e04ac7
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-10-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.0-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 73
Depends: libc6 (>= 2.17), postgresql-10, postgresql-contrib-10
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-10-pg-stat-kcache_2.2.0-2.pgdg+1_arm64.deb
Size: 17160
SHA256: 860e3d10897a33cf1b659006aabac9deda903edd06d4be8b4f9d2e3aa2d3be3b
SHA1: e94ccfe12cc99252359952409fc2325742117dcc
MD5sum: 38982667736b6a41a563223a0d8322fe
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-10-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 59
Depends: postgresql-10-pg-stat-kcache (= 2.2.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-10-pg-stat-kcache-dbgsym_2.2.0-2.pgdg+1_arm64.deb
Size: 42484
SHA256: 40bd27695276c9d08dfd48576f3f5be476f3bfb2ed9896faf18393f605b3add0
SHA1: eec3d9074e2104169293aeae24a403a8db1af093
MD5sum: b9e09e6c09c192d14171ca3ced414e59
Description: debug symbols for postgresql-10-pg-stat-kcache
Build-Ids: b6505cb11541c216b330c1b3d1210e4e8259b22c
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-10-pg-track-settings
Source: pg-track-settings
Version: 2.0.1-2.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 97
Depends: postgresql-10
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-10-pg-track-settings_2.0.1-2.pgdg+1_all.deb
Size: 8248
SHA256: 8371d56280c812f9b3cc83460963016c212c344e7149a34d5ead2cf70550b4ef
SHA1: 7b4d9f6297f3b97f6325f43dc2c1c101b31a0ce2
MD5sum: cf545782fcd8c33a1338805b37c11495
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-10-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.3-2.pgdg+1
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 50
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-10-pg-wait-sampling_1.1.3-2.pgdg+1_arm64.deb
Size: 14684
SHA256: b2ae495e5b087b569e3fb909153c593de556f629f1257d0b72e118973cf2dc2d
SHA1: 62b1959e3dceaf249a9b682cd99250d7cc52ee13
MD5sum: 3cda28ae9187c08ddcb00e7a1d9245dd
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-10-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 69
Depends: postgresql-10-pg-wait-sampling (= 1.1.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-10-pg-wait-sampling-dbgsym_1.1.3-2.pgdg+1_arm64.deb
Size: 51996
SHA256: 62b92a0933679ba7e8b26bb6d2f8776f599c26cde4ab165b5f94e7abf0c6f22e
SHA1: 6663d0f9f92340101a98b1f2174dbe6c91c34e54
MD5sum: 184cd214a472781f04843d2bd25ecc0b
Description: debug symbols for postgresql-10-pg-wait-sampling
Build-Ids: 44322ec4df520f63a3255eff6415576a763ccadc
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-10-repack
Source: pg-repack
Version: 1.4.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 174
Depends: postgresql-10, libc6 (>= 2.17), libpq5 (>= 8.3~rc1-1~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-10-repack_1.4.7-1.pgdg+1_arm64.deb
Size: 70132
SHA256: da2f07475913334489405ec35ef263f8fcc4bdb5be03533aea68d15e39af4463
SHA1: 82b3d3e497023a1652a5365ff1f42dc91d6a4cdb
MD5sum: 5134c368798ec76f903b9c3551def0b8
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 10.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-10-repack-dbgsym
Source: pg-repack
Version: 1.4.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-10-repack (= 1.4.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-10-repack-dbgsym_1.4.7-1.pgdg+1_arm64.deb
Size: 116196
SHA256: 6916ab94e143951522db4869f17c7f2c5c9fc70dcf77e0009d6c55a06e791fca
SHA1: 4ae3ef244a95a356b3888d6d472398b10aa7d9ff
MD5sum: 25c2e4aed46179486a0745d9828c1047
Description: debug symbols for postgresql-10-repack
Build-Ids: 0865d9c9f0e664b7230a72fb96b7dfdd21949b4d 459cb7037026fa684e13c95b8b58d74d0151b64e
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-10-snakeoil
Source: pg-snakeoil
Version: 1.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-10, libc6 (>= 2.17), libclamav9 (>= 0.101.0)
Recommends: clamav-freshclam | clamav-data
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-10-snakeoil_1.3-3.pgdg+1_arm64.deb
Size: 8768
SHA256: 6c186b8d47a264467747ffe7b28a60d35111b012ec9332a8974f0d4d69300f41
SHA1: 1fa7e71aaab7112dde9337be655a477ae6b008e2
MD5sum: ddeefeea5b8eab906fb7e5adb54fa24a
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-10-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-10-snakeoil (= 1.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-10-snakeoil-dbgsym_1.3-3.pgdg+1_arm64.deb
Size: 14584
SHA256: 126b73be295fe65e2fac4f4b123435812c8a1c8ab46c6a0d5a67cd670baf50ab
SHA1: 91f2dee244919a8f3865e290d0be438f0d78e0ec
MD5sum: 4e44431c9af8d2cfcefa29d42f4cd237
Description: debug symbols for postgresql-10-snakeoil
Build-Ids: 770dc86abec2a08abc11dfbcee2906ba73eb309f
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-11-cron
Source: pg-cron
Version: 1.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 235
Depends: postgresql-11, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-11-cron_1.4.1-1.pgdg+1_arm64.deb
Size: 98440
SHA256: 943f23a8631cdfe521b105ccd877ec7257f321d1dc24bae442150344dadab5d1
SHA1: 30a936c21da420972f1ae05b74f956a69a142c90
MD5sum: b90497009f5f3b5a4101708fa3c0ca1e
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-11-cron-dbgsym
Source: pg-cron
Version: 1.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-11-cron (= 1.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-11-cron-dbgsym_1.4.1-1.pgdg+1_arm64.deb
Size: 93012
SHA256: ae0507b033037cbef5952be882d24943ab932c168b7631596fe13c275beda99e
SHA1: edaa2719e52b2069eb2af22e8e40c7b05250c794
MD5sum: 8d43d4d862aa5c05a855fb6b2c82bc6e
Description: debug symbols for postgresql-11-cron
Build-Ids: 98ee2ed2c41fbb74c27a480a9e29ea5119feb6ed
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-11-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-11
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-11-first-last-agg_0.1.4-4-gd63ea3b-4.pgdg+1_arm64.deb
Size: 8552
SHA256: aea2e069bf5892f79509e574b462277b0a2e158ddd05c795cfc78f8411286330
SHA1: c98a8f9f6a2c80d0a65da6a882c2f66aed121ca5
MD5sum: e87ecc55db0a50643f798477e8958a57
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-11-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-11-first-last-agg (= 0.1.4-4-gd63ea3b-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-11-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-4.pgdg+1_arm64.deb
Size: 4600
SHA256: cc569068927b18ee6bae1a17d7c97aba25be5bd4eef1990ab3de18cd5c3c0332
SHA1: 3e4cf181170baa98468b372db027ebeb5f8a7988
MD5sum: ca719e287f04b0b9bb9102b8554f8b79
Description: debug symbols for postgresql-11-first-last-agg
Build-Ids: 8fd7b49b78607a1a93919ef99b455e1d7ad25d89
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-11-icu-ext
Source: icu-ext
Version: 1.6.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 188
Depends: postgresql-11, libc6 (>= 2.17), libicu67 (>= 67.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext_1.6.2-2.pgdg+1_arm64.deb
Size: 70672
SHA256: 9686dea917ffb1f3cd472945664ed974b0ae25a0ffaf22f23fbb753f8662e849
SHA1: 80df77aa85d50f795cb7b082cd1a5438ada26fcc
MD5sum: 3cac27461c52b86d33f9d16df5f1caaf
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-11-icu-ext-dbgsym
Source: icu-ext
Version: 1.6.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-11-icu-ext (= 1.6.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext-dbgsym_1.6.2-2.pgdg+1_arm64.deb
Size: 61036
SHA256: d2bfa53ec51fc012c0d3a448141421533344683269d2586df69a66bc93ea08d2
SHA1: 32bab6d7ab9d5d49ca3e53bd2eebd4ea3f1fcf54
MD5sum: fd09878fbc19ca6cd24b35c0b7a13686
Description: debug symbols for postgresql-11-icu-ext
Build-Ids: fcee567ed25384423f638939c9000164893071e3
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-11-ip4r
Source: ip4r
Version: 2.4.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 644
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-11-ip4r_2.4.1-5.pgdg+1_arm64.deb
Size: 196580
SHA256: 9f2b9cae34d260665ffc517e9f5dd2f31d79a6f8f898d7637ff5bd2d3f2a48ad
SHA1: 38c99275d3551a072eb8ca7e5bc03df877ac9db7
MD5sum: c2aaeef0b7e8f82948dfc45c069975d1
Description: IPv4 and IPv6 types for PostgreSQL 11
 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.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-11-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: postgresql-11-ip4r (= 2.4.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-11-ip4r-dbgsym_2.4.1-5.pgdg+1_arm64.deb
Size: 172124
SHA256: bf501068717c40e9281a0fef4fd5e5326d007ab6d181cc6ed12c91b6d46526fb
SHA1: aa3368428a0985b6c85462f5f1d7e1081a634273
MD5sum: 10b31618f2b6ee648a3b75fb3056d325
Description: debug symbols for postgresql-11-ip4r
Build-Ids: eac35aa9f5d44235b1fa66d43c5947780471394d
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-11-jsquery
Source: jsquery
Version: 1.1.1-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 316
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-11-jsquery_1.1.1-4.pgdg+1_arm64.deb
Size: 133744
SHA256: ea0c0ff159df0e87077132c1c7596e8801eac7f02b50cf9e549f3f2b3f6de0c7
SHA1: 8a54139a5a58062d78c2b7dd5a1b38d7e530af3b
MD5sum: 3a50d63d09315ff5effb524b92ac9249
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-11-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-11-jsquery (= 1.1.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-11-jsquery-dbgsym_1.1.1-4.pgdg+1_arm64.deb
Size: 95708
SHA256: cc2e789c996692bdfe65132eb510c25c3bab41e48162676cfc27233acdc87932
SHA1: aba3ee3b41477577cd2b8106a9be18e62b298592
MD5sum: c8401672b91d9731f52afa9d90754ed8
Description: debug symbols for postgresql-11-jsquery
Build-Ids: f0440ab7df0e12bbaca087c8599871d8436ccb93
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-11-mimeo
Source: mimeo
Version: 1.5.1-10.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4486
Depends: postgresql-11, postgresql-contrib-11
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-11-mimeo_1.5.1-10.pgdg+1_all.deb
Size: 128768
SHA256: ef4b4df4bf4830564b80a395f3d89dd6a6da0aa32015ea395bf43576ee05a9a1
SHA1: 4be702104d96da36d813fcde9d789d581fb72d3f
MD5sum: b05bbd24699c14931cffe62671b9a656
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.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-11-omnidb
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: libc6 (>= 2.17), libpq5, postgresql-11
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-11-omnidb_3.0.0.20201026-2.pgdg+1_arm64.deb
Size: 21228
SHA256: 4a3d6437b055024c7c46dfa458630206325ae194afad9974a33064c9c81a73dc
SHA1: 9389b54cea60408ec346122cdcd527e25ef0e57d
MD5sum: 15d650eb57b1a3e36ed20ba367766e5f
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL omnidb_plpgsql_debugger extension for
 interactive PL/pgSQL debugging in OmniDB.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-11-omnidb-dbgsym
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-11-omnidb (= 3.0.0.20201026-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-11-omnidb-dbgsym_3.0.0.20201026-2.pgdg+1_arm64.deb
Size: 34412
SHA256: d60b82b9d48a817e9a846634080b2b574efe64ea40cece01b6ed7c9703090a88
SHA1: afa49363a427cbd6170ee2f7c3f32e189de9f5d7
MD5sum: e32c3b8897b9eeb695d01967fd0f3b1b
Description: debug symbols for postgresql-11-omnidb
Build-Ids: 21fe013fb4db223d638877cb6c50df6ac7ee98fb
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-11-pg-catcheck
Source: pg-catcheck
Version: 1.2.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: libc6 (>= 2.17), libpq5 (>= 9.0~), postgresql-11
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-11-pg-catcheck_1.2.0-2.pgdg+1_arm64.deb
Size: 27028
SHA256: 6d8b1c8a6d46ee2d6264d9e04b36d865c2d982e6346c07f5432f25dcf5377f63
SHA1: 903139d86f3eaf75329f415e236014cf5c0a4ffb
MD5sum: 73adcde03bf81f3e7ee549f23d0c034f
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-11-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-11-pg-catcheck (= 1.2.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-11-pg-catcheck-dbgsym_1.2.0-2.pgdg+1_arm64.deb
Size: 40388
SHA256: 8d96fe1eaf9e0f92bda362a2f69e8cd59ad255642c33f4d62b677872d53aa1f3
SHA1: f6586b204bc197b457bcb93235cffc947da6e5f7
MD5sum: 18d0b6e39fa8fcc2035573a3ec37e3b3
Description: debug symbols for postgresql-11-pg-catcheck
Build-Ids: 83a29582c39347972a623675eddc91a13e3f1193
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-11-pg-checksums
Source: pg-checksums
Version: 1.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: libc6 (>= 2.17), postgresql-11
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-11-pg-checksums_1.0-7.pgdg+1_arm64.deb
Size: 30160
SHA256: 903236c9eafe35f0661a7ac30d2ce445edf6c9fdb7b2c8369346e0354b62b78f
SHA1: 3263ea0ca04795ad7afbd0e9de387d91c543052c
MD5sum: 083d03c072e8fbdee93fb25ff578bfc6
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums can activate or deactivate data checksums as long at the database
 cluster is shutdown cleanly. Activating checksums requires all database blocks
 to be read and all page headers to be updated, so can take a long time on a
 large database. Deactivating checksums only requires the cluster control file
 to be updated so is quick.
 .
 In addition, pg_checksums can verify the checksums in an offline cluster.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-11-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-11-pg-checksums (= 1.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-11-pg-checksums-dbgsym_1.0-7.pgdg+1_arm64.deb
Size: 25844
SHA256: 833ee020d5ed4cdf1a66952bc2c3696291b7a289681bc0cfb554a17bda26c52d
SHA1: 2fbc323772b9d28c99cf423f13ff73005a002258
MD5sum: ab7d76a22d07d20b3c6a499fdf05e61f
Description: debug symbols for postgresql-11-pg-checksums
Build-Ids: 3e78587dc0e7e898b2e17216ea587152cd38672d
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-11-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.0-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 109
Depends: libc6 (>= 2.17), postgresql-11, postgresql-contrib-11
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-11-pg-stat-kcache_2.2.0-2.pgdg+1_arm64.deb
Size: 36956
SHA256: 1c5454310f7245edc429770cd31fe2afb0ea279a27b8b2be989cfa3b09b75c08
SHA1: 8558d2f1a57795a49a90a419d3ef2c47f25b801e
MD5sum: 7dc620243266a77965dce430a5325d1c
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-11-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 52
Depends: postgresql-11-pg-stat-kcache (= 2.2.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-11-pg-stat-kcache-dbgsym_2.2.0-2.pgdg+1_arm64.deb
Size: 35504
SHA256: 437a2835e1b658d29577cf7319ede433109554a51089ed0b9d7e85b420ecade6
SHA1: de1c04488fcca5d7e6f7c9509d8ecdab3e42e496
MD5sum: 56e7a3107e4184fe5c8680082e50bd4b
Description: debug symbols for postgresql-11-pg-stat-kcache
Build-Ids: 5c9cbd1f90c62986b7501c8d05fce173755662ea
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-11-pg-track-settings
Source: pg-track-settings
Version: 2.0.1-2.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 97
Depends: postgresql-11
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-11-pg-track-settings_2.0.1-2.pgdg+1_all.deb
Size: 8252
SHA256: 5a6c336bbcfdccbbdadf3da4ad5a04a48dd49ddea37b2560f2575f21f043cd17
SHA1: 79e20acac0ddb107711e71beb3f21caf3eefc222
MD5sum: 6266ebb8936ed8c2108db6e410f7d4b0
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-11-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.3-2.pgdg+1
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 105
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-11-pg-wait-sampling_1.1.3-2.pgdg+1_arm64.deb
Size: 41112
SHA256: 476b45ef818917a5526ea3a91dcab2546cf24c62389b683a77807b164791652d
SHA1: c86aad1cd118782bad94f52f45505e192c198b1c
MD5sum: 6ec03e399ebf17d1c56903d71b92af22
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-11-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 68
Depends: postgresql-11-pg-wait-sampling (= 1.1.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-11-pg-wait-sampling-dbgsym_1.1.3-2.pgdg+1_arm64.deb
Size: 49968
SHA256: 7ff3e1d81d37d8843ff936a79f977dbab81a15c059a4ceb72c62fb1a3ec5ac57
SHA1: fc400d1d81ee0d2d5871d07234b472a577292043
MD5sum: 326a9a334f8f7f56addd7aa19514d9d0
Description: debug symbols for postgresql-11-pg-wait-sampling
Build-Ids: cc239c7232219a1661a4b8df70b0cd23032ead38
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-11-rational
Source: pg-rational
Version: 0.0.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-11-rational_0.0.2-3.pgdg+1_arm64.deb
Size: 25248
SHA256: eee8e418170daba70297fc190c634f10a82bdd4565fe0416929a5178d77370d6
SHA1: 492cb7803f6de7f7fcf30c5ceb6218656d930d17
MD5sum: 71aa394739c38cd1fb44eb701c138a10
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-11-rational-dbgsym
Source: pg-rational
Version: 0.0.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-11-rational (= 0.0.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-11-rational-dbgsym_0.0.2-3.pgdg+1_arm64.deb
Size: 19640
SHA256: cfb0ebf9ef6f9a7166036d96600ba56953a62e50e77c579343d083ae3a20b6df
SHA1: f19dc44c253a959c23c8bd7fdb48116c04df2937
MD5sum: 647f9863be2e2b6cc0f41e093e0e085f
Description: debug symbols for postgresql-11-rational
Build-Ids: 16900cf106e28916a0a6afa574757a3f7318f19c
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-11-repack
Source: pg-repack
Version: 1.4.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 227
Depends: postgresql-11, libc6 (>= 2.17), libpq5 (>= 8.3~rc1-1~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-11-repack_1.4.7-1.pgdg+1_arm64.deb
Size: 97164
SHA256: a5c0098db2f67777711af42b75b9ee8fdf7d023dd6a265996c9d2ee42c3fbc38
SHA1: d1fd49708ff50c6cb111aadbf09325492411e606
MD5sum: ee6ec04a1b5674d8358ca18cfd78d53e
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 11.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-11-repack-dbgsym
Source: pg-repack
Version: 1.4.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-11-repack (= 1.4.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-11-repack-dbgsym_1.4.7-1.pgdg+1_arm64.deb
Size: 116864
SHA256: 66fee051a96ebfd1365c3d6fe61b3bfee5ff21808a855f3865fc94421937fbcf
SHA1: 5cbf8f6fcd7637a288ad754383c305ddf095b944
MD5sum: 79e8871fc7e15fe594320ac403f148a5
Description: debug symbols for postgresql-11-repack
Build-Ids: 9535d2d0dbf99c2b9cfdc643da4d953cdbccc607 cf63aeecbd7157f75520e7aaa4848a1db21531e3
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-11-snakeoil
Source: pg-snakeoil
Version: 1.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: postgresql-11, libc6 (>= 2.17), libclamav9 (>= 0.101.0)
Recommends: clamav-freshclam | clamav-data
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-11-snakeoil_1.3-3.pgdg+1_arm64.deb
Size: 17752
SHA256: 3f0ca8d5c321a83f9d16c66d17553d6c9db123cc89d331df4dc462426549f8ad
SHA1: df1419b1861dafc481da83972d4037d83e5678cd
MD5sum: f6f47db0de8155f55b374f82f08b1d60
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-11-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-11-snakeoil (= 1.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-11-snakeoil-dbgsym_1.3-3.pgdg+1_arm64.deb
Size: 14684
SHA256: 3d2d7ec8ce877ffd7198043f7dcb9b93927110f8a3101aaa27b1ffed8dde8e31
SHA1: 39fd0584aa79800a0c5690d8904643129be6dbe4
MD5sum: 685acfb7913f5f6043b05fce3898c740
Description: debug symbols for postgresql-11-snakeoil
Build-Ids: 493a707c1bce954f0ac168fd9a17ed88640f8564
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-12-cron
Source: pg-cron
Version: 1.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 237
Depends: postgresql-12, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-12-cron_1.4.1-1.pgdg+1_arm64.deb
Size: 99784
SHA256: c4a3721a8cdfcdc2f63e72beee9e920199983b8483abab58ffc489c91ef7c5fc
SHA1: 576076f86ad11dfeef33c0e759b0b9193b6d8d31
MD5sum: c8fb5ff4bd8fa1c3aeba23c8b30babaf
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-12-cron-dbgsym
Source: pg-cron
Version: 1.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-12-cron (= 1.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-12-cron-dbgsym_1.4.1-1.pgdg+1_arm64.deb
Size: 100584
SHA256: 46b9f2fff0ca1fba18626c9d792565eb0cb4220844150c250a9e2cf62e76c714
SHA1: 4922f00d6044a384351e1b8feef55dc1394e35d5
MD5sum: 887e940bd1ad9a18e056ef4aac177cf7
Description: debug symbols for postgresql-12-cron
Build-Ids: 70183c4c6d709673ae6803586bbcefcbbbf8675a
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-12-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-12
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-12-first-last-agg_0.1.4-4-gd63ea3b-4.pgdg+1_arm64.deb
Size: 8580
SHA256: 021a6f474faf4f61c1c4475bea7b381bea3034560e17eaedf20fbcf9dcd5dfda
SHA1: 378a60124c168927f2ae2b9a777eca1eb4739bec
MD5sum: a52d0b72547b30fbf8bf6f35b5d6108c
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-12-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-12-first-last-agg (= 0.1.4-4-gd63ea3b-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-12-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-4.pgdg+1_arm64.deb
Size: 4600
SHA256: 31482996ee36c772b584b8996201ad4c25bc3dbdb153078c45c009a4a499400a
SHA1: b00065c496de8ab0878923c0929a829b8ee6ab34
MD5sum: 48b8e55be1ec34aae40ebb46097148c6
Description: debug symbols for postgresql-12-first-last-agg
Build-Ids: 64e1a6c6eaf69f32d5c826f49379f500c928fb18
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-12-icu-ext
Source: icu-ext
Version: 1.6.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 190
Depends: postgresql-12, libc6 (>= 2.17), libicu67 (>= 67.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext_1.6.2-2.pgdg+1_arm64.deb
Size: 71444
SHA256: 095f9e4cc10ffe70b0b360be6519b91b5fc97261b5dd5f5f54a0a6902340458f
SHA1: f0210ff3d50500f3d002ff6a761df5400b3f12e6
MD5sum: 5a4dd8a6d7152cd24b685c6fb97f32e5
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-12-icu-ext-dbgsym
Source: icu-ext
Version: 1.6.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-12-icu-ext (= 1.6.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext-dbgsym_1.6.2-2.pgdg+1_arm64.deb
Size: 64608
SHA256: 05402eae3537679cf7dac95a32a5b7918999afd174a7632dc1746a6eee89b552
SHA1: 9a3507e197756d2f487e4736d34eb20f29d13a3c
MD5sum: e0cb3384a2651434cb77f2144cdcb491
Description: debug symbols for postgresql-12-icu-ext
Build-Ids: dc48b1629f4c03f60efe396e8971b35a079b1623
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-12-ip4r
Source: ip4r
Version: 2.4.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 645
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-12-ip4r_2.4.1-5.pgdg+1_arm64.deb
Size: 197888
SHA256: 58856d3d4fe4947c1495019246e36ec56d5761e1647806603e22714d3733d3ac
SHA1: 9dffbe35d41d0a9786fbbd176a2655e49ca4e536
MD5sum: 5a0d05ca248cebbb1b140af640328fe7
Description: IPv4 and IPv6 types for PostgreSQL 12
 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.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-12-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 214
Depends: postgresql-12-ip4r (= 2.4.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-12-ip4r-dbgsym_2.4.1-5.pgdg+1_arm64.deb
Size: 178404
SHA256: 64c619cbc27291f4f141092bcc0e7a940a8637197dc9280c1042d62f523f8a1c
SHA1: e64625161c3ab9d1a649d3fe9e4a66e6105d9d53
MD5sum: cfb5dd060287eef3c3676237a4304753
Description: debug symbols for postgresql-12-ip4r
Build-Ids: ead879e4a0ccf759c5e2825b67a9688f01e7dfab
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-12-jsquery
Source: jsquery
Version: 1.1.1-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 318
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-12-jsquery_1.1.1-4.pgdg+1_arm64.deb
Size: 133800
SHA256: ef6fa7595b41122c14fc03287c88ec18a830f60fc495d680f74dbd9710049c3a
SHA1: 5b3e61b56431d3d7e6ea134618591c22df959f49
MD5sum: e41b43c8c4b2cc7742f94d2af5aee166
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-12-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-12-jsquery (= 1.1.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-12-jsquery-dbgsym_1.1.1-4.pgdg+1_arm64.deb
Size: 97064
SHA256: ac394b5fd6b584e5f5964d8fa56157ed816bcd8556efe690ed10bd5bca727714
SHA1: 13d2078466899639e51f8a846b683970e3c02ce0
MD5sum: cdbf79603be5fc1a36bce5bc11fe7ebc
Description: debug symbols for postgresql-12-jsquery
Build-Ids: a01ba737033d70838b92a3191110655d42139cd0
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-12-mimeo
Source: mimeo
Version: 1.5.1-10.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4486
Depends: postgresql-12, postgresql-contrib-12
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-12-mimeo_1.5.1-10.pgdg+1_all.deb
Size: 128804
SHA256: 5bbf5fa10b541e30fe8609a924b4448ee455ebcaa70492bc65a45a81adf56934
SHA1: d3bea12f4d5a2dc549717403affb4a0d87b8484b
MD5sum: 7385e70db75b31f94ea94eda1e079d81
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.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-12-omnidb
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: libc6 (>= 2.17), libpq5, postgresql-12
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-12-omnidb_3.0.0.20201026-2.pgdg+1_arm64.deb
Size: 21596
SHA256: a28bb22775787f2a81bf78045cf15468e9aa63555c58487a858629cc7126d6e3
SHA1: defc6bbfa667016e73d4382ab58b0a116989afb3
MD5sum: ccec3793e8a2cc3f39f0477f975d70cc
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL omnidb_plpgsql_debugger extension for
 interactive PL/pgSQL debugging in OmniDB.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-12-omnidb-dbgsym
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-12-omnidb (= 3.0.0.20201026-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-12-omnidb-dbgsym_3.0.0.20201026-2.pgdg+1_arm64.deb
Size: 34864
SHA256: 973011c0c0b29552f36b3f9727ce56273a8dcc9a2c419b8b4cd68229ab920fe0
SHA1: 2502948a4d8552c1a69a177961617d5e10c755e0
MD5sum: c9b257615227968784292b6b177abe2a
Description: debug symbols for postgresql-12-omnidb
Build-Ids: ace19a7f826aa04b05ad8bd8928dda688e5685e6
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-12-pg-catcheck
Source: pg-catcheck
Version: 1.2.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: libc6 (>= 2.17), libpq5 (>= 9.0~), postgresql-12
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-12-pg-catcheck_1.2.0-2.pgdg+1_arm64.deb
Size: 31708
SHA256: 87884e479efcd535aa145f3cbada8cfd16dfe1cf4609ae896a7222ae00e6ac59
SHA1: 3b7d86177f8040477e0d590538bf10d9f7c1dfcb
MD5sum: 6f74d58d0ea0ddb606a14169f0acb574
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-12-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-12-pg-catcheck (= 1.2.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-12-pg-catcheck-dbgsym_1.2.0-2.pgdg+1_arm64.deb
Size: 38036
SHA256: 4036732427f24dafed8cfb58eb154266e6b5ee75386ba6d3991032b1277acd25
SHA1: 20cd4d1b36799361ac5f61de7802b7341ecc6e3d
MD5sum: 7e5abc37d6246f95988fd09b3e004ee5
Description: debug symbols for postgresql-12-pg-catcheck
Build-Ids: 0167505e31d25c6e52ef3b598b8c592b993f64c7
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-12-pg-checksums
Source: pg-checksums
Version: 1.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: libc6 (>= 2.17), postgresql-12
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-12-pg-checksums_1.0-7.pgdg+1_arm64.deb
Size: 34896
SHA256: 5d9e29794e9963694fa2432e666f2c5a7d386386b35145c6800a78163979ba7a
SHA1: f3489a049fbe2a6db9287969f2efd8d9a74412ff
MD5sum: 82c979fe388d4b456802668a833fed00
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums can activate or deactivate data checksums as long at the database
 cluster is shutdown cleanly. Activating checksums requires all database blocks
 to be read and all page headers to be updated, so can take a long time on a
 large database. Deactivating checksums only requires the cluster control file
 to be updated so is quick.
 .
 In addition, pg_checksums can verify the checksums in an offline cluster.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-12-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-12-pg-checksums (= 1.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-12-pg-checksums-dbgsym_1.0-7.pgdg+1_arm64.deb
Size: 21620
SHA256: 0ff89f0ae3c71e1a2957e748339616ec01bd200221b7d498e71cb83289691e75
SHA1: 37f995d3b6e52aafccb34c8557a07efb07af0ca0
MD5sum: afc3e155a56d16a036c4fee3f12c843d
Description: debug symbols for postgresql-12-pg-checksums
Build-Ids: 0a0431c829b90d8b9850d3592477c7a43b248b90
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-12-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.0-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 110
Depends: libc6 (>= 2.17), postgresql-12, postgresql-contrib-12
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-12-pg-stat-kcache_2.2.0-2.pgdg+1_arm64.deb
Size: 37208
SHA256: d5a677edd66deac9bd4510ce341342e4c29536e77dbb34d610470a0bf1019a3a
SHA1: 34b4329eee7512e2e38b1f024bbe6697f96e6a1a
MD5sum: 728921d9fd5ae2d1e67fc66a9bc8f5e8
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-12-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 55
Depends: postgresql-12-pg-stat-kcache (= 2.2.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-12-pg-stat-kcache-dbgsym_2.2.0-2.pgdg+1_arm64.deb
Size: 39184
SHA256: 51e937cba52a07a9d0c1255c6edb7d1de3159471a5d8beabfcdf2ec0b9a2777b
SHA1: 2432aa6a8d01032ac6e554de93cebb8d8c23f8bd
MD5sum: f139e0f463c971b0e22ed4a494f440d4
Description: debug symbols for postgresql-12-pg-stat-kcache
Build-Ids: a4f6be3dec87bf1161ea282d6de6b0c8349604ac
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-12-pg-track-settings
Source: pg-track-settings
Version: 2.0.1-2.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 97
Depends: postgresql-12
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-12-pg-track-settings_2.0.1-2.pgdg+1_all.deb
Size: 8252
SHA256: a2309b1109e86228b9a545e81c68f87839adcf5d1f6069af9dd1d5bdaac18611
SHA1: 51d57190d33984b7777c6919bdbaddaae217351c
MD5sum: 8542bae7367565be05798dea69745bbe
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-12-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.3-2.pgdg+1
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 105
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-12-pg-wait-sampling_1.1.3-2.pgdg+1_arm64.deb
Size: 40932
SHA256: 9d4069794d31107b8abc4400c0ae531c15aefb9b244a6ad35abae01dcc757ed4
SHA1: bce75a98004b8ed7220361ebe714d13c04d64f15
MD5sum: 5f1729b56bad482717e4788ab1a8db87
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-12-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 68
Depends: postgresql-12-pg-wait-sampling (= 1.1.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-12-pg-wait-sampling-dbgsym_1.1.3-2.pgdg+1_arm64.deb
Size: 50892
SHA256: 063463e6c48547ca4f9b1b89b952c6c28ffea921eb915672e50c4030501a7928
SHA1: a873f6889469213fd77593817dc40ff822ac062d
MD5sum: 2b4ed41380cc85cf6839f2eabc09b42b
Description: debug symbols for postgresql-12-pg-wait-sampling
Build-Ids: df2874697b1712ca74efcb2b045afc0ec80577b7
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-12-rational
Source: pg-rational
Version: 0.0.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-12-rational_0.0.2-3.pgdg+1_arm64.deb
Size: 25252
SHA256: ff4726f5b64b52b8a7805561b03a9374b925226892283e41b4a0d796ce9e9a97
SHA1: 9a51d5131d9fd0a772986adca55e41e099cfb2c3
MD5sum: 2ac38b3c20cf4fd9cc1f25df0de34b01
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-12-rational-dbgsym
Source: pg-rational
Version: 0.0.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-12-rational (= 0.0.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-12-rational-dbgsym_0.0.2-3.pgdg+1_arm64.deb
Size: 19956
SHA256: 7230b56426950782a4f0116f8c7009361cbe36919a6ed4123f942ea35dee3f46
SHA1: 26bb4c387c58bef38d561a095ad0b7f50871bd9e
MD5sum: d9c664bdb4e5b84217e342fdb660ac34
Description: debug symbols for postgresql-12-rational
Build-Ids: 253514ce0f18bafd95258a1f5602bd68a3c171cd
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-12-repack
Source: pg-repack
Version: 1.4.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 234
Depends: postgresql-12, libc6 (>= 2.17), libpq5 (>= 8.3~rc1-1~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-12-repack_1.4.7-1.pgdg+1_arm64.deb
Size: 101964
SHA256: de58dce2f90c4891c9bffb13f0acdc32565c980475b6b0fdb878e42461129f38
SHA1: ceb5bb8b61302379d0ebeab0b83524a4b9e687f0
MD5sum: c1847c3f42ec06f8c84f31f516ab3a54
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 12.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-12-repack-dbgsym
Source: pg-repack
Version: 1.4.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-12-repack (= 1.4.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-12-repack-dbgsym_1.4.7-1.pgdg+1_arm64.deb
Size: 113692
SHA256: 53ab92ed1edb679ecc7421f3928ee2211139a3405683924d37fb7569a4524f5a
SHA1: 2665e06a8e8afa873ea0f2c7248683dc92318143
MD5sum: 39a5425bf4c093b80848261902ff9c8f
Description: debug symbols for postgresql-12-repack
Build-Ids: 2d98f6f821942464866b60a66d204268292ef6bf 7fe034bdbae1db627a155c5d64901131893c0675
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-12-snakeoil
Source: pg-snakeoil
Version: 1.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: postgresql-12, libc6 (>= 2.17), libclamav9 (>= 0.101.0)
Recommends: clamav-freshclam | clamav-data
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-12-snakeoil_1.3-3.pgdg+1_arm64.deb
Size: 17764
SHA256: 05de91126e8691412c9a90fcfc4c4f920efc6e793a84d7c0bb27e28cac1002b2
SHA1: 1fd9b3661928469cc4234ed9a04408b8125d8dd1
MD5sum: 63a698300c19a07a4cfe8a4b5bdc5ae0
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-12-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-12-snakeoil (= 1.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-12-snakeoil-dbgsym_1.3-3.pgdg+1_arm64.deb
Size: 15036
SHA256: aa24a2e61322252bcb9015ca709a148f53ca59814900627f2e7007a735989111
SHA1: 7c3a7592f54b66d65c6efd8211c63ce17e3fe470
MD5sum: 542d6c28fe9383c3dcb6016d34eff80d
Description: debug symbols for postgresql-12-snakeoil
Build-Ids: 40bc660b6ba28b69220316de0a91031d6c3e2f78
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-13-cron
Source: pg-cron
Version: 1.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 238
Depends: postgresql-13, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-13-cron_1.4.1-1.pgdg+1_arm64.deb
Size: 100324
SHA256: 0407f18a03b7efbc8e88d6a11afade3811ee8e83bc447f8aaaea2f96784f45aa
SHA1: c0e48d529e6e0b008756d56047844b336e9251a7
MD5sum: 1d70bc337825bfb2bb85727bf33a0dce
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-13-cron-dbgsym
Source: pg-cron
Version: 1.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-13-cron (= 1.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-13-cron-dbgsym_1.4.1-1.pgdg+1_arm64.deb
Size: 104624
SHA256: 7e5b74e5f2401a8d72e4977f2d2cfd71a997001978af802c2426d53c40577a63
SHA1: dff66e73d12c086ae1c0326d5b4ba68212715aa6
MD5sum: 9864c7362c8c5bedd4d9d7ea0583832b
Description: debug symbols for postgresql-13-cron
Build-Ids: bb439b2dccd0a345b971f4f18d16900f2d817a66
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-13-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-13
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-13-first-last-agg_0.1.4-4-gd63ea3b-4.pgdg+1_arm64.deb
Size: 8572
SHA256: 6ec00501355d86ee7cf1926eb5b4f52945b95d856fc43d7c079541a371b28cf2
SHA1: 2c9bca858fcb5ab538e7ccbcbae80948b03ee733
MD5sum: 6465dd5bd63c56f081bac05fac51297e
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-13-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-13-first-last-agg (= 0.1.4-4-gd63ea3b-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-13-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-4.pgdg+1_arm64.deb
Size: 4588
SHA256: 7601dc7db1fc1b1dc36e56caef3b84c264c7a9825a823078a559a0d5784f761e
SHA1: e246e7f2a6a85c2875ed8573314990d495c25739
MD5sum: 16832730af0e918b37d2de482d41e883
Description: debug symbols for postgresql-13-first-last-agg
Build-Ids: 6e742211a9bf700814559f98e614f8c35daaef60
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-13-icu-ext
Source: icu-ext
Version: 1.6.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-13, libc6 (>= 2.17), libicu67 (>= 67.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext_1.6.2-2.pgdg+1_arm64.deb
Size: 72468
SHA256: 6ea39aeff10746b2d2ce01aaee9d604124d4693de6152a4b4b6c2926a37d634d
SHA1: 92aab0286a261eefa9d3b4d5ef6aca377b4d1a89
MD5sum: c27b05fd5a83018d690b63d514e4ab61
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-13-icu-ext-dbgsym
Source: icu-ext
Version: 1.6.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-13-icu-ext (= 1.6.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext-dbgsym_1.6.2-2.pgdg+1_arm64.deb
Size: 63288
SHA256: af15034906f8afbdbaabcb57621fc36dffb6b27da0e1f1d5533b15ad78bc01de
SHA1: ed0045c9b8ad70d1ee937c89546fba68ae5f9e86
MD5sum: 7dde747c4ea50aa3638f152fb6d4483d
Description: debug symbols for postgresql-13-icu-ext
Build-Ids: fb25e555fe6d361b6cbfc88202b65b1eed048105
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-13-ip4r
Source: ip4r
Version: 2.4.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 643
Depends: libc6 (>= 2.17), postgresql-13
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-13-ip4r_2.4.1-5.pgdg+1_arm64.deb
Size: 196352
SHA256: 7d3b4c1172b2261cb79e974120c8cbf5745d4df185418fc0f7d8db755ae0c4cc
SHA1: c5c9693656bb0d8bb07e38c1ae0dd20709d50172
MD5sum: 6b0b0d06cf1d1d37a32535463c0465d1
Description: IPv4 and IPv6 types for PostgreSQL 13
 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.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-13-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 214
Depends: postgresql-13-ip4r (= 2.4.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-13-ip4r-dbgsym_2.4.1-5.pgdg+1_arm64.deb
Size: 177836
SHA256: 3e5ca9be7921969e5c4ef6f9a897f52f0363fbcb046ab8ef67eea90764055e46
SHA1: a5964d2e299a4d3bcb011aef358810ae5d0044f0
MD5sum: 620d3dbcc367fd99a078b2a20b8e6892
Description: debug symbols for postgresql-13-ip4r
Build-Ids: 59e53fcee34894aae7fa8d17fd55abe8227903de
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-13-jsquery
Source: jsquery
Version: 1.1.1-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 319
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-13-jsquery_1.1.1-4.pgdg+1_arm64.deb
Size: 134612
SHA256: 5694cf2d9a31e984a9824d2da88d282efc8f656edb15d222394375569dd372f7
SHA1: 24c9052f338b6e6c4d851c16c191ca83b44d6146
MD5sum: 454e2e7899517504048d55e549d2d24a
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-13-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: postgresql-13-jsquery (= 1.1.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-13-jsquery-dbgsym_1.1.1-4.pgdg+1_arm64.deb
Size: 99568
SHA256: c334a9b2656be8869ac6f5db86baf7353f641db4cbd59a77553c10da57737235
SHA1: 26067f76fac4008b7f328e61d6da63e59035c147
MD5sum: ab2bd94b3ac1c7c7de3f2905584ea6bd
Description: debug symbols for postgresql-13-jsquery
Build-Ids: fae29af59931e00ac2fbbd75bc65a76487a771ec
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-13-mimeo
Source: mimeo
Version: 1.5.1-10.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4486
Depends: postgresql-13, postgresql-contrib-13
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-13-mimeo_1.5.1-10.pgdg+1_all.deb
Size: 128796
SHA256: 9edbb4cb7a98a3fc935f79d3dc639f989f48812e65350bd4411d387474529fff
SHA1: 3d1ef70aff42a4a58842c8d50bd1ea5d0757e739
MD5sum: c5a14bbfb7d37393956e12eef0dac167
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.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-13-omnidb
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: libc6 (>= 2.17), libpq5, postgresql-13
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-13-omnidb_3.0.0.20201026-2.pgdg+1_arm64.deb
Size: 21564
SHA256: 82b039c73a3b59a73fd6048dc4e2eba64bd735eb1dc765339cd65cdf86da8fd8
SHA1: 5f9e7c76494dc67c352ec6dcb96c95307e5fbd17
MD5sum: 5dfc8bd377e003b462b0d5839efd062c
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL omnidb_plpgsql_debugger extension for
 interactive PL/pgSQL debugging in OmniDB.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-13-omnidb-dbgsym
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-13-omnidb (= 3.0.0.20201026-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-13-omnidb-dbgsym_3.0.0.20201026-2.pgdg+1_arm64.deb
Size: 34928
SHA256: 197c2ae0ebb46ce372532f846cd1c90efcc55b5150b89a3da7cf9104876e41f6
SHA1: b7b540b0a0e8464bab03d82050e750aff5bf57e0
MD5sum: bc1903f09589979d83de804bf9ea3321
Description: debug symbols for postgresql-13-omnidb
Build-Ids: 721c2b8157216cffee5c33dc3bae4a2d69ee28e9
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-13-pg-catcheck
Source: pg-catcheck
Version: 1.2.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: libc6 (>= 2.17), libpq5 (>= 9.0~), postgresql-13
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-13-pg-catcheck_1.2.0-2.pgdg+1_arm64.deb
Size: 31776
SHA256: 26437fcc6f6c3a1dee8df1a966c9b20b76692b32175dd0166181916a13e7dd7e
SHA1: e3e46fd5290f269c1a9f9d954b507cdae3d73900
MD5sum: 21ef5ded377c87e24df1caa27358c4ec
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-13-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-13-pg-catcheck (= 1.2.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-13-pg-catcheck-dbgsym_1.2.0-2.pgdg+1_arm64.deb
Size: 38048
SHA256: 35488a236382762d5c8238e1b9964ac9e3b8749fd2feac9c314381f442293381
SHA1: 117730e3aa024948b4a9baf778bbb906eebe2f52
MD5sum: a6f5e59a71ffc5bae8c11ab1febbf30f
Description: debug symbols for postgresql-13-pg-catcheck
Build-Ids: b404512386939439b8cab5578e617e063f0e2e60
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-13-pg-checksums
Source: pg-checksums
Version: 1.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: libc6 (>= 2.17), postgresql-13
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-13-pg-checksums_1.0-7.pgdg+1_arm64.deb
Size: 34880
SHA256: 5186151c5f6ed33d59cd087101af80dcc04130d61ce6f83222068d5b74b2c07d
SHA1: fca6fc5fc84c64c939399aedec61a6a9186a5ce7
MD5sum: 31aeaae0bdd1dce5906a7ecd3e67d77e
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums can activate or deactivate data checksums as long at the database
 cluster is shutdown cleanly. Activating checksums requires all database blocks
 to be read and all page headers to be updated, so can take a long time on a
 large database. Deactivating checksums only requires the cluster control file
 to be updated so is quick.
 .
 In addition, pg_checksums can verify the checksums in an offline cluster.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-13-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-13-pg-checksums (= 1.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-13-pg-checksums-dbgsym_1.0-7.pgdg+1_arm64.deb
Size: 21664
SHA256: 8c1f38ff527e3b1cfee28ba1bbc9c937fde95707912930593c8943f6fa9dd97e
SHA1: 2f926c39e3ce781a368aec2080321915febb73c8
MD5sum: 2fd2e309f336e75393d494178b61f59d
Description: debug symbols for postgresql-13-pg-checksums
Build-Ids: 848688dc67398f7efd7b2a17b5d1da4a41d18b58
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-13-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.0-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 116
Depends: libc6 (>= 2.17), postgresql-13, postgresql-contrib-13
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-13-pg-stat-kcache_2.2.0-2.pgdg+1_arm64.deb
Size: 39480
SHA256: eba6183de97f1fc8a579ef52f01e2a9f319768ddd519a5d6b38144529e4bf492
SHA1: c3613502343b4b8edbdee0b61255ec690af884b5
MD5sum: ed2e06fb0dfcba535e63b838a4c7292b
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-13-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 56
Depends: postgresql-13-pg-stat-kcache (= 2.2.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-13-pg-stat-kcache-dbgsym_2.2.0-2.pgdg+1_arm64.deb
Size: 39784
SHA256: ced5199c0e400ec3396978fc8c51f00a33725643b0a92a2ac7ff36aee8412862
SHA1: b0c12ab4ebef3a1df8e96466ffc90b986e8f4d8f
MD5sum: f446a4f9649ea6892f2da93947f27ff8
Description: debug symbols for postgresql-13-pg-stat-kcache
Build-Ids: 7d298279573cff948c5a49f0d4d50e04ab8be703
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-13-pg-track-settings
Source: pg-track-settings
Version: 2.0.1-2.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 97
Depends: postgresql-13
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-13-pg-track-settings_2.0.1-2.pgdg+1_all.deb
Size: 8248
SHA256: 685c836c5f33590381c698a1f010ce638be46b62eec21787e893765ea237ad42
SHA1: fbbca5cef50c35d7ab50160d9a0b3339133d9942
MD5sum: c7c6695a4790405f565926e940ce9938
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-13-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.3-2.pgdg+1
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 105
Depends: libc6 (>= 2.17), postgresql-13
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-13-pg-wait-sampling_1.1.3-2.pgdg+1_arm64.deb
Size: 40664
SHA256: 7b4bcc1778c647b5bbecbd69fc4f707d07991848ea193442c1947b4f01ea8951
SHA1: d3b5d558ac6d9cfd61ef64a36588a8dc0d9927fa
MD5sum: 71040b14fad7c1389b1585c7edf899a7
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-13-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 67
Depends: postgresql-13-pg-wait-sampling (= 1.1.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-13-pg-wait-sampling-dbgsym_1.1.3-2.pgdg+1_arm64.deb
Size: 49532
SHA256: 4ac2c41d10b8640abb1fe7501072d7f228cccc8a8496d20dfa2f5b13f8347185
SHA1: cfb21a810416d37944ec71bf1318064e717c3862
MD5sum: b7697ee9db928e74d6b4a68e8ec078df
Description: debug symbols for postgresql-13-pg-wait-sampling
Build-Ids: 93c7d78b54fc341f97d647904d8e2ec67cd2d061
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-13-rational
Source: pg-rational
Version: 0.0.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-13-rational_0.0.2-3.pgdg+1_arm64.deb
Size: 25296
SHA256: d3213dedd395f7500917b3ac3f42c2a77b3c0a2397a4babce6cdce4571338129
SHA1: 676a34b1537847a51e364b8f85190069f511b5f4
MD5sum: 72f76045dea193eed3d3e491d6f7cf66
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-13-rational-dbgsym
Source: pg-rational
Version: 0.0.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-13-rational (= 0.0.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-13-rational-dbgsym_0.0.2-3.pgdg+1_arm64.deb
Size: 20064
SHA256: 95ed943acee7791efd2b486d55865a8bd6f1751a2ab3c460febcc2a9f3517182
SHA1: 8373d77e13d6e1ec5775bfdfab8bef010bea984f
MD5sum: b91ba4a37713b558f099e9266befd71b
Description: debug symbols for postgresql-13-rational
Build-Ids: 5a5b13b3ec2010e46f50b5bc0c438fff4a5d68a5
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-13-repack
Source: pg-repack
Version: 1.4.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 235
Depends: postgresql-13, libc6 (>= 2.17), libpq5 (>= 8.3~rc1-1~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-13-repack_1.4.7-1.pgdg+1_arm64.deb
Size: 102500
SHA256: 9c7d1d952fec198c0120f34113c1b26ebaf29935682764073ce30094924a629f
SHA1: 8472cff28acfc0af1c4cf8ffd8e12f9d0b37ebfe
MD5sum: 94422f9b06c84c61e7f35ed5dcef3126
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 13.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-13-repack-dbgsym
Source: pg-repack
Version: 1.4.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-13-repack (= 1.4.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-13-repack-dbgsym_1.4.7-1.pgdg+1_arm64.deb
Size: 114464
SHA256: 28526f526a0c023f82e45d19762d65fb890ba6cd18f7ef17084e7886bf9ff1ea
SHA1: 79cebb2a7cca36d95a460704dbbcdd919a04455f
MD5sum: de6ea2beec866a6c0c2e07c7c9b72d2f
Description: debug symbols for postgresql-13-repack
Build-Ids: 558e8bbafa0bad1fe17b11c02f4d821854a842d7 86f6a56f0f56a1c28aca8ec70f4f4d08077dba58
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-13-snakeoil
Source: pg-snakeoil
Version: 1.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: postgresql-13, libc6 (>= 2.17), libclamav9 (>= 0.101.0)
Recommends: clamav-freshclam | clamav-data
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-13-snakeoil_1.3-3.pgdg+1_arm64.deb
Size: 17936
SHA256: 3a5d14fe3122678592d817ae4caa795e5fbca0693708c24c56f1e9727fedef6f
SHA1: 4dd37912cf45ca925004f0efdc0d10dbfa96ef8c
MD5sum: cd60e1790d0f215220a5a811218a9a07
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-13-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-13-snakeoil (= 1.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-13-snakeoil-dbgsym_1.3-3.pgdg+1_arm64.deb
Size: 15368
SHA256: ac24821940456cd6c34bbecedb4706b89c75649ea56b28fd6bbec5d69fca6f22
SHA1: 2130d765ef29421a111b57fb5bf99c2a95de03d7
MD5sum: 5871922a4b61dfd6db4003d5e09bdca3
Description: debug symbols for postgresql-13-snakeoil
Build-Ids: f66e3d71eb2907acf81ab6fcc38871104245574e
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-14-cron
Source: pg-cron
Version: 1.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 239
Depends: postgresql-14, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-14-cron_1.4.1-1.pgdg+1_arm64.deb
Size: 100996
SHA256: 7ad4cec580a44826d66608e4368fca4813914db6d6e603cebb06016b8f291534
SHA1: e6560e4d916a401812ed4cdf5320125883e324ce
MD5sum: 42528d5918a83af54035a67becc18970
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-14-cron-dbgsym
Source: pg-cron
Version: 1.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-14-cron (= 1.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-14-cron-dbgsym_1.4.1-1.pgdg+1_arm64.deb
Size: 107160
SHA256: f1b2e214a4b589fac3cf2bf7e39e8d880a3b71ea1d09896efaa270e02acdebac
SHA1: 3a5a7fcaec3005cd43d0a3d14298443bcfff40c0
MD5sum: 9d9caefaa0fd62bc4cd6c42d5fefbcda
Description: debug symbols for postgresql-14-cron
Build-Ids: 64b5b14d5707d4e7788935d2f1f171ee0065063c
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-14-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-14
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-14-first-last-agg_0.1.4-4-gd63ea3b-4.pgdg+1_arm64.deb
Size: 8564
SHA256: 685fbbcdde14145fff570deec017dd1687b6719cfdf0190a621446880f065ad2
SHA1: b3b477b62336fce0b8bbf66125cd77968bcc969a
MD5sum: a48d29ebdb6f6423c65b1c5314ff1e36
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-14-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-14-first-last-agg (= 0.1.4-4-gd63ea3b-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-14-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-4.pgdg+1_arm64.deb
Size: 4584
SHA256: d482f694c044604e91e055abfd0eb18f6c447208aef1eb7c9d2d57f555984684
SHA1: 213e286e41c2a3cd59303c2ada5a3188d6467e01
MD5sum: 49e6bef5abb4f18714596d9ead02788e
Description: debug symbols for postgresql-14-first-last-agg
Build-Ids: c64e073d32d6fe8390a9b95d5904af3434341f4a
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-14-icu-ext
Source: icu-ext
Version: 1.6.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-14, libc6 (>= 2.17), libicu67 (>= 67.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-14-icu-ext_1.6.2-2.pgdg+1_arm64.deb
Size: 72868
SHA256: a28519e3753c468f0e643411e001e559256374dfebbecc7765ed8609d71efd21
SHA1: 085fa46bbf5bef7460e039fe1a01171a016d3a53
MD5sum: 7d22f4c775bf9df4eaef9532bfaa5c61
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-14-icu-ext-dbgsym
Source: icu-ext
Version: 1.6.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-14-icu-ext (= 1.6.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-14-icu-ext-dbgsym_1.6.2-2.pgdg+1_arm64.deb
Size: 63760
SHA256: 78fb88d8f5190b0497cb536dbfa2e7b98dbb2507f55486be4cd6ad21069f5233
SHA1: b34d919b21636395760c92965c2d9cb7c1c4cbc4
MD5sum: da9b09b261311f2862a86fefd0f1ad76
Description: debug symbols for postgresql-14-icu-ext
Build-Ids: 74826202564448161b0bf09a84df5e6bd2020ebf
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-14-ip4r
Source: ip4r
Version: 2.4.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 650
Depends: libc6 (>= 2.17), postgresql-14
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-14-ip4r_2.4.1-5.pgdg+1_arm64.deb
Size: 197016
SHA256: 4c360f9ffada4e005afdb60853d98fb8351f8973cf81e6580838e02866642e1c
SHA1: ba41918c1041986f75ae555838e2138d58f9d993
MD5sum: ad21940e8c870313a56e30d8335f176d
Description: IPv4 and IPv6 types for PostgreSQL 14
 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.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-14-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 211
Depends: postgresql-14-ip4r (= 2.4.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-14-ip4r-dbgsym_2.4.1-5.pgdg+1_arm64.deb
Size: 175228
SHA256: a54db8ce95fa6dff0874e0e5b93a068fc7d4cc69308e269cc2ae3fa7e23ed07b
SHA1: 21619fbda385495c035ff44257370a39b0243ad8
MD5sum: 03c8d4db7a3c35d38362a1ceaa46bf5f
Description: debug symbols for postgresql-14-ip4r
Build-Ids: 3e0a54851c15581a638788ecc326eb52dab19919
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-14-jsquery
Source: jsquery
Version: 1.1.1-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 322
Depends: postgresql-14, libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-14-jsquery_1.1.1-4.pgdg+1_arm64.deb
Size: 135588
SHA256: 02e79487e1ac98cb3dc530f81d67f744ba70dc49fe8aafa0dfa11cd2de5a4867
SHA1: 9cdbfdbbf32078122f0fd56c985a4ede539ad304
MD5sum: b064ddec265ead9ecb78694a257c7443
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-14-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: postgresql-14-jsquery (= 1.1.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-14-jsquery-dbgsym_1.1.1-4.pgdg+1_arm64.deb
Size: 99932
SHA256: 31f268679423fe7f3cda4afcc27144b7cf7aeff70f1a4b6d978434537c2346b5
SHA1: 7d5a0feecb7a2ae6e8d37187b2fd219687d3880d
MD5sum: 6ef9deced39c57a347242ced52ac219f
Description: debug symbols for postgresql-14-jsquery
Build-Ids: d27cca317651f373230892e1f96b41603564704f
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-14-mimeo
Source: mimeo
Version: 1.5.1-10.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4486
Depends: postgresql-14, postgresql-contrib-14
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-14-mimeo_1.5.1-10.pgdg+1_all.deb
Size: 128776
SHA256: a30b4c2d7bcbd8c4e34b6675c88e9d8b4cdecb67ac8cad0c3da2f2eb03bc62d3
SHA1: b069a9f0398f15f5827cd0452656cf444b775996
MD5sum: f25ed9323b09d6b891517a807b689150
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.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-14-omnidb
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: libc6 (>= 2.17), libpq5, postgresql-14
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-14-omnidb_3.0.0.20201026-2.pgdg+1_arm64.deb
Size: 21500
SHA256: daeb7ea4be326f62bfda9d5f6df0962f0f55a1c72c9fd4376baa727633b51500
SHA1: 9d1d4219c7b5eb344881433e1c634ee991b243ab
MD5sum: f4fda3ac7a294bf3595c78a40137ab45
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL omnidb_plpgsql_debugger extension for
 interactive PL/pgSQL debugging in OmniDB.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-14-omnidb-dbgsym
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-14-omnidb (= 3.0.0.20201026-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-14-omnidb-dbgsym_3.0.0.20201026-2.pgdg+1_arm64.deb
Size: 35732
SHA256: 91105c931bfc2764377ed7f4c5533f4210c36e7fad8d9c8f14e9c2aacfe536ac
SHA1: 55e3f5032d5b64a2f97e282ffc737e5ec0a5062b
MD5sum: 6b913e967f4a59863aa01e1fba17c18c
Description: debug symbols for postgresql-14-omnidb
Build-Ids: be92cc8bb0fb632e2720054208bcc9b8232d8635
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-14-pgaudit
Source: pgaudit-1.6
Version: 1.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libc6 (>= 2.17), postgresql-14
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-1.6/postgresql-14-pgaudit_1.6.0-1.pgdg+1_arm64.deb
Size: 49112
SHA256: d36c897e905f3dae073139a767fea36a65b1eff6554d5d2c42e67159c59562ef
SHA1: 534a0a84a17986b1142f226eb1bee31c208a7462
MD5sum: ff936107814f56ac455e0d988dc881f2
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-14-pgaudit-dbgsym
Source: pgaudit-1.6
Version: 1.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-14-pgaudit (= 1.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-1.6/postgresql-14-pgaudit-dbgsym_1.6.0-1.pgdg+1_arm64.deb
Size: 50164
SHA256: dfc90a2f2a5d1323c874ebb986c8e4d4683b172658f280fa7fde2c00196aeb0b
SHA1: 4b7589dd840e7f93970a3f290e58d6fbbe7a94ea
MD5sum: c665eb8ae3662ec418db4b7172921aee
Description: debug symbols for postgresql-14-pgaudit
Build-Ids: 152b032e023bd5443aede2752578a7671154f5ee
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-14-pg-catcheck
Source: pg-catcheck
Version: 1.2.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libc6 (>= 2.17), libpq5 (>= 9.0~), postgresql-14
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-14-pg-catcheck_1.2.0-2.pgdg+1_arm64.deb
Size: 33524
SHA256: 9db016df9d6a11a287cbf92aee3460715c500c25bd593fdb29d33088b89bee81
SHA1: 989ee590f5f6c76e5f2e8a5e165f7e24eb2f52c2
MD5sum: 181d534be75864e61074029779ad0319
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-14-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-14-pg-catcheck (= 1.2.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-14-pg-catcheck-dbgsym_1.2.0-2.pgdg+1_arm64.deb
Size: 38456
SHA256: c2ad208c64cdb98c23f12aa53e852cedb55f25e2f0a6391e7145da461f0fbb2c
SHA1: 8301650288199898f0c23b4297fc585bf5d85149
MD5sum: bf2de85578716458f5f2f38599568e22
Description: debug symbols for postgresql-14-pg-catcheck
Build-Ids: f7d1b947d7f55b3d00e9b8a7b6a607f6816face8
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-14-pg-checksums
Source: pg-checksums
Version: 1.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: libc6 (>= 2.17), postgresql-14
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-14-pg-checksums_1.0-7.pgdg+1_arm64.deb
Size: 34900
SHA256: fa03a7009fef5828abc870566c97e7662593761dd1987df1a0098c1314f0901d
SHA1: ade0ad73dba3aa9464b24748fab7a6ee8b9d9434
MD5sum: 4e3548d26ddd91b58cd03d565fbd5641
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums can activate or deactivate data checksums as long at the database
 cluster is shutdown cleanly. Activating checksums requires all database blocks
 to be read and all page headers to be updated, so can take a long time on a
 large database. Deactivating checksums only requires the cluster control file
 to be updated so is quick.
 .
 In addition, pg_checksums can verify the checksums in an offline cluster.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-14-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-14-pg-checksums (= 1.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-14-pg-checksums-dbgsym_1.0-7.pgdg+1_arm64.deb
Size: 21644
SHA256: 1df0788af46143d2f2845b14eb4ed17e3726d6a0f3d42a9a950098f48f7035f2
SHA1: 6426ef189f7e4222393fa944fdb3317d7f53df2a
MD5sum: 0059c4002dd0520ba9db648f97097433
Description: debug symbols for postgresql-14-pg-checksums
Build-Ids: 406894447e6cb69b675c78e6cbcc3498298649bf
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-14-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.0-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 117
Depends: libc6 (>= 2.17), postgresql-14, postgresql-contrib-14
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-14-pg-stat-kcache_2.2.0-2.pgdg+1_arm64.deb
Size: 39616
SHA256: 2a48f1bc5282fa7bd1320190def7221d41d35d9c381202816154b3abb1dd97e9
SHA1: a1005fbead9f7469e57897fd6a83260d76984356
MD5sum: 6afd0181dc4e615a9c8aabc027034850
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-14-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 57
Depends: postgresql-14-pg-stat-kcache (= 2.2.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-14-pg-stat-kcache-dbgsym_2.2.0-2.pgdg+1_arm64.deb
Size: 40280
SHA256: b55e8c7019070cd64dd6228ea737507b744e007772cc551dbee7679a973eb50b
SHA1: 25c9dbd96a241eca9d591fc832a1a0008fa9a6ef
MD5sum: 185118b6107a939308a465cd801583f3
Description: debug symbols for postgresql-14-pg-stat-kcache
Build-Ids: f0b98a911e8617ca50b61d8af570fcdd650c2569
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-14-pg-track-settings
Source: pg-track-settings
Version: 2.0.1-2.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 97
Depends: postgresql-14
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-14-pg-track-settings_2.0.1-2.pgdg+1_all.deb
Size: 8248
SHA256: 476eee80dd6465242bf807f9e602fdccd56b5daf0cc2da91e27b47f56552df1d
SHA1: 68a48f02582cdc0bd9c21c6b5e1496de5cff30e2
MD5sum: 791e6669acdf7e96d76d02c3519c1273
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-14-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.3-2.pgdg+1
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 105
Depends: libc6 (>= 2.17), postgresql-14
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-14-pg-wait-sampling_1.1.3-2.pgdg+1_arm64.deb
Size: 40936
SHA256: fd9dcfe19ee06058e16edff35ec895936ae9a10f7ef2529ce6e49457417bb9af
SHA1: be45a40183077437f012a86e7eadd3f1c492ca51
MD5sum: 31e985d248ac7235acb1463e3442ef04
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-14-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 68
Depends: postgresql-14-pg-wait-sampling (= 1.1.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-14-pg-wait-sampling-dbgsym_1.1.3-2.pgdg+1_arm64.deb
Size: 50400
SHA256: 375fbbf4bb3656f3d5cbcca736b130057a7d55e1c7b05c0e71a09a90665a23ba
SHA1: 960aa2fc760265fc93365f6a4ba34a9612cce4dd
MD5sum: cc01f49852ca319f531d6bdd93916acc
Description: debug symbols for postgresql-14-pg-wait-sampling
Build-Ids: a8036fde275ca2bb6727519b0dfc885fd778c505
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-14-rational
Source: pg-rational
Version: 0.0.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-14, libc6 (>= 2.17)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-14-rational_0.0.2-3.pgdg+1_arm64.deb
Size: 25212
SHA256: d7a4f6bca6b6b8e2c39aa3925b3f7c6db502a58f3b015c4129c0a624c39f655d
SHA1: c467ca40ecfe7043bbf7cd16b8e6dfa4d501b574
MD5sum: 629832305a1ab42398358961d296ae8a
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-14-rational-dbgsym
Source: pg-rational
Version: 0.0.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-14-rational (= 0.0.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-14-rational-dbgsym_0.0.2-3.pgdg+1_arm64.deb
Size: 20160
SHA256: 1f18baa3c60c9696f04862ac1cdee4118d830497030d82b60d486174e4872c9b
SHA1: 8137c78590c33cf5cb980ddf812970638e031cc9
MD5sum: 2489d9567a823e79b7614e067466c870
Description: debug symbols for postgresql-14-rational
Build-Ids: fb25e5457fb866eeb10b9fbeffa153af683de712
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-14-repack
Source: pg-repack
Version: 1.4.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 244
Depends: postgresql-14, libc6 (>= 2.17), libpq5 (>= 8.3~rc1-1~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-14-repack_1.4.7-1.pgdg+1_arm64.deb
Size: 104240
SHA256: 4667e1de2ba9399f22ffcfa0e783d1a94c8c5109466ccf75649c4d4cbe044b75
SHA1: aa36a47383312f0bba30304e1b80a80cc3e74f90
MD5sum: cebd7171f3924a0059167dbd730c7a36
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 14.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-14-repack-dbgsym
Source: pg-repack
Version: 1.4.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-14-repack (= 1.4.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-14-repack-dbgsym_1.4.7-1.pgdg+1_arm64.deb
Size: 115352
SHA256: 60a9a92ff23187a7573e2e757013b47bdb71b80e7cebd163b37a709c08d3751a
SHA1: 119e52b1fded6f208da98a3cf2c69a6e94bb6e2a
MD5sum: 27cf804e098e07b40416cafc7256943f
Description: debug symbols for postgresql-14-repack
Build-Ids: 175052053567fb3e54ca824d2f6ee4ae1d844d18 8bd71cabe0b1d27eec8a35d1617d19535b17b1fc
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-14-snakeoil
Source: pg-snakeoil
Version: 1.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-14, libc6 (>= 2.17), libclamav9 (>= 0.101.0)
Recommends: clamav-freshclam | clamav-data
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-14-snakeoil_1.3-3.pgdg+1_arm64.deb
Size: 18012
SHA256: fcd30da3f46576536a954c947b79ca118824fe8a61bccedde0f0b43cf4ef0df6
SHA1: d25a508b6cf8afaef2442c16301fdac4347a62a1
MD5sum: d2b2c3f301034a74d8b2c83e2f113885
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-14-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-14-snakeoil (= 1.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-14-snakeoil-dbgsym_1.3-3.pgdg+1_arm64.deb
Size: 15496
SHA256: 7ddfa8ba5406fe4cdcc92cb217a08080f9d0603d524958e7ed8d67c27759b9ee
SHA1: 2f6e4e653152475097a61330fa55734161ef73fc
MD5sum: 4f5abab0e392ccbcad0aef321f79620b
Description: debug symbols for postgresql-14-snakeoil
Build-Ids: 51b90a36a6a37e5e78a659f945b83447b1196af0
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-9.6-cron
Source: pg-cron
Version: 1.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-9.6, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-9.6-cron_1.4.1-1.pgdg+1_arm64.deb
Size: 30624
SHA256: 31e24d7630ece32ad95f6dff911e1a725ba2e5a35fac050d6bf1ddc98c97df63
SHA1: ef8bdd7fdbddd4fae09ec2b9975e3d7658e3ab0d
MD5sum: c4c0bcfecbc22b35387d3be71ca40722
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-9.6-cron-dbgsym
Source: pg-cron
Version: 1.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-9.6-cron (= 1.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-9.6-cron-dbgsym_1.4.1-1.pgdg+1_arm64.deb
Size: 88672
SHA256: 911e8f5ff93f980b2c6501a76d3086447c59b497d0a8143f82452623c7d0d14c
SHA1: af5bbb80bec99fcbdc569b33b19d314a80087eae
MD5sum: e4240ab30cdc879214e62c6e35b95cd8
Description: debug symbols for postgresql-9.6-cron
Build-Ids: 3830fc5d2cdbcb50bc21fb7b1d7db2fb3ce3bc4f
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-9.6-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-9.6
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-9.6-first-last-agg_0.1.4-4-gd63ea3b-4.pgdg+1_arm64.deb
Size: 5584
SHA256: c8af3a9b8c92cc46caa8ab0be26c12151b9174e8809f5acb033465cc8f5385a8
SHA1: 677174c1375aa34a377f4c86aeee08b2346541a6
MD5sum: 21480779b8132b618205f6c515b8e2eb
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-9.6-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-9.6-first-last-agg (= 0.1.4-4-gd63ea3b-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-9.6-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-4.pgdg+1_arm64.deb
Size: 4600
SHA256: f15643b214ea14384b335e07d02e6c6b9ae5229e3aaa882a3e5f5ae711c8c79c
SHA1: 6f96c9feed61f0b16b490c84f82d53427db71f7f
MD5sum: 082e609ea70dd609193bae6a56ef3eed
Description: debug symbols for postgresql-9.6-first-last-agg
Build-Ids: e6807f9c6368aa8074c77b57e315a6ad7ee5edfc
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-9.6-ip4r
Source: ip4r
Version: 2.4.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 340
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-9.6-ip4r_2.4.1-5.pgdg+1_arm64.deb
Size: 63696
SHA256: 89102a4e7e8702277acc1e8d6fa09601c3c6147432820df96fb91b723023a780
SHA1: e5c2b320d56281f220a68e74e3c62e07d41b5e56
MD5sum: c2a03346160866b1a94b561cf10059eb
Description: IPv4 and IPv6 types for PostgreSQL 9.6
 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.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-9.6-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 201
Depends: postgresql-9.6-ip4r (= 2.4.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-9.6-ip4r-dbgsym_2.4.1-5.pgdg+1_arm64.deb
Size: 163944
SHA256: 54810725e9059f17f00081e7acd120d5481de97218d07265a623183040c60918
SHA1: 1ada28b448e7a43320153c5a19ff0cae95554e28
MD5sum: 118494ef783b1c2296c692298516a466
Description: debug symbols for postgresql-9.6-ip4r
Build-Ids: 30ec2e6992e3eed98604f0177c6bfce5a0502012
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-9.6-jsquery
Source: jsquery
Version: 1.1.1-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-9.6-jsquery_1.1.1-4.pgdg+1_arm64.deb
Size: 41604
SHA256: 4164cc479d52378cc4e5c308f2bd085e27f3efc66bf91cd8f06982f255f693fb
SHA1: 01bd60983408c29605c9db99f58ed25ab4ee2fd4
MD5sum: be54210c53f59ac43652f075924667e8
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-9.6-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-9.6-jsquery (= 1.1.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-9.6-jsquery-dbgsym_1.1.1-4.pgdg+1_arm64.deb
Size: 95088
SHA256: 23ebd19727a612a935de3fc3a753708816bfdfa222767071cec55429f8278aa7
SHA1: 99620c35521a1a536c4d39487b0de5c5169d2dbd
MD5sum: 49afb0f9e58932617360d797e23d3ae2
Description: debug symbols for postgresql-9.6-jsquery
Build-Ids: 55337d513032c9b6fc306265bed2c99621afe874
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-9.6-mimeo
Source: mimeo
Version: 1.5.1-10.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4486
Depends: postgresql-9.6, postgresql-contrib-9.6
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-9.6-mimeo_1.5.1-10.pgdg+1_all.deb
Size: 128800
SHA256: 1cdddff5b6f93d80206984785af8fad11d8f92588208ea550021fae9258fce93
SHA1: ee5c68294edd0d5e7109baf6436adf1de2bb1501
MD5sum: 4b43b755840ce451203271e0697fa384
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.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-9.6-omnidb
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libc6 (>= 2.17), libpq5, postgresql-9.6
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-9.6-omnidb_3.0.0.20201026-2.pgdg+1_arm64.deb
Size: 7380
SHA256: 9fe0aa44d3e725b9783eb98325d33322ecc2971e651552b12619ee3febb940e8
SHA1: 3cffdf66d139a767534b4d46e807bed20556387c
MD5sum: 5417bdd1330990b3b5e15a64fa8efc45
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL omnidb_plpgsql_debugger extension for
 interactive PL/pgSQL debugging in OmniDB.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-9.6-omnidb-dbgsym
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-9.6-omnidb (= 3.0.0.20201026-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-9.6-omnidb-dbgsym_3.0.0.20201026-2.pgdg+1_arm64.deb
Size: 27592
SHA256: ad028a47d2e35bed233cd114b076ef436883f112a3be1dc894798c9472844e51
SHA1: 3060ca4f6038c874d4b28edceefa8bdd009d21eb
MD5sum: 04b7a2c7ed414732c327211d8f6b9f63
Description: debug symbols for postgresql-9.6-omnidb
Build-Ids: 25d6f2ad7cd82821581fdd64be26f3f73ef9d26f
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-9.6-pg-catcheck
Source: pg-catcheck
Version: 1.2.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: libc6 (>= 2.17), libpq5 (>= 9.0~), postgresql-9.6
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-9.6-pg-catcheck_1.2.0-2.pgdg+1_arm64.deb
Size: 27008
SHA256: 9d956d8551453364857b616fc69aa68fdac5f76938cbfd304242044c771cc18a
SHA1: a7944408304967e74b62e2737e7703386676c513
MD5sum: 0a3ca333ac33c5a816646c8636fa6913
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-9.6-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-9.6-pg-catcheck (= 1.2.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-9.6-pg-catcheck-dbgsym_1.2.0-2.pgdg+1_arm64.deb
Size: 40304
SHA256: 38e9ca9d06ce3e8823eb4990a95048612ccc7ca62a41b1836897662944cabf3b
SHA1: 59c508939949404e1487bf6380ddecc048c71b9e
MD5sum: 8d3e5d971bdabbae1e41895e67ca8e05
Description: debug symbols for postgresql-9.6-pg-catcheck
Build-Ids: 202a866fdbb2af5daa69a99b2e5525082d00afd2
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-9.6-pg-checksums
Source: pg-checksums
Version: 1.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: libc6 (>= 2.17), postgresql-9.6
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-9.6-pg-checksums_1.0-7.pgdg+1_arm64.deb
Size: 29060
SHA256: 428c4b3263f3bcd2319b0f8e1dc344bc2936e49a709b1034c38580c2c534c84a
SHA1: eef83e91faf7cfc3ecc6f00a13b182f36fdff390
MD5sum: 3e08017d33a26bb725636fa0b32f9989
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums can activate or deactivate data checksums as long at the database
 cluster is shutdown cleanly. Activating checksums requires all database blocks
 to be read and all page headers to be updated, so can take a long time on a
 large database. Deactivating checksums only requires the cluster control file
 to be updated so is quick.
 .
 In addition, pg_checksums can verify the checksums in an offline cluster.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-9.6-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-9.6-pg-checksums (= 1.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-9.6-pg-checksums-dbgsym_1.0-7.pgdg+1_arm64.deb
Size: 28000
SHA256: 4060e7825fec12869a893a2c41a33e199b4998cafad79dddf16e942d6998a4f9
SHA1: c6e83a085e339865575314dd217464a9c87e4627
MD5sum: 480e45e6f8ddf96129304b6b7968d6bc
Description: debug symbols for postgresql-9.6-pg-checksums
Build-Ids: 890ec72b595b022439a21541de6a8489e1db4545
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-9.6-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.0-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 73
Depends: libc6 (>= 2.17), postgresql-9.6, postgresql-contrib-9.6
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-9.6-pg-stat-kcache_2.2.0-2.pgdg+1_arm64.deb
Size: 17268
SHA256: 1d9424fd2c518af5970932a469a62e19a4ab90b3f4e83d7d6b9e7113c17a121a
SHA1: 9c41172c7d8fbf7c911ffb61d3b381f0e3b2e00a
MD5sum: 16c4149fb58492b841fc919aaf5670d3
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-9.6-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 50
Depends: postgresql-9.6-pg-stat-kcache (= 2.2.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-9.6-pg-stat-kcache-dbgsym_2.2.0-2.pgdg+1_arm64.deb
Size: 33464
SHA256: cd0d3e95f37f49890fe2bc9fafd8315a3b6846e7e7bdbac79fb115aa9fc1a7cc
SHA1: a89cbc5fbf4bbf7b6b164fe0201a30e94ce5ba2f
MD5sum: 5f01cdb08df87d7a3dd3451037ca1f07
Description: debug symbols for postgresql-9.6-pg-stat-kcache
Build-Ids: 6d5c06ce09a57394b424c875ec0162a4b71f257c
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-9.6-pg-track-settings
Source: pg-track-settings
Version: 2.0.1-2.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 97
Depends: postgresql-9.6
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-9.6-pg-track-settings_2.0.1-2.pgdg+1_all.deb
Size: 8252
SHA256: 8aae1303eddb4f76a3d95677b3ee867f40bb6974863d04e01d99a144ba493f91
SHA1: 77fe280305ed3608e9def39560b1f8676ae5d1fc
MD5sum: e9572befc81da0c37a5900ab72039383
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-9.6-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.3-2.pgdg+1
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 50
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-9.6-pg-wait-sampling_1.1.3-2.pgdg+1_arm64.deb
Size: 14652
SHA256: ecf7eaea9f7f6150a006705bd7bb5a88e6ca2ca5065be18520ad31fbe5b7c7a6
SHA1: 0eaf7a86972efbea62e6e53d7d783b8aac3b4562
MD5sum: 490b5e9e7d29f99fad83232a653fa8c8
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-9.6-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 64
Depends: postgresql-9.6-pg-wait-sampling (= 1.1.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-9.6-pg-wait-sampling-dbgsym_1.1.3-2.pgdg+1_arm64.deb
Size: 45628
SHA256: 165344e8b631b8eca8ab5baf31318b15d928ce4054279ef097f0f03d6393c6c7
SHA1: 267507f5df669a4cfa1692846e10de0c2e0e30c5
MD5sum: e12c9577d38b52b3608aa5fef5e7cb88
Description: debug symbols for postgresql-9.6-pg-wait-sampling
Build-Ids: 85b386f3d10a6a0e662249fd282e6e7e7796b302
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-9.6-repack
Source: pg-repack
Version: 1.4.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 174
Depends: postgresql-9.6, libc6 (>= 2.17), 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.4.7-1.pgdg+1_arm64.deb
Size: 69936
SHA256: cdb60818f094b02701cf920cc97fa001b8c589b3785a4623fa840533b66e5ebc
SHA1: fb4b0a1396b943f832bc507c186c2c8f51652431
MD5sum: 7e98a22f5ffdb430820a1b0e2c68e9bb
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.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-9.6-repack-dbgsym
Source: pg-repack
Version: 1.4.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-9.6-repack (= 1.4.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-9.6-repack-dbgsym_1.4.7-1.pgdg+1_arm64.deb
Size: 111888
SHA256: 76cc4dfacdcc523b2b44324a59ebc6bf477bd96c82bc3439a256cda79356475a
SHA1: 412c03caeb63798d249786e52475a53852db0eb3
MD5sum: 31bc8e005e0fd6a162b054ee47815530
Description: debug symbols for postgresql-9.6-repack
Build-Ids: 3af4b4f742868931421d4b51fb8611f0ae27d50b 495f7e5e934503af1c1f0946f009837b7f06fe9e
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-9.6-snakeoil
Source: pg-snakeoil
Version: 1.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-9.6, libc6 (>= 2.17), libclamav9 (>= 0.101.0)
Recommends: clamav-freshclam | clamav-data
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-9.6-snakeoil_1.3-3.pgdg+1_arm64.deb
Size: 8772
SHA256: f9261695a51ed76400ac2ae9c8605058c4d9572a8aba71551ca3643f5dbe7897
SHA1: 012aebb08eb0b4908f398f2eac9da975d70f344b
MD5sum: b662621e0251bab3a8ded16a9a1e8dbe
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-9.6-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-9.6-snakeoil (= 1.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-9.6-snakeoil-dbgsym_1.3-3.pgdg+1_arm64.deb
Size: 14532
SHA256: 1517d0a51714e3e76c463ed9d3b3f6c5ab7cda03138418798c8b188f1a8b035c
SHA1: fadb8a38152743cbbe2098ab676a6d9072db4fcf
MD5sum: 97d712e0f481262e7d372cb51a8303bd
Description: debug symbols for postgresql-9.6-snakeoil
Build-Ids: 1ee790dc2a72faf923e41ed95c20f6f385717a73
Timestamp: 2021-10-18 08:48:58+00

Package: postgresql-13-pgaudit
Source: pgaudit-1.5
Version: 1.5.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: libc6 (>= 2.17), postgresql-13
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-1.5/postgresql-13-pgaudit_1.5.0-2.pgdg+1_arm64.deb
Size: 46048
SHA256: a96292b4708225eddb4c00f6df66958b5cd2bd0b1cd153d10b87244e08def1c7
SHA1: 6da37e618653364550af259ecc4c31aa5b6221e9
MD5sum: 8fe7ea2a496407149e09b050d30c96ba
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2021-10-19 14:27:19+00

Package: postgresql-13-pgaudit-dbgsym
Source: pgaudit-1.5
Version: 1.5.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-13-pgaudit (= 1.5.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-1.5/postgresql-13-pgaudit-dbgsym_1.5.0-2.pgdg+1_arm64.deb
Size: 47600
SHA256: e1aa93599c5cd9a54739eec32fdf2df65377c3922a6a91cd3f5b392191c3c443
SHA1: b017d5625f3f3106bed60a2d1f902063947fd147
MD5sum: 32b44beadcb4e1f840abffcda37e6ed6
Description: debug symbols for postgresql-13-pgaudit
Build-Ids: d29ccbba416035ec19c14b33e66df3b7b0f8e268
Timestamp: 2021-10-19 14:27:19+00

Package: sqlsmith
Version: 1.2.1-2.pgdg+1
Architecture: arm64
Maintainer: Andreas Seltenreich <seltenreich@gmx.de>
Installed-Size: 570
Depends: libboost-regex1.74.0-icu67, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libpq5, libpqxx-6.4 (>= 6.4), libsqlite3-0 (>= 3.6.18), libstdc++6 (>= 11)
Homepage: https://github.com/anse1/sqlsmith
Priority: optional
Section: database
Filename: pool/main/s/sqlsmith/sqlsmith_1.2.1-2.pgdg+1_arm64.deb
Size: 155532
SHA256: a70ea6a4664ba5c7769b9713ecbed6ec05e28ba8c3e6c01f8d55a8bedd121806
SHA1: 19ec25ab4aae3e8420092c9488e25a9f69c8a4c0
MD5sum: e89a8d41d49b845e99bdcef9793dfbdf
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+ and sqlite3.
 .
 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.
Timestamp: 2021-10-19 14:27:19+00

Package: sqlsmith-dbgsym
Source: sqlsmith
Version: 1.2.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Andreas Seltenreich <seltenreich@gmx.de>
Installed-Size: 4085
Depends: sqlsmith (= 1.2.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/sqlsmith/sqlsmith-dbgsym_1.2.1-2.pgdg+1_arm64.deb
Size: 3948272
SHA256: 855496d8e9fbeaa794c96454c68deaaa752b0ca891874b05b344f9f0cdb16170
SHA1: 42df0689f8d6fc30d3a949ba08f63ab1203d3f58
MD5sum: dc57f9b622fb0fb572b0a6612facb445
Description: debug symbols for sqlsmith
Build-Ids: 8be204f83f2dd216a90566eadc18f7def9e8edfa
Timestamp: 2021-10-19 14:27:19+00

Package: barman
Version: 2.15-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 73
Depends: python3-barman (= 2.15-1.pgdg+1), python3-pkg-resources, adduser, rsync (>= 3.0.4~), python3:any
Recommends: openssh-server, openssh-client, postgresql-client
Suggests: barman-cli, repmgr
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman_2.15-1.pgdg+1_all.deb
Size: 36932
SHA256: 3bad9e151e5cce081632a19311ac9d991ca617ff50c8aee04f33872973a8dc93
SHA1: e9daa2984e50edb4e895579f8404c6af7a124540
MD5sum: 8aaf83121f68cec63954a66a13a3a0e3
Description: Backup and Recovery Manager for PostgreSQL
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides barman binary.
Timestamp: 2021-10-21 11:35:22+00

Package: barman-cli
Source: barman
Version: 2.15-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 20
Depends: python3-barman (= 2.15-1.pgdg+1), python3-pkg-resources, rsync (>= 3.0.4~), python3:any
Recommends: openssh-client, barman-cli-cloud
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli_2.15-1.pgdg+1_all.deb
Size: 7900
SHA256: 51245cdd07fbbb0370aecf123df10a66b38970abe195677d84e0c34d22f24715
SHA1: 223dcd09b5eb39f68e2fb0ea5e73536454408eb1
MD5sum: 6cd8c472062213b1af7951ac98a5005a
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 organization 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.
Timestamp: 2021-10-21 11:35:22+00

Package: barman-cli-cloud
Source: barman
Version: 2.15-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 32
Depends: python3-barman (= 2.15-1.pgdg+1), python3-pkg-resources, rsync (>= 3.0.4~), python3:any, python3-boto3
Breaks: barman-cli (<< 2.10-3~~)
Replaces: barman-cli (<< 2.10-3~~)
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli-cloud_2.15-1.pgdg+1_all.deb
Size: 15024
SHA256: f838dcdab350b248929356a2e49333910139d28e9cc88c66dba88af517733225
SHA1: 758544ef66cd39481b4013bb431f179e15c3ede1
MD5sum: 02ca364e7d51685515a5033717fd6406
Description: Cloud 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 organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli-cloud package contains cloud client utilities for the
 integration of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by 2ndQuadrant.
Timestamp: 2021-10-21 11:35:22+00

Package: python3-barman
Source: barman
Version: 2.15-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1057
Depends: python3-argh, python3-dateutil, python3-psycopg2, python3:any
Breaks: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Replaces: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Homepage: http://www.pgbarman.org
Priority: optional
Section: python
Filename: pool/main/b/barman/python3-barman_2.15-1.pgdg+1_all.deb
Size: 169852
SHA256: 64787b242e677d792c9670102979ecc1085aa6fad8ef3131e347a5760a90038c
SHA1: e250b0294bb708f7095b4cc1c9818da6f52c0ef0
MD5sum: e8e13ac8d60a2d8ae97c347f1e4f80e2
Description: Backup and Recovery Manager for PostgreSQL - Python modules
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides Python 3 modules only.
Timestamp: 2021-10-21 11:35:22+00

Package: postgresql-12-unit
Source: postgresql-unit
Version: 7.4-2.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 451
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-12-unit_7.4-2.pgdg+1_arm64.deb
Size: 120900
SHA256: a42b5aaa3f58028b2c0cdb498dd80db2d3ff9f90c01cdb7cee75150ca6893638
SHA1: 7940d318fcf65363f9effc48623b13b6aecc6cee
MD5sum: 6ce0a32cd4463341d9bb3675d68c2156
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-prefix
Source: prefix
Version: 1.2.9-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: libc6 (>= 2.17), postgresql-9.6
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-9.6-prefix_1.2.9-4.pgdg+1_arm64.deb
Size: 21228
SHA256: 77bc1767312791f3c88bdf8c877e175eab875a1c9a05e50b1642119a6ff4975d
SHA1: bae9fa7b0e9e57d99607c035dd4a86818f494de5
MD5sum: 1cedcabaf38a97310ddaeba42687b0f3
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.
Timestamp: 2021-10-25 11:53:17+00

Package: libpostgresql-jdbc-java
Source: libpgjava
Version: 42.3.1-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 1007
Conflicts: libpg-java (<= 9.1-901-1), libpgjava (<= 7.4.7-3)
Replaces: libpg-java (<= 9.1-901-1), libpgjava
Provides: libpg-java, libpgjava
Built-Using: libscram-java (= 2.1-1.pgdg+1)
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: java
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java_42.3.1-1.pgdg+1_all.deb
Size: 925388
SHA256: cc4fc1a4acf49993aff39fc749ef950e1ab3e1554f2d334789db2da65d5d659e
SHA1: c5800d16949533e534e5eea73d4f22b64601e7ed
MD5sum: 5d660adbbcfd63e36a0b23db6254556f
Description: Java database (JDBC) driver for PostgreSQL
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-10-asn1oid
Source: pgsql-asn1oid
Version: 1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-10-asn1oid_1.4-2.pgdg+1_arm64.deb
Size: 6712
SHA256: bab5ba2b34b93858441f369876cf565896abf3a29bd23610710c00c0037e1121
SHA1: 02f3d69c9445e7faa4543a1530f1a08c0a01d3df
MD5sum: ad19c1d2aa6cbcb5ca2566002c5f8bc2
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 10.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-10-asn1oid (= 1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-10-asn1oid-dbgsym_1.4-2.pgdg+1_arm64.deb
Size: 8776
SHA256: 8b2bcffdf59bdf735d40a8fc8e909a93dbc45facd435009f5089f188bcc67597
SHA1: 3c19d1b6112c2d70f70ba037e7c5d6848b5e4a66
MD5sum: 7686cac04a3a42c21873cda2e5c51d7c
Description: debug symbols for postgresql-10-asn1oid
Build-Ids: 08ff3acfdde0fab6e7664c7b040ce27093d54c8f
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-debversion
Source: postgresql-debversion
Version: 1.1.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.17), postgresql-10
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-10-debversion_1.1.1-5.pgdg+1_arm64.deb
Size: 10384
SHA256: 1add68768a4c5bea0b6ef3b801bd290149d9ae1520c3f0c1b0e89b0f86ea5759
SHA1: 8d934f42d2210c9ae2425e0b993a6ce01878abb9
MD5sum: dad2b61adb35043410ec8e170fe1de92
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()
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: postgresql-10-debversion (= 1.1.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-10-debversion-dbgsym_1.1.1-5.pgdg+1_arm64.deb
Size: 18184
SHA256: 6c8c52df851fa8f33f1f3309c844af6f42aae7107e8f0fd6231a578fe3cd0921
SHA1: 73acf4eb164defa87f9b595a7d5946bfc8a55e18
MD5sum: fb3231fe288c69428d535fbcb89733c8
Description: debug symbols for postgresql-10-debversion
Build-Ids: d3d2678b566b59b0a56faa24c0d4a31c6e0a24ee
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-hll
Source: postgresql-hll
Version: 2.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 203
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-10-hll_2.16-1.pgdg+1_arm64.deb
Size: 36316
SHA256: eeddbf12434232f98dc1d83a321b790bb3691490c6605bdafce80c4614b5610a
SHA1: bb06d75ccf351c212799c1937c220f66ccce1d9e
MD5sum: 8d8f2818d8ee5996154398337cdc2797
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-hll-dbgsym
Source: postgresql-hll
Version: 2.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-10-hll (= 2.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-10-hll-dbgsym_2.16-1.pgdg+1_arm64.deb
Size: 78860
SHA256: d889d97f7035435efbfb559ab1f5aab95a9586bd9a27db914cdb08df04dfeb0e
SHA1: 947fe6129c1761ab7712b640af91ebc28c869bbd
MD5sum: 7443fe8e04ff41fbc4cd50a0bff2003d
Description: debug symbols for postgresql-10-hll
Build-Ids: 1db2b1b48a779425df2981e7af9d455ea1a7bd35
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.6.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-10-mysql-fdw_2.6.1-2.pgdg+1_arm64.deb
Size: 32232
SHA256: c6ca50598d8c9f89b04e5f1e0d85e7a51352df760fc44d2f3e79866966349aca
SHA1: aad805e84448575c3a3b96e07325c912f6e981d2
MD5sum: 5613049cd88753a21ee57b360befafbd
Description: Postgres 10 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 10.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.6.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 147
Depends: postgresql-10-mysql-fdw (= 2.6.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-10-mysql-fdw-dbgsym_2.6.1-2.pgdg+1_arm64.deb
Size: 128580
SHA256: ba3659a328738d190992598bca9479cb811d5e36a3ee1629483e4664a47c7c68
SHA1: ac5284338750980059e8763bacd5d871475dadf8
MD5sum: 99e2b94925ebc59813a08766f81be972
Description: debug symbols for postgresql-10-mysql-fdw
Build-Ids: 3d582eac1bfde9aa487e3ec3664e4ebd746af1d5
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-numeral
Source: postgresql-numeral
Version: 1.3-4.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-10-numeral_1.3-4.pgdg+1_arm64.deb
Size: 22452
SHA256: 1d4966461ede00b62e7ad76304ba1443b266788eea50bbefb97e32243e2d7425
SHA1: 5a8aab2c485c5892608a1e605e803f8a61f9f396
MD5sum: 67a847d96c1f68fd20a6064594c9b50a
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 62
Depends: postgresql-10-numeral (= 1.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-10-numeral-dbgsym_1.3-4.pgdg+1_arm64.deb
Size: 40604
SHA256: 8076fb05634332f794bfd89c6f2951712765f0489274d86c6d4420d0f5ef3d4c
SHA1: 06d2083d3a0529a09e3eae3a0ef1caaa9017d79c
MD5sum: 135e67e37c1a47dbb25059d5b6f9ab08
Description: debug symbols for postgresql-10-numeral
Build-Ids: 1d179eaede0f12c0ae13160e48c34e6599bd3354
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-pg-fact-loader
Source: pg-fact-loader
Version: 1.6.0-5.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 656
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-10-pg-fact-loader_1.6.0-5.pgdg+1_arm64.deb
Size: 43184
SHA256: 87e8fb4608a1271479af43c51832da2b1aabe0cd8fb3a2d128b81b4c8cd5e032
SHA1: 8eff0d18332a25f8c3185ea909689a7662558b2f
MD5sum: 415a6bba8d1c75d02109610bb6721d48
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 10.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.6.0-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 29
Depends: postgresql-10-pg-fact-loader (= 1.6.0-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-10-pg-fact-loader-dbgsym_1.6.0-5.pgdg+1_arm64.deb
Size: 14264
SHA256: ded2a0699671733bfecdd46268d8a1f8d696ce448cef08feed863fa21c5ab904
SHA1: 2178d9d952d6f23ae2def84e7eb54f821492a870
MD5sum: f9f1fa12daf5cea5637b6109c44d955d
Description: debug symbols for postgresql-10-pg-fact-loader
Build-Ids: e4e645b270aa31b7e4d00ae36ffb1015a5663ece
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.1.0-2.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 1606
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-10-pgl-ddl-deploy_2.1.0-2.pgdg+1_arm64.deb
Size: 28300
SHA256: 6b0b2b1c64d9c0ebb23aa109e50f9aae78a599e64e9df0240443f3978c76578f
SHA1: 2a1eb1bfbbcfac1603174e575ff4cffc1c4c203d
MD5sum: 01e0def31752d03bfd54c6e40ee782db
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 10.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.1.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 41
Depends: postgresql-10-pgl-ddl-deploy (= 2.1.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-10-pgl-ddl-deploy-dbgsym_2.1.0-2.pgdg+1_arm64.deb
Size: 18392
SHA256: fb239ab2d32accbaaf821e2f0aa8b0adc9d59783a8736520c895b8d1d71f957f
SHA1: f94eb4760bedb12bf45e8f8e5153cc93f1180a86
MD5sum: 8a7f975ac72e92c9f70eaf5123bc4dde
Description: debug symbols for postgresql-10-pgl-ddl-deploy
Build-Ids: 49e84dc5930b268c7dd05e6257b53468b91390cf d7d10885341f5f92f4c644d5fa1b1bd4eba53a01
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-pglogical
Source: pglogical
Version: 2.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 481
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-10
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-10-pglogical_2.4.0-1.pgdg+1_arm64.deb
Size: 107780
SHA256: d1adf97619370f23e7f973f4aacc0cd45542699c679758f7d2054d41054cd558
SHA1: 7bc8cbd6c27b2b0abadbf56e61d0f646293c135e
MD5sum: d701d173b88d5c25b41dac1ee8e76482
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-pglogical-dbgsym
Source: pglogical
Version: 2.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 412
Depends: postgresql-10-pglogical (= 2.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-10-pglogical-dbgsym_2.4.0-1.pgdg+1_arm64.deb
Size: 346328
SHA256: 795107211371b141de797e0bdd05c59ce34b1cf2741a89978697ae9aed6fc97e
SHA1: 2b6cdc7242ab17b9e73326fcd6779fdc2cb948d5
MD5sum: 9544338218cac851592cab5a411d6ee7
Description: debug symbols for postgresql-10-pglogical
Build-Ids: 7b90228d0202e254ed6e24f659ebbf0b2e3674e4 a9997c50f48b8577faef689dfb28ef486495337f b2183ededb7206ea677575add4c9eb55b075325a
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-4.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 117
Depends: postgresql-10, postgresql-10-pglogical, libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-10-pglogical-ticker_1.4.1-4.pgdg+1_arm64.deb
Size: 12404
SHA256: 48d8b94fdc99cad78e15d4e2e9f5a163cf5741322f6ee93d2d5e0e667cfc175c
SHA1: 0660873f3262af9952fb433dcf6011aba5a81994
MD5sum: 18946700f237459b02e5c15e0653bc7a
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 10.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 31
Depends: postgresql-10-pglogical-ticker (= 1.4.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-10-pglogical-ticker-dbgsym_1.4.1-4.pgdg+1_arm64.deb
Size: 15588
SHA256: fe963129b1b2d26f2e75bb6c5caaaba1a4848700707ebf13fd4ac3c756bcf44a
SHA1: e07c8bbc4d9bea51e05f398acdedfd5709134a1c
MD5sum: 1136c3af27d394134e09109f3fa2fc71
Description: debug symbols for postgresql-10-pglogical-ticker
Build-Ids: c362f0779060432f655b685cd13726d5db328be9
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-pgmp
Source: postgresql-pgmp
Version: 1.0.4-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-10, libc6 (>= 2.17), libgmp10 (>= 2:6.2.1+dfsg)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-10-pgmp_1.0.4-4.pgdg+1_arm64.deb
Size: 44872
SHA256: 694957e0c0fd9767f7c9e5ba462d5b1854ea555e1ad6a8753b89cf13888e485f
SHA1: 495dbf258cf1bd0b4e7ffbbc50d81851b7936668
MD5sum: 54301384cb6df9de7245d5bc1aef58ed
Description: arbitrary precision integers and rationals for PostgreSQL 10
 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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.4-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-10-pgmp (= 1.0.4-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-10-pgmp-dbgsym_1.0.4-4.pgdg+1_arm64.deb
Size: 63840
SHA256: 6a5f18da99904717b7e6fa6c5c4a536c7c62db1279073e6c87dc1846e8262353
SHA1: 992ec7be28526e0b9ebb11beaff17c3a099f636f
MD5sum: f4e9d62d79dbf4372bd16ff5485bee62
Description: debug symbols for postgresql-10-pgmp
Build-Ids: f148cd8a9d30cf08179a725921696150f5a2a5f4
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-pgpcre
Source: pgpcre
Version: 0.20190509-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-10, libc6 (>= 2.17), libpcre3
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-10-pgpcre_0.20190509-3.pgdg+1_arm64.deb
Size: 9120
SHA256: 9363ca495bd162c5d3208a6d815801c40a1d7570254670391a12578dfc93111b
SHA1: 78587689221531cc993a1ff4d834650cceff1c86
MD5sum: 1affd8453f7861f5c494edd17b2a19ef
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-10-pgpcre (= 0.20190509-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-10-pgpcre-dbgsym_0.20190509-3.pgdg+1_arm64.deb
Size: 15444
SHA256: d14166a0631b767f16aea6d0d743e63dfdcb19099fb52007c1c9727f5993a9f6
SHA1: d6e54f4def96cef1a9428027968eab92dc782afc
MD5sum: bf448d7091b98548a7714b58230f640c
Description: debug symbols for postgresql-10-pgpcre
Build-Ids: 5e81cadc0a8a12dc56f643b0ed34342b3441572e
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-pgq-node
Source: pgq-node
Version: 3.4-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 470
Depends: postgresql-10, postgresql-10-pgq3
Replaces: postgresql-10-pgq3 (<= 3.2.6-5)
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-10-pgq-node_3.4-5.pgdg+1_all.deb
Size: 12556
SHA256: e1e80416170823490dc23fe04410496352a75ca06913c52d0a611c0183cb2f6f
SHA1: 1ce4f10d457ed0166ace1aadaaa0deef619e5356
MD5sum: bf24da15bef58fcae07a2b4fb405f9ff
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-pllua
Source: postgresql-pllua
Version: 1:2.0.10-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 333
Depends: postgresql-10, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-10-pllua_2.0.10-2.pgdg+1_arm64.deb
Size: 105420
SHA256: fa5e1cbe5efde339de48d29d93f988d749df4ef49dab0d778d8b33be56434fd2
SHA1: b85cad096a1ec9eb177b4c5d6d4e0fae7a07b360
MD5sum: c185b137760fb766c8427df4b2097744
Description: Lua procedural language for PostgreSQL 10
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 358
Depends: postgresql-10-pllua (= 1:2.0.10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-10-pllua-dbgsym_2.0.10-2.pgdg+1_arm64.deb
Size: 310736
SHA256: 89065f5d0deb81076ec68d6612661e7a35d92f6e937a514292c0e800ea96eaa7
SHA1: 3b1de4e7a4e41783a9caca21ee905fce75aeb05d
MD5sum: 31ed88cd84d229477422a6feda563f27
Description: debug symbols for postgresql-10-pllua
Build-Ids: 0e9a6108d190f7948e92863fb9016d158a853df1 fdc70f3b973b1f7a49f044a7b7f0b47173983a27
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-plproxy
Source: postgresql-plproxy
Version: 2.10.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: postgresql-10, libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-10-plproxy_2.10.0-7.pgdg+1_arm64.deb
Size: 55896
SHA256: 9a1827c1b5aa415b923164d89d77318f861f2ea311018344f2357759628ba6ab
SHA1: 1ce5a0d36809bbf611dc163c81c475f230ce6b3c
MD5sum: 0f83aadf08d20400c8d788d3af76165d
Description: database partitioning system for PostgreSQL 10
 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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-10-plproxy (= 2.10.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-10-plproxy-dbgsym_2.10.0-7.pgdg+1_arm64.deb
Size: 113276
SHA256: 73b4defae544af5b39e76b278691b35e52cc0f06014f3e8baae60c7918b286ea
SHA1: 6b280154fa3e316ac36e28ea1e45190e40528a34
MD5sum: bd9a7c874f6beb595ca882a1ed73694a
Description: debug symbols for postgresql-10-plproxy
Build-Ids: 0c802d0af2bc03fcc5a9199fd0fedfb23e41f298
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-plr
Source: plr
Version: 1:8.4.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: r-base-core (>= 2.10), postgresql-10, libc6 (>= 2.17)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-10-plr_8.4.4-1.pgdg+1_arm64.deb
Size: 64144
SHA256: b7beb57fbecafee27f7a3947f3a9be820e91da04d37d8acc40c4a1dfd7d138af
SHA1: 9bbfbcad4c5ba7a8ec3715e91178a36973cb099f
MD5sum: ebf72af32e2769084c99a18af97d2002
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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-plr-dbgsym
Source: plr
Version: 1:8.4.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 137
Depends: postgresql-10-plr (= 1:8.4.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-10-plr-dbgsym_8.4.4-1.pgdg+1_arm64.deb
Size: 117260
SHA256: 6a7a56d22e67081643db918ffb798e79d847c2e39a6e4abbec3929751a515c55
SHA1: 87e9d1b0cb80cc88f72de9a8437d3cbfab02fbe5
MD5sum: d54bb49622ccf7524d04381537be2279
Description: debug symbols for postgresql-10-plr
Build-Ids: 44b969f92642bb29131c8608a870a0a2d0ca3141
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-plsh
Source: postgresql-plsh
Version: 1.20200522-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: libc6 (>= 2.17), postgresql-10
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-10-plsh_1.20200522-4.pgdg+1_arm64.deb
Size: 12904
SHA256: 9c90e9169b81f48a3dd03ffe346b9625bb43016be89a003d4cc51343946adae6
SHA1: 2b32415d800b9941ffaea453e6fe35da6ba5f3ab
MD5sum: 682b920290f62ea87913217116a2fd1e
Description: PL/sh procedural language for PostgreSQL 10
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in a shell of his choice.  You need this package
 if you have any PostgreSQL 10 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20200522-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-10-plsh (= 1.20200522-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-10-plsh-dbgsym_1.20200522-4.pgdg+1_arm64.deb
Size: 27952
SHA256: c16cebc4407ca46c8b1782a47ae6dfca64896d6fa072d6ef84d8efa897ef952d
SHA1: a734ae0f5dffc5c9a55ab101074de53ab64bcc1a
MD5sum: e06c799897ae442f3bd68d7006885ce9
Description: debug symbols for postgresql-10-plsh
Build-Ids: 56118e3d3b3f0eae2dc24d60a0097bb54e317ad0
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-pointcloud
Source: pgpointcloud
Version: 1.2.1-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: postgresql-10, libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-10-pointcloud_1.2.1-8.pgdg+1_arm64.deb
Size: 62200
SHA256: 942f2a4a17ec06ff1964139d4e43b8b3cc49e134aada013c327e2d3d4fede927
SHA1: 98f5e94775249ab1898369f911cd499b6c2aa738
MD5sum: 3972c842b6ca539091914d4fb59370eb
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.1-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 191
Depends: postgresql-10-pointcloud (= 1.2.1-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-10-pointcloud-dbgsym_1.2.1-8.pgdg+1_arm64.deb
Size: 158388
SHA256: de0136d4101f71d95f03c948b728ae0a6a7555ac69f311baac322b86922fbbc8
SHA1: 55242ea05363d10146d856aa9fededfdb2634579
MD5sum: 41a352b738ddb09f0d60033138ba8cd4
Description: debug symbols for postgresql-10-pointcloud
Build-Ids: b46208790ab5edfb53faffc4808c246d97b3ca07
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-powa
Source: powa-archivist
Version: 4.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1021
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-10-powa_4.1.2-2.pgdg+1_arm64.deb
Size: 40960
SHA256: 7e750fe3924a6674c9704776fe7bd65e74c948d569330a124c761fa1080657f0
SHA1: 5d26ed70eeb676ad0f7822f9fd9d37286f0d55a5
MD5sum: fadb7d9a08cce779ce765ee85ab3f8a4
Description: PostgreSQL Workload Analyzer -- PostgreSQL 10 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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-powa-dbgsym
Source: powa-archivist
Version: 4.1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-10-powa (= 4.1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-10-powa-dbgsym_4.1.2-2.pgdg+1_arm64.deb
Size: 34224
SHA256: c7fc12304868b2408d3dfffa17a4085410f7ac4505a6b337d4d7a1c3bebf7505
SHA1: 5d12ed19002b116f4dac15e37d8c34d61fae250d
MD5sum: 5917d24090dbdbeaeb77a4477496bb12
Description: debug symbols for postgresql-10-powa
Build-Ids: c75563dcb5dd29ffe2ee55c21382cd726fc9174f
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-prefix
Source: prefix
Version: 1.2.9-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: libc6 (>= 2.17), postgresql-10
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-10-prefix_1.2.9-4.pgdg+1_arm64.deb
Size: 21200
SHA256: c93d377a7845c1a6b1e26c7ecda55c86ae6325acfd8e4580c52f5d28ab1da898
SHA1: ed82efedb9406e52cdbaf059eb7459b46fe2c02d
MD5sum: a414a38da3be13063ff1eea01f0f681b
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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-prefix-dbgsym
Source: prefix
Version: 1.2.9-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-10-prefix (= 1.2.9-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-10-prefix-dbgsym_1.2.9-4.pgdg+1_arm64.deb
Size: 42712
SHA256: 0ac3e03d82a22b7da09fa5df8dcf3064cdc51e33ef27e0a90c6b994b4dea26a3
SHA1: f5d735ac133eb7d626187c00a9342cc4bd0605c3
MD5sum: 3273700d85ae65520930dcce3f58f542
Description: debug symbols for postgresql-10-prefix
Build-Ids: 056d93e5a82dcf846806257d7ea17215dec72659
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-preprepare
Source: preprepare
Version: 0.9-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: libc6 (>= 2.17), postgresql-10
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-10-preprepare_0.9-6.pgdg+1_arm64.deb
Size: 9972
SHA256: 696030c0f0da76cf5698bfdaac2edc4425d2cf20d0363db8184c9327ba4e35bf
SHA1: f1762ff736a2488902c0b7913bbd44b2145c0411
MD5sum: eee958b56e5964b81a8662fa6c8fee92
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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-preprepare-dbgsym
Source: preprepare
Version: 0.9-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-10-preprepare (= 0.9-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-10-preprepare-dbgsym_0.9-6.pgdg+1_arm64.deb
Size: 16320
SHA256: 241720813f0c5cf61b2bacda299efcea47618ab7c03b8c0aac9f91a81535f051
SHA1: 9e5e9785e7338298cc9968b6b98f1d19a8744e8c
MD5sum: cc570a0435f534a56241c8c7c4322bb1
Description: debug symbols for postgresql-10-preprepare
Build-Ids: 3a84381a3e031063443c6d4b4013770f5010bea7
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-prioritize
Source: postgresql-prioritize
Version: 1.0.4-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: libc6 (>= 2.17), postgresql-10
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-10-prioritize_1.0.4-9.pgdg+1_arm64.deb
Size: 6852
SHA256: cc7f168bd7bde3eca4f6df63694439de83f4250c960d8d54121c03179fea42b5
SHA1: 3dde28df2db891f3f6597a81fe6f470ea5c8c8b2
MD5sum: 5fd2330e3ac8f43bea32cd7617da2e37
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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-10-prioritize (= 1.0.4-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-10-prioritize-dbgsym_1.0.4-9.pgdg+1_arm64.deb
Size: 12220
SHA256: 51f0ffecdba4ae0526e320afaf63064534778ee7b769ece6b474b7a2e7eb9a2c
SHA1: eb0bc8d2312872df86862ffe3e8dfa22c852f13d
MD5sum: 3c51045e092fe2e74a5e2f64b1018928
Description: debug symbols for postgresql-10-prioritize
Build-Ids: adb9ad6f34ef833e0f8218f1da65e157e3818d0c
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-q3c
Source: postgresql-q3c
Version: 2.0.0-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2488
Depends: postgresql-10, libc6 (>= 2.29)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-10-q3c_2.0.0-6.pgdg+1_arm64.deb
Size: 64416
SHA256: e4e3ebea132534d7a7012ae34e56309d6a827368f02821ae5236b6a90ebf19a0
SHA1: fe2342b91291962bc4d877cfa0311549a5ce7526
MD5sum: cb3a442d50c43d92dc5395cc9ed6a1ed
Description: PostgreSQL 10 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.0-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-10-q3c (= 2.0.0-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-10-q3c-dbgsym_2.0.0-6.pgdg+1_arm64.deb
Size: 80012
SHA256: 0add37ffa1cb1a4887d8fb262f3c6720ac03d3fb98e6a9456b77b7afae4ec83b
SHA1: f2a630018e08e8fc93a966eb2c7d131d428552b9
MD5sum: a7286649e37d052dd1d7fcfe58111403
Description: debug symbols for postgresql-10-q3c
Build-Ids: 418dd97b54cb96691b01d65cc605f3bf90077f24
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-repmgr
Source: repmgr
Version: 5.2.1-2.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 927
Depends: postgresql-10, repmgr-common (>= 5.2.1-2.pgdg+1), libc6 (>= 2.17), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-10-repmgr_5.2.1-2.pgdg+1_arm64.deb
Size: 208440
SHA256: ad28069cbbcd5f2902bc85068921b9e33338daf1296a9947e2ac4bee13eece72
SHA1: 077258127100e798a125d7d1bef4fa40fdaf7ac8
MD5sum: f6cb261cf38979938625cd0f5657c4b1
Description: replication manager for PostgreSQL 10
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 10.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-repmgr-dbgsym
Source: repmgr
Version: 5.2.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 712
Depends: postgresql-10-repmgr (= 5.2.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-10-repmgr-dbgsym_5.2.1-2.pgdg+1_arm64.deb
Size: 650660
SHA256: 3368762bbed9ba11f4de0678adb20e5b67f6858f83948a454975e24aa740c58f
SHA1: fa95043cdb3b0d7c19e62b06c1c9e467105da287
MD5sum: 7c684cee614abdbec5e188de535d87d3
Description: debug symbols for postgresql-10-repmgr
Build-Ids: aa0015dbd246486f47ce503eaae7e080660e652e ab66caee43694c7d8885948d5dbc966e0f3625c2 bd237c4dde1c4af0fc92389e5dec8db0d1d5afa3
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-rum
Source: postgresql-rum
Version: 1.3.8-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 411
Depends: postgresql-10, libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-10-rum_1.3.8-2.pgdg+1_arm64.deb
Size: 99360
SHA256: 10994826887d6afbe5ddb623f9133849758576760c90ca7f0883e9888c394bd2
SHA1: 8d867d53bdf6716df7c3822308d4e9f138c87d21
MD5sum: af05f17947a112258b4a77b592b420cc
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-rum-dbgsym
Source: postgresql-rum
Version: 1.3.8-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 305
Depends: postgresql-10-rum (= 1.3.8-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-10-rum-dbgsym_1.3.8-2.pgdg+1_arm64.deb
Size: 267208
SHA256: 60fe2d6c2e11bd1476e26f9f6fe01e2f281e54b801faa614d378613bd1e91313
SHA1: 7d7689d666549eee915e7db3dd211e5ec6481a33
MD5sum: 74d41bd5c014db130354762774011433
Description: debug symbols for postgresql-10-rum
Build-Ids: c754962fd2a7fb0bc28f10b1f2f9dd0bd9edfa97
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-slony1-2
Source: slony1-2
Version: 2.2.10-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-10, libc6 (>= 2.17)
Suggests: slony1-2-bin
Conflicts: postgresql-10-slony1
Provides: postgresql-10-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-10-slony1-2_2.2.10-2.pgdg+1_arm64.deb
Size: 22100
SHA256: c05c78ee2177117d8bae56ed055a274ad45acfec512619f90f3ef88e12eb6ca9
SHA1: f3d48010a43a5a36cb02cc9e5373784604423a4a
MD5sum: 483866a507f1b6c16ec97efa38a2c7a3
Description: replication system for PostgreSQL: PostgreSQL 10 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
 10 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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-10-slony1-2 (= 2.2.10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-10-slony1-2-dbgsym_2.2.10-2.pgdg+1_arm64.deb
Size: 57416
SHA256: 74157df5822256dbd79707ac56bd3720a44d368639345027b4e43ea0760d51ff
SHA1: 9c2f716c47685e72cc4b7122df52d0aa0ed91660
MD5sum: 020f08ab21d9609d8f64f9e726b095e5
Description: debug symbols for postgresql-10-slony1-2
Build-Ids: 6e011b4cbcdf4133548e3a51f1464741d18de7db
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-tds-fdw
Source: tds-fdw
Version: 2.0.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-10, libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-10-tds-fdw_2.0.2-3.pgdg+1_arm64.deb
Size: 32880
SHA256: bb6fc62aed1156e04bcf731217926b48de15f38b35c7376dc9a9b035bcd490bd
SHA1: f3a71dd6ff2f6f46d6725dc80e3e7663207d4d4d
MD5sum: e1d1bd0fa1abc97a80b0be265a955c42
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-10-tds-fdw (= 2.0.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-10-tds-fdw-dbgsym_2.0.2-3.pgdg+1_arm64.deb
Size: 118556
SHA256: 61c68fede137e589ae48b891b016ceae4bc9aeb56e107b322703eb48833a4da4
SHA1: 6b2506275b65229678c5eba2d53c7b3ecfa2ad9a
MD5sum: c6c6b416110a31fb1c8cb91d8b4cd46a
Description: debug symbols for postgresql-10-tds-fdw
Build-Ids: d87ff6a5c711a7a22dbeae4b195da2097436cb3b
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-toastinfo
Source: toastinfo
Version: 1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/credativ/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-10-toastinfo_1.4-2.pgdg+1_arm64.deb
Size: 7052
SHA256: f6f49cc78f1f02cf949e74232bd456b5b411bdaa9f3691bed9cffe38573e5caa
SHA1: bda659e89a8cf7d4aefefe4a5152cbc5eeb0033b
MD5sum: a39f261ded4c2268c16a1488f10f28eb
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-toastinfo-dbgsym
Source: toastinfo
Version: 1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24
Depends: postgresql-10-toastinfo (= 1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-10-toastinfo-dbgsym_1.4-2.pgdg+1_arm64.deb
Size: 10740
SHA256: 39385409eba7435a895df762b69135fdf691b64f9b065ddcfd8e38d3828fffee
SHA1: 7a899b538e5340db8fc0eb6d4102f15c27a5f619
MD5sum: 8d3bd7766e8c96210ef8c23278fdb8f1
Description: debug symbols for postgresql-10-toastinfo
Build-Ids: 5c40bcd487935273b4bb8f614b19f856db505e2c
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-unit
Source: postgresql-unit
Version: 7.4-2.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 334
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-10-unit_7.4-2.pgdg+1_arm64.deb
Size: 66104
SHA256: 4130b172e6b41c52c987d53f962e937837c95ad6ddfdc37ea2fbc29e67b82684
SHA1: 99a5d862555c2a849aca30b02aaa60760ba1ec82
MD5sum: 1176f68a2e75353386e7c55f8d9092bc
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-unit-dbgsym
Source: postgresql-unit
Version: 7.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 78
Depends: postgresql-10-unit (= 7.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-10-unit-dbgsym_7.4-2.pgdg+1_arm64.deb
Size: 56480
SHA256: fcf38a98462db54e3ad87ac6fc24f01e5af253d67ab0aacf6976d6438f2e7c74
SHA1: 2cf9debf221c81d8dd027b7b3c566395449cc3d9
MD5sum: 6f9ec173e2103e32c2523022d6804b4f
Description: debug symbols for postgresql-10-unit
Build-Ids: 5f860ff1fc07c008c2132ddb49ee4e5e74030232
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-wal2json
Source: wal2json
Version: 2.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-10-wal2json_2.4-2.pgdg+1_arm64.deb
Size: 17104
SHA256: da028424314e8a7b82755d7c39bcce1792546602f123517c8b2ba9b2302a4d98
SHA1: b35d2eca3c6f686882c1f55ba2fa751678ad4aaa
MD5sum: ce7ef12d96d4b868c95f381872a8504f
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-wal2json-dbgsym
Source: wal2json
Version: 2.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-10-wal2json (= 2.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-10-wal2json-dbgsym_2.4-2.pgdg+1_arm64.deb
Size: 51228
SHA256: c6b9185199829a43de5aa9f083b3d8304f59f3eada27ebd0b5f7219541d05227
SHA1: 68680a6ea424a28f87bd9571eba76d597dbfb39e
MD5sum: c532e6ba1975d3bfcc92aff4adef1f65
Description: debug symbols for postgresql-10-wal2json
Build-Ids: 42762a381e43d03e2177512c557a16c6bd56c184
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-asn1oid
Source: pgsql-asn1oid
Version: 1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-11-asn1oid_1.4-2.pgdg+1_arm64.deb
Size: 13500
SHA256: 60de11eb4135513158b962a77b665f10acfeff1f276e0c4d5944c1723fc45dbe
SHA1: 2771a96670209cd9f699248db9283f46428dd30e
MD5sum: f7549cf0b4bb8a40d7b03b37c92e0171
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 11.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-11-asn1oid (= 1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-11-asn1oid-dbgsym_1.4-2.pgdg+1_arm64.deb
Size: 8772
SHA256: 7d66fdf70aa6cf510c9b9da5febd668e5f424f90b8ea330c3a8818ce650b9596
SHA1: c7924ae44fe67cfdf488f3edcf8ea87e05d82cb9
MD5sum: f0ca103593e3b6e95f3ca1e5dfd6d29e
Description: debug symbols for postgresql-11-asn1oid
Build-Ids: 098f1dfcbeccf8710a276d7d290a255ebcac546c
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-debversion
Source: postgresql-debversion
Version: 1.1.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.17), postgresql-11
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-11-debversion_1.1.1-5.pgdg+1_arm64.deb
Size: 16116
SHA256: 89124f7ea2443d3804296a772ebbf2c7c75729b27c8e003f462328817406d6a7
SHA1: 414c6c286ab9b757c9a3441ed64939e5eb534667
MD5sum: 140a10b7222cdc1661bad51cd5940e40
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()
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: postgresql-11-debversion (= 1.1.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-11-debversion-dbgsym_1.1.1-5.pgdg+1_arm64.deb
Size: 18324
SHA256: 9da9cc391d4199760f3de007f47b934c069b4cff8697414159bc15667e4d9f4d
SHA1: 20f210eb9bf5b45991e8eddc18eca67970850f4e
MD5sum: 8003e5cf07049f2ad3d56cfadcfab39d
Description: debug symbols for postgresql-11-debversion
Build-Ids: 19a6fca16efc07f80f1922295f666de0dbb31ae5
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-hll
Source: postgresql-hll
Version: 2.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 294
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-11-hll_2.16-1.pgdg+1_arm64.deb
Size: 83016
SHA256: 0dfc6cce47b4cdfe5c704a4a9caee28e8034b31ba7004863750cf2224887324c
SHA1: 3c9fdcf8d23aecef363b6423f0b42b2d90d46bc3
MD5sum: 7cb8606802223feab5cf611188d21a14
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-hll-dbgsym
Source: postgresql-hll
Version: 2.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-11-hll (= 2.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-11-hll-dbgsym_2.16-1.pgdg+1_arm64.deb
Size: 81612
SHA256: ec81d9ddf2039c9716f525c5da46291ae27167a9fdc86c4b5ca7eafbf87b52de
SHA1: 305f4bdd093b033ea9fca8285e0b9dbb916b3fec
MD5sum: f3e32fff97263825d3fe66b49ced87f1
Description: debug symbols for postgresql-11-hll
Build-Ids: 341ece0c9812e33712fed2914a2c13f9c554dcb8
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.6.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 255
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-11-mysql-fdw_2.6.1-2.pgdg+1_arm64.deb
Size: 114960
SHA256: 41d55e20698acf14be88aae49734bf3cc9bf481241bb249ef03f5a02f02d1851
SHA1: 2fba46984227927613046b4b52486af46bd3dc52
MD5sum: 812ae8e1714b55c116b8e320c4e5092d
Description: Postgres 11 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 11.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.6.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-11-mysql-fdw (= 2.6.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-11-mysql-fdw-dbgsym_2.6.1-2.pgdg+1_arm64.deb
Size: 127208
SHA256: 430ea29105e6e113bc62518a8607d603e51d196061db252946ce6e48ddb2b4fd
SHA1: 2b1401a3fe5953a2c3c7376df4381e0bf1a1b386
MD5sum: 09e43ba9ccbecdf48a6ed91363c16df1
Description: debug symbols for postgresql-11-mysql-fdw
Build-Ids: 5114c790d5640aeb3f2e1691529d52146ae38076
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-numeral
Source: postgresql-numeral
Version: 1.3-4.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 264
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-11-numeral_1.3-4.pgdg+1_arm64.deb
Size: 80360
SHA256: b415092868a5cd91b465ff1bc830a31845b927d6c1f9d80f59ec71ef258568d7
SHA1: 93653dc878c68b9228ca8c343e510fa5397b1fcf
MD5sum: dd86f0b65393e1f28c5d9c898d6c2498
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 62
Depends: postgresql-11-numeral (= 1.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-11-numeral-dbgsym_1.3-4.pgdg+1_arm64.deb
Size: 40608
SHA256: 58ce5597642a4ac4d4a7a37aea36bdc22d13813f90da739333e2dc809945d329
SHA1: e17d8ae8bfdb05e8f9a5bb43f6d6dd90104e681c
MD5sum: 5fcd0638605c8931e2962417a294e2ed
Description: debug symbols for postgresql-11-numeral
Build-Ids: b2b9404cc7aa2e145a056d6cfa5b9a41a33e13e3
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-pg-fact-loader
Source: pg-fact-loader
Version: 1.6.0-5.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 672
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-11-pg-fact-loader_1.6.0-5.pgdg+1_arm64.deb
Size: 50616
SHA256: 8551a01d13cd851e55beb7a8ebbae150d161f9762f349a3603c0221708225199
SHA1: eb6110362177f75aa3bc3eddb016ca6db8228ede
MD5sum: 68cc970b378457efdaf046e09bc6032b
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 11.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.6.0-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 29
Depends: postgresql-11-pg-fact-loader (= 1.6.0-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-11-pg-fact-loader-dbgsym_1.6.0-5.pgdg+1_arm64.deb
Size: 14428
SHA256: dfde9afce0f97cfb54095c07642f51747632eb5b884438744fa2fb949c614eba
SHA1: 4c870050ecafe3308f98b612e4a8c5ce0d9a40f6
MD5sum: 345ffa63d8a4e438b24f127ae807ba01
Description: debug symbols for postgresql-11-pg-fact-loader
Build-Ids: 99d12f384a94095eba42a9f2d2efff9740da25f9
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.1.0-2.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 1635
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-11-pgl-ddl-deploy_2.1.0-2.pgdg+1_arm64.deb
Size: 40528
SHA256: 21dfbf1c464088b8fb10f28063bbfcf900429c5bf69d0ec48c6b78d128c3227d
SHA1: a35ffc7aaec3331c6e6410ee7ace62d923dd994b
MD5sum: 7d0f0f3f1352d45b054ac079b5ed8e4e
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 11.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.1.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 42
Depends: postgresql-11-pgl-ddl-deploy (= 2.1.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-11-pgl-ddl-deploy-dbgsym_2.1.0-2.pgdg+1_arm64.deb
Size: 18860
SHA256: 30bf6c1edc6bd0917b35970fc94ad6724493669f11414d1d3d22d71fcb12c039
SHA1: 1f285631d109675d1be86acbc3cf6be54bd6ba3b
MD5sum: 2e045e08159f1a25287c054c15ca5e48
Description: debug symbols for postgresql-11-pgl-ddl-deploy
Build-Ids: 39cef83c53a8b24c0005b46288834c15042d2f7c 69aaf2acaeb3e589b8c9afb90f6ce753ac86b0bd
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-pglogical
Source: pglogical
Version: 2.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1165
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-11
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-11-pglogical_2.4.0-1.pgdg+1_arm64.deb
Size: 412068
SHA256: a50298bc6ad14c403b57c3610e0ea8e89dfdd5f637ac3b42d8e313e96297e3e6
SHA1: 1efd41335a71ca4a9569381e5502b41b309868c9
MD5sum: b728510bfe6cf44a1ade83ea74bed585
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-pglogical-dbgsym
Source: pglogical
Version: 2.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 422
Depends: postgresql-11-pglogical (= 2.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-11-pglogical-dbgsym_2.4.0-1.pgdg+1_arm64.deb
Size: 356640
SHA256: 605ae3bffb93819a2619f482d233e95088be2d232bc10475a44b02116621bf00
SHA1: 1ff7131d9c61b1c9fb9be699ba73cecd6a8a52b4
MD5sum: 61eaa583333f9b3de02cd36ac1212086
Description: debug symbols for postgresql-11-pglogical
Build-Ids: 5783b985711751502ef90ef1cf9d3ceb609200d5 7c11ae7e3f090515f28d3c68d3336eda3a051bcc c535994f1b88eb0986ed0dedbf99d31ad5bd5f16
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-4.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 136
Depends: postgresql-11, postgresql-11-pglogical, libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-11-pglogical-ticker_1.4.1-4.pgdg+1_arm64.deb
Size: 21420
SHA256: 51b213e9ea1f861cbcdc87fee380d5a274f6dd709bbe39428cce8ac34bf44068
SHA1: 7e9ef60e664a51c4e17bdcf79793dd0f03faddc7
MD5sum: 2538fb13bd19eca2e8e5546acc1ea90a
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 11.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 31
Depends: postgresql-11-pglogical-ticker (= 1.4.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-11-pglogical-ticker-dbgsym_1.4.1-4.pgdg+1_arm64.deb
Size: 15800
SHA256: ae5d2c20f861940353b0e656921823373aeff00b9f6764fb224a0f945d798618
SHA1: bde148c32f53c9d1fb5ca03c1d7f98a207950bdc
MD5sum: 7de5cdd939161d2d64cfea3f60b14bb6
Description: debug symbols for postgresql-11-pglogical-ticker
Build-Ids: e53cc2ec808ad57624d9507f06631ba0c1d39233
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-pgmp
Source: postgresql-pgmp
Version: 1.0.4-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 389
Depends: postgresql-11, libc6 (>= 2.17), libgmp10 (>= 2:6.2.1+dfsg)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-11-pgmp_1.0.4-4.pgdg+1_arm64.deb
Size: 108980
SHA256: d5cbec1cd8700b1e1bb370d596225bc1bb3894392a8b2be4e241f58fffc8237e
SHA1: 5962fc57f24605910284dab960f55c3a746665aa
MD5sum: c306431a5c11ce7342ea43bdc3e6565a
Description: arbitrary precision integers and rationals for PostgreSQL 11
 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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.4-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-11-pgmp (= 1.0.4-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-11-pgmp-dbgsym_1.0.4-4.pgdg+1_arm64.deb
Size: 64296
SHA256: d3535cf2123e07f828cb7872b8b00fcd7f93bd4db144e5b83db1c6701e93e93e
SHA1: f7e5ba330ea17364a5769b1880998d6d8851becd
MD5sum: 57f7e9ff4cd38e835f7af15926dc6bb4
Description: debug symbols for postgresql-11-pgmp
Build-Ids: 050b6707012fade536de5bf8df14eff1b04ad931
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-pgpcre
Source: pgpcre
Version: 0.20190509-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-11, libc6 (>= 2.17), libpcre3
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-11-pgpcre_0.20190509-3.pgdg+1_arm64.deb
Size: 18900
SHA256: 3cfec67a7d028803516067ba2b32523b5d5c5b69307acfdacc98fb089d4b6b0c
SHA1: de1dc8c5ca96ab8fe37cbb0a4a74ced5f813d6ae
MD5sum: 29c1689f9d850fb6bdd48617464c01a9
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-11-pgpcre (= 0.20190509-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-11-pgpcre-dbgsym_0.20190509-3.pgdg+1_arm64.deb
Size: 15564
SHA256: 0ff8905e7c2390c6ab357ffd610fbdfafcb62822b90da70bb524df5a923e5a3e
SHA1: 6b17a45fe270661e0e3692c3f82a4992da86140e
MD5sum: 24b00c256bd036922a005446d288eff7
Description: debug symbols for postgresql-11-pgpcre
Build-Ids: 456f8b6275b68d80c9147164901870514f6d931f
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-pgq-node
Source: pgq-node
Version: 3.4-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 470
Depends: postgresql-11, postgresql-11-pgq3
Replaces: postgresql-11-pgq3 (<= 3.2.6-5)
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-11-pgq-node_3.4-5.pgdg+1_all.deb
Size: 12560
SHA256: 7d251531d01f969f4c5e09d8e27b999ab40e84a48f68acac150f491479bb785c
SHA1: 14c92a8bc193fbea03452ec5c331349125ac1032
MD5sum: 5aded4029a770e62354140d80b2d5d67
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-pllua
Source: postgresql-pllua
Version: 1:2.0.10-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 953
Depends: postgresql-11, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-11-pllua_2.0.10-2.pgdg+1_arm64.deb
Size: 388768
SHA256: b6697e4089c4a1fe827c40738a157877f30a655fb0144ec3c6635ffafc10a1ad
SHA1: 53ed3dc60815cc5799f67a9d2db2ef5b42975c3f
MD5sum: c4fe306ee40a8b615aa03d39db106d03
Description: Lua procedural language for PostgreSQL 11
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 355
Depends: postgresql-11-pllua (= 1:2.0.10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-11-pllua-dbgsym_2.0.10-2.pgdg+1_arm64.deb
Size: 308216
SHA256: 43955862d021ee8b0b20b81a015bac11e0777837221253e363dc18d7909405cd
SHA1: 1430cf54aff2308097d981d4da7648dd1fe6923a
MD5sum: 0ae87695a885809b019006720ce6d02d
Description: debug symbols for postgresql-11-pllua
Build-Ids: 5aaaadf170455f258154cb252321bd6ecaa199f3 e6b91d6099a3ed38197bdec597c0da357b9f5b2d
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-plproxy
Source: postgresql-plproxy
Version: 2.10.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 329
Depends: postgresql-11, libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-11-plproxy_2.10.0-7.pgdg+1_arm64.deb
Size: 150324
SHA256: 6c4ba49b0c68fbe2419f2841c4f81ca2f77298741ea46f65d3848462c37d32bd
SHA1: ef57af76033c2247a27cd31171316ac6e3b8c70f
MD5sum: d4cea22f39b665e991f09199ea4d8497
Description: database partitioning system for PostgreSQL 11
 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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: postgresql-11-plproxy (= 2.10.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-11-plproxy-dbgsym_2.10.0-7.pgdg+1_arm64.deb
Size: 110476
SHA256: f86cc2a168bad52ba643e44bf2be1c566539627b5ef2df91e28e3be55f8edef2
SHA1: c9d0a9fc95148a98e99291c26a91f71f7238adc8
MD5sum: 40af9939901c986e7057555d6277e973
Description: debug symbols for postgresql-11-plproxy
Build-Ids: 4128ed189b6cdc71cbf5fdd1b7c08da36bd590d2
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-plr
Source: plr
Version: 1:8.4.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 312
Depends: r-base-core (>= 2.10), postgresql-11, libc6 (>= 2.17)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-11-plr_8.4.4-1.pgdg+1_arm64.deb
Size: 151768
SHA256: 40171f4bdb0897928ab2860b9dd186f45cd0ccc516ca37001e3538e8529a60d7
SHA1: 3fa5d30f4d60326dc51d8a8d9a8bb272af76fead
MD5sum: d2c306ee34825c067da793d4eedd36c4
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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-plr-dbgsym
Source: plr
Version: 1:8.4.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: postgresql-11-plr (= 1:8.4.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-11-plr-dbgsym_8.4.4-1.pgdg+1_arm64.deb
Size: 118492
SHA256: 25b4102ac551e2590103c51218a7508bdd199eaee984f8379a3447bf3391f959
SHA1: 6e17ade847d95f5880050a1c637e96cff3a7cd2d
MD5sum: 7dd5d890532b2f41e35bb3b5d5269bce
Description: debug symbols for postgresql-11-plr
Build-Ids: 74c24019a1adb0b8a5e7fe2a5018d8ecb2c48580
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-plsh
Source: postgresql-plsh
Version: 1.20200522-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: libc6 (>= 2.17), postgresql-11
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-11-plsh_1.20200522-4.pgdg+1_arm64.deb
Size: 30852
SHA256: 3b8ef71e46dbec85c91bc0c48dbb327e304dea7f8d5205cef25fd60c2c9295d2
SHA1: 90df5f75d9a75b0eb1a4b6019a03ca67710747f6
MD5sum: 2d018e24ecadb14782a072af55a0434d
Description: PL/sh procedural language for PostgreSQL 11
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in a shell of his choice.  You need this package
 if you have any PostgreSQL 11 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20200522-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-11-plsh (= 1.20200522-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-11-plsh-dbgsym_1.20200522-4.pgdg+1_arm64.deb
Size: 28024
SHA256: c2c9d6bcb7c89f388f010b22ec5ebb930ec7a97f1047d67cedaaeba519f84b65
SHA1: 7a163ab4500aa4b4168c6054dc6a0548b015a84a
MD5sum: f57c8588611ca341ad415590f44fcb97
Description: debug symbols for postgresql-11-plsh
Build-Ids: f9f8d9286d6c9c883ff9320d488e2e3e3d6d6ee8
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-pointcloud
Source: pgpointcloud
Version: 1.2.1-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 375
Depends: postgresql-11, libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-11-pointcloud_1.2.1-8.pgdg+1_arm64.deb
Size: 110208
SHA256: c905146bbdcdce5d96384b65c514c7a87c86e054ab12707dd3631b8664fd0507
SHA1: 9a0b2d73a82fc6d6cc4e0981fb46ba90d36aa79d
MD5sum: c0888421143333949b46aed2af4b1a02
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.1-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 190
Depends: postgresql-11-pointcloud (= 1.2.1-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-11-pointcloud-dbgsym_1.2.1-8.pgdg+1_arm64.deb
Size: 157328
SHA256: 4117dbd4104d32d7fc57d71ad4434b5716afc0266501cb695b8d0e4ecfc1d613
SHA1: 31f079d7ce6fcdc78453fd297feaeff88747eb29
MD5sum: aaf3180b3b21e00be511161fc533fbec
Description: debug symbols for postgresql-11-pointcloud
Build-Ids: 54fb44f1f34f6cbaeee6884401b856510383f34a
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-powa
Source: powa-archivist
Version: 4.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1048
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-11-powa_4.1.2-2.pgdg+1_arm64.deb
Size: 55692
SHA256: fab8c277d70c390a96b656d9cc1f1f667cef07dc0846680d53bface546ae483a
SHA1: abd7bf9a78944992131a7738a1651be074ad77f6
MD5sum: 27ff025b62e6039dd6a6f2be1587e73a
Description: PostgreSQL Workload Analyzer -- PostgreSQL 11 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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-powa-dbgsym
Source: powa-archivist
Version: 4.1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-11-powa (= 4.1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-11-powa-dbgsym_4.1.2-2.pgdg+1_arm64.deb
Size: 33108
SHA256: 27c49a58fc1a2d41a81f90e25a7b70ade3190ca334b2f35c759e9680bd2ccaf8
SHA1: d8765aba5e9e7236964c62e79e49cea7e6ae0fad
MD5sum: a3f35282449cdfaca94def1e3add0244
Description: debug symbols for postgresql-11-powa
Build-Ids: b34e3f5ae4accc32a988d19e9cbd04b17cf1cca1
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-prefix
Source: prefix
Version: 1.2.9-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 123
Depends: libc6 (>= 2.17), postgresql-11
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-11-prefix_1.2.9-4.pgdg+1_arm64.deb
Size: 46500
SHA256: 03efa203bd09fff4df560d37e0d1c18fb4fd6c3e1e236260dfba95a076aefd20
SHA1: 97ec589ff4a3db9566303bb10ad0c5ccb3e586f6
MD5sum: 898512e722841fd59cbcc9ca2bc0f959
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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-prefix-dbgsym
Source: prefix
Version: 1.2.9-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-11-prefix (= 1.2.9-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-11-prefix-dbgsym_1.2.9-4.pgdg+1_arm64.deb
Size: 43656
SHA256: b53324fd2d599608d4c3e56f449784d9fac0cd1fc481c1c39a9c230b9dd68746
SHA1: 00d3e1ebfb487b0e0ae6dd62f99b7a82111e318c
MD5sum: d40d1cd1cd51e88a5d9efddc98e104ac
Description: debug symbols for postgresql-11-prefix
Build-Ids: 2c2e05e705225e1a69ea62710607c4634a072c3d
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-preprepare
Source: preprepare
Version: 0.9-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: libc6 (>= 2.17), postgresql-11
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-11-preprepare_0.9-6.pgdg+1_arm64.deb
Size: 19004
SHA256: c2fdbe165ae60d451d2d320d62636ffee1d153860f16b048848cbb87bd3c0ad8
SHA1: bc76fc8905e4920c3c4276ad4fa3d8d97bf08c4d
MD5sum: 137f3b4a588313e8705d3549ea26e4e0
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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-preprepare-dbgsym
Source: preprepare
Version: 0.9-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-11-preprepare (= 0.9-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-11-preprepare-dbgsym_0.9-6.pgdg+1_arm64.deb
Size: 16464
SHA256: 51ec0e42997b232e27ab3b4e66db9fece65788f6f10803ebbd16c64b55e24240
SHA1: 798f3679b08aa493f275b6672c0ef972132e9407
MD5sum: c5d6f128351c511b72bc26b19f933fc9
Description: debug symbols for postgresql-11-preprepare
Build-Ids: 404bd7e1510ad50db4a9536a8d0ca9d950a129fb
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-prioritize
Source: postgresql-prioritize
Version: 1.0.4-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: libc6 (>= 2.17), postgresql-11
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-11-prioritize_1.0.4-9.pgdg+1_arm64.deb
Size: 12812
SHA256: 06efd80b524d888a9a17b0527140460cfbcdea8c0915947412f843983304e0eb
SHA1: 2f5a5e8337cde72a0dbec221abf2012c2bca1a8b
MD5sum: 97308328f6faaf63946d8c272a8bbeef
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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-11-prioritize (= 1.0.4-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-11-prioritize-dbgsym_1.0.4-9.pgdg+1_arm64.deb
Size: 12436
SHA256: ad2567971e0aeaa4d7f7f174606c3c7204d3592cd3a164d9d6a812d9cd81b2bc
SHA1: 87c3ec4c74b46cd528a5e084a8ee29454299ff50
MD5sum: 3f013513d62c91c22f472abddcd4db9d
Description: debug symbols for postgresql-11-prioritize
Build-Ids: f734f6ad2d4658a592604f2b203844e0ed333b7e
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-q3c
Source: postgresql-q3c
Version: 2.0.0-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3383
Depends: postgresql-11, libc6 (>= 2.29)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-11-q3c_2.0.0-6.pgdg+1_arm64.deb
Size: 143836
SHA256: ba0b93bb5b226cb34ea6c528c1052595e291d4626b097a9ef81fb2e53f14711e
SHA1: 5add75fdac00a5cba40c822be5e486202cc92332
MD5sum: 9972009b4e19cd18d079f508a09f3c7a
Description: PostgreSQL 11 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.0-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-11-q3c (= 2.0.0-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-11-q3c-dbgsym_2.0.0-6.pgdg+1_arm64.deb
Size: 86972
SHA256: e054477253180c9cb60c82ee7816c2fc08031c25ac712a1706202506b1faabe9
SHA1: d195d61c37955fed1f98d95b954a66c4ca1782ad
MD5sum: b6eaf6e874111d311450f39310d27c6e
Description: debug symbols for postgresql-11-q3c
Build-Ids: 9ef143281b41abca23f93ebe0dd156aad164aa6d
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-repmgr
Source: repmgr
Version: 5.2.1-2.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 954
Depends: postgresql-11, repmgr-common (>= 5.2.1-2.pgdg+1), libc6 (>= 2.17), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-11-repmgr_5.2.1-2.pgdg+1_arm64.deb
Size: 221372
SHA256: 259f6ad4cccd3bd0decf1fdce1c999fd17d2679ab104ac218d627ce145f1f384
SHA1: 00ed29f99f45302722255eb13b7bdcacba5f5a8f
MD5sum: af67d17e08d8c91c43a8dd9306cf24be
Description: replication manager for PostgreSQL 11
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 11.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-repmgr-dbgsym
Source: repmgr
Version: 5.2.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 712
Depends: postgresql-11-repmgr (= 5.2.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-11-repmgr-dbgsym_5.2.1-2.pgdg+1_arm64.deb
Size: 650920
SHA256: c2a826a0985fa864f484bf1ff899efed13f0992a5b2906ecf4ed0f5904e3fe79
SHA1: 84cb797926588fcf74a498239a91a602ceefb133
MD5sum: a057ad6bdbca2110d399444a99f65eba
Description: debug symbols for postgresql-11-repmgr
Build-Ids: 198ab93b20fcd4379acf35e34f23ed74a5709332 3699bc7fa52b0cc594fe4da6e025fd3981e2a93b b2cda52a625747846e62044e3db7b82fc1bbeddb
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-rum
Source: postgresql-rum
Version: 1.3.8-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 931
Depends: postgresql-11, libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-11-rum_1.3.8-2.pgdg+1_arm64.deb
Size: 346956
SHA256: c66959bcc640c5193b0daa0c567e6a1f75266a9480e7068d2bef302275045740
SHA1: 9924b5480235e9f0be839590fe43e5a48753655c
MD5sum: a7ccf2e663360334f40be5d600dbfcc3
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-rum-dbgsym
Source: postgresql-rum
Version: 1.3.8-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 310
Depends: postgresql-11-rum (= 1.3.8-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-11-rum-dbgsym_1.3.8-2.pgdg+1_arm64.deb
Size: 273252
SHA256: 0b6b28a771115a10fe218cd8eab2146160a20176c0e58bbc1671ce3547d2f4fd
SHA1: 56aea5e0d8effc30e2f66ddc5d35b3b7a7b99af3
MD5sum: 7737613d0c5a0ca96cade3dea5bda37d
Description: debug symbols for postgresql-11-rum
Build-Ids: e1d2634f25e3c70ac197ed53aa3303b669b58ab7
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-slony1-2
Source: slony1-2
Version: 2.2.10-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-11, libc6 (>= 2.17)
Suggests: slony1-2-bin
Conflicts: postgresql-11-slony1
Provides: postgresql-11-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-11-slony1-2_2.2.10-2.pgdg+1_arm64.deb
Size: 22120
SHA256: ef632cd681cbc13f416c871aebf37d789a24952e558be65c6d4fd100f6bab949
SHA1: b7c7ddf26d59899d6c071febf7a3579a772dca7b
MD5sum: 8a07a285397bb9a15bc1926ee24b45b8
Description: replication system for PostgreSQL: PostgreSQL 11 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
 11 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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-11-slony1-2 (= 2.2.10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-11-slony1-2-dbgsym_2.2.10-2.pgdg+1_arm64.deb
Size: 58604
SHA256: 06e7bbe28580393104364c427dcf801f1fbaa6e483ee7b4c8679fdd9920f5f65
SHA1: beb5c8828257549ca7ee0be1c86e67490b467e93
MD5sum: dc4034a4b3041c2228db4b6f39d33884
Description: debug symbols for postgresql-11-slony1-2
Build-Ids: ac44539c3ae3330190830b6a54c888799c012ad9
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-tds-fdw
Source: tds-fdw
Version: 2.0.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 272
Depends: postgresql-11, libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-11-tds-fdw_2.0.2-3.pgdg+1_arm64.deb
Size: 123376
SHA256: b7409515d4d9150bf3463eec9041295b4387cd07341a95bd984ca9494ddebaf8
SHA1: f353283e0b96173632641e5bdb10a5403cc3b5d1
MD5sum: 3a7dae9774dd53cc001891df3c3a7c91
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: postgresql-11-tds-fdw (= 2.0.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-11-tds-fdw-dbgsym_2.0.2-3.pgdg+1_arm64.deb
Size: 119764
SHA256: f9cef66489d7cf319c9894d170fa9cd40c8d9002a5c75258de7254112df57057
SHA1: b3b1c8ac6728bf1183e2bc47004f444dd63c785a
MD5sum: 2884061cab66d3f2e786afeb90107d58
Description: debug symbols for postgresql-11-tds-fdw
Build-Ids: 787e50e78bca081741180aafb9ff258fccd2264a
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-toastinfo
Source: toastinfo
Version: 1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/credativ/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-11-toastinfo_1.4-2.pgdg+1_arm64.deb
Size: 12996
SHA256: 84f8fa29a12c623387dba15d5ce8d81a4dfd66f89100b06c6e5e6bc11ca2d628
SHA1: 382f501f40d19528a0c71413be5a65b37fa939a8
MD5sum: 05e32edbebe63173614553088cc16d0f
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-toastinfo-dbgsym
Source: toastinfo
Version: 1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24
Depends: postgresql-11-toastinfo (= 1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-11-toastinfo-dbgsym_1.4-2.pgdg+1_arm64.deb
Size: 10824
SHA256: 0cb627070decf83e8fb3437df685f5fae671b206b87f796bfc29d062ba6c5b5b
SHA1: 91a82e67fb9d2264d8dec0cd5950f89fdfae7b36
MD5sum: 62524675724c66fa28083b068d3bc3e4
Description: debug symbols for postgresql-11-toastinfo
Build-Ids: 956a746b750491e09dd3d0721eaaa441eb8662ce
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-unit
Source: postgresql-unit
Version: 7.4-2.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 451
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-11-unit_7.4-2.pgdg+1_arm64.deb
Size: 121124
SHA256: de4d416e98013df29f1de37e71b757de714ed77e74c2c3c138ad97d86ff2d6c9
SHA1: c132cbc5c5e3c8a312ebb7372ffd4bee1ce18676
MD5sum: a20e95cca1138a2712329b47a505529f
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-unit-dbgsym
Source: postgresql-unit
Version: 7.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 78
Depends: postgresql-11-unit (= 7.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-11-unit-dbgsym_7.4-2.pgdg+1_arm64.deb
Size: 56684
SHA256: 709a2cd524996e53b0513811f6ee3b2b1d86c4e81b810565478d3f42bde5c726
SHA1: e18cd802bc815dfba2e7e732b2c51862afa2d0f5
MD5sum: 382d037b4483533a9023f0659f800f24
Description: debug symbols for postgresql-11-unit
Build-Ids: 5739d337f77113ae8a0a4360a4a7abdf50b0e196
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-wal2json
Source: wal2json
Version: 2.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-11-wal2json_2.4-2.pgdg+1_arm64.deb
Size: 59284
SHA256: ac58e48660fb6692f9492c7d2cf37caeea565a83b2b4f5a275df02bda9cc7c12
SHA1: 465dc305886c2e3d4ff5c752c9b5196c5b0ea62c
MD5sum: 4de0e255cdc07ef149f9836f6bdb1241
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-11-wal2json-dbgsym
Source: wal2json
Version: 2.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-11-wal2json (= 2.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-11-wal2json-dbgsym_2.4-2.pgdg+1_arm64.deb
Size: 53568
SHA256: 4d0c5fc27d5536d89c042f5fd852b8b8ca4260c8531790aedf769c75714fef00
SHA1: 4e1d79cf71610d024d1957bec44bafc91ed9e727
MD5sum: 90e720c8f5394ac891a2ec3a26eb3da3
Description: debug symbols for postgresql-11-wal2json
Build-Ids: 3084a4967a58efcc7e61635829b2ba12bbe78ea9
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-asn1oid
Source: pgsql-asn1oid
Version: 1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-12-asn1oid_1.4-2.pgdg+1_arm64.deb
Size: 13544
SHA256: b9789ba909ec9a881299fd51ee3097037cef3b3549f2cc16f368e7a2a11dc1b5
SHA1: 40e64fb412ab5924f8fcc2195141869e5d3a2ff9
MD5sum: 59986d92c0be8ccac5a2ec5d8393da63
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 12.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-12-asn1oid (= 1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-12-asn1oid-dbgsym_1.4-2.pgdg+1_arm64.deb
Size: 8888
SHA256: 1c35e22b4c92bb117c008379df09b4c3ef33da14ef5d533374fc6993c67ca462
SHA1: 7929c74e8672a77f8d06e38efb250a17f85b7a37
MD5sum: 309625116cab32da738b93ab364356bc
Description: debug symbols for postgresql-12-asn1oid
Build-Ids: 4c03471639798068ac4a9c20d8b5328c00152c4d
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-debversion
Source: postgresql-debversion
Version: 1.1.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.17), postgresql-12
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-12-debversion_1.1.1-5.pgdg+1_arm64.deb
Size: 16144
SHA256: 26117ddcd6d3539b06831b78b8cc26a00d22b63d6abe409ddd13661471e70aeb
SHA1: 2dc17d6e135a040b28e14da311069856a7396212
MD5sum: 5b4b110f96805e1f21ad0cf1492a4513
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()
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: postgresql-12-debversion (= 1.1.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-12-debversion-dbgsym_1.1.1-5.pgdg+1_arm64.deb
Size: 18440
SHA256: f411f69593dbf13884c16f0241e8a0dacd83f58b9873fe9072818aecaff28fb8
SHA1: e8ffa295a5bb17581f0e97a151b29436a786f41c
MD5sum: 2d55f0269d6506fa2e717d6d0c533c01
Description: debug symbols for postgresql-12-debversion
Build-Ids: cfb2d35f55727e7f102e79e9272cdcc9eb558ed4
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-hll
Source: postgresql-hll
Version: 2.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 291
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-12-hll_2.16-1.pgdg+1_arm64.deb
Size: 84160
SHA256: d92f88b306a73fc6a19bea5b87bfdae9b52a024de03b1e760c1b2ddd2978acba
SHA1: c090b7ee18f84011ccdc0928063c8414ed294a65
MD5sum: fae57d2871b67f8a7d3ba7776fde763e
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-hll-dbgsym
Source: postgresql-hll
Version: 2.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-12-hll (= 2.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-12-hll-dbgsym_2.16-1.pgdg+1_arm64.deb
Size: 88340
SHA256: 77d3ed11c8164ad3948ad7bfd59af934f3367bf0741eff26fce2c318ab385b38
SHA1: c8c7e29bf3ecca21f9bb0700d9a4dd7f9d0ea78f
MD5sum: 111d17d2dc85ceb23ed52d6e7cdf92b6
Description: debug symbols for postgresql-12-hll
Build-Ids: d38f7b6bcd930c766cad5a2df52d403c450c936f
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.6.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-12-mysql-fdw_2.6.1-2.pgdg+1_arm64.deb
Size: 116572
SHA256: 1955867837d171ee63c75d2cec2da2b54ee0ad149d7797e76ebc783386590e8d
SHA1: 80fb0fd57083a1ec7df1413db45ccbe53c282769
MD5sum: 6e5ae7e360403b1cffa54d9866fcd086
Description: Postgres 12 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 12.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.6.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-12-mysql-fdw (= 2.6.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-12-mysql-fdw-dbgsym_2.6.1-2.pgdg+1_arm64.deb
Size: 132376
SHA256: 274867e2d50ce01ce3142aa29a967a7b66d191d55028b8dfde6ccec920e990df
SHA1: 72bb423fa44a75dab0ee1446e9008ddf91351ee2
MD5sum: 5673aa411d31c4334cad409c06f69cd9
Description: debug symbols for postgresql-12-mysql-fdw
Build-Ids: 5a7bab88b6c8e69a831987849f15f335610bdc51
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-numeral
Source: postgresql-numeral
Version: 1.3-4.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 264
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-12-numeral_1.3-4.pgdg+1_arm64.deb
Size: 80264
SHA256: 96c563879b0db8d8f00c7f616ba344133864ec0c852c9cdba6a237e9d6b1c8f2
SHA1: 3c99ad239b902e29843de325e665102b1d4f2de7
MD5sum: 3889ceb58a97649d8d9f254a45a7861f
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 62
Depends: postgresql-12-numeral (= 1.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-12-numeral-dbgsym_1.3-4.pgdg+1_arm64.deb
Size: 40660
SHA256: 8cadcf50e7446192e5ce878965bfce0118b6895e3313bafc0b14274526befb67
SHA1: 646b8d84880eacfc02cdfab36300bdb5a239d9e0
MD5sum: 326a1f14baa42b8af14310e7b6e66f79
Description: debug symbols for postgresql-12-numeral
Build-Ids: 63e7826fb29e4330733b96cd74f15edd15c305f7
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-pg-fact-loader
Source: pg-fact-loader
Version: 1.6.0-5.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 671
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-12-pg-fact-loader_1.6.0-5.pgdg+1_arm64.deb
Size: 50360
SHA256: 3a5a8e225a02ff1401682c2fecbe399dafc99a7f56e31b7cb2a3e796a86f5bf6
SHA1: b458458b2e839805343180779556bc350243e375
MD5sum: 19550451d84f57cf0694ab2a89f51aa7
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 12.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.6.0-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 29
Depends: postgresql-12-pg-fact-loader (= 1.6.0-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-12-pg-fact-loader-dbgsym_1.6.0-5.pgdg+1_arm64.deb
Size: 14016
SHA256: 4476e6491aef8d002f5b44f0949b1c1d08f7f14b43ccd633ee1a988b7cc0eb10
SHA1: b257b3c01c8765fcd310af8467ecbf7faa03dba9
MD5sum: 1a30809b4dc123603230ebe7ffa24f7e
Description: debug symbols for postgresql-12-pg-fact-loader
Build-Ids: 5a7172adf4a51d6fd1865a2a88f9f4694279e0b9
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.1.0-2.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 1635
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-12-pgl-ddl-deploy_2.1.0-2.pgdg+1_arm64.deb
Size: 40488
SHA256: 7679eb5817edf7e843fa1a57cdbd0aa22ccedc0ee9b3cfc2b6efa0d9cb462448
SHA1: 3d6440968a322f44403ef7121325feff09f53049
MD5sum: a36ef6d212d485ae92bccbc152eb0554
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 12.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.1.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 42
Depends: postgresql-12-pgl-ddl-deploy (= 2.1.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-12-pgl-ddl-deploy-dbgsym_2.1.0-2.pgdg+1_arm64.deb
Size: 19080
SHA256: c19c0d28fd9b346c4a9eb39673c2afd74bdef594c677cfaeaf1cc07992a951b3
SHA1: 8f14aef440dd8f4f54b47ad6b3c1eb8f8635fa63
MD5sum: 397d22161a80c8e2ee5139d5f81758de
Description: debug symbols for postgresql-12-pgl-ddl-deploy
Build-Ids: 46e92bcf0f5e1551ca49c3e86acf6f0a77704b2a 5788548bf913c51b91d2d1d2a984805fe9a2109a
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-pglogical
Source: pglogical
Version: 2.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1207
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-12
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-12-pglogical_2.4.0-1.pgdg+1_arm64.deb
Size: 436640
SHA256: 3648222eb9f0d3282338c5b26376f008cc8dc6c00ee6c1cc264a2ef8df962987
SHA1: 8d1a03ff67e16125542c98fc521af0161d8610d5
MD5sum: f1e5e75bc73d06c872874629161a3422
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-pglogical-dbgsym
Source: pglogical
Version: 2.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 448
Depends: postgresql-12-pglogical (= 2.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-12-pglogical-dbgsym_2.4.0-1.pgdg+1_arm64.deb
Size: 382280
SHA256: b10a370ab2d6091fe0f5a26942446890688ccaade5de50571475fbf27bb42013
SHA1: 9115594eb1876c45e209bf0f50a1038319e3de9e
MD5sum: edb6e203147bc044f9b5a07466fad900
Description: debug symbols for postgresql-12-pglogical
Build-Ids: bbc447277166265d1898d5bcae41fabfa771692b eb37b18cca8e8358c8d5b8c7b3822da3eda2b938 f94c718e049b7f6e41aef2f29415e4046cc56087
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-4.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 135
Depends: postgresql-12, postgresql-12-pglogical, libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-12-pglogical-ticker_1.4.1-4.pgdg+1_arm64.deb
Size: 20892
SHA256: 779fbfe2fb990842f0b015cdb9ecaf524cb403ce57b447071724738a08907a1c
SHA1: eea4fcc702814939f3fb4f48eb856724fcc9146c
MD5sum: d8073a2ca4400f4bc76b411e6f8b429c
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 12.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 30
Depends: postgresql-12-pglogical-ticker (= 1.4.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-12-pglogical-ticker-dbgsym_1.4.1-4.pgdg+1_arm64.deb
Size: 15136
SHA256: 6e6a0b2aed08efd6f599305bfd657bf188db9ee012ca609a4d12cdd8f50d1643
SHA1: 8091910ae9b3cea5d31494052d5acf0ff5298ff3
MD5sum: f6cf5d92c32ed500ba6fad8cae56fead
Description: debug symbols for postgresql-12-pglogical-ticker
Build-Ids: 583a5e74d408b9ed796cf97a54b0b2c70358a884
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-pgmp
Source: postgresql-pgmp
Version: 1.0.4-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 387
Depends: postgresql-12, libc6 (>= 2.17), libgmp10 (>= 2:6.2.1+dfsg)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-12-pgmp_1.0.4-4.pgdg+1_arm64.deb
Size: 109184
SHA256: 35da875048bfa0c064442fc342a0f6bad84bbfc59af589ca055a02895ff3d096
SHA1: 08f432e41d1e9f421f8bc55a9006b1cada0b62f4
MD5sum: 311e9ff37d98de5bb761bcb7ca7a1fd9
Description: arbitrary precision integers and rationals for PostgreSQL 12
 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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.4-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-12-pgmp (= 1.0.4-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-12-pgmp-dbgsym_1.0.4-4.pgdg+1_arm64.deb
Size: 65112
SHA256: 11d9b34a40ccfb3e8d044eab2ec500c68ae755d03605df122628f278e6568ecf
SHA1: c81b127dc4ff90c6f2f29b06f540148a60e6e16c
MD5sum: cae575b660af2145aa83a7544a4f3831
Description: debug symbols for postgresql-12-pgmp
Build-Ids: 31399655483128c36e02edaabf8c96b6f1c7af0c
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-pgpcre
Source: pgpcre
Version: 0.20190509-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-12, libc6 (>= 2.17), libpcre3
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-12-pgpcre_0.20190509-3.pgdg+1_arm64.deb
Size: 18940
SHA256: 939024d541863d0b76a1b3d56087fed0b91e72924104adfc597ce3954e429fe6
SHA1: eb694cf3613b4b6ee1d5c3d06b83c05b3b1246f8
MD5sum: 7515683e0b846c628ad05d608534fc0b
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-12-pgpcre (= 0.20190509-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-12-pgpcre-dbgsym_0.20190509-3.pgdg+1_arm64.deb
Size: 15772
SHA256: 687e630e4d741075838701437abbe26cee5d090c8467256392f632889abb2c03
SHA1: 8b8960db232a877798b2076d37c6cb1aa5e3a20b
MD5sum: 555c8cc38ce79ba6afe065a5a14906e4
Description: debug symbols for postgresql-12-pgpcre
Build-Ids: d2cef85262d44c98fe8d649cd2df14789a07b68e
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-pgq-node
Source: pgq-node
Version: 3.4-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 470
Depends: postgresql-12, postgresql-12-pgq3
Replaces: postgresql-12-pgq3 (<= 3.2.6-5)
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-12-pgq-node_3.4-5.pgdg+1_all.deb
Size: 12560
SHA256: ff41f33d59a791792e457aa25326f8e15ae89ea4b4c5666284857f844eedf5b5
SHA1: c4df6dafbdd474951d738b881e6aa5041a9939cb
MD5sum: d6db85c062c02e31da40cae2932678f8
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-pllua
Source: postgresql-pllua
Version: 1:2.0.10-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 953
Depends: postgresql-12, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-12-pllua_2.0.10-2.pgdg+1_arm64.deb
Size: 390148
SHA256: 3a10cab8d3945a704949d06d2414d81cea16e4679bd6eaf01f1aa77dfa5ef202
SHA1: 062b24f698e1e086cf4b9d6682ffd3fbc57d1e49
MD5sum: 0c17e68ad911e29ab59a0ab1739f08e4
Description: Lua procedural language for PostgreSQL 12
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 360
Depends: postgresql-12-pllua (= 1:2.0.10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-12-pllua-dbgsym_2.0.10-2.pgdg+1_arm64.deb
Size: 313128
SHA256: c47ea49059183a5abfe07fb385eb1d71aa30b2ad6e949e2301531562c55d8f6b
SHA1: debb4c0bc42b29d02bbce25e1443e9aedcd9e891
MD5sum: ed4ae506e7f2dcf5c2397a70be81944b
Description: debug symbols for postgresql-12-pllua
Build-Ids: ee557f6d0f32782769ea0a5f85c53facc53c4e2e ef49bb7585575823c02a08b688e72a6d14024fb0
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-plproxy
Source: postgresql-plproxy
Version: 2.10.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 328
Depends: postgresql-12, libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-12-plproxy_2.10.0-7.pgdg+1_arm64.deb
Size: 150092
SHA256: 553bbc0d1b18e975512e60adf522d0b9505e1001541bbdd4f283a34fb5a531dc
SHA1: 928dfe3c16c93526adc0c6255944773db928e5b5
MD5sum: 03c2e8dfa3de09c5fe00a131bd77209c
Description: database partitioning system for PostgreSQL 12
 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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: postgresql-12-plproxy (= 2.10.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-12-plproxy-dbgsym_2.10.0-7.pgdg+1_arm64.deb
Size: 112084
SHA256: de589bb614ad7f543303d72bcf63236bb26fe5623df82724b7400ed1470ba6a7
SHA1: 5e2f441a4f3db7467e4cce37c4401192f86d902f
MD5sum: 8d45a5a1a5933fa3de5736e840298919
Description: debug symbols for postgresql-12-plproxy
Build-Ids: 6f472d324c72ba923d71a636b0c9bbb52a1b9f79
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-plr
Source: plr
Version: 1:8.4.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 314
Depends: r-base-core (>= 2.10), postgresql-12, libc6 (>= 2.17)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-12-plr_8.4.4-1.pgdg+1_arm64.deb
Size: 156588
SHA256: da963a3f20b78d68027ad3c3c27ff1e68bb93b9b86536e3c8803ae00b1f29d80
SHA1: 19122154b0b256ed446bdf67a8992a02d561e1d7
MD5sum: 9e2f02d7326e6a694ad2e17a5e290bda
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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-plr-dbgsym
Source: plr
Version: 1:8.4.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-12-plr (= 1:8.4.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-12-plr-dbgsym_8.4.4-1.pgdg+1_arm64.deb
Size: 124260
SHA256: 3b5db64a8995676f30aca8025e6b9c686abaaa617eb0e210b609adf90324a9ce
SHA1: 36e45eb61c47282fecffc995c06dd3c07a79e4cd
MD5sum: 89d987453d3968df9dac60d3e897386b
Description: debug symbols for postgresql-12-plr
Build-Ids: 458d91864dd07255861bc7c1128b1f2102d94d2f
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-plsh
Source: postgresql-plsh
Version: 1.20200522-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: libc6 (>= 2.17), postgresql-12
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-12-plsh_1.20200522-4.pgdg+1_arm64.deb
Size: 33172
SHA256: a52d6b5c62a2be5b39c1fe912791b9b2a24f5a1f61981b2a83eb2d9819633498
SHA1: c1bc2d3773d1d45b13453d768bc62d2e6c5c30b2
MD5sum: 3be747dba2ab067a064eb66b9aaf1d0b
Description: PL/sh procedural language for PostgreSQL 12
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in a shell of his choice.  You need this package
 if you have any PostgreSQL 12 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20200522-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-12-plsh (= 1.20200522-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-12-plsh-dbgsym_1.20200522-4.pgdg+1_arm64.deb
Size: 40688
SHA256: 56b4dc3b8639e8b7e07acd89df56b4e330d7c208cc5fa593665880ea8d0a69c3
SHA1: 1980cbfd43fcbe103ab3b3999a215f43bc77f7ed
MD5sum: a49a2a2a9acbbcefe63bd89ac4c95369
Description: debug symbols for postgresql-12-plsh
Build-Ids: afb014f394234096f56922460ca962fac68d9afa
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-pointcloud
Source: pgpointcloud
Version: 1.2.1-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 374
Depends: postgresql-12, libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-12-pointcloud_1.2.1-8.pgdg+1_arm64.deb
Size: 110296
SHA256: fc3a889b8a04a082029bf296e9cfc5655f0e98c5d60f49e7832eef449ca6ba86
SHA1: 35f2c640170852674264124a9d085042892c71e1
MD5sum: 5d6c664f27f22708d8006b286a6c1827
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.1-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: postgresql-12-pointcloud (= 1.2.1-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-12-pointcloud-dbgsym_1.2.1-8.pgdg+1_arm64.deb
Size: 161428
SHA256: 82e35c87638c896b15df40ba4fa8854a2f481577640d8909139c15529b37b30f
SHA1: e76545932ba764d79627f0e99ba2a6efa138a0f6
MD5sum: af840ab3cca3b6be030b9ded001a2197
Description: debug symbols for postgresql-12-pointcloud
Build-Ids: fd0698253120b9c4200c5454e5eae9a7ab000384
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-powa
Source: powa-archivist
Version: 4.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1048
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-12-powa_4.1.2-2.pgdg+1_arm64.deb
Size: 55592
SHA256: 567efbc78e2b22e8e919998c2020809ca6fb606c1b4e08f5173997096ae68217
SHA1: d9f6876a9171e06db20b4130fb1ff5eab57dcab8
MD5sum: 90df3f19917a654aa1b4d475b22e930b
Description: PostgreSQL Workload Analyzer -- PostgreSQL 12 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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-powa-dbgsym
Source: powa-archivist
Version: 4.1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-12-powa (= 4.1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-12-powa-dbgsym_4.1.2-2.pgdg+1_arm64.deb
Size: 34752
SHA256: d89593512ff452afe0ba10967c06a1262fa5df76f2c78d53cbd60c29acceb2a4
SHA1: a5863c6a785bb0c1074e09e50d2ba3c841888eeb
MD5sum: abfa004e4082ac03fb2b3602ebf32843
Description: debug symbols for postgresql-12-powa
Build-Ids: 339b8146dc126617d4d857b30eb9cf1d342446d8
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-prefix
Source: prefix
Version: 1.2.9-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 123
Depends: libc6 (>= 2.17), postgresql-12
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-12-prefix_1.2.9-4.pgdg+1_arm64.deb
Size: 46220
SHA256: cdb7f3023ccb9535023d098ae17454f357c463bea54080306dcbfcb8caf47697
SHA1: 821a407de486ae4fec9769ac5baccbb7aa98ad4a
MD5sum: fa40991ea014deb889c51b51947cd24e
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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-prefix-dbgsym
Source: prefix
Version: 1.2.9-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-12-prefix (= 1.2.9-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-12-prefix-dbgsym_1.2.9-4.pgdg+1_arm64.deb
Size: 43752
SHA256: beabfdb3956c022eeda5de8745fe17c54af083ff8cc70d362deceb03fa38337e
SHA1: 303772eaba271fafde9f70332e4d321842d25882
MD5sum: d778b0701e31d1ffa0fb25d31e281946
Description: debug symbols for postgresql-12-prefix
Build-Ids: b90d9161d820af8809aad810579c0e00ddf28a0d
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-preprepare
Source: preprepare
Version: 0.9-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: libc6 (>= 2.17), postgresql-12
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-12-preprepare_0.9-6.pgdg+1_arm64.deb
Size: 18900
SHA256: 735d330d7568ea82eb47af0895640d946ee8a7314c99f8b4872b429f8a7b6d6a
SHA1: b0f20e737faad91687e8268598f0a98566ef8e88
MD5sum: 0e2c830a0d05196b7e3414f96b71223b
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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-preprepare-dbgsym
Source: preprepare
Version: 0.9-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-12-preprepare (= 0.9-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-12-preprepare-dbgsym_0.9-6.pgdg+1_arm64.deb
Size: 16876
SHA256: ad77093addbfdd1755013636660f488615e0e8b947755322a2d0074751f6cbd5
SHA1: 7d0176c18010ab8dab76b2c30d65d0ad52b82596
MD5sum: 4da9cf7af842d4f0310b9a9015a25276
Description: debug symbols for postgresql-12-preprepare
Build-Ids: 6fd4a905b4d06ce8984d9256120cd13b970e8aa8
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-prioritize
Source: postgresql-prioritize
Version: 1.0.4-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: libc6 (>= 2.17), postgresql-12
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-12-prioritize_1.0.4-9.pgdg+1_arm64.deb
Size: 12816
SHA256: 2afce8a169b3111f4961980df1c347f6450d930dc77ca6809ad2aa759a986e71
SHA1: 879b6439dd813680b7dcfb364cb135b9ac43dc2a
MD5sum: 637638d197789fc65e40e4d3898da77c
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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27
Depends: postgresql-12-prioritize (= 1.0.4-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-12-prioritize-dbgsym_1.0.4-9.pgdg+1_arm64.deb
Size: 12764
SHA256: 4cd7647eda7f4f4a669bdb00bf2a2fce93219e9274cec5981d2e53386e20e68b
SHA1: 7beff5cee78c84a3220f7db72f073f92a9d55b59
MD5sum: fafc7baf07b1bfa2204d57a1cade3856
Description: debug symbols for postgresql-12-prioritize
Build-Ids: 72b55d16668b2f979671adaeeaffddc23515304b
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-q3c
Source: postgresql-q3c
Version: 2.0.0-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3383
Depends: postgresql-12, libc6 (>= 2.29)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-12-q3c_2.0.0-6.pgdg+1_arm64.deb
Size: 149332
SHA256: da7b23d9bf8775a25e7defc13ce06d9b8a06da720321c0a14e30725dc6ff4c1d
SHA1: 16ac3f8b1719134ca9cf78905cb7483be2cef81c
MD5sum: f587bb02d5ec432b8da7f82f644bb2b8
Description: PostgreSQL 12 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.0-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-12-q3c (= 2.0.0-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-12-q3c-dbgsym_2.0.0-6.pgdg+1_arm64.deb
Size: 88516
SHA256: 96f825c45cae9b3a20d7ac0179c4f67b39c0ef85914681bbb42e643cf2c2f359
SHA1: bfbec71be0fec074d66777bf8dca89ea2a4293ad
MD5sum: e9f3df4c3880357e75961e547e52629e
Description: debug symbols for postgresql-12-q3c
Build-Ids: 495120c81c05565c058619b0c4024539f73f3e19
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-repmgr
Source: repmgr
Version: 5.2.1-2.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 994
Depends: postgresql-12, repmgr-common (>= 5.2.1-2.pgdg+1), libc6 (>= 2.17), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-12-repmgr_5.2.1-2.pgdg+1_arm64.deb
Size: 227996
SHA256: d327695438922b72d1005a167bb59f27b3be0a50f72214a63dde7fd5e795c40d
SHA1: c025bd4f6157156247a1e2a24cc22873b0be158e
MD5sum: 2829a12804210d8ef5bbf6e532bf868c
Description: replication manager for PostgreSQL 12
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 12.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-repmgr-dbgsym
Source: repmgr
Version: 5.2.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 717
Depends: postgresql-12-repmgr (= 5.2.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-12-repmgr-dbgsym_5.2.1-2.pgdg+1_arm64.deb
Size: 653008
SHA256: 3357d94c2036e2987677d8975e5f95ee16de919855d998c4185a8928e7ec02c7
SHA1: fce06abf589f51da41e5f6cb1fe63aca6ef7fd3d
MD5sum: 409c8bd76c80ac377aca3c2bbab0c449
Description: debug symbols for postgresql-12-repmgr
Build-Ids: 22f05adb84b9e872521bc9d22cc838488641e4aa 3aefd15d9935ad94f5860a74e2315bfdc517a891 db3e155c5e9e9698387043540124ff0e9165df1d
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-rum
Source: postgresql-rum
Version: 1.3.8-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 929
Depends: postgresql-12, libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-12-rum_1.3.8-2.pgdg+1_arm64.deb
Size: 347904
SHA256: 7d203abd6ba30fc0ce8d5a233b65353e7eb4642cbaffbc40ceff3b0136bcca93
SHA1: 21871514c40e2b539180a53f2b80b3c52ce8cf7f
MD5sum: 854c7460574710ace57bd85960372a27
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-rum-dbgsym
Source: postgresql-rum
Version: 1.3.8-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 314
Depends: postgresql-12-rum (= 1.3.8-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-12-rum-dbgsym_1.3.8-2.pgdg+1_arm64.deb
Size: 277176
SHA256: c5df1e4917eb96b661710d06d85821c3b54234bd87dd2b88dad3d41521186734
SHA1: ce75f419c0c15c679d04e663dd69119b9b12da4c
MD5sum: 5490df4d0441f5310f9a58d5c65cc2dd
Description: debug symbols for postgresql-12-rum
Build-Ids: dc7e12a7f6152d88e6b5a1528d03cb49f6869369
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-slony1-2
Source: slony1-2
Version: 2.2.10-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-12, libc6 (>= 2.17)
Suggests: slony1-2-bin
Conflicts: postgresql-12-slony1
Provides: postgresql-12-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-12-slony1-2_2.2.10-2.pgdg+1_arm64.deb
Size: 22036
SHA256: ddd857ab87b87883e81c18e7420c6afbb14dcc5ad003c0ee5357745309cda0a5
SHA1: e67786068afc726610cc145a2d69a0abe830ab0e
MD5sum: e42ffe540f9aa4007969dc10f0f63958
Description: replication system for PostgreSQL: PostgreSQL 12 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
 12 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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-12-slony1-2 (= 2.2.10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-12-slony1-2-dbgsym_2.2.10-2.pgdg+1_arm64.deb
Size: 59900
SHA256: 8cfcb1ea57ad09963d44cd4c493c842df3c877e4cace99231f294df6dcccadef
SHA1: b7be942e44e06880e985a279b7f80466dcb05282
MD5sum: b034b619205b79575f2e7daa014d2f34
Description: debug symbols for postgresql-12-slony1-2
Build-Ids: 463683709ac59d36284598f44e42988a94730790
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-tds-fdw
Source: tds-fdw
Version: 2.0.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 276
Depends: postgresql-12, libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-12-tds-fdw_2.0.2-3.pgdg+1_arm64.deb
Size: 124228
SHA256: c9825ad1c6a7e1571ecbf12d6f9044b392e0dc6816523d5e2ccbc4ae1aed2aea
SHA1: 9e13878cee706a52216116cd4564d5e101f120d4
MD5sum: 4357d9d2c5d3a50796226ab60561f199
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-12-tds-fdw (= 2.0.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-12-tds-fdw-dbgsym_2.0.2-3.pgdg+1_arm64.deb
Size: 127064
SHA256: bf74e9c05239a035124e2398970a74d003542235188a53c05feef1b4a151a1bf
SHA1: f7eceeee9a06bcf801c4c1c80d119c2f3d9ae29e
MD5sum: b837c6341cbfb6bc8869f6d2cce94a68
Description: debug symbols for postgresql-12-tds-fdw
Build-Ids: 9f8f66535c09febe26f168a69742bcd115825ced
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-toastinfo
Source: toastinfo
Version: 1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/credativ/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-12-toastinfo_1.4-2.pgdg+1_arm64.deb
Size: 13032
SHA256: d07273f02f382a08e10624064d5d9aa62c16a20ef76374dbabfcdc3087e1f4b8
SHA1: e6a0d2c581c84fef9daba80a9c17ea471665f32d
MD5sum: 283e81cd38abad551ef2f0298ba3d912
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-toastinfo-dbgsym
Source: toastinfo
Version: 1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-12-toastinfo (= 1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-12-toastinfo-dbgsym_1.4-2.pgdg+1_arm64.deb
Size: 11024
SHA256: 99ad6f1f6d64934bf4972ca5853d6d8d7573368603637bc952ab4c79052c14a0
SHA1: 29958069e8ee37afee3aa7b7307ea168d1cdb40d
MD5sum: 3094131b38aa30bb84a074ce6f81f5c6
Description: debug symbols for postgresql-12-toastinfo
Build-Ids: 9b29aeee2abc5595df788b725e3bebb0fe33b402
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-unit-dbgsym
Source: postgresql-unit
Version: 7.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 78
Depends: postgresql-12-unit (= 7.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-12-unit-dbgsym_7.4-2.pgdg+1_arm64.deb
Size: 56336
SHA256: 8ec9fe45e90e6f1b944f8735128b675445fe250c2e949f0178332f87f4069046
SHA1: 25c35b4ba23056e4bda67c9654c87d3b0abb0257
MD5sum: c7b3c97e53c08321f6b00ff2d90dafcb
Description: debug symbols for postgresql-12-unit
Build-Ids: 06beb329b20e0701bf5ef4e56588d713122fd5dc
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-wal2json
Source: wal2json
Version: 2.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-12-wal2json_2.4-2.pgdg+1_arm64.deb
Size: 60880
SHA256: 41d7a081cd409664d5c93532d60ae52ed210796e666d932c0fd854817f1ae721
SHA1: 043705b54cfda56badbf93fdb7b36c7e5e08956c
MD5sum: b43d1ec60a3c8121aa16875add268f09
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-12-wal2json-dbgsym
Source: wal2json
Version: 2.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-12-wal2json (= 2.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-12-wal2json-dbgsym_2.4-2.pgdg+1_arm64.deb
Size: 58040
SHA256: ec938cfe78981055eee44c49ac24027c4e9ea32d1ffc1300e3bbfe02bc40f6a0
SHA1: 9ea4a4294c62f8819d4a9c2450660be4847bcbac
MD5sum: e77c671baf915aeef7ea6808d91f1503
Description: debug symbols for postgresql-12-wal2json
Build-Ids: bb6cf8d4584e0022278024e30343191446b1f98f
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-asn1oid
Source: pgsql-asn1oid
Version: 1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: libc6 (>= 2.17), postgresql-13
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-13-asn1oid_1.4-2.pgdg+1_arm64.deb
Size: 13504
SHA256: e0d945a068d6b7d29cd2cdb3956ad71d05d3720e6ac280368149c9dbb1030aa9
SHA1: 1048f6091a695c22e0ea115dff3865649ae3cd42
MD5sum: 47d4bdcf647201708f12b0458c36b52a
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 13.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-13-asn1oid (= 1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-13-asn1oid-dbgsym_1.4-2.pgdg+1_arm64.deb
Size: 8928
SHA256: 7bd2a4cfa9616313462645e12ff4a7c9dd4d8578fc471319aacdd29d943a159a
SHA1: 5d238dac9f7da896f63f2db371487a80266cf47d
MD5sum: 34d80975c66c016b53694650bf159ce7
Description: debug symbols for postgresql-13-asn1oid
Build-Ids: 99cfaaa695059d54167110e008ee92f0f1a10fd2
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-debversion
Source: postgresql-debversion
Version: 1.1.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.17), postgresql-13
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-13-debversion_1.1.1-5.pgdg+1_arm64.deb
Size: 16148
SHA256: 43b133ded7105243959433fc6ff39bb5a766e05873b3d8946a27ae550fb9e284
SHA1: c907e9e51d596c8d523565400e91392f57270ea3
MD5sum: 603233dac3c7bdf8a6c8f594a7c553db
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()
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: postgresql-13-debversion (= 1.1.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-13-debversion-dbgsym_1.1.1-5.pgdg+1_arm64.deb
Size: 18588
SHA256: b99b24a2651a753a57a094739d5d2d7561c8668b51a10abe1fc218bb55678b59
SHA1: 313fe55a627c40b7fa3f86b6fdd0dd11c16af234
MD5sum: ea4e25cc3b5eec0a92e5c13a86b176d0
Description: debug symbols for postgresql-13-debversion
Build-Ids: 287042914e7d181f79eace9a221bec34ea49129a
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-hll
Source: postgresql-hll
Version: 2.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 291
Depends: libc6 (>= 2.17), postgresql-13
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-13-hll_2.16-1.pgdg+1_arm64.deb
Size: 84184
SHA256: 2a4efc29f7a5e05b01f1fe420030dfaab514caefd11eaf99a2a8810d91c38f00
SHA1: 00af949aa343cf9cc417605ce6a1f56b1611513c
MD5sum: 0f656bead4135a6c07d1b85c16dba125
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-hll-dbgsym
Source: postgresql-hll
Version: 2.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-13-hll (= 2.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-13-hll-dbgsym_2.16-1.pgdg+1_arm64.deb
Size: 89352
SHA256: 8b6734adff5ae27c2370fd36ff738bf2b58d588f103731117d1107bc2855c3e6
SHA1: 596528a4d7921dfc8033eb58427f563bd338f353
MD5sum: a4b48c803a51647445f6fefbe6e886e8
Description: debug symbols for postgresql-13-hll
Build-Ids: 66935eceea6ecff7f10087742bb73251295a74db
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.6.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-13-mysql-fdw_2.6.1-2.pgdg+1_arm64.deb
Size: 119704
SHA256: ddfb1238f8e52b61b5867181a73a87d395f8e5a807eeec8dda112a8769dcb9ff
SHA1: 1839731530714ee9cb9c2f2ed9c5731c3137c7df
MD5sum: 6409cefeab427959ed98f3a98f394796
Description: Postgres 13 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 13.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.6.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: postgresql-13-mysql-fdw (= 2.6.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-13-mysql-fdw-dbgsym_2.6.1-2.pgdg+1_arm64.deb
Size: 141428
SHA256: b33a9a43a509108fd8cbf1976f6e961b4349e7093da3a8637a76ec21b844d2b7
SHA1: 54ece8b8ac04270c36bff2bcd650919eb0a82ad4
MD5sum: 56dd21cd3fbbed44eb35e529ec81c500
Description: debug symbols for postgresql-13-mysql-fdw
Build-Ids: f6f48a41a2a6948e5f8265c4b92a9c5434fef126
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-numeral
Source: postgresql-numeral
Version: 1.3-4.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 268
Depends: libc6 (>= 2.17), postgresql-13
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-13-numeral_1.3-4.pgdg+1_arm64.deb
Size: 80420
SHA256: 3db740c56f3c5437f22673aedf3286f4ccb1a329233ce736cd51a68dbf71ea80
SHA1: 7e678951d0982cc26201818e559cbc4a87ca2cf2
MD5sum: 7510d127ed99a46b618775ebee352dbb
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 62
Depends: postgresql-13-numeral (= 1.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-13-numeral-dbgsym_1.3-4.pgdg+1_arm64.deb
Size: 40636
SHA256: 85cd0712d2639be8d2df60dc9bc999ee083e1068d0d6fa4a9b70c296de983f94
SHA1: b429349283872963a7fcda9eb4ce3ec711dcd6b9
MD5sum: 638a29c28face28cc61dacd738fcb522
Description: debug symbols for postgresql-13-numeral
Build-Ids: fa5507aafe646e3bc720490561e2a5091b6e0388
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-pg-fact-loader
Source: pg-fact-loader
Version: 1.6.0-5.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 671
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-13-pg-fact-loader_1.6.0-5.pgdg+1_arm64.deb
Size: 50328
SHA256: 134fc272b1a38fc5a0c8168ee25cdd31b0efc6ab7e2f9ccac9496015815a988f
SHA1: 61b248dc2fd00dcb388da16e0232b6e9958da5c0
MD5sum: cfa8b3c0d4031b27001e6d37a14d4077
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 13.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.6.0-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 29
Depends: postgresql-13-pg-fact-loader (= 1.6.0-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-13-pg-fact-loader-dbgsym_1.6.0-5.pgdg+1_arm64.deb
Size: 14068
SHA256: 36bc304d0a9b170fe8d3be2d5f245295fdaf88f9efdb3a559e5fca1bd2267f32
SHA1: 646a9ed742b684d7e192594e7c2b7878936b2bb3
MD5sum: 7b121e9e3a6f349baa962f4616cbda14
Description: debug symbols for postgresql-13-pg-fact-loader
Build-Ids: 755563fe058661eaa114357ab93dcd9a7bc55776
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.1.0-2.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 1639
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-13-pgl-ddl-deploy_2.1.0-2.pgdg+1_arm64.deb
Size: 40612
SHA256: 7d4918aebb313aa698989d4d9089158cc0e5563c096896f777221e1ea41cdb8d
SHA1: cf6c1cb36647da90139d49c7ebe593f709ade05e
MD5sum: 10a11991b271bfb4da4e61d5661c9705
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 13.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.1.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 44
Depends: postgresql-13-pgl-ddl-deploy (= 2.1.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-13-pgl-ddl-deploy-dbgsym_2.1.0-2.pgdg+1_arm64.deb
Size: 19052
SHA256: 0c6267e17ec7fa0459249f4f172cd908c1fa59ef7a9e03f6da44cd33aa0ef477
SHA1: a3743117fda193c60364ffbb7710a4b6b87eaf04
MD5sum: 13f3ca6c38736ca162a09b8ff40b8ad8
Description: debug symbols for postgresql-13-pgl-ddl-deploy
Build-Ids: 87fb8dbcf5bc6f6083acc5f37cda511aa1231701 adb4ac21cb11670436a9d4640ff9db3fdc33ed5f
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-pglogical
Source: pglogical
Version: 2.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1210
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-13
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-13-pglogical_2.4.0-1.pgdg+1_arm64.deb
Size: 441912
SHA256: 78486a7fb4653c86ca623a52676ad2252ce0f8a423e8e7e4598573eeb36e8ece
SHA1: 8fa2039dd687c8aec946c5a58d87751900a580d0
MD5sum: af1e31dbb23b16bcf667be9d10288949
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-pglogical-dbgsym
Source: pglogical
Version: 2.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 494
Depends: postgresql-13-pglogical (= 2.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-13-pglogical-dbgsym_2.4.0-1.pgdg+1_arm64.deb
Size: 425132
SHA256: de60010cf785610e9e4b2ece398562c416b5c720ca33e91edd8632503f871722
SHA1: f45822c3634ec38b13f86cd3fb20abbec03e757a
MD5sum: 570a270da856c80369ff0b90884fa511
Description: debug symbols for postgresql-13-pglogical
Build-Ids: 03627995570624348205604b005159699c59a62d 71e65f0a38f306c93f0af38d94b3543b23f19ae6 b1342cbbb88f712e148464a4fa35564d66f30600
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-4.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 135
Depends: postgresql-13, postgresql-13-pglogical, libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-13-pglogical-ticker_1.4.1-4.pgdg+1_arm64.deb
Size: 20976
SHA256: 04805867f8c24aff64f56684487ed2e72875a927f390de96b754744a3dbb6087
SHA1: 91427ac99e2e6148a45a35adb55b4dc31dcfbf08
MD5sum: ab22980a146c638cb1ead3ae5efb3552
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 13.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 30
Depends: postgresql-13-pglogical-ticker (= 1.4.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-13-pglogical-ticker-dbgsym_1.4.1-4.pgdg+1_arm64.deb
Size: 15216
SHA256: be984d332b9bb57caf4751ec9746420850f942eedda1e95020c200665db5c3ab
SHA1: 10b4aef05798d5b363857d32c08fa53d07f9e4ce
MD5sum: d91d2d3d4320b12bddd9646ee4b294cd
Description: debug symbols for postgresql-13-pglogical-ticker
Build-Ids: ba203e8d7467169f10c5e0b2cfbe22d737c7a7c1
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-pgmp
Source: postgresql-pgmp
Version: 1.0.4-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 386
Depends: postgresql-13, libc6 (>= 2.17), libgmp10 (>= 2:6.2.1+dfsg)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-13-pgmp_1.0.4-4.pgdg+1_arm64.deb
Size: 108872
SHA256: 24c6b284c17373ba7680865fe72aecc32a35b2dddceed9589444b21797440e24
SHA1: db15ef02a96cf295e2d4412398dcc866c4d14774
MD5sum: 713bb3c769966077473d5dc713c6eace
Description: arbitrary precision integers and rationals for PostgreSQL 13
 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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.4-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-13-pgmp (= 1.0.4-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-13-pgmp-dbgsym_1.0.4-4.pgdg+1_arm64.deb
Size: 64844
SHA256: a3d2bc083815c10c31b31be4a86ea03a8204561e0583b10df443c5b4ddc51f2b
SHA1: 286416fd9fda6608a43b14512058f903bcf0ee3c
MD5sum: 52ea6ca013a1507546e5828732c4daef
Description: debug symbols for postgresql-13-pgmp
Build-Ids: 83ef9d2e8a8e5f3e1e4f6378f0164bc8c5a62752
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-pgpcre
Source: pgpcre
Version: 0.20190509-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-13, libc6 (>= 2.17), libpcre3
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-13-pgpcre_0.20190509-3.pgdg+1_arm64.deb
Size: 19012
SHA256: 34fb13c42abca979b5cdbe3fe8eaa8feb0d19f7d1d1f0ba6e32f6df42c831f9b
SHA1: 046f48eae0afffcf9441ef100aa987233a142aff
MD5sum: a6fc03e9eef8c94e76a2cf298c26bfb4
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-13-pgpcre (= 0.20190509-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-13-pgpcre-dbgsym_0.20190509-3.pgdg+1_arm64.deb
Size: 15836
SHA256: 2d3fc5c54bdd84305faf63b301a8b7921b43eb2b749bf451605159005c8f04e9
SHA1: 5f55816d558d16c75954688f74a2586e15388457
MD5sum: 707aeeff2345b289b309856e1d29997b
Description: debug symbols for postgresql-13-pgpcre
Build-Ids: 7bf138fb2e1051c6da5c19f26057a0d9df708325
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-pgq-node
Source: pgq-node
Version: 3.4-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 470
Depends: postgresql-13, postgresql-13-pgq3
Replaces: postgresql-13-pgq3 (<= 3.2.6-5)
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-13-pgq-node_3.4-5.pgdg+1_all.deb
Size: 12560
SHA256: 251ecc4366680b3db86d18a983847ce68f3b5475781d41e3dfd483055fdb6824
SHA1: 36dd404bf0eb78ca78ffce9c11567c0b332cd167
MD5sum: 1a9fb0f72c25a6577e5e1d6ec5b8c927
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-pllua
Source: postgresql-pllua
Version: 1:2.0.10-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 951
Depends: postgresql-13, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-13-pllua_2.0.10-2.pgdg+1_arm64.deb
Size: 389060
SHA256: ad7f18f1fd98a4021d3b1594609b822daa8a9d8d952680ef8c514be49ca3fc8b
SHA1: 7978a3ce10d403f58a0ca9630c033a8cc0c85624
MD5sum: bea2c1a299f7a8424ecd9aa7dcb9a77c
Description: Lua procedural language for PostgreSQL 13
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 364
Depends: postgresql-13-pllua (= 1:2.0.10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-13-pllua-dbgsym_2.0.10-2.pgdg+1_arm64.deb
Size: 317720
SHA256: b3bfa6e1b1bc59905720db37cba7e7d463eeabb139b7eeed07314577bb75ccf0
SHA1: 6190fb2d1afb34f519836cbf61a1b4bebbe84063
MD5sum: 57c5faea5efe9cff8215a24ebaa5b436
Description: debug symbols for postgresql-13-pllua
Build-Ids: 43406efa1101bb07588341498c5302ac138f6e94 a001634350b2505de76a37487aa25396529f04b5
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-plproxy
Source: postgresql-plproxy
Version: 2.10.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 332
Depends: postgresql-13, libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-13-plproxy_2.10.0-7.pgdg+1_arm64.deb
Size: 151028
SHA256: e70ba1f9bfa8ec442efaa52f079feecbd835ff7f74c8baa16f4a7c5a550b33f2
SHA1: fe9b34185bc401cb779e29af0f6ebd665b3c2f6e
MD5sum: 48a9e3f65ee8f54ea0e3ce36d575ccec
Description: database partitioning system for PostgreSQL 13
 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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-13-plproxy (= 2.10.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-13-plproxy-dbgsym_2.10.0-7.pgdg+1_arm64.deb
Size: 113656
SHA256: e3a0c9b50e7241b7daf14f9c9e4cff962161de5d0a95723003070dbf2daeb812
SHA1: 2a3646c8b920145d916b264a4609dcca37f54076
MD5sum: dec7f9197fbd269401b8b75a4984bc95
Description: debug symbols for postgresql-13-plproxy
Build-Ids: aa89c3a3f4883886e17a8ffed6e60dfd26fd915c
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-plr
Source: plr
Version: 1:8.4.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 318
Depends: r-base-core (>= 2.10), postgresql-13, libc6 (>= 2.17)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-13-plr_8.4.4-1.pgdg+1_arm64.deb
Size: 157456
SHA256: 2953414043b7be500661fb947085b8d53dca1cd2ef23d8357e3838847ffcca10
SHA1: 8883c30795d0f68aa6f623b32484d63d962445cd
MD5sum: dd5d58348486981f40c6e6f8f1b30840
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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-plr-dbgsym
Source: plr
Version: 1:8.4.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-13-plr (= 1:8.4.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-13-plr-dbgsym_8.4.4-1.pgdg+1_arm64.deb
Size: 128140
SHA256: dd5c350a48433367b7a3f8c67e556a6662a75519c6847764da5d3ee0b973c57c
SHA1: 3314775c6370cf4dc558e280233dc75c5447175c
MD5sum: 1a445f6ad84c5173566c854497ee9940
Description: debug symbols for postgresql-13-plr
Build-Ids: 55a0f24c65f4d0bfc9b65d64ce0f249ec9120a43
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-plsh
Source: postgresql-plsh
Version: 1.20200522-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: libc6 (>= 2.17), postgresql-13
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-13-plsh_1.20200522-4.pgdg+1_arm64.deb
Size: 33352
SHA256: 463e2676f749b9623276dbb2232a80c81040c4b207699cbfb4769207b13e0984
SHA1: e91367c1e5bc9b303612e3bb652479f0bbce95cc
MD5sum: f84f48168e7efde532660a7ade503f11
Description: PL/sh procedural language for PostgreSQL 13
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in a shell of his choice.  You need this package
 if you have any PostgreSQL 13 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20200522-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-13-plsh (= 1.20200522-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-13-plsh-dbgsym_1.20200522-4.pgdg+1_arm64.deb
Size: 43740
SHA256: 1a02329448a7eef8ad9620be15512f86c9e923b74814db100a6c5884ea49c8e9
SHA1: be856fb3cc6d6c781fe03f6afe01429d0216ac14
MD5sum: 255326aae240a506ad4353c71214f840
Description: debug symbols for postgresql-13-plsh
Build-Ids: 56c8b63f62311505b9da0afc1a9f0b8decbff11d
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-pointcloud
Source: pgpointcloud
Version: 1.2.1-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 373
Depends: postgresql-13, libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-13-pointcloud_1.2.1-8.pgdg+1_arm64.deb
Size: 110240
SHA256: ed1c6ba5e9806fe4cb5e0ecbb5ea9ff51328c770eb4c2a01387d718d61699b94
SHA1: 37dea1af9e410c0c83ab3a3b5747e531e0331d98
MD5sum: 53e9b40b9f8aea0256f36af63a54f489
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.1-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: postgresql-13-pointcloud (= 1.2.1-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-13-pointcloud-dbgsym_1.2.1-8.pgdg+1_arm64.deb
Size: 156704
SHA256: 18781520bfd1e7bda899faaf976ae2fdbedd65b75dfd2f781532e21125b98b80
SHA1: 8c698db9220fc46098fee94440bacff2a0d4c4b6
MD5sum: 531ae2c5a535881bdb40a824eec8be99
Description: debug symbols for postgresql-13-pointcloud
Build-Ids: 1f653bbb1b122a95c98e439a45ef41b5e8429e90
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-powa
Source: powa-archivist
Version: 4.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1048
Depends: libc6 (>= 2.17), postgresql-13
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-13-powa_4.1.2-2.pgdg+1_arm64.deb
Size: 55320
SHA256: 32e400e72702d5819a0d016d5890f27ae84fadeafc5461d01b787196e78399e3
SHA1: 2f5d8cfcd0441edb5c2a0d26eda06af749be4af9
MD5sum: 0efaf999f0675665fb176b5a05d86517
Description: PostgreSQL Workload Analyzer -- PostgreSQL 13 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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-powa-dbgsym
Source: powa-archivist
Version: 4.1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-13-powa (= 4.1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-13-powa-dbgsym_4.1.2-2.pgdg+1_arm64.deb
Size: 31952
SHA256: 279001ec93b1650fa929920108eb74acb7b1352c0bdf57a6995f46fc00dc9648
SHA1: ceb25997b059c5bb980dabf321f85e4ec1c81850
MD5sum: db0133e1ff1d2dc6549cb23b0a10fc8a
Description: debug symbols for postgresql-13-powa
Build-Ids: 00bd056e07ea2539ca4fe4194aadff017cacf2d2
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-prefix
Source: prefix
Version: 1.2.9-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 123
Depends: libc6 (>= 2.17), postgresql-13
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-13-prefix_1.2.9-4.pgdg+1_arm64.deb
Size: 46144
SHA256: 7b5533cf18754860d9b9b13ce63b4730f2023ee87c96f018fab3d9bacc95efd8
SHA1: b6302f5d90ac1805d2ecbe84fe227c79402b6039
MD5sum: 09bd70c978b76d78ab365a48528eddb0
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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-prefix-dbgsym
Source: prefix
Version: 1.2.9-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-13-prefix (= 1.2.9-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-13-prefix-dbgsym_1.2.9-4.pgdg+1_arm64.deb
Size: 43732
SHA256: 5ae6140916902de6300abe351125bfb34f7e6a062ad86f1ff686dd4e4a5bf076
SHA1: d9f2632cb59ae12583e504a133b4664ed18c2ce1
MD5sum: 5803753da1ba812cdcf1107421720a16
Description: debug symbols for postgresql-13-prefix
Build-Ids: b66cd4c5afeedc042f269eb765225c125bd57741
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-preprepare
Source: preprepare
Version: 0.9-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: libc6 (>= 2.17), postgresql-13
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-13-preprepare_0.9-6.pgdg+1_arm64.deb
Size: 19000
SHA256: 1d598cfb2bc6521ac723e80ce545c35b09afba6c3d05dc7e6783de11b1f2680b
SHA1: 35ba2f5d14ee10219a1f5de4fa589300b27a25a2
MD5sum: 2b101e1c74796518c29940c826efd811
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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-preprepare-dbgsym
Source: preprepare
Version: 0.9-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-13-preprepare (= 0.9-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-13-preprepare-dbgsym_0.9-6.pgdg+1_arm64.deb
Size: 17040
SHA256: 861f564ec5bd3f115c65a3662c27e0db597f2237a8b427e7882e1462a5b76055
SHA1: 7663049239b47a4d773a97ba989bd190c0fdb0e1
MD5sum: c6272cfd1610b3a89815732165246dfa
Description: debug symbols for postgresql-13-preprepare
Build-Ids: c0cfa3d96108afd610392f65923bbc3b343fd210
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-prioritize
Source: postgresql-prioritize
Version: 1.0.4-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: libc6 (>= 2.17), postgresql-13
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-13-prioritize_1.0.4-9.pgdg+1_arm64.deb
Size: 12820
SHA256: a84966c3c3421f26c100d1e6de258e629ba7a505df1d1bac655c5fa7d28e9b07
SHA1: 85967ec60d8832a0d7554fbc08f8bab451754d60
MD5sum: 488cb36da546985c8eaee6ccef3cd094
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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27
Depends: postgresql-13-prioritize (= 1.0.4-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-13-prioritize-dbgsym_1.0.4-9.pgdg+1_arm64.deb
Size: 12868
SHA256: f44e4bbdd915dc7018ea883d6c7d91e38bd760ce6c3c252ac56137ec757846d7
SHA1: 260a5a9af3ca7159d9b7bffe980a68fccefe11de
MD5sum: f256e2a9d675ad010d87297f00155129
Description: debug symbols for postgresql-13-prioritize
Build-Ids: 2251c216d11c2b19c3bdcbfbc0f054a79e1f0f41
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-q3c
Source: postgresql-q3c
Version: 2.0.0-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3383
Depends: postgresql-13, libc6 (>= 2.29)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-13-q3c_2.0.0-6.pgdg+1_arm64.deb
Size: 136604
SHA256: 1cd7c10901127f29cd0ec2cd9112e058b3b468ccbfb074a281c540293a740ef9
SHA1: cb26f3c69fb2b8f0f129e5c8ad6bd086ca735a08
MD5sum: 028a9aab5faaf37fe433fc2a59f5bb85
Description: PostgreSQL 13 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.0-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-13-q3c (= 2.0.0-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-13-q3c-dbgsym_2.0.0-6.pgdg+1_arm64.deb
Size: 87504
SHA256: 8380b90fefa05bb0b6a26a34f5075a0e9bd01ab6a885dba0f4aa114dcc69b967
SHA1: 07f4aa98edc26f602449e94c2ae3b0b1af68158e
MD5sum: 9c5d41c831bd6f9ee7b2f5d43940884b
Description: debug symbols for postgresql-13-q3c
Build-Ids: aa278f2475af369a07be9184a4146806140c4f61
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-repmgr
Source: repmgr
Version: 5.2.1-2.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 994
Depends: postgresql-13, repmgr-common (>= 5.2.1-2.pgdg+1), libc6 (>= 2.17), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-13-repmgr_5.2.1-2.pgdg+1_arm64.deb
Size: 227644
SHA256: 2fe3192fa147d5974aeb2190b46c045760fc3e1665a080e325a45f9ac20f1df3
SHA1: ff8fc1ef1bd6aa31a802088169d2becfc8d16f99
MD5sum: c0ded6dc264aec36651785d88688a47d
Description: replication manager for PostgreSQL 13
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 13.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-repmgr-dbgsym
Source: repmgr
Version: 5.2.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 717
Depends: postgresql-13-repmgr (= 5.2.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-13-repmgr-dbgsym_5.2.1-2.pgdg+1_arm64.deb
Size: 653616
SHA256: b69c722b1319349384942f83f74a92d6514f841c9ed0844b8a05b7ae07d127d9
SHA1: 0ffd6298620057fc567fce895712f82f68593a0b
MD5sum: 4d569e374970bb0e62d7834a6bc9947a
Description: debug symbols for postgresql-13-repmgr
Build-Ids: 5fadd906fdaa9e817f5515da533140fec09de58a 8c412518bfc4b0fdb76a020dd53cc101aa6b7e57 e47b5a5be9e005a2ba3fb4e1a56b87d8d357efd9
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-rum
Source: postgresql-rum
Version: 1.3.8-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 878
Depends: postgresql-13, libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-13-rum_1.3.8-2.pgdg+1_arm64.deb
Size: 341152
SHA256: c7cf6b21f800b267b2ced13b0dac6aea5730775d7bec67c4bd6486c6ac0418a5
SHA1: f88a3a5da4b96ef65c934c26d568994d54655b95
MD5sum: 05e85e9fd20003212d01850abb60bbe4
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-rum-dbgsym
Source: postgresql-rum
Version: 1.3.8-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 312
Depends: postgresql-13-rum (= 1.3.8-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-13-rum-dbgsym_1.3.8-2.pgdg+1_arm64.deb
Size: 274908
SHA256: 734ca74482fe6139f9fa856dd0352c85e3a834bd428723d8176458c13c20448c
SHA1: 012937e057b5ef4be507ede124084393b0295f99
MD5sum: 8bf69375b59f1b8d6910e0d11f94c5ec
Description: debug symbols for postgresql-13-rum
Build-Ids: c530b657794871445f085d4b4966f335d57e78b1
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-slony1-2
Source: slony1-2
Version: 2.2.10-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-13, libc6 (>= 2.17)
Suggests: slony1-2-bin
Conflicts: postgresql-13-slony1
Provides: postgresql-13-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-13-slony1-2_2.2.10-2.pgdg+1_arm64.deb
Size: 22524
SHA256: f4175d380048e4c95b33946f7361ee5243ec0d8275f83026ab2a83ae44864d15
SHA1: 215521e6ac7b17d3a62bce9eb41a5cf41e250698
MD5sum: 0f8854efca63bcc1347d3031fa5f1f0a
Description: replication system for PostgreSQL: PostgreSQL 13 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
 13 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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-13-slony1-2 (= 2.2.10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-13-slony1-2-dbgsym_2.2.10-2.pgdg+1_arm64.deb
Size: 62472
SHA256: 21aa16a0fc59720efc86eb1a8a9a26f38730af2d391d4114409c5af157014267
SHA1: 498fe39070b638aa4203a3432ef1a4e1c6aaa3b9
MD5sum: 6838ee34058db43a023420f495bbf681
Description: debug symbols for postgresql-13-slony1-2
Build-Ids: 14d763df6348cdf3b95d4f679883d0c0499f94e1
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-tds-fdw
Source: tds-fdw
Version: 2.0.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 278
Depends: postgresql-13, libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-13-tds-fdw_2.0.2-3.pgdg+1_arm64.deb
Size: 125768
SHA256: fc6a1fb95c6a97732485838fbf65af5f3c4028686568785a9d7f0f80ee742053
SHA1: 7c69a4536d1a9e1f5db87b72913d4205db0cfc8a
MD5sum: 08a63c9db468cf8e3c660ece0ada5666
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: postgresql-13-tds-fdw (= 2.0.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-13-tds-fdw-dbgsym_2.0.2-3.pgdg+1_arm64.deb
Size: 135564
SHA256: b154acab78d2dc44e81fc2446124d062801aafd05b7bba830cc334c34c1bbad0
SHA1: 7584a1167ca5d4355e089ca92306e5fa5047de23
MD5sum: 974d1f32ffaf40952c95c4886ccfd73c
Description: debug symbols for postgresql-13-tds-fdw
Build-Ids: 7919b91bc484f560d8dc5b2f5cd7c67f4559c197
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-toastinfo
Source: toastinfo
Version: 1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/credativ/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-13-toastinfo_1.4-2.pgdg+1_arm64.deb
Size: 13124
SHA256: ff784e586e13cfaf0d83e0fc8a5f5921ae8cc4ceca8ea85b7ff1bd90e0492352
SHA1: c6b1110d9e3c00096e7ba754bdee704bf059caef
MD5sum: 1e909537843278eaaf47bfec38ac595f
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-toastinfo-dbgsym
Source: toastinfo
Version: 1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-13-toastinfo (= 1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-13-toastinfo-dbgsym_1.4-2.pgdg+1_arm64.deb
Size: 11096
SHA256: 28c73a3a24710646b8a6db5708b130a11a2e1415eeebc6c63db0948ec46fc2a1
SHA1: d5d03e920eb2f54b3531620b6539c2abe54468d9
MD5sum: f0930a1094c794552aa38bd95167eea4
Description: debug symbols for postgresql-13-toastinfo
Build-Ids: 3328eab44fd95a7d28e1743f31c1bb70545b2c2a
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-unit
Source: postgresql-unit
Version: 7.4-2.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 451
Depends: libc6 (>= 2.17), postgresql-13
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-13-unit_7.4-2.pgdg+1_arm64.deb
Size: 121160
SHA256: a4aec8434a2c11ded2d2abd5a2fd4a5582899f79f59937cc31e003f693784726
SHA1: 1d9d6d3aa3d5c17cd72ede9d8d2a0526e93b4ffe
MD5sum: c516d0733493b810d3cd47383c5a45f6
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-unit-dbgsym
Source: postgresql-unit
Version: 7.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 78
Depends: postgresql-13-unit (= 7.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-13-unit-dbgsym_7.4-2.pgdg+1_arm64.deb
Size: 56696
SHA256: 13c697118f31bdbe27a289dec37d1492c8a235f0b051e39a9492e37a2d4a539e
SHA1: 07ba54682523a0834d81c9f020d7efc6f39d01b6
MD5sum: 249dfb017eb0aabd7b48195190481361
Description: debug symbols for postgresql-13-unit
Build-Ids: 66a4f588816eca22fb2b5e9ad4151cd426e20822
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-wal2json
Source: wal2json
Version: 2.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-13-wal2json_2.4-2.pgdg+1_arm64.deb
Size: 62188
SHA256: 1d72917a578e9ad3e9ed436336fd28dcd7df67038838cb145351be2f8cbd3a62
SHA1: 1afeb3c329b163ce80c1af2916a2af9364fc713d
MD5sum: c2254c8a451b4316944ea367b180649f
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-13-wal2json-dbgsym
Source: wal2json
Version: 2.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-13-wal2json (= 2.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-13-wal2json-dbgsym_2.4-2.pgdg+1_arm64.deb
Size: 60580
SHA256: 6124f519700d749a8598e53634e00b5ca41a78ec5872d2a28bbae9672c39343c
SHA1: c1ab83c9d92b7796d72157b2280e955420acefed
MD5sum: ced3a800c29ffd43dfd33365e7bca175
Description: debug symbols for postgresql-13-wal2json
Build-Ids: b567413ae7392eaca7dc5c9c3dfbeae6b78f5b43
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-asn1oid
Source: pgsql-asn1oid
Version: 1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: libc6 (>= 2.17), postgresql-14
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-14-asn1oid_1.4-2.pgdg+1_arm64.deb
Size: 13976
SHA256: c7042e845798aa634ff0dfb82438b01bafb136790aeeb6fc83cde7129e0c6067
SHA1: 8280ff3f5d0bf3e059b0bb28d6f47308ee9ffad9
MD5sum: 310cd2f180267d69263e1114d51ecf09
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 14.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-14-asn1oid (= 1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-14-asn1oid-dbgsym_1.4-2.pgdg+1_arm64.deb
Size: 8928
SHA256: d500d2aea1cd3ac630c06bb6d27d3a27e2e5ca279d92865e28255de3c5841c88
SHA1: f2e356af9fa3e9227bb01c6930609a18c6e8f5ee
MD5sum: 8b74fa8e33a8cdbd8486012160f5b9d9
Description: debug symbols for postgresql-14-asn1oid
Build-Ids: 8944c755744fe390f7735bac32a283988e7949f0
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-debversion
Source: postgresql-debversion
Version: 1.1.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.17), postgresql-14
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-14-debversion_1.1.1-5.pgdg+1_arm64.deb
Size: 16160
SHA256: 0485b42709d60366e20b03d426f009b9cb80eb153da55eea1e7555c0fd2985d7
SHA1: 7015a48e3dd41f9e8a835cff96938514ea46e0fa
MD5sum: a7cda72fa6c8658b80e175f593286041
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()
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: postgresql-14-debversion (= 1.1.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-14-debversion-dbgsym_1.1.1-5.pgdg+1_arm64.deb
Size: 18688
SHA256: 1dd932297126a387e5724f72c800fb949b0234acaf7cfdd36e48a6b5c7ee9cd1
SHA1: 18b915ea0b82871390df5a785d82693fcbd8102b
MD5sum: d85b4e5116e0ee95c10282107510c389
Description: debug symbols for postgresql-14-debversion
Build-Ids: b757ea3c9171f2c9e136bf376437f7dd599efbba
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-hll
Source: postgresql-hll
Version: 2.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 296
Depends: libc6 (>= 2.17), postgresql-14
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-14-hll_2.16-1.pgdg+1_arm64.deb
Size: 84236
SHA256: f43aa10f08aaa45b4bdf291693c802c04523ce6814ffca9cb5278929ba066a3b
SHA1: c50889f9fbba54a9e7af483ed7aaa3884cae2113
MD5sum: 167da2f6faad9a0c51d4da50b8368cb1
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-hll-dbgsym
Source: postgresql-hll
Version: 2.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: postgresql-14-hll (= 2.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-14-hll-dbgsym_2.16-1.pgdg+1_arm64.deb
Size: 90828
SHA256: 17348c0954777ce6d9c09286233afb6b81b96f10d12ffe6ef8dd9e593ee6b7ef
SHA1: 4f245799ca7cd3a7a921319115abf4c754edf6d8
MD5sum: 950eac057df34d064fd3a8e619a2e3ff
Description: debug symbols for postgresql-14-hll
Build-Ids: 3a3ab2d186e7ccb10e0a5bdcb9e9b211621c8b17
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.6.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-14, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-14-mysql-fdw_2.6.1-2.pgdg+1_arm64.deb
Size: 120608
SHA256: 2882d689ddddf1e708253c29431ab64f63f1f999053520a4f67a93b7383a7ad6
SHA1: d1c61458ebf3c1c67f605cc6d2868704cafa2578
MD5sum: c188a799834817354d4cd30cb083d5dc
Description: Postgres 14 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 14.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.6.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: postgresql-14-mysql-fdw (= 2.6.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-14-mysql-fdw-dbgsym_2.6.1-2.pgdg+1_arm64.deb
Size: 144460
SHA256: 63bda17e886e1e002d0d36d60dbf90683d9fcf697471c383942adc991653f802
SHA1: 09ccac323117c2ab646491ef50e8d46b6f3f37b1
MD5sum: 7b8a714cffc10c0971f8f552d50e31d8
Description: debug symbols for postgresql-14-mysql-fdw
Build-Ids: 5ad91ce1a7e68ac0aba33741f0d3bc74888ea9d3
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-numeral
Source: postgresql-numeral
Version: 1.3-4.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 269
Depends: libc6 (>= 2.17), postgresql-14
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-14-numeral_1.3-4.pgdg+1_arm64.deb
Size: 80412
SHA256: c438fb1c874b93610d72970a8ae8a2c61f5aefdc3f81892c2e88cac9d630e46a
SHA1: e2987c71aa1c995a637452ecb009db8801deb57b
MD5sum: ab563784d31d6fcddfb29cfb12f00bf6
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 62
Depends: postgresql-14-numeral (= 1.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-14-numeral-dbgsym_1.3-4.pgdg+1_arm64.deb
Size: 40600
SHA256: 653bb7da964c0cf825d410ef88cb7347a6d533fdb74c5102f0d4274dcef843a7
SHA1: a14a47e0a72fd880a74dd8e8c3c7c3eaeaf39a48
MD5sum: 21608f22befe61d9a74536bc9abb66ff
Description: debug symbols for postgresql-14-numeral
Build-Ids: e0406383a485b85e32aa8349f7609c25cdd86cbd
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-pg-fact-loader
Source: pg-fact-loader
Version: 1.6.0-5.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 672
Depends: postgresql-14, libc6 (>= 2.17)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-14-pg-fact-loader_1.6.0-5.pgdg+1_arm64.deb
Size: 50596
SHA256: 78180528aa40fbb35cc998dca63f1abf9cb77c7933720511878ab98c346a6821
SHA1: 74a05ead7a8855ec65c5ac14cde9fed7d4549e9d
MD5sum: 7cdfa8f4dcfa5bcf46b83553505f450f
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 14.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.6.0-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 29
Depends: postgresql-14-pg-fact-loader (= 1.6.0-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-14-pg-fact-loader-dbgsym_1.6.0-5.pgdg+1_arm64.deb
Size: 14248
SHA256: ea4eab9ac1e48c60375d433cdcf1419e6ce0a731c6723859b4cb661788779aa9
SHA1: 34d887abb635ea8a1029dd0471b4f7737f23a39c
MD5sum: 0c5d25e240f65f2ad668d85365c9e037
Description: debug symbols for postgresql-14-pg-fact-loader
Build-Ids: d242309527bcb5de6b170eabdd2d5ec9476c25d2
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.1.0-2.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 1639
Depends: postgresql-14, libc6 (>= 2.17)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-14-pgl-ddl-deploy_2.1.0-2.pgdg+1_arm64.deb
Size: 40616
SHA256: 827260b4c1fd12484301f7f8e5be077920fa25aebd80a8c1063cc2f129679d17
SHA1: c884e4350b3760ba89332c78b35caa42ff81cd70
MD5sum: 1ac3e00de41b017b98469776ddcb2571
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 14.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.1.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 44
Depends: postgresql-14-pgl-ddl-deploy (= 2.1.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-14-pgl-ddl-deploy-dbgsym_2.1.0-2.pgdg+1_arm64.deb
Size: 19168
SHA256: 10eec628e58b43330e718be08f87ca186158f7e6aa4d16adf27293bceb6d1d54
SHA1: 8d6fe99d95de57c1eb93774bd28e7127c7b6eb8d
MD5sum: 34e30ec3821add62b0a159c9ff3b1f35
Description: debug symbols for postgresql-14-pgl-ddl-deploy
Build-Ids: 00ac5b6fe3c7acfda642df9a6fa4953e91309f90 50a874405da3c47750ce5b96e314bb816360ec48
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-pglogical
Source: pglogical
Version: 2.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1232
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-14
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-14-pglogical_2.4.0-1.pgdg+1_arm64.deb
Size: 446000
SHA256: 39a0b821579bedb21174e6aa9f902ccb84ce6a7af5f22f3f90a14155327d20f8
SHA1: 62e4a0a54d6e1f273d34aa130df07d24ad94f4c1
MD5sum: 7bd61d8899d5e2ba34a34b33040dd9fa
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-pglogical-dbgsym
Source: pglogical
Version: 2.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 495
Depends: postgresql-14-pglogical (= 2.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-14-pglogical-dbgsym_2.4.0-1.pgdg+1_arm64.deb
Size: 427612
SHA256: 71f8d2c70679dc7525eb5a4734824aaa1133621caf1ff4db6c7edef8fb4d6de0
SHA1: ebbfc4da3cf0f9ab18d8d68f856e3285b93c0ccc
MD5sum: 3d5b88dc5e2efce8042bcb38c8793b7e
Description: debug symbols for postgresql-14-pglogical
Build-Ids: 00de999a5182218b8d0f9dbefb264b103bbb36ee 5dd3578ddebbf0af5cdb8d9c806d577944fdadd6 d8811544934598302f321336a980c04144f6a7ad
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-4.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 136
Depends: postgresql-14, postgresql-14-pglogical, libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-14-pglogical-ticker_1.4.1-4.pgdg+1_arm64.deb
Size: 21136
SHA256: 07ec1c99689d4e30f6ffbed7bdd8e749299ab10990b9c88f0f17f69f2b6222d5
SHA1: e337ac95fe32c019f044d0d113b4ea2924307bda
MD5sum: b7ab4e4f3309ab726a856c3e4c291c5f
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 14.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 31
Depends: postgresql-14-pglogical-ticker (= 1.4.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-14-pglogical-ticker-dbgsym_1.4.1-4.pgdg+1_arm64.deb
Size: 15404
SHA256: 50ec01e4c11aa05c93df7385f5878173a96b2fd69b15521c3cfcee82b07bffd3
SHA1: f835e433e5c5fe565c509efb684df99279d1ab58
MD5sum: c81570d50a196c162e3dec92d5d80742
Description: debug symbols for postgresql-14-pglogical-ticker
Build-Ids: c157d8ebfacbc6d35b82365bcd86ad43faab69b9
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-pgmp
Source: postgresql-pgmp
Version: 1.0.4-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 398
Depends: postgresql-14, libc6 (>= 2.17), libgmp10 (>= 2:6.2.1+dfsg)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-14-pgmp_1.0.4-4.pgdg+1_arm64.deb
Size: 109052
SHA256: a0134a4455796c8a3f0cd5dc0f911e1fce10cad14e37dc897916b64e677d4d9c
SHA1: 299022b588228d6fc911773745a3444d262838dd
MD5sum: a0b0ab0e87ea3b0a8dd147bde1a18154
Description: arbitrary precision integers and rationals for PostgreSQL 14
 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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.4-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-14-pgmp (= 1.0.4-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-14-pgmp-dbgsym_1.0.4-4.pgdg+1_arm64.deb
Size: 65032
SHA256: d8e293dfa45903ef28a9e45bd736c933deca3c3faddc93ed0826c2f14b3cf6cf
SHA1: f152d85157a84c90f0e7655010379bc097bca1d3
MD5sum: 71b9620219440fbfc7e4af85275bff05
Description: debug symbols for postgresql-14-pgmp
Build-Ids: a566e3267e29c0b341aa8c6dd80525d9bbdca3a3
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-pgpcre
Source: pgpcre
Version: 0.20190509-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-14, libc6 (>= 2.17), libpcre3
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-14-pgpcre_0.20190509-3.pgdg+1_arm64.deb
Size: 18696
SHA256: 95935b0740a472c0a5cd803a5947076c5fa1ee6dac6d04bdd2fb6d6a31ce49a2
SHA1: b5493a70f6c90a56071ebdc3c1cc55ca2b026fe4
MD5sum: aaf5eb22cc80ee20cf5a08cbc69230d0
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-14-pgpcre (= 0.20190509-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-14-pgpcre-dbgsym_0.20190509-3.pgdg+1_arm64.deb
Size: 15944
SHA256: d6a7d20e3164669db9d16e7952190613883007eec24ffd19f7cf4b2ec912013d
SHA1: 676f19f41a1ee51c260722ecae51f7f62894e2c3
MD5sum: 8665f52841874ade57d331deebfa2994
Description: debug symbols for postgresql-14-pgpcre
Build-Ids: e8baa2cd1d509a6d5e8cb68e44e5f03099371304
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-pgq-node
Source: pgq-node
Version: 3.4-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 470
Depends: postgresql-14, postgresql-14-pgq3
Replaces: postgresql-14-pgq3 (<= 3.2.6-5)
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-14-pgq-node_3.4-5.pgdg+1_all.deb
Size: 12560
SHA256: cf406bbf35cd62206297cd785dd813ae3b879380e704862dc31055bf57a55922
SHA1: 3ddecbc7c7984d6d63810a9e5d4465afc3f05afa
MD5sum: 1899b1501ca91259463f4e5e2f045d6e
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-pllua
Source: postgresql-pllua
Version: 1:2.0.10-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 966
Depends: postgresql-14, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-14-pllua_2.0.10-2.pgdg+1_arm64.deb
Size: 391012
SHA256: d4ecf9ca991c7019e319c88deaa8e53a934d7dabf3173971835eea511d84fcc5
SHA1: f3bc8e339f3ef888910bf495bc33a6823cab60b1
MD5sum: 67d317bf52adef914ec06073c5d65dbe
Description: Lua procedural language for PostgreSQL 14
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 366
Depends: postgresql-14-pllua (= 1:2.0.10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-14-pllua-dbgsym_2.0.10-2.pgdg+1_arm64.deb
Size: 319204
SHA256: 57393a6e4975c0792333cbb82811fe010d75912653035e458908e43705ed2c21
SHA1: e26c9646e9548d5a020ad3f65b420609fa565da8
MD5sum: 0c850175161e5b6b4d354264dfb22653
Description: debug symbols for postgresql-14-pllua
Build-Ids: 10a56f64b4b29e49d5c16bbc7dd86b98f8f2bf58 b6d32840398f628b2fe5b93ff2a4e07fe5443fc1
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-plproxy
Source: postgresql-plproxy
Version: 2.10.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 331
Depends: postgresql-14, libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-14-plproxy_2.10.0-7.pgdg+1_arm64.deb
Size: 151296
SHA256: 82424e6365f59b367a365046905eb857df64b68d96f155b568dfb5d8ab483c6a
SHA1: 63cddd4be448aaf0a1e436c39e8acd755804a58a
MD5sum: aed4821628aa0f73707f8070791cbaec
Description: database partitioning system for PostgreSQL 14
 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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: postgresql-14-plproxy (= 2.10.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-14-plproxy-dbgsym_2.10.0-7.pgdg+1_arm64.deb
Size: 114796
SHA256: f0eb8f8adbd0e24fdc4b6c88f470a210682468df52e9ccb23a2cfc4c87d699ed
SHA1: ce6b75ce6de8f46740f8848b570431e287bf6eb5
MD5sum: 598e8f8b833c395ff4a23eb4ffe690e4
Description: debug symbols for postgresql-14-plproxy
Build-Ids: a9811bd43613c9901494e897e70c7f2252b77a8c
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-plr
Source: plr
Version: 1:8.4.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 322
Depends: r-base-core (>= 2.10), postgresql-14, libc6 (>= 2.17)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-14-plr_8.4.4-1.pgdg+1_arm64.deb
Size: 158672
SHA256: 28ad11a42737957ac9150082f2a2e02b508f12d01a24b701b2232035fc789468
SHA1: 5c3f81654cccf0c58b572c8809bee33493fe06e2
MD5sum: 525e526e0c3670f610bd93a2b58ca321
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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-plr-dbgsym
Source: plr
Version: 1:8.4.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-14-plr (= 1:8.4.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-14-plr-dbgsym_8.4.4-1.pgdg+1_arm64.deb
Size: 129388
SHA256: 30b89326f0e0032383a546b79aea1e9ac1a82bb826b15a538ffed1f05830ec39
SHA1: e8c994a8db346142d82760058503dcc917ee59af
MD5sum: 2980a3039db9b726835adbe864d1d74f
Description: debug symbols for postgresql-14-plr
Build-Ids: 75110424d377a5935b8dae0244af6bfaef8382a8
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-plsh
Source: postgresql-plsh
Version: 1.20200522-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: libc6 (>= 2.17), postgresql-14
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-14-plsh_1.20200522-4.pgdg+1_arm64.deb
Size: 33880
SHA256: 40d68e045f4f358d7b2f8df4f53766875f34584de143b87814e13056aa1ccb77
SHA1: 00028d667024dd9947cbff082c484a6e1f2d0e58
MD5sum: 31eac5f17e79899e0c12960937ea13ce
Description: PL/sh procedural language for PostgreSQL 14
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in a shell of his choice.  You need this package
 if you have any PostgreSQL 14 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20200522-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-14-plsh (= 1.20200522-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-14-plsh-dbgsym_1.20200522-4.pgdg+1_arm64.deb
Size: 45172
SHA256: 44ae7c59c8ef141e5bb9b70b72c0d40560a7b3ce6b6dfd6d1b12d7c50356d928
SHA1: e32debac203cef81eecd605a14039062e7dbca96
MD5sum: 394610065c98b39ace93449355644c30
Description: debug symbols for postgresql-14-plsh
Build-Ids: 61955fd6e9e236fcfee283a4d9eb5268fbd20f28
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-pointcloud
Source: pgpointcloud
Version: 1.2.1-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 379
Depends: postgresql-14, libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-14-pointcloud_1.2.1-8.pgdg+1_arm64.deb
Size: 110788
SHA256: cda4c8bac51a0f655c150d0ef89b116bc87e468b94435888cacda058e32b4734
SHA1: f7cdee59ab735f64056f50f1312221dcf51519c8
MD5sum: f3e4351e579e94f04c9ad3550c41de4b
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.1-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: postgresql-14-pointcloud (= 1.2.1-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-14-pointcloud-dbgsym_1.2.1-8.pgdg+1_arm64.deb
Size: 156652
SHA256: 47cc7d586b4bfe1359cd7b81ee63f9d9b5ea87cab110c75f2e69d57ca1b39007
SHA1: ef936bd9a5c4272d231e520e9273962812ce3396
MD5sum: ce27a2fd134b89a2992110ebf2426ebc
Description: debug symbols for postgresql-14-pointcloud
Build-Ids: 340feb42509beb9b4f3df925f554dfe893f350b9
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-powa
Source: powa-archivist
Version: 4.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1049
Depends: libc6 (>= 2.17), postgresql-14
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-14-powa_4.1.2-2.pgdg+1_arm64.deb
Size: 55536
SHA256: 4adb0412a2e43eff0f83a9ca901d7cb9685266588a8cdd30427762605a22a1d2
SHA1: 3bb17c44f85cd358556a2103f79f959e5a501cae
MD5sum: 988505ff0fd89e430a901c41f53b7153
Description: PostgreSQL Workload Analyzer -- PostgreSQL 14 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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-powa-dbgsym
Source: powa-archivist
Version: 4.1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-14-powa (= 4.1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-14-powa-dbgsym_4.1.2-2.pgdg+1_arm64.deb
Size: 32696
SHA256: 7c227c2630cabdb6ea02ccd92ffbad26201ab96716e465df8907932c3204fe93
SHA1: ec9c0a9c4e7c9a2f3b3f9edc4bceee07335d9980
MD5sum: da0a2039220d4fd585683e015c1ace35
Description: debug symbols for postgresql-14-powa
Build-Ids: 11e84af15e8741108c90d799acecbfbf1c2df0c0
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-prefix
Source: prefix
Version: 1.2.9-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 123
Depends: libc6 (>= 2.17), postgresql-14
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-14-prefix_1.2.9-4.pgdg+1_arm64.deb
Size: 45932
SHA256: e33f4c504014dfbf49ab1bfcc86adcc5c02becbc7efb1bc87850536c9ae61f6c
SHA1: d2681fd05c0d4f94da6e73a0ee7c016dd8b75430
MD5sum: c73c003f8933aed10366e8568df9d6df
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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-prefix-dbgsym
Source: prefix
Version: 1.2.9-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-14-prefix (= 1.2.9-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-14-prefix-dbgsym_1.2.9-4.pgdg+1_arm64.deb
Size: 43896
SHA256: 1c08fc1318b60d06b7da1f2a5750633a11e5b5132f310a99f96954b396c3029e
SHA1: 45021a9ad3a6f3fa0d608bd52bc718fdf1dc1b97
MD5sum: 0dff4c6ac3fc0c1768899c3da8dd6c32
Description: debug symbols for postgresql-14-prefix
Build-Ids: 7cb74477bdb07c2c09423cc40dda7a428929efb4
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-preprepare
Source: preprepare
Version: 0.9-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: libc6 (>= 2.17), postgresql-14
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-14-preprepare_0.9-6.pgdg+1_arm64.deb
Size: 18792
SHA256: 3697135a1b51b6065ee08af558acd5bca9c1c2c14b6edcf4354ea6ca24e7bfa3
SHA1: 830fdf13c3decb2e6500c24371ad47e9947bfd54
MD5sum: 72be21885678b6d3462c6bd8315f8bda
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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-preprepare-dbgsym
Source: preprepare
Version: 0.9-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-14-preprepare (= 0.9-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-14-preprepare-dbgsym_0.9-6.pgdg+1_arm64.deb
Size: 17228
SHA256: 6bdeec4dcc5f72fbcfa188e11d81a8f8e6d14446dc19ae611d7f947cd19a6ff0
SHA1: ec6c008507f23e7aa0b8ccea597a49686e66645c
MD5sum: 89dcf026728fc603b77595fd1d4b5d48
Description: debug symbols for postgresql-14-preprepare
Build-Ids: 2e04d252ebd598710106de5748bcf05126ad7795
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-prioritize
Source: postgresql-prioritize
Version: 1.0.4-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: libc6 (>= 2.17), postgresql-14
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-14-prioritize_1.0.4-9.pgdg+1_arm64.deb
Size: 12908
SHA256: faab183fa8eb135c974a12ad842c411da13eccb4800975e48e0e5be0c06f393a
SHA1: d70c5c535e0e59bd093f409392270f3b2859cb65
MD5sum: 7e0638c007877724a7f22de434f9e873
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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27
Depends: postgresql-14-prioritize (= 1.0.4-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-14-prioritize-dbgsym_1.0.4-9.pgdg+1_arm64.deb
Size: 13308
SHA256: aaaa23034e5b3e112f18b5dfefdf0ffdd4eb42ae5a6b6fbdc4e6cb6c87ea511c
SHA1: 3ed86a8abb5311e42254e10842c2bbf3abb9d487
MD5sum: 2365bc3e7047e200f20d60897a0d4fc2
Description: debug symbols for postgresql-14-prioritize
Build-Ids: 38e95e8c719aa8a69dd7602650017624f8be1db4
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-q3c
Source: postgresql-q3c
Version: 2.0.0-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3384
Depends: postgresql-14, libc6 (>= 2.29)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-14-q3c_2.0.0-6.pgdg+1_arm64.deb
Size: 156900
SHA256: 101b6a0719c33dfc3726c4c0fdf83579141fc2c3a576f7632085ab6dce2aba9d
SHA1: 48a227245b7f329420d5d259f987e3c3b4e1be75
MD5sum: 1a0eeef284c16cdef874e424c5ff8d23
Description: PostgreSQL 14 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.0-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-14-q3c (= 2.0.0-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-14-q3c-dbgsym_2.0.0-6.pgdg+1_arm64.deb
Size: 88192
SHA256: 496470d3f4468b2c21083e430bc9c104e43a2d93da8d4d714d49ecd8be2fbce1
SHA1: f67d271a6bb6c1001ea1802193e049be5f25a6f6
MD5sum: 9634b52f46de56c75493365626704124
Description: debug symbols for postgresql-14-q3c
Build-Ids: 57e8627ab67a00443f2b4195859c162c13c8f768
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-repmgr
Source: repmgr
Version: 5.2.1-2.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 995
Depends: postgresql-14, repmgr-common (>= 5.2.1-2.pgdg+1), libc6 (>= 2.17), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-14-repmgr_5.2.1-2.pgdg+1_arm64.deb
Size: 227864
SHA256: 933486e4dfc1349c9bf07795424d85457915930b343a8c74b027bb68ab58e1cd
SHA1: 6ea6bf55b45834b29a0ab72e5120cae450904c4b
MD5sum: 52996ace0b808fc4598ed5dafa1ce0d9
Description: replication manager for PostgreSQL 14
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 14.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-repmgr-dbgsym
Source: repmgr
Version: 5.2.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 718
Depends: postgresql-14-repmgr (= 5.2.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-14-repmgr-dbgsym_5.2.1-2.pgdg+1_arm64.deb
Size: 653316
SHA256: cb91e9da7942c5b77d91a475549b866c40140f375e8248e72b4880e0d73aba3b
SHA1: 48b5fa6f082e1992208e890602a6ac9eff8a48ee
MD5sum: 0b9ff6484bfbe3bad6701776e76f19e2
Description: debug symbols for postgresql-14-repmgr
Build-Ids: 4cfb586f5287467960291ffec1da22f3d5af63c1 7a99a9e630c8c326bc6edcd9505b5f0c4312c519 eda31ad845ce95ee96d981f86567e99e0ff30faf
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-rum
Source: postgresql-rum
Version: 1.3.8-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 884
Depends: postgresql-14, libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-14-rum_1.3.8-2.pgdg+1_arm64.deb
Size: 341600
SHA256: d4623f44718ab6bc56f64fba63bc1e4bd72ade02267aab0a9be30da60f12a948
SHA1: a6166dcc74d788c24862ad3c3e4db3e4d28d729d
MD5sum: 2392a9d7ca4c3d0abd7ce2f5fd40d011
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-rum-dbgsym
Source: postgresql-rum
Version: 1.3.8-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 314
Depends: postgresql-14-rum (= 1.3.8-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-14-rum-dbgsym_1.3.8-2.pgdg+1_arm64.deb
Size: 276764
SHA256: b7cd85f8c0397963b271b9cbf423ca1f3a3efefa1859c92e5238ea23c49bf4f6
SHA1: 134d287ecd4b29e83e5b244dba7adf5a11d52567
MD5sum: f62173b26d068455e0e6520180b01c1a
Description: debug symbols for postgresql-14-rum
Build-Ids: f6a23183d42f96c283b8c1b337ea2a653f300638
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-slony1-2
Source: slony1-2
Version: 2.2.10-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-14, libc6 (>= 2.17)
Suggests: slony1-2-bin
Conflicts: postgresql-14-slony1
Provides: postgresql-14-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-14-slony1-2_2.2.10-2.pgdg+1_arm64.deb
Size: 22384
SHA256: 0f4bd18b24e23d6398824340cd649ef50f639eb83e4fab9b8a61af30b6370e5f
SHA1: 69a4fe8f55385c3d3ffbc78d0ed6cd1e9e2f01ea
MD5sum: 9a666a8ac70495e7aba3df1d4c5a84d4
Description: replication system for PostgreSQL: PostgreSQL 14 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
 14 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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-14-slony1-2 (= 2.2.10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-14-slony1-2-dbgsym_2.2.10-2.pgdg+1_arm64.deb
Size: 63392
SHA256: 4aa29bda41bcf5cd0d23993cb29a705da53f5f037d87b3c3bebeebe272eb2a7b
SHA1: 011d11b9ed554e80c51502ac9cc878e50579b203
MD5sum: 9915ddc6cdc6e88be1ea1fca8ad72347
Description: debug symbols for postgresql-14-slony1-2
Build-Ids: 24b846036fcbedd9a171b2e120560985187ebf9f
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-tds-fdw
Source: tds-fdw
Version: 2.0.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 285
Depends: postgresql-14, libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-14-tds-fdw_2.0.2-3.pgdg+1_arm64.deb
Size: 126908
SHA256: 8a426361e47d38d999af58f4d4a2eadf162d4380182ffc8e95897b13044f846d
SHA1: 407ac2228df3e4929163997c76e02a65c6070773
MD5sum: 83dadca3de32c264163a06b2983d2b17
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-14-tds-fdw (= 2.0.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-14-tds-fdw-dbgsym_2.0.2-3.pgdg+1_arm64.deb
Size: 137700
SHA256: 8027d414a97f29b03e280f6e62c35458d9662501ae427ab8fc7f48652584a61f
SHA1: be2c30555d50f58c82479caf3f9a53c754b34bc2
MD5sum: e0fe10a21774d0ac629ff6c92fc03411
Description: debug symbols for postgresql-14-tds-fdw
Build-Ids: aa3f28353b3b573c107ae0d8362eefc1d5d715d3
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-toastinfo
Source: toastinfo
Version: 1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-14, libc6 (>= 2.17)
Homepage: https://github.com/credativ/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-14-toastinfo_1.4-2.pgdg+1_arm64.deb
Size: 13932
SHA256: 5f6fc91f5962027ffd7466b454f156452ec82b9f522b6adfde32f4a357004adf
SHA1: 341d1b19753379a033f7770b023f8f7c10bfd426
MD5sum: 647abdab718abfe957a86d384497e9df
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-toastinfo-dbgsym
Source: toastinfo
Version: 1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-14-toastinfo (= 1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-14-toastinfo-dbgsym_1.4-2.pgdg+1_arm64.deb
Size: 11464
SHA256: 76a8c23434907da6dfd60846255856e185f214f60df1b607a075d73f9d79d005
SHA1: a45e8df80bac8e98c4ecf6990f1250892db68455
MD5sum: db2d6e3baed6f7f9f98494d71ae8049a
Description: debug symbols for postgresql-14-toastinfo
Build-Ids: 51a67f2f56c6bcb7504bdfe25e9a951a7f26c9ca
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-unit
Source: postgresql-unit
Version: 7.4-2.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 453
Depends: libc6 (>= 2.17), postgresql-14
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-14-unit_7.4-2.pgdg+1_arm64.deb
Size: 121424
SHA256: bd2a9811c4f94b2623834ee83536cf323eed0502c32a9beb3f2d5245ca54d6af
SHA1: 6dd4aa791cc4430ddc7570fb4c86539ee03654d6
MD5sum: d13809b5b44d631670d8a806e0933323
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-unit-dbgsym
Source: postgresql-unit
Version: 7.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 77
Depends: postgresql-14-unit (= 7.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-14-unit-dbgsym_7.4-2.pgdg+1_arm64.deb
Size: 56232
SHA256: 08d868620d0e5e8ab50615c6d22a9fa317eb042d033c6b9c5fa499bb2f8ed3ac
SHA1: acdccf30aefe0c1ac7aed356bbe66ae7f2a85327
MD5sum: 5f5c3f887440dd21827d146fb6431412
Description: debug symbols for postgresql-14-unit
Build-Ids: 83a73513754dfa68c68f3a95dc959fcdeda19762
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-wal2json
Source: wal2json
Version: 2.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: postgresql-14, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-14-wal2json_2.4-2.pgdg+1_arm64.deb
Size: 63120
SHA256: c90f51005910a398670c2fc083505761d7dd2bb9122bc9eadc756ed1d88f3f9d
SHA1: 8effeea647c11fb27310ec7e18cc1d60776e4a94
MD5sum: 0f83879b17a05662ca98d6d537e92f7f
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-14-wal2json-dbgsym
Source: wal2json
Version: 2.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-14-wal2json (= 2.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-14-wal2json-dbgsym_2.4-2.pgdg+1_arm64.deb
Size: 68088
SHA256: 2b9496cb488e7fa797c33063511a17b1d9d2b77a831da85a02516f76976f8ed1
SHA1: 46d32a0558f54ccb9a8a582de29cd14a672c76fe
MD5sum: 26a81db22e55fa038f8eafe2d5bd4136
Description: debug symbols for postgresql-14-wal2json
Build-Ids: c0ac682afa6912682f8435968f048a0d60893ff1
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-asn1oid
Source: pgsql-asn1oid
Version: 1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-9.6-asn1oid_1.4-2.pgdg+1_arm64.deb
Size: 6720
SHA256: 57579c72731452945422c509b9d6f0cc379d8bc54b05b002e2e845cc2451649b
SHA1: 7184fe4f0164987cdea2fe024e6ee0f9f6af1758
MD5sum: bb3e92b10d23ef56b2e97c2b4a3ee925
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.6.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-9.6-asn1oid (= 1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-9.6-asn1oid-dbgsym_1.4-2.pgdg+1_arm64.deb
Size: 8788
SHA256: ed4d01c3bb62abe687256a44ba35598d8482f2b443200dc15d866c9ca00254d8
SHA1: 8ef22852a96a50ec8e8e111803c3caecd81e62b8
MD5sum: 45adba02299b1be0e82b3d54886fb79b
Description: debug symbols for postgresql-9.6-asn1oid
Build-Ids: b348c948754284f9003b4982ab4adabe7a79df8a
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-debversion
Source: postgresql-debversion
Version: 1.1.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.17), postgresql-9.6
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-9.6-debversion_1.1.1-5.pgdg+1_arm64.deb
Size: 10392
SHA256: c283b65855fbf19f35f85915fb643a088c49c17af581f30bef733da6dfb3fae0
SHA1: b2ecf44c51e336f82da97b52dcf0548b0fcb2f04
MD5sum: fb3fbc93c1ed251390b79222f2eb130e
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()
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: postgresql-9.6-debversion (= 1.1.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-9.6-debversion-dbgsym_1.1.1-5.pgdg+1_arm64.deb
Size: 18120
SHA256: 4809225118831546acc21b920005eb4a8d507abb54c1eb76306866783fc8c854
SHA1: 60417e7d58e9685cc395497aa580892fd8768efd
MD5sum: c3c1e61011fa0b7bd4b0efdc4612d72a
Description: debug symbols for postgresql-9.6-debversion
Build-Ids: 848b4a4fb626625668034a024c399219ab812fb4
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-hll
Source: postgresql-hll
Version: 2.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 191
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-9.6-hll_2.16-1.pgdg+1_arm64.deb
Size: 35996
SHA256: 648fc22d61bee933a9303d69b9c5a1aeec038aac09de2d9248ce7b61dc6496e1
SHA1: 1559848d65c7921c3eb57eaa47779df024f5188d
MD5sum: 9423e94baecb0c39e6a8e9a1a6e1d4f5
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-hll-dbgsym
Source: postgresql-hll
Version: 2.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-9.6-hll (= 2.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-9.6-hll-dbgsym_2.16-1.pgdg+1_arm64.deb
Size: 73432
SHA256: 06ec44fb88600c51490aa7df2dfc1a630d4c80f2fd6fbb9855767d78e701de3d
SHA1: dfd250339b3a496b8ed35e54c5ff807ab3c1347c
MD5sum: c7d5c6f57e5dbaf1c215539fbbfd4a2f
Description: debug symbols for postgresql-9.6-hll
Build-Ids: bb2ae85773fb2eaf74691b3ee8596cc4e0bb55de
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.6.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-9.6-mysql-fdw_2.6.1-2.pgdg+1_arm64.deb
Size: 32372
SHA256: 526ef6513116e3ca543a7f113e51bc39f6a17b406e9df8e2619413163f0a6d96
SHA1: 12535f24dd2d2114dec2f2338e5e7d82008ba08a
MD5sum: 95e40f0e293cb3c198765bc617872003
Description: Postgres 9.6 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.6.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.6.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 143
Depends: postgresql-9.6-mysql-fdw (= 2.6.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-9.6-mysql-fdw-dbgsym_2.6.1-2.pgdg+1_arm64.deb
Size: 125268
SHA256: 1acccac6db04804e6149810db65b3b2047db76123360cc35b60f0522749108d2
SHA1: c6f1a9d8eb7c35aacfc466f09dafbeabfb334b96
MD5sum: 2caf1861897888402858754cadd7c844
Description: debug symbols for postgresql-9.6-mysql-fdw
Build-Ids: ac4e2915f6be8715a0317b28a7f19faadabd569d
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-numeral
Source: postgresql-numeral
Version: 1.3-4.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-9.6-numeral_1.3-4.pgdg+1_arm64.deb
Size: 22408
SHA256: 759a4f197c343cd035e99380d27b41815193cb5f2f3f5c1de64591dabbb7035b
SHA1: 2ffb9f785f168ee4f9e5928a77af14c2105b5690
MD5sum: 0138cc859b323f17f3a5b03f87226d67
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 62
Depends: postgresql-9.6-numeral (= 1.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-9.6-numeral-dbgsym_1.3-4.pgdg+1_arm64.deb
Size: 40628
SHA256: 6913c6e8f766584d959c31a2d0a1b6247d8a5a458e63ed4b999239474bd70211
SHA1: 5ecaa408c1eadafe72f3d366260ea1f2affb01bd
MD5sum: 29efea4569f3a957af240eea8db723ad
Description: debug symbols for postgresql-9.6-numeral
Build-Ids: d5a8796ce003451a391d067316d098db14ee7f91
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-pg-fact-loader
Source: pg-fact-loader
Version: 1.6.0-5.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 656
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-9.6-pg-fact-loader_1.6.0-5.pgdg+1_arm64.deb
Size: 43172
SHA256: 8688a72724c9f5fb91822f6cc988c532cd833b0c8f8fe62619c547ffe02f8aa0
SHA1: 6d5d219078c51e1d9ecc48cada4bef852fa941c1
MD5sum: 689cd917b7ed16c823437d298ef1ed97
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 9.6.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.6.0-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 29
Depends: postgresql-9.6-pg-fact-loader (= 1.6.0-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-9.6-pg-fact-loader-dbgsym_1.6.0-5.pgdg+1_arm64.deb
Size: 14184
SHA256: 31025a80403cfff181a4438ae65b208079cfdd0021703f3f7f88c25628f086bb
SHA1: 9f3221058afd0281d49df2cf016ca44cf2e340f4
MD5sum: 78c0e6e693c4e93b12de0bb1e0ec455d
Description: debug symbols for postgresql-9.6-pg-fact-loader
Build-Ids: 32bf89449eea8135d765780576a33dfcaed904d3
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.1.0-2.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 1619
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-9.6-pgl-ddl-deploy_2.1.0-2.pgdg+1_arm64.deb
Size: 41528
SHA256: be8730b6437bcddf8e0c3afe4b7d8ea08fde1e0f5797ecfe74156260998227d8
SHA1: fc927873f47736bb2d8a3ac451ad8e3f30583553
MD5sum: 927d194d3ee1b1d10248647b8d364a6f
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 9.6.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.1.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 41
Depends: postgresql-9.6-pgl-ddl-deploy (= 2.1.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-9.6-pgl-ddl-deploy-dbgsym_2.1.0-2.pgdg+1_arm64.deb
Size: 18020
SHA256: 77c10965d357cf26bc9a9c6d2702e0e9d5d95f8d8c27e3b01bbb366d10ea4501
SHA1: ecc2be476ea7c7f87f49f6d4c6041ee11d6f144c
MD5sum: cb93e0c54d899b16153e34d0049e8775
Description: debug symbols for postgresql-9.6-pgl-ddl-deploy
Build-Ids: 5b67e444112524bc7e1fabd4c61ecd9c243d7304 6e41f0ffc8342dd7918290ec924563b35ef30c9d
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-pglogical
Source: pglogical
Version: 2.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 488
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-9.6
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-9.6-pglogical_2.4.0-1.pgdg+1_arm64.deb
Size: 108668
SHA256: 257e1078d7f4916258acad879876c4d7d77a530dbf4ded77d19583a9c6206d75
SHA1: 901f4c5640b1a0d4e672adfd9243cdba7203d2fd
MD5sum: 016344f83a6517dd49952bf05f07733d
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-pglogical-dbgsym
Source: pglogical
Version: 2.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 406
Depends: postgresql-9.6-pglogical (= 2.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-9.6-pglogical-dbgsym_2.4.0-1.pgdg+1_arm64.deb
Size: 341796
SHA256: 7e8c0c3d69aa09a9a20158731c3741fd7b110282a9372a40350a017910d9eecc
SHA1: b4d6327b0e67abfdca6ea2747f4c1d2791a1f8bc
MD5sum: 3c0f5c36e29fcf440b8dad53f2d9bf21
Description: debug symbols for postgresql-9.6-pglogical
Build-Ids: 2999302be3550f78942a5323339a5fb38d77a804 c53646cbca0d5a848be33af9326789048088c656 de8d23adabe1bc567710aac3762e7d46089f1654
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-4.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 117
Depends: postgresql-9.6, postgresql-9.6-pglogical, libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-9.6-pglogical-ticker_1.4.1-4.pgdg+1_arm64.deb
Size: 12392
SHA256: 06beb9e38a4112504c5ca254ae96a973d87e7bd1d62ada81b5353cb873a90c1b
SHA1: e2b27b24b8a24d988e10de3969b46db8bff67563
MD5sum: 8aef0d13cde7b65ff82d700db9bdbdc2
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 9.6.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 31
Depends: postgresql-9.6-pglogical-ticker (= 1.4.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-9.6-pglogical-ticker-dbgsym_1.4.1-4.pgdg+1_arm64.deb
Size: 15528
SHA256: bcc7341846c6c4e938b93efe17fd3338da144df65eaa0e9ef7f9b90cc2041160
SHA1: 6264503bd9fe046b82340f936ef7015dc419ae75
MD5sum: d69ecd52e9e323daf422bc9c599b218c
Description: debug symbols for postgresql-9.6-pglogical-ticker
Build-Ids: 66758373ade5a5ca765344e3a477109f5ec1ace1
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-pgmp
Source: postgresql-pgmp
Version: 1.0.4-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-9.6, libc6 (>= 2.17), libgmp10 (>= 2:6.2.1+dfsg)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-9.6-pgmp_1.0.4-4.pgdg+1_arm64.deb
Size: 44784
SHA256: e6463960fd96d697fccb6df84a73c3a05bf89fba8cce4394a0f3daeae5334f10
SHA1: 84076d4956121033304380f7d441ea22be59d2ef
MD5sum: d7db3457754c98705a7ad283db8ac94c
Description: arbitrary precision integers and rationals for PostgreSQL 9.6
 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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.4-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-9.6-pgmp (= 1.0.4-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-9.6-pgmp-dbgsym_1.0.4-4.pgdg+1_arm64.deb
Size: 63680
SHA256: 7341f93cd9341ce2da30181b8c59ca6cf8ea9c17d405d48aff3aa7caa77e97cb
SHA1: 94930a5aeee6fe02848cd04c8b49526cfe0b33cc
MD5sum: 289a0358352f2e6b154bc5a30a5d3284
Description: debug symbols for postgresql-9.6-pgmp
Build-Ids: 6972b1a8414c99599791766ed1aebf1760790a37
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-pgpcre
Source: pgpcre
Version: 0.20190509-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-9.6, libc6 (>= 2.17), libpcre3
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-9.6-pgpcre_0.20190509-3.pgdg+1_arm64.deb
Size: 9148
SHA256: dc29cec6c6263fb244803d22dd685574a2fa8a60aa01b262b39f420265ca22ea
SHA1: 34251edf62ad9c308d3a5d02f22d33f788fee387
MD5sum: b6e7b2a2b1e0d7ab289e887562b6cc99
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-9.6-pgpcre (= 0.20190509-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-9.6-pgpcre-dbgsym_0.20190509-3.pgdg+1_arm64.deb
Size: 15420
SHA256: fc1ba45d8aebf6d8180a157d49a3872afcf09f163c90453f4381038444b1b27f
SHA1: bedcefe928f4c2332548204ccb4b9a491c73962a
MD5sum: f4399b826c22b4d13f1ca7402e1365d1
Description: debug symbols for postgresql-9.6-pgpcre
Build-Ids: eb89ba4f6b2b78786f92cdafc4d7746ad80cc676
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-pgq-node
Source: pgq-node
Version: 3.4-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 470
Depends: postgresql-9.6, postgresql-9.6-pgq3
Replaces: postgresql-9.6-pgq3 (<= 3.2.6-5)
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-9.6-pgq-node_3.4-5.pgdg+1_all.deb
Size: 12560
SHA256: a296af14dd906e82021bd0195a9a210258196ec8b56a2af391f1f67b5000e97a
SHA1: a890a2da8d1af63165aaad57229c915fff137d67
MD5sum: 44e01636b47ed18a7b85c55642e5ec7a
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-pllua
Source: postgresql-pllua
Version: 1:2.0.10-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 333
Depends: postgresql-9.6, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-9.6-pllua_2.0.10-2.pgdg+1_arm64.deb
Size: 105684
SHA256: 6f39debfc4175120811e70c1f22b23d1312afe4b096bf02253a6d7f2a57b07de
SHA1: 12227f7aeeb3f30a39b057c662a6af390ce95466
MD5sum: 56ef07c34f8b0ed3e8bc17047746ad59
Description: Lua procedural language for PostgreSQL 9.6
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 353
Depends: postgresql-9.6-pllua (= 1:2.0.10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-9.6-pllua-dbgsym_2.0.10-2.pgdg+1_arm64.deb
Size: 305924
SHA256: 390283ff795a759d6241f41fef7a01a9915dc5b2b9e1bb9e27ba06461c9887a9
SHA1: 9326b39c8eb40c2551b7b30885a7d62a5aaf84c1
MD5sum: e626351b98852fc261baed68296dbbab
Description: debug symbols for postgresql-9.6-pllua
Build-Ids: 0f9c7854ca9778a0ca94dd813d660d25f8556e60 beea8e98f3655e28e93eda2d9256b85c2875c334
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-plproxy
Source: postgresql-plproxy
Version: 2.10.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: postgresql-9.6, libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-9.6-plproxy_2.10.0-7.pgdg+1_arm64.deb
Size: 55848
SHA256: e04b3c5910d3d601c65c822c4e061a4d6c43bb4b5b766386f910cbf89330b606
SHA1: b6a07e4cd8b2e613bda8670d1f9872e1dbef4810
MD5sum: 5e8b24a0583c93890447a314109b8617
Description: database partitioning system for PostgreSQL 9.6
 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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-9.6-plproxy (= 2.10.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-9.6-plproxy-dbgsym_2.10.0-7.pgdg+1_arm64.deb
Size: 104452
SHA256: e42c4450999e2fa19e4d40d7eb14463d6049581ee50fc3791a36d4cbca07fe4e
SHA1: 9594bb5142c85daa780072a0529f9852baf34fac
MD5sum: 875021772848904e6f3a65c847539980
Description: debug symbols for postgresql-9.6-plproxy
Build-Ids: e1900b4e120e795f64108c53cf4923055b81577c
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-plr
Source: plr
Version: 1:8.4.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: r-base-core (>= 2.10), postgresql-9.6, libc6 (>= 2.17)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-9.6-plr_8.4.4-1.pgdg+1_arm64.deb
Size: 64136
SHA256: 95fa58983d1d6b4de9ce343ceecb7643caca3b738ad034ece05385e3a1f2304c
SHA1: 5f0584984dba95dab6fa488b38519971a7c92ebb
MD5sum: 85621bbdc8f10c5cbceec43099a63afe
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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-plr-dbgsym
Source: plr
Version: 1:8.4.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-9.6-plr (= 1:8.4.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-9.6-plr-dbgsym_8.4.4-1.pgdg+1_arm64.deb
Size: 114844
SHA256: a9d28b492c737f828c5806f27f6e3a14477bb31cb1e72d943025e50ce64f406c
SHA1: f5f0e7d9a3a1ca576aa6a550563820b49f9c3fea
MD5sum: 9310b6c3dbd738f9fc5d3b3d5fcfbaf0
Description: debug symbols for postgresql-9.6-plr
Build-Ids: 4b28e47b2e7ef3b7b2b2491030d576321a389677
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-plsh
Source: postgresql-plsh
Version: 1.20200522-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-9.6-plsh_1.20200522-4.pgdg+1_arm64.deb
Size: 12908
SHA256: fc018208cf849c06200d40541a9f41a84fdfa232f17340f3dd1265d3474de465
SHA1: 307b900dfccb44053f234aa7aba9b5450fb304d5
MD5sum: 668d54adf73e47001cbf477cb3674697
Description: PL/sh procedural language for PostgreSQL 9.6
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in a shell of his choice.  You need this package
 if you have any PostgreSQL 9.6 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20200522-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-9.6-plsh (= 1.20200522-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-9.6-plsh-dbgsym_1.20200522-4.pgdg+1_arm64.deb
Size: 27164
SHA256: 39a6ba006acbb1fcbb71c33b43b0b6a1276714678c94ef780768dbb230f5efb6
SHA1: 0bc49a8635c0b1cd54ac144ff415a687bc8027c0
MD5sum: a120d4b5687463fa1a6faaafd839fc8f
Description: debug symbols for postgresql-9.6-plsh
Build-Ids: 40d5db2e896cba82aa6b5d022550420182f87b79
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-pointcloud
Source: pgpointcloud
Version: 1.2.1-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: postgresql-9.6, libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-9.6-pointcloud_1.2.1-8.pgdg+1_arm64.deb
Size: 62320
SHA256: e624967eaad42b6a7c7570fb0e80d33f31e6091626f598bdf88b4bc9e2fe5069
SHA1: 535b580b138e123150d35374adc35b73d1c396b9
MD5sum: 4c5dd8bebb5357ea294557953edf1947
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.1-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-9.6-pointcloud (= 1.2.1-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-9.6-pointcloud-dbgsym_1.2.1-8.pgdg+1_arm64.deb
Size: 151196
SHA256: 4089ba5f17c59584797d6a7b62db9272ac3aacb37e84559c652e082c9d8dc1d9
SHA1: 51ef6a5e0b964974e6d55d09a3ff4adebb7d7059
MD5sum: 65cd355762601a0bba55198879551185
Description: debug symbols for postgresql-9.6-pointcloud
Build-Ids: 7c75b1bd250395478a155dfd13fe6710a6770dda
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-powa
Source: powa-archivist
Version: 4.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1021
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-9.6-powa_4.1.2-2.pgdg+1_arm64.deb
Size: 40924
SHA256: f5dbbcd762694f6528faaa3c8b5a93f429624e7d8ca9e793305d2653d37c2104
SHA1: 183c65e13bf89db197db1ffd08e9ba0f647792de
MD5sum: fce03f966b45d6e52a7c15b8256fdf61
Description: PostgreSQL Workload Analyzer -- PostgreSQL 9.6 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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-powa-dbgsym
Source: powa-archivist
Version: 4.1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-9.6-powa (= 4.1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-9.6-powa-dbgsym_4.1.2-2.pgdg+1_arm64.deb
Size: 27132
SHA256: 6fbec26c55b78e7e1b7328519c87a742900bb34dd67c380cde7b11df3f0001c6
SHA1: 9eb92d4e4f99973af5cb38c3aa2d1eb3ebc934b5
MD5sum: c0dc92e2effbffe463e02c460e5e21fa
Description: debug symbols for postgresql-9.6-powa
Build-Ids: a177f119f339edd0b337e0f366c0674584ca2978
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-prefix-dbgsym
Source: prefix
Version: 1.2.9-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-9.6-prefix (= 1.2.9-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-9.6-prefix-dbgsym_1.2.9-4.pgdg+1_arm64.deb
Size: 42628
SHA256: 71e4da60ae4e418f8b3aa96ec3afda091c4094c5c62fb284935e33741c0cbe35
SHA1: c8856a0077f01c449df0b849d9e3243e82addd10
MD5sum: 09fb86e96cc018bb848e1f31fec09ed7
Description: debug symbols for postgresql-9.6-prefix
Build-Ids: ec2de8737b92cc619452cf0e46b473da28af26b5
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-preprepare
Source: preprepare
Version: 0.9-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: libc6 (>= 2.17), postgresql-9.6
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-9.6-preprepare_0.9-6.pgdg+1_arm64.deb
Size: 9980
SHA256: 87aace2c734d0a873a7ef50db0de21e91fbad9582deec5bd109689cc5b6f3a6b
SHA1: 889dfa387581a5a74691e5eab97a05951d69b31d
MD5sum: 2b28fcc55b0b9c341f4d8e8a66cee968
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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-preprepare-dbgsym
Source: preprepare
Version: 0.9-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-9.6-preprepare (= 0.9-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-9.6-preprepare-dbgsym_0.9-6.pgdg+1_arm64.deb
Size: 16208
SHA256: 77835db53e55f21c0df8c50dadce485c97b4e8f9fd1de83c51171047fa3bc9de
SHA1: 5534582ef9bf50c69959927408ac2a621c577ae9
MD5sum: 06abbd9e155702dc4341cef3fe3bad87
Description: debug symbols for postgresql-9.6-preprepare
Build-Ids: d6064ba55f56d880ff3514b023d75e038a120b28
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-prioritize
Source: postgresql-prioritize
Version: 1.0.4-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-9.6-prioritize_1.0.4-9.pgdg+1_arm64.deb
Size: 6856
SHA256: 6cfe273e38bf43c41d67a09f25ea12789a076c1a09cca579b9499b32b3181e53
SHA1: d00dd836cc5f501dbe898e17bc0645e8e65c6e1a
MD5sum: f72185a0b2c415536b63cdcafb9814f3
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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-9.6-prioritize (= 1.0.4-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-9.6-prioritize-dbgsym_1.0.4-9.pgdg+1_arm64.deb
Size: 12092
SHA256: 6ac28b4745c89255c6f72c2b4383616f23efa5c41deaf159a5ba1eb7df3ffe22
SHA1: 65804cf542b6ed1da81be920f48d923ebf5671ac
MD5sum: 0734a581e09456c11cef1112464282bd
Description: debug symbols for postgresql-9.6-prioritize
Build-Ids: 8b79f855b83ddae4743ae233ade82830e9eb0e9d
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-q3c
Source: postgresql-q3c
Version: 2.0.0-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2492
Depends: postgresql-9.6, libc6 (>= 2.29)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-9.6-q3c_2.0.0-6.pgdg+1_arm64.deb
Size: 48288
SHA256: db1b6a1815ab03b8f301e02e058a326fcd4bed56e70f4c038a3b5c74184348d9
SHA1: 1e73ce2c4dee39010a84f08c964955bcfdb42548
MD5sum: e1c11c45fb2a44f00c92206cc237e9b8
Description: PostgreSQL 9.6 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.0-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-9.6-q3c (= 2.0.0-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-9.6-q3c-dbgsym_2.0.0-6.pgdg+1_arm64.deb
Size: 75984
SHA256: 8ec1e7c8c370fe0f6927fbe7ef81ae87883b4b7b46906d2faab36bb315345eea
SHA1: 6d113bb5c8e6630c08dfeea8ccb51d23dff83e4a
MD5sum: fdede9be7b1e44df70419b373e95b5d4
Description: debug symbols for postgresql-9.6-q3c
Build-Ids: 6e67fafdbdd300182d667a5f696cf6058e8bb64b
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-repmgr
Source: repmgr
Version: 5.2.1-2.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 923
Depends: postgresql-9.6, repmgr-common (>= 5.2.1-2.pgdg+1), libc6 (>= 2.17), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-9.6-repmgr_5.2.1-2.pgdg+1_arm64.deb
Size: 206840
SHA256: a51c1a27f4eb97d70b64a35ab5a1d6929d2ecafa25e6d924f33a72c4f9c90ca7
SHA1: b666cc2775df2b534bcec7a0b4ea032cabf988b4
MD5sum: 6416450f8e8e882d7881977dbc5e5676
Description: replication manager for PostgreSQL 9.6
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 9.6.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-repmgr-dbgsym
Source: repmgr
Version: 5.2.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 710
Depends: postgresql-9.6-repmgr (= 5.2.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-9.6-repmgr-dbgsym_5.2.1-2.pgdg+1_arm64.deb
Size: 650828
SHA256: dbe8cd44c5031c6f31ba04a52e0c453a43afe121427bb621a21374b688d8d747
SHA1: 0464dfad4be6a795ad8f50ec163d03435dd7ebee
MD5sum: 59e553063930de865f8ce0933d18fd48
Description: debug symbols for postgresql-9.6-repmgr
Build-Ids: 42e2e812adce0ceb9c877f74c8694fcf492aac0f 867c938dc367735e2d14faf0f2bb4acadce6ce55 88b396b72c848b3512f0293cb0a81f213c2c344f
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-rum
Source: postgresql-rum
Version: 1.3.8-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 411
Depends: postgresql-9.6, libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-9.6-rum_1.3.8-2.pgdg+1_arm64.deb
Size: 99664
SHA256: fb11bb296914d2b592ead00219a0aae3278ff103f24f804a942837306828bdc7
SHA1: 63c186d2bce24086b1a0119dc32d33e5e4e8761d
MD5sum: e71bd3f9889473d94269954cce2aef2e
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-rum-dbgsym
Source: postgresql-rum
Version: 1.3.8-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 296
Depends: postgresql-9.6-rum (= 1.3.8-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-9.6-rum-dbgsym_1.3.8-2.pgdg+1_arm64.deb
Size: 258460
SHA256: b7ac40d02933f64d80db4ec92d4c03dff9e5b1e1fce8ea7ea31ec3d6c507c0a9
SHA1: b0633300b26e87faf206a7d990a7971d62da6c1a
MD5sum: 34d0589b1c2178d7bc2b9080c3720282
Description: debug symbols for postgresql-9.6-rum
Build-Ids: 281002e7c06301913f44d0f81517a4e76f032c8e
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-slony1-2
Source: slony1-2
Version: 2.2.10-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-9.6, libc6 (>= 2.17)
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.10-2.pgdg+1_arm64.deb
Size: 22120
SHA256: afff185cf6f3a9c8f1b64d7ba00ce2daaec67b863b0a7081b5f2d23cb16c2c3f
SHA1: 5939834a720e5c6e70432636835196392bc6bbf0
MD5sum: d9b17e8a8651bfdb63f45aa5b0c1af0c
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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-9.6-slony1-2 (= 2.2.10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-9.6-slony1-2-dbgsym_2.2.10-2.pgdg+1_arm64.deb
Size: 49560
SHA256: acbb48ed5cfd75e02e82f83bab841d76beef44faaf17abf29fbe31a143643336
SHA1: c1b80e79f258ed6a28d9ae225287d9abfd1b7f4f
MD5sum: 53d131d8e428262a5f22da80fca84e87
Description: debug symbols for postgresql-9.6-slony1-2
Build-Ids: 1913619835363a60d5beb85ffeacd623b63ae519
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-tds-fdw
Source: tds-fdw
Version: 2.0.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-9.6, libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-9.6-tds-fdw_2.0.2-3.pgdg+1_arm64.deb
Size: 32968
SHA256: 47b8e9314561eaa7938c3d746b0d9e164289c4c04818fc9d7f00ba2cb896ce92
SHA1: c559ed38a6dcb3b6f2f8e7086acd6bc169b4b0f6
MD5sum: c2205867627e97ffefcf03e1c9aab3a2
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-9.6-tds-fdw (= 2.0.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-9.6-tds-fdw-dbgsym_2.0.2-3.pgdg+1_arm64.deb
Size: 112992
SHA256: 4d76b2a0c11dec83f0e188e7258823d35032a4f6c0e8e6ce8a03bb8ec75ed258
SHA1: a6e95359860520e2ea49a8dfb5a0fe0f03466093
MD5sum: ca634e629afe69ddabb2081789a94969
Description: debug symbols for postgresql-9.6-tds-fdw
Build-Ids: a5295173b7f4b2bc891734cc30a071f377541196
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-toastinfo
Source: toastinfo
Version: 1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/credativ/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-9.6-toastinfo_1.4-2.pgdg+1_arm64.deb
Size: 7052
SHA256: 026327eae1c270967c32996f98e6462bf40cbb37d155dd2eeb33a3a4c0068323
SHA1: bdc3195f5eaa33b3a9f8f546af49ccd0522bbf75
MD5sum: 017255aa2782ad5f3138cf629aff13e6
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-toastinfo-dbgsym
Source: toastinfo
Version: 1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24
Depends: postgresql-9.6-toastinfo (= 1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-9.6-toastinfo-dbgsym_1.4-2.pgdg+1_arm64.deb
Size: 10688
SHA256: 2ea6ae779587c6cd4a27783e890a2b3030871e3540ab62b4bcbad1fab896a5ff
SHA1: b5ae408c55a0d8ba6d98fb2520e9753731af4e21
MD5sum: 650a79592886a191d8450d7f2952ebfa
Description: debug symbols for postgresql-9.6-toastinfo
Build-Ids: 620c4b080e511e725fb8e54f78a0b8f82e3f19c8
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-unit
Source: postgresql-unit
Version: 7.4-2.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 334
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-9.6-unit_7.4-2.pgdg+1_arm64.deb
Size: 66240
SHA256: 06b67491bb15536e79ab98127e1b5053bb2883352274b50f021f4eef0dac2e06
SHA1: d3c90bed60ca28bb19eff070ee4d3090eead75a2
MD5sum: 540bb9e9219a307d3849ce4257b609a6
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-unit-dbgsym
Source: postgresql-unit
Version: 7.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 77
Depends: postgresql-9.6-unit (= 7.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-9.6-unit-dbgsym_7.4-2.pgdg+1_arm64.deb
Size: 55724
SHA256: ea59e3ed2e36b55dc47d45b808b15ccb7fc4058b6a4681817edae915d53f2392
SHA1: 7ae07b68cc003f97d19f9c8835ea2167755e85e7
MD5sum: 71bdbfb153ee6fe8ba4f637c50258799
Description: debug symbols for postgresql-9.6-unit
Build-Ids: b5b081efd369f7e1bb09bcd4c6e4c03ec4e093eb
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-wal2json
Source: wal2json
Version: 2.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-9.6-wal2json_2.4-2.pgdg+1_arm64.deb
Size: 17104
SHA256: c91d932b9f2a52f45bb4fdb759e6e744b03c44b887e7fa83d71ddffae70f0e1f
SHA1: 98f59bad3be0d2260ab50828f21d149cd8911497
MD5sum: 81a0ab47cfbc7b0fe2da986bb9ad442a
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-9.6-wal2json-dbgsym
Source: wal2json
Version: 2.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-9.6-wal2json (= 2.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-9.6-wal2json-dbgsym_2.4-2.pgdg+1_arm64.deb
Size: 50344
SHA256: 773982b41ba1164e8149de6abcd06d2b26e11ddf9de15019e9c2f4211640d18b
SHA1: ada64d603599ed982c25b97c1cca16d87e830f54
MD5sum: a0d3cbfb585588485436180a133b592e
Description: debug symbols for postgresql-9.6-wal2json
Build-Ids: cf6ac63a5020254024c075235a2d1da145db030a
Timestamp: 2021-10-25 11:53:17+00

Package: repmgr
Version: 5.2.1-2.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 23
Depends: postgresql-14-repmgr | postgresql-13-repmgr | postgresql-12-repmgr | postgresql-11-repmgr | postgresql-10-repmgr | postgresql-9.6-repmgr
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/repmgr_5.2.1-2.pgdg+1_all.deb
Size: 15800
SHA256: 6be2321b88189f789d02386232e543ce830193abd140895089f839071344a34f
SHA1: d3bc206ddd47725a5d44d40eb5a410fe37219010
MD5sum: ff3cccdc2fb8b29d71c2b4cee0501aba
Description: replication manager for PostgreSQL (metapackage)
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This is a metapackage that depends on the version specific packages.
Timestamp: 2021-10-25 11:53:17+00

Package: repmgr-common
Source: repmgr
Version: 5.2.1-2.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 309
Depends: postgresql-common (>= 26), lsb-base (>= 3.0-6)
Breaks: repmgr (<< 3.0.1-1)
Replaces: repmgr (<< 3.0.1-1)
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/repmgr-common_5.2.1-2.pgdg+1_all.deb
Size: 192504
SHA256: 5a5b7d08162a5031a29b6f1426929a4d44c9e035a23ed0e40b60d426e85ffbda
SHA1: 4aa12efd06aabbf4d866c306b1b0b408aecc148d
MD5sum: f41de3a52e8e9ec5bbfd5b1b21d792ec
Description: replication manager for PostgreSQL common files
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr files common to all versions.
Timestamp: 2021-10-25 11:53:17+00

Package: slony1-2-bin
Source: slony1-2
Version: 2.2.10-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 824
Depends: lsb-base (>= 3.0-6), logrotate, postgresql-common, perl:any, libc6 (>= 2.17), libpq5
Recommends: libdbd-pg-perl, ntp | time-daemon, postgresql-14-slony1-2 | postgresql-13-slony1-2 | postgresql-12-slony1-2 | postgresql-11-slony1-2 | postgresql-10-slony1-2 | postgresql-9.6-slony1-2
Suggests: libpg-perl, slony1-2-doc
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.10-2.pgdg+1_arm64.deb
Size: 210640
SHA256: db0d31e76830a1924905f2e571fc5ad22aec51dfb708625cb46a98f0a6123b5a
SHA1: 8e66bae4cfe6254fad4da0f0696236d9738e0b3c
MD5sum: 4b1f4eafc308e356272fab4d201e3d41
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.
Timestamp: 2021-10-25 11:53:17+00

Package: slony1-2-bin-dbgsym
Source: slony1-2
Version: 2.2.10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 360
Depends: slony1-2-bin (= 2.2.10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/slony1-2-bin-dbgsym_2.2.10-2.pgdg+1_arm64.deb
Size: 312612
SHA256: 8834a82e0aac4e107d92cd97b5783ced084f8fd35342e3db4d7131a3c0825e16
SHA1: 86c240259586dedd4f64ef76480a2a1f233e471c
MD5sum: 80df776d3dc450e9a04fa49b1f4a9f4c
Description: debug symbols for slony1-2-bin
Build-Ids: 8f9bfb4cb14015cb5ddda0234ed741698fa71fcf 9729f4fcc50e9443907439347c78332600640071 ef88df45224b055071d6c272cfd6e33216fa5601
Timestamp: 2021-10-25 11:53:17+00

Package: slony1-2-doc
Source: slony1-2
Version: 2.2.10-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1874
Conflicts: slony1-doc
Provides: slony1-doc
Multi-Arch: foreign
Homepage: http://slony.info/
Priority: optional
Section: doc
Filename: pool/main/s/slony1-2/slony1-2-doc_2.2.10-2.pgdg+1_all.deb
Size: 329824
SHA256: 7013da301230a892aaea3633a3152b01c5e11ace8c1cb10172adcbca4996fb8a
SHA1: dfa17540b048b2181609d27cdf07b63e30ae9236
MD5sum: 7cc32351b78a5d13fe37254414016dbb
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.
Timestamp: 2021-10-25 11:53:17+00

Package: postgresql-10-pgsphere
Source: pgsphere
Version: 1.1.1+2020-10-20-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 938
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 5.2), postgresql-10
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-10-pgsphere_1.1.1+2020-10-20-3.pgdg+1_arm64.deb
Size: 316736
SHA256: fdb0f2481f102abbeb56f8307e7149a0b8dcc59b4979f32e6308382d0ff34bec
SHA1: 41d3d7aa11960a32964884bad959b3400f76363a
MD5sum: 42cb4febe11e50652541e3880855123c
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2021-10-29 21:33:39+00

Package: postgresql-10-pgsphere-dbgsym
Source: pgsphere
Version: 1.1.1+2020-10-20-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 366
Depends: postgresql-10-pgsphere (= 1.1.1+2020-10-20-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-10-pgsphere-dbgsym_1.1.1+2020-10-20-3.pgdg+1_arm64.deb
Size: 310712
SHA256: a93fb8ec91274460e2efd8a1d1a8f580332a24b1b633ff5df13fc55adaf4e9e4
SHA1: e99b4c8e2a7339a97210a6b5f053d7a3ca6c9e5c
MD5sum: b9aadc43448bc740a1599b7b485ada68
Description: debug symbols for postgresql-10-pgsphere
Build-Ids: a866e3b1fd00e9fefd7791e06ad548cd167c06d4
Timestamp: 2021-10-29 21:33:39+00

Package: postgresql-10-powa
Source: powa-archivist
Version: 4.1.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1021
Depends: libc6 (>= 2.17), postgresql-10
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-10-powa_4.1.2-3.pgdg+1_arm64.deb
Size: 41060
SHA256: 584ec9eae3182433eb3c6f412ca22b465f1c6c0fd5f598e178cb7b6e070f5846
SHA1: 39f5949eb80b16893bc908b3d293247e5ca37620
MD5sum: 5277cb9fa45aa17605ec52bcfd29cb73
Description: PostgreSQL Workload Analyzer -- PostgreSQL 10 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.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2021-10-29 21:33:39+00

Package: postgresql-10-powa-dbgsym
Source: powa-archivist
Version: 4.1.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-10-powa (= 4.1.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-10-powa-dbgsym_4.1.2-3.pgdg+1_arm64.deb
Size: 34220
SHA256: 3433924bf02a1b9c51440a08fc054cdaa37da43402325992b473f1534d999743
SHA1: c3c16e375d786d36fd1ad4cb6dac2601bca8b542
MD5sum: 19a6e28b88de941948d71ea2c9e1c0ae
Description: debug symbols for postgresql-10-powa
Build-Ids: b9875b2b664d134d86adf1343fbce3587d92ea6e
Timestamp: 2021-10-29 21:33:39+00

Package: postgresql-11-pgsphere
Source: pgsphere
Version: 1.1.1+2020-10-20-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1575
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 5.2), postgresql-11
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-11-pgsphere_1.1.1+2020-10-20-3.pgdg+1_arm64.deb
Size: 543192
SHA256: 2fb8fc8bf4ded1231a508992311d66e66c07736076eef42a3c07d50496a70e1f
SHA1: df17336dfdd0eefd109ca1d61a56d9948673a70b
MD5sum: 4355396db944b1bafe6f52a80a9de85d
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2021-10-29 21:33:39+00

Package: postgresql-11-pgsphere-dbgsym
Source: pgsphere
Version: 1.1.1+2020-10-20-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 365
Depends: postgresql-11-pgsphere (= 1.1.1+2020-10-20-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-11-pgsphere-dbgsym_1.1.1+2020-10-20-3.pgdg+1_arm64.deb
Size: 310012
SHA256: b3b4c6887c200307a247e694446f17ef0638b66b3b24ad21af2cb0c049e5e88f
SHA1: 8136b3791f5ca05ebf57a3b86b56b5f7c37fb2e4
MD5sum: f9a3377d3654e1cc5fff63cf1e956828
Description: debug symbols for postgresql-11-pgsphere
Build-Ids: 5bf876a60e3359903268a110cb7de2d992c26197
Timestamp: 2021-10-29 21:33:39+00

Package: postgresql-11-powa
Source: powa-archivist
Version: 4.1.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1048
Depends: libc6 (>= 2.17), postgresql-11
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-11-powa_4.1.2-3.pgdg+1_arm64.deb
Size: 55828
SHA256: 30bf020e6aed3df4ab4e0000acf94980ce15391235283877535cdc94d8390eac
SHA1: 313393a5fedc8cba795432e4dde7d6140bfd415d
MD5sum: 6b253af7a6ba955c4d70328053384b76
Description: PostgreSQL Workload Analyzer -- PostgreSQL 11 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.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2021-10-29 21:33:39+00

Package: postgresql-11-powa-dbgsym
Source: powa-archivist
Version: 4.1.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-11-powa (= 4.1.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-11-powa-dbgsym_4.1.2-3.pgdg+1_arm64.deb
Size: 33104
SHA256: 4774e3ff0a1f686169e9a18249c7ed2ba295e214bdcf7de77ae9168792530c90
SHA1: cba26c85b85874280963e18e7aa5a2edb09a99b9
MD5sum: efd540d133a8e4398a3b4dc1126c24e8
Description: debug symbols for postgresql-11-powa
Build-Ids: 44be04f9ccb389f7f1a0ab867056afb623469b35
Timestamp: 2021-10-29 21:33:39+00

Package: postgresql-12-pgsphere
Source: pgsphere
Version: 1.1.1+2020-10-20-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1569
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 5.2), postgresql-12
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-12-pgsphere_1.1.1+2020-10-20-3.pgdg+1_arm64.deb
Size: 542916
SHA256: 48408559a33e0560c64b72b4c37598fd69595ac4c5317b808b9a854f43df1d7f
SHA1: eee5b055d5a22af55050fba9e427d9281a2f155f
MD5sum: 90bd0482ad526e6a51e827f1c5e51dc8
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2021-10-29 21:33:39+00

Package: postgresql-12-pgsphere-dbgsym
Source: pgsphere
Version: 1.1.1+2020-10-20-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 366
Depends: postgresql-12-pgsphere (= 1.1.1+2020-10-20-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-12-pgsphere-dbgsym_1.1.1+2020-10-20-3.pgdg+1_arm64.deb
Size: 311216
SHA256: 52d3e1f680a21302221e2bd4a39c753d3d33975fd9fbe0449b77db8ccc774a8d
SHA1: 25b4bed3af493cfb25deef97ef20c9980daea5cb
MD5sum: cbde2bd1b34b290fc09493868f7d126e
Description: debug symbols for postgresql-12-pgsphere
Build-Ids: 370da5623e966e6d266fc32853e1a89ca169ecd1
Timestamp: 2021-10-29 21:33:39+00

Package: postgresql-12-powa
Source: powa-archivist
Version: 4.1.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1048
Depends: libc6 (>= 2.17), postgresql-12
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-12-powa_4.1.2-3.pgdg+1_arm64.deb
Size: 55716
SHA256: 055dd3f7a47977cfe6682a9f76dd3e1e18bf2b4a0ab4d74bf00d56ba7b09f47a
SHA1: 0cd471a8027a6dfbf58d044a08cc18e08190f7ad
MD5sum: 333b0077e09f16b4e245b5f9d6a18820
Description: PostgreSQL Workload Analyzer -- PostgreSQL 12 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.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2021-10-29 21:33:39+00

Package: postgresql-12-powa-dbgsym
Source: powa-archivist
Version: 4.1.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-12-powa (= 4.1.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-12-powa-dbgsym_4.1.2-3.pgdg+1_arm64.deb
Size: 34748
SHA256: eef7c2a9461dc208e17d47c432a6972cbe578f017cacef401da8279020300adc
SHA1: d655f9a76294de4e78c190742ab54a1d19db8428
MD5sum: a56b34d129ee461522de33a6c54ec3ca
Description: debug symbols for postgresql-12-powa
Build-Ids: 80ccb25bab9d8ef8790b579c7ab4afaea5babfd6
Timestamp: 2021-10-29 21:33:39+00

Package: postgresql-13-pgsphere
Source: pgsphere
Version: 1.1.1+2020-10-20-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1569
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 5.2), postgresql-13
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-13-pgsphere_1.1.1+2020-10-20-3.pgdg+1_arm64.deb
Size: 544096
SHA256: 8184db7114891e31736e60c44d8c6f31ee6c32eb8f587d45da3e66a4bdf6e151
SHA1: 7dab9afe99b2856783dc0d085dda6f3033a62f37
MD5sum: fcf33b39e386c6fd2604e89679ce06ce
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2021-10-29 21:33:39+00

Package: postgresql-13-pgsphere-dbgsym
Source: pgsphere
Version: 1.1.1+2020-10-20-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 367
Depends: postgresql-13-pgsphere (= 1.1.1+2020-10-20-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-13-pgsphere-dbgsym_1.1.1+2020-10-20-3.pgdg+1_arm64.deb
Size: 311920
SHA256: c651629ec926bfeb8c8a2e50b8abeea58c171ca20254a94611685fea1f3fc14e
SHA1: 24f64918e33a018df74c540682e18b166236b5fd
MD5sum: 99275ca1bd442e10aeddb22dc46f3ff3
Description: debug symbols for postgresql-13-pgsphere
Build-Ids: 1e5caa0eaed3d8733974c43ebcbe254335e766a7
Timestamp: 2021-10-29 21:33:39+00

Package: postgresql-13-powa
Source: powa-archivist
Version: 4.1.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1048
Depends: libc6 (>= 2.17), postgresql-13
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-13-powa_4.1.2-3.pgdg+1_arm64.deb
Size: 55448
SHA256: 11cd1310cdebcdc0c0d79a96c044d1543a262675294edde62ca498d56d524a35
SHA1: d6dfefa8e6732258288a5a35786e70c7b7978a5c
MD5sum: 46678e2d4be1d5c0a8c397d28b2ce9b0
Description: PostgreSQL Workload Analyzer -- PostgreSQL 13 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.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2021-10-29 21:33:39+00

Package: postgresql-13-powa-dbgsym
Source: powa-archivist
Version: 4.1.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-13-powa (= 4.1.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-13-powa-dbgsym_4.1.2-3.pgdg+1_arm64.deb
Size: 31976
SHA256: 6f825738895b30acfe65641f5bae4888254f13c57f684d815fe95bf2c435636e
SHA1: a556899e0aec981e8c86ff3a1902b788ddc077ad
MD5sum: 61910e3c1f2386a56a348a78b002df3c
Description: debug symbols for postgresql-13-powa
Build-Ids: 7f8b7a7668cccfd981301e303b12f18bb41c2016
Timestamp: 2021-10-29 21:33:39+00

Package: postgresql-14-powa
Source: powa-archivist
Version: 4.1.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1049
Depends: libc6 (>= 2.17), postgresql-14
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-14-powa_4.1.2-3.pgdg+1_arm64.deb
Size: 55656
SHA256: 5f6563a78d87f04c566cddf462d5fea8ed681c1371b7af23a7d7cc3957096420
SHA1: a3a22cbdeb626b60d1634d0d5238b135ad85c87d
MD5sum: c3e92438ad0d43c37e5a67b787bb83b6
Description: PostgreSQL Workload Analyzer -- PostgreSQL 14 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.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2021-10-29 21:33:39+00

Package: postgresql-14-powa-dbgsym
Source: powa-archivist
Version: 4.1.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-14-powa (= 4.1.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-14-powa-dbgsym_4.1.2-3.pgdg+1_arm64.deb
Size: 32692
SHA256: 81c7bae9e8ecf49936e2fe4f9fa10a91919ca01c56b6e77c0d3f42e20b030b30
SHA1: 30153363b42b7045efce01d31a6569c21eedf6e4
MD5sum: e5d127edf2d00db3a506fd66e650c02a
Description: debug symbols for postgresql-14-powa
Build-Ids: 0a2fd168424283f7badd495982b25142ef7de648
Timestamp: 2021-10-29 21:33:39+00

Package: postgresql-9.6-pgsphere
Source: pgsphere
Version: 1.1.1+2020-10-20-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 938
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 5.2), postgresql-9.6
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-9.6-pgsphere_1.1.1+2020-10-20-3.pgdg+1_arm64.deb
Size: 316752
SHA256: 01ca87a2a100b838f1cfcc98c5f5b0a1877ff283438edc8fcce4238c583edc28
SHA1: c993d17753a88008d70288c325f3acd6ecef68ea
MD5sum: 8959bc5a39c4cf1794bfdb41442a1ab5
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2021-10-29 21:33:39+00

Package: postgresql-9.6-pgsphere-dbgsym
Source: pgsphere
Version: 1.1.1+2020-10-20-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 364
Depends: postgresql-9.6-pgsphere (= 1.1.1+2020-10-20-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-9.6-pgsphere-dbgsym_1.1.1+2020-10-20-3.pgdg+1_arm64.deb
Size: 308836
SHA256: 25fe3f6ae82552f690c54c9f17959355e79c26bcf40728e49b945f5abf2dba88
SHA1: 96bd94efee598d49edf0d7d214fb3e88e2cb2a46
MD5sum: 489881c28d82cd87aafc6db274189156
Description: debug symbols for postgresql-9.6-pgsphere
Build-Ids: 75672ce21c4f8c8cb13c482378a24eb32e621312
Timestamp: 2021-10-29 21:33:39+00

Package: postgresql-9.6-powa
Source: powa-archivist
Version: 4.1.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1021
Depends: libc6 (>= 2.17), postgresql-9.6
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-9.6-powa_4.1.2-3.pgdg+1_arm64.deb
Size: 41068
SHA256: d34d5cbba1611cfe2e9793b0ed31c7e7819592a1e02fd98f8d3ffad1822198d4
SHA1: 8e02f293448645269e3d4721d624c222c19d46e0
MD5sum: b02969932ea5180ce328bfc28fccfb86
Description: PostgreSQL Workload Analyzer -- PostgreSQL 9.6 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.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2021-10-29 21:33:39+00

Package: postgresql-9.6-powa-dbgsym
Source: powa-archivist
Version: 4.1.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-9.6-powa (= 4.1.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-9.6-powa-dbgsym_4.1.2-3.pgdg+1_arm64.deb
Size: 27132
SHA256: 1efd22c33eafda914347112cb5f69b7cd02781f1252f7e4186a195248a33297e
SHA1: c3caf365626a361e846844c0972da708defafe4c
MD5sum: b4a78aacc4c5f5ca2138a6d8217af1b3
Description: debug symbols for postgresql-9.6-powa
Build-Ids: 0a7cb88724a406862eb34d19b9920f19a5c5789a
Timestamp: 2021-10-29 21:33:39+00

Package: powa-collector
Version: 1.1.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: adduser, python3-psycopg2, python3:any
Suggests: postgresql-powa, powa-web
Homepage: https://github.com/powa-team/powa-collector
Priority: optional
Section: database
Filename: pool/main/p/powa-collector/powa-collector_1.1.1-1.pgdg+1_all.deb
Size: 14732
SHA256: 4882b7087935d303a9a4453adf5c4e3a06f3f60cfbf911ef01684e0493097ded
SHA1: 2d0e1aaca3b4b732da7019470ca33aa70cf91578
MD5sum: ae7e8540235081c7aa3ae84c26f5c5de
Description: PoWA collector daemon for remote snapshots
 This repository contains the powa-collector tool, a simple multi-threaded
 python program that performs the snapshots for all the remote servers
 configured in a powa repository database (in the powa_servers table).
 .
 Related packages:
  * powa-web: web frontend
  * postgresql-powa (postgresql-NN-powa): archivist collecting statistics
Timestamp: 2021-10-29 21:33:39+00

Package: powa-web
Version: 4.1.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1886
Depends: adduser, python3-psycopg2, python3-sqlalchemy (>= 0.7.2), python3-tornado, python3:any
Homepage: https://github.com/powa-team/powa
Priority: optional
Section: database
Filename: pool/main/p/powa-web/powa-web_4.1.2-1.pgdg+1_all.deb
Size: 531664
SHA256: 3379d1dbf9a284fb940b358d73b436708e1f774ceab853b734c80aeb442784b5
SHA1: 23843cc3d5570919b68bedea7d6dbd3f406f4a55
MD5sum: 2207a71ae6d992a14c83c841cfb9ffa1
Description: PostgreSQL Workload Analyzer - web interface
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers.
 .
 This package provides the web interface. It supports PostgreSQL 9.4 and later.
 Database servers to be monitored need to have the postgresql-NN-powa package
 installed and configured.
Timestamp: 2021-10-29 21:33:39+00

Package: pg-checksums-doc
Source: pg-checksums
Version: 1.0-8.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15
Multi-Arch: foreign
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: doc
Filename: pool/main/p/pg-checksums/pg-checksums-doc_1.0-8.pgdg+1_all.deb
Size: 6872
SHA256: 9846778def591f3d55c3514b009812cdeb3ddfd3db09d29ab19211c481cfcccf
SHA1: a145f76cd2979f6e34db167ec9ff780f914fe943
MD5sum: dd8a91e41e849dfac7aafb81eb1464cc
Description: Activate/deactivate/verify PostgreSQL data checksums (Documentation)
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums can activate or deactivate data checksums as long at the database
 cluster is shutdown cleanly. Activating checksums requires all database blocks
 to be read and all page headers to be updated, so can take a long time on a
 large database. Deactivating checksums only requires the cluster control file
 to be updated so is quick.
 .
 In addition, pg_checksums can verify the checksums in an offline cluster.
 .
 This package contains the manpage.
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-10-pg-checksums
Source: pg-checksums
Version: 1.0-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: libc6 (>= 2.17), postgresql-10
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-10-pg-checksums_1.0-8.pgdg+1_arm64.deb
Size: 29688
SHA256: dcdb4b0171bb6d3622d0b80478da76571eb2f130a8ddba0f2f28d665bfde0fe8
SHA1: 115487e5e374b1cacb61a42b002ee8d1e5ca3e1d
MD5sum: 3255dc5728e58f6ed95a32ab40cbd436
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums can activate or deactivate data checksums as long at the database
 cluster is shutdown cleanly. Activating checksums requires all database blocks
 to be read and all page headers to be updated, so can take a long time on a
 large database. Deactivating checksums only requires the cluster control file
 to be updated so is quick.
 .
 In addition, pg_checksums can verify the checksums in an offline cluster.
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-10-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.0-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-10-pg-checksums (= 1.0-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-10-pg-checksums-dbgsym_1.0-8.pgdg+1_arm64.deb
Size: 25732
SHA256: f66b05415bf7cac04166e956611aef2060c6b4ef3efc00f344315aeca8ce063f
SHA1: dc22c2d67a3594c1ec1c87e58fa70fa9aa0f85b9
MD5sum: d6f2b4ca5b042e0f95e189871d1baab4
Description: debug symbols for postgresql-10-pg-checksums
Build-Ids: fe9bff61106697409f3880774b97e9bfcd18ed01
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-10-pgextwlist
Source: pgextwlist
Version: 1.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-10-pgextwlist_1.12-1.pgdg+1_arm64.deb
Size: 12744
SHA256: 30f9d4b0c731ce3505a1ca3c42234e4238e6c4ddd0aef8be231b3afd36b9f298
SHA1: 2ff6cea07c56b1b7d1277698e1d1e5016fb35c79
MD5sum: 67b67a775461adde3b17429c53cc4d00
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.
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-10-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-10-pgextwlist (= 1.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-10-pgextwlist-dbgsym_1.12-1.pgdg+1_arm64.deb
Size: 45452
SHA256: c5b67dd30fa8a0410e94d02fdf357063e5b69d547f6dc748fbbe3f69cf8ad6c3
SHA1: 9f0b55bdb97698dd002c9d452035c519944c5402
MD5sum: 7de6d33d207d8f411bd2643fe74307cb
Description: debug symbols for postgresql-10-pgextwlist
Build-Ids: 1616c728416d56ef24e7bed0e365d76145026121
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-10-pllua
Source: postgresql-pllua
Version: 1:2.0.10-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 333
Depends: postgresql-10, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-10-pllua_2.0.10-3.pgdg+1_arm64.deb
Size: 105448
SHA256: d88e2c80e859b7218d2ccf415167f8ca53aab434e246f5609cf8c3003e087abb
SHA1: bb0fcaee3a7d97a5e13d59820daa7e653e7c458d
MD5sum: f1351cc0de8922f9ae4be4d4bfafd495
Description: Lua procedural language for PostgreSQL 10
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-10-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.10-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 358
Depends: postgresql-10-pllua (= 1:2.0.10-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-10-pllua-dbgsym_2.0.10-3.pgdg+1_arm64.deb
Size: 310884
SHA256: e91db48401d5ffb5fa4234f868393b928a3fb3990f348acc266d4e768ec13f24
SHA1: 5463e46e6f4f5d4d10db538b2f9d223f0a0bd543
MD5sum: 01abd7a85904a064128e9f28f66827d1
Description: debug symbols for postgresql-10-pllua
Build-Ids: 112f954382ea96048553d227e0aadaaff9c9231b 57a84a2949c44abe3d161c282b992987650909a8
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-10-rum
Source: postgresql-rum
Version: 1.3.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 411
Depends: postgresql-10, libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-10-rum_1.3.9-1.pgdg+1_arm64.deb
Size: 99420
SHA256: 8539e8dba420e5c3d980fa9538a17a334096f8cba0d40b30738ac731fd6cdd7b
SHA1: cb00f742abeebd14763b28ac8dd9b295e41ee2cb
MD5sum: 84e4b69238b56577e442912325bf4e6e
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-10-rum-dbgsym
Source: postgresql-rum
Version: 1.3.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 305
Depends: postgresql-10-rum (= 1.3.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-10-rum-dbgsym_1.3.9-1.pgdg+1_arm64.deb
Size: 267196
SHA256: 716c0816cf25ff24fb045e335762d3597790d7aa3f92eca1f885233e921db58d
SHA1: 4311ca4cdb26a8e08feef6439e01397d1549e2f3
MD5sum: 58c55c268d606f859328f75d0d86a65e
Description: debug symbols for postgresql-10-rum
Build-Ids: 6760d99245239478997112844ccf2f2c278748b3
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-11-pg-checksums
Source: pg-checksums
Version: 1.0-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: libc6 (>= 2.17), postgresql-11
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-11-pg-checksums_1.0-8.pgdg+1_arm64.deb
Size: 30188
SHA256: d8f4d58b129588999e2de5a6682aa9a11bad2dfd980d4b7cf1f324222edb8fc4
SHA1: 32791dbfe66ea380abc4b4505b5e8c4c38ead339
MD5sum: 628a938248441309cd672b447d7b4880
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums can activate or deactivate data checksums as long at the database
 cluster is shutdown cleanly. Activating checksums requires all database blocks
 to be read and all page headers to be updated, so can take a long time on a
 large database. Deactivating checksums only requires the cluster control file
 to be updated so is quick.
 .
 In addition, pg_checksums can verify the checksums in an offline cluster.
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-11-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.0-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-11-pg-checksums (= 1.0-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-11-pg-checksums-dbgsym_1.0-8.pgdg+1_arm64.deb
Size: 25864
SHA256: 0c09ebe0b10e3351add728f1ae01a89fc023490c39efed8fb895bd5320320c8b
SHA1: 1156af96d673f913d463d8b2e46d6e3386e71fe0
MD5sum: 2fe8c779132ec09a1b9082845c1a9500
Description: debug symbols for postgresql-11-pg-checksums
Build-Ids: 711227a01bb1c71101d3cc307a0c432e498a6d7b
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-11-pgextwlist
Source: pgextwlist
Version: 1.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-11-pgextwlist_1.12-1.pgdg+1_arm64.deb
Size: 34380
SHA256: 66c8adb6f9b7e30b79d38c958c3584478b4f7db728c0774f5f7abae14bcee339
SHA1: 93b117916bc1bdb28764bf480a8d775b2d198170
MD5sum: b363ccb7ed74678b6743947e924fca9f
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.
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-11-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: postgresql-11-pgextwlist (= 1.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-11-pgextwlist-dbgsym_1.12-1.pgdg+1_arm64.deb
Size: 45852
SHA256: 6fbd2215342bc6b78a3c969ede7055d1a72d2630eacfedc56c10095c41e04573
SHA1: 9927ed0dd5fd1a64c9b4f1dc2606da0ab7839a7a
MD5sum: e0b14a55dbb3e9d9d8a24d9652efa242
Description: debug symbols for postgresql-11-pgextwlist
Build-Ids: 481cb91800a0a7b89804117aad32cd30f44c8aff
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-11-pllua
Source: postgresql-pllua
Version: 1:2.0.10-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 953
Depends: postgresql-11, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-11-pllua_2.0.10-3.pgdg+1_arm64.deb
Size: 388872
SHA256: 113078f3318fe853043da1598361d448f51cdac7c23a09ac06f7bbc218f1e3f1
SHA1: 439f55a0b16b0612c4cf354b7c0494717549679e
MD5sum: cb71763a1d253e14b0b20ee562068ac3
Description: Lua procedural language for PostgreSQL 11
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-11-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.10-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 355
Depends: postgresql-11-pllua (= 1:2.0.10-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-11-pllua-dbgsym_2.0.10-3.pgdg+1_arm64.deb
Size: 308424
SHA256: b74942769da3ac7b70ef402835a229d0f0b8f44d5841894246370a151b2e4ba8
SHA1: 8e0358d09eb3db77534ebd46de2d6a97372e0aa6
MD5sum: 0814faf8f3f9da3b5b4a72c52461104b
Description: debug symbols for postgresql-11-pllua
Build-Ids: 0e7420688d6a52d763e5b6aca5ddf9ee72c153c8 41988d783e760b879bdaef92e7eed1fa7e206892
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-11-rum
Source: postgresql-rum
Version: 1.3.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 931
Depends: postgresql-11, libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-11-rum_1.3.9-1.pgdg+1_arm64.deb
Size: 346764
SHA256: 1937b29c2b727dab489ea6017f1ed5534a87ad7b7b4f6c3b2b945f9b6939953a
SHA1: bce427f799265241f5b077e9923dc96a217803ea
MD5sum: b8f7f643c801870841eed53501aa3afe
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-11-rum-dbgsym
Source: postgresql-rum
Version: 1.3.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 310
Depends: postgresql-11-rum (= 1.3.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-11-rum-dbgsym_1.3.9-1.pgdg+1_arm64.deb
Size: 273248
SHA256: ee17d2fcd6300e315814e1af7b3ad186daf64b9ea03b32d36ae28d61ac5e9f1d
SHA1: e8307ce206e9da13a49aa53d0826e5b400541f0f
MD5sum: 46096c005863718ea258a93482d60a4c
Description: debug symbols for postgresql-11-rum
Build-Ids: 9378d9717c4ec6b5af6c2b374b61dc69b5c72137
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-12-pg-checksums
Source: pg-checksums
Version: 1.0-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: libc6 (>= 2.17), postgresql-12
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-12-pg-checksums_1.0-8.pgdg+1_arm64.deb
Size: 34920
SHA256: 57a2b46961a9dc97602e0b7de8443d586219bb5579a9d54799c8c88bdadd9aa8
SHA1: 0aaab728f22b0e1f1d4442c39637288121604442
MD5sum: 68baf07a5ff5cab9a0fa7f9cc51be084
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums can activate or deactivate data checksums as long at the database
 cluster is shutdown cleanly. Activating checksums requires all database blocks
 to be read and all page headers to be updated, so can take a long time on a
 large database. Deactivating checksums only requires the cluster control file
 to be updated so is quick.
 .
 In addition, pg_checksums can verify the checksums in an offline cluster.
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-12-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.0-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-12-pg-checksums (= 1.0-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-12-pg-checksums-dbgsym_1.0-8.pgdg+1_arm64.deb
Size: 21616
SHA256: 3bdc8335d978c865a23d05af55d3a5efd041446b6537813d7715ab3e7eed50c4
SHA1: 55494a5023fa75686ccd27a76671a5cab08ceecb
MD5sum: a4baefec0b0c6dce2008b62f226ffaba
Description: debug symbols for postgresql-12-pg-checksums
Build-Ids: 9f5738f17147c994f0631aa61eada66ef7cdfc4d
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-12-pgextwlist
Source: pgextwlist
Version: 1.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-12-pgextwlist_1.12-1.pgdg+1_arm64.deb
Size: 36216
SHA256: e3538ccf965bd60fdb888f6620b7fb86a3589eb298bcf6e047c6632f58db96c5
SHA1: d1cc7351c954300d41f4a37ef0019d50cc81c060
MD5sum: 1615d055ec082b0d642bc0f3d91821f0
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.
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-12-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-12-pgextwlist (= 1.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-12-pgextwlist-dbgsym_1.12-1.pgdg+1_arm64.deb
Size: 47908
SHA256: 43ff3ccab99d7a80465c76bdb8212f223acbcd0b1872f1aad303e42f2c59190c
SHA1: 18557936c7caac0202e3350afeabb9f86a91bf86
MD5sum: 4f6ef5c9d7635bcef7957ee2d6965e22
Description: debug symbols for postgresql-12-pgextwlist
Build-Ids: 76726be477253263a05f3157388402e5df676577
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-12-pllua
Source: postgresql-pllua
Version: 1:2.0.10-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 953
Depends: postgresql-12, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-12-pllua_2.0.10-3.pgdg+1_arm64.deb
Size: 390124
SHA256: d4103d5625c6bd4063ba8196ed1ac500ba185b482f15ed9b6caba12ea32ea63e
SHA1: bc7da7a39b808fa8b6aaf40963f0e90ac4f46770
MD5sum: d087fe4b9ce9443fe3bf45c038a0b06a
Description: Lua procedural language for PostgreSQL 12
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-12-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.10-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 360
Depends: postgresql-12-pllua (= 1:2.0.10-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-12-pllua-dbgsym_2.0.10-3.pgdg+1_arm64.deb
Size: 313260
SHA256: 23ecb102206d97b75c9b46a66646f797d16570f6a1b1c1c8dab67d0d47a9ee59
SHA1: 3770e85479a9f1460fd4eb77bd7c7223636daab5
MD5sum: ef313a433532a4f5123590e9a7ae03f1
Description: debug symbols for postgresql-12-pllua
Build-Ids: d692c38d7f1ae66e03671f61c0d7caac9d13249a e5332e0519776f5c30eecd41bba4da26ef78ed1a
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-12-rum
Source: postgresql-rum
Version: 1.3.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 929
Depends: postgresql-12, libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-12-rum_1.3.9-1.pgdg+1_arm64.deb
Size: 347944
SHA256: e1c73078a88845184170ea439432bb3e403dad60731a1dd192ffeda581a4e23a
SHA1: 5fade6d226702ab79e3b811924073b3496f615b4
MD5sum: d84e1fc993263bd6fc9c7c393b4fadfe
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-12-rum-dbgsym
Source: postgresql-rum
Version: 1.3.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 314
Depends: postgresql-12-rum (= 1.3.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-12-rum-dbgsym_1.3.9-1.pgdg+1_arm64.deb
Size: 277184
SHA256: 4652ba95e31b9ff46c25d1eb01d413b072c8355837e88cdf6cee7488fb98c6d0
SHA1: ffae8819e59e4f786282ec9262549ac4cad68cb5
MD5sum: 9c9ba206ba5289327d1fa5caff07b542
Description: debug symbols for postgresql-12-rum
Build-Ids: 38f0e768237fd08ee42b34ebecf7bca65dfadb25
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-13-pg-checksums
Source: pg-checksums
Version: 1.0-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: libc6 (>= 2.17), postgresql-13
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-13-pg-checksums_1.0-8.pgdg+1_arm64.deb
Size: 34928
SHA256: 8f33dc2e000ac4a3eb3298d1924387e80683aff22d5fba11c7ec440510ba8171
SHA1: 79d892861ef5700d5d801615bb2fb365d4be85a2
MD5sum: 157bf088a850d50be8338b6e6dc8369f
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums can activate or deactivate data checksums as long at the database
 cluster is shutdown cleanly. Activating checksums requires all database blocks
 to be read and all page headers to be updated, so can take a long time on a
 large database. Deactivating checksums only requires the cluster control file
 to be updated so is quick.
 .
 In addition, pg_checksums can verify the checksums in an offline cluster.
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-13-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.0-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-13-pg-checksums (= 1.0-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-13-pg-checksums-dbgsym_1.0-8.pgdg+1_arm64.deb
Size: 21668
SHA256: 3eb2d30c3d6b038e1dae7e69ee0548f809cda52b5a8f238b53ada53eda11bec9
SHA1: 3104b916674e5725f5255986129f3ebd0d7361f4
MD5sum: 1a6b7de4282b40c52536635fbb441554
Description: debug symbols for postgresql-13-pg-checksums
Build-Ids: 124f03f2bfff229a21c00cb6ee039e1d9205e36a
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-13-pgextwlist
Source: pgextwlist
Version: 1.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-13-pgextwlist_1.12-1.pgdg+1_arm64.deb
Size: 36364
SHA256: 941923c0db0c10ea902ebc8ab812f6c45f5abf09c63388b01de6840d30301933
SHA1: 18a0eb448682220ba7ec81296b456eeb5aff1c8e
MD5sum: 1b3c6cd27092f84d3de42499d1713764
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.
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-13-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-13-pgextwlist (= 1.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-13-pgextwlist-dbgsym_1.12-1.pgdg+1_arm64.deb
Size: 54228
SHA256: f639fd8f76cd2048bddb91afa36538ac268dee9ef749d8ff8d02c3a89047c52a
SHA1: 61f72a1e9c6cb87ce4fe9c8390add82206d32290
MD5sum: 3c2836683214a80dc80710f8b908ea90
Description: debug symbols for postgresql-13-pgextwlist
Build-Ids: baf7efaefd2e7cfffd2e0175d5302d127fde2da9
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-13-pllua
Source: postgresql-pllua
Version: 1:2.0.10-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 951
Depends: postgresql-13, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-13-pllua_2.0.10-3.pgdg+1_arm64.deb
Size: 389156
SHA256: 79b6e1c7e42c783b9a2c35a8337877e2e32027d27801162ee6f2fce05348a373
SHA1: a4475fa1a12b16339d0fca28e0fdf4c08583c596
MD5sum: 2d4c275c9573b8f5275bbb05e14ef8b4
Description: Lua procedural language for PostgreSQL 13
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-13-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.10-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 364
Depends: postgresql-13-pllua (= 1:2.0.10-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-13-pllua-dbgsym_2.0.10-3.pgdg+1_arm64.deb
Size: 317724
SHA256: 2aebf081354dffab912e4654d477e36b039f7909d634ab773bcf33cc296b699d
SHA1: 2b5a5e4f432482ec3ab39be3878f220e86cfdf02
MD5sum: 199f8fccf65974bf6f95a9451e609f09
Description: debug symbols for postgresql-13-pllua
Build-Ids: 474e68f8c8c954ce9a98f84a75b6af2b8a7a6909 c02612f77b5f514738a3ad18aa08f7d52f0a9034
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-13-rum
Source: postgresql-rum
Version: 1.3.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 878
Depends: postgresql-13, libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-13-rum_1.3.9-1.pgdg+1_arm64.deb
Size: 341196
SHA256: eac6c7d77ea7937f7a8a6868dc3c67c7ca60924bd2fbffd0d4646917576a638e
SHA1: 6bc8c26061a7e4f082f02cd3cc765f61a8103c5e
MD5sum: 029bf7b7ee421c17063460b74ae1ebd5
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-13-rum-dbgsym
Source: postgresql-rum
Version: 1.3.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 312
Depends: postgresql-13-rum (= 1.3.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-13-rum-dbgsym_1.3.9-1.pgdg+1_arm64.deb
Size: 274908
SHA256: 6b4ffedf642e64f4dbf88097d640356673d802a40b7fece077bc7fe0e303d8d3
SHA1: 7dd478b1d683844ac516c6c27147f9f80e74da21
MD5sum: ecef7266730fd4c923078b1f95208412
Description: debug symbols for postgresql-13-rum
Build-Ids: 0503536b887ab2e4bee4c2605eed39962cc6c910
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-14-pg-checksums
Source: pg-checksums
Version: 1.0-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: libc6 (>= 2.17), postgresql-14
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-14-pg-checksums_1.0-8.pgdg+1_arm64.deb
Size: 34912
SHA256: 93c00b2c5bbd269b49db0d34369467ebb0dbee26891699cd38fdb20262a6a7a0
SHA1: 864b8262a9dd3df1ed78a497a572036251372776
MD5sum: 508e4a510da491272575889b090fc2be
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums can activate or deactivate data checksums as long at the database
 cluster is shutdown cleanly. Activating checksums requires all database blocks
 to be read and all page headers to be updated, so can take a long time on a
 large database. Deactivating checksums only requires the cluster control file
 to be updated so is quick.
 .
 In addition, pg_checksums can verify the checksums in an offline cluster.
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-14-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.0-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-14-pg-checksums (= 1.0-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-14-pg-checksums-dbgsym_1.0-8.pgdg+1_arm64.deb
Size: 21652
SHA256: a18e144b1ec4679f8135881bbd6fbfc7ba50df9fea7aff7b486f396918cf6bdf
SHA1: 752f9229625ef4d1416ca4ad1b357c8d57c9dba7
MD5sum: d1042bfa39f1073d67cfbcb7ee205d69
Description: debug symbols for postgresql-14-pg-checksums
Build-Ids: 4f745bb2b7e19c4c072767b5f36a14e88cfb5de6
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-14-pgextwlist
Source: pgextwlist
Version: 1.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-14, libc6 (>= 2.17)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-14-pgextwlist_1.12-1.pgdg+1_arm64.deb
Size: 36852
SHA256: 6fba46501f10d53d7d5610b0a3bab1deb141161aa3fbc34978a0f38b9f5d5088
SHA1: 1e7134aa6ed673524c52880b224c9f4e6dbb4dc8
MD5sum: 3569750d93f4b7356cfd36c1e6833aa5
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.
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-14-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-14-pgextwlist (= 1.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-14-pgextwlist-dbgsym_1.12-1.pgdg+1_arm64.deb
Size: 55584
SHA256: 1e4d758455bcec60feed054f32148c2a1f0c0e44999a859c03b673c0b738a4b9
SHA1: 3b3cd3e54db43249228b9f06ad632c14351d5a37
MD5sum: 1818515d10723ac56b199250ecbfc210
Description: debug symbols for postgresql-14-pgextwlist
Build-Ids: 67c44ae0349aa83c49c91d85f38deb18510ddf4b
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-14-pllua
Source: postgresql-pllua
Version: 1:2.0.10-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 966
Depends: postgresql-14, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-14-pllua_2.0.10-3.pgdg+1_arm64.deb
Size: 391348
SHA256: 72a4897b5c80e5e7c67c2ff5d7ed3c3e4fd9195f382e2f641012cee60c784002
SHA1: 4edc21d13b83124c9e8401ade2ce2fa0ce86f6ae
MD5sum: 0b160f6ed73209b63408ee394a6700ed
Description: Lua procedural language for PostgreSQL 14
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-14-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.10-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 366
Depends: postgresql-14-pllua (= 1:2.0.10-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-14-pllua-dbgsym_2.0.10-3.pgdg+1_arm64.deb
Size: 319344
SHA256: 5c3534f5ea27570f59ff9cf9dfa8ef07b44ff8ad13cb73cea2d6b32311f9a2e6
SHA1: 8062f6abf183b6c68e90162f636f57073e5492ed
MD5sum: 09cb0e3b4462315b83afb2e7d836dbae
Description: debug symbols for postgresql-14-pllua
Build-Ids: 32809ebe28b4c575029e4e5076c3772d7c4680b9 7da0f4235520f26197388d7a4aa4e4ed29991169
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-14-rum
Source: postgresql-rum
Version: 1.3.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 884
Depends: postgresql-14, libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-14-rum_1.3.9-1.pgdg+1_arm64.deb
Size: 341544
SHA256: 7e67366028599de45b5bb54499c85e64ca3f78927b187c8a29efc2b23b1ccf53
SHA1: 264d41dc855dc086b656973fdf5f2c9b921d49df
MD5sum: e5741b3cafb96b3236a310adea521b5e
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-14-rum-dbgsym
Source: postgresql-rum
Version: 1.3.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 314
Depends: postgresql-14-rum (= 1.3.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-14-rum-dbgsym_1.3.9-1.pgdg+1_arm64.deb
Size: 276756
SHA256: e3eaa89d08efa1061071e45b8be18871016da050e7060b77b4ffd6fa53b20fa4
SHA1: 2ff340018ce70650d20b4378cc2b296b13478614
MD5sum: 10004a833a8b27bb777fde6b24779a1d
Description: debug symbols for postgresql-14-rum
Build-Ids: 88f53d8feb7e6cde2893b9dccd1b77f2543775b3
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-9.6-pg-checksums
Source: pg-checksums
Version: 1.0-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: libc6 (>= 2.17), postgresql-9.6
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-9.6-pg-checksums_1.0-8.pgdg+1_arm64.deb
Size: 29092
SHA256: c462ba9b3cefc26542c56ca502b927fe41c3fb33751d6ba7adda66cdc14f8e5c
SHA1: 67c5a7c18cc440defe5d346d2afa8889b15fa863
MD5sum: 44e21e4b54189eb1664f55876af95893
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums can activate or deactivate data checksums as long at the database
 cluster is shutdown cleanly. Activating checksums requires all database blocks
 to be read and all page headers to be updated, so can take a long time on a
 large database. Deactivating checksums only requires the cluster control file
 to be updated so is quick.
 .
 In addition, pg_checksums can verify the checksums in an offline cluster.
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-9.6-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.0-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-9.6-pg-checksums (= 1.0-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-9.6-pg-checksums-dbgsym_1.0-8.pgdg+1_arm64.deb
Size: 28004
SHA256: ad3e66d003b319300f83d8a431fcf56aaa55fa9abcf83de2c4819917e6ad239b
SHA1: 2debfa2620d8e736d2e055ebc8eb995600ad74de
MD5sum: 1819f93f3b12bfdbdf8d25265fd7906b
Description: debug symbols for postgresql-9.6-pg-checksums
Build-Ids: 6a4a64aae95828c46b0052f79e2d87e44410e7f8
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-9.6-pgextwlist
Source: pgextwlist
Version: 1.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-9.6-pgextwlist_1.12-1.pgdg+1_arm64.deb
Size: 12696
SHA256: 2ad1f08a258045ad3f5533be5fc078ead9ffe529c8ee15760b1a8913eadc6017
SHA1: dfd6e5f19c4c4a361de81c051af55f128eacfd11
MD5sum: 70dec9fac5c76cdb7836c75e14acace5
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.
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-9.6-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-9.6-pgextwlist (= 1.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-9.6-pgextwlist-dbgsym_1.12-1.pgdg+1_arm64.deb
Size: 38328
SHA256: 6e29797de3b0a319b2eafc770b82a78cf96ac87e2bc58c95cdf8ebef72110221
SHA1: 14bdc6a8529135a2a205d149da96670b84094dec
MD5sum: 64b10d9554fe43e3df329270819befa5
Description: debug symbols for postgresql-9.6-pgextwlist
Build-Ids: 4f9259e053e4402011c9d08cd5c62f2d4d6ad89a
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-9.6-pllua
Source: postgresql-pllua
Version: 1:2.0.10-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 333
Depends: postgresql-9.6, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-9.6-pllua_2.0.10-3.pgdg+1_arm64.deb
Size: 105284
SHA256: b6576e0fb459b0e84a079be95cc64d5706234aebd597d0897a1d10773724548d
SHA1: d9c55edf1ab7ba0a0177a4500f44f0474a47f55e
MD5sum: 7dd7fe24ef3cfbdc0f77a450bf040950
Description: Lua procedural language for PostgreSQL 9.6
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-9.6-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.10-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 353
Depends: postgresql-9.6-pllua (= 1:2.0.10-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-9.6-pllua-dbgsym_2.0.10-3.pgdg+1_arm64.deb
Size: 306136
SHA256: fbb03f74447c9de975fb6cbc302f1b812372b92c542741b1f18dd46fc7465ef0
SHA1: 6c98ccf84b772e8fe0851ed70619827450fee358
MD5sum: b313ad9a973d34980c0a7ea54bb06c72
Description: debug symbols for postgresql-9.6-pllua
Build-Ids: 0af2897535eed6fc98c8b86f1d1594889df242fc eac6a52042f2a6a004b0a8ae3c27609224bf1de8
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-9.6-rum
Source: postgresql-rum
Version: 1.3.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 411
Depends: postgresql-9.6, libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-9.6-rum_1.3.9-1.pgdg+1_arm64.deb
Size: 99684
SHA256: 3a1a4f880868f41c6894ae2039e4961b86c38c1303d8b45071ad9b4fc2408103
SHA1: 8a4ee71c9e0b5c9254e499e96b074c4212a4b874
MD5sum: 152d9a65b7bc9beaeda275d3c2934d39
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-9.6-rum-dbgsym
Source: postgresql-rum
Version: 1.3.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 296
Depends: postgresql-9.6-rum (= 1.3.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-9.6-rum-dbgsym_1.3.9-1.pgdg+1_arm64.deb
Size: 258468
SHA256: a859944885840ce0f4c5d08643ff183b3dbc2c4c0881a0e773e1535cf2058066
SHA1: c086ead841ccd5a9ab72e0fa42083dcf456a9baf
MD5sum: c0286542cb2188b0703e0e986649f45f
Description: debug symbols for postgresql-9.6-rum
Build-Ids: cc9c34c8e61c37f02541f9e17cc4e41db8885cd2
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-filedump
Version: 14.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: libc6 (>= 2.17), liblz4-1 (>= 0.0~r113)
Homepage: https://wiki.postgresql.org/wiki/Pg_filedump
Priority: optional
Section: database
Filename: pool/main/p/postgresql-filedump/postgresql-filedump_14.0-2.pgdg+1_arm64.deb
Size: 41684
SHA256: f78374f694491c9198193acc28eb616ad160f26e2735029ed9636986bf81f808
SHA1: 295c2c131703e114894a7790fd51ba6f9ac60279
MD5sum: b6094d81b4e11f5d32460368548f0d99
Description: Dump PostgreSQL files in human-readable form
 pg_filedump is a utility to format PostgreSQL heap/index/control files in
 human-readable form.
Timestamp: 2021-11-02 10:48:11+00

Package: postgresql-filedump-dbgsym
Source: postgresql-filedump
Version: 14.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-filedump (= 14.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-filedump/postgresql-filedump-dbgsym_14.0-2.pgdg+1_arm64.deb
Size: 49128
SHA256: 189ae4c2f6c8c396ce596ce2553cca0728f952452f4d06da5e72fc7b0fda5eeb
SHA1: e8d9e10a5b26227d2067a873eee608d20b85ed00
MD5sum: 47838f9fa38200efec6622382b26e22f
Description: debug symbols for postgresql-filedump
Build-Ids: b98d9b81607b9dca0799d18bb7170f7dd60b5157
Timestamp: 2021-11-02 10:48:11+00

Package: postgis
Source: postgis (3.1.4+dfsg-1.pgdg+1)
Version: 3.1.4+dfsg-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1392
Depends: libc6 (>= 2.29), libgdal29 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libpq5, libproj22 (>= 4.9.0)
Recommends: postgresql-postgis, postgis-doc
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.1.4+dfsg-1.pgdg+1+b2_arm64.deb
Size: 289388
SHA256: 12c3ef3f92d78a0d3f5b8358238a7c6b1eff9f5f9088dce8f80162421a3ae3c8
SHA1: f048b82b1b3a45b1de75e34f05ee29aaff8d49a9
MD5sum: 874f986e147cfbf98bc21be5424184d3
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2021-11-03 22:48:53+00

Package: postgis-dbgsym
Source: postgis (3.1.4+dfsg-1.pgdg+1)
Version: 3.1.4+dfsg-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1834
Depends: postgis (= 3.1.4+dfsg-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.1.4+dfsg-1.pgdg+1+b2_arm64.deb
Size: 1715212
SHA256: c8f83d83748bd09a727295b097101dd3ac1510c3dfc7bf5a6f0921ea61a2c411
SHA1: 0148c087feef9d8dca335be8fd53169b442d367f
MD5sum: c2a020f857823cc6f7eb6be2f7545e0b
Description: debug symbols for postgis
Build-Ids: 11e95a999bf92a4538a6fbc82488dac936b0b404 3cc914641b1ea107e1ff37b315e3c1ccba8daa6c 490d15878c3e4c0b5c91da1bdc7b9c670b8c4e30
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-10-cron
Source: pg-cron
Version: 1.4.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: postgresql-10, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-10-cron_1.4.1-2.pgdg+1_arm64.deb
Size: 30704
SHA256: 590635b1e057fa562cabdd91df96902072c1804e48a555309296e0039044a684
SHA1: ba0e549931ca9e8beaaa52a4c889127892a64aa0
MD5sum: b7f6a5df36e6c6968daeb754a72ecc78
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-10-cron-dbgsym
Source: pg-cron
Version: 1.4.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: postgresql-10-cron (= 1.4.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-10-cron-dbgsym_1.4.1-2.pgdg+1_arm64.deb
Size: 91436
SHA256: 897216a0fbf5de89a729852b73dff377682df286fe74779b29cd36490a58652b
SHA1: c0adff360aa45ad88c59556b9d1543f1ce6a86df
MD5sum: 784dd996ce8246977f0da0cbeb638958
Description: debug symbols for postgresql-10-cron
Build-Ids: 7b81ea49674d5900566e9920be940f66b17c061c
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-10-pgfincore
Source: pgfincore
Version: 1.2.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: libc6 (>= 2.17), postgresql-10
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-10-pgfincore_1.2.2-3.pgdg+1_arm64.deb
Size: 15188
SHA256: 967ea294e0d341c89b090c1288df7503a9bee09482cf2ee4c993557ad98e6a74
SHA1: 46abdf9540e713bc9fba704d1e46b75a397c2a51
MD5sum: 9f2189b2cff069926c27d5cafbad37cc
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.
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-10-pgfincore-dbgsym
Source: pgfincore
Version: 1.2.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-10-pgfincore (= 1.2.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-10-pgfincore-dbgsym_1.2.2-3.pgdg+1_arm64.deb
Size: 37084
SHA256: 2dbbfd8d9be943780088892ccbba84b5f201d71657493075883be145bca07017
SHA1: 8133c0c9481dd4843ad2e40966c842aeed22efb8
MD5sum: b3c632e9f576be3304eaf966feccb1f4
Description: debug symbols for postgresql-10-pgfincore
Build-Ids: 839ff3312a7acb9a25c0b806880de7b7b58d3055
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-10-postgis-3
Source: postgis (3.1.4+dfsg-1.pgdg+1)
Version: 3.1.4+dfsg-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2860
Depends: postgresql-10, postgresql-10-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal29 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libproj22 (>= 6.0.0), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-10-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-10-postgis-3_3.1.4+dfsg-1.pgdg+1+b2_arm64.deb
Size: 630536
SHA256: 32ff88d50f45ee3ed019cd3a42f229b11f8ce3bda84ec1073e0f73d21c6a83bd
SHA1: 6a9a7b21788c862609510c22712835442eb9bd3e
MD5sum: af833fb3b812da8fa9752d2e64e9b246
Description: Geographic objects support for PostgreSQL 10
 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".
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-10-postgis-3-dbgsym
Source: postgis (3.1.4+dfsg-1.pgdg+1)
Version: 3.1.4+dfsg-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4699
Depends: postgresql-10-postgis-3 (= 3.1.4+dfsg-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-10-postgis-3-dbgsym_3.1.4+dfsg-1.pgdg+1+b2_arm64.deb
Size: 4408540
SHA256: 1bec8bb73ab097472a9d4d0aef779c3bf69dfa83b28a20167e177cd5f94bd0f8
SHA1: 4b320c3a391b73452802e124c4ea3b7cb03b3a42
MD5sum: 373da4501708a4c59a30142b16446490
Description: debug symbols for postgresql-10-postgis-3
Build-Ids: 4436993b22f09c506d505146f825bc50280e24a1 5364a7c2d362d0e1c3daba49c378eb82e876dd8a a3dd0aeda52f25df84ed3048c8dc08f2914b90e0 c12009fbaf3708a7d565254aaf9bd573449bec6a
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-10-repmgr
Source: repmgr
Version: 5.2.1-3.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 927
Depends: postgresql-10, repmgr-common (>= 5.2.1-3.pgdg+1), libc6 (>= 2.17), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-10-repmgr_5.2.1-3.pgdg+1_arm64.deb
Size: 208456
SHA256: 16a15e68bb4659807a8827b976c9b2b6160b5be29fca1528ca47ea7f6ec0ecfd
SHA1: 996d37c06c6a1297d77ef24405cc264cb028d0ff
MD5sum: 9102cf75777d70fbe6cff7a13e2ae25e
Description: replication manager for PostgreSQL 10
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 10.
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-10-repmgr-dbgsym
Source: repmgr
Version: 5.2.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 712
Depends: postgresql-10-repmgr (= 5.2.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-10-repmgr-dbgsym_5.2.1-3.pgdg+1_arm64.deb
Size: 650844
SHA256: 487933128954e1904612c849a2078b4ca2c04bddbd84c7938718fcf4dc06eeb7
SHA1: 57df68b73c554994e9dfd97f17364421f9c608ed
MD5sum: 3e4a57a2cd3e32e2bc4057d1d370f30c
Description: debug symbols for postgresql-10-repmgr
Build-Ids: 550144ff6d5ac4923c6772fa04ef3b7d7b41ca20 586595791179819a0d99033f43b09c759479b95e 6573555b433d79c17427f66d2081e730fdadff7c
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-10-semver
Source: postgresql-semver
Version: 0.31.2-1.pgdg+1
Architecture: arm64
Maintainer: Felix Lechner <felix.lechner@lease-up.com>
Installed-Size: 93
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-10-semver_0.31.2-1.pgdg+1_arm64.deb
Size: 22536
SHA256: 5b1c565cadc94ec930436a433ea4d9f2db2b64213a6f0f02daa14bddc1f1f12f
SHA1: 507d1a527b6234ccbbb6ceba9184d4c32a3d4d80
MD5sum: aa22c5e1cda23209aec259be1412cd9e
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-10-semver-dbgsym
Source: postgresql-semver
Version: 0.31.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Felix Lechner <felix.lechner@lease-up.com>
Installed-Size: 34
Depends: postgresql-10-semver (= 0.31.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-10-semver-dbgsym_0.31.2-1.pgdg+1_arm64.deb
Size: 18760
SHA256: 398baee34b7b2f29edb10c878155aebbce2a71eb2287f1792354c639021b8bdb
SHA1: d3c16a5485dd06571190f2a5cb1fb7d56fea52be
MD5sum: 0688e57159082542b1b971821aa0b6d1
Description: debug symbols for postgresql-10-semver
Build-Ids: 31e25098601f29b4b5566027d4fec5c3569f9584
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-11-cron
Source: pg-cron
Version: 1.4.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 235
Depends: postgresql-11, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-11-cron_1.4.1-2.pgdg+1_arm64.deb
Size: 98492
SHA256: 7815c9b2f16716b95512c3ecbfeb942a9edccb04035d178d7754e177b7c40dc9
SHA1: 2eff419caf898b3ae39a984af891073638a6d213
MD5sum: 85ed2f1a3218210edd2b1e78e9ec3dda
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-11-cron-dbgsym
Source: pg-cron
Version: 1.4.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-11-cron (= 1.4.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-11-cron-dbgsym_1.4.1-2.pgdg+1_arm64.deb
Size: 93008
SHA256: cd13f0962694334f1c2c16285c5740ac7c5aec8ee77ff2bdedac75f8a94f2f38
SHA1: 27d03fbe0535f09dfc42387889c5b967cfe14050
MD5sum: a526c57560911e7f9f13e889349cd1ef
Description: debug symbols for postgresql-11-cron
Build-Ids: fd627d4f0d5893cf9a381928a065aacb3eaf13c0
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-11-pgfincore
Source: pgfincore
Version: 1.2.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: libc6 (>= 2.17), postgresql-11
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-11-pgfincore_1.2.2-3.pgdg+1_arm64.deb
Size: 31292
SHA256: 0e3397bb47fc6cdaac5c84114739f6b166691bc0bc7461fd6679637f9936eeeb
SHA1: f796c15c29e0b84503585856c12d8d9a192a4c73
MD5sum: 169bc44c7e70fc23ab741a0b9cf28551
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.
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-11-pgfincore-dbgsym
Source: pgfincore
Version: 1.2.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-11-pgfincore (= 1.2.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-11-pgfincore-dbgsym_1.2.2-3.pgdg+1_arm64.deb
Size: 38328
SHA256: 159fc21954bf2a60dab081b01efea5cdad3da0f288b5a56441350394b0d1b0d9
SHA1: 674e4a5b9ff334a03177fd81073167e2e5702c10
MD5sum: 1ceb5c6785294e63407d2174be5f5aba
Description: debug symbols for postgresql-11-pgfincore
Build-Ids: f48f005669c902e45e9951eab47a6c342f52f0db
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-11-postgis-3
Source: postgis (3.1.4+dfsg-1.pgdg+1)
Version: 3.1.4+dfsg-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 8399
Depends: postgresql-11, postgresql-11-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal29 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libproj22 (>= 6.0.0), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-11-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3_3.1.4+dfsg-1.pgdg+1+b2_arm64.deb
Size: 2619700
SHA256: 02feeea5d486e188e0422acee9c06b0301f4249be0ea61c9997f2e4d0ed46459
SHA1: ef55378700bea9919db4004f94890131de395b1c
MD5sum: e628c2a6a0faf291a9bbebffcd9ac1a7
Description: Geographic objects support for PostgreSQL 11
 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".
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-11-postgis-3-dbgsym
Source: postgis (3.1.4+dfsg-1.pgdg+1)
Version: 3.1.4+dfsg-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4720
Depends: postgresql-11-postgis-3 (= 3.1.4+dfsg-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-11-postgis-3-dbgsym_3.1.4+dfsg-1.pgdg+1+b2_arm64.deb
Size: 4423708
SHA256: 2b88124711c9f4cf8df382b2b58b2bd84b182f0d8c8c3a0b16329bfa211ed91a
SHA1: c2ca77b9b72605d98b19cba2cd7b3d5982909256
MD5sum: da8d60569d658f87a9f768c3ca4bbe8f
Description: debug symbols for postgresql-11-postgis-3
Build-Ids: 34abb41b58d33cebb488013fa706cd7a23107d7f 5cb8872a95662ef53bde6dc76b117e19fcab95a6 c76d3bb23b2b8f3723c6bfa2bd1a65ca0303b57b fa7d5dcfa47cd8a49349a3288fc7a891f82376da
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-11-repmgr
Source: repmgr
Version: 5.2.1-3.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 954
Depends: postgresql-11, repmgr-common (>= 5.2.1-3.pgdg+1), libc6 (>= 2.17), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-11-repmgr_5.2.1-3.pgdg+1_arm64.deb
Size: 221328
SHA256: 1cf19566d034420b2aa66294d6813e1f4e3764abb7ddc4c0658c11e5baffe5f7
SHA1: cbd39e989f4657329568675903cefc99209a5f7a
MD5sum: 9690b23dc67381c20bc93726bf7bce12
Description: replication manager for PostgreSQL 11
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 11.
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-11-repmgr-dbgsym
Source: repmgr
Version: 5.2.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 712
Depends: postgresql-11-repmgr (= 5.2.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-11-repmgr-dbgsym_5.2.1-3.pgdg+1_arm64.deb
Size: 651728
SHA256: 7e9dc683ee228b208ee945bc650a6cb9f7a45e2e26762001aa2d303dc3595a74
SHA1: 0a009e7e7e715811f060bc462640048820fa295f
MD5sum: 5aace51b0252216b4342ee99fd5eab8f
Description: debug symbols for postgresql-11-repmgr
Build-Ids: 16004aee7ecc34b7a12eb7c405463b5aa6268d60 aaf760f16a1cb65bcfb0fb99def7df12f2d28c69 ad8f48f3e69e134b9964eef600f84ac2947bb9e4
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-11-semver
Source: postgresql-semver
Version: 0.31.2-1.pgdg+1
Architecture: arm64
Maintainer: Felix Lechner <felix.lechner@lease-up.com>
Installed-Size: 124
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-11-semver_0.31.2-1.pgdg+1_arm64.deb
Size: 36376
SHA256: 3da0d8e833ececf1215753a170d95fba0512f7178d27bf30a1be2f6eaf2b9e08
SHA1: 0e202bc73725c14e66fd8f7e12dbd5265d6e7c8a
MD5sum: 6be9c89bcc093ff853026655e43eaf43
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-11-semver-dbgsym
Source: postgresql-semver
Version: 0.31.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Felix Lechner <felix.lechner@lease-up.com>
Installed-Size: 34
Depends: postgresql-11-semver (= 0.31.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-11-semver-dbgsym_0.31.2-1.pgdg+1_arm64.deb
Size: 18876
SHA256: d03f2060fbb5a0788f6edca8b162e2cc5f59ea5b6ec8713178d5ef3c3988cf1c
SHA1: 8e063b737cd10e52a2e5fb9253caaad3182b387b
MD5sum: 5390aa5cc55895d9d8e06ecb7f88a9c6
Description: debug symbols for postgresql-11-semver
Build-Ids: 2f466beb91436ceea69d02e538b67face647dc09
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-12-cron
Source: pg-cron
Version: 1.4.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 237
Depends: postgresql-12, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-12-cron_1.4.1-2.pgdg+1_arm64.deb
Size: 99720
SHA256: 95f9329735f2370bdaa98346de1d54726de8c66b6ba66b38add8416fd45dc24d
SHA1: 4271a394c641a05192b5169824593cd2ee085c0b
MD5sum: 581a7938815329eb3a66f016a1cd6847
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-12-cron-dbgsym
Source: pg-cron
Version: 1.4.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-12-cron (= 1.4.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-12-cron-dbgsym_1.4.1-2.pgdg+1_arm64.deb
Size: 100588
SHA256: e72861c00f6048ca93f981b405128a17f11a4731691dac0a6bf564ca23267cd1
SHA1: fa53592cef04e5b2ebaa5f905d3134b7a7c68379
MD5sum: 18185207f44d71b2ff8b48066ace5f6a
Description: debug symbols for postgresql-12-cron
Build-Ids: fab383c493ba460fa196b630bf3e8fbdff44c5fd
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-12-pgfincore
Source: pgfincore
Version: 1.2.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: libc6 (>= 2.17), postgresql-12
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-12-pgfincore_1.2.2-3.pgdg+1_arm64.deb
Size: 31816
SHA256: e4f1babd39df1e566e386fe2748a6d9d20b124076359b48dc1c22f1d51fb00d6
SHA1: e8497260ee49aa2d06fc330ae78868bf1f140471
MD5sum: db8cecdae9bc29f639e44fb9e784cebb
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.
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-12-pgfincore-dbgsym
Source: pgfincore
Version: 1.2.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-12-pgfincore (= 1.2.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-12-pgfincore-dbgsym_1.2.2-3.pgdg+1_arm64.deb
Size: 42096
SHA256: 4b6e0dd76f484fd3a9ed269d1ae36a79159e651b8a2ea29cb796980187e7c9e3
SHA1: f31da2baf4f7ba931bf33f2b53e91f7cf522a1b9
MD5sum: af9964a1a0d1b8750044d87fd226f544
Description: debug symbols for postgresql-12-pgfincore
Build-Ids: 7daea83df6cc4046a8ef6d0f6b3ccb429cb35d8c
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-12-postgis-3
Source: postgis (3.1.4+dfsg-1.pgdg+1)
Version: 3.1.4+dfsg-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 8569
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal29 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libproj22 (>= 6.0.0), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-12-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.1.4+dfsg-1.pgdg+1+b2_arm64.deb
Size: 2679916
SHA256: d527239be468d2a8f508aedc9925bdfe63f374fffafdf3f68398f7e9221c3e1e
SHA1: 966ceaa8f42d65635261cce9351e9927e8edefd8
MD5sum: fc7f4ba9c3aa80089ec30e3fbe1304b6
Description: Geographic objects support for PostgreSQL 12
 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".
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis (3.1.4+dfsg-1.pgdg+1)
Version: 3.1.4+dfsg-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4815
Depends: postgresql-12-postgis-3 (= 3.1.4+dfsg-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.1.4+dfsg-1.pgdg+1+b2_arm64.deb
Size: 4520584
SHA256: 73042f030afca15de52afc1f3006bc0a2bbaeaa16c045f4c7cd30b5bee3cbe92
SHA1: d354a6d556ac4919aae9ec5342d92121b1581f7b
MD5sum: 3ecce66349a713851d0b7c925d0b9ff4
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 30f4fd7c2d1bd14ad5853e6c509cd26b3ee5eed8 36a8d67c19839ecb0c5c623f39cd134cc534b8f5 4c1c0f41d0be0e43188fa2cd1550d79bfc75c0fa 9256eb361182ba1bcc935d601b3d2240fff0f1fd
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-12-repmgr
Source: repmgr
Version: 5.2.1-3.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 994
Depends: postgresql-12, repmgr-common (>= 5.2.1-3.pgdg+1), libc6 (>= 2.17), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-12-repmgr_5.2.1-3.pgdg+1_arm64.deb
Size: 227600
SHA256: 73b4341fb784b2495d9852aaf242cd6ac5c77bb11668f75e028d7d243a7560b7
SHA1: c3c405fa0089a11c5994449a34692e44ff0f4f72
MD5sum: f6b641abada116e049d72aaa8005c3d3
Description: replication manager for PostgreSQL 12
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 12.
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-12-repmgr-dbgsym
Source: repmgr
Version: 5.2.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 717
Depends: postgresql-12-repmgr (= 5.2.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-12-repmgr-dbgsym_5.2.1-3.pgdg+1_arm64.deb
Size: 653292
SHA256: af0637ad0d0742b03e3c9e165a7fecfc6bd041cb544ccaeffa37604682acbba7
SHA1: 6dad86cf8d38ecd2144eafa9b37c1952b87945db
MD5sum: 9799845865d4d05c21b3d2a76360caff
Description: debug symbols for postgresql-12-repmgr
Build-Ids: 5c92f6e6df08b4d1cf38f18d74bb6bb50b65f8e3 7f03c2230e120c93ea8afb26a4639cc4a07515c1 b3c4a7d381319d8e24b1e492a8b687e3f7bddb32
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-12-semver
Source: postgresql-semver
Version: 0.31.2-1.pgdg+1
Architecture: arm64
Maintainer: Felix Lechner <felix.lechner@lease-up.com>
Installed-Size: 123
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-12-semver_0.31.2-1.pgdg+1_arm64.deb
Size: 36592
SHA256: 1a484ecc41d09189798d1dcb8dd22560ebdaebd133de5c8aa4b826fbfb536a38
SHA1: f134035f8335504a1bbb71b20783b599e3069176
MD5sum: ea1f8474ff0f79777d658bb287631472
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-12-semver-dbgsym
Source: postgresql-semver
Version: 0.31.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Felix Lechner <felix.lechner@lease-up.com>
Installed-Size: 34
Depends: postgresql-12-semver (= 0.31.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-12-semver-dbgsym_0.31.2-1.pgdg+1_arm64.deb
Size: 18796
SHA256: fe426b56b882a26a93427f31e75a7470ed604d05f4d0b5651498a13410e4c3dc
SHA1: 001b42a86574bc034c6268bb75590dc12df7f0f9
MD5sum: 0c66e4c90cd362c211144548f7f1682a
Description: debug symbols for postgresql-12-semver
Build-Ids: fe07df4e0ee2299ca73090e10683eecbb87f6947
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-13-cron
Source: pg-cron
Version: 1.4.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 238
Depends: postgresql-13, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-13-cron_1.4.1-2.pgdg+1_arm64.deb
Size: 100380
SHA256: 2de2bd0f0d17c694b1a20237b16078edb3d6af5e134578ae5880f84b78ca9125
SHA1: 948afa3438c5edcfa04d497a22c0fd0077b3d5db
MD5sum: 57ace726e4b4cd80ffa92ad4f684a145
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-13-cron-dbgsym
Source: pg-cron
Version: 1.4.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-13-cron (= 1.4.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-13-cron-dbgsym_1.4.1-2.pgdg+1_arm64.deb
Size: 104628
SHA256: 16d223d793db1194705cd21bff0be8481b1324c5597a012b580e87ab00f5f10a
SHA1: 2a745aa57836a387a5f68b3e489d85d810b89946
MD5sum: 982f2008b4d8c18086aeb47d5ac48301
Description: debug symbols for postgresql-13-cron
Build-Ids: 39bfd5e1008b152e55186515486ffd6ed4f30ed0
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-13-pgfincore
Source: pgfincore
Version: 1.2.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: libc6 (>= 2.17), postgresql-13
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-13-pgfincore_1.2.2-3.pgdg+1_arm64.deb
Size: 32024
SHA256: 806c64fdf57304e5277a0b53931f5eb561ba0bb34dc2342cc8c0645fadc2e532
SHA1: f7aa1cef096a958a584ff2b13bbd136b4dfc781f
MD5sum: cc4b32c120adb29e90ba297c7e22a8dc
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.
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-13-pgfincore-dbgsym
Source: pgfincore
Version: 1.2.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-13-pgfincore (= 1.2.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-13-pgfincore-dbgsym_1.2.2-3.pgdg+1_arm64.deb
Size: 39960
SHA256: b1ccffac7d935c001322d2d5641028454b8a4e9421a4ad3a05f80fcf03ef78e4
SHA1: 2299b79e6a19923ca6d9cbccb7e7b87331753749
MD5sum: 813c596a25b42f2f4e46b4512da58989
Description: debug symbols for postgresql-13-pgfincore
Build-Ids: c833dbffcce213d77b7d71889abf5c8bfe05e402
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-13-postgis-3
Source: postgis (3.1.4+dfsg-1.pgdg+1)
Version: 3.1.4+dfsg-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 8588
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal29 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libproj22 (>= 6.0.0), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-13-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.1.4+dfsg-1.pgdg+1+b2_arm64.deb
Size: 2698556
SHA256: b088475182ab20d551b0813debbcc8714ab2eabc9182542e642695d4858aec04
SHA1: 085a740e7a8a0414dda15b269405fa5fb12b153a
MD5sum: a3f74f698b5dbbde069a2b21dfd3303c
Description: Geographic objects support for PostgreSQL 13
 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".
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis (3.1.4+dfsg-1.pgdg+1)
Version: 3.1.4+dfsg-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4819
Depends: postgresql-13-postgis-3 (= 3.1.4+dfsg-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.1.4+dfsg-1.pgdg+1+b2_arm64.deb
Size: 4525548
SHA256: f6efe97374287f1664a73c130f3f91f86c2ba79f4c311d8184be56472eef906b
SHA1: 1779a1315dd5b4a920ddb103dbccce1e7661419d
MD5sum: ea0d437c7d15eb87e25904f587501e9c
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 5a5b8902cfb428fe09d9bf104c45b74dbe979f55 5e2d3aad993bcd97baeaf57d7edbc0c103e13cf5 9523856ef723626ef9fec5e58024f41e9df74551 cd572557a7a21a274c3f4e3cd45f5ab3b72dbf07
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-13-repmgr
Source: repmgr
Version: 5.2.1-3.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 994
Depends: postgresql-13, repmgr-common (>= 5.2.1-3.pgdg+1), libc6 (>= 2.17), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-13-repmgr_5.2.1-3.pgdg+1_arm64.deb
Size: 227504
SHA256: ff3c983a71d3e06eba3b656bfd4966547383af7690a26a22cb4152d30cf1efbd
SHA1: aad564bb1344fd729ee002786331543d51732272
MD5sum: a12426016c08292db6ddd7c128184723
Description: replication manager for PostgreSQL 13
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 13.
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-13-repmgr-dbgsym
Source: repmgr
Version: 5.2.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 717
Depends: postgresql-13-repmgr (= 5.2.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-13-repmgr-dbgsym_5.2.1-3.pgdg+1_arm64.deb
Size: 653584
SHA256: 45c2a8f1ebd54d87efaec5a38a55aedf10534b02791a11e738c39ab7c3fed893
SHA1: 084d4f0fcfcb88eff6050212f96d61062aca9771
MD5sum: 770c5778f7120486875d05a7b5cd782d
Description: debug symbols for postgresql-13-repmgr
Build-Ids: 09a1326be7370947c130e22ad10a85cc660c3182 4f26c3b5827458f2ee96f485da1f3b1ca46521af ea55f3c5e0397585566b947285a93d151cdfdb66
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-13-semver
Source: postgresql-semver
Version: 0.31.2-1.pgdg+1
Architecture: arm64
Maintainer: Felix Lechner <felix.lechner@lease-up.com>
Installed-Size: 123
Depends: libc6 (>= 2.17), postgresql-13
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-13-semver_0.31.2-1.pgdg+1_arm64.deb
Size: 36820
SHA256: 3ffc76a38ef65eb6ee36dbae8326527f8d7d951234fc68bd63c981d463bcddf1
SHA1: 8cf504d34b1174b5a63bcf4b4c40ab883dfeb887
MD5sum: f0ff86fc0c8b2165e1362f65fa9b30cb
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-13-semver-dbgsym
Source: postgresql-semver
Version: 0.31.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Felix Lechner <felix.lechner@lease-up.com>
Installed-Size: 35
Depends: postgresql-13-semver (= 0.31.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-13-semver-dbgsym_0.31.2-1.pgdg+1_arm64.deb
Size: 19068
SHA256: 1bf9f358ffe86b80e28e9b3ec9ee451751209fc510631cc5e7f701c2e5493367
SHA1: 27c7ddd6cbf6e0c4f7460a25797613e0d9d76eb3
MD5sum: cf2b17a396bb79b8278d700c679ec241
Description: debug symbols for postgresql-13-semver
Build-Ids: e8dc8e0b1118139b844063c3111a45b885680ff3
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-14-cron
Source: pg-cron
Version: 1.4.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 239
Depends: postgresql-14, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-14-cron_1.4.1-2.pgdg+1_arm64.deb
Size: 100984
SHA256: 0138661a5e661a1dc4dea58ed33f614dec6f8965f69d7d2a4dc2e8383c02ad83
SHA1: 5b446279a852a8dd2fcf49f7ce259d7b80f9d4e8
MD5sum: 4952d94e7e730a878a5dc8cf1ab2a104
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-14-cron-dbgsym
Source: pg-cron
Version: 1.4.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-14-cron (= 1.4.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-14-cron-dbgsym_1.4.1-2.pgdg+1_arm64.deb
Size: 107164
SHA256: 208f66d44bcb2799f86fec73b9af30ac3f8363d765d72d0fba846b47085c11f7
SHA1: 04891a05d00437ea651b1c149f34af9783d8c3cc
MD5sum: ca8e680a1b2ea762bd0f9b5ca7e3bec0
Description: debug symbols for postgresql-14-cron
Build-Ids: 9f0fdaf1d4decc15f9f661d15d5e429c5f5c31cb
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-14-pgfincore
Source: pgfincore
Version: 1.2.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: libc6 (>= 2.17), postgresql-14
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-14-pgfincore_1.2.2-3.pgdg+1_arm64.deb
Size: 32616
SHA256: 57c8702d92fed3230faf0b88d1f456d836182c89f120be13f526386cf55596bf
SHA1: 02014ad4fa58d67ae0106744eb8688d9299836ff
MD5sum: aa17e07e9e3907010c3760a43d3370b9
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.
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-14-pgfincore-dbgsym
Source: pgfincore
Version: 1.2.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-14-pgfincore (= 1.2.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-14-pgfincore-dbgsym_1.2.2-3.pgdg+1_arm64.deb
Size: 40856
SHA256: 3bfc5ecbfafab37ff410e4c9ba2dc43d7ac06d060bfb217d89a415431696332d
SHA1: e618ea90850c12ae228f17050eba597f3ea976cb
MD5sum: 8656d1db4419be0fbe8366ef71251fee
Description: debug symbols for postgresql-14-pgfincore
Build-Ids: 6082687d89d45db3f3f18cbf0c80ef8f7130fcfa
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-14-postgis-3
Source: postgis (3.1.4+dfsg-1.pgdg+1)
Version: 3.1.4+dfsg-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 8655
Depends: postgresql-14, postgresql-14-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal29 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libproj22 (>= 6.0.0), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-14-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3_3.1.4+dfsg-1.pgdg+1+b2_arm64.deb
Size: 2703704
SHA256: 2d307601f4de3e9198333068770ee7250f04e73907cfa218c37c7f56dab9d9da
SHA1: 736620334710d57895b6451a009ca0a483df75fb
MD5sum: 878a26a408eec79be652d907ff0c5d14
Description: Geographic objects support for PostgreSQL 14
 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".
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-14-postgis-3-dbgsym
Source: postgis (3.1.4+dfsg-1.pgdg+1)
Version: 3.1.4+dfsg-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4831
Depends: postgresql-14-postgis-3 (= 3.1.4+dfsg-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-14-postgis-3-dbgsym_3.1.4+dfsg-1.pgdg+1+b2_arm64.deb
Size: 4537672
SHA256: 95a0102c50bf65391cb05f4aea3e033cc2ae43764d05460b5d01de5d4d62429d
SHA1: 7f26ac836ee852eae38f8f13a269b99ea04c45b8
MD5sum: e92e40ae2dc3d103905f4730b6c8ecd1
Description: debug symbols for postgresql-14-postgis-3
Build-Ids: 08eed651c988b405d16a97bb23ff84223b8870e8 4d0aa9aea01d042f9f0237ef958ede5ace147a7f aeb67e8f077abdf60bd3ad4dcb3e073e31fd923d c6cdf61630e77463712ca93f0e025fbe3e97c7f6
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-14-repmgr
Source: repmgr
Version: 5.2.1-3.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 995
Depends: postgresql-14, repmgr-common (>= 5.2.1-3.pgdg+1), libc6 (>= 2.17), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-14-repmgr_5.2.1-3.pgdg+1_arm64.deb
Size: 227848
SHA256: dabac5f0ceb303ea9d40107fb92ccce86797c973225260c1d89de9788c8daa56
SHA1: 759ee5a002ff732a8c840cec18adb73a8ad0d662
MD5sum: 2958c185269854ffcd703816a59b10b7
Description: replication manager for PostgreSQL 14
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 14.
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-14-repmgr-dbgsym
Source: repmgr
Version: 5.2.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 718
Depends: postgresql-14-repmgr (= 5.2.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-14-repmgr-dbgsym_5.2.1-3.pgdg+1_arm64.deb
Size: 653928
SHA256: 2c8be1ab21c2b9a9c3b3fcadb4bdb7123f8a1a9a3dd3ae92b317d9dd6da5495d
SHA1: 33ef07c8125e346cd1582e4a9fdc95781eeef85f
MD5sum: 1e7bae49ea2c5cb598f29e4a2d1a8ff7
Description: debug symbols for postgresql-14-repmgr
Build-Ids: 67430acb8102f0c4f9609ca75be7fae772f48e6e 71df9344a3fb1d9312cf9aa4d38ce3fe0734992f db168f8f13cf88b99697fa9aad6e269237778efb
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-14-semver
Source: postgresql-semver
Version: 0.31.2-1.pgdg+1
Architecture: arm64
Maintainer: Felix Lechner <felix.lechner@lease-up.com>
Installed-Size: 124
Depends: libc6 (>= 2.17), postgresql-14
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-14-semver_0.31.2-1.pgdg+1_arm64.deb
Size: 36772
SHA256: 5260623830bea12bf19d606edd791b2b385eb97a38f94ccaa9ec2ea2073123ac
SHA1: f31455426e2d4ee98d2bf008968aa11df84d9762
MD5sum: c0daa072cafa37ae6bd41efe8156ed56
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-14-semver-dbgsym
Source: postgresql-semver
Version: 0.31.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Felix Lechner <felix.lechner@lease-up.com>
Installed-Size: 35
Depends: postgresql-14-semver (= 0.31.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-14-semver-dbgsym_0.31.2-1.pgdg+1_arm64.deb
Size: 19188
SHA256: 1ad5ef03cdb4f3b10b8fd4f1c25410c5e8ff41bda6e16db0afb64428822e4b4d
SHA1: a4644b1b982a8d3da164f393b76e59d6f974f282
MD5sum: 35eaa458c65b898f55579f789c24a8f7
Description: debug symbols for postgresql-14-semver
Build-Ids: ccfee6f2759eadba6dd19f7b9fdc2c7c8e8c8b60
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-9.6-cron
Source: pg-cron
Version: 1.4.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-9.6, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-9.6-cron_1.4.1-2.pgdg+1_arm64.deb
Size: 30644
SHA256: f274e12fc685b5b0ec121dbe1d33c51036d58ee4396094c49ada60b22f92d943
SHA1: 302c1e5e464e644a86e6fa0ff8883621cb64d9d1
MD5sum: db81c8d2f1c291d75cd77d10ba39ad4e
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-9.6-cron-dbgsym
Source: pg-cron
Version: 1.4.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-9.6-cron (= 1.4.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-9.6-cron-dbgsym_1.4.1-2.pgdg+1_arm64.deb
Size: 88672
SHA256: 633cf661d59b68e8e61ea0518ab762708f694a31c86e291211a7d672065f8fb4
SHA1: 2d27a07de020fe88eeb71619686cfdc2a4846155
MD5sum: c66f8668fa186cbe14a67310b0949ab5
Description: debug symbols for postgresql-9.6-cron
Build-Ids: 64f6521487ea5908755af0eb50205d084fce81c5
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-9.6-pgfincore
Source: pgfincore
Version: 1.2.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-9.6-pgfincore_1.2.2-3.pgdg+1_arm64.deb
Size: 15184
SHA256: aa153110e8ed72de39817474281fd0dd10020ff53f888cc6b00e34e1fc710a11
SHA1: de37b074a52586743ab5f2ef55280ce35d1a4c4f
MD5sum: cf1fe490f517be40b32f5708f3c2dc48
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.
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-9.6-pgfincore-dbgsym
Source: pgfincore
Version: 1.2.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-9.6-pgfincore (= 1.2.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-9.6-pgfincore-dbgsym_1.2.2-3.pgdg+1_arm64.deb
Size: 32700
SHA256: 44036d029a9414fac32eb1008269393e2dc46d6777fb3c3ca6503059ae938c46
SHA1: bcdcb8a5333fe1877c91c4e97b1da5c37d68b286
MD5sum: 01541e131b05e0719f9c7f9e48435d5f
Description: debug symbols for postgresql-9.6-pgfincore
Build-Ids: 595ef5f6d8a063aa3a147ac68796390aeb573a03
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-9.6-postgis-3
Source: postgis (3.1.4+dfsg-1.pgdg+1)
Version: 3.1.4+dfsg-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2856
Depends: postgresql-9.6, postgresql-9.6-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal29 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libproj22 (>= 6.0.0), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-9.6-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-9.6-postgis-3_3.1.4+dfsg-1.pgdg+1+b2_arm64.deb
Size: 632648
SHA256: c85b7e9f96318aa19f7b99aaf9f6ccd3cf33ea4410c27cf36f4e02c633db6cec
SHA1: 521bf3ce6a1bd7ff832f2b2c7d16148dc6fe3c6e
MD5sum: 33a59c7e0edd5adf0373c4a412f763d0
Description: Geographic objects support for PostgreSQL 9.6
 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".
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-9.6-postgis-3-dbgsym
Source: postgis (3.1.4+dfsg-1.pgdg+1)
Version: 3.1.4+dfsg-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4635
Depends: postgresql-9.6-postgis-3 (= 3.1.4+dfsg-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-9.6-postgis-3-dbgsym_3.1.4+dfsg-1.pgdg+1+b2_arm64.deb
Size: 4340964
SHA256: a84ae55192c60143b02d8d8add857ef79ad377d2d2ce2b59995dd979f22cb77e
SHA1: 1096ce84037d4a8e23bb53571f0d7f0e5d17a706
MD5sum: de4f5f85c8464c9fbd557fb7ad38cb39
Description: debug symbols for postgresql-9.6-postgis-3
Build-Ids: 078905f0b7e6f029f1be3ef22385be3dd4d607a8 3aafecba0a30ac5cf78453ff07a9d4018d1e9e7c 57244ff4ea285b974b3b0b389cb4db1fa7bf0f27 7109985eaca897f06b32bb68b0717b90c3ea1d07
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-9.6-repmgr
Source: repmgr
Version: 5.2.1-3.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 923
Depends: postgresql-9.6, repmgr-common (>= 5.2.1-3.pgdg+1), libc6 (>= 2.17), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-9.6-repmgr_5.2.1-3.pgdg+1_arm64.deb
Size: 206972
SHA256: b73e0ce4671eb0b00b852d07053c7c12801994a082cc096cc2ef85ad3799f0e5
SHA1: 661b41f91a2206747f88d03c42b2486b8bba2359
MD5sum: 8ddfef884d6dc1a8d851a9ac139253fa
Description: replication manager for PostgreSQL 9.6
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 9.6.
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-9.6-repmgr-dbgsym
Source: repmgr
Version: 5.2.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 710
Depends: postgresql-9.6-repmgr (= 5.2.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-9.6-repmgr-dbgsym_5.2.1-3.pgdg+1_arm64.deb
Size: 650832
SHA256: fd7d62d40cc23e7b7863aba408790d82fe5c8b2509479a47babafc8610bab0ee
SHA1: 891839b1f94d7935e45326ef72fefeca744be82d
MD5sum: 7c45b563d106d88896dde64cc934ead2
Description: debug symbols for postgresql-9.6-repmgr
Build-Ids: 6d1dfd0b60333fd8df64b55fe0049feba6f15903 88d41a91ab640cbc78ebb2898130761df676aebb aa47a80b44cdd868b58b6edc5c1c736a14a08978
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-9.6-semver
Source: postgresql-semver
Version: 0.31.2-1.pgdg+1
Architecture: arm64
Maintainer: Felix Lechner <felix.lechner@lease-up.com>
Installed-Size: 94
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-9.6-semver_0.31.2-1.pgdg+1_arm64.deb
Size: 22764
SHA256: b1f5e765685bd120e2ec62bc9db08b7a85f72a888ca76512922bd03ace606663
SHA1: b1c69264c6e4f8255eeb795a309d3c54f5ec6e46
MD5sum: 1364dc90e847a3a2104b88ca7289bb5b
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2021-11-03 22:48:53+00

Package: postgresql-9.6-semver-dbgsym
Source: postgresql-semver
Version: 0.31.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Felix Lechner <felix.lechner@lease-up.com>
Installed-Size: 34
Depends: postgresql-9.6-semver (= 0.31.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-9.6-semver-dbgsym_0.31.2-1.pgdg+1_arm64.deb
Size: 18684
SHA256: 953c34e13550fd03c37cb92c7ac380e0ebad6ab9406649987f22c9a895c9c84b
SHA1: 2fc06bcadc7a112b96e973fa26b26c4f24bc76fa
MD5sum: 5b2c1e48954d2b5d779c331cfaf7b5e7
Description: debug symbols for postgresql-9.6-semver
Build-Ids: 83c923a6ef94a798ca80ef83a8189c89056a79a4
Timestamp: 2021-11-03 22:48:53+00

Package: repmgr
Version: 5.2.1-3.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 23
Depends: postgresql-14-repmgr | postgresql-13-repmgr | postgresql-12-repmgr | postgresql-11-repmgr | postgresql-10-repmgr | postgresql-9.6-repmgr
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/repmgr_5.2.1-3.pgdg+1_all.deb
Size: 15824
SHA256: f753476ecc17de6968a84da956a184f27d911678865904c0ff8e85235badaff2
SHA1: fa8961db9ff02de79c4e773df3e0798490cc2d2d
MD5sum: c0e4e98e18bb88d91ed1b05d45785e91
Description: replication manager for PostgreSQL (metapackage)
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This is a metapackage that depends on the version specific packages.
Timestamp: 2021-11-03 22:48:53+00

Package: repmgr-common
Source: repmgr
Version: 5.2.1-3.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 309
Depends: postgresql-common (>= 26), lsb-base (>= 3.0-6)
Breaks: repmgr (<< 3.0.1-1)
Replaces: repmgr (<< 3.0.1-1)
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/repmgr-common_5.2.1-3.pgdg+1_all.deb
Size: 192548
SHA256: 65ad7f2452bd27e1bfbe14df9ef305907e16911eb71bdd3b9de5bdfca2fc0024
SHA1: 5f5feb609aa2f0ab2a564929700ad515372c3f1c
MD5sum: 161d8c57b5a9cd722004b46b16231f2f
Description: replication manager for PostgreSQL common files
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr files common to all versions.
Timestamp: 2021-11-03 22:48:53+00

Package: libpgpool0
Source: pgpool2
Version: 4.1.4-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: libc6 (>= 2.29)
Breaks: pgpool2 (<< 3.1.1)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libs
Filename: pool/main/p/pgpool2/libpgpool0_4.1.4-6.pgdg+1_arm64.deb
Size: 143328
SHA256: cb7b0533fbcf70009dfac4b139b165330b3422c7c0a1b3b8c884320ddc072054
SHA1: 43ec07ebd10aeb41308befe016ab86563599ef3b
MD5sum: 25ceb49b7a730865df610f6a36d6bae1
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).
Timestamp: 2021-11-08 13:28:56+00

Package: libpgpool0-dbgsym
Source: pgpool2
Version: 4.1.4-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: libpgpool0 (= 4.1.4-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/libpgpool0-dbgsym_4.1.4-6.pgdg+1_arm64.deb
Size: 60948
SHA256: 0cd02bf559856545afa4a9961022580e8a1c3f29a9bfb375ecec3bff37ba6319
SHA1: c22f7026ea518600f95a9e6fc466c3eef7519779
MD5sum: c8d57ddb39bc40dd2b20f38c215c412e
Description: debug symbols for libpgpool0
Build-Ids: eb90af09f176ca27cbd30328681efb5dd21e5cd6
Timestamp: 2021-11-08 13:28:56+00

Package: libpgpool-dev
Source: pgpool2
Version: 4.1.4-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 249
Depends: libpgpool0 (= 4.1.4-6.pgdg+1)
Conflicts: libpcp3-dev
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libdevel
Filename: pool/main/p/pgpool2/libpgpool-dev_4.1.4-6.pgdg+1_arm64.deb
Size: 152648
SHA256: ee0de72adec259697c63750df7b5fe705977f9c044827f78a5597ab409fd6cf4
SHA1: 5735edce947407649a658289ea1836acfbe56994
MD5sum: f01b40339bcf60acdc82576c33fcb7b5
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).
Timestamp: 2021-11-08 13:28:56+00

Package: libpostgresql-jdbc-java-doc
Source: libpgjava
Version: 42.3.1-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 11142
Depends: default-jdk-doc
Conflicts: libpg-java-doc (<= 8.4-702-1)
Replaces: libpg-java-doc
Provides: libpg-java-doc
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java-doc_42.3.1-1.pgdg+1_all.deb
Size: 636232
SHA256: 205907156b2e410d3ad265afa6ba9940c9be89bb1ea0dd3de0bd8d9574d9845b
SHA1: 246e1de56f7d372b874c87254475e617623f98a6
MD5sum: 16fd8d739978c877ea45209bc3d602b1
Description: Java database (JDBC) driver for PostgreSQL (documentation)
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
 .
 This package contains the documentation.
Timestamp: 2021-11-08 13:28:56+00

Package: pgpool2
Version: 4.1.4-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5255
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: libpgpool0 (= 4.1.4-6.pgdg+1), lsb-base (>= 3.0-3), postgresql-common (>= 26), ucf, libc6 (>= 2.29), libcrypt1 (>= 1:4.1.0), libmemcached11, libpam0g (>= 0.99.7.1), libpq5, libssl1.1 (>= 1.1.0)
Enhances: postgresql
Conflicts: pgpool
Replaces: pgpool
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/pgpool2_4.1.4-6.pgdg+1_arm64.deb
Size: 1063324
SHA256: ea0f6fd582f5e9ac4df4bb67905507cd3be6c3843444259a0b60c3e52c6b7d8c
SHA1: 83e1b78f38bc56a7f22ea4012a020893fd9607d5
MD5sum: 6eba4e858a28e0faf890b8b731bb6316
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.
Timestamp: 2021-11-08 13:28:56+00

Package: pgpool2-dbgsym
Source: pgpool2
Version: 4.1.4-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1724
Depends: pgpool2 (= 4.1.4-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/pgpool2-dbgsym_4.1.4-6.pgdg+1_arm64.deb
Size: 1608880
SHA256: 5533f3f54fdf3081e01723eec0e8d3480e8252cc3b6043a35314e09b5ac78b2b
SHA1: 00376e0e0df0a4def503c2c988b85abc2ef8c51d
MD5sum: ed7cbaa8f09007a7afc694145471fdd9
Description: debug symbols for pgpool2
Build-Ids: 20bf22c83fb8dd07a38e7d61e7242e5f1a4e38ef 39fb3ec73fc9a93f099bd3bd433d37e27631b86d 6fe4e866109f97c61c4a24136c62714ccaa93a58 912c5a4b46518d520c65ae9b9cd4125846db9e1b e366fb5f8001a1f6fb4927de50af9e77634cb101
Timestamp: 2021-11-08 13:28:56+00

Package: pgtap
Version: 1.1.0-6.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27
Depends: postgresql-pgtap, libtap-parser-sourcehandler-pgtap-perl
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/pgtap_1.1.0-6.pgdg+1_all.deb
Size: 20160
SHA256: 0b5aff4e8be220731c58d1dddf7acda0457887c6f0f1de9bdf216a5052eff89d
SHA1: 18547c240de7988a9dc2ff3db4edab0efb1d72b6
MD5sum: 7d33937237cea946873c3947c2eb68da
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.
Timestamp: 2021-11-08 13:28:56+00

Package: pgtap-doc
Source: pgtap
Version: 1.1.0-6.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 338
Multi-Arch: foreign
Homepage: https://pgtap.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgtap/pgtap-doc_1.1.0-6.pgdg+1_all.deb
Size: 64700
SHA256: 700eb192b74defc7b0cb7b10e0f6a54c62ab3e3baf43c7b1ae6f6d2b5e7c388f
SHA1: 27422facb91333afa1158cf4c0636342f3ef97d0
MD5sum: 95621cfbfae1ac2ca149728600d92ffc
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.
Timestamp: 2021-11-08 13:28:56+00

Package: postgis
Version: 3.1.4+dfsg-3.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1399
Depends: libc6 (>= 2.29), libgdal29 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libpq5, libproj22 (>= 4.9.0)
Recommends: postgresql-postgis, postgis-doc
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.1.4+dfsg-3.pgdg+1_arm64.deb
Size: 288772
SHA256: 2c0f74510a670736ee66e9fee91651953346a73080a501890e0ac09bc5429d36
SHA1: 23cadaa51117cf87fb0c4bb16efbd56652279879
MD5sum: 9f847dc091319029d942dba18befbbcb
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2021-11-08 13:28:56+00

Package: postgis-dbgsym
Source: postgis
Version: 3.1.4+dfsg-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1748
Depends: postgis (= 3.1.4+dfsg-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.1.4+dfsg-3.pgdg+1_arm64.deb
Size: 1624772
SHA256: 7c22d88d5c602785c1c749cfab0a441206c9dcd3088d9c78f426a35a1430a816
SHA1: b382f4994715a9e4f1f92f56a77f0a96f05b201d
MD5sum: f0f96e6c31769a85fa743318291ae9cc
Description: debug symbols for postgis
Build-Ids: 490d15878c3e4c0b5c91da1bdc7b9c670b8c4e30 54d7da0bf5872a562cfb22cc679cd785d2f5e880 f618bf24a9da85649e36469b037d672f29df62ec
Timestamp: 2021-11-08 13:28:56+00

Package: postgis-doc
Source: postgis
Version: 3.1.4+dfsg-3.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5901
Suggests: postgis
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: doc
Filename: pool/main/p/postgis/postgis-doc_3.1.4+dfsg-3.pgdg+1_all.deb
Size: 2846156
SHA256: d2fe822bff85b4e879fbf236393a4734fa6e6252540fe13ba5d889be0d6af251
SHA1: f3ba58512238bab704f4592b4c776f1ac79f2a41
MD5sum: b317b04fc33e50e425c94e6c853c8ce8
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.
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-10-pgpool2
Source: pgpool2
Version: 4.1.4-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 203
Depends: libpgpool0 (>= 4.1.4-6.pgdg+1), postgresql-10, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2_4.1.4-6.pgdg+1_arm64.deb
Size: 134732
SHA256: 213843e59efbd40c2246adc41805d6ea7363da3901aa4c1a3d6d60e2b2f4e392
SHA1: 4bf56091a6bf02334c6b5e5b01fbcf7e2bcd0531
MD5sum: 869dcd25383b34d29b1d8f5ba979cc94
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 10 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-10-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.4-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-10-pgpool2 (= 4.1.4-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2-dbgsym_4.1.4-6.pgdg+1_arm64.deb
Size: 50560
SHA256: baf42ae3f4fa16d959573fc23509a89da23ac07b8db562bc6d42f368674e93d9
SHA1: a9b224130bba33c358b44a28319ed6dc16fe63a0
MD5sum: 4c183af2c856309bb46bc464b1c6b446
Description: debug symbols for postgresql-10-pgpool2
Build-Ids: 008ae827522aba6dd62b082cfa987123b89d418e a1bb1baaafe0e0df791113af7f32d33a9d268d25 fa475e3498527a1a7a593b986746cdac42c9f9d0
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-10-pgtap
Source: pgtap
Version: 1.1.0-6.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1637
Depends: postgresql-10
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-10-pgtap_1.1.0-6.pgdg+1_all.deb
Size: 59124
SHA256: 14c41c8ddf0da74821cd1250644d083db0d5f49cf123444a434199f412772744
SHA1: 5f89e2b2abac1d748e81229710773c4867b2d6dd
MD5sum: 462d17ad8aee74f107cfc30acf98dc57
Description: Unit testing framework extension for PostgreSQL 10
 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 10.
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-10-postgis-3
Source: postgis
Version: 3.1.4+dfsg-3.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3292
Depends: postgresql-10, postgresql-10-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal29 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libjson-c5 (>= 0.15), libpcre3, libproj22 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-10-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-10-postgis-3_3.1.4+dfsg-3.pgdg+1_arm64.deb
Size: 787280
SHA256: 53e5c92e208187541485756e2b30eecc0343951503e4d6f893ff2d535a5234b8
SHA1: 45973f64e93f345200fb3548d99a36e899811324
MD5sum: 9da1c3aa7a4f3b19e282701db2f927aa
Description: Geographic objects support for PostgreSQL 10
 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".
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-10-postgis-3-dbgsym
Source: postgis
Version: 3.1.4+dfsg-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4315
Depends: postgresql-10-postgis-3 (= 3.1.4+dfsg-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-10-postgis-3-dbgsym_3.1.4+dfsg-3.pgdg+1_arm64.deb
Size: 4022680
SHA256: efcafdd55b0d1bb35ce9180704268b5d91388acd1ce5a2e125a5fb83cc6c75a4
SHA1: f6db4a89aeba08e2d291bd9b1ed92bc223777d6b
MD5sum: 7c58fafdd75cc1d10728df59ba4ef909
Description: debug symbols for postgresql-10-postgis-3
Build-Ids: 17ec0ca1ae49b8cc7cecfc1e30eae0af337ed39d 72fd6d274250b7a608b8a6ca50088a3799fb5b2d a3dd0aeda52f25df84ed3048c8dc08f2914b90e0 c12009fbaf3708a7d565254aaf9bd573449bec6a ea2f72b2634ec5724c1217d29e279760a11ebc7c
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-10-postgis-3-scripts
Source: postgis
Version: 3.1.4+dfsg-3.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26109
Depends: perl:any
Recommends: postgresql-10-postgis-3
Replaces: postgresql-10-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-10-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-10-postgis-3-scripts_3.1.4+dfsg-3.pgdg+1_all.deb
Size: 1077736
SHA256: 6a8b745becbb56986f7bb529cd5d19b7449ea40e41ae27f09efc6b6088e20ab7
SHA1: 33acf0a60a6ee83e966d7b4f3575e24661bd0142
MD5sum: 5fab0a4fe859c5075142b5aaa8c6ceed
Description: Geographic objects support for PostgreSQL 10 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 10 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-10-tdigest
Source: tdigest
Version: 1.2.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-10-tdigest_1.2.0-2.pgdg+1_arm64.deb
Size: 20544
SHA256: 3a0091ddf301644202e0808091b8a74391f7fd27c886e8b0933054a19e397952
SHA1: 33f86fb33831b266724b13835a36fdbbe8bf43d0
MD5sum: cb26b935335bd715fd837bed5d1d17c7
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-10-tdigest-dbgsym
Source: tdigest
Version: 1.2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-10-tdigest (= 1.2.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-10-tdigest-dbgsym_1.2.0-2.pgdg+1_arm64.deb
Size: 41504
SHA256: 039ed6756c2d0a2bd699d1398e2ba306b3910705a095bb912ece390b274c43d3
SHA1: a33c14c59ce47b22a5f080f585ff09dadaefe219
MD5sum: cb6223bb9c04af76e7f998ee4f02e9e3
Description: debug symbols for postgresql-10-tdigest
Build-Ids: 0e1eae0113537766e6672377510dd05c74e4f0cc
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-11-pgpool2
Source: pgpool2
Version: 4.1.4-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: libpgpool0 (>= 4.1.4-6.pgdg+1), postgresql-11, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2_4.1.4-6.pgdg+1_arm64.deb
Size: 158288
SHA256: 99cec77a6924c5a0ec37f999a5cb32a36a7fe582a808c2ecde19c12a16c38f45
SHA1: e491558daad5398719f0e7ef6973df2ad332525a
MD5sum: 9c43c41959def8dca81d82f69890e196
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 11 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-11-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.4-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-11-pgpool2 (= 4.1.4-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2-dbgsym_4.1.4-6.pgdg+1_arm64.deb
Size: 48088
SHA256: 5e0eaf823348ab90e81dee67c16d47aa8220b5ca5ef6c684b091e64481199c81
SHA1: c378cd8baa8c0f15ceae2ce1c11a262607fb0516
MD5sum: 0eb2a86ef2af48e192241817f036a6bd
Description: debug symbols for postgresql-11-pgpool2
Build-Ids: 19b7e8f4f8a2f1540bdba4df9a2c21d199eef602 3c7a565807ad6df8e73f46e1b3ba8dba9ea3801b f73fba801aec098966c2e3f954a7cc535a717a0f
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-11-pgtap
Source: pgtap
Version: 1.1.0-6.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1637
Depends: postgresql-11
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-11-pgtap_1.1.0-6.pgdg+1_all.deb
Size: 59108
SHA256: e6b1019d8ebecf7f58f24602e28e6bed9510ea99e90375cf158dd9a6764f632b
SHA1: c2a39fc946d0019852921252df9db15429b05633
MD5sum: 65dc6a0d5862ca92f2f2c6c2f306f4d7
Description: Unit testing framework extension for PostgreSQL 11
 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 11.
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-11-postgis-3
Source: postgis
Version: 3.1.4+dfsg-3.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9742
Depends: postgresql-11, postgresql-11-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal29 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libjson-c5 (>= 0.15), libpcre3, libproj22 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-11-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3_3.1.4+dfsg-3.pgdg+1_arm64.deb
Size: 3208896
SHA256: e6d98923ea44519a09f14d2dc4663299b9a1a89db210feeb7eb0a9346c86b6d5
SHA1: 581c7c66286385771dc50d5cf987cb35bfa28c35
MD5sum: 28f3779b5755d93c31dd418fb6504482
Description: Geographic objects support for PostgreSQL 11
 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".
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-11-postgis-3-dbgsym
Source: postgis
Version: 3.1.4+dfsg-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4331
Depends: postgresql-11-postgis-3 (= 3.1.4+dfsg-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-11-postgis-3-dbgsym_3.1.4+dfsg-3.pgdg+1_arm64.deb
Size: 4034876
SHA256: c31007de5831e8ddf87fcba7f44b139cb85fd0a7dd94d650b853b8dfc66e121e
SHA1: 86da7a17169082aa2cfe0d209c6e494d4b60f12f
MD5sum: 3db64211c3f8427cb765715bdee907ed
Description: debug symbols for postgresql-11-postgis-3
Build-Ids: 34abb41b58d33cebb488013fa706cd7a23107d7f 5cb8872a95662ef53bde6dc76b117e19fcab95a6 92de3f49d16faf84dac8a1c785e02ef27dc2e2d0 939dd50c32b1d3953c60e0893a75d6ec81b9c76f eb9871b0d5cf5293603a4f7008d6f80eee872039
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-11-postgis-3-scripts
Source: postgis
Version: 3.1.4+dfsg-3.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26187
Depends: perl:any
Recommends: postgresql-11-postgis-3
Replaces: postgresql-11-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-11-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3-scripts_3.1.4+dfsg-3.pgdg+1_all.deb
Size: 1085424
SHA256: 69417dcc7f06dcfe629cc1a5b3289fdd894e42ffbfe9324194bc8a10302e67d4
SHA1: f0ca8defdccc89dc61620d7eb35cc5de2d6142f5
MD5sum: 63d8777653a609de460f4d60f85445f1
Description: Geographic objects support for PostgreSQL 11 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 11 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-11-tdigest
Source: tdigest
Version: 1.2.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 139
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-11-tdigest_1.2.0-2.pgdg+1_arm64.deb
Size: 56056
SHA256: c4521c5a9d0215e8c9d58c4a1f6c65ed1c1e17c3289aac475b6542a6184d8bf5
SHA1: d391c623871ea1b5d6067fb69f0a53601a2c0f31
MD5sum: 3786ae3bb63afb12f452917a6080ed26
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-11-tdigest-dbgsym
Source: tdigest
Version: 1.2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-11-tdigest (= 1.2.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-11-tdigest-dbgsym_1.2.0-2.pgdg+1_arm64.deb
Size: 43092
SHA256: d6ba30b0fdb8532c03755e51d66e1df84327073bf11b51795d5e124c344b1dfa
SHA1: b574b57852cac198a470c271bd03505cdc444d6f
MD5sum: 2b9c02b4de48d38d8700d2760e3f6028
Description: debug symbols for postgresql-11-tdigest
Build-Ids: 1761ecbd53a77e041d8ef029c53b31ff1ff3e317
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-12-pgpool2
Source: pgpool2
Version: 4.1.4-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: libpgpool0 (>= 4.1.4-6.pgdg+1), postgresql-12, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2_4.1.4-6.pgdg+1_arm64.deb
Size: 158328
SHA256: d0fa1309e484e5f9b4ea37ab5b6790aafbb5324398f6e1d16da3870718408fff
SHA1: 6b7ed993dd124a0a4dfb6b200edbc242aa6d083d
MD5sum: d8168b9a31ef003dffef1513561437bd
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 12 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-12-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.4-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-12-pgpool2 (= 4.1.4-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2-dbgsym_4.1.4-6.pgdg+1_arm64.deb
Size: 49256
SHA256: 19127d1986d8b6977846a22d98f973c12ac05e651ffabc47ce69cb59ac39ce5f
SHA1: 21e592c03a962e3de8580848979003326de3af5e
MD5sum: 31a4fe497c7127a151c1c71960165f53
Description: debug symbols for postgresql-12-pgpool2
Build-Ids: 23eaa316781ca536643fae03a7fd9d7cd5156896 933bbff4168f4a8aeb8504285daca66d416c844d a3d046005a64ce552338a77dafd47b6e6778ad4e
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-12-pgtap
Source: pgtap
Version: 1.1.0-6.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1637
Depends: postgresql-12
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-12-pgtap_1.1.0-6.pgdg+1_all.deb
Size: 59104
SHA256: d905e2ace878a22e9b1e4a66ae2cbf51454d5520f0b832f17a29b0bf3ba83a40
SHA1: 69bf53a9f67424864bf07baedb49236408362377
MD5sum: 8968e7d7861bcbbf2497157b1b92f856
Description: Unit testing framework extension for PostgreSQL 12
 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 12.
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.1.4+dfsg-3.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9925
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal29 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libjson-c5 (>= 0.15), libpcre3, libproj22 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-12-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.1.4+dfsg-3.pgdg+1_arm64.deb
Size: 3272276
SHA256: 4c2dc4d27bd96638598ff477255649d338ab0132f1652038766eafe88c603acf
SHA1: 15a68b773bab9c725833b5502f6a09e62a64e776
MD5sum: babd2c8c41d787b19e17c406aecd7247
Description: Geographic objects support for PostgreSQL 12
 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".
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis
Version: 3.1.4+dfsg-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4350
Depends: postgresql-12-postgis-3 (= 3.1.4+dfsg-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.1.4+dfsg-3.pgdg+1_arm64.deb
Size: 4052744
SHA256: 07f61aec043851fa9a7af11c365f6a6ce6fd717c31d57c7709753aea72dd5698
SHA1: 430b349666a4158f44129fc33b43c2fcad60d756
MD5sum: c4feaa0952117064f2a3daca2d483aa9
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 08dbba085c86a1c7da14638362cb0b67d12fb752 30f4fd7c2d1bd14ad5853e6c509cd26b3ee5eed8 9256eb361182ba1bcc935d601b3d2240fff0f1fd d0ef76833f0d92da60e9e793dd0b1fdcecb9feb4 d558fcb5b5b7fd6d130b06c6def22afa62b37736
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.1.4+dfsg-3.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26191
Depends: perl:any
Recommends: postgresql-12-postgis-3
Replaces: postgresql-12-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-12-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.1.4+dfsg-3.pgdg+1_all.deb
Size: 1085448
SHA256: 07251f1ca860026affee87e34852483d8ecfa7ea66622f28f255c71ff0409131
SHA1: c8f729931192f346e0222e17451e83d53b552478
MD5sum: 3b18c0a8d7e68910bac4d95b97954da6
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-12-tdigest
Source: tdigest
Version: 1.2.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 139
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-12-tdigest_1.2.0-2.pgdg+1_arm64.deb
Size: 56252
SHA256: b489a33227dd27176ea58ad8eacaf6e951e34fc814dd9dfaf90488cbf881e918
SHA1: 2bee20f3afcd85d53a620ee2c61e4bff503e9233
MD5sum: 5134e903fb1c78b6f4952068e7f5ccbb
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-12-tdigest-dbgsym
Source: tdigest
Version: 1.2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-12-tdigest (= 1.2.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-12-tdigest-dbgsym_1.2.0-2.pgdg+1_arm64.deb
Size: 43832
SHA256: a1a9417db7cf741d9d0da070a9935cbd2b3a34ccda5ab103b2746f6567d5c560
SHA1: 4a72dd3b3dcd4ee57e45fa144bd7d5813230bd96
MD5sum: e55cf5cf6de1030df5afd5a4689aed20
Description: debug symbols for postgresql-12-tdigest
Build-Ids: 62b63d217597b68804b93a7ee46712aab60f942a
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-13-pgpool2
Source: pgpool2
Version: 4.1.4-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: libpgpool0 (>= 4.1.4-6.pgdg+1), postgresql-13, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2_4.1.4-6.pgdg+1_arm64.deb
Size: 158052
SHA256: f351604df8803e9af6b4e7af3f4a4a932540a41412bbcedc8a1c06a3a7d2e5d4
SHA1: 2e22a64120c060756b06691b486b8e0cb65b92df
MD5sum: 682b298811099d1000af834f6707db1b
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 13 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-13-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.4-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-13-pgpool2 (= 4.1.4-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2-dbgsym_4.1.4-6.pgdg+1_arm64.deb
Size: 46824
SHA256: adffeb2a29a65d8999c6cd02322c92a0d735fbaf657842e09625d72561508a61
SHA1: fca1ba70785fa74d3bbd3f8c118c0eb681e82078
MD5sum: c7c591ce98c10ce82cd8859323f7eb39
Description: debug symbols for postgresql-13-pgpool2
Build-Ids: 5e997db6f3fb51304e0ee75cd4800d86f4ff7fb8 6aefc355980d1bcd393b6d3e2aef503fee7fa347 e194429791e0a6619b2b458cb468b98d218ffc3a
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-13-pgtap
Source: pgtap
Version: 1.1.0-6.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1637
Depends: postgresql-13
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-13-pgtap_1.1.0-6.pgdg+1_all.deb
Size: 59116
SHA256: 9509fd6e5d576e5585af7891e8cce74c3ca9db5be89e473257e6048423e588e3
SHA1: 4b98d8d317e51d9a2dd1f6472bd9afe6b0601483
MD5sum: 7bf3d9619e6672510f401b074fb484c6
Description: Unit testing framework extension for PostgreSQL 13
 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 13.
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.1.4+dfsg-3.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9945
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal29 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libjson-c5 (>= 0.15), libpcre3, libproj22 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-13-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.1.4+dfsg-3.pgdg+1_arm64.deb
Size: 3290548
SHA256: 3127b9aecd3a5e9747a004a737c5ddf50264fb1b466133edee6133fb6505f71d
SHA1: 8f1b50cc9128b72fe60e077f36a3b72202c22470
MD5sum: ac33ba48ca14892750ecdf0eef54a64b
Description: Geographic objects support for PostgreSQL 13
 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".
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis
Version: 3.1.4+dfsg-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4371
Depends: postgresql-13-postgis-3 (= 3.1.4+dfsg-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.1.4+dfsg-3.pgdg+1_arm64.deb
Size: 4076676
SHA256: 772805564d738c4ef5d00c65cea57e2154f8aa71652e9edc61d6c748f2474a0d
SHA1: bbf9567ad766df7bc558c10698deae6de1a4905b
MD5sum: 566cb82b88e85d450f3242c35fcb41c4
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 5a5b8902cfb428fe09d9bf104c45b74dbe979f55 7a193a02f5a93f543886a72da4f7c7f52ca146ce 89ff814cf593265a6de087da33676623ca83c19f cc53a6836a988216311d351c9c1d69c8dfc410ca cd572557a7a21a274c3f4e3cd45f5ab3b72dbf07
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.1.4+dfsg-3.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26191
Depends: perl:any
Recommends: postgresql-13-postgis-3
Replaces: postgresql-13-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-13-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.1.4+dfsg-3.pgdg+1_all.deb
Size: 1085624
SHA256: 9438a75b761eeff642e8b9bca1e71d6427aa0a3344f39bde78dbf7730ca7ce5d
SHA1: 515210164750d023607476d44130e7a2957fa522
MD5sum: 7fcdd5143d410654c25bd64b8162d811
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-13-tdigest
Source: tdigest
Version: 1.2.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 139
Depends: libc6 (>= 2.17), postgresql-13
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-13-tdigest_1.2.0-2.pgdg+1_arm64.deb
Size: 56312
SHA256: fa77dbbefaeaae76e63237be4f620881a0fa1722f8f625f1a9066be3512dd1e9
SHA1: 3509d33dc15a9089b42eda697afb580da3ce993d
MD5sum: 312a1ce86f32c83e3a7ebb227dd35ac1
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-13-tdigest-dbgsym
Source: tdigest
Version: 1.2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-13-tdigest (= 1.2.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-13-tdigest-dbgsym_1.2.0-2.pgdg+1_arm64.deb
Size: 44428
SHA256: df633c3ccf5049ad79605fcdf012a8c1e92ced65fcf7c2c1191d69969ac8fe19
SHA1: 56a94d31f06a491917177360e7ec9659bd8b5bb8
MD5sum: 4dbf91ed40f0615200d4e1cbecf0440b
Description: debug symbols for postgresql-13-tdigest
Build-Ids: 37095ccfb44b4e79350888a8c3c203176a3cae8a
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-14-pgpool2
Source: pgpool2
Version: 4.1.4-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 259
Depends: libpgpool0 (>= 4.1.4-6.pgdg+1), postgresql-14, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2_4.1.4-6.pgdg+1_arm64.deb
Size: 158856
SHA256: 893302acb57190989cef0993fc1616b2070e764442ace3cd0662344d23f47528
SHA1: 35925efda13341b15149b3876e4735ce13e7f943
MD5sum: 8f99ae627fa35eef10ac7ad69ad7210b
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 14 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-14-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.4-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-14-pgpool2 (= 4.1.4-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2-dbgsym_4.1.4-6.pgdg+1_arm64.deb
Size: 47472
SHA256: 2335eccb7292721e3e16161552561ed9a4c208dbc383129a7c83319dd907eca3
SHA1: fb93925a1c521fd2262c9fc7ffa0d156d974b899
MD5sum: 347b7519d773d1f579aa0e0270eababf
Description: debug symbols for postgresql-14-pgpool2
Build-Ids: be513090e3ff38ae73ca1af04d0d62122a0c97ac c998e1742565a931c6f0f1ab285565085e55fdf6 f058f65f9860ed46530ebe60929127127ad9d198
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-14-pgtap
Source: pgtap
Version: 1.1.0-6.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1637
Depends: postgresql-14
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-14-pgtap_1.1.0-6.pgdg+1_all.deb
Size: 59104
SHA256: a589f418b2f1930cf5a2c242514f3afbca732aa0a1838f218039bfb471c14213
SHA1: 3882752ad5a7abada7c45710b9833faed9773986
MD5sum: b41ee0df836238fea0bcb7c8c9fc0b76
Description: Unit testing framework extension for PostgreSQL 14
 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 14.
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-14-postgis-3
Source: postgis
Version: 3.1.4+dfsg-3.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10014
Depends: postgresql-14, postgresql-14-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal29 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libjson-c5 (>= 0.15), libpcre3, libproj22 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-14-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3_3.1.4+dfsg-3.pgdg+1_arm64.deb
Size: 3296372
SHA256: 84b668d0dbb98afde14f6e15fd0507dc843551089fc87e23179a837ceae980b4
SHA1: f477d879b7c9a559095dbfb82ad27df87a7da24c
MD5sum: 17551075093a74c73cf6308d0070fd7b
Description: Geographic objects support for PostgreSQL 14
 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".
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-14-postgis-3-dbgsym
Source: postgis
Version: 3.1.4+dfsg-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4374
Depends: postgresql-14-postgis-3 (= 3.1.4+dfsg-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-14-postgis-3-dbgsym_3.1.4+dfsg-3.pgdg+1_arm64.deb
Size: 4079012
SHA256: fab36e699a6875403ac075cc320147c873bfc9b69273740f9cf39342c6b04567
SHA1: 317c46752f277a3962b5c99ec701ab9be30eaa47
MD5sum: ca1fee23ba58609685ae5d222925d673
Description: debug symbols for postgresql-14-postgis-3
Build-Ids: 08eed651c988b405d16a97bb23ff84223b8870e8 114d9ff6c78c4acd99c41b5b2b527e0ab220033f 241a06a5685a84988200584f7838ee882d662317 4d0aa9aea01d042f9f0237ef958ede5ace147a7f e4b2bc34074e27ddc748a36070cfb5c6a58220d3
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-14-postgis-3-scripts
Source: postgis
Version: 3.1.4+dfsg-3.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26191
Depends: perl:any
Recommends: postgresql-14-postgis-3
Replaces: postgresql-14-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-14-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3-scripts_3.1.4+dfsg-3.pgdg+1_all.deb
Size: 1085732
SHA256: 6091dd9c405b13076436e3a7ad095f448c8a7634c16bcdbf4dae297be69e1f82
SHA1: 5ca98fd08a1ba63279c226743f7f6a8a9d4f6c8a
MD5sum: c74a899388b2cf728b240a1a377000d6
Description: Geographic objects support for PostgreSQL 14 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 14 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-14-tdigest
Source: tdigest
Version: 1.2.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: libc6 (>= 2.17), postgresql-14
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-14-tdigest_1.2.0-2.pgdg+1_arm64.deb
Size: 55912
SHA256: 004a67851c62c94b604ad0fcf57e7e4f5b41f162274061119b08d4421540463c
SHA1: 11990e4db2854a402ae0170cd6317eccceedd0fa
MD5sum: 6514835ca90ad8c0c4c6e8be4e474035
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-14-tdigest-dbgsym
Source: tdigest
Version: 1.2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-14-tdigest (= 1.2.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-14-tdigest-dbgsym_1.2.0-2.pgdg+1_arm64.deb
Size: 43196
SHA256: 75da1d225f5161ee8e6e16dd32514573023632e3735a301e84d64e95c32d72f9
SHA1: da9f5d7f75c4aa49f9b4a007d8cafd5a38adde70
MD5sum: 010a1d50802867cd0b842dd02e6980dd
Description: debug symbols for postgresql-14-tdigest
Build-Ids: c90a4210857acf921d9fe3574ef5047fb14f369f
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-9.6-pgpool2
Source: pgpool2
Version: 4.1.4-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 203
Depends: libpgpool0 (>= 4.1.4-6.pgdg+1), postgresql-9.6, libc6 (>= 2.17)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-9.6-pgpool2_4.1.4-6.pgdg+1_arm64.deb
Size: 134752
SHA256: 3985aa1a35b2332b456bbd068dcd3c8413b6e89d6fdba60f78eade9755f1ffeb
SHA1: e11c2e04f7f4379c0e756e5753f18607d1cf62aa
MD5sum: 95d9715060bec7387a172208feda7dc9
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)
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-9.6-pgpool2-dbgsym
Source: pgpool2
Version: 4.1.4-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-9.6-pgpool2 (= 4.1.4-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-9.6-pgpool2-dbgsym_4.1.4-6.pgdg+1_arm64.deb
Size: 42264
SHA256: f050b749893bafc788fcc5b9c7fe91a6248f12241fffd708fa0c1110b16b06f8
SHA1: 9019e0290e96cedcd0eb4371f56b5aadc9daffd8
MD5sum: c871f9c67f82a37475c71b179bea71de
Description: debug symbols for postgresql-9.6-pgpool2
Build-Ids: a4d354cfaf9b9d990cba0a551fb6badf672c91d3 ae4c3c386cccff0e2fde4eb398208ae74fc8d7f7 afc84f48c5c91d73a4d476eb84ce8a900343c3c5
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-9.6-pgtap
Source: pgtap
Version: 1.1.0-6.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1623
Depends: postgresql-9.6
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-9.6-pgtap_1.1.0-6.pgdg+1_all.deb
Size: 58716
SHA256: 1fcf93d80c6904ca044e8cf9a0376298a800bef70e2f8d8c7a0ddb2c5dc05f09
SHA1: 0d05e0b23772bbd8e62fb5cb9a5034e0bfcfeb33
MD5sum: 45b2e90af33c49fc7963b9026a09ad2d
Description: Unit testing framework extension for PostgreSQL 9.6
 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.6.
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-9.6-postgis-3
Source: postgis
Version: 3.1.4+dfsg-3.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3296
Depends: postgresql-9.6, postgresql-9.6-postgis-3-scripts, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal29 (>= 2.0.1), libgeos-c1v5 (>= 3.9.0), libjson-c5 (>= 0.15), libpcre3, libproj22 (>= 6.0.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-9.6-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-9.6-postgis-3_3.1.4+dfsg-3.pgdg+1_arm64.deb
Size: 789312
SHA256: ea6516754eec63c64859768aeca8f5771d2b1924ae13adbfdaf79c791673f91f
SHA1: 9d4b7a59fcb6fbbe5e83aa1f325a539c7fe3e866
MD5sum: 7715c683647106f30a2388b1283c3da4
Description: Geographic objects support for PostgreSQL 9.6
 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".
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-9.6-postgis-3-dbgsym
Source: postgis
Version: 3.1.4+dfsg-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4294
Depends: postgresql-9.6-postgis-3 (= 3.1.4+dfsg-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-9.6-postgis-3-dbgsym_3.1.4+dfsg-3.pgdg+1_arm64.deb
Size: 3999728
SHA256: 2e966ac4e239b23ebf3d574b1742204df164636bd61166731c650c24f0e6cd8f
SHA1: 1bc0fc42e3dc2e619edb91a6f4c4d6126d0877b8
MD5sum: 44e8f135781547cd8c90386005acf3a4
Description: debug symbols for postgresql-9.6-postgis-3
Build-Ids: 12b3a12df5ca039e3fa7a2e927d8106ee36b6e68 3aafecba0a30ac5cf78453ff07a9d4018d1e9e7c 57244ff4ea285b974b3b0b389cb4db1fa7bf0f27 9b7d414cfbadbba002352ee0b55c246680090b07 bdcd4edfef4773999c28bccf1b4246060d1d7adc
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-9.6-postgis-3-scripts
Source: postgis
Version: 3.1.4+dfsg-3.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 26109
Depends: perl:any
Recommends: postgresql-9.6-postgis-3
Replaces: postgresql-9.6-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-9.6-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-9.6-postgis-3-scripts_3.1.4+dfsg-3.pgdg+1_all.deb
Size: 1077656
SHA256: a2961bddcf48863970da65cf87f2f25bbf5fef081144de32894d53f5671b5803
SHA1: 9339634a5c1224d36fc366a7a8b4286ceb0d7986
MD5sum: f92b229e4fca75a5aff1a3fef991c9a5
Description: Geographic objects support for PostgreSQL 9.6 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 9.6 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-9.6-tdigest
Source: tdigest
Version: 1.2.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-9.6-tdigest_1.2.0-2.pgdg+1_arm64.deb
Size: 20684
SHA256: a0bf90acefad1a7ba9b18933bef94b656ecce82258fda6d0c79c8fac0c888f97
SHA1: a9337b9c4a0901a42f8ceca3ea11d9a7e00dd49d
MD5sum: 400de4eec406efea2a065ceba138f34c
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2021-11-08 13:28:56+00

Package: postgresql-9.6-tdigest-dbgsym
Source: tdigest
Version: 1.2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-9.6-tdigest (= 1.2.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-9.6-tdigest-dbgsym_1.2.0-2.pgdg+1_arm64.deb
Size: 40320
SHA256: ae71020992be71e69175b0eef16b830cd50087a20385eaf954578fde6577a701
SHA1: 4d94b69f28305eaf3ceb3838ae85b1b96dac7a23
MD5sum: 1c47e1240db702e4eb58fa5a0c9f7319
Description: debug symbols for postgresql-9.6-tdigest
Build-Ids: 00d3061716b8a49640eef3a582498f7b24b384df
Timestamp: 2021-11-08 13:28:56+00

Package: pg-auto-failover-cli
Source: pg-auto-failover
Version: 1.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 907
Depends: libc6 (>= 2.17), libncurses6 (>= 6), libpq5 (>= 9.1~), libtinfo6 (>= 6), openssl
Recommends: postgresql-10-auto-failover | postgresql-11-auto-failover | postgresql-12-auto-failover | postgresql-13-auto-failover | postgresql-14-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/pg-auto-failover-cli_1.6.3-1.pgdg+1_arm64.deb
Size: 382784
SHA256: 58592e4fb0e7c31a4050790a2992d68b461b85482629b454be7b5f1e84e74b90
SHA1: 376779d4d03128af22d09402dd7c2a3fd5912264
MD5sum: fd214c287a93dfdfeecfeb9df3582c6f
Description: Command line interface and service to manage pg auto failover Clusters
 This CLI is used to manage pg_auto_failover installations to provide High
 Availability to Postgres.
Timestamp: 2021-11-09 12:22:01+00

Package: pg-auto-failover-cli-dbgsym
Source: pg-auto-failover
Version: 1.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 598
Depends: pg-auto-failover-cli (= 1.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/pg-auto-failover-cli-dbgsym_1.6.3-1.pgdg+1_arm64.deb
Size: 536188
SHA256: 5280b9ee9fae3d4b6d2892413f1a9a1e34df3ca5501a3cce1c4201fd454a4aad
SHA1: d6dc68a90155c59b5a23c119811e625a17676cda
MD5sum: 5247e2bdd100b0153aed514ffe4f7c37
Description: debug symbols for pg-auto-failover-cli
Build-Ids: b9b6e1bcbbee64ea6391a93141dae699245096cf
Timestamp: 2021-11-09 12:22:01+00

Package: postgresql-10-auto-failover
Source: pg-auto-failover
Version: 1.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 272
Depends: libc6 (>= 2.17), libpq5 (>= 8.4~), postgresql-10, pg-auto-failover-cli (= 1.6.3-1.pgdg+1)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-10-auto-failover_1.6.3-1.pgdg+1_arm64.deb
Size: 55700
SHA256: e282051ce7fdb6f84e03f78ce4e7351c3079b783fd7466937fe8a0f1a45e2590
SHA1: 77c5f48d767dc6129b6b8b7483245afd16544ae6
MD5sum: b34e643ed3a0e75ecb6d01b2ba96c78d
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2021-11-09 12:22:01+00

Package: postgresql-10-auto-failover-dbgsym
Source: pg-auto-failover
Version: 1.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 159
Depends: postgresql-10-auto-failover (= 1.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-10-auto-failover-dbgsym_1.6.3-1.pgdg+1_arm64.deb
Size: 135524
SHA256: 7c7e4128789ff24c289d8a4514701e60e2d4f164e7db4e8a14c3e515b86746a7
SHA1: 98657e1a6e3411634c2fe3eaa661b48285efc0d9
MD5sum: c56f19982bcf4a4bd92aae79c604ca50
Description: debug symbols for postgresql-10-auto-failover
Build-Ids: 16c4ebb8e740a3a15593895d918de090b1c5d941
Timestamp: 2021-11-09 12:22:01+00

Package: postgresql-11-auto-failover
Source: pg-auto-failover
Version: 1.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1038
Depends: libc6 (>= 2.17), libpq5 (>= 8.4~), postgresql-11, pg-auto-failover-cli (= 1.6.3-1.pgdg+1)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-11-auto-failover_1.6.3-1.pgdg+1_arm64.deb
Size: 360608
SHA256: daf635bc2267e57e1f43beedb9574354154fb824688c4a1246c3d854342d3f3f
SHA1: 0f057dbb5fd8a43fc06c8421bc58c433d8975190
MD5sum: a4b7e5d3b5f7db0bdb2ed51ff85a84ec
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2021-11-09 12:22:01+00

Package: postgresql-11-auto-failover-dbgsym
Source: pg-auto-failover
Version: 1.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 156
Depends: postgresql-11-auto-failover (= 1.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-11-auto-failover-dbgsym_1.6.3-1.pgdg+1_arm64.deb
Size: 133344
SHA256: c97c1d2d324e44eb10ee9bc6886d88acd117171e890c0532b74595d4b7837207
SHA1: 9ac8bc56a20a5e9871be2dd0e27caefee8d88145
MD5sum: 30e389f209c0fb5f45185a3b536657ba
Description: debug symbols for postgresql-11-auto-failover
Build-Ids: 4ee00ab26604f863f2adfe355173da1be2e2a45d
Timestamp: 2021-11-09 12:22:01+00

Package: postgresql-12-auto-failover
Source: pg-auto-failover
Version: 1.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1096
Depends: libc6 (>= 2.17), libpq5 (>= 8.4~), postgresql-12, pg-auto-failover-cli (= 1.6.3-1.pgdg+1)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-12-auto-failover_1.6.3-1.pgdg+1_arm64.deb
Size: 385620
SHA256: 1803e78a6a49db4e980c35b75b699a2a49d13db128444ee1c7560e24e8105581
SHA1: 057d6c5beafbca88064b22cc774f09eba9141f97
MD5sum: 48f4e1c8899cbd2d4759dcee556b2791
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2021-11-09 12:22:01+00

Package: postgresql-12-auto-failover-dbgsym
Source: pg-auto-failover
Version: 1.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 165
Depends: postgresql-12-auto-failover (= 1.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-12-auto-failover-dbgsym_1.6.3-1.pgdg+1_arm64.deb
Size: 141544
SHA256: 43cb48bb602f9308a416ab735812060555318bb332f3bd04f8c0f45f6b405970
SHA1: 1016ce9dc54ce2ead1c1a910c413769f0e435005
MD5sum: 9e855d980cebd553eaa9ff2ac4cf6f5d
Description: debug symbols for postgresql-12-auto-failover
Build-Ids: cf0fefab3b327be0eaf19fa1213aee0308b0c258
Timestamp: 2021-11-09 12:22:01+00

Package: postgresql-13-auto-failover
Source: pg-auto-failover
Version: 1.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1114
Depends: libc6 (>= 2.17), libpq5 (>= 8.4~), postgresql-13, pg-auto-failover-cli (= 1.6.3-1.pgdg+1)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-13-auto-failover_1.6.3-1.pgdg+1_arm64.deb
Size: 391024
SHA256: 4c9b823a55a4db1dc5f7cd4d530ec10510f4a1079ee8a2daa2196138ca99fd07
SHA1: 6677d8f24149b3f3e27109d909899323001f618e
MD5sum: f548d4541404c350fc77fbadc0da24eb
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2021-11-09 12:22:01+00

Package: postgresql-13-auto-failover-dbgsym
Source: pg-auto-failover
Version: 1.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 171
Depends: postgresql-13-auto-failover (= 1.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-13-auto-failover-dbgsym_1.6.3-1.pgdg+1_arm64.deb
Size: 148356
SHA256: 56b7b259fcef462833e6ee69c176a7b0799cf22e1b2717eb03e90796d37e9b8b
SHA1: cdb96955484ff6ec91197de05d440b2993f3eb85
MD5sum: 58de192afda1f78755048ce53d71b450
Description: debug symbols for postgresql-13-auto-failover
Build-Ids: d53052be2a1b5c3fe858b5f9167ee1cb3882a115
Timestamp: 2021-11-09 12:22:01+00

Package: postgresql-14-auto-failover
Source: pg-auto-failover
Version: 1.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1134
Depends: libc6 (>= 2.17), libpq5 (>= 8.4~), postgresql-14, pg-auto-failover-cli (= 1.6.3-1.pgdg+1)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-14-auto-failover_1.6.3-1.pgdg+1_arm64.deb
Size: 395608
SHA256: fa698a67c7a719e0c1fbb3242ac202d768ad701485a657ae6a84b0b0309f87d2
SHA1: c4ab34c5a7d77cc919b2b3e9f686ad0940f50df1
MD5sum: a00815bf4edf685abd1cf98cce9b939d
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2021-11-09 12:22:01+00

Package: postgresql-14-auto-failover-dbgsym
Source: pg-auto-failover
Version: 1.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 174
Depends: postgresql-14-auto-failover (= 1.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-14-auto-failover-dbgsym_1.6.3-1.pgdg+1_arm64.deb
Size: 150904
SHA256: 92db656168086a17396d9faf49051d7d13272dcc670d89ba002ed85eb8b54c4c
SHA1: c478c33a667e365e3e385f9a5771e98d890c563a
MD5sum: 92705e99b9a01944b2fcd8e10acba50d
Description: debug symbols for postgresql-14-auto-failover
Build-Ids: f6310762606717210fcd523c6f1a610aabf6e5b1
Timestamp: 2021-11-09 12:22:01+00

Package: libecpg-compat3
Source: postgresql-10
Version: 10.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg-compat3_10.19-1.pgdg+1_arm64.deb
Size: 22360
SHA256: ba8d4bdff0bf406ab50e4991e4dc6872107b70b5c414c65e6b7992ce73a85a7e
SHA1: d0fa6b535554f9e21f432cb3da40250329ab1bc9
MD5sum: 94f83a26481b5b37a859bed172450655
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.
Timestamp: 2021-11-11 13:38:59+00

Package: libecpg-compat3-dbgsym
Source: postgresql-10
Version: 10.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 10.19-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-compat3-dbgsym_10.19-1.pgdg+1_arm64.deb
Size: 17588
SHA256: 163ab77cc4d2c6e003570bb20a89b0f2ed8e8a86c99f5c6018425e62f67ce063
SHA1: 87cca3784f7a47ef66ce5f4b8ac068cf083641a5
MD5sum: 9fa010ef81f4b61e4b0aac37df1715ec
Description: debug symbols for libecpg-compat3
Build-Ids: 126405131c1aecd68d9ee7ca69e2629e0ee71076
Timestamp: 2021-11-11 13:38:59+00

Package: libecpg-dev
Source: postgresql-10
Version: 10.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1218
Depends: libecpg-compat3 (= 10.19-1.pgdg+1), libecpg6 (= 10.19-1.pgdg+1), libpgtypes3 (= 10.19-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libecpg-dev_10.19-1.pgdg+1_arm64.deb
Size: 227076
SHA256: 65d6cf59fe30bd4bd9d00e0c7772aa0c29dd804c4edde7ef99986fc71bafec8b
SHA1: 1c2cb69326dfedef6d5698ade088726ad0810255
MD5sum: bb32027e70efca35902c7b0b6ee0f793
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).
Timestamp: 2021-11-11 13:38:59+00

Package: libecpg-dev-dbgsym
Source: postgresql-10
Version: 10.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 250
Depends: libecpg-dev (= 10.19-1.pgdg+1)
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-dev-dbgsym_10.19-1.pgdg+1_arm64.deb
Size: 213156
SHA256: db2dcc1621ddf40c57fab94e15d16a32587eda0f3e282e999387834cd9fbe695
SHA1: 31e51f1b77e6ab5e3dc4c3f4b2490d821be77c5d
MD5sum: 8f44c23640df9f6e64478c9e64cdf047
Description: debug symbols for libecpg-dev
Build-Ids: 7fd5c4e6506ea7f842a085266ed60888fc758ada
Timestamp: 2021-11-11 13:38:59+00

Package: libecpg6
Source: postgresql-10
Version: 10.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 413
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg6_10.19-1.pgdg+1_arm64.deb
Size: 86324
SHA256: 8290d2ca69816d7c5adb804261a8c288e5d3e2fbaa26c198a765fc53613866f9
SHA1: 6b46a9c30c94f25c0c9f2bb1c451e3e018231c08
MD5sum: 9b4ba9d182231f4838e3d776d7d2982d
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.
Timestamp: 2021-11-11 13:38:59+00

Package: libecpg6-dbgsym
Source: postgresql-10
Version: 10.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libecpg6 (= 10.19-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg6-dbgsym_10.19-1.pgdg+1_arm64.deb
Size: 93152
SHA256: 40478668b59e46d19e02b81b1da5bc748497c65c29b69bc7f65d7c0b17273353
SHA1: 0de3101ee831be0746878e7ebcb1188584c5c085
MD5sum: 0a5691092b89697d1fc8f8e4b92362ba
Description: debug symbols for libecpg6
Build-Ids: 8bd1a29f1324f68d73d476a3f06bbcf7bec79431
Timestamp: 2021-11-11 13:38:59+00

Package: libpgtypes3
Source: postgresql-10
Version: 10.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpgtypes3_10.19-1.pgdg+1_arm64.deb
Size: 43356
SHA256: 537d772b56afa4bfa13b378b56462a15dddfe26f554d1907cce54397f41c817c
SHA1: d1b8684e44c6c2ccf52178fccc8a1a0e87b1f39e
MD5sum: 9d5edc7ce93de0c31ced92050175e2fe
Description: shared library libpgtypes for PostgreSQL 10
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-11-11 13:38:59+00

Package: libpgtypes3-dbgsym
Source: postgresql-10
Version: 10.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: libpgtypes3 (= 10.19-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpgtypes3-dbgsym_10.19-1.pgdg+1_arm64.deb
Size: 70832
SHA256: 921f087160876813c5821d5a8208d9da972c8556805cb9ab8d5f74c1f28b1145
SHA1: 05976d205759041466d4a13cbd940bfac16eda90
MD5sum: f994460e3617479c744ade65e6c8f0a4
Description: debug symbols for libpgtypes3
Build-Ids: f872d07de63d41cd7e45ab06951b8f33bf222ee6
Timestamp: 2021-11-11 13:38:59+00

Package: libpq-dev
Source: postgresql-10
Version: 10.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 683
Depends: libpq5 (= 10.19-1.pgdg+1)
Suggests: postgresql-doc-10
Breaks: postgresql-server-dev-10 (<< 10.1-2~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libpq-dev_10.19-1.pgdg+1_arm64.deb
Size: 163788
SHA256: bcf8310845559f72c4c85beaecd7e825e7f3ba7649b6e947cb9ccaa0f5a53731
SHA1: 7fced72255f76131312741f38ba3ca1acea19436
MD5sum: 3e9574e6a6f2b15b2afcf273d3ce1a2c
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.
Timestamp: 2021-11-11 13:38:59+00

Package: libpq5
Source: postgresql-10
Version: 10.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 743
Depends: libc6 (>= 2.32), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpq5_10.19-1.pgdg+1_arm64.deb
Size: 166156
SHA256: 1c4197100972dfa347fd7614ae71d41f9ade504210dbc61e8332f7d864b3eaba
SHA1: 81d5ae172789a599be2a8ab341a2c80df60f03c5
MD5sum: 716ee3a896b4a3171483bef9ca96bca8
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.
Timestamp: 2021-11-11 13:38:59+00

Package: libpq5-dbgsym
Source: postgresql-10
Version: 10.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libpq5 (= 10.19-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpq5-dbgsym_10.19-1.pgdg+1_arm64.deb
Size: 230568
SHA256: 7b6d7fa3377d054c6a50bccf1b7bb5867daceee5984c956c92c256e3fe175fcc
SHA1: 70c0d6419f7a64a2b2956cafe4f87d7e980ff018
MD5sum: d53aa7e2c2f08a9e13e13cfc13cee5dc
Description: debug symbols for libpq5
Build-Ids: 9940b22957727c32d2d9081e5ab308c12dc41fd4
Timestamp: 2021-11-11 13:38:59+00

Package: libecpg-compat3
Source: postgresql-11
Version: 11.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg-compat3_11.14-1.pgdg+1_arm64.deb
Size: 21292
SHA256: 86f2d8614b0fc3d4465fa95caed185f573cfe00c15aa221819176a5b0932c1eb
SHA1: 45da95200544748f345cdbc32672ddbcbddce9f9
MD5sum: 08e73db36af3c369aa75a8bf8fe326a1
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.
Timestamp: 2021-11-11 13:38:36+00

Package: libecpg-compat3-dbgsym
Source: postgresql-11
Version: 11.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 11.14-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-compat3-dbgsym_11.14-1.pgdg+1_arm64.deb
Size: 17600
SHA256: c3faa2ab827d729d7a969c19344594cb329f460d46be791478ccd9f3ad7a7bb1
SHA1: e104967062dd876800e91cb7c5d217dc47dd0818
MD5sum: c0331a09e075592cb0434e5f3deb26d8
Description: debug symbols for libecpg-compat3
Build-Ids: c3d1b3474f5f882a53c0b7b23c3e38c4297ca370
Timestamp: 2021-11-11 13:38:36+00

Package: libecpg-dev
Source: postgresql-11
Version: 11.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1244
Depends: libecpg-compat3 (= 11.14-1.pgdg+1), libecpg6 (= 11.14-1.pgdg+1), libpgtypes3 (= 11.14-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libecpg-dev_11.14-1.pgdg+1_arm64.deb
Size: 228908
SHA256: ddabc3af4abebcac7ca7f5ed521ebe8155eadb84061856ceb9ac070e7cc31264
SHA1: 139bd65039cfba96d8276e4b9adf635146906063
MD5sum: 78120990007f36d1d6dc1060e956463a
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).
Timestamp: 2021-11-11 13:38:36+00

Package: libecpg-dev-dbgsym
Source: postgresql-11
Version: 11.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 251
Depends: libecpg-dev (= 11.14-1.pgdg+1)
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-dev-dbgsym_11.14-1.pgdg+1_arm64.deb
Size: 216028
SHA256: 98005a80347e58ef1ff5b32778196b72fcf3dc518f37d252c58b787546f280eb
SHA1: a15919b796dafafb4f5b1d4418c38f5f16711ed2
MD5sum: 71672e70ff73f326bf54bc4bba039bfb
Description: debug symbols for libecpg-dev
Build-Ids: 8329a382995c92c1b2c3801b5ef8938aae4fe350
Timestamp: 2021-11-11 13:38:36+00

Package: libecpg6
Source: postgresql-11
Version: 11.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 434
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg6_11.14-1.pgdg+1_arm64.deb
Size: 88164
SHA256: bf27aa73ebc725974f87f1ab954e1259945b8d0fc8fe62474c463495ba21c8ff
SHA1: 1aa0e26162d4e0c33efb4abf3eec879cc277c80b
MD5sum: ff69154015cab205a70d8aaf665f7085
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.
Timestamp: 2021-11-11 13:38:36+00

Package: libecpg6-dbgsym
Source: postgresql-11
Version: 11.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libecpg6 (= 11.14-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg6-dbgsym_11.14-1.pgdg+1_arm64.deb
Size: 93412
SHA256: 1e12f71d713ce6c6253df226b3f9b231a458dcceb3a85d13fe1952cf2639c630
SHA1: 621dade247fecf2c122e5361247ed64b2017aec6
MD5sum: aa0cb14e5ea2bc6420745acf604db739
Description: debug symbols for libecpg6
Build-Ids: 2f2a1f90af7bb9626befa60538919c0bc2147031
Timestamp: 2021-11-11 13:38:36+00

Package: libpgtypes3
Source: postgresql-11
Version: 11.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpgtypes3_11.14-1.pgdg+1_arm64.deb
Size: 42520
SHA256: 713b4767506cc96e5e4236063da7fed1e198c5b391dd93a61f991ebc6ef49e22
SHA1: b645d548197cbdfe995f0b62d079c6419a927efe
MD5sum: c5b4c1324a9b6c14167b9a1e1c36ef4b
Description: shared library libpgtypes for PostgreSQL 11
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-11-11 13:38:36+00

Package: libpgtypes3-dbgsym
Source: postgresql-11
Version: 11.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: libpgtypes3 (= 11.14-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpgtypes3-dbgsym_11.14-1.pgdg+1_arm64.deb
Size: 71828
SHA256: 137d4dba47bb98b5763d7cf0b69926436b00ff17ed3aa2bdd06a662cbb322c93
SHA1: 57bfa337bfc8a14e361f39e59e61c4729ef4e155
MD5sum: bc0761642075488f177954ec9a0eb129
Description: debug symbols for libpgtypes3
Build-Ids: 81f4b6a0387d4fa42b350e488d721dcf7a0a4710
Timestamp: 2021-11-11 13:38:36+00

Package: libpq-dev
Source: postgresql-11
Version: 11.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 693
Depends: libpq5 (= 11.14-1.pgdg+1)
Suggests: postgresql-doc-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libpq-dev_11.14-1.pgdg+1_arm64.deb
Size: 165044
SHA256: 0830e3843fd7b85d093e7cdb37925520f1a809ff31214ce2c627519b5c397e58
SHA1: d4687e629b582ac558c2bad02d508e9b739cc134
MD5sum: ef7b2016c1ea95d5e7b666286216483c
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.
Timestamp: 2021-11-11 13:38:36+00

Package: libpq5
Source: postgresql-11
Version: 11.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 754
Depends: libc6 (>= 2.32), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpq5_11.14-1.pgdg+1_arm64.deb
Size: 166352
SHA256: 16be8d7d3c8408c9dc1f93b445a7bb4b4aea48024b224cb5a7b9be2f262d1777
SHA1: aec2a3b448509f164c1e869433ccf03782ca9d5f
MD5sum: 6e4de5ca451f090a68d1301925505f0b
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.
Timestamp: 2021-11-11 13:38:36+00

Package: libpq5-dbgsym
Source: postgresql-11
Version: 11.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 265
Depends: libpq5 (= 11.14-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpq5-dbgsym_11.14-1.pgdg+1_arm64.deb
Size: 232860
SHA256: 47188c4fd428c93d9d80e514f0fdc8e7f57f7c49870b840575981acf1f481b3c
SHA1: 505b648b8e081142d5cc497c847ccc71c6ce37b7
MD5sum: 8498fb8fe98134dedcded5e7cb0d085b
Description: debug symbols for libpq5
Build-Ids: 6a77562641225fdb090465cb7e3620ca3b757e34
Timestamp: 2021-11-11 13:38:36+00

Package: libecpg-compat3
Source: postgresql-12
Version: 12.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg-compat3_12.9-1.pgdg+1_arm64.deb
Size: 18744
SHA256: aba4543862c1f7bdd467b92d2235efccfe3419e8cf3ff413e1864c8259079599
SHA1: 7bb415718b2d5a3c827b36fe219fac34c1a355de
MD5sum: 76bac9af265612a20b753a8d52bbcc29
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.
Timestamp: 2021-11-11 13:38:13+00

Package: libecpg-compat3-dbgsym
Source: postgresql-12
Version: 12.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 12.9-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-compat3-dbgsym_12.9-1.pgdg+1_arm64.deb
Size: 17604
SHA256: 2f87da1e518c3fb83653503a9805f0bb8d33d4185ab95976b28d8ec9fbd94b5e
SHA1: b539bb8711b5fa3a200dd5543688cba6ee98a36c
MD5sum: 5f006c74c9eb6e2cb327d4308a83635b
Description: debug symbols for libecpg-compat3
Build-Ids: 854e131b000e014ab1c252c9f7e9aec5e6273284
Timestamp: 2021-11-11 13:38:13+00

Package: libecpg-dev
Source: postgresql-12
Version: 12.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1494
Depends: libecpg-compat3 (= 12.9-1.pgdg+1), libecpg6 (= 12.9-1.pgdg+1), libpgtypes3 (= 12.9-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libecpg-dev_12.9-1.pgdg+1_arm64.deb
Size: 269044
SHA256: 1203688269f60e4f127e3545fdb9be16b716415cd7dd21a3a1331eaaa73420c6
SHA1: 65f655a54f84fb9817c78913b1998fa3ab59a159
MD5sum: 783cf32911dc626a66a98c043f09f5c0
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).
Timestamp: 2021-11-11 13:38:13+00

Package: libecpg-dev-dbgsym
Source: postgresql-12
Version: 12.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 261
Depends: libecpg-dev (= 12.9-1.pgdg+1)
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-dev-dbgsym_12.9-1.pgdg+1_arm64.deb
Size: 224996
SHA256: 03ff00ecab2a2ad367b11d3826b091f2597b4e408a3138cfc680c2c5e856aea4
SHA1: 11695f41a71ce641fddd46ce31601267671a6f76
MD5sum: ca1e7b61ba259569d94cf1b4a676010e
Description: debug symbols for libecpg-dev
Build-Ids: d6bd1bc57fbdbdec95608353637ab0088b271b0e
Timestamp: 2021-11-11 13:38:13+00

Package: libecpg6
Source: postgresql-12
Version: 12.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 221
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg6_12.9-1.pgdg+1_arm64.deb
Size: 57984
SHA256: e01f110bc103ddc3cb7c885d6e6a596cc023e24c6e8c2e837ef07f327bc44844
SHA1: d77a98e5ccd21c136997fa62923bd1ca83c6954a
MD5sum: 81046cc83d35f79ed83f62d5e3e46e6c
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.
Timestamp: 2021-11-11 13:38:13+00

Package: libecpg6-dbgsym
Source: postgresql-12
Version: 12.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libecpg6 (= 12.9-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg6-dbgsym_12.9-1.pgdg+1_arm64.deb
Size: 112048
SHA256: a64c29e90a1886130c5e0c633d8a9ff62e3e11d2ba643c52c46504d7243dfc77
SHA1: 32efdc8e294ef72b93a4c5d8b95e3452f592267b
MD5sum: b0822ed5666105361d85a94654c875bb
Description: debug symbols for libecpg6
Build-Ids: c79c6c086560b25b223deb395b4ac0cab4e96a2f
Timestamp: 2021-11-11 13:38:13+00

Package: libpgtypes3
Source: postgresql-12
Version: 12.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpgtypes3_12.9-1.pgdg+1_arm64.deb
Size: 44744
SHA256: c4e8910e8fa844c44c7238b14fdfd12d4ccd7933c1c1ebc77efa35b0c5875b45
SHA1: c6c206351ae6eaf37fb6cb87dff05ef67dbbd301
MD5sum: 0432a1c47960eb5e6eb4a3408764d5da
Description: shared library libpgtypes for PostgreSQL 12
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-11-11 13:38:13+00

Package: libpgtypes3-dbgsym
Source: postgresql-12
Version: 12.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libpgtypes3 (= 12.9-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpgtypes3-dbgsym_12.9-1.pgdg+1_arm64.deb
Size: 86824
SHA256: 9a627156bb6d7c3e854c2914e4f3f986d692d39a4b705012f8907063f47dd93b
SHA1: caa0c1d5cec1f397e126b8fe9fd93337d53bc866
MD5sum: e1ddc1ce4b9cc8de82c7a632191637a8
Description: debug symbols for libpgtypes3
Build-Ids: 640a8fe610ee7239525968206d7c232377e63ad2
Timestamp: 2021-11-11 13:38:13+00

Package: libpq-dev
Source: postgresql-12
Version: 12.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 585
Depends: libpq5 (= 12.9-1.pgdg+1)
Suggests: postgresql-doc-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libpq-dev_12.9-1.pgdg+1_arm64.deb
Size: 140440
SHA256: d8774626ee288dc6aeb9298eca19eb9970d98c8cecd25f4d0a144740b61eef8e
SHA1: 91cc9c3951ef89b3f55bfeb684566927311bc8bb
MD5sum: 9800adf5afb12391e39cbb21deea8100
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.
Timestamp: 2021-11-11 13:38:13+00

Package: libpq5
Source: postgresql-12
Version: 12.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 774
Depends: libc6 (>= 2.32), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpq5_12.9-1.pgdg+1_arm64.deb
Size: 172272
SHA256: 6ebc609f553deee788f9d43916cd927e5eda780fd66293c825f5a06f2a1834b9
SHA1: d9cc1526914b5b78fd31f9f4939b5da012435e11
MD5sum: fa4b342a230486ab19bec29adcab1573
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.
Timestamp: 2021-11-11 13:38:13+00

Package: libpq5-dbgsym
Source: postgresql-12
Version: 12.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 284
Depends: libpq5 (= 12.9-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpq5-dbgsym_12.9-1.pgdg+1_arm64.deb
Size: 251004
SHA256: 6bc5a8e4d6c5c39651cc3b41d83c3a0ce3c7a8116e0af7050057dc23b7b357ba
SHA1: 6dd6a9739cf4d8669e2205c8abf6f041cdf134df
MD5sum: effefc8035daf7908ed08f69b1076155
Description: debug symbols for libpq5
Build-Ids: b70b21a214ea57b29708886cc8d9c45a60da2539
Timestamp: 2021-11-11 13:38:13+00

Package: libecpg-compat3
Source: postgresql-13
Version: 13.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg-compat3_13.5-1.pgdg+1_arm64.deb
Size: 23520
SHA256: d684de71ea6daf1391c14af9058adb98319c9b1256eb1657265ce5cbe63094c9
SHA1: fec7aea1ebdcee6c9f78c6b26a3a5b1663ae66b7
MD5sum: c65e485303b7c5df9258a5eab7538b31
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.
Timestamp: 2021-11-11 13:37:48+00

Package: libecpg-compat3-dbgsym
Source: postgresql-13
Version: 13.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: libecpg-compat3 (= 13.5-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-compat3-dbgsym_13.5-1.pgdg+1_arm64.deb
Size: 38096
SHA256: 1db4875f0c91eca2526b15d07c9ee6c6cb245cde16d120e11fdad1c8c3d30c38
SHA1: ef5caf58257414723a40728f9465f9e5fcd9fce9
MD5sum: 6fcd90d002857bc4950147207c3698ec
Description: debug symbols for libecpg-compat3
Build-Ids: e888d7a66dd68a62f1d37a60117fa45760bfdf9b
Timestamp: 2021-11-11 13:37:48+00

Package: libecpg-dev
Source: postgresql-13
Version: 13.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1486
Depends: libecpg-compat3 (= 13.5-1.pgdg+1), libecpg6 (= 13.5-1.pgdg+1), libpgtypes3 (= 13.5-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libecpg-dev_13.5-1.pgdg+1_arm64.deb
Size: 267720
SHA256: 74498ad8515964338e2759c804eac9b920d71bb9356f78f999c3c0a73963bd3a
SHA1: 5cc70ba4a981a22ae56ace533868a31fd405d504
MD5sum: edf18a1ad3231e21cd711d91a6c8dea0
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).
Timestamp: 2021-11-11 13:37:48+00

Package: libecpg-dev-dbgsym
Source: postgresql-13
Version: 13.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 266
Depends: libecpg-dev (= 13.5-1.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-dev-dbgsym_13.5-1.pgdg+1_arm64.deb
Size: 229908
SHA256: ef26655cdc84862a88bcb59a0536454a189685a17326ba8601d491a05be47b50
SHA1: d88db085263853589be0359e17a88c2490abe3f1
MD5sum: 783e0af2a06c76fda3eb3d4226e18380
Description: debug symbols for libecpg-dev
Build-Ids: 29199b1c7b9db8a4a0d1200e0ebc1fb5150eb8c1
Timestamp: 2021-11-11 13:37:48+00

Package: libecpg6
Source: postgresql-13
Version: 13.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 220
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg6_13.5-1.pgdg+1_arm64.deb
Size: 57300
SHA256: 2e765da9546f769d340e6356e21c08ab00192ddde3c3b658cd86a4d16d1636fb
SHA1: 7653eb05abfd091f99d7f89bd7034a5828034440
MD5sum: e6f2e0b393d7359a3a102bf9a8ec55fc
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.
Timestamp: 2021-11-11 13:37:48+00

Package: libecpg6-dbgsym
Source: postgresql-13
Version: 13.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libecpg6 (= 13.5-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg6-dbgsym_13.5-1.pgdg+1_arm64.deb
Size: 112280
SHA256: 7ee715eaba29d6a2e3f4fd4e1543a698860580ab6c072a50b7dfdda7dbc5b1f4
SHA1: fa36a3e267c6eca99ab1ec3b7936067876ba5268
MD5sum: c84ae53a5317fda0830a8938478a6efe
Description: debug symbols for libecpg6
Build-Ids: 3043cc5ef46f69a82612ecebd86f65a34defdc73
Timestamp: 2021-11-11 13:37:48+00

Package: libpgtypes3
Source: postgresql-13
Version: 13.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpgtypes3_13.5-1.pgdg+1_arm64.deb
Size: 43988
SHA256: a00b3e328d38bca2ddde5d862e88a19ed7c3098d5f2b008e5334fc2b2d4a4f99
SHA1: acb1e5207243d82cc1f6afab646be2f94e63817d
MD5sum: 7366f18c64fa5d190d6456a80dfdb578
Description: shared library libpgtypes for PostgreSQL 13
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-11-11 13:37:48+00

Package: libpgtypes3-dbgsym
Source: postgresql-13
Version: 13.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libpgtypes3 (= 13.5-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpgtypes3-dbgsym_13.5-1.pgdg+1_arm64.deb
Size: 87064
SHA256: 21dce64e9c1bcd8684715ab2be2e6cb074e1bd81db10b5ab99627ed6866b5999
SHA1: 617192d506d9c28db9bd5a62afa0a6e15fbd4973
MD5sum: 732803ca4a73172f4d83bfd5cbca7672
Description: debug symbols for libpgtypes3
Build-Ids: 0c5a4ed3e1ccb20edbb66c389a7950691db005f2
Timestamp: 2021-11-11 13:37:48+00

Package: libpq-dev
Source: postgresql-13
Version: 13.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 563
Depends: libpq5 (= 13.5-1.pgdg+1)
Suggests: postgresql-doc-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libpq-dev_13.5-1.pgdg+1_arm64.deb
Size: 136300
SHA256: d6fb268e66805654ac40e291997cf3e2b85f5cbfd4c9f602700e6b83909b62fa
SHA1: 9bccdff959b5916048dd45c80dfcbad031ab5ac9
MD5sum: b92f48f229ed58349b2b96867cb6bb32
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.
Timestamp: 2021-11-11 13:37:48+00

Package: libpq5
Source: postgresql-13
Version: 13.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 776
Depends: libc6 (>= 2.32), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpq5_13.5-1.pgdg+1_arm64.deb
Size: 172988
SHA256: f98abefffd5392bc2b2f2cdde90412a571ab6296146cfe4207d85a770d57c4d4
SHA1: 1ccd14eab515c676329de5132143584912015c89
MD5sum: 34088bb010005dd5d0c74ac7eb3ba9cc
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.
Timestamp: 2021-11-11 13:37:48+00

Package: libpq5-dbgsym
Source: postgresql-13
Version: 13.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 291
Depends: libpq5 (= 13.5-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpq5-dbgsym_13.5-1.pgdg+1_arm64.deb
Size: 256728
SHA256: ea980ca64c2acb3122dc7c9f50d9158f7d98dd681c8e94fbbdc8e61dbf0e12b4
SHA1: 984a928057e93475bdb5761c8144b78b38ad3787
MD5sum: a2d1a749c6e9f13684aac117faf0402e
Description: debug symbols for libpq5
Build-Ids: 61e03089799231601cb6070bd59c4341bb9e8f72
Timestamp: 2021-11-11 13:37:48+00

Package: libecpg-compat3
Source: postgresql-9.6
Version: 9.6.24-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg-compat3_9.6.24-1.pgdg+1_arm64.deb
Size: 23404
SHA256: bd4622b923e86c38861e28862fe4ede4574552cab403ee7abbddd2a8e554b914
SHA1: 41d1832bb0fde009d90ea2bb124f0363d07b6823
MD5sum: ac7d69ad0c00ece46616302380194962
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.
Timestamp: 2021-11-11 13:39:19+00

Package: libecpg-dev
Source: postgresql-9.6
Version: 9.6.24-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1176
Depends: libecpg-compat3 (= 9.6.24-1.pgdg+1), libecpg6 (= 9.6.24-1.pgdg+1), libpgtypes3 (= 9.6.24-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libecpg-dev_9.6.24-1.pgdg+1_arm64.deb
Size: 223596
SHA256: eb9a54aec2962849adfca96284b37fcc4f15017e5b90db354654fc1868b00d50
SHA1: 171f8a07a961aa823262b34ea2c742c9f6633649
MD5sum: f2717067888800a7f75ca12648ebe6c1
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).
Timestamp: 2021-11-11 13:39:19+00

Package: libecpg6
Source: postgresql-9.6
Version: 9.6.24-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 414
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg6_9.6.24-1.pgdg+1_arm64.deb
Size: 87260
SHA256: de3c99c0c15c2f9efba2502e36197d9914d5036ae71e07e4fa00505fef6ed7bf
SHA1: df9537bcddbfe0030bf38dd0955292034be7f37f
MD5sum: b31eae13bc051af09681f5c5aded99b8
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.
Timestamp: 2021-11-11 13:39:19+00

Package: libpgtypes3
Source: postgresql-9.6
Version: 9.6.24-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpgtypes3_9.6.24-1.pgdg+1_arm64.deb
Size: 44408
SHA256: d77fdd4c1f926f998d1c1dfbfca03258612abe91fbcd816f1f62b5fea94ee863
SHA1: 4c11b8e0fbbe501eef2bd45fd06bdb866e4dfc96
MD5sum: 214bac6c1e5e590474a54982a871e9c8
Description: shared library libpgtypes for PostgreSQL 9.6
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-11-11 13:39:19+00

Package: libpq-dev
Source: postgresql-9.6
Version: 9.6.24-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 739
Depends: libpq5 (= 9.6.24-1.pgdg+1), libc6 (>= 2.17)
Suggests: postgresql-doc-9.6
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libpq-dev_9.6.24-1.pgdg+1_arm64.deb
Size: 161540
SHA256: 945e20a920cabc4d8d65654297e53271f84d1dc4950713fd1205b9369fe75517
SHA1: 9fb47154fc064389be40454ace410c05bd492355
MD5sum: d74fa8dbe49389fba4711e5792745065
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.
Timestamp: 2021-11-11 13:39:19+00

Package: libpq5
Source: postgresql-9.6
Version: 9.6.24-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 602
Depends: libc6 (>= 2.32), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpq5_9.6.24-1.pgdg+1_arm64.deb
Size: 136480
SHA256: f017a725679aa14c4a66de1bf8d755fe7d17650a9cb5413188d98acde9047954
SHA1: f5df7530e139766b49461c5dbaf33b4198ea65f5
MD5sum: e29632586607de147a8d6d3c32a3c624
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.
Timestamp: 2021-11-11 13:39:19+00

Package: libecpg6
Source: postgresql-14
Version: 14.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 223
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-14/libecpg6_14.1-1.pgdg+1_arm64.deb
Size: 53920
SHA256: 9d4deeda3be25548f80562b81511ef9ed353c28c5f3dba1349ba23c2dbdadba5
SHA1: a392429c50bccf483eeacea109c46a084e605d3d
MD5sum: 9ee754c27de45cb9746900d8efb6c858
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.
Timestamp: 2021-11-11 16:32:47+00

Package: libecpg6-dbgsym
Source: postgresql-14
Version: 14.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libecpg6 (= 14.1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libecpg6-dbgsym_14.1-1.pgdg+1_arm64.deb
Size: 112092
SHA256: c69b896085bb5552f5e780121496a78abcfa407d4d43bcae4e49b0b61b8b92ca
SHA1: 64f0c6af6b6cff1513b3ce41cc5a2cae234e0987
MD5sum: c3df8c6088ceb8c401fd40f70a701568
Description: debug symbols for libecpg6
Build-Ids: f6541268b4b53dc2e6265fab4db1dbd031e54a30
Timestamp: 2021-11-11 16:32:47+00

Package: libecpg-compat3
Source: postgresql-14
Version: 14.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-14/libecpg-compat3_14.1-1.pgdg+1_arm64.deb
Size: 19372
SHA256: 6a49049f6cf998f5c2831f9ac151ed6b09e6c60e4aa1add2b31c8df0cc80def3
SHA1: eae303f6847c0aa05e50f3af2a1535bda7fc5afc
MD5sum: 7b53cfdb11e91d7796742deb181f4c25
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.
Timestamp: 2021-11-11 16:32:47+00

Package: libecpg-compat3-dbgsym
Source: postgresql-14
Version: 14.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: libecpg-compat3 (= 14.1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libecpg-compat3-dbgsym_14.1-1.pgdg+1_arm64.deb
Size: 38108
SHA256: 4870158e9220d510246d8b4f95d724238dd27e402acf5d6c09f1ef5a522d7bad
SHA1: 9c5fed7badf19226f8867d5cb287674f6834e60f
MD5sum: e075af7d527bd22e914503812731dc28
Description: debug symbols for libecpg-compat3
Build-Ids: 03574bb0e09e907c0c8f36b6565a1d92e3e8c6ee
Timestamp: 2021-11-11 16:32:47+00

Package: libecpg-dev
Source: postgresql-14
Version: 14.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1546
Depends: libecpg-compat3 (= 14.1-1.pgdg+1), libecpg6 (= 14.1-1.pgdg+1), libpgtypes3 (= 14.1-1.pgdg+1), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/libecpg-dev_14.1-1.pgdg+1_arm64.deb
Size: 268744
SHA256: 9cce43be1d3b5c0caf6c7099c19f149a9792c97902eb92d8ef2b9257f2207cf4
SHA1: 00d228e4e53a6ed60fb5d79ec67eaa20a8a1c233
MD5sum: d8e422bb6dde18f89af35ecaf6ac4c7a
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).
Timestamp: 2021-11-11 16:32:47+00

Package: libecpg-dev-dbgsym
Source: postgresql-14
Version: 14.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 281
Depends: libecpg-dev (= 14.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libecpg-dev-dbgsym_14.1-1.pgdg+1_arm64.deb
Size: 238548
SHA256: 265bde65ad1ef544f8d5fcd8a5fe914c055f93e270ee53a9be942cd1278f47be
SHA1: 6766f0a2177aa9804ba8102e25ab97e39e1756fe
MD5sum: dbbd521e3bee344003c6aa9ec6c017f0
Description: debug symbols for libecpg-dev
Build-Ids: 405a09b3052031e5874546454bec6f7d2d55f239
Timestamp: 2021-11-11 16:32:47+00

Package: libpgtypes3
Source: postgresql-14
Version: 14.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-14/libpgtypes3_14.1-1.pgdg+1_arm64.deb
Size: 39776
SHA256: 87287ac64e41bc9b6df5fbfb76e8fb329adf046438c2f85da20392fa79ab96dd
SHA1: 702e9086c46bc6763ac60b85b2bde4b5d310f4fa
MD5sum: 2f9d21ebb45447e651fcf45d5c33e9c5
Description: shared library libpgtypes for PostgreSQL 14
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-11-11 16:32:47+00

Package: libpgtypes3-dbgsym
Source: postgresql-14
Version: 14.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libpgtypes3 (= 14.1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libpgtypes3-dbgsym_14.1-1.pgdg+1_arm64.deb
Size: 87084
SHA256: 483c4b150c4e3ad69dbe7b6e89ce6ebea2a50bad46be520ee6456249fafcce89
SHA1: 3154363f3503f86e14209621d16e2d5dfed90749
MD5sum: 924d7508251c5938459a6e4763ac1bad
Description: debug symbols for libpgtypes3
Build-Ids: 07be40c5c55ba5529527d9ac987838bec7572725
Timestamp: 2021-11-11 16:32:47+00

Package: libpq5
Source: postgresql-14
Version: 14.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 742
Depends: libc6 (>= 2.32), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-14/libpq5_14.1-1.pgdg+1_arm64.deb
Size: 162592
SHA256: 7fc6b5c3859f1687add693216f2977eb61c93a4e21a204ee58d07c0a42735677
SHA1: 580fc7e7e8a1d5486bf72c5c2fa706129285b7f6
MD5sum: 3e561772d2dfb82eb86e8320a25b2df7
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.
Timestamp: 2021-11-11 16:32:47+00

Package: libpq5-dbgsym
Source: postgresql-14
Version: 14.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 302
Depends: libpq5 (= 14.1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libpq5-dbgsym_14.1-1.pgdg+1_arm64.deb
Size: 266672
SHA256: a4a49752eb6383c4c353f62019a2696f9364d40f7e6d71c7ff15969a458313f4
SHA1: 4142f295bfa3f57bb26095c0c0b109c4eaff1aa6
MD5sum: 04bb0ba76166e406d81c258f873c1799
Description: debug symbols for libpq5
Build-Ids: 36e3d58b83e3c9d7252ac6c3cbd170d213506e9d
Timestamp: 2021-11-11 16:32:47+00

Package: libpq-dev
Source: postgresql-14
Version: 14.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 569
Depends: libpq5 (= 14.1-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/libpq-dev_14.1-1.pgdg+1_arm64.deb
Size: 134068
SHA256: 0f83cd351d4677c65bcb299fcf1c20ef0738dc6a37fd78d9485739ae52812ce2
SHA1: 056b8c64850c48f65aaae9850dd1681771c3c57e
MD5sum: 7389fa7a75d8a13011aaf81ce578399e
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.
Timestamp: 2021-11-11 16:32:47+00

Package: pgtap
Version: 1.1.0-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27
Depends: postgresql-pgtap, libtap-parser-sourcehandler-pgtap-perl
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/pgtap_1.1.0-7.pgdg+1_all.deb
Size: 20180
SHA256: c010e7e6d7a059b88279323f94621243ccea441015fe1a77f40d5a111e076d99
SHA1: 0ddbee428d4fd26fd31b1c2ca19c818be03e8664
MD5sum: 662037fdb640aafce9ebe9e0bf8b121c
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.
Timestamp: 2021-11-11 16:32:47+00

Package: pgtap-doc
Source: pgtap
Version: 1.1.0-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 338
Multi-Arch: foreign
Homepage: https://pgtap.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgtap/pgtap-doc_1.1.0-7.pgdg+1_all.deb
Size: 64716
SHA256: f700c3b5b1c344aea67d19b027a038d7496743aee2b72de2bd1a058bc7bafd47
SHA1: 3b89f1ad4cf610c017fe7ef0baf6f5293e1e4338
MD5sum: 122892a54bcdd751ced3a750935f0037
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.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql
Source: postgresql-common (232.pgdg+1)
Version: 14+232.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-14
Suggests: postgresql-doc
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_14+232.pgdg+1_all.deb
Size: 66120
SHA256: 53e5d8b8366a59234b7e599c637ed66ea1d5094165da94c16554cbab86475b4d
SHA1: 990e9f602619cf2d06e0dfc64386d1d5a297f953
MD5sum: 0f04923624ee96950dc733a20f40729e
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.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-10
Version: 10.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24198
Depends: locales | locales-all, postgresql-client-10, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libcrypt1 (>= 1:4.1.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-10
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-10_10.19-1.pgdg+1_arm64.deb
Size: 4912708
SHA256: a4458b03d06171789ffb5493ef1f417f93f815539ce916aa78d2b7a0bb31e3ba
SHA1: da43f8f11484500f95bdd24e13a1d08a302709d0
MD5sum: 71aeb6d4bf62f7f25462b74dacd4e41c
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 10.
Postgresql-Catversion: 201707211
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-10-dbgsym
Source: postgresql-10
Version: 10.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13524
Depends: postgresql-10 (= 10.19-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-10-dbgsym_10.19-1.pgdg+1_arm64.deb
Size: 12053160
SHA256: d08aa0c28e75f30c54b7fe722af5e50cd21ec8fbd528a1e7d4f1b18a4ad004fd
SHA1: 11859de0cb4f00617e2e8d06d80298ecd2ba69c6
MD5sum: 1aac1349b9dd04d34b1b0cb6ac540a5e
Description: debug symbols for postgresql-10
Build-Ids: 0084bbcf73fe49d78657c6b4d0b06f91d18dd91f 0095c8154298bdaf4c0ab0ff7426eb5dbd50a02c 04c2dda65e1fb7ce03f4737624cad4a550e04249 05a139fc8c255195e2e04b87c4dcc7f4fabfd0c8 0aecbd2b3c2260acec68a729d8a37af9b430196c 0e8bd574510da693f7a4f735181eb0a56de0da02 112563993e0d1a512917902121d5e011983aa0b9 127e5cb55b76bd56f392b7b68628e382147e4758 142d62de7ffc275631e669bfb0cc4a3b1a894ed7 174484616aa3432ed39abd21b0dcef1c491e1369 1e04b9eee64257087416c96933a02a6b72139535 22784c01ab1bbcb78deb342c769e533438b34aa9 233ca172ff08fc0e07ccdc5a567791a163115252 2453c50e6030dc3ac602b1b67af195a54ac6c5d0 24c3d5e7228061cd938e4f4cb2c1acbec95ccd50 26cacf963bbf4adc95ac92f95bba05307c11ebea 26d4b5cf1b882435df08ca157154b7d51ec4d5a4 2de952f1284064420b08806d9842e08a0973601d 2ee2792707293810d500c2912ea645228a361266 35aa008cb498ad4bf7209f5ef63a0848584c4c8b 3808ada669ea57f2a7a9402cf0b3627c8c12915b 38618ea0e64fd26a836361bc5a48d4ddf6533080 3970ace2f4eb8b3a539d685885846e904cf916e8 3991526b17a3c032845f7a8ef803445135439323 3c51ea7b9cc555fcd3bbad90000b425edd9a5021 3decc02b9119f432a4f525c67d5acd2301c7f2ef 3fa02db28f691c676c5526b2b8fa9a6b6721d5ef 3ff64f9d5a61e3900a9f7f5ed3e79038ca2b2cf2 407dc395574a24adcf0c0166b7ab31b00c861989 4374e23e8f216eee8b9020983bee6c296c91ae5e 4de85e706074828bbf883a482998b53da59f22da 568359ac6091917f28c97dd7ec31cd609a3c0b88 5811dca481d25c36a85b69fbc7499c9ff3c41032 58bec6c17cdc5ae1b5a365fb605215c37ffd7bde 5c73ed32684dcc0c905a6cc91123c7db3e94d692 5cebb6c670ae17c6aaf14b1bb0a4b44734fc67fb 5d3991f3728d9b52e12d0aebdc60859c5b52158c 5d5c61a96228de4f42e0f3fa6387b46acb449678 5dae81ed664843ad74fe3de452d93ae2e2d49721 6f0ae5cef4a91f5e846a16b24274aa2f61b3d543 76237a3fa017664d5b4e5c2946260ebb8ad847d5 7b8152549876d23a3cd8cf3c847e3a29d4ca7020 7dfe85174960831f990b6e06849a1ccf3517b0e6 820ba1ade613c00e3752b59030614d3f8d38b8fb 8220876ae2fda6852eb75abe72cdd4255115f1a1 822a5cdcd48ca422fff2d9c0af2c6dc8fd081d16 89bae8956aa3cfc6d66b30d55eaa4f848b78228d 8a90daa755a9a5b01d7860aade57ccbd7623afa9 8d4507bb36c063610352aea16f30ff443e35dcb7 914547e04cd18303368d8945cda78a9a916f4f56 96efdcae4c4ce09b1bf167eadc8006baa8d62b2e 97933faf91c40d2a3a0a3821f19dc6f212d75a46 9a2e34d2f9c8655e77e4577b63c2ed392d07f4ff 9b13443869d2150b957f5fbc790d5814aff2547d 9bc0e4e2cff2d1da9bd846ab5e183264d67744ae 9bf3a043aade874cf56d8ea35b2d93f32a6fac82 9e31af5cc7b4cacafbcd59035d02cb5b90b6880f a1dc5ef2f243d8a4e146280b7282cd6b684245a7 a3648ee63cd378ed56744d97eb0dacce30ea542d a3904bd4a9de538b236ff153e7f2234ecc037ac9 a65c1d55563e3643419c7cf970c82b5f12955d9d a70e6c6d4ca1693450cf862060b6e25e4ce66bf1 a87709d4d438a0d3e12fab9399a0ae6b566b043f a87b3d32a37d8683393a4ea0ab31b6ceff4b8d2c a87f47be4da426109e50f6e3e0f392b5cfdb1afd aede8df37d3cc5e9d725eb61624ac8edc3c5db2e afebe3a052c2a2ed3252d3fa76e3f0b7eb3b8a2f b4573e184d96f107517bcfb1818ecf360a0bfd48 b99d28b6d8a584dff9d591c35c9214c94d86ba04 ba469514e72fa9fb7dcd5b1be25c920eb327ce77 bdbf582182e73da7798a0303cd4079c515a0dc67 bf6d5e229bf8f05bdd4452421e618e6a69368fe3 bfc4fee628f422566519af1a6c625d8741d57171 d30535754ba7571abb4fe95fd16652c6972b8d2f d45bd2b481fc93fa7238aea7dc2e2d1045c20a99 d5b7d5b3380e6d43eaf9fe1728f0eb279d71ba37 d60f38764e95ccb6a6a7398d37018a78b5182815 d8122c302ce67456359b51292dea9bb952de9664 dcd526936942c7dd4503dddf4c957c6131ea7359 e0399a29de0dfc500f26fd5fb627e04d5c24b5eb e227844cbd5e5e3950b5ae249cadaf809c05fdf7 e3de8f96ef21ee6f69ed917c6de43f8e8453ea47 e42697092412e03aed656530ebb2e96a92c6fb6c e47a74d6cdc5c6c82975c4d7a8aff60f0d1f7345 e5b77f1ab630216c0ad21299fa53cc5feeead104 e7505cceab6f85e76b7988d0c8df3e73ad912747 eb58d47455a9ebc8f6cc94b6618fbc7b0f9a86ed f3b2644b766a746fc9fd8315cc09663297b953ca f471b64e8088b6203b14c54ae7c09baeb8129421 f4a352c13261cbbfa46bae6b0cc581b76e054228 f4cf095cf0472efae9e5daba587792e0c8bdb6cc fa7881e6e2839acb7f8321fc50a78b48c45b0033 fb3a9e2478e396c98d7485232e7b2de94ca35176 fb902732d3e01dd2770669c32d42862f237469a0
Postgresql-Catversion: 201707211
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-10-mimeo
Source: mimeo
Version: 1.5.1-11.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4486
Depends: postgresql-10, postgresql-contrib-10
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-10-mimeo_1.5.1-11.pgdg+1_all.deb
Size: 128804
SHA256: 3d3b7f00e67ef4466c157de454f624f4d8be7212394fdd6c9c0451e0337e4eab
SHA1: d661d42ebcd2bf72998c745cedf3ad582a995db4
MD5sum: bd87783ed2511cb523271d822b03f7ca
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.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-10-pgtap
Source: pgtap
Version: 1.1.0-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1637
Depends: postgresql-10
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-10-pgtap_1.1.0-7.pgdg+1_all.deb
Size: 59152
SHA256: 8aa61ae87684f9d7622fc99b895d0f46e0890b6270d44081817e3a3a893823ac
SHA1: d02d9ffd8818ebc710ff7b713f9d516668ebaba8
MD5sum: 8f6ecefa8acfc56ce8a61c8a65edf258
Description: Unit testing framework extension for PostgreSQL 10
 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 10.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-11
Version: 11.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48724
Depends: locales | locales-all, postgresql-client-11, postgresql-common (>= 194~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm11 (>= 1:9~svn298832-1~), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: postgresql-11-citus (<< 8.0.0.PGDG-2~), postgresql-11-cron (<< 1.1.3-2~), postgresql-11-pgextwlist (<< 1.8-2~), postgresql-11-pglogical (<< 2.2.1-4~), postgresql-11-plsh (<< 1.20171014-3~), postgresql-11-rum (<< 1.3.2-4~), postgresql-11-wal2json (<< 1.0-5~)
Provides: postgresql-contrib-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-11_11.14-1.pgdg+1_arm64.deb
Size: 15071112
SHA256: 548e5540cdf2e55c9cf680031d193cb20c987b3bc843545bd2da0598043fd7f6
SHA1: 33af0e63786ecec4bb49d8133941db1f1367d6f6
MD5sum: 41edf5e87dfda0ffb8dd70f143939bf0
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 11.
Postgresql-Catversion: 201809051
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-11-dbgsym
Source: postgresql-11
Version: 11.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15241
Depends: postgresql-11 (= 11.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-11-dbgsym_11.14-1.pgdg+1_arm64.deb
Size: 13724812
SHA256: 73a3cf7fea333c1c7085074fcf55eba8bc7fbcff6f5c426d96ff90b11c5f7817
SHA1: fcd65ba091bbf6642a852b95abf7d15f36aec869
MD5sum: 07a329c9771b6447e9c8ddafc3035d3d
Description: debug symbols for postgresql-11
Build-Ids: 03296fbb10e99a53c010bb842edb6b6324c62f0b 04ef55927e2358053cb3513905de876f5d06ad4b 056cf548cf5110637067ddf92bad6a1d9c285844 08755c3dfd47296376ea8bea14b8aed39c21c9c8 0be79d1eb967bc61ab6cb2635976ebd5431f6d3e 0cb79d033bb198fd767477fb393631dc2d0a2396 101d3a6d6df03c9da01547f018fd13a88d873e32 11fd9186552e00f86c96e3bcc2af9758a44373ac 1a983381e30d1bd0a20522f858086d292b3c525a 1bb07a740c704dc21dc71fbb5b104b90ce4c7707 1e302ab166dc287958c91e6d9e30ad80b92fe3c1 1ea60c3534b07899880693dc489498d040b89e86 1eacb3efdc96fade4e201825cbddd53037df7710 22ec24f5a3841bf655ac7b9c7c6763ab00573c87 25c98f8df6eda4998a3131076bfed0f48125b498 25cb4dcdce54fdb5569baf3c08c49c32072a8be9 28675f925dc86116813235a7b6f406e805614b41 2b5f7b043c14ca9277377a4e7aab1b07e3fd3354 2e37cb7b25ab484e431bb8984c3d3cbbab00802d 307964ea1a9dc2aeb8cd79548352158f6a214a73 310f97c9f339ce1afd8e37d79c198d546923cb42 3314447445b4c16af5a2a5f6bc539def3fbb5588 33bc8257b5d37e8d739cea20c2debec92fd6cb90 33fe5548bbd36ae6acda24f629152e875095cce6 37444b0d45c9d2f3ae79c1f1c0788c473fcbb4e6 38387c1747d689d416033b432e253e2c68600a12 385a54a99eae0b6a7f0c4589c8200cd7f6ab03cc 3b44ffedf07156026ce6cc625f7faf96642ff66e 3f42a0b0d24cb0c849a9b93bc9d0c63b99c00534 415cb87eb7ec1f7b10101004eda00c09ca5fbd24 42747ad323389c7aa6d2c9c71d69a9e4f2de92c4 43553abaf9bbe68f90e0030f89c99ba8f39e86a8 467e077d5a718c5de2903fc709c47af3cd233f48 46f2754cd9253bbf541286cd5a8865c08770a621 482043228ff816a73e8b1fbaafe0f5168d8b9cb2 52ff15dd5f353fa2a44aed609bf138d5adbc232c 5c205c8d49f028bcf62bc98864632c7c00300587 5c33dc069104febc3367593cef5c656f9555ab06 5e22ffa36700bcbac02e3e5aac4bc5ba90cba8de 5e8da2281500e76f7e00f3d0183982815a4fe370 61b3ccad30c9b9c560ba7f67d034226b57b655b6 68c0e2982568bac4b7309d1e9681d68f6b79248d 6a9209ae03323828ddf2d111bd9f1ee569286e7a 6b6404769a7dab39a43c6bb1c04173ac457c9d74 6c386507211cd5946b839cbb8217c429157010f2 72b35164ec6dd3a9711464e2e21d070e9a33cfed 74953b44a2e224177c9e0af33ead661f9fdfb55b 754fa0f2f6d344534ae8fee9190d44831c221a76 75c683da3216da63771ee6bd327fdef0ac39fa4a 762506a56dc4ae6b15e625db03a2b2cdd55222c5 7642e0e366c00697d73ec24fa2a3ebb63d153504 776e1a5d25b46f8930668dadf4aeff8ec2dd605e 79233a913ff6b1f7f37b4c277615480b80718d1f 7c2e1e9e52e7d2208ef8e87844ee3a4c1c9c3ba6 7d9b2ff37667749c482d014555e01418a06fa9bb 7e983ba19480ac39b48d5fcc31f6a747e9c632be 82a87f391e2aaf91adf18c831f91c98d73279ed9 91fa3fbc415eaa7bea6eb3a1fde2b5362d5e378c 95a7577aa786920a3d5f8982cae7da20aec707da 95f539b750ce4b188b373d8758f9a757af0ed53d 9ae35aa5cb52797ce09449a470ba59aa68aa6ddc 9cb803534a630692a0147991e093aeab68c3f141 9ddcf590033b7881917b0fe3ca4628e3d7bc1a4d 9e01a9bf0c798622e7ccf02ba525efc1394657d2 a554c084809ed502610cdb169d39474040df43c8 a8ea2c6ccf713d66ce7b20096ac893a1edd6bce8 aa892fc786c1188ce27eb7f1706e7250ee4a166a abb24310d741526c30482831a4a044ab75dd57dd adfe5c3bd4a8635ccc2fadd6ec42e636a4d11dfa ae88796090cfc6305a3d267c812d170563a336df af408a63ef1dc8b49fa829c530640a95e66db2d3 b1e64b484816d80138ad942fc5f41094046bbd5b b520eef9936b912db70058565c6f10e613183c1a bb3d5258c307e9b98d628369644dc5fdb25aae9c bee82e00e7d5d1e230b7ce92bc89de8599197a4e c22c2ea22684fc67beafc6d54cb5d1306cb34452 c5d94bfeec3804edcf2320538e253114c2af93b1 c98ce8ca81077aa53c8e08b401c7992ab08261a6 cfbc38d80f72e18f0f0a9821e1f1f2b10636d1eb d7382ce0be8f2f7f15b4c5b9e4e21fbbb66067e5 d916620a06935020fc3735c7f3d2b4da5d11b4f3 d9f1100659ed3218ed65e0f0dbe529084c76015d e4b5901212105fc38022dc94fc02e0de954700f4 e5085b0ad0865c4f595bbc10d55b77f9efd60eb7 e630cb5aaba600f1a746fd81e367e96acbd8ab0d eb016c7614f4bbf0592b51145ada72f515b50d22 ee223ef541927d12449207112fc5f57187ed5445 f10ae2125322bca8d0f7552093585cf40f73aeab f166c70d65fb7ba7cda9dc248a852856eae1a718 f258f1bb2990cdaa80e210bda73b7f49320041be f2c0a692f48d7a8fc8a1ff49ffa8b89cb650472a f70c8b934e6128cdca41081ac0d8a370632f766e f78acfb24c72f06443de1bef1522c6840b9d020c fee4a6375b86fc328ce8b91f30d7bb186fde41b7 fef29412fdf6bd8962e75196424ecb21914d0abb
Postgresql-Catversion: 201809051
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-11-mimeo
Source: mimeo
Version: 1.5.1-11.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4486
Depends: postgresql-11, postgresql-contrib-11
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-11-mimeo_1.5.1-11.pgdg+1_all.deb
Size: 128804
SHA256: 2832b6ebd3f6ea8067df9a8bd90c5a264f71730ccb94eb4b4ec2385418b62adc
SHA1: bbe30fead8f91a94bfc71b0a3285106072e48298
MD5sum: 126e85959f50561502ad0f82fde0811d
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.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-11-pgtap
Source: pgtap
Version: 1.1.0-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1637
Depends: postgresql-11
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-11-pgtap_1.1.0-7.pgdg+1_all.deb
Size: 59132
SHA256: 156d94a10218c7bc02cdbac86babe3370092097480816eb0374e56377956b695
SHA1: c9ed2b1dfca1eabeb8f707b0157d2bdec94fce50
MD5sum: 42858256b9e36a9039e134d2f7a7ff68
Description: Unit testing framework extension for PostgreSQL 11
 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 11.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-12
Version: 12.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50816
Depends: locales | locales-all, postgresql-client-12, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm11 (>= 1:9~svn298832-1~), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-12_12.9-1.pgdg+1_arm64.deb
Size: 15698164
SHA256: f5b106210be4e5644eb6a665e2878a883998eb1d65ff46c90245b36e330d1b05
SHA1: 407d1ff382bd4365f855ef4da3568d0450836e33
MD5sum: c9139ce9e1b8dbc4e77726cb58df17c7
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 12.
Postgresql-Catversion: 201909212
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-12-dbgsym
Source: postgresql-12
Version: 12.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16367
Depends: postgresql-12 (= 12.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-12-dbgsym_12.9-1.pgdg+1_arm64.deb
Size: 14792296
SHA256: 86a4eaf24ba2f2393588092a92ffc0cd850a5bdcae9e8af3758473f2ba700a1c
SHA1: f60a5a9e004828135d21bb9a24c8785ee1b6630b
MD5sum: 501f2963ce77e9e7cc8035318a7371f8
Description: debug symbols for postgresql-12
Build-Ids: 036ae7830f2af798970df08082b8186b66f89239 047e4f6c86ea82bed0c6d6ddf6be0d1ead7f706a 04e483035c28fd665e32634daced89b13f6fdf5e 07318a9145800007ec8a701c4de016500ccab982 0a2d1d34ff6c43946abdb1eb8ea0c23d093c745e 0b5c3e4be4f7829fce4d59eea479a45f26e0415a 0c8e8266a3c1835749d5c57801cf9680c2afaef8 0f3db0c422817cffa6e9cf89fb3f8e6fb141c21b 102ede2004dbac8c5d22e7cd41e168e567cffdac 16e67b1e5022311ad5525e6744b226e41cb95a33 18abf9bbd3182f62af6987d765cd3d50205d92ea 195e10761d25c3697900edcb6815b603404f6c9c 1c0ceeb9b160cac5cfeaabc56863561a333d807d 1e161569b7ff128a3299ba8c4df0ad90b97a4613 210e8dbedf995122eb1978c64186c5aca7f9d3fb 215d520b1af65bfa71fd8b3d193a0083f7211d8c 2731cc22d15e24d31535d161b5554b6a9367cc5b 2774c88747f7281e2452f5f23e7d2ca539e4065a 2b4665f6d7ffd7944086a5e748d7de24cff9d51b 2ccd5f814c78fbafb11aabe47fc3e67d41a6898b 2d16adb3030f4e5c4a385649da8d60b6406cc047 34033858f588c8c113f2d0229067984ce72855e6 36992f0ced75a07be6751a535c551e2b7fcf9ba2 369ecd90ca2a14bd485fa2eb0e16ae684470080f 3718a65997ee4c542a7dd2e044e5780fff7aa5cb 37df3bc43f5d2bb3608b60eb88461a61b4c0adf8 3d85ca8d0f9933a554cdfe608bf82043bb68cd19 3e66103f339a0190380896e320c2f97319468bcb 4269dbf7539ee10c357d25fa0ba5c05db5ab08aa 4696bb7db08a1fbfe22c8709ca567497c16e64f2 4822c8a7a8f586a47036c69719b2c615e9b24290 48d0e60efa75b9cd9d685801dda5f91abb55b5e4 492f048f11e0c1395c57915c46e278487e521b19 4e961a029ab6b0be4ce0e44f72bb3c2d859597a8 4ebda486bf5d1c96f725114b123ccda0dfe4d5a9 4ecff8512b367e63656fa2794630f2d6c70840e3 512b4e5f4e83e8faa080da6c5bb45ac22796eb44 5168740fa4d59244a45101514ba930cb00a73a31 54c56ed5bbecf0a7bff3099f83fb23c46e66ebf8 5619bdf52bf5ecb0ad836d55e33205af922d5f6d 5f00c6cc6a5295c226e6403d1a1758cf383237c8 604afc57157b340b3b3b7b02b1ab827d82a9bdf6 60e0e28f8d799c44b581179cb93d0c7d92a1af88 648374f9020822ee65624c598e8a29b109ed99cd 67659253c30d287e5e66c1e6cc203b7c39110660 694dc6cc25deab6cce3ad87dc666289b3bbc40aa 6b9e590b03ba3b2a368071bb078031022ce14d05 6be242a54fd41d3653c5415bd74e794556e4a7c7 6d0c17d58533611ca332fdda07b5fbe2b866ddc5 6e27cb9ce4b140e6138a5a2bc4cc69ec2adc90ff 6f7888d47ecb6b70720fe18768361dd41a893561 7061c8d0ffadcee7e1664c734cbf20ca63e3fd40 707c9a8d419e7e51222a08cceb6dd20e9ad74647 719d54d4ac5123b208d1b731ef42926eacf1db07 7e9b76f03ec395eaa6406b60dde8efbc2c0a6a25 8611a37dd04f7284d268c721ce07fa4bfd490f31 8681c3d7c7666735dbe963f5a352ef4c16996697 88123abc41a4ca3f1d296009ae49f28b1a5e7abb 8a161f3a64a00f26e431036fc020fc5390678b03 8a4cc5c2c653c733a933c154cec94ef856b04dd3 8ac3b28471099e7b013dd0d4bbc73e0a9f6c236e 8ca6a8d4919497b369bc6b8b080b69cc5633ab20 9a686ab1dde11f5c088462f1d3050f890a4ec809 9ab4c26f59fd5639121b9c7de3489c26cb4c73f3 9d8199cbf151b099fa084a9240337b8c115997c8 a3e98b33ddb7fcf7c83e3626162e90f23fd3268b a7404847cf1b15d207020918f28a7c849f8a28fe aa4b698e094b9939a9071e96c47fac80a8c40830 ab63162c46d644082bdb604fdb2f6568e9f62fac b1181879eaa38ad86dbced913f0ba6b91f295217 b3198dec19d4bd2eb0ea3e107392f36f6dfac71b b52980d3915dd9ad6d90346ac2cb92f199e4ca11 bbbefb29f9b5b9c8c3d8745f7259c00b884ccb55 bf0ad80b8a230a1dff72fcd0fdfb2feba28fcaba c13e0e210ae342ab50488701bb690755a38f86d3 c4d06a6871eb21fc0d1ced54554c93bb64053004 c83d6d4e34ca72ed57d07a18ba42d892d4efe580 cb5ec19367840c022b18deba577de6586b708ed4 ce353a2a3f1c117cf84269bf5e60f9d1d8cee359 cf18ba6656960190bb05ef747a9bfa43526749a5 d0f0b93887a94c5b4a85f78c9bb651573496ca95 d461c328d235182b1b950f1b46cf4a255e78a557 dccd0b1a855b177b30021fdd91ca22db49489032 dd6ce71b76cc700391660be6318c4a9ab119cfc5 eda7866683830ef8bc853b772b41a2f6b2d28754 eea027a2dca1b258a729faa6a40a1b51100e98c8 eebe41aabf38fea1347fbdcbf5d26362a9a16d75 f1de3ce4ecfa6d7f8bb066a9f086c1fc6c6f9bd6 f25bd319a996ecad5d9cd9d53015be097446ba41 f4bbeb8cd0904a3d9e5f9ade91066f9b9989e659 f7ff37f7e0fd7ecf1d450613b33e89dd1a6cc6ea fd029380fd69ba0642ca45abeab3a42563a3d8cb fdae73588ad083726f7ca928feb3eb1319a78d37 feae4ba3b4a2cabedc95ed82caa46a546ccbef6c
Postgresql-Catversion: 201909212
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-12-mimeo
Source: mimeo
Version: 1.5.1-11.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4486
Depends: postgresql-12, postgresql-contrib-12
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-12-mimeo_1.5.1-11.pgdg+1_all.deb
Size: 128796
SHA256: 1e49a37769908e794cc267a286d54391bc19c2e157e22393130280be257a8755
SHA1: 22eab294d2a3636efcaf21823edeb0f26a09a732
MD5sum: 01c3a3ae8252e9e546c8c50a832779a7
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.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-12-pgtap
Source: pgtap
Version: 1.1.0-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1637
Depends: postgresql-12
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-12-pgtap_1.1.0-7.pgdg+1_all.deb
Size: 59132
SHA256: 73a72dec048c762524209ee0ba8edb7648e65568688b396a4880a7a89ba14919
SHA1: 6d21fe8911638d03fd9b40a2338a5acfc0a44abe
MD5sum: 0c2076cd4fcd239f77366ba8f1f19221
Description: Unit testing framework extension for PostgreSQL 12
 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 12.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-13
Version: 13.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50680
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm11 (>= 1:9~svn298832-1~), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-13_13.5-1.pgdg+1_arm64.deb
Size: 15997180
SHA256: 60d511e42ec17b8249b2eef16b07c7165138eff33cc962d10f4a5a6b5441b074
SHA1: 5c8cd4aa408a78effb66153401501d431b2970b1
MD5sum: e99e2d70a433e7e958f4ac1da4c956b4
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 13.
Postgresql-Catversion: 202007201
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-13-dbgsym
Source: postgresql-13
Version: 13.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17177
Depends: postgresql-13 (= 13.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-13-dbgsym_13.5-1.pgdg+1_arm64.deb
Size: 15570196
SHA256: cf577ed5179661856017fc4da0b8650566e3d01d49e5df0f609f7380ab2b446f
SHA1: ac518cd2c96ebc8dc99709829bfd65d94fb274c9
MD5sum: bb73e8cd37c6f23a9c82f900c0dd60a7
Description: debug symbols for postgresql-13
Build-Ids: 01089cd326d7ff4b90ab662a615c1590ae0e37a4 02572606f20066cda6e8b91127f0c90b7708ba53 04438b48749e1c434085f78fb440e2477c5ede06 0584026cc47a8790f53bd97fae3ca048f5acd4a8 0a61a2776e8d6d227eceba9bdbd881616eda69d9 0ab4c4ce241095a9e41cb33294d17a90861b015d 0b60556917ac6e7c73dcc4ba0f6508b5b2df8851 0c51b11b91512eb97c5488be9d6e3056356ff209 0dad9cef21f247c88c24c252877205d2063effab 0f8a7acc58f8e6515b23f5ef0c1abab01f63d3ef 108817650255d8559e5cb8f0ef3b316d57e537a7 117e316d2d2688d7021591db3a4ef7c4e55763b3 1443c663f3d2575098e35e3badf2ee66165a616d 188d00bfcd3cd60be8f217f0e66303d82c7e29cf 1d7b5c2d51cce9f677b974012d20cd96a7431391 1eaa7d3156b3db0b9f8e9e9e69917d6d036a285f 23d60eaa21b9522cf04707683a353c70d047be1f 241639ca5d76d465c1848c91ece58c7d928d82d2 258fe1fb17adeceb6ddfddde901cfbaf677f0d3f 260500c191b67a824f2f7cf4799c619bff237230 2a12c61bf7857e563a48a15f4bdef7352faa361b 2bf0b5aac3c67a0753408556611e5ddd5dab7bb4 305a2e6058e9c4a2a9bb620c7d36d3ffea4f8f1c 34118f9a314b0f9af9a9912cee65f6cba9377cb5 3535c891e5a6bf9eeb918b30042dfe7393c833aa 40e24326381c5d4e2375f468966d156608b05d12 42caae9b9984146481ac1eb9d4967e1ab5c65053 4e2598f04aaf67b275f3a470a82c2451fd113db4 5b24a54ffc2151ca87b1a77c9ff1ffba34b45253 5c7e0b13a5fb0342354ed2157c2d23251fc0c7db 5e5592fc24e950733fc2b9c59185e8f2ea419785 60c26b758d29b73933f145dcf5d94f8b6f2cf9e8 63095c76efc5348b0f415f2d5083b125e598e22f 6622bc5ba62be5ebc16004591f92be54c512a3bb 6cfb1dbbbd47f5dc99346bb9de7a5b9f07807c19 720f559443970f89556e63caabf129525362a816 770c6fa9d8f145709fe8ac27b862c5ef13b0bd6a 798e9b4a57cfa12d015524b8443e97c58613d7b2 7afdb8bdd6d649abc014d7582b05c5bbd59e676f 7b5d2299b81b6e8bbd6c7a5ee4cffceb179f4629 7c75199ef068fbfcf3ccba1081cab9a91b606520 8139e20fa52c51a7bddbdec4edd1cfbdf76926e2 823376fd13fd2b9bc5ee0651858caa48c69ac5d5 844aa962ad55f9d45a4b62446aa32768550d4e7f 84b50012c601298331b850f6faa47a5c9ea499bf 8521710571737dbbed319878486b456b8decd09d 8531185a4c3b4ee0fc1b3c40e5f45dc81c23d060 88b538dad5f10054439e96f529d6664f34e62a2a 8f512162e83c8d9a7a460d15dbc5fa04d84f21d6 904ad5f84cbc5f7a1957d4a3e93b0697bd2fd096 945da3e44078ce0920a380c4957345caac857c98 9594c0c437824fd18a185d6af5c09d50ff3eb7a3 9789c4518bf2487ac89d2cb361b79fb9a3216274 98cfcd3dd510353b7a82b27bf0c54656fa29adfb 9ae83eecbe23d77d0f190051186ada6a28505d01 9fa0fa475e7287f4f7d6c3e535a8ebd24dc94a89 a10daf0ea0171a6321959bc7b20c128d0cbb6d4a a3287d30defdbb3d484f5c4e9b940365f6a55b0d a692cf58478143b3be963352faeded05276a8399 a6c6a3092cca44218dadcbd17f128aa99d156eb1 a9f3641b37af6a9e75850f3b583a60623c5441fe b46c9b927d6c2b1dd2ab354e8db84ff950e4c0e0 b55d0e84fb4301bc4d6d1f165b4081f0a18a496f b842b0d82854dbf63a7d6cadb9befe7aa790fb37 b90b2816d1b377dcff2906426d9171d3fc1c1078 bdc39ab007ad542968b59868be6d39058ba30ba4 c147910678c5d497dea9550f38b82fe763603848 c3360ddaae8a5b51c4664ea4b73efda435540cd1 c3649be39efb03dd15486b3cc42a2bad9c9cc576 c563e787072aa1637ff3a163d279322de14f6d9c ccc637bcdef438f897e72dba63a598ca118d82c6 cea5ba393ea016decbd060b468ce9960fc8997a6 d07971ff952bec5bce9b9f225b1d1daa31721d91 d2a2d8411aaaba50b749396c0935c97b1f6a1643 d2cacb5e93251f038d6cd6d9bec0500fa728ae8e d62560c11a8cf484504234866e08839964178227 d7f1f4d0098d26cce95823c6469b1711f142740c d8259b9f06c3779b63cf6e988085382713e541b4 da15e1d6bc7f2c82459637124793a44175dca36d e143fae67f63de13798ec34b768d29fa0738e2dd e5a8ed4e2bad262ed08a152478b0f4e0eb136cf3 e75eacefcff83311281d67534cfdb3bdfeb9116d e8ec0144839451dc44ef528538fce6e0f0bcbc3c e995c4c5f2f58f25bef1622bcf5e718b93aebe35 e9e5e97adca5751aa0af563d84c73d1b40e8a846 ec99a2d6504eb4e6eb6ec568656767661f12fd38 edebe2dddac2b64a428a32fefbb4f7442b1d43f8 f1041d29fc148c30d5962f58f827a4cfab3af447 f1f2cc5c3a1d0a447220565c16bf8291a8f0c994 f60463e902ce6a2cffe1006473623f5697c28b2a f80bffc342afb1989d17ac1dfea1213cbae7f891 f89471df8fb9db69c0f2dca402d4b0651ebc701e
Postgresql-Catversion: 202007201
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-13-mimeo
Source: mimeo
Version: 1.5.1-11.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4486
Depends: postgresql-13, postgresql-contrib-13
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-13-mimeo_1.5.1-11.pgdg+1_all.deb
Size: 128808
SHA256: 50920ddb40d55d62af5c207e3839da307bdfb8e05c3faf02090e375470074803
SHA1: 6f12c6885951ab24d4802b87b30e2260b49cb4e6
MD5sum: c0e98bae3ad9131eb9111cbd8b8e4ea2
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.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-13-pgtap
Source: pgtap
Version: 1.1.0-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1637
Depends: postgresql-13
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-13-pgtap_1.1.0-7.pgdg+1_all.deb
Size: 59124
SHA256: 77a3abf29b7c85ccf7cdbad7c1badbd94cc2cc0630bd8b594ff32fce2104153b
SHA1: 1325c27d20fb6127051af02115bb72f5a3a0e305
MD5sum: 1a26ff03a23cf62ddf14cfc4a681c9ff
Description: Unit testing framework extension for PostgreSQL 13
 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 13.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-14
Version: 14.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52963
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 229~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm11 (>= 1:9~svn298832-1~), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-14_14.1-1.pgdg+1_arm64.deb
Size: 16880856
SHA256: 9c9d69c23217bace13030a4934dbe46f32cefc9eca2a4ee3e1961cf398abc87d
SHA1: a130d20bf711f8b2ac9a6393ceceeb28d97b45cd
MD5sum: f95eae609e0a87e1668423a30bef7618
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 14.
Postgresql-Catversion: 202107181
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-14-dbgsym
Source: postgresql-14
Version: 14.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18221
Depends: postgresql-14 (= 14.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-14-dbgsym_14.1-1.pgdg+1_arm64.deb
Size: 16432444
SHA256: b43d877eb45efddbe125dbe14287187a71dbb1283dfcc35890b2d435cf545302
SHA1: 4e5f410643b38446ce0b0f79c2e4290ea3a40ded
MD5sum: 2a03bda70391dddfef38ad9e96e9da72
Description: debug symbols for postgresql-14
Build-Ids: 00d861ab2cab3f91717aab91b8d9d8c438abe0f2 06f3425d25801065c30b7de8e2326a6e127598a7 07b40184922aacb289a86003c9f152c63392ac29 088c421d7905220803d22ae1f2dfbf660170eb04 08939ac358f74adf3981e9406940b7dfd565d1b3 0ef1deb4a21a2597f7f5f83e71d5012f76fe38dc 105d9f72c5e5b1c90455c9406257ccef1409de29 11d1aeeb6ee10210763d6c4800c1287c090778f4 179655bc77f09aea93b381f19562f12fe72fce0b 18f32c4888476da79f6d590402993d92da059bbd 1d99a726184309bbd44d451a9154b5cb6c4dba51 2149f31ab9a6f381fd5334820c44193b7583b113 286daa07d06f170c457332183af11fb814d78762 2b21114f46050962ea85e257f926d1d1aecf08c7 320829cd4c9a4f62edec8e2b8b2fd0cbbed9e4c5 32212cbffc730fe3a085e04dcdf3672cc47b8b9c 32594bb9dfd37508c31679831b743413abc7b108 34c87e7ce8dacb1244711a2bf8d6d55f660627c6 35dc754cc6aee8a46cdc9bd029d81c02fd1a5fc9 36fd69a80ea4eb76c18fc6045d81bb6cf4b79251 37e61cb0bd5f95d4674396f1314b2077ab0ead79 3e0ae9a711b780f0a95e47a1bb87f83edcb3e968 3f3f4d4ada045a10d063f3c3a05e08e487879ab6 3f4473c3449e48f9878c75ec696414b53408554f 42a34e951dc36e366069e81aacd9e367bfca247b 45f4f66ce3917563b04ae17723eab4b2a876052e 47c4a72ff22542f6522c174d66f03209c8f7aff4 4a39bb661068547a291fb6a94dd6675b50c2e101 4d8c815e38c0d2a032fbd7cc03186d6ea47a357b 4e3f68950cd38f977a7f69da618c7d9cb5290f59 5086a5123a8868774860edc25087d41f173d63b0 5b50eaa9e7162e079c1f2f2e71f5a20f8df4621f 5beba11edc0e888b99be6155868f2a0498b01f56 5cec06bbd37a2a294964c87661a5e8c77ca748f4 5e434037aca213c11e8d1c1ccd845abb4f072055 5f9f39a0d56e4a6962705739c8f172e782a7d1c1 61649c2ee87d7002ae8e30b528a655487920c383 616bf9ed37dd629a57957030f1e57252f5902088 632ad6a5be880798999bc963ffff34c31e4448c8 63c8151d40b8e2f80682a3910e666645d4107d2b 66e0a2f8b3cbfdb2dbe83055fdf72ed19cf57907 71194cad6d4f6ccb1af17a875ff805450bc3805c 719f112bd539aa7499504bb92040882ba79fa9b0 743b3ca3763d1a8088248b9f5fb7098a639f84a8 78ca95db6dfb0ef819fd49e45447258729904e60 8217902d4168ecb61fb0731db58f933abfce157c 8540841e4463819d3bb2cb42fee77c396db5b02e 8849cf1385eb575292e1cce2d347f2b64ed60f94 89f022b9bdce0253e62017dd51b905be72a615ca 8ea891bed8fcbf11aaf81e0a03b592e303ad33bc 9324aa535a590d58e0613d2d372d5f8ec9c83344 9396c38f523fbb411afde366151b5149e2e9c608 951a3b1852661d7d0f817a7ff953d5c14836e950 974b0e7a27bc2f8fb0e6f3aad7c4861a3fa073bb 997dbaa7a72a75468d91d781b82fabd37112ac0b 9bb92edcfa4f1cb9d4535ae79a6b991520894d60 9fe0f11b16158cc53c99b6386559ed27b94fa71e 9fea180f73b9dfeeee8978beb4ec8c5d7aa5cc04 a0265b1a7ca2c91ac26372c8296fddbd038f8f78 a2760c1a688c802b420daa197d5095aafbe3bc4b a2d64cc8c02329217218cf14007c9796f3d5dbce a30d6cafae4b9483bca05cb979e149aa91af3c3e a585b884c8ddafe74a47bbbc8e9fca7c0b27c8b6 a61a61f9039d0633a007a6dd7994937e463ee83b a66c1f1dbfd6fa263c99f44d22a877325aec5ab5 a9f505f5eace566d3ea3dd547efb082a9526ca22 aa21ab8a9055e418b730fa696bc16fb023669a6f ab2d1151c8ba9f9411c2cc45a7b345b3949f384f ae3d0606e17b38a932ce172bbde4091d14f30600 b4f080ae167f1bb1d7a3f2a789d80997e16c4acf c2c371e1ad64d1fc306918f09dbde6a678d03eed c5221748a738899b603410f2c6c79e5acd3d8a7f c5e40edf4a4d669266ee0c153e0c19fca7e88f0c cb727c2af80e184c70fa79ed944877a39387091b ce6d092c07e828cf476dec767043f04b4458a01f ce78bffaa19ed758d7c9027c6d0c191d40b312b6 cf85ef0530c0eeb975fc19ea55f3a7e9ebdb83e5 d0c9314651d9ba84e34daf3649a8c65caefd7601 d1f272eb615e127d709f18e7ca68678d4e0e211b d51bfba5c61e32ecac320cb9acffcd7e728fec05 d903de0ee5aac42d098ef31007a60202df468677 da4fc45940f38dbe386b71e5d8a6ef909811a5ce e43b7b328867d5b331f838785f69e00302f875cc e725c826226d9b38a7a3d7d0d016d700640d2109 eb93d07dc95e4fea9ef55af466b08d41f26f509d eecc65ad5509495c9dd05213027bfbd66c4a9736 f2cff4708e462ea6562e0f562aacf40ce9f9ed0b f3d91a0d51f5daf511a137587616a6f8d0bc4a06 f443a8728516b23f058a1cf9f466e7d621cc0cf2 f5cbfee5f4201abce3f50f81531a5e01a0cc0079 f77d88570ffb373eb9f56519a47e25187bbfa20e f90e7fd9d079a651ebeef6625021127ffbbcd6df f959cbe7a217719e3629e814ea58d2a7b32d73fd
Postgresql-Catversion: 202107181
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-14-mimeo
Source: mimeo
Version: 1.5.1-11.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4486
Depends: postgresql-14, postgresql-contrib-14
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-14-mimeo_1.5.1-11.pgdg+1_all.deb
Size: 128788
SHA256: 422a60fd1c8d493ccb641eff2653dc42a9f14d43c67f6cc5c4dc6a05b36a7b66
SHA1: 0c9988bf7a607a763be2fde63860aeb2d98733f8
MD5sum: 72a7a7d9c85c946e4d3cfadfa1456b89
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.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-14-pgtap
Source: pgtap
Version: 1.1.0-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1637
Depends: postgresql-14
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-14-pgtap_1.1.0-7.pgdg+1_all.deb
Size: 59116
SHA256: 2f8c25fb56fbeeb2c592fb769b822d1daa764f47c72aac9515305695b8d0f706
SHA1: c1de180ccec5cbe255dccb3064f3c204302ac599
MD5sum: ad86a253a035b97883ab4f98c9dfc567
Description: Unit testing framework extension for PostgreSQL 14
 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 14.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-9.6
Version: 9.6.24-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21925
Depends: locales | locales-all, postgresql-client-9.6, postgresql-common (>= 171~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libssl1.1 (>= 1.1.0), libsystemd0, libxml2 (>= 2.7.4)
Recommends: postgresql-contrib-9.6, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-9.6_9.6.24-1.pgdg+1_arm64.deb
Size: 4296776
SHA256: eac066ad669c5002bd57f66d6e751e3c94b75720932e77ec8dcc754dd3eb3108
SHA1: 2dcb1bbc2ddeaec697533c7a04de817242ad5610
MD5sum: 46a3024836e11898d0e35075aa934215
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 9.6.
Postgresql-Catversion: 201608131
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-9.6-dbg
Source: postgresql-9.6
Version: 9.6.24-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15352
Depends: postgresql-9.6 (= 9.6.24-1.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.6/postgresql-9.6-dbg_9.6.24-1.pgdg+1_arm64.deb
Size: 13466992
SHA256: 9afcc1eeccbb5b793c6e877e62f2de15c940f1db39ac7e715767eb06805ea232
SHA1: 8a24d82747122f43376cc0a5708ae361e6d9f9d4
MD5sum: d1aa8482d33b5339bd02e57b758bdb71
Description: debug symbols for postgresql-9.6
 This package provides detached debugging symbols for PostgreSQL 9.6.
 .
 PostgreSQL is an object-relational SQL database management system.
Build-Ids: 03011031ff2b5a370d1588da4e025fc1012a3e8b 059540c3bd14180b8e7069b26ec95ab574395137 0a867b9658769a019d78af00645a5a078c65100c 0ac103a8711c52150b537ee3a3a78f7eab23a757 0ad85d2b5cc200c8bfc5407c7dc8ef17dde50a27 0b853f51817467b139c4eaa8deba3083303682f7 0c811fc8105a85e4ff5bd442d081dcf6078ce1cb 0cc146c6936f4857afaa5284bcbf61074ec89c1f 0d47510dd07420a5a835dc4f7115fd18829ba365 0feec666968901703aba19a9a736c45a5345534f 1092593bf6a6daa11f0106e9136905ce34d45718 11645377e6234aa7e96e06227ab6c4c5f99a7064 11a962bc96a8f148c7a55923aed069aac089fdb3 18b7db6aa29e876a46d414c9e8b6d9f8a5dd3b3f 1a1d177eb802d4bce2a8e7f7465d31a201a0fc76 1a6f813b4dd2d7a4f5e2acf5734a405c0cffa8a4 1c7196850bdc2cda5673710314604bb3b3e1a5ba 21e70c9df8798b87533b356176e398b0c38fc797 23bd7bd64893186bee9c2c6b469d83209191a6d4 23d7b793b64f73141121a72d8e590d671baf0b9e 24361921b734a13404f336503e15c7f13ec53575 27258a3b72718b0acf3f5ba88557e03f9fa86483 2afb0bfca17b1346c05c0b487dcd1de4a0c16524 2b34ba8c5f38be85e5f207c7c9dcdc6b7504b198 2c395532211c354a23632ce976c0713feec56342 2d43365af9295566c251ca9e21e8142a5c63096a 30df74aa8dfb495ca415f4f28400795dc83719db 317fedbd50f093b00971325ac68652b193645837 3b866f58ba78cf4818d850a608cde1b14cd08e86 3bc6bc68f38ac3c655a97bd19e08f87b8982ce14 3e7c88a27ebd45e37ccf688623a38610d7170c6c 3e9f7026bd9f05a41b28ae9c03d734e7c4178bdb 406b7f9ec0eeb8071c29477e207b5504e164e3da 4312ec9ae87f5ee18296d4a733fb6652e1205589 44f7ab73c89d812963efbdb4dffb90419f56a14d 454a13dc9c2ae2106576fe8b76872989b27dbb66 4ae713a653fef6d22e69136acb44a714faa0d0a1 4db0a77863461fd556e70e317263b121a48f51a0 4e2faa80c538c71ea05d0252b0fae4eb9c29d40a 4f2aa8d796d9f41e360ade3b21077de05f750daa 501316d7c510947a5a1eb8fb84de7da36f27de71 50bfdf5aeb977c0c407f3d865d3a4512942252b2 51f6404494d21f71a9cbbdff170304e6713260d7 5476f5d98754cbe3db3873cc27f2e930677bf5db 55403a81896fadfbce39cf6e7fba9789470473aa 56501308954c48a68cf133a5355a98ff5f568a18 58e3804b7a824849cd64e0522bdaf07e07968128 58e9adf5bebabd08a19b0627cf4e09a7b40b8189 59714161d79710d6c1b02c158de95155bd2d0eb3 59a1dd80ee7baf9022ba5254722eb714835b6e8e 5bd1021e1bb98450e31c3c7a67f58f7e31151b04 5f5beb0dbca5668247ee2cd5e121b696ce6ef0c7 63887c31fccad34fe752e8f52baf362773a0b271 63a479b970ce2f3c093608dc7f296cdde77da1da 657ab27a867357b7675041ef160aca34d1760ee3 65bd1544ee638e3fffaf8cf5049e72c09b52ce6c 69b209013bddc970e1a1c3b02325a0660b4d2dd0 6a62e61d57f4b17e6163b52b8b44d671f8f54a75 6a818f5ef6ebad9f56e663d312bfbdbede49736b 6e92592a29155ab342dbd4a45baddc555bd60552 757f1dc1cd7ec0899d8c3b37d7ac4805c9c1dcbd 760be0a2f95dac92175d4674c8baac454747083a 773778c4d587222bd6317dd618a2d307e41d3e4c 7848fef387cfc42b74b10f3ef0fef210339b471a 79492ce3862db9d50322999fe5acfcd44a9f9f6c 7b10a34fc838b4b3c151ec170cac8b1aaa9981d9 7d3ea53ccbf3a1ec89b95e2f4b052187d8fd8916 7d63f954af14a59241a0169e62d1341d8c67640b 7db1add66fb635989f444ed5dfff8ae3fd4fb311 81285e277d7b41dec2804a43d4711a01e8a2cb59 812c3539feb88db5c69f425c9644775c5bbbc341 8548f99d18c1109e0b84e45cf7c4804a7d7efdb8 85add21711f236922944a4ba392e1003e350f019 8f66385d2d15a08ef3b5f01bacd32c4ae92007d9 90c0eb601ea8b7c8415020804280c5fa7c89f57b 9111048881ab5051e3ab4c7f0bcf0e45461674c8 92cefdf8acee4e9c284c23ce64f845211eb6f570 9326b438c5da32dd462b467f907359f856423d47 9396f3b0c931a45fb0917f18399b830718bc254c 945d71e098da3d5fabf0b1aaf8cf394d0cc756b6 94b1fe593c4f89b25f25995f63b20072380a1b2a 97850b5f3e191773bb9f4f3519a2665e1a5ba28e 9a7f0b573feb365e063679da4d6d5d1db6e34be0 9af0a0f3b856157d768501edda9e9777b561c93c 9d0bdf0ef039c445c40d47bb545b72ecd9320c37 a05e8daec3619ae43e2e6acf87f10b8b314ac5af a15dda1ea906219fa0974636bfe1dc2296a0da7b a213da265805513f7f9ef03766916832c6319e67 a63186d5c2208dca9dc0d6d3f26611e250dbc1ab a8e6fcebcca2bc512040620dd68ce5cc5b673445 abd727081720e6ae5277cf85c184c6108910baa3 ac6bbdf5632f7356a7ffb647909607c6766cd508 afa2f41dfea446dbf92aa4b6c89f02fd3f0054e7 b14abd4a76ef77d9c32b5c0f81de6e1c2f7abf97 b3ba7db68b103e8074c98ffc7bb5bdba35572bfe b4607ea54fb76676fd298d64b4c601d8001403e3 b7cab36ac556d2ebaa022ce5dcf0dd5bf4536f44 bb5d305e2db4484b2d6b808706a6f74941c4697c bda212b655a2f84c294158e4ca54bf89364280af bdbba8a1447b775c921dfedfe555a5e7bf0e8f62 c0d944214eb2a137cd9db30c29a01ba143e38a2a c40fe9b1a0ef12bece25e60fde8d653cb3254c3d c7b4131dd9f55a22f2bc21cede5a39db8502380f cb57f8671a6e8d917b00286310ef5bf9ba144677 ced1febe796c780316e51df07ac0016faf42861c d2408a3968ee14cc628867b787ed9777dc5b762c d31dc70b0c5aaf9756c0bc22497e0e8650402534 d5d90fc286f1ab41e4dbceee033337e5acb12821 d9a2f51135bbc154a786cf9b90da4c88f9b78956 da369303f04a4c7c50711d58d2cd16e61f9509fe daf9a16f1a8999e0da46b490a7d7ac09533dd27e decb623b7abd36eefb41efb1462f3cf4b02dd1d6 e63d16a45af8e5bf29e7a3a7ec74498f641fc769 e91cab5da2fec7f885791617c747b91d25eafe7f ee2e55a5c2ce87081eb814e4c57c3a42b313701c f0ce7a49ab0b00d4b86fd8c36368bf45984d76ab f2ade8b94792dd3daac075b73a2bf3c7297d6045 f2ba03acca14e4e25751afba9a5d21095fe7e2a6 f37ab667a5daab2548ddbe32d83aaa18688f3211 f783937cb9bae3cadb2897e1be0d819e08124cb0 f9c254221ae54da2ae3b401b960e87358c99f2c6 fa034e5207d991f13e799fb8bcdd0cfb745a5f24 fa3f1896e0a4330a9e84698962b8e3f6e903e08c
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-9.6-mimeo
Source: mimeo
Version: 1.5.1-11.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4486
Depends: postgresql-9.6, postgresql-contrib-9.6
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-9.6-mimeo_1.5.1-11.pgdg+1_all.deb
Size: 128828
SHA256: da9321c5678fd32fdb4942cf5717b9a7da9e538a750fd9970d801ff2c8d5a838
SHA1: 922bffb2b0cb4c370fcf3546a37d90e1bf15473b
MD5sum: 25a37af4495934522289e165c4513f02
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.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-9.6-pgtap
Source: pgtap
Version: 1.1.0-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1623
Depends: postgresql-9.6
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-9.6-pgtap_1.1.0-7.pgdg+1_all.deb
Size: 58708
SHA256: f9f955ad551c8462c911a61cd7ce76aeeb96a04c6c9aebf2094751e4885c381e
SHA1: 3eddd8647da78accb4df2c2a84d4a4ebfe3cc51d
MD5sum: 1a9948dccffc54638849c6b25f441462
Description: Unit testing framework extension for PostgreSQL 9.6
 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.6.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-all
Source: postgresql-common
Version: 232.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: libecpg-dev, libpq-dev, postgresql-common (= 232.pgdg+1), postgresql-server-dev-all, postgresql-contrib-9.6, postgresql-plperl-9.6, postgresql-plpython3-9.6, postgresql-pltcl-9.6, postgresql-contrib-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-contrib-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-contrib-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12, postgresql-contrib-13, postgresql-plperl-13, postgresql-plpython3-13, postgresql-pltcl-13, postgresql-contrib-14, postgresql-plperl-14, postgresql-plpython3-14, postgresql-pltcl-14
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_232.pgdg+1_all.deb
Size: 66272
SHA256: 3ba6be2be255bd63861ccd53e4a2c3722c1db27a1f17b45bb5e626af5e2f7342
SHA1: 7c929f328861f41130c7f0234367b0bada9ead9a
MD5sum: ccf88651f475b5af67abf4ef3223e2fd
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 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.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-client
Source: postgresql-common (232.pgdg+1)
Version: 14+232.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-client-14
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_14+232.pgdg+1_all.deb
Size: 66136
SHA256: afa4b5b490a73112e32e57ed05de7ceb05c696fba208744fe751133afd774bdd
SHA1: 5f4fea08d3b40a13eefcdc6b505f57722b9d349c
MD5sum: 37d78ca76f712f6a52288dcc8eadda91
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.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-client-10
Source: postgresql-10
Version: 10.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6352
Depends: libpq5 (>= 10.19), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-10, postgresql-doc-10
Conflicts: postgresql-server-dev-10 (<< 10.11-2~)
Replaces: postgresql-server-dev-10
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-client-10_10.19-1.pgdg+1_arm64.deb
Size: 1415728
SHA256: 3ec57bbf4bc5cae5e3995cfa98fddf508410ac7c8880f2b5ad4cf3a821c45ef7
SHA1: c7ffb8032bf2d36ef53812d08ed8a68c8a36c391
MD5sum: 180e7e61a6b798d832ef7d4ddd9658da
Description: front-end programs for PostgreSQL 10
 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 10. If you install
 PostgreSQL 10 on a standalone machine, you need the server package
 postgresql-10, 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.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-client-10-dbgsym
Source: postgresql-10
Version: 10.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1973
Depends: postgresql-client-10 (= 10.19-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-client-10-dbgsym_10.19-1.pgdg+1_arm64.deb
Size: 1662512
SHA256: 03eb094b56389dc9d7b3ed350a1ff03b8f307fa88dc51b231de797d9e4ae78fc
SHA1: 2e462136a08eb6f87594230ea31a4208bae0eafc
MD5sum: f2ba80f774fa3b51972e9f43bd964611
Description: debug symbols for postgresql-client-10
Build-Ids: 1a4a01a89f201abe7a18cde305d5bbea2478e04e 2e83d66917aa54c55980d4114f9b6029e636cdcd 4a74a6f5d211607da28bdeb2f95dbf1f13d83fe4 4b074e12b2cb826c1f639851aea6aa26647a43c5 4b143a76b7814f8ffb9b774917c92474ce14aa2c 671bc144794ad3e0f685a4e318c31b83ac1cdf00 851d9bd28a5208e93aaf73bfc1d334a633240ca5 89e7796407075a2d298648c2511f2771265cd1cf 8f7caf7d3dc7ffce9645a0c6509c12e82391ac04 8fa04963a75bec972abe5cb09d224d6547a5aa2e 941e8ec4a840a5bbb71cf46001dd2de6fd58dc26 cc515c239afe116c8039a26f97730b23dde901f4 ce24084f8baf8de32032611543d41ce40e48fe0e cf2de778951d859097d9b00495560843fa9459be e3e6fd5a2dd6cbfff2ca0365f2a1ae2b8ce2957b e44fef4623e1d855668c18b0307a2d8c9154f640 ea32f4c6784812edd80cda90e3bc7317eb9d6856
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-client-11
Source: postgresql-11
Version: 11.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6580
Depends: libpq5 (>= 11.14), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-11, postgresql-doc-11
Conflicts: postgresql-server-dev-11 (<< 11.6-2~)
Replaces: postgresql-server-dev-11
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-client-11_11.14-1.pgdg+1_arm64.deb
Size: 1462584
SHA256: df0d335d71f4ee9b4b9e240164aee306b51e769b50609178b30ae01f3a7990b6
SHA1: c4a0ccb28c2586d9d0cc0564175d5f3f8dc0c9e1
MD5sum: e35f63fd5ae8683fbee7a298299f2786
Description: front-end programs for PostgreSQL 11
 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 11. If you install
 PostgreSQL 11 on a standalone machine, you need the server package
 postgresql-11, 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.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-client-11-dbgsym
Source: postgresql-11
Version: 11.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2003
Depends: postgresql-client-11 (= 11.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-client-11-dbgsym_11.14-1.pgdg+1_arm64.deb
Size: 1687532
SHA256: d65288004c242a60e6ed8cb6765eecf6dfe63d3acef4ccc0f329586860d5a30f
SHA1: e90fa46c88f8fb946cab969089035996c2cf106f
MD5sum: 86f2d2466f127038569044c33c3b1449
Description: debug symbols for postgresql-client-11
Build-Ids: 0777809d6c0088b2d1fb44b08fbfdd8babc8ecad 10a483b7db2b5940eb6e836ff454034a861f675e 3bbaf96a62a90c20937a7ebf3812215af08a6032 3f3de8800f85c49b075e7bf36ad4b4596f915801 459c525322741dff71e28e45bb03fdedb3577f7f 679acd5507dd7e0b3a1b4acba4cac7e88fe78537 6d1eba09dd7e9164b82d84e7cd9b162046b0009e 7e06e0637489ae4b9fc44c1683eb70ebfc18c7c2 930eb3e31bcb821998ea6ad527a58eb33e205027 9966a56b8389debc5dad6514feff8e2df84510ea b62e44064413d2846d11abca478d2212fee45de0 b82a1a4c410bba3afac461793917ec4ea59a199a bac122695a1d8bd47de17c68b676f6043cbd3080 cf6e329073316734725ea122c0197dd6713264fa e407742a1c258effc8381b642d4a6905d26b16cb ece365ed6ece9d045e99e8e51e05c7a8b27f2381 efc48927f88a3b25c941f73b3113856423f9490f
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-client-12
Source: postgresql-12
Version: 12.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6092
Depends: libpq5 (>= 12.9), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-12, postgresql-doc-12
Conflicts: postgresql-server-dev-12 (<< 12.1-2~)
Replaces: postgresql-server-dev-12 (<< 12.1-2~)
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-client-12_12.9-1.pgdg+1_arm64.deb
Size: 1400912
SHA256: 089383cb4350542a0cb294d35df9b01d111a74cb610239a2278db0f016563a91
SHA1: 5625bda46287356896b8a7f7225908217febca4d
MD5sum: 0297d98c51789cbbe144f421c152236d
Description: front-end programs for PostgreSQL 12
 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 12. If you install
 PostgreSQL 12 on a standalone machine, you need the server package
 postgresql-12, 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.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-client-12-dbgsym
Source: postgresql-12
Version: 12.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2197
Depends: postgresql-client-12 (= 12.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-client-12-dbgsym_12.9-1.pgdg+1_arm64.deb
Size: 1841188
SHA256: 796bd665cce941594e810e9bbd24c54778339902c6f8eddf20744a0e315ae301
SHA1: 7e0a546a6e9ba8b79e1d901f1b187cfbd777cd5f
MD5sum: aa66d22b059dfacd3e01d97a62b3f544
Description: debug symbols for postgresql-client-12
Build-Ids: 0d5c175bcf6e99efb7c28ff8d88a9d0e8bebd8f1 127e2390c176a7a7bc1deeb1a1e22aa64b69f863 1bca1029b90e864ebc9749447bed1290554043d3 269f5098a5bec000e7c0d8a5479b9e45ea285445 2cd631fa2e17a6bb436d0b63153e9cefe28968ad 2d16eae949da0f4f620ae267cb1bc654104acf86 343ce24f4499e3b63836f1fd71bb2f50b02ecc39 3cb90c22d4d64201c801ebec6834ab128156a523 504705a161bdfe530ae480aea0936685843ccb97 5f445c801056752578eacdc27f53f723281e91a0 690385fa31bdedd1010c0b9d6e0235e604343a67 6b7e618496c306e01ba5193cc243145b5c5a316b 6f73be900e55e5918780a87b30dec527a501b9e9 9b4ecb270d204fed99cf8c459e6ba557dc9c4895 9d13d370fe7ea6d90d8e00d4b5557a42edf72aba b0254b76cd1b73314756a50ed155b17bf19fe990 d1b294439d9ffdf9202e7badba10b288cfbd9f1e
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-client-13
Source: postgresql-13
Version: 13.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6470
Depends: libpq5 (>= 13.5), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.17), libreadline8 (>= 6.0), libssl1.1 (>= 1.1.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-13, postgresql-doc-13
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-client-13_13.5-1.pgdg+1_arm64.deb
Size: 1480772
SHA256: 5385dce0e0ef792f7b5b2ce9b1467245893cd2788808e9840024d5510cd5431d
SHA1: 54c1a813215f6e4863d4a93e38cf28b5624fe9eb
MD5sum: f0eb1bfae25eedad9e67abd6f317c2b8
Description: front-end programs for PostgreSQL 13
 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 13. If you install
 PostgreSQL 13 on a standalone machine, you need the server package
 postgresql-13, 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.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-client-13-dbgsym
Source: postgresql-13
Version: 13.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2368
Depends: postgresql-client-13 (= 13.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-client-13-dbgsym_13.5-1.pgdg+1_arm64.deb
Size: 1988840
SHA256: c65211f1f8047c9145aa814e22263d5c0a5312bfe592cc7f152a46c8cd5c8c37
SHA1: 909f47ed171f9795d870dbe6fc2994a933ac039f
MD5sum: 5e05dfd7e213201b11a73b9f176430d6
Description: debug symbols for postgresql-client-13
Build-Ids: 15e82c5e73f193e141f6a20bc359fda39bb77a59 1e9ce2e572e8b08627e71bb1ae28399b5d5207df 51acf719278c23b3460ccd532cdd678b6975ffb4 52f13cee650316998b494a1247ac2483320a1fad 54066687712ccea20e2d6b3d9512cddc1939fd90 5a3ef71247c950a51199b040774acc3624f71c69 66ae90c42bf6f83691adb5678b87b5acc0b68073 6ba1a806200ad560cd396695783da3760f445a00 88965a35c3bb86cd44b5f04b6e422745e5aecfbb 8f94833a8d973d517d507256866c2b2393619f1e 962a03336fcba2e1c12a07f04468da46139f3ee5 96778ba9c7783479d5cfa1f76d97b7e280db1b56 975145bb876f79cc334d02be3a1f3afbc49a4931 b056a1311bd1483d0e015ae938db5343fcf2ed53 b837b10d8cfa34986e80a136fa72ece98e140eca c9caf919157e8ce5e18d4f7ecb6c4849757e8187 de70a0ff75566394abbee2969640ee00ecddfb6c ecd6452b8aba1d338032f4bd0405a16999856850
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-client-14
Source: postgresql-14
Version: 14.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7241
Depends: libpq5 (>= 14.1), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.25), libreadline8 (>= 6.0), libssl1.1 (>= 1.1.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-14, postgresql-doc-14
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-client-14_14.1-1.pgdg+1_arm64.deb
Size: 1576548
SHA256: 22fd89496d032734f0a227abd42d192fd70ae8f10e5e8c44c8fa66c84669d51f
SHA1: 87dc477de6858988dc8a932cd6a68e87a2024ead
MD5sum: 9ccfdf821988532b0fe7ac200007b2c6
Description: front-end programs for PostgreSQL 14
 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 14. If you install
 PostgreSQL 14 on a standalone machine, you need the server package
 postgresql-14, 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.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-client-14-dbgsym
Source: postgresql-14
Version: 14.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2736
Depends: postgresql-client-14 (= 14.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-client-14-dbgsym_14.1-1.pgdg+1_arm64.deb
Size: 2295688
SHA256: 02bec551b3ee456971c5b3b02d8c4fea703905d045d7910686cafd8fcde98681
SHA1: da467eeefde9167a5acea809d0adca9858bf018f
MD5sum: b39a2506c7c624c61b53c5f7805fb0b4
Description: debug symbols for postgresql-client-14
Build-Ids: 089b77bde8ee6dea2b98c4375f59d0f6bddf16e1 3349de4623f2e32165b37fbbbceb6d73bda5c40b 382012c27d0001a1529c42391523d4e1923e2b66 39a755ed7c594cc277478b41aa9ea36d28175669 4b37031db5cecee7ff809fb40a233243ef453381 4b90cd86b9b338f61a4879909573cf5228b3aeed 57578a6ca7218a1dc92f3aa4ee6d3697b0a80997 648a05c23c16df116131d7032bc69e6b653fdf73 687e0998abd6a8e01012766cc21f1e40d2190f82 7bb69481df1633f5404341a5a0d4bf92ef4372d5 7bef1fc63de8925530be15c1fef99356eed753a7 7eb716848498ddf70fdfde3b721ee19606b0d171 81e97b4c70a89774459686a48c1bf88f09286eff 850b4776f8d617a43fa7e825c2bb4d6543cd8eb2 8ce0b84f7fdca810681ead877e84fd076caa9795 9b90ddc4e164a03c71ad9118c36da7f16af0749e a30b09314cadc6e62ef18926352c86a2310f2a41 ab411a348d1918ca9608ccf3c48c93f95df2098f c71f699e48eef01f35e7766738e76bb54408caab d3cf09b2c1d166c97f07a08cce80ff14104fe99e fd13b4719e54e702a305522fd438d1531c02874d
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-client-9.6
Source: postgresql-9.6
Version: 9.6.24-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6008
Depends: libpq5 (>= 9.6.24), postgresql-client-common (>= 142~), sensible-utils, libc6 (>= 2.17), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-9.6, postgresql-doc-9.6
Conflicts: postgresql-server-dev-9.6 (<< 9.6.16-2~)
Replaces: postgresql-server-dev-9.6
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-client-9.6_9.6.24-1.pgdg+1_arm64.deb
Size: 1335128
SHA256: 5a2f63d25cdb72cd3861c38570566b65afb1759a88b2c3bded43e1e90ae80f98
SHA1: eef2b6ba4b7fd3ae38427dd69a3705a490397984
MD5sum: 2f4798ce4f2615525e2531d7fe99ddd2
Description: front-end programs for PostgreSQL 9.6
 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.6. If you install
 PostgreSQL 9.6 on a standalone machine, you need the server package
 postgresql-9.6, 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.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-client-common
Source: postgresql-common
Version: 232.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 188
Depends: netbase, perl:any, pgdg-keyring
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_232.pgdg+1_all.deb
Size: 91544
SHA256: a8eae18bcf3478fc65efd1bfccbb7bcea44c94537895d3b37e050e80026f40f6
SHA1: a22e71142a7c02968e9acc40fa5357bcb7ced01a
MD5sum: 083737776922720bd5692be78e3ab50d
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.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-common
Version: 232.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 676
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, libjson-perl, lsb-base (>= 3.0-3), postgresql-client-common (= 232.pgdg+1), ssl-cert (>= 1.0.11), ucf, perl:any
Recommends: e2fsprogs, logrotate
Breaks: postgresql-9.1 (<< 9.1.1-3~), postgresql-server-dev-all (<< 204)
Replaces: postgresql-server-dev-all (<< 204)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_232.pgdg+1_all.deb
Size: 224904
SHA256: ca6b03d8da4295d472166441c7a58b59f690ad50025068ac7d186bdb1cc93f02
SHA1: e85e25a71e0307eb9a46097e3bfc3030e6c3844e
MD5sum: 470eb67e52634520fcdacc84f103e195
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.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-contrib
Source: postgresql-common (232.pgdg+1)
Version: 14+232.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-contrib-14
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-contrib_14+232.pgdg+1_all.deb
Size: 66132
SHA256: a8adb7a66ed04795ecda75ff4ab45b8b91568abe289be2d6b4d2863af69fbf59
SHA1: e769248f92e485f428b27316953b1fdf8bd02f8c
MD5sum: acd24192d796d8285e2487591bffbfba
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.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-contrib-9.6
Source: postgresql-9.6
Version: 9.6.24-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2342
Depends: postgresql-9.6 (= 9.6.24-1.pgdg+1), libc6 (>= 2.29), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.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.6/postgresql-contrib-9.6_9.6.24-1.pgdg+1_arm64.deb
Size: 487452
SHA256: 6a4dcb46c487c935f8f908712434ab713e0a16675431c0a1a30b76d847c941dd
SHA1: 6c9a2b0b835f16413620e2479039c6a349c2839b
MD5sum: 2dc3e703ca7a7ae3195325738d765959
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.6.  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.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-doc
Source: postgresql-common (232.pgdg+1)
Version: 14+232.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-doc-14
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_14+232.pgdg+1_all.deb
Size: 66124
SHA256: c9ce8f541c2839b91fe17fc29d561df32e8a86f5174051fb3e3f2e7ce7a5fc57
SHA1: 06c7e30d7ee465dac6465c12bbb81c38f47c5d71
MD5sum: 9ed3cf9e12a95aeaab8ede0db0bb93ec
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.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-doc-10
Source: postgresql-10
Version: 10.19-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14079
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-10/postgresql-doc-10_10.19-1.pgdg+1_all.deb
Size: 1816332
SHA256: 2b3c3bdda72ba20ab90468f64d83c5b1685101ee6b1bfb22b5e27e2d7b827169
SHA1: 26763de8180b3438eb820f37d32b382ea0e4a3ec
MD5sum: c541f3c2be45e077405303b7857031ba
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 10. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-doc-11
Source: postgresql-11
Version: 11.14-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14467
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-11/postgresql-doc-11_11.14-1.pgdg+1_all.deb
Size: 1858204
SHA256: d656ce88fc8276f33a3e58dc071db13d9e774eb1e237350dd7e89fc6e45ce207
SHA1: 802bde5128cee1ebc3df08f96823a87b4198cb8c
MD5sum: a78e3ef92b08c5c995d6746df25f28ce
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 11. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-doc-12
Source: postgresql-12
Version: 12.9-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14761
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-12/postgresql-doc-12_12.9-1.pgdg+1_all.deb
Size: 1888856
SHA256: 9bf8f51a8ac0bed27c314063489c10b4cda358fa342531fc992a78ad4fee935f
SHA1: 09c36db7c2868bfdc37f87ec9a421026cdb80eb0
MD5sum: 22dc391cc83a6c05c71a0e0ee0f136bd
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 12. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-doc-13
Source: postgresql-13
Version: 13.5-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15488
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-13/postgresql-doc-13_13.5-1.pgdg+1_all.deb
Size: 1930264
SHA256: dc75bba3b221c2095dd397408a0f9befe8ed1a331caca08ba05c10a9c02ed311
SHA1: a5febb9db8cfde672ab9d3347a0abddea6932c17
MD5sum: ebf0ca199595fd2bc9ed0fab1e78401a
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 13. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-doc-14
Source: postgresql-14
Version: 14.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15888
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-14/postgresql-doc-14_14.1-1.pgdg+1_all.deb
Size: 1969108
SHA256: 8e1c025deeb01320d0af58961b0520828b8e670fc219fff0ed4d1e2321355213
SHA1: 239aaab1ecc7ed476192fd025326bbd1823955e4
MD5sum: 0b2d298069cfa766c44aaaa6d8665163
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 14. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-doc-9.6
Source: postgresql-9.6
Version: 9.6.24-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12473
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.6/postgresql-doc-9.6_9.6.24-1.pgdg+1_all.deb
Size: 1703780
SHA256: 3eac1bad925ce1353df83f835f18802825bc193ce347d24509fb9b187120201f
SHA1: 8d608d49822ab5c5325fd0425700d8a599dc1366
MD5sum: 41d78a8f8d633246450ac4c61cf82ec1
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 9.6. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-plperl-10
Source: postgresql-10
Version: 10.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 255
Depends: perl, postgresql-10 (= 10.19-1.pgdg+1), libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plperl-10_10.19-1.pgdg+1_arm64.deb
Size: 60508
SHA256: 7422c49c33778f7f850453e6c88dc11d7881071909fbfb591c0002d90514846f
SHA1: 8d123441a205dcd32ac9bdd0e89bb770400bbf25
MD5sum: 4f580839301a79c4b3c060a0df056130
Description: PL/Perl procedural language for PostgreSQL 10
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Perl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-plperl-10-dbgsym
Source: postgresql-10
Version: 10.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-plperl-10 (= 10.19-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plperl-10-dbgsym_10.19-1.pgdg+1_arm64.deb
Size: 150596
SHA256: ca982d56a70dae3aa9b96eece702a4534dacae18c539b9a7984afa7c98f31cd9
SHA1: a6954fb99af4774120c5615dd01a774fccf2179e
MD5sum: 990757fd378df2634779d69314574ffc
Description: debug symbols for postgresql-plperl-10
Build-Ids: 18df861f3cfafc2ba645c1a2db61c6dc7c63d43c 37075ac6afb98cf5c5ff7957885ae71ea47d56db
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-plperl-11
Source: postgresql-11
Version: 11.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 280
Depends: perl, postgresql-11 (= 11.14-1.pgdg+1), libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plperl-11_11.14-1.pgdg+1_arm64.deb
Size: 63940
SHA256: 9d52e31948326857d1d62bb6207e973aae871da9b5242f08196e4519cf2b983d
SHA1: aa89795b50ed9c76590c75f10eb7e52163a12363
MD5sum: 10911f2de0d64d4f0f84ba07dacaf5b4
Description: PL/Perl procedural language for PostgreSQL 11
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Perl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-plperl-11-dbgsym
Source: postgresql-11
Version: 11.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 204
Depends: postgresql-plperl-11 (= 11.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plperl-11-dbgsym_11.14-1.pgdg+1_arm64.deb
Size: 164420
SHA256: d11e435d79bbd0ce8fb38796e9e272f7a5e3387159d33a8853bd964453d60ef6
SHA1: 5cd0e8e9f668850173d03269c0d9309a5e51547a
MD5sum: 214b70c2fc3d6c4d88fc5095f555f327
Description: debug symbols for postgresql-plperl-11
Build-Ids: 6549a43655e7376a694e399db7bee00f171eae09 b022f6193efd287126888e6d29c3958580cdce79 f863135e4f37b7740ea07cb0fbd39e3259bdefde
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-plperl-12
Source: postgresql-12
Version: 12.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 323
Depends: perl, postgresql-12 (= 12.9-1.pgdg+1), libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plperl-12_12.9-1.pgdg+1_arm64.deb
Size: 80588
SHA256: 97aa4c0f842aa7b08620e593e02079c8980327fdb7f2e768d228b959b0125177
SHA1: a4b469fa5b108d970c6ee023421bf463f8205538
MD5sum: afb1ff343450ff7a08aea84c588bd231
Description: PL/Perl procedural language for PostgreSQL 12
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Perl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-plperl-12-dbgsym
Source: postgresql-12
Version: 12.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 206
Depends: postgresql-plperl-12 (= 12.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plperl-12-dbgsym_12.9-1.pgdg+1_arm64.deb
Size: 167256
SHA256: d47816b65f9a7831271d74a65a2d6feb964f47cf884d465f6120e491ac410134
SHA1: dd317f4613f42c60c21d9d187a4caa068469192f
MD5sum: d80b56540fafb65828fd7c6c73738bd7
Description: debug symbols for postgresql-plperl-12
Build-Ids: 21e57e1528f4f8eb0943f6cbd1f747b61efa6430 2d7c02ac11bc14a90dbe4a563aa7524155043b8b 7bfdb075c7113eb2c83055ab446cb7af8e822a6d
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-plperl-13
Source: postgresql-13
Version: 13.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 347
Depends: perl, postgresql-13 (= 13.5-1.pgdg+1), libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plperl-13_13.5-1.pgdg+1_arm64.deb
Size: 84672
SHA256: 821cd85d3835311e159e929d795f3c73a6b274ff3ccaa6b2adf8b80ab41dbe23
SHA1: 9166c096748e43180a0d91ca338431f15e6e8b42
MD5sum: 024af980ad53efba09ac6681e2c3baf4
Description: PL/Perl procedural language for PostgreSQL 13
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Perl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-plperl-13-dbgsym
Source: postgresql-13
Version: 13.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 218
Depends: postgresql-plperl-13 (= 13.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plperl-13-dbgsym_13.5-1.pgdg+1_arm64.deb
Size: 173188
SHA256: 879e7b75d8388d13967e6aabef871235a279f03a742edb8c214b17717150fc5f
SHA1: c255f93649e914014420d2bdec1eac7f7ccb32b6
MD5sum: 10b48d7ac8b345828a6f6430a12734c9
Description: debug symbols for postgresql-plperl-13
Build-Ids: 228f4d5e6251bbe6107a7c3bb773e607c8a5095b 49b6236cb9446db39eea0a3ec69d245b7800656d cdceaabd0379c4363d32d9e037c87af9e38ef9f5 d567f5c1d8c8a2a1ab477d2ef87955d0f95eae3a
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-plperl-14
Source: postgresql-14
Version: 14.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 350
Depends: perl, postgresql-14 (= 14.1-1.pgdg+1), libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plperl-14_14.1-1.pgdg+1_arm64.deb
Size: 81684
SHA256: ce107b756ddc81f30a97656989fefc7528eeada7fdd49e4463831e93d528ab3e
SHA1: 3b955629628b34b3eaa3dce121f2faa74bfa5f51
MD5sum: bf9476f44254b55ae1d4a4b0e771cc55
Description: PL/Perl procedural language for PostgreSQL 14
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Perl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-plperl-14-dbgsym
Source: postgresql-14
Version: 14.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: postgresql-plperl-14 (= 14.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plperl-14-dbgsym_14.1-1.pgdg+1_arm64.deb
Size: 173472
SHA256: cc15e0647d148104d316fb12b52a809956a7b35c660c90cd1aca428df8e8ceaa
SHA1: 24ec898e99e88f9bf3835196dbf4d0a08505b0f8
MD5sum: 8b8571871a209ba3ef323c1bd4e49559
Description: debug symbols for postgresql-plperl-14
Build-Ids: 0738a50ae3de75778f99875ef6425ced19e5388f 4253d59f9912db5ee36f690a8ed9cca2f82dfee7 d720b1fd4da085eafce9259c744caa3e1b3eeeb6 f70fdfe24ab10d139a966f68a5938e948876f116
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-plperl-9.6
Source: postgresql-9.6
Version: 9.6.24-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 259
Depends: perl, postgresql-9.6 (= 9.6.24-1.pgdg+1), libc6 (>= 2.17), libperl5.32 (>= 5.32.0~rc1)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plperl-9.6_9.6.24-1.pgdg+1_arm64.deb
Size: 61536
SHA256: 48e58439e2005b71c1c8b0f9b5317053fbd1097c218748fad1c2a64e20511826
SHA1: acd11566561e83704d0c4c54ff4e4e2ea1e4dbb1
MD5sum: 32c6a14a127440aafe3a163ea197d0d6
Description: PL/Perl procedural language for PostgreSQL 9.6
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Perl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-plpython3-10
Source: postgresql-10
Version: 10.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 201
Depends: postgresql-10 (= 10.19-1.pgdg+1), libc6 (>= 2.17), libpython3.9 (>= 3.9.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10_10.19-1.pgdg+1_arm64.deb
Size: 57212
SHA256: 0fd65179f5afc79643f62835359f074c6da725439ba42525e3921006de188d8e
SHA1: 48346c13435c5744e778e12f7167cd2451a2e6b2
MD5sum: b257d1fa41623d6d3effd390e29ef2a5
Description: PL/Python 3 procedural language for PostgreSQL 10
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Python 3.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-plpython3-10-dbgsym
Source: postgresql-10
Version: 10.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-plpython3-10 (= 10.19-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10-dbgsym_10.19-1.pgdg+1_arm64.deb
Size: 152128
SHA256: 17b7e9e02380b72c3fe530001f38b63c6c3207f5e62338f17031bc992cec9d83
SHA1: e0424deb7d133f3b4d8495ced1fc5f3bad1151e1
MD5sum: 511de7c4f07861c6c28c4f7e146d3e73
Description: debug symbols for postgresql-plpython3-10
Build-Ids: 7bf261022dfad4078d07eb8d62b7a87f0a882884 d89639571b7e68d65f2c5387d8747c7d01089d4d e0105133a460353b15330be9253f68fc613c9475
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-plpython3-11
Source: postgresql-11
Version: 11.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 267
Depends: postgresql-11 (= 11.14-1.pgdg+1), libc6 (>= 2.17), libpython3.9 (>= 3.9.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11_11.14-1.pgdg+1_arm64.deb
Size: 76348
SHA256: f9ee99ab7dbb1ded4ebba7259429cd900976bccb1520658b6945e1121f88ff92
SHA1: deadf03db8f376f2c1b9d09a1e800707c1af8092
MD5sum: 4d4ce7ed3d4e97d3015a95a57ee68d93
Description: PL/Python 3 procedural language for PostgreSQL 11
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Python 3.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-plpython3-11-dbgsym
Source: postgresql-11
Version: 11.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 218
Depends: postgresql-plpython3-11 (= 11.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11-dbgsym_11.14-1.pgdg+1_arm64.deb
Size: 164164
SHA256: 4568974a201d45650941ec6487c1189c6ac869763c9f40b1ec159b38dde96da4
SHA1: c25560c85ecd2443ee4ef2f1046a16f66b11aefc
MD5sum: 3b528b9eac9e9525351fbcd594ed8b0d
Description: debug symbols for postgresql-plpython3-11
Build-Ids: 52b912c702ba63b32973309c980d6080faa76684 74fdcfd506c7616e2287086d9a358291f59614c9 9d5aed1073f3f1925d6b318e43a07e453caac1f9 b86d245098abd237303e4d3e5195cfae06ebc355
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-plpython3-12
Source: postgresql-12
Version: 12.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 476
Depends: postgresql-12 (= 12.9-1.pgdg+1), libc6 (>= 2.17), libpython3.9 (>= 3.9.1)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12_12.9-1.pgdg+1_arm64.deb
Size: 105708
SHA256: cd515079ee3da578413d5c8f1ee5aa60c964df804315efe35423b35e7cd00695
SHA1: fbdd001aa47c50af2616a713718981446f7c5da7
MD5sum: 96ce1c8726220a137c2b17820cdbe835
Description: PL/Python 3 procedural language for PostgreSQL 12
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Python 3.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-plpython3-12-dbgsym
Source: postgresql-12
Version: 12.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 220
Depends: postgresql-plpython3-12 (= 12.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12-dbgsym_12.9-1.pgdg+1_arm64.deb
Size: 167388
SHA256: daef04f3701dd81b69ada0068aed723a2242b41addb0a579be9b8553b8034be4
SHA1: f241279c827f6ea05046eb3be97a1792fdce5d1f
MD5sum: 1b787cf3c5a727751fe78c41fef5a289
Description: debug symbols for postgresql-plpython3-12
Build-Ids: 4f80d8594def4bbe21b1e435a3ed31cc667c626f 5a6c9dc9203d35c9af718c7e9ed5c917c85ac485 5d1b5ae66e630e518361a337854aa729f6f13c7b 93085f0403e442103d58152add55c1a40d74e874
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-plpython3-13
Source: postgresql-13
Version: 13.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 482
Depends: postgresql-13 (= 13.5-1.pgdg+1), libc6 (>= 2.17), libpython3.9 (>= 3.9.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13_13.5-1.pgdg+1_arm64.deb
Size: 105124
SHA256: e32648c3ecccf6ca531805280ae6e5d27683510115f9e0e9b4120c390dfe4838
SHA1: 65ba7e6d9ce4f35bd6e0c0b72dfefa0c3c2490a9
MD5sum: 343b297b63e33bf085a08309490dd46c
Description: PL/Python 3 procedural language for PostgreSQL 13
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Python 3.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-plpython3-13-dbgsym
Source: postgresql-13
Version: 13.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 220
Depends: postgresql-plpython3-13 (= 13.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13-dbgsym_13.5-1.pgdg+1_arm64.deb
Size: 167088
SHA256: 45a51d827455e0903acf443ce7f7881a7c60e16080db43b91ed62d7aa4bbce70
SHA1: 9435eaed967bd50a928c54221a972fa2904dee82
MD5sum: 2f6e2853bb4d9b53b1517990cec2f203
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 0d7d4a97ac43c99d9f438d86ad377b9113f75488 4e5485b154bdb7f744108f2c9bfb10003055d017 7c91f7ea7ba2ab2656ef28cfb9e3e8a3061de8b8 eba33eac173431945ac5fbac3c005a2d067b1cca
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-plpython3-14
Source: postgresql-14
Version: 14.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 494
Depends: postgresql-14 (= 14.1-1.pgdg+1), libc6 (>= 2.17), libpython3.9 (>= 3.9.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14_14.1-1.pgdg+1_arm64.deb
Size: 103488
SHA256: f57e8cb1d717214e52342b9336554a0871939cfc3e1c3a646bc8ebf595211450
SHA1: ab85b7023df0e6e806c3ded4072f354b6d179c53
MD5sum: ef4c5f95f574eb81084ef5a1558acd79
Description: PL/Python 3 procedural language for PostgreSQL 14
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Python 3.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-plpython3-14-dbgsym
Source: postgresql-14
Version: 14.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 221
Depends: postgresql-plpython3-14 (= 14.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14-dbgsym_14.1-1.pgdg+1_arm64.deb
Size: 168324
SHA256: ee95500b113d97bd666f5403b73f81fddd84c28eb5de64aef45385bda3bad12c
SHA1: 10939ad23f75a12d6d26db24eded59bd45263d78
MD5sum: 620ea95a56dbc11a81887f6d1e3a3ff6
Description: debug symbols for postgresql-plpython3-14
Build-Ids: c39608486b90b9645026ec20891760e86778f689 cca50bdcd2cdf2a69c4aa3fce6cee6c393859b1c d922240fd043f8acd2aa9e2dc59d696618b82c5b dadea722c6a8215e3b9916e832f2fd715baf1683
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-plpython3-9.6
Source: postgresql-9.6
Version: 9.6.24-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: postgresql-9.6 (= 9.6.24-1.pgdg+1), libc6 (>= 2.17), libpython3.9 (>= 3.9.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plpython3-9.6_9.6.24-1.pgdg+1_arm64.deb
Size: 57024
SHA256: 6d87c3a378688945825b97033f094b25954b0cf8f3b51c7450ec2917678b9c97
SHA1: 9628f1eaf4114817f538801088235cd1f8ecd809
MD5sum: 73033010693d72b3130e9241dfc36142
Description: PL/Python 3 procedural language for PostgreSQL 9.6
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Python 3.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-pltcl-10
Source: postgresql-10
Version: 10.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: postgresql-10 (= 10.19-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10_10.19-1.pgdg+1_arm64.deb
Size: 40772
SHA256: b812847a690f8fe086e4d5c0b89ec23f0b1d029e23e824365f95698821f9c62a
SHA1: 028336d91ede044bae440a97615fd6fa76b2ca3d
MD5sum: 0d2aa13aa482b52f58f3d12fb518215a
Description: PL/Tcl procedural language for PostgreSQL 10
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Tcl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-pltcl-10-dbgsym
Source: postgresql-10
Version: 10.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-pltcl-10 (= 10.19-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10-dbgsym_10.19-1.pgdg+1_arm64.deb
Size: 67892
SHA256: ae91f6920a8a4509f2057ccf0fa576449bb39a57fe34d793847deaa6aabdaa76
SHA1: a076cb91b6c1121af38b9f2504cdac8d289a21d9
MD5sum: a14919cc198d8409673ce301953e957c
Description: debug symbols for postgresql-pltcl-10
Build-Ids: 5409096133bfd0fd136ed1ef3de220d0a84d90d0
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-pltcl-11
Source: postgresql-11
Version: 11.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 175
Depends: postgresql-11 (= 11.14-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11_11.14-1.pgdg+1_arm64.deb
Size: 41324
SHA256: 7f4b6b9456b5a5f7e0d01f4bbc19f22608e51470c738d631cd2cb62762385a7b
SHA1: ec444d566c6c39c618fe1b49a8388f1f4cba9061
MD5sum: dd0691b2d6052e2def99fd8fd0527b90
Description: PL/Tcl procedural language for PostgreSQL 11
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Tcl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-pltcl-11-dbgsym
Source: postgresql-11
Version: 11.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-pltcl-11 (= 11.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11-dbgsym_11.14-1.pgdg+1_arm64.deb
Size: 71104
SHA256: afa6772aed218b2897f048c8eee0e316b1b033ee0a1c475bad560519be87171e
SHA1: 18759369d5a86d78ba1f34ced5aa997432fa2dd5
MD5sum: 1cc47f616d5b16f70a1cf2fe4797ebf5
Description: debug symbols for postgresql-pltcl-11
Build-Ids: c218d886dd788b652b9ebcc8f084ccec073f00c7
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-pltcl-12
Source: postgresql-12
Version: 12.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 178
Depends: postgresql-12 (= 12.9-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12_12.9-1.pgdg+1_arm64.deb
Size: 39992
SHA256: 7c0c43d7e0cf5a7dcb516663c7ea5e5a560a58a9952d0d01d8e6329abc17e46a
SHA1: 56e0fd02d8fe7b298e098df468e38b8c8a2f2312
MD5sum: acba471f1bf1a94023325b34a3c9784f
Description: PL/Tcl procedural language for PostgreSQL 12
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Tcl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-pltcl-12-dbgsym
Source: postgresql-12
Version: 12.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-pltcl-12 (= 12.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12-dbgsym_12.9-1.pgdg+1_arm64.deb
Size: 72156
SHA256: 938fbbd2a6610ccac0382e85a3f64e00d347a54daaf8122c555c1fffa0b2c790
SHA1: 4891a9777e74f0a4f53dcd5d6e6b6f10af33bb45
MD5sum: b15ed9d72fb9266905246fb7b40d2e93
Description: debug symbols for postgresql-pltcl-12
Build-Ids: 7cca3ec5a241d235b73ff31641f3065f44a80d06
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-pltcl-13
Source: postgresql-13
Version: 13.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-13 (= 13.5-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13_13.5-1.pgdg+1_arm64.deb
Size: 39732
SHA256: c4aed94f6a7ce47973e5cf48a7ed987b7a9e575bcce8ac7d8f74b7ae3d1041d3
SHA1: f4258940735a3830d80434e9830784cf2d1313fe
MD5sum: e2f51efb07d9b30b08086edbf97460e6
Description: PL/Tcl procedural language for PostgreSQL 13
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Tcl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-pltcl-13-dbgsym
Source: postgresql-13
Version: 13.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-pltcl-13 (= 13.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13-dbgsym_13.5-1.pgdg+1_arm64.deb
Size: 75316
SHA256: c684600b222ab4530ca208775f713ac079c752295fa30d493d901ecbc02e463f
SHA1: aec6aff54898e083429e71cf4a5eedb28c9f27fa
MD5sum: bd4f631cb0bf7b1cb35bb0a26f14ea57
Description: debug symbols for postgresql-pltcl-13
Build-Ids: 44b4abd13a5f7172ba86fa3677f49d3e132ca124
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-pltcl-14
Source: postgresql-14
Version: 14.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-14 (= 14.1-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14_14.1-1.pgdg+1_arm64.deb
Size: 35628
SHA256: 2f8dccc48113a39bfd6871b20e0378e0feee2b8192f482548a2fe24589840d86
SHA1: 039526f21ad0a3d90da5c0aae886154999827705
MD5sum: 6014805249b1851b922ba6124a9aeaca
Description: PL/Tcl procedural language for PostgreSQL 14
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Tcl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-pltcl-14-dbgsym
Source: postgresql-14
Version: 14.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-pltcl-14 (= 14.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14-dbgsym_14.1-1.pgdg+1_arm64.deb
Size: 75980
SHA256: 7b9681fc37c05589a9c931acf1bfac9fdafb5f9dc72c98c0c5374fb3f2c09985
SHA1: 7ee4df8ed90e26004ef08c73dbdaddc80f1337d0
MD5sum: 986db06011b064f0cb9484e9181ad96a
Description: debug symbols for postgresql-pltcl-14
Build-Ids: 19cde0a441e41ef0f16def488faaa34da5c4cd0a
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-pltcl-9.6
Source: postgresql-9.6
Version: 9.6.24-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 185
Depends: postgresql-9.6 (= 9.6.24-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-pltcl-9.6_9.6.24-1.pgdg+1_arm64.deb
Size: 43984
SHA256: 8394e1a4f628cab2e5c743d51cfad19d863807fdd3d7258d40728bac8f03f9c1
SHA1: 32dca4742907f3c3b9ac9c7555eae7864fb02cc7
MD5sum: 21054792d86e9378ebefb32ad2b72419
Description: PL/Tcl procedural language for PostgreSQL 9.6
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Tcl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-server-dev-10
Source: postgresql-10
Version: 10.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5137
Depends: libpq-dev (>= 10~~), postgresql-client-10 (= 10.19-1.pgdg+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Replaces: libpq-dev
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-10/postgresql-server-dev-10_10.19-1.pgdg+1_arm64.deb
Size: 883128
SHA256: d30498973e8c28492a75444da6a5021ce67f4db931e58d61ffd7865b6375ca71
SHA1: 96ed8fde3b6f372b109523088e2bafce1540313b
MD5sum: e1dfeae6585b5802dd72f57787c6c498
Description: development files for PostgreSQL 10 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.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-server-dev-11
Source: postgresql-11
Version: 11.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4677
Depends: clang-11, libpq-dev (>= 11~~), llvm-11-dev, postgresql-client-11 (= 11.14-1.pgdg+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-11/postgresql-server-dev-11_11.14-1.pgdg+1_arm64.deb
Size: 863840
SHA256: ecc437be0ead067832b1f66e90d4f290decfc3ae3f67b87a615da6d7df6e2d83
SHA1: fd09044b286f8cef65956cea0a4182ff5f4fc01f
MD5sum: bd9a55ff106682fb99006aed64da0618
Description: development files for PostgreSQL 11 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.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-server-dev-12
Source: postgresql-12
Version: 12.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5243
Depends: clang-11, libpq-dev (>= 12~~), llvm-11-dev, postgresql-client-12 (>= 12.1-2~), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-12/postgresql-server-dev-12_12.9-1.pgdg+1_arm64.deb
Size: 927960
SHA256: 44ae082666ab0de9d62b9654976d589bb59dfa6a6a8f3ea3cac9bee76d3ec35a
SHA1: ba90b9d3b0b7736515f976615500ea846a98a54d
MD5sum: 585a14c70c190f9e38f91aaa31a60a61
Description: development files for PostgreSQL 12 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.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-server-dev-13
Source: postgresql-13
Version: 13.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5749
Depends: clang-11, libpq-dev (>= 13~~), llvm-11-dev, postgresql-client-13, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/postgresql-server-dev-13_13.5-1.pgdg+1_arm64.deb
Size: 972832
SHA256: c9c4fb009f4e5abc39b7b2d7229b7ea0e6eb02ea6c76f2a0e6316a50375cb2ed
SHA1: acaffd84e124df856ce3fabd433c2ba6e0fe9b72
MD5sum: b6dec27c4aaca8fea92c37a746adb99d
Description: development files for PostgreSQL 13 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.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-server-dev-14
Source: postgresql-14
Version: 14.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6259
Depends: clang-11, libpq-dev (>= 14~~), llvm-11-dev, postgresql-client-14, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14_14.1-1.pgdg+1_arm64.deb
Size: 1044092
SHA256: fa53ae589271abc0d22aa3ed6fc83f4cb387aca46f0a92a7df28eaaa48869060
SHA1: b0e87e777c5c3b718288856346f9893d43265461
MD5sum: ec1a8387a0ef88d739182491ae41e991
Description: development files for PostgreSQL 14 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.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-server-dev-9.6
Source: postgresql-9.6
Version: 9.6.24-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4419
Depends: libpq-dev (>= 9.6~~), postgresql-client-9.6 (= 9.6.24-1.pgdg+1), postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-9.6/postgresql-server-dev-9.6_9.6.24-1.pgdg+1_arm64.deb
Size: 786084
SHA256: c34cc2c5dead3bbaf05de8347da8067c175ac5709c15bbf6c46eecbca78b28ff
SHA1: 4ac15934f73be35e7bcdd3e4abf4d6af6d364439
MD5sum: 181063faf44e186d5a926046dd5ca76c
Description: development files for PostgreSQL 9.6 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.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 232.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: make:any, postgresql-common (= 232.pgdg+1), postgresql-server-dev-9.6, postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12, postgresql-server-dev-13, postgresql-server-dev-14
Multi-Arch: same
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_232.pgdg+1_arm64.deb
Size: 76480
SHA256: 3375fafc0ce4c04e967dbb73d1135b3d97d4023992b4d266063b32ed7b695e6c
SHA1: ae1a20cc0b6997c2dbf9afd253e7fb0792344d7d
MD5sum: 6aa139a2ce48d6652cdaa168de69d47c
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, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 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.
Timestamp: 2021-11-11 16:32:47+00

Package: postgresql-10-repmgr
Source: repmgr
Version: 5.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 947
Depends: postgresql-10, repmgr-common (>= 5.3.0-1.pgdg+1), libc6 (>= 2.17), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-10-repmgr_5.3.0-1.pgdg+1_arm64.deb
Size: 210412
SHA256: 56a35c089f7452ddb599bdfbf85d49399841c97e7d58092b471c4800f4a1cf0c
SHA1: b9ef52cbf8caa65b60b9c6930a4c3e8dcc6ddc85
MD5sum: 12491d6b3d05d625ccbbb0c6559bd244
Description: replication manager for PostgreSQL 10
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 10.
Timestamp: 2021-11-12 10:18:55+00

Package: postgresql-10-repmgr-dbgsym
Source: repmgr
Version: 5.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 717
Depends: postgresql-10-repmgr (= 5.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-10-repmgr-dbgsym_5.3.0-1.pgdg+1_arm64.deb
Size: 655808
SHA256: 1b1c2143bd29a8fa256de5b8b1b3c2a0270e8aa4f8dbf6caa539a7e03f341a15
SHA1: 1c2fd36d92e0eb7545c6e4c5699aa20b5afb1bbb
MD5sum: 3734ac7b94fb04bddc42be64a0c33386
Description: debug symbols for postgresql-10-repmgr
Build-Ids: 0574393c832924e8abdf016162a3e16ab8c0d2fa 1339113f54adcdc1b475a35cda262e14e7feb900 e2fde66fea865aa2c3e3e78e25c87e0a4f741c87
Timestamp: 2021-11-12 10:18:55+00

Package: postgresql-11-repmgr
Source: repmgr
Version: 5.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 974
Depends: postgresql-11, repmgr-common (>= 5.3.0-1.pgdg+1), libc6 (>= 2.17), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-11-repmgr_5.3.0-1.pgdg+1_arm64.deb
Size: 223268
SHA256: 460708ae14414605cb3a724579919633af9a1e492f3a5bc18e2d5f207927b9f7
SHA1: b22279cf74285f9ea5eab60450a1681adc1ca5e8
MD5sum: 1f7105f1dd33fbe2ba392d9b6a905037
Description: replication manager for PostgreSQL 11
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 11.
Timestamp: 2021-11-12 10:18:55+00

Package: postgresql-11-repmgr-dbgsym
Source: repmgr
Version: 5.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 717
Depends: postgresql-11-repmgr (= 5.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-11-repmgr-dbgsym_5.3.0-1.pgdg+1_arm64.deb
Size: 656052
SHA256: 2987b8334ea2cf32ec2cba2e986a1f5aab9de571de9597811c72086afce14942
SHA1: 62a02f37f0ca6116153c0ef63433f530619969df
MD5sum: aa415078d498345f44ca0592a010aabe
Description: debug symbols for postgresql-11-repmgr
Build-Ids: 3fb8dfafa99c59342fc6e4109d4433117aff643b 6d59cf78bdb13deb54e459ee66e6f4024fc0aec0 a103860415e6910c63d7b563577209a80c7e81ed
Timestamp: 2021-11-12 10:18:55+00

Package: postgresql-12-repmgr
Source: repmgr
Version: 5.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1018
Depends: postgresql-12, repmgr-common (>= 5.3.0-1.pgdg+1), libc6 (>= 2.17), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-12-repmgr_5.3.0-1.pgdg+1_arm64.deb
Size: 229792
SHA256: 7be7fab16ac56ffe93c5cb06a1f211f57ca810ad9d677155943acc5b3d88c448
SHA1: d71416436f74fea8aa82380e6874635505c491f9
MD5sum: 5170a9d576f42102a9253a5710694683
Description: replication manager for PostgreSQL 12
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 12.
Timestamp: 2021-11-12 10:18:55+00

Package: postgresql-12-repmgr-dbgsym
Source: repmgr
Version: 5.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 723
Depends: postgresql-12-repmgr (= 5.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-12-repmgr-dbgsym_5.3.0-1.pgdg+1_arm64.deb
Size: 657828
SHA256: 7f574a40eaa35876704bb74c97fe40c7a70395e80b8bfe0fd1403ebfecb771f2
SHA1: f629051042470d520d114cf665e4b3184fb63907
MD5sum: 6b1e2f9b323e1121c2489f6eaa0aadd0
Description: debug symbols for postgresql-12-repmgr
Build-Ids: 331f9258226b6b20fb8ae56d0e739eb7edf62756 954d647d850cd4490b2201a92537375dc1a3c03a cb9a3922aa43a6101b084851581eb89068a37be1
Timestamp: 2021-11-12 10:18:55+00

Package: postgresql-13-repmgr
Source: repmgr
Version: 5.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1015
Depends: postgresql-13, repmgr-common (>= 5.3.0-1.pgdg+1), libc6 (>= 2.17), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-13-repmgr_5.3.0-1.pgdg+1_arm64.deb
Size: 229728
SHA256: 1ea770f376799a12a8e0dc7ae8c254ac8a4dd8186eae0c995c2fc122d257c1bc
SHA1: f3a3cb6317935631cbaf7eea93013d60cbc4bc8d
MD5sum: e677f7231c1fea5f8e39925c655f91ab
Description: replication manager for PostgreSQL 13
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 13.
Timestamp: 2021-11-12 10:18:55+00

Package: postgresql-13-repmgr-dbgsym
Source: repmgr
Version: 5.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 723
Depends: postgresql-13-repmgr (= 5.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-13-repmgr-dbgsym_5.3.0-1.pgdg+1_arm64.deb
Size: 658400
SHA256: 1b79c821dc6dd8ad614ed98548e62f963ca3558ca29285d51850eb13d4f5b936
SHA1: e5a3f0b5190b3cec6f5215de805ad69eee40dce3
MD5sum: 2992e1bfa0588edb508f9318ee0a91d7
Description: debug symbols for postgresql-13-repmgr
Build-Ids: 30e1bb6a6a815f4222d0c3c7ddab510140396419 380227db63b7c3ab25d9ffefe298eea41d2fdf3b 75c8690ec3ede7700064439074b7da2be408e926
Timestamp: 2021-11-12 10:18:55+00

Package: postgresql-14-repmgr
Source: repmgr
Version: 5.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1015
Depends: postgresql-14, repmgr-common (>= 5.3.0-1.pgdg+1), libc6 (>= 2.17), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-14-repmgr_5.3.0-1.pgdg+1_arm64.deb
Size: 230092
SHA256: 0e1fd75599d453de3119449f73d86c41be35ee3100191d6ef774fc76b57390a5
SHA1: 54039d9306a71bc4d291de8cd0620d0c12f5e5a1
MD5sum: e30ee577a215f79b9fb81920b646ab49
Description: replication manager for PostgreSQL 14
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 14.
Timestamp: 2021-11-12 10:18:55+00

Package: postgresql-14-repmgr-dbgsym
Source: repmgr
Version: 5.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 723
Depends: postgresql-14-repmgr (= 5.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-14-repmgr-dbgsym_5.3.0-1.pgdg+1_arm64.deb
Size: 659080
SHA256: ff72f9e90cdcf70ff9da6f9b6d52121a7d475055bf3374ef94c9a2b1e9c476b1
SHA1: 2dfc0ce0852cc9dc116b68b5f6a802494a981aa5
MD5sum: 9cd099265761c07d5d7fb9bfcec9b47c
Description: debug symbols for postgresql-14-repmgr
Build-Ids: 1210d79de7e16e091cc2dd85583fd03674811657 16af04532857c2007367c3789589f7c126ea1224 601d01fed10bb8100117c0ffbe08d037517d824f
Timestamp: 2021-11-12 10:18:55+00

Package: postgresql-9.6-repmgr
Source: repmgr
Version: 5.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 943
Depends: postgresql-9.6, repmgr-common (>= 5.3.0-1.pgdg+1), libc6 (>= 2.17), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-9.6-repmgr_5.3.0-1.pgdg+1_arm64.deb
Size: 209296
SHA256: 7c6dd628400d6b3cff6902a1d41b65f87416b960493273bed0e06ab4631b1345
SHA1: cb7d5a656cf1e55009ae85e94ba459bb5e2ed00f
MD5sum: 101f22608779aa8dddef1a74ec60d5f5
Description: replication manager for PostgreSQL 9.6
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 9.6.
Timestamp: 2021-11-12 10:18:55+00

Package: postgresql-9.6-repmgr-dbgsym
Source: repmgr
Version: 5.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 716
Depends: postgresql-9.6-repmgr (= 5.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-9.6-repmgr-dbgsym_5.3.0-1.pgdg+1_arm64.deb
Size: 655456
SHA256: 5cda15dcf55f6ce13d4ee70b6caa1623772851b5c6eefae3a2378556d2afab9b
SHA1: f11836eb8fa7e01d1c906a2efed1288fcda20fea
MD5sum: 5efafd5c3609196577861af450dbdb51
Description: debug symbols for postgresql-9.6-repmgr
Build-Ids: 167a08dce40e06e2602c95c1d1f9d64ec6cd90e3 1fbee6f36c7128699d160bd4161e112db878c8e2 7f80040b2f919369b73d66f4603c138ba8e85e03
Timestamp: 2021-11-12 10:18:55+00

Package: repmgr
Version: 5.3.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 23
Depends: postgresql-14-repmgr | postgresql-13-repmgr | postgresql-12-repmgr | postgresql-11-repmgr | postgresql-10-repmgr | postgresql-9.6-repmgr
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/repmgr_5.3.0-1.pgdg+1_all.deb
Size: 16004
SHA256: c1f04333b9139cc66398c8d2a086cba8d6499b03b44f30e89c2fffd653621754
SHA1: 530f23f30a61e6b3acf05b4e4fe60d92df79aa97
MD5sum: a83709700619eee63ab240fee4e0dc7b
Description: replication manager for PostgreSQL (metapackage)
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This is a metapackage that depends on the version specific packages.
Timestamp: 2021-11-12 10:18:55+00

Package: repmgr-common
Source: repmgr
Version: 5.3.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 310
Depends: postgresql-common (>= 26), lsb-base (>= 3.0-6)
Breaks: repmgr (<< 3.0.1-1)
Replaces: repmgr (<< 3.0.1-1)
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/repmgr-common_5.3.0-1.pgdg+1_all.deb
Size: 194760
SHA256: 4484e00825429dc1de3f977eb209b43969da3194d1c061b3af8f1f5bc04c9cfa
SHA1: 9638fb5dd1e8ef8dfb69b16e7bc94cbc07f5c295
MD5sum: e8748c0a76e4407829bb0bb6efe45017
Description: replication manager for PostgreSQL common files
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr files common to all versions.
Timestamp: 2021-11-12 10:18:55+00

Package: postgresql-10-dirtyread
Source: pg-dirtyread
Version: 2.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: libc6 (>= 2.17), postgresql-10
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-10-dirtyread_2.4-1.pgdg+1_arm64.deb
Size: 10776
SHA256: 2f77348b283956fb9599480bb5950dd456b4c5252941c1f39b31c990c1953bd2
SHA1: 6ffe8eb187cf296d307266f10f4420cac8d82a2c
MD5sum: 6e63ba93e7c11205c0eed7817a9aa32e
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2021-11-16 18:27:34+00

Package: postgresql-10-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-10-dirtyread (= 2.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-10-dirtyread-dbgsym_2.4-1.pgdg+1_arm64.deb
Size: 29924
SHA256: e0eee39fe096dac4fec1f04e467a641e2307a275a95867a5357cf8bcd6b4a4b4
SHA1: ba0d819152b0752ea4f52f44fcd0ca82ceb74a07
MD5sum: 00101e1efd3acecfbb8e9e24b10f32f8
Description: debug symbols for postgresql-10-dirtyread
Build-Ids: 3ec500bab205d183aae1263795fe70ce7236974c
Timestamp: 2021-11-16 18:27:34+00

Package: postgresql-11-dirtyread
Source: pg-dirtyread
Version: 2.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: libc6 (>= 2.17), postgresql-11
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-11-dirtyread_2.4-1.pgdg+1_arm64.deb
Size: 25332
SHA256: 1f63a7987c86bed34cf80426b103f1a256cc2eb7de3675e62413678420ffa30d
SHA1: faf75f2671e2ee287708c2625509ae1f761e0b2e
MD5sum: 861ec2630ea5de09671f972c0229d1a4
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2021-11-16 18:27:34+00

Package: postgresql-11-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-11-dirtyread (= 2.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-11-dirtyread-dbgsym_2.4-1.pgdg+1_arm64.deb
Size: 31496
SHA256: ca451557030fadc431913783746ffa5dfe08aa7fec8ac8895613d163fb0e078e
SHA1: 9d7e96410d5c8367c8af7f22a3289a9a5cb0b02a
MD5sum: 35fc768b3a6fe54e0f40732961f64291
Description: debug symbols for postgresql-11-dirtyread
Build-Ids: d3b3f26ac91bace73271483fe23570fd691fc3c2
Timestamp: 2021-11-16 18:27:34+00

Package: postgresql-12-dirtyread
Source: pg-dirtyread
Version: 2.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: libc6 (>= 2.17), postgresql-12
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-12-dirtyread_2.4-1.pgdg+1_arm64.deb
Size: 25888
SHA256: 2accb30d88f2d5d73896c6ab134f2e86782741762ec9ecf2facc96ceec7e640c
SHA1: e17939ee9e780e97082668cd845dbf469bd327bd
MD5sum: 4276d5d617f9e362572c3bbb769e601d
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2021-11-16 18:27:34+00

Package: postgresql-12-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-12-dirtyread (= 2.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-12-dirtyread-dbgsym_2.4-1.pgdg+1_arm64.deb
Size: 35200
SHA256: c8d25ecc4c5487d5562548506672f43e8a76cb0ff2a923573ff97453d9d9552d
SHA1: d90aab2c9b52b24d0b82672aa98a95069231b196
MD5sum: a9d3ade3715105e5027ad0239fa12adb
Description: debug symbols for postgresql-12-dirtyread
Build-Ids: 2507a8490dbe5c112c16b9b14fe1e04bea7129ce
Timestamp: 2021-11-16 18:27:34+00

Package: postgresql-13-dirtyread
Source: pg-dirtyread
Version: 2.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: libc6 (>= 2.17), postgresql-13
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-13-dirtyread_2.4-1.pgdg+1_arm64.deb
Size: 25632
SHA256: 5c82a488e2c81bda9d1efb0d1e70adbb165335771bc529a4c1e33d7d99d72d79
SHA1: 733237ad7a4663020867ad63105d1c41de592152
MD5sum: 90f5bf455724d0f12fb1ee40fcf379e3
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2021-11-16 18:27:34+00

Package: postgresql-13-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-13-dirtyread (= 2.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-13-dirtyread-dbgsym_2.4-1.pgdg+1_arm64.deb
Size: 32148
SHA256: 83c2105a274190dae5cee53ec7eb6e217a77674335cc369c09ef5a254fb5841d
SHA1: 0b679d8af56312675bf6c13c551b3c2954868a05
MD5sum: 9b86f103e9985f50f2f116ff93977961
Description: debug symbols for postgresql-13-dirtyread
Build-Ids: c47e3e8bd1bdbc1b74ddff2410c62fa2c05ccfea
Timestamp: 2021-11-16 18:27:34+00

Package: postgresql-14-dirtyread
Source: pg-dirtyread
Version: 2.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: libc6 (>= 2.17), postgresql-14
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-14-dirtyread_2.4-1.pgdg+1_arm64.deb
Size: 25764
SHA256: ec7cf2d83689077dbc693fc4425168efddc17eb6c6ccafa1f58a45114ceb6313
SHA1: 708981a7f6bb79d3fd20a25084ced34e839240b4
MD5sum: 3897b7858e3bfc0fb80a503900f688f5
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2021-11-16 18:27:34+00

Package: postgresql-14-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-14-dirtyread (= 2.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-14-dirtyread-dbgsym_2.4-1.pgdg+1_arm64.deb
Size: 32748
SHA256: 83f0cd887742f6b51c2c3acc767ead9eba7db3dfefa0b924817950bd5dbbbf85
SHA1: c80b3e08039945f5af25328a5dc4a94071295b89
MD5sum: b6c042a7b327481bf52ab767e1fc8258
Description: debug symbols for postgresql-14-dirtyread
Build-Ids: 10d748230f74e5dfd5ac92722a0a079d4b02f61a
Timestamp: 2021-11-16 18:27:34+00

Package: postgresql-9.6-dirtyread
Source: pg-dirtyread
Version: 2.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: libc6 (>= 2.17), postgresql-9.6
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-9.6-dirtyread_2.4-1.pgdg+1_arm64.deb
Size: 10788
SHA256: 044dc9d34755014b3887fa693b19827ac000f45811273c6c6f36661bcce79dd6
SHA1: 99a9ef4b90ebfc39271d253066c9ab11a694cc8e
MD5sum: 7488d15dbe121633f21e3569f3fb8cfa
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2021-11-16 18:27:34+00

Package: postgresql-9.6-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-9.6-dirtyread (= 2.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-9.6-dirtyread-dbgsym_2.4-1.pgdg+1_arm64.deb
Size: 25240
SHA256: 2960df8cae21e63941a307ee1467aae59c46df621462799fe8eca7ddb3bcb287
SHA1: ffd3aa7221f66c0d4e354204df57baae06ddadc5
MD5sum: 863f4aaf31bfb4d0292303aebf3b58f4
Description: debug symbols for postgresql-9.6-dirtyread
Build-Ids: 4ec9630cab5a83ebfaabb806936fa5f9319c837c
Timestamp: 2021-11-16 18:27:34+00

Package: barman
Version: 2.16-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 73
Depends: python3-barman (= 2.16-1.pgdg+1), python3-pkg-resources, adduser, rsync (>= 3.0.4~), python3:any
Recommends: openssh-server, openssh-client, postgresql-client
Suggests: barman-cli, repmgr
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman_2.16-1.pgdg+1_all.deb
Size: 37752
SHA256: 726d800950a67c96cf4f55a27ae8f83519aea7dfcd31c9125af4929b81cb2e39
SHA1: 012465764e71a6c899800b53c089ad1dd5cafb43
MD5sum: dc5e9a164a407cef957ba01a096ee80c
Description: Backup and Recovery Manager for PostgreSQL
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides barman binary.
Timestamp: 2021-11-30 09:20:11+00

Package: barman-cli
Source: barman
Version: 2.16-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 20
Depends: python3-barman (= 2.16-1.pgdg+1), python3-pkg-resources, rsync (>= 3.0.4~), python3:any
Recommends: openssh-client, barman-cli-cloud
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli_2.16-1.pgdg+1_all.deb
Size: 7928
SHA256: 6d1f567a697b4f80df329afe884763d22405cb294d77d1fe659f12e17d0379f8
SHA1: fce1fef8ec1fe0021a0e42383de8284c32421a07
MD5sum: 42e7bc47c8133fe7b3602b25aee06793
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 organization 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.
Timestamp: 2021-11-30 09:20:11+00

Package: barman-cli-cloud
Source: barman
Version: 2.16-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 33
Depends: python3-barman (= 2.16-1.pgdg+1), python3-pkg-resources, rsync (>= 3.0.4~), python3:any, python3-boto3
Breaks: barman-cli (<< 2.10-3~~)
Replaces: barman-cli (<< 2.10-3~~)
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli-cloud_2.16-1.pgdg+1_all.deb
Size: 15116
SHA256: 988f2dab6fe04b235c0bb8b9082beeabb9c9bbf51e10a944ea35075a4ca78c4e
SHA1: 8713f1f6df4aa9f07f35107ef30114c0df91c6da
MD5sum: 845800dd9d8d341db56f5eacdb6603d0
Description: Cloud 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 organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli-cloud package contains cloud client utilities for the
 integration of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by 2ndQuadrant.
Timestamp: 2021-11-30 09:20:11+00

Package: python3-barman
Source: barman
Version: 2.16-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1084
Depends: python3-argcomplete, python3-dateutil, python3-psycopg2, python3:any
Breaks: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Replaces: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Homepage: http://www.pgbarman.org
Priority: optional
Section: python
Filename: pool/main/b/barman/python3-barman_2.16-1.pgdg+1_all.deb
Size: 173236
SHA256: e4e1c68f0696cfb00d042c3d72a2178f3343927e5e026c9f0d1eb6e3761d3ea4
SHA1: 1c38d6fb20c437f8410ba411f8e948af5089a03d
MD5sum: 127b4942ed3c36824b1595ab5cbface2
Description: Backup and Recovery Manager for PostgreSQL - Python modules
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides Python 3 modules only.
Timestamp: 2021-11-30 09:20:11+00

Package: barman
Version: 2.17-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 73
Depends: python3-barman (= 2.17-1.pgdg+1), python3-pkg-resources, adduser, rsync (>= 3.0.4~), python3:any
Recommends: openssh-server, openssh-client, postgresql-client
Suggests: barman-cli, repmgr
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman_2.17-1.pgdg+1_all.deb
Size: 37984
SHA256: b522d18de51d2165f3171cfb52c62690b90ec9a431e008cbaaa684a3664e7d18
SHA1: 8e0de7a7a0ee4cc627db4caf0e8d9de3dd310dad
MD5sum: 19ec2ec8418656b76a50933556a1edcf
Description: Backup and Recovery Manager for PostgreSQL
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides barman binary.
Timestamp: 2021-12-01 15:27:36+00

Package: barman-cli
Source: barman
Version: 2.17-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 20
Depends: python3-barman (= 2.17-1.pgdg+1), python3-pkg-resources, rsync (>= 3.0.4~), python3:any
Recommends: openssh-client, barman-cli-cloud
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli_2.17-1.pgdg+1_all.deb
Size: 7944
SHA256: 56e1cf32672a5837bbb44b5f1d08a09858b2fb8681c0976d754287cbeeaca263
SHA1: 6fcb364ecce17474050034fd152f185d30cad0e0
MD5sum: 9273cadda509516c05e275cbe3e3b98a
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 organization 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.
Timestamp: 2021-12-01 15:27:36+00

Package: barman-cli-cloud
Source: barman
Version: 2.17-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 33
Depends: python3-barman (= 2.17-1.pgdg+1), python3-pkg-resources, rsync (>= 3.0.4~), python3:any, python3-boto3
Breaks: barman-cli (<< 2.10-3~~)
Replaces: barman-cli (<< 2.10-3~~)
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli-cloud_2.17-1.pgdg+1_all.deb
Size: 15088
SHA256: 3f5d6e082bd95d994d2a576854f83edc0b2134a12138548a40d8545b6906438a
SHA1: 7af7c157b281765074453fd1f4b3ef054e381126
MD5sum: b7afc14d974c007d1c37c9a7809047a9
Description: Cloud 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 organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli-cloud package contains cloud client utilities for the
 integration of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by 2ndQuadrant.
Timestamp: 2021-12-01 15:27:36+00

Package: python3-barman
Source: barman
Version: 2.17-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1085
Depends: python3-argcomplete, python3-dateutil, python3-psycopg2, python3:any
Breaks: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Replaces: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Homepage: http://www.pgbarman.org
Priority: optional
Section: python
Filename: pool/main/b/barman/python3-barman_2.17-1.pgdg+1_all.deb
Size: 173388
SHA256: cf7740b98f57559eacf4a46240cd94487ce6760d87d6e894d33d7d5eefa4f301
SHA1: ea31e9dc1ee5ea4c8713349c24bbd7d86b9dd584
MD5sum: fd9bd33e9d8f7038c2e2adfbb7ca08e2
Description: Backup and Recovery Manager for PostgreSQL - Python modules
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides Python 3 modules only.
Timestamp: 2021-12-01 15:27:36+00

Package: check-pgbackrest
Version: 2.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: libdata-dump-perl, libjson-perl, perl
Enhances: pgbackrest
Breaks: pgbackrest (<< 2.28)
Homepage: https://github.com/pgstef/check_pgbackrest
Priority: optional
Section: database
Filename: pool/main/c/check-pgbackrest/check-pgbackrest_2.2-1.pgdg+1_all.deb
Size: 18772
SHA256: e7c4ba11443ce866d5f3214694ae3763ab86a691c4996964682578c534afbd7b
SHA1: 44ddcd3705b48564c60a85ea6616d20a4a4eb042
MD5sum: 5e0b525e4e0da99a3b338c7f390ce17d
Description: pgBackRest backup check plugin for Nagios
 check_pgbackrest is designed to monitor pgBackRest PostgreSQL backups from
 Nagios.
Timestamp: 2021-12-06 13:30:29+00

Package: odbc-postgresql
Source: psqlodbc
Version: 1:13.02.0000-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1259
Depends: odbcinst, libc6 (>= 2.17), libodbcinst2 (>= 2.3.1), libpq5 (>= 9.2~beta3)
Enhances: unixodbc
Multi-Arch: same
Homepage: https://odbc.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/psqlodbc/odbc-postgresql_13.02.0000-2.pgdg+1_arm64.deb
Size: 356108
SHA256: 3dfec8bfeafba1be52506c7ac1c2a9ed741590567aa62a56910e4ea17e5604f0
SHA1: 23bb3210044d10e9967722189b27d876ba3e6369
MD5sum: a2aa5b801d75b4ba6fa2c099a7102aff
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.
Timestamp: 2021-12-06 13:30:29+00

Package: odbc-postgresql-dbgsym
Source: psqlodbc
Version: 1:13.02.0000-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1133
Depends: odbc-postgresql (= 1:13.02.0000-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/psqlodbc/odbc-postgresql-dbgsym_13.02.0000-2.pgdg+1_arm64.deb
Size: 1064172
SHA256: 34a1b5ebf0170fa14ea09cda22dee9b428ae9acfa1d1b74fe1fd75516c7cf51b
SHA1: 8f50cbd0573df358305f31748e39b37e7766e893
MD5sum: 3dce37ac6890ae7b89f137342bead85e
Description: debug symbols for odbc-postgresql
Build-Ids: 9ce15b4a571a729a73def691b62906648282aa09 cf0d9c41be823bcd2765714b248599558418d6e6
Timestamp: 2021-12-06 13:30:29+00

Package: omnidb-common
Source: omnidb
Version: 3.0.3b+ds-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28744
Depends: fonts-roboto-unhinted, fonts-glyphicons-halflings, libjs-jquery, python3:any, python3-cherrypy3, python3-django (>= 2:2.2), python3-django-auth-ldap, python3-django-sass, python3-openpyxl, python3-paramiko, python3-pgspecial, python3-prettytable, python3-psycopg2, python3-pyaes, python3-pymysql, python3-restrictedpython, python3-scrypt, python3-social-django, python3-sqlparse, python3-sshtunnel
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/omnidb-common_3.0.3b+ds-3.pgdg+1_all.deb
Size: 4369172
SHA256: 7f118c819ed1370606970862ac5e164a216e58f0d3abd815626d2e22aa7d3e83
SHA1: 7a1edb1ce8db960e4b9706b82c58fe55baafea74
MD5sum: 4e2a8c75be341bf29c0bca028ac4919f
Description: Web tool for database management (shared files)
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight. Check-out some
 characteristics:
 .
  * Web Tool: Accessible from any platform, using a browser as a medium
  * Responsive Interface: All available functions in a single page
  * Unified Workspace: Different technologies managed in a single workspace
  * Simplified Editing: Easy to add and remove connections
  * Safety: Multi-user support with encrypted personal information
  * Interactive Tables: All functionalities use interactive tables, allowing
    copying and pasting in blocks
  * Smart SQL Editor: Contextual SQL code completion
  * Beautiful SQL Editor: You can choose between many available color themes
  * Tabbed SQL Editor: Easily add, rename or delete editor tabs
 .
 Supported DBMS: PostgreSQL, Oracle, MySQL, MariaDB
 .
 This package contains shared files.
Timestamp: 2021-12-06 13:30:29+00

Package: omnidb-server
Source: omnidb
Version: 3.0.3b+ds-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: adduser, omnidb-common (= 3.0.3b+ds-3.pgdg+1)
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/omnidb-server_3.0.3b+ds-3.pgdg+1_all.deb
Size: 8744
SHA256: 162d2f05fbf0b00d6d8da94f6e9ffb0dc78b109ac40017c3a5058c716bc84a5d
SHA1: 52ae6aecc75fe1c48edf8d984e47a4c7d23f2866
MD5sum: 15b364e5c10f9ad87259c357b102db60
Description: Web tool for database management
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight. Check-out some
 characteristics:
 .
  * Web Tool: Accessible from any platform, using a browser as a medium
  * Responsive Interface: All available functions in a single page
  * Unified Workspace: Different technologies managed in a single workspace
  * Simplified Editing: Easy to add and remove connections
  * Safety: Multi-user support with encrypted personal information
  * Interactive Tables: All functionalities use interactive tables, allowing
    copying and pasting in blocks
  * Smart SQL Editor: Contextual SQL code completion
  * Beautiful SQL Editor: You can choose between many available color themes
  * Tabbed SQL Editor: Easily add, rename or delete editor tabs
 .
 Supported DBMS: PostgreSQL, Oracle, MySQL, MariaDB
 .
 This package runs OmniDB as system service on http://127.0.0.1:8000.
Timestamp: 2021-12-06 13:30:29+00

Package: ora2pg
Version: 23.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1277
Depends: libdbd-mysql-perl | libdbd-oracle-perl, libdbd-pg-perl, libdbi-perl, libio-compress-perl, perl:any
Recommends: postgresql-client
Homepage: https://ora2pg.darold.net/
Priority: optional
Section: database
Filename: pool/main/o/ora2pg/ora2pg_23.0-1.pgdg+1_all.deb
Size: 382388
SHA256: fe34d47a224b129f6509dce4b5a031d06ed959c44c7f2a3fab6b7b33aaecbd6d
SHA1: f74c102ee68440484a7a876d0ad716d60e5b2926
MD5sum: b3e73fa6f4f4728b60cbcbffc15a9397
Description: Oracle/MySQL to PostgreSQL database schema converter
 Ora2Pg migrates Oracle and MySQL database schemas to PostgreSQL. It connects
 to the database, scans it automatically and extracts its structure or data.
 It then generates SQL scripts you can load into PostgreSQL.
Timestamp: 2021-12-06 13:30:29+00

Package: pgbackrest
Version: 2.36-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 914
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.17), liblz4-1 (>= 0.0~r127), libpq5, libssl1.1 (>= 1.1.0), libxml2 (>= 2.7.4), libzstd1 (>= 1.4.0), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc, check-pgbackrest
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.36-1.pgdg+1_arm64.deb
Size: 327304
SHA256: 1895a21903052e713971ff258a1096b767c9f20680c6a871d3e76c50dfb4c4e0
SHA1: 6770942be5a4553f8e5e24d89e52088517567c4a
MD5sum: 03f8dedb81094863ed190037d4a78c7c
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.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2021-12-06 13:30:29+00

Package: pgbackrest-dbgsym
Source: pgbackrest
Version: 2.36-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1163
Depends: pgbackrest (= 2.36-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.36-1.pgdg+1_arm64.deb
Size: 1065816
SHA256: 8ac1216369a824e928b106d93197055c8fb6118f51e544919e7a4798c644b5a4
SHA1: d87a7a224bddbdf89735b871e4d99ddb6d4274a5
MD5sum: 02c9b2c23d5697bd1ccf7678d3953afd
Description: debug symbols for pgbackrest
Build-Ids: 0fa7dd963617f0922c4a68ab5ceeeb3f70d127cd
Timestamp: 2021-12-06 13:30:29+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.36-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1347
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.36-1.pgdg+1_all.deb
Size: 116116
SHA256: 85434846a74937dff141945dbee4d56f35f55b06918df86fcfcc0fbc033e95a9
SHA1: 713ea50191b6c991422ce0eb504a19709c8769ae
MD5sum: ac9df20ca1b65d963678db865803cf19
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2021-12-06 13:30:29+00

Package: pgbouncer
Version: 1.16.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 531
Depends: lsb-base (>= 3.1), postgresql-common (>= 26), libc-ares2 (>= 1.12), libc6 (>= 2.26), libevent-2.1-7 (>= 2.1.8-stable), libpam0g (>= 0.99.7.1), libssl1.1 (>= 1.1.0)
Suggests: python3, python3-psycopg2
Enhances: postgresql (>= 7.4)
Homepage: https://www.pgbouncer.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbouncer/pgbouncer_1.16.1-1.pgdg+1_arm64.deb
Size: 198404
SHA256: 2070360df4bc4aa00e8f6f000235096a3d9dc7f584e3a2b9049b08a07b3ec4e2
SHA1: 12480b05936525d442e3124560afecefeffc6c87
MD5sum: 823ec84c806708c2f9e3dab611175dd9
Description: lightweight connection pooler for PostgreSQL
 PgBouncer is a lightweight connection pooler for PostgreSQL providing the
 following features:
 .
  * Several different methods of pooling 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.
Timestamp: 2021-12-06 13:30:29+00

Package: pgbouncer-dbgsym
Source: pgbouncer
Version: 1.16.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 529
Depends: pgbouncer (= 1.16.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbouncer/pgbouncer-dbgsym_1.16.1-1.pgdg+1_arm64.deb
Size: 478852
SHA256: 47386578d7c3c91871df5a99eb4f4471b50d48c4f7a6f1683a04e42a26ea26c3
SHA1: 2d751cbdb6e29b6738eacbfb9fd8dd7ec76b2305
MD5sum: 87c203bd5efab93faf0cfbe18aaf092b
Description: debug symbols for pgbouncer
Build-Ids: 3f2c975f7aa8dd4ba4c050820214f3a2f68c6dd1
Timestamp: 2021-12-06 13:30:29+00

Package: pgxnclient
Version: 1.3.2-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 160
Depends: ca-certificates, python3-pkg-resources, python3-six, python3:any
Homepage: https://pgxn.github.io/pgxnclient/
Priority: optional
Section: database
Filename: pool/main/p/pgxnclient/pgxnclient_1.3.2-2.pgdg+1_all.deb
Size: 33664
SHA256: 2b44b45c11c6fb0cb5921a7d69066ba14474cab181fb91f06f9e40e0c9f754fc
SHA1: 0ed738b4fc413432b2c4bcc3207ee85ec38ab46c
MD5sum: 36cf9561dfdaa05599c81104de7a08c8
Description: command line client for the PostgreSQL Extension Network
 The PGXN Client is a command line tool designed to interact with the
 PostgreSQL Extension Network at https://pgxn.org/ allowing searching,
 compiling, installing, and removing extensions in PostgreSQL databases.
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-10-partman
Source: pg-partman
Version: 4.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6178
Depends: postgresql-10, python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-10-partman_4.6.0-1.pgdg+1_arm64.deb
Size: 240116
SHA256: 43d6aec3ab09368a778487954a4a9ac418025d66604fc3634851fad07986849f
SHA1: 5bcb4e1b7cc7d38595f76085c6beaf033135cab8
MD5sum: 797853b8e899f42a36353bff9c484a01
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.
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-10-partman-dbgsym
Source: pg-partman
Version: 4.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-10-partman (= 4.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-10-partman-dbgsym_4.6.0-1.pgdg+1_arm64.deb
Size: 20148
SHA256: 5b975b405e5f52f1679646c238ccb293cf74ec98cd2fd3d123937a72fa67401d
SHA1: a116ee1464bcb4669fadbed96646e2db0d5425e6
MD5sum: 44f846bf4a4551a7137994c6acc74b32
Description: debug symbols for postgresql-10-partman
Build-Ids: 71e3cbaf71d70a6368fc6b48a258c953f5579182
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-10-pglogical
Source: pglogical
Version: 2.4.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 481
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-10
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-10-pglogical_2.4.0-2.pgdg+1_arm64.deb
Size: 107784
SHA256: f169afa2480ef0e788465705777bbbabd7b5d7248e374b83b440cd07c269bbc9
SHA1: 649613199719ac09b42588be47938c62bd37826f
MD5sum: 58509f22d07a5366e43425d6ed2f03fb
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-10-pglogical-dbgsym
Source: pglogical
Version: 2.4.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 412
Depends: postgresql-10-pglogical (= 2.4.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-10-pglogical-dbgsym_2.4.0-2.pgdg+1_arm64.deb
Size: 346344
SHA256: 5cb421e0c975d50b51572dccc4fbd607f0c8d9956c17d95d5010f7db288e17c5
SHA1: dac2eff32d0cb81ea9a9122a35e42f3f550567bb
MD5sum: 6a8932fcebeac618a8f86cb1c792ef91
Description: debug symbols for postgresql-10-pglogical
Build-Ids: 11001ec25070a150db4ba4462433ac1278d629bf 248bdaf0cf743ad96398a63966e56d108e6ac02b 5a3111a44b64a162b73411dd0e4095cf5509f98d
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-10-pgsphere
Source: pgsphere
Version: 1.1.1+2021-11-10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 946
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 5.2), postgresql-10
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-10-pgsphere_1.1.1+2021-11-10-1.pgdg+1_arm64.deb
Size: 316912
SHA256: 2cdb95cb78b28ff899e3be898c0c7adf45e2c192762b3d94364d56a4724125dc
SHA1: a25b8b30cb4588704310616c258d53553284aa20
MD5sum: 816ed1ccb40cab1389cef8c76640bb13
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-10-pgsphere-dbgsym
Source: pgsphere
Version: 1.1.1+2021-11-10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 374
Depends: postgresql-10-pgsphere (= 1.1.1+2021-11-10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-10-pgsphere-dbgsym_1.1.1+2021-11-10-1.pgdg+1_arm64.deb
Size: 319368
SHA256: 3fe56a7fd4595574c56c677c6a3f1c9ed464430a45eb7be9c591ed6fbd689c97
SHA1: f3dbe0d1af1b7cccd5ab0e755df8f514865bfb0e
MD5sum: af36192fbba1a7c8ebbb6be2cf25e8c3
Description: debug symbols for postgresql-10-pgsphere
Build-Ids: ec292282677ed3f536c430360c01ce11745ce665
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-10-pldebugger
Source: pldebugger
Version: 1:1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: libc6 (>= 2.17), postgresql-10
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-10-pldebugger_1.4-2.pgdg+1_arm64.deb
Size: 24984
SHA256: 258394305858b87b0db8ca8c1e6fc928fe53cae54be169b7a7fc9ee9ee5813ac
SHA1: 19460d2d0a2c695f814cf6f4818c76a3dfb735ee
MD5sum: 2eaedf5540ad468f48ba1a312b969a7c
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-10-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: postgresql-10-pldebugger (= 1:1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-10-pldebugger-dbgsym_1.4-2.pgdg+1_arm64.deb
Size: 92804
SHA256: 497b83cea0147a5872f2e22c5b48e0893f6a3c97711d721df732fe77d6a54fee
SHA1: 9c9442e6ff36659be228af9a67fe93e60afd0bc9
MD5sum: 3c8f31c55c5639532ad6331241a06ed3
Description: debug symbols for postgresql-10-pldebugger
Build-Ids: 8e82735adc0e200276e4446da32455f6f72a68a8
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-10-plr
Source: plr
Version: 1:8.4.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: r-base-core (>= 2.10), postgresql-10, libc6 (>= 2.17)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-10-plr_8.4.5-1.pgdg+1_arm64.deb
Size: 64516
SHA256: c6fafa8d8456e12a9227d18e0b2f7e06e562d176ac51b724865584496419c19a
SHA1: 116f092d7f4285a100668dc7b5ae0f0b8ff00d8e
MD5sum: 6611a3f55c791f2b175075dd029d2766
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.
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-10-plr-dbgsym
Source: plr
Version: 1:8.4.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 137
Depends: postgresql-10-plr (= 1:8.4.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-10-plr-dbgsym_8.4.5-1.pgdg+1_arm64.deb
Size: 117260
SHA256: 1ce7566ce5330d8c2af73eac5d2fd7439ecd38ed47f1f67ef7342f39c82f712a
SHA1: b162a86928e37559965b38c0bc19c0826ccc81e3
MD5sum: 2ff209610157d001fb1b47b631007b0e
Description: debug symbols for postgresql-10-plr
Build-Ids: 54a010ffc3fb62db2539f31231bc410b21241796
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-11-partman
Source: pg-partman
Version: 4.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6191
Depends: postgresql-11, python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-11-partman_4.6.0-1.pgdg+1_arm64.deb
Size: 252436
SHA256: 7727c167215d71345f66589f7687de956ec66b7a9badd7de18d15755c0c325ae
SHA1: eb941a6da7e0ad458e8eca8098a6bb00bc20e8fc
MD5sum: 761dbb0c2793b8c1fecbaf3d7c8cb7fe
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.
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-11-partman-dbgsym
Source: pg-partman
Version: 4.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-11-partman (= 4.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-11-partman-dbgsym_4.6.0-1.pgdg+1_arm64.deb
Size: 20444
SHA256: 3311401f7781d0c5e1b900f5e2312ffc5f369f7f2414d2c63c7d8223fcc76d8f
SHA1: d37f59374edf655c47a38f8a5ac01cb42d4d96c6
MD5sum: 8852961c8af75324feda351be88e95ca
Description: debug symbols for postgresql-11-partman
Build-Ids: 513955c72d6bc7a78253d8905a77721ae84ff915
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-11-pglogical
Source: pglogical
Version: 2.4.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1165
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-11
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-11-pglogical_2.4.0-2.pgdg+1_arm64.deb
Size: 412608
SHA256: 5c0cb5ed8213ba5498271b187acb79ac36840dde5408b5d5f0ac7ba5a7df6003
SHA1: a388316359ed346295cdad2afa2f0c0dfbfa55f5
MD5sum: 5b4e481a9da71524de46e3c47c04a127
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-11-pglogical-dbgsym
Source: pglogical
Version: 2.4.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 422
Depends: postgresql-11-pglogical (= 2.4.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-11-pglogical-dbgsym_2.4.0-2.pgdg+1_arm64.deb
Size: 356732
SHA256: e57f42cdf6b4b8a547b9100a9e86ce3dad7d7554c1655b139fa1cc81bd420495
SHA1: 6e0566e55dc04328c38d4f71657be67b7e31cdec
MD5sum: dfac9cc1dc9a1a16c90f492430d00c33
Description: debug symbols for postgresql-11-pglogical
Build-Ids: 8645291e92e3391e2aa37fc9c9653876b7015657 8abcac2dcd1e26aefba2d018ba4598ee09d226e9 c2050059672a915c2da30aa60436b6bd84cb356d
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-11-pgsphere
Source: pgsphere
Version: 1.1.1+2021-11-10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1571
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 5.2), postgresql-11
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-11-pgsphere_1.1.1+2021-11-10-1.pgdg+1_arm64.deb
Size: 544372
SHA256: 854d45d39dab3a322ee2ddb9eff1ff91af0ac4c04d7d43f0a9b77a0f438b4075
SHA1: 1b4b10c9c3a2c0c979fd207c8bf0426cf05afb29
MD5sum: 094da62a18af3c6d785c7a12053da3f2
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-11-pgsphere-dbgsym
Source: pgsphere
Version: 1.1.1+2021-11-10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 375
Depends: postgresql-11-pgsphere (= 1.1.1+2021-11-10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-11-pgsphere-dbgsym_1.1.1+2021-11-10-1.pgdg+1_arm64.deb
Size: 319304
SHA256: ec70000981ba24c6db5f90732418af4053ae1e8b5cd848c8111f1be763c39bd0
SHA1: 5113b3960988ce5f0053e908c7ce7a2598eb6f4f
MD5sum: 02a6658747c23a344248a5d505c6c444
Description: debug symbols for postgresql-11-pgsphere
Build-Ids: 21eb81d83836ae5cacd9bc092d24d8d703c49f7f
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-11-pldebugger
Source: pldebugger
Version: 1:1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: libc6 (>= 2.17), postgresql-11
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-11-pldebugger_1.4-2.pgdg+1_arm64.deb
Size: 81516
SHA256: 9430ae3eaa102d331b4591a34ec05cda27a03d06047651b6241bb0b6c4d4cfe4
SHA1: d92981b370af168be95a9b96802b21ed4fed7b43
MD5sum: 5c6d0b08ba38e80ed0dbc0ff37b84fbc
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-11-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-11-pldebugger (= 1:1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-11-pldebugger-dbgsym_1.4-2.pgdg+1_arm64.deb
Size: 91412
SHA256: 581604641df4b2a76a38c9d2de3018ab0d1c9ef2ca3477e4cf4f83f146b48087
SHA1: 21efe9e37cc9063f056e4c4612d7832ad0394626
MD5sum: f6816208f5a451bbf8d060d39bd7837a
Description: debug symbols for postgresql-11-pldebugger
Build-Ids: efe40ebacbee67d13b819fe18b16ba1abf041d33
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-11-plr
Source: plr
Version: 1:8.4.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 315
Depends: r-base-core (>= 2.10), postgresql-11, libc6 (>= 2.17)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-11-plr_8.4.5-1.pgdg+1_arm64.deb
Size: 152320
SHA256: 09c0ad30824faa1e831b44e1d49bcc3d8f44a12d99261b74f81d1ded59d508dd
SHA1: 0c88f6bdfafca67523954bba0284fed744e31c72
MD5sum: 2b83c5d17602d1a7b8494df42b4e5399
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.
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-11-plr-dbgsym
Source: plr
Version: 1:8.4.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: postgresql-11-plr (= 1:8.4.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-11-plr-dbgsym_8.4.5-1.pgdg+1_arm64.deb
Size: 118500
SHA256: b2c424eae8b4fae80c514818b4e2ab75d048e7407f689ad2e8acd6653e66eb22
SHA1: eaf8857e7c2ff40d4618655725249962e7828bb3
MD5sum: d6087333201e070b3541c967fd5e7f31
Description: debug symbols for postgresql-11-plr
Build-Ids: 8b0e72e547eb06d9f238c0e223f93fe05698700b
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-12-partman
Source: pg-partman
Version: 4.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6190
Depends: postgresql-12, python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-12-partman_4.6.0-1.pgdg+1_arm64.deb
Size: 251880
SHA256: 9e0ed86bf711e3e3965744f7509cf634aaf6995ef36802eae55d3fa9de433111
SHA1: e8436b8b78efaf55e3dad938cca4f503f8053a74
MD5sum: 3266237fb237bf1b0888239b1d8ef0bf
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.
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-12-partman-dbgsym
Source: pg-partman
Version: 4.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-12-partman (= 4.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-12-partman-dbgsym_4.6.0-1.pgdg+1_arm64.deb
Size: 20772
SHA256: 7625ea0af1670de7f29385d3f641e8692ca676d3c74d227937e847a9f8a2d054
SHA1: 8d7a25a2e7207338d7e08b18ed2ff4d6d020b78c
MD5sum: b7a6685ee6e6538724bbf7613b6cf655
Description: debug symbols for postgresql-12-partman
Build-Ids: 9af74dd12b3297858e7f52c9d59207ba42395a03
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-12-pglogical
Source: pglogical
Version: 2.4.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1207
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-12
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-12-pglogical_2.4.0-2.pgdg+1_arm64.deb
Size: 436920
SHA256: d5d3a40d9ca6827f329e432049cf7158f8d5da4ea8c3a4399a69c83ffeac4a55
SHA1: c30871ae643988281f1b3b02b2fe26521237368c
MD5sum: 3a0e316323445a83d58d97a062942e05
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-12-pglogical-dbgsym
Source: pglogical
Version: 2.4.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 449
Depends: postgresql-12-pglogical (= 2.4.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-12-pglogical-dbgsym_2.4.0-2.pgdg+1_arm64.deb
Size: 382300
SHA256: de25543b673ce2707e2db8cb91fcd2bc1bbde1df4ed0389fc359c98ebc19c342
SHA1: 87f6f90da4bd6502ec6c359495ee7778447d795d
MD5sum: 2687376606b4b14e1d560808661c1932
Description: debug symbols for postgresql-12-pglogical
Build-Ids: 2a8b9688bc6bd65f196da006f503bd42d0f62502 de709905036f72b20e8fe3be0e358fd7dcc6fa12 ec69cc8e06b9d0c6175f15c1f57f8d14c96744a9
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-12-pgsphere
Source: pgsphere
Version: 1.1.1+2021-11-10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1576
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 5.2), postgresql-12
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-12-pgsphere_1.1.1+2021-11-10-1.pgdg+1_arm64.deb
Size: 544452
SHA256: 0c27a2aef4594d3fe0ffe50e309ec63129202060511e2eaac69d520aae30cf21
SHA1: c34e0e36dcc9d269ef55a7573f8b2260452e58fa
MD5sum: 5544a6f5d25c51c883635589fad22d03
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-12-pgsphere-dbgsym
Source: pgsphere
Version: 1.1.1+2021-11-10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 376
Depends: postgresql-12-pgsphere (= 1.1.1+2021-11-10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-12-pgsphere-dbgsym_1.1.1+2021-11-10-1.pgdg+1_arm64.deb
Size: 320672
SHA256: 9dc27fc7bb9bac1b45f777f0b7fe79b60d8b8bf5723cbb53e133385ad3d3b87e
SHA1: 33abb20c879b3e9b7de89f8e4507279eee5ee0eb
MD5sum: b5aab7ac8eb2e909a6e38e0aa5307ac7
Description: debug symbols for postgresql-12-pgsphere
Build-Ids: f545809dcc42b7b25206a0db362c5873601a1144
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-12-pldebugger
Source: pldebugger
Version: 1:1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: libc6 (>= 2.17), postgresql-12
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-12-pldebugger_1.4-2.pgdg+1_arm64.deb
Size: 81740
SHA256: 162012b7bee489c54a70dc3f6445aaed58687de719af7bd98e807ceb95fa9907
SHA1: 931054265a7d2dba07f92ef8f06436b3724360d5
MD5sum: 6620d24c4ba1dda78c68f45a7301814a
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-12-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-12-pldebugger (= 1:1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-12-pldebugger-dbgsym_1.4-2.pgdg+1_arm64.deb
Size: 93824
SHA256: 67eddc7639b3cb264d5a98196c4619e8e05a3bd4dbc46bb982f80436a41375f0
SHA1: bd2b44cca58c2abe3c7887cdeeb5d8e5a29f6108
MD5sum: f2930bf51fc11b9ad415b66ee6da0865
Description: debug symbols for postgresql-12-pldebugger
Build-Ids: ab72e221110507e72c595164f72134a9f60d7833
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-12-plr
Source: plr
Version: 1:8.4.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 317
Depends: r-base-core (>= 2.10), postgresql-12, libc6 (>= 2.17)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-12-plr_8.4.5-1.pgdg+1_arm64.deb
Size: 156868
SHA256: 2c918dc0e680b6f67904e8b1953a262865d59ded0a83192f481b362f088bd6f8
SHA1: 3ce553490016d8e2f8f8fb34acfe00fad7afe045
MD5sum: 12b084bbcf426e6f1425629e358351c8
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.
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-12-plr-dbgsym
Source: plr
Version: 1:8.4.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-12-plr (= 1:8.4.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-12-plr-dbgsym_8.4.5-1.pgdg+1_arm64.deb
Size: 124260
SHA256: ad661b9c3bc22d4e82805a3c402c07b45cccc8fed42911385d5b81cd8a835b1f
SHA1: de74f17b4041d5ce03d145b8d246760ee50f637b
MD5sum: 95801b935157f75fd854a56f30a22abb
Description: debug symbols for postgresql-12-plr
Build-Ids: 895367f9fcc28822043f337189077063daaef343
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-13-partman
Source: pg-partman
Version: 4.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6191
Depends: postgresql-13, python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-13-partman_4.6.0-1.pgdg+1_arm64.deb
Size: 252696
SHA256: b39b8908c5e23778be9556b6a75618ae4f1d7b7951745bc851e6c2d59b91fdc3
SHA1: cf3a8206d854d6b95816c407ce8dbcc85cd4ec29
MD5sum: 68804fe2529ee45627c8e4a13ab8aa15
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.
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-13-partman-dbgsym
Source: pg-partman
Version: 4.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-13-partman (= 4.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-13-partman-dbgsym_4.6.0-1.pgdg+1_arm64.deb
Size: 21836
SHA256: d768051bd3d8a848150b51dcd360673c554c7555e0a17a0d0e659bf6cbb7e30b
SHA1: 447fd927a14f8b35b7850e786bdbf2a66b22ea49
MD5sum: dfcf4a1b6aa856e474a6d28da7b660b7
Description: debug symbols for postgresql-13-partman
Build-Ids: a91fcbafd72f18a3da55ae2ce2fb814ec82a4287
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-13-pglogical
Source: pglogical
Version: 2.4.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1211
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-13
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-13-pglogical_2.4.0-2.pgdg+1_arm64.deb
Size: 442100
SHA256: 99f2b96b909d370f378bc5c673d003c47e96b179852703ce155992ca8c404aa2
SHA1: 5627b32022d26f4081cbb9ccccfbb64343f127e1
MD5sum: 938c5bb7a328eb97c0f6d3c6d9fa771c
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-13-pglogical-dbgsym
Source: pglogical
Version: 2.4.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 494
Depends: postgresql-13-pglogical (= 2.4.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-13-pglogical-dbgsym_2.4.0-2.pgdg+1_arm64.deb
Size: 424984
SHA256: 90f844019078b0985692295dade0643e54ddfff409697a6db365e236a78ba666
SHA1: 55fd3af3dbb3d8be83a862cf0823e6aaef6aeea1
MD5sum: 59d6fa960ec59e327ca45494e2243399
Description: debug symbols for postgresql-13-pglogical
Build-Ids: 024da8c27dd5dc5e460a8b0fb397325a60605c4d 3f85141a1d4437f33d60c9cc2d70fe9bc43f477b f059d5b9ffabc37cba0b76c7fccdb49b42ec8672
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-13-pgsphere
Source: pgsphere
Version: 1.1.1+2021-11-10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1572
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 5.2), postgresql-13
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-13-pgsphere_1.1.1+2021-11-10-1.pgdg+1_arm64.deb
Size: 545748
SHA256: ace3b59e9bee4ea0db9f0f676678837d2f42874ba40272477f2d5557d45aec8b
SHA1: 10e3554fdb1856bc589192f2e9051b73798984b3
MD5sum: 7f16806cab820bb99dcb2be03d776f37
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-13-pgsphere-dbgsym
Source: pgsphere
Version: 1.1.1+2021-11-10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 377
Depends: postgresql-13-pgsphere (= 1.1.1+2021-11-10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-13-pgsphere-dbgsym_1.1.1+2021-11-10-1.pgdg+1_arm64.deb
Size: 321408
SHA256: 38bc2017c51fa1c6562a1badaff267a14e6bcf5ef40bb63225235ea3354a2033
SHA1: 1bd3d617280584541dc0010d4fcaae996dd7602d
MD5sum: f2d14d7f6ac651634abba4665c4ae26e
Description: debug symbols for postgresql-13-pgsphere
Build-Ids: 30a29c146e3904b7a77671d90810680288d8c254
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-13-pldebugger
Source: pldebugger
Version: 1:1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 207
Depends: libc6 (>= 2.17), postgresql-13
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-13-pldebugger_1.4-2.pgdg+1_arm64.deb
Size: 81404
SHA256: 7ddd3a659f345942174ddacdf2818fcd11a32df90029f562221388b169368bf5
SHA1: 88336bede85a418bf0f694805e1d1d760b074ef2
MD5sum: de0f9d8f96588dc7e58ae4d133055500
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-13-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-13-pldebugger (= 1:1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-13-pldebugger-dbgsym_1.4-2.pgdg+1_arm64.deb
Size: 94088
SHA256: 400d2ed1d8e03658955c5f570110b4ea0895b4fde531a486afa5699e121b693c
SHA1: b3493e1468b6e43ac44a1f6efd7899f359b88037
MD5sum: 768d13e2b43b3419a5c544a2d34e8158
Description: debug symbols for postgresql-13-pldebugger
Build-Ids: cdab08e70c73be5eab40c75b6ee7e823a96bd164
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-13-plr
Source: plr
Version: 1:8.4.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 321
Depends: r-base-core (>= 2.10), postgresql-13, libc6 (>= 2.17)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-13-plr_8.4.5-1.pgdg+1_arm64.deb
Size: 157844
SHA256: ef1c45696e26293574e073d6aa35ab64a37c1d3afbde9c48bc45d799a3244cc5
SHA1: 6bd66c236f5dc553b6504654410dbbc2fffabb98
MD5sum: 12fdf680c392ab4ec6c51340b0144b64
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.
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-13-plr-dbgsym
Source: plr
Version: 1:8.4.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-13-plr (= 1:8.4.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-13-plr-dbgsym_8.4.5-1.pgdg+1_arm64.deb
Size: 128156
SHA256: ae757a62cbe0d4cf989957ae362b55a308e694e507a170fcdab7a5fd731f5b26
SHA1: 1f7c9959368df5d728bef8bc0575aeff654cd167
MD5sum: b7cfe1d27e19608f34951f37a8d2b11a
Description: debug symbols for postgresql-13-plr
Build-Ids: 76d399973bb72cc3ea3c614bcf3709c1e762b603
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-14-partman
Source: pg-partman
Version: 4.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6192
Depends: postgresql-14, python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-14-partman_4.6.0-1.pgdg+1_arm64.deb
Size: 253284
SHA256: 7faf789457e3ec11ec1d45643a9377c0dacb5b14aad601d94da9c091272c4eca
SHA1: e0ed767974849c7d9714fecdac5340c2e76a8b63
MD5sum: 168495b97ebad8396ad0d78f8a043fcd
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.
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-14-partman-dbgsym
Source: pg-partman
Version: 4.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-14-partman (= 4.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-14-partman-dbgsym_4.6.0-1.pgdg+1_arm64.deb
Size: 22264
SHA256: c0a019ac85dc91901d8fa98f2e950df5a0b112c83313d439688b79b2da1f4e77
SHA1: 3f60470c2af7ccec928dbade946a53b51c2a215b
MD5sum: 11e5f8e5cb009f84555e66e5550de92e
Description: debug symbols for postgresql-14-partman
Build-Ids: a8b0e76880c151746e331efeb13b8d56312eee2d
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-14-pgaudit
Source: pgaudit-1.6
Version: 1.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.17), postgresql-14
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-1.6/postgresql-14-pgaudit_1.6.1-1.pgdg+1_arm64.deb
Size: 49400
SHA256: 56f9f24c6182ef0cf11c8720ca21d3a728a07f7895e57d559ea6ca5ad4ea3bac
SHA1: de0c7f15eafb71fc7f25201b28e98ab46dc14961
MD5sum: e5bbc6460475d0295d9d45d864226bcb
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-14-pgaudit-dbgsym
Source: pgaudit-1.6
Version: 1.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-14-pgaudit (= 1.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-1.6/postgresql-14-pgaudit-dbgsym_1.6.1-1.pgdg+1_arm64.deb
Size: 50180
SHA256: 3ce2e4f448d1ac87dc4d2e35c90e0ded776266b28c466b0e1ec4f928d7409eee
SHA1: f659e0978343a8eb0d06b842353954491531a252
MD5sum: d9e1308e6a649a2ba3aadf92830554c2
Description: debug symbols for postgresql-14-pgaudit
Build-Ids: daa23893e2ace0dca798eed3cffb229e447bb885
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-14-pglogical
Source: pglogical
Version: 2.4.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1232
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-14
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-14-pglogical_2.4.0-2.pgdg+1_arm64.deb
Size: 445552
SHA256: 8ee5be0bb0af8b0762b54e6e726ddf5989fa2ee4588027a67307947c36fdae3f
SHA1: f8e3763b4d47ba872685ea4a12843d0722de50a4
MD5sum: 3e1884d4b9e4f171e2af0ba37409d0d7
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-14-pglogical-dbgsym
Source: pglogical
Version: 2.4.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 495
Depends: postgresql-14-pglogical (= 2.4.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-14-pglogical-dbgsym_2.4.0-2.pgdg+1_arm64.deb
Size: 427248
SHA256: d5ebafaaa61d164205fdcac9321fc67969b3c8bedc25427aea450eca3e374e6e
SHA1: 09f7a11f378d40159be45bf8ac7c7ff65bd8b294
MD5sum: 49f4dda7de25137f71d12cb22df8df6c
Description: debug symbols for postgresql-14-pglogical
Build-Ids: 30e3be7337a18a661dadb9a1cb1d637978d4fff8 4c6d6e0bafd34d3a75b8d6763534a54e90ccdb53 d8b3f341fe4f0cd5b4982226a1571d91dc27621f
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-14-pgsphere
Source: pgsphere
Version: 1.1.1+2021-11-10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1582
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 5.2), postgresql-14
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-14-pgsphere_1.1.1+2021-11-10-1.pgdg+1_arm64.deb
Size: 545984
SHA256: c63a46d3c8ac69a0ffdeb437f71c53b839349a23517cdac81816bd2aca4787f6
SHA1: 35d8dd206a8d9a0d8b7c3eed6b2937c1587b6196
MD5sum: 2856297b1b37360d128106d4b46ece0b
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-14-pgsphere-dbgsym
Source: pgsphere
Version: 1.1.1+2021-11-10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 375
Depends: postgresql-14-pgsphere (= 1.1.1+2021-11-10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-14-pgsphere-dbgsym_1.1.1+2021-11-10-1.pgdg+1_arm64.deb
Size: 319212
SHA256: 8743805a1045fbf819e19c54e294c715f39e6a1d69b965ac5b529d64c4e45c36
SHA1: 8c5fb1f085a2a4bcb7330e1cfb6f38513338faa4
MD5sum: 6537557a08ad89e1fa4ed87be69ca1bc
Description: debug symbols for postgresql-14-pgsphere
Build-Ids: 158d5df3fa107bab8eb77b019a3eeaf90801b892
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-14-pldebugger
Source: pldebugger
Version: 1:1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 212
Depends: libc6 (>= 2.17), postgresql-14
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-14-pldebugger_1.4-2.pgdg+1_arm64.deb
Size: 82300
SHA256: ac60bc2f9a9fee50266ff2fad16fbe9891d70d3c6edc23f25e846b3e42a5df04
SHA1: 40b4f085b2fdf7f48740ff19793f3616c06e5cf3
MD5sum: 0674e7718f8bdbe4afb837f5df3e30f5
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-14-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-14-pldebugger (= 1:1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-14-pldebugger-dbgsym_1.4-2.pgdg+1_arm64.deb
Size: 95276
SHA256: cfc3b5a2d33e4d2b696f0ab8f67c87ef18c8d6919a536e8be102fd1d762a9dcb
SHA1: b4ab05252d1d1914c8bd69a692b8374abca5c449
MD5sum: cb13f415ced7ddfcf7d690d33b7d651c
Description: debug symbols for postgresql-14-pldebugger
Build-Ids: 82b002597efcec0abb045f7489b818bbfa5e2f0c
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-14-plr
Source: plr
Version: 1:8.4.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 325
Depends: r-base-core (>= 2.10), postgresql-14, libc6 (>= 2.17)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-14-plr_8.4.5-1.pgdg+1_arm64.deb
Size: 158900
SHA256: 8285b23f900dce81fd81be701ac4538dcac97060cfcce4a2dc6319be724d17ed
SHA1: a9df0de2352c3cf274dc0d479043357271d9ff75
MD5sum: 47e7b650abea443c8343a618156bab2a
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.
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-14-plr-dbgsym
Source: plr
Version: 1:8.4.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-14-plr (= 1:8.4.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-14-plr-dbgsym_8.4.5-1.pgdg+1_arm64.deb
Size: 129416
SHA256: 1fefd9490b2473efca0c9810512217cdbd322d8b4879d1448c9654951a32d6cb
SHA1: 2ad17d3fa8142694933173ea2249495c801b4a61
MD5sum: 0a6eb5f488603196b2d872849282994a
Description: debug symbols for postgresql-14-plr
Build-Ids: 19f093810e007b734886d42f2696dacc93d219d0
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-9.6-partman
Source: pg-partman
Version: 4.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6178
Depends: postgresql-9.6, python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-9.6-partman_4.6.0-1.pgdg+1_arm64.deb
Size: 240052
SHA256: ac6e65d860e52ac20c000f42ef0982ac0fc3ff636ec5309f50640306108cb5fc
SHA1: faee5721cded1a4196592c877e7b394baa168c96
MD5sum: 7c733dbbc8efe6a691ec549d883b4fb6
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.
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-9.6-partman-dbgsym
Source: pg-partman
Version: 4.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-9.6-partman (= 4.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-9.6-partman-dbgsym_4.6.0-1.pgdg+1_arm64.deb
Size: 19964
SHA256: 89244684e124d86b241b497a54d876d80df3bb24b0cf4684fc6c228aab71ac52
SHA1: f1b396137f29697900ec70fcb9b7db9373036bf2
MD5sum: e24cbb56f96eaaa96c24dbef65d8d334
Description: debug symbols for postgresql-9.6-partman
Build-Ids: f316a7a3b3838916599babcf94f22baea9d9ea1c
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-9.6-pglogical
Source: pglogical
Version: 2.4.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 488
Depends: libc6 (>= 2.17), libpq5 (>= 9.1~), postgresql-9.6
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-9.6-pglogical_2.4.0-2.pgdg+1_arm64.deb
Size: 108840
SHA256: c0d43aa7c840744506bee7a140932f23a7699702554cf666d1932292190671b7
SHA1: c1ef6a63959ada5d6a97599322e434241e1f289b
MD5sum: 51fba1b16caffbc679e4dcf83fa6963d
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-9.6-pglogical-dbgsym
Source: pglogical
Version: 2.4.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 406
Depends: postgresql-9.6-pglogical (= 2.4.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-9.6-pglogical-dbgsym_2.4.0-2.pgdg+1_arm64.deb
Size: 341840
SHA256: 9cd758a68a07ab1b480c804be54e7b24f51f5079897b359f0134f35cee247e13
SHA1: f4cfc3c06567efc8f20d36063aa0b1156aa8d003
MD5sum: 0ac7ad73d437882dd505ff3c5b68b41b
Description: debug symbols for postgresql-9.6-pglogical
Build-Ids: 1da29e9437bdc8a6692ebc722037ab1a525971f7 9338a40b9589db9045d4da630c38439e0e7523af b60b1e9ae013851fbacfff1515ad457eecc94a64
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-9.6-pgsphere
Source: pgsphere
Version: 1.1.1+2021-11-10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 942
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 5.2), postgresql-9.6
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-9.6-pgsphere_1.1.1+2021-11-10-1.pgdg+1_arm64.deb
Size: 317216
SHA256: d1904933956f152250ab46ff4da9a2760040beb04603698407b35c772619d0a0
SHA1: 1d4c183836bd3e48b39d7e31c994a15a1d801f90
MD5sum: 471005a47db394595741090878b9bd8c
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-9.6-pgsphere-dbgsym
Source: pgsphere
Version: 1.1.1+2021-11-10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 373
Depends: postgresql-9.6-pgsphere (= 1.1.1+2021-11-10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-9.6-pgsphere-dbgsym_1.1.1+2021-11-10-1.pgdg+1_arm64.deb
Size: 317936
SHA256: a6edaf29e659330b01fce6f42d828fff3820c4ae7dc0f73e08972cc1ac0e1c6f
SHA1: 8070d9e00b235fb23a81996424744c557be72578
MD5sum: 02bee2a1ab22c892b64908979b88d144
Description: debug symbols for postgresql-9.6-pgsphere
Build-Ids: b09368471bf05ae82092d4f4632189bdff4948dc
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-9.6-pldebugger
Source: pldebugger
Version: 1:1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: libc6 (>= 2.17), postgresql-9.6
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-9.6-pldebugger_1.4-2.pgdg+1_arm64.deb
Size: 24960
SHA256: e83885a04cfa4d9b1ad4f941d2c6f9c01245ed1198b5c92c5361feb21514b008
SHA1: 4d12b1fa413de54cbd6b4b08682b98205f3cf32a
MD5sum: 6b51b66141d64b4a52f4744ced4bd1c9
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-9.6-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-9.6-pldebugger (= 1:1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-9.6-pldebugger-dbgsym_1.4-2.pgdg+1_arm64.deb
Size: 83104
SHA256: 6a41532e438ee1a61133f6dadd24c3af7a063dd74963d5d19cc8d195cb3747dc
SHA1: 9af9be5e43213b5517f5e7fdbd786f0417dc581a
MD5sum: 6f004e713d85aedb051e4d05fba83e1b
Description: debug symbols for postgresql-9.6-pldebugger
Build-Ids: 0faa7492390f3eb981481855c38871c49251504f
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-9.6-plr
Source: plr
Version: 1:8.4.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: r-base-core (>= 2.10), postgresql-9.6, libc6 (>= 2.17)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-9.6-plr_8.4.5-1.pgdg+1_arm64.deb
Size: 64536
SHA256: 28e88005a8e3f337941f76a92b060e70537429d780af5a88f6eb9dd6ccc0458b
SHA1: c52107af1d04c055b0f4f2bc39402e4b128407c2
MD5sum: 921b5be367d8f00bc4086995f9cba906
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.
Timestamp: 2021-12-06 13:30:29+00

Package: postgresql-9.6-plr-dbgsym
Source: plr
Version: 1:8.4.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-9.6-plr (= 1:8.4.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-9.6-plr-dbgsym_8.4.5-1.pgdg+1_arm64.deb
Size: 114856
SHA256: 6328666c5ac879f209de8e61e94ea7bb2dc13c6050e2c312c04d5e7f04e98c8b
SHA1: 75edf4791fe43f6b11647a231d1bd5350a5082f0
MD5sum: 808212e94509dbc6edcffae0de682fd1
Description: debug symbols for postgresql-9.6-plr
Build-Ids: 615f6b0d85b6a587a42f3943980c95db4707dfc3
Timestamp: 2021-12-06 13:30:29+00

Package: powa-collector
Version: 1.1.1-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: adduser, python3-psycopg2, python3:any
Suggests: postgresql-powa, powa-web
Homepage: https://github.com/powa-team/powa-collector
Priority: optional
Section: database
Filename: pool/main/p/powa-collector/powa-collector_1.1.1-2.pgdg+1_all.deb
Size: 14768
SHA256: 2c645a504c0218bec6574d8c1fd6e0d6d222b3fc882d8c610fdfa12e7f210e49
SHA1: a235bd14006d1e14fba63770f5106631930e8ce0
MD5sum: 1b31ddb6e9f4200674ed7e3ac2b8e6cc
Description: PoWA collector daemon for remote snapshots
 This repository contains the powa-collector tool, a simple multi-threaded
 python program that performs the snapshots for all the remote servers
 configured in a powa repository database (in the powa_servers table).
 .
 Related packages:
  * powa-web: web frontend
  * postgresql-powa (postgresql-NN-powa): archivist collecting statistics
Timestamp: 2021-12-06 13:30:29+00

Package: pspg
Version: 5.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 301
Depends: libc6 (>= 2.17), libncursesw6 (>= 6), libpq5 (>= 9.0~), libreadline8 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_5.5.1-1.pgdg+1_arm64.deb
Size: 124368
SHA256: 5aa7db01c9f5f67b8024447170aaf65e0020a2701c254c50c0fefd1d765755c7
SHA1: 02b68dade1cb92f3bffe73e5f74bf5f50e557d31
MD5sum: 6f7db9be4de611845fd653f3b50d4052
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2021-12-06 13:30:29+00

Package: pspg-dbgsym
Source: pspg
Version: 5.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 424
Depends: pspg (= 5.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_5.5.1-1.pgdg+1_arm64.deb
Size: 396764
SHA256: 4151e580ff11a63959b9f3c042d410d846fa04bcef1320957313d812cd3cba9e
SHA1: a87a2e75f7db383afa76d0e43b583799f92442da
MD5sum: 96b75b4053119746f09877111ed61735
Description: debug symbols for pspg
Build-Ids: 4b992dd0004e92be317e7a63cacf0400be1bf9fb
Timestamp: 2021-12-06 13:30:29+00

Package: check-postgres
Version: 2.25.0-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 760
Depends: postgresql-client, perl:any
Enhances: postgresql
Multi-Arch: foreign
Homepage: https://bucardo.org/check_postgres/
Priority: optional
Section: database
Filename: pool/main/c/check-postgres/check-postgres_2.25.0-4.pgdg+1_all.deb
Size: 153312
SHA256: cde1551e5e146bc2e1829c40505084106e6f7573fbef50bb821528854dd90e7f
SHA1: 4a1e9351f08cdad76e6d59c61353de6589c99101
MD5sum: 5760046194e4c7f74f298486c20f887e
Description: script for monitoring PostgreSQL databases
 check_postgres is a Perl script that runs many different tests
 against one or more Postgres databases.  It uses the psql program to
 gather the information, and outputs the results in one of three
 formats: Nagios, MRTG, or simple.
Timestamp: 2021-12-22 20:08:33+00

Package: pgloader
Version: 3.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 32822
Depends: freetds-dev, libc6 (>= 2.32), zlib1g (>= 1:1.1.4), libssl1.1
Homepage: https://github.com/dimitri/pgloader
Priority: optional
Section: database
Filename: pool/main/p/pgloader/pgloader_3.6.3-1.pgdg+1_arm64.deb
Size: 29087888
SHA256: c7d5e175d8119a063f8b70092d59ee1c4100afa32c78474ca4557c969312b814
SHA1: 460fc14e6aee91d77a0519b6bd2ddb0e5a000f0b
MD5sum: d1dc1f3ae7f10ac0fc7658db35d0da50
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.
Timestamp: 2021-12-22 20:08:33+00

Package: pgtap
Version: 1.2.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28
Depends: postgresql-pgtap, libtap-parser-sourcehandler-pgtap-perl
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/pgtap_1.2.0-1.pgdg+1_all.deb
Size: 20928
SHA256: 8e8672f9dd17dd57453542b9bdea7f362ed93a2febd2eeaa49edf49ddcffdb0c
SHA1: 2bda6cd30887c86c848dbecc59ddbcb1d453210d
MD5sum: 927813f6ee8cbb5e6c587f26f8f2168b
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.
Timestamp: 2021-12-22 20:08:33+00

Package: pgtap-doc
Source: pgtap
Version: 1.2.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 354
Multi-Arch: foreign
Homepage: https://pgtap.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgtap/pgtap-doc_1.2.0-1.pgdg+1_all.deb
Size: 66160
SHA256: 01394027b210127aad390667b9948a72554592b5473b125b306116c30b119ac5
SHA1: fa7d54de612b21c0c1a8ccaf975a5ec23b7dc198
MD5sum: b850c97dddbe4472bb4ed17307cb419a
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.
Timestamp: 2021-12-22 20:08:33+00

Package: postgis
Version: 3.2.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1421
Depends: libc6 (>= 2.29), libgdal30 (>= 2.0.1), libgeos-c1v5 (>= 3.10.0), libpq5, libproj22 (>= 4.9.0)
Recommends: postgresql-postgis, postgis-doc
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.2.0+dfsg-1.pgdg+1_arm64.deb
Size: 294980
SHA256: ac40120ea29702acfdc9c5d278999769068345f0738a561885a9de58d74ff3d7
SHA1: 324d575d0f89ea3263bb3c1ca359ba808937d322
MD5sum: 8531e24ad8cf14ca5eb93ef870d22af9
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2021-12-22 20:08:33+00

Package: postgis-dbgsym
Source: postgis
Version: 3.2.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1785
Depends: postgis (= 3.2.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.2.0+dfsg-1.pgdg+1_arm64.deb
Size: 1661436
SHA256: f00b05af6da050684acf5627196c8eec027afd6acd4665dd4dff5e6dc945410d
SHA1: 5ca6da9817f8bd78c47873cb3f3e1b351d75acf0
MD5sum: 2a159e16d67652423349960bed4e8874
Description: debug symbols for postgis
Build-Ids: 6078f75f4c09ad9fb315d6cc1db1528a005a9a86 c6f1ce73842b8f95e3f4db7701f74da1f07e3c85 ee5c4d4e8a488f88961bfe0df2dfa81b5252338d
Timestamp: 2021-12-22 20:08:33+00

Package: postgis-doc
Source: postgis
Version: 3.2.0+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6121
Suggests: postgis
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: doc
Filename: pool/main/p/postgis/postgis-doc_3.2.0+dfsg-1.pgdg+1_all.deb
Size: 2939572
SHA256: cf85217918c88b29de7217ceda8fcd92242c319f0e2e5d9d9fbdcb648c917c8d
SHA1: 5a11166a2e38545dba86950cb3a440dae6424401
MD5sum: fc9f28771b3403e02246603bf25add71
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.
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-10-orafce
Source: orafce
Version: 3.17.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 433
Depends: postgresql-10, libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-10-orafce_3.17.0-1.pgdg+1_arm64.deb
Size: 97624
SHA256: 5251f04e452960b2271bd4e651d3535a8372fadcb06ded6b5efce64570e3871f
SHA1: f0c2597a8be528ee96bad2efeac0cc3da65ee3c5
MD5sum: 26dc2b4e322323753af7ff72f2c068cb
Description: Oracle support functions for PostgreSQL 10
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-10-orafce-dbgsym
Source: orafce
Version: 3.17.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: postgresql-10-orafce (= 3.17.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-10-orafce-dbgsym_3.17.0-1.pgdg+1_arm64.deb
Size: 212180
SHA256: b5b8dec2c28c2340141f653731444c08e8850230e27a0accdece109189a3d80c
SHA1: c78627dd6a88682894276977709b1303ea1c7376
MD5sum: d858ad20047c2048066720bdbb0a490e
Description: debug symbols for postgresql-10-orafce
Build-Ids: 26a0751aa610c3e50a404e5c4b187f51f1c42fd5
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-10-pgtap
Source: pgtap
Version: 1.2.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1759
Depends: postgresql-10
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-10-pgtap_1.2.0-1.pgdg+1_all.deb
Size: 61736
SHA256: 39dcaa7f93c8b5b46763f1c8222e70b94c1e5b0fbc48fc45c65af4d4761cb39e
SHA1: ab15c97dfeb5021ea5c7233000aaedecaf46e363
MD5sum: b7a183009465dd6963f07af0e2ffccd8
Description: Unit testing framework extension for PostgreSQL 10
 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 10.
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-10-plpgsql-check
Source: plpgsql-check
Version: 2.0.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check_2.0.6-1.pgdg+1_arm64.deb
Size: 72900
SHA256: 9ef9621537d5d075ce0782bbfe6f79214697dd0f5d753854d1d9830d5a15d57f
SHA1: 22af59d1c266ef4ee4bc57e0dc9db6a601d625fc
MD5sum: 72744b6116da1b378041f02465a9c3bd
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-10-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.0.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 246
Depends: postgresql-10-plpgsql-check (= 2.0.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check-dbgsym_2.0.6-1.pgdg+1_arm64.deb
Size: 217012
SHA256: e36f45b8cf74897bb7304fcaeaeffb6a1aa39b66c42f9677d8b3eace339e5057
SHA1: 875e6f9c0d8051ae0f15b98f9fc4efb70d052f6b
MD5sum: e686c071d5882876925856ca9c43cb09
Description: debug symbols for postgresql-10-plpgsql-check
Build-Ids: 2f1e371edcbb09682303866847ad6a15b32ec939
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-10-postgis-3
Source: postgis
Version: 3.2.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3425
Depends: postgresql-10, postgresql-10-postgis-3-scripts, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal30 (>= 2.3.0), libgeos-c1v5 (>= 3.10.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj22 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-10-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-10-postgis-3_3.2.0+dfsg-1.pgdg+1_arm64.deb
Size: 826732
SHA256: 4280121a84f4db43d33171c3b7560af8dfe1eb9e4c91acb7249b5ddd3b67d06a
SHA1: ab4eb047ce0a05696c0cead77cbf41e3d932ac62
MD5sum: 403fd4f542307b2e5bb24487ce5ba29e
Description: Geographic objects support for PostgreSQL 10
 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".
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-10-postgis-3-dbgsym
Source: postgis
Version: 3.2.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4876
Depends: postgresql-10-postgis-3 (= 3.2.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-10-postgis-3-dbgsym_3.2.0+dfsg-1.pgdg+1_arm64.deb
Size: 4576852
SHA256: ba2ac5ec1e0d897fb4021a0bd1a78118a5c2e0ef49081c794a0f3133bc072668
SHA1: 02a11b0d7b111747a4b0e820a5777252d74492dc
MD5sum: bbbfbc35df533a7ad81db603fa41e738
Description: debug symbols for postgresql-10-postgis-3
Build-Ids: 24feff5ca4bc266a9665a440fd59b78162d4e859 360d69d9aa875aed9bc38d784cb0f5020f902584 7d61fa3f76320c2d3ad2668143d2d6153f0ab86d d0b07e79ca5a8c572c122fca4c3d4f9451136773 dbd931d7d2878ba6ef604838d8deae5d426da6df
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-10-postgis-3-scripts
Source: postgis
Version: 3.2.0+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 27186
Depends: perl:any
Recommends: postgresql-10-postgis-3
Replaces: postgresql-10-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-10-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-10-postgis-3-scripts_3.2.0+dfsg-1.pgdg+1_all.deb
Size: 1104112
SHA256: 8bc09e1b59cdb6ed083afc085df12375686b894ae156a68b0a44fcffb348e531
SHA1: 61075b960788b070f03916d154be89f5d5b0f9ee
MD5sum: cfab8b483d2e821da9553048f87a1309
Description: Geographic objects support for PostgreSQL 10 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 10 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-10-repack
Source: pg-repack
Version: 1.4.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 174
Depends: postgresql-10, libc6 (>= 2.33), libpq5 (>= 8.3~rc1-1~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-10-repack_1.4.7-2.pgdg+1_arm64.deb
Size: 70060
SHA256: 590409b664462065283bbab7145b52ca669f3b85f134b3300eff8c72d0ee592c
SHA1: cca325f1acba4b9868d45792083c88ea25bc8d25
MD5sum: 749aa098e7417fa33a1ccf02af6e7fb9
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 10.
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-10-repack-dbgsym
Source: pg-repack
Version: 1.4.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-10-repack (= 1.4.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-10-repack-dbgsym_1.4.7-2.pgdg+1_arm64.deb
Size: 116136
SHA256: 22a094fc435b3780f2fe861d5e18dd7cdfa0c939a7ed993706233ce69538e07d
SHA1: 028b5fdfb3db1d0e79b148ca5ee2f6ecc8f2703f
MD5sum: 772ef3680c6387f6e57baf2321635f57
Description: debug symbols for postgresql-10-repack
Build-Ids: 4fd7fab9ca6f9b23272e0f30d7f45383e16db7dc ad0d9cf0dffa527ff082bde850054112a5a90f64
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-11-orafce
Source: orafce
Version: 3.17.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 980
Depends: postgresql-11, libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_3.17.0-1.pgdg+1_arm64.deb
Size: 317308
SHA256: 1ee82c49c26e6173997a266676526d0c14f1f9fc8405ba47c9942bbea0f75141
SHA1: dc4a0b909600b75ef3fe89b5ab956f5ae7eaf52c
MD5sum: 4d9fb01dac96de6565a80bfe4d588345
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 3.17.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: postgresql-11-orafce (= 3.17.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_3.17.0-1.pgdg+1_arm64.deb
Size: 212544
SHA256: 58a33b8922fd27a9ef37a12026684a7205955183229b711c7cebff896d70d5c6
SHA1: e3dacd0fb8a929b6479b6945e315445454f2196a
MD5sum: 26643711e899e2574bdaacd7d0f4e269
Description: debug symbols for postgresql-11-orafce
Build-Ids: 96ae96d562178ca1b307e37202b3bd9ee42bc205
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-11-pgtap
Source: pgtap
Version: 1.2.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1759
Depends: postgresql-11
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-11-pgtap_1.2.0-1.pgdg+1_all.deb
Size: 61740
SHA256: 2b54c2f1a436bad90e223191c939f0aefe1083b9f2a844bb0a30c3583874ea00
SHA1: 3504345e3d5a5cf41197cb673577eb8ea3673d1a
MD5sum: 8db02872bd4233a5cb8a2739a861949f
Description: Unit testing framework extension for PostgreSQL 11
 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 11.
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-11-plpgsql-check
Source: plpgsql-check
Version: 2.0.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 602
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check_2.0.6-1.pgdg+1_arm64.deb
Size: 273456
SHA256: 3df69b7ef86736a295784f657643435392cd44d92a771ec8baa5441d08f21c0b
SHA1: 8468b7b557980d2561f594c2601b411640352495
MD5sum: 5cfb0fc1dbcc78ad4aea3294deca0ef7
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-11-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.0.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 243
Depends: postgresql-11-plpgsql-check (= 2.0.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check-dbgsym_2.0.6-1.pgdg+1_arm64.deb
Size: 215180
SHA256: 02ad8801d9dc2daad6b121cb58f180fe119fd067398df68c0f3da190abf571ca
SHA1: 4c59e4ef470fbc3da2593a2cceed7f0a7475e14c
MD5sum: 6d645386acbd50092d07533906994fd4
Description: debug symbols for postgresql-11-plpgsql-check
Build-Ids: 32fdccfa112ee36627036dd8a851e27244cb7618
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-11-postgis-3
Source: postgis
Version: 3.2.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10123
Depends: postgresql-11, postgresql-11-postgis-3-scripts, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal30 (>= 2.3.0), libgeos-c1v5 (>= 3.10.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj22 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-11-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3_3.2.0+dfsg-1.pgdg+1_arm64.deb
Size: 3338036
SHA256: 2034db034b751a570c75b76340b466aed5f88004f8e6682d4a7cbba1bf69a77f
SHA1: 3e76d1f4d2d59fa8222bc76e2e9022f8ae32b990
MD5sum: 13c575366c8d751cf7b13dcc10b39b69
Description: Geographic objects support for PostgreSQL 11
 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".
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-11-postgis-3-dbgsym
Source: postgis
Version: 3.2.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4892
Depends: postgresql-11-postgis-3 (= 3.2.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-11-postgis-3-dbgsym_3.2.0+dfsg-1.pgdg+1_arm64.deb
Size: 4587900
SHA256: ac05490ce4a33bc42f71b96f92145ad8abb1e1c72f50bce9ab2d26b4d144ef6b
SHA1: 0d839b44f1bb5fcecfcff354b1749499027adeef
MD5sum: cb3c3edb635a82523dadb6154fbbcc7a
Description: debug symbols for postgresql-11-postgis-3
Build-Ids: 536dad7bb6be8d255b42e7afa1fea4e341b2f6a7 5e2e4cf2c62d622bb923cdbea3d5a6399f90304c cb81c7a1153beb2ab1f71f2c25670d57411b31eb eb8a40c95e7dbfabcb12d357c1e9d8948d611d5f f88f026bfeb1bf2d086f983523e285bca339f8e8
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-11-postgis-3-scripts
Source: postgis
Version: 3.2.0+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 27267
Depends: perl:any
Recommends: postgresql-11-postgis-3
Replaces: postgresql-11-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-11-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3-scripts_3.2.0+dfsg-1.pgdg+1_all.deb
Size: 1101640
SHA256: aa344b8331fe9d51396b03c15f9a1273af73d45e423750927003f5e0dd6f6d72
SHA1: ae3f2178bcfb2641ff6c54a05109d83fa1351e38
MD5sum: 4cb8e52e5984d10ea5e4745bde991459
Description: Geographic objects support for PostgreSQL 11 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 11 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-11-rational
Source: pg-rational
Version: 0.0.2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-11-rational_0.0.2-4.pgdg+1_arm64.deb
Size: 25344
SHA256: f9b54d375b13b8dd5ff002ba27b7df54a3d61447d472fd5d69a3e811f445d4ae
SHA1: 9532f2742e6d6ea9eeedff5a06352f065b032f72
MD5sum: b8a933db2826a543d9f1ddd9aed2f409
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-11-rational-dbgsym
Source: pg-rational
Version: 0.0.2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-11-rational (= 0.0.2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-11-rational-dbgsym_0.0.2-4.pgdg+1_arm64.deb
Size: 19640
SHA256: e961bcfc9f4740d7c1506624764154bed77408cb2c91e57c3d3ade4859617eaa
SHA1: 546a44a737685e6aef86d84aa3c97dec2f73d87b
MD5sum: a8480b996b88176ea51fe7165ba8c827
Description: debug symbols for postgresql-11-rational
Build-Ids: 3f15fce6415141dd1a65c7f444fa9d71368031e9
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-11-repack
Source: pg-repack
Version: 1.4.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 227
Depends: postgresql-11, libc6 (>= 2.33), libpq5 (>= 8.3~rc1-1~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-11-repack_1.4.7-2.pgdg+1_arm64.deb
Size: 97276
SHA256: 2987cb2d173dde07acdec743ae26e8c2daf872b11f3c6c8ad5b97688c08ad533
SHA1: 3d7c0113f7cb94cc38065cda1aab965f47fc6ad3
MD5sum: eb43d91234e6ce117206b730ffa7f2f2
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 11.
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-11-repack-dbgsym
Source: pg-repack
Version: 1.4.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-11-repack (= 1.4.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-11-repack-dbgsym_1.4.7-2.pgdg+1_arm64.deb
Size: 116812
SHA256: dad1f20727df2e03b0433f223cfe479203256f0218ce6e88c3dc8234bbcf805f
SHA1: 072ad8ce93c291c39aa5ec51781b58955e9acfd6
MD5sum: 96a526fa421fa50136fc10b5c9ca80be
Description: debug symbols for postgresql-11-repack
Build-Ids: 8091e98792f47b53bd0638f8e09deac68a0aea09 9b6ae36917d961eaf9b583c28c275826f670b8d0
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-12-orafce
Source: orafce
Version: 3.17.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 977
Depends: postgresql-12, libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_3.17.0-1.pgdg+1_arm64.deb
Size: 317888
SHA256: 530b11315480e79ba7db751d9055f4bee49ce886788e806078053ef006f7011c
SHA1: e4f94ed19b2b9c806a8bf4ab2f64d5b603db716d
MD5sum: 0fd50c4d89b1a750e2ab6758cd51fc85
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 3.17.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 261
Depends: postgresql-12-orafce (= 3.17.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_3.17.0-1.pgdg+1_arm64.deb
Size: 216004
SHA256: 0a0cbd736e94c482757d13609175a07ab2668635da74b8d831ef3b6ecf0cdf0e
SHA1: c1e28ce8dd35d79b2409d5a03f3970316ef684e6
MD5sum: eb5e70883c3496a09ed667f6539813f1
Description: debug symbols for postgresql-12-orafce
Build-Ids: b3a07d6fabcf534c5a35515e436a8e6995c13a68
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-12-pgtap
Source: pgtap
Version: 1.2.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1759
Depends: postgresql-12
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-12-pgtap_1.2.0-1.pgdg+1_all.deb
Size: 61712
SHA256: a710d3f96e99dd0c9b1e5c2b5117e65be32a29a89aa45a964da6322feaa72df0
SHA1: e00b87cfac483df480a2c1814351ab795e5cc8c9
MD5sum: a4830e7455b34ee9b4e16c07d4b88b57
Description: Unit testing framework extension for PostgreSQL 12
 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 12.
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 2.0.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 609
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_2.0.6-1.pgdg+1_arm64.deb
Size: 278676
SHA256: 4ed46cfd4346d0f865478c47a6175c362cf54491588b5d3d6e8fc6085e99f67b
SHA1: d81605e229d0b9c2b95271ba170997e3ea183be3
MD5sum: 53e88cadb9106bf7fd7907f455c58a1d
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.0.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 252
Depends: postgresql-12-plpgsql-check (= 2.0.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_2.0.6-1.pgdg+1_arm64.deb
Size: 223956
SHA256: 0ea7c5838c37beb2e29b66075b3caabb39ed0e45126bd05cf21921937322cc9c
SHA1: 99f215ae21eadc3e8ac035ccaa98d670aedc960b
MD5sum: 9dea91552e43854b7c887ae1185c41b3
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: 709179fb9764f65ceeb38550741740178db139f9
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.2.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10340
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal30 (>= 2.3.0), libgeos-c1v5 (>= 3.10.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj22 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-12-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.2.0+dfsg-1.pgdg+1_arm64.deb
Size: 3405072
SHA256: fe4a95b89a008deddaf2ea5fd6ef95c637d7b97b78891e98b7a785e3c13a68b1
SHA1: cc1d03d9c09ced14200dfe8c9abebb7a3dd2a330
MD5sum: 4636754ee2149899de5dbc6939e3f7ef
Description: Geographic objects support for PostgreSQL 12
 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".
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis
Version: 3.2.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4913
Depends: postgresql-12-postgis-3 (= 3.2.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.2.0+dfsg-1.pgdg+1_arm64.deb
Size: 4609260
SHA256: 086f75e00161e77eb69089cf8cdd04e539057a3eb4ab02680bf27349f0443fc8
SHA1: 7a02c009dc75f1b7133669a54b073b5973524b1c
MD5sum: 3ef088c5621d571631b35c7ccf50d99f
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 4144643c2a96e7335f0e653c942340cee82fc78a 4314ec64cdac63f451760c2f47a4cfd737dc831b 985ddaa44d19435861e881cce2f543b680cb5164 bb43a444d6ed4c720e0baec5557b16b726c72f34 d852e5dc5b358129888a93748d8dbd756e986b6d
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.2.0+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 27270
Depends: perl:any
Recommends: postgresql-12-postgis-3
Replaces: postgresql-12-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-12-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.2.0+dfsg-1.pgdg+1_all.deb
Size: 1101536
SHA256: a5c5b6e9aac712db3cbb34ce6ba68ca9fee065f7072582b6fc80830b3ff8de08
SHA1: 786a0db010a1c87eb660868a6be56de0cfe01bc5
MD5sum: f665cfa2a1c78bb0899d2abb5db5a9a3
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-12-rational
Source: pg-rational
Version: 0.0.2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-12-rational_0.0.2-4.pgdg+1_arm64.deb
Size: 25300
SHA256: dfcf06534e4dfe6ea4c8943def4b79536689b3a7beb27a783a7325d01bf99ce8
SHA1: dd8dd5de04ee8e3898758a683d8cceeeb288e657
MD5sum: 980cc0816c360a8c1331efe9985186eb
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-12-rational-dbgsym
Source: pg-rational
Version: 0.0.2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-12-rational (= 0.0.2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-12-rational-dbgsym_0.0.2-4.pgdg+1_arm64.deb
Size: 19968
SHA256: 08561d5a57beaaa857d403e76ef67faf524f86218af3edfe7d2e41e90cf924cc
SHA1: 41d3cf07653d9523e0d99c3d5226ac37ed1ca3f1
MD5sum: 47badff56a50dfe4fc61d5c634bbb5d1
Description: debug symbols for postgresql-12-rational
Build-Ids: a4999318730cfa3c75af19a3683db164baa69a02
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-12-repack
Source: pg-repack
Version: 1.4.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 234
Depends: postgresql-12, libc6 (>= 2.33), libpq5 (>= 8.3~rc1-1~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-12-repack_1.4.7-2.pgdg+1_arm64.deb
Size: 101972
SHA256: 4760a58af592136087f51684ffcece665d71986b972e4ab53b86280a09699c4c
SHA1: d13dfc1a73667616bc14449d2027dbe9302f9b65
MD5sum: 5ab46627f78cc933999273a22ab11e6f
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 12.
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-12-repack-dbgsym
Source: pg-repack
Version: 1.4.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-12-repack (= 1.4.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-12-repack-dbgsym_1.4.7-2.pgdg+1_arm64.deb
Size: 113588
SHA256: 0290c62a99de6dccd78306e6457a0a0331e8f54b59cd17e44e339a3ba05b432f
SHA1: 569043150463702271b1ee525a459d3b7d0ecd27
MD5sum: c11407ad77d774bffa643ffcd93b8e9f
Description: debug symbols for postgresql-12-repack
Build-Ids: 204a79ac63c0f1f222dfd2b533dca3ccbf7f60f2 a7aae949af6ee49232dd2a44cfc3de6e2af4654e
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-13-orafce
Source: orafce
Version: 3.17.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 975
Depends: postgresql-13, libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_3.17.0-1.pgdg+1_arm64.deb
Size: 317624
SHA256: a3c18441634bf67f16f27440e31ef04d4884d238c800ef2b93a2096fd6501d27
SHA1: fec3bc123539a435757d4da36ce1b6cef6d12497
MD5sum: fd8d005d42ba8675312799e1f7de68b3
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 3.17.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 260
Depends: postgresql-13-orafce (= 3.17.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_3.17.0-1.pgdg+1_arm64.deb
Size: 215880
SHA256: e45340abf15777bddbfba120465d754096f4839e9355d71c03240cebc4e6d6d4
SHA1: 6d9beb9b95334322bf7211988eee6229cf08e311
MD5sum: 7ecfd1232dd953e6cd97c3c2fe749c7a
Description: debug symbols for postgresql-13-orafce
Build-Ids: 1d46d6d02223a1f19e414d93ed97fc2473693765
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-13-pgtap
Source: pgtap
Version: 1.2.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1759
Depends: postgresql-13
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-13-pgtap_1.2.0-1.pgdg+1_all.deb
Size: 61724
SHA256: 2f23ff2ed166791348df093a2b9a193ce94acbb1326de7502f0e9680c09bf46f
SHA1: 07133e6d010a7108423904bdc5d56a4ce94dfc5e
MD5sum: d8a7acea4272239b5e23af89f12e35a2
Description: Unit testing framework extension for PostgreSQL 13
 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 13.
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 2.0.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 617
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_2.0.6-1.pgdg+1_arm64.deb
Size: 281200
SHA256: 89d32264a72931bf5f410c8bd29a0db4bfc1f72b8521010341d93c13d3584127
SHA1: 3ba496aaf6ce276c3b9179b25a2cdef09c23e0ff
MD5sum: 1edadbed23c9f631bd35900175a322f1
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.0.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: postgresql-13-plpgsql-check (= 2.0.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_2.0.6-1.pgdg+1_arm64.deb
Size: 245548
SHA256: d131de5ec02f6c20f039744332f862a356b38a2c219d9017139f76e08dabd746
SHA1: 617c00e498f76f4cbe376df815c0296ed8dd2857
MD5sum: 2810cd752c1c85f2402061f13fbfc3ff
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: 5c2dae45454cf9ecc5fe0dfe9ceeb59d8fda6f0b
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.2.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10356
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal30 (>= 2.3.0), libgeos-c1v5 (>= 3.10.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj22 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-13-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.2.0+dfsg-1.pgdg+1_arm64.deb
Size: 3422848
SHA256: 9b96350f264365683884c3d41f361332e0adcb8b41264d37eb90427f18cceeca
SHA1: e47e28d25cb2ece9e91dcf246df60537f90c12c2
MD5sum: bf770eb814271059b7650ee098dcde4b
Description: Geographic objects support for PostgreSQL 13
 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".
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis
Version: 3.2.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4935
Depends: postgresql-13-postgis-3 (= 3.2.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.2.0+dfsg-1.pgdg+1_arm64.deb
Size: 4632596
SHA256: 133104ba962f6fadb8b143fa46bf021ca27b4670e492d60a3f1dc93d2b8de29f
SHA1: c9ef5ad57170ad4635431ebb73a0f0f59d60e692
MD5sum: 8c24d0eb15c37556cb78c499a91973d5
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 52eb6f3b08391a2c06ab9908e898b99105a99701 6fb6d0e12821b2c9d3fe2acdd52dbc81f954fd01 d5f9228b5df99712cd35e3ccfe0c554c83b23068 e11a715e2d997ac29764eaf3dd4f16fe0aa44eb3 e38b932db2f640022f889882bcb11996e6f52285
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.2.0+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 27270
Depends: perl:any
Recommends: postgresql-13-postgis-3
Replaces: postgresql-13-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-13-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.2.0+dfsg-1.pgdg+1_all.deb
Size: 1101364
SHA256: 104e2a2f88c783972cc9ec17cc31c52b03c4a10d396f0ad1120b5b4af07466bc
SHA1: 4fbb355ea080a414196afb74e628382464bf31cc
MD5sum: b206439aa4d4c5ba367b1ba043291960
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-13-rational
Source: pg-rational
Version: 0.0.2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-13-rational_0.0.2-4.pgdg+1_arm64.deb
Size: 25360
SHA256: 561809daec774e86f7d3d5cdac31af0f65d304aab25df8573d27ff978b1a77e5
SHA1: 26618ee174fea2ee534a4fe62def136c4097efa0
MD5sum: 91e76a836b10ad4c6b106bd5110f9196
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-13-rational-dbgsym
Source: pg-rational
Version: 0.0.2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-13-rational (= 0.0.2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-13-rational-dbgsym_0.0.2-4.pgdg+1_arm64.deb
Size: 20060
SHA256: f20cad9dd00dfdccb7b24b0bc26b05f35b4ea73a05291d70c34a3841d8aca680
SHA1: 8040efead40356961a0a889004fa0d758fab3b67
MD5sum: b3e9d3370a5416fd96c0e3c6b5dd4e54
Description: debug symbols for postgresql-13-rational
Build-Ids: eee5914eab155999a92070ac3b6bbd5103f4cf8a
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-13-repack
Source: pg-repack
Version: 1.4.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 234
Depends: postgresql-13, libc6 (>= 2.33), libpq5 (>= 8.3~rc1-1~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-13-repack_1.4.7-2.pgdg+1_arm64.deb
Size: 102508
SHA256: 2c3afd6ec9012ea0cfa2dab8fac09099e0d27c9b98b5ed9a96c133517607cde2
SHA1: e08f9dfa2a622e6eeca00ca1863574eeab2462af
MD5sum: fcc63875a16046df0a2c71cd2626c50e
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 13.
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-13-repack-dbgsym
Source: pg-repack
Version: 1.4.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-13-repack (= 1.4.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-13-repack-dbgsym_1.4.7-2.pgdg+1_arm64.deb
Size: 114420
SHA256: 04eafd0ea7ea2a46ca6b15279b2bdcf1b9e260794b4ce1fd7a07d197700349bb
SHA1: 84a9c1373b1ea1ff7e8fa153a5e735a45d9788c1
MD5sum: 3676d85ee193275b49611e79ff3c5ae8
Description: debug symbols for postgresql-13-repack
Build-Ids: 842c3081ef8e13a7f711863e27688107b63035cc d693938001ba94cb949ce96599061bf2a238587a
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-14-orafce
Source: orafce
Version: 3.17.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 908
Depends: postgresql-14, libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_3.17.0-1.pgdg+1_arm64.deb
Size: 310416
SHA256: 67e47f384823f30204e63574bdc495157e2da92db182efd1c6889f81c189efb3
SHA1: c41e2f4b2153e28b9f44e0572fe99a3beddc51cf
MD5sum: 7de208d03a5e213c05e00302b35fe761
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 3.17.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: postgresql-14-orafce (= 3.17.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_3.17.0-1.pgdg+1_arm64.deb
Size: 211144
SHA256: 44b709bc4ae05ddcdf9400f8cd4ddddbd528dc66384608c308e087b2d402827e
SHA1: bb2a2e65498b8fdd62212702fb4ae564c9cc481d
MD5sum: 768222ca44f8b6ef6bd9415157e12e9e
Description: debug symbols for postgresql-14-orafce
Build-Ids: 43693a0aebde8c9331fac0bd5dcb779c0dbd17a0
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-14-pgtap
Source: pgtap
Version: 1.2.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1759
Depends: postgresql-14
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-14-pgtap_1.2.0-1.pgdg+1_all.deb
Size: 61712
SHA256: 9bc5f0a5da6655b1db9460f68895fb936f0efe3333d9c69512fe9de7d6cb74eb
SHA1: 84a5cbd5f162bd2f340cff93b550ef45b30e0302
MD5sum: bd1438a1d18267275fdf9f31bd16efc7
Description: Unit testing framework extension for PostgreSQL 14
 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 14.
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.0.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 592
Depends: postgresql-14, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.0.6-1.pgdg+1_arm64.deb
Size: 277748
SHA256: c0521ca3077e2f80b3f689fe1cb9252c48c3962f28218026b1fa5cc3c51e9db2
SHA1: fd4c0a52ce63ff30c66d721752d9d60a3d86c9d1
MD5sum: 89f444355af122e050961ef5e207de65
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.0.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 272
Depends: postgresql-14-plpgsql-check (= 2.0.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.0.6-1.pgdg+1_arm64.deb
Size: 243008
SHA256: 15be3ab1e9e181c75261f1737d7d3ff6167716b07d15a587a8eadcb4be1efdb0
SHA1: 973c7c1102fc9c82ec888883a9322811e9f2b854
MD5sum: ca144c8210279c4e06d92126adef25e6
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: 60012d1f1f3afa871140f42161a1d2fcefb1ebf1
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-14-postgis-3
Source: postgis
Version: 3.2.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10171
Depends: postgresql-14, postgresql-14-postgis-3-scripts, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal30 (>= 2.3.0), libgeos-c1v5 (>= 3.10.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj22 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-14-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3_3.2.0+dfsg-1.pgdg+1_arm64.deb
Size: 3370660
SHA256: c177bfecd3950754164c01e63d732268a0cc5c95fdc75502408a1f1feb2ede70
SHA1: 388e465ba5a7d40d42e19434f4da4816016064eb
MD5sum: 267c37f753dc4231846e2b3a9d977a9b
Description: Geographic objects support for PostgreSQL 14
 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".
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-14-postgis-3-dbgsym
Source: postgis
Version: 3.2.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4923
Depends: postgresql-14-postgis-3 (= 3.2.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-14-postgis-3-dbgsym_3.2.0+dfsg-1.pgdg+1_arm64.deb
Size: 4619884
SHA256: 7a48b5f3af163b3dd9d2df166bbdfd1ee5b7495833a5ece93649436f505457a1
SHA1: 815ffcb62dece09696fffd00851a92ddb147aed0
MD5sum: 2698abff3624fbbbda9f4bd0152e5725
Description: debug symbols for postgresql-14-postgis-3
Build-Ids: 02f5aff423de85c7212de628069d1b24d2279793 159cd3c93acd8ff2ce358d0b439869b1ca18f8aa 799e9568824b5e0e79f314910616fb18daf39dc4 cc6d7b9396d3a6f6e00015374dd4e45a36cd43f4 fcae0f9c558830111a702cf1611dc0fd10ac10ff
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-14-postgis-3-scripts
Source: postgis
Version: 3.2.0+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 27270
Depends: perl:any
Recommends: postgresql-14-postgis-3
Replaces: postgresql-14-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-14-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3-scripts_3.2.0+dfsg-1.pgdg+1_all.deb
Size: 1101236
SHA256: 83f7bafb6a9fcabaf9b51149c550b4b6c4ff27070d16582db3a83ea72f1d3e34
SHA1: cf3f330fdc75fc6b5507baee7dfa920dbb346225
MD5sum: 33b28bebe33b3205060b63bb1704ea8c
Description: Geographic objects support for PostgreSQL 14 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 14 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-14-rational
Source: pg-rational
Version: 0.0.2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-14, libc6 (>= 2.17)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-14-rational_0.0.2-4.pgdg+1_arm64.deb
Size: 24472
SHA256: 500cf9200a83791ecae9650d212d770ab5166d02c4a7fe81df05829a278995a6
SHA1: 0661c576f94170545140bbcf69cde506afe55cfd
MD5sum: 3397dca24bf98db5dc38d81741582725
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-14-rational-dbgsym
Source: pg-rational
Version: 0.0.2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-14-rational (= 0.0.2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-14-rational-dbgsym_0.0.2-4.pgdg+1_arm64.deb
Size: 19820
SHA256: 8470eb2df527a2008523da83ba6e7304bd6a13b47266dce31234aba60e787d29
SHA1: f9710d244fb44d55b4162968396295272b887b6a
MD5sum: 521374f3553077a87d75c73ea6c079ee
Description: debug symbols for postgresql-14-rational
Build-Ids: b810c155ad758e044ab5d82890ef5f5e2a3be336
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-14-repack
Source: pg-repack
Version: 1.4.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 235
Depends: postgresql-14, libc6 (>= 2.33), libpq5 (>= 8.3~rc1-1~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-14-repack_1.4.7-2.pgdg+1_arm64.deb
Size: 102428
SHA256: 9b48b344c7a107742f82b8300d2636b7f19a8cdba932e317e0cfcd99b3528390
SHA1: eb0910b42858012092a6af416e61162fcebb3a66
MD5sum: 246177136da05f7609c2d6111f5d6dad
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 14.
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-14-repack-dbgsym
Source: pg-repack
Version: 1.4.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-14-repack (= 1.4.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-14-repack-dbgsym_1.4.7-2.pgdg+1_arm64.deb
Size: 114328
SHA256: ae5655810e273092556d47e1aad0b1294dfb863aeaaf35b5058181a96e9fa36a
SHA1: 12f90764d4482492e292aef369093aeee302e646
MD5sum: e302309ced094b4518b35ecd5b886482
Description: debug symbols for postgresql-14-repack
Build-Ids: 14e1562424ec69c43dd73e9a6817074f5c06438d 3369f427c0d069a9d154942871964e074371c610
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-9.6-orafce
Source: orafce
Version: 3.17.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 433
Depends: postgresql-9.6, libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-9.6-orafce_3.17.0-1.pgdg+1_arm64.deb
Size: 97948
SHA256: 929df18001c78a190f74f9039b40743f25c29bc88bef1bd40be4d2d102f55191
SHA1: 2af0c1a73baf02ffe0d9451861f6d7d0122af1dc
MD5sum: 86fb30d586180f0f293edefc75893527
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.
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-9.6-orafce-dbgsym
Source: orafce
Version: 3.17.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 248
Depends: postgresql-9.6-orafce (= 3.17.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-9.6-orafce-dbgsym_3.17.0-1.pgdg+1_arm64.deb
Size: 202052
SHA256: 1ee8113bc0172c6b2699ac372dc6522606a3755b461ad4a0abfe509c86dd4267
SHA1: ac4f30880c2a5ed81e73ef2d6e0de5d614f0440c
MD5sum: 01586e36817ab866f43523656bbfad99
Description: debug symbols for postgresql-9.6-orafce
Build-Ids: 888c4e9926488409d527cd7515e970c887ceb3e6
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-9.6-pgtap
Source: pgtap
Version: 1.2.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1744
Depends: postgresql-9.6
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-9.6-pgtap_1.2.0-1.pgdg+1_all.deb
Size: 61316
SHA256: 351a142d79de767956f9ddfb05154568b8b9019c671a222969759f8d6cd56622
SHA1: 1eb57e1f5cd41dde5cfebeb9305561aed0d0ea06
MD5sum: 3e602e04dfb22e886dd5ddfdc50659a9
Description: Unit testing framework extension for PostgreSQL 9.6
 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.6.
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-9.6-postgis-3
Source: postgis
Version: 3.2.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3441
Depends: postgresql-9.6, postgresql-9.6-postgis-3-scripts, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal30 (>= 2.3.0), libgeos-c1v5 (>= 3.10.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj22 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-9.6-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-9.6-postgis-3_3.2.0+dfsg-1.pgdg+1_arm64.deb
Size: 828436
SHA256: 91d4f8c01bfe190902a886598977b75944d8eabace44960adec5488c8778687d
SHA1: 24cd9ae98fdb412ec1f16a1b9b70b261147650f2
MD5sum: ff15db08684f19530162c6841f1b996c
Description: Geographic objects support for PostgreSQL 9.6
 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".
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-9.6-postgis-3-dbgsym
Source: postgis
Version: 3.2.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4854
Depends: postgresql-9.6-postgis-3 (= 3.2.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-9.6-postgis-3-dbgsym_3.2.0+dfsg-1.pgdg+1_arm64.deb
Size: 4553500
SHA256: 5b5928c8436b9aa301a5bcc8a95f5363123aa9c8b09b08166ca0e39bc0e0d4a5
SHA1: 42e5fffaed940edbb7ddec6f8dd24471600d04e1
MD5sum: ad89544dc1ad3e580fda149c79f47bc3
Description: debug symbols for postgresql-9.6-postgis-3
Build-Ids: 2c72b9561da5d917f98e1b6316e007776f9df869 63b58f4300147e7898fd3bab3226958d22afc1ff 89d9247d3769afcbc1245d0fb4b2199134c267ee d7f0e2a1b08f561562b439b5ad93686dd4451dfc feaf3e6f8d971cfda971a0943ae7f77055e6b862
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-9.6-postgis-3-scripts
Source: postgis
Version: 3.2.0+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 27186
Depends: perl:any
Recommends: postgresql-9.6-postgis-3
Replaces: postgresql-9.6-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-9.6-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-9.6-postgis-3-scripts_3.2.0+dfsg-1.pgdg+1_all.deb
Size: 1104212
SHA256: 2d09542957d5f5903501e92df1b710deafe95b1ee990df2c8a5f2a1e70733e60
SHA1: 71c89aa297d6fcc9f45d3dd95be2b6175f546bd8
MD5sum: c5e0f66f39db5b3462de2f31561038dd
Description: Geographic objects support for PostgreSQL 9.6 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 9.6 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-9.6-repack
Source: pg-repack
Version: 1.4.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 174
Depends: postgresql-9.6, libc6 (>= 2.33), 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.4.7-2.pgdg+1_arm64.deb
Size: 70000
SHA256: 1c4dbce65d2b055998f6f9f1a078584222b23a3df05ef935fcd083a0b828c361
SHA1: ffb13386006516992f7a8561e6bd18f5ef16ff36
MD5sum: 29f4fe374c545893e3c3fa71b5dc23ae
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.
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-9.6-repack-dbgsym
Source: pg-repack
Version: 1.4.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-9.6-repack (= 1.4.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-9.6-repack-dbgsym_1.4.7-2.pgdg+1_arm64.deb
Size: 111820
SHA256: dc21ac057d2711cc113334ea7fd17e3c65d6adfc8afbea687bd71646139bf17b
SHA1: 582daa1f326911db1860ecc477ce2c93fd460fd2
MD5sum: c4616a5bc3b6bc978a41ecf02c4eff58
Description: debug symbols for postgresql-9.6-repack
Build-Ids: 1c7221b9cfdc16d85c5f4017e90c9996b4432e34 d3812a488a797bd1f23e977efa6d8432ea591934
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-doc-8.2
Source: postgresql-8.2
Version: 8.2.23-9.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8295
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-8.2/postgresql-doc-8.2_8.2.23-9.pgdg+1_all.deb
Size: 1226908
SHA256: ec274e9db0f8f877b58d61e36dc822a081bc8d5d9dfe2f0eb2bad04a39d2f85b
SHA1: f3c97b3872b8aa451c69b597a47ccb64e9c2872d
MD5sum: d57a6de3f54938f89958c21102c25072
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 8.2. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-doc-8.3
Source: postgresql-8.3
Version: 8.3.23-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9888
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-8.3/postgresql-doc-8.3_8.3.23-7.pgdg+1_all.deb
Size: 1501520
SHA256: 2514df6c144384232cd2e5e1eb39d2497896a34439c0f7aa352620058b5121cc
SHA1: 4671ed6805035a9466ee10caedbf75de8f7e8332
MD5sum: b6dfa8ffaef1c70498ae2129a2bac009
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 8.3. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-doc-8.4
Source: postgresql-8.4
Version: 8.4.22-8.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10583
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-8.4/postgresql-doc-8.4_8.4.22-8.pgdg+1_all.deb
Size: 1344684
SHA256: 3ddfa57cd0c2851fb7f5a57353096e17a6ff8e6e30aef4a0d8520e591921ac6f
SHA1: f5d841f5144f9c82eed90864421afff6987b9ea2
MD5sum: 807f9df6ec20be90f89c61249a8e0e15
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 8.4. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-12-22 20:08:33+00

Package: postgresql-doc-9.0
Source: postgresql-9.0
Version: 9.0.23-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11487
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.0/postgresql-doc-9.0_9.0.23-7.pgdg+1_all.deb
Size: 1506380
SHA256: 6b0e68f503f01feb9fafbacdd099d6e5abc6497ae0c4c7dcb202e7d1f6b41102
SHA1: a13f77ffce09accb29e8de696f93e40605b87634
MD5sum: 707a081703efac1ff846763777bb8316
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 9.0. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2021-12-22 20:08:33+00

Package: pspg
Version: 5.5.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 297
Depends: libc6 (>= 2.33), libncursesw6 (>= 6), libpq5 (>= 9.0~), libreadline8 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_5.5.3-1.pgdg+1_arm64.deb
Size: 124680
SHA256: 7d0ff5fbbcbe7959d00674e9b3cb2551ea1345c6137765198c7dac3bfadf4042
SHA1: 205218e316fef39615c1192877f6ca54c367e21e
MD5sum: f21daeefca11f38377bb7a3e786e776a
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2021-12-22 20:08:33+00

Package: pspg-dbgsym
Source: pspg
Version: 5.5.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 424
Depends: pspg (= 5.5.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_5.5.3-1.pgdg+1_arm64.deb
Size: 396888
SHA256: b505a02e96be88f4d0b563dad49400371e808520845d4ee07288974ca0200078
SHA1: 3f7f63fca07d81bc5a88b99c744ce941a60f487f
MD5sum: e3f3385513a472b4e32bbfec31da6b4e
Description: debug symbols for pspg
Build-Ids: e39027d5b586e559dceae128c074d426cb184124
Timestamp: 2021-12-22 20:08:33+00

Package: patroni
Version: 2.1.2-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 808
Depends: python3-cdiff, python3-click (>= 4.1), python3-dateutil, python3-pkg-resources, python3-prettytable (>= 0.7), python3-psutil, python3-six (>= 1.7), python3-urllib3, python3-yaml, python3:any (>= 3.5~), lsb-base (>= 3.0-6), python3-psycopg2, python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_2.1.2-2.pgdg+1_all.deb
Size: 160124
SHA256: c218d8917f888e481f82b8d96b8b6d98682d0cac4d57014827e3dc2a8f984ad6
SHA1: e3da326109f34cfc8b7d5a92caee841afd7cfb24
MD5sum: d4aa2d0d36fb46ee18651d1a362c49c3
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2021-12-23 14:31:57+00

Package: patroni-doc
Source: patroni
Version: 2.1.2-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 914
Depends: libjs-sphinxdoc (>= 4.3), sphinx-rtd-theme-common (>= 1.0.0+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_2.1.2-2.pgdg+1_all.deb
Size: 125764
SHA256: bb0b9e666fc4c622e06702e3efd73da8d9ebfc920d65e7a213a7ab502295b1f9
SHA1: 654738e2d0c1812830985caebcd769f497a65260
MD5sum: 9a2c3789ceda091249d043c345c7a755
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2021-12-23 14:31:57+00

Package: pgbackrest-dbgsym
Source: pgbackrest
Version: 2.37-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1167
Depends: pgbackrest (= 2.37-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.37-1.pgdg+1_arm64.deb
Size: 1070188
SHA256: 543d466338b4acd55917393c0b6e38e5449f8ea9a8606c668dca67a2df5ed4c5
SHA1: 38f7ee8924f4dff1f65b2a398f247953b029365b
MD5sum: 7ecc64ba813a5c1058aa59ec20e0f2a0
Description: debug symbols for pgbackrest
Build-Ids: 1a95129886a1148e666db494bff1b6180426df3c
Timestamp: 2022-01-05 09:08:59+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.37-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1480
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.37-1.pgdg+1_all.deb
Size: 119904
SHA256: 80371de70cb9668e4af622f9b5c80f20013943a0c1ae85141a66dcc921c5b886
SHA1: 2ce3f0fe7c9723aee54ef223da121e73165ccff4
MD5sum: eaa638cbd9e39be26c93073aa6718353
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2022-01-05 09:08:59+00

Package: pgcluu
Version: 3.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2465
Depends: libjs-jquery, libjs-underscore, perl:any, postgresql-common
Recommends: sysstat
Homepage: https://pgcluu.darold.net/
Priority: optional
Section: database
Filename: pool/main/p/pgcluu/pgcluu_3.2-1.pgdg+1_all.deb
Size: 354384
SHA256: 9177933cd77813e7a37e7b2b91fb31109cee4665f8c5643541a0caeea80f6484
SHA1: 00a73930b483927e8e59a341ee0ed2b51e9bb455
MD5sum: bcd2fa358123754abae18a9c8e90f320
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 three parts:
 .
 pgcluu_collectd: collector used to grab statistics of the PostgreSQL cluster
 using the psql command line utility and sar from the sysstat package
 .
 pgcluu: generates static HTML output containing charts and graphs
 .
 pgcluu.cgi: generates dynamic HTML output containing charts and graphs
Timestamp: 2022-01-05 09:08:59+00

Package: pgformatter
Version: 5.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 285
Depends: perl:any
Multi-Arch: foreign
Homepage: https://sqlformat.darold.net/
Priority: optional
Section: database
Filename: pool/main/p/pgformatter/pgformatter_5.2-1.pgdg+1_all.deb
Size: 84556
SHA256: f312c3c2dc019ae5cfbb42bdeae83f41b4e933654e9dff5a953fb113ca966309
SHA1: b3b681eac3d37b5780616eedea39aa777e3dbaf6
MD5sum: fa4bab801251778ceb8138a2b58d6a7a
Description: PostgreSQL SQL syntax beautifier
 This SQL formatter/beautifier supports keywords from SQL-92, SQL-99,
 SQL-2003, SQL-2008, SQL-2011 and PostgreSQL specifics keywords. May
 works with any other databases too.
 .
 pgFormatter can work as a console program or as a CGI. pg_format will
 automatically detect its environment and output as text or as HTML
 following the context.
Timestamp: 2022-01-05 09:08:59+00

Package: pgmodeler
Version: 0.9.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9861
Depends: pgmodeler-common, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpq5 (>= 8.4~), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.0.2), libqt5printsupport5 (>= 5.2.0), libqt5svg5 (>= 5.6.0~beta), libqt5widgets5 (>= 5.15.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Homepage: https://pgmodeler.io/
Priority: optional
Section: database
Filename: pool/main/p/pgmodeler/pgmodeler_0.9.4-1.pgdg+1_arm64.deb
Size: 3292464
SHA256: c50f9467b752bf9b87e9ee089d7941a279a57bab2e9df0a75d473027229522a5
SHA1: 66798f8ef74a35b58719c6dfee5be3b7d0b3864a
MD5sum: 43b56a3af71addd358125de8b96a89b9
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.
Timestamp: 2022-01-05 09:08:59+00

Package: pgmodeler-common
Source: pgmodeler
Version: 0.9.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5705
Multi-Arch: foreign
Homepage: https://pgmodeler.io/
Priority: optional
Section: database
Filename: pool/main/p/pgmodeler/pgmodeler-common_0.9.4-1.pgdg+1_all.deb
Size: 740456
SHA256: a02b7855ddaba9122bca9045f5d98f4f3254846c319122f15994bfb1391014ff
SHA1: fb71e0a9a9f33be89624a8967b7031c194c86f40
MD5sum: 8ab70aa8fb34519524df8ac9b006f4e7
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.
Timestamp: 2022-01-05 09:08:59+00

Package: pgbackrest
Version: 2.37-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 907
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.33), liblz4-1 (>= 0.0~r127), libpq5, libssl1.1 (>= 1.1.0), libxml2 (>= 2.7.4), libzstd1 (>= 1.4.0), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc, check-pgbackrest
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.37-1.pgdg+1_arm64.deb
Size: 327672
SHA256: a8d3dacbd8bea66729aa2abd1cb5da2444f8174847ebd08912048ace9cb2dc4d
SHA1: ef4409a779b1bcaa28318af38a5cae060bf170cf
MD5sum: d206f3b96c168b40dbe9632f08e29062
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.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2022-01-05 09:08:59+00

Package: pgmodeler-dbgsym
Source: pgmodeler
Version: 0.9.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56775
Depends: pgmodeler (= 0.9.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmodeler/pgmodeler-dbgsym_0.9.4-1.pgdg+1_arm64.deb
Size: 56841448
SHA256: cbcbc4b3e91cf6f7d1a9ce1de53548330e2ed3a9ae446a06d05fb062b5597ff7
SHA1: 34145d84b4c5ad47506477db21ea0b4820e4e7eb
MD5sum: b624640b7324ff42133ec4ee5f939709
Description: debug symbols for pgmodeler
Build-Ids: 02469cb60b380274f3c73ff2aa9c9b1248941c03 11ae08705daaf23b543f70ddaae484884bce9d1d 1c4c6c7c9bf6828fa369dfd1711a664c45506ed4 47a868a3bced749a17c5838370eda44383ce16ea 87bda912909ee8870e8712dade310aba5a58b3df 9f43806f824a9776eed95e4e39bb31ee0ff87d24 a2e453bb6da5b08ac3b60f78304ee0f33b85e7f4 d6e858f92b0e91cde194cd95bac849bf8d525ce0 e8c5a1048d326014f42e2a02a2ebf02dcbcdd879 f07594211b560b3c93d286c920d5e482321c982c
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-10-asn1oid
Source: pgsql-asn1oid
Version: 1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-10-asn1oid_1.4-3.pgdg+1_arm64.deb
Size: 6740
SHA256: 79dd922d96dc73c00e124c592861c8ff6f3f85401c2c62900be89665010f9ad0
SHA1: 72b54bcafd71bf6fdb6dc642ab25f9c59164bb2f
MD5sum: 2cc46f79545b0c48730f95fb822a868b
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 10.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-10-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-10-asn1oid (= 1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-10-asn1oid-dbgsym_1.4-3.pgdg+1_arm64.deb
Size: 8768
SHA256: c103895dc7ce21d9352d6b8447b6aeb53e82d496401ba7751fefe080de6f5b53
SHA1: 8cc732f4ceaafc3ec110b50cf2281f0a436589f6
MD5sum: 50a4cf83bbace6cffa3c97c3bf002e5d
Description: debug symbols for postgresql-10-asn1oid
Build-Ids: 27b761bc77341454cf504822cd72b45ca34f2bcd
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-10-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.6-2.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 26
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-10-bgw-replstatus_1.0.6-2.pgdg+1_arm64.deb
Size: 7268
SHA256: f46550933d3a99d7483970c84a6148e68ba134b3865348ea42f8f47eff5b6b84
SHA1: 7315da12a62a74243e99369668d8fec817fcc9a8
MD5sum: 3f16377697f4eb28cc6c5783298ab492
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-10-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 24
Depends: postgresql-10-bgw-replstatus (= 1.0.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-10-bgw-replstatus-dbgsym_1.0.6-2.pgdg+1_arm64.deb
Size: 9028
SHA256: ced431580a63af38eab51b76609c50fe2b0ba78dfdab4b34d40f126e8fb4e4c1
SHA1: 6c5f6b7a3da562b1baab57baee22cbf9e5ef7cac
MD5sum: 3c06ae5ce3881a56ecfee3aeee343350
Description: debug symbols for postgresql-10-bgw-replstatus
Build-Ids: 6546f964750d0fe68addb4e462ddceb023f35381
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-10-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-10
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-10-first-last-agg_0.1.4-4-gd63ea3b-5.pgdg+1_arm64.deb
Size: 5608
SHA256: aba5bb81c82d38ebad33c3c1ce99550691094cc4dad53bbd20748b77eec6617f
SHA1: 097ec25502d20b7adc4173841e901e423f444c89
MD5sum: 333c95094639148135efe961690c2d13
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-10-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-10-first-last-agg (= 0.1.4-4-gd63ea3b-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-10-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-5.pgdg+1_arm64.deb
Size: 4592
SHA256: fac4e85c54371f7f30e24f7a555feedc4efb589ae6bcbdebf4ab4ef18ff384f3
SHA1: 38291e90d5957a265164409041e2e0bc8aca8bb5
MD5sum: 5ea3353221dfa10e1efcc5bc9ca56f0e
Description: debug symbols for postgresql-10-first-last-agg
Build-Ids: 223436aa35c6262f6f54bc1f8025207952fdcb60
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-10-ip4r
Source: ip4r
Version: 2.4.1-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 340
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-10-ip4r_2.4.1-6.pgdg+1_arm64.deb
Size: 63636
SHA256: aeb8e43ce919228ebfcaef632a8bb926cf80fcdce95c6a74fa4699981b517f77
SHA1: 2358eb3052f5bdde7f6bae75ae14399a0e588ed7
MD5sum: 5faabb686bf898887586eb10b90edd17
Description: IPv4 and IPv6 types for PostgreSQL 10
 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.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-10-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 209
Depends: postgresql-10-ip4r (= 2.4.1-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-10-ip4r-dbgsym_2.4.1-6.pgdg+1_arm64.deb
Size: 172732
SHA256: c31d4ceac76cb7bf3799aadd53d14b92b809e15f684998df35b14281a807cc5f
SHA1: 17a28d72c7dd10e82283444cebc6787245141324
MD5sum: 684fd9ab4978cd0794a464eee9c840d7
Description: debug symbols for postgresql-10-ip4r
Build-Ids: 7c139e5ad97fc07556d4c5b55e3ee8427c83ffaa
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-10-jsquery
Source: jsquery
Version: 1.1.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-10-jsquery_1.1.1-5.pgdg+1_arm64.deb
Size: 41636
SHA256: bde968f72800493f96bb95d6defce9c934137da7f65ad6106433b678b9e7c962
SHA1: d038d29caf71388351c77208bb452238487c8840
MD5sum: c238ac58ccd9bd0f93f6b5b36c522d3b
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-10-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-10-jsquery (= 1.1.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-10-jsquery-dbgsym_1.1.1-5.pgdg+1_arm64.deb
Size: 95236
SHA256: 2cc2d3ac10c0226fd07df0f36a7dd91b249beac636c0af02a9fdb02dfd104492
SHA1: e60c4c2d79499a3e7c1f820919f5fd44355b6fd5
MD5sum: 7bc36a79add5a1ea7692b1c205e9f160
Description: debug symbols for postgresql-10-jsquery
Build-Ids: 80ab86f91b49c6b18c45852579c9e912cbec672f
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-10-mimeo
Source: mimeo
Version: 1.5.1-12.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4486
Depends: postgresql-10, postgresql-contrib-10
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-10-mimeo_1.5.1-12.pgdg+1_all.deb
Size: 128804
SHA256: 8ab6b81f3950de16536483a0f5621dac49260200e22fbc28d3ec6880bfe9350b
SHA1: e5e214014a87e0418ab5b5601f72c99900b515f6
MD5sum: c7eba56cc5559714d82c7c13996ed4d9
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.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-10-omnidb
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libc6 (>= 2.17), libpq5, postgresql-10
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-10-omnidb_3.0.0.20201026-3.pgdg+1_arm64.deb
Size: 7428
SHA256: 1fed093fabfd8c618446895364199af0c95d6d7cba3a92c447e97c3c5fccf2b2
SHA1: cb41c14200649ce72d87b1646c775b98a9ce2ac7
MD5sum: ac50ba4f258df17328d738c1072ca70e
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL omnidb_plpgsql_debugger extension for
 interactive PL/pgSQL debugging in OmniDB.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-10-omnidb-dbgsym
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-10-omnidb (= 3.0.0.20201026-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-10-omnidb-dbgsym_3.0.0.20201026-3.pgdg+1_arm64.deb
Size: 31600
SHA256: 254362f1129d227e66dae4ba45fbab1d278716a5e3da5f33f39f9de4f6093b5e
SHA1: 8e63dd0be4faa27774bd26aa9ab11487f688a197
MD5sum: de847e8191631a0de80886cc22cc6a4e
Description: debug symbols for postgresql-10-omnidb
Build-Ids: 772c02fbfec5510fcc371bd172dccf59f17f3bb3
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-10-orafce
Source: orafce
Version: 3.18.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 448
Depends: postgresql-10, libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-10-orafce_3.18.0-1.pgdg+1_arm64.deb
Size: 98788
SHA256: fd1533abcc0ba6c1e17d54e6ed2225928ba1da8131799cc42f1547b4c39ad5d7
SHA1: 2c56e1b62261a0ffe5affb6d98557b50f5ee4064
MD5sum: e5c1eb8d4df06b60dc7606dcd076147c
Description: Oracle support functions for PostgreSQL 10
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-10-orafce-dbgsym
Source: orafce
Version: 3.18.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 260
Depends: postgresql-10-orafce (= 3.18.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-10-orafce-dbgsym_3.18.0-1.pgdg+1_arm64.deb
Size: 213644
SHA256: 7b44cc9b9a9f5c2d5843ccbd525e1d2155a47580a33df7124df4b2e901b28559
SHA1: ed8475e410a4e7d2be7c6ad00e3f479c303ed85a
MD5sum: 55b0e81b8b563623a8003340ff35e5a1
Description: debug symbols for postgresql-10-orafce
Build-Ids: 0417b470be3c392208539cfafae85ecfe1b2d9f6
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-10-pgmemcache
Source: pgmemcache
Version: 2.3.0-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-10, libc6 (>= 2.17), libmemcached11, libsasl2-2 (>= 2.1.27+dfsg2)
Homepage: http://pgfoundry.org/projects/pgmemcache/
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-10-pgmemcache_2.3.0-10.pgdg+1_arm64.deb
Size: 21348
SHA256: f2fd374ecd5710414597a74b45afc373f0c6f78601c8799db7b1ca7d8d29700b
SHA1: f9c1853c849c15a4e9c1a0435b422eb077268aaa
MD5sum: dfdaefcf4fc7fbbfa6fd0dab7320fd88
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.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-10-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-10.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-10-pgmemcache (= 2.3.0-10.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-10-pgmemcache-dbgsym_2.3.0-10.pgdg+1_arm64.deb
Size: 44428
SHA256: 90ddbb4461bef673ad22d91fbb1662769b814d1b259507cdd17b8bf9d5a0e123
SHA1: 8f410c110d5660599ac7ac698d02f1db4d4edd09
MD5sum: ad083944118daa36d2c817e7fecde5ff
Description: debug symbols for postgresql-10-pgmemcache
Build-Ids: fdec27562d51c449385f57bd7c3767faf32771d6
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-10-pgpcre
Source: pgpcre
Version: 0.20190509-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-10, libc6 (>= 2.17), libpcre3
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-10-pgpcre_0.20190509-4.pgdg+1_arm64.deb
Size: 9188
SHA256: cab77400ba352d19f64c0220dcfcb07bdd61e11365c89e78263478ac545d9d9b
SHA1: 781eae05a957ecf88bffff23223cdc1829eca373
MD5sum: 8f2a028b1702ffd9e0ad156f7b6a040e
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-10-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-10-pgpcre (= 0.20190509-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-10-pgpcre-dbgsym_0.20190509-4.pgdg+1_arm64.deb
Size: 15460
SHA256: ab91b53a42aee5e033c76e7e0116e1bc676f4787d76f8403df2fb4ae7e7786d3
SHA1: 4d605ba9d55480204290b2279d763fee4db21553
MD5sum: 5cbd98a682c47a59706e71aa068d8a09
Description: debug symbols for postgresql-10-pgpcre
Build-Ids: bc3084cf7dafc17906fe458fa8eb0e048e5d8e09
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-10-plpgsql-check
Source: plpgsql-check
Version: 2.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check_2.1.1-1.pgdg+1_arm64.deb
Size: 73728
SHA256: 93c5383bb2a7713677c6d32444db8dad56122593251694a12b956c1c5b1ea6a1
SHA1: 44927b3be31b9a0a501b951d37dd53d0d9069158
MD5sum: 43931f373b2e34812a3016921d00bdaa
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-10-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 249
Depends: postgresql-10-plpgsql-check (= 2.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check-dbgsym_2.1.1-1.pgdg+1_arm64.deb
Size: 219224
SHA256: 57f1001df4f7a3827776a7b6b191f8f3d3e1e320b6d644ff26a254e03b2ff43a
SHA1: 7b3e11e61828db161fc1b775f57559811a654abc
MD5sum: bed89fe1d6c5059784eaed9dc043f043
Description: debug symbols for postgresql-10-plpgsql-check
Build-Ids: b27fcc4c52d2ff1faec1d6f7988900019a25ade6
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-11-asn1oid
Source: pgsql-asn1oid
Version: 1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-11-asn1oid_1.4-3.pgdg+1_arm64.deb
Size: 13540
SHA256: 84abbb15d62d758eee21e903348a5fe818535089095727a5582715d031f60c39
SHA1: c5d856a6233a94cb37d11d913236ea393e252027
MD5sum: 4537eda079990479b1a4e8cc692b3305
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 11.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-11-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-11-asn1oid (= 1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-11-asn1oid-dbgsym_1.4-3.pgdg+1_arm64.deb
Size: 8780
SHA256: 3c604a65d33c1c94b0a605d643977870af05c89588ff40cb35e715252b9353eb
SHA1: 46f756b61d4a48e28847ff219553c7a6fb934790
MD5sum: 62309fb7d254fc47625b25f5bdc64ca8
Description: debug symbols for postgresql-11-asn1oid
Build-Ids: fda567431813b638183393dafb5a60408c5af7de
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-11-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.6-2.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 44
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-11-bgw-replstatus_1.0.6-2.pgdg+1_arm64.deb
Size: 15592
SHA256: 5717c92e2132f6cc0cbc99168e9282f07d4faa475ebf5510543cd9a7257ee269
SHA1: f247231d1b8e0e1be150ae72e383af80134588a5
MD5sum: 573328944f4c3e2e363f698994eb8588
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-11-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 24
Depends: postgresql-11-bgw-replstatus (= 1.0.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-11-bgw-replstatus-dbgsym_1.0.6-2.pgdg+1_arm64.deb
Size: 9032
SHA256: b3fe4c17259a709eee307c0605254e6f696e8cc748353ca9de2e2381be0a06a2
SHA1: 1eee724bcb06b2eddff8f9a624640adf8ac2b65b
MD5sum: da62a10be508f8de93ad3e57cbd14156
Description: debug symbols for postgresql-11-bgw-replstatus
Build-Ids: b52fad3973577104c186d5315dd1b6da57bbaddf
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-11-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-11
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-11-first-last-agg_0.1.4-4-gd63ea3b-5.pgdg+1_arm64.deb
Size: 8592
SHA256: 39d95cfc0d18824d5bf8dad6b03308210a39fe93a4483d0cfba294a39cf59f16
SHA1: 18888461e1fe9a998c0f546e7d835f754dcaced7
MD5sum: 66101da44c4b50d5361382d32ffb14b9
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-11-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-11-first-last-agg (= 0.1.4-4-gd63ea3b-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-11-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-5.pgdg+1_arm64.deb
Size: 4596
SHA256: a09b44ca98e553c8e3c08099bb4b0fbf71121d281352c19eb2eca6175b74d41c
SHA1: 8c260397a4f4e6e7231b63251a1d3f99a10e3b4c
MD5sum: 95ac27571e0c9aa22b66461a3353ee21
Description: debug symbols for postgresql-11-first-last-agg
Build-Ids: ef973750d70e52ce4446f5d44b34130ecf1962c3
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-11-ip4r
Source: ip4r
Version: 2.4.1-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 644
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-11-ip4r_2.4.1-6.pgdg+1_arm64.deb
Size: 196728
SHA256: c67889e5983f35239e55849599f1369e0212ae6626baa1f20982d6d90febe3c2
SHA1: d17d5b9ff978098b5afe282f8e4b6b8005c0dfca
MD5sum: 5374cd54b6411b6c869ee5cf70ba5cfe
Description: IPv4 and IPv6 types for PostgreSQL 11
 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.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-11-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: postgresql-11-ip4r (= 2.4.1-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-11-ip4r-dbgsym_2.4.1-6.pgdg+1_arm64.deb
Size: 172132
SHA256: dab30578763101d952a033a3f8b7be6b85a5e8c2544839ed2357da2317efb93e
SHA1: 5367e3477cb021ee664200e6e8becfe80777439c
MD5sum: 3400d13c3ee4090b5f1e28fc263b5d12
Description: debug symbols for postgresql-11-ip4r
Build-Ids: 9e248cce3a8e2cf464d9bcf9dfde82edb7f27739
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-11-jsquery
Source: jsquery
Version: 1.1.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 316
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-11-jsquery_1.1.1-5.pgdg+1_arm64.deb
Size: 133752
SHA256: 8bb8b814e71ef7b8e4737ac96da3c7ad3fdf5632ff898c177fc30971ca8eb394
SHA1: 8e8e0430939c0d65118e76f32fda58242eadb49d
MD5sum: 73d76727dc40e1838d245961e6d77c61
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-11-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-11-jsquery (= 1.1.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-11-jsquery-dbgsym_1.1.1-5.pgdg+1_arm64.deb
Size: 95692
SHA256: 3e93286ed68e9266e7f437366a9962d8822aac4cafee51e8f2a9ad9b38a0d88c
SHA1: 0d287e306b84efdb3e1dc2d45925be258dbae43f
MD5sum: e37068b78b56b24801aa9cadaaf00256
Description: debug symbols for postgresql-11-jsquery
Build-Ids: 1dbba5c7af58b213696552d6c3f52b35cd025e4d
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-11-mimeo
Source: mimeo
Version: 1.5.1-12.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4486
Depends: postgresql-11, postgresql-contrib-11
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-11-mimeo_1.5.1-12.pgdg+1_all.deb
Size: 128868
SHA256: 0b6d6a540596da25f02b7d2228aa5569fbf834e6c1e002187b64d9a661048828
SHA1: 669d6b9f58bbfb2677cc6bf78b8c3a2bc2ece6c3
MD5sum: e0b7a17416346f4103ad4a4c95ec262e
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.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-11-omnidb
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: libc6 (>= 2.17), libpq5, postgresql-11
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-11-omnidb_3.0.0.20201026-3.pgdg+1_arm64.deb
Size: 21296
SHA256: 25b2b0f2f9312dd5c3f6c03d4f0873f2019e877349c27a583ca3e8dc944b8f5a
SHA1: c185e868a089cf1da846d9624e7e352217ab9dc8
MD5sum: e1017982dc121a36dc8adf42c683202d
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL omnidb_plpgsql_debugger extension for
 interactive PL/pgSQL debugging in OmniDB.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-11-omnidb-dbgsym
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-11-omnidb (= 3.0.0.20201026-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-11-omnidb-dbgsym_3.0.0.20201026-3.pgdg+1_arm64.deb
Size: 34416
SHA256: 10e6de739ca83bfa2fa02ef8886ebc593a4b3856a90c10610d0b596f48a85649
SHA1: af050aaff231cb3f331b2463a632f90fdf3dce8c
MD5sum: 35748170e82cef524ce95d24eec203a7
Description: debug symbols for postgresql-11-omnidb
Build-Ids: bcac82e1a53264d19f03c9368687aa4cadffc11e
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-11-orafce
Source: orafce
Version: 3.18.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 986
Depends: postgresql-11, libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_3.18.0-1.pgdg+1_arm64.deb
Size: 319772
SHA256: 68b72fc3b3d12d46927573df42cdcabd669b8a48f323af9d75904c16e9a626cf
SHA1: 80cdd139f2c2bdaf5854e9e4932cc0c518fb3014
MD5sum: 0d407ae1c8e83f252eddd6356b634918
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 3.18.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 259
Depends: postgresql-11-orafce (= 3.18.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_3.18.0-1.pgdg+1_arm64.deb
Size: 213516
SHA256: 0cd364e05a57f48197e0062391751f372ca679556517332325060f4bf9938e22
SHA1: 2c7d8651b0fa0ed6ba4f5420f8b6d43f8b24457a
MD5sum: 61dacb93a6669423aee950b21834610f
Description: debug symbols for postgresql-11-orafce
Build-Ids: 3bd272b67c982ecb0d3be8d468e65e9ad8cd694c
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-11-pgmemcache
Source: pgmemcache
Version: 2.3.0-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-11, libc6 (>= 2.17), libmemcached11, libsasl2-2 (>= 2.1.27+dfsg2)
Homepage: http://pgfoundry.org/projects/pgmemcache/
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-11-pgmemcache_2.3.0-10.pgdg+1_arm64.deb
Size: 49992
SHA256: db26696a556647d66690e2ac1ff49056f6891d2d1ab437952388793edee5badb
SHA1: 70f4f775f59cbcf3921adcbc1b964598a91e9972
MD5sum: 4e1cbb96480d6f7c89cc68df80fba1ff
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.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-11-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-10.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-11-pgmemcache (= 2.3.0-10.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-11-pgmemcache-dbgsym_2.3.0-10.pgdg+1_arm64.deb
Size: 39952
SHA256: 96e74767e9806d7ba1cc75fc08b102ce191dd3a6cb308db5e9b59be247a994b9
SHA1: cc5bd631f031de112be23f9a8a62680d7e091c74
MD5sum: cbf68eb91ab10b686ddde9b980bde7a0
Description: debug symbols for postgresql-11-pgmemcache
Build-Ids: 22424f6c42e627d9b2d2c90e7e11fee2407c9818
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-11-pgpcre
Source: pgpcre
Version: 0.20190509-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-11, libc6 (>= 2.17), libpcre3
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-11-pgpcre_0.20190509-4.pgdg+1_arm64.deb
Size: 18944
SHA256: eae03952a046601c360a9102451ec76d0469e591688b9bfcfda63c5ffda9bcf4
SHA1: cb6c94e213bff5eedf5023bb930d7ed347323abd
MD5sum: 8375e845f8efe84b8763d89ed8174b3e
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-11-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-11-pgpcre (= 0.20190509-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-11-pgpcre-dbgsym_0.20190509-4.pgdg+1_arm64.deb
Size: 15568
SHA256: 81b2052a2d0e10e3bcef2bda9dbaddbe82544b6453b804c3d0dea5e93bdab5bb
SHA1: 876c86b61299ae8de3e89df6a9ea3a2207baa254
MD5sum: e6be34e166a37d669dddb5cb92b90a57
Description: debug symbols for postgresql-11-pgpcre
Build-Ids: 06af0ada36870a6ae264decdf00ff0efb58b969b
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-11-plpgsql-check
Source: plpgsql-check
Version: 2.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 617
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check_2.1.1-1.pgdg+1_arm64.deb
Size: 276424
SHA256: 7b269a7c05010be4d618b028438e68d087baa0af8ba4ca97d08a0e66a65cfd39
SHA1: 9f38cc298020ccefa778202a588e83b929f9e6de
MD5sum: 6f60c249e34d6d6fa0ea2701309a298d
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-11-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 246
Depends: postgresql-11-plpgsql-check (= 2.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check-dbgsym_2.1.1-1.pgdg+1_arm64.deb
Size: 217368
SHA256: 537c89f763a7bc87d0bf0dbcb5b1fd17fa30b498e2b3c376608b41284753a588
SHA1: 894f7fe0863c88240b60b0fce26d0f5874599d8b
MD5sum: 0df7312fb9d2877ae4bc47fdb7e8b7f2
Description: debug symbols for postgresql-11-plpgsql-check
Build-Ids: 855164284e754cbb8d3adf68e14ea45a04856c47
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-12-asn1oid
Source: pgsql-asn1oid
Version: 1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-12-asn1oid_1.4-3.pgdg+1_arm64.deb
Size: 13568
SHA256: 198de3b2f5907707e9aa6e12db2a401f53547ee8320c940c4a0b4a9234b76bb4
SHA1: 76d0f3f3f2895f747405031131b501d36f2c1663
MD5sum: c80425156e8a49fbf2f81bba9794d778
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 12.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-12-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-12-asn1oid (= 1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-12-asn1oid-dbgsym_1.4-3.pgdg+1_arm64.deb
Size: 8884
SHA256: aa91284d02ce3597f42ef0dcd837b01d0c02dcafcc9e75cacf7b5c5b63a04157
SHA1: a7c68db07f4e5aaffbe2639d8e76aab3f61ccc82
MD5sum: 1d8ec37a86fa9df166e3664004d05c4c
Description: debug symbols for postgresql-12-asn1oid
Build-Ids: 61330c162a4aac400dcf15421e4f3adc15c20658
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-12-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.6-2.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 44
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-12-bgw-replstatus_1.0.6-2.pgdg+1_arm64.deb
Size: 15596
SHA256: 77d15d1d210325cb52c60378c66ea3f1c9ff63bde140f0dc87d9eb18682c3404
SHA1: 7f8fec30d20f451fe86371a1f44761dbd1f06133
MD5sum: 6b5814a4e36bbbec82738a56c3507aa3
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-12-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 24
Depends: postgresql-12-bgw-replstatus (= 1.0.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-12-bgw-replstatus-dbgsym_1.0.6-2.pgdg+1_arm64.deb
Size: 8936
SHA256: 52675f6f2b8585dce8103f899b6bcb715f926c8b6cd09df7165f2a1571baecdc
SHA1: 25d10afb65a0c637a2ae39baa11a3ab8ad09e8c3
MD5sum: a36bd4852417a4999529715185cfa8cd
Description: debug symbols for postgresql-12-bgw-replstatus
Build-Ids: d381a159726a950ce1fd2c5de2ac802fa3107ed5
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-12-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-12
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-12-first-last-agg_0.1.4-4-gd63ea3b-5.pgdg+1_arm64.deb
Size: 8616
SHA256: 7ffc7816d57c5250b1766794d669c03c5c89780389716ebde115c6cf42e13dc3
SHA1: bdd51aada692b20576cca1c7f4c4b7d0fa55a96e
MD5sum: 35a7d629d052980edf4b03c286be9e6a
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-12-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-12-first-last-agg (= 0.1.4-4-gd63ea3b-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-12-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-5.pgdg+1_arm64.deb
Size: 4592
SHA256: 6475ea9c9d03708218f5710ecab0b9d4a6ffd0ddd353f276e44290ba0eb625dc
SHA1: 3ac80e01a0b6fc786048713064e4105e7fcad82f
MD5sum: 1551c1ffe775e460434bfdd92052938f
Description: debug symbols for postgresql-12-first-last-agg
Build-Ids: 7818513771e2d617b8a13dc98752cf65dd320b6b
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-12-ip4r
Source: ip4r
Version: 2.4.1-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 645
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-12-ip4r_2.4.1-6.pgdg+1_arm64.deb
Size: 198212
SHA256: a3cbffdbbff55caa18792626bd50716381b0291702b459fbd663072e876f0a7f
SHA1: 6562786ab6f2c5aab1b7a20cd848615eb8c6bc3a
MD5sum: 318cd34005374c4e750408a623ca7107
Description: IPv4 and IPv6 types for PostgreSQL 12
 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.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-12-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 214
Depends: postgresql-12-ip4r (= 2.4.1-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-12-ip4r-dbgsym_2.4.1-6.pgdg+1_arm64.deb
Size: 178400
SHA256: 926971d847eded495a8adbf09bca9f3b8c4dc539ffaab16f467a81ae39672b2a
SHA1: b4df8bcacb6c4a0efaed12ef90fb75c017372a44
MD5sum: 3b918098691e980d4f681d02659a0f22
Description: debug symbols for postgresql-12-ip4r
Build-Ids: c86719a495a5638221d74fbbfd1ebf92c2c51386
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-12-jsquery
Source: jsquery
Version: 1.1.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 318
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-12-jsquery_1.1.1-5.pgdg+1_arm64.deb
Size: 133976
SHA256: 318e2e5a0ff6703ffe72a71e5ea516ba6ca738f49f36da9ec4cdcb0bd48b33d1
SHA1: d0600db263b74e020fbc85b12e1be520633f155a
MD5sum: 06b52929c4bf20462c07f54b8b6d6220
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-12-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-12-jsquery (= 1.1.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-12-jsquery-dbgsym_1.1.1-5.pgdg+1_arm64.deb
Size: 97072
SHA256: 4081f610d204fcdafcce96458d62af9467734d0d09c7b0158ee5a05f87926d4c
SHA1: 3d5606d583991272b7551a7135b689eab8dc1dcd
MD5sum: 245979520c61a34c0f2577384fa91c7b
Description: debug symbols for postgresql-12-jsquery
Build-Ids: de62969f054b171a1f72d51d75b791534c3c3061
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-12-mimeo
Source: mimeo
Version: 1.5.1-12.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4486
Depends: postgresql-12, postgresql-contrib-12
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-12-mimeo_1.5.1-12.pgdg+1_all.deb
Size: 128856
SHA256: 16acf1bd18476e9b668bac0c58e25345aaa4d483388d5b8e028c2d7c649a0657
SHA1: 30982ccf7ddf8f966d1651960f9178fb710cb1e2
MD5sum: 5f727195edfaa24c4ecdf8561236a180
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.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-12-omnidb
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: libc6 (>= 2.17), libpq5, postgresql-12
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-12-omnidb_3.0.0.20201026-3.pgdg+1_arm64.deb
Size: 21640
SHA256: 0249c24088c8a84141ad900572f8736f5f0b6d716eb9fe1b72a5213e2cbcc6a0
SHA1: bce50a15c8ab9ec6cfce819b9319b02ce0698c00
MD5sum: 9756ebc6d2bada457d8cc6cf0f8833b2
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL omnidb_plpgsql_debugger extension for
 interactive PL/pgSQL debugging in OmniDB.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-12-omnidb-dbgsym
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-12-omnidb (= 3.0.0.20201026-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-12-omnidb-dbgsym_3.0.0.20201026-3.pgdg+1_arm64.deb
Size: 34868
SHA256: e03fe2676d72b8c6988b806f516d9d66b4b2cbbea66b20bc77b20c92e6ee23c2
SHA1: e186e86aa61eaa7794bfb2f345ddcde5519405d3
MD5sum: f668cc13950f90565530167cb6a1635c
Description: debug symbols for postgresql-12-omnidb
Build-Ids: f0008edd35f56b98fca0d29b673d28ee3c0442ef
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-12-orafce
Source: orafce
Version: 3.18.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 987
Depends: postgresql-12, libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_3.18.0-1.pgdg+1_arm64.deb
Size: 320376
SHA256: 26cbccd2faeb8213b4c191a3d35efd74116f98bdfb05cb5eea595b9ab845cfc3
SHA1: db74ae08e5eeae278fc33c2bbfe9aadf4977ab1d
MD5sum: b37b0ab7e5a9edb7b096fe66486d610b
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 3.18.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 264
Depends: postgresql-12-orafce (= 3.18.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_3.18.0-1.pgdg+1_arm64.deb
Size: 217620
SHA256: a1887f52e75a6e18d8056b45b23615031c8d0b594754b48b699b15c676330907
SHA1: 8429d89b737cfa5b24114ad2b1f65a34f7d883a3
MD5sum: d2d25ea81284856698b45d45bd866a81
Description: debug symbols for postgresql-12-orafce
Build-Ids: a15eb09599b498220521e172e215f0c49ae68d39
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-12-pgmemcache
Source: pgmemcache
Version: 2.3.0-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-12, libc6 (>= 2.17), libmemcached11, libsasl2-2 (>= 2.1.27+dfsg2)
Homepage: http://pgfoundry.org/projects/pgmemcache/
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-12-pgmemcache_2.3.0-10.pgdg+1_arm64.deb
Size: 51968
SHA256: fcdba0efb87b806e6adce8913a37331f3999f26d82b039e2d7ece7578c49ab54
SHA1: 881968b4c1e40025bad0e06aa836883b0f859f0c
MD5sum: 2d4af37998210208eb5d6cbe7ea9a716
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.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-12-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-10.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-12-pgmemcache (= 2.3.0-10.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-12-pgmemcache-dbgsym_2.3.0-10.pgdg+1_arm64.deb
Size: 49888
SHA256: ecd10c62cf7462a222db9dca66256db42ee1758bdc93eccaf74e482feeec0ad9
SHA1: d52ccf2b6b209a520c0789fc102e6e4dbbb2110c
MD5sum: a4296054e464c2ea6cd159bbcdff51ca
Description: debug symbols for postgresql-12-pgmemcache
Build-Ids: db2f8e93d80a0ee2209a53abebd22d68ff8d5a5a
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-12-pgpcre
Source: pgpcre
Version: 0.20190509-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-12, libc6 (>= 2.17), libpcre3
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-12-pgpcre_0.20190509-4.pgdg+1_arm64.deb
Size: 19000
SHA256: 8a5f05b1744bb51b50d9b6c7b3c5ca50fda6d3ea406ec0cba34e73cc0dcf9a59
SHA1: 8f27d425a6e5c504a1c53518accd955964a6ba5b
MD5sum: 61dbceb13b4f7ccd9f6a58672ed87f0d
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-12-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-12-pgpcre (= 0.20190509-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-12-pgpcre-dbgsym_0.20190509-4.pgdg+1_arm64.deb
Size: 15760
SHA256: b0f9d5640d02ec6baa685488e7fae294dbbe4f05b2ef2cb0cf6f9055dcc68111
SHA1: e91bef0b6d03ec7b29e3e9e95188ee19b5ad2ce3
MD5sum: 56a7f988dd3d80b7ace8d1f81445722e
Description: debug symbols for postgresql-12-pgpcre
Build-Ids: feb569ce0e3ddd69774e4d41fe82a590312f9784
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 2.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 615
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_2.1.1-1.pgdg+1_arm64.deb
Size: 281768
SHA256: 9023ca42da6ebbfaf4376a2e6e2fbda0e61acbe4646b6424347f82da9dbd12f8
SHA1: e676cca178d3339ec4d4cdc571e35a3f6b785ec8
MD5sum: 20444f212033beecb94a175d3b0a98db
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 254
Depends: postgresql-12-plpgsql-check (= 2.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_2.1.1-1.pgdg+1_arm64.deb
Size: 226336
SHA256: 26ddc4fe96e7f4b66f9e9915f5ee9bb776f284e8f9a864fca2622a54244db8ac
SHA1: cee2b481f5c08f8d4c367bf26eff651155ef48a7
MD5sum: 2d327444fe91005732e31359299c8e4c
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: 01da4a0f89dac6f68993ed0e5dac4098733ebc39
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-13-asn1oid
Source: pgsql-asn1oid
Version: 1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: libc6 (>= 2.17), postgresql-13
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-13-asn1oid_1.4-3.pgdg+1_arm64.deb
Size: 13552
SHA256: b4b985e66e692f86b606424c1a97b293879b85827b652dd5f7252a3467c03522
SHA1: c008a1cb89c94f2a33581cac3ee255b88bff8929
MD5sum: 229439bc8e7c93a1c99ac99d6955aa7f
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 13.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-13-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-13-asn1oid (= 1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-13-asn1oid-dbgsym_1.4-3.pgdg+1_arm64.deb
Size: 8924
SHA256: b06eb43a75ec357f81aeeefc286a1c2f7905cf04bcdc0ff769c1fe5abefe0dc1
SHA1: 55037002ee550abb9c40aba310e2130df8a1cb9a
MD5sum: cca91eb11021caca6af113159520532f
Description: debug symbols for postgresql-13-asn1oid
Build-Ids: 3d27069d033df4fb042694d29f13c9f7645b6c30
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-13-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.6-2.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 44
Depends: libc6 (>= 2.17), postgresql-13
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-13-bgw-replstatus_1.0.6-2.pgdg+1_arm64.deb
Size: 15592
SHA256: a7439887ba6fd126d2a4599b5e6a48be16f8a60d052362eb60bb81b12d717391
SHA1: e5883c51ccd7313f7041aa070626068f5cceb912
MD5sum: 8263828b7f47d450fc0f0a0fc6334641
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-13-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 24
Depends: postgresql-13-bgw-replstatus (= 1.0.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-13-bgw-replstatus-dbgsym_1.0.6-2.pgdg+1_arm64.deb
Size: 8948
SHA256: 77f6cd08ec1a3be52b541e97798264da635efa8f8b047af2814b247b69780155
SHA1: dcd798f35152b67861c8e6e934eb736c17e6b40b
MD5sum: 4c5a5438e3850e0300340f63eec8762f
Description: debug symbols for postgresql-13-bgw-replstatus
Build-Ids: d7cca411ba79cd57a6cc6c6790b81a8af93d44fe
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-13-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-13
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-13-first-last-agg_0.1.4-4-gd63ea3b-5.pgdg+1_arm64.deb
Size: 8608
SHA256: 83313c4a9e954d592b00498bd86f7f2a000357fd605115c9ab529d8aaae5d786
SHA1: abdc0f413b96de58bcdee87bc7401acd10763ee9
MD5sum: 83e8d51f25d5b828d0d4af9215dfacc4
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-13-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-13-first-last-agg (= 0.1.4-4-gd63ea3b-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-13-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-5.pgdg+1_arm64.deb
Size: 4584
SHA256: 5615a64fc54262812f79fc925787b7834ee43437f089555ba42cb0c4a82ca95e
SHA1: bf9b15b892993f1f459d8df8e8747c149b763a3a
MD5sum: fc956c2f0254adad9528d6a10298a4ba
Description: debug symbols for postgresql-13-first-last-agg
Build-Ids: 96b2586623b315c922934ae99d8381c696330752
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-13-ip4r
Source: ip4r
Version: 2.4.1-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 643
Depends: libc6 (>= 2.17), postgresql-13
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-13-ip4r_2.4.1-6.pgdg+1_arm64.deb
Size: 196364
SHA256: 3fcaf6ddb64499dece8eda84e635c144c5d44a46543259b05792665b8a965aac
SHA1: f09ffaec98c2647da98a994ef5567c819fc610d8
MD5sum: 54fc5c8d32460a6cdca84bf6ef56a240
Description: IPv4 and IPv6 types for PostgreSQL 13
 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.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-13-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 214
Depends: postgresql-13-ip4r (= 2.4.1-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-13-ip4r-dbgsym_2.4.1-6.pgdg+1_arm64.deb
Size: 177848
SHA256: 09bc65edc28965fd3b3f0a66898bb6c93c236c6e0b5aa9318932b95e90e085d1
SHA1: 188a2b3827fa8f7618691ac033c295a68c8a93f0
MD5sum: 775e67ff0d61382cf7f245b6816db96e
Description: debug symbols for postgresql-13-ip4r
Build-Ids: 90b2db28d0748488151b10b779f29e3edb11cda9
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-13-jsquery
Source: jsquery
Version: 1.1.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 319
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-13-jsquery_1.1.1-5.pgdg+1_arm64.deb
Size: 134584
SHA256: da08554097eeaa77323cb9550e976de0830fe21d508b701a03edf9bb8645e5b0
SHA1: bc91513df8a89616e84dee5b3d63710d4075637f
MD5sum: 3456a9673f029cc7e23e7137e4e53064
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-13-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: postgresql-13-jsquery (= 1.1.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-13-jsquery-dbgsym_1.1.1-5.pgdg+1_arm64.deb
Size: 99556
SHA256: 388d364d357f67c4ce662d459831ad541886e15fc6de8ceada5d869cd69c5094
SHA1: 22351ce18f50f83981b1485f59b2765390d0751f
MD5sum: a1338f5756707999f1ad75f806979b15
Description: debug symbols for postgresql-13-jsquery
Build-Ids: fb585f03a3b9dff35ada7a1603f3c7c61caa7282
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-13-mimeo
Source: mimeo
Version: 1.5.1-12.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4486
Depends: postgresql-13, postgresql-contrib-13
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-13-mimeo_1.5.1-12.pgdg+1_all.deb
Size: 128824
SHA256: 7594ae0fe4394d3466144df4753007a1f70f94941c840da671dbe2e7c0274cce
SHA1: 5e4073e7155bccb316528c42098a97db0146cab6
MD5sum: 74bd0f1f0d3d1621c612a098f81fb423
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.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-13-omnidb
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: libc6 (>= 2.17), libpq5, postgresql-13
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-13-omnidb_3.0.0.20201026-3.pgdg+1_arm64.deb
Size: 21604
SHA256: b54a5d96baa6afc1f128c8cdb03ea97b1603cfaaf0d862b566e504e95840b60d
SHA1: fecb3be42ee7ff4b0fbb171313e447ade1f77f0f
MD5sum: 9ccd7153744c43cfb6f2f7a6c49eafad
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL omnidb_plpgsql_debugger extension for
 interactive PL/pgSQL debugging in OmniDB.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-13-omnidb-dbgsym
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-13-omnidb (= 3.0.0.20201026-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-13-omnidb-dbgsym_3.0.0.20201026-3.pgdg+1_arm64.deb
Size: 34932
SHA256: 41610f30f5da627c66c806c38a291ffbaf3b09eb8d4cea24bb249cede9326a78
SHA1: 794994b181333417a2fff28160b2e1273a6c4979
MD5sum: 1fff07b33bab2c385e008e110abeca48
Description: debug symbols for postgresql-13-omnidb
Build-Ids: 47f0f7d050f03a4f6c0044c231414bd61de1ed0e
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-13-orafce
Source: orafce
Version: 3.18.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 989
Depends: postgresql-13, libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_3.18.0-1.pgdg+1_arm64.deb
Size: 319480
SHA256: 04b1dfab97d6e07654868386adc3541d66c70a7db28eec119372d4e5cab273fe
SHA1: b87166436903fbf04fe9aaca80285d09909f28f5
MD5sum: 339e6d3dc157b764595b776fc7ec8f6e
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 3.18.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: postgresql-13-orafce (= 3.18.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_3.18.0-1.pgdg+1_arm64.deb
Size: 217656
SHA256: 65e473adff2c2483b6b29f5d89062f3ee96c203ed0b40317faa5a0e136551056
SHA1: 11562852e5567c97dd3a62ae61a3fe44f38401bc
MD5sum: d3f16b1989c0475cfdfafc216e50e671
Description: debug symbols for postgresql-13-orafce
Build-Ids: 77dcdd6f1147550a3a8469651023954d4d64826d
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-13-pgmemcache
Source: pgmemcache
Version: 2.3.0-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-13, libc6 (>= 2.17), libmemcached11, libsasl2-2 (>= 2.1.27+dfsg2)
Homepage: http://pgfoundry.org/projects/pgmemcache/
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-13-pgmemcache_2.3.0-10.pgdg+1_arm64.deb
Size: 52084
SHA256: dead6b6325dc338829e70bf926ba2b873926a66f35221ffa8e0f998847432dbf
SHA1: bb9866a28fc61cbb38817c6a21619a0228d10506
MD5sum: 70551bc37905b3dd0d07e295522d8e5e
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.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-13-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-10.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-13-pgmemcache (= 2.3.0-10.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-13-pgmemcache-dbgsym_2.3.0-10.pgdg+1_arm64.deb
Size: 47088
SHA256: 60646169386c5149235a66da1e68615caa04bf22c2369439bda06183da723064
SHA1: 62ef01ad5c531fa42df7743176e5b1f9e045c926
MD5sum: 121608f5517997b01ed747da5eb7163a
Description: debug symbols for postgresql-13-pgmemcache
Build-Ids: 000b6908625540a11271db2a12081adcbc8ba324
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-13-pgpcre
Source: pgpcre
Version: 0.20190509-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-13, libc6 (>= 2.17), libpcre3
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-13-pgpcre_0.20190509-4.pgdg+1_arm64.deb
Size: 19052
SHA256: 7113342218d0ce25f5ad3e9ca792617e45150a2a8f2e7d40e609e305245a6595
SHA1: 0a507c742cd8b300aa5fc72f8c0464dd0307cbac
MD5sum: 2e0cc3fe533a734a2559dfe32d4f4a83
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-13-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-13-pgpcre (= 0.20190509-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-13-pgpcre-dbgsym_0.20190509-4.pgdg+1_arm64.deb
Size: 15840
SHA256: c46f8490fba606f8d0fce1f8f9925c9e828a3ebf75ca47179a0040f8f76c8fbb
SHA1: 07f4eba0372bac058a039a0551bf0993145a9607
MD5sum: 57b9e400ddb7d054d2bbac71e2651488
Description: debug symbols for postgresql-13-pgpcre
Build-Ids: 255576b0c9d258647c5628aa3ab27248a24beb7a
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 2.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 623
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_2.1.1-1.pgdg+1_arm64.deb
Size: 284620
SHA256: 15d714b9bdb66ee47472dc24ebf58dc4d7da02d9934f8ac31ee283e6d87f3ff8
SHA1: 96dd0201ccbe8404d5329d2a186929298a2f017a
MD5sum: d84c87bac4db98a9aba3bd7f2cef71cd
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 276
Depends: postgresql-13-plpgsql-check (= 2.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_2.1.1-1.pgdg+1_arm64.deb
Size: 247716
SHA256: 9d1879bee52038826017f71cd850950acde8ce37f02112628a21223b8f79a236
SHA1: c2107f084e8ba4d21fc9e89dcc431a5a3bc3dae5
MD5sum: 021d8807034907a45402c99362944083
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: c2b9da25dc47e18b9e8330313f55516b35202b70
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-14-asn1oid
Source: pgsql-asn1oid
Version: 1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 13)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-14-asn1oid_1.4-3.pgdg+1_arm64.deb
Size: 13392
SHA256: 6ac0f955b3e79505030290730453e54dbeaeb1b757d65415b460f867a1e31c1a
SHA1: 3c11d7807b263bcb269091b2b4a113a7435e7d4f
MD5sum: 9b06753abd4f08a1eb5288fafe48cb36
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 14.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-14-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-14-asn1oid (= 1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-14-asn1oid-dbgsym_1.4-3.pgdg+1_arm64.deb
Size: 8832
SHA256: a129b7a0e83ec937ecf81283a45b81d6445f31c70078c949277d022b8e56cb0c
SHA1: b0c2fc34b4dcbbc78f8191532199682bc922593d
MD5sum: 0d5c53ccfdce2cae9eabec4158b0a4c7
Description: debug symbols for postgresql-14-asn1oid
Build-Ids: 3a1f8f9a2d9772cb03ac3e88b01cafcd72b6db8a
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-14-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.6-2.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 41
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 13)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-14-bgw-replstatus_1.0.6-2.pgdg+1_arm64.deb
Size: 14848
SHA256: 9e31e94ec01b5f8a8ee1630c8d923d39f9be43cb9d2c0a40cb27262e1e4fc7ab
SHA1: 43b351783b7a6fa1ac84b9b716a254711e888513
MD5sum: 72b84678cb9f1402d6dc4ffe4543258f
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-14-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 23
Depends: postgresql-14-bgw-replstatus (= 1.0.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-14-bgw-replstatus-dbgsym_1.0.6-2.pgdg+1_arm64.deb
Size: 8880
SHA256: 79639c415a013cfd4836e62c0bb15806e97f835c079892ac61cc57f212ecf7c1
SHA1: 15ed0dc382f4fba4200294bb1e4278e06b928bae
MD5sum: 8b6dc1f8c97287cf8eab09fdd0f24f9d
Description: debug symbols for postgresql-14-bgw-replstatus
Build-Ids: d82c66be7e2dfca40c79a5669eef824b53019b69
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-14-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-14, postgresql-14-jit-llvm (>= 13)
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-14-first-last-agg_0.1.4-4-gd63ea3b-5.pgdg+1_arm64.deb
Size: 8524
SHA256: 31316821147e1c341f2718d471ca933294a92cc413d83b1f84c8d3b3d96ca9a7
SHA1: f41d8f61319531be55e150d89924b43d8c6201b7
MD5sum: d4e3b57b83265ee6599fe563f530cc14
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-14-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-14-first-last-agg (= 0.1.4-4-gd63ea3b-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-14-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-5.pgdg+1_arm64.deb
Size: 4596
SHA256: 75b6368b3bdd6120b0dd337c10dea89836d2be8a4dc6cd54d6fcc40c13f57cda
SHA1: 8210eebc9bca9cee84841b1bb0cab6d548af3cf4
MD5sum: 4a216d00fbef30e174b6b997f0681ea8
Description: debug symbols for postgresql-14-first-last-agg
Build-Ids: 71d8342a84f9ad89da6e0baf5e5ce750e00fd4f4
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-14-ip4r
Source: ip4r
Version: 2.4.1-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 631
Depends: libc6 (>= 2.17), postgresql-14
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-14-ip4r_2.4.1-6.pgdg+1_arm64.deb
Size: 192104
SHA256: 64f503a4c0006a4a6ccfa3a27507ecaa60b9c8f7e24e4f2b565fbaebb8557922
SHA1: a8d5a784073703b377c49edfaa5586aebe4a06b3
MD5sum: 54f04e287e3724acf58a314405308877
Description: IPv4 and IPv6 types for PostgreSQL 14
 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.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-14-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: postgresql-14-ip4r (= 2.4.1-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-14-ip4r-dbgsym_2.4.1-6.pgdg+1_arm64.deb
Size: 172344
SHA256: 9ea62c957cbf63f93e9ee76ab8bd8c685dd041ead1af3ab9b227d3865b6381ca
SHA1: f32859cf432b75d82d266a7f7c9f0545ee522e3c
MD5sum: d90fbd221c248b147c06c487976f909f
Description: debug symbols for postgresql-14-ip4r
Build-Ids: 983f1a926c64cf7b84f69d94de436401d18e6336
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-14-jsquery
Source: jsquery
Version: 1.1.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 296
Depends: postgresql-14, postgresql-14-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-14-jsquery_1.1.1-5.pgdg+1_arm64.deb
Size: 129544
SHA256: 6cd74cc3d4153568d7bf164aff02dcb7355599a235f82e919902b856beb547d0
SHA1: ee362fa35b65bab6d5312f3076a212274074a0ad
MD5sum: ab0c83ecd7ee3f0d87e4f0d363e84e36
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-14-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-14-jsquery (= 1.1.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-14-jsquery-dbgsym_1.1.1-5.pgdg+1_arm64.deb
Size: 95372
SHA256: 1618ef46a87043d8a4b20eb008e94bb5453fbd5dd18ad75be934a63fc9356bf7
SHA1: 2b4779a74d4e2190fd45e3d738e04ad70b4c3842
MD5sum: 7ea70a03f554bf8124ee637a9434a4da
Description: debug symbols for postgresql-14-jsquery
Build-Ids: 1ea376fdfa7a09cd92853ebc54c69ceead92ce1f
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-14-mimeo
Source: mimeo
Version: 1.5.1-12.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4486
Depends: postgresql-14, postgresql-contrib-14
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-14-mimeo_1.5.1-12.pgdg+1_all.deb
Size: 128832
SHA256: 0a47415a0b2af660d42b9f3c275c87f3626fe195485ade786966b42acdc243e1
SHA1: 9fbedeb3e293a6e0c460cdef06cb6cdb1befe0b4
MD5sum: 087239c41a35b43eef72244e6d5c5c58
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.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-14-omnidb
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: libc6 (>= 2.17), libpq5, postgresql-14, postgresql-14-jit-llvm (>= 13)
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-14-omnidb_3.0.0.20201026-3.pgdg+1_arm64.deb
Size: 20912
SHA256: 7f8660621c7b939b2d797aa0c133405e14ea3423b6a37ac9f26a726ac847576d
SHA1: 99286a291333ef2e140222f09cf419874a2cbdb6
MD5sum: a3fdef20754d0d215663ae25db52b5eb
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL omnidb_plpgsql_debugger extension for
 interactive PL/pgSQL debugging in OmniDB.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-14-omnidb-dbgsym
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-14-omnidb (= 3.0.0.20201026-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-14-omnidb-dbgsym_3.0.0.20201026-3.pgdg+1_arm64.deb
Size: 35716
SHA256: 24481f8655c173462b84523c52bed238aba24f90b1a6e65942eaadafc67a864b
SHA1: b3cf4efa6fff9d0517041d857a48878b5fdba6c1
MD5sum: 8f10f47bb61134280483502f1d82cb16
Description: debug symbols for postgresql-14-omnidb
Build-Ids: 7a8eb33e1e3e51df054535e036956be2deff9a81
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-14-orafce
Source: orafce
Version: 3.18.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 926
Depends: postgresql-14, postgresql-14-jit-llvm (>= 13), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_3.18.0-1.pgdg+1_arm64.deb
Size: 312720
SHA256: de9702910301d9d162be8e95385b2993ce81a8507dd161a28fb0556fe22f98a0
SHA1: 8001b8013f97a7f28dcbcf30b4b35ebfcd711b8d
MD5sum: eb5b7b1840bb0a595d4a8b813775a8df
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 3.18.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: postgresql-14-orafce (= 3.18.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_3.18.0-1.pgdg+1_arm64.deb
Size: 212616
SHA256: 03aa7d43c2816f865eed5531912d7d097160b21eb6b98639129506ed7bccf925
SHA1: 73b9aee04caeae0e8f0ffcf85f9b61aac4c0fd9f
MD5sum: 362d4aea2a8fbeddf7375c878539a6b3
Description: debug symbols for postgresql-14-orafce
Build-Ids: f2d27e03295e0c6aa03723aca80528d39fdee6c9
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-14-pgmemcache
Source: pgmemcache
Version: 2.3.0-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-14, libc6 (>= 2.17), libmemcached11, libsasl2-2 (>= 2.1.27+dfsg2)
Homepage: http://pgfoundry.org/projects/pgmemcache/
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-14-pgmemcache_2.3.0-10.pgdg+1_arm64.deb
Size: 51628
SHA256: 58795219d14e1f930a7fb02e5b718a789789788ff97b1d4cf93f5249917f0a3f
SHA1: 88772102fe8e2e2ed6de4ec5edba6f019d78186a
MD5sum: e1fa12f8efcdc7c9118d05ec7d8ad5ad
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.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-14-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-10.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-14-pgmemcache (= 2.3.0-10.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-14-pgmemcache-dbgsym_2.3.0-10.pgdg+1_arm64.deb
Size: 47732
SHA256: b1d40b4d6206c4e206fbabd16775482627c1bfc74016127a2cf5527e81e8fbd9
SHA1: 8c4a2964f08a6899d184a597890bbbdaaa0490e4
MD5sum: bcc63dce6ddd6375420bbda6c4c9c8ed
Description: debug symbols for postgresql-14-pgmemcache
Build-Ids: 30fea56922a574d1ce14aba62d7d49feadfb6517
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-14-pgpcre
Source: pgpcre
Version: 0.20190509-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-14, postgresql-14-jit-llvm (>= 13), libc6 (>= 2.17), libpcre3
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-14-pgpcre_0.20190509-4.pgdg+1_arm64.deb
Size: 18088
SHA256: 13e0599a0d0bf84ab779e7f5a3c49a3226ab93975acd05e3815bc0f817e504c9
SHA1: 07dabf179982d429aa3d7524f9b01a75b374907f
MD5sum: 50469892aa61cd1debdd69c71f798a6d
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-14-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-14-pgpcre (= 0.20190509-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-14-pgpcre-dbgsym_0.20190509-4.pgdg+1_arm64.deb
Size: 15792
SHA256: 39ea5aaacf8efc7c7edf105a129654f8f2fdcd349b2e4f4c5db02f383ec5eb6b
SHA1: 0042984daf23eabf00a452ef95da40f7d5b96711
MD5sum: 3514d4bf1271ef58259d4d290239af10
Description: debug symbols for postgresql-14-pgpcre
Build-Ids: bbf8f272e0f7ff7f2e0194b4e8491361f6020c42
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 599
Depends: postgresql-14, postgresql-14-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.1.1-1.pgdg+1_arm64.deb
Size: 280952
SHA256: 502f7bdc7d5610fbba61af185047058c78a2341c2ea56b9efa64c16e29aa4454
SHA1: 5c668c774946d246609518a15e50342ada6ef36a
MD5sum: 2117d54d3f3b7cb0f5d570374d40619b
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: postgresql-14-plpgsql-check (= 2.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.1.1-1.pgdg+1_arm64.deb
Size: 245472
SHA256: 7629d03bd20bc88e86f53fd3a94802ae157f6a13623967ee18288009e7dedfc4
SHA1: 11d141aec9e59961d97e17146103206ebf8981c6
MD5sum: 3dfeaf354ab59ac4450e11d8349275ae
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: 2e96c12fa547d9df3e51f84b5aa0b51f3af3533a
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-9.6-asn1oid
Source: pgsql-asn1oid
Version: 1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-9.6-asn1oid_1.4-3.pgdg+1_arm64.deb
Size: 6748
SHA256: 27e01935b52fbefc1d7be356f2708d13735dfa0aa244a4068aee2095a7673856
SHA1: 956fc3398661956674ce43a15d50237931ecec34
MD5sum: 96c5f05b7f0479578e905e5aadeccc61
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.6.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-9.6-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-9.6-asn1oid (= 1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-9.6-asn1oid-dbgsym_1.4-3.pgdg+1_arm64.deb
Size: 8792
SHA256: c5e45d0b93e6f33c0f140441d15a050ca25b14378779a7f931c0c6161b4950ef
SHA1: 740b1b56640d1ebf563a8c1246bb2bb58c2f1152
MD5sum: 876946eaa374c9af0bbb1ed2c3a4eacd
Description: debug symbols for postgresql-9.6-asn1oid
Build-Ids: d151169a4f389d311313890e67a3fd9a2e4eb921
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-9.6-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.6-2.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 26
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-9.6-bgw-replstatus_1.0.6-2.pgdg+1_arm64.deb
Size: 7272
SHA256: c97d8f7feb06142c56369426d564948f20b0b419b4399df4e056aa1b09073538
SHA1: e5b90697394faf52873e0ffb9fd76364affa1d7f
MD5sum: 1c87184f613ca64bd0a9cbee6576e43f
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-9.6-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 24
Depends: postgresql-9.6-bgw-replstatus (= 1.0.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-9.6-bgw-replstatus-dbgsym_1.0.6-2.pgdg+1_arm64.deb
Size: 9044
SHA256: 406445f2cc13855594a653f4271ee6c70ef2debb43fb63124b1c1286d02e1eda
SHA1: cbe22fc1c9f1794cbe05939d191356a8a3ad5d0d
MD5sum: 0a87d72a2bc9bee021e28f442756c3bb
Description: debug symbols for postgresql-9.6-bgw-replstatus
Build-Ids: 4d1d1efbfd4cbff1957dc1e210d8f428b8c4a7b2
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-9.6-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-9.6
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-9.6-first-last-agg_0.1.4-4-gd63ea3b-5.pgdg+1_arm64.deb
Size: 5620
SHA256: 38c8216ae40eb0bdb4aba59cefaa2632649b74cca3a98051c1d38376d69c3064
SHA1: e17551266e90b5a4986543899fb0c20ef1db7454
MD5sum: 0533129b9e420d81087068e500f3d80f
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-9.6-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-9.6-first-last-agg (= 0.1.4-4-gd63ea3b-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-9.6-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-5.pgdg+1_arm64.deb
Size: 4596
SHA256: 9850eb49c1dfe62da7a3e41f92b911dff26dd433556e7792ccc3b1162bf86796
SHA1: 4380c9f489b47dde3e9f44deb5ea579647f1f1c6
MD5sum: 3a9c476dcca5a755329a169b76b903d2
Description: debug symbols for postgresql-9.6-first-last-agg
Build-Ids: 101881a4725b13f12448720852f45d0edda10790
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-9.6-ip4r
Source: ip4r
Version: 2.4.1-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 340
Depends: libc6 (>= 2.17), postgresql-9.6
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-9.6-ip4r_2.4.1-6.pgdg+1_arm64.deb
Size: 63724
SHA256: 455cce148c420a6392e7d9e31c5fd6331d84991e99ca340f71f4626252a93a49
SHA1: c50893a1515ad3fa3654d4d0fcea44296948d156
MD5sum: 9480d2715753f4e1e704dd4d2bc7c228
Description: IPv4 and IPv6 types for PostgreSQL 9.6
 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.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-9.6-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 200
Depends: postgresql-9.6-ip4r (= 2.4.1-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-9.6-ip4r-dbgsym_2.4.1-6.pgdg+1_arm64.deb
Size: 163916
SHA256: 2c1951ef51df9506f467ca27dd705dc5fb52fa9f906763077cf2e2579ea52dc6
SHA1: 61c750d2ee668a33ad255b1ecca6a64cebfa7032
MD5sum: 8332f0fb5128568b3b1f5e590b8aa37f
Description: debug symbols for postgresql-9.6-ip4r
Build-Ids: 9225d55be61d72791bbba34d82cf230e646c3e36
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-9.6-jsquery
Source: jsquery
Version: 1.1.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-9.6-jsquery_1.1.1-5.pgdg+1_arm64.deb
Size: 41624
SHA256: 48b41ee438159dbf3e959785fe6270703a7ad09e064e270780dc4b0d4ce92e11
SHA1: 042d4ed4186bb7c29e57ad8485c28a34f3253f16
MD5sum: bcf10c19b938b2bc7a3cf986100ee92e
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-9.6-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-9.6-jsquery (= 1.1.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-9.6-jsquery-dbgsym_1.1.1-5.pgdg+1_arm64.deb
Size: 95096
SHA256: ca8be7e2e85003af6c26becc666fd27d2c1fc50ce34b0d958a35e250de2a5d6f
SHA1: 6d4da5e010189884f1a07e0560b7cb497bf2f753
MD5sum: 2409d5ff3330cd9c4130deeefc468d99
Description: debug symbols for postgresql-9.6-jsquery
Build-Ids: 99802f765e98c86935334617339c201f7c81e978
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-9.6-mimeo
Source: mimeo
Version: 1.5.1-12.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4486
Depends: postgresql-9.6, postgresql-contrib-9.6
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-9.6-mimeo_1.5.1-12.pgdg+1_all.deb
Size: 128872
SHA256: cf8ff58b23e05db3210a1b1ca341aec09cb806c1b8ab6fd37e622f6500858e95
SHA1: dd36bd10bc940bc6959825b4f34b234ff49aa0ff
MD5sum: 52f9a9d8ac8e7284810a0e62cb7611e7
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.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-9.6-omnidb
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libc6 (>= 2.17), libpq5, postgresql-9.6
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-9.6-omnidb_3.0.0.20201026-3.pgdg+1_arm64.deb
Size: 7420
SHA256: 91e536d73405ab770d74b973ce2782a2a68c4210fe62dc0943452be090a80988
SHA1: 2fd77221cca6da85e54348e0cc63e8c65adf2770
MD5sum: 8c8efce904abc162fc9e5f74bdad406b
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL omnidb_plpgsql_debugger extension for
 interactive PL/pgSQL debugging in OmniDB.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-9.6-omnidb-dbgsym
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-9.6-omnidb (= 3.0.0.20201026-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-9.6-omnidb-dbgsym_3.0.0.20201026-3.pgdg+1_arm64.deb
Size: 27584
SHA256: 5684cb8d3d938bfbbc322b8aafa177156f8634667d0a7894279e5947e284852a
SHA1: 624f270cd1da07ac7d2ed5a4b1127d33759c4d8e
MD5sum: 8eeade95770e7e2c3961c0c39e4d60b3
Description: debug symbols for postgresql-9.6-omnidb
Build-Ids: 89da7d8a80bcf377998f6b106c914b7248f4b7c7
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-9.6-orafce
Source: orafce
Version: 3.18.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 456
Depends: postgresql-9.6, libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-9.6-orafce_3.18.0-1.pgdg+1_arm64.deb
Size: 99296
SHA256: 69a43fc8661397c57c2b90748b04f14cdbe64a1f92b01a973c329120c13db7c9
SHA1: c29dfbe93451644b573023197a0eaa92e686e198
MD5sum: bb415bc87ab42d9ed8f999ed2847cfbd
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.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-9.6-orafce-dbgsym
Source: orafce
Version: 3.18.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 249
Depends: postgresql-9.6-orafce (= 3.18.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-9.6-orafce-dbgsym_3.18.0-1.pgdg+1_arm64.deb
Size: 203392
SHA256: 059d0ba7965f62f52f7528c2a48cd078310bf141a8bc0a90e97093c548af5b57
SHA1: 07fd16dabadc643ccfadab9683e12ff00cec6d89
MD5sum: be471bd796fe03ffc2d07a6659d26b73
Description: debug symbols for postgresql-9.6-orafce
Build-Ids: 2f9c921526ea63e76f17a0b54690d55af434571a
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-9.6-pgmemcache
Source: pgmemcache
Version: 2.3.0-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-9.6, libc6 (>= 2.17), libmemcached11, libsasl2-2 (>= 2.1.27+dfsg2)
Homepage: http://pgfoundry.org/projects/pgmemcache/
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-9.6-pgmemcache_2.3.0-10.pgdg+1_arm64.deb
Size: 21352
SHA256: 18d69587b052c53b71338a05b2ddb98142773106b8fbec098285dfaa883e5190
SHA1: 8a73a4243a31b948e4b98ea93eab110909d71a2e
MD5sum: a349a1e563030046c63edca980e74860
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.
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-9.6-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-10.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-9.6-pgmemcache (= 2.3.0-10.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-9.6-pgmemcache-dbgsym_2.3.0-10.pgdg+1_arm64.deb
Size: 38092
SHA256: 73912a56403832fbeef47580a65aeccff81035819fd7ffb3b3809acec571c401
SHA1: 6e5e6b3cfa38f7ca23c78a5abc8ed678309f2087
MD5sum: 176e62c37cb70905093edc6cff6ee5e7
Description: debug symbols for postgresql-9.6-pgmemcache
Build-Ids: e85e3fad6cd8b32b352c64e551d551d14bdd74cd
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-9.6-pgpcre
Source: pgpcre
Version: 0.20190509-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-9.6, libc6 (>= 2.17), libpcre3
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-9.6-pgpcre_0.20190509-4.pgdg+1_arm64.deb
Size: 9172
SHA256: 7fe2163957f90f0f1f25da91b42fa273c3a4cc92a7e85068e14ca8d9f8110507
SHA1: 75cfa1c9d4e9b8bcbf82604c992c1afdcbe45dcb
MD5sum: bb7c2eba7969d1abba282119a256b254
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-9.6-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-9.6-pgpcre (= 0.20190509-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-9.6-pgpcre-dbgsym_0.20190509-4.pgdg+1_arm64.deb
Size: 15420
SHA256: 0ea528d2949cb789ac0a9511023e469e6b5933328ef2701464268fc9690bc44a
SHA1: 58b0318852b7b03fe7b12e4922a924dd27cbdf88
MD5sum: 76ad7528352a3a2a25e355723570bee6
Description: debug symbols for postgresql-9.6-pgpcre
Build-Ids: 6e24bb450b6d70f0585d74db6188c045521269c6
Timestamp: 2022-01-05 09:08:59+00

Package: postgresql-10-pglogical
Source: pglogical
Version: 2.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 498
Depends: postgresql-10, libc6 (>= 2.33), libpq5 (>= 9.1~)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-10-pglogical_2.4.1-1.pgdg+1_arm64.deb
Size: 107628
SHA256: 04ee87d60107ecbf9ed1be1c2c46ed0393ff63594016ec7eeba3117e2c2c20c7
SHA1: fab6cded744a73caa4a6b1971b991d1c21b2d987
MD5sum: 50862fea9f10042195558c4099e0c4e6
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2022-01-06 11:31:55+00

Package: postgresql-10-pglogical-dbgsym
Source: pglogical
Version: 2.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 412
Depends: postgresql-10-pglogical (= 2.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-10-pglogical-dbgsym_2.4.1-1.pgdg+1_arm64.deb
Size: 346296
SHA256: 098c5e34527b0eecdd6b3e22d7226d860da55d5e4391c3d8111cfe37fe84f0e4
SHA1: c41105ddbbe657f619d0deb1b2f0c77ad21bcf5d
MD5sum: c9ad919f1a939b5cdbc20ac813400eb0
Description: debug symbols for postgresql-10-pglogical
Build-Ids: 77702030b9f60cfc4ce07e2cc8110f0efa0cfd30 b115ec5c167bf9f4e6ed7aad05d9ac3a095e8248 e33d7fca3da45c9ccfab9d4e02a7ece7e9e7fa26
Timestamp: 2022-01-06 11:31:55+00

Package: postgresql-11-pglogical
Source: pglogical
Version: 2.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1174
Depends: postgresql-11, libc6 (>= 2.33), libpq5 (>= 9.1~)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-11-pglogical_2.4.1-1.pgdg+1_arm64.deb
Size: 412072
SHA256: f847b01e97ab5cd8ae25972ac046d4b30e26cc86446172be8846d30ac7163af7
SHA1: 19f77d711c49c6af6b4edac42e4301897ddc9376
MD5sum: e174d90b97796a56a2da56a9d52e62aa
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2022-01-06 11:31:55+00

Package: postgresql-11-pglogical-dbgsym
Source: pglogical
Version: 2.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 421
Depends: postgresql-11-pglogical (= 2.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-11-pglogical-dbgsym_2.4.1-1.pgdg+1_arm64.deb
Size: 356528
SHA256: f7803fa4c55e3d0273d41669fb7a5f0bf07f81049a3757565ba98dc49a8953bf
SHA1: 7b23ae1a8aa21c302f9d3dc973cab1b10e3e9e84
MD5sum: 11ce72170033efca19ac269e56d1e5a6
Description: debug symbols for postgresql-11-pglogical
Build-Ids: 10663bfc4e8d38a4aa30268c913bb88cda66b5df 2eb56852d9e0ae275769a2d2668bae733a5c7c03 c1fbe8bbfb16570c4940fbbfa22ac92a8bcdbe59
Timestamp: 2022-01-06 11:31:55+00

Package: postgresql-12-pglogical
Source: pglogical
Version: 2.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1216
Depends: postgresql-12, libc6 (>= 2.33), libpq5 (>= 9.1~)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-12-pglogical_2.4.1-1.pgdg+1_arm64.deb
Size: 436916
SHA256: ca5da5c30dfbf5f42abd4d929cf1e92d4721ef090b1cc289549530e846a2b92b
SHA1: bf98f33669f6ebe1e2fe818bf9afa46d0819d14e
MD5sum: 7376edf1d097647164fda019425e5100
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2022-01-06 11:31:55+00

Package: postgresql-12-pglogical-dbgsym
Source: pglogical
Version: 2.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 448
Depends: postgresql-12-pglogical (= 2.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-12-pglogical-dbgsym_2.4.1-1.pgdg+1_arm64.deb
Size: 382312
SHA256: 599a0b162e01aeb53dace559eca7b992881282a4378f986cdd82e1291e3f70db
SHA1: 6cd1a6e4aca50993d90bc2c0a2ec80a4e4e89b08
MD5sum: feee2dedddaf7fd84e2f4e12920d70ab
Description: debug symbols for postgresql-12-pglogical
Build-Ids: 487edbe1766b3a90f266ec67a493e1275dc5640b 49459b8470c70670b560348e3332483e85b1d48b 4c71e25b0e75f471c7c19e315b2bf1ac4f2efce4
Timestamp: 2022-01-06 11:31:55+00

Package: postgresql-13-pglogical
Source: pglogical
Version: 2.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1228
Depends: postgresql-13, libc6 (>= 2.33), libpq5 (>= 9.1~)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-13-pglogical_2.4.1-1.pgdg+1_arm64.deb
Size: 442412
SHA256: b9dcd1da28ba385beebe091e2c1cd1a906288ef6b993f40924f8143d8492c988
SHA1: 9f373d9d42f6d6f8e07a8ced16459f5d78425eb5
MD5sum: ba53a39ff4a146f3878166cc9adb9bfa
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2022-01-06 11:31:55+00

Package: postgresql-13-pglogical-dbgsym
Source: pglogical
Version: 2.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 494
Depends: postgresql-13-pglogical (= 2.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-13-pglogical-dbgsym_2.4.1-1.pgdg+1_arm64.deb
Size: 424580
SHA256: 516c3c941891a31dbbbff0d5f08c63cf314eafdfb13a86dab1ebbd21390a0e7e
SHA1: ca22eb1314371f3d8ee2997b2dca9b0b1aabcb7a
MD5sum: d2b05e61b7e0f4e95b2c4c74c5806456
Description: debug symbols for postgresql-13-pglogical
Build-Ids: 2e41b114cea195954058b1ed8e158b919d129c65 3d52c7542f6a5c8199fd794866fe235a65c4c341 4be9f9c42dcae545d54cff043b3d3c8e3d9687c9
Timestamp: 2022-01-06 11:31:55+00

Package: postgresql-14-pglogical
Source: pglogical
Version: 2.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1150
Depends: postgresql-14, postgresql-14-jit-llvm (>= 13), libc6 (>= 2.33), libpq5 (>= 9.1~)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-14-pglogical_2.4.1-1.pgdg+1_arm64.deb
Size: 422756
SHA256: 28ccb571386adb831d15ed2a6d0d2dee6c9efc6a888be3d86b0f7e8939abf6f3
SHA1: 30adb44e43440221e19ffe6a3e5031905ed6326f
MD5sum: 9e9b21c9750e5abb84fe047d7b122fde
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2022-01-06 11:31:55+00

Package: postgresql-14-pglogical-dbgsym
Source: pglogical
Version: 2.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 484
Depends: postgresql-14-pglogical (= 2.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-14-pglogical-dbgsym_2.4.1-1.pgdg+1_arm64.deb
Size: 418392
SHA256: d18a85c0923dd8dac8d3d67ac89b0e28a24ad09849076cc40e19489d56a303e3
SHA1: 33e219d94cb25a20f3c156443c6b1f3accf87ed7
MD5sum: b25a5df324456b39761f1af8a0196913
Description: debug symbols for postgresql-14-pglogical
Build-Ids: 49f5b1baaf8c788ad7caa2fbbf4378e80c67d906 86b38b4203082301f7426e706f7405d3a07cd313 f6df7aef8111830b286c72a672fd35ab19ea0788
Timestamp: 2022-01-06 11:31:55+00

Package: postgresql-9.6-pglogical
Source: pglogical
Version: 2.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 497
Depends: postgresql-9.6, libc6 (>= 2.33), libpq5 (>= 9.1~)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-9.6-pglogical_2.4.1-1.pgdg+1_arm64.deb
Size: 108712
SHA256: 13c90d37d9797f5b960224e752a0eff91ff9766de59fdc539a16ca0c4e76dba0
SHA1: b51d0fb290fe5dfe354e87172ed4f3daacb9622f
MD5sum: 505ecdfa1c31b8812d79c8457068476d
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2022-01-06 11:31:55+00

Package: postgresql-9.6-pglogical-dbgsym
Source: pglogical
Version: 2.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 405
Depends: postgresql-9.6-pglogical (= 2.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-9.6-pglogical-dbgsym_2.4.1-1.pgdg+1_arm64.deb
Size: 341472
SHA256: 98cec80dbe5eec5b5baf1b7d342c4fc78c6f893495f9b6262c6a3d15ff948dad
SHA1: c49ed3948017069695f34b8ba6d609889f10c7c4
MD5sum: d0c081dc797911129b3b62298618cad5
Description: debug symbols for postgresql-9.6-pglogical
Build-Ids: 14dc8e5cbdd0785d414ee0400f596fce502cdeb1 7908df3ba398dab2a6b30eee7d8ec357cfce5e33 e18bd77e2326c6d2bb794569d1ad2f76cb65e8f4
Timestamp: 2022-01-06 11:31:55+00

Package: postgresql-10-ogr-fdw
Source: pgsql-ogr-fdw (1.1.1-1.pgdg+1)
Version: 1.1.1-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 112
Depends: postgresql-10, libc6 (>= 2.17), libgdal30 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-10-ogr-fdw_1.1.1-1.pgdg+1+b2_arm64.deb
Size: 32596
SHA256: 4f7851bb2c15cd0c2c313344b940c6ab51ef4a6e41379c2aab26f19d83438c00
SHA1: a823d7aa329f4c8827c52e1a6d6a88e9e2e1590d
MD5sum: 37f7ef49c8a3f4b227fd05dba0836ecd
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2022-01-07 13:53:34+00

Package: postgresql-10-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw (1.1.1-1.pgdg+1)
Version: 1.1.1-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 171
Depends: postgresql-10-ogr-fdw (= 1.1.1-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-10-ogr-fdw-dbgsym_1.1.1-1.pgdg+1+b2_arm64.deb
Size: 142500
SHA256: 39c6d8630984db07d8863c0380513a0c92bc23edcb2e68e2bc40288213c7f053
SHA1: 4d0f171270bc73993aa68276b3e72856c5195d06
MD5sum: a8c07eb0a0c9d430dc9cb183a8056f44
Description: debug symbols for postgresql-10-ogr-fdw
Build-Ids: 2d1fd1d7eb4b8e0cdafe33498e062c9a6f46a04e 887d287d5f7add7931ee09c8c89ca329f5d17e32
Timestamp: 2022-01-07 13:53:34+00

Package: postgresql-11-ogr-fdw
Source: pgsql-ogr-fdw (1.1.1-1.pgdg+1)
Version: 1.1.1-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 259
Depends: postgresql-11, libc6 (>= 2.17), libgdal30 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw_1.1.1-1.pgdg+1+b2_arm64.deb
Size: 98816
SHA256: 45d360b73df6744d1873970fe1f56cfb33efe9721da10dfdb8b61de9bd2402f3
SHA1: faba96714a0a343b083d24dbc3ca6b389afe9de4
MD5sum: ec3c77b10cd040a9916e406af2c89a35
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2022-01-07 13:53:34+00

Package: postgresql-11-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw (1.1.1-1.pgdg+1)
Version: 1.1.1-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 173
Depends: postgresql-11-ogr-fdw (= 1.1.1-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw-dbgsym_1.1.1-1.pgdg+1+b2_arm64.deb
Size: 144344
SHA256: 7b84a1d56d0698529cf1b9e2e8aba2391e3b88e3bdb5288c785ae3f6f9f183a1
SHA1: 4335e851e01636089eda16e17229de94918df3ae
MD5sum: 090df86611c5bf40dfc49397b8212aa2
Description: debug symbols for postgresql-11-ogr-fdw
Build-Ids: 4b5cd4c36977672f927b85aab4e9d3d43bf9d95e acd3ea2f0e3a1854bb09eff9c38338def08bc71e
Timestamp: 2022-01-07 13:53:34+00

Package: postgresql-12-ogr-fdw
Source: pgsql-ogr-fdw (1.1.1-1.pgdg+1)
Version: 1.1.1-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 247
Depends: postgresql-12, libc6 (>= 2.17), libgdal30 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw_1.1.1-1.pgdg+1+b2_arm64.deb
Size: 100204
SHA256: f36ba209b582f6bba2c0caf934d1b6c1763682b5144b52296405e163431045b1
SHA1: c0d30204f5b95b5380a623fc49bca5cad875d0af
MD5sum: 29318dd17e475b0fc4bfd467dee6a3c0
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2022-01-07 13:53:34+00

Package: postgresql-12-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw (1.1.1-1.pgdg+1)
Version: 1.1.1-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 180
Depends: postgresql-12-ogr-fdw (= 1.1.1-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw-dbgsym_1.1.1-1.pgdg+1+b2_arm64.deb
Size: 151192
SHA256: bdf092324807b98b2cccce48ebccb74ca64345afc999a536d2f3b10fb9295621
SHA1: 5865f488eb4379f28bcc0f0fb418f6f9b51b484a
MD5sum: eaf2e77a98f6012dcbf2a617ef6e4ff0
Description: debug symbols for postgresql-12-ogr-fdw
Build-Ids: 0753fc2e4f71584411a8e3e4667fbe5404e01301 ca3438314ba82c69bebdabe78a349bac4656b7de
Timestamp: 2022-01-07 13:53:34+00

Package: postgresql-13-ogr-fdw
Source: pgsql-ogr-fdw (1.1.1-1.pgdg+1)
Version: 1.1.1-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 248
Depends: postgresql-13, libc6 (>= 2.17), libgdal30 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw_1.1.1-1.pgdg+1+b2_arm64.deb
Size: 102052
SHA256: b580338b10cf3019cc65e12fd988b47ccbb58c8fecdabaa5b0b2661fd6070352
SHA1: 4588a67566151c8bc9ef25cb8cc0181c07707be4
MD5sum: caeab588fa38c6f56c7eeec9316e0bf4
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2022-01-07 13:53:34+00

Package: postgresql-13-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw (1.1.1-1.pgdg+1)
Version: 1.1.1-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 184
Depends: postgresql-13-ogr-fdw (= 1.1.1-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw-dbgsym_1.1.1-1.pgdg+1+b2_arm64.deb
Size: 155596
SHA256: 62f889cc52b8bbe245dbe608c400e3b7f1bd6e92a8582488935a4779503a0e6b
SHA1: 82e73048057b6a5cc5d7cfb1181f665d87d9eb50
MD5sum: 771021989bd3bcaed0622802679c6425
Description: debug symbols for postgresql-13-ogr-fdw
Build-Ids: 5777e1c1ad0f60ca71c946d44d52b44b7a7ec9f4 5ac5aa2fafcd19f4f21da6795a6f5238e5f8f3e7
Timestamp: 2022-01-07 13:53:34+00

Package: postgresql-14-ogr-fdw
Source: pgsql-ogr-fdw (1.1.1-1.pgdg+1)
Version: 1.1.1-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 240
Depends: postgresql-14, libc6 (>= 2.17), libgdal30 (>= 2.2.0), postgresql-14-jit-llvm (>= 13)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw_1.1.1-1.pgdg+1+b2_arm64.deb
Size: 100204
SHA256: fe19b74d3f1dfc8d9716363441d421f7b3f927295532bec923bd2091aaba0842
SHA1: df4c1796813735484675839cdf350dd05da4eb61
MD5sum: 6497860e1a6efef1f15e52a3ca018589
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2022-01-07 13:53:34+00

Package: postgresql-14-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw (1.1.1-1.pgdg+1)
Version: 1.1.1-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 186
Depends: postgresql-14-ogr-fdw (= 1.1.1-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw-dbgsym_1.1.1-1.pgdg+1+b2_arm64.deb
Size: 157052
SHA256: 436fe65202f546c9258d181bb99c1f68d68031fa5b8aff181cacc0d5324f91c5
SHA1: 1c70173a752fbf66569c7685789c1b08c11d2964
MD5sum: e691c42abfa8abc1c2b6d51141c88b33
Description: debug symbols for postgresql-14-ogr-fdw
Build-Ids: 72eac7278ea86acbde038d24baab22dd51de95d4 ea95476905e47ecbae7a6d8fa0638e191f5f638f
Timestamp: 2022-01-07 13:53:34+00

Package: postgresql-9.6-ogr-fdw
Source: pgsql-ogr-fdw (1.1.1-1.pgdg+1)
Version: 1.1.1-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 115
Depends: postgresql-9.6, libc6 (>= 2.17), libgdal30 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-9.6-ogr-fdw_1.1.1-1.pgdg+1+b2_arm64.deb
Size: 32688
SHA256: c6157edbf96938ff8167e8e98c33527a2c791690752cab94b7f41d4d8cbb66a1
SHA1: 7925b7aef72925563d2981208c590188e675889c
MD5sum: 928c1cd4bb5f6e4ae35a76928b634e71
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2022-01-07 13:53:34+00

Package: postgresql-9.6-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw (1.1.1-1.pgdg+1)
Version: 1.1.1-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 165
Depends: postgresql-9.6-ogr-fdw (= 1.1.1-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-9.6-ogr-fdw-dbgsym_1.1.1-1.pgdg+1+b2_arm64.deb
Size: 135968
SHA256: 789ef20d0ec8925a5a18c9b87074c60a3721bd7cc6afc04c03ebee00e100bac3
SHA1: 26248aad43e43bc46362ba3681b2d2437d275b66
MD5sum: 0e2d4c2f1da91ed410706702cb86d46a
Description: debug symbols for postgresql-9.6-ogr-fdw
Build-Ids: dc6693db2950ed4ab28734f74404495958dcacf3 de59fd521e98468ef60052d3892a84edc206f841
Timestamp: 2022-01-07 13:53:34+00

Package: pgstat
Version: 1.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/gleu/pgstats
Priority: optional
Section: database
Filename: pool/main/p/pgstat/pgstat_1.2.0-1.pgdg+1_arm64.deb
Size: 31248
SHA256: 4e92d9c7c060d5560552ac7324d0bb26f9d806c54a5a223ab577fef9ea4e27dd
SHA1: 0da5751835e21475527100b588c4a3b5819cb717
MD5sum: 82943c3f0110c9a74ee8a5914c0db57d
Description: Collects PostgreSQL statistics the same way as a vmstat tool
 pgstat is a client utility to gather statistical information from a PostgreSQL
 instance in real time, and acts like vmstat or sar.
 .
 Supported statistics include archiver, bgwriter, connections, databases,
 tables, tables I/O, indexes, functions, archives wals, temporary files,
 and pgBouncer.
Timestamp: 2022-01-10 15:21:29+00

Package: pgstat-dbgsym
Source: pgstat
Version: 1.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: pgstat (= 1.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgstat/pgstat-dbgsym_1.2.0-1.pgdg+1_arm64.deb
Size: 41140
SHA256: f42f07e2641ee4deda2fbcedce02bbdcbc67dea2c7950753f6a869d23e4d31e2
SHA1: e4fd2dfb84628e615f0cdd957615077c5457b8f4
MD5sum: 888686de4c6a0820cf42a7c9a71387e7
Description: debug symbols for pgstat
Build-Ids: f92d57e6a3b3ad16b3961ea891cf7e44897881a9
Timestamp: 2022-01-10 15:21:29+00

Package: postgresql-10-decoderbufs
Source: postgres-decoderbufs
Version: 1.8.0.final-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-10, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs_1.8.0.final-1.pgdg+2_arm64.deb
Size: 13856
SHA256: 1042f689077b3ff98a9a1c183ea9bc1e1265d4635fe2b9bc282956f563e970f7
SHA1: fd8ebfdca9f2f7d68d46e0d2c05b9f2d0a0a46a9
MD5sum: 914fba980526381f00562db91941e3b0
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2022-01-10 15:21:29+00

Package: postgresql-10-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 1.8.0.final-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-10-decoderbufs (= 1.8.0.final-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs-dbgsym_1.8.0.final-1.pgdg+2_arm64.deb
Size: 38224
SHA256: 2b35bd2abd36e4427b340b2162245a7ebce9bc820c67aca05ad16c3495643c82
SHA1: 7366b579c688cde0b3ac51f2d1e21090e413b42a
MD5sum: 91c2ef9f724c2f052a94f0ecd0cf0f03
Description: debug symbols for postgresql-10-decoderbufs
Build-Ids: 7146e0e670a5d91175b54d662c18ddd3b3080afa
Timestamp: 2022-01-10 15:21:29+00

Package: postgresql-11-decoderbufs
Source: postgres-decoderbufs
Version: 1.8.0.final-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-11, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs_1.8.0.final-1.pgdg+2_arm64.deb
Size: 43068
SHA256: 5047eb8e335364019d724334817765882d0e4ba16b4eaa302ab0a1b491a6e849
SHA1: 0538cac4b13b86f72f1b0b366cd77111df319d5d
MD5sum: c55fe61b61198a71d65969d1d113812b
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2022-01-10 15:21:29+00

Package: postgresql-11-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 1.8.0.final-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-11-decoderbufs (= 1.8.0.final-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs-dbgsym_1.8.0.final-1.pgdg+2_arm64.deb
Size: 38484
SHA256: e970d2beea3295ddd58b9e420bb7c4033ed982402b4ec79ee08dd441750b4949
SHA1: d64d6f092622e79b24ba0d99fe22dc3920621d67
MD5sum: 6099bc7671422b8de2aa731146416d15
Description: debug symbols for postgresql-11-decoderbufs
Build-Ids: fb214266e85293b496018b8ac1b3bc12906f93c0
Timestamp: 2022-01-10 15:21:29+00

Package: postgresql-12-decoderbufs
Source: postgres-decoderbufs
Version: 1.8.0.final-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-12, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs_1.8.0.final-1.pgdg+2_arm64.deb
Size: 43140
SHA256: 1ad2bfc7e8432a2e348ff5bd32296a28dad65220c931b8efbdc912ee113d557b
SHA1: bc94e7c198fee24e07b329edb2ff1f99ee7e5a2b
MD5sum: ad3180daa8df871976879069986172d3
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2022-01-10 15:21:29+00

Package: postgresql-12-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 1.8.0.final-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-12-decoderbufs (= 1.8.0.final-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs-dbgsym_1.8.0.final-1.pgdg+2_arm64.deb
Size: 39220
SHA256: a7b3541e8a47ccc5043255463c2e88143fcb983b476c121fb6dd62cb0af3f903
SHA1: 45511f77d9b638e1dbfcdc738627cae75c459d27
MD5sum: 7b69469c25981d5b03f921524753d95a
Description: debug symbols for postgresql-12-decoderbufs
Build-Ids: 4c108842967af4c0fd15aaf5dcf7ca499a192d16
Timestamp: 2022-01-10 15:21:29+00

Package: postgresql-13-decoderbufs
Source: postgres-decoderbufs
Version: 1.8.0.final-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-13, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs_1.8.0.final-1.pgdg+2_arm64.deb
Size: 43572
SHA256: fa1dcbe1cf517330e5cacb34949774bd06484e16930c590d9d558757a4d738bf
SHA1: ebb8162d92f67a0880524b5053729fa9b5f1bdfe
MD5sum: 6572efb3e281ac3c3400c01566f68737
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2022-01-10 15:21:29+00

Package: postgresql-13-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 1.8.0.final-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-13-decoderbufs (= 1.8.0.final-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs-dbgsym_1.8.0.final-1.pgdg+2_arm64.deb
Size: 40240
SHA256: 62d493839b63117d8ceea9cc5fab7437f671e2586a73e43b8e4038117b1c556c
SHA1: 841e5668c73c457878e852612759393bce0e2dc9
MD5sum: cf7ce944022dc6e6b6d15d5780b073d2
Description: debug symbols for postgresql-13-decoderbufs
Build-Ids: 487d164a33fd4c300bb8cae75c503303eba5f3a5
Timestamp: 2022-01-10 15:21:29+00

Package: postgresql-14-decoderbufs
Source: postgres-decoderbufs
Version: 1.8.0.final-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-14, postgresql-14-jit-llvm (>= 13), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs_1.8.0.final-1.pgdg+2_arm64.deb
Size: 42752
SHA256: 10f18592a30b3ee5ba9805ddadc28e574bcc496dffd6f412dcde4791352293ba
SHA1: 4c3af200fd51b80767f48dd8d4003cca3c99e84b
MD5sum: 02ffe5b6b8955831a96132dfdd8b9888
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2022-01-10 15:21:29+00

Package: postgresql-14-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 1.8.0.final-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-14-decoderbufs (= 1.8.0.final-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs-dbgsym_1.8.0.final-1.pgdg+2_arm64.deb
Size: 41324
SHA256: 2a2ec1313f85306d8b5ca5b9cdba4ff527f35c0eeaef4dc508db79b650819cca
SHA1: be32a23252f9a42126a8e636ecf8fa4e61174761
MD5sum: 3fcda7317b4da63f3d6040a95c1f2d97
Description: debug symbols for postgresql-14-decoderbufs
Build-Ids: 82b64f7744787a16f29141df258d0cd8ed3403f9
Timestamp: 2022-01-10 15:21:29+00

Package: apgdiff
Version: 2.7.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 173
Depends: default-jre-headless | java2-runtime-headless
Homepage: https://www.apgdiff.com/
Priority: optional
Section: database
Filename: pool/main/a/apgdiff/apgdiff_2.7.0-1.pgdg+1_all.deb
Size: 154772
SHA256: ec694232661948e100c5dcf97c03d8ed25944c79d9ce433479f3b60ad35a763e
SHA1: 14fd98f1a620e0b227e4ba8f44fceca0a259665d
MD5sum: e3b35d8193b3b8f9d5efe3c59e54c2c3
Description: Another PostgreSQL Diff Tool
 Another PostgreSQL Diff Tool is a simple PostgreSQL diff tool that is useful
 for schema upgrades. The tool compares two schema dump files and creates
 an SQL output file that is (after some hand-made modifications) suitable for
 upgrades of old schemata.
Timestamp: 2022-01-11 15:59:21+00

Package: libpg-perl
Version: 1:2.1.1-10~pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: perl, perlapi-5.32.1, libc6 (>= 2.17), libpq5
Multi-Arch: same
Priority: optional
Section: perl
Filename: pool/main/libp/libpg-perl/libpg-perl_2.1.1-10~pgdg+1_arm64.deb
Size: 36060
SHA256: 6c9ffd54fc3a13a15be89762eaceb609a59889f480b20a25a365bf12a9b23519
SHA1: 010c8f4700240e229041c8b0ccefb8fff6959e1f
MD5sum: ba268fbe63c3144f2103fcf540de68e6
Description: PostgreSQL interface for Perl
 This library enables Perl scripts to communicate with the PostgreSQL database
 backend.
 .
 This is a very old driver, newer applications should use DBI and DBD::Pg
 (libdbd-pg-perl) instead.
Timestamp: 2022-01-11 15:59:21+00

Package: libpg-perl-dbgsym
Source: libpg-perl
Version: 1:2.1.1-10~pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: libpg-perl (= 1:2.1.1-10~pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libp/libpg-perl/libpg-perl-dbgsym_2.1.1-10~pgdg+1_arm64.deb
Size: 71480
SHA256: ca954de5f44a20e819767b78ef93fa617d5fa178f6a69da9d63b2ea93ff097ea
SHA1: 5d96a1683fd18cf310be09b8f3bcf46e3825e6b9
MD5sum: 867c3564552a6e8d1f36157b48fbb0ab
Description: debug symbols for libpg-perl
Build-Ids: ad2e8b1ccf51aac280b947a926fb16a2461af829
Timestamp: 2022-01-11 15:59:21+00

Package: libtap-parser-sourcehandler-pgtap-perl
Version: 3.35-3.pgdg+1
Architecture: all
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Installed-Size: 95
Depends: perl:any
Suggests: postgresql-pgtap
Homepage: https://metacpan.org/release/TAP-Parser-SourceHandler-pgTAP
Priority: optional
Section: perl
Filename: pool/main/libt/libtap-parser-sourcehandler-pgtap-perl/libtap-parser-sourcehandler-pgtap-perl_3.35-3.pgdg+1_all.deb
Size: 38288
SHA256: e3c63f2be0a3ea9d18d752097692150162c6d7d216ce592972850d6d528e05b8
SHA1: 260ee3d025a9146ad45ac7ef45b85206be94a4f8
MD5sum: 19916d231b948d2429d3bb33fdb410b7
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/).
Timestamp: 2022-01-11 15:59:21+00

Package: pgtop
Version: 4.0.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libbsd0 (>= 0.7.0), libc6 (>= 2.17), libpq5 (>= 9.0~), libtinfo6 (>= 6)
Enhances: postgresql
Breaks: ptop (<< 3.7.0-1~)
Replaces: ptop (<< 3.7.0-1~)
Homepage: https://gitlab.com/pg_top/pg_top
Priority: optional
Section: database
Filename: pool/main/p/pgtop/pgtop_4.0.0-2.pgdg+1_arm64.deb
Size: 49480
SHA256: 169bcc5cf38092923fdf24b588f47ba85267801b6c47629aff86bd56bee40a6e
SHA1: a537a909c3f7a9a052d4446a41c1833e77022913
MD5sum: bde3798bffef1a78db26d126505364ca
Description: PostgreSQL performance monitoring tool akin to top
 pg_top is 'top' for PostgreSQL.
 .
  * Monitor PostgreSQL processes.
  * View currently running SQL statement of a process.
  * View query plan of a currently running SELECT statement.
  * View locks held by a process.
  * View I/O statistics per process.
  * View replication statistics for downstream nodes.
Timestamp: 2022-01-11 15:59:21+00

Package: pgtop-dbgsym
Source: pgtop
Version: 4.0.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: pgtop (= 4.0.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtop/pgtop-dbgsym_4.0.0-2.pgdg+1_arm64.deb
Size: 103416
SHA256: 1f2a6b9e4062aeaad5761fe7137146c0e9d01b99f80b075e38ab520f9d8e91fa
SHA1: 262b2a3cb74378556a1b160cc12a75e2b23b6e3c
MD5sum: f100b1750033b98388262920434d211e
Description: debug symbols for pgtop
Build-Ids: 0b43adef4d46c2a65c2532c336353192f2a3ccc5
Timestamp: 2022-01-11 15:59:21+00

Package: postgresql-10-pgfincore
Source: pgfincore
Version: 1.2.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: libc6 (>= 2.33), postgresql-10
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-10-pgfincore_1.2.3-1.pgdg+1_arm64.deb
Size: 15304
SHA256: a8661312b4f457aaf24912f2a16eba7d66e6e9eeedb5e6fd231284c11599ab66
SHA1: 2aebb69976227650e9712f41a105f68f1556cbbb
MD5sum: 39cb60c2a90c320e5d3bcf88f9bc4bc0
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.
Timestamp: 2022-01-11 15:59:21+00

Package: postgresql-10-pgfincore-dbgsym
Source: pgfincore
Version: 1.2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-10-pgfincore (= 1.2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-10-pgfincore-dbgsym_1.2.3-1.pgdg+1_arm64.deb
Size: 36828
SHA256: 7f605afaa5391b89af817bc95b61b02de0a3b1e0d4334f33353e27974d474107
SHA1: 87776279aaaea7a1d8310e061eaff5ff3aab908a
MD5sum: f0464e84799a3996caa73fda218ca309
Description: debug symbols for postgresql-10-pgfincore
Build-Ids: c323b75e92224655afa0b0713a9c0effd8d81c8c
Timestamp: 2022-01-11 15:59:21+00

Package: postgresql-10-pg-track-settings
Source: pg-track-settings
Version: 2.0.1-4.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 97
Depends: postgresql-10
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-10-pg-track-settings_2.0.1-4.pgdg+1_all.deb
Size: 8316
SHA256: 2b3c2dafbc77b91023957e284b7e63f7ef22d5fd125641ff5088a3c76a3a349a
SHA1: 539279e5cb6843b7f47c79473b366a1f77b6cf08
MD5sum: 910eb6849c8cc3f7856bdf594dde0853
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2022-01-11 15:59:21+00

Package: postgresql-10-powa
Source: powa-archivist
Version: 4.1.2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1022
Depends: postgresql-10, libc6 (>= 2.17)
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-10-powa_4.1.2-4.pgdg+1_arm64.deb
Size: 41260
SHA256: d5a69dad6218ffc176a73168a137495ca2925182908979d4a67be712cf9eba3b
SHA1: 47bb709a53b9bb32ae846916e54db661ac6a72b9
MD5sum: d11a0b14c90770ee0813461482d47ce7
Description: PostgreSQL Workload Analyzer -- PostgreSQL 10 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2022-01-11 15:59:21+00

Package: postgresql-10-powa-dbgsym
Source: powa-archivist
Version: 4.1.2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-10-powa (= 4.1.2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-10-powa-dbgsym_4.1.2-4.pgdg+1_arm64.deb
Size: 34236
SHA256: 88c266612e6a5077d91f38ebdbd8d28086e72c49099ee3c8cc0661086136ece1
SHA1: 87b14587cbe84aa8e1f86170197cd8d4f875de5a
MD5sum: 602dcb29b7955eb930cd94c2260638f0
Description: debug symbols for postgresql-10-powa
Build-Ids: 710ea79cd2242fb1a528f5df2b02a2849dae1cb3
Timestamp: 2022-01-11 15:59:21+00

Package: postgresql-11-pgfincore
Source: pgfincore
Version: 1.2.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: libc6 (>= 2.33), postgresql-11
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-11-pgfincore_1.2.3-1.pgdg+1_arm64.deb
Size: 31332
SHA256: 350ab715966fd548e0440fef9beb525dbd5e90e5073ba6ddb7979650360ffa93
SHA1: c7a88ae37ca6d6e83110e2facbad178277dac89c
MD5sum: 29118ecf1e4952e032d1f71cd2ceaf0c
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.
Timestamp: 2022-01-11 15:59:21+00

Package: postgresql-11-pgfincore-dbgsym
Source: pgfincore
Version: 1.2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-11-pgfincore (= 1.2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-11-pgfincore-dbgsym_1.2.3-1.pgdg+1_arm64.deb
Size: 38056
SHA256: 3c64f6fb32cc165e2f702326d857b205734ff2afbb4180f00a7c1daa45e729ce
SHA1: 70c0472dd6aec47a89fca25afbd2c9081a6f6328
MD5sum: 64f1167df59ddb806b2a70a10ded5a1e
Description: debug symbols for postgresql-11-pgfincore
Build-Ids: d269a91b0a2710e96430f6ab2f0128dbc602a4d2
Timestamp: 2022-01-11 15:59:21+00

Package: postgresql-11-pg-track-settings
Source: pg-track-settings
Version: 2.0.1-4.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 97
Depends: postgresql-11
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-11-pg-track-settings_2.0.1-4.pgdg+1_all.deb
Size: 8320
SHA256: cc759b885c13929d968d334944184de43d5b2f3a26a1ef19f74dd7c9bbc4dca3
SHA1: 4339a290cabf54468034095dd7b7a6eec1bac4ab
MD5sum: 1794893c5b7efb227aace58d09b78ba0
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2022-01-11 15:59:21+00

Package: postgresql-11-powa
Source: powa-archivist
Version: 4.1.2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1049
Depends: postgresql-11, libc6 (>= 2.17)
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-11-powa_4.1.2-4.pgdg+1_arm64.deb
Size: 56000
SHA256: 42cd85a77e1980972c82f8211cd9656158db87160811e1b3ff9258ab73cbcf36
SHA1: f20d279d690ac1a46cde0b060000410538eb3ff2
MD5sum: e052837a769f656f8e84b91cc4ecfdd9
Description: PostgreSQL Workload Analyzer -- PostgreSQL 11 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2022-01-11 15:59:21+00

Package: postgresql-11-powa-dbgsym
Source: powa-archivist
Version: 4.1.2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-11-powa (= 4.1.2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-11-powa-dbgsym_4.1.2-4.pgdg+1_arm64.deb
Size: 33112
SHA256: 5e60e2ca52f19e6645941bc7f11472ebef131c022e8a850cc868b92ac4d580aa
SHA1: 995d7dc4e52284f4932fd327147aa1f459e752d2
MD5sum: d4eb12926d36e6b8470e011cd115f0a2
Description: debug symbols for postgresql-11-powa
Build-Ids: 8d90504b702575de53e5f09c5b82d89c839e8e78
Timestamp: 2022-01-11 15:59:21+00

Package: postgresql-12-pgfincore
Source: pgfincore
Version: 1.2.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: libc6 (>= 2.33), postgresql-12
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-12-pgfincore_1.2.3-1.pgdg+1_arm64.deb
Size: 31844
SHA256: 38cef70a245d34b74dc33c00d4af9517f751578eb2fadf7c05d8c749b87f4f11
SHA1: be6e39e56916d21a985f624426178e367e54a67f
MD5sum: 45a2d9943f2ef3575ec4bbbc97ed3d3e
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.
Timestamp: 2022-01-11 15:59:21+00

Package: postgresql-12-pgfincore-dbgsym
Source: pgfincore
Version: 1.2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-12-pgfincore (= 1.2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-12-pgfincore-dbgsym_1.2.3-1.pgdg+1_arm64.deb
Size: 41848
SHA256: cfa7e238f46c81944fd659a7854553516347a6c010888ff9418eb05f85fb4c46
SHA1: 138200b4aa4dd5dca4024cbf36370a274420099c
MD5sum: 3a5e3cf0edc40eadf13c5cd2f0382fde
Description: debug symbols for postgresql-12-pgfincore
Build-Ids: b1e70e23ea10892e6c7119e4b685cc5a6ea1878c
Timestamp: 2022-01-11 15:59:21+00

Package: postgresql-12-pg-track-settings
Source: pg-track-settings
Version: 2.0.1-4.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 97
Depends: postgresql-12
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-12-pg-track-settings_2.0.1-4.pgdg+1_all.deb
Size: 8312
SHA256: f858b9fe025387256d97bbf2c72902041b66c63e94059e8dc1e069a79b3ebc40
SHA1: 7d41c1cf7189162c201757945c92ddf4f3863818
MD5sum: db4781346ed9f1f2621134cf862ed365
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2022-01-11 15:59:21+00

Package: postgresql-12-powa
Source: powa-archivist
Version: 4.1.2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1049
Depends: postgresql-12, libc6 (>= 2.17)
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-12-powa_4.1.2-4.pgdg+1_arm64.deb
Size: 55900
SHA256: 31c870b5f4b923428c45f801f7e114c721355a53223003b8166dcbec7f9037da
SHA1: ae20df65124a72d7f52248833e909bb0a2d0fd50
MD5sum: abbb57702bf44b166081d01b08fc150d
Description: PostgreSQL Workload Analyzer -- PostgreSQL 12 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2022-01-11 15:59:21+00

Package: postgresql-12-powa-dbgsym
Source: powa-archivist
Version: 4.1.2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-12-powa (= 4.1.2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-12-powa-dbgsym_4.1.2-4.pgdg+1_arm64.deb
Size: 34764
SHA256: 8d46c8a7ebeea9316f597e8790773f7c65d1c386d39e7a448a8a171ed7356842
SHA1: bdb64cd1597ff13e4ddfd896ae5104d20fb2c167
MD5sum: 1fb77a39a146c2142ad3d7bb177b4c3d
Description: debug symbols for postgresql-12-powa
Build-Ids: cc7058af32fdec64a732d319fd7fe4f139bbdf09
Timestamp: 2022-01-11 15:59:21+00

Package: postgresql-13-pgfincore
Source: pgfincore
Version: 1.2.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: libc6 (>= 2.33), postgresql-13
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-13-pgfincore_1.2.3-1.pgdg+1_arm64.deb
Size: 32104
SHA256: e65a7bbb97abc04beed4a185086aa7bf064a974e2ebefdf9c05ef64be86c6435
SHA1: 75479356d474036f1074325a73206896f5fa0089
MD5sum: 10fabb7de2ff0e237323945299270521
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.
Timestamp: 2022-01-11 15:59:21+00

Package: postgresql-13-pgfincore-dbgsym
Source: pgfincore
Version: 1.2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-13-pgfincore (= 1.2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-13-pgfincore-dbgsym_1.2.3-1.pgdg+1_arm64.deb
Size: 39664
SHA256: d8df2601eb2067591649538a9ddf8642e5f3161ac3a4428876071696fe09d373
SHA1: 4d824c9c9bcb27c4c82d0ffdeca10a79a250cae1
MD5sum: 78609b35b9d921007ffd7b27e528acc3
Description: debug symbols for postgresql-13-pgfincore
Build-Ids: 596116853305034bb4344603831c314ee523965e
Timestamp: 2022-01-11 15:59:21+00

Package: postgresql-13-pg-track-settings
Source: pg-track-settings
Version: 2.0.1-4.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 97
Depends: postgresql-13
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-13-pg-track-settings_2.0.1-4.pgdg+1_all.deb
Size: 8316
SHA256: 245ba1b6b4af64c4881fd35650b573a4bd8119edf3f8f0600d5428032762a416
SHA1: f8eb9215f5b7292b9522f4cad84b8218e2ded9ad
MD5sum: d9c8db62ea4024df4a80ea32e360110e
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2022-01-11 15:59:21+00

Package: postgresql-13-powa
Source: powa-archivist
Version: 4.1.2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1049
Depends: postgresql-13, libc6 (>= 2.17)
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-13-powa_4.1.2-4.pgdg+1_arm64.deb
Size: 55632
SHA256: 88c9b5e908db84ba4b37aed56857d5942155875bb3ac6177ac6f5cc1cdbf2917
SHA1: 82798b2c8608d52f20b2f01f236eb90823134226
MD5sum: b0582e53ab0a42192e76d658e52b2a14
Description: PostgreSQL Workload Analyzer -- PostgreSQL 13 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2022-01-11 15:59:21+00

Package: postgresql-13-powa-dbgsym
Source: powa-archivist
Version: 4.1.2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-13-powa (= 4.1.2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-13-powa-dbgsym_4.1.2-4.pgdg+1_arm64.deb
Size: 31960
SHA256: 12b7afdfc3f5ebbfe12a3a268f1c06f063268c4b30cf1209f6505e444ba5acf2
SHA1: ade3b2a5a0cc4f6facb3f6c9ea181b450c1f4ca5
MD5sum: 606d57591edd70c3c839fa008d15c197
Description: debug symbols for postgresql-13-powa
Build-Ids: 6ccd2395e169e977ac25a899350a941d22ecf54a
Timestamp: 2022-01-11 15:59:21+00

Package: postgresql-14-pgfincore
Source: pgfincore
Version: 1.2.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: libc6 (>= 2.33), postgresql-14, postgresql-14-jit-llvm (>= 13)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-14-pgfincore_1.2.3-1.pgdg+1_arm64.deb
Size: 32176
SHA256: 9409e7591e43e17685569e110d0ef2fe626264e6d28a29285c6696766dd8fbc9
SHA1: cf3d3cdc0ed1ef3d895ec3e9a23691770a87357d
MD5sum: 320fd0020fcc5775a4037f26dd281e7c
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.
Timestamp: 2022-01-11 15:59:21+00

Package: postgresql-14-pgfincore-dbgsym
Source: pgfincore
Version: 1.2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-14-pgfincore (= 1.2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-14-pgfincore-dbgsym_1.2.3-1.pgdg+1_arm64.deb
Size: 40280
SHA256: 78c3066d85c1efdb90d53502010d21f804a35ee5cd50a0d4dee13e40e7efe7eb
SHA1: 51d51f9028f2f9936207cf0e7c438450636f38e6
MD5sum: bd477ecd019983e5a2b49480eb057a1f
Description: debug symbols for postgresql-14-pgfincore
Build-Ids: e4851db837b019094706cd6d66f4977d3decf247
Timestamp: 2022-01-11 15:59:21+00

Package: postgresql-14-pg-track-settings
Source: pg-track-settings
Version: 2.0.1-4.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 97
Depends: postgresql-14
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-14-pg-track-settings_2.0.1-4.pgdg+1_all.deb
Size: 8312
SHA256: 73833232835540b99ddfcc63a3a5d9b9265d2d36b8c0d30b69f71916bfaebf55
SHA1: 3541291d47d43af92e1c580af8231f2e0d9174db
MD5sum: 397c189c4770518ff56171c4bae6efc9
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2022-01-11 15:59:21+00

Package: postgresql-14-powa
Source: powa-archivist
Version: 4.1.2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1047
Depends: postgresql-14, postgresql-14-jit-llvm (>= 13), libc6 (>= 2.17)
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-14-powa_4.1.2-4.pgdg+1_arm64.deb
Size: 55564
SHA256: 061f1dc8a141e973a96fc943234e960f3c09f68575329991e6e3885371d51a6c
SHA1: 41f70e3cea92e1eb8c0c5516ca65149e0e839a7d
MD5sum: 88f11dac9bd6462edf177bc634dde317
Description: PostgreSQL Workload Analyzer -- PostgreSQL 14 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2022-01-11 15:59:21+00

Package: postgresql-14-powa-dbgsym
Source: powa-archivist
Version: 4.1.2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-14-powa (= 4.1.2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-14-powa-dbgsym_4.1.2-4.pgdg+1_arm64.deb
Size: 32640
SHA256: d92893413e77f27d0f4e0732f5d561d61cc3d8faab4c09d9eb910ffd9fc737f6
SHA1: a492556103d0e7aa761945dc0a2d11ec0bea7db6
MD5sum: 2b9c75c1b1cdaecead491aa831a48161
Description: debug symbols for postgresql-14-powa
Build-Ids: da59077db5d4b53d09b06df4d20ccd70f9bc066c
Timestamp: 2022-01-11 15:59:21+00

Package: prometheus-sql-exporter
Version: 0.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8906
Depends: postgresql-common, libc6 (>= 2.32)
Built-Using: golang-1.17 (= 1.17.6-1), golang-github-beorn7-perks (= 1.0.1-1), golang-github-cenkalti-backoff (= 4.1.0-2), golang-github-cespare-xxhash (= 2.1.1-2), golang-github-denisenkom-go-mssqldb (= 0.0~git20170717.0.8fccfc8-6), golang-github-go-kit-kit (= 0.6.0-3), golang-github-go-logfmt-logfmt (= 0.5.0-2), golang-github-go-sql-driver-mysql (= 1.5.0-1), golang-github-go-stack-stack (= 1.8.0-1), golang-github-jmoiron-sqlx (= 1.3.4-2), golang-github-lib-pq (= 1.5.2-1), golang-github-prometheus-client-golang (= 1.11.0-3), golang-github-prometheus-client-model (= 0.2.0-3), golang-github-prometheus-common (= 0.32.1-5), golang-github-prometheus-procfs (= 0.7.3-1), golang-go.crypto (= 1:0.0~git20211202.5770296-1), golang-golang-x-net (= 1:0.0+git20211209.491a49a+dfsg-1), golang-golang-x-sys (= 0.0~git20211216.1d35b9e-1), golang-goprotobuf (= 1.3.4-2), golang-protobuf-extensions (= 1.0.1-1), golang-yaml.v2 (= 2.4.0-1)
Homepage: https://github.com/justwatchcom/sql_exporter
Priority: optional
Section: database
Filename: pool/main/p/prometheus-sql-exporter/prometheus-sql-exporter_0.4.0-1.pgdg+1_arm64.deb
Size: 2291428
SHA256: 72ef1b0e2adf6ad5c85346b245ae5e3cf5644e037c3ee438221fbab272209212
SHA1: 86c9e0a9e285c7c59ef0ff8719495d31d53d9205
MD5sum: 9f9e048f7b59cad6ccb720a93066404a
Description: Flexible SQL Exporter for Prometheus
 This Prometheus exporter extracts various metrics from PostgreSQL, MySQL, and
 MSSQL databases. The metrics are configurable via a YAML file.
Timestamp: 2022-01-11 15:59:21+00

Package: sqlsmith
Version: 1.3-1.pgdg+1
Architecture: arm64
Maintainer: Andreas Seltenreich <seltenreich@gmx.de>
Installed-Size: 570
Depends: libboost-regex1.74.0-icu67, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libpq5, libpqxx-6.4 (>= 6.4), libsqlite3-0 (>= 3.6.18), libstdc++6 (>= 11)
Homepage: https://github.com/anse1/sqlsmith
Priority: optional
Section: database
Filename: pool/main/s/sqlsmith/sqlsmith_1.3-1.pgdg+1_arm64.deb
Size: 155696
SHA256: 6a9d7a5c361ad139bed28d113df0f730d3620222a323ec1dfc7dc747a3c1447a
SHA1: aed1a14ec3332db5882e7a495afc045ce9d9d2f4
MD5sum: 12cbaa66ebe8225cd5b1054a2b358616
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+ and sqlite3.
 .
 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.
Timestamp: 2022-01-11 15:59:21+00

Package: sqlsmith-dbgsym
Source: sqlsmith
Version: 1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Andreas Seltenreich <seltenreich@gmx.de>
Installed-Size: 4096
Depends: sqlsmith (= 1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/sqlsmith/sqlsmith-dbgsym_1.3-1.pgdg+1_arm64.deb
Size: 3958420
SHA256: 0fb4d40ddf391dbbe67dc7097b3b735f376997970fcc574d87d0e72727b48c56
SHA1: 0c4fcc5cea1cebd712132d93c7df2ab014511f79
MD5sum: 12e37f073b064877bd5963a2b0e2feb5
Description: debug symbols for sqlsmith
Build-Ids: d0610d9d037e368eb9fae83d4d9c743c0834b4c1
Timestamp: 2022-01-11 15:59:21+00

Package: pgcopydb
Version: 0.2-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 192
Depends: postgresql-client, libc6 (>= 2.33), libpq5 (>= 9.1~)
Homepage: https://github.com/dimitri/pgcopydb
Priority: optional
Section: database
Filename: pool/main/p/pgcopydb/pgcopydb_0.2-1.pgdg+1_arm64.deb
Size: 69084
SHA256: 6039e392b0938d6aebe94f18f3955e92e6320926bad9a81e73ee6969a0f3ee3b
SHA1: 8e202f5ae270437d049d7daf5eba424259a55c91
MD5sum: 90dc9440bb74c44708c610085638782c
Description: Copy an entire PostgreSQL database from source to target
 This tool copies an entire PostgreSQL database from source to target. It
 implements `pg_dump | pg_restore` on steroids, including advanced concurrency
 tricks to make the operation faster.
Timestamp: 2022-01-13 15:15:08+00

Package: pgcopydb-dbgsym
Source: pgcopydb
Version: 0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 200
Depends: pgcopydb (= 0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgcopydb/pgcopydb-dbgsym_0.2-1.pgdg+1_arm64.deb
Size: 168900
SHA256: 64d6a19c40819c87dc097e92f6a2a30926cc7e6f00494ac5b17114db789650a2
SHA1: 96f3042a4ae955a7f92ab356970a671de8def9a0
MD5sum: e72b489429ecb8f3c38a5b2772e40caf
Description: debug symbols for pgcopydb
Build-Ids: fa3f6b852b75d94c1adbf8808bd0aae5c2c12531
Timestamp: 2022-01-13 15:15:08+00

Package: pg-bsd-indent
Version: 2.1.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/pg-bsd-indent/pg-bsd-indent_2.1.1-3.pgdg+1_arm64.deb
Size: 28304
SHA256: a40d7fa543d2f4d6d4f715bd203050542fed2a0ba3f0677e83f68d135c5e8e5d
SHA1: 579b96205788b671a02a834143c03528dff7d9f9
MD5sum: eaffb3840ce6bbcee296e0bf56cca473
Description: PostgreSQL source code indenter
 pg_bsd_indent is the official way the PostgreSQL developers reformat code
 before release. It is also recommended to be used by developers for code
 changes prior to submission. It is a fork of FreeBSD's indent.
Timestamp: 2022-01-17 10:00:25+00

Package: pg-bsd-indent-dbgsym
Source: pg-bsd-indent
Version: 2.1.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: pg-bsd-indent (= 2.1.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-bsd-indent/pg-bsd-indent-dbgsym_2.1.1-3.pgdg+1_arm64.deb
Size: 39244
SHA256: 5bb6db96f5a530c06d52f303d43aa68af8c24943de1743c14967a5e63a8f8138
SHA1: 2514fb30358108bd9d1a3f1188134d870c86acca
MD5sum: 12646313f80b83e1be37dc84ae2f60ec
Description: debug symbols for pg-bsd-indent
Build-Ids: 300468e66ed97e943b1dcda19c26f91ff2934187
Timestamp: 2022-01-17 10:00:25+00

Package: postgresql-10-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.7.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-10-mysql-fdw_2.7.0-2.pgdg+1_arm64.deb
Size: 34352
SHA256: a19ac0a15bd2dfdb8ef5994bdbb943030c9e83e95eaab80f7b144cc92f4f4710
SHA1: 2e9db9ce01228ea0b35add48c4aa52d5c86e660b
MD5sum: 0162cf34f7669509aa8be8de066fdf17
Description: Postgres 10 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 10.
Timestamp: 2022-01-17 10:00:25+00

Package: postgresql-10-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.7.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: postgresql-10-mysql-fdw (= 2.7.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-10-mysql-fdw-dbgsym_2.7.0-2.pgdg+1_arm64.deb
Size: 134232
SHA256: 1446a11651dbfdcc87581c8cf9d08cbfa613514b546876262b65c26328476fb8
SHA1: 64881402abf8efde4724997b6dabeef969829a75
MD5sum: a15d300100418cd8d9eb8987861e3b37
Description: debug symbols for postgresql-10-mysql-fdw
Build-Ids: 425124710128813970324aefbe4ebcb12bead00e
Timestamp: 2022-01-17 10:00:25+00

Package: postgresql-11-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.7.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 266
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-11-mysql-fdw_2.7.0-2.pgdg+1_arm64.deb
Size: 121524
SHA256: 8321f754fc0f2fff4151f969a30c59bfc4b098b91c7378979f21e2a48a0758d0
SHA1: 475e2c3d62f4619978cb5e53b4a308ba4ef42add
MD5sum: 02bd08f6b19226e20236bf632a40c693
Description: Postgres 11 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 11.
Timestamp: 2022-01-17 10:00:25+00

Package: postgresql-11-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.7.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: postgresql-11-mysql-fdw (= 2.7.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-11-mysql-fdw-dbgsym_2.7.0-2.pgdg+1_arm64.deb
Size: 133008
SHA256: 81ae5df3baaebbef46e8eeab622a787691e688426b810f32f1248316c7862732
SHA1: 5c8b66a060ec574c2a527b0e3d07f7c96b1fd3fc
MD5sum: 7028c6a6e7c407c421592f36d2f61702
Description: debug symbols for postgresql-11-mysql-fdw
Build-Ids: 1ddfb48fca13718cac538536b27c33aef51e709c
Timestamp: 2022-01-17 10:00:25+00

Package: postgresql-12-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.7.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 266
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-12-mysql-fdw_2.7.0-2.pgdg+1_arm64.deb
Size: 123288
SHA256: 7073585715699cc904413f715dea1cd56c983b147b8febfcd260f904d67fa0cf
SHA1: f05c2595bfd7609656d040c58574f85ea4cead7f
MD5sum: 68ae044bf380f10260c644a4ad8f9956
Description: Postgres 12 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 12.
Timestamp: 2022-01-17 10:00:25+00

Package: postgresql-12-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.7.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 157
Depends: postgresql-12-mysql-fdw (= 2.7.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-12-mysql-fdw-dbgsym_2.7.0-2.pgdg+1_arm64.deb
Size: 138356
SHA256: 6ba7a8beabdf140200949feb693f4159a530e1e63d46c00e29c9583a7f601bce
SHA1: 8b9a9b8b33318f9bb7805e8c78474e830f884d23
MD5sum: f5ed1510d040b0585589360a95f89931
Description: debug symbols for postgresql-12-mysql-fdw
Build-Ids: f27a7e50f69c98bf957a22afe7d7977509071ea8
Timestamp: 2022-01-17 10:00:25+00

Package: postgresql-13-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.7.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-13-mysql-fdw_2.7.0-2.pgdg+1_arm64.deb
Size: 126272
SHA256: 871941049329af9bd09bc1c2e134a56154a5f3b98117da680b87a70a1a29d6fe
SHA1: 0010b492b08c065ca804227e36229ec4cc0088d2
MD5sum: 69468c39e26bfee19f072ea15d7dbd8d
Description: Postgres 13 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 13.
Timestamp: 2022-01-17 10:00:25+00

Package: postgresql-13-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.7.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: postgresql-13-mysql-fdw (= 2.7.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-13-mysql-fdw-dbgsym_2.7.0-2.pgdg+1_arm64.deb
Size: 147540
SHA256: 2211d7807b6b1bf39f8be6bd5c41e156a2f6ea058d63991e90e4a986d45a85c1
SHA1: c833b0ff7e4b4086ace3c7ff79e9d323d17ae63e
MD5sum: 758c144ccede418aa135f7c8139d1ace
Description: debug symbols for postgresql-13-mysql-fdw
Build-Ids: 2b745cbcf5ace65b4464f475ee23e2c37e758240
Timestamp: 2022-01-17 10:00:25+00

Package: postgresql-14-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.7.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 254
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-14, postgresql-14-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-14-mysql-fdw_2.7.0-2.pgdg+1_arm64.deb
Size: 119092
SHA256: 9b7fda297f22ebc7ecd46c0c7d7a6f4a7841b767214368845f976b28a69ba27c
SHA1: 09d7a5d102bbf29ed8ba978eca52f7f1c3e91db5
MD5sum: 5cd4ec72c9a4054873d3aea213b11e3f
Description: Postgres 14 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 14.
Timestamp: 2022-01-17 10:00:25+00

Package: postgresql-14-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.7.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: postgresql-14-mysql-fdw (= 2.7.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-14-mysql-fdw-dbgsym_2.7.0-2.pgdg+1_arm64.deb
Size: 145768
SHA256: ad12ce86f2d8336a176c425a4cb1b3a44f303483bbde463ac4c4bb853619fc9d
SHA1: 054ab29ddc7d3600c8249ed4b23044b20a9a8b47
MD5sum: b0aa18f551b21d878a449d018baea7ad
Description: debug symbols for postgresql-14-mysql-fdw
Build-Ids: d88838d1f54bf6d7a49b041a464823edc958972f
Timestamp: 2022-01-17 10:00:25+00

Package: libtap-parser-sourcehandler-pgtap-perl
Version: 3.35-4.pgdg+1
Architecture: all
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Installed-Size: 95
Depends: perl:any
Suggests: postgresql-pgtap
Multi-Arch: foreign
Homepage: https://metacpan.org/release/TAP-Parser-SourceHandler-pgTAP
Priority: optional
Section: perl
Filename: pool/main/libt/libtap-parser-sourcehandler-pgtap-perl/libtap-parser-sourcehandler-pgtap-perl_3.35-4.pgdg+1_all.deb
Size: 38384
SHA256: 5fda5abc5e1cdcd7e18ffc4d803d675c2f8312203f5069272bbb63742853964b
SHA1: e08c7751bbe129b0864251b75a2e2eb66c916c26
MD5sum: 7dd614b2856dadd4f26f26ea0c4c12ed
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/).
Timestamp: 2022-01-19 09:55:48+00

Package: pg-checksums-doc
Source: pg-checksums
Version: 1.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16
Multi-Arch: foreign
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: doc
Filename: pool/main/p/pg-checksums/pg-checksums-doc_1.1-1.pgdg+1_all.deb
Size: 7020
SHA256: 9d664f44cedfef8ae4b415db9d70e9dba4cf6bc21333439a5f56c93b368d9a19
SHA1: 37073b01ea4ae017c295944b047d4918b873ed1a
MD5sum: 43f232b878d85af42295bc02a14d3ca5
Description: Activate/deactivate/verify PostgreSQL data checksums (Documentation)
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
 .
 This package contains the manpage.
Timestamp: 2022-01-19 09:55:48+00

Package: postgresql-10-orafce
Source: orafce
Version: 3.18.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 444
Depends: postgresql-10, libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-10-orafce_3.18.1-1.pgdg+1_arm64.deb
Size: 98868
SHA256: 14e8ef52f1dc19a7ccfe2db5eb1dc304e213c28385eaee9c4bcfafacaa2b058c
SHA1: c8707db596dc46e344d29313f3024bc7c8b57663
MD5sum: d791ea7d88e64dc624c54c26e9f164cb
Description: Oracle support functions for PostgreSQL 10
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-01-19 09:55:48+00

Package: postgresql-10-orafce-dbgsym
Source: orafce
Version: 3.18.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 260
Depends: postgresql-10-orafce (= 3.18.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-10-orafce-dbgsym_3.18.1-1.pgdg+1_arm64.deb
Size: 213684
SHA256: b42280bd79398abf1a66226036ede4ee3117df07e9fcde5587b248fb4dd8761b
SHA1: 1ea26fe706f22e12029ba1518f57ba6a4fef2558
MD5sum: 1bea49a7e4796d83a7c01116df12ec5b
Description: debug symbols for postgresql-10-orafce
Build-Ids: b1b0138b5421338ca4a0368cef785b23c481a339
Timestamp: 2022-01-19 09:55:48+00

Package: postgresql-10-pg-checksums
Source: pg-checksums
Version: 1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-10, libc6 (>= 2.33)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-10-pg-checksums_1.1-1.pgdg+1_arm64.deb
Size: 30444
SHA256: 97970148dbbac37703ca565a3e402a6c9b604ec972ae8b565ad6af1590a66ef5
SHA1: f3905b0a9c0a6b618c4522e9ca6d9d83507fe4ce
MD5sum: da650e8d0902927c0d8c9633cc811372
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2022-01-19 09:55:48+00

Package: postgresql-10-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-10-pg-checksums (= 1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-10-pg-checksums-dbgsym_1.1-1.pgdg+1_arm64.deb
Size: 27496
SHA256: 07dd53e6e22b8ebe8cdacfcc5c619d0cc095cd101d2ca1b1b2d48a810643f7c3
SHA1: 15122b82a6b6094977da562dbb9f351fa3372b2f
MD5sum: 3cf992c310a127a36c8e43161b2b78f5
Description: debug symbols for postgresql-10-pg-checksums
Build-Ids: b32981b919a5755946abf22d6dde98d2f7c49412
Timestamp: 2022-01-19 09:55:48+00

Package: postgresql-11-orafce
Source: orafce
Version: 3.18.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 990
Depends: postgresql-11, libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_3.18.1-1.pgdg+1_arm64.deb
Size: 319892
SHA256: d40edaf787703a5d30e73a6495de19d45552a8592da44e237851225ca3390a5c
SHA1: a3d8fb51bf905fbc0cca67903fb13004e7bfb25f
MD5sum: c2858c3f449c758deecc86131fab19e8
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-01-19 09:55:48+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 3.18.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 259
Depends: postgresql-11-orafce (= 3.18.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_3.18.1-1.pgdg+1_arm64.deb
Size: 213584
SHA256: dc4c6ad7aa7acf6b82fc05f313869d8c733f9ad1352e8a0674d7f2de4c7bd76a
SHA1: 24713d0ac246a49261553aa1170462f477679f5f
MD5sum: fbaa4e52c9e14a0c1f72040364b9ba95
Description: debug symbols for postgresql-11-orafce
Build-Ids: a1812e79a8b50a73538ca23f03f4ae165ea638a8
Timestamp: 2022-01-19 09:55:48+00

Package: postgresql-11-pg-checksums
Source: pg-checksums
Version: 1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-11, libc6 (>= 2.33)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-11-pg-checksums_1.1-1.pgdg+1_arm64.deb
Size: 30996
SHA256: b002d62c155d7ed8226783674ee919a862b7dd97253a0a46ff3f22af29d2c3a8
SHA1: 2324be41848f07c5d956c31e77934c421dffbde6
MD5sum: 10f913107c8570cd81391f1c3e30fdc5
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2022-01-19 09:55:48+00

Package: postgresql-11-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-11-pg-checksums (= 1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-11-pg-checksums-dbgsym_1.1-1.pgdg+1_arm64.deb
Size: 27740
SHA256: b716ac644ffeeeabaa2e43e245576de2b85068761dbf8be7fff5a74985b5ed1a
SHA1: 53fcc356b74316f7a49212230dc1a157486d5aab
MD5sum: 6fe1fe93a8f8be0091d1f290314b778b
Description: debug symbols for postgresql-11-pg-checksums
Build-Ids: 13caa334229fa3aa6ddc0c84a1ff4a248808f213
Timestamp: 2022-01-19 09:55:48+00

Package: postgresql-12-orafce
Source: orafce
Version: 3.18.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 987
Depends: postgresql-12, libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_3.18.1-1.pgdg+1_arm64.deb
Size: 320700
SHA256: 537ecc368ebe29bf32e6081584de623060773b5468b49db2b4fe301539e71e35
SHA1: c129436021680c77e4884fa6ca74e11ef5608a97
MD5sum: 5941cc311b1302a1c151cc4d1db80986
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-01-19 09:55:48+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 3.18.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 264
Depends: postgresql-12-orafce (= 3.18.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_3.18.1-1.pgdg+1_arm64.deb
Size: 217576
SHA256: 883b3c36885e7ca48319d40b22912ab39efef4d0e89461b9f740e431aab38c08
SHA1: 522343ad1652affdbfa01a97fb04547d16c683bb
MD5sum: 8fe8b7d46d25ef48669ad664736c6626
Description: debug symbols for postgresql-12-orafce
Build-Ids: 144799c7ed160c3548cad7cdb5aca07d5fb491cc
Timestamp: 2022-01-19 09:55:48+00

Package: postgresql-12-pg-checksums
Source: pg-checksums
Version: 1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-12, libc6 (>= 2.33)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-12-pg-checksums_1.1-1.pgdg+1_arm64.deb
Size: 35456
SHA256: bd7288d66d062e5e0aa4f16e7803864238b6ec87dab2539c02e672d42255c637
SHA1: dc93b3164e9b98fff159bd1cb4c13c1fbbec7a0d
MD5sum: b036c68ef62d54a081ec9aadde946632
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2022-01-19 09:55:48+00

Package: postgresql-12-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-12-pg-checksums (= 1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-12-pg-checksums-dbgsym_1.1-1.pgdg+1_arm64.deb
Size: 23100
SHA256: 0f809186cc88ad582262fd7381c0965070b2576319c9cf4bd85b25db1f29fd4f
SHA1: 69758793ada2f2db5aea240aa1e9df73456cef22
MD5sum: 436e25327369490c0ec2ad91263a9040
Description: debug symbols for postgresql-12-pg-checksums
Build-Ids: ab2f2ff2313968d444e24b13629cdb04c6945000
Timestamp: 2022-01-19 09:55:48+00

Package: postgresql-13-orafce
Source: orafce
Version: 3.18.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 985
Depends: postgresql-13, libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_3.18.1-1.pgdg+1_arm64.deb
Size: 319216
SHA256: 25d4970368f065a079ac1ab5d1d1fe5278203657aee49a70b48a27f28277e6cf
SHA1: de3b877d1ee3fb7017307188bffc437d451dc77c
MD5sum: bb486361422851cb87828d5bc0a19090
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-01-19 09:55:48+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 3.18.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: postgresql-13-orafce (= 3.18.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_3.18.1-1.pgdg+1_arm64.deb
Size: 217720
SHA256: 39c7df892dba8ed37d8862106622dd4a6affa75146cf00be60e34b121bfac1d5
SHA1: 061eca18c409cc7d01c4049e33d2a71943625ede
MD5sum: 5db999531f9fa825a0a81cb5a0760c38
Description: debug symbols for postgresql-13-orafce
Build-Ids: d80a49b4cdf619d83b0c2158e5704d5386c1cd33
Timestamp: 2022-01-19 09:55:48+00

Package: postgresql-13-pg-checksums
Source: pg-checksums
Version: 1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-13, libc6 (>= 2.33)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-13-pg-checksums_1.1-1.pgdg+1_arm64.deb
Size: 35540
SHA256: 06e3f6d8f5ec76908929ac244d2e423c25e30fbe7d4d7eb2a71c04877999bcd7
SHA1: 7c5a49b04b0a249e84430bac7ae5cea8268f7edd
MD5sum: a7eb2c679541366e9cc21fd316945f7c
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2022-01-19 09:55:48+00

Package: postgresql-13-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-13-pg-checksums (= 1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-13-pg-checksums-dbgsym_1.1-1.pgdg+1_arm64.deb
Size: 23124
SHA256: d52fe0260565a6a02736339165d51782f311643c91dc9e03bae03bfaf0f08b2e
SHA1: 90de445e206ec94b977d43420cb8c1d5285e11f7
MD5sum: 1b76fec44232a4285908fffa92d99b09
Description: debug symbols for postgresql-13-pg-checksums
Build-Ids: 86dad693e4cec3b3a7d3378565608d120655236e
Timestamp: 2022-01-19 09:55:48+00

Package: postgresql-14-orafce
Source: orafce
Version: 3.18.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 926
Depends: postgresql-14, postgresql-14-jit-llvm (>= 13), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_3.18.1-1.pgdg+1_arm64.deb
Size: 312540
SHA256: d73aa483fbcdb9f0e7eb20d5c0c97842c8b583dcb83db884aef711af5b8468f5
SHA1: 10e7938fbbe5dc3edcfb0ad4cc6a4fb717091315
MD5sum: 8b15aee5b9e4a435fa9e3b82ded67897
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-01-19 09:55:48+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 3.18.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: postgresql-14-orafce (= 3.18.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_3.18.1-1.pgdg+1_arm64.deb
Size: 212640
SHA256: 225f3733400cae061cd10caf326b73171bfca565ce5e54db32f8c75f177597be
SHA1: d21698824b05ea6586b5bf6882d19838dbb75f38
MD5sum: 56ef9631c678bbb45233276f39bc19a9
Description: debug symbols for postgresql-14-orafce
Build-Ids: 99c6e27a6d0a6a09779981f7c0561c30bce26d10
Timestamp: 2022-01-19 09:55:48+00

Package: postgresql-14-pg-checksums
Source: pg-checksums
Version: 1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-14, libc6 (>= 2.33)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-14-pg-checksums_1.1-1.pgdg+1_arm64.deb
Size: 35148
SHA256: bcd2b38dd2a68b7ab063dbc4449a8b0191dbadf13069f156eed77c4db86d9cb1
SHA1: 056d70ae2a8aaa3851cb2a005682f3613611efaa
MD5sum: 04e379b224f7b3d459965a330bd2d2b4
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2022-01-19 09:55:48+00

Package: postgresql-14-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-14-pg-checksums (= 1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-14-pg-checksums-dbgsym_1.1-1.pgdg+1_arm64.deb
Size: 22772
SHA256: b1e887cbe91c32ba9a0aa556b06f55c47ed61a3bbbf94d975c777f028dcdc203
SHA1: c4b752356734ea8ec37aed5f20e825ab015ca046
MD5sum: f2f83c8b60838543419a6d8f4cd5b197
Description: debug symbols for postgresql-14-pg-checksums
Build-Ids: 1cafbd99b607320b81bb97a9a0aa1878b9422955
Timestamp: 2022-01-19 09:55:48+00

Package: postgresql-10-pljava
Source: postgresql-pljava
Version: 1.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1279
Depends: default-jre-headless | openjdk-11-jre-headless | java-runtime-headless, postgresql-10, postgresql-pljava-common (>= 1.6.4-1.pgdg+1), libc6 (>= 2.17)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-10-pljava_1.6.4-1.pgdg+1_arm64.deb
Size: 901236
SHA256: c2b8b397c4d952a5ce91f1f848096b8acb1b0e654542f02316b4763ded546e5d
SHA1: 1c202423158b5928990b8c623430bdc426a1207b
MD5sum: 64e45111eea9819f9e1adcc049b3b533
Description: Java procedural language for PostgreSQL 10
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-11-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2022-01-21 09:50:20+00

Package: postgresql-10-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 348
Depends: postgresql-10-pljava (= 1.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-10-pljava-dbgsym_1.6.4-1.pgdg+1_arm64.deb
Size: 285800
SHA256: e9ac57756434c491ff5f902cb1f44162e85d5161bdcb12f80bcecfe5acef15ab
SHA1: 7a3b45b5a2dadaf48901983a618450901052ad3a
MD5sum: 65b420e717b9f616afbe5b4e95310252
Description: debug symbols for postgresql-10-pljava
Build-Ids: b39a81a33dfa0ae40bc1bed615de996b8ef9b9ee
Timestamp: 2022-01-21 09:50:20+00

Package: postgresql-11-pljava
Source: postgresql-pljava
Version: 1.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1279
Depends: default-jre-headless | openjdk-11-jre-headless | java-runtime-headless, postgresql-11, postgresql-pljava-common (>= 1.6.4-1.pgdg+1), libc6 (>= 2.17)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-11-pljava_1.6.4-1.pgdg+1_arm64.deb
Size: 901360
SHA256: 407a33dc9ba9422b5d4762ff8cdedea1ac917fb8deb0323e208dc35ef44ff461
SHA1: 709c310a2c03360211ea18a9c700f9ac1e3f4866
MD5sum: 23bddc42da39eaa4830a3248eea801fd
Description: Java procedural language for PostgreSQL 11
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-11-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2022-01-21 09:50:20+00

Package: postgresql-11-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 344
Depends: postgresql-11-pljava (= 1.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-11-pljava-dbgsym_1.6.4-1.pgdg+1_arm64.deb
Size: 282576
SHA256: d6d2afb91f12ea77519330ce180b69704092f3d3a08f927ccbf142ffddd5279a
SHA1: 75e2dc500bb52d002c5d9ea51a96c877bc190bf6
MD5sum: b4166768609a9872b6f5bb1fa9674c9b
Description: debug symbols for postgresql-11-pljava
Build-Ids: 4ebbabc30b7b07027a99bc323666043d70e8dccc
Timestamp: 2022-01-21 09:50:20+00

Package: postgresql-12-pljava
Source: postgresql-pljava
Version: 1.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1275
Depends: default-jre-headless | openjdk-11-jre-headless | java-runtime-headless, postgresql-12, postgresql-pljava-common (>= 1.6.4-1.pgdg+1), libc6 (>= 2.17)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-12-pljava_1.6.4-1.pgdg+1_arm64.deb
Size: 900656
SHA256: 7940701b269ae3acb3efabdde1ea33373de9a8ceae3cc8873861b3cf83d5cec3
SHA1: 26b561537a4d6eab3a2acba67c5892d50ff46533
MD5sum: f68fcda596fbc6e1a48c94b076d21e4d
Description: Java procedural language for PostgreSQL 12
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-11-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2022-01-21 09:50:20+00

Package: postgresql-12-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 354
Depends: postgresql-12-pljava (= 1.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-12-pljava-dbgsym_1.6.4-1.pgdg+1_arm64.deb
Size: 291484
SHA256: 10c5a249165a169dc747ed053b5d84ba336b6d835a7d089be3da31aeccb7e073
SHA1: 3d6b97f475ad20fb0374d4d8af7229663536247c
MD5sum: 727dacfcbb7818bb0bd508efc962c81f
Description: debug symbols for postgresql-12-pljava
Build-Ids: 55404ad38980f22087ddd5144d00f8d3b1ae5173
Timestamp: 2022-01-21 09:50:20+00

Package: postgresql-13-pljava
Source: postgresql-pljava
Version: 1.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1275
Depends: default-jre-headless | openjdk-11-jre-headless | java-runtime-headless, postgresql-13, postgresql-pljava-common (>= 1.6.4-1.pgdg+1), libc6 (>= 2.17)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-13-pljava_1.6.4-1.pgdg+1_arm64.deb
Size: 900616
SHA256: 891173490d20db7c015105425a030e4b6465fbd312d0ec996e37dfee07818fa2
SHA1: 88678566b1c7419e69660fb09a5794de11965493
MD5sum: ca81cf17dba7182835da8278f98605db
Description: Java procedural language for PostgreSQL 13
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-11-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2022-01-21 09:50:20+00

Package: postgresql-13-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 365
Depends: postgresql-13-pljava (= 1.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-13-pljava-dbgsym_1.6.4-1.pgdg+1_arm64.deb
Size: 302760
SHA256: 4ac8fc4c9c60f51e45a9344cd77028c0c1bd3a81d09a31abc447ea373861c4e0
SHA1: 7cc54e1a8c134ad19d67c464ae61fc93aa96e087
MD5sum: 26808f7762698fe69e34d65481c6716d
Description: debug symbols for postgresql-13-pljava
Build-Ids: eaffda1989e577ba33b277a750a3013d4989fabc
Timestamp: 2022-01-21 09:50:20+00

Package: postgresql-14-pljava
Source: postgresql-pljava
Version: 1.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1271
Depends: default-jre-headless | openjdk-11-jre-headless | java-runtime-headless, postgresql-14, postgresql-pljava-common (>= 1.6.4-1.pgdg+1), libc6 (>= 2.17)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-14-pljava_1.6.4-1.pgdg+1_arm64.deb
Size: 899876
SHA256: f714a59b31672447b706c5c667ce5ba52ec1d12d122141354abc9c2025d737ac
SHA1: 130ac618967304bb1d8a3254ae5dc103da2be0f2
MD5sum: b7b52690852f7d4ea2c9e0838a9d8339
Description: Java procedural language for PostgreSQL 14
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-11-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2022-01-21 09:50:20+00

Package: postgresql-14-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 364
Depends: postgresql-14-pljava (= 1.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-14-pljava-dbgsym_1.6.4-1.pgdg+1_arm64.deb
Size: 302280
SHA256: ab92ea5d871d26f181f66400a8caa99cf64074e640c6b611fac248d11af36443
SHA1: 7789a43b011d8954fd2076c4f78fdf988094682a
MD5sum: 7de4288b777dc10311aaf297f3298898
Description: debug symbols for postgresql-14-pljava
Build-Ids: 07bd02b2c0898b5ddf4c32f6203fa57a40574c8e
Timestamp: 2022-01-21 09:50:20+00

Package: postgresql-pljava-common
Source: postgresql-pljava
Version: 1.6.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 20
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-pljava-common_1.6.4-1.pgdg+1_all.deb
Size: 7260
SHA256: 198719d7b22060bd85edc55a76120828e5e21d25a0585459000e1b232f49233e
SHA1: a97006541cbfba532e8cdbae54ce3d58dad62cde
MD5sum: a249fc4136d9d2117747bbb5ae175bcd
Description: Java procedural language for PostgreSQL, config files
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package contains the pljava.policy config file.
Timestamp: 2022-01-21 09:50:20+00

Package: barman
Version: 2.18-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 74
Depends: python3-barman (= 2.18-1.pgdg+1), python3-pkg-resources, adduser, rsync (>= 3.0.4~), python3:any
Recommends: openssh-server, openssh-client, postgresql-client
Suggests: barman-cli, repmgr
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman_2.18-1.pgdg+1_all.deb
Size: 38456
SHA256: 46d4725db7472209e5b47378c589c037eb68425826ca0319523123fca9b77bf5
SHA1: c651fdb273eb672c499c5d3d6cc89e0673723334
MD5sum: 5f9111076fa6ad768fc97ae6da117e76
Description: Backup and Recovery Manager for PostgreSQL
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides barman binary.
Timestamp: 2022-01-24 13:15:37+00

Package: barman-cli
Source: barman
Version: 2.18-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 20
Depends: python3-barman (= 2.18-1.pgdg+1), python3-pkg-resources, rsync (>= 3.0.4~), python3:any
Recommends: openssh-client, barman-cli-cloud
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli_2.18-1.pgdg+1_all.deb
Size: 8052
SHA256: 0034260aa626318b418182019af274211b80a0004d0d502c19e26985ec606309
SHA1: ec861893d3a968caf277c03d139384ba8f9e04f7
MD5sum: 3a912bd006572b57a87a85f25b819be1
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 organization 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.
Timestamp: 2022-01-24 13:15:37+00

Package: barman-cli-cloud
Source: barman
Version: 2.18-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 42
Depends: python3-barman (= 2.18-1.pgdg+1), python3-pkg-resources, rsync (>= 3.0.4~), python3:any, python3-boto3
Breaks: barman-cli (<< 2.10-3~~)
Replaces: barman-cli (<< 2.10-3~~)
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli-cloud_2.18-1.pgdg+1_all.deb
Size: 23400
SHA256: e97ce1b8b356d86a135d6e56f89e6bdf19142eb959016baf1e0a1444c8da8be2
SHA1: a57b16eda3cbe58edb6e9bce6ec8902fd32629ef
MD5sum: be36b002b31db4954d614acfe087569f
Description: Cloud 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 organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli-cloud package contains cloud client utilities for the
 integration of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by 2ndQuadrant.
Timestamp: 2022-01-24 13:15:37+00

Package: pgcopydb
Version: 0.3-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 219
Depends: postgresql-client, libc6 (>= 2.33), libpq5 (>= 9.1~)
Homepage: https://github.com/dimitri/pgcopydb
Priority: optional
Section: database
Filename: pool/main/p/pgcopydb/pgcopydb_0.3-1.pgdg+1_arm64.deb
Size: 82264
SHA256: ab4b51935eefad84bab0fc4e5000df0ba6fcf39c9cb43963aa843dce0e711713
SHA1: d9889c3456e4e84bb7e5147abf9ac2f0d7ea31f3
MD5sum: 7a136ce11fb759d71a02f2f54d79178d
Description: Copy an entire PostgreSQL database from source to target
 This tool copies an entire PostgreSQL database from source to target. It
 implements `pg_dump | pg_restore` on steroids, including advanced concurrency
 tricks to make the operation faster.
Timestamp: 2022-01-24 13:15:37+00

Package: pgcopydb-dbgsym
Source: pgcopydb
Version: 0.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 213
Depends: pgcopydb (= 0.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgcopydb/pgcopydb-dbgsym_0.3-1.pgdg+1_arm64.deb
Size: 180496
SHA256: 7450164c6b8de154e87a9ab38e909ffa1b4ac38132d830f94b82e088df69beff
SHA1: 7025c19914bd799856b2fc9fb982d2e2cdc22eda
MD5sum: 20210fdc903cd5845717f03f710c483c
Description: debug symbols for pgcopydb
Build-Ids: 9aa1565ea8c1cf0097eba7b66bd01aa64353ef6a
Timestamp: 2022-01-24 13:15:37+00

Package: python3-barman
Source: barman
Version: 2.18-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1117
Depends: python3-argcomplete, python3-dateutil, python3-psycopg2, python3:any
Breaks: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Replaces: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Homepage: http://www.pgbarman.org
Priority: optional
Section: python
Filename: pool/main/b/barman/python3-barman_2.18-1.pgdg+1_all.deb
Size: 180124
SHA256: d43ca7ebc36b55b13de08c6349ad0f013e467f8674e4930ed0b35984aac97078
SHA1: 661f28d68d95c0386bf0d500c4b1c8173b0b995f
MD5sum: e91573ba50e208b68f52166d65725fc2
Description: Backup and Recovery Manager for PostgreSQL - Python modules
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides Python 3 modules only.
Timestamp: 2022-01-24 13:15:37+00

Package: postgresql-10-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-10, libc6 (>= 2.17), postgresql-10-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-10-pgauditlogtofile_1.4-2.pgdg+1_arm64.deb
Size: 8492
SHA256: a473333f23647b1995691918ec1e008217cbb7fbb33b5adf971ee568350b2abd
SHA1: 18d59cbc38a9c33add2d9bad7dfc313d128ccb6b
MD5sum: 54f61e20af512a72b16bff7d7c07fdd5
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-01-30 21:23:53+00

Package: postgresql-10-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-10-pgauditlogtofile (= 1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-10-pgauditlogtofile-dbgsym_1.4-2.pgdg+1_arm64.deb
Size: 23036
SHA256: 37eac47908e73cab5c4980745df3dc033e1666ecde2fcfd28db061f6006c54c9
SHA1: 51e676d9502ea091a73dda19d2a9470d04fcc67a
MD5sum: 70c0915baaa661f2485d6f50c79b7618
Description: debug symbols for postgresql-10-pgauditlogtofile
Build-Ids: 80e742774d3bba17e824397cf45a8f44c0b53ada
Timestamp: 2022-01-30 21:23:53+00

Package: postgresql-11-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-11, libc6 (>= 2.17), postgresql-11-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile_1.4-2.pgdg+1_arm64.deb
Size: 22804
SHA256: 84fb2ac333a103db6611272176db83f22efff67d5d0328393bb240a321abbb27
SHA1: 593d80359f9b86465ed820defe49a095a85be61a
MD5sum: 171c636d3e545788b14db0ad83a97be4
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-01-30 21:23:53+00

Package: postgresql-11-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: postgresql-11-pgauditlogtofile (= 1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile-dbgsym_1.4-2.pgdg+1_arm64.deb
Size: 23284
SHA256: d5c6f7fc7d38c0935640c2872fdaf24c4be85eafeb3b8e4786c9a0cafd724219
SHA1: 9aeb53d623a41cdd86b5eadbeb9952ac56132333
MD5sum: 0d5965a27076dea8a7345cb35f7fc523
Description: debug symbols for postgresql-11-pgauditlogtofile
Build-Ids: 53e62ce201b1d191283adf0930e8100431ef6326
Timestamp: 2022-01-30 21:23:53+00

Package: postgresql-12-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-12, libc6 (>= 2.17), postgresql-12-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile_1.4-2.pgdg+1_arm64.deb
Size: 22404
SHA256: c220696a2550e13c0f5e0132b187d4d6c3edb4738772183097d28f8a9d6d389e
SHA1: a953ab7377f493f269596a93daa210d31dce69f5
MD5sum: 8633e0b6861a35b57ad63b02e46426ea
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-01-30 21:23:53+00

Package: postgresql-12-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: postgresql-12-pgauditlogtofile (= 1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile-dbgsym_1.4-2.pgdg+1_arm64.deb
Size: 23268
SHA256: a44e813bcaf83acf106b44ce897502bb51daaab3c898923e2ba892456ef1176f
SHA1: 1a9a6a1019603974f4961ead89ae9df6cf2976e4
MD5sum: abb332227dd0957e83ca120fce410879
Description: debug symbols for postgresql-12-pgauditlogtofile
Build-Ids: 73c525d3bc4f262989333e2e68b0650947d591bb
Timestamp: 2022-01-30 21:23:53+00

Package: postgresql-13-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-13, libc6 (>= 2.17), postgresql-13-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile_1.4-2.pgdg+1_arm64.deb
Size: 22364
SHA256: 328862f3d7b09eeb85d1f2bbf35d744fdc4643df484c47c6c519fc3ff421eda3
SHA1: 8313965eaa0c6b5d7197f7bf3af42677d99fab66
MD5sum: 205d1d87b63f551881a7b33c833fb627
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-01-30 21:23:53+00

Package: postgresql-13-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: postgresql-13-pgauditlogtofile (= 1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile-dbgsym_1.4-2.pgdg+1_arm64.deb
Size: 23356
SHA256: ae31c6bb9295783ca3ed6a857e6ecc7789f10c8808b5da570cc38a38036c8944
SHA1: bf2f4dc5b88ffe421eda0e3323d777965d142a40
MD5sum: 99c5264e51db2ea4b458098609d89d6c
Description: debug symbols for postgresql-13-pgauditlogtofile
Build-Ids: ff8f7c982ac73461c8f240c9e0a525941f7e8581
Timestamp: 2022-01-30 21:23:53+00

Package: postgresql-14-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-14, postgresql-14-jit-llvm (>= 13), libc6 (>= 2.17), postgresql-14-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile_1.4-2.pgdg+1_arm64.deb
Size: 21920
SHA256: 05d605f045ee126089bbc5a2a24fac409daa1206491c84e18865c9d2ca2db786
SHA1: 7ac449fe4b9bb6ab9cf2e3b6c724cdd75fd7c9a9
MD5sum: d723d95ebb470f339a95c9568cc3d6f2
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-01-30 21:23:53+00

Package: postgresql-14-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: postgresql-14-pgauditlogtofile (= 1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile-dbgsym_1.4-2.pgdg+1_arm64.deb
Size: 23640
SHA256: b8c811aeaf13d044d53460590dfaea8b9488b61d5c22beb7ac93526c1b68001b
SHA1: d18d7c72840ef3569132202014e86594941b59d8
MD5sum: c47fcae3fc363ddc1c67f6531b324c07
Description: debug symbols for postgresql-14-pgauditlogtofile
Build-Ids: 1bfd35afa96bfaa79d60291c78914d9f456dd1bf
Timestamp: 2022-01-30 21:23:53+00

Package: libpg-query1302.1
Source: libpg-query
Version: 13-2.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 2604
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: https://github.com/pganalyze/libpg_query
Priority: optional
Section: libs
Filename: pool/main/libp/libpg-query/libpg-query1302.1_13-2.1.0-1.pgdg+1_arm64.deb
Size: 478100
SHA256: b3174b5bdf7e4d6c600f659e10710295554d745db188ff1f7630a1478fd55f23
SHA1: be79f9d4efe68b674041f506a319c77faac3898c
MD5sum: 728298cc01214a314bd2adfeb4477080
Description: C library for accessing the PostgreSQL parser outside of the server environment
 This library uses the actual PostgreSQL server source to parse SQL queries and
 return the internal PostgreSQL parse tree.
Timestamp: 2022-02-03 17:13:25+00

Package: libpg-query1302.1-dbgsym
Source: libpg-query
Version: 13-2.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 2061
Depends: libpg-query1302.1 (= 13-2.1.0-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libp/libpg-query/libpg-query1302.1-dbgsym_13-2.1.0-1.pgdg+1_arm64.deb
Size: 1822016
SHA256: d64a3bd07f02f629fbabcaac18ed8ebba6baa1a00e24aa80d7e9ed471b2b550f
SHA1: 71086b53facd005a85a0fd02286f714e0546eb9a
MD5sum: 5e1a56f44abc0dbae7dcaa4d4f520289
Description: debug symbols for libpg-query1302.1
Build-Ids: 1788c73c5083a2cfc0c03567e06ed7c3b8755a22
Timestamp: 2022-02-03 17:13:25+00

Package: libpg-query-dev
Source: libpg-query
Version: 13-2.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 4782
Depends: libpg-query1302.1 (= 13-2.1.0-1.pgdg+1)
Homepage: https://github.com/pganalyze/libpg_query
Priority: optional
Section: libdevel
Filename: pool/main/libp/libpg-query/libpg-query-dev_13-2.1.0-1.pgdg+1_arm64.deb
Size: 570364
SHA256: 049dd388f9a0ac8224c89a3fbe92793fc08f77dcdea703d7f4316f53aa76202a
SHA1: 5eedd3782aa29821f2d0a558e231e605ce63f2d8
MD5sum: c85a81397b00e7974e01a6b70e0fdec0
Description: C library for accessing the PostgreSQL parser outside of the server environment
 This library uses the actual PostgreSQL server source to parse SQL queries and
 return the internal PostgreSQL parse tree.
Timestamp: 2022-02-03 17:13:25+00

Package: python3-pglast
Source: pglast
Version: 3.8-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 1875
Depends: python3 (<< 3.11), python3 (>= 3.9~), python3-pkg-resources, python3:any, libc6 (>= 2.17), libpg-query1302.1
Suggests: python-pglast-doc
Provides: python3.10-pglast, python3.9-pglast
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: python
Filename: pool/main/p/pglast/python3-pglast_3.8-1.pgdg+1_arm64.deb
Size: 380192
SHA256: 2ed1508f3d78c3fb1967e33e6cb1f6fdfd0648ac5b9cb9c8d7a7d533803a90d6
SHA1: 362c643a2bfae5832cb34bd5b027fb4b2bfb56ba
MD5sum: ed4ed96da6a9a28c42181e8daed1cbe4
Description: PostgreSQL Languages AST and statements prettifier (Python 3)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This package installs the library for Python 3.
Timestamp: 2022-02-04 13:17:32+00

Package: python3-pglast-dbgsym
Source: pglast
Version: 3.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 3024
Depends: python3-pglast (= 3.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglast/python3-pglast-dbgsym_3.8-1.pgdg+1_arm64.deb
Size: 2896584
SHA256: 8f4a5e98d36123728590ecb7ba65e74da8f5e603e878dcd579f49786c1b0cd68
SHA1: 0a7746a9eedc9b94f85f5c084dd62be609eb990f
MD5sum: 38333516fb65820de6a4b82cfc1df496
Description: debug symbols for python3-pglast
Build-Ids: 3470fc409932d8ef9b9a85b8694690be725661dc 8d9bef011ca5cd1924e7a8d9d3193e227547111c
Timestamp: 2022-02-04 13:17:32+00

Package: python-pglast-doc
Source: pglast
Version: 3.8-1.pgdg+1
Architecture: all
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 2816
Depends: libjs-sphinxdoc (>= 4.3)
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: doc
Filename: pool/main/p/pglast/python-pglast-doc_3.8-1.pgdg+1_all.deb
Size: 218148
SHA256: 77de381e1d8ddbdddb2b63865d9aa8329a06928726da009862ea4c463cf2fe0f
SHA1: e08f611b0f7490db7b3363f9d5a0eb056e6bb4d2
MD5sum: 8f804ca3d4d4544594e2215905bffabf
Description: PostgreSQL Languages AST and statements prettifier (common documentation)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This is the common documentation package.
Timestamp: 2022-02-04 13:17:32+00

Package: libecpg-compat3
Source: postgresql-10
Version: 10.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg-compat3_10.20-1.pgdg+1_arm64.deb
Size: 22424
SHA256: 3db5814911cc7b37a6a7396675e1ab5ab9d4334beb7d0d6dead228c3963831f5
SHA1: e8d525d4f6eaf771ed7515589011bd61b99e340b
MD5sum: 6e97bee3ae985e88af01ddf4217cd697
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.
Timestamp: 2022-02-10 14:23:58+00

Package: libecpg-compat3-dbgsym
Source: postgresql-10
Version: 10.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 10.20-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-compat3-dbgsym_10.20-1.pgdg+1_arm64.deb
Size: 17604
SHA256: 165324adf44e7faefc33527a8be2bbb9f31e299746864282ccd42a6362d2830f
SHA1: f44fa89365522b7707c7158eace314d9e557fcb8
MD5sum: 91a222f213da3391db13222297952c8d
Description: debug symbols for libecpg-compat3
Build-Ids: 9688251d6e10677cc8b420c9aff371dac175258a
Timestamp: 2022-02-10 14:23:58+00

Package: libecpg-dev
Source: postgresql-10
Version: 10.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1218
Depends: libecpg-compat3 (= 10.20-1.pgdg+1), libecpg6 (= 10.20-1.pgdg+1), libpgtypes3 (= 10.20-1.pgdg+1), libpq-dev, libc6 (>= 2.33)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libecpg-dev_10.20-1.pgdg+1_arm64.deb
Size: 227536
SHA256: 86024f6fab68fb1921184a358e70fd4f85a1adad37f923831f4a3cd12b5de7ed
SHA1: 4f61d6f21b8d8cc1c94d7184436135c14b32305e
MD5sum: ffffbe9c1a8b99dcff85810de2316a14
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).
Timestamp: 2022-02-10 14:23:58+00

Package: libecpg-dev-dbgsym
Source: postgresql-10
Version: 10.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 249
Depends: libecpg-dev (= 10.20-1.pgdg+1)
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-dev-dbgsym_10.20-1.pgdg+1_arm64.deb
Size: 212760
SHA256: 90ec8fdd71bd55ff5dfa52db0510c24a7fc37f15a58e36c415b24607c61e3a1b
SHA1: 39b354e96025278e2cd0abaf75700ddf5ce1126d
MD5sum: 2e44beb4c272d0d0f1fb60411635093e
Description: debug symbols for libecpg-dev
Build-Ids: ef3bfce0fd119735e9e6f896ca4d016a7ebe13cc
Timestamp: 2022-02-10 14:23:58+00

Package: libecpg6
Source: postgresql-10
Version: 10.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 413
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg6_10.20-1.pgdg+1_arm64.deb
Size: 86384
SHA256: 1d2afe4e5c1130123bd775ddd7d43ec03f74726eaf3b7546113e6c1985eb2424
SHA1: 9f7958804d10e3835171bee2aaf28b3d73fad91c
MD5sum: 32da9490407d23da0b9a9cba6b975f98
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.
Timestamp: 2022-02-10 14:23:58+00

Package: libecpg6-dbgsym
Source: postgresql-10
Version: 10.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libecpg6 (= 10.20-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg6-dbgsym_10.20-1.pgdg+1_arm64.deb
Size: 93200
SHA256: 6c1d1f2724c0e1cfb4a0cb7d292b7dfdd3759e31efb1c4c33e0f0e47d2b39d5e
SHA1: 5358deb44d6ae912d9dbb21ddd7c59c94dca85b9
MD5sum: d8ec17e24496dbe271a6c7c302769b0e
Description: debug symbols for libecpg6
Build-Ids: 9a645b032741df71f9cb28b796c3da8ad1aecc1b
Timestamp: 2022-02-10 14:23:58+00

Package: libpgtypes3
Source: postgresql-10
Version: 10.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpgtypes3_10.20-1.pgdg+1_arm64.deb
Size: 43412
SHA256: c6f48842eef76685998f779182724cf92679573393e2654a2dbe65b30c639cfd
SHA1: 1f40cbd2c741adc3a211794569deeb4f8e3d11fd
MD5sum: aaa809daf0c91a2b3a302172ba631791
Description: shared library libpgtypes for PostgreSQL 10
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-02-10 14:23:58+00

Package: libpgtypes3-dbgsym
Source: postgresql-10
Version: 10.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: libpgtypes3 (= 10.20-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpgtypes3-dbgsym_10.20-1.pgdg+1_arm64.deb
Size: 70804
SHA256: 9fb3dc7433670e55323598377972b324188367b052dc9e51e880c611cb85fe9e
SHA1: 1f778771f4d1ed2400473fbcf1cee338be2bd833
MD5sum: a2ac40f272c98e76995b70dedab01c7a
Description: debug symbols for libpgtypes3
Build-Ids: dc32cdeb5742bb2f637d1b221d5010a211d1e731
Timestamp: 2022-02-10 14:23:58+00

Package: libpq-dev
Source: postgresql-10
Version: 10.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 683
Depends: libpq5 (= 10.20-1.pgdg+1)
Suggests: postgresql-doc-10
Breaks: postgresql-server-dev-10 (<< 10.1-2~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libpq-dev_10.20-1.pgdg+1_arm64.deb
Size: 164116
SHA256: c756352b0d8e78a0c1643bed6f83cec25d113859d0fd28d6aa95b0bbc6fb6e58
SHA1: c84e3fe8c0a3c7a679ed345df4951356a1fcb8e6
MD5sum: 1e276b869ec066248115cfe04ad96a0a
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.
Timestamp: 2022-02-10 14:23:58+00

Package: libpq5
Source: postgresql-10
Version: 10.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 747
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpq5_10.20-1.pgdg+1_arm64.deb
Size: 166152
SHA256: c9822eaa031bd5b320d82d6af7da4173bec6ae64b4e3bf9d419f2dfcd8811bff
SHA1: 51c76ebb116d713a798d5b172924d9a3c19e7955
MD5sum: 28d272336938f1270b840b8508e5c980
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.
Timestamp: 2022-02-10 14:23:58+00

Package: libpq5-dbgsym
Source: postgresql-10
Version: 10.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 261
Depends: libpq5 (= 10.20-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpq5-dbgsym_10.20-1.pgdg+1_arm64.deb
Size: 230264
SHA256: 627a555b60cab2aa8a0f84d10fb7d056d9b1332e3756a82991771596c4ed0fd9
SHA1: edcc66c0cbd23c86938e6bf371984957e12a4c22
MD5sum: 54f4590cc836dd271310719ce2d8043c
Description: debug symbols for libpq5
Build-Ids: 7071ebc5374f565afbbdc04f9890ee2633fc3c2c
Timestamp: 2022-02-10 14:23:58+00

Package: libecpg-compat3
Source: postgresql-11
Version: 11.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg-compat3_11.15-1.pgdg+1_arm64.deb
Size: 21368
SHA256: f36c021c62b4ab9f012492e30a685f6013393dba4e8ba7937c40cb028666b478
SHA1: f9f616e51f34d4045880ece6909781c19debce7a
MD5sum: 46ecbf97c9275c72534476c95cbb5738
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.
Timestamp: 2022-02-10 14:25:17+00

Package: libecpg-compat3-dbgsym
Source: postgresql-11
Version: 11.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 11.15-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-compat3-dbgsym_11.15-1.pgdg+1_arm64.deb
Size: 17616
SHA256: 43e76609c97dd02b172187f11925c9687e9df83a50bfc890073a58dcb7af301d
SHA1: 6c6eb4f57d9fd1b09be7bf695f5af694a950a9ec
MD5sum: c5a78a429e0e06332f00976c59c4f20d
Description: debug symbols for libecpg-compat3
Build-Ids: 0d92b7f7a37f9b5f03e72613fe56317c51bde1e0
Timestamp: 2022-02-10 14:25:17+00

Package: libecpg-dev
Source: postgresql-11
Version: 11.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1244
Depends: libecpg-compat3 (= 11.15-1.pgdg+1), libecpg6 (= 11.15-1.pgdg+1), libpgtypes3 (= 11.15-1.pgdg+1), libpq-dev, libc6 (>= 2.33)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libecpg-dev_11.15-1.pgdg+1_arm64.deb
Size: 229256
SHA256: cfa350b21fcf8f7873fd6ca2a879ba52dbd895414e21e04c74fa4563aa85ccdb
SHA1: 4c58bb7b3a5a9ff030b0e6a31a43b1f49baca449
MD5sum: a3c370f7780c9276849a379508dbe3e1
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).
Timestamp: 2022-02-10 14:25:17+00

Package: libecpg-dev-dbgsym
Source: postgresql-11
Version: 11.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 251
Depends: libecpg-dev (= 11.15-1.pgdg+1)
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-dev-dbgsym_11.15-1.pgdg+1_arm64.deb
Size: 215404
SHA256: b07fa5f7bca28ebed1db8252bd8d85bd7e738068b7bf2791250564e2d00c051e
SHA1: d48e5425d0e81f24c6617efdacf3285e899907d8
MD5sum: 18f1269ae3bb819eb4cce1e4c519856b
Description: debug symbols for libecpg-dev
Build-Ids: fe6e13baf7806ca2b1dd8a0811fb38cb1d0673a5
Timestamp: 2022-02-10 14:25:17+00

Package: libecpg6
Source: postgresql-11
Version: 11.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 434
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg6_11.15-1.pgdg+1_arm64.deb
Size: 88292
SHA256: 8e0cc99df66da63499bb0089e219e5a27392f323904456a927ba2015eda41fae
SHA1: 6a975a54026536e703c6b22ce8bbe8808e35db2c
MD5sum: ac4ab6d97733bc19476fdf54515e1958
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.
Timestamp: 2022-02-10 14:25:17+00

Package: libecpg6-dbgsym
Source: postgresql-11
Version: 11.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libecpg6 (= 11.15-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg6-dbgsym_11.15-1.pgdg+1_arm64.deb
Size: 93536
SHA256: 679d953d747fb73123199a441f6a9b294bca53d0cecc5f2526f93b85e4d005e2
SHA1: 617a9b75eb1e2b4c59540e2278e7ee3e1db465db
MD5sum: 2ca3cca162579c136dd842f88861a8e7
Description: debug symbols for libecpg6
Build-Ids: c83a2e1c9659f5f44b98311bc1fd86f4c1ca064f
Timestamp: 2022-02-10 14:25:17+00

Package: libpgtypes3
Source: postgresql-11
Version: 11.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpgtypes3_11.15-1.pgdg+1_arm64.deb
Size: 42568
SHA256: 714958bd1d5412061d09a8f0d736c96c3955fd93d6186ac7047cc77ad48f099c
SHA1: 0e39454fbd90ac14849d912c90996521310c7dcb
MD5sum: 8013767ddf8eeb9db01e1b144df2c3af
Description: shared library libpgtypes for PostgreSQL 11
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-02-10 14:25:17+00

Package: libpgtypes3-dbgsym
Source: postgresql-11
Version: 11.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: libpgtypes3 (= 11.15-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpgtypes3-dbgsym_11.15-1.pgdg+1_arm64.deb
Size: 71840
SHA256: 5b394860bcae6f110f2f4f344de9fc751ca9eac90e7402c97f267550bde4e51d
SHA1: 775ecad54cd92d6d581a57053673eae366d6f7bb
MD5sum: 89b453815b5153ba60b92836e0f6f427
Description: debug symbols for libpgtypes3
Build-Ids: 7f38d4ff58227c464fef804dc940737401457b8f
Timestamp: 2022-02-10 14:25:17+00

Package: libpq-dev
Source: postgresql-11
Version: 11.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 693
Depends: libpq5 (= 11.15-1.pgdg+1)
Suggests: postgresql-doc-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libpq-dev_11.15-1.pgdg+1_arm64.deb
Size: 165188
SHA256: ce6e20f693f29f48f74f2f6baef0b1ee20c12178b808f52ea1d716a88a9bc0df
SHA1: a1ad5d6d97767e23fff7d1999f2237c0dbb79e58
MD5sum: 9407377085bf43019037f052995a7ddc
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.
Timestamp: 2022-02-10 14:25:17+00

Package: libpq5
Source: postgresql-11
Version: 11.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 755
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpq5_11.15-1.pgdg+1_arm64.deb
Size: 167056
SHA256: 102a4f1992a34fba656fc16cf40205b5e99bc4ca0ee9093f1edd156c4aa8dc8f
SHA1: 8607ad99d365bb21e2d7d57cdda88374da68e917
MD5sum: a632dcab6afa029863a2ac83e6a41119
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.
Timestamp: 2022-02-10 14:25:17+00

Package: libpq5-dbgsym
Source: postgresql-11
Version: 11.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 264
Depends: libpq5 (= 11.15-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpq5-dbgsym_11.15-1.pgdg+1_arm64.deb
Size: 232420
SHA256: 76f3fbc3a04aaf431b7332486444786aba54e534d2fa2fc70099ffa45ef0003d
SHA1: 58a4b63667d39c8fa12f17aa6160a3a62a3f49ac
MD5sum: 1b09071b70f3875acf711f9ed1244359
Description: debug symbols for libpq5
Build-Ids: f75cfb47119214a9107e211b99afa3ab1f2266b5
Timestamp: 2022-02-10 14:25:17+00

Package: libecpg-compat3
Source: postgresql-12
Version: 12.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg-compat3_12.10-1.pgdg+1_arm64.deb
Size: 18904
SHA256: 2ec556ad53312145e9f49ab6c1724333567a70b6013dae281202e6c2c86743b1
SHA1: b89c00b9d183e66e7d69f2f6ea3ddb1d96132f2a
MD5sum: 58ecc7317f8b3c6d0d427bf1e83747a8
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.
Timestamp: 2022-02-10 14:26:59+00

Package: libecpg-compat3-dbgsym
Source: postgresql-12
Version: 12.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 12.10-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-compat3-dbgsym_12.10-1.pgdg+1_arm64.deb
Size: 17632
SHA256: 3bc8bb59bc2d3cbf9a7b9e36d21e292545cd75b727d29ac98cd17208b0028d06
SHA1: a170b4b50cfcf5eeaad6bb0dc83d8f8387fe9e2d
MD5sum: 609412611e22c541028f8f72cfa67b72
Description: debug symbols for libecpg-compat3
Build-Ids: 16f84eae3a7d453b2ba41f89c6f3ef6180092033
Timestamp: 2022-02-10 14:26:59+00

Package: libecpg-dev
Source: postgresql-12
Version: 12.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1498
Depends: libecpg-compat3 (= 12.10-1.pgdg+1), libecpg6 (= 12.10-1.pgdg+1), libpgtypes3 (= 12.10-1.pgdg+1), libpq-dev, libc6 (>= 2.33)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libecpg-dev_12.10-1.pgdg+1_arm64.deb
Size: 269448
SHA256: 75d84c86c36a43b6d0981b0b8895239568565693aae7bd897bf681337889c7ec
SHA1: e19b4f8adbd93cf0177308830d41abd339bb323f
MD5sum: 54b4a09e7ba08751d59a5eff0f30c2a8
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).
Timestamp: 2022-02-10 14:26:59+00

Package: libecpg-dev-dbgsym
Source: postgresql-12
Version: 12.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 261
Depends: libecpg-dev (= 12.10-1.pgdg+1)
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-dev-dbgsym_12.10-1.pgdg+1_arm64.deb
Size: 224768
SHA256: d80401eed96dcd876f9ae1ee1cdba6ff156326e379d1873f641da5af22017464
SHA1: 445d954aff5e9724405a7693dca4e34f0ea3e266
MD5sum: cb929e827aacaa51abdf71b79aa3012f
Description: debug symbols for libecpg-dev
Build-Ids: a855cc27a633798df7fb550b3179592b465c2e64
Timestamp: 2022-02-10 14:26:59+00

Package: libecpg6
Source: postgresql-12
Version: 12.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 221
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg6_12.10-1.pgdg+1_arm64.deb
Size: 58372
SHA256: db836e5749b661212bbd695ba01aef777f988f72079589035109d887edb0cb7a
SHA1: 4c608ea54b456bb53e8cb5ce4e476915642cddd3
MD5sum: 1e60d1d1105e9b162d7cab6f9822a8d2
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.
Timestamp: 2022-02-10 14:26:59+00

Package: libecpg6-dbgsym
Source: postgresql-12
Version: 12.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libecpg6 (= 12.10-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg6-dbgsym_12.10-1.pgdg+1_arm64.deb
Size: 112064
SHA256: affe79b788ddba14380a2788f31bc769225a380824cf3b13ecaacab036169a96
SHA1: b81a1ef3e5bfea6b9ea151bb9dc87d458e9ff607
MD5sum: 9adc0a90a63848e220b3765091f49b4d
Description: debug symbols for libecpg6
Build-Ids: 436d6c2600afdd92abb8d211cd068ffba29ad9fc
Timestamp: 2022-02-10 14:26:59+00

Package: libpgtypes3
Source: postgresql-12
Version: 12.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpgtypes3_12.10-1.pgdg+1_arm64.deb
Size: 44728
SHA256: a54c66c24ea96cc0ba9b53babc50fa8527d523348ecfb5899ba8c66d1ab7aa43
SHA1: 1ffeaebc77e6e93e87754161a07536afb21e2e04
MD5sum: fcc00582d831fabc418fe9b50c7c080b
Description: shared library libpgtypes for PostgreSQL 12
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-02-10 14:26:59+00

Package: libpgtypes3-dbgsym
Source: postgresql-12
Version: 12.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libpgtypes3 (= 12.10-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpgtypes3-dbgsym_12.10-1.pgdg+1_arm64.deb
Size: 86800
SHA256: b031b350ee3e1a7352a014ac7df248063da0643594acf168bea2a875c86da706
SHA1: 35d3f57bc1d1c41c823751aecb78875dbce61aa4
MD5sum: f74057e54dd646d1403144d5a07511e2
Description: debug symbols for libpgtypes3
Build-Ids: b100a6fa69d77a5bdeff84ec4373e3c453125abf
Timestamp: 2022-02-10 14:26:59+00

Package: libpq-dev
Source: postgresql-12
Version: 12.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 585
Depends: libpq5 (= 12.10-1.pgdg+1)
Suggests: postgresql-doc-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libpq-dev_12.10-1.pgdg+1_arm64.deb
Size: 140620
SHA256: ee76d68098f3dcd36a5776bc352124fe0ee61eaecf4b14fc85fe3ecd6caea55c
SHA1: b06949c8a0540f00e5dfe6ebe21a2b5d9a5efd6a
MD5sum: 706381c7a767129d6089fd60efd98e67
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.
Timestamp: 2022-02-10 14:26:59+00

Package: libpq5
Source: postgresql-12
Version: 12.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 779
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpq5_12.10-1.pgdg+1_arm64.deb
Size: 172956
SHA256: 3ae8581135b3522482411bf8cd10b89d1e10740495fcd2c9895d7215f07e7db9
SHA1: 3d2a526d01c5bd070980d3e1ba820dc464103413
MD5sum: beac50161a6b6ef96ce29c70b0e6b001
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.
Timestamp: 2022-02-10 14:26:59+00

Package: libpq5-dbgsym
Source: postgresql-12
Version: 12.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 284
Depends: libpq5 (= 12.10-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpq5-dbgsym_12.10-1.pgdg+1_arm64.deb
Size: 250632
SHA256: 2c762b49413698311d37f938fbd6ee1a290f905c7d23fc0bf2cdbae14bfe7cf0
SHA1: 1d594790f31686a6f7fc9921711ea0b60ec3da49
MD5sum: 41f5a6b501118ad05d9b38ee67ca7a35
Description: debug symbols for libpq5
Build-Ids: b4b5891fb47764b6ba3846fc7ea62efe96197893
Timestamp: 2022-02-10 14:26:59+00

Package: libecpg-compat3
Source: postgresql-13
Version: 13.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg-compat3_13.6-1.pgdg+1_arm64.deb
Size: 23644
SHA256: bc25cd58d882509fbcf68eebd15d6a8a9fe367347c50a97ff0390eb16f62af4c
SHA1: d5240c1bf416884b1113f72261e2b8a0b5ac37c6
MD5sum: bcc6f014bfe1cabe158afaad6fa014b0
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.
Timestamp: 2022-02-10 14:28:39+00

Package: libecpg-compat3-dbgsym
Source: postgresql-13
Version: 13.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: libecpg-compat3 (= 13.6-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-compat3-dbgsym_13.6-1.pgdg+1_arm64.deb
Size: 38104
SHA256: 057bd16c620cdb5cb8a81a87a386c5dccfbf96ad0c10fb032668e7707515253f
SHA1: 27f60ad185589769a97dc6a0c0dc96549f8070d6
MD5sum: 9fe3cb92c8238b5fe7e6fe3569b02089
Description: debug symbols for libecpg-compat3
Build-Ids: 723ffdf554e7f60829e5939ba3cdc4310a00d14e
Timestamp: 2022-02-10 14:28:39+00

Package: libecpg-dev
Source: postgresql-13
Version: 13.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1486
Depends: libecpg-compat3 (= 13.6-1.pgdg+1), libecpg6 (= 13.6-1.pgdg+1), libpgtypes3 (= 13.6-1.pgdg+1), libpq-dev, libc6 (>= 2.33)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libecpg-dev_13.6-1.pgdg+1_arm64.deb
Size: 267772
SHA256: 600f654359f953837b97e35a7734a9fc268af71cbc88b81e3c85d57f781815c3
SHA1: bec8e5274ecc1e4f5348a1095174f980aaa4e51e
MD5sum: defd0c3be51994d74a274460c672c381
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).
Timestamp: 2022-02-10 14:28:39+00

Package: libecpg-dev-dbgsym
Source: postgresql-13
Version: 13.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 266
Depends: libecpg-dev (= 13.6-1.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-dev-dbgsym_13.6-1.pgdg+1_arm64.deb
Size: 229540
SHA256: c2895f81b50bf644e2b04ce86ddceb5931f5803866d8cb06cf99fd2a55527a38
SHA1: 50331908b5d9a87042a7c4de4f735d9ff79be7bd
MD5sum: 3a5966e1dbb79537c12a2e530f7ad3bc
Description: debug symbols for libecpg-dev
Build-Ids: fd9c4a7fcd4b2a4f6c3b7e85dd824051c946345c
Timestamp: 2022-02-10 14:28:39+00

Package: libecpg6
Source: postgresql-13
Version: 13.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 220
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg6_13.6-1.pgdg+1_arm64.deb
Size: 57400
SHA256: d1e985ec82b6eeb58f2671455549a1aa8f1583a0b82bdd963c778728374751e7
SHA1: 664c89392bfbde0930491d8a8974983339fffff1
MD5sum: 342651dda9f03c337fe91b61679fd25e
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.
Timestamp: 2022-02-10 14:28:39+00

Package: libecpg6-dbgsym
Source: postgresql-13
Version: 13.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libecpg6 (= 13.6-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg6-dbgsym_13.6-1.pgdg+1_arm64.deb
Size: 112212
SHA256: ec0ce7514b9d84bf1c9a965eb63580013fe29d7c21867b18d9f4fa6dce5d13fd
SHA1: bba7f9e1ea7ac28937bf37d508746f3592c3ade1
MD5sum: fe4177d5423d6913cf230f3f551ab317
Description: debug symbols for libecpg6
Build-Ids: 226304cfea5be2f53e0005ba99cf4e35747f6c48
Timestamp: 2022-02-10 14:28:39+00

Package: libpgtypes3
Source: postgresql-13
Version: 13.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpgtypes3_13.6-1.pgdg+1_arm64.deb
Size: 44100
SHA256: 161a9aa721f5e7355c669411799aa6a8185a01a25eaba75e69cff10e34333145
SHA1: da75f47a0da25ee135711f941bc2bb458ccd7ca7
MD5sum: 322da69213149659ecdbeb491afd3869
Description: shared library libpgtypes for PostgreSQL 13
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-02-10 14:28:39+00

Package: libpgtypes3-dbgsym
Source: postgresql-13
Version: 13.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libpgtypes3 (= 13.6-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpgtypes3-dbgsym_13.6-1.pgdg+1_arm64.deb
Size: 87052
SHA256: d9ec5f6970f1615bfa1cbf5ea279fc0dcc2bb41081d03dea1c364f6546f1c534
SHA1: 3d5f36e45ed6b4b127f07d756f6fa29857c29784
MD5sum: fa703e47ed22c20c71b8e9d61b758660
Description: debug symbols for libpgtypes3
Build-Ids: ac05917c94cf05d93edc148866144eff94bb3b14
Timestamp: 2022-02-10 14:28:39+00

Package: libpq-dev
Source: postgresql-13
Version: 13.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 563
Depends: libpq5 (= 13.6-1.pgdg+1)
Suggests: postgresql-doc-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libpq-dev_13.6-1.pgdg+1_arm64.deb
Size: 136388
SHA256: 1b4632a946ebf2e4b0793fb332575eff0a24158a07dc1440a4951e2edd6d1993
SHA1: 8d029249d6c5dd9a5522eabf896bcc041cb3815a
MD5sum: ba37fd8d1f866e3acdeff04d2f5ac83a
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.
Timestamp: 2022-02-10 14:28:39+00

Package: libpq5
Source: postgresql-13
Version: 13.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 776
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpq5_13.6-1.pgdg+1_arm64.deb
Size: 174268
SHA256: 068ac59df131d90dbb22323c02ff79c3383248405d11a15c16af7a0586e94250
SHA1: 08d29d69c3adcf3d346991874002085f6f3ad1c1
MD5sum: 39365d15aeed968479cd6ebe8acbec83
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.
Timestamp: 2022-02-10 14:28:39+00

Package: libpq5-dbgsym
Source: postgresql-13
Version: 13.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 291
Depends: libpq5 (= 13.6-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpq5-dbgsym_13.6-1.pgdg+1_arm64.deb
Size: 256448
SHA256: 0ad9d0628caf06e4cd623fae527df51925e0bba5a56d0ca020b6328976fbb74b
SHA1: ce3897e023ac854e746ea808e5f39dd84c2c6617
MD5sum: 015c883cdb223f255e9cd86d40073072
Description: debug symbols for libpq5
Build-Ids: 32006a4563eae85d77d0a3ebddc7d5cd61126ade
Timestamp: 2022-02-10 14:28:39+00

Package: libecpg6
Source: postgresql-14
Version: 14.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 223
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-14/libecpg6_14.2-1.pgdg+1_arm64.deb
Size: 54240
SHA256: f1bee46690e00676af3c8b63c7b749ab6a8e666bc85a25c1c4dbfb4c5dc5dcc0
SHA1: a2485ee309acde8fdcbce66fc1c76f74066366ac
MD5sum: 47fc16e48b765088591a7741b1fec305
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.
Timestamp: 2022-02-10 14:31:10+00

Package: libecpg6-dbgsym
Source: postgresql-14
Version: 14.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libecpg6 (= 14.2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libecpg6-dbgsym_14.2-1.pgdg+1_arm64.deb
Size: 112076
SHA256: df8a31e50b5118a7e00dddcb614c6bd06404aadaa98d5729342a005dd537055c
SHA1: 4ebcad3a2eadaf31b53a3fbb3f8e90ed57267328
MD5sum: 557e38b4c4049ac6165de4601afe2e36
Description: debug symbols for libecpg6
Build-Ids: b9c1fea4501f6e56ba397f90c85cf51069ed6e8b
Timestamp: 2022-02-10 14:31:10+00

Package: libecpg-compat3
Source: postgresql-14
Version: 14.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-14/libecpg-compat3_14.2-1.pgdg+1_arm64.deb
Size: 19712
SHA256: a8c0db9308165c36b756ca118e28de70da9b1dabb2520628779a355770d59478
SHA1: e0d1fb34c9c101588039280478a72d18a82ab677
MD5sum: f8a46982d4d2ce177161495528c64bb5
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.
Timestamp: 2022-02-10 14:31:10+00

Package: libecpg-compat3-dbgsym
Source: postgresql-14
Version: 14.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: libecpg-compat3 (= 14.2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libecpg-compat3-dbgsym_14.2-1.pgdg+1_arm64.deb
Size: 38112
SHA256: 652f3be0a460e70c50ee1600539386fce4b285db43e27e9e08238d2e36b055e6
SHA1: 29bda47531c8d0ecb4e2486fbc95311e4cded98c
MD5sum: 70846d1da582e728e3c489dd29f649db
Description: debug symbols for libecpg-compat3
Build-Ids: 800a2f02ab563c39dc03b850ce7dc19a3d9f090f
Timestamp: 2022-02-10 14:31:10+00

Package: libecpg-dev
Source: postgresql-14
Version: 14.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1546
Depends: libecpg-compat3 (= 14.2-1.pgdg+1), libecpg6 (= 14.2-1.pgdg+1), libpgtypes3 (= 14.2-1.pgdg+1), libpq-dev, libc6 (>= 2.33)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/libecpg-dev_14.2-1.pgdg+1_arm64.deb
Size: 269400
SHA256: 7b7309d72a039a5cdd13fc8ed256722b383ecb93e728d0ffcb02c1188a50132d
SHA1: bc1b45c7f2b8f6e0049b24caa76fa3c1df9cdeeb
MD5sum: 491260b6983cfc60fa39fdf1e6258c37
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).
Timestamp: 2022-02-10 14:31:10+00

Package: libecpg-dev-dbgsym
Source: postgresql-14
Version: 14.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 279
Depends: libecpg-dev (= 14.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libecpg-dev-dbgsym_14.2-1.pgdg+1_arm64.deb
Size: 238020
SHA256: ef2e4e67dd521ebe0d2ee8c149195970c6ddfc3992f6e2868e2ab3e8c363e5df
SHA1: 4d05039d5f4565f19aeb12457c5443344c635826
MD5sum: 810dd3bc712d490cd96451d755be203d
Description: debug symbols for libecpg-dev
Build-Ids: 9d1a0b366ac46775f09d74d2e10caae0f805e0d8
Timestamp: 2022-02-10 14:31:10+00

Package: libpgtypes3
Source: postgresql-14
Version: 14.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-14/libpgtypes3_14.2-1.pgdg+1_arm64.deb
Size: 40132
SHA256: fc31de150708e2159d0db8c9e7854889ba02df78054b7a771138c38ee9ab787f
SHA1: cb6e2648495703818cfedf8508416ded94d71a8e
MD5sum: 8af7ea9a3dd7bacb01c49e7b8728a560
Description: shared library libpgtypes for PostgreSQL 14
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-02-10 14:31:10+00

Package: libpgtypes3-dbgsym
Source: postgresql-14
Version: 14.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libpgtypes3 (= 14.2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libpgtypes3-dbgsym_14.2-1.pgdg+1_arm64.deb
Size: 87072
SHA256: d4874dcb02b6b6f7a5f20862fea2029a6d124d6f4ab9e41e53b5d1b322452786
SHA1: 227f85ec8da21940b2fd2cede409f5686e0c42fc
MD5sum: 5d4e28aaee30a675990142c96eed02d2
Description: debug symbols for libpgtypes3
Build-Ids: df5b7f988f3a9f5365eabc6dc9f1ea89334fac81
Timestamp: 2022-02-10 14:31:10+00

Package: libpq5
Source: postgresql-14
Version: 14.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 746
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-14/libpq5_14.2-1.pgdg+1_arm64.deb
Size: 163836
SHA256: 2f3ab16f8fdbe764091a8c0dba37fd816060fcfc6dd1aa4732871c539cceb434
SHA1: fab08417f021cea125a87aa42ee19278f5cef3dc
MD5sum: 157bdac62c1c12e63a50170d64beab28
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.
Timestamp: 2022-02-10 14:31:10+00

Package: libpq5-dbgsym
Source: postgresql-14
Version: 14.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 301
Depends: libpq5 (= 14.2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libpq5-dbgsym_14.2-1.pgdg+1_arm64.deb
Size: 266024
SHA256: 1d5e814cf09f5b7973d80d6ce7bcfe241fac67ca1788b677868907738483b7f6
SHA1: 5ecfadce1fa513575322907a9475307d71b39fc4
MD5sum: 6911e6dfd0c637016e27ab218e45c22f
Description: debug symbols for libpq5
Build-Ids: c2486923f53f214d86ec9e7e89930e80bef92ae1
Timestamp: 2022-02-10 14:31:10+00

Package: libpq-dev
Source: postgresql-14
Version: 14.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 568
Depends: libpq5 (= 14.2-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/libpq-dev_14.2-1.pgdg+1_arm64.deb
Size: 134412
SHA256: fd153b9cb8343f3591381c47c8eefce953418f4749bfd1cd14d446c7e9d1404b
SHA1: d5c940bc32eee12dab5320f52b159dbf7d8f13b6
MD5sum: f5c1c33cff154f12ff69e468940e6fdf
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.
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql
Source: postgresql-common (238.pgdg+1)
Version: 14+238.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-14
Suggests: postgresql-doc
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_14+238.pgdg+1_all.deb
Size: 66476
SHA256: be0f9d230f6358d7acce69d94008ec744836f545b6656782ad0ce7514cbec3a0
SHA1: 73d3f2cdfefd1af4276f435364b8258fe1c39754
MD5sum: dc674e8822b6fdddac4c445d1f1ce848
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.
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-10
Version: 10.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24189
Depends: locales | locales-all, postgresql-client-10, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.33), libcrypt1 (>= 1:4.1.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-10
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-10_10.20-1.pgdg+1_arm64.deb
Size: 4920780
SHA256: f01b30d08fd54bba7f41f29fc8df363668ceea13357eb18fe9b84429780d768c
SHA1: 55b085e551e18088882c2ea881e5b04a49904939
MD5sum: 36dd33f1aedccaa30f429fc0d0d55cec
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 10.
Postgresql-Catversion: 201707211
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-10-dbgsym
Source: postgresql-10
Version: 10.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13529
Depends: postgresql-10 (= 10.20-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-10-dbgsym_10.20-1.pgdg+1_arm64.deb
Size: 12043300
SHA256: 9ce89469309b07acfe55511da809e7b12cb42b54ad2b4beeb551dfcbe4bcbd11
SHA1: 8b548e95d98867d73414a697c2f419d30df8a2ed
MD5sum: 6eb3651d97a788d9ce18377d95b9f8a7
Description: debug symbols for postgresql-10
Build-Ids: 010f3cbfab67ef1185c201fe11a3c4fa1406ea78 05f4e4fc16c1c6e6806ace49a6aaddea737ccc68 0629986ff6e9e32a2553f0f704c0d7b3cd7916f7 07152a3e521c93f73be28fe97d63f127b728c035 07674a817ff14ce87eb8177dc05f1a3da93fd49c 08eda3f1e98e3f6f326a281aec93fd898e3add1d 0f8eb11eb759403025693279a21c60096be0897d 10d3b51ba2f86ba847d0f708870c0b7bfafab79a 11b31f03a7b6b1d536a76b649b68b412a010436d 1cc3e77437b670fc9a61d99984f1f80e68fd0a38 1d6588ac4e9fed6bd806ffdb91e397e84e2c82b8 1e99343d9908abfb1dbc52683ea964681a060a30 1e9c9df295930557396bf7f857b34eb2e95c19a1 1ff9c8433aa9e7f9f35e055a56f948abdc6364a9 20f626797b024a1d3f5147f93b9af2421dd6e15d 23237c04b4aa9dc1bdcd032c8e9c61f13f43c2b9 34404c6d3f4ea7e2b398143b40db491d3ac2132f 37044f712ea7690153b5cc7b10a8ad19de7a7b3d 38c8b9c46a846cd7b5265070dad3e3e38d9a6035 39a8471c100cc94818d819ddc2b1da680b89f410 3be4682b1154f3f80b419a4bd661b51da9bf15e9 3c43257e73e5ffa469a48a63797aef320766a633 41f86682a16b8b7ac5ad3ccd6b7a0149ce35fdd1 446ec5a95944f098b76d6833722099b737b20300 49fa9ea6a0f36af344157c1f67f2af5a256aceb7 4ce5e887bdd4e118132498b1b51c3a4b7d1c02ba 4e15f01b0f50801f47c0f4b82be90e4e63a10402 4e65d950e3c1eef088f3adedc4a1af546ac0f22f 4fe3dcb3fbffdce6e4d97dc3cf1a3514ccba8df0 511b2343a018545a80972b598ee53af7510ff800 53009a1d2157e8c91c3f9d84c2f1b7bd142430c8 5316ae9b8a6ee0c936eea1a565fbd53599340d82 55291d7b54d6b81fd40c21f086d3461a0e65e9a1 5737b04dd756ebb81976f7c7a6c558a0c3c2f0ae 58b92a1af3e39d74352e30feec7dd1a00bbd24a9 59a3e259f985c8d2519a69c5d8ec1b443de6ac5d 5ef82ebb3a2e1ef0dfd6cecb2278e59594c5e6ad 5f114cb20159d80797cc7a2f2c709ce1c5b1d5ea 600765b73aef1046094e57b9bceedd94551e0fa8 61e1d150002715d755e4132197e87fd28ec9f98f 630e0e25415d8df73d9c49a18dcd1b32c58a3b24 645d8cae89cfc43f774b818c09fb0cff58c0e099 669bb3e6fbf2c67965db4a6c2b0ac3f0b2764950 67fbea78dcd0250e2f0a4e89c8154ea890b8ca32 6944c5e03b61b21b0f959c839b0cefd450076af4 6bede364ac828802e289edec798ad67e75a14f6a 70742b545cedf2d426b858df0a337afd6a7a4a03 72fd3b9bc687081de4ea366a51fd7ac3bcf33ccc 73523cb1c65309d29fccdd9fa5cac706e54d7af4 74da9c01e11563bf68612e9245bc5d5902010dc4 754eaa65e332f188a27ada74380e37f7beb2b175 7f2eceefe8c0bd95c034dcaeb8ecdab7fc72b69a 826546bf8bd1fedc2acd3881229e20985f7e7820 83a662c8f4cc63ff87bf893b79cbf2d6a69a73ee 848b91e206dd6c5eba0cf30866f2a740ace80698 868d31f911ac32eb97f0984724335699d2d563cc 8df599883679e6e7daa44d9d8ba0d6dfc53614bf 8e20771b117264ad5b4a5f3bec868111acf851a2 9120f81597e87039c3f72a16d2744ac81aed8f63 93a3510b6b4aa5af05cee128d8eb65dd2892d10a 93d26963a1aef67958d75cffc0af738cbf7042b9 9f0dc12794746591f631108e663307ffaf18c982 a43e5a5092a38731d44acb0b60ce98792518c87c b1658bafff6e7e569ca4a73a2be99624f32511ab b59962f5a7021ccfe5639503b6f10aab376e27eb b5a8841d66904da87cc5e37f949dcd3d1b751738 b62bd6ccda114b0a763a8c40372213052d1fabba b83a90f72ffb8465c0f5bce918286614e9330000 bc68e2830d29e85184b1bf81df4fdfe16db671c3 c01bf99fb3727f2d6c9ca00a5004446146756e6d c286834a7ce273c27bef028b8d2391f620764c55 cd8e75f5b0c9cf6b62376c0093b41fc5a137808f cdd20e4cf05e566bea33ce06cb8c03dfc1c72d3d cf742a81727624661eaead76f8e151035c0eca71 d3f6561ff57e8f53645386b6ced217b64f65767c d7bee61f00f047b1cab398fcb657d465c5faca05 d8c02655ddb6a7202f2f53c46abbb2bad11656cc dbff7f4809e612b8d6bb324f524afb1a3855a1b1 dd345729ed3f0d49298e6857390995b87f4aadf9 e01e4b5e2a7c480a47a5dcc524f847d266338ec3 e065ca3455d4125d8aa5cce028992fdd4ab180bd e0d7cba7fcd8be892c8a122da4e7651fe9620c3a e3f55e03e1a7a3337ee8c312707731b6415d501a e4b6b15402bfee98d2a83b4c1f54c48dc619da60 e9d8010062229389dff207677ad17aaa0b2fdb16 ecfc980732886f70299782d35273d3ae76153e52 f003f029c9fc31d450c38ed9e077f3f3a9e15be0 f3448d65e25f4324940bb4761480dfc2cab6d5ac f42c732f0fa46c9a84a2d299754167530d307363 f6773b7a86bcada2606a29e66821456d8f251153 f68876862ae2a5b93a54fb2efd7b53a6b9518c8a f7662d8613a2f0a18e922da6fe390bc2cc72a6a3 f8542c2498c056adc7a0bcde3e587c8a81eb0935 f9a7790c9da4e316fcf9a31da4a97fe78f9b7c88
Postgresql-Catversion: 201707211
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-11
Version: 11.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47921
Depends: locales | locales-all, postgresql-client-11, postgresql-common (>= 194~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm13, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: postgresql-11-citus (<< 8.0.0.PGDG-2~), postgresql-11-cron (<< 1.1.3-2~), postgresql-11-pgextwlist (<< 1.8-2~), postgresql-11-pglogical (<< 2.2.1-4~), postgresql-11-plsh (<< 1.20171014-3~), postgresql-11-rum (<< 1.3.2-4~), postgresql-11-wal2json (<< 1.0-5~)
Provides: postgresql-contrib-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-11_11.15-1.pgdg+1_arm64.deb
Size: 15156704
SHA256: a69b678b8466dc36355544f2d7198a9303df3ad41f9aacd54f472a813ae0c45c
SHA1: 8cb566f8da9d1bec61fe21fd026f0df9127208cf
MD5sum: 8b521cec7e20aa5fb46ec32f1b397ea0
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 11.
Postgresql-Catversion: 201809051
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-11-dbgsym
Source: postgresql-11
Version: 11.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15280
Depends: postgresql-11 (= 11.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-11-dbgsym_11.15-1.pgdg+1_arm64.deb
Size: 13747208
SHA256: 9e5167b3a75a4782ff2e54b88180bf37727708ac5a848c63e8c1c6af33655c1a
SHA1: 0ea0ca58a5cb944090ee0f15192e59a2a5416042
MD5sum: 48fa4bad01510a830e41fab8f1878835
Description: debug symbols for postgresql-11
Build-Ids: 0164160bac22a4c5d5b683562f1154c1055baee8 030e3635e91ff230174fbfc68dde49f4cee27eda 04898e5788eea798a9c0f387583a396581d96bb2 06426d2b4d65450d9f0738a8132e44a3043da0a7 07f689bcc8869f935a60cca9a1dd506596798d13 092b95f07b28ec52c0dbd67d4af5ebabe189109e 0aa0eb0afb24e3bddfa0763eeacc1a081449a8b8 0ba6ab59cfcbf0431e12abda9c1eccb5a5e22f25 0f9d89b9317a666db1fd149ed2d9ea9cea949b0a 15efa02eb22828935ff5be8b706d11dfd878155a 257e6e11a7e8a3fb983611d34103d6334e919a00 274008116b2086146d93769ae2c7afb272c63a22 27905f8952b8a371f06862f9ad80dd506d8d1b6a 2eb1759105bc5197355352fbdf4889d223a337c6 2f163887cd8cc0af61545b1e1368c982751fb29a 2f344445bb4b1fd1baf02448fb4a00ec361645b2 3091576a52d928fae58cc88cb4e91f679f0de82c 36e2794fab75ae77d3cbcdcb0bdb356ce28daeca 3aede37b8bcce86cc414c6511daf12fa89d096ed 3ed4c7199ad9cd56baaa8e1c6256bc8c4307de26 41279f4cd7872cdd68ba21d0f56adbed633ec965 4412605b51d21b4a8d0613f14c5d240a5f8bf09f 47c6db5a168f036db536614f5384948299bde0a9 497e6cd5105c0c30437367d70ac1a4388c197fba 4cccae99a26fbd2e1e5331d82d737c5789c7cd94 4d7867d6264df4dbe817faf5bcb0f014583a7992 4e7f90b0f0c5ba4b374cf9a18e9e2e9202c060bd 578737ad801af30fe7a18c866c0f112834815107 618a3dd7a5ad7c9ae83363b4e5ae60990ac0994a 624c40c44fce5da1edd0c37175049ddc0fd8fcbe 624f4fc51d9ec1789518959fb39d59d4c2ada438 63b4827bd3137234b6dc91dc83ddb11b65d18930 6571e6bf38e3366ea19634fb5933d8781b5d4ede 6daf474bad55083cfc1526b7ffea901465aa84d0 716f31c8f417c222b2ca3ec63388274a707231d1 7342c0c2c4c477da02bfc65579ab9c0079adb1d9 743bb6c95a4c198214ffa87756562b0c2908eb5d 76af81dd7a50da8c8a5767e576a87112f6616c9a 7936281e8809dac93d35790ee43946ecbc5307de 7970d2b5cafbfbf94d0b9ed1f093a11966cf7785 7a5e89c33ecd89d61aceb967008bed7a0eb872a9 7dd3834be84dce85ec8991822c446d01b1668322 7f5e468e5e78db5c05563e7688eb3b7ab94532c6 801bc0db9ce3691a3bd06856804c6da9a96d8d2f 82ad3f4f18bbada659b2c95c136314e18dad6d39 863d87914b96932e3b73cd77d5335ddc803dc06c 87fc7ef79cc1ae9738324f085a8969845a312b3c 8a6bb99024fac2be8a131d473a5215d64541eabc 8ab8602c6551403d6a82f30fa866baff5b7ecf59 8e174dd26484729d182172b87796ffaf40f02ac6 904652b48253d16c68ed1393b8cd762d4791a345 91830adcdb34a4dd14627f2ebdb1a33f36b468d8 9549e1dec88f24e9997d3610ec3a7f377a743cfe 97757ac81ce52fa41ec40a57d1cbbeca5940fd2d 9aa2400467796ac62eae375f4886fcbd68766ed1 9bc18675757e31cc03649844acb7e52600b638bf a30d057f40a78e1d7be685b90d43c53431cc33f6 a5b0fcc3b31e0788321ec570e9cddd0b870d30c8 a700811ed4ac79aebf670ca7a7b36cadb2861ee1 a806abf7e61d247c9c4b01208acba572d0a9140b a8b8b490c329463782a110ba520582267b0538a4 aae307872e98e6ce065fed027018e02ded888c71 aca9bdc3f49de6c99c7c09757cbdaf3b2e121a54 b19833793194e5652be7817b1ee7a6aebc36736d b288b2e86950aca6761ac4ecd4f6ee29f6c93b05 b4ba912c0fc912f6dd12fa540f514ef098e9f89b b5b89e88fdc1b6da5600f61437bffefce667d61e b6df05d3c8e81ccc009650311c749b67979b0088 b6ec564aa407757cf09ffa8723cb2fb11e6080b4 b81d9dba36cc216813f488257b7650f7b5774859 b9fb146224f021afe7714128a2954a78e3789d11 b9ff0533c88f4bed306f9cfc7eb9579683d0724a bd3e271593a799018b192a12bf5f60a843ef4395 be510279000bdcfb81a2465ab6d0bbf747e36e5c c1eec2874d5475a19d8beac582cf72cf3facb8b0 c4b83f87c964e3c48132fc5c4d7af10aeabc0f5f c7a83a79190ee0c250eae1fdd8576f6f015d2440 ca83f28e2d62ebbf4c58fbc555d8f01128c262c5 ce881565ac84fabb24eeda79ca35e95094bf8ae6 d3985e185af0aca973a5b2b83cd507b5bea412db d434a76aa49ce3d00173e60f43085c8c13e0537a d50481d01c38df0c873265e3c08cf66d5fc6ac10 d83731fdd7c920a9be739e93f0a04781476c8375 d95c63de5be1374d5f8e45f101566f708382e6f9 da189df959d776240d822e8dd0a22ed8e0aca6b1 da24ced0c197e521c3e63543f13ce4c67038665f e0cd0ff6f240518f98da4413ca02d1e45a7c33ae e1037b5a09d91dc0806461b596eedaf6b0259658 e12de23b768286c92cadc26ce15008ded82d6ffe e43cc85891c0bcf89dbde723b15214b7f7148cce ea6831075a71dcfc1965e077f469a68a5cffce7c f17fe823cbffc0784a6f1e0d97254734aab3a83a fa0988c3761faba1f4929affd260e72775a77b19 fcc74c079f2a6aa6f2628da167570eebdbca7827 fe50d9c0a4eebe867a681fe725c1ca5c841e3e96
Postgresql-Catversion: 201809051
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-12
Version: 12.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50008
Depends: locales | locales-all, postgresql-client-12, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm13, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-12_12.10-1.pgdg+1_arm64.deb
Size: 15785124
SHA256: 3a501e4e6def84485845340317a97ba1c12f356c9d6ffdf0ea5ad302c3102927
SHA1: b30bed60abf56e6a52a5820bbd9d947e2d119b46
MD5sum: 507a07031c10218ed9fa36f26b030863
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 12.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 201909212
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-12-dbgsym
Source: postgresql-12
Version: 12.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16402
Depends: postgresql-12 (= 12.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-12-dbgsym_12.10-1.pgdg+1_arm64.deb
Size: 14818224
SHA256: a2de32055fac9989fe830030a4e3b95734e541fe24d8e746ef16d8bbc5f5030c
SHA1: ab39299abb786fd38fef6faf42eb01d5a18b086f
MD5sum: 9837cbf5a4ce6d2954da60ddfd9fcc57
Description: debug symbols for postgresql-12
Build-Ids: 01dd32f228f7c3a301f01fb2628326d770bd408b 0787e21f0917103e484a259a81e86bacc5b1b442 0ac9020aa674a8dda429fe83f30e4496da652ddc 0afa29dbb738ae125f48d86f16c254e2a9b90a90 0c94e049db1d63aec79f7fecdd466da4b0ac6234 0dae0d02eb831157dadd41595a0cb768c81159bc 0eb9e83b3c2495c4eb4585a87e8940327021f9d6 1030201d3bf0eb76cfa1d859d961f725d2110f65 10b4c80a5176192d44c97f4b7b0d8ced607e088d 1219a55e6bc46a73eb440fe77bedeb4de03e8d78 15cbd41b2c05b4c468fcaa62869c569859f07c60 16bb7983e6d0477ec0d0ecb4c69d34fa1487ee7d 177d605dc6bbf19ca24e6f608720a92f5c4a84a5 1932353418ffbbd7483eee7e178411fa46af7b71 1e37d1f1e91802fac572072e3bddb57cf392b8b5 20cd3af5079909b607adb7ed4e11c2103925d5f4 21f8b6a3f039c99d3f4dea949b152a34a9662aa7 2623e9e45ac9fc2476dc60a574a8b10053be2500 26da6d17b355dcc46c23ec5f2a6be817892ce150 2c8e4aece9d0bbf28474519578f75aa7550a118c 2fe6905f357a66c9533973ff01e6d90e506207dc 39e2637c5cf2e9951bbb6cbdc35cfbd09fa565c7 3a335c7cec5a183408e970ae07fe40781482863b 3d02a6e856e0ced341adab5f62c40c47d52a7a33 3e75c68522f16161da5e6e4b0bbc386a37966e7b 3f50fb87d2912856ffe89440be4328f7567f67fc 3fae86db2023202d7f8572f76af08ca03c83699f 4309035bb5ef48226c62bb8882b85f925f186dcc 43fbe6206ffeb871a5bc4d3956eba531ebe9cf7e 446d985645e1de35d30ed53f2a05acf05a1e2560 446e28e3e6dd8ed154374525b7fc0b24b89b1f84 4553d3e10031982f2d30304db2e355a448b21c71 4718f1ff1e5f90c73ffccafad20f406d8113b719 49238ddfec1f060fffb734f09c696bf738ce69d4 4ee289323c359da8d0f90e12199c69c6b30fe2c9 575818af1a9b5aa60afdf8449d72466096e9a447 59f9810344cf45754ec822bde8bc8b21e311a13a 5a902f86036ab0f24fa3845883a41ddf045cd262 6c00081f768b64dcffa6c2427872c7adab91975a 6fd2ab23fe326edc64617e79767b5ac12a23d23a 70c5b60abb1b2c4f7a898cdae627971570eec5ef 70e9494b39fbc05243fe7a855778c189e182cbd4 71ac65ca926abd50fc3802398b599254e10ba774 74edc17face0d0d6b870a5f573d1d81d8a0d8961 75ae6f63a68c3e67157a6e914e06330fe3f97b81 7635867cdf92d90f8e32d9bf118e5b8504aa8223 7c767ed458489f19d9c19e812e72032787c60929 7da665acee81aa790567bd81d2443c04e5430420 8442bf7bde7f85321e708d98f52297b44a48e0b4 886463a3a5402f1c9db01ac25597de3cea27a185 8d72dd75f35edcd918dba84e59880d082dd93fe5 9114f8ecc1ea662dfaee5a147ba7fcc94da5f367 92bb0d07ee6ff294f05f1d7ff897eafed4e203ed 99f8dd8336b4966b4976575689de0b6092e9d613 9ab4c934844a5f9fff1c001cf2c96b1a0aca2dab 9c18ec1485c9071e67273d0b9ff290acebd9bec6 9ceeb6d105fe12b31fe20139d5ea1ff8774a16e2 9fb23da0452244fb095c56b6048221e071df0fee a03b5579ce19500d2b6fef5ca75150d283e64c46 a488d486b639c0a7c1d782c382678899b82e4104 a56ec47700c1e89c12709ec04b2c2b0bdfcac419 a6542047853fd55e77e165fd0aace56ee3ff8ce6 a707b199a52bd608a9dfd25c88550efef04ea272 a78f4714326b7e21f8dea947a6060e55731d3827 a96c1ea97fc99bed98ca45f02427fede2d35cec4 aa041e9d4511272f3be6aec44217553aad845a65 ac3a15914a91f74b47c0852d66e5c32d6231a7dc ac42f2b5a551d99a70a12f0879348132bca52c70 adb6cda87c71d8c7f933e1a1041a706993f39b2c aeebf61c90a27dda2200a445237176f7b473b98e af0b2acb346954b46e6117af0ae02a87b82086d0 af2d750cc1d9e2484770fab355f5bee67be7a64d b4719480adcd012de23c0273de5708815ea38343 b51f9264455eda5d05c65ecc31f168e3cb733965 b6495d358c3c2cfb1e2290f41781982e8424628e bb45b63df39e33ff0319dddda5c91466743d1aaf bbf818fee310ce346d1074b15ba3f04f1b191e8a bfd8bfbcfd9f83e87511c0c8fda888a9963be204 c3c98b507c2159ea7cd8220e1ed23602a7f0c71b cd0843729588290cb2228ddbc6eff42aa8bc27a3 d3baa748aa54ff6fb9055b88b2bf95fea6235c8d d3cc345af7f73a394740cb23c3534f3c93fcf60b d424f67f9773df1e6b67161de17f7fbd1772bf9f d7c49fde79a5f70de239dfe1156a2b05ff731c27 dfc3bc63943d90109e35168f02e335f001d87e58 e08a0c2ce09dc557c9193f0d59a236132d57ec01 e574bb4a91f1bb04a14563d9f8e8847271559605 e94575c9691101892e01f94bdd1c2e92d978fb2a ec11eda60e9a286d569b311da5f8804c51447170 ecf84019e1c7bde31c4f6c26ed6df632c01be779 f26942a9cf842aeb7875308551afdbd264ffe2c2 f6d3e6acf53097061f6979dccfb1bbc417731904 fb884cad18a2ba1f46c27a2ad1d618b2e8bb16b3 fd98eef43cde8f47aaa17f6ff0b1d0bf8622b184
Postgresql-Catversion: 201909212
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-13
Version: 13.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49895
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm13, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-13_13.6-1.pgdg+1_arm64.deb
Size: 16088152
SHA256: b8f104822ca7fe763774659822dec84516672c82978ff546c6c63ba6a7c5b185
SHA1: 1165475bec6bcef85ea816d46a192cb69b0a1f36
MD5sum: 3757f0bda661420059902aac77bbcd90
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 13.
Postgresql-Catversion: 202007201
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-13-dbgsym
Source: postgresql-13
Version: 13.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17209
Depends: postgresql-13 (= 13.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-13-dbgsym_13.6-1.pgdg+1_arm64.deb
Size: 15591944
SHA256: f34876a1c3cda0570b9bb613abe6009b0dd34e3bce4a61985c0520a06658edae
SHA1: d4c1117d792d26a6657b8e57c4fd21e04cb4ec4b
MD5sum: 7a2b757778dea295ba01e5b182d3e4de
Description: debug symbols for postgresql-13
Build-Ids: 071bc081ee2e2f3c8e6a1325826635ab47f1b3ec 085a0cb0ea7980716befdf766d54f4ec95fc67b3 0a2429e83dd36d76f506480c1178d6259c14c291 0d9e75fdcafdd0ad4a0d659f2864f99be99c25d6 0f50eb8d9e470230d134659e47cd935a750af696 18b2474bbe8ee8f7b9f30e392929a0b5ab27fd3d 1ac4680c543dbbab43c180d8aa1839c4fda02364 1ece883ace42eeced93a023da278a470a0bc4b55 2af2a2463fb12b03c03e56df62d85b903c08346c 323ce72ac3e73e8a1f403b785bcefa35647e554a 35ef55f0f0f9b7bd7b7cf38ef290c0a0a24b8b78 360e30628665871894bf074143586d2f99b000af 36c593d6f7f83b8d96c0d72421aeaeed038ffafe 396a5ec8147b88a3409c395761a8849f5930b6a8 3974467632a1a006ed7e7a86db0e4101685e72f2 3b7c8ba1f688b4d82fe4fdd3bbfaa8a39b5fccc8 3c03b9f3d580df563199a39bcd1ab22795a974e4 3d58dfbbc99f1ec0e4ae5cb57f50717eb05bbbb7 3eff40cac5b755a99f69a55ee0f8a78ed285ca71 402c3eb833a88ce25142046b734b01f6def7df39 4770fd737011460ff2a0182d3c9bbc5f627c98f1 47be2eced1c2f03d0bd9f5a46fca3e8ebe499ff5 48dad17e2688e4e595de440c0042da5af20ac527 49a42578724de0190f3d09bd4bf4574f9b933f81 4a01c3482c29cce962f664b2bb6e27059019acbc 4ac0142b86214728b523d5a62c6d13a6b38ecd00 4cc4576efedb0fda661d76e486166e3c037a3ad5 505cdcba342274008ddb2b9d8bf179570e35a1c6 50f955aaae1bc6016d086625b33ca535d01b3921 542b4cd4f1ee88ca1e7248a7e14a247d4c5c4480 56d2b0ad365051f5fa7bdda3a4b4888f729d9960 57a9ec4c072a7da43376e78ed95f79cb76572268 5ceb4f4708e14edd199a535d86ab7867b8afd583 5d7bad50c80c45f80014bde470e1881d47209ded 5e99bb37f71f63ea0cee05574f1afe5ad1ee5d95 602e32508bedb6cc5709e61cc2b573e9f5aa0920 61cee2f4fa5cd8ab1285f85a9bc51e5b916cb48a 628942151b6d683c4134f5be1d7065a6b8855829 6487d1e8154491b5dc95cffbfd33783adc00c8b2 668f6a6c54b4093591c842687a42f5ef8f8361c7 66ae798fde5bfee75a4bb73329b6bb820b46a39c 6721d0596275293eb010df48f57dfb5327afb859 68bcec0890838ee81581b1aac8a97635e258922b 6ef100a9791b7eea8807f0e11b7679be44ae9bf4 709120e91dd70dac831f768fc8cd231c8dbac6e2 70f170f26c0befd51652fc6929fa221f5dd18d8d 72e6c4f227113f36e9329bd8c9087311add3b2e7 73331fb7a4624d1243af3578baa12e648e114cb8 7338fc6386a1beb3c9eaa61870148576f397c393 73d1b1a218a72d982819c5ae570bd89c8674f1ed 773fd209784c6190b4db20fddb93662708c16dc8 77dd5c7f065f4f37dbbf2a0ab545daae3f5fe42d 7ae3dd3e446ad129209cb1c713b7f22b7641faf3 7d6bdf3713a049fe8746365b4d4076489aefcaef 806684a9ca34618dbbdf103933fa01ec2358500f 81b8d64da336f723c27d2424cca5f4d385f42cfa 83d4cfe18132908be3803bf6b87d8c737482f0fd 89e9e5fc7a3c3d62c3c35ba64559e93e61ca3b1a 8ab2b5781ff6909ff2ce7ff81d54e4388ed0019c 8d0865b43678f72eefc1792a82161e289ba57c37 8fb7453f72049b92d022d8127554e982690ebd5b 94b1f7aeec278dd7b99f7b31018f5a68e2a6e42f 97fe3fa706fd214ef03c7f38a0b3939f4bb396d2 98928a7c7c24c4108b3960a75b17fee5821c1759 9ab38367ec7c2fdae56252f96408339830f3a136 9ceae47f24c8fd177bb9a9c30ecdbb269da8b645 a17b4b25f292baf1371314ec88a0a9a2fa849bee a942c48e0ab586399dd8d4bcf4faa87158e0037f aa71dc55d6fdb79f551d3a5b161f55683f547c91 b24b63ccd2b3bb913ab6067b8b0729a13c295cfd b337fea7953e0624d76009cb8d3742e5d6814f90 b351e8c763c02990e2790f75f6b9697fdfccde69 b7e5b81b4389643e03d0a6af04ebfdb59b9ab3fe b82dc0c12839813a93e8f0b6224cd27752d9e751 b9b450b98f78224d7064d0d59d7d8bb62987c1c2 c6b7029551054030297cd46587c72a71f2b7fb0c c972af21cf345838549ca57baa96ef87ac4b69e9 cd2fe420c8e1ed04970026254f963c967b990e42 d4aa7ec21c9002d333e70dfbac596366ff9d91b4 d5c6ccd4750471f6c20edc41313bd097b8cbdf27 d6327b97811a5fb97f968efebf92d8825411401c d84bca529e995542b232fdb897d52284007d41ff de286dc1839662f82d358ce74d2230b06aa8649e e31290611c3ff28725b268e45477dfb4d24c9b7c e3a201aedb7d6dccebe4e22c7ea8e4de478fa7aa e6fad43dd6ded6b1c296257d3bca6eb685dfa981 eab9be704a6f09719c6cd4672835a1163d7d128d ed4bbf45ec2cce7a701bc6b53ed981c8b4c0f9b9 efe69e2f97959125736905ad4af2a7ed273489ce f395a4ea33ca174e7c1a1cbbe3ce3052592b8d90 f4ed3a49d83ad587482077d609d8f6a9ba8abe21 fec58bf7f8d83f65b4b2d2e1489bd5d9fc8b06b4
Postgresql-Catversion: 202007201
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-14
Version: 14.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52070
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 229~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm13, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-14-jit-llvm (= 13), postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-14_14.2-1.pgdg+1_arm64.deb
Size: 16906816
SHA256: c728a4f232df45f99a7e4a703de8ba995684c327c4e7c3d2bb59e15248bf3c48
SHA1: a5bc130ec51d13815e03f0e7124053cad2164574
MD5sum: 87365de7e694c5a653929c20390baad7
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 14.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202107181
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-14-dbgsym
Source: postgresql-14
Version: 14.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18249
Depends: postgresql-14 (= 14.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-14-dbgsym_14.2-1.pgdg+1_arm64.deb
Size: 16471092
SHA256: 0f34fe41b959f4530871c646c8520d47050314db2009bbe595582018f6f62569
SHA1: 90b7d25c2c705f866246102f841fb68cdfb1911e
MD5sum: 0d3774bbde014866f04afb22c902b54d
Description: debug symbols for postgresql-14
Build-Ids: 02aeea4e8bbb78ab1e8291c5daa92a512f53d164 0348caf2cfec04083c6571cc31d30262932373cc 058e8f7669f8ce723f5724e766882baa1f80cbfe 072c8851fc6b323c1c749c911461d1d859180f95 0866a7bfe24c39fcd8c31f506f3fc00de8c0f22c 08dbc0af38fd812b7cde59a169aea7bc6b88cc84 0bb0a2479f6d4ca52afa4fc06f892f2041d8595e 0de47a6a7aa0e1f9f76238f371d04c3b0d5b30d7 0efc18272f7337fd0ca4de46319c82716f8884be 0fb393ff9c4d71fd927ed0c7ce808996c20bf9df 116bdca0563c47c0fd72a2ffb8efe89363f67e2e 118e5acd1745f9bda81a151ab42610ed998450d3 11987fa39f84a277a5667f956fff1b780601c3e4 16191102ab97c9d4374f9ed91430cd0e030dddd5 1be90407541e68448c2b8f3ba4396f2e09e19c03 1d0f213e443ce39d77fdb9383278ce617f5dc404 1dd735460f654819e2f46e0feae5d6f9d3b5ada6 1f69e46ebbd93d963ddcfd9ded3d4deae30212bb 207fef7c79def688c1ff85a036661a076189532e 22c8e2f592e05090fffcdcb75b40c5503d643346 2c6fce8bfd720b448d5cfd870229cbdbe17dfffd 2c6fdad506a8e5c2294205b13d2a00d9fcb7b242 2f4c305ff49d355768d35e6014058e38ae0aec2b 312569bf776ffb6121a0b5f4f811e04a8053efe4 316e12ea495315027ef65e189924e151bca4d31d 369ae3930acf88fbc87e7bc5d72326190e9cffdd 3891eec889d618785e52b737cac81a70fc358a84 3b2fb691622fb9edb44847431a2070acad4bbd91 3ce092219ffa459b7716508a541651bb712aff2b 3d635c5b6dad22997b89bef88a7c37cb81fd49b9 41ce05f87856c6efc9eb9dee915cc62131fb1097 454d893906361598d4c7621b7df470239ef7ec26 479dc236daf4caddac4aa88a26c38cfd04b792b0 487d5ac8d665c5aa1ced6add789498fc0432c231 489c70d5aff56d6e8485e35b7d7d5537f1be707d 48fc6334bb9ab1554e29a76d0991091b7fe3c86c 4aa9388df5268b4991f2f328a3f5b1cca273d929 516a125ba1da016ae6b8df18145471aad682a898 51809a926236fec540f0a14c90dccace2bd23471 51e3a28652c388f9db04452d229f5c9b5eff0f36 560ad86ad183aa2a77839c52f6d9dc9bab98fb60 59119e8d868e050d87d7766fe87ee8b2ee07d6cb 5e625f4fa13875afab20a11bb1a09ed046baa44b 67d3b2f83541bd118edad7beb8f68f9bc84c1bd0 6d6aa40e420675eee15de7fc4ad7530e681c7cb5 74a8dee5e9058097dd5d78d9f7c2f1d1e3878a8c 79eb7dea1234658cc4caea389a5a30572f8a6e20 7d5773cb18445b90251cb119cfb1bbdb1d499542 7e2eb796641faba5fb00167be615ea7c05bd0b94 834b1d6f930fcb43ad9d4a2537bddcd30e0f61a9 861c77b72c8b68c6f27a975f2cd02650ea846b1a 868b65e8379806e6b1fb9c15af4d1cb09f10580b 8b30d79782d934bf023002dbc65d151fd18dc3c4 8b8802a29d76caa34fd2f5e1cbc00283315d23ba 8d960183c44fb12942536c2728f6e5585f09f6dc 9305edf9a1d9935e347fb7aa978bafa3c14d8a60 9c56997952f7eeab7e89f3e21df4eea3058f383f a33aadb6e309b71912a1395cd1d01c88bfa4160d a42bfd70239530ddb95cb283389d6a495b164e9e a91cf376a02c78df98e29ceef5ba822cef138b36 a9adaa5affcd35c949d8556eb9dda31b03607d4d a9dcf77d5ec9c270b07bf60d186ca3e3a403c881 aa803444d880bcff1a8eacd135884fb416525828 ac0dfe07b0fe2ac4b8deb90fbe47ea79b0890a99 ad6f13fb823389918e2686f2c109fc8ade9c67dc adb143548b16b33fba7afd440dad6bc6220de028 ae0b3dbeb892d2b6a7c2484b7b59daa413270255 b5c1ebf1055128f85844860b50d686db4de4ac5f b5df84cffe9663e1c370f5c1c8dbe44562769737 b8b2064b4fbd3f0132329f456302cd3cd2d47f72 be0da43a1dc2501a49235d2207cf5b8d5f0205db bf13500fee102a48e32004b7eafcadfd7f264168 c39fc937b54e8bbcfe6ecdc6b41e514a5218c3e9 c4ae603f28d44533ec93f5a4ce973a3f7de489cf c76a0520f2b301b3c0125968245eaa0f4174ff5c c7a44dde96ad76f45ff1fd85f9e41799a9eb3af4 c81635f9f6ca9403e56b6942abedca6052969f09 ce1c8b806bf92bae47f5c14e1d163492870f7df8 e1d6bb6d5929f35b475f44614f3c39adf2efe328 e4d609d927d6457c8878195854b9ad2c969ceaff e9bbcad6a8910480ffe7b29af602b6bcc6bb9c4d ec839cdfffc5d7ae425b6bb3c3f743ef2eba2211 ee30be1136af627e6a8a3cefb566714bcb5e6cc9 f155b166621ca4c7d59387a3718a69ff71321c42 f17d73ea341599f0e5200b450438efc395f4a384 f1bfee9f9fd1d9dee8fcd6996a6a1335b5c94b64 f1f3526b852ff5a5986c2e09d9baa8152bfeabb8 f602c2239a36afa7d3a222e61aedae193382922b f60f97f832322560ce92e29e72f683e7468b04d0 f6659a0a160d85673ad126ccca3fec6c2cfa5727 f85bae8f38c9b5ad8cd0ab1cbdeeb1c4f2ddb9c5 fcaae63eb52a07ae3fbf7be1743e0d9aa6901f7f fe4e267ee79979cf3727da28e6f91a9d1e5bc24b
Postgresql-Catversion: 202107181
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-all
Source: postgresql-common
Version: 238.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: libecpg-dev, libpq-dev, postgresql-common (= 238.pgdg+1), postgresql-server-dev-all, postgresql-contrib-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-contrib-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-contrib-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12, postgresql-contrib-13, postgresql-plperl-13, postgresql-plpython3-13, postgresql-pltcl-13, postgresql-contrib-14, postgresql-plperl-14, postgresql-plpython3-14, postgresql-pltcl-14
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_238.pgdg+1_all.deb
Size: 66596
SHA256: 0f6e3be69e0de31cbf7cca7ac798e7a9be25ac9db2b3da158987251749570dc1
SHA1: 794f7ec1b1a9bef61455d981b35267e27f6cefb8
MD5sum: c1a60531713356129c3abba34cc65c33
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 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.
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-client
Source: postgresql-common (238.pgdg+1)
Version: 14+238.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-client-14
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_14+238.pgdg+1_all.deb
Size: 66484
SHA256: 9c351c1f47f3211d0219c2c48132c3dcae7bc0a0f13da88c0f53012f5980c50b
SHA1: 808342d5a41226c30c4b453b3c953572c9112dbf
MD5sum: 972c0554faf648c0ea37b4714a1b8a7f
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.
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-client-10
Source: postgresql-10
Version: 10.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6348
Depends: libpq5 (>= 10.20), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.33), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-10, postgresql-doc-10
Conflicts: postgresql-server-dev-10 (<< 10.11-2~)
Replaces: postgresql-server-dev-10
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-client-10_10.20-1.pgdg+1_arm64.deb
Size: 1418128
SHA256: 332022f429f848d7301fdf559bc29f8d61b3a35bcc16d71650487a0bf2d672c4
SHA1: 6824313607d9c13b5763437889c571fee921f44c
MD5sum: 3bbf2fd139cff24ed354a36ac97b0704
Description: front-end programs for PostgreSQL 10
 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 10. If you install
 PostgreSQL 10 on a standalone machine, you need the server package
 postgresql-10, 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.
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-client-10-dbgsym
Source: postgresql-10
Version: 10.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1973
Depends: postgresql-client-10 (= 10.20-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-client-10-dbgsym_10.20-1.pgdg+1_arm64.deb
Size: 1660012
SHA256: b0769589dd48127b752c14141081267a152e272c096f33aaab808d2ed0a0e575
SHA1: b06cd62dee857e9ca4872ece82e4cd0cca80529b
MD5sum: 44ed6f83768333ad24e85015f56e0e49
Description: debug symbols for postgresql-client-10
Build-Ids: 3511e4c4617a3d307826ef45607f75def8f46394 39a879d11a99f7c9af810b87d09dfb75df18197b 415fee5c0a918390060eace59a230aedc653c722 43404d32c4bb8e25ccf6fb425eca3f9394ace473 52bfa4b474281971a4cbd1e5aca574c08d428c7a 6b8c4ad32a1470438041c63b821688547170d25b 74fadd1ee476183c2d9104b25958148d6fd36285 7a30497fb6e419d8e2c754bfec1299af5d36cb32 8e49b17ed3e7e6b10c84d2a7761f330043969073 90bc649277762cc9f7a0d7ab049ce52716346c99 9c0a11f736c1e155ff323608951704e80242aa0a af8c38e1a9f373e4d4153ec6cd5cf236077dd542 c53310870bf73630e1e68f090930f69d1725b48f d2b418178bf603032efd7160c1cd639b47045224 d5650273f2f4ea7bf92f4f49a5cf137847ceb02d e65306c80f6c8e345fde78b407ba7b2aa28e58ff fa943ed1c660ea999f3bfbcf0d45e47d0478b2b2
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-client-11
Source: postgresql-11
Version: 11.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6585
Depends: libpq5 (>= 11.15), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.33), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-11, postgresql-doc-11
Conflicts: postgresql-server-dev-11 (<< 11.6-2~)
Replaces: postgresql-server-dev-11
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-client-11_11.15-1.pgdg+1_arm64.deb
Size: 1465172
SHA256: 1218e540095f0345d5220c9a98e5d05e7de773ea07c6198bd83b9182c252130a
SHA1: 7afe8980ae407a9c0b9c60e23684ac4b0b257a32
MD5sum: 773c4266a9275e2d8ff082388c402258
Description: front-end programs for PostgreSQL 11
 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 11. If you install
 PostgreSQL 11 on a standalone machine, you need the server package
 postgresql-11, 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.
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-client-11-dbgsym
Source: postgresql-11
Version: 11.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1997
Depends: postgresql-client-11 (= 11.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-client-11-dbgsym_11.15-1.pgdg+1_arm64.deb
Size: 1683372
SHA256: 3ada3a5bda5f2742e308fda04345e678338e41759eb6f2d0e4699f140ff343b0
SHA1: 1cf25b934324be055742038015ab76b256c7a8fb
MD5sum: c5c3145e6639808ae7b58cc55cdca1a8
Description: debug symbols for postgresql-client-11
Build-Ids: 02e7ec7232cc51ea3964b4cccd00fbfea2ed265e 0656da9725ab6686c49d80337a824747211808d2 0ad18de45facdc5014995a18044f474d18a79a30 0b232a9b97db1a0850f1dfc4ab9a7e38d2fcc293 41a5aaf0025f283e37ee51845f8a86f63b0af38c 6020b9101bfd5c7dc0ea290eaff3c832ac9f541f 6b9f5447501a1cd1c78c1021c61d3cb50abcc699 72d98a86f7682e779bf09d791a771d1b7deaf4e3 877ce6f5e6cbc29387737bffb7903d996e93c040 91e48c6156cbf5faa731f976de0fc271880f0566 a78d229d665b057fcd175920dde616331ca84540 b41563a2d80fc9dc65627d3348f32753e7074432 c92f80f8635b0132d1db69d78bed929926b00cf1 d0d715d1f476ba086c6db2f40389c651aa287640 d3b195d1aaea8e786a364249deee5673da35f790 f4b6d7370cbd766a953c8670dad85f7ca7033e4d f5e0e79901c09c1da015848324c9cc4ea09466b0
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-client-12
Source: postgresql-12
Version: 12.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6113
Depends: libpq5 (>= 12.10), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.33), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-12, postgresql-doc-12
Conflicts: postgresql-server-dev-12 (<< 12.1-2~)
Replaces: postgresql-server-dev-12 (<< 12.1-2~)
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-client-12_12.10-1.pgdg+1_arm64.deb
Size: 1405028
SHA256: be873605eb365efa998195c4da6952eb0825baa20ceb61bef88cba4f5fb452ec
SHA1: 0eb3e8d20ee1f8bc0f80ed63c2f77dfec0cb7c84
MD5sum: a09a7426750cbf3e009df74d8c86cf49
Description: front-end programs for PostgreSQL 12
 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 12. If you install
 PostgreSQL 12 on a standalone machine, you need the server package
 postgresql-12, 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.
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-client-12-dbgsym
Source: postgresql-12
Version: 12.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2193
Depends: postgresql-client-12 (= 12.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-client-12-dbgsym_12.10-1.pgdg+1_arm64.deb
Size: 1838380
SHA256: bb6ebbb7e32abc3d7c4cb562ffb4dd76926909d0ccb69ae4d9bf7969cdfd3baf
SHA1: 5c9cf6a37c43b12a02bd069496a06e294f473712
MD5sum: 6e2bc8dff7e56e69da5edffe8d0b201a
Description: debug symbols for postgresql-client-12
Build-Ids: 2f8902abb79568be40c6dea7e17b43d63b98da7d 48540a79617447cc0c9de141147aac7f88d93b5d 54979de22ba5c0a8266a2500fced3755e379fb03 58eea6be85a96fda43dbb8fdceaddfd26ebc78b4 6b08284f9fbb1cd9c939f959b3106230135be6ec 6ee44200a4bdad7b858ece2dccbd1efbeaae124f 703610510d7fdffbd9f1c3a8564fce31489dac10 769345bde5b4af16a2afa598f7e93418f90adb7f 79b7791dee8183b909b19cab4e1002d790e85f37 98d94f987c6f2fb51f6aab91372b32fbc6a93748 b52767f9adaae73f81d6ad53cdad49324b37eabd ce09504d66c3f6baf713b58e75c068f3c237cfcf d651afde675eaefd8340f6dec3ad9a41bc9473be dbd61ae72b141bf1da9cee23b6b524479c45a32e de86253be6ca575c31a67f3e9d9261c0508f01db e6efa3aeb213b442035ddac58ad599fce09412c7 f7854795ecc16fb7c32350ed0abda4a5aa31e4eb
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-client-13
Source: postgresql-13
Version: 13.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6485
Depends: libpq5 (>= 13.6), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.33), libreadline8 (>= 6.0), libssl1.1 (>= 1.1.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-13, postgresql-doc-13
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-client-13_13.6-1.pgdg+1_arm64.deb
Size: 1483476
SHA256: 8a5bbde7997fa26b4507ea8bd00aa3571c253fb4e0cc6c9ca93d5457f05c660a
SHA1: 3ae0be609909f453071fb7fa176058d4ac60ec7c
MD5sum: 79fc5631227b0ddc2ef289066823653f
Description: front-end programs for PostgreSQL 13
 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 13. If you install
 PostgreSQL 13 on a standalone machine, you need the server package
 postgresql-13, 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.
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-client-13-dbgsym
Source: postgresql-13
Version: 13.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2363
Depends: postgresql-client-13 (= 13.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-client-13-dbgsym_13.6-1.pgdg+1_arm64.deb
Size: 1986528
SHA256: e527ac43df6ff54ed4bb4c7a04c3f822f8df86678021cb8f9bab3455102df81b
SHA1: 2397c07256beb98b7a070c5a36f884d3bdc73395
MD5sum: 99ee06c5ca45268f7cf8974d8eab4328
Description: debug symbols for postgresql-client-13
Build-Ids: 064c5efb3fdf979d86f1547c1ccea13b8cc7970b 0d8fd19a4bac1becb07f74bcba502054a41d3aab 14aa5a4a66d430ae10d3661260cd170a2a5510b3 37193e81a841812788982e027dcecabf66a326e2 3b2a49d1d25aafc29e6f3f42920ba5e46fdcd78f 3eeab44967c3a9570e83aaba6e6c3fcfd63bdce2 4a74fc790e405f493b62f29487488142c1945c01 5b8d885273f9aa78ac3ed51ab07a4d6c2185ef84 9442cb16edb5679bce741ce2f4817062dc44ca75 9a566d0570b36ddb36372bc9be056375a4199aab b8fdd4b2f56c9e40d9a71319452dc7ac9618d444 baac788e7a569929c118148677268fda8344c5c3 c33b08300a600439f65639cc9796ed8ee5747eed dd57698467ce2cc445f0aadba7440ff1594dbe14 dffba193ad11b96e80767c7f0670f043b07a537f eb53a5fb4c810c2608beeb2c8170dda155ce096d f72cc8ebdf0814618e4e7b5554ed6d96506b38e0 f814c8756f681d99821c4919760b913413ceeadd
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-client-14
Source: postgresql-14
Version: 14.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7309
Depends: libpq5 (>= 14.2), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.33), libreadline8 (>= 6.0), libssl1.1 (>= 1.1.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-14, postgresql-doc-14
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-client-14_14.2-1.pgdg+1_arm64.deb
Size: 1589444
SHA256: 973730a860c91905576833375a667015eb0838a16d57d28aa6204eb78a9ab459
SHA1: 8d96fc9cc51ec9e459df3dbbdc538ffd11086c6b
MD5sum: 0404abad4ad2875ea3b4ad46f11003ce
Description: front-end programs for PostgreSQL 14
 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 14. If you install
 PostgreSQL 14 on a standalone machine, you need the server package
 postgresql-14, 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.
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-client-14-dbgsym
Source: postgresql-14
Version: 14.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2733
Depends: postgresql-client-14 (= 14.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-client-14-dbgsym_14.2-1.pgdg+1_arm64.deb
Size: 2291136
SHA256: f6165c3d145389ab2efea9d164e5cb6f3b927f2c49bf3d9ccae44100590af559
SHA1: 83636e61b2a030dedeee01c6e30175bf702dc788
MD5sum: 76d51d701d4f2b3fa40aa28cefa09b5c
Description: debug symbols for postgresql-client-14
Build-Ids: 035560e2a10c260f5f10e496c33449025376d375 056055b90ac1d5abf41543ac3b41c47528d62c16 087835e32d1c280ad01012ca5dfd5e72f478f260 2ca862ea7b50590ccd1ade2221c097d46dc8c62a 3195d74a40601d86665cc39777027c31d88e790d 321eb611964aa7e057adb7f3609d43788ea58af0 37f87d5bc3fcf814a549804d9ca3f6554b1c0bdd 5496da17a9031c7f6ab1a24adb023b253f0cc6c7 5840c7826c2fc435e271ef24e844dc3273a8f7be 6df135ed227f905fa34a09dc760a42551ef7fe73 7c428f1b1b18ddfb8ffea8a39c49e8cfb013f246 927c0be403f2cfa3b21f84d30d7f6bf4eb7486db 959f0d206c99a1a5d73da5d4c3441be6e892ad5d 9758c72166274dd35ab82ffbba497e1f1502388e 984d25c20bd290b5b07efadbc9e4eecc7161ee9f bae5206de073f6c49760f94b8dbd65bad45b92a1 d026fe6c397cac658da5c2d9cdc4594120d85a21 dc5523c9860da6ca49fcdc11eae00ddb6a07e042 eb210b71eac8f74a4e37409775f16bef454695b9 ee8b2ede40bba00d26db3d5cf4db1740ec1d17d3 efb7133a9d068d9c4f9bddc3ca897bb69981c828
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-client-common
Source: postgresql-common
Version: 238.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: netbase, perl:any, pgdg-keyring
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_238.pgdg+1_all.deb
Size: 91912
SHA256: 6bdbdd50641e01d90945010240e9249d618a89c266fe9fe9c2d8c8c91b76b79c
SHA1: 7f216d540968bd39acc31b05ac24b74f45ab8817
MD5sum: 4dfe3e85d2aa1d1c53e58cff2dc1230a
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.
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-common
Version: 238.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 691
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, libjson-perl, lsb-base (>= 3.0-3), postgresql-client-common (= 238.pgdg+1), ssl-cert (>= 1.0.11), ucf, perl:any
Recommends: e2fsprogs, logrotate
Breaks: postgresql-9.1 (<< 9.1.1-3~), postgresql-server-dev-all (<< 204)
Replaces: postgresql-server-dev-all (<< 204)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_238.pgdg+1_all.deb
Size: 229208
SHA256: f6cdbf73b02688140ad808cce11aae9d5b8fb607963fe6946207bb352b635a14
SHA1: fabc3f714d25f0c4e30b799162e08a0b59282276
MD5sum: 818a2bde6934c25c1c2df962ae3ff642
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.
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-contrib
Source: postgresql-common (238.pgdg+1)
Version: 14+238.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-contrib-14
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-contrib_14+238.pgdg+1_all.deb
Size: 66480
SHA256: ecd9f824062e657f32f7b724285f52d9f0a618b009804ea3c1c9622e497a851b
SHA1: ef3d73f4e30ec3df2f00fd5305c88b8a9d3c28de
MD5sum: 558cca95ac6fdc3d90c6ed12a8fa076a
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.
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-doc
Source: postgresql-common (238.pgdg+1)
Version: 14+238.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-doc-14
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_14+238.pgdg+1_all.deb
Size: 66476
SHA256: 15324f324609cfef1dc631208af38b413880ffb3d149109a65b2e1c9ee522ef4
SHA1: f7ba0547dba9a82e7d31f350f1da6bdebdb1d229
MD5sum: 938f7add0a3c38a441e0b3e6a98a0626
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.
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-doc-10
Source: postgresql-10
Version: 10.20-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14098
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-10/postgresql-doc-10_10.20-1.pgdg+1_all.deb
Size: 1819224
SHA256: 3c0b71274fcb2eb657a5212b016164b682da1531b71fb15e35bcd2c5f9fc1526
SHA1: 06bdf841e4720b7a63be039410fe689f248d4c57
MD5sum: 897573af89b574ba06b2a3e96238db72
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 10. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-doc-11
Source: postgresql-11
Version: 11.15-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14487
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-11/postgresql-doc-11_11.15-1.pgdg+1_all.deb
Size: 1861416
SHA256: 56b23a25ea454924adb544a6efeef49858a3c251dc91d0b77bf6084bf2251ee4
SHA1: bc9c3913714dd1b808170c7494881d4071a58494
MD5sum: cb18b30824c92a493d88adb5d496e210
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 11. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-doc-12
Source: postgresql-12
Version: 12.10-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14789
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-12/postgresql-doc-12_12.10-1.pgdg+1_all.deb
Size: 1892604
SHA256: c7015ca532e9a87483b328c3f8e8dc0857858f4e8e19c588cbac75d1ca35bb62
SHA1: 66d056aaeee703b823886dbbd02358fe800714ee
MD5sum: 076c00869566be42b5d38f7b06d5f623
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 12. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-doc-13
Source: postgresql-13
Version: 13.6-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15514
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-13/postgresql-doc-13_13.6-1.pgdg+1_all.deb
Size: 1934532
SHA256: d06e64e981bc3e03dd67b8d59679231da391d1220d11e24f99528209d32a1eb2
SHA1: c84a5d50028bfd3eb0ef9fe4d892bdcc5258ea20
MD5sum: ba0417041ccda14ec0a612b366ed232d
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 13. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-doc-14
Source: postgresql-14
Version: 14.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15919
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-14/postgresql-doc-14_14.2-1.pgdg+1_all.deb
Size: 1974764
SHA256: 5a8a58c0da39925a046aa70da899e67432ed805d7e2dc0484f1161cf455f4da2
SHA1: 08e24fd08f33da91ddbd71b74080c8fb6b536050
MD5sum: 9e42c26652a1aef95337fd82081dd2ae
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 14. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-plperl-10
Source: postgresql-10
Version: 10.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 251
Depends: perl, postgresql-10 (= 10.20-1.pgdg+1), libc6 (>= 2.17), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plperl-10_10.20-1.pgdg+1_arm64.deb
Size: 60452
SHA256: b22fced27024f55ca5f069037e2fa62d1c99da50f5cf65d70df1adead2386472
SHA1: 79ea00599a469450ef9a4ecfd900679b625e8702
MD5sum: 1d045d316606cfef5cb332f5cbf58f87
Description: PL/Perl procedural language for PostgreSQL 10
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Perl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-plperl-10-dbgsym
Source: postgresql-10
Version: 10.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-plperl-10 (= 10.20-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plperl-10-dbgsym_10.20-1.pgdg+1_arm64.deb
Size: 151472
SHA256: c8f295f17aa0789f9371f71db690734c0a53709970cfc959aaea92d43744a8a4
SHA1: 05d5c1acd652a530f17672774efbe432b6492815
MD5sum: 9876f6b663d41817e8d10f1f41c48764
Description: debug symbols for postgresql-plperl-10
Build-Ids: a5cc60aa64ce33b8647c603a68483d8bd70c67a4 d6aa191a26471e1ce17e0fb5a16c9fa9eda8fd4a
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-plperl-11
Source: postgresql-11
Version: 11.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 280
Depends: perl, postgresql-11 (= 11.15-1.pgdg+1), libc6 (>= 2.17), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plperl-11_11.15-1.pgdg+1_arm64.deb
Size: 63984
SHA256: f9ddded4e50fbf5fe867288d6897e4925735fb89cbd1828721a6828bf512b27a
SHA1: 6f8bf88d2daf3ac62846b186c890d66710d7cdf7
MD5sum: 2312d171ab7bd957e5293d38cf14df70
Description: PL/Perl procedural language for PostgreSQL 11
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Perl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-plperl-11-dbgsym
Source: postgresql-11
Version: 11.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 204
Depends: postgresql-plperl-11 (= 11.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plperl-11-dbgsym_11.15-1.pgdg+1_arm64.deb
Size: 164932
SHA256: dad4c4485ec4e2e66ba8537a1df1c33a9f701452334f402d66416c10aec402c4
SHA1: d4a09edca9b63eaaa05e76d6879be308a3cb5b0a
MD5sum: 4fde89310d8c86cb9601a2fda35b57ef
Description: debug symbols for postgresql-plperl-11
Build-Ids: 0571f221ce033d1e88fc638155e2c63b4a257b67 2124f3d874b803a2188d313160ba98508ca434ca 9283473e6a076400a22a8037c059bedc8c49f896
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-plperl-12
Source: postgresql-12
Version: 12.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 320
Depends: perl, postgresql-12 (= 12.10-1.pgdg+1), libc6 (>= 2.17), libperl5.34 (>= 5.34.0)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plperl-12_12.10-1.pgdg+1_arm64.deb
Size: 80188
SHA256: 7fc121d609ec060a76ad7eeba4870b031758787d8bb91c75121b471e257c824a
SHA1: f38befc692a3364878f64d8ca6672a7c88d69568
MD5sum: 0ed3df60af13c4c3537f7d64fa97fb03
Description: PL/Perl procedural language for PostgreSQL 12
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Perl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-plperl-12-dbgsym
Source: postgresql-12
Version: 12.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 207
Depends: postgresql-plperl-12 (= 12.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plperl-12-dbgsym_12.10-1.pgdg+1_arm64.deb
Size: 167940
SHA256: b43d0a64a037ff93f1b1ca8d7e1ad369c66950830c7f929c4cae3be8c6b05b5f
SHA1: c4d0615b7b532dbbbb78594daa2c623c166b5db0
MD5sum: 69d4c6247a825a72eea310188ecece45
Description: debug symbols for postgresql-plperl-12
Build-Ids: 30115138fe8a97182b92906a40b2dfc6e2049c88 69077a3e6a1a311c2a71856e1b3bcd07b504ae13 7a1f465835696c755a6714e9b5919d7ad1e7b5da
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-plperl-13
Source: postgresql-13
Version: 13.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 339
Depends: perl, postgresql-13 (= 13.6-1.pgdg+1), libc6 (>= 2.17), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plperl-13_13.6-1.pgdg+1_arm64.deb
Size: 83872
SHA256: a3cd7c3b80dcfd3aef9858b1679b3314ed2abd8df62952a40e4c366354648f3e
SHA1: bb7245198c25dc07058fd6847cfec14545c422b2
MD5sum: 8505e16341ecea6fd8f01ba9366f59a2
Description: PL/Perl procedural language for PostgreSQL 13
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Perl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-plperl-13-dbgsym
Source: postgresql-13
Version: 13.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 220
Depends: postgresql-plperl-13 (= 13.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plperl-13-dbgsym_13.6-1.pgdg+1_arm64.deb
Size: 174296
SHA256: 1fac5813276c11ed663ae76db00115ce7dc25af525f1e96b2ba9b6eaf1b9b438
SHA1: 07a577d1f6470b65e0c7f91cfa50c7820956c2a1
MD5sum: 9ec518f474a1ef89636c6388925be458
Description: debug symbols for postgresql-plperl-13
Build-Ids: 12a520855c028e8842f8729a537a80f24c0c4363 248a6d42e40706b79b8640f0e5a83cf1fb5bc15a 8c483f8c491bcd2e482c978e91f9ec95fa309a8c b324fd43b29c8cd5ff8ea950f989aa69c81b53ed
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-plperl-14
Source: postgresql-14
Version: 14.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 345
Depends: perl, postgresql-14 (= 14.2-1.pgdg+1), libc6 (>= 2.17), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plperl-14_14.2-1.pgdg+1_arm64.deb
Size: 81272
SHA256: 4150e98bbae53fcee24b3b44ec00ac95565b1f8a41777a95aa1e587ee3d4a538
SHA1: 779f2ea034c277345ce6dba22fca5b6aba3d7827
MD5sum: 85e3b7a270215ae39128de0e6324b0f5
Description: PL/Perl procedural language for PostgreSQL 14
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Perl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-plperl-14-dbgsym
Source: postgresql-14
Version: 14.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 221
Depends: postgresql-plperl-14 (= 14.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plperl-14-dbgsym_14.2-1.pgdg+1_arm64.deb
Size: 174748
SHA256: ec567711ce9d3733a20ec1a5a85cd0f905b7a26ca7704c3a8122afef76cb3e1f
SHA1: 98dde0fef549c258bbe0e0ac68033ad1e8d948cf
MD5sum: ff2199b1f6733f8fdd59320e8049c8b5
Description: debug symbols for postgresql-plperl-14
Build-Ids: 420383c79366935697a8d80960df8c1a5a2d59c9 83336111d5e77b72a204a078910365e3bfd2c3af 9911238c9a8309328fd1eb0d065219a5177ea784 b0e3cc2f0aac51e868d6b6bc89f5e292336a0706
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-plpython3-10
Source: postgresql-10
Version: 10.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 201
Depends: postgresql-10 (= 10.20-1.pgdg+1), libc6 (>= 2.17), libpython3.9 (>= 3.9.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10_10.20-1.pgdg+1_arm64.deb
Size: 57484
SHA256: 2b89e1ea90fd4d652e74b5c443bbced17fd7f5dbce2736a1ee72a4ce89e5a6a4
SHA1: 2feea6e170026d9beb99b48cb8a9e08546d142d9
MD5sum: 54329ecd47bf46d53d042dfc10595d01
Description: PL/Python 3 procedural language for PostgreSQL 10
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Python 3.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-plpython3-10-dbgsym
Source: postgresql-10
Version: 10.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-plpython3-10 (= 10.20-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10-dbgsym_10.20-1.pgdg+1_arm64.deb
Size: 151708
SHA256: 8df94ca6271bc3133af5b2981a99d01cf8be77c985e997c2fa2f841899b683a3
SHA1: 578dfe00aaf1a48413df2213e070ab6904f7a5e3
MD5sum: 3736449fa1a6d17b9d3b4a6e904b1931
Description: debug symbols for postgresql-plpython3-10
Build-Ids: 0f28a1dd55d9e5b936ff9386d6640467fc201e39 12e2558c49d8bc07b88417ec0492ede1e3b3f4e8 d7efd1f8f406106b8910abe86a7bc47fc9d7e4a4
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-plpython3-11
Source: postgresql-11
Version: 11.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: postgresql-11 (= 11.15-1.pgdg+1), libc6 (>= 2.17), libpython3.9 (>= 3.9.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11_11.15-1.pgdg+1_arm64.deb
Size: 75820
SHA256: c4b54c76dc6ec428e9f1cdba22ab91c791b093c638eaf98c1adda4a8b9df133b
SHA1: 4e476fc2327bccbb6844f6be996e8514c2bff718
MD5sum: 28e214e9dcaa7e4fc63fe1730c23dd7f
Description: PL/Python 3 procedural language for PostgreSQL 11
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Python 3.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-plpython3-11-dbgsym
Source: postgresql-11
Version: 11.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 218
Depends: postgresql-plpython3-11 (= 11.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11-dbgsym_11.15-1.pgdg+1_arm64.deb
Size: 164208
SHA256: 066b5d00a79ce550213360b8191ab6e4697331a360d197893a4f8030b85e79a5
SHA1: 515731c73bee2202751fd78cae7d7bd0302bc1eb
MD5sum: 2e133f5aa27b72156b575fd4886ef47d
Description: debug symbols for postgresql-plpython3-11
Build-Ids: 22ca46e4cf5ae3b2cbc4c002a2a1116e8728b334 2fb927eef102eb719f80d72102e69d83b41d67ae 4d3dd324cd7ec717b7d6a40948b89e8d1a352f7c e6e5b48f96007c49fb01b615db9b8442436ea05f
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-plpython3-12
Source: postgresql-12
Version: 12.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 471
Depends: postgresql-12 (= 12.10-1.pgdg+1), libc6 (>= 2.17), libpython3.9 (>= 3.9.1)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12_12.10-1.pgdg+1_arm64.deb
Size: 105128
SHA256: 2c2a4676153d36d8cbb63aac3be19647b89c7ab7c4dde2a6b93eeb7dd47c95a0
SHA1: 1e6907ab66fe8861ff15b1f5b1cfc0f95a1b157b
MD5sum: be8fe907bd298c31f22394c03f2e79a6
Description: PL/Python 3 procedural language for PostgreSQL 12
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Python 3.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-plpython3-12-dbgsym
Source: postgresql-12
Version: 12.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 220
Depends: postgresql-plpython3-12 (= 12.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12-dbgsym_12.10-1.pgdg+1_arm64.deb
Size: 167172
SHA256: af948ebfd96c22fde15969b11b6e17d0f69f57a9b765fa486f654705662ad62b
SHA1: a0b57e9509cb55016d4f525cf05fd5ea151492c3
MD5sum: d627f706c9a5d58c801da977af420c9e
Description: debug symbols for postgresql-plpython3-12
Build-Ids: 17fc57f82245e4d8179f2e69b83cfcc40d996458 217907306cf0afb1dcdf0e33b8bd46a90c7c971f 23d5a5a3a7cba029f4e28045a6e2077952c6a3f4 bce1c7546cb3d09e44425d4110f4c2c26f023350
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-plpython3-13
Source: postgresql-13
Version: 13.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 477
Depends: postgresql-13 (= 13.6-1.pgdg+1), libc6 (>= 2.17), libpython3.9 (>= 3.9.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13_13.6-1.pgdg+1_arm64.deb
Size: 104000
SHA256: 42bb3bc08bc402b4b9cb60b2ed3f34b9cbcfea45338e2e3ecc23e503f043110c
SHA1: a87e64c76548e7d0f961446f9c4c53356a7b9619
MD5sum: f121f546593812ee94f94a312404e138
Description: PL/Python 3 procedural language for PostgreSQL 13
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Python 3.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-plpython3-13-dbgsym
Source: postgresql-13
Version: 13.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 220
Depends: postgresql-plpython3-13 (= 13.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13-dbgsym_13.6-1.pgdg+1_arm64.deb
Size: 167064
SHA256: ca236bcfe7b33c6eb75a8058eb6325b158a8ffa47de9aef4f3784681088d901a
SHA1: 62b36e2282efe3dd96320d9c4a9f086563bda6c4
MD5sum: 52f262d99c85c8578539ce7b3a4ddd42
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 9b46ae3af4cf17d7c100f3fde80118d3c6e0eb83 a47cd575f65e0103c661298c52718fdaa713a5d2 b1380eb3e51f2c8ea52fbb403bebcb91df5fd0c5 c7abe0b7763b34baf5212904419df6ccdd2b0271
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-plpython3-14
Source: postgresql-14
Version: 14.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 489
Depends: postgresql-14 (= 14.2-1.pgdg+1), libc6 (>= 2.17), libpython3.9 (>= 3.9.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14_14.2-1.pgdg+1_arm64.deb
Size: 103004
SHA256: 4e96169d644ebf127e83831621210f65d6058a738d6c0d0a3f1c253727d64ba8
SHA1: ae5a95c714dbd5b4b71f9679c7210d5e91233aea
MD5sum: fd55ab00a5ee505845a35e8abd9e81db
Description: PL/Python 3 procedural language for PostgreSQL 14
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Python 3.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-plpython3-14-dbgsym
Source: postgresql-14
Version: 14.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 221
Depends: postgresql-plpython3-14 (= 14.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14-dbgsym_14.2-1.pgdg+1_arm64.deb
Size: 168660
SHA256: 42807bab216cdd4811106e5270d19e1188b5c4d2036dc17ac6a005af0fb974d1
SHA1: 97786b8d1d5a553a632f5bb11de8cad4417f21f6
MD5sum: b7a5964a754cb09ba295ef3f9089d02f
Description: debug symbols for postgresql-plpython3-14
Build-Ids: 1fde56d386e097de94434cbf29b0852e3decaf20 3f06830e61e0a7c19cc9c45a83e1ce3a11a7f99f 6f1c6a5fb1b7f0582f9426df2a2cecbf45a21185 bc92aaca230e884edbeb2a2f4da633938df9db33
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-pltcl-10
Source: postgresql-10
Version: 10.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: postgresql-10 (= 10.20-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10_10.20-1.pgdg+1_arm64.deb
Size: 40840
SHA256: 049d47fb9ef579ed0bb451dca26e17a6b56d51fe0c52acf1e9018e8eb0b63343
SHA1: 26be79274ecd0233a2cb06b7e3a83f891aea1e1d
MD5sum: 65f9e63a67171d5d0defc8c1cb2f5656
Description: PL/Tcl procedural language for PostgreSQL 10
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Tcl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-pltcl-10-dbgsym
Source: postgresql-10
Version: 10.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-pltcl-10 (= 10.20-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10-dbgsym_10.20-1.pgdg+1_arm64.deb
Size: 67932
SHA256: 404781b848d89805e951f0e63e7b7b631b8779276113012d8dc7271cea288d6b
SHA1: 20b5d0cbaa91a033767abcd0d5271449d6bf1703
MD5sum: eab6b61eea40a2edbbd8413d59776c40
Description: debug symbols for postgresql-pltcl-10
Build-Ids: 3b19b4cb8b87bf8f435cd90cbaad4aee654f3ebb
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-pltcl-11
Source: postgresql-11
Version: 11.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 175
Depends: postgresql-11 (= 11.15-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11_11.15-1.pgdg+1_arm64.deb
Size: 41628
SHA256: 89b1d3947ba373c837a67b6a9833ace9b9766ff0dbe24e97a098e6eac024ba58
SHA1: 274ae2f3f8e53087c15994e96ba8fdf26196f878
MD5sum: 132df06cc129afe0aa227e7c45851154
Description: PL/Tcl procedural language for PostgreSQL 11
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Tcl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-pltcl-11-dbgsym
Source: postgresql-11
Version: 11.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-pltcl-11 (= 11.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11-dbgsym_11.15-1.pgdg+1_arm64.deb
Size: 71076
SHA256: 95151d15406dd1e0778a328e0b06c354e6ced4144c797d35f2ed3dfa51b66027
SHA1: c103a75ad42d964ac91019f2addf9a3ce252353b
MD5sum: 3f9083e8759d72ec8c69fa35abd95985
Description: debug symbols for postgresql-pltcl-11
Build-Ids: 95bb9a7fe88b4624f2a97b77f303d2df714e884f
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-pltcl-12
Source: postgresql-12
Version: 12.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 178
Depends: postgresql-12 (= 12.10-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12_12.10-1.pgdg+1_arm64.deb
Size: 40064
SHA256: 5f1b7cf3420137ec08b74ab1cf1d5ab23b3ba95f5b86bac17ec699766a8db1bc
SHA1: 315e0ac5a8562ec1cddb5f57df518ddadf822d7a
MD5sum: 797980b471daaec63f2e48c4ddf90872
Description: PL/Tcl procedural language for PostgreSQL 12
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Tcl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-pltcl-12-dbgsym
Source: postgresql-12
Version: 12.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-pltcl-12 (= 12.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12-dbgsym_12.10-1.pgdg+1_arm64.deb
Size: 72156
SHA256: f0226c9327548cabbf733f9d37214ad6d2790bf27e9a0e3b90ee6149fa85a53f
SHA1: 9571683d9f7ae6acb4ce2429f3f8c67407e67248
MD5sum: 10cdc4646218c4958c8fa24add3eaa71
Description: debug symbols for postgresql-pltcl-12
Build-Ids: 54c340d94d4b6ccc201020132d227f1e64545ccf
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-pltcl-13
Source: postgresql-13
Version: 13.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-13 (= 13.6-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13_13.6-1.pgdg+1_arm64.deb
Size: 39884
SHA256: f1c175971b4b758ee4ad2091681d90306dd50f5bd8b0103959a6ae8948a1a3a9
SHA1: fd483c72f8bdeecb0e22e879d5dfa4494d80cae9
MD5sum: d9fa861e74cc363530104a12c32859b0
Description: PL/Tcl procedural language for PostgreSQL 13
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Tcl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-pltcl-13-dbgsym
Source: postgresql-13
Version: 13.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-pltcl-13 (= 13.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13-dbgsym_13.6-1.pgdg+1_arm64.deb
Size: 75324
SHA256: 90e6413472ee0b94ae3aa4cedcc63fcaeef4170b39ecb5349a046920a88978d2
SHA1: 0af7d285d25226724313f1cebe42c47d37b9e7bf
MD5sum: 4ad5b109ea0ff14f9511bf9fc504b832
Description: debug symbols for postgresql-pltcl-13
Build-Ids: 3caeab3582f7f88d08d1909ebf201123ef245992
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-pltcl-14
Source: postgresql-14
Version: 14.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-14 (= 14.2-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14_14.2-1.pgdg+1_arm64.deb
Size: 36000
SHA256: 01a6afeed49a09724b93c0f45def6f4753b39fd0abd8001d0736b442de22a4d2
SHA1: 487f5fc18f8a833b8c2df2795d43d22faaca9133
MD5sum: 350e216bf4fc43b992c01957bd99051a
Description: PL/Tcl procedural language for PostgreSQL 14
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Tcl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-pltcl-14-dbgsym
Source: postgresql-14
Version: 14.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-pltcl-14 (= 14.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14-dbgsym_14.2-1.pgdg+1_arm64.deb
Size: 75980
SHA256: 6df50b9ca6268bcc9cbd7bdaa2d6f8c10eb76b223d9058290e203d1e01ee2e26
SHA1: 2f9b26751e7bc4001b269626fc99df7c5fdea771
MD5sum: 2ff7e266e1129b2443102d23518121c2
Description: debug symbols for postgresql-pltcl-14
Build-Ids: 3e2dcea0de84d298cb9b509f7cf78f1858bfc1e8
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-server-dev-10
Source: postgresql-10
Version: 10.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5499
Depends: libpq-dev (>= 10~~), postgresql-client-10 (= 10.20-1.pgdg+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Replaces: libpq-dev
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-10/postgresql-server-dev-10_10.20-1.pgdg+1_arm64.deb
Size: 943940
SHA256: a00b92fce2c4e9525bedd04739c895cc5158dfc73403f99be1e98a552b2fe67f
SHA1: 57cb3da89839776053f70d3ac2618a9b401891de
MD5sum: 4ee6dafe511e8843addab533092bab22
Description: development files for PostgreSQL 10 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.
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-server-dev-11
Source: postgresql-11
Version: 11.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5038
Depends: clang-13, libpq-dev (>= 11~~), llvm-13-dev, postgresql-client-11 (= 11.15-1.pgdg+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-11/postgresql-server-dev-11_11.15-1.pgdg+1_arm64.deb
Size: 924496
SHA256: 00c85061d8eea6963d4bdb1e1150a007c5f5dcf68fb18888101ce04a324408a6
SHA1: a46da6d0c43f9edc9ebe7038f94de6d05f0cf0f5
MD5sum: 716dce71d7756b11fd98508531f9a2c9
Description: development files for PostgreSQL 11 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.
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-server-dev-12
Source: postgresql-12
Version: 12.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5605
Depends: clang-13, libpq-dev (>= 12~~), llvm-13-dev, postgresql-client-12 (>= 12.1-2~), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-12/postgresql-server-dev-12_12.10-1.pgdg+1_arm64.deb
Size: 988684
SHA256: 1f2f58a23714df1d2b3519170d20efd550523a0b6db104c95b6194bac1241cfc
SHA1: d022ce03e0bd3f5cc25bfe3652f98dbb7d8cea84
MD5sum: 946a1f0733678612649d20915044c963
Description: development files for PostgreSQL 12 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.
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-server-dev-13
Source: postgresql-13
Version: 13.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6111
Depends: clang-13, libpq-dev (>= 13~~), llvm-13-dev, postgresql-client-13, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/postgresql-server-dev-13_13.6-1.pgdg+1_arm64.deb
Size: 1033500
SHA256: 6a656b16888774ce16072aa3246e055cc5a9f68edf4d762dbcbd5bfad7c3773a
SHA1: 18e80ba9798008ab6f8a179b1b9b7c8e0714e987
MD5sum: bc6af9a0ae60edfd4cbb50ce243f34d3
Description: development files for PostgreSQL 13 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.
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-server-dev-14
Source: postgresql-14
Version: 14.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6623
Depends: clang-13, libpq-dev (>= 14~~), llvm-13-dev, postgresql-client-14, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14_14.2-1.pgdg+1_arm64.deb
Size: 1105852
SHA256: b12ace447102712a92ab867c1b6560d34f32bfa204d378204b0d097772a967be
SHA1: 28a88dbcbcc2e86e43e8a3f50db9e098ef4c4afc
MD5sum: 21842932646fe9e239bc7c6751d904ef
Description: development files for PostgreSQL 14 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.
Timestamp: 2022-02-10 14:31:10+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 238.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: make:any, postgresql-common (= 238.pgdg+1), postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12, postgresql-server-dev-13, postgresql-server-dev-14
Multi-Arch: same
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_238.pgdg+1_arm64.deb
Size: 76864
SHA256: a926a60cf0b5d512c5d3d4cd282b68204f657598e2166903f401ab71f19439ac
SHA1: 4537f9ea4fa4a4da55e6e53e434d36013eeec158
MD5sum: 916d3aee70b21d0d67e23a0b4d4da756
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, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 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.
Timestamp: 2022-02-10 14:31:10+00

Package: libpg-query1302.1
Source: libpg-query
Version: 13-2.1.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2560
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: https://github.com/pganalyze/libpg_query
Priority: optional
Section: libs
Filename: pool/main/libp/libpg-query/libpg-query1302.1_13-2.1.0-2.pgdg+1_arm64.deb
Size: 478716
SHA256: 8f4327a9b94907561dcbf0dc6f37e95519cd2e955e239cd04aa47016b674e146
SHA1: 6bbe7aae766cf145a76d2cff6284205efb5d24bd
MD5sum: 0752e1faa64074d175baa45a1bfad3bd
Description: C library for accessing the PostgreSQL parser outside of the server environment
 This library uses the actual PostgreSQL server source to parse SQL queries and
 return the internal PostgreSQL parse tree.
Timestamp: 2022-02-11 13:34:36+00

Package: libpg-query1302.1-dbgsym
Source: libpg-query
Version: 13-2.1.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2061
Depends: libpg-query1302.1 (= 13-2.1.0-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libp/libpg-query/libpg-query1302.1-dbgsym_13-2.1.0-2.pgdg+1_arm64.deb
Size: 1821836
SHA256: a9a9d5034f558d4d5de9d2c8362ed04ee7068fb82dca2c50279adae35da1f838
SHA1: ee8f8f6ea652d68ea87432b7aac93e3eea257f13
MD5sum: d9bff074d910eddf01554b2d4f9e483a
Description: debug symbols for libpg-query1302.1
Build-Ids: bdd7497523b590070866f0a9bec8637efd03f00b
Timestamp: 2022-02-11 13:34:36+00

Package: libpg-query-dev
Source: libpg-query
Version: 13-2.1.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4782
Depends: libpg-query1302.1 (= 13-2.1.0-2.pgdg+1)
Homepage: https://github.com/pganalyze/libpg_query
Priority: optional
Section: libdevel
Filename: pool/main/libp/libpg-query/libpg-query-dev_13-2.1.0-2.pgdg+1_arm64.deb
Size: 570516
SHA256: dc12f43909ab3cc7f662689d23deddd1c8578ad9c587d02e9f416125bdba8977
SHA1: 41cd14c801e514a2a3b57de23f4ce594bc9e8147
MD5sum: 9234178872b26f5619fd6c786960b9ca
Description: C library for accessing the PostgreSQL parser outside of the server environment
 This library uses the actual PostgreSQL server source to parse SQL queries and
 return the internal PostgreSQL parse tree.
Timestamp: 2022-02-11 13:34:36+00

Package: libpostgresql-jdbc-java
Source: libpgjava
Version: 42.3.2-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 1030
Conflicts: libpg-java (<= 9.1-901-1), libpgjava (<= 7.4.7-3)
Replaces: libpg-java (<= 9.1-901-1), libpgjava
Provides: libpg-java, libpgjava
Built-Using: libscram-java (= 2.1-1.pgdg+1)
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: java
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java_42.3.2-1.pgdg+1_all.deb
Size: 947620
SHA256: 2ba7705e1714adf620291a038e6abe97146c775f6f2da74e2158b3b1604401e6
SHA1: b7fa88971c8b1dcda5f9fecfd453f12521d50353
MD5sum: 7a823a5a849b8bcce70dd0c0161e8197
Description: Java database (JDBC) driver for PostgreSQL
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
Timestamp: 2022-02-11 13:34:36+00

Package: libpostgresql-jdbc-java-doc
Source: libpgjava
Version: 42.3.2-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 11309
Depends: default-jdk-doc
Conflicts: libpg-java-doc (<= 8.4-702-1)
Replaces: libpg-java-doc
Provides: libpg-java-doc
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java-doc_42.3.2-1.pgdg+1_all.deb
Size: 642464
SHA256: 4d967a5c99dc263caf8143d1efb128d7f272c1c2289fe6696fc69c0c8050e1f6
SHA1: 5a4d486c5b32eecf98f63d0e29370ad6a3ac1e7e
MD5sum: d0a152ec08be6db16774917bd5349f2e
Description: Java database (JDBC) driver for PostgreSQL (documentation)
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
 .
 This package contains the documentation.
Timestamp: 2022-02-11 13:34:36+00

Package: pgbadger
Version: 11.7-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1673
Depends: libjson-xs-perl, libtext-csv-xs-perl, perl:any
Multi-Arch: foreign
Homepage: https://dalibo.github.io/pgbadger/
Priority: optional
Section: database
Filename: pool/main/p/pgbadger/pgbadger_11.7-1.pgdg+1_all.deb
Size: 373404
SHA256: c10e792acd98ce0ff47bdea6e09bd85d677860c749365b9b9d5dc1ee53c5e917
SHA1: 22f802e9dd8284190ded8441c6ea545919377dee
MD5sum: 77b5ff6bfe2dad20f39e828fd55a25ed
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.
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-10-pg-catcheck
Source: pg-catcheck
Version: 1.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 123
Depends: postgresql-10, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-10-pg-catcheck_1.3.0-1.pgdg+1_arm64.deb
Size: 27316
SHA256: b1264edf05c5f94f5353563131387cf596641d86a65c3580d6e4557c422cc6ff
SHA1: b185ef5a499721be22c65eedd20c09733da4ddde
MD5sum: 086e806041b11f712008d849769b5039
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-10-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-10-pg-catcheck (= 1.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-10-pg-catcheck-dbgsym_1.3.0-1.pgdg+1_arm64.deb
Size: 40012
SHA256: 0f649dcc83d7ec3f6ab6b8b2735217f8e08d8164ff40233b60afe5aa2294ef41
SHA1: 0d4c1871ff7d42cb959c937929a5840cdd79339e
MD5sum: 5eb16c1af4fb9d82ff9ceb87258d975c
Description: debug symbols for postgresql-10-pg-catcheck
Build-Ids: 2e38448107e182a612ceb78609784901aa4906cb
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-10-pllua
Source: postgresql-pllua
Version: 1:2.0.10-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 333
Depends: postgresql-contrib-10, postgresql-10, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-10-pllua_2.0.10-4.pgdg+1_arm64.deb
Size: 105372
SHA256: ccd134a37ef0a2387410ea667e3f1fe79c57a02b50208ba7ac77c2bbe2f5531c
SHA1: ef42952c1965758431c0bafec9ee6d6672b6bb4f
MD5sum: 5a4e8718c92cfd3577b37223f261a837
Description: Lua procedural language for PostgreSQL 10
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-10-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.10-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 358
Depends: postgresql-10-pllua (= 1:2.0.10-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-10-pllua-dbgsym_2.0.10-4.pgdg+1_arm64.deb
Size: 310920
SHA256: a4099498eba3d737ed3175dfc0b26c1b2c54cfeb31475a03c9f607b8dfe71222
SHA1: 73d16d09f02042693f4b471786a3d1d0ec2bb8de
MD5sum: ce388a4584253110a83b859b782edd0c
Description: debug symbols for postgresql-10-pllua
Build-Ids: 5d32d9c60d40fb573082f57ec5f751bc0346f030 c608850fbddca267a32b5844acd616ad02329a8d
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-10-plpgsql-check
Source: plpgsql-check
Version: 2.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check_2.1.2-1.pgdg+1_arm64.deb
Size: 73352
SHA256: fd8fedc2ae7c7e82bddbe2fb6caf6c585f6ecbc8af91e3370c7a8a1e18efcee5
SHA1: 762d6d9dff490169578088b244e7c2d4f6c36b85
MD5sum: 81cf9fddd8cf5b50b52138dce7a84a17
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-10-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 249
Depends: postgresql-10-plpgsql-check (= 2.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check-dbgsym_2.1.2-1.pgdg+1_arm64.deb
Size: 219224
SHA256: 2d596532f29f2e538d63a38ff7c5ead125fc3f506e5b96276cb9c00f43bd2cec
SHA1: cbdffd919df147c1f7ca28bc3921e9dd3019555b
MD5sum: 64f1f7de225d7d6f22ab305e1e9c63bd
Description: debug symbols for postgresql-10-plpgsql-check
Build-Ids: df91765dc3983968cc13583a2c085572ded6f7a6
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-10-powa
Source: powa-archivist
Version: 4.1.2-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1022
Depends: postgresql-10, libc6 (>= 2.17), postgresql-contrib-10
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-10-powa_4.1.2-5.pgdg+1_arm64.deb
Size: 41328
SHA256: 3b336520770c792ac7eac056bcaba158fdce5595bf2f92901d0353629ccdd9cb
SHA1: 93d0f00e5f9ad35f0c77f7b17f18d5c263581aac
MD5sum: a86adbaa3bbc69a9ad6f7a322d17f5fd
Description: PostgreSQL Workload Analyzer -- PostgreSQL 10 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-10-powa-dbgsym
Source: powa-archivist
Version: 4.1.2-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-10-powa (= 4.1.2-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-10-powa-dbgsym_4.1.2-5.pgdg+1_arm64.deb
Size: 34272
SHA256: 308aa365f2e70f1be526b585f5b740fb93a89732d59e0f75b200a6b880e8c91f
SHA1: 281fed46e3234ae390aec928e65bb4f1271a5954
MD5sum: 2b5de05f9c369868502e4fcd917eb634
Description: debug symbols for postgresql-10-powa
Build-Ids: 5a062a2d8944b40f4ebce20a9e15af5483915027
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-10-tablelog
Source: tablelog
Version: 0.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/credativ/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-10-tablelog_0.6.3-1.pgdg+1_arm64.deb
Size: 19772
SHA256: 07a5a11a88d261fc52e13f11b776864d319bd3b6aed3cf99d61c2da2568279ad
SHA1: d8fe1e82bd5413b552a345d7d2cc5c67771ce185
MD5sum: 59c078383fce98e473f97ae3eb3f336d
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-10-tablelog-dbgsym
Source: tablelog
Version: 0.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-10-tablelog (= 0.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-10-tablelog-dbgsym_0.6.3-1.pgdg+1_arm64.deb
Size: 34476
SHA256: 15130a4fbed221054b64285fbfb2e66e995230baa61b9bcbc1485b8ca4a88268
SHA1: 50bbb692538df656f73d75b65f50b60fb361d5fc
MD5sum: cca2b786dc435c0ab9c6bbce56164301
Description: debug symbols for postgresql-10-tablelog
Build-Ids: f1fbbd6ef246d29e3c6d1b8b9f8701619b8e2499
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-10-tdigest
Source: tdigest
Version: 1.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-10-tdigest_1.4.0-1.pgdg+1_arm64.deb
Size: 23548
SHA256: dd8edf9c3ce0e00804a74543860a79b654dd5b02f50d9f3161a0b700105d7144
SHA1: d786179b1100532f07c2206a547f6871fffec97f
MD5sum: bbc29b724750c69b629449df4dede1ea
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-10-tdigest-dbgsym
Source: tdigest
Version: 1.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-10-tdigest (= 1.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-10-tdigest-dbgsym_1.4.0-1.pgdg+1_arm64.deb
Size: 47948
SHA256: 1a4a56becf3c19ff4f6291745ae9bb2b3cb096769cef7caf829ce92f50962f1c
SHA1: d613eddc947a9564b986546964f78eaa21c74b8b
MD5sum: ae917b323ac64ad4956f15dabe02b0d8
Description: debug symbols for postgresql-10-tdigest
Build-Ids: 6da9987cb7ef7f579bd7b9e26235a44a9b0113f1
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-10-wal2json
Source: wal2json
Version: 2.4-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-10-wal2json_2.4-2.pgdg+2_arm64.deb
Size: 17116
SHA256: ac80ba92c757d3360a2bd4623b67f996d02ecb11a96abc484338bcec608a48ed
SHA1: f651c8e07095ce86429c07380a7b7187a1f68086
MD5sum: 9711fab24799cc318a1de30e1e82b8f9
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-10-wal2json-dbgsym
Source: wal2json
Version: 2.4-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-10-wal2json (= 2.4-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-10-wal2json-dbgsym_2.4-2.pgdg+2_arm64.deb
Size: 51280
SHA256: 9ff75681f435a5a138123252afceefccee611a0262441bbfe0830ab5dcab8135
SHA1: 66f994245e7592536944ab1390dcc2cee4e8c1b3
MD5sum: e8051c57b7cbde1f1e8028b57a29acab
Description: debug symbols for postgresql-10-wal2json
Build-Ids: b103d34f7cfa1ec0441fa572e7848249a7e16d0a
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-11-pg-catcheck
Source: pg-catcheck
Version: 1.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 123
Depends: postgresql-11, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-11-pg-catcheck_1.3.0-1.pgdg+1_arm64.deb
Size: 27244
SHA256: 64ef4a5e08196e7eb639b383ab8aa93dbfb0c8094fc3959a571a658a819dc940
SHA1: 18ae114861639409255d393628ea81ec134d3ea1
MD5sum: d63be5c90d037d34cbd2351ce453255a
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-11-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-11-pg-catcheck (= 1.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-11-pg-catcheck-dbgsym_1.3.0-1.pgdg+1_arm64.deb
Size: 40032
SHA256: 528b37d2df928aa77a05b51508a22802cdb419c18d250891e204228895b6519e
SHA1: d6686adee0b553e1e97b470352d9df4c1d1de80f
MD5sum: c8bd1130580d5870121ee25676696e52
Description: debug symbols for postgresql-11-pg-catcheck
Build-Ids: a0a6cd1ccdcdfa2d93db0339f3d0aea9c8337ff5
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-11-pllua
Source: postgresql-pllua
Version: 1:2.0.10-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 953
Depends: postgresql-contrib-11, postgresql-11, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-11-pllua_2.0.10-4.pgdg+1_arm64.deb
Size: 389120
SHA256: e9f39ed6200a1885474937ae8c66666801f1135873d7ff81f9fd6ba49ea2706a
SHA1: e117ec3063916960666ee762540620443697f2f3
MD5sum: 12bff9073f5b5067a72c290dd203de56
Description: Lua procedural language for PostgreSQL 11
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-11-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.10-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 355
Depends: postgresql-11-pllua (= 1:2.0.10-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-11-pllua-dbgsym_2.0.10-4.pgdg+1_arm64.deb
Size: 308248
SHA256: 0eaf6be8df09c8788db6475f9f0281e6d150e4ddc0f3f8381eb9ca3afa9356a0
SHA1: 77a4bf22e1e40727f0ae9ce9c34009cd300205bf
MD5sum: 9759854f6bf74e7f9a3c9d465d6654c1
Description: debug symbols for postgresql-11-pllua
Build-Ids: 0bcedec272f3c12a4cdf9b2e4c4d3aac3bc50c30 7e5cc1c5f985d56ef2382c25cc7c718dff5b8f6a
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-11-plpgsql-check
Source: plpgsql-check
Version: 2.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 613
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check_2.1.2-1.pgdg+1_arm64.deb
Size: 276408
SHA256: ab0e6754bef5b92fefb53feb72204bc153a93658fda5d7b98548b5d8d524d3dd
SHA1: 4d7da9c4b25a761c401df92a734f956b1b5ef183
MD5sum: 1923d884cba854b8fb636b0789720d3f
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-11-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 246
Depends: postgresql-11-plpgsql-check (= 2.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check-dbgsym_2.1.2-1.pgdg+1_arm64.deb
Size: 217404
SHA256: 697e348d378addcbe060577272e51c861125171e63fbdb3b3d678e56e6876d9b
SHA1: 0953f36dce0c31452e25961058841187d2147f0d
MD5sum: 9b406a4784b8c555d77e4db98076826b
Description: debug symbols for postgresql-11-plpgsql-check
Build-Ids: 2b674b7ebce1620ce05fe451ca384373f72f1554
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-11-powa
Source: powa-archivist
Version: 4.1.2-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1047
Depends: postgresql-11, libc6 (>= 2.17), postgresql-contrib-11
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-11-powa_4.1.2-5.pgdg+1_arm64.deb
Size: 55204
SHA256: 3c749c94462e0675bc2a6be3b77319387e1dd442051c91de6d33e009a32e65eb
SHA1: fee338e129d0e0d8b0d421b4b21c4975eda58c9b
MD5sum: 9ee26b50ddd39962555ac4d92ccd4ba7
Description: PostgreSQL Workload Analyzer -- PostgreSQL 11 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-11-powa-dbgsym
Source: powa-archivist
Version: 4.1.2-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-11-powa (= 4.1.2-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-11-powa-dbgsym_4.1.2-5.pgdg+1_arm64.deb
Size: 33120
SHA256: ad23c34136cec22c678c893568f9248d0c8d13f89b7b3c56cadb2fdd4532c154
SHA1: 615947f68d02d590e2c26268960d3d8b5cc795d5
MD5sum: f02fdfddea3ccba59553c09cdc8aa0fe
Description: debug symbols for postgresql-11-powa
Build-Ids: 93fb2ec7a22c0fc1f0509be1c536ddaed35e87ea
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-11-tablelog
Source: tablelog
Version: 0.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 126
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://github.com/credativ/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-11-tablelog_0.6.3-1.pgdg+1_arm64.deb
Size: 45468
SHA256: 6e80f2ac6b6806dc9d04835732698654c0080d314e05849a4030573a8a8f5ed0
SHA1: 0c35899e2e3e584388ef5e5256f6f7997b3e438e
MD5sum: 42169e10db76e3105bd290406b6bad27
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-11-tablelog-dbgsym
Source: tablelog
Version: 0.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-11-tablelog (= 0.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-11-tablelog-dbgsym_0.6.3-1.pgdg+1_arm64.deb
Size: 35104
SHA256: fb14c8e095cac4b048809acc6c3d51b50158a3529ea07db550e835601bf1d529
SHA1: bf86e33029ff0767fbcc794d360f4bdc5ede4565
MD5sum: 6b1049584b8b913c142a9468623da811
Description: debug symbols for postgresql-11-tablelog
Build-Ids: 8fde778a4cd34ad23ed7b7d36daaa868783d8caf
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-11-tdigest
Source: tdigest
Version: 1.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 165
Depends: libc6 (>= 2.17), postgresql-11
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-11-tdigest_1.4.0-1.pgdg+1_arm64.deb
Size: 65700
SHA256: f121e64d1b5801da9669e2c04a1c62d18e42895afbed98b0d5dea41affcbeb0d
SHA1: 256afbaba180dcec05e624e9533aa9ced2decadf
MD5sum: 8592c33dd19796579d0d3494585b2795
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-11-tdigest-dbgsym
Source: tdigest
Version: 1.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-11-tdigest (= 1.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-11-tdigest-dbgsym_1.4.0-1.pgdg+1_arm64.deb
Size: 49648
SHA256: 34c5918c0fdd1f83156f20d322d2914945e0d383828534576e6b7741b4965f02
SHA1: 327725bc870fc95b18232468b8cf4ddf52c6e1d0
MD5sum: 73062da5c68fbe870e5163917eb1acfc
Description: debug symbols for postgresql-11-tdigest
Build-Ids: 2657b3897cb4bf8eabb2f6e37e2a965ba493ce15
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-11-wal2json
Source: wal2json
Version: 2.4-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-11-wal2json_2.4-2.pgdg+2_arm64.deb
Size: 58564
SHA256: 1d8a04bed19b0ed2f691eda6c2c20b4e976a7df7b774af3259ac5f230a2c7394
SHA1: 18c5d7e7a476746b6eff0357a6cbcf587e48a69c
MD5sum: c53cdc483133bd0f0551992e4e52a724
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-11-wal2json-dbgsym
Source: wal2json
Version: 2.4-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-11-wal2json (= 2.4-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-11-wal2json-dbgsym_2.4-2.pgdg+2_arm64.deb
Size: 53648
SHA256: 6f236979786b65e9517e5064610b23d183ec407dad03ddbbe586874dc4cba9d0
SHA1: 643dc295e3bde617c36f18bc2ce572d070c501b0
MD5sum: b41182c0bc6ea74e05b89ffeca94a307
Description: debug symbols for postgresql-11-wal2json
Build-Ids: 92fa8ecb2006a3f85487213dc64293fc3ef03a97
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-12-pg-catcheck
Source: pg-catcheck
Version: 1.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-12, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-12-pg-catcheck_1.3.0-1.pgdg+1_arm64.deb
Size: 32024
SHA256: 379edde98ca4db14ea93d24c099e7b18e3762a9618240fc52af279091bf37548
SHA1: 628b53d29e67be67c18eea733ccbe68e23246864
MD5sum: 410979db7cd67cd445661d60fe2be19b
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-12-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-12-pg-catcheck (= 1.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-12-pg-catcheck-dbgsym_1.3.0-1.pgdg+1_arm64.deb
Size: 37920
SHA256: c377e73e3e45247d007b422a703ff2ed16c089fcd3588487c9b1ddd0860e44a3
SHA1: e57e437f2a6ebbb266f3a952cacb57ce243f3b98
MD5sum: 7b90f75a067bf76bd5771d3ea000af9f
Description: debug symbols for postgresql-12-pg-catcheck
Build-Ids: f702d3967d4deb66923aeb8a1211fa72bc014a39
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-12-pllua
Source: postgresql-pllua
Version: 1:2.0.10-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 953
Depends: postgresql-contrib-12, postgresql-12, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-12-pllua_2.0.10-4.pgdg+1_arm64.deb
Size: 389844
SHA256: edd56a1e2da15353f2584ce3ca84f05a6e86feec9605aaca7af47ec7b775f5cd
SHA1: 4f3c289de4acc6d828c172385afbd9ea3ffda283
MD5sum: c71d70c5bff7cf92d5c305d2df1ccdff
Description: Lua procedural language for PostgreSQL 12
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-12-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.10-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 360
Depends: postgresql-12-pllua (= 1:2.0.10-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-12-pllua-dbgsym_2.0.10-4.pgdg+1_arm64.deb
Size: 313304
SHA256: da022fe7508c397f172ac9ce90af3e9e48f9a6f2efc4d595b1a0bb07f2799cdb
SHA1: 502c23e37dc2d05fb44d236bde07bccb0873161b
MD5sum: 75e8387b9f65acf1c240953c737b4b83
Description: debug symbols for postgresql-12-pllua
Build-Ids: 0ca0968e3ce3d679a3a2408e329fa2de17a3525b 4e1c28fc677edbd3225b7a70d5e68a4129a72aa9
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 2.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 619
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_2.1.2-1.pgdg+1_arm64.deb
Size: 281264
SHA256: 4c00b7af41886ebc68d1a1d7a98755374098eb15c174d5711e92652f72206ccc
SHA1: d5a0f623612f2f3d2f944781c24e814c7b2d98d9
MD5sum: 79be3e99f0d4d3569fbefe98b1be1b59
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 254
Depends: postgresql-12-plpgsql-check (= 2.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_2.1.2-1.pgdg+1_arm64.deb
Size: 226288
SHA256: 365157e7943a08a43462c8749468d85c47293a84bcc3ee62ae818fdcb6c0ffde
SHA1: ed811aae256599ece9a88edef64cccacce0fe2a9
MD5sum: 77c7b1acc29370a9f95ca566277e9c7d
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: 8b14aa38bf796052b1b2e75fe4c8d954694b3426
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-12-powa
Source: powa-archivist
Version: 4.1.2-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1047
Depends: postgresql-12, libc6 (>= 2.17), postgresql-contrib-12
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-12-powa_4.1.2-5.pgdg+1_arm64.deb
Size: 55488
SHA256: ff2f3749d1aaf2ec89ff70a662ef9dda0a8a998563427b6b74a8fa11c3333d0c
SHA1: c9c0414b839307065c5c775fd4dc5478711dfe7a
MD5sum: d38f76e2c0f3283aa86449b2e3e36c37
Description: PostgreSQL Workload Analyzer -- PostgreSQL 12 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-12-powa-dbgsym
Source: powa-archivist
Version: 4.1.2-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-12-powa (= 4.1.2-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-12-powa-dbgsym_4.1.2-5.pgdg+1_arm64.deb
Size: 34760
SHA256: 0735ebb3279a896c1244bb8f1793083020505415f3f58f7b0f0d4c8b1d0a54e5
SHA1: ad1482cf235df305871476261bf337fc13567b99
MD5sum: 8692036931a52d94a38a9a89199d5a81
Description: debug symbols for postgresql-12-powa
Build-Ids: f2ab09ceab59fa9cc8922fcc074b139e8473403c
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-12-tablelog
Source: tablelog
Version: 0.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 126
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://github.com/credativ/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-12-tablelog_0.6.3-1.pgdg+1_arm64.deb
Size: 45460
SHA256: 5d46c9af80493e0d0acb407f728e39040b57eff8da2b66d4f2dc022d2390a388
SHA1: 2cf5f4bac042395c16d6b305c09e34700a994104
MD5sum: b2d295c8e7048ea0af5f059abfa8d1a6
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-12-tablelog-dbgsym
Source: tablelog
Version: 0.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-12-tablelog (= 0.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-12-tablelog-dbgsym_0.6.3-1.pgdg+1_arm64.deb
Size: 37112
SHA256: adb275a95b9d9e65abc963b7559c000045e894eb2127685a28bd6d83d9514209
SHA1: 0924adcdb94fd350572e7f5b46ee33bf0e851da0
MD5sum: 54dc390624a5dc17fc1523caba7f9ae0
Description: debug symbols for postgresql-12-tablelog
Build-Ids: a8c7fe4954443b7e6f49037064477cd101399c74
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-12-tdigest
Source: tdigest
Version: 1.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 165
Depends: libc6 (>= 2.17), postgresql-12
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-12-tdigest_1.4.0-1.pgdg+1_arm64.deb
Size: 65732
SHA256: bac3e59a2d6864ba413c8f9a4a0552ed2e8734f6b15e506f31fe8e04fcc408e0
SHA1: ea772d478c9c098a66bb8d840a18ebf2292a1caa
MD5sum: 13e60c21ed55378d96c9da644225bb17
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-12-tdigest-dbgsym
Source: tdigest
Version: 1.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-12-tdigest (= 1.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-12-tdigest-dbgsym_1.4.0-1.pgdg+1_arm64.deb
Size: 50612
SHA256: 78e90996d24ee4d9f48b559611c8b1402aae381c2ead0109024825c7893d210b
SHA1: fd8072a6c3991e2e77e5354bf58e1a1918ac951b
MD5sum: b4403b19dc8c560ea9c1a202e4aadc7d
Description: debug symbols for postgresql-12-tdigest
Build-Ids: 75169d44a568a786e6781d3f6c329233f8fb1d57
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-12-wal2json
Source: wal2json
Version: 2.4-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-12-wal2json_2.4-2.pgdg+2_arm64.deb
Size: 59752
SHA256: 91b84e9001ec970d21115e4a2a41652bb8af2fd122b79fc822ba5003ea2508a2
SHA1: 8e406db1001c7ebfd88c1e1fe163cf3b45a88d14
MD5sum: 38aa5fa2769eb82a7fc10bd69fe0e56c
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-12-wal2json-dbgsym
Source: wal2json
Version: 2.4-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-12-wal2json (= 2.4-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-12-wal2json-dbgsym_2.4-2.pgdg+2_arm64.deb
Size: 58112
SHA256: c8e99c1ae9cb2afb742c1ea68669b82e3a7d2adcf068ccb3af3b7fc6abe88d2d
SHA1: c658942c1cce95df903aff3985e6619172b3668e
MD5sum: a26d09ea2de442e4ee0931c4f1b46d89
Description: debug symbols for postgresql-12-wal2json
Build-Ids: 61d0ad53341f1e96c2d87abc293b0578b677dd00
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-13-pg-catcheck
Source: pg-catcheck
Version: 1.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-13, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-13-pg-catcheck_1.3.0-1.pgdg+1_arm64.deb
Size: 31964
SHA256: f13d4cbe75c0054ef7934c2c60bbcc058e0dd1bfc42f028a34826fa5b4c3fde4
SHA1: b7907953f08fcfaad0dfc0a480c5e6df08c94d1f
MD5sum: 2ade5818db27b05edbc9c8e4b964dd5e
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-13-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-13-pg-catcheck (= 1.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-13-pg-catcheck-dbgsym_1.3.0-1.pgdg+1_arm64.deb
Size: 37924
SHA256: cf915cc142890272a283bf3ebcb4a36a2eff31b2da69847a81b84e239302a798
SHA1: 0938f1ef558c8c9982cc5c49c3256a7b6eb7554c
MD5sum: 3e39150c817b8a2d42b254afd9bc393a
Description: debug symbols for postgresql-13-pg-catcheck
Build-Ids: 70db7476e9a0a6c1a5e7035c55262522684062e3
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-13-pllua
Source: postgresql-pllua
Version: 1:2.0.10-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 951
Depends: postgresql-contrib-13, postgresql-13, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-13-pllua_2.0.10-4.pgdg+1_arm64.deb
Size: 389052
SHA256: 9502eb7dacbb05d7410738d05a64895f8b8bbfc9c29fba139544ebf3957bf63f
SHA1: de41840de56b81b250a7da03b58f7936408efba3
MD5sum: 8945ed80f716f104ea990bfd30f2edf3
Description: Lua procedural language for PostgreSQL 13
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-13-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.10-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 364
Depends: postgresql-13-pllua (= 1:2.0.10-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-13-pllua-dbgsym_2.0.10-4.pgdg+1_arm64.deb
Size: 317704
SHA256: 830801c106c5f53adbc53f38684811f050f234c4b204e29b236e239fce2f6425
SHA1: 2077d5eb07707e5db19fb4cadaf57550d1c9e271
MD5sum: 6e146c16c1996578d22b543401dac315
Description: debug symbols for postgresql-13-pllua
Build-Ids: 66782eec63df6c7be71c5382fc62221b2a16659c b54ecc29384b3c852511e5a2f6bf29c8b199e6e3
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 2.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 623
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_2.1.2-1.pgdg+1_arm64.deb
Size: 284004
SHA256: 03bb9abb573a7ca2a0073ca96554017c3b185068e3ad840ed2a0ead001ebc323
SHA1: a38cc9722d97cfba3ac12acb95ec2989762af4a7
MD5sum: 7a8e7bf6b3319d1e2d6cc889263cd4ee
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 276
Depends: postgresql-13-plpgsql-check (= 2.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_2.1.2-1.pgdg+1_arm64.deb
Size: 247728
SHA256: d8a7df77692b9dbd6799e431d429e1a8b69ddd324040d509e84231bd1c6890a5
SHA1: c2fd74d80e95b7d80bee1297f9b2bde1ed48b5f3
MD5sum: 65ccac1f013199742329337094e10d60
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: 27058ca2e8d988fc3a74902c967c6e19e6c4c0d6
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-13-powa
Source: powa-archivist
Version: 4.1.2-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1046
Depends: postgresql-13, libc6 (>= 2.17), postgresql-contrib-13
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-13-powa_4.1.2-5.pgdg+1_arm64.deb
Size: 55280
SHA256: 9e1877e791b9c11f1e7b3e73b46f8ab50b4a46c16f9f1854904085c0a24f1bc0
SHA1: f0442ce99999a7494014989a5f316f7eba122aac
MD5sum: 46289dc23987452b37df900d156b9a15
Description: PostgreSQL Workload Analyzer -- PostgreSQL 13 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-13-powa-dbgsym
Source: powa-archivist
Version: 4.1.2-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-13-powa (= 4.1.2-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-13-powa-dbgsym_4.1.2-5.pgdg+1_arm64.deb
Size: 31996
SHA256: 06833693b3860bd156430d0399dc11b7d29be43bc3dfa9a2a92e418e64b4055d
SHA1: cdb0c498a2756e5412c88f1a832f5522d9dc3c86
MD5sum: f222b26debbf27e1a9a8cc4582180d89
Description: debug symbols for postgresql-13-powa
Build-Ids: 5460c6e3c40bd914f9ca898e5c4440dc9fdbc099
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-13-tablelog
Source: tablelog
Version: 0.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: libc6 (>= 2.17), postgresql-13
Homepage: https://github.com/credativ/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-13-tablelog_0.6.3-1.pgdg+1_arm64.deb
Size: 48048
SHA256: 862773e32dbf7aaaa40338e0a78739b6acdafb99b53a3718f88e828e6b38f37b
SHA1: 5d949b6a0ab2e7f64c42ec8aa2a56fc5a1b43873
MD5sum: edd197fe085f0ef1d6965cc4e16b20a1
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-13-tablelog-dbgsym
Source: tablelog
Version: 0.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-13-tablelog (= 0.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-13-tablelog-dbgsym_0.6.3-1.pgdg+1_arm64.deb
Size: 40156
SHA256: 6e5585690f3bda99e2b45f2c45e22363376db777dda687b9ffb3e1e8b373b961
SHA1: 6e232951343fc2f2b7f5dd33bf74b8cef273aeb2
MD5sum: 9054f5aa9156a0b7218f0e0be32989c2
Description: debug symbols for postgresql-13-tablelog
Build-Ids: bbab4f89fd4be4ef0a19988a21bd7482452be330
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-13-tdigest
Source: tdigest
Version: 1.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 165
Depends: libc6 (>= 2.17), postgresql-13
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-13-tdigest_1.4.0-1.pgdg+1_arm64.deb
Size: 65964
SHA256: 1263d46ae265b64e8edf2cf3c070fcd76950fd99e41b2bb3fe3ea9972c301b89
SHA1: 43c896b71ee4640b1bd1317425803a0a2f239adf
MD5sum: d6ee0218d0ab54e86a675a29aaf681d6
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-13-tdigest-dbgsym
Source: tdigest
Version: 1.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-13-tdigest (= 1.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-13-tdigest-dbgsym_1.4.0-1.pgdg+1_arm64.deb
Size: 51220
SHA256: 4ff87ac826b8b42c7e779ae6e3cb16f96bd841f64e9e2ab0dbf015c6f8c54853
SHA1: 0ddd600e466541e9dcd22328c55ad1e167f2e941
MD5sum: 5478817b5dd24a9bb792f70469bef038
Description: debug symbols for postgresql-13-tdigest
Build-Ids: 8105aaea3c4d84315db3c226344392396d4f036d
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-13-wal2json
Source: wal2json
Version: 2.4-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-13-wal2json_2.4-2.pgdg+2_arm64.deb
Size: 61012
SHA256: 1051438628b0f2681d83b8a3a7ae7c2b7ad06739334c0eff56d46f237a7619a6
SHA1: 925e9c5e700729268694942fb60658e1d10b812d
MD5sum: d3e97f8d4d558584987523f0146efdfb
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-13-wal2json-dbgsym
Source: wal2json
Version: 2.4-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-13-wal2json (= 2.4-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-13-wal2json-dbgsym_2.4-2.pgdg+2_arm64.deb
Size: 60628
SHA256: ccdd8565c3c6344644ea174efc4678d6b14430ec182ee332f79f2232c0bad68a
SHA1: 65d599f17b693062a0d0d7ea53c2920f1ec347b5
MD5sum: 81859596f8292f84e0122e471c0637d3
Description: debug symbols for postgresql-13-wal2json
Build-Ids: b2033eb620a9653034c2a0c4db5c1eb7975609dd
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-14-pg-catcheck
Source: pg-catcheck
Version: 1.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-14, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-14-pg-catcheck_1.3.0-1.pgdg+1_arm64.deb
Size: 32968
SHA256: bd7028e7f0a8fd593303f3d977f3e4908ac895a999c40b2206c04104868977d4
SHA1: 21e462ce142c499daa4d194ca2e7895d985b216c
MD5sum: 81ed7b34e87a2538e40dd7a4fbf03ab6
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-14-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-14-pg-catcheck (= 1.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-14-pg-catcheck-dbgsym_1.3.0-1.pgdg+1_arm64.deb
Size: 37268
SHA256: f2a01574b2f22902e8649ac492a5210bb002a6d01dc0f08bd1b7bcb7e680c3da
SHA1: 9ca74378fe276fa8de6b1e1a05feb7085c00e3cc
MD5sum: a7c7cd2628ae40081c73007d90bc62a6
Description: debug symbols for postgresql-14-pg-catcheck
Build-Ids: a1afb0f44b80779fedb193a4739ea61d1f629963
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-14-pllua
Source: postgresql-pllua
Version: 1:2.0.10-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 915
Depends: postgresql-contrib-14, postgresql-14, postgresql-14-jit-llvm (>= 13), libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-14-pllua_2.0.10-4.pgdg+1_arm64.deb
Size: 378980
SHA256: c957fb9014d73b9cc079cc697a055e6400c5c080c82a92f401355f38b8f81825
SHA1: ad561a4ce69b17c235be36df0aa8982e7d95049a
MD5sum: 5b8ce2665b12d90c2dc55b651103bea6
Description: Lua procedural language for PostgreSQL 14
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-14-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.10-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 361
Depends: postgresql-14-pllua (= 1:2.0.10-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-14-pllua-dbgsym_2.0.10-4.pgdg+1_arm64.deb
Size: 314080
SHA256: 212c297d186a6f1dd18bdf5ea0ca18189bf1c809dec78ffa222308885a3e653c
SHA1: 6ffed64e90ad834c37b960a7dc6932e7dd5b9df5
MD5sum: 71631b4101ed3ebde5fce34aea051c32
Description: debug symbols for postgresql-14-pllua
Build-Ids: a85e732417d2877d76de93c8e24de33aaebd35ec bbcea16a92a74ee05238e63fc07816ec534dfd95
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 599
Depends: postgresql-14, postgresql-14-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.1.2-1.pgdg+1_arm64.deb
Size: 280720
SHA256: c7f2b252e32b73a96a6176f5cca766fe7d6b7ae1d25429757b6a9e0d95b2fbd0
SHA1: 7af5c8000fa3cd19871ab1943ec67e93729e3807
MD5sum: 7e185eccd6943a198a8e361b96088c79
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 275
Depends: postgresql-14-plpgsql-check (= 2.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.1.2-1.pgdg+1_arm64.deb
Size: 245512
SHA256: 4a2a24e9ebaf66dabef7a0695ae89e5b6260e01dc519f3f67f2a93428900f740
SHA1: cf0cd0c04b87c40550d5e4535f53423904a5fdba
MD5sum: 48403381c3701cb22c2301eaaab24430
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: d8397c3c25c086fed0fdf0a451e4e5c5b2a3d569
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-14-powa
Source: powa-archivist
Version: 4.1.2-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1047
Depends: postgresql-14, postgresql-14-jit-llvm (>= 13), libc6 (>= 2.17), postgresql-contrib-14
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-14-powa_4.1.2-5.pgdg+1_arm64.deb
Size: 55520
SHA256: fc14489ca6d998e7901ae9911d984aac2bf9c5b5a56c89c1933c32e3efb72693
SHA1: 14fc227c857d9ee31c3088817041135b2a4d0e10
MD5sum: 36f4df3b9c10835b43d6c30ca1fc2a55
Description: PostgreSQL Workload Analyzer -- PostgreSQL 14 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-14-powa-dbgsym
Source: powa-archivist
Version: 4.1.2-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-14-powa (= 4.1.2-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-14-powa-dbgsym_4.1.2-5.pgdg+1_arm64.deb
Size: 32712
SHA256: 72780192deeb71d0a79edfc5dd156dd7bded928f9375448c92ec3aff1aa951f5
SHA1: e6a04e5df2dc0bdb426211e3be2c971d3f6121c4
MD5sum: c7d4c7b3908af69df88bc13a8179dd11
Description: debug symbols for postgresql-14-powa
Build-Ids: cde33fceb47c3af12b0e5e4c399e4fbc96324edd
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-14-tablelog
Source: tablelog
Version: 0.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 13)
Homepage: https://github.com/credativ/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-14-tablelog_0.6.3-1.pgdg+1_arm64.deb
Size: 46364
SHA256: 27bc8a5301d844e3b5d3e286cec266938377e7f0e4374326c11142552f2961e2
SHA1: 40570f9d55b52c28ce2112aac2ae0cfefe83d341
MD5sum: 90a2220fb9892778899d0069332837e4
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-14-tablelog-dbgsym
Source: tablelog
Version: 0.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-14-tablelog (= 0.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-14-tablelog-dbgsym_0.6.3-1.pgdg+1_arm64.deb
Size: 39264
SHA256: 1f02f79757c4449ff0aadae3ae7cca70359dedac12c56e968a3c80054d5e93d1
SHA1: 1f35c77198ba448d4980d1eadb8740b02ee0d343
MD5sum: f44d1213856f0e0d01bab004a1f1f494
Description: debug symbols for postgresql-14-tablelog
Build-Ids: 53c8a242d1caf09bbc348751ffaefd6d4d1a3c41
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-14-tdigest
Source: tdigest
Version: 1.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 13)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-14-tdigest_1.4.0-1.pgdg+1_arm64.deb
Size: 59008
SHA256: e9649d8900d149a42ba0b3ccfbbf8a1101212e414ee84b82c09895ee5c0eeadd
SHA1: 04b1a582b726c461bb713a036c3c7981317271d6
MD5sum: ca98530e0179b3c0c66a48c1d41d841d
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-14-tdigest-dbgsym
Source: tdigest
Version: 1.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-14-tdigest (= 1.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-14-tdigest-dbgsym_1.4.0-1.pgdg+1_arm64.deb
Size: 49360
SHA256: 470e2f7f2fc05e22402cea77b4fb43ea92259a1c50b156fcab7393321a6350c6
SHA1: 9539ef60b92a7ca7ab4b9b250a116c9bc2c0e2cb
MD5sum: ea8226a79184e1d6c9816c1832805c40
Description: debug symbols for postgresql-14-tdigest
Build-Ids: 7273330e46a715d0e47f210bba5488669ab66bfb
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-14-wal2json
Source: wal2json
Version: 2.4-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-14, postgresql-14-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-14-wal2json_2.4-2.pgdg+2_arm64.deb
Size: 62280
SHA256: df9ce8a1b74092f4be60d18876d560da5e32bbbc5a99013642312e837039f689
SHA1: bd2653303e17f937fcec2afc3181c1133b7fa595
MD5sum: f99d922ec8728e8822fb0ecb6bb285ef
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-14-wal2json-dbgsym
Source: wal2json
Version: 2.4-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-14-wal2json (= 2.4-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-14-wal2json-dbgsym_2.4-2.pgdg+2_arm64.deb
Size: 68164
SHA256: 28dd7bc3a42cfe170e539f157d1959d1649a13f5338b6b31ccf4c724efb92084
SHA1: d86602212291bd4d26990dc40cf64abd9fe77780
MD5sum: b115601077f4eb447a556d168dd6e7fe
Description: debug symbols for postgresql-14-wal2json
Build-Ids: af7d3d24b66b93172cc86c468e895a7e156c522f
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-9.6-powa
Source: powa-archivist
Version: 4.1.2-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1022
Depends: postgresql-9.6, libc6 (>= 2.17), postgresql-contrib-9.6
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-9.6-powa_4.1.2-5.pgdg+1_arm64.deb
Size: 41320
SHA256: 60b65229895eaf223765a2e9e174c880ef9c0aa2c59e13d2e535b915328f0bcd
SHA1: 95f2007580dcf5751c91ca114ad74ebad3b297f9
MD5sum: 537faaf6ba893d253060539baa61dc58
Description: PostgreSQL Workload Analyzer -- PostgreSQL 9.6 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2022-02-11 13:34:36+00

Package: postgresql-9.6-powa-dbgsym
Source: powa-archivist
Version: 4.1.2-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-9.6-powa (= 4.1.2-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-9.6-powa-dbgsym_4.1.2-5.pgdg+1_arm64.deb
Size: 27168
SHA256: a4263053856c9cf8efecf85b05441a7d3be87db2a6654f13ce145562a9011dcb
SHA1: 46a5166d2d18f4bdf063f7187514feff74d16a5e
MD5sum: 70a6524e38b746ead1e8ec8883365b22
Description: debug symbols for postgresql-9.6-powa
Build-Ids: 06621a1b75131cd3d2603b90681255eaa1c9ae01
Timestamp: 2022-02-11 13:34:36+00

Package: powa-collector
Version: 1.1.1-2.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: adduser, python3-psycopg2, python3:any
Suggests: postgresql-powa, powa-web
Homepage: https://github.com/powa-team/powa-collector
Priority: optional
Section: database
Filename: pool/main/p/powa-collector/powa-collector_1.1.1-2.pgdg+2_all.deb
Size: 14764
SHA256: 116e4ca49ddb673a88e05dcc23e3a4ab66c13124e59a8fe305f22d5e91af92cd
SHA1: dd7febe7d52696d554fb30f5162374aab0088ce4
MD5sum: 44ddc42778c9ab9de903871277438995
Description: PoWA collector daemon for remote snapshots
 This repository contains the powa-collector tool, a simple multi-threaded
 python program that performs the snapshots for all the remote servers
 configured in a powa repository database (in the powa_servers table).
 .
 Related packages:
  * powa-web: web frontend
  * postgresql-powa (postgresql-NN-powa): archivist collecting statistics
Timestamp: 2022-02-11 13:34:36+00

Package: ruby-pg-ldap-sync
Source: pg-ldap-sync
Version: 0.3.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: ruby, ruby-net-ldap (>= 0.16), kwalify (>= 0.7), ruby-pg (>= 0.14), ruby-pg (<< 2.0)
Homepage: https://github.com/larskanis/pg-ldap-sync
Priority: optional
Section: database
Filename: pool/main/p/pg-ldap-sync/ruby-pg-ldap-sync_0.3.0-1.pgdg+1_all.deb
Size: 9376
SHA256: 1390c67571770828ca92c6b2f106166c830598ebfb0f4a03c0eb5eba7f601081
SHA1: bf5bc165bd98f6eea4ca7d823101047b6c700af1
MD5sum: d6e7d8e77b2cfa447c6f8e6d466af0f2
Description: Synchronize users and groups from LDAP/AD into PostgreSQL
 LDAP is often used for a centralized user and role management
 in an enterprise environment. PostgreSQL offers different
 authentication methods, like LDAP, SSPI, GSSAPI or SSL.
 However, for any method the user must already exist in the database,
 before the authentication can be used. There is currently
 no direct authorization of database users on LDAP. So roles
 and memberships has to be administered twice.
 .
 This program helps to solve the issue by synchronizing users,
 groups and their memberships from LDAP to PostgreSQL.
 Access to LDAP is used read-only. <tt>pg_ldap_sync</tt> issues proper
 CREATE ROLE, DROP ROLE, GRANT and REVOKE commands to synchronize
 users and groups.
 .
 It is meant to be started as a cron job.
Ruby-Versions: all
Timestamp: 2022-02-11 13:34:36+00

Package: vip-manager
Version: 1.0.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6605
Depends: libc6 (>= 2.32)
Enhances: patroni
Built-Using: consul (= 1.8.7+dfsg1-3), etcd (= 3.3.25+dfsg-6), golang-1.17 (= 1.17.6-1), golang-fsnotify (= 1.5.1-1), golang-github-armon-go-metrics (= 0.3.4-1), golang-github-coreos-semver (= 0.3.0-1), golang-github-fatih-color (= 1.7.0-1), golang-github-hashicorp-go-cleanhttp (= 0.5.2-1), golang-github-hashicorp-go-hclog (= 0.11.0-1), golang-github-hashicorp-go-immutable-radix (= 1.3.1-1), golang-github-hashicorp-go-rootcerts (= 1.0.2-2), golang-github-hashicorp-golang-lru (= 0.5.4-2), golang-github-hashicorp-hcl (= 1.0.0-1.1), golang-github-hashicorp-serf (= 0.9.4~ds1-1), golang-github-json-iterator-go (= 1.1.10-2), golang-github-magiconair-properties (= 1.8.5-1), golang-github-mattn-go-colorable (= 0.1.12-1), golang-github-mattn-go-isatty (= 0.0.14-1), golang-github-mdlayher-arp (= 0.0~git20191213.f72070a-2), golang-github-mdlayher-ethernet (= 0.0~git20190606.0394541-2), golang-github-mdlayher-raw (= 0.0~git20191009.50f2db8-2), golang-github-mitchellh-mapstructure (= 1.4.3-1), golang-github-modern-go-concurrent (= 1.0.3-1.1), golang-github-modern-go-reflect2 (= 1.0.1-1), golang-github-pelletier-go-toml (= 1.9.4-1), golang-github-spf13-afero (= 1.6.0-1), golang-github-spf13-cast (= 1.4.1-1), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-1), golang-github-spf13-pflag (= 1.0.5-2), golang-github-spf13-viper (= 1.10.1-1), golang-github-subosito-gotenv (= 1.2.0+git20190917.de67a66-2), golang-golang-x-net (= 1:0.0+git20211209.491a49a+dfsg-1), golang-golang-x-sys (= 0.0~git20211216.1d35b9e-1), golang-golang-x-text (= 0.3.7-1), golang-gopkg-ini.v1 (= 1.66.2-1), golang-yaml.v2 (= 2.4.0-1)
Homepage: https://github.com/cybertec-postgresql/vip-manager
Priority: optional
Section: net
Filename: pool/main/v/vip-manager/vip-manager_1.0.1-5.pgdg+1_arm64.deb
Size: 1871432
SHA256: 26e6015135787b29eb0bf7cea2fed13a21d27a6b8412dec89f8c69b3d4e9bc8f
SHA1: 8a68fceaecc9533661d5d56e482c7b6df0916c31
MD5sum: 994d71f05d479bb54cd2a57fcf586d42
Description: Patroni virtual IP manager
 This package needs to be installed and configured on all nodes of a Patroni
 PostgreSQL cluster. Given a Patroni namespace and scope in etcd or consul,
 the vip-manager service monitors that namespace for leader changes due to
 failovers or switchovers and adds or removes the VIP on the local node
 accordingly.
Timestamp: 2022-02-11 13:34:36+00

Package: libdbd-pg-perl
Version: 3.15.0-2~pgdg+1
Architecture: arm64
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Installed-Size: 570
Depends: perl, perl-dbdabi-94, perlapi-5.34.0, libc6 (>= 2.17), libpq5 (>= 9.3~), libdbi-perl, libversion-perl
Multi-Arch: same
Homepage: https://metacpan.org/release/DBD-Pg
Priority: optional
Section: perl
Filename: pool/main/libd/libdbd-pg-perl/libdbd-pg-perl_3.15.0-2~pgdg+1_arm64.deb
Size: 208468
SHA256: 989052e9fa11938064a8f60885615af25cf9aa950ccb761570975c1e73d4ab0d
SHA1: 6e424c5e6efd67e095764eb30aec771b7ec14af2
MD5sum: 8bfbd34aa00e4f3616bbfb47f75b0daf
Description: Perl DBI driver for the PostgreSQL database server
 DBD::Pg is a Perl DBI Database Driver module that works with the DBI module to
 provide access to PostgreSQL databases. It enables you to control a PostgreSQL
 database in a Perl script.
Timestamp: 2022-02-14 09:53:15+00

Package: libdbd-pg-perl-dbgsym
Source: libdbd-pg-perl
Version: 3.15.0-2~pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Installed-Size: 216
Depends: libdbd-pg-perl (= 3.15.0-2~pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libd/libdbd-pg-perl/libdbd-pg-perl-dbgsym_3.15.0-2~pgdg+1_arm64.deb
Size: 195524
SHA256: 3a241e7299ce449e8e7b9a261a307a1fb375c7eb3bd5898409c3d73a8c87f802
SHA1: c4cd24534fc54b6bc483290ed135c25d719c9d60
MD5sum: 199828822aab55915e9e22aff214148c
Description: debug symbols for libdbd-pg-perl
Build-Ids: f0f45d50ec9cae89d396c7fc7d4acc2cebddf03f
Timestamp: 2022-02-14 09:53:15+00

Package: libpg-perl
Source: libpg-perl (1:2.1.1-10~pgdg+1)
Version: 1:2.1.1-10~pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: perl, perlapi-5.34.0, libc6 (>= 2.17), libpq5
Multi-Arch: same
Priority: optional
Section: perl
Filename: pool/main/libp/libpg-perl/libpg-perl_2.1.1-10~pgdg+1+b1_arm64.deb
Size: 36404
SHA256: 077a2407da09d86c1b8bb77d1894745b495f9cb9d3024f4d7372d1d08fe9c392
SHA1: 3979bff3b5a4f587c1d170681c802c8241454b13
MD5sum: 4505c8a074d0665baf4e3035c96a7c0c
Description: PostgreSQL interface for Perl
 This library enables Perl scripts to communicate with the PostgreSQL database
 backend.
 .
 This is a very old driver, newer applications should use DBI and DBD::Pg
 (libdbd-pg-perl) instead.
Timestamp: 2022-02-14 09:53:15+00

Package: libpg-perl-dbgsym
Source: libpg-perl (1:2.1.1-10~pgdg+1)
Version: 1:2.1.1-10~pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: libpg-perl (= 1:2.1.1-10~pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libp/libpg-perl/libpg-perl-dbgsym_2.1.1-10~pgdg+1+b1_arm64.deb
Size: 71616
SHA256: 3464a337a2b5c4ae5d864564b311161a650930b069e4d996872073d64470bcb0
SHA1: 496a80334760af2735e97dadf3c740087cc21877
MD5sum: 716adb08a0fd880a6246de0a5b1c2bbb
Description: debug symbols for libpg-perl
Build-Ids: 52685475137f5b747426dc651326b7ffaeddf058
Timestamp: 2022-02-14 09:53:15+00

Package: pgbadger
Version: 11.7-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1673
Depends: libjson-xs-perl, libtext-csv-xs-perl, perl:any
Multi-Arch: foreign
Homepage: https://dalibo.github.io/pgbadger/
Priority: optional
Section: database
Filename: pool/main/p/pgbadger/pgbadger_11.7-2.pgdg+1_all.deb
Size: 373456
SHA256: e5078ea70bb2df17b71cb70c3fa355113210ee9d65b334cf82bc738348d52aa2
SHA1: a3db78afcd43a258c4511b2950c297e551e9ea58
MD5sum: 074056f77fbb19aaf9d478ebdd62aff2
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.
Timestamp: 2022-02-14 09:53:15+00

Package: postgis
Version: 3.2.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1446
Depends: libc6 (>= 2.29), libgdal30 (>= 2.0.1), libgeos-c1v5 (>= 3.10.0), libpq5, libproj22 (>= 4.9.0)
Recommends: postgresql-postgis, postgis-doc
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.2.1+dfsg-1.pgdg+1_arm64.deb
Size: 310292
SHA256: 678fe3fda59da38b0f7f047148657098321228accdb76799c46cc0649812a524
SHA1: 1bcd326c3cadac95e8bf50824db18317cbfe903c
MD5sum: 3169e8442d1ec6ca486ae12f15286838
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2022-02-14 09:53:15+00

Package: postgis-dbgsym
Source: postgis
Version: 3.2.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1789
Depends: postgis (= 3.2.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.2.1+dfsg-1.pgdg+1_arm64.deb
Size: 1663952
SHA256: f9b24b9cebf228bbd000ef6512b9bb3f76f7d3b41014e1ac00a3ba778ba31796
SHA1: 143279e9c7d644c118dff0e6b9557743eff69ad4
MD5sum: 4e951f02ce2c1f0546248b0e216a431b
Description: debug symbols for postgis
Build-Ids: 3703235c75193550fb6f2e4ca6beb63104566518 637f64c6833f1fecb3a0e4b268f4ae994f2e4b5b 957bc5a7486bd0f813fc26332f86ce1f3f068602
Timestamp: 2022-02-14 09:53:15+00

Package: postgis-doc
Source: postgis
Version: 3.2.1+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6135
Suggests: postgis
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: doc
Filename: pool/main/p/postgis/postgis-doc_3.2.1+dfsg-1.pgdg+1_all.deb
Size: 2953960
SHA256: 4e8e94eb676b566d1fb1b84b9b0d46709b8348851032c6fb747e28bf71a6ab7a
SHA1: 38c331442f4f6055ee7be3bbe616e45828f3330f
MD5sum: 57bef09c89160ea94554928d545e0217
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.
Timestamp: 2022-02-14 09:53:15+00

Package: postgresql-10-postgis-3
Source: postgis
Version: 3.2.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3450
Depends: postgresql-10, postgresql-10-postgis-3-scripts, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal30 (>= 2.3.0), libgeos-c1v5 (>= 3.10.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj22 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-10-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-10-postgis-3_3.2.1+dfsg-1.pgdg+1_arm64.deb
Size: 841360
SHA256: e852eb41af5bc3cf39b36a1f5a4bb701c1ef1701756475f9e24a43f908602efa
SHA1: 3b8600cc52fa8e72c1286e61392c265ba92e9e97
MD5sum: 462d4ef9f10cb76a92b9a294938ab708
Description: Geographic objects support for PostgreSQL 10
 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".
Timestamp: 2022-02-14 09:53:15+00

Package: postgresql-10-postgis-3-dbgsym
Source: postgis
Version: 3.2.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4881
Depends: postgresql-10-postgis-3 (= 3.2.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-10-postgis-3-dbgsym_3.2.1+dfsg-1.pgdg+1_arm64.deb
Size: 4581468
SHA256: ff7749c581ec5372e9232175a5c3a2249df88349f510be0897bfc8c8ce7cef29
SHA1: 5a79cfab843af8539297892bc1ff6396f3582d69
MD5sum: 48079e2d65fd8bc527d79263e3d3df2b
Description: debug symbols for postgresql-10-postgis-3
Build-Ids: 2fb1a03d4a8ae437c1d350384706b96ffbe34261 6b906b715ed0904b1cb95834b559466cbef612fe 6b926663aef6b45e12444afddf0204ba035e2c9b 7a67bb0ca16eee11f37b31bb1b46b308c6879941 ae5c2e5387824cc65345eac3f668b8768446dd60
Timestamp: 2022-02-14 09:53:15+00

Package: postgresql-10-postgis-3-scripts
Source: postgis
Version: 3.2.1+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 27266
Depends: perl:any
Recommends: postgresql-10-postgis-3
Replaces: postgresql-10-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-10-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-10-postgis-3-scripts_3.2.1+dfsg-1.pgdg+1_all.deb
Size: 1114736
SHA256: 121ac16bacb1ba8529df67ca503e78bdcd2b74daf3e3ea4891fe0d16a18ef8aa
SHA1: 1ee4c4ee41964e5508325bf4ed6186c0139211f3
MD5sum: 5ec08c7a89d48f022d44fb80e5faac80
Description: Geographic objects support for PostgreSQL 10 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 10 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2022-02-14 09:53:15+00

Package: postgresql-11-postgis-3
Source: postgis
Version: 3.2.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9982
Depends: postgresql-11, postgresql-11-postgis-3-scripts, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal30 (>= 2.3.0), libgeos-c1v5 (>= 3.10.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj22 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-11-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3_3.2.1+dfsg-1.pgdg+1_arm64.deb
Size: 3328064
SHA256: 8a28303ea166b1e4461ec7b97ce4e58e3b20721bfad8febf825741b65207a68b
SHA1: 81c9b0c3ded4a34e09cd419639cce569494e7bd4
MD5sum: 4ca4ca6cabf4d67e362a17f3394c74cd
Description: Geographic objects support for PostgreSQL 11
 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".
Timestamp: 2022-02-14 09:53:15+00

Package: postgresql-11-postgis-3-dbgsym
Source: postgis
Version: 3.2.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4896
Depends: postgresql-11-postgis-3 (= 3.2.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-11-postgis-3-dbgsym_3.2.1+dfsg-1.pgdg+1_arm64.deb
Size: 4591640
SHA256: 82c37a8c1b3d9c40d914f98a478b70432c798dfe8b79c309828a4ef75e7b7e44
SHA1: bb2b2992b44b560d7135924963f7858aebdf49f9
MD5sum: 23ea2b297a019a53ecedbd2d65522d92
Description: debug symbols for postgresql-11-postgis-3
Build-Ids: 1ef6adc575098e5c0b7115e9ec85ca4fe9a54903 5efd75ff04c9bfd417e1edf680d0b04d44602368 7cf8acc08ff04db6622e67afd5ff3f9c419fd9ec 8ca1047627c177c0315877a4ab87ca48609fbd0f d20bc1b7c4cb5a5554000469f615743e034c63b7
Timestamp: 2022-02-14 09:53:15+00

Package: postgresql-11-postgis-3-scripts
Source: postgis
Version: 3.2.1+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 27349
Depends: perl:any
Recommends: postgresql-11-postgis-3
Replaces: postgresql-11-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-11-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3-scripts_3.2.1+dfsg-1.pgdg+1_all.deb
Size: 1112492
SHA256: e4a3d86da06e9147441c7b30acdbb95856615320a1835db1ed867fd7d6be52a6
SHA1: 4a3c9a9bb475eb9fb764eb680b20cc06e17a1d06
MD5sum: 5342cc3393360c6c653124145b41a438
Description: Geographic objects support for PostgreSQL 11 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 11 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2022-02-14 09:53:15+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.2.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10194
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal30 (>= 2.3.0), libgeos-c1v5 (>= 3.10.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj22 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-12-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.2.1+dfsg-1.pgdg+1_arm64.deb
Size: 3396096
SHA256: 5932e48f7d023c0f9d182cc67be31028889f83525836e4f7607c7ba0407a2e18
SHA1: 339986a764cf9c1aacc9c47f0b1d08ab2e35fc8f
MD5sum: e986a4205e8d44ea7c31f28cfc900c57
Description: Geographic objects support for PostgreSQL 12
 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".
Timestamp: 2022-02-14 09:53:15+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis
Version: 3.2.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4917
Depends: postgresql-12-postgis-3 (= 3.2.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.2.1+dfsg-1.pgdg+1_arm64.deb
Size: 4613568
SHA256: 89fe35eb0a8ccfc76bde0d79ae80869a0f8c4c79709046caa5bd616c5ce2184a
SHA1: d6dcacffa72b85fa65aba4f5b6c8c445fed9b18f
MD5sum: da91e24fe746025d8455057fcc534bd0
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 0e254b86036c109b3a3ea77e8cf0d8feacba7642 209f6dd623c12e4c335b8da3f994e9325b395fbe 2fa425750b31aa43778c58cd896f749b3e7d6405 3c8683e8e551d94b034971836a8eff53f75dc992 b3b4a560b37b95b454219c71dba94858fd7221a0
Timestamp: 2022-02-14 09:53:15+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.2.1+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 27359
Depends: perl:any
Recommends: postgresql-12-postgis-3
Replaces: postgresql-12-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-12-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.2.1+dfsg-1.pgdg+1_all.deb
Size: 1112116
SHA256: 510101dc8bf71260fd98e3163a61978641a83c1cdb2758243def394f285ca02d
SHA1: e4f32a5b79a9998fbe5f2683833231aa85ea660e
MD5sum: 3efb8bc42a7e38cd08f9585daaea9750
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2022-02-14 09:53:15+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.2.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10224
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal30 (>= 2.3.0), libgeos-c1v5 (>= 3.10.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj22 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-13-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.2.1+dfsg-1.pgdg+1_arm64.deb
Size: 3411240
SHA256: 9b4abfcd80530a4488a1cb9c220a3dcf613e82619383d015ca6189b4811ff535
SHA1: c2df869f7cc7e2967ca5e555c13ecf0ad332f794
MD5sum: b7070349be1ef1609d006a950f08671e
Description: Geographic objects support for PostgreSQL 13
 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".
Timestamp: 2022-02-14 09:53:15+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis
Version: 3.2.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4939
Depends: postgresql-13-postgis-3 (= 3.2.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.2.1+dfsg-1.pgdg+1_arm64.deb
Size: 4636872
SHA256: 95926f02556cbc1514903d20caa4daea0386cd15769a1d8bde9099de232ac87e
SHA1: 905a515b1331dbafea2dc5f4ae30f9ce4db7a1b7
MD5sum: 8dd5dfd23cc79b133d285fc3d3bd4dfc
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 580cd3719421a1622f945608c6e6b5831664a0d9 70b8eff68fa76924ae39b390f27b4a77cae5fc17 936d52bf421685c788e4eb3552261ea4ae7f3f0b b5e701c62714db2eee4ecb13a5d8e86c49020b0d f70be73c4e52349bcc4bfdc564096515e05fafc8
Timestamp: 2022-02-14 09:53:15+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.2.1+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 27359
Depends: perl:any
Recommends: postgresql-13-postgis-3
Replaces: postgresql-13-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-13-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.2.1+dfsg-1.pgdg+1_all.deb
Size: 1111984
SHA256: 4a4787c25cb4db395f776f1b7ea74ddb0de727e62980b3cea19d3884eab1854b
SHA1: 7e64d471e32854554115a07013ccc74cb5ed0fcd
MD5sum: 6f57864527c6159229c58782c20a5703
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2022-02-14 09:53:15+00

Package: postgresql-14-postgis-3
Source: postgis
Version: 3.2.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10266
Depends: postgresql-14, postgresql-14-postgis-3-scripts, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal30 (>= 2.3.0), libgeos-c1v5 (>= 3.10.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj22 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-14-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3_3.2.1+dfsg-1.pgdg+1_arm64.deb
Size: 3416420
SHA256: abcbec6a203afeeb5bb1378cf2db64699ec913f303f183a1161eb8822ee8db0d
SHA1: 00efd55b814a9ee4acf69a88b05336d40952e695
MD5sum: 58df73966b7ee9d92a4dd2acb9ffdc6b
Description: Geographic objects support for PostgreSQL 14
 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".
Timestamp: 2022-02-14 09:53:15+00

Package: postgresql-14-postgis-3-dbgsym
Source: postgis
Version: 3.2.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4943
Depends: postgresql-14-postgis-3 (= 3.2.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-14-postgis-3-dbgsym_3.2.1+dfsg-1.pgdg+1_arm64.deb
Size: 4641440
SHA256: 72c02f8827bbdebd66e17483bf68edc0cbf4d07e9f252f382386ed5f0e97b51b
SHA1: adc17d6e3d0bd00d3bfc41a7fcfaef773551d5cc
MD5sum: 53076d1cc2c4c0cbbf25e774f9daaef7
Description: debug symbols for postgresql-14-postgis-3
Build-Ids: 109e46864af2206203f16e46a6d3bb2c89877a3d 1f7463b4d2fa1991a461a9b85b429ae878e08fcb 4afa96ffe8f4b58e04205d1ab5ba43d7ff83af6b 8d437a276f35e686353938721bcad47a1b004168 d1f83955b25fcdf65d5bc587e69ff970d7fa733d
Timestamp: 2022-02-14 09:53:15+00

Package: postgresql-14-postgis-3-scripts
Source: postgis
Version: 3.2.1+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 27359
Depends: perl:any
Recommends: postgresql-14-postgis-3
Replaces: postgresql-14-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-14-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3-scripts_3.2.1+dfsg-1.pgdg+1_all.deb
Size: 1112028
SHA256: 92a75a23d3bb1f74acffdd0a143d1d205fa90b4d9e0fce0bcbce1137e9ccac8b
SHA1: 6d72dcedca7da58fe062cb0da686e9e4d43ec250
MD5sum: 424f9139603d791d496c83caf0600c84
Description: Geographic objects support for PostgreSQL 14 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 14 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2022-02-14 09:53:15+00

Package: postgresql-12-repmgr
Source: repmgr
Version: 5.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1000
Depends: postgresql-12, repmgr-common (>= 5.3.1-1.pgdg+1), libc6 (>= 2.33), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-12-repmgr_5.3.1-1.pgdg+1_arm64.deb
Size: 228816
SHA256: fa9b09cf5d20146b4a2043b5c51c443add93b5974d9d04a608c282e89e64766c
SHA1: a7d46165407274340e09b672f60b65b29a746c60
MD5sum: 413fd4ce337c16235fbb3ec1b0ab0788
Description: replication manager for PostgreSQL 12
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 12.
Timestamp: 2022-02-16 16:07:55+00

Package: postgresql-10-icu-ext
Source: icu-ext
Version: 1.6.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-10, libc6 (>= 2.17), libicu67 (>= 67.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-10-icu-ext_1.6.2-3.pgdg+1_arm64.deb
Size: 26712
SHA256: 47f0f7e1e942e0d570217b868daf4d00c2236cb39e536a7a8ce307f11f36a8e3
SHA1: e3aa74a8c7e39c7523ff1bf2abca9f9d862cc9dc
MD5sum: 03675d6d60161899749cacd20f888fbf
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2022-02-16 16:07:55+00

Package: postgresql-10-icu-ext-dbgsym
Source: icu-ext
Version: 1.6.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-10-icu-ext (= 1.6.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-10-icu-ext-dbgsym_1.6.2-3.pgdg+1_arm64.deb
Size: 67560
SHA256: ec2f4bd8185134beb4e0cc14180660d1ce5183c274c6d9ea68240dd23da30966
SHA1: 3f826aaa967ab67fbbc304eec9e9c44ed7bb6bd8
MD5sum: c837a4cb4e6a8cac3739fcf80f7edcb0
Description: debug symbols for postgresql-10-icu-ext
Build-Ids: ad85835d9767fa1773285234c7f3957e67678d2a
Timestamp: 2022-02-16 16:07:55+00

Package: postgresql-10-pgaudit
Source: pgaudit-1.2
Version: 1:1.2.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-1.2/postgresql-10-pgaudit_1.2.3-1.pgdg+1_arm64.deb
Size: 19868
SHA256: 1bdfc9f11ecf05f857c095f454d7b8bcb077589935082e63519092209b4e9526
SHA1: 207ceb5deb9142a26712add6c9a91cc8c20019cc
MD5sum: 04185bd80770127f135b8c18d6c28d12
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2022-02-16 16:07:55+00

Package: postgresql-10-pgaudit-dbgsym
Source: pgaudit-1.2
Version: 1:1.2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-10-pgaudit (= 1:1.2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-1.2/postgresql-10-pgaudit-dbgsym_1.2.3-1.pgdg+1_arm64.deb
Size: 42288
SHA256: b980b50319d7717cdc4eb0e997f0995afcb19d95ab26ebf8a6919014e10d9395
SHA1: 6aa0bfb92e02ebd9f86e0d4ebed945ca316fda78
MD5sum: d29a470ea724ddb284b4595c9aa79b03
Description: debug symbols for postgresql-10-pgaudit
Build-Ids: 7d0d8a2aa75764584fdc2dc6229ac430ea3b8865
Timestamp: 2022-02-16 16:07:55+00

Package: postgresql-10-powa
Source: powa-archivist
Version: 4.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1216
Depends: postgresql-10, libc6 (>= 2.17), postgresql-contrib-10
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-10-powa_4.1.3-1.pgdg+1_arm64.deb
Size: 42704
SHA256: b441a91f0bc3da1da645204d1d9a1e2e4e1668b17b29568dcb48c641a50cd98d
SHA1: 710a30f45b2931c7a2e558cb41a4d94f3add1f1d
MD5sum: ae112544018f9467ec22e7db3a65d316
Description: PostgreSQL Workload Analyzer -- PostgreSQL 10 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2022-02-16 16:07:55+00

Package: postgresql-10-powa-dbgsym
Source: powa-archivist
Version: 4.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-10-powa (= 4.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-10-powa-dbgsym_4.1.3-1.pgdg+1_arm64.deb
Size: 34268
SHA256: f7473662dc968e16484efb377919e5f22d920898353d7c5d4e9c47c0ce339af5
SHA1: 898656a4a9607c416284c27b41b012f46098a3d7
MD5sum: 6b86c168f8dc958bb7e42124fa93b2f9
Description: debug symbols for postgresql-10-powa
Build-Ids: 5a062a2d8944b40f4ebce20a9e15af5483915027
Timestamp: 2022-02-16 16:07:55+00

Package: postgresql-10-repmgr
Source: repmgr
Version: 5.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 951
Depends: postgresql-10, repmgr-common (>= 5.3.1-1.pgdg+1), libc6 (>= 2.33), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-10-repmgr_5.3.1-1.pgdg+1_arm64.deb
Size: 210472
SHA256: 86e602a8f57e4fd02c4082efed9716bc496cb86c103d2562de1b6ee058564fae
SHA1: c8fed800bb460fdaf7078973d9ca24936a142750
MD5sum: 1659c619528e48e64488b0462d386751
Description: replication manager for PostgreSQL 10
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 10.
Timestamp: 2022-02-16 16:07:55+00

Package: postgresql-10-repmgr-dbgsym
Source: repmgr
Version: 5.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 715
Depends: postgresql-10-repmgr (= 5.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-10-repmgr-dbgsym_5.3.1-1.pgdg+1_arm64.deb
Size: 653892
SHA256: b5ddfeef115bc2a0e04244e2e9739ab3386a5dcbb434a1840a5a37bd6233cf0f
SHA1: 088c2b4411967f701abd428035b60590e57aa254
MD5sum: e04d6cd72f9c29f1d9ac3df2a824ba51
Description: debug symbols for postgresql-10-repmgr
Build-Ids: 1ea2ae2b10a68e84fb78328c1c9adc3e215a8fdc b4c8a273fa92248875e463f3d9885c5a522615db c254d0c680f3d370c5e809def572ce7c579377c2
Timestamp: 2022-02-16 16:07:55+00

Package: postgresql-11-icu-ext
Source: icu-ext
Version: 1.6.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-11, libc6 (>= 2.17), libicu67 (>= 67.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext_1.6.2-3.pgdg+1_arm64.deb
Size: 70512
SHA256: e6f55ae31d7405b1757b201aea146b11b06991ba8729c33efed63d22ce182ace
SHA1: 6b0d4dcd53137a083e3584c13a75e72d73f2ece9
MD5sum: b3f7dd6c712f21a4ad3e25501642a3db
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2022-02-16 16:07:55+00

Package: postgresql-11-icu-ext-dbgsym
Source: icu-ext
Version: 1.6.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-11-icu-ext (= 1.6.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext-dbgsym_1.6.2-3.pgdg+1_arm64.deb
Size: 61080
SHA256: ca87c334ef93ad2ae3c628b6aaba5f001542a9d5ef929205cb011b4e6eecaebe
SHA1: 79ec8d233e0cdd13345694917a79ae2da0bce5ed
MD5sum: 9d35d6963c900a0a41b405c517e6d470
Description: debug symbols for postgresql-11-icu-ext
Build-Ids: 2096442996960ca9c1b2f3826b949a9fa29aac73
Timestamp: 2022-02-16 16:07:55+00

Package: postgresql-11-pgaudit
Source: pgaudit-1.3
Version: 1:1.3.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-1.3/postgresql-11-pgaudit_1.3.3-1.pgdg+1_arm64.deb
Size: 46036
SHA256: 40a1d126ff89d2c3ba123a45f5354f2269561e5dfb328ca37231c0fb9de55aeb
SHA1: 4ba9ab9369d92a03bdfc2578fdde921ebb3d7b6d
MD5sum: 7ec8e36ab22d5829502b2f2181432273
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2022-02-16 16:07:55+00

Package: postgresql-11-pgaudit-dbgsym
Source: pgaudit-1.3
Version: 1:1.3.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-11-pgaudit (= 1:1.3.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-1.3/postgresql-11-pgaudit-dbgsym_1.3.3-1.pgdg+1_arm64.deb
Size: 42872
SHA256: dcf4d2d9c54dbbb2e18840af66d754aa27fda96db90d817fc07d3c260152539f
SHA1: c2e7c84f82c526972139d43ed038d05e4c89f8f8
MD5sum: 496403e59c19ec47651df9d7e5d42714
Description: debug symbols for postgresql-11-pgaudit
Build-Ids: cc83ca027c1ce04304c038034a9600a79f61e18c
Timestamp: 2022-02-16 16:07:55+00

Package: postgresql-11-powa
Source: powa-archivist
Version: 4.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1241
Depends: postgresql-11, libc6 (>= 2.17), postgresql-contrib-11
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-11-powa_4.1.3-1.pgdg+1_arm64.deb
Size: 56588
SHA256: 4dc64975a1edf841a6a2b0f7f054428a9911b995091e75a3140c888e83cc6265
SHA1: a0493fc79daf448cddde2a2136f7d33e1154dbb5
MD5sum: 1e693ad6fb11d36a5cf01ec4cf3dbe3a
Description: PostgreSQL Workload Analyzer -- PostgreSQL 11 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2022-02-16 16:07:55+00

Package: postgresql-11-powa-dbgsym
Source: powa-archivist
Version: 4.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-11-powa (= 4.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-11-powa-dbgsym_4.1.3-1.pgdg+1_arm64.deb
Size: 33116
SHA256: 739134308cc0f8f251a97b76e4e38212c57054c7fa4de9ec4c15761562d1109d
SHA1: dde567f30385e97ed735932ef02c8a8d9ebab1f9
MD5sum: 90216c9ec32b90bcf07034097b6b7283
Description: debug symbols for postgresql-11-powa
Build-Ids: 93fb2ec7a22c0fc1f0509be1c536ddaed35e87ea
Timestamp: 2022-02-16 16:07:55+00

Package: postgresql-11-repmgr
Source: repmgr
Version: 5.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 976
Depends: postgresql-11, repmgr-common (>= 5.3.1-1.pgdg+1), libc6 (>= 2.33), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-11-repmgr_5.3.1-1.pgdg+1_arm64.deb
Size: 222812
SHA256: 9742d61bb081d106520d828aca50db3964ecaac424c73093de6bd03d63365eed
SHA1: ba0c25f75332bffcdebabfff565dabd4ba36cca1
MD5sum: eb946542d05bef32bdf1591898056040
Description: replication manager for PostgreSQL 11
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 11.
Timestamp: 2022-02-16 16:07:55+00

Package: postgresql-11-repmgr-dbgsym
Source: repmgr
Version: 5.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 715
Depends: postgresql-11-repmgr (= 5.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-11-repmgr-dbgsym_5.3.1-1.pgdg+1_arm64.deb
Size: 653596
SHA256: 7f344d803d2808c7cd606b72178c77cb922c99d22417e88276393d8dda6b8216
SHA1: 9623759c483d9d5e76a20d79e4a094231f494976
MD5sum: b9f8d845336c94d829af80d3fff5c66e
Description: debug symbols for postgresql-11-repmgr
Build-Ids: 20d60f80021626ef104eab1b3e409cc69f2a161d 6728f29ce89bd06e84d33e82fe10118659555896 de6712d5a47e2b3bb7e3521d7391bf3353b1fda9
Timestamp: 2022-02-16 16:07:55+00

Package: postgresql-12-icu-ext
Source: icu-ext
Version: 1.6.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-12, libc6 (>= 2.17), libicu67 (>= 67.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext_1.6.2-3.pgdg+1_arm64.deb
Size: 71180
SHA256: a8a39d0cd305af8e999920e3e520f13f739a58830d2e2980a5a734f12b9fd979
SHA1: 64cef04a81c31f3a3874a13ef396f5ae20fca5f4
MD5sum: 14fcd789449dd0b0a4b27d77832bc0ba
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2022-02-16 16:07:55+00

Package: postgresql-12-icu-ext-dbgsym
Source: icu-ext
Version: 1.6.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-12-icu-ext (= 1.6.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext-dbgsym_1.6.2-3.pgdg+1_arm64.deb
Size: 64656
SHA256: d628b48606a28e0b9fe0d12e2e146269c20e70d288e860c5f8e14d112847d753
SHA1: 772110fd5c179c5a3aea039991978dce12233d97
MD5sum: 816aca2a99c01d564295ded28969b2e5
Description: debug symbols for postgresql-12-icu-ext
Build-Ids: 9d1d93b63c04461c3ef6ccbb2404c70158897b2a
Timestamp: 2022-02-16 16:07:55+00

Package: postgresql-12-pgaudit
Source: pgaudit-1.4
Version: 1.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-1.4/postgresql-12-pgaudit_1.4.2-1.pgdg+1_arm64.deb
Size: 46488
SHA256: 176f3e406495b0ef563182fdfa4327fd35d813d24c70e2d05a5212178bed7f22
SHA1: 3cdd180b4c7170dacef3bc87f90c15f29b36f00e
MD5sum: c78eda697a6ed1671ccad44beb3cec77
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2022-02-16 16:07:55+00

Package: postgresql-12-pgaudit-dbgsym
Source: pgaudit-1.4
Version: 1.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-12-pgaudit (= 1.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-1.4/postgresql-12-pgaudit-dbgsym_1.4.2-1.pgdg+1_arm64.deb
Size: 44512
SHA256: 1dc4250adf0ebda176f8afbf0fc58fe2701dbf2bcc524049acf8818a36f3e0d1
SHA1: 7b58165a65087d2f05eb49382032853a5d0c49b3
MD5sum: 6fd3d2bbe54b895b22f6d2a3cd144ee5
Description: debug symbols for postgresql-12-pgaudit
Build-Ids: 78ef2c38d8f4108dde4358d9354137c69ac9cbce
Timestamp: 2022-02-16 16:07:55+00

Package: postgresql-12-powa
Source: powa-archivist
Version: 4.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1241
Depends: postgresql-12, libc6 (>= 2.17), postgresql-contrib-12
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-12-powa_4.1.3-1.pgdg+1_arm64.deb
Size: 56896
SHA256: bf918487119514c3a4a72867647436882e841feba764c96a142c08d3b52cb619
SHA1: c75384a110f8160d32db188577d2ad956a23e533
MD5sum: d8c922a68442ef42265d447696600cb5
Description: PostgreSQL Workload Analyzer -- PostgreSQL 12 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2022-02-16 16:07:55+00

Package: postgresql-12-powa-dbgsym
Source: powa-archivist
Version: 4.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-12-powa (= 4.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-12-powa-dbgsym_4.1.3-1.pgdg+1_arm64.deb
Size: 34756
SHA256: 792d1c5658cbd645488502692c4788fb4ed5671013d57ebde525f5afebd06be6
SHA1: 690b6b78f8c82fd7fdeac3609b65311b49d28c23
MD5sum: 3bf01314d5fdb64442827000b984f514
Description: debug symbols for postgresql-12-powa
Build-Ids: f2ab09ceab59fa9cc8922fcc074b139e8473403c
Timestamp: 2022-02-16 16:07:55+00

Package: postgresql-12-repmgr-dbgsym
Source: repmgr
Version: 5.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 720
Depends: postgresql-12-repmgr (= 5.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-12-repmgr-dbgsym_5.3.1-1.pgdg+1_arm64.deb
Size: 656332
SHA256: 93eb0b03fca0af61951efc06445fc8a2cd002d78f1c513273ad190c0f825a89c
SHA1: 5544e6c915d0ad715517e4d4f3e20961599a6fe4
MD5sum: 0d4c5acb301a4a838b19299cfb2f8693
Description: debug symbols for postgresql-12-repmgr
Build-Ids: 63481b4cb6ede17f1888a8087c9a093ccc81e3d1 cb2aedaae1e80fc073c66c10249902daa58d3f02 fe0940b8c3cdc67dfe77125ca7aa565abe731e21
Timestamp: 2022-02-16 16:07:55+00

Package: postgresql-13-icu-ext
Source: icu-ext
Version: 1.6.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-13, libc6 (>= 2.17), libicu67 (>= 67.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext_1.6.2-3.pgdg+1_arm64.deb
Size: 72288
SHA256: 9f33313681912838c3925c51a858c07caad20d86b4843820e6c2a4192631b148
SHA1: d755cf904ad5b4c49498d4c1e6fb520a784af4ee
MD5sum: dfe0780619c6d771cf0c334cfa58dcf8
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2022-02-16 16:07:55+00

Package: postgresql-13-icu-ext-dbgsym
Source: icu-ext
Version: 1.6.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-13-icu-ext (= 1.6.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext-dbgsym_1.6.2-3.pgdg+1_arm64.deb
Size: 63244
SHA256: 1c38261abd9c9cf43989408c25f9073593ce628c390ef5aff56ca51e0d087635
SHA1: 4ad89c2972336184102f0e6622e05e862721e706
MD5sum: 0cc380f4f5e5080daa456d5364a46994
Description: debug symbols for postgresql-13-icu-ext
Build-Ids: c0f41e5dbfc6b0653bb688b6a639a3d3ba370792
Timestamp: 2022-02-16 16:07:55+00

Package: postgresql-13-pgaudit
Source: pgaudit-1.5
Version: 1.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-1.5/postgresql-13-pgaudit_1.5.1-1.pgdg+1_arm64.deb
Size: 46280
SHA256: 5192dde687cc1816124d12e025a415acf74a6dc4bdea1d230e50bdc97e16bde0
SHA1: eaf4b6b6d056c1327875b2a6923b3ed73f06f40a
MD5sum: ac94f6951ed792e4490076114f3a7fb0
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2022-02-16 16:07:55+00

Package: postgresql-13-pgaudit-dbgsym
Source: pgaudit-1.5
Version: 1.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-13-pgaudit (= 1.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-1.5/postgresql-13-pgaudit-dbgsym_1.5.1-1.pgdg+1_arm64.deb
Size: 47596
SHA256: f7ea89cdbe4059c2d9eb69e858b5935d64bde48e56133fce532767a6f1d1a2ff
SHA1: 8af02c1cc360aa26a1026301ca666409f708c6b1
MD5sum: 4b3a03a44753c7ef27bf46c504f7f613
Description: debug symbols for postgresql-13-pgaudit
Build-Ids: 1fee524efc57d9d006f0c1ead4a85c7801afd08f
Timestamp: 2022-02-16 16:07:55+00

Package: postgresql-13-powa
Source: powa-archivist
Version: 4.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1240
Depends: postgresql-13, libc6 (>= 2.17), postgresql-contrib-13
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-13-powa_4.1.3-1.pgdg+1_arm64.deb
Size: 56644
SHA256: afc9dc54b45ff2f8aaceea62e0e7088d499816d3bea516b51d7e264e947bc3fa
SHA1: cb479b621378f88e60c2c50349345c13d496e3d9
MD5sum: 656124738612cd12fb47b09d605f427f
Description: PostgreSQL Workload Analyzer -- PostgreSQL 13 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2022-02-16 16:07:55+00

Package: postgresql-13-powa-dbgsym
Source: powa-archivist
Version: 4.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-13-powa (= 4.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-13-powa-dbgsym_4.1.3-1.pgdg+1_arm64.deb
Size: 31984
SHA256: 56a4f7c5a50e6a4fa1abb6bb796ac905411836f1dca41b022eaaab17e2eebe55
SHA1: 960919c24152ceba5439f0c5a40286284194ffa5
MD5sum: dfa3166a047aae16d21db602897839a2
Description: debug symbols for postgresql-13-powa
Build-Ids: 5460c6e3c40bd914f9ca898e5c4440dc9fdbc099
Timestamp: 2022-02-16 16:07:55+00

Package: postgresql-13-repmgr
Source: repmgr
Version: 5.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1008
Depends: postgresql-13, repmgr-common (>= 5.3.1-1.pgdg+1), libc6 (>= 2.33), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-13-repmgr_5.3.1-1.pgdg+1_arm64.deb
Size: 228784
SHA256: f3b3ee81eb687cf8f3ac81749a0653774419d011869c37a108f6724fd151ae11
SHA1: a006e620551c13c2d0f311d1f717e395e437157e
MD5sum: 5a0df16b788b611ec74758de0ed7562d
Description: replication manager for PostgreSQL 13
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 13.
Timestamp: 2022-02-16 16:07:55+00

Package: postgresql-13-repmgr-dbgsym
Source: repmgr
Version: 5.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 720
Depends: postgresql-13-repmgr (= 5.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-13-repmgr-dbgsym_5.3.1-1.pgdg+1_arm64.deb
Size: 655924
SHA256: 968c5ae0365dc06170c098a92890fd1a258e32bffcfc71ed0d991239ffd31238
SHA1: 7397d2517f33cd412ece7835c48ac53f85201dd5
MD5sum: e5310d3c04d0fe249563e517258e6709
Description: debug symbols for postgresql-13-repmgr
Build-Ids: 6828d680767c307f213d8e24557b3eb17960f119 80caf67071049b224dec9f02cd156c027f9d287a d5ef49aac6ee32cb89c2f4445d66696566dee6f0
Timestamp: 2022-02-16 16:07:55+00

Package: postgresql-14-icu-ext
Source: icu-ext
Version: 1.6.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-14, postgresql-14-jit-llvm (>= 13), libc6 (>= 2.17), libicu67 (>= 67.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-14-icu-ext_1.6.2-3.pgdg+1_arm64.deb
Size: 72440
SHA256: 297addce1dfb1af66d97c1fbf9b9eb08a98745218516b5d7105ce764230f6ee3
SHA1: 5834ea7a13f17c149d318fd830724c807d88b2cb
MD5sum: 4ac7f43cf5e577bdb1965ab0de3c220d
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2022-02-16 16:07:55+00

Package: postgresql-14-icu-ext-dbgsym
Source: icu-ext
Version: 1.6.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-14-icu-ext (= 1.6.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-14-icu-ext-dbgsym_1.6.2-3.pgdg+1_arm64.deb
Size: 63744
SHA256: dedd50f19d4e6568f160e3c6e46137801b1b9a77c395842e1a7f2b16a654ed12
SHA1: 0b0fa9f7748cf12b641d7145557b461c1379ff88
MD5sum: edfd8b6f81c828070736554a0feb14fb
Description: debug symbols for postgresql-14-icu-ext
Build-Ids: 16abfb2c7580cfa2aee465ee9f73a916442cb1a4
Timestamp: 2022-02-16 16:07:55+00

Package: postgresql-14-powa
Source: powa-archivist
Version: 4.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1241
Depends: postgresql-14, postgresql-14-jit-llvm (>= 13), libc6 (>= 2.17), postgresql-contrib-14
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-14-powa_4.1.3-1.pgdg+1_arm64.deb
Size: 56968
SHA256: 211531e46339bb9d95e586fd9d2e67a0dc1e50f806a844a120be65a24833a325
SHA1: c89d4d0a9d253f4084089716820230f5afcfe884
MD5sum: bcf574b6d2445b9b3a40ea5b95181a7b
Description: PostgreSQL Workload Analyzer -- PostgreSQL 14 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2022-02-16 16:07:55+00

Package: postgresql-14-powa-dbgsym
Source: powa-archivist
Version: 4.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-14-powa (= 4.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-14-powa-dbgsym_4.1.3-1.pgdg+1_arm64.deb
Size: 32708
SHA256: 15ec3246f09fc0153e2f835252ce99d6eca40c12174fe945f34f4b7b3eae827e
SHA1: b9710aa49f1b08af28ae9526196e953b44d2a34e
MD5sum: 92862d40eda5c21918d75e8f05d864ce
Description: debug symbols for postgresql-14-powa
Build-Ids: cde33fceb47c3af12b0e5e4c399e4fbc96324edd
Timestamp: 2022-02-16 16:07:55+00

Package: postgresql-14-repmgr
Source: repmgr
Version: 5.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1005
Depends: postgresql-14, repmgr-common (>= 5.3.1-1.pgdg+1), libc6 (>= 2.33), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-14-repmgr_5.3.1-1.pgdg+1_arm64.deb
Size: 229132
SHA256: 1cd0f2ec68fed72606d4bdb81da016729932d4a90c57035a3f17976bdaecae55
SHA1: 423071345fe754c24690c92e4c7de0c28628af2f
MD5sum: 06acafb68594770a2b59606ebc409cc4
Description: replication manager for PostgreSQL 14
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 14.
Timestamp: 2022-02-16 16:07:55+00

Package: postgresql-14-repmgr-dbgsym
Source: repmgr
Version: 5.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 720
Depends: postgresql-14-repmgr (= 5.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-14-repmgr-dbgsym_5.3.1-1.pgdg+1_arm64.deb
Size: 655872
SHA256: ce07b9768105df908ad88640378d698df6063a30eacc34a5bb5d535c6d45172b
SHA1: bbfcf6098a5ab397d5c79033a8dd6c754e8bf6ec
MD5sum: 110dbce6d1a40ae4ec0e4a60b6bd8702
Description: debug symbols for postgresql-14-repmgr
Build-Ids: 12d21eca7ebc153ac066c69217324a947fad33e5 35b6066635987361563c7b8510ba9a9197f9bed5 7be9c1b6a0a17bf499f9c37fee4b02c7c4e68613
Timestamp: 2022-02-16 16:07:55+00

Package: postgresql-9.6-pgaudit
Source: pgaudit-1.1
Version: 1:1.1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-9.6, libc6 (>= 2.17)
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-1.1/postgresql-9.6-pgaudit_1.1.4-1.pgdg+1_arm64.deb
Size: 19976
SHA256: cbde2e6325a5de8e2b0d7999748b5ff523161ac3e129f8f4366101cc392ecca3
SHA1: 6afd0b73669b2411f370c889ad4b5b8b8ec856e2
MD5sum: 9fde8eb04b61a584a9aa780dc804b290
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2022-02-16 16:07:55+00

Package: postgresql-9.6-pgaudit-dbgsym
Source: pgaudit-1.1
Version: 1:1.1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-9.6-pgaudit (= 1:1.1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-1.1/postgresql-9.6-pgaudit-dbgsym_1.1.4-1.pgdg+1_arm64.deb
Size: 39088
SHA256: 419d6148b6dc62f2909632dd3bc660eda14f68c623854f36bbcd5e7b98622af2
SHA1: de29aa66e0e4b7a7da0fdb25ba4b80636203c04e
MD5sum: f1da66bf3e84c5d64026416ae7ab05f7
Description: debug symbols for postgresql-9.6-pgaudit
Build-Ids: 0b16260460c72b7202c2046298ebb9c7d6cce109
Timestamp: 2022-02-16 16:07:55+00

Package: repmgr
Version: 5.3.1-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 23
Depends: postgresql-14-repmgr | postgresql-13-repmgr | postgresql-12-repmgr | postgresql-11-repmgr | postgresql-10-repmgr
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/repmgr_5.3.1-1.pgdg+1_all.deb
Size: 16056
SHA256: 9b3f4fa68176b7f12ec4c783815d54be16075f8e8742b5f0bdf4bae1d6e6e9b4
SHA1: 914cf22e08799957a965f8fd2bad8511587c02b5
MD5sum: a5dbe40b5b47c3d3efa7ad0a3f93f48d
Description: replication manager for PostgreSQL (metapackage)
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This is a metapackage that depends on the version specific packages.
Timestamp: 2022-02-16 16:07:55+00

Package: repmgr-common
Source: repmgr
Version: 5.3.1-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 310
Depends: postgresql-common (>= 26), lsb-base (>= 3.0-6)
Breaks: repmgr (<< 3.0.1-1)
Replaces: repmgr (<< 3.0.1-1)
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/repmgr-common_5.3.1-1.pgdg+1_all.deb
Size: 195012
SHA256: 6a1750236449bd29de56fd551e7954f6b26c65fc29fc00d92c951bfd7190c279
SHA1: 006babafeb5e3b5177de9d10382d8a845bec1049
MD5sum: edb6e9c238458cc2715fedc2c16c4a09
Description: replication manager for PostgreSQL common files
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr files common to all versions.
Timestamp: 2022-02-16 16:07:55+00

Package: libpostgresql-jdbc-java
Source: libpgjava
Version: 42.3.3-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 1029
Conflicts: libpg-java (<= 9.1-901-1), libpgjava (<= 7.4.7-3)
Replaces: libpg-java (<= 9.1-901-1), libpgjava
Provides: libpg-java, libpgjava
Built-Using: libscram-java (= 2.1-1.pgdg+1)
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: java
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java_42.3.3-1.pgdg+1_all.deb
Size: 946756
SHA256: aea297e9e60dff7c005a63299c37dda24524380eb3b6abacffaa633cf1c1c633
SHA1: 9f95bf65b8892f5e8afbb9fe3c10017ef0ce6110
MD5sum: 55a6c40988de670e2edf147881de9e7e
Description: Java database (JDBC) driver for PostgreSQL
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
Timestamp: 2022-02-17 16:21:10+00

Package: libpostgresql-jdbc-java-doc
Source: libpgjava
Version: 42.3.3-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 11312
Depends: default-jdk-doc
Conflicts: libpg-java-doc (<= 8.4-702-1)
Replaces: libpg-java-doc
Provides: libpg-java-doc
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java-doc_42.3.3-1.pgdg+1_all.deb
Size: 642540
SHA256: 80b2b1109971bf15aa7985c8fe55817ef2b3ba04c946f0410a8b2d1b325c0292
SHA1: 90f0845c3c025a0962c2980c2edafaa345033643
MD5sum: 6729070733711bacc39698a71a72a302
Description: Java database (JDBC) driver for PostgreSQL (documentation)
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
 .
 This package contains the documentation.
Timestamp: 2022-02-17 16:21:10+00

Package: ora2pg
Version: 23.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1320
Depends: libdbd-mysql-perl | libdbd-oracle-perl, libdbd-pg-perl, libdbi-perl, libio-compress-perl, perl:any
Recommends: postgresql-client
Homepage: https://ora2pg.darold.net/
Priority: optional
Section: database
Filename: pool/main/o/ora2pg/ora2pg_23.1-1.pgdg+1_all.deb
Size: 393668
SHA256: 1e55a70a6b62069e2c4d6a83244aa30e0689937465a9438ec8e1baf0b73e418e
SHA1: d4f205fd55d15f8832074dd0e1f3994e1efb1b85
MD5sum: 7ba38bfc25e6fb50c022b0b715900b76
Description: Oracle/MySQL to PostgreSQL database schema converter
 Ora2Pg migrates Oracle and MySQL database schemas to PostgreSQL. It connects
 to the database, scans it automatically and extracts its structure or data.
 It then generates SQL scripts you can load into PostgreSQL.
Timestamp: 2022-02-17 16:21:10+00

Package: postgresql-10-pgrouting
Source: pgrouting
Version: 3.3.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2682
Depends: postgresql-10-pgrouting-scripts (>= 3.3.0-2.pgdg+1), postgresql-10, postgresql-10-postgis, postgresql-10-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: postgresql-10-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-10-pgrouting_3.3.0-2.pgdg+1_arm64.deb
Size: 675932
SHA256: a3ee2e483a833c8cb2faaf0d83cd1fa39884f8d9fce1452b645a8958efe55f8e
SHA1: a89f29a8d19f2e24170fea9b8e586261b8f6591d
MD5sum: bba6d3276ae8913a8ef3d49ae390b71d
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 10.
Timestamp: 2022-02-17 16:21:10+00

Package: postgresql-10-pgrouting-dbgsym
Source: pgrouting
Version: 3.3.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 21918
Depends: postgresql-10-pgrouting (= 3.3.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-10-pgrouting-dbgsym_3.3.0-2.pgdg+1_arm64.deb
Size: 21866184
SHA256: ba12982765ede6687d373b84ddd719b748e9af8e1088a512a74568b2c79da570
SHA1: 99f3d0932c18a9611545f73f233f28970e193dd5
MD5sum: 7b9fb70dd4ddd51b89d47abc60130318
Description: debug symbols for postgresql-10-pgrouting
Build-Ids: f88a53438ce72ace547424c2a01c0fa86475bdaa
Timestamp: 2022-02-17 16:21:10+00

Package: postgresql-10-pgrouting-doc
Source: pgrouting
Version: 3.3.0-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5089
Depends: libjs-mathjax, libjs-sphinxdoc (>= 4.3)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-10-pgrouting-doc_3.3.0-2.pgdg+1_all.deb
Size: 1272456
SHA256: 94e9c366fb2bab0c0d97326de61c88b2b9ead151963976b9fd2dcea3f30441f1
SHA1: 0995e017fe206f11363d65b2be15a9ed9a3c9cc9
MD5sum: 5cfc73439fd8212b35942340ed02cf8c
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.
Timestamp: 2022-02-17 16:21:10+00

Package: postgresql-10-pgrouting-scripts
Source: pgrouting
Version: 3.3.0-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2005
Provides: postgresql-pgrouting-scripts
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-10-pgrouting-scripts_3.3.0-2.pgdg+1_all.deb
Size: 57472
SHA256: 6728661af3404a37f579a380185bda00aa3d21b6513612a345799e953be57703
SHA1: 36c8a837d7ab06343d3aa3d53d98c81002859421
MD5sum: 564bb00b449edac761e5a7a029d9f202
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 10.
Timestamp: 2022-02-17 16:21:10+00

Package: postgresql-11-pgrouting
Source: pgrouting
Version: 3.3.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2690
Depends: postgresql-11-pgrouting-scripts (>= 3.3.0-2.pgdg+1), postgresql-11, postgresql-11-postgis, postgresql-11-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: postgresql-11-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting_3.3.0-2.pgdg+1_arm64.deb
Size: 675756
SHA256: 677a708bca1f82ff7a99de0ad0f02a7f44cd7dc255b8c6b8367d088a7c8c8cd9
SHA1: 494934f7490ceaedcc8b78ea821dd1b1212cd6b9
MD5sum: 97facc8e28e5c2944b1f3980da2390db
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 11.
Timestamp: 2022-02-17 16:21:10+00

Package: postgresql-11-pgrouting-dbgsym
Source: pgrouting
Version: 3.3.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 21908
Depends: postgresql-11-pgrouting (= 3.3.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-dbgsym_3.3.0-2.pgdg+1_arm64.deb
Size: 21855416
SHA256: efb49f803e51b469b438d5421d7af5a179ab1758b4f638ca1089aa20798d5d34
SHA1: 747116fcff0a20055ab61571c70a3d266eef7228
MD5sum: aa474b71b11b4294fe6149cd7022b776
Description: debug symbols for postgresql-11-pgrouting
Build-Ids: 87c51f50fb3249f2ea1d0efb13620fb30e3146ab
Timestamp: 2022-02-17 16:21:10+00

Package: postgresql-11-pgrouting-doc
Source: pgrouting
Version: 3.3.0-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5089
Depends: libjs-mathjax, libjs-sphinxdoc (>= 4.3)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-doc_3.3.0-2.pgdg+1_all.deb
Size: 1272440
SHA256: b14274b5c6811771cd692ce0bc4be612c2113634440d068f8d03e3c6bb4c51ae
SHA1: 28b5d5611735ea640eec1743de3bde2b2c4d817e
MD5sum: 4daa7092169f087514c52490643916eb
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.
Timestamp: 2022-02-17 16:21:10+00

Package: postgresql-11-pgrouting-scripts
Source: pgrouting
Version: 3.3.0-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2005
Provides: postgresql-pgrouting-scripts
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-scripts_3.3.0-2.pgdg+1_all.deb
Size: 57488
SHA256: 02152c7d2c5ee9d62c55ee9459eb38a5ebe46a25e82c7d9f1b05723557c00a08
SHA1: 3c4e397851ee922f99a076b969f1d3bf5b396d45
MD5sum: 958b184dd1941bb9ebae8bbc8eccf073
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 11.
Timestamp: 2022-02-17 16:21:10+00

Package: postgresql-12-pgrouting
Source: pgrouting
Version: 3.3.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2698
Depends: postgresql-12-pgrouting-scripts (>= 3.3.0-2.pgdg+1), postgresql-12, postgresql-12-postgis, postgresql-12-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: postgresql-12-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting_3.3.0-2.pgdg+1_arm64.deb
Size: 675748
SHA256: 50a40ecd3a563afe81f2ddbb851569163ab0d070fdce13567a8d6a5d51208182
SHA1: c75d04fc3bdb56baa21f6368dd213a50c858ea30
MD5sum: d8cdcfc42633997c5c9605e4840be418
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 12.
Timestamp: 2022-02-17 16:21:10+00

Package: postgresql-12-pgrouting-dbgsym
Source: pgrouting
Version: 3.3.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 21913
Depends: postgresql-12-pgrouting (= 3.3.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-dbgsym_3.3.0-2.pgdg+1_arm64.deb
Size: 21861052
SHA256: cdc1292cf614e979f7b65819244fe0b85e6a116b16a0943d6f9bc1cc95a0ee05
SHA1: e4f4284ae382acfba3f0ed02b8e28845d33f6c35
MD5sum: bfd29f04c81ab7e9ad8367ca66618137
Description: debug symbols for postgresql-12-pgrouting
Build-Ids: 30ae0ba82368686baef7e29eab0635adcc6fea7b
Timestamp: 2022-02-17 16:21:10+00

Package: postgresql-12-pgrouting-doc
Source: pgrouting
Version: 3.3.0-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5089
Depends: libjs-mathjax, libjs-sphinxdoc (>= 4.3)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-doc_3.3.0-2.pgdg+1_all.deb
Size: 1272500
SHA256: 25dc3a6d4c8ad534bcb459ef29da257a4cdcfb9f0304906d7b541da981268917
SHA1: fd70222f1277af26d0d2e97143094af8a896a1ea
MD5sum: 12ffe93ca5d532f6b32f996bb1349a60
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.
Timestamp: 2022-02-17 16:21:10+00

Package: postgresql-12-pgrouting-scripts
Source: pgrouting
Version: 3.3.0-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2005
Provides: postgresql-pgrouting-scripts
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-scripts_3.3.0-2.pgdg+1_all.deb
Size: 57468
SHA256: bed82bfcfee6c813129f91eed3ece678a0aeda3e8d2398257310e61d8ac51918
SHA1: 9a594dc19266efd7a46a1b62486b6d6db3cdd0fe
MD5sum: 0ce56aae3a95174eb98e6e22b905cd91
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 12.
Timestamp: 2022-02-17 16:21:10+00

Package: postgresql-13-pgrouting
Source: pgrouting
Version: 3.3.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2686
Depends: postgresql-13-pgrouting-scripts (>= 3.3.0-2.pgdg+1), postgresql-13, postgresql-13-postgis, postgresql-13-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: postgresql-13-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting_3.3.0-2.pgdg+1_arm64.deb
Size: 675944
SHA256: be0524cf5999e8a01f3ae19d19477f2fe014dd7fa7ac5d9b6dac98642a43698c
SHA1: 8282533cea914eca8dd941da99eb5b69ad8d3081
MD5sum: 4327a638f11a568bf47ffe52a60b6ac4
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 13.
Timestamp: 2022-02-17 16:21:10+00

Package: postgresql-13-pgrouting-dbgsym
Source: pgrouting
Version: 3.3.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 21911
Depends: postgresql-13-pgrouting (= 3.3.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-dbgsym_3.3.0-2.pgdg+1_arm64.deb
Size: 21859532
SHA256: b3b934d91ee8aee81f0853c0644ad13144d8edb5dc57217af76a5eea0a441406
SHA1: 914858dc1ecc12262f5124c2a45ec269734cfc04
MD5sum: 6b964b42e569741ae66c6ce660dd9008
Description: debug symbols for postgresql-13-pgrouting
Build-Ids: 3fbd21dc927654cc85eb38d19876569250b920fe
Timestamp: 2022-02-17 16:21:10+00

Package: postgresql-13-pgrouting-doc
Source: pgrouting
Version: 3.3.0-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5089
Depends: libjs-mathjax, libjs-sphinxdoc (>= 4.3)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-doc_3.3.0-2.pgdg+1_all.deb
Size: 1272492
SHA256: e1a5f6a2bb5953659ef8cfcb4f2555027c823b58abe5d1161772021610efde7a
SHA1: 6c1d45b07f23a3661bd289b17a14f4b5acad978c
MD5sum: 0bc0734f9c33aa6f480d734cda9399c5
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.
Timestamp: 2022-02-17 16:21:10+00

Package: postgresql-13-pgrouting-scripts
Source: pgrouting
Version: 3.3.0-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2005
Provides: postgresql-pgrouting-scripts
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-scripts_3.3.0-2.pgdg+1_all.deb
Size: 57468
SHA256: 058d0e6db43bd3f58e1fb2df37c67bb50b2214f9ea95c04f9308d56feb11cf79
SHA1: 012c6a71c68d48a888b54518cf82fb6e85218711
MD5sum: ddf797c1f483e079bdfdf943a7e1d62c
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 13.
Timestamp: 2022-02-17 16:21:10+00

Package: postgresql-14-pgrouting
Source: pgrouting
Version: 3.3.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2678
Depends: postgresql-14-pgrouting-scripts (>= 3.3.0-2.pgdg+1), postgresql-14, postgresql-14-postgis, postgresql-14-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: postgresql-14-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting_3.3.0-2.pgdg+1_arm64.deb
Size: 675252
SHA256: 892e71a34805520b18610caa16a578857a21a71e526045a75f42f8cc013f2c58
SHA1: e4add6d77437dc898ae405e1e001de53b8bdbccc
MD5sum: ab2d17d1b5d49e14d53c9ef19bf729b5
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 14.
Timestamp: 2022-02-17 16:21:10+00

Package: postgresql-14-pgrouting-dbgsym
Source: pgrouting
Version: 3.3.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 21913
Depends: postgresql-14-pgrouting (= 3.3.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-dbgsym_3.3.0-2.pgdg+1_arm64.deb
Size: 21860720
SHA256: ced7e5490d149b029ad96cf6001f6afc866d4d12d5d5d900bc3c042736e95efd
SHA1: d25ae9836caeb2ff6c77e65b9f8493c8302f4c91
MD5sum: 721204febbb14397abc7fa844e9dff7d
Description: debug symbols for postgresql-14-pgrouting
Build-Ids: dd0a50514511824a9fb7158c1a2ef379c51ffe65
Timestamp: 2022-02-17 16:21:10+00

Package: postgresql-14-pgrouting-doc
Source: pgrouting
Version: 3.3.0-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5089
Depends: libjs-mathjax, libjs-sphinxdoc (>= 4.3)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-doc_3.3.0-2.pgdg+1_all.deb
Size: 1272444
SHA256: 8f800f310d865a77092fbbe4f202ff7da3d93718c51d4cd8b7db42074b1f8ad6
SHA1: 489184953c169550587ff0fd4c2ca088c732bebe
MD5sum: d6c09744366e6169197dd046a564cfa3
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.
Timestamp: 2022-02-17 16:21:10+00

Package: postgresql-14-pgrouting-scripts
Source: pgrouting
Version: 3.3.0-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2005
Provides: postgresql-pgrouting-scripts
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-scripts_3.3.0-2.pgdg+1_all.deb
Size: 57472
SHA256: 84adb619d0144ad1f23682d6182c8cf4d2e117232624e7c188f9bfce99e01031
SHA1: eb6f9d8eb0845663cfa489e53294811df0f16996
MD5sum: 28cdd14b55768dca2190b4718f0c5abb
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 14.
Timestamp: 2022-02-17 16:21:10+00

Package: powa-collector
Version: 1.2.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: adduser, python3-psycopg2, python3:any
Suggests: postgresql-powa, powa-web
Homepage: https://github.com/powa-team/powa-collector
Priority: optional
Section: database
Filename: pool/main/p/powa-collector/powa-collector_1.2.0-1.pgdg+1_all.deb
Size: 16528
SHA256: 7dfa62bc83cf279f76dd83a28241859e12f6babdce5785488bd0bfa701b38105
SHA1: 3cb44537538f15bcc9928e1cd6c8e6bbf14092a7
MD5sum: 12248b97a58d95ccf358ee094edd9e21
Description: PoWA collector daemon for remote snapshots
 This repository contains the powa-collector tool, a simple multi-threaded
 python program that performs the snapshots for all the remote servers
 configured in a powa repository database (in the powa_servers table).
 .
 Related packages:
  * powa-web: web frontend
  * postgresql-powa (postgresql-NN-powa): archivist collecting statistics
Timestamp: 2022-02-17 16:21:10+00

Package: libdbd-pg-perl
Version: 3.15.1-1~pgdg+1
Architecture: arm64
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Installed-Size: 570
Depends: perl, perl-dbdabi-94, perlapi-5.34.0, libc6 (>= 2.17), libpq5 (>= 9.3~), libdbi-perl, libversion-perl
Multi-Arch: same
Homepage: https://metacpan.org/release/DBD-Pg
Priority: optional
Section: perl
Filename: pool/main/libd/libdbd-pg-perl/libdbd-pg-perl_3.15.1-1~pgdg+1_arm64.deb
Size: 208576
SHA256: 132947ec106914b897d9c1f104824733fcbbc5c10d23d6d541a1556c7f2595f5
SHA1: 3d282debddf4245cb3027aff220dc242f4abf005
MD5sum: dad10d24e60167eaee80ceceff940878
Description: Perl DBI driver for the PostgreSQL database server
 DBD::Pg is a Perl DBI Database Driver module that works with the DBI module to
 provide access to PostgreSQL databases. It enables you to control a PostgreSQL
 database in a Perl script.
Timestamp: 2022-02-24 10:33:26+00

Package: libdbd-pg-perl-dbgsym
Source: libdbd-pg-perl
Version: 3.15.1-1~pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Installed-Size: 216
Depends: libdbd-pg-perl (= 3.15.1-1~pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libd/libdbd-pg-perl/libdbd-pg-perl-dbgsym_3.15.1-1~pgdg+1_arm64.deb
Size: 195628
SHA256: 725cefeaa33844e5dcde32ed1ddb2133e859c3f23efafec551ddbd774db2fec8
SHA1: 9d97df6ca75b6b607bf0f122223aa075e40d5769
MD5sum: a116e5b494797e81af4b3728cf30b3cd
Description: debug symbols for libdbd-pg-perl
Build-Ids: 7cd08f2e806de3a1aefa01659c21023cee453d99
Timestamp: 2022-02-24 10:33:26+00

Package: patroni
Version: 2.1.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 812
Depends: python3-cdiff, python3-click (>= 4.1), python3-dateutil, python3-pkg-resources, python3-prettytable (>= 0.7), python3-psutil, python3-six (>= 1.7), python3-urllib3, python3-yaml, python3:any (>= 3.5~), lsb-base (>= 3.0-6), python3-psycopg2, python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_2.1.3-1.pgdg+1_all.deb
Size: 160988
SHA256: 94daf63857ad46982954a8794839c0fc547493bb089e6fea4b1d4d2e8af90621
SHA1: 01604e1482e0b0230b082e5387b20c04d39bdf7a
MD5sum: aacbac97485cca5c733bf2bcc9932c0a
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2022-02-24 10:33:26+00

Package: patroni-doc
Source: patroni
Version: 2.1.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 931
Depends: libjs-sphinxdoc (>= 4.3), sphinx-rtd-theme-common (>= 1.0.0+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_2.1.3-1.pgdg+1_all.deb
Size: 127460
SHA256: 4bd2194926fc6441c2d82b3fcd223b50c5196068355edc3abd42d63086859231
SHA1: 1e55236273201f83d3f0afdc57b7be348cd07847
MD5sum: 05e9ed50e0815d213a6d513186c032a3
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2022-02-24 10:33:26+00

Package: python3-pglast
Source: pglast
Version: 3.9-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 1884
Depends: python3 (<< 3.11), python3 (>= 3.9~), python3-pkg-resources, python3:any, libc6 (>= 2.17), libpg-query1302.1
Suggests: python-pglast-doc
Provides: python3.10-pglast, python3.9-pglast
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: python
Filename: pool/main/p/pglast/python3-pglast_3.9-1.pgdg+1_arm64.deb
Size: 379852
SHA256: 0080cbd1b475493d5f96f1c51ab0c5e2fb2bc9369a31ee7e7d19a0a4d93b9b59
SHA1: 79d2b6ac47a77af1670794049d8db9611fcfbd98
MD5sum: 1f3ac9c6a86848aaf9f572621e704050
Description: PostgreSQL Languages AST and statements prettifier (Python 3)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This package installs the library for Python 3.
Timestamp: 2022-02-28 10:23:06+00

Package: python3-pglast-dbgsym
Source: pglast
Version: 3.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 3043
Depends: python3-pglast (= 3.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglast/python3-pglast-dbgsym_3.9-1.pgdg+1_arm64.deb
Size: 2911700
SHA256: 1bf7081ad77d71a4332818637b867b246af94aacff3142bf07a5cc6c76325795
SHA1: e950a38dfa38fa897432e03095587f0c27bba729
MD5sum: 5f28cc8ac823fc0cca41ed9a6abc3dd4
Description: debug symbols for python3-pglast
Build-Ids: 22be0a9b080a6d984d0087db7f6c7812a4fc51d7 930e560137b2286ed185328e273825dffb3ea6f2
Timestamp: 2022-02-28 10:23:06+00

Package: python-pglast-doc
Source: pglast
Version: 3.9-1.pgdg+1
Architecture: all
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 2820
Depends: libjs-sphinxdoc (>= 4.3)
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: doc
Filename: pool/main/p/pglast/python-pglast-doc_3.9-1.pgdg+1_all.deb
Size: 218592
SHA256: 0acce4b0db07add1524102210dccd9cecebaa8a0602ad12de38ff843f9f925bd
SHA1: c2f3582429c291aaac3263b93715ffac375f0b5e
MD5sum: d43778b08c39171002c819e1372817a2
Description: PostgreSQL Languages AST and statements prettifier (common documentation)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This is the common documentation package.
Timestamp: 2022-02-28 10:23:06+00

Package: postgresql-10-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.7.0-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-10-mysql-fdw_2.7.0-3.pgdg+2_arm64.deb
Size: 34380
SHA256: 55df1eed235549fcfce6579ddfde206da1ff51a68882e795974743190c0fef50
SHA1: 50279aa12d6a313396609b8948355735ed1851c7
MD5sum: bce7bbb4705ee3868f5808baf16f4373
Description: Postgres 10 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 10.
Timestamp: 2022-03-03 08:53:40+00

Package: postgresql-10-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.7.0-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 153
Depends: postgresql-10-mysql-fdw (= 2.7.0-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-10-mysql-fdw-dbgsym_2.7.0-3.pgdg+2_arm64.deb
Size: 134280
SHA256: 32b663d0d3c1bffcc92478783005ec3ce35c1f8321c83ba6db119a99d36da9f1
SHA1: 22ef89f5aaa6955cf6a0d9e6fd9f8afe2aa215f2
MD5sum: 48d30ebea6843aa5a5755556e187cd7f
Description: debug symbols for postgresql-10-mysql-fdw
Build-Ids: 0566c3e761685b8b473f819f913fbdae43cb898a
Timestamp: 2022-03-03 08:53:40+00

Package: postgresql-11-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.7.0-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-11-mysql-fdw_2.7.0-3.pgdg+2_arm64.deb
Size: 121748
SHA256: 2f8dd2e74c96d3490fcde0a7fe71fcd28008ccb06e6e607f441d8076c53735e9
SHA1: 3e9b6913aac88697970c5deac6db119b5d885bb4
MD5sum: d53132e7e3f93c227f1559eff223982b
Description: Postgres 11 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 11.
Timestamp: 2022-03-03 08:53:40+00

Package: postgresql-11-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.7.0-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: postgresql-11-mysql-fdw (= 2.7.0-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-11-mysql-fdw-dbgsym_2.7.0-3.pgdg+2_arm64.deb
Size: 133044
SHA256: bd395b5887c83d242fdde3a11bcd939358df1beb924e6764a3edd94743bec875
SHA1: 34766b8773b8058ff6fc82d30ca83d251d02542d
MD5sum: acd80521f06351d461a52dec6af6823b
Description: debug symbols for postgresql-11-mysql-fdw
Build-Ids: e68fea6c0ea801cbaca14ab684fc7fe85bda7c2d
Timestamp: 2022-03-03 08:53:40+00

Package: postgresql-12-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.7.0-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 261
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-12-mysql-fdw_2.7.0-3.pgdg+2_arm64.deb
Size: 123432
SHA256: e359162678b2a36db6e42de8d3089d4885b8917653022589173c37ab05e94b97
SHA1: 58bbcfbcb3d55519bf0d0cd202ca559ea883f17c
MD5sum: d1a1d2540fdfdf4fdc0ccbfe626d03a4
Description: Postgres 12 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 12.
Timestamp: 2022-03-03 08:53:40+00

Package: postgresql-12-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.7.0-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 157
Depends: postgresql-12-mysql-fdw (= 2.7.0-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-12-mysql-fdw-dbgsym_2.7.0-3.pgdg+2_arm64.deb
Size: 138388
SHA256: 49db227b3f44ebfc221918f8839a165defa8510b0ebde59683871cd24c141434
SHA1: 73c21ac692728441a76c36f78db2e6bcfbd0a327
MD5sum: a2b7f3ad1db8dccae76ffa851de78bf3
Description: debug symbols for postgresql-12-mysql-fdw
Build-Ids: 702d1b6245e9acde66d01d141f1d1890b798d55d
Timestamp: 2022-03-03 08:53:40+00

Package: postgresql-13-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.7.0-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-13-mysql-fdw_2.7.0-3.pgdg+2_arm64.deb
Size: 126548
SHA256: 53dfd0c91960d59138f5473b1ae19ce82d549db82bbad400f91dc412487d9471
SHA1: c390d748263a29e01c69c60b1ab22847b548f3f9
MD5sum: 743c60e4fca7346ef9afb4a082445458
Description: Postgres 13 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 13.
Timestamp: 2022-03-03 08:53:40+00

Package: postgresql-13-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.7.0-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: postgresql-13-mysql-fdw (= 2.7.0-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-13-mysql-fdw-dbgsym_2.7.0-3.pgdg+2_arm64.deb
Size: 147608
SHA256: 423ba07aac650fde92bd13779fa265d6cd16e3b676bb0b289a4047df0a07cc15
SHA1: 40ea60f64e72bef26b5049d6108f7eaa3523e3c6
MD5sum: 78bbb788e4c8005ba9ff44138a1d6a0d
Description: debug symbols for postgresql-13-mysql-fdw
Build-Ids: b1ba8e23cbc3f3349c70155efe5d61d6107e961d
Timestamp: 2022-03-03 08:53:40+00

Package: postgresql-14-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.7.0-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 275
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-14, postgresql-14-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-14-mysql-fdw_2.7.0-3.pgdg+2_arm64.deb
Size: 128064
SHA256: 9ee3f6420a3d33723a8434684c2a8c96db1f0fee8c336b53bc3dd17ee905b63c
SHA1: c174abc8349bb29d620ffc020143e24b3e52019b
MD5sum: 215daca463863a104bda3b2d5e2f5351
Description: Postgres 14 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 14.
Timestamp: 2022-03-03 08:53:40+00

Package: postgresql-14-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.7.0-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: postgresql-14-mysql-fdw (= 2.7.0-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-14-mysql-fdw-dbgsym_2.7.0-3.pgdg+2_arm64.deb
Size: 150924
SHA256: 3b098a41fdd3277bc2e0f1b7810b3833f1dd144d12499e628cae33283feb747a
SHA1: b876795b51c91d7b3f5e15f66bfa9ed010042b0f
MD5sum: 88f46ff899130e6810d4344d56acad3f
Description: debug symbols for postgresql-14-mysql-fdw
Build-Ids: d34e1fca7de11b712ebd640ce29410da32e898b3
Timestamp: 2022-03-03 08:53:40+00

Package: sqlsmith
Version: 1.4-1.pgdg+1
Architecture: arm64
Maintainer: Andreas Seltenreich <seltenreich@gmx.de>
Installed-Size: 498
Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libpq5, libpqxx-6.4 (>= 6.4), libsqlite3-0 (>= 3.6.18), libstdc++6 (>= 11)
Homepage: https://github.com/anse1/sqlsmith
Priority: optional
Section: database
Filename: pool/main/s/sqlsmith/sqlsmith_1.4-1.pgdg+1_arm64.deb
Size: 135744
SHA256: aed4d88c7652924d4464d8943cde9eca24131bf9264400e9d4954ccf59045d89
SHA1: 8e84deb1b27fd341538608b8718d922ca61a3258
MD5sum: 3aa8ed43a81be83732289b5aa541cc51
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+ and sqlite3.
 .
 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.
Timestamp: 2022-03-03 08:53:40+00

Package: sqlsmith-dbgsym
Source: sqlsmith
Version: 1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Andreas Seltenreich <seltenreich@gmx.de>
Installed-Size: 4598
Depends: sqlsmith (= 1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/sqlsmith/sqlsmith-dbgsym_1.4-1.pgdg+1_arm64.deb
Size: 4501492
SHA256: 1ecf7328dfbe3a6c97c31ccc821d4b4955c164dd1e7168132111ea5df81b747f
SHA1: 54f24ef51714ba8c59f203f1acac9344b60126fe
MD5sum: 49227f0740af5a3e4c759492881ba47a
Description: debug symbols for sqlsmith
Build-Ids: 0c07b4e48220db9d362129d2aa5c51ad945e8a05
Timestamp: 2022-03-03 08:53:40+00

Package: sqlreduce
Version: 1.0-1.pgdg+1
Architecture: all
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 67
Depends: python3:any (>= 3.8), python3-pglast, python3-psycopg2, python3-yaml
Multi-Arch: foreign
Homepage: https://github.com/credativ/sqlreduce
Priority: optional
Section: python
Filename: pool/main/s/sqlreduce/sqlreduce_1.0-1.pgdg+1_all.deb
Size: 15024
SHA256: bb96c85b2ebd778a0719d3987abc388a22128d4eb6fec1d36f3cb77e291532d0
SHA1: 57632a765aec906f6c1c9c40d1a07c6d3d706323
MD5sum: b15feb13ca8ce22b99885445a426a228
Description: Reduce verbose SQL queries to minimal examples
 SQLreduce takes as input an arbitrary SQL query which is then run against a
 PostgreSQL server. Various simplification steps are applied, while checking
 that the simplified query still exhibits the same error from PostgreSQL.
Timestamp: 2022-03-07 15:19:34+00

Package: postgresql-10-pgpool2
Source: pgpool2
Version: 4.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 233
Depends: libpgpool2 (>= 4.3.1-1.pgdg+1), postgresql-10, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2_4.3.1-1.pgdg+1_arm64.deb
Size: 136016
SHA256: 6565f8da3c3b008de6c8b7ea029dd83bfcd6310713036893c83053740dfb679b
SHA1: 25436a3e3c8b4394a07a2ba5aeeee90204497bc3
MD5sum: 798c9789e651a77894358b8a0beeeb7a
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 10 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2022-03-08 16:48:55+00

Package: libpgpool2
Source: pgpool2
Version: 4.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: libc6 (>= 2.33)
Breaks: pgpool2 (<< 3.1.1)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libs
Filename: pool/main/p/pgpool2/libpgpool2_4.3.1-1.pgdg+1_arm64.deb
Size: 143712
SHA256: 96e910f7312ec9250f9e594b7b6ebfe807dd9eed62a0292cf197091938542d66
SHA1: 5464bf085d96ed4af75ff5b0f4853ff2a6987e9c
MD5sum: 57de7d06c11ff086cb10266c7b105cb7
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).
Timestamp: 2022-03-08 16:48:55+00

Package: libpgpool2-dbgsym
Source: pgpool2
Version: 4.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: libpgpool2 (= 4.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/libpgpool2-dbgsym_4.3.1-1.pgdg+1_arm64.deb
Size: 63476
SHA256: a0ab931975c3b01681f663140c2e1f59d8d91ba662276eca309110cfb54c3b2f
SHA1: a88db9a5725b8a8b9c66333acdd928ac7afa2d52
MD5sum: f1e3f2ed7a2b437b71eaea80b6a83956
Description: debug symbols for libpgpool2
Build-Ids: 0e8c059f9fe1eaa52eae898f9b9a64e19641d112
Timestamp: 2022-03-08 16:48:55+00

Package: libpgpool-dev
Source: pgpool2
Version: 4.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: libpgpool2 (= 4.3.1-1.pgdg+1)
Conflicts: libpcp3-dev
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libdevel
Filename: pool/main/p/pgpool2/libpgpool-dev_4.3.1-1.pgdg+1_arm64.deb
Size: 153748
SHA256: 5d6ee1bc593240cd4047686c94a9d19d1a6a4a02813b012d320734ba0276d758
SHA1: 8032a0ef85531fa611a5370cb88ada4e8939996e
MD5sum: 03188aa2cfa5e7cbfc3c4ac2ca88adfb
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).
Timestamp: 2022-03-08 16:48:55+00

Package: pgpool2
Version: 4.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6091
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: libpgpool2 (= 4.3.1-1.pgdg+1), lsb-base (>= 3.0-3), postgresql-common (>= 26), ucf, libc6 (>= 2.33), libcrypt1 (>= 1:4.1.0), libmemcached11, libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl1.1 (>= 1.1.0)
Enhances: postgresql
Conflicts: pgpool
Replaces: pgpool
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/pgpool2_4.3.1-1.pgdg+1_arm64.deb
Size: 1268316
SHA256: 19b8777e893253511989d60160129a75c4582464230641af610b1dbfbcc63f64
SHA1: b4bbdbd33e66b8987f73424069223375ac04dca4
MD5sum: 0bd1d6a1a428207d174966be72832024
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.
Timestamp: 2022-03-08 16:48:55+00

Package: pgpool2-dbgsym
Source: pgpool2
Version: 4.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2034
Depends: pgpool2 (= 4.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/pgpool2-dbgsym_4.3.1-1.pgdg+1_arm64.deb
Size: 1882384
SHA256: e0e79980298a6b876db414bc73d5baefddf1c21709bd99a05fd3618eecb8d742
SHA1: 45935daaf293b6a322e2b1d15ebe67616aff6b6b
MD5sum: 8c2ddbb79b4e11a0ddac3f7bb7ae4307
Description: debug symbols for pgpool2
Build-Ids: 092d1c4ff1fc7b50295093db531e6247d2d5fbb7 65d03cca2e1e49281a6111cfa8e60669aff3760d 86992f7085611aecf3c599a52da425dde43bfca7 869966292d6de3b52c2f05f80b75560da5136096 b3d82ab8edc9f57c73760c00746a83fbd58f3ba8 f6c8c662462f88c3249b9b0950f9156ea0ad3393 fb3642789f02f14edaff7fc9d222e6cff635c9f7
Timestamp: 2022-03-08 16:48:55+00

Package: postgresql-10-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-10-pgpool2 (= 4.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2-dbgsym_4.3.1-1.pgdg+1_arm64.deb
Size: 54372
SHA256: ff8d96f1369300cb371ba618e676436c05df9802908eafae4446176b0320e70e
SHA1: 36de5558c091e32864d93952224fa10110ef77b6
MD5sum: 19bec0a349d133ae12c211be89e162a1
Description: debug symbols for postgresql-10-pgpool2
Build-Ids: 2631b6dddcb0bc6399f79774a27a92e198e06124 9d225460fe3d3960f98043f0c4087cb5ce3c0096 c1e2016e9238cde86025ebd970c8cb33322b79aa
Timestamp: 2022-03-08 16:48:55+00

Package: postgresql-11-pgpool2
Source: pgpool2
Version: 4.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 288
Depends: libpgpool2 (>= 4.3.1-1.pgdg+1), postgresql-11, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2_4.3.1-1.pgdg+1_arm64.deb
Size: 162008
SHA256: 192d6d3c93f6c02e52ddfef96aaf9c11da7e2344ac6dfa12de952eacbf241b95
SHA1: 52cc08594a5a4d4119259962722497f0d9b98918
MD5sum: 27de609d445053be6adae867222104cf
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 11 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2022-03-08 16:48:55+00

Package: postgresql-11-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-11-pgpool2 (= 4.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2-dbgsym_4.3.1-1.pgdg+1_arm64.deb
Size: 51824
SHA256: f4dab7890e996b5cf45c83396f8205388b48dde55fbf1c4c5f3ba28b80924aef
SHA1: 27f7bbfce70089ff5a664a2eea347a1983bbf664
MD5sum: 14230509945283368738ac6b098378b5
Description: debug symbols for postgresql-11-pgpool2
Build-Ids: 4fa4e974371cb0596a417a1a47eda8f52e3f1dc8 92fb6689d1856e2e35d488d2afddf201b859d604 9a1e8d0811b614fc2b92aec50c80ea4df4f27e18
Timestamp: 2022-03-08 16:48:55+00

Package: postgresql-12-pgpool2
Source: pgpool2
Version: 4.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 284
Depends: libpgpool2 (>= 4.3.1-1.pgdg+1), postgresql-12, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2_4.3.1-1.pgdg+1_arm64.deb
Size: 162108
SHA256: 164518652acfb75f542494dd3a5c2d4eafc4d01173632616e85e161b62ef1757
SHA1: 75bd955632a25611043e7cc0415f3bea2b2ee3bb
MD5sum: 831c988b1cc58222ee32b857c4710eed
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 12 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2022-03-08 16:48:55+00

Package: postgresql-12-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-12-pgpool2 (= 4.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2-dbgsym_4.3.1-1.pgdg+1_arm64.deb
Size: 52928
SHA256: 3657bd4a882250f991f10b784789dc25b386391b5b79b84e93b2c59e2b18a4e8
SHA1: ea33c2b209fcd6159d7c85240ad9e520516ba28b
MD5sum: 7d368d007bfa71c9070c7a912d443f84
Description: debug symbols for postgresql-12-pgpool2
Build-Ids: af5665b1429b3583f728be634ccd1a65ce57eccd bdc12b611c6e610ceb76fbb135f924577071e283 e1b0352a766a39430a8d0ce2d8ee7aa6d4a34b0f
Timestamp: 2022-03-08 16:48:55+00

Package: postgresql-13-pgpool2
Source: pgpool2
Version: 4.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 284
Depends: libpgpool2 (>= 4.3.1-1.pgdg+1), postgresql-13, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2_4.3.1-1.pgdg+1_arm64.deb
Size: 161908
SHA256: 9870b1e869ab6de88652cd80eab8e68600388aa286348034d6edc6a75abe6154
SHA1: 0289525a771fd0fc3a86d5f48a6ca651f028b97c
MD5sum: 229565f3938d035b01bf422cf464c3a6
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 13 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2022-03-08 16:48:55+00

Package: postgresql-13-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-13-pgpool2 (= 4.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2-dbgsym_4.3.1-1.pgdg+1_arm64.deb
Size: 50424
SHA256: a498930a5e7ea1b86d2ab81c731b198d2abe2ef1a6a3e9975bd7d379e4fc69f2
SHA1: 47084401bf4adca82d4b01a9acdc92282ac8f4a0
MD5sum: ebe81254ddf2ab24058e7979cfcb6291
Description: debug symbols for postgresql-13-pgpool2
Build-Ids: 36ec43f23500b61ddfea977317885bb32ea78041 f8292315fb83d79767c98c52649e3d6ea72b79a3 fb52eebe1426f0a2ef3a7d7da7e68797e293e8a4
Timestamp: 2022-03-08 16:48:55+00

Package: postgresql-14-pgpool2
Source: pgpool2
Version: 4.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 285
Depends: libpgpool2 (>= 4.3.1-1.pgdg+1), postgresql-14, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2_4.3.1-1.pgdg+1_arm64.deb
Size: 162412
SHA256: 56f189dc74db1b5ebcfd4e0714ec8f5c79756c1493e90c03a75b3c8afd5cf49a
SHA1: 6b737f476c159d4e4c7d5aebcb36c7b33a2597cd
MD5sum: 15d46cd2a3e00180c2b49299b1acbab3
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 14 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2022-03-08 16:48:55+00

Package: postgresql-14-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-14-pgpool2 (= 4.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2-dbgsym_4.3.1-1.pgdg+1_arm64.deb
Size: 51084
SHA256: eb9c6c1aeb7c296d4b941a30cfa4b224b3fb61e07350fbd15e0161507dbd20a9
SHA1: 7442b70db03823b1995152e4a33eb87caec27ca2
MD5sum: 1c9553b9759ec8280f8441aabedbe272
Description: debug symbols for postgresql-14-pgpool2
Build-Ids: 0b87299f150cadcc8aab9aff6fa471138360ff1f 78030e45e243926cca8095c827a61b10be38acae c2cb00545af58d1ddb6a79a4f68b10a97761cbfa
Timestamp: 2022-03-08 16:48:55+00

Package: pspg
Version: 5.5.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 297
Depends: libc6 (>= 2.33), libncursesw6 (>= 6), libpq5 (>= 9.0~), libreadline8 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_5.5.4-1.pgdg+1_arm64.deb
Size: 125304
SHA256: 97c8a4cdc18ba1e23cb6f501035254a9ff97649e2afaeb7d1fbe9c4c52bf78b8
SHA1: 1588a99f7456f8c4598e7ca04b5899d7bbc2a57d
MD5sum: e2d499fb85b07f2a179f67b1d8ef173d
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2022-03-08 16:48:55+00

Package: pspg-dbgsym
Source: pspg
Version: 5.5.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 425
Depends: pspg (= 5.5.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_5.5.4-1.pgdg+1_arm64.deb
Size: 397796
SHA256: 92ce58963562a297e39680e4ee92a6c72c9aaf6bcb45ae81095e89fd07c466b8
SHA1: 00dfb79a6aa2380d2f74fa126250f4db4cb09bcd
MD5sum: ab9075c626befb1553d21edb987ae409
Description: debug symbols for pspg
Build-Ids: 7aa51a717e622a3ff7c09c8c57c019e0e3e25111
Timestamp: 2022-03-08 16:48:55+00

Package: pgcopydb
Version: 0.5-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 256
Depends: postgresql-client, libc6 (>= 2.33), libpq5 (>= 9.1~)
Homepage: https://github.com/dimitri/pgcopydb
Priority: optional
Section: database
Filename: pool/main/p/pgcopydb/pgcopydb_0.5-1.pgdg+1_arm64.deb
Size: 95536
SHA256: 9be31844fd459dbebbbe9af3dd2b90214bf47c239f9ab2bb378f47778f64206c
SHA1: 6a7e13672a9a60cc1e8b2b3d8a06da98253a1ed9
MD5sum: 78be91831b652bd5ccad89966e162965
Description: Copy an entire PostgreSQL database from source to target
 This tool copies an entire PostgreSQL database from source to target. It
 implements `pg_dump | pg_restore` on steroids, including advanced concurrency
 tricks to make the operation faster.
Timestamp: 2022-03-11 11:50:35+00

Package: pgcopydb-dbgsym
Source: pgcopydb
Version: 0.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 235
Depends: pgcopydb (= 0.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgcopydb/pgcopydb-dbgsym_0.5-1.pgdg+1_arm64.deb
Size: 200600
SHA256: a8233dab4326e93e51cc69bc977cb611fc40568ae940d830da58ef7483e717f3
SHA1: 6f6d9f981b9867bc2a567fc2f4f19844f8d0c929
MD5sum: 8471c9c61147fae175d93a475bc6be19
Description: debug symbols for pgcopydb
Build-Ids: fcaa79e2825d9ea9cb213da5c89c247e7719b0e4
Timestamp: 2022-03-11 11:50:35+00

Package: barman
Version: 2.19-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 74
Depends: python3-barman (= 2.19-1.pgdg+1), python3-pkg-resources, adduser, rsync (>= 3.0.4~), python3:any
Recommends: openssh-server, openssh-client, postgresql-client
Suggests: barman-cli, repmgr
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman_2.19-1.pgdg+1_all.deb
Size: 38692
SHA256: cbdaac5eda57f16a627f6dd353ab0b50a4e0c71511bb3fd5159cb254824e71fc
SHA1: 93d444beb718c3f740de545ebc3bd7b163f58582
MD5sum: dbd670f168e2ab53c153298584e20f06
Description: Backup and Recovery Manager for PostgreSQL
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides barman binary.
Timestamp: 2022-03-25 14:04:42+00

Package: barman-cli
Source: barman
Version: 2.19-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 20
Depends: python3-barman (= 2.19-1.pgdg+1), python3-pkg-resources, rsync (>= 3.0.4~), python3:any
Recommends: openssh-client, barman-cli-cloud
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli_2.19-1.pgdg+1_all.deb
Size: 8060
SHA256: 3b3c0b878d83cbbe0287678be09ddb5d952af7fe0cd10af5df56c79521e794c0
SHA1: 741d59dd8f5670e3bbf7aaecb181f689aa8d75fb
MD5sum: 61f1e7bf1d228ef50931546ae0a85d05
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 organization 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.
Timestamp: 2022-03-25 14:04:42+00

Package: barman-cli-cloud
Source: barman
Version: 2.19-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 42
Depends: python3-barman (= 2.19-1.pgdg+1), python3-pkg-resources, rsync (>= 3.0.4~), python3:any, python3-boto3
Breaks: barman-cli (<< 2.10-3~~)
Replaces: barman-cli (<< 2.10-3~~)
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli-cloud_2.19-1.pgdg+1_all.deb
Size: 24352
SHA256: 628fa987f80a3cc5af25e85f41447e0302fb038ea08f530b7fed0dac9e133ba4
SHA1: 11861187d2943df4e03ebc4ebea82a97d7ddb1fc
MD5sum: d8259a4bd1d9a476008094beb098f076
Description: Cloud 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 organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli-cloud package contains cloud client utilities for the
 integration of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by 2ndQuadrant.
Timestamp: 2022-03-25 14:04:42+00

Package: python3-barman
Source: barman
Version: 2.19-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1139
Depends: python3-argcomplete, python3-dateutil, python3-psycopg2, python3:any
Breaks: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Replaces: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Homepage: http://www.pgbarman.org
Priority: optional
Section: python
Filename: pool/main/b/barman/python3-barman_2.19-1.pgdg+1_all.deb
Size: 183060
SHA256: 165cd968ecc6bd7e4910a5337c3973bee6df06b6f458b6abf03cf389b4cbd742
SHA1: 867af0590da9f352725c1b03303f4d69b4ea9cf5
MD5sum: dde0b78760381fca7d2bb1b5f9fea467
Description: Backup and Recovery Manager for PostgreSQL - Python modules
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides Python 3 modules only.
Timestamp: 2022-03-25 14:04:42+00

Package: postgis
Source: postgis (3.2.1+dfsg-1.pgdg+1)
Version: 3.2.1+dfsg-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1447
Depends: libc6 (>= 2.29), libgdal30 (>= 2.0.1), libgeos-c1v5 (>= 3.10.0), libpq5, libproj25 (>= 4.9.0)
Recommends: postgresql-postgis, postgis-doc
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.2.1+dfsg-1.pgdg+1+b1_arm64.deb
Size: 311024
SHA256: ebe371279cbf2cb02db59ec9a465528e88167200c61f5a025a8c9a8aa4dd6262
SHA1: 065ea4e6b81e194699a89a2aec3857d332a79b43
MD5sum: c68b49d5f04950fa7b8e1237f68f78cd
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2022-03-26 12:27:59+00

Package: postgis-dbgsym
Source: postgis (3.2.1+dfsg-1.pgdg+1)
Version: 3.2.1+dfsg-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1788
Depends: postgis (= 3.2.1+dfsg-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.2.1+dfsg-1.pgdg+1+b1_arm64.deb
Size: 1664664
SHA256: a9422c5929a30c9c39fb92579ad3b64f815cd34d08c84b7fe8fed3a812ae0aca
SHA1: f6ab5832a14ab57b16248a6ba95542fcd5f520fc
MD5sum: 24f4abcafad7a8d37c5fde6f92f1de1c
Description: debug symbols for postgis
Build-Ids: 1b33ba6b6ffcb2f9f8e378697440bb518e7b5acb 68b0a28cda0b37ac265f69d3053187f16d4d80de 914a7d410e25c0d2c0dc40e3f1fbd85a631532f0
Timestamp: 2022-03-26 12:27:59+00

Package: postgresql-10-postgis-3
Source: postgis (3.2.1+dfsg-1.pgdg+1)
Version: 3.2.1+dfsg-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3451
Depends: postgresql-10, postgresql-10-postgis-3-scripts, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal30 (>= 2.3.0), libgeos-c1v5 (>= 3.10.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-10-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-10-postgis-3_3.2.1+dfsg-1.pgdg+1+b1_arm64.deb
Size: 842864
SHA256: 6733d880d702a4e1adab89dbb58e387fb998d31354e06c19da2a2a8e8b88d40b
SHA1: 7918ffbcbef2fbc11b8a547560b4578627ef724d
MD5sum: 407dda91dbdb802cd0d2ee437d70ebb3
Description: Geographic objects support for PostgreSQL 10
 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".
Timestamp: 2022-03-26 12:27:59+00

Package: postgresql-10-postgis-3-dbgsym
Source: postgis (3.2.1+dfsg-1.pgdg+1)
Version: 3.2.1+dfsg-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4882
Depends: postgresql-10-postgis-3 (= 3.2.1+dfsg-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-10-postgis-3-dbgsym_3.2.1+dfsg-1.pgdg+1+b1_arm64.deb
Size: 4581736
SHA256: 3af9d9cd63cafa53e20fb2fe814f0abb77aca6ee7f17eeb25316a2b9f7b7023e
SHA1: b3be0ed3dcec45711f1cccb1d8ff853afe12c5cf
MD5sum: db5758fbb47a9dc3c19a038642847698
Description: debug symbols for postgresql-10-postgis-3
Build-Ids: 3c880a6bcccbb8e9a964cd68bf9147257a861dda 3fcc891b46d00b9b4b029d04091ab88eaad71362 5c224a6bc852bb57d835ccbafa0b517675eb2395 83274818fc49f043776a6f7cd91f90c8affef59e a7a890d7b1031aa6efe7e8626238cbfd4b1a0be3
Timestamp: 2022-03-26 12:27:59+00

Package: postgresql-11-postgis-3
Source: postgis (3.2.1+dfsg-1.pgdg+1)
Version: 3.2.1+dfsg-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9983
Depends: postgresql-11, postgresql-11-postgis-3-scripts, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal30 (>= 2.3.0), libgeos-c1v5 (>= 3.10.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-11-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3_3.2.1+dfsg-1.pgdg+1+b1_arm64.deb
Size: 3328236
SHA256: 955e81f8335afc902e1acefbd5a4d6fdb46e799c73a96a527c8c6a63c17fcc55
SHA1: c548f0207446af41272d0d58d9db90d5e80065e0
MD5sum: adcd544706964b4d3635d6b291c42657
Description: Geographic objects support for PostgreSQL 11
 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".
Timestamp: 2022-03-26 12:27:59+00

Package: postgresql-11-postgis-3-dbgsym
Source: postgis (3.2.1+dfsg-1.pgdg+1)
Version: 3.2.1+dfsg-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4896
Depends: postgresql-11-postgis-3 (= 3.2.1+dfsg-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-11-postgis-3-dbgsym_3.2.1+dfsg-1.pgdg+1+b1_arm64.deb
Size: 4593980
SHA256: 336615e61e9ac47291197a8c49e953527d8290f6c5f1bdee99e974eece335698
SHA1: cea18d90061b4054363a4ae21bd351746a805630
MD5sum: 26e0688e449193598e396ce6d7e3daa0
Description: debug symbols for postgresql-11-postgis-3
Build-Ids: 09d8aaf9ca2c6613758d981f006f4c123a923886 2284294f136b00db86c14d911f2faf709728801c 26fba39583e13bed0dffc8547b0db0ea59473a4a 3a8fdb5ba90c0401ca303c6446f1acf3de39b64c c473336dcd8cc5e157df55bcbbdde954b1dc0542
Timestamp: 2022-03-26 12:27:59+00

Package: postgresql-12-postgis-3
Source: postgis (3.2.1+dfsg-1.pgdg+1)
Version: 3.2.1+dfsg-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10195
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal30 (>= 2.3.0), libgeos-c1v5 (>= 3.10.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-12-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.2.1+dfsg-1.pgdg+1+b1_arm64.deb
Size: 3396524
SHA256: 9b24e8adfdcee9e255f47b0eab169f38f27ee87e42ea7218a4ef6d37457e574b
SHA1: f66023e89f17ca12c3d3417fda634668ef75cefd
MD5sum: deb51937d8c496b1fc5872e3a1b2bdcf
Description: Geographic objects support for PostgreSQL 12
 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".
Timestamp: 2022-03-26 12:27:59+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis (3.2.1+dfsg-1.pgdg+1)
Version: 3.2.1+dfsg-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4918
Depends: postgresql-12-postgis-3 (= 3.2.1+dfsg-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.2.1+dfsg-1.pgdg+1+b1_arm64.deb
Size: 4614008
SHA256: 3bc132fabb2c7f5a09df80b898c58c48439dab4284865f15c82957af715d8671
SHA1: bfb1445ceeb4e0649c6cdab27636e7d099dfa66c
MD5sum: af18cb92dacc792925c23a4ec0e5eb41
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 2201477646de11d9602bbf2aeb1656bcbd919e02 30c0edaff3bcd757ba1b9f3880ccd189ee2ee41f 472206334d399c3ee14b3e7080a899e9ce0596f6 4e981ee9b9c78f5cbfa58ab7181def99cc5bf060 d08815a269ba7ae50fdca6c32069084f1f02680f
Timestamp: 2022-03-26 12:27:59+00

Package: postgresql-13-postgis-3
Source: postgis (3.2.1+dfsg-1.pgdg+1)
Version: 3.2.1+dfsg-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10227
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal30 (>= 2.3.0), libgeos-c1v5 (>= 3.10.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-13-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.2.1+dfsg-1.pgdg+1+b1_arm64.deb
Size: 3412084
SHA256: 905e701705ebc00c41f117453d932dd72e80712fb66bfb45cb55610ce3d53c7f
SHA1: 2c815051a26dcf36e4f3562ed03f5e4ce4e4519d
MD5sum: 1a3f2d229a13127e6e8114bca71c81ab
Description: Geographic objects support for PostgreSQL 13
 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".
Timestamp: 2022-03-26 12:27:59+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis (3.2.1+dfsg-1.pgdg+1)
Version: 3.2.1+dfsg-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4939
Depends: postgresql-13-postgis-3 (= 3.2.1+dfsg-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.2.1+dfsg-1.pgdg+1+b1_arm64.deb
Size: 4637812
SHA256: 99bb5886d33d8922051dc59235373c6ca88b4055274904c11dfafe30001b70a0
SHA1: 51e4037da55cb1a55469a4324419d94dbb5fe395
MD5sum: 9f868804b991ba25f9958a61eb1e2412
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 3a2a8973c18ee13bbf6666aff5cfdaa49b6da04e 6dd5cd959ce3bba4149b629e5e97799d676b380a a4eeb2c339676473fb3c83d4c22e1478c277ffc3 d86813040eb9c7589c9ee2b8a2b26c0d4785e1f6 e7c6ee89ab48101dcd4f159c52d231d4b9b644ff
Timestamp: 2022-03-26 12:27:59+00

Package: postgresql-14-postgis-3
Source: postgis (3.2.1+dfsg-1.pgdg+1)
Version: 3.2.1+dfsg-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10267
Depends: postgresql-14, postgresql-14-postgis-3-scripts, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal30 (>= 2.3.0), libgeos-c1v5 (>= 3.10.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-14-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3_3.2.1+dfsg-1.pgdg+1+b1_arm64.deb
Size: 3416816
SHA256: 9a8c0a741c0207bd4074852e257e4c73992bb91055e11c043edc3e00c5fac637
SHA1: 6aedb5f4f218712d92748c6bbf831ff8dfe0b727
MD5sum: 362ec322bc2b941cbd7ac0b178c9f180
Description: Geographic objects support for PostgreSQL 14
 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".
Timestamp: 2022-03-26 12:27:59+00

Package: postgresql-14-postgis-3-dbgsym
Source: postgis (3.2.1+dfsg-1.pgdg+1)
Version: 3.2.1+dfsg-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4944
Depends: postgresql-14-postgis-3 (= 3.2.1+dfsg-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-14-postgis-3-dbgsym_3.2.1+dfsg-1.pgdg+1+b1_arm64.deb
Size: 4641424
SHA256: 7980f0372d51f7b801025daa4e945dd0090b191c8a6b4aa4639ba1e31af0f8d9
SHA1: 3ff23c6f4ffde597221c01581476d295eba9a3cc
MD5sum: c4a194e7055a758748ea17a353b3a1b6
Description: debug symbols for postgresql-14-postgis-3
Build-Ids: 2cc7f75b78532c8f27a9b7177192664d07cee993 3424b6a71ee3229690ea0982681e5e4ed213375d ad1f5e9fcfa7a40b630b9e96c02fafcbbc948fa8 d5cfa9446a8ed78c57a887eeacad7d2b580d9e95 ebea90259b94c3fbe676a75a0e45c9a1cd824942
Timestamp: 2022-03-26 12:27:59+00

Package: libecpg-compat3
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg-compat3_10.20-1.pgdg+1+b1_arm64.deb
Size: 22704
SHA256: fec25b17a54346383a3329f5ba175eef4a58e91347bc05859455aac592b29a77
SHA1: b4ac925f7ad30133dff9071fad5f53157a070e82
MD5sum: 4749ab9a02d80d4566294e715490562e
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.
Timestamp: 2022-03-29 13:38:54+00

Package: libecpg-compat3-dbgsym
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 10.20-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-compat3-dbgsym_10.20-1.pgdg+1+b1_arm64.deb
Size: 17604
SHA256: e2b2911259bfd871820fb60715746717a17ac5e1a1e88cf0f6394dd5fa1bccbd
SHA1: 607f1d58c8787ef0e736a760dba52828087ac7d1
MD5sum: 56d049012e49abedd4f4c470d44d1e51
Description: debug symbols for libecpg-compat3
Build-Ids: 6e166aa017ccfee953cd7a82a0ec8c52e963067b
Timestamp: 2022-03-29 13:38:54+00

Package: libecpg-dev
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1219
Depends: libecpg-compat3 (= 10.20-1.pgdg+1+b1), libecpg6 (= 10.20-1.pgdg+1+b1), libpgtypes3 (= 10.20-1.pgdg+1+b1), libpq-dev, libc6 (>= 2.33)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libecpg-dev_10.20-1.pgdg+1+b1_arm64.deb
Size: 227820
SHA256: 517e8d47a5fc59eb1ac051384ef3616cfeec91f361dd85afba55e29cb5c2dc6b
SHA1: dcf7dc6373b81d69e5c1de56fd39a6c63aafef63
MD5sum: dbc916e9ddf132bbe3184bbc13e634ce
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).
Timestamp: 2022-03-29 13:38:54+00

Package: libecpg-dev-dbgsym
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 249
Depends: libecpg-dev (= 10.20-1.pgdg+1+b1)
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-dev-dbgsym_10.20-1.pgdg+1+b1_arm64.deb
Size: 212804
SHA256: 1a9fdda6e01222e500664c6f987feed99f84f3de07fc7b0b7a536c540a724704
SHA1: 0d08825dd4bba5af3c3aeba0c88c988d25ba8f26
MD5sum: 7dd158fee17d27267d14afe0f695f9d7
Description: debug symbols for libecpg-dev
Build-Ids: e3c293b9973268ceff3046699e520a797063bdd3
Timestamp: 2022-03-29 13:38:54+00

Package: libecpg6
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 414
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg6_10.20-1.pgdg+1+b1_arm64.deb
Size: 86620
SHA256: 9a63aa873cb2042e294c7d8333423d8fa4c95ac49e66e777ded7e773cf020fe3
SHA1: 80aa0f02f398f492ade307f65d0aafae84f1451b
MD5sum: adb79db95936571ef8bb45aa54f3796b
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.
Timestamp: 2022-03-29 13:38:54+00

Package: libecpg6-dbgsym
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libecpg6 (= 10.20-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg6-dbgsym_10.20-1.pgdg+1+b1_arm64.deb
Size: 93208
SHA256: f38c7f80b4bc7eefa1ac0ec8cbe3d052503bf38ddd6b606b72ea1a26657575ef
SHA1: 1a2f93c010f71d9eb760576e8883dcb41b4f4cdd
MD5sum: 7957c6cd7296eb46a9324c1f8d1fd68d
Description: debug symbols for libecpg6
Build-Ids: 53c751c686fd7574402af8e18479847f76f799eb
Timestamp: 2022-03-29 13:38:54+00

Package: libpgtypes3
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpgtypes3_10.20-1.pgdg+1+b1_arm64.deb
Size: 43708
SHA256: 072ed18841ed796072927d1a61c67c150bee8166e2b847bf45aa8b359c15a6a9
SHA1: ba903d583afcaae6e6aef6fe71e6f9b4a710460e
MD5sum: f183aeff10176c3df9bdbab6e57ad5bd
Description: shared library libpgtypes for PostgreSQL 10
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-03-29 13:38:54+00

Package: libpgtypes3-dbgsym
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: libpgtypes3 (= 10.20-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpgtypes3-dbgsym_10.20-1.pgdg+1+b1_arm64.deb
Size: 70808
SHA256: 092e2db9d9a79ca085001b546f2c57f838bafa13f2a5554bfe64e921c617e6c1
SHA1: 87696c552a2725c62d9e3c190d4727fae1df5db4
MD5sum: 31e105620d135acb44a83f98a7248a98
Description: debug symbols for libpgtypes3
Build-Ids: f888dcd7301379cc12c39c69b1d352e6aa4a5af0
Timestamp: 2022-03-29 13:38:54+00

Package: libpq-dev
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 684
Depends: libpq5 (= 10.20-1.pgdg+1+b1)
Suggests: postgresql-doc-10
Breaks: postgresql-server-dev-10 (<< 10.1-2~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libpq-dev_10.20-1.pgdg+1+b1_arm64.deb
Size: 164220
SHA256: e472aeb459a6713d605bdf52946cef99e86da507b20042b374739f49ab78c011
SHA1: 1b9aa9d7d44b8a5d85132a919a970277b64d72dc
MD5sum: bc11b6590dec5d2b31d39f59c2021f9d
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.
Timestamp: 2022-03-29 13:38:54+00

Package: libpq5
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 748
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpq5_10.20-1.pgdg+1+b1_arm64.deb
Size: 166440
SHA256: 4cf167b93f4b3c13305d90d66f193dfe8985a8f86db86db1821a28ac14914aff
SHA1: e6ef9f9947417a79c4f36e369d274b3708fc2d96
MD5sum: ecff14b162ef2fa574569d98c669a3bd
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.
Timestamp: 2022-03-29 13:38:54+00

Package: libpq5-dbgsym
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 261
Depends: libpq5 (= 10.20-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpq5-dbgsym_10.20-1.pgdg+1+b1_arm64.deb
Size: 230252
SHA256: 9ef047c9f168dfd31e6062f18f65dc0c69947a1039e6a0246c2bd623330f72e3
SHA1: 1b628d7b5e4a004443bbc57b65f876a7c5422004
MD5sum: 271fe34d6d2bd6eab072011655a0ab98
Description: debug symbols for libpq5
Build-Ids: 1a8acba27600d124fccfb204bec09fe67ae519c3
Timestamp: 2022-03-29 13:38:54+00

Package: libecpg-compat3
Source: postgresql-11 (11.15-1.pgdg+1)
Version: 11.15-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg-compat3_11.15-1.pgdg+1+b1_arm64.deb
Size: 21636
SHA256: 3c159457af94cbb3674d0f9e9cda4db2f767e490d318412811fa873fe4822bfe
SHA1: 0131ca440d8a29ba681235f69c6c61af67773151
MD5sum: 2ea8911bc392131b3d230198fdf9bc3d
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.
Timestamp: 2022-03-29 13:39:03+00

Package: libecpg-compat3-dbgsym
Source: postgresql-11 (11.15-1.pgdg+1)
Version: 11.15-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 11.15-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-compat3-dbgsym_11.15-1.pgdg+1+b1_arm64.deb
Size: 17624
SHA256: bd82655e1295e83f8c6ad14f87bce93b77875774da9b10358fdf0ab090395ab4
SHA1: 82908a0b815118e5edbc92f30cef8975d8f7585c
MD5sum: b13f92aca931c47e498bfcfd86dc109a
Description: debug symbols for libecpg-compat3
Build-Ids: 82579f6475c85a8b0875b0eaaa0c08069e9b9784
Timestamp: 2022-03-29 13:39:03+00

Package: libecpg-dev
Source: postgresql-11 (11.15-1.pgdg+1)
Version: 11.15-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1245
Depends: libecpg-compat3 (= 11.15-1.pgdg+1+b1), libecpg6 (= 11.15-1.pgdg+1+b1), libpgtypes3 (= 11.15-1.pgdg+1+b1), libpq-dev, libc6 (>= 2.33)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libecpg-dev_11.15-1.pgdg+1+b1_arm64.deb
Size: 229380
SHA256: 1b9620f604706f686f195528ae50fb67fc00ff22a47bc8305987e85b38fab5d7
SHA1: ed2879d6c81bfea75d24e913d08f8bc49111a8b6
MD5sum: 190452025d6d2123282bff5fb9e243cd
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).
Timestamp: 2022-03-29 13:39:03+00

Package: libecpg-dev-dbgsym
Source: postgresql-11 (11.15-1.pgdg+1)
Version: 11.15-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 251
Depends: libecpg-dev (= 11.15-1.pgdg+1+b1)
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-dev-dbgsym_11.15-1.pgdg+1+b1_arm64.deb
Size: 215456
SHA256: ffc3f0e50c6c1d30cb6306756725c925eb7ab9610eddd14d3200488690a40744
SHA1: c4421730f8847d30fd2401840f59631b0394e40a
MD5sum: fa727400f8ff3c7dccaa6c638a550552
Description: debug symbols for libecpg-dev
Build-Ids: f9312dae5c39569f1852855ab2728bb3bc7be8ed
Timestamp: 2022-03-29 13:39:03+00

Package: libecpg6
Source: postgresql-11 (11.15-1.pgdg+1)
Version: 11.15-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 435
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg6_11.15-1.pgdg+1+b1_arm64.deb
Size: 88576
SHA256: 5530937057daf0c097ad5d3c388eb58d5ab291acc754f6180cd7f2bb5c09b135
SHA1: ffc959e10ac6841a4565d5061e393140b6e57110
MD5sum: a8c8e59ed9c288fe99afef4294159952
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.
Timestamp: 2022-03-29 13:39:03+00

Package: libecpg6-dbgsym
Source: postgresql-11 (11.15-1.pgdg+1)
Version: 11.15-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libecpg6 (= 11.15-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg6-dbgsym_11.15-1.pgdg+1+b1_arm64.deb
Size: 93540
SHA256: faca45d55fb86b1ae97b1f06d7ebfca18ef0ec00ab79258c19ed21948dc38dc4
SHA1: 32ec9dd4cb9e3ad061e39ed8a6abf655a69f448a
MD5sum: c482a8c8613603783620d8a97e0796e7
Description: debug symbols for libecpg6
Build-Ids: 5172264b7e376aadf944e71d4c65c1575d490482
Timestamp: 2022-03-29 13:39:03+00

Package: libpgtypes3
Source: postgresql-11 (11.15-1.pgdg+1)
Version: 11.15-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpgtypes3_11.15-1.pgdg+1+b1_arm64.deb
Size: 42856
SHA256: adfa89e3a1d15658dd80a6eb1cb83906fd6c4e33397932c253417b05795d6fc3
SHA1: ffec71b3b094479c0dfb702e267d16c73c41b13d
MD5sum: 8697a985c6ac8b7ede5a627930bdac13
Description: shared library libpgtypes for PostgreSQL 11
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-03-29 13:39:03+00

Package: libpgtypes3-dbgsym
Source: postgresql-11 (11.15-1.pgdg+1)
Version: 11.15-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: libpgtypes3 (= 11.15-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpgtypes3-dbgsym_11.15-1.pgdg+1+b1_arm64.deb
Size: 71856
SHA256: 366911cc81fe5f5b04a913c8fd733a7928bbfa111a99037e4cbd084e8a217b50
SHA1: 5496223c63e89d08f4cf43151e5f9fa83c3a8bcb
MD5sum: 130968d2cebfba2bae87b4a48d062fca
Description: debug symbols for libpgtypes3
Build-Ids: 2104f649085187f27027e7c54cb7bc887c7f4c15
Timestamp: 2022-03-29 13:39:03+00

Package: libpq-dev
Source: postgresql-11 (11.15-1.pgdg+1)
Version: 11.15-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 694
Depends: libpq5 (= 11.15-1.pgdg+1+b1)
Suggests: postgresql-doc-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libpq-dev_11.15-1.pgdg+1+b1_arm64.deb
Size: 165600
SHA256: b6bcf2b35166d7f04e1bcc2f6fc417af7838533d14c23a42ed1018de263c6ee8
SHA1: 40db8a9e812bca988c6c1ec3b2b9d3969b967469
MD5sum: 766a6e3e7b8caeca13b73220fcf1d16f
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.
Timestamp: 2022-03-29 13:39:03+00

Package: libpq5
Source: postgresql-11 (11.15-1.pgdg+1)
Version: 11.15-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 756
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpq5_11.15-1.pgdg+1+b1_arm64.deb
Size: 166236
SHA256: 7602f95809a0859b6e6b12f57da5e8f1d8567835a8f9c912ed68cbd714a81d7b
SHA1: d798749cbcf04c41bd281fe64b35786258788ed6
MD5sum: b12495efe46f6181b4f912180d72ff3b
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.
Timestamp: 2022-03-29 13:39:03+00

Package: libpq5-dbgsym
Source: postgresql-11 (11.15-1.pgdg+1)
Version: 11.15-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 264
Depends: libpq5 (= 11.15-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpq5-dbgsym_11.15-1.pgdg+1+b1_arm64.deb
Size: 232464
SHA256: 3da25d61e8df9a5b483ca3557828e26c88acf1f8871854ad9051c1e324a1d189
SHA1: cee0afad176521129d9bdafe2172e9794fba5ead
MD5sum: c82e98ffc236b01303101aac5dbd968e
Description: debug symbols for libpq5
Build-Ids: 23dce73181c2379d43e042a1e5ce10f61cded9a7
Timestamp: 2022-03-29 13:39:03+00

Package: libecpg-compat3
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg-compat3_12.10-1.pgdg+1+b1_arm64.deb
Size: 19184
SHA256: 704efc60603d8a16d44ad96b4fc614678e13af9b7f72679a416325b3507dc323
SHA1: 590e06e89df1ceb18b6fd684f1e7e2b9fee96db7
MD5sum: 5606d64ceee9693b591e9f3dbafb5092
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.
Timestamp: 2022-03-29 13:39:11+00

Package: libecpg-compat3-dbgsym
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 12.10-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-compat3-dbgsym_12.10-1.pgdg+1+b1_arm64.deb
Size: 17632
SHA256: 6f7cae987be195db2ad2ffc6dcbd36b424fe6302c00385c11ad6d1bcc4ca5af3
SHA1: 4b3815522954b18f7621f6718d091e7e1b4fe009
MD5sum: c50bbf59e757f6f4d18322ff5bb7457b
Description: debug symbols for libecpg-compat3
Build-Ids: 127576b6f1ff272be5e64bab902f3b5c8baad973
Timestamp: 2022-03-29 13:39:11+00

Package: libecpg-dev
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1499
Depends: libecpg-compat3 (= 12.10-1.pgdg+1+b1), libecpg6 (= 12.10-1.pgdg+1+b1), libpgtypes3 (= 12.10-1.pgdg+1+b1), libpq-dev, libc6 (>= 2.33)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libecpg-dev_12.10-1.pgdg+1+b1_arm64.deb
Size: 269708
SHA256: 41c34d3ab3f6be4eb715a53cb90e28dcd3744d174a9d6b156650ddb9b7faca44
SHA1: 2c82b591afec34eab77db39c5c03dd9f50e00fd1
MD5sum: 2e482f9c1226f1adf86b6e8886801d80
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).
Timestamp: 2022-03-29 13:39:11+00

Package: libecpg-dev-dbgsym
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 261
Depends: libecpg-dev (= 12.10-1.pgdg+1+b1)
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-dev-dbgsym_12.10-1.pgdg+1+b1_arm64.deb
Size: 224768
SHA256: ab3c945225f1523f6a7812c1a1cd999e0863876131de9c3231eead491ae7c78a
SHA1: 7e0ca11165b74fe358de5dfaa06bd69d6995139d
MD5sum: c54a3986fb9a88fb4b8342a95150e2d8
Description: debug symbols for libecpg-dev
Build-Ids: 78849034d07ed5e56bd36cc3026fbae599062226
Timestamp: 2022-03-29 13:39:11+00

Package: libecpg6
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 222
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg6_12.10-1.pgdg+1+b1_arm64.deb
Size: 58484
SHA256: ad582390b4885519247a2c0cf007238d7170be1ce0d0fb313dc4469bc4f7c7b0
SHA1: a604511b0e3679a8584a50233bb0cf6ab2a524d6
MD5sum: 58448f27e02a2de4427abab67eeb63b9
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.
Timestamp: 2022-03-29 13:39:11+00

Package: libecpg6-dbgsym
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libecpg6 (= 12.10-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg6-dbgsym_12.10-1.pgdg+1+b1_arm64.deb
Size: 112104
SHA256: 30195dadb5a4aebdf0e80ec0f5bc88cd92a88c04b346f7299583069a2650e0c8
SHA1: 6db2842c1a797b16e7cd595c0e89c82fef3dc9ce
MD5sum: 3c36b5e8e1e6529a38aa0d43590f36cf
Description: debug symbols for libecpg6
Build-Ids: 99cfea7295e210c574a2289c5ed421fd0fa404e2
Timestamp: 2022-03-29 13:39:11+00

Package: libpgtypes3
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpgtypes3_12.10-1.pgdg+1+b1_arm64.deb
Size: 45060
SHA256: 1c675b1fa54d01b526ed631bf7cd0b6bdc036c9dc7faa228411a3cfa893c3b74
SHA1: 18cf166f66a4b9b45f852004eb18cddbd30c173b
MD5sum: f3b949d587ec2fefa1ff33b98553d5b4
Description: shared library libpgtypes for PostgreSQL 12
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-03-29 13:39:11+00

Package: libpgtypes3-dbgsym
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libpgtypes3 (= 12.10-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpgtypes3-dbgsym_12.10-1.pgdg+1+b1_arm64.deb
Size: 86808
SHA256: 3d85bd6b3085cddea56f78f84430f01a9d66f00a4e201ef3e89cf2b7032b9009
SHA1: 0e27c4199432dc0f177c6b1acf658d950d4389c3
MD5sum: c4eef72d01df5c820ef01f576c7f040e
Description: debug symbols for libpgtypes3
Build-Ids: 6f269fa6f015c0dc33fb77c2e1842793b6a759a5
Timestamp: 2022-03-29 13:39:11+00

Package: libpq-dev
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 586
Depends: libpq5 (= 12.10-1.pgdg+1+b1)
Suggests: postgresql-doc-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libpq-dev_12.10-1.pgdg+1+b1_arm64.deb
Size: 141008
SHA256: 8099ffc413ad7674889b05108147082eba05356dfa45933021576daa36f01e9a
SHA1: 102c4748707c131bc4cf1118f0ce66536d948cdd
MD5sum: 98cd2987cfabdae41265fac0186e00da
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.
Timestamp: 2022-03-29 13:39:11+00

Package: libpq5
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 780
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpq5_12.10-1.pgdg+1+b1_arm64.deb
Size: 173000
SHA256: 734bebce21a8549194c53759f262d39d9e98f83b2d94ecbb7a05ab6418aa68df
SHA1: 373def967e69726e3183fce0807d42ed228e2e62
MD5sum: 765dc25a3ce9f03c491beccccbb325da
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.
Timestamp: 2022-03-29 13:39:11+00

Package: libpq5-dbgsym
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 284
Depends: libpq5 (= 12.10-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpq5-dbgsym_12.10-1.pgdg+1+b1_arm64.deb
Size: 250612
SHA256: 430e919bfd715ee961af733b97f70025de088e25e08fdee351f3e30af73195c2
SHA1: 1f542b43475263e21a1a6a871df4d509908b4965
MD5sum: ffc84569608b4b28e9592186f0bc8d8e
Description: debug symbols for libpq5
Build-Ids: 842e4ebe490053233095337f560768c5e3281dcb
Timestamp: 2022-03-29 13:39:11+00

Package: libecpg-compat3
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg-compat3_13.6-1.pgdg+1+b1_arm64.deb
Size: 23904
SHA256: 85bb7f31ae1bbfc593ce30b5ca7e7c4e6cc671cc62599ade4c06c1abd849b1fd
SHA1: ed30be9e5eed17cd137369756ba91e2f70b118f1
MD5sum: 3cfd74bf6b828608bfe337617fd1d338
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.
Timestamp: 2022-03-29 13:39:22+00

Package: libecpg-compat3-dbgsym
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: libecpg-compat3 (= 13.6-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-compat3-dbgsym_13.6-1.pgdg+1+b1_arm64.deb
Size: 38104
SHA256: 3f6af352511d932178e7b0d131f2f427966254bc43d3b3e8b909d7ec17bfd7cd
SHA1: 6ed569c9a4f3d8d6d41cd2cf448c45b8e0656969
MD5sum: 50b4656f86db358d8193a423ea38f653
Description: debug symbols for libecpg-compat3
Build-Ids: 039481d7ac03485e67dbba6da1307199427b57a4
Timestamp: 2022-03-29 13:39:22+00

Package: libecpg-dev
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1487
Depends: libecpg-compat3 (= 13.6-1.pgdg+1+b1), libecpg6 (= 13.6-1.pgdg+1+b1), libpgtypes3 (= 13.6-1.pgdg+1+b1), libpq-dev, libc6 (>= 2.33)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libecpg-dev_13.6-1.pgdg+1+b1_arm64.deb
Size: 268000
SHA256: e3311f32ccb67dab0c0c3b312bc7df29b96ec03bf1d5b8a40b4d70768ccecc63
SHA1: 4fe70dc28afe37d3dce476ef26644d902cf0fcef
MD5sum: 0c00d75688131b6a71424333ecece0a6
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).
Timestamp: 2022-03-29 13:39:22+00

Package: libecpg-dev-dbgsym
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 266
Depends: libecpg-dev (= 13.6-1.pgdg+1+b1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-dev-dbgsym_13.6-1.pgdg+1+b1_arm64.deb
Size: 229516
SHA256: b951ce006051c7f00ccaa4718da53086f5e06ce7a5a7197319bb31d4569b40b6
SHA1: 5f618382bab892ef498010debd596eb0a62d7d8a
MD5sum: 0f007e0ab50a1bc3069425820c346748
Description: debug symbols for libecpg-dev
Build-Ids: 44639771bc617dc8ff8a7f13634c5781c8b8cb98
Timestamp: 2022-03-29 13:39:22+00

Package: libecpg6
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 221
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg6_13.6-1.pgdg+1+b1_arm64.deb
Size: 57672
SHA256: 94b181d18f283ecedfff2471aa6a52762ae9434b54ae02160444ac279e84bab3
SHA1: 9871381e2a94a3a350177cddcdebbfa8d6608f46
MD5sum: 15fc2ab1f9ca6fc10e880c87e2fe0df9
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.
Timestamp: 2022-03-29 13:39:22+00

Package: libecpg6-dbgsym
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libecpg6 (= 13.6-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg6-dbgsym_13.6-1.pgdg+1+b1_arm64.deb
Size: 112212
SHA256: f4f310191b01396aeed2d9749d03784b4d9aa9ca144e31da40de20ae65c5be85
SHA1: fa1408b4be5463f04e9199165056146e67f46697
MD5sum: 71a1063a1c9653e1e9ade42ca60a785b
Description: debug symbols for libecpg6
Build-Ids: f2abd9741fc87a433d4f1c70040f1f17005753ca
Timestamp: 2022-03-29 13:39:22+00

Package: libpgtypes3
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpgtypes3_13.6-1.pgdg+1+b1_arm64.deb
Size: 44352
SHA256: 73a9d60fafdf2daaebb54e039b326d561c653aaf310c82c6cb0e17aa467cf847
SHA1: de5f2168c1d89dacbdf932ecb7bc450f84fa44fb
MD5sum: 2b5dd9257d83ba659436bf9686e56d7e
Description: shared library libpgtypes for PostgreSQL 13
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-03-29 13:39:22+00

Package: libpgtypes3-dbgsym
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libpgtypes3 (= 13.6-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpgtypes3-dbgsym_13.6-1.pgdg+1+b1_arm64.deb
Size: 87060
SHA256: 1a0ad1b70acc86e8e2fdfab9d21994b974caea06d1f0fc9f47ae50504b0c88fd
SHA1: 50aa23c1ce591192543cb1b5e1751d5513edb80a
MD5sum: 5ba8f0d3e5f444570b4d4c4cdd987737
Description: debug symbols for libpgtypes3
Build-Ids: 6e1b5fa1346214e18b3a453618e2f529ec3afb27
Timestamp: 2022-03-29 13:39:22+00

Package: libpq-dev
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 564
Depends: libpq5 (= 13.6-1.pgdg+1+b1)
Suggests: postgresql-doc-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libpq-dev_13.6-1.pgdg+1+b1_arm64.deb
Size: 136720
SHA256: 2453a3896a21cf9a15d6e52a2a3ffaa2bf97dc90ff289c009ca851f396360888
SHA1: 8eb3222db4620d25e636130e53f89f4cf77bda56
MD5sum: 659e035e239ed4300aa9874489333baf
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.
Timestamp: 2022-03-29 13:39:22+00

Package: libpq5
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 777
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpq5_13.6-1.pgdg+1+b1_arm64.deb
Size: 173520
SHA256: 40605845326af4a5b2a449bad26888aa97250cc6a7b592affa1c6419af70968b
SHA1: f7f79c08bb29de87d2788fb3895f54642937655e
MD5sum: f1c76e246c127e9ba6256a5d675f4e13
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.
Timestamp: 2022-03-29 13:39:22+00

Package: libpq5-dbgsym
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 291
Depends: libpq5 (= 13.6-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpq5-dbgsym_13.6-1.pgdg+1+b1_arm64.deb
Size: 256456
SHA256: ca16615f7ea36385936f060f0cff39d598a158d0d4191d5f97331b16bc345af7
SHA1: bca30639cbf9a4eaa54f669204ab1e4c3499916c
MD5sum: eaed6625df836f2c0a8c94de79c55a25
Description: debug symbols for libpq5
Build-Ids: 0e823b6c5a135d917de0da465d4d20c038f0a4b1
Timestamp: 2022-03-29 13:39:22+00

Package: libecpg-compat3
Source: postgresql-9.1 (9.1.24-8.pgdg+1)
Version: 9.1.24-8.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libecpg-compat3_9.1.24-8.pgdg+1+b1_arm64.deb
Size: 36588
SHA256: f30b7b7bb5f9c821407c949b868fdc5cc133c5c61e017cac31e07b8f6da6ce6e
SHA1: 1ba4420af8d1e84af3996f3969929b519453aa98
MD5sum: 90708a2fd122cacd0ce908ffa842bd81
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.
Timestamp: 2022-03-29 13:38:01+00

Package: libecpg-dev
Source: postgresql-9.1 (9.1.24-8.pgdg+1)
Version: 9.1.24-8.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1025
Depends: libc6 (>= 2.33), libpq-dev, libecpg6 (= 9.1.24-8.pgdg+1+b1), libecpg-compat3 (= 9.1.24-8.pgdg+1+b1), libpgtypes3 (= 9.1.24-8.pgdg+1+b1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libdevel
Filename: pool/9.1/p/postgresql-9.1/libecpg-dev_9.1.24-8.pgdg+1+b1_arm64.deb
Size: 218744
SHA256: 372385fcaeb97ad104319dbdf952a948fd27c135d8fbfd1b5c5e9fcaad0fa3f9
SHA1: 9b63821a131d00986ba2145025525cb2c83cccd8
MD5sum: 64742049551459a92d684956b9d73a46
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).
Timestamp: 2022-03-29 13:38:01+00

Package: libecpg6
Source: postgresql-9.1 (9.1.24-8.pgdg+1)
Version: 9.1.24-8.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 390
Depends: libc6 (>= 2.17), libpgtypes3, libpq5
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libecpg6_9.1.24-8.pgdg+1+b1_arm64.deb
Size: 96276
SHA256: 37f4aae31fb3882e737bbc400332ad2fe8a871f3a1b543627a597ff44481f648
SHA1: f60e55a44fbe585dd19ecf5a1422aacf157cc955
MD5sum: 1ce29823885fb157a5100a852b3fb4e6
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.
Timestamp: 2022-03-29 13:38:01+00

Package: libpgtypes3
Source: postgresql-9.1 (9.1.24-8.pgdg+1)
Version: 9.1.24-8.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libpgtypes3_9.1.24-8.pgdg+1+b1_arm64.deb
Size: 57640
SHA256: 180e3027e960ce8f7e4d5af49bc2072e85355511b3c4d8e88654080491c30cec
SHA1: 00d1e645b64c80c343afcdf3d15c0177210faf88
MD5sum: 46ec0958cf7af8cf2e1aa35883684d7b
Description: shared library libpgtypes for PostgreSQL 9.1
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-03-29 13:38:01+00

Package: libpq-dev
Source: postgresql-9.1 (9.1.24-8.pgdg+1)
Version: 9.1.24-8.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 908
Depends: libc6 (>= 2.33), libpq5 (= 9.1.24-8.pgdg+1+b1)
Suggests: postgresql-doc-9.1
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libdevel
Filename: pool/9.1/p/postgresql-9.1/libpq-dev_9.1.24-8.pgdg+1+b1_arm64.deb
Size: 193536
SHA256: 4f8027c2e179a1cc9a29a7fdfc7d0e7031627eee4e306c26a5eaefbcdcf0f73a
SHA1: 72e4ace97d1c44e176f814cc3340d11b7f22d5ab
MD5sum: 017669844a5d3ba5b9d4532ad2bdb507
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.
Timestamp: 2022-03-29 13:38:01+00

Package: libpq5
Source: postgresql-9.1 (9.1.24-8.pgdg+1)
Version: 9.1.24-8.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 535
Depends: libc6 (>= 2.33), libcom-err2 (>= 1.43.9), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap-2.5-0 (>= 2.5.4)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libpq5_9.1.24-8.pgdg+1+b1_arm64.deb
Size: 134816
SHA256: 8ee989d83c4dc6535d37b88bc5e40ab5df9142528fb0120a7c1b5e0d36d6808a
SHA1: 13ed9c3be5df34be2c70e211584fc717ec795ee8
MD5sum: ee33ee900d1d3af7d5d825cc11054707
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.
Timestamp: 2022-03-29 13:38:01+00

Package: libecpg-compat3
Source: postgresql-9.2 (9.2.24-5.pgdg+1)
Version: 9.2.24-5.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libecpg-compat3_9.2.24-5.pgdg+1+b1_arm64.deb
Size: 23100
SHA256: a77fc422039d492afc3525e887139847c4d9333f18e1f36034acb0328aeb33dc
SHA1: 7b91b6ae7aea117b96165cde4dcd8b7f0090a8ec
MD5sum: 094b55b9326e00a073b10e34575c9f3b
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.
Timestamp: 2022-03-29 13:38:06+00

Package: libecpg-dev
Source: postgresql-9.2 (9.2.24-5.pgdg+1)
Version: 9.2.24-5.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1041
Depends: libc6 (>= 2.33), libpq-dev, libecpg6 (= 9.2.24-5.pgdg+1+b1), libecpg-compat3 (= 9.2.24-5.pgdg+1+b1), libpgtypes3 (= 9.2.24-5.pgdg+1+b1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libdevel
Filename: pool/9.2/p/postgresql-9.2/libecpg-dev_9.2.24-5.pgdg+1+b1_arm64.deb
Size: 208320
SHA256: a3c721cf16845ba11e58de3ee0d8f3c3652092a6550faae0042c5bf6a270158d
SHA1: dc3f597298b83f38ac9c39f1cb7ec825fa838736
MD5sum: 9e87fda888c885c262406183e83aceef
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).
Timestamp: 2022-03-29 13:38:06+00

Package: libecpg6
Source: postgresql-9.2 (9.2.24-5.pgdg+1)
Version: 9.2.24-5.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 374
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libecpg6_9.2.24-5.pgdg+1+b1_arm64.deb
Size: 82688
SHA256: e6f3cc8554b1ec15044cbbb9256f67d0c0dabf4b6f0679f092eb99a371e54000
SHA1: 47bf00802f4762f0bd637b9d445165e3e66f06a4
MD5sum: ff75541755d943fb038134bbb81c8a2b
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.
Timestamp: 2022-03-29 13:38:06+00

Package: libpgtypes3
Source: postgresql-9.2 (9.2.24-5.pgdg+1)
Version: 9.2.24-5.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libpgtypes3_9.2.24-5.pgdg+1+b1_arm64.deb
Size: 44100
SHA256: cd5ab3b7c88df3ec2da34c20315f552b84add674a83346dc5f77af99b39414d7
SHA1: b9dcd46a77b77bc9e2a95d02695b66ff6122078a
MD5sum: bd61058ddda02f4aa86b880daa56cd80
Description: shared library libpgtypes for PostgreSQL 9.2
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-03-29 13:38:06+00

Package: libpq-dev
Source: postgresql-9.2 (9.2.24-5.pgdg+1)
Version: 9.2.24-5.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 937
Depends: libc6 (>= 2.33), libpq5 (= 9.2.24-5.pgdg+1+b1)
Suggests: postgresql-doc-9.2
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libdevel
Filename: pool/9.2/p/postgresql-9.2/libpq-dev_9.2.24-5.pgdg+1+b1_arm64.deb
Size: 187864
SHA256: 2dfdc052d94fc49637b05077904ac73f0f682faeb7e43d0e2ca5fb8fc92138b5
SHA1: c3b56cb6f1fdcfc41ce23d9923778c747b24f05c
MD5sum: 6a223f7c66036db6b5b5815f4d8c7969
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.
Timestamp: 2022-03-29 13:38:06+00

Package: libpq5
Source: postgresql-9.2 (9.2.24-5.pgdg+1)
Version: 9.2.24-5.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 517
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl1.1 (>= 1.1.0)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libpq5_9.2.24-5.pgdg+1+b1_arm64.deb
Size: 124464
SHA256: c2b3f1085380a73576b88bb85bbdb0b21d74056577ed1005686f998c1e0b0af7
SHA1: 61edfc7aa17f404017d321d2fe87c83762955865
MD5sum: d67bf7fcf56e3f92bcf2f08bd3fe112b
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.
Timestamp: 2022-03-29 13:38:06+00

Package: libecpg-compat3
Source: postgresql-9.3 (9.3.25-4.pgdg+1)
Version: 9.3.25-4.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libecpg-compat3_9.3.25-4.pgdg+1+b1_arm64.deb
Size: 24996
SHA256: 7e3f5ccf6ee9fd1c04394dccdbc81600e0af572e7ecbd1018c99fc288a8bb1b8
SHA1: 7a08bc9e9a4b0f57e1397680964d49eb0e308d98
MD5sum: 88d9d470751266b0a1f7f43714941fc9
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.
Timestamp: 2022-03-29 13:38:12+00

Package: libecpg-dev
Source: postgresql-9.3 (9.3.25-4.pgdg+1)
Version: 9.3.25-4.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1065
Depends: libc6 (>= 2.33), libpq-dev, libecpg6 (= 9.3.25-4.pgdg+1+b1), libecpg-compat3 (= 9.3.25-4.pgdg+1+b1), libpgtypes3 (= 9.3.25-4.pgdg+1+b1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libdevel
Filename: pool/9.3/p/postgresql-9.3/libecpg-dev_9.3.25-4.pgdg+1+b1_arm64.deb
Size: 212956
SHA256: d1e9e4df9977bc2d46c06117a9e734b29f76663790f1cc2ebda7a2a7cf187a00
SHA1: 5f1065e8dc498d5e0575369f64a4f241f50be5f5
MD5sum: 0b131d55f39ccdef1308092a0f1d894d
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).
Timestamp: 2022-03-29 13:38:12+00

Package: libecpg6
Source: postgresql-9.3 (9.3.25-4.pgdg+1)
Version: 9.3.25-4.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 376
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libecpg6_9.3.25-4.pgdg+1+b1_arm64.deb
Size: 84964
SHA256: 2a8967d52d82c57ce056de0d6ed0fdf2f81d44f7b099a1a21e126bd58f6d3a54
SHA1: 898dbb5a335419061653d129c6e8d56d4aeefa2b
MD5sum: ada4dd7a09ad3ccf19cfbb580c4ef3f9
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.
Timestamp: 2022-03-29 13:38:12+00

Package: libpgtypes3
Source: postgresql-9.3 (9.3.25-4.pgdg+1)
Version: 9.3.25-4.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libpgtypes3_9.3.25-4.pgdg+1+b1_arm64.deb
Size: 46152
SHA256: a179f67d35702d83b31b651c8120612dd1aceb584c167586210df223104d1768
SHA1: dc63081fe4e6f0f9c62081347505def782150613
MD5sum: 6c2c6063d77badabb2fe6a04d104bf8a
Description: shared library libpgtypes for PostgreSQL 9.3
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-03-29 13:38:12+00

Package: libpq-dev
Source: postgresql-9.3 (9.3.25-4.pgdg+1)
Version: 9.3.25-4.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 707
Depends: libc6 (>= 2.33), libpq5 (= 9.3.25-4.pgdg+1+b1)
Suggests: postgresql-doc-9.3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libdevel
Filename: pool/9.3/p/postgresql-9.3/libpq-dev_9.3.25-4.pgdg+1+b1_arm64.deb
Size: 157056
SHA256: 12afe7e49e62afb15b53fadc55148f2867335de084b7b3cbf2c7d2ae869a2b79
SHA1: e8108df15a0f30d54811b64f6b1d34e0a554db12
MD5sum: e9aa43f2978e9ee0daed1b3093584e74
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.
Timestamp: 2022-03-29 13:38:12+00

Package: libpq5
Source: postgresql-9.3 (9.3.25-4.pgdg+1)
Version: 9.3.25-4.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 531
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libpq5_9.3.25-4.pgdg+1+b1_arm64.deb
Size: 126988
SHA256: 89608d5329b5ff3e5aca6f988efdac51078b7e05e15093d2b6decfaa04d73741
SHA1: c48ba8aa31055244bb27db1f50c59bef8d699150
MD5sum: e2cd6d7d52a0183d81221502845fdfee
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.
Timestamp: 2022-03-29 13:38:12+00

Package: libecpg-compat3
Source: postgresql-9.4 (9.4.26-3.pgdg+1)
Version: 9.4.26-3.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libecpg-compat3_9.4.26-3.pgdg+1+b1_arm64.deb
Size: 22856
SHA256: e251d134d48e1d080f4e1f5de7e972b3eaf00b18b099837273dd34da20710c8f
SHA1: 3098a4969e0dacc6404de666aea5daa3074f9e93
MD5sum: 26efce5f8ef2c71d38016ce895df51ef
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.
Timestamp: 2022-03-29 13:38:17+00

Package: libecpg-dev
Source: postgresql-9.4 (9.4.26-3.pgdg+1)
Version: 9.4.26-3.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1092
Depends: libc6 (>= 2.33), libpq-dev, libecpg6 (= 9.4.26-3.pgdg+1+b1), libecpg-compat3 (= 9.4.26-3.pgdg+1+b1), libpgtypes3 (= 9.4.26-3.pgdg+1+b1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libdevel
Filename: pool/9.4/p/postgresql-9.4/libecpg-dev_9.4.26-3.pgdg+1+b1_arm64.deb
Size: 214920
SHA256: e5cd7b07ef8fc8dc2128515f28e61e0e33381179d27beabb19a7e9f6d33fd3d6
SHA1: b33c2a9e4ffb26f8dc9d0877ce4d82cadba514e7
MD5sum: 8468862609f2b08027adb18a76fd0abd
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).
Timestamp: 2022-03-29 13:38:17+00

Package: libecpg6
Source: postgresql-9.4 (9.4.26-3.pgdg+1)
Version: 9.4.26-3.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 389
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libecpg6_9.4.26-3.pgdg+1+b1_arm64.deb
Size: 84348
SHA256: 840677f3b9fdc7f7efb7ab58e8c0de7bf1e3b0b4ddb2de5731d4dd8168317fbb
SHA1: a7513107e1e6af1ae5045fb5a12bd09ca7387e98
MD5sum: 4b6e36bcaf535895b61b373af4af2012
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.
Timestamp: 2022-03-29 13:38:17+00

Package: libpgtypes3
Source: postgresql-9.4 (9.4.26-3.pgdg+1)
Version: 9.4.26-3.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libpgtypes3_9.4.26-3.pgdg+1+b1_arm64.deb
Size: 43800
SHA256: 255668032192f7992981ed3e95058e6c8d18cf262c9a087bc15e096502c0dcf1
SHA1: 9ffa9201c881d608e52ef1098dc65771d487fede
MD5sum: e8cc40c7d446a13bf3475f2393ac040d
Description: shared library libpgtypes for PostgreSQL 9.4
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-03-29 13:38:17+00

Package: libpq-dev
Source: postgresql-9.4 (9.4.26-3.pgdg+1)
Version: 9.4.26-3.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 712
Depends: libc6 (>= 2.33), libpq5 (= 9.4.26-3.pgdg+1+b1)
Suggests: postgresql-doc-9.4
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libdevel
Filename: pool/9.4/p/postgresql-9.4/libpq-dev_9.4.26-3.pgdg+1+b1_arm64.deb
Size: 155844
SHA256: 13de6bbed66b6ed606ee8971efd88c80f9d87e3a6777ac617a3992ed9c1c3d44
SHA1: c954f00cf004f8af40f9da9738a6e3a194e29c38
MD5sum: 6fcf4f5a37264d9578b498aec684bc47
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.
Timestamp: 2022-03-29 13:38:17+00

Package: libpq5
Source: postgresql-9.4 (9.4.26-3.pgdg+1)
Version: 9.4.26-3.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 534
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libpq5_9.4.26-3.pgdg+1+b1_arm64.deb
Size: 125964
SHA256: ddbf6154721588c4d2356365a8551e41902d5ac9230a7e0d2cb49c1dac1c7fdf
SHA1: 79aad905031341e325d9b264bc234f7b379e2a89
MD5sum: 3a6f2bf3de6791f92e60c1fbce54e0fe
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.
Timestamp: 2022-03-29 13:38:17+00

Package: libecpg-compat3
Source: postgresql-9.5 (9.5.25-2.pgdg+1)
Version: 9.5.25-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libecpg-compat3_9.5.25-2.pgdg+1+b1_arm64.deb
Size: 23720
SHA256: 46b6247485f60675b5136cffe0cd3f363ef7329ae508f9b50ce254292d296603
SHA1: 0d54751135af62935b4757ea72c620a19743e5df
MD5sum: 3f9953102981ab65bca843e6b2b9e50c
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.
Timestamp: 2022-03-29 13:38:23+00

Package: libecpg-dev
Source: postgresql-9.5 (9.5.25-2.pgdg+1)
Version: 9.5.25-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1153
Depends: libc6 (>= 2.33), libpq-dev, libecpg6 (= 9.5.25-2.pgdg+1+b1), libecpg-compat3 (= 9.5.25-2.pgdg+1+b1), libpgtypes3 (= 9.5.25-2.pgdg+1+b1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libdevel
Filename: pool/9.5/p/postgresql-9.5/libecpg-dev_9.5.25-2.pgdg+1+b1_arm64.deb
Size: 221380
SHA256: 972b6f2af61414e58cf5cdaa55c6a74dec68800c4db457f646dc943de74fc799
SHA1: 762a7918ae0541b1c4b165765dc4f7c70d6f5142
MD5sum: cec4ed736d04cb2beae18095783b0f93
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).
Timestamp: 2022-03-29 13:38:23+00

Package: libecpg6
Source: postgresql-9.5 (9.5.25-2.pgdg+1)
Version: 9.5.25-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 414
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libecpg6_9.5.25-2.pgdg+1+b1_arm64.deb
Size: 88256
SHA256: ca09b209366784e25bc1adc7393ae28e13ecf623361e5124beaf006a9a068c9d
SHA1: 2717c5f349c971fac4ec3f616b06945cc1c7e9a0
MD5sum: 31b7fb27f351788d70c6b61fdd364608
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.
Timestamp: 2022-03-29 13:38:23+00

Package: libpgtypes3
Source: postgresql-9.5 (9.5.25-2.pgdg+1)
Version: 9.5.25-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libpgtypes3_9.5.25-2.pgdg+1+b1_arm64.deb
Size: 44652
SHA256: 831abd1eb1d924ee414413659937bbeca1243e837895e506e7311f5dda9e2c2a
SHA1: 433bff5989146d77154fb3e0e465e2513fe68952
MD5sum: 114e7f4b6a9b8669523e35a23387a003
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.
Timestamp: 2022-03-29 13:38:23+00

Package: libpq-dev
Source: postgresql-9.5 (9.5.25-2.pgdg+1)
Version: 9.5.25-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 732
Depends: libc6 (>= 2.33), libpq5 (= 9.5.25-2.pgdg+1+b1)
Suggests: postgresql-doc-9.5
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libdevel
Filename: pool/9.5/p/postgresql-9.5/libpq-dev_9.5.25-2.pgdg+1+b1_arm64.deb
Size: 160752
SHA256: d8efea1bdb08f34bdf602abc7e89bc9bbcfc0dc3f6db1d188420def8400edc21
SHA1: 7c4458765e00f9ee40ab081d2973da54deda1604
MD5sum: 765e6d26f48912f8f22c22e8fe3648ef
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.
Timestamp: 2022-03-29 13:38:23+00

Package: libpq5
Source: postgresql-9.5 (9.5.25-2.pgdg+1)
Version: 9.5.25-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 592
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libpq5_9.5.25-2.pgdg+1+b1_arm64.deb
Size: 136960
SHA256: 7564e592878d6b25e4099ae0683d1e7d58c149ea8df1d215a8907f66f3af246d
SHA1: 9f2c2bdd6da6cb5c0d6953a68167bf0d51a6c70c
MD5sum: 57e31aee123e4fa61001a0f57cc16033
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.
Timestamp: 2022-03-29 13:38:23+00

Package: libecpg-compat3
Source: postgresql-9.6 (9.6.24-2.pgdg+1)
Version: 9.6.24-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg-compat3_9.6.24-2.pgdg+1+b1_arm64.deb
Size: 23752
SHA256: 16f133acfd979fe27af1968f183a1a876bd85484f8c4c1b06054d51d399e49bb
SHA1: 13950067fcfe06962a6295ec9e39018383612c10
MD5sum: 37ed49a37478257d10c6341232ff058e
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.
Timestamp: 2022-03-29 13:38:28+00

Package: libecpg-dev
Source: postgresql-9.6 (9.6.24-2.pgdg+1)
Version: 9.6.24-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1181
Depends: libecpg-compat3 (= 9.6.24-2.pgdg+1+b1), libecpg6 (= 9.6.24-2.pgdg+1+b1), libpgtypes3 (= 9.6.24-2.pgdg+1+b1), libpq-dev, libc6 (>= 2.33)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libecpg-dev_9.6.24-2.pgdg+1+b1_arm64.deb
Size: 223872
SHA256: af4ee1a2dffdd32edd5569ec2fcd72c6e47a67a88c944884d1605c7b31112b80
SHA1: 14fd11b57a50bc77c505b7de952c802418f53a63
MD5sum: 80196151b36367956e8d43cbb3b37172
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).
Timestamp: 2022-03-29 13:38:28+00

Package: libecpg6
Source: postgresql-9.6 (9.6.24-2.pgdg+1)
Version: 9.6.24-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 415
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg6_9.6.24-2.pgdg+1+b1_arm64.deb
Size: 87532
SHA256: 827e1c2fba558ab929a97f98002b1b628d2120adb83d670eb43c606623156435
SHA1: ad78624bc2a0b2853452b1e18d33ba1891d5c751
MD5sum: ec481cb2014629c8688320a0e5d831e7
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.
Timestamp: 2022-03-29 13:38:28+00

Package: libpgtypes3
Source: postgresql-9.6 (9.6.24-2.pgdg+1)
Version: 9.6.24-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpgtypes3_9.6.24-2.pgdg+1+b1_arm64.deb
Size: 44756
SHA256: caea3ecf51b5e6a2a6f8d1faf8af76a7916ba47312d93b5668f17e5e41462d67
SHA1: 52c933adee3c8bc030888214ce6197f296cb4f62
MD5sum: acf159df1472f15c4aca3774d5d59db7
Description: shared library libpgtypes for PostgreSQL 9.6
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-03-29 13:38:28+00

Package: libpq-dev
Source: postgresql-9.6 (9.6.24-2.pgdg+1)
Version: 9.6.24-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 736
Depends: libpq5 (= 9.6.24-2.pgdg+1+b1), libc6 (>= 2.33)
Suggests: postgresql-doc-9.6
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libpq-dev_9.6.24-2.pgdg+1+b1_arm64.deb
Size: 161720
SHA256: a9b7ec874c7c304af960f9fa2941fa260dacbb3540ee0d7eaaac0ff14b39460f
SHA1: b8ae9a354e24d6a992bac357ce0a13a6292ed8d5
MD5sum: 176f97664baf36890d429be58e8cef67
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.
Timestamp: 2022-03-29 13:38:28+00

Package: libpq5
Source: postgresql-9.6 (9.6.24-2.pgdg+1)
Version: 9.6.24-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 603
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpq5_9.6.24-2.pgdg+1+b1_arm64.deb
Size: 136752
SHA256: 83287f67b5e053120f333904967169f2db6b5783667376db0cf9ff7b8c456fde
SHA1: 4ce8f77811c756bae90e94c46ece4de406653ec1
MD5sum: b43f9bd45bf4887883974ef4e373be34
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.
Timestamp: 2022-03-29 13:38:28+00

Package: libecpg6
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 224
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-14/libecpg6_14.2-1.pgdg+1+b1_arm64.deb
Size: 54520
SHA256: 468fe174e1724ca31f9e785b46d1197e9ce65e3371fc01c8e5fef601d768a484
SHA1: 4bcef2dc61481dc9806585776ff76ca9ece0758d
MD5sum: e90b1e37e8bb4bb56bd2847b0f281bdd
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.
Timestamp: 2022-03-29 13:41:23+00

Package: libecpg6-dbgsym
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libecpg6 (= 14.2-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libecpg6-dbgsym_14.2-1.pgdg+1+b1_arm64.deb
Size: 112076
SHA256: 65f5e91698dd49fd2be8365b4525a5325c44dfbd59217267045965676b1a744d
SHA1: 8f53c5cd99e1d1ccdd78661f09ad783e1d3b98a8
MD5sum: b78c284561948fc935005f695693e33e
Description: debug symbols for libecpg6
Build-Ids: d33575e04b894bd2cbb231134786b05bc4a8cb2a
Timestamp: 2022-03-29 13:41:23+00

Package: libecpg-compat3
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-14/libecpg-compat3_14.2-1.pgdg+1+b1_arm64.deb
Size: 19956
SHA256: cbd39465b66be20c598431587aa0952847f3790f77b20e94aef9fcb0195fdcd0
SHA1: 21843cc90ba1428273efe9f6715191a591768748
MD5sum: afd46e90bb1d157116a857020f12d321
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.
Timestamp: 2022-03-29 13:41:23+00

Package: libecpg-compat3-dbgsym
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: libecpg-compat3 (= 14.2-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libecpg-compat3-dbgsym_14.2-1.pgdg+1+b1_arm64.deb
Size: 38120
SHA256: 7533c74cee9139c517717a8732d7e74b5a708ccd0e3f54753fb7901d3ee30fb4
SHA1: c8d9941b04f070318cb002d2d8855999003a6ae5
MD5sum: 0e9e9405b69732e3a3bbb79189130b41
Description: debug symbols for libecpg-compat3
Build-Ids: 262501edd407e62c7a0175d3393d2ce817abd662
Timestamp: 2022-03-29 13:41:23+00

Package: libecpg-dev
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1547
Depends: libecpg-compat3 (= 14.2-1.pgdg+1+b1), libecpg6 (= 14.2-1.pgdg+1+b1), libpgtypes3 (= 14.2-1.pgdg+1+b1), libpq-dev, libc6 (>= 2.33)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/libecpg-dev_14.2-1.pgdg+1+b1_arm64.deb
Size: 269492
SHA256: 607d05f5135898afd6e3c770183661382dbaf99a404694831f14f0ae774928f9
SHA1: 95ef627808484c116a8c38ddc9f719e7202b1c3c
MD5sum: 6f8dc58fd11b4969f22fb77672f8a753
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).
Timestamp: 2022-03-29 13:41:23+00

Package: libecpg-dev-dbgsym
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 279
Depends: libecpg-dev (= 14.2-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libecpg-dev-dbgsym_14.2-1.pgdg+1+b1_arm64.deb
Size: 238032
SHA256: d7584a221e83010f004b4c1b8f71525e1c50ebffceda5ce44ad5b9ebf076cafa
SHA1: 5e37a3aa5ccb67c5883b1d7aa5e3c8a8bae90898
MD5sum: 4deb32cdd618e2889aebd347a6933f2a
Description: debug symbols for libecpg-dev
Build-Ids: 7670a95ddee9c656aceadadb3928ecdf08c2e86f
Timestamp: 2022-03-29 13:41:23+00

Package: libpgtypes3
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-14/libpgtypes3_14.2-1.pgdg+1+b1_arm64.deb
Size: 40456
SHA256: 661e55e4d324f82971aab6539094ad0bca0c91526c5f46241b1ccc992dc99e05
SHA1: 9efb955e408b260adf3ca4778bc40bd87fb6126f
MD5sum: 8396c858425124c729cf2cd13a4559c5
Description: shared library libpgtypes for PostgreSQL 14
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-03-29 13:41:23+00

Package: libpgtypes3-dbgsym
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libpgtypes3 (= 14.2-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libpgtypes3-dbgsym_14.2-1.pgdg+1+b1_arm64.deb
Size: 87068
SHA256: 835dbbdcac4a52d49926e39076d780e50af4aee9a1cd94f729dcd01d86ac1770
SHA1: ca3de49496709c955026f077d8503ceb836d96e0
MD5sum: 28709f21ab5651c952c33d903acd2dca
Description: debug symbols for libpgtypes3
Build-Ids: 579e21cc11486ab1d68692e5a97faa11ff176922
Timestamp: 2022-03-29 13:41:23+00

Package: libpq5
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 747
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-14/libpq5_14.2-1.pgdg+1+b1_arm64.deb
Size: 164408
SHA256: b31890a78b7675eaa6a17a9097e5d3bf0c621b79a22ed037cd952e24817df1be
SHA1: 8cfacbab9117e492eabf733fa9be1e3d8218b334
MD5sum: 5d1b8235b99a0a8d651a8f33de3bc298
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.
Timestamp: 2022-03-29 13:41:23+00

Package: libpq5-dbgsym
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 301
Depends: libpq5 (= 14.2-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libpq5-dbgsym_14.2-1.pgdg+1+b1_arm64.deb
Size: 265984
SHA256: 0aa527a2b5eeb327ff8d6d55b5d9a157615a6f5fbc9cdb933a91f772ba7fe4ef
SHA1: cc7b5d9d6d4bdb5ec875e4d607981cbf07050396
MD5sum: 86701cdf0de397a9625552c6fc436a8c
Description: debug symbols for libpq5
Build-Ids: 17ae44c4d51b45442dba8bfc0d99b0a887533577
Timestamp: 2022-03-29 13:41:23+00

Package: libpq-dev
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 569
Depends: libpq5 (= 14.2-1.pgdg+1+b1), libssl-dev
Suggests: postgresql-doc-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/libpq-dev_14.2-1.pgdg+1+b1_arm64.deb
Size: 134804
SHA256: 7745caca71ecafd5baddd3f2e0e8ae79f6bf510d3d0a550c318d0ea9927998d6
SHA1: 5ae74b36d911edf3ee166e89829848294d7f97db
MD5sum: de0506bb7426178fff44f91167a86bc9
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.
Timestamp: 2022-03-29 13:41:23+00

Package: patroni
Version: 2.1.3-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 813
Depends: python3-cdiff, python3-click (>= 4.1), python3-dateutil, python3-pkg-resources, python3-prettytable (>= 0.7), python3-psutil, python3-six (>= 1.7), python3-urllib3, python3-yaml, python3:any (>= 3.5~), lsb-base (>= 3.0-6), python3-psycopg2, python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_2.1.3-2.pgdg+1_all.deb
Size: 161228
SHA256: 824c4ec6dc04de01d3ed5117c0c89dccc51416c6fafcea4365d22d9943d4c6b7
SHA1: bf64c92b8b78ac7fa6a47f5177e5f9e30e7ec4b0
MD5sum: 48d9933fa6cf540c74ad8d805699413f
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2022-03-29 13:41:23+00

Package: patroni-doc
Source: patroni
Version: 2.1.3-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 931
Depends: libjs-sphinxdoc (>= 4.3), sphinx-rtd-theme-common (>= 1.0.0+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_2.1.3-2.pgdg+1_all.deb
Size: 127564
SHA256: 9d6d390112782df3afaba4fb6392f3bd72856b4181874df2d1d30bc5fb49b608
SHA1: ad9d676f14aef22d23c96bfb43e05124c3d01418
MD5sum: 3ad3949c1aa7bc8e90b94b994ab7ba0b
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2022-03-29 13:41:23+00

Package: pgbackrest
Version: 2.38-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 927
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.33), liblz4-1 (>= 0.0~r127), libpq5, libssl1.1 (>= 1.1.0), libxml2 (>= 2.7.4), libzstd1 (>= 1.4.0), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc, check-pgbackrest
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.38-1.pgdg+1_arm64.deb
Size: 333280
SHA256: ca84b73643593b58f8cf3a7f2d752fbbca8d2ff7fe2f5727d5995621ada6dae2
SHA1: d00297c72f25561e34d74cace0ab0960f01955b6
MD5sum: 47dbcf7d73dda44e65fe6e4ccd7add40
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.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2022-03-29 13:41:23+00

Package: pgbackrest-dbgsym
Source: pgbackrest
Version: 2.38-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1177
Depends: pgbackrest (= 2.38-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.38-1.pgdg+1_arm64.deb
Size: 1080300
SHA256: dba31a9c5ba1da32f654c9aa8fa243c05e1fa70ce270755cd7dd54af4ab2fc1e
SHA1: fcb5237f8ce6e7024ae4f58d536f957c0856dd67
MD5sum: fd8f7d7bca928b6ca4c9fcfc9d12632a
Description: debug symbols for pgbackrest
Build-Ids: 6a293bab58bf4ea2adb0148a4886f82952a4581e
Timestamp: 2022-03-29 13:41:23+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.38-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1493
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.38-1.pgdg+1_all.deb
Size: 121216
SHA256: bf52397a00c80455f798a3921574a5484ef25a5655f978aff596d8677d3e71ab
SHA1: bb4b00451bb2b4407b2b6beec4aaea5291a62852
MD5sum: 65c46ddf4f3662061fd1c5b3e4d882a3
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-10
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24170
Depends: locales | locales-all, postgresql-client-10, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.33), libcrypt1 (>= 1:4.1.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-10
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-10_10.20-1.pgdg+1+b1_arm64.deb
Size: 4921372
SHA256: d3f39d5b3af04bb54e43ea2580d9e93d89358a263f3b44e797ef8cd5116290e1
SHA1: d86229265ee263900af2e90caee29adf52e30c4a
MD5sum: db2bddbf647daaa285300e3f5409ef94
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 10.
Postgresql-Catversion: 201707211
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-10-dbgsym
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13522
Depends: postgresql-10 (= 10.20-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-10-dbgsym_10.20-1.pgdg+1+b1_arm64.deb
Size: 12046548
SHA256: a12616012c1b3a7cb05a2450341670479a572a53cf250af6353aad26fdd0fb30
SHA1: 0a41b25b1513876b4c296fdf4e1628d2e92ea1ec
MD5sum: aca411e7d08bc9bab149b667cb713bea
Description: debug symbols for postgresql-10
Build-Ids: 0151be56593f869f9f1680ee373cedbedd4fbc51 090f9cb62102fe842fd90e134104ab22a090fd2f 099b719e87dfb265441fec386ffe1482690e0a30 0b069e7ceeb71391b98f6500de1c2217eae8210c 13aba816f9dc17aace84e2ef59448518656c54f2 13fd0a57045d272faa93783ec00e6ce7f4b06256 196d613bc87a03c3c327ade0a3144468c6db12de 1b41f751c606f0328ba72b7775ab11f14c8d6228 202c1a8c70d6474a52f5f6167ffab94e82eefcbf 214909eb8eb404a80e72926919e90cc3b768785d 261b0b1c5cfd302cb3b53b2537a695b48af0a3a4 2953c105a7308df831133e61ebd0cae2a56f8363 2e265a194c3fd81730d663f32f9e5c2faba2686f 307af6fdb02dc5dc235268de2ab57d773e614089 330b3587841ff5c101f8bf3b9d9c0d60a405304e 334aaf67b26ddb3983c37158cd8bcb0c75e7ba45 33e702cf7077670446ebf4b1e3dde7084d506a55 3458381aae7204807822c03a37e249e801563a7d 3707612a1897c68560c1b5e8684d3f64385a4551 379df8d6b21536c5b1a4392c36b9a20ed2eff6d7 3deb588cea3566dc2be4d93e3485f7115a37c21a 41645eac133975b3aa1bf290ef6372e8b09ac8ae 44e39b75ecd0e7e330c3c8cf1ff52f3708399396 45ab8e3ecc9886e2c9a8a0725a99cd68ccdce464 4c669c521501b466256162fe278c1908a2874d8d 5bbf6c751ed343215523e3f29d378eed8f60c515 6347570eaa3ad6166b392a4c02bb9f05df5403e4 639d958bc4e62c96b3082e329bb766b8430c57d2 64f89a0e90041e25f9c1c175cfbc71ec945702c9 65b37ce41dafe02df1abd6857004e029643f5ed3 6938453840928fee1f0ce159e2dba3c54c09df4d 69f46d920b150839e5556e308ee21d4f5c8a1bed 6edd205ef5389c4b5322c9b8b108f9acaf1d3e77 76e234e49efb4a041bba4747b95dd30fb9ec54f1 7730b873c70ffbcf32cd1cc3c16a6474e159a808 7acdf922a459e01550818814126b7cebd00b4617 7b35bfab95537db42a5d44822cded34f28f39ab2 7d02e8df9eec46bf171bae30e5f7d3a8140e2239 7e3ca6127e8152a052ce1b3f36650b3475096b07 7e51baff8e429e2a88d47ee39c7308274c8df833 8299534ba009ee4ce16792a076cfd09333579aae 834b04624126a9f20bbdbe87e09233783593a958 84d557908142d1c97f61e875a1a98c2e81ce1e34 8b423424b21a57def0f1bd277ecf3c82f68b43fe 8e05335f5850c9afca8c654cfe37608916599bbd 903a83c761fb8c149b009df8409e9ccb09b51657 920629061cd5a7fb880f6e0e86ab7aa84c26b641 923abe1a3da88b00d309f72973bcabc6e94967da 948c8005560aa415ee48b4dbfd9ebc9c73cf29c3 9a5cd6c066190ef551463076b3f26705b502a703 9bd5747e1a519a7c8133932049796a3618359a0c 9ce5fa9489dab0043a81cd788adde08126ce0ad0 a38ff47e5d740f37a890a39592436c5538f32025 a51f21b3230cab2971fd00250c1a70e33927e3cc a52a135ec0376144d1e09f05f8d1ae8598495508 aa90035c64c1ea812a37499f79ea7df5453579e6 ac09af0f549928791b377a91efffc970d56a6f1c ad448b304331d4f6d38e8065bd1dcad27dc2813c ad79fbad40976ce66c729c12fb466d92b3d37425 af1ee3fba207d4478e345ebd779fa3c238551fb3 b82551fd6d465a8dc6e59a6aa524b98deb93cc5e b872680c02e5e6bb5c11444ef0a5032982175880 b9fe6e87212dc3e28bd86b08c555a5e4b893ad2a ba57ea4d63bdaab401ce6006b96a606a6af205f5 be54e330184c2ede49be627e1bcb0ebccb63016f c1a5935c701e134b873ed9f3a6a9891b0d85e624 c368706ba4001d3fe9c415df00d9eb9c3514f1d8 c5ed1b086c331f3589dcdca7554e77c08fea059d cab2c753c1fc450d09b11ad2a5df2927b13ea660 cd01b2f390f859ecf66c33c7d6d41617c9c6cb0a cd783c2f3ffda46f6d7f5ce8d4e97ef645aae353 d0de8b986e5e9c827b2c79f58bd5352a4da4b30e d3aa52ca9c2cab06a503550e484cf40c70144ed9 d3e27f8dfd57953795ac5514ffe93d06fb9d35ee d77d0edc700ebb3c23c0483aaeafe788e0c8f98c d84168f9b4277d0fe8c469432c340d3faaa13899 dac6484ca54f95cfddd3cffcd06585624912d566 de0480df8c383111fd75c7b9cd801ff21379de46 df880b86288b6c09d50f243e8cdf510071b1368e dfa2d7d6f08f1eee5aabdc0ca9020d66505ed1bc e2d202b19602a70e1c09538ad9cc7a30a775a557 e5456f490f457cd0bdbe4c4ee1b39187f3563e6b e9a1b18d98c6414661212aa3340df450a1404504 ec8957cf9804a5a39a932cc052f825a8e006ec3f ed39408ed4799d6cdbae680db0fd04fb73142745 edde1b7bcafcb417c8890d4c3803fa8b9b8bdb9b eea4702ce5e1ecc3aa6737803e69062158da9232 f14d649b33c5a2e770e3b8b3a2344974cfa85c64 f1d363b7f8c94c54644d9593167b8c0797ea166a f62cd69a2eb8aa4c31e66034df1fc8fc9373b9bc f65b6df3e404e45f0f0658aa42f13effbc1f2475 f65b85ea937b71b7b451068ce1c70d0f1db2ab92 fbce03429433485f6427de5a680a2ebcab949adc fc38dcdcf4ba9198849126e9b250c01bb8d655c7
Postgresql-Catversion: 201707211
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-10-pgaudit
Source: pgaudit-1.2
Version: 1:1.2.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-1.2/postgresql-10-pgaudit_1.2.4-1.pgdg+1_arm64.deb
Size: 19956
SHA256: 68ef73df80eb0717413e42ad01362c1f95ae9f94a33fddf3d88aa769aadc1c10
SHA1: 175453388ba632810cd3d036d1bb29fd9a0ef3be
MD5sum: 82acf0bea0daa0cc9e039201a42d9e09
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-10-pgaudit-dbgsym
Source: pgaudit-1.2
Version: 1:1.2.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-10-pgaudit (= 1:1.2.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-1.2/postgresql-10-pgaudit-dbgsym_1.2.4-1.pgdg+1_arm64.deb
Size: 42312
SHA256: 642b283bfe1bfbef759931cefade44e60fc463f687c51bae37705b85babae237
SHA1: e2e224717d635d37cc7a75a2c77f0672ccabaf17
MD5sum: 80a8dd268160a09340eac9d00da6e7ce
Description: debug symbols for postgresql-10-pgaudit
Build-Ids: 0575a9692cf320d09ce0ff0d072cb300273309df
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-11
Source: postgresql-11 (11.15-1.pgdg+1)
Version: 11.15-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47934
Depends: locales | locales-all, postgresql-client-11, postgresql-common (>= 194~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm13, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: postgresql-11-citus (<< 8.0.0.PGDG-2~), postgresql-11-cron (<< 1.1.3-2~), postgresql-11-pgextwlist (<< 1.8-2~), postgresql-11-pglogical (<< 2.2.1-4~), postgresql-11-plsh (<< 1.20171014-3~), postgresql-11-rum (<< 1.3.2-4~), postgresql-11-wal2json (<< 1.0-5~)
Provides: postgresql-contrib-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-11_11.15-1.pgdg+1+b1_arm64.deb
Size: 15163500
SHA256: 439b193f8cccbccfe876a187f3749c46d4a200df5ed2cf9c66b6e12b625414c0
SHA1: 0977327f78a2e85c53775c7c72e9b33317c08f5f
MD5sum: 539ec5746b1f418bdb632e3761256964
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 11.
Postgresql-Catversion: 201809051
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-11-dbgsym
Source: postgresql-11 (11.15-1.pgdg+1)
Version: 11.15-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15276
Depends: postgresql-11 (= 11.15-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-11-dbgsym_11.15-1.pgdg+1+b1_arm64.deb
Size: 13749684
SHA256: 080d8af5f8f9382b11496dbf5c8cfbb138cd4d87bb421e6e346e10efac65140a
SHA1: 1ee1f32de91b435faa9a14abde40145c6947bcb4
MD5sum: 17267e83ce1b0afba8495e9e93dfcd6a
Description: debug symbols for postgresql-11
Build-Ids: 0073be86b804e16f6eab5a7bcc94b5cc29825182 03333ec8a0545735a894af0f8d339e0ed83713b2 041d15ec93a3b4f3ee367d327ceacf7739963878 057e732994765163390ed0d7710cbc7fd16c1f39 0695c59397a76a6b02df1ea2ceb8d3982f609383 0a3ec1035f5e1c0187cee8031909cb4fbe4cc2a1 0a7faf8f8c89e2a75ef6eae024137cffc1c18e27 0b94580467b3e35acba5f67835f9cc7946d80f0d 0dbaaa1881067f220957c60d6eaa34beea9fcaa5 1070a90804989543d1187eecfcb6d835a43e0b09 128c8fd37254302321530793f8ed8ff198a3d55b 1379d7d3449e25df7b3c79addbc4af276a0a6c08 13cf981d0520ab9b402ae2e14b8750ae29deb421 1450332f8b45869be26af7c004e1d2a996dd9013 17bff9ae4c7cd2a253d84ed5fcf6528de16ab889 1870492195e542019d39ef95ce8f955807a71497 214cb65dcbe76471379be4389ff03777227b2112 24a46a9397ecb5ca12f99849f34a21674cbeada2 2a1603fd805d558a612e3fb12ae6c82ec4652ed1 2cc67bbe2a1f5af10124782a472f3cd42365be15 2ed75ff0d2b257420e13c4fa18bc19e9dca1a2af 3151115e9a00e1d155f628bf4be0ad892e2f3118 35d2cf70c8d98cb7d287752ee67d105123cbb981 37bac21a0a3b5aeee2801eade0e59a975f8f930c 37eda5572912565ce19978498988a7c1da8ed02b 3813ee66ba9b7a6bd08b8ccb0f32109f952120a8 383c3f02157ed7c24a2004d62f20a5090f41a51c 394cead42da2b94fad96dec19ff7b5799fe814e7 3ae6430367c9d1e2f59181ab4267390eaabd15aa 3b449c8776a8005453c560a337ca01567c58047b 482d7d1f1a4fb1356ec4c05e4ed3ca06b071d866 49e633c87a371d24e34e370fea0dc2e0993656f0 4a0a00727551eff191edfef551dad83ff8d084c0 4a6429a68841dc37df90811f8576a5c5b8b8063f 4ced5d4f48a1b4ad50ac84c94d429cbc7b572dbf 4f2e6d4b9a34985e1eb8cad66b80073cb06e68d8 5468cf6f6452fd4bb7b0dfeeed92c92020fe7e81 54e248519794e128f3862125812bcd10142730c8 59e9589ac3a69cc39fe24ebece4afc2d522b8536 5c5e5e6aa0231b79bb4f89167e582ca6f67d6530 6507aa5c760f5077818e8a9ded80573dcd8587de 657ae16dfc074ccdba201cca562b188242df9089 6c244c96105d9cba84a457b8706ba5a2bf871a31 6c855eb9953cd1acde73c594b9517608cb1c5553 731352529d420980ead58a2bfa6ad5c989e72ca9 73d0ba7d8605cbc03348b3f8b9ef56e6ca6eccf5 7609fbe774d94cd26180934edc83f4b9ffcc139e 7676549dc742b0eaf4d89191ccd9ffd2963f9c11 7b2445b51ad7ff80b20a9dfcb3d2bd5c3f3c7c36 7ff4965ed714b24ba329cbe41ab3fd139733c61e 85d9b9cc5b46efc396a42715f544cefad38d1a2d 8a74ddc8a08132639406f5ff3b9724a8e390e2a2 8c1a1114f24b643a2a3803bf645957e2f11c3ed8 9d62af11d4a8581536f1ed12b5ff0094823e22cc 9e85044debdf63ef74cd774f68124b25d6541482 a0a678b4794058f09ec489a8880a7131c48d2e17 a1c08478f13e1a0798dc0d1a919c22d91aa8febc a43b42e2391a62d14aa844ffd71dab246fff905c a6adf2f8e0fb7e9e7b012185922d41f90c88f620 abba2a965a20774285817353cdf750c7d94c495c acc53f0097f44c09847ccd074c33b8243185b70c ad303629c9ef9a958c8f0495d9ab512889289fc1 ad7393db19db3471d942962f02627b36e72bd93b ad9559033244d55de3591912b4ccc40e9fad5e33 b04f73c0028028ac168be85524b1f2d9c5a27153 bc0cdf918a685f3e342fc017fff78e197c103a79 bd163bb4d3a137d3142118cd062ca05a00e02bf2 bd26254f6e82b41eb9e17103a8dee546bd700694 bdbd9b389b481915b1bbffc421fd9b115e8d42d2 c4ee6ff97d5bfdec7d3172e3c3fddff769309ac8 c5a2ed2224e5ec3f61e8466de63649fd2c1929e2 ca757c945678da0c3f9b9082fefdaf225d3cbc24 cb6bdd536a82a703ca336641f30d0b3634a2d9f8 ce357d3b4ba12d9e34ac894a2f6e1c7ca656bf0c d04e63439826bede7fc14da02a62292f5d924a72 dd41125fbfd87b50575bc37c03edb249bbf7be54 ddcdc8d7c54fe9f32eb8444ee1cc09d261bf04a1 de50c4cb1c67cc79d83ff7b98c9b073100a966db ded39c6b25308d2a01165be80b204d3fe9018155 e34dfef2f216c03fbd40eda201a446402cd99e82 e3f0934f2585068a50d4eda6fb9764828a790ca4 e48ad66f88a262ea899f9286bebf984bf2fca3d4 e4ca35f87961fc1ae049acc9ebb7b6a29843703b e53bfcd28fd3081a2825e477709088d01c74f509 e6ea4e43172f387450975403146e0288b5690e8a e73051677ea2583a7a0aca5d95ebee24a74cfa5b ee88352f0e79b7fc3ad1b3484e1c919ca48605a5 eebe2fb95306fd02f5f922b21f3628e3cf3d0599 ef1206a681b7d15960bbbb2076fc661e93a30e7c f2aa8a04062ad37fe8898eb2bb6c5c411fe7736c f78e7271055b0deca6280a69fc4b961205432563 fabc1e2c21dbc5090361b3ad7bd3e28d32f1c402 fb64b26f296115970edceca06494e1ba8ba1d969 fc39d63af02bd099316ae5259e6f91ad045fee94 fe4ec8469052b366d96d6af9b710f8301aab1cb3
Postgresql-Catversion: 201809051
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-11-pgaudit
Source: pgaudit-1.3
Version: 1:1.3.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-1.3/postgresql-11-pgaudit_1.3.4-1.pgdg+1_arm64.deb
Size: 46236
SHA256: 27c13c045a43fc0000ec481b90a2d0ab31815485c75ad18530e7a2b61f859e50
SHA1: 3e8e258198d516b8fd142fc585fe4d3c50760e2e
MD5sum: 231e226bfb6f2629ee2801d536fbcce6
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-11-pgaudit-dbgsym
Source: pgaudit-1.3
Version: 1:1.3.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-11-pgaudit (= 1:1.3.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-1.3/postgresql-11-pgaudit-dbgsym_1.3.4-1.pgdg+1_arm64.deb
Size: 42932
SHA256: d1f67307a12af6b8caceb60192121e483448d7d497d11079599964639f847cd3
SHA1: bf5e4cc1d5567b6675fe3827937e7b0e56cd1d78
MD5sum: 29932bb6e03b83ad30de438209697449
Description: debug symbols for postgresql-11-pgaudit
Build-Ids: b043c3ad45bd89856059eae69152d3a7730d823d
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-12
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50026
Depends: locales | locales-all, postgresql-client-12, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm13, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-12_12.10-1.pgdg+1+b1_arm64.deb
Size: 15783500
SHA256: 62818cbb4be3e122ac66f686b24663428881e3e5a0e0ea8756bc592e6dd07773
SHA1: 0de035dcb1eeef799e048fb0457f8ee1879601a6
MD5sum: f66415cbfd8c946eff1018518e6f65c1
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 12.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 201909212
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-12-dbgsym
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16394
Depends: postgresql-12 (= 12.10-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-12-dbgsym_12.10-1.pgdg+1+b1_arm64.deb
Size: 14816224
SHA256: 0f21ba71868e0d299b67c63484a2f6a823a82caf27e3a72bca5133e20991ae5b
SHA1: fc3383b06051ceb288ed7bd7823d6cbcf8bfc736
MD5sum: 5620c6d6713b01b2ae9c28da025bd6b9
Description: debug symbols for postgresql-12
Build-Ids: 06f89f7fa1342f1babdb42b8811c70cdfb9161de 0791a35f374b9f1aa229cb3b3731da89d3408392 0c3d86e27f29d73c548496a00bd198c287f05f1f 0dec50b0a4ce148179249087887231663c3fb342 0f83ad71b5009e377ccb690ebb028bd95ded3c78 1312d11533f452dc4f73ebfe72e0d23dd985a7a1 14e5fd585e27646a7910ea8a5d105a0346ebab93 23089cf7d61a6ef19c23d5e90a460f7535290287 281af3e0fd5281f6bdb79d00017f94dba357c664 2ae1a6653ac157ba3a76ea0a03999c659bd8ea40 2db7fc7e195f97e989d62c06972866ac0e264f2e 3118ea6d916ac9dde9f4760631fd793e3a3ffc86 321a8a339adfb76f388d2162ee6b6aa3488f9236 336f153c6accf3ec96ec9c4744267d2da6d88b35 35482d1ca43c8422edfb41d154ea164f92ceac98 36244e4e3abd83259b3ec33880bf3bd87b39c649 36f7c64c4ffb7e02aceb1db95bdaa590585aeffd 3f461b5434bb178dbaf6ca39cea793294a62ac4d 400e68d36377f6da9056b2956ff40ea791bc0304 4050a59221a54d73c7a1f0467dac1d6bf262d2d5 43487215bccb47dde2ca5efd7c6047e2e8269b45 48f7725b27ab6cdd11c04be074e2008385974cf8 4972d544c416fdbef0db1c723453f152164df8a2 49b49ea4bca9c724802f2cbf4ef3c5bb16fb4526 4a01ad830d7752b02c33d9582166b0b9bace2293 57f637f32eec38310019cb5b4fea90389e891f8a 5c43a1eda09a349b22d581616c039cb4f4648c53 5d211805119f2eee743c319b49fe0de2738892c1 5db4f5bc711bd86db011c0bbc2f107efb699edb3 5e594e967eb1bc3d0238e489aa0695f76c30ec92 5fd2bf39c0f3da25770dc3ec3d90781386092fc8 5ff5f6a5080e0abd88fd257c3eda9b5e2f5c6c46 61735fede7e0903c23f1ee959060f4b59afca568 627ed485b91e2ce50b09da90c584b4ac6001fd73 665fe2a14c7ffa2a44cb1611e399b71f115c26ae 67987cf12ae4ab6642d721a7e97b07536ef1cc03 6935d2c4dfc938298f088a6f6e3eb61d3f82ed11 6c5478123b9ebc29404a248a25040eeb0ce3f526 720025c38f0324839228e3e340b7d5491c991900 7220c8aa5f606e470719a6b97cf3db67d1c9d655 73f17419ae53ab2dbdbd1f6ee446582226e4ba11 758aba576c1f04cb55b477600cea5db41cfc0cc7 783ce3be5b3d5eee226601ba640601e8727fadb9 79b731265991701d39e5518ba81472ff4cf5e81c 7ad35e5da4d120ea1ffd3ef37a88f866cc57abdb 7af71849e0340dbe74f12292347ebd4e36d6bbd8 7bce71fb104b26bedbfdd7daf712e655b1afc159 7ce34198bf8a14f36fe5a3de1f5fd44e00a2106a 7e0b46876b55e27c500d4eeb49125b040c00f850 7e4e648d092696d9ad41d2868719c5ae89b4f664 85e5c9b28122f6237777b4a6cf11362e486c2a52 8667e89f92cf46099edae93654f4b538c90e7ec3 8dc2449a54deba33956fdb2f073ef3c7905dca2a 8dc76f84f0b00802330144bbc0f50d7f0f277fe1 8f42198d1d451da0510e0704bbcd456df1ad65f1 90e9ebd99ff955a19a24fd5a396ccbf6c6114bc2 961bfc736ae5a4346a54b51b0c27c47828767be7 9cfa9bae000a218f76f34ed1c3b92586c932ffbe 9d40f81c911a050007adb6382407a5507a3f8be9 a1382412fdbef557d7dfb071f26a4d0d5f40db45 a23da42ac6575110cf700c2330c2016d598932eb a2e20a565e10ff030169713903a6db1ee6b841a0 a92c00bc759321de2bcbd19ac5371b23a79110f8 ad690ba4e57b9c12e96d8064458b4bae78afd16b aedef8a3435bc7edfe4106b89489436d70c360cb b02a5e5bad8ec7cf1748215e8d6f4c5dc6715669 b232d2cb7c27695bd371595a997bbbfd86d32cf1 b6638d954a629e157c3736bae3bbbc2f275abf51 b90443a029d4f7961bdfc7f2a0a6f2aba9a4903a ba9f229b609f0567b4a8be240e39967e0e17b68c bd6acaa916878487c7896c55aa407c2ac30c3eb5 c08cd89ed5c0cfb51f571fff569ed4bd432de735 c0bbdd71075abfe1466a1406be05bd9973bf8f85 c8e69bb048d99ed0892dfff481d9e0425b49df95 cb2390bae49c8ccfc784c5503e45a9b999022f4a ce3505fa36713266a787d109846aaa6f37cb4759 d391782416cffd8f62807d203e8ba504935e7117 de86972a00fd9f0a193ac2990fa2c3b3416a0935 df85edc7890aa32fdedc6dc571276eb1b46b3e6f e336b0235c635bed24bb4af4c89c0dfcc2692947 e4950f70bd9e040023b7558d68b47224531e9dfd e57ae0b1d2fd9ac95e6918a991414d87c44c8b8b e97e5ebf7dfc3ef856d581094470b917872c6c62 eb7c048f7e42af0722c5c261fce41241e09ff83f ec4546b2d90f7588725e1b2c154262058ad96193 ece417e3309280b80f8d48fa40f3523746e53ffd eedcf09331175d901f586c523f422ecc7e89400a f15e87d6bc27880471d67c1a836dc167f3590153 f1efd91dc217e696508f121c2de931be02498457 f97ed8b7299bf178b58cb104db6fd7a8b21ae539 fcb8ed323826ef4bf1287c0a6bae642ccda8b86b fe96aee84a06fb7766efeeb5231416d93c82e2f6 fec7d776b90ffba98b6557b77d7efdb8f64e5554 fffb4c4385e337a63790ff11f8e21dd10b76fc2f
Postgresql-Catversion: 201909212
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-12-pgaudit
Source: pgaudit-1.4
Version: 1.4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-1.4/postgresql-12-pgaudit_1.4.3-1.pgdg+1_arm64.deb
Size: 46748
SHA256: 74b119c2a52d7c48cb818690f35a33c92769d363c123e7603cc81a852956d69b
SHA1: 60629a54c7c4260e3097281082ffe79191775356
MD5sum: c9d4e17e8b1c79d70714bf1680522d8e
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-12-pgaudit-dbgsym
Source: pgaudit-1.4
Version: 1.4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-12-pgaudit (= 1.4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-1.4/postgresql-12-pgaudit-dbgsym_1.4.3-1.pgdg+1_arm64.deb
Size: 44620
SHA256: 539a66abe21f90392d0ee41b0d9a987b17fb064c9e472992d079d8fd2d838a86
SHA1: ba2c01238771bb79dbb19cfaf2aca0575a83f691
MD5sum: d0cd16a7b3b80057ce70e552c648a357
Description: debug symbols for postgresql-12-pgaudit
Build-Ids: c0bb163b88b8dc21d87f636bd31f308faee269d2
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-13
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49909
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm13, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-13_13.6-1.pgdg+1+b1_arm64.deb
Size: 16090808
SHA256: 3945a234adc939da2653e1689a9cd6b8348261a17862e46e39300f18bdded034
SHA1: e0bb6d1aa9eb2a6af5a2601602895629a32b4e9c
MD5sum: 4189f415d0d371c55fc4fd95c98119b0
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 13.
Postgresql-Catversion: 202007201
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-13-dbgsym
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17208
Depends: postgresql-13 (= 13.6-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-13-dbgsym_13.6-1.pgdg+1+b1_arm64.deb
Size: 15597776
SHA256: 671367eac21dc577c50f892a1e332767615ee5ed4bdced3f01192674e3f15d42
SHA1: 7ab3e491a8dc81b5b3632ab4a254da272e373b38
MD5sum: a5965e95726047e6d818fef79086596d
Description: debug symbols for postgresql-13
Build-Ids: 01a5a79b87b1fe271d6872351c5b84f695703bf0 058f23966f941ee39d12d13a090a588c64a097b5 0a08a20e05d7c58f113d334be2eac92e4c7bd92c 0a123d27ae576e2c2e96fa1590f7052f63ed37a6 0f70e7345e920658337aca6cebd01f16aef5b09e 1153a5692f9b706722703eee791d9c0674aa2235 11fb4091400abdbd0a550153c5eba48e7528bc86 15ecd42e6dbba27b3bb81ad0adf56f3bc6f98f7f 1643e5888f2858c6686c4ba05eee86eaa1f0938e 19488d0e7e2568bc72dc074e96f83fbee9140cd0 1b19142d4fed514594f7831556b148b5ba0083f5 1b5e3829dd20baac9af0fbaa70be2fe209a8ca49 1c98f1cdf76b70e9bb82b407ea9536261e5f7435 1dd74381413a0d2124ed1bea9d01d576e5061ffe 1e1dbb020b368549a06c59a016f87cff023cd6c4 24e1e6fea85c5a9e7c0d18801549ebaad9221dc2 27f48df56b3c3566a7e2b3877fd7f0c8c5757473 31ec2290343ec9aa226a40041a0fe11c05ca9b83 338408aecdc16faef02db37b610d738696d62a4a 34f3465896e4745b01def3df75893ac5e09c9d8a 359cc352be82757e22f2fc3422d04f4ef0a455d3 3780dca59fe0a90641818256f82c1a638e047915 3915ed891e5ea975a092a948ac735a36e490610f 3d25586b9957351e910f37d000bac7c85b304f07 3d3ae19eebbf1762d4497b68a2fb092c462a21c0 44736e7cb0c67fc0a2fbc3d297fd23b3aa3e1dfc 5149a86b2093c4eebe8ddac7ac6b125c3ac2c0fd 51f3863ac498c7d8548bfc56b8b3b8f19ddcdbc4 52cf538d863ab3b4bcf113053421193d26adbbbf 5864bf8925bf221f99eeb62e1f04c39ba9136c59 59af4f1e774f0940575cbad87b15736301d547f4 5aa27956eab0e8f04950a24cced2a3fa7f6ab8fb 5b3eac8580312866b2e9a13f57d48841a680606d 5f59d4c94d9cb612341517c27c090253b35b0316 62fb97345616fc71889ab8874d9ef1d194cc799b 64ff5ddff7669c84d60a5f66fc9258cc1667a857 66d60db192aafbfafc9a23b4732dca6f56b90257 69665e8fafe493a854e417584121aeada3f0d1a6 6b854615e59e4df44f4a5e4c6bbfe237ff7a8b05 72397d3076ff10a7591736079962d5af6605f7eb 74a3769b1295aebc79817bcd937b2b7d570233de 793dce8e9d7eec196df404dd260ab9dc0aa2c02e 7ebf8fc2df4b5bd34a745e8fcbf97fbc7dc577c1 7f7354a916aee10da7f5d23d6fe8d14dbf38c485 837d5bd7950d254504f15523579bfff1a25ca24b 853c9aebc77f931faa41a4075dbedccae2b463b6 8619b1effa611d1a1b28014bf897d8c61113d786 86725f4384a6c1388e1e567d670dfd281a95d4c5 8bc0226cdf8f580ffe91f3e038e811845d29a908 8c968e59ff8993d747ad2d66e21a0fe6850e28d4 9019f920967ec9de9743e7709d283a56154052ab 9130fdafc442772a3a85d99e05135f60dcd6dadb 9706fde9e438d8b0c21c05bcf2907b0fd70132b7 991d7a020ee2d716c9c08b2125c88e2e3dd71091 9ebc9aca9c341fd8376750346b1c4c2c2efec72a 9f196b20da5a2461c1309b4f1ee4a689c776c3a6 a34b59bda8d5ab3241e2d784186e38e3ce5d94ce a42daf234bf334902c5b176dd2b3253e5d5bbb06 a48f54a2c6acd29c02fe346b645a3c454a2f3164 a75d95f282f498dee57126b79ebc0df581a29849 a7c4790871dc6dde71d3d0557eb6db92048a1f28 aa749b4ea90b84a9be43c881d11f48ec96052340 aafd4aa9fe7a8ee9418ccb25ab7043f018814401 abee5bafb2f50bb975b4de0461c5e5bb43caadb1 afef375666284e1ef1291f48c6a726f1fdc8b839 b230ba537d6aab787767fd91d68a15794e7c629e b3942a06c37ceb50ad7f7ce477d1bb8e5bdc5cd9 b7c0625b304d03c0fdc4be7f76c215a2ef5f9f06 ba978e7cec038f9b17af86797bb5769ef57b7cf8 c0b714c67785cec49b43f426b11df5b1bc0f5f84 c322ccda28efadeef454c91d415c34ee18c7248b c331d186eed0acddd4299e937792f66c387fcb20 c5d069aa592dd835e51aebf38698054550e2aef6 cdfa1dc56432ba95fa9cbecdd2cef2a29840ea40 d17d6e5f03a0685bb3f2443dac4d8b2250226372 d4deed03b9111058acaff963564fb6b31352f6ec d620ae7216622173327bc71e77ca63dca1b6ffdf d64ba9ed2cb474707617577e5d10c1aa571e23f1 d8004b8b723e84e432f1f0e2cdd18ced8bb2795d d9164566f0321b2b0e5cc0b56cb498940578d4a6 da9c630b111697d035eb2326cb567e9c782afec3 e1b0e84837bfd35edfed6ff576c7677eeacf30e0 ebfd8f73012b57cd0a98a0373f01c26ceb0af055 eebc83c46a8cab10e1770ef0a9c90d96c40d5dfd ef426007c75c89f6b864d058e63730472fdc7751 f12626a43c995a6589ef1cb1b9169b72026144bc f39e97674534228d36d8f07d95ad4eaebc82385e f69e670d005b665c94730c56b906ff2b955ed48e f76f306bcaa1615bb28dd2c2d68af832c55e29d9 f7ead47dab6664c8b1069260dd9cbb19538a6235 f86c5d9cf7c8611d323980e5d4afdd252149eba5 f8fdf4a5defd36842243fb155c883690b0f29d15
Postgresql-Catversion: 202007201
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-13-pgaudit
Source: pgaudit-1.5
Version: 1.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-1.5/postgresql-13-pgaudit_1.5.2-1.pgdg+1_arm64.deb
Size: 46436
SHA256: 4885a37b810189f289679b286efd9c1df7b3cc182d259efd89b7a374d2e7269b
SHA1: a8e520515474a59224140ab19e3f90ad3906be44
MD5sum: 32066c775765b5c7dd91261af2bfdc8a
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-13-pgaudit-dbgsym
Source: pgaudit-1.5
Version: 1.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-13-pgaudit (= 1.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-1.5/postgresql-13-pgaudit-dbgsym_1.5.2-1.pgdg+1_arm64.deb
Size: 47672
SHA256: 17cf09d8c1228880c83aeb8b66aa4924311f3afea9db1d48b576219a5441dbeb
SHA1: 55115860744d1d9fd0ca411c7e14de54533099cc
MD5sum: 4b3a3ef34355a7b4241f22447bc48681
Description: debug symbols for postgresql-13-pgaudit
Build-Ids: 1603171fedd1d1c065ac57f1871399870b8c06c6
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-14
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52063
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 229~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu67 (>= 67.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm13, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-14-jit-llvm (= 13), postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-14_14.2-1.pgdg+1+b1_arm64.deb
Size: 16907124
SHA256: b6b3b7c7cd8e3165497e1a3c6e109ccf6448a2df47a5b0d1eac1ad4da5c6d907
SHA1: c56fd5a52b8db349719c0e9f16f0e0ce3b724882
MD5sum: c6b35d9423ee73c66744e069ea46499c
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 14.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202107181
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-14-dbgsym
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18258
Depends: postgresql-14 (= 14.2-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-14-dbgsym_14.2-1.pgdg+1+b1_arm64.deb
Size: 16472372
SHA256: 05f343c4b576a9f1c42d6be11daa871038180faa4b2d65710e7e63355d0e76c7
SHA1: dbc20c2cd537b431f3468b0a1165e5cc9047c2a7
MD5sum: 5f627d05a1292df7083cb3d288f27e1f
Description: debug symbols for postgresql-14
Build-Ids: 06d7df4f6baabec9bbce30f002d808b679b40e80 1022d81b2f5fffa672f1dd477948cbb2dd765468 10dd6acfef78661fb80d5e5f303ab6675f700ce2 1261163c6632023acf56d0a96b7dcad159b3c250 1354f2f40370d79891c71c6d4e77e0fa56e39f75 19b6670b4b553acba4bcb307202e54a01a02c8f9 25d4d6c67174c4974718de5af46545fa49e7f573 29b58f058aca4b8a6e58de0633ff73c087b44d3c 2fec7645e52ef3ae82921ad4b3a2d240d8db34ac 307a5c5be2ee0c07e186dcbf7955762ea060a9e9 36132464f160e7417f0f3fc775e75f9c24e95d4c 3a258b30276fbf667951d19c4c4055b32c6dc4f7 3f6c81f52350d4cb0b0cd22fb5500312b0409b5f 41152bdc1513e821429ef582e1c96fbf7ef0d293 4c130d4eadc7722a43274c3ec2471623c3f83373 4e7b278fd766242f129f87a630377a577f70e632 4e9faf28182c0954b2dfd5e11154c82f93c01f36 52ad0de2a07b5f5aac3c1ab41078661c0ac16b36 5379cb336300f7bab8d849682211517e28080ecd 5affb7adb65356941cd25865207bb39363c11b8d 5e1106dc3ec5aa54a7d0bb514c2a96b004ca26fe 5f9f50a0b75579d2e52a043641d898ba971d3970 63295bea37a3b126e8c759db217702d4657e6a9c 6972b1d0aa60e492f3fa939377b0bc19f5c29e53 6e4ae732f375076bc8a444bfa8d92013a045577b 7354de982740c41fab65ef984cdcfd5f0c2fd6d4 7491a27890f7467fdb1478c77dd6a3caddef988a 78e46d69c3ffc39da8d2a6ee148e8198e79f241d 78e8f32df129bdb6d39741ce54d9969216e4d633 78f4143e52e3890454a8c77b8f2958838f5485fa 7b3e579e19e83cd8c41e34bdb970a6cb6e19f79b 7f8c8e2d0e79118d5124a0f1d799a954ddd59f81 814b2ae62faf5b3c1755e8d6a652ba3ef931edc2 82869ac997c3c4af60a4bec455e626e24c180293 82a33485202a55d8cb57ed0cc325c825eea2ad08 832ba314154430e6729593ffba5b528096ded5cc 85dee339f9671a679d6cab2ff07d420576828ed7 868efad665ed593079db53a663afed41867d451c 87d780ab902443f52306cb02cdfbdfe35663a9e4 88d7438e9f575e31d86af041cf3d8caa59e7ee1c 8aa81f356b2964994b6ea32ac1ba63b7d6e7e2a8 8d5fb70c8142ad68eac8aff821536458f4716062 8df6850a417fb16cf2b1cfc6a16dacd0eee63b69 8f5b4434a19bcb642351c170fe07589b4cdf2f18 91de2b2126a4a65db98cf4416a5945786eee2633 9456705ede21e986662e2d1dc8c7c6811c380f90 964f66063dca24550e79845a6deef45b30bf56a1 97748b4e6d6ea2d2c139b679ab343728568a3391 983f5ee2910da5fe2e44e7f5fe6a8b6d0049fa90 9a30314ff6ce0d0e1b7844c649633c4604671445 a0a651e52f17a627eb73df02d32d5a7defd76bb2 a6dcad5aeb824004b35a5095fa86ba5de852535d a7e6c06e4d92c1d7b96a13a968e9d7300c274806 aba68d845be9e867575477d94709e4f6abfbffc3 ac87a38aff0c8004f11bb6b2772a7e37dbfd3f5c ae288a7a859c584591072c241aa41e07084a70ce aedf96e0fa96e81e6143144bf2998d7671eaed1a b0edd87c6dcbb9065c90bc6ce302587cf8d3d1b5 b2a660403626c7f8238819debd32482d705a5ffb b422ffae0dfe126fa562cd4f8af31cacf0540809 b599db15928cff7281ab6fd0ccc91d718ff76515 beec3bf1026a5b316edcd734f579ed788d0b1602 bfc5b6fa2c4bf8218d62a01c245f83382eb421dd c05bcf34d173c250e3f84a855bf82a78a87e0d04 c45205734c53dbe7e4d5473b1c8bdc7a00316ac0 c4ec5f6a9e0395f7e3bbfcccbcd478741388b62c c63b74ba7d5d61da4f6ff633a2264a67d6ca3fb8 c919415e80dea8f0089ef61d9e23205a7fc51cfa cbb89850599258920c0b686db15cc155a3777c85 ce881b4f7e5d9f6cd8f8ca66a54e5423b9af4391 cf9718df9e97a01c2df23fe572a81f9b7d9d4759 d4f894bfa35b781d12351968ed6a37614e946c8a d5f3e177dbc38b7aa48f53523902cd43cbb91359 e18adb62a8c463ed7198aad1378015fdd10564e9 e1d38c8ab5daf4f2566f5d8ef0b132e437be2b09 e3940982727060c545627e4def9f7dd2d1409aa4 e3ff0cb64d95bbbcf78809401dff9fc0063a09a8 e53d8a5665f04b12c106bce4bb1e357a1b59cc13 e81dee23fc17a71667cef9fe8cb86bc5b9f201b1 e8698c664f251252beae7fc4f535dde404106aba ea1e605b6c35c3d70ca4ddeaeafe077678c357f6 ea3fd74ace28ec121453afa4df7f5e99c6eb804d eaaa8c6400b1dff0362c65a085f0fa85172cd43a eba48820c7fa9e23863c586d5c1b544550e71b97 ec441ace7b4ef092037c0d19d54d2fb8c9a0d237 eeb0e1a5be89466ec9cc891630ea4d904f723ab2 f1dc73c295f09f455c1418343abef6b74b72db77 f6460de96d3873703673bcb014bee4c63b159e92 f7682644d1927332780f6984b67b68ab8c40f88a f93059eb787db5142e4f1f1f5778a591b396f366 fa7ffb777e2b9173f698a3dc7bc3e4c8805dbe90 fc22cc802fe8c510bbf457a43fb73948ac4ac869 fda32db81a69116d89b6d4295f4da9816290057f
Postgresql-Catversion: 202107181
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-14-pgaudit
Source: pgaudit-1.6
Version: 1.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: postgresql-14, postgresql-14-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-1.6/postgresql-14-pgaudit_1.6.2-1.pgdg+1_arm64.deb
Size: 49176
SHA256: f78aa108d2491660f027d4a7c89b84dd9d0702327a20745dc3ac04290bb48d9b
SHA1: b10ce3b8348336006074e8d878d5b0c0750949ea
MD5sum: 8bf87a650021b47f10223671c2bf53c7
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-14-pgaudit-dbgsym
Source: pgaudit-1.6
Version: 1.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-14-pgaudit (= 1.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-1.6/postgresql-14-pgaudit-dbgsym_1.6.2-1.pgdg+1_arm64.deb
Size: 50300
SHA256: 48f1cc2568590ba981184b79c56b66f0a6aadfb143c471cac5e6957554b70e84
SHA1: b5ec30c72579045e12ecb3aedad1ae5c8d4a487b
MD5sum: 6891771faaeb1a8a084fa571f65df21a
Description: debug symbols for postgresql-14-pgaudit
Build-Ids: cbf56e8466bbd7c4ed73ab60e4281c1b7d53a95d
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-9.1
Source: postgresql-9.1 (9.1.24-8.pgdg+1)
Version: 9.1.24-8.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17215
Depends: libc6 (>= 2.33), libcom-err2 (>= 1.43.9), libgssapi-krb5-2 (>= 1.14+dfsg), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libxml2 (>= 2.7.4), postgresql-client-9.1, postgresql-common (>= 115~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.1, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.1/postgresql-9.1_9.1.24-8.pgdg+1+b1_arm64.deb
Size: 3312236
SHA256: 59404a58b6cafa40ebd3bbecaeddbf90c00c40d0bd14f8d86da9f37e03096af3
SHA1: b7bb90bc63d4ef1c48629a46e9a263a8a5363ff5
MD5sum: b475e633d099771ae54502124f34cd64
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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-9.1-dbg
Source: postgresql-9.1 (9.1.24-8.pgdg+1)
Version: 9.1.24-8.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27827
Depends: postgresql-9.1 (= 9.1.24-8.pgdg+1+b1)
Replaces: postgresql-9.0-dbg
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.1/postgresql-9.1-dbg_9.1.24-8.pgdg+1+b1_arm64.deb
Size: 7860456
SHA256: 86fce6c87097aa0eb1e301449ab531b8ec458f68d593d70801a32ad562f7d863
SHA1: 176bfb47c8a7a2ed8657297402e5afbbe6ff14ed
MD5sum: 6d644db192e3e3a01267bc14bfa9b008
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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-9.2
Source: postgresql-9.2 (9.2.24-5.pgdg+1)
Version: 9.2.24-5.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17862
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl1.1 (>= 1.1.0), libxml2 (>= 2.7.4), postgresql-client-9.2, postgresql-common (>= 135~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.2, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.2/postgresql-9.2_9.2.24-5.pgdg+1+b1_arm64.deb
Size: 3441640
SHA256: 5fc0965c3f76971e86a1933c96043451c5b77249b45d123014bb4602518bd0c8
SHA1: 14de32f5603123215cf2be37ad1adb5691760a0c
MD5sum: cac49950617a91709e6958f37b75ef8c
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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-9.2-dbg
Source: postgresql-9.2 (9.2.24-5.pgdg+1)
Version: 9.2.24-5.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29400
Depends: postgresql-9.2 (= 9.2.24-5.pgdg+1+b1)
Conflicts: postgresql-9.1-dbg, postgresql-dbg
Provides: postgresql-dbg
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.2/postgresql-9.2-dbg_9.2.24-5.pgdg+1+b1_arm64.deb
Size: 8387228
SHA256: faaf316d30a3ede32d47951ba2ee01780b0e13c04bdb5cf3772ed397d757f6d2
SHA1: 8822d552d6df40669a20993c334d19341c40f2ad
MD5sum: 95c013c3714f725cc10f390eccdf5985
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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-9.3
Source: postgresql-9.3 (9.3.25-4.pgdg+1)
Version: 9.3.25-4.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17964
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl1.1 (>= 1.1.0), libxml2 (>= 2.7.4), postgresql-client-9.3, postgresql-common (>= 142~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.3, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.3/postgresql-9.3_9.3.25-4.pgdg+1+b1_arm64.deb
Size: 3496704
SHA256: 50c411e87a148f61a01194bf4f23f9ec06b27be9cd76a40c9b5d79aa6bbd6042
SHA1: e553378592ca1fe6b98c190be05191bb4cd6e7d0
MD5sum: 7cc1adae304de935e4149857972d1c98
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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-9.3-dbg
Source: postgresql-9.3 (9.3.25-4.pgdg+1)
Version: 9.3.25-4.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15533
Depends: postgresql-9.3 (= 9.3.25-4.pgdg+1+b1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.3/postgresql-9.3-dbg_9.3.25-4.pgdg+1+b1_arm64.deb
Size: 13734200
SHA256: 24c5223dcac037c475dd878cf6487a4912fb89c6284601aea46643b68533ca7d
SHA1: 13f768c0bb5d8ebddbc52f9f11e20876c4fc1dd9
MD5sum: 97e4d13975e08c7a69c4e4b8b5472167
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.
Build-Ids: 02269cf3ec5f564e635d70cb505b780b0d01f43e 037215f84a1f6778c268dcd80f9009a27b23331b 0d49b54a0d62dbd473d2dc7b2428f2754a4f1537 0ea1cff1119810f61b08530e7827b33b2a048d05 1207d3adda1fb7921038a0a3c656c075e457a4b6 143fc93493945e0f1fbdcac561f5465177f49fcf 165df96ae705e98c76bef19e733f9efb5c085735 19359a11bc0e3a5242c74779ae190f6b859e32b3 214d17948aef348b289f894519e22b4533b5ac67 234853b9df0a965a49cdd9a5bcdea4983c41a9dd 247bca8668d3af4897c46931f22e9ed18ee47576 265286ab915f7126a18f73ba00ca70e2b9216209 26cad46ca62deee7066794376cf23b4406c5ad96 2ba7a3aa0c695d9f50671e33f0a8fbe98e8950ac 2c0643f8cec976089b0e757080cd77d0aaee27ec 2cc14e4e632b8316817c8585fcb2e2eaa7b5e594 2d2ef09bdcd75ee9358e98eea38040a31bfac1e7 2d791e49ae233b14b9302e248b3753905a5bbebd 335828b90c4b0a7f1b3f94f80a474db48b244f0f 33b6328746652c1b3835b706af643caecbaa981f 34210c7a15fac30c5d5ceb0a46a07e65de2db5db 34afd84254c57ccb55961ab8beec58b442730bdf 35673fd2d25776210a042f815d5ad7641d4b1cc8 35dc161bd34d0e7141c5de541d180c525889dc0b 38030919a8904af16ab2fed35098458fefad12e7 38135c183a93bfc0d141ea127abdcc83fbac14fc 382e085e44e17e874b27d91a62704d28e2bb0522 3860a9cda9b478ef8bd8eb817cef9ef20de79a5b 38c1b19eae71ebe6369a2e4e0bbdf5a57005c3ff 39f117e0fca6a73155679eed4c1396e80fc3b11e 3a2a1d7057e0179f8eb7bc934f405092b292cf5f 410053deccc2767c63ffd608f6c7311077073826 41e0cd9747f4a90469234fbea8676513f90d64d2 460f1fc3a04774d857cfea85a854a8a612f46556 521e69bf318454b3674aff7cdf2cff7f6a59b894 573d4b41d98a6d8e1ff1c674b62a2dabc25a5dc3 5bcdc5ba4e967e8f90a673986dfbcfe42d3415b2 5bec4ec158db6e4055c257225429600f9965b2f6 5d054bb4f8500d60063dd2e5981caf0e8f7a964b 5d4b41c495cc56dac58979a378f4715f44d8d9d4 5fe5ad0bf2352e4c3b2c9df5558a5e21c2edc672 61136f5ba9d78cc94d641e27ff6b28e847759e47 63b3dd01e9b9bc87112245793247c2a622456d64 643ba0df91ed738746c35311402fc3ff60fb7f9b 64613b6e3000822b8136224f28787067d5a84a97 66a3c4c15f5c8505cffc8e9b8a3ccc94ae155c86 6893a2a61df67a620026cb722073720ec8eab9e6 6adb020f328c2b0152ac368e9b77367be0ca3371 73092d19873f5e4a3f7829a4de8dbfece8de7a66 734c8844145d255888c97ed8a77339a4ac05653b 7bba0845bbeaeff69933c3d1e08bf5f08cfd3320 7c7c510e786aac6a4093f7b390938524f5735192 7ccedb708f794ffa98a7da965fe2ae766023f86b 7e78395a5fb0bd6e88cabef873d4ce850e825397 81378739304c4235e42a29f8a1891aac71336321 84926715510b062046765bb0c0006c299102d4f4 853830d7d403c55e8c5e570e202ed800f832776c 8540ece2b17fd3ba9fda84e93eccccd501586561 866fcb52913d87ef74cd4fdf5bced2e2b5e20556 87990e852241c3d614d78aa44eac8ba2eb5f3457 8b83d8f866f6611cefff2c905a2d70c3eae83614 8c0b35805e230d988351123cd0796bb74f84fb5b 8c352fe2821163756b9d4785cd25ef3be2f3d978 9247ae6e6e1dc30fd6a95d6971c5a9d984e2fd5e 9371ac534135dec9b719d61a6603c614a32be147 93c189f04f6b95fdf1f0a3d62c7e2a4d36a61183 93d8e4e1502a57fe6df2e5a2e5cdf42517c39507 950ce2919097f99e27f82df2e0cb753bb46dbfc0 96b5b04d565b98adfbd031f75b3897869ecd8e4e 9812a2108d5738b9f7c8fcbeb70ac75fd2aad2c2 99a856222c3d10b8589afc3f94b2ebf8f162ff7c 9b7ed881ec06e2613fac7c905d48cc630b7d3f09 9defcd24b453963ec104ddc378450306dcad501b 9ffd82c69349d36b2dac230d390b82af1e5da923 a0f558fe55cfb946e2a22a88f92d8ec76295a945 a31bdfbef1e95803b4d986bdf4f8d89d0e2d6ad8 a3388db1ddc45a6ead5461e4a93819ed6bc0b263 a3b63ca638f11bf220615bdade3ff8c62a45874a a49c563f846c0b033a7794d86ff036e09b6d126a a764dddd8e814caea6da37a7ab4f4a93a6d0643a a78fafc2485af0f11179320337a04420f3858684 a84120fe107c460b931459e0859a2179e15560b0 a89a418194efaa39f9e91a369c3edfb9498d7214 ac781d148a54af5dc65ecd5fc5bdbceb693016d1 ae410a0a6677c755c55793a7fbc913f0a0eda8fb af85f45bf5bffc3f817dde1e5b83208eb7023233 b2b3e271191e9ba813c86b9e7099f9dd4397db1e b4a464620cfdefaf742b28ad4e8724d4e5f075e5 b636fd017adeeab27e27ba2878caa86b4d494c30 bbdb1fae813882fb967b167bf20c2db88a0b72e6 bc51250ecb89c4d35efeea26d9d273246d5dc484 bf9c846ef0f5e608355a39d7bd6bbc137c3443b2 c2875b30986dd0a266e742529dbf40068b742e31 c493929a24bb0b6379218373c0209432cc6d577c c9fff2d0b72c9aaf61c586937f51e70ba751861a d799c3620e3cf6a821ab55a809f126ba0c370f24 d928d7abb7a708c1359642d18f2be61d07c6580e db341f140196e08561803d24021d25b48c28e8f8 dcdee7e64eaeae1c99f4d036c8d5d087928a7901 e4ed42abaa146463ea32979ccc7ff5ac4e7db9ef e6c48cb1a1fcfb63df471aedf6e7aa07ef347df2 e8c9549c83b68bc1693e44a87bbdad895225e481 e91e73c66c2893acc39d37c712210b43cc7f409d f0b755ac054daaba7889b2cc069edb8665207212 f20351c76f68abf56183d43ea1c1a4d369524e34 f26df260d2a74be14192e797ec5520aa43563a16 f56539e8f1189deb2910691f2b4e1738e134f6b7 f5e2f46fc573b89bb4978a5e71366b09a26599ec f7301d7f1c5d9c96e4961cde64e116a01db1f6ed f7e6de7a6bcff1c43daa163647f22eb94cad1ea5 f8b497ffa0725065b3f08218bed025d7cb387632 f8b927bd809d8d6549dd84663d0f609689f5ed3c fc4dada2638acc934a690553216d04c34ab2b2da fddaa53930a10a4f15bd896aaf3c7ded4a8b3250 ff7b2890b40d07840a8f96a6ae10961a1eae7701
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-9.4
Source: postgresql-9.4 (9.4.26-3.pgdg+1)
Version: 9.4.26-3.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18924
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl1.1 (>= 1.1.0), libxml2 (>= 2.7.4), postgresql-client-9.4, postgresql-common (>= 142~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.4, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.4/postgresql-9.4_9.4.26-3.pgdg+1+b1_arm64.deb
Size: 3734452
SHA256: fa8a56c7828b73c9c7f9bd974f4928f481b00c93419efe733fa98391cc88d46d
SHA1: e96e0a5d51589be1e92966e167b90c0064976af6
MD5sum: 8dc983097e4368a2fc08a0d38c6a8e53
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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-9.4-dbg
Source: postgresql-9.4 (9.4.26-3.pgdg+1)
Version: 9.4.26-3.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16612
Depends: postgresql-9.4 (= 9.4.26-3.pgdg+1+b1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.4/postgresql-9.4-dbg_9.4.26-3.pgdg+1+b1_arm64.deb
Size: 14691100
SHA256: ef5a73132a713a6e4fd7dd93d057640058fffed75890c2936e672eb26b4e73a8
SHA1: 57bd05657d364011e1012ff3f6a68560994dc6a7
MD5sum: 5b47c0d1923f4b2c0fa9a33d8ef46061
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.
Build-Ids: 026fc2719fbc825070b83807e8c24ab5d79f503e 0292edf750a9548af870d4917a50bbc1d28d6d8b 07ee3a05ddfaf00419693f5ccbb4fcaaccdce2c2 07fa211ddfaefda9524766e90498c1feda16a9f4 0c8835c7a2185fa63cd1d970678b5ef5756e1752 0e92695b15b2fce897154a972234ded1c0df2443 119d649dfad670baa37354f8347833f638d93f62 1882114b4ed83d694050a9084a00eb5ad6261a6e 19ccf490dfd8355998a8fe9d1c44837acc70eb80 1b503f067504df42d6e21df792f2a60dcb7bc120 206e30bee9c221972c10462c3cbc15c87c95d087 2119e19f2c341fab02a4b75576f3f4dfbf27d363 216401bc3239ae625fc7331fbff3534e01b6e493 2335e062f5d7d5bffe58fd307f87966ed7dd2c74 23ce369604b03ab8dc885882c399e9291f35f2d7 23f15e74cc3873647726e1887f0f648143a1a412 2e7678f1e340063dfbde1c7ec7f9bf4c2eb5cc9f 31d5183da40c76450dfd64400d87525658a06195 3438b70f0d83d8648727f44e4729b764bb4778dd 374cd8b1808c9e7513d79ebe04f148c1d1d3a186 3bc5d370e4b2104d9dcecf39ceed50f11c7d3c6a 3e4df35eee1f19bfb8b36ea9017342cbf484d5b0 3f4bf9f4fc696836b9dc5ebbe7b7edea3dbc5760 403e5aaf110d917673103111ec29087de5821ba0 4125db245fe620b569a1515b0a883a0cdf16b850 47dda7e4ab235feedb661a23214e1cc3adc74fac 4c742e29f600e64613216993fb455c1f30241804 4cb5f16d1440658006078b6d13c766965c14f17f 4d00fdc10d8dc3391b517054c5cb40d8866be872 4d1bb6b442df9911f935508ccaccca322e1fa984 4d9fc47a26c438b9e064a34f6791b8c273529e3a 4eca80aa06f09dd227ea7f71a1bfdc828be47fee 524dffaaa303adceb7b6e90d580413aa13572168 56a73aac7a9d7b07f41efbfb540f7cbbaed313f9 58a0ae7f8ce1d195d1c1fd2c37e460b74c98684b 622f56f825119a740a50426c2878eda15a483481 635feebe4717992213bf247c3f980c4dbe21e326 63ae4fe7fb84309828caf483ce952a3089a70bf7 68cb6249a35ed67cb9c437c74787382f8cd83b3f 6b85021163fc76c3893262e5138ce5031a85cc39 72789c47fd3b14bc64d2d11d412deee4917bccd0 7406b7065a54bdb93c87eef705104d778f9f33df 789b412b265b8276667619b59248577ed30a2ded 78bb7994b3bcb098392902d17557b0665cc4dbd8 797cc92962a4c869a935e6b03ccb9c5f3aa97a63 79d77d2abe4797db78eb5ea6fe13fbe5271f5d69 7e4f3bee18a231afef482d3f02a96a7d8524ee32 7f39b9f09fbe0cc24fd7cc76d33c638fb27a36f3 805a575932d461cf0bf21f9deca96aaecbc4c3b2 83ca48a07c4a42edca5cd29765be8b5d3f584cc2 84aea2f8bd9ebb97f1bfa59316672b582cdd1b8f 84de798402594faf3b5057fb1e0f3a91d422a610 85390e1ccea9fa75e4a360d02995169654a9c626 879c0a374e9d8616a830b04706d8a039400b312d 882336d03f351b7d90da49123823dbddbdabb94c 89243b92edb37f03d3a225ba050fb14efca593ac 8a5c53e341e4ad53283760b3af01b1907f134b3d 8b0c08692bcd9c98e4f17f606d4ab4f3b90486a4 8b497979008d0731105e3912344eb6d6ca72ced4 8fa43467fdb437fca668a7d57e73e5656c55b47d 8fbfe1555ce3223f7a08ea739fc2b137326c31ad 8fe7837997339e10c3fcf972a6b2dc13037c9851 90e71c1fe19e5dde3e958104bfaed61d64cdf2c3 93de87ec6b489d53c7bf364014f299846c37aef2 9708edce4f6e91f856cd94c5f5ace74ba2e63b1b 9b31a0bb126be924c52ee9e14ac18efdb5329a67 9d66b640ca7ba32f67b2dddd892f882108dd3795 9eb1edcd188b6e7da919aa83f7ef35e93900fcc3 9fb88b6513edb96d0eb594870fb973ba69068050 a0bfd31263d8773c102b4b501327486640684565 a13513580f080cf04aa941f56ed9c0ab55ac4861 a29fbe6f64713fc66cca1e934888861123d0b3e6 a751debd58950259204961f82575324b7932493d a7c4be1c5c03e059d32cef703ece3dab9ddb5f04 aafa40fbcd98c5ed3713964105be9f8fe0a8c6a8 b0de2b5423798ed495f56df3f01c6668beca5661 b3f39bde60fd70bf2eb6efaf03dae32f153db4ab b4e385eed0fd30a339ba3c091b357ecee0b2add1 b68437b9a818aa8ee806b1740a705d4e87609b30 bbc127ae094b4e928bb1d451587280c01e00ff5d bd9be94eb641705a636ea6de0c0f350de63de9de bf2d79c2409b86c131380fc7578fa5276b380d6d c29076477d1c7dd1df37f2c40f0b298afca89bb8 c2d81d7a4c6390854ff4cbde9d049b53b588cb08 c322b28a5531fc103718b556d00e62cd28eae567 c6136813d2ac0a3a289f7c431bc15d6a180a54cc cabcfbd78fdb01a0571a01adc62feba87c01e1b6 ccdcc6cb5ec4e9d5eb902802f1e333cd7ec5713a cdc0b3dd432834eed4da53bf1dc33bb709ce9a92 cf21c86503a6cf7a828caa35d4c2de066ac2ba0d d1266eb8e6a88d688cf1ad6cc344cfb24cc3f63f d551d11832421ddba5f4e197ea14778cc85c3c90 d6a9da92d8d37c910e493c11cf2675ac650a5565 d74b65bd15a7086a25a942e889842a6fe531452b d9d52bbc554e8d93cb5e3d2d7caf3bb560a7c93b dada595347ecc35b5fc0e57dc39e6a6d490b688d dcd3644b8cc40ddb2bbfea7a46f364c252fbf282 dd94bfe6b45da3075d5513b58e58bf2ff37157a2 dd9705e6560a5e11bfed2ac40a30583d8697615f dde86eb326f15d60a753f25476839e5595902810 de8eb70cf49df753dc8442ddd469344842a5bd1b dec0411d16b3796e741032ef3ec29e81f82d1f5d e5d226e63180346dbdd97ea954ee83c0021bb454 e70d3a1eea2429806ef3458fea6c995a3933a227 e7e1c133b438d65f59edcb7f66966ff7c46a92dc e8ce9ea2320622877185881cad2f537a4813e9ca e989d1d3371daf306957ab4297cb6ba8d248ec52 e99de3d1feaca538351d920e9cb054dd99ad772a ed3d9cadeb8160432d45ec72d2c769f79e3c0f9c ed829bd91880377c8b6951462d6c4e9291877807 edf2f67548f4eefb035e87288061fc2dc6d5dbf2 eebf4a46d1a9387f4876644281fb51b4f6e0f53c f0fcc12f5a0972d710a639832e3e0fe08a11d05d f108ac04662e871af4a5ac48be41141532a02bf4 f457362183dfe1b7605d5d0816dae410ae858e34 f5bb432a1d54b6c2e6cabc81e092dafe1b2eac9a f719efe9bdda8ef3e9140a75dc437406bf0619ff f743b0cf5de5d2491e3b1db9cef06ec84855dd31 f923d1e604ebff5c6e4e86ea7f009637825042dc f94f5bc3d21f62a35ff2547f1fba5a7308a0f008
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-9.5
Source: postgresql-9.5 (9.5.25-2.pgdg+1)
Version: 9.5.25-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20253
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.2~beta3), libssl1.1 (>= 1.1.0), libxml2 (>= 2.7.4), postgresql-client-9.5, postgresql-common (>= 158~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.5, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.5/postgresql-9.5_9.5.25-2.pgdg+1+b1_arm64.deb
Size: 4012740
SHA256: 19af87946717e03c83111d3ff86476fdda0616a63eaed5d208c9a70d2607bf63
SHA1: 6f8a3a07674b0a3f879b8e366d5f2e670aad153b
MD5sum: 8996fae7559da23faddd98fb56f7870c
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 9.5.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-9.5-dbg
Source: postgresql-9.5 (9.5.25-2.pgdg+1)
Version: 9.5.25-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14595
Depends: postgresql-9.5 (= 9.5.25-2.pgdg+1+b1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.5/postgresql-9.5-dbg_9.5.25-2.pgdg+1+b1_arm64.deb
Size: 12759324
SHA256: 0dc9ec593cab826cb0b73b59e501e09d98435b58abb1b8ae3605e104887749bc
SHA1: 98b6cef923ebb3feb9d9828d119486dad25c203b
MD5sum: d2ba0c464d89e646c4cc7a39069d2e81
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.
Build-Ids: 00328a80190c5fd0f69f76a30cce606f2e1b18b0 003ff024d5081642047ed71840a339c2847220df 02a660b3035f2b27ba409f98a590a6fb747a0fbe 035d6d3852402393a52fd6cd0a4e5dd0495d528b 05d02256e6bee07c8752f50c12d7d183a3ded086 081ed1ed72864083c1b7a37f3d1a5244ae314a96 0b7806089a14921f80b5d75fb82613f4c9b2d300 0e4a3acfb6f08f38681ee5308c9eb1058c41e1c6 0f8647c56c40b0bef428b215258bf5bfb4f1c1d0 1340bf8b3e0a8ec88036bca6aeb72ffc8f981cf2 13478137abb35c4be1a63b1c8876359a1bfcb3bc 14d585011f3902967fe53a687604dbf9a793e693 15af08c0c4e9cc9733acf6dfa62f8a407be7f9a9 170c9c56b08563c3c9b816c1ef4e3a5c36f6410e 187b348e91e6ddd796a41c8a03a11e8a3ac7742a 18c00ff87a35c51c19b55c31a647b2a88aefcd93 1cd5e6554943339dc1d27aea0ca85fb283e40c1d 1fc4f93dd72fbedd9a81ae56776ed69b0b694384 268665af9fd7ea71cb659de143e3458636def2b7 2741ab200d20b6687d485522a551aa7832ddf12b 27ea77106f1f94e9805e60ee164f2a508227f789 290cb191eabe9675e29bdf9d18271925ff6ac835 2f2775e616ffbd76517b6ad84ab96876e13c1758 348b6d2b49883062db5fff71cd3f0709f38937cd 3586bb4e3338d594c989421ef020b653171c30e3 3601c787b31984f19657ba869fb07460f8bbd57c 37d6e1960b3ee87e4ececc63506809f12738b67e 3d07aaea22a42aee0dc99bf0e0c3fc055940f9af 3e4f45f84c4b6945fd8f4288d54a032abd968cb3 405c73bbafe14370654ebe8e8c51635f6e4f2bbc 40f7c7fd9d24b23231279406a5a994c2f99fc19a 4213bc838ec0f7e359c6f78276be4b0c8ed9a129 46bf4595abc8653377900a75e3fe2ed304fc4758 49b7cfedece6d64e1326543378266cbd26f2fb7c 4a4f50215c79e79a49b5a1753c8b0f504731f9d9 4a7cb76f52723c19e6f9775631067cee99d9b58e 4b32ab359f9b720a0117f5dab99a0ed3295bedd4 4f2136e6b9cf1c2f5d4c7f6fce6c7a4d7ae9124c 4f4f781b56d97c362d9d3f193e17a046158b6d61 50a4de9ab25325117d02a0be80964c910a83ca12 514b862ec32cee09620a3dab5b91cc283ac8c0cc 522ae9826eb2261c5e8cc8f871018d05ba50b6f3 558e12f482bbc3e76ff53b7f6fde58d0185018ce 5894bf025da97c6f0d625e4e66f9a587c2935f7c 58c19213c29018dca46eabaa49aba69e4d7c46cf 58e257722561be384c697176380013bced1516a9 5bc402f936b7e21248ca71cdfa82be8f52f7dce4 5c32119a51c3026d49e1fab06bb20ad8711ea6f5 61e499ac7fb75f8f496cea44141be2af041017c2 660ea0bc33db86c91cadbca775de120d387f9fb5 661451d6230b92d2fe200cdadcab2744f6bd3550 6afadd9336e1a23253554df11a4fc031d8e8ae9a 7355d59b030bd7c9633d448134be75f130d504ce 78afb831bb85186ac4e7d18d762ac33fbd14fffe 7a14d6732c0939967e0d81515796e28b429cb20e 8029d0661ec139ef091aa0f24f508383db3722aa 838d1c478d2448df23c4b9a8f1ac7eb94f5f0311 84111aa649e00140bfb40f1c67ae707e44285687 8683606b96da4895fe82c7512102839cb48cf90d 86a972b549d271e4f1c1f83e283191740a267333 8833fa2ee3b474311ca88aa8b5fe092318c66204 89b1448e81043c9354428b0dfda9fa0a5c5f2527 8b8d9289ab368bef6db5a4de7a1356540fb6d9d6 8bc03894f01bf75fd440523904da55e79f384fdf 8facea339fb30ba1ed385ff1dba3c953f1598777 8fd084ef699d22acc616d44f91f6e3c4c0309f52 90ff3c3b89b08b4751e71b9542a669c6885e86b5 9116b581b10c5910078d37564a275c612cdfc77a 9359f279bbece56e483178445dfb37977f512c6a 954077bfd25bd8a4352893ac8733299492a2dc06 962e80d490a97df0ce9e3ec404e3e79d17e8a95e 970003b1f2bd4d9102d4286fd22adf1735ff1035 98b9bb55daf7954f1d4acc45f12fc82427a2ccfd 9a42c037b679d5b5e28b0e1b355000bee832ac19 9a46af2db84960ff524e6a41d6c55462cd228647 9cdc4801a103a1d5d9762f6c5886ffe5b7fcfb67 a11d9fe5339a58c7911f430efb8ff6ca96f9114a a435bfdfb54a34d1bd61c7d06be88f5fc4134edc afbcbbbc8b2fa8ab95490da4dc156af2ef7d8791 afdaa93cc819b3b9e094ad3fdf12da52f029b21e b0e3b80f952929ce64842b9dfe1e264b0a258581 b137a5f7d6cca4c5c6113ba50d221466a7992632 b4fc070b8569fd719f1f516fe36d51a7056fd888 b7c8c1906e453e43d2d3e81bd7624cf1d2b92284 b81d680be2fbe8e92febc6524249d3b90f5689f7 bb7f315e8753d90a70d58487e68bffded71aa143 bbb77e979106da204d34b1e201e80ab38c0c8bbc c14fa17b18bc7bce4c189ec5f33948838de1600e c1ff09a7510e1afb28db4744cc63f9459d8a13ad c2e3c0a58231f731d1ffbd81c6848ed31e67fe99 c33e79a998fd0032d333a3c798e6cdb8af3698e7 c523f64a5d4ab6cd66ae0833d393780d01332d02 c89ac71e4ff21f1a5531c351473d2ec8f0ec0b28 cbc30f18025792d3675627c6a9057492ee5ee155 cdb7870306ea31ef651cc458b0457f68237272a4 ce94854bac5b46fa886ceacf80154fdf077d3ce3 d26a167208a227144fd5d46257e0a223be30b5c6 d4bbba55b88b0b84cec92ca820dd171f8221ee04 d50b1c041b407d663e347c8a3a87b643b685cd84 d91f2cbe05a1754661e0df6709e3c1fb05278a63 dc6b5e894bf50e5149a77fd07dd2880fe01a33b9 e1a3291dd259009eaf23af5fe8d4937f9532d89d e33b3d48722a6911fc963b7d0d9500f2e3ef783a e340e7a98b77c8b288d5e49c9eb0395937389be1 e9bc4d028ef62865b5fdedaae88d4d9ad90535c4 ea9357e4833eb814d28b1ddbc311c3e9240afd61 ec42b622c927c97315c5ab5fc8865a51823b7cb5 ec5b8fc1eec9bf28c011607ad2339ed502ff7b72 ed0260cc51d28f5a7c86c7af83f30a91f981ab3a ed1bc3ee2b4ca234ae250efca9c4ae60e430dd5e ef4a3db092aea5c3dc345f308d59e6c0d74cb430 ef629ff41e8696d6305f5385f7700f3631088168 f1072b28ba0eff53935b3a2554147c513d542fa6 f350857e9805c63397fdac981abc1d7f78f2066e f48a7032cdeda3277096f8466ab7cc79c51f609a f51c481f9a22605740318659c09578f74ab03876 f7ec25d8076d462c6990b94432b8f84bdc3a9451 f9503905f191be504bb80f4c10d58658034cbed8 fd28a9ef3aafbfebafddef9e930e797be09628de fe00344270321a488eb6019791fa76a411f85981 feb7330e3a2f13a2de97e1931ac57cb36a74ed55
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-9.6
Source: postgresql-9.6 (9.6.24-2.pgdg+1)
Version: 9.6.24-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21902
Depends: locales | locales-all, postgresql-client-9.6, postgresql-common (>= 171~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libssl1.1 (>= 1.1.0), libsystemd0, libxml2 (>= 2.7.4)
Recommends: postgresql-contrib-9.6, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-9.6_9.6.24-2.pgdg+1+b1_arm64.deb
Size: 4291176
SHA256: df307578da3cd490ec53ed5d5a05e7c24137555d1211754fdb4ca7dd02ca94c8
SHA1: 974927d45870eafd6586de5e155f843067286cf2
MD5sum: 3186aca241d321c423b8326e86578b0e
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 9.6.
Postgresql-Catversion: 201608131
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-9.6-dbg
Source: postgresql-9.6 (9.6.24-2.pgdg+1)
Version: 9.6.24-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15332
Depends: postgresql-9.6 (= 9.6.24-2.pgdg+1+b1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.6/postgresql-9.6-dbg_9.6.24-2.pgdg+1+b1_arm64.deb
Size: 13439704
SHA256: 3eccbdf93051f9c1dbdb05fed7c9b2d7664c390ab903703e4503a6943a9150b9
SHA1: 2cc37e5f006e867919616882769d4c4187b55cb4
MD5sum: 345093f1caa3784ccd7ecf7a9dc61bb2
Description: debug symbols for postgresql-9.6
 This package provides detached debugging symbols for PostgreSQL 9.6.
 .
 PostgreSQL is an object-relational SQL database management system.
Build-Ids: 013ade241592175379fae2127232d29f64be8a9e 02ff091dc343778f75ff06d19cc9472b8faa9288 04f2c71f0978989e157d7ed18454f2cdddf6c071 05b5f61f857fbd07847d199bb96b0cce0540cef7 06993eec34e70634459bc015d3232c9863f67cd0 0a024cabffafd435359d7b5b44a44b96c60ed66a 0a0552e60e969f988cb099f044331d28f2d82672 0b80fc55bf1bd52f92e39b07cd585ef1b0be69d4 0e1da01bc4c6fd239b8ce3eb4f0cd43e7ae97e12 1321cbb901039ac65e0bd915ed47a0a78d9e4922 13d7e4417c6af4641772d9dc19513a80acf59025 16bbc97438155c6aaa8e75ae7308b3dc13675426 17c1b73eade7704f24747e670efa1863266480c0 1a941bee9350b9926ef78034746459857a43dfa9 1c07283cc9f084233ec712f363f286f06129c96e 1edfd11774dcb4def9c254e0fd83effe6628edae 21f2b43573d20fce0096d5c5eff9c778f7fe0712 237ac13cdddd22ed021d1a9ada1d21f6e91f5f9e 26657db144fed17ef7ebbc83ab5e6680e0d6527a 2f1733c3dd15ef0639ec7cb8a2cf144829612095 38029fff60f8c1ae7ecb7f71dc2f87b14ca4b6d4 390958f422798b042cf9d10a47f66078a1ad98c3 3a27d3fcbf33d0dc60ce8e8a58ed7105226c5718 3a2b39f41e166787b287470fe18da1be29377715 3dc5457f549d9ce914236a50b02d9a1f867505e8 3e67f8102e5040a0440eb6f7d7e4c3d1b201276d 42851b7f006c647ce88584c27783fa6fbbbf879c 443a48a7c722cdf24114dea16dbcc7c01ccf38a9 44e9c4b56db5014a3f6ec0c9ff64cac18ecabe42 49c1c8871bc9e8453f8694946a75b7225de90eae 4c2e814ade919a2f285957e44746205ea0b52d58 511cf5f09aa83f19a5c9f05b70ccb97e85f64f1b 51bc6e891620b5b7899b659150e5729f50c57df5 52192e4c6b87bd2b8dd72674f8de2ffac39adb9c 5326f64a38261b5b721e8b727e44f8282eb1c1ca 56174f8cd51f0bbf7dc881a5be8f263ec7fa26bc 57633b5f1f0f1b748890f3e2d0cbe1627838f314 591986de8695357b284b859e64582918d6e655e3 5b0eb345963b1102ad718d4679e495acb37011de 5b11a144285d6d5ac179ba6444cf74e148b97aaa 5b21de04e9852acd2cfad03c5d5a030a868bffa4 5d7fa8493888a4de9df1f29402a9877a82f175da 5ec26d56c6b2097b3467c66891d8e753a2fd94b8 5fd6e935cc5e4a546835c8ed807cae3ef1335bf3 60cb0d2f6233a356aedda98dd6244dc2394912e2 6561b2c149a93bdf65a90297e9a9e5bcbe2892a4 662463838657c3433441e995df0d1b3ff0b5a19a 690ceec55431eec9723e96e0e8ecd1ba6ad1e35e 6b0dc78eaebc32720a4d2b2c761572e68ac00a53 6bfb2ae54d3ab630bcf93308273c170c9c76c658 71bdf6a734c5f437438d55bdee74e0a34d51f654 74af290acd25d8d93656b9582fdbfb77997ab879 750988b5ace2bc3ff28a7d2b2ac446432505da82 76253daa57887a45c23190a4b54e5d34e8f8b5d6 766b416edfc8e7b5a95b7188bb4bdd52fb3a5ee9 77bc0e9352742f594e45d492ad0e4500a02bed7f 7a061f583f3bf3e87c0fb07db1c1ac9c37084584 7a885dba88150af191d976acde5a0588905602e8 7aaa173edd3aed0aaf09a9211b6ada272164f0b1 7af2fab86c931561777e684ebe7debeb759fab27 7ccb0b99afd83717d7e06afe20741381343d568f 7cf4a7cd8462a9e81c679b0a10b6619e16f7ac59 7e0c6e887278b6a9f4bc1afadc2cf561f2bc473c 82b06966fab3ecc27c154f4eb90d1026d741fc6f 836bf01ac8648b78dddbaadcdeadbf696289e9d1 864089bf8b1f21f851f73e4b46042568d543bb11 88aed21b51c5f5ba6be7132cd27dcfcac4d668da 89643109bd195c2535f8752d6ade99b009c24f72 8a93bf25a1e8d3f85d71808eb797ffee4ed6a687 8cd438de6eedffba4de7aba4f09d6ffc9873b0a6 9028b4f91f43df1237f5b121359addfccf6ecc09 9cefced7cdeb18c7e26246d0ae5c8c0a2a443df2 9e296d3287261f1feb98452d17e7070132b82db5 a03f370a484213277b3db316a5e5f15092c6fd65 a12036748778423097eabb8b2225b9bb07834318 a2c1e853eac5be3b27bcad1592621876e8078659 a2e8512648dc54feef148a376f104ce3b326985b a47684dafc5520f709fdbd444ad7a23ab94ec70d a5c21a7ba9779d2707ddf8479c162567d15fff67 a5e8aa4447e135c49866476a751422e70d0c2ed2 a8d30c43290ea25934322e7b176b60aa3f2b20b0 a9f0138b4532278efa23ea18d8242a4b45f736f5 aba289ca4efd52dae5bf271b01790a278aa6673b aba447833c2c02591ff4fbd440cf73ba0457efdf b03b3b5c312476e246d3aebed7d9ef70a35b5635 b0ecebc61f1230ab620888c0c210d429d2e962c3 b828d3435945423e7b3b9114a0e083c07c3675a4 b8cfbdc05f80d13b773d8528dfb93eadb877e1db bcca69481a69aff9960ec0ee7f15392607fabdfa c3ff0da812bda37cade8166823bf0a692faeb1ab c42d433e5bdae6c9cc35f76c6cc910c3560bc78c c456a70fd64fafd2a34fafd6c285fca0368ed479 c95eeba1ad675bf25dd97052f68784c0c01ec001 c9cbca6135be56b8d7dbeceef1c3d6f0493fac1c caed8fdbb79555cce72a93d5af8a6ea37731f1df cc248f84219753d4258b7eeb4fedbd782fd59bf4 ccd9ac08d8f042d364543e736c6c554be5eef726 d04eedb0624f7da380f89b41fa4fe0cd06717054 d0553b443223ee39976615401ca41f830f1887eb d1367b631e8110a53383c898f67cae4f6070861e d5c75ff967d8e8d5303d48a5880965015da5e5ee d6b8b83f6cb3b8d6afbf2ecf82412fc7cd4368a4 d854f4ccca1d73032c3b6714673a2621a164b569 d90cb853002a842b86e64de07aa279b4731144dc d961aaa4ad6221dd9a5242a8f93ebceea66a774b dc8ce41f192620dfb240ed7ff68d467e3625bf40 dd394eac785884ee869e1d24304ee6c855185565 e065745d2c8e0eb1fd24800122cd53c137a108fb e2ae1efb9fc12e27a2949386cfd728f029c8082f e2b4cbdc4a39f6389ffd5c12f404382072817703 e32584aaeb917ea46a6e00f7a6d0a45e2ccc2c88 e687b38fd1ec9fba5cd2b55c6f5e4bdf46226f92 e6a3f13bb4ce16992176c4f734e3435f124a77bc e82f9f58ac86e38661e49fd3a5144fac2f64147e e8784b281cc31d4c7fda4e2930f375b9d5f15ab3 ebb557fa181d16563fe7b6e8757c0b7daa707c4c ecd14fae0fe7642e8d48068ced0cb16b5d75a9c8 ed3b349893b0508572b0cae67788d51ba2199562 ee55bc7e40b7bbcf2c7b5c266e5df047475e19cf f8bfea32fef87938ad95267256d90cbb56c32156 fa8efb8e8ca0f8c8ea773ba68314c26f7ac9adcd faedd1bf6b0b58845dbf31a75ef059880e6237a5 fd88acf4be3a5e99c36e1078d0e11b78cf9eeccf
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-client-10
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6349
Depends: libpq5 (>= 10.20), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.33), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-10, postgresql-doc-10
Conflicts: postgresql-server-dev-10 (<< 10.11-2~)
Replaces: postgresql-server-dev-10
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-client-10_10.20-1.pgdg+1+b1_arm64.deb
Size: 1418496
SHA256: c334913ef0c8e85b52b0f2be2e9b1624173a55b3419f0462c7dc2ce1afcb216b
SHA1: 4dac14afa84a7bbc448e3e81e687b0d3ecc703a5
MD5sum: cb7763ff1e624a391d7a2669ad9de366
Description: front-end programs for PostgreSQL 10
 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 10. If you install
 PostgreSQL 10 on a standalone machine, you need the server package
 postgresql-10, 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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-client-10-dbgsym
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1973
Depends: postgresql-client-10 (= 10.20-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-client-10-dbgsym_10.20-1.pgdg+1+b1_arm64.deb
Size: 1658144
SHA256: af17e6f5b33dbb4d257cdd5041efb8f2235ee8b8b78b8233dacfa19443cb7269
SHA1: b3d9a977d02c7a3a3c03d5d7118f35c73a573fa0
MD5sum: aee37d82a2fbf1554ffc6188ee39ec34
Description: debug symbols for postgresql-client-10
Build-Ids: 01d254cb4e9cacf1ada2edb63e3292f8b7f30f4c 146ca392d69fdab8b459c736f1de3e666ec7c815 2800736885c3a3c7073e460a3278122aa16c749f 4092fe5d6a54023a2016f8b9a477f24428869c85 471c94b4ce83a8de970212b9f98fcbae16832afc 5215593ef8793133e2e47577898edc2dc45152e6 7940811426fc86a02ebea2bf7f96bb192e9008bd 94bd387abb5ac18ee4c58cb7f087c6ce1c02459e 9cdc91b9a3c3134a425a2c5e5e0fa79ae41cf6e5 a9e652db8d77baf1d2ac18188385c1ffa9be0bc0 b2705eef969118ffb5fda7ed4728101b03c38971 bf40b81aa328fe932635748419b1f95f0536a406 c4d6436ac77102e5c71df3c5e464ac18fba8f775 cc86ee3f6290f6d83aa5382c9a718a8b7d4e6029 ce4fade1894d8d9399014cb93054c27afef45023 cfe785476e969de248247724df17c7253c7636bc f1e3c86ef96a361cbb70ce4b67a7f8b25c11d3d5
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-client-11
Source: postgresql-11 (11.15-1.pgdg+1)
Version: 11.15-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6586
Depends: libpq5 (>= 11.15), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.33), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-11, postgresql-doc-11
Conflicts: postgresql-server-dev-11 (<< 11.6-2~)
Replaces: postgresql-server-dev-11
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-client-11_11.15-1.pgdg+1+b1_arm64.deb
Size: 1465748
SHA256: 5110ed0a0620f3656052621abbdadbfd6f36606b00789c003a165034b76f2c2e
SHA1: 3bff825cb5042a373974d33fca0cedd4b37da904
MD5sum: 38eacac5d53a22c122cd6f05013aee6c
Description: front-end programs for PostgreSQL 11
 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 11. If you install
 PostgreSQL 11 on a standalone machine, you need the server package
 postgresql-11, 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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-client-11-dbgsym
Source: postgresql-11 (11.15-1.pgdg+1)
Version: 11.15-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1997
Depends: postgresql-client-11 (= 11.15-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-client-11-dbgsym_11.15-1.pgdg+1+b1_arm64.deb
Size: 1684472
SHA256: d88711e7cffa1b7d21b7f04ee22b607514d520c9738e652181b02a66ed5ccced
SHA1: 1f5b994981bb82dcbe61d84a5d171a30520b9d75
MD5sum: ee5414a545a663a14a2478a9334d8177
Description: debug symbols for postgresql-client-11
Build-Ids: 04d6ddec307c451bfeac012e7031244e384274fb 15a6344720f95b95a38fb15bf649171e68e02dc7 17b75e4a836193ea2cafabe7e0d403801e494c5c 387ac447d4fbd5fc57465b54780372fbab4efccd 49500ecb814d3457f33390d556228636af3fe9fd 6dd6999895eb6b37f783ecac6bc468cd39159313 7f2aea85ccd31d319ae4d123fe641cc5e654c1be 8055a238a93467290fdc4b3d9f043ffd10c0e6b8 86b7cfbfec1066c1e5b4ea7a61561166e8f5a819 9983c7616feb870120a9e7b4bfcf148d7ba704bb a3dd54450cd3c8421a7f10c4becbe5d4f87083f3 c29d50e317dd294511bc677b55702a3929c5bcba cd6800705ee968259e5dea2fa0dff3f60c07dbec e4cfd6680aba9bd5e9f36c2811efb029e4155360 e95f09c00fd30c93a18f60b5d66cf1037a0906b2 ec6d32b45694b00fc532e797e35c731527560aa6 ef1aa5ba99fd437d256d7a9da57807ad8616b2f4
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-client-12
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6114
Depends: libpq5 (>= 12.10), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.33), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-12, postgresql-doc-12
Conflicts: postgresql-server-dev-12 (<< 12.1-2~)
Replaces: postgresql-server-dev-12 (<< 12.1-2~)
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-client-12_12.10-1.pgdg+1+b1_arm64.deb
Size: 1405572
SHA256: 0fba9e24b2f7480238e5577c41894bbb69e7f8c079cd0a1c40dc403dafb84bec
SHA1: f1385645895e3af56e5d6302698ebfd41b62f383
MD5sum: c691d42e5bcb4d903b7de5cbe248c2d6
Description: front-end programs for PostgreSQL 12
 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 12. If you install
 PostgreSQL 12 on a standalone machine, you need the server package
 postgresql-12, 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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-client-12-dbgsym
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2193
Depends: postgresql-client-12 (= 12.10-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-client-12-dbgsym_12.10-1.pgdg+1+b1_arm64.deb
Size: 1836252
SHA256: a3920f8265bd4fba6226350e91c82d66037f3808787acdc2526639cdb8758182
SHA1: e77a5e1f8dd869b07e481c6c8c363e5b8bc954cb
MD5sum: db7a1f3b4b9f88c8f1cab36bead32de7
Description: debug symbols for postgresql-client-12
Build-Ids: 0109b93c810f0a6636d69049ea12794b86074109 05c0f1e2721bdc05c72653d9938e282c90ec3d5d 2dd671d8d1fe2b6b7e012fdcc11f9cbe7067f8a1 53be4805149890053d47f386ae28f41fc168505a 642ec72270e678e9da96de1e9fe9035e5ced9d4e 6811f7c7c3ede0017a5353afbed9b2b6009ff397 731b4cf2b5028ba46735655fe64c7663bfbc4763 844ffd355116c3eac2ce62fc58d3f28175546605 950b723884fd8d080ced611652e3e47328487afb 9ba859602df712da4b81c9f83f59210baa7dfa47 a579702ce58fa201d2b4dc1cdd725808755c927b ac742b67516398dea2fb3d5f54401721e3165ba4 b5be4c019067ea14cfcccd1f5272cc3d745a5638 d7c989b2c79b4a22cff8d5129291688e3b14d879 dd248c5d83e2dbc7e606ac40e21aef34921c12a0 e9d30bc48ab2ee8c13fd1463788a3f822a58ef74 fb6b1f2cf341310fd1eb5f90ae4c0a26e7c1f33a
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-client-13
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6486
Depends: libpq5 (>= 13.6), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.33), libreadline8 (>= 6.0), libssl1.1 (>= 1.1.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-13, postgresql-doc-13
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-client-13_13.6-1.pgdg+1+b1_arm64.deb
Size: 1483900
SHA256: 3be5e47ae8454610d3369a6e9991082641fd66698d89a937617415118de1ad4a
SHA1: a931b7609f8bfb47ae83d7549b7fa4d65b7e7894
MD5sum: 5b7aa2542e46f19bcaec7bf3fbc1bf8e
Description: front-end programs for PostgreSQL 13
 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 13. If you install
 PostgreSQL 13 on a standalone machine, you need the server package
 postgresql-13, 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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-client-13-dbgsym
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2361
Depends: postgresql-client-13 (= 13.6-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-client-13-dbgsym_13.6-1.pgdg+1+b1_arm64.deb
Size: 1986932
SHA256: 1a3316c7f3ae3445016f5add01bd3431adcdfd0d13b118c3fc5e8191e93c1c44
SHA1: 7ae11dfefc460b19223a3b85df2c1cc276666a22
MD5sum: 6ef3074a88ff37f2d4811cb2b2ba28fd
Description: debug symbols for postgresql-client-13
Build-Ids: 0060b7685bbb99e7e23743f233f7375f4ec8bb34 1d552c7ed83a353f830303f532f3981384bada56 1dec6c7db1c9ac3057c367a2d706f48bd6d207e8 2dd1d863fe20b1090139eb731c0583e078846119 3209e2b931d341f5bf72aba07a5a7531364b711d 443320a69438f747544af919e6ad04b11ea555b7 5d546f4220dc3ff2b4a139e9274999a8e9f7250c 6a7ce3162a7e47c033488b9c77786a553437c162 7ad3222c0d36796f52c6df5de90505a1e1ccc994 957ba379f43cd6e6f4a3cbf15380a1917ea376c4 9b06370c58e533aab25ae572c657fc368a218a9a 9e5984f807acf24100f971b5bcc0ff4cc862cb6d adea5a8af6d617e543f9ac36a64c63aaaf3053e5 b9e4fb817a737617735e875ed934ae62ce704ae2 b9fec4b2ac29ed253533363b7a732db58bbdbd3e c5fc6c897822b55d7df64dff0d9104f31c6a51be e46bfeb1420f89b464d0778cbecb5ada6ea5a88d ee8552290a3883b5ac864a43ec0b0c7284a927d6
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-client-14
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7310
Depends: libpq5 (>= 14.2), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.33), libreadline8 (>= 6.0), libssl1.1 (>= 1.1.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-14, postgresql-doc-14
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-client-14_14.2-1.pgdg+1+b1_arm64.deb
Size: 1589644
SHA256: 6c041e46e14a2acde1d11aaff6b37a72a11c86e189a03c3f055f5ad3c72055ca
SHA1: d4b0039a3d98f7ad07cb8621b25f8d0cff5c892b
MD5sum: dea87e6bd4167d080c13e00f58aea426
Description: front-end programs for PostgreSQL 14
 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 14. If you install
 PostgreSQL 14 on a standalone machine, you need the server package
 postgresql-14, 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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-client-14-dbgsym
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2732
Depends: postgresql-client-14 (= 14.2-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-client-14-dbgsym_14.2-1.pgdg+1+b1_arm64.deb
Size: 2292380
SHA256: d872d1fdb27919bdeb3e86bd394358b8de93a984a1509656922f33390b5d6fa1
SHA1: 8fb80a0843ae45806a906781c60ab87782075ed6
MD5sum: a909efb3cc3f15aac6087d8cd11c43bb
Description: debug symbols for postgresql-client-14
Build-Ids: 096a929e71086b1951d0c359185d4ba45c16af8e 15baf90c30dc1ab6642078fe2295a074acecccf2 2289bd0cd27f68b54295667b61961280640e88eb 307642ce0bedf7222155b142bc6115bd7aa6e70f 594f3e880a924d2c4a429eb6436bf42ad8b60c28 5a211428d4d4eb9f6ac67eb1ac56b76c3af982cd 75541623613f70cc9865ae61a3ead0d1c5203257 82b07910cef9434b5f9ae761c4329444c204224f 93025a558ef7bf6cd989283b5fe7e48d7be41bae 9ad4355f4d3b0b40064c04050a2b957b81287067 9b3e56519b68a22da8ae99c087f8d597058f0f67 b1843d07dd5747c9f40e6294d55c177ae57665df b49960c5c72c9ada1f20df029472e2f45b5e77e8 b545c1fd31e137e094f624400ac614c4844a8d8c b6439a48a06603af356e92cfa8b55058886cb077 b662d7e3ce1be428a96e0d997b82f8f5043bd791 c3bbb5cbddc59bb46be471a829ada90a47d3e91c c70a810ec945255cc129eb807195d3246dcedd53 ca5e4cd4f007f6299b125cdac89491b39e60623c cef61a12659fe6b27df0530fff01899ea878ac44 f34ef257f21817e90f0ac97f5aa61a36c608fcd0
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-client-9.1
Source: postgresql-9.1 (9.1.24-8.pgdg+1)
Version: 9.1.24-8.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4184
Depends: libc6 (>= 2.33), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.0~), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 115~), sensible-utils
Suggests: postgresql-9.1, postgresql-doc-9.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.24-8.pgdg+1+b1_arm64.deb
Size: 983572
SHA256: 9f6ba22d44591ed4d21bb34dee0a9121a8048066eebcc16ab0aa0c3a4affafd6
SHA1: f01ce567e998ff59ff7ea7269ff227a7779e4df3
MD5sum: b9f223b18fb5e841b670675298132d64
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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-client-9.2
Source: postgresql-9.2 (9.2.24-5.pgdg+1)
Version: 9.2.24-5.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4150
Depends: libc6 (>= 2.33), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.2.24), libssl1.1 (>= 1.1.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 115~), sensible-utils
Suggests: postgresql-9.2, postgresql-doc-9.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.24-5.pgdg+1+b1_arm64.deb
Size: 975944
SHA256: 4cfac80661bc79ea3ef936b90fee17ce072c87daf61c0ff1ba69c7a20b656bc9
SHA1: c8b87395bbee1e6f96eb883556171ae39167b30c
MD5sum: 9f398b4eb384b7f91e1ab8c52a1b5d06
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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-client-9.3
Source: postgresql-9.3 (9.3.25-4.pgdg+1)
Version: 9.3.25-4.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4446
Depends: libc6 (>= 2.33), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.3.25), libssl1.1 (>= 1.1.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
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.25-4.pgdg+1+b1_arm64.deb
Size: 1037612
SHA256: a1020e4def962be5c2ac7b95c566da792eb82d4c748342c6e4b7c361d956bdf8
SHA1: 2475df707b871df4f71e6a6eaea2e636d6f51202
MD5sum: 8f5f9bba1be6cfbdafbfd5336a5ac3ec
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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-client-9.4
Source: postgresql-9.4 (9.4.26-3.pgdg+1)
Version: 9.4.26-3.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4887
Depends: libc6 (>= 2.33), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.4.26), libssl1.1 (>= 1.1.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
Suggests: postgresql-9.4, postgresql-doc-9.4
Conflicts: postgresql-server-dev-9.4 (<< 9.4.25-2~)
Replaces: postgresql-server-dev-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.26-3.pgdg+1+b1_arm64.deb
Size: 1130212
SHA256: 8d10c95d261e28cbb2bd7f2a75fd548cf7201d59496024851e4d28e5691b70af
SHA1: 4ec00427497be78611d9b2b4c526d41c622ea76d
MD5sum: f046e9cc86152c75e824855887ec6f95
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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-client-9.5
Source: postgresql-9.5 (9.5.25-2.pgdg+1)
Version: 9.5.25-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5613
Depends: libc6 (>= 2.33), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.5.25), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
Suggests: postgresql-9.5, postgresql-doc-9.5
Conflicts: postgresql-server-dev-9.5 (<< 9.5.20-2~)
Replaces: postgresql-server-dev-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.25-2.pgdg+1+b1_arm64.deb
Size: 1270880
SHA256: 041224273c324721511db43911ee415f45c3706c64ec247a087de6bec199ce81
SHA1: 946163788f3bfd4d2b92d5e94f1b4d349eb5c97e
MD5sum: c808305f286eb78232012342d086f278
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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-client-9.6
Source: postgresql-9.6 (9.6.24-2.pgdg+1)
Version: 9.6.24-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6005
Depends: libpq5 (>= 9.6.24), postgresql-client-common (>= 142~), sensible-utils, libc6 (>= 2.33), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-9.6, postgresql-doc-9.6
Conflicts: postgresql-server-dev-9.6 (<< 9.6.16-2~)
Replaces: postgresql-server-dev-9.6
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-client-9.6_9.6.24-2.pgdg+1+b1_arm64.deb
Size: 1336564
SHA256: 399c3f00abb1d898002c930216146d2c4e2cd149802acc1cf67c7afd024a79ba
SHA1: 52b69e021b758109b415a365087246bec4a0b27e
MD5sum: dc95b5b3a32824949d3147501b590bb0
Description: front-end programs for PostgreSQL 9.6
 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.6. If you install
 PostgreSQL 9.6 on a standalone machine, you need the server package
 postgresql-9.6, 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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-contrib-9.1
Source: postgresql-9.1 (9.1.24-8.pgdg+1)
Version: 9.1.24-8.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1799
Depends: postgresql-9.1 (= 9.1.24-8.pgdg+1+b1), libc6 (>= 2.33), libcrypt1 (>= 1:4.1.0), libossp-uuid16, libpq5 (>= 9.0~), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4), postgresql-common (>= 115~)
Suggests: libdbd-pg-perl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.1/postgresql-contrib-9.1_9.1.24-8.pgdg+1+b1_arm64.deb
Size: 372128
SHA256: a03183952d4e2bd088b26dc23983596d65fbd19be674fcbb7d9a4cef5ef38eb7
SHA1: 115eda5fe2bd9b6e94f8b1b81a38dfb8839c6346
MD5sum: 0f6205035b43fd38b81014ec464b5fe6
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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-contrib-9.2
Source: postgresql-9.2 (9.2.24-5.pgdg+1)
Version: 9.2.24-5.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1803
Depends: postgresql-9.2 (= 9.2.24-5.pgdg+1+b1), libc6 (>= 2.33), libcrypt1 (>= 1:4.1.0), libossp-uuid16, libpq5 (>= 9.2~beta3), libssl1.1 (>= 1.1.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.24-5.pgdg+1+b1_arm64.deb
Size: 367180
SHA256: ae0586e5b6a6452673be784f42788c812335863fa87a588cc66b2e2e1677be91
SHA1: bc4c2ccba0b481969ea09203c88112a6f6f7d9be
MD5sum: f8b08f9aca84a006f3f53a337796a66f
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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-contrib-9.3
Source: postgresql-9.3 (9.3.25-4.pgdg+1)
Version: 9.3.25-4.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1909
Depends: postgresql-9.3 (= 9.3.25-4.pgdg+1+b1), libc6 (>= 2.33), libcrypt1 (>= 1:4.1.0), libossp-uuid16, libpq5 (>= 9.2~beta3), libssl1.1 (>= 1.1.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.25-4.pgdg+1+b1_arm64.deb
Size: 398124
SHA256: c724ac08efa46c0c6a25ffa6fbff57da4705a198114ed27e540ce1f1c78403ca
SHA1: e34565ff91134c277207d6199502b1e769a6c23b
MD5sum: cd50773dd854dc3811ac7379f7346e45
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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-contrib-9.4
Source: postgresql-9.4 (9.4.26-3.pgdg+1)
Version: 9.4.26-3.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2056
Depends: postgresql-9.4 (= 9.4.26-3.pgdg+1+b1), libc6 (>= 2.33), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.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.26-3.pgdg+1+b1_arm64.deb
Size: 432496
SHA256: fb9f9c8f63da9f425093d4e2e8f044673f1536bd69700997c36698fac8328ab0
SHA1: b349ac2f1ad846472c440188c074ee2e7089f96d
MD5sum: 9f7c760c051edb913a8655524fc0b0bd
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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-contrib-9.5
Source: postgresql-9.5 (9.5.25-2.pgdg+1)
Version: 9.5.25-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2086
Depends: postgresql-9.5 (= 9.5.25-2.pgdg+1+b1), libc6 (>= 2.33), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.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.25-2.pgdg+1+b1_arm64.deb
Size: 441812
SHA256: 674682abf8be444d7093e57efbdc4d875843711472f427d9ff9ddbfed498a588
SHA1: 53e63fcb6fb624e64914a39de930ff37e03c9aa9
MD5sum: b9e94b2f67664ee9bf0b6a5e16a825eb
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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-contrib-9.6
Source: postgresql-9.6 (9.6.24-2.pgdg+1)
Version: 9.6.24-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2343
Depends: postgresql-9.6 (= 9.6.24-2.pgdg+1+b1), libc6 (>= 2.33), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.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.6/postgresql-contrib-9.6_9.6.24-2.pgdg+1+b1_arm64.deb
Size: 487580
SHA256: d02ddf5495146427c88aed68dc584ecb9768efc48ccc30a1cab50ea46d7f0200
SHA1: 21d51238004aef2ee9b11b4d2457b4fac685e12c
MD5sum: 316f4442edf6d232686634bedc32b6b4
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.6.  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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-plperl-10
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 252
Depends: perl, postgresql-10 (= 10.20-1.pgdg+1+b1), libc6 (>= 2.17), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plperl-10_10.20-1.pgdg+1+b1_arm64.deb
Size: 60768
SHA256: 45667a34657b6d44c6d6941c89a23169cec1f4c8c953a6b1bd0cd6893aa4058c
SHA1: 47382e84fc269ddba5fe866e89a8b99a27f0294a
MD5sum: 3acb3704fcd60d6a5a0563001440a3b7
Description: PL/Perl procedural language for PostgreSQL 10
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Perl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-plperl-10-dbgsym
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-plperl-10 (= 10.20-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plperl-10-dbgsym_10.20-1.pgdg+1+b1_arm64.deb
Size: 151172
SHA256: b3fcfe80ac8a06036fa7bc1681edd23a1c47d5b82e34adfb7911759685ea13cc
SHA1: d1a334a8065502904695ffc01b31dc8cb80b347c
MD5sum: 0fdaea5043a95892f0c4f42ed782869f
Description: debug symbols for postgresql-plperl-10
Build-Ids: 4acf09d0c3ddad2e51871540de6bb03c252711ac dbc47ace7a9758a20f2e25f97df0aa59f30dbd0d
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-plperl-11
Source: postgresql-11 (11.15-1.pgdg+1)
Version: 11.15-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 281
Depends: perl, postgresql-11 (= 11.15-1.pgdg+1+b1), libc6 (>= 2.17), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plperl-11_11.15-1.pgdg+1+b1_arm64.deb
Size: 64220
SHA256: ea9aa9da9eda1c451e0d7a1250aeb421526e76c3c32f7cb55c09ce7352217ef6
SHA1: ca8a17902cfddaa0c8b75362a8ded3e5ff472bcf
MD5sum: 4b2fbed3595233e2c81e19c1de215b91
Description: PL/Perl procedural language for PostgreSQL 11
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Perl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-plperl-11-dbgsym
Source: postgresql-11 (11.15-1.pgdg+1)
Version: 11.15-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 204
Depends: postgresql-plperl-11 (= 11.15-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plperl-11-dbgsym_11.15-1.pgdg+1+b1_arm64.deb
Size: 164964
SHA256: c1a5c4e83b98945899cefe4e728e721126670bb4d72ce1418b5f854a9ae531cc
SHA1: d92a15a331ce3d9a210f95898a14a59b2292cfdb
MD5sum: 764be4943f24a244fe825f8cc2c5d1f5
Description: debug symbols for postgresql-plperl-11
Build-Ids: 45ce76c5c6da5f06bda3590588ddc9aad32afa94 85352d660d2d26b93d3cefd52c04a4c8860f3dcb e70481bd390c6bfff57567caea9d471f3db023a7
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-plperl-12
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 321
Depends: perl, postgresql-12 (= 12.10-1.pgdg+1+b1), libc6 (>= 2.17), libperl5.34 (>= 5.34.0)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plperl-12_12.10-1.pgdg+1+b1_arm64.deb
Size: 80696
SHA256: 3668e763b5db538db46cc4c1bd0abb02ee026896f6592d9f0a9bf7834043a81d
SHA1: b75b2b7e84448fb85501fe6879c064f435df2958
MD5sum: e0753e8fa8ce8fdbc7f318060d2b0e79
Description: PL/Perl procedural language for PostgreSQL 12
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Perl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-plperl-12-dbgsym
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 207
Depends: postgresql-plperl-12 (= 12.10-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plperl-12-dbgsym_12.10-1.pgdg+1+b1_arm64.deb
Size: 167920
SHA256: 390fbba311a739f84d7337d66b309e237422c0c4a19696e81f760f6092ebe799
SHA1: 689d02a1f62bc849714ae3e78a42a0412010bb43
MD5sum: 36e2a277d8aeb1381711600909ab9748
Description: debug symbols for postgresql-plperl-12
Build-Ids: 2781e818fe25a63d18a23abc998f22b6767f8eb4 3efefefeaec158d00aca2b9ed6963094b2146cc2 81d96e55059bdfa8330eee256094e1bf34008dd9
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-plperl-13
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 340
Depends: perl, postgresql-13 (= 13.6-1.pgdg+1+b1), libc6 (>= 2.17), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plperl-13_13.6-1.pgdg+1+b1_arm64.deb
Size: 84252
SHA256: e64dfaf2e031c84860684b64425aae06197121d885c98de966239672f9b26abe
SHA1: 38aaaaef10d77d4c63b3e989afdb22af1d525586
MD5sum: 7436c80b8e5e3ffbec332229bab90d62
Description: PL/Perl procedural language for PostgreSQL 13
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Perl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-plperl-13-dbgsym
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 220
Depends: postgresql-plperl-13 (= 13.6-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plperl-13-dbgsym_13.6-1.pgdg+1+b1_arm64.deb
Size: 174472
SHA256: c296c20bfc5b8749b458d2c5336e04ffb005bc382c44694eb74162080c677cf3
SHA1: 95d4c2e70baf28b7013101f523e77a57ef99d27b
MD5sum: 4d8da7352b32593516500d0d502576ad
Description: debug symbols for postgresql-plperl-13
Build-Ids: 0e384c6892913633aee4873833949ff733000b0a 1aa142a2078636d3b3d6136ed166a8d661bb1c12 48256891cd38031dfe2906a40d179e801f4a5851 f2b39255bda40cc5ddd771f5d8a9c6f7a2d7409d
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-plperl-14
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 346
Depends: perl, postgresql-14 (= 14.2-1.pgdg+1+b1), libc6 (>= 2.17), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plperl-14_14.2-1.pgdg+1+b1_arm64.deb
Size: 81576
SHA256: 1950585895cc5829e1585d054e846ea9ebd128097663ed7f97622206cfbd922f
SHA1: da379d5a788eef1a743bad8456ca3d9844b2778a
MD5sum: 3fdb3969e45959998e0f23fc10c1247c
Description: PL/Perl procedural language for PostgreSQL 14
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Perl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-plperl-14-dbgsym
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 221
Depends: postgresql-plperl-14 (= 14.2-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plperl-14-dbgsym_14.2-1.pgdg+1+b1_arm64.deb
Size: 174816
SHA256: fa5392eee3f8e79c32be276739b677639b3458e1501fc90338d7c02039b58d30
SHA1: d3eff8f162f82db75c5c98faad92379e513d722c
MD5sum: 4389161b0c7ad7de5889c1fcf2c0ab8e
Description: debug symbols for postgresql-plperl-14
Build-Ids: 19f81ad8f078b6c208c017217d636d0e413a5c14 3f272cdf0ab1cfd303670d07302cc059d9c5158a 6776e324b8d2cc716844ab68f1f4a76bb0be69fa 85631b63a8fc14b2b20be8c9a949f6933cea516b
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-plperl-9.1
Source: postgresql-9.1 (9.1.24-8.pgdg+1)
Version: 9.1.24-8.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 233
Depends: libc6 (>= 2.17), libperl5.34 (>= 5.34.0), postgresql-9.1 (= 9.1.24-8.pgdg+1+b1), 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.24-8.pgdg+1+b1_arm64.deb
Size: 69756
SHA256: 5025ebeed6fc2db066f629ce91fba55ab7a3ab441045cdd1b2184d54938834cd
SHA1: 4872457d6f2bde6bbe53436d7942fc54c57edcd7
MD5sum: b797446b226739d6e3c7f1cd905ce5a6
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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-plperl-9.2
Source: postgresql-9.2 (9.2.24-5.pgdg+1)
Version: 9.2.24-5.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 215
Depends: libc6 (>= 2.17), libperl5.34 (>= 5.34.0), postgresql-9.2 (= 9.2.24-5.pgdg+1+b1), 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.24-5.pgdg+1+b1_arm64.deb
Size: 54912
SHA256: 4f668ccdc79029c22e0339b4ff42ddeaffefd01154f1b3bdabacc18569e882f9
SHA1: 56eed6c01bfe08348e185f8a56c6b2fca03b6946
MD5sum: f21ca3a270b9d1586f67c3aa99211154
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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-plperl-9.3
Source: postgresql-9.3 (9.3.25-4.pgdg+1)
Version: 9.3.25-4.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 216
Depends: libc6 (>= 2.17), libperl5.34 (>= 5.34.0), postgresql-9.3 (= 9.3.25-4.pgdg+1+b1), 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.25-4.pgdg+1+b1_arm64.deb
Size: 56404
SHA256: 7a32b01bf5bc3661b0b65655ef91fb06b27997db95a7a51beb3c3076c53488dc
SHA1: e98999d5408d57b336801c4daa5f99763c70fbd9
MD5sum: 9c6da62217a77d15799d8ca15289c701
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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-plperl-9.4
Source: postgresql-9.4 (9.4.26-3.pgdg+1)
Version: 9.4.26-3.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 226
Depends: libc6 (>= 2.17), libperl5.34 (>= 5.34.0), postgresql-9.4 (= 9.4.26-3.pgdg+1+b1), 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.26-3.pgdg+1+b1_arm64.deb
Size: 55372
SHA256: ba3ee7f4927c0b40f3e75b2c709f5899bf85a0c8d1d1c4e43031236c31d19d20
SHA1: 3c68ce0c840347e5c0a38c2052bccde28911afc8
MD5sum: 72cd147121cee7edf9c179eeb528b409
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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-plperl-9.5
Source: postgresql-9.5 (9.5.25-2.pgdg+1)
Version: 9.5.25-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libc6 (>= 2.17), libperl5.34 (>= 5.34.0), postgresql-9.5 (= 9.5.25-2.pgdg+1+b1), 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.25-2.pgdg+1+b1_arm64.deb
Size: 61108
SHA256: 3e2cc26615fc124f58dee85ffdd9257f1f131c58539fa104c710d68e5ac157e0
SHA1: c035e335113b04cfd3b30d6b92aebe3012b8d397
MD5sum: d18388cf172effb869fc9b8a94a55183
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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-plperl-9.6
Source: postgresql-9.6 (9.6.24-2.pgdg+1)
Version: 9.6.24-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 260
Depends: perl, postgresql-9.6 (= 9.6.24-2.pgdg+1+b1), libc6 (>= 2.17), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plperl-9.6_9.6.24-2.pgdg+1+b1_arm64.deb
Size: 61848
SHA256: 88bd222cfeadb83f029ee0fd88242024993ed232c03377c4e4392b10e5aa102a
SHA1: d6bfb16aa6943f9d7b4ffd21d7324717caffbe6b
MD5sum: 6ab9823d9bbabd32e15907c63043e163
Description: PL/Perl procedural language for PostgreSQL 9.6
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Perl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-plpython3-10
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: postgresql-10 (= 10.20-1.pgdg+1+b1), libc6 (>= 2.17), libpython3.9 (>= 3.9.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10_10.20-1.pgdg+1+b1_arm64.deb
Size: 57828
SHA256: 39ce6a624b0166f0df9744334dfecd7eb1bafe2a8489de8f371429add2b6d9ab
SHA1: 467973d241f1b65744ca5876273fc6359c03dfe4
MD5sum: 0ad18339d499b977d167bef52e503ec1
Description: PL/Python 3 procedural language for PostgreSQL 10
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Python 3.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-plpython3-10-dbgsym
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-plpython3-10 (= 10.20-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10-dbgsym_10.20-1.pgdg+1+b1_arm64.deb
Size: 151684
SHA256: 64cc45fd8b5057c1356073a793a4c5a9cb0a5482bd62498801e8a175cba97400
SHA1: 05bebe84c1e6c7f9f29b6a64ab9ab5147ec230af
MD5sum: a24c1e8c94cfb614218e60bf3ea73759
Description: debug symbols for postgresql-plpython3-10
Build-Ids: 1c39be7d7b53cb430e26fd39f2996cb518460a2e 80925fc776a6631b59ce6f7b4133ac008407dc23 cc046433e21bd14b43db79f4e7d3e4511984bed0
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-plpython3-11
Source: postgresql-11 (11.15-1.pgdg+1)
Version: 11.15-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: postgresql-11 (= 11.15-1.pgdg+1+b1), libc6 (>= 2.17), libpython3.9 (>= 3.9.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11_11.15-1.pgdg+1+b1_arm64.deb
Size: 76092
SHA256: 61eaa19bd747baee8ec2833d9e73291a6d70cd125c960b86722e4057f9e1494a
SHA1: c09718addc13c94440928c826713601234256bc5
MD5sum: 5ed35c448d1d439a0f74cd94297b3921
Description: PL/Python 3 procedural language for PostgreSQL 11
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Python 3.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-plpython3-11-dbgsym
Source: postgresql-11 (11.15-1.pgdg+1)
Version: 11.15-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 218
Depends: postgresql-plpython3-11 (= 11.15-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11-dbgsym_11.15-1.pgdg+1+b1_arm64.deb
Size: 164288
SHA256: 7c1a3631c6c96a32e30a89ce5fe60385ed4beb5087a14ee3a6df82fea43cc4e7
SHA1: 3771147aa8e8d843823b64a0bea7598685bd387b
MD5sum: c732c6913ca2669dcc7a8c48161e1eba
Description: debug symbols for postgresql-plpython3-11
Build-Ids: 29a2e2d5e950eb335db3dfcb668a543d9d79c094 71ebe6fc625418800ee6a6939ca100d5a4f2b0c8 a86e54f9ed7f36c109861687e52c4758e09c2f9b ab7436917eeeb707e81917cfe47fa6e19ea8cb26
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-plpython3-12
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 472
Depends: postgresql-12 (= 12.10-1.pgdg+1+b1), libc6 (>= 2.17), libpython3.9 (>= 3.9.1)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12_12.10-1.pgdg+1+b1_arm64.deb
Size: 105564
SHA256: 1527a55f273887f42b90fb5144f2c18ebdac2a36c6892ade400cb908552236bf
SHA1: 7901baa1fb7d33f9f4a48113a821206c304b5bb2
MD5sum: 819158e9a79401df40dbb2a9aaca763e
Description: PL/Python 3 procedural language for PostgreSQL 12
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Python 3.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-plpython3-12-dbgsym
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 220
Depends: postgresql-plpython3-12 (= 12.10-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12-dbgsym_12.10-1.pgdg+1+b1_arm64.deb
Size: 167344
SHA256: e2f064ab7f18473d22234a2e158a017ac50924da27c419aba5f8f6d335d4889c
SHA1: 8432aa1447354500b485a9b704aa4ab556679756
MD5sum: bcdbf95508ff0fec61a1b1533e75887d
Description: debug symbols for postgresql-plpython3-12
Build-Ids: 3a0e72eaee879b7358400e9e4e11e58c24346b4f 56a5bd0394a065aca29a1b8f9e89b84d1258e98b d5fb9e2987db6621a14ffc2001f0cd1aef128451 dbb33fe073d96d024b69e02190824fa8b8682881
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-plpython3-13
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 478
Depends: postgresql-13 (= 13.6-1.pgdg+1+b1), libc6 (>= 2.17), libpython3.9 (>= 3.9.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13_13.6-1.pgdg+1+b1_arm64.deb
Size: 104564
SHA256: ebd78261f00411758282c486fe40803cac44e4c7212debbc5366a089c7fa46bf
SHA1: a50cffa12dd535de4468cd9311ded9128846e014
MD5sum: 8a37f898ac28aff89c77c63606550440
Description: PL/Python 3 procedural language for PostgreSQL 13
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Python 3.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-plpython3-13-dbgsym
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 220
Depends: postgresql-plpython3-13 (= 13.6-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13-dbgsym_13.6-1.pgdg+1+b1_arm64.deb
Size: 167032
SHA256: 6c7d63697b0115d0add6f6b9934c7f5a7c5827438e3a21872646cf6fb01b9f04
SHA1: 61fe101f1f9b8e1f3af02840ed864feda0595c57
MD5sum: eef781d8fa2549bf746721932b516089
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 0652f61cdc0bef4224cb6572e45e3c32edfc995f 6ce316c3c86374a1dc9e22f6fbb219f0f41be2b2 96eee070a96f100c2ca05aedd84f89522e1683a4 db59bf19ed2abd1cef3b2df3f120669b074b7aa5
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-plpython3-14
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 490
Depends: postgresql-14 (= 14.2-1.pgdg+1+b1), libc6 (>= 2.17), libpython3.9 (>= 3.9.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14_14.2-1.pgdg+1+b1_arm64.deb
Size: 103360
SHA256: aa549b2f382dd5ef914ad4e47e48d91ceb923fa01605e812ce4fdf250fb3a899
SHA1: 47dfc1d3a69d671198c1b5bc59b578eccc76006c
MD5sum: e8575d764cc2af70b49caced94ca0bd8
Description: PL/Python 3 procedural language for PostgreSQL 14
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Python 3.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-plpython3-14-dbgsym
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 221
Depends: postgresql-plpython3-14 (= 14.2-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14-dbgsym_14.2-1.pgdg+1+b1_arm64.deb
Size: 168688
SHA256: 77debcb09ea12b6d2b1ac03965ada09b1f2bbc8a42edce1b9e3aab20224d77ad
SHA1: 84d20960ecccc916d10a91a24ca3f2e40496f3f0
MD5sum: fa1bd148d46b76f34f52563486921f7a
Description: debug symbols for postgresql-plpython3-14
Build-Ids: 24d4c675290e9c97cb35aea76009d07c86193c1b 2a3addb816fef4464f78e65cbd0a8fd7d1837b74 30e9717a9b2cc8434631c3a74d7f1773f58551ac f8cc4071bee50f56a863c40c0c18245baa7df04c
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-plpython3-9.1
Source: postgresql-9.1 (9.1.24-8.pgdg+1)
Version: 9.1.24-8.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 160
Depends: libc6 (>= 2.17), libpython3.9 (>= 3.9.1), postgresql-9.1 (= 9.1.24-8.pgdg+1+b1)
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.24-8.pgdg+1+b1_arm64.deb
Size: 61328
SHA256: 3ed8522c597d122083ed7bc765985757603842b6c3838184d75d7863c771b577
SHA1: e112b1287e1f3a2e1bda47ae35e81ab405506232
MD5sum: 5515d69e9e7455553fb94ebd079211c2
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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-plpython3-9.2
Source: postgresql-9.2 (9.2.24-5.pgdg+1)
Version: 9.2.24-5.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: libc6 (>= 2.17), libpython3.9 (>= 3.9.1), postgresql-9.2 (= 9.2.24-5.pgdg+1+b1)
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.24-5.pgdg+1+b1_arm64.deb
Size: 50880
SHA256: ced72feddbab9d76bda2d79c939233b225ac99278e8b0feaf9fd3bfedd1bfec2
SHA1: 38584797d5f4483dae4926b444860ae61e57539f
MD5sum: 4d803694aa86915be38c534e156808df
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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-plpython3-9.3
Source: postgresql-9.3 (9.3.25-4.pgdg+1)
Version: 9.3.25-4.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: libc6 (>= 2.17), libpython3.9 (>= 3.9.1), postgresql-9.3 (= 9.3.25-4.pgdg+1+b1)
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.25-4.pgdg+1+b1_arm64.deb
Size: 53156
SHA256: 937f6056677bee9e8ee98d692db326fc821de7f1ed88eccbded172f27fc0b321
SHA1: 9b0b3a2bb767441eda9c7e2c49ddd3ffc5e6600e
MD5sum: add8706b9bd47ad2e7768bdac936da2b
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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-plpython3-9.4
Source: postgresql-9.4 (9.4.26-3.pgdg+1)
Version: 9.4.26-3.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: libc6 (>= 2.17), libpython3.9 (>= 3.9.1), postgresql-9.4 (= 9.4.26-3.pgdg+1+b1)
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.26-3.pgdg+1+b1_arm64.deb
Size: 51000
SHA256: 0da566a9910bb23b3c6d0f37a2357b6112807db511952cafe5e998a1c154b2b0
SHA1: abed364501651f820599b1f49c3a0c9cecfa53c5
MD5sum: 4227e444695da464a0b63de3f870ab27
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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-plpython3-9.5
Source: postgresql-9.5 (9.5.25-2.pgdg+1)
Version: 9.5.25-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: libc6 (>= 2.17), libpython3.9 (>= 3.9.1), postgresql-9.5 (= 9.5.25-2.pgdg+1+b1)
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.25-2.pgdg+1+b1_arm64.deb
Size: 55368
SHA256: 2c8cb5274e023c3619bea81642d07ca39a99af8c3564603c1ff792eee408b40d
SHA1: 231dfdc7c6620e2248be23ec4e585c3af610186a
MD5sum: 58a258fa3be02edf640aad526caecd43
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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-plpython3-9.6
Source: postgresql-9.6 (9.6.24-2.pgdg+1)
Version: 9.6.24-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 203
Depends: postgresql-9.6 (= 9.6.24-2.pgdg+1+b1), libc6 (>= 2.17), libpython3.9 (>= 3.9.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plpython3-9.6_9.6.24-2.pgdg+1+b1_arm64.deb
Size: 57320
SHA256: f9196a3f050f2182ab1fe63d6d7bbaee18c305500e9178a2b7f9859b12efe9c2
SHA1: 25a6ac033e8de7026b1f8efae14003bb906bd426
MD5sum: 18a77ecc97975ba367626d3c7d436158
Description: PL/Python 3 procedural language for PostgreSQL 9.6
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Python 3.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-pltcl-10
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 163
Depends: postgresql-10 (= 10.20-1.pgdg+1+b1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10_10.20-1.pgdg+1+b1_arm64.deb
Size: 41116
SHA256: 19a8a5cb26c8b2d02a95cc7e73a2fed2fff2a9196dcebe89296c30a12fe92b6c
SHA1: 9f8662c0f03e94a86247fbdba5d181b35caecacd
MD5sum: 60b0f864f89179d2d795670b03c32661
Description: PL/Tcl procedural language for PostgreSQL 10
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Tcl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-pltcl-10-dbgsym
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-pltcl-10 (= 10.20-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10-dbgsym_10.20-1.pgdg+1+b1_arm64.deb
Size: 67944
SHA256: f12df7779e6dbe320905399db0676de830cb5fdf781cf43a2b22647ac0edd05d
SHA1: 064c8b778356f848fca09ddef925e4fc5d26249b
MD5sum: 8d7cd45e0a40a9c507b0a11562d74516
Description: debug symbols for postgresql-pltcl-10
Build-Ids: cebd995143a265a26f3899cada0e69e7c119ed59
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-pltcl-11
Source: postgresql-11 (11.15-1.pgdg+1)
Version: 11.15-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-11 (= 11.15-1.pgdg+1+b1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11_11.15-1.pgdg+1+b1_arm64.deb
Size: 41816
SHA256: c86a6e4757d9684dadb374a9d1a47fd1a60af52d3ea74392099dce1f733457dc
SHA1: 97b8738ea90f25acc7c9ef26f8a9fcba9d605fe0
MD5sum: 523ba7da320882e3d69ecf022a6f71da
Description: PL/Tcl procedural language for PostgreSQL 11
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Tcl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-pltcl-11-dbgsym
Source: postgresql-11 (11.15-1.pgdg+1)
Version: 11.15-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-pltcl-11 (= 11.15-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11-dbgsym_11.15-1.pgdg+1+b1_arm64.deb
Size: 71104
SHA256: 47a8b92c91bf8dc1295c41b276280644a2b758ffebe704a584ab7a583904ed84
SHA1: 8c98904d9b486288dbbd4ffaa4ea21f69820780b
MD5sum: d465bc2b1cfd9f69dc0f3d294f6ac540
Description: debug symbols for postgresql-pltcl-11
Build-Ids: 384d4dd305d53f399f6893d03dba549e18395160
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-pltcl-12
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-12 (= 12.10-1.pgdg+1+b1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12_12.10-1.pgdg+1+b1_arm64.deb
Size: 40288
SHA256: cf55f033c4d8ec8b898c9d021c2b91850eff94386abafaab036610d8f39f6dc3
SHA1: 8ce9fb724920af68071b768e1585ca90cecd3af9
MD5sum: 37c7ba06736869f022906c50b34e771d
Description: PL/Tcl procedural language for PostgreSQL 12
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Tcl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-pltcl-12-dbgsym
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-pltcl-12 (= 12.10-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12-dbgsym_12.10-1.pgdg+1+b1_arm64.deb
Size: 72196
SHA256: cf44364bed411e81ff297e7f2b32ff0d9416c7c27eeb95c300e495e9da2855d2
SHA1: 6c4ef2bbf48447d3cc8f1a30db10a61123136943
MD5sum: 4b6fca0cd5b8fc658048f228c125057a
Description: debug symbols for postgresql-pltcl-12
Build-Ids: ab7012643f6f795b147a3ef54b948de8a40f0cff
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-pltcl-13
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-13 (= 13.6-1.pgdg+1+b1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13_13.6-1.pgdg+1+b1_arm64.deb
Size: 40120
SHA256: faa83afe85b73ca1cbcad400f5fa8cd20e561e4736530078681be212da0e4e96
SHA1: 79f25d69f9931b7fdcf4d993f6bab8dd6f8cbeea
MD5sum: 32011edca3c684606fb20c4a75ee9814
Description: PL/Tcl procedural language for PostgreSQL 13
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Tcl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-pltcl-13-dbgsym
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-pltcl-13 (= 13.6-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13-dbgsym_13.6-1.pgdg+1+b1_arm64.deb
Size: 75332
SHA256: 9975d0dcd5579c3f211974d52ec543c3576c1a303750659df1366a13b5df811a
SHA1: c898ddc924d91c560e73f5d0f3e2c51e987cbd98
MD5sum: 7d5ed5673151078e514add165a450a0a
Description: debug symbols for postgresql-pltcl-13
Build-Ids: d548d92bd9ff6a622219e92738926db147a50068
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-pltcl-14
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-14 (= 14.2-1.pgdg+1+b1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14_14.2-1.pgdg+1+b1_arm64.deb
Size: 36264
SHA256: 6a327eb02fe2e0ba7f325442271908a2a61c54c27693d85426e808e49ee70b77
SHA1: b9c39aa8b39e12616afed042e02f43b5608c1c98
MD5sum: 7fbb0fb746cc06448cb375d3d8a39f60
Description: PL/Tcl procedural language for PostgreSQL 14
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Tcl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-pltcl-14-dbgsym
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-pltcl-14 (= 14.2-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14-dbgsym_14.2-1.pgdg+1+b1_arm64.deb
Size: 75980
SHA256: 07a6194992cdee75d1136581b881efa832b301686a7941fefcef8329c909949b
SHA1: e1a5d5ebac43050ae9f15e076b6af720df978d32
MD5sum: 398614b4f6717d3dc2fed45444ead654
Description: debug symbols for postgresql-pltcl-14
Build-Ids: 9ebd46f8131d415e2811c1a7aa24c8d2eb494ff2
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-pltcl-9.1
Source: postgresql-9.1 (9.1.24-8.pgdg+1)
Version: 9.1.24-8.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 163
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.1 (= 9.1.24-8.pgdg+1+b1)
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.24-8.pgdg+1+b1_arm64.deb
Size: 50592
SHA256: 08e150f222e06739970d63566b4e6da5be0c407cc01236237558179885e0e77a
SHA1: e3b0fe968ae1be07dc1ede3b4f776b83453bcc3e
MD5sum: 1627260a01661d1fd0affb4b4f00b15d
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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-pltcl-9.2
Source: postgresql-9.2 (9.2.24-5.pgdg+1)
Version: 9.2.24-5.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.2 (= 9.2.24-5.pgdg+1+b1)
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.24-5.pgdg+1+b1_arm64.deb
Size: 37060
SHA256: 1dac516e83ad1618b93ffb98c1155f3ffc59e9e49349d60d44bd3835469860c7
SHA1: 071a8ac684b8ea1e835f39f02268ec62d9bc7017
MD5sum: 185361632c690f5dac712c1fb24bfbad
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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-pltcl-9.3
Source: postgresql-9.3 (9.3.25-4.pgdg+1)
Version: 9.3.25-4.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.3 (= 9.3.25-4.pgdg+1+b1)
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.25-4.pgdg+1+b1_arm64.deb
Size: 38648
SHA256: ec4cc0701379041f01fc94df4b07c6d8d7b7a348134cae31b2b06bd9b5efe25c
SHA1: febf887308fe9851dee5c91d5270372e34053d87
MD5sum: 56e89ea42e1b98d6bf35acc9c8683809
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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-pltcl-9.4
Source: postgresql-9.4 (9.4.26-3.pgdg+1)
Version: 9.4.26-3.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 153
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.4 (= 9.4.26-3.pgdg+1+b1)
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.26-3.pgdg+1+b1_arm64.deb
Size: 36596
SHA256: 7c6eeed577680467bcbac6a3a5bb038ec819698fa290e2b79f3374d62441d76b
SHA1: 9c85d51705cdac76e5adfa05f4d40172b8f001b7
MD5sum: 7e688a3512b706c04b5c9636f7424452
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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-pltcl-9.5
Source: postgresql-9.5 (9.5.25-2.pgdg+1)
Version: 9.5.25-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 165
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.5 (= 9.5.25-2.pgdg+1+b1)
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.25-2.pgdg+1+b1_arm64.deb
Size: 40028
SHA256: 451a3e48a91a16614d4644a6ff7aaf481ec41742c2403ccd99801d8ee82d3f21
SHA1: efd3dd6996e09fd2dea81365b73539859240ca2d
MD5sum: 9488dff6b08d762a04c13a97a65eb390
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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-pltcl-9.6
Source: postgresql-9.6 (9.6.24-2.pgdg+1)
Version: 9.6.24-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-9.6 (= 9.6.24-2.pgdg+1+b1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-pltcl-9.6_9.6.24-2.pgdg+1+b1_arm64.deb
Size: 44308
SHA256: b5fbce7a67e4a99dac9bf26e4696d972ed1bf5822a95cfce4b725104f94825de
SHA1: a36178861c8f254df1d86d0ba474da47bb8597bd
MD5sum: 6527b63557f9c955366360ff9756735b
Description: PL/Tcl procedural language for PostgreSQL 9.6
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Tcl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-server-dev-10
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5500
Depends: libpq-dev (>= 10~~), postgresql-client-10 (= 10.20-1.pgdg+1+b1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Replaces: libpq-dev
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-10/postgresql-server-dev-10_10.20-1.pgdg+1+b1_arm64.deb
Size: 944220
SHA256: efefb68764d7f0deb64d7e28977598cacbeac1a015a40702e62fb14c1a643d9d
SHA1: 07fbe7c3ec6bffa41593853c94feca26f8dc715d
MD5sum: 6e0fed324cc2538023c0b7e735d1ad82
Description: development files for PostgreSQL 10 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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-server-dev-11
Source: postgresql-11 (11.15-1.pgdg+1)
Version: 11.15-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5039
Depends: clang-13, libpq-dev (>= 11~~), llvm-13-dev, postgresql-client-11 (= 11.15-1.pgdg+1+b1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-11/postgresql-server-dev-11_11.15-1.pgdg+1+b1_arm64.deb
Size: 925396
SHA256: 3e4fee3af365dae54053ea0192aad5436916ef3ee747a9fb358a7335677e9f52
SHA1: a2f7cead5d3b8da5f9794f54578f38013b13cfa0
MD5sum: 9f93d6c56fa40fc0e1916114179e245c
Description: development files for PostgreSQL 11 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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-server-dev-12
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5606
Depends: clang-13, libpq-dev (>= 12~~), llvm-13-dev, postgresql-client-12 (>= 12.1-2~), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-12/postgresql-server-dev-12_12.10-1.pgdg+1+b1_arm64.deb
Size: 989168
SHA256: 93640930f29a37568a3a8dec592c0b777f94a64caf5c9f2f36d7de0afdda0a6e
SHA1: de21f963c4c7d231475ae56a802e29fe420ecea2
MD5sum: ee558cc85c0563d6f8d90c6c71c2ccb8
Description: development files for PostgreSQL 12 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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-server-dev-13
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6112
Depends: clang-13, libpq-dev (>= 13~~), llvm-13-dev, postgresql-client-13, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/postgresql-server-dev-13_13.6-1.pgdg+1+b1_arm64.deb
Size: 1034392
SHA256: 3f991ede4c61b68da063993bf43f6dcffa1e76f4e3209737a0f45f8e82fd8fbc
SHA1: ffc946c7c79409279c2c53f59d0d8dd2988640f8
MD5sum: b145378612001312e40d2329de96f540
Description: development files for PostgreSQL 13 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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-server-dev-14
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6624
Depends: clang-13, libpq-dev (>= 14~~), llvm-13-dev, postgresql-client-14, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14_14.2-1.pgdg+1+b1_arm64.deb
Size: 1106908
SHA256: 293d4083495b109d0bd707eb743403aff24f4d86a8a9e56d163d5aca70dcba5f
SHA1: 1c598d77036f6c26e55ee92df3b8bd588f36db22
MD5sum: f57d99006f79803ffbbf82544e3ccff6
Description: development files for PostgreSQL 14 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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-server-dev-9.1
Source: postgresql-9.1 (9.1.24-8.pgdg+1)
Version: 9.1.24-8.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3078
Depends: libc6 (>= 2.33), 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.24-8.pgdg+1+b1_arm64.deb
Size: 560816
SHA256: cc05b75409073cd13901851255a0a847c356f6ac9d900431aaa2f322bc74dc3d
SHA1: d89273045298f1c18f1ae4cb71f54558f9fa0a75
MD5sum: ed44ca99ed8b8675bfdb0a887ed80f3b
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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-server-dev-9.2
Source: postgresql-9.2 (9.2.24-5.pgdg+1)
Version: 9.2.24-5.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3283
Depends: libc6 (>= 2.33), 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.24-5.pgdg+1+b1_arm64.deb
Size: 586868
SHA256: be38c4bb5a58375b987934ec10a7e50a68b547d084e0bfd7d6b8fb434118bd8b
SHA1: 02269a758d5635f70d76d3dc297afcee3e476cfa
MD5sum: 878f769a360fc4d9c7defbfffa364540
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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-server-dev-9.3
Source: postgresql-9.3 (9.3.25-4.pgdg+1)
Version: 9.3.25-4.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3530
Depends: libc6 (>= 2.33), 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.25-4.pgdg+1+b1_arm64.deb
Size: 632184
SHA256: cbd05da5f60f2735bf81a7572bfe60a190b88507e6095355f884cdd772f2ca8c
SHA1: e2c430c1cdf2e390b85ee84b98d58e4977b1ab42
MD5sum: 665462313b31aa57e6a2eb7ea31a65c9
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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-server-dev-9.4
Source: postgresql-9.4 (9.4.26-3.pgdg+1)
Version: 9.4.26-3.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3566
Depends: libpq-dev (>= 9.4~), postgresql-client-9.4 (= 9.4.26-3.pgdg+1+b1), 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.26-3.pgdg+1+b1_arm64.deb
Size: 625432
SHA256: 57465a4ae1e02a2b84449b2cb6380a459d051514b91e4adcb0907efa956bfcfc
SHA1: d67d0aafe39a6ad0bbab44ccdf91fdc50e2ff341
MD5sum: 908736dd7282797c07c0a4a517beab83
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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-server-dev-9.5
Source: postgresql-9.5 (9.5.25-2.pgdg+1)
Version: 9.5.25-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4085
Depends: libpq-dev (>= 9.5~~), postgresql-client-9.5 (= 9.5.25-2.pgdg+1+b1), 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.25-2.pgdg+1+b1_arm64.deb
Size: 720336
SHA256: 9d0906a2d9b24ff74a915bdd0ab7130e09d6533b383c322c7ebe7b4501ce06a9
SHA1: 177382b31a2f6921083c309a56e3dd94f88f0ed4
MD5sum: cc5bd79ab08725ce792a5708a3ad5fcf
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.
Timestamp: 2022-03-29 13:41:23+00

Package: postgresql-server-dev-9.6
Source: postgresql-9.6 (9.6.24-2.pgdg+1)
Version: 9.6.24-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4420
Depends: libpq-dev (>= 9.6~~), postgresql-client-9.6 (= 9.6.24-2.pgdg+1+b1), postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-9.6/postgresql-server-dev-9.6_9.6.24-2.pgdg+1+b1_arm64.deb
Size: 786220
SHA256: e38ef6944079287d5c9fca58121d8b950427edd6b81f6e3ae3af2457782ee08b
SHA1: 2487a21a9215923ddba05283e9eff1c49a2f1a65
MD5sum: 3764ac3d54dfb35c3572fb127ad4a1ef
Description: development files for PostgreSQL 9.6 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.
Timestamp: 2022-03-29 13:41:23+00

Package: python3-psycopg2
Source: psycopg2 (2.8.6-2.pgdg+1)
Version: 2.8.6-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Installed-Size: 728
Depends: python3 (<< 3.11), python3 (>= 3.9~), python3:any, libc6 (>= 2.17), libpq5 (>= 10~~)
Suggests: python-psycopg2-doc
Homepage: http://initd.org/projects/psycopg
Priority: optional
Section: python
Filename: pool/main/p/psycopg2/python3-psycopg2_2.8.6-2.pgdg+1+b1_arm64.deb
Size: 141432
SHA256: acfee44ceaf662374f2f73cd167bd0e5d4305c5f185a98913b1ca928255e1372
SHA1: ffa8ecb58e2190d7373022b9d18b87df7d0d79eb
MD5sum: 81cda6cd431a57436c6be4d3cd9d8d69
Description: Python 3 module for PostgreSQL
 psycopg is a PostgreSQL database adapter for the Python3 programming language
 (just like pygresql and popy.) This is version 2, a complete rewrite of the
 original code to provide new-style classes for connection and cursor objects
 and other sweet candies. Like the original, psycopg 2 was written with the
 aim of being very small and fast, and stable as a rock.
 .
 psycopg is different from the other database adapter because it was designed
 for heavily multi-threaded applications that create and destroy lots of
 cursors and make a conspicuous number of concurrent INSERTs or UPDATEs.
 psycopg 2 also provides full asynchronous operations for the really brave
 programmer.
 .
 The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0
 and being thread safe at level 2. It also includes some extensions to the
 standard DBAPI-2.0 to allow for better thread performance.
Timestamp: 2022-03-29 13:41:23+00

Package: python3-psycopg2-dbg
Source: psycopg2 (2.8.6-2.pgdg+1)
Version: 2.8.6-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Installed-Size: 647
Depends: python3-dbg, python3-psycopg2 (= 2.8.6-2.pgdg+1+b1), libc6 (>= 2.17), libpq5 (>= 10~~)
Multi-Arch: same
Homepage: http://initd.org/projects/psycopg
Priority: optional
Section: debug
Filename: pool/main/p/psycopg2/python3-psycopg2-dbg_2.8.6-2.pgdg+1+b1_arm64.deb
Size: 110728
SHA256: 156f89463fc4553581e58156cfd99fd6499baaa6e1f0f14709613916d0ad4657
SHA1: 48d77b44ef84691ec1728d3aed63c6d72e815d68
MD5sum: e339c3c4f0ce94f7f0106513d2430b09
Description: Python 3 module for PostgreSQL (debug extension)
 psycopg is a PostgreSQL database adapter for the Python3 programming language
 (just like pygresql and popy.) This is version 2, a complete rewrite of the
 original code to provide new-style classes for connection and cursor objects
 and other sweet candies. Like the original, psycopg 2 was written with the
 aim of being very small and fast, and stable as a rock.
 .
 This package contains the extensions built for the Python debug interpreter.
Timestamp: 2022-03-29 13:41:23+00

Package: python3-skytools
Source: python-skytools (3.6.1-1.pgdg+1)
Version: 3.6.1-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 292
Depends: python3 (>= 3~), python3:any, libc6 (>= 2.17), python3-psycopg2
Homepage: https://github.com/pgq/python-skytools
Priority: optional
Section: python
Filename: pool/main/p/python-skytools/python3-skytools_3.6.1-1.pgdg+1+b1_arm64.deb
Size: 66368
SHA256: 0dd490c96bf76ee8aa9805bf8da78a2c81cced2c40dfeee1aec12f5c11caf1fb
SHA1: 46d032edccbad0d4b5051616187d978d75546b2d
MD5sum: 4b8982126c6682ed7b15e4fc1c3ded22
Description: Skytools Python modules
 This is the low-level utility module split out from the old Skytools
 meta-package. It contains various utilities for writing PostgreSQL database
 scripts.
 .
 Features:
  * Support for background scripts - daemonizing - logging - config parsing
  * Database tools - tuned connection - DB structure examining - SQL parsing -
    COPY I/O
  * Time utilities - ISO timestamp parsing - datetime to timestamp
  * Text utilities - natural sort - fast urlencode I/O
Timestamp: 2022-03-29 13:41:23+00

Package: python3-skytools-dbgsym
Source: python-skytools (3.6.1-1.pgdg+1)
Version: 3.6.1-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: python3-skytools (= 3.6.1-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/python-skytools/python3-skytools-dbgsym_3.6.1-1.pgdg+1+b1_arm64.deb
Size: 23732
SHA256: ef3019f2aae7416185e7d759004977ad7e12679baa636396255247b479b41097
SHA1: ec77bd6c30bc28779555069ae6e6ab2df27dd2dc
MD5sum: 08236804c75177723a1a6615220f05b6
Description: debug symbols for python3-skytools
Build-Ids: 8cbb4add0b765b64e1672f4b7d7bf057a94c2dd3 ab4f9257a7fa63d5e83a52682b5a8d3632d1daa7
Timestamp: 2022-03-29 13:41:23+00

Package: pgbouncer
Version: 1.17.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 542
Depends: lsb-base (>= 3.1), postgresql-common (>= 26), libc-ares2 (>= 1.12), libc6 (>= 2.33), libevent-2.1-7 (>= 2.1.8-stable), libpam0g (>= 0.99.7.1), libssl1.1 (>= 1.1.0), libsystemd0
Suggests: python3, python3-psycopg2
Enhances: postgresql (>= 7.4)
Homepage: https://www.pgbouncer.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbouncer/pgbouncer_1.17.0-1.pgdg+1_arm64.deb
Size: 202068
SHA256: df082b985ea669fb656b4c724b8368ce15fb3451658d6e8dee4359fcd8e90764
SHA1: 70192fc11e3e2eb01b0a2bfc3433b1fcdd405c7b
MD5sum: 433f35e7dcfa992b44c250400d67f59b
Description: lightweight connection pooler for PostgreSQL
 PgBouncer is a lightweight connection pooler for PostgreSQL providing the
 following features:
 .
  * Several different methods of pooling 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.
Timestamp: 2022-04-04 14:46:43+00

Package: pgbouncer-dbgsym
Source: pgbouncer
Version: 1.17.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 531
Depends: pgbouncer (= 1.17.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbouncer/pgbouncer-dbgsym_1.17.0-1.pgdg+1_arm64.deb
Size: 480828
SHA256: c8295ec765787eeb1fb0c20eac4c9026614f86cd8e99b32bf70c02ec24f172d8
SHA1: 2790483bfaf7955faabf57207708e19b4e5380ed
MD5sum: b8497a5a2a148eb37114ce04a35b8fb0
Description: debug symbols for pgbouncer
Build-Ids: f062fbfb5199e2c556a7db9094cc92bdb3a61210
Timestamp: 2022-04-04 14:46:43+00

Package: postgresql-filedump
Version: 14.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: libc6 (>= 2.17), liblz4-1 (>= 0.0~r113)
Homepage: https://wiki.postgresql.org/wiki/Pg_filedump
Priority: optional
Section: database
Filename: pool/main/p/postgresql-filedump/postgresql-filedump_14.1-1.pgdg+1_arm64.deb
Size: 43204
SHA256: d3d36bd71be0a7c80e1b94261bc81d08f455b5378d48683dda9ea982311640e9
SHA1: ecbdd55cb50df0f3904d2397a73ab770270910f3
MD5sum: 147ab4bbae1fbe5b6a68bc00969f0c0b
Description: Dump PostgreSQL files in human-readable form
 pg_filedump is a utility to format PostgreSQL heap/index/control files in
 human-readable form.
Timestamp: 2022-04-04 14:46:43+00

Package: postgresql-filedump-dbgsym
Source: postgresql-filedump
Version: 14.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-filedump (= 14.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-filedump/postgresql-filedump-dbgsym_14.1-1.pgdg+1_arm64.deb
Size: 52848
SHA256: 3d7f074fd5abd9e8d1c3069df23b310e06d68dc2142e2a5ffa44d412407dc562
SHA1: baa54d98c0af55b2e3074080ef82b16562293d0f
MD5sum: b3e175ef227acd0a67c248c7e1545f2b
Description: debug symbols for postgresql-filedump
Build-Ids: eea0d35456d4f5dd787f0fa817825228b0f489e3
Timestamp: 2022-04-04 14:46:43+00

Package: pgbouncer
Version: 1.17.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 542
Depends: lsb-base (>= 3.1), postgresql-common (>= 26), libc-ares2 (>= 1.12), libc6 (>= 2.33), libevent-2.1-7 (>= 2.1.8-stable), libpam0g (>= 0.99.7.1), libssl1.1 (>= 1.1.0), libsystemd0
Suggests: python3, python3-psycopg2
Enhances: postgresql (>= 7.4)
Homepage: https://www.pgbouncer.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbouncer/pgbouncer_1.17.0-3.pgdg+1_arm64.deb
Size: 202876
SHA256: 2793ba68404e5f32089cc8d3adba641009a184980d30edeaeab5c7cd5ff34fcc
SHA1: ec4683a4457366124a1fa1e67f65a0709a770530
MD5sum: d8665234a13777e05236208838b96b46
Description: lightweight connection pooler for PostgreSQL
 PgBouncer is a lightweight connection pooler for PostgreSQL providing the
 following features:
 .
  * Several different methods of pooling 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.
Timestamp: 2022-04-05 14:27:57+00

Package: pgbouncer-dbgsym
Source: pgbouncer
Version: 1.17.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 531
Depends: pgbouncer (= 1.17.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbouncer/pgbouncer-dbgsym_1.17.0-3.pgdg+1_arm64.deb
Size: 480828
SHA256: 86dd19858c8de4e7506e80f45bc1bddc38946dd1bf1edb98722ac6636e204c80
SHA1: e0eb37bdaf3f7e3da901f8d7ff34c63fb4b30dc3
MD5sum: d2de619c3905593cb802b15475aab018
Description: debug symbols for pgbouncer
Build-Ids: f062fbfb5199e2c556a7db9094cc92bdb3a61210
Timestamp: 2022-04-05 14:27:57+00

Package: pg-auto-failover-cli
Source: pg-auto-failover
Version: 1.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 917
Depends: libc6 (>= 2.33), libncurses6 (>= 6), libpq5 (>= 9.1~), libtinfo6 (>= 6), openssl
Recommends: postgresql-10-auto-failover | postgresql-11-auto-failover | postgresql-12-auto-failover | postgresql-13-auto-failover | postgresql-14-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/pg-auto-failover-cli_1.6.4-1.pgdg+1_arm64.deb
Size: 386600
SHA256: 7f86398eda255cec9f4cbd3ce9f15af180ccab94d43cbe6210c5023bf83ff6a7
SHA1: 1755596e275173f2ac28fe2f789eba74bdbee8ce
MD5sum: 5e23f079940cd5ab8491c22a5ffe4b30
Description: Command line interface and service to manage pg auto failover Clusters
 This CLI is used to manage pg_auto_failover installations to provide High
 Availability to Postgres.
Timestamp: 2022-04-25 15:17:29+00

Package: pg-auto-failover-cli-dbgsym
Source: pg-auto-failover
Version: 1.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 606
Depends: pg-auto-failover-cli (= 1.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/pg-auto-failover-cli-dbgsym_1.6.4-1.pgdg+1_arm64.deb
Size: 544156
SHA256: 9833c665ed82424ed0afdad21aef6cf1641143f85432ef4920cecb309bc3be5a
SHA1: 7f036011901089664f9f8524166428c2636d6e9b
MD5sum: 4f2e47c4f5f36decd5c02dcef2feccd3
Description: debug symbols for pg-auto-failover-cli
Build-Ids: 2af799dd53313befefca443f137b821cdbe86b16
Timestamp: 2022-04-25 15:17:29+00

Package: postgresql-10-auto-failover
Source: pg-auto-failover
Version: 1.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 273
Depends: libc6 (>= 2.17), libpq5 (>= 8.4~), postgresql-10, pg-auto-failover-cli (= 1.6.4-1.pgdg+1)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-10-auto-failover_1.6.4-1.pgdg+1_arm64.deb
Size: 55844
SHA256: 3b4732b007882506ae7023c3552710dfd0943e046796e85e452f5a8b5bcdebcd
SHA1: 3c9764fcc6d9323770c7a504ddf56c1c1c002200
MD5sum: 6c52851b24fec05ff12065b0faf568c0
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2022-04-25 15:17:29+00

Package: postgresql-10-auto-failover-dbgsym
Source: pg-auto-failover
Version: 1.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 159
Depends: postgresql-10-auto-failover (= 1.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-10-auto-failover-dbgsym_1.6.4-1.pgdg+1_arm64.deb
Size: 135492
SHA256: b54f1ae5abdaf63083c3fa86be870c9896816b9d454a5ce587b060ff1d500556
SHA1: 567801f6aaaf4bd9cb101a7109f444783b86fd02
MD5sum: 5603ac012f047ba64939ec69d4a9efc1
Description: debug symbols for postgresql-10-auto-failover
Build-Ids: 710c046a4e6c6f8afeaaf929436955dc1ce4f257
Timestamp: 2022-04-25 15:17:29+00

Package: postgresql-11-auto-failover
Source: pg-auto-failover
Version: 1.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1025
Depends: libc6 (>= 2.17), libpq5 (>= 8.4~), postgresql-11, pg-auto-failover-cli (= 1.6.4-1.pgdg+1)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-11-auto-failover_1.6.4-1.pgdg+1_arm64.deb
Size: 360708
SHA256: e6f072071f1e4a33c2c7d6380b7e47175d245c53a6ba905d929acf58af13525e
SHA1: 27db106f741e5a6e5cc08d1166e4762bdb59212f
MD5sum: cc694d288bb16e08b7b93cf65fb4600c
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2022-04-25 15:17:29+00

Package: postgresql-11-auto-failover-dbgsym
Source: pg-auto-failover
Version: 1.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 156
Depends: postgresql-11-auto-failover (= 1.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-11-auto-failover-dbgsym_1.6.4-1.pgdg+1_arm64.deb
Size: 133304
SHA256: 0ac82f07e501487ab1ea0b1271208737e49c114f7450d9698285115bd2a596f5
SHA1: e426328e3f3dafc1b737db3284461f3d5bb22d48
MD5sum: 9e612f8a3383644b18ee7f6f8dffae38
Description: debug symbols for postgresql-11-auto-failover
Build-Ids: c5182f726974cb79381fc355cf663a053b747b14
Timestamp: 2022-04-25 15:17:29+00

Package: postgresql-12-auto-failover
Source: pg-auto-failover
Version: 1.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1085
Depends: libc6 (>= 2.17), libpq5 (>= 8.4~), postgresql-12, pg-auto-failover-cli (= 1.6.4-1.pgdg+1)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-12-auto-failover_1.6.4-1.pgdg+1_arm64.deb
Size: 385256
SHA256: 73ca4fb1236f215bd5da6a66d19fae229ef7d8962da1222bde78b56e69146605
SHA1: 2150cb728ef4b8a6a27cd8773b473abccf8202b7
MD5sum: a9bac5ee4c47039e1304197537de980d
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2022-04-25 15:17:29+00

Package: postgresql-12-auto-failover-dbgsym
Source: pg-auto-failover
Version: 1.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 165
Depends: postgresql-12-auto-failover (= 1.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-12-auto-failover-dbgsym_1.6.4-1.pgdg+1_arm64.deb
Size: 141680
SHA256: 179f5e41c101492165e9b429c210715320c52460ef9bfefc1f774b2706bb5e42
SHA1: 5bc8165c946b6ba42779a524c2d6f2743e88846f
MD5sum: fb417213b34a714e351facc7c09b835f
Description: debug symbols for postgresql-12-auto-failover
Build-Ids: e40c586fef15dc793c4868d82cb74311286ccc83
Timestamp: 2022-04-25 15:17:29+00

Package: postgresql-13-auto-failover
Source: pg-auto-failover
Version: 1.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1104
Depends: libc6 (>= 2.17), libpq5 (>= 8.4~), postgresql-13, pg-auto-failover-cli (= 1.6.4-1.pgdg+1)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-13-auto-failover_1.6.4-1.pgdg+1_arm64.deb
Size: 390772
SHA256: b909a7a0660e2f1f15d4613d6f82ba7ed1eb8bc9af81cc58046b707c5c78e368
SHA1: b30bc52a9795d9454937d30946c5b1b3d30a11c2
MD5sum: 0ffe0232e748550f0d942788007aa37c
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2022-04-25 15:17:29+00

Package: postgresql-13-auto-failover-dbgsym
Source: pg-auto-failover
Version: 1.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 171
Depends: postgresql-13-auto-failover (= 1.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-13-auto-failover-dbgsym_1.6.4-1.pgdg+1_arm64.deb
Size: 148264
SHA256: 53d7690143457108f9c3c6964227d2146028d76974a8855cadceddc0792fca03
SHA1: c691ca30aa4cba2737587a6c030e42aac8e26790
MD5sum: b9778f9b352e8941ddf108411518a24d
Description: debug symbols for postgresql-13-auto-failover
Build-Ids: 36923606ee5b14a4fb93db717e6e5efc425f2185
Timestamp: 2022-04-25 15:17:29+00

Package: postgresql-14-auto-failover
Source: pg-auto-failover
Version: 1.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1118
Depends: libc6 (>= 2.17), libpq5 (>= 8.4~), postgresql-14, postgresql-14-jit-llvm (>= 13), pg-auto-failover-cli (= 1.6.4-1.pgdg+1)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-14-auto-failover_1.6.4-1.pgdg+1_arm64.deb
Size: 395828
SHA256: 0999c6b871e8896806050258dd6ab0fcb5ffc7fbbc917988119e2965bb39beb8
SHA1: ac26213f31869056fbd76172dee6a7d1433ba7f3
MD5sum: 8faddfb6bdecb995d8aaa82fe92ae1e1
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2022-04-25 15:17:29+00

Package: postgresql-14-auto-failover-dbgsym
Source: pg-auto-failover
Version: 1.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 174
Depends: postgresql-14-auto-failover (= 1.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-14-auto-failover-dbgsym_1.6.4-1.pgdg+1_arm64.deb
Size: 150836
SHA256: 04201386da173ac10cb8c4ad0d9d8f46aae3d58363924ffaf1cddc559a16f33b
SHA1: 71b6f8b1b239aeafed980abc1338ed4e1db8f60e
MD5sum: 4f95616676efdcde49cefa624ef14480
Description: debug symbols for postgresql-14-auto-failover
Build-Ids: be2897562104cbb03ad7c7b56d9c569769badff0
Timestamp: 2022-04-25 15:17:29+00

Package: librdkit1
Source: rdkit
Version: 202203.2-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 16405
Depends: libboost-iostreams1.74.0 (>= 1.74.0), libboost-python1.74.0 (>= 1.74.0), libboost-serialization1.74.0 (>= 1.74.0), libc6 (>= 2.32), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.0), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 3.0), libmaeparser1 (>= 1.2.4), libpython3.10 (>= 3.10.0), libstdc++6 (>= 12)
Homepage: http://www.rdkit.org
Priority: optional
Section: libs
Filename: pool/main/r/rdkit/librdkit1_202203.2-1.pgdg+1_arm64.deb
Size: 3475456
SHA256: 0c2198d19e216aaf8bdf2abf47a1e7d772d948543d3628e7a29b672e76880a7c
SHA1: 7f19a4da051ba3df8f511801bd417a2b0a93f081
MD5sum: 2a87974e9d685c00a1d88579f42b99cc
Description: Collection of cheminformatics and machine-learning software (shared libraries)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the shared libraries.
Timestamp: 2022-04-27 21:07:45+00

Package: librdkit1-dbgsym
Source: rdkit
Version: 202203.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 110217
Depends: librdkit1 (= 202203.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/librdkit1-dbgsym_202203.2-1.pgdg+1_arm64.deb
Size: 108231184
SHA256: 38fdfcfc31e129562a1265e36cf3b7684f012db8a38ce11d2db79f3aef4943a3
SHA1: 2888217b9a4f06e426cc14dcfebdabb6cae060dd
MD5sum: 6b846311ab170c9e80f300db6696532d
Description: debug symbols for librdkit1
Build-Ids: 027765a5108e50f403406e4290ea6fe421a5d9cb 08524a3faa47530ec07c07efa8a6b1f66b95ceaa 0868e4dbdf8c016f2642ed608f9e6fc264ca1301 0cd160df8f7519cb216fcc0d5e59a069bbc00093 0f298e31832008abb12243aa2e68071cb28fcff4 1453d9f5f514668ab01c3fcbbc6e2c8205adb32c 1497d3211a963ece61d3855f6904eb081b3c4a67 184e5b12be9be05205b6584308e5d911837a865e 1c810e71544613f142015e0be3696f53f5e4c4df 1dd68a5f680a7a1edd93c7dc74b9fc402993ccd6 1fada3ee7ca4e926b0161c4d4f354ce3b75e6150 277b35031c47a651d0e4626013267b6a8e1cffa7 2ef0fb93104ca7767843217eb2820ad6f225418b 30b4e3d5cd3c128d9174fcd6c354a5df677b4970 3a2c7122a6c325af5523fad225658a80aebf1552 3cb0c4a071b3223770decd2cdd2b59f9a60f25bd 496ffe6e564106370ae9bbcdcc02be786c8d6115 4d482e8ef9f46f20004ee3230e44a81e6607a81e 4ee5fcba64846916ea3d8d9e8dbf7f71f497fd2c 571826532fa3140ee33cefa6f7e9531df2041d99 5730832860fd21dcba5cd2b7bc33fcbff072440c 5e920c0b40af24b2951aa398cc70d1028ed85d7e 6480bb14df1e0841ff06091381038352f09830e7 6a5f3e0eec2c9b2003b9e0a69c88fdc2f4d831eb 6ad6702750a2a14ac56a8ca08ea9918608fd369d 718ae4ba40b5989b09d77d4814bd71ad6fd71e43 7d067bc12f3997e1a559d4d97157e948d7f19c97 7ed82c2b6cc0e7f9ff5bbe870765c1d30a7b0d53 7fbc43190e2ceeb2dc6a91567dcfaa81c05aa7f8 82e75ee213d5dc4adb4ccaa0fdf47abd894dae0f 86155551f6a7fa25423716881ccdd857d1c85255 8ed26269b0ce1d4da394bd2c257450ddf3f9f84f 92db489f7be4ced3085356ed0d369b774cbca8c4 949c2788954f546fcbc808428131936bbe8597a8 98b9715c7a7b305a7fcb4032a72325c6157dfb93 99e229874dcb613ccabb741e26d9e0b850508e05 a01f76fb81ebdf2f8cac4623dbab5c8fb365d9ca a374d6fb7426ecb6c2681e51443b815fddae34ff a5ba1aa4733dd786e9c333900bb4c8ebc8741795 aa4f2fa47fdbc3021b051393945f483457787f28 b43e43319fddf890b455dd535c2be0e6bd3c0deb b4ecd3c7fb29ea0f04c5159c54473ae29c3b1896 b8a7489b3c24efcd63e8770b1e3a54e2f1aac23e bbc4f6ca5b3f79942138aaaf2007b9b49b9554fa c07c6a41ab63f1cea4ee8982b3713533d48b3f7c cf401d022412f9512ce00618f3bedb35f832c6fe d427d93db267b21ab840700cebb7118930d6c10a dd3f1a900afdb09f9341fd0d4a2003543898e597 e905c1badaec056ed2599bc0892efe97d8f5155f ed4717e99b243dec23bb8ef448389760bc41e18c eda9180a0dde6f72074d2d1cdd6b958ab6d1fd1a f642c3973d33e4d251b2d7fb6f2b4bb3ea3fb629 f6dcc8df84f20b10f5baa9733b0292f1af6a2b9a fb058818aa32eb45b66bf386eef8e75c8682eea9 ffb205493c70712274491c83103f1040a7bf6e4a
Timestamp: 2022-04-27 21:07:45+00

Package: librdkit-dev
Source: rdkit
Version: 202203.2-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 2142
Depends: librdkit1 (= 202203.2-1.pgdg+1)
Homepage: http://www.rdkit.org
Priority: optional
Section: libdevel
Filename: pool/main/r/rdkit/librdkit-dev_202203.2-1.pgdg+1_arm64.deb
Size: 375312
SHA256: 69578d427e5b8bdcaba4616c06e2f5c22553421481188ecc0bdfb1b6acec91dc
SHA1: 3462ae4692444f8298be3f26913426982bbe1db3
MD5sum: b73cae35e616a18e16c7d3f0c75efc80
Description: Collection of cheminformatics and machine-learning software (development files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the header files.
Timestamp: 2022-04-27 21:07:45+00

Package: postgresql-10-rdkit
Source: rdkit
Version: 202203.2-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 387
Depends: postgresql-10, libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1, libstdc++6 (>= 5.2)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-10-rdkit_202203.2-1.pgdg+1_arm64.deb
Size: 167788
SHA256: 921e1e00bc3a0a223b07918e5bcec72c71c9c0cee4904f5617ab9e36a0419ef6
SHA1: a7875066f6e4fda006e4f8d3d244d2f4b27dcdaf
MD5sum: 60dd2209541b544d83c8bc3b12ba1175
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2022-04-27 21:07:45+00

Package: postgresql-10-rdkit-dbgsym
Source: rdkit
Version: 202203.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 787
Depends: postgresql-10-rdkit (= 202203.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-10-rdkit-dbgsym_202203.2-1.pgdg+1_arm64.deb
Size: 740020
SHA256: aa31b96acc1a9fc826fcea9d6916829be4a84beb8047e1011aba4558717139dd
SHA1: bf8a578dad8c30080fd56552785ca16e6d3ca2d5
MD5sum: 22326f79ddfc37483e811f09c503bba6
Description: debug symbols for postgresql-10-rdkit
Build-Ids: 5bf735fb00c49e0580c307dd889b1387d50531c1
Timestamp: 2022-04-27 21:07:45+00

Package: postgresql-11-rdkit
Source: rdkit
Version: 202203.2-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 844
Depends: postgresql-11, libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1, libstdc++6 (>= 5.2)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-11-rdkit_202203.2-1.pgdg+1_arm64.deb
Size: 366736
SHA256: 9cf142e2bc244639ac0ef690369d6528f9ddf923c21ef4af791bb0b750775a82
SHA1: eef9f9f97cbdb4811285ae11a05c17815038e50f
MD5sum: bb22aec1c9da8178836ab9ea763b6c01
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2022-04-27 21:07:45+00

Package: postgresql-11-rdkit-dbgsym
Source: rdkit
Version: 202203.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 787
Depends: postgresql-11-rdkit (= 202203.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-11-rdkit-dbgsym_202203.2-1.pgdg+1_arm64.deb
Size: 740332
SHA256: b87844ce684acfb388fc012d358338f5ffc7a9e22f847ea8d6eb35068c832001
SHA1: e2c624da7ec591361c63f894943e5eafa0bab1bd
MD5sum: f87bae70c839d3b9de990b0680884219
Description: debug symbols for postgresql-11-rdkit
Build-Ids: 2ea54146351a8b9e5e38020a5b73fc28c8f75838
Timestamp: 2022-04-27 21:07:45+00

Package: postgresql-12-rdkit
Source: rdkit
Version: 202203.2-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 845
Depends: postgresql-12, libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1, libstdc++6 (>= 5.2)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-12-rdkit_202203.2-1.pgdg+1_arm64.deb
Size: 367276
SHA256: b5581f67c155191a3515a03c11a7d7b48ff850cd05f3f3fa80205dada82af2b6
SHA1: 524f68897396dd1e204bb920bf79e4fc84e47514
MD5sum: 551cdeaaa762700b668eba942ec22326
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2022-04-27 21:07:45+00

Package: postgresql-12-rdkit-dbgsym
Source: rdkit
Version: 202203.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 789
Depends: postgresql-12-rdkit (= 202203.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-12-rdkit-dbgsym_202203.2-1.pgdg+1_arm64.deb
Size: 742080
SHA256: 4a949072db14e7b079967a6b6f76b2fb91640b22285044baa5a3f38f70c621ff
SHA1: a5d0bfabc71385be31b498f78cae140615319fdd
MD5sum: b0ee299b7e67e249942f56d90557ba16
Description: debug symbols for postgresql-12-rdkit
Build-Ids: 8fa0b39dbba995699c6d9f30964e232abc4e7600
Timestamp: 2022-04-27 21:07:45+00

Package: postgresql-13-rdkit
Source: rdkit
Version: 202203.2-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 841
Depends: postgresql-13, libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1, libstdc++6 (>= 5.2)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-13-rdkit_202203.2-1.pgdg+1_arm64.deb
Size: 368016
SHA256: 7d2edc384a03fbd92a80760ae2e1f41a8e17bb94a655ad8164f1526b61088924
SHA1: 8ca0b6f2d680afc3ab171c0499bdbebe9582e9db
MD5sum: 64919614d1824bb78ea21c04500b2ad6
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2022-04-27 21:07:45+00

Package: postgresql-13-rdkit-dbgsym
Source: rdkit
Version: 202203.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 790
Depends: postgresql-13-rdkit (= 202203.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-13-rdkit-dbgsym_202203.2-1.pgdg+1_arm64.deb
Size: 743288
SHA256: 408beab92eeba67fedf9653d678bc1d2f10371339fd45218798c72f590c6f56f
SHA1: 0e67ea96dbc5b10de1ef4ed4921974edbbb964f8
MD5sum: 1d6e126f4fe4c425437325f2749a330b
Description: debug symbols for postgresql-13-rdkit
Build-Ids: effd5ca89f70c9a523cf2c86efddc16d94165efb
Timestamp: 2022-04-27 21:07:45+00

Package: postgresql-14-rdkit
Source: rdkit
Version: 202203.2-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 843
Depends: postgresql-14, postgresql-14-jit-llvm (>= 13), libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1, libstdc++6 (>= 5.2)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-14-rdkit_202203.2-1.pgdg+1_arm64.deb
Size: 368388
SHA256: 6ffd5cf271cc1c56e2a51310394b02d27091afd67f8c0a480fb1242824468f41
SHA1: 5bcdaad123e04f02c0af5b8f21fd9ea12c3305a6
MD5sum: 45d9a2951850a3b2b718234ad5a89ec7
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2022-04-27 21:07:45+00

Package: postgresql-14-rdkit-dbgsym
Source: rdkit
Version: 202203.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 791
Depends: postgresql-14-rdkit (= 202203.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-14-rdkit-dbgsym_202203.2-1.pgdg+1_arm64.deb
Size: 744052
SHA256: fbdf5243989eb2a5014a1ac133d9e6dad84e3bdcd5e2ed4ef4907d61491802d9
SHA1: cab66e9d7d665cc469d6273c7385d4d0a0a77c00
MD5sum: f4761e95c23afb28e60f7ecc243ffad4
Description: debug symbols for postgresql-14-rdkit
Build-Ids: c2a4a82ad176a7e33dca178e5f651599756ef128
Timestamp: 2022-04-27 21:07:45+00

Package: python3-rdkit
Source: rdkit
Version: 202203.2-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 31138
Depends: fonts-freefont-ttf, rdkit-data, python3 (<< 3.11), python3 (>= 3.10~), python3-numpy (>= 1:1.20.0), python3-numpy-abi9, python3:any, libboost-python1.74.0 (>= 1.74.0), libboost-serialization1.74.0 (>= 1.74.0), libc6 (>= 2.32), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.0), libgcc-s1 (>= 3.0), libmaeparser1 (>= 1.2.4), libpython3.10 (>= 3.10.0), librdkit1, libstdc++6 (>= 11)
Suggests: rdkit-doc
Provides: python3.10-rdkit
Homepage: http://www.rdkit.org
Priority: optional
Section: python
Filename: pool/main/r/rdkit/python3-rdkit_202203.2-1.pgdg+1_arm64.deb
Size: 4094132
SHA256: c6386a1cd596328647fa2b07dfd45109d240dfaa2f9e52991b30c350dcb88d14
SHA1: 42a608b5055d42a2c4570c75c1cc4def2a0c1e3d
MD5sum: e8df1d4f111af1c6ca7a9a75dcda01dc
Description: Collection of cheminformatics and machine-learning software
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
Python-Version: 3.10
Timestamp: 2022-04-27 21:07:45+00

Package: python3-rdkit-dbgsym
Source: rdkit
Version: 202203.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 76158
Depends: python3-rdkit (= 202203.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/python3-rdkit-dbgsym_202203.2-1.pgdg+1_arm64.deb
Size: 67939908
SHA256: af9585f15a91658589837eeab105104d6873804f545a136a6695f664d1a112ef
SHA1: dc6fd5c0da9061ef1e721579be36677d3879f877
MD5sum: 7a9bf9d741928e42782cb0142572afca
Description: debug symbols for python3-rdkit
Build-Ids: 01123ae3c8879d8976d8e4742ca29806c8ded614 02cfb89779b95050cd047aa833f3ea5407348415 031a6370cb9dbcb9100debe33dada94e2cbeea6e 0d64b74ac04d3751a2eb3f3c4a14efcfff20183b 10f386ef6bb7f6107f5a5baab2d3e5f19e320f17 15cf2ebe0731c41f64f3617b08275b4d7abc58a2 17d12692d5835b9b9ed63fc1d05cca0330a22a0b 1da93acff08bc68a177c8a9e52ba1ec77ef8299c 21c10c47faf9712efd15dc156ec1e4e9c17c0ff1 24cc3b945310e9e2f6081f211317a0500c66d2be 2626f62d0575c15f8a1085f902b6de80b2efa18a 2691378ea540126911bc4c0c47fd973cfd0f2602 2af62d598dfc95978fe53463baa164847dc28fa3 3a8cf01805c853c7b362f8674823fd32cbd6a148 46bbcf5b7722c85f4959c7220c8b5c2bdb604c79 48ed0e515d5991a8e2110662180f5da587d253a7 491955218ca8cc254abe02908a6db6640b5487c8 4dd1b1dd72e3c830d091475367c69fe69a00903f 5c6b4f98242f35514eaa624b80563ef8a4d172e6 5d6be28bf9283fecf4d7e10070a654ed24e7bf2b 5d79881c3c61d432a051235aba801e35276c55b3 608e62cf22de838d9fc5481555411ceed16dec17 66ecece8bd38acbb5255ad2662910e377529d30b 68d01f9b79d3687b4954d6d2207d7b239813466a 6b8b3ed9cbf845909bd721b63b6618e4775a7565 7023d07379b23b66ed11339a7e19b61a5191d19e 708b56124da27a297ebc776d8fc9ca49633528c2 717ad501b340cc5be7e58cf5e7b9dbece7caaa27 717dd94a9896915cf8a501f5577e9e8ff08550d3 76084ce6669b9747dec3758746b5ccd9f366a3c1 77e85960e79a1883fd65168e2fd047f9fdc500f0 7dfd15f617d9a51b06931c39cfed0e5b71fc86af 7ee591d55ec0b395fa69903f66ae9bc4f11b8a72 85dae0182de3a467633054aacbe18f9affacb655 865f1e6c1a0155c04ef9bf296b1b75460a020c01 8f8c983232c7f27649b9182e3e4b9e6c0d725992 9c7995bedc5820f3b7478bd4d9fd550ee59b3d74 9fc8bc07ea6f938f8f0bd270a9138b619cf9beb2 a228ffb0454afd701db058726eb6da1f1121b8ff a7c4f0d9bdeef6d4b74a9bb646f5179d7a56cca4 a89b508d537ca4db7ff4158fcada40173149a4ae bc5fa2ba006b62a66c8ec10f8739e257821ee130 c40ec605f90be8702818375d97b7ccd17d978b85 cef5994018b652da93862c3921aa8e6490f02931 d564b7b9b6d7489bef4b614eb413ff83120fcf5c d73c18c2e44c879c5e2f6f789fa6d52c81287555 dce074540081c8d1f6b6a493ed183a0e7ab5ac06 f371c62d192303e1889228cf7b6121e1e7449287 f5776510c0eef00cf34567ccc44d01d80d130d00
Python-Version: 3.10
Timestamp: 2022-04-27 21:07:45+00

Package: rdkit-data
Source: rdkit
Version: 202203.2-1.pgdg+1
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 59164
Homepage: http://www.rdkit.org
Priority: optional
Section: science
Filename: pool/main/r/rdkit/rdkit-data_202203.2-1.pgdg+1_all.deb
Size: 13095284
SHA256: 4aa43168d4b07c1a808d1e61f2edef213c9ad578360da00f240873b3a29bb224
SHA1: 57a65683df0b5a9d0f3f3156565e3a7563e4ec40
MD5sum: e3b662d41991d0e2170f216871b53f97
Description: Collection of cheminformatics and machine-learning software (data files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains data files.
Timestamp: 2022-04-27 21:07:45+00

Package: rdkit-doc
Source: rdkit
Version: 202203.2-1.pgdg+1
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 60738
Homepage: http://www.rdkit.org
Priority: optional
Section: doc
Filename: pool/main/r/rdkit/rdkit-doc_202203.2-1.pgdg+1_all.deb
Size: 6297788
SHA256: a154276cf2c9db3cb2015f07011f4e428bd5db50dcc8c04b089d7ac4cab4fed0
SHA1: 07ba1806744c14518302be63433ea363f559468a
MD5sum: 3003dcfc095595868f021363e4255aeb
Description: Collection of cheminformatics and machine-learning software (documentation)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains the documentation.
Timestamp: 2022-04-27 21:07:45+00

Package: libpostgresql-jdbc-java
Source: libpgjava
Version: 42.3.4-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 1030
Conflicts: libpg-java (<= 9.1-901-1), libpgjava (<= 7.4.7-3)
Replaces: libpg-java (<= 9.1-901-1), libpgjava
Provides: libpg-java, libpgjava
Built-Using: libscram-java (= 2.1-1.pgdg+1)
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: java
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java_42.3.4-1.pgdg+1_all.deb
Size: 947980
SHA256: 9c394ffacc656a2127e4fce416ebf126e729291b7a4aafc3c5df0f1933fd38dd
SHA1: e208ba16a7a451d1d425787ad9cb614356f2fa48
MD5sum: 0adfca1e6f676cf38aa547d144b5143f
Description: Java database (JDBC) driver for PostgreSQL
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
Timestamp: 2022-05-02 15:04:50+00

Package: libpostgresql-jdbc-java-doc
Source: libpgjava
Version: 42.3.4-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 11321
Depends: default-jdk-doc
Conflicts: libpg-java-doc (<= 8.4-702-1)
Replaces: libpg-java-doc
Provides: libpg-java-doc
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java-doc_42.3.4-1.pgdg+1_all.deb
Size: 643060
SHA256: 1640461905ca5b5467316595066ccb7193ad7785184abc228411d4609e75b11f
SHA1: d0e7f48daa6f1e7e1fb110992e22a61399fa3be7
MD5sum: 65a477e30db1f3f8ca9440cfca49d363
Description: Java database (JDBC) driver for PostgreSQL (documentation)
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
 .
 This package contains the documentation.
Timestamp: 2022-05-02 15:04:50+00

Package: pgbadger
Version: 11.8-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1684
Depends: libjson-xs-perl, libtext-csv-xs-perl, perl:any
Multi-Arch: foreign
Homepage: https://dalibo.github.io/pgbadger/
Priority: optional
Section: database
Filename: pool/main/p/pgbadger/pgbadger_11.8-1.pgdg+1_all.deb
Size: 374932
SHA256: 810bc1cc60b5c5df36130eabc05269d27d38c9cf9483c0a6a05563183ef77994
SHA1: 25851bbff43339b511afce3e85810b54f05dfad8
MD5sum: 515e10bb287511a3c8483e96c3bd4042
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.
Timestamp: 2022-05-02 15:04:50+00

Package: postgresql-10-orafce
Source: orafce
Version: 3.21.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 460
Depends: postgresql-10, libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-10-orafce_3.21.1-1.pgdg+1_arm64.deb
Size: 104272
SHA256: 92c68de7ca830d3ad2bbfe7512bfaa2cd0f2e8e5979a8683936aff6b401f4b5f
SHA1: 253f034c03785fcef1f28cb0d7fbffaf43566f25
MD5sum: 96be889c1caf8d1b6afdebbed64a2c99
Description: Oracle support functions for PostgreSQL 10
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-05-02 15:04:50+00

Package: postgresql-10-orafce-dbgsym
Source: orafce
Version: 3.21.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 273
Depends: postgresql-10-orafce (= 3.21.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-10-orafce-dbgsym_3.21.1-1.pgdg+1_arm64.deb
Size: 227280
SHA256: daa2cc3765542d08784098f4ec39ad0e1bd0ad33eda0855f65314ae03d25d21a
SHA1: 947fe455f0fa7c6456cae8528d617bba59a97a72
MD5sum: 8c4ca19b196fe9ea549089d4ed7539ca
Description: debug symbols for postgresql-10-orafce
Build-Ids: e8136a58bf1cb520fbc4f8b6553128610301eb87
Timestamp: 2022-05-02 15:04:50+00

Package: postgresql-10-partman
Source: pg-partman
Version: 4.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6419
Depends: postgresql-10, python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-10-partman_4.6.1-1.pgdg+1_arm64.deb
Size: 242092
SHA256: fb90dbdf20c8696b8743997ea0ef939c0267baee9423a0da1cf51a7ab498b9c8
SHA1: 2731956cfc0beb26d7f505d4222201be7c471f96
MD5sum: a6ee7a64a52309ce33b03f86507b9919
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.
Timestamp: 2022-05-02 15:04:50+00

Package: postgresql-10-partman-dbgsym
Source: pg-partman
Version: 4.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-10-partman (= 4.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-10-partman-dbgsym_4.6.1-1.pgdg+1_arm64.deb
Size: 20168
SHA256: 559114e061085fcf1dc47be736b45ac303a5ca4903616dee91f30213501822ec
SHA1: 6db44a7e8fbb1062897f4a89f10df218a03c7280
MD5sum: f3f55f986ebdaea645d27c8f22dc2fdf
Description: debug symbols for postgresql-10-partman
Build-Ids: 587eb587333ba6d3c981a282599994ce086134de
Timestamp: 2022-05-02 15:04:50+00

Package: postgresql-10-plpgsql-check
Source: plpgsql-check
Version: 2.1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 203
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check_2.1.4-1.pgdg+1_arm64.deb
Size: 73852
SHA256: a59cd2ce6ea9f1b7229175badf983602c08db602e6bc668cdb1cf83fb6eeceba
SHA1: a7c1bc6c70cbf762c524096d5076898cb1bfc312
MD5sum: 2f4864706ee74848ee86508165bfa554
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-05-02 15:04:50+00

Package: postgresql-10-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 251
Depends: postgresql-10-plpgsql-check (= 2.1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check-dbgsym_2.1.4-1.pgdg+1_arm64.deb
Size: 220668
SHA256: 7196e718655dcc742f8d1620e87f0364f1135df6c4814c7458e36cf5f402d215
SHA1: 1a867447747c5fbc411e189b709310bb40d309ef
MD5sum: f70654b29213e4f9013a6238425709ea
Description: debug symbols for postgresql-10-plpgsql-check
Build-Ids: b9ca1774afdeb37627cd9ee08ebea9fa76039a0a
Timestamp: 2022-05-02 15:04:50+00

Package: postgresql-11-orafce
Source: orafce
Version: 3.21.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 985
Depends: postgresql-11, libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_3.21.1-1.pgdg+1_arm64.deb
Size: 337868
SHA256: 20031d71e1135a3a75aafedb641a107d00f3e750d84f1bed763a1c592b70edab
SHA1: 13d3750b300580e780161c5c0942b388c98e719f
MD5sum: 39d16905785f1f397527e4611a7107f4
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-05-02 15:04:50+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 3.21.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: postgresql-11-orafce (= 3.21.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_3.21.1-1.pgdg+1_arm64.deb
Size: 227368
SHA256: 653c38bb81acaa0a5e277e52095ae98bf71dc03a0c60bb2f0cdb0eb33003382c
SHA1: 48253623a3092ec3814aca86a6e9f84a47d59b71
MD5sum: 28830585e9a5c66c0d1be856ab289e82
Description: debug symbols for postgresql-11-orafce
Build-Ids: b2e30e67652e401d2399af67cf7ac089658d4acb
Timestamp: 2022-05-02 15:04:50+00

Package: postgresql-11-partman
Source: pg-partman
Version: 4.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6430
Depends: postgresql-11, python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-11-partman_4.6.1-1.pgdg+1_arm64.deb
Size: 253472
SHA256: 0d0bf14db7ab2707bf81a9e9a82be7bdf7eb61399628a627fafbd692c4611233
SHA1: 34e200651ded7c3f2ba13395a67471b12407a21d
MD5sum: 7ae1a50046947409d0d5efdf717fcca0
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.
Timestamp: 2022-05-02 15:04:50+00

Package: postgresql-11-partman-dbgsym
Source: pg-partman
Version: 4.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-11-partman (= 4.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-11-partman-dbgsym_4.6.1-1.pgdg+1_arm64.deb
Size: 20444
SHA256: 0dcb1d962137371c1fcd5a604575af70de26ffe8f37fe39bf28c0c8235165830
SHA1: 2dd932d32ec98cb67fe09e6fe5c0f96a1197678c
MD5sum: 42c27d1f6a9a136a279ec9809c97a521
Description: debug symbols for postgresql-11-partman
Build-Ids: 7e713b6d8e6019dbcd08d3a9126c04586403475f
Timestamp: 2022-05-02 15:04:50+00

Package: postgresql-11-plpgsql-check
Source: plpgsql-check
Version: 2.1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 595
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check_2.1.4-1.pgdg+1_arm64.deb
Size: 280068
SHA256: f83288b70b542f84f455a212ac422b8df8c0c859722d2b4ed0bd596d0d67757d
SHA1: 73b65d3b95074c2475e1bd84623661535f6d6d1e
MD5sum: e7a9d93dfc1af5f1b0336d0e3f3c032f
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-05-02 15:04:50+00

Package: postgresql-11-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 248
Depends: postgresql-11-plpgsql-check (= 2.1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check-dbgsym_2.1.4-1.pgdg+1_arm64.deb
Size: 219248
SHA256: 2e9fa1f2f64aa57e7af68bdb5a453943a0af224914c4dc2a0a1d8c0a243117b9
SHA1: 8e155c9f772a9d96abef7816b50ff25d7b549ff3
MD5sum: 6a5391b9ec7cc829f9bdc2bf2e4653c5
Description: debug symbols for postgresql-11-plpgsql-check
Build-Ids: 6b20cfe6c94ce5df41f6d225290f0256d05b6b0a
Timestamp: 2022-05-02 15:04:50+00

Package: postgresql-12-orafce
Source: orafce
Version: 3.21.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 980
Depends: postgresql-12, libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_3.21.1-1.pgdg+1_arm64.deb
Size: 336504
SHA256: 120a20309e905381af6a553029255507b09d838b90579b426f042267b2c048df
SHA1: 2a61504c66c96aaa0b1dcd887bb6cbcd4df89d32
MD5sum: 2a300e6136fc3ff755c3274948d7c985
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-05-02 15:04:50+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 3.21.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: postgresql-12-orafce (= 3.21.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_3.21.1-1.pgdg+1_arm64.deb
Size: 229112
SHA256: ff1f5a7aec526a7e2a9986549184d89ee49283119613ac46826ab288f2cfd50c
SHA1: 0efea591077d505014770512766606d0aa79f537
MD5sum: bcd96fc839da542b3e21b0919c8cd0fe
Description: debug symbols for postgresql-12-orafce
Build-Ids: 703b1a26199b86832ddf1ef859724aa081613489
Timestamp: 2022-05-02 15:04:50+00

Package: postgresql-12-partman
Source: pg-partman
Version: 4.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6429
Depends: postgresql-12, python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-12-partman_4.6.1-1.pgdg+1_arm64.deb
Size: 253508
SHA256: bb84e487c120dee863e4ef269876cd3db5c25f28f8321d3782038756c8f65875
SHA1: da0c9c443b87ed60d31f33970904e893466bfd36
MD5sum: caaa32b8f39613d35b274a4745d1fadf
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.
Timestamp: 2022-05-02 15:04:50+00

Package: postgresql-12-partman-dbgsym
Source: pg-partman
Version: 4.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-12-partman (= 4.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-12-partman-dbgsym_4.6.1-1.pgdg+1_arm64.deb
Size: 20796
SHA256: 7ce6b3feff115cba439562232db105c443c3675a85a1afd7efd0454337b23d11
SHA1: 031d7ce736ce586f599fe7059a5570a70cd3c633
MD5sum: 23547c5122834a7a92b86870efdd1adc
Description: debug symbols for postgresql-12-partman
Build-Ids: be801bd2aa493fc0cd41e9e884967b062f040889
Timestamp: 2022-05-02 15:04:50+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 2.1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 607
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_2.1.4-1.pgdg+1_arm64.deb
Size: 285884
SHA256: 81cf1945b7c80fc934f97b5bf56f68d2b79c0977398f0e3c076ec38d1a611bd3
SHA1: 3a84fb96e0ff9f787b30f4a3a186474a1a5930de
MD5sum: 9c1c0d641db64f979f40c475ba1f9950
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-05-02 15:04:50+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: postgresql-12-plpgsql-check (= 2.1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_2.1.4-1.pgdg+1_arm64.deb
Size: 227860
SHA256: 947cc411f3c1e4775941c5407925f6145a14a726e3fb97fd2df8ecb0ff52f34b
SHA1: f8c662ca2f7baffa6609c370c31732197602aebc
MD5sum: 1091894a5ce008d10a9a7aade24004cf
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: bb6dac95d3176e6825eb3906fd847b6f8512f6df
Timestamp: 2022-05-02 15:04:50+00

Package: postgresql-13-orafce
Source: orafce
Version: 3.21.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 979
Depends: postgresql-13, libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_3.21.1-1.pgdg+1_arm64.deb
Size: 334360
SHA256: be94d6458e0239da58ff7ebc8b84afbb65f52b1bdfef3631f9d05eb515127237
SHA1: 8f04daad0a7aef597825f740245824d9ca18388c
MD5sum: b7d5f53bb79e3b8ffea2f41af3eb6794
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-05-02 15:04:50+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 3.21.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 277
Depends: postgresql-13-orafce (= 3.21.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_3.21.1-1.pgdg+1_arm64.deb
Size: 230044
SHA256: 8189682332be7089132902d2d41ce5d8ac50b17b6b987a079525c501c528df87
SHA1: 1a37cce3eaf8733b11a495bb2229157cb9ff736a
MD5sum: 90555856b1bee93257e4946ec61e84ec
Description: debug symbols for postgresql-13-orafce
Build-Ids: 154be358d5baf738d893355601aad697701247eb
Timestamp: 2022-05-02 15:04:50+00

Package: postgresql-13-partman
Source: pg-partman
Version: 4.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6430
Depends: postgresql-13, python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-13-partman_4.6.1-1.pgdg+1_arm64.deb
Size: 254352
SHA256: 98151b54ec1aee31f191d5ee2539c0c5e32cf4d287523ef73e86b6db28e86a46
SHA1: 52d364c9142f7d1e093be1ab9f5d193ad6d4f1bf
MD5sum: 69fb4f1a9a41a840c599d3ebc8589523
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.
Timestamp: 2022-05-02 15:04:50+00

Package: postgresql-13-partman-dbgsym
Source: pg-partman
Version: 4.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-13-partman (= 4.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-13-partman-dbgsym_4.6.1-1.pgdg+1_arm64.deb
Size: 21832
SHA256: 9796d657c1228ab9c9248f1930fbbc5143b9e0f54a9a2ea9c2ef7f5fb3ed688d
SHA1: 6b492601f5a43edbeaa341b6ff314270f4f06c0a
MD5sum: cac48532e3f7ad6fffb36fbb5346968d
Description: debug symbols for postgresql-13-partman
Build-Ids: 35b2674493b53ff4569fa3059494a9c336054d72
Timestamp: 2022-05-02 15:04:50+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 2.1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 616
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_2.1.4-1.pgdg+1_arm64.deb
Size: 288760
SHA256: 965074250fcfab6bd16175bc0a57ac5abeb44bccf2a3d13fc7f38eb4f8bb7df3
SHA1: c1bab06b158142da5a34210895398eb9d53aa108
MD5sum: 2bdae2fbb9f4b17894592e634f64a41d
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-05-02 15:04:50+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 279
Depends: postgresql-13-plpgsql-check (= 2.1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_2.1.4-1.pgdg+1_arm64.deb
Size: 249912
SHA256: ea27d72e3468cc436936cf8c4a7ac64bc45937c79afaeb8b01d3311ecdfbf208
SHA1: afa0ef545034b24f889c54f23c83d2e0fad6b90a
MD5sum: 5979847d87d5608418078bbd6b780ece
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: 379abbc2b3e692d4647179424c9dceb77ab558f3
Timestamp: 2022-05-02 15:04:50+00

Package: postgresql-14-orafce
Source: orafce
Version: 3.21.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 980
Depends: postgresql-14, postgresql-14-jit-llvm (>= 13), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_3.21.1-1.pgdg+1_arm64.deb
Size: 335348
SHA256: 6e77eb8f4d79d2733dabef7c9d0a422b9930b128a2434b71b8c7eada3d3d7b7e
SHA1: 556e7d45e41bde11ec31f6dc70f70963ca03f672
MD5sum: 197ac45639f5369fc2003d57e16d2f7e
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-05-02 15:04:50+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 3.21.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: postgresql-14-orafce (= 3.21.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_3.21.1-1.pgdg+1_arm64.deb
Size: 229240
SHA256: 24728b67fa59b911e26b450b6e5398c4b99f7f81a8825a75d106b73d97764064
SHA1: fd1486abcfab7d4c106dcdc52171a21f46a00be8
MD5sum: d0e3f6a49cb86475042002131f3385d2
Description: debug symbols for postgresql-14-orafce
Build-Ids: 08b485757962220f6ea1e7f96ef50d352f7366ea
Timestamp: 2022-05-02 15:04:50+00

Package: postgresql-14-partman
Source: pg-partman
Version: 4.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6431
Depends: postgresql-14, python3, python3-psycopg2, postgresql-14-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-14-partman_4.6.1-1.pgdg+1_arm64.deb
Size: 254424
SHA256: e9a429b3ec1d80ecdeb6455dd2fc5d47f740dabd5a33342124262bd78bc9d71b
SHA1: 5430c5475902b5dfbb30112ca42e43f35e975eb5
MD5sum: 0269409cccd9c18fb9313841acf93756
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.
Timestamp: 2022-05-02 15:04:50+00

Package: postgresql-14-partman-dbgsym
Source: pg-partman
Version: 4.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-14-partman (= 4.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-14-partman-dbgsym_4.6.1-1.pgdg+1_arm64.deb
Size: 22284
SHA256: 4fc33133689357b59c2a17645633e0b7da7720615cc8b108b673cd70ee3746ef
SHA1: 771ea77a108dcbde6d7c474478b3c24607169a6e
MD5sum: 6000536ed6cd331d0499d9cf52c1ce51
Description: debug symbols for postgresql-14-partman
Build-Ids: 296eedb2738c1553e657fd3b0fb20452a9173bd5
Timestamp: 2022-05-02 15:04:50+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 637
Depends: postgresql-14, postgresql-14-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.1.4-1.pgdg+1_arm64.deb
Size: 294420
SHA256: a16bb2efc9ccf37b19a6df80464ba45730d04677dddddf3f8de37f0fe6398163
SHA1: 3cf5cfbd5d9f6d15f423cf88523b6d1e1724c767
MD5sum: 8744096be85b544ca633206edca8d769
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-05-02 15:04:50+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 284
Depends: postgresql-14-plpgsql-check (= 2.1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.1.4-1.pgdg+1_arm64.deb
Size: 254464
SHA256: 4710350b1ae77642ec709e745c737e7282649574ae20e4950ba5c235ca3837ef
SHA1: 357c2fc94444cbb79c0c4de2646fbe68d37d1c4e
MD5sum: 003844abb82f900c398a4c5f0b0620fc
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: 52b0dd296c1d6fd822ce10c85eb099fef5067d83
Timestamp: 2022-05-02 15:04:50+00

Package: libecpg-compat3
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg-compat3_10.20-1.pgdg+1+b2_arm64.deb
Size: 22692
SHA256: d83bcaa703edbf7dcbccb38b47a88cb2eea1f8e09a964e8249ea1e6bd5c5d3d9
SHA1: d3d0e6f6b90884896b0632c19c6cf747d2f2fc9d
MD5sum: dd51bec1a0e7785ee53757697986e096
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.
Timestamp: 2022-05-06 12:09:31+00

Package: libecpg-compat3-dbgsym
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 10.20-1.pgdg+1+b2)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-compat3-dbgsym_10.20-1.pgdg+1+b2_arm64.deb
Size: 17608
SHA256: 8a6ca62ef32b4cc95a494181905780708155be2c4c8e98f9f71b7528a0f4d057
SHA1: bf828bd6099742c26a6b2d81d24a0e67ef8f300a
MD5sum: 080fab7c3720a1becfdd2ddb3dbb74cc
Description: debug symbols for libecpg-compat3
Build-Ids: 2e681f44d7ced8d3e13d009faa210f79a87e6ee8
Timestamp: 2022-05-06 12:09:31+00

Package: libecpg-dev
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1219
Depends: libecpg-compat3 (= 10.20-1.pgdg+1+b2), libecpg6 (= 10.20-1.pgdg+1+b2), libpgtypes3 (= 10.20-1.pgdg+1+b2), libpq-dev, libc6 (>= 2.33)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libecpg-dev_10.20-1.pgdg+1+b2_arm64.deb
Size: 228016
SHA256: 11f78bb4b9bb6f047b2e13ad2c60750923bcd797ca7a67e84ace9eead2ecd8f8
SHA1: 23d32d1639d47dae44eac0b67fb4bdb53cfb44f1
MD5sum: bc67577f02b5ad83eea703707a39c60b
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).
Timestamp: 2022-05-06 12:09:31+00

Package: libecpg-dev-dbgsym
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 249
Depends: libecpg-dev (= 10.20-1.pgdg+1+b2)
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-dev-dbgsym_10.20-1.pgdg+1+b2_arm64.deb
Size: 212856
SHA256: f01252510a61c5c628ccf95da834fd982c02ae35b40f845fd439fdb9d27e2eae
SHA1: 6dd6be1c294beb45ac396d08e133d8eca5b76de1
MD5sum: 3005502342d4a2a7e3e6a4c4703674c9
Description: debug symbols for libecpg-dev
Build-Ids: fb5e459cf0ea1488e9986823353eae01961fd0d3
Timestamp: 2022-05-06 12:09:31+00

Package: libecpg6
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 414
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg6_10.20-1.pgdg+1+b2_arm64.deb
Size: 86608
SHA256: ddcdd6ae1d7c300c29ec6f84410819d06d6f07642182ac79d582ceff10a0d361
SHA1: 777612ee31e518a9d000b26b6cb33a195ddfb180
MD5sum: 65c9b3868e26290efeb163cabb345ca4
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.
Timestamp: 2022-05-06 12:09:31+00

Package: libecpg6-dbgsym
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libecpg6 (= 10.20-1.pgdg+1+b2)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg6-dbgsym_10.20-1.pgdg+1+b2_arm64.deb
Size: 93180
SHA256: 29dcb0956dd69852744e15a89897562753ca23af9db605a34d8c67a00aa12a89
SHA1: 1e4b930aa33b6953990640656b2f2fff6a4624c6
MD5sum: c01a83beb8a6b14e8fb7246fe75f9e05
Description: debug symbols for libecpg6
Build-Ids: 4978400c099a9dc7b17799cd247796ff6f74b8df
Timestamp: 2022-05-06 12:09:31+00

Package: libpgtypes3
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpgtypes3_10.20-1.pgdg+1+b2_arm64.deb
Size: 43732
SHA256: e4f9b466de6e8d578e2fb7052eb86637028bd83b34b55d8e09530a5853ea0981
SHA1: 24ee36a4f0e4a70d473a6f527d125d77fa72a9c8
MD5sum: c5f4fa7f7464adf126d5aa2acad20326
Description: shared library libpgtypes for PostgreSQL 10
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-06 12:09:31+00

Package: libpgtypes3-dbgsym
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: libpgtypes3 (= 10.20-1.pgdg+1+b2)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpgtypes3-dbgsym_10.20-1.pgdg+1+b2_arm64.deb
Size: 70828
SHA256: ba4895ee9b90e1e2d50f3b392f2310c49ebb9bfa8e611a4b15780bef65863113
SHA1: faefc49c1347268cfa1d3a17007ca1959f05cd21
MD5sum: ce706bc3e0034589fa5c0e617570424f
Description: debug symbols for libpgtypes3
Build-Ids: 71f668e442bca40fb494f5f876c93388b84406da
Timestamp: 2022-05-06 12:09:31+00

Package: libpq-dev
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 684
Depends: libpq5 (= 10.20-1.pgdg+1+b2)
Suggests: postgresql-doc-10
Breaks: postgresql-server-dev-10 (<< 10.1-2~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libpq-dev_10.20-1.pgdg+1+b2_arm64.deb
Size: 164196
SHA256: 11af2c11f5a8503aae45fc05c89a279f457856de19aef1446290777e1f860ad9
SHA1: 7f6b17c3f6c515a1ee8dbfaf2a6889129ddaaec8
MD5sum: d8a6ba29454d7c515e9d762ff730d2e7
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.
Timestamp: 2022-05-06 12:09:31+00

Package: libpq5
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 748
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpq5_10.20-1.pgdg+1+b2_arm64.deb
Size: 166684
SHA256: e07c758555eeb330fa702f30e2ed606620d95f74e87dd8ebdbc4d9a52f7691e7
SHA1: 843cc3c94ffba0e49f94a6c7f8fb29031d7ea9e0
MD5sum: d9feeede20c2343ff7fecb6d1d59c32d
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.
Timestamp: 2022-05-06 12:09:31+00

Package: libpq5-dbgsym
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 261
Depends: libpq5 (= 10.20-1.pgdg+1+b2)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpq5-dbgsym_10.20-1.pgdg+1+b2_arm64.deb
Size: 230260
SHA256: 746ca617fa2a068325ddf2582e565163f6c0b2de0eaaa45a39f9600af932389b
SHA1: 086c21aa4212bad01d987a5411119a8ceed156f0
MD5sum: f629e5a9c968f913492aefc26fb7e436
Description: debug symbols for libpq5
Build-Ids: 494db86967a31105716b1873d8564f7bed9d036c
Timestamp: 2022-05-06 12:09:31+00

Package: libecpg-compat3
Source: postgresql-11 (11.15-2.pgdg+1)
Version: 11.15-2.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg-compat3_11.15-2.pgdg+1+b2_arm64.deb
Size: 21708
SHA256: 4682ff5ecaad23fc104de751c1f54342c68ff3890602c0a5f87d0751b160242e
SHA1: c343662dc22470c573eac4e18f778e849c9618f8
MD5sum: 151445394dd38bbb0bed62159ad6f48f
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.
Timestamp: 2022-05-06 12:09:38+00

Package: libecpg-compat3-dbgsym
Source: postgresql-11 (11.15-2.pgdg+1)
Version: 11.15-2.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 11.15-2.pgdg+1+b2)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-compat3-dbgsym_11.15-2.pgdg+1+b2_arm64.deb
Size: 17620
SHA256: dd8aa8c597f83feefbb4d589b70de903700bc52681c695fac5140b46035afbe7
SHA1: 9fd40e3a8caabf063db9372b7e2e40d7d97ac107
MD5sum: 0123376c1bc723e64a3684816a9c6aa6
Description: debug symbols for libecpg-compat3
Build-Ids: 64b038a77f77fde2fed2481d2112d17925f1cb5f
Timestamp: 2022-05-06 12:09:38+00

Package: libecpg-dev
Source: postgresql-11 (11.15-2.pgdg+1)
Version: 11.15-2.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1245
Depends: libecpg-compat3 (= 11.15-2.pgdg+1+b2), libecpg6 (= 11.15-2.pgdg+1+b2), libpgtypes3 (= 11.15-2.pgdg+1+b2), libpq-dev, libc6 (>= 2.33)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libecpg-dev_11.15-2.pgdg+1+b2_arm64.deb
Size: 229344
SHA256: 844de6ac359b4958e21290af2f95bd23c42414d7310f16565356dfd4bd3976ae
SHA1: 8a459cef66f496b9f4b37c9f007bbf5f4bd89f84
MD5sum: cc073b13fe78528aa5a8a18c928cd29e
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).
Timestamp: 2022-05-06 12:09:38+00

Package: libecpg-dev-dbgsym
Source: postgresql-11 (11.15-2.pgdg+1)
Version: 11.15-2.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 251
Depends: libecpg-dev (= 11.15-2.pgdg+1+b2)
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-dev-dbgsym_11.15-2.pgdg+1+b2_arm64.deb
Size: 215484
SHA256: eb5f193f55158c31b279fa4bd828340eb210e8d6f031e7c9adccf715566f6e56
SHA1: 21a2c532c2f5ccb64eed3d3ca2b153ea740dcf84
MD5sum: 9a55a024d91aa00d53aad032156e3825
Description: debug symbols for libecpg-dev
Build-Ids: bc3713d0896cb108484e20a464c216890816756f
Timestamp: 2022-05-06 12:09:38+00

Package: libecpg6
Source: postgresql-11 (11.15-2.pgdg+1)
Version: 11.15-2.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 435
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg6_11.15-2.pgdg+1+b2_arm64.deb
Size: 88668
SHA256: ef27968314bae81b4228531c2cf049828467f854b96f32416c73f1e9d3d49536
SHA1: 58ecabe4f1c289ea2be8433853a474c1d93590fa
MD5sum: fca957edc0aafe880122b6003113eb3c
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.
Timestamp: 2022-05-06 12:09:38+00

Package: libecpg6-dbgsym
Source: postgresql-11 (11.15-2.pgdg+1)
Version: 11.15-2.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libecpg6 (= 11.15-2.pgdg+1+b2)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg6-dbgsym_11.15-2.pgdg+1+b2_arm64.deb
Size: 93524
SHA256: 8fe4a45578a303c77506234a54c5c7fd21052c25719e711e0bb39cdf23de25ce
SHA1: 2296c7921c52e3564bd0924909f1e46fd49f45bb
MD5sum: 35fb3e7aafebf2891dc776530a405dd5
Description: debug symbols for libecpg6
Build-Ids: 35b909e4959e9e5711721c42f2b59330f86a601e
Timestamp: 2022-05-06 12:09:38+00

Package: libpgtypes3
Source: postgresql-11 (11.15-2.pgdg+1)
Version: 11.15-2.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpgtypes3_11.15-2.pgdg+1+b2_arm64.deb
Size: 42948
SHA256: c1ce0932543f87e34b04e3dee119306687dfe5f898faae94b2a9ac94cd7541f0
SHA1: 6fb941b06f86573872b7873f84775ecad9b6eece
MD5sum: e200e1b10e305364605ef1d5250059c7
Description: shared library libpgtypes for PostgreSQL 11
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-06 12:09:38+00

Package: libpgtypes3-dbgsym
Source: postgresql-11 (11.15-2.pgdg+1)
Version: 11.15-2.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: libpgtypes3 (= 11.15-2.pgdg+1+b2)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpgtypes3-dbgsym_11.15-2.pgdg+1+b2_arm64.deb
Size: 71836
SHA256: 806cc7fcad4406fd773303ba1b1eaad3c98ab13a6a7326ffb08d31b81982cd19
SHA1: ae88d730835ee7198de045fbd7d411ba891dcac0
MD5sum: aaedcfb120256fd54c6eb002bd9b2593
Description: debug symbols for libpgtypes3
Build-Ids: 1c6594faf894d6b22c64dec6e6fab1022a28ea15
Timestamp: 2022-05-06 12:09:38+00

Package: libpq-dev
Source: postgresql-11 (11.15-2.pgdg+1)
Version: 11.15-2.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 694
Depends: libpq5 (= 11.15-2.pgdg+1+b2)
Suggests: postgresql-doc-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libpq-dev_11.15-2.pgdg+1+b2_arm64.deb
Size: 165640
SHA256: 368604baeb8a309a7a35980a66ea3a338a442ea39e75386ab5fafed7dbaaa6d9
SHA1: bc37924320d36d6629095301d4af9178d5a61efd
MD5sum: 7b838448856395db50404571ed4e17c8
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.
Timestamp: 2022-05-06 12:09:38+00

Package: libpq5
Source: postgresql-11 (11.15-2.pgdg+1)
Version: 11.15-2.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 756
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpq5_11.15-2.pgdg+1+b2_arm64.deb
Size: 166288
SHA256: 84e1f68a5fcc8d30c2d43365919423fafd027fb6d07b68113e3a6cc0c62e05ed
SHA1: d3f241028dc38365ddbcf498c4d3f1f462b3c8aa
MD5sum: 33d9910cc7029b35bb5f43ad14d8762e
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.
Timestamp: 2022-05-06 12:09:38+00

Package: libpq5-dbgsym
Source: postgresql-11 (11.15-2.pgdg+1)
Version: 11.15-2.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 264
Depends: libpq5 (= 11.15-2.pgdg+1+b2)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpq5-dbgsym_11.15-2.pgdg+1+b2_arm64.deb
Size: 232468
SHA256: 835a299aec36b6db21e5d47a7debd7f1e9e4c44f9e4efff64353c483367fe089
SHA1: a306a4fad4fd33f7be83fb7e78e01f271103a5f9
MD5sum: 3de96f262d7fae532fb8bdbd821f7415
Description: debug symbols for libpq5
Build-Ids: 757ee254a0fe40ac1e91d99e6e6ef02af4706000
Timestamp: 2022-05-06 12:09:38+00

Package: libecpg-compat3
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg-compat3_12.10-1.pgdg+1+b2_arm64.deb
Size: 19188
SHA256: c31e6b9d5f654d0a4a4a98bf69178e977ec829e5fd569bac5536f3eb86bcba62
SHA1: e4b0997784c109536b117faaa90a9def51af8526
MD5sum: 28298fa4c70067d3efc6bbc264c3f4b3
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.
Timestamp: 2022-05-06 12:09:47+00

Package: libecpg-compat3-dbgsym
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 12.10-1.pgdg+1+b2)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-compat3-dbgsym_12.10-1.pgdg+1+b2_arm64.deb
Size: 17636
SHA256: 636f8b30c42cec84accc6b285e7fe3e8863bb5a8c12cdc9e0f85a696ff2cc947
SHA1: 726fdf78ec307d8b07d8d8a7617adc4012e7c1a4
MD5sum: d0528bf678429e73c63fae8940c18c9b
Description: debug symbols for libecpg-compat3
Build-Ids: 9c2cfdb1fbd31eba23729432090b30bcd39d70c0
Timestamp: 2022-05-06 12:09:47+00

Package: libecpg-dev
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1499
Depends: libecpg-compat3 (= 12.10-1.pgdg+1+b2), libecpg6 (= 12.10-1.pgdg+1+b2), libpgtypes3 (= 12.10-1.pgdg+1+b2), libpq-dev, libc6 (>= 2.33)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libecpg-dev_12.10-1.pgdg+1+b2_arm64.deb
Size: 269428
SHA256: 8473685ddb3c23c30e1ded9024ff652003e2fc10ef7afa8f426ea45680f17f38
SHA1: e4165d0bdd91d90ae74f0d075f490ad3582609dc
MD5sum: 72af6719f7a33951bc60529404c4e883
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).
Timestamp: 2022-05-06 12:09:47+00

Package: libecpg-dev-dbgsym
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 261
Depends: libecpg-dev (= 12.10-1.pgdg+1+b2)
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-dev-dbgsym_12.10-1.pgdg+1+b2_arm64.deb
Size: 224792
SHA256: b4b8cf6f51e11f2af33294131c466a7f8ad988ae2851e073dee4fccd69844352
SHA1: c7d055af05d057a491d8ae2b3f4c5c240d583a87
MD5sum: 6e57b298de52f718836705a902d14908
Description: debug symbols for libecpg-dev
Build-Ids: d830075d3f9d30aed59d0c7c1de36b26fead7ad3
Timestamp: 2022-05-06 12:09:47+00

Package: libecpg6
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 222
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg6_12.10-1.pgdg+1+b2_arm64.deb
Size: 58416
SHA256: c2cf55df722f9ac445769142d3e5c1417eb74e930cb41dfdc64641e88cf15dd9
SHA1: 2e613a861c5fa0b7d6150a31dbfcf7797f865a6b
MD5sum: cb190edfb4d65d552ece9e2d6f5954b8
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.
Timestamp: 2022-05-06 12:09:47+00

Package: libecpg6-dbgsym
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libecpg6 (= 12.10-1.pgdg+1+b2)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg6-dbgsym_12.10-1.pgdg+1+b2_arm64.deb
Size: 112088
SHA256: 47300acf2ff17cfbe79aa703a464531aea3e2b5dc25fc92f5f7d05480f4f1310
SHA1: 6d8ff8cee306d38090e6096fec8a2f2047977ae3
MD5sum: 74725a6ec3eda60aefcc93c0a5b4531f
Description: debug symbols for libecpg6
Build-Ids: a42c961a8e7fa8ecb730e6c5c725e4befdcfc9a0
Timestamp: 2022-05-06 12:09:47+00

Package: libpgtypes3
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpgtypes3_12.10-1.pgdg+1+b2_arm64.deb
Size: 45008
SHA256: 92bfc1ebaf3a0034cd198159c8b3d2d8e9a443067dde654f54a5b3aa1ae1b5eb
SHA1: 9d22bb4cb497ea440ae7fe927f8d45a2858d75b9
MD5sum: 2afe2742ce778bbbaa0911b7377ec8a2
Description: shared library libpgtypes for PostgreSQL 12
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-06 12:09:47+00

Package: libpgtypes3-dbgsym
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libpgtypes3 (= 12.10-1.pgdg+1+b2)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpgtypes3-dbgsym_12.10-1.pgdg+1+b2_arm64.deb
Size: 86820
SHA256: 2c05ff6bc5a489506b256f4af18fa4c050b7a1d58ee747ef7d20f396fc633e9f
SHA1: 99c4b3f55610a3180cc857e9355b85a0e6873a34
MD5sum: 01cc964315287b3a20d8fc1105b29d26
Description: debug symbols for libpgtypes3
Build-Ids: c490801e69c43c8c25efb4d19e3bce64b282bb05
Timestamp: 2022-05-06 12:09:47+00

Package: libpq-dev
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 586
Depends: libpq5 (= 12.10-1.pgdg+1+b2)
Suggests: postgresql-doc-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libpq-dev_12.10-1.pgdg+1+b2_arm64.deb
Size: 140996
SHA256: 67264104798ee2dd6d04c5eb3631aa92ff5b8ebe80e638d7b1e6804d8735026f
SHA1: 433ceee562842ab6e886c7d60d675ddc7373041c
MD5sum: e00eeca5b91ffd4b263f0d6b168478d6
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.
Timestamp: 2022-05-06 12:09:47+00

Package: libpq5
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 780
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpq5_12.10-1.pgdg+1+b2_arm64.deb
Size: 173068
SHA256: 4a2b2085a002fb8455e688fafa46b7d31baf0fcb4f147fde9198fca9302c95f0
SHA1: 2a7b8494ee31d1848a90cccc3771cd3082f9cb09
MD5sum: db09b4b7388c3ed1d5ef6a18a78db52b
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.
Timestamp: 2022-05-06 12:09:47+00

Package: libpq5-dbgsym
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 284
Depends: libpq5 (= 12.10-1.pgdg+1+b2)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpq5-dbgsym_12.10-1.pgdg+1+b2_arm64.deb
Size: 250640
SHA256: 82545ada615d1a718a24b1528313ed58fc050c61d5ef38490ce8b9ff9e61b0f4
SHA1: b693b0a2ca9bdd82ecb540da3d594ca660107859
MD5sum: 28291440cb96d4119b496b6839a3e04b
Description: debug symbols for libpq5
Build-Ids: b1378ee847d21f18b4f4d3b8d2e34b05de6c01ad
Timestamp: 2022-05-06 12:09:47+00

Package: libecpg-compat3
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg-compat3_13.6-1.pgdg+1+b2_arm64.deb
Size: 23900
SHA256: 4af4cad9810d91e758d57dc03572d86fcbd970bfcd3636093c0e85f8047dcada
SHA1: f204c8e9065fd4a4f16c3eb57cb957106750ac3e
MD5sum: ed0e5986aed0b3620c22e74f8b550ae0
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.
Timestamp: 2022-05-06 12:09:56+00

Package: libecpg-compat3-dbgsym
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: libecpg-compat3 (= 13.6-1.pgdg+1+b2)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-compat3-dbgsym_13.6-1.pgdg+1+b2_arm64.deb
Size: 38116
SHA256: 489adf40bf8dc7a0730aa11e0bf50880ab12b6801dd5deb95c2338edd0a06972
SHA1: ef4f5ff641d68a06381bf21c053661b58e6121d8
MD5sum: 9be95c5355032d15e31df0a2d238d302
Description: debug symbols for libecpg-compat3
Build-Ids: 7630331b709172deecc8d962296564b006d2d0db
Timestamp: 2022-05-06 12:09:56+00

Package: libecpg-dev
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1487
Depends: libecpg-compat3 (= 13.6-1.pgdg+1+b2), libecpg6 (= 13.6-1.pgdg+1+b2), libpgtypes3 (= 13.6-1.pgdg+1+b2), libpq-dev, libc6 (>= 2.33)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libecpg-dev_13.6-1.pgdg+1+b2_arm64.deb
Size: 268092
SHA256: bfd5e8bcceb13f7cd4fe7b10d8cb45fa50882f307234b7e88680f926fc35060f
SHA1: 0c063872d568a3e45944e9804176d0abcbccef14
MD5sum: 4cc6c23c2c09129604ee5ff7cf2f7567
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).
Timestamp: 2022-05-06 12:09:56+00

Package: libecpg-dev-dbgsym
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 266
Depends: libecpg-dev (= 13.6-1.pgdg+1+b2)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-dev-dbgsym_13.6-1.pgdg+1+b2_arm64.deb
Size: 229492
SHA256: 5a449ebf020de6292753259f529e0c8ec3a70b4c4e3585250981961bcb4b534e
SHA1: e44b176c64ecc4cc1f2dfa5bf77fc165f1dae959
MD5sum: 4a836ae2412d4f793d274c7ab0dc5fe2
Description: debug symbols for libecpg-dev
Build-Ids: ec72e593c0a171dd767f63b468c2c334e7375401
Timestamp: 2022-05-06 12:09:56+00

Package: libecpg6
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 221
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg6_13.6-1.pgdg+1+b2_arm64.deb
Size: 57688
SHA256: cc46bcd21b04455c907c43098e5905607be524be66147dedeccc498d0001cb6e
SHA1: fd4fed27132a85afb7a9a18ec0612e7abe71f755
MD5sum: 61f9aa79f24b2e2dd9cb55ccb830568f
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.
Timestamp: 2022-05-06 12:09:56+00

Package: libecpg6-dbgsym
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libecpg6 (= 13.6-1.pgdg+1+b2)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg6-dbgsym_13.6-1.pgdg+1+b2_arm64.deb
Size: 112244
SHA256: dd877cad9ec2a00ac004835d24e12a6902a994a11404c5369d8323fb5a432590
SHA1: 2f89a19c598e271304dde86b78c285791d16126f
MD5sum: e623d94e4023407849687404dd45cd72
Description: debug symbols for libecpg6
Build-Ids: 33ba6063931efccb9bb8620c5ff5d5733e75ca25
Timestamp: 2022-05-06 12:09:56+00

Package: libpgtypes3
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpgtypes3_13.6-1.pgdg+1+b2_arm64.deb
Size: 44376
SHA256: 22d268fc1df8f779888b250addd08b627f1089e4be8ea6706f85d3ab9aa7c2ce
SHA1: 670dd3cd6fadff160e6322248f3e1988bac0f813
MD5sum: 79dfe2e3349047a5572942bf37788373
Description: shared library libpgtypes for PostgreSQL 13
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-06 12:09:56+00

Package: libpgtypes3-dbgsym
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libpgtypes3 (= 13.6-1.pgdg+1+b2)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpgtypes3-dbgsym_13.6-1.pgdg+1+b2_arm64.deb
Size: 87056
SHA256: 4b6dea8d753d313e9e11600592296c6046e2766b7864b8d171109b0bcfdbbf16
SHA1: bfe92f130a52ca5c1cefd34b8547779364e36a43
MD5sum: cf978904ec8332006e1fc1d4d168fce6
Description: debug symbols for libpgtypes3
Build-Ids: 3947398ec71d2f6256ba27d68216943f8c8e6743
Timestamp: 2022-05-06 12:09:56+00

Package: libpq-dev
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 564
Depends: libpq5 (= 13.6-1.pgdg+1+b2)
Suggests: postgresql-doc-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libpq-dev_13.6-1.pgdg+1+b2_arm64.deb
Size: 136792
SHA256: 289a57d460d6c4142185a617479e93a690e2d3bdfe5a020b0e7dc153cc616dba
SHA1: 3bbae0994ddbaaa4d13862f7fc54614955f41f22
MD5sum: b5f40161c5852588cf7d625ceff24adf
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.
Timestamp: 2022-05-06 12:09:56+00

Package: libpq5
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 777
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpq5_13.6-1.pgdg+1+b2_arm64.deb
Size: 173484
SHA256: 3e9ae2ec353f855d1bf05ac04a9f859161cb02e85681d26617955973f486b531
SHA1: c29d93eafbe40908ad78bd94fb4b0c76e61a033e
MD5sum: 49b034e85fddb64f81058b485ff1e1a1
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.
Timestamp: 2022-05-06 12:09:56+00

Package: libpq5-dbgsym
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 291
Depends: libpq5 (= 13.6-1.pgdg+1+b2)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpq5-dbgsym_13.6-1.pgdg+1+b2_arm64.deb
Size: 256504
SHA256: c8fa8e11bab5605ef81ebc30a4292d5610676da1160ea18bcd6ad0a14f351116
SHA1: 55fbffbd24ac23d0151c49727177696317444aad
MD5sum: 3d8ae1152d8b6db55f2cf187f10af987
Description: debug symbols for libpq5
Build-Ids: 30f6e63757c936a0c6a65ff92e3df850f6e4ffeb
Timestamp: 2022-05-06 12:09:56+00

Package: libecpg6
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b4
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 224
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-14/libecpg6_14.2-1.pgdg+1+b4_arm64.deb
Size: 54556
SHA256: c9c4eb7a120a8bd590c83445c71fd97d6f36a262a3e5b3a7d54b52cece6ce776
SHA1: 7a2d4e3b58fb86b1b16982c66a830bd097fdfd8b
MD5sum: 4686f6049baa0317d4c9f03bf541fc1f
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.
Timestamp: 2022-05-06 12:10:37+00

Package: libecpg6-dbgsym
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b4
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libecpg6 (= 14.2-1.pgdg+1+b4)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libecpg6-dbgsym_14.2-1.pgdg+1+b4_arm64.deb
Size: 112076
SHA256: d9aae73e90add82f659c306018cc61c4be7b760aa8f5aa35390e37de81418639
SHA1: 11a1d900b5c93d98c5308748347cc8c24b1899d2
MD5sum: f02847af5744fc06cee0da4e532d8e38
Description: debug symbols for libecpg6
Build-Ids: 5eb3bd6f0bca3066d4b7c5e391d0b4a9f735b839
Timestamp: 2022-05-06 12:10:37+00

Package: libecpg-compat3
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b4
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-14/libecpg-compat3_14.2-1.pgdg+1+b4_arm64.deb
Size: 19968
SHA256: 2119e50cab1ea7f82099a0d280555462f80b508dee550575bb75f49ace643a2f
SHA1: f49a3adcfa72d31a5d2bba73490207e3777843eb
MD5sum: df300621297487573999d4f5a7f479d6
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.
Timestamp: 2022-05-06 12:10:37+00

Package: libecpg-compat3-dbgsym
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b4
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: libecpg-compat3 (= 14.2-1.pgdg+1+b4)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libecpg-compat3-dbgsym_14.2-1.pgdg+1+b4_arm64.deb
Size: 38112
SHA256: d68faad12740bdc65e68978cf8195cfc545e33fd15b9427e38ca088eb5ad43ce
SHA1: d620a53363b9c5d9b8087e2132bd64e4e9f943fc
MD5sum: bcbf9cd29e418c682d120acf060591fa
Description: debug symbols for libecpg-compat3
Build-Ids: 1862ef272522418ce50b99172cd64a57231816c3
Timestamp: 2022-05-06 12:10:37+00

Package: libecpg-dev
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b4
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1547
Depends: libecpg-compat3 (= 14.2-1.pgdg+1+b4), libecpg6 (= 14.2-1.pgdg+1+b4), libpgtypes3 (= 14.2-1.pgdg+1+b4), libpq-dev, libc6 (>= 2.33)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/libecpg-dev_14.2-1.pgdg+1+b4_arm64.deb
Size: 270880
SHA256: 80a164a96df2e29ac98b687ea74472b55f32171b61307d7dc60a88d7b3902ed2
SHA1: 0b3a8b889cb08eb95d607907e446d3875bc9a82a
MD5sum: 58e4c8d328248e045f1c035062239b2c
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).
Timestamp: 2022-05-06 12:10:37+00

Package: libecpg-dev-dbgsym
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b4
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 279
Depends: libecpg-dev (= 14.2-1.pgdg+1+b4)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libecpg-dev-dbgsym_14.2-1.pgdg+1+b4_arm64.deb
Size: 238012
SHA256: d279b75a0df9c9283a3669f6b7207a835d4b9bf4144adcc7c9927e4dd235750c
SHA1: d0fdf541bc1152dc80447486a738f460a15111e4
MD5sum: 575c5d51e3bd5b1e824853eb80595c6b
Description: debug symbols for libecpg-dev
Build-Ids: 4d8f2030372e58b1220e1255868eda88b3d136e7
Timestamp: 2022-05-06 12:10:37+00

Package: libpgtypes3
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b4
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-14/libpgtypes3_14.2-1.pgdg+1+b4_arm64.deb
Size: 40400
SHA256: c69928662f0d8b933db1564f3adb9c389a4f360dd242ffd1a1263131b2a8666c
SHA1: f03024ea22ff9e5781bc6e94a9686b0c9b021550
MD5sum: 35a0da7922a3ad307e245ee815e3a87a
Description: shared library libpgtypes for PostgreSQL 14
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-06 12:10:37+00

Package: libpgtypes3-dbgsym
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b4
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libpgtypes3 (= 14.2-1.pgdg+1+b4)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libpgtypes3-dbgsym_14.2-1.pgdg+1+b4_arm64.deb
Size: 87116
SHA256: 6e24bdf40b2e7f762c589d7217274dcfaae9f7e585ca162f990e18f6b0f6ec17
SHA1: a06bb3f0c9a3bbeeef28ab26dbd37be9a393611f
MD5sum: 537af8e79e5025cb2a23cdc53688f27c
Description: debug symbols for libpgtypes3
Build-Ids: d5da1ad58daf3af1f89f2e0f0e42c12181596dc2
Timestamp: 2022-05-06 12:10:37+00

Package: libpq5
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b4
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 747
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-14/libpq5_14.2-1.pgdg+1+b4_arm64.deb
Size: 164852
SHA256: bd0d6f58ceb34efff29a8c543189c4710e72444df6a2756bddef0f5cc8500893
SHA1: fc1abab87f287641044d48ba34203d36f6791f19
MD5sum: 2442c69f78ee292fb2fa51027ca5cef0
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.
Timestamp: 2022-05-06 12:10:37+00

Package: libpq5-dbgsym
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b4
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 301
Depends: libpq5 (= 14.2-1.pgdg+1+b4)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libpq5-dbgsym_14.2-1.pgdg+1+b4_arm64.deb
Size: 266004
SHA256: 27ee0ba489e2f89b49762b2ef29b5a0ab84fc05b631144b103110dff216803ba
SHA1: e9069ecdbcfe89fc64df16a576d7abaa6d26ae6a
MD5sum: 01b81294f06f762a0c9711785827ab90
Description: debug symbols for libpq5
Build-Ids: f84f6ce323f942c057c6fe78948f630f15b4f01b
Timestamp: 2022-05-06 12:10:37+00

Package: libpq-dev
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b4
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 569
Depends: libpq5 (= 14.2-1.pgdg+1+b4), libssl-dev
Suggests: postgresql-doc-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/libpq-dev_14.2-1.pgdg+1+b4_arm64.deb
Size: 134708
SHA256: 3fa0c442bc853b67245125d467f113bf475622543e6e8689315dabbab54044ae
SHA1: 16cac95d4aaa8129a87b96ddb989d9ecaeff2499
MD5sum: 1198ad1b7835e0885b8f61a9ed49ceed
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.
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-10
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24174
Depends: locales | locales-all, postgresql-client-10, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.33), libcrypt1 (>= 1:4.1.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-10
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-10_10.20-1.pgdg+1+b2_arm64.deb
Size: 4922268
SHA256: 85f75e0d6c9ae4437dbfc111d0670705cd0aceb3fbdd1c47da903335790bb0e1
SHA1: b41c447e1cf1e2b98182844a7d0eeba7dc2fecb6
MD5sum: 8df933e6ce4bea901a0237047190d27f
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 10.
Postgresql-Catversion: 201707211
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-10-dbgsym
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13538
Depends: postgresql-10 (= 10.20-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-10-dbgsym_10.20-1.pgdg+1+b2_arm64.deb
Size: 12046988
SHA256: 90726e5ba33da228e448b6751fa469bfa95df5e87585a243a839a8f154f25403
SHA1: df79524113550d0257d850b1c36d7999a8c643a6
MD5sum: b594aed44ba9b8f8ee9f4681c04ea90c
Description: debug symbols for postgresql-10
Build-Ids: 00aaacae02ed04eb11f608a073dcdce12d9ad18a 0178e4e0e60bf775e0f7a7a05b0e7e1420d4a44c 02608f9682520ac5d8ffa908465c7af3b59165b6 0394c4471150cb9b7c0c6d8341718d6d1d0fe247 05e2b234a3f65332b17b3952b2533f5549953a70 06455d57e9e88bcaadda97f3bc83b82a1a1a4b5f 08fa6c9f7d8b7f6a8239b753528c88ac43a7e9e8 09ad5c350c21956c257c51b446e60bf2e614a03e 0ae9d4a622719e2addc50abb3256614b48138d07 0c574708007742221ac0a847d2250fa4ab64eb6d 14ec77e5fca857791dfc854b6cf180bea25b3822 15298f316fc27dbec85f81185f9bfeee0a8bfd1a 1c19739c7d822ac07ec97edda5eeda0aa0a31275 1ffbd73289bfe7a99b35772d1ae64b41dece6d53 20cfeacdafb0fbf35c875ef342570e33ae72d85c 24dd1008d352a762ba9a22115efe37eaffe0a491 2ba269eba4566455008baf9b1dfb510b72aa8b99 2c6c804428d134a2bf3dd6046f9709cdff8f4d4a 2d6903c11d4ca228161804b4716fcdba6a56eaf2 2eb8485c49ce66dc4358f84c67422f6d9ab3b974 3428a2d26da4c95e4deb5ab276767417202da11f 3472ab9d4683ebf2c69137d2d6858afd92218354 3893288530deea441961767a6bab8ff4b9bc4b5c 3899a9ee4ea2ad917d70b511abe0643b7d5411e4 3b935213dd205bfae37e4070bbd5e531c1065db0 3fb098ab6d3cbbc556064ae57f142c37c5e9ab97 4323a8ae13d977365fd1869d719271ceb2f23c1f 475d9d24e92c6887c72fac37a75beb4077b0ad25 48b82cf499940d17639e1a615da03aa12cc75387 4b2eaf4600b6c8a9374efde497a0603314f9f45d 4ce8075935c79c8ce13651c380a46f61b16ad2f2 53d66b20738faca1fe3874970b060a044668cc38 574ec4b6a8ffa35821cc2c35f79e122ec54639d8 57625d2aa7c48c04290ffed6a12baf86c39776e8 58abcf44a5eb45fdfaeae40ca8fa9d3138382134 58bf454af2573e5bdce99a010f2b2dcedf8c988d 6476e9e4221f6ab68e91ddd0caa2f729687f4603 66078867052b0a5b9c289d7805096bbb5136add4 6ec10e844c41286fc01c0a2e6690cbc08fafeaac 6fc1f952e65304c604053c3338b2f462a4d3b533 7ae6c2293228f520e40917fd915d5ac26c13f54f 7e86b72adf26498a26bf95060197dbd80e93e79c 7fcc1bd64e927951206b724ec28bc52ab03f242f 81cdb8c5d281c87ef73d42b08e4295f31426ce62 847354b52b2827f8327aa84179c80da1d26d95ce 85105c6b59b22781e1368f81865540a523738834 8628686ff4ee45f8ae478b6e3994a0309ad192d8 87cc56613e18d7a59e8530612615180813d957cb 88d075d7246dd6472c709a28e51cd604da1ef936 8afcf911e2703bdea589ae52cffc48b02830a1c1 8be676f8ad511cfe1a700ecf1f94e423dbab2469 96bdf6b5e6b05e9756bce9cd7fd95079f508baf8 98274dff9610f8f32d56e46d7dfd49ae862fb200 9f199a61e5f50e720c621e3dab200cd3ae45f6a9 9fe89d39d852e25c11add7e3537c6aabbe120c00 a0d870cf67f535e75e33172f72cf6e9cd8d270bf a512f3c4c7f4725bd341fc35a5919f3e9b62fb3f a97f384dac1bb3a76f086f50715054c3dbe294d0 aa0893e1fa042e17b8653913bebd30546bfc4196 abeed3a7f3581ff470256453816db8a4e404ed32 ac9f5664fa0329ef494c0f14df548ebc7ebd6639 aeb987e651dcefe4152c5ac80f4331fae564ce0a aff7d07f367dc19b42c336d43815b4e4f6a6b69a b2f83a7b76077ccd1ec956ae3e797879b114582d b4f7dd4ea4fbe07ef60cd9ef1d69ca8c7a9d899d b73a9eec4d2dceadba52421ad79224e259c761c8 b911ce79a4bbf22edd15cd162b31d4c142b1dcfc c3a67660ff2f7bbeac3211d54922083b27094358 c5c4b3dcbc1d185d3d940ca7ad19e75a548370d8 c6afda907a2a86c784d27738d728ddb4af5a8ae9 c6c2acbc2e53d9c0552e5e298dc10360ed5ac211 c72a81f1b67ec4d401db5c18769dedc5b00932d7 ca4353e35dd1f0bad720f0480590e8e74795ace8 ceeff156d513de1ac0de633f5f7b840a336343e1 cf83a4da9fc3dde588671db3ef461adcec3fb6ce d21031942fdb8ec824d28eee12a7da8c9dc89b53 d3b82fcfb35134d410a9a66bdc63c6d50ef03261 d530e2d548f9db2a84c19c159d16a9102b4e3121 d60975819d91046b2aa3ebfd9fd2bfa67d27a4cb ddbed2cd832edfe8bb5a0886b614864cf04d1a8e de669fc6485e67915ba99d0451a6c1077a49dd81 e18692b3c99a589453b0ee188ef5563cad9b0d4f e2228a4d1a420edded5eefe6b6ec27186f9cb327 e717f71e1cb70558d50931d9edf18af1d430bf22 e7b0541db28efc270797d5edbf3f9083d5562fc5 e880650d89035c9a3a2f085953f9d9b03cce09ae ea749ba313be02e91826f064bb42c8a54113e79b eb860a91c9c067e2df0a5ef27faf2a6afa7f631a ebe7656d4058bc6bcbfdd2de7bef8a55e0da16fc efbbaef68e4343709d938f251a5e1c3b76dd16d6 f35a961e4ce4af44294f982881874884baf6ef70 f4b47fbe9ec39f04e78625ad270303f3a8c061a0 f618ecc4f347e1f343e5bf538cf5c3dc3939c564 f6ce69e3ff717175d9c71dd1dee0f5c31c2012bb
Postgresql-Catversion: 201707211
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-10-icu-ext
Source: icu-ext (1.6.2-3.pgdg+1)
Version: 1.6.2-3.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-10, libc6 (>= 2.17), libicu71 (>= 71.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-10-icu-ext_1.6.2-3.pgdg+1+b1_arm64.deb
Size: 26988
SHA256: cd4ed96bbe2d6b3c6af89cce755b09a179edb3db71e560f78261bfc0b1a6ae64
SHA1: 168fa783a0dcd63cad5160fc8b70513974aa969e
MD5sum: c356b95c18016eec58fa51f396f5b188
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-10-icu-ext-dbgsym
Source: icu-ext (1.6.2-3.pgdg+1)
Version: 1.6.2-3.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-10-icu-ext (= 1.6.2-3.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-10-icu-ext-dbgsym_1.6.2-3.pgdg+1+b1_arm64.deb
Size: 67668
SHA256: 4239ac65d5056bd3bccf98aa77d0d8729aa7de25039f187ba8d4befee07dde9a
SHA1: a78672b47dd222f9c933ce3c1ef10dd1d5d037d4
MD5sum: 813281189a20b33fb49c142b2d896c9c
Description: debug symbols for postgresql-10-icu-ext
Build-Ids: e784c91e3fa8a6f43cb0dbfea7c684213a838e3d
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-11
Source: postgresql-11 (11.15-2.pgdg+1)
Version: 11.15-2.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47909
Depends: locales | locales-all, postgresql-client-11, postgresql-common (>= 194~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm13, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: postgresql-11-citus (<< 8.0.0.PGDG-2~), postgresql-11-cron (<< 1.1.3-2~), postgresql-11-pgextwlist (<< 1.8-2~), postgresql-11-pglogical (<< 2.2.1-4~), postgresql-11-plsh (<< 1.20171014-3~), postgresql-11-rum (<< 1.3.2-4~), postgresql-11-wal2json (<< 1.0-5~)
Provides: postgresql-11-jit-llvm (= 13), postgresql-contrib-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-11_11.15-2.pgdg+1+b2_arm64.deb
Size: 15148960
SHA256: 7c3f5efa24eef1162b6b85c24c3a1cdab51275f554d09283fbbf973bbad07e08
SHA1: a59a9c77232c6da05554e006648ed279d6e377c8
MD5sum: 5c814ccac4c20054ee4775f235a7534e
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 11.
Postgresql-Catversion: 201809051
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-11-dbgsym
Source: postgresql-11 (11.15-2.pgdg+1)
Version: 11.15-2.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15278
Depends: postgresql-11 (= 11.15-2.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-11-dbgsym_11.15-2.pgdg+1+b2_arm64.deb
Size: 13746848
SHA256: b61322379f467070aa2b1c3ffaf749d33aab31875f375629b7a63dadd382e9f1
SHA1: 99a8fc04d8225edbf2fd77b7d755e8098bb1a7bb
MD5sum: a496aa1ffbfb42175f418002bac14cc8
Description: debug symbols for postgresql-11
Build-Ids: 028bbf53f2cf1261dc9a4c1843a516dd49950984 0583585de9e516f3796b4be1e6c3861f29a438d0 0679b5db5789bb8105fe1da198d9bbff6a303776 0a8530b69cd88fddca231809a9d49206a3955ca5 112f6ef149d98ebbe006b58e6c804455a20c6aa7 16bb6229bb4c350321676fea3d698f4439619b2f 192f6fb5e8f81f52887899cc276a8fcae74a1956 1a74e761a867b51059d2075f2174cf9126575664 1b6a1c5593bbea2f42b52eef56ae7acb227bf939 1b99a30f41f3c46f733d6936deb87d459ab9cfe6 1fcc3f36b78757ab1ab9059c992bb7b69e447793 256843103bd79c15b86c56ca99515bbe18b53747 268574ce601540a6f1207e00156b5f688d9400c0 26f5e04dc03e6ba80f596877c4eebf68256dc02e 27a6a4dca56af9ec30468cca1a5ae0a2c16ab9cc 282e0c7fbad5068a855c7317c341c31276919701 28d40255ca056820dcfc1f8d7b31d77c714c3a1d 2c020e371f94a9ad1c5a737596d9bf1712827289 2fa61ad062c275d390d081477b032c9381192461 302ca3bc9c13a794122cd6bed7fd083a2b5ff57e 35a08b02699669a5baa643918451ec15e16c7f9f 3683fe2192afd22cb69a4bad3a93bb26ce16cef5 37489738057f23474aeaf4642fc6799ae24fec5a 3e92999096c32335e63b04d00135658bed96e825 468fdfa5dc5aa0a8e03443fb30b195739ae5768e 47aa54a2cef8935401523e1058042b3519e57747 490fed479ccde04a67f087568d055b61f131a71a 4b1faa9b34c0095deeadadf9ee7b4b69f948e19a 4cca0cf1df8b98a3a5d4fb41a53b4b7541f6f95e 4d098d729aa0f4bb436b97a1010965d50616756a 4dcf7adfb889d2a046d8d4a29bf042329ab6c542 4f2fa95af1d96761e2662aa08b46abc152dccf3f 500c3c5f1fa5e1a23ed4e32c15263b16318a74ab 50a34d153142eb96c1a70ca36c4456b0b27ec73b 50b4a925fa5c4c82de68f4f6e45f04ff0e262102 5b8c3daaf26102f9814094a1678f4442c4da53e0 5d01a660eaf837047d3071fe9279ddb2881dbf2c 5f6e83a95171284415e67134f366c78bd42aa592 616a78692c64b482da80c5cef8ca689cd16dd1f2 63c1298a4011b9e68f051fb3e8482d3a0022616f 675809d8104be54b629a8c34772dc5effb340ebe 6802ffcbdcd0fcb88e15ae65b8562855e56359e1 6b14fc024035cb1e3fef7601234babd6f0f2f24e 6ba17802a8e4cfad74ea202b1382aa257613dabc 7197eb0909f036a1bca1f61baac3307b1d4f0f74 7725c0bda594288f93838c413c514f668490909f 77884615e9d65216173faf9716a7cffeceb97b7d 808ac92abd53f154ab41d31f612192931d2b1f29 847adffd57c42a4d3771de3b435fa49dc4b8849f 87c1906f0e43a8b25874f7c144d90568e37eb4a1 87e548acd1b577c15d9fe67d72186b025209b799 8b38d4cb17b61d2dff0eee2168a770ab8aaa6116 90bfd959fcb492c3301f8d6545a17ede2f9cd841 96318307f44c8ab4cea4b12169fb7aebe51ada47 994b8f0dc8b4da834315ed1cce38864e58fc601f 9af55322341e23934f55fa6bde235ae98147bf23 9d7c37d8ec86a7def0f310b59c7af01911eff1c7 9e3d71ddb8803fbcfb0dcbf31ba384381492076d a237e36738a93876c4fb3c338d9c4ba48e374622 acd916d5a98e951070ecbb5424db78617124e8e7 aee04d3faab34bcdaf6350301cacd75bfa5ee365 b414e43260dbe52d14163676de26ea85d6980714 b45e66912e6ca103916ee5c875951adeb488ac51 b98c4598fda39ab4ccfa7754b5d037cb0f73326f bb4399728ac2a36f09a8f82dc1718e6176bd5343 bd9891ad67624484252090b0c42c6d858aa307ab be053f194a966f05243a28cba1cd45d9303277ba be8e50ca1fe53f5ea41064bb6e19c47fa5483e94 bf53f124533b49671c3b206ceb550e9df60dd5b8 c660c29726e95a4b32b8a697fab3417f4336b934 c94e9a0350c5693dc54b874832560e7569327ed3 cc467d43be1e88ef07f33a0e0c193d6d0fad557e ceda2f685cb01ac0c863bd1b90c2ecef37df3fe1 cf92c129d700ddc157637ac7879517430e32797a d14ce6f37cdc12529bfc62f6b87ed244eb95c58d d23cc35a54f1fc1189a7f0118cbeb3918bf992fc d3fcb946ab536079175aafd9890b8ad5ef6e70d5 d5194983d956598da715ba1412e4ee3c3f09393d d755cb94221a2e1ef88f281efc3e3ee338b2130e dbb13d597ca6989f610f8d4d765e5efc45300838 ddaeaab854640bf76dd5e61849e5d5f08ab99199 de4302cae1ea3562ac9ee0a1446f52f3b69318ea e13ff42b1efbe289b13f661d2b3fe7350a7396d9 e600a2339df5fb6ac47f165605ff7678164ecf60 ec8e79b5961074b9cdc43b62834688d798a422eb ee070d5d80abbd35f936f36538f3294ca10e8de3 ee49f5b96022ca8d7c19bc21d63f47438e5516e1 f2652ee9d1be8e6eacccbd5db1fefb11cd352b1a f291dc66703d79ccd187cf4425cf40da17bbf425 fab0657ada53c83277c292fd4e4bd2da4073cac8 fabeb8147a096a5fa2b0e62c6eacb5cfcde35cf3 faebffc3f116afcfc67c6fe574fbd566b1ce3b32 fcdcacfb0d8e5c46ba6bab87c8cd699034ffd8f3 fda67c58bfa6876c30352ceab21343af75a68295 ffaff07d656a2936b434ea95b620efdce24de4c9
Postgresql-Catversion: 201809051
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-11-icu-ext
Source: icu-ext (1.6.2-3.pgdg+1)
Version: 1.6.2-3.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-11, postgresql-11-jit-llvm (>= 13), libc6 (>= 2.17), libicu71 (>= 71.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext_1.6.2-3.pgdg+1+b1_arm64.deb
Size: 70880
SHA256: bc52e9495c505a0c023d2779b19a1d8917608761e2d2068ced67ea45305b11da
SHA1: 43df6874d4aa5cb02d5f2465c4401d1c42ca01f6
MD5sum: 58b0c273efb07776cdca9522c606bd36
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-11-icu-ext-dbgsym
Source: icu-ext (1.6.2-3.pgdg+1)
Version: 1.6.2-3.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-11-icu-ext (= 1.6.2-3.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext-dbgsym_1.6.2-3.pgdg+1+b1_arm64.deb
Size: 61160
SHA256: bdd28ff9bd814b8ef7be62156f903b2f35f9f46be87a322da7b771e54b3b0306
SHA1: 00b4980e805e6802aeeef0da33e2643e7d09aefe
MD5sum: 645aebcac2f613f4d90e5f62e1915e3e
Description: debug symbols for postgresql-11-icu-ext
Build-Ids: 8640b565182be8abe4b75803e96a4937c7000bab
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-12
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50031
Depends: locales | locales-all, postgresql-client-12, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm13, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-12_12.10-1.pgdg+1+b2_arm64.deb
Size: 15778292
SHA256: 9022c85aac82ec1d40a7f35346c5f7f77e0abbe9293e3cb62cd3875e8e6935a1
SHA1: a8bd624924bbc25d577a95dd8da7147b29c18871
MD5sum: 6805675635396d4ea665d8b292cc2a83
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 12.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 201909212
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-12-dbgsym
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16395
Depends: postgresql-12 (= 12.10-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-12-dbgsym_12.10-1.pgdg+1+b2_arm64.deb
Size: 14811536
SHA256: 0658ce7e42114269fd0821b871495eda277d64e38380533ffe9a02def2c8a8c8
SHA1: 7b1ab16132b137fd0c1982746028176b09200e9c
MD5sum: bfb3e7b14344af7c65fc9258a305884e
Description: debug symbols for postgresql-12
Build-Ids: 0330e65d931de16d67322af028371c24069d6832 049f174ffb7542717301f6fb1c011f935934a50b 07898755c1bc40ca169a6683a87a1d3967a7da09 086d12c3193ecf9fc3afd57de97a45c393eca2dc 0ae0a9941fcc9c38298f814a5231c2f8fa3415a8 0c1319db72b5ae33f606a85b43c3cdc173511d10 0c57763012977a28286f84d9dbc7e86fd53f09f5 0eb5013c53e764d199977500e59c1ec1e0130034 107f7a3435a89db8ee8b77f7f5d21b138fc1db62 112e769d865da1c90bd776bd81e34cc17853a9d4 14c9eabb14813ad6c550e57ff09d2b333945781a 15b7703e1d270c2c4b0830af9d8840b16a127c73 1d32d32f86eac1b751386b098d01cebc32568aeb 1f2f27da2177928a93fa0edae3e17bd5be21731f 20fb72b3977b9e6e2517774d07ab99f113389458 255e6eb4424c55a978e2b03b25979af4bea49484 28b763f27ef692a4e84c05101dd372aedc67dedb 2a13105df4c201ed81f08939776510bcd692af8b 2e007837881997dd53335bfd22abf6fab87a1dfd 2fef40f52cab7ba565669a44319ee8b55ad1a3a8 33ecd98df9c79bf8fffa524e09393783d794998d 349664bbf31726e1c525e7dad3a41c777b41c36a 386a27c9529a16e00473530ead10e55af7a9e33c 3c42e7e5c2dc7315fae01ee79eeb100f743e8233 3cabd8b2cb3c7c18beee7c1028dd19d4cac206c1 3e597274839e117ca6f2bebbc002436db2ad1f07 467220d27b56988d11a68ee26c3d8d23d2a86e85 472f84f3e90a8527f1d61bc1eb2ad646af2ab886 49699b58691def7911035390793ab1522dc891ac 498c36830f47e0c4411d12cdee878a007741bb63 4a52d19c87e6625f7dc0e8cf3f2c4149b6cf5dc3 4c39fe517ac176560cec944deff5725f799c96b2 4cd65ff8f44bb59e214d21190608a4f681205b9e 4d8de815077f4edae721c4c97a51e4da3e2a0630 4db218c9f909fdf2a431157d9c83591f3e3a15bb 53f109c00bd2497ae7d44687a232cd278f42af93 54b09896d0d8f1772f61458dd7b3f8f8f9a6c507 56e97c239ee6465775a9a729d9c5bbd7f9c44019 59b0cedd948699a3bd6be8788da759fb44eb0209 5be6ce84f64725d08058b6db6ae5198dfb59e44c 5cdfeb867ac3ccf817e2c000d3d50dab671c5fee 5eed9aa606a939de966e0b14f6c0e67e8944085c 5f67d66e1ae794eb645379097db8107775c19d17 61c575125df8ef30388e0c9b31c3a99ae2787f5c 639a9fb56fcee0a7c428c551f67de3fd84ea9581 681120a0a89dd8ed72a323d9da78e7ee50fa5b6a 683f4d85f0a5efdcffa76cbe526bfb727520bc4c 69b854dc607e6ca86516f0419b9066f239433c8a 6ab9c82cea056f063749aa5cff55cbc3743ae4de 6e73b3506dc6d10282e2c75bbfaca3af5517bcd5 7e75e57c960f3aa993b7eff44d5c746a39cb6554 800efc4778185245c209fd54eca3a3314aad689c 811ecd577e20104a4ff46bef30cdadb6ace851bd 8136c9d4b85dd3555bae7df4013797774e3c00c7 87f8637932b4e6b3bd7787f0be2bc23abdef98e6 89aa3f364de36a02360a340eab70c7c78bcef39e 8a75aba15081a714f37ccc390a45d3660399ead9 8f5a996294aedad8aab2ce006ffd81bf6365396b 92c1563026123a50a1fd58d83b9b043163177276 93146694c4cd53aa0889049f7beaadacab9f5b79 94bead76694a33b7df27def72d024ca977d0aaa8 97785223e742a7c0025466037be869c61625efbb 992abe1596065fb2bdd4e2dd1184280b90504f6e a026c4e3181763f060cd7d641fa206ee426daa29 a23eeaaf5a375fc784cb4e9f5dc4bd88affa11f6 a39c2ba40b8d3ca7b7ab6016015b270f9c2e95c3 b54dacc2bd9b220ffd0e745ccf1d4bba78684ae8 b5c5f58b05c9eaf0874d5319f2ab495450368f03 be1f83ce7e2b9682eae7295df930d5f9d58e268f c15efb4d588d49076c306c06712f54d9d0385545 c33705e94ac9d0973ab72038ccd3947d07efb5cf c48cd49ad48968502e99627ca76fad06b1d58cff c850ed7cf6e4b12577e9dd33fbbd867dea04d0dd c8f10f89b28fe16c7e84c7c631897680fe970d13 ca12a0d3eec6e8136a3acd45d6b05b1320817e74 cfb13fbac8e76dc120642738e93385785c07f94d d1630796f89e0e9a6a60041d3d789a13d1749a7c d96827466e8cd6fbd8c1054e28f66c04e9713d40 da66be26afec68b66dde3721059f7e00191a2145 ddac4d3ec053caf320d22ffe2cb88881e97c3439 de455c41555f14bc0b92cd4234b2b00b87dc54fc e0ea2ccf4fd1c715c7507a7cd6c48ff9a6ba0515 e3e9609f04308bfe470b748b31d403ec4f66ca20 e4b1206172bb561e00a10e098b05fe55798599bd ea21c0f2ec96c7f51b2adad2b7a8573f32e076d5 ea23f6c86ffff02a376a3804459e7d80c3422b04 ee00e3c29e9a53230d515f85cc11fd6b5e7d7589 ee0df16f81fb9120b0f4efb9c59cfa6c6441d1ed f1c10d798988f7b68a0ae1884653db6e25280e38 f5d9cbef6f00c84b23d76eae1b865a83d25804ae f6c229e036716d677d16232c9e4467ebfc13ba09 f6f4437c1f6bff631a4fcedf92c8ceb7f019f3dc fa9afd6bb43d0334fc7005aca1c8f41b65e905c3 fbe683b777562ef2baa44e6e7605a307eea5d323
Postgresql-Catversion: 201909212
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-12-icu-ext
Source: icu-ext (1.6.2-3.pgdg+1)
Version: 1.6.2-3.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-12, libc6 (>= 2.17), libicu71 (>= 71.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext_1.6.2-3.pgdg+1+b1_arm64.deb
Size: 71528
SHA256: bc5505ab325f3fe91e21786df864a175177f877426b704350b037ca04a068677
SHA1: b91d86fb2fd5b3c7d2f8a6ddb1ba658bd0d4cf81
MD5sum: 8a3ddd3cb23c8d08d32f4df549c66c64
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-12-icu-ext-dbgsym
Source: icu-ext (1.6.2-3.pgdg+1)
Version: 1.6.2-3.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-12-icu-ext (= 1.6.2-3.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext-dbgsym_1.6.2-3.pgdg+1+b1_arm64.deb
Size: 64704
SHA256: 0f6e29d134cdd274d59e923f985bc05941301d9ae0ff09f4d4cc309972ec853a
SHA1: 9ef5ed0e7cff249142a3cac63525fdf8695ed2c2
MD5sum: f6cbaf629c148ee4718145636f804f1c
Description: debug symbols for postgresql-12-icu-ext
Build-Ids: 612c35156a2177b7b96879ce34282f005216d809
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-13
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49915
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm13, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-13_13.6-1.pgdg+1+b2_arm64.deb
Size: 16092244
SHA256: b436dfc7cdfe0d454592e311888db1e187bd6dab8c3818e98441875be46c5aee
SHA1: d02181e47479eff07db7dc2cde415e1ca28b0ee1
MD5sum: d34181cb4c1f706ddc8188f1e375e265
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 13.
Postgresql-Catversion: 202007201
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-13-dbgsym
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17199
Depends: postgresql-13 (= 13.6-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-13-dbgsym_13.6-1.pgdg+1+b2_arm64.deb
Size: 15595872
SHA256: 318b9c711f63f5da639751681ba124e4fe787331f0d3852a30578a6f67d8f364
SHA1: 1800a19ca4f1be5dea89f6f761114d6fab0f1f62
MD5sum: 3965e12e911e3814415503b044432a0c
Description: debug symbols for postgresql-13
Build-Ids: 00c917d2361ffc6107d709178fe5d60573af3e17 021a2057388d1185880459aa73c2badf89f8287d 17f861e74ac08788bafb6d66dc5c9156f17abfbc 18262ab3272ad5e7b9483cb657ad2cf77d1d2657 2432135d9371d11528a071e881d38b8f7168ae08 25f75d576022eaefd0bdefb07e44b4e021284d0b 31492092cf62ef78d5e045b64e41f90b871d912c 34103135578266752810d1c75676301454231367 34d4005c09a5b282ade12d6eeabffe2821f6a9bb 359e639bb59e09b1200c57101f42886e1b9ac757 396b05a5c4c910abc853270612cabfc4a415df96 3996974011479b2a84362f717060bea6b0f631fe 3beccbd6935fcc061d9718868718511dfbf3be5b 3ee60e7630e0d88c9a0540420765a1d3bfed6dc5 437596644e2b8674fa8cedfcbf05cd9fe5d704df 43f890b2cfeabce7e96039799a89bfec6130e93d 4a519045a0cedf60495f8d03bf34410200791804 4aab9fcef788a2774fa28ea809bbbeab481171ab 4b439800cae4723e1e9d9464a6f388c3e52b05c3 4eb9cc6ad1dff9beb3fa857f4d5b8e88a199f73b 52c5ff9abe97e4bba318f631bc7a62f26bd24458 5629f07a47252ed750098e8d2b5eff56d15e619f 57133767ea480a536906ffce0bf895b5d2beed14 5bfec294147a027f083865e787d838321ca0dbd3 5d310350b03e25ac2193cc788e87807e99191757 5d734723daa48482521134c5bb0e8a57005f6294 60b2df6f5db4e291e95cc0dd73af7e01e8029139 61e5680750bc39acd7fc71d2f3c41d958ccc1326 658a2aedbc3020c8428aa9a2181c0fb3e9f80c30 6aa6e4267b74dafdef18f68d77beef5973d2a13c 6abe65fa3b069ccf36dedf2cdfa36fc5d2a4130d 71b12b83005b17af07d2caed8322646965a78fed 735d7d59131e2aad7a0e1ad783ef681e609292b4 793e60b16a88e78f8635a218f27a83b0bc37eed3 7f057d462f5f22ea1c6919d73e89ade730086ff1 7fbeafbb6ed654dacda2781e590ce3398d102666 8506f84acae4d8627db5178f815f2733a269e81c 85f90c9220d16528252482c76301c132d2db12e0 86beb8f17814be49d12071f5bd6d760877c7c6ed 86c6cb48c74b6e5ae7f8a5bc022e4d3c5d912d19 892c4a844f176bf2f31945456a094acefc61caa3 89354aea79f2526d37d347676660525d6634f32a 89ba45b73df039661c9a024e4af0d6c89a2d9ddb 8a2d92abdce54e364d67a5597fb29d2bf13126e6 8c795e5a9c8f3f9d25ae16f6aefc7ee141fd0953 8f5c7f45820a55daf03e2eef1fb190b83c6ece44 91c943c4ea033857b82b0ad8a5a95782bf178c36 92ed7ff8ca35c6e136a60afb7d0c12c79f2a364d 9463cb03b569f2964232a47193f5835e53dc4631 94a84e54f489413ca8b66cb3712822079088d4bc 94b006e28a4762f3c19d0415ba55a02df15bd15c 95bc9bdadbfae3167939dfed8c2b9cb6d2fbe0ad 97c61fc79841a1733d28cdb1de9e4a8107716871 9912f82ea0c592b3f5c765e60b0a5149424c2413 9ac7e1e8539b18b2d237a020f4462bd898b4a3c3 9ac84e2f8b87f2e4ea96ecce33016ef5a0462cf0 9b4dac1f1204cd0b1c5f0dd32f9b55bc9d378412 9da551547f1d705b28f4997d6282ed3b2f8d8806 9f1566acfd1e04319ef691d8295ccb7f8dc5ad83 a34c7a09e44cd227c5a5fba60d60657340775476 a9c061a8b4d1fef4b95225de70abd02f1f0a2381 a9f240af17352f3284bfda8fd7914183015f51cb adbe37bc9b6976027326f0289eeb1f9fe65f92ac b389044775e7f36ed3e974f79af27a381976f3df b3cc5e01d238d0192df4d398bdd4f28655928218 b3d9a872efe515cc44a45b4930bd420f9ad1b0ba b3e566c18e8a11ff380dad27a0a02f8bfc156f05 b4466f0860f6a51c5e4d5535bde1a18d33e0a786 b64f2fb63e6ff9e9a9c909e47b3eb431d6daffc4 bff235c5973a409e170705fd3e5a04eefd12b799 c03e8d914829e00c5943a7a47000cae855f808f1 c320bcbcd3e84f9e003b8a9dc7e59d9a6f67c381 c5b12211c4f5593f34e713e111be85a81e753d8c c68e559a447d9c394e4acc6f7758ecf6a8ef6e25 ca0aac76b5ceaf362a17520a0ff6e41dedc39c07 cadd2ef2c71282efece46fedc5a7c5ed40a4290e d116d494f85007b518897c4f00e8c016c8505cdc d75adb0f0b73d49c9d088395baa73d388061c6ac d7a992eff562ef29d3f220ea35be5b230139607a d8c8ba4f6b9d919e68e1acc08ee18998e58dafd4 d98d77a24af6065f57323672fdee70dc4ab55e13 dc2c8474277ea4413fbb69002a62d7a768aeeb9c e310938fb177ac3c33afc56bd0b352b631d9970f e7d9b38a0b35580a1db7f7cec412d16231dfefad ea6a64367c537a8f5c90e91b393106a79b625bb0 f61c477188678ce2208886f883825e0c082e97bb f7688044d1088f66d1090efa06e093155fc8519a f9bb4dfbc6fcd423058684d958775dbd9e7f323c fabefd5eb4b7c04514b5371dc36344291378b995 ff0b97eba1f365cfc35c23c2a04c0437b6ae35d0 ff704b3351ad6fe2cce7f16eaa87aa8b7de0eace ffb6e45d8f7524d2b4535899e727d4327b9af205
Postgresql-Catversion: 202007201
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-13-icu-ext
Source: icu-ext (1.6.2-3.pgdg+1)
Version: 1.6.2-3.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-13, libc6 (>= 2.17), libicu71 (>= 71.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext_1.6.2-3.pgdg+1+b1_arm64.deb
Size: 72516
SHA256: c5cf9667a1325afc82e2304e02b2c9b0409d9f7c381fba3a5030629e7d3aceb0
SHA1: 626c35655cc6f7462ec2646b33506b0cf687f57d
MD5sum: e5f49463870eb9bf7bf07d10b2e5934f
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-13-icu-ext-dbgsym
Source: icu-ext (1.6.2-3.pgdg+1)
Version: 1.6.2-3.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-13-icu-ext (= 1.6.2-3.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext-dbgsym_1.6.2-3.pgdg+1+b1_arm64.deb
Size: 63368
SHA256: 6dbd614400a54d3ccac0443bb9eda967e047dfea28e4391d27f09d1a48060f38
SHA1: 96692e6d9cec3830672c692b2ca81826870f6f67
MD5sum: 0e683332b4843a1e5e20baed796031f4
Description: debug symbols for postgresql-13-icu-ext
Build-Ids: d034e66dcca5c96c459042fe5b68774e032f8fb7
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-14
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b4
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52073
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 229~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm13, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-14-jit-llvm (= 13), postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-14_14.2-1.pgdg+1+b4_arm64.deb
Size: 16906340
SHA256: 88bfa022b8c7ff4a45f87aee9eaea06fdea4d58c422a28b7bbd44d1f8eaf5d4f
SHA1: d6def669939493037a4b139d9f3b0db8890a8e7a
MD5sum: bbbffd9a82328cb96067b349c5045657
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 14.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202107181
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-14-dbgsym
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b4
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18257
Depends: postgresql-14 (= 14.2-1.pgdg+1+b4)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-14-dbgsym_14.2-1.pgdg+1+b4_arm64.deb
Size: 16469100
SHA256: dfb05d039971adc61bbc181201b155344d7b34091a66f132f219a1ea7701385c
SHA1: e64f1144fec3afa09b4803729b9386ca555d7391
MD5sum: 094e7cb339522a73ce32bbb01bde6d82
Description: debug symbols for postgresql-14
Build-Ids: 00c01df9cbeb930dc5a69bb2249b3f9d0a249863 032fc881fab05308675ce7cb72e6b9113320f34d 04ef4e6ec33a728f76ff14b6282a5dd6d480e38a 052de76c7d38aea9533890878b4f19739caa9e54 09179727447050aeb944d807894cedd7eba2244d 09f9bf2aeb4141fb1d78f9d4931266cf8672aa1d 0c3b494fccd1f0f73918cc21240c62e8d765b838 11a6081f57b9ccddf5acbf585b7d646103908be2 126f64bca32f42aa6848e5b785d35ad6fce8af6c 14ca435439b1b1973c4d44e31a0e7715120beb2d 16a255c6b6a23070c9d8a1158ee784e4891ccd4d 17e2971bd379f2d598b459a996a10a036bff92ad 182f8f5af5f882cc497b34556930bdf6dda8597d 192083f3952d38d3e2c40e6496df55c53ed5e95f 1b9c281facb57ea3a542edb86b32e563abaa0948 1e6dc7861fc0416415a673636735c27a9f6dadb5 2236135781ae159befb6c867f102d42621a02df1 248b78e03200b3e8d2baaf66b04f80bdadd17e5e 2a6deb36b76f40ce0069c837bba8275d2f9a2ddf 2d65bea7b24e224e7f740e1b022dc29dec14f24a 2f898d315e0500e454e4e3d7babfe16a3a204949 3016dc651f3b1548e3c572d58647ef8bd7939dbf 3155914fec0e1cc26435214bed40f27cf2d64ed5 327d3b0cec72764780df3e8861dd27d9c68e7434 3ab1955ac580c3cd8b545bc0abf451dbe244a81f 44a88b20b3c20319157565161b8fd97d4fcfa890 46e6892cd0d0d52ba5e3be0455b6729e5bf90434 46f654b0c648481d9eddc275f2dec67f0f45a942 501769eff5d48729b2b4fe9a0d54779a22536d0d 52245aa5704477c9f2ceb85a6ee82f39abb081a5 5bd4e24fcbf67ee0372eefbdbf2d161949dd1c39 5beab77371c07a4cb8748b95e4dd7c3efe3a5e60 5fe2f944fbebaadcf133c1981488206364073546 6105736fa8784e7dcb0f7d1936cc02f33da1f4f4 626fcecae883202659e28253a9a8e441eaf73a7f 68acefbbc6c6d38cf68babd22a41e50985d8b8b0 72e31861d22bcf361693ff942c5d364ed30c0130 77924a75230e63c338da0cccebe386dfe75a829b 77a512b8284169432d49b3c031bef43fb1b34a1a 788eb0e4f9136e11d39032198e683e70b00f67bb 7c858bccdbae07a2c9bcd1da9d104f9ac37087f7 7eceea8dd2093e403ddafa182ce23a1796f459bf 80b631c81a33f41ec269af79a396a2126d0fa1a0 847f8a47e8556b09814e7a3ce84d5cf421b18b4c 868fb44c2bb24a96499fff81cec8b88244471568 86ef65a04d223f79f6de26e884a62b3ce85804c5 8d522eb88368a221a9a45f9120486007c28ddb10 8efd52456ee7e4955b6131594778235998159fa0 91b3055538c47d124a985eee3634c2d78f32c934 9c1975097ef232964e34992784263db8cc34390f 9c40be07e22fec1f27216f49e55dbfea75a802f9 9cb123afa32ee112f92936694f73b267cb95713c 9cd844a0e39a7631f33271ac152dc8cbf1d1f151 9d84345ca8eed9c6b13f724e457674094231240e 9e11c72aec6f74ae5c37d9c8b75d905219164d16 9eb09735b505e32ffed4bd1048f901148620186a 9fccd47dd0d8cae29f743e06a328b0c0b59db181 a11d790f7b936d5f1ac797a100d089fb7de7e693 a316b37955f2e1db863a80f0afd94e345bbe78a0 a42621d41f81e8c11523f231c191aa9675fef8f4 a4cba0a5d455ac5b75398b09400601f0c2b8fb1c a5c52ab631133dae006a99e99438bfae7c3e1f1f a654cd80971cec0fdced77a678ee35d19ae80a2d a6bc52b1177341d27ca118bacaa3f61c56235afc af1c88bab971bd84f41775926673a061a6631f24 b188d96820d4fd93ff60d8419f9603052b57fb01 b4a0f87ca53e5fae8c038ed1c87bab82b8449539 b618e5fc0a175586089797d15afacf87f9c5392b ba93a709e05e4e5354bf9aac9c86226e175123bf bbae69212ce5919c5e2b83d43a72c6f61e0b8488 bc95d465bdcadcf0faade3ef180f2e046fa0378f bfd0e45bc64a97b1562438668bbc0225f3d83e76 c5ffdb13e11f81d5b685ed623af6095c82fa1f85 c66b50084e8a78bc4828c1aa24d8ccaac7c4cbb0 c815633d4c77b9aae1df7ab7f73e260c2a0a98df ce06882c688a073f1c2d3428babf6eae7c6f63f8 ce43c7cccec414ed58583b2c4820f476f307290a d14fed1b7c7affeb0a8fd6211916ce0e3c547e56 d1ccde8a1e387d3e08bfc66f124d8029a7943c10 d6efc283f9e4bdfc428019341738e4c4b237123c dcebe12ac0e985e2947f6bf8103e0b7ee158518a ddea4ba50e8c36a5610c161686d3ec28fd111186 df7c9407ed1a661fc56d4fcaf671f86a6c8ef4a0 e02a4ce067b3bba87cc7b5227157ff97ee3ee203 e06cc7e7d035cdb2e758ca01313587a4609a5722 e1c629fef11479f3b931c80540aa3d331a37a63d e3602860b115cfe275076102f534063e62717b7a ee553237f61149624a6a280837424be76dc5269e f24bb4466d05bf4fd06f69ad85c7f0d3d20d71d2 f2b6235dda950bbe547042ee80acc0b7673a055e f3dbf06faff63a8eed2a09eeed65abf9ed2c2947 f7bd6529e97aebd47da8cd4a23b27dbabfff419a fb7d7cc5ab53864afdc42fdbd25b9db26e281600
Postgresql-Catversion: 202107181
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-14-icu-ext
Source: icu-ext (1.6.2-3.pgdg+1)
Version: 1.6.2-3.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-14, postgresql-14-jit-llvm (>= 13), libc6 (>= 2.17), libicu71 (>= 71.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-14-icu-ext_1.6.2-3.pgdg+1+b1_arm64.deb
Size: 72648
SHA256: 2f3231f3b7187e2801e7e17c646f40bda29961df347235b1717f09c3f1f2cdd5
SHA1: 5ad0c7b30d6e4c9805b554d4d968dff7f03c086a
MD5sum: 2f912b9c6bbc2403e4f859a7f3b210de
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-14-icu-ext-dbgsym
Source: icu-ext (1.6.2-3.pgdg+1)
Version: 1.6.2-3.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-14-icu-ext (= 1.6.2-3.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-14-icu-ext-dbgsym_1.6.2-3.pgdg+1+b1_arm64.deb
Size: 63812
SHA256: 79d462b7111b0c4d0f677262311d4736317ac76cec8bb01d6f426b797519d130
SHA1: 127fb2190f0ff98d0e07987c0c3a10547cefde54
MD5sum: 11c4d846abf4953c0735fdb7ed0541d6
Description: debug symbols for postgresql-14-icu-ext
Build-Ids: 66b4a54bceef5fdf827a3b98ca929f7e57d13b04
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-client-10
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6349
Depends: libpq5 (>= 10.20), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.33), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-10, postgresql-doc-10
Conflicts: postgresql-server-dev-10 (<< 10.11-2~)
Replaces: postgresql-server-dev-10
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-client-10_10.20-1.pgdg+1+b2_arm64.deb
Size: 1418900
SHA256: 6556f4ba14c93d3de075e027b2bd26dc9b32948000821e1db744b01b8cd049ef
SHA1: 778586cbb39a064f55d117006a4a59fd894941c2
MD5sum: fa1e14dc1cec6d86fc27f94c8408450a
Description: front-end programs for PostgreSQL 10
 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 10. If you install
 PostgreSQL 10 on a standalone machine, you need the server package
 postgresql-10, 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.
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-client-10-dbgsym
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1972
Depends: postgresql-client-10 (= 10.20-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-client-10-dbgsym_10.20-1.pgdg+1+b2_arm64.deb
Size: 1659820
SHA256: 642d1085330fd17c03d1de85315fe824f405d6168d24616b404ed1c09ce1a14d
SHA1: 200df7337de14e4520b71962796c9b1226c8217a
MD5sum: 63c4a30cd260fca782e1b9a4db8ef2ae
Description: debug symbols for postgresql-client-10
Build-Ids: 17d3d401353d8a18c7a0c3cf78edcbc06f9e7eea 1d32aa84dc7b31571619d7080e18e968622cb969 505cb2ec4f7d0b32b90d37f209d3a7ecb277f827 51ed56d5c4e24754e57460489d07344d0b1e5425 53074b8b4cd649eb82c6862cf604cf553ae37a9a 686c9f2fe21ae92fe9609263d1d08e07a19a7bb1 6d7401ce534ed0f6093ee37594854d5f1a3c53b4 71f138ffe9de815090a5443bde74c67470d7d4d6 ab35fe0ea3a2bca054d273b9a86c2361626b11db b58b4e8a78c1ac40d1ff634828f62da4a0605f24 b5b19aef9d794a6848a74e5def3a1baf530c02bc bf8f39dd82f33026cec6ee8dfd5d71ad3ca7d5e2 c65dd844141311c7d5f9dcd16d7819d0691f7ca7 d856072ddcdf1076af243271598fc5120cb84342 da20f96a3d3ea5c62ff2f81055cdcd7a30957ed6 e939500bb02534237e4f3a016b6a60beb6dec6be fd1543dceebc3ebb7baea1ec8f40aaf2a561bc84
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-client-11
Source: postgresql-11 (11.15-2.pgdg+1)
Version: 11.15-2.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6586
Depends: libpq5 (>= 11.15), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.33), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-11, postgresql-doc-11
Conflicts: postgresql-server-dev-11 (<< 11.6-2~)
Replaces: postgresql-server-dev-11
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-client-11_11.15-2.pgdg+1+b2_arm64.deb
Size: 1466052
SHA256: a93c68b2e5d5979ab62889b56c4b0b77c6c4bad2c6e5bb2de58142d6bdb1920e
SHA1: 97517397eed1e3b018e21817aa5651226e0e02fa
MD5sum: 4e810603e280466a78d7965b71f32899
Description: front-end programs for PostgreSQL 11
 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 11. If you install
 PostgreSQL 11 on a standalone machine, you need the server package
 postgresql-11, 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.
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-client-11-dbgsym
Source: postgresql-11 (11.15-2.pgdg+1)
Version: 11.15-2.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1996
Depends: postgresql-client-11 (= 11.15-2.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-client-11-dbgsym_11.15-2.pgdg+1+b2_arm64.deb
Size: 1682844
SHA256: a9cf357563cd137dd352a3d4943d9aa725545ce8ed942a5f3e85639ba3e52e68
SHA1: c4b83a2d1a320532e1c58177b5d60e107d43babe
MD5sum: 7ddc859ee2c89c668e9bba8a1f458326
Description: debug symbols for postgresql-client-11
Build-Ids: 02885b62bf8ce63a08719a7fcaffd06589647f0b 172a90ef7c3805985e7b1bcadacf2f71ab1056ed 3b53c1871d1ac51f21d750213d855e9aedeebd1c 4186bedcc26389e86f29b413109ab07fa75e07fc 44168ddc55d61d8d5f035b0eed86b4d51747e909 54ccf4dea3c2c75a23c10a5bfb3b60d3eb332218 55f4edf85d0a2d0a81eddf446e11e99e19d10e29 9346c42f72bda1cdcca6c5fc2ff5f9b3f228b8c3 9d5a1636f013785d67da12f69190800e8b29d65d 9de699b74573fbe6c64c6a2346a29b4d4f527892 bb39292bd7ae4539ca20bf96e46092090f0d1751 c8f8ff2c68fd25969852dd466d7de85a0b4e06b3 ca7de75a762cebc921f7dfd1c8e83d64ada79030 d118b34a4741afedc70bc6a9e4e85a3c79c9a586 daee9d61c5acdf75200fca35d636f1b45bfb5722 dbf364461913226056178c71a10347c73f4d46e3 e6b2bbfc39a67d60b3c2ba87483115243b7ed46d
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-client-12
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6114
Depends: libpq5 (>= 12.10), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.33), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-12, postgresql-doc-12
Conflicts: postgresql-server-dev-12 (<< 12.1-2~)
Replaces: postgresql-server-dev-12 (<< 12.1-2~)
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-client-12_12.10-1.pgdg+1+b2_arm64.deb
Size: 1405732
SHA256: 46f05b540c4127958b56367251743c5048c85c40255dbe4f7e748fe737d8bde0
SHA1: 50d8724caff4701a1a834d580a05216873c3f22a
MD5sum: 8bbaff62e4d735bc877f0dc80c22b01a
Description: front-end programs for PostgreSQL 12
 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 12. If you install
 PostgreSQL 12 on a standalone machine, you need the server package
 postgresql-12, 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.
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-client-12-dbgsym
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2192
Depends: postgresql-client-12 (= 12.10-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-client-12-dbgsym_12.10-1.pgdg+1+b2_arm64.deb
Size: 1835580
SHA256: b8ff8b9e53ac0729ef2505a04e3da01ef259b79a0526e586d680c9c149e3fd74
SHA1: 0efe2103e2387857c17f5703557ccd0169260548
MD5sum: 1b99e92adb643a46ec728a2636a4e1f9
Description: debug symbols for postgresql-client-12
Build-Ids: 02fa55d9cf59ec8fbd751aef31dd4376e4a630c2 0d8ba6515808b8f9fd55b0c111fed8b136988c5c 23699b61431061c115cbb77971e59310374d64d7 31fb01ff2cec95b378ad5ac738736b4451b296ed 4ef0711b4a6fe517519d015e928e96bef0c89234 6c5f24a5ec6c6a4e20158133a2ffab9c5a794b72 7cf6e4671f0e75d5d4081f6216d48cd5da1e5300 8ad962cc5d5e2baa2d2e50d2498918164948b4f3 9333ab1c577a81b56c449fb370b20b8dcae4e541 9369d89d1bab8de46ec2a25d6e3787cb86a862bd b1e946df7fa51c35c1c74403adaca1d847c8fd36 b90d1364f0e3f9eda1d130affbad4ed0ecec50cc d711a5ddb140f26ade86bae4dfe47f93519b11d4 dca4299701031f685e4c583a97e7812ecfd61c0b e94a3307dda559c8f239945085a72455ec2a71d5 f38a81ad81293bfaaf8c70a5a5336ee84835d9df fb19c623b462e91b95d6764796e5280f4402e904
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-client-13
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6486
Depends: libpq5 (>= 13.6), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.33), libreadline8 (>= 6.0), libssl1.1 (>= 1.1.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-13, postgresql-doc-13
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-client-13_13.6-1.pgdg+1+b2_arm64.deb
Size: 1483360
SHA256: 8437443e015498f3358eadb3eeab21c210443c18b06d5608722584a53b255906
SHA1: 7b9366b8c084e0023aa8d79ac492a75a850ac961
MD5sum: 236c830c0745105ea8796ca9b41be23e
Description: front-end programs for PostgreSQL 13
 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 13. If you install
 PostgreSQL 13 on a standalone machine, you need the server package
 postgresql-13, 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.
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-client-13-dbgsym
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2362
Depends: postgresql-client-13 (= 13.6-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-client-13-dbgsym_13.6-1.pgdg+1+b2_arm64.deb
Size: 1987852
SHA256: 9f9acf2606097a6a56649cf76981d1a1a75ada1c70a29024d7cd3e06c5391117
SHA1: 8d6024cd71729d066b112e160e8f6f968ca6c8b6
MD5sum: cea13743f87025a37fdc19d09f7a2aeb
Description: debug symbols for postgresql-client-13
Build-Ids: 1c34618cd213235c88ea3fcfa1da423c62e0556d 2138eb7a2c1e033ad37994e088fdddf0b09514f8 30c7c8f0b2fdde45d7cf3a8c8a5f33206e458f34 30d1a588b5cb5f91163040fe7aea61b25913d625 31796e20b34d8582f08d0685a0b36268a2b4f02f 4e06e7c8f3ae1e0c45472cfbddedb725e202ffaa 4e650992db1c072e72e1adfcc91c2fe4bc222072 6f07a25ebf720655c06c000fddbba0e46336bdab 70774ae4a0aa40fa30f4fae2bc1c29201073f872 71991e4257ae5878621172e35a6b2de8dcde4abd 9af53776551e7c6360b91255e131e38c4392cfae bd491321b9cf825716fd655f2e1e9ad35621133e c98943683b52d910b54295a2025aac28a7930448 e15526d98a429b690a66fc1cd89b63e91bac2e62 e7e4246736bd4e1d90c616d85ee493ce25aa8584 ebd4bcb7885c854c39c1da82f83d3ca589cd2ecd eebc872e392d4e526955bb85c463c103b6488a66 efe7165a5c7e409cd19240aaa2700b53fe14d44c
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-client-14
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b4
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7310
Depends: libpq5 (>= 14.2), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.33), libreadline8 (>= 6.0), libssl1.1 (>= 1.1.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-14, postgresql-doc-14
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-client-14_14.2-1.pgdg+1+b4_arm64.deb
Size: 1588812
SHA256: 6ec908b7025a3af47d926e80974a3e7ae5964ff514c97bc89f3ec097e5969760
SHA1: a2f7d9c3dac8a096826ce1b3532cd0fe541bf56e
MD5sum: 02620ebb156fd8e4edc137f307a95432
Description: front-end programs for PostgreSQL 14
 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 14. If you install
 PostgreSQL 14 on a standalone machine, you need the server package
 postgresql-14, 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.
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-client-14-dbgsym
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b4
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2732
Depends: postgresql-client-14 (= 14.2-1.pgdg+1+b4)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-client-14-dbgsym_14.2-1.pgdg+1+b4_arm64.deb
Size: 2291488
SHA256: 60e8c1317ccaea8f685a1ce83f540188dadbc1d1897b6c5b7e07bcd733adf705
SHA1: 92a8a9fb8a1d5b811fceddc495af61884c2b89f0
MD5sum: 6551a9d03d85c5b3a4d82a8ffbe46491
Description: debug symbols for postgresql-client-14
Build-Ids: 02991a242a16adbf1a59813111633b443fcaa169 1ad7a164901f5ace14a74f6b13e1c15738754f12 376e247cae4928e2adf4fda7864532924fff5865 383c6c5732b6cfb54182a3737c9d5223c5766da0 4f44396334a1412c19fc16ffdd41a0ff9dde2dfb 635d74ebbe7ba46cc72a674920ef6229a6a4c215 639d0d4608971df416e9000e3a9f52c2781cc45e 6a216a88e878493fc30abb7c7e86be518ddbaf68 8dfec690b6b6aed302b3d9b41bf14f8a66fc37c3 90ab190ae063a4b5760f9495e6dc803b5277b883 95d151d1e8ac132fef0e94b64617cf8804655f14 9c0ecd4ade2f4ec218a95c290de00e16055a387f 9f18e50385a2cd8232d5adaa7f2397d4d56d4a77 a16d5ee8c5b3ca77f8b3d346548058cc55c07a3a a8fb514c96389fed3de386a7391e3f377f3b57ce baa062220316b1462e681d9249462ffec4416528 bdab20450b25dfad8bbd22e7410818ad84ce311e c48b94970a4d31888f031e73e77812fc5fc8b3f2 c92871209a22cea5c6c9def364f8a35a393c183f de970797f19e63487b57ff57514d91fcc67c3872 faa41e2c4ccfea1bd9c1df31268cd2aa86c3d8f8
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-plperl-10
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 252
Depends: perl, postgresql-10 (= 10.20-1.pgdg+1+b2), libc6 (>= 2.17), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plperl-10_10.20-1.pgdg+1+b2_arm64.deb
Size: 60728
SHA256: 2edf3793bc01992dd02437711e68e549f1ecc21ca5b6cdf51c2f96084515f319
SHA1: b735c1780005c1b6bff484cc514a415f9426865d
MD5sum: 5f528b8dccebc4084a8b0b9a3e0a0683
Description: PL/Perl procedural language for PostgreSQL 10
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Perl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-plperl-10-dbgsym
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-plperl-10 (= 10.20-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plperl-10-dbgsym_10.20-1.pgdg+1+b2_arm64.deb
Size: 151460
SHA256: 94bd09c220c41a5c945a8f9dfd8a29ea85459146629dad318d9466abfe9b3159
SHA1: de6217081dca4efff3240f1f24abe33acca6caae
MD5sum: 0a9369ebbea7ba2b177277d0aceb36f4
Description: debug symbols for postgresql-plperl-10
Build-Ids: 76e6c518a609392123b61a8c316c921af005f0f1 8df42db97450c13b15c39fbdb27415338a2a24a1
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-plperl-11
Source: postgresql-11 (11.15-2.pgdg+1)
Version: 11.15-2.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 281
Depends: perl, postgresql-11 (= 11.15-2.pgdg+1+b2), libc6 (>= 2.17), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plperl-11_11.15-2.pgdg+1+b2_arm64.deb
Size: 64340
SHA256: 051d32dcf7fed83dcd754780df9ddd635da2077637f6d5cda932dfc21fe94589
SHA1: 88d5bdbf9be306358304559b575fd7d9e563df5a
MD5sum: 4255d7f3ee228fad8d29f94c9e116b7e
Description: PL/Perl procedural language for PostgreSQL 11
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Perl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-plperl-11-dbgsym
Source: postgresql-11 (11.15-2.pgdg+1)
Version: 11.15-2.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 204
Depends: postgresql-plperl-11 (= 11.15-2.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plperl-11-dbgsym_11.15-2.pgdg+1+b2_arm64.deb
Size: 164932
SHA256: 1c5d3eee3f64ae57b2f90f32d061eb9e82067a81190e0df5c897121046c6f402
SHA1: e587a1e50b62c184c642e2ce43b7e1e75f82b7f5
MD5sum: a34a278dea1ee7194711895ce5477a9e
Description: debug symbols for postgresql-plperl-11
Build-Ids: 32db01823fd603e405d6ce545292b1e132545d8b e42484de53a03e047e13819c37064edba39dd311 ef944c65ab103d1243ca21f484d0f29c3f5d9e63
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-plperl-12
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 321
Depends: perl, postgresql-12 (= 12.10-1.pgdg+1+b2), libc6 (>= 2.17), libperl5.34 (>= 5.34.0)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plperl-12_12.10-1.pgdg+1+b2_arm64.deb
Size: 80592
SHA256: b2728b10c7bf3fa2a8a0c82be040c9b1318a71d87e57b714ca5c3ebe229a3c8b
SHA1: 423021347f3fb4bb3e0a68db556ceaf3fd99ed36
MD5sum: dfafa4238ab6bc9603ba67b44ba9b0ff
Description: PL/Perl procedural language for PostgreSQL 12
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Perl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-plperl-12-dbgsym
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 207
Depends: postgresql-plperl-12 (= 12.10-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plperl-12-dbgsym_12.10-1.pgdg+1+b2_arm64.deb
Size: 167916
SHA256: 51b1d77c6bb71567b5cb4190f1f0e6972f35bdf2d14902d373937ecd51f7a218
SHA1: 65459e5b4285a8833bb1d5334e7e061791c78aa6
MD5sum: ad4807e5b24a19290bbb41954846b864
Description: debug symbols for postgresql-plperl-12
Build-Ids: 1879e98e9aabdf792b862e0b6b916c758a75aee8 4309c05e82f4790d308a959d8e5ead94c4dbd3d9 673e8b74d9982d23cbaf23b44bb9f5c3cb6afbd6
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-plperl-13
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 340
Depends: perl, postgresql-13 (= 13.6-1.pgdg+1+b2), libc6 (>= 2.17), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plperl-13_13.6-1.pgdg+1+b2_arm64.deb
Size: 84204
SHA256: c015123bd2334f53e80ebdb41be0c9fb2cc5c87ab17cc22697d502e2c90574bb
SHA1: f0ed2f2550d1fe49e88510d0210bf579ea64b420
MD5sum: 0563b27291a28ed67ee544ad3bdef3bd
Description: PL/Perl procedural language for PostgreSQL 13
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Perl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-plperl-13-dbgsym
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 220
Depends: postgresql-plperl-13 (= 13.6-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plperl-13-dbgsym_13.6-1.pgdg+1+b2_arm64.deb
Size: 174324
SHA256: 7ba236f8530773539152adf8016c36d4bbfa9200b3cb1446bb8af883e1d6a9e7
SHA1: 963dd4f310bc8c0d7fcf7d8cc090100985bce1b4
MD5sum: 4b2de0a21519ec57293496457acb6cf0
Description: debug symbols for postgresql-plperl-13
Build-Ids: 09e29c28bb72e0b8d27f0539568d195eb420729c 2ff5ccecb0dc678362e08d5efcbe2e13db3e037e 4e6a547fdc8dcae039379e4fdf307b7f092dab57 d8da31f61958837ee3fe3a98aaa4a35fc60524c4
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-plperl-14
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b4
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 346
Depends: perl, postgresql-14 (= 14.2-1.pgdg+1+b4), libc6 (>= 2.17), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plperl-14_14.2-1.pgdg+1+b4_arm64.deb
Size: 81452
SHA256: 1173e1c8c38e26529629e042597211aa0b0cafb236a9168156e1d718b4aa27c0
SHA1: 8c19aedc775dc7fa76fb9560c79f0845320c6f48
MD5sum: 5f997a78d6051430ca5d7bee6bc39519
Description: PL/Perl procedural language for PostgreSQL 14
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Perl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-plperl-14-dbgsym
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b4
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 221
Depends: postgresql-plperl-14 (= 14.2-1.pgdg+1+b4)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plperl-14-dbgsym_14.2-1.pgdg+1+b4_arm64.deb
Size: 174784
SHA256: 4d8abd0801393933409179c64375c05ed5fc4b4ba93196a61c3fb7beb98088fe
SHA1: 0d55a04f4fb85c3752a3da14183d3453987bca26
MD5sum: 096ae35469acc00e1ea4e5f74c79cc65
Description: debug symbols for postgresql-plperl-14
Build-Ids: 0b1c6464013891b469b55621e98f39b285ef2bd8 4ebd33fda948bd15b3b1a14ea2ef874e3e5a6a7e 6e87d067e6fca6bd74d11b1d3d5e2337851f8b37 e60f24c38d5820369ec59e5561db701cecbc5fbc
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-plpython3-10
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: postgresql-10 (= 10.20-1.pgdg+1+b2), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10_10.20-1.pgdg+1+b2_arm64.deb
Size: 57616
SHA256: c0b5469270ff81f0933c91ffd9c71033c5610de867a2ceecaf4cd8ebd039b065
SHA1: d2f3065bdf69cf4d7f029729ac4e5cce74ceb583
MD5sum: 45b12697d425fa262a77a6599a925817
Description: PL/Python 3 procedural language for PostgreSQL 10
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Python 3.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-plpython3-10-dbgsym
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 197
Depends: postgresql-plpython3-10 (= 10.20-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10-dbgsym_10.20-1.pgdg+1+b2_arm64.deb
Size: 153772
SHA256: aed9f16023ebef606eb01f64ee4e444cae343e98c410b6be0bc1f7c182465126
SHA1: 1fa3b971ba52fde92f9c164c05458a8d6b872cde
MD5sum: fe3048d5dacb14980692c6e936c20c20
Description: debug symbols for postgresql-plpython3-10
Build-Ids: 4d43448a301a5727cddec2847febc8a55d068c16 590f61e6777823464e82b87bdea380df8de5a560 7c02558babf88e581c22111ba0d373f853f945de
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-plpython3-11
Source: postgresql-11 (11.15-2.pgdg+1)
Version: 11.15-2.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: postgresql-11 (= 11.15-2.pgdg+1+b2), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11_11.15-2.pgdg+1+b2_arm64.deb
Size: 76172
SHA256: 61f8e17bbb479263044fa639e17d14022855a7a75456ae40c34b49f5027fcfe7
SHA1: 9b51d243f1b9c6a13ed2a83f398bd61e1a4dfb9f
MD5sum: dbc867647474ce37846b25ad70a8b68a
Description: PL/Python 3 procedural language for PostgreSQL 11
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Python 3.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-plpython3-11-dbgsym
Source: postgresql-11 (11.15-2.pgdg+1)
Version: 11.15-2.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 224
Depends: postgresql-plpython3-11 (= 11.15-2.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11-dbgsym_11.15-2.pgdg+1+b2_arm64.deb
Size: 170344
SHA256: 25e6825a4dca58d56c4346a9056173e04f282083c66d015c6506ac63403c64af
SHA1: acb278fb67151feb07f0ef1e25e508341c9a751e
MD5sum: 13a85c9367c60b854a6e7b4a9a048684
Description: debug symbols for postgresql-plpython3-11
Build-Ids: 0dd8a28db5eba85decf2e7ab3f88d58dbddb460b 6650e41ac75c10ce97d8f9dce8ed5b489cb86afc defe92dc91216f4679acae0b0f3e29d0b27dcb39 fd75ec1464b90638c71c98b45fdde74c13ed6377
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-plpython3-12
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 472
Depends: postgresql-12 (= 12.10-1.pgdg+1+b2), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12_12.10-1.pgdg+1+b2_arm64.deb
Size: 105692
SHA256: d0eed3bcd258b9040e34a99cfd822493fac9d8bf9a90795897e417daaabfe37a
SHA1: 2b0f118d3a227e05f0fb93ca2978ffc277076146
MD5sum: 5adeb1c5ca3d83eea23af38281489784
Description: PL/Python 3 procedural language for PostgreSQL 12
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Python 3.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-plpython3-12-dbgsym
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 226
Depends: postgresql-plpython3-12 (= 12.10-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12-dbgsym_12.10-1.pgdg+1+b2_arm64.deb
Size: 174284
SHA256: 9e4d098e4b746417118b8565de109aed486257e0ea0db21c3b91325cf9254522
SHA1: b5f1cdd8a11e70a9d6e5c7732effddda6039c572
MD5sum: 0aedaa547a146fb828ad72e5166beb39
Description: debug symbols for postgresql-plpython3-12
Build-Ids: 8ce1458afc203c32d26053ae38586633417d1309 dca1403ffa1e2141b268256bdacc607b412bcb25 fa7bc7a530b59e297d45d82009d57d987cd21028 fd73ae33e61085e195946cf6b5a20eeec66dc8fb
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-plpython3-13
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 478
Depends: postgresql-13 (= 13.6-1.pgdg+1+b2), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13_13.6-1.pgdg+1+b2_arm64.deb
Size: 104628
SHA256: 47210af622541fe9aba59dc76c2758434862e8458cbebd011caaeff430930b25
SHA1: 3dc095e646a970e756d78faed0f2246c4e51612f
MD5sum: 84260ca0271ab63ef7ef976569a1e0a2
Description: PL/Python 3 procedural language for PostgreSQL 13
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Python 3.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-plpython3-13-dbgsym
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 225
Depends: postgresql-plpython3-13 (= 13.6-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13-dbgsym_13.6-1.pgdg+1+b2_arm64.deb
Size: 174068
SHA256: 2891fe19a5889f5fab2f0ada7620c3c0d79c5593ccad1e71bc36dfabe1172ef4
SHA1: b4972b1caad86eeb01b8ed7f3bdfb857fce7ac13
MD5sum: b43ecd5c904ffe7a12f79da88e7a83b9
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 0879502760511951b796ccbd4f573a1ef06daa4c 449603db8e4f5da72f5d069757284d93eb0334e9 5b5fe7b02f33ad29f973b79a51cecee82c7b267e 70b2386b7a3b5adf1674ad8018e52cab90b79b44
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-plpython3-14
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b4
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 490
Depends: postgresql-14 (= 14.2-1.pgdg+1+b4), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14_14.2-1.pgdg+1+b4_arm64.deb
Size: 103332
SHA256: 56e0cb549488c89e63efaf10298d010e9b35e42df02a6bdd09757a0a8223e389
SHA1: 5853bcfee84a348a03295962fd33116ead267354
MD5sum: d3b8dc0637b1d830b572bbc1d8f5523f
Description: PL/Python 3 procedural language for PostgreSQL 14
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Python 3.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-plpython3-14-dbgsym
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b4
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 227
Depends: postgresql-plpython3-14 (= 14.2-1.pgdg+1+b4)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14-dbgsym_14.2-1.pgdg+1+b4_arm64.deb
Size: 175300
SHA256: 9d041eec9720a38e174bb3a915817376547d20f9f031599adb0759b43ee2ed41
SHA1: 6d1c5645019aa965dade9354b52d0319e83be0fd
MD5sum: 3ae4c59236091b8fa51c175c3148f45b
Description: debug symbols for postgresql-plpython3-14
Build-Ids: 0ae574b395afdb5efff5cc226ac7b0d2bb83a3be 0ddb30e5e5a97968b742078748fb3d5f2497d1a1 a9fbc4f37b4d27340a0b24516cd94e4292ce9b57 b293ca1aa318080c894e26d0db87d59c02527276
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-pltcl-10
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 163
Depends: postgresql-10 (= 10.20-1.pgdg+1+b2), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10_10.20-1.pgdg+1+b2_arm64.deb
Size: 41116
SHA256: 89133a1552c23e05bb97950f2852ea00bfed2bb253c03abcfbc2e27f8ee9687b
SHA1: 078b621121d12be05962e7f607b64a83e33ccf07
MD5sum: 211ddfb0db98a0dcd01adbeaed52d380
Description: PL/Tcl procedural language for PostgreSQL 10
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Tcl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-pltcl-10-dbgsym
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-pltcl-10 (= 10.20-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10-dbgsym_10.20-1.pgdg+1+b2_arm64.deb
Size: 67944
SHA256: 72d2e9767fc46b47e9ed40c77a584747a219832d32b6d2627bdf24a6344cb322
SHA1: 78591307ad86774c178828132ae0ff60cd9b1e07
MD5sum: 9589549ef56b87e84da8fe7f332cce2a
Description: debug symbols for postgresql-pltcl-10
Build-Ids: 0bd3477edd5be1fbb001887957e4bc7c36e8edaa
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-pltcl-11
Source: postgresql-11 (11.15-2.pgdg+1)
Version: 11.15-2.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-11 (= 11.15-2.pgdg+1+b2), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11_11.15-2.pgdg+1+b2_arm64.deb
Size: 42000
SHA256: d36bc448f5290125253176d81754ecf6044941895d7df590db567fc2c8f79efc
SHA1: 664d083f3af1a44dfb05765c7b3400e8962005c5
MD5sum: c564e87c48518c86eeb715199628413a
Description: PL/Tcl procedural language for PostgreSQL 11
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Tcl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-pltcl-11-dbgsym
Source: postgresql-11 (11.15-2.pgdg+1)
Version: 11.15-2.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-pltcl-11 (= 11.15-2.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11-dbgsym_11.15-2.pgdg+1+b2_arm64.deb
Size: 71140
SHA256: 609852eaa77bbded93363b0cf365d712bee21dfbdc764786de088f870aa7ad2e
SHA1: 9270386a8af2e4049143f63b4da7e0f4aa9af669
MD5sum: 97fe843a12c83d8e36fd91141b3ce51a
Description: debug symbols for postgresql-pltcl-11
Build-Ids: 84d20b7865a888c8ea39ae873e206313a1f368f3
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-pltcl-12
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-12 (= 12.10-1.pgdg+1+b2), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12_12.10-1.pgdg+1+b2_arm64.deb
Size: 40384
SHA256: 6c9d10624660f9ec0995209a5ddc669cbc7732cc9751b98791cd43e5f1f66366
SHA1: 47eeea430bf584e56411de16aaca1f14dd21cc91
MD5sum: 8278d295d95150f302b90152ecc8e228
Description: PL/Tcl procedural language for PostgreSQL 12
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Tcl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-pltcl-12-dbgsym
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-pltcl-12 (= 12.10-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12-dbgsym_12.10-1.pgdg+1+b2_arm64.deb
Size: 72200
SHA256: b830051398251fa41e7ac15c6174177088843d4b1423641ab85e60f112e367d0
SHA1: dc9df02379a48abe214f37e2965aadc921f14c53
MD5sum: d71803284dd699fe5b8b253ed30e3c39
Description: debug symbols for postgresql-pltcl-12
Build-Ids: 6573831d9c449315309ba62b6d9eefef09cdf9fb
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-pltcl-13
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-13 (= 13.6-1.pgdg+1+b2), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13_13.6-1.pgdg+1+b2_arm64.deb
Size: 40056
SHA256: 8f93c76427887ce56054d8d87c1e36a48c1a5650313a3eec76940266148efd85
SHA1: e1b91bedc7b91ce376edecec980bea6238b04f1b
MD5sum: 11f00f13be300f6bf9e602b9387ae72a
Description: PL/Tcl procedural language for PostgreSQL 13
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Tcl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-pltcl-13-dbgsym
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-pltcl-13 (= 13.6-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13-dbgsym_13.6-1.pgdg+1+b2_arm64.deb
Size: 75340
SHA256: 0f2ff853e45aefef7bbb9880cfbfe16089420f5ff6d72bd207b83bc7579494f9
SHA1: 74c071c8c1b094733feb01c81fe966a34730ad42
MD5sum: b3bd91200009e84944320de507398208
Description: debug symbols for postgresql-pltcl-13
Build-Ids: 9f5bba29208a07a609e28e1f87569d9a5fca8855
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-pltcl-14
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b4
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-14 (= 14.2-1.pgdg+1+b4), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14_14.2-1.pgdg+1+b4_arm64.deb
Size: 36284
SHA256: 1a2a4c1af12653e7a7ba20610de7dff9470b40048c0920caa66c7da006a09fb2
SHA1: 8b037252995dff0ef6404e3a3a15ecf3343f1136
MD5sum: 7f65efbe59f358657d33c50c323af284
Description: PL/Tcl procedural language for PostgreSQL 14
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Tcl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-pltcl-14-dbgsym
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b4
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-pltcl-14 (= 14.2-1.pgdg+1+b4)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14-dbgsym_14.2-1.pgdg+1+b4_arm64.deb
Size: 75996
SHA256: 66bda652478300047e10cbb72be53075611abb48bf3f70160aac65af0046d1c3
SHA1: f38010ca492c0dcf4415a602147a399117a09c89
MD5sum: 1aea9fab07a82e731fb6777de7938e56
Description: debug symbols for postgresql-pltcl-14
Build-Ids: 0906fa4493348e42bf0faf1b4672e614900c4ed9
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-server-dev-10
Source: postgresql-10 (10.20-1.pgdg+1)
Version: 10.20-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5500
Depends: libpq-dev (>= 10~~), postgresql-client-10 (= 10.20-1.pgdg+1+b2), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Replaces: libpq-dev
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-10/postgresql-server-dev-10_10.20-1.pgdg+1+b2_arm64.deb
Size: 944388
SHA256: 7170257b7243f79f11d2a1e3acb8aa510f0050327c2611a222df63441fefecbe
SHA1: 851c90321a11460fa7fca095fed7c5b48012a68c
MD5sum: a7a2ef349358a0542d60e6516a22f9b5
Description: development files for PostgreSQL 10 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.
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-server-dev-11
Source: postgresql-11 (11.15-2.pgdg+1)
Version: 11.15-2.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5039
Depends: clang-13, libpq-dev (>= 11~~), llvm-13-dev, postgresql-client-11 (= 11.15-2.pgdg+1+b2), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-11/postgresql-server-dev-11_11.15-2.pgdg+1+b2_arm64.deb
Size: 924680
SHA256: 41c3f75f5a8aa8edb2015aac753f1efcc0b88f6f16b6bcd28ace39519b6dc46b
SHA1: d7835e3c967d96d8837cb2633876a560cd768ecd
MD5sum: c0316ddb70249a662330d3ac127f9381
Description: development files for PostgreSQL 11 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.
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-server-dev-12
Source: postgresql-12 (12.10-1.pgdg+1)
Version: 12.10-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5606
Depends: clang-13, libpq-dev (>= 12~~), llvm-13-dev, postgresql-client-12 (>= 12.1-2~), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-12/postgresql-server-dev-12_12.10-1.pgdg+1+b2_arm64.deb
Size: 989112
SHA256: 48692c5f313819de4426109c3a12883a14c87fe14fb0cd4dbf7f05a29ac0c78a
SHA1: bd114c2b0d71070766816624775ae1a6e63d5261
MD5sum: 9d9cf5b34044ffeb3031fe5d0995eff7
Description: development files for PostgreSQL 12 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.
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-server-dev-13
Source: postgresql-13 (13.6-1.pgdg+1)
Version: 13.6-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6112
Depends: clang-13, libpq-dev (>= 13~~), llvm-13-dev, postgresql-client-13, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/postgresql-server-dev-13_13.6-1.pgdg+1+b2_arm64.deb
Size: 1034228
SHA256: faa426decfef759782e301765932f95b4eb12707bb2caf349be0dc452156cb0e
SHA1: 85854af1230978009fee24ba725543d7ecac405c
MD5sum: 9fe86bc66a5faf1d495ef7798334b102
Description: development files for PostgreSQL 13 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.
Timestamp: 2022-05-06 12:10:37+00

Package: postgresql-server-dev-14
Source: postgresql-14 (14.2-1.pgdg+1)
Version: 14.2-1.pgdg+1+b4
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6624
Depends: clang-13, libpq-dev (>= 14~~), llvm-13-dev, postgresql-client-14, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14_14.2-1.pgdg+1+b4_arm64.deb
Size: 1107920
SHA256: 53204c503d4b20dba1d1fa7fd01d9f7ac398f7a173d90dfaabe1e6c5c3871319
SHA1: e1f5d56d3d2479db15974182f1b7f5403b44bd7c
MD5sum: 18c8b8d3cae37adb132e4e30cb3036ec
Description: development files for PostgreSQL 14 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.
Timestamp: 2022-05-06 12:10:37+00

Package: libpg-query1302.1
Source: libpg-query
Version: 13-2.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2569
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: https://github.com/pganalyze/libpg_query
Priority: optional
Section: libs
Filename: pool/main/libp/libpg-query/libpg-query1302.1_13-2.1.1-1.pgdg+1_arm64.deb
Size: 480680
SHA256: 3a6fec6e42e0bfbd288d6cb8fee28c232f2580e22f3862468cc0ca550799ad66
SHA1: 37ceab788e51af80f91e0a83d4cd525dcf542a9e
MD5sum: 300cd908b382142cd2d45bf50ac3ca9f
Description: C library for accessing the PostgreSQL parser outside of the server environment
 This library uses the actual PostgreSQL server source to parse SQL queries and
 return the internal PostgreSQL parse tree.
Timestamp: 2022-05-11 10:45:07+00

Package: libpg-query1302.1-dbgsym
Source: libpg-query
Version: 13-2.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2063
Depends: libpg-query1302.1 (= 13-2.1.1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libp/libpg-query/libpg-query1302.1-dbgsym_13-2.1.1-1.pgdg+1_arm64.deb
Size: 1824016
SHA256: 8d38c8211d1af2e20ddf6ba418901b9a5cdea1e3d7881715899acbae3ad5b461
SHA1: b34e1a36cbab64f355351d56e434d6d1608c3a1b
MD5sum: 192715ee9ddd3cec73cfe96f08e635cc
Description: debug symbols for libpg-query1302.1
Build-Ids: e58334605c6f302dee461baabf53b53bc70bc231
Timestamp: 2022-05-11 10:45:07+00

Package: libpg-query-dev
Source: libpg-query
Version: 13-2.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4801
Depends: libpg-query1302.1 (= 13-2.1.1-1.pgdg+1)
Homepage: https://github.com/pganalyze/libpg_query
Priority: optional
Section: libdevel
Filename: pool/main/libp/libpg-query/libpg-query-dev_13-2.1.1-1.pgdg+1_arm64.deb
Size: 573372
SHA256: a7b9ed214dd219aa2fd2910c0afe5b7751d372078ecf934178cd271a068c7cd7
SHA1: 80919bd038acf7c251d5824ef15c9f306e878a7a
MD5sum: 411fbda68a3d737ac0f3c3bd874c11f5
Description: C library for accessing the PostgreSQL parser outside of the server environment
 This library uses the actual PostgreSQL server source to parse SQL queries and
 return the internal PostgreSQL parse tree.
Timestamp: 2022-05-11 10:45:07+00

Package: libpostgresql-jdbc-java
Source: libpgjava
Version: 42.3.5-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 1031
Conflicts: libpg-java (<= 9.1-901-1), libpgjava (<= 7.4.7-3)
Replaces: libpg-java (<= 9.1-901-1), libpgjava
Provides: libpg-java, libpgjava
Built-Using: libscram-java (= 2.1-1.pgdg+1)
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: java
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java_42.3.5-1.pgdg+1_all.deb
Size: 948552
SHA256: e6f44e5dce8fc3bc74891a6be9f0d6adc6bf75fdd0327ecf59c66b8f08a06c75
SHA1: f7d3d63ecfad3e0684cdb35bc2b2ba856a5fdac2
MD5sum: 846f0b5b20e5774dc96722258545e3ed
Description: Java database (JDBC) driver for PostgreSQL
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
Timestamp: 2022-05-11 10:45:07+00

Package: libpostgresql-jdbc-java-doc
Source: libpgjava
Version: 42.3.5-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 11324
Depends: default-jdk-doc
Conflicts: libpg-java-doc (<= 8.4-702-1)
Replaces: libpg-java-doc
Provides: libpg-java-doc
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java-doc_42.3.5-1.pgdg+1_all.deb
Size: 643240
SHA256: 2877738208e8166780b8a4bb7dff814731de6bfaa3937531d2b0c1f197449d8c
SHA1: 5c67c9a835f74779fef7a7f61f0c2e37e26f085c
MD5sum: cdc23842047cc23b616a94523699d841
Description: Java database (JDBC) driver for PostgreSQL (documentation)
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
 .
 This package contains the documentation.
Timestamp: 2022-05-11 10:45:07+00

Package: postgresql-10-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-10, libc6 (>= 2.17), postgresql-10-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-10-pgauditlogtofile_1.5.1-1.pgdg+1_arm64.deb
Size: 8880
SHA256: bb0f63b4260c75a4c61176e644718ccffd935e3f5ef2e30c82609ea3ac1ea468
SHA1: 53343d9e019792a529c2635f6161b1fd74cdd3fb
MD5sum: a1a144257931775cbeef6f797b26ef4a
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-05-11 10:45:07+00

Package: postgresql-10-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: postgresql-10-pgauditlogtofile (= 1.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-10-pgauditlogtofile-dbgsym_1.5.1-1.pgdg+1_arm64.deb
Size: 23372
SHA256: 252d89881cfc53bf04e234f20cb29efee4e85a408697575d41b4e0f7b348af4b
SHA1: 0797b1e8f2707984bf7e59eec11428230e50e894
MD5sum: 55a1d72507c032ea25f43480ad7f2302
Description: debug symbols for postgresql-10-pgauditlogtofile
Build-Ids: 950fe3f8073b569be83ae315bb5a86ba9e7b6bd9
Timestamp: 2022-05-11 10:45:07+00

Package: postgresql-10-plpgsql-check
Source: plpgsql-check
Version: 2.1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check_2.1.5-1.pgdg+1_arm64.deb
Size: 73796
SHA256: c48994572e34fe3381bd6fb53d1ff0454fe87eaf9412d6ae39293faec9bdd6da
SHA1: c77857c20d847d361c893a7cf421ddc03f1ccc4b
MD5sum: dcaee1f39a65df9bb34bd37707a6a66f
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-05-11 10:45:07+00

Package: postgresql-10-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 250
Depends: postgresql-10-plpgsql-check (= 2.1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check-dbgsym_2.1.5-1.pgdg+1_arm64.deb
Size: 220540
SHA256: 26fa19f6fddca279d5ad1715b44092ab705611c7930fa9826ea22aebfa30bdfd
SHA1: 3b5b889da3c222358d7dc60a749b627ad38b0b71
MD5sum: d1ef8b0466c84b3e3e7cf5ca416e79f0
Description: debug symbols for postgresql-10-plpgsql-check
Build-Ids: ef0c2f6691433cf70adb0a27299081b555a11465
Timestamp: 2022-05-11 10:45:07+00

Package: postgresql-11-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-11, postgresql-11-jit-llvm (>= 13), libc6 (>= 2.17), postgresql-11-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile_1.5.1-1.pgdg+1_arm64.deb
Size: 23308
SHA256: 1d30fd722c34c8c3e2d71f5abd4a71b1be0f10569ac8d5c2baafb5fe2d52eca2
SHA1: d7bad53768ea2ae8f41a997346d5d647b9c6d93f
MD5sum: 61acfb7c17c0b466c2518171c7285b5f
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-05-11 10:45:07+00

Package: postgresql-11-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: postgresql-11-pgauditlogtofile (= 1.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile-dbgsym_1.5.1-1.pgdg+1_arm64.deb
Size: 23584
SHA256: d858d5ccc0c93e753ac5e333819333b922ffb8b7365a475cbd86c4dbcd08bbf3
SHA1: 32ab3f65612edc9840c3664276dab3c1a31eb384
MD5sum: c486764d64c11013a47360f58158be5c
Description: debug symbols for postgresql-11-pgauditlogtofile
Build-Ids: a91794e2dc833506dd4958de74c64775936f27f8
Timestamp: 2022-05-11 10:45:07+00

Package: postgresql-11-plpgsql-check
Source: plpgsql-check
Version: 2.1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 599
Depends: postgresql-11, postgresql-11-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check_2.1.5-1.pgdg+1_arm64.deb
Size: 280244
SHA256: c3c0d802a3dfa4c289fc9788cc3846ebbd438df23d4308198b6a1d2cb00370da
SHA1: 13ba06ab9391eb107eceddf2973b6c5fb9a322cf
MD5sum: ad4c896a0da0dca89fdc7dac999e49cf
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-05-11 10:45:07+00

Package: postgresql-11-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 248
Depends: postgresql-11-plpgsql-check (= 2.1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check-dbgsym_2.1.5-1.pgdg+1_arm64.deb
Size: 219324
SHA256: ec033ecaf15a26edf4bc9d69873aa306e6fefbb228bdf13d0b6ea043dd083930
SHA1: e266b9074870f36a24ec4e8404783769bf61a72c
MD5sum: f7e2175c346f7aa7fa03aecb878e9f3d
Description: debug symbols for postgresql-11-plpgsql-check
Build-Ids: b40f91f8a031b4ece0c41bc1b85b35ba397fb2ab
Timestamp: 2022-05-11 10:45:07+00

Package: postgresql-12-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-12, libc6 (>= 2.17), postgresql-12-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile_1.5.1-1.pgdg+1_arm64.deb
Size: 23088
SHA256: 6eaa022d000696c2e029033889153a3dabb48c75491b152d3b6f6b43490dc101
SHA1: 409c2fe22ddb08f384b2678ff8d81f7444e4ab60
MD5sum: 42dac4af37af3a7c44f980f484fed818
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-05-11 10:45:07+00

Package: postgresql-12-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: postgresql-12-pgauditlogtofile (= 1.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile-dbgsym_1.5.1-1.pgdg+1_arm64.deb
Size: 23568
SHA256: 9e71678922cca3327857d038c5f426dcaf1225925dcc3246d79602acb31ba549
SHA1: 764cdc4039b425a0160b70e90704394086a5a16f
MD5sum: e2326f90e68c8693b518b1bfd8f3da9e
Description: debug symbols for postgresql-12-pgauditlogtofile
Build-Ids: e4232d5b2593c9979dc60284cc3684b093f5940b
Timestamp: 2022-05-11 10:45:07+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 2.1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 611
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_2.1.5-1.pgdg+1_arm64.deb
Size: 286164
SHA256: bd1765e17dbce72c5f8bcc6e11e7f838a0e611d51fc9c155e8a05edfe68906ca
SHA1: beb3be582e4f378f8ad9c9a3e83298a4db86a875
MD5sum: d2f640b7d573f88bc53b9f7a6a4973f4
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-05-11 10:45:07+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: postgresql-12-plpgsql-check (= 2.1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_2.1.5-1.pgdg+1_arm64.deb
Size: 227856
SHA256: e52c0490dd13fb62474753ab48950f4d81514b7eb80d50922f9b358acc75d865
SHA1: 24071a402cbb6317ff731b4b9f99fd389b4d142f
MD5sum: 2a18e5a45b9bedae6141dce6659bbc52
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: 7f05be9e334843c8344ff95c1aaaa1e7f8631b78
Timestamp: 2022-05-11 10:45:07+00

Package: postgresql-13-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-13, libc6 (>= 2.17), postgresql-13-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile_1.5.1-1.pgdg+1_arm64.deb
Size: 23052
SHA256: 90f0ebf092bb31251bab5b4740028dbc8aa3f53c64613d318725c1b0cfcd58d9
SHA1: 0ef815849ad8d873d7a80bd431f0ff38140ac670
MD5sum: fe91abf5e93e88f9d9ce6269fc4de04a
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-05-11 10:45:07+00

Package: postgresql-13-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: postgresql-13-pgauditlogtofile (= 1.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile-dbgsym_1.5.1-1.pgdg+1_arm64.deb
Size: 23672
SHA256: 24515d2ad299b8ae50da454e65a4c3e2c459040677b68c7d1140aec05a71787f
SHA1: 0dfb1975995c30c63d4201f55d4d90ecb4dbc958
MD5sum: 8bf2bb8b16f578af89c4af661e000be3
Description: debug symbols for postgresql-13-pgauditlogtofile
Build-Ids: 89e5ebb2b55875c3c59131a55bb452c626d7be24
Timestamp: 2022-05-11 10:45:07+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 2.1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 616
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_2.1.5-1.pgdg+1_arm64.deb
Size: 288260
SHA256: fb078dba90dbaee1729fef656b57b34eee9c8bc6e297ad4a74198293200d8671
SHA1: f649bf67168755021cd6d0e13aa3e3fac38975a4
MD5sum: a70db9bde2c9b182e6d240e3e9aa3e33
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-05-11 10:45:07+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 279
Depends: postgresql-13-plpgsql-check (= 2.1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_2.1.5-1.pgdg+1_arm64.deb
Size: 249892
SHA256: 53898850aa8043b89e26b21e38e9c58405fe6aed593ea454cacf47074a59e764
SHA1: d72f779cabdf128936f3f250c6ef3170a270589c
MD5sum: 0ae1537d6e0cb4768f1d8848f926f9ab
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: 3709314ce0a5b1ecfa682e85924ca5829e7998c9
Timestamp: 2022-05-11 10:45:07+00

Package: postgresql-14-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-14, postgresql-14-jit-llvm (>= 13), libc6 (>= 2.17), postgresql-14-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile_1.5.1-1.pgdg+1_arm64.deb
Size: 23080
SHA256: d4c4675da97b528d1672c65059da5bbde5522f3afeb3afa384d35eafbaaf867d
SHA1: 7caf8f0de93c36ac09f9ac4921f66fe12a698a17
MD5sum: 938ad84cb8624352b92fb5c1cad2bba5
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-05-11 10:45:07+00

Package: postgresql-14-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-14-pgauditlogtofile (= 1.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile-dbgsym_1.5.1-1.pgdg+1_arm64.deb
Size: 24160
SHA256: b1a6c67e536d72945f3420aec53538d80175ac73248d8b80e4f985681487c8b0
SHA1: e7bab0159a11b50b7758cad590711c1ea2e02878
MD5sum: 7b4611ac0fb2f4cf6c66ffccabed8ed8
Description: debug symbols for postgresql-14-pgauditlogtofile
Build-Ids: e314b8acda5a1ff1f09c6f2167fd90abe86735af
Timestamp: 2022-05-11 10:45:07+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 625
Depends: postgresql-14, postgresql-14-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.1.5-1.pgdg+1_arm64.deb
Size: 293704
SHA256: f46f8d4a2b2bffc9b63d52789c1f75e5ee0221bd66fb07c5fece2acf5f08a950
SHA1: fd67a82a62d7e8dfa151cd49e3b674ff6fc130d1
MD5sum: 3b03a75f5e4adc31d258ee279c70ba09
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-05-11 10:45:07+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 284
Depends: postgresql-14-plpgsql-check (= 2.1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.1.5-1.pgdg+1_arm64.deb
Size: 254472
SHA256: bd38a869dc43923065bb8079f34f05325af38fc6d29b119ae2b8e6d44549309a
SHA1: 86a3e81182f26afd4f60d4c52750b340c273270c
MD5sum: 825f93fce2735338d3ae0dda463289c2
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: a4540c325afc164234d1737387da9b8e20f3ee89
Timestamp: 2022-05-11 10:45:07+00

Package: libecpg-compat3
Source: postgresql-10
Version: 10.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg-compat3_10.21-1.pgdg+1_arm64.deb
Size: 22676
SHA256: 936140ae8dfe10bc25379897460c8af68857dfe5b96c71e29d5da22b8a3c1e79
SHA1: 17e2c5148abd1a773de6c4c7394076fea1e555ee
MD5sum: 428696fa1fba65bc91e32f248d0ee355
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.
Timestamp: 2022-05-12 13:01:21+00

Package: libecpg-compat3-dbgsym
Source: postgresql-10
Version: 10.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 10.21-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-compat3-dbgsym_10.21-1.pgdg+1_arm64.deb
Size: 17604
SHA256: 0692b021672b0f97943061332ad0f1a9b73e4ff51ca759457df274bfeac7d4bb
SHA1: 4ac026981a9c1ff8b570e01ef94da913731f0b60
MD5sum: cb22f27bdef91d2530573bc04b931597
Description: debug symbols for libecpg-compat3
Build-Ids: 2e681f44d7ced8d3e13d009faa210f79a87e6ee8
Timestamp: 2022-05-12 13:01:21+00

Package: libecpg-dev
Source: postgresql-10
Version: 10.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1218
Depends: libecpg-compat3 (= 10.21-1.pgdg+1), libecpg6 (= 10.21-1.pgdg+1), libpgtypes3 (= 10.21-1.pgdg+1), libpq-dev, libc6 (>= 2.33)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libecpg-dev_10.21-1.pgdg+1_arm64.deb
Size: 227300
SHA256: a6a458b0a779fa199804301f22b052b403375af733cc2e3d3da62289ee334a20
SHA1: 3788f23cd1f1f9ab5e05a9a726a14a717c935c5e
MD5sum: 57f7f33bf7b01a240a17a107ca980897
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).
Timestamp: 2022-05-12 13:01:21+00

Package: libecpg-dev-dbgsym
Source: postgresql-10
Version: 10.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 265
Depends: libecpg-dev (= 10.21-1.pgdg+1)
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-dev-dbgsym_10.21-1.pgdg+1_arm64.deb
Size: 228428
SHA256: 776e5d646d10de259ef6c93b5f80e04d14ceb37bb3b8a4b560b28ac6401b96ab
SHA1: c1c5c512e710f3d329b64506df156d844731e49d
MD5sum: 6b850fe1d774b58a982ec6e4dbaff1f3
Description: debug symbols for libecpg-dev
Build-Ids: f7ef7f5894ebd8a160a8a1e4bc72ea85a342120f
Timestamp: 2022-05-12 13:01:21+00

Package: libecpg6
Source: postgresql-10
Version: 10.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 413
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg6_10.21-1.pgdg+1_arm64.deb
Size: 86604
SHA256: 37af4ac6faa68b4e4f874019fdd5510c7c84892d2da97d47cb52cb5709b21b55
SHA1: a2b3bc3eba916f0ec62a9aa42718fd8b3ac47d9f
MD5sum: 8636d159e35fa6ad017295d363b45366
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.
Timestamp: 2022-05-12 13:01:21+00

Package: libecpg6-dbgsym
Source: postgresql-10
Version: 10.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libecpg6 (= 10.21-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg6-dbgsym_10.21-1.pgdg+1_arm64.deb
Size: 93164
SHA256: 3d4d5b4908a3f25e17ea776583273a65804eaee2e1a93eb617e16b9fa0506b6a
SHA1: ae1a3bb5058b332d1abb731dd51af2ceb73201c4
MD5sum: a64068c06e0b6f2bfe1b9bd7b26324fa
Description: debug symbols for libecpg6
Build-Ids: 4978400c099a9dc7b17799cd247796ff6f74b8df
Timestamp: 2022-05-12 13:01:21+00

Package: libpgtypes3
Source: postgresql-10
Version: 10.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpgtypes3_10.21-1.pgdg+1_arm64.deb
Size: 43676
SHA256: 6cf1c29dc0f08157ce7c1ba71e758039d83bcd3b6326afbe96c4cc68ecf485fa
SHA1: 55860126abfaf6fd15bbe89a96f0e482aa759ea2
MD5sum: b6116ff860eba47979d0204180558497
Description: shared library libpgtypes for PostgreSQL 10
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-12 13:01:21+00

Package: libpgtypes3-dbgsym
Source: postgresql-10
Version: 10.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: libpgtypes3 (= 10.21-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpgtypes3-dbgsym_10.21-1.pgdg+1_arm64.deb
Size: 70820
SHA256: b092772322f220762d31ba6bb9e85c7c1b1491b9bfbf1ee9e36e68096ab76253
SHA1: 3702b4aa952fcf4b2f58af7956eaa912679b5477
MD5sum: ceec31780105fa70487a08638fe392b7
Description: debug symbols for libpgtypes3
Build-Ids: 71f668e442bca40fb494f5f876c93388b84406da
Timestamp: 2022-05-12 13:01:21+00

Package: libpq-dev
Source: postgresql-10
Version: 10.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 684
Depends: libpq5 (= 10.21-1.pgdg+1)
Suggests: postgresql-doc-10
Breaks: postgresql-server-dev-10 (<< 10.1-2~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libpq-dev_10.21-1.pgdg+1_arm64.deb
Size: 164272
SHA256: a1c9a851ca6f42d5a52fff262488096fa6c81d0d09b2f695729f9b5aef7233e2
SHA1: 57be19e962c86e1dec2c16bc5a7fa63239f209d0
MD5sum: b8a36d1a3e328fb908fcf0b5b63263f8
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.
Timestamp: 2022-05-12 13:01:21+00

Package: libpq5
Source: postgresql-10
Version: 10.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 751
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpq5_10.21-1.pgdg+1_arm64.deb
Size: 166824
SHA256: 158322eccdb64b9240e74788356dbb15af3a019c7f40a9d372651847cd6b9cd1
SHA1: 97fcf438b9b3948edd174051cdb90a8dc39dcc91
MD5sum: 611282ce9cd6e0112777ae02da3ad46e
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.
Timestamp: 2022-05-12 13:01:21+00

Package: libpq5-dbgsym
Source: postgresql-10
Version: 10.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 261
Depends: libpq5 (= 10.21-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpq5-dbgsym_10.21-1.pgdg+1_arm64.deb
Size: 230404
SHA256: 6c4708761ca51e65cbb62b150ebead4319d868f66af8510caa77ba132acc8b1a
SHA1: 496a4c10b79f5e25ebea2c8ac04484fc60b5b519
MD5sum: 0a9e9387a949fedc451e568cec494e4f
Description: debug symbols for libpq5
Build-Ids: 63442cd8b3d27f6f13d5292c7d6d799fade6203c
Timestamp: 2022-05-12 13:01:21+00

Package: libecpg-compat3
Source: postgresql-11
Version: 11.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg-compat3_11.16-1.pgdg+1_arm64.deb
Size: 21684
SHA256: 917c249d52c28ee0f3ba1e46cfd43b69b0ad28eec2fb91108f48c8b398b8b46b
SHA1: 848e7443bf96835b580f4f1e505d5aa145837464
MD5sum: 54b26d0d5f2a08b28735ac7932b47482
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.
Timestamp: 2022-05-12 13:02:04+00

Package: libecpg-compat3-dbgsym
Source: postgresql-11
Version: 11.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 11.16-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-compat3-dbgsym_11.16-1.pgdg+1_arm64.deb
Size: 17616
SHA256: b4f5e158142ad2068350c57d2748ab1a6368c7f0c965cc2f3c69d58a9d5de832
SHA1: 8d1b9aa12dcacfdf9abd487e6ca6def4d7309c4b
MD5sum: 76b7e3d6526b88a9a06d02f1cc160f1f
Description: debug symbols for libecpg-compat3
Build-Ids: 64b038a77f77fde2fed2481d2112d17925f1cb5f
Timestamp: 2022-05-12 13:02:04+00

Package: libecpg-dev
Source: postgresql-11
Version: 11.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1244
Depends: libecpg-compat3 (= 11.16-1.pgdg+1), libecpg6 (= 11.16-1.pgdg+1), libpgtypes3 (= 11.16-1.pgdg+1), libpq-dev, libc6 (>= 2.33)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libecpg-dev_11.16-1.pgdg+1_arm64.deb
Size: 228900
SHA256: cb94b01be0da12406fc6fdcd0a5f447fcfec08e22bec7e6cf0c265ff2451537f
SHA1: 7e62d15177a026fff96fbb651114a0c8a862124f
MD5sum: ce0d999f3bebe60a5b48b8c69c16396b
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).
Timestamp: 2022-05-12 13:02:04+00

Package: libecpg-dev-dbgsym
Source: postgresql-11
Version: 11.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 268
Depends: libecpg-dev (= 11.16-1.pgdg+1)
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-dev-dbgsym_11.16-1.pgdg+1_arm64.deb
Size: 232160
SHA256: e123a61ce88621cb74f9dd6fe1116a0caee91a21125c8902e87219470c2b7cf5
SHA1: aa536e9f98697c554ec91bb197c5f01bfb1dab5a
MD5sum: 8519b72e0fb71edc51ba6ffec464dbfe
Description: debug symbols for libecpg-dev
Build-Ids: b32528b9449a042eb8caa2ae76685246ddd87c5c
Timestamp: 2022-05-12 13:02:04+00

Package: libecpg6
Source: postgresql-11
Version: 11.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 434
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg6_11.16-1.pgdg+1_arm64.deb
Size: 88524
SHA256: 451f20f825209675e05a80719388b52923c683200c5933b4ddb954ac4c529a5f
SHA1: 85c96b7357ccb8d85f540818c2c8256466e9506b
MD5sum: ca736b6f26241ddbf86f86d5ce6644d8
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.
Timestamp: 2022-05-12 13:02:04+00

Package: libecpg6-dbgsym
Source: postgresql-11
Version: 11.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libecpg6 (= 11.16-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg6-dbgsym_11.16-1.pgdg+1_arm64.deb
Size: 93512
SHA256: b30a42ba29334790e2d3e2f5d8529392a3aff3ca0399c205933fabccf85ce51f
SHA1: d2b293ad62e545a02aef20282736c14e40859cb2
MD5sum: fcef2696f7bafdc6c78f9752ec42a606
Description: debug symbols for libecpg6
Build-Ids: 35b909e4959e9e5711721c42f2b59330f86a601e
Timestamp: 2022-05-12 13:02:04+00

Package: libpgtypes3
Source: postgresql-11
Version: 11.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpgtypes3_11.16-1.pgdg+1_arm64.deb
Size: 42904
SHA256: 2e3d2109ceea70c52f1d3406ec55820e767597bc76c524057d2afe1968738640
SHA1: f7025bc3be19f2bef1f3c8fc75b5e56c8a488dec
MD5sum: 9bf7ed66a39effb58d1bd0192d146dda
Description: shared library libpgtypes for PostgreSQL 11
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-12 13:02:04+00

Package: libpgtypes3-dbgsym
Source: postgresql-11
Version: 11.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: libpgtypes3 (= 11.16-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpgtypes3-dbgsym_11.16-1.pgdg+1_arm64.deb
Size: 71832
SHA256: 9cfe33680f86d723187ce46db9567ecc96dae5c010264ba30723b2285ba64f08
SHA1: 354b4243a93b0f865b86d71286f617a1898edff7
MD5sum: bfa571eb0f6efd391a9ed48017bac175
Description: debug symbols for libpgtypes3
Build-Ids: 1c6594faf894d6b22c64dec6e6fab1022a28ea15
Timestamp: 2022-05-12 13:02:04+00

Package: libpq-dev
Source: postgresql-11
Version: 11.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 693
Depends: libpq5 (= 11.16-1.pgdg+1)
Suggests: postgresql-doc-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libpq-dev_11.16-1.pgdg+1_arm64.deb
Size: 165592
SHA256: 7c538b89469671d93be41cc81253454360c8cbe7dca2d9a5466766dbc314a1fd
SHA1: d3d11ef9455b7f4c75f28f4d38ec7a960eb81da6
MD5sum: f5a2137e04bec1b62145b421de2dfe0b
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.
Timestamp: 2022-05-12 13:02:04+00

Package: libpq5
Source: postgresql-11
Version: 11.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 755
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpq5_11.16-1.pgdg+1_arm64.deb
Size: 167088
SHA256: 54ee60db3311ec167620cf76114da02252095fc14d1faa97d09537b20a139919
SHA1: a308dd12b1be2b964c64f51ad5cd0fe9a5e717eb
MD5sum: 28a4f5c220787a5d8138395793062e84
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.
Timestamp: 2022-05-12 13:02:04+00

Package: libpq5-dbgsym
Source: postgresql-11
Version: 11.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 265
Depends: libpq5 (= 11.16-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpq5-dbgsym_11.16-1.pgdg+1_arm64.deb
Size: 232568
SHA256: 4dce771052e840b671167c6a332a69bff22f58491737b2edb7ec12eda73a4f4d
SHA1: 5c5698547ede085934ae3872e3d432e4cebaaa9d
MD5sum: d6738cff27653fefd597333d0ff9d7f4
Description: debug symbols for libpq5
Build-Ids: 9be4405cafae6130e60cf2923debe06cba0c9fde
Timestamp: 2022-05-12 13:02:04+00

Package: libecpg-compat3
Source: postgresql-12
Version: 12.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg-compat3_12.11-1.pgdg+1_arm64.deb
Size: 19220
SHA256: 3bfd107eb25beeb54fa73b71cd1ac5cc30c4872dba057787caa8ef4ed949c20b
SHA1: 68397b0612eccbbf8333debab42fce7d9ad4f2b2
MD5sum: f37d2fbe30f397d67a38864196d50ab1
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.
Timestamp: 2022-05-12 13:02:46+00

Package: libecpg-compat3-dbgsym
Source: postgresql-12
Version: 12.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 12.11-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-compat3-dbgsym_12.11-1.pgdg+1_arm64.deb
Size: 17624
SHA256: b1f0605053e04174856eac2f2cabac0e7e580992f669640a41328ad079d41ad6
SHA1: e54020e8a242617dcb0d0b4df3dc4fd7747bd079
MD5sum: 1f3d8de2cb99857ce86226b17b7400d9
Description: debug symbols for libecpg-compat3
Build-Ids: 9c2cfdb1fbd31eba23729432090b30bcd39d70c0
Timestamp: 2022-05-12 13:02:46+00

Package: libecpg-dev
Source: postgresql-12
Version: 12.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1494
Depends: libecpg-compat3 (= 12.11-1.pgdg+1), libecpg6 (= 12.11-1.pgdg+1), libpgtypes3 (= 12.11-1.pgdg+1), libpq-dev, libc6 (>= 2.33)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libecpg-dev_12.11-1.pgdg+1_arm64.deb
Size: 269488
SHA256: b8be12f94636629bdbde0d34b992e7d6c61615e72edf4b381d072eb9e739e3f5
SHA1: 0868c63eeecbdb5fcd13a44640b1f71558e2b424
MD5sum: ad4f10d8b814b42679715a9ace817cce
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).
Timestamp: 2022-05-12 13:02:46+00

Package: libecpg-dev-dbgsym
Source: postgresql-12
Version: 12.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 280
Depends: libecpg-dev (= 12.11-1.pgdg+1)
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-dev-dbgsym_12.11-1.pgdg+1_arm64.deb
Size: 242192
SHA256: 4f0b5492b8f436596bd125868feae1de5a3f74ffc4b5364908576372cddccba1
SHA1: 2ddacbf56416e2930a3c93cc20ee7562132e003a
MD5sum: a52a34b68948b69bb1e65b80149ce77b
Description: debug symbols for libecpg-dev
Build-Ids: 9dc3c031584bd46faa149f33e76a6790f1ce0d42
Timestamp: 2022-05-12 13:02:46+00

Package: libecpg6
Source: postgresql-12
Version: 12.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 221
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg6_12.11-1.pgdg+1_arm64.deb
Size: 58484
SHA256: b07ec50e79b576d1697584e5b93b2cb9fd659b9b99cd290fa935e537e697d49b
SHA1: 7578df45fe330ad1e8f5a08511c7f8fc39529fe8
MD5sum: 8c19d1891e78df9bab5f35639b4d15a7
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.
Timestamp: 2022-05-12 13:02:46+00

Package: libecpg6-dbgsym
Source: postgresql-12
Version: 12.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libecpg6 (= 12.11-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg6-dbgsym_12.11-1.pgdg+1_arm64.deb
Size: 112100
SHA256: 8c73e2e40d3e62146458fe0d96ce4a3188d416ee4435825a42e20c84e2a86d8d
SHA1: dfd82c0c08b988e4dda2156df709fff9ddd4f701
MD5sum: 617c6cdbec095b15fb18de9b50a809ac
Description: debug symbols for libecpg6
Build-Ids: a42c961a8e7fa8ecb730e6c5c725e4befdcfc9a0
Timestamp: 2022-05-12 13:02:46+00

Package: libpgtypes3
Source: postgresql-12
Version: 12.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpgtypes3_12.11-1.pgdg+1_arm64.deb
Size: 45124
SHA256: 33c8f258da6026b8dc1452be2c2b72a39f6b4a5ba3d6c835a95ac231317be7de
SHA1: dd9f4c0488cdd47c40442cf43809a462e8075240
MD5sum: 159ce899804adf58e395fd2ed2957a47
Description: shared library libpgtypes for PostgreSQL 12
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-12 13:02:46+00

Package: libpgtypes3-dbgsym
Source: postgresql-12
Version: 12.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libpgtypes3 (= 12.11-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpgtypes3-dbgsym_12.11-1.pgdg+1_arm64.deb
Size: 86816
SHA256: 1e7e6d0282c216f4a2e6129d92f782764f87569ad681b38981f6c70c86ebe396
SHA1: 941be0babcbf2cfc737dbb72ad18b4eccb96d15a
MD5sum: 3c85121f1b4dc4f2a19f98b8a4402da3
Description: debug symbols for libpgtypes3
Build-Ids: c490801e69c43c8c25efb4d19e3bce64b282bb05
Timestamp: 2022-05-12 13:02:46+00

Package: libpq-dev
Source: postgresql-12
Version: 12.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 586
Depends: libpq5 (= 12.11-1.pgdg+1)
Suggests: postgresql-doc-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libpq-dev_12.11-1.pgdg+1_arm64.deb
Size: 141104
SHA256: 7f982822e7612de71816fc1cf4053cd89ca73af1ba7c027c0e919a3016e50fb7
SHA1: fab4fab4bf8b738d53fd5a9f56429cd0b59990ea
MD5sum: de1707bf5b9834d2fc2d647590bde618
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.
Timestamp: 2022-05-12 13:02:46+00

Package: libpq5
Source: postgresql-12
Version: 12.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 781
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpq5_12.11-1.pgdg+1_arm64.deb
Size: 174036
SHA256: 34d3ee03c22337ea0e90b853b1cf45d967c1782139d5b7facd17742ca5f809f2
SHA1: 72cdc972a1c74e23e20eebc32d05bf6cd5ffb7c4
MD5sum: 4d31a4285468e8d0c2bb2c602bf42e88
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.
Timestamp: 2022-05-12 13:02:46+00

Package: libpq5-dbgsym
Source: postgresql-12
Version: 12.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 284
Depends: libpq5 (= 12.11-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpq5-dbgsym_12.11-1.pgdg+1_arm64.deb
Size: 250788
SHA256: 6cdc4f165057c1559dcd152b6a2e12ee129b4a5df0369763eca3638dca3633bd
SHA1: fa451a8d807339c5442e3c6f39c088c607b60c78
MD5sum: 9eaab004669733552aaec8fbab98b518
Description: debug symbols for libpq5
Build-Ids: 11cf1e1631bd2f7b12724df6bb611870c0da8fcb
Timestamp: 2022-05-12 13:02:46+00

Package: libecpg-compat3
Source: postgresql-13
Version: 13.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg-compat3_13.7-1.pgdg+1_arm64.deb
Size: 24288
SHA256: 4a0d20a1428fef6868ef1aed32e2311df0086a87f13d0b532f3338fc1ee5ea7e
SHA1: 8a326f4b4c13d4890faaa4303fed4b54a8f2e504
MD5sum: 30da87e0ce041263e2f1e327554b42c1
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.
Timestamp: 2022-05-12 13:03:28+00

Package: libecpg-compat3-dbgsym
Source: postgresql-13
Version: 13.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: libecpg-compat3 (= 13.7-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-compat3-dbgsym_13.7-1.pgdg+1_arm64.deb
Size: 38104
SHA256: 63295c25b4298ebfbb3ab619f5b4f78f976653d5c6ac89bba9ed23bce8c31228
SHA1: c80c964d574423739762c05bc994f6a4b0e0c79a
MD5sum: e869e72fbc4e75669e637609daad11e2
Description: debug symbols for libecpg-compat3
Build-Ids: 7630331b709172deecc8d962296564b006d2d0db
Timestamp: 2022-05-12 13:03:28+00

Package: libecpg-dev
Source: postgresql-13
Version: 13.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1487
Depends: libecpg-compat3 (= 13.7-1.pgdg+1), libecpg6 (= 13.7-1.pgdg+1), libpgtypes3 (= 13.7-1.pgdg+1), libpq-dev, libc6 (>= 2.33)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libecpg-dev_13.7-1.pgdg+1_arm64.deb
Size: 268148
SHA256: 073dfcce266f1b259c66e0e5b3332842946c69272db76a6e4b58e96f7548dd08
SHA1: 7ea02a46fa1409a504406860b2c48bf2051c9265
MD5sum: d38e36b628c45e7fd08dd1ab6046b524
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).
Timestamp: 2022-05-12 13:03:28+00

Package: libecpg-dev-dbgsym
Source: postgresql-13
Version: 13.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 286
Depends: libecpg-dev (= 13.7-1.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-dev-dbgsym_13.7-1.pgdg+1_arm64.deb
Size: 248132
SHA256: f78c84e0177ff69555470e4afeda115700328e097c1b387b517b74bdc04c7e7f
SHA1: d75456b81b955a674a0d2be746f46fd17619ef6f
MD5sum: 58bae855c2bd27fb6951fb2f62032e77
Description: debug symbols for libecpg-dev
Build-Ids: aca648218826b143ee1d8de9fd535c671fb4b30a
Timestamp: 2022-05-12 13:03:28+00

Package: libecpg6
Source: postgresql-13
Version: 13.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 221
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg6_13.7-1.pgdg+1_arm64.deb
Size: 58028
SHA256: 24dd3040716651cdffa94c2876f5a28b965966d930d10a59832981d1bd27d043
SHA1: 6513f8aa9b967dab7f0d4fb695377765691c2908
MD5sum: 147b0448cd11555100bcb9b372c2b965
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.
Timestamp: 2022-05-12 13:03:28+00

Package: libecpg6-dbgsym
Source: postgresql-13
Version: 13.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libecpg6 (= 13.7-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg6-dbgsym_13.7-1.pgdg+1_arm64.deb
Size: 112220
SHA256: 843c477df0d9791491ba9072fb78e35450d3709d48924a95cfdb97d1b78f99c9
SHA1: b95ae18008425fee7e20600f85717a928ffa01cf
MD5sum: c1e95640d19c121501ad85877e88df77
Description: debug symbols for libecpg6
Build-Ids: 33ba6063931efccb9bb8620c5ff5d5733e75ca25
Timestamp: 2022-05-12 13:03:28+00

Package: libpgtypes3
Source: postgresql-13
Version: 13.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpgtypes3_13.7-1.pgdg+1_arm64.deb
Size: 44748
SHA256: 52889b1411a1b0df2664bd70a63c80c35dc9d5030ae0692fea51f333fc9444a0
SHA1: c0d373f64448879d81a5f3c59086417838fb684c
MD5sum: a239839496b817bae07a840214c121d5
Description: shared library libpgtypes for PostgreSQL 13
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-12 13:03:28+00

Package: libpgtypes3-dbgsym
Source: postgresql-13
Version: 13.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libpgtypes3 (= 13.7-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpgtypes3-dbgsym_13.7-1.pgdg+1_arm64.deb
Size: 87052
SHA256: eb624fe8eaaad45a600e105d39b538c9889acc52df2dbd3e06c6a088df79d982
SHA1: 64274b96898c87005644fb44168e9e6cbd423e22
MD5sum: 8af59b1db24a515b3b8a713b41c52e0b
Description: debug symbols for libpgtypes3
Build-Ids: 3947398ec71d2f6256ba27d68216943f8c8e6743
Timestamp: 2022-05-12 13:03:28+00

Package: libpq-dev
Source: postgresql-13
Version: 13.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 565
Depends: libpq5 (= 13.7-1.pgdg+1)
Suggests: postgresql-doc-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libpq-dev_13.7-1.pgdg+1_arm64.deb
Size: 137284
SHA256: 2d9ff597188e4b8473fa060aa39aafec5f50946ac4dc411e667df483a9f39890
SHA1: fafbb8b66ebeedb1778b28e377debe61bacddc5c
MD5sum: 164f22b462d3f0ec6f1944c70e76688e
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.
Timestamp: 2022-05-12 13:03:28+00

Package: libpq5
Source: postgresql-13
Version: 13.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 781
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpq5_13.7-1.pgdg+1_arm64.deb
Size: 174788
SHA256: 97445b7b90ae44e387e9367406dad9089a640b1b187cd15441bedce8e7e3fca6
SHA1: 4f3a36959d46b0e758da0bf572f4dd2ea4c811d2
MD5sum: 0ba06faad9be7b0621b248b10cf2a352
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.
Timestamp: 2022-05-12 13:03:28+00

Package: libpq5-dbgsym
Source: postgresql-13
Version: 13.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 291
Depends: libpq5 (= 13.7-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpq5-dbgsym_13.7-1.pgdg+1_arm64.deb
Size: 256396
SHA256: 3f386c26d7217a103d25b9b6abe88b86dced2499059332bfbb6958a4c1e57ae5
SHA1: 408ed4d7798d943636857aa4adb094a9eebdfdc9
MD5sum: a89279b587479975efe59886d0d592ed
Description: debug symbols for libpq5
Build-Ids: ce8f20844c3cd845212940b5c1d4a40d7c145ff0
Timestamp: 2022-05-12 13:03:28+00

Package: libecpg6
Source: postgresql-14
Version: 14.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 224
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-14/libecpg6_14.3-1.pgdg+1_arm64.deb
Size: 54916
SHA256: b16bcf95473c2c25e57ad030e4bdf249f2df65e5437b621fd2e1349f55b63681
SHA1: 0724031713558cde622f440aca03cdec4f9a639a
MD5sum: 1d00e443a0281f5c6b25dfe8ad9ad9d3
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.
Timestamp: 2022-05-12 13:04:25+00

Package: libecpg6-dbgsym
Source: postgresql-14
Version: 14.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libecpg6 (= 14.3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libecpg6-dbgsym_14.3-1.pgdg+1_arm64.deb
Size: 112088
SHA256: fcea01e220d8a4983f245c571c5b548ab284d06265492be68806d98f328a4438
SHA1: fa26bd1324c1c2bae5b445a9376c160d41ccbc78
MD5sum: 5714e00ff4356132978eaee17d880abf
Description: debug symbols for libecpg6
Build-Ids: 5eb3bd6f0bca3066d4b7c5e391d0b4a9f735b839
Timestamp: 2022-05-12 13:04:25+00

Package: libecpg-compat3
Source: postgresql-14
Version: 14.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-14/libecpg-compat3_14.3-1.pgdg+1_arm64.deb
Size: 20388
SHA256: 19619ad60833af37032c0c4ebbcec6c69d00de3135ff482e65ddd3f87129dd08
SHA1: dc502bc3f6130551ce0826b50f0ae75165b3f1d3
MD5sum: 6850323ffbb6a017f13c447281ef3138
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.
Timestamp: 2022-05-12 13:04:25+00

Package: libecpg-compat3-dbgsym
Source: postgresql-14
Version: 14.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: libecpg-compat3 (= 14.3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libecpg-compat3-dbgsym_14.3-1.pgdg+1_arm64.deb
Size: 38100
SHA256: cdbd6517d6e87053e4d8f8789bbeb6508ba7a17abce97906aa95c9a75727dfc8
SHA1: 75e8add2a109f3b052a394868f45e44650baab58
MD5sum: 5369dace55fcba1328fb7363975e830f
Description: debug symbols for libecpg-compat3
Build-Ids: 1862ef272522418ce50b99172cd64a57231816c3
Timestamp: 2022-05-12 13:04:25+00

Package: libecpg-dev
Source: postgresql-14
Version: 14.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1547
Depends: libecpg-compat3 (= 14.3-1.pgdg+1), libecpg6 (= 14.3-1.pgdg+1), libpgtypes3 (= 14.3-1.pgdg+1), libpq-dev, libc6 (>= 2.33)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/libecpg-dev_14.3-1.pgdg+1_arm64.deb
Size: 269468
SHA256: 82633119b33fbbc7a7589d83628e15f6f6d90f5b92bb71b78890a9da354b22da
SHA1: 1772886b00291144dd69203e53fe214247f8d3a1
MD5sum: 53a73b93e405d819448293dfc978aa24
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).
Timestamp: 2022-05-12 13:04:25+00

Package: libecpg-dev-dbgsym
Source: postgresql-14
Version: 14.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 297
Depends: libecpg-dev (= 14.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libecpg-dev-dbgsym_14.3-1.pgdg+1_arm64.deb
Size: 254808
SHA256: e48e2db6c68c0f30ebc05bfe4d7775c0f6a51343044feaa6d4e670db7ca72802
SHA1: 39996e06b77a116a21b8e4c9b854452f459f5b11
MD5sum: 88308637dfefb0b10666f47fdea1ea6c
Description: debug symbols for libecpg-dev
Build-Ids: 77d924984c3d94c40d1564d74f41704dfadff562
Timestamp: 2022-05-12 13:04:25+00

Package: libpgtypes3
Source: postgresql-14
Version: 14.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-14/libpgtypes3_14.3-1.pgdg+1_arm64.deb
Size: 40816
SHA256: 5055bacab55dc8a6460491bdc9a0687028801ec5b6f51e6830e1ff015db9e21f
SHA1: 753e7f6c97e439d1e8ecfdf2f82eeac6427da4c8
MD5sum: b07121358559f4767bd2f5b138964d27
Description: shared library libpgtypes for PostgreSQL 14
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-12 13:04:25+00

Package: libpgtypes3-dbgsym
Source: postgresql-14
Version: 14.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libpgtypes3 (= 14.3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libpgtypes3-dbgsym_14.3-1.pgdg+1_arm64.deb
Size: 87108
SHA256: f678c8d9c3456899bdaf8658b7d67b1f9e178ec8c052cb6294ce44df8c80961f
SHA1: f73110fdb6fe06546b08a93bd3f8eba285c64b7d
MD5sum: 42d969049ed0111ed4137efcc06c8caf
Description: debug symbols for libpgtypes3
Build-Ids: d5da1ad58daf3af1f89f2e0f0e42c12181596dc2
Timestamp: 2022-05-12 13:04:25+00

Package: libpq5
Source: postgresql-14
Version: 14.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 746
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl1.1 (>= 1.1.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-14/libpq5_14.3-1.pgdg+1_arm64.deb
Size: 165072
SHA256: d1c2d2060484b216cf2ca13ade77d70337d8a03fd8f5eed30aebd8da084480dc
SHA1: 1a8b13398d6345afd9916c698525decc4d2192e0
MD5sum: 69d76844456e6447ae4388e81420cee1
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.
Timestamp: 2022-05-12 13:04:25+00

Package: libpq5-dbgsym
Source: postgresql-14
Version: 14.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 301
Depends: libpq5 (= 14.3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libpq5-dbgsym_14.3-1.pgdg+1_arm64.deb
Size: 266192
SHA256: df445c9466deb328731f5eed2d512124d62fcbb79277ad1d9bc54a30ffb281a0
SHA1: 196fb4aa45e08c4796ecffdba0de29eb642b15e4
MD5sum: f6b6c76bd57c17a9452e9d0c4c6edb2e
Description: debug symbols for libpq5
Build-Ids: b90670c4fb7f64c151da642d24648822a9ce17f5
Timestamp: 2022-05-12 13:04:25+00

Package: libpq-dev
Source: postgresql-14
Version: 14.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 570
Depends: libpq5 (= 14.3-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/libpq-dev_14.3-1.pgdg+1_arm64.deb
Size: 135284
SHA256: 7d46c95460b6796ef591ac2ba8d75f1f382392754f7408f6b3e2fb6bafc8e9ca
SHA1: 0291153b57da2f50bed053fc1e552d301d634b4c
MD5sum: bd7c5b6d31adb86c048683d9ca414557
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.
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql
Source: postgresql-common (241.pgdg+1)
Version: 14+241.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-14
Suggests: postgresql-doc
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_14+241.pgdg+1_all.deb
Size: 66668
SHA256: f183aeae389fdd8eeb26c2182d04996d2fe8c9bb1ee479260ac168d93f0e1630
SHA1: bdd90cc1ba01267362a2e843cc6fc3d11437a6ea
MD5sum: e2ec177b715c999bb6826531a53530cc
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.
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-10
Version: 10.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24202
Depends: locales | locales-all, postgresql-client-10, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.33), libcrypt1 (>= 1:4.1.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-10
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-10_10.21-1.pgdg+1_arm64.deb
Size: 4915648
SHA256: c873561cbe41a21c417377d1493908ad88fd2753ae037998de45742927edbf9c
SHA1: ba3419dcf6cd0fe62625b446dec219dca6eb158e
MD5sum: 72da2d6126217e36020f9bc47eaa15dd
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 10.
Postgresql-Catversion: 201707211
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-10-dbgsym
Source: postgresql-10
Version: 10.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13526
Depends: postgresql-10 (= 10.21-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-10-dbgsym_10.21-1.pgdg+1_arm64.deb
Size: 12052008
SHA256: 836501602b1cf338bfbd82e8910465d0c9011ff68304e303411c70c1a331a2b2
SHA1: f0be0043e1f597f1db7cb9c36cf388283f0217ac
MD5sum: accd7421c6db83f67caed7c3cec36940
Description: debug symbols for postgresql-10
Build-Ids: 0178e4e0e60bf775e0f7a7a05b0e7e1420d4a44c 02608f9682520ac5d8ffa908465c7af3b59165b6 0394c4471150cb9b7c0c6d8341718d6d1d0fe247 0761e49ea7ff980e830c5968db8d14c314278404 0884d94a457d932b73c837a098fdb0f326f2b45d 08fa6c9f7d8b7f6a8239b753528c88ac43a7e9e8 09ad5c350c21956c257c51b446e60bf2e614a03e 0c574708007742221ac0a847d2250fa4ab64eb6d 10514207579c0215fa81a9296c229001f8230dab 10cf6e75d65513d76010ff979e19806568a0f8a3 1254e285c90657cb1be33432b9b9df4b4f5b80ae 14ec77e5fca857791dfc854b6cf180bea25b3822 15298f316fc27dbec85f81185f9bfeee0a8bfd1a 1cdd85aeff3d4b074397731f4ec8c60445b8b5f0 20cfeacdafb0fbf35c875ef342570e33ae72d85c 24dd1008d352a762ba9a22115efe37eaffe0a491 2ba269eba4566455008baf9b1dfb510b72aa8b99 3428a2d26da4c95e4deb5ab276767417202da11f 3472ab9d4683ebf2c69137d2d6858afd92218354 363274b5e0091f8be6b74b4b9153749f90afa914 383637309abd15e6a88be9796d55345cbfdec150 3893288530deea441961767a6bab8ff4b9bc4b5c 3899a9ee4ea2ad917d70b511abe0643b7d5411e4 3b935213dd205bfae37e4070bbd5e531c1065db0 3c7dadd42eacd53d31a69614ffb939ac3b5e9fb3 3df48235c83e2bba188f0a80e0825ca63920ee35 3fb098ab6d3cbbc556064ae57f142c37c5e9ab97 4323a8ae13d977365fd1869d719271ceb2f23c1f 475d9d24e92c6887c72fac37a75beb4077b0ad25 48b82cf499940d17639e1a615da03aa12cc75387 4920f8fc81cb60515a326f3f4607c6590d2eae1a 4b2eaf4600b6c8a9374efde497a0603314f9f45d 4ce8075935c79c8ce13651c380a46f61b16ad2f2 4dad46b18e7874f21b05570d34744ce9dd9a48d1 5311343751e795d15800e021fe2fc89675069008 53d66b20738faca1fe3874970b060a044668cc38 54383f605944ff81e040117f200c722ebb5af25b 574ec4b6a8ffa35821cc2c35f79e122ec54639d8 57625d2aa7c48c04290ffed6a12baf86c39776e8 58abcf44a5eb45fdfaeae40ca8fa9d3138382134 58bf454af2573e5bdce99a010f2b2dcedf8c988d 6476e9e4221f6ab68e91ddd0caa2f729687f4603 66078867052b0a5b9c289d7805096bbb5136add4 6ec10e844c41286fc01c0a2e6690cbc08fafeaac 7466a4d23bff8f220edd945f5a75c83f111fce42 7ae6c2293228f520e40917fd915d5ac26c13f54f 7e86b72adf26498a26bf95060197dbd80e93e79c 7fcc1bd64e927951206b724ec28bc52ab03f242f 81d59e16dc30a6ea73605c7ab99c7f3981e72fe5 8248e94ca1f9a28c35f92e6aaf196da8c31fdfca 847354b52b2827f8327aa84179c80da1d26d95ce 85105c6b59b22781e1368f81865540a523738834 8628686ff4ee45f8ae478b6e3994a0309ad192d8 87cc56613e18d7a59e8530612615180813d957cb 88d075d7246dd6472c709a28e51cd604da1ef936 8afcf911e2703bdea589ae52cffc48b02830a1c1 8be676f8ad511cfe1a700ecf1f94e423dbab2469 8e293cb5e0dd0d3fb8783c22d1ca9a980d7bc2d2 98274dff9610f8f32d56e46d7dfd49ae862fb200 9f199a61e5f50e720c621e3dab200cd3ae45f6a9 9fe89d39d852e25c11add7e3537c6aabbe120c00 a512f3c4c7f4725bd341fc35a5919f3e9b62fb3f a654547d93d974cd7bef1bfcb3264905f7a1feec a8b2cdde4b73b6a8a0a950c037d23353a0296545 aa0893e1fa042e17b8653913bebd30546bfc4196 ac9f5664fa0329ef494c0f14df548ebc7ebd6639 aeb987e651dcefe4152c5ac80f4331fae564ce0a b2f83a7b76077ccd1ec956ae3e797879b114582d b4f7dd4ea4fbe07ef60cd9ef1d69ca8c7a9d899d b6b75150813379ec1d1f489472b4e9f4f393fa67 b911ce79a4bbf22edd15cd162b31d4c142b1dcfc bb972af92beed0d3aa9597fde52d2fe22a28c42c c3a67660ff2f7bbeac3211d54922083b27094358 c6c2acbc2e53d9c0552e5e298dc10360ed5ac211 c72a81f1b67ec4d401db5c18769dedc5b00932d7 ca4353e35dd1f0bad720f0480590e8e74795ace8 ceeff156d513de1ac0de633f5f7b840a336343e1 cf83a4da9fc3dde588671db3ef461adcec3fb6ce d21031942fdb8ec824d28eee12a7da8c9dc89b53 d530e2d548f9db2a84c19c159d16a9102b4e3121 d60975819d91046b2aa3ebfd9fd2bfa67d27a4cb ddbed2cd832edfe8bb5a0886b614864cf04d1a8e de669fc6485e67915ba99d0451a6c1077a49dd81 e18692b3c99a589453b0ee188ef5563cad9b0d4f e2228a4d1a420edded5eefe6b6ec27186f9cb327 e717f71e1cb70558d50931d9edf18af1d430bf22 e73b08d9914fff7b24f5aa981c4291ae151e3a74 e7b0541db28efc270797d5edbf3f9083d5562fc5 ea749ba313be02e91826f064bb42c8a54113e79b eb860a91c9c067e2df0a5ef27faf2a6afa7f631a ebe7656d4058bc6bcbfdd2de7bef8a55e0da16fc ec8325da4d1bcb1a13150a32119ff58faf8e0907 f4b47fbe9ec39f04e78625ad270303f3a8c061a0 f618ecc4f347e1f343e5bf538cf5c3dc3939c564
Postgresql-Catversion: 201707211
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-11
Version: 11.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47916
Depends: locales | locales-all, postgresql-client-11, postgresql-common (>= 194~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm13, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: postgresql-11-citus (<< 8.0.0.PGDG-2~), postgresql-11-cron (<< 1.1.3-2~), postgresql-11-pgextwlist (<< 1.8-2~), postgresql-11-pglogical (<< 2.2.1-4~), postgresql-11-plsh (<< 1.20171014-3~), postgresql-11-rum (<< 1.3.2-4~), postgresql-11-wal2json (<< 1.0-5~)
Provides: postgresql-11-jit-llvm (= 13), postgresql-contrib-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-11_11.16-1.pgdg+1_arm64.deb
Size: 15163304
SHA256: 735d008bf30779287d46c10655c1d69b88ecb7e9157be6fc0246049794b38e25
SHA1: 0a730edffc0818e9e276e44017493ee1cdff0cc2
MD5sum: 4afa9056e383af9f4201070e1d10835a
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 11.
Postgresql-Catversion: 201809051
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-11-dbgsym
Source: postgresql-11
Version: 11.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15276
Depends: postgresql-11 (= 11.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-11-dbgsym_11.16-1.pgdg+1_arm64.deb
Size: 13750184
SHA256: 243282b1d178af161e8207841f70fc1de4fe62c7faa646b7924a514c7a33fec8
SHA1: 8a0691d9ed777a7374fa2ba6a45db20317d545fa
MD5sum: 8d0ef22f217db644602fcd22ba7a4053
Description: debug symbols for postgresql-11
Build-Ids: 0231a537245ebb4a5ba3556b31e6d33c1d4a7c8e 028bbf53f2cf1261dc9a4c1843a516dd49950984 046d11298c4416daf0cbbe619e4977a564184250 08621b738fb2ec14fa5b28c4713c535c4829701a 0a8530b69cd88fddca231809a9d49206a3955ca5 10589d1edf75b4ecbebcb31b680c993f8aa82c05 112f6ef149d98ebbe006b58e6c804455a20c6aa7 16bb6229bb4c350321676fea3d698f4439619b2f 188e8f6cec3e49bca72a779b1487c34c06ac9dca 192f6fb5e8f81f52887899cc276a8fcae74a1956 1a74e761a867b51059d2075f2174cf9126575664 1b3b837a70f822b3d63b0d8ecde9f3009d94bc8f 1b99a30f41f3c46f733d6936deb87d459ab9cfe6 256843103bd79c15b86c56ca99515bbe18b53747 268574ce601540a6f1207e00156b5f688d9400c0 27a6a4dca56af9ec30468cca1a5ae0a2c16ab9cc 282e0c7fbad5068a855c7317c341c31276919701 2c020e371f94a9ad1c5a737596d9bf1712827289 2fa61ad062c275d390d081477b032c9381192461 2ff38e3f6d3f3dc0e90dcc7f81254d8fb24ad543 35a08b02699669a5baa643918451ec15e16c7f9f 3683fe2192afd22cb69a4bad3a93bb26ce16cef5 37489738057f23474aeaf4642fc6799ae24fec5a 3e92999096c32335e63b04d00135658bed96e825 4330cc93c6ae4e92aeb3a836cff39650dfced053 45d1af8829245155077bbfcf27f78d8706eadb40 468fdfa5dc5aa0a8e03443fb30b195739ae5768e 4b1faa9b34c0095deeadadf9ee7b4b69f948e19a 4cca0cf1df8b98a3a5d4fb41a53b4b7541f6f95e 4d098d729aa0f4bb436b97a1010965d50616756a 4dcf7adfb889d2a046d8d4a29bf042329ab6c542 50b4a925fa5c4c82de68f4f6e45f04ff0e262102 547cf2f6633ac017301419b7a62a98aef74f55bb 588b2d4e34851b68ab06d425f9b47da30743d22c 5f6e83a95171284415e67134f366c78bd42aa592 63c1298a4011b9e68f051fb3e8482d3a0022616f 6802ffcbdcd0fcb88e15ae65b8562855e56359e1 6b14fc024035cb1e3fef7601234babd6f0f2f24e 6ba17802a8e4cfad74ea202b1382aa257613dabc 7197eb0909f036a1bca1f61baac3307b1d4f0f74 71c8f04a24a718427c48cbb3b7819578b4e14e9a 7725c0bda594288f93838c413c514f668490909f 77884615e9d65216173faf9716a7cffeceb97b7d 7a822586914ca3565ad1fb6181e72ff41fba06fb 812b8283f0ef1f06e0f71bb92693de44b22019ec 828f27575770b9697766ca5948deca47a7edaadd 87c1906f0e43a8b25874f7c144d90568e37eb4a1 87e548acd1b577c15d9fe67d72186b025209b799 8937439018146d099f5fb52b88adfdead576ca95 89fde25b705018482952143529a96e7eba52e7e7 8b38d4cb17b61d2dff0eee2168a770ab8aaa6116 8fec70d5a995e32d5870a690da58dde6838ff984 90bfd959fcb492c3301f8d6545a17ede2f9cd841 93d06809e8448007434883b283c76d5746de5452 96318307f44c8ab4cea4b12169fb7aebe51ada47 9a7c8a253b523e40e069c644b3fd2be5537270af 9af55322341e23934f55fa6bde235ae98147bf23 9e3d71ddb8803fbcfb0dcbf31ba384381492076d a237e36738a93876c4fb3c338d9c4ba48e374622 acd916d5a98e951070ecbb5424db78617124e8e7 aee04d3faab34bcdaf6350301cacd75bfa5ee365 b1f43f6497476f18f00c99f6d2cbdf0b86c3bf34 b414e43260dbe52d14163676de26ea85d6980714 b45e66912e6ca103916ee5c875951adeb488ac51 b74e7bdc176b3d8022b5c991810ca6af95d6045f b98c4598fda39ab4ccfa7754b5d037cb0f73326f bb4399728ac2a36f09a8f82dc1718e6176bd5343 bd9891ad67624484252090b0c42c6d858aa307ab be8e50ca1fe53f5ea41064bb6e19c47fa5483e94 bf53f124533b49671c3b206ceb550e9df60dd5b8 c660c29726e95a4b32b8a697fab3417f4336b934 c94e9a0350c5693dc54b874832560e7569327ed3 cc467d43be1e88ef07f33a0e0c193d6d0fad557e ceda2f685cb01ac0c863bd1b90c2ecef37df3fe1 cf92c129d700ddc157637ac7879517430e32797a d09c9f627fa3ddfeabdabab3a38f02eb4157246a d23cc35a54f1fc1189a7f0118cbeb3918bf992fc d9b8c840ab3d3414757bc7416bb7fac0f3004a32 dbb13d597ca6989f610f8d4d765e5efc45300838 ddaeaab854640bf76dd5e61849e5d5f08ab99199 de4302cae1ea3562ac9ee0a1446f52f3b69318ea e2a29fe5a6ea5253bb814c93150254fd558fd3a6 e600a2339df5fb6ac47f165605ff7678164ecf60 ec8e79b5961074b9cdc43b62834688d798a422eb ed9d1ad428eefe2543aa8ca69943a0791e45e6d6 ee070d5d80abbd35f936f36538f3294ca10e8de3 ee49f5b96022ca8d7c19bc21d63f47438e5516e1 ef11dfa580ec116ae31216b24b6566e39fe2eb6a f2652ee9d1be8e6eacccbd5db1fefb11cd352b1a f291dc66703d79ccd187cf4425cf40da17bbf425 fab0657ada53c83277c292fd4e4bd2da4073cac8 fabeb8147a096a5fa2b0e62c6eacb5cfcde35cf3 faebffc3f116afcfc67c6fe574fbd566b1ce3b32 fda67c58bfa6876c30352ceab21343af75a68295 ffaff07d656a2936b434ea95b620efdce24de4c9
Postgresql-Catversion: 201809051
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-12
Version: 12.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50052
Depends: locales | locales-all, postgresql-client-12, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm13, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-12-jit-llvm (= 13), postgresql-contrib-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-12_12.11-1.pgdg+1_arm64.deb
Size: 15779424
SHA256: 6c512d47818152ffeaae452ec289b7b9f632de3d04e513948b3caa2dda826666
SHA1: 6a57ce0bacfdab32545291bd30985aedca5f9d86
MD5sum: e070979c92b6bb74186e9227c9d34d38
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 12.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 201909212
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-12-dbgsym
Source: postgresql-12
Version: 12.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16400
Depends: postgresql-12 (= 12.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-12-dbgsym_12.11-1.pgdg+1_arm64.deb
Size: 14820008
SHA256: 6ba47460864c8abf7c2becfe05f7a57e6c203749c3a073c4b91e72558b7c6522
SHA1: 0c090e37b02c78eba4cd39b0fc8f31b63d19f3d6
MD5sum: 238d0916361b717c630c1e4f2c488ca8
Description: debug symbols for postgresql-12
Build-Ids: 0330e65d931de16d67322af028371c24069d6832 03b14d6f7a5acd8686d871c70f267374b4cbed95 07898755c1bc40ca169a6683a87a1d3967a7da09 086d12c3193ecf9fc3afd57de97a45c393eca2dc 0ae0a9941fcc9c38298f814a5231c2f8fa3415a8 0c1319db72b5ae33f606a85b43c3cdc173511d10 0eb5013c53e764d199977500e59c1ec1e0130034 107f7a3435a89db8ee8b77f7f5d21b138fc1db62 11568a4c486a2486c1c29e51391003c8ba685d58 19e638b0d1180ba025b5dca1f9ad96d372cc3933 1d32d32f86eac1b751386b098d01cebc32568aeb 1f2f27da2177928a93fa0edae3e17bd5be21731f 204c4d1274f316fc6c36ccf73f040778be73cf19 20e3b8ea25c9385507ec846c033963d2f5a2db4a 20fb72b3977b9e6e2517774d07ab99f113389458 25085c8fa58a813d7b413f3b3beb0c900b22ca27 26fb9da20283c8d69ee927862f3a1956f069abf4 28b763f27ef692a4e84c05101dd372aedc67dedb 2b5a398ea63e3c7f7c886f00a61685890e00b4b6 2b5e0c1a4bbe5a211b4aa82ad1c66ec3cb2f24db 2e007837881997dd53335bfd22abf6fab87a1dfd 2fef40f52cab7ba565669a44319ee8b55ad1a3a8 33ecd98df9c79bf8fffa524e09393783d794998d 37daf3f10a34a6ca10e490531aba089e7ebb1ffe 3c42e7e5c2dc7315fae01ee79eeb100f743e8233 3cabd8b2cb3c7c18beee7c1028dd19d4cac206c1 44fd2d1239850b43b691ef4cbaa999e219655386 467220d27b56988d11a68ee26c3d8d23d2a86e85 472f84f3e90a8527f1d61bc1eb2ad646af2ab886 49699b58691def7911035390793ab1522dc891ac 498c36830f47e0c4411d12cdee878a007741bb63 4cd65ff8f44bb59e214d21190608a4f681205b9e 4db218c9f909fdf2a431157d9c83591f3e3a15bb 54b09896d0d8f1772f61458dd7b3f8f8f9a6c507 54c500544ecc0b1e73eaccc30474e1b23b55c6f7 554e2267f35442738a12ed7fbb4c179dd1716f14 559e4fd99eed438256af6ef2c1e7670039bca41b 56e97c239ee6465775a9a729d9c5bbd7f9c44019 5be6ce84f64725d08058b6db6ae5198dfb59e44c 5cdfeb867ac3ccf817e2c000d3d50dab671c5fee 5e591dafd6c8ead7050643790de7e868b9f618ec 5eed9aa606a939de966e0b14f6c0e67e8944085c 5f67d66e1ae794eb645379097db8107775c19d17 61c575125df8ef30388e0c9b31c3a99ae2787f5c 639a9fb56fcee0a7c428c551f67de3fd84ea9581 69b854dc607e6ca86516f0419b9066f239433c8a 6ab9c82cea056f063749aa5cff55cbc3743ae4de 6d769483b8539ee97813b0141d4816d75b5b5e95 6e73b3506dc6d10282e2c75bbfaca3af5517bcd5 71b33ec5b6aee7fc0320dbfef650fdbdb392acdc 72138a4b3f5270378bf72a2b1b3fd7d835a3df5b 7cd92c46db3dc9613de9aa9ec6c34499ff9b7aa5 800efc4778185245c209fd54eca3a3314aad689c 811ecd577e20104a4ff46bef30cdadb6ace851bd 8488e41cb20c3dbc629d6cc7bd13c783f98d474b 87f8637932b4e6b3bd7787f0be2bc23abdef98e6 8ae366054a60ce0803ff097b610c3f224ca84925 8f5a996294aedad8aab2ce006ffd81bf6365396b 92c1563026123a50a1fd58d83b9b043163177276 93146694c4cd53aa0889049f7beaadacab9f5b79 97785223e742a7c0025466037be869c61625efbb 992abe1596065fb2bdd4e2dd1184280b90504f6e 99ad4cdd7ca83df93a78cab2680fc9aae5f1d4d3 a026c4e3181763f060cd7d641fa206ee426daa29 abc157d17c5f1daee7fe11b6c9f581809ab73250 b54dacc2bd9b220ffd0e745ccf1d4bba78684ae8 b5c5f58b05c9eaf0874d5319f2ab495450368f03 bd0e50b1c42bf17b4388ac02292ff94ff1cf31a9 be1f83ce7e2b9682eae7295df930d5f9d58e268f c0690eaa45b6127c0f1eddd58f1da048117835a7 c15efb4d588d49076c306c06712f54d9d0385545 c850ed7cf6e4b12577e9dd33fbbd867dea04d0dd c8d5e9faa6a6cd473895339b87bf238112a45783 c8f10f89b28fe16c7e84c7c631897680fe970d13 c9c0c28513e1d8c022712fb7c8fdb7bf0cc82712 ca12a0d3eec6e8136a3acd45d6b05b1320817e74 cb644425cc39e8fbbfa68a33be6d72146233a104 d1630796f89e0e9a6a60041d3d789a13d1749a7c d8c91f8a6ed86ecb30375b372a6f3c4289ec1186 d9f92dc62d6bd37e7b224b37aa105dd193b96869 dcf47346daada3835158f7c514a7f330a8188509 dd10af3a182dc28a0a59ae6e29acbd11a1b283e8 de455c41555f14bc0b92cd4234b2b00b87dc54fc e0ea2ccf4fd1c715c7507a7cd6c48ff9a6ba0515 e4b1206172bb561e00a10e098b05fe55798599bd e9bff9a55b52886947f746eaa0e9cfa8530d53ad ea21c0f2ec96c7f51b2adad2b7a8573f32e076d5 ea23f6c86ffff02a376a3804459e7d80c3422b04 ee00e3c29e9a53230d515f85cc11fd6b5e7d7589 f1e75d0a6c61e4138f9d9c1f2cacee3883c018df f5d9cbef6f00c84b23d76eae1b865a83d25804ae f6f4437c1f6bff631a4fcedf92c8ceb7f019f3dc fa9afd6bb43d0334fc7005aca1c8f41b65e905c3 fbe683b777562ef2baa44e6e7605a307eea5d323
Postgresql-Catversion: 201909212
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-13
Version: 13.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49902
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm13, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-13-jit-llvm (= 13), postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-13_13.7-1.pgdg+1_arm64.deb
Size: 16075992
SHA256: 9da82cfd257ebd8b46074c2a30406798d0a5e3b866d7279ce59455cc683dceff
SHA1: 3aa44c414a076e3b4043b1447b7a336b84049603
MD5sum: 288fe3ecaf94fee3e7f7532cb71b5f75
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 13.
Postgresql-Catversion: 202007201
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-13-dbgsym
Source: postgresql-13
Version: 13.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17207
Depends: postgresql-13 (= 13.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-13-dbgsym_13.7-1.pgdg+1_arm64.deb
Size: 15606608
SHA256: a7e5b5f1d73cd69142b452f19ccfc488d933f638156ad3290e0fb6396f613ace
SHA1: d339e15da16d70e7022c210a47930e02925e17df
MD5sum: de46ee2d92bb4c7706938cc059dc4135
Description: debug symbols for postgresql-13
Build-Ids: 00c917d2361ffc6107d709178fe5d60573af3e17 021a2057388d1185880459aa73c2badf89f8287d 06fc85f659e5aa35ea4406af30a2563da9371a01 07dd65869c77e81ffb0a0feb33877cb56ae00936 0fc76afe58d6cebbe2042f6dd1476c63b2f58fd0 17f861e74ac08788bafb6d66dc5c9156f17abfbc 18262ab3272ad5e7b9483cb657ad2cf77d1d2657 1a2e1ad300b900791286403335204c2e6cfab0b2 1ee865de4e3a4aa7d909ec520c0903ff64eef993 25f75d576022eaefd0bdefb07e44b4e021284d0b 2ba733b36b826da74d272fc17a199972a3fd6e0d 2f4c4aedd4b5c4764930ee64543d6b5868b0a55e 3140ed74982c5ac4d540c38877eece4983c3f57e 34103135578266752810d1c75676301454231367 34d4005c09a5b282ade12d6eeabffe2821f6a9bb 396b05a5c4c910abc853270612cabfc4a415df96 396b5c5b8c14bd995fc4315f9815faaad63e5624 3996974011479b2a84362f717060bea6b0f631fe 3beccbd6935fcc061d9718868718511dfbf3be5b 424894bed716d6df3f1ab8559e740be1cac3f588 43a117161e2d25009d81caa54d3934f298da73bb 43b2f2328f6188295278621178781ebc084ae4a4 44463be03c7a00d8e5ec72bac67ddd10d3c7eab8 4a519045a0cedf60495f8d03bf34410200791804 4b439800cae4723e1e9d9464a6f388c3e52b05c3 4c204844408cfb0668c711d3b43560b7058c96ce 52c5ff9abe97e4bba318f631bc7a62f26bd24458 5629f07a47252ed750098e8d2b5eff56d15e619f 57133767ea480a536906ffce0bf895b5d2beed14 5bfec294147a027f083865e787d838321ca0dbd3 5c6111ff94114e131673a4821480413ea3fd47d6 5d310350b03e25ac2193cc788e87807e99191757 5d734723daa48482521134c5bb0e8a57005f6294 5fdf3021fc3025071f75f7705341753dafc2d189 6143b8bd1b75e952bf77deb247b29d3d43ff3335 61e5680750bc39acd7fc71d2f3c41d958ccc1326 658a2aedbc3020c8428aa9a2181c0fb3e9f80c30 6aa6e4267b74dafdef18f68d77beef5973d2a13c 6b58218626cb0675c7f5ff472462b7c5e876d1ec 71b12b83005b17af07d2caed8322646965a78fed 74f933ad0453074923b9a57b72f7e74b4c0c09e3 7fa81cf932571d831887817e049d841b76ff5168 84d0eaa2537bed5a05208ca31d1655ed9c1389e5 84ddaca20ff325c4d9c0f52e43c5e76bd8563ee6 86beb8f17814be49d12071f5bd6d760877c7c6ed 86c6cb48c74b6e5ae7f8a5bc022e4d3c5d912d19 892c4a844f176bf2f31945456a094acefc61caa3 89354aea79f2526d37d347676660525d6634f32a 8a2d92abdce54e364d67a5597fb29d2bf13126e6 92ed7ff8ca35c6e136a60afb7d0c12c79f2a364d 94a84e54f489413ca8b66cb3712822079088d4bc 94b006e28a4762f3c19d0415ba55a02df15bd15c 97c61fc79841a1733d28cdb1de9e4a8107716871 9912f82ea0c592b3f5c765e60b0a5149424c2413 9ac7e1e8539b18b2d237a020f4462bd898b4a3c3 9ac84e2f8b87f2e4ea96ecce33016ef5a0462cf0 9da551547f1d705b28f4997d6282ed3b2f8d8806 9f1566acfd1e04319ef691d8295ccb7f8dc5ad83 a9c061a8b4d1fef4b95225de70abd02f1f0a2381 af1f321ecf184a905786ea2c0202f52ee5ca5ec4 b389044775e7f36ed3e974f79af27a381976f3df b3cc5e01d238d0192df4d398bdd4f28655928218 b3d9a872efe515cc44a45b4930bd420f9ad1b0ba b3e566c18e8a11ff380dad27a0a02f8bfc156f05 b4466f0860f6a51c5e4d5535bde1a18d33e0a786 b7628c4bc5817664378e4f88ff3dcf437d6736d3 b7e35e66d51ea3c174cdd40d5d14cf3762a503cd b95dc2aed66fa1c71a77d3855f82566341914ee5 bdd4136222b62fed84821042aaac75f3f2f0a94d bff235c5973a409e170705fd3e5a04eefd12b799 c03e8d914829e00c5943a7a47000cae855f808f1 c320bcbcd3e84f9e003b8a9dc7e59d9a6f67c381 c62733ab81a510cbcb18b594a8b1389195e3d74b c68e559a447d9c394e4acc6f7758ecf6a8ef6e25 ca0aac76b5ceaf362a17520a0ff6e41dedc39c07 cb2402db56201f7df58441e3155f2d425c99a8c4 ce53c56955fec2176a4b478db93f0513ab1717cc ce618ae7b1427addd404863a25debdaf2f43350a d5395e19b3d9fe9d729433c2f79cdb685e9e39c6 d75adb0f0b73d49c9d088395baa73d388061c6ac d7a992eff562ef29d3f220ea35be5b230139607a d8c8ba4f6b9d919e68e1acc08ee18998e58dafd4 d98d77a24af6065f57323672fdee70dc4ab55e13 dc2c8474277ea4413fbb69002a62d7a768aeeb9c e7d9b38a0b35580a1db7f7cec412d16231dfefad ea996e9a4d75ea5d85fbd9c982b1869017d35c01 efa875d5ffba44eeb4052784531373e92eab2a0e f50986870991aa87808775232d8a12d686b4876c f7688044d1088f66d1090efa06e093155fc8519a ff0b97eba1f365cfc35c23c2a04c0437b6ae35d0 ff704b3351ad6fe2cce7f16eaa87aa8b7de0eace ffb6e45d8f7524d2b4535899e727d4327b9af205
Postgresql-Catversion: 202007201
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-14
Version: 14.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52080
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 229~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm13, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-14-jit-llvm (= 13), postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-14_14.3-1.pgdg+1_arm64.deb
Size: 16899652
SHA256: 9bfa4def7225d50d0cc9cad6cee4b13c035a4fdf66306b27bc78e8e275990705
SHA1: 3f67af0319c1ae67dff2ed4d293c294d88d3bbc2
MD5sum: 8408ed7cd65edd4f2f096be1461c9821
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 14.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202107181
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-14-dbgsym
Source: postgresql-14
Version: 14.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18274
Depends: postgresql-14 (= 14.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-14-dbgsym_14.3-1.pgdg+1_arm64.deb
Size: 16483152
SHA256: b9aeab55572d14573141e1940cb5f1500c13f8d3e32a35f95a0b9464390af49c
SHA1: 6f9c5009a81d863bc8b21b71083b292df191706d
MD5sum: a6a0ad779371f7d57ca0174181421e22
Description: debug symbols for postgresql-14
Build-Ids: 00c01df9cbeb930dc5a69bb2249b3f9d0a249863 03650cb6c30f051395cd297504b8c53ff46f31ff 04874d15263a7342dae35c0674992ae3562c1da7 04e4d95f126ce663fef31cdd75e2b6615aa12a4e 04ef4e6ec33a728f76ff14b6282a5dd6d480e38a 052de76c7d38aea9533890878b4f19739caa9e54 09f9bf2aeb4141fb1d78f9d4931266cf8672aa1d 09fd8efe56b39af18c39baeb127375801b105a12 17e2971bd379f2d598b459a996a10a036bff92ad 192083f3952d38d3e2c40e6496df55c53ed5e95f 1e6dc7861fc0416415a673636735c27a9f6dadb5 2236135781ae159befb6c867f102d42621a02df1 248b78e03200b3e8d2baaf66b04f80bdadd17e5e 2a6deb36b76f40ce0069c837bba8275d2f9a2ddf 3016dc651f3b1548e3c572d58647ef8bd7939dbf 30a7cb200084d59d80a16ffe6067b1b34b2ba920 327d3b0cec72764780df3e8861dd27d9c68e7434 35e9401421811a5d7eae0f3b2199d73cd93e6913 3a000b6199d9f2bb4241b6a07f5e0b2366513e87 3ab1955ac580c3cd8b545bc0abf451dbe244a81f 4355cb2f61fc4107094884916e26189a760db9df 49cdda31e1628b71b09ebb819977924f46dfba70 501769eff5d48729b2b4fe9a0d54779a22536d0d 5b2f87cb97c902caa08ca80d81223fe1ea2dbe2a 5fe2f944fbebaadcf133c1981488206364073546 6105736fa8784e7dcb0f7d1936cc02f33da1f4f4 626fcecae883202659e28253a9a8e441eaf73a7f 68acefbbc6c6d38cf68babd22a41e50985d8b8b0 6a1711741d543fd57ad8c832912134778f73f915 72e31861d22bcf361693ff942c5d364ed30c0130 73462bd1abf7e1ca00f3e41e8af33c32fce81848 74885bd4fea922ba06ffa2b9f03b54ae7c7fd107 77924a75230e63c338da0cccebe386dfe75a829b 77a512b8284169432d49b3c031bef43fb1b34a1a 7a8a8d51662e0c0dfcc3b891964a1560470bd12e 7c76cb50aa3c401f1c5b99b56215c0e0e76088c7 7c858bccdbae07a2c9bcd1da9d104f9ac37087f7 7cf05d70442231f7cd7d6b17151d26b1a557816a 7fde614f5560d2833e244e435ae63398ad99952b 80b631c81a33f41ec269af79a396a2126d0fa1a0 847f8a47e8556b09814e7a3ce84d5cf421b18b4c 86ef65a04d223f79f6de26e884a62b3ce85804c5 87421210dc877cae875bde1f2c184c090d85b8e9 8efd52456ee7e4955b6131594778235998159fa0 91b3055538c47d124a985eee3634c2d78f32c934 96759c42af476232536bd67a08fdf476ade5b9e7 9c1975097ef232964e34992784263db8cc34390f 9c40be07e22fec1f27216f49e55dbfea75a802f9 9d84345ca8eed9c6b13f724e457674094231240e 9e11c72aec6f74ae5c37d9c8b75d905219164d16 9eec03aeb6c8aa81cf36811a40591881391cea79 9fccd47dd0d8cae29f743e06a328b0c0b59db181 a00514212ff98de225ba7097d15e6d2d0da6ed56 a11d790f7b936d5f1ac797a100d089fb7de7e693 a316b37955f2e1db863a80f0afd94e345bbe78a0 a4cba0a5d455ac5b75398b09400601f0c2b8fb1c a5c52ab631133dae006a99e99438bfae7c3e1f1f a654cd80971cec0fdced77a678ee35d19ae80a2d a6bc52b1177341d27ca118bacaa3f61c56235afc a78ce7ccf5ea3ee0f51b2addd9854a6216a51806 a8e5732c2b521d94b718b0de6eebd5b6eefc2731 af1c88bab971bd84f41775926673a061a6631f24 b188d96820d4fd93ff60d8419f9603052b57fb01 b4a0f87ca53e5fae8c038ed1c87bab82b8449539 b618e5fc0a175586089797d15afacf87f9c5392b b64da35a9d1f67907f91392d055a1a53b13a5f71 ba93a709e05e4e5354bf9aac9c86226e175123bf badaf52cd8450790c3129e3cafd6dac10a5edc18 bbae69212ce5919c5e2b83d43a72c6f61e0b8488 c5ffdb13e11f81d5b685ed623af6095c82fa1f85 c66b50084e8a78bc4828c1aa24d8ccaac7c4cbb0 c815633d4c77b9aae1df7ab7f73e260c2a0a98df ce06882c688a073f1c2d3428babf6eae7c6f63f8 d02303291ae5946901ea3a80941577bbc5e9b99d d14fed1b7c7affeb0a8fd6211916ce0e3c547e56 d6efc283f9e4bdfc428019341738e4c4b237123c dba5993ecd46fc1b431d94e58b8f006df05174d5 dcebe12ac0e985e2947f6bf8103e0b7ee158518a de82b6a6484629b17084d9cc1bab4ecb2be66a72 e02a4ce067b3bba87cc7b5227157ff97ee3ee203 e06cc7e7d035cdb2e758ca01313587a4609a5722 e1c629fef11479f3b931c80540aa3d331a37a63d e3602860b115cfe275076102f534063e62717b7a e84f66934e1a15038a41dcc7daf1f6f4b178d0c9 ebef2ad1b8c0be91c341cc441f32599b39670f35 ee553237f61149624a6a280837424be76dc5269e f24bb4466d05bf4fd06f69ad85c7f0d3d20d71d2 f2b6235dda950bbe547042ee80acc0b7673a055e f2fd11a8e85219fb8970b2f71a54f53ca25b06df f49308633384308c856503e46621f5fa06c7cd78 f716b095f2f9b5b9a8277e282835e8f29def16f8 f9df4315b20bb80157b139670e4f380bf4cb977c fdece12a9790c8454b0f637edbb9ba10ff8e26f1
Postgresql-Catversion: 202107181
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-all
Source: postgresql-common
Version: 241.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: libecpg-dev, libpq-dev, postgresql-common (= 241.pgdg+1), postgresql-server-dev-all, postgresql-contrib-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-contrib-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-contrib-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12, postgresql-contrib-13, postgresql-plperl-13, postgresql-plpython3-13, postgresql-pltcl-13, postgresql-contrib-14, postgresql-plperl-14, postgresql-plpython3-14, postgresql-pltcl-14
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_241.pgdg+1_all.deb
Size: 66796
SHA256: c82b23e5e56c1fc0f9db1b92949152f1936c45e76f05ec52ec7a451558f4895d
SHA1: 20618d9db6ed9dbb790c8a682f223b46d2664b22
MD5sum: c6e4e394c0c3ff2f499c92ce40e86e76
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 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.
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-client
Source: postgresql-common (241.pgdg+1)
Version: 14+241.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-client-14
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_14+241.pgdg+1_all.deb
Size: 66688
SHA256: d338fefff7d3a46f66efb30e8f5118908ca13731423797c11d1d1ae5b24840ea
SHA1: 1fffe54cf7c169ed52816c3fc418ca348cc44b9c
MD5sum: 518153e4b4c710724e5f5cb475273082
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.
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-client-10
Source: postgresql-10
Version: 10.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6349
Depends: libpq5 (>= 10.21), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.33), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-10, postgresql-doc-10
Conflicts: postgresql-server-dev-10 (<< 10.11-2~)
Replaces: postgresql-server-dev-10
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-client-10_10.21-1.pgdg+1_arm64.deb
Size: 1419088
SHA256: 4e231a42b13da092ce1a8afb880bf53f6784ef8feb5ddb90eb94893c14419429
SHA1: ff3d3abc7f161b19cdc29e4bad0dba2231ed19b1
MD5sum: bba3e76f7b5a3911f2f1ffbcd41f48c7
Description: front-end programs for PostgreSQL 10
 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 10. If you install
 PostgreSQL 10 on a standalone machine, you need the server package
 postgresql-10, 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.
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-client-10-dbgsym
Source: postgresql-10
Version: 10.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1973
Depends: postgresql-client-10 (= 10.21-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-client-10-dbgsym_10.21-1.pgdg+1_arm64.deb
Size: 1661192
SHA256: c56b7c2fda286d4ed379a387ef8b50b6370a4452649f8edf7e81a9882330ef3e
SHA1: d765f3f97bcc744c519dcec47190f4a3864db189
MD5sum: 93deb6bbaeb4327feee15b13513d953e
Description: debug symbols for postgresql-client-10
Build-Ids: 10a1f1141d8c8484eedbeea9fd8114c6f22ea1e7 3ade91f4182a9bf549202d5c404a607f246582f2 4a69179abbec60775695ea21c7457d94f53c5572 5bbf86901ae5460cd1620aecfa51f7dd2db8dd0a 6d52993dfb1fec3c304dbc872b47d4f34cfe4216 701e9fc47a652073bbc5b8e815f3c0e51eeb6dcb 7327d8b4b2c3f18b32f5e6756ce89a16c79df4eb 7556b63e74e0c6c5cfcb1a85608f1cb2433944c1 938e5a1f2cae7f7e70a722b356a8677d17c42f26 b1f32a74880973fc90c2cb4077c4a9e1efc137da b942b70f9db9164d8085900a42c84add26e3631d c14b56aa7a6513fd04d7c02a9fec29f707500b6a c5db8043234ea92f789402e1c77799f39d5856eb cb9349a7ab0c83cf3e59b1457c68c67891dfb296 dafd223cf21f5889a2d42ba1472076df01d450bd ee9502b0aeaf9782e5136745f1701f1af3cafa01 f5ff73388aff952366a34886168b3cc79c416bc0
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-client-11
Source: postgresql-11
Version: 11.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6587
Depends: libpq5 (>= 11.16), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.33), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-11, postgresql-doc-11
Conflicts: postgresql-server-dev-11 (<< 11.6-2~)
Replaces: postgresql-server-dev-11
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-client-11_11.16-1.pgdg+1_arm64.deb
Size: 1467040
SHA256: c8724ddf737d87886693242ff1b4fa642b71e422821b4112cf33a65c1aacc97c
SHA1: 023aaa46e51dc66c56440af8f895245d384c9ab0
MD5sum: 006e533285e9eb475da39bb3bb2e48ee
Description: front-end programs for PostgreSQL 11
 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 11. If you install
 PostgreSQL 11 on a standalone machine, you need the server package
 postgresql-11, 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.
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-client-11-dbgsym
Source: postgresql-11
Version: 11.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1996
Depends: postgresql-client-11 (= 11.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-client-11-dbgsym_11.16-1.pgdg+1_arm64.deb
Size: 1682988
SHA256: 5ccf9e1fe8182e6d259a9abb5b59fd2755765948e55b0ec55fc294caf7434d28
SHA1: 171537f015dcc60b6e21eda1191567e7ec24516e
MD5sum: da63251d29adf235d8f45a4e58b4ccd6
Description: debug symbols for postgresql-client-11
Build-Ids: 052f55b0318e97bc045375c8feb89b7ba643d7df 1d2645858e6ddf97d255f0feec7bd475d1dd5793 2f60c3c7825c30a61aaa55238153f063b6758c79 37e79ce77b67dae88f2b1eaf2b32f41499378302 434e919c6651fd8b965806331358e3691015b967 4d912e190971ff71f4afc4ac6f5bcf0c1074bad7 4edd779f7f1b99a933cfbe2d42a0bb036a38d038 523709fe21b4ba167cb956f18add8764bdcbc2e3 65363d37997fe8945559b628abca4365ef25f23f 753d92540885ec0b11b0fbf1d4d920ef8c987e03 7a4098568b8a51bd851251518e2f57e25d997f2f 9b040b9131fa37dec2fb5dbfa56ad8f7405f2734 9db1e857d465eb6c92342862c2a68f89efc88138 a6626ff3c4c7f2782c7be306be707e15cdad3e01 aa4e2fe1384ce5cb0b8474f01321a958e095d006 ec47a851aece989ec5c15281131d87b23401e6b3 fd7af55454fde6a490f67a925b7db1594e9619d6
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-client-12
Source: postgresql-12
Version: 12.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6116
Depends: libpq5 (>= 12.11), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.33), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-12, postgresql-doc-12
Conflicts: postgresql-server-dev-12 (<< 12.1-2~)
Replaces: postgresql-server-dev-12 (<< 12.1-2~)
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-client-12_12.11-1.pgdg+1_arm64.deb
Size: 1405968
SHA256: 4d263054849ce3a99b5fe5a3abe306ed8aee823df2794bfc89b271fb3a996df3
SHA1: 9123101b27199ff4d2b6548d303b67a50875fdb7
MD5sum: 6e01d9b7d0f3f716555b141881542f4b
Description: front-end programs for PostgreSQL 12
 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 12. If you install
 PostgreSQL 12 on a standalone machine, you need the server package
 postgresql-12, 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.
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-client-12-dbgsym
Source: postgresql-12
Version: 12.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2193
Depends: postgresql-client-12 (= 12.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-client-12-dbgsym_12.11-1.pgdg+1_arm64.deb
Size: 1838240
SHA256: 9839509a33ab7293a049879318d8bc27e60cc5522cc16c7ad5a75e015220dba0
SHA1: d58b0129e54c49e75f589b8570d7d6dce11cb79a
MD5sum: ab18d4ab73b02cf01f4e0b5eddccd7a2
Description: debug symbols for postgresql-client-12
Build-Ids: 1e43c2a6138bf1263e5f7d36cc5f8fd048b238c1 38c1bd5a664113b6b3d7b717e5da7086bf9f6f29 3d30dc85a6ee1a55454aafce8824418b433bc688 478d656231fca142c45771a3d6b2eb6e3bb1577c 4deafd4479e3cbfe32306f746b6f59bac6718739 4f5dc1294501fe2c7456520bf887460ea3dc792b 5244d7373049727510823d5f4e60c22c74d7b7df 80135f5ab3780e806daedbecbad60cdb524c856b 907bb8b2324dfdd7328a731d021128a2d504fefc 9e449272e84102bef986977b8ba690d4c39f263f c8cb31d1624cf291aea5a6290cbd3912259bec3f d32881caff9d8ef8cdd9ea7627a0527cc19556af d42d806015f62e8bb273514829b8570b8f239b2e dab9bd3a187121189456a44621206dda30cce283 e5bd7fb55c6eb81a269ba485e854c3e85a450d75 f65670b119a91c876f5f81b547bb9aecb46f5541 fbee9ebc4ef1ed236759dc0c824fc4955f144a31
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-client-13
Source: postgresql-13
Version: 13.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6491
Depends: libpq5 (>= 13.7), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.33), libreadline8 (>= 6.0), libssl1.1 (>= 1.1.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-13, postgresql-doc-13
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-client-13_13.7-1.pgdg+1_arm64.deb
Size: 1483992
SHA256: cc2e987aabe960eaa6a2abe5b8e66f2cc40130c95168ca98e3799ad6244f4e1e
SHA1: 10b1479680cfcebd436c0d1c88b8834a5e97d11b
MD5sum: e11d2a0654850921807b8b69baeca2c6
Description: front-end programs for PostgreSQL 13
 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 13. If you install
 PostgreSQL 13 on a standalone machine, you need the server package
 postgresql-13, 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.
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-client-13-dbgsym
Source: postgresql-13
Version: 13.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2364
Depends: postgresql-client-13 (= 13.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-client-13-dbgsym_13.7-1.pgdg+1_arm64.deb
Size: 1985424
SHA256: eb327faea2d569a6dd546652ee9315a0bd6b32c0df784870c3e57eb75dda0eaf
SHA1: 58d01c87b0371c0a85e28861ba300f0670dd98cb
MD5sum: fd7977b965e3957a29a95196d6596084
Description: debug symbols for postgresql-client-13
Build-Ids: 01b0110ad1f45b8a9c56cac46e5a4b26bf76c3b5 25d0fc86c52d5d6d74b3658bd91712a7934d1ba0 2e14f74ea20d6c9351c5a48bf4e2591f0e1e68e1 30978a1cce45f7a6da3a90602e5111b56782d439 4bb0cd800ac52ef1fe2fccf568701d3126547e29 5249c0b8d06432cc4ec43e1d35ffc609aac6e4b2 5fe6c6294b5a429f8384b3524fbd7b4b445a160b 8be5294d77365b65faa989894fc08e362adafe9a 8ff2abf568d1bf5657afe8113415986c7faa75ae a7b74a4ecf0b657b8c45179c619fb760fa9e27b6 b9be9e810f2292b9b62a592e6e8e647d991aa6cc bf2d9cac22938d41f0bd1bd0662582f0f5bbd46a c2d8f29041216135d9aa21187eccfca56f58b0d8 c6fa0af1e9d4c05a73f4a8f64e8537b32d607293 d381979d8ae32cfb11cd7ddd75be3c398a86b8e0 e6db294326be3b32ba7e6d97116098cc70bc307e f3cd94e6174109e8f27c5a12c5b7bb222f26404b fb3be5be47f3c1e46be12e07d7104dec3d1bb6a7
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-client-14
Source: postgresql-14
Version: 14.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7334
Depends: libpq5 (>= 14.3), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.33), libreadline8 (>= 6.0), libssl1.1 (>= 1.1.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-14, postgresql-doc-14
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-client-14_14.3-1.pgdg+1_arm64.deb
Size: 1596196
SHA256: a3f3af4180c7886534796bf40e00515514c8b38648917494a696cc57f4a05de6
SHA1: f7525d4d8197de61409cb27e19a17c352b324382
MD5sum: da4137f718cfa62d5475475202de643b
Description: front-end programs for PostgreSQL 14
 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 14. If you install
 PostgreSQL 14 on a standalone machine, you need the server package
 postgresql-14, 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.
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-client-14-dbgsym
Source: postgresql-14
Version: 14.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2746
Depends: postgresql-client-14 (= 14.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-client-14-dbgsym_14.3-1.pgdg+1_arm64.deb
Size: 2302584
SHA256: 11fb87c34adbdb542ad2e87de7991850e07d54a0fec64303ebd46aaae0f762ef
SHA1: 8befe342ba68c9459fbf7bac359dbb21069b2d0a
MD5sum: 788b9f2d27b28ee656d8f7a6e74a1e20
Description: debug symbols for postgresql-client-14
Build-Ids: 085af227e5f2cbdfc8b7e91e1c067a906588073e 1dcccf4e74779982648603401fc183f945bada42 30a28e04265159f51b0b7b94a68d0a9908d64bba 3202725c750c789f36487c5c8ddfcb127af24d99 3a0455c7253387e0df68ddc75b95617307721059 4b2a03232b7d4906369e9ee23326849bb88c97d9 55600cf49b7782f2ad0d353548d5dbcb71752086 55ca3e8adaf1c95f896d2fcd0a6eaba42c44045e 64b389f9ce4d116fc6a9be83480b93ab976e58e5 7ea95ed1fd5d0581714858c3c9ee5a8e631daae8 85805b24814600e39126718111dabf2131cd41d9 8debc04c5d2d9c9fd8e3afe36b002829f23786e2 8e76ff8e6cc03982e9946b8aa3ec7b4c1d9524f8 b16c399622ee344b21afaf879d4679f710cd2db0 bfbfe83e3b710905bdce5814fe8e4e00b33865fe c5209c9f946897b2a3238303f576c5c515e50240 d167b593fcf115a4e9036cc6b2e57190c824b58d d729b5ad743454ed830ae53ff1e397befde918d0 e498f9de96e9b5b78d179b99bcaf403447cc2ff2 ee2a74a7b827f216c6a8a4044de68bdce38c77f9 ff963c6a7c2d10d3c494c7c6e59b78d77eff186f
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-client-common
Source: postgresql-common
Version: 241.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: netbase, perl:any, pgdg-keyring
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_241.pgdg+1_all.deb
Size: 92124
SHA256: d5abcefec5373bbdfffeca15510a594b26770f22f1d033d9f02e3e43ebdf75ec
SHA1: 2f550ca63c0538deb2aa5eed031c0d5786a7a02a
MD5sum: 02933317250ba49f8c693fca6e59f695
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.
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-common
Version: 241.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 692
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, libjson-perl, lsb-base (>= 3.0-3), postgresql-client-common (= 241.pgdg+1), ssl-cert (>= 1.0.11), ucf, perl:any
Recommends: e2fsprogs, logrotate
Breaks: postgresql-9.1 (<< 9.1.1-3~), postgresql-server-dev-all (<< 204)
Replaces: postgresql-server-dev-all (<< 204)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_241.pgdg+1_all.deb
Size: 229812
SHA256: 791caf6c539d4dbeb23391dc161be71f152594321ca11f7e58ca786c36b29179
SHA1: e6b0b2089b8b5e87937cebf8b402163c30ec6b7c
MD5sum: 086d84834a11058a548ef1ec325969df
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.
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-contrib
Source: postgresql-common (241.pgdg+1)
Version: 14+241.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-contrib-14
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-contrib_14+241.pgdg+1_all.deb
Size: 66680
SHA256: 8f26a8042e93072b99e1014f47cc0b614efbcb5e7c520d650fb112971907b5cd
SHA1: b2243271f5cf310000066b216c9a49453b6abb8d
MD5sum: 454a31198d79740196575d8391316e1c
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.
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-doc
Source: postgresql-common (241.pgdg+1)
Version: 14+241.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-doc-14
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_14+241.pgdg+1_all.deb
Size: 66668
SHA256: e846b120eda3cded17d7fe7a52a664c9e8a0d474c0ce36e397d1956a22afe708
SHA1: de58493c40dc9e6f95b24fa6482d63dae0dce1fa
MD5sum: 063ef5c99d5f0131f420a82ed5b553f5
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.
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-doc-10
Source: postgresql-10
Version: 10.21-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14119
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-10/postgresql-doc-10_10.21-1.pgdg+1_all.deb
Size: 1822940
SHA256: 9ba6b9e0789c9a96d292fbfa0cf6fcfaa829f29d7bcc7a19509f783dba394ca5
SHA1: 7a43ec3ad0385bca352c874e88ed7efef6d81962
MD5sum: 3be71600950a87e3aa950f0ab8cec8fd
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 10. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-doc-11
Source: postgresql-11
Version: 11.16-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14511
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-11/postgresql-doc-11_11.16-1.pgdg+1_all.deb
Size: 1865336
SHA256: 53221aa084d19faccb3e0cd1894778d68e8b19b7fca867f765a5a8dca9a0de5b
SHA1: f4690a135f281aa60eeeceab3b7a96adfc9130d9
MD5sum: cf241bd68e37d81a2be1d4c1776ea058
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 11. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-doc-12
Source: postgresql-12
Version: 12.11-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14813
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-12/postgresql-doc-12_12.11-1.pgdg+1_all.deb
Size: 1897336
SHA256: 5acf029dd5086a03e993aa00a28c94fa990e0cb6d500a5d7ee1967cfc30678e2
SHA1: ab26729720750c3dfd84f1537c9a4f750f90d66b
MD5sum: b4a5db100d8bccf61a62a03c6e9d514c
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 12. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-doc-13
Source: postgresql-13
Version: 13.7-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15541
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-13/postgresql-doc-13_13.7-1.pgdg+1_all.deb
Size: 1939740
SHA256: 88d92630a90d1f977e6cca7a3997c21b3fbff3fcc247d5a7ea29413f1abfd2cf
SHA1: 5b34b7e502e7cdf85fa842763f46336dff9c8e6a
MD5sum: 825138ef31213ec2b725891ea73c1393
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 13. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-doc-14
Source: postgresql-14
Version: 14.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15951
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-14/postgresql-doc-14_14.3-1.pgdg+1_all.deb
Size: 1980840
SHA256: 10bf347563b4f2bbeef2f2848d962a8ae4df739f5ae1873e07c065a966159046
SHA1: 79ee7e8f2e8940c3aa81bf8ac3aaf0ff78f2ad87
MD5sum: 095b2d2bc4b02d39ab85de61e769f820
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 14. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-plperl-10
Source: postgresql-10
Version: 10.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 255
Depends: perl, postgresql-10 (= 10.21-1.pgdg+1), libc6 (>= 2.17), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plperl-10_10.21-1.pgdg+1_arm64.deb
Size: 60856
SHA256: 4e55e9569de0c52531c192247ffdf43b5f6b77e460a0ed845d4926a6e1f9dcd9
SHA1: 211ce1eb79c2e82b9d3882891a18de486221edba
MD5sum: 2ae177937741a4f32df3460be3e18a07
Description: PL/Perl procedural language for PostgreSQL 10
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Perl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-plperl-10-dbgsym
Source: postgresql-10
Version: 10.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-plperl-10 (= 10.21-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plperl-10-dbgsym_10.21-1.pgdg+1_arm64.deb
Size: 151720
SHA256: 8551942374ea48222dd06482803418b36e94d653c45dc3eee2d4fd693056d231
SHA1: 7bf4a5edaf9c0543f9523fbab35d0b222cda4f0b
MD5sum: 913a868577bbc55ca2b5cdecbf53cf82
Description: debug symbols for postgresql-plperl-10
Build-Ids: 8df42db97450c13b15c39fbdb27415338a2a24a1 e22589caa3a5f1d04ff2ac1bb99dc3c405d8b20b
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-plperl-11
Source: postgresql-11
Version: 11.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 284
Depends: perl, postgresql-11 (= 11.16-1.pgdg+1), libc6 (>= 2.17), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plperl-11_11.16-1.pgdg+1_arm64.deb
Size: 64468
SHA256: d32b720e8d99ae0b368e514ef792c9de253cb9cc48932975051ebbd296072b7f
SHA1: 97d03ecda74bc3972bbed303e81d14766d17f15e
MD5sum: 3c5f1c91f5fcf5dfe6375cf102d74d8e
Description: PL/Perl procedural language for PostgreSQL 11
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Perl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-plperl-11-dbgsym
Source: postgresql-11
Version: 11.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 205
Depends: postgresql-plperl-11 (= 11.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plperl-11-dbgsym_11.16-1.pgdg+1_arm64.deb
Size: 165692
SHA256: 38c637446503a09577b8d4f192afffddfd51bb483a95661ac084ef48b3b51000
SHA1: 880178d6aa09df376edcbd1f75e7ef5fa2d1fc0a
MD5sum: 0d8945ba914eb06fa8c0ac26a2671d54
Description: debug symbols for postgresql-plperl-11
Build-Ids: 32db01823fd603e405d6ce545292b1e132545d8b 49d934eda6c6531b53a91b14024b5fd4b8a9e4f6 e42484de53a03e047e13819c37064edba39dd311
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-plperl-12
Source: postgresql-12
Version: 12.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 320
Depends: perl, postgresql-12 (= 12.11-1.pgdg+1), libc6 (>= 2.17), libperl5.34 (>= 5.34.0)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plperl-12_12.11-1.pgdg+1_arm64.deb
Size: 80736
SHA256: 7e00a2b78ab9447be12c669bd4c87a723d54464ce2b3bf34fe04ce1f78c80cac
SHA1: 42f1999566c312ec3ee8a2ae41321619378e803e
MD5sum: dfe2eddf0f21be510a4e605a6bb2317c
Description: PL/Perl procedural language for PostgreSQL 12
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Perl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-plperl-12-dbgsym
Source: postgresql-12
Version: 12.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 207
Depends: postgresql-plperl-12 (= 12.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plperl-12-dbgsym_12.11-1.pgdg+1_arm64.deb
Size: 168692
SHA256: 3b8940ad1c4c0c4356780ffab4488656762f268c2f558aab0fb3b33d4ea630aa
SHA1: 5ac8b1424d2fbcf305efb24aba4474e34b06a260
MD5sum: 7e5742793b2eabb9ed2949a838e0a526
Description: debug symbols for postgresql-plperl-12
Build-Ids: 1879e98e9aabdf792b862e0b6b916c758a75aee8 4309c05e82f4790d308a959d8e5ead94c4dbd3d9 c7662cce8d77a0fd6d8909fe6fd2847a466903de
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-plperl-13
Source: postgresql-13
Version: 13.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 340
Depends: perl, postgresql-13 (= 13.7-1.pgdg+1), libc6 (>= 2.17), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plperl-13_13.7-1.pgdg+1_arm64.deb
Size: 84616
SHA256: 8ea9e4c5901b2a1698a55461918e0141ff9e213f182977ce8e1055f9072e8f12
SHA1: c48cbb8a7161ffe27f542fefe6ce4787799cd75f
MD5sum: d5929f91dd0df528189c8f569058325d
Description: PL/Perl procedural language for PostgreSQL 13
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Perl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-plperl-13-dbgsym
Source: postgresql-13
Version: 13.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 221
Depends: postgresql-plperl-13 (= 13.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plperl-13-dbgsym_13.7-1.pgdg+1_arm64.deb
Size: 174952
SHA256: 507ba842e80a077aba8253173931312054b5df7f74d7ec643e123b878b592b0a
SHA1: 846627020ef0b8a347d1c69d9a0d059a7688fb05
MD5sum: fcdde1d65be8d83e1d5ee3f706e28fb3
Description: debug symbols for postgresql-plperl-13
Build-Ids: 09e29c28bb72e0b8d27f0539568d195eb420729c 2ebb8a9780c771dafe7766e98827da92b9643704 4e6a547fdc8dcae039379e4fdf307b7f092dab57 d8da31f61958837ee3fe3a98aaa4a35fc60524c4
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-plperl-14
Source: postgresql-14
Version: 14.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 346
Depends: perl, postgresql-14 (= 14.3-1.pgdg+1), libc6 (>= 2.17), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plperl-14_14.3-1.pgdg+1_arm64.deb
Size: 82072
SHA256: 101efde3d39679213474a13d82f532a79878015bbe41420412029361c7ae939f
SHA1: 13a744d385b15755cf2cdb191ba16655a80a28a4
MD5sum: 54599b0da48b012dd2f5f1ea10083378
Description: PL/Perl procedural language for PostgreSQL 14
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Perl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-plperl-14-dbgsym
Source: postgresql-14
Version: 14.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 221
Depends: postgresql-plperl-14 (= 14.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plperl-14-dbgsym_14.3-1.pgdg+1_arm64.deb
Size: 175560
SHA256: 350601123c1fd6925ff2c5ee82dd7a02f0771dbf65ec32175bf58ef602fc3b4d
SHA1: 53bdf1c19ec562bf789a8ac59275e1f8c8affdb8
MD5sum: f384e0b4f225544a9205b918a9e70e27
Description: debug symbols for postgresql-plperl-14
Build-Ids: 0b1c6464013891b469b55621e98f39b285ef2bd8 4ebd33fda948bd15b3b1a14ea2ef874e3e5a6a7e 6e87d067e6fca6bd74d11b1d3d5e2337851f8b37 e001f8fc0237b52d8d231c782f328d21fec20787
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-plpython3-10
Source: postgresql-10
Version: 10.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 201
Depends: postgresql-10 (= 10.21-1.pgdg+1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10_10.21-1.pgdg+1_arm64.deb
Size: 57856
SHA256: 8b8394d15fc3107647dc52b6fa7a827f1465a925c59238b67e08c36cb48875c1
SHA1: c2cd99d2dd85b238afafca798163bf8901cfc0da
MD5sum: cc905657e6affb0553e590b18de31d4a
Description: PL/Python 3 procedural language for PostgreSQL 10
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Python 3.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-plpython3-10-dbgsym
Source: postgresql-10
Version: 10.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 197
Depends: postgresql-plpython3-10 (= 10.21-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10-dbgsym_10.21-1.pgdg+1_arm64.deb
Size: 153752
SHA256: a5347368fb9850c7ee8c77f5ae820b07b4bfdf6c755ea738b2585bbcf60134db
SHA1: 4aeef90f9a786428130edd253b185d54fa64c788
MD5sum: 74aa0b7ebfd602b39df7183ce3f80e23
Description: debug symbols for postgresql-plpython3-10
Build-Ids: 4d43448a301a5727cddec2847febc8a55d068c16 590f61e6777823464e82b87bdea380df8de5a560 7c02558babf88e581c22111ba0d373f853f945de
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-plpython3-11
Source: postgresql-11
Version: 11.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: postgresql-11 (= 11.16-1.pgdg+1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11_11.16-1.pgdg+1_arm64.deb
Size: 76172
SHA256: 0d4096b0cf48188a09d37bdc8996bb40fd78104b4ead32afa77b50dc3afce12c
SHA1: 077496a88279aa07f35695060f661df3abb7ea1a
MD5sum: 5aa18495ce979bbd2dc935e54b9dbfdd
Description: PL/Python 3 procedural language for PostgreSQL 11
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Python 3.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-plpython3-11-dbgsym
Source: postgresql-11
Version: 11.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 224
Depends: postgresql-plpython3-11 (= 11.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11-dbgsym_11.16-1.pgdg+1_arm64.deb
Size: 170336
SHA256: 2e363923d46f129bdec146c7b9ea4c0a1e46d591717c4b262ea7f4f444f13927
SHA1: 2c47fb9a846a98b1623720dc3d517da86ccb74c4
MD5sum: f8555c40f1f681d594f54ec055ca80d5
Description: debug symbols for postgresql-plpython3-11
Build-Ids: 0dd8a28db5eba85decf2e7ab3f88d58dbddb460b 6650e41ac75c10ce97d8f9dce8ed5b489cb86afc defe92dc91216f4679acae0b0f3e29d0b27dcb39 fd75ec1464b90638c71c98b45fdde74c13ed6377
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-plpython3-12
Source: postgresql-12
Version: 12.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 471
Depends: postgresql-12 (= 12.11-1.pgdg+1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12_12.11-1.pgdg+1_arm64.deb
Size: 105640
SHA256: ca9ec545f8553159801b151413b7d1eb04a17b25d827e97e7208c68e6e3c9233
SHA1: fc3699a697ba32854df8ab45b3d46929204f0b89
MD5sum: cc8d9bafb2a7b338938fc73663baebd9
Description: PL/Python 3 procedural language for PostgreSQL 12
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Python 3.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-plpython3-12-dbgsym
Source: postgresql-12
Version: 12.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 226
Depends: postgresql-plpython3-12 (= 12.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12-dbgsym_12.11-1.pgdg+1_arm64.deb
Size: 174252
SHA256: 81008f35669f69e27915598cd1fbda4d4c19f3d69a7cd6580ea21f366e448b0e
SHA1: bc0210db560d867dea0469eaba226556a506c277
MD5sum: ab64b93767b129aa2ac4b5bf54d89848
Description: debug symbols for postgresql-plpython3-12
Build-Ids: 8ce1458afc203c32d26053ae38586633417d1309 dca1403ffa1e2141b268256bdacc607b412bcb25 fa7bc7a530b59e297d45d82009d57d987cd21028 fd73ae33e61085e195946cf6b5a20eeec66dc8fb
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-plpython3-13
Source: postgresql-13
Version: 13.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 478
Depends: postgresql-13 (= 13.7-1.pgdg+1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13_13.7-1.pgdg+1_arm64.deb
Size: 104876
SHA256: b745c09106f1ac40145a7f5eef7d1fce57f606f4098cacdebb3446a5522738fb
SHA1: 2b71ed6fb7f121c8cf2d10e60b3c502320b5beb6
MD5sum: 9266b95f883fa5ccf3858807eb31a0cb
Description: PL/Python 3 procedural language for PostgreSQL 13
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Python 3.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-plpython3-13-dbgsym
Source: postgresql-13
Version: 13.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 225
Depends: postgresql-plpython3-13 (= 13.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13-dbgsym_13.7-1.pgdg+1_arm64.deb
Size: 174048
SHA256: d2fe091c8aa5269b59460416144009e583788e9b6ebb0f33e24eb41e932cee98
SHA1: 34c528c362a212f71210bf7ea51ff54d953d1f95
MD5sum: 210b836ae4b974da21e18a993084d3d8
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 0879502760511951b796ccbd4f573a1ef06daa4c 449603db8e4f5da72f5d069757284d93eb0334e9 5b5fe7b02f33ad29f973b79a51cecee82c7b267e 70b2386b7a3b5adf1674ad8018e52cab90b79b44
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-plpython3-14
Source: postgresql-14
Version: 14.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 490
Depends: postgresql-14 (= 14.3-1.pgdg+1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14_14.3-1.pgdg+1_arm64.deb
Size: 103748
SHA256: 8651e59ce71647c4c3a5143a8f27b8904a79441fdc90d031bdaebcb37c6a7541
SHA1: a7149cb041256c114845c5ba766fed4e1af609b6
MD5sum: c4f73f594c47a8f7bb2b3b1f5ce8951c
Description: PL/Python 3 procedural language for PostgreSQL 14
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Python 3.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-plpython3-14-dbgsym
Source: postgresql-14
Version: 14.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 227
Depends: postgresql-plpython3-14 (= 14.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14-dbgsym_14.3-1.pgdg+1_arm64.deb
Size: 175300
SHA256: ef7590548cad9c7f0ae5f4fa8ff912abdf45679872711a6dbebfc2fbccc23029
SHA1: 8159a4520332a9c95e544ede065446b77a1f4586
MD5sum: 350d35e74e74a9c92e3a5e9d993d7a01
Description: debug symbols for postgresql-plpython3-14
Build-Ids: 0ae574b395afdb5efff5cc226ac7b0d2bb83a3be 0ddb30e5e5a97968b742078748fb3d5f2497d1a1 a9fbc4f37b4d27340a0b24516cd94e4292ce9b57 b293ca1aa318080c894e26d0db87d59c02527276
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-pltcl-10
Source: postgresql-10
Version: 10.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: postgresql-10 (= 10.21-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10_10.21-1.pgdg+1_arm64.deb
Size: 41120
SHA256: de3f372f13546182dcd03a13f48c8b43a78465829d05f07a00e8bd57fb4b7ea0
SHA1: c2ddd9bbdf9ba2d132dd9987ee1bbac22425eec4
MD5sum: f93851ed60aba83e23ee01a6c8b69ed5
Description: PL/Tcl procedural language for PostgreSQL 10
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Tcl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-pltcl-10-dbgsym
Source: postgresql-10
Version: 10.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-pltcl-10 (= 10.21-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10-dbgsym_10.21-1.pgdg+1_arm64.deb
Size: 67920
SHA256: 1f56042568dcd4460547958dd95d98a9afe6d5c5e32e2dd64f5339fa12c8069d
SHA1: 3d09e629fa940eacb6ae3adbe886840d123a88d1
MD5sum: e20e217be0ad1fc891f744d61734e1a8
Description: debug symbols for postgresql-pltcl-10
Build-Ids: 6e1710dd50e082701c0364c26f932b9ce806ad28
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-pltcl-11
Source: postgresql-11
Version: 11.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 175
Depends: postgresql-11 (= 11.16-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11_11.16-1.pgdg+1_arm64.deb
Size: 41940
SHA256: 289033206c2e9958ccd49cd3734a9706e962c194f28ed4773fc675ea53ce747d
SHA1: cac2568b53c8c641f4908787881cb9da8e792d5e
MD5sum: 8627a49dc60153471a282159693315d1
Description: PL/Tcl procedural language for PostgreSQL 11
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Tcl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-pltcl-11-dbgsym
Source: postgresql-11
Version: 11.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-pltcl-11 (= 11.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11-dbgsym_11.16-1.pgdg+1_arm64.deb
Size: 71108
SHA256: 9e35c68fee9a8fc59bb7bb658d10bf5574d8e62e31089bfda73eb92a7a8e69ad
SHA1: 882b5b91f14c1f0a0b949628ab2d009a13ec7db3
MD5sum: cb5a72956e0c960b9022b6faad4ae606
Description: debug symbols for postgresql-pltcl-11
Build-Ids: 0ec4951da81f86eacae983577eb1e46c4487a7e2
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-pltcl-12
Source: postgresql-12
Version: 12.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 178
Depends: postgresql-12 (= 12.11-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12_12.11-1.pgdg+1_arm64.deb
Size: 40424
SHA256: dc5a25c7c7557f56a121f46d29a23157a83d3429adfb361985c6fef2cfe5eb42
SHA1: 6aee841fc0f3397fa9dadd0c70c5dfd8b90df0f6
MD5sum: a8f9d3c19d05d57ee09ce12517524686
Description: PL/Tcl procedural language for PostgreSQL 12
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Tcl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-pltcl-12-dbgsym
Source: postgresql-12
Version: 12.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-pltcl-12 (= 12.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12-dbgsym_12.11-1.pgdg+1_arm64.deb
Size: 72208
SHA256: 39c756954e4986da11131d8f57b9e45fdcade74421e57116c5e97cb5eae0b813
SHA1: 8b74ae931a6a9464679b0ca7aa3b20902ac0f4cd
MD5sum: 4307a564b5b98e37188634e4e93b5080
Description: debug symbols for postgresql-pltcl-12
Build-Ids: a815351b8b21dbd823313992523fda9e5f909ff6
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-pltcl-13
Source: postgresql-13
Version: 13.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-13 (= 13.7-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13_13.7-1.pgdg+1_arm64.deb
Size: 40504
SHA256: 835506f667825af5bff6376856611ec603bad6299f2e13e63cc72e538303cb23
SHA1: 5a9392030eaf1ed90c030cccbfd85dc07fb0c512
MD5sum: ba9761e5eb023727f9bc807ded5f4845
Description: PL/Tcl procedural language for PostgreSQL 13
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Tcl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-pltcl-13-dbgsym
Source: postgresql-13
Version: 13.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-pltcl-13 (= 13.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13-dbgsym_13.7-1.pgdg+1_arm64.deb
Size: 75344
SHA256: 1358555cb259c3abfffd0a0f824c4b24a93f40a1dc7aa16875b670f298d33258
SHA1: 88ae2ee562c0e99d2be88f6b820079adbff0300c
MD5sum: 00efe4fd573775eb07577e08b405a1c6
Description: debug symbols for postgresql-pltcl-13
Build-Ids: c6af9c45bbf717fd3705ffbe7758e907b1e3a54b
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-pltcl-14
Source: postgresql-14
Version: 14.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-14 (= 14.3-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14_14.3-1.pgdg+1_arm64.deb
Size: 36680
SHA256: 40842861b3c791f4dd7cb8e209fac468dd420dcfae91d413a7644ca968d6e807
SHA1: deea89c9e7ad3a7159056e0075bbb7082a1599e8
MD5sum: a20e659eaf3136c41b92a8407723ac36
Description: PL/Tcl procedural language for PostgreSQL 14
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Tcl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-pltcl-14-dbgsym
Source: postgresql-14
Version: 14.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-pltcl-14 (= 14.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14-dbgsym_14.3-1.pgdg+1_arm64.deb
Size: 75964
SHA256: 623812d0f7ee76762d23bb25d5399e03f584c63524cb9fc8343d5bb86acd4807
SHA1: 72202b654d9c8b4359438877dfc9fc83a7027464
MD5sum: 7f8b1b05433fd7d99a67edfab34902f1
Description: debug symbols for postgresql-pltcl-14
Build-Ids: dda2aff61d64c0a9b861dc9e87e815ada04f4743
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-server-dev-10
Source: postgresql-10
Version: 10.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5513
Depends: libpq-dev (>= 10~~), postgresql-client-10 (= 10.21-1.pgdg+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Replaces: libpq-dev
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-10/postgresql-server-dev-10_10.21-1.pgdg+1_arm64.deb
Size: 945764
SHA256: 58ae4390dda7d76b13d5438ac8b21c57a99e31fde84c6a3df5fe6d6c09bd16d8
SHA1: 951ddbe626a6a271c5100c37f11ee4d6752e19fd
MD5sum: e110454cfc253ca667a8d52165a85fb8
Description: development files for PostgreSQL 10 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.
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-server-dev-11
Source: postgresql-11
Version: 11.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5053
Depends: clang-13, libpq-dev (>= 11~~), llvm-13-dev, postgresql-client-11 (= 11.16-1.pgdg+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-11/postgresql-server-dev-11_11.16-1.pgdg+1_arm64.deb
Size: 926680
SHA256: a1f46b9f7f4e0eb2c7a53bf8336df5440f2bc95651ea32de151a412d4f683506
SHA1: f1f0f35e15b4e9fb3dd0db2773c700d0826fb57a
MD5sum: 19aafae9b35719cb2e32f0cc62c96993
Description: development files for PostgreSQL 11 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.
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-server-dev-12
Source: postgresql-12
Version: 12.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5620
Depends: clang-13, libpq-dev (>= 12~~), llvm-13-dev, postgresql-client-12 (>= 12.1-2~), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-12/postgresql-server-dev-12_12.11-1.pgdg+1_arm64.deb
Size: 990544
SHA256: 965bf584553976e88795703d265600eda38784612840d929866756f5489cb0b2
SHA1: 8c5e06598e30eaf6185262ffb19dd2b17932e716
MD5sum: cf51e93a6a748df2f1e1d961af3f4cf7
Description: development files for PostgreSQL 12 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.
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-server-dev-13
Source: postgresql-13
Version: 13.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6126
Depends: clang-13, libpq-dev (>= 13~~), llvm-13-dev, postgresql-client-13, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/postgresql-server-dev-13_13.7-1.pgdg+1_arm64.deb
Size: 1035776
SHA256: d03f5a9fc7699264b321823e960eec88e30ac5b095f6efb2332036d72bb2ecd7
SHA1: d61c6eca29866882f55e2da253975283a66248b0
MD5sum: 877e7454e0eb18e4fc78aa884cf82856
Description: development files for PostgreSQL 13 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.
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-server-dev-14
Source: postgresql-14
Version: 14.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6640
Depends: clang-13, libpq-dev (>= 14~~), llvm-13-dev, postgresql-client-14, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14_14.3-1.pgdg+1_arm64.deb
Size: 1108192
SHA256: 3882c68a11ff77efc95cb0fd09b02f441dd131bc1e0506a18d29254ac04b85fe
SHA1: d5ca458c933410b43f5a4df3632854a4d181682f
MD5sum: c4b8b964f39c8c2f77ff66b1f5294019
Description: development files for PostgreSQL 14 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.
Timestamp: 2022-05-12 13:04:25+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 241.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: make:any, postgresql-common (= 241.pgdg+1), postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12, postgresql-server-dev-13, postgresql-server-dev-14
Multi-Arch: same
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_241.pgdg+1_arm64.deb
Size: 77072
SHA256: 5565a9c9b8cf98ff0a7b698c1723c8f09cea3e6f3afed00450aef90a1441e9af
SHA1: be08b76708cfad8c82ce444c5b82148a452a24fc
MD5sum: 71616580c115c475b4a671beeeeb679e
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, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 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.
Timestamp: 2022-05-12 13:04:25+00

Package: libecpg-compat3
Source: postgresql-10 (10.21-1.pgdg+1)
Version: 10.21-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg-compat3_10.21-1.pgdg+1+b1_arm64.deb
Size: 22952
SHA256: a909b53541b22b888d379aa062b249ad1aa2ce22c5cd3a1077cfda81faff1e3e
SHA1: fbd37e6ce7d249d09e97f2bea869f8acc75d1138
MD5sum: f4e93297a1ca7e1c685fe37a711df3d5
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.
Timestamp: 2022-05-16 10:03:01+00

Package: libecpg-compat3-dbgsym
Source: postgresql-10 (10.21-1.pgdg+1)
Version: 10.21-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 10.21-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-compat3-dbgsym_10.21-1.pgdg+1+b1_arm64.deb
Size: 17600
SHA256: 4615f278230493937e3966870bac4625fda5bb06bb80065f36a09802f0ac894d
SHA1: 9c756ba5bf02a8084bfea11d5ceb9643d4fb86f1
MD5sum: b1f57b562aa2d97effe0d08ce6d45f04
Description: debug symbols for libecpg-compat3
Build-Ids: 2e681f44d7ced8d3e13d009faa210f79a87e6ee8
Timestamp: 2022-05-16 10:03:01+00

Package: libecpg-dev
Source: postgresql-10 (10.21-1.pgdg+1)
Version: 10.21-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1219
Depends: libecpg-compat3 (= 10.21-1.pgdg+1+b1), libecpg6 (= 10.21-1.pgdg+1+b1), libpgtypes3 (= 10.21-1.pgdg+1+b1), libpq-dev, libc6 (>= 2.33)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libecpg-dev_10.21-1.pgdg+1+b1_arm64.deb
Size: 227564
SHA256: 2bb7b4c434764d3eeadb2042fc297d25dfbee91ef38e67e78f6fafdb68d05685
SHA1: dc7b7cb82a3a4a56d4c854d3ba340262be1d3ad8
MD5sum: ad3275138022ac21c50fea8cb8a588b0
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).
Timestamp: 2022-05-16 10:03:01+00

Package: libecpg-dev-dbgsym
Source: postgresql-10 (10.21-1.pgdg+1)
Version: 10.21-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 265
Depends: libecpg-dev (= 10.21-1.pgdg+1+b1)
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-dev-dbgsym_10.21-1.pgdg+1+b1_arm64.deb
Size: 228372
SHA256: 0808e8a6f278b4f402e5ca748d37f972108ed76a162b11827f8903e3508f99ce
SHA1: fe43806223072e08a94160c1baab3c648897ed81
MD5sum: 6e7585ab28cb2069f0dbc8753a7ba4e5
Description: debug symbols for libecpg-dev
Build-Ids: 63ec9030649cd0cb48f1c66fe82a7e8f0d0d07ce
Timestamp: 2022-05-16 10:03:01+00

Package: libecpg6
Source: postgresql-10 (10.21-1.pgdg+1)
Version: 10.21-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 414
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg6_10.21-1.pgdg+1+b1_arm64.deb
Size: 86888
SHA256: 15b6ac84b76473542d3f0cc36c4b80a8dfca296d7e9db0fdf6aae8d847407455
SHA1: 905c1b4bb2733f5f724775019c8aeced34e76e4c
MD5sum: fba2929cd048fc832b3624a1b77252ab
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.
Timestamp: 2022-05-16 10:03:01+00

Package: libecpg6-dbgsym
Source: postgresql-10 (10.21-1.pgdg+1)
Version: 10.21-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libecpg6 (= 10.21-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg6-dbgsym_10.21-1.pgdg+1+b1_arm64.deb
Size: 93168
SHA256: a7572ce44d77aa7d510424f7f0fd58031ec82208247212f121e2886380bc5e08
SHA1: 3ebb558aece8e5c9d232cca2a8dafe8ce1ac6ece
MD5sum: 3f142dde0b2afda196fe1a4211a88c01
Description: debug symbols for libecpg6
Build-Ids: 4978400c099a9dc7b17799cd247796ff6f74b8df
Timestamp: 2022-05-16 10:03:01+00

Package: libpgtypes3
Source: postgresql-10 (10.21-1.pgdg+1)
Version: 10.21-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpgtypes3_10.21-1.pgdg+1+b1_arm64.deb
Size: 43976
SHA256: d7a7d29fa14582828ce969276f4922f5eedf113cc0479d5c118b0524566d24b0
SHA1: ecee2063b10c4f70679d8338c8f19fe61ad66727
MD5sum: 8e469b5a15596776a842bdc18a605c53
Description: shared library libpgtypes for PostgreSQL 10
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-16 10:03:01+00

Package: libpgtypes3-dbgsym
Source: postgresql-10 (10.21-1.pgdg+1)
Version: 10.21-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: libpgtypes3 (= 10.21-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpgtypes3-dbgsym_10.21-1.pgdg+1+b1_arm64.deb
Size: 70832
SHA256: a735fe5d2bf621b28ba901a8736ef6aa17e49358f63a6bd80df0bd0fcf8f9f5c
SHA1: 66c2c34fcebf6c549f136da45fce49c6f9aab620
MD5sum: f22863b26ba89846bf5be9d0d47a3335
Description: debug symbols for libpgtypes3
Build-Ids: 71f668e442bca40fb494f5f876c93388b84406da
Timestamp: 2022-05-16 10:03:01+00

Package: libpq-dev
Source: postgresql-10 (10.21-1.pgdg+1)
Version: 10.21-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 685
Depends: libpq5 (= 10.21-1.pgdg+1+b1)
Suggests: postgresql-doc-10
Breaks: postgresql-server-dev-10 (<< 10.1-2~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libpq-dev_10.21-1.pgdg+1+b1_arm64.deb
Size: 164608
SHA256: efac2c8db0afa1173fff6aaed18a1935ef70a1402345e354a6daf4d2c7a2adb0
SHA1: adb7e54abe3ba1f6e26d878695b23117f81e6320
MD5sum: a5e012bc7c2a3b4adfa1eb02a9769d40
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.
Timestamp: 2022-05-16 10:03:01+00

Package: libpq5
Source: postgresql-10 (10.21-1.pgdg+1)
Version: 10.21-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 748
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpq5_10.21-1.pgdg+1+b1_arm64.deb
Size: 167172
SHA256: d956890ae1eab9dcf26ebab7d73fdb6ccc68ba003906a28254453a7c98cf5d85
SHA1: 267e194c306e9c36af24d7a6068b430314d4ce6f
MD5sum: 6c69cfa6e258a2b1a1ad97139611ffc1
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.
Timestamp: 2022-05-16 10:03:01+00

Package: libpq5-dbgsym
Source: postgresql-10 (10.21-1.pgdg+1)
Version: 10.21-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 261
Depends: libpq5 (= 10.21-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpq5-dbgsym_10.21-1.pgdg+1+b1_arm64.deb
Size: 230320
SHA256: 6c65ddcf4f476285997f130bdc5fbcc0c459d9762a50e1decb412c1f254fc31c
SHA1: 879046084fc5f41fc955d59d854258a98000fd63
MD5sum: adbb084132913877f0b47dae670b43ea
Description: debug symbols for libpq5
Build-Ids: d0a068062877e2a77684fab9e6752b1b7eeb571b
Timestamp: 2022-05-16 10:03:01+00

Package: libecpg-compat3
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg-compat3_11.16-1.pgdg+1+b1_arm64.deb
Size: 21956
SHA256: 92c3bd1dee8fcbae07028ae19e6488329a02299f9f3a5e5e18a73b72ed393d74
SHA1: c7287bc80a57ca15c50d4fbe7bb151fd5771bcbf
MD5sum: 34f5320af43c4e422af45a3676515f79
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.
Timestamp: 2022-05-16 10:02:37+00

Package: libecpg-compat3-dbgsym
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 11.16-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-compat3-dbgsym_11.16-1.pgdg+1+b1_arm64.deb
Size: 17628
SHA256: 87a8224f516fc0e7b7310b9fee2deb3ddfaf0478a8b652941d70f36e1dbafdce
SHA1: ca3ba0fd3fe4f40d2d7eee5e816a91f99278a8f1
MD5sum: 54c394f4cd9c8464c4371a972c4b9df6
Description: debug symbols for libecpg-compat3
Build-Ids: 64b038a77f77fde2fed2481d2112d17925f1cb5f
Timestamp: 2022-05-16 10:02:37+00

Package: libecpg-dev
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1245
Depends: libecpg-compat3 (= 11.16-1.pgdg+1+b1), libecpg6 (= 11.16-1.pgdg+1+b1), libpgtypes3 (= 11.16-1.pgdg+1+b1), libpq-dev, libc6 (>= 2.33)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libecpg-dev_11.16-1.pgdg+1+b1_arm64.deb
Size: 229420
SHA256: 14bf98d85f7151e69334bb258eb9c71921263d1d3cb049a435531ef4e4cd9fc2
SHA1: 08ec2302da1ea8ccd5db53791f7dc891d33ed7f4
MD5sum: 4399f7e8a9fd73a907cdb89b3a3ab2bd
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).
Timestamp: 2022-05-16 10:02:37+00

Package: libecpg-dev-dbgsym
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 268
Depends: libecpg-dev (= 11.16-1.pgdg+1+b1)
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-dev-dbgsym_11.16-1.pgdg+1+b1_arm64.deb
Size: 232236
SHA256: c85cd6805eb6ba9a1ab20f65f1eb57777c14988a8a9fef4d5483de3be363aeb0
SHA1: 0afb3c551fc99c28a89bc025bbf0cea9e45a4a1e
MD5sum: ff39a1929db63eafb9b882ce138bc33d
Description: debug symbols for libecpg-dev
Build-Ids: 18ef4b20907a2a037f55b7d376da346df949850c
Timestamp: 2022-05-16 10:02:37+00

Package: libecpg6
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 435
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg6_11.16-1.pgdg+1+b1_arm64.deb
Size: 88900
SHA256: cc1e289229fb748fd045ddb07397cb9bd46e42fffcc394622abef0d85f768f04
SHA1: 9b1163c2a9bec4c44da2df81b50495acfbe29fcd
MD5sum: c31b876f4f550e485291a46e33e96d34
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.
Timestamp: 2022-05-16 10:02:37+00

Package: libecpg6-dbgsym
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libecpg6 (= 11.16-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg6-dbgsym_11.16-1.pgdg+1+b1_arm64.deb
Size: 93524
SHA256: 156ae6c7c30347825bcdfe532d5af6d4a05a6607d9dc28aabb5298cce95431ed
SHA1: 91df86b4ed704962c5e27d5a8bf8e3d96870557b
MD5sum: 38ca5946416501ab42c03d5774126e65
Description: debug symbols for libecpg6
Build-Ids: 35b909e4959e9e5711721c42f2b59330f86a601e
Timestamp: 2022-05-16 10:02:37+00

Package: libpgtypes3
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpgtypes3_11.16-1.pgdg+1+b1_arm64.deb
Size: 43200
SHA256: 89e016c661ea2c65dff070f8e00242852951cd2028761481f0cbd7218c5c806d
SHA1: 0e5e8388ac6a7d85ec84f44fe716fbbbafea3874
MD5sum: 2f8dc4855738c8c8453acb8a5fc43364
Description: shared library libpgtypes for PostgreSQL 11
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-16 10:02:37+00

Package: libpgtypes3-dbgsym
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: libpgtypes3 (= 11.16-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpgtypes3-dbgsym_11.16-1.pgdg+1+b1_arm64.deb
Size: 71836
SHA256: 3e95d9d721dabcce3e530a0501e3556d55344213ac4dd3eff5382809560c7a2d
SHA1: 277afcf0437997ff235286c683346c9d1e23672c
MD5sum: 3aa6ab890291203ef790cc33069b62f6
Description: debug symbols for libpgtypes3
Build-Ids: 1c6594faf894d6b22c64dec6e6fab1022a28ea15
Timestamp: 2022-05-16 10:02:37+00

Package: libpq-dev
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 695
Depends: libpq5 (= 11.16-1.pgdg+1+b1)
Suggests: postgresql-doc-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libpq-dev_11.16-1.pgdg+1+b1_arm64.deb
Size: 165896
SHA256: 24ee13d7963007557aa3d577e8d1a1028cfd44183509c8d4cf61aca24e35182d
SHA1: 4ef45508af9b6e5bb30faff72785af5e820000df
MD5sum: 2e65e04e4a5fa2c4ef9306c82d1da2b3
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.
Timestamp: 2022-05-16 10:02:37+00

Package: libpq5
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 756
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpq5_11.16-1.pgdg+1+b1_arm64.deb
Size: 167628
SHA256: a7346c6cb6db6919d84ed92c10aba73cdea673e840cf9244ff123bad49d512c2
SHA1: f1ba2a54f40ca7b62751da5b5a0717b4e2aa4dd9
MD5sum: dbf1dc2352cec6a179fe69fefcd51094
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.
Timestamp: 2022-05-16 10:02:37+00

Package: libpq5-dbgsym
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 265
Depends: libpq5 (= 11.16-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpq5-dbgsym_11.16-1.pgdg+1+b1_arm64.deb
Size: 232396
SHA256: c288f63e7573943351030a8eec9bb456e0f772f590ae3c0fe0d1dd499f1541c7
SHA1: 5f6499edf3641366bfea972ff644ca3ac58f2472
MD5sum: 29f24ea9b4d0e117a6398e430243a760
Description: debug symbols for libpq5
Build-Ids: a776352961f3dcaecf76d4d796fd4b9c9149e2a8
Timestamp: 2022-05-16 10:02:37+00

Package: libecpg-compat3
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg-compat3_12.11-1.pgdg+1+b1_arm64.deb
Size: 19496
SHA256: 2342e6f84dae563040e17b5782f383f1ef157bad21eb646f2b7a2d400c6ba025
SHA1: b35c5eaf6d1f235d8586f96fa87a2559989c2229
MD5sum: 0bcc7ed9bdabeae71def6205a2dafdd3
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.
Timestamp: 2022-05-16 10:02:13+00

Package: libecpg-compat3-dbgsym
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 12.11-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-compat3-dbgsym_12.11-1.pgdg+1+b1_arm64.deb
Size: 17632
SHA256: 2cb01b0f913a5b827afbc63008df1ca2a56178c8863b732fe836e80851b9c542
SHA1: 33e6d7314297b5fce242c4cc7ae162803c9c003b
MD5sum: 56f1576fc0b7187bae557c43ff0e649f
Description: debug symbols for libecpg-compat3
Build-Ids: 9c2cfdb1fbd31eba23729432090b30bcd39d70c0
Timestamp: 2022-05-16 10:02:13+00

Package: libecpg-dev
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1495
Depends: libecpg-compat3 (= 12.11-1.pgdg+1+b1), libecpg6 (= 12.11-1.pgdg+1+b1), libpgtypes3 (= 12.11-1.pgdg+1+b1), libpq-dev, libc6 (>= 2.33)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libecpg-dev_12.11-1.pgdg+1+b1_arm64.deb
Size: 269800
SHA256: 46885b07e9ad48d95c2d8d1c477799afe85315ec25e9183358ebdb19f921c33f
SHA1: da70faf4cd85c6e8814b9e693cf2305b5cb2fbe0
MD5sum: 1d4910e098f6b8557fe10569cc303010
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).
Timestamp: 2022-05-16 10:02:13+00

Package: libecpg-dev-dbgsym
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 280
Depends: libecpg-dev (= 12.11-1.pgdg+1+b1)
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-dev-dbgsym_12.11-1.pgdg+1+b1_arm64.deb
Size: 242244
SHA256: de34d2b69081bae5d2c95970776669ec53e1c938be8f83c4174ef094ec7804c5
SHA1: b644c422c54731be485629289f7c0add50a03c80
MD5sum: db77d24440b0e2acc8148db34d66ee78
Description: debug symbols for libecpg-dev
Build-Ids: aabe1395a22a3541a19cdab5b934594c1c7155d1
Timestamp: 2022-05-16 10:02:13+00

Package: libecpg6
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 222
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg6_12.11-1.pgdg+1+b1_arm64.deb
Size: 58768
SHA256: 994b39edf0ee6d27109d0cacbab4a1e5bc72c2b95ac47c6b8c1e2824ea952688
SHA1: 8206a93d8cec63c26a5be0a3b9e7a92838f54a12
MD5sum: 6d8ad64895047583ea84f58b63aaa0c6
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.
Timestamp: 2022-05-16 10:02:13+00

Package: libecpg6-dbgsym
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libecpg6 (= 12.11-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg6-dbgsym_12.11-1.pgdg+1+b1_arm64.deb
Size: 112104
SHA256: d397e94eac9aa3304eeedbd856b619a82050f1da81f238cbbd457872669ac133
SHA1: 9437b573419bc883ece530c08a3901a2863a42c7
MD5sum: c0e6fe9f54bb0cf2b2762e430fc331b3
Description: debug symbols for libecpg6
Build-Ids: a42c961a8e7fa8ecb730e6c5c725e4befdcfc9a0
Timestamp: 2022-05-16 10:02:13+00

Package: libpgtypes3
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpgtypes3_12.11-1.pgdg+1+b1_arm64.deb
Size: 45356
SHA256: ebeeb4c0f93928d8c2d88c65ee028619a283743f17d826747c600f33888c1bb2
SHA1: 4325deb6b573e35484b6920c5135d9af3b56824f
MD5sum: 3669eb9f3b16a41141b659a5345998b2
Description: shared library libpgtypes for PostgreSQL 12
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-16 10:02:13+00

Package: libpgtypes3-dbgsym
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libpgtypes3 (= 12.11-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpgtypes3-dbgsym_12.11-1.pgdg+1+b1_arm64.deb
Size: 86824
SHA256: df4ee3816c6d20ccef35645af81c8f55323057bf603c60fab256dfbfedb7a682
SHA1: 5eca7204d2c8af2616c87443c78d65fa0fa778cc
MD5sum: c3a5d8d25eeffb41167704ec1d92eaef
Description: debug symbols for libpgtypes3
Build-Ids: c490801e69c43c8c25efb4d19e3bce64b282bb05
Timestamp: 2022-05-16 10:02:13+00

Package: libpq-dev
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 587
Depends: libpq5 (= 12.11-1.pgdg+1+b1)
Suggests: postgresql-doc-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libpq-dev_12.11-1.pgdg+1+b1_arm64.deb
Size: 141500
SHA256: eb01cd838f114af92fd9caff2ef9129ebbbd01d9641647437fc055150302351c
SHA1: 953bcf101b8b61f793e0f8ad4bb4a76620ae2dc3
MD5sum: d1e8b82356aa0ce71272386f52d76ade
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.
Timestamp: 2022-05-16 10:02:13+00

Package: libpq5
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 786
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpq5_12.11-1.pgdg+1+b1_arm64.deb
Size: 174068
SHA256: 1b968d305631251fa18158c5cd230b3a5889a11408e647a28ed99c4d05337280
SHA1: cebaded47d63868b1bd19f66062bd19e8275c43f
MD5sum: dd5e99907097edb597b11ecbc194f514
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.
Timestamp: 2022-05-16 10:02:13+00

Package: libpq5-dbgsym
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 284
Depends: libpq5 (= 12.11-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpq5-dbgsym_12.11-1.pgdg+1+b1_arm64.deb
Size: 250772
SHA256: 2e838a3f6b7230443da2d5cf4bef9b7dcb3c114c678a19b46e203e5a82e77fc5
SHA1: d001f34d8858e2c060474fa8ac1a83403150af33
MD5sum: 3b919ac2d735e04300ea05addb6d4a31
Description: debug symbols for libpq5
Build-Ids: 330503b76b205a623a468d1b877260aae1aa7e41
Timestamp: 2022-05-16 10:02:13+00

Package: libecpg-compat3
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg-compat3_13.7-1.pgdg+1+b1_arm64.deb
Size: 24560
SHA256: cdb0979c209482f0886d23fcc6dde8380965ba1c4360e76f0fd5547cebbd807f
SHA1: 0f28da217d53e2a7864db094bd9fd35db5d2f9a8
MD5sum: 10026c04d96e06db661f3720cea3c0c2
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.
Timestamp: 2022-05-16 10:01:54+00

Package: libecpg-compat3-dbgsym
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: libecpg-compat3 (= 13.7-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-compat3-dbgsym_13.7-1.pgdg+1+b1_arm64.deb
Size: 38112
SHA256: 5ee038225bae50046110d975167690aa0ced77f1d1d17a219ed72d1071408d75
SHA1: 936c3ef9b4c1c726d2d5e338dc745873a303cc8f
MD5sum: 673f57b92368b30c4d11afcfcd30fe68
Description: debug symbols for libecpg-compat3
Build-Ids: 7630331b709172deecc8d962296564b006d2d0db
Timestamp: 2022-05-16 10:01:54+00

Package: libecpg-dev
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1488
Depends: libecpg-compat3 (= 13.7-1.pgdg+1+b1), libecpg6 (= 13.7-1.pgdg+1+b1), libpgtypes3 (= 13.7-1.pgdg+1+b1), libpq-dev, libc6 (>= 2.33)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libecpg-dev_13.7-1.pgdg+1+b1_arm64.deb
Size: 268136
SHA256: bc8698a38dc7b00d9344c475cfce566fecdb02cc436166da6041d280f01c2f30
SHA1: e47b47666f257f57207d48a3183197549c2ad808
MD5sum: 233b291f75eb85196f11fd67304e4e45
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).
Timestamp: 2022-05-16 10:01:54+00

Package: libecpg-dev-dbgsym
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 286
Depends: libecpg-dev (= 13.7-1.pgdg+1+b1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-dev-dbgsym_13.7-1.pgdg+1+b1_arm64.deb
Size: 248148
SHA256: de8a697f405568687ba788022a721fb61e04108cba6e320f10be25fe775f3dfc
SHA1: afc30f61295be32433092ab55634a31134d4d6a3
MD5sum: 4946dfd14427a45ad06c1f71d19cde67
Description: debug symbols for libecpg-dev
Build-Ids: 3e8cda047a4d6baabb4003be3ca8d860dd4beaf9
Timestamp: 2022-05-16 10:01:54+00

Package: libecpg6
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 222
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg6_13.7-1.pgdg+1+b1_arm64.deb
Size: 58312
SHA256: 648e4709a3e1fc13437ef4c984beed84f8c326a24d8c4eee501e2f9b44e35807
SHA1: 5316a19f99bb72716971778babd834d8eb38ba30
MD5sum: 210e0197a2665ddde002c229ada46ffb
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.
Timestamp: 2022-05-16 10:01:54+00

Package: libecpg6-dbgsym
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libecpg6 (= 13.7-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg6-dbgsym_13.7-1.pgdg+1+b1_arm64.deb
Size: 112216
SHA256: e04548b9caa9b2530d304782ebe518061145c4dd73dc7a30f48d267ed8e2c19b
SHA1: 81678396dc6a6bf86bf27a13188b20a123cc2e4a
MD5sum: 4823f4036101ce90c9b2d64892f91d91
Description: debug symbols for libecpg6
Build-Ids: 33ba6063931efccb9bb8620c5ff5d5733e75ca25
Timestamp: 2022-05-16 10:01:54+00

Package: libpgtypes3
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpgtypes3_13.7-1.pgdg+1+b1_arm64.deb
Size: 45028
SHA256: f5ea65620cf7d8d37403141998a9216cd75eb97105b43e9696c248fa7f5ad8b4
SHA1: 03a8bdd15ebf755351dacb2d21a4bbcb8446f170
MD5sum: bc88d2cd6da7e40150adf1985eae9a93
Description: shared library libpgtypes for PostgreSQL 13
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-16 10:01:54+00

Package: libpgtypes3-dbgsym
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libpgtypes3 (= 13.7-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpgtypes3-dbgsym_13.7-1.pgdg+1+b1_arm64.deb
Size: 87052
SHA256: 9da2d27dd38aaf75bee920230dd77600d8e79fbfa6d9bb0a455c7b2c6a20d01e
SHA1: 84485671e4928a0a7bba6b232971123077441d38
MD5sum: 7b113a8f3d2ffcb3f68cf1152d848e1a
Description: debug symbols for libpgtypes3
Build-Ids: 3947398ec71d2f6256ba27d68216943f8c8e6743
Timestamp: 2022-05-16 10:01:54+00

Package: libpq-dev
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 566
Depends: libpq5 (= 13.7-1.pgdg+1+b1)
Suggests: postgresql-doc-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libpq-dev_13.7-1.pgdg+1+b1_arm64.deb
Size: 137620
SHA256: b5f0012b796c97f6c4def36f2929916427270940e898cbae6fe2713527bd6499
SHA1: 9f4304e48244d02996c6f5175d0db95fbac7b2e0
MD5sum: b58b78eb76e50b858fad12ca6a5fbe1a
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.
Timestamp: 2022-05-16 10:01:54+00

Package: libpq5
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 782
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpq5_13.7-1.pgdg+1+b1_arm64.deb
Size: 175040
SHA256: b08ea59b40dca18451e45db987a20a78bf6574d4a404be9247c9e19d4395c571
SHA1: 7b829c02a348ff9df23637648f3ea0cc00a53a22
MD5sum: 18f14e81264f564e3f036a0de26c1de9
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.
Timestamp: 2022-05-16 10:01:54+00

Package: libpq5-dbgsym
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 291
Depends: libpq5 (= 13.7-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpq5-dbgsym_13.7-1.pgdg+1+b1_arm64.deb
Size: 256400
SHA256: 5a6a54dfa042550e6a95aa14323983d67aebaf49c7cc3f601147d67ac4e25fb1
SHA1: 9af40b274ef5aeed9942b98952933a7aff90ffcf
MD5sum: 62a06d36a9c5d6b47b8add75f1b73c3a
Description: debug symbols for libpq5
Build-Ids: c5f23c5e830d1e55bf0eca8dd90677e4177ae404
Timestamp: 2022-05-16 10:01:54+00

Package: libecpg-compat3
Source: postgresql-9.2
Version: 9.2.24-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libecpg-compat3_9.2.24-6.pgdg+1_arm64.deb
Size: 22856
SHA256: 39c6934150b954fe97c45973d97746949bb7a7f6d7512a408d8521509ecd01b2
SHA1: 6e90be61cf7d35a75d6ae00053d2dadf9cb7e210
MD5sum: 4d16c10a7b3ef23c186600a656f9bb64
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.
Timestamp: 2022-05-16 10:04:06+00

Package: libecpg-dev
Source: postgresql-9.2
Version: 9.2.24-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1040
Depends: libc6 (>= 2.33), libpq-dev, libecpg6 (= 9.2.24-6.pgdg+1), libecpg-compat3 (= 9.2.24-6.pgdg+1), libpgtypes3 (= 9.2.24-6.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libdevel
Filename: pool/9.2/p/postgresql-9.2/libecpg-dev_9.2.24-6.pgdg+1_arm64.deb
Size: 208100
SHA256: d27e935ee23a4554af868e397a1a5dba873968abe1b98752afa533bf12367ec9
SHA1: adcdf014eedd21c86579d4263c552d996225cd5a
MD5sum: d957688a5e3639f2ee7a33968f3e950a
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).
Timestamp: 2022-05-16 10:04:06+00

Package: libecpg6
Source: postgresql-9.2
Version: 9.2.24-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 373
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libecpg6_9.2.24-6.pgdg+1_arm64.deb
Size: 82412
SHA256: 60905ea988dc479cb19dede981e491c833201821289b5135bbdf8e2ee51fddd7
SHA1: ff3692db76d3be2325c79457b16b8614b41e029d
MD5sum: 30c169e7fee2f55163e6037b97d65059
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.
Timestamp: 2022-05-16 10:04:06+00

Package: libpgtypes3
Source: postgresql-9.2
Version: 9.2.24-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libpgtypes3_9.2.24-6.pgdg+1_arm64.deb
Size: 43812
SHA256: d30defe56c3a0ab6cb9fa8a120ee1d64cb153e1ac26434b3e78ba7275f488edb
SHA1: 0e941728dd4d6a99add5c88e5ff03cb5cae7a178
MD5sum: 8957bc3ac4ee56635430bf410e516504
Description: shared library libpgtypes for PostgreSQL 9.2
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-16 10:04:06+00

Package: libpq-dev
Source: postgresql-9.2
Version: 9.2.24-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 936
Depends: libc6 (>= 2.33), libpq5 (= 9.2.24-6.pgdg+1)
Suggests: postgresql-doc-9.2
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libdevel
Filename: pool/9.2/p/postgresql-9.2/libpq-dev_9.2.24-6.pgdg+1_arm64.deb
Size: 187620
SHA256: 0d003cd5b4b75d4a14894423c6a26616f1de8e7c29c95227db413493d376caeb
SHA1: caf821b692cf5673920806340714be37792a8627
MD5sum: c8ff763d6a95a1fc48a0ebd15abdb87b
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.
Timestamp: 2022-05-16 10:04:06+00

Package: libpq5
Source: postgresql-9.2
Version: 9.2.24-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 516
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libpq5_9.2.24-6.pgdg+1_arm64.deb
Size: 123148
SHA256: 24518b029bbf0d22eb391f5d6dcc98b7cfd06c33da93f182e42a25413525888d
SHA1: 1ac27ce21e52ab692db5e75a2d543806fc0a7d5c
MD5sum: 12fd4a46c55040552258b19209501e27
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.
Timestamp: 2022-05-16 10:04:06+00

Package: libecpg-compat3
Source: postgresql-9.3
Version: 9.3.25-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libecpg-compat3_9.3.25-5.pgdg+1_arm64.deb
Size: 24760
SHA256: be85a08b66dca3831e1b10cfc40ff16d7d08ec9883f347bbd7b9c3aa4249141e
SHA1: 41902203b228c25e634d39198713f48febe7b658
MD5sum: 6c291c1731a069e7ea4d9f4cfe61bf7e
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.
Timestamp: 2022-05-16 10:03:58+00

Package: libecpg-dev
Source: postgresql-9.3
Version: 9.3.25-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1064
Depends: libc6 (>= 2.33), libpq-dev, libecpg6 (= 9.3.25-5.pgdg+1), libecpg-compat3 (= 9.3.25-5.pgdg+1), libpgtypes3 (= 9.3.25-5.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libdevel
Filename: pool/9.3/p/postgresql-9.3/libecpg-dev_9.3.25-5.pgdg+1_arm64.deb
Size: 212300
SHA256: e685f237ef54ba3e0dc2975c03841dc9209887eff45aa6604f0df3895bce7969
SHA1: 68840cf9c0ac0574d27dcca21d4b3ad85cb76abe
MD5sum: 1f07d428e1431c9634ad0bcbc4e65c0c
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).
Timestamp: 2022-05-16 10:03:58+00

Package: libecpg6
Source: postgresql-9.3
Version: 9.3.25-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 375
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libecpg6_9.3.25-5.pgdg+1_arm64.deb
Size: 84740
SHA256: 1ff42f87f24833edc48f698754eceb3ad7ee1eae3554e0f42d1fb99c0359e9ca
SHA1: 8d265d8939a4660b2d0b9a1c3258af4cff53778d
MD5sum: b163c540e2bbe6536e64a5d3265f9b2e
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.
Timestamp: 2022-05-16 10:03:58+00

Package: libpgtypes3
Source: postgresql-9.3
Version: 9.3.25-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libpgtypes3_9.3.25-5.pgdg+1_arm64.deb
Size: 45860
SHA256: c8504afa4cea50b36397e52b0401ffc7e305a62b237fc7fee773d4538f74a8a0
SHA1: fffb3a0672975ce9949868c781efd8c1834d4949
MD5sum: 183d3315fb999152bbd93b016933ddad
Description: shared library libpgtypes for PostgreSQL 9.3
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-16 10:03:58+00

Package: libpq-dev
Source: postgresql-9.3
Version: 9.3.25-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 706
Depends: libc6 (>= 2.33), libpq5 (= 9.3.25-5.pgdg+1)
Suggests: postgresql-doc-9.3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libdevel
Filename: pool/9.3/p/postgresql-9.3/libpq-dev_9.3.25-5.pgdg+1_arm64.deb
Size: 156868
SHA256: 1f9f19344f021cf7f0cbf91c74d2cb3eda242ce623fcb7f5e44005c9d51ebb7e
SHA1: 76b61dc7f9695b4ea6eba0510ff5c439881eefbd
MD5sum: 5dcf1d7fe5a2ec032338920efe1699d6
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.
Timestamp: 2022-05-16 10:03:58+00

Package: libpq5
Source: postgresql-9.3
Version: 9.3.25-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 530
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libpq5_9.3.25-5.pgdg+1_arm64.deb
Size: 126748
SHA256: caa3cd22a94eead90896e81901773ad41315e5ae8d208aea3703d724ad8cc06c
SHA1: f2b3aa55153e08704e73d5018d79226d1565bfca
MD5sum: 8d676b3ceec7b38727b095a2966e80bc
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.
Timestamp: 2022-05-16 10:03:58+00

Package: libecpg-compat3
Source: postgresql-9.4
Version: 9.4.26-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libecpg-compat3_9.4.26-4.pgdg+1_arm64.deb
Size: 22632
SHA256: 104125652e0b5319b3e34b30eef0b2e96363ae6fcf5cc670d118497de3d0cad2
SHA1: 549565fb62dc4588cda666f44c0e8b6e79959abd
MD5sum: cb6d31c06e4fae5d886a98644bb6875f
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.
Timestamp: 2022-05-16 10:03:49+00

Package: libecpg-dev
Source: postgresql-9.4
Version: 9.4.26-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1091
Depends: libc6 (>= 2.33), libpq-dev, libecpg6 (= 9.4.26-4.pgdg+1), libecpg-compat3 (= 9.4.26-4.pgdg+1), libpgtypes3 (= 9.4.26-4.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libdevel
Filename: pool/9.4/p/postgresql-9.4/libecpg-dev_9.4.26-4.pgdg+1_arm64.deb
Size: 212688
SHA256: 79dde094ce14f61baccfb106cb71b5241444ff4fa14cb923d59d11fbcd1a439f
SHA1: ce8820ff69e45412a8c96aa547d68ce4b148c631
MD5sum: 3b484ce04f44b7f5aaa0991fce04146a
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).
Timestamp: 2022-05-16 10:03:49+00

Package: libecpg6
Source: postgresql-9.4
Version: 9.4.26-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 388
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libecpg6_9.4.26-4.pgdg+1_arm64.deb
Size: 84152
SHA256: 33d80b0424d69ccef9d21ffafc4f83cac1a0323da2ee52b9bf3bca72389970ad
SHA1: b85196f130672cdb8005fa7cc2dc426b0b24967f
MD5sum: 177dbedf34e6d4fcb1ba8546bfd1297e
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.
Timestamp: 2022-05-16 10:03:49+00

Package: libpgtypes3
Source: postgresql-9.4
Version: 9.4.26-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libpgtypes3_9.4.26-4.pgdg+1_arm64.deb
Size: 43572
SHA256: 17b3965763343a28ffb488c6231a3ab3c06cee1b5166e1628512f4e6841facaf
SHA1: 068e612cd283a14a32292f2027edd41a1a3a8b27
MD5sum: f1a5d807dda7f37a36a47c9ea47e1959
Description: shared library libpgtypes for PostgreSQL 9.4
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-16 10:03:49+00

Package: libpq-dev
Source: postgresql-9.4
Version: 9.4.26-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 711
Depends: libc6 (>= 2.33), libpq5 (= 9.4.26-4.pgdg+1)
Suggests: postgresql-doc-9.4
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libdevel
Filename: pool/9.4/p/postgresql-9.4/libpq-dev_9.4.26-4.pgdg+1_arm64.deb
Size: 155756
SHA256: 59ffabbefd74823642a923a61c99781c40576e42cdd8b74e497758291ef8d64f
SHA1: 28fe980637f2b74f2e9b9ce6e043d0c3ce41315b
MD5sum: ddd13f40014c7db5b5a8ef6f4255ac6a
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.
Timestamp: 2022-05-16 10:03:49+00

Package: libpq5
Source: postgresql-9.4
Version: 9.4.26-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 533
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libpq5_9.4.26-4.pgdg+1_arm64.deb
Size: 125800
SHA256: eec880a84966d2e8d7d2bfbe9da9b4daa92853f52744d5e91071c7f8085489f2
SHA1: b47e49087c10566f3e71de21927fe87d8919e208
MD5sum: 457f1fb663a4f46e0a9b005c36bd875b
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.
Timestamp: 2022-05-16 10:03:49+00

Package: libecpg-compat3
Source: postgresql-9.5
Version: 9.5.25-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libecpg-compat3_9.5.25-3.pgdg+1_arm64.deb
Size: 23436
SHA256: 8336372e097e720e6998e99b9a71dc21cb9243b110ee75896f8ab336f26b5b45
SHA1: ad5cfe23daafda5496556ee16a9d3f9c544d976f
MD5sum: 5b5ecfb8dcc3074dc16d0982d682f89f
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.
Timestamp: 2022-05-16 10:03:35+00

Package: libecpg-dev
Source: postgresql-9.5
Version: 9.5.25-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1152
Depends: libc6 (>= 2.33), libpq-dev, libecpg6 (= 9.5.25-3.pgdg+1), libecpg-compat3 (= 9.5.25-3.pgdg+1), libpgtypes3 (= 9.5.25-3.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libdevel
Filename: pool/9.5/p/postgresql-9.5/libecpg-dev_9.5.25-3.pgdg+1_arm64.deb
Size: 221108
SHA256: 18dfa8503bf3a8cf8d1c93ee7820e526c4bf4fb57d7c8e5d433f0753a70059f5
SHA1: 1cf88f2aa99c10e5f32f2474928526838f5c4868
MD5sum: 1392e156bb925e58b268dbf6e98a7c1c
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).
Timestamp: 2022-05-16 10:03:35+00

Package: libecpg6
Source: postgresql-9.5
Version: 9.5.25-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 413
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libecpg6_9.5.25-3.pgdg+1_arm64.deb
Size: 88016
SHA256: 10b74b44ea04ff4152de5d5f8e231e6478462793b40cfff6556a10fe7e774a3f
SHA1: 5ac3911d79902fc90012ce22151875b56513946c
MD5sum: 0696f097e778384a48a839979897ce70
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.
Timestamp: 2022-05-16 10:03:35+00

Package: libpgtypes3
Source: postgresql-9.5
Version: 9.5.25-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libpgtypes3_9.5.25-3.pgdg+1_arm64.deb
Size: 44384
SHA256: febd249092dd03f839efe3a67222fe954e3241c6f89f2edeb2e45d44e3d54639
SHA1: b36789524d327ffc2bfd8d5cf9116bbc32b842ff
MD5sum: 4ebb0d60b5d1bbd5a430e5cc60b4cb52
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.
Timestamp: 2022-05-16 10:03:35+00

Package: libpq-dev
Source: postgresql-9.5
Version: 9.5.25-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 732
Depends: libc6 (>= 2.33), libpq5 (= 9.5.25-3.pgdg+1)
Suggests: postgresql-doc-9.5
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libdevel
Filename: pool/9.5/p/postgresql-9.5/libpq-dev_9.5.25-3.pgdg+1_arm64.deb
Size: 160532
SHA256: 1cbb399183fe01ab5ccff6ed63330d9e2edb189542ea3fb9529b2087bfbe7a21
SHA1: 7bc50dc93010a8378c3eeb8e84d2c4f3b2068c65
MD5sum: 97e937595481118e8476eac149520570
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.
Timestamp: 2022-05-16 10:03:35+00

Package: libpq5
Source: postgresql-9.5
Version: 9.5.25-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 591
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libpq5_9.5.25-3.pgdg+1_arm64.deb
Size: 137080
SHA256: 88263541a7e4cc5f97ecd2dce99e18e49a5dafac1117359609e989b8f62a9bfa
SHA1: 89de9e81e26aed828ade46a076056b711d67329d
MD5sum: c6a686f2cd540971867b55c3b5fbdda4
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.
Timestamp: 2022-05-16 10:03:35+00

Package: libecpg-compat3
Source: postgresql-9.6 (9.6.24-2.pgdg+1)
Version: 9.6.24-2.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg-compat3_9.6.24-2.pgdg+1+b2_arm64.deb
Size: 23740
SHA256: 0997dd9056f6c7931aa19180cd07bfad0bbff035bc9a28828d4e8756fe1cf796
SHA1: 4654a1c651a1ca9a0c73de82893fdbaddb598612
MD5sum: e8bacc6d0d3b99939db260d99a7d5243
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.
Timestamp: 2022-05-16 10:03:22+00

Package: libecpg-dev
Source: postgresql-9.6 (9.6.24-2.pgdg+1)
Version: 9.6.24-2.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1181
Depends: libecpg-compat3 (= 9.6.24-2.pgdg+1+b2), libecpg6 (= 9.6.24-2.pgdg+1+b2), libpgtypes3 (= 9.6.24-2.pgdg+1+b2), libpq-dev, libc6 (>= 2.33)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libecpg-dev_9.6.24-2.pgdg+1+b2_arm64.deb
Size: 223676
SHA256: c2faa531ab4abb77f2138ce529397f8297cdd5943862653ae46c7cc3f7e8a4f5
SHA1: 10cb2c1999dc8c34b0de3b5d3a31f6e94fd15fe2
MD5sum: 3f44090c91c85ea6022ec3ed19db8320
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).
Timestamp: 2022-05-16 10:03:22+00

Package: libecpg6
Source: postgresql-9.6 (9.6.24-2.pgdg+1)
Version: 9.6.24-2.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 415
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg6_9.6.24-2.pgdg+1+b2_arm64.deb
Size: 87560
SHA256: 701b10c3658c671b5951b178c1c3d1cd9b95c74d385ee0065841a12801d542e9
SHA1: 3b55962fe13d89adbf882344424c80d47df486c6
MD5sum: bb4b256e0e2f241dd34ae8e261cf5dca
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.
Timestamp: 2022-05-16 10:03:22+00

Package: libpgtypes3
Source: postgresql-9.6 (9.6.24-2.pgdg+1)
Version: 9.6.24-2.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpgtypes3_9.6.24-2.pgdg+1+b2_arm64.deb
Size: 44756
SHA256: 85725d2c3c77e53943297c561f341fbd6878dcd3c111044d21d92fcd4a22bddb
SHA1: 3318b65db16d36f411c47cf8f6bbef176c29313b
MD5sum: 68cc12e492119dc0c9a42d05b7522d07
Description: shared library libpgtypes for PostgreSQL 9.6
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-16 10:03:22+00

Package: libpq-dev
Source: postgresql-9.6 (9.6.24-2.pgdg+1)
Version: 9.6.24-2.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 737
Depends: libpq5 (= 9.6.24-2.pgdg+1+b2), libc6 (>= 2.33)
Suggests: postgresql-doc-9.6
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libpq-dev_9.6.24-2.pgdg+1+b2_arm64.deb
Size: 161896
SHA256: bddf248d8802f44dff2ad6224a6a78918e98c9c3daaaa29b23517f8583ba6114
SHA1: 938c6f53a09eddcb0ff85e4c95765357dca2ca6e
MD5sum: 15df1fc6f71a8e5c5c8a0d2208fad810
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.
Timestamp: 2022-05-16 10:03:22+00

Package: libpq5
Source: postgresql-9.6 (9.6.24-2.pgdg+1)
Version: 9.6.24-2.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 607
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpq5_9.6.24-2.pgdg+1+b2_arm64.deb
Size: 137492
SHA256: 49768c22a826703b933eec5ebdac882837adc3c74ebe98b24c6171a9b9b7b200
SHA1: 334c7d7f4dd80097424dbc0dabc875ecec30a1be
MD5sum: 509a4071087db0e2441c4d01ea27d2c2
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.
Timestamp: 2022-05-16 10:03:22+00

Package: libecpg6
Source: postgresql-14 (14.3-1.pgdg+1)
Version: 14.3-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 225
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-14/libecpg6_14.3-1.pgdg+1+b1_arm64.deb
Size: 55276
SHA256: 1ffb1b3078a462cc29e02b5b86a2acae229085dd09b81c44edfffd60fab2025b
SHA1: 0fd6b8e891b697ea29642804538bca29d360ad2c
MD5sum: 801e2da7f5b86b26e54a089c77e8c8e7
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.
Timestamp: 2022-05-16 12:49:55+00

Package: libecpg6-dbgsym
Source: postgresql-14 (14.3-1.pgdg+1)
Version: 14.3-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libecpg6 (= 14.3-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libecpg6-dbgsym_14.3-1.pgdg+1+b1_arm64.deb
Size: 112084
SHA256: 5ab3a56be549cbd398884670720a324d050e5e74a6a547fcdb542b81ecc359fb
SHA1: d35eb9babdb65185c6167547e265f2b0d55f430a
MD5sum: d713929a818eec5979dec88af5abe934
Description: debug symbols for libecpg6
Build-Ids: 5eb3bd6f0bca3066d4b7c5e391d0b4a9f735b839
Timestamp: 2022-05-16 12:49:55+00

Package: libecpg-compat3
Source: postgresql-14 (14.3-1.pgdg+1)
Version: 14.3-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-14/libecpg-compat3_14.3-1.pgdg+1+b1_arm64.deb
Size: 20688
SHA256: 2a7035d294d2a9da96038c9f39afac505b012c1324b3800fdfe624fba2b146c4
SHA1: 42aa310ea93eb63e653191670ed9c60d6208cc5b
MD5sum: a52b7ac7f301fb9a0a8d1ba814b38fe1
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.
Timestamp: 2022-05-16 12:49:55+00

Package: libecpg-compat3-dbgsym
Source: postgresql-14 (14.3-1.pgdg+1)
Version: 14.3-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: libecpg-compat3 (= 14.3-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libecpg-compat3-dbgsym_14.3-1.pgdg+1+b1_arm64.deb
Size: 38112
SHA256: cd2b569efb04f8af2d1a8dc11dff4209a576e4fa818b80afe2f373af867684ff
SHA1: 62a3407982b483a3fc3c78e64c0dab3564526bf2
MD5sum: 7d9bbcb4b0e030967133190c5498e8d7
Description: debug symbols for libecpg-compat3
Build-Ids: 1862ef272522418ce50b99172cd64a57231816c3
Timestamp: 2022-05-16 12:49:55+00

Package: libecpg-dev
Source: postgresql-14 (14.3-1.pgdg+1)
Version: 14.3-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1548
Depends: libecpg-compat3 (= 14.3-1.pgdg+1+b1), libecpg6 (= 14.3-1.pgdg+1+b1), libpgtypes3 (= 14.3-1.pgdg+1+b1), libpq-dev, libc6 (>= 2.33)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/libecpg-dev_14.3-1.pgdg+1+b1_arm64.deb
Size: 269600
SHA256: 1a99c8db5833e4a2f2415eee83aab317961b80a5deebe078e5a4cc6084d04743
SHA1: cd791fccfc3dbfeba13fcaf58f80e6248ba76d1f
MD5sum: 959feb711a23e08d2b8364b254cfffd2
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).
Timestamp: 2022-05-16 12:49:55+00

Package: libecpg-dev-dbgsym
Source: postgresql-14 (14.3-1.pgdg+1)
Version: 14.3-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 297
Depends: libecpg-dev (= 14.3-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libecpg-dev-dbgsym_14.3-1.pgdg+1+b1_arm64.deb
Size: 254808
SHA256: c0c83eed08cba1c6378a75c61f68fa62146395bc29f0188586b3985eb514542f
SHA1: 9a7a85d5840e48d27226e33a52a45451e2daefeb
MD5sum: cfeb1d05f0fe563b8b8122213dfe5d87
Description: debug symbols for libecpg-dev
Build-Ids: a973583583e8805ff235655997e93b9049e81263
Timestamp: 2022-05-16 12:49:55+00

Package: libpgtypes3
Source: postgresql-14 (14.3-1.pgdg+1)
Version: 14.3-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-14/libpgtypes3_14.3-1.pgdg+1+b1_arm64.deb
Size: 41120
SHA256: 604342f7f490f1a2d9f8bdbd6d3e082d0a822591c8eeb5c59693711e278de1be
SHA1: 8c4516e3cb43774a8d31a24c7a174b6cc7a8e4bc
MD5sum: 7ad589627eea4bd02480a04e1c030ed2
Description: shared library libpgtypes for PostgreSQL 14
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-16 12:49:55+00

Package: libpgtypes3-dbgsym
Source: postgresql-14 (14.3-1.pgdg+1)
Version: 14.3-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libpgtypes3 (= 14.3-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libpgtypes3-dbgsym_14.3-1.pgdg+1+b1_arm64.deb
Size: 87116
SHA256: 652054afb8443026431f9f49f81e1050447fe505ab4d2d5db7ec6b18a1e05cf2
SHA1: ef684cd4f88865318662e765f6f3513492102b6a
MD5sum: 1ab667f1d920c539274a83f4b174daa9
Description: debug symbols for libpgtypes3
Build-Ids: d5da1ad58daf3af1f89f2e0f0e42c12181596dc2
Timestamp: 2022-05-16 12:49:55+00

Package: libpq5
Source: postgresql-14 (14.3-1.pgdg+1)
Version: 14.3-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 751
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-14/libpq5_14.3-1.pgdg+1+b1_arm64.deb
Size: 165684
SHA256: 8e36365ef09cd0552996624bf0eaaf2a236b2c9e462c116eba52541c5b96d043
SHA1: 80c1d68e8e1efad9db4e5a76e799947dd73772b4
MD5sum: 351b609c203ac563cda58e0cb6c10546
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.
Timestamp: 2022-05-16 12:49:55+00

Package: libpq5-dbgsym
Source: postgresql-14 (14.3-1.pgdg+1)
Version: 14.3-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 301
Depends: libpq5 (= 14.3-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libpq5-dbgsym_14.3-1.pgdg+1+b1_arm64.deb
Size: 266228
SHA256: b4a973f546e218fb16ceb0fa4caf2417f8d3f9a3ba2e7018a71a9122ac83e77c
SHA1: ba4f7ec3edb4f5b2eab90482ee6e7297f7eb3a97
MD5sum: 451c33d4b353e6576d48b664dc1cfc41
Description: debug symbols for libpq5
Build-Ids: d9dc497282d929618855ee7c29df49daa0dcd95b
Timestamp: 2022-05-16 12:49:55+00

Package: libpq-dev
Source: postgresql-14 (14.3-1.pgdg+1)
Version: 14.3-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 571
Depends: libpq5 (= 14.3-1.pgdg+1+b1), libssl-dev
Suggests: postgresql-doc-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/libpq-dev_14.3-1.pgdg+1+b1_arm64.deb
Size: 135536
SHA256: 483d8dbdc230464a7ea99b270261c0206de12e02053dc8b42e17e0635987afd4
SHA1: 0f7712f09326acee2350c3d31ac46b56029e6f2e
MD5sum: fea4910f3cedb6eb7e9d9284138e4931
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.
Timestamp: 2022-05-16 12:49:55+00

Package: pgcopydb
Version: 0.6-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 378
Depends: postgresql-client, libc6 (>= 2.33), libpq5 (>= 9.1~)
Homepage: https://github.com/dimitri/pgcopydb
Priority: optional
Section: database
Filename: pool/main/p/pgcopydb/pgcopydb_0.6-1.pgdg+1_arm64.deb
Size: 116332
SHA256: a531aae37aa446557a12e76ac4b8050ee1aebcdf3f5b9ad7d1d732fd7a43126c
SHA1: 2cecdcd9d47cce932db7b451f671ba2111ed98c1
MD5sum: 33e0c6391288cd467de9f73baaf988e6
Description: Copy an entire PostgreSQL database from source to target
 This tool copies an entire PostgreSQL database from source to target. It
 implements `pg_dump | pg_restore` on steroids, including advanced concurrency
 tricks to make the operation faster.
Timestamp: 2022-05-16 12:49:55+00

Package: pgcopydb-dbgsym
Source: pgcopydb
Version: 0.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 266
Depends: pgcopydb (= 0.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgcopydb/pgcopydb-dbgsym_0.6-1.pgdg+1_arm64.deb
Size: 230980
SHA256: 604f22609d80bde1d262e7e3791485b8d863fddf243db75cfa921e96475057f0
SHA1: 57820c01769bbbce0823f1fc96c9505a4671b7ef
MD5sum: 8be88cbba39fd68c36be41d279c29cf8
Description: debug symbols for pgcopydb
Build-Ids: 86a5210f523ef8a7b05bed86899726b890a03f7a
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-10
Source: postgresql-10 (10.21-1.pgdg+1)
Version: 10.21-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24203
Depends: locales | locales-all, postgresql-client-10, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.33), libcrypt1 (>= 1:4.1.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-10
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-10_10.21-1.pgdg+1+b1_arm64.deb
Size: 4913472
SHA256: e9f01ed93db0ecb160a1b7a14623af1e96ca00c81cebfd0252617a16a931f7c0
SHA1: 51d0fffb6dce802a6e226b9dfd1b1a107bed521b
MD5sum: 8b8efba1f8655325521615bc262e0c59
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 10.
Postgresql-Catversion: 201707211
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-10-dbgsym
Source: postgresql-10 (10.21-1.pgdg+1)
Version: 10.21-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13527
Depends: postgresql-10 (= 10.21-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-10-dbgsym_10.21-1.pgdg+1+b1_arm64.deb
Size: 12050780
SHA256: 01d2a97ef5215d7cf473cd4160289be91d782cd11066d0a568951c533e472df7
SHA1: 9806d6c970abb1a687f5f8359ba37fdd23f092e2
MD5sum: 5e22b4df08b6b6bdbdb9bbbe5466372a
Description: debug symbols for postgresql-10
Build-Ids: 0178e4e0e60bf775e0f7a7a05b0e7e1420d4a44c 02608f9682520ac5d8ffa908465c7af3b59165b6 0394c4471150cb9b7c0c6d8341718d6d1d0fe247 08fa6c9f7d8b7f6a8239b753528c88ac43a7e9e8 09ad5c350c21956c257c51b446e60bf2e614a03e 0c574708007742221ac0a847d2250fa4ab64eb6d 10514207579c0215fa81a9296c229001f8230dab 14ec77e5fca857791dfc854b6cf180bea25b3822 15298f316fc27dbec85f81185f9bfeee0a8bfd1a 20cfeacdafb0fbf35c875ef342570e33ae72d85c 24dd1008d352a762ba9a22115efe37eaffe0a491 299f753c536e2686ebd53fbf0a2977cc223e71de 2af5d26c3f90a03a65753d9f857118dab2a7a2f2 2ba269eba4566455008baf9b1dfb510b72aa8b99 3428a2d26da4c95e4deb5ab276767417202da11f 3472ab9d4683ebf2c69137d2d6858afd92218354 35062bde9953a9ee4b39f20ec3ddb237ebf91e8b 383637309abd15e6a88be9796d55345cbfdec150 3893288530deea441961767a6bab8ff4b9bc4b5c 3899a9ee4ea2ad917d70b511abe0643b7d5411e4 3a52d3f3188ca1058fccd01d3fb04b1da8cd1f16 3b935213dd205bfae37e4070bbd5e531c1065db0 3fb098ab6d3cbbc556064ae57f142c37c5e9ab97 4323a8ae13d977365fd1869d719271ceb2f23c1f 475d9d24e92c6887c72fac37a75beb4077b0ad25 48b82cf499940d17639e1a615da03aa12cc75387 4920f8fc81cb60515a326f3f4607c6590d2eae1a 4b2eaf4600b6c8a9374efde497a0603314f9f45d 4bde15c9048e9b3a1915f34b0b05ecb74bc2cb5e 4ce8075935c79c8ce13651c380a46f61b16ad2f2 53d66b20738faca1fe3874970b060a044668cc38 54383f605944ff81e040117f200c722ebb5af25b 574ec4b6a8ffa35821cc2c35f79e122ec54639d8 57625d2aa7c48c04290ffed6a12baf86c39776e8 58abcf44a5eb45fdfaeae40ca8fa9d3138382134 58bf454af2573e5bdce99a010f2b2dcedf8c988d 5c826ae0d3bb9570f69532bf33d4b18d8792303d 6476e9e4221f6ab68e91ddd0caa2f729687f4603 66078867052b0a5b9c289d7805096bbb5136add4 7466a4d23bff8f220edd945f5a75c83f111fce42 7ae6c2293228f520e40917fd915d5ac26c13f54f 7e86b72adf26498a26bf95060197dbd80e93e79c 7fcc1bd64e927951206b724ec28bc52ab03f242f 8248e94ca1f9a28c35f92e6aaf196da8c31fdfca 847354b52b2827f8327aa84179c80da1d26d95ce 85105c6b59b22781e1368f81865540a523738834 87cc56613e18d7a59e8530612615180813d957cb 88d075d7246dd6472c709a28e51cd604da1ef936 8afcf911e2703bdea589ae52cffc48b02830a1c1 8be676f8ad511cfe1a700ecf1f94e423dbab2469 98274dff9610f8f32d56e46d7dfd49ae862fb200 996932cf138e3193e0e9bc9c826aaa12ded28a7a 9f199a61e5f50e720c621e3dab200cd3ae45f6a9 9fe89d39d852e25c11add7e3537c6aabbe120c00 a486bc3b6d8f65b64e53c46abebfc61e38ca6b54 a512f3c4c7f4725bd341fc35a5919f3e9b62fb3f a7c641ffb2a5307c4bdb11974c1b49bd9832bf55 aa0893e1fa042e17b8653913bebd30546bfc4196 ac9f5664fa0329ef494c0f14df548ebc7ebd6639 aeb987e651dcefe4152c5ac80f4331fae564ce0a b2f83a7b76077ccd1ec956ae3e797879b114582d b4f7dd4ea4fbe07ef60cd9ef1d69ca8c7a9d899d b565133faa1103f377a20d1860070b888ba9db9e b6808853725f02924a2b9e9e290087fc686c6725 b6b75150813379ec1d1f489472b4e9f4f393fa67 b911ce79a4bbf22edd15cd162b31d4c142b1dcfc bb972af92beed0d3aa9597fde52d2fe22a28c42c c3a67660ff2f7bbeac3211d54922083b27094358 c58940d9db7370789610ce86bc2b759b8ec1506e c6c2acbc2e53d9c0552e5e298dc10360ed5ac211 c86bb5734e5b5d3c7d43c6c3a1f1cbdd5297eab9 c917b459e5d50be955dc590bae8eb5ec7681315b ca4353e35dd1f0bad720f0480590e8e74795ace8 ceeff156d513de1ac0de633f5f7b840a336343e1 cf83a4da9fc3dde588671db3ef461adcec3fb6ce d21031942fdb8ec824d28eee12a7da8c9dc89b53 d530e2d548f9db2a84c19c159d16a9102b4e3121 d60975819d91046b2aa3ebfd9fd2bfa67d27a4cb ddbed2cd832edfe8bb5a0886b614864cf04d1a8e de669fc6485e67915ba99d0451a6c1077a49dd81 e18692b3c99a589453b0ee188ef5563cad9b0d4f e187f06740617882abf3a09e62ed22a21c547ab5 e2228a4d1a420edded5eefe6b6ec27186f9cb327 e443b17c178495537d98f6a2e594237854cd2458 e717f71e1cb70558d50931d9edf18af1d430bf22 e7b0541db28efc270797d5edbf3f9083d5562fc5 e8b0c9f46e6da484f12bda64693d321a6f59c1e5 ea749ba313be02e91826f064bb42c8a54113e79b eb860a91c9c067e2df0a5ef27faf2a6afa7f631a ebe7656d4058bc6bcbfdd2de7bef8a55e0da16fc f46bab07f340adc7f68e36b509470093653b3b5f f4b47fbe9ec39f04e78625ad270303f3a8c061a0 f618ecc4f347e1f343e5bf538cf5c3dc3939c564 fa500875897a7bf38dee036616beb01bd52be664
Postgresql-Catversion: 201707211
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-10-partman
Source: pg-partman
Version: 4.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6621
Depends: postgresql-10, python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-10-partman_4.6.2-1.pgdg+1_arm64.deb
Size: 242544
SHA256: 8e3418c8f9c1e7bc2c558c0d17d556437d784445e610580d8793c739edcc047d
SHA1: 72ac110f19e531f197fa47c4ad7d9bee3589cecc
MD5sum: 065315f77e9292697d552e203061c959
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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-10-partman-dbgsym
Source: pg-partman
Version: 4.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-10-partman (= 4.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-10-partman-dbgsym_4.6.2-1.pgdg+1_arm64.deb
Size: 20188
SHA256: 2cbdba89a8662a57e6bf0481c875dee99b3f302b6d4ea35d83fe75b7549c98e8
SHA1: 1ede0acd224ee07404e88e468a46248033a7fe9a
MD5sum: bc1ec0899fb3bff3369cde22c16bcf23
Description: debug symbols for postgresql-10-partman
Build-Ids: 7c90d33b29917cca25504f9240b8d3e6201a3f4d
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-10-semver
Source: postgresql-semver
Version: 0.31.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-10-semver_0.31.2-3.pgdg+1_arm64.deb
Size: 22892
SHA256: 553843d3587879cb303b744b80a080c107c7b25abd2b02f47e14cadbacf8304b
SHA1: 4beec284a4fbc46a4ce694711cc3c322460fe2c1
MD5sum: 8a1111df5b2ed5c789f0ac00162e00cc
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-10-semver-dbgsym
Source: postgresql-semver
Version: 0.31.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-10-semver (= 0.31.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-10-semver-dbgsym_0.31.2-3.pgdg+1_arm64.deb
Size: 18788
SHA256: 2ebfec944180fed095187320b7f016fe9b41b31e7a4b7b5d0b9608ee804a2f5a
SHA1: 51e67e15ecd6b865aa12fd113e89c18d71f9ead4
MD5sum: 7d18a70b09e6ba996f0d63545e18ac57
Description: debug symbols for postgresql-10-semver
Build-Ids: 1ab6d47f6410e2b61ac0422568eff20ce104603f
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-11
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47951
Depends: locales | locales-all, postgresql-client-11, postgresql-common (>= 194~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm13, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: postgresql-11-citus (<< 8.0.0.PGDG-2~), postgresql-11-cron (<< 1.1.3-2~), postgresql-11-pgextwlist (<< 1.8-2~), postgresql-11-pglogical (<< 2.2.1-4~), postgresql-11-plsh (<< 1.20171014-3~), postgresql-11-rum (<< 1.3.2-4~), postgresql-11-wal2json (<< 1.0-5~)
Provides: postgresql-11-jit-llvm (= 13), postgresql-contrib-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-11_11.16-1.pgdg+1+b1_arm64.deb
Size: 15160732
SHA256: 7c09107478d463819034ee38e63dcbc5dbf794b1cd16719d7e13c7f3f193b9fd
SHA1: 2a6bb7714be23d88a2124ca018fc098f53146819
MD5sum: 5ba2021871f3c2b0696f5492f46b9c9b
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 11.
Postgresql-Catversion: 201809051
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-11-dbgsym
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15276
Depends: postgresql-11 (= 11.16-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-11-dbgsym_11.16-1.pgdg+1+b1_arm64.deb
Size: 13745004
SHA256: ebbf3c511305259d42a9f40909bd36886cc2e0efd9981ce8970d84cb8542c531
SHA1: 04d92a493d6f95f397fd7a8e22943c6d6bcb6b4c
MD5sum: 7f5a244c92a5aaf8997478de35108a46
Description: debug symbols for postgresql-11
Build-Ids: 008e6ebed6394875d8960468ebf074bda0b1de86 0231a537245ebb4a5ba3556b31e6d33c1d4a7c8e 028bbf53f2cf1261dc9a4c1843a516dd49950984 046d11298c4416daf0cbbe619e4977a564184250 0a8530b69cd88fddca231809a9d49206a3955ca5 0f5cdd1326b8729df1c30ee82c58a47b3bce2b3b 1121a9b278a3c96b8ad8f47a5601dbb78615c8c7 112f6ef149d98ebbe006b58e6c804455a20c6aa7 16bb6229bb4c350321676fea3d698f4439619b2f 192f6fb5e8f81f52887899cc276a8fcae74a1956 1a74e761a867b51059d2075f2174cf9126575664 1b99a30f41f3c46f733d6936deb87d459ab9cfe6 256843103bd79c15b86c56ca99515bbe18b53747 268574ce601540a6f1207e00156b5f688d9400c0 27a6a4dca56af9ec30468cca1a5ae0a2c16ab9cc 282e0c7fbad5068a855c7317c341c31276919701 290e75272c6f04f94332ff7c5f18b22d69c21ff9 2c020e371f94a9ad1c5a737596d9bf1712827289 2fa61ad062c275d390d081477b032c9381192461 35a08b02699669a5baa643918451ec15e16c7f9f 35aae6f81d3a1c8b21e8009f0444e60ca18eaa50 3683fe2192afd22cb69a4bad3a93bb26ce16cef5 37489738057f23474aeaf4642fc6799ae24fec5a 3e92999096c32335e63b04d00135658bed96e825 44f825590b14cab6705a530468a29dc557ab423e 468fdfa5dc5aa0a8e03443fb30b195739ae5768e 483b1c593795423c58590489eb4fb531b5621dcd 4b1faa9b34c0095deeadadf9ee7b4b69f948e19a 4cca0cf1df8b98a3a5d4fb41a53b4b7541f6f95e 4d098d729aa0f4bb436b97a1010965d50616756a 4dcf7adfb889d2a046d8d4a29bf042329ab6c542 50576825995a2b6d328b156b36453577e1352417 50b4a925fa5c4c82de68f4f6e45f04ff0e262102 547cf2f6633ac017301419b7a62a98aef74f55bb 56d06ee1a7ed580e86c7253b7f086c3bd99d1a72 588b2d4e34851b68ab06d425f9b47da30743d22c 5f6e83a95171284415e67134f366c78bd42aa592 63c1298a4011b9e68f051fb3e8482d3a0022616f 674078c16e15b4b3729f175f99dbf2084859bf1e 6802ffcbdcd0fcb88e15ae65b8562855e56359e1 6b14fc024035cb1e3fef7601234babd6f0f2f24e 6ba17802a8e4cfad74ea202b1382aa257613dabc 7197eb0909f036a1bca1f61baac3307b1d4f0f74 7725c0bda594288f93838c413c514f668490909f 77884615e9d65216173faf9716a7cffeceb97b7d 7a822586914ca3565ad1fb6181e72ff41fba06fb 7ddb177cc1cc6d117de923f5ed59a906603de59c 80f1433c63b2efe207ba09c82752f099b1afddb2 81a9bf7056141cd9c9fe9aa156bfdb41e2ff0a34 828f27575770b9697766ca5948deca47a7edaadd 87c1906f0e43a8b25874f7c144d90568e37eb4a1 89fde25b705018482952143529a96e7eba52e7e7 8b38d4cb17b61d2dff0eee2168a770ab8aaa6116 90bfd959fcb492c3301f8d6545a17ede2f9cd841 94ba1665a3a1997653cb63fb520653707f31fad6 96318307f44c8ab4cea4b12169fb7aebe51ada47 9a7c8a253b523e40e069c644b3fd2be5537270af 9af55322341e23934f55fa6bde235ae98147bf23 9e3d71ddb8803fbcfb0dcbf31ba384381492076d a237e36738a93876c4fb3c338d9c4ba48e374622 a9889739f7693b096ffdfe755b0f6f75d1e58a9d ac57a291a2bb63c100be1890dd35d806e4271e55 acd916d5a98e951070ecbb5424db78617124e8e7 aee04d3faab34bcdaf6350301cacd75bfa5ee365 b414e43260dbe52d14163676de26ea85d6980714 b45e66912e6ca103916ee5c875951adeb488ac51 b98c4598fda39ab4ccfa7754b5d037cb0f73326f bb4399728ac2a36f09a8f82dc1718e6176bd5343 bd9891ad67624484252090b0c42c6d858aa307ab be8e50ca1fe53f5ea41064bb6e19c47fa5483e94 bf53f124533b49671c3b206ceb550e9df60dd5b8 c660c29726e95a4b32b8a697fab3417f4336b934 cac73aef88483c3c55e67286e2535efb9d85c073 cc467d43be1e88ef07f33a0e0c193d6d0fad557e ceda2f685cb01ac0c863bd1b90c2ecef37df3fe1 cf92c129d700ddc157637ac7879517430e32797a d23cc35a54f1fc1189a7f0118cbeb3918bf992fc dbb13d597ca6989f610f8d4d765e5efc45300838 ddaeaab854640bf76dd5e61849e5d5f08ab99199 de4302cae1ea3562ac9ee0a1446f52f3b69318ea de754088466970d20f1197e69df35638b66b9b23 e600a2339df5fb6ac47f165605ff7678164ecf60 ed9d1ad428eefe2543aa8ca69943a0791e45e6d6 ee070d5d80abbd35f936f36538f3294ca10e8de3 ee49f5b96022ca8d7c19bc21d63f47438e5516e1 ef11dfa580ec116ae31216b24b6566e39fe2eb6a f2652ee9d1be8e6eacccbd5db1fefb11cd352b1a f291dc66703d79ccd187cf4425cf40da17bbf425 f931853a103f9631d0f9eb4ae16248a78a18e875 fab0657ada53c83277c292fd4e4bd2da4073cac8 fabeb8147a096a5fa2b0e62c6eacb5cfcde35cf3 faebffc3f116afcfc67c6fe574fbd566b1ce3b32 fc7936c6585ac9519846806543772efee89ef037 fda67c58bfa6876c30352ceab21343af75a68295 ffaff07d656a2936b434ea95b620efdce24de4c9
Postgresql-Catversion: 201809051
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-11-partman
Source: pg-partman
Version: 4.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6633
Depends: postgresql-11, python3, python3-psycopg2, postgresql-11-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-11-partman_4.6.2-1.pgdg+1_arm64.deb
Size: 254032
SHA256: 8eaa0e020a799254c79c23a3b10349ff2a34da361e92c367a80f12afbdeddec2
SHA1: d7be525d761f69c05844d0d7ffba07a316af177f
MD5sum: 449eda8efbaf6cb4da62f303f35469aa
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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-11-partman-dbgsym
Source: pg-partman
Version: 4.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-11-partman (= 4.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-11-partman-dbgsym_4.6.2-1.pgdg+1_arm64.deb
Size: 20452
SHA256: efa494cbff799bb28f19d75b71b36366f3d4fbf244a5c341e0b842dc156c03f4
SHA1: 4d7e3ccbd09b75fcb8e973cedbf5e9aeea5d07c8
MD5sum: b4902fb1f22e137b217b4477c618563f
Description: debug symbols for postgresql-11-partman
Build-Ids: ee9b91d6027a6f81fd8cd88954cac1cf95c47662
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-11-semver
Source: postgresql-semver
Version: 0.31.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 123
Depends: postgresql-11, postgresql-11-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-11-semver_0.31.2-3.pgdg+1_arm64.deb
Size: 36352
SHA256: 21d6a49f9ea6502b26b87823a772109a5599e0a5facb4225c58523f5cdeb43c6
SHA1: f944e558206a25e8f9b97bf9d245360ea87d4c50
MD5sum: 85d9d882ab96e7707250c168fd684c15
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-11-semver-dbgsym
Source: postgresql-semver
Version: 0.31.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-11-semver (= 0.31.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-11-semver-dbgsym_0.31.2-3.pgdg+1_arm64.deb
Size: 18892
SHA256: 61d781093eabbc69d401bcb186644982a8fd43c75d2336e0d898405aa7b4b31c
SHA1: 64671ff8040e0b3321357b546fce90b02f654c9b
MD5sum: 0434d89eddecb5f2b6e48fde552f5d05
Description: debug symbols for postgresql-11-semver
Build-Ids: a2e4e76361c6446c22e79a237dd9dbb0dbba2d53
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-12
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50019
Depends: locales | locales-all, postgresql-client-12, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm13, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-12-jit-llvm (= 13), postgresql-contrib-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-12_12.11-1.pgdg+1+b1_arm64.deb
Size: 15780124
SHA256: d4a10ba0d92fc12da854fe9ea2992fdb0ff3640ff51a932353da0f7462dade82
SHA1: d4e3ed1f8a61e1b28dd6fa29a550692f455f5b95
MD5sum: a6332a8871737c8f3739ba8cbdbf49a5
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 12.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 201909212
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-12-dbgsym
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16401
Depends: postgresql-12 (= 12.11-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-12-dbgsym_12.11-1.pgdg+1+b1_arm64.deb
Size: 14821104
SHA256: 9af9b00af248b89da2a131aa5e73921637deccab11ca4954cb5b1787d53e8c67
SHA1: 41787a55516ea72785ee200353485d69d8363b74
MD5sum: aea74dd479e8161e1b82083e0e5ebb10
Description: debug symbols for postgresql-12
Build-Ids: 024b7ecbeca28a0bdad3eca88ada2e5bb9c77b4b 0330e65d931de16d67322af028371c24069d6832 03b14d6f7a5acd8686d871c70f267374b4cbed95 07898755c1bc40ca169a6683a87a1d3967a7da09 086d12c3193ecf9fc3afd57de97a45c393eca2dc 0ae0a9941fcc9c38298f814a5231c2f8fa3415a8 0c1319db72b5ae33f606a85b43c3cdc173511d10 0e5c662d8a4eed9c072d45919ac2e54fab10798f 0eb5013c53e764d199977500e59c1ec1e0130034 107f7a3435a89db8ee8b77f7f5d21b138fc1db62 11568a4c486a2486c1c29e51391003c8ba685d58 1d32d32f86eac1b751386b098d01cebc32568aeb 1f2f27da2177928a93fa0edae3e17bd5be21731f 204c4d1274f316fc6c36ccf73f040778be73cf19 20fb72b3977b9e6e2517774d07ab99f113389458 25085c8fa58a813d7b413f3b3beb0c900b22ca27 28b763f27ef692a4e84c05101dd372aedc67dedb 2b5e0c1a4bbe5a211b4aa82ad1c66ec3cb2f24db 2fef40f52cab7ba565669a44319ee8b55ad1a3a8 33ecd98df9c79bf8fffa524e09393783d794998d 354e7e3116fc62a61c278f860370997d535cc652 37daf3f10a34a6ca10e490531aba089e7ebb1ffe 39795275f3634c8bf924b74ec3c97f6e7d754b4f 3c42e7e5c2dc7315fae01ee79eeb100f743e8233 3cabd8b2cb3c7c18beee7c1028dd19d4cac206c1 407ae9a66b097ad3bb21eddb13c68a5301ec43ee 44fd2d1239850b43b691ef4cbaa999e219655386 467220d27b56988d11a68ee26c3d8d23d2a86e85 472f84f3e90a8527f1d61bc1eb2ad646af2ab886 4841fd1b6b491aecf5dbd5d28fa72e2235ced974 49699b58691def7911035390793ab1522dc891ac 498c36830f47e0c4411d12cdee878a007741bb63 4cd65ff8f44bb59e214d21190608a4f681205b9e 4db218c9f909fdf2a431157d9c83591f3e3a15bb 54b09896d0d8f1772f61458dd7b3f8f8f9a6c507 54c500544ecc0b1e73eaccc30474e1b23b55c6f7 559e4fd99eed438256af6ef2c1e7670039bca41b 56e97c239ee6465775a9a729d9c5bbd7f9c44019 5b4bbb603244c5a8e119bf2a591bb3f38531db70 5be6ce84f64725d08058b6db6ae5198dfb59e44c 5cdfeb867ac3ccf817e2c000d3d50dab671c5fee 5eed9aa606a939de966e0b14f6c0e67e8944085c 61c575125df8ef30388e0c9b31c3a99ae2787f5c 639a9fb56fcee0a7c428c551f67de3fd84ea9581 69b854dc607e6ca86516f0419b9066f239433c8a 6ab9c82cea056f063749aa5cff55cbc3743ae4de 6d769483b8539ee97813b0141d4816d75b5b5e95 6e73b3506dc6d10282e2c75bbfaca3af5517bcd5 71b33ec5b6aee7fc0320dbfef650fdbdb392acdc 73cf703b9b65c98cf135f0bbfe51c0f70efe6785 7a70b2d349feef24568e5e790e9850223808c6fd 800efc4778185245c209fd54eca3a3314aad689c 80cc6f05da37eff3c839dadf40cce8427118b8d0 811ecd577e20104a4ff46bef30cdadb6ace851bd 87f8637932b4e6b3bd7787f0be2bc23abdef98e6 8ae366054a60ce0803ff097b610c3f224ca84925 8f5a996294aedad8aab2ce006ffd81bf6365396b 92c1563026123a50a1fd58d83b9b043163177276 93146694c4cd53aa0889049f7beaadacab9f5b79 97785223e742a7c0025466037be869c61625efbb 992abe1596065fb2bdd4e2dd1184280b90504f6e 9a773b1ce519a983b2d2fba4aa1a8c500ac2d3af 9c739f73f116ee97bea8bc934e27234005125f3f a026c4e3181763f060cd7d641fa206ee426daa29 a13f03d6c044e4d9cbf531809c9a7727cf963380 abc157d17c5f1daee7fe11b6c9f581809ab73250 b5c5f58b05c9eaf0874d5319f2ab495450368f03 b84b9927d967fed9935cd7d8efb3bd8d7c195fb2 be1f83ce7e2b9682eae7295df930d5f9d58e268f bed740195f7d04d9b1becabb8155497a9b521705 c15efb4d588d49076c306c06712f54d9d0385545 c850ed7cf6e4b12577e9dd33fbbd867dea04d0dd c8f10f89b28fe16c7e84c7c631897680fe970d13 c9c0c28513e1d8c022712fb7c8fdb7bf0cc82712 ca12a0d3eec6e8136a3acd45d6b05b1320817e74 cb644425cc39e8fbbfa68a33be6d72146233a104 d1630796f89e0e9a6a60041d3d789a13d1749a7c d4b1aae48ac4f05176c61394443b5eb276372dcf de455c41555f14bc0b92cd4234b2b00b87dc54fc e04e199d5a640721b27f5dab1e94d9ed011c5e09 e0ea2ccf4fd1c715c7507a7cd6c48ff9a6ba0515 e2eec8fadbaa522acde43701ed101bf07523ae7a e4b1206172bb561e00a10e098b05fe55798599bd e9bff9a55b52886947f746eaa0e9cfa8530d53ad ea21c0f2ec96c7f51b2adad2b7a8573f32e076d5 ea23f6c86ffff02a376a3804459e7d80c3422b04 eb77af96f536a333b350f2194ce3120255127ee5 ee00e3c29e9a53230d515f85cc11fd6b5e7d7589 f1e75d0a6c61e4138f9d9c1f2cacee3883c018df f2c1c2c0c76c47de1965868d165f86d318d63ad5 f5d9cbef6f00c84b23d76eae1b865a83d25804ae f6f4437c1f6bff631a4fcedf92c8ceb7f019f3dc fa9afd6bb43d0334fc7005aca1c8f41b65e905c3 fbe683b777562ef2baa44e6e7605a307eea5d323
Postgresql-Catversion: 201909212
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-12-partman
Source: pg-partman
Version: 4.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6632
Depends: postgresql-12, python3, python3-psycopg2, postgresql-12-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-12-partman_4.6.2-1.pgdg+1_arm64.deb
Size: 253956
SHA256: 09fd5a2b8192d8051d6ae08846f408ff825f77783728b7dd720d5f49d9de82fb
SHA1: b5ae6a18775fccb98f0f7909e59c8742eae203ad
MD5sum: 4cdc1eb7e825c694116dacc3e6a76733
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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-12-partman-dbgsym
Source: pg-partman
Version: 4.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-12-partman (= 4.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-12-partman-dbgsym_4.6.2-1.pgdg+1_arm64.deb
Size: 20824
SHA256: 80de7651d2160d78bd5be1afe42264c060906dc87f51d06c587d4ea42ecf7293
SHA1: b5a2d21655e5b67fa093b3a9df9f13c0d82459c9
MD5sum: 85ab509ada0b40a18e1db93e41f47b24
Description: debug symbols for postgresql-12-partman
Build-Ids: a7e0b92cc1b50cbbb933b27e126647751c418f2f
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-12-semver
Source: postgresql-semver
Version: 0.31.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 122
Depends: postgresql-12, postgresql-12-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-12-semver_0.31.2-3.pgdg+1_arm64.deb
Size: 36276
SHA256: ed21e0f38dd173f7503e8e69687df9b98bbfed72f6a1482edc47410a13fa2b14
SHA1: 369afffca8d228e71bc42e34ca541dc9be0f1532
MD5sum: ca4aed6a772d4c76c0c54ee90e4c1b4d
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-12-semver-dbgsym
Source: postgresql-semver
Version: 0.31.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-12-semver (= 0.31.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-12-semver-dbgsym_0.31.2-3.pgdg+1_arm64.deb
Size: 18784
SHA256: d2b5c87ec5f9eb9c6362c398d171e2e995ef92334fa71db38c186bf8cb711ec3
SHA1: 067d9cf7c50884fa2706586e00d435101089a45e
MD5sum: ced685d304b858e0c36913380a5a6814
Description: debug symbols for postgresql-12-semver
Build-Ids: 166b9a1785abf03b407b63e61316e518e5e06ca2
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-13
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49940
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm13, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-13-jit-llvm (= 13), postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-13_13.7-1.pgdg+1+b1_arm64.deb
Size: 16087992
SHA256: aa3adcef066bcc04b897516a308d6141921b85e131637b684a68905476ae9c54
SHA1: 96cd11b17f1f1d3e6aa082edc079d39e7cdc2083
MD5sum: f149302c6d7f3d91aad050f93281d45f
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 13.
Postgresql-Catversion: 202007201
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-13-dbgsym
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17207
Depends: postgresql-13 (= 13.7-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-13-dbgsym_13.7-1.pgdg+1+b1_arm64.deb
Size: 15596660
SHA256: 3d53c01a8a827d0175fba8491c96c92bdbed94ad14e32ddfef41bfe904b00093
SHA1: 543c18b0d2939e51886a331e9ba1a41a0b4e350c
MD5sum: 02de1523bf99ec660e5e465563b114fb
Description: debug symbols for postgresql-13
Build-Ids: 00c917d2361ffc6107d709178fe5d60573af3e17 021a2057388d1185880459aa73c2badf89f8287d 07dd65869c77e81ffb0a0feb33877cb56ae00936 0929c3f9916bfd4d93146fb8ff65e7242e7ff3a2 0e503900b92a2c998dda3aaf12667542bdbd0a15 16c39fe0df7fe33d194d0568d735628a0707f31e 17f861e74ac08788bafb6d66dc5c9156f17abfbc 18262ab3272ad5e7b9483cb657ad2cf77d1d2657 1a2e1ad300b900791286403335204c2e6cfab0b2 1ee865de4e3a4aa7d909ec520c0903ff64eef993 2477f7c675d5b6d743e66b4575627d851229cfb8 25f75d576022eaefd0bdefb07e44b4e021284d0b 2e1d8d3d8c27f6709f69d295e034559660f176e4 2f4c4aedd4b5c4764930ee64543d6b5868b0a55e 34103135578266752810d1c75676301454231367 34d4005c09a5b282ade12d6eeabffe2821f6a9bb 396b05a5c4c910abc853270612cabfc4a415df96 3996974011479b2a84362f717060bea6b0f631fe 3beccbd6935fcc061d9718868718511dfbf3be5b 3c7c5a5eca3c384542aaa76f70f5e6b839a318da 40ad6fbc9f3d985f066847b824e55e208b753f82 43a117161e2d25009d81caa54d3934f298da73bb 4a519045a0cedf60495f8d03bf34410200791804 4b439800cae4723e1e9d9464a6f388c3e52b05c3 4c204844408cfb0668c711d3b43560b7058c96ce 52c5ff9abe97e4bba318f631bc7a62f26bd24458 57133767ea480a536906ffce0bf895b5d2beed14 5bfec294147a027f083865e787d838321ca0dbd3 5c6111ff94114e131673a4821480413ea3fd47d6 5c67801585545068bbe130d73a93197bacf9041e 5d101ac5107dab6e20a6207443bc7a67c1904f5d 5d310350b03e25ac2193cc788e87807e99191757 5d734723daa48482521134c5bb0e8a57005f6294 5d90b82c7267ba6e6cf0494201b29021e40840fb 61e5680750bc39acd7fc71d2f3c41d958ccc1326 658a2aedbc3020c8428aa9a2181c0fb3e9f80c30 6aa6e4267b74dafdef18f68d77beef5973d2a13c 6b58218626cb0675c7f5ff472462b7c5e876d1ec 6b64834c7892596e5c686eb29e7181e463aa0ec2 71b12b83005b17af07d2caed8322646965a78fed 74f933ad0453074923b9a57b72f7e74b4c0c09e3 7c85a78ded024ebe9d5c768721c910750936f7b9 84d0eaa2537bed5a05208ca31d1655ed9c1389e5 84ddaca20ff325c4d9c0f52e43c5e76bd8563ee6 86beb8f17814be49d12071f5bd6d760877c7c6ed 86c6cb48c74b6e5ae7f8a5bc022e4d3c5d912d19 892c4a844f176bf2f31945456a094acefc61caa3 893238b4ebb260a984ce52ba9c7adbd818e2e00d 89354aea79f2526d37d347676660525d6634f32a 8a2d92abdce54e364d67a5597fb29d2bf13126e6 8abb706e817f7797ea9442ca8b7dd4c89a05e302 92ed7ff8ca35c6e136a60afb7d0c12c79f2a364d 94a84e54f489413ca8b66cb3712822079088d4bc 94b006e28a4762f3c19d0415ba55a02df15bd15c 97c61fc79841a1733d28cdb1de9e4a8107716871 9912f82ea0c592b3f5c765e60b0a5149424c2413 9ac7e1e8539b18b2d237a020f4462bd898b4a3c3 9ac84e2f8b87f2e4ea96ecce33016ef5a0462cf0 9da551547f1d705b28f4997d6282ed3b2f8d8806 9f1566acfd1e04319ef691d8295ccb7f8dc5ad83 a62355e6e6198180c2c12eeec3462ac173e06daf a9c061a8b4d1fef4b95225de70abd02f1f0a2381 af1f321ecf184a905786ea2c0202f52ee5ca5ec4 b389044775e7f36ed3e974f79af27a381976f3df b3d9a872efe515cc44a45b4930bd420f9ad1b0ba b3e566c18e8a11ff380dad27a0a02f8bfc156f05 b4466f0860f6a51c5e4d5535bde1a18d33e0a786 b7628c4bc5817664378e4f88ff3dcf437d6736d3 b7e35e66d51ea3c174cdd40d5d14cf3762a503cd b95dc2aed66fa1c71a77d3855f82566341914ee5 bff235c5973a409e170705fd3e5a04eefd12b799 c0071eef2f692b281856fb5f8a903a29d32d2b3c c03e8d914829e00c5943a7a47000cae855f808f1 c320bcbcd3e84f9e003b8a9dc7e59d9a6f67c381 c46bd0fb000f2bd24080cbe6fb94354bc1654403 c62733ab81a510cbcb18b594a8b1389195e3d74b c68e559a447d9c394e4acc6f7758ecf6a8ef6e25 ca0aac76b5ceaf362a17520a0ff6e41dedc39c07 ce53c56955fec2176a4b478db93f0513ab1717cc d3e9eec73bc46cd7d9f14974f5df5277c7f545ff d75adb0f0b73d49c9d088395baa73d388061c6ac d8c8ba4f6b9d919e68e1acc08ee18998e58dafd4 d98d77a24af6065f57323672fdee70dc4ab55e13 dc2c8474277ea4413fbb69002a62d7a768aeeb9c e4f2c69137c4c2d5142932e9c39ccd2c60ab49fb e7d9b38a0b35580a1db7f7cec412d16231dfefad e9e600a964d878fdd4cbe49cf45513b3b5b3a934 ea996e9a4d75ea5d85fbd9c982b1869017d35c01 f7688044d1088f66d1090efa06e093155fc8519a ff0b97eba1f365cfc35c23c2a04c0437b6ae35d0 ff704b3351ad6fe2cce7f16eaa87aa8b7de0eace ffb6e45d8f7524d2b4535899e727d4327b9af205
Postgresql-Catversion: 202007201
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-13-partman
Source: pg-partman
Version: 4.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6633
Depends: postgresql-13, python3, python3-psycopg2, postgresql-13-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-13-partman_4.6.2-1.pgdg+1_arm64.deb
Size: 254936
SHA256: f0271174c38998b686acf1428967023d842f1b0c5fa73af53d17a663a259ae28
SHA1: ef847830831de443b26a61a088e1a3715d572a30
MD5sum: 95870a3b5a783a4a5cd72b34c3858cea
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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-13-partman-dbgsym
Source: pg-partman
Version: 4.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-13-partman (= 4.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-13-partman-dbgsym_4.6.2-1.pgdg+1_arm64.deb
Size: 21832
SHA256: 047ae2f22423a59e7198494d82ff24426432b9ce7c72bb0b35190b7b43a369f1
SHA1: d78571dd8793aafcbe09dc219ca3ba69a2159f87
MD5sum: e4244ea0101301c0cfd01f71fe5f9282
Description: debug symbols for postgresql-13-partman
Build-Ids: bf4124e503f5c232250cb0bf6d0439edcd31b796
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-13-semver
Source: postgresql-semver
Version: 0.31.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 123
Depends: postgresql-13, postgresql-13-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-13-semver_0.31.2-3.pgdg+1_arm64.deb
Size: 36508
SHA256: 29b062126ed7c5e99fbb3ea1100d45c65931d9060a2f62f6c827acf369098d46
SHA1: ff3da2bf32ca4d8a5ec10c621c9cf446a1450960
MD5sum: c0a3ef63459110a55c88d41f62bc5c28
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-13-semver-dbgsym
Source: postgresql-semver
Version: 0.31.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-13-semver (= 0.31.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-13-semver-dbgsym_0.31.2-3.pgdg+1_arm64.deb
Size: 19072
SHA256: 9e60d63c0ae71ece2d64dc7483c7cfbf338587d71cbd54ea4475c72a479ff51d
SHA1: 93ae9361ee8eb32b5db4c32272d13a36b3880788
MD5sum: de72bb2f068c9d4b71fb5306e1c73260
Description: debug symbols for postgresql-13-semver
Build-Ids: dc8d8b215ccd677164fe777225c70b200a37db1a
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-14
Source: postgresql-14 (14.3-1.pgdg+1)
Version: 14.3-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52060
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 229~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm13, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-14-jit-llvm (= 13), postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-14_14.3-1.pgdg+1+b1_arm64.deb
Size: 16911920
SHA256: 92e6a19ecdac605d0dffb7b121f38707521d8d58dae6e60c20a92fea0cc9608b
SHA1: 7d8ecbcf9af9c461bfca1dc20eee0f7afed5b9cc
MD5sum: c973ab151d29555103c5549fb2df5aea
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 14.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202107181
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-14-dbgsym
Source: postgresql-14 (14.3-1.pgdg+1)
Version: 14.3-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18277
Depends: postgresql-14 (= 14.3-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-14-dbgsym_14.3-1.pgdg+1+b1_arm64.deb
Size: 16492336
SHA256: 0430fe0b440edb80d29e1106df9933f17e09c6bc7b5514b8a4f516ed1f6b7f38
SHA1: 286442f05190461f030f431694591cb9f3a69220
MD5sum: 0b26a01316746ec2f924da01939bac08
Description: debug symbols for postgresql-14
Build-Ids: 00c01df9cbeb930dc5a69bb2249b3f9d0a249863 03650cb6c30f051395cd297504b8c53ff46f31ff 04874d15263a7342dae35c0674992ae3562c1da7 04ef4e6ec33a728f76ff14b6282a5dd6d480e38a 052de76c7d38aea9533890878b4f19739caa9e54 09f9bf2aeb4141fb1d78f9d4931266cf8672aa1d 0be1678455bed6b6e7f44024b5c9be552c71e723 0cca70032969a00bad6bd15c06ca4e9beb2aa08e 0ffe1bdde473ddae294b0db76685fb4f596b411f 136d9019a3f5eeb560fdcd27cc1cb31d31d9b2bb 17e2971bd379f2d598b459a996a10a036bff92ad 192083f3952d38d3e2c40e6496df55c53ed5e95f 195de8585dbc0cbf1cad32e7a39e526108308465 1e6dc7861fc0416415a673636735c27a9f6dadb5 2236135781ae159befb6c867f102d42621a02df1 248b78e03200b3e8d2baaf66b04f80bdadd17e5e 2a6deb36b76f40ce0069c837bba8275d2f9a2ddf 3016dc651f3b1548e3c572d58647ef8bd7939dbf 30a7cb200084d59d80a16ffe6067b1b34b2ba920 327d3b0cec72764780df3e8861dd27d9c68e7434 35e9401421811a5d7eae0f3b2199d73cd93e6913 38ca3d32fc452e56f4c8a6f3089b54f4ce8ada64 3ab1955ac580c3cd8b545bc0abf451dbe244a81f 4355cb2f61fc4107094884916e26189a760db9df 45fd420f1cf1e16a3b1a4116f1d149a6cca15b04 49cdda31e1628b71b09ebb819977924f46dfba70 4c05efa813418b7350a8581cbec3c2b50dae5385 501769eff5d48729b2b4fe9a0d54779a22536d0d 52c460db44f0d773065af164d1fc7bff6b3a7264 5c3559e1a20308ae97281c8b6c80f1b765feb563 5fe2f944fbebaadcf133c1981488206364073546 6105736fa8784e7dcb0f7d1936cc02f33da1f4f4 68acefbbc6c6d38cf68babd22a41e50985d8b8b0 72e31861d22bcf361693ff942c5d364ed30c0130 73462bd1abf7e1ca00f3e41e8af33c32fce81848 76a53e0326746f0350c225b2ca7d26e9aa6bcb86 77924a75230e63c338da0cccebe386dfe75a829b 77a512b8284169432d49b3c031bef43fb1b34a1a 78ca7c64500201224c1045706dd84869f0108475 7a8a8d51662e0c0dfcc3b891964a1560470bd12e 7c76cb50aa3c401f1c5b99b56215c0e0e76088c7 7c858bccdbae07a2c9bcd1da9d104f9ac37087f7 7fde614f5560d2833e244e435ae63398ad99952b 80b631c81a33f41ec269af79a396a2126d0fa1a0 83706ac21891b4774f3c6d81f9a25dbccba1922a 847f8a47e8556b09814e7a3ce84d5cf421b18b4c 84918f4089d95ca22acb91686eeb30cc77a98a6b 86ef65a04d223f79f6de26e884a62b3ce85804c5 87421210dc877cae875bde1f2c184c090d85b8e9 8c311ae663b3369aefc1e417f494fbd3f5d301fe 8efd52456ee7e4955b6131594778235998159fa0 91b3055538c47d124a985eee3634c2d78f32c934 9c1975097ef232964e34992784263db8cc34390f 9c40be07e22fec1f27216f49e55dbfea75a802f9 9d03ab498159672a5a9cfadda4ddcf0ff7b8d2b1 9d84345ca8eed9c6b13f724e457674094231240e 9e11c72aec6f74ae5c37d9c8b75d905219164d16 9eec03aeb6c8aa81cf36811a40591881391cea79 9fccd47dd0d8cae29f743e06a328b0c0b59db181 a00514212ff98de225ba7097d15e6d2d0da6ed56 a11d790f7b936d5f1ac797a100d089fb7de7e693 a316b37955f2e1db863a80f0afd94e345bbe78a0 a4cba0a5d455ac5b75398b09400601f0c2b8fb1c a5c52ab631133dae006a99e99438bfae7c3e1f1f a654cd80971cec0fdced77a678ee35d19ae80a2d a6bc52b1177341d27ca118bacaa3f61c56235afc aa8eaf27acd1d6862ce6dbf1238e83f1f7fbdfd5 af1c88bab971bd84f41775926673a061a6631f24 b188d96820d4fd93ff60d8419f9603052b57fb01 b4a0f87ca53e5fae8c038ed1c87bab82b8449539 b618e5fc0a175586089797d15afacf87f9c5392b ba93a709e05e4e5354bf9aac9c86226e175123bf badaf52cd8450790c3129e3cafd6dac10a5edc18 c4aafc7e21222a2b1f18a6a5781ffcb054c8bf3b c5ffdb13e11f81d5b685ed623af6095c82fa1f85 c66b50084e8a78bc4828c1aa24d8ccaac7c4cbb0 c815633d4c77b9aae1df7ab7f73e260c2a0a98df ce06882c688a073f1c2d3428babf6eae7c6f63f8 d14fed1b7c7affeb0a8fd6211916ce0e3c547e56 dcebe12ac0e985e2947f6bf8103e0b7ee158518a e02a4ce067b3bba87cc7b5227157ff97ee3ee203 e06cc7e7d035cdb2e758ca01313587a4609a5722 e1c629fef11479f3b931c80540aa3d331a37a63d e3602860b115cfe275076102f534063e62717b7a e84f66934e1a15038a41dcc7daf1f6f4b178d0c9 e955b2e76387e5d051aee184bca444eeaa7d36ef ebef2ad1b8c0be91c341cc441f32599b39670f35 ee553237f61149624a6a280837424be76dc5269e f24bb4466d05bf4fd06f69ad85c7f0d3d20d71d2 f2b6235dda950bbe547042ee80acc0b7673a055e f716b095f2f9b5b9a8277e282835e8f29def16f8 f9df4315b20bb80157b139670e4f380bf4cb977c fdece12a9790c8454b0f637edbb9ba10ff8e26f1
Postgresql-Catversion: 202107181
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-14-partman
Source: pg-partman
Version: 4.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6634
Depends: postgresql-14, python3, python3-psycopg2, postgresql-14-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-14-partman_4.6.2-1.pgdg+1_arm64.deb
Size: 254956
SHA256: 6dc6ba85bcc0ab77b449288a13fbf989f889a1dfde56d3179812b182229dfede
SHA1: ac31f7bb7a4bf4161e6f93ea7f29c98e36dc8cc8
MD5sum: a5b93423318d02018a9eca2806b26760
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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-14-partman-dbgsym
Source: pg-partman
Version: 4.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-14-partman (= 4.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-14-partman-dbgsym_4.6.2-1.pgdg+1_arm64.deb
Size: 22320
SHA256: c29cf127b85c6ae70390ba73bae2c42577f3c7b546dea0551904c70007f80c2a
SHA1: 3279243c9d03cb63875ade538a1d20b5cc55a870
MD5sum: f5e2503ff6f70b1122a39717697b12de
Description: debug symbols for postgresql-14-partman
Build-Ids: 308c7a719b50ce046401690e71e5b7acc87b82c7
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-14-semver
Source: postgresql-semver
Version: 0.31.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 123
Depends: postgresql-14, postgresql-14-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-14-semver_0.31.2-3.pgdg+1_arm64.deb
Size: 36480
SHA256: ddd87c458325a231333b650aed6f20d92780146e59ede31d4239437a09fb7264
SHA1: eb9971522c0fe278a93ac9524b13a5df8218ef24
MD5sum: d27aa0d6e4f3f32282eaa17a0fe5e0b5
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-14-semver-dbgsym
Source: postgresql-semver
Version: 0.31.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-14-semver (= 0.31.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-14-semver-dbgsym_0.31.2-3.pgdg+1_arm64.deb
Size: 19188
SHA256: e837225ee93aec25e59c036656f57e30abb97c12789b02b1f9f4780772f391f2
SHA1: f1e69a9483e624247b6914f4c6795e754401ba9e
MD5sum: 31adf990c13becfc9d45a6b20906fc17
Description: debug symbols for postgresql-14-semver
Build-Ids: 52aa1bbed511efbc96d42ecf1448908d83b8cc7f
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-9.2
Version: 9.2.24-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17913
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3 (>= 3.0.0), libxml2 (>= 2.7.4), postgresql-client-9.2, postgresql-common (>= 135~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.2, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.2/postgresql-9.2_9.2.24-6.pgdg+1_arm64.deb
Size: 3457064
SHA256: 4a1846d90f657af83067abdf163f4a923afc0ce45ec6fc840de49ccb1f1312b5
SHA1: 963194407e2785ca209c323df7296e79c1c349cb
MD5sum: 21595139729ffc07d8db5530ffc258d7
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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-9.2-dbg
Source: postgresql-9.2
Version: 9.2.24-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29403
Depends: postgresql-9.2 (= 9.2.24-6.pgdg+1)
Conflicts: postgresql-9.1-dbg, postgresql-dbg
Provides: postgresql-dbg
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.2/postgresql-9.2-dbg_9.2.24-6.pgdg+1_arm64.deb
Size: 8388704
SHA256: 7d93682e0d0edf1433b3d70b55359559dda61ab83388e1785f685821d0c5a221
SHA1: 87440efe2052bc8da9f0445dadbb82c18dc7c9aa
MD5sum: 6b46534d8c8a9a0197cdba41503b7a03
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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-9.3
Version: 9.3.25-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17939
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3 (>= 3.0.0), libxml2 (>= 2.7.4), postgresql-client-9.3, postgresql-common (>= 142~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.3, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.3/postgresql-9.3_9.3.25-5.pgdg+1_arm64.deb
Size: 3497844
SHA256: b7ca007554ba14d0c991c021b6060b3beb1395243ebb85afd29b2fb91112a058
SHA1: 70053384ee6b677a9fa7134e6ce96583df4fd9a9
MD5sum: 23146c5625ed4dbfac8edc4860434252
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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-9.3-dbg
Source: postgresql-9.3
Version: 9.3.25-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15538
Depends: postgresql-9.3 (= 9.3.25-5.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.3/postgresql-9.3-dbg_9.3.25-5.pgdg+1_arm64.deb
Size: 13734204
SHA256: 9842025dc17515929004c65dafa964856808f061079f32c19411ed0b6462e1b6
SHA1: 2473e5c374485c11f4f3e0a1b3a706f3e879a99c
MD5sum: ce0c00b4496bea634a68ec23bccb5796
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.
Build-Ids: 01c8a088fa730bde7b718175dbf8df77fae9b235 02ed5a01a27b3b84ab8bd0b05dc29f51c27dfc03 033347a5b45f1a803a8d564df8dc24aed6f5ebe1 080c4869c8f29618324915684e0e3b0c24bce658 0941024ea7fa73fcc0e9f5ede22744d9bad71e82 096228a8ce3cc6d88f74026152a0868a706919ef 0c3592fb1b179b846487e2a35470af4384c7120f 0fb9339326949fbad312a5a1015869e97db0c806 0ffa3b80ef976cd10cdce50277046a449a99c1ce 12bdb0c027634af28819fffb8647e731040c073e 13a8aa2b2b58d6a49a1343618f55321bff4b9d94 14e299dcb9a2795edfdfd597419a6ab5a2a1a1e8 151e8392626ba4207c9fd9e15ff021f49137c08b 156e62c13b9e77b1eb0b7765b8cc2fef8b64dc1c 158b49d950f628f2340b08b7a2cf525b6e8c3b70 171b886559cf22905c2ef08a79af78d086b2acbc 1a72f4a12e35caaf8b96da3aae183f0209b5b660 24fe62dd86d31a57bc93d40e821e557504d60926 26375aa139f9339437d025e9edca48ff080c6c72 280124384636c1e5f05ce1c74341f61b44446438 2f04789220819440ea1c4fbea7a84f35a45b3ac1 300c68925271c501f479ffd5eb1d33fc35531bff 314b8bb64a4ccbcbd2b3510df1935f233636fe4d 3495af063cb37f44813531d1151261f622ac4ac4 391c624fd5e0b4446cc6108f32532915110f9cdd 3e47fd42378bec7a7c565c6749bf65a656ff7d09 406a32b3e90a1754faf57aa37541f481a93b3a20 41d19b6db0eb19c0ae2a1b84ff0d8b5b42452594 4292fb8e244b39425666b817d566ada4c9299dff 459daa67676aec91e5396ad7fc4dbf493cf807ab 46e7c8999b7159e90014b4bf5eae825eb5439450 489890a442bf58fca383e27bb6113b0d586b5480 49d7e9437f5c9e9998851deff074a9df0798259a 4a1ca27dd483714341b50ad9be755d7e3cbc75b1 4a20ada1ae82bb65237da49bb12b7e27e2e8ad45 4b56e00163589de9942b2d14f4011e7f971c3410 4e74b4649a052a19f8dde8e787161b246cd434fe 4f8307f80a032e257e69d1954f10f7fc9805e878 505317f66a54ad7f86650196553766ddf532c23e 515ad1e8d37a611ccb6bfad2de7a31e203f695ca 536b45d6eac8551c7d395eb124dab4a85ad826ad 5b9cb64c5e342dddefe9c313d332b2a56737df54 5ef3334dc647e69fdc749ce7ccdda1b6919529ce 5fa15df4073cc0aa2906b76e164c5b2ac8517791 60da38a5b1b605465840be13dcfd186cd51da909 6339282b3dfcb21a41211c16acb82148a3d667a2 651f5ad07477f9d537899e51dace8edf4758a9c3 6865533df326778512ee678bf78320635f1ea94c 6919da6748cc6af5aa4b80f87eec202e1552abff 695684e4024ec3ff3bbc8690ea683e858b1afca4 6db0fb22916e1742282b7d2dc69a2ab765986af3 70038b0992a1f28c5cd30611d994b5e4a6ac9146 718e0b4b9a75ad7f03e4a50b2010faf5bdc52bcf 72a1d6b75bf86c0b70bc3f738a9464a3e1186cac 731e7c37bd409b565c197b8e14060683da4a7646 7371027c793d98e21463221ea0656e8a695ed71c 74df5281f51d179c22c017d81b7fa9c7a72801c8 75f141dca3fe292c1d900be5fabc47b37cb34d49 7a0b5516f50b3a39361e79d32e6b9b1568052d06 7ab90fb5e75161e86ff121e12852572a2aec99a0 7ebf6ecba580c2c3cda0cf4a37ed922e729797da 7f67bea490c5b4f25dfd16acff5bd2718cd3409d 82fe5ae2dc1a79b25b6ff1f782f48631f9af2c41 86fd50e9851aa9cba5bcd6a245a102f1e3521969 8a296997c2d092acf0691fe727c05f6c2aba4b70 8c71e6014288f176ccb18f7212b81b9d731ddcba 8ff02387c625088d5d86418d7025abbaafc81abf 9100f91a33d02d95057ddf06fc65f77faac8b815 9449ce98a963f754d3c0f7b71a185d0d23d942c8 97a4a306c64e3d259aed55fc6e5cfd0d8949bc49 98f760f5cf90095fe51eafd9b2b8b3e144f6bf54 9b4b63c706152b92a5bbb642a7f8b644ec399eae a4ac2cc83c81be6e8880be2c4a66582dad4f3ea2 a4d98a604cb5c6d3c94893e406d94849280d71be a7ce5717670f54393603fc8a80d1d3fc24c146f3 ab73c1f4da18f7d81b325e932c0424b0ff981624 ac127b3ab97cda7e349cd93bed50d72008ba819e acdcc76d4ee4ca37d00d3bbc880be98c7ae0ade9 afbd134bfae787238eca7cf11c1df6b6911e3258 b7a116098304b14631f84ef188e5ad4cd3098144 bdf10447c82821f7a2c3ab09470ee18e2b58a154 c26c35436d552946a3e882f66044f22c56d047d6 c4a1454bf100cf3d3d36501135fd8201396268d1 c8618c4ab27ec491c55c307f65ffb7346a2393a4 c9bf2a7afa6b465f43433384c0ea2d6654f9b46e ccdfd5ffc150c0b3a5a22dc9b5123e1fd2210b4a ce7dcb2a54ee8fd38d2cabe6e13af41238f987dc ceb3538a8f33fec42613a2278d3623c3e92ad2ab cecdd08af01db45cd39f4bca5b9e80d74f71f085 d25748f586f0d4817746ef392949f5c35b205e0f d2fa3a380ad0c7d8219adc04b35216c95708ceeb d32d6248de53e6947ced28229415638c597ddfc6 d37c5d205c982d8660db6371124c3371ca843a1d d4087ba2f7957ba0af3ecf30dd8626b7df45cc8f d68a1fedcdf0e4f3911b7e788906e735b661c25a d6e393c080aa5a70cd896decc04649a2cc26bb35 d755ac6245adbc877335710c9d7c231d41fbfd20 d977424870387de1ad61ddbf984c89c431e7c45d da7a7d6d16584edf83094a828c9090a1106ef7a3 dad99df2c0affc4138e3ed083ea8975b32145100 dca53b26d8a2bbba36d403c0dcf18d203a62b266 df99e0e748367c1cd5d5bfd0401722e814d17d7c dff7b2fcd33528fae7a38299d60bdebceae79184 e0703631fa37e35f9cd46737e34df5f573162971 e4170f8b142c462c993ce9267e02c095fceab777 e609323f0112e931a3e3deff695901394d18159c e61d69a8ddaa2a6c8cff7e5e27e6d640c8756c97 e6c766f24b7996c48651814f4c3e7bb48fb20ae7 e80271b16f6962055de107146d4594d55cbb5566 eaa428328a2ed3deebc355f30f3b113f59fb7aa4 eaa82ab717ac04d3d21ae6563858a8f5de16426f edb1a45801dc6af71ecbeb18c0d9f9f8d2a8439c ede69b99649cc33069c9a88f94b1ee78da2fb0f4 eef47c23c201dd82f4941e9db8d12d194dd3967d f061df4eba3758e6cd1dbc05821d3e86d9055e72
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-9.4
Version: 9.4.26-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18891
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3 (>= 3.0.0), libxml2 (>= 2.7.4), postgresql-client-9.4, postgresql-common (>= 142~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.4, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.4/postgresql-9.4_9.4.26-4.pgdg+1_arm64.deb
Size: 3730496
SHA256: 0ed7611ec7bf33885db08ba3ac39000238009920e6c5b9e9583933ef8d51bab3
SHA1: efd8f6bdb3d16f91046c32042a9b67b4c513c196
MD5sum: fb8b42befb19cc21813896365620c8f7
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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-9.4-dbg
Source: postgresql-9.4
Version: 9.4.26-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16613
Depends: postgresql-9.4 (= 9.4.26-4.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.4/postgresql-9.4-dbg_9.4.26-4.pgdg+1_arm64.deb
Size: 14707760
SHA256: 394d0dd05206be27adc97331ea9249f3142369afe4f888f2c466a09bf3307968
SHA1: 9a0566a7c624b4e3f6a4538ea0682ae6cc7a9ddf
MD5sum: 156c55234e801338f3b6e74d53d48935
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.
Build-Ids: 00b9efd15248cf2c95a81defe330b57fc18545b4 014031602de73b358a44b44ee545845ded591697 046d449f78c3e055dc9008554accc57bb4e4572f 09a42f3a5f42df24b41216fcba1f9aa876dfa79f 0a31fab0d08ab2ce34172cfab706020fe4dde706 101589d14bbc1525a6583e1d11eeb92c6a5f098b 119848ce163c2067e2b0addb4ad382baed0d0852 12d255feaa652086944bfb4fff7d90196ae96f30 14a90502cac5fb9b356ddab9ff9c1be02acd64a2 152ef39ff304ac8605b0bfba747298cb47570b89 16f26b7d35f82aea5afafcc78d62b5d3c333c1b1 182e4976f1f164563e6cc72addc5eb193955f410 1864ef89eea1a9d39dd313a8302d40558426ebf5 1a9182e7abffdd4289d2a2eed05b30fdbda0c3b2 1c39299e3148372ae02b350c1b9310c3a98dd6a3 1cf9fd67a35cb8ee355b41e5d7006ab3fb60912e 1d8ad3e5c028c311515003f10250792ff1383ab5 1e63f1da75496f70b5081b12aa26878541254558 1f9524d0310e02390c0569a113f9c1a0dfa73301 218be3daec3d78783deefe8253c6c97e58e2166e 2206a02b67088d83f7fb95a1ba6413bcb8821133 2390f1afc52ded7485066f364f113986fd88c3a8 25dcf80800b1cde24322ac930aac5355740c60f2 2606a7ca452e549002bef4e7aa6bf7df6ba4d592 27b8cd5ffe58d198bac3df24690bd19c0e94c2a4 2bd4946309f61fa1c5c0af6e9aa6173fb20573a5 2d08729a1c1936205d877bd8f9aa79f1ba6f465a 2d6642bb5a7bbfee6e0fb72e64935e94d8072537 2d7d113c201943a7172245900c9c9f66d6bdd4c9 2e1d793ca2d28a4f882e40a0cbb9734b69d2ab4b 30e15d910ed6761bbb05fa534d5d8bd19ae5cc6a 3130ca9688029ab05f531fe4282821759eb593fe 353b53b6757c1d6aebb1de3e9bbc730e2f4e6c4f 367d2b9ed742ebc4825d7d471acabd2321b4e8da 39217173ab3af613a789ffd10dcb0897207e4f9a 3953ca60b0a0c5219b810e9f3ad14b7b2482c6e2 395717e8af19c5c56d981656cc27ae28e1280258 3b02cce596d424c570ced4ac95ba07fd1a3df762 3b700d7660d83a19e559f61ba8160c5fcb5da7cd 3d7759494fe924fca603fa32cd96ba7e0862207b 3d96f70d0bc27a36923a57ad00365dc646e09bda 3ec5b6916112018af433b90079c6400f2552c0db 470018898f7a5f1f3b76c0344c8f0308fbeb3d44 47e3e386cb60d9bafd03b9aa72054cf68c3ae9f9 4a668d7e9ac15b671556e0cc76c4040c68dd93a4 4e99e3cdd06a42a14e1f5cfc733146d849987aef 4ecf390f45d0fc846326efd2afb9dabe81f7275b 4fa1140b32fc7399acae415f200efd506534c60e 52217f1bcff0dfbf1c84b7b88ed1a3d4eabab1ed 523f846f28169a72538d905ab92e4c14e016a583 52a5d0b44239abbe0cc31def2cde8dff0f8a711d 5c3b63f7910f4ab5c0e462df11d8d6aeb7e8d446 5ca0b384cc207f1a96fabd09a3367b1c38d8823f 5f81467ccf41a946cfd0b74e80ab2c20df5f447d 61606ce3b64d55671e60b48a3f958616838311b2 6777042a0e463f585313203bd19049e1d547010b 6d9092540ca5155d42cb6f5a975f0b3de7c47d8c 7454e568cc7a728e93dfe0a89004a41070723556 75c667acbfffd7cbedbc00e4f2e18dfc95c1eb86 76ad91baf66a7152f7a872b8a10ddf47bb34dc5d 7ce894d89f96739c44bb881b4634bb8e6736998c 7d9aef9d4017b798a9b4fc0788184d0a2d65fc6e 7dbd38e7ed594370fc56e0382db31e9b70467cfb 829f4df7173e5fbf2b18faa12b21dbb7d5936b35 84d34cc248cf5adcb25966d6d62d8858d662ea40 87194b1e94b43f836235929c676d3e854117caa4 87b2a8b6fe1fc6b7f72c36dbef921037433fc737 8c944777c0165fadf2bc9db83510d684e29bd062 8f9808f71ba62707de13526875c966cdd473da02 8fbad9aa5787fdeb0d3d058e87a7899723be92e8 92e5368b9303527260597c8566e36e72e6545510 964d5a660aa3932217bdf052d9cc4a939fd65110 98be686e222912bbe0917cc802e0122c98abc93e 9aabaacadbff3d0aad07b1c0627fe30f7197a551 9bff918c881ac2f5062f58795689feda8fec8b8a 9e08e79d3ec43f0f2b068ab736393d5c2318dd7f 9f579a4739e230d6197c4f851cf2ef3aada7fa1e 9f5e328e0f4a4ff3db2f6577986526472456449e a119d9bd74fcd36b5b6e778a46eff82095bd7f29 a12970c7b2209baac295558f0f5f8bf5d9a4a6ec a3e156f7e526848c72b86fc16acded8b304f6c7c a4d2eefacce82f404ce7110458e3e9a2878e2d18 a511617b299f40cb359af35994c1fe41c07f40cb a60b0cf8d16df5d5a621c2ac18df070e99e4b776 a96255460a9615378ef7e57f8393769155e4015e aadd9ac54856e021582b5d1a5a3f2cf75068073a adf59e04b1731b49aa1596a420682b6bbdc11581 b36fad178cc44d26a41f796bf9a63748485c0b19 b6417df3e5116ec958eecc1ff411b70116c132ab b8744ad6b30c2e854362176004b30992a2de32c3 babf04af83e15e9259c14832c55ab1dfd4bbae20 bb2425063eef521d5c28c5b67c4efe2a2b571ed4 bb545b497d14ac08dc2657d184ad68fa85ef9dba bc99db96b9398ee10fd940a08360e3c5eb4f8ac4 bcd164e648e563c01d8e3c984e9a52fad89066a8 bd9506aad6a105ff1b1c1052502810a169cc0faf bfdf14d1a8c5a9e3c8c650f7483323067bda070e c28ee3e6a074f17fddaac5a87bb2747a09e46621 c5345880c26df4ed2087db32164c9de440825235 c645a30c308ded050302eb06253de9767edc9316 cf5ce1efb37ff341acc5b998c336e2b44b1b0d42 d412ed7b4a77ed0bfa60a56e587d51b27a7cada5 d480f00ea85f5f79eb3993c6e63ed893294c53d1 d4c6e84fa851d27cac204209b914284f7ccbd000 d6c0568fd5bb8026aa35b3822eb58dbbb90fb324 d85dbb42234698e9f8f93b14514ff64020d2403a db589f0dc828defd24bcac3164655e11a08ca751 ddf2af21186292f16d5515ac9081ba7639fddb09 de8b15e1582a300144b6f8dfbda9a6650052306f df51ffa82e0a22f21380c1ab192f42d8f0bfb0ee e2bc8ce1ba82121d147111a74994bdcc4445e690 e5cc928754bb36e19d33a9fb42c8ec29a2df97d6 e63bdaf592249735f652131bc072d7a72f292991 e705857f95351b132cd4079009207d8d7e07c784 e722321073eb03a481c1e5d70ff09bd8941c0ad0 ea42f4e02a050543e21f5d6c49e820cb8934eb0a f13a60863c02731dd259c5fd91c10373ed8c2ba3 f4102bb9682beec0fd5e9bec0cdb6d6dc3ea066e f86740f12059e2f046d4a88a60262bcfdec8650c fcf570b82729a4e229d8c90a3b5d2cae4a83e20f
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-9.5
Version: 9.5.25-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20236
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.2~beta3), libssl3 (>= 3.0.0), libxml2 (>= 2.7.4), postgresql-client-9.5, postgresql-common (>= 158~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.5, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.5/postgresql-9.5_9.5.25-3.pgdg+1_arm64.deb
Size: 4020136
SHA256: 9a1614bc7d75e008f68c465fdbe961e9e9e8c52f29afb130be25c78f37086b0e
SHA1: ff03041b43db145b75efe3921dcc9d6b9d0b604a
MD5sum: 41f8fc1c2c6d957fa4330b670f3efb29
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 9.5.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-9.5-dbg
Source: postgresql-9.5
Version: 9.5.25-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14593
Depends: postgresql-9.5 (= 9.5.25-3.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.5/postgresql-9.5-dbg_9.5.25-3.pgdg+1_arm64.deb
Size: 12765960
SHA256: ae848bb250f71bdc88ccba3464ab22546b6a3d3ce62d46235fb3d819e0d92f17
SHA1: 9f543167b0772778f65ffd9facadf47dcd8f1b03
MD5sum: f1b5bc21838404d2d2ed3c6bf9f5a415
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.
Build-Ids: 01e3cd405f4047ab1c8defc44d2ee0091da2a154 03cf615f18cc4d72247bdcad6416d1fd2e8df3e4 0764f7b0719cef060d12743993f28769a3d3c31d 08710778ebedf4edb9793c9b5118f378e9ef4eea 08b96c20d13923550be8651d8f66a53da7645acf 0b25a872b5df1794ff6a32931ca48e1db7eda495 0b4bf153440e76a7208abc8c2f9cce0b2da3d8c1 0babddfcd3aec48af6ce47be5c6aae6ce842f7c1 10a1b6fbf3a877b56024c355cc0d5a31c6f877a4 11525dbf71beb68fbc5928efa8d4b4ab0fc37dba 11cfb549bfa4017a7c5d2cce0d0d6adb24f079dd 128cf43971b927d91e2faa12e51fb4ada330b64d 13fa1bad5954afa0c8afe42897bb5b2ba14da669 14ee01164c74742fdeedafe61315a267566496ec 1531a66f0a953ab0b72752d2dc22b7fb65c8f8c2 16d223a39161f751fcd7be6d2536997de4e985c0 16e6bcfd6dced32eb0580b4d90ecd3a72d8268ad 17dea3b739893cb5e01514fe17810ca662461186 1a49f90d2a8f1d93d41aa2a7c0f634636c641f19 1b9709f8971f7d1116d07bf42af2d6693cb6d5fd 1cfba5664bf2447a14112d9b4e835f3281cd6412 2031d7aba8956d38e4586aadc00c724225227744 2369e942902117d9892544b0caed97cedde42799 274cda551445afbaaf77e3cb7648f01857f9ff6a 29453bd87a01e2fc193a9896544efb7e06e6c55a 2cc38086fdee30672b18968582e48bc299ff26be 3362209a9a11209bec8c92d7640766a61609a268 3654417b1ca6d8b08c5723ffe9a2e53c0c4cafd7 36efd954cf659f236d1f419153c30284a5c4f396 38efa4a314f0d59d17cd3ae2b998b364d55134b2 3c28a085e34197289b94303d85c6f4f1502c2a8e 3cc290ae523da8cdaef44eb8d340554d700fd8a6 3cf28200e5770da2ae83f19efb1367c19ceee4a4 3d91c2e4c4ae5cba0bf3d66f44cfa56bb3fbb62f 3decdfd8312b97b935a151a084aa57283790f930 3fdc0945d18131320ec3005e9d99ba0fb6092a88 435d5281e8a7ca74e2dfc5dbb234a5d889fa9d21 446b971a660b0031cc5f4e8dae50fe07f9728167 493741b6dfe62bacf3960833fe093c5e1a2720d2 49db0244eb365a71875050024e8d073cb05b49b4 50ba7cd27fafe69e00c5f67d41900409a5bed233 51d40e8ebb9e5e7d23520077425a285001a012b9 52c866771718fb3e4fedc3e95c96820171d99f98 566b269d3dc268810513280ce3c8530b4a0f0a09 56fa7d17020e8279ce282c18a02e1ff46329eff3 571707f214695dfcac3ae49ecc583967bf1f4a67 57b28717793f96597b99e69758d31dde4b4d6c67 588a0cafdfeb7de37c49f79dfd3af64c21454022 59332424577e7ec744335de5ca15d3d964c2a880 594807dcccba945f3224020b90f45113248d921a 5b8cd1596f0dc81c8df18dc78fad7d04c58b06e8 5ec700d72cf1bfcc25dc903d60afd5bc9f896681 62132c7b592b296b0f1d11ef95b984f0e65089eb 63cd4485e73899276de6575b8e441dff83a64176 67a6bd1d22dbf0f746456549fd3028f17f8b883c 685761b615994e0ef80937ee805e178bfb53e247 686aed3c300379406f210b33aaf42b8879aa124d 6989a263bb35a38f3c5c82c1606cb15698fd571a 6b69e482beec03ac1035313070761cf508d0e838 6c06dd590f3625d353bb64c6ef49a9d5f6ff1929 70aa96f90b68a19858a8e0dfe12dc1f1768778b4 74163a8de75626f7f48a1084807d53441623a246 777edac91a856e6f9ed554dc9d37787ce2365a75 7892dc0fa1fe07fabbe53cfc1fc1c4637f763e90 7905696f05d2e931a9f0b3a73fca6108444f0a11 7921c931e91d3d9c2682bd2e6db515965f741bc1 7daa496f36ed00b72ce840ef6fb1911be4752287 80aff95fe5230d93df4fc74f7e1b55e4cb0e7fcc 889451f6352dd5afa10df42b3956161917c6d181 89ad9708f974fa165228d25277712d815e50dabc 8a7c0713557851e0f124c9387646923000925368 8b5dea6931c5dfd0ba6be4fa96b204d44ef445e3 901e6bc39fd331db243f81e98bfb40dbb6e88ef3 93d35e8043f7547037ea1734b2ddfdb298a99b66 9437770ef7f84687734c9ae26ebf73a9f74de65a 960680a33981c25aece5e6d87ebab1b431e119d0 96b7f2536528fb3253c0448b67bc0bfdc81cde44 98ff03946194d564dc926425b6905d3a333e1997 9c98ffe0e23bc499c1b2b4b96ecd71a2c14e9cc2 9d2841b1e849acdb3ba8f128425f776fd513f303 9f2495ef09f73995065673e0e739ba8e5cd46bac a2a3485f46321eddbabaa6fff271dd3d5b3f03eb abdd0aff017775cfe0df1e6018fa47bf103da67d b2060ab30faf823c2ead8dd83dcfcd6aa110a1c7 b32baf4f9bb47aa4e049df259df92e329c559849 b3e5dbb97d848403674919e843cc6e01499457b6 b4c8bbdc741eee517b62b090c019a64f0d807105 b5227070e0a09d86b88395205e776bf7bef18187 b56b594c802f326ac0a7d80337d598504366dd97 b63cbfaa529210a67d03ea1f5e1d219fe7f31ebb bc38a7d95e85bd210e0d7263444c718d91538880 be38528277cd9f25e1093942d0d1074a6152d940 be87771b492074e1fb9db5e81712fed96bd8ecab bf6dcdd156b638e54cc193eae2688d9cada3b434 bf6fe5b4e011db83121a8f890a009ea24c472c06 c11ca6d2256f8ca02fb0826dc904e096afe64174 c39678d6e206369cc816a7eb9e6b79bf8cb22c75 c581497a8f8dd0ad332060317f47bd9c89d1f6a6 c78105aee06900dc1e55908a683f132b4b7f93c1 c7d267c02dbaf14aeeae46817a4385e7bdcc93f1 cbc9b5cf61ccc207e9e8e0b07de7546b8103ce09 ce5c97047e14a71ca860b05b277d5dc8c0fdbc98 d3ba4a03fb519b9b98fae6601f38b67d7f16ee49 d3dcaf8d6089df03461249bbbe8fa541ffd0abdf ddda27d5125657a21d0e3b7b01763f96ae0821cd de6d4e00ae9828e13a053a37ebd19227419a3be8 de9bf45c8250816729cd7b877362a65cb9032c97 e6395ef51895db8f1d1777aca204a0f15b8ef847 ecaaa0bd12e652a662a2f85166621b1fd099d19d ee8ea9317d4682363a8933e9df441d932c642e01 efc5ea210b1d16d7c1d7a51bbb93c5b3820c22b4 f21ebf2d5a138f4ce5a915b3a66e1c307154ed38 f29847cf50eb80d7743b53cd8f556addda159686 f337d01f2ab17432c90af1339c26da4e2d9e9018 f3938051247b845abdc73f7a99cfda760cd5a076 f3b9c26a227240e3ec536e25e56abddcc36af162 f536cebdb3f88acc7ba22563d0f0e6f2a1d40374 f5ba1dd8af6b7d7e3b63f3ac306be5f76291a5ee f9a30aa50519a7377c02f0ca6def3e818b48bca9 fc9fda7cd525045061241469e21a7242b3f41835 fe5802279f9c3f1082cc833086fe4bfa4f143714
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-9.6
Source: postgresql-9.6 (9.6.24-2.pgdg+1)
Version: 9.6.24-2.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21886
Depends: locales | locales-all, postgresql-client-9.6, postgresql-common (>= 171~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libssl3 (>= 3.0.0), libsystemd0, libxml2 (>= 2.7.4)
Recommends: postgresql-contrib-9.6, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-9.6_9.6.24-2.pgdg+1+b2_arm64.deb
Size: 4284256
SHA256: 8de5cf3d30da5fcf217174eab02892eebd3372b1eb1d0f1e9bbfec7e471cbfbc
SHA1: a4618eaeaa0d7f4d5b9270a9d4d7b76d8d8efeb0
MD5sum: 5431a3ba55d223fb6125b01a90fd87b2
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 9.6.
Postgresql-Catversion: 201608131
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-9.6-dbg
Source: postgresql-9.6 (9.6.24-2.pgdg+1)
Version: 9.6.24-2.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15337
Depends: postgresql-9.6 (= 9.6.24-2.pgdg+1+b2)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.6/postgresql-9.6-dbg_9.6.24-2.pgdg+1+b2_arm64.deb
Size: 13449012
SHA256: 0799c00001a57b4ae23a217cf9203df5d45cdd86c7d8a1d7e78a67628599491e
SHA1: 38c650eea6d8084b31ebd19d8907f3ed90849cf5
MD5sum: af575579d406915acaa7aee5e24d6657
Description: debug symbols for postgresql-9.6
 This package provides detached debugging symbols for PostgreSQL 9.6.
 .
 PostgreSQL is an object-relational SQL database management system.
Build-Ids: 04e856b21109ba3778fc316754cf629287646b87 072229e5601bc029e550287fcca505e15bcd1599 084fb5cc60bfeb4640d6a24623102ac1a5b0af97 0d70d90fe2d25403f755da1037994eee74eb3dbf 147f3057c88f8a58e74648ca53d200a5ba8a1c0d 164522f4c0591bafc1627eafe947cde68235b946 182f54c56af1ea9ce53c999674c15ff1fd8d57fd 18386d747fb493118e3a495a82a4e3ab4bd95aeb 2038826c7a9655d46b768dda476e844f5b0f65ba 20921612ff6eeb3f639866f17a44a540818027e5 28abbcebd8b04b1d0c9cf8744accfe5deef7fdcb 28fba4884522a345bcb42288db4eb463e61aeb4b 2936338360b558e309d75f3f0372cff37b0afcf2 2b4d870ec2753f9a88c5cc6874ae6ebebc7648e5 2d0a5e8f2edcd805200e47c9de49fff748b8f909 2d5700bd7577d22ee05156ffc76f1e3d414bb68c 2dd9bd0df59ced7ef9827a97dff7b8645368d766 315cb6a3b102bb85c3b9fd07921df4cd197c3ee0 31b248d0fca874f856bf54244956959b636a8688 3275e7c307a5eb46fea6a3f1243ca54efb1763fa 3527d4b27ad2f8bf00ef8a5ebe91d6a41f70bf82 3616f8fff9511c35d5bc575a13146e5c5602d837 3678592aacb30b347b7622d4b8c7aa45ec276dc4 368dd0de88a18adc12757a0a99f53e1cdab72815 3838ad69deaf076ee06b64c7cbea095e59eba8e1 39935807aba0a446a161543487cacb8c58a8a5c7 3e36686a10b2c383050722db767c71e9e5fc1b02 3f35ce06cbecb04ea3a428ca06915b04ba9853a1 3f63f4c0430739d4ce71ec94f41a412662ffa32e 40c25a91ea766aef4e805f9ddb2f9b043915987f 40e44d8037a2f3f950756e3966142afaf7a05dd9 41a7bd05c07d459782689f02c9a77ec1005b7b67 427a6b9df2890ab41c9f3ee28af1d7c1ea9a496c 471820bf5e97d2732ebd7428a0aa9377bea730b5 483f1853ce4836090fe33f5b67e8e81fe4cd49e2 486458c456ef03e5b7d408874d70c649967cf96c 49190fabbc22b78c51e9bc4f138718654e284739 4c000aa9e0a51dcc52e86d75e96783976f89a2fd 4df79db9bfd37f1ba60abfa04a9195c231d601b5 50c540093db2cf089ccadf3e1b35e00ff5ad1d7a 52cfbaa97836a4b5f62b322a3bcfdf3e1400c0f7 571fef525667d8859dd9200ac51f3074555fca73 57bf6624baf5f68ad62628133be57243de7910b0 58938ce54f57b05d34718dd69b8df73c7a3bfd00 58a11f08a32d3f2e9fa0993ebf6bc00a3753a459 59377625439fcc95b04814e7e712949ef83381cc 5c61eddfd558d1944eb935970344cb616c091149 614a5f3f7b5782e5314d8b1aee2503153a8b765c 65e860edc36021c6ac5a07e5c057565ee6601989 67fcee717f4c6237526d35738138c469257b39f2 6b23de9162341cd4ff5f7cbd746e66abbee2a351 6bf2fea23690be5a2a94b7d499f01760015d90a2 6c6ab37f70d44617827b184c39f16c1c3301aeca 6cce967a38a2a3096b1dcfa9093037a8bb1b81aa 743a437c9af5544f4418768d52125f442adca76d 748b0f78cdd7fd123957ce214c17916cd759616f 7642c8cfd35f6c043b8edb8df1b22dd37aebbb95 76b87a73092c585d562455c9fcc1e5910f617007 771b1e28b7c320b50823849879d149389b7fdd8a 7a5e1903fb4c803a846fed62a2a9fee9188c29c1 7d8445bc8e8b4fb85f1524c1e9d7b24f5db66f7c 829476c7aca6f8080ed19411f5144551f3a07a2a 82ad4045157ea10e6c4559138d994b1b393696f4 8322895847342ee395ca2ea128095f1d06a013f9 83be14ce4a5fca6eaca20df6f877b6696184bfe4 83f3de007f4b7c49bcd3a2a1f5d7d92c9f1b72c3 85a3577c885b445181e534ad8085329a1f40bae2 893c2f5181196615c265163649d569861148051d 8beb8c651de82aa018934a6e8c54abd53953a3b4 8c5c40dd28bec3e2974bbab5e596e706c340c907 8dd5e8fa9fce768eb66e4d1de00baa7109cda2ad 9298a490db1fb5fdbda8f2dc18c57e5119ba9226 932c67109110ad47f8b96407a4cfe5fd68432aa6 94c03b68a13efe15012845bb61357a0390dd681d 94f5772ceeb5b0bc4e6cc1647a8fd46ae88521e0 980d551dee1df6b3eca877b136fb52898010ff81 9a78110b3bd7ca19ed294074cd1addab72fe34ec 9ba88986fb9ddf5a7545d68983f4f21b9739f45e 9c2a6180df70db19aaad714274793734d6ca0828 9f93030474ba0444688d5c982d4c0a38f212d18c a0f5569470ac83abeaec23e63e8b2f446251685b a5b5baafd7ae31aca41c4e5e89947d3f5ab49f57 a92ae8de00d330705cabcb8176aed5504568699a ab3e028838fc0f755ae5e35c5b9ee228041eee28 adaf7f137f7b9d30e8352ae873e4733212eccec0 affed62080907ba181946c87034daa064f4850cb b1c42432f6a0e07c02629a023277210e00494798 b4d4e876822fa86e0966d99ec9c666d040363e9c b4de7aba880ea5f5eb4adc7fd35a40fe9b9a6b93 b836a25d968d40ffa03efecbb8d7c30db03c2eed b924e6e268aef567a58df277aab5c17e223e4dd1 bd7f9b4195885ca1d67205c0f6b5f7e201492dd5 bef1953637e079c1d62fd76d955b12ebe33df844 c053c527f6dce367bc831accbd6d8216bef50753 c1106d76a53a43cd884d54454225006b1d510ffb c513df9194c0ccabcd940c392c6f5d2a646f857f c7bda7bb54ad245a279e2c02a7b31e9fbf81f7e9 c85241851a7ac82bba49f19ffe1f9ff277263d45 c968caaa365b6ac7b92fa02ec70337d3ad89b24c ca48e16602e11f1c57aee08d7ed60918fe82cc1c cae789a971a4aa4750ec4063eeb613be297a74cb cbf7c61d53c8670d89a6f8c668352c8cf0e21dc2 cfaeb322c5f5e968a8b4cd1f5d37494c50a8be19 d55d8483492eef1d3c966c9be6b2574489a80fa9 d74a172014ceff9cad827bc43bb91ca500074b9e d7626ed20b3e92b5b3c77c5d4d9cbd2fd8d1fe7f d867115f2a34a28da95776007f39248add47bc46 db0080af84235ff9318ed44671d032d39d09cf44 ddc321ccdd2c85f2dcaf8ec0dc2ae973a6c4c043 e2c08b39d5f731234fb5ea78f114f16d05786999 e3a831996db2860fde3f53e74ba7ad320ba352bd e69ab6bf93e75ae0b8e6f51a651a582e926029f6 e7f6555600d20167eb2551294868ff72df913a4c e8db74dbb40938e4337b2cb77c9d77c62ef0af09 e9319a3c9fc4f3db79185d52dc509e5e6fc4f4ab eafd8beaff880a0ba7e2acf9a3335f4e335d1fc2 ed72c796ca5a8117f4fa6bf61ac9fbeebdefa9bf ef40212ee0510d43f8c76bce1276ecaec16458d3 ef6178062ecd32f030864f93e9dece9d843d77bc f1f7da9351561b09248b92e0a8f4d8d4ef00a322 f7fbc99a8cce881d3729764d6456828b7afe1638 f9a22708b4ee1a9a321c13ab2e1675d8442543de fe0f8d4d4c8ed1df70fdf4d14f7f4502eb8f290a
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-client-10
Source: postgresql-10 (10.21-1.pgdg+1)
Version: 10.21-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6350
Depends: libpq5 (>= 10.21), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.33), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-10, postgresql-doc-10
Conflicts: postgresql-server-dev-10 (<< 10.11-2~)
Replaces: postgresql-server-dev-10
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-client-10_10.21-1.pgdg+1+b1_arm64.deb
Size: 1419636
SHA256: f3a43baa4dbba3baefea736625f83e6dc60ca62320468f12ea24b387f89e9a2b
SHA1: c226b9784018afc352436f50a1fe4871b74c7882
MD5sum: 38fec07a612462e55cbc878e6f2d46a4
Description: front-end programs for PostgreSQL 10
 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 10. If you install
 PostgreSQL 10 on a standalone machine, you need the server package
 postgresql-10, 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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-client-10-dbgsym
Source: postgresql-10 (10.21-1.pgdg+1)
Version: 10.21-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1972
Depends: postgresql-client-10 (= 10.21-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-client-10-dbgsym_10.21-1.pgdg+1+b1_arm64.deb
Size: 1659060
SHA256: 4959e273e7de112b6263e9b00be9319fd617f446a090c95b4f1a462c48f5e817
SHA1: d07bc1aa7b9433ededa197ba211c44674075c3b0
MD5sum: bd86c68eb66f235925bf7a519c47b089
Description: debug symbols for postgresql-client-10
Build-Ids: 0a7a7851add03581952800ac4136b9fea995779c 0c681e2699b6982c614f2372a2bfc002f2c1a012 1384ce0a499eb08e3649e66d763bec6d60409164 1578bcf90198441c72d066fd4d9ffc64c3f69a92 1a06b147a86697752560aca3f56bd74003ac6ee8 2cd389f9ae9c2e13c3d73892667761a05b500934 37935243f709716bddf513cee055a8265e30e021 4667de4910fc9ef6ded64c320a40ed1de9b68b58 469b08d43a816605d3bc67b14cd6247fbde1e827 72b8da99560ca492b5f0cf3d829ab0fbc38078b9 750bf58f616b45cfbb9418bee6f4bc8685c7b7f8 81c9883d16df865bdeb62d30d5529b66bff2cfa6 96d7aa50a0d7e524254596a8dbb56190f4948d46 99ddb83442b401fae92ffcb25cd35e0770528ea9 a418f13845eeb95b82923a6765f992944aeb0475 cb6c83adb7ea7ff2454a7388c0cbf9a4a1b01d02 d774eee2df79481479ebe5aa0137886356185081
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-client-11
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6588
Depends: libpq5 (>= 11.16), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.33), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-11, postgresql-doc-11
Conflicts: postgresql-server-dev-11 (<< 11.6-2~)
Replaces: postgresql-server-dev-11
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-client-11_11.16-1.pgdg+1+b1_arm64.deb
Size: 1466860
SHA256: 3b149e05b266a465dda4e9d6ce86eeadac8ab8d7196a16b99f86a1590ea022c3
SHA1: 4275684bf7b27faaac8a2ef6acae1c337c17675c
MD5sum: 91d850f438e398c4b4b60778d8e66498
Description: front-end programs for PostgreSQL 11
 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 11. If you install
 PostgreSQL 11 on a standalone machine, you need the server package
 postgresql-11, 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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-client-11-dbgsym
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1996
Depends: postgresql-client-11 (= 11.16-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-client-11-dbgsym_11.16-1.pgdg+1+b1_arm64.deb
Size: 1682116
SHA256: 75a2e5798259f820f6416cb81b9a87edc974b46d6e4154d3b28ba18af612e776
SHA1: c1bab706f74629d0dfde4a2c1a29467431a72649
MD5sum: 93a4b32c44dbd59c9494ddd754b10464
Description: debug symbols for postgresql-client-11
Build-Ids: 0bb3512b1aa45379446a32ec52528d3208a2cf3e 231ad66d52e5206c21eae3b1e0cee924f0343d7c 4b0085ef22968458d5439c6c84d5080bdd28267e 4cc8a5e2d43fc5c80511236dbe405e0f40ef9509 59bd7e12c5d00ecc506cd67b83a3aeca715fcb22 5d2a56dbb20faeda64ebac48f567956edf9b61fe 610198d6b9051450cb8c2f174867541eafdbfc34 68452ad37cc887573a47992d5b820d9138fe74b1 788ecf1f5e5c4631793808144e72ac67fc86509b 81aa751d4b366841897bc98a5d5f68d58e00466c 8c22a576508bee5aee5b452793ed9d603e2937c5 9be2696d7dd57adb69bd58e7f76bcb11869fb851 c0ba736eea1b68249ff072d9c28742f6eac6c035 d16d1baf2f90cbe43e79df1ce18b3b8a913eb2a3 d753b6b41845e8ba3e35beefb0682e59371c1226 da2b544ce3a1076362d300dd6552859278c1c2d6 f7746df290379ed7d9cc279d5f5fcdc3d705d1de
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-client-12
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6117
Depends: libpq5 (>= 12.11), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.33), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-12, postgresql-doc-12
Conflicts: postgresql-server-dev-12 (<< 12.1-2~)
Replaces: postgresql-server-dev-12 (<< 12.1-2~)
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-client-12_12.11-1.pgdg+1+b1_arm64.deb
Size: 1405804
SHA256: 8520ec4b6e0732b2125b2f09e946c9b949f7ded218ec638ee7c847d96cfbb499
SHA1: 7281b6d1d85dda03bb3507a95c6784c8cdbec1af
MD5sum: fd351dad9dfc7f7d680fda84b675d672
Description: front-end programs for PostgreSQL 12
 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 12. If you install
 PostgreSQL 12 on a standalone machine, you need the server package
 postgresql-12, 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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-client-12-dbgsym
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2194
Depends: postgresql-client-12 (= 12.11-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-client-12-dbgsym_12.11-1.pgdg+1+b1_arm64.deb
Size: 1838000
SHA256: 301bc403e08f61b0eb08a58e6615446ffeba976b91ef1893c1bbf77b64ae48fe
SHA1: 21e825e893973562d774c6380f550a75cbf85942
MD5sum: 7d405475007dee1bba085fd4c30ffc42
Description: debug symbols for postgresql-client-12
Build-Ids: 09cb6aa7a1fa683d105fe3d2255ed60edd7c6ba9 217e35a704f5b584efd2ebcfd8111e4dcfc06afb 27c315be02f353c82cbf62fa173c1bcff4f1c43b 2dec6ce4a4d36d88ebdc69d6e770edef4e698111 306da5727feb03c877b0e651f963ee286288cdcc 375e2782f204ecfc270bd53374e617d8ecd45c2c 5bc6652983d948bf07a885c99fa2b1629eb9000c 6f5f161ac3c5ccc5d12598300831c55335e78ae7 75923ff571dc2ee5dce5347e0319210c133953fc 8e7be47257aaec503926c4258879d58bb219e198 aa9872fa50c1ab7864bd81ce9d0e9e272856e60d ac7737b0f855cade9711212e5dee4efa36969ba9 d58cfee5a27c8c62fb58972bb40f1c3769863390 e410f9f61f0f082979082ca927f2d0cee3e9bd47 f298f914b821608235821b376dcbc5f53ee46f5e f83b68ffa734ccfb541244dd66f3801bc1fba42f fb70d4768b3db892043310d19efa2f0ab4582d19
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-client-13
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6492
Depends: libpq5 (>= 13.7), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.33), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-13, postgresql-doc-13
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-client-13_13.7-1.pgdg+1+b1_arm64.deb
Size: 1484136
SHA256: 5c0fa618336ed868b9f1d1f94b7333d4b9319d51f647b8831243f672d657b2e7
SHA1: 538c19d767d7839e6de31ee64e0de0fd074a136b
MD5sum: 97a84ff40cd145b77b2a260bbba77786
Description: front-end programs for PostgreSQL 13
 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 13. If you install
 PostgreSQL 13 on a standalone machine, you need the server package
 postgresql-13, 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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-client-13-dbgsym
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2363
Depends: postgresql-client-13 (= 13.7-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-client-13-dbgsym_13.7-1.pgdg+1+b1_arm64.deb
Size: 1984840
SHA256: de6ef1eb86e3db5bd0170f82a1f22af0bedb9814705367b4dbefa7cd433e10fe
SHA1: c73625d57a7ac4b2b8ab6c0fb89641ddb66421d5
MD5sum: 5c62d522b700f5595cc0fc5a6c666d10
Description: debug symbols for postgresql-client-13
Build-Ids: 02d393674b5aeae0c293629916b07f7f92069d98 1241a50d5329bcc0df0677e90065084a02bc9975 1511fb89c3e44801b3b1eb34aac04ca4c47f10fe 1774b5211582071be05a6b7771336228d5f5f503 18dbb7f6dfbda545a586e9b8b46f41541e89fe55 215b55c4fb29dc2f1cabb8ae6c9be5428a57b476 37e9b284962b6772cada955d8751a500d9dccdf2 544f69be2546053347395590e2b9ea040a66ebce 6e31987c50592a2cebcff074794d7e662680248d 778a44bf29a13d9be49e4901dfd53c0a18e29e71 77ed582d1fe6ad2db25fd0dc784e0bdf1822b4a2 87742e4b7be2d8751d0970e980a7dfe19656aaab 90bac34116a00aa9d031a6443e08ac54755689b9 cae4c7ee558f953f940ca926f52d9af70c814dce cc663407cc7f0ac3a0a52136b4039f2ede4dfd92 cfa86e01d928b063a97548a2b550ebc1259466f9 d08a41137149ae994f122e9bb709e4200fac8552 f6ad885bf686a5eee06f886e16c4deb497c94922
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-client-14
Source: postgresql-14 (14.3-1.pgdg+1)
Version: 14.3-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7335
Depends: libpq5 (>= 14.3), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.33), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-14, postgresql-doc-14
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-client-14_14.3-1.pgdg+1+b1_arm64.deb
Size: 1596528
SHA256: 4012f468350fd28c24a86d5641d925925261fddbcf33cd561bfbc24339bf2224
SHA1: 240339e60345f4d8e17d27c75c094536fe133419
MD5sum: 375bf372b138b25e6bb0ec14d25f1f38
Description: front-end programs for PostgreSQL 14
 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 14. If you install
 PostgreSQL 14 on a standalone machine, you need the server package
 postgresql-14, 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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-client-14-dbgsym
Source: postgresql-14 (14.3-1.pgdg+1)
Version: 14.3-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2747
Depends: postgresql-client-14 (= 14.3-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-client-14-dbgsym_14.3-1.pgdg+1+b1_arm64.deb
Size: 2301084
SHA256: 95086e8188b9a67d39bb6023876295db00f3cada91614869d846b858c301a733
SHA1: 02327a4220a428f33710129bd1e83498b60c1e80
MD5sum: c6b25840550258a1df8f7ba56fa80a76
Description: debug symbols for postgresql-client-14
Build-Ids: 116f392b4e10898a14300ed4c75ff453effa1f5d 127db4d55190b5f289a6724c3c6101a3ea2d0526 1dc5d8ad3d8de2937341ddad4d2496b9bac85be7 3fa4233b297e384733509280839264d3f846033f 41ffdb9ca309e28561897ef6a7d1a2b0fe038741 464488fc545ea1456aa5a959a73d7275754bb1d1 4a3cf78ad11c46f6f82abeda47477a19431e38c7 4f27c8929e09ff2f803ae76f9ebd0f3a32cd8d55 5054826c7e8513caff8726d214f0cc821786a112 6438fdc4a7dcca33f00aa72344fb316785acd751 7156b07657d41df32cf7171e242548a1b4db09cc 876bceafc1c5fbc4def89ba0ee1486c64ff03149 8bf50b27a54b6bc0787185c2e098a017e8bd5e3c 92775d252bf32daeb696492814d7820b4171927e 9663043942e907c67efe91df501fc5a5d29ea877 c3e99d3154519bbcc2c7e0865882f96ab871bcb7 ccb1c83ffb9fd147100178e2dc7824b35ee74c5b dbbcae30d0a446936b3df33d81234106bf659938 e23462f304918d4451b16ec81fb14d0a5f6fb9fb f215a6ef3efea3255f69b1f6a5facc93c30bc2d4 f79934def47af330aedc4dcfa51c9fd16b9705bf
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-client-9.2
Source: postgresql-9.2
Version: 9.2.24-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4149
Depends: libc6 (>= 2.33), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.2.24), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 115~), sensible-utils
Suggests: postgresql-9.2, postgresql-doc-9.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.24-6.pgdg+1_arm64.deb
Size: 975960
SHA256: dd1a4b1d91b78280c7a77240cdf40205543ff45628d4ad3ac6555bd619509706
SHA1: c23512cc78593d4ca564aff25aadfe15a4056a82
MD5sum: fef6fd05c748db4559576e95e3ca0221
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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-client-9.3
Source: postgresql-9.3
Version: 9.3.25-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4445
Depends: libc6 (>= 2.33), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.3.25), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
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.25-5.pgdg+1_arm64.deb
Size: 1038052
SHA256: d4f37ac871e7776605610066291f4d88f9f999d8b907d4721ba60756ad046e2a
SHA1: b45b6db783957657cbc4de13580865b0231ec627
MD5sum: 5dd861a5f2f20dacccd63510217d1a5e
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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-client-9.4
Source: postgresql-9.4
Version: 9.4.26-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4886
Depends: libc6 (>= 2.33), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.4.26), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
Suggests: postgresql-9.4, postgresql-doc-9.4
Conflicts: postgresql-server-dev-9.4 (<< 9.4.25-2~)
Replaces: postgresql-server-dev-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.26-4.pgdg+1_arm64.deb
Size: 1131752
SHA256: 38cb273ae933b9c9e9fe35ffd15419265aff0b576ef1dd3370f849d9f39f2850
SHA1: c5ed40adbcc7496777a98b74e82ea7a68d9b8b66
MD5sum: dc216f82bcf0b093a48a936534da815f
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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-client-9.5
Source: postgresql-9.5
Version: 9.5.25-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5612
Depends: libc6 (>= 2.33), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.5.25), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
Suggests: postgresql-9.5, postgresql-doc-9.5
Conflicts: postgresql-server-dev-9.5 (<< 9.5.20-2~)
Replaces: postgresql-server-dev-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.25-3.pgdg+1_arm64.deb
Size: 1271632
SHA256: 5c6783f979f928a15e40a00104a6347f3b6f7fdc8b7b9745c03a750c58004af4
SHA1: a2c3e7c6d43effad69e39871e296e9d78516fd37
MD5sum: d94a97e02cef228efb34163f5c35a0d9
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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-client-9.6
Source: postgresql-9.6 (9.6.24-2.pgdg+1)
Version: 9.6.24-2.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6005
Depends: libpq5 (>= 9.6.24), postgresql-client-common (>= 142~), sensible-utils, libc6 (>= 2.33), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-9.6, postgresql-doc-9.6
Conflicts: postgresql-server-dev-9.6 (<< 9.6.16-2~)
Replaces: postgresql-server-dev-9.6
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-client-9.6_9.6.24-2.pgdg+1+b2_arm64.deb
Size: 1336112
SHA256: 569b27d042bc94917c873cbc154bc83128326bb4f0ca0bcccf5cc5b9254f62af
SHA1: 4bcf1b18de3d17a185e47873e3ef1ea424fd4bb4
MD5sum: 50692e93e77a8d71299bcde6ece22623
Description: front-end programs for PostgreSQL 9.6
 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.6. If you install
 PostgreSQL 9.6 on a standalone machine, you need the server package
 postgresql-9.6, 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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-contrib-9.2
Source: postgresql-9.2
Version: 9.2.24-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1802
Depends: postgresql-9.2 (= 9.2.24-6.pgdg+1), libc6 (>= 2.33), libcrypt1 (>= 1:4.1.0), libossp-uuid16, libpq5 (>= 9.2~beta3), libssl3 (>= 3.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.24-6.pgdg+1_arm64.deb
Size: 366868
SHA256: 4576cdccb7e430a4b248eb1b92f264895b63edc6b3489844493b7163e2614aa9
SHA1: 33bc255f1359cef343fb754a7710294ecf34890b
MD5sum: 39cb059e8691e0245cbd64dc27666be9
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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-contrib-9.3
Source: postgresql-9.3
Version: 9.3.25-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1908
Depends: postgresql-9.3 (= 9.3.25-5.pgdg+1), libc6 (>= 2.33), libcrypt1 (>= 1:4.1.0), libossp-uuid16, libpq5 (>= 9.2~beta3), libssl3 (>= 3.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.25-5.pgdg+1_arm64.deb
Size: 397780
SHA256: ef67afdc9e96055a165b0833a2cca151f82df3d65fb8d1122fc9bb552b5863ff
SHA1: 90a9bbddd9b687259a5b823343a39a4b9c529d46
MD5sum: ac46d85c3c1ccc84b9762b3090bf1898
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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-contrib-9.4
Source: postgresql-9.4
Version: 9.4.26-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2055
Depends: postgresql-9.4 (= 9.4.26-4.pgdg+1), libc6 (>= 2.33), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl3 (>= 3.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.26-4.pgdg+1_arm64.deb
Size: 432248
SHA256: 63eebaca42d871ccb95c8fd6def3ec303ef7db5f2fa8382501d370c27bf2c611
SHA1: 8695a3c4a2b47b0c746635f3b9186c4dc5b5099a
MD5sum: 6d556799ec6171094cee31721024f096
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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-contrib-9.5
Source: postgresql-9.5
Version: 9.5.25-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2085
Depends: postgresql-9.5 (= 9.5.25-3.pgdg+1), libc6 (>= 2.33), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl3 (>= 3.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.25-3.pgdg+1_arm64.deb
Size: 441600
SHA256: be502f7d80e74d0380d16cda74382fe1d40369a29c55a42b4dcacbf84bccab8e
SHA1: 2d1081d40515653a00e917d53854081447fdddb2
MD5sum: 2b1429d5a759f4147c0a964d2c639dc8
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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-contrib-9.6
Source: postgresql-9.6 (9.6.24-2.pgdg+1)
Version: 9.6.24-2.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2347
Depends: postgresql-9.6 (= 9.6.24-2.pgdg+1+b2), libc6 (>= 2.33), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl3 (>= 3.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.6/postgresql-contrib-9.6_9.6.24-2.pgdg+1+b2_arm64.deb
Size: 487716
SHA256: 62d1056a76a4ff1f66f610ddbe99bda9ff17dcbd6067b2ef7be24b4685aa7647
SHA1: 441efc7844e6fd74e55a4d2b1801031b76527193
MD5sum: c0c3376bbb240d11806ed627ccd2fdc6
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.6.  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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-doc-9.2
Source: postgresql-9.2
Version: 9.2.24-6.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13417
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.2/postgresql-doc-9.2_9.2.24-6.pgdg+1_all.deb
Size: 1700368
SHA256: b5e08a1c531bb1e8f1e24dc4981464a298724827aa33c34fb34a9bfdac760a2b
SHA1: 724c227b8bd1909bd83b05bf84a2e72a03c81fd9
MD5sum: 9f8e20fee64da44eddce930aedce20a3
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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-doc-9.3
Source: postgresql-9.3
Version: 9.3.25-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14228
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.3/postgresql-doc-9.3_9.3.25-5.pgdg+1_all.deb
Size: 1782384
SHA256: 882bd95df3bfdee0df1780a15de383858ff3957d9a854ab71a5921663080757e
SHA1: 613d514f4c08dce707a619955542d65ffa1375a7
MD5sum: 9f9ad77f8986c99c211e78ba1eeabcea
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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-doc-9.4
Source: postgresql-9.4
Version: 9.4.26-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11507
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.26-4.pgdg+1_all.deb
Size: 1568968
SHA256: 2cf8cd4724e815e225957575a96aa2f4fd5c22f660f7ee844eea4c88d491032b
SHA1: 087cc4a62a9f5e84d576543d1e17f3fef6bc144a
MD5sum: 47946040c10591fc7d2a916bbda0f087
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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-doc-9.5
Source: postgresql-9.5
Version: 9.5.25-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12021
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.25-3.pgdg+1_all.deb
Size: 1638260
SHA256: c072a332a4368f6df481fce56aa95aa3c3b56048f3b9c3cbeabd70a4f416bb1a
SHA1: 7f75c010e6a5a1aca8b3528be443790604bfc67f
MD5sum: 1e173dc44771be2fa7936c3ee6754322
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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-plperl-10
Source: postgresql-10 (10.21-1.pgdg+1)
Version: 10.21-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: perl, postgresql-10 (= 10.21-1.pgdg+1+b1), libc6 (>= 2.17), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plperl-10_10.21-1.pgdg+1+b1_arm64.deb
Size: 61088
SHA256: 54557f26f97a307b1e331088a1a5c56d74759a14919a9eb0c5fcb0dbdbb33cd5
SHA1: 6bcc497e5db37c7a48e7cfa5e55d733e8fc19c9c
MD5sum: 257874d975b3b536aaca64774a7d0461
Description: PL/Perl procedural language for PostgreSQL 10
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Perl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-plperl-10-dbgsym
Source: postgresql-10 (10.21-1.pgdg+1)
Version: 10.21-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-plperl-10 (= 10.21-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plperl-10-dbgsym_10.21-1.pgdg+1+b1_arm64.deb
Size: 151716
SHA256: 3237360b12ca2e8517a4e1cf1a5e476dcaf059337a143c105a5c92bbdc47477d
SHA1: 7f657bb8c1571d222df3ab59ae233f3f933e87d4
MD5sum: 13aed308d380c720ed6f7ba4faf610bd
Description: debug symbols for postgresql-plperl-10
Build-Ids: 8df42db97450c13b15c39fbdb27415338a2a24a1 e22589caa3a5f1d04ff2ac1bb99dc3c405d8b20b
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-plperl-11
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 285
Depends: perl, postgresql-11 (= 11.16-1.pgdg+1+b1), libc6 (>= 2.17), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plperl-11_11.16-1.pgdg+1+b1_arm64.deb
Size: 64716
SHA256: db7077662e609fb701ced1eeb9acf0a8990f8a9f4b324c4630e5e0c6a3e252c4
SHA1: 9a633633b146cf1e8afb16d6976f2c094fe1fe40
MD5sum: 883cede5f9f820870b613b767785ac67
Description: PL/Perl procedural language for PostgreSQL 11
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Perl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-plperl-11-dbgsym
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 205
Depends: postgresql-plperl-11 (= 11.16-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plperl-11-dbgsym_11.16-1.pgdg+1+b1_arm64.deb
Size: 165716
SHA256: 8ff12ad4e514f781d72d87d36102d9477cc5ccef96cf0c73a2e2062c06a9084a
SHA1: ba13717a567b25b054977d7f43c925006b324649
MD5sum: 6114724bbddb2d9aa627a9dcca774bb5
Description: debug symbols for postgresql-plperl-11
Build-Ids: 32db01823fd603e405d6ce545292b1e132545d8b 49d934eda6c6531b53a91b14024b5fd4b8a9e4f6 e42484de53a03e047e13819c37064edba39dd311
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-plperl-12
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 321
Depends: perl, postgresql-12 (= 12.11-1.pgdg+1+b1), libc6 (>= 2.17), libperl5.34 (>= 5.34.0)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plperl-12_12.11-1.pgdg+1+b1_arm64.deb
Size: 81028
SHA256: f26c4c958f84fe370be0aa2ddc90a7a24bf526b2c5fcfe18618a144aa841de42
SHA1: 9c56f9a76dcb9f06de39277f6c19d9b8e643c4de
MD5sum: 63648a0bd90b8cf7f8ee8b4b77d4be05
Description: PL/Perl procedural language for PostgreSQL 12
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Perl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-plperl-12-dbgsym
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 207
Depends: postgresql-plperl-12 (= 12.11-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plperl-12-dbgsym_12.11-1.pgdg+1+b1_arm64.deb
Size: 168708
SHA256: c88ac3302b347cda02a4b5dcdff10367679b462a6cddaf6c5919363d719da082
SHA1: cdb75c8c9b13f711e862c0e1f36e12f3019669cc
MD5sum: 471a4921ed88fb0e859ea1140592964c
Description: debug symbols for postgresql-plperl-12
Build-Ids: 1879e98e9aabdf792b862e0b6b916c758a75aee8 4309c05e82f4790d308a959d8e5ead94c4dbd3d9 c7662cce8d77a0fd6d8909fe6fd2847a466903de
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-plperl-13
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 341
Depends: perl, postgresql-13 (= 13.7-1.pgdg+1+b1), libc6 (>= 2.17), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plperl-13_13.7-1.pgdg+1+b1_arm64.deb
Size: 85012
SHA256: f38bf045563aadb6596c27230a2a21cb2e0c953bb4aa43d743066efe54618a4b
SHA1: e47410e4ca7778cadf0859c9485a152d6fe34481
MD5sum: edf215016391eca0c1081a79ec96ec44
Description: PL/Perl procedural language for PostgreSQL 13
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Perl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-plperl-13-dbgsym
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 221
Depends: postgresql-plperl-13 (= 13.7-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plperl-13-dbgsym_13.7-1.pgdg+1+b1_arm64.deb
Size: 174980
SHA256: b77878ed18b2a6260b32edb0bb4c1ac96b7c005378febfe86b452569196cc112
SHA1: 5889d3883265797af17917d150efe8313d20b572
MD5sum: 465372da711d61831b43010fb26d7b68
Description: debug symbols for postgresql-plperl-13
Build-Ids: 09e29c28bb72e0b8d27f0539568d195eb420729c 2ebb8a9780c771dafe7766e98827da92b9643704 4e6a547fdc8dcae039379e4fdf307b7f092dab57 d8da31f61958837ee3fe3a98aaa4a35fc60524c4
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-plperl-14
Source: postgresql-14 (14.3-1.pgdg+1)
Version: 14.3-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 347
Depends: perl, postgresql-14 (= 14.3-1.pgdg+1+b1), libc6 (>= 2.17), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plperl-14_14.3-1.pgdg+1+b1_arm64.deb
Size: 82280
SHA256: 2bbdbe15664165464c737e5969d423100b8509e3e105102285173462704fe5dc
SHA1: f9670979301955e770931058872cba1ac6c8800f
MD5sum: 03574792615cba4d21472a62297cd976
Description: PL/Perl procedural language for PostgreSQL 14
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Perl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-plperl-14-dbgsym
Source: postgresql-14 (14.3-1.pgdg+1)
Version: 14.3-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 221
Depends: postgresql-plperl-14 (= 14.3-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plperl-14-dbgsym_14.3-1.pgdg+1+b1_arm64.deb
Size: 175576
SHA256: d3d810caa5c5a51923cdc1e0ea8f4825fac4f50ef042e27e6293cf69e05c03c1
SHA1: 900f7d0eb4f0e0bde3bd9256ec8b4f869001c4c6
MD5sum: 4f45c141d85c2b74b500c0f23690e632
Description: debug symbols for postgresql-plperl-14
Build-Ids: 0b1c6464013891b469b55621e98f39b285ef2bd8 4ebd33fda948bd15b3b1a14ea2ef874e3e5a6a7e 6e87d067e6fca6bd74d11b1d3d5e2337851f8b37 e001f8fc0237b52d8d231c782f328d21fec20787
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-plperl-9.2
Source: postgresql-9.2
Version: 9.2.24-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 214
Depends: libc6 (>= 2.17), libperl5.34 (>= 5.34.0), postgresql-9.2 (= 9.2.24-6.pgdg+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.24-6.pgdg+1_arm64.deb
Size: 54656
SHA256: de8eedb1c508582f98ea5957847ac0d4c37177a19de5a09ec57bc3544308cc2a
SHA1: 27ae5fb8c534352dc67235561d4a8b9e03755f24
MD5sum: e790a5ae45453266783f36080a348e29
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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-plperl-9.3
Source: postgresql-9.3
Version: 9.3.25-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 215
Depends: libc6 (>= 2.17), libperl5.34 (>= 5.34.0), postgresql-9.3 (= 9.3.25-5.pgdg+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.25-5.pgdg+1_arm64.deb
Size: 56280
SHA256: 68a5451479906fc6ea4e9674a221e1da847bff301d9098cc151e53d05041ac19
SHA1: 3fe165d0198e922c5a6658b63fbfa31051a58ddc
MD5sum: d70ce46d31dff7420f1a48ba3b061cfa
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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-plperl-9.4
Source: postgresql-9.4
Version: 9.4.26-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 225
Depends: libc6 (>= 2.17), libperl5.34 (>= 5.34.0), postgresql-9.4 (= 9.4.26-4.pgdg+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.26-4.pgdg+1_arm64.deb
Size: 55268
SHA256: 1db3959891cbe68a79ffc102ee58d1d418dbd47819f6f4b2aa01e5a45c408ae5
SHA1: 1cc3205e448f1cf8e898b7dce65e7b12e914ee77
MD5sum: b85cd0d362a75102934e2015e266119c
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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-plperl-9.5
Source: postgresql-9.5
Version: 9.5.25-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 261
Depends: libc6 (>= 2.17), libperl5.34 (>= 5.34.0), postgresql-9.5 (= 9.5.25-3.pgdg+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.25-3.pgdg+1_arm64.deb
Size: 60820
SHA256: ee66717a120374820905d3de8c25bbd40cd65c0bcac52ef164d2c339476dc8e2
SHA1: d29b1d09e16d7da11deed39e89bfd7b69fdd0558
MD5sum: fbaf3c4d04c81c4f426255b48ca94b8b
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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-plperl-9.6
Source: postgresql-9.6 (9.6.24-2.pgdg+1)
Version: 9.6.24-2.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 260
Depends: perl, postgresql-9.6 (= 9.6.24-2.pgdg+1+b2), libc6 (>= 2.17), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plperl-9.6_9.6.24-2.pgdg+1+b2_arm64.deb
Size: 61876
SHA256: bf0043607714b1a780618b683e1a8fa2a0096f7d8eae01410e7ee3fab8dc79b4
SHA1: 734b23cfecd9c019db3658c74c811b52f40b5b7f
MD5sum: f06854a852c8664e8790367f8c53d532
Description: PL/Perl procedural language for PostgreSQL 9.6
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Perl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-plpython3-10
Source: postgresql-10 (10.21-1.pgdg+1)
Version: 10.21-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: postgresql-10 (= 10.21-1.pgdg+1+b1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10_10.21-1.pgdg+1+b1_arm64.deb
Size: 58160
SHA256: 4877f1ead0bbd9e6b821c596a3157d6eac734c266ec3c08d57fec401cd8da1e6
SHA1: 1e03abba4aee05f6c36b97d2d1e3b0829e074356
MD5sum: 58038e84ceae90eaec4147d3dc4196ff
Description: PL/Python 3 procedural language for PostgreSQL 10
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Python 3.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-plpython3-10-dbgsym
Source: postgresql-10 (10.21-1.pgdg+1)
Version: 10.21-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 197
Depends: postgresql-plpython3-10 (= 10.21-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10-dbgsym_10.21-1.pgdg+1+b1_arm64.deb
Size: 153772
SHA256: 8ac682f0164a7994593b3113f704daaf1bd78cc14581c10446969ca0e2e2f6c1
SHA1: a21adf74d90903ba18af1532fa9053c46df6d19a
MD5sum: a9749862dcf2414912dbfc8dba909aef
Description: debug symbols for postgresql-plpython3-10
Build-Ids: 4d43448a301a5727cddec2847febc8a55d068c16 590f61e6777823464e82b87bdea380df8de5a560 7c02558babf88e581c22111ba0d373f853f945de
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-plpython3-11
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: postgresql-11 (= 11.16-1.pgdg+1+b1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11_11.16-1.pgdg+1+b1_arm64.deb
Size: 76544
SHA256: 990882a6a0f98c69868ca01df4e6206e0290ff59c8be6361747c75d01245c7a9
SHA1: d3d79a2ceaebc10e5b8005e1ad3e9abebee54b65
MD5sum: 4578b8d96bf39cdac379c5e5b0834557
Description: PL/Python 3 procedural language for PostgreSQL 11
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Python 3.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-plpython3-11-dbgsym
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 224
Depends: postgresql-plpython3-11 (= 11.16-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11-dbgsym_11.16-1.pgdg+1+b1_arm64.deb
Size: 170360
SHA256: 6a3c8a12fc4d8d0ca04277d07654ef9b09eb1ecfd87fd1c79d2f5fa4c6b25915
SHA1: 82a5cb1d8b3d59fffa14d0d083b0b680c8bf7f2f
MD5sum: 64b1e6415e14db120987b891daff0fee
Description: debug symbols for postgresql-plpython3-11
Build-Ids: 0dd8a28db5eba85decf2e7ab3f88d58dbddb460b 6650e41ac75c10ce97d8f9dce8ed5b489cb86afc defe92dc91216f4679acae0b0f3e29d0b27dcb39 fd75ec1464b90638c71c98b45fdde74c13ed6377
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-plpython3-12
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 472
Depends: postgresql-12 (= 12.11-1.pgdg+1+b1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12_12.11-1.pgdg+1+b1_arm64.deb
Size: 106244
SHA256: 277cc2e4502aba53d65a9076d56157d9acb11827b0673ef311b5a1776c4f7616
SHA1: b3f7ef6753c2fdb4e36e2bbdfa06a036b53e18d1
MD5sum: b59199d60250611133bd6fd8bc36a864
Description: PL/Python 3 procedural language for PostgreSQL 12
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Python 3.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-plpython3-12-dbgsym
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 226
Depends: postgresql-plpython3-12 (= 12.11-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12-dbgsym_12.11-1.pgdg+1+b1_arm64.deb
Size: 174280
SHA256: c99d8764aa1ef9667f29caf6074e06ae1275622293c9e6f7e13fed1c23f161aa
SHA1: 7516fadba6f9fdd5f4f9bda071789b00844be338
MD5sum: 0dca70321fa9ceec3db374bb676d78fc
Description: debug symbols for postgresql-plpython3-12
Build-Ids: 8ce1458afc203c32d26053ae38586633417d1309 dca1403ffa1e2141b268256bdacc607b412bcb25 fa7bc7a530b59e297d45d82009d57d987cd21028 fd73ae33e61085e195946cf6b5a20eeec66dc8fb
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-plpython3-13
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 479
Depends: postgresql-13 (= 13.7-1.pgdg+1+b1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13_13.7-1.pgdg+1+b1_arm64.deb
Size: 105364
SHA256: e842584fd12408aaef8e71c46cf331e17f4ac9ed3ecc9433fded0ea79975fc48
SHA1: 47697fcd7301737075d867150daa0b71291779ad
MD5sum: ebb2932469dd8efd4df4e8202566cd2d
Description: PL/Python 3 procedural language for PostgreSQL 13
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Python 3.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-plpython3-13-dbgsym
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 225
Depends: postgresql-plpython3-13 (= 13.7-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13-dbgsym_13.7-1.pgdg+1+b1_arm64.deb
Size: 174076
SHA256: a5e7ccee63173a5fc704b8684edc1d00326fbd294fbb2cc9961d9425140133fa
SHA1: 2f8d527a101bbfb6bf4f47d69e153eeff23036c2
MD5sum: ddb246a47a6c39cfdf4522c877d604a1
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 0879502760511951b796ccbd4f573a1ef06daa4c 449603db8e4f5da72f5d069757284d93eb0334e9 5b5fe7b02f33ad29f973b79a51cecee82c7b267e 70b2386b7a3b5adf1674ad8018e52cab90b79b44
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-plpython3-14
Source: postgresql-14 (14.3-1.pgdg+1)
Version: 14.3-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 491
Depends: postgresql-14 (= 14.3-1.pgdg+1+b1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14_14.3-1.pgdg+1+b1_arm64.deb
Size: 104084
SHA256: 0bb707697c46f3982c07024ff9c7b0329f25c39277cb37285d8e9b2e43b12ab2
SHA1: 060e75dd184363403bfaf3ef3402a7d0c2641306
MD5sum: 97c6fa394c70a69914bbe08021e8fe41
Description: PL/Python 3 procedural language for PostgreSQL 14
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Python 3.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-plpython3-14-dbgsym
Source: postgresql-14 (14.3-1.pgdg+1)
Version: 14.3-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 227
Depends: postgresql-plpython3-14 (= 14.3-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14-dbgsym_14.3-1.pgdg+1+b1_arm64.deb
Size: 175344
SHA256: 5b5cd46fe46415173f0f2dda56d70491ab29ca824d16dfe53b15acc8d7d6ea87
SHA1: e5401665d7b6150a3d66d699c94173f3b8a3a9a1
MD5sum: a9ad796a05bc0b6bb8cd6db21f6b9779
Description: debug symbols for postgresql-plpython3-14
Build-Ids: 0ae574b395afdb5efff5cc226ac7b0d2bb83a3be 0ddb30e5e5a97968b742078748fb3d5f2497d1a1 a9fbc4f37b4d27340a0b24516cd94e4292ce9b57 b293ca1aa318080c894e26d0db87d59c02527276
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-plpython3-9.2
Source: postgresql-9.2
Version: 9.2.24-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 161
Depends: libc6 (>= 2.17), libpython3.10 (>= 3.10.0), postgresql-9.2 (= 9.2.24-6.pgdg+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.24-6.pgdg+1_arm64.deb
Size: 50652
SHA256: 05b215aebb05938070155e590658cc3828680ac86294b4ca3409e3b266f1bd1c
SHA1: e730a4474e5117de44394dd945595c40f7297b41
MD5sum: 904c26fbbc76ce46a7ddd4f684ec6055
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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-plpython3-9.3
Source: postgresql-9.3
Version: 9.3.25-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: libc6 (>= 2.17), libpython3.10 (>= 3.10.0), postgresql-9.3 (= 9.3.25-5.pgdg+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.25-5.pgdg+1_arm64.deb
Size: 52840
SHA256: 2a674c5e9fd207f73cce577333ba0e312bb0dc63dbfb7c142deee3fe8f78672f
SHA1: 176e50e3faa3d845e40a342f61208e48bf248bf0
MD5sum: 6eb49d04ac6829f0f3299cd922f911c5
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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-plpython3-9.4
Source: postgresql-9.4
Version: 9.4.26-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: libc6 (>= 2.17), libpython3.10 (>= 3.10.0), postgresql-9.4 (= 9.4.26-4.pgdg+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.26-4.pgdg+1_arm64.deb
Size: 50776
SHA256: ba78db8556288de72cb5cbc36f2996a9781d94c2767572f5cc4c693a8d642b11
SHA1: ac3dda8e2f96251bae995cf1586b459885c21440
MD5sum: ec85ecf741d4767a674a1c670895a48b
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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-plpython3-9.5
Source: postgresql-9.5
Version: 9.5.25-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: libc6 (>= 2.17), libpython3.10 (>= 3.10.0), postgresql-9.5 (= 9.5.25-3.pgdg+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.25-3.pgdg+1_arm64.deb
Size: 55008
SHA256: 06a01857704d8e9be5f5bb0534e52ec6dcdb2af30b61b27487688ad31944729f
SHA1: d866c9683fd36488081125be19b5870bd963ee80
MD5sum: 5f5808821860ee0faf56fac74b38d725
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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-plpython3-9.6
Source: postgresql-9.6 (9.6.24-2.pgdg+1)
Version: 9.6.24-2.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-9.6 (= 9.6.24-2.pgdg+1+b2), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plpython3-9.6_9.6.24-2.pgdg+1+b2_arm64.deb
Size: 57100
SHA256: 82dbc6c8e83662dcb40c4d053bf196314679e1b553c2c1f1a1537ea61c58f641
SHA1: 2700c14e4b25921853229581915b1239fb3fc62a
MD5sum: 00a1a07a7e5821f352d2da11eb67369a
Description: PL/Python 3 procedural language for PostgreSQL 9.6
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Python 3.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-pltcl-10
Source: postgresql-10 (10.21-1.pgdg+1)
Version: 10.21-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 163
Depends: postgresql-10 (= 10.21-1.pgdg+1+b1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10_10.21-1.pgdg+1+b1_arm64.deb
Size: 41384
SHA256: b77752ac204e021efcec82d9f0f5d996472c129f0503d76ccf1c340865f7a0a3
SHA1: dc00ef8f246def8b0d3225bcc08871a5ecc67d3a
MD5sum: 2cab73f7d65b46c99e9c569f69cb7cc5
Description: PL/Tcl procedural language for PostgreSQL 10
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Tcl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-pltcl-10-dbgsym
Source: postgresql-10 (10.21-1.pgdg+1)
Version: 10.21-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-pltcl-10 (= 10.21-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10-dbgsym_10.21-1.pgdg+1+b1_arm64.deb
Size: 67936
SHA256: 2fd058b75d762b4d913ced788df4acd1719a26560a2f2a872671c9d5b2b032e3
SHA1: 548d57c0ec7ba528d0ec3b345f187050236022e6
MD5sum: 0d3cb8da9f074e61acdd7c5fa59909a2
Description: debug symbols for postgresql-pltcl-10
Build-Ids: 9e813f050b14af1aaaed320e7f36345e4ea6604b
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-pltcl-11
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-11 (= 11.16-1.pgdg+1+b1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11_11.16-1.pgdg+1+b1_arm64.deb
Size: 42240
SHA256: 67ca9aa368207a07d1126599c9ba62c4c6aa2626b486cff04d1a8fa916da7809
SHA1: f58f3702df49b640c09f4b377f07fd0dbffe19d7
MD5sum: 8af85e20abd07747dfc0f6f9660be47e
Description: PL/Tcl procedural language for PostgreSQL 11
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Tcl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-pltcl-11-dbgsym
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-pltcl-11 (= 11.16-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11-dbgsym_11.16-1.pgdg+1+b1_arm64.deb
Size: 71144
SHA256: cc4c0b21244399e5b48d3d0d98f6b02178111e677ccb3436d14d95bbf7085275
SHA1: 95d5feb71d313a3fb982ea89f0d67d9fa81e6553
MD5sum: 8fff49b9dba91a48868a9cff9116ed35
Description: debug symbols for postgresql-pltcl-11
Build-Ids: 66b21696ae617e53b4e02d9df6a61d65740297a5
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-pltcl-12
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-12 (= 12.11-1.pgdg+1+b1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12_12.11-1.pgdg+1+b1_arm64.deb
Size: 40664
SHA256: 5c7d116df715596686f999c074775a14eb1e68474c0fd7459c5b6595d1225706
SHA1: 6790f2744ce9876c4f96c841fe7ed5aaec65b0fb
MD5sum: 992f4580d160939b5918526ae53af049
Description: PL/Tcl procedural language for PostgreSQL 12
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Tcl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-pltcl-12-dbgsym
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-pltcl-12 (= 12.11-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12-dbgsym_12.11-1.pgdg+1+b1_arm64.deb
Size: 72200
SHA256: fdb2062599dab7f78a012f6829ba5fe5c3f8d37447654a771e30c8efba1d864b
SHA1: 4e1a574d9f73ca875da1c1590259112bab9402d3
MD5sum: f4cb419cff64bbf5ba37fd372105dbe9
Description: debug symbols for postgresql-pltcl-12
Build-Ids: ca08998943e658d74e21de2bac8f96cc3f307497
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-pltcl-13
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 185
Depends: postgresql-13 (= 13.7-1.pgdg+1+b1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13_13.7-1.pgdg+1+b1_arm64.deb
Size: 40928
SHA256: 5a5e2c60a73b3399a90c5438148dad4facb26e62542911d7ed7740afe1b69da1
SHA1: 780669fa3613e240b263fc16d9d7a97650af3ba7
MD5sum: ab8b32b22b55ed07e021ad162a2a7d7a
Description: PL/Tcl procedural language for PostgreSQL 13
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Tcl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-pltcl-13-dbgsym
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-pltcl-13 (= 13.7-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13-dbgsym_13.7-1.pgdg+1+b1_arm64.deb
Size: 75360
SHA256: 0d52a4fdf225a5ec94ca96c8d729ffa0ffa519ac2c27b5b1d3a56788c15f9297
SHA1: 34ecce3af15a3c3a05f1b45829c637652cdbd644
MD5sum: 82c866f3ef9ee331aafefd0735d68be4
Description: debug symbols for postgresql-pltcl-13
Build-Ids: 7a8b9696d92c601d68968a710e4865c02bcc4dd5
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-pltcl-14
Source: postgresql-14 (14.3-1.pgdg+1)
Version: 14.3-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-14 (= 14.3-1.pgdg+1+b1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14_14.3-1.pgdg+1+b1_arm64.deb
Size: 36968
SHA256: 888903759deca2eb487c546c427af695aa611035e70d1a374b215a714ee242d4
SHA1: 07d0d74ac7c89079195bdb210a96051f70bdcf6e
MD5sum: 0e4875ca02e005afd6952aefba8f4986
Description: PL/Tcl procedural language for PostgreSQL 14
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Tcl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-pltcl-14-dbgsym
Source: postgresql-14 (14.3-1.pgdg+1)
Version: 14.3-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-pltcl-14 (= 14.3-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14-dbgsym_14.3-1.pgdg+1+b1_arm64.deb
Size: 76008
SHA256: 82d83df2d662a7ffd9741a8615111f8bce14bc53780b90da58fdc352a93179a9
SHA1: e359571222375d976c9a103ff32bec928759566e
MD5sum: b697df6872a76cde00008a383e50c772
Description: debug symbols for postgresql-pltcl-14
Build-Ids: 99da6d165548772bf5d191a19f1dae8b721b3516
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-pltcl-9.2
Source: postgresql-9.2
Version: 9.2.24-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 147
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.2 (= 9.2.24-6.pgdg+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.24-6.pgdg+1_arm64.deb
Size: 36800
SHA256: fd271510e8962ffb26a306a812adbe096676b36e913c77a85a69b5a62090ce28
SHA1: 7a687077eed8118e486057a228e9e210e3c4ba7c
MD5sum: 19f37b8f447193952df5559466f49d75
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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-pltcl-9.3
Source: postgresql-9.3
Version: 9.3.25-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.3 (= 9.3.25-5.pgdg+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.25-5.pgdg+1_arm64.deb
Size: 38488
SHA256: e6154cf504a9009819af62bc3d3fd74844d8f81f58ce6c25186b285c68648d51
SHA1: 407dc9e14ff39f6a52bf231b691a6332b567383a
MD5sum: e0acd998a4765c77a30623272337e4e8
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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-pltcl-9.4
Source: postgresql-9.4
Version: 9.4.26-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.4 (= 9.4.26-4.pgdg+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.26-4.pgdg+1_arm64.deb
Size: 36292
SHA256: 692acb695b4368e850f30a63fd1a7c58ffc0ed9cc892276558587573d133c5d2
SHA1: 43a52b16cc24f706ca95d5b23a9f85d4e743bc30
MD5sum: f43c12398605342fbe23ec2095fedef1
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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-pltcl-9.5
Source: postgresql-9.5
Version: 9.5.25-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.5 (= 9.5.25-3.pgdg+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.25-3.pgdg+1_arm64.deb
Size: 39712
SHA256: f99bee647c0d4567eaed78e87df05483d70efddadbec9c719b41bc14ae982727
SHA1: caef3b41ae82bc577e6380484aae815df6ca41a7
MD5sum: 4c261a1bc42659a08775d3cf314a63c0
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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-pltcl-9.6
Source: postgresql-9.6 (9.6.24-2.pgdg+1)
Version: 9.6.24-2.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-9.6 (= 9.6.24-2.pgdg+1+b2), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-pltcl-9.6_9.6.24-2.pgdg+1+b2_arm64.deb
Size: 44304
SHA256: 986df485b8506c75f0fec2ff3c0cbd85f549e38f0d349430356bd7cf5b7ba146
SHA1: 8594695d707fd17a7646510e35fefc2432a4d133
MD5sum: d69dacf550e651f82da63288df63f000
Description: PL/Tcl procedural language for PostgreSQL 9.6
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Tcl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-server-dev-10
Source: postgresql-10 (10.21-1.pgdg+1)
Version: 10.21-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5514
Depends: libpq-dev (>= 10~~), postgresql-client-10 (= 10.21-1.pgdg+1+b1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Replaces: libpq-dev
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-10/postgresql-server-dev-10_10.21-1.pgdg+1+b1_arm64.deb
Size: 945928
SHA256: 7ef2c65c726a93f75a723f80fefcc096697b0b1eb4115a5e9d5085b3d8466d18
SHA1: e7ea119f4cf9d0bcaed424f68527467dc2134fd1
MD5sum: 0b81544dc900c50df492f7c5559a291f
Description: development files for PostgreSQL 10 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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-server-dev-11
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5054
Depends: clang-13, libpq-dev (>= 11~~), llvm-13-dev, postgresql-client-11 (= 11.16-1.pgdg+1+b1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-11/postgresql-server-dev-11_11.16-1.pgdg+1+b1_arm64.deb
Size: 926568
SHA256: c35685aa1d3c94eed8bef0658eaa73af65266745fb2f6433ab7771cacbf5dfc6
SHA1: 665826be3fac6020acc13b048fc0f3b4dd566682
MD5sum: 8acdd155df1083ab5b836987ff7b6906
Description: development files for PostgreSQL 11 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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-server-dev-12
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5621
Depends: clang-13, libpq-dev (>= 12~~), llvm-13-dev, postgresql-client-12 (>= 12.1-2~), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-12/postgresql-server-dev-12_12.11-1.pgdg+1+b1_arm64.deb
Size: 990892
SHA256: 7aad1526bcfeca456ad603e2d3ea3960a3e3259e2b2a4c4cbd22fcd8afeef4f7
SHA1: 8a8e89bd877073f7481afc2494d03cfa116c99ac
MD5sum: f7ad250020f674b345d9c972f359cb7f
Description: development files for PostgreSQL 12 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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-server-dev-13
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6127
Depends: clang-13, libpq-dev (>= 13~~), llvm-13-dev, postgresql-client-13, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/postgresql-server-dev-13_13.7-1.pgdg+1+b1_arm64.deb
Size: 1036024
SHA256: c1a54808755b136b7da508adcff32a456bc0284087f6305619596fe1e1a2464c
SHA1: 8338e604b92c9a30acd4011a792eb808ea7ff9ad
MD5sum: d3e9c3cf89db0fa75a2f7c89b52a23e1
Description: development files for PostgreSQL 13 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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-server-dev-14
Source: postgresql-14 (14.3-1.pgdg+1)
Version: 14.3-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6641
Depends: clang-13, libpq-dev (>= 14~~), llvm-13-dev, postgresql-client-14, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14_14.3-1.pgdg+1+b1_arm64.deb
Size: 1110124
SHA256: 0b79474ef6f4e9bdd3e83e47f3caf77f8d2a183195a9e80cc082609aa95346e6
SHA1: e503174fda5a2b36d316e844243b11b89b4b4cef
MD5sum: ec0605b71c8a3bda6da16e59c870440d
Description: development files for PostgreSQL 14 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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-server-dev-9.2
Source: postgresql-9.2
Version: 9.2.24-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3282
Depends: libc6 (>= 2.33), 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.24-6.pgdg+1_arm64.deb
Size: 586524
SHA256: 450960e849de367b8e1b96f2436388a92ae2044d19793a98a12856704295d57d
SHA1: b7fb22e155e509ce9456298b7a713410eed3c6c2
MD5sum: 6e7675e80b429951e56da861f212df13
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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-server-dev-9.3
Source: postgresql-9.3
Version: 9.3.25-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3529
Depends: libc6 (>= 2.33), 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.25-5.pgdg+1_arm64.deb
Size: 631940
SHA256: 3f180125f4ead2381d024d8774b987753371798e26bc1dbe9997f4fdca8ff07f
SHA1: 4c6214f713118f68f9058f620893c3ee4466a1af
MD5sum: 11bf89a8b5b1d07c889972ee97df6ac6
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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-server-dev-9.4
Source: postgresql-9.4
Version: 9.4.26-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3565
Depends: libpq-dev (>= 9.4~), postgresql-client-9.4 (= 9.4.26-4.pgdg+1), 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.26-4.pgdg+1_arm64.deb
Size: 625284
SHA256: cb74b7003241488380e28e85fd5bc38c17bbad6404b02efd76110d5c96acb6cd
SHA1: 37ee9023fc6ac046a3834d4538b7edfe25bb16ff
MD5sum: 7849b21cc47c78b891a0063217d8e7ef
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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-server-dev-9.5
Source: postgresql-9.5
Version: 9.5.25-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4084
Depends: libpq-dev (>= 9.5~~), postgresql-client-9.5 (= 9.5.25-3.pgdg+1), 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.25-3.pgdg+1_arm64.deb
Size: 719980
SHA256: a3e8da21f59677fa4210010c4ad96bdd74823762adf2ded33dd6e6549a4fd198
SHA1: 0bd9c0dc316c85cb47666def666aa944b4c343f9
MD5sum: db4490e54b5dd7d3e8766c9c68d36d79
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.
Timestamp: 2022-05-16 12:49:55+00

Package: postgresql-server-dev-9.6
Source: postgresql-9.6 (9.6.24-2.pgdg+1)
Version: 9.6.24-2.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4420
Depends: libpq-dev (>= 9.6~~), postgresql-client-9.6 (= 9.6.24-2.pgdg+1+b2), postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-9.6/postgresql-server-dev-9.6_9.6.24-2.pgdg+1+b2_arm64.deb
Size: 786264
SHA256: 2dc1523841e6223142084e6084b1603a8637c4e75e5633230210aeababd7d11d
SHA1: 6dc0de18af17d4127d84ed1aba6551617a3ebab2
MD5sum: e9ef57733887539542f251dc7392bafc
Description: development files for PostgreSQL 9.6 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.
Timestamp: 2022-05-16 12:49:55+00

Package: libecpg-compat3
Source: postgresql-15
Version: 15~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg-compat3_15~beta1-1.pgdg+1_arm64.deb
Size: 17720
SHA256: bc19af5d0776d27cbc35b86e13735c3cee757916d6486e735b0110fd089f8980
SHA1: 00d4fc7fa5f76c0c730ae6986652708719184491
MD5sum: c2be5eb109c68809a42a7a64f6ae47fd
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.
Timestamp: 2022-05-19 17:37:28+00

Package: libecpg-compat3-dbgsym
Source: postgresql-15
Version: 15~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: libecpg-compat3 (= 15~beta1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-compat3-dbgsym_15~beta1-1.pgdg+1_arm64.deb
Size: 37496
SHA256: e054421f792f627563f2c4b0f9fad49aca81e99d3cebf07f686254520255fe5d
SHA1: f8c061c51d69f782b3e57007329dccb9cd0cf1c3
MD5sum: 01adc0ae0ae81993dc2e78408c4d0151
Description: debug symbols for libecpg-compat3
Build-Ids: 2eccdd2f7643bcbf7287cc937607a07de21375a2
Timestamp: 2022-05-19 17:37:28+00

Package: libecpg-dev
Source: postgresql-15
Version: 15~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1614
Depends: libecpg-compat3 (= 15~beta1-1.pgdg+1), libecpg6 (= 15~beta1-1.pgdg+1), libpgtypes3 (= 15~beta1-1.pgdg+1), libpq-dev, libc6 (>= 2.33)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libecpg-dev_15~beta1-1.pgdg+1_arm64.deb
Size: 274396
SHA256: 9ad32e8fc3e59d8a23abd4d275f7c8fb822b1b44302f1ae89a47bdfdafcb104b
SHA1: 3583ed62200a4ee7e4588cb4c52de7d1df9f926c
MD5sum: 86958cc7452f7678725c2a058d030c73
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).
Timestamp: 2022-05-19 17:37:28+00

Package: libecpg-dev-dbgsym
Source: postgresql-15
Version: 15~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 310
Depends: libecpg-dev (= 15~beta1-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-dev-dbgsym_15~beta1-1.pgdg+1_arm64.deb
Size: 266724
SHA256: 01b098825bab3a7de313c140359edbab6fbee9f824754d4f8c63b22a4e9cfa1f
SHA1: 0eb1cf4adcbb67ec8b1b67e305eb4685168b68d1
MD5sum: 989b70c760c8f37450064f4992122b7b
Description: debug symbols for libecpg-dev
Build-Ids: fec09a2911100dfdc0673a28034f647ca95a2d79
Timestamp: 2022-05-19 17:37:28+00

Package: libecpg6
Source: postgresql-15
Version: 15~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg6_15~beta1-1.pgdg+1_arm64.deb
Size: 52680
SHA256: 9a6475594c25835645dcf2adfa86f3c260d2a8a86bcf34698c00fed36ca41be1
SHA1: 89bf5bdbc2a8ff47036c85862345a5647cdcb14a
MD5sum: 4c4d1ca547cfb7325bfba1012466ebe1
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.
Timestamp: 2022-05-19 17:37:28+00

Package: libecpg6-dbgsym
Source: postgresql-15
Version: 15~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 15~beta1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg6-dbgsym_15~beta1-1.pgdg+1_arm64.deb
Size: 113876
SHA256: adb948187605dbeddfae0a7630a40d14c51f46706290492b64acbb1172bd9183
SHA1: e6cfca5ef946f9bedfb577abf967577e8a38212c
MD5sum: bf467de523da3f2d88102d9517ed35ee
Description: debug symbols for libecpg6
Build-Ids: ccd3d897e4837d8637c213beb6fc287b43412cd4
Timestamp: 2022-05-19 17:37:28+00

Package: libpgtypes3
Source: postgresql-15
Version: 15~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpgtypes3_15~beta1-1.pgdg+1_arm64.deb
Size: 38096
SHA256: a27e6339e92cac1d8184a8ee79792ad795e31df58578a63ae1e2da7eedfe2c47
SHA1: b7ef36a8dffab5ccb4f2831102275a6d833a197a
MD5sum: ac1d9b039e24d29b39b08acd9ae048c9
Description: shared library libpgtypes for PostgreSQL 15
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-19 17:37:28+00

Package: libpgtypes3-dbgsym
Source: postgresql-15
Version: 15~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libpgtypes3 (= 15~beta1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpgtypes3-dbgsym_15~beta1-1.pgdg+1_arm64.deb
Size: 86500
SHA256: 33c152fbbec82bb8109a49306496b60dc3b625d2845833ffb90b89bc2251ec73
SHA1: 29a6d4bf7cd0ff38745c18f643f6ba34d2f592b3
MD5sum: 77edc28bb61cc20d6e898795e916345c
Description: debug symbols for libpgtypes3
Build-Ids: e8e5756b8bc5125754f2b749fde5a98e52273360
Timestamp: 2022-05-19 17:37:28+00

Package: libpq-dev
Source: postgresql-15
Version: 15~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 580
Depends: libpq5 (= 15~beta1-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libpq-dev_15~beta1-1.pgdg+1_arm64.deb
Size: 136080
SHA256: 9c18bfcb71216fbeba4d39ffadeafe9e20dfc597fde674d9c39a6b66c8665422
SHA1: ddb7195de44aa72c0203a2f29881ca36c10bf4ad
MD5sum: 97e291a85fd52041b6add78c0c38a933
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.
Timestamp: 2022-05-19 17:37:28+00

Package: libpq5
Source: postgresql-15
Version: 15~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 914
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpq5_15~beta1-1.pgdg+1_arm64.deb
Size: 193120
SHA256: 8401cf697de80d01abdbd5d0f8dbbd7da24a49947c718a77a0accf4472c192f7
SHA1: adc126518d1c1750a9bf8f455ec044261f554f37
MD5sum: ff9454307d99209d46fcc13f1578b8b5
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.
Timestamp: 2022-05-19 17:37:28+00

Package: libpq5-dbgsym
Source: postgresql-15
Version: 15~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 310
Depends: libpq5 (= 15~beta1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpq5-dbgsym_15~beta1-1.pgdg+1_arm64.deb
Size: 274744
SHA256: 79f05e277b600155ac823d60a68c7c4bc09ade546f7adff142db7409f35cd72d
SHA1: 53950c36ebce7b1b57945ddc1595ca8c50ad3a96
MD5sum: 5f408c780ab8e9ef15dd75f3e70bf79b
Description: debug symbols for libpq5
Build-Ids: fd37f546f0a659f9fe1d5509e3799a0a77b95807
Timestamp: 2022-05-19 17:37:28+00

Package: postgresql-15
Version: 15~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56242
Depends: locales | locales-all, postgresql-client-15, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm13, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-15-jit-llvm (= 13), postgresql-contrib-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/database
Filename: pool/15/p/postgresql-15/postgresql-15_15~beta1-1.pgdg+1_arm64.deb
Size: 17935372
SHA256: 75e8d6e3a058a3a58e84d10a042138a1d0ff32f85aef6da59c246cf0ddefda90
SHA1: 2aaac07670dc36d1d7a55f1357832a8bf0ab5b09
MD5sum: 9ce7cdc400749a67cfbcdc000446e5c9
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 15.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202205131
Timestamp: 2022-05-19 17:37:28+00

Package: postgresql-15-dbgsym
Source: postgresql-15
Version: 15~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19076
Depends: postgresql-15 (= 15~beta1-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/postgresql-15-dbgsym_15~beta1-1.pgdg+1_arm64.deb
Size: 17246424
SHA256: 6bb09f8d5a7169cb3192e38b524093fdbea8b101c79e4a0aca235383fab6ea50
SHA1: 0d95467720e6dc4821e5e9c4d31a268dbdce01f4
MD5sum: 135e6bda69b2cde5959e91dbc1167a90
Description: debug symbols for postgresql-15
Build-Ids: 026012146b56a841f194e894b34c9555e3b1c96f 029b57e3bdc2b113799cee46b117fcd791e3712e 0332d48033099f5a57ee57931a079c378da38f46 04186514e6d4bee27aaa1a358e404d53ff990eaa 0574437240078ac9a591a5017ba670f2e935fa96 078ee450aa3edd694f085ac726456f7ad273d6fb 0aa5b0796c535c53462678d019af319c143af866 0b7f78369ff2f6bc579193baabe1e43487db555a 0d9642f58b4a2e8f2c3674301e89a28409ffc8ec 1119290c8bea02a1345a9dce9ba7a38d0998d577 124bedc13271d1ee23283a7febd8fcbde248ce9f 144b84941a301d72fe629a3989969daf622442a8 17566401c57e6f34cf8baa0c8e7d0c9181fd036a 1a9724b99500a8ba19e5df5ec01da49983eadceb 23cc5528f24c1c8da81d4465d9cb7a574c4d12f6 24ebbdd5f885154fddc0094e6289c067c49d3a63 2640d93d4a6a07b454dc7844eb27dd2f77aa8007 26bdc1a7144e401421f4adecf2198b1b84424be4 29f259b4ec130efd2b40c4d217f4869a3918e53f 2f21c7c3c0030282feb8ced0eccc79250f1704d0 2f68ee0cedc24958efadd3d3bc74b22578e2a11e 309d1ce917cf839029e15d27fecb792db6e3a686 3118d6f648190546b1b40157e5daf20c18f67512 316a4a8e8850f5799e60e1648cc620a7c962720a 338c2285db1ebe1e46a9078fc5b66849d0ff85b5 3555ff49e2af88e83a3949c934cfdfbd030b08d0 3b2a914056a8ca2c70a7d51ec03dced694841483 49b85f549989246996567c435e470e31ae13ce15 4c3db56f436149e4e49757ac6a072e9aa88fadb2 4c546cd88848b481aa9dbce61928da014b7560de 4fde1bf13bc4f37f65698e322e6e7ae06cc0ef25 510320ba18d393cbeb2c5475475f76a37526f5c8 513fe19699db0abd75ca7fb27fa0156a7115ef34 523210896e84fe442ae2ffa655608a6499bbf03e 54045343fa2988e625c79eedba463c7a6ded7568 57d5e8b64eb742168e954d6a107796f663af5161 59a37de5f39921d8431a2b9163298755383a06a6 60b96667dce6879aea1c222f76c3f42f0f3a13cc 617eaab9bfabdc458dd874aed3f2f0254be5e269 628ec1d89d4a5dfd1cd48dc74de4409a735b0376 635ab9e280e08979bf842ff395e84b4daef9fc67 6624912ba1aea6f38df4843fe3f6b05eed17ca4f 68151a5f564df031e5adb28c25506285620e5156 6e25bbaa78a897f7166d7b557b5c3ae949358516 75eac84903351a7fb46ed0863470277330c0d8df 777d9eea78bfba24443721ba4b8bf54e432d2069 7a7cb943b06d09def6a8546061aa560eec4703b6 7f4eae2c187ea394144fdb8b41a9685c55e2a426 80fad78a88fa44110b77bef5a4d9780ada5afd07 86242df4adb2972ccbb70d0bfbc8d4a4bff7901f 88250dc786727f3b95242c552cf3202399243baf 8c76ddb995b845d64a4b3ffd3a9e70855f1018a0 8d4723f9951e2200e3011846682a5e8fb3e2c792 91c767253c983f02011c3473eec8abb42d96d298 9209e5439e067885e332885b9088305935705d8b 9834eccd54a8a5fdff181f3f7a381f7c6d3966da a0bb989413be2804dbbf609697377003b07832b3 a1162c8986118d14acb227a9af425a0158d58ab6 a12163a4cf573914d0ed9e6408b111d00844c7bb a5a4cc2ec0f9171b6b956bee5b866d2342c24b7c a6747b094bc0bdce80c4f4986bc25c76696360d6 a7c16e02cf87e7920c24156a3fdf32ae7c80784a acac144e7e9e1e54505d1cde9fbdb535856d7af9 b11bf3c0c92458374ec42de6f14541d8138f72d1 b448f4e2a0809c8026f4ab2b90964211ad77fcc5 b7e36229158361716ca9b9820d24e3e079fbdc63 b7ec12bc45268be358f3b37b4a0ac28cc3009996 c1d13e5ee181752b01f8cddce9395ff64df84619 c716fb3f3659b4148b0ba6dc5f421391b59919c1 c7ef295c6359f20322269d481923ebf93ec16e12 ce321a4d9fc98f2279306b351b8c49d731723165 d00a505b4f2e6964d6ed9177f0d05ba5f91405ba d3b63e07adfa480b69fcb7bb8a3b8257b54ab965 d3d0bd5420ce468a17c4c4647ff93296186c53fe d479e601f6a5e449b8e87a9ce0687577eff97542 d5b9c53b034d7adfe46e5ff6509be4c3b502e278 d60f7a0e22934b737164ad39731e1003f9588894 d94159b72862ef8d32d9915966f5ec1799fd5278 daab950a01a054e86f0b5abc181ae0a3eb207f8c db6d139d9043b8c9c7f0c808d53fd93a3ae58c5c dcb7bae9ff4a1ccd5bbd21e87b3c59b285ed63af dd69f988af87b14bf8cab7d76a899dad0f19fb5e dde316f98d1d279c92d1bd3f674593b9fbba819f e01a7a0a7ac59cfeec3c66b8f72550247009dd87 e02bc525cc44c494f4ade5d250c22e8541aa1b57 e3e894f0e3c06ae08058f7273776dc78e180e8a7 e4c07bf9a1ebaf926c5b34d65669f1e8d0b69429 ea632c85e91d1b379b49012641c50c34cb92c29a edd246d326f5675e8174218ec7715773fa35d456 f892eb63d3b6d75d929984b799e24cd6f60e8720 f8a7963bf7f421e07c2049a4d62f88add1e22a95 f9d5f8843b7df539cefe551b96d558ffb94b92d0 fae4a3b9f2b7e73fa04a93d17d84b0db7ffeb608 fb21f4eeaea0b195977051605451d5551925088f fb3d3f9eedbaae2b89e24cb7cc5867b3098fec05 fce9b8b74d2d2bc88d5a6449be2c0176f0e17911
Postgresql-Catversion: 202205131
Timestamp: 2022-05-19 17:37:28+00

Package: postgresql-client-15
Source: postgresql-15
Version: 15~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8319
Depends: libpq5 (>= 15~beta1), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.33), liblz4-1 (>= 0.0~r127), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Suggests: postgresql-15, postgresql-doc-15
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/database
Filename: pool/15/p/postgresql-15/postgresql-client-15_15~beta1-1.pgdg+1_arm64.deb
Size: 1769012
SHA256: ad619490fd3dec18bf50fa7a4cf7122a13a12241e79c9b3ab6aa8b687a4f91da
SHA1: a3451c49e857fbcfb5d633bdf8e5eacceec29659
MD5sum: 5f3fc5b40c85bdedd3d694cda6067f64
Description: front-end programs for PostgreSQL 15
 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 15. If you install
 PostgreSQL 15 on a standalone machine, you need the server package
 postgresql-15, 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.
Timestamp: 2022-05-19 17:37:28+00

Package: postgresql-client-15-dbgsym
Source: postgresql-15
Version: 15~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2921
Depends: postgresql-client-15 (= 15~beta1-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/postgresql-client-15-dbgsym_15~beta1-1.pgdg+1_arm64.deb
Size: 2458268
SHA256: f0b3cb6da17ca5ed8b3be32eef14c4bb6b40f1a666e31535e649380cab6439a9
SHA1: 0234b9cbab707944dadfe8681975e225bee6d28d
MD5sum: e1e4f6e68d4283cbcbd459c866e0a87a
Description: debug symbols for postgresql-client-15
Build-Ids: 174997135c1e7703af78eaffd4c0ce7fbcda9710 25d4724cada114da564f5763799e4b3296dde3c1 287823ab8bc4d1f7191f995f0bb2d218c091c0b9 57b2267230049340db4e0d7f7b0ea167b48f722c 63d8cb522ca8ba6c9542b9273cd840e14eea10c5 68ffcc6647f465a0a090e3cc14148ded8fbd405b 72850f46171578bb79bcdffa6411f1dad834a699 838a7a52ddd391c35fb4e49c113c6e2aea19448a 83cc5f4c5f6fa2cbf6a28c7f2237bf1c34661494 9ecc44107598f07c862f20c728d370ac13e8fc18 bde32f917f59d5146581c72dc5c0f4d3a885ef60 c9a70d1125ea4b469a129629ccd855214e4bad3d ca0a9747353c2307254164ca62b62fd1b59c2f10 cab96c52ce05b6e52e418c83e50f16e1789f7361 d0459e86800d62c069aa51ab05e096d19777ad5d d1904ef3f123a0c565a8377dacbba532b7e9b776 ddcfebeb852922b2037a46151c50cc7ba3a5b233 f65d0ab05e14ecc2e788f76f86d5d609bacc85db f7892bb3668c12ad03212e9b276b80f901efa08a fce4969a5a12490e01b6b7295ac2e78f9df663f1 ffa67ec7d252913f654fe4bdc26f6f256e5e6e15
Timestamp: 2022-05-19 17:37:28+00

Package: postgresql-doc-15
Source: postgresql-15
Version: 15~beta1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15869
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/doc
Filename: pool/15/p/postgresql-15/postgresql-doc-15_15~beta1-1.pgdg+1_all.deb
Size: 1997208
SHA256: 54b633059473e5b0872f6b6909f94fe14365a6dc0fa2726432d2bae6038406f6
SHA1: 4a94df26170148ba102c74d0a3cdc44a975bb3cf
MD5sum: 44ba15c5ccb3848854aecd2e13b124f4
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 15. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-19 17:37:28+00

Package: postgresql-plperl-15
Source: postgresql-15
Version: 15~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 348
Depends: perl, postgresql-15 (= 15~beta1-1.pgdg+1), libc6 (>= 2.17), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/database
Filename: pool/15/p/postgresql-15/postgresql-plperl-15_15~beta1-1.pgdg+1_arm64.deb
Size: 80716
SHA256: 5e881126584eaf3b2eeede3127ad83fac8a2989cd588aad0d140aea73af1119c
SHA1: 5ff5d71578ba485e308c1b1ed5e9204d807ce692
MD5sum: 7b490e8ad01e34cc4d2f165841c5d4db
Description: PL/Perl procedural language for PostgreSQL 15
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Perl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-19 17:37:28+00

Package: postgresql-plperl-15-dbgsym
Source: postgresql-15
Version: 15~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 225
Depends: postgresql-plperl-15 (= 15~beta1-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/postgresql-plperl-15-dbgsym_15~beta1-1.pgdg+1_arm64.deb
Size: 180036
SHA256: 2e4aadf220733c54ec83bd948fe23dec64330756bbd137e6811b3517921ffbfc
SHA1: 535bc3d2e5f3e124ccd41fd1fb832cdc986d16dd
MD5sum: 3ff4056443cc70727784c4a8d90b623c
Description: debug symbols for postgresql-plperl-15
Build-Ids: 00d4d16b07118a4f8834573d697ae2d32b17491a 219970662917e81ec4bff04f0f7ad5fd15350be6 5297c10520f29724749559802dc80b01381e3fbb cdf451b0c409f904b42c0acb224af717f60edb29
Timestamp: 2022-05-19 17:37:28+00

Package: postgresql-plpython3-15
Source: postgresql-15
Version: 15~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 485
Depends: postgresql-15 (= 15~beta1-1.pgdg+1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/database
Filename: pool/15/p/postgresql-15/postgresql-plpython3-15_15~beta1-1.pgdg+1_arm64.deb
Size: 101932
SHA256: 8da5d5d3c202a945875c509257f4f4f5eedd39ddaa5250c25f467f1a9860ec48
SHA1: ee3f56e7fbbf20d76708f37a1aa95acee531171f
MD5sum: 3e28ca80acfc954a42637fe51549cb8e
Description: PL/Python 3 procedural language for PostgreSQL 15
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Python 3.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-19 17:37:28+00

Package: postgresql-plpython3-15-dbgsym
Source: postgresql-15
Version: 15~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 229
Depends: postgresql-plpython3-15 (= 15~beta1-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/postgresql-plpython3-15-dbgsym_15~beta1-1.pgdg+1_arm64.deb
Size: 179184
SHA256: def4ed42c224150405c65be5e3028e7676b5d0b185fe7b9670fb0838a3290872
SHA1: 2c6bc2d0c20f1f3439a51837298bb9d2d7b35171
MD5sum: ff340cfbe67b9e84993cadec225a555a
Description: debug symbols for postgresql-plpython3-15
Build-Ids: 1ae1e553d9e352904abe94cb0c8c3a15da0db9a5 a20d6e7dcd1b998135ed9ec1ede53af4b6482446 a7c003a4643e7ee1a0a125874d350a6db130c128 deae98aa8133842da28206a48bc6eddc2b0e2cef
Timestamp: 2022-05-19 17:37:28+00

Package: postgresql-pltcl-15
Source: postgresql-15
Version: 15~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-15 (= 15~beta1-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/database
Filename: pool/15/p/postgresql-15/postgresql-pltcl-15_15~beta1-1.pgdg+1_arm64.deb
Size: 35200
SHA256: b7a23ea972dbc0167fc59ab096d5eda30d8bd0093d1c4db0a70e1d3591610c70
SHA1: 82850764c8333180444e4304ce86df600c20511b
MD5sum: 6a18047961d604e2214131c9ba1a751e
Description: PL/Tcl procedural language for PostgreSQL 15
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Tcl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-19 17:37:28+00

Package: postgresql-pltcl-15-dbgsym
Source: postgresql-15
Version: 15~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: postgresql-pltcl-15 (= 15~beta1-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/postgresql-pltcl-15-dbgsym_15~beta1-1.pgdg+1_arm64.deb
Size: 81448
SHA256: 795f1cb79e427cc4b70cee6f4ae8fd3cee83ba931c55a38d31b755efe3443729
SHA1: 44c5ae9b83b7aefc697223b4b27d0170297ddebe
MD5sum: 431024393f90d7aff10d91f1afde1a4f
Description: debug symbols for postgresql-pltcl-15
Build-Ids: e9566c69682f72a02d4473ee39144735fbc97a15
Timestamp: 2022-05-19 17:37:28+00

Package: postgresql-server-dev-15
Source: postgresql-15
Version: 15~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6844
Depends: clang-13, libpq-dev (>= 15~~), llvm-13-dev, postgresql-client-15, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/postgresql-server-dev-15_15~beta1-1.pgdg+1_arm64.deb
Size: 1140788
SHA256: e928c62e0106a73940c58f8f65ab4f13bf35c2b2d85a785e76345a0f3ad6222f
SHA1: 1924488b2e28734255809db9a15681859e2dda91
MD5sum: 1899a62f82cbd2857f776a916516b1e5
Description: development files for PostgreSQL 15 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.
Timestamp: 2022-05-19 17:37:28+00

Package: postgresql-10-unit
Source: postgresql-unit
Version: 7.5-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 375
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-10-unit_7.5-1.pgdg+1_arm64.deb
Size: 76028
SHA256: 54f984da7a82147706fba98e8828adb299f7951e034f5fa9c218c64f35f6004f
SHA1: d0d06d83d8bc67d18e39807bba4a2c82eb0dd091
MD5sum: 2b0ead9feb1ecd206169c5b9d8e39016
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2022-05-19 17:49:20+00

Package: postgresql-10-unit-dbgsym
Source: postgresql-unit
Version: 7.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 81
Depends: postgresql-10-unit (= 7.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-10-unit-dbgsym_7.5-1.pgdg+1_arm64.deb
Size: 59788
SHA256: c64c24e8c5a55ddeef127900a2c923b868620ac565a547747fe9d7cf7780cda8
SHA1: 6f57a3795c5cb00d87656767803076d9aaf4d1a9
MD5sum: 694198b2a763b5c730be3dc95b35eb16
Description: debug symbols for postgresql-10-unit
Build-Ids: 05a620092c7ff9d3ef2b3ba275485c3b11f41774
Timestamp: 2022-05-19 17:49:20+00

Package: postgresql-11-unit
Source: postgresql-unit
Version: 7.5-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 494
Depends: postgresql-11, postgresql-11-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-11-unit_7.5-1.pgdg+1_arm64.deb
Size: 134280
SHA256: 47fd852ec25e2d6cb233b4a477743cbb3cd22f6a34aa914102e64a06d4bb3449
SHA1: 56dbceaf6644b960ec115975f04d5177514be172
MD5sum: 1cfc989aa32819e21fff6c9f3f5cc794
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2022-05-19 17:49:20+00

Package: postgresql-11-unit-dbgsym
Source: postgresql-unit
Version: 7.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 82
Depends: postgresql-11-unit (= 7.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-11-unit-dbgsym_7.5-1.pgdg+1_arm64.deb
Size: 60028
SHA256: 0130c573edb0687b2463c0f38a6370b245f9932a1c0a74c2783ffd1fe9da539c
SHA1: 8798f531fc0c05051af5938ef5efbf27d68fa32d
MD5sum: f53d7dfaa29f035aaff76bb1870fe705
Description: debug symbols for postgresql-11-unit
Build-Ids: 02ab5f879a8872ec4d9ac4733a6ac2228c409726
Timestamp: 2022-05-19 17:49:20+00

Package: postgresql-12-unit
Source: postgresql-unit
Version: 7.5-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 494
Depends: postgresql-12, postgresql-12-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-12-unit_7.5-1.pgdg+1_arm64.deb
Size: 134176
SHA256: 154002e5ca68b77fecccf4967960521dae1fb6f6665a8d98979e3c58a0abee02
SHA1: bffd792836e7ae7653ee824fb18e120bb9e87c90
MD5sum: dc28b81da2ea6aa0698d9c0633d729a9
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2022-05-19 17:49:20+00

Package: postgresql-12-unit-dbgsym
Source: postgresql-unit
Version: 7.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 81
Depends: postgresql-12-unit (= 7.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-12-unit-dbgsym_7.5-1.pgdg+1_arm64.deb
Size: 59812
SHA256: a8ec9e21f2d7c69b4af29eddcd7901a0ed5b1756c113552a5037c7bf5011941c
SHA1: dea7953748c65e68381df8c7faf9e0e5b3e92f79
MD5sum: c81ff4d3c1f2b99c1799464c9b23d71b
Description: debug symbols for postgresql-12-unit
Build-Ids: 6796c76c34b3b3abf1a65b2df3b767ac151197db
Timestamp: 2022-05-19 17:49:20+00

Package: postgresql-13-unit
Source: postgresql-unit
Version: 7.5-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 494
Depends: postgresql-13, postgresql-13-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-13-unit_7.5-1.pgdg+1_arm64.deb
Size: 134104
SHA256: 1a247f7c4dd34eae50ccabb9b8d4b3268f7054f0a9f7b7bcb0ddc775dc456ae1
SHA1: 5024fb110f44b7aa5abced6a262d47dcdedcd981
MD5sum: d41592e8870f74fbe701b5f3b939aab6
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2022-05-19 17:49:20+00

Package: postgresql-13-unit-dbgsym
Source: postgresql-unit
Version: 7.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 82
Depends: postgresql-13-unit (= 7.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-13-unit-dbgsym_7.5-1.pgdg+1_arm64.deb
Size: 60056
SHA256: ff07f3791a4c3727a6ae8e4a59e61c823b4048c66f940948425a669ad2ec0eea
SHA1: ae658c457c739d3f3357f5a7443093cfe084a5a5
MD5sum: 26b39ec35e964c38d3ef6e32cc6bdbda
Description: debug symbols for postgresql-13-unit
Build-Ids: ba55097795bf2050bc05987397fad70d0b99daa7
Timestamp: 2022-05-19 17:49:20+00

Package: postgresql-14-unit
Source: postgresql-unit
Version: 7.5-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 494
Depends: postgresql-14, postgresql-14-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-14-unit_7.5-1.pgdg+1_arm64.deb
Size: 134356
SHA256: 179e30d70e8c777f34f08f08c6ae1b4bce02e37f4c691208fbc4997041eefa17
SHA1: 352082d7514ac7a35757c0ae4ffe408c9ce17556
MD5sum: 78d8fc82be56c90cd3e93b1c65a2e209
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2022-05-19 17:49:20+00

Package: postgresql-14-unit-dbgsym
Source: postgresql-unit
Version: 7.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 81
Depends: postgresql-14-unit (= 7.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-14-unit-dbgsym_7.5-1.pgdg+1_arm64.deb
Size: 59436
SHA256: 6610847a6ef6b1148bb00fa83e5f0da5e8cc6e87b766b45a118e4c41147276fa
SHA1: 9fab9acdfb9c74ee404fc67c3adf88b9b2594090
MD5sum: 13e7d0f01647c94f0c319e85e409d355
Description: debug symbols for postgresql-14-unit
Build-Ids: 18d6f8cbba9137709209043b40a9410f7d8ae4d7
Timestamp: 2022-05-19 17:49:20+00

Package: postgresql-15-unit
Source: postgresql-unit
Version: 7.5-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 494
Depends: postgresql-15, libc6 (>= 2.17)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-15-unit_7.5-1.pgdg+1_arm64.deb
Size: 134256
SHA256: 0bbe2fd5f7a564993f6ae7bed1e23e5fcd59bc42b65dca32b8614f603ae934a5
SHA1: 1b8c5add5919047735e4be6f1eebb26e3b7806ba
MD5sum: 1e510a0a9381d84b8ce62454c405fe10
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2022-05-19 17:49:20+00

Package: postgresql-15-unit-dbgsym
Source: postgresql-unit
Version: 7.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 81
Depends: postgresql-15-unit (= 7.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-15-unit-dbgsym_7.5-1.pgdg+1_arm64.deb
Size: 59124
SHA256: 0bd586c08056af8d38dc97c16d0b782875f1a35b9f6f408b97fb18f499ee27b3
SHA1: 91ce808434fce7c09473d74f0d5d267e95ceede0
MD5sum: 65f0c26d5c583472e4df886d536ff613
Description: debug symbols for postgresql-15-unit
Build-Ids: 393da4711ad7e2a5a21820a5c21b83162c174af1
Timestamp: 2022-05-19 17:49:20+00

Package: libpgpool2
Source: pgpool2
Version: 4.3.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: libc6 (>= 2.33)
Breaks: pgpool2 (<< 3.1.1)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libs
Filename: pool/main/p/pgpool2/libpgpool2_4.3.2-1.pgdg+1_arm64.deb
Size: 143656
SHA256: ca7d18d4b20068c353aeeec92b2801c8d27b5a62e13e3cac6e61aeef85c4ec4f
SHA1: 2c24f1f17c32ffd829a2ddfb6072f569edf027b4
MD5sum: a3c96416a75f011c27e4e284bbe4b038
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).
Timestamp: 2022-05-24 18:09:37+00

Package: libpgpool2-dbgsym
Source: pgpool2
Version: 4.3.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: libpgpool2 (= 4.3.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/libpgpool2-dbgsym_4.3.2-1.pgdg+1_arm64.deb
Size: 63472
SHA256: 33d88de577d1ebbedfd12fc38cf3fce2db5d6ea731692da0312d4cc2519825b6
SHA1: 133034bd2364ea374bd35d7f54c03c3f5d85000e
MD5sum: dc96c32d8ef7c46a25a1db0c3776b66c
Description: debug symbols for libpgpool2
Build-Ids: 79a4c1fa725c6e4f8ab1b7a3634077917777c850
Timestamp: 2022-05-24 18:09:37+00

Package: libpgpool-dev
Source: pgpool2
Version: 4.3.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: libpgpool2 (= 4.3.2-1.pgdg+1)
Conflicts: libpcp3-dev
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libdevel
Filename: pool/main/p/pgpool2/libpgpool-dev_4.3.2-1.pgdg+1_arm64.deb
Size: 153820
SHA256: 449ef5036f422dd98908fd1068738c2777c594adda0ef14a41e4eba10e16c560
SHA1: e1b6edd3be891933120638d64c66f9402babff1f
MD5sum: 8181d1751f734ff9fb43b6ef5105d01c
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).
Timestamp: 2022-05-24 18:09:37+00

Package: pgcopydb
Version: 0.7-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 393
Depends: postgresql-client, libc6 (>= 2.33), libpq5 (>= 9.1~)
Homepage: https://github.com/dimitri/pgcopydb
Priority: optional
Section: database
Filename: pool/main/p/pgcopydb/pgcopydb_0.7-1.pgdg+1_arm64.deb
Size: 119176
SHA256: 962dfb459ff39643aec9b196098f7da4c9b63b63ad801ff2f0b50824a582a512
SHA1: de431ef46d9a09cceaa188c9e64159d6ab95ee03
MD5sum: 8e60281316f3e821a8b3a54015499529
Description: Copy an entire PostgreSQL database from source to target
 This tool copies an entire PostgreSQL database from source to target. It
 implements `pg_dump | pg_restore` on steroids, including advanced concurrency
 tricks to make the operation faster.
Timestamp: 2022-05-24 18:09:37+00

Package: pgcopydb-dbgsym
Source: pgcopydb
Version: 0.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 270
Depends: pgcopydb (= 0.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgcopydb/pgcopydb-dbgsym_0.7-1.pgdg+1_arm64.deb
Size: 233876
SHA256: 4a7fc899f5c99bea20ab09a40e0186c6eaae876bf80205a8031d18a49f7e02d2
SHA1: a1c8db442025897058884fb9863e36e181f937e7
MD5sum: 0b29f0e1591e620a91346bb29935ea91
Description: debug symbols for pgcopydb
Build-Ids: aa5247a3e322242f3122171bfb6b3d2accd4db2e
Timestamp: 2022-05-24 18:09:37+00

Package: pgpool2
Version: 4.3.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5985
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: libpgpool2 (= 4.3.2-1.pgdg+1), lsb-base (>= 3.0-3), postgresql-common (>= 26), ucf, libc6 (>= 2.33), libcrypt1 (>= 1:4.1.0), libmemcached11, libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3 (>= 3.0.0)
Enhances: postgresql
Conflicts: pgpool
Replaces: pgpool
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/pgpool2_4.3.2-1.pgdg+1_arm64.deb
Size: 1165764
SHA256: 602799084f26bf1697f87ebf605a665bea6d6381bdc428543c2acf9a1a4c2799
SHA1: 3ab71ff4130dfc3021909d98b903ecb6cb7350ac
MD5sum: b09dbc40d99415b60f39a510b346b0cf
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.
Timestamp: 2022-05-24 18:09:37+00

Package: pgpool2-dbgsym
Source: pgpool2
Version: 4.3.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2034
Depends: pgpool2 (= 4.3.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/pgpool2-dbgsym_4.3.2-1.pgdg+1_arm64.deb
Size: 1882300
SHA256: 9015bad723d9ebf0b2d3a332f338ef50612079f20f18336a0cbb75b03f7f0b2a
SHA1: d34a321db8e98ccfb96bf9ea2d750e390a9bd259
MD5sum: 6446090071cfe53bcd96bba9c1d9846e
Description: debug symbols for pgpool2
Build-Ids: 0ac4786ba7dcfb2758da8b9c31b4657869a01a4e 3c7609244d6e897c2f8ccf0411f8b045cb83160b 9d77bc52e167d18c23e06abe3445bf9525fafcc9 dbfccc0076ac8dd86f261e3d7717357b5c92bf90 e351b1858090b02ebada099a530477321e595dfd f40a6d4e3f43087c5ebd7c1e4231271ed942aa48 f95e700985125c07faaca0a49e717e40fd4d9cd2
Timestamp: 2022-05-24 18:09:37+00

Package: pg-rage-terminator-15
Source: pg-rage-terminator
Version: 0.1.7-6.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 46
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 13)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-15_0.1.7-6.pgdg+1_arm64.deb
Size: 15376
SHA256: 5e0e4f7942b668b135ced1991cfa16bd83dd6dbbdcc03727900455612e89d9d9
SHA1: 5f73864a0b6644fd3c0ff70711c91b8db665719e
MD5sum: 9ddd72b4a57a85a7739498e89d0fd733
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2022-05-24 18:09:37+00

Package: pg-rage-terminator-15-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 28
Depends: pg-rage-terminator-15 (= 0.1.7-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-15-dbgsym_0.1.7-6.pgdg+1_arm64.deb
Size: 13288
SHA256: daa87ccd6a50c7fed560050566be7ce97f70cc616ac4809ef2a6825894025627
SHA1: 1dc324ba6eb9da7c16dd0e2d3aaf2c731ef051d8
MD5sum: e5b11b8966c289c3bed32158188fbdea
Description: debug symbols for pg-rage-terminator-15
Build-Ids: f47cabc6ea2be450281f216fb26744d61544d5ab
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-10-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-10-mysql-fdw_2.8.0-1.pgdg+1_arm64.deb
Size: 36804
SHA256: 6220ca2a45f56acbde576fa7a9db344139d0fad6f72cb13cbdd27f507f86da2d
SHA1: 87ca8c0093247f49d9b0bda1d16484032d366247
MD5sum: 1428538e43fbd64bede1225574f2d6fa
Description: Postgres 10 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 10.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-10-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 160
Depends: postgresql-10-mysql-fdw (= 2.8.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-10-mysql-fdw-dbgsym_2.8.0-1.pgdg+1_arm64.deb
Size: 141776
SHA256: 49774acb2f3020cc633fbd88bdd609a5ac8556c8acbfc20b69618a63d755348f
SHA1: 770674f72968093bb44dc79ddd4cc1a2bf691fe5
MD5sum: 9992d94e0c918501b8e792f62607e3a8
Description: debug symbols for postgresql-10-mysql-fdw
Build-Ids: 308c790a9bd2f27c82443ed9f50c3810671ca494
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-10-pgpool2
Source: pgpool2
Version: 4.3.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 233
Depends: libpgpool2 (>= 4.3.2-1.pgdg+1), postgresql-10, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2_4.3.2-1.pgdg+1_arm64.deb
Size: 136040
SHA256: 640ef1ed174abd1f0ea645d63f2ebfaabcdccd95e60e7a86c356470177e01ee3
SHA1: b33b8ca6271127264d8c7a92b01a02ef741816fa
MD5sum: a26d793f21a22b844ed493b747be12a8
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 10 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-10-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-10-pgpool2 (= 4.3.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2-dbgsym_4.3.2-1.pgdg+1_arm64.deb
Size: 54336
SHA256: 92c2f5a4dad81530f29c726c96d6ebc2f3f384f643d63978b2aa4a3728e71c27
SHA1: 31e49dec926fce647f897e2dbc88a0634e85e316
MD5sum: 642cbb7b3ca54cebebc28e69bb355df3
Description: debug symbols for postgresql-10-pgpool2
Build-Ids: 022066132a38bf836bf8b1c92dca064610ae3e1e d7c56db8339ea1b11cc882a4fbf8af55b9de5992 f60fb68610a24c0880a7edaa0c8223f1bac142bf
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-10-pg-qualstats
Source: pg-qualstats
Version: 2.0.4-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 84
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-10-pg-qualstats_2.0.4-1.pgdg+1_arm64.deb
Size: 28052
SHA256: cfbed2d87cdb0f3e812e801ad650c2cad9452c5ade1a0b2f68894af27e5ed495
SHA1: f24639c6acba50411a683dce3251aeb7a5aebd21
MD5sum: aaae3f824ae680e2261319c70873161f
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-10-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.0.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 81
Depends: postgresql-10-pg-qualstats (= 2.0.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-10-pg-qualstats-dbgsym_2.0.4-1.pgdg+1_arm64.deb
Size: 64044
SHA256: 436f547815ebd4840f9f82c620ea914cb0c1ff7fcd37cd4d93b9be5f1c7293b3
SHA1: e1323f2bee6a430ce9cbede6565f3c9fa9229423
MD5sum: f01a80982a442c7170d28c381386b35b
Description: debug symbols for postgresql-10-pg-qualstats
Build-Ids: 797159e029437d78959988fd1b62f36160252b07
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-10-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 80
Depends: postgresql-10, libc6 (>= 2.17), postgresql-contrib-10
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-10-pg-stat-kcache_2.2.1-1.pgdg+1_arm64.deb
Size: 17568
SHA256: b095dc4a0e6236358ebe61e63f5230623b482c4b0a30f1da2ea6436caccc9cdd
SHA1: 50cf5aed40c6e9ca68546e091f7f6b264a12ec5f
MD5sum: 19cb56dd4b921d49aaa8e043b7344d0f
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-10-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 58
Depends: postgresql-10-pg-stat-kcache (= 2.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-10-pg-stat-kcache-dbgsym_2.2.1-1.pgdg+1_arm64.deb
Size: 42244
SHA256: c17a51062cc800d80577647d0622b5265d34cad4c9ab469164cbb4a5a47379c2
SHA1: d44f2efe23b02a474a4aeb982ee82fa55b099c0a
MD5sum: 53b7774bb94177aaee6fd6c572f1cb67
Description: debug symbols for postgresql-10-pg-stat-kcache
Build-Ids: 51d8dea29f8f784c739bf15c17af563e72e9b419
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-10-plpgsql-check
Source: plpgsql-check
Version: 2.1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check_2.1.6-1.pgdg+1_arm64.deb
Size: 73816
SHA256: c10dad3d45af63b868938e5fed922df4f621509db7ddb0ecab1add6845684d3d
SHA1: b7f89fff7a6b97accedb9f35ef15ac75543629d0
MD5sum: 4029749827f041c2f86ccb753c130e05
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-10-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 250
Depends: postgresql-10-plpgsql-check (= 2.1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check-dbgsym_2.1.6-1.pgdg+1_arm64.deb
Size: 220532
SHA256: 2951dbd11ee520f843f8e487a89791e1f5859900d471e870fc78d2d8026925e2
SHA1: 43b5b7654629e75ab5c129a52aa75230329f5ed5
MD5sum: a0abcbd3e094864b259455bd95081885
Description: debug symbols for postgresql-10-plpgsql-check
Build-Ids: 98b55a83bc438f7f08e2667f3889214d4aa1d5b6
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-10-powa
Source: powa-archivist
Version: 4.1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1397
Depends: postgresql-10, libc6 (>= 2.17), postgresql-contrib-10
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-10-powa_4.1.4-1.pgdg+1_arm64.deb
Size: 42956
SHA256: 80754e273118688ff186606fd156de76d63f7c6a0ec4ba40e3a3926470cf44bf
SHA1: 731f290a0d48d37546a3f6ebfd6bc7868482f9d5
MD5sum: 740a0cbf233f4e96815382969b9f2a54
Description: PostgreSQL Workload Analyzer -- PostgreSQL 10 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-10-powa-dbgsym
Source: powa-archivist
Version: 4.1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-10-powa (= 4.1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-10-powa-dbgsym_4.1.4-1.pgdg+1_arm64.deb
Size: 34308
SHA256: 80939c5deb53738f91f891af33fa27b764fb05c695f6f16244f146516a51fe49
SHA1: 5e332e2b8efb24b3e2b483e39767096562580825
MD5sum: f9edc021a6ded91c9d1bb1a8d6ea2847
Description: debug symbols for postgresql-10-powa
Build-Ids: 2184fa390e0071fa2b2cecd87d2dd977391588dd
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-11-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 271
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-11, postgresql-11-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-11-mysql-fdw_2.8.0-1.pgdg+1_arm64.deb
Size: 129468
SHA256: 068d35c27b737274ac944288277552f9f6cf916e44f9e2a163958e57b146fede
SHA1: 350c0a3e2dc3a24d2db8aa003498a8ad0077274b
MD5sum: 8822f01e83eabfc3ec047faec811b43c
Description: Postgres 11 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 11.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-11-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 158
Depends: postgresql-11-mysql-fdw (= 2.8.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-11-mysql-fdw-dbgsym_2.8.0-1.pgdg+1_arm64.deb
Size: 139460
SHA256: 5b9a80e0cc10780ab11afbf778be581dd12faccb7407141cda71e45089adb688
SHA1: ad6c7c9b7a071a7031c6e24cd325976cb58d5347
MD5sum: 2993ecf528cf22cd9e38ef3e40e7b243
Description: debug symbols for postgresql-11-mysql-fdw
Build-Ids: 8ca2467ad9d837cfbbbc2dbf9e1fb1337451f2c6
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-11-pgpool2
Source: pgpool2
Version: 4.3.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 288
Depends: libpgpool2 (>= 4.3.2-1.pgdg+1), postgresql-11, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2_4.3.2-1.pgdg+1_arm64.deb
Size: 162036
SHA256: 4a332af5ba171b1da7d13dba808132e1de53c59e3c4910540e4a5ec2873e8d29
SHA1: 30cb8011fb6c408203eb40a3f5b9962b81d6e8b8
MD5sum: a41c5d2f44559d671820d99efe35ebb9
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 11 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-11-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-11-pgpool2 (= 4.3.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2-dbgsym_4.3.2-1.pgdg+1_arm64.deb
Size: 51828
SHA256: 4206dfe4a1cfa83b6b5524e45906aa13b6cd8af007953280b6ca4348bf0f8fd3
SHA1: 093d4033fdd8403adb0c22e821c3957aaf12c8f9
MD5sum: 7cda21797439284fd5f689d10ac066a5
Description: debug symbols for postgresql-11-pgpool2
Build-Ids: 353fe011aa9f0a77ebdce4b8d98f0ab1644b3b14 e0bbc62f418e2de2ae0fae9223b5bb3bdaca6bd8 e7c9320630e6b1e529870d762e20143a754a23f8
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-11-pg-qualstats
Source: pg-qualstats
Version: 2.0.4-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 140
Depends: postgresql-11, postgresql-11-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-11-pg-qualstats_2.0.4-1.pgdg+1_arm64.deb
Size: 62176
SHA256: 79c53bbc38ba3ebc3f87c72c9260cf797f00712f7717d77200f80eca3651ebce
SHA1: df016124470da1931ebac4c70d8377162e6504dd
MD5sum: 54d38138fc71c0dcc8516cd31643a453
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-11-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.0.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 75
Depends: postgresql-11-pg-qualstats (= 2.0.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-11-pg-qualstats-dbgsym_2.0.4-1.pgdg+1_arm64.deb
Size: 58280
SHA256: 65f84bd0c9c21dc9c7e4e00001b76af2839778752cdaf45d363f08aec30c4c1c
SHA1: 8d4bd94190e7aeca2869777fc9b5804575ebdafc
MD5sum: 61b1731753a51918565b2bac9b01f6b7
Description: debug symbols for postgresql-11-pg-qualstats
Build-Ids: c07c9808866e4af02bb530c12ba7c4a19412a797
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-11-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 114
Depends: postgresql-11, postgresql-11-jit-llvm (>= 13), libc6 (>= 2.17), postgresql-contrib-11
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-11-pg-stat-kcache_2.2.1-1.pgdg+1_arm64.deb
Size: 36864
SHA256: 84767930b84a1a5d7ea13306edc773b9aa262d0c039958f8f58bbce6f0692a02
SHA1: 8610f1737486f192c0dd889b40ba2e3680e1ef99
MD5sum: 6b06170568cce9daf16e63d925e5785b
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-11-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 52
Depends: postgresql-11-pg-stat-kcache (= 2.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-11-pg-stat-kcache-dbgsym_2.2.1-1.pgdg+1_arm64.deb
Size: 35240
SHA256: 770c4c6d6a94eb88242da77d22b05d37598aa47052710c188d7932504a5ebba3
SHA1: 832a59a83ba200f4737c560f6854a6a5c983956c
MD5sum: 802c65b93c30b947042c91db6b080b9b
Description: debug symbols for postgresql-11-pg-stat-kcache
Build-Ids: 029995db760b30ef1cca5e97ae3dd957592d0360
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-11-plpgsql-check
Source: plpgsql-check
Version: 2.1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 599
Depends: postgresql-11, postgresql-11-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check_2.1.6-1.pgdg+1_arm64.deb
Size: 279940
SHA256: c864f1a27edff7c7cb59544de674ffbe1f8b069025de0d227e78a1395ef9964e
SHA1: 7aad93d4680a47611d8ab33f5c954b76cdea1b06
MD5sum: ea76c0be9a895fec1f1ac87a0978217f
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-11-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 248
Depends: postgresql-11-plpgsql-check (= 2.1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check-dbgsym_2.1.6-1.pgdg+1_arm64.deb
Size: 219284
SHA256: 3818757c8873936dbe05f1fca2ef8b97132b68f09f8e6c8b77a02d9b4837327f
SHA1: b53ef0423189100000d5a67c51f558a71a8578ad
MD5sum: 7d579131171a747641cbca2d27c58063
Description: debug symbols for postgresql-11-plpgsql-check
Build-Ids: bd1cbd4c823886c917d84dc688d472025b1b25e5
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-11-powa
Source: powa-archivist
Version: 4.1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1422
Depends: postgresql-11, postgresql-11-jit-llvm (>= 13), libc6 (>= 2.17), postgresql-contrib-11
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-11-powa_4.1.4-1.pgdg+1_arm64.deb
Size: 56856
SHA256: 05cb1fc5d2ca4c74ba73a094f03175f1198037d2b8e4b72e1c6c80636bcb183c
SHA1: 12068a392fa203bbf45fd28d9c55042dd632d5c3
MD5sum: 6130bef1b9735075dad2e62de99744c8
Description: PostgreSQL Workload Analyzer -- PostgreSQL 11 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-11-powa-dbgsym
Source: powa-archivist
Version: 4.1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-11-powa (= 4.1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-11-powa-dbgsym_4.1.4-1.pgdg+1_arm64.deb
Size: 33116
SHA256: 4f840eb0036d12454d1ae581ec7825b9c2f46543c307193a845ac66990816d05
SHA1: 6d951b6fa9ca9321f6c1fd26bdb5ace7531bd818
MD5sum: c5c57a9d08439a9b0114e2906a91032a
Description: debug symbols for postgresql-11-powa
Build-Ids: e723a05c543977955aac86f3b73928afb4be8e4b
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-12-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 280
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-12, postgresql-12-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-12-mysql-fdw_2.8.0-1.pgdg+1_arm64.deb
Size: 134088
SHA256: 1a6fb45de506a6c366364e774a1feb19b2bb4ccec3870c954353468f0d04ac2f
SHA1: 336466178cae161994b497aad8c9c12708f88b49
MD5sum: fefd68ee2110432e69870b1ba6d97e1e
Description: Postgres 12 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 12.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-12-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 165
Depends: postgresql-12-mysql-fdw (= 2.8.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-12-mysql-fdw-dbgsym_2.8.0-1.pgdg+1_arm64.deb
Size: 146828
SHA256: 15b2655f20833ad5cd9cec8f3b7e175b5c7cbaf722817ecb3d951af074ddae2d
SHA1: 15c386780602fca23f18d3afa35bfeb2ce90b333
MD5sum: 2f8c10431213af9b040a62f3c12e4cbe
Description: debug symbols for postgresql-12-mysql-fdw
Build-Ids: b09751621adf327ea548bc26a64f9e1bd0b916b8
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-12-pgpool2
Source: pgpool2
Version: 4.3.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 284
Depends: libpgpool2 (>= 4.3.2-1.pgdg+1), postgresql-12, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2_4.3.2-1.pgdg+1_arm64.deb
Size: 162108
SHA256: e66c4ef8c74e5799d24aa7360f8e0d32d42ed1fc00403b04ffc6036b3986fea8
SHA1: 44269925b3ce6213270582324be2856a19703e1c
MD5sum: c6919f55adde00bee243922be018a6ad
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 12 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-12-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-12-pgpool2 (= 4.3.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2-dbgsym_4.3.2-1.pgdg+1_arm64.deb
Size: 52932
SHA256: 5c75dc58710b8911ad7eb9cd6623aedf302835380db4613171268ea36c33c39d
SHA1: f9f1e405b4bfea628e8d2195ec10c1202b9d8924
MD5sum: 9b4ed8c8654711788f8f034eb3a9f04e
Description: debug symbols for postgresql-12-pgpool2
Build-Ids: 4f7d307866bdd357c1c41f293d59e932dbdb6a50 5ac6855153edf37d476f11a020f5a782ef402e16 b6cb720e34713da09b94a4da0c7070e1367c75a6
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-12-pg-qualstats
Source: pg-qualstats
Version: 2.0.4-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 140
Depends: postgresql-12, postgresql-12-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-12-pg-qualstats_2.0.4-1.pgdg+1_arm64.deb
Size: 62268
SHA256: c5664ed4c090f702905e2c8a99458888d21d98146b9c7763bfc46888282cbddd
SHA1: 33b2c9cc3a1c61ded8594673b93b64377062a4d8
MD5sum: 368a3af65d625865b12262a9325af541
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-12-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.0.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 76
Depends: postgresql-12-pg-qualstats (= 2.0.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-12-pg-qualstats-dbgsym_2.0.4-1.pgdg+1_arm64.deb
Size: 59172
SHA256: d65abbaf890b4aeb3d6cc3e3296d97ecc13cfda93b4d35cd138651312a47237b
SHA1: bc81cbaec6e4e3c5b3b2929511918c2a09374177
MD5sum: 680480e738971836b563b03f07328271
Description: debug symbols for postgresql-12-pg-qualstats
Build-Ids: ef318fb0546cedea94936ce938806a95607962c8
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-12-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 114
Depends: postgresql-12, postgresql-12-jit-llvm (>= 13), libc6 (>= 2.17), postgresql-contrib-12
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-12-pg-stat-kcache_2.2.1-1.pgdg+1_arm64.deb
Size: 37304
SHA256: 2545d0855280238e7d6edfd79153e99b2ceb1fd72dbfed431671962462726900
SHA1: 331147d1d5d8fa59aa49cdc6515ef58f89af076d
MD5sum: 3c4fb0be0a62796662d0be7d6cf0527f
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-12-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 55
Depends: postgresql-12-pg-stat-kcache (= 2.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-12-pg-stat-kcache-dbgsym_2.2.1-1.pgdg+1_arm64.deb
Size: 39064
SHA256: 872b00b576bbf7ff7e25bda309098c99f4f7dd5f7827b4079958b945116b3de7
SHA1: 6b2d61982c5221e1ecf37214e31b170c77dcdb62
MD5sum: 2df9c032d7ad3b0533e544895a14f316
Description: debug symbols for postgresql-12-pg-stat-kcache
Build-Ids: 77befac42cf8fc7131bcd44f8f320b7d584a7448
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 2.1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 611
Depends: postgresql-12, postgresql-12-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_2.1.6-1.pgdg+1_arm64.deb
Size: 285888
SHA256: e18c9a54ae63bde51f6b7f987055aa0768a975694b62ccc87bb1e7974db373a3
SHA1: 79b3340ada20cd3d7a184196b86cb73230d42cd0
MD5sum: 6cf85cd1c1f50ba4f8743a11300dfd10
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: postgresql-12-plpgsql-check (= 2.1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_2.1.6-1.pgdg+1_arm64.deb
Size: 227852
SHA256: 8ea63708def9e33c13176579f2c9c954ceccf5c621eb6251860cac0f96592290
SHA1: 98014dfdf38345aa3fa2e97687e1cb2673ff4f0d
MD5sum: 0b543ed55f1fc1ad7958114887779c0e
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: e54bf2f205eff2184277a124b540a0784b446522
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-12-powa
Source: powa-archivist
Version: 4.1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1422
Depends: postgresql-12, postgresql-12-jit-llvm (>= 13), libc6 (>= 2.17), postgresql-contrib-12
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-12-powa_4.1.4-1.pgdg+1_arm64.deb
Size: 57148
SHA256: 644ee90fda354ba909a70eb2c8ecb9004476d69c487dbc7bfeb581ef25276d99
SHA1: 985e40c6c63caeb8809b979c34b56533a45fe9d4
MD5sum: bda5c545fc12cf8e6ced5d63f495e056
Description: PostgreSQL Workload Analyzer -- PostgreSQL 12 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-12-powa-dbgsym
Source: powa-archivist
Version: 4.1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-12-powa (= 4.1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-12-powa-dbgsym_4.1.4-1.pgdg+1_arm64.deb
Size: 34772
SHA256: 9bb5427a874788df508c2d4ae5c70c93134209fcfa51ed82709c3bfc46170b55
SHA1: f3f2096741b9d3d081ac675e281f10646ed6e792
MD5sum: 4cfd07e53b4ce39ee5cf9bf6143c7c76
Description: debug symbols for postgresql-12-powa
Build-Ids: 1d435b607529c6817b2486ca955b47cd70caadf6
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-13-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 285
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-13, postgresql-13-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-13-mysql-fdw_2.8.0-1.pgdg+1_arm64.deb
Size: 137936
SHA256: e7023d41c83db766d111e93bc4700274310713ae0b874fad9e289811c8b32548
SHA1: 74d1ac1f2ee1533c2964b3f7ae18a78181156ccb
MD5sum: 55c9d6ea6568af6fda642313470f40ec
Description: Postgres 13 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 13.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-13-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-13-mysql-fdw (= 2.8.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-13-mysql-fdw-dbgsym_2.8.0-1.pgdg+1_arm64.deb
Size: 158176
SHA256: 37e7f17df495b795338af7617496d41b776294f9df83370072dae1f76422cb86
SHA1: b8543fee435daf17041a68eb6e2e5d0bfe598192
MD5sum: 4f2f1950c7c539114e686f1af94356f1
Description: debug symbols for postgresql-13-mysql-fdw
Build-Ids: e3a49bf9d4f41bd3fc8c3b6eda2528a1b07fa244
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-13-pgpool2
Source: pgpool2
Version: 4.3.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 284
Depends: libpgpool2 (>= 4.3.2-1.pgdg+1), postgresql-13, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2_4.3.2-1.pgdg+1_arm64.deb
Size: 161920
SHA256: 937f71a09fd5ce65043fbcd36854b88b97eab3cd7e105567eb96478d9a593e99
SHA1: a6c967614df798a6b7fd4732424650d9df35ab9c
MD5sum: c963e3dbb962b3b1994b8c3776cc2f94
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 13 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-13-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-13-pgpool2 (= 4.3.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2-dbgsym_4.3.2-1.pgdg+1_arm64.deb
Size: 50440
SHA256: 6d9fc8a1148938efd83023b3c1b194c198768bdd0f0d83463299078e41910dba
SHA1: db6bba9b140de8b10a599aa55a10e497beb6f123
MD5sum: 4fcc9b28d0cbf664f431b17d5ee7be7b
Description: debug symbols for postgresql-13-pgpool2
Build-Ids: 553dc8f034c18fcbceb870703f33aea37b6ad61f cee24134e17b32492a0a98844b2f35217efa2135 eaae4bcba236a264ac44016b04be1059ac543977
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-13-pg-qualstats
Source: pg-qualstats
Version: 2.0.4-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 141
Depends: postgresql-13, postgresql-13-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-13-pg-qualstats_2.0.4-1.pgdg+1_arm64.deb
Size: 63112
SHA256: 6dad0b19384adf3b76499ecad8a6eb47ff12a72bf8133c5acf9c0ed4226eabae
SHA1: 53e0b68b2b8992c1fdb77794a6625fc344821c53
MD5sum: 0a8819886cd8a29bd03e5cc39a29e129
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-13-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.0.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 78
Depends: postgresql-13-pg-qualstats (= 2.0.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-13-pg-qualstats-dbgsym_2.0.4-1.pgdg+1_arm64.deb
Size: 61412
SHA256: 95fcf4bf5bfe42950e20e2ebed5b8ebddcd91c9a26073631c3bfb5dd52d32518
SHA1: 08b17122f7004408011af6c624376c561990612e
MD5sum: 5338c7651585490283696521b1dff0c1
Description: debug symbols for postgresql-13-pg-qualstats
Build-Ids: b78482ce3c7d758c5ae45547df028dc40902d1f6
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-13-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 121
Depends: postgresql-13, postgresql-13-jit-llvm (>= 13), libc6 (>= 2.17), postgresql-contrib-13
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-13-pg-stat-kcache_2.2.1-1.pgdg+1_arm64.deb
Size: 39728
SHA256: e96ec0a8e8df46c8af4fa6489c41d00cf74c649ddc46d2b37f1ee292faf9c80d
SHA1: 81103eea4b38ad920b2dc457965161a470ff6506
MD5sum: 76e1c0ab7144102a4c3f616dbc9df54c
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-13-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 56
Depends: postgresql-13-pg-stat-kcache (= 2.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-13-pg-stat-kcache-dbgsym_2.2.1-1.pgdg+1_arm64.deb
Size: 39880
SHA256: 9ee0f6bec40f9bd9437af06b3300e489ac8275d2fad4b90b47a0d4d382a55805
SHA1: bcc3dff87523500e8b04cc093ff2720e6034bf22
MD5sum: 7d9c0021b132198edeff69a51b883d21
Description: debug symbols for postgresql-13-pg-stat-kcache
Build-Ids: 647976495f2fc0f2545d70c92d1c563d48366a79
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 2.1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 616
Depends: postgresql-13, postgresql-13-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_2.1.6-1.pgdg+1_arm64.deb
Size: 288760
SHA256: fe67c60a61868e02c90abc96903ad78c31eefff04ac26bca1d20607c7d9fea2a
SHA1: e08284501d2a8da5b55f7a36464c4f0f796122c3
MD5sum: b1857ec35ba53fcde122a093b0487bdf
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 279
Depends: postgresql-13-plpgsql-check (= 2.1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_2.1.6-1.pgdg+1_arm64.deb
Size: 249836
SHA256: fe9c4b4414ff65795a01ac9ff46f0e6d255e9541766dbd3dfb5cc3d7b5b41d9d
SHA1: c719176390afeff3a05a271bbcc62c11106039ad
MD5sum: 648b0ccafdb4f85fb1b72fdb8984df91
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: 68a085f5064123357fec8fcd226ae4f6250c7f41
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-13-powa
Source: powa-archivist
Version: 4.1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1421
Depends: postgresql-13, postgresql-13-jit-llvm (>= 13), libc6 (>= 2.17), postgresql-contrib-13
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-13-powa_4.1.4-1.pgdg+1_arm64.deb
Size: 56928
SHA256: 48513330e58f00ab7e6e040190206a6527f04489d915c3480d74d2cc99bbf3c4
SHA1: 73c65da0e90b3a39cdab50a4a406f84ef0022f28
MD5sum: 49ab0e9d29a934aae6e731bd91c9931c
Description: PostgreSQL Workload Analyzer -- PostgreSQL 13 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-13-powa-dbgsym
Source: powa-archivist
Version: 4.1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-13-powa (= 4.1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-13-powa-dbgsym_4.1.4-1.pgdg+1_arm64.deb
Size: 32004
SHA256: ac754ec4210899f7edcbf5bb8144758cb25a36bdc48cf8591683866a65081124
SHA1: 58e540bcc990199675db39e22065109e712f51ec
MD5sum: 6f0838dfe993005cf3158bcf65a72f0b
Description: debug symbols for postgresql-13-powa
Build-Ids: ca1d9f6310982d8e0f4b19d24c71646c6911fb19
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-14-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 288
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-14, postgresql-14-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-14-mysql-fdw_2.8.0-1.pgdg+1_arm64.deb
Size: 139216
SHA256: 4c49a6b45f3ec2d188054cacc7b3499ac1c6ff3e8b6e4891e62a371d0ddd6550
SHA1: 9aa1505c8fdfac684c22c985cac6c0ffa5b3de7b
MD5sum: 9d94b33e6ccfbfe10285a066cbaea6f0
Description: Postgres 14 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 14.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-14-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-14-mysql-fdw (= 2.8.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-14-mysql-fdw-dbgsym_2.8.0-1.pgdg+1_arm64.deb
Size: 161308
SHA256: fc0bed7844abb70b11d75d16e4c984dd61189726b01e020b7aa8c4b2f43125b4
SHA1: a8a47b89dce03113a33bd0c5d7b454922a1b422f
MD5sum: b07625463023b65eb004e7c920ce85d7
Description: debug symbols for postgresql-14-mysql-fdw
Build-Ids: ec35aec31e03cfad9e320cb1e345352a972c7a1a
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-14-pgpool2
Source: pgpool2
Version: 4.3.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 285
Depends: libpgpool2 (>= 4.3.2-1.pgdg+1), postgresql-14, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2_4.3.2-1.pgdg+1_arm64.deb
Size: 162408
SHA256: 7501ea9282c3f267b42d7922a2025311a2d9c23daf2ea5724e8bc78d96dc37c2
SHA1: 674016f8386d75a55929a7414f3cbbc3a1635be8
MD5sum: 140e3d53d778eebe09b691158d98dafc
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 14 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-14-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-14-pgpool2 (= 4.3.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2-dbgsym_4.3.2-1.pgdg+1_arm64.deb
Size: 51052
SHA256: 3382eaf3535677a898e1859bbbcdb7bc257913dad007353f371a1a42003dec4b
SHA1: 1946720e8e10dd2623fcded87632ee5ef0a4af7a
MD5sum: 2753265bb4a4d4db247ed5df5a3e96ce
Description: debug symbols for postgresql-14-pgpool2
Build-Ids: 2265fedf78173c809e42371076faf485b5a19578 d39c2db5dfcd48be2fd9f2df6d1035bfa08e90e5 e735f4f7d539421413d2500f1ea2c697388b6436
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-14-pg-qualstats
Source: pg-qualstats
Version: 2.0.4-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 142
Depends: postgresql-14, postgresql-14-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-14-pg-qualstats_2.0.4-1.pgdg+1_arm64.deb
Size: 63468
SHA256: 306391b1a67db48c90c571c6172ee1daa535edc170e7772809358ba37058f4ac
SHA1: d80ff9f780c33944488bc7cb157bd201fb30337a
MD5sum: cc12945aa325a0b3edef00b3e2d95926
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-14-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.0.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 79
Depends: postgresql-14-pg-qualstats (= 2.0.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-14-pg-qualstats-dbgsym_2.0.4-1.pgdg+1_arm64.deb
Size: 62052
SHA256: b2a9de8cbaa65c1226193390280b4c071a258f98a911570985b8db5c6bddecb8
SHA1: 28e525d49e767b4b845b6f79e96f358ba002fe54
MD5sum: 6f9d7a1c3920a9508377323c50f87037
Description: debug symbols for postgresql-14-pg-qualstats
Build-Ids: 6645111f4a74a053274a2bd626a8f69f554f7e86
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-14-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 121
Depends: postgresql-14, postgresql-14-jit-llvm (>= 13), libc6 (>= 2.17), postgresql-contrib-14
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-14-pg-stat-kcache_2.2.1-1.pgdg+1_arm64.deb
Size: 39708
SHA256: 9d8fa466b89352e4af5d5d2f2f56f6f81e325b5111d65bc16a442f6e89b0f634
SHA1: 8b45c3762a8669cb0209d0cb301e5f40645be624
MD5sum: 772e976abef30cf25af31348a7c7ddf0
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-14-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 57
Depends: postgresql-14-pg-stat-kcache (= 2.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-14-pg-stat-kcache-dbgsym_2.2.1-1.pgdg+1_arm64.deb
Size: 40380
SHA256: 6ed65e9e4d61a5c14b3b67f21f0edad3a22867efe9d4eb363c9f416e05b2144c
SHA1: eebd6927ce6c84ed0e8bc242bffd30bc4d52fe19
MD5sum: c8eade691343bcd91566e0c5874f2daf
Description: debug symbols for postgresql-14-pg-stat-kcache
Build-Ids: 6da994328059cbc830dd748d47dc15915ae868bc
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 624
Depends: postgresql-14, postgresql-14-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.1.6-1.pgdg+1_arm64.deb
Size: 294216
SHA256: c49c430337fb47ac06fe87b442f395a756f2a8c92280c3bc0d1c6eb26280a277
SHA1: d001523c8c13e74859f9c20998649e5025aab7d6
MD5sum: 16dae44caf1d277f306f42f79f3f0660
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 284
Depends: postgresql-14-plpgsql-check (= 2.1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.1.6-1.pgdg+1_arm64.deb
Size: 254488
SHA256: 86da9a7d93175e04a8a862a0dd84bc9c1a328b27af8d2177668f8da7c9d3aa52
SHA1: a924ac0b8d9db0a0a3514ecfe33fd4f1f7ee3e8e
MD5sum: c44e344425bc1070250cba9a13bfc635
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: 9a2f4bcbcbe4f865c40f2baf7bc15416998496de
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-14-powa
Source: powa-archivist
Version: 4.1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1422
Depends: postgresql-14, postgresql-14-jit-llvm (>= 13), libc6 (>= 2.17), postgresql-contrib-14
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-14-powa_4.1.4-1.pgdg+1_arm64.deb
Size: 57172
SHA256: c8500c8b5bc37ee2b85af6745de57516b83400f23dc97f21f7d073dd024510c6
SHA1: 1d878711c2674a6b6f3b40667b1d15fb89918c28
MD5sum: fb664bc0e6ad7100d65244e8b27168ea
Description: PostgreSQL Workload Analyzer -- PostgreSQL 14 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-14-powa-dbgsym
Source: powa-archivist
Version: 4.1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-14-powa (= 4.1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-14-powa-dbgsym_4.1.4-1.pgdg+1_arm64.deb
Size: 32716
SHA256: 3f16047f70277fec7467a8b554c4352e4378ece1a315a37b565a958c3a2c9cb8
SHA1: 49d134aed3c4d780ddcbf6e63e15a4b78dee380e
MD5sum: 699b389b82c0bac1d539f56173f25991
Description: debug symbols for postgresql-14-powa
Build-Ids: 0652b51142f842feb269d292edfedc09383945db
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-asn1oid
Source: pgsql-asn1oid
Version: 1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 13)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-15-asn1oid_1.4-3.pgdg+1_arm64.deb
Size: 13604
SHA256: 5bd91b5adc6df0aaaf2639f236665ea9e96f1cc07981f611c80f4265ae5896f1
SHA1: b5a8f88a828f1e9693721a08b856f8de3cc6c98f
MD5sum: d24f1c556e142991afb782e733f1a452
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 15.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-15-asn1oid (= 1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-15-asn1oid-dbgsym_1.4-3.pgdg+1_arm64.deb
Size: 8232
SHA256: 568639f6bd758d604a76e7b1b670f65401d88ff725749cdddf635240cf603d51
SHA1: 84e6a9153e6b8a997deffd7378f6e6cc4d2787d8
MD5sum: 60ac3b354de2c720de9a1e146dd04a69
Description: debug symbols for postgresql-15-asn1oid
Build-Ids: 9373672bc3aea07cba2ebd690541c7a55bef87f7
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.6-2.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 42
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 13)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-15-bgw-replstatus_1.0.6-2.pgdg+1_arm64.deb
Size: 15208
SHA256: cbb06b5d43d421817951282f4a4926544ade80702e2c3a638f61c2c9ed276b94
SHA1: 654b4f971d32a89be7ee5417f3baab48c5451f5a
MD5sum: 083028bd71dbc86e0f0c869b570daddb
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 24
Depends: postgresql-15-bgw-replstatus (= 1.0.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-15-bgw-replstatus-dbgsym_1.0.6-2.pgdg+1_arm64.deb
Size: 9016
SHA256: f02398de4acc10a5d21016ac9ff854a139d555b8058ff22c095d1124fd19de9f
SHA1: 48733b8adfdd95d12cfb8ae55906d2c1c82c45c6
MD5sum: d08c01c8e73ba3a610a100860fa3bcbd
Description: debug symbols for postgresql-15-bgw-replstatus
Build-Ids: b476f2af7419a99ef486c7a413be5e6b98d5d7bb
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-debversion
Source: postgresql-debversion
Version: 1.1.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-15, postgresql-15-jit-llvm (>= 13), libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-15-debversion_1.1.1-5.pgdg+1_arm64.deb
Size: 15888
SHA256: 5ecb27787ec37b82b25994805d9b01df61bd33395955db6413196f32e6cb95df
SHA1: fff30f3bf8ce9aba62ace2678a5abc06f8c3dab0
MD5sum: 060d495e1f3995cf39aed0b61b5bb342
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()
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-15-debversion (= 1.1.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-15-debversion-dbgsym_1.1.1-5.pgdg+1_arm64.deb
Size: 19136
SHA256: 9ef6995980df8c489a39e979335576ef99aca56e5e53ffba6e0e86b41b5d9296
SHA1: c9472a4c9fa7c386c232a338556c6d6c6ec400a2
MD5sum: 88d1448b666f879bb64033882679fcd7
Description: debug symbols for postgresql-15-debversion
Build-Ids: 9ade8b984de79da0026f1e726647a0eb75358b53
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-dirtyread
Source: pg-dirtyread
Version: 2.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-15, postgresql-15-jit-llvm (>= 13), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-15-dirtyread_2.4-1.pgdg+1_arm64.deb
Size: 25072
SHA256: 1589b651afd7caa9e0a78e384a9cdef8b505df92b5eff399fd511db07b618438
SHA1: c3a560716fc77411d691792ef3f6d2604d24ad51
MD5sum: 97fdf2f6301e46b885385a3b2e33c5c9
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-15-dirtyread (= 2.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-15-dirtyread-dbgsym_2.4-1.pgdg+1_arm64.deb
Size: 33100
SHA256: 60193072f3b3ab72d140a93f51411d3cbdeb76f9146d8fb8555fce2a7aeec937
SHA1: a0322edcc52e4a54ee8bf9e0c01f81d9173fb624
MD5sum: 9cb1f9ef4786747417d4d2a94f530167
Description: debug symbols for postgresql-15-dirtyread
Build-Ids: 28b72eee4d3521b595dc0ea5f58c9b645f2a2fb3
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-extra-window-functions
Source: extra-window-functions
Version: 1.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-15, postgresql-15-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-15-extra-window-functions_1.0-3.pgdg+1_arm64.deb
Size: 15980
SHA256: 15867769c39c4890ada6b46a6106e1aa02ca4403a86df5e1d3cf56133e68375c
SHA1: 20a5aa898dc7a4e26a7af9478c30daa43d5e6605
MD5sum: 1cdd362fa720e45c4d8de7ad1ecb6e97
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-15-extra-window-functions (= 1.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-15-extra-window-functions-dbgsym_1.0-3.pgdg+1_arm64.deb
Size: 9448
SHA256: 9844ef66305fc74dff6d211b94d294d6e948479fb98c199bdc4d1b324310e1d4
SHA1: d16734ed6483a8e33f12c5627474abffa4aab70c
MD5sum: 0e84ab64926d352648fd2d5d1d27b9bb
Description: debug symbols for postgresql-15-extra-window-functions
Build-Ids: f04b90ca951b538b1c2de2cedfabfbb4c8231dff
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-15, postgresql-15-jit-llvm (>= 13)
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-15-first-last-agg_0.1.4-4-gd63ea3b-5.pgdg+1_arm64.deb
Size: 8536
SHA256: a5245833ed5cbac0876b7cd6478f6ffa9f017d3ba24de5e18d97c0cac48e5b8b
SHA1: 015c9ed1d6ab45ae528f1a2f3de4a955085cc7dd
MD5sum: 6a180282ee215e9403f6e970e0632f14
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: postgresql-15-first-last-agg (= 0.1.4-4-gd63ea3b-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-15-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-5.pgdg+1_arm64.deb
Size: 3896
SHA256: 48bcf9e249923559d24ed3b4e311c13f8eccaea0a82bfaeb1c239fa7cfc042f8
SHA1: 2bd97d927f1f33c27de653041372d3c5c845b33e
MD5sum: a0266bd4e5d3ec5164fcdb9b628224c2
Description: debug symbols for postgresql-15-first-last-agg
Build-Ids: 22bc147ff843172b4334f6474854979f98965533
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-hypopg
Source: hypopg
Version: 1.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 158
Depends: postgresql-15, postgresql-15-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-15-hypopg_1.3.1-1.pgdg+1_arm64.deb
Size: 72044
SHA256: 613283e7838a7b6ff9af0aeb965f298a870e0434bea3eb059af6644b885ae00d
SHA1: 50eb1907bbd74057d83451c956c8e2d24a743e14
MD5sum: 38e1c96bc16290e2b559b8337cf11bdb
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-hypopg-dbgsym
Source: hypopg
Version: 1.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 104
Depends: postgresql-15-hypopg (= 1.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-15-hypopg-dbgsym_1.3.1-1.pgdg+1_arm64.deb
Size: 86896
SHA256: d66cbedde13dfc408b5d9a6687d594c18466f20ae5eb043b985aaf2b3fd2652b
SHA1: a2794f5279937680cb328333e2bec0196de27586
MD5sum: 6993820a4d5fcc343e81a71cee227bee
Description: debug symbols for postgresql-15-hypopg
Build-Ids: 2dc2c012b2d6a4e4b6e5a5c3e2cbe17fc730a7f6
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-icu-ext
Source: icu-ext
Version: 1.6.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-15, postgresql-15-jit-llvm (>= 13), libc6 (>= 2.17), libicu71 (>= 71.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-15-icu-ext_1.6.2-3.pgdg+1_arm64.deb
Size: 72180
SHA256: 871b8ec199e7dbc302735097bd387fbbd64a031f5292b485a45ab647a4120b93
SHA1: cbb69991c58015eadaa113b7a725c82c07b48536
MD5sum: 22114d1037e87441673aba729b5dcdb4
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-icu-ext-dbgsym
Source: icu-ext
Version: 1.6.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-15-icu-ext (= 1.6.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-15-icu-ext-dbgsym_1.6.2-3.pgdg+1_arm64.deb
Size: 63824
SHA256: 128e4b11e0730a4dcaeaeb25d338e6a013958cca6359afee12545de09bdfae08
SHA1: 39e8b71673578e332e872e0d0bee4e51f272ada7
MD5sum: c40dcdd9d93d8c1c2a381e2928599ba7
Description: debug symbols for postgresql-15-icu-ext
Build-Ids: 4d243fd05d43c5298a02b8694ebb26d7a02cea09
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-ip4r
Source: ip4r
Version: 2.4.1-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 643
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 13)
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-15-ip4r_2.4.1-6.pgdg+1_arm64.deb
Size: 196736
SHA256: fa959f3fbe890f2dc6c56a44dd818c3240e65f9fa7d8b0b1542422ad3e439dcf
SHA1: 1fb6309006085efa20f24316d2b9b2e368bc0871
MD5sum: 4167d15736ab999d814f2d11671cd92b
Description: IPv4 and IPv6 types for PostgreSQL 15
 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.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 212
Depends: postgresql-15-ip4r (= 2.4.1-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-15-ip4r-dbgsym_2.4.1-6.pgdg+1_arm64.deb
Size: 175700
SHA256: 29ae40635795cf91692dcb1e4fc6408020ab257a88b5e41b5af82ebc729bcb16
SHA1: ecf76a85174245c657fed332030f83d5beb83488
MD5sum: 358d249c5f85c019662483a249ceac57
Description: debug symbols for postgresql-15-ip4r
Build-Ids: d15446347011003dcd71b1886004be1f32e54b61
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-mimeo
Source: mimeo
Version: 1.5.1-12.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4486
Depends: postgresql-15, postgresql-contrib-15
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-15-mimeo_1.5.1-12.pgdg+1_all.deb
Size: 128820
SHA256: 376defece8e5ec002fbdb130e2bd7815200572e0aa6a22c95b79ceef54093047
SHA1: d78d569c61bde5a4437a55aa0d01047323ef0184
MD5sum: 6471b982ddbbd7ceb43e19b275efeaa8
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.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 288
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-15, libc6 (>= 2.17)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-15-mysql-fdw_2.8.0-1.pgdg+1_arm64.deb
Size: 139432
SHA256: d9f5111e7fc582345d1aa6d47aead02a0aba3936e0fd07c128304ab318712e44
SHA1: 37a1dabd1f117be7c8d02a186f99d63af752a77c
MD5sum: d7d2ad70e2dfe0c1e3e0ef60ebb4c65e
Description: Postgres 15 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 15.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 175
Depends: postgresql-15-mysql-fdw (= 2.8.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-15-mysql-fdw-dbgsym_2.8.0-1.pgdg+1_arm64.deb
Size: 156188
SHA256: 41ac66e3efb9daf08da9c0f8b0a8125b93fcdd302901d12ac7c93079cd409dcc
SHA1: 0e4b675d39d43719b1b9f45e2cf5cb006ee01eec
MD5sum: 26f7207e91b97e063d28512120095073
Description: debug symbols for postgresql-15-mysql-fdw
Build-Ids: 7d742affbd6ef04df18db259b2ed1102efa2fc26
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-numeral
Source: postgresql-numeral
Version: 1.3-4.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 254
Depends: postgresql-15, postgresql-15-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-15-numeral_1.3-4.pgdg+1_arm64.deb
Size: 78936
SHA256: 951c0b089d319e569ae89755e7d53c9995064b0f23f09f4f7862fde4e9ffff69
SHA1: 41782fc97c7c58d2037ac1c5f5033db30e9ea47c
MD5sum: 9d5eda66a1cb8a5838ad4bd9bc75b554
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 61
Depends: postgresql-15-numeral (= 1.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-15-numeral-dbgsym_1.3-4.pgdg+1_arm64.deb
Size: 39988
SHA256: 878cb436652132724d88707dd3374ff54fc3142d9d5e23faa1aedd7f2ddce8f3
SHA1: 93821885aadccd4accfcf66b0e967ba67c9848dd
MD5sum: 87012a2272564bc341c21c7775cae15a
Description: debug symbols for postgresql-15-numeral
Build-Ids: 1d4b2f31b0679f8ab1ac388daee8777ad6b900de
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-pg-catcheck
Source: pg-catcheck
Version: 1.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 139
Depends: postgresql-15, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-15-pg-catcheck_1.3.0-1.pgdg+1_arm64.deb
Size: 34156
SHA256: ed094fef0f6b6314d0613cea44c0be701240b3b2cef4e48cfc4fa7ebb545c7ff
SHA1: 06a0a3fd6c7e464aa7105904a5d7c99999ca6120
MD5sum: d89a0dd284c00a601627bdedd140b026
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-15-pg-catcheck (= 1.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-15-pg-catcheck-dbgsym_1.3.0-1.pgdg+1_arm64.deb
Size: 37412
SHA256: 1fe6e5da29df2728b48ae2a720ba8ce3a87974515ae35c1646eb843dea8157a2
SHA1: dce688a281b29fe21790331b427de291c1483da1
MD5sum: 6fc24132cbb84c91a4ddd46f6e73f953
Description: debug symbols for postgresql-15-pg-catcheck
Build-Ids: 5d7823d3e183524170ba5a9ab427ee70c7c733aa
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-pgmemcache
Source: pgmemcache
Version: 2.3.0-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-15, postgresql-15-jit-llvm (>= 13), libc6 (>= 2.17), libmemcached11, libsasl2-2 (>= 2.1.28+dfsg)
Homepage: http://pgfoundry.org/projects/pgmemcache/
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-15-pgmemcache_2.3.0-10.pgdg+1_arm64.deb
Size: 51976
SHA256: 807cdaeaf3739a08be815e40ccf487ada99f7941b30fb24776df9a908970d459
SHA1: 40633877744683ccb58ed61377b7b1cd636cdad3
MD5sum: bcd8fe226efdd6a0df165080331075c3
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.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-10.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-15-pgmemcache (= 2.3.0-10.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-15-pgmemcache-dbgsym_2.3.0-10.pgdg+1_arm64.deb
Size: 49008
SHA256: 2f2392df39d8495735c2636e0cf3d6eb282332b78aacff40d6bc6531b5b33d6b
SHA1: 7213ea4bc35dd8404d86fd41a64b5e0ea15f499c
MD5sum: 7b953a4ea2d4d24df6468213d3efacd1
Description: debug symbols for postgresql-15-pgmemcache
Build-Ids: 36daecf779ef14f1d0a8a27a865342e0ba6f6ae7
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-pgmp
Source: postgresql-pgmp
Version: 1.0.4-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 377
Depends: postgresql-15, postgresql-15-jit-llvm (>= 13), libc6 (>= 2.17), libgmp10 (>= 2:6.2.1+dfsg)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-15-pgmp_1.0.4-4.pgdg+1_arm64.deb
Size: 108548
SHA256: 8ee95d4348fa8f9dedfda6acb400124048eb3122659797b02428bc3a72b14a3c
SHA1: 5a3bc6755297c059599a7f91f6827161783b30fa
MD5sum: 874c6168a1efdc8aa7e253cc04307869
Description: arbitrary precision integers and rationals for PostgreSQL 15
 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.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.4-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-15-pgmp (= 1.0.4-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-15-pgmp-dbgsym_1.0.4-4.pgdg+1_arm64.deb
Size: 64676
SHA256: f793d675f65be5a8fbddec255b062ffdb38f509dc8440e30d412c4db0d84b77b
SHA1: f244d19649a5ab9ae3c443feb87b31c5e978abc9
MD5sum: 4639f06d1171e3c17614785e9ea44665
Description: debug symbols for postgresql-15-pgmp
Build-Ids: fae38db095b57e599938dccf6681e4c8923eaa2d
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-pgpcre
Source: pgpcre
Version: 0.20190509-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-15, postgresql-15-jit-llvm (>= 13), libc6 (>= 2.17), libpcre3
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-15-pgpcre_0.20190509-4.pgdg+1_arm64.deb
Size: 18404
SHA256: 26c1bb75a55d8ce645f038ae946afbffb1f370ad5935fc549330abec86858371
SHA1: a3fdbd749bb30da21d9b6d231330fc06594de9d6
MD5sum: 3cebb251feb3b9bf624317f963f8d7a7
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-15-pgpcre (= 0.20190509-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-15-pgpcre-dbgsym_0.20190509-4.pgdg+1_arm64.deb
Size: 15616
SHA256: 89270a33325901250b25736bdc04835068409bc1fa2c77527edd02d9c0d7a4fa
SHA1: 28b28741b750cbfea7703d2cc6a085a564cdffc2
MD5sum: e87b9986e74c0eb58a34c12dc12b3471
Description: debug symbols for postgresql-15-pgpcre
Build-Ids: 4d1459b56d71be1883a808415c186666d285d03e
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-pgpool2
Source: pgpool2
Version: 4.3.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 287
Depends: libpgpool2 (>= 4.3.2-1.pgdg+1), postgresql-15, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2_4.3.2-1.pgdg+1_arm64.deb
Size: 163452
SHA256: 30a8d87fa0d1c6eaccb7160e9e521b88ac45289c4b76e4ca3963a65d9d23df48
SHA1: 6cbf753bc46f5c514fe95c254dc7983172b4fcca
MD5sum: fdca1b47f428e071b66141889683e673
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 15 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-15-pgpool2 (= 4.3.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2-dbgsym_4.3.2-1.pgdg+1_arm64.deb
Size: 51584
SHA256: b8f6fc2b5f5671f73c1fed6e4838a61382154f1f9f69a31990436e1decd11aa6
SHA1: b9f66ea603ff9a1ba69a8400c184fe89058d0ea5
MD5sum: 85dc2f3ecd67a574fbd5e370441f4e23
Description: debug symbols for postgresql-15-pgpool2
Build-Ids: 3bf0e23d4a10122fa2485108bc69f014c0eb7967 9470645847aaefbe6e8c3eff3bf61b79d6561a29 ff5fee3f1b01a8bdc63db0446556209c79bcbcd2
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-pgq3
Source: pgq
Version: 3.4.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1956
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 13), pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-15-pgq3_3.4.1-2.pgdg+1_arm64.deb
Size: 145284
SHA256: 542776a49bc15027bf8997d774a5548e33e4c85a62742141c66bea4849462207
SHA1: f16ad29ee8c928caf8262a091c67c2045e44c18e
MD5sum: 3bcc9ae1b904ad4b9fa3caf5ce46ac7c
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-pgq3-dbgsym
Source: pgq
Version: 3.4.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-15-pgq3 (= 3.4.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-15-pgq3-dbgsym_3.4.1-2.pgdg+1_arm64.deb
Size: 77928
SHA256: 8eef36c34760480b592dd8e7207592010cdf7c3a59300e858d808fff51c2722c
SHA1: 6156f30de5174a6d7e31852d7941457c61df4ab7
MD5sum: caedeecb85c553c8d29b80d3439bf19e
Description: debug symbols for postgresql-15-pgq3
Build-Ids: 14b4dc2bdb677310ad6e2051e6793db55fefba55 62d892db1d95b1b500e3913d87113ed2eadded1b
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-pg-qualstats
Source: pg-qualstats
Version: 2.0.4-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 141
Depends: postgresql-15, postgresql-15-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-15-pg-qualstats_2.0.4-1.pgdg+1_arm64.deb
Size: 62916
SHA256: 1cad20d87e3fadda90468eab197747b0638f483e9088a3dc34f7ea51e987b343
SHA1: 9317a5fc6651fe92ce8a2c94304966e57c4ded5c
MD5sum: 4ba08744e3ca1428a7b85962448ae942
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.0.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 79
Depends: postgresql-15-pg-qualstats (= 2.0.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-15-pg-qualstats-dbgsym_2.0.4-1.pgdg+1_arm64.deb
Size: 62088
SHA256: 069d4db17d0bd0967101490b9cf7ba2c4ca2ead8eea3295d13543b0d8507c952
SHA1: 57e678f819dfb6f4b49adbdbd6183a78417085f4
MD5sum: 3582d7728a68e5d7cbcd008408efde78
Description: debug symbols for postgresql-15-pg-qualstats
Build-Ids: 690f77f142e5802b586e635bf669ed86b0eb74b8
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-pgsphere
Source: pgsphere
Version: 1.1.1+2021-11-10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1494
Depends: postgresql-15, postgresql-15-jit-llvm (>= 13), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 5.2)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-15-pgsphere_1.1.1+2021-11-10-1.pgdg+1_arm64.deb
Size: 538448
SHA256: 9fc08acacb8f57bdce53378f4758f244d3b21b98881f36aba15b036f5a0c98c0
SHA1: f9feec07c65b2363d445cd94808333c99de1d652
MD5sum: 515ff933b255623341d26225adea6d98
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-pgsphere-dbgsym
Source: pgsphere
Version: 1.1.1+2021-11-10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 374
Depends: postgresql-15-pgsphere (= 1.1.1+2021-11-10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-15-pgsphere-dbgsym_1.1.1+2021-11-10-1.pgdg+1_arm64.deb
Size: 319060
SHA256: a97728903f360d5178548bc1dd9accf1cb53c1187a7897af1d11e8a633fa25d9
SHA1: b3586b10254484eb04c960bff79366b09e210d06
MD5sum: 4e3669c410749d93ede73a9bd4c07f57
Description: debug symbols for postgresql-15-pgsphere
Build-Ids: dd88fbdd5e139f45cd6da35ad4fb4d4050d65963
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 122
Depends: postgresql-15, postgresql-15-jit-llvm (>= 13), libc6 (>= 2.17), postgresql-contrib-15
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-15-pg-stat-kcache_2.2.1-1.pgdg+1_arm64.deb
Size: 40200
SHA256: 195ae5b5f6ef796e4da78641d4d182d37f31a559f5d94453fdc971a0fc5dabef
SHA1: d9aeca0e39fe0c49e2f80d2be26f3a98fc262967
MD5sum: 4318901bb3e8a31e56be2257aea286db
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 58
Depends: postgresql-15-pg-stat-kcache (= 2.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-15-pg-stat-kcache-dbgsym_2.2.1-1.pgdg+1_arm64.deb
Size: 41036
SHA256: 30525c192af20141e6f520d55cf0814193a3ec2ce959894e3f211aa28423bc6d
SHA1: 6c75a52a6627b29f3a24bace6adf842580218b67
MD5sum: 64e70fa54557c638c330a2821f4c78c1
Description: debug symbols for postgresql-15-pg-stat-kcache
Build-Ids: ed3842165f9a475d8d67ef85d3e750a76e46ff08
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-pgtap
Source: pgtap
Version: 1.2.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1759
Depends: postgresql-15
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-15-pgtap_1.2.0-1.pgdg+1_all.deb
Size: 61708
SHA256: 59c66421434d40a75e5b9a3ec832fe5ab50fdc3cf2e55f9a4cbdd8c27cf71d92
SHA1: 946e0b94ffaf02b3e86fbe10ed38c663b22168a4
MD5sum: 1d1172b671219068419c1412be3ad7ad
Description: Unit testing framework extension for PostgreSQL 15
 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 15.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-plproxy
Source: postgresql-plproxy
Version: 2.10.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 320
Depends: postgresql-15, postgresql-15-jit-llvm (>= 13), libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-15-plproxy_2.10.0-7.pgdg+1_arm64.deb
Size: 153284
SHA256: d82721846f9d8ba44a0846a825f34ebea0a85f2b1b1e7e87bdc0b8b440233b8b
SHA1: b6698735c728e30a9116ff290a257ed9a6a5ba1a
MD5sum: f29f06e5374ba68c17b39451b6feb4a1
Description: database partitioning system for PostgreSQL 15
 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.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-15-plproxy (= 2.10.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-15-plproxy-dbgsym_2.10.0-7.pgdg+1_arm64.deb
Size: 124060
SHA256: 1350c32cfb4a56f7ab5295d9cdb4dcd770e7a568293f1307f0dbc25c465bc3ac
SHA1: 74b5ac6335da95265e355a20255042af8106ad4e
MD5sum: 4d1c20ccd8e28a682e8c385afc7b6f41
Description: debug symbols for postgresql-15-plproxy
Build-Ids: d57175f27b77f7dac4816c9b3079e0e6a7d85b08
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-plr
Source: plr
Version: 1:8.4.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 316
Depends: r-base-core (>= 2.10), postgresql-15, libc6 (>= 2.33)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-15-plr_8.4.5-1.pgdg+1_arm64.deb
Size: 158908
SHA256: 3f620a64b28154e1eb4037bb6a748059595da6956be2f5bfbb34bdb2038c68e1
SHA1: 713f3cf8a0fe87c59bb6ca5381790c20bf092c83
MD5sum: 757b649215701c06bdc6a412fcc42aea
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.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-plr-dbgsym
Source: plr
Version: 1:8.4.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-15-plr (= 1:8.4.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-15-plr-dbgsym_8.4.5-1.pgdg+1_arm64.deb
Size: 130084
SHA256: 94da5e218d756d1bd688eb498965e8e604b7485f0ec299c90c6bd1ae2aabda70
SHA1: 8d1f465689eb1ff3dcb0e7523d9da032053e5bdc
MD5sum: cf7b166f8cb3bb7d0d2cb0edfa140095
Description: debug symbols for postgresql-15-plr
Build-Ids: 326ea52ccee0d5163c68e827e95dd16bfefe0819
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-plsh
Source: postgresql-plsh
Version: 1.20200522-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 13)
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-15-plsh_1.20200522-4.pgdg+1_arm64.deb
Size: 33448
SHA256: 91bdde805adfeec63d3ce2b1a9c48b93658ae448b815afd6139b85f30e7a9c0f
SHA1: a7578f4ff20bf1d705c25da5e122db6e5ddc5c38
MD5sum: c71739f2a9f948806102ed36f6a2753f
Description: PL/sh procedural language for PostgreSQL 15
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in a shell of his choice.  You need this package
 if you have any PostgreSQL 15 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20200522-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-15-plsh (= 1.20200522-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-15-plsh-dbgsym_1.20200522-4.pgdg+1_arm64.deb
Size: 46096
SHA256: a73c7aff4160c627c0d72928a16283abd7992cddc3cccc6dfb70b3ce75c99f9e
SHA1: 4fd097c3219a306dd7faf8630890eaa72682eeae
MD5sum: 58f02fd898bd95b24609ab69cd226741
Description: debug symbols for postgresql-15-plsh
Build-Ids: 926bc5721d45b99df7cae556ce1620e4203320b6
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-powa
Source: powa-archivist
Version: 4.1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1417
Depends: postgresql-15, postgresql-15-jit-llvm (>= 13), libc6 (>= 2.17), postgresql-contrib-15
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-15-powa_4.1.4-1.pgdg+1_arm64.deb
Size: 56432
SHA256: 60eb39d0a3e928d4461584f1e12840cdffdea465420bec98b03826608800fd78
SHA1: bdf23228563716c794f24d6834ef909577c7cdbf
MD5sum: cac4c3ca30b64e520888fb6cc68df6f1
Description: PostgreSQL Workload Analyzer -- PostgreSQL 15 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-powa-dbgsym
Source: powa-archivist
Version: 4.1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-15-powa (= 4.1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-15-powa-dbgsym_4.1.4-1.pgdg+1_arm64.deb
Size: 36112
SHA256: 63ba24c08e26502ec31ef7321d7b4c4bb1d11d5a174396e756350d0fcb37057c
SHA1: 6e22709db1fd7e9e3ff937cdbae78c46f0c30750
MD5sum: c16db7dc19f7e1f1078160638e71c5b1
Description: debug symbols for postgresql-15-powa
Build-Ids: 4fe9f181565d27bf7d5d773838936da143afb89d
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-prefix
Source: prefix
Version: 1.2.9-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-15, postgresql-15-jit-llvm (>= 13), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-15-prefix_1.2.9-4.pgdg+1_arm64.deb
Size: 46168
SHA256: 4666dd11b47e31bb2ebe4fe7fc0ad2f812f953a3c298ebcb869d86efd019eaff
SHA1: 029dabf153273f25b27efffa0f0512a6a688db53
MD5sum: 5edba4c534d2b261afd8f411aba0413b
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.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-prefix-dbgsym
Source: prefix
Version: 1.2.9-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-15-prefix (= 1.2.9-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-15-prefix-dbgsym_1.2.9-4.pgdg+1_arm64.deb
Size: 43532
SHA256: f7f13e17993a601f5d242ea3ec8b369c891d634a57e1a59e785a714718c1819d
SHA1: def233435a8f7a7136d139678c056c612db3838c
MD5sum: d2348bf0c9b91d8b0a96913d8d068ba3
Description: debug symbols for postgresql-15-prefix
Build-Ids: 04ddd472829ca5e17a0c12b5a70d8033e85630af
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-preprepare
Source: preprepare
Version: 0.9-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-15, postgresql-15-jit-llvm (>= 13), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-15-preprepare_0.9-6.pgdg+1_arm64.deb
Size: 18556
SHA256: 1c29182bcc24681d3165edebe43acbd21f76b9c359236f282e765de0d2d4bc2f
SHA1: f7fe01e54762379ea4b6096bb27feb6ee104c4ab
MD5sum: 2e89d563e85cbaccbfc67865d8aaf19d
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.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-preprepare-dbgsym
Source: preprepare
Version: 0.9-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-15-preprepare (= 0.9-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-15-preprepare-dbgsym_0.9-6.pgdg+1_arm64.deb
Size: 16984
SHA256: 6fd766e104b7882786f414d3939ec0fa18cb47811fd42b0b9a35630442dcf059
SHA1: e7fbb22196ab6149f31643584925c5659d82d1e0
MD5sum: dd38e0abfba158eb6edd8d63c7bb345c
Description: debug symbols for postgresql-15-preprepare
Build-Ids: 0283e5f5090ae175cbcf34f720f2885f3454028b
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-prioritize
Source: postgresql-prioritize
Version: 1.0.4-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 13)
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-15-prioritize_1.0.4-9.pgdg+1_arm64.deb
Size: 12480
SHA256: f556e2db8bfa19feb255d0ca6b8f92a9d5344b48e4921462766ab72f401bb02e
SHA1: f10c2a22edf812b34c4c0c4e5e4f13bf3a95c695
MD5sum: ddf12fa27055a949438c4cf263793f36
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.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27
Depends: postgresql-15-prioritize (= 1.0.4-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-15-prioritize-dbgsym_1.0.4-9.pgdg+1_arm64.deb
Size: 13000
SHA256: 9d4e2d998cefedaea7f610059aea15aa299c5a0ba1e60b82a595685f3543649f
SHA1: dfdfadd9752121e30ea5382dbbff803f08c5c2d6
MD5sum: ea172425da00142faae8a7ad9774304e
Description: debug symbols for postgresql-15-prioritize
Build-Ids: 2c8942559e20b41b7385e04a2ba0d0e5bc2bb7ca
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-q3c
Source: postgresql-q3c
Version: 2.0.0-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3382
Depends: postgresql-15, postgresql-15-jit-llvm (>= 13), libc6 (>= 2.29)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-15-q3c_2.0.0-6.pgdg+1_arm64.deb
Size: 163384
SHA256: 54b8a254635403d609d2f78ba3024ccb271d7af7bcc07cd5fb86c5f56fff5a06
SHA1: d9ef87be73caf3c894a8d1ca113c9e535694b150
MD5sum: ea62be4409d639f509d2975ffe9603a6
Description: PostgreSQL 15 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.0-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: postgresql-15-q3c (= 2.0.0-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-15-q3c-dbgsym_2.0.0-6.pgdg+1_arm64.deb
Size: 93464
SHA256: 7273b23107976e74a5a1126b59668efedc40b621801bcbc9a6342de44429f2f7
SHA1: 64e2c5a7ff40270d09220b5c753e3edb2007fbfb
MD5sum: 209418bcc5731f66ab329dd328462df1
Description: debug symbols for postgresql-15-q3c
Build-Ids: 42715a80ceb37d3b2896c12bc2aa016667f10e15
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-rational
Source: pg-rational
Version: 0.0.2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-15, postgresql-15-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-15-rational_0.0.2-4.pgdg+1_arm64.deb
Size: 25132
SHA256: cdeb2ab3499d41366c601cdec6a75eeb71a168cb30b756a46ae62cdf62db8fc1
SHA1: bfed09e77aa68f37a84c1f2471e768bc7b182cfe
MD5sum: d7a8b74930a8932a4b5b4b99550a8563
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-rational-dbgsym
Source: pg-rational
Version: 0.0.2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-15-rational (= 0.0.2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-15-rational-dbgsym_0.0.2-4.pgdg+1_arm64.deb
Size: 19872
SHA256: 6e66b3ede9a959fa652764f60181325dc441e0d38ced016bd20af6753f46fa13
SHA1: 17f53fefca5d3731062554fbf366f0941984f0c6
MD5sum: 895f1d2fc5b19728ba4a08c0075d6c47
Description: debug symbols for postgresql-15-rational
Build-Ids: f8f13d12c5239f23ce2cf5339c3314479a01046f
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-rdkit
Source: rdkit
Version: 202203.2-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 843
Depends: postgresql-15, libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1, libstdc++6 (>= 5.2)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-15-rdkit_202203.2-1.pgdg+1_arm64.deb
Size: 368556
SHA256: c0eb8f663ef4d8c2bcb34853b00d1f4f1e1c3d90f147797eb73fb1a177f67db6
SHA1: 6b789b0bcadfb9b8585046e91a80d972754112d5
MD5sum: b227425e20c4d82814ed4b6dcbc800ea
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-rdkit-dbgsym
Source: rdkit
Version: 202203.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 785
Depends: postgresql-15-rdkit (= 202203.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-15-rdkit-dbgsym_202203.2-1.pgdg+1_arm64.deb
Size: 738424
SHA256: 2da9d750bee459afa0477ac0dd44f5e196b4d9d87396b4a02b7cd6c5da0182c4
SHA1: a71ee799e70f2874d4ab4a6a8abdfb0d9d8abd01
MD5sum: d59d6123d02ca6db37f67cb6c696b598
Description: debug symbols for postgresql-15-rdkit
Build-Ids: 7b2d85bc567a3bb3c1be651cfe974affa37f9e4b
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-repmgr
Source: repmgr
Version: 5.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1005
Depends: postgresql-15, repmgr-common (>= 5.3.1-1.pgdg+1), libc6 (>= 2.33), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-15-repmgr_5.3.1-1.pgdg+1_arm64.deb
Size: 229828
SHA256: e229dc0327bda9ba068d292e47ac923b0d8b55f246cb0a3a98790265ed4dfc04
SHA1: 5efdcd5e5a7a3db7c9448b1785b88a6a6a5b4eb2
MD5sum: c8cecf3aa0ee212ace8365dc5a5a4298
Description: replication manager for PostgreSQL 15
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 15.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-repmgr-dbgsym
Source: repmgr
Version: 5.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 707
Depends: postgresql-15-repmgr (= 5.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-15-repmgr-dbgsym_5.3.1-1.pgdg+1_arm64.deb
Size: 642172
SHA256: 764668f063a5ababde507577814cf0bf8d95ca3b68eb708836225b57f4af5edb
SHA1: 4f3498efe56e0cf90e669999a1f216c0da6a59bc
MD5sum: ed50c25c5ae01d17aabd6630513fae89
Description: debug symbols for postgresql-15-repmgr
Build-Ids: 497914052debe1c14bd8cf9814a55e78e54d6040 49d3c397d6b4862744b3f0dbc8948cec28b33f9d acb19d87fae98481ffa32aaffaf0be58a257485e
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-semver
Source: postgresql-semver
Version: 0.31.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: postgresql-15, postgresql-15-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-15-semver_0.31.2-3.pgdg+1_arm64.deb
Size: 36840
SHA256: be84414d9e4bbd5009fcfd79fac12bbaa91f3fd20993ed77d9940d7ba4380634
SHA1: 0b8603f269bea40ce5052cdc40c31418e88abb0f
MD5sum: 3eea1fcf72721ec9dee2442f5c70aa55
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-semver-dbgsym
Source: postgresql-semver
Version: 0.31.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-15-semver (= 0.31.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-15-semver-dbgsym_0.31.2-3.pgdg+1_arm64.deb
Size: 18760
SHA256: e62d89e52cb7e28c77fd0b809ed586d067d9c2121c6dc2efdb29a7d876c03611
SHA1: f3c6fbe6bddbe9d6e0ae18761443d28a79dc466f
MD5sum: 2aa25d3a02179e1d5519b4005a1a1762
Description: debug symbols for postgresql-15-semver
Build-Ids: 8de54e4e88bbf5375642f8e5a6f2f3579276e0ad
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-similarity
Source: pg-similarity
Version: 1.0-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 323
Depends: postgresql-15, postgresql-15-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-15-similarity_1.0-5.pgdg+1_arm64.deb
Size: 103800
SHA256: 80314e5e7a9e094c8d7f282af89e8e36a3137ae7dcf564b36fcc95db4b78a319
SHA1: 5d6101a9eaecc38223e7fc8ef3d4023ca503b5ac
MD5sum: 173f6bb42bbea888f21863b99f39c684
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-similarity-dbgsym
Source: pg-similarity
Version: 1.0-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-15-similarity (= 1.0-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-15-similarity-dbgsym_1.0-5.pgdg+1_arm64.deb
Size: 61560
SHA256: c7ba333b32da0970b956f663ba2a3db19d708083e7b525ce64293f705b73edd2
SHA1: b3ff61e1c271991a661de686a6f16d7eaeec22fd
MD5sum: 18b00242e6285d40d07490d7f3299ebc
Description: debug symbols for postgresql-15-similarity
Build-Ids: 991f80c0e0fae84a65023de9e2ee762bbeeff23a
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-snakeoil
Source: pg-snakeoil
Version: 1.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-15, postgresql-15-jit-llvm (>= 13), libc6 (>= 2.17), libclamav9 (>= 0.101.0)
Recommends: clamav-freshclam | clamav-data
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-15-snakeoil_1.3-3.pgdg+1_arm64.deb
Size: 17488
SHA256: ab47cdb7414760d76e498585aa73553fa78dff6508c78975dc218280be13494d
SHA1: 8c317ea9a1ee29c167fe3f53643f3df5c09db140
MD5sum: ace2d60c1975ee99ccdbf41a6db6786b
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-15-snakeoil (= 1.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-15-snakeoil-dbgsym_1.3-3.pgdg+1_arm64.deb
Size: 15208
SHA256: 2581f8319c0a3b935889ebe0144afaeafc8a2b24a22df07e7368f710a70777c5
SHA1: 0528c2156ba435f7f5cf4728d1d850271daa6b3c
MD5sum: 4baa776ae0e108ae0745aa3a8163916b
Description: debug symbols for postgresql-15-snakeoil
Build-Ids: 549f19a17facb0d9167a52f458caaac34c9dc4c3
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-tablelog
Source: tablelog
Version: 0.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 13)
Homepage: https://github.com/credativ/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-15-tablelog_0.6.3-1.pgdg+1_arm64.deb
Size: 50528
SHA256: df287b88212287a3570e5d1e4631d943261df168b787e1c7021e62d300af3b07
SHA1: d21d5f51c6b1848dd273fb2aaab552e8b881c3b7
MD5sum: f8a90ce4a3c5b63179ac52c790373800
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-tablelog-dbgsym
Source: tablelog
Version: 0.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-15-tablelog (= 0.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-15-tablelog-dbgsym_0.6.3-1.pgdg+1_arm64.deb
Size: 49780
SHA256: 791887736e33e2e4239bbc93489c8afc5f80e760dba0ef3c62183a1053927dc6
SHA1: 3167b93cbe38bd043dffb108386003acbe61b60a
MD5sum: 90d8e4b51fd9b4fd01101eff1329ed8d
Description: debug symbols for postgresql-15-tablelog
Build-Ids: dcc62a41810d31b71a1dfa0e7c49e553829d5672
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-tdigest
Source: tdigest
Version: 1.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 165
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 13)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-15-tdigest_1.4.0-1.pgdg+1_arm64.deb
Size: 65660
SHA256: c8bc6df7b5ebfa65970a7d150493023a84c19e1a58be1b5ded13f92a57d05d35
SHA1: 19d253bd892d743b46e88fcc74de282d39072adc
MD5sum: b9383df55670d7191cb74755ecfc79a6
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-tdigest-dbgsym
Source: tdigest
Version: 1.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-15-tdigest (= 1.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-15-tdigest-dbgsym_1.4.0-1.pgdg+1_arm64.deb
Size: 49272
SHA256: fb401f27cfd0a58f714c1fd449dc2f607a88659c529823c0d71567be70b68ad4
SHA1: 0e0f5948f5b9b0550a0bee3a59810d5c85aa68ce
MD5sum: 0bcc6a37de380cad99a5cefa67013e72
Description: debug symbols for postgresql-15-tdigest
Build-Ids: 8708a8f1f263372d94b6e7f55c069c9653dc2988
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-toastinfo
Source: toastinfo
Version: 1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-15, postgresql-15-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://github.com/credativ/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-15-toastinfo_1.4-2.pgdg+1_arm64.deb
Size: 13296
SHA256: e2568f8d906de1c7e5084461b703aab68ae00217b876c57c974bba5ddb17d270
SHA1: aa8af89e06d433540ad9d64cc3bb7cab2c6577e6
MD5sum: e32394617b08366860549aea3e5defd9
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2022-05-24 18:09:37+00

Package: postgresql-15-toastinfo-dbgsym
Source: toastinfo
Version: 1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-15-toastinfo (= 1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-15-toastinfo-dbgsym_1.4-2.pgdg+1_arm64.deb
Size: 11128
SHA256: 411162136b50c7f9ef87464af824ac5f88af8a0b3bc0e569294aa99e02be1f1f
SHA1: 45a9031b362cc0c08a53dc981b21bac78d98f7d6
MD5sum: 034c5c59da5055882760a190ed96053f
Description: debug symbols for postgresql-15-toastinfo
Build-Ids: 1248de4ae6991ce3e6090314519e60722c9ae8d4
Timestamp: 2022-05-24 18:09:37+00

Package: prometheus-sql-exporter
Version: 0.4.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8885
Depends: postgresql-common, libc6 (>= 2.32)
Built-Using: golang-1.18 (= 1.18.2-2), golang-github-beorn7-perks (= 1.0.1-1), golang-github-cenkalti-backoff (= 4.1.0-2), golang-github-cespare-xxhash (= 2.1.1-2), golang-github-denisenkom-go-mssqldb (= 0.0~git20170717.0.8fccfc8-6), golang-github-go-kit-log (= 0.2.0-3), golang-github-go-logfmt-logfmt (= 0.5.0-2), golang-github-go-sql-driver-mysql (= 1.5.0-1), golang-github-jmoiron-sqlx (= 1.3.5-1), golang-github-lib-pq (= 1.5.2-1), golang-github-prometheus-client-golang (= 1.11.1-1), golang-github-prometheus-client-model (= 0.2.0-3), golang-github-prometheus-common (= 0.32.1-8), golang-github-prometheus-procfs (= 0.7.3-2), golang-github-robfig-cron (= 3.0.1-1), golang-go.crypto (= 1:0.0~git20220315.3147a52-1), golang-golang-x-net (= 1:0.0+git20220225.27dd868+dfsg-1), golang-golang-x-sys (= 0.0~git20220422.9388b58-1), golang-goprotobuf (= 1.3.4-2), golang-protobuf-extensions (= 1.0.1-1), golang-yaml.v2 (= 2.4.0-2)
Homepage: https://github.com/justwatchcom/sql_exporter
Priority: optional
Section: database
Filename: pool/main/p/prometheus-sql-exporter/prometheus-sql-exporter_0.4.4-1.pgdg+1_arm64.deb
Size: 2426892
SHA256: a3f545f0253db1e5f7998b542cfeda242d3f7cc6ba034226bae0be34eab158ec
SHA1: eaeb862a8ffe22becd2c976e0def3dc4f5b8c5cd
MD5sum: a537c55f5d511cb5f6e9a4e720842a5b
Description: Flexible SQL Exporter for Prometheus
 This Prometheus exporter extracts various metrics from PostgreSQL, MySQL, and
 MSSQL databases. The metrics are configurable via a YAML file.
Timestamp: 2022-05-24 18:09:37+00

Package: pgbackrest
Version: 2.39-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 929
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.33), liblz4-1 (>= 0.0~r127), libpq5, libssl3 (>= 3.0.0), libxml2 (>= 2.7.4), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc, check-pgbackrest
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.39-1.pgdg+1_arm64.deb
Size: 338364
SHA256: 240dfb77217bfc3eb4c4c54aa2e3a40d2dac8f984e73f87c740e0a15a757423b
SHA1: e1827884425fe6586fa106db32f3552b2aa9c4d6
MD5sum: a6c88958a58c10094fcadd36dc489ee5
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.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2022-05-30 13:16:18+00

Package: pgbackrest-dbgsym
Source: pgbackrest
Version: 2.39-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1201
Depends: pgbackrest (= 2.39-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.39-1.pgdg+1_arm64.deb
Size: 1105568
SHA256: 341945c51d948cb182d366423eccb12da09fb77455eda0820b983d0d7cb39318
SHA1: e656aaf78303f272af50d4488165c956a3f4aada
MD5sum: cabe3a9232c10941317f5ff46f2d3423
Description: debug symbols for pgbackrest
Build-Ids: f28d195e4f60a3d236e85cae02a5cecc8ab769c9
Timestamp: 2022-05-30 13:16:18+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.39-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1558
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.39-1.pgdg+1_all.deb
Size: 125096
SHA256: 023f186e0fd6d1d12d011212b53d0d06c221c193dc5cfcd450fa941a1fcd88cf
SHA1: 33a3c399c8981140888a4abf552496cc36dd027e
MD5sum: 3c0dc25ea606f4ad775c8d2e69ed0c42
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2022-05-30 13:16:18+00

Package: libecpg6
Source: postgresql-14
Version: 14.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 228
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-14/libecpg6_14.4-1.pgdg+1_arm64.deb
Size: 55224
SHA256: 540c17016f4a6c87e840f9cc5a029e062a58d623974880804f420765a0162753
SHA1: decdaf528cf9d1a317f78246efc1af1baa7fd531
MD5sum: f0349b08a7f697c4d6bbd609baebaf9b
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.
Timestamp: 2022-06-17 07:57:08+00

Package: libecpg6-dbgsym
Source: postgresql-14
Version: 14.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libecpg6 (= 14.4-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libecpg6-dbgsym_14.4-1.pgdg+1_arm64.deb
Size: 112112
SHA256: de7e17c127eb8e955f0d672c9415518e7da77178e8f07608e2f442043eb886d0
SHA1: 34239aca3678b5653aedf1bf0b2f5954997ac6eb
MD5sum: 1dcd5a1cbb43c10ad436e7cd3bb95dbd
Description: debug symbols for libecpg6
Build-Ids: 674c6b7d0d8990a5ed953ff665b5639dc3f7e094
Timestamp: 2022-06-17 07:57:08+00

Package: libecpg-compat3
Source: postgresql-14
Version: 14.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-14/libecpg-compat3_14.4-1.pgdg+1_arm64.deb
Size: 20596
SHA256: 83f9be3edb78130e96a35e3f0759c2363ef67253238d28c95604f695dcfd3d25
SHA1: d13dd84a28a53cea49b9ec20297a285e14d05d24
MD5sum: 3396163f7fe98d4c291e4c984dcdf741
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.
Timestamp: 2022-06-17 07:57:08+00

Package: libecpg-compat3-dbgsym
Source: postgresql-14
Version: 14.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: libecpg-compat3 (= 14.4-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libecpg-compat3-dbgsym_14.4-1.pgdg+1_arm64.deb
Size: 38120
SHA256: fed6da37421d3c028e210c597f04bc65b445dee39f9f9c8da49c927612ddb8ea
SHA1: 82f94c13c569f080eb495e28b8b7d26b1c5d47c1
MD5sum: 156231b9e595558b9856b1bdcac9cc83
Description: debug symbols for libecpg-compat3
Build-Ids: eb0fb073924a3a725927545c111bc3613259a2b0
Timestamp: 2022-06-17 07:57:08+00

Package: libecpg-dev
Source: postgresql-14
Version: 14.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1547
Depends: libecpg-compat3 (= 14.4-1.pgdg+1), libecpg6 (= 14.4-1.pgdg+1), libpgtypes3 (= 14.4-1.pgdg+1), libpq-dev, libc6 (>= 2.33)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/libecpg-dev_14.4-1.pgdg+1_arm64.deb
Size: 269420
SHA256: 5f8695f773c325f7ff2e48876f96897d76876bdeaeae903c171b8cc477896d17
SHA1: 8300c769138e12bfbe99f8b911893c0fd986f5da
MD5sum: fac1e40e4d4e6f6677bed1588fa4bac3
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).
Timestamp: 2022-06-17 07:57:08+00

Package: libecpg-dev-dbgsym
Source: postgresql-14
Version: 14.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 297
Depends: libecpg-dev (= 14.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libecpg-dev-dbgsym_14.4-1.pgdg+1_arm64.deb
Size: 254804
SHA256: e1f19f5ddd72f2f1004817539f0d26cd94f1e08c7d0c7c4d1a8728ea71965412
SHA1: 3bc4f26dd9504e7c7d8ddb1d00ed97ec7e7e747e
MD5sum: 3d7bac12b9bc76d8f41778841bb6d287
Description: debug symbols for libecpg-dev
Build-Ids: 36ebe0826b0a12b1689d0ebf461364505c76f050
Timestamp: 2022-06-17 07:57:08+00

Package: libpgtypes3
Source: postgresql-14
Version: 14.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-14/libpgtypes3_14.4-1.pgdg+1_arm64.deb
Size: 41072
SHA256: e5b6ca0fd8d5710fa8751e47d22ac5faee0ad356ffecbec0256b6144b0591174
SHA1: 6686fdc10ab9476dab57cc93a07a5afe05e4fb76
MD5sum: 88d08705677763248ebe34014faed0e9
Description: shared library libpgtypes for PostgreSQL 14
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-06-17 07:57:08+00

Package: libpgtypes3-dbgsym
Source: postgresql-14
Version: 14.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libpgtypes3 (= 14.4-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libpgtypes3-dbgsym_14.4-1.pgdg+1_arm64.deb
Size: 87108
SHA256: 091723beb7e6d0a635e141d7dbadf5726f3fd7403152e243381f25fa0fc3f50c
SHA1: 7465678192892fc85dfc25f9fa6e70b1756f4596
MD5sum: 81728b6ddbe6688c305c9116c76dc619
Description: debug symbols for libpgtypes3
Build-Ids: bf0de8cc9e490ca7cb00dd68bff32461b98e9fc7
Timestamp: 2022-06-17 07:57:08+00

Package: libpq5
Source: postgresql-14
Version: 14.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 751
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-14/libpq5_14.4-1.pgdg+1_arm64.deb
Size: 166744
SHA256: 1f3d8cd377505e9cd9e07faec45f0d91b51a916834b7f2363ae535dde48f2eff
SHA1: 0c34ecf5a7cce5a425cd9ad7b03840a2857b24d3
MD5sum: 46b3a34f3d1fe0914e54edb38416e323
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.
Timestamp: 2022-06-17 07:57:08+00

Package: libpq5-dbgsym
Source: postgresql-14
Version: 14.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 301
Depends: libpq5 (= 14.4-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libpq5-dbgsym_14.4-1.pgdg+1_arm64.deb
Size: 266200
SHA256: fa7296c128074f2fabe98388ce5e17fc2a9bc0416fd71ee3b961e34286e4fd60
SHA1: bc50fb5ef984056ab79ca632359a718ed55546e1
MD5sum: e01fb002f988e5d0dd3164726a5c6373
Description: debug symbols for libpq5
Build-Ids: 63cb73180672bbb22c6334683ff5cabd340cc78e
Timestamp: 2022-06-17 07:57:08+00

Package: libpq-dev
Source: postgresql-14
Version: 14.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 570
Depends: libpq5 (= 14.4-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/libpq-dev_14.4-1.pgdg+1_arm64.deb
Size: 135428
SHA256: 4bb6a8eee5eba64475b42fa47dd153cd12a455dadd505f029c4e3eabc6a08d9c
SHA1: 267150800578c49a89b0682103dc72bdb91ba4e4
MD5sum: 8fd7d59e9959df90541fed4c9437b90a
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.
Timestamp: 2022-06-17 07:57:08+00

Package: postgresql-14
Version: 14.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52055
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 229~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm13, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-14-jit-llvm (= 13), postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-14_14.4-1.pgdg+1_arm64.deb
Size: 16904552
SHA256: 7400f4c8945079325da4028f33b50a1b15d8558ed346a2ee1f0a00332befb778
SHA1: f085dc99c8584e6a16dbe17c523a2bacc776c759
MD5sum: 0b314354d27467c88aef020ee3ce91c9
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 14.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202107181
Timestamp: 2022-06-17 07:57:08+00

Package: postgresql-14-dbgsym
Source: postgresql-14
Version: 14.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18273
Depends: postgresql-14 (= 14.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-14-dbgsym_14.4-1.pgdg+1_arm64.deb
Size: 16476948
SHA256: f220f64efea832124abd3954fc8c2cb33251ff0b30abe23e4a6cebe508f0e941
SHA1: 3b65afdf2d200db7f126edd0ec93fbdcbd8390bf
MD5sum: 61cec2d0504b0e77b8ac7f16ff28c1f8
Description: debug symbols for postgresql-14
Build-Ids: 05f9b5915c77edc53279c4759d8bd904df270b75 07339cbb03532ea0836bf2b6bff05f2b74a23bb8 07cb3e2850cbfdc9cc2441f0e2ec64ffde34d1c4 0c3ee2c19c6d1c021cb33323dfc0221aa1433d67 0c75d2445ed9c5b5e654074b5a1699762fb41a42 11ec6949c782e72b9fe6e7b3f5006898cca200e7 13f0e147ec43426b56d8370bfce509683fcd2bdd 15a36fa2033c28eec56508a7618031bc38eab49f 1ceb31e6488ac5e7bc847e2b25311274318899df 1d64b8720a656aab9cd24411a6d0cb55234ac35a 1da384a60570840b4204d6e345aeb05f2ce7c9fe 1eba33d15cd8b36c48ce448191a1ea7e1215153b 22fcda3620611a1b29ddc463612372bcbdcedbba 232d3dd7ff2214a0b949740113115acbeb2a2562 23e9e0b6ff4415f59612e1d385678d41e0122986 2c03e1ffe5a626f3ece2bb15fe08c15895eb9ec5 30234780209cc6a1162434c339325fe9fca15f82 3498857b5d4532652509d0a3da47f4c0fad4ccd3 352732f292a60f2f1831c58293faa50a923ff48d 3933cb8811175d4aed8f457a032f02a5dc8b400f 39d643a2ade35a8cdb9a7e6f040d47c0003142da 3eaf49a11942fe30abbc78731273d82671955329 3fd74bf2485779bbc99da8176478882769fd8299 40426bfc76f9435233537fa39bba93f7018ad52b 41c433e79892eb429aa879757d4c91499b25fa7c 4b86959cee9fa51582e9ec586d4cad6b325bb521 4d85e52ed45aaae844a0498b2d252c86c0addfa9 558ee59b4fde86613bb7d4fb22d8404dc6a6addf 5723eec7be5b17cc99e5a7b7894342eac7cb7368 58d7aa4da677e5c62ba70c4dfb4bfc82459e976f 5cb955f6b604928e6ecb8927b5186de835d14154 5e6f103b2bbea6a5b24a1e55f9b315164a26c460 5f8b4931046a7de095f123afeb4c402b8f50b839 5f9fb46d60c3f8acecbd2af2f32e2064e5acccfb 6520423a8febdcce545b001cde18b26aa779f26a 6616a08fe5489bf73e3057eef25d707a36babbf2 69fe0ddb84405b5a87ec2f97fd32d517095734f0 6a4e6717b9d93d98bd6e408dbc47a4227585488a 6cd5d6886d529f235f721168858c865fff2190f3 6e276f3d5b24e82aa588955c89b7a4e4110b8048 6fae6101845e2337a1690f157abed193076ef13f 7719504c73e35706ec5841b5464a3132a4fe1bb6 7af23c077180b104019e4698ff3378f10f7c7922 7bdf7c3d30e72fc4ba087bbf8b0b2ff022bfaa3e 7e7450b3c97a89bb80cb1f5a1552b30c0d2ff7ee 7f8f15fb4c53804ec561f6288cd86de063cad0f5 8008fa1b85c0d8eb9247c6daea2f04e9124043de 80c8f5decb445fe3698f6143173b4cc69d9a9492 8129a374358a08eeae1b685aed0e74dad133850f 81363c5dd7b4825d21a1f0f5fba113d578262f90 86bf765dbff8540725b3ffb3b1d5180add1a04ab 8e5c9372095ec69ae1671d563ac4569615f300d0 94a38402cca6cc5772adf21c897d570f4a2c596d 9564e940fb25be0826ab7caacb2af49055cf9fb3 97975fcf2fa713696f1a255f6cf7b93caf547642 9853563144418c3e81bf83f971d1ac06c3fa0720 a2c50d65f4d5e617746220a8ec3eca0791f09b8c a508417994564ce4122f2a05cc69ce4c8a6989cb a52a726ff7a4f2e968101761386e4e53ada52fd7 a5e3ebffee0a52a658b9d76b79cda713a16dc728 a92a3b170a7bf99c58c3dd0a9f5bfe20110a8e2b add2372a31a5a133a3ec4676316eff6a9511a31a ae1de8b4cb042efda6dccc3e6bab5f270b77cf98 ae29c9099f6cbdd16a7f1f4ed462fb0cc7b0b0d8 b3f01061e4ed05a6b522561b18123a527cf2cb83 b4b362cbd8054a74ed2a95816302a9d81e1d5919 bc3a50f8eaecfb3abefc5a3649fba29fb64d9ac2 bded27832c9862a89e7431e6645f8c271179af86 bf39f4b83202f8df9546cc2f3d528bc4cfe7f0f0 c897aa1c203753dc2d0675319db10a96dccd62cf ca584f1016ccc88a057fd245cbe1ddc7fafb692c caa03f7cae82ce70df130efedbbb0854f72c69a2 cbcafc8b5d7907dccb48e0f1a8c032e970c58571 cc3167868a18f85b2f320c8339c1b70c53a8dc06 ce397ccc852d030144faa90f9dc72548a495f67b d0bf5a85650ec5de38e0f8d631965295896436c0 d536533521cd7edc4530487fa88a23a42b4af340 d6d7395886358cf95b7236c1ef1bb566dfcd2784 d70ab9c6a772ddbd7d7178eab09a8c28e94b903b d7830e55b6a4db9e119b8cadd87e23136ea00a51 d85a02cd5f233eb6fa5e7e13f615147c2709740e dbcf5d47ff36f8126c56df8486ae8abf1fa16cf4 dbd94fcbc5a200eeca99c1ecfb13930ba53f6ab6 df0d8d5e756eda7b79e3d87e486b73b1f450092b e11dbdc21e623ff859d8236814cb1b66b34dd668 e9eb8c576a2a830af2bd11857de0351c16ef9c64 ee4c6d3db0a5d11f6547382461625bf9652f4e07 efaaffa6e9c42903f82d082c0f1e6fc36f3aa3c6 f38eb556a15557e8a0a64224c7d24b3accfd0333 f5b89bed8d4f2fcb2e772f815055df0a2198fbba fb52b6ecbc21c51ebaa2369061eda4eb88cd94f3 fc94f6189bfb35f0108651f6d7d4aca80dd39a96 fe07085ca9688e42b75513e088372f983850a397
Postgresql-Catversion: 202107181
Timestamp: 2022-06-17 07:57:08+00

Package: postgresql-client-14
Source: postgresql-14
Version: 14.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7334
Depends: libpq5 (>= 14.4), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.33), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-14, postgresql-doc-14
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-client-14_14.4-1.pgdg+1_arm64.deb
Size: 1596940
SHA256: 5073b7f14993bfaf1754a67bddcc39b7ffb26c7285f029eb94b48f5cf3e16cd7
SHA1: 956616da2ceaf1f4912a4daed10087e9d55af784
MD5sum: dcfd724e529b978629b4dbd2ddbb2ff6
Description: front-end programs for PostgreSQL 14
 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 14. If you install
 PostgreSQL 14 on a standalone machine, you need the server package
 postgresql-14, 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.
Timestamp: 2022-06-17 07:57:08+00

Package: postgresql-client-14-dbgsym
Source: postgresql-14
Version: 14.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2744
Depends: postgresql-client-14 (= 14.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-client-14-dbgsym_14.4-1.pgdg+1_arm64.deb
Size: 2302596
SHA256: 08c3a544318da719c42cf585fcfd6de3f5b8bdf988d66a09dd610a66bf26d386
SHA1: b2001755dcb9f81ad03e569dd5ab1e69f1795a56
MD5sum: 6627564550c62554d98541025fb23c67
Description: debug symbols for postgresql-client-14
Build-Ids: 0470926f06d7ffd786c363ece8c9c77e8d78e544 0e46e9217f97a77c38b793c19aa252678a61c5ac 0ec9033ad434260e8fc983d5815f6b6fc030b731 294877ec6a68df7050f9299ed2ea0fdb4c5ed169 2fd4c72268e18fc48614ee45e54ddae0055e5323 3c101fcaa0d80a84ddb45f60e7030269f9a5960e 91b90f11d47cb46b89479db46542ad15075e8ab8 a9b8015782a4c1d3c2b512577efa54cd70bafc1c b55599c6bedce4410954a2f158ad14662435fb92 bc87fa8a98f7a93c9a91185983d6f5442e91ce23 bdefd4a16de66015c80c8527dfb9d860ec34fa63 c5859e3d30d7a2bd9eb6d0425b3f6ec33241b75f d0351b5b6920d424550e20a10273b3808e983a43 d3bab9bff529ce8ec052292b1abda9b5322da30d d3c92b568fb0f9f674875f5a362a38b70872532c d4365d363d841fd4750eb751df99f72e804e4ef7 df8231dc497ab43572e5cb04929c5b611bb5dbfb dff4bfe9139fef3dced08732ca634db3278df6e6 e7b5328fa2eeee6f8d688fd4ad4bd09a56715063 f4642665b0d7e9145ad076d49e4b62b1415fa077 fb951c668077f050f870312b0c3876b0f6b137a7
Timestamp: 2022-06-17 07:57:08+00

Package: postgresql-doc-14
Source: postgresql-14
Version: 14.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15963
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-14/postgresql-doc-14_14.4-1.pgdg+1_all.deb
Size: 1982932
SHA256: a89e6bb0e8d02278ffe2ffe22efa5633df0dd64bbe7da6a1456d9d2cae2e028f
SHA1: 3dc67c6aa53008da7684877f4ec7d3a4ab4c0226
MD5sum: 0c32da766ddb0667efeaf23dd7f12b0a
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 14. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-06-17 07:57:08+00

Package: postgresql-plperl-14
Source: postgresql-14
Version: 14.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 346
Depends: perl, postgresql-14 (= 14.4-1.pgdg+1), libc6 (>= 2.17), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plperl-14_14.4-1.pgdg+1_arm64.deb
Size: 82248
SHA256: ad92b2b3fc1ad18bf05c2454b0dc67ccf74ee9b214c00dce3835b7486b70c2e1
SHA1: 38c6ef682cfd487c8fa1aa8d082f2bd605307d90
MD5sum: fc03e274d9a21482d82b391e724266f7
Description: PL/Perl procedural language for PostgreSQL 14
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Perl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-06-17 07:57:08+00

Package: postgresql-plperl-14-dbgsym
Source: postgresql-14
Version: 14.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 221
Depends: postgresql-plperl-14 (= 14.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plperl-14-dbgsym_14.4-1.pgdg+1_arm64.deb
Size: 175676
SHA256: fa4cedf07fc9b476f352e189a91a4a4fc8188fe81909d2e7b68a1bf95ff53fe9
SHA1: d354df225c2ab6676aa57d1533b05a80192076e3
MD5sum: 4c12b90494918b414ecea6957274ea5d
Description: debug symbols for postgresql-plperl-14
Build-Ids: 12d90df51032f26be6a77a163d0639566bdeeedf 36215b05a47e16e60ac57970b961bf2e0fc17763 e8db703ba72c0a4364c228c87646d905a0560ef7 ea49c6fe0b1ca14fd55f506adbfbf0b677120303
Timestamp: 2022-06-17 07:57:08+00

Package: postgresql-plpython3-14
Source: postgresql-14
Version: 14.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 490
Depends: postgresql-14 (= 14.4-1.pgdg+1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14_14.4-1.pgdg+1_arm64.deb
Size: 103948
SHA256: beee83f87d82ab8c373d798dc4863cb1bb07226f59494565757be90cf1b13f74
SHA1: d6c18f50cf48978b91c6cb3baa4be48dd0db5404
MD5sum: 66544d364a27ed861e121d74ffe07d0b
Description: PL/Python 3 procedural language for PostgreSQL 14
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Python 3.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-06-17 07:57:08+00

Package: postgresql-plpython3-14-dbgsym
Source: postgresql-14
Version: 14.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 227
Depends: postgresql-plpython3-14 (= 14.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14-dbgsym_14.4-1.pgdg+1_arm64.deb
Size: 175112
SHA256: 3a98501b2660924cb8348c10d19ce46347eb2b0be83739e87f1e6af862c9d326
SHA1: 0f938d68d2a4d0f9d9e061f945102805d1b3cd86
MD5sum: 0514f273e52c26a5d108bbb980876897
Description: debug symbols for postgresql-plpython3-14
Build-Ids: 6caeccc231bfdbd0521745091781ed4a4abcd796 76baccaac2d0f9323a77618e37741c9b689f0a25 d2a702df6a486994ecc68e5b7d9ec736549ee6aa d6773d40603b3b193bf017edaabc01cd91531452
Timestamp: 2022-06-17 07:57:08+00

Package: postgresql-pltcl-14
Source: postgresql-14
Version: 14.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-14 (= 14.4-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14_14.4-1.pgdg+1_arm64.deb
Size: 36928
SHA256: 247109667c189b127888e2b34a0d97d63629e6c1e9d7949e8912ea077383b2b6
SHA1: ac7aa727447f1e756c0b532ab425e578d16468f8
MD5sum: 8cd4d09ecbf17266b40c2b369c05e06f
Description: PL/Tcl procedural language for PostgreSQL 14
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Tcl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-06-17 07:57:08+00

Package: postgresql-pltcl-14-dbgsym
Source: postgresql-14
Version: 14.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-pltcl-14 (= 14.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14-dbgsym_14.4-1.pgdg+1_arm64.deb
Size: 75980
SHA256: ad77e5c228cb33d9eef78359404f83dcf4b0a5413c650a0632eb8af7aebfeb92
SHA1: 0731efb85875898c3febe7964b5b1e9663817305
MD5sum: 72cd37e33a6c36e76f7aa549eeadacf2
Description: debug symbols for postgresql-pltcl-14
Build-Ids: 66418f868f6bc0ca918f8b17c08f7786c18cc640
Timestamp: 2022-06-17 07:57:08+00

Package: postgresql-server-dev-14
Source: postgresql-14
Version: 14.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6641
Depends: clang-13, libpq-dev (>= 14~~), llvm-13-dev, postgresql-client-14, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14_14.4-1.pgdg+1_arm64.deb
Size: 1108500
SHA256: 547ffd5d680e9469b6255982a952e3faf6d563a88df5eca1941233dbb5c13df1
SHA1: 37d79e4a9647633eacb17fb57f547bc7be7ded5f
MD5sum: 9b248e4a1a4a2e737875369bdfdfb478
Description: development files for PostgreSQL 14 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.
Timestamp: 2022-06-17 07:57:08+00

Package: check-pgbackrest
Version: 2.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: libdata-dump-perl, libjson-perl, perl
Enhances: pgbackrest
Breaks: pgbackrest (<< 2.28)
Homepage: https://github.com/pgstef/check_pgbackrest
Priority: optional
Section: database
Filename: pool/main/c/check-pgbackrest/check-pgbackrest_2.3-1.pgdg+1_all.deb
Size: 19748
SHA256: 6a6ddd320881ff48ac09aa12cbd97fa32c52829f6c7ca7f0a8d09e0e428fa031
SHA1: 2aa441d745b5daad543f43a4ad6ff88971c0f5e6
MD5sum: 4b7b75f09415438449bc1639f9671ccd
Description: pgBackRest backup check plugin for Nagios
 check_pgbackrest is designed to monitor pgBackRest PostgreSQL backups from
 Nagios.
Timestamp: 2022-06-24 14:01:17+00

Package: elephant-shed
Version: 1.3.6.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 9
Depends: elephant-shed-cockpit, elephant-shed-grafana, elephant-shed-omnidb, elephant-shed-pgbackrest, elephant-shed-pgbadger, elephant-shed-portal, elephant-shed-postgresql, elephant-shed-powa, elephant-shed-prometheus, elephant-shed-prometheus-node-exporter, elephant-shed-prometheus-sql-exporter, elephant-shed-shellinabox, elephant-shed-tmate
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed_1.3.6.pgdg+1_all.deb
Size: 3596
SHA256: aa5d214010383a7b4a71c5b0a3969c1c67e99a74d68f7310180cf0edb9ee7efd
SHA1: e1b614a759a2d265764dc9bbf23d2b98eef570e0
MD5sum: b827b72432eb409f131bb7a1ed6ae05a
Description: PostgreSQL dashboard
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This meta package depends on all Elephant Shed components.
Timestamp: 2022-06-24 14:01:17+00

Package: elephant-shed-cockpit
Source: elephant-shed
Version: 1.3.6.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 18
Depends: cockpit
Recommends: cockpit-packagekit
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-cockpit_1.3.6.pgdg+1_all.deb
Size: 4040
SHA256: bc36e253000b2e6a0e6732fec53eab58d61b502de3b9dcd971df040c33428587
SHA1: 2968dd2e4678a0a9511f0d914173d329148abf78
MD5sum: 17897183c44319a0925f26d2e86eec84
Description: PostgreSQL dashboard -- cockpit integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with cockpit.
Timestamp: 2022-06-24 14:01:17+00

Package: elephant-shed-grafana
Source: elephant-shed
Version: 1.3.6.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 164
Depends: curl, grafana (>> 5)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-grafana_1.3.6.pgdg+1_all.deb
Size: 16276
SHA256: 3d896514aca3b03fc870666ec07cbc6d42a09ed7f1dd67497f1b839555725218
SHA1: 1ac194fe6eb590a966f12b25ea5890fbd14286ff
MD5sum: 0d811753742ff1a6600650d09ba4b7aa
Description: PostgreSQL dashboard -- Grafana integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with Grafana.
Timestamp: 2022-06-24 14:01:17+00

Package: elephant-shed-omnidb
Source: elephant-shed
Version: 1.3.6.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 13
Depends: omnidb-server
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-omnidb_1.3.6.pgdg+1_all.deb
Size: 3980
SHA256: 71e649a58c4c988669daf02a97c2218e224ecb592269af3b01133a7e66b93141
SHA1: 88c1cec261805d46caf96cf94337d1ba408ff424
MD5sum: 5720ca9bf770de086f4b5c3a77411635
Description: PostgreSQL dashboard -- OmniDB integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This meta package provides the integration with OmniDB.
Timestamp: 2022-06-24 14:01:17+00

Package: elephant-shed-pgbackrest
Source: elephant-shed
Version: 1.3.6.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 23
Depends: pgbackrest, postgresql-common
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-pgbackrest_1.3.6.pgdg+1_all.deb
Size: 5928
SHA256: 1bb42a864ce0babd958b3e6f210e5f988bc345276ba2476b913853a10e6bd091
SHA1: dcda20200c732c4cc29f183fbe5e94fe7241f513
MD5sum: 8bec169427d501524c363e4371d8af7d
Description: PostgreSQL dashboard -- pgBackRest integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with pgBackRest.
Timestamp: 2022-06-24 14:01:17+00

Package: elephant-shed-pgbadger
Source: elephant-shed
Version: 1.3.6.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 26
Depends: pgbadger (>> 9), postgresql-common
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-pgbadger_1.3.6.pgdg+1_all.deb
Size: 5536
SHA256: 9764a3ddc2a9615575bc7806f80e2b7bfe5ed36b3e1d4e85e76332c97926f337
SHA1: effcb36cec7819422a355c05c7083216375d3f1b
MD5sum: 92a5dfd950e77e88c88cbbe979af4e89
Description: PostgreSQL dashboard -- pgBadger integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with pgBadger.
Timestamp: 2022-06-24 14:01:17+00

Package: elephant-shed-portal
Source: elephant-shed
Version: 1.3.6.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 8237
Depends: adduser, apache2, libapache2-mod-authnz-external, libapache2-mod-authz-unixgroup, libapache2-mod-wsgi-py3, libtemplate-perl, libcgi-pm-perl, pwauth
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-portal_1.3.6.pgdg+1_all.deb
Size: 4168376
SHA256: 0e32e113d03cb1e458b301319ddf6b98e1c701e86a68bceaf9605d1d880bf839
SHA1: f52d74b70de873f88cf4c50a36cac96d9d4b9193
MD5sum: d719935cd20bc83fd9cc0c822f864352
Description: PostgreSQL dashboard -- web interface
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the web interface.
Timestamp: 2022-06-24 14:01:17+00

Package: elephant-shed-postgresql
Source: elephant-shed
Version: 1.3.6.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 19
Depends: adduser, postgresql-common (>> 183~)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-postgresql_1.3.6.pgdg+1_all.deb
Size: 4952
SHA256: fa17199057cd034971d312fb9b2c0b70e691f27f51b284c290f49cb6ac5a34a0
SHA1: b5224de653e0df7dfe17de146b404db056d53895
MD5sum: 8d713a096f6a2b22fc1184000c5533e8
Description: PostgreSQL dashboard -- PostgreSQL integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with PostgreSQL.
Timestamp: 2022-06-24 14:01:17+00

Package: elephant-shed-powa
Source: elephant-shed
Version: 1.3.6.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 12
Depends: powa-web, postgresql-common
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-powa_1.3.6.pgdg+1_all.deb
Size: 4396
SHA256: f6193d49190d83b6d520bc365ae72325a01bf7531cc9063c1eac787c8e7eaa4c
SHA1: 26337eb13c3578e447c2b2eb50a4820b2059060e
MD5sum: 04ffcf028ad7eb162c7c219b4893526f
Description: PostgreSQL dashboard -- PoWA integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with PoWA.
Timestamp: 2022-06-24 14:01:17+00

Package: elephant-shed-prometheus
Source: elephant-shed
Version: 1.3.6.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 23
Depends: prometheus (>= 2.0)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-prometheus_1.3.6.pgdg+1_all.deb
Size: 5520
SHA256: 49cf339146806f10ccf33f0a309f03da8f404a7bfd2cc133ffdec4f2d34a68a4
SHA1: c92411a3fd032258830bb2d7d39c9dc3faef1976
MD5sum: 3b30908fcf5122e86080c92bc1cdf468
Description: PostgreSQL dashboard -- Prometheus integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with Prometheus.
Timestamp: 2022-06-24 14:01:17+00

Package: elephant-shed-prometheus-node-exporter
Source: elephant-shed
Version: 1.3.6.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 28
Depends: prometheus-node-exporter (>= 0.16.0)
Breaks: elephant-shed-prometheus (<< 1.1)
Replaces: elephant-shed-prometheus (<< 1.1)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-prometheus-node-exporter_1.3.6.pgdg+1_all.deb
Size: 6644
SHA256: fd85645b340e6bea417836cacc414ddb5e5d858ba62a387b7b20b98bd13c91c9
SHA1: 40293b6df3877265ccf3a00f9bdd76c5844fb32c
MD5sum: bf00ceedb435a8e2dc8c6d552e1e8768
Description: PostgreSQL dashboard -- Node exporter integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with the Prometheus node
 exporter.
Timestamp: 2022-06-24 14:01:17+00

Package: elephant-shed-prometheus-sql-exporter
Source: elephant-shed
Version: 1.3.6.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 56
Depends: libyaml-perl, postgresql-common, prometheus-sql-exporter
Breaks: elephant-shed-prometheus (<< 1.1)
Replaces: elephant-shed-prometheus (<< 1.1)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-prometheus-sql-exporter_1.3.6.pgdg+1_all.deb
Size: 10116
SHA256: ebe183191734ce16abcd32d07b1ad190f3ae9064131d401a0c040358bd8333b8
SHA1: e1e0b7fdb937e9f66a615fd255f4b351930fc678
MD5sum: 7d1776a721430ad0719de4908a51ef2b
Description: PostgreSQL dashboard -- SQL exporter integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with the Prometheus SQL
 exporter.
Timestamp: 2022-06-24 14:01:17+00

Package: elephant-shed-shellinabox
Source: elephant-shed
Version: 1.3.6.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 10
Depends: shellinabox
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-shellinabox_1.3.6.pgdg+1_all.deb
Size: 3728
SHA256: 682efb59065576e7b235021be9e53e712f5d4ae4e11e1b551a0f5eed1bdf4c2e
SHA1: 821d576532bae32758f1e5cc62e59b96170619c0
MD5sum: c975c23c90f268813e816eed04198654
Description: PostgreSQL dashboard -- shellinabox integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This meta package provides the integration with shellinabox.
Timestamp: 2022-06-24 14:01:17+00

Package: elephant-shed-tmate
Source: elephant-shed
Version: 1.3.6.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 19
Depends: tmate (>= 2.4)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-tmate_1.3.6.pgdg+1_all.deb
Size: 4496
SHA256: b9f7de3cdb0fae5ac2d10775bc7dbf2f9574588263626243e76e9dd81de16a42
SHA1: 4d43c179a52aba3ac0b46e5fb0ca34d91a56301f
MD5sum: ed06803f348e1dcff666019dbefffdfb
Description: PostgreSQL dashboard -- tmate integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with tmate.
Timestamp: 2022-06-24 14:01:17+00

Package: libpostgresql-jdbc-java
Source: libpgjava
Version: 42.4.0-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 1032
Conflicts: libpg-java (<= 9.1-901-1), libpgjava (<= 7.4.7-3)
Replaces: libpg-java (<= 9.1-901-1), libpgjava
Provides: libpg-java, libpgjava
Built-Using: libscram-java (= 2.1-1.pgdg+1)
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: java
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java_42.4.0-1.pgdg+1_all.deb
Size: 949572
SHA256: 40168333c39f73887f16ff055ad617df5dac78bb22b2ebe11d316b30a312c8e0
SHA1: 7d5086f05f8ebc0c056699d724540d49397d37bb
MD5sum: d2d5d06a5b47c735c876f7306397393f
Description: Java database (JDBC) driver for PostgreSQL
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
Timestamp: 2022-06-24 14:01:17+00

Package: libpostgresql-jdbc-java-doc
Source: libpgjava
Version: 42.4.0-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 11330
Depends: default-jdk-doc
Conflicts: libpg-java-doc (<= 8.4-702-1)
Replaces: libpg-java-doc
Provides: libpg-java-doc
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java-doc_42.4.0-1.pgdg+1_all.deb
Size: 643772
SHA256: 503a647e95e1839b302aef91483e8ee98b77f2eb140cb9c9c7633cb1a8a96c97
SHA1: 7290e55d8daaa597c5e4b28cc52af7d6b00886e7
MD5sum: b2e26e9b57db3f030b11aa664279fac9
Description: Java database (JDBC) driver for PostgreSQL (documentation)
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
 .
 This package contains the documentation.
Timestamp: 2022-06-24 14:01:17+00

Package: pgcluu
Version: 3.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2474
Depends: libjs-jquery, libjs-underscore, perl:any, postgresql-common
Recommends: sysstat
Homepage: https://pgcluu.darold.net/
Priority: optional
Section: database
Filename: pool/main/p/pgcluu/pgcluu_3.3-1.pgdg+1_all.deb
Size: 356380
SHA256: 503ce76a43d022b71d274b6ce8d3000d68040e5ad3201e89827d241aa32d427e
SHA1: ef8df3708db4a4351958788bf4f6bf5175dd02fa
MD5sum: 21a7808234102efeb7601b2946451b95
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 three parts:
 .
 pgcluu_collectd: collector used to grab statistics of the PostgreSQL cluster
 using the psql command line utility and sar from the sysstat package
 .
 pgcluu: generates static HTML output containing charts and graphs
 .
 pgcluu.cgi: generates dynamic HTML output containing charts and graphs
Timestamp: 2022-06-24 14:01:17+00

Package: pgloader
Version: 3.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 31804
Depends: freetds-dev, libc6 (>= 2.33), zlib1g (>= 1:1.1.4), libssl3
Homepage: https://github.com/dimitri/pgloader
Priority: optional
Section: database
Filename: pool/main/p/pgloader/pgloader_3.6.4-1.pgdg+1_arm64.deb
Size: 27896040
SHA256: 9153feff3ca5c1af00b362f264b4324e185c35a368a9522cd0602b53ed37dcab
SHA1: e411a8b93759a3274b75aa83ee42f1ca33e9ed2f
MD5sum: 31d2195cb0b6969a5387627898e1f932
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.
Timestamp: 2022-06-24 14:01:17+00

Package: postgresql-10-plpgsql-check
Source: plpgsql-check
Version: 2.1.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check_2.1.7-1.pgdg+1_arm64.deb
Size: 73812
SHA256: 13e9c5e5b4055dcd821bcf8ae41b07daa48c546e5cf4af150c0730db7344e254
SHA1: 0507572ff5a5b2e82d8b84aeb8afc8c3e1d13524
MD5sum: fb926b29505a199be98b3f31fa214aa7
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-06-24 14:01:17+00

Package: postgresql-10-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.1.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 250
Depends: postgresql-10-plpgsql-check (= 2.1.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check-dbgsym_2.1.7-1.pgdg+1_arm64.deb
Size: 220540
SHA256: 2e02fef5e233a6a576772c2548bddbfe1fcb2c0359fa19c9e77ff9a756fcda7f
SHA1: c5b3e72cdda37190f69d244e0948311b9533c6a8
MD5sum: 48d5be695051090ae19bce1df35e6412
Description: debug symbols for postgresql-10-plpgsql-check
Build-Ids: 0b41bddb58b6fac77bd59e563c5fc43bb7ad0ffe
Timestamp: 2022-06-24 14:01:17+00

Package: postgresql-11-plpgsql-check
Source: plpgsql-check
Version: 2.1.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 599
Depends: postgresql-11, postgresql-11-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check_2.1.7-1.pgdg+1_arm64.deb
Size: 280088
SHA256: 0043342f917c6a9733703522da98eabe2b9bf4faaf2495ae5315f5c7862b198b
SHA1: 5a017ffd028e4ad196ade0b15da523a3233bb8bf
MD5sum: 95c8e94d4c1af555fbb08fc23b9ddc55
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-06-24 14:01:17+00

Package: postgresql-11-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.1.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 248
Depends: postgresql-11-plpgsql-check (= 2.1.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check-dbgsym_2.1.7-1.pgdg+1_arm64.deb
Size: 219300
SHA256: bd119b9d28170e43e615b37bbd5c06a01c2d4a3d0f21d514d95d8a932e81bc39
SHA1: fa2de88c8c6a58f197c6dfb61bb035a069f9b3ce
MD5sum: a749ab415bb3b5c9072a076fe0352c52
Description: debug symbols for postgresql-11-plpgsql-check
Build-Ids: db39f519838367dd20e43f0d6b2cacc707260ff9
Timestamp: 2022-06-24 14:01:17+00

Package: postgresql-11-rum
Source: postgresql-rum
Version: 1.3.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 985
Depends: postgresql-11, postgresql-11-jit-llvm (>= 13), libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-11-rum_1.3.11-1.pgdg+1_arm64.deb
Size: 382096
SHA256: a6d58f36e96676771a7d314bce5346e1454cdb613a0013d09162ebf91809ba3f
SHA1: 9a2e23309496e490502695b07869d955f9aedd26
MD5sum: 4c305d901d40b860e8bd7c85aced358e
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2022-06-24 14:01:17+00

Package: postgresql-11-rum-dbgsym
Source: postgresql-rum
Version: 1.3.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 345
Depends: postgresql-11-rum (= 1.3.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-11-rum-dbgsym_1.3.11-1.pgdg+1_arm64.deb
Size: 306064
SHA256: 812870eab29d84573b244813307a075bcde620b483120e30aaeb9f31b550b51d
SHA1: 5cb3b89f135c40b067740cece56e33078cc40190
MD5sum: efcde480375153adc93154dc1e262e0f
Description: debug symbols for postgresql-11-rum
Build-Ids: 60f7d7d36f8dd3e2fe32086d09e19999ce54cd05
Timestamp: 2022-06-24 14:01:17+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 2.1.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 611
Depends: postgresql-12, postgresql-12-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_2.1.7-1.pgdg+1_arm64.deb
Size: 285960
SHA256: 2f53331e2d29eca91ebcb28ac404df4676a6821e7695892636af400f59ea7f77
SHA1: deaac2d9bc79fddcdf0134fff8c9f1a998a6e629
MD5sum: 867d9bb9669ce6adb0293b8405a153d2
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-06-24 14:01:17+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.1.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: postgresql-12-plpgsql-check (= 2.1.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_2.1.7-1.pgdg+1_arm64.deb
Size: 227868
SHA256: 67af9035442dd02fcad1f9553d587a99e9ba73f43f8edc96f6a1ec28570fa325
SHA1: 0235328e5310c572268a7d3162c2519d5aa9d2f2
MD5sum: 5f1529b9d1e7e15d5c6e43c87e48f154
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: 83f5edaf235037ebd7c1ccd11351172dae49159e
Timestamp: 2022-06-24 14:01:17+00

Package: postgresql-12-rum
Source: postgresql-rum
Version: 1.3.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 980
Depends: postgresql-12, postgresql-12-jit-llvm (>= 13), libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-12-rum_1.3.11-1.pgdg+1_arm64.deb
Size: 382856
SHA256: d5f2aab805a53254b834a9a4681eddf4b9b9690bb5c8678f0bc2026c578d62cd
SHA1: a8bfed683c87653fd34ab8b6ccbea149dbd13258
MD5sum: 4a8a54c67ccf3f421a3fb3ccf2508678
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2022-06-24 14:01:17+00

Package: postgresql-12-rum-dbgsym
Source: postgresql-rum
Version: 1.3.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 349
Depends: postgresql-12-rum (= 1.3.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-12-rum-dbgsym_1.3.11-1.pgdg+1_arm64.deb
Size: 309784
SHA256: 483508b3de58380410c8fb5bce2850d0911d7a44fed14822ecd92935a2d7227f
SHA1: fa095a6422065aaa6b1c7c77b8873644d37b1643
MD5sum: b1c5eb00e560a5bc89ca315e21a3dada
Description: debug symbols for postgresql-12-rum
Build-Ids: b704a8e02da5a849e185a36ca9466239ae99fb6e
Timestamp: 2022-06-24 14:01:17+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 2.1.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 616
Depends: postgresql-13, postgresql-13-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_2.1.7-1.pgdg+1_arm64.deb
Size: 288704
SHA256: 84d893c1e637d1cfcf48c631dab33dec3f1aa71d7286c4c38c22c568f0567c48
SHA1: f89f8a9b5517d86a6ad085f6a4e1d4a040255219
MD5sum: d0c79d9abb0ec2db434595a482a144fc
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-06-24 14:01:17+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.1.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 279
Depends: postgresql-13-plpgsql-check (= 2.1.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_2.1.7-1.pgdg+1_arm64.deb
Size: 249844
SHA256: ed2736542803d008e7e869cf23eccb3f705415888e1002b9e2d039e1b02406a3
SHA1: 4a6dfd349a233565d7311148e719b4fc766b0fbd
MD5sum: 65c7fc0c5b728082204dacb3e5d69997
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: db91a27f2ced3cb5cd8b41d34141c76caf277789
Timestamp: 2022-06-24 14:01:17+00

Package: postgresql-13-rum
Source: postgresql-rum
Version: 1.3.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 924
Depends: postgresql-13, postgresql-13-jit-llvm (>= 13), libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-13-rum_1.3.11-1.pgdg+1_arm64.deb
Size: 376192
SHA256: aadd931d5cf1d89bc5cccf81824dcb2400541b5f6d2bb15ca7cb779083ab6293
SHA1: 65d098f94ee875f3a50639967e136d88ed96faa3
MD5sum: 1204317773ce1f5a13c4e42318f99ce9
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2022-06-24 14:01:17+00

Package: postgresql-13-rum-dbgsym
Source: postgresql-rum
Version: 1.3.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 348
Depends: postgresql-13-rum (= 1.3.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-13-rum-dbgsym_1.3.11-1.pgdg+1_arm64.deb
Size: 308380
SHA256: d6919aba03b6c62160ad321c6a0e9c29355ef9fa22397aa1983f613b4a4cac19
SHA1: be91a6d7bf6fc7f82bb99c8c38104262ea2f31d7
MD5sum: a2f0c550c0aaae838f022d545a28f625
Description: debug symbols for postgresql-13-rum
Build-Ids: 3ca6ccaf42bab27ae11badbaea9407acab2da487
Timestamp: 2022-06-24 14:01:17+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.1.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 624
Depends: postgresql-14, postgresql-14-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.1.7-1.pgdg+1_arm64.deb
Size: 294060
SHA256: f7681a9da5eed4b3a6d1c2a41a04a9a8fcd921762c825ddca3144e2a187307b1
SHA1: bdc394b206cecf63f48f1eea33d875676404fb80
MD5sum: 267ee686e8db4475fed34eb275379cbb
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-06-24 14:01:17+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.1.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 284
Depends: postgresql-14-plpgsql-check (= 2.1.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.1.7-1.pgdg+1_arm64.deb
Size: 254496
SHA256: 81e8b939b40a636d4b68f346c2bf17838da82c5c9506cdb9470091cefdb122ad
SHA1: 4eaf61a5eb371c15a0d880db3e96b151f754eef5
MD5sum: d98c3302a6fb2fa052029f1ed3199568
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: 1428bd7fad8a1a43458fb3d60482e3f0ade8480a
Timestamp: 2022-06-24 14:01:17+00

Package: postgresql-14-rum
Source: postgresql-rum
Version: 1.3.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 932
Depends: postgresql-14, postgresql-14-jit-llvm (>= 13), libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-14-rum_1.3.11-1.pgdg+1_arm64.deb
Size: 378072
SHA256: cdc3b75d8bcdbf38a3f997b3c44ea8f12dce9983597a3499d25efb877b885e45
SHA1: 7fbe4efb4759e491e999308519ea6261aac0d0dc
MD5sum: f3932d58396633c4c4a11468e2830578
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2022-06-24 14:01:17+00

Package: postgresql-14-rum-dbgsym
Source: postgresql-rum
Version: 1.3.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 351
Depends: postgresql-14-rum (= 1.3.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-14-rum-dbgsym_1.3.11-1.pgdg+1_arm64.deb
Size: 311772
SHA256: 9ea33b8b46b8fda90ca9d8eb6b58934cb2b31ab9b9195b91788bc309179290b8
SHA1: 59d6207be22f3dd4b21d50d7263baf009a4c2ec2
MD5sum: a14fe6ffdc16d7e7e99e4fe8e0fd564b
Description: debug symbols for postgresql-14-rum
Build-Ids: 0890b34834a6d1e8fa475b95bd3644132a0c1e5b
Timestamp: 2022-06-24 14:01:17+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.1.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 660
Depends: postgresql-15, postgresql-15-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.1.7-1.pgdg+1_arm64.deb
Size: 309488
SHA256: bab2f37643dc554f2e6bd3a8f2f334994a87a65bd49494ffcc359179ebefb290
SHA1: b214adc42b23d2c7b5b108360447b494c3577d21
MD5sum: e2dbe5f24e2b0dca7ad1938ebdabd5ac
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-06-24 14:01:17+00

Package: postgresql-15-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.1.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 306
Depends: postgresql-15-plpgsql-check (= 2.1.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.1.7-1.pgdg+1_arm64.deb
Size: 275068
SHA256: 13d93940b4740b56682955d3e6e4c136a3b118aa026f05ee2b055851f09af552
SHA1: a34020428442def1af1c8b770715bd2308412fc3
MD5sum: 902b6d52dac16a8aa12c9dae3ca1b7e9
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: ec2bb0c60caacf21d93eabc708dafeb44c39b33f
Timestamp: 2022-06-24 14:01:17+00

Package: barman
Version: 3.0.1-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 76
Depends: python3-barman (= 3.0.1-1.pgdg+1), python3-pkg-resources, adduser, rsync (>= 3.0.4~), python3:any
Recommends: openssh-server, openssh-client, postgresql-client
Suggests: barman-cli, repmgr
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman_3.0.1-1.pgdg+1_all.deb
Size: 40584
SHA256: a515cfc98472d6dbb55e73ba4d3a5281004d77aa696dac237d08252480cd2311
SHA1: 178b0fd7e3101dd9331667e9e72b634cb9e24419
MD5sum: ed21c3422c3e999ee352496e1f857add
Description: Backup and Recovery Manager for PostgreSQL
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides barman binary.
Timestamp: 2022-06-28 16:45:44+00

Package: barman-cli
Source: barman
Version: 3.0.1-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 20
Depends: python3-barman (= 3.0.1-1.pgdg+1), python3-pkg-resources, rsync (>= 3.0.4~), python3:any
Recommends: openssh-client, barman-cli-cloud
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli_3.0.1-1.pgdg+1_all.deb
Size: 8088
SHA256: 2beab7c70292131216d35130f5489ad0d446de741415591db51205d2b1ad68d0
SHA1: b0ee02acbd226f01aca76c0b1a078c76dd594c11
MD5sum: 281f533c62058258793d780c700e0908
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 organization 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.
Timestamp: 2022-06-28 16:45:44+00

Package: barman-cli-cloud
Source: barman
Version: 3.0.1-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 42
Depends: python3-barman (= 3.0.1-1.pgdg+1), python3-pkg-resources, rsync (>= 3.0.4~), python3:any, python3-boto3
Breaks: barman-cli (<< 2.10-3~~)
Replaces: barman-cli (<< 2.10-3~~)
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli-cloud_3.0.1-1.pgdg+1_all.deb
Size: 24412
SHA256: 580591d89645edd3f369463bf08b6d35d479b622c18727bbb33e021523704c89
SHA1: 3a358c6e169d872bda0dbaaf09086a7b277b7700
MD5sum: 89fb50d536a78173e9bc03cf80b8c7d9
Description: Cloud 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 organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli-cloud package contains cloud client utilities for the
 integration of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by 2ndQuadrant.
Timestamp: 2022-06-28 16:45:44+00

Package: pgcopydb
Version: 0.7-2.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 426
Depends: postgresql-client, libc6 (>= 2.33), libpq5 (>= 9.1~)
Homepage: https://github.com/dimitri/pgcopydb
Priority: optional
Section: database
Filename: pool/main/p/pgcopydb/pgcopydb_0.7-2.pgdg+1_arm64.deb
Size: 119620
SHA256: 1f877017d0ae81e7f94a780297e336a3eb1a5ab6c79e1217718ab7a8ccc9ee16
SHA1: df5fed9f78990c7511feb173688ace77d2e74327
MD5sum: 70b8aafa175f5d27082f26ac9aac5199
Description: Copy an entire PostgreSQL database from source to target
 This tool copies an entire PostgreSQL database from source to target. It
 implements `pg_dump | pg_restore` on steroids, including advanced concurrency
 tricks to make the operation faster.
Timestamp: 2022-06-28 16:45:44+00

Package: pgcopydb-dbgsym
Source: pgcopydb
Version: 0.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 270
Depends: pgcopydb (= 0.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgcopydb/pgcopydb-dbgsym_0.7-2.pgdg+1_arm64.deb
Size: 233840
SHA256: 9bc2bfa5fea9fa70d7a6c395fdeb6bf02e83950f04e65c7fc2a55b20573cf4df
SHA1: 7a5cc0aa9b829428147fec0393f5b95ecda5f15d
MD5sum: 9a40d6a556aeeca7f2375ad950ace0b4
Description: debug symbols for pgcopydb
Build-Ids: 0181d0435baf8c48f3ba921e8838d5ddcce40aeb
Timestamp: 2022-06-28 16:45:44+00

Package: pgloader
Version: 3.6.6-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 31804
Depends: freetds-dev, libc6 (>= 2.33), zlib1g (>= 1:1.1.4), libssl3
Homepage: https://github.com/dimitri/pgloader
Priority: optional
Section: database
Filename: pool/main/p/pgloader/pgloader_3.6.6-1.pgdg+1_arm64.deb
Size: 27891892
SHA256: 7b9991f22d5e5468b04be04fd3f87de144940013a4b27666763c407418fd68b1
SHA1: 28e53f0786a26068a01273538dad892e486af866
MD5sum: f5884ac746826a2b1774f6faafc81ec4
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.
Timestamp: 2022-06-28 16:45:44+00

Package: postgresql-10-orafce
Source: orafce
Version: 3.22.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 514
Depends: postgresql-10, libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-10-orafce_3.22.0-1.pgdg+1_arm64.deb
Size: 105372
SHA256: fb595c593f9cdf31a15cdc6428a319ad9effda9bad26b1a7c3628838e8f7ac78
SHA1: 358bb94b083e735b45c15e620d1660c12c5355a2
MD5sum: 93523b60880cb0369e6297ba3f2eb10c
Description: Oracle support functions for PostgreSQL 10
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-06-28 16:45:44+00

Package: postgresql-10-orafce-dbgsym
Source: orafce
Version: 3.22.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 273
Depends: postgresql-10-orafce (= 3.22.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-10-orafce-dbgsym_3.22.0-1.pgdg+1_arm64.deb
Size: 227268
SHA256: e4b67b6af9f6fe493a989ce05812be8ce5094bcde9acdc819cd26596fa815ae9
SHA1: 23f45c0f66a760672dd760295f0a5ef5e0a564d6
MD5sum: c58cdaa338b2136340eba715aa5a4f48
Description: debug symbols for postgresql-10-orafce
Build-Ids: 748cd93f3cfaa99fbc78e5ae59d99bc789eb12b7
Timestamp: 2022-06-28 16:45:44+00

Package: postgresql-11-orafce
Source: orafce
Version: 3.22.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1038
Depends: postgresql-11, postgresql-11-jit-llvm (>= 13), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_3.22.0-1.pgdg+1_arm64.deb
Size: 339580
SHA256: 4fe94812aba1c655c1f6204227eef059604329c070a047b0350a31835bf5489b
SHA1: da1fafb9e4338de719ba66370f32874adf286808
MD5sum: 7b6c9ed755a74fbef5dc1600d6037f00
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-06-28 16:45:44+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 3.22.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: postgresql-11-orafce (= 3.22.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_3.22.0-1.pgdg+1_arm64.deb
Size: 227364
SHA256: fd6c31ffed7b0e9b0b9b892e896ba0e1f57261ea9a60ad015a2286a65e566607
SHA1: a6ba05d1f71df2b9635a157196caecc66cf6eb64
MD5sum: 3f2f4f597dc95a88a9e3839f155d6ba1
Description: debug symbols for postgresql-11-orafce
Build-Ids: d1f60dacb0c481966fa685758f5446c49dc51f57
Timestamp: 2022-06-28 16:45:44+00

Package: postgresql-12-orafce
Source: orafce
Version: 3.22.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1036
Depends: postgresql-12, postgresql-12-jit-llvm (>= 13), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_3.22.0-1.pgdg+1_arm64.deb
Size: 337616
SHA256: 5ac8536c756cd9eaae45d4c8fd9b40400f064f87c5dbbb5f4ae46123928e841d
SHA1: 6caeef603dc2032f9d08ae30d75139ca3a16bb36
MD5sum: 60c830a8146cf682940635453f52968e
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-06-28 16:45:44+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 3.22.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: postgresql-12-orafce (= 3.22.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_3.22.0-1.pgdg+1_arm64.deb
Size: 229216
SHA256: 8664126b635e74c982b0e601e1c02dab939e2cf6014f3e8a51bf6a41d4982504
SHA1: 81e28d5cff3f8a7b3836b3a18d427c5e3c30be69
MD5sum: d50ae00ee1fbe55ab8b3938db6377654
Description: debug symbols for postgresql-12-orafce
Build-Ids: d3d48ca9e54f9e6c0a16a854751c54b615a3cbf5
Timestamp: 2022-06-28 16:45:44+00

Package: postgresql-13-orafce
Source: orafce
Version: 3.22.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1033
Depends: postgresql-13, postgresql-13-jit-llvm (>= 13), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_3.22.0-1.pgdg+1_arm64.deb
Size: 335416
SHA256: 1d642ac930978ec62af1c1017c9dcfccdc90d530d429adfe37c0318cc477b9d0
SHA1: db61ac799a4c49df137a3d3fb89ab7c7407c8e87
MD5sum: 42f96538b4c0b38b8e24bd852ab7cdfd
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-06-28 16:45:44+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 3.22.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 277
Depends: postgresql-13-orafce (= 3.22.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_3.22.0-1.pgdg+1_arm64.deb
Size: 230140
SHA256: 3e46cdfd2aa2739553c0782cf1c48255c64d8fca40b7975a76027d49e939d209
SHA1: 82c3e9a284e91dd0189b093189c3cdbb824eab11
MD5sum: 4a32afa7ed3a01838032f4db47ad5cd3
Description: debug symbols for postgresql-13-orafce
Build-Ids: 8425a2aeed991567c2f0fe4660de750e4e6aaeef
Timestamp: 2022-06-28 16:45:44+00

Package: postgresql-14-orafce
Source: orafce
Version: 3.22.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1038
Depends: postgresql-14, postgresql-14-jit-llvm (>= 13), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_3.22.0-1.pgdg+1_arm64.deb
Size: 336332
SHA256: 337995bb6b607a03046dff4c6b9ac77a1584c30bb9dd256f0384732342ec7a2f
SHA1: ba8426e09c95cbb921be72eaea6086f452d9356a
MD5sum: 1e5ce7eed31f89855b320ec7569ef7c6
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-06-28 16:45:44+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 3.22.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: postgresql-14-orafce (= 3.22.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_3.22.0-1.pgdg+1_arm64.deb
Size: 229292
SHA256: effec9f3431a84d33250651a060c43c6253231f7ab98674db41e434b489e5ede
SHA1: 4589b1a75a6653363c6504b49857b26db5da1bda
MD5sum: c3d3b18f9604de1643798332d829cf0a
Description: debug symbols for postgresql-14-orafce
Build-Ids: f04cf8908fa2f2f5081eb85f620e37da13f53c88
Timestamp: 2022-06-28 16:45:44+00

Package: postgresql-15-orafce
Source: orafce
Version: 3.22.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1041
Depends: postgresql-15, postgresql-15-jit-llvm (>= 13), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-15-orafce_3.22.0-1.pgdg+1_arm64.deb
Size: 337448
SHA256: 1534417c7c749c1f32bece762cc4af25601b1c2a170d39fda731622b0b6e96c2
SHA1: 99a3b7b12eacb3f376e93d0615b39dac1defa0fc
MD5sum: baa85bc78488910f6a1738e9420aaa65
Description: Oracle support functions for PostgreSQL 15
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-06-28 16:45:44+00

Package: postgresql-15-orafce-dbgsym
Source: orafce
Version: 3.22.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 285
Depends: postgresql-15-orafce (= 3.22.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-15-orafce-dbgsym_3.22.0-1.pgdg+1_arm64.deb
Size: 238980
SHA256: f691f4b3fcb80106f25227b59ba537616ab2b6daa946e9158b3eb1dc5f5ffb4d
SHA1: 6707b6b8b0e1cf5c5ddc71fac223d2988a9f9ec7
MD5sum: cb19a750a04ae132c87b9500a129b8e2
Description: debug symbols for postgresql-15-orafce
Build-Ids: 6c6eb8db87662669f805fd030c0053fd2c832816
Timestamp: 2022-06-28 16:45:44+00

Package: python3-barman
Source: barman
Version: 3.0.1-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1171
Depends: python3-argcomplete, python3-dateutil, python3-psycopg2, python3:any
Breaks: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Replaces: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Homepage: http://www.pgbarman.org
Priority: optional
Section: python
Filename: pool/main/b/barman/python3-barman_3.0.1-1.pgdg+1_all.deb
Size: 187620
SHA256: 8329bc0725b0cdeda9f427cd1ec88f0c5b8995ac1b8b98b92bdf966e7be4e278
SHA1: 2b5635cf41a0ccf98781c34690edac8ddd3e73f2
MD5sum: 8efda5bbccdebf0afbcf6425629f377a
Description: Backup and Recovery Manager for PostgreSQL - Python modules
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides Python 3 modules only.
Timestamp: 2022-06-28 16:45:44+00

Package: libecpg-compat3
Source: postgresql-15
Version: 15~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg-compat3_15~beta2-1.pgdg+1_arm64.deb
Size: 17872
SHA256: 6fb0c42fe37ba67d9d27dd23aa6fabe282e293f85224e41a4e02b0fade9b80c7
SHA1: e50ef92c13e3b2c739fda1023cb37b86dc5ccdfc
MD5sum: d052facd81263d29c70a40762553d0d3
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.
Timestamp: 2022-06-30 20:18:52+00

Package: libecpg-compat3-dbgsym
Source: postgresql-15
Version: 15~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: libecpg-compat3 (= 15~beta2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-compat3-dbgsym_15~beta2-1.pgdg+1_arm64.deb
Size: 37468
SHA256: 44f9dd0d8e3af7ef27accafc56db93a47c3b3e2d82ac3701e5a318f21f6a2c0c
SHA1: 3ba5e7a840821a4f22683470b3289db352c8cd1b
MD5sum: ed8222e3cd2147ca5621523ee0e07bcf
Description: debug symbols for libecpg-compat3
Build-Ids: 67f442027938ba692843057311686bb954f3d676
Timestamp: 2022-06-30 20:18:52+00

Package: libecpg-dev
Source: postgresql-15
Version: 15~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1654
Depends: libecpg-compat3 (= 15~beta2-1.pgdg+1), libecpg6 (= 15~beta2-1.pgdg+1), libpgtypes3 (= 15~beta2-1.pgdg+1), libpq-dev, libc6 (>= 2.33)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libecpg-dev_15~beta2-1.pgdg+1_arm64.deb
Size: 275296
SHA256: 72429e374f3f8a407b6fae3cc6dcd95fb917c776160e54ae4a98a25c8ecf611b
SHA1: 3e0cd849543c8e2ed6c21070b17dda0e0d183e13
MD5sum: 687061867ce2871afad62c285dd39407
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).
Timestamp: 2022-06-30 20:18:52+00

Package: libecpg-dev-dbgsym
Source: postgresql-15
Version: 15~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 310
Depends: libecpg-dev (= 15~beta2-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-dev-dbgsym_15~beta2-1.pgdg+1_arm64.deb
Size: 266028
SHA256: 3e85d7b1e2513e06392450387531e02570b77f128f876c5c1d35c099600bcc12
SHA1: 26f98a4aec3ec88df40d316a959a38a27120cc26
MD5sum: 10eeffe3b5f023b08e651eb7787f561a
Description: debug symbols for libecpg-dev
Build-Ids: 855541668c58fe86d0be830d46c2f86b39216a24
Timestamp: 2022-06-30 20:18:52+00

Package: libecpg6
Source: postgresql-15
Version: 15~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 259
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg6_15~beta2-1.pgdg+1_arm64.deb
Size: 52860
SHA256: a5429b5e8b19458789a2a0ccca59317673bb8a869392e31ad5da579260c365bd
SHA1: 0e8297aa57872e769dc641110695f37c3e55bd26
MD5sum: d482148090f13188d442ac706561d05e
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.
Timestamp: 2022-06-30 20:18:52+00

Package: libecpg6-dbgsym
Source: postgresql-15
Version: 15~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 15~beta2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg6-dbgsym_15~beta2-1.pgdg+1_arm64.deb
Size: 113888
SHA256: 323564cd26f2ab0c70e979ce0a1a65f11d88b449793287ef119d73025e0b2f0f
SHA1: e7766eae0e86629d7ff8db3ba175c5cde79351df
MD5sum: 7ac45bf45d15973682c5ca2d93bd3135
Description: debug symbols for libecpg6
Build-Ids: c2ca19f2acb835a6c9a1ad7866004cc4379a9eba
Timestamp: 2022-06-30 20:18:52+00

Package: libpgtypes3
Source: postgresql-15
Version: 15~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpgtypes3_15~beta2-1.pgdg+1_arm64.deb
Size: 38328
SHA256: 81b9d295863b297d090a970ec301c5804eef67a9e4bc9af9a161d02e256a85b2
SHA1: 32b4dbc59f91d28903f6391a499e549786edd441
MD5sum: 4e31b2efc11456da7b8f726fa27b6454
Description: shared library libpgtypes for PostgreSQL 15
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-06-30 20:18:52+00

Package: libpgtypes3-dbgsym
Source: postgresql-15
Version: 15~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libpgtypes3 (= 15~beta2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpgtypes3-dbgsym_15~beta2-1.pgdg+1_arm64.deb
Size: 86472
SHA256: 9981bfa0237595ff976cc03665493025a13deb4f784c8177ec37c9d8831ca6ec
SHA1: 5727f3ad65e37d8eea8cffd478a45a681da6c606
MD5sum: dfd8ddbf05502f6347f0002247862583
Description: debug symbols for libpgtypes3
Build-Ids: c8d60ceaad3fd31ab96a8365e3fea87e7051914b
Timestamp: 2022-06-30 20:18:52+00

Package: libpq-dev
Source: postgresql-15
Version: 15~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 580
Depends: libpq5 (= 15~beta2-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libpq-dev_15~beta2-1.pgdg+1_arm64.deb
Size: 136036
SHA256: a1856b463445f53ea63dadd0b1101ee94fd7a3f6a66003506d07c0b0bb9a87e7
SHA1: 5eb1bf5fcab8ed2e467f0e4e14e673ad451f9dee
MD5sum: 0b7dddf4b3bc762d662acca56042b37a
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.
Timestamp: 2022-06-30 20:18:52+00

Package: libpq5
Source: postgresql-15
Version: 15~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 970
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpq5_15~beta2-1.pgdg+1_arm64.deb
Size: 192836
SHA256: 7f3675b25212478281b06acdbaec2d14d5d6e3892f1cd01b1f4d1d56012cd8ba
SHA1: 4a4b7c964e9b7cbef3ed51c0e0c03337defa1563
MD5sum: 842e0741abb8e8a4bedd689a8cc42fa1
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.
Timestamp: 2022-06-30 20:18:52+00

Package: libpq5-dbgsym
Source: postgresql-15
Version: 15~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 310
Depends: libpq5 (= 15~beta2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpq5-dbgsym_15~beta2-1.pgdg+1_arm64.deb
Size: 274772
SHA256: 0719e895b73fa3fe6455d05c84595fc3df18930d99571d7aac0cab9c74b08b36
SHA1: 4666a638dc0046240da8d232a4a52b7df696dbcd
MD5sum: 8a321fe8b036996caa49f77418f4b34e
Description: debug symbols for libpq5
Build-Ids: cc8d60ae1ccb32083d813083ad38dc2b63acdea6
Timestamp: 2022-06-30 20:18:52+00

Package: postgresql-15
Version: 15~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60112
Depends: locales | locales-all, postgresql-client-15, postgresql-common (>= 241~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm13, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-15-jit-llvm (= 13), postgresql-contrib-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/database
Filename: pool/15/p/postgresql-15/postgresql-15_15~beta2-1.pgdg+1_arm64.deb
Size: 17942672
SHA256: 51e462d108b12d23a723421654672cf48be3707c87a1ecf84f11d6aa61fe95f1
SHA1: 2a7d08907800e18b4cc37282cb8c53fae535ee03
MD5sum: 26df128b35bcad4fabc0a9f505080b95
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 15.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202205191
Timestamp: 2022-06-30 20:18:52+00

Package: postgresql-15-dbgsym
Source: postgresql-15
Version: 15~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19063
Depends: postgresql-15 (= 15~beta2-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/postgresql-15-dbgsym_15~beta2-1.pgdg+1_arm64.deb
Size: 17243188
SHA256: 1ec8547d738d0331ccdd8f93135033b7dfd9194537cffc297bc895f8faa256f0
SHA1: df2368c94cbc2b6536443c62cd26d0c21df75c62
MD5sum: 0e76709520f28b306ec75756fd8e57df
Description: debug symbols for postgresql-15
Build-Ids: 015a1cfe2894821c64dd17421dd05469f39bb341 021c9abaafaa0dd09bb3b9fc5a322931d42860d9 02917bc065743d357f95bb43d46799229931cdaf 02b9a99253e700626d1e861e36ee70e758e6b947 0856f4817eb2379b605a97c90e0cae6e51824a7d 1022aca46e4c69d47ca7e05dd90a963e6916b62d 14e013315e923fa11808ffa358cb2eea6d3899f1 197fb82b2ad68cf38077285deb5446d80274fc47 2185895f03a9b4ab2b2d3ad14f253994028075e5 218774697b31794a5e7d3fa776323d6e20e1e154 26864f994dd15d1a0f34767ba5f994b88a5a9fd6 27005f0304b377c65834cfffb1b67903bb1fe8c1 28c3d1239be37070ab0401e8a53190872ae98542 29d1e1eaa9d463d17f3db8d7769cafaa5564c049 2e14601714a4ab2587b2a6b7e7c4a68552314205 330abc33dceb41ed8d4f7e82fdd9090d5a61bd6d 34e0ea0147e132f5e47bfaf0922cf46b5b4046d8 37704192c2f385f4163f2b261f62823119cabd17 39501c34f79407d9c3a5817a9cfd6040adc89757 39b30368d8c88e24b6a73c2ec493576f0c41c3fc 3c1d6e0f06b5dc0d5faafa1e25da9c2013c95e0d 3ca2480d799a1c54b0a8904f23ad8d65dd610b28 3f64df6dbf529378c764ec9024615d91c4bff473 3fcebb47633663ec57056f2e3a486b081e92b533 40cf4c32b60a93b1a54b4bcfce40c27a83ac8388 44873a07d28668f1f3a16e9996345e21bc776fac 460ffa5f2b2adb805bb0addfb22f4380524144d7 484df401c7ce0655ef4af8dac5f72b7730f8748f 488cc0322884b3525c3151cee981889f91458c13 4998080e948b3d52250663cdcce2ba13ccdc2158 5010e3310c1ae7dc4bf4cc410d0f5dc0e38ee2cc 543c547028ca41d033f17e7e31da45bf72b60e12 55cb49379928f6f09c10f8e5bd9cfb1b187b769a 561999de0579534aaca19d2ab6e9e3ee3a291b54 5699f070be921c0b1c2043fcf6e45a7b78428b0f 5960793efa346f5f9398e160412f29471b2ec680 5aac810cdeae210b536e1af8f700d6ef693e55c6 5d1d49377d9ea86ce23bfd0d89267ffee3ec55be 5d2f5dbcddb547db42532ac9a19bf5072e82d88e 5dfbe1ff1d3ece63a7b602b0588cddad25ce45d3 5ef2c9ce28809027df6ad3972550638d0c2b16ef 638239b2490e2eb2455df08517c1239fe5c9ccbd 6a36baff08a027ef8f8431c257440a20d8546c6e 6b49f046e427f36a26ef65206cc9da2e5fd945f6 6ba4097cdc277f83ba03783c124bc653de829ca2 6cde8d7ed0349fd534f1a9b2cfd85c9f0a8755f4 6e8e6208122ca1570bf864600dcbca703973471c 70dc8cc9d944a75dcd31058e5dc41275d794d24d 73ef1f900cfde8a523642e83a51ec8bc517a34b0 7b9bcc8dfa0d14afff6ffb138f52e80f31101213 7f6bd4ff0afd0a7d2f416abaf6f3356dd33955f0 843193c9ec5a54d0b316b008532ed52fb7f71b30 8611d09a27eda335c238ec6270285b9ad6445274 865e84e889ef2514a88ddd0ec7f155d4e7227857 89b17718559230499cb633bb03c9757da43a9bd5 97545a999a28a10286f3e244097ed5f3a573d0d9 97b4333e311599cc546315e82e79186d4c4fd58d 98674451fd9757991cd17503e6096afe27dc6ced 98b3a5958df82c10fa823043abf74a6e5652ef0e 9cf0dc69bdae11b883769e9c3234993fc9296403 9f6aec80a2ad59c42590ecd870f996057dcb8f4e a373d1ddcf286b192c0f52f43e41a536f3afc146 a3999fa3938267e3d865e366682e9c9c37f09f02 a97e0121cb6c7c1475f396263b5bcd70b682da15 b227bed03c734d8e5ede9ebbf3b6eb67df2d6a63 b2fafaa5169d0e02f24f1e39807b66c52a8796b8 b4c599fda52a98df3a9076eb3cf030ee73dc3ee8 b8435f8d259b56699bcdf43d02a5201c237ce192 b85af4c97c27186d591ee9d861f0e0d52e9dd96c b926768e51bb3563b739a863ed10d1f29b27eb51 bb0fc4f45ecab2c7439fc71d9ac7eb7dd1d3f034 bc2d4bffd05e7f835b3e69f2c8e759c79d0b46ac bc7dcc8aca6b277c7212c7b3c4ea2de181ab14d4 be2c64556c90dae297b0617dcf93cfcbd52509ca c1ab59b791d6b16aac867f7321d4212b5468cd25 c4582f55f2930f09dcc73283ab4c2e38c6faa781 c8cf565887f96a3b5d31d7661c2a5a51694d25b2 c95b41a02d486cbe9aeccd7059acdab7fbc1ce3b cf82cb1081d7e5bd83376805acbc40943eb67cb0 d2fcea042889fc69ff60e81e8b18e6499723632a d61deb4e07cd1c9becdf7ef2cb05514db446c855 db57c5270e51c855cc45ebd17c531cd8db5fcff2 de63bf1ac2e401c7e229eef52b39c0f983e9dd7a e244dac64fe905aeca14d969a2bb382600ddc968 e38a6d2afc09fae2549813eea298ec3035ca7a1f e3ebde985124d0fa59397c7bc558bc6fa5575fd8 e821ba96e6b9730b00c3c4e610a34d02e1f96db8 e9d022013a0aa608fda606634dccd03ff468bebe eac9a2d6b7265dcfccf35f030694ddb3a1764dd7 efddb4f5379578fd801accfd97521d1a4f3c66b0 f02334e5f180494e271642661b204e485f6b9c19 f41af9de9fc5a9569a8fb09c88d0ca957a73f7c2 f5058a69bc0b0cad53af0adcce1d52b2eb31ac7e f7f3c01630351ee0f8f5b8f721bdfddfe17b72e2 fb350af79e8e0d1457d6b7c702fb85218c6e839a fd36123c9727557627815fbff1750a8c47503d78
Postgresql-Catversion: 202205191
Timestamp: 2022-06-30 20:18:52+00

Package: postgresql-client-15
Source: postgresql-15
Version: 15~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9179
Depends: libpq5 (>= 15~beta2), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.33), liblz4-1 (>= 0.0~r127), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Suggests: postgresql-15, postgresql-doc-15
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/database
Filename: pool/15/p/postgresql-15/postgresql-client-15_15~beta2-1.pgdg+1_arm64.deb
Size: 1776956
SHA256: c659182c7cd74bd0e3e062d607c4e792b127e5422c8a3fb1ac2fcbedd4778642
SHA1: 589e1e7d4070e93ad28541daffad1824bb6d37b8
MD5sum: e77ba7ac9fbb1c2326a0cd80c647b007
Description: front-end programs for PostgreSQL 15
 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 15. If you install
 PostgreSQL 15 on a standalone machine, you need the server package
 postgresql-15, 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.
Timestamp: 2022-06-30 20:18:52+00

Package: postgresql-client-15-dbgsym
Source: postgresql-15
Version: 15~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2923
Depends: postgresql-client-15 (= 15~beta2-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/postgresql-client-15-dbgsym_15~beta2-1.pgdg+1_arm64.deb
Size: 2456348
SHA256: ce992d6f97d15b12314a7b6fee9cacc4533c7ee37b155ed111be6d1eeb2c9c7c
SHA1: 7f2e9b2169ca5edeb1f18e2f4bdf1674bce11ab8
MD5sum: 4e9110debcfca95a48dcfd81e85c7963
Description: debug symbols for postgresql-client-15
Build-Ids: 33b4d59545e2a51427077eabb68b4d16e50ff283 3eaf7ca1f6539820cbd9c20c2da71ae1286b7e92 68278a7c76e64aa85f670b34fdcb40c71cd1fd00 6ee6fcb1d91fc790c22660fec0f940aa8031aaa4 777adf08ca71529f9ebe0c29a17e99c533d8a587 79346db6d0947008ad8b36bfe0211070f0fc1595 84fe5bf61ab2cfa137165a0a9de0a7cf2f631032 869f7c423fbb00864a06cd89c0a1f785498efd25 872ce3b1bc4bc07353708db87d30a3ad0660fef6 8b7506780a752b35e54fbb2ae9b1bd9b1123093e 9a26031a27a36c15942af87acde35e000564464c 9c1f4fd1b4b41ad7b05759941e7d32c4fe1c0d22 a124ca3e1f70454895662ee6d3fa53b589165e7f a87eebccb7093296b3a0ff3ff64e8fd112901935 b0fa69bfc3fcb6be5855f09fb4b0c307ad046f7b b595e2a1a1a7f5c1cbfe81bf4f063cb851c4fdef bdf21e559637c22460dac755f6d3c2dc01d37e51 c4da6f17af811ce030d05c42eee1b4fec7983139 c65a5cd5bbb598983db47c0045fefa931e49aa75 cf5b12d4ee5ef9254e18ac029424c023cae908ff e46d3d6215946e548b5f303a187c0a5c44bfa607
Timestamp: 2022-06-30 20:18:52+00

Package: postgresql-doc-15
Source: postgresql-15
Version: 15~beta2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15866
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/doc
Filename: pool/15/p/postgresql-15/postgresql-doc-15_15~beta2-1.pgdg+1_all.deb
Size: 1996120
SHA256: 6b2b919aea803c2b595aa7c98b8516ec70714187844ca45309f945947c28f26d
SHA1: abf44f399aed12545f3d99d9020c806fbd243e9f
MD5sum: fc720dc2de739f5df7191252d63efacc
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 15. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-06-30 20:18:52+00

Package: postgresql-plperl-15
Source: postgresql-15
Version: 15~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 564
Depends: perl, postgresql-15 (= 15~beta2-1.pgdg+1), libc6 (>= 2.17), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/database
Filename: pool/15/p/postgresql-15/postgresql-plperl-15_15~beta2-1.pgdg+1_arm64.deb
Size: 81220
SHA256: 614a8d7fd5aa8b7a1b96951b8abaf18bf131856c79bb46dffdf2548cb0ec322a
SHA1: fd95c3ca958480355ccb4cafef8437a75507ddca
MD5sum: f2fb02a1fd06f0eb1016933e032def6a
Description: PL/Perl procedural language for PostgreSQL 15
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Perl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-06-30 20:18:52+00

Package: postgresql-plperl-15-dbgsym
Source: postgresql-15
Version: 15~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 225
Depends: postgresql-plperl-15 (= 15~beta2-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/postgresql-plperl-15-dbgsym_15~beta2-1.pgdg+1_arm64.deb
Size: 179916
SHA256: 83d6bb85a69c1faeaaf2e0585aa8769ee5a037e80217d76ede8b2c2bc4f03ff2
SHA1: bf0d3e69b8288b6b0b5a1c47f36679d659ce77ae
MD5sum: b144d9321f2a9aa2821d9f428e4c1972
Description: debug symbols for postgresql-plperl-15
Build-Ids: 0ad562627e451bb128ab9a4074e299461761e0c2 64faa424d6140d24e1094a725faf03ae0cfd199e d9bd2a7c9a3f511511624b6c702d39a12f02be61 dce0452248529c6d1933ee86bc6feecd5ad687f5
Timestamp: 2022-06-30 20:18:52+00

Package: postgresql-plpython3-15
Source: postgresql-15
Version: 15~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 649
Depends: postgresql-15 (= 15~beta2-1.pgdg+1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/database
Filename: pool/15/p/postgresql-15/postgresql-plpython3-15_15~beta2-1.pgdg+1_arm64.deb
Size: 102040
SHA256: a49de9bcdf74a4f53e34eec9dd31eeb6a7ebca08ecf2f6a14634ba727115b756
SHA1: d5fda43cf483f097356fd3860ae21d8ea3fb100d
MD5sum: fb32e78dd151c029c8b6c5fb893b76f1
Description: PL/Python 3 procedural language for PostgreSQL 15
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Python 3.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-06-30 20:18:52+00

Package: postgresql-plpython3-15-dbgsym
Source: postgresql-15
Version: 15~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 229
Depends: postgresql-plpython3-15 (= 15~beta2-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/postgresql-plpython3-15-dbgsym_15~beta2-1.pgdg+1_arm64.deb
Size: 178508
SHA256: 2e28ec676b0d9d0910a7399581e54579d0cffeac3053069acf4c9636fe761fe8
SHA1: 060f29f10f2775c83c5103bfd2bda6d7a87b02f1
MD5sum: 623eb1bdac91096927b46d16aaff7478
Description: debug symbols for postgresql-plpython3-15
Build-Ids: 029de21353c19381fb73efd3d884da4e0ddcc614 096c36a8c82c5d1f4b9a11278e2e4230deb7b7ab 676ddcc1b70eea6c5b5a0990cf371b43cd0097f9 91414dc6f834c66f8e8818373f216f60cfb3c621
Timestamp: 2022-06-30 20:18:52+00

Package: postgresql-pltcl-15
Source: postgresql-15
Version: 15~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 191
Depends: postgresql-15 (= 15~beta2-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/database
Filename: pool/15/p/postgresql-15/postgresql-pltcl-15_15~beta2-1.pgdg+1_arm64.deb
Size: 35356
SHA256: 8b3f1694e79537f6f49b488e7a7c8500520516ec51a75917daa2836bd21e0d0c
SHA1: b1c63cacc87b4e05ef68131d2b42f97a7746f126
MD5sum: 7555d6481628eb0123556adec7154a8e
Description: PL/Tcl procedural language for PostgreSQL 15
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Tcl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-06-30 20:18:52+00

Package: postgresql-pltcl-15-dbgsym
Source: postgresql-15
Version: 15~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: postgresql-pltcl-15 (= 15~beta2-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/postgresql-pltcl-15-dbgsym_15~beta2-1.pgdg+1_arm64.deb
Size: 81428
SHA256: 4d712555db35a6e067e4d4e0d57ec653731bd13119941db81624ccf99bc3e509
SHA1: 56b8670d15ddc49aec6a7fbf6e1d06e5fc665f95
MD5sum: 8661a404c9b849e1d6620938c43a4577
Description: debug symbols for postgresql-pltcl-15
Build-Ids: 5ed30c1699e3594ea82e6aa49f4a45043f0e5ffe
Timestamp: 2022-06-30 20:18:52+00

Package: postgresql-server-dev-15
Source: postgresql-15
Version: 15~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6844
Depends: clang-13, libpq-dev (>= 15~~), llvm-13-dev, postgresql-client-15, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/postgresql-server-dev-15_15~beta2-1.pgdg+1_arm64.deb
Size: 1140588
SHA256: a76029677c992b18e4c2ebbf4518f43e95851a917b822c982759d0cc312060fe
SHA1: 790ae05957e29e02c1347cf1cf4e2a4ce5555c58
MD5sum: a89306819e6f5c92c16bd82da5a84ec9
Description: development files for PostgreSQL 15 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.
Timestamp: 2022-06-30 20:18:52+00

Package: elephant-shed
Version: 1.3.7.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 9
Depends: elephant-shed-cockpit, elephant-shed-grafana, elephant-shed-omnidb, elephant-shed-pgbackrest, elephant-shed-pgbadger, elephant-shed-portal, elephant-shed-postgresql, elephant-shed-powa, elephant-shed-prometheus, elephant-shed-prometheus-node-exporter, elephant-shed-prometheus-sql-exporter, elephant-shed-shellinabox, elephant-shed-tmate
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed_1.3.7.pgdg+1_all.deb
Size: 3644
SHA256: 6b44b85e7b0863944b41f3b41b7c6df237f9906aaec698683d6b5bbcd431846e
SHA1: efabd989fc76f2763683ede7db3474d7bf4fee52
MD5sum: a1736ee82784673a3395efe8c4952583
Description: PostgreSQL dashboard
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This meta package depends on all Elephant Shed components.
Timestamp: 2022-07-01 16:17:09+00

Package: elephant-shed-cockpit
Source: elephant-shed
Version: 1.3.7.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 18
Depends: cockpit
Recommends: cockpit-packagekit
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-cockpit_1.3.7.pgdg+1_all.deb
Size: 4092
SHA256: ba1e682d0042f196b5633b4b0d0c3c0dc78b2e4d2c1dac8f5d3d1c74488b3b91
SHA1: 1e823545e4129724d92a685eebffce5e153e32e3
MD5sum: 8f813cacf76c1d16bc321604498ef3eb
Description: PostgreSQL dashboard -- cockpit integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with cockpit.
Timestamp: 2022-07-01 16:17:09+00

Package: elephant-shed-grafana
Source: elephant-shed
Version: 1.3.7.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 164
Depends: curl, grafana (>> 5)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-grafana_1.3.7.pgdg+1_all.deb
Size: 16324
SHA256: dc0611840b22b8e0deb1d1429a25abe189fdb44894af007a1c997df8687f6569
SHA1: 380e902943b180c96c320e902065f315ce123783
MD5sum: 3ed4d283b4e89f9ddee24c25d7cbe27c
Description: PostgreSQL dashboard -- Grafana integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with Grafana.
Timestamp: 2022-07-01 16:17:09+00

Package: elephant-shed-omnidb
Source: elephant-shed
Version: 1.3.7.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 13
Depends: omnidb-server
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-omnidb_1.3.7.pgdg+1_all.deb
Size: 4024
SHA256: cae0a73c1bfce1c41783355b910badf15fb46c839a61dcdd31361dd277509450
SHA1: 448c54bc5e54903cd98a4eb4aa979b0bc8263827
MD5sum: 6cdd2369dfd5fef3457c3be4f2149903
Description: PostgreSQL dashboard -- OmniDB integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This meta package provides the integration with OmniDB.
Timestamp: 2022-07-01 16:17:09+00

Package: elephant-shed-pgbackrest
Source: elephant-shed
Version: 1.3.7.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 23
Depends: pgbackrest, postgresql-common
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-pgbackrest_1.3.7.pgdg+1_all.deb
Size: 5972
SHA256: 816af6a5b2b465923ec19cafbefd9f987fa9e4929d3bf1fe45e1a3cab4bacf59
SHA1: 43d05d7e953a4a097c4e9a4af0fd56caa3b7cdfb
MD5sum: 27ffbb7dbc41e69be6bd06af8837f05f
Description: PostgreSQL dashboard -- pgBackRest integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with pgBackRest.
Timestamp: 2022-07-01 16:17:09+00

Package: elephant-shed-pgbadger
Source: elephant-shed
Version: 1.3.7.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 26
Depends: pgbadger (>> 9), postgresql-common
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-pgbadger_1.3.7.pgdg+1_all.deb
Size: 5580
SHA256: c75d2b68675b12b8c1e8882e906f638f626614fad59c23cbf5eaa3204fcb3ddb
SHA1: 3a7e70d4b56e277e05c5ff95a016cde9a00c91b9
MD5sum: 892bad1c877b63bac36938aa4f9f05c1
Description: PostgreSQL dashboard -- pgBadger integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with pgBadger.
Timestamp: 2022-07-01 16:17:09+00

Package: elephant-shed-portal
Source: elephant-shed
Version: 1.3.7.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 8334
Depends: adduser, apache2, libapache2-mod-authnz-external, libapache2-mod-authz-unixgroup, libapache2-mod-wsgi-py3, libtemplate-perl, libcgi-pm-perl, pwauth
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-portal_1.3.7.pgdg+1_all.deb
Size: 4252180
SHA256: a711be1590b74b3a47b8eb58b592049a60bb09a126c57280e63f378b23e96a98
SHA1: a8c7de0d818f2ed145ea54fadc8de71926ad6dad
MD5sum: f2ba592e4bcca23706a4dea3532085c9
Description: PostgreSQL dashboard -- web interface
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the web interface.
Timestamp: 2022-07-01 16:17:09+00

Package: elephant-shed-postgresql
Source: elephant-shed
Version: 1.3.7.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 23
Depends: adduser, postgresql-common (>> 183~)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-postgresql_1.3.7.pgdg+1_all.deb
Size: 5892
SHA256: ea1690200414f284e8b14bc33a0257e55b27ba2359ffb6dfce2452a67f0274f2
SHA1: 8114898d409e8763bbb96ef2f415a8eab0e48a59
MD5sum: 7b443f4b24587440071d5372314d9b47
Description: PostgreSQL dashboard -- PostgreSQL integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with PostgreSQL.
Timestamp: 2022-07-01 16:17:09+00

Package: elephant-shed-powa
Source: elephant-shed
Version: 1.3.7.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 13
Depends: powa-web, postgresql-common
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-powa_1.3.7.pgdg+1_all.deb
Size: 4540
SHA256: 5fe449a12cdda33afe5fd4b850504dafbb8bb40c2b630ba32633e34c0856b0cb
SHA1: 89e5c6d876ff50152365528359e1c0c724a62298
MD5sum: e91fac72c0c8c0152168d9a48ec0ea23
Description: PostgreSQL dashboard -- PoWA integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with PoWA.
Timestamp: 2022-07-01 16:17:09+00

Package: elephant-shed-prometheus
Source: elephant-shed
Version: 1.3.7.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 23
Depends: prometheus (>= 2.0)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-prometheus_1.3.7.pgdg+1_all.deb
Size: 5568
SHA256: 8a0b5d99b5f6281e7a2a01f0cbe4c0ef7537d1037af2b1d6493985f1cc9c6940
SHA1: 406b29b7023458586eb701459ff4749a7f5de210
MD5sum: 29f4e5ad50fe5e6a1f804ceb75ca3a94
Description: PostgreSQL dashboard -- Prometheus integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with Prometheus.
Timestamp: 2022-07-01 16:17:09+00

Package: elephant-shed-prometheus-node-exporter
Source: elephant-shed
Version: 1.3.7.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 28
Depends: prometheus-node-exporter (>= 0.16.0)
Breaks: elephant-shed-prometheus (<< 1.1)
Replaces: elephant-shed-prometheus (<< 1.1)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-prometheus-node-exporter_1.3.7.pgdg+1_all.deb
Size: 6700
SHA256: 1cd01f200e9990014b04eb53073a3f2991a06ffcf0b02282e196b4d9db48c692
SHA1: bacd82874677d3cc9b77404ef3457d854f06204e
MD5sum: 0b56158f420271665789ceb430b05bd8
Description: PostgreSQL dashboard -- Node exporter integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with the Prometheus node
 exporter.
Timestamp: 2022-07-01 16:17:09+00

Package: elephant-shed-prometheus-sql-exporter
Source: elephant-shed
Version: 1.3.7.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 56
Depends: libyaml-perl, postgresql-common, prometheus-sql-exporter
Breaks: elephant-shed-prometheus (<< 1.1)
Replaces: elephant-shed-prometheus (<< 1.1)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-prometheus-sql-exporter_1.3.7.pgdg+1_all.deb
Size: 10172
SHA256: e38144e1c282128d784274b66cb521f5a5b901a072c4cf3cca2200ed3296b4fd
SHA1: ef49802f68ecf7dafc142ac8c167672bce395d9b
MD5sum: 664b64967a9b0725078186dfcde3ea7a
Description: PostgreSQL dashboard -- SQL exporter integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with the Prometheus SQL
 exporter.
Timestamp: 2022-07-01 16:17:09+00

Package: elephant-shed-shellinabox
Source: elephant-shed
Version: 1.3.7.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 10
Depends: shellinabox
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-shellinabox_1.3.7.pgdg+1_all.deb
Size: 3772
SHA256: ae9eb3d42073a27ff2f941e18b022aa5ad42ac5cf9bf3161b67eeaf1f57ea2b4
SHA1: 429bd2c5a811029548058fb30eb3539475f1fa3e
MD5sum: 659d2ecd03ac0467aa5ce807bdadc65f
Description: PostgreSQL dashboard -- shellinabox integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This meta package provides the integration with shellinabox.
Timestamp: 2022-07-01 16:17:09+00

Package: elephant-shed-tmate
Source: elephant-shed
Version: 1.3.7.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 19
Depends: tmate (>= 2.4)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-tmate_1.3.7.pgdg+1_all.deb
Size: 4544
SHA256: ab255c021a52f1da7e4eaa83fc2f2b561c531a0c2d6a06074be7190fb643d4ad
SHA1: 94e4c1d57aeb7b2a9f7a473fcc38ff2e10b56bf4
MD5sum: 66f10ff64e98394c63be071075f797f1
Description: PostgreSQL dashboard -- tmate integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with tmate.
Timestamp: 2022-07-01 16:17:09+00

Package: libpg-query1302.1
Source: libpg-query
Version: 13-2.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2613
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: https://github.com/pganalyze/libpg_query
Priority: optional
Section: libs
Filename: pool/main/libp/libpg-query/libpg-query1302.1_13-2.1.2-1.pgdg+1_arm64.deb
Size: 479752
SHA256: 235ab36e5b2b6b3113dfa8e04d5b35dc4b37f5e19da5af67704d5ab38f86ae38
SHA1: 9f692a844d6927c3c2ce4429e5bbb2a394210a27
MD5sum: 8ceeb4dd245b575f07cf27aead2f7e38
Description: C library for accessing the PostgreSQL parser outside of the server environment
 This library uses the actual PostgreSQL server source to parse SQL queries and
 return the internal PostgreSQL parse tree.
Timestamp: 2022-07-01 16:17:09+00

Package: libpg-query1302.1-dbgsym
Source: libpg-query
Version: 13-2.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2063
Depends: libpg-query1302.1 (= 13-2.1.2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libp/libpg-query/libpg-query1302.1-dbgsym_13-2.1.2-1.pgdg+1_arm64.deb
Size: 1824452
SHA256: 0a82a18fb0b3f1bd2fe366b452a34f2964233a1ed6f8c434e2c752f75f7c8b28
SHA1: 5946e7a62faddc5ce24d7ca664c77a8147356d82
MD5sum: 73c3b669a8a82cf2b4b795370beb1d5f
Description: debug symbols for libpg-query1302.1
Build-Ids: 8a7219084701f89831c1fcbab77d32a83e22a3e1
Timestamp: 2022-07-01 16:17:09+00

Package: libpg-query-dev
Source: libpg-query
Version: 13-2.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4802
Depends: libpg-query1302.1 (= 13-2.1.2-1.pgdg+1)
Homepage: https://github.com/pganalyze/libpg_query
Priority: optional
Section: libdevel
Filename: pool/main/libp/libpg-query/libpg-query-dev_13-2.1.2-1.pgdg+1_arm64.deb
Size: 572204
SHA256: fc9f4b969c8a573ff6e999138da6691a826b10b812c0c539ae02fe459c51bd5d
SHA1: c5f00496a616c02634ba2c8c6677834353f75067
MD5sum: f1c7ccb9db2e84373aaafb809f413bbf
Description: C library for accessing the PostgreSQL parser outside of the server environment
 This library uses the actual PostgreSQL server source to parse SQL queries and
 return the internal PostgreSQL parse tree.
Timestamp: 2022-07-01 16:17:09+00

Package: postgis
Version: 3.2.1+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1534
Depends: libc6 (>= 2.29), libgdal31 (>= 2.0.1), libgeos-c1v5 (>= 3.10.0), libpq5, libproj25 (>= 4.9.0)
Recommends: postgresql-postgis, postgis-doc
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.2.1+dfsg-1.pgdg+2_arm64.deb
Size: 310788
SHA256: ca3f761425e7a8dc1bb79cc9447b585a9c4c916663ead649711dbfe40913b745
SHA1: c735f7f5fb2abe901c38b94b1afdb67597d253e8
MD5sum: 915b1aa4032ec06f36682cfe61e08dd8
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2022-07-03 08:27:41+00

Package: postgis-dbgsym
Source: postgis
Version: 3.2.1+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1791
Depends: postgis (= 3.2.1+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.2.1+dfsg-1.pgdg+2_arm64.deb
Size: 1664868
SHA256: 7c9a609ee20ddccb4c8cbcd0b3a9f47fc2b442c76a182242552e96f55b6a07a9
SHA1: ba9e6f7cc698b8e8c16aebf4454d92c711dd33d2
MD5sum: 357bdfad920f2b3e3e84b45904202c94
Description: debug symbols for postgis
Build-Ids: 69241303979b03d958a902aeb6ee487ddd30ca1b 7d14c8e7824f6f002557325023df8adc1f82fb52 b223acfe2579b52106b10beff8d5babd5d17ae82
Timestamp: 2022-07-03 08:27:41+00

Package: postgis-doc
Source: postgis
Version: 3.2.1+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6135
Suggests: postgis
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: doc
Filename: pool/main/p/postgis/postgis-doc_3.2.1+dfsg-1.pgdg+2_all.deb
Size: 2953956
SHA256: d9aa26428956496650b396edd10879133fc258f5bc647c17d4d5c49ffeed68c2
SHA1: 780af7c0ffcea61eb6d5aa33c28a169d8129bc89
MD5sum: 54ec7aa9b5fbbf0e20ef1aabdd8e43ab
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.
Timestamp: 2022-07-03 08:27:41+00

Package: postgresql-10-ogr-fdw
Source: pgsql-ogr-fdw (1.1.1-1.pgdg+1)
Version: 1.1.1-1.pgdg+1+b3
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 159
Depends: postgresql-10, libc6 (>= 2.17), libgdal31 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-10-ogr-fdw_1.1.1-1.pgdg+1+b3_arm64.deb
Size: 32980
SHA256: cdd94a351489cb494a61793194e798baa2351f042a59d75722ed8db2d8a089e2
SHA1: f6e546e47fa3d8fe9f48a5779785a463d393d997
MD5sum: 589e23014e20a592466930069bab7544
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2022-07-03 08:27:41+00

Package: postgresql-10-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw (1.1.1-1.pgdg+1)
Version: 1.1.1-1.pgdg+1+b3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 171
Depends: postgresql-10-ogr-fdw (= 1.1.1-1.pgdg+1+b3)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-10-ogr-fdw-dbgsym_1.1.1-1.pgdg+1+b3_arm64.deb
Size: 142060
SHA256: aa4bb0e60c9883bad8f40ff16f3247f6a026d4289c1a7da41359c0b9aaa077d7
SHA1: cf539cf780eee8cfd6caeea1b60c6a725444cb4d
MD5sum: 0f64ac16f2c7843153dd5ecd6b38a2ee
Description: debug symbols for postgresql-10-ogr-fdw
Build-Ids: 1a75cf20abdf187307fb721586ca8c5c56e02713 88381dc713f590ee0c554dd36bcf4a60449df29a
Timestamp: 2022-07-03 08:27:41+00

Package: postgresql-10-postgis-3
Source: postgis
Version: 3.2.1+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3574
Depends: postgresql-10, postgresql-10-postgis-3-scripts, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal31 (>= 2.3.0), libgeos-c1v5 (>= 3.10.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-10-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-10-postgis-3_3.2.1+dfsg-1.pgdg+2_arm64.deb
Size: 841584
SHA256: 4df4a58a4a6f08249616b8b63cc866cc351a4ce0183fae534ee3cf5c66f470e0
SHA1: c225a126fe67c619bc62c96bf188ac9aa78c55e4
MD5sum: 0c8f3cc41941c62dfa003d472ff50023
Description: Geographic objects support for PostgreSQL 10
 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".
Timestamp: 2022-07-03 08:27:41+00

Package: postgresql-10-postgis-3-dbgsym
Source: postgis
Version: 3.2.1+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4884
Depends: postgresql-10-postgis-3 (= 3.2.1+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-10-postgis-3-dbgsym_3.2.1+dfsg-1.pgdg+2_arm64.deb
Size: 4584356
SHA256: cb8cbc23c0bd2832d90a8df45f632450960732b68e5e46575cab3927445c6581
SHA1: ef01c3c094df4c4a8bbe820ec6b997b87deec82b
MD5sum: f9c662d240fe2c9dd408f0ffe203567a
Description: debug symbols for postgresql-10-postgis-3
Build-Ids: 3cc062f8f21a9c22ca7cfa021f23434e7d682489 67437efb81fa2a2c19de4b327eaa2bfca0707b86 75296f63f50dc27d62458e93d47dc2648003488f 7a165e278347165beef90198f92d5626b4ab293e 924ae4ddc75cabed1b9adc3a3584244a7a27214d
Timestamp: 2022-07-03 08:27:41+00

Package: postgresql-10-postgis-3-scripts
Source: postgis
Version: 3.2.1+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 27266
Depends: perl:any
Recommends: postgresql-10-postgis-3
Replaces: postgresql-10-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-10-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-10-postgis-3-scripts_3.2.1+dfsg-1.pgdg+2_all.deb
Size: 1114600
SHA256: e8c5b86d99fa45abc455a8838b3c209de1c3532e0546c51874bc30bafc1f89c8
SHA1: 6913af8561a15fca02ababe1bcfd4e368c552f78
MD5sum: 71445ff05240be15ea7abccd406b14c6
Description: Geographic objects support for PostgreSQL 10 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 10 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2022-07-03 08:27:41+00

Package: postgresql-11-ogr-fdw
Source: pgsql-ogr-fdw (1.1.1-1.pgdg+1)
Version: 1.1.1-1.pgdg+1+b3
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 346
Depends: postgresql-11, libc6 (>= 2.17), libgdal31 (>= 2.2.0), postgresql-11-jit-llvm (>= 13)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw_1.1.1-1.pgdg+1+b3_arm64.deb
Size: 99032
SHA256: 9629e9d7b1f60b8d5686e4a486e66664d47c2e38c768955788902dcd984c4e2a
SHA1: 6abed629a8de63da8fdcd5158cdd72318efc6201
MD5sum: 0e52f0dc44d9919719b68190ddd0b720
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2022-07-03 08:27:41+00

Package: postgresql-11-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw (1.1.1-1.pgdg+1)
Version: 1.1.1-1.pgdg+1+b3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 173
Depends: postgresql-11-ogr-fdw (= 1.1.1-1.pgdg+1+b3)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw-dbgsym_1.1.1-1.pgdg+1+b3_arm64.deb
Size: 143960
SHA256: af0f72a78a32edfc62ae3d2128bd5e3a4ea786035d74538a0e0968593073a15e
SHA1: a31249c5f710a2d85c7ff9da6b2cb209a601888f
MD5sum: 61d6e6ac801c9eb7fcd2776d78e518f5
Description: debug symbols for postgresql-11-ogr-fdw
Build-Ids: 0f05559c9278a9171123416243bbed37b5b438a1 907f8909711185c816c823933566948602a0fe2b
Timestamp: 2022-07-03 08:27:41+00

Package: postgresql-11-postgis-3
Source: postgis
Version: 3.2.1+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10094
Depends: postgresql-11, postgresql-11-postgis-3-scripts, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal31 (>= 2.3.0), libgeos-c1v5 (>= 3.10.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-11-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3_3.2.1+dfsg-1.pgdg+2_arm64.deb
Size: 3330656
SHA256: 0ead16c08786de21db402153d91a23aa46f4581096e29828e8811a31632295ab
SHA1: a80b354ec5a0929a2c062044b3d7bdcca9ca2fb4
MD5sum: bc868b602deae97cfc39e90ac7547983
Description: Geographic objects support for PostgreSQL 11
 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".
Timestamp: 2022-07-03 08:27:41+00

Package: postgresql-11-postgis-3-dbgsym
Source: postgis
Version: 3.2.1+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4898
Depends: postgresql-11-postgis-3 (= 3.2.1+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-11-postgis-3-dbgsym_3.2.1+dfsg-1.pgdg+2_arm64.deb
Size: 4593628
SHA256: 06b7576ef3d8ce2b3e89de48114b3c6d4cf249a8a6bd2c13794f73347cec10f5
SHA1: 2ce039a8018696aaa796629a17385e534e514900
MD5sum: b97880ad6c7d9efc664b010daba24b8d
Description: debug symbols for postgresql-11-postgis-3
Build-Ids: 4fd97fe5ca0c75a86b9e028b96e5f3a5bc249b48 6bc31157e69abf1588b376bdc19f5a5b3517c226 bff186d48d1b64f6646fbe6b5be9b7c509368a33 c541038b0a0ca9e52fc0fc4b0fbef78e87cd114e c5c549428fac7d8fdcbcb6d0da46ccb6c3f228e2
Timestamp: 2022-07-03 08:27:41+00

Package: postgresql-11-postgis-3-scripts
Source: postgis
Version: 3.2.1+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 27349
Depends: perl:any
Recommends: postgresql-11-postgis-3
Replaces: postgresql-11-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-11-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3-scripts_3.2.1+dfsg-1.pgdg+2_all.deb
Size: 1112732
SHA256: 5dc5a76cc2df6ea119601e56f45fef0c230e907109036ed8758a2be7c12bc0c2
SHA1: d116b2e8a04c070ce44cda3284eb02a524b63db8
MD5sum: b25b82a7ff713f791e8d16d08e8f950a
Description: Geographic objects support for PostgreSQL 11 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 11 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2022-07-03 08:27:41+00

Package: postgresql-12-ogr-fdw
Source: pgsql-ogr-fdw (1.1.1-1.pgdg+1)
Version: 1.1.1-1.pgdg+1+b3
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 284
Depends: postgresql-12, libc6 (>= 2.17), libgdal31 (>= 2.2.0), postgresql-12-jit-llvm (>= 13)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw_1.1.1-1.pgdg+1+b3_arm64.deb
Size: 100520
SHA256: c960694f9eee91e54102bf080041edbc74fd2346afbe65824ab6993d96f419c0
SHA1: 52c9801918545ee25d652c7cc04a16ce5411b7a3
MD5sum: 03aa15fa9411cdba4637c09ca3e83eac
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2022-07-03 08:27:41+00

Package: postgresql-12-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw (1.1.1-1.pgdg+1)
Version: 1.1.1-1.pgdg+1+b3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 180
Depends: postgresql-12-ogr-fdw (= 1.1.1-1.pgdg+1+b3)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw-dbgsym_1.1.1-1.pgdg+1+b3_arm64.deb
Size: 151260
SHA256: 2b16fad8874704fee7a15d9f178c6229f6d12bd5f4fd8c30189bd4894ac98241
SHA1: 0302c46487810f8a4610f7bb9b4564699f43a4f7
MD5sum: 94ffa41f7689ee1b9f97dc063a9bd58f
Description: debug symbols for postgresql-12-ogr-fdw
Build-Ids: 12e4ae6cf1f16d8a86e0bfd39c9b06a809cf24f6 9f765be9ca9b37255226a6b74a3e534e89116578
Timestamp: 2022-07-03 08:27:41+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.2.1+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10234
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal31 (>= 2.3.0), libgeos-c1v5 (>= 3.10.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-12-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.2.1+dfsg-1.pgdg+2_arm64.deb
Size: 3395648
SHA256: bf1df6fdf0d069ca604c14ad22a7e6cebf3df23504bbf109da3eed0204df3b15
SHA1: 35fa35cedb7d7fe481b71de5356e9a2db0cdeef7
MD5sum: 1967ecbce1862edb60c48701cf93e9ca
Description: Geographic objects support for PostgreSQL 12
 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".
Timestamp: 2022-07-03 08:27:41+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis
Version: 3.2.1+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4919
Depends: postgresql-12-postgis-3 (= 3.2.1+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.2.1+dfsg-1.pgdg+2_arm64.deb
Size: 4615288
SHA256: 5e34a36fd03a7d8d3a68b25bd05e4e7e44c2ba4d8e773e5764cd3d213859943f
SHA1: a293e7e24bf082a863849ceb9913b49abd15f3cc
MD5sum: ac4fcedd5a27aa7d527814a78772042d
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 2ca7a7f7bfbdb2a5a7cdbde514fa7f4d9e751b59 328e8f4ee1c45fad64a44bf39d7f778914abb070 36de52ccd18c99f387ec3e81163c0e050ff345b2 acd31f8ba6f02e3d4d57a515c0912b646a63aa1a f6add27f93bdadecab73f4929eb5816852c93ffb
Timestamp: 2022-07-03 08:27:41+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.2.1+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 27359
Depends: perl:any
Recommends: postgresql-12-postgis-3
Replaces: postgresql-12-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-12-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.2.1+dfsg-1.pgdg+2_all.deb
Size: 1111868
SHA256: 9a117e4c63c13c9a660e4ba0c07aac47a8c49c2018fa4baafab6a6a4fa2edf94
SHA1: d5d2143e1c92fbe175b0bffa79e4753f2bda983f
MD5sum: c8c7c27feda13d076a2792ef20a68a2c
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2022-07-03 08:27:41+00

Package: postgresql-13-ogr-fdw
Source: pgsql-ogr-fdw (1.1.1-1.pgdg+1)
Version: 1.1.1-1.pgdg+1+b3
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 286
Depends: postgresql-13, libc6 (>= 2.17), libgdal31 (>= 2.2.0), postgresql-13-jit-llvm (>= 13)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw_1.1.1-1.pgdg+1+b3_arm64.deb
Size: 102468
SHA256: 197e786a804a0c6ca9058cceebc0af013244ce5ce7cef4174763975651912e4b
SHA1: 3cc0cc28b6ff38ebb4f05bb7a99712aa21748f0f
MD5sum: 3628d8c10171e6b8f4723a818219bc1e
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2022-07-03 08:27:41+00

Package: postgresql-13-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw (1.1.1-1.pgdg+1)
Version: 1.1.1-1.pgdg+1+b3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 184
Depends: postgresql-13-ogr-fdw (= 1.1.1-1.pgdg+1+b3)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw-dbgsym_1.1.1-1.pgdg+1+b3_arm64.deb
Size: 155524
SHA256: bc613a9088bef4c68b4025e774513baf02413b08b654f82a3244a85816e62b5a
SHA1: 99952ce401ad9c032d6ed6bc3bef1ffcf4754736
MD5sum: 560ab1a42da15dad85b02355ad6a9b77
Description: debug symbols for postgresql-13-ogr-fdw
Build-Ids: e74b265f3e33bfbfc560f756beb6551c6ae33aa4 e8d8a559e2d87e7abd30bcd23f5ea9129624e23e
Timestamp: 2022-07-03 08:27:41+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.2.1+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10357
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal31 (>= 2.3.0), libgeos-c1v5 (>= 3.10.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-13-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.2.1+dfsg-1.pgdg+2_arm64.deb
Size: 3411500
SHA256: 03e9b698abbd4097c97258d4d1174c0027d6903c79fb3c35fb7eff52898f6116
SHA1: 8cf1357ab37da9159c473e36a20f49e3cf776f1f
MD5sum: 46b883abbf6a4691fddfdefe6b37d621
Description: Geographic objects support for PostgreSQL 13
 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".
Timestamp: 2022-07-03 08:27:41+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis
Version: 3.2.1+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4941
Depends: postgresql-13-postgis-3 (= 3.2.1+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.2.1+dfsg-1.pgdg+2_arm64.deb
Size: 4639480
SHA256: 095010581a9466f2cc9802b5ad96f82c0abaeee29412c7c5b5baca2532b17c14
SHA1: 7eba3d10d442aadd008a06e7deb38706e755cef0
MD5sum: a41589ae627660330b1af46e43b9cb5f
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 017836cf8b05bce2de0055920f0bd073a140d4a1 30a1cc8bb5a57dbf6f09bc9477a229f055f6d59d 5a0956400715d6c2a786779a329e1f685d10a576 5b4207224ff113831c2affa9876366bb56324879 eff893628e10dd6ba0b61f20d329498b497b8c80
Timestamp: 2022-07-03 08:27:41+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.2.1+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 27359
Depends: perl:any
Recommends: postgresql-13-postgis-3
Replaces: postgresql-13-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-13-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.2.1+dfsg-1.pgdg+2_all.deb
Size: 1111876
SHA256: 5271f2d078a692ef3af9fc55118e8ffdbe90f7413912192c5d875773ad7e0d2c
SHA1: 1d81b7b741772fb279d5be3a47876e6f3df2f0b4
MD5sum: 71612a7932d9abff0a81fb34aa8049e1
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2022-07-03 08:27:41+00

Package: postgresql-14-ogr-fdw
Source: pgsql-ogr-fdw (1.1.1-1.pgdg+1)
Version: 1.1.1-1.pgdg+1+b3
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 288
Depends: postgresql-14, libc6 (>= 2.17), libgdal31 (>= 2.2.0), postgresql-14-jit-llvm (>= 13)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw_1.1.1-1.pgdg+1+b3_arm64.deb
Size: 103432
SHA256: 23f7d5843e199c9216c333c11893ac41caf432be05d3f534b987a6941c66f0c8
SHA1: d9cfc2828d37eab339df8503ffcfb1c7430142ef
MD5sum: 8e0e35a2657eb22bd0701c3c1bea1867
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2022-07-03 08:27:41+00

Package: postgresql-14-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw (1.1.1-1.pgdg+1)
Version: 1.1.1-1.pgdg+1+b3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 187
Depends: postgresql-14-ogr-fdw (= 1.1.1-1.pgdg+1+b3)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw-dbgsym_1.1.1-1.pgdg+1+b3_arm64.deb
Size: 158588
SHA256: 4d2f51353c79f91fedea86ea0bf1a5551c7bb154beb8e46c3e759a968fc64251
SHA1: e406a59018536611998e214174f2b4d1c7c63e0b
MD5sum: 9d8b66943cc36d1d73a6dc6f742e48f6
Description: debug symbols for postgresql-14-ogr-fdw
Build-Ids: 3a3de9264a620f8cbaf9581b0aeb200f6143cd59 85aa23a9bdc8a7369cc694f3dd79550795b86cbe
Timestamp: 2022-07-03 08:27:41+00

Package: postgresql-14-postgis-3
Source: postgis
Version: 3.2.1+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10350
Depends: postgresql-14, postgresql-14-postgis-3-scripts, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal31 (>= 2.3.0), libgeos-c1v5 (>= 3.10.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-14-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3_3.2.1+dfsg-1.pgdg+2_arm64.deb
Size: 3416884
SHA256: 5be71323728670d9bef22d3c8d5c79aa4a5a248f193d3f23fac5d8c851a997d0
SHA1: fc8311de248b1003c2f41984d0e6f2fea536173c
MD5sum: cd342506d79489f8e7cfd48d608311b7
Description: Geographic objects support for PostgreSQL 14
 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".
Timestamp: 2022-07-03 08:27:41+00

Package: postgresql-14-postgis-3-dbgsym
Source: postgis
Version: 3.2.1+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4945
Depends: postgresql-14-postgis-3 (= 3.2.1+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-14-postgis-3-dbgsym_3.2.1+dfsg-1.pgdg+2_arm64.deb
Size: 4641992
SHA256: 2dcc0f6c2d001ccbdd84208491ad0ab0d71b43d296bc01ab6a914128fa2a9223
SHA1: fd8176916b0530dd98e888d995deedd930ae62f0
MD5sum: 9b0dc82f35fafcf68d26c3d1272c1c82
Description: debug symbols for postgresql-14-postgis-3
Build-Ids: 06b5b3b193cd19e6886b6bd117bacd3ed2c8f8bd a671c6bd5cd14432df1c89b5336cc3195922d43c d18582bfc28f37f5a8779eaa24e17ae28a115ad5 e370dedc90aa673fa96af72af9f9edfe47d33d14 fa70e377fc091ac5600eb22edec841b9187255a2
Timestamp: 2022-07-03 08:27:41+00

Package: postgresql-14-postgis-3-scripts
Source: postgis
Version: 3.2.1+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 27359
Depends: perl:any
Recommends: postgresql-14-postgis-3
Replaces: postgresql-14-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-14-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3-scripts_3.2.1+dfsg-1.pgdg+2_all.deb
Size: 1112028
SHA256: d126cd0e26d93320b09c6295e8f3fd0aedeec5881180209855301e5b0db042bd
SHA1: 2cc1b57dbf4621558e5da8961e4058bd44b95a2d
MD5sum: 27401d5a06d90a592a7a967a0e6ea822
Description: Geographic objects support for PostgreSQL 14 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 14 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2022-07-03 08:27:41+00

Package: libpg-query1302.1
Source: libpg-query
Version: 13-2.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2613
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: https://github.com/pganalyze/libpg_query
Priority: optional
Section: libs
Filename: pool/main/libp/libpg-query/libpg-query1302.1_13-2.1.2-2.pgdg+1_arm64.deb
Size: 481132
SHA256: d3e7f046f5973092d2f8336129bff20f1acf6182f1769dde66a11d30792ae90b
SHA1: 0004aea1581dd1ba21fe83b0c518956be76f5a2d
MD5sum: 69ca953d6259aba85c5077c72327a008
Description: C library for accessing the PostgreSQL parser outside of the server environment
 This library uses the actual PostgreSQL server source to parse SQL queries and
 return the internal PostgreSQL parse tree.
Timestamp: 2022-07-06 11:13:06+00

Package: libpg-query1302.1-dbgsym
Source: libpg-query
Version: 13-2.1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2063
Depends: libpg-query1302.1 (= 13-2.1.2-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libp/libpg-query/libpg-query1302.1-dbgsym_13-2.1.2-2.pgdg+1_arm64.deb
Size: 1824408
SHA256: 586c2090891389b5352386c9356ede0f183d1d1c573ffd65d651b415bc71ce43
SHA1: 05e4f41c72e690d72055053d7b6dcc5e5db7cf7b
MD5sum: 0927913695dd17777e114bd69a15b0f0
Description: debug symbols for libpg-query1302.1
Build-Ids: 7085a2149a3019fdc0cf5bde40978a677e915af5
Timestamp: 2022-07-06 11:13:06+00

Package: libpg-query-dev
Source: libpg-query
Version: 13-2.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4802
Depends: libpg-query1302.1 (= 13-2.1.2-2.pgdg+1)
Homepage: https://github.com/pganalyze/libpg_query
Priority: optional
Section: libdevel
Filename: pool/main/libp/libpg-query/libpg-query-dev_13-2.1.2-2.pgdg+1_arm64.deb
Size: 570576
SHA256: a356e2e9259937c451d44d89a08b8022e23bdba7f83f850d368833f29d845bd1
SHA1: b58680e2b8246297530ae3955e0fe1ff42a2b3bd
MD5sum: 88ab727cbbbc8e394a70c6d965ea5126
Description: C library for accessing the PostgreSQL parser outside of the server environment
 This library uses the actual PostgreSQL server source to parse SQL queries and
 return the internal PostgreSQL parse tree.
Timestamp: 2022-07-06 11:13:06+00

Package: postgresql-10-pgextwlist
Source: pgextwlist
Version: 1.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-10, libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-10-pgextwlist_1.13-1.pgdg+1_arm64.deb
Size: 12868
SHA256: e167f56556264de024e690a7376ef6689ab3d633cdd6154b58d52bc4d748afe3
SHA1: ffb3146d9b40df35734382ee7b8298688b66abd2
MD5sum: 8198f5b9811db27f6f8866c30b510838
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.
Timestamp: 2022-07-11 09:53:46+00

Package: postgresql-10-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-10-pgextwlist (= 1.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-10-pgextwlist-dbgsym_1.13-1.pgdg+1_arm64.deb
Size: 45356
SHA256: d1a49b61d690c80f40c6a5c5987371f5e3e739f882d735c32b7e8a596c0ff04a
SHA1: 8f9f9506cb31bc08ec9c6a239f5df4217e251c5c
MD5sum: e08aae288c7615163aa20e2db6c5e9e4
Description: debug symbols for postgresql-10-pgextwlist
Build-Ids: 4849a8428d8a334f5ef30227e897a625448d2a9a
Timestamp: 2022-07-11 09:53:46+00

Package: postgresql-11-pgextwlist
Source: pgextwlist
Version: 1.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: postgresql-11, postgresql-11-jit-llvm (>= 13), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-11-pgextwlist_1.13-1.pgdg+1_arm64.deb
Size: 33652
SHA256: e03ea70e84921ea8e75f542bea19701ebdf16d134ec152175c79955653079f82
SHA1: aa5febad47780d69fc42f42641d9e8edfa16e253
MD5sum: 5d7f77cc55b94dada3bbe1f8ecd7913e
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.
Timestamp: 2022-07-11 09:53:46+00

Package: postgresql-11-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: postgresql-11-pgextwlist (= 1.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-11-pgextwlist-dbgsym_1.13-1.pgdg+1_arm64.deb
Size: 45804
SHA256: 7ea14a9801680b5f4b5966da8a68adbec44713d89ebda1ab6c7dfc89c127562d
SHA1: e15c8fdefb6e0a431b5bdb40fc1705c056694a79
MD5sum: 4b6e79b24d983c8a736f7449ad66fd16
Description: debug symbols for postgresql-11-pgextwlist
Build-Ids: c776e248aed25f638a5f7edd98a3246e342042b5
Timestamp: 2022-07-11 09:53:46+00

Package: postgresql-12-pgextwlist
Source: pgextwlist
Version: 1.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 126
Depends: postgresql-12, postgresql-12-jit-llvm (>= 13), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-12-pgextwlist_1.13-1.pgdg+1_arm64.deb
Size: 35676
SHA256: df44fe136486d024810880e9ffe402836d7ff95bfbbba9a6e185154fcb4f4e66
SHA1: c60340d5cf2ab814cf8f151c83fbe49eea60e19c
MD5sum: 6c9f7e392c587452b43b2d444afa54ba
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.
Timestamp: 2022-07-11 09:53:46+00

Package: postgresql-12-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-12-pgextwlist (= 1.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-12-pgextwlist-dbgsym_1.13-1.pgdg+1_arm64.deb
Size: 47748
SHA256: b6ae72e375787fffe916ea7e52ba95828a3d9e3dab2df58eaabd71a4d2a1177f
SHA1: 08ad310a0d115431436e025e7f1b01295e630ae6
MD5sum: 046d3a8e6d5e17d421cd3667f71be90e
Description: debug symbols for postgresql-12-pgextwlist
Build-Ids: 6a2ad92d0a49bef9b435500341dde51d2e296cc6
Timestamp: 2022-07-11 09:53:46+00

Package: postgresql-13-pgextwlist
Source: pgextwlist
Version: 1.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 126
Depends: postgresql-13, postgresql-13-jit-llvm (>= 13), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-13-pgextwlist_1.13-1.pgdg+1_arm64.deb
Size: 35988
SHA256: b3ec4f6114f18d4f68ded0ea378792aa3b3f2cc838e44bda444fb933aae0d59f
SHA1: 8e3be8d52c1ad218de11aff0d24192b909f9d53f
MD5sum: e07a0f1d1abebbbaa8b8c52200b6df8e
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.
Timestamp: 2022-07-11 09:53:46+00

Package: postgresql-13-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-13-pgextwlist (= 1.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-13-pgextwlist-dbgsym_1.13-1.pgdg+1_arm64.deb
Size: 54092
SHA256: 5cf09b641d4634b9803764b953923faa994cb54f682ec8fd8952983cf69aeee1
SHA1: c1fc187f8c344147c07767f78e396d8017fdd336
MD5sum: e5a293f05b8b0c5bb18d7dc777db2923
Description: debug symbols for postgresql-13-pgextwlist
Build-Ids: 8def498a9dbf14f7299608516698ca1aa1ce3be9
Timestamp: 2022-07-11 09:53:46+00

Package: postgresql-14-pgextwlist
Source: pgextwlist
Version: 1.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-14, postgresql-14-jit-llvm (>= 13), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-14-pgextwlist_1.13-1.pgdg+1_arm64.deb
Size: 36528
SHA256: 3d3a1db0d7f6fdcc3154752cc02703306d7b465e8f321f22c16e33b2edb1df20
SHA1: 484546a84d5c1d13c33ead8da6b2289d55b248da
MD5sum: 54ef5df44243b4f0fdd831290ecdf896
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.
Timestamp: 2022-07-11 09:53:46+00

Package: postgresql-14-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-14-pgextwlist (= 1.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-14-pgextwlist-dbgsym_1.13-1.pgdg+1_arm64.deb
Size: 55432
SHA256: f5fd8e62b0eaf7f654e62d69c8f4ab28f98a523ccd7ec744f6e68e0d77a4200c
SHA1: f9d8a86ae760e11c48f35b72bb57c577436cf2c7
MD5sum: e4e5521c7ac8293738b410e7cc338e8b
Description: debug symbols for postgresql-14-pgextwlist
Build-Ids: cdd0eeb4326109c6b08e8a956bdfdff12099758e
Timestamp: 2022-07-11 09:53:46+00

Package: postgresql-15-pgextwlist
Source: pgextwlist
Version: 1.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-15, postgresql-15-jit-llvm (>= 13), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-15-pgextwlist_1.13-1.pgdg+1_arm64.deb
Size: 37204
SHA256: 15021d2e2e1b3f12107733b9799fea2624d6d4833351f135ea2fe46b5d38f8e2
SHA1: 7bfcb9687fafdfcbaf0fb1a83bf979b2a6e6c543
MD5sum: 5faea5958c15911e3d29b271ae063311
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.
Timestamp: 2022-07-11 09:53:46+00

Package: postgresql-15-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-15-pgextwlist (= 1.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-15-pgextwlist-dbgsym_1.13-1.pgdg+1_arm64.deb
Size: 53764
SHA256: f4deb9644f0332bfdb0576aeca5bdb7a6ba442f2e3a2847f450ba69f59f044e7
SHA1: c678db4ac09ccc57fa12ba8dff8b48016a3aa8fb
MD5sum: 495ffff6093a2e480b602d3e25d2e17b
Description: debug symbols for postgresql-15-pgextwlist
Build-Ids: bf6275cf684f0439afae469fa4366f087f37deac
Timestamp: 2022-07-11 09:53:46+00

Package: check-pgactivity
Version: 2.6-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 362
Depends: perl:any, postgresql-client
Suggests: wget | curl | lynx | links | links2
Multi-Arch: foreign
Homepage: https://github.com/OPMDG/check_pgactivity
Priority: optional
Section: database
Filename: pool/main/c/check-pgactivity/check-pgactivity_2.6-1.pgdg+1_all.deb
Size: 79216
SHA256: 77b71135eeb028862b4af458549b6695502e38058a6662b3876d6e49970fef9a
SHA1: 662b06f784bed926de9010c9e25378f69c3c061c
MD5sum: 6de55c25a0661fba981ce8eb75d2941d
Description: PostgreSQL plugin for Nagios
 check_pgactivity is a Nagios probe dedicated to PostgreSQL. It offers many
 options to measure and monitor useful performance metrics.
 .
 Services include (among others) monitoring of autovacuum, bgwriter, locks,
 long queries, idle in transaction queries, number of temporary files and WAL
 files, bloat of tables and btree indexes, commit and hit ratios,
 WAL archives exhaustivity, age of logical backups, backends number and states,
 backup label file age, connectivity, replication delay between primary and
 secondary instances, database sizes, vacuum and analyze times,
 sequence exhaustion, snapshots age, presence of unlogged tables or invalid
 indexes, incoming freeze, settings changes, PostgreSQL minor version,
 PGDATA rights, custom queries. Most services only need normal user rights.
Timestamp: 2022-07-24 09:56:32+00

Package: pgcopydb
Version: 0.8-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 513
Depends: postgresql-client, libc6 (>= 2.33), libpq5 (>= 9.1~)
Homepage: https://github.com/dimitri/pgcopydb
Priority: optional
Section: database
Filename: pool/main/p/pgcopydb/pgcopydb_0.8-1.pgdg+1_arm64.deb
Size: 168676
SHA256: bf54e872bf1b6a00e8232bba32a56bcb19f090992f50c47d35ce5c1b3ce29c80
SHA1: 2b6f5322533c7a46242b0787a3df1c67fc44666f
MD5sum: 0f1c59213e2007be55cd27cc3f716e1a
Description: Copy an entire PostgreSQL database from source to target
 This tool copies an entire PostgreSQL database from source to target. It
 implements `pg_dump | pg_restore` on steroids, including advanced concurrency
 tricks to make the operation faster.
Timestamp: 2022-07-24 09:56:32+00

Package: pgcopydb-dbgsym
Source: pgcopydb
Version: 0.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 341
Depends: pgcopydb (= 0.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgcopydb/pgcopydb-dbgsym_0.8-1.pgdg+1_arm64.deb
Size: 299544
SHA256: bdaac1982d92e1d54eb65c69b06b6901c60d2e4ad4f3625ec975ec3008d05fd9
SHA1: f53d4429beea0af6ef4fda4bd3871d2ee7330b03
MD5sum: 8278a45bc3fb0972e9ae10113c3a2a8c
Description: debug symbols for pgcopydb
Build-Ids: 4148911bfaf27badbe3271eaec4af58b5b825012
Timestamp: 2022-07-24 09:56:32+00

Package: postgresql-10-ip4r
Source: ip4r
Version: 2.4.1-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 392
Depends: libc6 (>= 2.17), postgresql-10
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-10-ip4r_2.4.1-7.pgdg+1_arm64.deb
Size: 63796
SHA256: e0d0dc979cc23487d23148eed6dfbb354524384f7a9c75422e87b69f019bc2dc
SHA1: 92acca8f6b7d3532169ea17ce17f29a7d9520366
MD5sum: b2caad54096f5022cb8450d072fc943a
Description: IPv4 and IPv6 types for PostgreSQL 10
 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.
Timestamp: 2022-07-24 09:56:32+00

Package: postgresql-10-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 209
Depends: postgresql-10-ip4r (= 2.4.1-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-10-ip4r-dbgsym_2.4.1-7.pgdg+1_arm64.deb
Size: 172680
SHA256: 048f8499218015cfe0fb5eb6799908ae8861e83479d14fce673cf07cf1c55c03
SHA1: a6176ffb0d2866f2648ce9c71a4bae7b1a59b9be
MD5sum: caaa1b439b263d1ddd3c1139694d47d5
Description: debug symbols for postgresql-10-ip4r
Build-Ids: 52f348ea4e9925572e4575c5dbdb80001ada4164
Timestamp: 2022-07-24 09:56:32+00

Package: postgresql-11-ip4r
Source: ip4r
Version: 2.4.1-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 687
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 13)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-11-ip4r_2.4.1-7.pgdg+1_arm64.deb
Size: 197532
SHA256: a84c1bfcff94bdc0be0e3e3704106bccfafb1569b7d060a3918884600b600dec
SHA1: 864fc0443727d8448fd4b2d90dec024385bc4558
MD5sum: c25cb840b9a9a79bddbf0c1629bd35a1
Description: IPv4 and IPv6 types for PostgreSQL 11
 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.
Timestamp: 2022-07-24 09:56:32+00

Package: postgresql-11-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: postgresql-11-ip4r (= 2.4.1-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-11-ip4r-dbgsym_2.4.1-7.pgdg+1_arm64.deb
Size: 172092
SHA256: 2fa32fe0c0bab3de6f2c39bb58d6ba5256a7550e206d1f0a25894edf86e4e958
SHA1: 72bbd39940f41fade225c72353b28b26bf1f6d8f
MD5sum: dc5fa3f204a3d3a394ec5313d9d12a2d
Description: debug symbols for postgresql-11-ip4r
Build-Ids: 6e06bc14530faa8f66b5ae826353463b036d1a65
Timestamp: 2022-07-24 09:56:32+00

Package: postgresql-12-ip4r
Source: ip4r
Version: 2.4.1-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 690
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 13)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-12-ip4r_2.4.1-7.pgdg+1_arm64.deb
Size: 198616
SHA256: 9b7948c0ee48bd108ee16fffc5282fc089cc9434b61aaef181ad7a345d7ab73b
SHA1: 09dda6ee8592830708067aa3766012c9aecf4c6a
MD5sum: 835e03646c7242495145ac0d2621072b
Description: IPv4 and IPv6 types for PostgreSQL 12
 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.
Timestamp: 2022-07-24 09:56:32+00

Package: postgresql-12-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 214
Depends: postgresql-12-ip4r (= 2.4.1-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-12-ip4r-dbgsym_2.4.1-7.pgdg+1_arm64.deb
Size: 178416
SHA256: 4f40478e13d0ef90fe94fd7bb618f679add0f444ec746a1b67f10fabad783ed9
SHA1: 1d23577821833eda4273efa37caa3c1fd13fe385
MD5sum: d1a9f8c9cdd7b3a6be7b4ce87b371a5e
Description: debug symbols for postgresql-12-ip4r
Build-Ids: e7cd00e55265408ba846b1c32a459c0a67713f59
Timestamp: 2022-07-24 09:56:32+00

Package: postgresql-13-ip4r
Source: ip4r
Version: 2.4.1-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 688
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 13)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-13-ip4r_2.4.1-7.pgdg+1_arm64.deb
Size: 196376
SHA256: 23d7c470bd5a10e510fc395a26d4f3f62c2291fa4bb6a8d2a3b893eb3c78a551
SHA1: 34356799e8f5d035d122f966ee92d3c7234a6766
MD5sum: 55d6522f936e24faf9420b6680955565
Description: IPv4 and IPv6 types for PostgreSQL 13
 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.
Timestamp: 2022-07-24 09:56:32+00

Package: postgresql-13-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 214
Depends: postgresql-13-ip4r (= 2.4.1-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-13-ip4r-dbgsym_2.4.1-7.pgdg+1_arm64.deb
Size: 177812
SHA256: 9c356bd6ab4be86060c054f326cc2c1b349edc6332df9750aaeb9c8e913bf926
SHA1: f0e4630697db2d64d6a59182f299569a35ca98f6
MD5sum: 3c78ec3cd1458078082807645b87229d
Description: debug symbols for postgresql-13-ip4r
Build-Ids: 0717e26533ef8d1c978ed01d43eccd7639eec714
Timestamp: 2022-07-24 09:56:32+00

Package: postgresql-14-ip4r
Source: ip4r
Version: 2.4.1-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 691
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 13)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-14-ip4r_2.4.1-7.pgdg+1_arm64.deb
Size: 197264
SHA256: a0a0d29daa04462505f2d7e154f1800c27b66ea1666a0ce414cf48f5f8f1982b
SHA1: beb15aeacfd8fdc22a8b204c249423d141296121
MD5sum: 87fd3ad375c27fe8f04992d82e80e601
Description: IPv4 and IPv6 types for PostgreSQL 14
 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.
Timestamp: 2022-07-24 09:56:32+00

Package: postgresql-14-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 211
Depends: postgresql-14-ip4r (= 2.4.1-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-14-ip4r-dbgsym_2.4.1-7.pgdg+1_arm64.deb
Size: 175232
SHA256: 2ce594484a07b0f6283b186d780a59298449b75d5207e713b2b9c72ecd5dcb65
SHA1: fded69074d3a83567c3e77f67e1d3200007704a6
MD5sum: ffaa98c7c905b82fdf2327c023ea48e2
Description: debug symbols for postgresql-14-ip4r
Build-Ids: b639e7b659af93061b671e4685edb19a081a7f51
Timestamp: 2022-07-24 09:56:32+00

Package: postgresql-15-ip4r
Source: ip4r
Version: 2.4.1-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 691
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 13)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-15-ip4r_2.4.1-7.pgdg+1_arm64.deb
Size: 197076
SHA256: fa5edd387871ebdbcb8f0906f092c2b51da0fd4260a462b93a63856ef0444e07
SHA1: c253649bc9c3b2cdaf8eafd30136dd72d1fe9035
MD5sum: 4a2d568579a5bee3edb4da8d08e98c06
Description: IPv4 and IPv6 types for PostgreSQL 15
 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.
Timestamp: 2022-07-24 09:56:32+00

Package: postgresql-15-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 212
Depends: postgresql-15-ip4r (= 2.4.1-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-15-ip4r-dbgsym_2.4.1-7.pgdg+1_arm64.deb
Size: 175620
SHA256: 3b532836ad272c449cfffd6708fadd8a1fa146339d49274c5087f564fb3c82a7
SHA1: f313c083307755d696b39b2e4b2c10be425da360
MD5sum: db38a3747947fe4ad491d5815cc07f45
Description: debug symbols for postgresql-15-ip4r
Build-Ids: 5a705b4389017885d13e6b33e1cafd3612c60145
Timestamp: 2022-07-24 09:56:32+00

Package: pspg
Version: 5.5.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 361
Depends: libc6 (>= 2.33), libncursesw6 (>= 6), libpq5 (>= 9.0~), libreadline8 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_5.5.5-1.pgdg+1_arm64.deb
Size: 125084
SHA256: 364f502327eb0893f7b650658e73bdc2dbbdee58845f2ffece8c416815abfa53
SHA1: bfc950804b52844c4ac07d1cd9d88fdf4c36c1f6
MD5sum: 93280ab805ee5e66bd20003823f52f45
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2022-07-24 09:56:32+00

Package: pspg-dbgsym
Source: pspg
Version: 5.5.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 425
Depends: pspg (= 5.5.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_5.5.5-1.pgdg+1_arm64.deb
Size: 398068
SHA256: ba0024c8b999a1925ce9952a77e74c12ce9e83fae12f7fa27037b93fa6bd8734
SHA1: 58f50d6faf46f07f7b2de5fd15924fefc106327b
MD5sum: 117cbc9dfac14a2c7f587515285e0cf3
Description: debug symbols for pspg
Build-Ids: ab8bf1a93d3c567fa5552f4bf841e4548cd05e84
Timestamp: 2022-07-24 09:56:32+00

Package: pgbackrest
Version: 2.40-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 958
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.33), liblz4-1 (>= 0.0~r127), libpq5, libssl3 (>= 3.0.0), libxml2 (>= 2.7.4), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc, check-pgbackrest
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.40-2.pgdg+1_arm64.deb
Size: 342480
SHA256: 8d4945283d7ba778eb713e550863999bece7eaf38112d0cd0cdf188e91c917cc
SHA1: 7b5e7683578896df8b03cfab7228230dd3859d1b
MD5sum: 38fbbb11c667ef74f39581ad2251901c
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.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2022-07-26 15:12:14+00

Package: pgbackrest-dbgsym
Source: pgbackrest
Version: 2.40-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1212
Depends: pgbackrest (= 2.40-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.40-2.pgdg+1_arm64.deb
Size: 1117484
SHA256: 84faa5d3cd2621889a192ff434fc787fb7f946ba1014ede4b8bfdb0278004cbf
SHA1: 950fd66bcf6d92102bb8cbaa99da383ce6012d6e
MD5sum: 8cfbc6946c5c9b9bff50fd20ff5a7aee
Description: debug symbols for pgbackrest
Build-Ids: 27102cd38252affa9310afd9d1f042531dcc9872
Timestamp: 2022-07-26 15:12:14+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.40-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1535
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.40-2.pgdg+1_all.deb
Size: 125288
SHA256: 344e31f24a6a65649c9a0136eb724b5a2069679603724d934fd9fd58e118cff5
SHA1: 1b1964810518d0ae90e446aa53422365f4166940
MD5sum: 5f1c2571f76b8b65a6a77bace271d21a
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2022-07-26 15:12:14+00

Package: postgis
Version: 3.2.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1521
Depends: libc6 (>= 2.29), libgdal31 (>= 2.0.1), libgeos-c1v5 (>= 3.10.0), libpq5, libproj25 (>= 4.9.0)
Recommends: postgresql-postgis, postgis-doc
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.2.2+dfsg-1.pgdg+1_arm64.deb
Size: 295016
SHA256: 162ba420e17b11adb1b408356e3bd9b5499d2bc06e626b2ecf61335b9e437897
SHA1: 79d15c79d0b8f8a49b1d0648efa3461f4aa8d268
MD5sum: b3b28e06adb2a2e9da20b50eb281335e
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2022-07-26 15:12:14+00

Package: postgis-dbgsym
Source: postgis
Version: 3.2.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1745
Depends: postgis (= 3.2.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.2.2+dfsg-1.pgdg+1_arm64.deb
Size: 1619604
SHA256: b9422ba08f832dee018b7d9030c089f73a30e76f5f2861fe6daec49fca15ce58
SHA1: aed9b7c75f4c74ac8e04a22e9e7f05e22a6b4339
MD5sum: e955a53252891080de8738250188b27d
Description: debug symbols for postgis
Build-Ids: 500936f95a454979af2f388e9dd5c8a458a9bc99 52d40b98f7f9305ee575c7e77ad4919ba8a60db3 e83b8daef359d0bd7a3db561f88ef0c58a72b022
Timestamp: 2022-07-26 15:12:14+00

Package: postgis-doc
Source: postgis
Version: 3.2.2+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6131
Suggests: postgis
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: doc
Filename: pool/main/p/postgis/postgis-doc_3.2.2+dfsg-1.pgdg+1_all.deb
Size: 2940892
SHA256: b8e395e0da409579d6e5fabd7877e47e4d8ac5bcf2513ad3b02411b7ebcefbf5
SHA1: fcbffa70f91259470f87f21d90dc26851ab03591
MD5sum: 803ef9964aae609d5af6917593624a09
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.
Timestamp: 2022-07-26 15:12:14+00

Package: postgresql-10-postgis-3
Source: postgis
Version: 3.2.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3497
Depends: postgresql-10, postgresql-10-postgis-3-scripts, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal31 (>= 2.3.0), libgeos-c1v5 (>= 3.10.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-10-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-10-postgis-3_3.2.2+dfsg-1.pgdg+1_arm64.deb
Size: 824392
SHA256: a05eee65a4e9b66c871b56982b69d926b267f5fa07380ba8671d6b91e327a678
SHA1: 6ba7d8a737c1f7c0f43b5264beba3ec58397fe74
MD5sum: 5f7711cf411b44c66ef925fda2d21c8b
Description: Geographic objects support for PostgreSQL 10
 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".
Timestamp: 2022-07-26 15:12:14+00

Package: postgresql-10-postgis-3-dbgsym
Source: postgis
Version: 3.2.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4800
Depends: postgresql-10-postgis-3 (= 3.2.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-10-postgis-3-dbgsym_3.2.2+dfsg-1.pgdg+1_arm64.deb
Size: 4499012
SHA256: b9da21b85ea924a6739365a22c018591bde5ae06a85497a763e09288825b0f7d
SHA1: ad111533fe5d90839cc28edd70891519ff9fbc62
MD5sum: 54b7e82289d04839fc04b97ea55fe3bd
Description: debug symbols for postgresql-10-postgis-3
Build-Ids: 13ec7ada316f0d09fa55c568793109f650360f1b 8f66b3496f9805efec5d63127fe95995bfdc6ed7 922837c8a905ba33f6171a35700c07732bf52f59 cb727e36963a6056975aeb2a381d674eab781904 f80e1a10ab71e61a92c17186287720dfd5b0affe
Timestamp: 2022-07-26 15:12:14+00

Package: postgresql-10-postgis-3-scripts
Source: postgis
Version: 3.2.2+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 27311
Depends: perl:any
Recommends: postgresql-10-postgis-3
Replaces: postgresql-10-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-10-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-10-postgis-3-scripts_3.2.2+dfsg-1.pgdg+1_all.deb
Size: 1102608
SHA256: 6127215420d75409c04204f91f25cec7cf140567bc577085c5ab0ee709e052f1
SHA1: 66354fdf5a52f0e2da6b630cde71e93093d28a28
MD5sum: 3432642e6316ffbde20ff1d929fd1e4e
Description: Geographic objects support for PostgreSQL 10 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 10 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2022-07-26 15:12:14+00

Package: postgresql-11-postgis-3
Source: postgis
Version: 3.2.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10019
Depends: postgresql-11, postgresql-11-postgis-3-scripts, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal31 (>= 2.3.0), libgeos-c1v5 (>= 3.10.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-11-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3_3.2.2+dfsg-1.pgdg+1_arm64.deb
Size: 3312896
SHA256: 34ee077e33b39334fa6d2e0f364f9ecaa5266ac135f29a6b7260b04ab4c7d77b
SHA1: 3aa7dd8613de7a3bbef66a893cc2e424be6a4244
MD5sum: 486347530669feda5a7da37935592147
Description: Geographic objects support for PostgreSQL 11
 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".
Timestamp: 2022-07-26 15:12:14+00

Package: postgresql-11-postgis-3-dbgsym
Source: postgis
Version: 3.2.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4814
Depends: postgresql-11-postgis-3 (= 3.2.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-11-postgis-3-dbgsym_3.2.2+dfsg-1.pgdg+1_arm64.deb
Size: 4509012
SHA256: b946599b5228a56a2bbdd32195ee9d8a9e5f16debb02bbcc4ab38cf88f4fba60
SHA1: bd4be673d6abd5421843159ab18e5e992809c1ec
MD5sum: 444713527e6e46928792bb1cbd70034e
Description: debug symbols for postgresql-11-postgis-3
Build-Ids: 358d0f909849fa882ad017082d2bd1372eee8537 58bdfe560fa1e2771f9401fa589975ae32f294da 742ca8f4f0c48e41343959104452e68a1ef12890 85c77b3fb25e89f71de4373621ed0c76a0915028 a4b73ead414d66b456ed9bcb96895bdf5473c331
Timestamp: 2022-07-26 15:12:14+00

Package: postgresql-11-postgis-3-scripts
Source: postgis
Version: 3.2.2+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 27393
Depends: perl:any
Recommends: postgresql-11-postgis-3
Replaces: postgresql-11-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-11-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3-scripts_3.2.2+dfsg-1.pgdg+1_all.deb
Size: 1100468
SHA256: 60b5e2f61b1358a229ad156370d225bd0b23bf81ea3e255467e9426ccf361516
SHA1: 8fa9fb9f4dc33c6a8c12fbc57afb88a30f8f5cdd
MD5sum: 1a8fdc95489a59861ff10c4890d9eac8
Description: Geographic objects support for PostgreSQL 11 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 11 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2022-07-26 15:12:14+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.2.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10226
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal31 (>= 2.3.0), libgeos-c1v5 (>= 3.10.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-12-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.2.2+dfsg-1.pgdg+1_arm64.deb
Size: 3382292
SHA256: 5cfc55ca0003467ec816d6d7d05485409a02de5d5266dfbc5cb6534b60fa976b
SHA1: a127e73a08fd3ba4c0f7a6824b7b5a81b696f28a
MD5sum: 41dca43419f9e1486b1338c3830b6bec
Description: Geographic objects support for PostgreSQL 12
 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".
Timestamp: 2022-07-26 15:12:14+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis
Version: 3.2.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4836
Depends: postgresql-12-postgis-3 (= 3.2.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.2.2+dfsg-1.pgdg+1_arm64.deb
Size: 4528040
SHA256: 93fad3bd4b0aa97dac067debb3d21e565551cdaebbcb0141815f23b1151f98d4
SHA1: a4226074b0c6af182ad8b2b925f4c053d7267aaa
MD5sum: 15ba12898caaf68d66abcf76036396b8
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 3347ff0d16f4bc0cdc51986c506d64e744afba8c 3b6ec14cd8514259294c9580d4a884fd495bd971 3c442b2be6f68c20440fcfaf9d19bb49255273bd 6097134577594740c897fd4185d6f7b61c11559c 715417fcbc27165c1c4c583cf2a771b6c258489e
Timestamp: 2022-07-26 15:12:14+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.2.2+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 27402
Depends: perl:any
Recommends: postgresql-12-postgis-3
Replaces: postgresql-12-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-12-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.2.2+dfsg-1.pgdg+1_all.deb
Size: 1099732
SHA256: a17b840d1a126cfec6e225662c2118615d82f17d45405652e5a4121a675e20b7
SHA1: 010bfeba8c4f46c390f3da4564eb7e5a7ea92a8d
MD5sum: 53feb9acf6ab582214cd4d47e59b8844
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2022-07-26 15:12:14+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.2.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10281
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal31 (>= 2.3.0), libgeos-c1v5 (>= 3.10.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-13-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.2.2+dfsg-1.pgdg+1_arm64.deb
Size: 3399428
SHA256: 4f345bb71792a99c3b864147b88efbad220d446fd50b9e8f6691d4b73606f680
SHA1: c4594524a892a5ab419ba3cb962d80a400452165
MD5sum: 45118ae286ad61482fbe29dbad4a318f
Description: Geographic objects support for PostgreSQL 13
 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".
Timestamp: 2022-07-26 15:12:14+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis
Version: 3.2.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4858
Depends: postgresql-13-postgis-3 (= 3.2.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.2.2+dfsg-1.pgdg+1_arm64.deb
Size: 4552556
SHA256: fb8a4f15b631d5cc80e1120ea2de20898b824dca05353b52c8f06bce456a3cc8
SHA1: 0495ef0fc225d1b050f68fc9e642828fc1b1366f
MD5sum: cab0b71f3eb33aead0af43acfc3ddeea
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 18312f024f2973bb70027adfd46c3d027215d2c4 1b03225997122bab15f0a468b5ed2eabccc97f88 3442261234d6d9d49c7f546347d9f82e7ac579d3 505ff6c3315f50fcb2844460241d25e1fd2df5c0 a85ca33f0af758ced6dcb58c32439ee239ead02a
Timestamp: 2022-07-26 15:12:14+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.2.2+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 27402
Depends: perl:any
Recommends: postgresql-13-postgis-3
Replaces: postgresql-13-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-13-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.2.2+dfsg-1.pgdg+1_all.deb
Size: 1099720
SHA256: 969d37c8b5ed8fe9a06b2cc4dc9afdc3ed71534a56eba76f27312bf972701522
SHA1: 5efc15716ec71d7d2e09d5394119a2ce1263cab2
MD5sum: 36dc30b8bc17b612ac1502aaa48bfe31
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2022-07-26 15:12:14+00

Package: postgresql-14-postgis-3
Source: postgis
Version: 3.2.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10340
Depends: postgresql-14, postgresql-14-postgis-3-scripts, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal31 (>= 2.3.0), libgeos-c1v5 (>= 3.10.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-14-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3_3.2.2+dfsg-1.pgdg+1_arm64.deb
Size: 3401928
SHA256: 7460240121400f220bf7350e645baee381eb74eb5243e13a32f25ce0ff7bc9aa
SHA1: 1893c717c23b8777ee22da3a64da73f895404a32
MD5sum: d6b66389c16930c28cb98d20f4523f1b
Description: Geographic objects support for PostgreSQL 14
 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".
Timestamp: 2022-07-26 15:12:14+00

Package: postgresql-14-postgis-3-dbgsym
Source: postgis
Version: 3.2.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4862
Depends: postgresql-14-postgis-3 (= 3.2.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-14-postgis-3-dbgsym_3.2.2+dfsg-1.pgdg+1_arm64.deb
Size: 4555484
SHA256: 51a05864c48336f28ed9f0dc2a61fc3eca4a622473f2b0fbe68012357be95159
SHA1: 31b0049f87f604674c9d33247ed3a09e4ab7a1fb
MD5sum: 4de260b95f2b4be310b78393ded82d95
Description: debug symbols for postgresql-14-postgis-3
Build-Ids: 25732af0c02b58d6fd3a6df51ec119ec72cf6063 8394b188a791d7cd5236ed9a3d766e5039d2e434 a36e8dff671062730c35d78ee88ff8be8a82edfb b0b0260fad5289223fe490d531ef8e829f3f872d bd74d3d8d506efdcba2a7ae046eee7181022e287
Timestamp: 2022-07-26 15:12:14+00

Package: postgresql-14-postgis-3-scripts
Source: postgis
Version: 3.2.2+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 27402
Depends: perl:any
Recommends: postgresql-14-postgis-3
Replaces: postgresql-14-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-14-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3-scripts_3.2.2+dfsg-1.pgdg+1_all.deb
Size: 1099740
SHA256: 6671b0c856702c4119caa0cf86dc2a2efabc8ccbb756387b8c28bc9dda5ec8eb
SHA1: bb956df106770dc01289a70909b0f4d6d74b5b84
MD5sum: e062d3482f8784c4c1507fc52881d009
Description: Geographic objects support for PostgreSQL 14 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 14 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2022-07-26 15:12:14+00

Package: postgresql-15-postgis-3
Source: postgis
Version: 3.2.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10486
Depends: postgresql-15, postgresql-15-postgis-3-scripts, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal31 (>= 2.3.0), libgeos-c1v5 (>= 3.10.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-15-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3_3.2.2+dfsg-1.pgdg+1_arm64.deb
Size: 3450316
SHA256: 0f7ef87447dba06d991f1048b1c3f86d71ebeae9ff5a21c84dd973e628ccc652
SHA1: 43319917b2b4572c47362dd91330f9dd5f2934eb
MD5sum: 2a982e03782811fe68876f51ee30df39
Description: Geographic objects support for PostgreSQL 15
 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".
Timestamp: 2022-07-26 15:12:14+00

Package: postgresql-15-postgis-3-dbgsym
Source: postgis
Version: 3.2.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4870
Depends: postgresql-15-postgis-3 (= 3.2.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-15-postgis-3-dbgsym_3.2.2+dfsg-1.pgdg+1_arm64.deb
Size: 4561604
SHA256: cf050306f1f499fccf6ee2875d01a4a3a6e8eb33d6e5dcc3e82c1eeecb3a3543
SHA1: b228cc7c615aba708e7a265d7d5da92d027d809c
MD5sum: c6a76f446e0e1bb36b0508efc131d494
Description: debug symbols for postgresql-15-postgis-3
Build-Ids: 7a0f2aa5c3efed0dce1039b88439356b9df9a42b 89c5ac4144f8e410a74442022af743827a03968f b20afe8c7c70a04bbe84ca9e4e3b1e2bf24c2893 eadf9b63c9ccfd70e78e385f8302ca7e79856fc8 fe85e7e695d5fd44d4ab46fc028d3c6101ce0457
Timestamp: 2022-07-26 15:12:14+00

Package: postgresql-15-postgis-3-scripts
Source: postgis
Version: 3.2.2+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 27402
Depends: perl:any
Recommends: postgresql-15-postgis-3
Replaces: postgresql-15-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-15-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3-scripts_3.2.2+dfsg-1.pgdg+1_all.deb
Size: 1099820
SHA256: 0a4b7acc0a3faa94298728a3452c7a859c3db505350dd4751cc5405cea1aad6d
SHA1: f6f7e031c24fde867753818ed278d0fe828f5217
MD5sum: f42f5be6df05fc0a48db21e650073f27
Description: Geographic objects support for PostgreSQL 15 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 15 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2022-07-26 15:12:14+00

Package: libecpg-compat3
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg-compat3_11.16-1.pgdg+1+b2_arm64.deb
Size: 21832
SHA256: 5178a74900d219cf62418d489dae7863ad94d3dbbd7bc8c8e71c3689907b58ad
SHA1: 7dac26b1d53d9372a3ce1469cec63774bb6bed25
MD5sum: fb391621de61d044d31f8cdacfba03e4
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.
Timestamp: 2022-08-08 13:33:17+00

Package: libecpg-compat3-dbgsym
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 11.16-1.pgdg+1+b2)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-compat3-dbgsym_11.16-1.pgdg+1+b2_arm64.deb
Size: 17276
SHA256: c17fce562b1aba99da388b2ff1faeaeec64a5cd0404857f40c6f2ecb25f9c72d
SHA1: 007937482a2ade96cadf83d9429eccaf9d49bd8a
MD5sum: 23a2219137b8bb952c071709eeca53ba
Description: debug symbols for libecpg-compat3
Build-Ids: 4afc23a9dcc0c22b8be16e4b1f33d8a45da821a3
Timestamp: 2022-08-08 13:33:17+00

Package: libecpg-dev
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1247
Depends: libecpg-compat3 (= 11.16-1.pgdg+1+b2), libecpg6 (= 11.16-1.pgdg+1+b2), libpgtypes3 (= 11.16-1.pgdg+1+b2), libpq-dev, libc6 (>= 2.33)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libecpg-dev_11.16-1.pgdg+1+b2_arm64.deb
Size: 227612
SHA256: 8334aec1f4238e866bcdcb3609532fc1cad0ac59bac06c6a7e5c75c00cfec337
SHA1: 48d140ee941005fcdd2f0a2f1f6497f92ff02b7b
MD5sum: b2f9de9074a2bb91b0a5b819f11a143d
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).
Timestamp: 2022-08-08 13:33:17+00

Package: libecpg-dev-dbgsym
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: libecpg-dev (= 11.16-1.pgdg+1+b2)
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-dev-dbgsym_11.16-1.pgdg+1+b2_arm64.deb
Size: 232820
SHA256: 6362f205f6456b601591ecd036b5e47a36046cab49849df2c08e8c42d90ed582
SHA1: 6ddda459dab3e45d1894c19116b961b5a08dc119
MD5sum: 427c0f686c6c2625bb38581250816906
Description: debug symbols for libecpg-dev
Build-Ids: 472a016af4657db51cf04a0d61275891ba0dd952
Timestamp: 2022-08-08 13:33:17+00

Package: libecpg6
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 487
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg6_11.16-1.pgdg+1+b2_arm64.deb
Size: 88860
SHA256: f4172fd83c0fee6893b6009e7ef55a945769953d29c1bb2182a93ed7d7e46e37
SHA1: 63b2b00b8a2b01ab9725f32c6c51576901c03e62
MD5sum: 2b9c4bad3926a651c8a2cc148011515a
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.
Timestamp: 2022-08-08 13:33:17+00

Package: libecpg6-dbgsym
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: libecpg6 (= 11.16-1.pgdg+1+b2)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg6-dbgsym_11.16-1.pgdg+1+b2_arm64.deb
Size: 92332
SHA256: b501499549c64470647725be81b4846fd8960f361bfbacaa200eeaa38a28cf37
SHA1: 647363f95518b1d261897af875854496b7c76633
MD5sum: 6b95464aa91dba98adac48687dcd9f10
Description: debug symbols for libecpg6
Build-Ids: 7bd7004f4319e52cfbef7356dabe5fe21deffd55
Timestamp: 2022-08-08 13:33:17+00

Package: libpgtypes3
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpgtypes3_11.16-1.pgdg+1+b2_arm64.deb
Size: 42524
SHA256: 53c06b5f6b49879af3e1b6b433bb7bc7b8c78b364be0f00c3365ae700ce47977
SHA1: ee7fe864fd3b311caab848a7316f5ebeb1a99dda
MD5sum: 4d1ba9d4d997554cdc6c5bd9c63edd8d
Description: shared library libpgtypes for PostgreSQL 11
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-08 13:33:17+00

Package: libpgtypes3-dbgsym
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: libpgtypes3 (= 11.16-1.pgdg+1+b2)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpgtypes3-dbgsym_11.16-1.pgdg+1+b2_arm64.deb
Size: 71008
SHA256: 4a2997316d51f76331e1a751d322c7c5ec38e1c004d06dc3922d2fd918fc8fe6
SHA1: 2bb1302068701ca254e9d55baf50eeb28b5d105b
MD5sum: 586163cdb0ad6aa782bc2e71a8962383
Description: debug symbols for libpgtypes3
Build-Ids: ed40c4f3024b6ba5a9c0a49aa28b862f5b655ca3
Timestamp: 2022-08-08 13:33:17+00

Package: libpq-dev
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 695
Depends: libpq5 (= 11.16-1.pgdg+1+b2)
Suggests: postgresql-doc-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libpq-dev_11.16-1.pgdg+1+b2_arm64.deb
Size: 165444
SHA256: 0754abccdfe3f055c114e7103adecc321d349fd3eb15e91241fe8f566790d66e
SHA1: de7486fff847926ca303a9bb3afef7526223efa1
MD5sum: ae8777e0978fcda82492c7c2d301ccb1
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.
Timestamp: 2022-08-08 13:33:17+00

Package: libpq5
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 784
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpq5_11.16-1.pgdg+1+b2_arm64.deb
Size: 167436
SHA256: 72e157acca3b8e2566f68d386c96b94c5e5848f69e13faf0ef16b6a2c117a8cd
SHA1: bd07e75fe3131df08011a4da1e91f64da1df9aa4
MD5sum: 3bbc60c4a644b5807ba7dfceaf7b5a2c
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.
Timestamp: 2022-08-08 13:33:17+00

Package: libpq5-dbgsym
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libpq5 (= 11.16-1.pgdg+1+b2)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpq5-dbgsym_11.16-1.pgdg+1+b2_arm64.deb
Size: 229188
SHA256: 1bfb5fa91b925c7fbf0b2815d8f57b3724c881dc4b6f5e5f8787fbb896a5eff6
SHA1: 9ef5f9612453d849597f3b395d52dde5fa35c1b9
MD5sum: 7a93fb53c7ec89827ed142169d99381d
Description: debug symbols for libpq5
Build-Ids: c30aba4e0b67a80f1c8ba66a030bc1e0ee863ee5
Timestamp: 2022-08-08 13:33:17+00

Package: libecpg-compat3
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg-compat3_12.11-1.pgdg+1+b2_arm64.deb
Size: 19364
SHA256: bb7b1df5e0a73fbf4d5398fdc4c7f70869a394cc764918906c48ba883759aa5c
SHA1: e0191fe647353f913a5b6fb4c177ba4b1b5f13ae
MD5sum: f154e540337aade67586a5e0850b8eb6
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.
Timestamp: 2022-08-08 13:33:32+00

Package: libecpg-compat3-dbgsym
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 12.11-1.pgdg+1+b2)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-compat3-dbgsym_12.11-1.pgdg+1+b2_arm64.deb
Size: 17264
SHA256: 06d5071e2cddb4277bad52865618609881501c59c7f29d61675a2e52158ae589
SHA1: 7777aac4cb89555c1c20337ff4558e2fb29a9ed8
MD5sum: 6f9b43b4f896a75521dabd553263d228
Description: debug symbols for libecpg-compat3
Build-Ids: f3ab34fc26b3c4e6536b1af166139c4ff3fa078c
Timestamp: 2022-08-08 13:33:32+00

Package: libecpg-dev
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1509
Depends: libecpg-compat3 (= 12.11-1.pgdg+1+b2), libecpg6 (= 12.11-1.pgdg+1+b2), libpgtypes3 (= 12.11-1.pgdg+1+b2), libpq-dev, libc6 (>= 2.33)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libecpg-dev_12.11-1.pgdg+1+b2_arm64.deb
Size: 267856
SHA256: 1236c3475249a9f52f140fff509d252b73c813d0bfd45c361f0f5fe1d2866d74
SHA1: b64640388accd38f329175b416511c19b24fad4a
MD5sum: 92f516c9a621a1a44edccec9a43ceff1
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).
Timestamp: 2022-08-08 13:33:32+00

Package: libecpg-dev-dbgsym
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 281
Depends: libecpg-dev (= 12.11-1.pgdg+1+b2)
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-dev-dbgsym_12.11-1.pgdg+1+b2_arm64.deb
Size: 243712
SHA256: fc54e272dcdf3bb3529c8f6df73372b2c5f8a24da0beab25c8b853abfc8c5c8b
SHA1: 002fc0674762d1ed34dd46621f00bf91c997365d
MD5sum: 93171cc4c9ec50ae0d5b8a64bf9563ed
Description: debug symbols for libecpg-dev
Build-Ids: ffee8db3962811eb7263539cc95dc855f8be8abb
Timestamp: 2022-08-08 13:33:32+00

Package: libecpg6
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg6_12.11-1.pgdg+1+b2_arm64.deb
Size: 58624
SHA256: 7b77fc80afade26a1cfede21aa2a8261e8aa389142dbf9818db991897e03db60
SHA1: a279b4ee5db515442ddea7e1529eb2ca7b6433d0
MD5sum: 64e0fa9d7bbfdff9a5f7e5b1302457cc
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.
Timestamp: 2022-08-08 13:33:32+00

Package: libecpg6-dbgsym
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libecpg6 (= 12.11-1.pgdg+1+b2)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg6-dbgsym_12.11-1.pgdg+1+b2_arm64.deb
Size: 112260
SHA256: f374ef2628212fe13ce36e78d370246e3dc481505d05942fc0ae9d8edadb4780
SHA1: 8880bd3f7d40e262c6e8a51a4f39c0ccdafbf746
MD5sum: a3ab0a48caadca486cbab38b351bfbab
Description: debug symbols for libecpg6
Build-Ids: 96f700d904d7e26beef7fc7c8b637055622991c2
Timestamp: 2022-08-08 13:33:32+00

Package: libpgtypes3
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpgtypes3_12.11-1.pgdg+1+b2_arm64.deb
Size: 45056
SHA256: 81adc98a9742224b8faefdb0a0c7161d5a0b8b99643a944d68d7f6c4bb507224
SHA1: 5e39707afe96961bf21a6c44e20d38b3826b0903
MD5sum: 5d2bdf7e6a7153bc4baaf0b4d2d33514
Description: shared library libpgtypes for PostgreSQL 12
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-08 13:33:32+00

Package: libpgtypes3-dbgsym
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libpgtypes3 (= 12.11-1.pgdg+1+b2)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpgtypes3-dbgsym_12.11-1.pgdg+1+b2_arm64.deb
Size: 88188
SHA256: 802bcb9b9e7b24a8d93fa939db2dba58b2fbc619d7825dc4762d023790fb6cce
SHA1: 3d9832f9fa8cb3dce9b1daaccca54ff329170153
MD5sum: 747a18a29faaaa1064f7fdd05f0aed2c
Description: debug symbols for libpgtypes3
Build-Ids: b58cfa3783e94ca216630c32a186b730f0816f20
Timestamp: 2022-08-08 13:33:32+00

Package: libpq-dev
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 587
Depends: libpq5 (= 12.11-1.pgdg+1+b2)
Suggests: postgresql-doc-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libpq-dev_12.11-1.pgdg+1+b2_arm64.deb
Size: 141020
SHA256: 979735ae0ecfc2640dd651a29ff83796223dd915d9fef7ac337aa206144ba8cd
SHA1: 16760b7c38c1667bd438c9262901962c73f1f5a7
MD5sum: 4e4b66e9ea6751ea6b8fda3e22c1dd53
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.
Timestamp: 2022-08-08 13:33:32+00

Package: libpq5
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 790
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpq5_12.11-1.pgdg+1+b2_arm64.deb
Size: 174060
SHA256: 9b22a6ae558e8293313dff65590a94baeb2cdc72e1bdbd6b646f604ce494a27d
SHA1: a67b5ca426a1c7024204f2a090cf686dd844bfaa
MD5sum: 284267fde2ef4b545cce15d00988281e
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.
Timestamp: 2022-08-08 13:33:32+00

Package: libpq5-dbgsym
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 283
Depends: libpq5 (= 12.11-1.pgdg+1+b2)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpq5-dbgsym_12.11-1.pgdg+1+b2_arm64.deb
Size: 249684
SHA256: f0f25537d48d03173d6299663d6d19f6e3d6bb22fcbbd539fc59f4167e43bc80
SHA1: aecb1a26f0973985006fdf2bfaaf150dc45d6709
MD5sum: 2edbc6ca59db8cf671663fbdb34b1463
Description: debug symbols for libpq5
Build-Ids: 443444239ee7fd317cde6899060490bae978c7ae
Timestamp: 2022-08-08 13:33:32+00

Package: libecpg-compat3
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg-compat3_13.7-1.pgdg+1+b2_arm64.deb
Size: 24628
SHA256: b61e31bd85f8c71e2cad3e7ef2fa88b652cd02412351084c1fdb04b72aca26ff
SHA1: 342972413fcd8cbb807f530ae22aac5744105a95
MD5sum: e575da87b923891d0d0d11434af5ac88
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.
Timestamp: 2022-08-08 13:33:49+00

Package: libecpg-compat3-dbgsym
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 13.7-1.pgdg+1+b2)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-compat3-dbgsym_13.7-1.pgdg+1+b2_arm64.deb
Size: 39740
SHA256: 8a15030dba1f5dda349ef7ce64a1af722e138ea828a11d2093e5a3d37c32b354
SHA1: eb091bc510a189dc7ed10bdb405a3c6fa234e18a
MD5sum: 941b1d0afafff01920c54c106d222f9e
Description: debug symbols for libecpg-compat3
Build-Ids: af5ba4e3eac86c0c594c148a66d525ab1156f32a
Timestamp: 2022-08-08 13:33:49+00

Package: libecpg-dev
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1510
Depends: libecpg-compat3 (= 13.7-1.pgdg+1+b2), libecpg6 (= 13.7-1.pgdg+1+b2), libpgtypes3 (= 13.7-1.pgdg+1+b2), libpq-dev, libc6 (>= 2.33)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libecpg-dev_13.7-1.pgdg+1+b2_arm64.deb
Size: 266324
SHA256: 64f4f15e193718fd2d8b6ddbd74f2f19733e08f95cfeea06fcc8a187df84f16d
SHA1: 1e709cdf31bb2b829084e3f70c08618f4f498df8
MD5sum: a2e4e529fd236bbe1a4b4f0d308d0a69
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).
Timestamp: 2022-08-08 13:33:49+00

Package: libecpg-dev-dbgsym
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 285
Depends: libecpg-dev (= 13.7-1.pgdg+1+b2)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-dev-dbgsym_13.7-1.pgdg+1+b2_arm64.deb
Size: 249068
SHA256: 087ea997b3d7b5cefb0461e0efaf20f06f05264c104b67f336754381d6819880
SHA1: d536d93b7e1245fa7ee72619827a785516d72742
MD5sum: 066dacdc617ead6d2a4fb6f9f05714b3
Description: debug symbols for libecpg-dev
Build-Ids: 772c15a721bf96528e0cedeabe5702bbfe532bb2
Timestamp: 2022-08-08 13:33:49+00

Package: libecpg6
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg6_13.7-1.pgdg+1+b2_arm64.deb
Size: 58208
SHA256: 3da0a82f606a52f07d462a9681984f5f18696967bc0d711e76c696e723b69d0d
SHA1: 7bd31c8eae909c0e45b78119e03be618a0bdf809
MD5sum: dbbfe234bdff144fe961f249d83c4002
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.
Timestamp: 2022-08-08 13:33:49+00

Package: libecpg6-dbgsym
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libecpg6 (= 13.7-1.pgdg+1+b2)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg6-dbgsym_13.7-1.pgdg+1+b2_arm64.deb
Size: 112408
SHA256: 2984a5e109ee953f141611523dd216aabf67a3d8b27deb68532dd469dcd56c13
SHA1: bf7dffe9acd2eff1c6d6928bda592b2b16ed1a77
MD5sum: 5d5a67c29864d7c805619fc374b9eaea
Description: debug symbols for libecpg6
Build-Ids: fe6c48c452d894516135c48fa23f857d46e26b59
Timestamp: 2022-08-08 13:33:49+00

Package: libpgtypes3
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpgtypes3_13.7-1.pgdg+1+b2_arm64.deb
Size: 44636
SHA256: 8a32c5799deca14ec2b97513d77e38698377e43e67c4854f7ba4f944e5748b06
SHA1: 426fa93d2069dd5eedfbdacd03878f18a8813196
MD5sum: 9ef89fe188a59eb6488701aa82413202
Description: shared library libpgtypes for PostgreSQL 13
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-08 13:33:49+00

Package: libpgtypes3-dbgsym
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 13.7-1.pgdg+1+b2)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpgtypes3-dbgsym_13.7-1.pgdg+1+b2_arm64.deb
Size: 88464
SHA256: 893348d74be7b4110fc7577bcd49b0ca8997461402e7d9ee3a732f7a97d70033
SHA1: f42b33d759b93e99328ff0dba9cab5d32b4f211f
MD5sum: 83951aaee0e3ec41d36b269c29c264ee
Description: debug symbols for libpgtypes3
Build-Ids: c1d0aecdc0202ff18a206977f905cdf101c9bcd5
Timestamp: 2022-08-08 13:33:49+00

Package: libpq-dev
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 566
Depends: libpq5 (= 13.7-1.pgdg+1+b2)
Suggests: postgresql-doc-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libpq-dev_13.7-1.pgdg+1+b2_arm64.deb
Size: 137264
SHA256: 954406f22012fb06959cf5a4b91519173be79774074833a2a7e34c0b29eb2675
SHA1: a930f700cd2f3722c987602ec7cf22a1da02cf09
MD5sum: 437d9a736d39b2896ad921e221a91377
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.
Timestamp: 2022-08-08 13:33:49+00

Package: libpq5
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 786
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpq5_13.7-1.pgdg+1+b2_arm64.deb
Size: 175008
SHA256: 256b89a283e9d087d9c6ecf26112d9aed40a7626ddf65d089c995fad69166935
SHA1: cbc417ba912cb0c93acd7650656a5e770200c2ed
MD5sum: 08d0f8823aa5d81621029d9fc44b93b5
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.
Timestamp: 2022-08-08 13:33:49+00

Package: libpq5-dbgsym
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 289
Depends: libpq5 (= 13.7-1.pgdg+1+b2)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpq5-dbgsym_13.7-1.pgdg+1+b2_arm64.deb
Size: 254916
SHA256: 2dbe1477e241d6eea4814db5184583e87fea535467dea57b61c11a393096eb8b
SHA1: 08d88b6d3b74cfdde4f570442332fe06600b2779
MD5sum: e6da3f6fc95d608f2e5efb474db8eebf
Description: debug symbols for libpq5
Build-Ids: 8eace5dca8cc45ef66115cad2bf44cabad7ceaf5
Timestamp: 2022-08-08 13:33:49+00

Package: libecpg6
Source: postgresql-14 (14.4-1.pgdg+1)
Version: 14.4-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 265
Depends: libc6 (>= 2.17), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-14/libecpg6_14.4-1.pgdg+1+b1_arm64.deb
Size: 55304
SHA256: c74e526468fdf78c34950afb5cf1f0dcbb58c618959172152077c024f5745fb4
SHA1: 985ee9d6fb8130109e4f2a5181c05705baee777f
MD5sum: 16fb700bbef2df5b05bb19b083e9879e
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.
Timestamp: 2022-08-08 13:34:06+00

Package: libecpg6-dbgsym
Source: postgresql-14 (14.4-1.pgdg+1)
Version: 14.4-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libecpg6 (= 14.4-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libecpg6-dbgsym_14.4-1.pgdg+1+b1_arm64.deb
Size: 112356
SHA256: 9ef0a4f33754cc3fa914b2180cf395369bb0db0a0ec804235dcf25542e5a3492
SHA1: 3f577472eb629cd439d4060a61eb8e1df4f853c6
MD5sum: 861294dbf8a861a890f469bf1c3c95a2
Description: debug symbols for libecpg6
Build-Ids: ea92ea021701c8d06f3ae98315b3065b206f3d6e
Timestamp: 2022-08-08 13:34:06+00

Package: libecpg-compat3
Source: postgresql-14 (14.4-1.pgdg+1)
Version: 14.4-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-14/libecpg-compat3_14.4-1.pgdg+1+b1_arm64.deb
Size: 20944
SHA256: f3fb0b67b75b00040beabdd85bf45594a447918d817b90e99a83ae8507f17d3f
SHA1: 2b51676a6643e902ee4f4944bdb02f56bbef9c89
MD5sum: d26d225cd767746af21d98c0e88039bd
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.
Timestamp: 2022-08-08 13:34:06+00

Package: libecpg-compat3-dbgsym
Source: postgresql-14 (14.4-1.pgdg+1)
Version: 14.4-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: libecpg-compat3 (= 14.4-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libecpg-compat3-dbgsym_14.4-1.pgdg+1+b1_arm64.deb
Size: 39788
SHA256: 2e7985c32595ba09b4fb293d6d3e62bb2b31f9a25cd7aa32d9d054bc16232493
SHA1: 78496d662458b041e118e32d1640d3f6fa16fdf4
MD5sum: c22cb5e237d1aa7bbefc98b96a1d0cbf
Description: debug symbols for libecpg-compat3
Build-Ids: a976500b4d4a30a88ebfb766ccab1f51183f8e98
Timestamp: 2022-08-08 13:34:06+00

Package: libecpg-dev
Source: postgresql-14 (14.4-1.pgdg+1)
Version: 14.4-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1594
Depends: libecpg-compat3 (= 14.4-1.pgdg+1+b1), libecpg6 (= 14.4-1.pgdg+1+b1), libpgtypes3 (= 14.4-1.pgdg+1+b1), libpq-dev, libc6 (>= 2.33)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/libecpg-dev_14.4-1.pgdg+1+b1_arm64.deb
Size: 271916
SHA256: 7673cfa2e14cc92b55fb4a8a2010ee57cdb14ed9835f59f69457bd838c72e524
SHA1: b2eeb017a25d62c370a9d63784445988e8ea2b21
MD5sum: 359b61dc5aec9663c4982daa333c0564
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).
Timestamp: 2022-08-08 13:34:06+00

Package: libecpg-dev-dbgsym
Source: postgresql-14 (14.4-1.pgdg+1)
Version: 14.4-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 298
Depends: libecpg-dev (= 14.4-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libecpg-dev-dbgsym_14.4-1.pgdg+1+b1_arm64.deb
Size: 256108
SHA256: 4a534868b683f396dc1726baf6f8959a37020a35afac73d15f887124b5eff5d9
SHA1: 5ff76e69c794a3b1d1ea72fe58c2b353b9a32abb
MD5sum: 424d52aa7e8abe825be3ef636ec749aa
Description: debug symbols for libecpg-dev
Build-Ids: 7dc39ba9086d9acecf8ea85970685adc1df10591
Timestamp: 2022-08-08 13:34:06+00

Package: libpgtypes3
Source: postgresql-14 (14.4-1.pgdg+1)
Version: 14.4-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 165
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-14/libpgtypes3_14.4-1.pgdg+1+b1_arm64.deb
Size: 40928
SHA256: 45a2787ad9d60328c34d8ab52634df344847d94bbdf73569940ad1e9885b9d03
SHA1: b29e05c8c43571b02c3117d4bd9d0d7de70ffef2
MD5sum: 0902ea45f3fc483d751f426cd148444c
Description: shared library libpgtypes for PostgreSQL 14
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-08 13:34:06+00

Package: libpgtypes3-dbgsym
Source: postgresql-14 (14.4-1.pgdg+1)
Version: 14.4-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 14.4-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libpgtypes3-dbgsym_14.4-1.pgdg+1+b1_arm64.deb
Size: 88636
SHA256: 297c02a3e86cbb3a80451945f979a47ffc456a926e6a4efc08b5633985790f8f
SHA1: 069330d059b2e17b850b66392d8f716ee8dcecdc
MD5sum: a7178792c7c526475df04078b679f3d5
Description: debug symbols for libpgtypes3
Build-Ids: 9fe1696607d14a9922443ebe6fcf8d734d7dfe25
Timestamp: 2022-08-08 13:34:06+00

Package: libpostgresql-jdbc-java
Source: libpgjava
Version: 42.4.1-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 1034
Conflicts: libpg-java (<= 9.1-901-1), libpgjava (<= 7.4.7-3)
Replaces: libpg-java (<= 9.1-901-1), libpgjava
Provides: libpg-java, libpgjava
Built-Using: libscram-java (= 2.1-1.pgdg+1)
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: java
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java_42.4.1-1.pgdg+1_all.deb
Size: 952408
SHA256: fcb5e6c48bad25d7ca193823d1beee310f8bc33703c5b05ed6f4c6dac38d53aa
SHA1: db26087fd7050f1ecde8d1692eda860ac0d08f4f
MD5sum: d1f1b2e509c2f1fe0d6d5a8a1c7922be
Description: Java database (JDBC) driver for PostgreSQL
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
Timestamp: 2022-08-08 13:34:06+00

Package: libpostgresql-jdbc-java-doc
Source: libpgjava
Version: 42.4.1-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 11331
Depends: default-jdk-doc
Conflicts: libpg-java-doc (<= 8.4-702-1)
Replaces: libpg-java-doc
Provides: libpg-java-doc
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java-doc_42.4.1-1.pgdg+1_all.deb
Size: 644056
SHA256: 32b6f6a177387af6d0c79107177ef35f14babdc4ec7e4adb577a7c2e65e954ee
SHA1: c9bb125ba8b6a01e78ea204a6ac7e886f3e6bba5
MD5sum: d7279ca5805102c7213a357ce11439d2
Description: Java database (JDBC) driver for PostgreSQL (documentation)
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
 .
 This package contains the documentation.
Timestamp: 2022-08-08 13:34:06+00

Package: libpq5
Source: postgresql-14 (14.4-1.pgdg+1)
Version: 14.4-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 748
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-14/libpq5_14.4-1.pgdg+1+b1_arm64.deb
Size: 165704
SHA256: 5d4d436288c4c8c7d66b4fc10d61923fde3cdb7a8e1715a509ee06ccbd26812e
SHA1: a952e3d9d2f6b32ee225ef352beb3f5c304815a0
MD5sum: 30ab03ea4775803b3ca76b4c1a6f482e
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.
Timestamp: 2022-08-08 13:34:06+00

Package: libpq5-dbgsym
Source: postgresql-14 (14.4-1.pgdg+1)
Version: 14.4-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 302
Depends: libpq5 (= 14.4-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libpq5-dbgsym_14.4-1.pgdg+1+b1_arm64.deb
Size: 266992
SHA256: bccc5dbcd9c9af18624f44a6b14eb668f8c2464532b9dc881c9c576e43cf7e56
SHA1: fdbf6e0bb76e4db6060d20eefb8567961e8ed2b0
MD5sum: 26de19a950433ff6e06c538607de2320
Description: debug symbols for libpq5
Build-Ids: b6dfa2e656941af20b679df421ae88404628ed9c
Timestamp: 2022-08-08 13:34:06+00

Package: libpq-dev
Source: postgresql-14 (14.4-1.pgdg+1)
Version: 14.4-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 572
Depends: libpq5 (= 14.4-1.pgdg+1+b1), libssl-dev
Suggests: postgresql-doc-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/libpq-dev_14.4-1.pgdg+1+b1_arm64.deb
Size: 135704
SHA256: 1fa12ae81919e5b39cccb121e2dab73dff358e9d6a202a76d8a37d217a9e6613
SHA1: 90debdc6f4c4a62e318d64be56a8bc4e3f9d1d58
MD5sum: cb7e1e523cacaed5d24b76b6ad083d93
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.
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-10-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 158
Depends: postgresql-10, libc6 (>= 2.17), libgdal31 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-10-ogr-fdw_1.1.2-1.pgdg+1_arm64.deb
Size: 32736
SHA256: 1cdbc1caea25d4c638085c39e2f0372136cdb13246a7d376eec7100c626068e7
SHA1: 2457dc49dd84e2ae0e35d593d87a60f35821ec06
MD5sum: 35101b76ca1fde15d7021e3b7563291e
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-10-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 151
Depends: postgresql-10-ogr-fdw (= 1.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-10-ogr-fdw-dbgsym_1.1.2-1.pgdg+1_arm64.deb
Size: 117828
SHA256: f08535869332c007efb574150dce1ec97e11b784a18264bc0543572ded6fafeb
SHA1: 26d9b5b10acca5307c42425b99cc4291e4b901da
MD5sum: dcf39396418fd13a31b59932c5867626
Description: debug symbols for postgresql-10-ogr-fdw
Build-Ids: 294774d89cc9ccc9d84d962d6428d438b5eec86a 2d5b8ec70841db102fe85629fb0646a2f48410c8
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-11
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52291
Depends: locales | locales-all, postgresql-client-11, postgresql-common (>= 194~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: postgresql-11-citus (<< 8.0.0.PGDG-2~), postgresql-11-cron (<< 1.1.3-2~), postgresql-11-pgextwlist (<< 1.8-2~), postgresql-11-pglogical (<< 2.2.1-4~), postgresql-11-plsh (<< 1.20171014-3~), postgresql-11-rum (<< 1.3.2-4~), postgresql-11-wal2json (<< 1.0-5~)
Provides: postgresql-11-jit-llvm (= 14), postgresql-contrib-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-11_11.16-1.pgdg+1+b2_arm64.deb
Size: 15440972
SHA256: e0aaa5ac6b806047e8780db5ac421d801b5aec3703ed71a23ba3c3171e54e90b
SHA1: 6e570f56360903780050e0638ced405c6ab26ed5
MD5sum: 801d17750c4530abd85b887e3ed4782f
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 11.
Postgresql-Catversion: 201809051
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-11-dbgsym
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15251
Depends: postgresql-11 (= 11.16-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-11-dbgsym_11.16-1.pgdg+1+b2_arm64.deb
Size: 13723740
SHA256: 71f74aa09e02a6b851b298e2924429b65bbf44328870b9ee09dd0f637f5b3157
SHA1: 84b533addeeb081c8de4118254731855a5dc6ac7
MD5sum: 4aaebbf65b7861ad0e27e721bcf07e7f
Description: debug symbols for postgresql-11
Build-Ids: 00a1573f27ad9f592005b5c627cb746bb5c8ff69 024805bfb9f11d01968c92c3b4d07a19b34776ba 03f59648690bad5be9fba7c3699ea2e1f12b8554 069b1e3aa6782e013ccc3c4affafaa087df7c8a0 081855ab0cdc88baae0981500a3dfc8ce6e097da 0823532c9df70dcbfe671703952030402b18da9e 0aa69d80b52c6850accfbdc320a2139ea56a7ce0 0f0327e18ddf6bc28774058adf0f60b3ea2ea1cd 10c96f4ee5fb766c47808c85757f4efc488b9d80 1d201dc45c5819fc704a09017fc99d5e6f60716a 2151a039234118552c94233edb5293895f6c00db 22ea9dd9d1ad2be467ca6cc98d6b476473bfef57 240b2ad95bb4af620f8eae3c975fbad055e8856f 2469c29dfcf64834dac264654879b38e66b9282c 295bbb40eb87c074ccc74a46d6940f4b12a6be59 2b35a5c801150cf38fd0944d92e7255960a1f95f 2d1e3b88600347f689456245a245bb3f22f3eaac 2d2c3cdaed91f24338dd90897c58c28f3acaa932 2d46ddc9fb28e8577bbe2bc24590f6e617bc4f0d 2f0031eb1a85a802b8187f2294183c551f827d1a 329d1706e3050f376b2ed939e787a82bcabea4fc 3587f783277fbae67b34331de9d370a43fed3b7f 37925ce26fd5b55569b043d459d357bf57a396d5 38d58e6fb629c654e28d78e22ac6772eb68aeb9c 3c597ea6e8ed6bb15085cbd8fdecdcc05668ce51 3d7b35f883b31ea96aa66722cda31e4559a508d3 448c34bb2e05eb7b72e6b2a4aef311123d6a238d 4b517491b556b504b280e9fd9a3d148645340264 4baecbbafa7b1c00622212f378b82689cd5abe3f 4cbec551e71f01b308693be271d06d0e783ae63c 523e734c055e1eb129fc6dfef7c2452e3d6f423c 551964cfed87e4b8e82510473365587fc8ffe01c 599479cbd8aec1f3e9760f24e5765a8b87d6f5e9 5aaac535ccbe5a58d02057de4dafe33bfec66061 5f1583db2155e81ec6cc9fd9fe96c7d1ac4ea4d4 60153ef2b80bfa54568cfecd82a5ebd29a5f0db1 645481339a255a615252151d3d856f1b5f997329 664d1b93e5c697ebb8c770d501507be37701785d 66c947e1ad3e2d3aac35c9c2b761f8e7a3197861 6a0bc6e16de9b3dfe1e8e1fa1fbfc23a9e112b1e 6c513973f24cdb0f5d17c85a6522e98db6f6d8d4 723da58da065fe5c8225543bc47c60c1a7e623ae 73381062e0246cb86d2ce05aa9e4b18e96b370b4 7733f0f998f0c4042c30dabad8da54214ded89a7 7920e78d53e9899de83518b869a157041a68a7a3 7b55b8db2a0969efc012c923c3aa5e276b3cae98 7d723556170d1422530093390c6f175e8451b78c 81a1ca327b2b771bb3bb16c43072623519995e50 81b2262d3869fcae9e6318180aefeab8990d73f2 81fcb0aeff79424e0e960fc760ce34dfa18d9473 84cf870b7a32be11c457441e98edc474a2ffd14e 84e65f4e91e8ddc068137e8e643846cc87515fc0 8e64fb508dcc988c6ef748bc8f6a5a06c75d987e 9624d42757e6deddb45efa5da3745580e567feb6 9936da08457a4e59e1e5c3c1602ca46b6c04b4f0 9a5e8f87154b11c4cb2eb39edabb03cd65852cce 9b9dd5874329fc6dc824476eafd43cb75c8302b2 9d9ea6ca688fd1d7bf3dab42ac9358951faf5357 9f424847429fc6b8b3f48a101b3472d94daf2650 a0e4aeee5375d9de023f65bf1471f86f62572d2b a1f66ec739d1b0c78808486ca33b31cab9c05692 a2481f862d9fdecd2ca580c33b47e8a9cf9e3b7e a319bcea20db1365e80aba15125d7cd55631660e ab2b34a5f1f66193a93d598f4ad7167161a0df75 ac7fc3042cba75158ce0676dc3ce532ad40d9aa3 b03438ac74312d50ae42d304e5ee5b89e93e7db6 b401440facee15dc877873cd06723357d6028283 b63ee3b37845687482576fe55740570f11744715 b6c389121cc7bb610f0e9f7858891b651c130dec b92ef2f18e6db49a1ab6cfccc866f29238b986d0 bc9f0c4469c1ebccb79364a9ca8bc846646e3890 be5083e1fb74f7f975e229be5e1da3a9955c7397 bfaec6239b6382a53c798557ec1a28968db037cc bfda2c250599037872b8de62dbf2c4c6bc59e9a8 c21be4275706083d94b4218206977f723044a63a c21d12e3ecdfd328869bfa9e9261e676c093c0ce c6013562d44daee641a84589ae03ab2d71ca36d0 c85e6ff609b113d950c8c0266709fe0df1934dc3 d0ba49af6849c4cfca0fc0564d37485f4c391e01 db906c3e545000bcdc7c90e4ca42c9e8ed96ebf0 dd606dccdd0601c4cbc26c4cae902354c3026e52 e3592ca159af01978eed81c66c6f2cfe4482d603 e3ab6de3737db9b5cb0bfad8b6698c3d608f7cac e3bf10fa69604e95ce46fc4d1b1314fd9efe9adf e870dc295e7630c525845fc68a6934ad472d7834 ec188e46033ad73ea5cd64a3aaf63acab6b043f7 f14590b0d010f07107671862fea3f73a8543ce38 f200ecc6abe680829fd28055a03d4d1f386a78db f5515f927038b77785c649203ef7fab7b52f0af5 f9fb857b22a9fec61b0fd7730089b1dce23791b2 fa7d07f2d0e1aa33fb1d76a87eebb1354ea43424 fb537c77fd786d253277142a66d5d276cee2c0be fb717a1b2cb06e6a929b82f1ff6fcd380a5dc6a3 fb77d31e5b57f21f40a0660e84e53efa6e54de36 fe7dbc87cdbb3202e73dedf98a063678b84a4981
Postgresql-Catversion: 201809051
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-11-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 284
Depends: postgresql-11, libc6 (>= 2.17), libgdal31 (>= 2.2.0), postgresql-11-jit-llvm (>= 14)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw_1.1.2-1.pgdg+1_arm64.deb
Size: 100392
SHA256: d9d1258d96e868ab99220954843925a0712e3477d7818367a25990547eec3422
SHA1: 58ed55d7b90c0ea94a044b23972d867bc31b5f39
MD5sum: a2edbdaa2bc65798455efb1bf0201afb
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-11-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 152
Depends: postgresql-11-ogr-fdw (= 1.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw-dbgsym_1.1.2-1.pgdg+1_arm64.deb
Size: 118820
SHA256: 3be1cdec42567a8593df445d2c87035b910428e587cb7d99c1556adfadbc9b83
SHA1: ee01f441cb1309fa5cda574158ba5e3bc62584ef
MD5sum: b31149d77305c731d58ffcfdabb30221
Description: debug symbols for postgresql-11-ogr-fdw
Build-Ids: 31f840e4097e7f4247c2b784e5e3c69ebfae661e eafc027e9c2747aa6b2a8580550a3c131a5b2a1c
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-12
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54195
Depends: locales | locales-all, postgresql-client-12, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-12-jit-llvm (= 14), postgresql-contrib-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-12_12.11-1.pgdg+1+b2_arm64.deb
Size: 16095584
SHA256: b8ef135201e57ee1dcc11b884789a7d7a5b177392efb2efa2aa52b2d4d7baf3c
SHA1: a5f3c77ce8baf912fe417a7c12eb53541f7cbc1e
MD5sum: 99ed3647c77a5ece6b317302aa9744d0
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 12.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 201909212
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-12-dbgsym
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16387
Depends: postgresql-12 (= 12.11-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-12-dbgsym_12.11-1.pgdg+1+b2_arm64.deb
Size: 14809028
SHA256: 3b3fd2b63f4b6f73e59e5865a8065e2379ab1f26f5481d7f7a6a819bd6a1c181
SHA1: 2fe02ca959f82a179635efded750e934f3efcb32
MD5sum: addf397d7c587c01734932f1705f4523
Description: debug symbols for postgresql-12
Build-Ids: 114f9c8f17f7fa4c06cd742fd36cc2fe07d596d5 119be5a50c54383a4f6d87fde8f2f86f1277f39d 143d422cb17d133ff61c78093c95ddc1e6605ac7 1b07259a5cc16c28e74c00b847919c3b91d2ba23 22591f49adb976a02b7896e1477f36e3e152e4fb 22f6ab1088cd1942432bc6028f190f3846362343 267679415e4eeb81090e2c8446c17add2d808a89 27a7e73a2fefb8de0284687cbae50f96a5912632 2c7227ecde2edad6a51156dee80fecd4ae9bf0d2 2f2a59aff582e62165b8ae5e4efad9347a7900ed 316cbd2045e15024fc18aa0f0358d1a3dc952fc9 32fc76c14c928b7085a0de75e7152e3461a1704e 3408e62094f7ac606e75f006d0157d2151225916 37a634abb3566a8bbed5601526a3ffa46e37c9c0 37fe213a5d57096c0f48ed218a51c0ab6dfb2586 3806097cac4c9eb0b761638bcd334e77ec6aa031 3b7302acbae168e8bf1a81a578a67585a4d97980 3b8c01e7b5f900237351ce7a7bb8d797416ee320 3e82baabbb1c86fef194cff5f1366d900446ae41 3fad9ec8a1881ea1f3ce17d93b3b8a7216259c39 41ad49f165ba919e4874d9d91267a028c8a38d35 4671c346d0f62ec7389c77a5539c5bb2f15c3d23 46c0304cba9e4387fee70d8fc5c287733ca3ae8a 46cda373316314b2cc74393561ae62eb26a089e7 47a96f2575169c3ca3fda53210e917b9091fccae 4945d29ceb393b4758a5bb7af29df8687d9b41d8 4b3913fcdacf317d69ba5e62190024ebea7c3e48 4f6ce3fd6746213cf71c9602a14a823bb198d1f3 5011e78bb0c3c68624fe401a29e39d39be15e4e2 529b923bbbb926bc91ac96d309c8b684ed94469c 537e9d361b75bc4e49c00e2dc62fd7a1cff7483f 54f123d968d42eb7fa2a69001bc8d2fe55627429 58d5e0628a683cb74a783a5c5c84dd104cd24507 594e0f9094d1e771000ea5bb7ec67db0fa5ae432 5a0f66a9a4a1a18a96a8dbda8dc95b5c13ad2e0a 63c87752050a43873fbd3f0de2f5dcb72f9ec6d9 6577ddf83d4f57fa22b8ec58de141f4f850d3c19 66b573b7b7377311aadb1a42d9261e9e33afd8a2 6881354d593068431c5105d4a73675e4ac3da741 697eed4c2f1c818bc1f801f087be464421735d9e 698d8c33e9b8a56ab2ce1fd1d799f73fdd608ed3 6f37fc2d1770bec9c54e5a8e8712bb178335e9e0 728b5b74277801a172c22453fa1672c67eeb29e8 72fdab5357a3fe4c8bb8250c434c7fa48c9d90ce 756f17441568863f3e52155cd0fff944f3cd7fa6 79c9fcf2e94cba50c9153dc6c63c0967d441b418 7acd8ee3bd1366db8c80c329cb2a0f74347d9e82 7bc97c8b0130a1a09f4e90ac7420a792fd0e02f2 7f1e93d9baf53cb512105ff1bb669fa51f8104cf 83ed8992c0c494221d44220aa71ff8b3f17c06a3 86b222754bd0a65cf6cbe4ff53f438e55a12d4a5 88bd54662c3c05f1d87bbdeead771069958ed0f2 89e993642ef7322bf813a17960f36bd90d758e29 8b75629b1087b2afa9f2ca0904d138ecc6b53fe5 8fdef59460b587d4a349eccf373eefa05447827f 969d9839bf80ff733757eb10fc14de77ea127e48 97862e020d4f7563284d59cf06ef3266b7e029dd 98041d8f7b3000a1d72e4713c1d0f781fbbca72f 98531ca19c6506028c6a01afbc594caea53ef610 98f35658b5a91d57e51c4858ff98861246094abf 9a734c10a5c6691c685bde3c97724caf436a60a7 9baacfd554a8538370b78f675195cd9612fea311 a2b03a15fe3d3bebc52787ff84542435ebd6f2f4 a61de19295d1b7983b3159bdd9f1258ef2e61f72 a9659e7015c94cdceffef30ab95ca5b15bb5b1ca af0cb1bfc3100b0bcd67d3256f6d3de6f2816690 b15fffb7527d5004a08da26d324cb8acba1fdfde b25b9ac9b5a45ed6bfbc5f4f30cd1a45d8c6ad2d b46cb95729522962b2476f8cd079d89a6a0933d5 bb59aebcc4bc2c255cb817cfb0452bb2f6d7b9f0 bd215bb68f4e84503dd242c5cb430043f64bfb49 c1333ce53986a748ef95c52a2062bf9a30d3e9e6 c339acdb35aac519ead3addc2b9ecfdbe2fa5c8a c86b38cd971eefa5492b447722835dc03446a25b c892222ce55a91838418633b125ee193aedfccf1 cde624e801c956a65713db0eff808345dd0f801e ce2376e50e8f3cf4e77ceb724aa6afc3b35af178 d16ffe7ad6d27174b4a62dd923bed8b05485d8f6 d40ec73b6140efe81681d59f4d09780514f77dac d82c483b5d0410de42648cdce86a8fdffcc53103 da19e006beaddeacd8505285fa43d09ba0c47b0c da900cf7605a07034050fc87968517faff98c6d4 e0a255fadefa0413d8474f8881234027ceaf5fa0 e191163e08d2565a93a27f187512655e035f1879 e8592919d7bfea96efcd1d84b71c9a9c7a25e36b e92e063ecff6b6b7fa00d81b3b90b8ac2bb9110b e974605388609d392ab66706773b736ca106e797 ebf372ddf0d9035d90d8de6c4c9847b1f2a4d7c3 ee279fd9cb15faa8748fe82ee8c0034c095ab7ce eebb27fd639a74edb9499acde5ce4d8850c2edbd f52e40e35c1a8a97818da1750739d5d7b90060ae f5e4089d684fe4a226de7fce1685e2003ed9dc8c faaef9560cc5f2561e394ca335dd8ad40ff3ecf2 fbbf0ed234c802b0764724a4d58ea4bcae7a4cdf
Postgresql-Catversion: 201909212
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-12-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 286
Depends: postgresql-12, libc6 (>= 2.17), libgdal31 (>= 2.2.0), postgresql-12-jit-llvm (>= 14)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw_1.1.2-1.pgdg+1_arm64.deb
Size: 101756
SHA256: c7bdd8ace8197579357aea9eb486119f681403708d7b4e77d6da98779863144d
SHA1: 8a2f0c9f8431213aba8203d3ea753a683850cd61
MD5sum: a48b3cd5b2e9274e5d4ec6ed26a60f32
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-12-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 157
Depends: postgresql-12-ogr-fdw (= 1.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw-dbgsym_1.1.2-1.pgdg+1_arm64.deb
Size: 123856
SHA256: f742e7e80ca2a48d4b6ec2db5dc512da5d702655183652af1a7b2d072259bf67
SHA1: 4c84fdbc2a5ffa16b40061fe13944ddfcaefa8ad
MD5sum: f8eccf909997284c125d63b23b562a2f
Description: debug symbols for postgresql-12-ogr-fdw
Build-Ids: b9012ab5800c547c880a84ba7dfac1f777c92f73 e3368ff6861b431c7026adff69f00702c0cf7522
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-13
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54001
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-13-jit-llvm (= 14), postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-13_13.7-1.pgdg+1+b2_arm64.deb
Size: 16399840
SHA256: 7ba136f4799821912cab5d0f40096965c3aad74cce9206eaddf3a8358c70ff7c
SHA1: e38ae8f66d09c8da31fe68720862d5aaa6ee7a4c
MD5sum: e18253d3c47cd15a76a35c5f613aa3f2
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 13.
Postgresql-Catversion: 202007201
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-13-dbgsym
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17202
Depends: postgresql-13 (= 13.7-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-13-dbgsym_13.7-1.pgdg+1+b2_arm64.deb
Size: 15571936
SHA256: 888b5f8a4f17b2e78423b38cad1e71f7d19a604e534401215bf3bf7ace8a6c45
SHA1: 506999658bb8dc1ec688b2ba204f43dbaed2293b
MD5sum: f8369aa038ffce711ac81756ada4172f
Description: debug symbols for postgresql-13
Build-Ids: 007b7f17a4023693b5352ce6e55789e3786e1dee 00a3ba2db281438cce770f6884e28c5bb373b3ce 01ba50df07e96f45747f91027a5855c004069abf 034465d614bdf4214963f59634ddec636b4bd99f 03ac0908671a19b209ce8005e5c5baa6a3785577 095198d85bdc70ae695c4b32da2bedcf5333b757 0ac0fdc151f676fd036f12346813ad557d5fa706 0d5d8c07b633ea90f2d1fad695712d5500c4c4cb 11252c107e4a24e8294d2e79b9bb0e76e8f9e4e5 1832ecd95380134a4ca11891f3dc08c8ffa97a59 18628f6b8f830d90776924a1d186d91b161befc8 1b04be93380e7146c0681008cd4632494dd8915e 1dede1a4c0eac1e88f9bc9af7928615d67c71831 1e63d0a9823c624854ff02fbe6e4008d2964279e 20a95d9d241721a6ea86456525d096b5ce8edf6d 20dff0371e29d29467f94439167f0851b848a5d0 22de320ed6638d3a20381f467c8475f54eb50b1c 2723aabfbb62ddd162f1c4c936ab9090904ced9a 2abc46d3f21111964ca1e2ce088866575eaa8939 2ef23198a4d0a8baee33e19bc4e20f2551b72da9 33fce2e5bd8574c07c173f6fa6e2308f3c42ca97 3451b2987624aa88566d4996a00325362b8fce97 34fc54c3821aded8e4f2e112d15f32599baa4eff 382ac580fc19978d0a4711d46dd158fc45efea15 3b410475233cfdcf1210c5770a275a01c52ff8f2 3bc265b6390615354caba613de4011d8a70d2650 3f073375e0c172afd3eb47928eec753afa2490f1 412c333ee5b87353054f89939f3a6d6f432abe45 4195d150971bdc5043d4921e3f83ef296bdd2237 41b299dbc91684e913f358a26f716ac694cc647c 42b50b8808b1fe5cae07c3402805c190f83ff55c 4380056a0ce21e038dd8d12721a0ec6a09ef4d8e 44711d571ecebaf1d1f7080b4ffa9c186aa77fd9 46f812a93904f8d8eadf836f0b68218f4e72901a 49b20c87e0b566b0f63e2a98cfe6a385b447ad77 4b2d208842bd879faa8fa91976dd377eb491e42d 4e3dd460481b5c60dec6e12754339b43b3d3cc51 54109ddc525f59f9034957a145dc431fce2c49de 5638c929f58a86271aed90b183ba47c3d35e7e6c 58d2f5f8ad0281f449ddf237152b286bb89fad8f 5b7025a214dfb9de70c471604d209fd8da131bee 60525416b5432464a189bbd1c8ea691315e274be 6603755e47cee9cb18071e161b5334a5394cc2db 696ac31e620c2d41c7cdf4f9c97f6edb5e06d011 6c6de6c5184a17863f1effb2b8ba1eb8a2a3c782 6df801b429b60ea453ea96e477ae13866bafdf6c 6f2bbed82895e02c9f996cf218dd38e76078c522 72c087117ed38ca9cc7d49811ba43f5de9c07acf 75d0b298eb74bc2bece465369f4dda430cd86923 7cf27d0e97b1d3a466f5a824766d8b4898c08a91 8689ad27103ddafd044e2e29e57cd173d7acf91c 8b15410799d13b84c8e71091d8dadcc099cb36dd 945e6aabfa61fa826d0f8a8884bfa4137513d213 9bebac5c1519ad6b9c4e69eb1993f5b864d6cbe3 9c703bd909da56e330605c6cca7d94246035fd30 9efd9639f8f4afd73d6d94b78077273ad54b4af5 9f029ca7f68f15b0e98fc2f2f02aa7a283009e7d a15580b2b58011dec971645f8426940cb7ee4ad0 a189b6ecfa5c6e8b68d6d5ce2a567fd0970cb2e4 a5ffaf775103c269bdf9d631ee0f144a0d4efa6f a912854b905c8d682987c2e4ac73441fed55b58e a95be9e29c02410cb8b9c77613a63c37c158ed2a ae970290f9859192c87810e12f8ceb5c28bb9554 b19146fd7d0cf3004c4b5bf36d3d3e86691a1f56 b8eda0f0031755ddef599b4e83d9c9cf7fb4585e ba56fb16663cc270e8d270c5a44551b4c0e98531 bc3064ca2f6d1fd63b28421c129af239fab1e417 c15721259939d08c8ceb07664cf40ed5d38ca706 c1c014e200a0f9e45c7ad61e3c0c17f4f5b77271 c551a02aacaa67ce047b383740e603ad5ad6ba2e c6c734180924f890cb53f8e17129e5c8180de692 c86a35844d33c45d985175b7ada624dde7e6a41e c9c35a6a8483501c13a048214ea1d4c4144e878d ca5f43def72937453c488d5526fb239a1b2cc45e cba46eb2161b4249238df387af5b3c08ddecc2eb d12c2ed58a095237418e6ab8ec552f9dd88671fa d27e9ace38173e2135c780b21d29108a22f099e0 d8ea37b6caec546febc25e42eb22d3ac6aeba6be dc3ae602f1df3486f95234561707c9a0308606e2 e32219ba7109eb2c4a836e07efedfa965f25b496 e99e65023ffdf8be394b9eb8865e2427eb955cf0 eb4efa57cf349dff11eede698f9969bab9f06d68 ec01043f460d50082f71af365e51845622795733 ec7c7374fdf495d7920276a2f40e270d256c5f41 ee3e8f28ea8657307c62184c8fc3431e84b1b2d9 f0354515c279120b4c21ed9bc93dfb782a665bc3 f20939e5003e755d5d49f41bc923ae1b08caf584 f20d87b253a09d7ab2c1ac0bdc75c20ab46c2751 f5b505025796a7b5ee0305a03c0d60775ee1ed9d f73088027bb1273b2063148420f8c0a30e06445c f93e3986117952d8d52a69ac5061e9013099e2a6 fe777a08750aa715c6185bad0fb60ff1c082c695
Postgresql-Catversion: 202007201
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-13-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 288
Depends: postgresql-13, libc6 (>= 2.17), libgdal31 (>= 2.2.0), postgresql-13-jit-llvm (>= 14)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw_1.1.2-1.pgdg+1_arm64.deb
Size: 103996
SHA256: eba980a3c8f29084e463f6b1d71713a3cefce83b17c036c155dc9997e8ac7d1b
SHA1: ed75f8a477d198c52425db1d4ac4fa4da2b71fa1
MD5sum: b9e7c4789c544b184904ca9f200e6847
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-13-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 172
Depends: postgresql-13-ogr-fdw (= 1.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw-dbgsym_1.1.2-1.pgdg+1_arm64.deb
Size: 139696
SHA256: ed42aeb25ec73469904cc208178e09c9c1bb5e99890943284044004fe7a25ba9
SHA1: f169eb43fc8ef29531df88ff60c599f72ae59085
MD5sum: 89ed8615d0fcc8c32c1a4ec35749a958
Description: debug symbols for postgresql-13-ogr-fdw
Build-Ids: 21f3c1081222b9d31d5d5955523f42dd7af01b0a 8388bb92d0561655dc19180ba89dcf509ec4019e
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-14
Source: postgresql-14 (14.4-1.pgdg+1)
Version: 14.4-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56082
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 229~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-14-jit-llvm (= 14), postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-14_14.4-1.pgdg+1+b1_arm64.deb
Size: 17195092
SHA256: 4bf4ef10680bc828b85b1c2d49585ce71668b971bc86404df70937c1cdb2ae0e
SHA1: 7328b9e90cbde9709777a0377ac5d138ee13dbcf
MD5sum: 172f58a7ec5f0955b991ac8d364495d7
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 14.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202107181
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-14-dbgsym
Source: postgresql-14 (14.4-1.pgdg+1)
Version: 14.4-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18266
Depends: postgresql-14 (= 14.4-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-14-dbgsym_14.4-1.pgdg+1+b1_arm64.deb
Size: 16456356
SHA256: 78436766d37c854f1f5ab61c6edb14e127d2b48dc2ad3be755b9409459868d58
SHA1: 09e85b93997324df2e1561855b48bf7b71e2f523
MD5sum: ba39a3d1984d33b98581351d49685457
Description: debug symbols for postgresql-14
Build-Ids: 029a20316270f0ac62e15a3ee7b56ffc782e8159 0401124e7c41ceaace5b97182d403571d255e0d6 094beb6604ff25c35c575d041bf6d331e58ab698 0accdf77e41fef73addc16fabbf5044cb7642f6b 107d58f59d5042f90e1826e4bee276b556ce9b89 126974b5c22be5c933e04456ef41d54895ee2207 1823d9f5003ed053782140fee7f803f3a1b90ea7 18c7b67328460cae969c74ea498bc017e5b57caf 1a6e92809278d085ebe2a5fc23b6db096f216e00 1cc147dd022c5ae2db27f46ab81e25bb20c7b4db 1d576894c5f3d3588207da10cce9b3786d97ba66 1dedfc32fb163a845e7d6676c4459972d21eb768 284177f0d6f19b4a0a001bda14dc8bc5a905c588 29e725fd66988ab73ced7fd84dbc72a4ea7729ca 2b2617c802c7d4294d259eb0f9e7b7bb73d6079e 2b7ec79ecdd5b9b434d79d35994df658ddfae5d5 2f8ec271b04475d7f4c257181e98f86ffef1f62f 30c044f96db95f9057fabf85ae3da9cba4191d2b 316033870c32b12e4534cff26ba6ca0da50764f8 31bfdbf22ed00d58ab2a5308a58408b1fb5f95bc 3288e17555f1f0fb93523eb372203653a9ec4c55 32f2d509018d02e11909b5a34e1c21252b91cf2a 33e279778766df0f971a78a48f835d295ccf4641 344ba0265bc85802bfc2208add2c672238507132 37b1b114c2c9164e9fa9cc74eda9e2eb7baa1b7d 387ccdc78befbfa5e2979dba8466cbd32d9b8b55 38ac710433c19942c60781244c4838bd75d42775 3908c87563e7ca3b2139a6fe55d4d0e9ceaf882e 40fbb74842100b9d78a31fc63f420a45b4e6396d 41c84657a5fc7bee4d8a29affd4dca4323d344c9 43dc8a500d8a8f4eb2f9b111034be3a0bca9845f 45315db27e55829cab8d33098542d6f5c9fa4479 45c973aef187bedfefeb819ff64fad51f18605da 48cc060b6cf1ea857be31c20ffb14a99973dcb85 4c93db6a5b03a22a81655c7b9a368ecfe1db7cf6 4d2cdeff3c2654009e11afced4c6f6b17a6ec20d 4d77501101cb243a1ab5250b0e4f89a5b2eb236a 4fb0b79812734d53c368c9007a3deaf5715ba20b 57fcb0770e64f43fef09851a28f59a47cf7db109 5b63f22d20378d8fcae9702652a52875620bb573 5f2a2c104b549ee00fdcf32947cea670ba5807d3 5f57735563fb6b44324df9cbd4c556fadf953be6 61aede349de22bd109bb3e230cab4e0bc18c03e3 6395b97ee06dbe2c524575a28d40b75d6f35bfe8 658b9d8f893db01b98d040304b8987c93173b13c 674a21de77ccd3b614748e2c2688205a03f584c2 68e714fb6a271c5e1de5c99370365ee00246d9a4 69421c2e1f02c89f6660694244c8c4201e736dd9 6f1ca9087467afee33e2865298dc107d097c0d5a 72c34c075445917e74cd1eaa0db9cb6aeed7d254 736332e02bc3760b0e4c4e1636012d4c94251249 7643b1e1cb816933c5992a143ddac434d1856b56 778471801b4c2763c6340074a0f4d6d43a85c2c4 799bb141f29c3c328c95bb8d774a41c4cae4e529 7a12b3a6e674352a8b92cefa5c0459968120e06d 7a39ba2715296daeb6c00fbd12a1df9e22ee5499 7bff82d0aa58b51c35b2fac1f0722e2d5d2ace70 85bc507fc2020317c26aab347f43bbc7eedca77f 872e29fd4ba266bf3cbf133a16ecdc99c05a79b5 8a18161ca9bbba003ef710abebb4bca151a5ab13 9993b00bbedec82e05c0c48748b73f5316c4b58c 99d4e4b9ab74fc711e1de2d79758ab1e8a8cde7a 9e6723d7d0c3ef4c571aba2812556119310929f1 a27e1747f5607b74bd4af61be841a50d75af80b0 a2e020c5e28972da054588c5a037a17b399b806c a4ccda62c01f9ed1793679aaf56cc0322bc6db84 a7aadf39a23642784ed95212aa06bb17f9ae392d ad4dc9023c6621668fa711d7e36ef55d8618239a addef7bd20863df95ea080fd3ba4fad92e224295 ae4145478b5064eeaa5911ef28deed0a4472d350 b42ed7fb532a0823206ef97c605390a1ade4bbe8 c49e061b5901789ac2d64e40aa73483fe004dc74 c5e39e4ba1e6a3698b29f88c6d44cd61bafc0d22 c86beaa28a469296c1f85cc2bf4b285adc58023a c9a30655c7f76b59fffcb4bb82f2b2fc6535b4c9 caaccad7481882060257c62333782c530c3ca966 cc7201b88f6fbde8879513bdd907af9047b57f26 d09282703a6bab25c6530f115ccf76fcb0584a13 d613cc7e5f376318a04c44fcb5ba2cdf96681c40 d78792d5147a619f70aa77cc0390cdc65342f335 d9286358dd48c82665a1b2d1b8da14f2e1079aad da3f6039fe73d974c4d125a71777fdebcdefcd58 dbc1025799dbdfee8a9923cb9a1545d7be988bfe e173769fe76a122212788c1d243e1658274829b8 eaae12aad55e9635c22f1a4efcf389df1ae42b10 ee12f813b83e6c0f89823c59ea9beec34e068588 f3a54e7f84ce540b1c4f8dc2a09d16978dab4ce9 f5bc7de9f1939ed9c114456dffcf3c34ea677c4a fc330d26b6ef650eef0fd43796e1693ffcdd4139 fd0b3b7777513581150b01b88efff117f3f926fb fe2c43ac9dc083600a308b6ccb4564d4a6412adf fe4391461006e2b4134ba57bf0de9cacd224f40c ff521cba143f9b4ef6576817c60f0c4603a76477
Postgresql-Catversion: 202107181
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-14-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 289
Depends: postgresql-14, libc6 (>= 2.17), libgdal31 (>= 2.2.0), postgresql-14-jit-llvm (>= 14)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw_1.1.2-1.pgdg+1_arm64.deb
Size: 104344
SHA256: 677f04ed07dc7487b51ff1404ea548c4b6066aa20be3ed3f6559572b76c288fa
SHA1: 62d2e65909395fb5bd417c9df2d2413f11752cc9
MD5sum: a7a32f993322a7e0fa52091e54f3b6f5
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-14-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 174
Depends: postgresql-14-ogr-fdw (= 1.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw-dbgsym_1.1.2-1.pgdg+1_arm64.deb
Size: 141664
SHA256: 83adbef7a277d6bc1ac3f238d58627d3e09130afcb2513f34311f1c16878147b
SHA1: 271f6bf9a6f7c27a841f94a05d0308b918583288
MD5sum: c2542fd03caa69dfdae576763129637e
Description: debug symbols for postgresql-14-ogr-fdw
Build-Ids: 150effea21a77284652ef03aca778b951d757450 6058a97988f9827faa7b8d5127c46d1f793832c5
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-client-11
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7112
Depends: libpq5 (>= 11.16), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.33), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-11, postgresql-doc-11
Conflicts: postgresql-server-dev-11 (<< 11.6-2~)
Replaces: postgresql-server-dev-11
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-client-11_11.16-1.pgdg+1+b2_arm64.deb
Size: 1470624
SHA256: ef95af1b309b0aea49b2a2072570b13bd2b659c1e8439d78a4eb5bb2da30fb22
SHA1: cae432ab29877220c31ce970735d61aa6f727785
MD5sum: 9751c8b5d08be38bf5ab4a89308b245a
Description: front-end programs for PostgreSQL 11
 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 11. If you install
 PostgreSQL 11 on a standalone machine, you need the server package
 postgresql-11, 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.
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-client-11-dbgsym
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2003
Depends: postgresql-client-11 (= 11.16-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-client-11-dbgsym_11.16-1.pgdg+1+b2_arm64.deb
Size: 1684932
SHA256: ce010bab08042e93db092f9ea21a6d0e717d42ac748c10b63e412208dc338b1c
SHA1: a6a63d4d55272ae896b0cac6b1f1b6f4be29e524
MD5sum: 47b83c5c731dcfe9d1240e9f2f2d98cf
Description: debug symbols for postgresql-client-11
Build-Ids: 02c920c5bc9acea3c8870a7c9e962ced4ec5864b 0ab57f35baa5b036f887219fc3e012e35144aaa8 0e348b374832a39d00f7290699c7336d370086db 21940286f7de98829019a110bbe53bc95b5f46e4 3e1373ef948c4d665091ac2749de59a6f00446fd 68ee43655fb2ffcfb3393c6ef6f9863adce2d85c 7308b7984cf8a88cce076bb1f248f88229697cf1 74010348696ef2ffe4e390ff85c8fd917fc4d6ac 7ec60778d7a8e2f5943fe56b38e57a6d9291c1f6 9211cc2548460488c747d329e0b77394457f0ade 97635a00bca1b0962b5d8c8256bf6000d3f8c57b a1ec773a0cbbb9391b8a2f081f1522c899e7c132 b38abf66d52a2ef8d317e9ca2071bd99bbb19657 b61f4a0eb2ad6bd00f63227b7a3a09510411e2d9 b7d4004034d9aac793a133508c89f3aaa490ee4a eec9c12ba212269cde941035cf3158f954665a0a f3f70f5fe8850d6e2e9651dde3b6891c5a90ab3e
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-client-12
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6649
Depends: libpq5 (>= 12.11), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.33), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-12, postgresql-doc-12
Conflicts: postgresql-server-dev-12 (<< 12.1-2~)
Replaces: postgresql-server-dev-12 (<< 12.1-2~)
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-client-12_12.11-1.pgdg+1+b2_arm64.deb
Size: 1404224
SHA256: 9a3b55e5f8f3ea737f3edb54f79f25ac037624db85de4e237800467c7c8cee5e
SHA1: ff459c807b5783b545dde3dc5667ab54e5b82cd8
MD5sum: bdd36770f68bcbf2d448a4ed32cb8664
Description: front-end programs for PostgreSQL 12
 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 12. If you install
 PostgreSQL 12 on a standalone machine, you need the server package
 postgresql-12, 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.
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-client-12-dbgsym
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2208
Depends: postgresql-client-12 (= 12.11-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-client-12-dbgsym_12.11-1.pgdg+1+b2_arm64.deb
Size: 1850596
SHA256: ebfab03ec649f6346997363d2325844d8144cf29313a52c09699a39e523cb372
SHA1: e142b92b35181891f75f01f71b31fa56bc214297
MD5sum: 67f359af097965e5d4355ba155665d63
Description: debug symbols for postgresql-client-12
Build-Ids: 11ce86a8aff2c3912dc05a5827d0bb36a2fe8870 1cb48d86df593cc8863c74418a0f047193a54e86 3b5d73b9199b493e972f80a87921db6c0fbefdb6 436e005f7d113ed25fa99e11ec837bd4876cd578 48c1836004994f60de0b9f492d9e99beee1f18b3 4deb946febf657762b5969ec6abc0be0459ab228 5e9e949c975197832bd9b6a38c2cf995ba9a7359 80bc9e31d5b1ead7f6aecf46d0f0412082cd96b2 813b16ba89d01f81f493fdfb0145be42448e87f4 81ec1edf55ccb7b54cb5c0f75996ecdee8de1385 969ab7171379d733d3eb0209fa722534f10ac8e0 b89da0e877e2846c766b5cfd01d94b45ba9452f9 d03e4c5b65ee0bd15b048c98e3ed0ed3c4c551cc d8d5bf6dddec9c41adc431c4da5406a889ff55ea e560309376c3b04cd2d4a20563b42579ea93736e e975b405bd9fdaba534574bbd7c84a5b7d56ce82 fc57540522972c0d54f9ab2c39cd0f0c0ebc75c5
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-client-13
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7032
Depends: libpq5 (>= 13.7), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.33), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-13, postgresql-doc-13
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-client-13_13.7-1.pgdg+1+b2_arm64.deb
Size: 1487356
SHA256: 2327b33faac9705bac8094114692e63a5520ced54f03137474cf0eb79d849171
SHA1: e542c0e43d77caaea3d26409660e340062eddd60
MD5sum: fbaa595cfaa27124a62c991cb4a39d7d
Description: front-end programs for PostgreSQL 13
 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 13. If you install
 PostgreSQL 13 on a standalone machine, you need the server package
 postgresql-13, 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.
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-client-13-dbgsym
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2379
Depends: postgresql-client-13 (= 13.7-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-client-13-dbgsym_13.7-1.pgdg+1+b2_arm64.deb
Size: 2000744
SHA256: 3d1b5224e3c9e683b6ca965897d2b3acae8d17dbba372228b6003e9ab5f95974
SHA1: 90a274020bec9963304fcebe783f17f06d91e7c4
MD5sum: 360abef3f6cee0801b184be5b77f3cc5
Description: debug symbols for postgresql-client-13
Build-Ids: 1d6e48326e9351d96f57612a0e9005c2d477ffca 1f8648a052adf876fc6c50b9c41e4b3d4bf733ec 2186645e7dd473316dac77d287d449832620a6a0 2955c8744d628521671f32bf672e156c03dd9a36 3f6574c922351cf0d8ebf40f5402875bbd8199e6 48212b1745970bb84e57e39bf2edf26f3d177053 60ba0ac282e1b74dac27b29e154b5b31e3f820b0 6ac8bf9d138ba74c40b60387a1612e31fb7bd420 75e37ea169c97120206991b04f5a6eef78fdc553 7ae2c8bc1faf6c1401d3f11af0081f5f1f4810f4 905e9074844555d160c0762e88c21b697443f119 90f7d31886e99324808482adb63e9ac984e5085c 95cc6a746cdd7c3650a6cdd93e0ba981d17222a8 a013b8e25eadf933e9073a39c8d626d8bf89271b a3b582d890cfc57e5b08e1c23434d751997e0532 eba0be0cb9c82d87dbe03497fa0f4cf36f4b7a8e f6cf0cae3b5be843f69167f722e9fe521f8e0598 f91643b88769ffe1a8e41e068343760cd473c851
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-client-14
Source: postgresql-14 (14.4-1.pgdg+1)
Version: 14.4-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8119
Depends: libpq5 (>= 14.4), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.33), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-14, postgresql-doc-14
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-client-14_14.4-1.pgdg+1+b1_arm64.deb
Size: 1600536
SHA256: debd74518bfc8f757d27850a16700344e35e44b3998632574f38e0e55a64c979
SHA1: 05599c66d50bf73112820be35e4abe827a356057
MD5sum: 65a1be96546ad9362da741c9197f591f
Description: front-end programs for PostgreSQL 14
 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 14. If you install
 PostgreSQL 14 on a standalone machine, you need the server package
 postgresql-14, 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.
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-client-14-dbgsym
Source: postgresql-14 (14.4-1.pgdg+1)
Version: 14.4-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2767
Depends: postgresql-client-14 (= 14.4-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-client-14-dbgsym_14.4-1.pgdg+1+b1_arm64.deb
Size: 2318148
SHA256: 113ee3b7e0f19d3f4817596830c4dfdd5e615d52358367e97ae882e975bb4c6a
SHA1: dc3f368318d6deb9fb1d06bc55374ba8bc9f1549
MD5sum: 12cbca1b6cf0899211e351b065e2d106
Description: debug symbols for postgresql-client-14
Build-Ids: 3e1fe2096f3648923b65eb2fb9a392fd5f025a60 42a383ab7ab0763f7c0f7d01a1e4441034a0997e 52f61101265f85af2d3356e04f1504723cc10375 5a02c05a886d19241eb50e2864addb3c585c3efd 7bbdd3912445149dddaeecadef78d596055a3615 8aa365b6c0f8b2c906bd8e59178798ce4cb6ffca 8b9c383e1fcdd85b0c50c9c62ec37636e0679fdf 8d2288ab02ca11e84f5e9ec325076745731e20fd 916b05ee4af98187a60720017c26493de31603c2 9fe55f4e27f64ef12519443988eb818517af1803 aa3fd74484ce93041936de4b6e608baf85d49c5c b37f0d99e3c857ed2842f642ed86d188bcce162b b9466331672d7682f431a61b534bff97bc872067 c71a870a3a72f30185e941e621e1d32c3cb42896 e144831bebfe9f052cd6a46264e06904af18aa8b ebff8bfcaf8e852dee7ef67ceb085ad9912ca0d5 ec1fffae7232c3e0f04e85a5b14cd32f62086f5d edac0eb50bc4856113df8ee87e0c94d07331ce6b ee34319996774e2f7ebd004fe5dc2c474da1bd0d f01093b1143e866dccdd1c38d56ebccb6a82fa31 f80c28cc5ee96070ce136de99c649aea5baf0831
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-plperl-11
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 437
Depends: perl, postgresql-11 (= 11.16-1.pgdg+1+b2), libc6 (>= 2.17), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plperl-11_11.16-1.pgdg+1+b2_arm64.deb
Size: 64780
SHA256: 7056f89b9dc9de0343e4608797c5bfa122085f7fd013c6bcab169e34eeef42da
SHA1: 128daeff7e8bcb0520de00ae0c161407a05a42c9
MD5sum: 799916646fd9f25952627b736afd9767
Description: PL/Perl procedural language for PostgreSQL 11
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Perl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-plperl-11-dbgsym
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 204
Depends: postgresql-plperl-11 (= 11.16-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plperl-11-dbgsym_11.16-1.pgdg+1+b2_arm64.deb
Size: 165316
SHA256: 5d0dc60c19a20c96f0281faaeaba2fda4cff611813a0dab72560d60871139e76
SHA1: 7fc5a0316ec67483a1be8d4067feae7480531e77
MD5sum: 7d9bf732e18a3ada512ff1278aacf3de
Description: debug symbols for postgresql-plperl-11
Build-Ids: 694b1e2e0612e3b884d55b818c1c62bdc31abe7a 6d0727f314037a433cba669ae87a7baa12d9c73f db865e42e56e80e77b47df5025bc1cd582964239
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-plperl-12
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 477
Depends: perl, postgresql-12 (= 12.11-1.pgdg+1+b2), libc6 (>= 2.17), libperl5.34 (>= 5.34.0)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plperl-12_12.11-1.pgdg+1+b2_arm64.deb
Size: 81924
SHA256: ed98789a51d6e9cd2fba879394f004e74f8f9c98202ff12142a0eb157bd950c4
SHA1: 2ab835584be52098fa1a378b7d999e4737c73711
MD5sum: 338dd5f53859326fb2feed21048a3367
Description: PL/Perl procedural language for PostgreSQL 12
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Perl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-plperl-12-dbgsym
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 207
Depends: postgresql-plperl-12 (= 12.11-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plperl-12-dbgsym_12.11-1.pgdg+1+b2_arm64.deb
Size: 168196
SHA256: af1ac567c5b202165a1b2c104f8445d65a79cf6ba999c9ceeb0d1899464020ec
SHA1: afc43937bbd40b97cef969743005f0e9dbee92a2
MD5sum: 4f7cf6ee5e32383af25bbac3a7bdd479
Description: debug symbols for postgresql-plperl-12
Build-Ids: 788e75fba6abe8a751598adf4f007e20d479ab5e aeea9cadb2965ff7046040635943f8088a51df39 e8bfd3aefe3a8040a3d132eb9c90635d41b32de5
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-plperl-13
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 557
Depends: perl, postgresql-13 (= 13.7-1.pgdg+1+b2), libc6 (>= 2.17), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plperl-13_13.7-1.pgdg+1+b2_arm64.deb
Size: 85904
SHA256: 84db7e457f0b4aec17e00e7069b99057cf979d0ccf0b74182b1f739bb9e776f6
SHA1: c4f5fdd483a581728540880c367b80849c1ff0a0
MD5sum: a155a6832396e62b63dd82f92ef9cd83
Description: PL/Perl procedural language for PostgreSQL 13
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Perl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-plperl-13-dbgsym
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 220
Depends: postgresql-plperl-13 (= 13.7-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plperl-13-dbgsym_13.7-1.pgdg+1+b2_arm64.deb
Size: 174316
SHA256: 44778729e4f09c77fa1003422dcad4ecfeb7e8309b964881042e737355d82d59
SHA1: 9f91d452be505c75aa84d5e1942212b1a8945886
MD5sum: b1db2fe4367eeddffece089ee7d7c7fa
Description: debug symbols for postgresql-plperl-13
Build-Ids: 1fb951e2d53e9e794fcbd0905881261a9bd1b4a0 3712b38c01e298c725ce3a7087af52d79ce59b5d 9d521f9048af28737696692136de778a7f8cc615 c78abfed2baffe75ba366f878a46dc86803c0b1c
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-plperl-14
Source: postgresql-14 (14.4-1.pgdg+1)
Version: 14.4-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 564
Depends: perl, postgresql-14 (= 14.4-1.pgdg+1+b1), libc6 (>= 2.17), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plperl-14_14.4-1.pgdg+1+b1_arm64.deb
Size: 83420
SHA256: a7a8ce2bf9b0035a614f1da0f45836583503975e20ba619e1d1767a38c24d7ef
SHA1: 4852f05aa753326cafad7731ff23f30b30ab544d
MD5sum: bf97e5f5051b64b23a927b9f8754fa46
Description: PL/Perl procedural language for PostgreSQL 14
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Perl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-plperl-14-dbgsym
Source: postgresql-14 (14.4-1.pgdg+1)
Version: 14.4-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 221
Depends: postgresql-plperl-14 (= 14.4-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plperl-14-dbgsym_14.4-1.pgdg+1+b1_arm64.deb
Size: 175080
SHA256: dca127f508a0e3a8106d26cac1d38db7948d8250fafa9c549ce738bdfed26974
SHA1: 695590256af7144bfd97018992927666452bd689
MD5sum: b26b8eedddf55ac7dd9f5f550994a61d
Description: debug symbols for postgresql-plperl-14
Build-Ids: 1c2d9a5c52f1318d7bfeb1f23a8115ccd6770056 a4ec8a0745c34576f62810ee5822a871c92372ce ab455ce519e9c66ca9ff5d5c6e1fbffd5c43c156 c04b6900ded00dcdac274d4e4848a4169db6d76b
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-plpython3-11
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 428
Depends: postgresql-11 (= 11.16-1.pgdg+1+b2), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11_11.16-1.pgdg+1+b2_arm64.deb
Size: 77652
SHA256: 2ee960971e512eb3ae2a4d8a77cc17bca27ef0f62930a23c2ac435222a8c18ac
SHA1: f66b900c4f79d9f50c7050eb5958ca66acbaa28d
MD5sum: 08363e83e055104e11567c421b1d7bfa
Description: PL/Python 3 procedural language for PostgreSQL 11
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Python 3.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-plpython3-11-dbgsym
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 222
Depends: postgresql-plpython3-11 (= 11.16-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11-dbgsym_11.16-1.pgdg+1+b2_arm64.deb
Size: 169688
SHA256: 8e1d190ba15e893bf58e818a0e2f8157b58f1b4864740c236807496009ad2ca9
SHA1: 33c32ad3f67206905c4e0794f3f83838fe08588d
MD5sum: dc75bd6a003f3a8a54f8642eaee02139
Description: debug symbols for postgresql-plpython3-11
Build-Ids: 2528a3e1d9c7bc827228943ac4cca4e54cbd3696 d1b5c82dea7d9984a76eb11aa75796547792628f d48345fd9aa48762b546c2137395a37b47ce8b30 f01a4e9258431dde8a0d40f2013f1776b029bbfe
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-plpython3-12
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 641
Depends: postgresql-12 (= 12.11-1.pgdg+1+b2), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12_12.11-1.pgdg+1+b2_arm64.deb
Size: 106604
SHA256: c0f27844fc905c403c2d75436a52096f27e1816f3f1d1611fe0af17e6bda3d92
SHA1: 5ce17be306561f1875f1e0ced77403caea3d7f04
MD5sum: 0065301153db5dffff3c2c1654873130
Description: PL/Python 3 procedural language for PostgreSQL 12
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Python 3.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-plpython3-12-dbgsym
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 226
Depends: postgresql-plpython3-12 (= 12.11-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12-dbgsym_12.11-1.pgdg+1+b2_arm64.deb
Size: 173328
SHA256: 597f712b0804bc5457cd66b5646bfe411562f8bd2ee6128c35bdf7ef815a0595
SHA1: d497642082fae534150d2114b2cef467165c9374
MD5sum: 0ba164decc8ae773836d97235c40ed67
Description: debug symbols for postgresql-plpython3-12
Build-Ids: 28e681e2d378ecf9fcfbbee3bf9e6ac5c58b6fb4 c1aaab74e8737944549359bc98a0b7b45db0ae45 d157c684e0d69a76f39110a5d7d5d758e73d7065 dc85f4da11386a8bde38dcb5e0b6bff6147b4175
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-plpython3-13
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 640
Depends: postgresql-13 (= 13.7-1.pgdg+1+b2), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13_13.7-1.pgdg+1+b2_arm64.deb
Size: 105684
SHA256: 5605760a27b9eb6d58a75b0e23a4431efa2d194767fa4a3a3060fc22465e8708
SHA1: dc51bd5e1471d7eef7d963f9b986430e0b5d5c2f
MD5sum: 4e51dea961e946c0f7024eec2ae85ae0
Description: PL/Python 3 procedural language for PostgreSQL 13
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Python 3.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-plpython3-13-dbgsym
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 225
Depends: postgresql-plpython3-13 (= 13.7-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13-dbgsym_13.7-1.pgdg+1+b2_arm64.deb
Size: 173352
SHA256: 8c5b1a01833c32b271cf5cd90d4573ceab6e9e9361eff4ea7ee778d3ed1b680e
SHA1: 6e0a68ae8fadb00f38eb89b47d03cbaff4b84000
MD5sum: b1701dbfce0c8aadc85132306b298247
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 5b0a5067f9729262caf2a6e708e9cebd35a575c4 8a95021fddf9edc306bbfe099ae698c04c7fc36b ddfaf661929c2360584fd04e60cae6c7f89d402a ec06eeec09e856992c5bddb5b9f11d5ea99c142b
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-plpython3-14
Source: postgresql-14 (14.4-1.pgdg+1)
Version: 14.4-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 655
Depends: postgresql-14 (= 14.4-1.pgdg+1+b1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14_14.4-1.pgdg+1+b1_arm64.deb
Size: 105212
SHA256: ffad532bae5742d444820e36ca1d6d5a82bead243cd908d5e3a6ea8bdb989c32
SHA1: 8ab93ac36fd328ab8236d09cfb621475b6cb92d1
MD5sum: ea00a55a36597e8c18031b7d5f67c1cb
Description: PL/Python 3 procedural language for PostgreSQL 14
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Python 3.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-plpython3-14-dbgsym
Source: postgresql-14 (14.4-1.pgdg+1)
Version: 14.4-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 226
Depends: postgresql-plpython3-14 (= 14.4-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14-dbgsym_14.4-1.pgdg+1+b1_arm64.deb
Size: 174640
SHA256: f7a00f20a328770ddd80db4e11c9f2d75674d40df42cd0bf9595fe43fed8a1db
SHA1: ca4b533950b2d1be938800a6e3855c5b7b5cea7c
MD5sum: 76863f96ed16715a534918c030505e94
Description: debug symbols for postgresql-plpython3-14
Build-Ids: 163f666d3f401d917314f41d71bedbf927a01db5 784919337609ebc8e2a55e0d69417e60845c71b2 8dc3126f3cdf055f1e97b5a5b9453c2bedbd6389 d043e1a4b83cdd754b241e9c9a6cf482d4103a2c
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-pltcl-11
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-11 (= 11.16-1.pgdg+1+b2), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11_11.16-1.pgdg+1+b2_arm64.deb
Size: 42004
SHA256: 5e023a3922492b3ef5ab4423e0d2805d15ee7eeb7ecd92742051fe47eb0bee18
SHA1: d22102c51e3ea17099fb1c77c91d7859eb2698c0
MD5sum: 28ec4981ee3761c652d7d6720c462344
Description: PL/Tcl procedural language for PostgreSQL 11
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Tcl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-pltcl-11-dbgsym
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-pltcl-11 (= 11.16-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11-dbgsym_11.16-1.pgdg+1+b2_arm64.deb
Size: 70936
SHA256: d1f37ccbbcdec5681116b14474c852e3773944b621210c4f0b333e2978d9bf51
SHA1: e8ef3c200265e33649155d534e5000646a616a50
MD5sum: 32420ef229dd30469737560195e335cc
Description: debug symbols for postgresql-pltcl-11
Build-Ids: 116c43e07930dea973f5093d964c32fa0818dc73
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-pltcl-12
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-12 (= 12.11-1.pgdg+1+b2), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12_12.11-1.pgdg+1+b2_arm64.deb
Size: 40440
SHA256: ed72e9e842637473eafbabf6879306c2788ccd30224a02c895d88d5049198147
SHA1: 6955adc2c39bdbd96b8973bb01ba1af4fe667d60
MD5sum: 6c7600187421a0388aa60ef57edbcc5c
Description: PL/Tcl procedural language for PostgreSQL 12
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Tcl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-pltcl-12-dbgsym
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-pltcl-12 (= 12.11-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12-dbgsym_12.11-1.pgdg+1+b2_arm64.deb
Size: 71992
SHA256: 2b0f5aee2cc56f2dae5a432b6e4aae4e7ebc8f830f306790026aae00500fe44a
SHA1: 09031b1f9b7a73123d3453b6569b1016ca468680
MD5sum: c41ccef8b58678002af9ff22672f28a9
Description: debug symbols for postgresql-pltcl-12
Build-Ids: 97bf86e4a3906a9a74d89d06fea4824e78e6732e
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-pltcl-13
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: postgresql-13 (= 13.7-1.pgdg+1+b2), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13_13.7-1.pgdg+1+b2_arm64.deb
Size: 40616
SHA256: db071140efe07a8237f7aaa9c27c1d99b3d87bbd675d0fc251937f7baf13049d
SHA1: c6d0e5182d3a5f96fa105ece6ec441934d84074b
MD5sum: 7b8f717f6558cd550abe68ec42a2f786
Description: PL/Tcl procedural language for PostgreSQL 13
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Tcl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-pltcl-13-dbgsym
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-pltcl-13 (= 13.7-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13-dbgsym_13.7-1.pgdg+1+b2_arm64.deb
Size: 75160
SHA256: d24a3d090b117c388fbeb43746337dfbc83ea919ddf9c0f5d6e7993d185d16a6
SHA1: bea4aea3a1632c56085266e4283917f7e177e178
MD5sum: be4772c501e81a2a2c7df3e1b0eb4678
Description: debug symbols for postgresql-pltcl-13
Build-Ids: bb2b2c2043757538a9977ee5d75f29a80f6feeb4
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-pltcl-14
Source: postgresql-14 (14.4-1.pgdg+1)
Version: 14.4-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-14 (= 14.4-1.pgdg+1+b1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14_14.4-1.pgdg+1+b1_arm64.deb
Size: 37164
SHA256: b5c038c57e6d26a7032c7b60e4f3c038cfef89a1715708adbb27b7f2a2dc9a6f
SHA1: 96747adfc4f988cb3607519f092342d5ddced738
MD5sum: c097e1b26c6f305b664446b06a966ff8
Description: PL/Tcl procedural language for PostgreSQL 14
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Tcl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-pltcl-14-dbgsym
Source: postgresql-14 (14.4-1.pgdg+1)
Version: 14.4-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-pltcl-14 (= 14.4-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14-dbgsym_14.4-1.pgdg+1+b1_arm64.deb
Size: 75736
SHA256: cc0644a75a59d5bbdd0da40063dac561435e50b4aa90bd9f7cbee59ea19b4c09
SHA1: 2ecd6fdf61ab52227648818fe0b746be8b7b21dc
MD5sum: 02f472c361eac2e3c75a461a8b18cf46
Description: debug symbols for postgresql-pltcl-14
Build-Ids: 328fe197133a3148cb6ae84e357d7c0058379a93
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-server-dev-11
Source: postgresql-11 (11.16-1.pgdg+1)
Version: 11.16-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5056
Depends: clang-14, libpq-dev (>= 11~~), llvm-14-dev, postgresql-client-11 (= 11.16-1.pgdg+1+b2), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-11/postgresql-server-dev-11_11.16-1.pgdg+1+b2_arm64.deb
Size: 926776
SHA256: 500b50d851a163cc00164a36fb2f9875388a8aa5f6270ca39bfbd1060db33d8e
SHA1: 11cdec66b84dba5b239bec2222fc99cd6927c942
MD5sum: 374ab902871d4d0ef37182ffc7c35532
Description: development files for PostgreSQL 11 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.
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-server-dev-12
Source: postgresql-12 (12.11-1.pgdg+1)
Version: 12.11-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5621
Depends: clang-14, libpq-dev (>= 12~~), llvm-14-dev, postgresql-client-12 (>= 12.1-2~), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-12/postgresql-server-dev-12_12.11-1.pgdg+1+b2_arm64.deb
Size: 991520
SHA256: c146e86ae1855a12198ca29c5660003d64e1f883b38b123f3df54098c80f0051
SHA1: 29532c444dadd954903e9e9860279a4217e998be
MD5sum: 6c68e6062042127ae52753643aef825f
Description: development files for PostgreSQL 12 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.
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-server-dev-13
Source: postgresql-13 (13.7-1.pgdg+1)
Version: 13.7-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6129
Depends: clang-14, libpq-dev (>= 13~~), llvm-14-dev, postgresql-client-13, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/postgresql-server-dev-13_13.7-1.pgdg+1+b2_arm64.deb
Size: 1036004
SHA256: 3de1f0674584aa1f5d7f75016bb31775ffddeda7c863315ed5827ee333dbb265
SHA1: a5e47268b94ad8974df783d7225ce3e95eaa5dac
MD5sum: 97feccf05f3095fa4ebeb706dee0f990
Description: development files for PostgreSQL 13 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.
Timestamp: 2022-08-08 13:34:06+00

Package: postgresql-server-dev-14
Source: postgresql-14 (14.4-1.pgdg+1)
Version: 14.4-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6643
Depends: clang-14, libpq-dev (>= 14~~), llvm-14-dev, postgresql-client-14, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14_14.4-1.pgdg+1+b1_arm64.deb
Size: 1109444
SHA256: 35cde0a96dafc35b6c63c334a432dcc839744e1d88c98165972d11c312f4426b
SHA1: 425a9c29750acf809fa7c384b5e7e7aa212c78d6
MD5sum: 42ec7378e2e1b6c8b1969f8293f91bf8
Description: development files for PostgreSQL 14 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.
Timestamp: 2022-08-08 13:34:06+00

Package: libecpg-compat3
Source: postgresql-10
Version: 10.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg-compat3_10.22-1.pgdg+1_arm64.deb
Size: 22816
SHA256: 48132caf2a498c805c71a27bdc003cd82e5d15ddeb4be78c6b6cc086205843c8
SHA1: 18ef3988cb70bcbc6ffd3c0cc715a8b0067348b7
MD5sum: 4e73f5eb161d92d16c2533b5d69740e9
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.
Timestamp: 2022-08-11 12:19:43+00

Package: libecpg-compat3-dbgsym
Source: postgresql-10
Version: 10.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 10.22-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-compat3-dbgsym_10.22-1.pgdg+1_arm64.deb
Size: 17240
SHA256: 6ac80f67761389277035b8e69b92194426cb82b5bbdeca2b8b569de0b2160b4a
SHA1: 9f08a2ef8ba2fcea48936eb3e8afb2e0b9bded79
MD5sum: ecd4da942e893d70cdf0e05d8c52fcd8
Description: debug symbols for libecpg-compat3
Build-Ids: bbb442b44609de7e5a807d2f8d9939a5285b92ed
Timestamp: 2022-08-11 12:19:43+00

Package: libecpg-dev
Source: postgresql-10
Version: 10.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1245
Depends: libecpg-compat3 (= 10.22-1.pgdg+1), libecpg6 (= 10.22-1.pgdg+1), libpgtypes3 (= 10.22-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libecpg-dev_10.22-1.pgdg+1_arm64.deb
Size: 225984
SHA256: 4ea570e3d10647e53c80df1675a49b30afd642d272328443f210c5941534df94
SHA1: f4fdb6e4b535ac9abbb9017c2e771534197b1f7b
MD5sum: 6f74d2a8fde5287da000f784d497ec9a
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).
Timestamp: 2022-08-11 12:19:43+00

Package: libecpg-dev-dbgsym
Source: postgresql-10
Version: 10.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 266
Depends: libecpg-dev (= 10.22-1.pgdg+1)
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-dev-dbgsym_10.22-1.pgdg+1_arm64.deb
Size: 229644
SHA256: cd090c28fd9bb85f8106b1ca43eac953a25e3a3afd05844d9dd1c470d8e38b4a
SHA1: 73cb7fe16750955ffda061c22690855d7c6ba42d
MD5sum: 1b3735113cfff8cff2b049971239d9da
Description: debug symbols for libecpg-dev
Build-Ids: 3dca3b77b89592d9d1d94f1db1ef0fe68590e01a
Timestamp: 2022-08-11 12:19:43+00

Package: libecpg6
Source: postgresql-10
Version: 10.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 466
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg6_10.22-1.pgdg+1_arm64.deb
Size: 87048
SHA256: 96a495ddc9398ee3c7a2dce4d74b6bbc8731ce39c24c82e1b710af8f5b3b357d
SHA1: 086d54d8484d74b4eaa29be1b5f143f136f0a666
MD5sum: 42ae4108f62247ea05fb66d5394cf536
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.
Timestamp: 2022-08-11 12:19:43+00

Package: libecpg6-dbgsym
Source: postgresql-10
Version: 10.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: libecpg6 (= 10.22-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg6-dbgsym_10.22-1.pgdg+1_arm64.deb
Size: 92628
SHA256: 47903f2f1bd3956eb48e2a8014085bac1ac1e2a95935f7f02b00068876106213
SHA1: 7f4c9e5909789676e634b715bf73ed7eceea9e08
MD5sum: 220eb86961f4dcad1ca360648a7710fd
Description: debug symbols for libecpg6
Build-Ids: 8ffaab1287f545091897970072e1cda3aeb3e95b
Timestamp: 2022-08-11 12:19:43+00

Package: libpgtypes3
Source: postgresql-10
Version: 10.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpgtypes3_10.22-1.pgdg+1_arm64.deb
Size: 43148
SHA256: c496813eab3e34c3f9f1ed76b0c86e34cdf85394b4ce9bbdd90edae07663d009
SHA1: f2469f82a2cfcf80b7d4d8f63ed0e80d5287de47
MD5sum: 2ac670ffbdf4976ae8582dea373a05d0
Description: shared library libpgtypes for PostgreSQL 10
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-11 12:19:43+00

Package: libpgtypes3-dbgsym
Source: postgresql-10
Version: 10.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: libpgtypes3 (= 10.22-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpgtypes3-dbgsym_10.22-1.pgdg+1_arm64.deb
Size: 69628
SHA256: 8a4a29d53662cbf012b2b6b2433a4b438d716dd353920bf3ded9999bbf7684d5
SHA1: 2d4f0aa6ad88de6991ce89296f172dff36676637
MD5sum: c8d2734d47b46e6d49f98db7d705327b
Description: debug symbols for libpgtypes3
Build-Ids: 46cba72363af1e5b29d16f511c32b7a07011472b
Timestamp: 2022-08-11 12:19:43+00

Package: libpq-dev
Source: postgresql-10
Version: 10.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 686
Depends: libpq5 (= 10.22-1.pgdg+1)
Suggests: postgresql-doc-10
Breaks: postgresql-server-dev-10 (<< 10.1-2~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libpq-dev_10.22-1.pgdg+1_arm64.deb
Size: 164316
SHA256: e8e19c39a11bc78e61d614bfbdf90370c821765518cdd71fe3c923da1cb4216e
SHA1: 9cb8c290a8d3aa4573dada8a6588e4740336680c
MD5sum: 94ac9f736f34d84b99d64c70dc8ad2d8
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.
Timestamp: 2022-08-11 12:19:43+00

Package: libpq5
Source: postgresql-10
Version: 10.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 780
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpq5_10.22-1.pgdg+1_arm64.deb
Size: 167612
SHA256: 457d167cdcb8d3694c1c77b6598095f8ad6bd69c9da0a075f9871f9b1bdbca66
SHA1: 1e6f45136a5cc2e211e5e518c5cfdbede88de14d
MD5sum: 9fe025921b48b3b540e1f1675d2ff442
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.
Timestamp: 2022-08-11 12:19:43+00

Package: libpq5-dbgsym
Source: postgresql-10
Version: 10.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 259
Depends: libpq5 (= 10.22-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpq5-dbgsym_10.22-1.pgdg+1_arm64.deb
Size: 227380
SHA256: 4d77664ed977a79b5e9e735d012cf3b121abb4e6738a6af5fbfc4c57a685f307
SHA1: 795f03a5514c15b41db44e88edb8a9c287361057
MD5sum: bc79e800744499a02b7591d114cac74f
Description: debug symbols for libpq5
Build-Ids: 2520fa13702a6f94538f541594ea6319db9e5400
Timestamp: 2022-08-11 12:19:43+00

Package: libecpg-compat3
Source: postgresql-11
Version: 11.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg-compat3_11.17-1.pgdg+1_arm64.deb
Size: 21840
SHA256: 0fc642d093e6e531ed724ca1b044d913df2b6d6335fa9a04266c8ba414f33020
SHA1: 60149879c2e2539937837fb9ae944aeba4962597
MD5sum: b6ed1cf87be61adb8ea93a33c586c85c
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.
Timestamp: 2022-08-11 12:19:09+00

Package: libecpg-compat3-dbgsym
Source: postgresql-11
Version: 11.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 11.17-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-compat3-dbgsym_11.17-1.pgdg+1_arm64.deb
Size: 17252
SHA256: 2788a893413e093a883c12d323fb5cd7982d10d2bcf7af98c5dfcff01122b3b9
SHA1: 2ef6e2d7da7aa4ddd4f825c95a04008818cf5e90
MD5sum: 0cf400fb18d84736675610b379046d27
Description: debug symbols for libecpg-compat3
Build-Ids: aefa372d320140d80afbec3e9c0b84006e6139ff
Timestamp: 2022-08-11 12:19:09+00

Package: libecpg-dev
Source: postgresql-11
Version: 11.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1248
Depends: libecpg-compat3 (= 11.17-1.pgdg+1), libecpg6 (= 11.17-1.pgdg+1), libpgtypes3 (= 11.17-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libecpg-dev_11.17-1.pgdg+1_arm64.deb
Size: 227792
SHA256: 9d1d54813945baddbc26c6f567d73acae81746a728e071d580afb56c102cda51
SHA1: 2107b06b01e4da98ee7ff4829f5b43a51a00ccd5
MD5sum: 91d9361779810501a80d4c2b378ca2d0
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).
Timestamp: 2022-08-11 12:19:09+00

Package: libecpg-dev-dbgsym
Source: postgresql-11
Version: 11.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: libecpg-dev (= 11.17-1.pgdg+1)
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-dev-dbgsym_11.17-1.pgdg+1_arm64.deb
Size: 232988
SHA256: cbf2f008a0ab3d1e2416f652f925ec5a4095be1734c540efac7b46130b664ce4
SHA1: 9b5d2ff052865e38a4c6a52200c80e348d2744f2
MD5sum: 0f74022ad4a9990efdd8eb2d72a1636f
Description: debug symbols for libecpg-dev
Build-Ids: 6e1fb618fa96d52794a51c149290784991154981
Timestamp: 2022-08-11 12:19:09+00

Package: libecpg6
Source: postgresql-11
Version: 11.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 487
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg6_11.17-1.pgdg+1_arm64.deb
Size: 89156
SHA256: a71e18741b57447a4893b874b4f7e6b07436e59bad3b8e9eefe8996a172455d2
SHA1: 95615a28272e5970dd7984fa74876f5ebf61b420
MD5sum: 042c49e5ff63494e56eb589f040b760f
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.
Timestamp: 2022-08-11 12:19:09+00

Package: libecpg6-dbgsym
Source: postgresql-11
Version: 11.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libecpg6 (= 11.17-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg6-dbgsym_11.17-1.pgdg+1_arm64.deb
Size: 93068
SHA256: e049dd83f627e6525c24a836b1876c0743fb13e6b151e5d4886a4ece0937f6f8
SHA1: 5a6be8863a167770e564f650f62a2372857c6010
MD5sum: a3d1d5115e5d5baf494c79b47410b6fd
Description: debug symbols for libecpg6
Build-Ids: 4882bf38de82563575e3c53de3c28ad86616b6e7
Timestamp: 2022-08-11 12:19:09+00

Package: libpgtypes3
Source: postgresql-11
Version: 11.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpgtypes3_11.17-1.pgdg+1_arm64.deb
Size: 42512
SHA256: f84ae2d3dd9e26b11a5e88e240eb1b4af47a9e5501dc7a2279863a47afe39d49
SHA1: 640a8de0de972f7910402c562ddf37a95cbfca66
MD5sum: 3fc1d0e5e313f28aa3928f9c2cdc1e4b
Description: shared library libpgtypes for PostgreSQL 11
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-11 12:19:09+00

Package: libpgtypes3-dbgsym
Source: postgresql-11
Version: 11.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: libpgtypes3 (= 11.17-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpgtypes3-dbgsym_11.17-1.pgdg+1_arm64.deb
Size: 71036
SHA256: 3399f32666269a54c0d00e4b013f291ee957f288471d52c15708fd24e49e7efc
SHA1: 66ed2789bf48228dc43c3bb3acc3b129832dd7ba
MD5sum: f4ef042aa1f770fb2dc746fb71f3ba68
Description: debug symbols for libpgtypes3
Build-Ids: 7981efa8ba799acde1c468e1884b4805942d879f
Timestamp: 2022-08-11 12:19:09+00

Package: libpq-dev
Source: postgresql-11
Version: 11.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 695
Depends: libpq5 (= 11.17-1.pgdg+1)
Suggests: postgresql-doc-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libpq-dev_11.17-1.pgdg+1_arm64.deb
Size: 165644
SHA256: 196babc6a72d0c1a922a54021a357c39f52ba647d50239fb8b49094d1bc64948
SHA1: 119c048da79e3d06506ccd8aed2c5da773ec3312
MD5sum: f06fc23b33b8eacaee95a04a00f34e39
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.
Timestamp: 2022-08-11 12:19:09+00

Package: libpq5
Source: postgresql-11
Version: 11.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 785
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpq5_11.17-1.pgdg+1_arm64.deb
Size: 167360
SHA256: e0836d4cbd860f2c1b8a97e6d0e2ee162fede272ff666849bc5243b91f99469e
SHA1: 2706192ef301e3e261642d866720cdcaf96d4bc5
MD5sum: 75e5b8e70603126cc43fcdf737914c30
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.
Timestamp: 2022-08-11 12:19:09+00

Package: libpq5-dbgsym
Source: postgresql-11
Version: 11.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libpq5 (= 11.17-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpq5-dbgsym_11.17-1.pgdg+1_arm64.deb
Size: 229392
SHA256: 496f316349aa3dae42731266055870a21ce3eaff1d5e3f7c736cefa269fa7cfb
SHA1: 434ceb6a7ea2803cfd00c680dd7f0705636c6e99
MD5sum: e578eea325de3c9e359632ddbfe3a2a1
Description: debug symbols for libpq5
Build-Ids: e0f3189349e3e4db3ad0eacdda5efea7ab101c4c
Timestamp: 2022-08-11 12:19:09+00

Package: libecpg-compat3
Source: postgresql-12
Version: 12.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg-compat3_12.12-1.pgdg+1_arm64.deb
Size: 19372
SHA256: 6ce0391cbddf1c6b7f47e89854743438a2918fa6334265d09e2c4a8f9cfeecdd
SHA1: 811c4d16c43f069f3ed9ebbc4e41c8e1b9b3bec1
MD5sum: 807e3001e59efec8a2017673652543d4
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.
Timestamp: 2022-08-11 12:17:50+00

Package: libecpg-compat3-dbgsym
Source: postgresql-12
Version: 12.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 12.12-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-compat3-dbgsym_12.12-1.pgdg+1_arm64.deb
Size: 17260
SHA256: fb6a4f1070308cbc9781373621d02698f97999fe583eb97643f801240cf65e53
SHA1: 7fed02f01bfaf96bbb40939a2d66eee07f45e45e
MD5sum: 528d8995fcc075c98d074833f806de01
Description: debug symbols for libecpg-compat3
Build-Ids: 5672712ae96053f1009f92fa14201bf94d49adf5
Timestamp: 2022-08-11 12:17:50+00

Package: libecpg-dev
Source: postgresql-12
Version: 12.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1509
Depends: libecpg-compat3 (= 12.12-1.pgdg+1), libecpg6 (= 12.12-1.pgdg+1), libpgtypes3 (= 12.12-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libecpg-dev_12.12-1.pgdg+1_arm64.deb
Size: 268812
SHA256: 99af30d4b3827334ed07e08552932efc9162792af0bd8d848fc684e6e82acb28
SHA1: 948467d1d79865dcd39c910a124f24778a1ba477
MD5sum: 6c3f0d917e00038a702afd3bc9d95f9d
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).
Timestamp: 2022-08-11 12:17:50+00

Package: libecpg-dev-dbgsym
Source: postgresql-12
Version: 12.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 281
Depends: libecpg-dev (= 12.12-1.pgdg+1)
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-dev-dbgsym_12.12-1.pgdg+1_arm64.deb
Size: 243884
SHA256: d360c8f3eb4048810d9f34fde4419442434de60cabbcb636ff8fd1d215226db0
SHA1: d9e1b57c874f45413f48cf51e265ead5043bb3b7
MD5sum: 25ed5fe942aa51dc75d67f0e92348d16
Description: debug symbols for libecpg-dev
Build-Ids: 2e8be633f5324d23872bda0ab61546f376dc986d
Timestamp: 2022-08-11 12:17:50+00

Package: libecpg6
Source: postgresql-12
Version: 12.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 261
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg6_12.12-1.pgdg+1_arm64.deb
Size: 58752
SHA256: 83ed635d9fb2122c84c43cf4e2044a83145e890358a692bb8f6892621cd73773
SHA1: 7b359f71118e3dce02efd1a0ee8a0d2ac5c7adba
MD5sum: 44ca1c5b909ea1976990739c6989cd43
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.
Timestamp: 2022-08-11 12:17:50+00

Package: libecpg6-dbgsym
Source: postgresql-12
Version: 12.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libecpg6 (= 12.12-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg6-dbgsym_12.12-1.pgdg+1_arm64.deb
Size: 112600
SHA256: 3fa8cb16e0c685fff9584c0908629abd5ec035da18304c53a724e90446c9fe62
SHA1: f436459bcea14d8c7bec67dbad2a9607851a1b70
MD5sum: 56c58dcc44f9d3907ba4c09e6dca132e
Description: debug symbols for libecpg6
Build-Ids: ee6d5ee9bfbd7f10e002629b932d2816ee14fdce
Timestamp: 2022-08-11 12:17:50+00

Package: libpgtypes3
Source: postgresql-12
Version: 12.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpgtypes3_12.12-1.pgdg+1_arm64.deb
Size: 44976
SHA256: 669574105731a4b94889963a502471da5b00df48ee159f654483fc3338cd176a
SHA1: d27b7bf0a91d8b2b6e12f2429aa656fb601ec782
MD5sum: 61182844622b35538683712d8d41580b
Description: shared library libpgtypes for PostgreSQL 12
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-11 12:17:50+00

Package: libpgtypes3-dbgsym
Source: postgresql-12
Version: 12.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libpgtypes3 (= 12.12-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpgtypes3-dbgsym_12.12-1.pgdg+1_arm64.deb
Size: 88196
SHA256: a31ed097910934d817b18ee4943131b94ea8390f3fc3164d76255644bf984261
SHA1: 5bebde26a80ca7d01d75dcb166829cdfdf5afdb8
MD5sum: 2487b7503f1947ffec68a95528e17c75
Description: debug symbols for libpgtypes3
Build-Ids: 41dc5a52326057d1a544725610d2dcc03a353670
Timestamp: 2022-08-11 12:17:50+00

Package: libpq-dev
Source: postgresql-12
Version: 12.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 586
Depends: libpq5 (= 12.12-1.pgdg+1)
Suggests: postgresql-doc-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libpq-dev_12.12-1.pgdg+1_arm64.deb
Size: 140944
SHA256: 140ddddfbd2a2df4344764a586ffbdcaf50742d17133254d1bba73c5f1878d1c
SHA1: 5546c68a543977ed6afd66aa01e6ddab4829eb3c
MD5sum: b7137d1242d87453b5c372cb9875f3a4
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.
Timestamp: 2022-08-11 12:17:50+00

Package: libpq5
Source: postgresql-12
Version: 12.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 792
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpq5_12.12-1.pgdg+1_arm64.deb
Size: 174028
SHA256: 613ad850189408bb9cb4d7a42688cfa85754065164cca00d58e6503a86384e26
SHA1: 787d9bffc10bf7d22194afc413572e33f35fca85
MD5sum: 23c3aaa02caee6f47c4eadcb566b9b5c
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.
Timestamp: 2022-08-11 12:17:50+00

Package: libpq5-dbgsym
Source: postgresql-12
Version: 12.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 283
Depends: libpq5 (= 12.12-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpq5-dbgsym_12.12-1.pgdg+1_arm64.deb
Size: 249808
SHA256: 6c9223632f5761a17332200a4fbb31e6dd8d63cdec6a305f4a1dd22e301bd83e
SHA1: c46e5e8827062474cb572e90c7d6d3011e2be96d
MD5sum: 87cdcc863c63622398353fd31f5ee5cb
Description: debug symbols for libpq5
Build-Ids: f4bf0dbae4b18a2cda0cb86fd5ab2bf0ab6afafa
Timestamp: 2022-08-11 12:17:50+00

Package: libecpg-compat3
Source: postgresql-13
Version: 13.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg-compat3_13.8-1.pgdg+1_arm64.deb
Size: 24596
SHA256: b13fa26c7dd708be1df936a27af12fe4d2d13e16b3a244e62543bf53aab2e67f
SHA1: b99d5fe354a93def7000667c1b93e39d10f2ab33
MD5sum: 23abb11b4207c108abec18456afe9014
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.
Timestamp: 2022-08-11 12:17:07+00

Package: libecpg-compat3-dbgsym
Source: postgresql-13
Version: 13.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 13.8-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-compat3-dbgsym_13.8-1.pgdg+1_arm64.deb
Size: 39732
SHA256: cb0b533ac4cb0267eabbb7372198812a4e60f1e14eda9782997b745dbd78974b
SHA1: 3914eb419f9aa6849fbe699462c0afb9b1e4d81b
MD5sum: f7e956af04cc2ddefe50e2207abdb2ec
Description: debug symbols for libecpg-compat3
Build-Ids: cd1895624f1d88dd825b0db7d68f3ae80a7dfbe3
Timestamp: 2022-08-11 12:17:07+00

Package: libecpg-dev
Source: postgresql-13
Version: 13.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1510
Depends: libecpg-compat3 (= 13.8-1.pgdg+1), libecpg6 (= 13.8-1.pgdg+1), libpgtypes3 (= 13.8-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libecpg-dev_13.8-1.pgdg+1_arm64.deb
Size: 267184
SHA256: d6baea308bf511d217e8576befed07c82992def7af4298a2da82a79dea2ee1be
SHA1: 510e30df191603dcc9efa35db5fff3a2c76b8032
MD5sum: 9286fbd273e8eae37967a8a67fd5c01d
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).
Timestamp: 2022-08-11 12:17:07+00

Package: libecpg-dev-dbgsym
Source: postgresql-13
Version: 13.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 287
Depends: libecpg-dev (= 13.8-1.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-dev-dbgsym_13.8-1.pgdg+1_arm64.deb
Size: 249488
SHA256: 7359fa8422bf60f34d3b5641a2d021ca134b31725c199ef911ea76a8b592c20e
SHA1: 7c13f36a552f19eb1d0fb49e3bec8bd02f0d6969
MD5sum: aa56f19c26c1f6687a166479ed29e459
Description: debug symbols for libecpg-dev
Build-Ids: cf2d71bfaebd23d37fd50f90d974da36afd5d147
Timestamp: 2022-08-11 12:17:07+00

Package: libecpg6
Source: postgresql-13
Version: 13.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 261
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg6_13.8-1.pgdg+1_arm64.deb
Size: 58404
SHA256: b40448406c6dec7d0a6faee560a56f79e52130c184b1d811f92b80aca58d97c7
SHA1: 8a19d4ae8acd0651a04032c3ab9205f90c9a708f
MD5sum: a5dbd584aaa37e8ebe9b73f6a61843d8
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.
Timestamp: 2022-08-11 12:17:07+00

Package: libecpg6-dbgsym
Source: postgresql-13
Version: 13.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 13.8-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg6-dbgsym_13.8-1.pgdg+1_arm64.deb
Size: 112780
SHA256: d4fad4f6336473e5a5d4147b0914632c9a19c9a3b37211f1ae0f720405316c42
SHA1: c45874a3a415eb29a9ee632ae6c582cc48d78e89
MD5sum: 2d70b9617d2487104a2d16a45f5b011a
Description: debug symbols for libecpg6
Build-Ids: c3bbdd8377ef0d735606fbb89fead1fb2e5b4a02
Timestamp: 2022-08-11 12:17:07+00

Package: libpgtypes3
Source: postgresql-13
Version: 13.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpgtypes3_13.8-1.pgdg+1_arm64.deb
Size: 44588
SHA256: 51087b23b3b38202401a1a7589ec6635803381d587b6489b9795e18f0a3925e0
SHA1: 363eec266a7e9cfe9586a1a8ef009e5ad140598f
MD5sum: c2764510328373e1c529ab970e206e4d
Description: shared library libpgtypes for PostgreSQL 13
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-11 12:17:07+00

Package: libpgtypes3-dbgsym
Source: postgresql-13
Version: 13.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 13.8-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpgtypes3-dbgsym_13.8-1.pgdg+1_arm64.deb
Size: 88460
SHA256: a514685c4b88101f2c8e033fe03069d2567df649d666e09bed9d22b44b6b1077
SHA1: 562b30ced5f449f880d3737f2ec42571688e53b4
MD5sum: 48c9ace856d1dfa80e9971de7182852f
Description: debug symbols for libpgtypes3
Build-Ids: e31669ec4e2c038dbdac42622eea10a8c5bf0f92
Timestamp: 2022-08-11 12:17:07+00

Package: libpq-dev
Source: postgresql-13
Version: 13.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 565
Depends: libpq5 (= 13.8-1.pgdg+1)
Suggests: postgresql-doc-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libpq-dev_13.8-1.pgdg+1_arm64.deb
Size: 137212
SHA256: 091d79d96412f1ac670ad076a34b2efa9b3d7ab097299a704787f6f062afa03d
SHA1: f3e228320b08b029fdd9d0804c6c20e43cc4ed96
MD5sum: 9586720ad37f97d10c66275ab91044fc
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.
Timestamp: 2022-08-11 12:17:07+00

Package: libpq5
Source: postgresql-13
Version: 13.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 787
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpq5_13.8-1.pgdg+1_arm64.deb
Size: 174220
SHA256: 72bbd3fc21aa56fd317da66c8a81772b5dd409187bd5ed44c57a34147a5f06ec
SHA1: 82aa59895924c6297ba525f92ac13312bc900d6b
MD5sum: c2d9bb0d19bb06bfe3d08e95e00ad88e
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.
Timestamp: 2022-08-11 12:17:07+00

Package: libpq5-dbgsym
Source: postgresql-13
Version: 13.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 290
Depends: libpq5 (= 13.8-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpq5-dbgsym_13.8-1.pgdg+1_arm64.deb
Size: 255024
SHA256: 1305855c99926d8569baf338dde0dcacf34ff565176c0cf409e347869f903cff
SHA1: d418bc7cd53e88cbf70f3d859733f4409e6ca227
MD5sum: ba0bac13ca7a6acc3049e9efdb9a7c97
Description: debug symbols for libpq5
Build-Ids: b42cbbca3efd1d1dab5ad2e2ba24f200f8aaa1ec
Timestamp: 2022-08-11 12:17:07+00

Package: libecpg-compat3
Source: postgresql-15
Version: 15~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg-compat3_15~beta3-1.pgdg+1_arm64.deb
Size: 17740
SHA256: f688a8e2401a92e1e8dd030a4dabf99d4742b9b608dd72c34fca24d5d5802dca
SHA1: 4d1b038df9fd6c3d7c0a068b8313928f3f9952f6
MD5sum: d28eb5eb5688c5ed41281da5bc59854f
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.
Timestamp: 2022-08-11 12:15:56+00

Package: libecpg-compat3-dbgsym
Source: postgresql-15
Version: 15~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 15~beta3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-compat3-dbgsym_15~beta3-1.pgdg+1_arm64.deb
Size: 39104
SHA256: 45c784f53e8bcf8d488eac05d72fb1a9c7819cf911c24527aa5150ce5e7ed5a2
SHA1: 917c8d6031dc9fb4fc6f375e1f19e6eea9677c23
MD5sum: 222c12fc8115c895b6dbf41da0861acf
Description: debug symbols for libecpg-compat3
Build-Ids: 88ac4b26049754b45b5a7fee1b890c641ff43299
Timestamp: 2022-08-11 12:15:56+00

Package: libecpg-dev
Source: postgresql-15
Version: 15~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1680
Depends: libecpg-compat3 (= 15~beta3-1.pgdg+1), libecpg6 (= 15~beta3-1.pgdg+1), libpgtypes3 (= 15~beta3-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libecpg-dev_15~beta3-1.pgdg+1_arm64.deb
Size: 276688
SHA256: 2650157ae6966d30666442ab7efe5ebea7ceaf4baabeb4832d17ef7eb876b174
SHA1: 9b1fe2554613e0f885785af729a72ce44d17a163
MD5sum: a3a52dbd6f15c27516ed22a4bd98d617
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).
Timestamp: 2022-08-11 12:15:56+00

Package: libecpg-dev-dbgsym
Source: postgresql-15
Version: 15~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 308
Depends: libecpg-dev (= 15~beta3-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-dev-dbgsym_15~beta3-1.pgdg+1_arm64.deb
Size: 266528
SHA256: 687ba80d72e97ef6ef695ac3c4a2f5cdff2fa045726c03da0a069d1394c127f3
SHA1: 019276e9f826a7c5c461de37050ccae6fda4c3e6
MD5sum: 269535a1712114553d06d4c4a3aa330b
Description: debug symbols for libecpg-dev
Build-Ids: a10b9ea6591e43a63ef0ba089a95fbf37d4e8bc4
Timestamp: 2022-08-11 12:15:56+00

Package: libecpg6
Source: postgresql-15
Version: 15~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 267
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg6_15~beta3-1.pgdg+1_arm64.deb
Size: 53440
SHA256: 08b086200b3551c30ae7ebe3ab6b9dfa7c9554a556f8245a02abd20bee102b81
SHA1: 6faa10ce403223eb29fae2d0d52ea04945356927
MD5sum: 3af450a202c3b629144d6f333c1e7caa
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.
Timestamp: 2022-08-11 12:15:56+00

Package: libecpg6-dbgsym
Source: postgresql-15
Version: 15~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 15~beta3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg6-dbgsym_15~beta3-1.pgdg+1_arm64.deb
Size: 113848
SHA256: 76c31ddcd06f60b1a0378cb17d7a77086343e19db1ab5c72747d6e70d3db3838
SHA1: c6d51e2351c914cdbf77836101f7bed1af4c94f6
MD5sum: 0ac924eb119e345508029da0582cf1fd
Description: debug symbols for libecpg6
Build-Ids: c7d21170dca3a04570b8f0f32f9bf83186480c9d
Timestamp: 2022-08-11 12:15:56+00

Package: libpgtypes3
Source: postgresql-15
Version: 15~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpgtypes3_15~beta3-1.pgdg+1_arm64.deb
Size: 37892
SHA256: 56c1b061d81a88b1bd86b6c5a70e3f44972646c814c7a47e464393bbfc5b0a9e
SHA1: fccc0b0ff222520d133162fed6de862c72c8458e
MD5sum: 6f0a2f09fb347fdcb687aa98dfbd3788
Description: shared library libpgtypes for PostgreSQL 15
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-11 12:15:56+00

Package: libpgtypes3-dbgsym
Source: postgresql-15
Version: 15~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libpgtypes3 (= 15~beta3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpgtypes3-dbgsym_15~beta3-1.pgdg+1_arm64.deb
Size: 87852
SHA256: 36d15b7411985b8988fe751db602e5223614026f08715762b294d8c3ff31537b
SHA1: 89fd85cd1d9161634064805cda8c494c64e270dd
MD5sum: 030a14e9ab4af435a269502f0df067cb
Description: debug symbols for libpgtypes3
Build-Ids: 6cbae1f569d0fa194fd8e0cfa63688acb44838a5
Timestamp: 2022-08-11 12:15:56+00

Package: libpq-dev
Source: postgresql-15
Version: 15~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 582
Depends: libpq5 (= 15~beta3-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libpq-dev_15~beta3-1.pgdg+1_arm64.deb
Size: 136372
SHA256: aee429bbda797c5bd25fcb42e79bd8918d27caf753a1d98882d18cab5550829c
SHA1: 74f0e9c5f3ad4f7c4a774cc325a2724bb95236a1
MD5sum: 407aa58315c56da0f42c2ff02cec0e38
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.
Timestamp: 2022-08-11 12:15:56+00

Package: libpq5
Source: postgresql-15
Version: 15~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1023
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpq5_15~beta3-1.pgdg+1_arm64.deb
Size: 198292
SHA256: 3d3fc6b4d42dcbc0559ffe71a37c9d9dc78197dd3f43833a08de6426e09f28cb
SHA1: bea0a8b5712d6eb2acd232f2282c6673a6435940
MD5sum: 08de46ab3e3b215cfaa7c6412b098882
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.
Timestamp: 2022-08-11 12:15:56+00

Package: libpq5-dbgsym
Source: postgresql-15
Version: 15~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 313
Depends: libpq5 (= 15~beta3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpq5-dbgsym_15~beta3-1.pgdg+1_arm64.deb
Size: 277732
SHA256: 5e9b85581d17141483dc3e61e2a304a099d32f417d1b292c2f418858745c9794
SHA1: 61bf922550843b0d5f75ab92fc02ffc862c91903
MD5sum: 1e97146de2898cfe4a8015c9264dd371
Description: debug symbols for libpq5
Build-Ids: eecd42811faad6010e7a84c4c8d31d0b9b0320f8
Timestamp: 2022-08-11 12:15:56+00

Package: postgresql-15
Version: 15~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60672
Depends: locales | locales-all, postgresql-client-15, postgresql-common (>= 241~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-15-jit-llvm (= 14), postgresql-contrib-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/database
Filename: pool/15/p/postgresql-15/postgresql-15_15~beta3-1.pgdg+1_arm64.deb
Size: 18223824
SHA256: 746c7040b743d636fe187491d33a056a89dd67317152bd60838003cc0cf9fd50
SHA1: 4734900e8ba3791d5ea0964f0a2c49a369abd744
MD5sum: 24ce727579f50e749feccab1353b1a6c
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 15.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202207052
Timestamp: 2022-08-11 12:15:56+00

Package: postgresql-15-dbgsym
Source: postgresql-15
Version: 15~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19073
Depends: postgresql-15 (= 15~beta3-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/postgresql-15-dbgsym_15~beta3-1.pgdg+1_arm64.deb
Size: 17228772
SHA256: f193f9705839644e6913146d4c0b86774ace53df47490efd320542f3786a236e
SHA1: e5aff5787661d617d785fd43e267b067d21a24b4
MD5sum: 215ae3b00dbdbae62bb2e7af9df1f8f4
Description: debug symbols for postgresql-15
Build-Ids: 00ad41bfd4ab2292ca5fa058f8e41afb236854db 01ccc6f474636cb66ac690dfe167ffb93af47f82 01e5046867445f38769a6111d000cd904d9dbccd 036e745647e19e839a53066730c93f3f530db8dc 0a8a1d97b9fa46159dbdb219ae7061c0f2a5a7cb 14dc6f1732554810f3a56e30c680c8cb27d66aba 17ccb43bcd81b2e4489b2f96b87179ca81227553 17f623fd1193a0743162e108db7493a93bc86ccc 1ba818fad30067059ec6b85b136475f7f2224f23 1d351915be40fff8c5c54d888aba2be482321c71 2041ff225db8c7cd7eee4aa6e512d6dadf2e710e 2949352e61dde0644ac5b3b9262d9cdfb61a2c91 2a2fca1ebed24442992a4b2bb69782a23e14ae67 2ab5ff05e0c5147795384cf53eaa2861ece39131 2b7e8b753986d7f06e5a14ec1d184cd46fec1eaa 2c29c55a9e1b3b5c1422eac07cb00d4808040ef4 2e353dd80bced4489840e812028b411c6a023fd6 337221cf9d634906d57456ff65ebb31198482afb 360843cff231b1108644c03ada4e8321c22f77d6 36b6e29953f8557cfa5ed8673fcbbffdd9214c45 38a6bd61cac1ca4b7d365329d323dcf1cd9c1d4a 39107c1df7daa23b689c87077ceb6f9997143a51 414d206abcfe6eb0664f2ad90dd350e5a0a489ff 42d7d33934de3c9c8489fb1889d530c1f5ca8cc2 456092174db278e420431fe456de0f0016a8bcee 4bf19ae28002b495fc7a9f54a752975ab938d5b1 4f91b911c92ac5a2a6802df352a15c6e6621fa19 50a3aa0154cd92eaa9e93703217b860bc6af8aa3 50db91c4dfabe898cc106a5bf713f6410cdf6d78 513e7db323bd840c6d6d9a7a71c437c5ebc9cb05 55d6d6137da18e306474e5953925152c623b6807 561da3d629e0934da28af1262ed36d1a91054cda 575e850a4785a02365d8d40e36b9c9783102ad22 5cff2548b628fbc3f8d451fba26ce54cfc2dc731 672889debd48b2525213fc99977877eeb0449d0b 6a620cc55c7159c9d9a2511d2a9ef15627daeee1 6c0909d11d9f505c2a5bb0fa80e4088c09b61d1d 6c579f0903607a98acf9514de6fd647709561ae9 6ce661df768f9cedcc8db1ca4a8805a27b44430b 6f5638192915691ce0f61ad3c7fbaeba74c2cbb4 72be7e14c0a5a529305e5efe349c0a25fc15fdfb 731af588e76fdc1c979e2158572329de583f4820 755f5b198ffc9e67491e15f39f4639515ee6019d 797e94a6018f715e672ee6baa28584c1c7df7dc7 7cd478a5569d769b6a3747d91ca62d6f6e8114f2 7d649e1fb021377a795075bf6261da02bef3c90b 7eea6c82693665f8399900983d91c47f694d0932 816db9e37fd6622ec7b7b01284db9cb66d5075e4 83fa4d00cb6f06f0a065909f5eb941e350133134 89ce83f5e2a87aa4ac26c2970ebfd40d7d4c011b 89fbc8e9846db065283c2bd2eee776dcdf60adcd 8c468e5c4b3ba65fbb42064b5416d385946d806e 8f4606567f40397d7769a53028a4dcd80cf1ce9e 9080d2ccea83016e225281a513463608a74503ee 94d0e09327b0cc63bb8affd208221a0289c3ef0d 951c432bf12bb1d7875f93e2725315b0432ec365 9707f80dbef4d79fe61965b5349aaf027c29f4fc 97f70aaa24880d60ab459cbcdafbe0094c636760 9a877eacf9eab5069b3db69826448c61115500f7 9a9af3d22d0b3b652fe6617f170403b0a2bb36ae 9e3590f6812b5994f33ee2c0be3ef694650e3ee3 9e3d1595a907692ea0c92b468a8e138ffd41f3d6 9fe32a0cf960e326e31c1957b303ea4420a1b402 a2dac4203ce2f8be2efb8f59a53bd650e2177918 a42af6d55b12f11794f648ef4433f28812be5d63 a54ef1f557d485ef17850ab6f021d892587e971d a6a069316dc8f9ce0a9202a1b54b4510b64e2fd2 a6de3bafb069d2ed7c1813667632c0bb5490b2ff a6f91c5574016dd341769d554aea20a186444e00 b08afa0e50fbbfe6131ecda1f34886de8e5e031c b184e2d87894cb111af5d684cf2bf35578a8125d bc5000b597b7afe3b399f68c27408008b67ee1cf bc90984325cc2b37644cab4255337b5df608809f bcacf090bde3da63eb6a828f313dedc2d5b954d4 bdb2e775af4c8b1b30c96b203d0bba26ca6673e6 bdb734d4daa55cb50f2c5b95aab9412a77c93f47 c065ef6e773ef4ea6b1375aba1c8021a547e46ef c17f4a95e0c8539c56e3e42c8bcfb891fe2c2726 c4b3349e9977fe25eeb9b863a50bbcd077604771 ca585a41f215b854b3ada3cf2e119bc06dd9c807 cdc61bf786960a24da96c3ea97a6a18c5314637c ce268959fe49cacbcd00957fe029c8cbe02404dc d0e436b1673baa544366109732ccab607e6768b5 d1188938669acdb9a7b14138a9b5072e942fdc97 d3747497e50cfc6d7aa001618eac5e95945d59b7 d47b1e8e989b26f88038b92f6887a113fc930941 d8184db2e9f0de21f19ac70783e07247e6cf6e33 dce15265feda07e87bda0d1a59c6a50232df34f5 e07202c120409f973506695d15c4929ba63f23c3 e4955cfab2ad6d53224bea540879ac718ede9b6f e87a418712b60d8e54a8f1d0f950310e2801bc69 e96e9ea5bf728f9128f8a8ac38e361f069ae5f5e ec66b74a0dba2d595492c1c2b51a23e998648450 f8e4e2f98f7e91eacd37c7bbee3b8a7f02a6531a fa6016dd1beaa1b40de2c10964bffbf7aa9d8326 fcec22961e77f8428b037d1d444d685a883704eb
Postgresql-Catversion: 202207052
Timestamp: 2022-08-11 12:15:56+00

Package: postgresql-client-15
Source: postgresql-15
Version: 15~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9437
Depends: libpq5 (>= 15~beta3), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), liblz4-1 (>= 0.0~r127), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Suggests: postgresql-15, postgresql-doc-15
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/database
Filename: pool/15/p/postgresql-15/postgresql-client-15_15~beta3-1.pgdg+1_arm64.deb
Size: 1793832
SHA256: b53b957e7a28ab0d19c3d16b3495f6e8fb6d145680004431b1d5141b46b910e5
SHA1: 32fdf29da67d8a2da29c141230d0aa8a3b9aa1e5
MD5sum: a33be60a081762c8e3e3093c289454e2
Description: front-end programs for PostgreSQL 15
 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 15. If you install
 PostgreSQL 15 on a standalone machine, you need the server package
 postgresql-15, 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.
Timestamp: 2022-08-11 12:15:56+00

Package: postgresql-client-15-dbgsym
Source: postgresql-15
Version: 15~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2933
Depends: postgresql-client-15 (= 15~beta3-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/postgresql-client-15-dbgsym_15~beta3-1.pgdg+1_arm64.deb
Size: 2473220
SHA256: 517b4c4e9f252a89237c571f46bae205c3dac0d783c674ce0eeef72c58f0afd4
SHA1: 14e364e37fe1f8ae34ff69177cdda95b4e5305e9
MD5sum: 431b0f495bcbaa7cf13e90d7ca8f7d76
Description: debug symbols for postgresql-client-15
Build-Ids: 03422f387193b4d7245483a4d7050a117eb24ee7 07b584df8acb91430b9b3e9c9a919ee8d87994cf 2750c083601ef6d7bc8e153f55d0a6e11ad25cf2 2b6e0adc42b952235512e12bf11fbe1a1b088504 37a0116076a96707afbf57e243b0cbe616d54048 41ca4c5296976d178104833851d5574d2ff82f91 478679c0f66f7453a3fcf05e32d1c4301c403cd4 4ecd20bc186d0248955bdb28253e265710b8d466 6df49f3f1fc5f83ed40fa5cfcb07087b3ba282a1 6f6b3c6b056ae6b77241e03d7c39b2a70a826f85 77a0d73ad97333b875fcba2aeac081b36afba5a4 89f67216d40b52070be5c3e5a05af32d91cef49d 94356e29f84185568235a40c54e45924032d21ce a522e60fa2d1fcb060ba24fee63f50323f998c8f b246dca9f547ed8b74e62ee3e15c3cffc532c4f0 d99246b024edb20215bac8eaafdee38eaab5d1e5 e90b16fe4ff78dd3b7700d7bda42209135431e91 eeb21ed45a785c19776fc3fb9de7d905b24eb383 eed677a445c07fd1da33310d693b59ae01704237 f5aa03826a110d54a324ce62b0c2cb2b2458896d f86fea78ca36a78dedaa218bbc80e8496c16ec5e
Timestamp: 2022-08-11 12:15:56+00

Package: postgresql-doc-15
Source: postgresql-15
Version: 15~beta3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15880
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/doc
Filename: pool/15/p/postgresql-15/postgresql-doc-15_15~beta3-1.pgdg+1_all.deb
Size: 1998228
SHA256: 7047f07ec3e079519ae91f0ebd7ae98e19d6421335802c0478ee6751056e2acb
SHA1: ec2fbc696d9497b8717f32f7daad6128ede05475
MD5sum: da71d30d3d5ed3542708e53b84b51878
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 15. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-11 12:15:56+00

Package: postgresql-plperl-15
Source: postgresql-15
Version: 15~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 576
Depends: perl, postgresql-15 (= 15~beta3-1.pgdg+1), libc6 (>= 2.34), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/database
Filename: pool/15/p/postgresql-15/postgresql-plperl-15_15~beta3-1.pgdg+1_arm64.deb
Size: 83320
SHA256: 7ceb2e073c5a1390e411a8c0778e4aaf95b9e573c65b6a6b58d64adc2fa87f29
SHA1: ba025c8ca4ef6495219ded79c07c38714eb65734
MD5sum: 9a985452cbd9e88d292c45e2cd871132
Description: PL/Perl procedural language for PostgreSQL 15
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Perl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-11 12:15:56+00

Package: postgresql-plperl-15-dbgsym
Source: postgresql-15
Version: 15~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 225
Depends: postgresql-plperl-15 (= 15~beta3-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/postgresql-plperl-15-dbgsym_15~beta3-1.pgdg+1_arm64.deb
Size: 179412
SHA256: 9a43da987c33534ece878eda6603dab2ea3547eb4b21fc48a18bb67b8287e5dd
SHA1: 2418d3593465609d13c3d0c2454f83a9e12de703
MD5sum: 987c333bb290246e6fe51e8bc2b80e12
Description: debug symbols for postgresql-plperl-15
Build-Ids: 3a80f66ffc412a0977c381897f1cf5d22c500e8b 622625ce0aaf1116c3f363e12fd6ee85b185e926 a4cb57fbb04b94314863e8d3d7a886c006bdfe2a d4bb440a426fc63f93706ae88dd9701a60739b7a
Timestamp: 2022-08-11 12:15:56+00

Package: postgresql-plpython3-15
Source: postgresql-15
Version: 15~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 667
Depends: postgresql-15 (= 15~beta3-1.pgdg+1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/database
Filename: pool/15/p/postgresql-15/postgresql-plpython3-15_15~beta3-1.pgdg+1_arm64.deb
Size: 105412
SHA256: 58990397b584a4460aacd15ac151d7590ea2d8a19e0d97947925fd6854a7f53c
SHA1: 940e732d795207bec52de9d6f7b0adc2c2e79fba
MD5sum: 248f8e2da77941292cbf53a5d5ad5f7f
Description: PL/Python 3 procedural language for PostgreSQL 15
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Python 3.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-11 12:15:56+00

Package: postgresql-plpython3-15-dbgsym
Source: postgresql-15
Version: 15~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 227
Depends: postgresql-plpython3-15 (= 15~beta3-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/postgresql-plpython3-15-dbgsym_15~beta3-1.pgdg+1_arm64.deb
Size: 177728
SHA256: 5db7e0784df45bfd67e4d4870e959dacd2be0229c5276045a67bcc570f77f460
SHA1: 38ff87eccbd0654d3ccf2f95c116702084eb2371
MD5sum: d46f537f909f12907ac64113da3f8156
Description: debug symbols for postgresql-plpython3-15
Build-Ids: 20d2ea9b758ccbf1783675485e3f575e72f57be1 22bda4be4acb6754adce6af8b3dfb5d73c473b44 5bebacf828ac8bc1d3a4d5ec442e55b831f80da7 b02c2cf9f52df36df57c118b29f6b547deee43dc
Timestamp: 2022-08-11 12:15:56+00

Package: postgresql-pltcl-15
Source: postgresql-15
Version: 15~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-15 (= 15~beta3-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/database
Filename: pool/15/p/postgresql-15/postgresql-pltcl-15_15~beta3-1.pgdg+1_arm64.deb
Size: 36160
SHA256: 84317e047a8596ab9151dd8c7b2164262bc876391a14a6ac234890301dd54c67
SHA1: 3f1a03241bba52a843e494551d78f6031b265823
MD5sum: 658220b89615ee2f95ecc5c96df866ac
Description: PL/Tcl procedural language for PostgreSQL 15
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Tcl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-11 12:15:56+00

Package: postgresql-pltcl-15-dbgsym
Source: postgresql-15
Version: 15~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-pltcl-15 (= 15~beta3-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/postgresql-pltcl-15-dbgsym_15~beta3-1.pgdg+1_arm64.deb
Size: 81024
SHA256: 312c31da8a3f71f7b5620a51689066c194a4a6e9bf7f1aaa9e7722891f9553a7
SHA1: 9c61fe2153f508c9a1a74e71d2ff4c4393606310
MD5sum: ecfcc0b735246225af2aeb8cb22027b7
Description: debug symbols for postgresql-pltcl-15
Build-Ids: 3be9275cbb4bc893235ce2a3550e23f0660e64da
Timestamp: 2022-08-11 12:15:56+00

Package: postgresql-server-dev-15
Source: postgresql-15
Version: 15~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6844
Depends: clang-14, libpq-dev (>= 15~~), llvm-14-dev, postgresql-client-15, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/postgresql-server-dev-15_15~beta3-1.pgdg+1_arm64.deb
Size: 1142252
SHA256: 62b3da04dd6eeb0be08ab727af85a5531551b84c278c049d57f330d98390ff4e
SHA1: 164efe5e5c21425a673a42b6ce08290af19826ba
MD5sum: 07af1964be39b923487078e80ad72fe2
Description: development files for PostgreSQL 15 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.
Timestamp: 2022-08-11 12:15:56+00

Package: libecpg-compat3
Source: postgresql-9.1
Version: 9.1.24-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libecpg-compat3_9.1.24-9.pgdg+1_arm64.deb
Size: 36164
SHA256: e6fab0ff965117140966296d45a680109fa3b5ead6eb354db436753d4f610568
SHA1: 782c5ab02a46817aa48760f8121c03f53e7ebd10
MD5sum: c6105bce46fbdca40678906725cb2cef
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.
Timestamp: 2022-08-11 12:43:33+00

Package: libecpg-dev
Source: postgresql-9.1
Version: 9.1.24-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1049
Depends: libc6 (>= 2.34), libpq-dev, libecpg6 (= 9.1.24-9.pgdg+1), libecpg-compat3 (= 9.1.24-9.pgdg+1), libpgtypes3 (= 9.1.24-9.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libdevel
Filename: pool/9.1/p/postgresql-9.1/libecpg-dev_9.1.24-9.pgdg+1_arm64.deb
Size: 216560
SHA256: 6d1ccf1de60f81b56804065d969d5c176717629ab79a13f4ae353fd86bacfb3e
SHA1: 79d971a9a439d3ae1459e850feb03982c174ea41
MD5sum: bd8da707bbd3f347b532ef944a273f59
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).
Timestamp: 2022-08-11 12:43:33+00

Package: libecpg6
Source: postgresql-9.1
Version: 9.1.24-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 445
Depends: libc6 (>= 2.34), libpgtypes3, libpq5
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libecpg6_9.1.24-9.pgdg+1_arm64.deb
Size: 96456
SHA256: 6af608dc94f30eebda8d4a73024100f4a801ccf80aa46286b1273470ca20b08a
SHA1: a88aa817e3963dc40592dbed82470c779e4a6c05
MD5sum: 9974d97a6391308c2d0b64afcf5587ca
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.
Timestamp: 2022-08-11 12:43:33+00

Package: libpgtypes3
Source: postgresql-9.1
Version: 9.1.24-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 122
Depends: libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libpgtypes3_9.1.24-9.pgdg+1_arm64.deb
Size: 56576
SHA256: aedc52ff9674fa7e2d33fa3293bb143eae2189ae787fad315a682b8144e57439
SHA1: bd9079bd04fab32ac1be6c4aa71aba61f3f7dfe3
MD5sum: a833b7559874a6b873fc5f32331d6c20
Description: shared library libpgtypes for PostgreSQL 9.1
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-11 12:43:33+00

Package: libpq-dev
Source: postgresql-9.1
Version: 9.1.24-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 946
Depends: libc6 (>= 2.34), libpq5 (= 9.1.24-9.pgdg+1)
Suggests: postgresql-doc-9.1
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libdevel
Filename: pool/9.1/p/postgresql-9.1/libpq-dev_9.1.24-9.pgdg+1_arm64.deb
Size: 193516
SHA256: 4a24e15e8b4d97c584216c160130608a8ed1dd52cfadab192045725d95e6c7b3
SHA1: 2277b89933bbac16a41916cee3843219e62798c6
MD5sum: f399871eafdc340b811ec64023d1b2fd
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.
Timestamp: 2022-08-11 12:43:33+00

Package: libpq5
Source: postgresql-9.1
Version: 9.1.24-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 566
Depends: libc6 (>= 2.33), libcom-err2 (>= 1.43.9), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap-2.5-0 (>= 2.5.4)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libpq5_9.1.24-9.pgdg+1_arm64.deb
Size: 134840
SHA256: 9075e96921a6d234216f185f353063469e63d1b4dab767fe196f2af4aeb2ed84
SHA1: 01063ad4cd00dc2061908835b8d5dd7eb252a6b1
MD5sum: 72f760ebf2811d0552a50c285307607e
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.
Timestamp: 2022-08-11 12:43:33+00

Package: libdbd-pg-perl
Version: 3.16.0-1~pgdg+1
Architecture: arm64
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Installed-Size: 576
Depends: perl (>= 5.34.0-5), perl-dbdabi-94, perlapi-5.34.0, libc6 (>= 2.34), libpq5 (>= 9.3~), libdbi-perl, libversion-perl
Multi-Arch: same
Homepage: https://metacpan.org/release/DBD-Pg
Priority: optional
Section: perl
Filename: pool/main/libd/libdbd-pg-perl/libdbd-pg-perl_3.16.0-1~pgdg+1_arm64.deb
Size: 209000
SHA256: 7c7b35dfa580c0f4c38be02b820db2f68fbbebf66960f835863235d24901bf09
SHA1: 96d4e32029c146d4d8e8ee7bb137a9949e1a3c61
MD5sum: fba656577ec360e98a591ac79c79664c
Description: Perl DBI driver for the PostgreSQL database server
 DBD::Pg is a Perl DBI Database Driver module that works with the DBI module to
 provide access to PostgreSQL databases. It enables you to control a PostgreSQL
 database in a Perl script.
Timestamp: 2022-08-11 12:47:03+00

Package: libdbd-pg-perl-dbgsym
Source: libdbd-pg-perl
Version: 3.16.0-1~pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Installed-Size: 213
Depends: libdbd-pg-perl (= 3.16.0-1~pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libd/libdbd-pg-perl/libdbd-pg-perl-dbgsym_3.16.0-1~pgdg+1_arm64.deb
Size: 192628
SHA256: 64d0afcc9e23e2f2d05acf482662f82461a95a5e1a3b183f2d71c1d9d0e2774e
SHA1: b2bdc11c03ed042bd75deff5707faeb656b15e9b
MD5sum: 97a380ddaef9924872401b7bbcd50abe
Description: debug symbols for libdbd-pg-perl
Build-Ids: 0eba3d408a7c46a24340fedadf5755ba3446b536
Timestamp: 2022-08-11 12:47:03+00

Package: libecpg6
Source: postgresql-14
Version: 14.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 264
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-14/libecpg6_14.5-1.pgdg+1_arm64.deb
Size: 55404
SHA256: 0094827ee24e8e8a0aaeb934daba0f654390214beafc90c66121d7e32e368416
SHA1: 481a9674ad373685fe205d4bf80bb6d3eb4c600d
MD5sum: d1cbcbd5524c77cef6b1d69a86075b8e
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.
Timestamp: 2022-08-11 12:47:03+00

Package: libecpg6-dbgsym
Source: postgresql-14
Version: 14.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 14.5-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libecpg6-dbgsym_14.5-1.pgdg+1_arm64.deb
Size: 112664
SHA256: 58a86e35eb0a62d05669e62fff5a7c506382f3eb41ebe3562d8d8c998bc07108
SHA1: 6f5a480a680f55df7fdaa9d3b3256be6f9167f0a
MD5sum: 76c75467ef07765028bc3f99a4854377
Description: debug symbols for libecpg6
Build-Ids: bf0ac46f2bad3997d2713891a9c438bfc240555c
Timestamp: 2022-08-11 12:47:03+00

Package: libecpg-compat3
Source: postgresql-14
Version: 14.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-14/libecpg-compat3_14.5-1.pgdg+1_arm64.deb
Size: 20992
SHA256: f1859fce2ca2df60d019e36233c758695b2e574ee3de34484ee2a429168af68c
SHA1: 2b41865ea94875cec410d8d776c62a923a51c857
MD5sum: 41ce5b958f50ea85edc2c5d8f14876b9
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.
Timestamp: 2022-08-11 12:47:03+00

Package: libecpg-compat3-dbgsym
Source: postgresql-14
Version: 14.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: libecpg-compat3 (= 14.5-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libecpg-compat3-dbgsym_14.5-1.pgdg+1_arm64.deb
Size: 39776
SHA256: 52a89f8d2e34db6c12e7979001c413ad77b8f61830078fe0c13602300a51af19
SHA1: 27e8328061009ab75891df0ffc2880ea853d2f7b
MD5sum: 4bf5b68d0a6a66d1badd017246dec567
Description: debug symbols for libecpg-compat3
Build-Ids: d852a3034b5a5240609ee4822bca218866109823
Timestamp: 2022-08-11 12:47:03+00

Package: libecpg-dev
Source: postgresql-14
Version: 14.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1594
Depends: libecpg-compat3 (= 14.5-1.pgdg+1), libecpg6 (= 14.5-1.pgdg+1), libpgtypes3 (= 14.5-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/libecpg-dev_14.5-1.pgdg+1_arm64.deb
Size: 272380
SHA256: 360976f0cdbf2cd04571684552072848a7becd66fc14eceb5e3f7625a7e51d1a
SHA1: 3e33daa70dd15ae9f032fbf7465b0eb3bfc87adf
MD5sum: 57525ea72162d4a8e1b4e381e23288a7
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).
Timestamp: 2022-08-11 12:47:03+00

Package: libecpg-dev-dbgsym
Source: postgresql-14
Version: 14.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 296
Depends: libecpg-dev (= 14.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libecpg-dev-dbgsym_14.5-1.pgdg+1_arm64.deb
Size: 255820
SHA256: 5b5734cfa6d3fc52c6691801818f32139ca52c16d57a25dbe8e2b484c2253512
SHA1: b9c208e16664b8488803ec11fa06537d0a39b17d
MD5sum: 7b76614cc35941febc5e28d7b946d3a7
Description: debug symbols for libecpg-dev
Build-Ids: c7672eda25efed9df69636497cd74e149ff2f495
Timestamp: 2022-08-11 12:47:03+00

Package: libpgtypes3
Source: postgresql-14
Version: 14.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-14/libpgtypes3_14.5-1.pgdg+1_arm64.deb
Size: 41052
SHA256: 67b559abe49f14f8f54d01db20cf73bd21afe61e788038a1fadaf94f76b9c649
SHA1: 05e9c08cc0cb7e7caa376fc5528d4029c2bd9780
MD5sum: e7ca151642a1d0589740675c586e241a
Description: shared library libpgtypes for PostgreSQL 14
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-11 12:47:03+00

Package: libpgtypes3-dbgsym
Source: postgresql-14
Version: 14.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 14.5-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libpgtypes3-dbgsym_14.5-1.pgdg+1_arm64.deb
Size: 88588
SHA256: d1a116729579d743f5daea8be490a2b25883df609641134e6138df8bdb2e52af
SHA1: 47ec4bdac846059196adc14bede5593f5d08d67c
MD5sum: 7ec086bb2fb7a0c82df09609505535df
Description: debug symbols for libpgtypes3
Build-Ids: 4c9837e380993cca1710d6caf02620a3b928b19d
Timestamp: 2022-08-11 12:47:03+00

Package: libpq5
Source: postgresql-14
Version: 14.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 748
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-14/libpq5_14.5-1.pgdg+1_arm64.deb
Size: 167100
SHA256: def7e78fbd76244c47ed7bcae5dce4435277119d408b83a1bb4f9178374d146f
SHA1: 14f8c6fa7d4cc232f36f81b8a8ab3c7464c12119
MD5sum: a71f28a64c42177212e5c0bb7dff0986
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.
Timestamp: 2022-08-11 12:47:03+00

Package: libpq5-dbgsym
Source: postgresql-14
Version: 14.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 303
Depends: libpq5 (= 14.5-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/libpq5-dbgsym_14.5-1.pgdg+1_arm64.deb
Size: 268116
SHA256: fcbafd3a366ffa1f6d79dbdc24cef9a09b1e75fb99674813ff34d6c23de6602d
SHA1: 32464a78218bfbff369a36a92fa0844bffd2f976
MD5sum: bd23143eaa7421047abcda2532598934
Description: debug symbols for libpq5
Build-Ids: f2ad97867b43e2739cc0b34d8ae6a95a0f45894b
Timestamp: 2022-08-11 12:47:03+00

Package: libpq-dev
Source: postgresql-14
Version: 14.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 573
Depends: libpq5 (= 14.5-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/libpq-dev_14.5-1.pgdg+1_arm64.deb
Size: 136028
SHA256: 5eff6690f6e3345367416b4d72364966947f23eee75f7eb256081291cb771169
SHA1: 35dad5fa78f81e39235d3811323e9428aa71c1f8
MD5sum: fed45e823bbab1a9a7bfde89a69b1eaf
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.
Timestamp: 2022-08-11 12:47:03+00

Package: pgformatter
Version: 5.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 288
Depends: perl:any
Multi-Arch: foreign
Homepage: https://sqlformat.darold.net/
Priority: optional
Section: database
Filename: pool/main/p/pgformatter/pgformatter_5.3-1.pgdg+1_all.deb
Size: 85276
SHA256: de866ec832737ae60256a736c3603b6acc20d278907a1f2a6531107465a15c8f
SHA1: 30fc673a8138665620af29f52d76286aeb77b609
MD5sum: 380a130dd44df7fc272a4617618f21c7
Description: PostgreSQL SQL syntax beautifier
 This SQL formatter/beautifier supports keywords from SQL-92, SQL-99,
 SQL-2003, SQL-2008, SQL-2011 and PostgreSQL specifics keywords. May
 works with any other databases too.
 .
 pgFormatter can work as a console program or as a CGI. pg_format will
 automatically detect its environment and output as text or as HTML
 following the context.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql
Source: postgresql-common (242.pgdg+1)
Version: 14+242.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-14
Suggests: postgresql-doc
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_14+242.pgdg+1_all.deb
Size: 66752
SHA256: 24f65cc2958b403d74ef7d753da6a20f40ab1f11ec85fd4705660b0a970981a6
SHA1: 7d25b980290fbf1e6d8b3cc54daef55d1668ec9c
MD5sum: 99324786e52d246eff9720986b06b85f
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.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-10
Version: 10.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28249
Depends: locales | locales-all, postgresql-client-10, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-10
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-10_10.22-1.pgdg+1_arm64.deb
Size: 5042308
SHA256: c37a5d8a0c4c91a59e5525757d5fd976686162676b4aaf66d7208d9df8d5b56b
SHA1: 62b838907b29d2a8b43056941f44cadeccfbd0b0
MD5sum: c7054ca127959a8d9f395a89e5335d51
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 10.
Postgresql-Catversion: 201707211
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-10-dbgsym
Source: postgresql-10
Version: 10.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13525
Depends: postgresql-10 (= 10.22-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-10-dbgsym_10.22-1.pgdg+1_arm64.deb
Size: 12040940
SHA256: 7697c70be19c9df957d54a978f485d2e54dcaa03c9973810d5dd4847e5176593
SHA1: a4c73b1068f68dbea3ec2be48fb6a8f0477b149a
MD5sum: c59b795e47365254af843b723997574e
Description: debug symbols for postgresql-10
Build-Ids: 03ee8cbb24df670bf33a2823280f9acc0e8ae694 08542ee94d2670bd5464e28770a901fe14b26335 08abd352f3418f24b527e3aaea170a0f6bdd3deb 0ba27d7829102669c402a9db9f3011f29b9f17cd 0bfcad29779100138bab757560cccf0d6239585b 100574a260dae9d3974bf5a65da59ab51dd5f3c2 10b43dce703d73361a657b009eb30610937f71c7 11ab5372f889d2590944d038cdd659c66ce56c54 11b36f0ae17bcfc04029acc1ad47d6a84d8b06fa 11ba55274f8d458629fdf968c757e7d3f16d778b 19fc82589cc9999f7c4097457e118560ff606ba4 1b53f23bfbf474f731e2c06940f8acdcd614725c 1e9b7bd22087dfd2ad16f51b3a71e73bcc57e338 23296b6bbec40354edb6eadbd3c601b38ec2b763 23e37bb6e1caab4406cd731b7769ed850a44992c 285d84d4f5d9a35c18beb2e33381fffe642c0176 29ebb3d55cf46933dde0f3e64d72d5a7ea772864 2da63d82553a58574fdd0a70b3f806576b211dcb 2dcd41b87702a5b88ea82dc6a593d58735c6301a 3512892d2929fcbbcc5236e0ebe881c54a3d9bfb 3b8d8433a20b50aacb9efea31929f0bfd1cf008d 3d71d9d2bbdc4ede0c8955d6268d790052077f73 45d225fbc7bccf1914ec66f943831334235a4de4 4845788ef4c41c61417b71e760fae38913f04ec4 4907f77e0c929fdc2c19d2e4fb59ad58547afdb7 49a2c632d6e40a04fca5ca722e8a38ea50932071 4df6c842b91b7f1b610524feeb72c6cbe341b481 4f8ee2fbf4d7fd6b8917c6edec6ecc72dd9ec4f1 5122ec9b6855fe05cc297b02ebdc8ad2079f22ef 52bdaf415358536c390b7d48471d12fdb5f0af2e 58dc3d65deb3b1025674cfbc7334603bad231039 5c5a41ecd038ac133a6411bd3733702bfc3c0beb 5cf4044186ccb4662ef6934e22193258621ab2dc 6547e69a07fdb055540eb7ac4f93fcf50f0d99aa 67ae3fe4b4393f3d8a1fe885e473361c633c4aa9 6a5b253afc78aba1fe42f717518d970a772a102b 6b59356aecc3a25dcfcf49cce7ba16c40a66e800 6bee8c8f2ad574fe86c20c3dbabc75523b50074f 73830917635942eaab4f293a49b91491b660b95a 77416b66bc3cc6cb4b712fd4da16883f7898abbb 80f4e664317edacd96596437c2ddf51e24b6568a 822e1883027f0eaebf23698aa382695cfc9bb68e 83a315f090fb693fdb549638d48b0e29db193af1 862645e9031a12fd49803756c2609d0918f1f13f 89e0826fddbbf86a6640ea8632f905ed94ed7d71 89ff1312093679262bb7f6081b840d36eff269cb 8f1b662b21e312489081d42fdda8cbfd4fc76bc7 90d67b3bfb337a56cb1831563004af915968c659 9380ac7e988c43b44f985016455a5646d7175120 93abe79e7bf23acf2ee0b977cf72db063763b62f 953bfec5a510d3d591971fef683d89b5e67a29a4 9736b5b5066251a2b8c75704ddc65770975d47b6 9ad66992a5b20eb06817b218d990a8e1e7e6d176 a21ea93c5376b50dca6be411be1a0bb41eb83366 a40ddb6f24239e7bc3340ba479030428cf31b822 a44f647fdf0d64ba2c59697ad6d184c8c67f1dfb a47f8c2a055cc271a8f3277d948a73ffe831de61 ab355de67ab4d5aec0375441e7089c48012c1a83 ae9bc4301dcdd3ec59647149f4223c178f27f6bd afea721f47733387ab274076f08818dde2887ebb b348625990483d1e4790400b5db679524c367116 b6985b2e8c917195f81700e76e89c67ddbb06af3 b6e901fc548954a77623f78a78ed08377618a17f b7a335967ce309e1733d4cfed227591919a6a7d0 b83a39215bf9b457e405d8d60754483829cf97e3 b8a9a2c1d6d058ab12a080744915c7a97b74ffcd bd8818666a8ec14ba205b33193bd262aaceb38fa bfbeddd522cad02143b16de800b59ca810e217e6 bfbf2eaebaa410a2f44fa640f2ac764aca2d293c c0154b9f54c13026445a81a66904d108875c5b22 c3cdd9c47f1c705201defe6aaa7e4bca77beb50f c764ab92a369b3c869328f6bbffdc4d4def0a632 cb556068be1ab5b84309294b4fbf84ff186ab737 cc208314e3007f71e140620e596b951d4b9acbfc cc9724330b75ad6b755dfb70077db9ecbbc82835 cdf0b33427331eca97c3cbcd5169db14e160003a ce1abf896466471ca3be24414295c562e5adecb5 ce9db51f533239bd232ff39ccc2a0e325e460eb9 d2679cb78b0e6d7d48457133dce97cd9e9dd6425 d460d4411c2ff3667e4b6705de4bcd5569c3ed97 d56399eae6acbb4b70e3025f71a534498e57ffa9 da3758c2cdd58ea8069f312f2239c6db6c63bccd de7fa6e271c649272ef8cfb939f354bc545d77d1 e3d7a8d4a80f089442b310401cd16d065c8273f5 e41bcf43308081569d8ed357cdd14da0badea481 e4b340b82a784af4a1acc757bbe368a00615729f e87a8c4fe2ad1a4932e4c120c0692e981c1f131d e96396328f68c8111420acef88f91fd267cd5415 ea756d9a2dda869b2c2dbf974bac966b9a992cdb ea8253e98444924d0d0b50ba1bc9fd49c9d4f080 ec9f1e323689a288456ef196b78d278bd5925536 eebab8bb3f242f463cc9ba3588af9d312b93ba40 f9ac262ee62d33e29096de27ae62d23aebb6c903 fe447733990763b73a974649a8d7d283512b7d6f
Postgresql-Catversion: 201707211
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-10-orafce
Source: orafce
Version: 3.24.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 517
Depends: postgresql-10, libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-10-orafce_3.24.0-1.pgdg+1_arm64.deb
Size: 105568
SHA256: 81c6dbe84660f32b31c590f73a160384c94f83ab76fc85a4d26af045371b89a4
SHA1: 167304dc470309f18268c013d50476e1e1fbf7ed
MD5sum: d1ea8946ac72f9714c7975a75f658807
Description: Oracle support functions for PostgreSQL 10
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-10-orafce-dbgsym
Source: orafce
Version: 3.24.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 275
Depends: postgresql-10-orafce (= 3.24.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-10-orafce-dbgsym_3.24.0-1.pgdg+1_arm64.deb
Size: 227484
SHA256: d5ba7727c11f168893228a16aef9a1252ec2fd75c9f7626d333fec626ea3e412
SHA1: c57c7e42f9ae65847a5704d97da55a81d49c9ee6
MD5sum: eaa45f1c9c6b065d6bf15774a4b8e613
Description: debug symbols for postgresql-10-orafce
Build-Ids: 28ca177ed663b58f2a4d9e05b6a5d122d47c630b
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-10-partman
Source: pg-partman
Version: 4.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6786
Depends: postgresql-10, python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-10-partman_4.7.0-1.pgdg+1_arm64.deb
Size: 244992
SHA256: 2683f7f3b8033f001a355ceac150c65def0eb5460ce7ab9abb5411bedc94c063
SHA1: 332407e1dd1c6e199b2bb09c66f7367808576881
MD5sum: c516f46a402b3ecb8fbba80a199e4328
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.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-10-partman-dbgsym
Source: pg-partman
Version: 4.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-10-partman (= 4.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-10-partman-dbgsym_4.7.0-1.pgdg+1_arm64.deb
Size: 20312
SHA256: 61737e5687db8934b49dfd9065cde4407255c7babe57ba592d3fb155f17316d8
SHA1: c276bb6a14320b8dd2b5b59a976f24ce8331af69
MD5sum: 202c62e3c21276b7c7a284028c42c145
Description: debug symbols for postgresql-10-partman
Build-Ids: 1b1e843912e4a059928615a637ce432dd376097d
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-10-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 91
Depends: postgresql-10, libc6 (>= 2.17), postgresql-10-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-10-pgauditlogtofile_1.5.3-1.pgdg+1_arm64.deb
Size: 9060
SHA256: 643365e5e5e7eae53c54fdd59d647593321cf172c4b7cdc172268d5ef6d6b1e7
SHA1: ff6baff1c8f8e8c8cb01d218aa9df2c20e93a46c
MD5sum: c718cc75e37624fb2e6e15250b4eda4f
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-10-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: postgresql-10-pgauditlogtofile (= 1.5.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-10-pgauditlogtofile-dbgsym_1.5.3-1.pgdg+1_arm64.deb
Size: 23640
SHA256: 78806e1af18d4d2e1395b5041451a6b317503f4b8c1aecf787cc347a71a09c22
SHA1: 54f971e727557cff3d2a7b285e590407f60ca2ed
MD5sum: 9b0701bfb688d9f0e02d85a4e7e7abce
Description: debug symbols for postgresql-10-pgauditlogtofile
Build-Ids: 9e7dfd8d6854b72e9198d965ed58ca8feb6633e5
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-10-plpgsql-check
Source: plpgsql-check
Version: 2.1.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 235
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check_2.1.8-1.pgdg+1_arm64.deb
Size: 73676
SHA256: ad2933567fb61254f7e3cee3d2e7c8e7218628a2ab73904246362b6e5dc6113e
SHA1: 608bb4bf152e97efa0d8291870ce65f5313d07e8
MD5sum: c112762d899ae34dfc224a8a9443f3dc
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-10-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.1.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 250
Depends: postgresql-10-plpgsql-check (= 2.1.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check-dbgsym_2.1.8-1.pgdg+1_arm64.deb
Size: 220244
SHA256: db172689ceda8d2e110b4ae78cf191fe05a045afcf2414dac11ad2222f9f403b
SHA1: 22157e6ca43f2411a0d52f707ffd640b98b83dd2
MD5sum: 29bbe413630a6109afe45e36652d7fdb
Description: debug symbols for postgresql-10-plpgsql-check
Build-Ids: f7900f202f53439609da5d336d3d0a75391e06b0
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-11
Version: 11.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52316
Depends: locales | locales-all, postgresql-client-11, postgresql-common (>= 194~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: postgresql-11-citus (<< 8.0.0.PGDG-2~), postgresql-11-cron (<< 1.1.3-2~), postgresql-11-pgextwlist (<< 1.8-2~), postgresql-11-pglogical (<< 2.2.1-4~), postgresql-11-plsh (<< 1.20171014-3~), postgresql-11-rum (<< 1.3.2-4~), postgresql-11-wal2json (<< 1.0-5~)
Provides: postgresql-11-jit-llvm (= 14), postgresql-contrib-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-11_11.17-1.pgdg+1_arm64.deb
Size: 15450348
SHA256: ed58facf62ec5eb56258bad602378f38ac2a5a3371997c2295db04b3a2ae3bdd
SHA1: ce756baacaa9b16f362899cc0465675103f124fa
MD5sum: f33b46c6a8da386b96ecfda78f5f3edf
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 11.
Postgresql-Catversion: 201809051
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-11-dbgsym
Source: postgresql-11
Version: 11.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15265
Depends: postgresql-11 (= 11.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-11-dbgsym_11.17-1.pgdg+1_arm64.deb
Size: 13722296
SHA256: f4db5ca607a383bfc4b954630bba9b772949c15f085992bfdc06d87408faa8b6
SHA1: f3560ac264df9bb1f2db449a26243f1243cfc6c0
MD5sum: db4cb8d8070cf5d2258a3da7e82fc066
Description: debug symbols for postgresql-11
Build-Ids: 018d210ab2eb90506fd9b6b9b0cbe6f918dd58f1 0196ef95688f53cef56b2f6991dab9f9d093f124 02a96140f0c4f2a535c99bdff2611ac7bbeb2c64 030d72abf39a0c48efeb1ad4dc82ad0384f8b3cf 033c9d0a25e5dc9c8dac55d7a889a99265b9c0e8 034836a99f78a87796a1c325a78df553d59b0338 068e2484c72acc9c8060560a00fee8f313323c5b 0af32002580b12761a7140961e24601c93a88f0d 0c39e4d0a7a073398d416c354cdf63d85a4e9f29 103040065001fc1d87f771c367cf58de87a6664b 10a40a50c790a47ee8734b1163ed397bfef7562b 17697208eac2369aa44e605d18680be3a46e17e8 185ee61e319799c10b1bebf59053733fe96e201e 194f8b06eb8e35f8ca08011839e2beb85d3be298 19e085f0d1a9ab34fb57a8750a97d909dd395a57 1d3c6242fed5c075a6b430c9d46d0166fb03636a 1d72a612e0897459c92c1c5afe5a1604e97b3997 1e586a4330b0fc84e5303eb37d1f355c691b0a20 1fc485a3ec38cd847eafe69c023e5dcd5aa3cca5 1fd8d057f6ace19a61d0961b8749b8d748c60d60 21e455a24c79b9a3ddefd016861af01d75cd537c 22995527bbbe985dc2d34cd47b9302e4acdfe226 2736d44a06fad15a15be0a6a67172ecf45de9d78 28c2836a8f9068216223fcd2a6c6a48a6e78881e 2ccb2852b2d59a03c80cf2542e337c62caa806ba 3339d5ce3e015f1f34d2c2141cf71d49d4a70fa9 34d686bedb7ff0c16857c6eaee4796d3b5ca9330 34e60ebc0c1542570048565febcd3adf3ebe5988 381363893c83bb57ceb2bd9148913a60756c4a99 3989f573d32394336fa4ba9ce9692980352067ab 3d49e5ec93b0fe87d623d3c1c14e045f38df062d 4040d92b391668fa604628ca998f792805bd426e 41b972bf4923682a1f57d25d1b40a779582e7adc 48b3ff095cad6f80b8fe5a7eb09be2faef4061b2 4a87d090cf392970e1b9722db74de1084884a31d 4ad5199eacc12acb360e50b063d1c89f74d9fee3 4af207d314fb347c44ff9fd085ed10b3e65de7b4 4c1bc32f7f9c8c082f6b3ade82e68ba4672d35c7 4faf5994dfa239b2e95498da6c1cba0a813bd569 54fbf07e523aa6273819e58d1b34eb8983ef4d41 5f0c5c083eca34cf0b2f74aefa51fd86b2d2b5fa 60d9d172130aa95f63f86ea5744de0606422616f 6122b8defa58b739c2edc84cb7964cde6438bfb3 660902428d66aed5095b4db57f24ca59b68bd8de 66525a438f7a5c42f39fe836a4cc12028923f50f 66c78ecbc3f7c532df86c45d7f7113a643ce4c37 6ca3e82296d5c27832470778caf795b5fc362431 70dd9bce2db6214efbd8fc4c9a958b73cab2cb5e 764a47f72c0c7f217971ac90756dd69cf389a1d3 7a0e177816a86c3998c283fa55bb64cf92a073cc 7e4ff98092dc50846862008e3bdb8abbcd5469a7 80cbfa7495552bd9bf7e054b919dff74b242f588 8366209b1bdd06d31e1682be3a58ad00897e8358 846226c7ad65361a5ff8e90f72c5883c4ba0d6f0 88f7f70078b0072d1c78dbd6a8e82bbba0a53d86 89079c7fe0e81a59f92c01123ce1c5361afed6e9 89ec38e2340e56472634c75b7145449695495102 8ad591f384ecea3bd950545f59052ae5abdf3ba1 8c54669132656a4f3d2ab5b3cac8a7cb5094a92d 8e4ad655c055b4fcf008cb08e8982de0fb12bd7d 8f6fd6d04c02ae1e50ba9f835f81de30286d5169 941b082be07b2a6c0c2dae75d20ff521fb964398 9590f45b4a41e9ddf30ec168d16b1064bf462805 99c07204df699324c1cfabb8707515bc03525996 9a396f8e7b3b41d8408719b05e153df99297d9bd a70786d12975b04889435a3e592731cb1fe5fbbb aa7a5142919e76822dba087de6f173f2732927de aa7d5d6cccfafc0f334de35765d93c3b29a7d108 aba6ab0286152e69ed6b9ed846349734641178a2 ad651bb5d47eb9b7703ae6072aeb8d2b673819be b1ccd4b4b3dbbba7f9dede8266fb23dcd97248df b22ddb16a97a5e1b60c7226d18175793fa85c25b b710f624810503f5c0affae998d6550575ca5750 b75fb95b0fb7412e1442e486fbc333cd50887f3a bbb2264a009c0874dcf1faa0b6c42f438537f8ad be71b01fb1b48debcf3b66ca1ba5917932895887 bec33415cc1bd07042c96c13ae9ee1de8223dfc8 bf170333e705279ff6057280c3151582e4fbf9ae c2aa4b01683a5af636127507089771d653d24ed4 c4949964b27446673b84a692028076e123553892 c88b317050773943964f7b757610772935f692c4 cd1b53670dc3f067f4bba85ea21a3e599f36ffd9 cdb86f87ca042ad5e2ca23ce458187cbce06854a d0f11e0e661b48174c459f3df0379d4911405ccd d114f712cbe10a9be1f22b7f90389a51f3308c10 db124a66efee9892394f2580bd6845942755269f dcf1cb70dafbce9d748e3539707c7714a543c0ec e48ccb67583b97a0d1e562d7a6eb6e60e67b526b e4a98246b9f127bdb3acb635fb9c23d547d3bc34 ea5cf095db3258a99b049491722650dd9ea4596a edd50dd76fef2bdaa1f1e4a8b608c60785ddba41 ef61d07f6187dfb4c16e6abf7861e5b7ed0e712b f498e00e09a30d7796c5e7b0df68b6475308e324 f7267ff6ffd7adce2b3d89a0eb6c796481123e56 fb9646d20e19d200e5433ecc5b7933e37edf5827
Postgresql-Catversion: 201809051
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-11-orafce
Source: orafce
Version: 3.24.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1056
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_3.24.0-1.pgdg+1_arm64.deb
Size: 346524
SHA256: 0bc31f011558c4230a8db0520488ce30871db0ee66daacd07a5779859253f418
SHA1: 114a20cdcc5a463adb279c70b8d998e1e88ced18
MD5sum: 1e4c98a7fe537fc3a4202617406223b7
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 3.24.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: postgresql-11-orafce (= 3.24.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_3.24.0-1.pgdg+1_arm64.deb
Size: 227652
SHA256: dc2faf2568676aec81600eaf7370feb992350dd4fa28a3d49c5bb53183782ba3
SHA1: c4007f86dbc0368aefc69b0b5c0cc9b9ce05805f
MD5sum: ed60d822c49fbadb56985dc7caa92f57
Description: debug symbols for postgresql-11-orafce
Build-Ids: 68769a4ff71cb2a5bd417aa959d8d1e800df3d4f
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-11-partman
Source: pg-partman
Version: 4.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6798
Depends: postgresql-11, python3, python3-psycopg2, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-11-partman_4.7.0-1.pgdg+1_arm64.deb
Size: 256764
SHA256: f3e0a63245809b8a22cb00bf2f6e53fde855c7144baee1d44c83de1fdd673ed2
SHA1: fd884d9c55de9da8e57e674ff411a4699dd4dc02
MD5sum: f829709f45329c555da92464edb3fa64
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.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-11-partman-dbgsym
Source: pg-partman
Version: 4.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-11-partman (= 4.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-11-partman-dbgsym_4.7.0-1.pgdg+1_arm64.deb
Size: 20584
SHA256: 7e516ce9b6af4700d8f2b64eeda948f3bd326396b7c198d89f4d5a11f5362dba
SHA1: c9e9394e84a74bf1974e8eea1a74d175a9760727
MD5sum: a4246cfe44f04fdfcb27a8f301047527
Description: debug symbols for postgresql-11-partman
Build-Ids: 030bb5679f222e01159cba43fd9bd58a9764ba8b
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-11-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-11-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile_1.5.3-1.pgdg+1_arm64.deb
Size: 24368
SHA256: 24ba88f45454f6d39923d2fd156939c571eac36e412d9a9dc5a7cde96dd5d35d
SHA1: f1b6fd1bcbb05e0b170deb0f7d92cc43460fe2a6
MD5sum: 0742d2166f2978e9d52dc92165c7e151
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-11-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: postgresql-11-pgauditlogtofile (= 1.5.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile-dbgsym_1.5.3-1.pgdg+1_arm64.deb
Size: 23852
SHA256: 889cb7f020650e7aa1f00196d4b1372eab01347fb57d91f8c9bb4fa5bdb0fd46
SHA1: e0fedc5af1df1ae0896de36c8ada3cf335409e49
MD5sum: f807ad05bdb10526230d693e4034d5b7
Description: debug symbols for postgresql-11-pgauditlogtofile
Build-Ids: d453a80f1021fd7dac398faa63e5f2409f05e49a
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-11-plpgsql-check
Source: plpgsql-check
Version: 2.1.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 634
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check_2.1.8-1.pgdg+1_arm64.deb
Size: 285080
SHA256: 42149c762ac962a1ed5569c8000d793aa6b77d4e750e2926478fb77b91952ba9
SHA1: dd6fd0ea64e0efe5677a284a9c4de0a78c9861eb
MD5sum: b99cc4191e0975775e7df016a29bbdb0
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-11-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.1.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 248
Depends: postgresql-11-plpgsql-check (= 2.1.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check-dbgsym_2.1.8-1.pgdg+1_arm64.deb
Size: 219688
SHA256: 870b07d0d92b0b4b131497f2c5cabea0b95346aa27b98678b2c5cb6dc83e4ee1
SHA1: ea6323a418d1377f1552cd8181879581445af5be
MD5sum: 6bc43e7ab20790240535b1a340cff3f9
Description: debug symbols for postgresql-11-plpgsql-check
Build-Ids: 337fdcd1830c578fd857a884a6be6331913aa4db
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-12
Version: 12.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54156
Depends: locales | locales-all, postgresql-client-12, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-12-jit-llvm (= 14), postgresql-contrib-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-12_12.12-1.pgdg+1_arm64.deb
Size: 16089144
SHA256: 31a92c1d73c516cd803b276eb780e66ed9eea16dd8ae68dddcd1cb35c752e020
SHA1: 27f74d078a4c35ecd937d4e7b7391fb5193633b4
MD5sum: 1500ada31e2e05bf20ba595eae772a07
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 12.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 201909212
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-12-dbgsym
Source: postgresql-12
Version: 12.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16380
Depends: postgresql-12 (= 12.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-12-dbgsym_12.12-1.pgdg+1_arm64.deb
Size: 14813416
SHA256: 0317d12922d93deb0edfeb870d133719e01fa01bbaf07504d67c01a1bd4402b9
SHA1: 516a62e73865f3fccbbae147890fafe3b4d80208
MD5sum: 0507a48235f893e5b305f0578c0ec46f
Description: debug symbols for postgresql-12
Build-Ids: 01644402c81edac96b267f7c07195278f7847c5f 05dfe8cb36e1976e01dc1aa355d7e9cfa9c53ee7 06e2200a9939aa1a7355a647a64f73d098b2e34a 0b2da3d1f8291a3021c0d058ecdfce2dc9a90d16 0bbfb453c7d4d4aae09b20b512b9371566d2fb09 0f7b933004a82ec63cfe657efcb494ae5c5b624a 11e6453605c3f44818a203dc9f6a37310937147f 14362645da0419bba4d69f6ccca4b228c479ec75 14fbebdff8613f19a377c7bb54e9e8628269c095 168e738df41dc9da0ce8a398b6b5748516e639a0 1b87eb639861be35b57b5815b24d186c74bf1976 2032f309e88eb58a42219a30acc29fc5b9462784 24e1f3b246ec632b852e10b89f1ae5dfaebc9ad7 2534221b78ed1cae522cb49d7b84aa743606b3af 25d5f5564d4baa772869138c23cf8050c6c19213 267e98f8ee79fa6f70bf6270ed58e046d2280d09 27dc91105ef018845f4e7d4126605c218c21da1f 2f2ba6c3a1ea5b249f4fd76dcc9935f666ea193d 33d8e16b217950a2b9d2244df27b1a7a7af362e9 33dcadc98e2931b126350d0a0a72a52a576535b0 3734dbfb048a668efaf40d2a3b4897b6315e56bb 377c53be30978bf521f5347e44d3f2b0e6abfde1 3824812ca8cae32abc88c0596d001acd8b08233b 3c294d76130d637eaa346634ec01847a0f12dfd8 3ef686b0652ad11cfbe45a9fc6c9019fd2509563 3fb1806756019ce93c81660f738c1c345bb891e1 489674d8ef179293a8df77ecb9018b0af0a74a80 4db8cadf8ad0e5116af790a06e0631680a14a5ec 4f6b0d24b108cc672a100bff386647a0a47d912d 509cc56568a4795a5b1c13f0e28405b3e3816ad7 55bd6cf6feaa929d9e07ccaa0ed891983cbc5b89 60ddebbc4b68f30b03ae18cd87fb4e66aac39541 61a919492f1df0ec902bcec85cce6d11967f0f55 62b3c806e8ce7454d1ac7f594c92ce0de4afe8db 634310d544ca35d693407c8d71e45da169fef39e 63d95c1db9dbe917964ada241b1171d11c93d4c4 6a6b77a6777ce4d35a93440f922f335da8534f93 6d3d15ea2c936439f30187de73ff34146e5c2b09 6e00e998ab97d43c1b5fb9fc464c9e65ba50b1bd 6f4b0dedf57282a02972998ff0b5874b0ebc7ebd 7200068907054c703f252503ff5d4d9e86129bc8 77b2c1395e045b16e4fbbbb14e5983a5b912a7f1 7ddbdaa83c42f2d30573e381373152f95704b51a 8164540615980ec861b60e4524b59eaed6bc2f9b 84d1a9530e1d74fe27486630719b90682cc22189 87c263d046348003560f9fc66896178cbc3e3e55 8c530ac46ebdabacaf01ac1e95ee3ff4697fd3af 8e236ac033fd957b3aa6d62a193f69dd829029ec 92410886c05b0fdab4831777821d18177aa4b9ee 92d086c2b8761135dc50a47c4907100948232d52 945a2dc9d18fc6505c4b0b3ce6cbc5a8a4a9db63 971bda0b892eec92366872eb5b24d4b6f2e2b0b3 972e9c2dc72a0ac7c37b1da135d1c3cbd31f8fa0 99a909d5b45de4d2429f04512386773821bb17b7 9ca31ffdf2d8f4adfba89e237c287e17ab4b2e7c 9f7e69f8a272a03a9a3b05c8dbddd60ae0438368 9fb529e5d14c392ef9ce2b7419b9ac7be93b5df9 a500f255639cc4ba8ea1c848499db2854eb82358 a6c45906d25850cdb654e535525a74a383030221 acc8dcd60b943143658733bfb94f7976651dfae4 af49d79bcefe4662551bee6ce6e3e8932e8b0796 afe24661b3cf1e29b83ceb878b2b8257eb181039 b0faeb3c381230d5b80f94f5a48bf142d031477c b51e5cae9d1aa28b733ddcb4de60d081300345b9 bbbe1f0b9ff30c11db846ef347799c4eb047d75e be54f8ffb71de9b3ff0ffd1ad4e0f0f78d57e727 c9a6aa08db1aba22cf5e549a34ccc59597a699e3 ca3e32b59b24c154184ce1fb6e7b950d6ef27bcf cbf195b6ae16ef380a4834589ab9753efc172745 cf0f9326c2f34e994d0f1a0523153f91c84a02d8 d372e21126fe74468aaf9f5998e51c304637b5a0 d39ef2203dbd50f5072b660b20a2040225688935 d48f03aab0d9f112a2911f1f8c542e05780f921c d70bb4e1ac917d7a334844d47d4403d417750b38 d96b06b860a6ef625fad9f2c895e15b3f13e7fa3 d9e9ef1071e87380ed468007f305066842d03950 db7e3b6aeea2dae1ceb845ee61246806677ed7bb de1d3c587f5bf85891f7b8a45a45851f720cad3c df667d92e29b26ae75a7159af936a6ec028b0654 df7940d4b8cc839864af7273c2b1304b397c9200 e0b74b0c0327b4f9e871ca3425adac1fa51776ed e1cc5ac01aca86880fd4de8064a4ae62d6654bdc e1e1f54614925e946461d1c625601e740a594664 e3f1d4ffbd15ce4c8614316ce2f8e69f523757c1 e7e86c4c1b2b6dc330d58cddffb6902297bc478f e86f5c8a630f115aa90b518abea40af1c4937df2 e8c8cdf3a06e8b4f988d0126eae7a17e6652abee ea7b1d21ef967276bd38f73ba7064a7e1e09bcfb ef5f423700b9c17217d08fa5cca9e4a981e59347 f09b20db362babd3022232a143ecc22a22ca6dc9 f4d69ebfd6c13d0def5c3bc027aa7f65ecd0d559 f4fd684e4334f8ae29a089e12cb560fff4f7ff12 ff04c1db02d87c939cd79f37987abcd76aa8401e fff867ffd3dce235a7f6d29154b3461913715a07
Postgresql-Catversion: 201909212
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-12-orafce
Source: orafce
Version: 3.24.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1053
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_3.24.0-1.pgdg+1_arm64.deb
Size: 344548
SHA256: b91bc0b36cac83245b0e56b6421f58468239137c6a2ebe1a5518c14c3edbcd62
SHA1: 87da66a3844fc029a66eb90c73c9e29b1b7510ca
MD5sum: 1c59b2e48db76d1f0bd50e46886a4097
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 3.24.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 275
Depends: postgresql-12-orafce (= 3.24.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_3.24.0-1.pgdg+1_arm64.deb
Size: 229152
SHA256: 859dda71301acd95569322cc5e2e3fd13a3d6afc3cbe3a09c2d10d0436e42dce
SHA1: da0e525860fc68cad8678a241139fa3b368db555
MD5sum: e2e13206a64d3837b812f7555216fd7e
Description: debug symbols for postgresql-12-orafce
Build-Ids: 99621b9d130a2ede1300a539f23f2e1dc8bf1649
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-12-partman
Source: pg-partman
Version: 4.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6798
Depends: postgresql-12, python3, python3-psycopg2, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-12-partman_4.7.0-1.pgdg+1_arm64.deb
Size: 256588
SHA256: a5c07bd3a45aabd3fdf96b3b9930bebe6ca11f6ea3310bb7a91c43eecc69f30b
SHA1: 0bcc0d173612996768dc364dd2d4c0b34077be28
MD5sum: 9d28356c5e278e3d1e503d64877e6d89
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.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-12-partman-dbgsym
Source: pg-partman
Version: 4.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-12-partman (= 4.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-12-partman-dbgsym_4.7.0-1.pgdg+1_arm64.deb
Size: 20964
SHA256: 7d6ba40f67ec42d686a3c1a7af682ce6224bcf11871ccd75990ce8a5c2f03902
SHA1: 785ccf04ee3a253a8373573796614aa741fab513
MD5sum: 9ee21786600a5fde1f0d7a37d5dabe2a
Description: debug symbols for postgresql-12-partman
Build-Ids: 3e1522baf720cc7ef4e0d5cab72a4be76299e43c
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-12-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-12-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile_1.5.3-1.pgdg+1_arm64.deb
Size: 24244
SHA256: cb86612891548b050698e2fdf39094caaf451872cf3be27ba2c917fd62043ca9
SHA1: 67587bdccec73de51756ad2f9fb2b1337c3abe18
MD5sum: 51a8e5e3733a65d3953cc718daef2cb5
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-12-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: postgresql-12-pgauditlogtofile (= 1.5.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile-dbgsym_1.5.3-1.pgdg+1_arm64.deb
Size: 23888
SHA256: 82e82a60e0e97c40e12657da0b341c30fc72a9fabc99886412c13f610cacf8b2
SHA1: abb8147c112a8cb31583f97e168fe6e6f52935f5
MD5sum: 8b7cf7f6b5886bc005383bd6e4520aa7
Description: debug symbols for postgresql-12-pgauditlogtofile
Build-Ids: b6b3af38da24601ad93b856ffb6d899689aed30d
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 2.1.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 642
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_2.1.8-1.pgdg+1_arm64.deb
Size: 290360
SHA256: 201eab812c6ec356b68a2b4f72235c6ac54166f5293c66f62e8f0a4c33a3c78e
SHA1: 9f640610b96ea83733d53cdd688e0ea987ee9038
MD5sum: 859abd930643be27d6963f60b2822bdc
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.1.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: postgresql-12-plpgsql-check (= 2.1.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_2.1.8-1.pgdg+1_arm64.deb
Size: 228364
SHA256: 34f0f08f5ba085df67355a647040329284bfa9b1435e1b1afb749095c2fa79de
SHA1: 11e195140aedd18c2d6510f402087a3982430a33
MD5sum: 5c81fa8b10cb40f9816e775db3641571
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: a10a71b65b06e8cb1f60fc6d5b8cbe6485848946
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-13
Version: 13.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53974
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-13-jit-llvm (= 14), postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-13_13.8-1.pgdg+1_arm64.deb
Size: 16391916
SHA256: 4d9c6c684a06a4f79a36544fdc42387feaa4ebf9610831ce762afbae8745a958
SHA1: 8600e5a7b91d5fb1e684da22cf0836c7956144da
MD5sum: 67d9279d1a359fc487587b5a57d9d516
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 13.
Postgresql-Catversion: 202007201
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-13-dbgsym
Source: postgresql-13
Version: 13.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17218
Depends: postgresql-13 (= 13.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-13-dbgsym_13.8-1.pgdg+1_arm64.deb
Size: 15584556
SHA256: 30be31cfe0a0470f319bd5b24414f0689baa52702f7fe3161c412149ca69081b
SHA1: c2ab9e9b92475837a23736341b397979769e1aa6
MD5sum: 8ec1a099cb47bae43ca05250b0cd9efe
Description: debug symbols for postgresql-13
Build-Ids: 01b72c481e3c6cebf1637b43050930e081b6150f 02a0446da6a867f1f8efbb65ab3b5717cf66b107 05c2211c4bff7c0ebeb5ed8ba198bfbedaecc72e 0a29632fa30f09bf2c892d8093f654f87d07fa59 0bc1d7d3efb84ead662d6769bbb531082e430fda 0c4613699a118f04cd8d3057aa55a06a0815000a 0d8fc68626631841118edd0c60ce7b977c70f917 0edfdd339a28d81330598fe354693d1fa6e9e707 0ee3f774649b03e26790fc8c7dc13a4db0d308b4 11926667674afe02d3b400dd482e8a0fec23e6af 1344a260dc00b03b6fab2936f52827e03342fbbe 162fa9c547e99a183f4d52dfd617c13e55fa8a52 17de285d5fdcd4e131ab3141464843a6efb01a0d 19bc07fce295023e3768ef3eaa0a23aac46d2a0d 1aa45f5deb6fae2a51ececce4bf23c740c97c0da 1e49852fa8c00ed0bbfd755e3a872996578128f9 2157786747e35a387f30a6635e9a2f10b108220f 218e3581f84781bc6a93548efa544497a1c2a3dc 22e8a26ecded0eeb2ac1edabe3272b1a6287ce93 239ef012dfd6799ce315134a58adcbdb5d4314e9 24253de627687a1b5d87c0028206fa2ae820131d 25e6f9834ae1994a28d51024651ea730e2aaa411 27458ef71880635ec30a002883199f30ea15f7b9 2755c3ebe1db2485a82e5e91ac474a2cbcc3629d 2f10d5481688c5da3e057fe063ccbd3aa8930395 30295d01834591ea7e4ffe5ecde6c3f1f1d4d774 337a497f222aacc8048c2047b4e4a814732ab2ca 3489a0bf1c99db16d4e7bcbde228986e2d9f6c39 34ebc2bc5260aa32e6b21a9845375ffebe8ba580 3673c24b81faefaeb26a65bc1f54480682473754 3984bcff055e6497ac5977f999034183373391c2 39897658c70ef6476d246c7497f8bb60247c24ea 3aa8990f34937155d7936c0f9b68ee599b19deb7 3ac0d44a64d735c4897a8bd388040ca7cd96db80 3c68d6c3329e03bb0e17bb286d0f8b892e5799d1 40adcb5ed43bfdf65786379823b89b23da00be0e 421c76cf6d358cccb05b04f9e2450b26407f2ca3 4957d0258d29095dbdd1ba0a41d88bdc1db8c50d 4c474f461efc27249ab848b81928d921d8722582 4d9d6a5e9a898b2655d0a1ee12acbb213d63c676 5a18909029940d33953a60d724d82e6cf186c5c2 5b4a1bac8cb23551256217e118250634fe90b919 5c954e57d1941b70ac5ed2c30b002710e8ea98eb 5f1d0f70fd50734043e5e0f413ab2caf816b3829 60e5d423446b33e36eccc2f4b50d818d187c2543 6146c938dd0a3f69ba37785dea4f48ac711cf5b5 621a1702688d582dd02747a6ba7f6e6a516401db 64a1a1711efea9fa4df3219aefcd1891eccf3c61 651ef8358029a73ac24811f3f90d39ae28503f8f 6661fb0f110ca23d94f16d3f12068ba06b9e067f 6781103ebbb9b942d5f371edebd5104594964553 6f339581fe613cb55322c89c09f199fb59e65f5c 720ea0adecad33827113a34d03c0fe4060a0e1ad 733d2a9c92a12fe571ff6cc812a05d9c7cc11d4f 7858b4cb79eb067cb5116abad6e34f3df6427dc2 7ba67a5025705f6d69adaf6c4e8864f100afc777 801e47be000f06c8156be44c1b1c7d22e7fd6059 898b29cb9ac56ffa4d295f4dce4cac53d04376a8 8b97656eb0894fa9b183acb326886467efedccf1 8db2c6ad9482980aeda82628600761a6518ce96e 9125caff786ddacfb422e5bbefdfff9b3cc83d5a a2164f8ee1f8f57de92a1a2c8c279e0b527d227e a2ecf6ca18e4d849522e5e5f884e7088fbd27c4e a4b8b02b35fa99702c3bfd9e6e2910c72917e19b a600d2e908e10b88852f1298761f9e7ad4e9e4cd a9c8c34002927a04d7331e6f3f8bdec16a3bf48f abf50d943194b467fcf25f17bd16a95d57d3ea94 ad3a5a1e25c7ab0377c2d6c0d25b5caa8c8286a9 af3c814c016db9961c074aefa74e3d63b505810b b0093c2da07d68bcdb8a7a81694738d94d6f810a b5a88b28a88d5379aa1cff97fed278277f0046b9 b78f59c8ff0b0b4c7869eb00a27a06de483c05b3 b9106725f0c9a4d8bdef9a573809b99a56f5a984 bbdb2da6e4c43cde3bbee167711e809fdc1bc5d4 bebde29ca13bd809a26a4521c309e84b3419eb11 c4c40c62732d73b14e6394db8a1653acf84fa691 ca8cd3d6d35c52f51249ac4797083bf7ff19fccb cd2722e650ba8ae41684fb85364fbfeb3fd79ca5 cdc3a21e7476d21bff846b92003166aba6edfae2 ce3fe0ac95c42f58930c3e5b859ff5a15858e53e d2aca9120a82ec59c9ad05cd06b51e0bfd5d8d6d d2b86d11f6fa60a2d383cd60557abdb8ef05307e d30c46d6a5a019ab260f124567f9029313285cd7 d668302c501b87cb323352c52ff830864ca22eff d932e064ca9083893e0b4e2c9d368b448419d0bb e63b8d7389375423eb8b3cbab02b9f4089203fa4 ea59825e3a21c99f4c4b234293fa4a5c6a3a79b1 ec8de114d2fa6dc393ff5d28c93770ed32c48af9 ed4ddac760d54f9beaf2428d401691e9df08c58c eec03b3167fdb6617850098e220a4e8f5f28b034 f41a8115bdaeabc9ad46ccfe7094c7fe83130ba7 f7203b2ec4d317057e9f4a6a3074a8d5a5da0876
Postgresql-Catversion: 202007201
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-13-orafce
Source: orafce
Version: 3.24.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1048
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_3.24.0-1.pgdg+1_arm64.deb
Size: 342544
SHA256: e990d599468dbb15c4bc7091c46b6d35dffd1d4eeb8b52f82ae700732a08bf61
SHA1: 0ef7891f7a455b535378059126f875e7a8f54ccf
MD5sum: 25931fb509695d81adf5951cd37055cc
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 3.24.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 276
Depends: postgresql-13-orafce (= 3.24.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_3.24.0-1.pgdg+1_arm64.deb
Size: 230216
SHA256: 883aeb3424c471a76b65adbdca1cd2b765022e6379dccf5bac69b7b7166ed3c2
SHA1: 85f339129f1fa840c2b62212048585221bd7da13
MD5sum: b6bb4e97cfeefee8ae07fe6697d9dfce
Description: debug symbols for postgresql-13-orafce
Build-Ids: 626c76f010e2923cfe48f71081007e5c23550f9c
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-13-partman
Source: pg-partman
Version: 4.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6799
Depends: postgresql-13, python3, python3-psycopg2, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-13-partman_4.7.0-1.pgdg+1_arm64.deb
Size: 257364
SHA256: f5f1f128d60816c5c5de97d7e2f3610fbefb07f73af4af1b0339ddf4756db238
SHA1: c220beaaf200454d4615f0f9efd4d915d50b2440
MD5sum: 73cef314734f5050bae5d31637a33289
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.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-13-partman-dbgsym
Source: pg-partman
Version: 4.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-13-partman (= 4.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-13-partman-dbgsym_4.7.0-1.pgdg+1_arm64.deb
Size: 21884
SHA256: 06f3381612a7182abf5dd25ff14db0a34039219a01bbbd3e6499be7a1a69ec2e
SHA1: 0e0de6cd361886d48362afa4e6f7cf2a005425c8
MD5sum: c41a9d840e2d7f3b597e1fb66b76925c
Description: debug symbols for postgresql-13-partman
Build-Ids: 73cd2a34c9e61acdaa97e95ca72efae85875a66a
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-13-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-13-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile_1.5.3-1.pgdg+1_arm64.deb
Size: 24156
SHA256: c48c1099f62fa37fbb31671fec45857c2cab608e51988db4dba5d3212376dfd1
SHA1: 737a581183d24022e71172b2faef7e06c7c232d1
MD5sum: 0b34840c933d3b1cb1c78eaece9315f1
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-13-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: postgresql-13-pgauditlogtofile (= 1.5.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile-dbgsym_1.5.3-1.pgdg+1_arm64.deb
Size: 24012
SHA256: b68575259e7cf73fcb1857bb53cf81b03d1e616d1c9d4a4309ad89162a436745
SHA1: a72a3126246af1914381b83e0f9d9765ac506a1a
MD5sum: d83c59f8d81eb32b26d1acabd1699d02
Description: debug symbols for postgresql-13-pgauditlogtofile
Build-Ids: 9ce5fb789f014a5e2a12b93602337b06c5b0a9b3
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 2.1.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 648
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_2.1.8-1.pgdg+1_arm64.deb
Size: 293896
SHA256: b6801433772664e3ffccfb30771ad74bac4460201c89a16f2a9b1c3ca8fb0cdc
SHA1: a01ae365eb575c7a1706ce84ece9a1eaa2991646
MD5sum: b9634c4091371b227a428ec5f6c3a0a6
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.1.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 278
Depends: postgresql-13-plpgsql-check (= 2.1.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_2.1.8-1.pgdg+1_arm64.deb
Size: 248640
SHA256: 43eab42909488f2c8d4e8d97f6c76d018102e1971efca3f98cba0a3617f08b43
SHA1: 3c569a3dca49fd95aab253a61c00aa040c0d988d
MD5sum: 6c39fbcb0073e8a9275f1111f306e453
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: 7fc9d0d918eb0d924f49dfe79a5ad2a95b7c88eb
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-14
Version: 14.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56041
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 229~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-14-jit-llvm (= 14), postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-14_14.5-1.pgdg+1_arm64.deb
Size: 17182984
SHA256: 9ec8b0c20291066a6b70c6f6322c30f6a6e44870f524664b690954caa6ffcf6e
SHA1: 940fcee6591808733ebfedc41f2ea424f509bd77
MD5sum: a7fc46e680c346b161ee6ecfb932a090
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 14.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202107181
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-14-dbgsym
Source: postgresql-14
Version: 14.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18272
Depends: postgresql-14 (= 14.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-14-dbgsym_14.5-1.pgdg+1_arm64.deb
Size: 16481920
SHA256: a7337bd3fcf52e3f597e1d3b286159aa6516acc150a9c05edd809fbc38cc4baf
SHA1: 1e689bd5d66c9a8a57b4efd30efa92ed925c1606
MD5sum: 127648790ce13e596909bf792627acc6
Description: debug symbols for postgresql-14
Build-Ids: 029edc554271497e5b8e3668247d1c7f94859faa 05144035a13ab1a24353bdb710992aacfed004e2 07c1e1cf7c0f4b821c8c197348b64cc0a6970602 0b541ab2f5ede83e07771399c3c550e1f8f995bc 0fead50cb95ea8f3a3083d46a2dd3ff0cf3b3eb9 100ba8b3db5ba8da1fc88a36ec27a9606fb6756e 104af6d8563c5d9cbcb5c3883db410a654d49f0e 14af1e82d606b11b1aa69c05a88c92a6448eab37 19ccebdcbb1eecbdfbc47670e0116a704402de3d 1d18b2c2781e19ba96663e3e0a57fdf2e0f3fae2 1e115357c575e73a68498d650a25c3c2f37fe996 22a9505e52b3b6359a36531a751f576046b36d53 23d0c73a9881401bee6300e226642df2e8078341 24552b1e9db9383bfcc6a67cee991895927981b0 252067a56cbc0487186586317896e9b94ef5ef51 25be53bc09e5a28fe8330cd64e795429e419cfae 2731cdb5c46782e778a04880212ef810a8717ccf 2938997eb855de41d331ef58bbca07e2e9d9ed3f 3900e95664dba6e311ccb97c112eb4b7d00c5a0b 3cb192b8f1c747d418cc04f9f503ab199bc93e29 42312af3b51572bf330efd4a37825d1122cac155 42d159d37a6713eb0749025a4aef40405a980d8e 44194ab32599dbd714b5d28a80323783c9243d23 4487440f3df001de1f0e5fafa445497f9b6f57b5 468156664d4050f122c25f05e9f8331d6087ff0a 483de16c6463de14232f066d0921ee274e50c6a0 48c1fd746f206ff56f2b40083944c07c04eceec5 4b6ffbaf0e9f1a4c4855baad7d147c28a2d59a5a 4c91eeb5821a08a984ee35ec2bd3fb4beef0f2df 4ce05e0c7b13df728a18d120fc0c8cb5b08445e3 501e3f4b9f661daa59249dbbd9d16199ebf69b51 50b9433edc412ef750b3da365d4a695f236926a7 52ca7519eeaa4bf4ab6ddfe47c74755545a33b58 54dfa37007b640c0d442cbfafc2883bdf663d9d0 59af40f10beaddded32be250b3d348b0befdd046 5a2ca7b24f4060f7e26637e8106c0a325d6d812b 5aa3334e6e2b4003df1f80eb7c483ad543ef724b 5b08749829560e5c0a3eeffcf2a6d062bc04ea05 5d2dcba44b27b2475e2d19b7ce57cf1bdeb3b323 5d40c861532aedcca293b32ebf45a1c5e631ca71 605012e9477e3f4033ad98e39c17772f7d972572 6471592e0442d8c2eddf0ec4b2a63bb8f18d3e87 65ec330507f77a689048bb57acc9304424e7028f 6c9105dcf39d560930596b56683e719c17c0f461 70d1549ab019abebe4548582c2dce566d406b2fa 740e7abd477879cc7c3d4dc6ba5c9c40f7cecc54 7add04ed001b49bb0db711bd8925e09a007b691d 7b7d4253f9146cd4eccdc03c7d0b9a8c3841b3bd 822deb101aebaaa0f0bd147c9231e91c1d8232bd 84567ac9ab3e6d2f84d77f8548569d85f3fc9c75 88822b4d33eb1d1d401dfeb7e9d4513ccb5159a6 8bf7f4a55c024722cd541f7e9b45df922fd16b3c 8d85ba61cf5574ab833cf8ae1deeb652bfd9bf4e 8fdea410b3849f8395ac103b5dc6e0aa93779445 931c96e8722281ff46ab44677223645f4ed3f760 9356092caad48b6c32f99c12429c82f5c206eeb1 95f52fa9de339a0e8a9ab31fa154ca67535192ce 99b423caf9aca7af718dc22df3c1ef4582e566fb 9e939dd9acb85d466391775470a572624b52ba1a 9e9a1fb56f3539e5dd5f6961cd4a1377c38c6893 a37bffaad88b04be82d3c18b777ac8df3b012197 a4d1e77ad08b6df0fb142f4fdc95b8d83440fe3d a59b09fcf20f775e928d69c0276a07952eaf65a3 a7ffc7526cbc720cf5d1b9bac26b18a310bbc120 ad71323d0a3f8d5269f63bd59eb182c45a85a21a b342745a8a11d7fa09c4b8c09b824f0f8f0c102a b4e92f62e8e408b2fbbce285d239250d24302cd7 b65b1d70841ce8021376ee2801e7c8fabd0dbabf b6c3b4ae695225db134941f100c913ee74f18321 b8f82931fff54798895b492dc22460673848c4e5 b9de08a4597db79851f4dea3b72b33c2a10fb605 bfb4defb85db2fcda4041c19d675730a13df04b5 c080d5e16e242593fc1951104df143ac7c3f5a99 c3d16976dc81aebf2ec4df38218a004324c8a85f c43813b7f304dfccc4ec4950fb842b1ecbd1dbfe c480824ac4672d53f55c819aedbb622769f298b9 c4b059927eae6951e239ba30a0dc7bf26ef5bb4b c9c4bfa905383447b10b23a03a53607356a97017 cb328e435e1c7f15270a3e6543018d2554d27a31 ce4d0e2f9ee45a80ba156eb2ef80164cbf1cbd5b d43dc5f74c79aed6564a700af96dbb751f69cadd d458d88098420932a14b704a797d683571c23516 d9d5900d508a1d381079e1ce0dc3d0075918675b e1e6919f0337c3d4aa9b963b662b38e49d638ab2 e40cbc53a7cdab1c12a9c00ea67e38701690eb62 e5794012ff2b4d80162deae608291571206e0144 ea4d341c31057c47ecdaf72f419bcc786fc3af08 ec18e63a12b427567a428f45c02c5e30511b5c69 ece68330db8db4aba06f19839225d2c3f959ef43 ee15383a718a498f3244d79e5d10838e1d99b675 eece6bf4411a0a761df857d923b0f3fadd4a4af5 f6d6853fb0130041d030955c5068443aaf7d9043 fa6e8a5a5b8cc9bc34029a5433fe36e59074516f
Postgresql-Catversion: 202107181
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-14-orafce
Source: orafce
Version: 3.24.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1056
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_3.24.0-1.pgdg+1_arm64.deb
Size: 343400
SHA256: 8ba1f526137a9f00fc0065a1501461851b30a32e107f1972d6b582b6205a8d84
SHA1: 46b5b947b672ceba1c18b48b1aa126c80cd0fc3e
MD5sum: c9b89794f99c5380135fd6484faaf54b
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 3.24.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 275
Depends: postgresql-14-orafce (= 3.24.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_3.24.0-1.pgdg+1_arm64.deb
Size: 229772
SHA256: 93a17d2e4edbf1babace6dbde4deb2ec18184389324ecaa261b8d5098d215aea
SHA1: 52ddae1327e902c65c55d21f06f4b65aed2522a8
MD5sum: ebded0594d02e3898a9fb135cff2654e
Description: debug symbols for postgresql-14-orafce
Build-Ids: e374d7b6245a3fa958e7100e63f1451524487572
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-14-partman
Source: pg-partman
Version: 4.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6799
Depends: postgresql-14, python3, python3-psycopg2, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-14-partman_4.7.0-1.pgdg+1_arm64.deb
Size: 257620
SHA256: f9a9b802cbfcf1ca056dad030e782f6b960175201b64d8ad0f6276d0a72b640f
SHA1: 0bd5374e019b44fcc5e385c929388992c06185da
MD5sum: 5d9e5595ba17ad14aab7e516495c5875
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.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-14-partman-dbgsym
Source: pg-partman
Version: 4.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-14-partman (= 4.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-14-partman-dbgsym_4.7.0-1.pgdg+1_arm64.deb
Size: 22340
SHA256: 16b0ab00b26ff74f192d3d24aacdfa03e7c2e87c7f90c89a13fe8349b3db1c75
SHA1: 688821a1e91ec79b963aa75589523b011b2a2d5f
MD5sum: 5e3fddb2013ef155d82173c02b3b237f
Description: debug symbols for postgresql-14-partman
Build-Ids: 503a6115cac5636b9d37eb3a46961f1e4e7046d4
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-14-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-14-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile_1.5.3-1.pgdg+1_arm64.deb
Size: 24216
SHA256: b93863c7aa5226f6bd4cdab939ad943156bb588121a44a405c1f582bf5d5a374
SHA1: 4270047a511c9123644cf99926c948183fb783f9
MD5sum: 5476572e586af6af0b9df10282b3a613
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-14-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-14-pgauditlogtofile (= 1.5.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile-dbgsym_1.5.3-1.pgdg+1_arm64.deb
Size: 24320
SHA256: 509fa62fd54f03968821d324760b74d9935e1100c420474f4334f3c0660eca2f
SHA1: 00a25033003542f5e56bc6d08a499fddae59e276
MD5sum: 171b280b39c47c59d574befad9f0f672
Description: debug symbols for postgresql-14-pgauditlogtofile
Build-Ids: b53b889ed2041b737d31530aca08b39d2389a7ab
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.1.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 657
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.1.8-1.pgdg+1_arm64.deb
Size: 299540
SHA256: e4ce25dfb2b19fc60e1f2bbcfe61c895166f4e055099e32c5acabc59a8b3f69e
SHA1: 6726e1b1ebdd3edafc2d839b20bdff972155a19d
MD5sum: 3046299be7eb3457a7c44b64e63073d7
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.1.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 282
Depends: postgresql-14-plpgsql-check (= 2.1.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.1.8-1.pgdg+1_arm64.deb
Size: 252828
SHA256: 510de9352bb509647803d354000a0c8879791ed48e3685751e1d78e82368c364
SHA1: e07dc4ca16808b854b4540a8e9fbbe968509330d
MD5sum: 96955a372867a19f51907736495bb281
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: 3cbcc30637b544978437ba9168f1916bc9f7e614
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-15-orafce
Source: orafce
Version: 3.24.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1044
Depends: postgresql-15, postgresql-15-jit-llvm (>= 13), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-15-orafce_3.24.0-1.pgdg+1_arm64.deb
Size: 337724
SHA256: 433b58fc74be50fa5e1f3d2f7859a4cbb56822b5c75e882b5df1b654c3bd20da
SHA1: 096b4944cee060738fa0d20404672201a77abd89
MD5sum: d34eb617a70bf7fc511ec7cb2d031178
Description: Oracle support functions for PostgreSQL 15
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-15-orafce-dbgsym
Source: orafce
Version: 3.24.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 284
Depends: postgresql-15-orafce (= 3.24.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-15-orafce-dbgsym_3.24.0-1.pgdg+1_arm64.deb
Size: 239188
SHA256: 3706b0f68bdeea01fa4b90407de17bb919a9922ee989cb846169e14955a9d8be
SHA1: 833ceef3866c6be2695c1b121aaa724e5e9840fa
MD5sum: 2f9472a2f8e00181d1367a6404d27280
Description: debug symbols for postgresql-15-orafce
Build-Ids: 93f2e0b1a4bbd75bf0159a5f46ebad28aebf3519
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-15-partman
Source: pg-partman
Version: 4.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6799
Depends: postgresql-15, python3, python3-psycopg2, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-15-partman_4.7.0-1.pgdg+1_arm64.deb
Size: 257532
SHA256: 7926c0bd3bee60b2c9320984e75442f449c8d4ccbb79817a2e6cb2fcac6af89d
SHA1: 19e338d34024a1a7cd04223a1871a5822b62600d
MD5sum: 145db884c5c457c775e8e7ba3dd81b56
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.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-15-partman-dbgsym
Source: pg-partman
Version: 4.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-15-partman (= 4.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-15-partman-dbgsym_4.7.0-1.pgdg+1_arm64.deb
Size: 22856
SHA256: f0097da1579e2c155fc83fae5abb70044994e34d197230a9dbd3334068931b6e
SHA1: 549dd44606a84a40136a3c54100eceec122b86bc
MD5sum: fae3c2c9a75ce7bbe11d8b6496bacf5b
Description: debug symbols for postgresql-15-partman
Build-Ids: 1e42bca201ea2440068ee39b7ebc1905d55b1f81
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.1.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 677
Depends: postgresql-15, postgresql-15-jit-llvm (>= 13), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.1.8-1.pgdg+1_arm64.deb
Size: 309452
SHA256: b41a30470e9d4dffb6b3dd09634ad16522a044a6abb3f933143c3e32adf1b66c
SHA1: db24d7ca3d9dc137fcf7f3248fe4dff952be528c
MD5sum: 183a4ae96c4fad0005200842745adca9
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-15-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.1.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 305
Depends: postgresql-15-plpgsql-check (= 2.1.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.1.8-1.pgdg+1_arm64.deb
Size: 273540
SHA256: 9b8c9356f3b533210a09e2baf46f612df4ded788e49c665e73d3d4ba7314141b
SHA1: 06998f9cb2c07fcd1fc15b5d59d55718f9062b0a
MD5sum: 52cfd92074aab0b3f92a55fed6758306
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: 877bcbe1b4d9406c99524867cfed50c6981073d8
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-9.1
Version: 9.1.24-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19267
Depends: libc6 (>= 2.34), libcom-err2 (>= 1.43.9), libgssapi-krb5-2 (>= 1.14+dfsg), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libxml2 (>= 2.7.4), postgresql-client-9.1, postgresql-common (>= 115~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.1, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.1/postgresql-9.1_9.1.24-9.pgdg+1_arm64.deb
Size: 3323616
SHA256: d2681eada045c5738f91238d266e6ff288804da8ede767cfe66f214854279df8
SHA1: ae84393598f185753bb0936d37ac1b74c5ce630e
MD5sum: 98ab728be5f41e9e4e8506b71a34ca29
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.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-9.1-dbg
Source: postgresql-9.1
Version: 9.1.24-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27919
Depends: postgresql-9.1 (= 9.1.24-9.pgdg+1)
Replaces: postgresql-9.0-dbg
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.1/postgresql-9.1-dbg_9.1.24-9.pgdg+1_arm64.deb
Size: 7867776
SHA256: a02e1f4099b00f9f0c225c81ffd77ac1ad43975faf51935986a8356c33c2dc6a
SHA1: bf49b75663c2c0109d0cbee377bc6f7f136c1f1c
MD5sum: fef4a645014a4299c5c0379f850c94c7
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.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-all
Source: postgresql-common
Version: 242.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: libecpg-dev, libpq-dev, postgresql-common (= 242.pgdg+1), postgresql-server-dev-all, postgresql-contrib-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-contrib-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-contrib-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12, postgresql-contrib-13, postgresql-plperl-13, postgresql-plpython3-13, postgresql-pltcl-13, postgresql-contrib-14, postgresql-plperl-14, postgresql-plpython3-14, postgresql-pltcl-14
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_242.pgdg+1_all.deb
Size: 66856
SHA256: 2dc88b51da44a1d756ce14fbd525cda466fa3c524288160c8468c773df6f2b76
SHA1: f53c748a0e81dd9dca73c43969f06508be410e7a
MD5sum: 74a09f808885ccefff82d1fb3c304529
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 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.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-client
Source: postgresql-common (242.pgdg+1)
Version: 14+242.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-client-14
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_14+242.pgdg+1_all.deb
Size: 66764
SHA256: ad77309ddbcc5d54d7fac92389a905a9e97560f6ea9b7cb739db912fc36606e2
SHA1: a4fe60b05d9166582e8c24d714b8fb02bb332755
MD5sum: c430b753c575bc81612e1d5a534368d3
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.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-client-10
Source: postgresql-10
Version: 10.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6867
Depends: libpq5 (>= 10.22), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-10, postgresql-doc-10
Conflicts: postgresql-server-dev-10 (<< 10.11-2~)
Replaces: postgresql-server-dev-10
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-client-10_10.22-1.pgdg+1_arm64.deb
Size: 1418528
SHA256: 2fdea038879ddc120dd1643dd25a552b8c90f6a6872796f5ba3c689448f3f8cf
SHA1: 5c34a3d5fe17926ab9d6744f4c6859156d32421a
MD5sum: d2880ad23ed797613a2cb346bcd91670
Description: front-end programs for PostgreSQL 10
 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 10. If you install
 PostgreSQL 10 on a standalone machine, you need the server package
 postgresql-10, 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.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-client-10-dbgsym
Source: postgresql-10
Version: 10.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1976
Depends: postgresql-client-10 (= 10.22-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-client-10-dbgsym_10.22-1.pgdg+1_arm64.deb
Size: 1666020
SHA256: 7cfa39656d26561c50b50c23f43df8dd5206847b49d933873ca932879f4bd642
SHA1: 6425407076b261f1535d3860fd8ed3a74349c548
MD5sum: 0802e779d7aea6378050f33e4b7069fd
Description: debug symbols for postgresql-client-10
Build-Ids: 0ddfaa6ef030c17ed81f648db140618a33d15d59 0f36d6b1ba22f1d796ef5474cf46b6087d8515dd 13340ef214c6050c5d04ddb9c98974a0663c311b 15e61fa560714ca52503033d77318a8a1675c926 2834e04b8ff0ceefb9ea9246cbeaffd55bd10b2b 3bc127a3359a625d01eb086120f9ab421f1b7005 3bfb32af3c803e6f12b11a008aa1169ebcd29cd9 4241834ea53b589ea7c24aa058981976d34cd83b 527cb051aeee670277f4de3d132ce7aec010cad6 646cdf80e910032c3aa1e8c61d93f3531f91dfde 6a3c9fb6773cbd6703cd3b461bfff8ecfdb464a6 9859e5954c66c1e3069a392ffc14ab5f983e3873 9fa331e593418983b1e4db244e6f35abd259f858 be9c7cd2328dd8454543dd35d57084368c739376 cbe23a3517803b1558612494c6ab77e63dd185f6 f06a1ba4248052af5ca81f70829614cbef33ca31 f7c265f4e44fd0e4c73ab89efd2eff31a06bdba7
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-client-11
Source: postgresql-11
Version: 11.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7238
Depends: libpq5 (>= 11.17), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-11, postgresql-doc-11
Conflicts: postgresql-server-dev-11 (<< 11.6-2~)
Replaces: postgresql-server-dev-11
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-client-11_11.17-1.pgdg+1_arm64.deb
Size: 1465916
SHA256: 409f8134dc9cf6f153b382c9e200360837d64729f5b3cbcf4cd3c0a01f14ce06
SHA1: 6cefab53198f66a8f591b96a7bad010d6e24c47c
MD5sum: 424db6304abea8695d65efc3ac3e7977
Description: front-end programs for PostgreSQL 11
 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 11. If you install
 PostgreSQL 11 on a standalone machine, you need the server package
 postgresql-11, 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.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-client-11-dbgsym
Source: postgresql-11
Version: 11.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1999
Depends: postgresql-client-11 (= 11.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-client-11-dbgsym_11.17-1.pgdg+1_arm64.deb
Size: 1685760
SHA256: 77f39a6ea2473dd948e2a555ab8ba0fa37d5dd1ac4e1dde9042d8f4b8a665df3
SHA1: 018d9ba99cc5542dc2b09e39b0fd84b806e29411
MD5sum: d3aa7edda7897c2ffa6b8c0a44ea8916
Description: debug symbols for postgresql-client-11
Build-Ids: 1b77862cf29156f0d08f1560c61bb23a896c6a9b 22b77765e02641633e1768a8e19f5dac8101f492 250b220c6888bfe401c5a0538893e7f9d041b6f2 32c2a58cf8441939cb0335a6e64e1255290f4936 46a001b02535cf18abfa5eee84a9f19c80961287 4bd19690e74a0c0a7e886d56bfdfdf546a588758 519e2a5c8af3e468eb8a7c771e0118c6c04a2576 52b98a44e39293bedd3df5d57210b069eecf29b9 5a4a19f6ff91faf20b2dd9ae6d4222f61c513d7a 708a3232971357e25afd05fefe8eadd9f47d6f8a 79b598e7819b789649d028ebab2a6db4691ac305 831bf7f1bc8172b4447e83580886edc5a90c09de ba652132abfad908657821ae14fbb03f98ca49ee ca530887ebbc0939ef7db6a3f03b54e4838350c5 d1db3c6840a3aa1a9c20a635b657d6b50b19ee14 eb093a377aeacdb0552484ce6c98de47b9748717 f11ce8b0056296487f478f6bbf37a8d9735e4d2a
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-client-12
Source: postgresql-12
Version: 12.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6519
Depends: libpq5 (>= 12.12), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-12, postgresql-doc-12
Conflicts: postgresql-server-dev-12 (<< 12.1-2~)
Replaces: postgresql-server-dev-12 (<< 12.1-2~)
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-client-12_12.12-1.pgdg+1_arm64.deb
Size: 1398960
SHA256: 5c8dc70528c5dbbae6d15f0ccffbe29a2d900b5f7c03aa8a637daa6ea488647e
SHA1: 955bd3912248c2c4173e85fb3b1730fea4b0a407
MD5sum: a65cf8738c73064e3f8f737fe4d601b8
Description: front-end programs for PostgreSQL 12
 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 12. If you install
 PostgreSQL 12 on a standalone machine, you need the server package
 postgresql-12, 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.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-client-12-dbgsym
Source: postgresql-12
Version: 12.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2204
Depends: postgresql-client-12 (= 12.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-client-12-dbgsym_12.12-1.pgdg+1_arm64.deb
Size: 1852592
SHA256: e53ddada2e630e35b1e41f4aff54b0b887196268bf528bc23765fba0f04a78af
SHA1: 9854abee021f7d9f04ae68e05e3d603c1ad59931
MD5sum: 60a46c43cc89a7682b489b500bce716a
Description: debug symbols for postgresql-client-12
Build-Ids: 00476dc1471592a277cfdd690ededbb7f30f9a7f 1f47aa195a28dccc98210c53511eeae212b7f5a2 2db928fae1540de2c50116e8dfbae73241130016 333add4b1ac95537e38795593925f24d63453545 3b395b522b9afd26a18d398707f29a16ee832cdf 3cb2926a6bfb49e23ac85ec9376674112927ff40 5cb6feac784fbf89876b132e305fc1cb24488f29 6a4d898b0b26e08995ac2b113ba54a2d4a6c09a7 7ce330ea18a0d2157c08bf4dd976a3b8c79f4311 8ed0072798cd3d60cfdb1ac455b37ac8c9b43908 94ef41b1879c0eb3057ea7bffdd0d8a33899ef5d a621eb430ab5d18ea7971aab93df7408f9b4b4cd b57796f2ef27619bb5806cd688ef3cad5e66c696 bd2a7045cd3e6602d5e3c5f20e7e505c89588b19 d27f7b5c9dbb93c9f73238b3bf45d3d8725bab3b df4f45fd10429c44e8a98c0945307ac6fe106aa5 ea0ad6e3b92b2cb90df3311d9f8381fd300fa76e
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-client-13
Source: postgresql-13
Version: 13.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7031
Depends: libpq5 (>= 13.8), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-13, postgresql-doc-13
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-client-13_13.8-1.pgdg+1_arm64.deb
Size: 1474600
SHA256: a8906b62f4b48b80cb28f3ea38f3cfc926cc19ce39ce1010de66a7d1b938fdb3
SHA1: a6c05fbcb2b91deb0895ffaa45d627eff029f858
MD5sum: bafd397bec5b1ec74cbb40907bf27cac
Description: front-end programs for PostgreSQL 13
 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 13. If you install
 PostgreSQL 13 on a standalone machine, you need the server package
 postgresql-13, 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.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-client-13-dbgsym
Source: postgresql-13
Version: 13.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2377
Depends: postgresql-client-13 (= 13.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-client-13-dbgsym_13.8-1.pgdg+1_arm64.deb
Size: 2003956
SHA256: 8ac5381153657f01c9ba24b3fd778aa22e02447d2c7e2e3a9ed786b42c5a07cb
SHA1: fc7cf3552009ecd8d2048c5a30616aa2db637d4f
MD5sum: db421be469b7d7b9da5eddb723c396ef
Description: debug symbols for postgresql-client-13
Build-Ids: 2a7ad5d35d155023a31e38a35dc57185df0fe883 46e067fb8c4a4fbb3a9230689745e4b4587e2e92 4a2324b96910b7bc0a67eed910c18e2318af0a1b 4e0c6945d987ed21794c9c64c8b2b9316cb438b3 521883602b03bccf39bdd0e453040397a78a5b24 542fdf8a038c2720c204bb4b017edcad0a67ce34 54c241c950a9da48d66429e9647587586d849e83 5653f6f80d7d28d415b6b9a6572f9e081b06a1cf 8486c1998730b2bbacd4624b5b073b1e8e22efc7 875ed7432c1d17c4a84c13754c4cdae6e5f3d85f b1de219cd432eb543c9af52d7034ec1ae02bf82c c7552b5158a1c8a0bf648783a6e5c633b391f0d0 c93c6138b7c7f6180ae801140b6f073405772b6b d3ecb2ee5e8416c2b8f87bcb0225ed05d23213b6 e84c35bf368dec2ba6df810b7e69c9dbb34a5654 f07ad4c670ea906d78195640bb71473fe7ab0048 f0bfd1d474eacc5f942e39ff2d6dc16fb5f5f847 fee1078215f754195d7a813797711231738b5995
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-client-14
Source: postgresql-14
Version: 14.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8055
Depends: libpq5 (>= 14.5), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-14, postgresql-doc-14
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-client-14_14.5-1.pgdg+1_arm64.deb
Size: 1590448
SHA256: 6e604767a30c8abad9050da7cb5ae1446160ff8df31a45d32300a1935f7b8b0c
SHA1: 40a23af9958c61f9debdb7d64b96e357d280fc35
MD5sum: 5dccf2c6a78f499b464072150150382b
Description: front-end programs for PostgreSQL 14
 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 14. If you install
 PostgreSQL 14 on a standalone machine, you need the server package
 postgresql-14, 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.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-client-14-dbgsym
Source: postgresql-14
Version: 14.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2765
Depends: postgresql-client-14 (= 14.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-client-14-dbgsym_14.5-1.pgdg+1_arm64.deb
Size: 2318720
SHA256: 8c1cc313c2951fb110efb5dbc72bc2c539370c96c55f94ed25718b7df3f1a295
SHA1: 789fa92fe94835ff4387c5bf98d54a9bf377b90a
MD5sum: 457af8ae19a7a67542bd325e9d7d0d9e
Description: debug symbols for postgresql-client-14
Build-Ids: 07b56a1f66a783f0da51d58b39b5c9b771888cf6 23f963516a8cf841e51cb5b4b648ce07fe256ba2 3b33579021e90d8da7bf3e043292d41030b6dcfc 3c837756af696cbef816252654d7e673890491ba 5d6047c7f175acb0d6e89b01b17cd4911471b069 645d1f4b8e2a53a97c48843196fe5508015b5e69 7062261632c52f6e2dddfb0ae299ddcacbaee610 76ed496e8e1d8fb302a33f62c235589fa43cd93c 7a860e2d67c2d77126dcf87beac61bead61b2404 84b5fe4d9cbb4dd12148d106cc63a508485f80f3 9d1430f44119b84d731c3a3b264a0fdc9e10bc4a ba06fb7807971235406d4fc6e815344966759c36 c82454bbb664184467eeb32aa9d3a713ba24dda3 ca5439d831c16066fabc3301f63eba00bde6e479 d7ca0f5d09a50eceadf4ab0a3075a99fd1f40248 de08160442af106625d9e1efeb989cd3fad03c2a e0cd53abb38ee2fd1cb4c270fad32993e6114a37 e490c525941c24151f40bcc8202ae2bf579a08d5 ec08d097175bd63477edd3dbd51104235eb961b5 f35dc23358a37e72807747ed7a7c8b49e6d07b9b fd831a4a1f779397134e01ea1600f9725e41da6c
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-client-9.1
Source: postgresql-9.1
Version: 9.1.24-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4454
Depends: libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.0~), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 115~), sensible-utils
Suggests: postgresql-9.1, postgresql-doc-9.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.24-9.pgdg+1_arm64.deb
Size: 981976
SHA256: 269bd8dec7d4c2efd47da0c6c78d982a6a35db735855bfb7f9c88f5282782c8a
SHA1: c3fdbf683063baf164295c6d155d336f377b593e
MD5sum: 9575096b468e78c4e0d29c9f802086f8
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.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-client-common
Source: postgresql-common
Version: 242.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: netbase, perl:any, pgdg-keyring
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_242.pgdg+1_all.deb
Size: 92188
SHA256: a1a9d0f28685241b498c0a4d5195e913def64d0f2e3772a9b294a908516dd268
SHA1: 29bf6124d7b354718c0f6b366ac760c501c10f22
MD5sum: 35aa42d72ddffff4d6f31742ed9ef3c9
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.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-common
Version: 242.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 694
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, libjson-perl, lsb-base (>= 3.0-3), postgresql-client-common (= 242.pgdg+1), ssl-cert (>= 1.0.11), ucf, systemd | systemd-tmpfiles, perl:any
Recommends: e2fsprogs, logrotate
Breaks: postgresql-9.1 (<< 9.1.1-3~), postgresql-server-dev-all (<< 204)
Replaces: postgresql-server-dev-all (<< 204)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_242.pgdg+1_all.deb
Size: 230320
SHA256: 413be4643dfe834c04a4f92d906909797ee3a1dc1adccc4dbf2ed5fb9d7521c2
SHA1: 614fa2eac377982c33712705e43d127b3e5aac5e
MD5sum: 12303f9fe66781939c9d146c485628b9
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.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-contrib
Source: postgresql-common (242.pgdg+1)
Version: 14+242.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-contrib-14
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-contrib_14+242.pgdg+1_all.deb
Size: 66752
SHA256: 7b92fe5685ddb794e7e0e545a1167d004c1bf0cdd51450f62a4dfc9901c1a211
SHA1: c77874268a7f323fd9d8bb47914671535ce01c8d
MD5sum: f0abca8051f0721ea4c709ef07251fc0
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.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-contrib-9.1
Source: postgresql-9.1
Version: 9.1.24-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3838
Depends: postgresql-9.1 (= 9.1.24-9.pgdg+1), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libossp-uuid16, libpq5 (>= 9.0~), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4), postgresql-common (>= 115~)
Suggests: libdbd-pg-perl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.1/postgresql-contrib-9.1_9.1.24-9.pgdg+1_arm64.deb
Size: 376220
SHA256: 03904ecc7db50194908ed4bb23d0a765077f3d106dd613c7f5e6124c083f32a2
SHA1: d80713378df5f002f314e43827633cdaa2e14006
MD5sum: 18ed569994971b42fbdd78a0e0c1fb02
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.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-doc
Source: postgresql-common (242.pgdg+1)
Version: 14+242.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-doc-14
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_14+242.pgdg+1_all.deb
Size: 66728
SHA256: 3c6510153c520924a51ea74270ea38d5208fa5e17fbdfda5a8f4ada3d3d649c9
SHA1: ae06cfbd91a2535846e5c7c3291984e29b26d28e
MD5sum: 49921458d6adcc708a0f5a9a0f3ea8d4
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.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-doc-10
Source: postgresql-10
Version: 10.22-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14142
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-10/postgresql-doc-10_10.22-1.pgdg+1_all.deb
Size: 1826896
SHA256: 3db94a6b357919a50d0be638cfc73519de9a93c6c6c08cfef8e063d85a10e390
SHA1: 6405376b065d836442ffbe6ea971ded13f33d9ea
MD5sum: 1984be50b9ba52e384ddf91cfb05748c
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 10. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-doc-11
Source: postgresql-11
Version: 11.17-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14543
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-11/postgresql-doc-11_11.17-1.pgdg+1_all.deb
Size: 1870308
SHA256: 2d8b784eb28745100c952e06c3a58562487ea9cba4895f3042e37b948ac14167
SHA1: f94b1a5494311b052f8006061ae416afc5804d64
MD5sum: 59e57956edfd63c6e59e97ed4d4c9e00
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 11. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-doc-12
Source: postgresql-12
Version: 12.12-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14844
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-12/postgresql-doc-12_12.12-1.pgdg+1_all.deb
Size: 1902312
SHA256: b922345798fba6682dabc24dee227f52df3a26844dadbe4366e0d8d451a81251
SHA1: 16551c4cc7f30c5165da15ab73d0c28e7bb1c642
MD5sum: 1644fa6961ceb68f3e63a2b8bbd1a34a
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 12. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-doc-13
Source: postgresql-13
Version: 13.8-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15571
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-13/postgresql-doc-13_13.8-1.pgdg+1_all.deb
Size: 1945188
SHA256: 0fb8eaeea1dc7eae82920855567e214f37d8f9ca840295010ad377ad0d74c98b
SHA1: d0382f0f41e869a901f7fb3619012d688c5c512b
MD5sum: ae9d9b8b901dfe08777098dddd08c07d
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 13. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-doc-14
Source: postgresql-14
Version: 14.5-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15994
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-14/postgresql-doc-14_14.5-1.pgdg+1_all.deb
Size: 1988020
SHA256: 92314a67a756d1c5157141b95876a7382c0fdfe14cef9a935cef7accf5c00664
SHA1: 9f2459497652bbc0f51ee091e66823da1b3d4241
MD5sum: a3e295a30bf9102c3fcae37464fe4dc9
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 14. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-doc-9.1
Source: postgresql-9.1
Version: 9.1.24-9.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12620
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.1/postgresql-doc-9.1_9.1.24-9.pgdg+1_all.deb
Size: 1625564
SHA256: 3a4ce222913f427910a02b6a713fb1b7d0ced71245af8642ea24f9d58b9147c2
SHA1: bebc871487b88aad5cdfc74411105f3b58647d9b
MD5sum: 364c246b016836c646dfd8c5828cc6cd
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.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-plperl-10
Source: postgresql-10
Version: 10.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 360
Depends: perl, postgresql-10 (= 10.22-1.pgdg+1), libc6 (>= 2.34), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plperl-10_10.22-1.pgdg+1_arm64.deb
Size: 61108
SHA256: 93a496400ae4ec1fa9989b94cd0933015ec4759db0f11e3f241129193d28f388
SHA1: 81485367f597a0b6fbd06bf81207db5ff2740369
MD5sum: 3c4c9c5172a5311697989c1665c539ef
Description: PL/Perl procedural language for PostgreSQL 10
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Perl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-plperl-10-dbgsym
Source: postgresql-10
Version: 10.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-plperl-10 (= 10.22-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plperl-10-dbgsym_10.22-1.pgdg+1_arm64.deb
Size: 151248
SHA256: a8b304340d43c845073de7cb5fa504e821947d9788794685f431cd8c1937f90d
SHA1: 0412f6f1232447b47f09ad530b48963b24419c73
MD5sum: 27e0402f2b668d911f521f3bf60a20f7
Description: debug symbols for postgresql-plperl-10
Build-Ids: 6aa6d21d9f1c3eb9719fc061e8234d395a85daff ca2d79f89bba614543f5bd5f70b7882f36efd7e1
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-plperl-11
Source: postgresql-11
Version: 11.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 437
Depends: perl, postgresql-11 (= 11.17-1.pgdg+1), libc6 (>= 2.34), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plperl-11_11.17-1.pgdg+1_arm64.deb
Size: 64800
SHA256: f8bec325b3ca976f965e34a326877751f128402c5ed1e80866d7019c2d29d8e3
SHA1: 5b473b082f4ed64e1e93429e484584485aa32795
MD5sum: 1edefccdff725ebffa8ea739c58989fe
Description: PL/Perl procedural language for PostgreSQL 11
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Perl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-plperl-11-dbgsym
Source: postgresql-11
Version: 11.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 204
Depends: postgresql-plperl-11 (= 11.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plperl-11-dbgsym_11.17-1.pgdg+1_arm64.deb
Size: 165416
SHA256: 3cdfbff1b1d7d0f50a4b7b8c02d4da16df65b5863580e91dad7db53da83af964
SHA1: f304ee02e9dcce34decb80b864c3734d3c7fae6d
MD5sum: 073a2d04887b45b01c3818a473ee2fec
Description: debug symbols for postgresql-plperl-11
Build-Ids: 8501258691d91928b38991d0a90480d63b21a658 dca4c5015cc82e144849d5d5fec46792a9a36349 df9ce44311f80d049e68d5473cc48ee37618dc99
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-plperl-12
Source: postgresql-12
Version: 12.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 476
Depends: perl, postgresql-12 (= 12.12-1.pgdg+1), libc6 (>= 2.34), libperl5.34 (>= 5.34.0)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plperl-12_12.12-1.pgdg+1_arm64.deb
Size: 81832
SHA256: e2837602bf75a2bac55ed0f5781018eb7e8de5c14701e6247dbf724635469ed4
SHA1: a73dd87483f4d02da449611c3dd74d3f9aa57bba
MD5sum: 5b56b3fa5a75b81ab610bac0dbb8ce8c
Description: PL/Perl procedural language for PostgreSQL 12
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Perl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-plperl-12-dbgsym
Source: postgresql-12
Version: 12.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 207
Depends: postgresql-plperl-12 (= 12.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plperl-12-dbgsym_12.12-1.pgdg+1_arm64.deb
Size: 168040
SHA256: d686c1ffdf8ea62c84b0bc2cf5beb4cbe7e4647ee8a3744fc2cf45180c6ffa7c
SHA1: 3113e1f59b170df6ba574b0c15017563a1b0c2b1
MD5sum: c5b6a01a3954e354c53baa714f262a1d
Description: debug symbols for postgresql-plperl-12
Build-Ids: 1cd48e11a708ab5f7a16cdd73a44e15710d79545 8f20a48775e2bf402fb8c226b186116e92e765ba cee2f7a67ad31275f835727da34194b34035ea5b
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-plperl-13
Source: postgresql-13
Version: 13.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 556
Depends: perl, postgresql-13 (= 13.8-1.pgdg+1), libc6 (>= 2.34), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plperl-13_13.8-1.pgdg+1_arm64.deb
Size: 86028
SHA256: cb1224d685de4610bdbbfad1ff44b16c1323be7be1864f9ef283eba6d07fd87b
SHA1: df13e75f4706c4a50883a9cfc3cc147407f2a725
MD5sum: 56f09fd339a682ba8033645b92a85174
Description: PL/Perl procedural language for PostgreSQL 13
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Perl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-plperl-13-dbgsym
Source: postgresql-13
Version: 13.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 220
Depends: postgresql-plperl-13 (= 13.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plperl-13-dbgsym_13.8-1.pgdg+1_arm64.deb
Size: 174220
SHA256: 5fab2bc41bfe2ef89cce61f5a79feb9204bef90e3ad377370b62523e27ee286c
SHA1: 19a3413f6a54dc18b37b399c579b0c3443b912d2
MD5sum: 8bd2e9850e21fa1de5b6f9ff2ec4bd21
Description: debug symbols for postgresql-plperl-13
Build-Ids: 6495713660f3757c037a93c6bce7f4b05f51603e 9d54cb5578469d6c04feaae45ade22285563cf31 c69d4c4eeccacc858d5e99b3784ea86a0b95f811 ed58c7e094c4852173044d05a2e5a79365b9b7ec
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-plperl-14
Source: postgresql-14
Version: 14.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 563
Depends: perl, postgresql-14 (= 14.5-1.pgdg+1), libc6 (>= 2.34), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plperl-14_14.5-1.pgdg+1_arm64.deb
Size: 83748
SHA256: c960a5c2e0c113448fe20f3ac93e5acd326e408cc20aa832f84e9297a9715d79
SHA1: 54913df5d6549a1cb2cf64de63f1f7cb2da5155c
MD5sum: 63fd87eb4f0dd3e8dd325bd92ff731ae
Description: PL/Perl procedural language for PostgreSQL 14
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Perl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-plperl-14-dbgsym
Source: postgresql-14
Version: 14.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 221
Depends: postgresql-plperl-14 (= 14.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plperl-14-dbgsym_14.5-1.pgdg+1_arm64.deb
Size: 175016
SHA256: c848dbf5c6b3567867c1169611f62b35a9911de11d7462d5bcc9c964dc2d0d00
SHA1: 8ec53799304d84b6ada25315b6700a2753a7f18d
MD5sum: 9badaf2c5d521280e703355ea6321336
Description: debug symbols for postgresql-plperl-14
Build-Ids: 705d672b8fe7bb32beea8b9095a83482a9adfb26 cdb2e5b99aaebcce174a2e60bd4b263640696638 edfb499c256e4f0564a624f7b4163181875c2dea f704a24c0ac3fd4ff0c0e73821e1d942c60c522c
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-plperl-9.1
Source: postgresql-9.1
Version: 9.1.24-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 280
Depends: libc6 (>= 2.34), libperl5.34 (>= 5.34.0), postgresql-9.1 (= 9.1.24-9.pgdg+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.24-9.pgdg+1_arm64.deb
Size: 69612
SHA256: fcdc83a9791f765852e354d8d34e2c21b13566cbb144fa3cc743911edd0ec660
SHA1: de2d3e58b6ce1d2dc67bebd707dfacc394071c4f
MD5sum: a713d1c3836902bd08301dedd1c81991
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.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-plpython3-10
Source: postgresql-10
Version: 10.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 318
Depends: postgresql-10 (= 10.22-1.pgdg+1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10_10.22-1.pgdg+1_arm64.deb
Size: 58388
SHA256: 903d8b5a2e6b80382fd8bac247b0c2fb127446522ba02b3aa42abfe7b2851d1c
SHA1: 016e79845287710737fb7dad72b7540e49fa9cb9
MD5sum: dafdff8a29c5e18e2737e929ac622d5a
Description: PL/Python 3 procedural language for PostgreSQL 10
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Python 3.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-plpython3-10-dbgsym
Source: postgresql-10
Version: 10.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 196
Depends: postgresql-plpython3-10 (= 10.22-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10-dbgsym_10.22-1.pgdg+1_arm64.deb
Size: 153232
SHA256: 7c8e2b1513a30bd26538b6b19d5a87182fdc3df3f985a766390f2cfa0ed714b5
SHA1: 17c2c393729014ecf4a532691e49f783afee33bd
MD5sum: 912b46b475f066f48370bb1551b554a7
Description: debug symbols for postgresql-plpython3-10
Build-Ids: 10db1bd20436896ee01c45bfe39502347466f29f 9daff7a8446bfcc71517d7c5afad29f31a7119f3 e6052efa7f15030458f781b10e08f847467a158c
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-plpython3-11
Source: postgresql-11
Version: 11.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 428
Depends: postgresql-11 (= 11.17-1.pgdg+1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11_11.17-1.pgdg+1_arm64.deb
Size: 78184
SHA256: c5e0c9b63daecb0738bc1772337a98566d53fcd2ccde2ec2db258d0275098d0e
SHA1: 930a344c08e104299ecccb2fb37099654aca56b8
MD5sum: b31b6dd73dd3dc7b6a8b08793d811706
Description: PL/Python 3 procedural language for PostgreSQL 11
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Python 3.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-plpython3-11-dbgsym
Source: postgresql-11
Version: 11.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 222
Depends: postgresql-plpython3-11 (= 11.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11-dbgsym_11.17-1.pgdg+1_arm64.deb
Size: 170520
SHA256: fb90c124edc50d9cbe96a33f03d185eacc47a96fd156b0f945cea161c700f050
SHA1: e040dade9fb267653590a8326c4097f017bf3694
MD5sum: 209b8d13b7d0bbb9d513a5cfb54bc140
Description: debug symbols for postgresql-plpython3-11
Build-Ids: 46f8c979b61b22c5b9152b4ae7ac7d3fde1793cf 4f82eb1e2c8fa71bdcc14815f922d3dd4c457de9 91b951daf512664d2e0a1ec81b99c8e7efb940a8 af94165519df6fde810683c03c0b7ab0b0173c40
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-plpython3-12
Source: postgresql-12
Version: 12.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 640
Depends: postgresql-12 (= 12.12-1.pgdg+1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12_12.12-1.pgdg+1_arm64.deb
Size: 107080
SHA256: b8a016a6eeff0fbd4c38c3657776d074603b75c4e355f3b99c3147d9cce1e693
SHA1: 8bfe612ce904f624747d1c62b8b818788057c34e
MD5sum: 5f1a4cbbf3b91897551f2b75341a243e
Description: PL/Python 3 procedural language for PostgreSQL 12
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Python 3.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-plpython3-12-dbgsym
Source: postgresql-12
Version: 12.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 227
Depends: postgresql-plpython3-12 (= 12.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12-dbgsym_12.12-1.pgdg+1_arm64.deb
Size: 175080
SHA256: fb56faba146dd6b6f120c153ae7bb536f8842c1b7e9227db55bfa90554af955d
SHA1: b354aa8f3d8d80812821b022aaba99f16bb02b7f
MD5sum: 7345f889606550ed05af200ea9db22d7
Description: debug symbols for postgresql-plpython3-12
Build-Ids: 13b4145358dd8b6be2c96d6c8dba9f6eddcf4d22 996cf77b1e1057bc646128999138c8b361d0d4a0 d4c63ba9875a0676f949351703656369fd4b5542 dfb54994761054d9852801c5b3e069bfff91782a
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-plpython3-13
Source: postgresql-13
Version: 13.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 703
Depends: postgresql-13 (= 13.8-1.pgdg+1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13_13.8-1.pgdg+1_arm64.deb
Size: 105872
SHA256: 187653426b9b63cbe30581dc4c20a8b5aae76cfbd71eec65263d68b075965ed9
SHA1: 1bb4f5cb18f7350c1558d52530f0e43e8006e1d9
MD5sum: 7dc62f55ae95153b5020e9d8b2d68f9c
Description: PL/Python 3 procedural language for PostgreSQL 13
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Python 3.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-plpython3-13-dbgsym
Source: postgresql-13
Version: 13.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 226
Depends: postgresql-plpython3-13 (= 13.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13-dbgsym_13.8-1.pgdg+1_arm64.deb
Size: 174576
SHA256: 9056a3058be9f517cb28bf4835f1b0eae79ac98205466994df071ebde7073885
SHA1: 4ae13a65b044a2e581570cd2f22c4dcc5e2af5bf
MD5sum: 2725cc94e63856376fd77ccef6e39301
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 1f8c9bd9e5590cd73ce30895557eb7b934d06920 2123472b6148223a5da3ffe5deba4672c081837d e3e089958df1f6c849a19719c52fa72113e006dd e5689d3cd2c881aab60693ed9c31273a77b8e249
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-plpython3-14
Source: postgresql-14
Version: 14.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 654
Depends: postgresql-14 (= 14.5-1.pgdg+1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14_14.5-1.pgdg+1_arm64.deb
Size: 105384
SHA256: 7b8c60ba66bc8181646247cc47b4d548fc5749c5454546963572dacdfd93525e
SHA1: 72a839c2dc361f6cdbae71c8d2eb2c596d47ed3d
MD5sum: 46f7e4894d93130043e296439be52a7a
Description: PL/Python 3 procedural language for PostgreSQL 14
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Python 3.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-plpython3-14-dbgsym
Source: postgresql-14
Version: 14.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 227
Depends: postgresql-plpython3-14 (= 14.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14-dbgsym_14.5-1.pgdg+1_arm64.deb
Size: 175608
SHA256: 6b81e71022a3ca1264b7bf8d10d4d908788a9502fd873daf5720759fc06c35a5
SHA1: 96afea7ac262c7655d2221573dd877cb817c0dd1
MD5sum: 8327fab1e44ad9a9995218cb9dc77629
Description: debug symbols for postgresql-plpython3-14
Build-Ids: 8c77fe39c243964693f928e20af12fdf30762ac9 c042e6dda9ea08e9921d959fcf9a42b88e83c897 d47b5716f261c602d3a692906e6a20ab22e05510 f5dc1e479530715c173f595a6f29849f1cdc48d4
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-plpython3-9.1
Source: postgresql-9.1
Version: 9.1.24-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: libc6 (>= 2.17), libpython3.10 (>= 3.10.0), postgresql-9.1 (= 9.1.24-9.pgdg+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.24-9.pgdg+1_arm64.deb
Size: 61064
SHA256: 91f0c6c7bad458dfba011ad35734b463544738fe4b3b148fa79245a9feaa88dd
SHA1: 705fae646b2d8880b95e3961916ed763cba40f51
MD5sum: 7aacf29a48837eba95497e98d76c43e8
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.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-pltcl-10
Source: postgresql-10
Version: 10.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 171
Depends: postgresql-10 (= 10.22-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10_10.22-1.pgdg+1_arm64.deb
Size: 41352
SHA256: 76f9fa9dbfb54f231d0cfb85611b660495492fd44f3d64dfcbcb31de2b4ee609
SHA1: 571ea13cf28f717237ed468fd640394bd58803f7
MD5sum: b3377c947c09882f9f4934b2941cef52
Description: PL/Tcl procedural language for PostgreSQL 10
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Tcl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-pltcl-10-dbgsym
Source: postgresql-10
Version: 10.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-pltcl-10 (= 10.22-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10-dbgsym_10.22-1.pgdg+1_arm64.deb
Size: 67592
SHA256: 09410cf51464c67bcef99d8d3f7969d4a9e6d870996e6a232a7c751bad01d5f4
SHA1: 414d6f5cd825b89855a75b3b6e2a96bb68087c69
MD5sum: c1a0d76bf7d35fb9d2d52d526ef8a22b
Description: debug symbols for postgresql-pltcl-10
Build-Ids: f60ebc6f06ec45e7073ba4b9499c3a53e5b360bb
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-pltcl-11
Source: postgresql-11
Version: 11.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-11 (= 11.17-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11_11.17-1.pgdg+1_arm64.deb
Size: 41936
SHA256: f5ff22fb07041ff52172f74c22d6809fbad1039a0e3c26cfc54bc7700edbfe8b
SHA1: d681bede8be0a9312571a62dec5816d5031c5202
MD5sum: 48620a674e7dd56e4dff9b53473f5894
Description: PL/Tcl procedural language for PostgreSQL 11
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Tcl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-pltcl-11-dbgsym
Source: postgresql-11
Version: 11.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-pltcl-11 (= 11.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11-dbgsym_11.17-1.pgdg+1_arm64.deb
Size: 70880
SHA256: 3d0d9782766a57b567cdb05a7b86f4b25364b43411174eb8f652614d1b6aa71b
SHA1: 832ace105a4bfaed1d8eb3a4c387dd7e61a9ee4f
MD5sum: 9de56a18b87f2b5ae6967c19bc81a633
Description: debug symbols for postgresql-pltcl-11
Build-Ids: 084218d2f5d6d29942c633267e1cf4c7f2a6e5d9
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-pltcl-12
Source: postgresql-12
Version: 12.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-12 (= 12.12-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12_12.12-1.pgdg+1_arm64.deb
Size: 40420
SHA256: c9e1993d29bc13eee7ea65c35f59e227542de8d621466573586080281c3255bc
SHA1: 09a3ae128a9ef3cfc2413524e3ae20f03204efb8
MD5sum: 1b374c111789e1fe11f3db6af8d2c1bd
Description: PL/Tcl procedural language for PostgreSQL 12
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Tcl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-pltcl-12-dbgsym
Source: postgresql-12
Version: 12.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-pltcl-12 (= 12.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12-dbgsym_12.12-1.pgdg+1_arm64.deb
Size: 71972
SHA256: f682d188e01f7bab882b993340e798fadf1c624ebf7f0f09820629f903bd0090
SHA1: 69c298e5b2add251529cfef08ad29edbc9125a5c
MD5sum: 54477ebb1e4ca03c090c498369eabfa5
Description: debug symbols for postgresql-pltcl-12
Build-Ids: 9c15c779838238ff575f52681be8f026ff1b30ad
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-pltcl-13
Source: postgresql-13
Version: 13.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 188
Depends: postgresql-13 (= 13.8-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13_13.8-1.pgdg+1_arm64.deb
Size: 40996
SHA256: da3e276955da44b4a426f1fed1c842e910cf50fcbf101635990a4242f279142f
SHA1: af68316b0107b4116b7576a283ff3d9c6c5d6af9
MD5sum: 99a8e97e4075dc560ec804ff8b230223
Description: PL/Tcl procedural language for PostgreSQL 13
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Tcl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-pltcl-13-dbgsym
Source: postgresql-13
Version: 13.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-pltcl-13 (= 13.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13-dbgsym_13.8-1.pgdg+1_arm64.deb
Size: 75168
SHA256: 66c6aee1242d4d9e49b279e4baf98979c66dfdad73d122214c57f04dcf43da4d
SHA1: 6213268f6c66f2e54b894b13ef12aff1ab52cb02
MD5sum: 374f98d8dbdd8b8141a3489a161debb2
Description: debug symbols for postgresql-pltcl-13
Build-Ids: 26df30c14cbe8c1970f16924ff115e6f5778a06f
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-pltcl-14
Source: postgresql-14
Version: 14.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 185
Depends: postgresql-14 (= 14.5-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14_14.5-1.pgdg+1_arm64.deb
Size: 37364
SHA256: 0adeddade826486416d86126d864f325dc593b60c16836fecbae1bee639dea23
SHA1: 769efb5f1f146f2d5913068b22045f9cdb23e03d
MD5sum: 01fdc7a4e34d94a8fec0f78a36dd1cf9
Description: PL/Tcl procedural language for PostgreSQL 14
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Tcl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-pltcl-14-dbgsym
Source: postgresql-14
Version: 14.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-pltcl-14 (= 14.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14-dbgsym_14.5-1.pgdg+1_arm64.deb
Size: 75700
SHA256: 4991810a59aaaecd15a06e21fa659d4d44281df3684e8ac6db0a94a3e9a0b1cf
SHA1: 786e0cbdea41a888341d74917e42c79ff699574f
MD5sum: 352d7678799775136e1089b31308ae4a
Description: debug symbols for postgresql-pltcl-14
Build-Ids: 3f3c2583fce8d19321a3a334a84c641f5fdf7f08
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-pltcl-9.1
Source: postgresql-9.1
Version: 9.1.24-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.1 (= 9.1.24-9.pgdg+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.24-9.pgdg+1_arm64.deb
Size: 50408
SHA256: 9401b777fa8efd5e28782b047f7bd7ce2ae739649722a0d242e985d689b43e70
SHA1: 0134a457ed6c7158467749c86031d026a89ba785
MD5sum: 7280aff05f4edb2947f548fdd248b723
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.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-server-dev-10
Source: postgresql-10
Version: 10.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5515
Depends: libpq-dev (>= 10~~), postgresql-client-10 (= 10.22-1.pgdg+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Replaces: libpq-dev
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-10/postgresql-server-dev-10_10.22-1.pgdg+1_arm64.deb
Size: 946472
SHA256: 39791a85dc0cb28f7deb8c6ee8ff30605270722073b6af0197e12b7cbb99be36
SHA1: 93f8c2bff33d4988af81430ae2f6c4b43b07911c
MD5sum: cc43d39401ecf16aaafb49ff59b3492f
Description: development files for PostgreSQL 10 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.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-server-dev-11
Source: postgresql-11
Version: 11.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5055
Depends: clang-14, libpq-dev (>= 11~~), llvm-14-dev, postgresql-client-11 (= 11.17-1.pgdg+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-11/postgresql-server-dev-11_11.17-1.pgdg+1_arm64.deb
Size: 927088
SHA256: c1727492f49263a5b604f6fbf1e148836a89e7a246828fdefb8b5f249a1b2648
SHA1: c1f2e9c263ba5a412e2a13c51924e646ba2a98c0
MD5sum: a814321a92788352875294205ae266f6
Description: development files for PostgreSQL 11 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.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-server-dev-12
Source: postgresql-12
Version: 12.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5620
Depends: clang-14, libpq-dev (>= 12~~), llvm-14-dev, postgresql-client-12 (>= 12.1-2~), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-12/postgresql-server-dev-12_12.12-1.pgdg+1_arm64.deb
Size: 991716
SHA256: f1ec0abc391e835d943aab85b5d9dc50179d8db26443091a44a60d4b001da1f6
SHA1: 704d7a0fe66eb7b2608d433acde2f3c7eca77b0a
MD5sum: 3882b5392e61f512908722b3c9610aeb
Description: development files for PostgreSQL 12 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.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-server-dev-13
Source: postgresql-13
Version: 13.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6128
Depends: clang-14, libpq-dev (>= 13~~), llvm-14-dev, postgresql-client-13, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/postgresql-server-dev-13_13.8-1.pgdg+1_arm64.deb
Size: 1037056
SHA256: efa3cf76928a1230bae27cf38ce7a81ce7c3b16504851a48d2880ef5d250e160
SHA1: 9441dbd6be877808596a5afc893aa116e7e64f99
MD5sum: aed7f7bc340b761ebc7d71f712fbfc48
Description: development files for PostgreSQL 13 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.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-server-dev-14
Source: postgresql-14
Version: 14.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6642
Depends: clang-14, libpq-dev (>= 14~~), llvm-14-dev, postgresql-client-14, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14_14.5-1.pgdg+1_arm64.deb
Size: 1110844
SHA256: c7673ceae01399427c3b4c088b3f43ce30fc18f5b2d9d27b6f0d4e5001830f3f
SHA1: bb5d71cd9f9667b9e9cbca893d5fa358993f2a35
MD5sum: 36a37e99ce7088bbe35fe36baf6e1b0d
Description: development files for PostgreSQL 14 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.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-server-dev-9.1
Source: postgresql-9.1
Version: 9.1.24-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3125
Depends: libc6 (>= 2.34), 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.24-9.pgdg+1_arm64.deb
Size: 560452
SHA256: 29ee0a4e96bd095c3239b533905ba5e5c8ad92572d59d916d0255210435ff05f
SHA1: e31ce75bd155728562195e619e9cb5c173fd71de
MD5sum: c8e34a36722327a69b5d2d735fdd0d8e
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.
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 242.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: make:any, postgresql-common (= 242.pgdg+1), postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12, postgresql-server-dev-13, postgresql-server-dev-14
Multi-Arch: same
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_242.pgdg+1_arm64.deb
Size: 77148
SHA256: 9d3ada4738e2c94a9d0544831e1b138969eae556668de60e5336e00878fd23e7
SHA1: 9a3c8fc970dbff168f9135aafc95d87280499aa6
MD5sum: a7321be2b05a04dedd8f668dc6f9984e
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, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 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.
Timestamp: 2022-08-11 12:47:03+00

Package: pspg
Version: 5.5.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 298
Depends: libc6 (>= 2.34), libncursesw6 (>= 6), libpq5 (>= 9.0~), libreadline8 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_5.5.6-1.pgdg+1_arm64.deb
Size: 125992
SHA256: 1e7bd2260147c2e1d9f7615b6c69c5099705e34c3c6e47a90ecd0e33932be157
SHA1: fe104e71f41a0cca4f92e166580aab7b4b7233b0
MD5sum: a5ca7a2dccfae63fd6ca26f216a0dff4
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2022-08-11 12:47:03+00

Package: pspg-dbgsym
Source: pspg
Version: 5.5.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 428
Depends: pspg (= 5.5.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_5.5.6-1.pgdg+1_arm64.deb
Size: 399948
SHA256: b0eab85a5445f10d952ec6939d4ba03cb3667434bd9535387c5a91989cab74ba
SHA1: 1f4083707f597222708333033bef0965c2bc953e
MD5sum: 2e38a548505a73cc064ec4763c3f0bf5
Description: debug symbols for pspg
Build-Ids: ceaf7f24e8d0ab7428a10da9b8a9b722ae21b667
Timestamp: 2022-08-11 12:47:03+00

Package: python3-psycopg2
Source: psycopg2
Version: 2.9.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Installed-Size: 507
Depends: python3 (<< 3.11), python3 (>= 3.10~), python3:any, libc6 (>= 2.17), libpq5 (>= 10~~)
Suggests: python-psycopg2-doc
Homepage: http://initd.org/projects/psycopg
Priority: optional
Section: python
Filename: pool/main/p/psycopg2/python3-psycopg2_2.9.3-1.pgdg+1_arm64.deb
Size: 124284
SHA256: e9cb42cb3a78161c093ce644382564a353f3920c8187c14b2ba46a08b9de5ae7
SHA1: 10ccca97c0c24ebf3e0cd97f197b00424ce76a6a
MD5sum: 8f89b1f4d2b7d70057b1f34afc24f1a7
Description: Python 3 module for PostgreSQL
 psycopg is a PostgreSQL database adapter for the Python3 programming language
 (just like pygresql and popy.) This is version 2, a complete rewrite of the
 original code to provide new-style classes for connection and cursor objects
 and other sweet candies. Like the original, psycopg 2 was written with the
 aim of being very small and fast, and stable as a rock.
 .
 psycopg is different from the other database adapter because it was designed
 for heavily multi-threaded applications that create and destroy lots of
 cursors and make a conspicuous number of concurrent INSERTs or UPDATEs.
 psycopg 2 also provides full asynchronous operations for the really brave
 programmer.
 .
 The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0
 and being thread safe at level 2. It also includes some extensions to the
 standard DBAPI-2.0 to allow for better thread performance.
Timestamp: 2022-08-11 12:47:03+00

Package: python3-psycopg2-dbgsym
Source: psycopg2
Version: 2.9.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Installed-Size: 288
Depends: python3-psycopg2 (= 2.9.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/psycopg2/python3-psycopg2-dbgsym_2.9.3-1.pgdg+1_arm64.deb
Size: 250156
SHA256: 5858f59014871493e2e6c0dabb629ba21ba3ee351b3efff5c6db017d6662c1d1
SHA1: ed3c03dee92b4c3f060d531d10e967fbdc472cf3
MD5sum: 8b61d3785e9f2537e752343b4a5d3d0b
Description: debug symbols for python3-psycopg2
Build-Ids: 22227367266285a436d6306e371d598a62787ed2
Timestamp: 2022-08-11 12:47:03+00

Package: python-psycopg2-doc
Source: psycopg2
Version: 2.9.3-1.pgdg+1
Architecture: all
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Installed-Size: 1841
Depends: libjs-sphinxdoc (>= 4.3)
Suggests: python3-psycopg2
Multi-Arch: foreign
Homepage: http://initd.org/projects/psycopg
Priority: optional
Section: doc
Filename: pool/main/p/psycopg2/python-psycopg2-doc_2.9.3-1.pgdg+1_all.deb
Size: 309272
SHA256: ec23edcc2b08775fa639f16aea8548fab7a9d228f90f276cdd3e2dd2161721c1
SHA1: 5d0422d4ff6bce9079230f585d4e09e12f4497b2
MD5sum: 3807b7e459f406c407dfdc8723d22574
Description: Python module for PostgreSQL (documentation package)
 psycopg is a PostgreSQL database adapter for the Python programming language
 (just like pygresql and popy.) This is version 2, a complete rewrite of the
 original code to provide new-style classes for connection and cursor objects
 and other sweet candies. Like the original, psycopg 2 was written with the
 aim of being very small and fast, and stable as a rock.
 .
 psycopg is different from the other database adapter because it was designed
 for heavily multi-threaded applications that create and destroy lots of
 cursors and make a conspicuous number of concurrent INSERTs or UPDATEs.
 psycopg 2 also provides full asynchronous operations for the really brave
 programmer.
 .
 The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0
 and being thread safe at level 2. It also includes some extensions to the
 standard DBAPI-2.0 to allow for better thread performance.
 .
 This package contains the psycopg2 documentation
Timestamp: 2022-08-11 12:47:03+00

Package: postgresql-11-set-user
Source: postgresql-set-user
Version: 3.0.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 142
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-11-set-user_3.0.0-2.pgdg+1_arm64.deb
Size: 39772
SHA256: e87d138ceb2ebb79473f6c65f5532e17372857a37ec887236323a90c4795ff65
SHA1: 26ae1b8ff5bb593fd40a41954c73e06decc8c122
MD5sum: 8ba0fc87a18942f6d76c9081d15c505e
Description: FIXME PostgreSQL extension postgresql-set-user
 FIXME long description here
Timestamp: 2022-08-17 12:18:21+00

Package: pgloader
Version: 3.6.7-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 27736
Depends: freetds-dev, libc6 (>= 2.33), libzstd1 (>= 1.5.2), libssl3
Homepage: https://github.com/dimitri/pgloader
Priority: optional
Section: database
Filename: pool/main/p/pgloader/pgloader_3.6.7-1.pgdg+1_arm64.deb
Size: 25502428
SHA256: debb2e1deabffd7cd2359f509d9d8f067663271fd999e7a9cd16a966ae0d08f9
SHA1: 13da86235695a59a68a786f06835432a329aa219
MD5sum: 5c1cba410a3e5454b270f38f49c7a117
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.
Timestamp: 2022-08-15 13:26:39+00

Package: postgresql-10-repmgr
Source: repmgr
Version: 5.3.2-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1083
Depends: postgresql-10, repmgr-common (>= 5.3.2-1.pgdg+1), libc6 (>= 2.34), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-10-repmgr_5.3.2-1.pgdg+1_arm64.deb
Size: 209192
SHA256: 84ce3a7d1366b0083b20be2bac48b2432a5de35a7cbea2f76eec25089405cfaa
SHA1: 82f57305f88cf5e4e3304584909fd9173ca00911
MD5sum: bc4302d4d7f82024ea559d4c40d978ab
Description: replication manager for PostgreSQL 10
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 10.
Timestamp: 2022-08-16 12:18:38+00

Package: postgresql-10-repmgr-dbgsym
Source: repmgr
Version: 5.3.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 714
Depends: postgresql-10-repmgr (= 5.3.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-10-repmgr-dbgsym_5.3.2-1.pgdg+1_arm64.deb
Size: 653520
SHA256: 8523366efca9970371107896690cb92c2478b8dec1365d88398a35d220478946
SHA1: 5aa0960b6222728055aa67ca5186a5a4f38c89b7
MD5sum: a88f69ad93fa3a1efcb6e31eb42080c9
Description: debug symbols for postgresql-10-repmgr
Build-Ids: 6ecb26347d82df1c616c68a704303e8886ec5dcb 8eaac8d48d704603ade3796d3a9aab758b965132 f86c04216d400bb46c10f75d3e4f5dc4d23819a1
Timestamp: 2022-08-16 12:18:38+00

Package: postgresql-11-repmgr
Source: repmgr
Version: 5.3.2-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1108
Depends: postgresql-11, repmgr-common (>= 5.3.2-1.pgdg+1), libc6 (>= 2.34), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-11-repmgr_5.3.2-1.pgdg+1_arm64.deb
Size: 221620
SHA256: 877bb1b68b1c7e087c2d49bf23780c61cd5944e38c6fc297d45cef081f1c5558
SHA1: 6ad46d73ae2bacdd6e0d3483766953c183be1ad4
MD5sum: f9490f9c88b102467127ea87b429fcd2
Description: replication manager for PostgreSQL 11
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 11.
Timestamp: 2022-08-16 12:18:38+00

Package: postgresql-11-repmgr-dbgsym
Source: repmgr
Version: 5.3.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 714
Depends: postgresql-11-repmgr (= 5.3.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-11-repmgr-dbgsym_5.3.2-1.pgdg+1_arm64.deb
Size: 653692
SHA256: ec7cb6db079f8ead6f27d736cc39e02cde761227d49d420b84b95f96ba318967
SHA1: dabff97efd51417b3e29fd000b2120550769e709
MD5sum: afee8783b00fc1adf0d8e133f0527391
Description: debug symbols for postgresql-11-repmgr
Build-Ids: 33f5671859b08cd3b631259958c3a2fd114adfa6 4b5e79f96f96ed59efe7b8df34fecc54659b3edc b7ca69ac63110677352d0963a219e917f33614cf
Timestamp: 2022-08-16 12:18:38+00

Package: postgresql-12-repmgr
Source: repmgr
Version: 5.3.2-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1108
Depends: postgresql-12, repmgr-common (>= 5.3.2-1.pgdg+1), libc6 (>= 2.34), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-12-repmgr_5.3.2-1.pgdg+1_arm64.deb
Size: 228336
SHA256: 876e9e9a06c092c330e1474961f0a81dd065e2cee9a643d7b057136af3fd0898
SHA1: afab616eeffeb7cb30817d63c93f1beaa8ca7773
MD5sum: 32f12f0053d93a1ac2d42e36f5f1c759
Description: replication manager for PostgreSQL 12
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 12.
Timestamp: 2022-08-16 12:18:38+00

Package: postgresql-12-repmgr-dbgsym
Source: repmgr
Version: 5.3.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 720
Depends: postgresql-12-repmgr (= 5.3.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-12-repmgr-dbgsym_5.3.2-1.pgdg+1_arm64.deb
Size: 655984
SHA256: a9d07f0096ccc4441732b9525f43a17a0e4c0f84f9254f151492407dbc28e425
SHA1: 7b57f50e52eca0bbf364faa8423dfbd24450a28f
MD5sum: d6f91dd755d5450207300c7502ade72e
Description: debug symbols for postgresql-12-repmgr
Build-Ids: 5b641d0c555edc7b557959bd77158af096a7e556 740a98c0f0e5932e37995a0fe629fbad372d41f3 a4e065240c6c888e880e090c5519ad610493ca3e
Timestamp: 2022-08-16 12:18:38+00

Package: postgresql-13-repmgr
Source: repmgr
Version: 5.3.2-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1108
Depends: postgresql-13, repmgr-common (>= 5.3.2-1.pgdg+1), libc6 (>= 2.34), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-13-repmgr_5.3.2-1.pgdg+1_arm64.deb
Size: 228624
SHA256: 33569cda1940fdecd034c882e2d1a740a6923e8ca8a62ac8c8a12a8e60b9be2d
SHA1: 82ec8ada195408ce84004c4be85dd0f4da297572
MD5sum: dd835b136e91e784d72c1c813951a847
Description: replication manager for PostgreSQL 13
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 13.
Timestamp: 2022-08-16 12:18:38+00

Package: postgresql-13-repmgr-dbgsym
Source: repmgr
Version: 5.3.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 720
Depends: postgresql-13-repmgr (= 5.3.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-13-repmgr-dbgsym_5.3.2-1.pgdg+1_arm64.deb
Size: 656240
SHA256: 971d7cb14c74a2a6d88968bc0bc0cde77c62911855d447684b2cd100a4733b21
SHA1: a7ea1541a549af39b586f36ec74c780e36d5b239
MD5sum: 2b88332b2a2416a602290e0110b2a3b0
Description: debug symbols for postgresql-13-repmgr
Build-Ids: 4a1f41eb8b6d2516ccd790abf9729cf40fd4656b 8045e7c46cff6f7f02fa91b7f18bfa5720a67daa b7fe07d8678da4054629d320ce904335ab62b665
Timestamp: 2022-08-16 12:18:38+00

Package: postgresql-14-repmgr
Source: repmgr
Version: 5.3.2-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1109
Depends: postgresql-14, repmgr-common (>= 5.3.2-1.pgdg+1), libc6 (>= 2.34), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-14-repmgr_5.3.2-1.pgdg+1_arm64.deb
Size: 228500
SHA256: a9bb6cbd3ea3a501692ddf9452cef905dde4b08df1dcda5a5d8b57a59b77a585
SHA1: 8cd69c8d12cac6d67bce69acc3197cd499427ec1
MD5sum: 66ab2095c04a05186fc7aa482bb7b19d
Description: replication manager for PostgreSQL 14
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 14.
Timestamp: 2022-08-16 12:18:38+00

Package: postgresql-14-repmgr-dbgsym
Source: repmgr
Version: 5.3.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 721
Depends: postgresql-14-repmgr (= 5.3.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-14-repmgr-dbgsym_5.3.2-1.pgdg+1_arm64.deb
Size: 656416
SHA256: 40756ee6cb5082ad71391d9a1611f4c3fc8305867121c661d4bcb13db4a2a290
SHA1: fbe136fae57513453a24fab1d67d2d3c11d47153
MD5sum: 7f7b8fb8b6998a71aaebfa79222cb4d6
Description: debug symbols for postgresql-14-repmgr
Build-Ids: 020a4f28ebd301a97c8eac3fd03d3771412eaa50 192b7542f661ce5d319e7908af1a8d1c3e3a1dfe 26c7e478c0229e43bd859176b9979da41318ca8b
Timestamp: 2022-08-16 12:18:38+00

Package: postgresql-15-repmgr
Source: repmgr
Version: 5.3.2-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1109
Depends: postgresql-15, repmgr-common (>= 5.3.2-1.pgdg+1), libc6 (>= 2.34), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-15-repmgr_5.3.2-1.pgdg+1_arm64.deb
Size: 228532
SHA256: c89ed90a5784baaadbe8410bb781f733fce363ac12c76d471d6c9ba07f4e4240
SHA1: 9673f64dea46dc20b955924374b9314fbe30fc1a
MD5sum: bd46c6470d36d2172d7c9ab4ac9dd493
Description: replication manager for PostgreSQL 15
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 15.
Timestamp: 2022-08-16 12:18:38+00

Package: postgresql-15-repmgr-dbgsym
Source: repmgr
Version: 5.3.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 708
Depends: postgresql-15-repmgr (= 5.3.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-15-repmgr-dbgsym_5.3.2-1.pgdg+1_arm64.deb
Size: 642780
SHA256: 0b04801c6ceb2f1fb3d91e6eb206831ab26f09f54a08d879a4d2d5086d3dbdd4
SHA1: f25db5624e37f80b22749a2ee6172c18bfa710aa
MD5sum: caee7e4f60405b9ec69987f444040957
Description: debug symbols for postgresql-15-repmgr
Build-Ids: 39163b77b0043e281118643392cd51bb2d9f7aab 8380397651a9c8e0abd1f135ee9c522163b30cab 8e45f5502c3c3853c05dd45841e9ad4ccfd2a968
Timestamp: 2022-08-16 12:18:38+00

Package: repmgr
Version: 5.3.2-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 23
Depends: postgresql-14-repmgr | postgresql-13-repmgr | postgresql-12-repmgr | postgresql-11-repmgr | postgresql-10-repmgr
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/repmgr_5.3.2-1.pgdg+1_all.deb
Size: 16200
SHA256: 8edb555b4a69b969e51bf43412256522d18aad3714612b41ed7630fa5549e78e
SHA1: 52ec2a4a099386db0b4ddeec43458667e813bdc5
MD5sum: 0173edf016d2a4d3c89b76127f3dac2d
Description: replication manager for PostgreSQL (metapackage)
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This is a metapackage that depends on the version specific packages.
Timestamp: 2022-08-16 12:18:38+00

Package: repmgr-common
Source: repmgr
Version: 5.3.2-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 310
Depends: postgresql-common, lsb-base
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/repmgr-common_5.3.2-1.pgdg+1_all.deb
Size: 197868
SHA256: 2a0dd8d3a3580a49c9dc0e45478a9a060f7141382791f7a3d8a12a27e052750d
SHA1: aa5cce4bf8c8f409621e108a72cf9ace1dc910ba
MD5sum: 7fdf78d5df2b1abd91993aa472a6d114
Description: replication manager for PostgreSQL common files
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr files common to all versions.
Timestamp: 2022-08-16 12:18:38+00

Package: postgresql-10-orafce
Source: orafce
Version: 3.24.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 517
Depends: postgresql-10, libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-10-orafce_3.24.1-1.pgdg+1_arm64.deb
Size: 105456
SHA256: c65f2df64c5acbaff2e2d6f9062b0d91d2b32ff77ce493a54f926c32a07100eb
SHA1: 58b96ccceaa3eaff025c373d279eab3c47e234de
MD5sum: 8c142b7ae49ded513ced20b65da19efb
Description: Oracle support functions for PostgreSQL 10
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-08-17 12:18:21+00

Package: postgresql-10-orafce-dbgsym
Source: orafce
Version: 3.24.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 275
Depends: postgresql-10-orafce (= 3.24.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-10-orafce-dbgsym_3.24.1-1.pgdg+1_arm64.deb
Size: 227416
SHA256: 61c6b0794e5340ef29e09c189d3d424e7ed8d46b37d58e9f8551431ad28fb287
SHA1: 0e7ac144176afd33adc40a829c29cac56d80b838
MD5sum: ed973ddc2d9a3e007210f376e506012d
Description: debug symbols for postgresql-10-orafce
Build-Ids: 80c6a05c0eb62e95fcedf8ff5988590f2790af06
Timestamp: 2022-08-17 12:18:21+00

Package: postgresql-10-set-user
Source: postgresql-set-user
Version: 3.0.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-10-set-user_3.0.0-2.pgdg+1_arm64.deb
Size: 18168
SHA256: 4bd39b31e189edaa2952f9cc83d06965a9beccd263add899cac0b3c50748a2a5
SHA1: ef6788e0063555c37a8d8181e109a724d900cc41
MD5sum: dc4b375ef38ac6c40c7a51b909f7b4b7
Description: FIXME PostgreSQL extension postgresql-set-user
 FIXME long description here
Timestamp: 2022-08-17 12:18:21+00

Package: postgresql-10-set-user-dbgsym
Source: postgresql-set-user
Version: 3.0.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-10-set-user (= 3.0.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-10-set-user-dbgsym_3.0.0-2.pgdg+1_arm64.deb
Size: 36828
SHA256: d0547df3c29aa7f38190d4cd23ee7aa968c635a8dd9410995e339c72053fa12b
SHA1: 072cde991e6803736d905e59a4ae588d09435543
MD5sum: 5745b5894a014f51c7fffcf77c052284
Description: debug symbols for postgresql-10-set-user
Build-Ids: dff266741415d897d35a699af74cbd116f336ac0
Timestamp: 2022-08-17 12:18:21+00

Package: postgresql-11-orafce
Source: orafce
Version: 3.24.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1055
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_3.24.1-1.pgdg+1_arm64.deb
Size: 346004
SHA256: c948b832f4e7bfa6c7ca33ae69ad29ccec80ae9f6ad0375326f6f713cffbe0bd
SHA1: b2f4f24f00ec7f9e7c0745f4915a8b7a0ced5d41
MD5sum: d7dc57cdfb87cdfef4bacac9d147b5d3
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-08-17 12:18:21+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 3.24.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: postgresql-11-orafce (= 3.24.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_3.24.1-1.pgdg+1_arm64.deb
Size: 227288
SHA256: 6307713be1b32845e04387f1c6e1e9f9afcd7c69bccba2aaabd4989a14b6a4bb
SHA1: ea1b42c4bb280bbe328afb2af7e748187dbfaebe
MD5sum: 817fba1345a97d0314584f0830d87b01
Description: debug symbols for postgresql-11-orafce
Build-Ids: 82e25f4fc988deed413cee26307a13d816ce1d5b
Timestamp: 2022-08-17 12:18:21+00

Package: postgresql-11-set-user-dbgsym
Source: postgresql-set-user
Version: 3.0.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: postgresql-11-set-user (= 3.0.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-11-set-user-dbgsym_3.0.0-2.pgdg+1_arm64.deb
Size: 37064
SHA256: 6dfa6467fbb57c0be4bee95552b2bf5f86ecf2400ebd68091b912c31cfffe14c
SHA1: b8e11741a4f3a64004cb4c1a4cff997ebbb1cf3a
MD5sum: 54ee6f50c510830f7d3c100abc2a7385
Description: debug symbols for postgresql-11-set-user
Build-Ids: f2778a243af88b008d39a6230238ddf976405fd6
Timestamp: 2022-08-17 12:18:21+00

Package: postgresql-12-orafce
Source: orafce
Version: 3.24.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1052
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_3.24.1-1.pgdg+1_arm64.deb
Size: 343820
SHA256: aac85844d4b2cc71c14c3515079461dac12b315d3c84d05170acf22f32631389
SHA1: 66d4dbd0429b5b0b13f82111e315bcfa576f01b3
MD5sum: 1be2d99c155d401c271d1f1bac44b9b3
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-08-17 12:18:21+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 3.24.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 275
Depends: postgresql-12-orafce (= 3.24.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_3.24.1-1.pgdg+1_arm64.deb
Size: 228844
SHA256: 0e2e67a15188f28eeea15491342512712a51a63d0db7dd0a132129b93380d1e3
SHA1: b7d73fea712c2b82a89b6ee2f05ab5de76a05861
MD5sum: 770e3b45451ec02934806a6e38bc1716
Description: debug symbols for postgresql-12-orafce
Build-Ids: 3a497682a3321fa10e48073d1ec40e9a38f38589
Timestamp: 2022-08-17 12:18:21+00

Package: postgresql-12-set-user
Source: postgresql-set-user
Version: 3.0.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 143
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-12-set-user_3.0.0-2.pgdg+1_arm64.deb
Size: 40548
SHA256: dbbcc0f84d5a15b12b6ea86ddb74d4c94c91c49386dd6f8fdc500e4d4b5bb75f
SHA1: a24141dbe498889e4a016406378ed210888ae4e8
MD5sum: 849c2a16a341c28038491cbf6a4bd314
Description: FIXME PostgreSQL extension postgresql-set-user
 FIXME long description here
Timestamp: 2022-08-17 12:18:21+00

Package: postgresql-12-set-user-dbgsym
Source: postgresql-set-user
Version: 3.0.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-12-set-user (= 3.0.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-12-set-user-dbgsym_3.0.0-2.pgdg+1_arm64.deb
Size: 40980
SHA256: 5870a9b9c06ffe3352ffd0b34bf89c2347de5cb4fc845ceda6f0fa107bfe288e
SHA1: 1bbc2f3aa6fd652165006e9e302ea5960007d832
MD5sum: d8286ba7e31973b268996873e7b912e5
Description: debug symbols for postgresql-12-set-user
Build-Ids: 0168216a9cfbc129f0f1e58bc003170b08e2e8d4
Timestamp: 2022-08-17 12:18:21+00

Package: postgresql-13-orafce
Source: orafce
Version: 3.24.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1048
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_3.24.1-1.pgdg+1_arm64.deb
Size: 342256
SHA256: 77299211e980c9a2023dcf0188e703b80c8d141001c36fe124251a5669628bfe
SHA1: 9795714654ffb2d9629090093c74b5e1acc7aa1f
MD5sum: 5c1fe0118a4fad0580471d6eef512f33
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-08-17 12:18:21+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 3.24.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 273
Depends: postgresql-13-orafce (= 3.24.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_3.24.1-1.pgdg+1_arm64.deb
Size: 226804
SHA256: 23269c9c3bbbe1cc28df1eeedab9eb0e1735a4d0579385f0c8e1b89d909a4aa6
SHA1: ea4012d869f0f3d0062560f304e5477bc3935f2f
MD5sum: a936b72fe3aa8f678cecb5ba60ae3f3a
Description: debug symbols for postgresql-13-orafce
Build-Ids: 56a728698c3dd2eeef5ffbf3ca5f92f63552cbaa
Timestamp: 2022-08-17 12:18:21+00

Package: postgresql-13-set-user
Source: postgresql-set-user
Version: 3.0.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 143
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-13-set-user_3.0.0-2.pgdg+1_arm64.deb
Size: 40804
SHA256: cc95dadbb963c6ef45a358bec75baa403c8bfa09bebe3906f25970bf98ae26e8
SHA1: a1cbe38d0690580cb39cda4639cc42c496c0dec6
MD5sum: f1129841a058ea6ec8e8c3569feba6bf
Description: FIXME PostgreSQL extension postgresql-set-user
 FIXME long description here
Timestamp: 2022-08-17 12:18:21+00

Package: postgresql-13-set-user-dbgsym
Source: postgresql-set-user
Version: 3.0.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-13-set-user (= 3.0.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-13-set-user-dbgsym_3.0.0-2.pgdg+1_arm64.deb
Size: 43828
SHA256: 03717c4c1a24edd24a33b79ed47416c59284a5b4f6db1efcf70b026f8a268419
SHA1: 28bf901841b9f77e05c6a4cbe1b55fc4bbaa41d7
MD5sum: eea3589a6c8da1c626f06ebe8133bc87
Description: debug symbols for postgresql-13-set-user
Build-Ids: 600e2dc765401e3bb2bf86ff134b4e5adcfe4fd0
Timestamp: 2022-08-17 12:18:21+00

Package: postgresql-14-orafce
Source: orafce
Version: 3.24.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1055
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_3.24.1-1.pgdg+1_arm64.deb
Size: 343308
SHA256: 0eabe9af46d1ec8d702ca21e9ebff48f526a343151c1a7031279a3b3857a302b
SHA1: 56900162fd9d1edc1b6e01c107370de5d8ebaa01
MD5sum: 1f496eac1f516d0aaaf0cb75284f707c
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-08-17 12:18:21+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 3.24.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: postgresql-14-orafce (= 3.24.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_3.24.1-1.pgdg+1_arm64.deb
Size: 227420
SHA256: 74421c2aae2afca42c40f0404d5d7ec6550eacfc256c22b3e1410da4a55cf5d8
SHA1: 304cfd754a99479ddadd099cb7319625726a5864
MD5sum: f10205a737d576e5e5fcd8b2fdc34912
Description: debug symbols for postgresql-14-orafce
Build-Ids: 4268503b4c65c970ee24c9e84223092b6214dbc2
Timestamp: 2022-08-17 12:18:21+00

Package: postgresql-14-set-user
Source: postgresql-set-user
Version: 3.0.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-14-set-user_3.0.0-2.pgdg+1_arm64.deb
Size: 41668
SHA256: f66534253b7fc0cdec8c610301ede3cf30b520d5edecd674867c2cce56fcfd97
SHA1: c75f6a302fd0af23518cabfd258512f303b57119
MD5sum: 5c85b558d845f0b1e40c553087d37fb1
Description: FIXME PostgreSQL extension postgresql-set-user
 FIXME long description here
Timestamp: 2022-08-17 12:18:21+00

Package: postgresql-14-set-user-dbgsym
Source: postgresql-set-user
Version: 3.0.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-14-set-user (= 3.0.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-14-set-user-dbgsym_3.0.0-2.pgdg+1_arm64.deb
Size: 49780
SHA256: 98ffc710d779991677d3a858b334e9b03a35f92d566d9fc821862501a024a6d4
SHA1: 5aded93ca9277d3fc596c605d283eb648f9a101c
MD5sum: 0bd5de951f4d7502d961cb4251b34b8f
Description: debug symbols for postgresql-14-set-user
Build-Ids: 3e87cea443a27e34ea04d8f293e93741d0e78b51
Timestamp: 2022-08-17 12:18:21+00

Package: postgresql-15-orafce
Source: orafce
Version: 3.24.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1058
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-15-orafce_3.24.1-1.pgdg+1_arm64.deb
Size: 344396
SHA256: 4a6cd8fea3a95c5bd361c3a8363780f53442cd607b5cf831e3b113756e65ed03
SHA1: d5a4967ef030e63028aefd8c9522f10820e62274
MD5sum: 8a374c0b7337eeead6b1032f149d8023
Description: Oracle support functions for PostgreSQL 15
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-08-17 12:18:21+00

Package: postgresql-15-orafce-dbgsym
Source: orafce
Version: 3.24.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 283
Depends: postgresql-15-orafce (= 3.24.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-15-orafce-dbgsym_3.24.1-1.pgdg+1_arm64.deb
Size: 236892
SHA256: dc9e226bda294cd85ee60b0505e09e02326b985f67edb2b86b3fdf70bd1ba7d9
SHA1: 7d9742b6ab6dc929615e71e4ceb4350ef5dfe1a7
MD5sum: 38d780ba140d4ac4a7f0a40395ef85ff
Description: debug symbols for postgresql-15-orafce
Build-Ids: e91266a59c32be7de7028667f43aaaef3e45e445
Timestamp: 2022-08-17 12:18:21+00

Package: postgresql-15-set-user
Source: postgresql-set-user
Version: 3.0.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-15-set-user_3.0.0-2.pgdg+1_arm64.deb
Size: 41776
SHA256: 9561dd690c0fec04396e71c394dba56fe8bba3b20d065fa36e2cf2f9eca3a4cd
SHA1: 7ac7583f2bbe2a5fd62ddf458168bd1a6584cc53
MD5sum: 6003fe19fc71235e64711f7267258b69
Description: FIXME PostgreSQL extension postgresql-set-user
 FIXME long description here
Timestamp: 2022-08-17 12:18:21+00

Package: postgresql-15-set-user-dbgsym
Source: postgresql-set-user
Version: 3.0.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-15-set-user (= 3.0.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-15-set-user-dbgsym_3.0.0-2.pgdg+1_arm64.deb
Size: 50764
SHA256: 9f78853e9f56023f3791bb8a0d627c126d3722cdb65b5f63ff97217071bdf1ff
SHA1: 09b26efb246381d657bb957bc6c4e42118a4451b
MD5sum: e273b2c995a63bc734250bafe69a4267
Description: debug symbols for postgresql-15-set-user
Build-Ids: c414848df0778fa71ec7e0aeccb7a9c378056aa2
Timestamp: 2022-08-17 12:18:21+00

Package: postgresql-10-orafce
Source: orafce
Version: 3.24.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 518
Depends: postgresql-10, libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-10-orafce_3.24.2-1.pgdg+1_arm64.deb
Size: 105828
SHA256: 3166ba7ff6d699228edea7e44642ee5b72ac788d4b28c75aa178029cbc08a595
SHA1: 912a2a0a6b02d7488e12fd1c77fc4c9ab74524de
MD5sum: a13d80da1d491c4ed7cd31a81d0fb329
Description: Oracle support functions for PostgreSQL 10
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-08-18 09:06:39+00

Package: postgresql-10-orafce-dbgsym
Source: orafce
Version: 3.24.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 275
Depends: postgresql-10-orafce (= 3.24.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-10-orafce-dbgsym_3.24.2-1.pgdg+1_arm64.deb
Size: 227448
SHA256: 0f8b48eb4dda712c3e5ffea937550321305c37a3716dc5a420824ce827207b71
SHA1: 17d6e3607dc76c7b2b01b8b9147bfd4dec43a6ad
MD5sum: 091963c0854322ef5489291ab42b1b52
Description: debug symbols for postgresql-10-orafce
Build-Ids: 80c6a05c0eb62e95fcedf8ff5988590f2790af06
Timestamp: 2022-08-18 09:06:39+00

Package: postgresql-11-orafce
Source: orafce
Version: 3.24.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1056
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_3.24.2-1.pgdg+1_arm64.deb
Size: 345920
SHA256: 01c8eee95fe1a0cf876102e42e3d468185e5b1af66a383eaa63377077f98866a
SHA1: ad28df767514ee37ee086fe8539adba1c20e2af1
MD5sum: bf793227700858fdb1764f716786d815
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-08-18 09:06:39+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 3.24.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: postgresql-11-orafce (= 3.24.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_3.24.2-1.pgdg+1_arm64.deb
Size: 227316
SHA256: 878a45d0142cef6ba425e5fb1ccdd1afd93b2f34c34d53612d71b917b357569b
SHA1: e9e744e40baa462dab3b645e5ae78950288cea7e
MD5sum: f7f1f80d4b2b725c024ff1f5042474b4
Description: debug symbols for postgresql-11-orafce
Build-Ids: 6614ec67e66add32fa7b19d952aa17aee9af34cd
Timestamp: 2022-08-18 09:06:39+00

Package: postgresql-12-orafce
Source: orafce
Version: 3.24.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1053
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_3.24.2-1.pgdg+1_arm64.deb
Size: 344224
SHA256: b7c2c127ece6d1a3bae8152c535a6dd85dbfd74720941125d7dfee9d04da73b1
SHA1: a6786d6d5d1c64907ace59fb66f4abb495c635bd
MD5sum: f86822819b858f12d0a5ea7cc5092efc
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-08-18 09:06:39+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 3.24.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 275
Depends: postgresql-12-orafce (= 3.24.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_3.24.2-1.pgdg+1_arm64.deb
Size: 228868
SHA256: 3882c23ba949bb67a86ec1ed88eb7d5b14b0c0450c5ec08d765e6b97e2278f26
SHA1: b5c0151ed9c726418baa7c1a3162f01fee5ef0e7
MD5sum: ab9b814eac7999bd529097990b5269f6
Description: debug symbols for postgresql-12-orafce
Build-Ids: 46bc96a831f2c9af0c6b82772171df61f44a01c5
Timestamp: 2022-08-18 09:06:39+00

Package: postgresql-13-orafce
Source: orafce
Version: 3.24.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1049
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_3.24.2-1.pgdg+1_arm64.deb
Size: 342620
SHA256: 1deaeaceb5c53786da2b4cc6a04994dd91767d61e3bfc65e22ce8630471a6769
SHA1: f8d16abc6acecb96d82cffd7e908181661a3e6d7
MD5sum: 9905bd025c4674b51ce0f4d221029283
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-08-18 09:06:39+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 3.24.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 273
Depends: postgresql-13-orafce (= 3.24.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_3.24.2-1.pgdg+1_arm64.deb
Size: 226808
SHA256: 7aadd6459d64512cbd797dfeaa9af27375ada8b8aa054579de401492793ad8bf
SHA1: b8c59fd86a6889ed637f638c744bc947dcc5797b
MD5sum: 7f182f14a4e468d96a7a362a42603e73
Description: debug symbols for postgresql-13-orafce
Build-Ids: 56a728698c3dd2eeef5ffbf3ca5f92f63552cbaa
Timestamp: 2022-08-18 09:06:39+00

Package: postgresql-14-orafce
Source: orafce
Version: 3.24.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1056
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_3.24.2-1.pgdg+1_arm64.deb
Size: 343308
SHA256: d1198c19e5d3ff99e196be2cc64d3898c9389e1202e3915d80114a2845ce05e5
SHA1: 3368140f1135e3c1661c16c3f0e447f5e2e99f07
MD5sum: 496a40f73a36c6d67bcb410e58575990
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-08-18 09:06:39+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 3.24.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: postgresql-14-orafce (= 3.24.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_3.24.2-1.pgdg+1_arm64.deb
Size: 227396
SHA256: 75313c27a6f266af16d7dfe416052db3868c3d267e1c0c4400a981e8b65b2fca
SHA1: 50db4e276d3005adc4c8adaf8a88c6f2f8677fee
MD5sum: d29e2e9606518c8a3f8c056b688c2a40
Description: debug symbols for postgresql-14-orafce
Build-Ids: 5aca5521917d5ff9dda0438c4131b62dc362603a
Timestamp: 2022-08-18 09:06:39+00

Package: postgresql-15-orafce
Source: orafce
Version: 3.24.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1059
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-15-orafce_3.24.2-1.pgdg+1_arm64.deb
Size: 344404
SHA256: 2c141d73bd5eac15758ce52839e1019309dce09d4dc3760afda477dbbd20008f
SHA1: 45bd60c2dcab35834d7085ec3a38487037822607
MD5sum: c0c4a4ffe6e558eb907cc0b32dc946d3
Description: Oracle support functions for PostgreSQL 15
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-08-18 09:06:39+00

Package: postgresql-15-orafce-dbgsym
Source: orafce
Version: 3.24.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 283
Depends: postgresql-15-orafce (= 3.24.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-15-orafce-dbgsym_3.24.2-1.pgdg+1_arm64.deb
Size: 236916
SHA256: eba84834700ae7b7d57f69f95f5fd039e8716659d6404bc411600c801dd2a6fa
SHA1: 07c29c2b1d106ca57be23f959cb9dba821e4598e
MD5sum: 9cf6fff2e8bb65d24c5018878e0227c3
Description: debug symbols for postgresql-15-orafce
Build-Ids: 1c0ac06269c79fb3b66671965898cedc10c62ec8
Timestamp: 2022-08-18 09:06:39+00

Package: postgresql-10-set-user
Source: postgresql-set-user
Version: 3.0.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-10-set-user_3.0.0-3.pgdg+1_arm64.deb
Size: 18384
SHA256: 431928831505415c3ec576c712e58d436a3113004c1e85158801e40553ab419b
SHA1: 1133893995ee318a5caa529fe9907eccb7a538b0
MD5sum: ba657af83ea08608ecf7dafcaa01edf7
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2022-08-19 10:46:20+00

Package: postgresql-10-set-user-dbgsym
Source: postgresql-set-user
Version: 3.0.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-10-set-user (= 3.0.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-10-set-user-dbgsym_3.0.0-3.pgdg+1_arm64.deb
Size: 36824
SHA256: d2a56c18696866c7a632ee535ecb0504cdb31562dfb59aae7fa8f4bce9459b48
SHA1: d9b2aa226e8e955962c5399582d693016d0fb14c
MD5sum: 1b19b112383c0febfc99ac2dcb9efc17
Description: debug symbols for postgresql-10-set-user
Build-Ids: dff266741415d897d35a699af74cbd116f336ac0
Timestamp: 2022-08-19 10:46:20+00

Package: postgresql-11-set-user
Source: postgresql-set-user
Version: 3.0.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 142
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-11-set-user_3.0.0-3.pgdg+1_arm64.deb
Size: 39984
SHA256: 45b2aedff1c8e528f4d5e5d2554e366b70ecf0bb3a2b7fb662dc41abc50e6543
SHA1: 42c04cef2cfb1bcd105c68e4bd95b8c5d6308c27
MD5sum: 83d473c292e84022f0e8dc78cab2664d
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2022-08-19 10:46:20+00

Package: postgresql-11-set-user-dbgsym
Source: postgresql-set-user
Version: 3.0.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: postgresql-11-set-user (= 3.0.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-11-set-user-dbgsym_3.0.0-3.pgdg+1_arm64.deb
Size: 37072
SHA256: 157b329ce66642aaa9d2bf5769c7441565049d11ffa47950d7995fe1baeca415
SHA1: 1d27c814c211e0abcf3232be4c7844c2858df8f1
MD5sum: 315ca7ebcc0c9208425248e6e9cd634d
Description: debug symbols for postgresql-11-set-user
Build-Ids: f2778a243af88b008d39a6230238ddf976405fd6
Timestamp: 2022-08-19 10:46:20+00

Package: postgresql-12-set-user
Source: postgresql-set-user
Version: 3.0.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 143
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-12-set-user_3.0.0-3.pgdg+1_arm64.deb
Size: 40776
SHA256: 1e663575f63940085bd3655572cc86c47177744909f78722d45413fdf5061077
SHA1: e9f60a34370e8acbc155efe3351923ddeed22533
MD5sum: 185d174594345b961b4ed8f2d216ac82
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2022-08-19 10:46:20+00

Package: postgresql-12-set-user-dbgsym
Source: postgresql-set-user
Version: 3.0.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-12-set-user (= 3.0.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-12-set-user-dbgsym_3.0.0-3.pgdg+1_arm64.deb
Size: 40980
SHA256: 72d66f6bb681944bfd32b15cb6890724be79a95dcbe6540911a74c318a1d4a06
SHA1: dc8cf6421c4a2ab40110e3f2838a1176b8015122
MD5sum: 289bd9b09eb17098f5c743d6f1cb3a0c
Description: debug symbols for postgresql-12-set-user
Build-Ids: 0168216a9cfbc129f0f1e58bc003170b08e2e8d4
Timestamp: 2022-08-19 10:46:20+00

Package: postgresql-13-set-user
Source: postgresql-set-user
Version: 3.0.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 143
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-13-set-user_3.0.0-3.pgdg+1_arm64.deb
Size: 41032
SHA256: e77701e0cc1e02121847a3a344c075422c8430be03e4f5b22c87d3a70f133ce1
SHA1: 2cbf036bc88101f133ef1ae057100f88d32ec8db
MD5sum: e2a47bc8aff0963828eab81c1e3f87c7
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2022-08-19 10:46:20+00

Package: postgresql-13-set-user-dbgsym
Source: postgresql-set-user
Version: 3.0.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-13-set-user (= 3.0.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-13-set-user-dbgsym_3.0.0-3.pgdg+1_arm64.deb
Size: 43832
SHA256: c71c95bfdd38182fabe8207450ed690f75a2691332d0d5d51d9ca2b69ed192c1
SHA1: 9d04b60538a6a1f60efb78495423b7ab4d15f3f1
MD5sum: 6c2ebe6a5dc49b94b9dfb8b1c04836ad
Description: debug symbols for postgresql-13-set-user
Build-Ids: 600e2dc765401e3bb2bf86ff134b4e5adcfe4fd0
Timestamp: 2022-08-19 10:46:20+00

Package: postgresql-14-set-user
Source: postgresql-set-user
Version: 3.0.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-14-set-user_3.0.0-3.pgdg+1_arm64.deb
Size: 41852
SHA256: bd45ab7987705ce7f3aca41a486bd193c0c97db21d2c82007b76c78a98529335
SHA1: 046da887e1d586c0fe7efbe7ecf941a28f194c79
MD5sum: c7f86c9803f5280a88af67f7fcf2e982
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2022-08-19 10:46:20+00

Package: postgresql-14-set-user-dbgsym
Source: postgresql-set-user
Version: 3.0.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-14-set-user (= 3.0.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-14-set-user-dbgsym_3.0.0-3.pgdg+1_arm64.deb
Size: 49788
SHA256: 5579827db67d9200e721b7d48674bd198680794983f04afa63f9516438712fba
SHA1: a4b1992e0e858866da4ea30106a7d13d6e663fbd
MD5sum: 850cc49c73da4dcb8ea8750b767875e0
Description: debug symbols for postgresql-14-set-user
Build-Ids: 3e87cea443a27e34ea04d8f293e93741d0e78b51
Timestamp: 2022-08-19 10:46:20+00

Package: postgresql-15-set-user
Source: postgresql-set-user
Version: 3.0.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-15-set-user_3.0.0-3.pgdg+1_arm64.deb
Size: 42040
SHA256: 2c78eeda546f4b51129145287ba3408262e4bcdd066fa46072aaf6b9ed993987
SHA1: 23c3afd23388a6f107b7b5c152688ab774a6ea26
MD5sum: afb14e131ebddf32a7d5130e7bfe7bbe
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2022-08-19 10:46:20+00

Package: postgresql-15-set-user-dbgsym
Source: postgresql-set-user
Version: 3.0.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-15-set-user (= 3.0.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-15-set-user-dbgsym_3.0.0-3.pgdg+1_arm64.deb
Size: 50764
SHA256: cf9fa8085cc899b7076067f3ce49236b07880473262f34373e737360c75d4c9c
SHA1: 9c8cdb5dad55c1e190b170ef8a8ec60b87ed8b9e
MD5sum: e13b1271b17c06b1024441d56cfa083d
Description: debug symbols for postgresql-15-set-user
Build-Ids: c414848df0778fa71ec7e0aeccb7a9c378056aa2
Timestamp: 2022-08-19 10:46:20+00

Package: postgis
Version: 3.2.3+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1521
Depends: libc6 (>= 2.34), libgdal31 (>= 2.0.1), libgeos-c1v5 (>= 3.10.0), libpq5, libproj25 (>= 4.9.0)
Recommends: postgresql-postgis, postgis-doc
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.2.3+dfsg-1.pgdg+1_arm64.deb
Size: 294032
SHA256: b02a0766aaa1bbf130e44591858128e3e2bed65f682ae7adf9e7bc56b59cc63d
SHA1: 2f0580c5903462e44c99bd96a5f98333d84432d8
MD5sum: 22f2b31bc1825afb4eff87251ce926d3
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2022-08-24 12:01:25+00

Package: postgis-dbgsym
Source: postgis
Version: 3.2.3+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1745
Depends: postgis (= 3.2.3+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.2.3+dfsg-1.pgdg+1_arm64.deb
Size: 1620096
SHA256: 94a5b37f60995c242fbebb6146a5b71c8ebc2eddfbe9828f4b3a50c3ada30aff
SHA1: 08d7dcd331eb689232c588456a899245d9de6fb8
MD5sum: 5ed32a99ce1d8b098b8f9ae3b09ad347
Description: debug symbols for postgis
Build-Ids: 4045aebbf5f2a9be7048bc0e0ea73f47f36a9849 9888c5acf25ec77d56f376c6490fb14b905154b9 f9803061c69f30d92936fec86ed940a4567aa9f6
Timestamp: 2022-08-24 12:01:25+00

Package: postgis-doc
Source: postgis
Version: 3.2.3+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6133
Suggests: postgis
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: doc
Filename: pool/main/p/postgis/postgis-doc_3.2.3+dfsg-1.pgdg+1_all.deb
Size: 2940516
SHA256: 3709559fdb917b518bbfdfb3f2554a226675298130b2f9af12f6c67607462300
SHA1: b0cb502d22f8d7542117b4aa6f1cf073f7e0ace3
MD5sum: 12bfb21954180773db9f8539b9155b17
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.
Timestamp: 2022-08-24 12:01:25+00

Package: postgresql-10-postgis-3
Source: postgis
Version: 3.2.3+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3497
Depends: postgresql-10, postgresql-10-postgis-3-scripts, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal31 (>= 2.3.0), libgeos-c1v5 (>= 3.10.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-10-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-10-postgis-3_3.2.3+dfsg-1.pgdg+1_arm64.deb
Size: 825312
SHA256: 234c0d1ac2633a78d66d0c07c6c9ddb359857358a106b9d083f2c47f229916be
SHA1: 58c34e668215370a85fe03c64c22a14637f03f20
MD5sum: 5e821cb4c475280e19fe7f072ce85606
Description: Geographic objects support for PostgreSQL 10
 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".
Timestamp: 2022-08-24 12:01:25+00

Package: postgresql-10-postgis-3-dbgsym
Source: postgis
Version: 3.2.3+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4801
Depends: postgresql-10-postgis-3 (= 3.2.3+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-10-postgis-3-dbgsym_3.2.3+dfsg-1.pgdg+1_arm64.deb
Size: 4499020
SHA256: 19978725d6ec61da1ac13b24f71e73c2604305b8afd2c2cb66ec339709a4a458
SHA1: 8f8a3fffe891be594934ef648d56f7a587d7d69f
MD5sum: 3d46cadfa507fac4ff0d50a07c2f600e
Description: debug symbols for postgresql-10-postgis-3
Build-Ids: 7fabbec61d36bb9d93d369a281381d8686cae684 a3232585df20468052a04594953e5a0563f1ebdc a3902b583fe2295fc36ff600e9adc203c1c85b42 b91d3a8b811a362f03e7ae0cc2aafd8c2c572814 d19ad063bb0d41adfffd9ee7f596a71c769a196e
Timestamp: 2022-08-24 12:01:25+00

Package: postgresql-10-postgis-3-scripts
Source: postgis
Version: 3.2.3+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 28082
Depends: perl:any
Recommends: postgresql-10-postgis-3
Replaces: postgresql-10-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-10-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-10-postgis-3-scripts_3.2.3+dfsg-1.pgdg+1_all.deb
Size: 1081992
SHA256: c0b019a5cd884afb2e98737e0e644e32c18fb74288009b4cf0ca5ccad82034f2
SHA1: fc59456b9641879caa8838a344fee651376cb04e
MD5sum: ec37770e0c8b86210e6529db8accfce8
Description: Geographic objects support for PostgreSQL 10 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 10 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2022-08-24 12:01:25+00

Package: postgresql-11-postgis-3
Source: postgis
Version: 3.2.3+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10181
Depends: postgresql-11, postgresql-11-postgis-3-scripts, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal31 (>= 2.3.0), libgeos-c1v5 (>= 3.10.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-11-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3_3.2.3+dfsg-1.pgdg+1_arm64.deb
Size: 3347692
SHA256: 612f3c3c838db56db0c0499a42942ce87044bf6fb6ef7642b91ba1917f0aba57
SHA1: 0d643ac456e5c8934bb6faf9e576b450526bf901
MD5sum: a0f929e29e496972c2f737bffb8886db
Description: Geographic objects support for PostgreSQL 11
 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".
Timestamp: 2022-08-24 12:01:25+00

Package: postgresql-11-postgis-3-dbgsym
Source: postgis
Version: 3.2.3+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4816
Depends: postgresql-11-postgis-3 (= 3.2.3+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-11-postgis-3-dbgsym_3.2.3+dfsg-1.pgdg+1_arm64.deb
Size: 4511112
SHA256: b39783306acf3b286b4d842683d18b6654434a10c5094dc15516076452e85739
SHA1: c0b9061d88dafcbfc7b8776b89d8eadf7ff9001d
MD5sum: 54b8e2a0739e8cdca8b44f33b300c15b
Description: debug symbols for postgresql-11-postgis-3
Build-Ids: 34d43c766e2b11c6ac9dac11c1a75f34b2a0c66d 3831663f8e56c7703f79bb7627297a6f408fe473 9b53c3fc5edf68956d0ab61521184c6c48a0536c 9c01f78fa8e89496bdf087da1f5adf29291b65e2 d3f6f71fff9d6af88137947201f12be04cfb860e
Timestamp: 2022-08-24 12:01:25+00

Package: postgresql-11-postgis-3-scripts
Source: postgis
Version: 3.2.3+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 28181
Depends: perl:any
Recommends: postgresql-11-postgis-3
Replaces: postgresql-11-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-11-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3-scripts_3.2.3+dfsg-1.pgdg+1_all.deb
Size: 1095184
SHA256: a74476778a5080ae13bdb65c8fc56623863293ba7cc701ca2fbe8b2e98b272b9
SHA1: df6e835b07f6783c4102ad57b2f9f1db3ec4773b
MD5sum: 836c9a4d5bf7d56a92e108aee5af1a1b
Description: Geographic objects support for PostgreSQL 11 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 11 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2022-08-24 12:01:25+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.2.3+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10453
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal31 (>= 2.3.0), libgeos-c1v5 (>= 3.10.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-12-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.2.3+dfsg-1.pgdg+1_arm64.deb
Size: 3416284
SHA256: 8e5984f3d989f048c1cf3ca65cbc786885ce7fac20e71143e8e379078efb250a
SHA1: 33ef54a8433b1ba713f5c28a7f7a159c3f309a37
MD5sum: dc0b78aa37e0364b561299a6a9497170
Description: Geographic objects support for PostgreSQL 12
 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".
Timestamp: 2022-08-24 12:01:25+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis
Version: 3.2.3+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4839
Depends: postgresql-12-postgis-3 (= 3.2.3+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.2.3+dfsg-1.pgdg+1_arm64.deb
Size: 4531628
SHA256: bcaab4ef8651108ab3d26331a54579f70e33d34f483aafb049ab17f217cdc9f2
SHA1: 19616744f5db3676cf35c7d03b509ce12d446b6a
MD5sum: cfdf76db9557bbb61339c55f8ad1a003
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 62e3668151386a283d0bd768755746ea4cbfe6f6 8ab89de6057afe8cc8c2e4ed756adb1475e6dfcd 8c70f67334c5b8242fa2088cd7791f919d1c5c5b ac220b50aa414a21a6ebb31d2e02a28361941247 c8af2d1727a1564af6966dcbe24b9c804f33d894
Timestamp: 2022-08-24 12:01:25+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.2.3+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 28193
Depends: perl:any
Recommends: postgresql-12-postgis-3
Replaces: postgresql-12-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-12-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.2.3+dfsg-1.pgdg+1_all.deb
Size: 1096428
SHA256: 847597fb6a8b20e1d3c311de45da586e2878e8e85cf959813690cccf97114060
SHA1: 2bd404c8eb10b60eb456e2a4f7eea39989784bb9
MD5sum: e06283fd18cd07bf665479ff543f186a
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2022-08-24 12:01:25+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.2.3+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10442
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal31 (>= 2.3.0), libgeos-c1v5 (>= 3.10.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-13-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.2.3+dfsg-1.pgdg+1_arm64.deb
Size: 3431052
SHA256: 0fe077326a26ff9e3c2b7b6af80e645e37a9fff4820887dcd5a204bc4605ce2b
SHA1: df283b6b7ad36f00d2a08513f67e3d993b5e31e8
MD5sum: 226a67902f5e1bbd00b88371f0deb3b2
Description: Geographic objects support for PostgreSQL 13
 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".
Timestamp: 2022-08-24 12:01:25+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis
Version: 3.2.3+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4860
Depends: postgresql-13-postgis-3 (= 3.2.3+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.2.3+dfsg-1.pgdg+1_arm64.deb
Size: 4553188
SHA256: e5331f8a3ba7362c06f2284f28c3b1bea4dc4e788a9fa540f5c71b017979ba94
SHA1: 3eb505357effd8508c878b5beddbbe21817738af
MD5sum: 31c48ceab84805c53e0045f55916ae08
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 6020522bdb1453254de50f4bf650df2c3385719a 95dc52c6986c63616547f56612ac35759cad1a94 b92bcc2d2a7441aca20af10b2670a3acd06c1eba bfaa59ac6a3704019317a914569654f0690ec9c0 c345f738a8ebaf6eedab91a2af8dcb5f66627d83
Timestamp: 2022-08-24 12:01:25+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.2.3+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 28193
Depends: perl:any
Recommends: postgresql-13-postgis-3
Replaces: postgresql-13-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-13-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.2.3+dfsg-1.pgdg+1_all.deb
Size: 1096328
SHA256: ff7189083c1465cedce26df921e347cab74b2976f5d308e9a86a3a0c2c4a1d1c
SHA1: 7cd052e242b4c4ef2af9b9c561d1cdbe4f9e5326
MD5sum: 55cfc70cf06882bee3f3e1707c658e6f
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2022-08-24 12:01:25+00

Package: postgresql-14-postgis-3
Source: postgis
Version: 3.2.3+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10507
Depends: postgresql-14, postgresql-14-postgis-3-scripts, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal31 (>= 2.3.0), libgeos-c1v5 (>= 3.10.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-14-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3_3.2.3+dfsg-1.pgdg+1_arm64.deb
Size: 3438400
SHA256: e5695be6cffe31447a1d798b7db9ba43ce78ef7eb2458d3aba886ed12d5789a4
SHA1: 98c2b054c43d9554bd1323bf97911882a45543b1
MD5sum: 80c9cea6afc486410bea564f87f3ee6e
Description: Geographic objects support for PostgreSQL 14
 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".
Timestamp: 2022-08-24 12:01:25+00

Package: postgresql-14-postgis-3-dbgsym
Source: postgis
Version: 3.2.3+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4865
Depends: postgresql-14-postgis-3 (= 3.2.3+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-14-postgis-3-dbgsym_3.2.3+dfsg-1.pgdg+1_arm64.deb
Size: 4558624
SHA256: e9399638a17fd0d47ab7e97b60e6f77c25fd6555b8f93411cdfd2414ec64f571
SHA1: 8f54a265913da1c152595642c44b9b1b1075c7dd
MD5sum: e8a360dc5f0437a34f1df43a9d1fefd8
Description: debug symbols for postgresql-14-postgis-3
Build-Ids: 29e471e4e26a3a9df4c172b9979e358972e0a925 4265c04030a329c12ecfed53130953a25829384b 534a84c246b85c34a1ed24fc61e1dcb51c0fe2cd 8ed3d0c190af66f22094c255c7025cec9dd87003 b95e01a18d864c7aabe09cc67d0f35b138263aef
Timestamp: 2022-08-24 12:01:25+00

Package: postgresql-14-postgis-3-scripts
Source: postgis
Version: 3.2.3+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 28193
Depends: perl:any
Recommends: postgresql-14-postgis-3
Replaces: postgresql-14-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-14-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3-scripts_3.2.3+dfsg-1.pgdg+1_all.deb
Size: 1096284
SHA256: 1862695a8d3904e3e49873e3e0952860af61f52d8e7eb1f4b613395605a00d0e
SHA1: 06f8aa3b1e9799eb2fc760320f3822e318c6f844
MD5sum: 1d58732be8765dbdaed38cf342559dbd
Description: Geographic objects support for PostgreSQL 14 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 14 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2022-08-24 12:01:25+00

Package: postgresql-15-postgis-3
Source: postgis
Version: 3.2.3+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10721
Depends: postgresql-15, postgresql-15-postgis-3-scripts, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal31 (>= 2.3.0), libgeos-c1v5 (>= 3.10.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.3.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-15-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3_3.2.3+dfsg-1.pgdg+1_arm64.deb
Size: 3489264
SHA256: feef8301cf657d07f374da826c698a382e27a2a2bc5f758a633a92b21d02c04a
SHA1: 5103bad084b7fc6fe190484533cdfc0c1dd95fbe
MD5sum: 8986d0c864c6478ec720dc4e7371998f
Description: Geographic objects support for PostgreSQL 15
 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".
Timestamp: 2022-08-24 12:01:25+00

Package: postgresql-15-postgis-3-dbgsym
Source: postgis
Version: 3.2.3+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4872
Depends: postgresql-15-postgis-3 (= 3.2.3+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-15-postgis-3-dbgsym_3.2.3+dfsg-1.pgdg+1_arm64.deb
Size: 4565328
SHA256: 0336245ea16a38ce8ca06b00ef0fb460eef13e9ddf937985cf52ba2dcbdf8de2
SHA1: d07e020360926811e7455b48c5fa163e17916fbb
MD5sum: 077396eaec85acbd8918f62c9874d19c
Description: debug symbols for postgresql-15-postgis-3
Build-Ids: 414a1a0fedc5f6293c61887a1cbdd2cc379f35b7 a00e6af0ca1f5aee32f9a8d409fd89655ddc2789 a35fe7af4caab1ccbf3d03fd332e3a87d213150a aca8dce207067014161877faab70719f8ead34a2 fe36c1ad6a02f74f19db48d00749ba6e1c72817c
Timestamp: 2022-08-24 12:01:25+00

Package: postgresql-15-postgis-3-scripts
Source: postgis
Version: 3.2.3+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 28193
Depends: perl:any
Recommends: postgresql-15-postgis-3
Replaces: postgresql-15-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-15-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3-scripts_3.2.3+dfsg-1.pgdg+1_all.deb
Size: 1096320
SHA256: fc98fa96ef5f919583cc6dd09a2b02df66da36d321c1d965993def07510e3923
SHA1: c09ee0f25a9f4bf36d708edab8668a86db019fa4
MD5sum: 12d417c1a62d1dd6422ac118fd4c3eab
Description: Geographic objects support for PostgreSQL 15 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 15 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2022-08-24 12:01:25+00

Package: libpgpool2
Source: pgpool2 (4.3.2-1.pgdg+1)
Version: 4.3.2-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 204
Depends: libc6 (>= 2.33)
Breaks: pgpool2 (<< 3.1.1)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libs
Filename: pool/main/p/pgpool2/libpgpool2_4.3.2-1.pgdg+1+b1_arm64.deb
Size: 144084
SHA256: e0875722f2162bc1343b6a14f60086488ab33c46676e9978b54c14d6ef86478d
SHA1: 9ddc6bb49ce3fdb62e6533e3a9958acf48795f25
MD5sum: 3fe6b361ffd80dc332e9652a2b15f4b0
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).
Timestamp: 2022-08-25 13:06:48+00

Package: libpgpool2-dbgsym
Source: pgpool2 (4.3.2-1.pgdg+1)
Version: 4.3.2-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: libpgpool2 (= 4.3.2-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/libpgpool2-dbgsym_4.3.2-1.pgdg+1+b1_arm64.deb
Size: 63888
SHA256: 69bf535575de0c08582e45c6ddff187a045451cc05f5ef393a4c0311f345f079
SHA1: 22e2ac90c0d252386872332e2518f778be5a7408
MD5sum: 848485a51f270e0ff8eedcc4b7771792
Description: debug symbols for libpgpool2
Build-Ids: 308a9505d1d6468a72bd03b425a2448b04e40d26
Timestamp: 2022-08-25 13:06:48+00

Package: libpgpool-dev
Source: pgpool2 (4.3.2-1.pgdg+1)
Version: 4.3.2-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 260
Depends: libpgpool2 (= 4.3.2-1.pgdg+1+b1)
Conflicts: libpcp3-dev
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libdevel
Filename: pool/main/p/pgpool2/libpgpool-dev_4.3.2-1.pgdg+1+b1_arm64.deb
Size: 154348
SHA256: 75a0a2d7d362959eef1cbac4e390353740483efb8171701e90793b76186c7f78
SHA1: b3fa82dbb344f088d34f8374dc16b357161fc029
MD5sum: 45913b1f6130d988b52382ce53aa6aac
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).
Timestamp: 2022-08-25 13:06:48+00

Package: libpostgis-java
Source: postgis-java
Version: 1:2021.1.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 114
Depends: libpostgresql-jdbc-java (>= 42.4.2), libslf4j-java (>= 1.7.32)
Suggests: postgresql-postgis
Breaks: libpostgis-jdbc, libpostgisjava, postgresql-postgis-java
Replaces: libpostgis-jdbc, libpostgisjava, postgresql-postgis-java
Homepage: https://github.com/postgis/postgis-java
Priority: optional
Section: java
Filename: pool/main/p/postgis-java/libpostgis-java_2021.1.0-1.pgdg+1_all.deb
Size: 60668
SHA256: bbf46b4357af9a99cb0e663556c65d57577f29fab985f7a447c4b03a402171e5
SHA1: b67cc7ecb9f559b46485d5de967dac41145ce57e
MD5sum: 40e2e2924fb3518cbeacc83f949044fe
Description: Geographic objects support for PostgreSQL -- JDBC support
 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 JDBC support for PostGIS.
Timestamp: 2022-08-25 13:06:48+00

Package: libpostgresql-jdbc-java
Source: libpgjava
Version: 42.4.2-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 1036
Conflicts: libpg-java (<= 9.1-901-1), libpgjava (<= 7.4.7-3)
Replaces: libpg-java (<= 9.1-901-1), libpgjava
Provides: libpg-java, libpgjava
Built-Using: libscram-java (= 2.1-1.pgdg+1)
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: java
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java_42.4.2-1.pgdg+1_all.deb
Size: 953552
SHA256: ad046b0fac226754569b2778dc67f375fc55902fa30fae8dcc291718c79ebde3
SHA1: 7468f80132ea3dba23a76959314f46e6c5e8211c
MD5sum: 341c468c52ba070ecc196ea0d1a3ba63
Description: Java database (JDBC) driver for PostgreSQL
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
Timestamp: 2022-08-25 13:06:48+00

Package: libpostgresql-jdbc-java-doc
Source: libpgjava
Version: 42.4.2-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 11341
Depends: default-jdk-doc
Conflicts: libpg-java-doc (<= 8.4-702-1)
Replaces: libpg-java-doc
Provides: libpg-java-doc
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java-doc_42.4.2-1.pgdg+1_all.deb
Size: 644588
SHA256: 078a25db727986dba3c62ee31575b4b8e8cb56a5e846415069b5d7c69b30024a
SHA1: d29e41dcb924d0456cb49cf1c0891e625e49f340
MD5sum: 09f3b6bed4f8f78f4f958f60bdc553c0
Description: Java database (JDBC) driver for PostgreSQL (documentation)
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
 .
 This package contains the documentation.
Timestamp: 2022-08-25 13:06:48+00

Package: pg-activity
Version: 2.3.1-1.pgdg+1
Architecture: all
Maintainer: Emmanuel Bouthenot <kolter@debian.org>
Installed-Size: 193
Depends: python3-attr, python3-blessed, python3-humanize, python3-psutil, python3:any, python3-psycopg2
Homepage: https://github.com/julmon/pg_activity
Priority: optional
Section: utils
Filename: pool/main/p/pg-activity/pg-activity_2.3.1-1.pgdg+1_all.deb
Size: 41416
SHA256: f88f545e9f558a71c097e8adc2e8b303554033d8048f4a34b0294ddf34c16b0a
SHA1: a9a108ceea656d4eb79d0fd350f1a92ee0463aec
MD5sum: f7b6707eda7ec846009a72b53337baf2
Description: Realtime PostgreSQL database server monitoring tool
 PgActivity is a curses-based realtime utility to display information from a
 running PostgreSQL database server.
 .
 It is modelled after the standard 'top' utility, and displays information such
 as:
   - the running, waiting and blocking queries
   - cpu, memory and i/o usage of each query
   - the queries execution time
 .
 It also provides interactive commands to sort, filter, scroll and extend the
 queries list displayed.
Timestamp: 2022-08-25 13:06:48+00

Package: pgbouncer
Source: pgbouncer (1.17.0-3.pgdg+1)
Version: 1.17.0-3.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 559
Depends: lsb-base (>= 3.1), postgresql-common (>= 26), libc-ares2 (>= 1.12), libc6 (>= 2.34), libevent-2.1-7 (>= 2.1.8-stable), libpam0g (>= 0.99.7.1), libssl3 (>= 3.0.0), libsystemd0
Suggests: python3, python3-psycopg2
Enhances: postgresql (>= 7.4)
Homepage: https://www.pgbouncer.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbouncer/pgbouncer_1.17.0-3.pgdg+1+b1_arm64.deb
Size: 201520
SHA256: 26f62f13a7bd906016015cc41374b78383f7bf3997409ee3ae447a9f3d065849
SHA1: 97e5c040941184b7ffba52bc21399e7299c2ddc9
MD5sum: 2a246f52bc38f1498ac5bc57a02444da
Description: lightweight connection pooler for PostgreSQL
 PgBouncer is a lightweight connection pooler for PostgreSQL providing the
 following features:
 .
  * Several different methods of pooling 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.
Timestamp: 2022-08-25 13:06:48+00

Package: pgbouncer-dbgsym
Source: pgbouncer (1.17.0-3.pgdg+1)
Version: 1.17.0-3.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 531
Depends: pgbouncer (= 1.17.0-3.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbouncer/pgbouncer-dbgsym_1.17.0-3.pgdg+1+b1_arm64.deb
Size: 480032
SHA256: 29f9e733f6d952902184e4899c717f99b75e178d305f9ed128b3251adb74a5b4
SHA1: f2f75adf257cdf935e21c2a3cde076536319a42c
MD5sum: ef430d4138db3439e4739f10a4c7a106
Description: debug symbols for pgbouncer
Build-Ids: 73df22eb713222c533d181d14719a4e758a5fb82
Timestamp: 2022-08-25 13:06:48+00

Package: pgpool2
Source: pgpool2 (4.3.2-1.pgdg+1)
Version: 4.3.2-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6610
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: libpgpool2 (= 4.3.2-1.pgdg+1+b1), lsb-base (>= 3.0-3), postgresql-common (>= 26), ucf, systemd | systemd-tmpfiles, libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libmemcached11, libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3 (>= 3.0.0)
Enhances: postgresql
Conflicts: pgpool
Replaces: pgpool
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/pgpool2_4.3.2-1.pgdg+1+b1_arm64.deb
Size: 1167492
SHA256: de721e85345b7984bb1bc1bea06eac018bb5bd250158fae7e586d5ae02160fb1
SHA1: 99e9b4e3e9af11287834aec188f4e9f7c90d6f9f
MD5sum: 6eeb583049a452b04331198185bdab6c
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.
Timestamp: 2022-08-25 13:06:48+00

Package: pgpool2-dbgsym
Source: pgpool2 (4.3.2-1.pgdg+1)
Version: 4.3.2-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2056
Depends: pgpool2 (= 4.3.2-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/pgpool2-dbgsym_4.3.2-1.pgdg+1+b1_arm64.deb
Size: 1903216
SHA256: 6845d84eb6dc9dd8be92dd6f881f3da3d990fcf32232fc7b292475131578701e
SHA1: 7800dfb81b2c6e0faa2f09f96e6df3fac6aadb41
MD5sum: 1b0bda231a13e67c0701ba1f64a22aa2
Description: debug symbols for pgpool2
Build-Ids: 16bb837ee1f4f0e33a40673b571a1645fdf8ea31 2a07585d81edec786af69af8e1bc5513ac7c069c 2cbdd86a401badf191533f10ab77e9643d323d7b 5a90fd169e175faf9ad1831c5069751a5032bd49 81ce83ef4c0d523edfea710be916707755c85ca6 c52dade5abeb85fd21cb2b34fe0f948f016cf202 cb750744565651758cb352d30f2a3ea6775fe77d
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-10-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.8.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 158
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-10, libc6 (>= 2.34)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-10-mysql-fdw_2.8.0-2.pgdg+1_arm64.deb
Size: 37136
SHA256: 94ee98df7b133749c31160226b72a0ec8393c2c2624a1723f0e4006a8061ef37
SHA1: 9659d73369a1382ddcb7ea43120de4a913f8ce30
MD5sum: fa03c1099018e4a0e2536800c7de27a1
Description: Postgres 10 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 10.
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-10-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.8.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 160
Depends: postgresql-10-mysql-fdw (= 2.8.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-10-mysql-fdw-dbgsym_2.8.0-2.pgdg+1_arm64.deb
Size: 141376
SHA256: c8b1c87c43ee7ef3f0c184167582af52f955e479f0fcf0792199ae37b7840bbc
SHA1: 3bb811b93e01578acf68eb8e9753224bcdad2223
MD5sum: 7b1f46946a8eb7504dc345125c781733
Description: debug symbols for postgresql-10-mysql-fdw
Build-Ids: a43f4a3af103d61d8b033fa5d085ab06c0de1804
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-10-orafce
Source: orafce
Version: 3.24.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 520
Depends: postgresql-10, libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-10-orafce_3.24.4-1.pgdg+1_arm64.deb
Size: 105780
SHA256: 51f93ea9cb4d4a5652ca936a15d5d60af46d75164c5aa1bf504455c59e22e315
SHA1: 92250c1d1cea3ac4e66318b2080458aadc2752c6
MD5sum: 3d6581e6602357207f5a48e41dce2f3f
Description: Oracle support functions for PostgreSQL 10
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-10-orafce-dbgsym
Source: orafce
Version: 3.24.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 275
Depends: postgresql-10-orafce (= 3.24.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-10-orafce-dbgsym_3.24.4-1.pgdg+1_arm64.deb
Size: 227448
SHA256: 3845c693c0b15d6e087451f0386e4b51524c23890e136f5dee5555f2844ee192
SHA1: 003a69af34a871efa993ab3a39e049edb30b3cca
MD5sum: 579c8a421bf0bcca1da93c41c3f82b9b
Description: debug symbols for postgresql-10-orafce
Build-Ids: 80c6a05c0eb62e95fcedf8ff5988590f2790af06
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-10-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 91
Depends: postgresql-10, libc6 (>= 2.17), postgresql-10-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-10-pgauditlogtofile_1.5.4-1.pgdg+1_arm64.deb
Size: 9044
SHA256: 92491439a8052dc810c9eefeade3821ad6410f3016d84f29675b6150fbe7e8ad
SHA1: 77b6cdc81f5155adf87897a6b451fbdf81f8bc12
MD5sum: 5d6ffa87a1903f595ef777328a3e308d
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-10-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: postgresql-10-pgauditlogtofile (= 1.5.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-10-pgauditlogtofile-dbgsym_1.5.4-1.pgdg+1_arm64.deb
Size: 23560
SHA256: 61c80408b71020de2af43b01abd04e5c0d48db578dfaf6118699386a26497eeb
SHA1: 6ce9f6fb73fe5e010c0f195774e1a14cbc9a39cf
MD5sum: b7d13f4f94b7be4266139e2a7f222777
Description: debug symbols for postgresql-10-pgauditlogtofile
Build-Ids: 85945b8b61df99d8f56792510474c85ba9f298a5
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-10-pgextwlist
Source: pgextwlist
Version: 1.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-10, libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-10-pgextwlist_1.14-1.pgdg+1_arm64.deb
Size: 12772
SHA256: 1acc7044b93f66fc9e6fba46989cb811a82dda316607c72b1028adf4ba4bcec1
SHA1: 5b6b425622e619c856bcc47459e3c96bd02265b1
MD5sum: c72d6ecaf78d7f0cdb86a2bbe74739c6
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.
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-10-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-10-pgextwlist (= 1.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-10-pgextwlist-dbgsym_1.14-1.pgdg+1_arm64.deb
Size: 46216
SHA256: 593c068d68324b07db2a8184c380fd6571ec2868b95b1459ad753432aceb18af
SHA1: 50891d68c3f532105ce8648ed09d83861c0b6036
MD5sum: 531f4338a068a92158e73fdc0e17d813
Description: debug symbols for postgresql-10-pgextwlist
Build-Ids: eec3d8b21a8243f1c13f2a9148cf44d7b580257a
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-10-pgpool2
Source: pgpool2 (4.3.2-1.pgdg+1)
Version: 4.3.2-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 386
Depends: libpgpool2 (>= 4.3.2-1.pgdg+1+b1), postgresql-10, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2_4.3.2-1.pgdg+1+b1_arm64.deb
Size: 136456
SHA256: c9af859f0c7e762d0bfa051af4eca6dee6e3ea80ccc82ec52f251e6a2754e489
SHA1: 16d97679232cf28f2177bfbbc4afe82063453a63
MD5sum: f764046f801b5a7889b9c381aca4a5c6
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 10 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-10-pgpool2-dbgsym
Source: pgpool2 (4.3.2-1.pgdg+1)
Version: 4.3.2-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-10-pgpool2 (= 4.3.2-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2-dbgsym_4.3.2-1.pgdg+1+b1_arm64.deb
Size: 54328
SHA256: 96f969c994655698b10a441089bbb33326af6529b13ac8e15f7fb083a961c0d8
SHA1: 66b6d1e68454cbb44975fa2a82894e283add1f3c
MD5sum: f532996329fb74b76715bf804ac1de7f
Description: debug symbols for postgresql-10-pgpool2
Build-Ids: 02256484b1d92d7783122f4108f1da5d9d08e79f bc2186b1e88a6997eeaa7bcae1b1896f77d43bbb e94fdcac468eb77b2f0a035230680225527c38a6
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-10-pgrouting
Source: pgrouting
Version: 3.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2742
Depends: postgresql-10-pgrouting-scripts (>= 3.3.1-1.pgdg+1), postgresql-10, postgresql-10-postgis, postgresql-10-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: postgresql-10-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-10-pgrouting_3.3.1-1.pgdg+1_arm64.deb
Size: 687068
SHA256: a029d5a3db15d8a8d9b7c934e018437c9cedc223160f5dc82c3ec01554dbea8d
SHA1: 05a3405e6f7dfdb447ec8138c7841eea7a1c4139
MD5sum: 5cfea4c24eac49700786a79e7f74e15d
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 10.
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-10-pgrouting-dbgsym
Source: pgrouting
Version: 3.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 22476
Depends: postgresql-10-pgrouting (= 3.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-10-pgrouting-dbgsym_3.3.1-1.pgdg+1_arm64.deb
Size: 22420936
SHA256: 2926db3f9ce09aff1b9d523ec9f417223e7e5d62c5a9e104dfa63cecb1ba7440
SHA1: 85c510d78f5c4f70f30afad510cbe3555e69273b
MD5sum: a2a78a32fae196430330596ce52114bb
Description: debug symbols for postgresql-10-pgrouting
Build-Ids: 7ce842e065f7017830951745793af57f7b6c8f9b
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-10-pgrouting-doc
Source: pgrouting
Version: 3.3.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5089
Depends: libjs-mathjax, libjs-sphinxdoc (>= 4.3)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-10-pgrouting-doc_3.3.1-1.pgdg+1_all.deb
Size: 1272548
SHA256: 27a45c2154725b9a1c2b7beafb63394a60a454ecb3897eb072eeb0de2bbf46de
SHA1: 7e1ce61f7e8db26436b67f18a81d4deb7b412c78
MD5sum: 00d92a97660ef941150608c2bc126ce8
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.
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-10-pgrouting-scripts
Source: pgrouting
Version: 3.3.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2327
Provides: postgresql-pgrouting-scripts
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-10-pgrouting-scripts_3.3.1-1.pgdg+1_all.deb
Size: 57628
SHA256: 8012d1eb6d4d8bd6575cea6c86e2867e995ce13d57aa989e9cb7aa14d5b11238
SHA1: 59b20e5cdaf2f73d685228ead1893dd6ee0301af
MD5sum: bbf40b533fbfa83109fa6a24f6ed460a
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 10.
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-11-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.8.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 326
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.34)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-11-mysql-fdw_2.8.0-2.pgdg+1_arm64.deb
Size: 132008
SHA256: a04dcd3ef85e498861c244304960bfa7a83f45b7cd6eeba87b5926997e0dff97
SHA1: feaf1dbbd176fb281f19ffc5b53abc8d77f97a8e
MD5sum: 6cc1a8c78d1ff0cbb27b124697b2a979
Description: Postgres 11 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 11.
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-11-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.8.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 158
Depends: postgresql-11-mysql-fdw (= 2.8.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-11-mysql-fdw-dbgsym_2.8.0-2.pgdg+1_arm64.deb
Size: 139268
SHA256: ae066f96ea417b310474702dddc6b16df4929537664e769f64b09e13320219e8
SHA1: c3bdf2f4c1f6d49f99c4995d2f0affb1830c051a
MD5sum: 8e1f9fd07e037cf472de1f3b0623504e
Description: debug symbols for postgresql-11-mysql-fdw
Build-Ids: a4b153b5c6ad2bf1f7e7092c2d9416031f3fe0e3
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-11-orafce
Source: orafce
Version: 3.24.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1058
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_3.24.4-1.pgdg+1_arm64.deb
Size: 346560
SHA256: 178b92d3ca28bbe2707c02f43e83b7d0a809d320d9c99d724f9cb938e65acf9f
SHA1: b311901333af80dc529632545735fc551df8b218
MD5sum: b1185884d97314ad16841f17d7b0cb89
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 3.24.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: postgresql-11-orafce (= 3.24.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_3.24.4-1.pgdg+1_arm64.deb
Size: 227312
SHA256: a37ea857cfe251f7746f8758b9ce551bbbb5784e3a5eaa8a610182022a25d486
SHA1: f1ea047088d07f28061a31be45ba90cb56679312
MD5sum: 7712f5360a84c04ace2c10aba85289dd
Description: debug symbols for postgresql-11-orafce
Build-Ids: 6614ec67e66add32fa7b19d952aa17aee9af34cd
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-11-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-11-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile_1.5.4-1.pgdg+1_arm64.deb
Size: 24252
SHA256: d01e6d4ed51f142378cd737a64952f763838142c8f12cb51e793d798ca704cd0
SHA1: 2ff486c4adef6cc34177d4509a3617444eb62eef
MD5sum: a29a969041b87805f1270586f62b6e9d
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-11-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: postgresql-11-pgauditlogtofile (= 1.5.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile-dbgsym_1.5.4-1.pgdg+1_arm64.deb
Size: 23804
SHA256: 8df11eef4023be11b660a09aa443de5e2e66d56e1d35f674dc116ef06b214916
SHA1: 0d06016ada3c65c5d57fa8a5c09f63710ec7ec59
MD5sum: a5d21072475c8d26b280d78e82086960
Description: debug symbols for postgresql-11-pgauditlogtofile
Build-Ids: 803e25019493d89baebc9023b775e63ca73bd33d
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-11-pgextwlist
Source: pgextwlist
Version: 1.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 126
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-11-pgextwlist_1.14-1.pgdg+1_arm64.deb
Size: 34372
SHA256: 037db8f24e29fd49b8f571381ea75ba2e6b124d979492db20808da18ebe8de78
SHA1: e146a41f9cf78eca6b9122bf6ef6c35219719df4
MD5sum: bd7504d06c2cfcf989fa4ffd671a9f52
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.
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-11-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: postgresql-11-pgextwlist (= 1.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-11-pgextwlist-dbgsym_1.14-1.pgdg+1_arm64.deb
Size: 45968
SHA256: 649d7f3ff5353e1f1ab3f861e729a5a92efebe31f3cd619bdd4b20c37169369d
SHA1: 800e36b8a2180c799aa4bd1d1b91e2d1dd578aab
MD5sum: d251730a7d148a53e4ec9ba2cbbd868a
Description: debug symbols for postgresql-11-pgextwlist
Build-Ids: 2f295c036c39e576961b22549e18bfb42d515a07
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-11-pgpool2
Source: pgpool2 (4.3.2-1.pgdg+1)
Version: 4.3.2-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 442
Depends: libpgpool2 (>= 4.3.2-1.pgdg+1+b1), postgresql-11, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2_4.3.2-1.pgdg+1+b1_arm64.deb
Size: 162988
SHA256: 9d2589e262ff53a33af3e24509dfdd6e40244b4c750acd83b461620adf84e310
SHA1: a0662630dc74e6ec4b2c0d66178da0fd8813df12
MD5sum: eba26dc33972e57e781216e724916f74
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 11 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-11-pgpool2-dbgsym
Source: pgpool2 (4.3.2-1.pgdg+1)
Version: 4.3.2-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-11-pgpool2 (= 4.3.2-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2-dbgsym_4.3.2-1.pgdg+1+b1_arm64.deb
Size: 51832
SHA256: 77b778302bb43f9917e045db3bf20d2056be619f72b6450d9325efe420d02e6c
SHA1: 5db69425f9ed9da07b183b252981b56b27fe76a6
MD5sum: 70ace04e4e1b6499158d9bd75dfa3d44
Description: debug symbols for postgresql-11-pgpool2
Build-Ids: 466a9281ae56a9be9065a3c39e2cce3d26e2dde6 5173f394e8feaa53a3605a9502db643f4f1b6a04 8890c0f390b4a0a6932de657c523d177c3fc7d12
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-11-pgrouting
Source: pgrouting
Version: 3.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2742
Depends: postgresql-11-pgrouting-scripts (>= 3.3.1-1.pgdg+1), postgresql-11, postgresql-11-postgis, postgresql-11-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: postgresql-11-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting_3.3.1-1.pgdg+1_arm64.deb
Size: 687388
SHA256: 5e81f31e7d1ebac216265f5cce0382fc33c48f0a191aa0079c2e0f8553185794
SHA1: c0134937ffed522694c0f5a8b0904f3ff17dd9a5
MD5sum: 219f7eb36445b20a1c34d7a2dd8a1ede
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 11.
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-11-pgrouting-dbgsym
Source: pgrouting
Version: 3.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 22467
Depends: postgresql-11-pgrouting (= 3.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-dbgsym_3.3.1-1.pgdg+1_arm64.deb
Size: 22410264
SHA256: 9df702053e5516f39e0d24e16373da8c8f84436a6d6bafb5b2fe43a4f46f0350
SHA1: 2c03a1db810780a50c8b99a7c25182fa67efa57e
MD5sum: 700a0e00d174637418194246508fa091
Description: debug symbols for postgresql-11-pgrouting
Build-Ids: 5ffdafcc41bdb0c14c3229bf2d169819af22ed6a
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-11-pgrouting-doc
Source: pgrouting
Version: 3.3.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5089
Depends: libjs-mathjax, libjs-sphinxdoc (>= 4.3)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-doc_3.3.1-1.pgdg+1_all.deb
Size: 1272472
SHA256: 11efe1c0e1cfd7a7f336ece2a32f8694b94bf88fbaac22182da09675abe58b90
SHA1: ad14f96aa3054a6a243158d64d5df747f4421529
MD5sum: 83754691f17ad15b64f6a575575d58da
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.
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-11-pgrouting-scripts
Source: pgrouting
Version: 3.3.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2327
Provides: postgresql-pgrouting-scripts
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-scripts_3.3.1-1.pgdg+1_all.deb
Size: 57668
SHA256: 021a202d5872300c63a106d69adfaabce14dfc464ce5420aef5b62f9a95ff59a
SHA1: 4db97fd8b77f71ee9192a49ed0f3f4b074b352cc
MD5sum: 2072a2a185d449d839ba5904b733524e
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 11.
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-12-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.8.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 332
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.34)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-12-mysql-fdw_2.8.0-2.pgdg+1_arm64.deb
Size: 136836
SHA256: 680a852be760c7146524259b3103ef250891cd1102b688d8f30fb60a996e5e93
SHA1: 06a42f5390b90078895fe9eadf99e1dcb5acd463
MD5sum: 4e7aa881932ef6e2763e75c8fe72be40
Description: Postgres 12 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 12.
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-12-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.8.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 165
Depends: postgresql-12-mysql-fdw (= 2.8.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-12-mysql-fdw-dbgsym_2.8.0-2.pgdg+1_arm64.deb
Size: 146552
SHA256: 0df99fc3316b3e8a5d8ef44f598f7e2a5519565e2773753b217f1544ddf90a41
SHA1: 172e3543d91f45404c3f54d9c8bd6af43ceb25da
MD5sum: 2bca2e5be239f36c9e3241c69fd85d9b
Description: debug symbols for postgresql-12-mysql-fdw
Build-Ids: e8e768634c4947dfa58583464510cf67b26e603d
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-12-orafce
Source: orafce
Version: 3.24.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1055
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_3.24.4-1.pgdg+1_arm64.deb
Size: 343888
SHA256: 70ba3a54701400ec9ab7de27c43af3303fdc8e81288670f717787bc6f2bd9936
SHA1: 84c218cd80c7b7891a5fb4cc9cfce764b72f44b1
MD5sum: 31453172964288b0288e92827a83bc20
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 3.24.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 275
Depends: postgresql-12-orafce (= 3.24.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_3.24.4-1.pgdg+1_arm64.deb
Size: 228864
SHA256: 156302e21e1c212a92dbd02348fd95f94d3dd2440157bde5c0c0d14c68f9adab
SHA1: 7aa4433f8e1a8fa24fa1c3ffb8e55e4980381070
MD5sum: d29e5124f0aac4dfe3f6a10ba1276282
Description: debug symbols for postgresql-12-orafce
Build-Ids: 46bc96a831f2c9af0c6b82772171df61f44a01c5
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-12-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-12-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile_1.5.4-1.pgdg+1_arm64.deb
Size: 24120
SHA256: 248bbe87a3fa6caac683e6cd38c45f3f72f79af53f2dd90d93e470fbc4859e37
SHA1: a0a50f14b1768551eb4c66e19a35668a6e19293a
MD5sum: 9af7a89dba470938f0ca107f93cc38ff
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-12-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: postgresql-12-pgauditlogtofile (= 1.5.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile-dbgsym_1.5.4-1.pgdg+1_arm64.deb
Size: 23764
SHA256: b7b00a1bbd1bf2114684b39bc3c8a691942a96003c6c3ef77c8cfa856397b307
SHA1: ff24f987c527ff34ab9a427f4d7df6f0bc2485f8
MD5sum: 4036b2c109bdd9458eda2f3c079ab187
Description: debug symbols for postgresql-12-pgauditlogtofile
Build-Ids: 0365371390039b2c02b77fe20a91fef76196515d
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-12-pgextwlist
Source: pgextwlist
Version: 1.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-12-pgextwlist_1.14-1.pgdg+1_arm64.deb
Size: 36116
SHA256: 4e1f7c480e536c59dc8c7b967773aabf128a0976c17c7ee1b844c50478c1cc99
SHA1: 0906773538f2d1a7a33b7bf6aa6caa12aedebdb6
MD5sum: 0d3613c62f021c5a612fd0633013c6c7
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.
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-12-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-12-pgextwlist (= 1.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-12-pgextwlist-dbgsym_1.14-1.pgdg+1_arm64.deb
Size: 47960
SHA256: 15c9c1c0ce884923a062fd7dfeedbe5e6b6622a54db1956821c3b95a94a435bc
SHA1: b92755ad3b7bab13e2a544fcafcc336018938465
MD5sum: 606a4d0806eb830311e470a174f73a86
Description: debug symbols for postgresql-12-pgextwlist
Build-Ids: 6fe6e027c3edfb772b948673af7668081f97d0d2
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-12-pgpool2
Source: pgpool2 (4.3.2-1.pgdg+1)
Version: 4.3.2-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 443
Depends: libpgpool2 (>= 4.3.2-1.pgdg+1+b1), postgresql-12, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2_4.3.2-1.pgdg+1+b1_arm64.deb
Size: 163008
SHA256: 61a3aff6644abcb1542691adfcb32c1deac34a06aed0f68b7e1c691ee7b21e72
SHA1: 5ec5a696021c659d37d83313621b3ddc968e024e
MD5sum: 407a7fa1fd326de69d88b3b9f3141d98
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 12 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-12-pgpool2-dbgsym
Source: pgpool2 (4.3.2-1.pgdg+1)
Version: 4.3.2-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-12-pgpool2 (= 4.3.2-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2-dbgsym_4.3.2-1.pgdg+1+b1_arm64.deb
Size: 52844
SHA256: d9fd87c82f7c859122ae78aef619fa57110c552b52daed21fee7c1d8bf5feabd
SHA1: 6c0a2e4e497057fa31fc39c6013f880a31c97bae
MD5sum: 1a3065b8ac9a5fdae6ace802f2d45748
Description: debug symbols for postgresql-12-pgpool2
Build-Ids: 29b1d6afa7fe819a60c3550b63538246c4a224f6 8ebaec0ced86a389849794abb2ea0f12cb4c96a3 9c97677a913494a8c615605853dc71cf9a8b51d1
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-12-pgrouting
Source: pgrouting
Version: 3.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2742
Depends: postgresql-12-pgrouting-scripts (>= 3.3.1-1.pgdg+1), postgresql-12, postgresql-12-postgis, postgresql-12-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: postgresql-12-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting_3.3.1-1.pgdg+1_arm64.deb
Size: 687152
SHA256: b3e60fb41076d69a9f7fbc55b277c14391cb4506f3dbf427c11ebe8431900006
SHA1: c543879fcff14f17924b333e9fc5b17e95f36cd8
MD5sum: 0e737f8a860e8f1b443e4dadf2f45204
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 12.
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-12-pgrouting-dbgsym
Source: pgrouting
Version: 3.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 22471
Depends: postgresql-12-pgrouting (= 3.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-dbgsym_3.3.1-1.pgdg+1_arm64.deb
Size: 22416132
SHA256: 73fb71775b815caf4682dab62a69b48b93e03dcbdef89ff54f483abc04559e92
SHA1: 8b42d94e23de8fa492a786e1af52a8ffacb41f29
MD5sum: 06929c4ee0b7385d10698d78df2b9f11
Description: debug symbols for postgresql-12-pgrouting
Build-Ids: 1a80af60562ba3ff130bda238c14fef1bf1e0e8a
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-12-pgrouting-doc
Source: pgrouting
Version: 3.3.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5089
Depends: libjs-mathjax, libjs-sphinxdoc (>= 4.3)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-doc_3.3.1-1.pgdg+1_all.deb
Size: 1272496
SHA256: 48614b8a0972092e6c3d7588912be927c797dcf654f1758c19461b6ff263ac07
SHA1: ccc53ebd614f60e8707f2c64c92fb43614dda1fc
MD5sum: b2bb54bf9227f4e8c137fc33e3df1e2e
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.
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-12-pgrouting-scripts
Source: pgrouting
Version: 3.3.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2327
Provides: postgresql-pgrouting-scripts
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-scripts_3.3.1-1.pgdg+1_all.deb
Size: 57652
SHA256: a04e90176941ca9eac9d2b19a8619ef4a20d2fb883d616a72e38d596fd8710a0
SHA1: 838d6264bca049c2b46849fca9ccbb2e592d5103
MD5sum: 093879ac2b661d04f36f74cbba2eb41d
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 12.
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-13-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.8.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 337
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.34)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-13-mysql-fdw_2.8.0-2.pgdg+1_arm64.deb
Size: 140932
SHA256: 255345977bc8067ce5c65e747c29ba9a55fef64e51fa832252b9ba6af75baf48
SHA1: d3b31ffc9fcc491fe4bdbf483cf5151602057358
MD5sum: 126a2072e093f968d8f9b41bdeb451dd
Description: Postgres 13 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 13.
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-13-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.8.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-13-mysql-fdw (= 2.8.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-13-mysql-fdw-dbgsym_2.8.0-2.pgdg+1_arm64.deb
Size: 157332
SHA256: ed0cd8854f308c1fd382da0c1457bedb72f34d4e2760210db36b99794b386c02
SHA1: 3b8ebeadc731f08357ddcf46144676c2699ce0d6
MD5sum: 83243dc6805fc0d9bca3fcb96196b3fc
Description: debug symbols for postgresql-13-mysql-fdw
Build-Ids: 6543a3273dc6597500e1238d272557e87bb65e0b
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-13-orafce
Source: orafce
Version: 3.24.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1051
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_3.24.4-1.pgdg+1_arm64.deb
Size: 342804
SHA256: f751c62c8ba76f76b5cdf87e9418ad27f0e16314120aa9c117baafe0680611f7
SHA1: 179a5da51c089c34f3f056822e0a99692907f392
MD5sum: 79d83fd60bf5b56a31dd789362a7da4e
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 3.24.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 273
Depends: postgresql-13-orafce (= 3.24.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_3.24.4-1.pgdg+1_arm64.deb
Size: 226808
SHA256: 3dd31ac7db4ae42d44b1e1ba0819427677fe28672bf5eff47bacdcb86a9f066f
SHA1: 721ce09e598e6ff10cfad4dcc6d77f39a6b9d488
MD5sum: d292e0710816dcfb804d8f888ff10a33
Description: debug symbols for postgresql-13-orafce
Build-Ids: 56a728698c3dd2eeef5ffbf3ca5f92f63552cbaa
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-13-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-13-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile_1.5.4-1.pgdg+1_arm64.deb
Size: 24108
SHA256: 607df6b2a55f306407ea84224d525a4f36b496570f6ccb30c17823e301a95617
SHA1: 9d78190e14cfb897f8092489a60faf9fe5028ca4
MD5sum: a5c09bbbaacd71f82f2296dff263e69d
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-13-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: postgresql-13-pgauditlogtofile (= 1.5.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile-dbgsym_1.5.4-1.pgdg+1_arm64.deb
Size: 23856
SHA256: 3d1be683d9c3ee5ffc76e1f6277a04bb21a01399e90b470fc719f72cc67993a4
SHA1: aedcc376cac7cbe78c908fc77065e4712cb59bbf
MD5sum: 2dd792cd827a573a59c080fc7549e5cb
Description: debug symbols for postgresql-13-pgauditlogtofile
Build-Ids: 3ffadd105084bd48f5d972946281ca2cb5c5b8af
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-13-pgextwlist
Source: pgextwlist
Version: 1.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-13-pgextwlist_1.14-1.pgdg+1_arm64.deb
Size: 36384
SHA256: 9bbe64ca07e901a18bd39320b885e706dc309b93c6b6c82cbb846f66517a4107
SHA1: 68b67fc0285cfa429bf5f15907e67f7c0d1a97da
MD5sum: cc6cfc88c29ff2a845ee76585e63ad12
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.
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-13-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-13-pgextwlist (= 1.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-13-pgextwlist-dbgsym_1.14-1.pgdg+1_arm64.deb
Size: 54208
SHA256: 66e68eaec0c48388daec4a8348ff920c9860706dea7d74790840a5c6c557e564
SHA1: f4f5c0284f17139c02617f79f19b08bff4618056
MD5sum: f7af80b56e3995363455c894b0f6c787
Description: debug symbols for postgresql-13-pgextwlist
Build-Ids: 487a59bc7ab531b9a0e670a3a91302d054341816
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-13-pgpool2
Source: pgpool2 (4.3.2-1.pgdg+1)
Version: 4.3.2-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 442
Depends: libpgpool2 (>= 4.3.2-1.pgdg+1+b1), postgresql-13, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2_4.3.2-1.pgdg+1+b1_arm64.deb
Size: 163148
SHA256: 104c1cabc23c5aa3498f3e1f28beb4b619bf4897ae76aa4cf9274ed77a6ddd3c
SHA1: a70819d9f0338ba57ddd5b36f5071798cc73fb39
MD5sum: b59d0cd3eee310598138a3b7089c710e
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 13 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-13-pgpool2-dbgsym
Source: pgpool2 (4.3.2-1.pgdg+1)
Version: 4.3.2-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-13-pgpool2 (= 4.3.2-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2-dbgsym_4.3.2-1.pgdg+1+b1_arm64.deb
Size: 50268
SHA256: 65aa74114ef4d1a7004ba71ef0c98a24ba07ce61281bf0d5523d4458e58088f4
SHA1: c7bcd9cc46424fa74bf694deb1893d7b27432f06
MD5sum: 9fe5987a31067ee5603c909fe26d4449
Description: debug symbols for postgresql-13-pgpool2
Build-Ids: 5547e05356bc6f54210747d97f4d42a037bad1e5 5c12d2fbc677b8985ee3e951d4a8f9430b8efc9c 873cf1e71c54794bc2ed0faecf4bb157d1c6d4ec
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-13-pgrouting
Source: pgrouting
Version: 3.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2742
Depends: postgresql-13-pgrouting-scripts (>= 3.3.1-1.pgdg+1), postgresql-13, postgresql-13-postgis, postgresql-13-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: postgresql-13-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting_3.3.1-1.pgdg+1_arm64.deb
Size: 687320
SHA256: 5b09590ac3a38e90abad6abca630c917f831467b97ca661b4ac78c7760bb8566
SHA1: e34de5c2eb8b40a7f74ca6e3f7fa95d7bdbe32e8
MD5sum: 7f8fd150212cc1cf24d692e1dfea1239
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 13.
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-13-pgrouting-dbgsym
Source: pgrouting
Version: 3.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 22472
Depends: postgresql-13-pgrouting (= 3.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-dbgsym_3.3.1-1.pgdg+1_arm64.deb
Size: 22414800
SHA256: df0c649dbc08311dd4fc08ba4aa6018ef245ca702709f9452882811a2dbbabeb
SHA1: 039f7d75d374e0a20fce76def8ac85e77cf28147
MD5sum: d349fc73c1921f6920422f5047fc2524
Description: debug symbols for postgresql-13-pgrouting
Build-Ids: d0e0eeb5a4c44f15b2675e6a5b3e46be2dc7171e
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-13-pgrouting-doc
Source: pgrouting
Version: 3.3.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5089
Depends: libjs-mathjax, libjs-sphinxdoc (>= 4.3)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-doc_3.3.1-1.pgdg+1_all.deb
Size: 1272544
SHA256: bef2c2c91b1fa23a9267964e7e0f39ecb9487fbae58b30d4be46be7c15f41c95
SHA1: db763dad15683d605e379a3307b7e17acfa31870
MD5sum: 1f6edaf645de82ef2645101ccd084248
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.
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-13-pgrouting-scripts
Source: pgrouting
Version: 3.3.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2327
Provides: postgresql-pgrouting-scripts
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-scripts_3.3.1-1.pgdg+1_all.deb
Size: 57656
SHA256: 77d984b8951413783552e13813611f4c392ca4771dba838327ffadc666574e9c
SHA1: 326fdaccf118d125c9db578d29e128dc85a55755
MD5sum: 3f303614421a1f00747883f37a3a4b65
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 13.
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-14-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.8.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 339
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.34)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-14-mysql-fdw_2.8.0-2.pgdg+1_arm64.deb
Size: 141784
SHA256: 5b197cb3c633aef2d44bec9672f44df7f9a20e94df8a677b34ca603fbebe5f7a
SHA1: 075484fbaab540713489f9fdb2dac90eb1a7a0fa
MD5sum: bf803bcc6c23c7ee989216f14c26856f
Description: Postgres 14 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 14.
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-14-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.8.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-14-mysql-fdw (= 2.8.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-14-mysql-fdw-dbgsym_2.8.0-2.pgdg+1_arm64.deb
Size: 160544
SHA256: 81dc34d05b58a8a059de0bc803e53604f8afc45e3fbcfaba599932c8cd336d85
SHA1: 1cda767252dae4833e238b353f89e23c2b686ea8
MD5sum: 02a47334456c35c77b38609e908487bf
Description: debug symbols for postgresql-14-mysql-fdw
Build-Ids: bac89938686b1bcc041a04792fa4ed01aa30d4ed
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-14-orafce
Source: orafce
Version: 3.24.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1058
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_3.24.4-1.pgdg+1_arm64.deb
Size: 343228
SHA256: 3b6424dd2b110875d6148ac664cba3864c61db848ddeede79a518c7cca94ba84
SHA1: 62c7b0d017b8c26eed5e410c7629adb2a7129ea4
MD5sum: 75da5e57db592b8744e48ef0aeab2370
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 3.24.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: postgresql-14-orafce (= 3.24.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_3.24.4-1.pgdg+1_arm64.deb
Size: 227396
SHA256: d252eab95c0cc9c7a89b8c92f9ce83f3877e0fa315fe6b9e6dc22316511bf66e
SHA1: f6b9fe6f218a244991ecbb5065837f8b9bcdd2fd
MD5sum: 8cfd19b1326414eaef32c3250de76ab6
Description: debug symbols for postgresql-14-orafce
Build-Ids: 5aca5521917d5ff9dda0438c4131b62dc362603a
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-14-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-14-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile_1.5.4-1.pgdg+1_arm64.deb
Size: 24128
SHA256: 49d10df3cd9702277fb81ddeccce1566448b2eeb89bbdd51d86b927b0c09d71e
SHA1: 77f7bd4ea9bee157a8693952c1f1c15efd90d6e0
MD5sum: dbc7f4bc3d3cbd1f4bc7f7d6714e259f
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-14-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-14-pgauditlogtofile (= 1.5.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile-dbgsym_1.5.4-1.pgdg+1_arm64.deb
Size: 24316
SHA256: b3bbf0f49d3dd07d5fbf96d4f774e946a01fb181baf71654035b7efcfb7af3a4
SHA1: 843cb2b996ab59161a227e41b2fdf6bf6a122df9
MD5sum: 34da7976948ce1ea77bba9d90bec6d4f
Description: debug symbols for postgresql-14-pgauditlogtofile
Build-Ids: d1a0bc1a52a6428115b3eb2d0935f3b1cc72c785
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-14-pgextwlist
Source: pgextwlist
Version: 1.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-14-pgextwlist_1.14-1.pgdg+1_arm64.deb
Size: 37528
SHA256: de66cf9344bc4d75e71e67bba4f380b7796ae5122fa92f06e6a0072970d56908
SHA1: 795e5e1e4c9999641645c272f4f1c6923e0efe94
MD5sum: d2a115a90a76612e7d3e61e2f252c016
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.
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-14-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-14-pgextwlist (= 1.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-14-pgextwlist-dbgsym_1.14-1.pgdg+1_arm64.deb
Size: 55508
SHA256: c0781671177872950eaa54da506861dce2c42fd57079b9492a3afd5380fa302d
SHA1: 4a3f0d517339ed2eb1144f3865bcf81e269f3e5b
MD5sum: 67997d21f6b40124cc5d4f32110220f3
Description: debug symbols for postgresql-14-pgextwlist
Build-Ids: 19ee4ae099c399413117388b8a825db46ca25b6b
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-14-pgpool2
Source: pgpool2 (4.3.2-1.pgdg+1)
Version: 4.3.2-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 444
Depends: libpgpool2 (>= 4.3.2-1.pgdg+1+b1), postgresql-14, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2_4.3.2-1.pgdg+1+b1_arm64.deb
Size: 163864
SHA256: eb76950acedf6eca0e9b23a86203aa3cdafb17705500e4618e0ef5057a4b4289
SHA1: 9e675c84c83b22200a2893b8d1ad7e7a92accfac
MD5sum: 84f17dee9fbdbaee7238fae188c62e9d
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 14 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-14-pgpool2-dbgsym
Source: pgpool2 (4.3.2-1.pgdg+1)
Version: 4.3.2-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-14-pgpool2 (= 4.3.2-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2-dbgsym_4.3.2-1.pgdg+1+b1_arm64.deb
Size: 51020
SHA256: cf0d9129ca6811853cdc031454f84d0ea5ccf64894dbcfc4cdef2cb50269e038
SHA1: dc7c67201b677f9bf144764071d98532a90894c8
MD5sum: 5e58bf8aabc38dddc4e091899af738b4
Description: debug symbols for postgresql-14-pgpool2
Build-Ids: 009ae0254cd9c8dbddc1dac5b920156c85ba5a07 3b8ab867d0bbac0bb791b19a7e697b0ea5f45869 3f13ea4411bc54840e5d8a90c8995f76ff390aa9
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-14-pgrouting
Source: pgrouting
Version: 3.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2742
Depends: postgresql-14-pgrouting-scripts (>= 3.3.1-1.pgdg+1), postgresql-14, postgresql-14-postgis, postgresql-14-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: postgresql-14-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting_3.3.1-1.pgdg+1_arm64.deb
Size: 686896
SHA256: 6a4af2363ec3afe6ac09fde3801806a4d7bd02b9e0fe7e50cbca929b814cf6ba
SHA1: 69702a63a14006483ff0c898967b7d2c0c1f7af7
MD5sum: 5b18edc6a0fd5fdc9d62b661fb8a2cc5
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 14.
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-14-pgrouting-dbgsym
Source: pgrouting
Version: 3.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 22472
Depends: postgresql-14-pgrouting (= 3.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-dbgsym_3.3.1-1.pgdg+1_arm64.deb
Size: 22414476
SHA256: 6508be0a7d9b85fd2271b39445f184b00a28b1fde7d90f6d3db97adf33ff79c9
SHA1: 150facc7d7d8bdf2efcfb0d14ad03260f92fc267
MD5sum: 133f230af0e7ab5b2156d605f3c822df
Description: debug symbols for postgresql-14-pgrouting
Build-Ids: c576f7029c5468d3a2c1c3d2adbb8dca36ef256e
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-14-pgrouting-doc
Source: pgrouting
Version: 3.3.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5089
Depends: libjs-mathjax, libjs-sphinxdoc (>= 4.3)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-doc_3.3.1-1.pgdg+1_all.deb
Size: 1272496
SHA256: f8e19ecd7aa948ac2a34df7bae1c05c99762a1f9e4a12d996554511f493d775d
SHA1: e18dcd38b51565659c3f975f8c614430087d83b8
MD5sum: d43dd6f485146113020c02b98f2c2937
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.
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-14-pgrouting-scripts
Source: pgrouting
Version: 3.3.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2327
Provides: postgresql-pgrouting-scripts
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-scripts_3.3.1-1.pgdg+1_all.deb
Size: 57652
SHA256: a3bd4215130eb857bf9de9e6f803274fc699a476284aeccfc3ccc3127e6ad5c0
SHA1: c55f5f83c6f3903fab4bd88870f5b585f16c33f8
MD5sum: 9fd3a55f703e62ee55943647587e9130
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 14.
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-15-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.8.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 339
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-15, libc6 (>= 2.34)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-15-mysql-fdw_2.8.0-2.pgdg+1_arm64.deb
Size: 142180
SHA256: f5ee5ed274a5202860057d0a07afb2507d6ee203a2268c3907ab88ff7c9e4e54
SHA1: 8f672c0f0b43799bc9a29f3d24a2211e854f976f
MD5sum: 2f7e613517ec7b9a70aef6045eec369f
Description: Postgres 15 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 15.
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-15-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.8.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 174
Depends: postgresql-15-mysql-fdw (= 2.8.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-15-mysql-fdw-dbgsym_2.8.0-2.pgdg+1_arm64.deb
Size: 155492
SHA256: e0d1beb6866ceaed1f0d06f88868ebb3b56b160e0fec82741056c837005a9739
SHA1: 4c7cd31886f450d5571b81bfad195afc9aa1abf7
MD5sum: 00b4c99605a798c2800c61992c7ed597
Description: debug symbols for postgresql-15-mysql-fdw
Build-Ids: d33e1f543b5b17410059cc4376a351c8578fa8a5
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-15-orafce
Source: orafce
Version: 3.24.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1061
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-15-orafce_3.24.4-1.pgdg+1_arm64.deb
Size: 344424
SHA256: 96de9a5f595a4aaf8e1d43531bab60556641df7d435536f36187ddd8a2620736
SHA1: 4bdf9d89e56d96d14971495caa776c11355a6f07
MD5sum: 2a9684f10a4ee8934bf560162cd7d9d1
Description: Oracle support functions for PostgreSQL 15
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-15-orafce-dbgsym
Source: orafce
Version: 3.24.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 283
Depends: postgresql-15-orafce (= 3.24.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-15-orafce-dbgsym_3.24.4-1.pgdg+1_arm64.deb
Size: 236920
SHA256: ff44468a793789443c2fd343a8745ef264c12f59eca4f60c25b4a1b18b628ebb
SHA1: 6fee003d0c7cb0f479cba2f9096e75dcf3decd1a
MD5sum: a3c51c0948c57eb73846d8e2d05b45bd
Description: debug symbols for postgresql-15-orafce
Build-Ids: 1c0ac06269c79fb3b66671965898cedc10c62ec8
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-15-pgextwlist
Source: pgextwlist
Version: 1.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-15-pgextwlist_1.14-1.pgdg+1_arm64.deb
Size: 38308
SHA256: e82f1fb71d5aed91d014e4fb2d0310c16455104d9971847a87d2364356ec1d61
SHA1: d84dbf9e1c913e5667a934f6b3cbaa69a5c48b9a
MD5sum: beb00b19bcb7120c2656fc9e5f12ef3f
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.
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-15-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-15-pgextwlist (= 1.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-15-pgextwlist-dbgsym_1.14-1.pgdg+1_arm64.deb
Size: 53836
SHA256: 59a77a9efa7cf04779c5e48c0553b34b96ab878509844a03e1cea102fae02da9
SHA1: d688041854d9db368383b3d625a40fe2a3eb7430
MD5sum: a55175a0993627e03cbc1127287e8ca2
Description: debug symbols for postgresql-15-pgextwlist
Build-Ids: 650303e04b7b6c6ffdafcff0c365659feb29a363
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-15-pgrouting
Source: pgrouting
Version: 3.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2742
Depends: postgresql-15-pgrouting-scripts (>= 3.3.1-1.pgdg+1), postgresql-15, postgresql-15-postgis, postgresql-15-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: postgresql-15-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting_3.3.1-1.pgdg+1_arm64.deb
Size: 686632
SHA256: fcd6080809e8c45646a1130bfaff7ad2a2d822e9f498759c7c19b34c535cb2ef
SHA1: 8fdd71007024fba07acb7bb66d42f0c9641ef7b7
MD5sum: f5ae21c0f0a7afa6d20c985f991159c6
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 15.
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-15-pgrouting-dbgsym
Source: pgrouting
Version: 3.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 22478
Depends: postgresql-15-pgrouting (= 3.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-dbgsym_3.3.1-1.pgdg+1_arm64.deb
Size: 22420808
SHA256: c2bcf0951e2b6da5fc1d23429a016e038af379737e930f9c1833866c6e280719
SHA1: 4de4f1cf5b0438162eec7bfa43a3396aedcbf40d
MD5sum: 8959a4dace806be49bdec70dc86442c1
Description: debug symbols for postgresql-15-pgrouting
Build-Ids: 2b99128a257a2f84d97f5db9d46a958d654b57af
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-15-pgrouting-doc
Source: pgrouting
Version: 3.3.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5089
Depends: libjs-mathjax, libjs-sphinxdoc (>= 4.3)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-doc_3.3.1-1.pgdg+1_all.deb
Size: 1272604
SHA256: e4ba6131d064646d0a465dd43896e304ee3c23a9ae667f30e9ccd928a7c9f4e1
SHA1: ab09dd41db73c8fede84aecb8f053dd4d49675a8
MD5sum: 510566ec77bcbf7507ff347fba671842
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.
Timestamp: 2022-08-25 13:06:48+00

Package: postgresql-15-pgrouting-scripts
Source: pgrouting
Version: 3.3.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2327
Provides: postgresql-pgrouting-scripts
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-scripts_3.3.1-1.pgdg+1_all.deb
Size: 57656
SHA256: 3690d82afe3ee52e9848ab13a1fb808e72ad260a5114ab50002f13d075347eeb
SHA1: 4b0fd217783305a830eeb9fc72fd8c319d2270a1
MD5sum: 7ce2c9d6d5aef6bf080f83b5c75401bf
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 15.
Timestamp: 2022-08-25 13:06:48+00

Package: vip-manager
Version: 1.0.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6584
Depends: libc6 (>= 2.34)
Enhances: patroni
Built-Using: consul (= 1.8.7+dfsg1-6), etcd (= 3.3.25+dfsg-7), golang-1.19 (= 1.19-1), golang-fsnotify (= 1.5.4-1), golang-github-armon-go-metrics (= 0.3.4-1), golang-github-coreos-semver (= 0.3.0-1), golang-github-fatih-color (= 1.7.0-1), golang-github-hashicorp-go-cleanhttp (= 0.5.2-1), golang-github-hashicorp-go-hclog (= 0.11.0-1), golang-github-hashicorp-go-immutable-radix (= 1.3.1-1), golang-github-hashicorp-go-rootcerts (= 1.0.2-2), golang-github-hashicorp-golang-lru (= 0.5.4-2), golang-github-hashicorp-hcl (= 1.0.0-1.1), golang-github-hashicorp-serf (= 0.9.4~ds1-1), golang-github-json-iterator-go (= 1.1.12-1), golang-github-magiconair-properties (= 1.8.5-1), golang-github-mattn-go-colorable (= 0.1.12-1), golang-github-mattn-go-isatty (= 0.0.14-1), golang-github-mdlayher-arp (= 0.0~git20191213.f72070a-2), golang-github-mdlayher-ethernet (= 0.0~git20190606.0394541-2), golang-github-mdlayher-raw (= 0.0~git20191009.50f2db8-2), golang-github-mitchellh-mapstructure (= 1.5.0-1), golang-github-modern-go-concurrent (= 1.0.3-1.1), golang-github-modern-go-reflect2 (= 1.0.2-2), golang-github-pelletier-go-toml (= 1.9.4-1), golang-github-spf13-afero (= 1.8.2-1), golang-github-spf13-cast (= 1.5.0-1), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-1), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-github-spf13-viper (= 1.10.1-1), golang-github-subosito-gotenv (= 1.2.0+git20190917.de67a66-2), golang-golang-x-net (= 1:0.0+git20220728.c7608f3+dfsg-2), golang-golang-x-sys (= 0.0~git20220731.a90be44-1), golang-golang-x-text (= 0.3.7-1), golang-gopkg-ini.v1 (= 1.66.2-1), golang-yaml.v2 (= 2.4.0-4)
Homepage: https://github.com/cybertec-postgresql/vip-manager
Priority: optional
Section: net
Filename: pool/main/v/vip-manager/vip-manager_1.0.2-2.pgdg+1_arm64.deb
Size: 1983564
SHA256: a167d653fc6bf35c138273fbc1c76b3cd30829fed12040f594a695a5d951eb4b
SHA1: 14cc72d8179871f5da7ee0441bb5491c2ea69296
MD5sum: 0ee1c13a98397558085dc581c45a54d0
Description: Patroni virtual IP manager
 This package needs to be installed and configured on all nodes of a Patroni
 PostgreSQL cluster. Given a Patroni namespace and scope in etcd or consul,
 the vip-manager service monitors that namespace for leader changes due to
 failovers or switchovers and adds or removes the VIP on the local node
 accordingly.
Timestamp: 2022-08-26 09:24:28+00

Package: libpostgresql-jdbc-java
Source: libpgjava
Version: 42.5.0-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 1036
Conflicts: libpg-java (<= 9.1-901-1), libpgjava (<= 7.4.7-3)
Replaces: libpg-java (<= 9.1-901-1), libpgjava
Provides: libpg-java, libpgjava
Built-Using: libscram-java (= 2.1-1.pgdg+1)
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: java
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java_42.5.0-1.pgdg+1_all.deb
Size: 953540
SHA256: 8be04cb989d5be89dce06edc087b16f9023b65feea6872d63b11f81f3b86f2d3
SHA1: a21d0e4b7fff747050a577dafecd9231cbc6ec7a
MD5sum: c9012482ca36308787c5c0da2030e913
Description: Java database (JDBC) driver for PostgreSQL
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
Timestamp: 2022-08-29 13:55:19+00

Package: libpostgresql-jdbc-java-doc
Source: libpgjava
Version: 42.5.0-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 11341
Depends: default-jdk-doc
Conflicts: libpg-java-doc (<= 8.4-702-1)
Replaces: libpg-java-doc
Provides: libpg-java-doc
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java-doc_42.5.0-1.pgdg+1_all.deb
Size: 644532
SHA256: 1f0e1bc60557b96ed3edde3280b0b9ad3a5eaa1632ab2bdefdf05f7149c38ae5
SHA1: ede1efa04c55ab2383072645d499faabff5fedb2
MD5sum: f7b71ce482bd1110640d003fb527609c
Description: Java database (JDBC) driver for PostgreSQL (documentation)
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
 .
 This package contains the documentation.
Timestamp: 2022-08-29 13:55:19+00

Package: libtap-parser-sourcehandler-pgtap-perl
Version: 3.36-1.pgdg+1
Architecture: all
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Installed-Size: 96
Depends: perl:any
Suggests: postgresql-pgtap
Multi-Arch: foreign
Homepage: https://metacpan.org/release/TAP-Parser-SourceHandler-pgTAP
Priority: optional
Section: perl
Filename: pool/main/libt/libtap-parser-sourcehandler-pgtap-perl/libtap-parser-sourcehandler-pgtap-perl_3.36-1.pgdg+1_all.deb
Size: 38988
SHA256: ea79318e0f1ab0146002c95b59b4b6464b2249111ca88603f89f49f49f42410f
SHA1: 45b1e15bf99f55b73a4bae6ec2d07fa1823e2d3b
MD5sum: 74de88aab71be219adf733423e334c1c
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/).
Timestamp: 2022-08-29 13:55:19+00

Package: libecpg-compat3
Source: postgresql-15
Version: 15~beta4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg-compat3_15~beta4-1.pgdg+1_arm64.deb
Size: 17832
SHA256: caad5b56848ee1ac794339f8a432614b2716b16503f6f8ce0d4622a4a1d9e38b
SHA1: 066183e56ba8051c8d0f5cc6410b4a2158f5dce8
MD5sum: 26500a12500d3a51962b64cc2b93481f
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.
Timestamp: 2022-09-08 12:43:20+00

Package: libecpg-compat3-dbgsym
Source: postgresql-15
Version: 15~beta4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 15~beta4-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-compat3-dbgsym_15~beta4-1.pgdg+1_arm64.deb
Size: 39084
SHA256: d7d33984d7036b574d8dddd016211e6dc957fd676da96c5b8a68870b39093c2f
SHA1: 8016e7dd4be0fbb5061f88d1a0172774633da620
MD5sum: 3661e3cb1f425fa068a4f275a35e76d2
Description: debug symbols for libecpg-compat3
Build-Ids: 1f0fdfe9a7570299614bf52e9aedbcb2b3cfd5f3
Timestamp: 2022-09-08 12:43:20+00

Package: libecpg-dev
Source: postgresql-15
Version: 15~beta4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1616
Depends: libecpg-compat3 (= 15~beta4-1.pgdg+1), libecpg6 (= 15~beta4-1.pgdg+1), libpgtypes3 (= 15~beta4-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libecpg-dev_15~beta4-1.pgdg+1_arm64.deb
Size: 275804
SHA256: a14c9684b56479a1fbba559fdfb304b1b327ff94f4ac2b5c43741f4451307557
SHA1: 7b768131f26bb1aade045659357bf19df705b5ab
MD5sum: b8e88f3936e59f10ab9c8cddae5db52d
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).
Timestamp: 2022-09-08 12:43:20+00

Package: libecpg-dev-dbgsym
Source: postgresql-15
Version: 15~beta4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 299
Depends: libecpg-dev (= 15~beta4-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-dev-dbgsym_15~beta4-1.pgdg+1_arm64.deb
Size: 258104
SHA256: 6b1f1e1292966d4a789e6b57789ffcc3f2a49e6bb209f2daeb2a39c1ef614e87
SHA1: 01d664e8485502b8eb92e2c4c4b944432916dd56
MD5sum: 70f6f3a2e9b26a680f02556f8135aba1
Description: debug symbols for libecpg-dev
Build-Ids: 590e6f67c1bc3ad58f80674412928667fdbf1155
Timestamp: 2022-09-08 12:43:20+00

Package: libecpg6
Source: postgresql-15
Version: 15~beta4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 267
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg6_15~beta4-1.pgdg+1_arm64.deb
Size: 53520
SHA256: c95b3ad47d83a445f2b1818283ae3ded20be035be283773e86c774302c8775eb
SHA1: 5be7acff438dde723f3c038bd7d93fff2dcc4094
MD5sum: 7ebf37e9cf4fb1c78ee5d49fb5ea2169
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.
Timestamp: 2022-09-08 12:43:20+00

Package: libecpg6-dbgsym
Source: postgresql-15
Version: 15~beta4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 15~beta4-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg6-dbgsym_15~beta4-1.pgdg+1_arm64.deb
Size: 113864
SHA256: 86bc03f9c5bf0946a438745fcb2fdbf37f0766afcff275ccac182c5bf2df97ff
SHA1: 34463480fd654c7fabf4b88760b23e4e79e6206a
MD5sum: ee504e985f818a165e6d628973ad41bc
Description: debug symbols for libecpg6
Build-Ids: a16b724d3a5e0a005bef932a46ceb738b60629cc
Timestamp: 2022-09-08 12:43:20+00

Package: libpgtypes3
Source: postgresql-15
Version: 15~beta4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpgtypes3_15~beta4-1.pgdg+1_arm64.deb
Size: 38112
SHA256: e51738f3f93fe636e89420c8fc5d6d011fc1263cbf826535b5fb0f5e5cc8c9ec
SHA1: 65ceae756a97913553fda3b43ac4e5e970998281
MD5sum: e67a907e2a7f14b25eb8397c20079bf3
Description: shared library libpgtypes for PostgreSQL 15
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-09-08 12:43:20+00

Package: libpgtypes3-dbgsym
Source: postgresql-15
Version: 15~beta4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libpgtypes3 (= 15~beta4-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpgtypes3-dbgsym_15~beta4-1.pgdg+1_arm64.deb
Size: 87848
SHA256: aa807aaac06b1c1c61d4b8f81175b0294b52f1025b08efd57a5d4529617c5586
SHA1: 3ef4653b511387dca606fe547b2627b3e80931e8
MD5sum: dcdb56536db55cbf6e99498349a21169
Description: debug symbols for libpgtypes3
Build-Ids: 6e1f684933db1c6bdf1e7944472b04a5d8b7917f
Timestamp: 2022-09-08 12:43:20+00

Package: libpq-dev
Source: postgresql-15
Version: 15~beta4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 583
Depends: libpq5 (= 15~beta4-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libpq-dev_15~beta4-1.pgdg+1_arm64.deb
Size: 136508
SHA256: e8140918a803f14b0a68ec16e00fdcdbadccf1004df03ae92ad833c5890fe3d0
SHA1: cf070ddd9df63c6fad223f1e5ec3cfb651ce1c87
MD5sum: b3f4dd7925476c09ab7af9ad8823a9cf
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.
Timestamp: 2022-09-08 12:43:20+00

Package: libpq5
Source: postgresql-15
Version: 15~beta4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1023
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpq5_15~beta4-1.pgdg+1_arm64.deb
Size: 198664
SHA256: dec01b81cf28820a065916a75a22b3ff4aaa21b549397eb8569fa85c4dd53453
SHA1: b59d7c4306630cf41944a269c4e94538409899ad
MD5sum: 03d253defd91eab269178a5ba79bb483
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.
Timestamp: 2022-09-08 12:43:20+00

Package: libpq5-dbgsym
Source: postgresql-15
Version: 15~beta4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 313
Depends: libpq5 (= 15~beta4-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpq5-dbgsym_15~beta4-1.pgdg+1_arm64.deb
Size: 277728
SHA256: 45f4ca1aa7ab517a2116cc9f05de15c73fc1d5f5e485f961e314509b178181eb
SHA1: 0d755686c393768a152df103722e98c391557ef8
MD5sum: 46e479a9c6ce82a13db5574f760da351
Description: debug symbols for libpq5
Build-Ids: 0718137a2e65cbdfce0770b2e1be29abfcbfc231
Timestamp: 2022-09-08 12:43:20+00

Package: postgresql-15
Version: 15~beta4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60361
Depends: locales | locales-all, postgresql-client-15, postgresql-common (>= 241~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-15-jit-llvm (= 14), postgresql-contrib-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/database
Filename: pool/15/p/postgresql-15/postgresql-15_15~beta4-1.pgdg+1_arm64.deb
Size: 18091464
SHA256: 543d3925e503ad80331321dc531c9bc7bb924caa6070abb08f176237b0ac1d93
SHA1: 5efc71365d6895fc346d1cbe2b9dac62db376445
MD5sum: 29c949131c2e83618eb30e851f8e7d61
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 15.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202209011
Timestamp: 2022-09-08 12:43:20+00

Package: postgresql-15-dbgsym
Source: postgresql-15
Version: 15~beta4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18915
Depends: postgresql-15 (= 15~beta4-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/postgresql-15-dbgsym_15~beta4-1.pgdg+1_arm64.deb
Size: 17080240
SHA256: 65615c444032d3f7dfc10f790a2fc806f7697397261b9ad6add4914048638dbe
SHA1: 43614159d36d03f3aae97174f5a0b08c5a9947f4
MD5sum: f7874ace989e1902f391dce26396a1c8
Description: debug symbols for postgresql-15
Build-Ids: 03d91a17da427070e97c207a52fef5ff304cf7ce 042e9b437aa1a40ed089147142e57754b6a4018a 05f8789fb940317b9fb61d9c565611619e150966 063647163664dedfdff0a18ea2d2854a632de8b5 09a61e0e68c576055316de57adeef6b479469b74 0b9cf14fffde3dcff4d8ccc525852a0408a2afec 107dd7a653b127701ddf75b6846594724aaded63 11977fc450c2610b31535973864d08afeca404ef 18c5dad3b06c6e1c057258caf9bd49f1139f8396 1f3ec1789a8b659b8576d09d7cff65bb76e669af 1fb3c5e1e013c69aa375b9feee9a1019775da828 234a8491c3ce1bce6a30dc4ac52989c0c913a8ed 24960a6755e073673ec2f951cefd93751f16670f 250025d91aaa7ce4dc5940ab793f5446f95ed9f3 2503d09e671e03462a3f4c125adee723fd18b88a 2c1de1e9decf220b5be801c021f2d5d4433eb197 2c978652c7578a1494e274f7eb81bded61e9d58c 346f04516d16dfa866a0976a4d43ec7b42b83ea1 382da7c04e284fc3b9ae4060156d896c1a9f2804 3b4e4adb8b17573dea92b0107c11d40b39eae501 3f153e45e7ca379c3c4bb0060ff34888278b5ef3 43205fa2d535a52e3b564eaa77f77880f6d8696b 4610cf380a2f6c17e1c02513c280a1b4d66315c1 47c8e0bb4a66f4cddcef9ae4cea2d109d9c3b10f 48a0e69c3cf2517be0cd8dfca88c3ea093b497f2 4af802fa9f8bb0c7c2c8d284ea19f2fa7067e05d 4e5c3923767f10d97901b163d248dc00fd68afa6 4fe280ca8710d188954a5c1e383b3884f771ef52 5709a1b393e6c999834119553c7552071d6de041 584e2c6eb4dc3da6707fd45bdfe88d3be33dd839 5cf5dfda9b5dabfe10bc6be44356165af8ac17cc 5ed1a128bceaf77b2175c1a5f9c3ca7180044e3c 5fe01e3fbbe72cda8bcb9435eaf5d5ad4667773d 605673869d7262ac99c78a1a3934be2c1c5d61cf 67a390227e2e129a7e11a33780f002ba855a946c 6a7f69dd39daf88ec06e3b7bdceacd0f66e3fcc8 6d992c82426b6cf15982c308ceca8cee9bbe39c9 6da8dedba3cb3984edd2db4fecd893fa21c73432 6dfcbc7e17482466f98ff5ac101695fdcacaac06 6ee098d041771790a57f79caad79b4a011fe28ef 758c4b3dc5da77f858b7bd220d058bdd33259ebc 77fedb49402378197a3ca23b14dc9d5ed90f2d02 793ec9c45155df7b64434ebc4137ea5ff67952e7 7bc890b250ddcb08af8b2d9b980accc436d9533d 7c12d3ea4af4ea2d8ecb2e69dc61bfe34ac8420a 81e80fafeb0dd706fa6f6da03ad840620e52ec51 831977e5511d5f6ca40597519763ab6b65be8a37 86de39f132a2e57128220b9131fd630f680f106c 8998681741fd366e7704b05c22f1a78cde690728 8ec4cfed6a11d644374863bb4fedd104ecf6c2ab 92f666329390f6e0ffe996c59df540528342bcf7 9bb7896e4f6e91b463a82155c66f22d4c92e455c 9df2a278450ea0b1471bdce7ebc39ad0eb0fbfc1 a3fda55dfa2c6bfedcd399f4b9421cb98bdee0f4 a5c0221db09787064528209679819ece380e46f0 a81723fbe11bc2b4d8b46b20da2d5ab757200d27 a89bdbf14e4185a6176e3c6baa5a04ab0e585148 a8d0103b1e7144d092d3aa9ff0c0c903117da0a8 aa50c54be18fbc9524795f5dd52c9767f68d6747 ac7f0b8dc50684a32151c0fbd9a144f4ef14344e ada9fa51a5feb753b43d66af068dfa5d07772c78 af260734c246ff2ff55d20eedf7c339974a5c8fe b099b7a6c76e7085bb821f3d4e6dd18d756967d2 b83e0499090b3271fb0a942b2d5fb3e31eebba02 b901bf3636d8ed25671df9c3542b8494b9ddf36a bd524032873e07b8ccfb451e55709470bf1102cb c16a7699c15feff5e2f2581017e50871e7bb86bc c4c222b7d55f4b81a3586523f6e208dbd3a761b3 c6262728611d4ce6ce3388034bcf807cd088a96f cb5526c75913bc06ed4854a75ad2be37e0b991eb cb62b351b9de24ea8f7a42bd08fc762d19f409ba cea48c84261f6316736689d604a9f6e93dce5537 cecb6122e2531f58909e11467eb29c9fb17afc8e d00ef152c19a013618c26597a38a5754dc522277 d03303e9bf1840493b0f350b3c7cd55ae80117e1 d36ce602c8e2f469504e803b94dce0b82a886521 d40d69d4dd19b9e39076fbe4f6405fe265255707 d6b35be86240c0e2ab4b676acffaa2fef3c8448d d84abaec34d8d8a06b55f0a5cf4901e189db32d5 d9e67261bd32f91861639640f6d0cb4eb2ade036 da28c8943924d5223bad1a83e080226fe7e6fc6b dbfa415ec71e2043af8d864678ec48d6a5dc41ac dc54a2f21416c86e70059a7a4f96dae5244f32a8 dc719aa0730c1c7164e261d0618ab5115d145129 de3b8ad8e891e6e1fd0c8c67057f428ae89f4089 e758165fd833512a86e476f1e9583340a7a376ef e81852a27778103f16be0096c33eac2b874bf984 e9c590931f045f15c8bcc6832ed17c3033408305 eaffd7c0e93a31ae0b8d3e3a06b15ef4dcfdc68a efbf5193faf6480b56c9bac625d67ad91a7b577f f3305ad3e6b911c01c4e0ea95be05aec84ea9610 f7245832cbb02c93d6d4a6b6f624cfba4a7149b4 f9491fc22f68d69b94f78309c014246c2e9830a2 fa863410fedc096c122d6a6f1f4f4791156147a2 fc14cbf75411c126694d0cbd45e373be4746c6a8 fce4c711fde9647fca3ed63a959920b9b36fc5a8
Postgresql-Catversion: 202209011
Timestamp: 2022-09-08 12:43:20+00

Package: postgresql-client-15
Source: postgresql-15
Version: 15~beta4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9571
Depends: libpq5 (>= 15~beta4), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), liblz4-1 (>= 0.0~r127), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Suggests: postgresql-15, postgresql-doc-15
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/database
Filename: pool/15/p/postgresql-15/postgresql-client-15_15~beta4-1.pgdg+1_arm64.deb
Size: 1799376
SHA256: 5029d31e4e5d7413bd40fe6ff293b3c25166f5c8fd6a9f20befd3acfee225835
SHA1: bf0a8ccfe6c237b08cba8acf07419bab4fcf984f
MD5sum: ef02ce2d10d47e465707dbf325f26ef7
Description: front-end programs for PostgreSQL 15
 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 15. If you install
 PostgreSQL 15 on a standalone machine, you need the server package
 postgresql-15, 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.
Timestamp: 2022-09-08 12:43:20+00

Package: postgresql-client-15-dbgsym
Source: postgresql-15
Version: 15~beta4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2935
Depends: postgresql-client-15 (= 15~beta4-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/postgresql-client-15-dbgsym_15~beta4-1.pgdg+1_arm64.deb
Size: 2473424
SHA256: 97b06af27a5401c086d684650fe16fcadc84970181a4c3f04bfad2e691832f90
SHA1: 1f8c4fbf4ce1d8a3402ac6e73aee501e700556c2
MD5sum: 5139c256f771764fe5d4707aed311026
Description: debug symbols for postgresql-client-15
Build-Ids: 02f74ccb7947f833937554cf5733175931cc6ad5 051d3ed03f80edfa243535fdb76240e07557ee7b 2234dd5eb249000f9701b92f48ee12232c54da6f 2d1e8af76616df11c2a1a0d5f2a448536e0fb669 41237b34a08ec5a11671843b35fbdf3f8dacf36d 4b9fcb1e37edd5aa9174b2ca34983e687c3c090d 5dcd3de57c537fffb8148e246e413b0c2439bb6d 62a3074cecfd19b5a5397bd08394cc69054eea48 6b83bafc3322c8f989c5df66855171c0936c5a30 7302fa5060d9ea94dfc7d5eb669b88ff60937f9b 7c1179a648080a0449c9841e7146d38b951983a9 8c44baa5b2a87d437f2067276ebf56d48ff0d083 92a83db300516b7c6babf84090ff492f5ae0627f 97ec847ac2409602a0045a04a2a34675385f2311 9fa3beb810d8c931d6759ae90351f384deaeddac ac506450ad11801a989b1503cae1f3959096d3cb b6ce14b15f7f2d5f6622e536a42f978fb8f155f0 cbb63e2b7fd65fecfbadd574df218c75b7554106 e1f7da1b47495d9156c2a0f46ac56afd58330a5e ed570d159953cf2f1591f57973eef3b2b6bdcee6 f8319560607d6ebbd306da2dcb98e3cd5f567e20
Timestamp: 2022-09-08 12:43:20+00

Package: postgresql-doc-15
Source: postgresql-15
Version: 15~beta4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15831
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/doc
Filename: pool/15/p/postgresql-15/postgresql-doc-15_15~beta4-1.pgdg+1_all.deb
Size: 1992984
SHA256: 33600347a276ec7aa666ac5f26c1e32b4c2b4a0fff295f776629ce1ec42ec431
SHA1: 71c4f931dd8fd26d41b5dfe28ebce4073fe42756
MD5sum: 97898be5ef3dcac499f8d0cbedd924c9
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 15. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-09-08 12:43:20+00

Package: postgresql-plperl-15
Source: postgresql-15
Version: 15~beta4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 576
Depends: perl, postgresql-15 (= 15~beta4-1.pgdg+1), libc6 (>= 2.34), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/database
Filename: pool/15/p/postgresql-15/postgresql-plperl-15_15~beta4-1.pgdg+1_arm64.deb
Size: 83368
SHA256: 3ecd51b5d8cd089d9724c37751fa668839b7b72dd57efd40a81ba815daadb714
SHA1: 17a8d6b0d6998d2740b913d4804c9b7b4a4d34c7
MD5sum: 936aa343df655667175029139d4d2556
Description: PL/Perl procedural language for PostgreSQL 15
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Perl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-09-08 12:43:20+00

Package: postgresql-plperl-15-dbgsym
Source: postgresql-15
Version: 15~beta4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 224
Depends: postgresql-plperl-15 (= 15~beta4-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/postgresql-plperl-15-dbgsym_15~beta4-1.pgdg+1_arm64.deb
Size: 178940
SHA256: 23156b9897b18eea99bccc9d284a0b6a0da8630b2334c119b75b243f5df63380
SHA1: d9874529b5cd881997a079c43821519072775f48
MD5sum: 5c9462573392aabfdbbdcdbaef8caaa7
Description: debug symbols for postgresql-plperl-15
Build-Ids: 34e9e4103671d0b6b7bd83be5b6f693d00d59963 587ae89e63e5d8c47e5c67e66fa5130b2da72720 6f616a4ef3b801efc4db083105ab29ae10623f01 adb0b5ff6b68f1f1bf1d85b5e535a2d15e0f4632
Timestamp: 2022-09-08 12:43:20+00

Package: postgresql-plpython3-15
Source: postgresql-15
Version: 15~beta4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 667
Depends: postgresql-15 (= 15~beta4-1.pgdg+1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/database
Filename: pool/15/p/postgresql-15/postgresql-plpython3-15_15~beta4-1.pgdg+1_arm64.deb
Size: 105540
SHA256: 095bd4be3e46423ccb5416e3521626b599cd4b4e2a915f31d592ed1f5798ea34
SHA1: a8af1e0c7a37653307502d50ea7b271ab4741b10
MD5sum: 4edbf595f7d3fdc21fb8021970f266b5
Description: PL/Python 3 procedural language for PostgreSQL 15
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Python 3.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-09-08 12:43:20+00

Package: postgresql-plpython3-15-dbgsym
Source: postgresql-15
Version: 15~beta4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 227
Depends: postgresql-plpython3-15 (= 15~beta4-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/postgresql-plpython3-15-dbgsym_15~beta4-1.pgdg+1_arm64.deb
Size: 176800
SHA256: 59c42bca71781a559d77944c42443068fd03608de2b1f2f4a87afeb6a901e177
SHA1: f45afa3942a182cade7afb5fae1dc61b8ed248ca
MD5sum: c8a53bc9ba51a76035cc77ac77c2a7d3
Description: debug symbols for postgresql-plpython3-15
Build-Ids: 1302126731850e3329bba32f298c696ee81d29b3 4aea61ac6f3061a023664ccac2100ac5b37711a4 85d194119e9b6fd9c72f932e3f6d877d887b2962 9af9931acc83810407105437aadd17169717ae71
Timestamp: 2022-09-08 12:43:20+00

Package: postgresql-pltcl-15
Source: postgresql-15
Version: 15~beta4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-15 (= 15~beta4-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/database
Filename: pool/15/p/postgresql-15/postgresql-pltcl-15_15~beta4-1.pgdg+1_arm64.deb
Size: 36248
SHA256: ec99f602de68f546855ac0973f3e84b5e3dfd67dbe714197801280360c7ec3f5
SHA1: e5622bde7ca3132046df646a342e683f4ad548a6
MD5sum: aa4c3b0da607c1dbadfceeaad10f7e19
Description: PL/Tcl procedural language for PostgreSQL 15
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Tcl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-09-08 12:43:20+00

Package: postgresql-pltcl-15-dbgsym
Source: postgresql-15
Version: 15~beta4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-pltcl-15 (= 15~beta4-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/postgresql-pltcl-15-dbgsym_15~beta4-1.pgdg+1_arm64.deb
Size: 80632
SHA256: bcc691e2721b248b8c81b6b1024a014ef365c6ddcf7d1e2caa4865c23e71252f
SHA1: 710beadad6769e997cdfebfb348258fd5585e3c8
MD5sum: 6b50db74e0a68cdeb0b5548b84c277b3
Description: debug symbols for postgresql-pltcl-15
Build-Ids: 57dffdc84ac4d605d21e2e49414c004e30087aff
Timestamp: 2022-09-08 12:43:20+00

Package: postgresql-server-dev-15
Source: postgresql-15
Version: 15~beta4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6800
Depends: clang-14, libpq-dev (>= 15~~), llvm-14-dev, postgresql-client-15, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/postgresql-server-dev-15_15~beta4-1.pgdg+1_arm64.deb
Size: 1133956
SHA256: 0435f9b3b44cc29ad938d1b9000d060354e62129cc950a3464f10f72951fb074
SHA1: 8a3ac68d8953984fa5ec6a8ca7634993d9f2d288
MD5sum: c0fc21d84a5f2a8971f0fa28d781cddc
Description: development files for PostgreSQL 15 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.
Timestamp: 2022-09-08 12:43:20+00

Package: libpgpool2
Source: pgpool2
Version: 4.3.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 203
Depends: libc6 (>= 2.33)
Breaks: pgpool2 (<< 3.1.1)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libs
Filename: pool/main/p/pgpool2/libpgpool2_4.3.3-1.pgdg+1_arm64.deb
Size: 143808
SHA256: 4fa6f33ec6c4c7abf15cb658214638f27efd3f90288a14af70b8bfcde8a72453
SHA1: b10fc5bda302dc943d26386f45b9198cab91fbe3
MD5sum: 2a5dc695e3e4e8d7987308b38da61754
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).
Timestamp: 2022-09-08 15:03:32+00

Package: libpgpool2-dbgsym
Source: pgpool2
Version: 4.3.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: libpgpool2 (= 4.3.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/libpgpool2-dbgsym_4.3.3-1.pgdg+1_arm64.deb
Size: 63880
SHA256: b80441a2981c265d8bd93c21d296a778ff2c0f7373de99d54eb97e1b6b05d170
SHA1: fa9fef25141c21449eba0c40c4910c4106c7d55a
MD5sum: b67028f3ec527e3a8f01fe469266f48e
Description: debug symbols for libpgpool2
Build-Ids: 308a9505d1d6468a72bd03b425a2448b04e40d26
Timestamp: 2022-09-08 15:03:32+00

Package: libpgpool-dev
Source: pgpool2
Version: 4.3.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 259
Depends: libpgpool2 (= 4.3.3-1.pgdg+1)
Conflicts: libpcp3-dev
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libdevel
Filename: pool/main/p/pgpool2/libpgpool-dev_4.3.3-1.pgdg+1_arm64.deb
Size: 154064
SHA256: 325afff9bc1e736c339dd4e6d218bfaf9b0878a3d6da6d8523f0dcc0ac6fbb4f
SHA1: 13d8f6aeb3454550dea0eded375bd03830dfa5a7
MD5sum: 9221d9186afb180a9fc9c3b97aa5b65c
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).
Timestamp: 2022-09-08 15:03:32+00

Package: pgbackrest
Version: 2.40-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 958
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.34), liblz4-1 (>= 0.0~r127), libpq5, libssl3 (>= 3.0.0), libxml2 (>= 2.7.4), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc, check-pgbackrest
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.40-3.pgdg+1_arm64.deb
Size: 342508
SHA256: d3b5358c14d9ae895447dc9e1e01bf995f1e01dbce8dba6328a59bb89b8e6111
SHA1: bf91486d9fe211e5a3cd1b4d87746029fca412d1
MD5sum: 13eea64387ee109eaad854431ca5fe9b
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.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2022-09-08 15:03:32+00

Package: pgbackrest-dbgsym
Source: pgbackrest
Version: 2.40-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1211
Depends: pgbackrest (= 2.40-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.40-3.pgdg+1_arm64.deb
Size: 1117484
SHA256: b5a2197444db6c8f218d1695cba1439b5cb3ddae25353d6604b5047d689ea1ed
SHA1: 45d657c8ce7fe28f02696b520925c02eeeee5525
MD5sum: ddff54a40aee029315c4b5e539c62266
Description: debug symbols for pgbackrest
Build-Ids: 0193d95883b1fc393b73eaada8f6bdb7109974a9
Timestamp: 2022-09-08 15:03:32+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.40-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1535
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.40-3.pgdg+1_all.deb
Size: 125348
SHA256: 597e5d4c734717a44e2b61db9d2fa97c65fbb0da97fef9c72526a11883c36b5a
SHA1: 312de892ae6fd2329f75c6374befed24cdc6ac5a
MD5sum: 90942a4705aca6aabee630036bf2d731
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2022-09-08 15:03:32+00

Package: pgpool2
Version: 4.3.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6655
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: libpgpool2 (= 4.3.3-1.pgdg+1), lsb-base (>= 3.0-3), postgresql-common (>= 26), ucf, libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libmemcached11, libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3 (>= 3.0.0)
Enhances: postgresql
Conflicts: pgpool
Replaces: pgpool
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/pgpool2_4.3.3-1.pgdg+1_arm64.deb
Size: 1169956
SHA256: c760f899016a1ed7c51971f069c44a333a7f5c6c240da2c04daa755690fad867
SHA1: c16b04998e2b04b5a2c3cf59706bbbf365c3d5f0
MD5sum: 164980a2ac594ad71bdcbce1b15e4967
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.
Timestamp: 2022-09-08 15:03:32+00

Package: pgpool2-dbgsym
Source: pgpool2
Version: 4.3.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2056
Depends: pgpool2 (= 4.3.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/pgpool2-dbgsym_4.3.3-1.pgdg+1_arm64.deb
Size: 1905536
SHA256: 5a982dbaeb59823ff6ed76303ea3b9970fcc6b37378eb950d50c62792133e280
SHA1: fc743b885b29a5a0c55974b851a3cb5d592a06b2
MD5sum: db27875439bb80f678bbe5f58ebbbbc2
Description: debug symbols for pgpool2
Build-Ids: 31c6bee590e140c635207dec597656fd96823ea8 604b95789d04fcb0b8e2dd6c7401d5131bcf3c4a 684b5b811d2964dd4522a2336dcf0e020f65fa90 8afb170f4ae46f89501dcd6bcb779b4398f308f5 af4ff951e7840beb6b67e4be3d4ae690d3108017 c52dade5abeb85fd21cb2b34fe0f948f016cf202 f977dd28c49fef358f0f0c20e9446e0156ce9ccd
Timestamp: 2022-09-08 15:03:32+00

Package: postgis
Version: 3.3.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 542
Depends: libc6 (>= 2.34), libgdal31 (>= 2.0.1), libgeos-c1v5 (>= 3.6), libpq5, libproj25 (>= 5.2.0)
Recommends: postgresql-postgis, postgis-doc
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.3.0+dfsg-1.pgdg+1_arm64.deb
Size: 174980
SHA256: 2f712dd46270e54be36f4c59834fb5f8c9455e0b0cd22f6cd709cdbb28e8fbb8
SHA1: a6db722cec126d71e9bcf3c0ee3aa510ab5ff321
MD5sum: 83e2d9ca8881944ce1efc3d1d204e122
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2022-09-08 15:03:32+00

Package: postgis-dbgsym
Source: postgis
Version: 3.3.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 704
Depends: postgis (= 3.3.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.3.0+dfsg-1.pgdg+1_arm64.deb
Size: 531704
SHA256: 59b204aa82a7eb8c4ca282eb83c3b4c73fe26d320e7828d3d1aaf1476b8cb198
SHA1: c43a3a6d8a0568e8b63241126c3afda1a3d0d837
MD5sum: 2680245686e78d42d9880abcd69c3d53
Description: debug symbols for postgis
Build-Ids: 270e9939526b4f959938290114c4f42b3ea23194 5d0790f51a20b905c50c54c87835982ab90faa50 ab91b67e5d563425aa169fa8f69369db0089d345
Timestamp: 2022-09-08 15:03:32+00

Package: postgis-doc
Source: postgis
Version: 3.3.0+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6067
Suggests: postgis
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: doc
Filename: pool/main/p/postgis/postgis-doc_3.3.0+dfsg-1.pgdg+1_all.deb
Size: 2793200
SHA256: fec7f27b0f9544aa5ce3613c6c887a912c00844856d6d1283f872e94b52e9521
SHA1: ac72b8111cf49dbbd8877af1096e7cab47c56805
MD5sum: 7538b155586d94918b12bdf014ac58ca
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.
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql
Source: postgresql-common (243.pgdg+1)
Version: 14+243.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-14
Suggests: postgresql-doc
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_14+243.pgdg+1_all.deb
Size: 67032
SHA256: f4dfa90abd4def648cb907756bc52cf8e4d57da9e3569c5a0a25617a0af18e77
SHA1: 23e2e6298c1d2af24c3cb2d78b430248bf846957
MD5sum: f0499da8b2bc6de9237c99e04d2a5952
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.
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-10-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 91
Depends: postgresql-10, libc6 (>= 2.17), postgresql-10-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-10-pgauditlogtofile_1.5.5-1.pgdg+1_arm64.deb
Size: 9164
SHA256: bbb0a7375a76c47c6d084da90e42cfd094b60c7bba73fbb46a9f40c480185d68
SHA1: dbb1c053d4a8c4f7f2c393b750c2b90669d802ac
MD5sum: ee16e8f3d84c79decefa2aa1cc17395e
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-10-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-10-pgauditlogtofile (= 1.5.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-10-pgauditlogtofile-dbgsym_1.5.5-1.pgdg+1_arm64.deb
Size: 23756
SHA256: dd4d74a0257f07874208228705480f483a7a89a9f8fe84425abb688986599da5
SHA1: ecdd048f6f8bdc895a468fed2231f7652a76bbf8
MD5sum: 839d9ebe37f0f62a240ca5f1fc2e0c6b
Description: debug symbols for postgresql-10-pgauditlogtofile
Build-Ids: 82ae7934c7d347b5c0e5134a5e05282919f43a05
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-10-pgpool2
Source: pgpool2
Version: 4.3.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 385
Depends: libpgpool2 (>= 4.3.3-1.pgdg+1), postgresql-10, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2_4.3.3-1.pgdg+1_arm64.deb
Size: 136176
SHA256: 36786bd1b9acd2f72c03e26b4329f6632886fdc1e790122ffa8b13187d8529db
SHA1: 2f8b7d6accd435483247fac8f0f3a595e502999f
MD5sum: abb50336b3e4d5c402e2c9c48e3dba26
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 10 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-10-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-10-pgpool2 (= 4.3.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2-dbgsym_4.3.3-1.pgdg+1_arm64.deb
Size: 54324
SHA256: e542f9a10827b5a497b6fd69ad4e3cabe42efd93cf28b0204b5bb4e082398b11
SHA1: 7f1fa99e3f89bc575581cdb61659a761eb788e4c
MD5sum: 38080271648fe81d4890662fb3edb7a8
Description: debug symbols for postgresql-10-pgpool2
Build-Ids: 2a905e202fe0bf22f83138fa8854c3a632621b6d 6aaf433e3153a0469ef9153066be751273886d92 fa5ebb4ccd5afdf981a6c105c73146a438743814
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-10-plpgsql-check
Source: plpgsql-check
Version: 2.1.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 235
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check_2.1.10-1.pgdg+1_arm64.deb
Size: 74468
SHA256: c0af129dcc003240d44810772ee473d68be748a42abb65ec78780c1251862dd8
SHA1: 420a8275155bc9eee348afdcca1d3959ed92d0f5
MD5sum: c6f2446edcb78c76d37fd49b6e50b011
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-10-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.1.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 251
Depends: postgresql-10-plpgsql-check (= 2.1.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check-dbgsym_2.1.10-1.pgdg+1_arm64.deb
Size: 221460
SHA256: f715665552de742d9f7b2153b2f925d6cf8d078d5d8ea013c38e7ab84ed76fde
SHA1: 1be657e1b7c111fae468290e3c5cc4ade7343b7f
MD5sum: 816b88ec35696c5cbc7fa97640d0ebab
Description: debug symbols for postgresql-10-plpgsql-check
Build-Ids: 946f3de211662ffb43ce87989480ee18f5a7ec5e
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-11-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-11-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile_1.5.5-1.pgdg+1_arm64.deb
Size: 24740
SHA256: aaec4378227a818f95ac89240847997167887086a2c2f6615b855be1117c519e
SHA1: c13f85dc4efd53083b3fdb31d27954555837f444
MD5sum: 43ed74e1957c17abcee320290064ee20
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-11-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-11-pgauditlogtofile (= 1.5.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile-dbgsym_1.5.5-1.pgdg+1_arm64.deb
Size: 24012
SHA256: 2feb1fc935cebdb2a90cd19f14fce6859fa0890ff5baaa2a0859fddff97380e7
SHA1: 0c1048bad348675578b8e90851259988fe823029
MD5sum: 4df01b975246c4c658e36e43d98aa3f0
Description: debug symbols for postgresql-11-pgauditlogtofile
Build-Ids: a4fcc19918586daf6ed837101d007c2f5fe71ef0
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-11-pgpool2
Source: pgpool2
Version: 4.3.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 441
Depends: libpgpool2 (>= 4.3.3-1.pgdg+1), postgresql-11, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2_4.3.3-1.pgdg+1_arm64.deb
Size: 162760
SHA256: b95b1bb7048bb17fbf07dc848b63d8ca18d74ec64dc8a9e4f845186ada2d0fbd
SHA1: e37740f00607dcaefd287706df59e1eaa2bbec3d
MD5sum: 931f4662f1484c8f49de9534af4c41e5
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 11 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-11-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-11-pgpool2 (= 4.3.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2-dbgsym_4.3.3-1.pgdg+1_arm64.deb
Size: 51824
SHA256: 5bc26fb252be54fe545aac21a7d00a223824b93204eb8993bf3975e15b77f1ad
SHA1: d102d2daea35641be3f183ce69ea50788909ed2d
MD5sum: 6ae035ee2869ded630470ce2914ba6a4
Description: debug symbols for postgresql-11-pgpool2
Build-Ids: 4268b6c0d83fcbfdbcda64a63c6750bcf28d6918 5ffb045a74131c51705371d06d8a492bfce8d9ba dd3bf966ebd84949fc2afe22a75537b74ba045ea
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-11-plpgsql-check
Source: plpgsql-check
Version: 2.1.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 637
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check_2.1.10-1.pgdg+1_arm64.deb
Size: 287768
SHA256: 28a819cfa98d242279eb05b861c35d67eeef24f3e9b43080f5f76849e2f6ad93
SHA1: f8462cfc9652d1ab7807dede844d5b500ebc9def
MD5sum: d097ae474a2ecbfb58576f815aa43a53
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-11-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.1.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 250
Depends: postgresql-11-plpgsql-check (= 2.1.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check-dbgsym_2.1.10-1.pgdg+1_arm64.deb
Size: 221120
SHA256: 4eb9aa2c0c9342d539da98be70c2965d385c998d920b20cad65c81e69bca68b4
SHA1: 11980934f93642e5d86dd9faca86f0b529aaeaa4
MD5sum: fc23a77e32e3f8b1479ff2c21c583330
Description: debug symbols for postgresql-11-plpgsql-check
Build-Ids: 8f6e93cbd0f11ec7a0ef815713fcc41d1ccd5079
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-11-postgis-3
Source: postgis
Version: 3.3.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9575
Depends: postgresql-11, postgresql-11-postgis-3-scripts, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal31 (>= 2.3.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-11-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3_3.3.0+dfsg-1.pgdg+1_arm64.deb
Size: 3436760
SHA256: f50f10d0b80ff2289f0bc91ae8a96e44456668b62e21d3b75f8bd46f391254cd
SHA1: 3afc4591da419fc3d8bed9f293114901fa0a33c8
MD5sum: 3fbec9664883362dbf121f3847cf19f4
Description: Geographic objects support for PostgreSQL 11
 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".
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-11-postgis-3-dbgsym
Source: postgis
Version: 3.3.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4402
Depends: postgresql-11-postgis-3 (= 3.3.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-11-postgis-3-dbgsym_3.3.0+dfsg-1.pgdg+1_arm64.deb
Size: 3860020
SHA256: 77b6476a1f2d77164446de8af503efeca0bdafbb392773ff0ecd9ba28683cfaa
SHA1: 015d88a8e59ca7056839c805052a8ca1ea37394a
MD5sum: 1e97d4705ba32f27699d23278a1854b1
Description: debug symbols for postgresql-11-postgis-3
Build-Ids: 0ae63fa693bea489d69a6ee7cc85a5cc579ca3b2 18328e528fda734c7b68e88cfc8a91a223742ed6 21640ac446b900ac06128fcf4ad032008a999655 252bb65028e4b14d10bba25961e13b7a5a8de8a1 e69f77ad147d3634e38accb024aee9f815f3aebf
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-11-postgis-3-scripts
Source: postgis
Version: 3.3.0+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 40916
Depends: perl:any
Recommends: postgresql-11-postgis-3
Replaces: postgresql-11-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-11-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3-scripts_3.3.0+dfsg-1.pgdg+1_all.deb
Size: 1476084
SHA256: 627439cbcc4bf549768bbf6f5bcd1507748b7d344f1df40e15e1e16f2b85e648
SHA1: 59c7465b3fa1bb3dadd85cc2e6174bc18c9330bf
MD5sum: aa01e8707865ff24c5092ffb87361884
Description: Geographic objects support for PostgreSQL 11 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 11 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-12-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-12-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile_1.5.5-1.pgdg+1_arm64.deb
Size: 24692
SHA256: 9ec2f0fa66ff5f4d7180a8b3bff7109766a8d517d1869097f0064eda3ce5e0a8
SHA1: 3636ff613c89416e41338e94a13e152934404fde
MD5sum: f653986d42df28f412261184b347ead5
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-12-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-12-pgauditlogtofile (= 1.5.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile-dbgsym_1.5.5-1.pgdg+1_arm64.deb
Size: 23992
SHA256: 04d40710380b1cae658a2f3efb66631d96abad9dbaa2b0f80b6d7bd7efca0216
SHA1: 6e4c93f145d21311f086c36df2e1ccfe8b2b8125
MD5sum: 315458133419c231ed36f66c64fa4e4f
Description: debug symbols for postgresql-12-pgauditlogtofile
Build-Ids: d93c96f6c47d35c779727c114fc34a4fd3e75e42
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-12-pgpool2
Source: pgpool2
Version: 4.3.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 442
Depends: libpgpool2 (>= 4.3.3-1.pgdg+1), postgresql-12, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2_4.3.3-1.pgdg+1_arm64.deb
Size: 162716
SHA256: e868faa6f24b1df10ae839c602ee49c6884afcd6600c8d12be74dcb7d611fc6e
SHA1: cd49f00468e101e2bc32007836b4f13103ff60f4
MD5sum: 236216820f57fe00664b4db78a46aa11
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 12 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-12-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-12-pgpool2 (= 4.3.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2-dbgsym_4.3.3-1.pgdg+1_arm64.deb
Size: 52812
SHA256: bed0011e2c3acaf669c38eeb4ea6a0237c561fc99ead641c4d68a6f3bc051165
SHA1: 3876795f897ae59db592ea2ab442dd62dc5ef6d7
MD5sum: 703d5e8435cf0c68b4e6add02e197637
Description: debug symbols for postgresql-12-pgpool2
Build-Ids: b9422a96900b766cc079afcdb18081e243271037 ba6a7b10249acb01cabf5c7885052ac0339bab30 ee110bba86fc1291393094d7873979af85ca25bf
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 2.1.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 646
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_2.1.10-1.pgdg+1_arm64.deb
Size: 293072
SHA256: 6b55502d81260e5f47722f27a4e8a2ee12f66b77d67bd5c85a6ae87dbe9ff627
SHA1: fe738536da47789b73c43d5837bbceb54be2375c
MD5sum: cb427e5060c96801c95881c98387ee72
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.1.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: postgresql-12-plpgsql-check (= 2.1.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_2.1.10-1.pgdg+1_arm64.deb
Size: 230052
SHA256: f18a06ed3e469c03900443fc99cd8a395d0912fd27c8715156a660900405b652
SHA1: 0f3ce92771918fd5d3f84ed4b5076168557601ba
MD5sum: 8a9896c756931f26725c5c65bff5a70a
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: 7fd7ed64c2b6e9bcf3a80d84edf7dac664c62ba9
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.3.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9791
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal31 (>= 2.3.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-12-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.3.0+dfsg-1.pgdg+1_arm64.deb
Size: 3512568
SHA256: 97bc93c5187d50557db3e393d3b2c9dbddd220b8247524ca081631a06e156971
SHA1: 20363968ee33f801bdfe9645c54513475e6802fe
MD5sum: da2cb5126259ff2cd611eb4c0ab41876
Description: Geographic objects support for PostgreSQL 12
 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".
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis
Version: 3.3.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4431
Depends: postgresql-12-postgis-3 (= 3.3.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.3.0+dfsg-1.pgdg+1_arm64.deb
Size: 3888812
SHA256: 5556c949ba43139633637c177ada0c0d667e94e5085baa702da6ca1adef97b2d
SHA1: 14fe4598383a8060990c30baa5982ab54c73cdd6
MD5sum: f37c3f669f874f875033e3d1a118e477
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 155f42eb0531af79a62d68717d84155117446c70 51fc761cc19b784c7fa5c62c09e5e50a9b2f2924 73c19efa5ea0fb2974efcef170dc0170d58a7b19 a3936a0dd96269d966c06c27ece0dd9b51162ef3 fb856087f36662a100968d01cbf80bcdf3a0152c
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.3.0+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 40923
Depends: perl:any
Recommends: postgresql-12-postgis-3
Replaces: postgresql-12-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-12-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.3.0+dfsg-1.pgdg+1_all.deb
Size: 1476616
SHA256: 8ccf4a6f1d1b827a7dc31751764ada0482f48d5355d1af599f13d6b85be11a64
SHA1: 9f391bf34350fc7dca35044d58ae6626080e76b6
MD5sum: 52b2d27ca50f7e938a7fdff365502dee
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-13-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-13-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile_1.5.5-1.pgdg+1_arm64.deb
Size: 24676
SHA256: 64f1c1b8c9b7871de18c4a3f90b5ddacfd8326acf488fc8cafc54d5b1ec9c537
SHA1: d89edd2dc43dd7328ff49c1a96fdd67feeeca1e0
MD5sum: b14fc4356cd590e9640858432d709323
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-13-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-13-pgauditlogtofile (= 1.5.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile-dbgsym_1.5.5-1.pgdg+1_arm64.deb
Size: 24076
SHA256: a1077308630eef71220de547dd1a4f0c091683ab6c0c66b70677267729bac076
SHA1: b0fcfe47cb314cea04bd2dfe6221af070f72a764
MD5sum: e3979e6235ef4c3dfdc9d5cd6a7f91af
Description: debug symbols for postgresql-13-pgauditlogtofile
Build-Ids: f46830a8b59db119f4630f048c5c9164deff1df7
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-13-pgpool2
Source: pgpool2
Version: 4.3.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 441
Depends: libpgpool2 (>= 4.3.3-1.pgdg+1), postgresql-13, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2_4.3.3-1.pgdg+1_arm64.deb
Size: 162856
SHA256: 8ea976c398ac8940418db8c4c165e2bde393b66c5fc399212d797f712587d13a
SHA1: 8a704ade863a735f669b6fa8fc3f7349414024b9
MD5sum: 32cbb27cf8336ef74e868242fb09f867
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 13 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-13-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-13-pgpool2 (= 4.3.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2-dbgsym_4.3.3-1.pgdg+1_arm64.deb
Size: 50268
SHA256: 20e244aeef66ea9d405c51e39e094677137cc81a5d68bd2489b08575252e9bac
SHA1: df2f37b2b921a851eb6f09d6e1ec1890559583c4
MD5sum: 858ce382646503c010f7ebaf71391fcf
Description: debug symbols for postgresql-13-pgpool2
Build-Ids: 13cda50ecc59f8d106c75417f3030df622cf0983 db2750564a0e15f244bb04b0ed0b5ca8091a2569 f7057c9593d0391e0db77cfa0d4414b5be4ba716
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 2.1.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 650
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_2.1.10-1.pgdg+1_arm64.deb
Size: 296444
SHA256: bdf32bb117b39f50ac93ba7a01f2287a8af744a9913baabf3402aeb901bbfba5
SHA1: 27fb9d561c2ed3fc1d257e17e8a693ca357d041c
MD5sum: 026c33a400b8cb8bc6ab59ffc1569a52
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.1.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 280
Depends: postgresql-13-plpgsql-check (= 2.1.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_2.1.10-1.pgdg+1_arm64.deb
Size: 250560
SHA256: d4ed6072a59d41003cc30aaf37c21c4538d59427a51eeb42b3977f89171eb1d1
SHA1: 012341d6423aa33765cf0e92d7a11a0bd4f71063
MD5sum: e04c45aed2cfb1d1a8ed9baae1b01568
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: 8a97a12d3d892142853a1e53fae44fc1bb740a28
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.3.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9781
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal31 (>= 2.3.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-13-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.3.0+dfsg-1.pgdg+1_arm64.deb
Size: 3523640
SHA256: cca4ac95b3cecd8631f285b98a381c5df7011ba634338b025d08c0e4c42f3856
SHA1: 1e5780723674dd6344b89f7ff32f3c61657bd204
MD5sum: f4a72026bc0efc1e4187601fb2b57e22
Description: Geographic objects support for PostgreSQL 13
 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".
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis
Version: 3.3.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4457
Depends: postgresql-13-postgis-3 (= 3.3.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.3.0+dfsg-1.pgdg+1_arm64.deb
Size: 3915304
SHA256: 22c6f08c4855e3093ae8507380590908c236a08a6c56441e9d940cb1948c68f8
SHA1: 19b204985ecea4bcd1ca69d244e104581bc9d3a2
MD5sum: 85bd5fd21837fcb1559619842afdeac2
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 2e915f6d611216b1b6d3a9879db6e0f2d051d3e2 3fb908f5697ed528155f95fe17346cdda5469eaf 7a4153ec3b4bb3b5c096e892392794388c4cdbb1 b174d65dc73a47f1ee0dc98b597f5ad740210217 f75a56e47a7d7f9927e21c191cd11966cae9163b
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.3.0+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 40923
Depends: perl:any
Recommends: postgresql-13-postgis-3
Replaces: postgresql-13-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-13-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.3.0+dfsg-1.pgdg+1_all.deb
Size: 1476440
SHA256: c11ad2781a8933d82165106a671524a50c70c16c2ddef039fa770b95ed63987b
SHA1: 350627e77bb1fcec60329cd2aef447000864470e
MD5sum: 0912ba0b24b7b596ed099102877dd360
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-14-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-14-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile_1.5.5-1.pgdg+1_arm64.deb
Size: 24628
SHA256: 2221732ccd2df92a936f02302531f2f3cfe5e27c7bc19b8f005718df875a1239
SHA1: 31750e1957a5f0361a2a96a6a7f347e5c6d08dc6
MD5sum: 9110c79094d18c9239c208d93575ebce
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-14-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-14-pgauditlogtofile (= 1.5.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile-dbgsym_1.5.5-1.pgdg+1_arm64.deb
Size: 24560
SHA256: cf54a6b526c8f9882ee4c38a899b13ea5ebb1be46e932209e96048b8f820f465
SHA1: c3cd1fc2a13485b61ca627cdace53f7f36598e3b
MD5sum: e4152185e20e651510f2332aaa5eb3f3
Description: debug symbols for postgresql-14-pgauditlogtofile
Build-Ids: bffbe4186998551d265cee2fe78fd8ec45f9f0a2
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-14-pgpool2
Source: pgpool2
Version: 4.3.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 443
Depends: libpgpool2 (>= 4.3.3-1.pgdg+1), postgresql-14, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2_4.3.3-1.pgdg+1_arm64.deb
Size: 163596
SHA256: 8e764037ca356b7ef83e298dffce1d7b13ac9e8802afcd0839d9a0aa3833bee2
SHA1: 87232062a1d4a01d902d6ad9bb1a61343121b2bb
MD5sum: 5a6d596a25d404add68cda2856dcf23a
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 14 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-14-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-14-pgpool2 (= 4.3.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2-dbgsym_4.3.3-1.pgdg+1_arm64.deb
Size: 51044
SHA256: e4293fc4dd6b0e2c759fae5305275e36e9ad8b7d913cdfd486b7d17a4a68e01f
SHA1: ebdb0e70725d1ee44178879b4208d8a23039ac44
MD5sum: 29e5f26db6e09e0e18cc011e09f8e416
Description: debug symbols for postgresql-14-pgpool2
Build-Ids: 16e5b631f7e17788afeadf11011b46c88215cc77 188fdd8c53c9121c0b367caa6254b650dd757e83 60b822acde39170fccf3554bd28727ba530c73d1
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.1.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 661
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.1.10-1.pgdg+1_arm64.deb
Size: 302632
SHA256: 6dab8988e3e1b3fea18295dbfe7199215ac4b5b56ebdf5b4868e5893ed2ef4be
SHA1: 76d6df9eae024f7eea53a5c9fa5ce88bb54825be
MD5sum: 14f3eca6def76a61ea2b68874856cf88
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.1.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 284
Depends: postgresql-14-plpgsql-check (= 2.1.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.1.10-1.pgdg+1_arm64.deb
Size: 254692
SHA256: c7e3b6eea35419564fbb75a3bcf0cf4f37e6c7c9849708f3de9f4abd1ced859c
SHA1: 81b3a1dfc84dbaa4e9eceeaa2d3a3d6beaa1c9a9
MD5sum: 0340b4683dd4c1edfe18a0d3fe36b41b
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: 0d4ebf50e908e24056319f073a062119eccd08d9
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-14-postgis-3
Source: postgis
Version: 3.3.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9846
Depends: postgresql-14, postgresql-14-postgis-3-scripts, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal31 (>= 2.3.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-14-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3_3.3.0+dfsg-1.pgdg+1_arm64.deb
Size: 3531572
SHA256: 640559ba02cb694608bea504399b9a48fbb13a537aea80d19497c35f022325dd
SHA1: 520c9036ddc5f557290c417484531b17d85dfdba
MD5sum: 7be4b39646e0f692f3f2424e8b2f9a9f
Description: Geographic objects support for PostgreSQL 14
 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".
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-14-postgis-3-dbgsym
Source: postgis
Version: 3.3.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4447
Depends: postgresql-14-postgis-3 (= 3.3.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-14-postgis-3-dbgsym_3.3.0+dfsg-1.pgdg+1_arm64.deb
Size: 3905424
SHA256: 9675bf2a5f472e1526d9f83898b76d67c320feecb4494bbeb0e4705771cb6577
SHA1: 86b6ae8268ff43dd9c9df8c4f5af3b247259c258
MD5sum: 484c55cff34ab4516e5db34fc4741704
Description: debug symbols for postgresql-14-postgis-3
Build-Ids: 00dabf1cb0f0e1ef6612a70e2592966be9f302c6 1cbdce743718d871e48c06d63ed82704291bbd0a 2230270069cee5882b0cd64acdcb7f099a5c15fd e16c6fe627e3c052fe74648811dee47a38edcb1e e2047302370944a5e3681de18b06cdbc4876db27
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-14-postgis-3-scripts
Source: postgis
Version: 3.3.0+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 40923
Depends: perl:any
Recommends: postgresql-14-postgis-3
Replaces: postgresql-14-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-14-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3-scripts_3.3.0+dfsg-1.pgdg+1_all.deb
Size: 1476236
SHA256: 90c8dfbe53f15b831ca05199e62d9c08db91a6ed446379a6a3fc7403fb5cc35c
SHA1: 4768d75d5a097a39a463471cb93fc0d00b3879f7
MD5sum: 2569c11a18b68008f52c9af57bd7d798
Description: Geographic objects support for PostgreSQL 14 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 14 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-15-bgw-replstatus
Source: bgw-replstatus (1.0.6-2.pgdg+1)
Version: 1.0.6-2.pgdg+1+b1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 99
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 14)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-15-bgw-replstatus_1.0.6-2.pgdg+1+b1_arm64.deb
Size: 15952
SHA256: c730a7b33682bf7abbdf75c20523f74201ac99e2fab9376d6cd44f230172f8d7
SHA1: 36b9c79c4ef4b00f835f0da3bb53e750065b11d3
MD5sum: 32d3a27a15274a1fca70dae234f8d442
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-15-bgw-replstatus-dbgsym
Source: bgw-replstatus (1.0.6-2.pgdg+1)
Version: 1.0.6-2.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 24
Depends: postgresql-15-bgw-replstatus (= 1.0.6-2.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-15-bgw-replstatus-dbgsym_1.0.6-2.pgdg+1+b1_arm64.deb
Size: 8948
SHA256: 708affa420563eab4c588a6c94f7cba7af6aca26fd3f94ec325a56d612be4141
SHA1: 0a0b94ae7d1e1943e7417668fa57767a41b6a40c
MD5sum: 33e4ddd2d1b24b4e57f2f733f97bf19b
Description: debug symbols for postgresql-15-bgw-replstatus
Build-Ids: 99d1cb513b0c9c935bb563c3fa7bd7fb590cca4a
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-15-hypopg
Source: hypopg (1.3.1-1.pgdg+1)
Version: 1.3.1-1.pgdg+1+b1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 185
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-15-hypopg_1.3.1-1.pgdg+1+b1_arm64.deb
Size: 73440
SHA256: d88723d0fd2733a3a88522b7f72f42227b9e6f25bbf5313485a9caaa22832fe4
SHA1: 2b5e4da8f0b0e20f96b4f809e2dbc5186bc1ca32
MD5sum: a882266ac100b8fc63fb15b53327ffc9
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-15-hypopg-dbgsym
Source: hypopg (1.3.1-1.pgdg+1)
Version: 1.3.1-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 104
Depends: postgresql-15-hypopg (= 1.3.1-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-15-hypopg-dbgsym_1.3.1-1.pgdg+1+b1_arm64.deb
Size: 86384
SHA256: 825aa137f5ec640d8349978ba2dadb45bff9f352d96b50b623d3ad2653c5a10e
SHA1: 7459cce5038aad6a6daeb7c177a8d5a1324e2872
MD5sum: 5e195f67e88c5094eac45f954a2bd27f
Description: debug symbols for postgresql-15-hypopg
Build-Ids: 375230caad35236cec094d9f21eaa47d046edace
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-15-icu-ext
Source: icu-ext (1.6.2-3.pgdg+1)
Version: 1.6.2-3.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 210
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), libicu71 (>= 71.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-15-icu-ext_1.6.2-3.pgdg+1+b1_arm64.deb
Size: 73812
SHA256: f4de4c00ba22f016e8e86277ab0559fa79ce12576a89f6d76fe435b40e350f43
SHA1: 69a85505ea13762b0c9cbbf27edb47042dda5d03
MD5sum: ff0ac7d56a39f77acfbebb780f52961c
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-15-icu-ext-dbgsym
Source: icu-ext (1.6.2-3.pgdg+1)
Version: 1.6.2-3.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-15-icu-ext (= 1.6.2-3.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-15-icu-ext-dbgsym_1.6.2-3.pgdg+1+b1_arm64.deb
Size: 63224
SHA256: 802ff99bd0611160cd7897b42e825ffa8478ca5792324dc5e9986870b9edb50e
SHA1: ddce1ace24884865727717b59896bd8ce677cecc
MD5sum: d0f1eae2c628d490e69c32d18ddca540
Description: debug symbols for postgresql-15-icu-ext
Build-Ids: f810f52a215cd7633dfcf3e510c51c1b63eb982b
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-15-mysql-fdw
Source: postgresql-mysql-fdw (2.8.0-2.pgdg+1)
Version: 2.8.0-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 340
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-15, libc6 (>= 2.34)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-15-mysql-fdw_2.8.0-2.pgdg+1+b1_arm64.deb
Size: 142400
SHA256: 13b9418ed6a1f9a16f48cb4997cbee8a8ba31075a1740386cbc8636e9b3c5321
SHA1: b66dd3df510b903b29a34c1721c11b83c858b59e
MD5sum: 11145ccb00148e5a24a6766fc7a04fd6
Description: Postgres 15 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 15.
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-15-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw (2.8.0-2.pgdg+1)
Version: 2.8.0-2.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 173
Depends: postgresql-15-mysql-fdw (= 2.8.0-2.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-15-mysql-fdw-dbgsym_2.8.0-2.pgdg+1+b1_arm64.deb
Size: 154940
SHA256: ba39d25bd8b85d6727b1ddd78c9f6f2a2529c42c60c283db80bddef05da8d2b1
SHA1: 5cd94f5686d9bc1e6d59c787bf4d54f36a80b8b1
MD5sum: e68302fb96024c9eacebc772bd78e2ad
Description: debug symbols for postgresql-15-mysql-fdw
Build-Ids: b96bde77fba15e343901847f22e51230c1c4a2da
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-15-orafce
Source: orafce (3.24.4-1.pgdg+1)
Version: 3.24.4-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1062
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-15-orafce_3.24.4-1.pgdg+1+b1_arm64.deb
Size: 344640
SHA256: 9dc7e3cefe4a29f51e4eeb146dadccd69647b35c7e6f0dd430923a8ff43268a3
SHA1: 3218dde6d73ed39c6b79542e7ada6f598c4f32c5
MD5sum: 9f8d0ffe1979906c24bad2f3da10d06e
Description: Oracle support functions for PostgreSQL 15
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-15-orafce-dbgsym
Source: orafce (3.24.4-1.pgdg+1)
Version: 3.24.4-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 282
Depends: postgresql-15-orafce (= 3.24.4-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-15-orafce-dbgsym_3.24.4-1.pgdg+1+b1_arm64.deb
Size: 236484
SHA256: 9acf9b4f9291cbbf9d6defbbc807a4b6c542312a9c5cecf3835180b3a766d3d4
SHA1: e50e574ea9e7b1aaad494ea9d21fa06a16df8a70
MD5sum: 4ba4bc6777e2318d5941b9967968ca1a
Description: debug symbols for postgresql-15-orafce
Build-Ids: f0e95cf4234acd030fe691171069a7adf20a02e7
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-15-partman
Source: pg-partman (4.7.0-1.pgdg+1)
Version: 4.7.0-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6800
Depends: postgresql-15, python3, python3-psycopg2, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-15-partman_4.7.0-1.pgdg+1+b1_arm64.deb
Size: 257828
SHA256: 14cc92fa228ff60bdb39dd40b8a7ec1d4bb1cdcf69e7021b8648b2fcc6a9f42e
SHA1: 3479f808c84a1257baf5a7f85f1f03119ef0253e
MD5sum: c2d942594095beaedea2c589460fd097
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.
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-15-partman-dbgsym
Source: pg-partman (4.7.0-1.pgdg+1)
Version: 4.7.0-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-15-partman (= 4.7.0-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-15-partman-dbgsym_4.7.0-1.pgdg+1+b1_arm64.deb
Size: 22500
SHA256: dcd59e47b81e6edefc04e5f4e2ebf721c807b39530838f1745a7cbb1729eb9a3
SHA1: 4aee5ef13d02e281406ea280430861b5416c54c7
MD5sum: 5a0b429b9f201295dda7335169c7a786
Description: debug symbols for postgresql-15-partman
Build-Ids: 4e55e8660bf79ffd0b3e7aaa87248f9b5b86468d
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-15-pg-checksums
Source: pg-checksums
Version: 1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-15, libc6 (>= 2.34)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-15-pg-checksums_1.1-1.pgdg+1_arm64.deb
Size: 35540
SHA256: 9efd9c2811a389ca6d37ff8a19eec771cd3f9425b423a9f47f936d723fd37791
SHA1: 0b942fd5cc9496dd5be27a84d0ebea4132d91640
MD5sum: 58d70c9a8f9fed9750dae521e1cee46c
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-15-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-15-pg-checksums (= 1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-15-pg-checksums-dbgsym_1.1-1.pgdg+1_arm64.deb
Size: 22352
SHA256: 648bba5694bbe4c83a4ded155b06e9f30277e19087f218fe153da414c3267489
SHA1: 971a488bb3525a9aade623d75cc5dafc65d3f41e
MD5sum: b6695548221201e903e6862d67a03314
Description: debug symbols for postgresql-15-pg-checksums
Build-Ids: 8b84c709cea7dcf58eeded20b53a2196bc23dc84
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-15-pgextwlist
Source: pgextwlist (1.14-1.pgdg+1)
Version: 1.14-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-15-pgextwlist_1.14-1.pgdg+1+b1_arm64.deb
Size: 38544
SHA256: 82fe797d333e35b51a40f746bf1ff608f2daca6a072c055bd42d5de878e8f3d8
SHA1: 52d619656232a6f08d60f335cfffa62776b847ec
MD5sum: adad73484612def8f34753732247998f
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.
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-15-pgextwlist-dbgsym
Source: pgextwlist (1.14-1.pgdg+1)
Version: 1.14-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-15-pgextwlist (= 1.14-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-15-pgextwlist-dbgsym_1.14-1.pgdg+1+b1_arm64.deb
Size: 53468
SHA256: 5f615fe5ea42ed979b5f08db532b3888f4c639063d2a28b2db2ed4cfb7de0d45
SHA1: 573dab5f25d5d752136ab74d1c986ec2e469832c
MD5sum: cc74ef571728bd63b02001663bbbf152
Description: debug symbols for postgresql-15-pgextwlist
Build-Ids: be52b5660ba758c82fdc342ad6c4cad8a281bd14
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-15-pgpool2
Source: pgpool2
Version: 4.3.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 443
Depends: libpgpool2 (>= 4.3.3-1.pgdg+1), postgresql-15, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2_4.3.3-1.pgdg+1_arm64.deb
Size: 164592
SHA256: fea717d3c80e18e86cf7cbb722de88de69c13050b6a53273d1c4808c8e992fe9
SHA1: f7064c931d511cd5334c2581e3f533e8c663bc71
MD5sum: a60be9af01545d1364213e7190997285
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 15 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-15-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-15-pgpool2 (= 4.3.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2-dbgsym_4.3.3-1.pgdg+1_arm64.deb
Size: 51564
SHA256: f59af9885415be9c91ce8859577476d18f763287249cc9b77c4d28c59e14ff4d
SHA1: 2ec5722e7fa2269e8923c921b8a9b2e2ec0503d0
MD5sum: 1dd68478ff7517ea323437b12c40c13e
Description: debug symbols for postgresql-15-pgpool2
Build-Ids: 0483ab75fd64b1cfb176e4b030b61431c872a532 9521adc7402084223e516a0cc848a03dbc710efe d091eda1bc05bf1341a4f95688efa78d6d42504c
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-15-pgq3
Source: pgq (3.4.1-2.pgdg+1)
Version: 3.4.1-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2042
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 14), pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-15-pgq3_3.4.1-2.pgdg+1+b1_arm64.deb
Size: 147184
SHA256: e791e6ebe1d98f9ae7e338a788e54007efba93c76935625718855727e4e02504
SHA1: 7c8e130613d07628b82da3dc8dc9dc25758ea3cc
MD5sum: c697eb20cedc5805e3d5f6318f9d75db
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-15-pgq3-dbgsym
Source: pgq (3.4.1-2.pgdg+1)
Version: 3.4.1-2.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-15-pgq3 (= 3.4.1-2.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-15-pgq3-dbgsym_3.4.1-2.pgdg+1+b1_arm64.deb
Size: 77740
SHA256: 699d423daf6c77a33e09cd31e77af4502ede59a66f2089a85c9d5b09f91a6eb6
SHA1: 24c46e99f54f90716cb3c7e6a5aeea158e2b5c29
MD5sum: fa0d03b820bfa4dc831838fee8d830c7
Description: debug symbols for postgresql-15-pgq3
Build-Ids: ddaa378a58fac10ade1cdd5ffee0497c067c370b f4c4d225522ddf002d36b006a80192cd4dac6b20
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-15-pg-qualstats
Source: pg-qualstats (2.0.4-1.pgdg+1)
Version: 2.0.4-1.pgdg+1+b1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 175
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-15-pg-qualstats_2.0.4-1.pgdg+1+b1_arm64.deb
Size: 64244
SHA256: 4da0230b0b33892392036eebae04bd5e4fbd0fd86f00e68aad117073e0fc4023
SHA1: 1e857dc65cbd314d96d0ffc7f7c60593baeee4d4
MD5sum: c07fb1102d07238ca3bc307f4804ec37
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-15-pg-qualstats-dbgsym
Source: pg-qualstats (2.0.4-1.pgdg+1)
Version: 2.0.4-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 78
Depends: postgresql-15-pg-qualstats (= 2.0.4-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-15-pg-qualstats-dbgsym_2.0.4-1.pgdg+1+b1_arm64.deb
Size: 61436
SHA256: a8164e0057caa20f738056d1a26bbce66b294414687615bfc5ac0e43af009e86
SHA1: fdccffeb38a79a7a2e7dbab064991a93fecff8b6
MD5sum: 59bedd7a7d3e3b2b8cb75fc072d65607
Description: debug symbols for postgresql-15-pg-qualstats
Build-Ids: c7906f243939a976408448aff6736ac0d55a945e
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-15-pg-stat-kcache
Source: pg-stat-kcache (2.2.1-1.pgdg+1)
Version: 2.2.1-1.pgdg+1+b1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 164
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-contrib-15
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-15-pg-stat-kcache_2.2.1-1.pgdg+1+b1_arm64.deb
Size: 41056
SHA256: 3a7faea89e2e3cf26373f01b57ced4f37b2a1e361fd3c0db044b78ea865b1a96
SHA1: c12518c3cf11f4748a2f79322325bc01f5ae989e
MD5sum: 97aff542abf84444f95aaec8f38c018f
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-15-pg-stat-kcache-dbgsym
Source: pg-stat-kcache (2.2.1-1.pgdg+1)
Version: 2.2.1-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 58
Depends: postgresql-15-pg-stat-kcache (= 2.2.1-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-15-pg-stat-kcache-dbgsym_2.2.1-1.pgdg+1+b1_arm64.deb
Size: 40896
SHA256: 12552e4e83064de19af11b2e4494ea1ac7c973939a8dc4e310fab9f0d3eece0f
SHA1: db90b4353747bf62ec48c243a5d68837886f3863
MD5sum: ee8f73c76c59d4cb52572edc54e713e7
Description: debug symbols for postgresql-15-pg-stat-kcache
Build-Ids: 30431ffdd413c77e6a925b433d95d492d2d84c86
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check (2.1.10-1.pgdg+1)
Version: 2.1.10-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 686
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.1.10-1.pgdg+1+b1_arm64.deb
Size: 317792
SHA256: ece57cbdf4f71bf482e71e0e5ec53b32430d3f4af3b3bb7a4ee0556d76ce36fe
SHA1: e9198a2490c959e9f5759c4095cbbe2021836b8e
MD5sum: ff2f30b7ad4f68fdd6eefbf8f04979d8
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-15-plpgsql-check-dbgsym
Source: plpgsql-check (2.1.10-1.pgdg+1)
Version: 2.1.10-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 307
Depends: postgresql-15-plpgsql-check (= 2.1.10-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.1.10-1.pgdg+1+b1_arm64.deb
Size: 274716
SHA256: 955524eeb791df6c0e85d6631634432c239b1f0025ab9de8fce284d3aa34aeb8
SHA1: 2c8e9331e960b7ebaa4576c346e7d0dc0a2f6d69
MD5sum: 17dc5e71ddef145d54b41e2f025b27a4
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: fd037b0748136327c5c2f262c0dd38304580b811
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-15-plproxy
Source: postgresql-plproxy (2.10.0-7.pgdg+1)
Version: 2.10.0-7.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 372
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-15-plproxy_2.10.0-7.pgdg+1+b1_arm64.deb
Size: 156084
SHA256: e4d16f4c0b9345c434f503b120eedcb1af37b3a930f7712a26b85b9816ad6ef2
SHA1: 6797085afdac1a2d4dc90eca9b281cab077a93a3
MD5sum: 4da820098bdd273bfb2455037c7f9f54
Description: database partitioning system for PostgreSQL 15
 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.
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-15-plproxy-dbgsym
Source: postgresql-plproxy (2.10.0-7.pgdg+1)
Version: 2.10.0-7.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-15-plproxy (= 2.10.0-7.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-15-plproxy-dbgsym_2.10.0-7.pgdg+1+b1_arm64.deb
Size: 123220
SHA256: cd269e99cc14e4501b016b12bb2e7a92d7df844cd6afb75b6cd29b34f98cdc33
SHA1: c6fa8deba0364ccc12e531665521b5d51a91ea50
MD5sum: 49e03a49780170411e2418f3e8206b68
Description: debug symbols for postgresql-15-plproxy
Build-Ids: 2f7fc84845cab31570e87034bee31336f18ddfaf
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-15-plr
Source: plr (1:8.4.5-1.pgdg+1)
Version: 1:8.4.5-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 364
Depends: r-base-core (>= 2.10), postgresql-15, libc6 (>= 2.33)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-15-plr_8.4.5-1.pgdg+1+b1_arm64.deb
Size: 161392
SHA256: e020540f670f92280ee796e07413e92d930166a26ed51b4a3ef497af82e2bae3
SHA1: 9d0a79dbfb750ae7f7577cadfb765b9ba3dd6e0b
MD5sum: 95d2fa9630f5aa2fe7af683badb80b7d
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.
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-15-plr-dbgsym
Source: plr (1:8.4.5-1.pgdg+1)
Version: 1:8.4.5-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-15-plr (= 1:8.4.5-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-15-plr-dbgsym_8.4.5-1.pgdg+1+b1_arm64.deb
Size: 129668
SHA256: 8a4cc1975bba2e68525805a3e38987be75eaf1968d2540c676560b285d89dbc7
SHA1: 3bafbef3287285809c2dc61b6922a5055c54f30b
MD5sum: 274bad7a662f9ed0189264618a7f7573
Description: debug symbols for postgresql-15-plr
Build-Ids: dfa458a2065b5438a13726b3aa45447e00944bdd
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-15-plsh
Source: postgresql-plsh (1.20200522-4.pgdg+1)
Version: 1.20200522-4.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 126
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 14)
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-15-plsh_1.20200522-4.pgdg+1+b1_arm64.deb
Size: 34080
SHA256: 7814a55b277e6297a28825dc8ea00e4e3b3937f67ca2ca7b1c0f6a82e0d7fbdd
SHA1: 268eedddff32272d4b0be1cc339af42172b602ec
MD5sum: 8d9465089c8488708689129ed3aef827
Description: PL/sh procedural language for PostgreSQL 15
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in a shell of his choice.  You need this package
 if you have any PostgreSQL 15 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-15-plsh-dbgsym
Source: postgresql-plsh (1.20200522-4.pgdg+1)
Version: 1.20200522-4.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-15-plsh (= 1.20200522-4.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-15-plsh-dbgsym_1.20200522-4.pgdg+1+b1_arm64.deb
Size: 45660
SHA256: f446ee094cb825844d050f18dfa8bee3b4b52b49b38166ddb66974f2dd7da7ed
SHA1: 5a639eff6a9b11a38ca165fbd517c0b36234cbac
MD5sum: fb76a20a9b218b973cec7ce63b67d723
Description: debug symbols for postgresql-15-plsh
Build-Ids: 45c0d1bf3d49b77d0553f812291a96d00a2e2564
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-15-powa
Source: powa-archivist (4.1.4-1.pgdg+1)
Version: 4.1.4-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1470
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-contrib-15
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-15-powa_4.1.4-1.pgdg+1+b1_arm64.deb
Size: 57072
SHA256: 1650968366965462ad5cb3d1ed4592bd1d2b4e8139f8f557349974081f76488b
SHA1: 3e8c4d1406f44d5246abbc72a8e4f7febecfd83b
MD5sum: a751eb647fc8f0bcd15aff0d1942b282
Description: PostgreSQL Workload Analyzer -- PostgreSQL 15 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-15-powa-dbgsym
Source: powa-archivist (4.1.4-1.pgdg+1)
Version: 4.1.4-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-15-powa (= 4.1.4-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-15-powa-dbgsym_4.1.4-1.pgdg+1+b1_arm64.deb
Size: 35816
SHA256: b4f4a99d672d8a3e144b3105eccf041aac26b82ffb131ad68d97a6eddd42b996
SHA1: 016f6f75e809407682c76ddc2dd7bc2f346a2593
MD5sum: 5c01780e7ef4b46f608ef94874eb3be9
Description: debug symbols for postgresql-15-powa
Build-Ids: 8755f9a60199c9be9efb8da42f22d21ec37b279c
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-15-set-user
Source: postgresql-set-user (3.0.0-3.pgdg+1)
Version: 3.0.0-3.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-15-set-user_3.0.0-3.pgdg+1+b1_arm64.deb
Size: 42312
SHA256: bf33bf8a507aa7b2ecd8bd4bc5c0a092ff3ad94a996712353d92c343a7649bd7
SHA1: a4c2e85fe4c10bcc9019a91215538b77f4ec3c64
MD5sum: 342e6a688fb9e32885e1b2f00de2224b
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-15-set-user-dbgsym
Source: postgresql-set-user (3.0.0-3.pgdg+1)
Version: 3.0.0-3.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-15-set-user (= 3.0.0-3.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-15-set-user-dbgsym_3.0.0-3.pgdg+1+b1_arm64.deb
Size: 50360
SHA256: 47f175c758387613bb402791a810e9c5c9ebcb58b6829119cfe55afb1ec37b53
SHA1: 8d2e1b93e012914b08894b54513ac6af4230c1f1
MD5sum: 4d7b7444c46725d800c54eeca19feafb
Description: debug symbols for postgresql-15-set-user
Build-Ids: 62049d199729ffdc7a7ea736d8a8cd445f5de59d
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-15-tablelog
Source: tablelog (0.6.3-1.pgdg+1)
Version: 0.6.3-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 170
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 14)
Homepage: https://github.com/credativ/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-15-tablelog_0.6.3-1.pgdg+1+b1_arm64.deb
Size: 51784
SHA256: e97b1db0f5f10d1253f1385ea8c98cda0a8662a83ec052a7042abdb95147d9b8
SHA1: 077b2aac682754565f779e656873052ed9037db2
MD5sum: c9c82d192b1ade15285184d434e61e3d
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-15-tablelog-dbgsym
Source: tablelog (0.6.3-1.pgdg+1)
Version: 0.6.3-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-15-tablelog (= 0.6.3-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-15-tablelog-dbgsym_0.6.3-1.pgdg+1+b1_arm64.deb
Size: 49584
SHA256: 6218be0e8eb16c19673fb5ed74a5ce9d18e36ecd59c138249dcaa77feecd7d57
SHA1: 1eaaa53d01b62f8a1d78a52b7827a7ef869acaae
MD5sum: 5dceb38d51a185275a7ce70077e222f6
Description: debug symbols for postgresql-15-tablelog
Build-Ids: a7b833f34921ba25a2b1c1ff524c05c8f744ddc0
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-all
Source: postgresql-common
Version: 243.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: libecpg-dev, libpq-dev, postgresql-common (= 243.pgdg+1), postgresql-server-dev-all, postgresql-contrib-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-contrib-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-contrib-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12, postgresql-contrib-13, postgresql-plperl-13, postgresql-plpython3-13, postgresql-pltcl-13, postgresql-contrib-14, postgresql-plperl-14, postgresql-plpython3-14, postgresql-pltcl-14
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_243.pgdg+1_all.deb
Size: 67156
SHA256: 43e7a8e3a49fb829b56381fe213a35bbb996b8f13e7b735878b60d5c69ef7702
SHA1: d9b1aebdb79cbf506458f7497f3b6ec8e17ceab8
MD5sum: 450ee3349409b4fd8242c09729e7d98c
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 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.
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-client
Source: postgresql-common (243.pgdg+1)
Version: 14+243.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-client-14
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_14+243.pgdg+1_all.deb
Size: 67040
SHA256: d485db3014b88d45242885612b34829a707be155b25adca524e3ff544e59adb8
SHA1: 2d3e2dac00ea943c17569e6826d802bb8950e1aa
MD5sum: 1eea83cb4832787e8b84e66d9662632d
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.
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-client-common
Source: postgresql-common
Version: 243.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: netbase, perl:any, pgdg-keyring
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_243.pgdg+1_all.deb
Size: 91812
SHA256: 1f6504526f22c85fa231da3cf0558f7eacb377eb4706110058e2a5de9d079e0a
SHA1: 900702655c10c9d0258350a94b43c0903cee792a
MD5sum: 9a88f3ff9531b8145756227557a536fc
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.
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-common
Version: 243.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 697
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, libjson-perl, lsb-base (>= 3.0-3), postgresql-client-common (= 243.pgdg+1), ssl-cert (>= 1.0.11), ucf, perl:any
Recommends: e2fsprogs, logrotate
Breaks: postgresql-9.1 (<< 9.1.1-3~), postgresql-server-dev-all (<< 204)
Replaces: postgresql-server-dev-all (<< 204)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_243.pgdg+1_all.deb
Size: 231312
SHA256: 7ad8c33c443ba21f8eed16bc6d816b0619460d4cb41516049e769fc0926fbd64
SHA1: 1b9b4c0bda83de126ac18803dc1be0097809bbc0
MD5sum: 13598b480eeac76602f7a51fb18df670
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.
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-contrib
Source: postgresql-common (243.pgdg+1)
Version: 14+243.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-contrib-14
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-contrib_14+243.pgdg+1_all.deb
Size: 67036
SHA256: 91d5b0cd0e01f05f31a17aa6685b0389712c7a25828f5afda9db9addb3712e55
SHA1: 59e259f0fb79adbf3bfc3ccce440bd767e52f5e3
MD5sum: 87864d1feaf65061ef8c7d9976c2fecf
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.
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-doc
Source: postgresql-common (243.pgdg+1)
Version: 14+243.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-doc-14
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_14+243.pgdg+1_all.deb
Size: 67028
SHA256: 6b7443db540f7341256e031b06d36d55e4fc845b102df664142e0c1c77ea15fe
SHA1: 458379e72f2b9df70e254540cf8af50d0cc29134
MD5sum: 5395dbba70768163ad1778d0675dcb42
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.
Timestamp: 2022-09-08 15:03:32+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 243.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: make:any, postgresql-common (= 243.pgdg+1), postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12, postgresql-server-dev-13, postgresql-server-dev-14
Multi-Arch: same
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_243.pgdg+1_arm64.deb
Size: 77404
SHA256: 908c86ea3a248031878f768f95c037b83f456fa64828c7ff2bd1816118cb0405
SHA1: 424753d25aaf41b08591d07373ba5be4d31556eb
MD5sum: adbcf83f46d0c6f827ac6e02c81a837d
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, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 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.
Timestamp: 2022-09-08 15:03:32+00

Package: prometheus-sql-exporter
Version: 0.4.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9013
Depends: postgresql-common, libc6 (>= 2.34)
Built-Using: golang-1.19 (= 1.19-1), golang-github-beorn7-perks (= 1.0.1-1), golang-github-cenkalti-backoff (= 4.1.0-2), golang-github-cespare-xxhash (= 2.1.1-2), golang-github-denisenkom-go-mssqldb (= 0.0~git20170717.0.8fccfc8-7), golang-github-go-kit-log (= 0.2.0-3), golang-github-go-logfmt-logfmt (= 0.5.0-2), golang-github-go-sql-driver-mysql (= 1.5.0-1), golang-github-jmoiron-sqlx (= 1.3.5-1), golang-github-lib-pq (= 1.10.6-1), golang-github-prometheus-client-golang (= 1.11.1-1), golang-github-prometheus-client-model (= 0.2.0-3), golang-github-prometheus-common (= 0.32.1-8), golang-github-prometheus-procfs (= 0.8.0-3), golang-github-robfig-cron (= 3.0.1-1), golang-go.crypto (= 1:0.0~git20220829.c86fa9a-1), golang-golang-x-net (= 1:0.0+git20220728.c7608f3+dfsg-2), golang-golang-x-sys (= 0.0~git20220825.c680a09-1), golang-goprotobuf (= 1.3.4-2), golang-protobuf-extensions (= 1.0.1-1), golang-yaml.v2 (= 2.4.0-4)
Homepage: https://github.com/justwatchcom/sql_exporter
Priority: optional
Section: database
Filename: pool/main/p/prometheus-sql-exporter/prometheus-sql-exporter_0.4.5-1.pgdg+1_arm64.deb
Size: 2475976
SHA256: 779868a98d68229a6ecf7ce853a6d4df462d237b9ced122a8547a1973760a4bc
SHA1: b77105631c86df5606038f887eb854f083fab195
MD5sum: 1ec768c92f8f9592c04271488c3932f8
Description: Flexible SQL Exporter for Prometheus
 This Prometheus exporter extracts various metrics from PostgreSQL, MySQL, and
 MSSQL databases. The metrics are configurable via a YAML file.
Timestamp: 2022-09-08 15:03:32+00

Package: postgis
Version: 3.3.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 509
Depends: libc6 (>= 2.34), libgdal31 (>= 2.0.1), libgeos-c1v5 (>= 3.6), libpq5, libproj25 (>= 5.2.0)
Recommends: postgresql-postgis, postgis-doc
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.3.1+dfsg-1.pgdg+1_arm64.deb
Size: 140856
SHA256: a1d9f67270815ba93abcfcb327910812bb8db0214f2157626fc7db110f0182a6
SHA1: 657926568d71b9e2589e1d04d5b789a683da71e8
MD5sum: 27205158d32524c115c9287c9dc6ae3a
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2022-09-11 09:07:53+00

Package: postgis-dbgsym
Source: postgis
Version: 3.3.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 704
Depends: postgis (= 3.3.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.3.1+dfsg-1.pgdg+1_arm64.deb
Size: 531592
SHA256: 8ad417535331fc26de392ad7cd522186af7eb70c96750a032e82c189befb5319
SHA1: f1850167e7e0ed43d7ecfc6c821c76339595a55f
MD5sum: 0dfb480c71771dd7e2ed8c82338f5d57
Description: debug symbols for postgis
Build-Ids: 0613761b26fd2820181ed274ffe56e960bc1d249 48d0b9f4976ec58d9203cf08708fe8c6dcdd6b83 baa3d243aba2a1ef1d1e3b2cc0a161d6a5db05bc
Timestamp: 2022-09-11 09:07:53+00

Package: postgis-doc
Source: postgis
Version: 3.3.1+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6035
Suggests: postgis
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: doc
Filename: pool/main/p/postgis/postgis-doc_3.3.1+dfsg-1.pgdg+1_all.deb
Size: 2758116
SHA256: e1a458c650940ab08f59f5650e486c8e737ff9b9ddb1ece1d861949e19d9e0d1
SHA1: 51c7d88a10ca192b9d9350aa56feb689bebac9cc
MD5sum: 3ebcdadce4685d0ec0bfcc85c1ab8c30
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.
Timestamp: 2022-09-11 09:07:53+00

Package: postgresql-11-postgis-3
Source: postgis
Version: 3.3.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9542
Depends: postgresql-11, postgresql-11-postgis-3-scripts, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal31 (>= 2.3.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-11-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3_3.3.1+dfsg-1.pgdg+1_arm64.deb
Size: 3403940
SHA256: 488612f04d8b172ef68b66a4608d1c0fd959f34c97f48b646a2f600c32feacdb
SHA1: d9b9f85412bd1ba5bc534a68986343036b4c363b
MD5sum: cd28855a452065abd4be1cdbd692a005
Description: Geographic objects support for PostgreSQL 11
 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".
Timestamp: 2022-09-11 09:07:53+00

Package: postgresql-11-postgis-3-dbgsym
Source: postgis
Version: 3.3.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4402
Depends: postgresql-11-postgis-3 (= 3.3.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-11-postgis-3-dbgsym_3.3.1+dfsg-1.pgdg+1_arm64.deb
Size: 3859556
SHA256: 9620a33785f291ad8e95eb6cdc413d30ff32fd9defcf1ad3af9d87adcb629e46
SHA1: 3932899d2764c5028be875a3c1398907fc9f070f
MD5sum: 77513a2c5855c500d0d2109eba0d6252
Description: debug symbols for postgresql-11-postgis-3
Build-Ids: 343371e7d7bf1ca58e1a60ed221ff7334b43a0de 60f302d29a54ece5ba4808d342f4e09c47b5e8bf 70eeeb63113650f85454044e7f5a788b3bfbd574 ee80bc0db5fecfd77f9f83895db8210f1ba5b7f1 efeb9a41425142154d002b4c1c220d1c602d02c9
Timestamp: 2022-09-11 09:07:53+00

Package: postgresql-11-postgis-3-scripts
Source: postgis
Version: 3.3.1+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 40897
Depends: perl:any
Recommends: postgresql-11-postgis-3
Replaces: postgresql-11-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-11-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3-scripts_3.3.1+dfsg-1.pgdg+1_all.deb
Size: 1441564
SHA256: 71dfe7c0569cdf97f2e2588aff2064b898a76e2c2be7e5e9326c92d9f923f498
SHA1: 04716fd1cb6f0049603e4ed5b1d0541253996a0b
MD5sum: 8c2c8fd13ab54656a4674e6d90cbf1c1
Description: Geographic objects support for PostgreSQL 11 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 11 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2022-09-11 09:07:53+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.3.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9759
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal31 (>= 2.3.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-12-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.3.1+dfsg-1.pgdg+1_arm64.deb
Size: 3478532
SHA256: cf2382543f5e5c31219e78a2d902a6470d5effa39a8806b77a20fbc10eefc4da
SHA1: b06ccb0373e6548f8bec8c902ec18f2c0b34115a
MD5sum: abb758b12e3c7ad720088b0cb8ed9377
Description: Geographic objects support for PostgreSQL 12
 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".
Timestamp: 2022-09-11 09:07:53+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis
Version: 3.3.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4431
Depends: postgresql-12-postgis-3 (= 3.3.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.3.1+dfsg-1.pgdg+1_arm64.deb
Size: 3888756
SHA256: 62ad98651d80f0e049e0f17f6242261267cad8a6aaf52df7ab53a9bcb5da7aaa
SHA1: 0d1eb0bb20e92613c82cb8689019c832058fc97b
MD5sum: 197842a860e33184c55c2da3a14c299b
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 375b04e2ed801ec405671612bd1199abebade1e3 6866bd9d792f5d85e4e9ffc3037617ec0916a850 8a7b8b70b18c4ffcf834a674f8f77139571872a2 ef56336b2b6c9100a0336a139263ec703cd18ed1 f8ff0f16c7375ef30674170f477b47c6e544839b
Timestamp: 2022-09-11 09:07:53+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.3.1+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 40904
Depends: perl:any
Recommends: postgresql-12-postgis-3
Replaces: postgresql-12-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-12-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.3.1+dfsg-1.pgdg+1_all.deb
Size: 1441396
SHA256: 413eb55ae279388f011aa7dc14ae9d30b36fe5b6b5bca50fa84c32d3b7b49730
SHA1: 712c5105f63f9f53394cab72a4c005a7c3fefa24
MD5sum: aa7cb34494f0391bc7d7e5308466c28f
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2022-09-11 09:07:53+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.3.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9748
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal31 (>= 2.3.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-13-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.3.1+dfsg-1.pgdg+1_arm64.deb
Size: 3489624
SHA256: 777dfe83bdd179ef171c8e1850b2e3430e33a6c71289f18e359851dce977a263
SHA1: 2d84c818a4a51f5e082a6c5a31202cd7b285169e
MD5sum: a4e91efcebab22ca7b1f33f15685f934
Description: Geographic objects support for PostgreSQL 13
 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".
Timestamp: 2022-09-11 09:07:53+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis
Version: 3.3.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4457
Depends: postgresql-13-postgis-3 (= 3.3.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.3.1+dfsg-1.pgdg+1_arm64.deb
Size: 3914156
SHA256: 1baabda376bd13055a273922df45393d8e03f18ac590eae7767faf7189a0fe79
SHA1: 446d6d3518a89832a41446d77092872e376a55ec
MD5sum: 73bb23478f109f7cec2ec75690710e15
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 2cae8c57363cb73e5d81f4c7dc7943a91266d8a2 553c823cc6fda248231900346b853909e5e28a96 9f298085519d5fc585a08b1f56303ca55b6e46b1 aaecbdbf973632053eb5b67468f6fd4b5abddca2 be9057f03800af10b5f1f69f46ec8c56140a9611
Timestamp: 2022-09-11 09:07:53+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.3.1+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 40904
Depends: perl:any
Recommends: postgresql-13-postgis-3
Replaces: postgresql-13-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-13-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.3.1+dfsg-1.pgdg+1_all.deb
Size: 1441284
SHA256: 01b11f0273aeacbf933103aed4e44d879c03bac90dca7209d52b1baaa546d648
SHA1: 3b9c7e58a7ee3c5caa4089bff8a9bf82f910260a
MD5sum: b3f0027a0c9ed8ae39d947cd9e9b354c
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2022-09-11 09:07:53+00

Package: postgresql-14-postgis-3
Source: postgis
Version: 3.3.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9734
Depends: postgresql-14, postgresql-14-postgis-3-scripts, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal31 (>= 2.3.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-14-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3_3.3.1+dfsg-1.pgdg+1_arm64.deb
Size: 3463468
SHA256: 1b279b75c1753f424ea5d88bc7358de22e00f576c1b73199c8d4290a83728e95
SHA1: c942b8a9fdb38145a808ca1a19010e255fc32aed
MD5sum: a60c4a016705c0fb49b6ee077bbc5098
Description: Geographic objects support for PostgreSQL 14
 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".
Timestamp: 2022-09-11 09:07:53+00

Package: postgresql-14-postgis-3-dbgsym
Source: postgis
Version: 3.3.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4432
Depends: postgresql-14-postgis-3 (= 3.3.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-14-postgis-3-dbgsym_3.3.1+dfsg-1.pgdg+1_arm64.deb
Size: 3891488
SHA256: 958958609b8b450dc660895df394853b1cb2c6b41c2af2c44af12295b72fbd26
SHA1: 0cec5ad8f6a904366d6009be01f002cd36288ad2
MD5sum: 669e5082f5e3d0e5e7195b55b648c176
Description: debug symbols for postgresql-14-postgis-3
Build-Ids: 273c317fff26d17d100cb0cbeb644e88a423e2cb 2d31fd42f7131ebe997c91b6ce0bad3213b081b1 778b4c1653a6d639bf6470b2eb5cd1bc0cd78f5c bcd728d00974546ce9c90dca6b2913e23945ddaa debad506905e054e8c7d5460be8a8bcb44c828cd
Timestamp: 2022-09-11 09:07:53+00

Package: postgresql-14-postgis-3-scripts
Source: postgis
Version: 3.3.1+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 40904
Depends: perl:any
Recommends: postgresql-14-postgis-3
Replaces: postgresql-14-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-14-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3-scripts_3.3.1+dfsg-1.pgdg+1_all.deb
Size: 1441304
SHA256: c777065cbb89f10d678580ff30ed9638892eb81a4818bf370525a2bc8ab8d2ef
SHA1: 6bb80632591be3169e5ee440ab979e23e603bb9f
MD5sum: 81e7d6ba47c5aa5d622ffe59a51923e8
Description: Geographic objects support for PostgreSQL 14 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 14 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2022-09-11 09:07:53+00

Package: postgresql-15-postgis-3
Source: postgis
Version: 3.3.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9972
Depends: postgresql-15, postgresql-15-postgis-3-scripts, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal31 (>= 2.3.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-15-postgis, postgresql-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3_3.3.1+dfsg-1.pgdg+1_arm64.deb
Size: 3546276
SHA256: 8a1ef0dca545aed8423a4e041bd3a019c5f524bfdc0c47a629156c04ffde81b7
SHA1: 44bf7d2412608cccb4411cdfe5c36dd973644eee
MD5sum: 0b6752a0132e4a63328aea3d12f129b0
Description: Geographic objects support for PostgreSQL 15
 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".
Timestamp: 2022-09-11 09:07:53+00

Package: postgresql-15-postgis-3-dbgsym
Source: postgis
Version: 3.3.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4455
Depends: postgresql-15-postgis-3 (= 3.3.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-15-postgis-3-dbgsym_3.3.1+dfsg-1.pgdg+1_arm64.deb
Size: 3910868
SHA256: 805638c90ff74e4353b11da21044e9e87e937406ca95dfec21624ba8b1f9d744
SHA1: 1f7f869c44ed1f47286696d0b07228d0069420e9
MD5sum: 242e7aa87b35da02ddfa299a7350a9ee
Description: debug symbols for postgresql-15-postgis-3
Build-Ids: 1f149c0edcf1a3c4eb5ba11f9f857d1bc926dfa3 2ce6304a1446636755e2b0473b29a5a7298d119b 4312f55806adca34112bf8f42f07a2b40dad152b 86c04c6ed624e374dd7ed560341522245cf8d2be f7cb51d0786ca7a56281b3b19ec3f84ad89f131b
Timestamp: 2022-09-11 09:07:53+00

Package: postgresql-15-postgis-3-scripts
Source: postgis
Version: 3.3.1+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 40904
Depends: perl:any
Recommends: postgresql-15-postgis-3
Replaces: postgresql-15-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-15-postgis-scripts, postgresql-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3-scripts_3.3.1+dfsg-1.pgdg+1_all.deb
Size: 1441256
SHA256: 964f1910cb892693735af873bcae6e90e147d0fd728c3ebd91411a7ab7afbe80
SHA1: f4d05d73f4e9d9872b83d4ec76651e67959fbc11
MD5sum: 0bd7268aedcd7db6a5e59add0f12dedd
Description: Geographic objects support for PostgreSQL 15 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 15 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2022-09-11 09:07:53+00

Package: barman
Version: 3.1.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 76
Depends: python3-barman (= 3.1.0-1.pgdg+1), python3-pkg-resources, adduser, rsync (>= 3.0.4~), python3:any
Recommends: openssh-server, openssh-client, postgresql-client
Suggests: barman-cli, repmgr
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman_3.1.0-1.pgdg+1_all.deb
Size: 41676
SHA256: ee6ed227ec1be14b1f9659ff32c70f86c58557a55ed186bb6de12a737b3c8f54
SHA1: c0688c44f6901fff50736761b0a8093cb51cce46
MD5sum: e010742f45ab68033d6e93a5b95faeab
Description: Backup and Recovery Manager for PostgreSQL
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides barman binary.
Timestamp: 2022-09-15 07:11:20+00

Package: barman-cli
Source: barman
Version: 3.1.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 20
Depends: python3-barman (= 3.1.0-1.pgdg+1), python3-pkg-resources, rsync (>= 3.0.4~), python3:any
Recommends: openssh-client, barman-cli-cloud
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli_3.1.0-1.pgdg+1_all.deb
Size: 8168
SHA256: f5dfe34c8e484fd0227165762fbc040b623b1ae993c2fc04746658f074a0f7a0
SHA1: 3fb066db8b95843050fdab6734e8f05549299714
MD5sum: 7fc4b62d863aef8469dea25fd85ffe51
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 organization 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.
Timestamp: 2022-09-15 07:11:20+00

Package: barman-cli-cloud
Source: barman
Version: 3.1.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 42
Depends: python3-barman (= 3.1.0-1.pgdg+1), python3-pkg-resources, rsync (>= 3.0.4~), python3:any, python3-boto3
Breaks: barman-cli (<< 2.10-3~~)
Replaces: barman-cli (<< 2.10-3~~)
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli-cloud_3.1.0-1.pgdg+1_all.deb
Size: 24444
SHA256: 0d8953bfa2de6dbcb8070c9e2766dbf8584b7cc9a1e6312fc0cfeb6d0d8cff6f
SHA1: 85857cb9b299db42c81b380cf960c07b6f595cd8
MD5sum: f3b105f09ade5b472fc27f393b1dba15
Description: Cloud 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 organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli-cloud package contains cloud client utilities for the
 integration of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by 2ndQuadrant.
Timestamp: 2022-09-15 07:11:20+00

Package: python3-barman
Source: barman
Version: 3.1.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1200
Depends: python3-argcomplete, python3-dateutil, python3-psycopg2, python3:any
Breaks: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Replaces: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Homepage: http://www.pgbarman.org
Priority: optional
Section: python
Filename: pool/main/b/barman/python3-barman_3.1.0-1.pgdg+1_all.deb
Size: 190948
SHA256: 7c19c81f04028514331e4b7be236682c4bfe13e2225e5733179d3c455ac6b956
SHA1: a3cbb33b7336a1900962c8abaf571fcea2d86bd3
MD5sum: f9f854bd1603a169e6674a1a552b3dfd
Description: Backup and Recovery Manager for PostgreSQL - Python modules
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides Python 3 modules only.
Timestamp: 2022-09-15 07:11:20+00

Package: patroni
Version: 2.1.4-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 824
Depends: python3-cdiff, python3-click (>= 4.1), python3-dateutil, python3-pkg-resources, python3-prettytable (>= 0.7), python3-psutil, python3-six (>= 1.7), python3-urllib3, python3-yaml, python3:any (>= 3.5~), lsb-base (>= 3.0-6), python3-psycopg2, python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_2.1.4-2.pgdg+1_all.deb
Size: 162940
SHA256: 8fbab23d046b6626b515e2fa55e03fbcce766b74a23710262858c4ddfaac67fc
SHA1: 0b6196bc8aadf4ae2e3a896fdf86cfb0801a9133
MD5sum: 44294cc646a83d059bd20f0669313be6
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2022-09-19 09:20:33+00

Package: patroni-doc
Source: patroni
Version: 2.1.4-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 944
Depends: libjs-sphinxdoc (>= 4.3), sphinx-rtd-theme-common (>= 1.0.0+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_2.1.4-2.pgdg+1_all.deb
Size: 129616
SHA256: 713a1820d7fec8b89c84d4ba71f112f5f7bcb83654cf2cf7ffaa39f0c8c7cc83
SHA1: 324c054b81c3b7afbffe4df8d198f92c639492b3
MD5sum: d9dea8f72f048c87d1445481e72b2ccf
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2022-09-19 09:20:33+00

Package: postgresql-10-pointcloud
Source: pgpointcloud
Version: 1.2.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 354
Depends: postgresql-10, libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-10-pointcloud_1.2.3-1.pgdg+1_arm64.deb
Size: 52204
SHA256: 6841ff15c87ea2e03aedc5c4cf78a9c69f3f3aea6b035fe24b8505d6f1bd4722
SHA1: b23d207d1a09ef206e9f4bab5e1d5179c2e362d5
MD5sum: 4dbcadee513ff7e860096db13dfdc788
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2022-09-19 09:20:33+00

Package: postgresql-10-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-10-pointcloud (= 1.2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-10-pointcloud-dbgsym_1.2.3-1.pgdg+1_arm64.deb
Size: 162152
SHA256: cff44cee4bd71ad0ac1f727449a51b06255a2c6af866cdf2b2bb40730f3ef78f
SHA1: 865c55ea88ae65fb0f0c460f1682bfddca1d849a
MD5sum: f13434000fd0b7522e743fc0fdb111fe
Description: debug symbols for postgresql-10-pointcloud
Build-Ids: 6582c91465bbf5d4661a7a3e8ac4848e7baef712
Timestamp: 2022-09-19 09:20:33+00

Package: postgresql-11-pointcloud
Source: pgpointcloud
Version: 1.2.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 460
Depends: postgresql-11, libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-11-pointcloud_1.2.3-1.pgdg+1_arm64.deb
Size: 102684
SHA256: 142662d0cb7c087aac1564e52825f5944d3623502398ffc458ccd404e888b30b
SHA1: fad7c9d368a205e4bdc1bb800575e9361cd096f2
MD5sum: 62feedf1e37ac6146f6571379acecdf5
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2022-09-19 09:20:33+00

Package: postgresql-11-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-11-pointcloud (= 1.2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-11-pointcloud-dbgsym_1.2.3-1.pgdg+1_arm64.deb
Size: 161004
SHA256: 514745b0fa4b814e30a909d4c1dd667ac899d4edb2881c90b9639ccbe48b12e9
SHA1: 4be80656b024ee0bcf12c77a1287511e16bbfbfa
MD5sum: 72551ce2797ff5fc3fbf2708f10829ec
Description: debug symbols for postgresql-11-pointcloud
Build-Ids: a908bf028a604f364fb02b3c7d9e5f45e4b0f150
Timestamp: 2022-09-19 09:20:33+00

Package: postgresql-12-pointcloud
Source: pgpointcloud
Version: 1.2.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 464
Depends: postgresql-12, libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-12-pointcloud_1.2.3-1.pgdg+1_arm64.deb
Size: 106080
SHA256: 7af520873c50be233202be8cdc943c3397e8d55c5a5a37cb7c2a05eb595aa9a4
SHA1: af038a4405efdd1b065b710762a7c429b272b547
MD5sum: f5cec745da801a041994afd828b93b33
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2022-09-19 09:20:33+00

Package: postgresql-12-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 201
Depends: postgresql-12-pointcloud (= 1.2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-12-pointcloud-dbgsym_1.2.3-1.pgdg+1_arm64.deb
Size: 170032
SHA256: abd6e6b48e15bc68183976dfcfc126aa916b15b190406450269a8af9a27e825d
SHA1: b2cb2627ac9663ae6568487fdfdf9e61c5f1fef0
MD5sum: 69e710b79bcb37651806e4b1e57845ae
Description: debug symbols for postgresql-12-pointcloud
Build-Ids: 5ddf6dfae29c7eaceaff62be4aaf98da22f898da
Timestamp: 2022-09-19 09:20:33+00

Package: postgresql-13-pointcloud
Source: pgpointcloud
Version: 1.2.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 463
Depends: postgresql-13, libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-13-pointcloud_1.2.3-1.pgdg+1_arm64.deb
Size: 106228
SHA256: 991402a4eefe870f02bf6c5d3b8b2698ea54331317d14527a4e3acd716f1954a
SHA1: 29ba8adb050b0ce3a9a9d385b584ef6ab961ced8
MD5sum: 324c4f1ad389c2102698e36b205454c0
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2022-09-19 09:20:33+00

Package: postgresql-13-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: postgresql-13-pointcloud (= 1.2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-13-pointcloud-dbgsym_1.2.3-1.pgdg+1_arm64.deb
Size: 171712
SHA256: ddb70d0fafbdc5956e035d7f32fd2469eb67de8bc9c6596a18edd89d6db945ec
SHA1: 354303a607bfb8a107f314f8e2c3abe0166fd569
MD5sum: 90c467d8750c3adda5653afab727299d
Description: debug symbols for postgresql-13-pointcloud
Build-Ids: 093e53440671b05e74705f46f5f17637af250372
Timestamp: 2022-09-19 09:20:33+00

Package: postgresql-14-pointcloud
Source: pgpointcloud
Version: 1.2.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 463
Depends: postgresql-14, libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-14-pointcloud_1.2.3-1.pgdg+1_arm64.deb
Size: 106496
SHA256: 5afb66533ecd21ac1bb82e8c8b6663f64e34629a8df7e4b705db6344c9c92fe8
SHA1: 0f193e3956c4dd8af08ab4726b3d640e7c97c414
MD5sum: 4e59128c9cbb8454f3136b86a6b74a94
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2022-09-19 09:20:33+00

Package: postgresql-14-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 203
Depends: postgresql-14-pointcloud (= 1.2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-14-pointcloud-dbgsym_1.2.3-1.pgdg+1_arm64.deb
Size: 172312
SHA256: 71a34e52597cc5bca5f342c620ad065706aa4c8c871b464c1f7e6bd275431cc3
SHA1: c129cb0b28670de0cfe6af3869cc99a5f0458d85
MD5sum: a2db9ae109c492e0f7bcf79a63e11b0a
Description: debug symbols for postgresql-14-pointcloud
Build-Ids: 59eef38c517b6e0628fc729d3790b825bb0371ce
Timestamp: 2022-09-19 09:20:33+00

Package: postgresql-doc-8.2
Source: postgresql-8.2
Version: 8.2.23-10.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8295
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-8.2/postgresql-doc-8.2_8.2.23-10.pgdg+1_all.deb
Size: 1226924
SHA256: 26278410e0d9ffdc6e93491cf96fac0857f17f4e8d0812e103d6bef815e46299
SHA1: f4900683edbddbe8ccfd981fd98afabeaefa58e8
MD5sum: 9c422a3dddbe16d616777a7b8d1729e9
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 8.2. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-09-19 09:20:33+00

Package: postgresql-15-pgq-node
Source: pgq-node
Version: 3.4-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 470
Depends: postgresql-15, postgresql-15-pgq3
Replaces: postgresql-15-pgq3 (<= 3.2.6-5)
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-15-pgq-node_3.4-5.pgdg+1_all.deb
Size: 12556
SHA256: d52e524b309f5b9430376d8957c9e6bd61cce128a2a3c03ebf6fd7fee24f9c84
SHA1: eef9fee455c2d71dcf8a07562dcb744142c39678
MD5sum: a6ed60b44fac40d71372480a3436f304
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2022-09-20 13:05:33+00

Package: pgagent
Version: 4.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 531
Depends: libboost-filesystem1.74.0 (>= 1.74.0), libboost-thread1.74.0 (>= 1.74.0), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libpq5 (>= 8.4~), libstdc++6 (>= 11)
Recommends: postgresql-10 | postgresql-11 | postgresql-12 | postgresql-13 | postgresql-14
Suggests: pgadmin3 | pgadmin4
Provides: postgresql-10-pgagent, postgresql-11-pgagent, postgresql-12-pgagent, postgresql-13-pgagent, postgresql-14-pgagent
Homepage: http://www.pgadmin.org/docs/dev/pgagent.html
Priority: optional
Section: database
Filename: pool/main/p/pgagent/pgagent_4.2.2-1.pgdg+1_arm64.deb
Size: 101860
SHA256: 8e9ee208026a55f570de95619bf9e6c30ed111bf9e7c884053ba390f8a5be638
SHA1: 850025d024c87aba200bd608fe15d3fd43705fbd
MD5sum: f8a49a94d2326a25b151391b9c0f8a5b
Description: job scheduling engine for PostgreSQL
 pgAgent is a job scheduling agent for PostgreSQL, capable of running
 multi-step batch/shell and SQL tasks on complex schedules.
Timestamp: 2022-09-21 08:52:08+00

Package: pgagent-dbgsym
Source: pgagent
Version: 4.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2400
Depends: pgagent (= 4.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgagent/pgagent-dbgsym_4.2.2-1.pgdg+1_arm64.deb
Size: 2346560
SHA256: 74c1ffec935dd3b1e6bb62cbc43c92e1ba9238944f56ca0fb4501c3c2dd589e5
SHA1: 1520a1eccd1aaae51cea4de61cbeb028becb6809
MD5sum: 47f389f49020aee71718ca7d3ba6d93d
Description: debug symbols for pgagent
Build-Ids: 1f95ac443163a560032b0ecb26ac58eb208a4a1f
Timestamp: 2022-09-21 08:52:08+00

Package: pgbackrest
Version: 2.41-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 958
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.34), liblz4-1 (>= 0.0~r127), libpq5, libssl3 (>= 3.0.0), libxml2 (>= 2.7.4), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc, check-pgbackrest
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.41-1.pgdg+1_arm64.deb
Size: 343436
SHA256: 7285474f6ec004c420366bd61c6774b8f62433a2b4837caa0c604882338d0501
SHA1: a19b997e3b9401093d31b46ef3adff76a8ba7f99
MD5sum: d6723ff409eee861f26618ff8231d492
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.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2022-09-23 17:43:03+00

Package: pgbackrest-dbgsym
Source: pgbackrest
Version: 2.41-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1216
Depends: pgbackrest (= 2.41-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.41-1.pgdg+1_arm64.deb
Size: 1122536
SHA256: cbc53a149f14d2552b5c7c697390f4d304a434b058242918a31aac9fb2dcacce
SHA1: f8cdac5e649f6ba06039db56173f0fd1bce387a0
MD5sum: d1ec5c6c82f5b111052eb5103be93921
Description: debug symbols for pgbackrest
Build-Ids: e4ac392c21aa97320bcbc15d6e0c60fd318b6383
Timestamp: 2022-09-23 17:43:03+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.41-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1619
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.41-1.pgdg+1_all.deb
Size: 127792
SHA256: fe8ce36b065a8e638c506c9dae3191ecf6a1aa748c021002cee76c9b62d22a07
SHA1: 9a3ac9cdab8603bf522d00f606d8940bd477e1dd
MD5sum: f08ccfedc1bbb32f74b6bdc4258e729f
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2022-09-23 17:43:03+00

Package: pgbadger
Version: 12.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1680
Depends: libjson-xs-perl, libtext-csv-xs-perl, perl:any
Multi-Arch: foreign
Homepage: https://dalibo.github.io/pgbadger/
Priority: optional
Section: database
Filename: pool/main/p/pgbadger/pgbadger_12.0-1.pgdg+1_all.deb
Size: 375088
SHA256: 7251b5dcb21e7f82199bff24d0268924e8de7f4ae1c0f2dc573930c477dd958a
SHA1: a5ade9f25084ada7e0f2ec8d6f5308a3e74e089f
MD5sum: e5ef13bb82caa5c82b8ff2de2f6ea4c8
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.
Timestamp: 2022-09-24 09:21:16+00

Package: postgresql-10-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 91
Depends: postgresql-10, libc6 (>= 2.17), postgresql-10-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-10-pgauditlogtofile_1.5.6-1.pgdg+1_arm64.deb
Size: 9204
SHA256: 2a11584d92e52623941ffddead34a954b8701a7d2c4e7439d64b04b907733399
SHA1: 414d4f36d2f43246516b8fdde3cc776fd544757e
MD5sum: 3f5f0b0a8de370723de08782f9085687
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-09-24 09:21:16+00

Package: postgresql-10-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-10-pgauditlogtofile (= 1.5.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-10-pgauditlogtofile-dbgsym_1.5.6-1.pgdg+1_arm64.deb
Size: 23888
SHA256: 455439ba059065d11f77df96e2026a74099ef5ee47bb2c6ce31ebc90e7e80843
SHA1: ac96785881b02e350ec29344a819d00888984365
MD5sum: 33fdf5a4aa038cf3b0cce92af33aafe3
Description: debug symbols for postgresql-10-pgauditlogtofile
Build-Ids: 9e2409d0143e2ad6334ca2e1697b17eef3d4f9b3
Timestamp: 2022-09-24 09:21:16+00

Package: postgresql-10-pg-track-settings
Source: pg-track-settings
Version: 2.1.1-1.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 123
Depends: postgresql-10
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-10-pg-track-settings_2.1.1-1.pgdg+1_all.deb
Size: 9072
SHA256: f9ab7d4c54ba2bf5c326397cfbf7a71edad6807591b1ee7a1e3fe64d74aacc14
SHA1: e92d543b4f7ded60f14348c96dd055d004d5e1a7
MD5sum: c04534335244760a1093805c696ab001
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2022-09-24 09:21:16+00

Package: postgresql-10-plpgsql-check
Source: plpgsql-check
Version: 2.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 237
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check_2.2.1-1.pgdg+1_arm64.deb
Size: 78068
SHA256: 62518c825e4eb5a7e7117a7455f66ca8e485627f21b2eb8668299f62a83c70dc
SHA1: a51d028e3ce8449e069758476ee74a6f4db9bc87
MD5sum: e15cecc9fd741cdecd051e9018c0c47e
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-09-24 09:21:16+00

Package: postgresql-10-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: postgresql-10-plpgsql-check (= 2.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check-dbgsym_2.2.1-1.pgdg+1_arm64.deb
Size: 231496
SHA256: 0122183161d24f161a63a3d9fc76c3fe78e348d5565b2ec6cb4bd92b0216d2ee
SHA1: 9137dfe98a6e9353e3ea668431d277e7da95349d
MD5sum: c6973b3ebda64db049a74952e7ca95d2
Description: debug symbols for postgresql-10-plpgsql-check
Build-Ids: 70e240e1efa535a1fd57accff854f3ae7183d6e8
Timestamp: 2022-09-24 09:21:16+00

Package: postgresql-11-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-11-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile_1.5.6-1.pgdg+1_arm64.deb
Size: 24760
SHA256: 87850e1455687f51855c01f052361bb107ed8b026ba2265f0e3bd8bd1c41240e
SHA1: 2b8ed9306433bb5a31101395b0c3b7f32b9c452f
MD5sum: 1b0906a4c39c1a1b20d825a145b07495
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-09-24 09:21:16+00

Package: postgresql-11-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-11-pgauditlogtofile (= 1.5.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile-dbgsym_1.5.6-1.pgdg+1_arm64.deb
Size: 24148
SHA256: b2c5e745173bb150f5a668947cbcb75b3e448f4cd73a602c8e6dacea2559056e
SHA1: 0fd0084dc54aeb6976a245ae0a49d9a252d5eb0f
MD5sum: 7ff982fecfe89517265a2914e1c7f5e0
Description: debug symbols for postgresql-11-pgauditlogtofile
Build-Ids: e0326078848a544754c7c9bcb7b811ec718bd53e
Timestamp: 2022-09-24 09:21:16+00

Package: postgresql-11-pg-track-settings
Source: pg-track-settings
Version: 2.1.1-1.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 123
Depends: postgresql-11
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-11-pg-track-settings_2.1.1-1.pgdg+1_all.deb
Size: 9080
SHA256: 781d3cd780cbdda63c97fa9ff7cf6444daa07976c556f4789c55f4f7897cab22
SHA1: eca2f093881fefc3a256110f20098678f6bc6092
MD5sum: ddaac208865ab52e02f12e1b4e06ffb1
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2022-09-24 09:21:16+00

Package: postgresql-11-plpgsql-check
Source: plpgsql-check
Version: 2.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 656
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check_2.2.1-1.pgdg+1_arm64.deb
Size: 300900
SHA256: a6e3a9bf8cf71cf11079582f8b7a039801cbfaadc7d80c546cf586903b7ca7dd
SHA1: eb027d681b92a76a37a7e25417d673016437fcf7
MD5sum: e11abf7f9d7b14aaaa01a4edb244d0b7
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-09-24 09:21:16+00

Package: postgresql-11-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 260
Depends: postgresql-11-plpgsql-check (= 2.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check-dbgsym_2.2.1-1.pgdg+1_arm64.deb
Size: 230668
SHA256: 60a2fbd83bb6d0c5656e8becf8da91fc387012b82d412fc7e0260f728b672d1b
SHA1: 6054f6c9eae7299d17f1c114afdc429436224dce
MD5sum: 5762072a4511526a70371a6cabd038ca
Description: debug symbols for postgresql-11-plpgsql-check
Build-Ids: 4dd9e0cc5c464e30a0c1a318ef90f83ece5721a9
Timestamp: 2022-09-24 09:21:16+00

Package: postgresql-12-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-12-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile_1.5.6-1.pgdg+1_arm64.deb
Size: 24700
SHA256: 3f1e1b1283bea19684b5d31cadf6592040d067e78b8de25f7636dac0ca606276
SHA1: 74411fe357467a107d2e1f70413473bd2155a364
MD5sum: 165bff909dcba5a01c9f649332d1093d
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-09-24 09:21:16+00

Package: postgresql-12-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-12-pgauditlogtofile (= 1.5.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile-dbgsym_1.5.6-1.pgdg+1_arm64.deb
Size: 23988
SHA256: da657c32e0861f652c93ed811f9d8263f360e16ac1354722462888b188b211bb
SHA1: 0e7a6df0bb57fb52109b4e2b9f0cab983072d7df
MD5sum: 4de79c3771d089ad580690958318ee18
Description: debug symbols for postgresql-12-pgauditlogtofile
Build-Ids: 09c310846b9730f5e6da4914154988cb7700f963
Timestamp: 2022-09-24 09:21:16+00

Package: postgresql-12-pg-track-settings
Source: pg-track-settings
Version: 2.1.1-1.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 123
Depends: postgresql-12
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-12-pg-track-settings_2.1.1-1.pgdg+1_all.deb
Size: 9080
SHA256: 2577a0d928bf2069e3b377b59323c7fb0bb64841caef77c58c6ea62b785839b7
SHA1: 1da215c852073cfd4c8ff7ddede14cdd3e75cfb3
MD5sum: fb3cf0db4ebc2367aad3657603ec457b
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2022-09-24 09:21:16+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 2.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 665
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_2.2.1-1.pgdg+1_arm64.deb
Size: 306540
SHA256: 83af25e96da145b324a2dc4f8d222036f2891414f40a5a4f06b70948bbb5eae2
SHA1: 972f5e07322e08d0d93b627dc55e8ce52e54606a
MD5sum: 84559a4877dae555feae6a4a2feaaf3f
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-09-24 09:21:16+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 268
Depends: postgresql-12-plpgsql-check (= 2.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_2.2.1-1.pgdg+1_arm64.deb
Size: 239972
SHA256: 850a968c6c2ce1c0a4407ad118339e26410b295b14d600e6fbd4772494a15572
SHA1: dd2afa16b2b4f16080798c610bd59da9a105ebbc
MD5sum: 2392b57b0836b58d2a655fffef120b19
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: f5a52ea49822eda9834c7c76cc4e8a23c8aab0f0
Timestamp: 2022-09-24 09:21:16+00

Package: postgresql-13-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-13-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile_1.5.6-1.pgdg+1_arm64.deb
Size: 24736
SHA256: e859efcb5280c9ee75e53cabd728cd948cfefbbb47293fcad545a9354b39573b
SHA1: 14a17529a8d3e37fb95277d12e89f10524b90c63
MD5sum: 541d2bb97de5328ed26a94cae800f345
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-09-24 09:21:16+00

Package: postgresql-13-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-13-pgauditlogtofile (= 1.5.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile-dbgsym_1.5.6-1.pgdg+1_arm64.deb
Size: 24060
SHA256: 26c66528a9b79edb690f13b3a30d65f78800fdd9f621c88e14168592c5c09872
SHA1: 746dc007bc4637cfaae7220a6f05db458e118d71
MD5sum: eb18d9b9985c00dc684f5dca4ed745fd
Description: debug symbols for postgresql-13-pgauditlogtofile
Build-Ids: a85850e5d78931afa639f263d646a14462c34592
Timestamp: 2022-09-24 09:21:16+00

Package: postgresql-13-pg-track-settings
Source: pg-track-settings
Version: 2.1.1-1.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 123
Depends: postgresql-13
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-13-pg-track-settings_2.1.1-1.pgdg+1_all.deb
Size: 9080
SHA256: ff246669c12a8a4f8fcc1b3c5f2a8d04696478ebb828021522e305afd6556911
SHA1: 4956ea07b3568056d35a71aa9107b672307e517f
MD5sum: ed8b38dd3ddc5fd51dfe6e7eeb709c36
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2022-09-24 09:21:16+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 2.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 671
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_2.2.1-1.pgdg+1_arm64.deb
Size: 310408
SHA256: 37ef8613a8c3834094c2d3d7c41ff2ae4286dc84f1aff51a3b5027ca92f0c60f
SHA1: f0779c1cb22df179110653485051bf9ca19c5039
MD5sum: 39b5b156c16d8510b3953c6ea6752c9b
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-09-24 09:21:16+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 290
Depends: postgresql-13-plpgsql-check (= 2.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_2.2.1-1.pgdg+1_arm64.deb
Size: 260284
SHA256: 92f0f9425ada664e9c3464a97276fc452eb94d214dcf6cf9e3c504bad7a6d7db
SHA1: e2c76e3333cedd47085bac7d03a1bae321e6bb85
MD5sum: 0e383b3ba8515ae2758ebadf3322248f
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: caf62d80fd00061ddb07bc54d9c536d91e269b2c
Timestamp: 2022-09-24 09:21:16+00

Package: postgresql-14-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-14-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile_1.5.6-1.pgdg+1_arm64.deb
Size: 24692
SHA256: f2864acca21c0292d7d67e7780a891d464b37f8729e98ccbcdcb25995e78eba2
SHA1: 10fe3d7077712d78559f9bc747f6361545da9f67
MD5sum: d3889960b4457d27b266599b36ad69e1
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-09-24 09:21:16+00

Package: postgresql-14-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-14-pgauditlogtofile (= 1.5.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile-dbgsym_1.5.6-1.pgdg+1_arm64.deb
Size: 24556
SHA256: 71bb28dd094f423a38fe438e4e57e464b2752c6ac64f13ef775635d458343a60
SHA1: 486bcf83081fb77faeddded131986b37a5c6e39f
MD5sum: 3b06d22406b8e8177baa63c84710a955
Description: debug symbols for postgresql-14-pgauditlogtofile
Build-Ids: 09b19712160aa47ba1ef4c3bda49eb9158f27347
Timestamp: 2022-09-24 09:21:16+00

Package: postgresql-14-pg-track-settings
Source: pg-track-settings
Version: 2.1.1-1.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 123
Depends: postgresql-14
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-14-pg-track-settings_2.1.1-1.pgdg+1_all.deb
Size: 9080
SHA256: 1d6d3ff338412d7afaae3adeabd40e6c466a7a610b9c3e31ed4d37b51393aa76
SHA1: d00b5edd2c79b71f6c60b6c741ea33a42c9032e7
MD5sum: 45c9900e960770a4836377c851cfe88b
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2022-09-24 09:21:16+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 664
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.2.1-1.pgdg+1_arm64.deb
Size: 303988
SHA256: ff5897e54571d9d5ee9bb17b81eced6f88f8db704b9567c8a7994ac75411025b
SHA1: 34e14bcd6304a72aad89205a58db5127ea7e4b2e
MD5sum: 7e17452a2055a635105dd7358be12558
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-09-24 09:21:16+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 288
Depends: postgresql-14-plpgsql-check (= 2.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.2.1-1.pgdg+1_arm64.deb
Size: 257840
SHA256: eee01a86af18ecd2d131db6db907a03e35a29840d0a210d84e3b48526934f171
SHA1: 35515f35f4996bab4d1f825fb8aa46b5099d0e7d
MD5sum: b96900190e0c7fdc68fa7e62b14ee5bc
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: 672ae870ae89886ff370ef2ac072e31ca64dea7e
Timestamp: 2022-09-24 09:21:16+00

Package: postgresql-15-pg-track-settings
Source: pg-track-settings
Version: 2.1.1-1.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 123
Depends: postgresql-15
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-15-pg-track-settings_2.1.1-1.pgdg+1_all.deb
Size: 9080
SHA256: 69d71a112a887cbd45df1bd86eff4ffdad44694b766ff5dc0ff2078f225de265
SHA1: 36e768c8cbf11c4f2a622773932df63a732209a7
MD5sum: 6b76e8e2b13423cdd1e7932bb4161104
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2022-09-24 09:21:16+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 706
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.2.1-1.pgdg+1_arm64.deb
Size: 331412
SHA256: b0ff5e4f8bc67316eaaec3a494320b53ef5ec5201f53799479868e7c40ad7cfa
SHA1: 7f514971c10d8e16cbafdeb25fd6c7c17e51f51f
MD5sum: b6f30e84a91a33641c2f373d16d7a65c
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-09-24 09:21:16+00

Package: postgresql-15-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 317
Depends: postgresql-15-plpgsql-check (= 2.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.2.1-1.pgdg+1_arm64.deb
Size: 285120
SHA256: 99872e6b39f7201730c1cf30182cef613b0f5376956ce95f492fced40f8f247e
SHA1: 12efdd050a31ea2625fc9f27ff272c1be47ffce1
MD5sum: 3e5aabcf7989b533a33b9018daccccee
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: 4e9d9ea879dcfc1a97c6b03c1f6d440617611ea9
Timestamp: 2022-09-24 09:21:16+00

Package: pspg
Version: 5.5.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 298
Depends: libc6 (>= 2.34), libncursesw6 (>= 6), libpq5 (>= 9.0~), libreadline8 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_5.5.7-2.pgdg+1_arm64.deb
Size: 126108
SHA256: 8ffdb8a949d131bf98cde63fb3e01704ee7549f9e5b314de3742ec52821e380d
SHA1: 95e12824654efc12b9e6c7d24659929b6bd0596d
MD5sum: 4baea4da5b83b3fd2aab7c3e1d03635a
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2022-09-24 09:21:16+00

Package: pspg-dbgsym
Source: pspg
Version: 5.5.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 428
Depends: pspg (= 5.5.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_5.5.7-2.pgdg+1_arm64.deb
Size: 400324
SHA256: 54df17ed28c806cc2e347c5734ef2ee4bf82faefc19389d50e3dd314eb4312b4
SHA1: 7f7649280a7dd6361d39987d66ca9401aea706c6
MD5sum: b8ad57eca2256dd951e4a96f55a54aa7
Description: debug symbols for pspg
Build-Ids: 0129a5276fb8a3696a33544da29e590b1de969df
Timestamp: 2022-09-24 09:21:16+00

Package: pgloader
Version: 3.6.8-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 27542
Depends: freetds-dev, libc6 (>= 2.34), libzstd1 (>= 1.5.2), libsqlite3-0, libssl3
Homepage: https://github.com/dimitri/pgloader
Priority: optional
Section: database
Filename: pool/main/p/pgloader/pgloader_3.6.8-1.pgdg+1_arm64.deb
Size: 25442424
SHA256: 71a299fa4d419246c72ffa2ef3617290cd348b67228083c0344d82f89407a043
SHA1: b4afb9bbb5dfc590fd36267072bf25296b3a60f0
MD5sum: 39aa2649a78e4f6037eb19e9299ec213
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.
Timestamp: 2022-09-26 14:27:23+00

Package: postgresql-10-pointcloud
Source: pgpointcloud
Version: 1.2.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 396
Depends: postgresql-10, libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-10-pointcloud_1.2.4-1.pgdg+1_arm64.deb
Size: 52404
SHA256: bf4fb1b4d52f8b621841fe96a5a6599579fe41ec5fff250088ae2b2b23166aa5
SHA1: 4a8d9d3dbd1c945f00364a368a0ea9e7c9916ad6
MD5sum: bbd699e6ee0eefc5e71537b419fc4ddc
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2022-09-26 14:27:23+00

Package: postgresql-10-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-10-pointcloud (= 1.2.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-10-pointcloud-dbgsym_1.2.4-1.pgdg+1_arm64.deb
Size: 162512
SHA256: b3d4d22cdb023feee1065d3a61d6b671a5ec79b17d15e6786a2ef7ab8d7e580c
SHA1: 8a61f913be6e483819008255b058761b0186489e
MD5sum: cc65d97312dddd15f0c5d90b72a53b57
Description: debug symbols for postgresql-10-pointcloud
Build-Ids: e2d7460925af72a992dc455c22df1b4c4beb8eb1
Timestamp: 2022-09-26 14:27:23+00

Package: postgresql-11-pointcloud
Source: pgpointcloud
Version: 1.2.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 504
Depends: postgresql-11, libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-11-pointcloud_1.2.4-1.pgdg+1_arm64.deb
Size: 103972
SHA256: 00651035a82cc183d76ea3e761f27a1ec0c0fad69275e701bcabf0353842afc4
SHA1: 3826aff14f55d8861d3ea58f6f0463de777ea85d
MD5sum: f834918d5d461077b84100370b76b873
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2022-09-26 14:27:23+00

Package: postgresql-11-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-11-pointcloud (= 1.2.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-11-pointcloud-dbgsym_1.2.4-1.pgdg+1_arm64.deb
Size: 161140
SHA256: cf3d41582b29f8a99eab62c8987c37ff3279e6da81f73887d1620ea9c2c57548
SHA1: de9c945c46c057e7148f0bd4ab7e2a36347b9ceb
MD5sum: 477a27f10bcd99fb3ff04a182b29f9ce
Description: debug symbols for postgresql-11-pointcloud
Build-Ids: aa6d74e2f013eefe252ce432a5809484d8fbb02c
Timestamp: 2022-09-26 14:27:23+00

Package: postgresql-12-pointcloud
Source: pgpointcloud
Version: 1.2.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 507
Depends: postgresql-12, libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-12-pointcloud_1.2.4-1.pgdg+1_arm64.deb
Size: 107116
SHA256: 914545c543b569dc3a1f1f0151878a496a6a3d5877ac2013d26973eac22a2cd7
SHA1: 1654a93e0af38f97e794962c6b9227cbbeecfbc8
MD5sum: f575fb528d205c2e6c3b7f63fd2be28c
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2022-09-26 14:27:23+00

Package: postgresql-12-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 201
Depends: postgresql-12-pointcloud (= 1.2.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-12-pointcloud-dbgsym_1.2.4-1.pgdg+1_arm64.deb
Size: 170416
SHA256: 26ea9c517ad9d21c7f81ad993afd6a253e78b824099d7e26c7f798a46c763872
SHA1: 291289b5215d422d247e9d35c9830dcd9cbe378d
MD5sum: 79809d386891fb990502447e51372205
Description: debug symbols for postgresql-12-pointcloud
Build-Ids: b2c4d6fed08d537cd6976b18ad39100844757be4
Timestamp: 2022-09-26 14:27:23+00

Package: postgresql-13-pointcloud
Source: pgpointcloud
Version: 1.2.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 506
Depends: postgresql-13, libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-13-pointcloud_1.2.4-1.pgdg+1_arm64.deb
Size: 107064
SHA256: c86e9e3650cd411c5af4c431d79251b70b63f90889e050dc98e29614b703b9e8
SHA1: ad0e158c9d6f12f1924c47d6058d36d7ce42956b
MD5sum: 47436cdf0fa440e3275249e69cb20420
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2022-09-26 14:27:23+00

Package: postgresql-13-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: postgresql-13-pointcloud (= 1.2.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-13-pointcloud-dbgsym_1.2.4-1.pgdg+1_arm64.deb
Size: 172044
SHA256: 16c7baf3548a89f292feef6e42ba868455f513069ac9de74cf033743575d6ce8
SHA1: 0b9c364505ea00cd97b229248d95169ce26dc0cf
MD5sum: 765cd578f6f14d116e86d23aeb5a4929
Description: debug symbols for postgresql-13-pointcloud
Build-Ids: 86db3251821c12886e13e11dbc47e505facf801d
Timestamp: 2022-09-26 14:27:23+00

Package: postgresql-14-pointcloud
Source: pgpointcloud
Version: 1.2.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 506
Depends: postgresql-14, libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-14-pointcloud_1.2.4-1.pgdg+1_arm64.deb
Size: 107444
SHA256: e6bdf11fd3dfa15878eb2a64384db91c503bb0a73be3aa3b7bacb2f9d8f4d4e0
SHA1: 04aaa741b1a7783c9ecf612e65902a796d94d89b
MD5sum: 0dd287bd60a76c014596be6e19b3328c
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2022-09-26 14:27:23+00

Package: postgresql-14-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 203
Depends: postgresql-14-pointcloud (= 1.2.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-14-pointcloud-dbgsym_1.2.4-1.pgdg+1_arm64.deb
Size: 172664
SHA256: a312759d4edc6962a776f0f3e6f0d5da0eee256f00cc8e9fe65c1791120e44e2
SHA1: 26c45742fe8ae40db22ae3db6a7b3829c0a48281
MD5sum: 0ee90e9196c3eebf006ddce252e1cfdd
Description: debug symbols for postgresql-14-pointcloud
Build-Ids: 0ace746c285c5a1b56b63ab93707d6ce485de3e1
Timestamp: 2022-09-26 14:27:23+00

Package: postgresql-15-pointcloud
Source: pgpointcloud
Version: 1.2.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 509
Depends: postgresql-15, libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-15-pointcloud_1.2.4-1.pgdg+1_arm64.deb
Size: 107928
SHA256: e2b636836e1c9961de6b915fde32fd6cefe70f46aa869ce955970e11759e2796
SHA1: 53be52d81bc8367768f32073eb0a4997172f7001
MD5sum: 168575097990ce3e04a9d43376393061
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2022-09-26 14:27:23+00

Package: postgresql-15-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 203
Depends: postgresql-15-pointcloud (= 1.2.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-15-pointcloud-dbgsym_1.2.4-1.pgdg+1_arm64.deb
Size: 172872
SHA256: f990a2a1c4b23b7f723f9bd028ca327df8017707929a0145a66ebdf7e61733e7
SHA1: e6cb1638413b11b579f029284fb3ed92c5430878
MD5sum: 4d3a077cc1bb0de787de896f9e0502f9
Description: debug symbols for postgresql-15-pointcloud
Build-Ids: ea0a651ebc4aeac8227d30205c8056d47f85990c
Timestamp: 2022-09-26 14:27:23+00

Package: powa-web
Version: 4.1.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1933
Depends: adduser, python3-psycopg2, python3-sqlalchemy (>= 0.7.2), python3-tornado, python3:any
Homepage: https://github.com/powa-team/powa
Priority: optional
Section: database
Filename: pool/main/p/powa-web/powa-web_4.1.3-1.pgdg+1_all.deb
Size: 543244
SHA256: 8789697124e3a07dfb4b7cc561b5b97523943e18f9a3a24339188741668f8ca8
SHA1: d6e5ccb78621430172cae66840ec6aa635993b6d
MD5sum: 2434d03adcb0d09392204d6e09e5413e
Description: PostgreSQL Workload Analyzer - web interface
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers.
 .
 This package provides the web interface. It supports PostgreSQL 9.4 and later.
 Database servers to be monitored need to have the postgresql-NN-powa package
 installed and configured.
Timestamp: 2022-09-26 14:27:23+00

Package: libecpg6
Source: postgresql-15
Version: 15~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 267
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg6_15~rc1-1.pgdg+1_arm64.deb
Size: 53536
SHA256: 964d9bf5f4dc6e98bcf19d2f5544d1b237af5bbb0714c25bd31504e8bb9a15e0
SHA1: cf63c8f920ccf3f816d43555f4bb12a11bdf2369
MD5sum: 2033209d55d27c70ac771c792843bf0c
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.
Timestamp: 2022-09-29 13:33:36+00

Package: libecpg6-dbgsym
Source: postgresql-15
Version: 15~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 15~rc1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg6-dbgsym_15~rc1-1.pgdg+1_arm64.deb
Size: 113868
SHA256: 6421278c95645419be9fdce4e03ea2a06c95669bfd7d43163136fda1880b3ff0
SHA1: aae306a1b71ed022627a53f969157b46f5624297
MD5sum: 273e6ecd33739bf9bb1ff8a85549e7c1
Description: debug symbols for libecpg6
Build-Ids: 6295071b06500f7fbf0233f5ece8503e8aa68f96
Timestamp: 2022-09-29 13:33:36+00

Package: libecpg-compat3
Source: postgresql-15
Version: 15~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg-compat3_15~rc1-1.pgdg+1_arm64.deb
Size: 17840
SHA256: f1de6be8da77eb8fb296b50beccfd736c7d46c17ee3557fadb723ffb74c4c95c
SHA1: d081f81cc9987fbf59b561d0a77b5e223ed009dc
MD5sum: 0b7c4d4a29d30cf9bf3e300f6a064804
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.
Timestamp: 2022-09-29 13:33:36+00

Package: libecpg-compat3-dbgsym
Source: postgresql-15
Version: 15~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 15~rc1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-compat3-dbgsym_15~rc1-1.pgdg+1_arm64.deb
Size: 39084
SHA256: c00095039bfb10e94c7b727de82d781b9f45a82e70d0510ef294764e9fab8fc1
SHA1: f4b71abf10d7161b77d7c533e53d734612b0baee
MD5sum: 1219e53735cb18e788f97fcf6685b061
Description: debug symbols for libecpg-compat3
Build-Ids: 5253ebce08036e7d989bb7d6c5ec9ea1ccf49e6f
Timestamp: 2022-09-29 13:33:36+00

Package: libecpg-dev
Source: postgresql-15
Version: 15~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1617
Depends: libecpg-compat3 (= 15~rc1-1.pgdg+1), libecpg6 (= 15~rc1-1.pgdg+1), libpgtypes3 (= 15~rc1-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libecpg-dev_15~rc1-1.pgdg+1_arm64.deb
Size: 275644
SHA256: 41db6b9a09924de629007025bff004adc9c4e8ef4a7386551d139f47efc7374d
SHA1: 15ef99e3855c34b842b8e73145faea8455ec8b0e
MD5sum: de60506dc43486106a503acdf99361d7
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).
Timestamp: 2022-09-29 13:33:36+00

Package: libecpg-dev-dbgsym
Source: postgresql-15
Version: 15~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 321
Depends: libecpg-dev (= 15~rc1-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-dev-dbgsym_15~rc1-1.pgdg+1_arm64.deb
Size: 274604
SHA256: e1513af86099df85e3a21486f19c207e86cfcc51badb441795986f97fcda3599
SHA1: 82da396a26eebaecb214db8009cd1ca0ea0c0bac
MD5sum: 8fb23b6de50bc71e894a8e13b26efd04
Description: debug symbols for libecpg-dev
Build-Ids: 730e079e7d4129f9098b8d3f11771942e699c282
Timestamp: 2022-09-29 13:33:36+00

Package: libpgtypes3
Source: postgresql-15
Version: 15~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpgtypes3_15~rc1-1.pgdg+1_arm64.deb
Size: 37992
SHA256: 8f067a36a67b6e693807792c8ca4556df51d66758470f61830716dd0a2a259bb
SHA1: 6bbbab4700b2d45eef8b2fdefcd777595e3869a7
MD5sum: 1ac1a8d4fd098e377df203057cef69d8
Description: shared library libpgtypes for PostgreSQL 15
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-09-29 13:33:36+00

Package: libpgtypes3-dbgsym
Source: postgresql-15
Version: 15~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libpgtypes3 (= 15~rc1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpgtypes3-dbgsym_15~rc1-1.pgdg+1_arm64.deb
Size: 87844
SHA256: 2e858c7093b56e08e6a692ede574e8fabf82d0f00d27e20593a2e637ae0a135b
SHA1: cbb651549412dcf82363f6a2882856241aa1d792
MD5sum: 5ff548043d949d6a94ebe5eef4509666
Description: debug symbols for libpgtypes3
Build-Ids: f34da5830ae4f82636bb464ec58b8fab5ba02a1e
Timestamp: 2022-09-29 13:33:36+00

Package: libpq-dev
Source: postgresql-15
Version: 15~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 582
Depends: libpq5 (= 15~rc1-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libpq-dev_15~rc1-1.pgdg+1_arm64.deb
Size: 136228
SHA256: 16cf93df0159f335c0c1d33cd5973b0cca9cdc4d4e2326c357d0825fd04b28b9
SHA1: ea5bf5e74377e1259729a182074c4fa9a7aee2c5
MD5sum: 2bc8d16b60fade8c361ffa7434597231
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.
Timestamp: 2022-09-29 13:33:36+00

Package: libpq5
Source: postgresql-15
Version: 15~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 864
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpq5_15~rc1-1.pgdg+1_arm64.deb
Size: 172912
SHA256: b4e1374c50804ed3890c5691b572f0e273ed0bb33e1ff74323d7c9b2efe0a426
SHA1: 41f13865ed9714be530d36c406671747e749f5a4
MD5sum: bfd93a67e53c43ae4a55c77584b8ae8a
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.
Timestamp: 2022-09-29 13:33:36+00

Package: libpq5-dbgsym
Source: postgresql-15
Version: 15~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 312
Depends: libpq5 (= 15~rc1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpq5-dbgsym_15~rc1-1.pgdg+1_arm64.deb
Size: 276976
SHA256: be1052cf24ba4c946b747be8675b374dcb0040af1792377e61810dab0b941539
SHA1: dc48f0409c54466e1ca0d33e5014e56d5844070e
MD5sum: c9043bf86533b7dc33e8d67c913e4baf
Description: debug symbols for libpq5
Build-Ids: 713983280fc9bd923d4783ff88b7ad18d12e801a
Timestamp: 2022-09-29 13:33:36+00

Package: postgresql-15
Version: 15~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57142
Depends: locales | locales-all, postgresql-client-15, postgresql-common (>= 241~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-15-jit-llvm (= 14), postgresql-contrib-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/database
Filename: pool/15/p/postgresql-15/postgresql-15_15~rc1-1.pgdg+1_arm64.deb
Size: 17593016
SHA256: fa80058574229e2256d2729a71fb78dd3389d1b1918f4c75333385a7b932e1fe
SHA1: be8ebd540b648ac59d9875a9c6b7c3bae0cb8af0
MD5sum: 8b93b4e27dc9b4f54c66193b3acd20d4
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 15.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202209061
Timestamp: 2022-09-29 13:33:36+00

Package: postgresql-15-dbgsym
Source: postgresql-15
Version: 15~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18914
Depends: postgresql-15 (= 15~rc1-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/postgresql-15-dbgsym_15~rc1-1.pgdg+1_arm64.deb
Size: 17084148
SHA256: 321062c2441f256e99422d44ac2bd68819f234ba43c2e3a95f08832742485996
SHA1: af176eb12f67c673ade33208e825280886dab6ab
MD5sum: 2be956801ee3b7315f462d0d30431e24
Description: debug symbols for postgresql-15
Build-Ids: 06f22880afb3482d276389a9ec984bdd81052192 0b55d384cfb3be00f3ef974305e5a8d1d3a799cd 0cad88054cba74a58f3be229cbcb023606f52876 0cc18425008ab2541964ed12512f7f9d66a41b2a 0d9d08cda6d32c883d030714088332bc455c7350 0f014c3ed7110c2b29cce53eab8aa318f5563ec1 113fead1f8e6d189c0ba15af302850012665a5e0 12578b284b58a3ff82734507edb9aa1dca422743 13365515a1cc2c1ae78486d0b4708a59ba5f5405 157378d5720cfba834b811a319fec743a4cec7f1 22f7caf75c05ee2a5f0cb874d86669a7f17b5bc4 23e43aecf6a478ec5961781c806331f2372ba454 25448c6563393547e6d33cae823c986946133df6 2753f5fbd6a6ce5ddf8e32e423e527d08c9c933b 28f5d1e28ccea06aa8a5609e4437cc083cee3ef4 2b0aae18bcf6f5d54378616b0bd546815ef64629 2e4fec3f98f90caf2d13de3b73447b6041196362 310bbc7cedeb9acb95ba19e7e65c344f703b5be4 3767648ae11bb1a6b4b8209b35d18688e6a2de35 389b558625331833da34efe0ae09e4de53074027 3a5c1111b7bd192b986552da8b4b8468f1c3aefe 3d7ecb9c8eb76a9e7fcaff48665ca4dace93c6b2 3fcbabed430b8e230afffb79970fab28f361a864 4132ba5b94dbf896de68e1dbe3034d0212e6f877 431601dc03597e0ca11e20f84b957bb3561a35c7 4b02e17d25b67fab2bdbfb4158bfb8962cf6b60a 4d2bc279156fd89c7d47a7e4759285215ea900b0 4ee7e79a297e2489e1937597d76753b1895450f1 5142dd313a733da54efcd1ab1e70dad4e3479722 52e145da067c5a8c91ad6d172e288a6710ba9db6 583f97a41cf4b86773028ad8d7969117e51b5083 59076e6fefacf173c01870090e82d5882a8fb404 5d273b2366a7b90b9bafbdfb5a5b33443bcb6b51 5d8d46a494380f2b388265bf59d2d658d5d729b2 60f82c5ad3bf4be0d69b29d540bccc923b6c420c 62869adabf2137877b3e7da3df5f85395b1bce00 6505a409559711230230951e2f264c231131dd7d 68beee41de24a1e380932d332e2d3b5b5d8010fc 6b57bcf8f66abce5b32e2509bc6358237deeaa0d 6c05e6ce2907821614b96a3d1c5e14e39a89efd1 7140e19877bbc426b7030cc9dffb3d290f85b9f2 727880a1fdd902f2cdd78313b6da73f1de47e3b8 778a0f070e8b4e134fab9df2160ce18da80d92c6 79a8a1285d4bed95da08ed4c7e4878adc00781e0 7b389164cce13db1a1c2305d9da61ef6401bdcbe 7bc091e87cf6dacbc981c6c147fe8962517ca980 7cefc4b6f0fb91e882034225397bfca611621090 7df5698991edc10ec4ea9fa771cbb196228d5535 7fce139420d9044a2c5da0d286126a244ec11e2d 85a8eaa4dcefd933c9cd30f149bb42cf295ad235 8b11dcc606e8459671e9fe57956a5ce34aa40297 8fa05fbdb1fe382353db9bab8e9cfcd42a543886 9220c9bab9b50b8dcd0f04cf66a529057f2e7d22 94a6720ba980e1dae47612eea69c737f1292f7a6 953c2e1d51b094ea35f04a4253fce368566ce80d 96f82152f4c1b9ac8e163b81c003f47c8ed7267e 9b0c7a425685136336278558e908d663107dc65e 9e424e94dd8f56aed48fef7cce97322ecd76a4be 9e72d01a4d0f5230a66ad1f816daf767cc5dfdbb 9eefcb73c48aa69c81485d32e3ca0747610b1160 a453573c7a22f3d32fc2200f48ef89bafa848d91 a559f8a54b9b71dc2b5c415142b399d3040f86e2 a56f4587540f379d4859850497d420ff71f3c6fc a6537bc8d34841e1f13b510312f62609e3ab08dd aaf75db934b231203878af52030cb2b3a452dd19 aed5381803b2a703440ecca78f6cb22de93443f4 b59fc1953768e6038f74749fe8b73d858a34cb56 b653345e5e8b1ad739e5bf81ef94eed09dde918b b70c3757f8cb15d8e2398e022cff39c715963f8d b80a4871a4d83a6f65e8a9ecfe6e16e8258acc4d ba704dada94aa528bd328245db76ffae9b002d67 bae7dbd6248503afab467aa898c55e5cad695e86 c021d3783fe2a3c63fe5bceff23efb5e79a63cf1 c1bcac24c06b1f0c44279d8df220a9aa45f377a3 c7fac340e0e690308abcb945ccfffec74158d085 c7ffa1f35be4ed58125330df9281486b621d38c0 d02c7a3b25896f4444cc8647c5dda7c014fb6a7b d10a69a121d955a9e992bfb2d78e073ea2edeff1 d6c0a7866d73e0ca0ea64396557a6033f645c5b5 d9f1e5f8e0bc93cbc78462708092e5ae8e736714 db1f371ca9cc7c208a1202c198f299ce78bf7c34 e11becea44b21b89a6d41be6e258fdc75c1ec256 e6f60821542a01282438a713ef40f1210ea342b2 e898ad1aedc11ea2ae60555dc3274802586456fd e8ea4cdd88505145e7831c9655366e7a6c275472 e93ca157a9cdae055f7d466cf4ee92a32e81108c eab520fe6f83669673d179737a13430d67913d8e f1558f68eff4902eefb4fccaa44bd1aec9bf0f32 f3b064eb61a074cd231d2c0d185304a9c09da89b f4ebdaf15a9e5d826a4a08441f7db09bf8ac0f67 f5454f2c9c648e5b39dd9f8bdf1528d282d33f5a f571ba27567d7e75c08049b7ecb0d25e7e754b7b f689e9a78fed7561f21d656c947ceecc8ad24316 f707e0f283ed5e42f2a8ff582cc604b0322a5279 fb793a0a17ade3e375ce639b76a6bd1cc5bb052b ff430a9cb977c1064ab45525e938ea0b71ed3072
Postgresql-Catversion: 202209061
Timestamp: 2022-09-29 13:33:36+00

Package: postgresql-client-15
Source: postgresql-15
Version: 15~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8350
Depends: libpq5 (>= 15~rc1), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), liblz4-1 (>= 0.0~r127), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Suggests: postgresql-15, postgresql-doc-15
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/database
Filename: pool/15/p/postgresql-15/postgresql-client-15_15~rc1-1.pgdg+1_arm64.deb
Size: 1619368
SHA256: 5a5e8830eacbd4dd4845ee804eb0b74ae7d87e172654ded3af0f286dde482fc8
SHA1: 4db4acf1acb7bc91b1dbdeab136185df073b2d51
MD5sum: 8ff2d379711e6f88f51e59ee50130ea8
Description: front-end programs for PostgreSQL 15
 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 15. If you install
 PostgreSQL 15 on a standalone machine, you need the server package
 postgresql-15, 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.
Timestamp: 2022-09-29 13:33:36+00

Package: postgresql-client-15-dbgsym
Source: postgresql-15
Version: 15~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2936
Depends: postgresql-client-15 (= 15~rc1-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/postgresql-client-15-dbgsym_15~rc1-1.pgdg+1_arm64.deb
Size: 2474680
SHA256: 480ef183d98ddb77572cff34f19ea73ddc193acb34cc29880696d1f7102c861f
SHA1: 49855a7de65769c167768b94405e36135c2a02bf
MD5sum: db6fb65a9eaa676c2c8d7205f47e97f9
Description: debug symbols for postgresql-client-15
Build-Ids: 0e4539f2708d1d47ded1d07682d3fb940c18a190 2a7478836e009d9695206e9777180aa3fc22304d 2cf21061514510e21880a2ffc271a52bfe9565ae 2df79f6a5bb532271cdaa150766663e167979a41 31d21f3f9e6f08a7141994c76b50163e02f0bab5 3683e2bce2ecb6dcec050d36b3331a1dd805dff1 374ea9f7faf5ae66e758682bc904e8dc2a721d88 3ca5e16fc14c096e160560ca576080d2f4fa1494 3d3267a8f1e6c23c35f8671c8c8fd85d1bef9378 4569b904f1769e3f1442ea31db9f83ba9ab49fd0 49be50bd7c7c97993766ca37f8b8046296119fa7 53f82b08a319718ae6195772eb2907285424af6e 77a8e4b650368a8a5671fc5e6b118914dac1b7dc 8df10e73c89b70581080eef25466440ce3374962 8f5e5845990ee71f87efbe28512d730ec2cc4d3b a2646e6c48579ca20680478f848c13cefc7e89a7 a4fc2e0dd52a3f522e3e97e14a0074ce19407735 afbf12603f7047b3d140d6625a3ab74b2908665d b3dcf040f6d57133babe491e07326b9c8d95d13d d943b0eca073e317dfe130db48c4fa3149a35b17 e5074a59181309fb57050a951e9a38286a89aed5
Timestamp: 2022-09-29 13:33:36+00

Package: postgresql-doc-15
Source: postgresql-15
Version: 15~rc1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15858
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/doc
Filename: pool/15/p/postgresql-15/postgresql-doc-15_15~rc1-1.pgdg+1_all.deb
Size: 1999360
SHA256: 6463f82da2b010db1b5ea701ed8b795f3813ac5338f6caf8e908f867f2708b4f
SHA1: 78944d70fcda1ac4c3e33a635a2812f254f7a36a
MD5sum: 3ad4c7efb17ec3076d57be6e00f23d1b
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 15. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-09-29 13:33:36+00

Package: postgresql-plperl-15
Source: postgresql-15
Version: 15~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 564
Depends: perl, postgresql-15 (= 15~rc1-1.pgdg+1), libc6 (>= 2.34), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/database
Filename: pool/15/p/postgresql-15/postgresql-plperl-15_15~rc1-1.pgdg+1_arm64.deb
Size: 81552
SHA256: 0affd48ec8d07aa9813292bd3d2e1e2689a6f578a4c70c60f08db60081311a40
SHA1: 7eb9d0b7e4b951537483bd9203676371b683d420
MD5sum: c73dbf6d853458b4a4751f52946faf0e
Description: PL/Perl procedural language for PostgreSQL 15
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Perl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-09-29 13:33:36+00

Package: postgresql-plperl-15-dbgsym
Source: postgresql-15
Version: 15~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 224
Depends: postgresql-plperl-15 (= 15~rc1-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/postgresql-plperl-15-dbgsym_15~rc1-1.pgdg+1_arm64.deb
Size: 178756
SHA256: e0215feb7a7d0f5b02193ef3f68447caefdbb768ac44baead680dbbb8820d6c3
SHA1: b2358b6a4d20e01d2ab7ffe41206d08a26d4c8a7
MD5sum: befc8a21f1d25a12f9b7ba1e952f34e4
Description: debug symbols for postgresql-plperl-15
Build-Ids: 202ff654f31dc62535a097e2e0c5c2827051c07a 4e5c109e877daca7ba0373d82c980e5fa2c8d7b8 661d96dd67de3a636a6561cac5ab2b4a7a086897 76399963dc4e1cd54672d1a414fd8897316a6275
Timestamp: 2022-09-29 13:33:36+00

Package: postgresql-plpython3-15
Source: postgresql-15
Version: 15~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 669
Depends: postgresql-15 (= 15~rc1-1.pgdg+1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/database
Filename: pool/15/p/postgresql-15/postgresql-plpython3-15_15~rc1-1.pgdg+1_arm64.deb
Size: 104728
SHA256: 986cd22620c9fb4b3046172ca54fc2b1231434bcaa8cc9a909fc834b06c06568
SHA1: 55d130bf776f1cf0f99be40cc289178df1cf0b13
MD5sum: 4e60d2311352cdbcd4da305eb17344ff
Description: PL/Python 3 procedural language for PostgreSQL 15
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Python 3.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-09-29 13:33:36+00

Package: postgresql-plpython3-15-dbgsym
Source: postgresql-15
Version: 15~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 227
Depends: postgresql-plpython3-15 (= 15~rc1-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/postgresql-plpython3-15-dbgsym_15~rc1-1.pgdg+1_arm64.deb
Size: 177148
SHA256: 783c9d5a7a571370baeb75bbe4e3c1488763c5c06da3e199d008c8e42f5717e9
SHA1: 56ddf2a572e406da171e629f28b7060cbb364b5e
MD5sum: 10e86351b0e67746ff3a4fb2287b8e39
Description: debug symbols for postgresql-plpython3-15
Build-Ids: 58a35164dd34783d89f4ddb596e10fc684af1e70 7ce6d1898b37cd26f0d27f2d11ca36f9c9849687 8700f5d130e7b5712822d39a686483ad83b0894b be33bbebe27ede83341f936ddd34ecb8d8623a56
Timestamp: 2022-09-29 13:33:36+00

Package: postgresql-pltcl-15
Source: postgresql-15
Version: 15~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-15 (= 15~rc1-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/database
Filename: pool/15/p/postgresql-15/postgresql-pltcl-15_15~rc1-1.pgdg+1_arm64.deb
Size: 35380
SHA256: 4aa1bbf8d95cae66f601b0eabdbd64aa91c3e16a34c07b64905658f5c95995bd
SHA1: 5a3a1d2927ed29b3667c4f57449ff2b68bb128d9
MD5sum: bb274c3094932e7e4bed1491ed39b282
Description: PL/Tcl procedural language for PostgreSQL 15
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Tcl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-09-29 13:33:36+00

Package: postgresql-pltcl-15-dbgsym
Source: postgresql-15
Version: 15~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-pltcl-15 (= 15~rc1-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/postgresql-pltcl-15-dbgsym_15~rc1-1.pgdg+1_arm64.deb
Size: 80624
SHA256: 19da2124b41f2466366d59fa6d95d78a0fd3037a8efe7b3f7b50178c38f62c1b
SHA1: d4e90c549f0554d1604f7062936abb297fe90ccd
MD5sum: 9f6fa7eeecfef28ca9cb2d6aa96b27ec
Description: debug symbols for postgresql-pltcl-15
Build-Ids: 13d151925c8571bf50616b834456d4661dbeea5a
Timestamp: 2022-09-29 13:33:36+00

Package: postgresql-server-dev-15
Source: postgresql-15
Version: 15~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6801
Depends: clang-14, libpq-dev (>= 15~~), llvm-14-dev, postgresql-client-15, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/postgresql-server-dev-15_15~rc1-1.pgdg+1_arm64.deb
Size: 1135032
SHA256: 87f01aedd2f9170c37f84e741e1589b2a6d36940e6ee718f1edd2a0ca3c676bd
SHA1: f0a4448d0e727c50c89f779c3269ddd0bb5270b5
MD5sum: 8d895389c8efaf63a0bcd6a1eb2327a3
Description: development files for PostgreSQL 15 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.
Timestamp: 2022-09-29 13:33:36+00

Package: postgresql-10-periods
Source: postgresql-periods
Version: 1.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 568
Depends: postgresql-10, postgresql-contrib-10, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-10-periods_1.2.1-1.pgdg+1_arm64.deb
Size: 34660
SHA256: 3debad8aa682c6e6d0fb922ebeec04e88c27be9f7f7bbd8deb758d0b5812a4bb
SHA1: 802aa481dc299b2b6713700733d6c50399b00116
MD5sum: 9d249a8ba0cf2d0a5d31b3b6a75b2d55
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2022-09-29 09:18:43+00

Package: postgresql-10-periods-dbgsym
Source: postgresql-periods
Version: 1.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-10-periods (= 1.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-10-periods-dbgsym_1.2.1-1.pgdg+1_arm64.deb
Size: 26808
SHA256: df8c5a465c6f91d72ea90f5946a08474434ae8281f02af4b161ba5d56f28d02f
SHA1: cd19bd36fb6774e17958657aead4a5f35da7c407
MD5sum: d09ae2fd538391012de8573fe2dfd801
Description: debug symbols for postgresql-10-periods
Build-Ids: 22f7730d175d3f437a729fc049198ff3e8f511d5
Timestamp: 2022-09-29 09:18:43+00

Package: postgresql-10-pgextwlist
Source: pgextwlist
Version: 1.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-10, libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-10-pgextwlist_1.15-1.pgdg+1_arm64.deb
Size: 13008
SHA256: 6b4011dd6c191a45e9f68eff5a55fe90540af4a6e308ae138ac724c5a812ac29
SHA1: d40feeca4e0bef15e2a8787ecd7fa5fb9373b8ae
MD5sum: 2743f52996474e6148e0c3ee07370223
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.
Timestamp: 2022-09-29 09:18:43+00

Package: postgresql-10-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-10-pgextwlist (= 1.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-10-pgextwlist-dbgsym_1.15-1.pgdg+1_arm64.deb
Size: 46688
SHA256: 5efe42abf0549fccac3e355ce69c24fb08b60cea9caf45ffaf93f7c20a31f4da
SHA1: 6ce77f95f07fcc152c62176dd61d34701de70217
MD5sum: 74dc553501c2f32f48e3713ad715d51a
Description: debug symbols for postgresql-10-pgextwlist
Build-Ids: 1592b3a520053566e8285eade629dee6a245a453
Timestamp: 2022-09-29 09:18:43+00

Package: postgresql-10-pgfincore
Source: pgfincore
Version: 1.2.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libc6 (>= 2.34), postgresql-10
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-10-pgfincore_1.2.4-1.pgdg+1_arm64.deb
Size: 15372
SHA256: 87fb2b3b410b4765dea00e31b7402a29d9adb86209de5a48120ef55f620004df
SHA1: 321d90d0abd2dbb848ed295bfde7e06d2a54e893
MD5sum: 382e292509cc01670152ae5fdc4d8296
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.
Timestamp: 2022-09-29 09:18:43+00

Package: postgresql-10-pgfincore-dbgsym
Source: pgfincore
Version: 1.2.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-10-pgfincore (= 1.2.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-10-pgfincore-dbgsym_1.2.4-1.pgdg+1_arm64.deb
Size: 36812
SHA256: 8c30ff4bd3f83eed8a881d72e1d21461326cca2038cad8aaca9bd4e424d1227b
SHA1: 82f9f372b5c912dec0da10a27c1ce915eaaab6d0
MD5sum: f389629b5de9a0a2103750a9f92f7a44
Description: debug symbols for postgresql-10-pgfincore
Build-Ids: c62716f3dab68f7bf386d83b1d92d5c46543c03e
Timestamp: 2022-09-29 09:18:43+00

Package: postgresql-11-periods
Source: postgresql-periods
Version: 1.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 594
Depends: postgresql-11, postgresql-contrib-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-11-periods_1.2.1-1.pgdg+1_arm64.deb
Size: 50136
SHA256: 9f84bf4d145ad9ee7837c0bc31ebc058e4ba900abf7c046eb0c4572ab56867fe
SHA1: 95ea73996cc2fc884246a826dcfce301a405cc8a
MD5sum: 8d667e43f46c5f00b72d5d5a21d18fa7
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2022-09-29 09:18:43+00

Package: postgresql-11-periods-dbgsym
Source: postgresql-periods
Version: 1.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-11-periods (= 1.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-11-periods-dbgsym_1.2.1-1.pgdg+1_arm64.deb
Size: 26928
SHA256: 5542094387508f6aef29c84e4f6c2f588ff1517825efa9b6cc3d986a0da40d83
SHA1: d98d13c90f5d4708f7b17e577288acad4bcc07f7
MD5sum: c53666eb3b4f906c0f7364d39b0d08ff
Description: debug symbols for postgresql-11-periods
Build-Ids: 574125eef0f15207944f17ca0058c0fa95d8a604
Timestamp: 2022-09-29 09:18:43+00

Package: postgresql-11-pgextwlist
Source: pgextwlist
Version: 1.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 126
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-11-pgextwlist_1.15-1.pgdg+1_arm64.deb
Size: 34884
SHA256: b5a1957c4bc8de905a21d2a1b83d00854f16bb49637add7acba4ecc8653d60ec
SHA1: 97fbe3deae83e3b24ee8a1fc2e1682d392e0e81a
MD5sum: 387e3fbd7178683a8cd8f283cdba35ed
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.
Timestamp: 2022-09-29 09:18:43+00

Package: postgresql-11-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-11-pgextwlist (= 1.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-11-pgextwlist-dbgsym_1.15-1.pgdg+1_arm64.deb
Size: 46460
SHA256: 5c7f4f92d0a41962cf8c449a5502f88be0e394e450d4bb9bfd35dbb763ddf5df
SHA1: 554bf0035dd8c5dc09120749c8ef3dd7338801e6
MD5sum: ff14fcc46f74779cb215f00b70c4dfe2
Description: debug symbols for postgresql-11-pgextwlist
Build-Ids: a423d9af1b5c46d216262693f22fdddfdaf92983
Timestamp: 2022-09-29 09:18:43+00

Package: postgresql-11-pgfincore
Source: pgfincore
Version: 1.2.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: libc6 (>= 2.34), postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-11-pgfincore_1.2.4-1.pgdg+1_arm64.deb
Size: 31240
SHA256: 1f16a15ec94983705e2d84c16813824a3bd242c1098f0d4423fecbf87ab00dd9
SHA1: 8db8ae8dac77d7889e434bf78b3a7eb2e36a9279
MD5sum: 2caa29ce82913813c5b77668bb5c7a30
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.
Timestamp: 2022-09-29 09:18:43+00

Package: postgresql-11-pgfincore-dbgsym
Source: pgfincore
Version: 1.2.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-11-pgfincore (= 1.2.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-11-pgfincore-dbgsym_1.2.4-1.pgdg+1_arm64.deb
Size: 38068
SHA256: c5410e58f266661a7efcd1279b1837ae8635f0561ee00f3e077c604e5e365b1c
SHA1: e2173bc06822a7e6fa248aa9333ceb12c5342769
MD5sum: e7087ce2b14ea47201087153ff673ca3
Description: debug symbols for postgresql-11-pgfincore
Build-Ids: 516cd409fcd4bf986687578cffea37ff2368eb7a
Timestamp: 2022-09-29 09:18:43+00

Package: postgresql-12-periods
Source: postgresql-periods
Version: 1.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 597
Depends: postgresql-12, postgresql-contrib-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-12-periods_1.2.1-1.pgdg+1_arm64.deb
Size: 52208
SHA256: 204c9a95015153ef4a6e0174a5d91968a82f1b545308e80954a8142e3ac46438
SHA1: c3bd66ed82f214b259e0ffaef1da87ad023acc84
MD5sum: a3047e7773a2a1bf06531b0b4291b7ca
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2022-09-29 09:18:43+00

Package: postgresql-12-periods-dbgsym
Source: postgresql-periods
Version: 1.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-12-periods (= 1.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-12-periods-dbgsym_1.2.1-1.pgdg+1_arm64.deb
Size: 39868
SHA256: 1e2021495ada43eae6f67027bfc307610dadf53e3be56a50f521e30ed1ff495b
SHA1: c59a4c3865b1795b3a846173e62a07d79a023075
MD5sum: 91ef9a89fea9f2e3eafcecaff6eb7c77
Description: debug symbols for postgresql-12-periods
Build-Ids: 99fa27920e57a3652e4bcb067aaf2a7a77f04c90
Timestamp: 2022-09-29 09:18:43+00

Package: postgresql-12-pgextwlist
Source: pgextwlist
Version: 1.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-12-pgextwlist_1.15-1.pgdg+1_arm64.deb
Size: 36544
SHA256: 91a0beb48091fc784f936b0f711a4ddd76ba21e0df50df4a56bf998113128b34
SHA1: 0344a342af2d3b94c4bc4a0cb8207dacd0467c02
MD5sum: de4b622562d57bd5e2ceef75628deff5
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.
Timestamp: 2022-09-29 09:18:43+00

Package: postgresql-12-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-12-pgextwlist (= 1.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-12-pgextwlist-dbgsym_1.15-1.pgdg+1_arm64.deb
Size: 48384
SHA256: 14e944ac654184c9f18cece888904680431b0134fbe5496e3554a59aa84900a8
SHA1: c5f9590f79b75cf2cd68fceddc721a95c3b0d93e
MD5sum: c9f1fc6c3ea74c7b5943820e5f616524
Description: debug symbols for postgresql-12-pgextwlist
Build-Ids: 7acb47473d7c3026af8e926da8189986a53adbef
Timestamp: 2022-09-29 09:18:43+00

Package: postgresql-12-pgfincore
Source: pgfincore
Version: 1.2.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: libc6 (>= 2.34), postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-12-pgfincore_1.2.4-1.pgdg+1_arm64.deb
Size: 32256
SHA256: 5d495c60c6eebf2527a0c2fc1747b41f56bfd7a41d65823597be89fce55e0767
SHA1: 41c6e0371e98ccb9a715c6a400b04cd0c12c211d
MD5sum: 5ebbf89ef657845a2134bb2ac90a1e51
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.
Timestamp: 2022-09-29 09:18:43+00

Package: postgresql-12-pgfincore-dbgsym
Source: pgfincore
Version: 1.2.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-12-pgfincore (= 1.2.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-12-pgfincore-dbgsym_1.2.4-1.pgdg+1_arm64.deb
Size: 41828
SHA256: d6be28ddbe965402e68ab922419720bf761e8ffb0df08000a9a7c789bd3f148f
SHA1: 149800d5e2730424906dea37dd8fea5d914e1f19
MD5sum: 6025255b1eb37bd65699955db77bd91a
Description: debug symbols for postgresql-12-pgfincore
Build-Ids: 3e10ccbfe17e5f6977ddda896ff7c7137e1e8d07
Timestamp: 2022-09-29 09:18:43+00

Package: postgresql-13-periods
Source: postgresql-periods
Version: 1.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 597
Depends: postgresql-13, postgresql-contrib-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-13-periods_1.2.1-1.pgdg+1_arm64.deb
Size: 52080
SHA256: d7c64bcfaf7b63cfa7b18fda56153118126aea9a7798619428681c3d3e91f664
SHA1: 27034ba7c365eca6ebbcf557a016ac1bbc98b15a
MD5sum: c550d1d506a34c5a2226cd6579bffef9
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2022-09-29 09:18:43+00

Package: postgresql-13-periods-dbgsym
Source: postgresql-periods
Version: 1.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-13-periods (= 1.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-13-periods-dbgsym_1.2.1-1.pgdg+1_arm64.deb
Size: 37116
SHA256: 8341a962ba54268a41c42b2bf163c65881965fb99b5f218a27b5c1d66c671985
SHA1: 6e9fbd1a59f1f36a308e1141b5c5e1f25b9efcd1
MD5sum: 0e323e5d0cc0342497d6b30a2ac99f7f
Description: debug symbols for postgresql-13-periods
Build-Ids: 999f9a4c52c1b97037723c2c0b8f690340d69c65
Timestamp: 2022-09-29 09:18:43+00

Package: postgresql-13-pgextwlist
Source: pgextwlist
Version: 1.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-13-pgextwlist_1.15-1.pgdg+1_arm64.deb
Size: 36852
SHA256: 2ed5880bd183befd99eac3baf31a863b46a1d43e8bd8ed61d626a4e27f1d5274
SHA1: df831146733e10ae8cfbadc333d4854908aa4ed2
MD5sum: 0aff9568a74a99dfb736c9343293a152
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.
Timestamp: 2022-09-29 09:18:43+00

Package: postgresql-13-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-13-pgextwlist (= 1.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-13-pgextwlist-dbgsym_1.15-1.pgdg+1_arm64.deb
Size: 54776
SHA256: 9e708b7d359392290a16aeadb24b59c380cb9404f04d32a6b3895d85006ed69a
SHA1: 26539d6f9466494143c4e11091ecf5b5c3499156
MD5sum: 418fa49b2fa6754128709543565e042a
Description: debug symbols for postgresql-13-pgextwlist
Build-Ids: cea288ddd3d8f24eaff15999a962aecb2c342df7
Timestamp: 2022-09-29 09:18:43+00

Package: postgresql-13-pgfincore
Source: pgfincore
Version: 1.2.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: libc6 (>= 2.34), postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-13-pgfincore_1.2.4-1.pgdg+1_arm64.deb
Size: 32436
SHA256: e1420fa45d50bb26ad78b42764be77f5073f1e770b6254e450a7703968950652
SHA1: 180de4a35e5b2c2e9af2b6eb43b5f03ab196b0df
MD5sum: 31ca47771bce02a171e81d97185835c6
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.
Timestamp: 2022-09-29 09:18:43+00

Package: postgresql-13-pgfincore-dbgsym
Source: pgfincore
Version: 1.2.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-13-pgfincore (= 1.2.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-13-pgfincore-dbgsym_1.2.4-1.pgdg+1_arm64.deb
Size: 39636
SHA256: 75188c940b94fe2de4b71cc2bb581aa27947b97e7a11332d0b32a8ad546a9399
SHA1: 0e5d58cba035057dab1ed008f961a7ffdd503807
MD5sum: 1261d601da13a82b2c0a7b6b95abf62b
Description: debug symbols for postgresql-13-pgfincore
Build-Ids: 417fd23f93574238eab4064062a99ac670b4679a
Timestamp: 2022-09-29 09:18:43+00

Package: postgresql-14-periods
Source: postgresql-periods
Version: 1.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 596
Depends: postgresql-14, postgresql-contrib-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-14-periods_1.2.1-1.pgdg+1_arm64.deb
Size: 51236
SHA256: 1f8e920dbce98963924dab027f17c101cbfd76387e74998eddadea805622a074
SHA1: b1aa7208f2d0dab25bfe84e65045aaef1cf4f545
MD5sum: 3d1e4f41c57ec790c4a09ec1656ea50c
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2022-09-29 09:18:43+00

Package: postgresql-14-periods-dbgsym
Source: postgresql-periods
Version: 1.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-14-periods (= 1.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-14-periods-dbgsym_1.2.1-1.pgdg+1_arm64.deb
Size: 37208
SHA256: 13fd81cfd8fc1c8ff4572bac8ecd2437a0afba83236fadfbcc781ec26280c7f6
SHA1: 422f9a71fc96cd1dd9689fb99c703390afd08367
MD5sum: 07bfc3b4cc451c4cf3338e47aad7022a
Description: debug symbols for postgresql-14-periods
Build-Ids: 58cfb25fc102168a2422e9bf85a4be8639e20381
Timestamp: 2022-09-29 09:18:43+00

Package: postgresql-14-pgextwlist
Source: pgextwlist
Version: 1.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-14-pgextwlist_1.15-1.pgdg+1_arm64.deb
Size: 37228
SHA256: 16c99aa9931a676248a6eb7a8f8ed3f39e0053ddf923333e757a7b5d64dfeed0
SHA1: 729e3a1d3e435a0263dd5cd69e0b3cc2e1fa773f
MD5sum: 48e4247401a1b3e5ebdd6e256bba2ac8
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.
Timestamp: 2022-09-29 09:18:43+00

Package: postgresql-14-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-14-pgextwlist (= 1.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-14-pgextwlist-dbgsym_1.15-1.pgdg+1_arm64.deb
Size: 55848
SHA256: 4a8ecfb9c4afe3e6982c99f0276dfa5218ffec27a097d0ecff84ff512b35f0e8
SHA1: e7e2596e011bcf3fca7f1385388601395efd0926
MD5sum: 675795b6d31d8c58b3685fe6505ed34d
Description: debug symbols for postgresql-14-pgextwlist
Build-Ids: 7d707a569ab7fa41a80552572decb67a09a4a73d
Timestamp: 2022-09-29 09:18:43+00

Package: postgresql-14-pgfincore
Source: pgfincore
Version: 1.2.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: libc6 (>= 2.34), postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-14-pgfincore_1.2.4-1.pgdg+1_arm64.deb
Size: 32648
SHA256: 1d2f8edd330c6fc68d8c04cdf1103511705144c69ac265a387fa2842067d2a35
SHA1: 795281f5c49e34a02e6d03537f1fcebebcd9ab4c
MD5sum: 93caa8c55bd3384ef18a1ddc760a630d
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.
Timestamp: 2022-09-29 09:18:43+00

Package: postgresql-14-pgfincore-dbgsym
Source: pgfincore
Version: 1.2.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-14-pgfincore (= 1.2.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-14-pgfincore-dbgsym_1.2.4-1.pgdg+1_arm64.deb
Size: 40328
SHA256: 6293ed02c9f01f479e9431a3039dc9d09683db225ce87bae9a65dc1037a61296
SHA1: e44dc399dd1b109236cc2e5647c977e99d3a3193
MD5sum: a67c8f7e7045b933a6f83494e24c9fd0
Description: debug symbols for postgresql-14-pgfincore
Build-Ids: b1cecd8aed6c1bd9bce1800320a4c20c4e02e07f
Timestamp: 2022-09-29 09:18:43+00

Package: postgresql-15-periods
Source: postgresql-periods
Version: 1.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 597
Depends: postgresql-15, postgresql-contrib-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-15-periods_1.2.1-1.pgdg+1_arm64.deb
Size: 52400
SHA256: 15674e8b05d7be92992df81cc4b52abb08766ee02d3f6e8d9dd4525de2068380
SHA1: 3a82b1dbe93a36fef5df5221b439f99a13e281e3
MD5sum: 5d8ac820ac371255bd44cd37a6c793d4
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2022-09-29 09:18:43+00

Package: postgresql-15-periods-dbgsym
Source: postgresql-periods
Version: 1.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-15-periods (= 1.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-15-periods-dbgsym_1.2.1-1.pgdg+1_arm64.deb
Size: 37760
SHA256: 59f78a3f9044bd405860835393ac23ee63e77c9ee528934cb98fbc9134d7698e
SHA1: dbbef5942fee0883a7ee5cd5f2d080321a4a8a6a
MD5sum: 448a7f820206b6773208b0edc2db9962
Description: debug symbols for postgresql-15-periods
Build-Ids: 1056576445d9e092a9b6969c506df42ecc9297a0
Timestamp: 2022-09-29 09:18:43+00

Package: postgresql-15-pg-checksums
Source: pg-checksums (1.1-1.pgdg+1)
Version: 1.1-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-15, libc6 (>= 2.34)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-15-pg-checksums_1.1-1.pgdg+1+b1_arm64.deb
Size: 35856
SHA256: 3cf8ada75503c0b9507e69d8d308c657a81ca8b6d18436b31370c8725346021f
SHA1: 8bc235a11f61923c6530e448fa92727eb537b0ec
MD5sum: 82321f9a3fbbedebc8dd230d031db83f
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2022-09-29 09:18:43+00

Package: postgresql-15-pg-checksums-dbgsym
Source: pg-checksums (1.1-1.pgdg+1)
Version: 1.1-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-15-pg-checksums (= 1.1-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-15-pg-checksums-dbgsym_1.1-1.pgdg+1+b1_arm64.deb
Size: 22356
SHA256: 67ca407e3376806db0ec96e8d8b7610e63aef3d7e0628d0db7640ca41fcf1952
SHA1: ad1f367d61eb14a41c0d8be436c095d44ed4ba23
MD5sum: 54fd59f037bd467cd8dbb11fabbbeaf6
Description: debug symbols for postgresql-15-pg-checksums
Build-Ids: d18d310150de8ee4e2f67ab93df828f145cc07aa
Timestamp: 2022-09-29 09:18:43+00

Package: postgresql-15-pgextwlist
Source: pgextwlist
Version: 1.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-15-pgextwlist_1.15-1.pgdg+1_arm64.deb
Size: 38828
SHA256: eddf08ee7598ec57d88b7292ba91fecc3989baaaf551bac0b05daf6be8e8a1a6
SHA1: 7f6859be5271be5ea4e1ba156024483da0130ec5
MD5sum: a7497a4aff5aa169a2723f10c81edeca
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.
Timestamp: 2022-09-29 09:18:43+00

Package: postgresql-15-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-15-pgextwlist (= 1.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-15-pgextwlist-dbgsym_1.15-1.pgdg+1_arm64.deb
Size: 54128
SHA256: 74bd25baba0d5cfe879b33e09711a8e2a2b743e765e985a684fa7903456dfa35
SHA1: 88a9991d9f0923987e1f94c942a3a958ae16d0de
MD5sum: 2d236731f3850d8ebc9001f24bc56e06
Description: debug symbols for postgresql-15-pgextwlist
Build-Ids: f1f30d3e19b5de009b9bf15a29819d5bbc881d05
Timestamp: 2022-09-29 09:18:43+00

Package: postgresql-15-pgfincore
Source: pgfincore
Version: 1.2.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: libc6 (>= 2.34), postgresql-15, postgresql-15-jit-llvm (>= 14)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-15-pgfincore_1.2.4-1.pgdg+1_arm64.deb
Size: 33172
SHA256: 7a8f118155617693973f96a733fe522d7fa919f4bcc1555226a3c8f4383cf2c9
SHA1: 7402f1940872b4c345a435830b3913a8c3c557a8
MD5sum: bd82d35804eedb3ea2f5af0636da5e43
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.
Timestamp: 2022-09-29 09:18:43+00

Package: postgresql-15-pgfincore-dbgsym
Source: pgfincore
Version: 1.2.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-15-pgfincore (= 1.2.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-15-pgfincore-dbgsym_1.2.4-1.pgdg+1_arm64.deb
Size: 40452
SHA256: 150edac97f162a5a6c72b3cd54a568b44019327b56680e4cb5812944193e2e43
SHA1: 449351773654b38cddcec77d4e4f24c9ff0a2689
MD5sum: 7b32dba5d7decd535b2046bf6cdf7dc1
Description: debug symbols for postgresql-15-pgfincore
Build-Ids: 239a380e1cd2b0a1d7204e09594b584bb30bfc69
Timestamp: 2022-09-29 09:18:43+00

Package: pgcopydb
Version: 0.9-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 603
Depends: postgresql-client, libc6 (>= 2.34), libpq5 (>= 9.1~)
Homepage: https://github.com/dimitri/pgcopydb
Priority: optional
Section: database
Filename: pool/main/p/pgcopydb/pgcopydb_0.9-1.pgdg+1_arm64.deb
Size: 207072
SHA256: 44c6113c73e01c0700436cfacc5ba7b4c78a8c2341f881756ddca9000cd4a966
SHA1: 18c3184464d2e14436b61756abdfdc72a8ff71a4
MD5sum: 45d79f9a4517ea47cad0a0d8d3eecfcb
Description: Copy an entire PostgreSQL database from source to target
 This tool copies an entire PostgreSQL database from source to target. It
 implements `pg_dump | pg_restore` on steroids, including advanced concurrency
 tricks to make the operation faster.
Timestamp: 2022-09-30 11:10:29+00

Package: pgcopydb-dbgsym
Source: pgcopydb
Version: 0.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 379
Depends: pgcopydb (= 0.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgcopydb/pgcopydb-dbgsym_0.9-1.pgdg+1_arm64.deb
Size: 336844
SHA256: 0c276040053384125859bb90a4dfb0ce4f5dccef537b61784aa1b5d49430965a
SHA1: 7bdd6e7b7cea2594dc654d06b2c42ff2bc0b8593
MD5sum: 9753edc58212bb46a0a0c3fee78449e2
Description: debug symbols for pgcopydb
Build-Ids: 8ec37fdb91e10464424f0799ca9853ba3ea95674
Timestamp: 2022-09-30 11:10:29+00

Package: libecpg-compat3
Source: postgresql-15
Version: 15~rc2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg-compat3_15~rc2-1.pgdg+1_arm64.deb
Size: 17860
SHA256: 98530ca301454c0e8b4aa4e8f70b6a77be093c3d1408168e3f7abab3de7a2b18
SHA1: d903f9a39a03885200a94d7f6b3a9cf67616d486
MD5sum: b76458f94c45347a07a0e63e5d972bc6
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.
Timestamp: 2022-10-06 12:48:39+00

Package: libecpg-compat3-dbgsym
Source: postgresql-15
Version: 15~rc2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 15~rc2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-compat3-dbgsym_15~rc2-1.pgdg+1_arm64.deb
Size: 39088
SHA256: 0fb6d5f42f1b1143ba5d835ac64f91e47eafeca819bda2490bb949d14e930b27
SHA1: 81632697fda13a68cc1046ee9892cc4e1eca38b7
MD5sum: de5d10f85ab4078a48ac106f81dfe073
Description: debug symbols for libecpg-compat3
Build-Ids: 7aa9c19e62ec06cdeabcc083f752a7fe9c51e135
Timestamp: 2022-10-06 12:48:39+00

Package: libecpg-dev
Source: postgresql-15
Version: 15~rc2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1617
Depends: libecpg-compat3 (= 15~rc2-1.pgdg+1), libecpg6 (= 15~rc2-1.pgdg+1), libpgtypes3 (= 15~rc2-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libecpg-dev_15~rc2-1.pgdg+1_arm64.deb
Size: 275376
SHA256: 816e0b15d44a137251ca41764da0cbb6f8f731e21be7b0699279631026eb76d3
SHA1: 7cc28119ecd1b0c4d8816646869222207752cbe7
MD5sum: a6ac50148cb5f04ec763adf936a075c8
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).
Timestamp: 2022-10-06 12:48:39+00

Package: libecpg-dev-dbgsym
Source: postgresql-15
Version: 15~rc2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 320
Depends: libecpg-dev (= 15~rc2-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-dev-dbgsym_15~rc2-1.pgdg+1_arm64.deb
Size: 274408
SHA256: 01f154511b9c29b13a0718f9d8e1c9841ec99bea06cb071686e658c315ca5a23
SHA1: 724204d549e69a091f6e21f6fa3cf9747d78486d
MD5sum: a105e853b7ce62860c3bb0d07872bf10
Description: debug symbols for libecpg-dev
Build-Ids: 9ea2f5ff98cc350536a393a900d8f3d75ed8e3ee
Timestamp: 2022-10-06 12:48:39+00

Package: libecpg6
Source: postgresql-15
Version: 15~rc2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 267
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg6_15~rc2-1.pgdg+1_arm64.deb
Size: 53580
SHA256: c8e049f52a1c2080c2edf29f47504a563811a702ec158f71434e45934685ffc8
SHA1: 307f1d9add1b3029e42353bcf20685126ebe0931
MD5sum: cf645fe2c02e678b972a7893590f09d3
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.
Timestamp: 2022-10-06 12:48:39+00

Package: libecpg6-dbgsym
Source: postgresql-15
Version: 15~rc2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 15~rc2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg6-dbgsym_15~rc2-1.pgdg+1_arm64.deb
Size: 113876
SHA256: e43e2c29f45d7908fae338831cb0236038dd966c2263cb012105466033fba51f
SHA1: 509120034becb0c59ba1c5e02c68458cda22e5cd
MD5sum: a193d6817ec76f919e139cc948a34376
Description: debug symbols for libecpg6
Build-Ids: 5a9f29788c5cab75886a47e604dc85a1cef932b4
Timestamp: 2022-10-06 12:48:39+00

Package: libpgtypes3
Source: postgresql-15
Version: 15~rc2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpgtypes3_15~rc2-1.pgdg+1_arm64.deb
Size: 38004
SHA256: 7a582f1ae75ac1ed8083c455d151c846a9c42636847c083a5fafab4f6eaf15f9
SHA1: 9f4f6b9b9caf614b515b27cf3e6bf376827dc0f4
MD5sum: da46c32bf49cdb2cb2c3d5c7412405e0
Description: shared library libpgtypes for PostgreSQL 15
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-10-06 12:48:39+00

Package: libpgtypes3-dbgsym
Source: postgresql-15
Version: 15~rc2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libpgtypes3 (= 15~rc2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpgtypes3-dbgsym_15~rc2-1.pgdg+1_arm64.deb
Size: 87860
SHA256: 54a26e1a723f382964d0f5e36253dc17d19ba26f251aeb577ce6dec39ecfb61d
SHA1: fe52262c77428d28c63293d69fecd6ed419dc199
MD5sum: 681bf42544c14446bb3f5529f5747e9d
Description: debug symbols for libpgtypes3
Build-Ids: a0046492aaeb66c4ff9593b66ee1dd3f0101d607
Timestamp: 2022-10-06 12:48:39+00

Package: libpq-dev
Source: postgresql-15
Version: 15~rc2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 582
Depends: libpq5 (= 15~rc2-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libpq-dev_15~rc2-1.pgdg+1_arm64.deb
Size: 136276
SHA256: 02ed7fa647edd9e01ec896e4761059e205304328203b9cf41a05a4814e5acaa0
SHA1: 88882346aad3387e556626565bff2681cdf143c8
MD5sum: 2b10dd294a5ac09b2470f23d57935df7
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.
Timestamp: 2022-10-06 12:48:39+00

Package: libpq5
Source: postgresql-15
Version: 15~rc2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 864
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpq5_15~rc2-1.pgdg+1_arm64.deb
Size: 172840
SHA256: 1f2b2d1cdadcbf5198127dbbd4bbc5e79420d0908f7ca081d5f5b6ce35d0575b
SHA1: ccea344eddff8dee973b5559f5944a9ce48b75a7
MD5sum: 70a6d3c178618c0df07d14d7120ecabc
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.
Timestamp: 2022-10-06 12:48:39+00

Package: libpq5-dbgsym
Source: postgresql-15
Version: 15~rc2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 312
Depends: libpq5 (= 15~rc2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpq5-dbgsym_15~rc2-1.pgdg+1_arm64.deb
Size: 276992
SHA256: 29a6c05154575ec859ecbe53e3e3e20265684ae915e2e41475e7cd9f20b2d9aa
SHA1: 84d33b4df74fddb1d2f3cdc2dade7b7ac83364eb
MD5sum: 71bc74451132d62b1595f1dd9d4188c1
Description: debug symbols for libpq5
Build-Ids: 52765e017ef438fa35c461c3e2978c8baafe3bdc
Timestamp: 2022-10-06 12:48:39+00

Package: postgresql-15
Version: 15~rc2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57135
Depends: locales | locales-all, postgresql-client-15, postgresql-common (>= 241~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-15-jit-llvm (= 14), postgresql-contrib-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/database
Filename: pool/15/p/postgresql-15/postgresql-15_15~rc2-1.pgdg+1_arm64.deb
Size: 17588804
SHA256: 4c0c4d3c369dfb53c95478cba0adc35816f02901de636ea46a474aa4d5d7e8de
SHA1: 340207a3de3984ca32056cf9807809c892d583a1
MD5sum: e6e7995fbadb520134fb5997357fcdb6
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 15.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202209061
Timestamp: 2022-10-06 12:48:39+00

Package: postgresql-15-dbgsym
Source: postgresql-15
Version: 15~rc2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18906
Depends: postgresql-15 (= 15~rc2-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/postgresql-15-dbgsym_15~rc2-1.pgdg+1_arm64.deb
Size: 17069188
SHA256: 7abd59357baaaf70566369da02e149c8d41f277db34ef54008455172b90c281f
SHA1: 25881ba2b73ad7100eda5560b1a01f8eebf0229c
MD5sum: 10657698119878eca375659698a4b5c1
Description: debug symbols for postgresql-15
Build-Ids: 02a5dd42fbec4965d65e426350e0067bd5eaa21c 06669c4bc94ed0b1c08f94813b8cee977d3e1e96 0bd01472746df88c41eb36796a755c3f2f77cbba 0c2937f046b584d250745717a4d0921f3f50b61b 18e92c30092bea243d9a73b23364c9da74ec5b3e 200ceb3c55af49cf5fbd123b6ddb8feb3107a199 20990fc27bc3d2838cbf7a1fd8df0d96bdca1581 23f6cd2723e536d575ec5f93d3b1aa046629b84e 24a56390712cc79b01b348b888b6fe3343650fea 279df952beb418553141e45a68e804321d2e163a 29cd0dc8efceca170e6362f654e7e0a484a309d0 30b487838e1814a645116942c30f39649386bf7f 32cecf6fefeb123fa1794c4f323a53ce7ae6d7ed 395ff733d096ff1d281f467045730862a32424d3 3a2158aebd03d1827fd02093bcf680265259eeee 3b121c6c98ea6e7096ed7fae5b0eb342796238ac 418c13dba3e0ecc4fe0dc308cd831df624693eaa 426d00984efa434f2a9c5759db5580173b3476ea 45f088161f901b03bec157392e78cc859479d818 476fa89bbee766ec6da11eb724bbc643e7433b18 4a903bd5a71a480e66b965968ba8616b7af55009 4ced2e87c9d138e4a53922ee359002fe5238f0b5 4f09af247415e0535ab2af8633009aec281e6ec0 51c764282dd28b0c3ee6cb1f2d294a6f0d377b2c 563f9432d15fd9ecfc24b222fee12ab34ae9d83d 5cb3188091ae343d266a85ac658ddb447d24d95f 5ee3feb6e43ee41c941844500c93d5e570b27621 6016b0871f55c8253830150e7e5919bef9e0da1b 60fa46d9d883d09f0fc41351df4064e819576b64 67ece524c7aec4f5c72cfd8410fb613d89266370 6ae615905444924896203b2ed9964ba7ea4c8274 6cf38d32b9fecd67694d94972ced7fa7b5e01d06 70814fde5edfc371f4858a7f9ac6b13cbc4623a5 752c30e1e638138899c49ef1f3fba639ab202654 752da4397ed10e4adb3b45a4dc01773068c0315f 7923bb9a099ee82fe7bddf38f5abbb4a72eabd46 7afccb9c5d6af77c934fb6cc80e37a4ba56f0104 7b047a70090c8f8945f4eeaed77da384e4678dc7 7b2142d8dd206f349f8f82d5f2f5766ea04d7bbb 80fa17f94b6f3b40aaaa9a80a07a2faa2bd121e1 81dea592b1eadbb8c9fb2f64dd6b3cfb73e9df41 81e9ca70677ea4b16d1f4da7d90f134b0da8fcc5 83ce4d3e4a5e57b810b17cbd0c0ffe0735852694 8471e6b0a42c757bd2cf3c6b1139288dd6dbdbc9 86737a3c02f1604826dc1c523aebb8f24e9cf812 88f5303e964fe86c5ad003d28744bc18c2cf3be4 897b5f689643083bf1d1c6591208cc8dba667758 8a0da873a67dc5b8c94845df3563b9e9c8defe40 8ad33cc7384086b65e97cf63240ec018018f89e2 8c336f1d9860c2eefb6c8d8424293ee68ad7d3b5 9137dca91fca1e6acd53e45fc83024d38b89cfe7 9174531e332aa8cbc3b8b193b994e5efb13abdfe 963cee7c515532152459a6bb6fdb9751d78e4635 96b4966179f9f219b214aaebd3f1342f120298ce 9962c582187e408714457d37013acfa86c9a28ec 9da8cf4b19a0045ae41162e70c5b36544d866958 9e5799380e7846184c5a263161d8138c9a046dab a0426a420b6084978386e60812e2d7460db6cad3 a1b376e6e5278e535e8762732c17927ef5c49cb1 a62f89ee3e7d9086f99668000d17e0b2e717ef7e a65d2c827a4b4429213e42ac6f04e010b91d7fc0 a742d1390e5948ff102515bdfbea3841f5a1e5ea aa2dc9995ac5813e9fd02407823d8c9578ebbfce ac9e6512e952fcfd7ed04beaa101325e7acaad2c ae98a9c0a185f0338268d5f730af04d7f2831a51 aeaa33a5e0e27e711f0233dae95069c7ec4d35cf b0111b632dfc075c6c2ef1e23c8de816997f1422 b2280d0884a3da36d6a3025e55c60997d6c6e87f b5ba25b748e5fb76887f3c2b2e81ea51c2474bd9 b7e5748939d2629e766c418de8e2988c2406c9c2 c5ca56b4754d0a084f5bf038330c8eba567edfc7 c7f282f5606bffb92cc040c79d5bce23ad371c28 caaaa24c54e40a25b6b4a392402b3a1db484ec21 cc4c30277dce199bf64a2eb7663e2dc28eeebcc9 ccdbfbac096759240d1fdfcc18ff5ab3bdd334a3 cfaff57382671cea4c00251137428279a2a93f66 d14231a216e98d96a98e084a14c88623b1bb6d45 d23551ce6a68cbf6df2ef144ca761a156d4752d2 d73cafa60be4474b81ed96981d158641d666b003 d96e044ebe93d610f45fd6a24a3d3f2a45adc794 dbe9ff7ce497f7f03798557a1a7aaa56edceb21b dcfccf280780e1951afa2d983034badb00167a1b de228d837ce574d4e736e18c2bbd7cf55ebfb39e e15975be45a7e225d969e7203f2c38963a05ed98 e2b38d96d3f920fbbfb3391692eba7b356cd1e6f e5ae477202e2a92be2cd42e4e669c85baf8b1577 e901cb29fb0a6f405be52758607db6eb274aa987 eb3a48c6890c0e5394383df4c2d59e9602b7826d efc96cc16ef7f188ce8a5b580199f2385becac32 f0be363dfb23b131586727b7d9641cf384f1a5f0 f1582d5d3faf99e3305ba501a30951fedf672a2e f3c29019332b13b8262ed27ffe1cb5dcae88074a f3d1ff04ea118311e5bc8d9f6e05303b88c6297b f8a207de90a45ee90d06f4e799a70ca65cd1689d fcc58545dd9041c46bf147e35544f3963561bc9f fd9f1b268dc773fe9a3972133c64734152b0bc42
Postgresql-Catversion: 202209061
Timestamp: 2022-10-06 12:48:39+00

Package: postgresql-client-15
Source: postgresql-15
Version: 15~rc2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8350
Depends: libpq5 (>= 15~rc2), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), liblz4-1 (>= 0.0~r127), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Suggests: postgresql-15, postgresql-doc-15
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/database
Filename: pool/15/p/postgresql-15/postgresql-client-15_15~rc2-1.pgdg+1_arm64.deb
Size: 1617332
SHA256: 1a1e7202b130d1738f1cc71f618e4fbdb06057abdb0f408ffbf68c222003ba46
SHA1: 8de961da19f0abf2956644bf443e09c4bf9b4d1a
MD5sum: 946ace6e5540891f17f61655d2548aed
Description: front-end programs for PostgreSQL 15
 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 15. If you install
 PostgreSQL 15 on a standalone machine, you need the server package
 postgresql-15, 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.
Timestamp: 2022-10-06 12:48:39+00

Package: postgresql-client-15-dbgsym
Source: postgresql-15
Version: 15~rc2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2932
Depends: postgresql-client-15 (= 15~rc2-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/postgresql-client-15-dbgsym_15~rc2-1.pgdg+1_arm64.deb
Size: 2473944
SHA256: a50bbc600fd1520f031032b97248a569cef97c08dd402985dee6f6d9e202d685
SHA1: 24d31cbac00483c6031a19b61268fd58b3106778
MD5sum: 0a716ebd3284b304cb2e859da0a5de8f
Description: debug symbols for postgresql-client-15
Build-Ids: 173451426f7c1b9a0147eac9043f5f92e6281932 3220256315915c1b1fbd6fc6f037c6955e4c4ddb 32bd9a9710eda385b5d2103d44a84327b3a42b40 35a1497778e858741e1c5407942ba5d12d213a7f 61d01f1c2172d2c5c0e1af6be9db683e68efb4dc 64c33230ceaaa3a776f7aedb492eec87b80884ff 776388c141b360afed36ac5f754469553b54de38 80b67e91275c2555612f9675e86a6e002b5d3f09 830c63b929dc7140fc480e438cf4f27235b2f36b 8542b1375d34791d7a057acab642dbaa1043dc4d 9a15e989525a5552fa071388bc126837d046e670 b23fa14ab7a9abc0e332d671f4b24ce2f2a961f6 b5ad99d45b6695e23bad45b41a9716d0a893d7d5 bda2c24012ba45ac0f96ebfdd760ed597ab3bd26 c52045810dc18ca9af422c286bffb8c0ab9b23b2 c5a058e389b723fd4f1a5a581e5db147aa1b5342 d57c60ac9bfd99a98fd6c1a9d701f5d1d005d114 dc1e03eb36d57873ba4404af537d05bfa7dc3ebf dc695a4ad39995091db3f84014f651b0d2fe9e2d f2edc137a329e4e5656212948d992dcfe41db88b f5d9dd8ab877bf05c61dbc5e82f1d215dbef511f
Timestamp: 2022-10-06 12:48:39+00

Package: postgresql-doc-15
Source: postgresql-15
Version: 15~rc2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15856
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/doc
Filename: pool/15/p/postgresql-15/postgresql-doc-15_15~rc2-1.pgdg+1_all.deb
Size: 1999204
SHA256: e2a5e7ea0d404659a31288f4a734362594563111124288148f647b023140efa6
SHA1: c23f818cd2434a3145e9503caf975e953b9f18c0
MD5sum: 11b14269d5b212128d1a7750e48e93e8
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 15. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-10-06 12:48:39+00

Package: postgresql-plperl-15
Source: postgresql-15
Version: 15~rc2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 564
Depends: perl, postgresql-15 (= 15~rc2-1.pgdg+1), libc6 (>= 2.34), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/database
Filename: pool/15/p/postgresql-15/postgresql-plperl-15_15~rc2-1.pgdg+1_arm64.deb
Size: 81620
SHA256: 8f8c92c322518c28304d5c4b14d4866eed02c6681ec727ab87a52bf0cdca03d0
SHA1: 55481c07025b60a58cc654a4cb1d17dd3dc852ab
MD5sum: 309222d7e1b0b8978a4e039f7722d342
Description: PL/Perl procedural language for PostgreSQL 15
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Perl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-10-06 12:48:39+00

Package: postgresql-plperl-15-dbgsym
Source: postgresql-15
Version: 15~rc2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 224
Depends: postgresql-plperl-15 (= 15~rc2-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/postgresql-plperl-15-dbgsym_15~rc2-1.pgdg+1_arm64.deb
Size: 178972
SHA256: 19b1ee45654380a30c3319dd96d2dc1a948a6d3b24fe13a5dc3c5ead19526c1d
SHA1: 1e53133b09fcce72b719457f792447f4cbeec35b
MD5sum: 12606c1ec193dda431f90e7aa6ab8acb
Description: debug symbols for postgresql-plperl-15
Build-Ids: a98b819a2c1ba5eb13304fcf42ff78bdcc0f166d adb065fc93a03dcd9003abf6b76663b0b15b1fe9 b1cc9baf631fa5851012fead49b332e560df1df9 e98b33bb168327a4d142ac6fbb5028e4d1769917
Timestamp: 2022-10-06 12:48:39+00

Package: postgresql-plpython3-15
Source: postgresql-15
Version: 15~rc2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 669
Depends: postgresql-15 (= 15~rc2-1.pgdg+1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/database
Filename: pool/15/p/postgresql-15/postgresql-plpython3-15_15~rc2-1.pgdg+1_arm64.deb
Size: 105604
SHA256: 625885735fa0b40b5e9af156085e617a9073c0a5c4b932ff46d53c47d094294e
SHA1: ae47ff8801470b8bf0d9699b6fed49c38bdc03f2
MD5sum: f3cb05f9fe80c9265b2c437ac46d0bde
Description: PL/Python 3 procedural language for PostgreSQL 15
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Python 3.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-10-06 12:48:39+00

Package: postgresql-plpython3-15-dbgsym
Source: postgresql-15
Version: 15~rc2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 227
Depends: postgresql-plpython3-15 (= 15~rc2-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/postgresql-plpython3-15-dbgsym_15~rc2-1.pgdg+1_arm64.deb
Size: 176812
SHA256: 29a74c35d4b71e2b7cf39fabc279b963f31c7abbdab943ca61ed930caff8bb77
SHA1: af2e933238a431286382367e56ee107a9995433f
MD5sum: 8d0c7c2797a3c46f689a21445a251ff3
Description: debug symbols for postgresql-plpython3-15
Build-Ids: 080b2051714467f069cd139562a3f4167fe4aac8 129fe0166a52147a03eeae622d37894be3f4ca16 6f9f1300d9a879392ffc78e00a30c2f1d7d7aba2 a23d23c661d8299340adbea9fd59917cdb657217
Timestamp: 2022-10-06 12:48:39+00

Package: postgresql-pltcl-15
Source: postgresql-15
Version: 15~rc2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-15 (= 15~rc2-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/database
Filename: pool/15/p/postgresql-15/postgresql-pltcl-15_15~rc2-1.pgdg+1_arm64.deb
Size: 35412
SHA256: 4ab9659717428558e1a12d36009999d40e8b27b4f4c2d29db51c3a9a22b613fa
SHA1: d2511a45af83b354684e8888c5a303bd67af390f
MD5sum: f0483c6c288aa35725424b9c2a494de5
Description: PL/Tcl procedural language for PostgreSQL 15
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Tcl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-10-06 12:48:39+00

Package: postgresql-pltcl-15-dbgsym
Source: postgresql-15
Version: 15~rc2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-pltcl-15 (= 15~rc2-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/postgresql-pltcl-15-dbgsym_15~rc2-1.pgdg+1_arm64.deb
Size: 80620
SHA256: 4c0ac82bb2d3eb6715b09ae7b79228942304e4f9d6292d83fe59eaf4bba3304e
SHA1: 2611cc7f4a1f40430b595d8ae5a767c28d378782
MD5sum: be52eb3810b2550a59d3e1100064f62f
Description: debug symbols for postgresql-pltcl-15
Build-Ids: e14b0121ca39b82f7fd722c1528c718ca88da4d3
Timestamp: 2022-10-06 12:48:39+00

Package: postgresql-server-dev-15
Source: postgresql-15
Version: 15~rc2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6800
Depends: clang-14, libpq-dev (>= 15~~), llvm-14-dev, postgresql-client-15, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/postgresql-server-dev-15_15~rc2-1.pgdg+1_arm64.deb
Size: 1133460
SHA256: 335d045b99c886eb5fa0bc33ecd7e5e06c75b1cdaaf23dc185d3b2488b71efa3
SHA1: b683f194981d6b7e4a6a6514569436207f7441de
MD5sum: fd92630478b8539cfc39711c03c3b130
Description: development files for PostgreSQL 15 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.
Timestamp: 2022-10-06 12:48:39+00

Package: libpqtypes0
Source: libpqtypes
Version: 1.5.1-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 205
Depends: libc6 (>= 2.17)
Multi-Arch: same
Priority: optional
Section: libs
Filename: pool/main/libp/libpqtypes/libpqtypes0_1.5.1-9.pgdg+1_arm64.deb
Size: 54960
SHA256: 98fad1c34859a4056cc674d66f729c0f030499f906700a76358e23f734758b80
SHA1: f620ec74bd71001ac0b7d527adede4e1af3454f6
MD5sum: 3d437c604c8428a60d2df59caa76a3e8
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.
Timestamp: 2022-10-06 14:37:50+00

Package: libpqtypes0-dbgsym
Source: libpqtypes
Version: 1.5.1-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: libpqtypes0 (= 1.5.1-9.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libp/libpqtypes/libpqtypes0-dbgsym_1.5.1-9.pgdg+1_arm64.deb
Size: 101084
SHA256: ae657b2ec46e48b2085e21b52e12ff419137d329b6ed18e5f6e56689c1b99881
SHA1: 2f72b427f8ec1c9b905d1426e335f8c02f3a126b
MD5sum: 8edf15e72d92a8c2ee811ccd87ca97a5
Description: debug symbols for libpqtypes0
Build-Ids: 450117ba23be2ef2fe331f963fc76433251baed5
Timestamp: 2022-10-06 14:37:50+00

Package: libpqtypes-dev
Source: libpqtypes
Version: 1.5.1-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: libpq-dev, libpqtypes0 (= 1.5.1-9.pgdg+1)
Multi-Arch: same
Priority: optional
Section: libdevel
Filename: pool/main/libp/libpqtypes/libpqtypes-dev_1.5.1-9.pgdg+1_arm64.deb
Size: 55712
SHA256: 75b3caa583ce63720c78534fe4eb4b2f42968e40ed67c3885c7a66ca4ecafe05
SHA1: 2c86e1640a956395caf349505973c6e046981d84
MD5sum: b8b8d8ea0c58a2af0c578d4ea2d2f647
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.
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-10-orafce
Source: orafce
Version: 3.25.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 524
Depends: postgresql-10, libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-10-orafce_3.25.0-1.pgdg+1_arm64.deb
Size: 108948
SHA256: 8f99ddbed373635765922db2a6956ca8f3747afb0e13f18aafdd468110db25ff
SHA1: 9c81456c890164a1cbf6ff06ac36231e00df16bb
MD5sum: 0b8ca485bce6f92d3946999e34da9469
Description: Oracle support functions for PostgreSQL 10
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-10-orafce-dbgsym
Source: orafce
Version: 3.25.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 277
Depends: postgresql-10-orafce (= 3.25.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-10-orafce-dbgsym_3.25.0-1.pgdg+1_arm64.deb
Size: 229324
SHA256: cf33f7f781e89b0e27f4357d8a0a2fc4c41f65d7f8c9ef4b8d2facd0f3e6a1d8
SHA1: 90f2f0ee5de36725d4739c3cca1ab6fa03ad8ca5
MD5sum: 9210c16fd4cf877a9e61270f2bf0ab5d
Description: debug symbols for postgresql-10-orafce
Build-Ids: f2ea31b97adc772a2b8f404586dc71ae7ab1a3cb
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-10-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.4-1.pgdg+1
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 90
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-10-pg-wait-sampling_1.1.4-1.pgdg+1_arm64.deb
Size: 14600
SHA256: a2691137b08e74943d5fa39008457c23dda343a0c5ce75ab75e8978cf780437a
SHA1: ac008643fc1154daab3bd129abe5a60c44addca9
MD5sum: b08507268ddcdf6fcaf2ffd115cd3acd
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-10-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 71
Depends: postgresql-10-pg-wait-sampling (= 1.1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-10-pg-wait-sampling-dbgsym_1.1.4-1.pgdg+1_arm64.deb
Size: 53200
SHA256: 1b86696b141f2f108b12bd48362c1a64240466cdcd190416f81e6bf7f0147d3e
SHA1: b64111331e2ccf2d81e25b93d8c97c52b03d0aba
MD5sum: 70f0bb3959be7f4a17b6a8533773b916
Description: debug symbols for postgresql-10-pg-wait-sampling
Build-Ids: 723a6295b0f4148ccae6b72d5c9080e4c1e7bb3d
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-10-plpgsql-check
Source: plpgsql-check
Version: 2.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 237
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check_2.2.2-1.pgdg+1_arm64.deb
Size: 78364
SHA256: 54dbb88699cbd95812c785fc02f4b4295f5cf398ff830b3cd1b8e53bbc6adf21
SHA1: 02a385baff0d938d98eb7ad9e7c794b315f83013
MD5sum: ad83be99f3aa657b45d75ef4d6b26022
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-10-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: postgresql-10-plpgsql-check (= 2.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check-dbgsym_2.2.2-1.pgdg+1_arm64.deb
Size: 232312
SHA256: 4bdf4dbd86707cc8518eee11f21a51240ac00dcb0f704174a760f25018a83039
SHA1: 11bfc065c7ce92fe29d947607f3c63a7dabfa45d
MD5sum: 6007ba82dc89f8cdd627cdb330c06b23
Description: debug symbols for postgresql-10-plpgsql-check
Build-Ids: 67d7340f5c7a5cf1459d88d10c43e398bc9cd9ea
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-11-orafce
Source: orafce
Version: 3.25.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1070
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_3.25.0-1.pgdg+1_arm64.deb
Size: 351932
SHA256: 25e2b19669214bff783a30b65e123509fb5c47af79cc38f87362b8e20b2989cc
SHA1: 54c08b2de2fd419cc6cce0f19920e9ee32e76729
MD5sum: 0e00eb00d5d4d572002d15ba0a9939e0
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 3.25.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 278
Depends: postgresql-11-orafce (= 3.25.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_3.25.0-1.pgdg+1_arm64.deb
Size: 229428
SHA256: 821db4820e7e24653b2415eff8a8f9d7e36f69aa35263044d72fd5636ce2cc49
SHA1: 6bd2ed3129051a3dd99ab9c7dd82d7a059284823
MD5sum: 6477c40c026c31ed24b7aefbb664295a
Description: debug symbols for postgresql-11-orafce
Build-Ids: af6451bff88165c3f495b669196516dd31b40b48
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-11-pgrouting
Source: pgrouting
Version: 3.3.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2742
Depends: postgresql-11-pgrouting-scripts (>= 3.3.3-1.pgdg+1), postgresql-11, postgresql-11-postgis, postgresql-11-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: postgresql-11-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting_3.3.3-1.pgdg+1_arm64.deb
Size: 687268
SHA256: 48a5ea06e0e76ba9f4d024a13a306a556df028304970d8c0ec8fd5fddaf2ed20
SHA1: 7860f5c50e26e35e6d91977c9010c15e86817e8d
MD5sum: 9c7d0d75697d1e09cee36f8617dd45d3
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 11.
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-11-pgrouting-dbgsym
Source: pgrouting
Version: 3.3.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 22433
Depends: postgresql-11-pgrouting (= 3.3.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-dbgsym_3.3.3-1.pgdg+1_arm64.deb
Size: 22375716
SHA256: 18567a11a236709d7fa50e97b9593df60d43467e3c20b061a7ef6af410718a6d
SHA1: eb8c2513234e0c9dab0e8d66ea161fff2f8e0677
MD5sum: 82d1cb2eea354b5d887365930764e641
Description: debug symbols for postgresql-11-pgrouting
Build-Ids: 9f714264b30abac36389a4185c65827df1621c06
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-11-pgrouting-doc
Source: pgrouting
Version: 3.3.3-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6740
Depends: libjs-mathjax, libjs-sphinxdoc (>= 4.3)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-doc_3.3.3-1.pgdg+1_all.deb
Size: 2034532
SHA256: 11fa6106a57403439b417d963bb011fbe83995cc2471a06b2530230374142be4
SHA1: 459bc87b99ee4a10ff2fd6635d2c7fae5839ba43
MD5sum: 08a07f349620ca62222ed5c87fd88488
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.
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-11-pgrouting-scripts
Source: pgrouting
Version: 3.3.3-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2327
Provides: postgresql-pgrouting-scripts
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-scripts_3.3.3-1.pgdg+1_all.deb
Size: 58268
SHA256: 0f2f7267f2b3eb20d30bc35f44a307bacb834fb35472bf18f4b5edeb1dbb720c
SHA1: b2159abcfd09f18a01a4ebf6f3dbda0f769d5adb
MD5sum: dc6782b564745a8f6c8535d438047e59
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 11.
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-11-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.4-1.pgdg+1
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 136
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-11-pg-wait-sampling_1.1.4-1.pgdg+1_arm64.deb
Size: 40616
SHA256: 1519b569be6fc6ab0a85a635bb872a210c765b3d804e462963bf03294a940494
SHA1: 03d9f9b8b1a255f36b13ac3bf271c93a1718ce74
MD5sum: 397589d4c02018befe09ef6d34df2e61
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-11-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 69
Depends: postgresql-11-pg-wait-sampling (= 1.1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-11-pg-wait-sampling-dbgsym_1.1.4-1.pgdg+1_arm64.deb
Size: 51332
SHA256: 9e561a5b56e25859e118d911a97ab5fd75e9afccd5bb7c0d228d820c9a7114c6
SHA1: be37c866fc3bd7e315b269ea763c8100978052e4
MD5sum: c4170a95dbd169b7c60b0b5e00a86574
Description: debug symbols for postgresql-11-pg-wait-sampling
Build-Ids: 241adf8aace032bd993325d68765259a203a14fc
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-11-plpgsql-check
Source: plpgsql-check
Version: 2.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 659
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check_2.2.2-1.pgdg+1_arm64.deb
Size: 301616
SHA256: f7a759a99a87cefb19eabdeb6bdba8b7b0880cb28b93d14edb98fb39329eff27
SHA1: da254212d81cc62b9602ac2d7879781cdb6f3192
MD5sum: f75ba35a26e1b5380c36aaf3873fad4a
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-11-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 261
Depends: postgresql-11-plpgsql-check (= 2.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check-dbgsym_2.2.2-1.pgdg+1_arm64.deb
Size: 231540
SHA256: b6f57161040790e6f8b3330f1177c7a41371461247140b2f6ab3e066dd027570
SHA1: 134c4153f105705f0c71f0ba9d0e0d5c6f8ce86e
MD5sum: 68a7c7dcb631e38f01e75f5548894c33
Description: debug symbols for postgresql-11-plpgsql-check
Build-Ids: 0855cbc23aaec76eb62ce9512e31b1a3998379f7
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-12-orafce
Source: orafce
Version: 3.25.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1067
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_3.25.0-1.pgdg+1_arm64.deb
Size: 349640
SHA256: b60dbc4d304ce617f6b32744a3a1161772cee07f6bc0fd3e19303d93161e3f09
SHA1: b303f3950635a69950e319854e012ba7bc7b1255
MD5sum: 6e29da91ee50994f34cedc071456462d
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 3.25.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 277
Depends: postgresql-12-orafce (= 3.25.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_3.25.0-1.pgdg+1_arm64.deb
Size: 230816
SHA256: 2a95e13c61f8cc2920656015fe9c24a7e00563cac8f82c7ef763619c8456b339
SHA1: 34bc09d3ee9023170314695b4da605e826844f91
MD5sum: 68932faabfd16a83d59b4a4b63974773
Description: debug symbols for postgresql-12-orafce
Build-Ids: b98cb574eb704ae89af7e704f67eddc5c18b6d01
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-12-pgrouting
Source: pgrouting
Version: 3.3.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2742
Depends: postgresql-12-pgrouting-scripts (>= 3.3.3-1.pgdg+1), postgresql-12, postgresql-12-postgis, postgresql-12-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: postgresql-12-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting_3.3.3-1.pgdg+1_arm64.deb
Size: 687396
SHA256: a8cb379c5085763858ceeeb82d623356c19ed5b0d00725f7d4a38b2dd9b1422b
SHA1: 2055b0176fadfbc80f3f77168b82721155c4c5e4
MD5sum: 6170c161bf45d539d240d31bd08de8fc
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 12.
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-12-pgrouting-dbgsym
Source: pgrouting
Version: 3.3.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 22437
Depends: postgresql-12-pgrouting (= 3.3.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-dbgsym_3.3.3-1.pgdg+1_arm64.deb
Size: 22381304
SHA256: 56f734b3b5c8297f72a9a09122f258945ae2b9d20e4eef989bbac229c3c49887
SHA1: 4f9d727a11899ceb05e2160010583b5c25ff11ec
MD5sum: 11f47ca83d4cea7d18552eca315d5bbd
Description: debug symbols for postgresql-12-pgrouting
Build-Ids: 4b601f2895e4abf3b0968b82ce905d8437c4731c
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-12-pgrouting-doc
Source: pgrouting
Version: 3.3.3-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6740
Depends: libjs-mathjax, libjs-sphinxdoc (>= 4.3)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-doc_3.3.3-1.pgdg+1_all.deb
Size: 2034492
SHA256: 644584e4048e31555756ebe5826d2b5ca1125a4792cb72af416fb348fcdd3e24
SHA1: 31523381b4a8354426ca23911a9e8aaf2714f583
MD5sum: e022e98f099604a85bd279ac4a4f66e1
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.
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-12-pgrouting-scripts
Source: pgrouting
Version: 3.3.3-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2327
Provides: postgresql-pgrouting-scripts
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-scripts_3.3.3-1.pgdg+1_all.deb
Size: 58244
SHA256: 8480f043ab15b22495a773dae47ddd1a572508b3b783c4405b902a4a3498864d
SHA1: a89aed06a83a49905bead12355fa1ba66539ad75
MD5sum: 89b5aba133b9c1c1ee78e6b3c641aac6
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 12.
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-12-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.4-1.pgdg+1
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 137
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-12-pg-wait-sampling_1.1.4-1.pgdg+1_arm64.deb
Size: 40828
SHA256: 87e3cd395a7b83e2230441fe86962d46bc60c14afc0b5ce5b208a01872074605
SHA1: d7c689d3fb3ea14a3631f624be6f3133cc2fd899
MD5sum: 5b5786c320dbf1d3148320b899d1aa94
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-12-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 70
Depends: postgresql-12-pg-wait-sampling (= 1.1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-12-pg-wait-sampling-dbgsym_1.1.4-1.pgdg+1_arm64.deb
Size: 52864
SHA256: 993031a8b4debdc036d33c6a4c376742b3c571a9d8870064978ea6b04216751b
SHA1: baf9a406ab1f79f4482e319fae54669e29a4a9ba
MD5sum: d36e1ac0d4eece058b0c0f0a962c430e
Description: debug symbols for postgresql-12-pg-wait-sampling
Build-Ids: 98dd6ff0f98f0bb940f9d5e129ed9c38ffa52389
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 2.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 668
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_2.2.2-1.pgdg+1_arm64.deb
Size: 307544
SHA256: af99cb8f8d7e3470a2948bb597e29d433aa24e926ea0698e60751500202a9e0b
SHA1: 39f5323feb5e01e4baa93ae3fb395ccd5d9924d5
MD5sum: 9b8a0cac3563f266c95e7e46b4504878
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: postgresql-12-plpgsql-check (= 2.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_2.2.2-1.pgdg+1_arm64.deb
Size: 240968
SHA256: 74fd664a3914d0b2bb35d0497424a10acb132ea5b68b261f800fd22002fbed05
SHA1: 781afcf8d9395eb4f39c38d52269ab8087382401
MD5sum: fb1226ae28f2e600927c64155efcea05
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: c0683304231408dbbb30d37211183ab59a5098a0
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-13-orafce
Source: orafce
Version: 3.25.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1063
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_3.25.0-1.pgdg+1_arm64.deb
Size: 348376
SHA256: f78aee0372dae0a08f8a3f60b6a30cd057c1d5299f6a797cd1c7132afa92c1ea
SHA1: d69b7e59a6b556e37a8745bb26fdcac4c4f20750
MD5sum: 157a7e75af9a32ed438fffee9f421f11
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 3.25.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 275
Depends: postgresql-13-orafce (= 3.25.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_3.25.0-1.pgdg+1_arm64.deb
Size: 228716
SHA256: 8ff6263d88519fe01fec56bce5b4d449e3952eaf1ddcd5fb66c36c478750f1ad
SHA1: 1c11007128156f0475e4289ebd0257946fbef6ea
MD5sum: e2d047f9e134db3154644a802b8c63e5
Description: debug symbols for postgresql-13-orafce
Build-Ids: 1582c68323444fc15ab67fd7241c1cdd6b527d4f
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-13-pgrouting
Source: pgrouting
Version: 3.3.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2742
Depends: postgresql-13-pgrouting-scripts (>= 3.3.3-1.pgdg+1), postgresql-13, postgresql-13-postgis, postgresql-13-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: postgresql-13-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting_3.3.3-1.pgdg+1_arm64.deb
Size: 687500
SHA256: 7a17d4adcc7e2c18b3707765c616fa6a75e984f5bcdf2f96a1ffab4352c056e4
SHA1: caed4528ac9ee5c20b3436c851325203fdc7a9f5
MD5sum: e7847400c372da45dc69c7f307243003
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 13.
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-13-pgrouting-dbgsym
Source: pgrouting
Version: 3.3.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 22436
Depends: postgresql-13-pgrouting (= 3.3.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-dbgsym_3.3.3-1.pgdg+1_arm64.deb
Size: 22381432
SHA256: 1811a24f07d06ecb0eabc02f308ecd62d36e9cd907c1e12afaa60e62bdc190be
SHA1: d7e409f3272998ce4c6780991d9d910d2fe12728
MD5sum: bcd567550f6fc04a86af457fb2aca427
Description: debug symbols for postgresql-13-pgrouting
Build-Ids: b261160e877d6bf96acf55de5220a431eeb166c6
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-13-pgrouting-doc
Source: pgrouting
Version: 3.3.3-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6740
Depends: libjs-mathjax, libjs-sphinxdoc (>= 4.3)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-doc_3.3.3-1.pgdg+1_all.deb
Size: 2034520
SHA256: f80c147c39c941cd8df411bc5258f08be62a8aafb7e0831dba0b68a3c929b258
SHA1: 2346191a7ac5f911f62240c247e823106e7ea9a1
MD5sum: 22c9c1e7ec902d73eb42dd849f25c51b
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.
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-13-pgrouting-scripts
Source: pgrouting
Version: 3.3.3-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2327
Provides: postgresql-pgrouting-scripts
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-scripts_3.3.3-1.pgdg+1_all.deb
Size: 58244
SHA256: e5106efeae90992fd4abe6f2e2eba7970ea2be8dfeeefc9fe47741180284dc7e
SHA1: b7bdbb26071acad11a13a79fbc7dad0da7cde129
MD5sum: 000c448a84667b604eb962406be54d94
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 13.
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-13-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.4-1.pgdg+1
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 136
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-13-pg-wait-sampling_1.1.4-1.pgdg+1_arm64.deb
Size: 40548
SHA256: d1eec72a5a582047942c43602e51181c3c57be3aba5ebff6cac3925ce9fb8cb1
SHA1: ce84a7dfcc6373b88dcc17b7c3d01d0880e3a0d6
MD5sum: 19105154ec96561ac1e5a6f00a4a4064
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-13-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 69
Depends: postgresql-13-pg-wait-sampling (= 1.1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-13-pg-wait-sampling-dbgsym_1.1.4-1.pgdg+1_arm64.deb
Size: 50892
SHA256: 5d7a289a61fda7361bef55f6add02dff748d9c3d78ef8044ec9b569c67542353
SHA1: 3efeb1f836d4024f307d241cb2097730a184bda3
MD5sum: f153390f82261a3185ed5a18e6f1c3d6
Description: debug symbols for postgresql-13-pg-wait-sampling
Build-Ids: 77cdce26745a76ba41bd53651de7aee73f7b2eea
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 2.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 674
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_2.2.2-1.pgdg+1_arm64.deb
Size: 311364
SHA256: 2417dffb1ebbade0c01dd9b249ac2e2fb8646d53dd9abf1a5513e23b51e708ff
SHA1: 568b49f6bd465dadafeda267a7c8fddc047467fa
MD5sum: 99cef190c70de7d0a2eece333a5c7258
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 291
Depends: postgresql-13-plpgsql-check (= 2.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_2.2.2-1.pgdg+1_arm64.deb
Size: 261320
SHA256: 5f4fbf789a81f05d96c3ed18dc5eea91a91f5131abb915f5112ff055f22e3ebf
SHA1: 4ca866d535629ee5c012c5bde251b17da01dda7a
MD5sum: 5b7c7838a0598387df22df23bd9ab449
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: f96da38edbedf20cb82d392db75aea865a17af36
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-14-orafce
Source: orafce
Version: 3.25.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1053
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_3.25.0-1.pgdg+1_arm64.deb
Size: 341492
SHA256: 208d256f17165798c2b1256cd5876a4967da8bda49479d0be7ebb4611a4c219d
SHA1: 9acad0c96e61834b02b1b7223e3d3848c8a7ddce
MD5sum: ca73468cde41c45093b28c2c2e83af73
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 3.25.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 271
Depends: postgresql-14-orafce (= 3.25.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_3.25.0-1.pgdg+1_arm64.deb
Size: 225440
SHA256: e7e828a87946cc9582c93ff03cfa46f885f90c0ddf128b393af429b84b4ad089
SHA1: 6b44fac134486ed3457131d4b8f45a9214e40dae
MD5sum: ac9accec3609e3c6faebfa827748c81e
Description: debug symbols for postgresql-14-orafce
Build-Ids: fce4e81290c9d9ca62cd6b208f2561d53afd136a
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-14-pgrouting
Source: pgrouting
Version: 3.3.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2742
Depends: postgresql-14-pgrouting-scripts (>= 3.3.3-1.pgdg+1), postgresql-14, postgresql-14-postgis, postgresql-14-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: postgresql-14-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting_3.3.3-1.pgdg+1_arm64.deb
Size: 686860
SHA256: 783d9c304a232ab4b67245c83e74f702a58ec0fa53fe95e3484a55d9f7d724b8
SHA1: 6c02834d0105a14ef70c32b3b976c90c6564f82a
MD5sum: 36e11360049463ddb8d354598b04da46
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 14.
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-14-pgrouting-dbgsym
Source: pgrouting
Version: 3.3.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 22438
Depends: postgresql-14-pgrouting (= 3.3.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-dbgsym_3.3.3-1.pgdg+1_arm64.deb
Size: 22381128
SHA256: 8039cde587fc49ec09477ca205112728c429d98b9660434cb441231614e0e084
SHA1: 1934c4ca90a4bfad666f9812dde318e121ce0957
MD5sum: 2c90937c45602ef8e693f8ef7851e8a7
Description: debug symbols for postgresql-14-pgrouting
Build-Ids: 8a6d2220dbc93a5f47fa642fc544170bfb2c83e1
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-14-pgrouting-doc
Source: pgrouting
Version: 3.3.3-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6740
Depends: libjs-mathjax, libjs-sphinxdoc (>= 4.3)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-doc_3.3.3-1.pgdg+1_all.deb
Size: 2034556
SHA256: cee4505ae307d7f81ecaa19cbd92199b2ba89490a8329c59af1606da6889f64f
SHA1: f154d44d704df4f2def123178d182d07ff846cc0
MD5sum: 326df33803fccb2060cf8020da95b7e7
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.
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-14-pgrouting-scripts
Source: pgrouting
Version: 3.3.3-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2327
Provides: postgresql-pgrouting-scripts
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-scripts_3.3.3-1.pgdg+1_all.deb
Size: 58276
SHA256: 36f0489ffe861dc58a22a84cd784989df34d58717f900ee1d0a89b4ce2b251b6
SHA1: 4a7da0f3ba8dd935cc43b8281cc32373f1bfc326
MD5sum: 5d0f22ef2bc27cb53249ef257aeabaee
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 14.
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-14-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.4-1.pgdg+1
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 135
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-14-pg-wait-sampling_1.1.4-1.pgdg+1_arm64.deb
Size: 40356
SHA256: 6455f7415de9e204334be650407997e2fdb47c98458990eb626e435f694756dc
SHA1: 245ed346a5fd0e9fc98e6b0efc6ff7d9aa879302
MD5sum: f3f6173ca4f93337a55042497644f746
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-14-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 69
Depends: postgresql-14-pg-wait-sampling (= 1.1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-14-pg-wait-sampling-dbgsym_1.1.4-1.pgdg+1_arm64.deb
Size: 51528
SHA256: 0152e2d76640cf0c51918753f51a01359b670838e73e2e43677a70d8109573f7
SHA1: 6aab0942db9747a5d2e2d01bf551030f16494d2d
MD5sum: ddbf76a81e931b2451398d6b9068aebb
Description: debug symbols for postgresql-14-pg-wait-sampling
Build-Ids: 6d2c7a79daf056940528298a3b13c0c374b0b53b
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 665
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.2.2-1.pgdg+1_arm64.deb
Size: 305492
SHA256: 19839bec1e1ebd8fd5c5373f5794f89553d4b64765718661d17509a33ea67556
SHA1: 30224068ca3a865f61bb09c665e3cedd0db87e94
MD5sum: 39ae889e398bccd1641832ca51f69bf5
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 288
Depends: postgresql-14-plpgsql-check (= 2.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.2.2-1.pgdg+1_arm64.deb
Size: 258492
SHA256: 0baeaaf7bf66d95e5f029a64393728458367679f2be374d8e1993d1a3ef1be96
SHA1: c0264725c69ef8c95ada1485b40858e81ac1f4f8
MD5sum: 671bc9fa29353f6469541ec09065d767
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: cefca78631a34a60129c05b234373648823993d9
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-15-orafce
Source: orafce
Version: 3.25.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1074
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-15-orafce_3.25.0-1.pgdg+1_arm64.deb
Size: 350276
SHA256: 7c2334ef05bf5cc9a355b1402eb80e32cb6b0304b87de5a1ddca7a67d5be02f9
SHA1: 6b61e3957d5e2cbf6e51d28ae2c41f911497ff16
MD5sum: 95572022e449da2bf7932de8d737b47f
Description: Oracle support functions for PostgreSQL 15
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-15-orafce-dbgsym
Source: orafce
Version: 3.25.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 286
Depends: postgresql-15-orafce (= 3.25.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-15-orafce-dbgsym_3.25.0-1.pgdg+1_arm64.deb
Size: 238880
SHA256: 93c4dbc3ce40997b780f956cc170d0e97ca5390a5710a116855bbe8ac773ecae
SHA1: 6348cb6990905cdf2767e4d5ef1b75e132788707
MD5sum: 7fe977d53fbda0ff83880ad6e837cd44
Description: debug symbols for postgresql-15-orafce
Build-Ids: 78d40e4ea559f7b2a2861a3798ac5b2f5fc4a8ca
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-15-pgrouting
Source: pgrouting
Version: 3.3.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2742
Depends: postgresql-15-pgrouting-scripts (>= 3.3.3-1.pgdg+1), postgresql-15, postgresql-15-postgis, postgresql-15-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: postgresql-15-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting_3.3.3-1.pgdg+1_arm64.deb
Size: 687084
SHA256: e1719c37d0c9b2ca7920944c172d8a4d0922d59f7e5a5a184ec775778cf2e8d1
SHA1: e607ffd2ef8347e2cd1509f7682f9adb46a9db8d
MD5sum: f8d4fba1b6dcc04567fbe309f219f4a8
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 15.
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-15-pgrouting-dbgsym
Source: pgrouting
Version: 3.3.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 22447
Depends: postgresql-15-pgrouting (= 3.3.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-dbgsym_3.3.3-1.pgdg+1_arm64.deb
Size: 22390672
SHA256: eef21087b34d935f8a16a493dc2713193bd436a353cd628a6c68bb1279b9fc41
SHA1: f13be993091e7d3756f808b7ea28a88aa4b8cf44
MD5sum: 99b204904cb5bec495ce9e4eac0973e9
Description: debug symbols for postgresql-15-pgrouting
Build-Ids: 76f1b6700f8b85af8be5a4a29aef5d9efa901ea6
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-15-pgrouting-doc
Source: pgrouting
Version: 3.3.3-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6740
Depends: libjs-mathjax, libjs-sphinxdoc (>= 4.3)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-doc_3.3.3-1.pgdg+1_all.deb
Size: 2034548
SHA256: 75c0266822c9c5c878a2e3b3540ddd83544180fa8640481bc2476e26b33c1f9d
SHA1: a4051bc2762f360f005dd5cc9e0a6a5cdf8a9925
MD5sum: b375df24b53db4874b660d4a939b3722
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.
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-15-pgrouting-scripts
Source: pgrouting
Version: 3.3.3-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2327
Provides: postgresql-pgrouting-scripts
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-scripts_3.3.3-1.pgdg+1_all.deb
Size: 58256
SHA256: aa6eb406d4b67463285030964b3804ffba1dedb688ce60594ee59c94224ef30c
SHA1: 1e3bb08c33f302cdf08dd85ed84e6273fd98b1f8
MD5sum: 296bbbac7a37008708c07f46b1f6181e
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 15.
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-15-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.4-1.pgdg+1
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 137
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-15-pg-wait-sampling_1.1.4-1.pgdg+1_arm64.deb
Size: 40780
SHA256: a606823ce70700b3b02f7585c14e6637c2af24e12c694fc6f9636cf0c0f5519d
SHA1: db3e0191ba8c72acbc2318c28e6e93f5e1a1a3df
MD5sum: 768be1cff2ad0d098bf601ca557cb4cf
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-15-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 70
Depends: postgresql-15-pg-wait-sampling (= 1.1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-15-pg-wait-sampling-dbgsym_1.1.4-1.pgdg+1_arm64.deb
Size: 52196
SHA256: 6e6da429ec1a1ecd3dc08f66b7913293e15e21328e2c947e67faf15bd34ee961
SHA1: 206a9a56aee5d442e05dc21f7055f8261d813827
MD5sum: 3e7a0e12caa75c99d50a00a4dca83450
Description: debug symbols for postgresql-15-pg-wait-sampling
Build-Ids: 6a65830d85c2ca4dc80f1ee81cd47bc2a50716f2
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 708
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.2.2-1.pgdg+1_arm64.deb
Size: 332344
SHA256: 31798c44223ffbe0ba19b79bcbc696c96781e74dd8e9815c04038fed7136e84c
SHA1: 55ef434f90ee90e0f023aa0b1b9afb1335198f9d
MD5sum: 15f63a5847d8a51b395b5053eb38dd99
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-10-06 14:37:50+00

Package: postgresql-15-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 318
Depends: postgresql-15-plpgsql-check (= 2.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.2.2-1.pgdg+1_arm64.deb
Size: 285940
SHA256: d2b63d74a6408f397f257cb44636b594a59bfbf81eeef71d48aabd8bebbb6dfb
SHA1: 6cf4a41d905edad1f44cd996ad9bd89dbd54cd00
MD5sum: 49c92d6c2977961fcf8ab4976b857711
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: 274b79576db0aaa12e9dd9d72df06f5373bdaed7
Timestamp: 2022-10-06 14:37:50+00

Package: pspg
Version: 5.5.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 362
Depends: libc6 (>= 2.34), libncursesw6 (>= 6), libpq5 (>= 9.0~), libreadline8 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_5.5.8-1.pgdg+1_arm64.deb
Size: 127400
SHA256: 23dc2bff6ffbf0cd895417a5f5af3ea1e7c793e4c99d2546d1f46f1a048d454f
SHA1: cf121f6ff86ada54df1c2d8fc441a1bfe93299a0
MD5sum: 96591dc068a07bdc1e661b608690cc4e
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2022-10-06 14:37:50+00

Package: pspg-dbgsym
Source: pspg
Version: 5.5.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 429
Depends: pspg (= 5.5.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_5.5.8-1.pgdg+1_arm64.deb
Size: 401332
SHA256: 87e5a8efc85f720e6c5f3254514454565056511156185ee4ef4c3e648a267da8
SHA1: 2913cf752566fed0e969109fb02195baa9a7341f
MD5sum: 1242eb33bdea791c0de3c416211eae81
Description: debug symbols for pspg
Build-Ids: cb648fa69fe766af7c6295b29c1bd4e713fec1f8
Timestamp: 2022-10-06 14:37:50+00

Package: librdkit1
Source: rdkit
Version: 202203.2-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 18349
Depends: libboost-iostreams1.74.0 (>= 1.74.0), libboost-python1.74.0 (>= 1.74.0), libboost-python1.74.0-py310, libboost-serialization1.74.0 (>= 1.74.0), libc6 (>= 2.34), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.1), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 3.0), libmaeparser1 (>= 1.3.0), libpython3.10 (>= 3.10.0), libstdc++6 (>= 12)
Homepage: http://www.rdkit.org
Priority: optional
Section: libs
Filename: pool/main/r/rdkit/librdkit1_202203.2-2.pgdg+1_arm64.deb
Size: 3547732
SHA256: 8a24a84bf616d1f27c2a016151c62d7e951318538a7e8086db48f381aae0d15b
SHA1: b8bba30be38bdbbb9ade13705493119d194e4334
MD5sum: c370151460b598ca089a7a253d081dbf
Description: Collection of cheminformatics and machine-learning software (shared libraries)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the shared libraries.
Timestamp: 2022-10-07 12:52:37+00

Package: librdkit1-dbgsym
Source: rdkit
Version: 202203.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 110603
Depends: librdkit1 (= 202203.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/librdkit1-dbgsym_202203.2-2.pgdg+1_arm64.deb
Size: 108559360
SHA256: 7e925cf74e7aa2ab7adfb135e1a7f4266b42b4d30447a3e1174b6446620696a1
SHA1: 9d088ca01c7d943983c79c705a6f9795a6b0a829
MD5sum: 8eb4266f95d36b0aad6f7f0a4c1c1a1e
Description: debug symbols for librdkit1
Build-Ids: 0eb4901542040166453ee221d938df98630dc9b3 0fe85c72012831f7397b78b0b57e44e059dcf750 126fe5444cc3fcbf781a37e53aa0f99990355a9c 12a53f2e9f02895724b54188d71129fe8a013723 14da54dd2a8ae331167a7f3028c212ef6578957a 219cf0bb44fc3e11dba16c494f75305bff46c106 2ac2527dece8f63d66f5f14fad000affef1bd1a6 312e344db9b6add002abfb2cf9c1f7f1f4dc984b 3157e362af9b45c41f24a210d999cd962874b336 3b99def1cf93a7bc8af691d040d0ae406dac5c2c 48550d9f2333ee1c5eacc301f9893608e43af2ac 4aba397044d069305dfcae870f149f7fe6596cfd 4e251e42d23bffd03f6370773dd88c9d71b45df3 509e661c8071c0bdfbbc42a9f499972207f13451 51833592ef22e5ca010d7f2472a97ff9963cbb65 59ba5faea478b4f1b4aa763e0517ce5e937cbc30 5afb3dd4bb6b9d8d1356008ba55b5e7004bc09a6 6151642be91447d32e0ac41f7d5c3ed408116800 6a83c738fabd5d3f002b561c3bd8121441f2c8c3 780f16b917481bd7a7d51609b767579101c64576 87476606231fbeb570d73cd76e04eeeed2e3892f 87f24e6c8bdf18ddce2c2797677105b6b01943e5 8c90c684e8ba9e4d1176e5d8afaddc6bebecca01 8dbcccd5c2918de9a67bb549ba43319dcf6c9af0 8f3b5c7a57a7877bed7f96805ed4a78ccaa63e53 911b6854124f3dbf18690c19e18de549b8e60c93 99fb8886e536f994a128f9f8b5c5f6b3c19b9351 9f6a6c85bdb9d4c7222035d5f5cd7cfa810a61a8 9fcca6fb081110c29bf41acd99811d4630de1097 a19271fbf712477f0827b98d4c1aac127e50b350 a351aa812f69edd4c66df667cd88b992c4179665 aa833cba8918191914e7e5e08631619cb3aeb8a4 ae5cc63cba5662841efdb45d16069cc13844d55d b01f2bf002bc9ab64f3959f7d5f594e661578914 b412dc49cb11cf1c543b90b3de6ad7bd61f92028 b51b5a2bc8e93ef19fa887900b50511e981c8584 b8cc8e0d1470f8cd129d8bed046f5c5b578fd097 c0661cda605a0d66bef5df14e6d3b3033a2c2182 c276bfc771611156001ff6cb2ace214070a35be6 c328cbb1c565d9d4d1d03ec3972e239e0a25b9e7 c7a90fc02ce2f83c68c0026fa95d59b751f86c6b c8edcb3db1da85db552397ff4b7b8b0f6daa858d c8fb5bac67caf2afe902f36b72cfbceaa449cae0 cb5c18e2ece051a2ef5bf04d9da08f5e77345b88 d2956b7ca7094fa7fb56f706da78d51a5a012eb4 d38c2f6fd54a48041ce7a779842fb6f012c2a490 d40302072ff3e5c4e0be7894c58d6cd335d1f2a0 d457f5613aa977b96df05f0a2668bb2ec2a7765b db2e21a046bc7df5daef8d4bd260edf7251a5ef0 dd088e1993a11a567ae28185e9b1fc852f30ede0 e15c633528986b146dd674277b0ddb3f8de9a7b8 eb5d3463922b1b8de39165704f2e6fd5f878357c f1022cecb7b3a46c7cda4122d66a4d3de0eefba9 f192f9d00fc0fa9495d29e0654cb26ed3fcad0a1 f483e409fe43a978d0ee6646ff3bb00939414f35
Timestamp: 2022-10-07 12:52:37+00

Package: librdkit-dev
Source: rdkit
Version: 202203.2-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 2142
Depends: librdkit1 (= 202203.2-2.pgdg+1)
Homepage: http://www.rdkit.org
Priority: optional
Section: libdevel
Filename: pool/main/r/rdkit/librdkit-dev_202203.2-2.pgdg+1_arm64.deb
Size: 375332
SHA256: 017f9513ed2896cbf48fac14493dbc49ff3574b4be1bac890782930322c1f632
SHA1: abab30693bd3197fe1e017256eeac94ce69832f9
MD5sum: aff098ee06a1a477edadaa8c24c5fd9e
Description: Collection of cheminformatics and machine-learning software (development files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the header files.
Timestamp: 2022-10-07 12:52:37+00

Package: pg-auto-failover-cli
Source: pg-auto-failover
Version: 2.0-1.pgdg+3
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1021
Depends: openssl, libc6 (>= 2.34), libncurses6 (>= 6), libpq5 (>= 9.1~), libtinfo6 (>= 6)
Recommends: postgresql-10-auto-failover | postgresql-11-auto-failover | postgresql-12-auto-failover | postgresql-13-auto-failover | postgresql-14-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/pg-auto-failover-cli_2.0-1.pgdg+3_arm64.deb
Size: 429868
SHA256: ff9870b5b11cdad8a58535a2d81ceb44ea74d033e455a7efe199e8aa5079c9e6
SHA1: d5bdca079d7f91a6c423066f7c87e312d0513aea
MD5sum: b4204d5e7d1ecfa553927981306b75c6
Description: Command line interface and service to manage pg auto failover Clusters
 This CLI is used to manage pg_auto_failover installations to provide High
 Availability to Postgres.
Timestamp: 2022-10-07 12:52:37+00

Package: pg-auto-failover-cli-dbgsym
Source: pg-auto-failover
Version: 2.0-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 626
Depends: pg-auto-failover-cli (= 2.0-1.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/pg-auto-failover-cli-dbgsym_2.0-1.pgdg+3_arm64.deb
Size: 561716
SHA256: cc445a6992c52654eec94317b2018de2d8529a41ad3db03554f1309e9289c5ea
SHA1: e657b6a713dc45c97833014bff8f820121a6e7c4
MD5sum: e53d4345e9319a7563b41fa47ff7ba06
Description: debug symbols for pg-auto-failover-cli
Build-Ids: 985c80f5b84bff8334404a753768e61561129218
Timestamp: 2022-10-07 12:52:37+00

Package: postgresql-10-auto-failover
Source: pg-auto-failover
Version: 2.0-1.pgdg+3
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 282
Depends: pg-auto-failover-cli (= 2.0-1.pgdg+3), postgresql-10, libc6 (>= 2.17), libpq5 (>= 8.4~)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-10-auto-failover_2.0-1.pgdg+3_arm64.deb
Size: 56864
SHA256: 8497628bbaf48d771c210d646eaf835917a3da58089d216699e2bb8248e55923
SHA1: b45afe0cbb4d34d92f482f9a0593ad4f520f7ba3
MD5sum: e59d521517806d21dc72e0368e8006b6
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2022-10-07 12:52:37+00

Package: postgresql-10-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.0-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 159
Depends: postgresql-10-auto-failover (= 2.0-1.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-10-auto-failover-dbgsym_2.0-1.pgdg+3_arm64.deb
Size: 135440
SHA256: 1d74e00e22e3bba3fc6417423a09998f472384b3f13f80d0b29c4d9fab12c3df
SHA1: 0df2868bc7e369a1357891e1a727432a815af93d
MD5sum: 3cbf826ed35ac160b92a9b9c27df243a
Description: debug symbols for postgresql-10-auto-failover
Build-Ids: 96a3de620b58ef908a80d413f3b18fc8a8dfa7a9
Timestamp: 2022-10-07 12:52:37+00

Package: postgresql-10-rdkit
Source: rdkit
Version: 202203.2-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 423
Depends: postgresql-10, libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1, libstdc++6 (>= 5.2)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-10-rdkit_202203.2-2.pgdg+1_arm64.deb
Size: 169216
SHA256: 72815eb6cd07ca54230d2d27bd059ae6712ce7b7afa889454f1f525066e07a70
SHA1: b1fa6053515de4ec8b1f022d441e2b957032b93b
MD5sum: 913ccd4c6ee7420889ea3c90204fde25
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2022-10-07 12:52:37+00

Package: postgresql-10-rdkit-dbgsym
Source: rdkit
Version: 202203.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 787
Depends: postgresql-10-rdkit (= 202203.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-10-rdkit-dbgsym_202203.2-2.pgdg+1_arm64.deb
Size: 739336
SHA256: 33e2420a1b31f13b3496c7caec49cc68573ecb84b3c678581edabc4f76c40087
SHA1: f82f425388faeb7c7f8089730a22a0292a1f6f7e
MD5sum: 737ff0002e34ce97b1a87616ccf94cf2
Description: debug symbols for postgresql-10-rdkit
Build-Ids: 81f36b20a7925bf2030f70f292ce45974c433e90
Timestamp: 2022-10-07 12:52:37+00

Package: postgresql-11-auto-failover
Source: pg-auto-failover
Version: 2.0-1.pgdg+3
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1051
Depends: pg-auto-failover-cli (= 2.0-1.pgdg+3), postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 8.4~)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-11-auto-failover_2.0-1.pgdg+3_arm64.deb
Size: 369068
SHA256: aaa75cf33adc3c04d2443e7781a12117dc2ff1f77faa442f3cebd92d0666a5e9
SHA1: e0497427eed713786ab3823f7e8a5aa7d583a922
MD5sum: 6c674467884e726980e10a233abf2008
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2022-10-07 12:52:37+00

Package: postgresql-11-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.0-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 156
Depends: postgresql-11-auto-failover (= 2.0-1.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-11-auto-failover-dbgsym_2.0-1.pgdg+3_arm64.deb
Size: 132784
SHA256: fea3548958f665dcf19937f8769d6966a20d75d3e52c5fc6a45ee4760065852e
SHA1: aacd709eaa843d3b83cc62c74d38e169e56a065a
MD5sum: 64608bb57eb363822ae3fb1da46d8032
Description: debug symbols for postgresql-11-auto-failover
Build-Ids: 0241654c6f685530865d3d03899f23f2698cc7c0
Timestamp: 2022-10-07 12:52:37+00

Package: postgresql-11-rdkit
Source: rdkit
Version: 202203.2-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 881
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1, libstdc++6 (>= 5.2)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-11-rdkit_202203.2-2.pgdg+1_arm64.deb
Size: 370544
SHA256: d0d7b789755d200845d0197dd522cdc0c696e73d669eab1f20701222d1fbfde6
SHA1: 6caceea379f1dfe88ed422f8c1123b1e427a9dc3
MD5sum: 4553ef817560bb031dd69c920bf7e97e
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2022-10-07 12:52:37+00

Package: postgresql-11-rdkit-dbgsym
Source: rdkit
Version: 202203.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 787
Depends: postgresql-11-rdkit (= 202203.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-11-rdkit-dbgsym_202203.2-2.pgdg+1_arm64.deb
Size: 739776
SHA256: f2e681442fe141e30c71ca345bca0fcea16c337f9bdc2f3c81e1d3f9df064ef0
SHA1: 3961db4ab5a2a2352c02d170400c8e21d23b525d
MD5sum: 96b1845d7e5fa0b2d6ac122ee8f4f3e1
Description: debug symbols for postgresql-11-rdkit
Build-Ids: d69ffeeac17ced998820972720a26af833edaa72
Timestamp: 2022-10-07 12:52:37+00

Package: postgresql-12-auto-failover
Source: pg-auto-failover
Version: 2.0-1.pgdg+3
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1116
Depends: pg-auto-failover-cli (= 2.0-1.pgdg+3), postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 8.4~)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-12-auto-failover_2.0-1.pgdg+3_arm64.deb
Size: 393788
SHA256: 331a11b46d83683d9c533cf194bcea5a1d282252da21c5c7ac35e6b92cfdc3bd
SHA1: 02f8537e615dcf22f317cee7050dc082b6e912ee
MD5sum: d75d094996deb3f7c386b6c9f394d6c3
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2022-10-07 12:52:37+00

Package: postgresql-12-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.0-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 165
Depends: postgresql-12-auto-failover (= 2.0-1.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-12-auto-failover-dbgsym_2.0-1.pgdg+3_arm64.deb
Size: 141492
SHA256: 2852c2dd7907f3ab24bf80f3be194848f9a07b59303d5ca8f751e6ced3552149
SHA1: 3a122b2985e770f2c26899e562faf213dab53bf6
MD5sum: 6da9175c169f6b7605e1f38574b972ac
Description: debug symbols for postgresql-12-auto-failover
Build-Ids: fe5b6fcfed329913b8cce5846fe857ac992737f5
Timestamp: 2022-10-07 12:52:37+00

Package: postgresql-12-rdkit
Source: rdkit
Version: 202203.2-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 882
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1, libstdc++6 (>= 5.2)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-12-rdkit_202203.2-2.pgdg+1_arm64.deb
Size: 371604
SHA256: f7c7a221eb88253ecfcec1a56fc371bb4c32fd4b47f6dc670531f9e397602d8a
SHA1: a825765316c043f53a1e45176745d4740d5024e7
MD5sum: 76dd24d7908983f228605f587ec8e1d4
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2022-10-07 12:52:37+00

Package: postgresql-12-rdkit-dbgsym
Source: rdkit
Version: 202203.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 789
Depends: postgresql-12-rdkit (= 202203.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-12-rdkit-dbgsym_202203.2-2.pgdg+1_arm64.deb
Size: 741712
SHA256: 0bcd3c42631f62f5ea3df8ed57636aec828ffe566a7053353958066d3bd6a6ad
SHA1: 263e0ef23aecef413443a76776b1fbfb26b0245f
MD5sum: e1efb4d631deb963dbb6c41741d16a76
Description: debug symbols for postgresql-12-rdkit
Build-Ids: 36ed7e09daca6887f34c4b9cac32401fccb5952a
Timestamp: 2022-10-07 12:52:37+00

Package: postgresql-13-auto-failover
Source: pg-auto-failover
Version: 2.0-1.pgdg+3
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1135
Depends: pg-auto-failover-cli (= 2.0-1.pgdg+3), postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 8.4~)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-13-auto-failover_2.0-1.pgdg+3_arm64.deb
Size: 399188
SHA256: ea168dac6df576b715b154f46db616cda1d6d975759afabfd71a93f8923f60be
SHA1: ad5903aea931f9359561ccbe273afc840d2c2f1a
MD5sum: 0d608c1e5977c8c0f8fbc4832b131cb9
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2022-10-07 12:52:37+00

Package: postgresql-13-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.0-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 171
Depends: postgresql-13-auto-failover (= 2.0-1.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-13-auto-failover-dbgsym_2.0-1.pgdg+3_arm64.deb
Size: 148440
SHA256: d4821c62a1ebcf488fce9de25902197a9cc84d0f2c7c0677ccb9310da20b8e6f
SHA1: 3fa6eb10ab3edcc57cf52e83232572025fc1216a
MD5sum: 8ff347cae2332335ca9e1e4ba573dd27
Description: debug symbols for postgresql-13-auto-failover
Build-Ids: b5bae6fd3da15349560b3fd12ceae31d5dfdac69
Timestamp: 2022-10-07 12:52:37+00

Package: postgresql-13-rdkit
Source: rdkit
Version: 202203.2-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 883
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1, libstdc++6 (>= 5.2)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-13-rdkit_202203.2-2.pgdg+1_arm64.deb
Size: 372260
SHA256: 1e04a4820f4df3d5b84fa0621d6a51ee384b9d27bb3f02d81a86e5b956a75f65
SHA1: f3da7135fd35224c3993eef967fcb3af80627f9e
MD5sum: e49587ef48d16e5b6f8a28ab412a41f9
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2022-10-07 12:52:37+00

Package: postgresql-13-rdkit-dbgsym
Source: rdkit
Version: 202203.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 790
Depends: postgresql-13-rdkit (= 202203.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-13-rdkit-dbgsym_202203.2-2.pgdg+1_arm64.deb
Size: 742856
SHA256: 1d11e30a064e6b40832b60c478962ca39889d302495a139e3ddd2bb316bda258
SHA1: f5925ce7d00234ad3443d1b8ba8acd0e9633d82d
MD5sum: 1c7e2625b99cc28b345a99e90958297b
Description: debug symbols for postgresql-13-rdkit
Build-Ids: 30a19e7f5536b698ac3042c72afd67d76ea61ffa
Timestamp: 2022-10-07 12:52:37+00

Package: postgresql-14-auto-failover
Source: pg-auto-failover
Version: 2.0-1.pgdg+3
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1137
Depends: pg-auto-failover-cli (= 2.0-1.pgdg+3), postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 8.4~)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-14-auto-failover_2.0-1.pgdg+3_arm64.deb
Size: 397104
SHA256: cad870a5cc490bebb57a29904d71702e29ee75079bd5cb90c635d66ad4f2aa66
SHA1: 761506fdb956a41deac6e8ee3a9e7874fe55b012
MD5sum: 5b1797f0c0567f4f8f0ea36f78246d1b
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2022-10-07 12:52:37+00

Package: postgresql-14-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.0-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 171
Depends: postgresql-14-auto-failover (= 2.0-1.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-14-auto-failover-dbgsym_2.0-1.pgdg+3_arm64.deb
Size: 147620
SHA256: 58d336b9ed86602424a2756ab52aaa0c7ad7425ab693611445aa9dcf417bc309
SHA1: 2d2e93661b641872be64d160c943f9efb94ce80a
MD5sum: 130ceafe0bc579950c303dd1a51cf819
Description: debug symbols for postgresql-14-auto-failover
Build-Ids: 51a07a46796642944b2e636b40b4f0800e2deafc
Timestamp: 2022-10-07 12:52:37+00

Package: postgresql-14-rdkit
Source: rdkit
Version: 202203.2-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 871
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1, libstdc++6 (>= 5.2)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-14-rdkit_202203.2-2.pgdg+1_arm64.deb
Size: 365372
SHA256: 9b3a8fce0568a6f570d9f7f09092e6f4bd29b713a66ec9cd3305998aca18baca
SHA1: 4433e29f9eaf68e5ac9c98a15a11a93acb874461
MD5sum: 31517c8ffe29a257ff08c4dac0c43473
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2022-10-07 12:52:37+00

Package: postgresql-14-rdkit-dbgsym
Source: rdkit
Version: 202203.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 786
Depends: postgresql-14-rdkit (= 202203.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-14-rdkit-dbgsym_202203.2-2.pgdg+1_arm64.deb
Size: 739468
SHA256: 2009d7e39d2ecef3b4859588c9b3f976c0923e39c3fea256f2646a027d2e624b
SHA1: 7930c99d83fb3b80a478de6aa36bb11ce2da6580
MD5sum: 499bfcb22daba2fc26455f242b895288
Description: debug symbols for postgresql-14-rdkit
Build-Ids: 0048e9795bd9624eb280b45bf505b4b8252e525a
Timestamp: 2022-10-07 12:52:37+00

Package: postgresql-15-auto-failover
Source: pg-auto-failover
Version: 2.0-1.pgdg+3
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1140
Depends: pg-auto-failover-cli (= 2.0-1.pgdg+3), postgresql-15, libc6 (>= 2.17), libpq5 (>= 8.4~)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-15-auto-failover_2.0-1.pgdg+3_arm64.deb
Size: 399548
SHA256: 7f9e934dd3a6d3429f2579afdd7a70d37bbc9fd1004e7cc87f492d33af3b058a
SHA1: da5a1ebd632802ed2318472ed498e7c15eb0f4d3
MD5sum: e4cef4a921baaf97544379e7cd17515c
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2022-10-07 12:52:37+00

Package: postgresql-15-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.0-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 181
Depends: postgresql-15-auto-failover (= 2.0-1.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-15-auto-failover-dbgsym_2.0-1.pgdg+3_arm64.deb
Size: 157472
SHA256: 32ea0baa8caae6bf70fae7366cc8a0e6a9733877ab825f66b1edc37c4c892e6d
SHA1: e19bb938fd8e853fce8f4e97c2e4ca415d0908e5
MD5sum: d2f349cb9d28614d838f00d3752322bc
Description: debug symbols for postgresql-15-auto-failover
Build-Ids: 21fe344168a89132b42bd2befd03ba11a30f07b5
Timestamp: 2022-10-07 12:52:37+00

Package: postgresql-15-rdkit
Source: rdkit
Version: 202203.2-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 885
Depends: postgresql-15, libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1, libstdc++6 (>= 5.2)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-15-rdkit_202203.2-2.pgdg+1_arm64.deb
Size: 373112
SHA256: 2f9622c58178297e51178ff8c19965d5979f5e03ece7b4d9df2ba2d76b5d47f0
SHA1: 9201314d1b5858d5c34a5ea205be79788e54f684
MD5sum: 26def9fa8490f36d1de2ae90b9e7b6ca
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2022-10-07 12:52:37+00

Package: postgresql-15-rdkit-dbgsym
Source: rdkit
Version: 202203.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 785
Depends: postgresql-15-rdkit (= 202203.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-15-rdkit-dbgsym_202203.2-2.pgdg+1_arm64.deb
Size: 737156
SHA256: f02b89dae284feea2923fdcb8e4f498326eb54f6358b1f531a448df7731c0083
SHA1: fca9bae32adf945c6e1e3dbfc76377de87e69fa8
MD5sum: 84b40f4a1678946284b952617081fd6d
Description: debug symbols for postgresql-15-rdkit
Build-Ids: 558caa138a03fd0d0408b0cb99226c175278a22e
Timestamp: 2022-10-07 12:52:37+00

Package: python3-psycopg2
Source: psycopg2
Version: 2.9.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Installed-Size: 511
Depends: python3 (<< 3.11), python3 (>= 3.10~), python3:any, libc6 (>= 2.17), libpq5 (>= 10~~)
Suggests: python-psycopg2-doc
Homepage: http://initd.org/projects/psycopg
Priority: optional
Section: python
Filename: pool/main/p/psycopg2/python3-psycopg2_2.9.4-1.pgdg+1_arm64.deb
Size: 124680
SHA256: 7edc27541414119cb04879de7d573ee16b9342d7225ffb333e5c8dd1f0f42895
SHA1: f9de504f63f6d25f08982510fd2f94d7a65a3102
MD5sum: 30bb5216843fed0db7e95c83dfe79915
Description: Python 3 module for PostgreSQL
 psycopg is a PostgreSQL database adapter for the Python3 programming language
 (just like pygresql and popy.) This is version 2, a complete rewrite of the
 original code to provide new-style classes for connection and cursor objects
 and other sweet candies. Like the original, psycopg 2 was written with the
 aim of being very small and fast, and stable as a rock.
 .
 psycopg is different from the other database adapter because it was designed
 for heavily multi-threaded applications that create and destroy lots of
 cursors and make a conspicuous number of concurrent INSERTs or UPDATEs.
 psycopg 2 also provides full asynchronous operations for the really brave
 programmer.
 .
 The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0
 and being thread safe at level 2. It also includes some extensions to the
 standard DBAPI-2.0 to allow for better thread performance.
Timestamp: 2022-10-07 12:52:37+00

Package: python3-psycopg2-dbgsym
Source: psycopg2
Version: 2.9.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Installed-Size: 288
Depends: python3-psycopg2 (= 2.9.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/psycopg2/python3-psycopg2-dbgsym_2.9.4-1.pgdg+1_arm64.deb
Size: 250216
SHA256: 5d71174facb434efab9d478ea82feeddb481621d662a8d68f816fd638990d450
SHA1: 3b3e0452a6e23bc3d82371c61c453fb5bd1b3d66
MD5sum: ddc5f150f5159afad51e991642fa47d8
Description: debug symbols for python3-psycopg2
Build-Ids: fdb722e9b4c4b24f3357b987295e917e0954289c
Timestamp: 2022-10-07 12:52:37+00

Package: python3-rdkit
Source: rdkit
Version: 202203.2-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 31949
Depends: fonts-freefont-ttf, rdkit-data, python3 (<< 3.11), python3 (>= 3.10~), python3-numpy (>= 1:1.20.0), python3-numpy-abi9, python3:any, libboost-python1.74.0 (>= 1.74.0), libboost-python1.74.0-py310, libboost-serialization1.74.0 (>= 1.74.0), libc6 (>= 2.34), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.1), libgcc-s1 (>= 3.0), libmaeparser1 (>= 1.3.0), libpython3.10 (>= 3.10.0), librdkit1, libstdc++6 (>= 11)
Suggests: rdkit-doc
Homepage: http://www.rdkit.org
Priority: optional
Section: python
Filename: pool/main/r/rdkit/python3-rdkit_202203.2-2.pgdg+1_arm64.deb
Size: 4047536
SHA256: 5b339e57175eaaea2051f79a2f954e4a2b92c3fd6e73d089d70e89c2c6c6c5b5
SHA1: 76035fdfd4cd6359f677f93d7711ed3123b1b4b6
MD5sum: 39d9347ae3837ede99b02ddfbf49a9b8
Description: Collection of cheminformatics and machine-learning software
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
Timestamp: 2022-10-07 12:52:37+00

Package: python3-rdkit-dbgsym
Source: rdkit
Version: 202203.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 75030
Depends: python3-rdkit (= 202203.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/python3-rdkit-dbgsym_202203.2-2.pgdg+1_arm64.deb
Size: 67046992
SHA256: 752a8c0b13f418ace533279add968cf9f6767495697b0f6cd4715509f8d8c01b
SHA1: 5506375ddf03cbe266e2163bcde2b2cca840d2ed
MD5sum: 5441311207177357348df70c191f64ea
Description: debug symbols for python3-rdkit
Build-Ids: 04ade1af2e9ee85ca8cb970282630fa4768d9899 088ea47333e6d6e66c08543b00b64d2c55f0be98 08abfb42ccf578aa02c3d5a9aa55eb01e134c28a 08fb1ebf99050a6b730cd2588edcd8b103ade72a 09812d71ee32617f5d1ba33fc397fc9dc22268eb 193c71834129abdac0b7bac4bd10d4d6df5fb1e9 2b92dd224e15ce425e30620794516460d8614971 2e15b4b1d2bda50d268ab221e23ae777c9c0595a 31300e24d40b4fd4bffdbfc6e71845e1b9a51069 3a482e8c898129e11721fd1b9b280baa73923521 3d7affe01fb7ce26f441bc5b761f77363ad553fb 4b2be5089c82c1e6e5fcc26b1bee9aec8f897d02 5b6316b7bc07507ff4c8578f3919fae36c190495 606e45f70af3297025b5de8d5f180a2bf665ad21 61f4af013346d0eff45f1ff524dafa27acdaca71 70a37fe8de0a32f621482c8889485d575b9f921c 713097567e409673b1bdd98a169b6afd9689af30 7d79366536fa7964e1bdf665fe93adc94914c28f 7ef5a9621806672ca83bf3e6325b5850744de049 8cca1fca889f8131177586b135fa7586f7d1141d 8ecd2b02f1fea313f753dfd620505d7f1923a777 93ef283003a97a4693c48946afe95390a11926a9 960b75bdb3509b84b508a2d04a39a0c41b3dcbaa 971e3e166e6b27255b2fca225653bcf536f8b32c 989516810ee14fc776e90d03016df3675324924d 9b41c19b2212600857c92602e41803a3c9ed38e5 9e6e5b80ef8076ae608d6fbc0a86b99d69a6f1b9 a25fccdbff5726c01e2798f1fe28938e66fa8848 a3efb55d50d0731f723d8c69b9573b729040f04a a6a64ccc98121b0cfa77b40ef4949cfd6a8a8f1d a95600379b04b51a571a8496af74a0ce832fb958 aa15ae294a916a8343e803a931c6531f3ec6e34f ab481afe181e253040de8f7e22e726afbf750145 ae10391771279b4f76cff2490682cf001393cf9e b51e7d978c6ee2d2b47636498409fdc0d22d221b b5b4c1e0c41c4ebbfc0666fafbb7e25cd671122a b675e8b2e05be2811049f0561efb8fa061a327f0 b8805db2a72c5f383127047a1228cfd529186364 bb22e8df072e74f826fd294f4788a59f43181616 bddf1b844a03d25354077acd4a6292d9188f6e42 c8fdb7ad9dcb03b7d420cd32628f208cb761e245 cab88b379f1024d79bf3131ce6894dbc42c21e87 d29e0dfbdbb8a683cde324ae8ce5b84a23c6c340 ec3ddd20db9330b7e6b3d65c58bf0ff343a98c14 f2fd6a4ffe902b278200412d570f3bcee417894c f3a29fcfe40681efdb76856005f227136b5d1bec fd419eaaf53c46fd346b865874e943329f02b393 fd804f2b7f4df338ac847333cc4ef2af174f0ca0 fff251dbaebe4da2d99be44340b095a668bab632
Timestamp: 2022-10-07 12:52:37+00

Package: python-psycopg2-doc
Source: psycopg2
Version: 2.9.4-1.pgdg+1
Architecture: all
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Installed-Size: 1846
Depends: libjs-sphinxdoc (>= 4.3)
Suggests: python3-psycopg2
Multi-Arch: foreign
Homepage: http://initd.org/projects/psycopg
Priority: optional
Section: doc
Filename: pool/main/p/psycopg2/python-psycopg2-doc_2.9.4-1.pgdg+1_all.deb
Size: 310020
SHA256: 3ae9a453bed912b1ab55d8179da45140a969edbc809b1f1be4771953d47c3dcf
SHA1: b0a44dfae94aff99d68014d6641b2a6799f49010
MD5sum: 651f87675b7f37f0af0276f3aa75ae11
Description: Python module for PostgreSQL (documentation package)
 psycopg is a PostgreSQL database adapter for the Python programming language
 (just like pygresql and popy.) This is version 2, a complete rewrite of the
 original code to provide new-style classes for connection and cursor objects
 and other sweet candies. Like the original, psycopg 2 was written with the
 aim of being very small and fast, and stable as a rock.
 .
 psycopg is different from the other database adapter because it was designed
 for heavily multi-threaded applications that create and destroy lots of
 cursors and make a conspicuous number of concurrent INSERTs or UPDATEs.
 psycopg 2 also provides full asynchronous operations for the really brave
 programmer.
 .
 The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0
 and being thread safe at level 2. It also includes some extensions to the
 standard DBAPI-2.0 to allow for better thread performance.
 .
 This package contains the psycopg2 documentation
Timestamp: 2022-10-07 12:52:37+00

Package: rdkit-data
Source: rdkit
Version: 202203.2-2.pgdg+1
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 59164
Homepage: http://www.rdkit.org
Priority: optional
Section: science
Filename: pool/main/r/rdkit/rdkit-data_202203.2-2.pgdg+1_all.deb
Size: 13094984
SHA256: 0ec4cef3e78d65d7ae3096447e18c7b4ddaa6ecfdc3167d67207122d51be49cf
SHA1: 3ddcea3bd5729cc955454714d5370f4c6a157a33
MD5sum: a6c25472b9cbe69d6993f1197efd0d2c
Description: Collection of cheminformatics and machine-learning software (data files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains data files.
Timestamp: 2022-10-07 12:52:37+00

Package: rdkit-doc
Source: rdkit
Version: 202203.2-2.pgdg+1
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 62803
Homepage: http://www.rdkit.org
Priority: optional
Section: doc
Filename: pool/main/r/rdkit/rdkit-doc_202203.2-2.pgdg+1_all.deb
Size: 6344912
SHA256: 832ac4d34483446f4ea7d14dcdcb315bb89302b8fa1a1a2553e55d4bb2cfeb5f
SHA1: 72dc783998dfd7b3593eba0f13a048d0b74f1f77
MD5sum: 3b007ce9ddf197dfa659b4c15dfe8e60
Description: Collection of cheminformatics and machine-learning software (documentation)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains the documentation.
Timestamp: 2022-10-07 12:52:37+00

Package: libecpg-compat3
Source: postgresql-14
Version: 14.5-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg-compat3_14.5-2.pgdg+2_arm64.deb
Size: 21072
SHA256: e9267fa5114ebca6b92baa3dc768871e03b804e966e7a97734d0d1f2964ea09f
SHA1: bf52e37889ac99eaed85e14dd1df9d9fd83659bb
MD5sum: 4c766b4eef4a70b01540fcfe09a90d29
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.
Timestamp: 2022-10-14 12:53:08+00

Package: libecpg-compat3-dbgsym
Source: postgresql-14
Version: 14.5-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: libecpg-compat3 (= 14.5-2.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-compat3-dbgsym_14.5-2.pgdg+2_arm64.deb
Size: 39736
SHA256: 3604ed8b255c241ef037927d3b93b81d734f91e994a3cfd4c1f6bcbbe1ea33c3
SHA1: 0d3f3a098795b6dbc5dbc7afeaa5dffa6e38bc72
MD5sum: 9725cdb5c407b43ede55f96f70a8c122
Description: debug symbols for libecpg-compat3
Build-Ids: 1dbdcc3e7a4386dabd2a8a8d875ab685045d98e6
Timestamp: 2022-10-14 12:53:08+00

Package: libecpg-dev
Source: postgresql-14
Version: 14.5-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1594
Depends: libecpg-compat3 (= 14.5-2.pgdg+2), libecpg6 (= 14.5-2.pgdg+2), libpgtypes3 (= 14.5-2.pgdg+2), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libecpg-dev_14.5-2.pgdg+2_arm64.deb
Size: 272704
SHA256: d17eefbe9cd3aca61de62007d56b457a354c06f149e8730a77c30a980ebcd1d9
SHA1: 2708c5a0da04c81149201180ecc16931468adf40
MD5sum: 92db99c74aff2a9086e32a5d871e3b62
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).
Timestamp: 2022-10-14 12:53:08+00

Package: libecpg-dev-dbgsym
Source: postgresql-14
Version: 14.5-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 298
Depends: libecpg-dev (= 14.5-2.pgdg+2)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-dev-dbgsym_14.5-2.pgdg+2_arm64.deb
Size: 256264
SHA256: 887e0f05bb859aa6f9e92f6e6ed2aa2c2342a7c503b2fa94c63e2c4f9c8e930b
SHA1: c53abd4990e87898cad92b3e78c592b56f7c5c3a
MD5sum: 8302a9e38eab78edd71b385099bc1efc
Description: debug symbols for libecpg-dev
Build-Ids: 94b17234424d7792766206548a607fafbe20b484
Timestamp: 2022-10-14 12:53:08+00

Package: libecpg6
Source: postgresql-14
Version: 14.5-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 264
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg6_14.5-2.pgdg+2_arm64.deb
Size: 55520
SHA256: f5b202d94ed3a7850c33c7164307fdab0cbe5b801c6c1ad09308c20dea1f46a2
SHA1: 6cd2f7d5f7c079c2dc7d8ea80f725cb30169ee9d
MD5sum: af968c3f3f561665a937d24ca5cbe9f1
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.
Timestamp: 2022-10-14 12:53:08+00

Package: libecpg6-dbgsym
Source: postgresql-14
Version: 14.5-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 14.5-2.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg6-dbgsym_14.5-2.pgdg+2_arm64.deb
Size: 112596
SHA256: c7bd9946b3238dcd14d688a3877beb89a6d9e56895660781bd9301bb0fa75637
SHA1: 82841e795a5e2a46cbbbd22495d604cf93caee10
MD5sum: e52f22c4f28e4e19ea35eaaf82f6c502
Description: debug symbols for libecpg6
Build-Ids: f9ed6f3f1e8e59d010538e980cb7e52d01185b81
Timestamp: 2022-10-14 12:53:08+00

Package: libpgtypes3
Source: postgresql-14
Version: 14.5-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpgtypes3_14.5-2.pgdg+2_arm64.deb
Size: 41052
SHA256: 75afee3ecd73efca163209a9348e2ba0b1aa4a02b2f0862f516df4938fa4726f
SHA1: ebd1adea0f5f32bb8a0c82e1f8d1df73c242d646
MD5sum: b61ab78aa4b51ac209f409804eb0989d
Description: shared library libpgtypes for PostgreSQL 14
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-10-14 12:53:08+00

Package: libpgtypes3-dbgsym
Source: postgresql-14
Version: 14.5-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 14.5-2.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpgtypes3-dbgsym_14.5-2.pgdg+2_arm64.deb
Size: 88624
SHA256: b2327f1c53ccb5506bb18168fe3f63f8e0ec34ccd56467cd3c80096de669e31c
SHA1: 64c5829c741a88d06d6a22f3a7041ed2c57419a0
MD5sum: 7260a5944f333e54fe1e52c7119ceb14
Description: debug symbols for libpgtypes3
Build-Ids: 51efca1be28b022a4876749235dca62d2373f8be
Timestamp: 2022-10-14 12:53:08+00

Package: libpq-dev
Source: postgresql-14
Version: 14.5-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 573
Depends: libpq5 (= 14.5-2.pgdg+2), libssl-dev
Suggests: postgresql-doc-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libpq-dev_14.5-2.pgdg+2_arm64.deb
Size: 136184
SHA256: 7e0d6155709d919760d2cd7de32243bfdcc80ffecda9c1eaf172ca13d22526b4
SHA1: 29e245bff8ba004902a84b0510a3188833890c07
MD5sum: 04d1babef4aa9b4f7cdf478221a31c92
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.
Timestamp: 2022-10-14 12:53:08+00

Package: libpq5
Source: postgresql-14
Version: 14.5-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 748
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpq5_14.5-2.pgdg+2_arm64.deb
Size: 167220
SHA256: 7db6261a7f97a8af821d01043d6dd01e890929bf9d2ffb1ff047cd8c10e95d01
SHA1: 86eff1148f6d6c2c549447a54aa389a3e19c3d8e
MD5sum: 36aff0a8430fa4786c16e9c78a06603c
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.
Timestamp: 2022-10-14 12:53:08+00

Package: libpq5-dbgsym
Source: postgresql-14
Version: 14.5-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 303
Depends: libpq5 (= 14.5-2.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpq5-dbgsym_14.5-2.pgdg+2_arm64.deb
Size: 268192
SHA256: a9f1f7fa594ec6c08771963795c7d607d859d31106b4ca0b9ed44dc49ce859c4
SHA1: 8b64a4cb217138f5ac80ef6c030bfa1dc99e0569
MD5sum: 497448eca0d1135c49841aab31bfb586
Description: debug symbols for libpq5
Build-Ids: 0b29bdc2338db8fa2179d6245794bdf0c78673fb
Timestamp: 2022-10-14 12:53:08+00

Package: libecpg6
Source: postgresql-15
Version: 15.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 267
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-15/libecpg6_15.0-1.pgdg+1_arm64.deb
Size: 53616
SHA256: cebe6436e9f478ec246f51f521ab3c94e6d571d21f3c30d907b80a4de691b08c
SHA1: da348cdb7332ae07c4118e6c7d2be080c2ae1494
MD5sum: 334d03dfbd857e9d80b59f7f84db325a
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.
Timestamp: 2022-10-14 12:54:38+00

Package: libecpg6-dbgsym
Source: postgresql-15
Version: 15.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 15.0-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/libecpg6-dbgsym_15.0-1.pgdg+1_arm64.deb
Size: 113860
SHA256: 42855a5d38a7ac5f8d4a6e4b61bb4fff56f4fc096317f9d0365f62b999c97d70
SHA1: 9ce63ccc2cf30b5007a2a8c780e05aa1360caade
MD5sum: 5bd6ea51ebb771468dd78c7ac3b022e0
Description: debug symbols for libecpg6
Build-Ids: 70b131084ec998e759354d54f8ecd1efc8cf17bc
Timestamp: 2022-10-14 12:54:38+00

Package: libecpg-compat3
Source: postgresql-15
Version: 15.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-15/libecpg-compat3_15.0-1.pgdg+1_arm64.deb
Size: 17912
SHA256: b805df1afc457a4970976f4864ef3b8aa0c163cb42d47265c67d9c9affbaedfa
SHA1: 7b487eabff4b65904d158056da668bb108412651
MD5sum: b2f67fa8ba3785af013f12ff1a23c583
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.
Timestamp: 2022-10-14 12:54:38+00

Package: libecpg-compat3-dbgsym
Source: postgresql-15
Version: 15.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 15.0-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/libecpg-compat3-dbgsym_15.0-1.pgdg+1_arm64.deb
Size: 39084
SHA256: dcb2e85c3566cd95722885b43cb16f05df131d3f3fedacf81d1b4d69965e9e01
SHA1: 8966922cf40740ee0077d876df5d5c9f623509b5
MD5sum: 88973f7a9923d39350f9620105749a38
Description: debug symbols for libecpg-compat3
Build-Ids: 1c25f1a0a8ddb67b0322985bd942b104a27772a8
Timestamp: 2022-10-14 12:54:38+00

Package: libecpg-dev
Source: postgresql-15
Version: 15.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1618
Depends: libecpg-compat3 (= 15.0-1.pgdg+1), libecpg6 (= 15.0-1.pgdg+1), libpgtypes3 (= 15.0-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/libecpg-dev_15.0-1.pgdg+1_arm64.deb
Size: 275696
SHA256: 38ea63b52e8c7ebe1986ef708703ec594328da156bef16a1f53e63d92cdff39f
SHA1: defe11e8309bc520501c0eba11cf78cdfdb052ec
MD5sum: 79d0993390edbc5132169bd4ed1e1eb7
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).
Timestamp: 2022-10-14 12:54:38+00

Package: libecpg-dev-dbgsym
Source: postgresql-15
Version: 15.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 320
Depends: libecpg-dev (= 15.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/libecpg-dev-dbgsym_15.0-1.pgdg+1_arm64.deb
Size: 274420
SHA256: 474f7639e85b193d50cac6404d5496a798b3009d6f964b729e576b8fddd68f1a
SHA1: 355e27df1335f38a78301a02ed189c4e2914871b
MD5sum: 0756937e4552928b596f2954b5702f97
Description: debug symbols for libecpg-dev
Build-Ids: c5a496e92e175dffd1e4ebc28c765afb43f5e854
Timestamp: 2022-10-14 12:54:38+00

Package: libpgtypes3
Source: postgresql-15
Version: 15.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-15/libpgtypes3_15.0-1.pgdg+1_arm64.deb
Size: 38172
SHA256: 8d1ad0b3ec04ce0ba143800fe82566eda6a62b6719f059f79fabc1c753fa1c1d
SHA1: e3e9ae7bd64ea28a5be8af9ff79687cb7d0e4031
MD5sum: cfb7a5e390e7142829e8b9d2e731d664
Description: shared library libpgtypes for PostgreSQL 15
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-10-14 12:54:38+00

Package: libpgtypes3-dbgsym
Source: postgresql-15
Version: 15.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libpgtypes3 (= 15.0-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/libpgtypes3-dbgsym_15.0-1.pgdg+1_arm64.deb
Size: 87880
SHA256: cb087ceecfd218c9ab9c1ae5001674be143deec55938f1d619afa52f6a8002a9
SHA1: 3a37f42a855d97bc4a2449398db82ae88924620f
MD5sum: aee3613938c4c61c566f217961fec1a9
Description: debug symbols for libpgtypes3
Build-Ids: 0dd35313921c9923fbdf4e8cbb78758ac8d680ff
Timestamp: 2022-10-14 12:54:38+00

Package: libpq5
Source: postgresql-15
Version: 15.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 864
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-15/libpq5_15.0-1.pgdg+1_arm64.deb
Size: 173776
SHA256: cc6e899a0a20e66cc8fde834f8d372ccea94fa1492106ad51310ffe59f10f66e
SHA1: 2cc000232f490a6f1820bd91ecb81fe450a19e58
MD5sum: 2c692506fdd34b633f422eb67865989b
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.
Timestamp: 2022-10-14 12:54:38+00

Package: libpq5-dbgsym
Source: postgresql-15
Version: 15.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 312
Depends: libpq5 (= 15.0-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/libpq5-dbgsym_15.0-1.pgdg+1_arm64.deb
Size: 276980
SHA256: b1d5e835822d1a24ffb9f6c0fc941bacab8fa23c1f268c7cc5c91a6cc4ef5fc2
SHA1: c8d1645d81760796e9ff9754504ba66fb19be3e5
MD5sum: 77aa32dc10c0f7ef5a8eec1a9ef4ca0b
Description: debug symbols for libpq5
Build-Ids: 77eaf18de1ce993cfd501c32f31ef4258cd97780
Timestamp: 2022-10-14 12:54:38+00

Package: libpq-dev
Source: postgresql-15
Version: 15.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 582
Depends: libpq5 (= 15.0-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/libpq-dev_15.0-1.pgdg+1_arm64.deb
Size: 136324
SHA256: aa9d9b04d6bd214f33904621dd73e4fcb63a4cf7df6f8c6bffbe62ff3933b066
SHA1: b52997814e0d558c13a85dc7ccde6291fd458b1e
MD5sum: 44e0cfd9a2b9b2b55953694a1f55a61f
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.
Timestamp: 2022-10-14 12:54:38+00

Package: postgresql
Source: postgresql-common (244.pgdg+1)
Version: 15+244.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15
Depends: postgresql-15
Suggests: postgresql-doc
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_15+244.pgdg+1_all.deb
Size: 9596
SHA256: 7920380b143f80bca6ad1b66c32448d57b58e648095a8312afc6eda80ac08797
SHA1: 1cc8c0d6234cdb9a7b82f24779bc680fe36b41e1
MD5sum: 4705f936e9d05e59c6eddd3344408322
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.
Timestamp: 2022-10-14 12:54:38+00

Package: postgresql-14
Version: 14.5-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56040
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 229~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-14-jit-llvm (= 14), postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-14_14.5-2.pgdg+2_arm64.deb
Size: 17188224
SHA256: 9fdadcf71110ee0b76f9d3bbb6d3d9ba0a1e377c89a317b8150881ea378a5f2c
SHA1: a294f7b2bc2c509c8ece273476459c16b93b65d4
MD5sum: b193eb6eba6820feeb149c06adc6ed43
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 14.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202107181
Timestamp: 2022-10-14 12:54:38+00

Package: postgresql-14-dbgsym
Source: postgresql-14
Version: 14.5-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18276
Depends: postgresql-14 (= 14.5-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-14-dbgsym_14.5-2.pgdg+2_arm64.deb
Size: 16479728
SHA256: d69eabdc8524e589445a097af662b2bc86a416b855e1720dd0d789f260936f7f
SHA1: 80d2b92e3199bf4f0543b3d07f217856eac0daaf
MD5sum: a0a2596e1e5c80cbe688767d99bda16b
Description: debug symbols for postgresql-14
Build-Ids: 09b8d69e673d7ffbff44354da9d49245701e6893 0bd4b85afe6c4dc8990abde5e373016714724d04 0d7453a0236f4d75eb4f0c03d7a5348e5a0716f7 0fd1c4a6c8d8afadc6d2661eb5c3fe881f1740b7 1146eeb40fd2de3995af17ecc6232375ac547022 1455e1c9df9a38dc11a03ef5732a1731aea7187a 147c55c05421aa554415c5f30dde0ea1e9014481 1c85263428bd2383edb55493d2f8e4360b169dad 1eda5b3732533a82c58931fde9b82e70db7a8145 221f83721c044f766eac84b6b6bbf1a0d51f74eb 227dc61e94545bda0362ae4f12e8fd1c5e3410a4 2ab4515015bcaa7bb5dacbc416ac8f40227ee28b 2e73f60c2e5abc37b0cf906d35c9a9f23739f85e 3622babc844b1c9a977c5a89b16428d9ecb99674 36ecca3a63a91276c785bcffb86743f0d8486261 3735be69751dd9a67f74e27d93a4df126851a6a9 374f44439d7920595786ab7414317a006a81918b 3a48409dd35f115afd1bd0dfa6f3f13c7391260e 3a61b99137a00213476e15e40f65dee0a5240aeb 3d32f7d561f5eed17f2181d7a5e79c0009e9d16e 40555eebc5fe9c7d292baf871d84771a13b0df09 40a6731ed5843f0f7aa772c5ab69b3760496789a 411d752adbb0b362ea5a07d566db6edb54aac0a2 46129d9d5f74979514bc81c958fa406b1d04b15d 47f49cecc307669aa42b62515f593430570996ed 48d2e96b242838b3041cf74e524eb27b58b7c6d6 49e7f57a7cc4318a47d5f8670750c903a8c896aa 4b5989f7eb5af5e922b345c731a645603043ec9a 4c4ab4f84aff0dbcfd439bc9c16b77732dc0022d 4feea6eb255b69de1100a0d8490851159c3d9190 55ade753389d031eed5119e46815d80a7d8d0638 56bd734c7631b6b0a105628dbae8aaf940ac57cc 5765bba3b850122b423c75a0aae45d163aa66214 58de66b57510e307bfd6fb11a6f40d88a14626ea 5a542e98c71a90e6204bc0c42f937d620bb36378 5b35a8bc735694bacd9b4a80a7a8b88d7c08dd03 5b38d20d75884374f384e684296f7fd3f63b1e7b 5c9b352202d4d64ef1ea091fd2f1ffcde35c558c 5f51b0225ad6f66da3eef05288fef7b9b159ac8b 5f523b2ce5b62c85565cee8f56b148b1c55fffcd 5feff91594dd0785041d64b6650eed7df8460ea1 6071d6e603420a857ab3adec69e3308d7f7c9c23 619960d6ad491f4e74a689ba69d235be0d4b190b 619e1eb57e78d22e4e576ae7f721d3b569b2c515 6417e9127800e60a3cc5fc290f83d1dc4d1a7182 64793ce821f8a6485cd9d0d547693a1b9c5ec905 64d28f6df1b27dca8aefb9b91dce9eca4d99dab8 656081f494dcfe221b57c62becd00008801f3373 6d0f3b36a8d4617cc9b1d5b33a5aa3fcd4fb1757 75ad2c85d5a26730afa0e30bf8e6e711c8aee834 7ae277348320810233768212091b3c75776eb753 7d78881bf4e44526c76b1c91ad7122761e339f6a 7e1fbe286e002c04ce18c246c0c1245014a9627e 7fad4d13e591e7de7b9e65e6a2a8665e7fd7365b 89d669793dddf2b5fd9eba010e1db4dc3a22cccc 8a466d098af0653e21341b9501b2424ed24b2a9b 8a7f8f99c1b7d9c4a18ad84d7952e9e80304164f 8c2d3bbcff0cedef11969d3b8b13716192b60554 912adfe94ecd193d0e33cd4487557f6387614350 91e4cd1fbecd665ef1c2bbd50736205e0d76a402 93c65cd59ad25884cfb6772b5773c54832d21e88 94eae3cd759ed1b549d00670684872318655ea9d 976e53afa61a8f1827e5f5429567d0de8ff7e935 9c627c944a990b7738522056505de903b7ced93a 9d1a68ee588174dfceb16449b6de8cf493eb892c 9ee08a94ccc1eb90f8b3ce00e279c2f450e45ae7 a0f10daaaeaae016b91e61da749b7b8394fedacf a15a5fc48402f59e3b9e7eff0324e761d9d12289 aab20c3064a9f40a71029035420ff933231a1633 ae7e51410614a5b9e195723a33999d605f522c9e af62b4e6da92c7fe9ad221f12092390302b7d56e afa77ff27ee70e2c4a255203b1f2a282780f8a4f b5c3d3e1ce1caf4dd6e1e957d572b10b375c0b5d b7a70b39bae34d9d9fa613bdfdd3637fd7b14856 b8349541e096b4699d3b774acbbe79d3086b4566 bc2d86957451c4f50a2fd1327c08354ed9753da5 bfd3a201f2f45ee51f60800a9b55baf9f619b411 c556bdd3553b8733c281be5c30339657a97c53c8 c84027bab899af1d3ba7adb924ed16b9db8560ee ca31f66080278a3a377c12567bf122e024a95167 cb692c379c09b0214ec490afc61588307099fd8f d260632dc79e70f44df74bf89094dfc7048dcf7a de97f6129488fbf257da0f5908b4172380843bfe df38b0fe2958b7b334ee521e6b440767f6e9a279 e33e359ecc82bf26ec784e32fc2b2eb5cf3a54a1 e4459bbbecc19aaf7ebc0bb2f94b9bdf44125824 eba6d36295287be3cf26e0e92d7b25d2828eb572 f16877278b87ed99e51d8f7ce9eb406c1f391838 f468c97530653af578dc84d268217e353cb67fbf f6c825a4e86b6b497f114b7650df8d465786f546 f888eca7a4485d0702a5f5f7d8b7091d2ac9e422 fab3e82bc705aa3acab9657c6535631e035cadde fc0cb4f71e18b0249801aba1f0bb4ebcd0439c97
Postgresql-Catversion: 202107181
Timestamp: 2022-10-14 12:54:38+00

Package: postgresql-15
Version: 15.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57223
Depends: locales | locales-all, postgresql-client-15, postgresql-common (>= 241~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-15-jit-llvm (= 14), postgresql-contrib-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-15_15.0-1.pgdg+1_arm64.deb
Size: 17563700
SHA256: 9bde2da2d483fafae10ab68118d1178390eb6fa9311c1e0b16c2240a27fbe376
SHA1: e39024631d9f6640384fb1d7ab05db9b9551a59f
MD5sum: eb14efaa2247ba4bd6754a7b327dec70
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 15.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202209061
Timestamp: 2022-10-14 12:54:38+00

Package: postgresql-15-dbgsym
Source: postgresql-15
Version: 15.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18907
Depends: postgresql-15 (= 15.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-15-dbgsym_15.0-1.pgdg+1_arm64.deb
Size: 17071924
SHA256: 1c3d73bd3c9be555ea7ddf7630181bd26e3752d48a6c8998bda8a1bcc82c2033
SHA1: 6aaf6f85aa2d54f7bbc64d7e6ce8717ebfecbad1
MD5sum: 8bed10cdc80a4d7cb0013b39279e18e6
Description: debug symbols for postgresql-15
Build-Ids: 04e5a971b9dea9d06651f19387e8b1f1e279f525 08a0065a5e489f705af1bd4688dc85708ca9c413 097fb43422b5a9d4a212594a81bbb694ed2bf6c7 15a6750fd623db0952ff22e3794800ea1018bff9 17fb6a84903c2d3dea10c9259aaf98ceb5ca1336 1a8b2a81a8304733afcafb4761ad4f042ad7c1b7 1cbf18a9aef6a432c56270867b1b094fa5a7819b 1ce999e315a95f9ca900e4471c33219948844061 1d929c425b77fb08cb27ce53854ab43b33d93fba 1eef757086827ac8c7e3de88a189d7c5996ee3f4 2441ac063b7b479254e06f7167d3f56fb819205b 247213953d9e78942f97724ceddec2913160754e 27ce01158281cf9bc78e875c0041cb37b05fc2e0 2d3e1676d803f98de2c0774e86c67ce95f4b3fe6 2db7c8b8cdb946f0ee4805e94d188431693335d8 2ddd95ba89c37acacee3e973c742bbf358cb7914 328f8d8b6df4f4e590f62cf97f4c7acbdc08c6cd 351daa93722b18a8226776c999b51df7fac97282 368fed1ee5bd4e107bfe2387f37c5242a56c3e88 37446e4e6b20247be8dd006d194f8be3c0c0ae34 383cdb2fc12946f0edc90631e3e30c5c357fc7b7 38da6fbcf7ddc2781f0537d4f50573da2c5d9c06 38de3ada9476f52eaf61744d01c0838514159fbb 393fd52f02c5b92468524be7a1e265822f484fdd 3cbf8f435a9fd09a304fc1973ba675598cccd55e 3e23a77195f20cfe43f628e35178457dbc48d553 41bf66831a19ded665c5c6cef8050fbb6573fb97 421862fe947bce0dd0d219c5adb97512ba6dfdaf 45897a2b99250681ea77378987ba23b3d03a0259 4c0f94c5a11f667e2f610440ff9b96e4141d1bc0 4d3ed3db27c1ea5efaebbb8c548e0d16ac17a559 4fe487e00fdb8aaba5cdccd8340bcae4f357d34c 4ff9de66efc514faa3942745e3e655b59f21b3a3 53452108bfa51a69cbecc3e5b78e6a9b855063d9 54586cb59910c5392cfb1c46555ac2482e875492 557fbd3eae7dda6026373b73508ec1a64f4cd5a4 5666440b2a903a7e30b6f9c397a4ac5e76944242 580a54bd8c700a2543c971703f3d5f4ef037b24b 580de4008382a95e8a8c8d84df587d439afa7db6 6315da0bb1540b5c8c262b03e2f30dbd92f44728 65a618534b1dbe48e94dc1f15ebdd0de3d090433 66f5dbd4004c9670823d57bbbfb8f038d9eaec8c 70a09d0c9a98468bcd888f15496635a77bc0ae73 7506e4c01f1145b90a512471259e216a9de14718 78a13eeb6aa70a33b5bb69750ce86ae5156d1b05 799159a347cdc067ccf6c438836b29e1ff9eef4d 7aa59c2eb202a6ebe68a6331230177ffc1057f7b 7b78442e8e3d359145048a307d1a04ba1630c30a 7c439b12934f5f216403d0500d52066eae97ee15 829814ce1855186001bd37457b697e871b9570d7 84f1649b6639749135dd5071699c214eda79bb3b 885cc649248cc85abdc4dcc3b46042fc6bfa6bb0 91c2fb2215a1b4709504df2149971cb4ba4adbce 93da5c7163b9686f85322a92e8737fcc9b8bde35 9653bff495cd0798f1d19968af5f7b54d639c7ab 968ccae78969c4a5cd359f8eb06713129ea75f28 992d2820a805513703b018f75df550212c0c366f 9d61e9f1ad104fcf43cddaf70dd1da9232fef800 a1a56c637394d57302080f7eef9e2637bebe8a36 a314ad374464ff84f965b9fe9002175e46f7c562 a7df73b1484c5bd7111e3fc7373b27912b4996f5 a9bcda9c1d132990c79bdf254a38e427ecb8f862 ac65ffe707e87cc7ed4dd9da839df9231c6589fc ace885a0b86f8148239be3649be82fd5e6799065 b0d1ac26e30dcdc54910f1000aafbd4e631ed0b1 b14535e1a43c78cdc68a7e68e0b629e5d4d0f2de ba3bc3769a6e882ef3655bd16c9aa80255610f20 bb568db452832fb393686e4028793f5c4a662b8b bd40de9308d5add73b8c224ba24b64597ef39c81 c46b36759ec12eb1808032b24c8a0a96927e8e72 c6e051b3c0be7ddda134b6572dcc44e7a5a804c6 cad5f941998a0d403889905cf807a2218f614ab6 cb4b473ee3791fa87fbc6e5dd848e80bbe77315d cc6b688fd1d6c8d0bc59232715a42c7859f422ed cd347eafcf774facf38e35698f904e8e3e9f3d80 ce7369305825800cd3922567de5e31b0f77338c8 d106cc3a8bb9720fbefb212f897da92c50e112b0 d7a8bdadf1a5f6533f77c5a8ee2e40176d432cdb da5c6bf8eebdfa159875ad04d6497da205d2bcd5 dcaf55d918eb9c639dbd9de9df34c324c1338ddc ddb2b6c83927f090012db5840dee1b6471457e09 e0168a449ddeb7a86def816ded598e74eac740ee e29bf0ff8fd63b9574ac09dbf141498109d5903d e2d8ef5b7f632f79d9178ea5357ff0de719f1e2f e31deecacfc9a81b268fa341f6c918d943a7361d e632ec979da4a7551506681d1c6d1e122504a977 e6847eea89eec2d927a66ca6d936d78815c7ac7d ec83186607a8a8322004669fc5ec847e88b1f479 ed384e8fafa537fd75c8cd5689e19115471019a4 f26a1cf86f71960412b15ec3a74f4308f480a0be f52f0078a53decb7c6180f0b6dd37dc8180b211e f81c5f5843b055e7f327be67edc657dc934afc33 f9d9850c0ebdab8c90c37973fb6a476952e4b1ad faf5dfb1e401e491210ed3661b843f8670e659bd fcf25fa1a4273cb53165b6e25b08c49bb0bff0b4 fed6b2521a77a094921382c72a36ac9a4037147c
Postgresql-Catversion: 202209061
Timestamp: 2022-10-14 12:54:38+00

Package: postgresql-all
Source: postgresql-common
Version: 244.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15
Depends: libecpg-dev, libpq-dev, postgresql-common (= 244.pgdg+1), postgresql-server-dev-all, postgresql-contrib-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-contrib-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-contrib-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12, postgresql-contrib-13, postgresql-plperl-13, postgresql-plpython3-13, postgresql-pltcl-13, postgresql-contrib-14, postgresql-plperl-14, postgresql-plpython3-14, postgresql-pltcl-14, postgresql-contrib-15, postgresql-plperl-15, postgresql-plpython3-15, postgresql-pltcl-15
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_244.pgdg+1_all.deb
Size: 9736
SHA256: de06a81c8ab42040299ae481d7e90704efba053a053cf31376cea2eb9a0c7cc3
SHA1: 5ca8d18d4f057b1be064c200b59ee541e0d00b95
MD5sum: 1520e4074753c822f5af86507b006e1a
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 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.
Timestamp: 2022-10-14 12:54:38+00

Package: postgresql-client
Source: postgresql-common (244.pgdg+1)
Version: 15+244.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15
Depends: postgresql-client-15
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_15+244.pgdg+1_all.deb
Size: 9608
SHA256: ce579227a1a5a6a205b48a4fc5c6892053eb7c6eb9e627493392c975c1833545
SHA1: a9d8f14d25cb3d0378bb4e0376737a9a234bb950
MD5sum: e24713c9330e6cd1bdf224ca0d9b7277
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.
Timestamp: 2022-10-14 12:54:38+00

Package: postgresql-client-14
Source: postgresql-14
Version: 14.5-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8055
Depends: libpq5 (>= 14.5), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-14, postgresql-doc-14
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-client-14_14.5-2.pgdg+2_arm64.deb
Size: 1592140
SHA256: c89a89055ee3eca6a08e37db286c2fea98d6d8e261fba4895e500c8a39b9e1f9
SHA1: 10213d647cd4cbc8c91a5c12dc345687ddab0d0a
MD5sum: 2a5f2f0a621ba27c54449fd808592e85
Description: front-end programs for PostgreSQL 14
 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 14. If you install
 PostgreSQL 14 on a standalone machine, you need the server package
 postgresql-14, 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.
Timestamp: 2022-10-14 12:54:38+00

Package: postgresql-client-14-dbgsym
Source: postgresql-14
Version: 14.5-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2762
Depends: postgresql-client-14 (= 14.5-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-client-14-dbgsym_14.5-2.pgdg+2_arm64.deb
Size: 2319484
SHA256: 35688d1e9c17f8620c5a87d532acdaf5a0fa4036d6782e73b2e15248599bcd51
SHA1: 1676c4323d26127c5cb3f24ddffed41c79462a90
MD5sum: 895af63957351d8a4c9879edd792c295
Description: debug symbols for postgresql-client-14
Build-Ids: 126ba32042a5b0d1748c93c0602d729e6a4fe844 17b51ad6761ba87d238b02a43ee1a7a4706eb497 1b517e9681eb4012cb35a66051beecddd59cbfca 1e87980a11bcdbfba7b37ff1b64b2b856290edd7 267a180bd548f170bc784feb9d8bb47f3b04bc44 3596d77f41af260c34e770763eabff8cad33fdc8 47eebff6f2967698a48a8fb69db1384ea39ecb8a 4da1bb4c76c4bb021a1f19db014ca58510b2360b 6b30932e6b874ca129dc037a4e5d159ab863526b 7cd4e9afe158f0e90e2e618d8169b017ada53d97 a4eb96a45ad1990d7a57c839b30db6124cb9179f a6e30f4cfd5542187e11bcc741c7dec82af1b066 a7caf854ec8f84944029d903b0808648851c4eea b3f545e01d56be14abb3ca6966f7b0089eccb3e8 bad0433ef354cbf084b0d141d4e8d0d9bc130cc0 bceef68c697b34675e7620cd76ede88ab5f7256f bd8ba072e6aca377c7a1ccd0be01c8d77c8758db c4f001470d499cf9c18091d17c7b338fcfb12e9a e20c3a88641af60ea439a105853310f5d5fa6b95 f2113689bf5650eaa80b3d96ffb7fa0b3c40e7d1 fb9ac7e4ea6a041488eab183d336b6cdc0e4fd8e
Timestamp: 2022-10-14 12:54:38+00

Package: postgresql-client-15
Source: postgresql-15
Version: 15.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8380
Depends: libpq5 (>= 15.0), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), liblz4-1 (>= 0.0~r127), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Suggests: postgresql-15, postgresql-doc-15
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-client-15_15.0-1.pgdg+1_arm64.deb
Size: 1617892
SHA256: 2918947a01a5db6a2a8f22ffe26db27595d10c102051396f8d144dec4f8797fb
SHA1: 970a306a646ab8f3b9852ba5fbffee1c8d3f454b
MD5sum: 0471982b9f03ccba3badf319f3473885
Description: front-end programs for PostgreSQL 15
 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 15. If you install
 PostgreSQL 15 on a standalone machine, you need the server package
 postgresql-15, 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.
Timestamp: 2022-10-14 12:54:38+00

Package: postgresql-client-15-dbgsym
Source: postgresql-15
Version: 15.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2934
Depends: postgresql-client-15 (= 15.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-client-15-dbgsym_15.0-1.pgdg+1_arm64.deb
Size: 2473488
SHA256: 8a833d895d7c1958399e03b64fdcdfbbf9f713a498d48b3802d360023b787f8a
SHA1: c2e75b9c3222102e13ba3d4daa06b5074a0c3314
MD5sum: 3f97053e9acd73e4ab0abb709d353053
Description: debug symbols for postgresql-client-15
Build-Ids: 108c95c4898f7e242fb16d9d3d1945b66ffb568e 1f7306aa1ab5d9b1f8bb34d91fe7386ab0f60bb4 3ab0174c26686ca7e03dceb16d490fbf146ddfe2 3d89baa15c3e7b5e8e6dbeca18ba4803872e369f 424786951de4d860cd2c54a3189bdb0481a099ac 4d91ffdfcc18a09a594e69cc7cd1a3c16dda7f4d 59e8926f308b547beb214d8a26f8cdb899d10c43 6496f6de5eb772cf157da814af3926a16ca7cf54 7416c36a97cca39a8bf6af4603e6c9ab1721c7da 7dee56172809e1b8ab98dbb49ad207c11c2eb643 7e1f40bc8acc955821e649063c3395d8dce4aade 80bc89dde02b692b37a9c006fc94214ff806c131 814f53eee063b4f264edf38ed3dd41a08b78be2a 9303fc9b9d13772e1fe06554d082577c6a83011b 932d77c27dec7942a89697a12238ad71cc5aae58 ad0209114ee8cc2d0587f65bb0124b5ce2b50c6d beaf38a1db45d09bbc0c3a98cba2a82c825ebcae c830d475986b8a7abd8a43fb88c3e8f0dffd3e08 cc18e95a412ad759794a90dcf357f8c9c3d62884 e0db13c3e1d4329d3eab90656f708c4426dfbacf e80875b3715a83efdffb2a4d79071d9226124a87
Timestamp: 2022-10-14 12:54:38+00

Package: postgresql-client-common
Source: postgresql-common
Version: 244.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: netbase, perl:any, pgdg-keyring
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_244.pgdg+1_all.deb
Size: 34372
SHA256: 9b54aecc07407c5d5a530d439d134b271d74f5e5027a2e9036aee6e983c3796b
SHA1: 40dab0d557ea7ba6b1f3fb170e5e212b07469447
MD5sum: 7e33d427b95c1701e7565f41e64ea920
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.
Timestamp: 2022-10-14 12:54:38+00

Package: postgresql-common
Version: 244.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 642
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, libjson-perl, lsb-base (>= 3.0-3), postgresql-client-common (= 244.pgdg+1), ssl-cert (>= 1.0.11), ucf, perl:any
Recommends: e2fsprogs, logrotate
Breaks: postgresql-9.1 (<< 9.1.1-3~), postgresql-server-dev-all (<< 204)
Replaces: postgresql-server-dev-all (<< 204)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_244.pgdg+1_all.deb
Size: 174148
SHA256: 61fd70339fbcd3e45e9f8421c190b1600dd6ee514440ca3ede576b2c4b4d7470
SHA1: 4752731d5ad869048eca50c2bee306b974a1ef56
MD5sum: e1313afde6c2bb0fd85ebd8a1238e665
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.
Timestamp: 2022-10-14 12:54:38+00

Package: postgresql-contrib
Source: postgresql-common (244.pgdg+1)
Version: 15+244.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15
Depends: postgresql-contrib-15
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-contrib_15+244.pgdg+1_all.deb
Size: 9604
SHA256: c597ac844045abddb9cfdb2421a8b98ea09d42816cbd2523a5748c293cdef3d7
SHA1: efed0c9fd75bedab5c097daa74344dbfd6c7fae2
MD5sum: 803847ecc67b49a3ef8cc702296e0649
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.
Timestamp: 2022-10-14 12:54:38+00

Package: postgresql-doc
Source: postgresql-common (244.pgdg+1)
Version: 15+244.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15
Depends: postgresql-doc-15
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_15+244.pgdg+1_all.deb
Size: 9592
SHA256: 23324ddd62af3522329d6ed9da12c6adff6e7616c13091b24784315dd531ab3d
SHA1: d574b07ea811ccff7f61182b8c10769d82f82514
MD5sum: 29dd1a2718b2ad72a4220e990a1a615d
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.
Timestamp: 2022-10-14 12:54:38+00

Package: postgresql-doc-14
Source: postgresql-14
Version: 14.5-2.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15994
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-14/postgresql-doc-14_14.5-2.pgdg+2_all.deb
Size: 1987908
SHA256: ad74d9367dfb8aafa543113d18886d6a36fcef1ee909a0c38b09c6b1b08fc239
SHA1: 17fb5676e24c13e28884168d1ecfbe385be0dea6
MD5sum: 3b6fedadf13c691bc5889fb64b01c534
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 14. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-10-14 12:54:38+00

Package: postgresql-doc-15
Source: postgresql-15
Version: 15.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15854
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-15/postgresql-doc-15_15.0-1.pgdg+1_all.deb
Size: 1999416
SHA256: 321d1e6aa5a25d8f22eaf49ce706b060ad50b6b47927294ffb930efd465568c4
SHA1: 6ae2613ecd65f2fc0375e1e48f97fd872fc45b47
MD5sum: 1022008eda6d12e40c4e99e40c16e9eb
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 15. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-10-14 12:54:38+00

Package: postgresql-plperl-14
Source: postgresql-14
Version: 14.5-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 563
Depends: perl, postgresql-14 (= 14.5-2.pgdg+2), libc6 (>= 2.34), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plperl-14_14.5-2.pgdg+2_arm64.deb
Size: 83864
SHA256: 6d68eec6b5fbac5cc2b5822bebe94f268cdd1ba1565a689ca939345c3aaf8ed1
SHA1: ddb5b4f838cc8c5c8f3bb1df4267b9560024cb66
MD5sum: 7036552ce4e9121fdcf5c8eb213d09f3
Description: PL/Perl procedural language for PostgreSQL 14
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Perl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-10-14 12:54:38+00

Package: postgresql-plperl-14-dbgsym
Source: postgresql-14
Version: 14.5-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 221
Depends: postgresql-plperl-14 (= 14.5-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plperl-14-dbgsym_14.5-2.pgdg+2_arm64.deb
Size: 175024
SHA256: 3e8cd7ca47f38bcc8145f06c757d9089fc85a63303a89d646c6e2bba44d31319
SHA1: bc420756be07d18f2ac9dedf2c6b6afea6c80d62
MD5sum: e23e8a166333d318be631dc1c6962b0b
Description: debug symbols for postgresql-plperl-14
Build-Ids: 33469cac27b723aa7b631d0e2ba4119d66209d97 499add206eaefddeee1c96107eb004d3ec596975 c773cd3f064754de28e334d266cb78b06b0acb25 cffd007255f016b18cafd0859bd2c8cc8498c277
Timestamp: 2022-10-14 12:54:38+00

Package: postgresql-plperl-15
Source: postgresql-15
Version: 15.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 564
Depends: perl, postgresql-15 (= 15.0-1.pgdg+1), libc6 (>= 2.34), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plperl-15_15.0-1.pgdg+1_arm64.deb
Size: 81604
SHA256: 1360907c52016ec1578cfc35488dc9b7a7711c3b7bd19d341396a5dfe3a265e6
SHA1: 4a3bce18dc1a769586c69ebe72eacb01104f82de
MD5sum: adfd57f543d78f502fe370185a9d9d82
Description: PL/Perl procedural language for PostgreSQL 15
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Perl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-10-14 12:54:38+00

Package: postgresql-plperl-15-dbgsym
Source: postgresql-15
Version: 15.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 224
Depends: postgresql-plperl-15 (= 15.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plperl-15-dbgsym_15.0-1.pgdg+1_arm64.deb
Size: 178768
SHA256: f4f26ef824cfe8dfaa4db29ae1b02e92c2466e4f1b164c45809f0edd0c17eecb
SHA1: e6843174071360f9b1a49c544f3fe19b47b067ac
MD5sum: 52a53efe1c5ff4b22bf709dab490d67a
Description: debug symbols for postgresql-plperl-15
Build-Ids: 384510c9757a17c915169edf83a0b289d2dbc5be a08fa2c23ec0394badd37c5017f727c92a27d0af e6172640f69c5f789bda5812620bf6915db7b65c f900e6885838a35b1b95d16eda5c92a4e6bedeee
Timestamp: 2022-10-14 12:54:38+00

Package: postgresql-plpython3-14
Source: postgresql-14
Version: 14.5-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 654
Depends: postgresql-14 (= 14.5-2.pgdg+2), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14_14.5-2.pgdg+2_arm64.deb
Size: 105652
SHA256: cc4c6a1e64b5d32baa094943cfe3b5273f9f02ee3043e72ebf1b1933b726cc51
SHA1: 86eba990598d372a768ccbb4eb818b0d4e0a50e9
MD5sum: 296079e3c082b014503165ae2a5e6b5e
Description: PL/Python 3 procedural language for PostgreSQL 14
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Python 3.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-10-14 12:54:38+00

Package: postgresql-plpython3-14-dbgsym
Source: postgresql-14
Version: 14.5-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 228
Depends: postgresql-plpython3-14 (= 14.5-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14-dbgsym_14.5-2.pgdg+2_arm64.deb
Size: 175892
SHA256: a05bad6c22ba40d8626096740884c1f239cde8160a2eada4431d937c201c09c7
SHA1: 628bd1b17cbb1195c3dbf321529fe189c41ef255
MD5sum: 845d138e618f80ff3168a85f69b5f406
Description: debug symbols for postgresql-plpython3-14
Build-Ids: 26ca435380ba800f2ed4269cf628d0c363b916d6 33a8237f627f732f9ef08a2a0955b60914ada851 6d63fe1a8c935b7d5fc149cd54c898efe528abb9 d61d22e284c4eaf12abcd77936a93846e85fd5f4
Timestamp: 2022-10-14 12:54:38+00

Package: postgresql-plpython3-15
Source: postgresql-15
Version: 15.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 669
Depends: postgresql-15 (= 15.0-1.pgdg+1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15_15.0-1.pgdg+1_arm64.deb
Size: 105148
SHA256: 8591927ceedd677e7e1d2c13f5cc98aabdd31111ff68d31f2a0fc7ff05a4af27
SHA1: fa9967c7ade400664450751581b40fd914410b5e
MD5sum: 3d64b48110a7cc64e3e23d0fba424518
Description: PL/Python 3 procedural language for PostgreSQL 15
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Python 3.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-10-14 12:54:38+00

Package: postgresql-plpython3-15-dbgsym
Source: postgresql-15
Version: 15.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 227
Depends: postgresql-plpython3-15 (= 15.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15-dbgsym_15.0-1.pgdg+1_arm64.deb
Size: 176948
SHA256: bd5e9168fec24247d27bffc18305cf6d4fa4cb0858d9566823dccade2c63259f
SHA1: 3beeab415baaab771c6093217de3a0e27ed20fbe
MD5sum: 0d902a99d7082825cfd82cd3a94cc940
Description: debug symbols for postgresql-plpython3-15
Build-Ids: 939d327c4918e29a25c19b3f2e679cb771bd60ca 9abcd73065d9de7c9c8716ab07e9bff156618fe1 d0520c47bb872421e6d7d3f74e9cf371e65879af e0d50a102a176d3368fc849218de0109ccb3ac0e
Timestamp: 2022-10-14 12:54:38+00

Package: postgresql-pltcl-14
Source: postgresql-14
Version: 14.5-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 185
Depends: postgresql-14 (= 14.5-2.pgdg+2), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14_14.5-2.pgdg+2_arm64.deb
Size: 37468
SHA256: a5917f98a7ee7a9c3ee05f6ef79db4aaf42ccb0ad67281889f16611d796b3eed
SHA1: f518d99f0a1297f1758018768b21d7a54a09546a
MD5sum: a25f51c8851c568d4fda3177dab26e4c
Description: PL/Tcl procedural language for PostgreSQL 14
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Tcl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-10-14 12:54:38+00

Package: postgresql-pltcl-14-dbgsym
Source: postgresql-14
Version: 14.5-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-pltcl-14 (= 14.5-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14-dbgsym_14.5-2.pgdg+2_arm64.deb
Size: 75696
SHA256: 3e0de03c144f5256c56030b39ee65086f963102c21908298b00a98d02ba54d73
SHA1: 886b3cdfa533f9de82a9d3c3f46ac024816834af
MD5sum: a74abfbd8bf0113fd185d3f33e883fc6
Description: debug symbols for postgresql-pltcl-14
Build-Ids: e1118e25542f8ae6509d4e4f9bd77e5400d26d36
Timestamp: 2022-10-14 12:54:38+00

Package: postgresql-pltcl-15
Source: postgresql-15
Version: 15.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-15 (= 15.0-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15_15.0-1.pgdg+1_arm64.deb
Size: 35976
SHA256: c3d4d081218b17f6ca174f917c95ab67c34aa6f6861fd7bde6c7ad08fbdeda12
SHA1: ee45327c8955ee5b894bd66b794458ef4518d42a
MD5sum: a0d9ef435b7d8d6ac7a8dba79cd6e8c2
Description: PL/Tcl procedural language for PostgreSQL 15
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Tcl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-10-14 12:54:38+00

Package: postgresql-pltcl-15-dbgsym
Source: postgresql-15
Version: 15.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-pltcl-15 (= 15.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15-dbgsym_15.0-1.pgdg+1_arm64.deb
Size: 80616
SHA256: ea286a91d7cab39e62a5bbac8c5c7115de5c0a9b46b4212c8f34d19a30bfac00
SHA1: a5f047f5517fb0d27d1cd4eafe5be8e32c714dea
MD5sum: 72dc04461f19ce913372880f0839c389
Description: debug symbols for postgresql-pltcl-15
Build-Ids: 4f710f3370cb5fc5514a4e471d09a03a6b3a1b94
Timestamp: 2022-10-14 12:54:38+00

Package: postgresql-server-dev-14
Source: postgresql-14
Version: 14.5-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6642
Depends: clang-14, libpq-dev (>= 14~~), llvm-14-dev, postgresql-client-14, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14_14.5-2.pgdg+2_arm64.deb
Size: 1109452
SHA256: 1a5ba9dc3fd5e1cb6f343857d3e9988ba9be04e43b905003e24e889e354a547b
SHA1: 954ee7328b8a7d124478941d00fee7193a250b2d
MD5sum: cdfab7cca6cd72014a4edc7443358023
Description: development files for PostgreSQL 14 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.
Timestamp: 2022-10-14 12:54:38+00

Package: postgresql-server-dev-15
Source: postgresql-15
Version: 15.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6800
Depends: clang-14, libpq-dev (>= 15~~), llvm-14-dev, postgresql-client-15, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/postgresql-server-dev-15_15.0-1.pgdg+1_arm64.deb
Size: 1133568
SHA256: e2743d759202c9f1f7527ff792e353357af3bb83d706f7388bb6a90439fb1144
SHA1: c02d095a4e29353e4e5b240bffdcaa949eaad615
MD5sum: de2eaa1e5f43e454e758e972491d6baa
Description: development files for PostgreSQL 15 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.
Timestamp: 2022-10-14 12:54:38+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 244.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: make:any, postgresql-common (= 244.pgdg+1), postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12, postgresql-server-dev-13, postgresql-server-dev-14, postgresql-server-dev-15
Multi-Arch: same
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_244.pgdg+1_arm64.deb
Size: 19932
SHA256: 346dc602550707b963fe210a097de8d313b2d14d1d1869f2de93069097f0840a
SHA1: f2c0a695872aef6b042d7cbf61d6572a6bc18764
MD5sum: 7ee050435ce1f3687d63b1509b97b90c
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, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 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.
Timestamp: 2022-10-14 12:54:38+00

Package: postgresql-15-pgaudit
Source: pgaudit-1.7
Version: 1.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-1.7/postgresql-15-pgaudit_1.7.0-1.pgdg+1_arm64.deb
Size: 49776
SHA256: 278a9bef9827d0409ad681cd0ddb484dd69aeb956ac617c1ac461ecf9de217e8
SHA1: d638dfc0dc909845009c84aa1523a9ef222009bf
MD5sum: 3fbbbc5ca4c9996aeedaea52be5fd631
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2022-10-17 15:45:33+00

Package: postgresql-15-pgaudit-dbgsym
Source: pgaudit-1.7
Version: 1.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-15-pgaudit (= 1.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-1.7/postgresql-15-pgaudit-dbgsym_1.7.0-1.pgdg+1_arm64.deb
Size: 53348
SHA256: 1bad0f801bb8c0342fae67134269cd6ca09c16e274361299f84bf9dcdda0b44a
SHA1: cf6e5c50261371499469f6712d0a1c271cbf4060
MD5sum: 6e79fff343cb901a2fd461e442e524ce
Description: debug symbols for postgresql-15-pgaudit
Build-Ids: 35bc3428f9cbb4f7762ac8ce3a4ddacdddaf2b7c
Timestamp: 2022-10-17 15:45:33+00

Package: postgresql-10-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 158
Depends: postgresql-10, libc6 (>= 2.34), libgdal31 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-10-ogr-fdw_1.1.3-1.pgdg+1_arm64.deb
Size: 31896
SHA256: 99f5cf86efec4ac5f2a0208c118e85d68e66d252b39d8460f3b69836d7549af3
SHA1: d73a1a917103b8f3a39018d7d2346e5f4631b82a
MD5sum: f35d85dac6f6ff2f29f3271b5625ebcd
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2022-10-20 09:44:02+00

Package: postgresql-10-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 150
Depends: postgresql-10-ogr-fdw (= 1.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-10-ogr-fdw-dbgsym_1.1.3-1.pgdg+1_arm64.deb
Size: 117704
SHA256: 38fa59f296f4318fa43de24a9d834e2757a64026320e077ca11218be63e08494
SHA1: 921ca544b3daae25ff51e6fe26567b600527db8f
MD5sum: c590e0fb88840006d2984781260b6bdc
Description: debug symbols for postgresql-10-ogr-fdw
Build-Ids: 3862b07c5f8788938fe5817c55d50d0996ca8a67 c8351d74e10548992fe7c858583fa12df17f8bdd
Timestamp: 2022-10-20 09:44:02+00

Package: postgresql-11-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 284
Depends: postgresql-11, libc6 (>= 2.34), libgdal31 (>= 2.2.0), postgresql-11-jit-llvm (>= 14)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw_1.1.3-1.pgdg+1_arm64.deb
Size: 99944
SHA256: 1a0a26ea6b054f898918705a4d3d58e20da14247316a978d14bf0f2b6bac7e56
SHA1: 44a181ca678edb4e26b294b324c6787955c9db6c
MD5sum: ca2a24fbf25ade11cc48f3b9e76cf843
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2022-10-20 09:44:02+00

Package: postgresql-11-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 151
Depends: postgresql-11-ogr-fdw (= 1.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw-dbgsym_1.1.3-1.pgdg+1_arm64.deb
Size: 118888
SHA256: ffb58f1e470ec592104928f099e3ca9367b0dca5c90fb4e83291b15a62f96db1
SHA1: 80dd263107e0d008fb6803282591807b69a6e165
MD5sum: 67e53c1d713c449c95a71174bd3be9d7
Description: debug symbols for postgresql-11-ogr-fdw
Build-Ids: 176e11c59e906d1625ecae8c03abe8973b5c62ff 7f75a1fb2be08d91ee4d10b6cd85fc0c873399f4
Timestamp: 2022-10-20 09:44:02+00

Package: postgresql-12-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 286
Depends: postgresql-12, libc6 (>= 2.34), libgdal31 (>= 2.2.0), postgresql-12-jit-llvm (>= 14)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw_1.1.3-1.pgdg+1_arm64.deb
Size: 101412
SHA256: 61286d3484759f9cbfce0d6f43f1aa2d63cb22266a3cac744925be5662ee7bb0
SHA1: 1fcca078efc32c8c8be889baf59575b079ffacf6
MD5sum: fe5f48e52b8b7c6065108ace94f5afa6
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2022-10-20 09:44:02+00

Package: postgresql-12-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 156
Depends: postgresql-12-ogr-fdw (= 1.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw-dbgsym_1.1.3-1.pgdg+1_arm64.deb
Size: 123916
SHA256: e8c103aed1cd4924a7ab1b21e9d648b5704a65708bb1663de3a106142785b85a
SHA1: 712631e40a71b40902525da0abf3dd02155efa27
MD5sum: c3499d8fc75bd4ba93566ed81c43b98d
Description: debug symbols for postgresql-12-ogr-fdw
Build-Ids: 8aa6d001dbe1e90ec76ede8e0d4bcd4860de0253 b5dc360dfad26a8b8a391f2a60d91554ec3302e8
Timestamp: 2022-10-20 09:44:02+00

Package: postgresql-13-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 288
Depends: postgresql-13, libc6 (>= 2.34), libgdal31 (>= 2.2.0), postgresql-13-jit-llvm (>= 14)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw_1.1.3-1.pgdg+1_arm64.deb
Size: 103336
SHA256: e4e33905040ee684468f216cdc9de4484255cc5928f96db606e7ee4278fe1aaa
SHA1: e54766d4547201da8e83c0704ec660eb79ee6a86
MD5sum: 4b700890e3cedb65558b85978c43b147
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2022-10-20 09:44:02+00

Package: postgresql-13-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 171
Depends: postgresql-13-ogr-fdw (= 1.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw-dbgsym_1.1.3-1.pgdg+1_arm64.deb
Size: 139644
SHA256: 9305fc2aa29a441e785f3d434d66ed4b0e57ae136d49042e59cd8ac6881d5f34
SHA1: 2ce0022229d02ffe253f77cdf9fcfd0e3df92efc
MD5sum: 7664e801933a1bd94ecd77c63b0e7999
Description: debug symbols for postgresql-13-ogr-fdw
Build-Ids: 0a7a20e1699ede45a9bb086ff9454e5408b3df4d a9de3c335534be282b01378bad7c3660ddbb3789
Timestamp: 2022-10-20 09:44:02+00

Package: postgresql-14-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 289
Depends: postgresql-14, libc6 (>= 2.34), libgdal31 (>= 2.2.0), postgresql-14-jit-llvm (>= 14)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw_1.1.3-1.pgdg+1_arm64.deb
Size: 103504
SHA256: a601856959fcb52da51bd63e3863387e1e9a7b602980e092d3fbb0096765dc21
SHA1: 81763d263c418f6b23e0b0f9aedfdbe43f5de5dc
MD5sum: 5e1a903d4e1c59b93f417321d6fc98da
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2022-10-20 09:44:02+00

Package: postgresql-14-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 173
Depends: postgresql-14-ogr-fdw (= 1.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw-dbgsym_1.1.3-1.pgdg+1_arm64.deb
Size: 141628
SHA256: a53747205967cb34c11b6ca191b76e4949b40291850093b7ee9eee6f63a38545
SHA1: 7153c9f6cba570f8e8c5ad71ff133d805625cbc4
MD5sum: ce4e7b293e200fc73b6c15ac9ace03d9
Description: debug symbols for postgresql-14-ogr-fdw
Build-Ids: 4a0a14ef55b9de293dc8a5838fab9cbedb9770af 9f45c5f1259b6ff5eea99efcdc51a8d54dbd9bcb
Timestamp: 2022-10-20 09:44:02+00

Package: postgresql-15-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 289
Depends: postgresql-15, libc6 (>= 2.34), libgdal31 (>= 2.2.0), postgresql-15-jit-llvm (>= 14)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-15-ogr-fdw_1.1.3-1.pgdg+1_arm64.deb
Size: 103972
SHA256: 4b4553f3e0e41cb02b070bee78299614f41e766aa0a29b2c37afef0419784fbd
SHA1: 36a286cca9c288eaa9b33589f8e348a6e62dc948
MD5sum: 022375a9871df51e269d17d063164e19
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2022-10-20 09:44:02+00

Package: postgresql-15-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 161
Depends: postgresql-15-ogr-fdw (= 1.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-15-ogr-fdw-dbgsym_1.1.3-1.pgdg+1_arm64.deb
Size: 129488
SHA256: f66f0ec1851a8adaccef9931baa622dc6d7e687d08709e0d56491d483190ee06
SHA1: b5a2d9b33aac363429047f933dd41525d49a3b6d
MD5sum: 921da7f24ace87df444cd6adb28cf397
Description: debug symbols for postgresql-15-ogr-fdw
Build-Ids: b2b37dad99343b87b00ff23bcfdd4b3cdd6ec276 bb4964916209e6278798d8f3e8552686e8427782
Timestamp: 2022-10-20 09:44:02+00

Package: barman
Version: 3.2.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 76
Depends: python3-barman (= 3.2.0-1.pgdg+1), python3-pkg-resources, adduser, rsync (>= 3.0.4~), python3:any
Recommends: openssh-server, openssh-client, postgresql-client
Suggests: barman-cli, repmgr
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman_3.2.0-1.pgdg+1_all.deb
Size: 40568
SHA256: cc2235c4f73dcf673a9a2aba6978e309266bff8186157d32c429f12605f00fd8
SHA1: 864da836a3121681f53e9a218afca5de4328990d
MD5sum: 8527c1f7eec4e1312f6faf02466dccfc
Description: Backup and Recovery Manager for PostgreSQL
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides barman binary.
Timestamp: 2022-10-21 10:02:47+00

Package: barman-cli
Source: barman
Version: 3.2.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 19
Depends: python3-barman (= 3.2.0-1.pgdg+1), python3-pkg-resources, rsync (>= 3.0.4~), python3:any
Recommends: openssh-client, barman-cli-cloud
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli_3.2.0-1.pgdg+1_all.deb
Size: 6876
SHA256: ea712e84f3f524c7cea72dd13eac40a03a0968315d37e4254f239b74f76a87e6
SHA1: 4f0e6f29d823d9051212ede103edf4efade5a2c3
MD5sum: 5429f34afff5a60c4f10ee9ec192cc39
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 organization 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.
Timestamp: 2022-10-21 10:02:47+00

Package: barman-cli-cloud
Source: barman
Version: 3.2.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 43
Depends: python3-barman (= 3.2.0-1.pgdg+1), python3-pkg-resources, rsync (>= 3.0.4~), python3:any, python3-boto3
Breaks: barman-cli (<< 2.10-3~~)
Replaces: barman-cli (<< 2.10-3~~)
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli-cloud_3.2.0-1.pgdg+1_all.deb
Size: 23812
SHA256: 47e651787b5a8a8ccbfb3d17dac3af31056de791a4544ecde7c17e9bdf414f43
SHA1: 90f2d47e97a7ebd3e9d6a02d9e3df9f7f53f2137
MD5sum: 3f3925724f184b6e0563aafe43003c6b
Description: Cloud 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 organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli-cloud package contains cloud client utilities for the
 integration of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by 2ndQuadrant.
Timestamp: 2022-10-21 10:02:47+00

Package: python3-barman
Source: barman
Version: 3.2.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1204
Depends: python3-argcomplete, python3-dateutil, python3-psycopg2, python3:any
Breaks: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Replaces: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Homepage: http://www.pgbarman.org
Priority: optional
Section: python
Filename: pool/main/b/barman/python3-barman_3.2.0-1.pgdg+1_all.deb
Size: 190280
SHA256: 73acc2e783de6148be20ec501372fbef5627aff4fae7b6a738daa2432d0ce62d
SHA1: e2c4124763ed72c4ea651cf017d397438f44f283
MD5sum: 105cf86caadab6e1ac17972984492e24
Description: Backup and Recovery Manager for PostgreSQL - Python modules
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides Python 3 modules only.
Timestamp: 2022-10-21 10:02:47+00

Package: libecpg-compat3
Source: postgresql-10 (10.22-1.pgdg+1)
Version: 10.22-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg-compat3_10.22-1.pgdg+1+b1_arm64.deb
Size: 18376
SHA256: d4568150f9abe671c6fde74aba33d35365f4ad7517f0c85c90c24bdea0e52f9f
SHA1: 3dd1bd6322bb481e187f298f7312e5f1573e5b6d
MD5sum: 5fa9dae5561f09a95e68d722e9929845
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.
Timestamp: 2022-10-22 11:19:31+00

Package: libecpg-compat3-dbgsym
Source: postgresql-10 (10.22-1.pgdg+1)
Version: 10.22-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 10.22-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-compat3-dbgsym_10.22-1.pgdg+1+b1_arm64.deb
Size: 17244
SHA256: 34f215dd7eea60dc56bedede18346cd2d127c34772ab165ccd9e426b48dda3c8
SHA1: 60ddcccd9498c9308fe2c0fd2e5933adc472615e
MD5sum: 74b68670d1f7b6d6f887ef3b7379feb1
Description: debug symbols for libecpg-compat3
Build-Ids: f5b041e37cde4e49e8c42ad576ec4f8061265885
Timestamp: 2022-10-22 11:19:31+00

Package: libecpg-dev
Source: postgresql-10 (10.22-1.pgdg+1)
Version: 10.22-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1241
Depends: libecpg-compat3 (= 10.22-1.pgdg+1+b1), libecpg6 (= 10.22-1.pgdg+1+b1), libpgtypes3 (= 10.22-1.pgdg+1+b1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libecpg-dev_10.22-1.pgdg+1+b1_arm64.deb
Size: 222472
SHA256: c030c44b3b8793cbd54eff8b7778ce4faee545f8369d0e689c5f0606112305b8
SHA1: 62ad357e6502544ca6744bb4c64b7de4958337da
MD5sum: 502962e917a9ac75ba13cc7f554fb528
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).
Timestamp: 2022-10-22 11:19:31+00

Package: libecpg-dev-dbgsym
Source: postgresql-10 (10.22-1.pgdg+1)
Version: 10.22-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 266
Depends: libecpg-dev (= 10.22-1.pgdg+1+b1)
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-dev-dbgsym_10.22-1.pgdg+1+b1_arm64.deb
Size: 229636
SHA256: dbb8c4e1366125d61cb7ec1823e13424982da21a5a535f331b8aadaa73c59317
SHA1: 4472cc08d6684f853169f42550d10d5b969a7c0f
MD5sum: 04349cf6a08b647fbd52ed9135d2fb13
Description: debug symbols for libecpg-dev
Build-Ids: 14b72215cbfcb03677e90fec18fe255849e83641
Timestamp: 2022-10-22 11:19:31+00

Package: libecpg6
Source: postgresql-10 (10.22-1.pgdg+1)
Version: 10.22-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 462
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg6_10.22-1.pgdg+1+b1_arm64.deb
Size: 82576
SHA256: 97ee3b00c9652a5f15a4f96b4e903e544987c2c99c7c1a363d325e9d41b65840
SHA1: b0399ee22e55ebf26d7733c91e3e539abdbbff86
MD5sum: 423c3fe6452f01402382b757a03045bd
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.
Timestamp: 2022-10-22 11:19:31+00

Package: libecpg6-dbgsym
Source: postgresql-10 (10.22-1.pgdg+1)
Version: 10.22-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: libecpg6 (= 10.22-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg6-dbgsym_10.22-1.pgdg+1+b1_arm64.deb
Size: 92636
SHA256: 2681f8c624b9a0ffa706820dfa18f9d987272d87b353d42d2e22edb35f64d812
SHA1: d72a8ab9cf376b9fcd3acca7cb0ac58baa370d51
MD5sum: 22fabf3db764dc2fa74f8236500a81b1
Description: debug symbols for libecpg6
Build-Ids: 5d0bad5bf15cdaccdaf1b5944ad7d03c1b8cdd40
Timestamp: 2022-10-22 11:19:31+00

Package: libpgtypes3
Source: postgresql-10 (10.22-1.pgdg+1)
Version: 10.22-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpgtypes3_10.22-1.pgdg+1+b1_arm64.deb
Size: 38712
SHA256: 5c44b64624133a8ba8da2c88548e6d0d0023a76d974e7812f358db4a4ca13366
SHA1: ead3ed451c6ef8b4523f1511eb902a7d11009d07
MD5sum: c1fcc722695c249a042b0860d270c431
Description: shared library libpgtypes for PostgreSQL 10
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-10-22 11:19:31+00

Package: libpgtypes3-dbgsym
Source: postgresql-10 (10.22-1.pgdg+1)
Version: 10.22-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: libpgtypes3 (= 10.22-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpgtypes3-dbgsym_10.22-1.pgdg+1+b1_arm64.deb
Size: 69684
SHA256: 66a3117df3051aac404fb124fc6b71fe2dd3eda9d7181285c4cfe7f0bb2021a6
SHA1: 2bafc8162576dbfd6aedad18fbcde90f41c9a5b5
MD5sum: 2c94f64b689c69a5f3a91e00e7884fa5
Description: debug symbols for libpgtypes3
Build-Ids: 94dbdd5210905c1c7b4332d49f66b544ba038e4d
Timestamp: 2022-10-22 11:19:31+00

Package: libpq-dev
Source: postgresql-10 (10.22-1.pgdg+1)
Version: 10.22-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 682
Depends: libpq5 (= 10.22-1.pgdg+1+b1)
Suggests: postgresql-doc-10
Breaks: postgresql-server-dev-10 (<< 10.1-2~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libpq-dev_10.22-1.pgdg+1+b1_arm64.deb
Size: 159888
SHA256: 691e0fd22598c949867e50c69a53d5c23cd7820d758c23fc9f21f7e5654b14f0
SHA1: 93ee619e1686443b2741dbc7c475df537acd82db
MD5sum: 0c87439125be7e948abf89afb9e64ebf
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.
Timestamp: 2022-10-22 11:19:31+00

Package: libpq5
Source: postgresql-10 (10.22-1.pgdg+1)
Version: 10.22-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 776
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpq5_10.22-1.pgdg+1+b1_arm64.deb
Size: 162800
SHA256: 4171a6065f87542adbfbafd6256c56ef876976bda04eae406c937b7b9f812d91
SHA1: 004fb45ee8d3d0b65374bb25a960dcd6e569f73c
MD5sum: 3efc6b44d1484a3a666830f0a977b0f5
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.
Timestamp: 2022-10-22 11:19:31+00

Package: libpq5-dbgsym
Source: postgresql-10 (10.22-1.pgdg+1)
Version: 10.22-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 259
Depends: libpq5 (= 10.22-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpq5-dbgsym_10.22-1.pgdg+1+b1_arm64.deb
Size: 227396
SHA256: 3ec68f8dcc9330fe39de6236184a8bb85615a5a92e83128b988c2ddfff4ff291
SHA1: b1c2e4ec12ceaeec4a66cbb4667b73150b9c71d5
MD5sum: 7f8f6bebd7785d35a24b14b44226e914
Description: debug symbols for libpq5
Build-Ids: f77fe8223ae5fea6369cd3efb10e4ce06cd5c11e
Timestamp: 2022-10-22 11:19:31+00

Package: libecpg-compat3
Source: postgresql-11 (11.17-1.pgdg+1)
Version: 11.17-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg-compat3_11.17-1.pgdg+1+b1_arm64.deb
Size: 19472
SHA256: c3c50f67ba6b118b191d32ec3f2f917c61e70c212be9d265771dea8f9be3e4d1
SHA1: 688e0e860b5566a11017a7588fb4beed8a9c8414
MD5sum: 313955a6a97cfbcabfa8d665a45487b1
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.
Timestamp: 2022-10-22 11:19:54+00

Package: libecpg-compat3-dbgsym
Source: postgresql-11 (11.17-1.pgdg+1)
Version: 11.17-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 11.17-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-compat3-dbgsym_11.17-1.pgdg+1+b1_arm64.deb
Size: 17264
SHA256: 10bc1a071a849d39d699b9f41fae2e8fa62876800e13d2cbe473022fe5d7958b
SHA1: 8c4680983ba5c574e79bbafcf467270d1dbad33d
MD5sum: cb0e447009c48df142bc17ca6c5e75de
Description: debug symbols for libecpg-compat3
Build-Ids: 93c186562f1fff183c1720ccc59304e54c95d100
Timestamp: 2022-10-22 11:19:54+00

Package: libecpg-dev
Source: postgresql-11 (11.17-1.pgdg+1)
Version: 11.17-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1246
Depends: libecpg-compat3 (= 11.17-1.pgdg+1+b1), libecpg6 (= 11.17-1.pgdg+1+b1), libpgtypes3 (= 11.17-1.pgdg+1+b1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libecpg-dev_11.17-1.pgdg+1+b1_arm64.deb
Size: 226156
SHA256: 8a8bab7558bd5f53cc7e1c275fc1b28f556af8bbd7f52610d06b1049e910aebd
SHA1: d4806356e1cdd388b111dc049d1e95753d6db65e
MD5sum: acef16652376d4f8a21deb431690ce55
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).
Timestamp: 2022-10-22 11:19:54+00

Package: libecpg-dev-dbgsym
Source: postgresql-11 (11.17-1.pgdg+1)
Version: 11.17-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: libecpg-dev (= 11.17-1.pgdg+1+b1)
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-dev-dbgsym_11.17-1.pgdg+1+b1_arm64.deb
Size: 232924
SHA256: 3f7fca1ed69c1ef5dce27c17f66582c0dac96b6693fa9282f1e95b72d9d31486
SHA1: 0e32dc722156f02500b38bc13433751c5ceb42d8
MD5sum: 0ccdea527d46756678b689bc10cf9255
Description: debug symbols for libecpg-dev
Build-Ids: 7bd20818089deb20876f3a6320cf44d1cf509a0d
Timestamp: 2022-10-22 11:19:54+00

Package: libecpg6
Source: postgresql-11 (11.17-1.pgdg+1)
Version: 11.17-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 485
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg6_11.17-1.pgdg+1+b1_arm64.deb
Size: 86732
SHA256: 41c9a217529f3ed655a40b1ccb5ab40e8e24e9ab86071e460e9517b450ee895f
SHA1: 4200c018128aa90e66229e1e15492f088b56b36d
MD5sum: bf0939c7ed98b559ac97c2ba3d3d575c
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.
Timestamp: 2022-10-22 11:19:54+00

Package: libecpg6-dbgsym
Source: postgresql-11 (11.17-1.pgdg+1)
Version: 11.17-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libecpg6 (= 11.17-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg6-dbgsym_11.17-1.pgdg+1+b1_arm64.deb
Size: 93056
SHA256: 46b6c84ab082af69c60103b1d956194367edd25447941ac200477e7366584f0c
SHA1: 82905ed3fdfcfe0a77aff6bc1e2d73936af7cb20
MD5sum: c7f260b57dcae46ddd214d1b68f2c6cd
Description: debug symbols for libecpg6
Build-Ids: 715efd15de81d893a17414c90f29d1cb391c9704
Timestamp: 2022-10-22 11:19:54+00

Package: libpgtypes3
Source: postgresql-11 (11.17-1.pgdg+1)
Version: 11.17-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpgtypes3_11.17-1.pgdg+1+b1_arm64.deb
Size: 40180
SHA256: 8d923b5caa90bc681af1a6f1e892922e3e87c7788ade765ba4ce9383c7b0e283
SHA1: bdfba50f11e13ed1eddd96710ebb948977af6df5
MD5sum: ad052312adfe95afedf17dfbe65c34ae
Description: shared library libpgtypes for PostgreSQL 11
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-10-22 11:19:54+00

Package: libpgtypes3-dbgsym
Source: postgresql-11 (11.17-1.pgdg+1)
Version: 11.17-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: libpgtypes3 (= 11.17-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpgtypes3-dbgsym_11.17-1.pgdg+1+b1_arm64.deb
Size: 70996
SHA256: 00b1920b86affeeabdcf5daa2eff0f254f0ad95a8eb613527f50651583b9803f
SHA1: 196d3c1e8a922eaee9a829888ef8ace6fcf623e4
MD5sum: 858295d4ea85516c150f935af275adaa
Description: debug symbols for libpgtypes3
Build-Ids: a44fc272859063f3b82a621c2d284439868a3e8f
Timestamp: 2022-10-22 11:19:54+00

Package: libpq-dev
Source: postgresql-11 (11.17-1.pgdg+1)
Version: 11.17-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 693
Depends: libpq5 (= 11.17-1.pgdg+1+b1)
Suggests: postgresql-doc-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libpq-dev_11.17-1.pgdg+1+b1_arm64.deb
Size: 163144
SHA256: 7f856828109dc582362d79c9566f18262450b203d4fef4949708d1debbbcba27
SHA1: 996bf19ff2d9334e58bf4d82cff6b0c747119d26
MD5sum: 64ad36fda8e96e782e78ea0c3df76181
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.
Timestamp: 2022-10-22 11:19:54+00

Package: libpq5
Source: postgresql-11 (11.17-1.pgdg+1)
Version: 11.17-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 783
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpq5_11.17-1.pgdg+1+b1_arm64.deb
Size: 166028
SHA256: d8b718303494c14f83cccc6835edd5476de1dc857aba2f123f598f339a81b937
SHA1: a360b87f34711638471b1b4a275a65bd3521f1d6
MD5sum: 63b3a738f509adabf3761210a8f43c57
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.
Timestamp: 2022-10-22 11:19:54+00

Package: libpq5-dbgsym
Source: postgresql-11 (11.17-1.pgdg+1)
Version: 11.17-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libpq5 (= 11.17-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpq5-dbgsym_11.17-1.pgdg+1+b1_arm64.deb
Size: 229400
SHA256: f9519021902de80bf7eee551bab9e414b7bbf63476472980f313e28ace657b58
SHA1: 13fdb627f381b5d44996ce05a99ee4b0434378d2
MD5sum: ce6fb84a82cdd81d8c1b9452ad3305e5
Description: debug symbols for libpq5
Build-Ids: cdbe1c86a32f1dc14d92c7b8ed9f0a4460c9d0a8
Timestamp: 2022-10-22 11:19:54+00

Package: libecpg-compat3
Source: postgresql-12 (12.12-1.pgdg+1)
Version: 12.12-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg-compat3_12.12-1.pgdg+1+b1_arm64.deb
Size: 19416
SHA256: 1718caccc217e5c4a0654ef2b42a7e0b24c49bbbe049fcb553e28445be747837
SHA1: 0c4dd3e7f8276ada092cb23db43f00bb242cad17
MD5sum: f93a07339004f54a35e4c35ad297ede0
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.
Timestamp: 2022-10-22 11:20:14+00

Package: libecpg-compat3-dbgsym
Source: postgresql-12 (12.12-1.pgdg+1)
Version: 12.12-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 12.12-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-compat3-dbgsym_12.12-1.pgdg+1+b1_arm64.deb
Size: 17260
SHA256: 7ccd383bf63c292e4bcab6e40ca646e7346aad1b6cbe46adc206b7e42cc0eed1
SHA1: e983a86b2829b5eff7fbb2d53a581de0a7b419c6
MD5sum: 3c126d410629ab865f735e62ad5e27fd
Description: debug symbols for libecpg-compat3
Build-Ids: dfcc66fc27333cc009bbb86780a7751ccdad4f0c
Timestamp: 2022-10-22 11:20:14+00

Package: libecpg-dev
Source: postgresql-12 (12.12-1.pgdg+1)
Version: 12.12-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1510
Depends: libecpg-compat3 (= 12.12-1.pgdg+1+b1), libecpg6 (= 12.12-1.pgdg+1+b1), libpgtypes3 (= 12.12-1.pgdg+1+b1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libecpg-dev_12.12-1.pgdg+1+b1_arm64.deb
Size: 268912
SHA256: 513c6e4f76ddf0c450d9b4a4d86f29126a350f51510081d9e509c98c3b7786bb
SHA1: f90bca3335a8ad95b8ddc76d497cb3c679c6ce4e
MD5sum: f9a5b7eda2620f999aff6cc97ea7c8fd
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).
Timestamp: 2022-10-22 11:20:14+00

Package: libecpg-dev-dbgsym
Source: postgresql-12 (12.12-1.pgdg+1)
Version: 12.12-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 281
Depends: libecpg-dev (= 12.12-1.pgdg+1+b1)
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-dev-dbgsym_12.12-1.pgdg+1+b1_arm64.deb
Size: 243976
SHA256: 82e0c8af9c131bd08e1cb2339302155f4436b9f976ec4c775a68c76912a0a503
SHA1: 5b61b3c522bc5fd35e8f0e674665bcbd2e2344ed
MD5sum: 520933adf3ca4ca67300672ddde0d111
Description: debug symbols for libecpg-dev
Build-Ids: 9e5939c92923116ed7fdb506b255b96420229786
Timestamp: 2022-10-22 11:20:14+00

Package: libecpg6
Source: postgresql-12 (12.12-1.pgdg+1)
Version: 12.12-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg6_12.12-1.pgdg+1+b1_arm64.deb
Size: 59044
SHA256: ccafe7dd538458f8670420f65bdafeef721c91bac2f9d77b5f63da61ee494be0
SHA1: a111a884f2c16acf06556a8621d090d868b72bf0
MD5sum: 7604db5bda45869c30fab99340a04881
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.
Timestamp: 2022-10-22 11:20:14+00

Package: libecpg6-dbgsym
Source: postgresql-12 (12.12-1.pgdg+1)
Version: 12.12-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libecpg6 (= 12.12-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg6-dbgsym_12.12-1.pgdg+1+b1_arm64.deb
Size: 112556
SHA256: 99e228954f773ed3f7e06730b589a04e1d7d80eacde8ea5843fcf5c13995f5a5
SHA1: 3952c02b0fdedefc8139d415537e229ee39fc88a
MD5sum: 5f32d6ce6d365b5ee0046b04a54dbadd
Description: debug symbols for libecpg6
Build-Ids: 58aab9de120780317904dbde25346519c8363195
Timestamp: 2022-10-22 11:20:14+00

Package: libpgtypes3
Source: postgresql-12 (12.12-1.pgdg+1)
Version: 12.12-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpgtypes3_12.12-1.pgdg+1+b1_arm64.deb
Size: 45024
SHA256: 2388213361ec9746cd35db79b4951e0aa680a203b2861941606f6cbed71af8cc
SHA1: 56f57ad5f6b08867c03c26b8fcbfb2f77eba7030
MD5sum: dd0727292a237549b5fc4581cd01d542
Description: shared library libpgtypes for PostgreSQL 12
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-10-22 11:20:14+00

Package: libpgtypes3-dbgsym
Source: postgresql-12 (12.12-1.pgdg+1)
Version: 12.12-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libpgtypes3 (= 12.12-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpgtypes3-dbgsym_12.12-1.pgdg+1+b1_arm64.deb
Size: 88212
SHA256: 75e75e8eb990d4376c2f4bb973ba8c798e13b9938be540b55fb7d356a9f4f945
SHA1: 256934ef84582dae5b8070ece2bcf09ec11b9aeb
MD5sum: 340eb3427a06c3a0c51a262b22e8de70
Description: debug symbols for libpgtypes3
Build-Ids: d03d1e7a1bc34a4cc0e5c5098429a1b7ea475ca1
Timestamp: 2022-10-22 11:20:14+00

Package: libpq-dev
Source: postgresql-12 (12.12-1.pgdg+1)
Version: 12.12-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 587
Depends: libpq5 (= 12.12-1.pgdg+1+b1)
Suggests: postgresql-doc-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libpq-dev_12.12-1.pgdg+1+b1_arm64.deb
Size: 141084
SHA256: 8180d8e9927d1c24b71eb282d890e19e6c0bae3311ef8a59274173e25ea8e756
SHA1: 897f9d8e04422ce5c7fe2d0e2a52da4b9e8a6a2a
MD5sum: a3862a52813035243d8789eaeeb7025d
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.
Timestamp: 2022-10-22 11:20:14+00

Package: libpq5
Source: postgresql-12 (12.12-1.pgdg+1)
Version: 12.12-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 793
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpq5_12.12-1.pgdg+1+b1_arm64.deb
Size: 174116
SHA256: cd198cd4c990bed1e109fe357642a9b06f9f008a5ed9c60f01faf10957b01975
SHA1: 73398f7f5599e9f345e58fca1bab1ccc3c160a33
MD5sum: e4980ed00268656f019211c30daddb35
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.
Timestamp: 2022-10-22 11:20:14+00

Package: libpq5-dbgsym
Source: postgresql-12 (12.12-1.pgdg+1)
Version: 12.12-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 283
Depends: libpq5 (= 12.12-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpq5-dbgsym_12.12-1.pgdg+1+b1_arm64.deb
Size: 249772
SHA256: db9d87b90c5296523cd21dd8e6bf65731421e3bb7b6058e6263f89e3f6efce0e
SHA1: a0b063a2e2bec14e9c802b8607283954ad908a3f
MD5sum: d343d9142d2df881c0d12a2d79ed3e09
Description: debug symbols for libpq5
Build-Ids: 4ec4b019f57123b8b0a2a77a9432df2ba0bd7217
Timestamp: 2022-10-22 11:20:14+00

Package: libecpg-compat3
Source: postgresql-13 (13.8-1.pgdg+1)
Version: 13.8-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg-compat3_13.8-1.pgdg+1+b1_arm64.deb
Size: 24856
SHA256: c5310b6ef2470d147170cda8bfd83e3217c510b8ebc21bfed5a1b35afbadc1a8
SHA1: fa38c35d85558f0c5485cabfe89403ccc4fc988d
MD5sum: a6ba85a33899a3e002d378cb12c8d2ee
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.
Timestamp: 2022-10-22 11:20:34+00

Package: libecpg-compat3-dbgsym
Source: postgresql-13 (13.8-1.pgdg+1)
Version: 13.8-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 13.8-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-compat3-dbgsym_13.8-1.pgdg+1+b1_arm64.deb
Size: 39712
SHA256: 2852ca5681ef0d6460f448fda21108d14602f4d9f6f30d60df56decb5c031993
SHA1: 62e4ad13cde76883db157ca5f5e11b1001b1846e
MD5sum: a24051dc589a0ca569327e2eedb42738
Description: debug symbols for libecpg-compat3
Build-Ids: b6e8f89ac563156a82c2c7bbe9c921c7573abb1f
Timestamp: 2022-10-22 11:20:34+00

Package: libecpg-dev
Source: postgresql-13 (13.8-1.pgdg+1)
Version: 13.8-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1511
Depends: libecpg-compat3 (= 13.8-1.pgdg+1+b1), libecpg6 (= 13.8-1.pgdg+1+b1), libpgtypes3 (= 13.8-1.pgdg+1+b1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libecpg-dev_13.8-1.pgdg+1+b1_arm64.deb
Size: 267372
SHA256: 8294e05980e18dd146042a6d25b4f5b24fb55ba4c70aec1381fc9f3d8a821769
SHA1: 216d82c996567207a2a7ab252aaddae82e368d8e
MD5sum: 5e8b602f0edc152e6d2ac88e0cf33313
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).
Timestamp: 2022-10-22 11:20:34+00

Package: libecpg-dev-dbgsym
Source: postgresql-13 (13.8-1.pgdg+1)
Version: 13.8-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 285
Depends: libecpg-dev (= 13.8-1.pgdg+1+b1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-dev-dbgsym_13.8-1.pgdg+1+b1_arm64.deb
Size: 248912
SHA256: 7728ba7301e22e29fcaf7ebb657837f56c6195eac37d3f72c6c84e38a0c71ac3
SHA1: e2809893b876b875429f374b1d114c17718e0f7f
MD5sum: 707450471c02307ee1e5986e6b1e5faa
Description: debug symbols for libecpg-dev
Build-Ids: 2bae5efb7d4a65f690dcb2ff6900e69fd47d3c6f
Timestamp: 2022-10-22 11:20:34+00

Package: libecpg6
Source: postgresql-13 (13.8-1.pgdg+1)
Version: 13.8-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg6_13.8-1.pgdg+1+b1_arm64.deb
Size: 58628
SHA256: 4e93804b1fe14b594f4a9932c4cdb1cc1fdc106cfbbaf2b6992f02c41015437f
SHA1: b088096be6345b2de5b39cdf7db83b80a72024bf
MD5sum: b06259372652a98b3fafc1691761b66a
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.
Timestamp: 2022-10-22 11:20:34+00

Package: libecpg6-dbgsym
Source: postgresql-13 (13.8-1.pgdg+1)
Version: 13.8-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 13.8-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg6-dbgsym_13.8-1.pgdg+1+b1_arm64.deb
Size: 112736
SHA256: 09d6292da760df3e33e993318be704faee5373c75959528f2d07d75a526d100a
SHA1: 25c33d2b2f4489c1e32cc61e5e92e79793253c28
MD5sum: e2814d0222f195fa6cdd5db47943e8bb
Description: debug symbols for libecpg6
Build-Ids: b91b1acb3234701b2cb44375952feffe8a48bf58
Timestamp: 2022-10-22 11:20:34+00

Package: libpgtypes3
Source: postgresql-13 (13.8-1.pgdg+1)
Version: 13.8-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpgtypes3_13.8-1.pgdg+1+b1_arm64.deb
Size: 44940
SHA256: 8358711029b22a34cd92ac9bec89c2257d26e122d407d4aa6513f59bc64247da
SHA1: 135c2bdb7d772bff58fbb39dfc3d2662f6acb493
MD5sum: 3ec20c20b7e2a89095c77dcf47d9b67a
Description: shared library libpgtypes for PostgreSQL 13
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-10-22 11:20:34+00

Package: libpgtypes3-dbgsym
Source: postgresql-13 (13.8-1.pgdg+1)
Version: 13.8-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 13.8-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpgtypes3-dbgsym_13.8-1.pgdg+1+b1_arm64.deb
Size: 88488
SHA256: 359968b5e6e3b80bdc888ce6e3a731db935f9902df394558e80a172a3616380d
SHA1: 12042e34fb46d60dd5cdef846db3bcc0ae2c25bf
MD5sum: c47b2cb38dc6837e3d467467c555a5c5
Description: debug symbols for libpgtypes3
Build-Ids: 3cd7c3ce9d94dcefdda8793bfd504636dd48f9d7
Timestamp: 2022-10-22 11:20:34+00

Package: libpq-dev
Source: postgresql-13 (13.8-1.pgdg+1)
Version: 13.8-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 566
Depends: libpq5 (= 13.8-1.pgdg+1+b1)
Suggests: postgresql-doc-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libpq-dev_13.8-1.pgdg+1+b1_arm64.deb
Size: 137448
SHA256: ad279bbae471d78d4011009d2ec8473de365688bac61313d9866f9277d6eb5f4
SHA1: cacc1545706d94e60d3592d38870821def2dc819
MD5sum: 57b75d1665daa06359ebe732b370e9db
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.
Timestamp: 2022-10-22 11:20:34+00

Package: libpq5
Source: postgresql-13 (13.8-1.pgdg+1)
Version: 13.8-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 788
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpq5_13.8-1.pgdg+1+b1_arm64.deb
Size: 175104
SHA256: 4f9cbd89de0e2665d86948a07d745d20500a022576a9e5c17a63ebf42cd2868c
SHA1: 5c1542c7330e1e9658c8356b4fcca48fbe141c81
MD5sum: 4e5d082dba836dbbd05f0427c5c61f6e
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.
Timestamp: 2022-10-22 11:20:34+00

Package: libpq5-dbgsym
Source: postgresql-13 (13.8-1.pgdg+1)
Version: 13.8-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 290
Depends: libpq5 (= 13.8-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpq5-dbgsym_13.8-1.pgdg+1+b1_arm64.deb
Size: 255024
SHA256: dd8f2bc1d0e84ce43193e5c62f1584f101897616291361914b3e87ab1f6e4fa1
SHA1: 9b8a98cbee743ef29cf250ce514a6c693899b173
MD5sum: a6b25b6b8873e470a0bff0345a1e801f
Description: debug symbols for libpq5
Build-Ids: b4b80b83c2302e087304b633d90060ee88a602fb
Timestamp: 2022-10-22 11:20:34+00

Package: libecpg-compat3
Source: postgresql-14 (14.5-2.pgdg+2)
Version: 14.5-2.pgdg+2+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg-compat3_14.5-2.pgdg+2+b1_arm64.deb
Size: 21352
SHA256: 0d8a3b9317b223ef708f0d3544e477b9002d13333a1e2600160d8e615d8e1bd8
SHA1: b2386b58093b41c40f12016d505d82a321360014
MD5sum: f10c755ddec53994558c66aca3477342
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.
Timestamp: 2022-10-22 11:21:15+00

Package: libecpg-compat3-dbgsym
Source: postgresql-14 (14.5-2.pgdg+2)
Version: 14.5-2.pgdg+2+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: libecpg-compat3 (= 14.5-2.pgdg+2+b1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-compat3-dbgsym_14.5-2.pgdg+2+b1_arm64.deb
Size: 39752
SHA256: d349e305fd5d7940a29280510d6a6e08a8ede5f38ccfa2f981a519b6f4b14884
SHA1: 2064c6b4bc3c5b24f81c8e9e9e925422c685754a
MD5sum: cb794b28c924a7c2d37bd21d21804665
Description: debug symbols for libecpg-compat3
Build-Ids: 1dbdcc3e7a4386dabd2a8a8d875ab685045d98e6
Timestamp: 2022-10-22 11:21:15+00

Package: libecpg-dev
Source: postgresql-14 (14.5-2.pgdg+2)
Version: 14.5-2.pgdg+2+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1595
Depends: libecpg-compat3 (= 14.5-2.pgdg+2+b1), libecpg6 (= 14.5-2.pgdg+2+b1), libpgtypes3 (= 14.5-2.pgdg+2+b1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libecpg-dev_14.5-2.pgdg+2+b1_arm64.deb
Size: 272800
SHA256: 2a0d9c4bd797de547cd276d9a16af0dce5991de63bd91dbbb19415526aa28b03
SHA1: 660ec44fb7fbb777a9480723a8e9b6e9d4ff193d
MD5sum: feca408082a4e2f9f820561c29b85b4c
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).
Timestamp: 2022-10-22 11:21:15+00

Package: libecpg-dev-dbgsym
Source: postgresql-14 (14.5-2.pgdg+2)
Version: 14.5-2.pgdg+2+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 298
Depends: libecpg-dev (= 14.5-2.pgdg+2+b1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-dev-dbgsym_14.5-2.pgdg+2+b1_arm64.deb
Size: 256280
SHA256: d2795abd7ffcf17aca27219599c8220b8f94b2b2474f8522c60b8427605875bf
SHA1: 559b12a0abc586db873617f9817bb8056d95bdbd
MD5sum: e38ae15cfa8bb440fa6bb8e587906be1
Description: debug symbols for libecpg-dev
Build-Ids: d2d820e3a68b0eaad0631feb3a8fc2a097d28f8b
Timestamp: 2022-10-22 11:21:15+00

Package: libecpg6
Source: postgresql-14 (14.5-2.pgdg+2)
Version: 14.5-2.pgdg+2+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 265
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg6_14.5-2.pgdg+2+b1_arm64.deb
Size: 55820
SHA256: 608d517aa70db8cdd83fcb0bd3143c34c58796b04a41619d021c37c2a73e8d44
SHA1: f61d57362326a4d13eb3591d3419086f6400dc8a
MD5sum: 53743a69b5b78d5ebbe244973e529ab8
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.
Timestamp: 2022-10-22 11:21:15+00

Package: libecpg6-dbgsym
Source: postgresql-14 (14.5-2.pgdg+2)
Version: 14.5-2.pgdg+2+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 14.5-2.pgdg+2+b1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg6-dbgsym_14.5-2.pgdg+2+b1_arm64.deb
Size: 112620
SHA256: 795185b46522e2b2667bfaa31677c68cac4ecc9f5bf3920456f5f1a97cd98728
SHA1: 905322f75f9263b90293ac43d1487cb095d55ba6
MD5sum: e93be23879fb6b4a11d214fa6851e882
Description: debug symbols for libecpg6
Build-Ids: f9ed6f3f1e8e59d010538e980cb7e52d01185b81
Timestamp: 2022-10-22 11:21:15+00

Package: libpgtypes3
Source: postgresql-14 (14.5-2.pgdg+2)
Version: 14.5-2.pgdg+2+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 165
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpgtypes3_14.5-2.pgdg+2+b1_arm64.deb
Size: 41348
SHA256: adb5bc2e2c6e8ddafe2556ada9bfec0ebd57b2774a02231e97db87cba7d7e58d
SHA1: 245fcd09f17b5284df7fefef279706646d2d830b
MD5sum: e3d36690c1999972e48b01fdbed2e373
Description: shared library libpgtypes for PostgreSQL 14
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-10-22 11:21:15+00

Package: libpgtypes3-dbgsym
Source: postgresql-14 (14.5-2.pgdg+2)
Version: 14.5-2.pgdg+2+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 14.5-2.pgdg+2+b1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpgtypes3-dbgsym_14.5-2.pgdg+2+b1_arm64.deb
Size: 88620
SHA256: 6b71a6d09108aa867eb5ef8bd45503c84483a1c2ec35feecf080dce3219a8651
SHA1: e33b66080d66d3eec0c4a04486fea9067c2b8d5e
MD5sum: 443d02c935c8bd1764c86d8ec82e539b
Description: debug symbols for libpgtypes3
Build-Ids: 51efca1be28b022a4876749235dca62d2373f8be
Timestamp: 2022-10-22 11:21:15+00

Package: libpq-dev
Source: postgresql-14 (14.5-2.pgdg+2)
Version: 14.5-2.pgdg+2+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 574
Depends: libpq5 (= 14.5-2.pgdg+2+b1), libssl-dev
Suggests: postgresql-doc-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libpq-dev_14.5-2.pgdg+2+b1_arm64.deb
Size: 136464
SHA256: 8c2e45fd826f7783067fd6f4d1a8aac1596487df08aaa8867077f3f16f363b10
SHA1: 0ed0e273b2b7b5ff8fcc5a9869259dcd5c1e6913
MD5sum: 49a68206e90be93bbea569ee40fe5773
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.
Timestamp: 2022-10-22 11:21:15+00

Package: libpq5
Source: postgresql-14 (14.5-2.pgdg+2)
Version: 14.5-2.pgdg+2+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 749
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpq5_14.5-2.pgdg+2+b1_arm64.deb
Size: 167476
SHA256: ac0a2bde11d0ee112b8d13937c2850cd03cff96c08fac686cd506ed7feb16e18
SHA1: ab55963a15de84ed3d279537e33257aa2ff9b094
MD5sum: e553ede13fbfc8f5f47ca59f78728c81
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.
Timestamp: 2022-10-22 11:21:15+00

Package: libpq5-dbgsym
Source: postgresql-14 (14.5-2.pgdg+2)
Version: 14.5-2.pgdg+2+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 303
Depends: libpq5 (= 14.5-2.pgdg+2+b1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpq5-dbgsym_14.5-2.pgdg+2+b1_arm64.deb
Size: 268200
SHA256: b29fb51a69bbe807b102e0ca5d8ca41332717f012b849e350efc10b1a915b324
SHA1: 962ec3eeb2d075dfb69a1586e7acc32d820a3ca4
MD5sum: fc4ebfd9aeabe20df84ef1337a643bc3
Description: debug symbols for libpq5
Build-Ids: 0b29bdc2338db8fa2179d6245794bdf0c78673fb
Timestamp: 2022-10-22 11:21:15+00

Package: libdbd-pg-perl
Source: libdbd-pg-perl (3.16.0-1.pgdg+1)
Version: 3.16.0-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Installed-Size: 569
Depends: perl (>= 5.36.0-4), perl-dbdabi-94, perlapi-5.36.0, libc6 (>= 2.17), libpq5 (>= 9.3~), libdbi-perl, libversion-perl
Multi-Arch: same
Homepage: https://metacpan.org/release/DBD-Pg
Priority: optional
Section: perl
Filename: pool/main/libd/libdbd-pg-perl/libdbd-pg-perl_3.16.0-1.pgdg+1+b1_arm64.deb
Size: 202096
SHA256: 233e8007616384fbe580d55831e91ae2489182bbeea7abc8942fa4c84d2b8629
SHA1: 40a69c5baa00d1061759e931c2225a042224e092
MD5sum: a6e9105cff115effd49a497151aaa2a5
Description: Perl DBI driver for the PostgreSQL database server
 DBD::Pg is a Perl DBI Database Driver module that works with the DBI module to
 provide access to PostgreSQL databases. It enables you to control a PostgreSQL
 database in a Perl script.
Timestamp: 2022-10-22 13:29:24+00

Package: libdbd-pg-perl-dbgsym
Source: libdbd-pg-perl (3.16.0-1.pgdg+1)
Version: 3.16.0-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Installed-Size: 219
Depends: libdbd-pg-perl (= 3.16.0-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libd/libdbd-pg-perl/libdbd-pg-perl-dbgsym_3.16.0-1.pgdg+1+b1_arm64.deb
Size: 198972
SHA256: 09e7cc5841b7de8f6e4a4451c4b0056617a295e164b640820214381098b9ff00
SHA1: 69829f959802d7c6cf578243ec96d66a96f97187
MD5sum: 0439ec46ef1b47f77eba630196180519
Description: debug symbols for libdbd-pg-perl
Build-Ids: a280ea3ce87f5924faf4efdda30e8146ea9be30a
Timestamp: 2022-10-22 13:29:24+00

Package: libecpg6
Source: postgresql-15 (15.0-1.pgdg+1)
Version: 15.0-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 268
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-15/libecpg6_15.0-1.pgdg+1+b1_arm64.deb
Size: 53880
SHA256: 77e541d4c60c556ba3617d405b51e665cf824730f786b7050f0c1849310dc5e3
SHA1: 32069b6aa830b74b70278ebff9ebb38a13896e45
MD5sum: 94c4eaa732aaa1e1153df1dfe6c44961
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.
Timestamp: 2022-10-22 13:29:24+00

Package: libecpg6-dbgsym
Source: postgresql-15 (15.0-1.pgdg+1)
Version: 15.0-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 15.0-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/libecpg6-dbgsym_15.0-1.pgdg+1+b1_arm64.deb
Size: 113896
SHA256: f9f54b432a57382325219c261ecd786817c919d0189ccbc3dcad10688fec5731
SHA1: 7e26535f820d72c70653b45b70eb3953ee59f225
MD5sum: 41225f7529cbc91823318e4ce7b558ac
Description: debug symbols for libecpg6
Build-Ids: 70b131084ec998e759354d54f8ecd1efc8cf17bc
Timestamp: 2022-10-22 13:29:24+00

Package: libecpg-compat3
Source: postgresql-15 (15.0-1.pgdg+1)
Version: 15.0-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-15/libecpg-compat3_15.0-1.pgdg+1+b1_arm64.deb
Size: 18196
SHA256: cd9d2a07701e0974024ccd357462e36e2ef4465e3e72e53cc675675c28eba736
SHA1: e31951655efe2bc3d8f56f83b8fdd7fcd93cd5cb
MD5sum: 1a82b5b6c0efc09f1e213b73935f8979
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.
Timestamp: 2022-10-22 13:29:24+00

Package: libecpg-compat3-dbgsym
Source: postgresql-15 (15.0-1.pgdg+1)
Version: 15.0-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 15.0-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/libecpg-compat3-dbgsym_15.0-1.pgdg+1+b1_arm64.deb
Size: 39072
SHA256: fd5c377055d4f6d00f669ca8db20b39c6e590f4abd33553553ed16bf525ec2da
SHA1: ffe793a68c92a8607917da595d5202683f5a5ccd
MD5sum: 630ad4392c2e9d2429033c0cb2076345
Description: debug symbols for libecpg-compat3
Build-Ids: 1c25f1a0a8ddb67b0322985bd942b104a27772a8
Timestamp: 2022-10-22 13:29:24+00

Package: libecpg-dev
Source: postgresql-15 (15.0-1.pgdg+1)
Version: 15.0-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1619
Depends: libecpg-compat3 (= 15.0-1.pgdg+1+b1), libecpg6 (= 15.0-1.pgdg+1+b1), libpgtypes3 (= 15.0-1.pgdg+1+b1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/libecpg-dev_15.0-1.pgdg+1+b1_arm64.deb
Size: 277164
SHA256: 4eb7c75d39baae1fc35d5f3ac91ceacc2c22b3962fd0c71eed80127cda0fc812
SHA1: 391923c20181834a79e23b28f6eeb4cd12f99729
MD5sum: 73110fb02fadcfb84f28b0109a49f1ff
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).
Timestamp: 2022-10-22 13:29:24+00

Package: libecpg-dev-dbgsym
Source: postgresql-15 (15.0-1.pgdg+1)
Version: 15.0-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 320
Depends: libecpg-dev (= 15.0-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/libecpg-dev-dbgsym_15.0-1.pgdg+1+b1_arm64.deb
Size: 274404
SHA256: 6c7b3d8702b2e8bbb03ee92c371c852c3d01de8253e7e5951469250030b15bea
SHA1: cdebd7fb8f4559cc799ca471964be596cc662c5c
MD5sum: 0fea093ff0c4536da9746b7664d9e2ea
Description: debug symbols for libecpg-dev
Build-Ids: 90f487dbc58c74dce7e57a1abcec5f78a2430024
Timestamp: 2022-10-22 13:29:24+00

Package: libpg-perl
Source: libpg-perl (1:2.1.1-10.pgdg+1)
Version: 1:2.1.1-10.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: perl (>= 5.36.0-4), perlapi-5.36.0, libc6 (>= 2.17), libpq5
Multi-Arch: same
Priority: optional
Section: perl
Filename: pool/main/libp/libpg-perl/libpg-perl_2.1.1-10.pgdg+1+b2_arm64.deb
Size: 31976
SHA256: 7c5c7684664a2506402c9797afb25d88a07b2cc0b5eec28b03e09de9c6648387
SHA1: f6445438313bb0fe8b52b1071683bbe1f4dc7bba
MD5sum: efe07deecf74e28df9438fd69d180edd
Description: PostgreSQL interface for Perl
 This library enables Perl scripts to communicate with the PostgreSQL database
 backend.
 .
 This is a very old driver, newer applications should use DBI and DBD::Pg
 (libdbd-pg-perl) instead.
Timestamp: 2022-10-22 13:29:24+00

Package: libpg-perl-dbgsym
Source: libpg-perl (1:2.1.1-10.pgdg+1)
Version: 1:2.1.1-10.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: libpg-perl (= 1:2.1.1-10.pgdg+1+b2)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libp/libpg-perl/libpg-perl-dbgsym_2.1.1-10.pgdg+1+b2_arm64.deb
Size: 72484
SHA256: 87cc1d6b466b83920a93c9debc8608b94d3a119296c6e751f06589cfde58b4f0
SHA1: 9cbb1e94b736e9f3cdec87a7884eb13f9d689a21
MD5sum: d1737f9cd36d7472cac3057775f16fb5
Description: debug symbols for libpg-perl
Build-Ids: cd74f299dbb228c3a1de8591f82a2e0cecb10828
Timestamp: 2022-10-22 13:29:24+00

Package: libpgtypes3
Source: postgresql-15 (15.0-1.pgdg+1)
Version: 15.0-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 160
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-15/libpgtypes3_15.0-1.pgdg+1+b1_arm64.deb
Size: 38324
SHA256: 1b2a099e8a009125bad8f244267f18ee696509461a6d4131345e8596eb012aac
SHA1: b7c93c344472d8313711737f3f691ece0e34e2a9
MD5sum: ea8c65908e113cbdb95f78a584c50471
Description: shared library libpgtypes for PostgreSQL 15
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-10-22 13:29:24+00

Package: libpgtypes3-dbgsym
Source: postgresql-15 (15.0-1.pgdg+1)
Version: 15.0-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libpgtypes3 (= 15.0-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/libpgtypes3-dbgsym_15.0-1.pgdg+1+b1_arm64.deb
Size: 87888
SHA256: 675aaf38901b950eed2e29f0440d7d5749eaf9ca83669483376b8b1ccabe58e2
SHA1: 1c40646c67ae918c239cebbdd02f4935928d6638
MD5sum: 1fead90f85a67103eea1bb20aaaf2fea
Description: debug symbols for libpgtypes3
Build-Ids: 0dd35313921c9923fbdf4e8cbb78758ac8d680ff
Timestamp: 2022-10-22 13:29:24+00

Package: libpq5
Source: postgresql-15 (15.0-1.pgdg+1)
Version: 15.0-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 865
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-15/libpq5_15.0-1.pgdg+1+b1_arm64.deb
Size: 172940
SHA256: a26c51ff72e05ac3f1446f4d5c98f84594834f426627fa18b82c864b7d14ff9e
SHA1: 7575db503741d15e7d30464f2221010e3e6f8e39
MD5sum: eea444d0a74029306420e1e5fad2078e
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.
Timestamp: 2022-10-22 13:29:24+00

Package: libpq5-dbgsym
Source: postgresql-15 (15.0-1.pgdg+1)
Version: 15.0-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 312
Depends: libpq5 (= 15.0-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/libpq5-dbgsym_15.0-1.pgdg+1+b1_arm64.deb
Size: 277004
SHA256: c035e3f3f66952480e7a3007e1d57f8ebb5d4e9c036eacba7dfa6eacc0132461
SHA1: 37b5a68ae9595e161dc85242dfdc7a568ffc0730
MD5sum: b2bd6ad615c5a1d509a42d75006fd246
Description: debug symbols for libpq5
Build-Ids: 77eaf18de1ce993cfd501c32f31ef4258cd97780
Timestamp: 2022-10-22 13:29:24+00

Package: libpq-dev
Source: postgresql-15 (15.0-1.pgdg+1)
Version: 15.0-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 583
Depends: libpq5 (= 15.0-1.pgdg+1+b1), libssl-dev
Suggests: postgresql-doc-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/libpq-dev_15.0-1.pgdg+1+b1_arm64.deb
Size: 136668
SHA256: 9b49407c00566a3f516b58e6cda3221c404076124a386f5f33c361d40c795e78
SHA1: e9d974693760130fda3ab41d81afc81b2f333fe5
MD5sum: 6f6a6ef9d81c201d2db61a4344fbeea5
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.
Timestamp: 2022-10-22 13:29:24+00

Package: pgagent
Version: 4.2.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 537
Depends: libboost-filesystem1.74.0 (>= 1.74.0), libboost-thread1.74.0 (>= 1.74.0), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libpq5 (>= 8.4~), libstdc++6 (>= 11)
Recommends: postgresql-10 | postgresql-11 | postgresql-12 | postgresql-13 | postgresql-14 | postgresql-15
Suggests: pgadmin3 | pgadmin4
Provides: postgresql-10-pgagent, postgresql-11-pgagent, postgresql-12-pgagent, postgresql-13-pgagent, postgresql-14-pgagent, postgresql-15-pgagent
Homepage: http://www.pgadmin.org/docs/dev/pgagent.html
Priority: optional
Section: database
Filename: pool/main/p/pgagent/pgagent_4.2.2-2.pgdg+1_arm64.deb
Size: 100328
SHA256: 8293535eade45b332c76683f3e0a0e5ec2a32d024dc2a929b6f50c2f4f49e6b1
SHA1: e866cc67646d970b967a0d4481bff5942ba7690c
MD5sum: 96948e5ef1e1eee419876a713aa80b9f
Description: job scheduling engine for PostgreSQL
 pgAgent is a job scheduling agent for PostgreSQL, capable of running
 multi-step batch/shell and SQL tasks on complex schedules.
Timestamp: 2022-10-22 13:29:24+00

Package: pgagent-dbgsym
Source: pgagent
Version: 4.2.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2390
Depends: pgagent (= 4.2.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgagent/pgagent-dbgsym_4.2.2-2.pgdg+1_arm64.deb
Size: 2335164
SHA256: a563a8a4f584579fe110067284aae5fbc74ad9f4d68a06af3d96e691f298d86d
SHA1: 47fc88c8a8e39957ea3cd605eb854a4d459ff13e
MD5sum: 97cdd547f463d0a293b8e7be5c56fc46
Description: debug symbols for pgagent
Build-Ids: 9f3fc6b868bf89449b1589dfa3c1686e534f0134
Timestamp: 2022-10-22 13:29:24+00

Package: pg-checksums-doc
Source: pg-checksums
Version: 1.1-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15
Multi-Arch: foreign
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: doc
Filename: pool/main/p/pg-checksums/pg-checksums-doc_1.1-2.pgdg+1_all.deb
Size: 6444
SHA256: 2fcfd382f7c380f7b9c58fc61f74f79b893d32b2c6df079abf818c28b89375c3
SHA1: 3400205da7540fee75fb873c9079c40bc3a7032d
MD5sum: df184ea06f7d82a18d9c52f6ff3daf25
Description: Activate/deactivate/verify PostgreSQL data checksums (Documentation)
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
 .
 This package contains the manpage.
Timestamp: 2022-10-22 13:29:24+00

Package: pg-rage-terminator-10
Source: pg-rage-terminator
Version: 0.1.7-7.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 81
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-10_0.1.7-7.pgdg+1_arm64.deb
Size: 6572
SHA256: 74a749c5f40cbf347f5dc801dffd32355bac1cd5b38e9635fa3778995f90c570
SHA1: 761d20f562d1735752537db8f8024c60db681294
MD5sum: f80594d73cada9c7841f057ba031ace5
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2022-10-22 13:29:24+00

Package: pg-rage-terminator-10-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 27
Depends: pg-rage-terminator-10 (= 0.1.7-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-10-dbgsym_0.1.7-7.pgdg+1_arm64.deb
Size: 12408
SHA256: 80aa158427cac048fb10098b359f1b2532ff1bcb952f9aed2b2b658b8a5752e4
SHA1: e6e5a3db454721c65bca4fc86e4939eb16a4c7dd
MD5sum: 3ba19284071312116d73af7554fdd0b6
Description: debug symbols for pg-rage-terminator-10
Build-Ids: dc661a3467f3bc0e6d01299cf5affc65f094ce42
Timestamp: 2022-10-22 13:29:24+00

Package: pg-rage-terminator-11
Source: pg-rage-terminator
Version: 0.1.7-7.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 97
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-11_0.1.7-7.pgdg+1_arm64.deb
Size: 15152
SHA256: 72c8434e198a8679a221979d4e2a1a8bcc82075fb4ecce5a90f0382c91db79a1
SHA1: 900cbd5794e88a1c3f79063316afebf2fa121e3f
MD5sum: 8ccf10ca15944a79860ee61da39f6839
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2022-10-22 13:29:24+00

Package: pg-rage-terminator-11-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 27
Depends: pg-rage-terminator-11 (= 0.1.7-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-11-dbgsym_0.1.7-7.pgdg+1_arm64.deb
Size: 12572
SHA256: a0faf0cf253ced4f366c852aae39fa636345785eb6af9c10a3879fa353799b6c
SHA1: 4bcbc8630929b39739feb98e6c3785a50750b89f
MD5sum: f590beec9adfedb6d174eebaea8f72c7
Description: debug symbols for pg-rage-terminator-11
Build-Ids: 528a4f73c49498b9c2eb503ad13655607de3f053
Timestamp: 2022-10-22 13:29:24+00

Package: pg-rage-terminator-12
Source: pg-rage-terminator
Version: 0.1.7-7.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 97
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-12_0.1.7-7.pgdg+1_arm64.deb
Size: 15040
SHA256: 5cecae71b729f83e29bb23a789b24ce57e6ba7a8a9195a0c086d9086a20244a5
SHA1: 6f7618a24ed02fe3c1d02c45d57ef7793653e61a
MD5sum: a84fbefc729741cea2246d8e67f3ebeb
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2022-10-22 13:29:24+00

Package: pg-rage-terminator-12-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 27
Depends: pg-rage-terminator-12 (= 0.1.7-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-12-dbgsym_0.1.7-7.pgdg+1_arm64.deb
Size: 12776
SHA256: 3343a1eb37cbf60ffb82fa625fbe4afab986a80ab7b454c5bd100d8b29b68bca
SHA1: 814f7ac64faa6ff171970ce9cac5f41b0df06a34
MD5sum: 918a8418ecdb2d8bca24aec6dac7383e
Description: debug symbols for pg-rage-terminator-12
Build-Ids: 15e4364c7ea12d40e6f2a91ae8c4a33d15c65fe4
Timestamp: 2022-10-22 13:29:24+00

Package: pg-rage-terminator-13
Source: pg-rage-terminator
Version: 0.1.7-7.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 97
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-13_0.1.7-7.pgdg+1_arm64.deb
Size: 15140
SHA256: 4fd55e16b9483748665425fd34c7861fa4879c571213b0c99c4c68498c54260e
SHA1: 82e495f910b2af8270bd092dc74f87b3ac2a2855
MD5sum: 049e60285cd8ba5f7b7b52d1604354e3
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2022-10-22 13:29:24+00

Package: pg-rage-terminator-13-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 27
Depends: pg-rage-terminator-13 (= 0.1.7-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-13-dbgsym_0.1.7-7.pgdg+1_arm64.deb
Size: 12812
SHA256: 7d0ddc1999877fc76a83d89b108c6d76404a07e3be42c6db524c539c5da3f14e
SHA1: 1aef158355db3a9ff04e928ac46265287c3089e0
MD5sum: 7d46e30469dbfbd3d6d8825fb63019e4
Description: debug symbols for pg-rage-terminator-13
Build-Ids: ec0ee13966427221d5f9b29388460c9d02cdcd5f
Timestamp: 2022-10-22 13:29:24+00

Package: pg-rage-terminator-14
Source: pg-rage-terminator
Version: 0.1.7-7.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 97
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-14_0.1.7-7.pgdg+1_arm64.deb
Size: 15376
SHA256: 7c68026aa366dad93b98c5abb57e8ed3a7589bfcc4559d09baee67507afec7eb
SHA1: 00e37b1cbcd0749e8d9bcb89cab84918f88c3ea1
MD5sum: 21e0fdce97ec02f5023022fd2f52b035
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2022-10-22 13:29:24+00

Package: pg-rage-terminator-14-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 28
Depends: pg-rage-terminator-14 (= 0.1.7-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-14-dbgsym_0.1.7-7.pgdg+1_arm64.deb
Size: 13144
SHA256: 9622e7eb1079661ec94900c6343351eb8ae71e7d6c9523092ba76f22335327a4
SHA1: 537df600f83d248310a80cc0ec32c5b42b95a0c3
MD5sum: d178c11dddf8a298fe87884430302088
Description: debug symbols for pg-rage-terminator-14
Build-Ids: da79fe70b20615398c538f87333a5a4a385a69e3
Timestamp: 2022-10-22 13:29:24+00

Package: pg-rage-terminator-15
Source: pg-rage-terminator
Version: 0.1.7-7.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 97
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 14)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-15_0.1.7-7.pgdg+1_arm64.deb
Size: 15400
SHA256: 0c3fb419d355587724f6e5129609e5dd289cc184d691df3cd8d8b0e8d23b454a
SHA1: 61b4840975a5e541b30b4d6bf7f0f2d0da98b816
MD5sum: c8a9d4cc716e7eb7e34c6f697096b5ab
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2022-10-22 13:29:24+00

Package: pg-rage-terminator-15-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 28
Depends: pg-rage-terminator-15 (= 0.1.7-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-15-dbgsym_0.1.7-7.pgdg+1_arm64.deb
Size: 13252
SHA256: 4331f5cc83f55f64f9d47f38beb03af1d9bcc611a6e7e66537c1d3bbdfc02a58
SHA1: b878b4340cf0131445de27981d3344354fd66cc7
MD5sum: e0140c37b609cf23aa91a495d6318fe6
Description: debug symbols for pg-rage-terminator-15
Build-Ids: dd0dbc6ad2aaecc0afdd0e6e5e07403c910e5a98
Timestamp: 2022-10-22 13:29:24+00

Package: pgtap
Version: 1.2.0-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-pgtap, libtap-parser-sourcehandler-pgtap-perl
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/pgtap_1.2.0-3.pgdg+1_all.deb
Size: 18848
SHA256: 4b662d5547953e9d53cc424eaba6c722d0492adcb2fdb48766dd06aa2fa88c52
SHA1: 7bac7695fa185df1940fcd1cc2ef394898607b90
MD5sum: 9f96c87f703ed89913cd04458a73cd63
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.
Timestamp: 2022-10-22 13:29:24+00

Package: pgtap-doc
Source: pgtap
Version: 1.2.0-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 352
Multi-Arch: foreign
Homepage: https://pgtap.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgtap/pgtap-doc_1.2.0-3.pgdg+1_all.deb
Size: 64076
SHA256: b38030008c9a467e45a664c983799d33aaed61c7fef551a6aa4627d4d7bfd13f
SHA1: 998bfb7fc766e8e37ae539607a8feaaf94456d35
MD5sum: 9a2832acb137274cf691671df5b01075
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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10
Source: postgresql-10 (10.22-1.pgdg+1)
Version: 10.22-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28245
Depends: locales | locales-all, postgresql-client-10, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-10
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-10_10.22-1.pgdg+1+b1_arm64.deb
Size: 5039456
SHA256: d5658ee3f908cad1e89527b68af826cbca359d6e19069628f8e722657968eb6b
SHA1: e736da423e3f8284ccfee744df83a82652b374f9
MD5sum: ed2d05385ae727371a3e290722bb092c
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 10.
Postgresql-Catversion: 201707211
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.6-3.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 82
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-10-bgw-replstatus_1.0.6-3.pgdg+1_arm64.deb
Size: 7236
SHA256: 1f797021f8d6499fadebe8e298652708a86dd469b2a8da9ca03a3d4791fe65f4
SHA1: abd0747680f084a7af570145a207cea5fe7fad91
MD5sum: 454f4542520aab32e6ff594ab487c810
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.6-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 23
Depends: postgresql-10-bgw-replstatus (= 1.0.6-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-10-bgw-replstatus-dbgsym_1.0.6-3.pgdg+1_arm64.deb
Size: 8988
SHA256: b66a7583764d6f2cc640418a221c09a22748ee3916452d94f88c9cd6532ae3d0
SHA1: 6e7e3d6ac7ab6a69dc31bff909f09d3a89f45c55
MD5sum: affa1918aefa6d05190c02e83aa1ac44
Description: debug symbols for postgresql-10-bgw-replstatus
Build-Ids: 33bcb740ba9decb8ef53fe4baaf67546c0f1f26b
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-dbgsym
Source: postgresql-10 (10.22-1.pgdg+1)
Version: 10.22-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13542
Depends: postgresql-10 (= 10.22-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-10-dbgsym_10.22-1.pgdg+1+b1_arm64.deb
Size: 12044456
SHA256: 0a56a39c588e8c4901d255ec9fdb77a8ae30eb9424c5eaab9e0991919a5e7528
SHA1: df2a3aaecdb7e8f700188ea5e1e76eed64db1ea0
MD5sum: 38514e29bbee0d03c7b491841e86fbf2
Description: debug symbols for postgresql-10
Build-Ids: 04a29cf73b5b9085ec6225aeae9a608008fd81b3 09584bb35376b2fc983b8a1add672dc64fe6883a 0a023c990e00653437901270accad163a9179eac 132666c3c5346f732c818612f97f36fc014f5916 1672020cb5f0642559ff896319a656b9d73ae918 179a8e5b940b79759cce4c16c66278d5c73a69d2 18bdf3843b4df187e76a118570d069f1155def63 1bf5ed08ef646b477ea60a921a0bc867ecc06d83 1c473151e20878c7d7ab996707743e405a9d71fe 1dd8c5be37f55de3e9e9637b8663544e647fc8e9 1ff8d31600ce6a5adaf00460f200bfcfbe4e0ed0 20461540e5ef30fcae99c7c5e93dd298f7238719 23efdef04ef44dcbafbf99bdc64fd9f4ef29a6aa 244ef8fca737690928d944acd650a7acae4344ae 281d21104176625096b239abce4670b147d21935 29e476999ea36aa4cbf8701e832322e485cb1253 2bdde0b0307dadd7cd9df75d7065015181ee168e 2d534d4a30963e25537720c3ba79af2e5b7fa839 2eefe46cefb9b6f9e915c68768b656a83a4f8a49 30c10250eef937223a11b49d2fbaaa144cbfe4e7 30eec19d106054e78dc172dcd5282e741f26eab9 315a3cd8d9664be36ba19b0604e650bb536df8e1 3a4bc344b752645a50c692080361e3e75a141010 40fd984e3cc51f4b5375179c799733ca7ce2b947 47b6f9d7d7d426dd09a6cd3a69c780f25ebe2cdd 4ede0a7ae0a3c57a5ae33d7515f502fa11380e24 51c151a8663c7f3f61d099d6d19e910e8fb65873 5392601b388364b729b25e1a7c2e5d6f048d17cf 53d18d9201d911741b3372f735b5119d8dcc1135 5946be967988ff2ec8d8a2b2f03bf8d6616a44da 5cf95649c1b1d755ca47dff730ef80a9c9fad659 5dc3c4a783b3c2b6405d297537a7cacaae48cd63 5e701cc413364809d0c8009ad1878059de100169 607047573aa22472a27f159022e872389c7c5f1c 6750fd67597b1659a32e3ff693dd9381547aad65 6f1f8843db626ea3a433d8430cbd90e02679ff66 7549ff3c7fa670185e154b58c4eb7c9be0ffa4d1 76995bd52470755c090a4fe8717eddab80336b08 7afc701e7b38ad2ec1bb833e87251e1f512e04e6 7da236b58a9beae29f5ad271e9f039ccdbda9d56 800dd2d5b45b97673846409e21cb212b005980c7 8093f1dfde078188d3b8bd5a4aa68d95ac6c634e 8223713296ef0f6c0e3898b2b980e4e71f138b26 86122e4ee878503a24ab0b2b16a9524553457540 8a0a34bbf9429071404eb991bd77ab94a61db3ff 8ddb90b60a9cd2e701d3885346ee659a6ba8122e 96b9672ff037347041c68d2b6f1269ca3e474268 96ea0696eebf209facec8b28f7b6d530ac65b2d1 9884592ffd161bfdff30c9082880f8b526432e3f 9c7c5d3fb5a1d387eae694d619dfc2ee40d153f7 9cc27d5770b79ede69593f41f7e519063bf7311e a36fe8488092f82b2dd5097ddaac397da7bc0379 a3903d61314296e84b0a632ed02f3f575ba36443 a52ba672e54271a63f0229c814595524e165da3d a53a0329fa2b45c6551a57a07bb61ca49dc0ba20 a558f31462a1c2936564eb86f0c8e9f934bdc6ac a813d9208556cda1faf79b7b8cac9b14a4ff7388 acee431ad885a9939473ef502e4c0cc51c4d7360 af7acd797703fcc24d2054b98ad03461f2df29e3 afa959139b16e3bd7828613601efade266f9b9f5 b003c7ca41f71546092c1631335aedca64dae81c b4084fcf7526dea073393342a0bd34f86475159c b6c81bc170389dce3a938438e57d158f80d76071 b8d6321bf72f7f1c9800e436622ea1b728418a47 baafc21df8864fb30ab0e1546a8c87fa4e30178d c4e97c6aa89bc9a1064fb760dba9ab840c7f7c4f c8f0df5cb2e1a110db06cc678c29d5082fa5aa47 cbc2830c1011c1fb3bdb57bff4f467ec4dd2dfcd ce00b21affae40b6150f3a82b370e15d6fb11123 d05cc03d811aea3b7080fc1ae4530aabfc2bce03 d2efe36d88d9371ce78308e37a55bfe7ef07d9fe d320ed526692b01d885fe26e875d5f394ca4f56c d449d7aaa4d1973aed4c67eb7d4149d35c8b4736 d457be2d85c7e1e1ae89e3de1853e18f0ffad2bd d4774d053d5739bb056ce2cfd3255598b04d46bd d5ed842929c62c653fda909799e9144f3a14d110 d6a67f4338fd5f6948490b33d86c08e58a970836 d6b61443533d98bd58bb4ceb2f18d35dc34134fd d80b3a82dbaf2a3c463ded4d714ba3a9f1844366 d8be51437fc7420c99fbf3cd0887a676c832b4f5 dbee9f357a173db518f377f665429abd74758422 e1a6fcffd0cfba397306b63990a1e2dbf2915c06 e2181ad9e3916193a764a6d3c790394a50b73af8 e330dabe2660e121103f8cd44a0cd8af5305c698 e6469fd9cc28f07beff1aad06516e46121f477c4 e90d650f35f33eaa26b912a86646a4a51e883707 ea565913d57a5dc2137e96183e70a4583704621b ed19b8f79358189bd55d57bbc59437a0015ae945 f1fce28e4c3bfbd54d159e6922164c873674e945 f30ed98fd11549cd5a3cb893f36e589d762a8bb5 f7bfdda13ba2e8c5a35149ef0ef2e96ba4b1a759 f8dde30c050d5031cdbcc7e38661cb70f0b389d3 fb700938aeb1f7d1414215f6ac81ece025201e0f fd77b426a4129aee9bb8fc7a201a08aae4e9cef1
Postgresql-Catversion: 201707211
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-dirtyread
Source: pg-dirtyread
Version: 2.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-10, libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-10-dirtyread_2.5-1.pgdg+1_arm64.deb
Size: 10500
SHA256: 8ec64e70a5171778551c28bc44118de602f072ad79dfa50652f25532823c1983
SHA1: 2bacdd372616b0405dacb2ff0adf2b14a749b3cb
MD5sum: 6746ac2ba7d5b31f4a0a1e1718153ab8
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-10-dirtyread (= 2.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-10-dirtyread-dbgsym_2.5-1.pgdg+1_arm64.deb
Size: 29860
SHA256: 7af7d97f8c6fc176dcb1dfdecec78e27d4d9a589377922940180bee07230e3f1
SHA1: ab313be4444102c1716d3dc815c7b46c303f5c86
MD5sum: 32804d74eee503fb7e3309a155cb4f93
Description: debug symbols for postgresql-10-dirtyread
Build-Ids: 6d384931ebaa588a4ddb4cb21be85ffff33270c0
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-extra-window-functions
Source: extra-window-functions
Version: 1.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-10-extra-window-functions_1.0-4.pgdg+1_arm64.deb
Size: 7736
SHA256: 2d3b3ff152c01bee846fe88c4ff7e4d71465695bddbff22e0be8fbc463193632
SHA1: a2e738ecb8575978f31404a68156e4ae2857874c
MD5sum: 1a66fce5e073e2a111bc808b8060faf3
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-10-extra-window-functions (= 1.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-10-extra-window-functions-dbgsym_1.0-4.pgdg+1_arm64.deb
Size: 10316
SHA256: 74e66b7295705f6897bc557d6cbbef09b1f0e417527087750a2f48cb8e93f608
SHA1: 1721c377a32494bcac064f68364871ef8572b8ee
MD5sum: cfc1bcda437401bc903f32640358cba4
Description: debug symbols for postgresql-10-extra-window-functions
Build-Ids: 853841a02136945d21bc1f444b7bfa70ce130088
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-10
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-10-first-last-agg_0.1.4-4-gd63ea3b-6.pgdg+1_arm64.deb
Size: 5680
SHA256: e5e68fdb5d29912e672bb3ae509ef6d4516f4e0a02968373c2d0c61e6de5c7bb
SHA1: 4df22c157094a19961741e33b9fca2ac32043558
MD5sum: 4c000fb10aa18a72c52304f57869948d
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-10-first-last-agg (= 0.1.4-4-gd63ea3b-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-10-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-6.pgdg+1_arm64.deb
Size: 4608
SHA256: 2ff46df549dd0b469786e2262f37de410822e5c44b75af7e98ed33dc22ddb714
SHA1: 23091c610c08af0beef7de639b60171f87bc86bd
MD5sum: 73a0e62184cae05839132a219c2d682a
Description: debug symbols for postgresql-10-first-last-agg
Build-Ids: c4f03c225720729c090809658d1518fc8f82486b
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-hypopg
Source: hypopg
Version: 1.3.1-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 93
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-10-hypopg_1.3.1-2.pgdg+1_arm64.deb
Size: 21756
SHA256: ab8f494c45ca2387ab73373b0000ac30f2aa1f72f688ef52db7152961890d509
SHA1: 020fd3d82b5d94eb75380e12a2e4aba3f1cb7716
MD5sum: 58924211f49141747d7ff7e065719b9a
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-hypopg-dbgsym
Source: hypopg
Version: 1.3.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 84
Depends: postgresql-10-hypopg (= 1.3.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-10-hypopg-dbgsym_1.3.1-2.pgdg+1_arm64.deb
Size: 65084
SHA256: c0b8581806aa77e81d4590e361a442e09f8055008d36b6225e85646cc26d2c05
SHA1: 316f6412abe2ac07012bf0047c904e19af934b34
MD5sum: 45fdd9c520fab1ef7f5c963e22de922b
Description: debug symbols for postgresql-10-hypopg
Build-Ids: f91c8083d869e8b5266712bb907072f312d41780
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-icu-ext
Source: icu-ext
Version: 1.6.2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-10, libc6 (>= 2.17), libicu71 (>= 71.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-10-icu-ext_1.6.2-4.pgdg+1_arm64.deb
Size: 26652
SHA256: 3ad4d455dbcf4411973813941cf9dba0566701e8fbc23944897a865a7ccf7dc5
SHA1: 83e55420dfdeffc23af563f324d392d3da83852e
MD5sum: 145c77ee614a61b0090d6a36c35f8425
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-icu-ext-dbgsym
Source: icu-ext
Version: 1.6.2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-10-icu-ext (= 1.6.2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-10-icu-ext-dbgsym_1.6.2-4.pgdg+1_arm64.deb
Size: 67400
SHA256: 4ca8e1fd43cec9cbe2ed89f3004c39a3affb0d84856c52e3c3db75dfb508601c
SHA1: c0fe995d839babe7b367abc7911184b68bb2f277
MD5sum: 7b7f936f40975987c0bf1f194fd86b12
Description: debug symbols for postgresql-10-icu-ext
Build-Ids: 06708e09aa70d696e86bb1634b58e49cae5e70b3
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-ip4r
Source: ip4r
Version: 2.4.1-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 391
Depends: libc6 (>= 2.17), postgresql-10
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-10-ip4r_2.4.1-8.pgdg+1_arm64.deb
Size: 62748
SHA256: 5d8455d012c75f88c1c183c86869414c01d0375f5d91c967cbf4559fa00b175f
SHA1: bc2a1e245900f1936e1329bc71d1d6a2aef36145
MD5sum: a70008d446e4cb3b1a9a9155bda6ea80
Description: IPv4 and IPv6 types for PostgreSQL 10
 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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 210
Depends: postgresql-10-ip4r (= 2.4.1-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-10-ip4r-dbgsym_2.4.1-8.pgdg+1_arm64.deb
Size: 174000
SHA256: 3ea24dbfa9a4d1061a9e2393a190d873e2b986d1a7c050631a922ef4ab680572
SHA1: 9943d254c0515542d9165519ff273f7f4c5c41a4
MD5sum: 884b7183972548a9494433a7146cc460
Description: debug symbols for postgresql-10-ip4r
Build-Ids: 876b59d44729ac8093d98e60cf5bb1868a677f02
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-jsquery
Source: jsquery
Version: 1.1.1-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 173
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-10-jsquery_1.1.1-6.pgdg+1_arm64.deb
Size: 41688
SHA256: 010dcedd20ac114136cace46a0e56ebe41cff9ed3a4f92e5cf997734734dfc55
SHA1: 2ee2195e886b662961e4065bfd349c4b6acda58d
MD5sum: 364b24bca4d8f42dff8b68164b8fb43c
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-10-jsquery (= 1.1.1-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-10-jsquery-dbgsym_1.1.1-6.pgdg+1_arm64.deb
Size: 95020
SHA256: b7ddd037324281baba3c8c1501f1f1710dbb2c1cbb5cbc6e76bf3455b744d7af
SHA1: 01445f37e7eb023e94df9d9d982350fa193ed945
MD5sum: 265dfb2ddd86bdbaaf643e8030ed1a50
Description: debug symbols for postgresql-10-jsquery
Build-Ids: 1d09faa9e4f993af7bc8d06848b5847eb9ead7b0
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-mimeo
Source: mimeo
Version: 1.5.1-14.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4485
Depends: postgresql-10, postgresql-contrib-10
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-10-mimeo_1.5.1-14.pgdg+1_all.deb
Size: 128432
SHA256: 398f2a02ff7a82a183f22fe32a53f4f82aec3ffd57b965844fd387409e3d20d9
SHA1: 344dd70a40d6f9d8a377a68de22ed333cab3be20
MD5sum: 5e23fccae5d24598a9e4b3fc12b445f9
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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-omnidb
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: libc6 (>= 2.17), libpq5, postgresql-10
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-10-omnidb_3.0.0.20201026-4.pgdg+1_arm64.deb
Size: 7444
SHA256: 54fee43db2041834780df722bd8a6fb46982b577dad6068459966e9323fdb07c
SHA1: 8042a59e85e654c9b625eb33a5a880824dc008cb
MD5sum: 9733849990505f0906514ca846a0c03e
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL omnidb_plpgsql_debugger extension for
 interactive PL/pgSQL debugging in OmniDB.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-omnidb-dbgsym
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-10-omnidb (= 3.0.0.20201026-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-10-omnidb-dbgsym_3.0.0.20201026-4.pgdg+1_arm64.deb
Size: 31528
SHA256: 4ded2dc296dbce9b89fe7d915040c86a8b2a36b3879f2c3feccb0f6c4fcbe66a
SHA1: 82ee030daf70372a2d98f09e94b7c0b8156bc8c7
MD5sum: e728f289e7242dc49e74559180f094fc
Description: debug symbols for postgresql-10-omnidb
Build-Ids: 4025b42030d8f727952dab4bd278802ba5abdc93
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-orafce
Source: orafce
Version: 3.25.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 522
Depends: postgresql-10, libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-10-orafce_3.25.0-2.pgdg+1_arm64.deb
Size: 107320
SHA256: badceeb55b4940d839889c9818b63bedc0431a203572e2d2c6a5616fd2e60de7
SHA1: e9f52e5f84816add5281845c576e00e242060fe9
MD5sum: 8590b6694839a6b1b5497c7d6c339ad0
Description: Oracle support functions for PostgreSQL 10
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-orafce-dbgsym
Source: orafce
Version: 3.25.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 277
Depends: postgresql-10-orafce (= 3.25.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-10-orafce-dbgsym_3.25.0-2.pgdg+1_arm64.deb
Size: 229424
SHA256: 8a24a7238775a6267b307f0a23df3f209f34917a00c7e146b9ff5e189ea4cfff
SHA1: 52b7e078a4c71646f9509c8576c28cb88bf14f3c
MD5sum: 7e914090668a683cf83ff1b06b4700ff
Description: debug symbols for postgresql-10-orafce
Build-Ids: dd4bbe6049a9e4762f3d2b8e4c833a9186f148b4
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-partman
Source: pg-partman
Version: 4.7.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6785
Depends: postgresql-10, python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-10-partman_4.7.0-2.pgdg+1_arm64.deb
Size: 244280
SHA256: aedc41aa93b2af0e5278feedf9faba23239cb6b6f6f2d88d47b8ff7024062c72
SHA1: 2df3be66610c0ebb5bcc463e31e16df55f11edac
MD5sum: 3132e88fc1fd539c85629b84098f9d49
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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-partman-dbgsym
Source: pg-partman
Version: 4.7.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-10-partman (= 4.7.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-10-partman-dbgsym_4.7.0-2.pgdg+1_arm64.deb
Size: 20308
SHA256: 2ef2bf8afd50cdd4dcf8cbad98942f2f8a368b508d21c22d75c257bd790c81d3
SHA1: a905c18dfb812c67e2789878b353266d38a775c9
MD5sum: 06824e7f1e2c9d0bf9eb75004d218e8a
Description: debug symbols for postgresql-10-partman
Build-Ids: d47a5a6841a9093452bbc917e526f44f7de82968
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-pg-catcheck
Source: pg-catcheck
Version: 1.3.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-10, libc6 (>= 2.34), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-10-pg-catcheck_1.3.0-2.pgdg+1_arm64.deb
Size: 26940
SHA256: f29f56f29ff0fc359b1de84436bf0d66120dbad0e716b56e54f0750666ddf406
SHA1: 6b758a71f8ed3f2b50a2db5b466d0432b52d1b5c
MD5sum: b0234fb44b9401a20501cf0189c60dd2
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.3.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-10-pg-catcheck (= 1.3.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-10-pg-catcheck-dbgsym_1.3.0-2.pgdg+1_arm64.deb
Size: 39832
SHA256: 9b28174ad1aefccf083c3fc11e08ea39ae63edac7715fbeef4d628a94476046e
SHA1: 845be534115c7f64e6cbaa10294dd120bdb18e85
MD5sum: ed9c4750ec1c3896410dafa8c3beb9fa
Description: debug symbols for postgresql-10-pg-catcheck
Build-Ids: 92e67fd152777b8ecd0c87603f666f71b3d25cd6
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-pg-checksums
Source: pg-checksums
Version: 1.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-10, libc6 (>= 2.34)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-10-pg-checksums_1.1-2.pgdg+1_arm64.deb
Size: 29428
SHA256: 538bbd5a690cf39e1204e01b3c24c525d85f2511239dcfc4a64d0a3887ce52fc
SHA1: 0c67147af3ccd1cb8e77e9bd81fe7cc31a206754
MD5sum: 3b3a0d496bc2240fed5d10b71acf424f
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-10-pg-checksums (= 1.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-10-pg-checksums-dbgsym_1.1-2.pgdg+1_arm64.deb
Size: 27440
SHA256: 1c47895d5c89014eb52f7c5e612d60b733d64412643bfa1192ca3c2300709fa2
SHA1: 791a38366a276eb7f9d78a40766ade8bf82d45d3
MD5sum: 508124f2bbe29aa797440f92ab8fb15b
Description: debug symbols for postgresql-10-pg-checksums
Build-Ids: 86d987d00f99084e6c4e58a3a25f19a02cf6059c
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-pgextwlist
Source: pgextwlist
Version: 1.15-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-10, libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-10-pgextwlist_1.15-2.pgdg+1_arm64.deb
Size: 12520
SHA256: e6bf33d84c6caa52f33652f8cdc18549af7200f935914547088c9ffab5d549d3
SHA1: e10bbe4a5cb113ee55d472d2b7d173d5a10983be
MD5sum: bbb916edf11b79f11684468283f90e29
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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.15-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-10-pgextwlist (= 1.15-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-10-pgextwlist-dbgsym_1.15-2.pgdg+1_arm64.deb
Size: 46700
SHA256: 7b81bcc8345621d14216dba2646b94636c2436e9e9ecfdd9424f8e4c7dafcce4
SHA1: df12a7d541cc8807f84509d0e65d03dd87c913d3
MD5sum: 6017f214d82af525c18f0bfebcc5be70
Description: debug symbols for postgresql-10-pgextwlist
Build-Ids: e02be4dfeaafb44ba51541020d99b92ed14dd2ae
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-pg-fact-loader
Source: pg-fact-loader
Version: 1.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 957
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-10-pg-fact-loader_1.7.0-1.pgdg+1_arm64.deb
Size: 44008
SHA256: 974bfdbefdcf94e998c50aa4264ae4420715453ccc818df983d5eec6bba26b40
SHA1: 41eb78e1ddc4d4ef45b87c1ba758a4d53735bffb
MD5sum: e31159c4a63befb3efffb89a317b578d
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 10.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 29
Depends: postgresql-10-pg-fact-loader (= 1.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-10-pg-fact-loader-dbgsym_1.7.0-1.pgdg+1_arm64.deb
Size: 14268
SHA256: 6cad4f33e10bf9003ecf2e26794c2b51278d1f33ba3029cc821a597741672ee6
SHA1: 1b0a48f1d758328dcae453f168460490a418d923
MD5sum: 9f943b950a6d3c2eeeea81b8777c6f28
Description: debug symbols for postgresql-10-pg-fact-loader
Build-Ids: 9c2c8b5be2bf874e331976354a1750f6fbeee96c
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-dirtyread
Source: pg-dirtyread
Version: 2.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-12-dirtyread_2.5-1.pgdg+1_arm64.deb
Size: 25252
SHA256: c82aef8bcb929d8b8a9afdb04449c4de4e685a4913e8e1d18687814aac72ba9c
SHA1: 86e4a2abfdec1c1eba45f2870d210fc0303bb366
MD5sum: 079298a3d766fa4a1f79160d163369a0
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-pgfincore
Source: pgfincore
Version: 1.2.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: libc6 (>= 2.34), postgresql-10
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-10-pgfincore_1.2.4-2.pgdg+1_arm64.deb
Size: 14772
SHA256: 531da43389ed2d6bfbb045aebd3630593a9f5b3264ca37074f2a3ab0e8f969ca
SHA1: 511d8be8190894cc6b0b7c8965041e6562c44d93
MD5sum: 6101b744d4a4b698e8a728597db8c70d
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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-pgfincore-dbgsym
Source: pgfincore
Version: 1.2.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-10-pgfincore (= 1.2.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-10-pgfincore-dbgsym_1.2.4-2.pgdg+1_arm64.deb
Size: 36852
SHA256: 486ff7bf8d48504ecb34916d4a6c26f5acf1f47cd321d3062c1534b639088ce4
SHA1: bc9fd3c26ea860690de5699d770a40cbfa60b656
MD5sum: b61760fee71dda60069fae1fe238cdb6
Description: debug symbols for postgresql-10-pgfincore
Build-Ids: 491cb385f8d399ac1990ef63c81b5c8f87623af4
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-pgpcre
Source: pgpcre
Version: 0.20190509-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-10, libc6 (>= 2.17), libpcre3
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-10-pgpcre_0.20190509-5.pgdg+1_arm64.deb
Size: 9304
SHA256: d34177af23c02846939adb0dbabdd115ac7d6579a640076aeafdc718f932afab
SHA1: 7472a40b106436b2e4bf821c9ebfbc8ff6192147
MD5sum: 638d806dc1d346a728eb3ef782b28ff0
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-10-pgpcre (= 0.20190509-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-10-pgpcre-dbgsym_0.20190509-5.pgdg+1_arm64.deb
Size: 15476
SHA256: 2287bfeb1b4adc57dd20cd73a155720306b47bfc87a96966063bff8dcf8d8790
SHA1: f4aee8bd5a04802b97d9d0a9610b409180b1cd41
MD5sum: 3e687201fa0e6b011fb530657500ee82
Description: debug symbols for postgresql-10-pgpcre
Build-Ids: 3d6a700b09013309626c8b29b2957b252cbea56f
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-pg-qualstats
Source: pg-qualstats
Version: 2.0.4-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 116
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-10-pg-qualstats_2.0.4-2.pgdg+1_arm64.deb
Size: 27948
SHA256: 3c69c462ade84b2908dfa8cce3631224f694eb36f336d6f23960c469347b805f
SHA1: 54087b3cb6610082b7d5430b0836ec0fc238c9c8
MD5sum: 93c75d8b0074bf9a137c06ae40a13a30
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.0.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 81
Depends: postgresql-10-pg-qualstats (= 2.0.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-10-pg-qualstats-dbgsym_2.0.4-2.pgdg+1_arm64.deb
Size: 63860
SHA256: e028cfc06963510f3aeddbefcdd72951866f4dd97507f1fb34daa1306cdbc669
SHA1: 5143841a7c2f4240435b349e338cebdc45d4c354
MD5sum: c40a07ba95a5398e182a72901cd4340f
Description: debug symbols for postgresql-10-pg-qualstats
Build-Ids: e31000c49b8ecc081419e8b27e8fed1694809bc6
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.1-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 124
Depends: postgresql-10, libc6 (>= 2.17), postgresql-contrib-10
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-10-pg-stat-kcache_2.2.1-2.pgdg+1_arm64.deb
Size: 17708
SHA256: 7fc435915aaf01fc7c850b2f16b9afc9a1f5583f247601624638551f54169b86
SHA1: 2b7d6a114677ca87c1209032a9bb5935b3996bcd
MD5sum: 1648891c78501fae59993714b3d70b5a
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 58
Depends: postgresql-10-pg-stat-kcache (= 2.2.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-10-pg-stat-kcache-dbgsym_2.2.1-2.pgdg+1_arm64.deb
Size: 42240
SHA256: 85b085f651e31dbe00718f109bd884bdc3dcc057c2f639754e6513e428eece6a
SHA1: dd2d4470b8ab6eb71f4155783751035d9edd2836
MD5sum: e78fd8c480d7b06597afaa52e34d16a7
Description: debug symbols for postgresql-10-pg-stat-kcache
Build-Ids: 036c7a585f0dcee0ae8a78064400bd6fb6d87ce3
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-pgtap
Source: pgtap
Version: 1.2.0-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1757
Depends: postgresql-10
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-10-pgtap_1.2.0-3.pgdg+1_all.deb
Size: 59648
SHA256: 4f39b3e30a3e25ee84d1cad6e97c229faa7f9990ed85a69d6f765b7c055a162c
SHA1: 70b6245d4750b3cfb492bfc7c0cedbf926608265
MD5sum: 0e3147c6c80e0e455b21bfc904cd52fd
Description: Unit testing framework extension for PostgreSQL 10
 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 10.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-pg-track-settings
Source: pg-track-settings
Version: 2.1.1-2.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 123
Depends: postgresql-10
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-10-pg-track-settings_2.1.1-2.pgdg+1_all.deb
Size: 9096
SHA256: d7dbfe5560cc3494e02e0547dccee110d53ee4cc733198fa1064f782163dbcc4
SHA1: 0d7790de17b46cc6f486de3f90912d045d12bf7c
MD5sum: fd9ea63170df475a2b0d181afceb92a5
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.4-2.pgdg+1
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 90
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-10-pg-wait-sampling_1.1.4-2.pgdg+1_arm64.deb
Size: 14620
SHA256: 8be7b859662eee2303bd8cae08044b6787761589a35cd52ba8f6400d19fff8aa
SHA1: 8ac9c1924ebf48f41d7bdb6331aae76d7e078ef5
MD5sum: 282be489a1692651e1600b876e251bd9
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 71
Depends: postgresql-10-pg-wait-sampling (= 1.1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-10-pg-wait-sampling-dbgsym_1.1.4-2.pgdg+1_arm64.deb
Size: 53208
SHA256: 3ca66577222c8dcf214e3827ce493fad2f31555195f7ee089fd56a87337d9a19
SHA1: 1d6d5a1522824af6a28f44662f2a8b5db36dbfd9
MD5sum: 681432ed10d9faf2335aa64c5686beb0
Description: debug symbols for postgresql-10-pg-wait-sampling
Build-Ids: ec614ef0161fab0a2700d45b1113f34b081085ef
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-similarity
Source: pg-similarity
Version: 1.0-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-10-similarity_1.0-6.pgdg+1_arm64.deb
Size: 32392
SHA256: ad35dac23c4603d2d8417f36f3180ee86c81adddb17193b5ac1d819df0a7ff53
SHA1: f0e5432447b72bb4a1ab4bd1ce8816814aa6967a
MD5sum: 2035578ab5f79c84e030406ecdf260d3
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-similarity-dbgsym
Source: pg-similarity
Version: 1.0-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-10-similarity (= 1.0-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-10-similarity-dbgsym_1.0-6.pgdg+1_arm64.deb
Size: 55560
SHA256: 0673e458423c1969cf57b7cf5d666e86008e1ab3222af8ab8d484476bb69448c
SHA1: dd04aae73dfe1d91be17fb14425b58f52a39007d
MD5sum: 4f97d42964e13b8e07f515ed4ac77907
Description: debug symbols for postgresql-10-similarity
Build-Ids: 1a8025e18ac7287cfb04b7210da5fa53a87bc1af
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-snakeoil
Source: pg-snakeoil
Version: 1.3-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-10, libc6 (>= 2.17), libclamav9 (>= 0.101.0)
Recommends: clamav-freshclam | clamav-data
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-10-snakeoil_1.3-4.pgdg+1_arm64.deb
Size: 8824
SHA256: b6206efe873a767f644334df37dabd34dd1fa6bb624b7e465e16bfdfd657ec27
SHA1: 0fdd4271763efb25b013ab47659adac7033d538d
MD5sum: 1871b147a88cbb5d8cfc6929bc7c6ba5
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-10-snakeoil (= 1.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-10-snakeoil-dbgsym_1.3-4.pgdg+1_arm64.deb
Size: 14588
SHA256: 9705d7456a76744bedcab8358750919d1088dd4573c98baf8c42d7c2af87e163
SHA1: 1ce631033639d2738ad2df77b6e5899424f4437b
MD5sum: faf6c31f823d03ffe45bebbc043ed589
Description: debug symbols for postgresql-10-snakeoil
Build-Ids: 1e16f52c0cd05ac9af3a7772c75c3f3c7b35ecdd
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11
Source: postgresql-11 (11.17-1.pgdg+1)
Version: 11.17-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52313
Depends: locales | locales-all, postgresql-client-11, postgresql-common (>= 194~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: postgresql-11-citus (<< 8.0.0.PGDG-2~), postgresql-11-cron (<< 1.1.3-2~), postgresql-11-pgextwlist (<< 1.8-2~), postgresql-11-pglogical (<< 2.2.1-4~), postgresql-11-plsh (<< 1.20171014-3~), postgresql-11-rum (<< 1.3.2-4~), postgresql-11-wal2json (<< 1.0-5~)
Provides: postgresql-11-jit-llvm (= 14), postgresql-contrib-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-11_11.17-1.pgdg+1+b1_arm64.deb
Size: 15447732
SHA256: 14400e9d034b7d71960a43d232c3849c768140f6b8e5be47e53b60adbef0dacd
SHA1: e9c2e9c804ac546e1f3129c4a3954d7ceb6779ae
MD5sum: 8a9c6b0153dcf11e59b768050189de52
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 11.
Postgresql-Catversion: 201809051
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.6-3.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 98
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-11-bgw-replstatus_1.0.6-3.pgdg+1_arm64.deb
Size: 15352
SHA256: a5975b470be15b7cf2a49d22b2df0dde1c84438729f86dc4e2bc4454c6f2a0c9
SHA1: 1740beccfe4e237b2454939d3ec1930476db8a18
MD5sum: d159deeb89e2c44a33c673dacf203106
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.6-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 24
Depends: postgresql-11-bgw-replstatus (= 1.0.6-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-11-bgw-replstatus-dbgsym_1.0.6-3.pgdg+1_arm64.deb
Size: 8960
SHA256: 98f278c48096573404828278c25238b0238a80a4d9de8c75d7f0140d1ff201e9
SHA1: dc380e874de425adb30f15d6d35c7deb97067b7c
MD5sum: d27eba9a48873230596d19bbca037f5d
Description: debug symbols for postgresql-11-bgw-replstatus
Build-Ids: 4307b0ed179077baa4241757280f6e488dfc6284
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-dbgsym
Source: postgresql-11 (11.17-1.pgdg+1)
Version: 11.17-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15265
Depends: postgresql-11 (= 11.17-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-11-dbgsym_11.17-1.pgdg+1+b1_arm64.deb
Size: 13732528
SHA256: 245c5d2475a47aa766f7497764d35a76cfeff052fe9774c1dc59d876ff19e918
SHA1: e6cfc8888cf28f29e1907e4697b5c9446636aea8
MD5sum: 2bc25f8e4839193b6dac960e3d811bd3
Description: debug symbols for postgresql-11
Build-Ids: 001717240fe2cfffec9d12453015117824ca08f1 00ea8ce5ae3648a9a8fae075e5be61ada4315d71 0260ed06acafda89bbea793d8e1b53275d4b2c15 05bc8f5f671973b88abef1ed7a26dfaa8fcffe57 07d6478e7f1fc68ae1fea2c2e42baf021295502b 08ff1ac2818acae5f952940193ab3fbd91d1d8fd 0c7ce73213e2b3d01bd2566a4be0955e0efa67cc 0cea3a4efdf78532ee50c9d178a97b54ddd17671 0cf9515796eb1b5e04b4ebbd66044ac2187b5b8c 145b23d029a74dc46c89e9362abce94d128a1f79 158ad12627e33e2f0ae431ea0811de1d47610262 19666c62e6ab1528ff07222dd1204a4069d584ee 1a1ace70b9f5ce56fcd3b5d825c1e2e858d7c02f 1bf0c94077e95475f86fe70c6c414e318ac27f79 228f3a5083354e777ed8bf719a5feffde5ae28ab 23aae59091f3d4ab005b4211b36ba6f8aa18bd58 258fb029905ec62ec145c6a07cb6828bab481d72 25987a0262efd648ef3ce78096bdc13f728e01dd 26695f6036c9f4890fe38bcddcfd360cca6b5d20 266cf5423bb702778c8335a1ba28eab139031995 271434016f2366e067ba6a1daa157f01d4ac935a 2a8b009173fd3b8f4faeefcf81c25a7a2fa92385 2d46551983a9b579746d73d2d489d326145386ea 2fdf00a5c4b6fcaaa8c3756f9406e28233f49919 3135641829011f61d50c55a4dbad5f86bb32b9c1 31ef2aabffc33e9ffcd4ac46d35b34f5fdf7db2c 33800f9d61135d6c13357624f7eb92857a5a40de 3392a5baa8621e88069ae3054e54a937443982fc 38bce97a6b6b679146715a7c1571a2cdf61da251 3905eab734e2645e6c3cfac0eef1cc8ffdf23d29 3a0ed9775853bb78614bef85df94821b7c229ac0 3c0f882ac29a0514f7d75c688e28a49a3471da86 3f51d3b0aae0ef0ada452dd0c549c5f43387492b 42dca1902845e672ad78104ab47e5312b3ab42ae 471df28487d501eff0bc915d81c4706a4d57d450 4b16e1bc85a1a1e44ba25c574e05a1e2918cf7a2 4cdb5f11c97b9fd18d738e77e21b51d77477a7e9 4dc8d3b609c53dc1c7a4d952268ec678b559d6d9 506388291d6d43a0a8d7d84093341f681ea244d9 5298d5c4d7a97b25a332a3e44400932548388561 567faf096fc0cd14b56d71c8f925d853ff600df0 59391c7294c23bd3b63225e99132820df7a4df6d 5b60685cd2eac8efb0c08dcd64f69e4b023ba055 5bbc3b35d46f82ccf1873606afba9976c7771a85 5c0e9f896b06c68cde4894606ca2671bb57d743c 5e3ff2e9d5918a48421531624a73d8db12eff4c5 61117317a0e3ff6d984806501842b8ab03e285d2 62c79c4f5e2d34248f403c040c5e82f34931d369 67c7801188b2470a728953d5fbb00d757a915b9f 6ca1aca9404faa6ed338add6ed1407ef7bb224fb 6cdd91535cfbd3b05d93cc775b0279c78eb83318 704d378461bee5e0e98e21de1f7d948b5b447ad7 724fb4545e85276782d4eca8e3a116577a71e09f 75787b60cb1ebcd1e2b6ab32d76a9538b40467cb 75fa5864cab582ad60463601fc458b17620372a4 7a4168dd65ee3a9cc02b2fd6a94a0ba325d21827 7cf59ffe2328c92a0e92f0c7f831b8751119af3b 7faf5caf713d675b0e374b41e4970d7f3bb5f9c4 8209f18c8d157366e43f045d7ade7086a8df8ac4 83a3fe6d9bd6080575c46e6d7f807b58a5df20dc 840a87577e4774ab43aa242d3be4842d1ad05b6f 86a099bff10b9ef1d5e46534f73eb5afac8cd16d 8b4a9ccdece1f7c6afe44fc39618d23c729f2c70 8ec0d41d66f13e259962d02c055d77aa5a58c0f6 906250c48e70239f08c1bd656b6559600fa71fc6 90cf658120fc17f790c3565ff49d3ba0d8c1fd9d 93cfd4f1705b260ec4383493a9fe10c23842fecb 960da5baf45eff0fc1b27b92dfed0c893e677561 978d4c0e43530a90d4e61cf105b8226b25ff8d44 97d93da99d70721fe43ff2c0cc894279bb640565 98ec547c34ee6994222d21d46b93fa311b1be64b 9b39a19c87aa1866f38beb7807d289a00913a4ce 9fac86f15975257d78cd726788e5b5f364652c9a a1803fa5d257166352860a874b2d0659e4437bd1 c5bdf7cd8a4576e6ba4bd4a4eab383bc43f5ffa3 c6940877edef4bfef30674b27c1b6ec8f542c2bc c88a4c7b14f0e273ffe2d3857d07a6291e585756 c9983970f1751d6766eeaea21cfe5a6666c14186 cbc749e327d10b9ab4e50056fb5a6e353251161d ccb92abfbfde85bccd9befa4200a3683b5d7e199 d1fabd72354bfe54aad43cf1aed935081264d7f4 d3fe19b45f00a15de9b7999e78d45ce7ba283887 d6b426f231becc7157fcae11340b7cc880aa9aa9 dc0410c0a3f270105c66c54e34785099e1ed6bb9 ddf0c5c0bff9514af78bc4f77b8c4f802ff16d2b e3532380fbfbc050d716917f5fc6ece479696708 e415af66fedafb3a2ef17e866e234c02f3507573 e5fcb4697682aebeb4475eb47768dece2b6b03c0 e782bf40f69df8c08dd2507cd2a6a7959e5d66f7 e7f31f2e8b4aa9c51a1bb070955d966891a4653f e8f9b7f1549ebce09f275bb6c21c11155f980c82 efd54777aa073d2621710afd5cdf3a78934f2884 f031be96860f0026423fbb5901e602261499dd31 f76e13235266cf18a654504adcb25ff06ae012ae fe134a00d8552c03877b8776ca6d84b0225b8ba3
Postgresql-Catversion: 201809051
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-dirtyread
Source: pg-dirtyread
Version: 2.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-11-dirtyread_2.5-1.pgdg+1_arm64.deb
Size: 24700
SHA256: 1b75aa56fac710a0777def7162c7f6c9fb1a08ab26a4a99a72a4fae33a424d82
SHA1: ad9622b749d537503fe8fadf72e345ed92ee20bf
MD5sum: edb2346cf855408964ebd098eaaca8d3
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-11-dirtyread (= 2.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-11-dirtyread-dbgsym_2.5-1.pgdg+1_arm64.deb
Size: 31552
SHA256: e4ffb9779716202529f2d32450a9379b6371ff5ca5c17c7131ae81e6f0358c60
SHA1: b07bd62d8672d7aea0e6fefcd1ddf06901b271b6
MD5sum: 4d19d476b1dd27b73a0f0800ee92a354
Description: debug symbols for postgresql-11-dirtyread
Build-Ids: e200f72adfa7c67108f096b8cfa4a7cbd2022fbc
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-extra-window-functions
Source: extra-window-functions
Version: 1.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-11-extra-window-functions_1.0-4.pgdg+1_arm64.deb
Size: 15844
SHA256: c212a1a82d2aebd038e529f421c57860c6b91edcf346fc1516df180f0dac1f4c
SHA1: dede1fc4216360fe08762ffd618373f1a3984038
MD5sum: 132edb29d6b5abd866911ea7e7a1ea4d
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-11-extra-window-functions (= 1.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-11-extra-window-functions-dbgsym_1.0-4.pgdg+1_arm64.deb
Size: 10276
SHA256: 28d26c637b9bbcea359fcbfb0e94095f45ac222fe4528040cdaef4d52a1b0676
SHA1: 191d27c6e9a4be2a48dc1f62b153333e53a403b8
MD5sum: e28669a00f08dd0a2e009c98e963c404
Description: debug symbols for postgresql-11-extra-window-functions
Build-Ids: 2618fdf91801edad681da32d3221c5dc4717ed75
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-11-first-last-agg_0.1.4-4-gd63ea3b-6.pgdg+1_arm64.deb
Size: 8648
SHA256: 8ca2d74341ad2eebd8321c590b57a8a9d45a863c4764da1c9deba9d3273ff4fd
SHA1: fdc9be49a59b4b8663289e3aed1242f12e033738
MD5sum: e124c2f5695710bbb48a916b4e7938bb
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-11-first-last-agg (= 0.1.4-4-gd63ea3b-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-11-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-6.pgdg+1_arm64.deb
Size: 4604
SHA256: e3c015ffe81010f2e1d91ed92c31643062d69da8cdfe076f8b1d1e65549bf2ab
SHA1: f009d16a59a0327b55615ee996caaa61731c84f1
MD5sum: d956aba5194c9e40cbfef0b1bc7dfcd6
Description: debug symbols for postgresql-11-first-last-agg
Build-Ids: eb7a8b22effbdb7b433698a3389c24eb81666ac9
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-hypopg
Source: hypopg
Version: 1.3.1-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 177
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-11-hypopg_1.3.1-2.pgdg+1_arm64.deb
Size: 68028
SHA256: 240797135ebb42cb9a3e8ba0ba0f29aa79312461ee2fbc898d8bc8b86638faf4
SHA1: e6ebf685de1e093d5d7ec4e1934f13744b50069a
MD5sum: b5e114550b8f4f484246ff5b9475f9ae
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-hypopg-dbgsym
Source: hypopg
Version: 1.3.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 94
Depends: postgresql-11-hypopg (= 1.3.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-11-hypopg-dbgsym_1.3.1-2.pgdg+1_arm64.deb
Size: 74320
SHA256: 3172493f62c068b241e1627b6dc001ed0aaf7dccc670f19bb45b90033eb96a97
SHA1: 64c0b4b2922ffe21213d839b2a9d4a1e66f23be4
MD5sum: f1c2467f1821f64ff05801be58f22277
Description: debug symbols for postgresql-11-hypopg
Build-Ids: e29037c1dff71018dea685a6bc2efade4253912d
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-icu-ext
Source: icu-ext
Version: 1.6.2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 204
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), libicu71 (>= 71.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext_1.6.2-4.pgdg+1_arm64.deb
Size: 71632
SHA256: 4e275fbac19938fe9bdc72944171e87285cfbf33f79e78e017d6f1b97b28d16c
SHA1: ee04bda940ae7fa5e8e7e43dfc52ba5ad1b51b70
MD5sum: 902cc1de0ff032c6c1184e123264ac2a
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-icu-ext-dbgsym
Source: icu-ext
Version: 1.6.2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-11-icu-ext (= 1.6.2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext-dbgsym_1.6.2-4.pgdg+1_arm64.deb
Size: 60912
SHA256: 1714bc1f6cae09fdb6eddc98673070c9452e2cf8efda13918d6ce6e7949a6520
SHA1: f772608a1a7fab111c558ef820fb10fb209a0c52
MD5sum: e55896c5a374e6a2943451060b53a56e
Description: debug symbols for postgresql-11-icu-ext
Build-Ids: 4eea53bc0059a29fa1672c726f70aa42d50bed23
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-ip4r
Source: ip4r
Version: 2.4.1-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 697
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-11-ip4r_2.4.1-8.pgdg+1_arm64.deb
Size: 199680
SHA256: 5c3770bafb6d280840f70236a61f7cab58c02586cec6d310b223d4006d23d557
SHA1: b4c06a6400571c2bba0ba29e8a7223ca9b54e4cf
MD5sum: 49580811ce8eec7416b86fc905ba2d6b
Description: IPv4 and IPv6 types for PostgreSQL 11
 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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 209
Depends: postgresql-11-ip4r (= 2.4.1-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-11-ip4r-dbgsym_2.4.1-8.pgdg+1_arm64.deb
Size: 172280
SHA256: 745b8f4a6be5dffac093fa74d3691eb17df8f6a3009496dae3e841096d32241d
SHA1: 6b8c66cf93e658b874e4edba418cb6bc74e79dd5
MD5sum: c82c674e48d1b6f89326bb34d9d28b43
Description: debug symbols for postgresql-11-ip4r
Build-Ids: 6032cc07aee0693b4e348dffa67739c9b41e993e
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-jsquery
Source: jsquery
Version: 1.1.1-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 356
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-11-jsquery_1.1.1-6.pgdg+1_arm64.deb
Size: 137152
SHA256: 3f43aae129329ba36a204c7e0c00abe628b5be35a6df62357ff65893037331a7
SHA1: 53e04ba4e9f521f194780f0b185330e958d51bcb
MD5sum: a2da083330297a7b91c56e9f35364c6a
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-11-jsquery (= 1.1.1-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-11-jsquery-dbgsym_1.1.1-6.pgdg+1_arm64.deb
Size: 95208
SHA256: d2272830aa9f7a5c9e8b34487e4c4fb43279425b1f8fe21a8751d17bfd45b0c9
SHA1: 60f441a9421161285234aad724c93951d84d08a2
MD5sum: 00a40a2ba67451eee3dae709a641e2c9
Description: debug symbols for postgresql-11-jsquery
Build-Ids: eb1bcae25b5b5f9906aac6367c24c3afb33bf2f3
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-mimeo
Source: mimeo
Version: 1.5.1-14.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4485
Depends: postgresql-11, postgresql-contrib-11
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-11-mimeo_1.5.1-14.pgdg+1_all.deb
Size: 128468
SHA256: fdff61bbc3a27b3328b0b41bacee9ba11ce63ccfab9eab7d7059fa7c77eeb621
SHA1: 15c33d5b017452fb5714020a9dffda7be2a0f8b3
MD5sum: 5fe35e476b116b3ac1477b0803c7eb53
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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-omnidb
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.17), libpq5, postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-11-omnidb_3.0.0.20201026-4.pgdg+1_arm64.deb
Size: 21024
SHA256: b59d3b06e9f78a5a9bbe3c95e76e324ef74dbfb5f06615e0c5dfbc100cff1d87
SHA1: 1c58cc2769d04aaa4c68ba7c12f628f066bc1119
MD5sum: cc2a872bd5bbd2311f3c70f0c337ce6b
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL omnidb_plpgsql_debugger extension for
 interactive PL/pgSQL debugging in OmniDB.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-omnidb-dbgsym
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-11-omnidb (= 3.0.0.20201026-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-11-omnidb-dbgsym_3.0.0.20201026-4.pgdg+1_arm64.deb
Size: 34364
SHA256: 811b57a79ccb31da0dd81a32652ae09fa3a43a3b250573e21e628bec6baaf3ea
SHA1: 6f0eb2c5d79713bc397e17c70dea54037d4c7290
MD5sum: 6dd5237f75c87523bd39ba35bef36855
Description: debug symbols for postgresql-11-omnidb
Build-Ids: 147f228ece706efd54e721a15e6e0df0caa188b7
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-orafce
Source: orafce
Version: 3.25.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1068
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_3.25.0-2.pgdg+1_arm64.deb
Size: 350360
SHA256: ad6fdfb942acfba53fb47cd86f88ce3344156235947eadbd497256e65693884e
SHA1: b65889184b072707cfed624cac52121bae51a4ec
MD5sum: 0cad44dc507d96b0ce7b7a5336037757
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 3.25.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 278
Depends: postgresql-11-orafce (= 3.25.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_3.25.0-2.pgdg+1_arm64.deb
Size: 229424
SHA256: fdcc44b264ee8e02c5c33ad87c6e0be427747e9c671bd1d403c0119804aeda3e
SHA1: ee9cc2356d8fb1df70d7f8c11f014eaaaf1a7674
MD5sum: c85aeb376633917270ddc3cee011c227
Description: debug symbols for postgresql-11-orafce
Build-Ids: 2b561350a19ab26f11ecf17328a04c4aebf5646d
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-partman
Source: pg-partman
Version: 4.7.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6797
Depends: postgresql-11, python3, python3-psycopg2, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-11-partman_4.7.0-2.pgdg+1_arm64.deb
Size: 256120
SHA256: 3ed7ed9054c56a4ffdc3c13bba2a3fbf73ae04bd81671c5fdbd4e4a2de3e0b28
SHA1: e8c1896d6a3a4534492891ff0fed6b5e8ba3ada2
MD5sum: a5eac89fe7d3e3a31616a237241da9ef
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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-partman-dbgsym
Source: pg-partman
Version: 4.7.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-11-partman (= 4.7.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-11-partman-dbgsym_4.7.0-2.pgdg+1_arm64.deb
Size: 20556
SHA256: 46be5169393dd2ee5e47753c978004d6da0ebe51c3e1fd8ee26652e79ed9f368
SHA1: 0f04d7d72c2a44b131b173c78fbcb567314d5fba
MD5sum: 0856e25e9acdcd685eba26e027fe1b2d
Description: debug symbols for postgresql-11-partman
Build-Ids: 8c1fa3e494c01fd6f472b974a8a1ae7566ccf093
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-pg-catcheck
Source: pg-catcheck
Version: 1.3.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-11, libc6 (>= 2.34), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-11-pg-catcheck_1.3.0-2.pgdg+1_arm64.deb
Size: 27000
SHA256: d2a7f8068707e4e0f37d738bac64646b555d306647cf6c9fbd60789cd54f7b5b
SHA1: 12e6b78642e09a5b8da79f822f0bedef6c29d4d4
MD5sum: f701914012107fae6f0fa84cd6e951a7
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.3.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-11-pg-catcheck (= 1.3.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-11-pg-catcheck-dbgsym_1.3.0-2.pgdg+1_arm64.deb
Size: 39852
SHA256: 05996564ad0271aed2d8ac4e3f2dfc2253b62e725a119dda715f1ae4e1af6281
SHA1: f83b64dd8355d180495933f660cb211c5d703c26
MD5sum: 261e83042e03c829756a0c3715ae3353
Description: debug symbols for postgresql-11-pg-catcheck
Build-Ids: 85517d644c15ba5d03f58c8897b5a831a0ca81a3
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-pg-checksums
Source: pg-checksums
Version: 1.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-11, libc6 (>= 2.34)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-11-pg-checksums_1.1-2.pgdg+1_arm64.deb
Size: 30068
SHA256: 1fe100dad6267fc7ea18728185df9cf5673fa153c5e7abc7dc60ce5d1edcc672
SHA1: 7f8fc62b93622d1ef0ee09045c7d2906503bb76a
MD5sum: 3ca698a7f83e2fce18c38d6261828260
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-11-pg-checksums (= 1.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-11-pg-checksums-dbgsym_1.1-2.pgdg+1_arm64.deb
Size: 27696
SHA256: 2c687130e108abb22a15213d7cf2bceecb1fa90b5936f3af2de924e4a567441c
SHA1: a668ba94ca6fc1cef8ec4ec6c0d96a5c0ea7f4e4
MD5sum: beaa4cef28c9efdaf0476f44c651b229
Description: debug symbols for postgresql-11-pg-checksums
Build-Ids: a0386640504ff10b635899be285d0a0b8eca3aed
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-pgextwlist
Source: pgextwlist
Version: 1.15-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-11-pgextwlist_1.15-2.pgdg+1_arm64.deb
Size: 34392
SHA256: 1d45502b8c20490f21bc2045f899ac35642a208967caaad0898bd40d3da68517
SHA1: ad4b1572c160b14e6d91b7a4972a647fc19a6cc5
MD5sum: d5e4d84e10493243d1a700f68a2b4212
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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.15-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-11-pgextwlist (= 1.15-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-11-pgextwlist-dbgsym_1.15-2.pgdg+1_arm64.deb
Size: 46440
SHA256: 8fd42eee30672590f9c181852d33e8ea320339d06861353f42e001ca3116d592
SHA1: 04cdc1f5201f9845e9218b05810a301538ec0543
MD5sum: 4d81a5e3a112c2dfab0030eef4e695d0
Description: debug symbols for postgresql-11-pgextwlist
Build-Ids: 8357a21696e55a293bd7a58e5e67621d98be0c36
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-pg-fact-loader
Source: pg-fact-loader
Version: 1.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 971
Depends: postgresql-11, libc6 (>= 2.17), postgresql-11-jit-llvm (>= 14)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-11-pg-fact-loader_1.7.0-1.pgdg+1_arm64.deb
Size: 51372
SHA256: 3bbbb8fa450763a602eecca328be09bbb5ab01d19d8c6a890b097e580c4d5dd4
SHA1: 99714155891d02d63df23825f6005d0814ae508a
MD5sum: eb0e307e16468e709b799d4df0eca247
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 11.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 29
Depends: postgresql-11-pg-fact-loader (= 1.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-11-pg-fact-loader-dbgsym_1.7.0-1.pgdg+1_arm64.deb
Size: 14432
SHA256: 22c8d6efd723df41bff0e5915a47ccc723919306420cdc748f50723d0b368982
SHA1: 129ca432784b5196ff9ae472673e507e90ff12f1
MD5sum: a2fb4ee0089613a391493e65832628a0
Description: debug symbols for postgresql-11-pg-fact-loader
Build-Ids: 507feb73a1f2902d017c2c86d0e61632d4a7de26
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-pgfincore
Source: pgfincore
Version: 1.2.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: libc6 (>= 2.34), postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-11-pgfincore_1.2.4-2.pgdg+1_arm64.deb
Size: 30616
SHA256: 5a31a928506318a66ba574d48545d0f711fc5c754d57ebe5c0c0311568af812a
SHA1: 979f24b9e9104666ee3aaf9392d66ec71b7f999f
MD5sum: 5a952285e7cf49ce86d0e5d66b70fe11
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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-pgfincore-dbgsym
Source: pgfincore
Version: 1.2.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-11-pgfincore (= 1.2.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-11-pgfincore-dbgsym_1.2.4-2.pgdg+1_arm64.deb
Size: 38072
SHA256: aae3c4c678dcc1dabac0cc302476a6c24b0efd2bc09f0df49d834a802eb7e32d
SHA1: dd9a970768c6622b3236277cd44e2e367d8e46e5
MD5sum: b830137f41a599696b9e8ad63830a0eb
Description: debug symbols for postgresql-11-pgfincore
Build-Ids: 2f5afa2782db2043c0a14817c82c8e15e7bbbd46
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-pgpcre
Source: pgpcre
Version: 0.20190509-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), libpcre3
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-11-pgpcre_0.20190509-5.pgdg+1_arm64.deb
Size: 18968
SHA256: c74a454b46d6d5e4a51e0b6941ea9535ee5c3b84365d22848042b5f354c65d51
SHA1: ebbd2c25e5115f31ea2086cbc1f5354627a8b1cd
MD5sum: 141b7e41031c7b98136aba256277c7dd
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-11-pgpcre (= 0.20190509-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-11-pgpcre-dbgsym_0.20190509-5.pgdg+1_arm64.deb
Size: 15608
SHA256: 2eb205478fd579e118f21c9c4f33ba12ce0e3952a44822e54dc98ad3015a7539
SHA1: 9ee8c87f88e48471d7350c4471f5740900c494a8
MD5sum: dd74ef2a15f0c5462b9be0c3aba5ab4a
Description: debug symbols for postgresql-11-pgpcre
Build-Ids: 95f8bbb780e80ccf06bc564b325a053905a1ba2a
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-pg-qualstats
Source: pg-qualstats
Version: 2.0.4-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 173
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-11-pg-qualstats_2.0.4-2.pgdg+1_arm64.deb
Size: 62544
SHA256: 06a093ad575936b755157e4c67a4aa19effa5290b841a50f830effd3bb01df58
SHA1: 8f9ef5650cd7be53727f3b627f8de2206f1929c4
MD5sum: 3725424f286a9618e04d1fb4a5db5e22
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.0.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 75
Depends: postgresql-11-pg-qualstats (= 2.0.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-11-pg-qualstats-dbgsym_2.0.4-2.pgdg+1_arm64.deb
Size: 58036
SHA256: c33bff08267025c236ef3c13bb0f070cb2bc43f36cebd6a72aa130eb295e01e5
SHA1: 40b2e3281e12e6aa6364aaeb7919eacac0b6197f
MD5sum: 320fa00bbada8b748a005e7ac37162e4
Description: debug symbols for postgresql-11-pg-qualstats
Build-Ids: 795ea27b288c8c2136617c2c88e64d6791a37f19
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-pgrouting
Source: pgrouting
Version: 3.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2868
Depends: postgresql-11-pgrouting-scripts (>= 3.4.1-1.pgdg+1), postgresql-11, postgresql-11-postgis, postgresql-11-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: postgresql-11-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting_3.4.1-1.pgdg+1_arm64.deb
Size: 725840
SHA256: e1ffc66e465df2f260f061327f61e47d57635df119ff01b426df6a93b502bad5
SHA1: 2ceadd625938fa3373a8e9569ed50ce2a5da0284
MD5sum: 0988aa7250b019517bac14d0f1da4b30
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 11.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-pgrouting-dbgsym
Source: pgrouting
Version: 3.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25227
Depends: postgresql-11-pgrouting (= 3.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-dbgsym_3.4.1-1.pgdg+1_arm64.deb
Size: 25213544
SHA256: 8da9ca773e7c4bbe7ee324a18bab7dc78239a5219ae0f6dca5bea49c4154387d
SHA1: 8d1a92fedb4482aa15dae58cbc07175f61f8730c
MD5sum: 5ac76409e47df23683bf09308f421d16
Description: debug symbols for postgresql-11-pgrouting
Build-Ids: f9ec22522a4fe915644d20ff23f0dd311d0cf7bc
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-pgrouting-doc
Source: pgrouting
Version: 3.4.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7493
Depends: libjs-mathjax, libjs-sphinxdoc (>= 4.3)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-doc_3.4.1-1.pgdg+1_all.deb
Size: 2293784
SHA256: 28b8caebda5180eb53268e9fde594040bc14f4e5d8864c2a919c6047b075b1f7
SHA1: fb18b3ad2556cb0d8a4e4f213694d1fb63c60188
MD5sum: 2a314aaf8f406d5b83da8919c9b58498
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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-pgrouting-scripts
Source: pgrouting
Version: 3.4.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2896
Provides: postgresql-pgrouting-scripts
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-scripts_3.4.1-1.pgdg+1_all.deb
Size: 59716
SHA256: 0f608ab390d34123231361e32f7f6b8ace930ffac26eb8d15d98243976855910
SHA1: 9654da9a4ce3344d82b46555527fef16a3d597fa
MD5sum: 9c9a34a9ed4406184f29752192d361c2
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 11.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.1-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 159
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-contrib-11
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-11-pg-stat-kcache_2.2.1-2.pgdg+1_arm64.deb
Size: 37320
SHA256: 37f0ecb81abf8e5ed1490efad25402f599bc684019e1cbf525b3d65c2373fb86
SHA1: 98e9b6caaa606661f6f18ead3ce36e71e2497b71
MD5sum: 8789d5dae619ea6802806578ad47ba61
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 52
Depends: postgresql-11-pg-stat-kcache (= 2.2.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-11-pg-stat-kcache-dbgsym_2.2.1-2.pgdg+1_arm64.deb
Size: 35292
SHA256: 40e524288021976375bd871c6b96f3bbfb79feac86996821998408ac9f88b0fd
SHA1: ef20b32bacfce021c929f1d578917d5039bd2910
MD5sum: 24ca798f5031f2de48025041315c478f
Description: debug symbols for postgresql-11-pg-stat-kcache
Build-Ids: 4c8ad6ec353858de556f9389578fe7adf554be8d
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-pgtap
Source: pgtap
Version: 1.2.0-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1757
Depends: postgresql-11
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-11-pgtap_1.2.0-3.pgdg+1_all.deb
Size: 59644
SHA256: 31ff1a258803e1490e72deb884c1254fdef688c99974ac92e6a41672e4bbce34
SHA1: 4cd6c6bdf6361a0e92369fa8279cc6c458ae9f94
MD5sum: e441e2e81e715fe9a3f7d1c77473cf5e
Description: Unit testing framework extension for PostgreSQL 11
 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 11.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-pg-track-settings
Source: pg-track-settings
Version: 2.1.1-2.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 123
Depends: postgresql-11
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-11-pg-track-settings_2.1.1-2.pgdg+1_all.deb
Size: 9100
SHA256: def5aa780fb25d725f5e2735ac26054792ecc2e3497277476bb43feeb315ae7a
SHA1: 88166cf2ec95b400ad8bb930f4d91a1762a05768
MD5sum: 550d13c3fdc64cf4ba8dc2012d69d517
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.4-2.pgdg+1
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 136
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-11-pg-wait-sampling_1.1.4-2.pgdg+1_arm64.deb
Size: 40688
SHA256: 8dfe3b15fef68a9bf5dc732819f5582ef9d641321240b9d6c7f4394db840422b
SHA1: 267088af073423521357490f56e26d9ff72a91a3
MD5sum: 6dc75246d536c92ff8d267964ed232d2
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 69
Depends: postgresql-11-pg-wait-sampling (= 1.1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-11-pg-wait-sampling-dbgsym_1.1.4-2.pgdg+1_arm64.deb
Size: 51336
SHA256: 00c02d341832e8ae350d2c48a2896b860029beefb961a5e1fa58f689e4cea780
SHA1: f23c0a484b47e1d8e12ed4efd7cb2a8a7737d9dd
MD5sum: 626e71487b314c5427fc569175659e17
Description: debug symbols for postgresql-11-pg-wait-sampling
Build-Ids: 8759658b009a7839e01799bf7ed9b44dbdf20776
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-rational
Source: pg-rational
Version: 0.0.2-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-11-rational_0.0.2-5.pgdg+1_arm64.deb
Size: 25536
SHA256: bfb606fa3d85607f323d55a87c2c5f5e47f0ffce3cf1f4060a2ed80788b14321
SHA1: f094b01ccda4767f12a82530ce2adc0cd26b73ca
MD5sum: 45df215a12a5f99f58a81e3b805d11e7
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-rational-dbgsym
Source: pg-rational
Version: 0.0.2-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-11-rational (= 0.0.2-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-11-rational-dbgsym_0.0.2-5.pgdg+1_arm64.deb
Size: 20264
SHA256: 765320682cfccb592ac48040e3992bc179e13ae2b440c9fddef6b0f3cb56cdc8
SHA1: 721470f58087b37174b5f38b3acce9b500fb765b
MD5sum: 548bb4ca3e0a6cf39a7ec02d86c53e2e
Description: debug symbols for postgresql-11-rational
Build-Ids: 550a13882269418cc6a6e3fcba1498293dac36ee
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-similarity
Source: pg-similarity
Version: 1.0-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 317
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-11-similarity_1.0-6.pgdg+1_arm64.deb
Size: 101752
SHA256: 7daa7313c42ce73de36a536bf1615beac33d0e6935fc57fd415c5aee87714d8f
SHA1: 313b641aab55cb6b54af84e164e90615d8d3834f
MD5sum: e8f9145a7473cf794835152cd31077c9
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-similarity-dbgsym
Source: pg-similarity
Version: 1.0-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-11-similarity (= 1.0-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-11-similarity-dbgsym_1.0-6.pgdg+1_arm64.deb
Size: 55728
SHA256: 2809117e919ff83209354ee72ceed25306153013f0273d6e0755a74cc65c7eee
SHA1: a55f45f6e9334abc14a5398799c27bcd46921cc8
MD5sum: c957a4d41259be748b4f7da5da78e009
Description: debug symbols for postgresql-11-similarity
Build-Ids: ae9a02cb1843d36ddaf5f19265f6d5ff71a49430
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-snakeoil
Source: pg-snakeoil
Version: 1.3-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), libclamav9 (>= 0.101.0)
Recommends: clamav-freshclam | clamav-data
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-11-snakeoil_1.3-4.pgdg+1_arm64.deb
Size: 17496
SHA256: cc376978f7edadfdba88606a7b2d438b52d3e052380347cc24caa3f395181c1b
SHA1: a2976b5502e2e14421517249519b59393cb4d17e
MD5sum: c883b0f30e44a1699001fc3d34ba4eea
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-11-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-11-snakeoil (= 1.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-11-snakeoil-dbgsym_1.3-4.pgdg+1_arm64.deb
Size: 14684
SHA256: fe73dd3475da3d8f8f92a55fe5ee38c43eb3500522a8d5a3b1921574582aaeb3
SHA1: 6b2f6faf1418022e914d7ff7ff87b14f3ea396e6
MD5sum: a5ff66a32a198015fb02e2826c9e324f
Description: debug symbols for postgresql-11-snakeoil
Build-Ids: 29dfb1239247eeb23a3a15ea62d9ebe8c04acfcd
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12
Source: postgresql-12 (12.12-1.pgdg+1)
Version: 12.12-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54158
Depends: locales | locales-all, postgresql-client-12, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-12-jit-llvm (= 14), postgresql-contrib-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-12_12.12-1.pgdg+1+b1_arm64.deb
Size: 16092172
SHA256: 5f6e802d83efdfe9d1799b2b9698d3b53b7943582f5f7bb18098b6e76296331b
SHA1: 6a408198d2307944ed8fe6efad2e2758d7b4af37
MD5sum: e679514c1cf0bf4940302db2a4999c87
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 12.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 201909212
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.6-3.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 98
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-12-bgw-replstatus_1.0.6-3.pgdg+1_arm64.deb
Size: 15380
SHA256: 34110fba9700fbdd71a9b16b570232dbcc6783c41a2dc37a0827c9fda7c3fe0b
SHA1: faa47ec97eac6fc97377bd01d86e9e99d135a6fe
MD5sum: 388d004763a15d7f4839c1bb6032f789
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.6-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 23
Depends: postgresql-12-bgw-replstatus (= 1.0.6-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-12-bgw-replstatus-dbgsym_1.0.6-3.pgdg+1_arm64.deb
Size: 8896
SHA256: 27c87ad14093345bc93e66c97342aa350f069d1e9f2f1a0f0af3f0afa54a50c3
SHA1: 925441a6a980e3334501ad126a91e41f7eaf054b
MD5sum: d4c0fe63081ad07ad6700578cb474242
Description: debug symbols for postgresql-12-bgw-replstatus
Build-Ids: a4652cd8ee017bb083a3f5fd633e7fee94fdc1be
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-dbgsym
Source: postgresql-12 (12.12-1.pgdg+1)
Version: 12.12-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16389
Depends: postgresql-12 (= 12.12-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-12-dbgsym_12.12-1.pgdg+1+b1_arm64.deb
Size: 14822628
SHA256: 232517b392ed9be2d746e385a3e55936724caaf52e5b3aca31af67b3fcb5b832
SHA1: 1b6fcc12cc943678542c527ca7a6c44ef3c7a6eb
MD5sum: 76e1ac973cee1799d52e9a4b148607b2
Description: debug symbols for postgresql-12
Build-Ids: 01a5a35555a8e50466490dc90a787067c10f402e 0a6612b704284268c395f459210e5aa26fa37e98 0ac5e06cc22629e3d10c76207500801d1d745d03 0ff79dac5561d22dba6d5e0e892b03dd4b83474b 1183af67cb8f69bee2b3f1db068dbf6c6f2cd4f4 13cc84dc1da570b367560b51dbebdb710c67673a 14500378cb6ab82c094335028ca2c0ceeb45738a 15603cf721b0b90ed130d0e45ff887fd9814d1a5 16ccd0ecffba419c8f29534a9db35c7af26b57fd 1ea6df24d87e7cebe242521dafd27813add4c713 1f4e8ddb8d223bdc121c23d430885edba88387f8 20d8d0628a380385e27e6d38378c56268092a6e8 20f522f859cf75ced8f384abcac2804a4cfe8b74 24f8f749a593964b96f0848dcfb28c58a1107530 26fd70f6db410fee11bc27c36a2894d25cb1bf63 27a9e2c6fa7d099958e52874c721283b693a2ef1 2b4899d5d07dd72eac33524699d2222fd9d975ad 2be9750b2f9fce8a15e55a9555dc95a141d97173 2c4479df417e6d63d232af974fd13b865295269d 2d17f6c61ad7f4d75e1cb1e79d9f7b200c20f998 2dac6af6bcb78fe10cd6c1421f6635709ff857b6 31006a06d2bb74b8e0adb941ac3603e673672a20 3145bbebc7c4a6a87071ff04818aae08defaf0ac 3418a07f6642496ff3f51b5ced4f7949f8447c32 373bd07171e453e9f0c9f7740508bcb54da7caf6 38e64536bd093d8cf580f06d0e569cfde98c30c4 3a28686ba47a9034830a6e1cdfb639a42a0bd3de 424dcfd7167b84ad89ad516cfe6a6b672685f02e 427b27540699a9091afb06bd822dc338232ed0ba 43f7bf0a18a912ddbf2fc325e1667517a3583f1d 46c43617e205778a03569506fa6be820fdb73fa3 4d542ca4c7ae14f1f3929ffe0ad2e97925600ac0 4fc8bfe42073e7c7f8ffbabf3c2008f76c10933d 515e768b2dcfdb577fa20f78228f8c0ae380551d 518f5abfa1b527ece02941c48c811fcc5c467953 5550689f4f3580a09b66f07b4965642b2a571c4f 58de2445e89aa6af456173fb61a06c38d9369a92 59099851708719555981bedce33adc4ad8bd0728 5e87d1e7f20a40addbf99a47ee394e4da8bdfb11 612289aa8d175a70c65cdc2f10d0140dd0d75d49 65a91a97223b445b44b02172140a8cc51d03555a 6a11453c95d613a5ba057e5d568758ea56ac3fbf 6c90e1009568f578118647b45019f7a315e7be09 6d1f5505972bbd89c92a420a9df7c795c7d05672 72bec6ea4412ae86f4461b9fead4b5f596849f0e 7cd20a31d494dfcd42d49e8034e984affee19ccf 8025c5e1d68e26da9248ad0a9f1c538d9adecca1 805245b8dfe8fb6a4e0fa63a7485cf3b6a81e435 8ad27be4e26e4e15fc59e10bc43e580a8ef5c2df 8fc3a7ff4cae34d8b1bf740034bf0c7fd0876d9b 9087629b9e802f2f72c908751bbb10526f051fdf 91910924104dba6b96e145a29c3c8cdff2450e1c 9d9134d1cb57851039721226d3e19a63b7b6a978 a215675dc944ab7ace7c6f3f53702beca53e388d a3686f128b90e7c41b95e0d2eef5016548bf648b a51ef913d64234b3edd023880797e15fa6299246 a572afe6b63ad970240f5afe519c029b5c8eea25 a5be0f8f9a25959b38af28481c24a7e39f329f6e a5f06b1048b6b27b8ebe8a8b43458c6c67c2ffb8 a64d41f6038cb212d62fd52f32a284f5e0b63c8a a695c7bc6a6c351804a99f5aaf238a1a375e138b aa41ace7c690797a7cb6b3a33d99214d9f83e938 aafd70129e2b0b67ee70fef646bb91739a1e78cd af043bce45308d70bf8835dd7afe7e222ecbf2dc af770af6ffb1333c4c7165d208f82db843843c8b b7a54e0effa20e8a2f8fe55f56f1e735c5ec3d4e bce1896d4e1eb4baf5fe6f44c03ae1330616260e be3e16f955214ee37264d37282f9179710c761c5 bf3293b72dc8be8bee7e844c238eb5a381d640dc bf5fbbc3aaa50552b5bf770aa447d9be9538adf7 bfae95faaaa1ebe8a02106e8eabb37c200423ba7 bfdb8dbf903d0c4b40a0da735ac747637164e11b c0554aaab950015c08a415adce5249563445627d c2a82d9e776b26232f904e43464a262e338d599e c3908190f0160aee641bcbdc005d7edb407ffad9 c7398ddfbac12d5d1ad27e06e04b5fee968d7ef4 c7bf2dd1e304d18dd604f808df3fa5f545801ce7 c829c7e37b67c22270d8eb9acaa876b9d692b89c c87c221bafcb39d1fc2337d417e30f195211004c c8fd594efe01c71b56ca6ec167da8be8fb214434 cbc32ea0520bdf9bc89f55bc429f9cbba796674a cdb6b30553f0dada9fe8f6b663999406d1316cfc d0c475763a7fc8efe885c3496b4ff054109a69f2 d85f48191c8f8a146c55dea405d4af4bf649614b dcd37e282be0a0a46ee5c4b5e3441dac85b82c5f de98d6357e24640ecabfd04665a8d5dcbf9930e4 e08b75d163ec6ef34e6d3bd448fb1e7de5b92c56 e0d760735aff16411098e0638c47969e9a238747 e57411decfff5b533db670e3dbaefc12142239b6 e9471697faf0ea406730f648253fc838de78656f ebffc6887eb4a906028d2ccd4e1c8b1c9274e484 f480b95210bc474a567c96579f0b6103089e667a f5c6928472df3711099a56bd44c1aa5e4843c73d fee043f325032a4adaeb1a11a05f78512979474c
Postgresql-Catversion: 201909212
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-12-dirtyread (= 2.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-12-dirtyread-dbgsym_2.5-1.pgdg+1_arm64.deb
Size: 35164
SHA256: 55d9d8fa748b39fa4eeec3de5e197953b90b97a91f4ee9b7ad714883903ae45c
SHA1: 6e2a5f695b9e214fb4e011978310dad83fb16f05
MD5sum: 05cc03e7b6450a3da2089a4cb0617f23
Description: debug symbols for postgresql-12-dirtyread
Build-Ids: ce19249783c5509b882873a389875aa3c60f0e1e
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-extra-window-functions
Source: extra-window-functions
Version: 1.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-12-extra-window-functions_1.0-4.pgdg+1_arm64.deb
Size: 15836
SHA256: 78908f496893ad3caf9f8ec827865d30284c9fa02c49537ca650ccdb41ea2ed0
SHA1: 6c3a8fd0ff499f3dece3c851192a4773df573b5a
MD5sum: 4ecefdee40a62273925d93f23217b52b
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-12-extra-window-functions (= 1.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-12-extra-window-functions-dbgsym_1.0-4.pgdg+1_arm64.deb
Size: 10352
SHA256: b5472c7279e51eb342f88764b8e605e97f103d498f7e6ec56079baa239a99b58
SHA1: 3c56d6029331a5f3ce6accaaff8c1ac34e5b1590
MD5sum: c6c21cf0f83eea11658d1ae078ff2da0
Description: debug symbols for postgresql-12-extra-window-functions
Build-Ids: abeb5d105b5e6fffec8fe9115fdda5d8da50fd8d
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-12-first-last-agg_0.1.4-4-gd63ea3b-6.pgdg+1_arm64.deb
Size: 8664
SHA256: 781d3678dbb096abe06771c63a6c3768e3440d8bcb892f0122122f7c0415b43c
SHA1: 154da51174de1a2fef48294e8ab7ad0112a87f2d
MD5sum: a07366d88349d56ce9fabb1325fba36d
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-12-first-last-agg (= 0.1.4-4-gd63ea3b-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-12-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-6.pgdg+1_arm64.deb
Size: 4608
SHA256: 4841d10a4b00f16f930045df76acfefc67700a9290cf9a299f9c322930901f84
SHA1: 46afda74347ae6e46a44269b6c541e4ae433ae56
MD5sum: f4f838f6965db2ad8f2d2b1a38e4376b
Description: debug symbols for postgresql-12-first-last-agg
Build-Ids: 78978398b808d98bb9f50d4d1b4a807c1c251104
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-hypopg
Source: hypopg
Version: 1.3.1-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 178
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-12-hypopg_1.3.1-2.pgdg+1_arm64.deb
Size: 68444
SHA256: bde5ac87b50cdac94434e36e1e6c163385fe66d8497e45a4a0f8944653f296e1
SHA1: 2063cc184ec8855d8fa174e66a5d1bf33d31e11e
MD5sum: 4fdcaabcb4adacda063d87c5ec05b303
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-hypopg-dbgsym
Source: hypopg
Version: 1.3.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 92
Depends: postgresql-12-hypopg (= 1.3.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-12-hypopg-dbgsym_1.3.1-2.pgdg+1_arm64.deb
Size: 74572
SHA256: d79ccb6c9525cac4eab928ce993f6241176050ce82f93c08de7dd9699bb46d89
SHA1: 0d96fb35bffbb360bf89cb29e482313445878648
MD5sum: bd92c946f82fe6dd3baa9785bfafd8ae
Description: debug symbols for postgresql-12-hypopg
Build-Ids: 0066431da8ceeac210413b720d541c61b766affe
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-icu-ext
Source: icu-ext
Version: 1.6.2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 207
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), libicu71 (>= 71.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext_1.6.2-4.pgdg+1_arm64.deb
Size: 72272
SHA256: 0cdb47110eac3c5c714f3cb8e988899c77377db2fb962d87d4bce62d60ed96cd
SHA1: d3706d2f96bc12600714a9637dd64d53e223a265
MD5sum: ada6d09551260fbd9d57458e7ec450f5
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-icu-ext-dbgsym
Source: icu-ext
Version: 1.6.2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-12-icu-ext (= 1.6.2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext-dbgsym_1.6.2-4.pgdg+1_arm64.deb
Size: 64460
SHA256: d7bc2d9b18e4484f2e7456e86e1f748dca24500a4c6c2fbbebe72cf1cf7f0d1c
SHA1: a6894a1bd9f1a57fcf8b9499d69b7849a4d3fb91
MD5sum: 1eac388d1e94d1a02bfbe5830646fc44
Description: debug symbols for postgresql-12-icu-ext
Build-Ids: 708d0d5f80a42566fd9694afafdf8159424f0cda
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-ip4r
Source: ip4r
Version: 2.4.1-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 697
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-12-ip4r_2.4.1-8.pgdg+1_arm64.deb
Size: 200700
SHA256: 28e4b88b88fbf26fe9e535b85a2893543c35ed328fdd5b2a750d72017128f789
SHA1: 30dc9a6789d3c1d64276ed2bc94b78f121172ba5
MD5sum: bf09977931d98fe07193f4299f86365f
Description: IPv4 and IPv6 types for PostgreSQL 12
 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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 215
Depends: postgresql-12-ip4r (= 2.4.1-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-12-ip4r-dbgsym_2.4.1-8.pgdg+1_arm64.deb
Size: 179208
SHA256: ac4e4496a9d713c21b13ce27e47456fa30826aeab9029c1985c6914d8f9529a5
SHA1: ac41db2faec742582b2b2785610f86ecca9ed04a
MD5sum: ffd6e0a6ba2e9b8ef583c14e68613188
Description: debug symbols for postgresql-12-ip4r
Build-Ids: 98d7c3d08dc6278b19dceb11004603c34384fa32
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-jsquery
Source: jsquery
Version: 1.1.1-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 356
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-12-jsquery_1.1.1-6.pgdg+1_arm64.deb
Size: 137444
SHA256: 64485cc113110e29a305582a0adf46abac387fc1497670b0dfaf0910ce26cb12
SHA1: 33393d67ddb4259a80df0a465dd509b7ca9cf4da
MD5sum: f14ee8acb7b8a54b8632d096075edbb2
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-12-jsquery (= 1.1.1-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-12-jsquery-dbgsym_1.1.1-6.pgdg+1_arm64.deb
Size: 95936
SHA256: 5d944805c909a73f3a220cb791c78410cad1d523e1c0d29a880a1f861c3a85bf
SHA1: f3935fe8a802a0b26afbce091479bf35d1adc2a2
MD5sum: 9af6f21f160de78250f0e864c5d17387
Description: debug symbols for postgresql-12-jsquery
Build-Ids: 3d47f6384edf8ef8e1f055e5d0c8dc83aef2d452
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-mimeo
Source: mimeo
Version: 1.5.1-14.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4485
Depends: postgresql-12, postgresql-contrib-12
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-12-mimeo_1.5.1-14.pgdg+1_all.deb
Size: 128484
SHA256: a5a343b51541c8080c70e266c4a67632a6c85ffb744136f5f4c0b8fe3d473971
SHA1: 650998557c48a2baa837530294f0a8e6662127da
MD5sum: 95080721b322989fb64e68c186dfc475
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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-omnidb
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.17), libpq5, postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-12-omnidb_3.0.0.20201026-4.pgdg+1_arm64.deb
Size: 21164
SHA256: bee2a5720d460d47b2e6a2ffcebe953abd699ca4d6581e9038b164bd2959c59e
SHA1: a43b84661945b9ebfc9ad937981159a265cd1226
MD5sum: ad40c38b888a5746f060102becda3cca
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL omnidb_plpgsql_debugger extension for
 interactive PL/pgSQL debugging in OmniDB.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-omnidb-dbgsym
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-12-omnidb (= 3.0.0.20201026-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-12-omnidb-dbgsym_3.0.0.20201026-4.pgdg+1_arm64.deb
Size: 34872
SHA256: 472ef4147378aed27afaf5218fa75215db25ea482018f58b04afbc2fc71857c9
SHA1: 96672cf8b3822d481a1803e3107a3ca3c447ab9b
MD5sum: cee29f0f831795d27aac39ceb4857fb6
Description: debug symbols for postgresql-12-omnidb
Build-Ids: 50223ca4efe90b9ce22927e295cf482e6479b965
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-orafce
Source: orafce
Version: 3.25.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1065
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_3.25.0-2.pgdg+1_arm64.deb
Size: 348280
SHA256: cca633d5eed32242d0541db8bbb4cecf707884dcb724f8c448358571a2e5a83f
SHA1: 3c6b5c0d03cd89ac07a6a3c8ca7c8f3c7034fb1f
MD5sum: 7636c59f088d50b74efc16c7cf2f30de
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 3.25.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 277
Depends: postgresql-12-orafce (= 3.25.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_3.25.0-2.pgdg+1_arm64.deb
Size: 230848
SHA256: 15bc5059176aaa7a37234e208b63e5029e6832e4478c4d4129d2b0f913bdaa8f
SHA1: babe7970800520c204c255bbae0b7f05d56c91d3
MD5sum: 05b5495f05e1fc16d23b2237e080ec3c
Description: debug symbols for postgresql-12-orafce
Build-Ids: 88df5108fa2f6ed7c25784949472b746bddadcbc
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-partman
Source: pg-partman
Version: 4.7.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6797
Depends: postgresql-12, python3, python3-psycopg2, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-12-partman_4.7.0-2.pgdg+1_arm64.deb
Size: 255948
SHA256: 34165feec036616c05936622e07e6baa76a511951fafd596b9018b2756598784
SHA1: 9965c2128d94f8ea794df5ffca985b3be87c1932
MD5sum: 5d9c09ab1c3a05ac293bb939a61b2706
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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-partman-dbgsym
Source: pg-partman
Version: 4.7.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-12-partman (= 4.7.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-12-partman-dbgsym_4.7.0-2.pgdg+1_arm64.deb
Size: 20944
SHA256: be0259bdb810cb6f74421d7f7d84f077f0beaa42e3cefac2c271a51ae9e08f54
SHA1: e174d9c368aa819e95882861fd0be92dd0d6d5e2
MD5sum: acacccea7210dc764f771626ea82e61d
Description: debug symbols for postgresql-12-partman
Build-Ids: 4dd67059117a3501c2743931fc9980f965ac9371
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-pg-catcheck
Source: pg-catcheck
Version: 1.3.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-12, libc6 (>= 2.34), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-12-pg-catcheck_1.3.0-2.pgdg+1_arm64.deb
Size: 32096
SHA256: 6ff1e092f34a847db863df53708674f41442ea97e8e5818628f73030cbaa0a9d
SHA1: a1abeae54362613a6a3dc6c30b80193a7f3e0557
MD5sum: 9ab1614a5d3507811c7f8ca07d080587
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.3.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-12-pg-catcheck (= 1.3.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-12-pg-catcheck-dbgsym_1.3.0-2.pgdg+1_arm64.deb
Size: 37732
SHA256: 2a1b0e9a5dc5ef405861b3270082177c78b19c050d42b61bf03fa0917470e096
SHA1: fb6df61b23b0a24fe02943ed13eaaa3d41dca1d4
MD5sum: b8fa0c8715cc3af4d392ff094628138f
Description: debug symbols for postgresql-12-pg-catcheck
Build-Ids: 563e549293ceb86a60b366f88a9feca0d8c1eb8f
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-pg-checksums
Source: pg-checksums
Version: 1.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-12, libc6 (>= 2.34)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-12-pg-checksums_1.1-2.pgdg+1_arm64.deb
Size: 34840
SHA256: 1c87632204794b40c2b02eb4355f2282d01ef982bd1b8e3327e90297df8c8fd6
SHA1: 32dee9326ed736368f415682a7851fb6352e50b4
MD5sum: 4922b955af2a157268b1dbe4dbee4cf5
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-12-pg-checksums (= 1.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-12-pg-checksums-dbgsym_1.1-2.pgdg+1_arm64.deb
Size: 23124
SHA256: 0a2e48b6e324aac3e490e9afcc60011db209db7cb9e5dffa8f9b5c0c7cb910b0
SHA1: ade0fe79d253d0f2e170c71ccbded173b31d2e76
MD5sum: c5db068028f13f584630e9673b5f1407
Description: debug symbols for postgresql-12-pg-checksums
Build-Ids: a52a7a63adae2b0a253294ab3571673690273e4d
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-pgextwlist
Source: pgextwlist
Version: 1.15-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-12-pgextwlist_1.15-2.pgdg+1_arm64.deb
Size: 36080
SHA256: 7f003b0e59eb21571d3ce837d9d5e558d8ae82dc781fffdeab800bea5390613c
SHA1: 6119fed95b16ca362064667de1d5a78c6baf654c
MD5sum: 8af7f292e06cc85614b303329f0d25e4
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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.15-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-12-pgextwlist (= 1.15-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-12-pgextwlist-dbgsym_1.15-2.pgdg+1_arm64.deb
Size: 48404
SHA256: 965895bf997f598432548aaa7a23b90be022a177bddf0e45b5aeef7dd1c2579a
SHA1: 0bbe98fadc6233a2b097c8c42cec7a2c8ce54673
MD5sum: 2d4906501713548b3b3ac1dd0b5e6b36
Description: debug symbols for postgresql-12-pgextwlist
Build-Ids: 5eb38b19f9b27fa439a9aaca584c1c2e0a4efc41
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-pg-fact-loader
Source: pg-fact-loader
Version: 1.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 971
Depends: postgresql-12, libc6 (>= 2.17), postgresql-12-jit-llvm (>= 14)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-12-pg-fact-loader_1.7.0-1.pgdg+1_arm64.deb
Size: 51316
SHA256: dbf0d4c8b9538cfaf492172757aa463ff378332c608da3322e5bb2736f64e97a
SHA1: ea508892d2b9b5a50122b3813eb3282a68f79cb9
MD5sum: c3a2afdfad721acde7ec3ee4bf913e03
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 12.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 29
Depends: postgresql-12-pg-fact-loader (= 1.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-12-pg-fact-loader-dbgsym_1.7.0-1.pgdg+1_arm64.deb
Size: 14028
SHA256: 925754e64be96ba1ffdd771569a48e9b63fb596fce733d4d5c4b69e8130bdb97
SHA1: 2e3422c91e21a146fb32660c918a4bbe8345370d
MD5sum: 649c4b88815efc6bbbaf36e953365ebe
Description: debug symbols for postgresql-12-pg-fact-loader
Build-Ids: 32a99f5ae86ff962b314e4c096aaa7b416c1da60
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-pgfincore
Source: pgfincore
Version: 1.2.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: libc6 (>= 2.34), postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-12-pgfincore_1.2.4-2.pgdg+1_arm64.deb
Size: 31704
SHA256: d06a0baf76bdfbbc6d3d04adf3a57e9a0cde33d683b9adbaf9449ae4478595b0
SHA1: ed6a08401d42844bcda1b1bd8eeaa17d77431a3f
MD5sum: b0c406f5592f327f6db83d5b52e22d99
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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-pgfincore-dbgsym
Source: pgfincore
Version: 1.2.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-12-pgfincore (= 1.2.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-12-pgfincore-dbgsym_1.2.4-2.pgdg+1_arm64.deb
Size: 41868
SHA256: 2333b4aac855693250fd3c145150146a1e1a09795b7c19dd8d7cb612c895eb06
SHA1: 4eb76190d5a059c5ac80602e323a7585ae86b2a3
MD5sum: fa6d5113ebf8e8a12c2ce93fb052c015
Description: debug symbols for postgresql-12-pgfincore
Build-Ids: e705bd07f2530a4d8a87456274953ea48299ebb2
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-pgpcre
Source: pgpcre
Version: 0.20190509-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), libpcre3
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-12-pgpcre_0.20190509-5.pgdg+1_arm64.deb
Size: 18980
SHA256: 99659386e86864b168bd0d62e5493ca410ba58f6d1b7771e2182510c79e62070
SHA1: d13521d60e2a993cfdf9b6aab19e18d4ccc19b59
MD5sum: 5f8a9b378b03a877037e34a92a6b580a
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-12-pgpcre (= 0.20190509-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-12-pgpcre-dbgsym_0.20190509-5.pgdg+1_arm64.deb
Size: 15780
SHA256: 06f88ef27e5b723c428b6d5fc603cf7780eebc7e847c40422feb822e4d72474b
SHA1: 5eca5bd096ae9446891fe33db4ea2730168d3211
MD5sum: b076e14f0d47ec56574adf983f2e5a9a
Description: debug symbols for postgresql-12-pgpcre
Build-Ids: c3c9b7c1b8ca62ba282b235c19a2227584054c7e
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-pg-qualstats
Source: pg-qualstats
Version: 2.0.4-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 174
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-12-pg-qualstats_2.0.4-2.pgdg+1_arm64.deb
Size: 62896
SHA256: 3346c1af22c2e7d7007d681dad053eabb31a4ea79a72204d353879c60ae01930
SHA1: 6574869a786dfc4a829be9935883a421e2f692fb
MD5sum: 245fb7d3dd37d814e33e4af4ac641b56
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.0.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 76
Depends: postgresql-12-pg-qualstats (= 2.0.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-12-pg-qualstats-dbgsym_2.0.4-2.pgdg+1_arm64.deb
Size: 58936
SHA256: e58cc0ef4cbaf45354999047dc1df9e9bbaeb00c9e75e720c07fbbcc27d47019
SHA1: 51039528c40794ee3c35bee9d6fd0056d7ffb2b1
MD5sum: 0d23d491355119bc4b58969e73125fe4
Description: debug symbols for postgresql-12-pg-qualstats
Build-Ids: dc9e48bde54dab27203b99e187aed4493648447f
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-pgrouting
Source: pgrouting
Version: 3.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2868
Depends: postgresql-12-pgrouting-scripts (>= 3.4.1-1.pgdg+1), postgresql-12, postgresql-12-postgis, postgresql-12-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: postgresql-12-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting_3.4.1-1.pgdg+1_arm64.deb
Size: 726036
SHA256: 11f43a6ef533ac04e4a4055408421ccd0723c0367ffe094adf670e0f9dc3a74b
SHA1: 5c4c065f0b202e5bfff22944c8db0e73634eca56
MD5sum: d3948d2f68ce856d0c7c07fb272bc0d5
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 12.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-pgrouting-dbgsym
Source: pgrouting
Version: 3.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25230
Depends: postgresql-12-pgrouting (= 3.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-dbgsym_3.4.1-1.pgdg+1_arm64.deb
Size: 25216592
SHA256: f641410f7352f3088be64b4babe8c1249540a07e5e018eade46cfe0ad37f90df
SHA1: 765af65c5173405f3229d134479ea6e59995270e
MD5sum: 149400c69f964bdcd7cd97e9e02560da
Description: debug symbols for postgresql-12-pgrouting
Build-Ids: 4851b28aea64a9d0a68d805626769e1a7f06ea07
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-pgrouting-doc
Source: pgrouting
Version: 3.4.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7493
Depends: libjs-mathjax, libjs-sphinxdoc (>= 4.3)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-doc_3.4.1-1.pgdg+1_all.deb
Size: 2293780
SHA256: 40297bc7ed1975135c822e680d776845e37d741abb25806c134a3a5f2f102342
SHA1: 66f8c83f09794717e2f2772ac6e96e1c8b9f126e
MD5sum: 847a1f69a94c42da769f72dd0cae7a1e
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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-pgrouting-scripts
Source: pgrouting
Version: 3.4.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2896
Provides: postgresql-pgrouting-scripts
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-scripts_3.4.1-1.pgdg+1_all.deb
Size: 59752
SHA256: d8c201d596961d516d3a0e38e1fac79a0b97258d1c142814a4ef7317b9b0dcfb
SHA1: 29e7d8012099af3b97c073aa97d1e5c3aa9a53c2
MD5sum: 3d4be499622643808222eab62c3f0a6a
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 12.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.1-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 159
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-contrib-12
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-12-pg-stat-kcache_2.2.1-2.pgdg+1_arm64.deb
Size: 37840
SHA256: a07769bb4eacc924b4768cd4c8f658cdfae15b4c8e0419d05416ed6738f21a96
SHA1: cee6f857fb13b899bbd7f69f9b825cacc0e40045
MD5sum: ab439a65de168b74ff250d56388fc82c
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 55
Depends: postgresql-12-pg-stat-kcache (= 2.2.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-12-pg-stat-kcache-dbgsym_2.2.1-2.pgdg+1_arm64.deb
Size: 39040
SHA256: 734c3f7af25b4d652298aa21c3be7af2031d3a5f1b53811216d9466fcc6a43ad
SHA1: 2cdbfdd55c34d798bf6926bbae878a89c81fb5da
MD5sum: c3fe74968f7626c3eeacfcc1a5a15aa3
Description: debug symbols for postgresql-12-pg-stat-kcache
Build-Ids: 4fa37365d0dbd0daf48512a6493fec2ac59d6da0
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-pgtap
Source: pgtap
Version: 1.2.0-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1757
Depends: postgresql-12
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-12-pgtap_1.2.0-3.pgdg+1_all.deb
Size: 59636
SHA256: 8ea7865733c56e271a0d9277dd464669f8c978b6bdf3c14ee5ee469209702665
SHA1: 8a5195082b0b62c30d154345e9365836d509e4b9
MD5sum: 8d990446afe4856db1a8990fd2b6cba1
Description: Unit testing framework extension for PostgreSQL 12
 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 12.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-pg-track-settings
Source: pg-track-settings
Version: 2.1.1-2.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 123
Depends: postgresql-12
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-12-pg-track-settings_2.1.1-2.pgdg+1_all.deb
Size: 9100
SHA256: d086a8fddb1049927aa7ee65e821e1bc8a008105ed81dac398653f4f287b8551
SHA1: 21779284687413b9eb394bb9139a19201a570280
MD5sum: 352e48dbdae3df30a790914d7dd7af5c
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.4-2.pgdg+1
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 137
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-12-pg-wait-sampling_1.1.4-2.pgdg+1_arm64.deb
Size: 40824
SHA256: e7994047478c9a5fdf22cd4f606735a8f417ce6cc0474a46cc337a36097520b3
SHA1: e1c57843ba4ea73b29f50ea57e190909452aa492
MD5sum: 809b8facb99e4d977f6ea39bad0ee5f1
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 70
Depends: postgresql-12-pg-wait-sampling (= 1.1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-12-pg-wait-sampling-dbgsym_1.1.4-2.pgdg+1_arm64.deb
Size: 52860
SHA256: 7a1203a4a46c8b7895c2c4f631592aa0ead6e80766be5a88b850cbfca8bd00ca
SHA1: 1205f1bed0a91909fefe72d19ef98ca46264a8a7
MD5sum: 82b930e6a900c47d028e4a30fb79c93c
Description: debug symbols for postgresql-12-pg-wait-sampling
Build-Ids: 4530974f481fa688bd867a831d89a3268f3004b9
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-rational
Source: pg-rational
Version: 0.0.2-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-12-rational_0.0.2-5.pgdg+1_arm64.deb
Size: 25552
SHA256: 8ab5c5b0cbe662c115542bce3b87c55080e4d7ee9a9ccc067a3d430c85f4f56e
SHA1: 17921168808b7bb0cd7fb73bcc633bc9c00588e9
MD5sum: 937c7caaa078426eab95cf3a3066d8be
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-rational-dbgsym
Source: pg-rational
Version: 0.0.2-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-12-rational (= 0.0.2-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-12-rational-dbgsym_0.0.2-5.pgdg+1_arm64.deb
Size: 20640
SHA256: f7fa46b5bdf93fa6bd225259a9c42e351c9a2014bf21ec7553461ed88ea46538
SHA1: 502cea106ff7bfe61cf676ab5252d55cbaa94964
MD5sum: eb9881e18a20dc1edae0ca33018060ae
Description: debug symbols for postgresql-12-rational
Build-Ids: 3f7ff447af9d3cd52d99cec8bd144751e1581043
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-similarity
Source: pg-similarity
Version: 1.0-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 317
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-12-similarity_1.0-6.pgdg+1_arm64.deb
Size: 101984
SHA256: 3afd9cd58137180832f3f5a01beeae1e201680e3804bf33b0fba99dbae4cbce8
SHA1: 8c336b98653427cc519ffabb9c50af9a71b5215c
MD5sum: a053991f88d1ffa7384363de431906a6
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-similarity-dbgsym
Source: pg-similarity
Version: 1.0-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-12-similarity (= 1.0-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-12-similarity-dbgsym_1.0-6.pgdg+1_arm64.deb
Size: 59040
SHA256: f65ed456305a7b45b9b2bb7db76f28dd4701a21dc50444f4f0aad7dcdd61deba
SHA1: d0088f5daf57b46cc4ca22e6684d8e4a3e6b3ca4
MD5sum: 735d20372ce3e68c684624592ce0bd70
Description: debug symbols for postgresql-12-similarity
Build-Ids: 1a817154f28b4a9805c3d217fb13b21ba3c98c04
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-snakeoil
Source: pg-snakeoil
Version: 1.3-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), libclamav9 (>= 0.101.0)
Recommends: clamav-freshclam | clamav-data
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-12-snakeoil_1.3-4.pgdg+1_arm64.deb
Size: 17488
SHA256: 41afd49769ff6898e4b553663a0fe602d7ddea3d2b43a151675d17b5e0b1c1ee
SHA1: 3ae5f9bf1d18dc46f127fea6a51fa07c1855feb9
MD5sum: b07584443f44fdb30639a663c1b3cf99
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-12-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-12-snakeoil (= 1.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-12-snakeoil-dbgsym_1.3-4.pgdg+1_arm64.deb
Size: 15052
SHA256: 44cb9207176afca1b322bd283a44cb7b41d2b04b6ddeb0639009c42f9ceb9123
SHA1: 9b6e74a9c190a7b51b431cc5b90b5972c7794fca
MD5sum: 04f920cb8d6a2842a6545ab3c8aac704
Description: debug symbols for postgresql-12-snakeoil
Build-Ids: 01133d7b4ad2feb7e5ad91f10bb3456ce1f8ebfd
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13
Source: postgresql-13 (13.8-1.pgdg+1)
Version: 13.8-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53977
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-13-jit-llvm (= 14), postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-13_13.8-1.pgdg+1+b1_arm64.deb
Size: 16397472
SHA256: eec30b88f6951abeb73d20edf4cb0d8ca8d04b3157204778567b3db1723904e9
SHA1: 3f383d991b7642a75983ad30af30556215ba6a34
MD5sum: cfc9fd642869812709c043a8403890f5
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 13.
Postgresql-Catversion: 202007201
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.6-3.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 98
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-13-bgw-replstatus_1.0.6-3.pgdg+1_arm64.deb
Size: 15440
SHA256: 4f5964460808ff4d36b381201f7f3060af67df18bd4162f83efd01733fce381f
SHA1: 462a56d9659733a2bfbe36246ccd4705a8a2f655
MD5sum: 8298026d0cf4b99ca0555cdbd81eb47b
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.6-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 23
Depends: postgresql-13-bgw-replstatus (= 1.0.6-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-13-bgw-replstatus-dbgsym_1.0.6-3.pgdg+1_arm64.deb
Size: 8868
SHA256: a9b4556eaa0986e94f9c22e4f7ff9154f2b961007d87440f24194453a503babd
SHA1: 8481e554acddc836d6d825a7bfbecbb854a4c3ec
MD5sum: 3533d4523789091b0b98a7b5bca1cb57
Description: debug symbols for postgresql-13-bgw-replstatus
Build-Ids: 24e2b5d5f66af1084233e4d412dd42611de6f94f
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-dbgsym
Source: postgresql-13 (13.8-1.pgdg+1)
Version: 13.8-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17191
Depends: postgresql-13 (= 13.8-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-13-dbgsym_13.8-1.pgdg+1+b1_arm64.deb
Size: 15580492
SHA256: 4ab3c0a88752f6c149344e05c97a5fe865d450f88b995ba52f90efcc9e650727
SHA1: 03f7cea1d34a6b05391bdad02a3b9076831d97b2
MD5sum: dfefb50df26df7c1b012c9e9227c513f
Description: debug symbols for postgresql-13
Build-Ids: 057f4299005447810842591d83fc927706607672 06ca2727a9c61c40e6627bef26cd8b4b165498e7 077850844fbddd42c5a5cd235b27a1fc237d74a5 08ecab69ea6b7395970698b66eb2b40f3ee652df 0920be99f1d543833c756b77eddac035d0ef4c0f 0e37aba1e8bbf061d69f50fd047c391a3fe3f8ec 0e9ab281fd053a25cd4ff61f70cc58e0d7ab5284 153d2c385d1b98e885f8b3edcbdb20b4afe6e142 157acd4f64020dfb1a7b43ef16ea93d910551a98 18227b48a896caf35a3b513d0d67e31ca3fbd808 182926f3d1f15ecd76939ac0c88a9a17fa73bf91 1a8af4117359aae31cd8809fbe9a9439cd3571a3 1b91397072c85d2b97e5b065058a0087944b12d1 1c60ec98633d9a16edec4219d66a14d204556f76 1cbe08e858698ad80e151077706493e292e925f6 1ffe554aa516622dd690faa0d3ec1dd16e9f3cb0 277bbe139303ebe0350c9852f75e0eb29fff6dd6 27b2c6b8db3d6fbda62c4c9b7f0f8f068cd180e0 29e9b8d14859099656f91f11ab2f1caee21b4059 2eb9bd08bf9fa85506b625e82d5733e5d947a4b6 2fc05d38cc835c84bca552cbde2e762e3e6a7f3a 2feea7a09946816b1654018fa44faa40fe67f123 302b9c16565e9cfab54dc4813714f49bc00ec749 31ef002ca672ee424da032d460e7449695e1c546 32f665c9764b846473793d59029190635ea1ba5d 34820fd32d74232cbb5f408e7fc6d829f45f059b 39e462bacd71105a33a13d719e1dcc68a9fbe9cc 444a478eead545ba26f1b3ccd00efb22be9ac05b 468815e16563b1160b5179e1e79585feef637e17 4820d8b777587ff320ef8d7a114d0337b1ce21c4 4a2570119dfe55f6fa2cc66b401925e914d4e74c 5241f5ea1c017fa3719b26b135c60abb12f45f3c 55056179181b597664361e28f07559e07fa46dc8 57a3ea64b2c399a8eaaebf198756f4bc375b83b1 5c2f68d1e7e26aa911a68c157cbb083a6ad6ba8d 5c4e47fad57007b271dabd3877f79f934da28ad5 612f5bc449066bb80fa4efd4a0373d79837b331c 614ba0bc09e0e3d45e4da9ec836d83b30fddd704 61efc59261e9d3cf681c07846b935172a6eb5331 62672f42c0229455ed49ecc7cc5ca0bd590e100b 64091b32ce10e7960e7a4914bd16e0264f484aec 64d2ef298feac8e30cc6954b9a6b773ee8e17df7 686eac3eb05ee7a438488157471f12a393cca893 68dc33e75b224ff060b0a46a3edb6a2808dc4e62 7e7170b74b9f14634224d4549a6c679d2e26387c 7e9a637da316b84f6196f268129d32afb8b97064 815d15f44c94248b0d34dd9b68d1d41c41d7ac93 834f2e35b3b5299cb3a4f75481c97261fafbbd70 88ebee6d8f8a6839d31c135e7c6f0a6fb4d53b36 8d7275aeb308d4ca1980333752a4ccbc35fa7005 8e6df0a15c03364a20edc7e33aa1a58563064004 8e96e2fe53cc02517a3b1f23203927188fc53317 90f2661114891d943ebd84673df07f4b335d3b9c 92af6924e039568e265c3af2c4df1f476075101e 93deb859a20a74352b84a12d27b474029d06e345 9411505c7464669c004da6fa487812369d54ffaa 9c77fbe35bcf010047443e07fd1b20b68830a561 9c7b6a361d0654c033f6a9b6edf5b3e70a9464ac 9f0ad255d990d3d7278648e46aac27e6ad47fd48 a10ad4d5ba58a015573dbb858e612c67ec1af915 a195a055010b6f524a8b8b8bc27f8afdb944822e a29764eed4f8f77a754b2b90a31b7783d7199b1b a2b630b61f5beda6c86719d1e1e9e5053200c2d3 a4ff0dbdef47bc8fcc5f5560f07f78eec4f40a18 ac0bb031c5f162c4f9ad04f10876f21ddb0dc563 ace87be1c66775a5872efc65435380933ed3f034 acfbd37e22b13b963229efa139cc0904ad4855d1 ad6643aae1fac7904fec6ed957e13237b091ab74 b4933aa0f9513ca77b12d7274e323cad884924df bd674472c36707284a2df2249c9067d79e39c32a c25303d4387d35c23871c60780b1f4f1cbaa8106 c5bd299dd1eded74badb23c64afb52b3f3e36dbc c7d5b02bd1378388a67d1229c98173ed04c8e5b0 cad43a1b316a521c73d69ffb0e38911201929f84 d22cfd6a480457a13a9dcc92c7c0ec6ebb0ab2bf d2a1de55b81241bb796f088b6b20dd5086afa30b d43b08b297ab038508329fafdbd812490e29603b d5fd62c599db61e40e2ccbc2a67a9d8356c01d9b d66a8d3296ef7788daee94ba7dbbd423de0673e2 d889ad2b09964d02a46df93ba9ff9577587985e3 de6b229b8b460cc46aac032288793f582cfbafeb e09e0f19481eb931e13a0b3cccd8e039a0eb2267 e17503cfd48ac1d4923a2da07d4d63ae9fb53aa3 e2ef8516d26b3738456d49fc012919913c827f90 e7ba9d2b04bc70c384600093728479855fd022fc eabb128ed29ffc6fd9b9b2480a790c178e9f6a98 ebc7101c51326bb73957bab437c83cfe7a1b0749 f031af40cb2f4bb427f50c3fcb7667ce920840a2 f8b33cc27b10d41b30b630b489b26d9c27241fbf fa056544c373307962f3f3fef3ce788c8534ef48 fcfbdd8d73b9727d88d85bbd7cf81d59ff1334f2 ff7812b7529fd828305fdc838d97a5e09849ab83
Postgresql-Catversion: 202007201
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-dirtyread
Source: pg-dirtyread
Version: 2.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-13-dirtyread_2.5-1.pgdg+1_arm64.deb
Size: 25052
SHA256: 8fc14d07fb51f8ea9a2a295d70b9a29b1ed32048aab90ef3d2bb4b4bed946d56
SHA1: 0b7b83c92488af45499943b23ae4fb9f037017ea
MD5sum: 2c611d458b4b6b154b51bea9813ea17e
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-13-dirtyread (= 2.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-13-dirtyread-dbgsym_2.5-1.pgdg+1_arm64.deb
Size: 32076
SHA256: cb9d4b2cefeef0322af38e0da86a9a0d00fe54ac89e4289035aa8a992302531e
SHA1: 0e213681e53f6228a9711a3ebd7eceeda8244ee4
MD5sum: ca447a3a1818f20cd48acd50aefdefe2
Description: debug symbols for postgresql-13-dirtyread
Build-Ids: b45d35c338201bf57d9da30b1ffacfce9713cc83
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-extra-window-functions
Source: extra-window-functions
Version: 1.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-13-extra-window-functions_1.0-4.pgdg+1_arm64.deb
Size: 15836
SHA256: 10b5434ca83390e86f1ba7710b79d1810e39e56552337d7e05871f51453e699b
SHA1: 450266fb5cfe24ae3d8a3eaf3851a5abace56908
MD5sum: cdf0c0530e17fcb5c0dd9d39127a45e2
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-13-extra-window-functions (= 1.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-13-extra-window-functions-dbgsym_1.0-4.pgdg+1_arm64.deb
Size: 10312
SHA256: f74a7148bb71d1f8b9ea450b6d141d060ae5697f6ef73bf0a315366befe2c853
SHA1: 2d220b2ec4380cb17758f5d8082b60828fd03eda
MD5sum: 24379395596820e4dc07c6f136a5f477
Description: debug symbols for postgresql-13-extra-window-functions
Build-Ids: 4ca6cd1580e5a1563918cddb82e9da5152203389
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-13-first-last-agg_0.1.4-4-gd63ea3b-6.pgdg+1_arm64.deb
Size: 8656
SHA256: 2723ca7846ea362a72a5a256a2ecb551854f8373107a380f67b617bec5b77497
SHA1: b885109200c4949b42fb88f3f313f89f9ff0f4fc
MD5sum: dae4d6fb7c09b4fb24e41e0ee8f892b2
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-13-first-last-agg (= 0.1.4-4-gd63ea3b-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-13-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-6.pgdg+1_arm64.deb
Size: 4588
SHA256: 1cbbb3d33b00ceb7434a8958da4b6d2585d9dd8cc23c007cf0c542d3e6c494ad
SHA1: 27e9d7befb19c26b6840a78771faea0a21584e36
MD5sum: e883d8cdf12a9dd726dd1c2b230264ee
Description: debug symbols for postgresql-13-first-last-agg
Build-Ids: 270f13624122dc03806b4846bc612f4fe81841bc
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-hypopg
Source: hypopg
Version: 1.3.1-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 180
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-13-hypopg_1.3.1-2.pgdg+1_arm64.deb
Size: 70160
SHA256: 9a502ee1c48b660955490bfae1af93f6c16ae26a1fc54431ac7cccc8f6a11519
SHA1: e202dd0d46da98b571e92266601d89b08035309a
MD5sum: 6541671cfb8fd05f924e8eac0e8399b9
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-hypopg-dbgsym
Source: hypopg
Version: 1.3.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 104
Depends: postgresql-13-hypopg (= 1.3.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-13-hypopg-dbgsym_1.3.1-2.pgdg+1_arm64.deb
Size: 85752
SHA256: 5f78aac6fea6086878d769dff83190e951ceedba852368913d09ec0b588ac520
SHA1: 598e36e39ac7da279903611bb8bc20ee172c5ac3
MD5sum: 71315cf7d4c84988a51160543f456944
Description: debug symbols for postgresql-13-hypopg
Build-Ids: e9e1d8076fc2dbfa258120f16931dd7b7eaa0502
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-icu-ext
Source: icu-ext
Version: 1.6.2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 207
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), libicu71 (>= 71.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext_1.6.2-4.pgdg+1_arm64.deb
Size: 73392
SHA256: 3bc379b6f09f003aed6b83985ba012552218a985574415be2e387238a78e5c64
SHA1: c203440cbab1094c501af3c52017ad660e5b462e
MD5sum: f405edc8be65abf6633bfd4291caf19c
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-icu-ext-dbgsym
Source: icu-ext
Version: 1.6.2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-13-icu-ext (= 1.6.2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext-dbgsym_1.6.2-4.pgdg+1_arm64.deb
Size: 63172
SHA256: deb06bdd88e25d3cd505a1593bf143c46390621133aea5c31a41d79e9b3d6ade
SHA1: 12dac1a4b31dad37c2e3cf8c8d4655c9194e19b4
MD5sum: 758c3db1d277b71d0700f54753665def
Description: debug symbols for postgresql-13-icu-ext
Build-Ids: 0f9a9a2ab2033bfbc07508f864d2447ed27af6b8
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-ip4r
Source: ip4r
Version: 2.4.1-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 697
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-13-ip4r_2.4.1-8.pgdg+1_arm64.deb
Size: 198460
SHA256: c3ec6f08d9445ae966960e2ed4e1b18c29d26fad87b36a055fe9306f15d960b6
SHA1: 23329b5a28e841df076a95516b1276d80bafd4d1
MD5sum: 1a083f163b1ddfe1a408a80fc1bccda2
Description: IPv4 and IPv6 types for PostgreSQL 13
 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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 215
Depends: postgresql-13-ip4r (= 2.4.1-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-13-ip4r-dbgsym_2.4.1-8.pgdg+1_arm64.deb
Size: 178928
SHA256: fee06e975dd6aea6c018b870dbcab2ec68b289b51de8644e9a9646f02baab803
SHA1: 9dcb477b3c6b8719c8fca43a815ed8c21e1b995b
MD5sum: eb27f5445642ab5f4395c8608b27e92c
Description: debug symbols for postgresql-13-ip4r
Build-Ids: 70e9589dde29b622d0b5f7a0f538efbb837a3431
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-jsquery
Source: jsquery
Version: 1.1.1-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 358
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-13-jsquery_1.1.1-6.pgdg+1_arm64.deb
Size: 137900
SHA256: 755571607dd8d682d7ba6daa13d97ec7d65fb900aa3376be0a60667d612d1f7c
SHA1: aaa51758f296af3bac6aa1025af20e5f12b79b0c
MD5sum: 5a163a2175eb15e443b4e91cbbe7b778
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-13-jsquery (= 1.1.1-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-13-jsquery-dbgsym_1.1.1-6.pgdg+1_arm64.deb
Size: 98320
SHA256: ce52062671667dd0ad3df13a240cdd40e80885128e44c3d83ed1913b72bb93c1
SHA1: b25f8a93b38aa80512affcec00e4514fd8309c4c
MD5sum: 21b3e4e3bf62f3585bef2641359c226a
Description: debug symbols for postgresql-13-jsquery
Build-Ids: 893d8735628b3e76403af3528799856b899f7c56
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-mimeo
Source: mimeo
Version: 1.5.1-14.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4485
Depends: postgresql-13, postgresql-contrib-13
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-13-mimeo_1.5.1-14.pgdg+1_all.deb
Size: 128460
SHA256: e10a65ef24676136bb041e82b12264e33d0b44f5353786bca47fbc0a08fdff01
SHA1: d466f633b33b473a3543a1734ec6e29761c973d4
MD5sum: cd82426c64b344557bfde67097d41928
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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-omnidb
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.17), libpq5, postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-13-omnidb_3.0.0.20201026-4.pgdg+1_arm64.deb
Size: 21164
SHA256: 4388f84fcbc7dac74943e9a3fc820ce470b113c34261504f205c9fbcb331e711
SHA1: 2ae000ff6d62ab04098c0f1e99e7997c4cd51afc
MD5sum: a887bd1a17e982186c358da45a5d9c07
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL omnidb_plpgsql_debugger extension for
 interactive PL/pgSQL debugging in OmniDB.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-omnidb-dbgsym
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-13-omnidb (= 3.0.0.20201026-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-13-omnidb-dbgsym_3.0.0.20201026-4.pgdg+1_arm64.deb
Size: 34908
SHA256: 63d4324f399315f1d049c5ea6eb4560a7f30a60014f1d1fefdb1361b24600348
SHA1: 78e0e7e5fd7adbea97e284ccae33b5f7193093b1
MD5sum: 046e8f58ff1ef68630e697cf40fa2858
Description: debug symbols for postgresql-13-omnidb
Build-Ids: a308eb8a69a2155b6b43732cd397e7c34cbc296b
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-orafce
Source: orafce
Version: 3.25.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1061
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_3.25.0-2.pgdg+1_arm64.deb
Size: 346756
SHA256: 78789043c574aafd367121de2951f8089c091b7f345989a699b585a1383ba627
SHA1: 7ca93abbfc6dfcf39579965a4c74b4e6f533f66f
MD5sum: 66320e5ea1c607c11a6f3cb9f07ba989
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 3.25.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 275
Depends: postgresql-13-orafce (= 3.25.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_3.25.0-2.pgdg+1_arm64.deb
Size: 228700
SHA256: 88a746a5bbe5f02d306541abd6e9291a1dea8c7c54bd67b43f1222c60d3e1c9d
SHA1: 66a5634b06e2770f450d5fea672a3bc759d34d09
MD5sum: 7fa90243b34e3e175af7971512fab37c
Description: debug symbols for postgresql-13-orafce
Build-Ids: 4d6c49ef10a77a5414a77302e30708814ca6c450
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-partman
Source: pg-partman
Version: 4.7.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6798
Depends: postgresql-13, python3, python3-psycopg2, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-13-partman_4.7.0-2.pgdg+1_arm64.deb
Size: 256764
SHA256: 9113ce03bdb9ef5af098c00e3e8a6a744af2f55adc3de88dc14457178ab7f288
SHA1: d903de55bf152e88d041d6f73ccdecbb29fffdb3
MD5sum: f0067e4f859711f07073a514d54ec936
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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-partman-dbgsym
Source: pg-partman
Version: 4.7.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-13-partman (= 4.7.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-13-partman-dbgsym_4.7.0-2.pgdg+1_arm64.deb
Size: 21860
SHA256: afb912cef5b81c7d4193f5305a1200a5ea1f3780f0009ccebd580ec5a69041f1
SHA1: 5e1bc8acab3fe9dc11c5689dbe983b40220e2062
MD5sum: 420cc4787c14172407357c511bb637e8
Description: debug symbols for postgresql-13-partman
Build-Ids: 561170d113c3338613ab8b237ec494c14d5ad528
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-pg-catcheck
Source: pg-catcheck
Version: 1.3.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-13, libc6 (>= 2.34), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-13-pg-catcheck_1.3.0-2.pgdg+1_arm64.deb
Size: 31972
SHA256: b97894830f0175cad9022f6f0b6d291f183af1399c2c9b7429e6d4be354ecb6a
SHA1: 29f931c791ff54361721f13817bda4937b2d77bd
MD5sum: d73945553a8c0ec65ab7bf2dd5f9add0
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.3.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-13-pg-catcheck (= 1.3.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-13-pg-catcheck-dbgsym_1.3.0-2.pgdg+1_arm64.deb
Size: 37744
SHA256: cc6c67fead35e4d0183cd3afd0ca2eaf816f9b381e6462f4191a487221d40c60
SHA1: 71cc7309d325ad5b60d1dd77feba18bc64ec2691
MD5sum: 330c5549e1b3a330003cee7b1cfd621f
Description: debug symbols for postgresql-13-pg-catcheck
Build-Ids: a1fe7d319dddf2bbc9ced7cf45f4b3a2127ea527
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-pg-checksums
Source: pg-checksums
Version: 1.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-13, libc6 (>= 2.34)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-13-pg-checksums_1.1-2.pgdg+1_arm64.deb
Size: 34696
SHA256: ab40844aab4eb24549c5819c94dd83f63c9203eee84412fd439229c21c8111af
SHA1: e8c1b81e6975cfcebe622f5cdcfec7f324088402
MD5sum: 2b9c12c19a103d0024ec59967cfffe24
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-13-pg-checksums (= 1.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-13-pg-checksums-dbgsym_1.1-2.pgdg+1_arm64.deb
Size: 23164
SHA256: e914b9d087af95d106d87b0554ed151c2a6d49a5df3f1e8e438e1636994e9771
SHA1: 31695df6996ec2fc26f6fa8d5b00ec2ab4d297a2
MD5sum: 680ac65465153b3906c1d17aef92a456
Description: debug symbols for postgresql-13-pg-checksums
Build-Ids: a5cebb6acd6f925d168ef73115a6dc2eb29619d8
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-pgextwlist
Source: pgextwlist
Version: 1.15-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-13-pgextwlist_1.15-2.pgdg+1_arm64.deb
Size: 36368
SHA256: 55c8104fb96d45f236005b190758cb81d6721291cb9a82769662d12042a659e5
SHA1: e033a3f16a5aabfe0d5ac21e70ca8a7752bfb127
MD5sum: 1ea13132857e950aa91f98178f218f57
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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.15-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-13-pgextwlist (= 1.15-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-13-pgextwlist-dbgsym_1.15-2.pgdg+1_arm64.deb
Size: 54684
SHA256: 93896ccb0112c1ef4b0e958a45ccb398036e8e7791656a05db1e46f899d3ebe4
SHA1: 0dec77b47386d7e678c3e9e21637df4e5242d1b8
MD5sum: dd815da6bd84920b09e5cf3f7b3ecb35
Description: debug symbols for postgresql-13-pgextwlist
Build-Ids: 9fab6a8c8a52302daab68a50da864a61ae4baa1d
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-pg-fact-loader
Source: pg-fact-loader
Version: 1.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 971
Depends: postgresql-13, libc6 (>= 2.17), postgresql-13-jit-llvm (>= 14)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-13-pg-fact-loader_1.7.0-1.pgdg+1_arm64.deb
Size: 51112
SHA256: f5f761f5099878af9018d2948cf2a8436d6ce0db5d7a8c731058862be1d8ac8b
SHA1: 7aa8e3934836ce8848b11e195b9f7560e00ccb26
MD5sum: 3001382700d431bf60f2f1b058a85e56
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 13.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 29
Depends: postgresql-13-pg-fact-loader (= 1.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-13-pg-fact-loader-dbgsym_1.7.0-1.pgdg+1_arm64.deb
Size: 14068
SHA256: 3e35c42cef2ae3b243b6da5f56d4115fe449b3ba49a7ea635db643fb7bd1adf1
SHA1: 1a5c7c81ddb1c3ce8650dca12cfbb792819e156a
MD5sum: a00e8bbf13304794bc1a089f149cec79
Description: debug symbols for postgresql-13-pg-fact-loader
Build-Ids: 190e4cfa890fcb0523eac26dcf166556c89a8a97
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-pgfincore
Source: pgfincore
Version: 1.2.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: libc6 (>= 2.34), postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-13-pgfincore_1.2.4-2.pgdg+1_arm64.deb
Size: 31796
SHA256: 6beb0f1830407e599349789353dd0ba869d2544e7c8011b7d6513bbb1e0c6761
SHA1: e5a559b8531ef9b581bc012067d01daaa8ba2cd8
MD5sum: b5a6fa8d3b1114bb024257d419d469ab
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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-pgfincore-dbgsym
Source: pgfincore
Version: 1.2.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-13-pgfincore (= 1.2.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-13-pgfincore-dbgsym_1.2.4-2.pgdg+1_arm64.deb
Size: 39648
SHA256: edad02f4737e5d50bf59eed277ade8782afe7bb2d2dc2f86d0d0a3bed6e4d114
SHA1: 170b392ea1a7b64946ac9a2e3272e0c28b935254
MD5sum: 1bd4ff287ab808604b95653562c90deb
Description: debug symbols for postgresql-13-pgfincore
Build-Ids: 394f3b16f83619261ccc4e7feefef2dfdf16c76f
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-pgpcre
Source: pgpcre
Version: 0.20190509-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), libpcre3
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-13-pgpcre_0.20190509-5.pgdg+1_arm64.deb
Size: 19000
SHA256: 2eef38a139388e08479bcaf6f5a34619463b694bc28bf252df624403a1eb907b
SHA1: 7b35fa4c0fdaa7d0692baba7dbc2e4fff2f33226
MD5sum: 66bff8c480b166170d42011a9e71749f
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-13-pgpcre (= 0.20190509-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-13-pgpcre-dbgsym_0.20190509-5.pgdg+1_arm64.deb
Size: 15872
SHA256: 6a2f99e39b88be725429b97bcb4fbe1597cc348e79800eaa1109cc04d6ad2295
SHA1: 6825d9ae2f91f84b4a0109e623e01df085a08052
MD5sum: 8121cc6d36cba4acc335ae93995a1558
Description: debug symbols for postgresql-13-pgpcre
Build-Ids: 65627ec871ce97fa5fa3a2f003efbdfdd8a5a873
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-pg-qualstats
Source: pg-qualstats
Version: 2.0.4-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 175
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-13-pg-qualstats_2.0.4-2.pgdg+1_arm64.deb
Size: 63836
SHA256: 905db3bf467fd40d875cda7ad822d91d9a2e5a4e44115235aa901b2f70370011
SHA1: f26ecdf482f8180a9a6dbda4b4e631ea3052c0e4
MD5sum: ed5c2745140d01a9dcdba5c6a2ad3d3a
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.0.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 78
Depends: postgresql-13-pg-qualstats (= 2.0.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-13-pg-qualstats-dbgsym_2.0.4-2.pgdg+1_arm64.deb
Size: 61092
SHA256: 2dfa0028e9c042d9007679f7e6981e34ff880cb7276198a46ad9833df581716e
SHA1: 74cce32a5424140560e36b13d854823998eb2880
MD5sum: 94c6e4f86e3b8553d4d9b1685b3133c7
Description: debug symbols for postgresql-13-pg-qualstats
Build-Ids: c46d57c54a1b092428b2dafda37ea99ea5566c1a
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-pgrouting
Source: pgrouting
Version: 3.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2868
Depends: postgresql-13-pgrouting-scripts (>= 3.4.1-1.pgdg+1), postgresql-13, postgresql-13-postgis, postgresql-13-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: postgresql-13-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting_3.4.1-1.pgdg+1_arm64.deb
Size: 725760
SHA256: b5480e27dc3e6a2e013eb1d508663e25dc6c2e44afdef04379ec960c2d9b3058
SHA1: 262e38b511e2fc85ef42c0704b66cd215a371e51
MD5sum: b540c38ba122f57ebd5adc121008011f
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 13.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-pgrouting-dbgsym
Source: pgrouting
Version: 3.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25230
Depends: postgresql-13-pgrouting (= 3.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-dbgsym_3.4.1-1.pgdg+1_arm64.deb
Size: 25216560
SHA256: 12b3c2b8c5c9b438b213688847933cf0e0a8c34f7ecc3d6b1c1703c612a775b2
SHA1: 08a7750b165eeb463a18b84e9c4d9542ba51cd96
MD5sum: cda4e7a871da8b1e271969f2f3c1d7d4
Description: debug symbols for postgresql-13-pgrouting
Build-Ids: 4ea5570b2a982732e185abbd6a03d3f6f339c86b
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-pgrouting-doc
Source: pgrouting
Version: 3.4.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7493
Depends: libjs-mathjax, libjs-sphinxdoc (>= 4.3)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-doc_3.4.1-1.pgdg+1_all.deb
Size: 2293816
SHA256: 51a64fb3d06be5447d7dee50499a5b695626b09d2d7e6adedfe0a57767272924
SHA1: deeba55924b4b05a65d06a46d3959ec8523adf7b
MD5sum: 278a9f2f3c8a22b0d4fe70ecc23775c7
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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-pgrouting-scripts
Source: pgrouting
Version: 3.4.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2896
Provides: postgresql-pgrouting-scripts
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-scripts_3.4.1-1.pgdg+1_all.deb
Size: 59732
SHA256: d37d4a626bce391d55eeaddb4884eb9dea884e778350d1b3a263c6198d542ccb
SHA1: 1e8c30a3cb1c4cd2aeae716e150a41a703d0f4e3
MD5sum: c658f63abf45317b0583845eb7c2f9af
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 13.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.1-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 162
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-contrib-13
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-13-pg-stat-kcache_2.2.1-2.pgdg+1_arm64.deb
Size: 40444
SHA256: 30a92ff52217136db5edffce1fbbe261c608830c4db84bea145df5167ca02c8d
SHA1: 168c0d7df427f0538cfed4506e1af680c2d06947
MD5sum: 0cb6a1dda5fc55b372819c7a40ff7ccc
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 57
Depends: postgresql-13-pg-stat-kcache (= 2.2.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-13-pg-stat-kcache-dbgsym_2.2.1-2.pgdg+1_arm64.deb
Size: 40000
SHA256: bcdca7ae0d4a840af543ae285585bc11f0ebe2eedab98ba445f11f719325a7f5
SHA1: 00d55cde9dfefd79022232e59a434a22d60e4fba
MD5sum: 5ec8d49130e8cb33601a78187b76f6ac
Description: debug symbols for postgresql-13-pg-stat-kcache
Build-Ids: 1ba2fb94a0b3b371a98baf5905f04d7dc7fe483b
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-pgtap
Source: pgtap
Version: 1.2.0-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1757
Depends: postgresql-13
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-13-pgtap_1.2.0-3.pgdg+1_all.deb
Size: 59688
SHA256: ffe5490bdca3a3f3dbd538f682ff4cd26885d871eec82c274848e626de2a29fb
SHA1: 5173a6d3d532ec6f17c57909a956dfef95984dfb
MD5sum: e27008b12e41ed9cbfd48ba37aabfb07
Description: Unit testing framework extension for PostgreSQL 13
 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 13.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-pg-track-settings
Source: pg-track-settings
Version: 2.1.1-2.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 123
Depends: postgresql-13
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-13-pg-track-settings_2.1.1-2.pgdg+1_all.deb
Size: 9100
SHA256: 8084ffe2a46400372a2a8b0bfb987152d0d9b2c76720362e2a7731a8c3f73bcf
SHA1: 700e314d3bedd78dfeabb51a0038f76a7a86a30d
MD5sum: 2c9a3aff185faee7ef1ffa7fd27bec8e
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.4-2.pgdg+1
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 136
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-13-pg-wait-sampling_1.1.4-2.pgdg+1_arm64.deb
Size: 40508
SHA256: dd840839261798cfc23a68ceabe9dc240e07ce272d844048d8df7d7eef053e48
SHA1: 036e574179e5942a7e1839b9b05a8926b69622a0
MD5sum: 29bf4ab9e5eeebd6a952bf027077d7d0
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 69
Depends: postgresql-13-pg-wait-sampling (= 1.1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-13-pg-wait-sampling-dbgsym_1.1.4-2.pgdg+1_arm64.deb
Size: 50888
SHA256: 14c0100ec1511b3a43eba955417b0ac28ce3654706ece7bfb8db4c87ea4debc8
SHA1: a667ba6ea9fbf3f92e75c30f72c8960d803862d6
MD5sum: fd2b61d3c52fe0d1e6816f0561d1f23d
Description: debug symbols for postgresql-13-pg-wait-sampling
Build-Ids: bb023b1b1376dad4192dbd94ebd294c649c39000
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-rational
Source: pg-rational
Version: 0.0.2-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-13-rational_0.0.2-5.pgdg+1_arm64.deb
Size: 25748
SHA256: 337a89e4e2b41d47dbfb82f48ca838032817f40240521067409765ed9cbf18ec
SHA1: 0dae7731d16922a1051f792d77b7c35fba564602
MD5sum: 1ac3a0f28d6aec967155cb591fea217a
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-rational-dbgsym
Source: pg-rational
Version: 0.0.2-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-13-rational (= 0.0.2-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-13-rational-dbgsym_0.0.2-5.pgdg+1_arm64.deb
Size: 20772
SHA256: e0f18ec026aefb3fe9a38e71c69879f4446a9aa68888e28a9f07db868e367f30
SHA1: cfac61d7097b10f8e86bc4545c43ff291b369d18
MD5sum: 074190ebe395f3d1f3c10626bfd50377
Description: debug symbols for postgresql-13-rational
Build-Ids: 621e2893a98d6f04470c61e1d692ddbad17cf2e8
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-similarity
Source: pg-similarity
Version: 1.0-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 382
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-13-similarity_1.0-6.pgdg+1_arm64.deb
Size: 104844
SHA256: 14fab732e3beba306be2fd2b3bd6ab9880e7347c97c3f95e8d18d1c240ed43ab
SHA1: 30283b75bf921091ee714863720b14b632208715
MD5sum: 7fdf1df4f05a0375d5adb7ac819441c5
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-similarity-dbgsym
Source: pg-similarity
Version: 1.0-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-13-similarity (= 1.0-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-13-similarity-dbgsym_1.0-6.pgdg+1_arm64.deb
Size: 62456
SHA256: e0518b7e4066d1d17e4610534b42d33223584422061bfe602595f470837273b6
SHA1: 56acf84a0e829b8a09047aeaf8ea3c9793e85dac
MD5sum: 08132734e810af162d4993f5e87e3aa6
Description: debug symbols for postgresql-13-similarity
Build-Ids: 97dc875d209f4fe2df4ae2743f02befdcc421b92
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-snakeoil
Source: pg-snakeoil
Version: 1.3-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), libclamav9 (>= 0.101.0)
Recommends: clamav-freshclam | clamav-data
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-13-snakeoil_1.3-4.pgdg+1_arm64.deb
Size: 17736
SHA256: 195870a26318b3de53534ae93799b20a11fa626137196e48f532e9b6726c6f79
SHA1: 0f177e91d30265e76c2b3a0f8c01ab9a44e85ce2
MD5sum: 955c22e8cb1ed5f64ec2aaf1cd0e3cce
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-13-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-13-snakeoil (= 1.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-13-snakeoil-dbgsym_1.3-4.pgdg+1_arm64.deb
Size: 15336
SHA256: 76475ee6ca8790e7699cdfc07e6724313a03b829f4c82eab8bf556edff9c2194
SHA1: 17ca31562c2920df9f8f6e133fa3e94bcdca929d
MD5sum: a384266dc6bc243cafadae867eda3361
Description: debug symbols for postgresql-13-snakeoil
Build-Ids: bf89e8161d64a78a1f73a768655b56d9d1e9b666
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14
Source: postgresql-14 (14.5-2.pgdg+2)
Version: 14.5-2.pgdg+2+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56041
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 229~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-14-jit-llvm (= 14), postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-14_14.5-2.pgdg+2+b1_arm64.deb
Size: 17193232
SHA256: f8ba4544c045adc10d12421f04221302b21f3cc11828a8196eb0bb2ba5ede75a
SHA1: 204d44ff82d64f09f0866e1e666789a219cbc36b
MD5sum: 6b09e4acfc3830c447cdabfde9562ebe
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 14.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202107181
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.6-3.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 98
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-14-bgw-replstatus_1.0.6-3.pgdg+1_arm64.deb
Size: 15512
SHA256: 52acc655d0ff15e5ed4ed25b52a49b51b8b0ef5c509549026694c1f86cbe0899
SHA1: 1c199b5531aebab50cbf60dec95c5b5d69e473f7
MD5sum: a45e3aaab782b8d967d8b29474ca4221
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.6-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 24
Depends: postgresql-14-bgw-replstatus (= 1.0.6-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-14-bgw-replstatus-dbgsym_1.0.6-3.pgdg+1_arm64.deb
Size: 8916
SHA256: ca73bf3a272d50817554b44d3ef8b8fd604f7e13da52348d384e31eb1754aec8
SHA1: 5b0ea5e2684e76ab0c8d6c691cf58b0b704b1c5d
MD5sum: 2700513018a1d4f9a7f04e5aebfe469a
Description: debug symbols for postgresql-14-bgw-replstatus
Build-Ids: 3dddaf8e2d50236842a5945687eae45ac2d3a4d6
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-dbgsym
Source: postgresql-14 (14.5-2.pgdg+2)
Version: 14.5-2.pgdg+2+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18274
Depends: postgresql-14 (= 14.5-2.pgdg+2+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-14-dbgsym_14.5-2.pgdg+2+b1_arm64.deb
Size: 16481000
SHA256: ebab60d514350e97dbeef1a81c8fbe87e916b026004f2ec163193726e2863070
SHA1: a5c91d524132aa249ef1a7720cf599788b2eaf21
MD5sum: 5997f39848ff4286df46e525169da339
Description: debug symbols for postgresql-14
Build-Ids: 09b8d69e673d7ffbff44354da9d49245701e6893 0bd4b85afe6c4dc8990abde5e373016714724d04 0d7453a0236f4d75eb4f0c03d7a5348e5a0716f7 0fd1c4a6c8d8afadc6d2661eb5c3fe881f1740b7 1146eeb40fd2de3995af17ecc6232375ac547022 1455e1c9df9a38dc11a03ef5732a1731aea7187a 1aefc48793cf7d4babd9d5a8e3f23f8fa788094e 1c85263428bd2383edb55493d2f8e4360b169dad 221f83721c044f766eac84b6b6bbf1a0d51f74eb 227dc61e94545bda0362ae4f12e8fd1c5e3410a4 2ab4515015bcaa7bb5dacbc416ac8f40227ee28b 2cfed2c8bdc99245659c1e5e9867cc5935dca55b 2e73f60c2e5abc37b0cf906d35c9a9f23739f85e 2fe7335d56882b9b5b3b4d0ded070b1efe0f0c29 3622babc844b1c9a977c5a89b16428d9ecb99674 36ecca3a63a91276c785bcffb86743f0d8486261 3735be69751dd9a67f74e27d93a4df126851a6a9 374f44439d7920595786ab7414317a006a81918b 3a48409dd35f115afd1bd0dfa6f3f13c7391260e 3a61b99137a00213476e15e40f65dee0a5240aeb 3d32f7d561f5eed17f2181d7a5e79c0009e9d16e 40555eebc5fe9c7d292baf871d84771a13b0df09 40a6731ed5843f0f7aa772c5ab69b3760496789a 411d752adbb0b362ea5a07d566db6edb54aac0a2 46129d9d5f74979514bc81c958fa406b1d04b15d 47964ba2afd87e971cf099e978e43dec5e40995f 47f49cecc307669aa42b62515f593430570996ed 48d2e96b242838b3041cf74e524eb27b58b7c6d6 4b5989f7eb5af5e922b345c731a645603043ec9a 4feea6eb255b69de1100a0d8490851159c3d9190 55ade753389d031eed5119e46815d80a7d8d0638 56bd734c7631b6b0a105628dbae8aaf940ac57cc 5765bba3b850122b423c75a0aae45d163aa66214 58de66b57510e307bfd6fb11a6f40d88a14626ea 5a542e98c71a90e6204bc0c42f937d620bb36378 5f51b0225ad6f66da3eef05288fef7b9b159ac8b 5f523b2ce5b62c85565cee8f56b148b1c55fffcd 5feff91594dd0785041d64b6650eed7df8460ea1 6071d6e603420a857ab3adec69e3308d7f7c9c23 619960d6ad491f4e74a689ba69d235be0d4b190b 619e1eb57e78d22e4e576ae7f721d3b569b2c515 6417e9127800e60a3cc5fc290f83d1dc4d1a7182 64793ce821f8a6485cd9d0d547693a1b9c5ec905 64d28f6df1b27dca8aefb9b91dce9eca4d99dab8 656081f494dcfe221b57c62becd00008801f3373 6d0f3b36a8d4617cc9b1d5b33a5aa3fcd4fb1757 75ad2c85d5a26730afa0e30bf8e6e711c8aee834 7ae277348320810233768212091b3c75776eb753 7d4d077a9bccd4188cb8372ff8653eb43aeece01 7e1fbe286e002c04ce18c246c0c1245014a9627e 7ee6c8b4a5ee516d93b9645194daf0762c7adc60 7fad4d13e591e7de7b9e65e6a2a8665e7fd7365b 873344a67e2d394a2c948dfc1336dd6ee7db5da2 89d669793dddf2b5fd9eba010e1db4dc3a22cccc 8a466d098af0653e21341b9501b2424ed24b2a9b 8a7f8f99c1b7d9c4a18ad84d7952e9e80304164f 8c2d3bbcff0cedef11969d3b8b13716192b60554 912adfe94ecd193d0e33cd4487557f6387614350 91e4cd1fbecd665ef1c2bbd50736205e0d76a402 93c65cd59ad25884cfb6772b5773c54832d21e88 94eae3cd759ed1b549d00670684872318655ea9d 976e53afa61a8f1827e5f5429567d0de8ff7e935 9c627c944a990b7738522056505de903b7ced93a 9d1a68ee588174dfceb16449b6de8cf493eb892c 9ee08a94ccc1eb90f8b3ce00e279c2f450e45ae7 a0f10daaaeaae016b91e61da749b7b8394fedacf a15a5fc48402f59e3b9e7eff0324e761d9d12289 acdb1348c51513dc7cfdc0dc7abe9b2eb809909e acfc9f5690581dbbc2383075936961b9e86a5083 add0bf68ded5a399cb0f8c773554aa0942a9b4bc ae7e51410614a5b9e195723a33999d605f522c9e af62b4e6da92c7fe9ad221f12092390302b7d56e b45afd711155474d078eb8b61f79403f4fffd769 b5c3d3e1ce1caf4dd6e1e957d572b10b375c0b5d b8349541e096b4699d3b774acbbe79d3086b4566 bae289ce309f8884511d454e117932f8f17a942c bfd3a201f2f45ee51f60800a9b55baf9f619b411 c556bdd3553b8733c281be5c30339657a97c53c8 c6cfbbe7ff2b8d40f2d8da816531e0628d9797db ca31f66080278a3a377c12567bf122e024a95167 cb692c379c09b0214ec490afc61588307099fd8f de97f6129488fbf257da0f5908b4172380843bfe df38b0fe2958b7b334ee521e6b440767f6e9a279 dfc3594bdd0f4b201dc478a9bc931ef42ff6ec1e e33e359ecc82bf26ec784e32fc2b2eb5cf3a54a1 e4459bbbecc19aaf7ebc0bb2f94b9bdf44125824 eba6d36295287be3cf26e0e92d7b25d2828eb572 f16877278b87ed99e51d8f7ce9eb406c1f391838 f468c97530653af578dc84d268217e353cb67fbf f48f77b39d45da6a7849e703db380b3e7da77dbf f6c825a4e86b6b497f114b7650df8d465786f546 f888eca7a4485d0702a5f5f7d8b7091d2ac9e422 fc0cb4f71e18b0249801aba1f0bb4ebcd0439c97
Postgresql-Catversion: 202107181
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-dirtyread
Source: pg-dirtyread
Version: 2.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-14-dirtyread_2.5-1.pgdg+1_arm64.deb
Size: 25320
SHA256: dfd32b85bf2b9a1ad2ba099118855152beb2a339d644353f20ff6e24e3024f75
SHA1: 691e1a549057af54510a8e3649654f37bc96d32e
MD5sum: caa6bfc24db80dda5bb7029c033ec356
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-14-dirtyread (= 2.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-14-dirtyread-dbgsym_2.5-1.pgdg+1_arm64.deb
Size: 32756
SHA256: 7d9eb6b9e062dd661a071f54398ed91856dc75ff186f385633d2afb8225b6f7a
SHA1: 2d784247aa76768680078d6b471d098a379af8df
MD5sum: d464c093888865bcd8d91227c646196c
Description: debug symbols for postgresql-14-dirtyread
Build-Ids: 495748435c1e858bb14a4a2790b1cee90c6a2f01
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-extra-window-functions
Source: extra-window-functions
Version: 1.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-14-extra-window-functions_1.0-4.pgdg+1_arm64.deb
Size: 15996
SHA256: ecaea2de2cf0d3d4fad7c511460de9ce3d628ba39105ef342ef00629408ac187
SHA1: cdea79c9d5dae2af95beefa0f1fac576b5715ae0
MD5sum: 1782efed64a93d52c833a9f564a5db3d
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-14-extra-window-functions (= 1.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-14-extra-window-functions-dbgsym_1.0-4.pgdg+1_arm64.deb
Size: 10336
SHA256: 916199c283aea1976288c1de3ccda1dd3c0059251937dd203d83d9f436707eab
SHA1: 80c294df9f5242d5ad545482f178a4fba7c51e00
MD5sum: dad4c8c225b7dad5a9a25eebca582cfb
Description: debug symbols for postgresql-14-extra-window-functions
Build-Ids: 6972b69a15f6997fb95e74bf533e2f0990b1ea4e
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-14-first-last-agg_0.1.4-4-gd63ea3b-6.pgdg+1_arm64.deb
Size: 8668
SHA256: 8a5150dd2c26f3d964b4ac25e39a0dcbd0e27b5bf693289440b231fe945e5348
SHA1: 5c5291d67986e8e544e28f1f62a036a83e8c8783
MD5sum: 0e0149c8916c2e2a3ab9132d55b1344a
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-14-first-last-agg (= 0.1.4-4-gd63ea3b-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-14-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-6.pgdg+1_arm64.deb
Size: 4584
SHA256: e84eca4a5477df34534755d4786a221c3ff1b3df35c666571c1dd5ddbc620b76
SHA1: d503b2a9d2807a134f0c641e35f7266621eb7a22
MD5sum: a79c5e3deddb1f3126b79c2802a6d7a6
Description: debug symbols for postgresql-14-first-last-agg
Build-Ids: 53d19496758f7f1c85e1097497ad2aa7ce972e62
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-hypopg
Source: hypopg
Version: 1.3.1-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 181
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-14-hypopg_1.3.1-2.pgdg+1_arm64.deb
Size: 71488
SHA256: ac5154bd2b9d9f2fdfe21da1e60f7b16d32f29708b8dd6afc9e5e7560401b365
SHA1: 04964c4cf4f08fed98d08667b1eb2b7dc51f24a2
MD5sum: be42b1763465ac8b9dbf7bc1c7a4dc50
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-hypopg-dbgsym
Source: hypopg
Version: 1.3.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 109
Depends: postgresql-14-hypopg (= 1.3.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-14-hypopg-dbgsym_1.3.1-2.pgdg+1_arm64.deb
Size: 91600
SHA256: 944f2b1b73ff21351d60772aa8f7657130cac1697c1d8bbf8992e82d6731db6d
SHA1: 35b04ce277ad30592fdcc6c2b9d96f97c5f6fe4e
MD5sum: c1a7d47d4e7e03b228399517cbed89f7
Description: debug symbols for postgresql-14-hypopg
Build-Ids: bc5c8c3a97092735c9d3cb501e63544a507c8c0c
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-icu-ext
Source: icu-ext
Version: 1.6.2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 209
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), libicu71 (>= 71.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-14-icu-ext_1.6.2-4.pgdg+1_arm64.deb
Size: 73872
SHA256: b85840726288f364abe0f1db48e2b89613276128c9e65e615bc1b4478349ef33
SHA1: ef77db69e4f462180ea1658fe64323796cf39116
MD5sum: 9d76d89cc430100f395ce6ae6ba0645c
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-icu-ext-dbgsym
Source: icu-ext
Version: 1.6.2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-14-icu-ext (= 1.6.2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-14-icu-ext-dbgsym_1.6.2-4.pgdg+1_arm64.deb
Size: 63452
SHA256: e4e4fe28da026719b4339156d6eafba7e573c6ec4c2f23696f97c954d61ecb67
SHA1: 2819992ebfd8b65b63c83c5c1b21f31d34f85935
MD5sum: 33767fb592a5f0f77b6d2462f714e886
Description: debug symbols for postgresql-14-icu-ext
Build-Ids: b112e53a02269b0639fe643d0746f9f4eda72ec5
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-ip4r
Source: ip4r
Version: 2.4.1-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 697
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-14-ip4r_2.4.1-8.pgdg+1_arm64.deb
Size: 198828
SHA256: 47da794950825eb888f6055ee8047f10cc995034c426eba77600e2289fcd91b2
SHA1: 419a123b118cb9b68d5d9cebbe2b3a27c4f9d531
MD5sum: e7a91c8e002e7a01363b4699b0df1ada
Description: IPv4 and IPv6 types for PostgreSQL 14
 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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 212
Depends: postgresql-14-ip4r (= 2.4.1-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-14-ip4r-dbgsym_2.4.1-8.pgdg+1_arm64.deb
Size: 175556
SHA256: 0c535e38fde4a5ffad365f2ef0e57499976337aa50e9ce876752b4c33ed7ce50
SHA1: c54bc3d3fa726caf1019ee81307ec6f14f34e4ed
MD5sum: 9cef7345794787110ea22d0d8d998042
Description: debug symbols for postgresql-14-ip4r
Build-Ids: c43f087376ac8132ec689aedd8e036f4e88754c8
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-jsquery
Source: jsquery
Version: 1.1.1-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 360
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-14-jsquery_1.1.1-6.pgdg+1_arm64.deb
Size: 138340
SHA256: ca8797af0c3221cb63421e30961feb812e9198711e960312db82b749d8b43f63
SHA1: 562f6577d3d0b3e84354d84fa0562831ebbd806a
MD5sum: 241cd0dbffb0cecedf37cc3d8eb7fa7e
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-14-jsquery (= 1.1.1-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-14-jsquery-dbgsym_1.1.1-6.pgdg+1_arm64.deb
Size: 98372
SHA256: ff76cf534feeab880b181c7edd6b3629a551011ccebf3df5c79961a9b56a4939
SHA1: ccb9efd5c9e77181bfca225f98244fcd326e634f
MD5sum: 57136bd1d0cccbfdb9bc17f88e15c485
Description: debug symbols for postgresql-14-jsquery
Build-Ids: 6e48ef67eed6a13f9ab83c38ce1192d2f89207ed
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-mimeo
Source: mimeo
Version: 1.5.1-14.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4485
Depends: postgresql-14, postgresql-contrib-14
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-14-mimeo_1.5.1-14.pgdg+1_all.deb
Size: 128436
SHA256: 0e046badd17b5b451d1234a1a5b111cce2db70309c9b879d3487dfce01d5b931
SHA1: f15ea7eb8aa0c2d409ad4e8405be5b19bb2a72b3
MD5sum: eec7c22c901fcaecf35c79f7d390b253
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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-omnidb
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.17), libpq5, postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-14-omnidb_3.0.0.20201026-4.pgdg+1_arm64.deb
Size: 21436
SHA256: 1534584cbcff31b436218b84563dd360271f11b9b6baae0c46bb155942b455eb
SHA1: c8d50e82a2dc961d9612fa006fd544f9723fbb0c
MD5sum: 9e0841dd413daacdd4359c42801e2d16
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL omnidb_plpgsql_debugger extension for
 interactive PL/pgSQL debugging in OmniDB.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-omnidb-dbgsym
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-14-omnidb (= 3.0.0.20201026-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-14-omnidb-dbgsym_3.0.0.20201026-4.pgdg+1_arm64.deb
Size: 35784
SHA256: a4e0bd3307d31671f7a0cd1c47f9223271d54dc2721bd9fbccf12d6c05b091b3
SHA1: 70b6b09e2a34d77eef81971f7372ab44bf061f9e
MD5sum: f61afbcfcc7d20b5561a03f63feb00ab
Description: debug symbols for postgresql-14-omnidb
Build-Ids: 61edc80b986fe546a628a309e7925ffe286e3ce0
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-orafce
Source: orafce
Version: 3.25.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1069
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_3.25.0-2.pgdg+1_arm64.deb
Size: 347656
SHA256: 1e6545d8d1248c5b7730dfdff53b3edc8ac0889c3f1b3b01e317d2059281a592
SHA1: 235c4a2bbd24c5483d1877a2cc35106b1195dee4
MD5sum: 8694166d4c7fb3e2192f9065d66f5717
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 3.25.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 277
Depends: postgresql-14-orafce (= 3.25.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_3.25.0-2.pgdg+1_arm64.deb
Size: 229432
SHA256: d3b391ac69ce825774231dbc29b4dc6b7fe39717c89f4814aa612d7afcce74b2
SHA1: 65a28703117912a61f39e592dc37b871c06a8637
MD5sum: 451d8830a766b935f7c4e2723b792071
Description: debug symbols for postgresql-14-orafce
Build-Ids: d60ed66bda366f94fb7955feeeed0184598f2936
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-partman
Source: pg-partman
Version: 4.7.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6798
Depends: postgresql-14, python3, python3-psycopg2, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-14-partman_4.7.0-2.pgdg+1_arm64.deb
Size: 256888
SHA256: 6d700eacd126f0304acc3b127a76f064e92b8ceb310a03a4713a00a5d94f5de3
SHA1: ad572b8e459866aebcdc8efc18e59b5efbe01812
MD5sum: 148c2f67caf664aaeb7b736a09f4b33a
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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-partman-dbgsym
Source: pg-partman
Version: 4.7.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-14-partman (= 4.7.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-14-partman-dbgsym_4.7.0-2.pgdg+1_arm64.deb
Size: 22312
SHA256: ce4f163b19a69949f3d1a088c5e2dbfc17deb749791ae145282b4ff4f492a370
SHA1: fabb524260faecc8b574be9f2980563ad0002256
MD5sum: 2966293484289efb621d6f75a9db4285
Description: debug symbols for postgresql-14-partman
Build-Ids: 320972af97ed9dcdb4c3382751c65d59b324058e
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-pg-catcheck
Source: pg-catcheck
Version: 1.3.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-14, libc6 (>= 2.34), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-14-pg-catcheck_1.3.0-2.pgdg+1_arm64.deb
Size: 33560
SHA256: 57883fab6444cec69ae726a415a5a1ab2833f63e6c8fb645ad96eb9c707c3375
SHA1: ce2db79da0e4c4298092f5ca99156b22536f357e
MD5sum: 566e827e1dd8a9a81c90340fea4ad19f
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.3.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-14-pg-catcheck (= 1.3.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-14-pg-catcheck-dbgsym_1.3.0-2.pgdg+1_arm64.deb
Size: 38024
SHA256: 1bc5e71dee2e19b9b396f192dc60bff581ccfd7cf51df2b2c354db3c99911081
SHA1: 66a928639e61f3f6c5a88ad5397ac366219c53cf
MD5sum: e3b8e0963acfb0775551d2eeba9a3c19
Description: debug symbols for postgresql-14-pg-catcheck
Build-Ids: 8cea2d8c41303a9c9babe83ed260f32e6b0085d6
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-pg-checksums
Source: pg-checksums
Version: 1.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-14, libc6 (>= 2.34)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-14-pg-checksums_1.1-2.pgdg+1_arm64.deb
Size: 34836
SHA256: bce8b54ddc7846bda0d79f1939bee407b628641120a42fe67757f3532a0f6a55
SHA1: ae4e59835f77292750182c7205b7abe3c5016355
MD5sum: 85cee350a829c9992d4530a9dbf2a163
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-14-pg-checksums (= 1.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-14-pg-checksums-dbgsym_1.1-2.pgdg+1_arm64.deb
Size: 23144
SHA256: f7fc7c36e4281ad74d7048c2ca36185927cd2e4bca1c2e86b65da2267695cb1b
SHA1: 9ab6135279ae1c429cd4f888516ddfa80d9b0b25
MD5sum: eb796ccac0c8e2adffb9394c2d40c3a3
Description: debug symbols for postgresql-14-pg-checksums
Build-Ids: b4b47447f91c14f91aaecc90830a89e2f21a03b6
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-pgextwlist
Source: pgextwlist
Version: 1.15-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-14-pgextwlist_1.15-2.pgdg+1_arm64.deb
Size: 37596
SHA256: adc62ac3b113a5d0ead88e19505bab370c69089b8f57147f5f6b5ca20c2029ed
SHA1: ad30e100b77882fd26745771a6776d3ce2e67bc3
MD5sum: 31086b4a4264de0a2e6c05997ccc6cfb
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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.15-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-14-pgextwlist (= 1.15-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-14-pgextwlist-dbgsym_1.15-2.pgdg+1_arm64.deb
Size: 56028
SHA256: 42cb1def31ac97d6ee8f2d4bfff83bba28794544f698e20b3b6a8a73adeb1bbe
SHA1: 68ea6fdd5b1808e9330466318d8b58dd4c0cb49b
MD5sum: cb90fd9988a7fca76d4ca913ab0b1045
Description: debug symbols for postgresql-14-pgextwlist
Build-Ids: 61eaca870c6a87c930d42b0489e291a6c1752d92
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-pg-fact-loader
Source: pg-fact-loader
Version: 1.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 970
Depends: postgresql-14, libc6 (>= 2.17), postgresql-14-jit-llvm (>= 14)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-14-pg-fact-loader_1.7.0-1.pgdg+1_arm64.deb
Size: 50752
SHA256: 0b7e6fbbdbb27ada53073c87a608cb17ad27d3bd68244a5dddafc697eefed1f8
SHA1: becf593c04a647476a26a52517401ba3143c1039
MD5sum: c9a6b5ebc92b390f66874ef7bdddff31
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 14.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 29
Depends: postgresql-14-pg-fact-loader (= 1.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-14-pg-fact-loader-dbgsym_1.7.0-1.pgdg+1_arm64.deb
Size: 14096
SHA256: 44f7551311db5ef8f3985123440e1cf7dde2a14bfee9d1c0abc4d28ed62b26f3
SHA1: 4147151e05642a47921da4dc10a46dec87500146
MD5sum: ff4af39287ec0cc34120b0f5d052ffaa
Description: debug symbols for postgresql-14-pg-fact-loader
Build-Ids: 28bd7504282622b12017dcfab1fcfb9d1c8ca1e0
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-pgfincore
Source: pgfincore
Version: 1.2.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: libc6 (>= 2.34), postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-14-pgfincore_1.2.4-2.pgdg+1_arm64.deb
Size: 32436
SHA256: 7246b09e5d7b38652975933eb7ba8835512553c626303074f92f3bf27e7e9a5f
SHA1: 63faaa7c798bfdec70218d210ae6a9aaad9f6c13
MD5sum: e78fc51b40674b15a888df488e4db0a3
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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-pgfincore-dbgsym
Source: pgfincore
Version: 1.2.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-14-pgfincore (= 1.2.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-14-pgfincore-dbgsym_1.2.4-2.pgdg+1_arm64.deb
Size: 40444
SHA256: 3a038dce48d947aeb90d856752cd237d0a6d07407b81a621a41fdceb9ee2fd85
SHA1: f89f4f0902240eb7f3f59111c37b15c6319bc2b2
MD5sum: 1327e6eb7fc5575829d0fa36f1cb5876
Description: debug symbols for postgresql-14-pgfincore
Build-Ids: 86b3e85782952f13bf17ab3fb2a4b23bd114eb64
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-pgpcre
Source: pgpcre
Version: 0.20190509-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), libpcre3
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-14-pgpcre_0.20190509-5.pgdg+1_arm64.deb
Size: 19088
SHA256: 48b4816f37cde88f8362e18e2e065a2ef12a73e215c63a594cfc1d301cf830e7
SHA1: 8a9e4bf2d30fa7c21f95afdedebfb0d2802aae2b
MD5sum: 12cf40ac9ecb7736eccd26a16948f283
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-14-pgpcre (= 0.20190509-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-14-pgpcre-dbgsym_0.20190509-5.pgdg+1_arm64.deb
Size: 15948
SHA256: 7cf944f92a4ce8f193b3a6b0b1b084af0daa92e4cb44112d005fe5e8271de3db
SHA1: 33da5bf58785f80ae8579d2bc3427b6fe5b7fe0a
MD5sum: 5a009ec3d1014836957fa695b8cfdcb9
Description: debug symbols for postgresql-14-pgpcre
Build-Ids: 182b001110fd89a5b274bedcaef6a5a1980c503b
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-pg-qualstats
Source: pg-qualstats
Version: 2.0.4-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 175
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-14-pg-qualstats_2.0.4-2.pgdg+1_arm64.deb
Size: 64264
SHA256: eb9db6bee4c14df924173d8613a8a9fa02c15ab8a373dbc90cd974683e27cedd
SHA1: 1a2942f0d00614d3b9a79d8066e3760e65f5a9e1
MD5sum: 813861f06f4c51e9a96d8743455e3781
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.0.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 79
Depends: postgresql-14-pg-qualstats (= 2.0.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-14-pg-qualstats-dbgsym_2.0.4-2.pgdg+1_arm64.deb
Size: 61772
SHA256: c00637649abc766c101a0286c753ca1733c43bf9b32b1f57cd456e45c5226b81
SHA1: 37a5c54ad578098ba95507046045c00c0df41342
MD5sum: d820b672547a359dbde2eaddc3deb538
Description: debug symbols for postgresql-14-pg-qualstats
Build-Ids: 1280031f91a42dcf44fdc17dba8ef5546a6dcbe8
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-pgrouting
Source: pgrouting
Version: 3.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2868
Depends: postgresql-14-pgrouting-scripts (>= 3.4.1-1.pgdg+1), postgresql-14, postgresql-14-postgis, postgresql-14-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: postgresql-14-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting_3.4.1-1.pgdg+1_arm64.deb
Size: 724916
SHA256: 443d14d8f57827d65643332a14df702c7cfbe05ab25ca2a25f2ef97cb0e09d5f
SHA1: 95b2e6260ee5418b0b923578a82fd3a28a2a2d3f
MD5sum: fd69d8735591b0f60d962d004abfd751
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 14.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-pgrouting-dbgsym
Source: pgrouting
Version: 3.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25229
Depends: postgresql-14-pgrouting (= 3.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-dbgsym_3.4.1-1.pgdg+1_arm64.deb
Size: 25214508
SHA256: c351f1bc71626495d355c8f0e6665d6f169263c43914b20bccbbb4914c2108fc
SHA1: fcdc30cb127e574b08cbf2123ccd4e6552d605b6
MD5sum: e84fef80ab8b2d11f2d2ee089c63ebfa
Description: debug symbols for postgresql-14-pgrouting
Build-Ids: bc9b1fa850f74b80922c7d981bc20ae840ed2579
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-pgrouting-doc
Source: pgrouting
Version: 3.4.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7493
Depends: libjs-mathjax, libjs-sphinxdoc (>= 4.3)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-doc_3.4.1-1.pgdg+1_all.deb
Size: 2293800
SHA256: ff078fe8e8521bcc4d3af4b426fec9b7a571677e1e2efb934c2a33dc52395a2a
SHA1: 0104e924d0862d67a8e86c72a488f71557d264db
MD5sum: c33da6b0424693ab93fa0ed42a83922b
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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-pgrouting-scripts
Source: pgrouting
Version: 3.4.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2896
Provides: postgresql-pgrouting-scripts
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-scripts_3.4.1-1.pgdg+1_all.deb
Size: 59728
SHA256: c333bbeec1c7ef3403ac699cbf937dac50265b78084cb30360aca7ede3d893a6
SHA1: 3cda5b7729e0156fdd2364c4f9fa1b50721e654b
MD5sum: c307592c32cc4aa3c723ca0a29bd547c
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 14.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.1-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 162
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-contrib-14
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-14-pg-stat-kcache_2.2.1-2.pgdg+1_arm64.deb
Size: 40520
SHA256: 7d6157cff247f55ef64d3f081489621b9d6f2503350096f9829da4de403f8a29
SHA1: bca87ef84bf5a0f5827d322149e96a76ede02991
MD5sum: 1ae0647548ce96838daec9d70bb82baa
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 57
Depends: postgresql-14-pg-stat-kcache (= 2.2.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-14-pg-stat-kcache-dbgsym_2.2.1-2.pgdg+1_arm64.deb
Size: 40552
SHA256: 76cb80698b704ed780acb33f3f816a3d93c46dbdfc00d8aa637db945369891f2
SHA1: 888503cff962d1a6c429d23e6990b1156e009685
MD5sum: 57c295a09943bf6b4718d0a3f6350566
Description: debug symbols for postgresql-14-pg-stat-kcache
Build-Ids: 8d27b46833106e035f3f3fb826f36828a7eebe96
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-pgtap
Source: pgtap
Version: 1.2.0-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1757
Depends: postgresql-14
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-14-pgtap_1.2.0-3.pgdg+1_all.deb
Size: 59628
SHA256: 19638f30ab57ee8103898cde4d67cbb11493dc5359bc07d36211749a9db8aa47
SHA1: 71d8534cd91d4a3e20f389c17a53451336a16653
MD5sum: f440b0418a4476cc1fff0d5e5c093a07
Description: Unit testing framework extension for PostgreSQL 14
 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 14.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-pg-track-settings
Source: pg-track-settings
Version: 2.1.1-2.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 123
Depends: postgresql-14
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-14-pg-track-settings_2.1.1-2.pgdg+1_all.deb
Size: 9100
SHA256: 43b90fffda5ddbe7bc21ed57ef092a2195ec0374afbea63a077b8297d4335c66
SHA1: 9523ab60457056273e64e24c3356805f9101c652
MD5sum: cf3d1546d83d3e40c6eb5932eacd0d80
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.4-2.pgdg+1
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 137
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-14-pg-wait-sampling_1.1.4-2.pgdg+1_arm64.deb
Size: 40732
SHA256: 7806a8e7afcbc25a2b53d107655a0faa356d547e9f6f5ce9179a2cb2c5a2371c
SHA1: d186b3e3ef5ee420af20aa12a6e431cc7e70ad38
MD5sum: 2729555d4f95ef000c09aee5ea199308
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 69
Depends: postgresql-14-pg-wait-sampling (= 1.1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-14-pg-wait-sampling-dbgsym_1.1.4-2.pgdg+1_arm64.deb
Size: 51732
SHA256: d62b2c41aac4b31f59cd5d07425ef00888560582bc9580fd918bf7e3efddec3f
SHA1: 573fd8300b2bce6548571410c5a67f65f9ee62df
MD5sum: 64fd0da4f6cff19d329d4558cb6c729c
Description: debug symbols for postgresql-14-pg-wait-sampling
Build-Ids: 9d810fa15d18efa1a5175df7a2890b33d3df14fb
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-rational
Source: pg-rational
Version: 0.0.2-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-14-rational_0.0.2-5.pgdg+1_arm64.deb
Size: 25788
SHA256: 161ab04eb4cd13b8347cc1469ceb0d3da73b1953ce813899c073ee4b74834ae8
SHA1: 951662db4a67d51439a839c1e021121660e41610
MD5sum: 84056bb1cc1cb0385bbc56c15459ac18
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-rational-dbgsym
Source: pg-rational
Version: 0.0.2-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-14-rational (= 0.0.2-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-14-rational-dbgsym_0.0.2-5.pgdg+1_arm64.deb
Size: 20880
SHA256: f98d15f231b7b2bb07d9fe872134f5e3b05be0f26d5c08911ade8b72bdda5cf1
SHA1: a329b7e65f4ff62f0e66f85f3ba0ce2395635317
MD5sum: 9b51075628e1921792c64ce4a47db81f
Description: debug symbols for postgresql-14-rational
Build-Ids: fd8230a46328456b7ea58992c040e1952632aa22
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-similarity
Source: pg-similarity
Version: 1.0-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 385
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-14-similarity_1.0-6.pgdg+1_arm64.deb
Size: 105456
SHA256: 97ae9ee4fc4579ab8db2a634aa4b0abc4ee725028419fe15643fc21168f9d17e
SHA1: 8573b96dc43556c30e6fa85db29f613784ec6a40
MD5sum: 33760b9ea3d4c8373387b0a76524eaa2
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-similarity-dbgsym
Source: pg-similarity
Version: 1.0-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-14-similarity (= 1.0-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-14-similarity-dbgsym_1.0-6.pgdg+1_arm64.deb
Size: 62844
SHA256: a7fc39a339faa49488499de2e009a0c506b236387a4fe211dbf6eccee52b7498
SHA1: debf3272952c4c83fe6aca59e6886502c7493c6c
MD5sum: ef70f9d2a9ceea0713518184b8adcd55
Description: debug symbols for postgresql-14-similarity
Build-Ids: 6ab043996e0695312552b6ffbb7a3df07a9c5bdf
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-snakeoil
Source: pg-snakeoil
Version: 1.3-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), libclamav9 (>= 0.101.0)
Recommends: clamav-freshclam | clamav-data
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-14-snakeoil_1.3-4.pgdg+1_arm64.deb
Size: 17892
SHA256: a5d0f94d8604d8d0952f4a55853bcd9e93a0218fb845173b3eff9e65668bb2bb
SHA1: 08b448179014fedccc9b15d093a8c47758ba0643
MD5sum: a0fa3bb55167395065f3828bfa688f52
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-14-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-14-snakeoil (= 1.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-14-snakeoil-dbgsym_1.3-4.pgdg+1_arm64.deb
Size: 15496
SHA256: f01b1ab6b13fdc19c260338bb7878313a87bfbf7c86b2fe1302ee89d1df8bd1d
SHA1: 0aec6ab49f7ecfe25fea34ed9b74d76294883806
MD5sum: faaafe316611fb7aff37b477c555571b
Description: debug symbols for postgresql-14-snakeoil
Build-Ids: 96c0dc2bb94327753a5b99db892880f706d43f87
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15
Source: postgresql-15 (15.0-1.pgdg+1)
Version: 15.0-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57221
Depends: locales | locales-all, postgresql-client-15, postgresql-common (>= 241~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-15-jit-llvm (= 14), postgresql-contrib-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-15_15.0-1.pgdg+1+b1_arm64.deb
Size: 17563396
SHA256: 2e0c835080f4ea58d3839a22c28e9e4f09499f9c8aefedfcb2d7c260b1eea55c
SHA1: 01c31e4f49b1e0f8e27f4125eaed075cb03878e7
MD5sum: 8d0c8f2fed94091a6f86d39975a9bc0b
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 15.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202209061
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.6-3.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 98
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 14)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-15-bgw-replstatus_1.0.6-3.pgdg+1_arm64.deb
Size: 15548
SHA256: 70ac6cae124919a808b593136a420534ff2948c0f515752bb9b7b5b287a7f2c9
SHA1: 24cbe9bea820dd4e0e49cdd96b163111a939fc96
MD5sum: 0448c01df76fe769cde251ee96ecadcd
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.6-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 24
Depends: postgresql-15-bgw-replstatus (= 1.0.6-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-15-bgw-replstatus-dbgsym_1.0.6-3.pgdg+1_arm64.deb
Size: 8960
SHA256: 846a18568ccc110ae873d26199deba0fb7dd2b83b1e3d72cfec648c3a8330b38
SHA1: 57601e66f53f0aa964ce0a264e12a7d3362a1a0a
MD5sum: b712f6da2229b60e29ec200e147c2c5c
Description: debug symbols for postgresql-15-bgw-replstatus
Build-Ids: 5a866ef1d9a8fa80f3d740c07a8e710f4ad1e5f0
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-dbgsym
Source: postgresql-15 (15.0-1.pgdg+1)
Version: 15.0-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18907
Depends: postgresql-15 (= 15.0-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-15-dbgsym_15.0-1.pgdg+1+b1_arm64.deb
Size: 17067776
SHA256: dcae0924f09592d9f0227e33899f27ad7cdd23827841ae7d78829e12999a1dbe
SHA1: b4438fda06ab1df3106a4e08e167c2ec92c7c0f6
MD5sum: df4e61055df637653115bb870f210b95
Description: debug symbols for postgresql-15
Build-Ids: 04e5a971b9dea9d06651f19387e8b1f1e279f525 08a0065a5e489f705af1bd4688dc85708ca9c413 097fb43422b5a9d4a212594a81bbb694ed2bf6c7 15a6750fd623db0952ff22e3794800ea1018bff9 17bd3b47ed57d13fa82098296e7362b3760eaa1c 17fb6a84903c2d3dea10c9259aaf98ceb5ca1336 1cbf18a9aef6a432c56270867b1b094fa5a7819b 1ce999e315a95f9ca900e4471c33219948844061 1eef757086827ac8c7e3de88a189d7c5996ee3f4 2441ac063b7b479254e06f7167d3f56fb819205b 247213953d9e78942f97724ceddec2913160754e 25ce1aa5c661ac629a24fcb62e0bc08275a8b16e 27ce01158281cf9bc78e875c0041cb37b05fc2e0 2d3e1676d803f98de2c0774e86c67ce95f4b3fe6 2db7c8b8cdb946f0ee4805e94d188431693335d8 2ddd95ba89c37acacee3e973c742bbf358cb7914 328f8d8b6df4f4e590f62cf97f4c7acbdc08c6cd 351daa93722b18a8226776c999b51df7fac97282 368fed1ee5bd4e107bfe2387f37c5242a56c3e88 37446e4e6b20247be8dd006d194f8be3c0c0ae34 383cdb2fc12946f0edc90631e3e30c5c357fc7b7 38de3ada9476f52eaf61744d01c0838514159fbb 393fd52f02c5b92468524be7a1e265822f484fdd 3cbf8f435a9fd09a304fc1973ba675598cccd55e 3e23a77195f20cfe43f628e35178457dbc48d553 41bf66831a19ded665c5c6cef8050fbb6573fb97 421862fe947bce0dd0d219c5adb97512ba6dfdaf 45897a2b99250681ea77378987ba23b3d03a0259 4c0f94c5a11f667e2f610440ff9b96e4141d1bc0 4fe487e00fdb8aaba5cdccd8340bcae4f357d34c 4ff9de66efc514faa3942745e3e655b59f21b3a3 54586cb59910c5392cfb1c46555ac2482e875492 557fbd3eae7dda6026373b73508ec1a64f4cd5a4 5666440b2a903a7e30b6f9c397a4ac5e76944242 580a54bd8c700a2543c971703f3d5f4ef037b24b 580de4008382a95e8a8c8d84df587d439afa7db6 6315da0bb1540b5c8c262b03e2f30dbd92f44728 65a618534b1dbe48e94dc1f15ebdd0de3d090433 66f5dbd4004c9670823d57bbbfb8f038d9eaec8c 680c19b78706b3861d794600b08f28d74959201d 70a09d0c9a98468bcd888f15496635a77bc0ae73 70e8252f27db62b4a96b0894e6c2d777ef74686a 7506e4c01f1145b90a512471259e216a9de14718 7734807c8ed6b37d46c2695b952fcea68b25a19c 78a13eeb6aa70a33b5bb69750ce86ae5156d1b05 799159a347cdc067ccf6c438836b29e1ff9eef4d 7aa59c2eb202a6ebe68a6331230177ffc1057f7b 7b78442e8e3d359145048a307d1a04ba1630c30a 7c439b12934f5f216403d0500d52066eae97ee15 829814ce1855186001bd37457b697e871b9570d7 8ae331878647dc4e3898fed28cb3c501d057fcaa 91c2fb2215a1b4709504df2149971cb4ba4adbce 93da5c7163b9686f85322a92e8737fcc9b8bde35 9725997716c45fd3f468255009012cf2a51d6625 992d2820a805513703b018f75df550212c0c366f 9d61e9f1ad104fcf43cddaf70dd1da9232fef800 a1a56c637394d57302080f7eef9e2637bebe8a36 a33cd3fde2bf1d3dc91d890a99c72a4cb8590505 a4d85c5d3ed206e0517297f66d3b10d35cbe2f15 a7df73b1484c5bd7111e3fc7373b27912b4996f5 a9bcda9c1d132990c79bdf254a38e427ecb8f862 ace885a0b86f8148239be3649be82fd5e6799065 b0d1ac26e30dcdc54910f1000aafbd4e631ed0b1 b14535e1a43c78cdc68a7e68e0b629e5d4d0f2de b96961c2e996a31d6bdb7f708bf2948a7124d5e8 bb568db452832fb393686e4028793f5c4a662b8b bd40de9308d5add73b8c224ba24b64597ef39c81 be61d566e22b25500297ddd90e2361b859e45b87 c46b36759ec12eb1808032b24c8a0a96927e8e72 c55e77bfdb9f11d305d48ec3be214986a7922bc5 c6e051b3c0be7ddda134b6572dcc44e7a5a804c6 cad5f941998a0d403889905cf807a2218f614ab6 cb4b473ee3791fa87fbc6e5dd848e80bbe77315d cc6b688fd1d6c8d0bc59232715a42c7859f422ed cc82fbbae3fbcd51caa24faf5228b817d1ef4742 ce7369305825800cd3922567de5e31b0f77338c8 d106cc3a8bb9720fbefb212f897da92c50e112b0 d2319c5cfbef772c0bee0bee2c13d47a0e9752b4 d7a8bdadf1a5f6533f77c5a8ee2e40176d432cdb da5c6bf8eebdfa159875ad04d6497da205d2bcd5 dcaf55d918eb9c639dbd9de9df34c324c1338ddc de31f9777b07e6ea7bf46376efaba54bc7eec4aa e0168a449ddeb7a86def816ded598e74eac740ee e29bf0ff8fd63b9574ac09dbf141498109d5903d e2d8ef5b7f632f79d9178ea5357ff0de719f1e2f e31deecacfc9a81b268fa341f6c918d943a7361d e632ec979da4a7551506681d1c6d1e122504a977 e6847eea89eec2d927a66ca6d936d78815c7ac7d ed384e8fafa537fd75c8cd5689e19115471019a4 f26a1cf86f71960412b15ec3a74f4308f480a0be f52f0078a53decb7c6180f0b6dd37dc8180b211e f81c5f5843b055e7f327be67edc657dc934afc33 f9d9850c0ebdab8c90c37973fb6a476952e4b1ad faf5dfb1e401e491210ed3661b843f8670e659bd fcf25fa1a4273cb53165b6e25b08c49bb0bff0b4 fed6b2521a77a094921382c72a36ac9a4037147c
Postgresql-Catversion: 202209061
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-dirtyread
Source: pg-dirtyread
Version: 2.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-15-dirtyread_2.5-1.pgdg+1_arm64.deb
Size: 25376
SHA256: 0fedd0a1bc37c08775d71f0ae4eb8eb5916f9f57eb56fce52d01ceceb0e14c46
SHA1: 3a6a7db831ef7e49fd44c381c0c69dcf87db1908
MD5sum: 88836983bf86fcb991d7d7256b2965f6
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-15-dirtyread (= 2.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-15-dirtyread-dbgsym_2.5-1.pgdg+1_arm64.deb
Size: 32748
SHA256: 34ecf7b5e1045d2dd49163f0e8f32a1c67dbf97ef19869fab1091c3510efa790
SHA1: 7bde5f50734f7837de231a482b2f70110157e6c1
MD5sum: c78878f09adc0802bdb5616b166b7f4b
Description: debug symbols for postgresql-15-dirtyread
Build-Ids: 5077602d510b3d386b884757de4c9e7ce5a8ce1d
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-extra-window-functions
Source: extra-window-functions
Version: 1.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-15-extra-window-functions_1.0-4.pgdg+1_arm64.deb
Size: 16032
SHA256: 5cbb67125b1d82df0fee2a0e2a607378fb01652e5256ef3e1419f4120e0cc988
SHA1: b12c6146304e1a8b91bb616c717944c5f04767a7
MD5sum: 5a0de63fada9428394d3d81ae1c93480
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-15-extra-window-functions (= 1.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-15-extra-window-functions-dbgsym_1.0-4.pgdg+1_arm64.deb
Size: 9604
SHA256: 2dc4a36e1f3feed5309377c8fd3ecc9f924612cfe9054ac13db296c126ad089d
SHA1: 0c87e109d48a426adf43471da3f3579b236accee
MD5sum: c781f5386285a6ac0019959c90967fed
Description: debug symbols for postgresql-15-extra-window-functions
Build-Ids: db1227d4dbb18860754dea1ae5bf4caeef4feeee
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14)
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-15-first-last-agg_0.1.4-4-gd63ea3b-6.pgdg+1_arm64.deb
Size: 8688
SHA256: af28c033317e403947d3379d6ceac963b89166c1a14fe98515be3fb0afa51b47
SHA1: c5b144afe24fb17d806de12e367710c2ce44fd48
MD5sum: b8c64a80a539935dc252ab3f2edfe773
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: postgresql-15-first-last-agg (= 0.1.4-4-gd63ea3b-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-15-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-6.pgdg+1_arm64.deb
Size: 3904
SHA256: 995f19c44f4e7d835d15a9db0e4805b276aa72f835e939fb350f8e9feddf0089
SHA1: 16cc34749adafa18a4726a6c59f3d6c884b1ac2d
MD5sum: 368fbb38830f91e0f4edf07482b14aca
Description: debug symbols for postgresql-15-first-last-agg
Build-Ids: 7981992c2f89fe5b0fb7d28d86bbbbef00f46cde
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-hypopg
Source: hypopg
Version: 1.3.1-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 184
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-15-hypopg_1.3.1-2.pgdg+1_arm64.deb
Size: 73200
SHA256: 04fa53a63cc364525c4ba329158e7d4a8fe8f95467f63bd29dbccb69930f2260
SHA1: 219df5d3e9b748f56ac97f3b001d35e008a2dd4f
MD5sum: a1779013bbaa5c985f34e451b3ffd2b2
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-hypopg-dbgsym
Source: hypopg
Version: 1.3.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 104
Depends: postgresql-15-hypopg (= 1.3.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-15-hypopg-dbgsym_1.3.1-2.pgdg+1_arm64.deb
Size: 86392
SHA256: 38574c1eeb52d5ae0e024261dba101e8a22fa16bf401a24e60932f2700a93fd6
SHA1: 6e0b510afba4c4611a99c34ef8cfc95a3a24f4f5
MD5sum: d7fd52c8d2f688b5233eb0453cce4bec
Description: debug symbols for postgresql-15-hypopg
Build-Ids: 866dda2d6a8e3fae7f8836afcff0a7d486c97909
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-icu-ext
Source: icu-ext
Version: 1.6.2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 209
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), libicu71 (>= 71.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-15-icu-ext_1.6.2-4.pgdg+1_arm64.deb
Size: 73544
SHA256: 2f27192f17cdd88b61352e70fd1f0954b672f3b946a2b83bfbbb6550939765d6
SHA1: 0ebb68741e19092dc5b045b0c8060b6135fb8e4a
MD5sum: c7facea3b9009cf8bd6f182d27089dca
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-icu-ext-dbgsym
Source: icu-ext
Version: 1.6.2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-15-icu-ext (= 1.6.2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-15-icu-ext-dbgsym_1.6.2-4.pgdg+1_arm64.deb
Size: 63124
SHA256: 694aee510b9959e2519661b96d653789ce11a6ef66a177b718aefb3bd57d3ead
SHA1: 4366375564176a1254b697cc0e27fc640cb5bf30
MD5sum: 89da95da95102b6829022cacdd219ab0
Description: debug symbols for postgresql-15-icu-ext
Build-Ids: 2b15884348ce0c1470c4e515947982f04cdd7d1e
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-ip4r
Source: ip4r
Version: 2.4.1-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 697
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 14)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-15-ip4r_2.4.1-8.pgdg+1_arm64.deb
Size: 198908
SHA256: 22df9909887291ae5f41ef8da3ece5eab80fe3ae1d88d91e68ba627a177cb59a
SHA1: 784999faa37414213b7811803eae92e947806b03
MD5sum: 9496e80713e4315439c32ea420271c06
Description: IPv4 and IPv6 types for PostgreSQL 15
 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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-ip4r-dbgsym
Source: ip4r
Version: 2.4.1-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 212
Depends: postgresql-15-ip4r (= 2.4.1-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-15-ip4r-dbgsym_2.4.1-8.pgdg+1_arm64.deb
Size: 175420
SHA256: 231f3aa2e1aaaeef72a0493d9477f65ef235796ef7d2f42ee146434e61ffee7c
SHA1: 20c0b21d0e0e3a4ee19ed73084238ced3c600fbe
MD5sum: b56506d7ed9f44b6b44aa1d0a057aa46
Description: debug symbols for postgresql-15-ip4r
Build-Ids: 96b6dd339993c41557141eac25359547ee333ba9
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-jsquery
Source: jsquery
Version: 1.1.1-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 360
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-15-jsquery_1.1.1-6.pgdg+1_arm64.deb
Size: 138436
SHA256: 6b00f453730c6bbba81da73530c24c98a8093f16ca24b391c2ef0ddb1a3a3df2
SHA1: 6080f873688a85e9b54c3eae74a156f86a7cf635
MD5sum: 1e2b35b105ccb8f9da5205d7cd4e1b76
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-15-jsquery (= 1.1.1-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-15-jsquery-dbgsym_1.1.1-6.pgdg+1_arm64.deb
Size: 97664
SHA256: 2fab5d8163ae4807562f44d264f7e999c2217cb28a6f4c385570b4860dedc08b
SHA1: 761be82f782bf9652eff4caa7db1524d90ba1059
MD5sum: 868ea330fed817156de7e0cff3dd2617
Description: debug symbols for postgresql-15-jsquery
Build-Ids: defc9d228d42780e9d7878e958bdd7e6b79c8354
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-mimeo
Source: mimeo
Version: 1.5.1-14.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4485
Depends: postgresql-15, postgresql-contrib-15
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-15-mimeo_1.5.1-14.pgdg+1_all.deb
Size: 128416
SHA256: 6b19d9fef410fd073cf35f492d90063520c5846cde5616f5c1af08f1a8fa424a
SHA1: b2829e95f6909c733f3362aca6384d067289532f
MD5sum: 621016cbcfd4451c951828384623cdc0
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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-omnidb
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: libc6 (>= 2.17), libpq5, postgresql-15, postgresql-15-jit-llvm (>= 14)
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-15-omnidb_3.0.0.20201026-4.pgdg+1_arm64.deb
Size: 22756
SHA256: ee8f8487724224dc7ab262ff082c9227ec26da4227974fe1e8e008bfdaac832c
SHA1: e67cdbd8359724212843c63f80460e5404ff06ca
MD5sum: 2484ec86497bea511c3a1b0493fc5ea9
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL omnidb_plpgsql_debugger extension for
 interactive PL/pgSQL debugging in OmniDB.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-omnidb-dbgsym
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-15-omnidb (= 3.0.0.20201026-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-15-omnidb-dbgsym_3.0.0.20201026-4.pgdg+1_arm64.deb
Size: 41560
SHA256: 4dc9490e5cc0fa8756d54569909fe95dc13788b3284a864f50d8ad65a2fafbcb
SHA1: b57a5caf3d137dce3f62404d61c23626ecf13f3d
MD5sum: e402ab3ca2b3187d5037f724c96d8d5b
Description: debug symbols for postgresql-15-omnidb
Build-Ids: 907f78d3356f897e010f2416636c9c41f91ee9c2
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-orafce
Source: orafce
Version: 3.25.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1072
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-15-orafce_3.25.0-2.pgdg+1_arm64.deb
Size: 348624
SHA256: 3323b0c9a46c7b7075ba6c824089d24b34d1d545c312e099d10d763b6d73449b
SHA1: 8e22a968ea6b0178415945e723b619677270ef5d
MD5sum: 82d30930b098a79c7217e6af2f48d638
Description: Oracle support functions for PostgreSQL 15
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-orafce-dbgsym
Source: orafce
Version: 3.25.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 286
Depends: postgresql-15-orafce (= 3.25.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-15-orafce-dbgsym_3.25.0-2.pgdg+1_arm64.deb
Size: 238844
SHA256: 5be5587a026ee132b865cb998276ce473518b24b08849f15fb96dc4ea89e5bc2
SHA1: 8d125593261fad01fb6206308d126a195749f5a6
MD5sum: 313fbc86e7c3d8238b681d64b09caba2
Description: debug symbols for postgresql-15-orafce
Build-Ids: bf7c3be35e6a03153a852edf73d41fa1c84f525b
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-partman
Source: pg-partman
Version: 4.7.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6798
Depends: postgresql-15, python3, python3-psycopg2, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-15-partman_4.7.0-2.pgdg+1_arm64.deb
Size: 256876
SHA256: da016676666a0a99bd3fdffd097ef4e57c7bf7b60644b28cc6412c455a9eff2f
SHA1: 08cabfdef2eb1e0e6c024599a9e27701e7c3ac34
MD5sum: 50003be38e80f6595e96c0e85ca79959
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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-partman-dbgsym
Source: pg-partman
Version: 4.7.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-15-partman (= 4.7.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-15-partman-dbgsym_4.7.0-2.pgdg+1_arm64.deb
Size: 22488
SHA256: 3944a24f78f7d0fa95d99ceb874da8841774e4105c41f942aa9fa9c9d8c6a05f
SHA1: f597d0fea7881dc84145994693a4313d4e28d395
MD5sum: b3b521ddb8aec0109b6d6bea38b23dee
Description: debug symbols for postgresql-15-partman
Build-Ids: e0ccab4b14d69d7dbdae27c1103985dfbb321d51
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-pg-catcheck
Source: pg-catcheck
Version: 1.3.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-15, libc6 (>= 2.34), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-15-pg-catcheck_1.3.0-2.pgdg+1_arm64.deb
Size: 33980
SHA256: 2d3bf04725839346d10a362596bdd05fee3b978c70257585f9a45114c9f994da
SHA1: ed91a50e59f9e5a49e7a05b45cb2c28154e5f963
MD5sum: 40f4013ba9dab7c10b703bb67e847dcb
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.3.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-15-pg-catcheck (= 1.3.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-15-pg-catcheck-dbgsym_1.3.0-2.pgdg+1_arm64.deb
Size: 37172
SHA256: e6bd235b159a38d9d4c2e9e69a05e4d297ab7571702f1cd69d9370c950d89c8c
SHA1: fd98ce752b0d52ffb11086db313d1d046dfc8fe2
MD5sum: 6e5de931a29dad7cbb6d6d0411da22a5
Description: debug symbols for postgresql-15-pg-catcheck
Build-Ids: 0a450267364ddcd171bf5787d1701fd6bb53748c
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-pg-checksums
Source: pg-checksums
Version: 1.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-15, libc6 (>= 2.34)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-15-pg-checksums_1.1-2.pgdg+1_arm64.deb
Size: 34972
SHA256: db629cbe89892cd49e87a0db17908246c433ede7d373447d9027da05fc76994c
SHA1: a8c6a7ae1f6e575b127b79bfa6b35814a26d3c3b
MD5sum: 1976d7e978e2d5a3595669ec6fa4c3ee
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-15-pg-checksums (= 1.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-15-pg-checksums-dbgsym_1.1-2.pgdg+1_arm64.deb
Size: 22364
SHA256: 267737ddbbb328fe600ae1e4121160ef892040975d520f2a247b669351e58080
SHA1: 27707071186f13558cdde769677971c1af40229e
MD5sum: f459f09702213ba99e036427d96a9d12
Description: debug symbols for postgresql-15-pg-checksums
Build-Ids: c65a271ff3e44ca74aa1bb93f86572fc5d63a5f6
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-pgextwlist
Source: pgextwlist
Version: 1.15-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-15-pgextwlist_1.15-2.pgdg+1_arm64.deb
Size: 38356
SHA256: e1c720c3070c54a6beffd99e69e785a88dd3340547135d00827aef0a0edfb2e2
SHA1: ae24be5236757072f8fe1832578b0f18e08332b6
MD5sum: 0a8bd56d871d7e4a41bcc7a47d5521db
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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.15-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-15-pgextwlist (= 1.15-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-15-pgextwlist-dbgsym_1.15-2.pgdg+1_arm64.deb
Size: 54128
SHA256: 0271c6b182881e8e66f6e063f16fe6859bdcbddf0a3c9e56631e6098cc49a21d
SHA1: d5c0f89addb15a61b35c559163153eb963da343f
MD5sum: 0591d2a73a26046469951ca3bb85ad42
Description: debug symbols for postgresql-15-pgextwlist
Build-Ids: c1f65200853531b1a937a188aa6620a1e7331815
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-pgfincore
Source: pgfincore
Version: 1.2.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: libc6 (>= 2.34), postgresql-15, postgresql-15-jit-llvm (>= 14)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-15-pgfincore_1.2.4-2.pgdg+1_arm64.deb
Size: 32584
SHA256: 1a9e0088b8278728e322f1b9389787f91fd56a147268099ee4d9873e945c0023
SHA1: bc0e92d9ec4203d6444a8128197a90116781806c
MD5sum: 8100b19faa14a2bad381fbfd51e256db
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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-pgfincore-dbgsym
Source: pgfincore
Version: 1.2.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-15-pgfincore (= 1.2.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-15-pgfincore-dbgsym_1.2.4-2.pgdg+1_arm64.deb
Size: 40412
SHA256: efe1527b9e7aacdcd7e36f72f23b41a4b1725671195868066775ad6fb2ca9b1f
SHA1: 375d4d43032515f4180aa2fa68ba4702e198f225
MD5sum: 15cabf5d82de7d28386fc86c9c795178
Description: debug symbols for postgresql-15-pgfincore
Build-Ids: 0d60a86951294962e4fd8f5fa57fbe52152c9f2a
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-pgpcre
Source: pgpcre
Version: 0.20190509-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), libpcre3
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-15-pgpcre_0.20190509-5.pgdg+1_arm64.deb
Size: 19124
SHA256: 9060fb2653acdc031773371d82f0703b9dc8e2efe421ec7721c9e41f22c54da7
SHA1: 0f1d8bf273f36d9de40ac297f8d864f3a0a3be8d
MD5sum: 3559993aef5ba8a6cbdd7e03a076b8cf
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-15-pgpcre (= 0.20190509-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-15-pgpcre-dbgsym_0.20190509-5.pgdg+1_arm64.deb
Size: 15328
SHA256: 1803f9e177bc442a3ed78a41f58fde38891235a4cabdc8afa8dbeb9745dc1341
SHA1: e1c3d106af5d1eea845bb6c2ce8809530eaf28d3
MD5sum: 63f8b660e79ac87821f9dc53afda6c6c
Description: debug symbols for postgresql-15-pgpcre
Build-Ids: ed2641d164a0ed87aecb7ba1a4f9c26febfc15fc
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-pg-qualstats
Source: pg-qualstats
Version: 2.0.4-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 174
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-15-pg-qualstats_2.0.4-2.pgdg+1_arm64.deb
Size: 63760
SHA256: b28f76db2e39d5c8e3b4ce8873f15c77fe26a88bde5a0866d67b7b5b78ea684a
SHA1: 6fd7a739457e0d6e79e9c0e079a94541c53120e3
MD5sum: 6455c4919587d58545a06d5a8e1fcf8b
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.0.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 78
Depends: postgresql-15-pg-qualstats (= 2.0.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-15-pg-qualstats-dbgsym_2.0.4-2.pgdg+1_arm64.deb
Size: 61424
SHA256: 589d24d307fba910c4d4fdc1b6f1dcbda549dad795afaa4e09125af1833f166d
SHA1: 32687a5950113f5087535da8917bb8791cbd8eaf
MD5sum: 4db5c9eba46af361d0954486c9d5b1fc
Description: debug symbols for postgresql-15-pg-qualstats
Build-Ids: 5254357858d6e71eee44817a144ffbc9dd850550
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-pgrouting
Source: pgrouting
Version: 3.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2871
Depends: postgresql-15-pgrouting-scripts (>= 3.4.0-1.pgdg+1), postgresql-15, postgresql-15-postgis, postgresql-15-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: postgresql-15-pgrouting-doc
Provides: postgresql-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting_3.4.0-1.pgdg+1_arm64.deb
Size: 727500
SHA256: f125b9c7a8c8a3a7255ca77f1d870059c0cb04ad5f9a0f4ba4825f71b9143a9a
SHA1: 19a4305feee2a8ced7bbbb287fb68e6d89dccd87
MD5sum: df2c97e5804242408ac39b5e08293a36
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 15.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-pgrouting-dbgsym
Source: pgrouting
Version: 3.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25236
Depends: postgresql-15-pgrouting (= 3.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-dbgsym_3.4.0-1.pgdg+1_arm64.deb
Size: 25221716
SHA256: 5ffe43553925eb59640435c0b844ce091e60f73b040b6981678c4cb30cc2301a
SHA1: 882e19348a746d97f7b74650103bfdcbd0db90ab
MD5sum: 12730d98490a9fec9b40c33a377c928b
Description: debug symbols for postgresql-15-pgrouting
Build-Ids: cdff73d72a9328b200c355e80b7a02f725d5bd35
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-pgrouting-doc
Source: pgrouting
Version: 3.4.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7492
Depends: libjs-mathjax, libjs-sphinxdoc (>= 4.3)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-doc_3.4.0-1.pgdg+1_all.deb
Size: 2295796
SHA256: aaac0a9a214a91e564fe487e2278300074254f9cb82e471514395941dec2edf1
SHA1: 3c93b1c69bfef6e11574f7f425c2046d80cee165
MD5sum: fa0f284bb61e74e24d2cc5114dbb4f84
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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-pgrouting-scripts
Source: pgrouting
Version: 3.4.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2546
Provides: postgresql-pgrouting-scripts
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-scripts_3.4.0-1.pgdg+1_all.deb
Size: 61560
SHA256: 5420d0b426a57664ddbe79f36e502086f5f959fca6f4afd749cbf55fa434d0f5
SHA1: 52b9abb746683fff42d761699db710255ffc00b2
MD5sum: a898a0f78cb1fd8eb5d46b78f0d9e2cb
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 15.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.1-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 163
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-contrib-15
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-15-pg-stat-kcache_2.2.1-2.pgdg+1_arm64.deb
Size: 40812
SHA256: 102715e64515a9ca722de940351f024cc0dcb84d6ce7a79f4494701ca32f40c9
SHA1: 4038ad4f2ac8d44878c933855cde598c56ca70f0
MD5sum: e085e4d5b7d5860b042433022d73fbcf
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 58
Depends: postgresql-15-pg-stat-kcache (= 2.2.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-15-pg-stat-kcache-dbgsym_2.2.1-2.pgdg+1_arm64.deb
Size: 40856
SHA256: 86065c4bdfd057c68b7faf514c40f30e9bd6c6993fb522af465c49cfd4fb8863
SHA1: 53123dd6f7f93b9a702ae5a3f709a3fe31673a03
MD5sum: 4875accc0ca89f21c46ba7f5f8050998
Description: debug symbols for postgresql-15-pg-stat-kcache
Build-Ids: 73572560abc180c529759e3d78990a49e4a35464
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-pgtap
Source: pgtap
Version: 1.2.0-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1757
Depends: postgresql-15
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-15-pgtap_1.2.0-3.pgdg+1_all.deb
Size: 59620
SHA256: e237f6dc29d01d8802ffdb33d7d65ed5aa3cd4aedd4b01774ad5f27753390dce
SHA1: bb78cf04371a7da4d473e20632800aeec6212237
MD5sum: 8150d26004507b380dfc738444406e90
Description: Unit testing framework extension for PostgreSQL 15
 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 15.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-pg-track-settings
Source: pg-track-settings
Version: 2.1.1-2.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 123
Depends: postgresql-15
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-15-pg-track-settings_2.1.1-2.pgdg+1_all.deb
Size: 9100
SHA256: 51ca337ccc57f591b9aa941b8054b2fb19179eae72db1af1292485310ef97b8e
SHA1: e5b09bcb17ed80ea8d5c4e3af37b86dd02c86087
MD5sum: bf18d87e396d29626351014c10e6402c
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.4-2.pgdg+1
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 137
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-15-pg-wait-sampling_1.1.4-2.pgdg+1_arm64.deb
Size: 40776
SHA256: d3e34079822b6a4bd4eb091c29af3d28cea78f4028c0f6ebbd5dace8dadd43a0
SHA1: 74e8334ebff728c3232d45961696aaf3297d85cd
MD5sum: 7fcf179075de53d6f45367be5a97c2f5
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Installed-Size: 70
Depends: postgresql-15-pg-wait-sampling (= 1.1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-15-pg-wait-sampling-dbgsym_1.1.4-2.pgdg+1_arm64.deb
Size: 52196
SHA256: 13c529e0b4a0da68c3d9005fd57952edde7f997c23b9f51ec35f7b701b38deff
SHA1: 9f3e74dd6f21b0a203530878c7be2d8d579122f1
MD5sum: 9e5bf3b643459796f1202ae1bd475e61
Description: debug symbols for postgresql-15-pg-wait-sampling
Build-Ids: 1728d0f483c1538701eba9258f1ed36857641876
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-rational
Source: pg-rational
Version: 0.0.2-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-15-rational_0.0.2-5.pgdg+1_arm64.deb
Size: 25884
SHA256: cbed0b9e96ad516ebdc6a92b1a0081e4356cd9bcdf12ac19a273300f5b4569bd
SHA1: aa03007b82acdcadcbe5c93059742fcfe3375b2d
MD5sum: 2bfb85a0d0905e7ab900fbe0912e3f06
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-rational-dbgsym
Source: pg-rational
Version: 0.0.2-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-15-rational (= 0.0.2-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-15-rational-dbgsym_0.0.2-5.pgdg+1_arm64.deb
Size: 20216
SHA256: 7442a72c52a9540d2f9ee7b26902e80742acd36a98ab705d4e954445d101fdc8
SHA1: 3d5289a5e0fed5123830452d69af817726d4adff
MD5sum: ee419e04bae6a48f5d2606e934b14ffc
Description: debug symbols for postgresql-15-rational
Build-Ids: f0a88d741d46afd0a98be8474be4ceae56ee9bcb
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-similarity
Source: pg-similarity
Version: 1.0-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 385
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-15-similarity_1.0-6.pgdg+1_arm64.deb
Size: 105472
SHA256: 3c7adee589ac4b69a0c02595fc34f39d140f7349e46aec22d2af3e2d2778d2c3
SHA1: b03a530da86baa36f13856512b53c9f664432ed4
MD5sum: 14ee368cd5575ad97ab8b9fa043e9f99
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-similarity-dbgsym
Source: pg-similarity
Version: 1.0-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-15-similarity (= 1.0-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-15-similarity-dbgsym_1.0-6.pgdg+1_arm64.deb
Size: 62108
SHA256: 09f91061f161b0582b8d803c8459314713c284bb2214f999f2b7dd80c4c5de97
SHA1: 783e46da2242d3ea44689c45faceb8d4165686cc
MD5sum: c9d41f90fac0cdfd26ee5598875547a8
Description: debug symbols for postgresql-15-similarity
Build-Ids: 67268d6e8d5b04e18f52129ba148104bac4eac3f
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-snakeoil
Source: pg-snakeoil
Version: 1.3-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), libclamav9 (>= 0.101.0)
Recommends: clamav-freshclam | clamav-data
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-15-snakeoil_1.3-4.pgdg+1_arm64.deb
Size: 17884
SHA256: eb3737a321d2ec4a7eadea42e276b00e6fef3abd5baf43ba0af042994ff226ab
SHA1: 4ce38d35b1171793012f1fc9ac2d5f8479759975
MD5sum: 2cb40318cc743eba6417ce44032992ab
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-15-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-15-snakeoil (= 1.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-15-snakeoil-dbgsym_1.3-4.pgdg+1_arm64.deb
Size: 14888
SHA256: 6f3c9199dfc1c3f017893483e4f3d2a4a454f4771fbefb380389041ac5cb4cba
SHA1: 76fed86f4df2443fef63aa92e7b0cf619aa4ae82
MD5sum: ddf8a62b9b0411f00e59e6eb7322ee24
Description: debug symbols for postgresql-15-snakeoil
Build-Ids: 2a581f0db680d673fc0a42acc4706a31690031a4
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-client-10
Source: postgresql-10 (10.22-1.pgdg+1)
Version: 10.22-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6863
Depends: libpq5 (>= 10.22), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-10, postgresql-doc-10
Conflicts: postgresql-server-dev-10 (<< 10.11-2~)
Replaces: postgresql-server-dev-10
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-client-10_10.22-1.pgdg+1+b1_arm64.deb
Size: 1413744
SHA256: 99ce93207bf10f3b1b4947db3fd2307d5c699c0bc4e6f0c95621332b3952f4f2
SHA1: c2b18f943f699d2e89cf0f748b159a252a969b0e
MD5sum: 6fa73a480335fb92cc0f4ab09132dd5d
Description: front-end programs for PostgreSQL 10
 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 10. If you install
 PostgreSQL 10 on a standalone machine, you need the server package
 postgresql-10, 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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-client-10-dbgsym
Source: postgresql-10 (10.22-1.pgdg+1)
Version: 10.22-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1977
Depends: postgresql-client-10 (= 10.22-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-client-10-dbgsym_10.22-1.pgdg+1+b1_arm64.deb
Size: 1665228
SHA256: e704332b000c67f84a3799ac757b47dc19f60652cf85b0f4045e845b15d5c73f
SHA1: 2c7501b9015444675fae54e4ef3c22f1138b8840
MD5sum: aa07babec419c9ba63d9ef273789b879
Description: debug symbols for postgresql-client-10
Build-Ids: 0e80e5a63e44746cf565cb58dc34433a1deab17a 19536966a20b046aba61fccbdd7fc6db4990017d 241744d7b6fb6630bcfa9f8fd7373b3ad4fa2c93 2d4f5aedd921e306a6a137fb781d26916e3a9e5d 33950096b11c0ccda2a26b8541884dbf8a7bf55d 5d16302a8ebc61b965e4b745d976721e4fa0b48b 61a6b93770b6f3fe6ec93e0f78dfc31ac62e829c 6948ccdc3b3bf15f436ea9bfb58cfbb30079fc69 7723ed6ac57b9c8039a71f8a59bcc8236a22282b 7fa5e0b539d1932119fcf686fabd566b1be9dfe4 865d8b997840b57faf90f3b97f89d99324ba51f4 c241fb3c4caaa7bb7a1ddffaf91a567ac6bb0ced c7e4037ff39a48a85c1038599aade54e51d299a6 cbc84ad00ec546403f3710313bdfbfe039d4080a d04a6597e8af347626ae1d225c3967a0a277e53d dcdda1d8b255e64bc9dbb083ed68b5e6af5359ec f4eb35a6ee34cdb19b172e13b69ec9c57688f2b7
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-client-11
Source: postgresql-11 (11.17-1.pgdg+1)
Version: 11.17-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7236
Depends: libpq5 (>= 11.17), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-11, postgresql-doc-11
Conflicts: postgresql-server-dev-11 (<< 11.6-2~)
Replaces: postgresql-server-dev-11
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-client-11_11.17-1.pgdg+1+b1_arm64.deb
Size: 1463516
SHA256: 8ddf2c30652147bba671a7184ecb15a9c6f2e52f1bf90c7034ec4ed67fbd118f
SHA1: 40493df968dd45a9af1666347f65838ba34cce67
MD5sum: 67c5137f104e0037ddf066d08e87a98b
Description: front-end programs for PostgreSQL 11
 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 11. If you install
 PostgreSQL 11 on a standalone machine, you need the server package
 postgresql-11, 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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-client-11-dbgsym
Source: postgresql-11 (11.17-1.pgdg+1)
Version: 11.17-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1999
Depends: postgresql-client-11 (= 11.17-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-client-11-dbgsym_11.17-1.pgdg+1+b1_arm64.deb
Size: 1685968
SHA256: 21c8e18d302aa83c16b1827010041e518720a12d6260d755a8a229c4b8220904
SHA1: e1f702f548689b8b08b8eb7e3e356d6ef9282e0b
MD5sum: 9ce52b96406539a6afe115bacc23ffc2
Description: debug symbols for postgresql-client-11
Build-Ids: 0a83c102c57dcca3772a2fd7cf740f6a3a6eba9a 15b415b049e3cbd41a532179f31b1b0cbab45609 2639990acc6433267671fe07ea405ae6a80f649c 28b41a478ac46c25ea3790ca3c926b2e797ee5d5 3ec00bac6850f1578e7e81bbe00189a9c2ee4dd4 49a42bd71a0424b2ea231442c83a546d486ecc55 536cfe7f09593af0315020b095afbb07014a7e49 79b06b992dafaae39bf265f928b34b9f4482aeab 80c94af32ed575512fd8dc27900c33b9997ce025 837bd44a2479fd1de67066b35051db5dfeb5e971 94b4860e6ca7fd4e9000c3d35b731aa4b5250c72 b4e6565cb089c9963ac337088ff29a93891be645 b6d6bd91f47502f434d216648b25a121043a9eed b9e44085acafef67a97aa383319ecfd2973a67c8 c2f5b44f4accfaac28859baae0580c14ad11fb44 d9d9ab71da11808926fceb7a762eecb6dcb88d3f e8722ebdb076f7ab33938f8efe64a24e1f6cbf46
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-client-12
Source: postgresql-12 (12.12-1.pgdg+1)
Version: 12.12-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6520
Depends: libpq5 (>= 12.12), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-12, postgresql-doc-12
Conflicts: postgresql-server-dev-12 (<< 12.1-2~)
Replaces: postgresql-server-dev-12 (<< 12.1-2~)
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-client-12_12.12-1.pgdg+1+b1_arm64.deb
Size: 1404280
SHA256: 36e15df5076c9c613f7f1faa3fa2fdea440bab3578ed606e9288ab4ce5192db2
SHA1: ee3b491e110d269859501275690e199816464263
MD5sum: 2e83f67cfcecfd3bcd79c68045f74d93
Description: front-end programs for PostgreSQL 12
 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 12. If you install
 PostgreSQL 12 on a standalone machine, you need the server package
 postgresql-12, 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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-client-12-dbgsym
Source: postgresql-12 (12.12-1.pgdg+1)
Version: 12.12-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2205
Depends: postgresql-client-12 (= 12.12-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-client-12-dbgsym_12.12-1.pgdg+1+b1_arm64.deb
Size: 1853032
SHA256: a17373633eb62ca5f5cf97e2fcc2d6752d5f2deaac2872fec85a152aee33a33a
SHA1: b37591d750c89f217bce27ff77bd4f0b6bde2d25
MD5sum: 2945db0374df418494fe075408a1995e
Description: debug symbols for postgresql-client-12
Build-Ids: 0350e1613ccc556d493ad11e20c7a12921b9922a 056e8bbf1ab1bdabbcd899a98c24a78032f78190 06617725f5eb75d7ef47337e6ef76b3bc5289576 079308689fa1683ad762fcce624d317753134ea4 2f7c16eb58b63b5cfa63a17bca7458922230c60b 4523bc6ddea706adecbbac5dbbffcbab6002d18e 46eea65e35749d41e3fbf7ab0ed9107ea2488d32 4be7d078c9d881abbcc7b0266f8109053347552e 796eb37a47e16f48fc91e5ac99befbe0fefd14b6 83652a9957c614e10c569a64a90fed2d09bf0135 86c736a59132e6f2a60f4e15ade8260d629ecc26 902a8b5cc952b681fb6f511aeae8e06500227a20 9a41330611666ac7c751eb64acfce0c946991d31 c3385020df14b74467b810adae2e9322b04227ef e438f78b888a77c341999629d4017c6408259caf ea1de0c550694f7da21d2665767bd22f9fb31be5 fb991a8c47ae0dfa8a11e1f30a2d5ffc580bd2e8
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-client-13
Source: postgresql-13 (13.8-1.pgdg+1)
Version: 13.8-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7032
Depends: libpq5 (>= 13.8), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-13, postgresql-doc-13
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-client-13_13.8-1.pgdg+1+b1_arm64.deb
Size: 1477344
SHA256: 09206f796ef1a2f166077b28a3295c13477887c1ec04376c584809773ed4e44e
SHA1: 4631e78b5a60720fe4bfe7cafbbeccc0e6aa6595
MD5sum: cfb419a4816c7e0381c77ba4d440d95b
Description: front-end programs for PostgreSQL 13
 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 13. If you install
 PostgreSQL 13 on a standalone machine, you need the server package
 postgresql-13, 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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-client-13-dbgsym
Source: postgresql-13 (13.8-1.pgdg+1)
Version: 13.8-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2376
Depends: postgresql-client-13 (= 13.8-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-client-13-dbgsym_13.8-1.pgdg+1+b1_arm64.deb
Size: 2004188
SHA256: 5b0466a0cbfdb3cedcfd1f76657d7c2eb548ae742c23fb6f3e8eb6d94167738a
SHA1: f4ad17fe09c39be9bcbb4f62e44d87f5a547a278
MD5sum: f0ca56b3d7481d1a43a05866c357d4c2
Description: debug symbols for postgresql-client-13
Build-Ids: 091eca7d0eb11e42d1959b76f8be6d886be589af 1a7a46752e09231c0930e7b2d21b4c0aad4879f5 270e92315879100add917775ce4b58a9e54991f7 2dd85612fac88dc9a86fde2e359d011e6a88a848 369f1ef53bf25897ecfa4af9f0b14b505a3bcb88 416957678dd0e2e7b801de0e1c4161b968754541 52d978565f899afc41c30ba0d2dace4b49d0cfd0 53f63db9be5b9d822370e7d1db96e20e8eb27b62 7c030ab14cd5843ac520f995706fc038fc95b28f 7e5698c99e3704ea882965ad6c8280741b4e6754 89211f78e14f66f32b1af7c249bfad09155ecf60 9f6c2c11b69906ae8b653a3c27b30178318f1b3c bd1c6c047ccd8a054edf961d62a580bb6aac7bff bd463f0fac2d1ed0987d2cc85969d96642697dba c3c59b7c9003ba43549386563867435220c959b4 c3da549ba4dac3ec1feea142148b2ddaeaea9819 ea944ae42f4550cda2dd92f2f42d847bf6ff8021 ef1a987833e3c9dbbc30e14d5b81c5bb21ddf8fd
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-client-14
Source: postgresql-14 (14.5-2.pgdg+2)
Version: 14.5-2.pgdg+2+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8056
Depends: libpq5 (>= 14.5), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-14, postgresql-doc-14
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-client-14_14.5-2.pgdg+2+b1_arm64.deb
Size: 1591544
SHA256: 1271c359500a98106a6cffe10862348b0d04bd7c8917943c73429ce9d0dd93b1
SHA1: 9fed8f74c8b05bae2c0741668add033e41a538d8
MD5sum: 95e5ea72b1e1ea0f93feac581211b957
Description: front-end programs for PostgreSQL 14
 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 14. If you install
 PostgreSQL 14 on a standalone machine, you need the server package
 postgresql-14, 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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-client-14-dbgsym
Source: postgresql-14 (14.5-2.pgdg+2)
Version: 14.5-2.pgdg+2+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2761
Depends: postgresql-client-14 (= 14.5-2.pgdg+2+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-client-14-dbgsym_14.5-2.pgdg+2+b1_arm64.deb
Size: 2320396
SHA256: fcbbde0c84958183ed3c7d9b922c101b0e4dda9d6e0cc16d8e0894aef2876564
SHA1: fc110fa4ea8594d12c9097918579c8b7c938a25b
MD5sum: 2ef93e5f4f3e762abc9d2168a791a881
Description: debug symbols for postgresql-client-14
Build-Ids: 0b1a77e65f01051562dec852f31c19667eec7fb2 101c1e29c146fa53d54619b6f2d7c2ef5cac24de 12a5d6151bd3555fb94ebac07878ab34a1d9576c 23b6794950861d574442223d05afab3871d3d3aa 28264d4bf11e77fea618716965cdf045f221900f 291f18d7afc2508f3edf60c10145e2e98aa1a4b3 2d84176fa62afa21c0f18a7814268e6fb57cf370 3d1dff50b15c2b57bf1b9663da0d9a99c56146f3 4df671a80cb783e220aea3faa3757b47aabc398d 520c10fcf7c77707711fd749df44de26ea032e8b 566a3cb1770c1720373ba346b801f69afd4d3af6 79b910d1f3cf1cfd104a645b24edbbc52d5c4290 8140bfef9d98c0862d53434da73574be82d9040a 82aa62a701a1e99208963ee4d70a5a6c3e582649 a70acec62f5af3bfc6573fac015647d60fbe336e ad1d3243023948daa5fe65d6e759bb8aa988aa56 ba7844380b07870f71208882b431cba9496c9e18 c7aae1b1d143d4a9df9095f4c512360b32498b92 ce33d83fd20beb66a3d44f5b5d64db70bc591cd0 cee8155fe1f2952d6c5dc37b5cff4d3abe6863c8 de4b19b7f86aebed1d3b472e1c59cf28ae8fde96
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-client-15
Source: postgresql-15 (15.0-1.pgdg+1)
Version: 15.0-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8381
Depends: libpq5 (>= 15.0), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), liblz4-1 (>= 0.0~r127), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Suggests: postgresql-15, postgresql-doc-15
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-client-15_15.0-1.pgdg+1+b1_arm64.deb
Size: 1619440
SHA256: 74176fe8aa15ca8cf748663ff2902e2c88549e3879261300be23db6fefc3958b
SHA1: 3617104dd943fe2eca2e54f2f13b05d6dced08af
MD5sum: 98f2f78c517affeb1d28ca31894fc595
Description: front-end programs for PostgreSQL 15
 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 15. If you install
 PostgreSQL 15 on a standalone machine, you need the server package
 postgresql-15, 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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-client-15-dbgsym
Source: postgresql-15 (15.0-1.pgdg+1)
Version: 15.0-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2934
Depends: postgresql-client-15 (= 15.0-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-client-15-dbgsym_15.0-1.pgdg+1+b1_arm64.deb
Size: 2475000
SHA256: 99dae6eae1f5c72f88545645d50d05507f8867889eda82d57fcfb98289ce2a5a
SHA1: 7b3d3e51e061fd63c92c30c9291cfd1bddfad08f
MD5sum: f94b67eee57cf33b59c37a3d4f153378
Description: debug symbols for postgresql-client-15
Build-Ids: 0f007e2af20d0c3c1bfda14935e9e79558fc05fb 234e5658d2b78797ea7a572bfd3f5564a8d3a7dc 25045f2a3dff3cb8cb68a2325a9a6f72ce87b8d0 252813a43b04951034db158802469e4f167f9932 31bc2554e02bc5fd38f33cdd3480c8bb6ff0a400 5658f5183088fe0c77470ce6b3d5746f9ad8d2a8 595d9292b1268c5df9fb997ca08f5e88bccb0a1f 60f8fdbc74d4b634816619e6437f6bfd66483841 66b88ef5a7925685750afb6f311e66e1e0840108 69437c97bf515b18c7c83860a82960c99817763f 71626c65228d679e12fa7f3389ad14802ba1b32b 72c208a89aa5be74badf284df7db3c9105b99ad0 7c33c194e8187d9cb6af795c7f7b22197f8ad37c 981569913576bd44c970947fab2980f31fb6ec0c ad075f661dfeb99937ffa812d5e221e9f3456c06 ae339e8003eca65f6215accc0d7c459a64ccd80f b3d69b005699af08e3521160752f8eeee7754069 df88f3186ab6a6e5a1dec03e0d13e571213b6cdc e9394c26f74f4779551253c632dbf4a714fc4ef1 ea7a70c14557ded4cd780673022cf834f865ca0d f6f4e4b44139d8555a0c8691582e28d6985c37e5
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-plperl-10
Source: postgresql-10 (10.22-1.pgdg+1)
Version: 10.22-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 356
Depends: perl, postgresql-10 (= 10.22-1.pgdg+1+b1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plperl-10_10.22-1.pgdg+1+b1_arm64.deb
Size: 57580
SHA256: aec924f6cf5a02d4f1acd0921989b1447bec6ff50955442d94f36aa23bcb098e
SHA1: db7583ce459cb37ac4af0bb8c953e48a4505d1c7
MD5sum: 48413506ff8b254c343813e2bd1f7a90
Description: PL/Perl procedural language for PostgreSQL 10
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Perl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-plperl-10-dbgsym
Source: postgresql-10 (10.22-1.pgdg+1)
Version: 10.22-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-plperl-10 (= 10.22-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plperl-10-dbgsym_10.22-1.pgdg+1+b1_arm64.deb
Size: 157136
SHA256: e9ccf357daaa2dc291ec8a3051e92dfd6c1f25416a0bed4f42bf1967138133db
SHA1: 4ed6c0e41ad8a29fd634472b0711bf1262b772b6
MD5sum: 64f497187c5bcab33e496d97626cd1f2
Description: debug symbols for postgresql-plperl-10
Build-Ids: 297781dd64e6e2fa552e67b25594dcc15f9432ee 8b4c19caa98a33440b329bc98d3def85a8555bc4
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-plperl-11
Source: postgresql-11 (11.17-1.pgdg+1)
Version: 11.17-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 435
Depends: perl, postgresql-11 (= 11.17-1.pgdg+1+b1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plperl-11_11.17-1.pgdg+1+b1_arm64.deb
Size: 63400
SHA256: c359e7add1c3b08d8d0a27f8a54c65b9986959a837a67b84463cac5a4946996d
SHA1: 4eda0790e8d55596f107fa4dbbbf08550fe8f814
MD5sum: 70aa03e48931692a3dd2fd5147c8ab45
Description: PL/Perl procedural language for PostgreSQL 11
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Perl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-plperl-11-dbgsym
Source: postgresql-11 (11.17-1.pgdg+1)
Version: 11.17-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 211
Depends: postgresql-plperl-11 (= 11.17-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plperl-11-dbgsym_11.17-1.pgdg+1+b1_arm64.deb
Size: 171444
SHA256: e054fba01357574224c7821783ceeda001eba6bde953c3115f4ef74747369ae7
SHA1: a0c697915d1607ccc39897ec7a8bfcb1c07d4dd7
MD5sum: bd229fa5874cabc20b494915af713027
Description: debug symbols for postgresql-plperl-11
Build-Ids: 729a3559c876de0484d335fb0b5b1de7f19c2d11 935fbf3fa047a49804d15f1558209126d25a6780 b29e1f3ae961c8884a47aa6bbe9aa65b1227bd9b
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-plperl-12
Source: postgresql-12 (12.12-1.pgdg+1)
Version: 12.12-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 478
Depends: perl, postgresql-12 (= 12.12-1.pgdg+1+b1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plperl-12_12.12-1.pgdg+1+b1_arm64.deb
Size: 83532
SHA256: 014807bdd7f5dcbb82523f969a9fd401800497c4186fa5b983d264273b18824d
SHA1: 3f680d1bea604d4cf1fdfcfe22d5d4fab8952de5
MD5sum: 0e3e298216cca90ead14e05541ab03b9
Description: PL/Perl procedural language for PostgreSQL 12
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Perl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-plperl-12-dbgsym
Source: postgresql-12 (12.12-1.pgdg+1)
Version: 12.12-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: postgresql-plperl-12 (= 12.12-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plperl-12-dbgsym_12.12-1.pgdg+1+b1_arm64.deb
Size: 174572
SHA256: f37a0a0f8670fed12c3e79d1de7dc071dcc7783e87c9433cf6521b1e74fe2d2c
SHA1: 4120f0726f0aaf2b1cba26be2c4e1b87fcf3d206
MD5sum: 6fd21a067513b8ca111ca65cf1b57570
Description: debug symbols for postgresql-plperl-12
Build-Ids: 5e203873e68fe3d5cccdf41513cbb889fc8b5572 706723e3a3a5980a67216217521667c5e47fb499 f7bab8e453cd87cba678beecc71a91e41d5981e3
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-plperl-13
Source: postgresql-13 (13.8-1.pgdg+1)
Version: 13.8-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 558
Depends: perl, postgresql-13 (= 13.8-1.pgdg+1+b1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plperl-13_13.8-1.pgdg+1+b1_arm64.deb
Size: 87996
SHA256: e9966256503b9c05f26475f471a0f36b608a7d9f6c3bde7f280ed8bdcde4a247
SHA1: 4beb90b1f4d1fca6f544479904151e56518fc96a
MD5sum: 14cc7927a7770e01045878381fb1da15
Description: PL/Perl procedural language for PostgreSQL 13
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Perl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-plperl-13-dbgsym
Source: postgresql-13 (13.8-1.pgdg+1)
Version: 13.8-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 225
Depends: postgresql-plperl-13 (= 13.8-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plperl-13-dbgsym_13.8-1.pgdg+1+b1_arm64.deb
Size: 180356
SHA256: 4230fd788af38fd7ef4814c4473626c32a77707846fa801c66e9b5d553ae305c
SHA1: 281960fb24a997df5d40b5a0c8dec2e989d3a931
MD5sum: d335f480e56576b3924d83a30b39066c
Description: debug symbols for postgresql-plperl-13
Build-Ids: 0482a8f67ea8bcaf53608354ced9ef17e97789ec 11ef0ea33bc585d4b0a13593b7b915cc4e2119f8 640999c0a6679a8b6232bd456534c1fdba1c9156 df653d25b5328382e0cc4b5aaf47b33e0ffab5ff
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-plperl-14
Source: postgresql-14 (14.5-2.pgdg+2)
Version: 14.5-2.pgdg+2+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 564
Depends: perl, postgresql-14 (= 14.5-2.pgdg+2+b1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plperl-14_14.5-2.pgdg+2+b1_arm64.deb
Size: 85904
SHA256: a559e3ea6fb80940c6dbcb5d116a3797c85a58b5dbae9cd4ae48d44377f00299
SHA1: 639a7d0bdeaee0c2f1f835a41f6ee0853954537d
MD5sum: 25559d4af0c5df78912e2459efe6a592
Description: PL/Perl procedural language for PostgreSQL 14
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Perl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-plperl-14-dbgsym
Source: postgresql-14 (14.5-2.pgdg+2)
Version: 14.5-2.pgdg+2+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 226
Depends: postgresql-plperl-14 (= 14.5-2.pgdg+2+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plperl-14-dbgsym_14.5-2.pgdg+2+b1_arm64.deb
Size: 181316
SHA256: 417dd2c7344ad3cc7e487b839d62e668d07cc5e0c29af57d9b6f65dce627d95d
SHA1: 3c19418fddcc1d9b0137afeb223f491bc2704773
MD5sum: e80f1465a5a4543ac27d635b2fc1d1ea
Description: debug symbols for postgresql-plperl-14
Build-Ids: 2c4b365071a86851db1457127d29e03b10f7e87d 5cf95c780c30b59d84bfb678dfa6f8281a71f2b6 86ae24233e87c05c42294f15e766b374c0da8f2f bf447e4de7b7d4c16ae190c8b93213903a7f8798
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-plperl-15
Source: postgresql-15 (15.0-1.pgdg+1)
Version: 15.0-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 565
Depends: perl, postgresql-15 (= 15.0-1.pgdg+1+b1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plperl-15_15.0-1.pgdg+1+b1_arm64.deb
Size: 83692
SHA256: 4ff5a54166131545b117df9587f19ed102d1a69e32fed0d688f482b2b6542d46
SHA1: cc38ae359c47c01d4146036ff5260c12d3c4f16b
MD5sum: 4379237fe6467261b1f9f106d7b8aa7e
Description: PL/Perl procedural language for PostgreSQL 15
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Perl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-plperl-15-dbgsym
Source: postgresql-15 (15.0-1.pgdg+1)
Version: 15.0-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 230
Depends: postgresql-plperl-15 (= 15.0-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plperl-15-dbgsym_15.0-1.pgdg+1+b1_arm64.deb
Size: 185256
SHA256: 70815af2592f11443dcb687cc7074d0ab5580340ad5523d0553e5267d4cca611
SHA1: c59556e420b41cf64fbdce1965d27f0bad6f74a0
MD5sum: d338ac42a62bc408e92af38c558b12d5
Description: debug symbols for postgresql-plperl-15
Build-Ids: 0fab825faf0d0aeb31ddebea8b45cbd36049f903 281248bc93009a55b65671c595c750b6ba42ee50 50e18af07653db6a23c162e9608b80b91342b28a 94971ce2f3edd799c37f1a47deea6b5519c75264
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-plpython3-10
Source: postgresql-10 (10.22-1.pgdg+1)
Version: 10.22-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 314
Depends: postgresql-10 (= 10.22-1.pgdg+1+b1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10_10.22-1.pgdg+1+b1_arm64.deb
Size: 53736
SHA256: 3284aa97e3dc6d7719aa205a8a6b64296d2ece8af418dccf38583c2f4a1d2530
SHA1: 7bf98e2a1269d4a72fb7d82278df1785d6b8014b
MD5sum: aec777c47509ee42be409b977aa7eb14
Description: PL/Python 3 procedural language for PostgreSQL 10
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Python 3.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-plpython3-10-dbgsym
Source: postgresql-10 (10.22-1.pgdg+1)
Version: 10.22-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 196
Depends: postgresql-plpython3-10 (= 10.22-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10-dbgsym_10.22-1.pgdg+1+b1_arm64.deb
Size: 153316
SHA256: 69d5b73a3e827c251d393de607a2b32923a7d86ccec4c20eea036c00a297892b
SHA1: da5fc99d0185fd8b5725c76394e8233bf544c61a
MD5sum: 61ed62267c5d049f04a7cca77cc60885
Description: debug symbols for postgresql-plpython3-10
Build-Ids: 197548e8f473d0f4114af4a494c0c745d864dc59 81c736735ac3fa0a7b54bf7bea67bf01b924f314 bac4dc1ad68a1b0b1e35661f681c8e4510b56aba
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-plpython3-11
Source: postgresql-11 (11.17-1.pgdg+1)
Version: 11.17-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 426
Depends: postgresql-11 (= 11.17-1.pgdg+1+b1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11_11.17-1.pgdg+1+b1_arm64.deb
Size: 75252
SHA256: 1c1bbd56fa9705b55f903c1c432d00ba9f7fe62fc463c6bbe3526df1d8cd8ae8
SHA1: ffd836a6a59289939527c166c0cdd407ace90511
MD5sum: dc6ab7623d36e35e865780f56847160c
Description: PL/Python 3 procedural language for PostgreSQL 11
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Python 3.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-plpython3-11-dbgsym
Source: postgresql-11 (11.17-1.pgdg+1)
Version: 11.17-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 223
Depends: postgresql-plpython3-11 (= 11.17-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11-dbgsym_11.17-1.pgdg+1+b1_arm64.deb
Size: 170860
SHA256: df922de853c71c48c7b7aaf44b57d8196ebab39cd58a1a7d7a4612cde85b653c
SHA1: 56c57bbe90f18a70bff326b0f0e434712980a84e
MD5sum: 554dbbbc089957ebd89cd5cff972da6a
Description: debug symbols for postgresql-plpython3-11
Build-Ids: 412b2c3befc727b1dc2e6557e6de6d3dbbb836f6 62580de0d79715dacf8c1491e472fffc872dbb9c bd529b0380d7208aa527f25ad3b9644c41131bdb bf6031d7c4d1c30f1b02473e47b4cc44ceaa54f4
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-plpython3-12
Source: postgresql-12 (12.12-1.pgdg+1)
Version: 12.12-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 641
Depends: postgresql-12 (= 12.12-1.pgdg+1+b1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12_12.12-1.pgdg+1+b1_arm64.deb
Size: 107388
SHA256: afb134ed043a64b6f7a953f7674082d98bb1a337ff6eebd019a57f5a7d790cd1
SHA1: f55beed9e55bfaba68a84d3e97dd2b07690c049e
MD5sum: ebd609b15e22d2340a731b4a86fff0d3
Description: PL/Python 3 procedural language for PostgreSQL 12
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Python 3.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-plpython3-12-dbgsym
Source: postgresql-12 (12.12-1.pgdg+1)
Version: 12.12-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 227
Depends: postgresql-plpython3-12 (= 12.12-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12-dbgsym_12.12-1.pgdg+1+b1_arm64.deb
Size: 174784
SHA256: a684200681beed6bd60b21a29690c6e13abc8d9b68017119e5970ca02a159f66
SHA1: 898b85720b3ca83dcb32e40705e6c8be93426c40
MD5sum: 4c7d263354fe80ad06044b6faad50c38
Description: debug symbols for postgresql-plpython3-12
Build-Ids: 1a38fdd6522aa0117cd62366962b51f9983afed0 5540c88543d7f4c30c5c16795f8ed2000cc59eb3 6e5784e5cf0c1db0cf48ee3927aa20f35fbde8b9 e814fba98ae221e7a3b2ac7f46bb7713a5e08e57
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-plpython3-13
Source: postgresql-13 (13.8-1.pgdg+1)
Version: 13.8-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 704
Depends: postgresql-13 (= 13.8-1.pgdg+1+b1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13_13.8-1.pgdg+1+b1_arm64.deb
Size: 106400
SHA256: 1dcfef0dd0d10c41fd2e196ac4bfbd296fddab2039f7920ed7214410d3734e58
SHA1: 89486beafec0d934785e2c1fcc7a3dd1cf209108
MD5sum: 5ea2baf18f20046098a93c358075d3e0
Description: PL/Python 3 procedural language for PostgreSQL 13
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Python 3.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-plpython3-13-dbgsym
Source: postgresql-13 (13.8-1.pgdg+1)
Version: 13.8-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 226
Depends: postgresql-plpython3-13 (= 13.8-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13-dbgsym_13.8-1.pgdg+1+b1_arm64.deb
Size: 174368
SHA256: 7df9e302de0234c8cd9dab011f0424564452c5a5bd12d15056c357f67047c130
SHA1: 89a322d829d5d95b6af4f7913ed0dcbe5933bc43
MD5sum: c0a9a48a1a916c97bedf5d1765bc4369
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 23e16452444564e7226e5e3e5358ad62a83b0d6f 2a1d9103ae4d8b7c1b49130139ede2385a92a0a6 3233e18910b6dd1b148b03983fcdb6d2c938ab56 8651c97382eec09bba3fd52402c779d6df68e9c3
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-plpython3-14
Source: postgresql-14 (14.5-2.pgdg+2)
Version: 14.5-2.pgdg+2+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 655
Depends: postgresql-14 (= 14.5-2.pgdg+2+b1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14_14.5-2.pgdg+2+b1_arm64.deb
Size: 105876
SHA256: d8ceae359c6aa8ded7d4298094051318f2c354284adb667447e4c2e79c2b9b25
SHA1: d52ab053e51936ec1bee3e95863a27d4e2a7306b
MD5sum: 22ddaad7cd502a150599d3b6acb014e9
Description: PL/Python 3 procedural language for PostgreSQL 14
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Python 3.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-plpython3-14-dbgsym
Source: postgresql-14 (14.5-2.pgdg+2)
Version: 14.5-2.pgdg+2+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 228
Depends: postgresql-plpython3-14 (= 14.5-2.pgdg+2+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14-dbgsym_14.5-2.pgdg+2+b1_arm64.deb
Size: 175892
SHA256: 201de2614363bb3b190e89650c99cf768c9d5ac0ad0f24087e6815313d29d8a2
SHA1: 254793dccba673d6042011fac16b468fa308c55b
MD5sum: 493aed65884d1a586dbc19f8e13f9dc5
Description: debug symbols for postgresql-plpython3-14
Build-Ids: 26ca435380ba800f2ed4269cf628d0c363b916d6 33a8237f627f732f9ef08a2a0955b60914ada851 6d63fe1a8c935b7d5fc149cd54c898efe528abb9 d61d22e284c4eaf12abcd77936a93846e85fd5f4
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-plpython3-15
Source: postgresql-15 (15.0-1.pgdg+1)
Version: 15.0-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 670
Depends: postgresql-15 (= 15.0-1.pgdg+1+b1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15_15.0-1.pgdg+1+b1_arm64.deb
Size: 105488
SHA256: 13b6307ebd4679edd0305d7d6f1f39a7c6a7db62f7835d9048254eabca41619d
SHA1: 671ae4e95ab90dc4791b9744530f09d02b8dbe54
MD5sum: a9dd4bb15aa343b0ce32a0601bb92a64
Description: PL/Python 3 procedural language for PostgreSQL 15
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Python 3.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-plpython3-15-dbgsym
Source: postgresql-15 (15.0-1.pgdg+1)
Version: 15.0-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 227
Depends: postgresql-plpython3-15 (= 15.0-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15-dbgsym_15.0-1.pgdg+1+b1_arm64.deb
Size: 176956
SHA256: 4da8cb72fb0fa44ade2fe619ab523f9c736685929651c21a58b685c7706a8084
SHA1: 2bbb2caea9519968679ffdc658b852de9021ce01
MD5sum: a19c69dab653dad9021f7615b33d5e75
Description: debug symbols for postgresql-plpython3-15
Build-Ids: 939d327c4918e29a25c19b3f2e679cb771bd60ca 9abcd73065d9de7c9c8716ab07e9bff156618fe1 d0520c47bb872421e6d7d3f74e9cf371e65879af e0d50a102a176d3368fc849218de0109ccb3ac0e
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-pltcl-10
Source: postgresql-10 (10.22-1.pgdg+1)
Version: 10.22-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: postgresql-10 (= 10.22-1.pgdg+1+b1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10_10.22-1.pgdg+1+b1_arm64.deb
Size: 36984
SHA256: 4a267ebc20bde05bc127f9304923068731909ba717a9e39ba1720e3f5fd889a0
SHA1: b7d902046e6a412bc87c53589b671422287e941b
MD5sum: 7f6ea0e81b12b9a689f2bf3b2feae82b
Description: PL/Tcl procedural language for PostgreSQL 10
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Tcl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-pltcl-10-dbgsym
Source: postgresql-10 (10.22-1.pgdg+1)
Version: 10.22-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-pltcl-10 (= 10.22-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10-dbgsym_10.22-1.pgdg+1+b1_arm64.deb
Size: 67604
SHA256: c27e87fcb85912ff2767e7a32729824f37e7c1526ca1aadd6eb5064286fc0b9d
SHA1: c361a315ec77e0a397585b56694eb16785f85c4f
MD5sum: 1782d8c9e835d9b474ca45330fb8c73d
Description: debug symbols for postgresql-pltcl-10
Build-Ids: cd0d2a0b72f3c2aa7494b2f006e1e9249f789811
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-pltcl-11
Source: postgresql-11 (11.17-1.pgdg+1)
Version: 11.17-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 178
Depends: postgresql-11 (= 11.17-1.pgdg+1+b1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11_11.17-1.pgdg+1+b1_arm64.deb
Size: 39684
SHA256: c3d7fd552758495ed3e3d8065c4dedeacd9d9cddddfb6966165e8162ed00da49
SHA1: cf68efc5db26ad8d7f58e2dfbcd9f2fa196d4acb
MD5sum: 9d7a7f66f6898c581013ce8f4b28ebdb
Description: PL/Tcl procedural language for PostgreSQL 11
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Tcl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-pltcl-11-dbgsym
Source: postgresql-11 (11.17-1.pgdg+1)
Version: 11.17-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-pltcl-11 (= 11.17-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11-dbgsym_11.17-1.pgdg+1+b1_arm64.deb
Size: 70824
SHA256: 82e30c9da00f5fa5d124047906e508b536fc1d966ea4e14b257c01d8bb240d9c
SHA1: 8d57c1e059f6e37d3b1de743ba3b96e3d39a769b
MD5sum: f5659b4fed1f9ec25fe05c7a0e6e4bfc
Description: debug symbols for postgresql-pltcl-11
Build-Ids: d92849c7b747e38c29122f913bcdd82d03de2a41
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-pltcl-12
Source: postgresql-12 (12.12-1.pgdg+1)
Version: 12.12-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-12 (= 12.12-1.pgdg+1+b1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12_12.12-1.pgdg+1+b1_arm64.deb
Size: 40544
SHA256: a5773b719a5c16b0841270fa9c99b79b61d4846126bbfddf530414a805cd2ac6
SHA1: bfa59a9d480396cc334a8471b3ba8025eb9596cb
MD5sum: 7c81b5499422a925235cfe258b9072d9
Description: PL/Tcl procedural language for PostgreSQL 12
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Tcl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-pltcl-12-dbgsym
Source: postgresql-12 (12.12-1.pgdg+1)
Version: 12.12-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-pltcl-12 (= 12.12-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12-dbgsym_12.12-1.pgdg+1+b1_arm64.deb
Size: 71964
SHA256: 4a6a29388e29e3eb6f0ba46d7de97b5d2286ccf7aa9f555e721412c1ddc425f0
SHA1: 83bf02b43f7b8f0549cfe55b39a20d0c504d0bdb
MD5sum: a29e1889be31e6c936ebf96760777d01
Description: debug symbols for postgresql-pltcl-12
Build-Ids: fc7c91be7377b1797b16c2d575f9cd0a6bb11ecc
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-pltcl-13
Source: postgresql-13 (13.8-1.pgdg+1)
Version: 13.8-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: postgresql-13 (= 13.8-1.pgdg+1+b1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13_13.8-1.pgdg+1+b1_arm64.deb
Size: 41268
SHA256: b6b1c91f59e7049ad4308bef309d65a19f5a10879c1e62845fbcbfd975e550e0
SHA1: 710dd2a5cbbad6781a03d3150014ad7b36941bfa
MD5sum: 7f63fe2188c60a24cdb1283685a4acc2
Description: PL/Tcl procedural language for PostgreSQL 13
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Tcl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-pltcl-13-dbgsym
Source: postgresql-13 (13.8-1.pgdg+1)
Version: 13.8-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-pltcl-13 (= 13.8-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13-dbgsym_13.8-1.pgdg+1+b1_arm64.deb
Size: 75140
SHA256: 293b7e619343e75216eae6bf823db31424a56cbef00b8cd901ffa5fdf8c59945
SHA1: c385c7aee229ff5655f56d2c7473e52a83b260fd
MD5sum: 01fc427eadbe164db8d88d0c75895c75
Description: debug symbols for postgresql-pltcl-13
Build-Ids: 9ba284bad2188b684f45e71d2355f596d7cc37ef
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-pltcl-14
Source: postgresql-14 (14.5-2.pgdg+2)
Version: 14.5-2.pgdg+2+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-14 (= 14.5-2.pgdg+2+b1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14_14.5-2.pgdg+2+b1_arm64.deb
Size: 37768
SHA256: 4f53f6bfbb1bd6dad8cb39d58120d514da9a201fc211f7da20a1fc6e01b87930
SHA1: 875ff1bc858bf3cca799781382e18dfd4864962d
MD5sum: 03d3cac392eee15b833efabd9da60fd3
Description: PL/Tcl procedural language for PostgreSQL 14
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Tcl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-pltcl-14-dbgsym
Source: postgresql-14 (14.5-2.pgdg+2)
Version: 14.5-2.pgdg+2+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-pltcl-14 (= 14.5-2.pgdg+2+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14-dbgsym_14.5-2.pgdg+2+b1_arm64.deb
Size: 75692
SHA256: 839d174b1d2affa89db5b4ff623245ca579b7ec0549136395e141f9fde0010f2
SHA1: eb2b8d3d5e00f388cbfadb741311f461b70550ac
MD5sum: 5a01ec67727ce00ed83f9fbc5be1f1be
Description: debug symbols for postgresql-pltcl-14
Build-Ids: f8624b296074b8d87e98783405884a49fb6adc75
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-pltcl-15
Source: postgresql-15 (15.0-1.pgdg+1)
Version: 15.0-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: postgresql-15 (= 15.0-1.pgdg+1+b1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15_15.0-1.pgdg+1+b1_arm64.deb
Size: 36236
SHA256: a762292624dee624e1dce2dc9b9d0fb89a4f47a5e7add600c45027cf75fd5533
SHA1: 81d603968c8bdc90170ae75118fb74dee8132abf
MD5sum: d69a902f8e88096eefefd4c97b40ba41
Description: PL/Tcl procedural language for PostgreSQL 15
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Tcl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-pltcl-15-dbgsym
Source: postgresql-15 (15.0-1.pgdg+1)
Version: 15.0-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-pltcl-15 (= 15.0-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15-dbgsym_15.0-1.pgdg+1+b1_arm64.deb
Size: 80636
SHA256: 72c45cf65675eb8b5aa642cda57a7ac7f5bd5cd4428f7ea2a56190a4b906045e
SHA1: 7a6fa06920291dc127199680c17a48f326e3657a
MD5sum: 4c63034eb299d0b0b28cd1282a6cdde3
Description: debug symbols for postgresql-pltcl-15
Build-Ids: 207d126d020949c1a1bd59eafee7ccad4d1a9cf0
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-server-dev-10
Source: postgresql-10 (10.22-1.pgdg+1)
Version: 10.22-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5511
Depends: libpq-dev (>= 10~~), postgresql-client-10 (= 10.22-1.pgdg+1+b1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Replaces: libpq-dev
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-10/postgresql-server-dev-10_10.22-1.pgdg+1+b1_arm64.deb
Size: 942052
SHA256: 0e699a7d7db4159ddf1c50343030ad2824ccf0dd5533ecbb3e73932209d04993
SHA1: 2dac824edec45aedfc6ffc2c3d1ef6ae95bbd7e4
MD5sum: 9f4a40ad466c60bfe43bc758495a624d
Description: development files for PostgreSQL 10 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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-server-dev-11
Source: postgresql-11 (11.17-1.pgdg+1)
Version: 11.17-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5053
Depends: clang-14, libpq-dev (>= 11~~), llvm-14-dev, postgresql-client-11 (= 11.17-1.pgdg+1+b1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-11/postgresql-server-dev-11_11.17-1.pgdg+1+b1_arm64.deb
Size: 924856
SHA256: 154f795a5918b4c514282ed9c2e10fd957ccdeab2978c2da5a1769823c027387
SHA1: c197f302693a2ffeaa19bd44c72564237147d0f9
MD5sum: cd85579d847a60ee28ca0bc5b0f8b4c7
Description: development files for PostgreSQL 11 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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-server-dev-12
Source: postgresql-12 (12.12-1.pgdg+1)
Version: 12.12-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5621
Depends: clang-14, libpq-dev (>= 12~~), llvm-14-dev, postgresql-client-12 (>= 12.1-2~), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-12/postgresql-server-dev-12_12.12-1.pgdg+1+b1_arm64.deb
Size: 991580
SHA256: 72071d962afad8f08afbcfb083e831f652b6cce95fb738f2c893f1188d179e6e
SHA1: 77b4a6157f53c1d6e6a6e52b334d222f3ac265b7
MD5sum: d06ec6cb12cb9adba6b63d85c44f87c2
Description: development files for PostgreSQL 12 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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-server-dev-13
Source: postgresql-13 (13.8-1.pgdg+1)
Version: 13.8-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6129
Depends: clang-14, libpq-dev (>= 13~~), llvm-14-dev, postgresql-client-13, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/postgresql-server-dev-13_13.8-1.pgdg+1+b1_arm64.deb
Size: 1037472
SHA256: 60b347d39e8948cc2a03eaf2530d7c3d28e81dc79c517c64c3fa14f7508043af
SHA1: b2be333f652cf970004bba16bfbf78ea44dc0c84
MD5sum: 7dd505f340dfa8208a34111397a30924
Description: development files for PostgreSQL 13 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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-server-dev-14
Source: postgresql-14 (14.5-2.pgdg+2)
Version: 14.5-2.pgdg+2+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6643
Depends: clang-14, libpq-dev (>= 14~~), llvm-14-dev, postgresql-client-14, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14_14.5-2.pgdg+2+b1_arm64.deb
Size: 1110188
SHA256: 2b9799b1e44338d76c40f50cb849b988f45bb887552a784a9b62b562d7361b98
SHA1: d1f778c80aa75809673b8fb6945fa1476b2d192b
MD5sum: 6fc1021915e87b368b5eaa3c20a21bd4
Description: development files for PostgreSQL 14 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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-server-dev-15
Source: postgresql-15 (15.0-1.pgdg+1)
Version: 15.0-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6801
Depends: clang-14, libpq-dev (>= 15~~), llvm-14-dev, postgresql-client-15, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/postgresql-server-dev-15_15.0-1.pgdg+1+b1_arm64.deb
Size: 1134484
SHA256: cd28d7683c99c6ef6660b6b6c6f1e2118377cb3c0409796694946eb529d50141
SHA1: 3602d194cb807965777f946765a760505ad786d0
MD5sum: d3fb8091b3731a084a3e486711c064e6
Description: development files for PostgreSQL 15 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.
Timestamp: 2022-10-22 13:29:24+00

Package: postgresql-10-repmgr
Source: repmgr
Version: 5.3.3-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1082
Depends: postgresql-10, repmgr-common (>= 5.3.3-1.pgdg+1), libc6 (>= 2.34), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-10-repmgr_5.3.3-1.pgdg+1_arm64.deb
Size: 206860
SHA256: edb0cfd036981644834737b895bcef3cd049e6a322e8a0639896c7b4eeb6df93
SHA1: e39d5f37ddbc7212592b15ad0ac16a76cfa620bc
MD5sum: cc90f5f7f65e9dfd00525ae6ca53313d
Description: replication manager for PostgreSQL 10
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 10.
Timestamp: 2022-10-31 12:11:06+00

Package: postgresql-10-repmgr-dbgsym
Source: repmgr
Version: 5.3.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 650
Depends: postgresql-10-repmgr (= 5.3.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-10-repmgr-dbgsym_5.3.3-1.pgdg+1_arm64.deb
Size: 585440
SHA256: aa4c3e6cc53e7c576e318741fdc88177405d89e55d71634ab00983b41d898bec
SHA1: 7d2fd882de970724c2ce27dfdb2665a76bb10a50
MD5sum: 9814fede515072423b9788fb420c0dc3
Description: debug symbols for postgresql-10-repmgr
Build-Ids: 449604a3cdffe9ad0a979bc5a9eb79aa9f415260 59773b272653be0844119ba48a656ff9ee3e3a8e 5c6089e50deb8f42f30ac14266783f023da7eaf9
Timestamp: 2022-10-31 12:11:06+00

Package: postgresql-11-repmgr
Source: repmgr
Version: 5.3.3-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1107
Depends: postgresql-11, repmgr-common (>= 5.3.3-1.pgdg+1), libc6 (>= 2.34), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-11-repmgr_5.3.3-1.pgdg+1_arm64.deb
Size: 219332
SHA256: 9c9a7eeaad667f1512ada01e54d502a9dc56b464ee254369387af3d62613f624
SHA1: 232f26438e5ee8dd17f50dd2d4988681b15284c4
MD5sum: 2a3d5684a9b911c82c0712487b4ad83c
Description: replication manager for PostgreSQL 11
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 11.
Timestamp: 2022-10-31 12:11:06+00

Package: postgresql-11-repmgr-dbgsym
Source: repmgr
Version: 5.3.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 650
Depends: postgresql-11-repmgr (= 5.3.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-11-repmgr-dbgsym_5.3.3-1.pgdg+1_arm64.deb
Size: 585416
SHA256: ad12f3138e0b1d9e878547c23b00cc8b2b122a9b9018886dd3ad688cc0fad1e2
SHA1: fef91a335f7326eaee2901d5b1ae49494b85c0ad
MD5sum: a5a27a336f0e2182f17d1fccee2b21b9
Description: debug symbols for postgresql-11-repmgr
Build-Ids: 0a8e7e0f0bf825863d515d393b7f9c7aceb59ff5 609b957dbbf6d670af612ca9ae159367b3ec931d ae8110188f979aa028b082ca126b795155c6022a
Timestamp: 2022-10-31 12:11:06+00

Package: postgresql-12-repmgr
Source: repmgr
Version: 5.3.3-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1107
Depends: postgresql-12, repmgr-common (>= 5.3.3-1.pgdg+1), libc6 (>= 2.34), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-12-repmgr_5.3.3-1.pgdg+1_arm64.deb
Size: 226508
SHA256: 7fdce86e3458eb572d8c352c20a93cb51f9071bbad172c40377cc0f5c122e5e3
SHA1: 75288c5e3f14235c306eff90f90f593c71440529
MD5sum: f0e9b0c2693751855547f8663f2408d9
Description: replication manager for PostgreSQL 12
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 12.
Timestamp: 2022-10-31 12:11:06+00

Package: postgresql-12-repmgr-dbgsym
Source: repmgr
Version: 5.3.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 656
Depends: postgresql-12-repmgr (= 5.3.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-12-repmgr-dbgsym_5.3.3-1.pgdg+1_arm64.deb
Size: 586996
SHA256: 85b97d6d8b0cd498aeddf48d5cfbcd85ebcfa0eef4fac60cc19214c15e7285a7
SHA1: 315ac09afa00a5276f5fd580446241f9648cc991
MD5sum: 68c1c6f1e3ea57e4d07f36e7fedcec18
Description: debug symbols for postgresql-12-repmgr
Build-Ids: 068a4f7d4aeb73f29f5d2715fe8b481242f1f64d 6dd9a14dbfb6080243494640e9c2cf6846f04564 f506878d3273820428a84b4c665835400f36441e
Timestamp: 2022-10-31 12:11:06+00

Package: postgresql-13-repmgr
Source: repmgr
Version: 5.3.3-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1107
Depends: postgresql-13, repmgr-common (>= 5.3.3-1.pgdg+1), libc6 (>= 2.34), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-13-repmgr_5.3.3-1.pgdg+1_arm64.deb
Size: 226052
SHA256: 25b8eb6c65a3e4133f2e3e7af3adc05991c282740afe58064a9b2a91bfa197e3
SHA1: 34d596121fdda98e664a8457d3e0bca8cc3067d1
MD5sum: 34ee53835224fa0f00792f91e5d09af4
Description: replication manager for PostgreSQL 13
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 13.
Timestamp: 2022-10-31 12:11:06+00

Package: postgresql-13-repmgr-dbgsym
Source: repmgr
Version: 5.3.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 656
Depends: postgresql-13-repmgr (= 5.3.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-13-repmgr-dbgsym_5.3.3-1.pgdg+1_arm64.deb
Size: 587500
SHA256: f263eb4f15cbf4fae8f1485c8108ccc23a5048599fdcd899deec164b50992c5f
SHA1: 50985902e051feee8a13bb9574deb87afc730726
MD5sum: 267df9e4128de9b7a9b5da320c629751
Description: debug symbols for postgresql-13-repmgr
Build-Ids: 14e515d67f01c8739e408dc931720ca1da4bd483 cc39ce341c166589590cdd1830d49a12ff4044e2 ec3d95c90a4c4fa960a6792f744ebd49a15b1735
Timestamp: 2022-10-31 12:11:06+00

Package: postgresql-14-repmgr
Source: repmgr
Version: 5.3.3-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1107
Depends: postgresql-14, repmgr-common (>= 5.3.3-1.pgdg+1), libc6 (>= 2.34), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-14-repmgr_5.3.3-1.pgdg+1_arm64.deb
Size: 225284
SHA256: 0c52a8e8c1363bbe6ef42dd674f2307949beec8cbe83d8fcae44e35b48df8425
SHA1: 73946232e2f9649f6c7e6ccd9fc412b0d3bc3d37
MD5sum: d93228d707524e6048fd20519e1a676a
Description: replication manager for PostgreSQL 14
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 14.
Timestamp: 2022-10-31 12:11:06+00

Package: postgresql-14-repmgr-dbgsym
Source: repmgr
Version: 5.3.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 656
Depends: postgresql-14-repmgr (= 5.3.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-14-repmgr-dbgsym_5.3.3-1.pgdg+1_arm64.deb
Size: 587832
SHA256: da9f4b46b56abd0fb5d4a26002620b0a9ad03f7ac23a4c4215e034a235a05c2b
SHA1: 36ca299589e95e56f3792f0bbf937aa178dc726a
MD5sum: 3ad92dd4ad39f0859401fe135091c841
Description: debug symbols for postgresql-14-repmgr
Build-Ids: 151dd76d50b8bd1ef6b69c78db024406a3a33125 342b6e01a6594525d006a180b4832234291b900f 407e7a41ce9e8728cca03a1bfedd423741d4f511
Timestamp: 2022-10-31 12:11:06+00

Package: postgresql-15-repmgr
Source: repmgr
Version: 5.3.3-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1108
Depends: postgresql-15, repmgr-common (>= 5.3.3-1.pgdg+1), libc6 (>= 2.34), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-15-repmgr_5.3.3-1.pgdg+1_arm64.deb
Size: 226160
SHA256: 36e7dd894f77b074a3d2bb2f0ac3ddf2afc5dfb040f2f131b27730a9fca41bcd
SHA1: f9b690715a32131c743a2ece9d115b7360c60391
MD5sum: 0758647319614d4ea61b21394145738b
Description: replication manager for PostgreSQL 15
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 15.
Timestamp: 2022-10-31 12:11:06+00

Package: postgresql-15-repmgr-dbgsym
Source: repmgr
Version: 5.3.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 659
Depends: postgresql-15-repmgr (= 5.3.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-15-repmgr-dbgsym_5.3.3-1.pgdg+1_arm64.deb
Size: 588508
SHA256: 8374e464e981fa0e65667bb4ca556d777eaa85f163ff2475d519dcd0547da9ae
SHA1: 91518aa8089d08c98ba1ae507c46209a26f93b05
MD5sum: c7ef3af1c0e2d07bdcfa1de320d174e6
Description: debug symbols for postgresql-15-repmgr
Build-Ids: 0bb86412b99b7e83880b192b6c693b2469c31bc8 b83b4e376414fd08a976271fbfda7e719bc89668 e5fffee49f36689db60e4f39861df0076feb7d15
Timestamp: 2022-10-31 12:11:06+00

Package: repmgr
Version: 5.3.3-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 21
Depends: postgresql-15-repmgr | postgresql-14-repmgr | postgresql-13-repmgr | postgresql-12-repmgr | postgresql-11-repmgr | postgresql-10-repmgr
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/repmgr_5.3.3-1.pgdg+1_all.deb
Size: 13744
SHA256: ff5051e37128a7bb16018ec495d53444198b14ba26db2f18a2a4a7d3b585096d
SHA1: ed5f156e6674a1066c3496a4b829240ec0f3cf55
MD5sum: 64d234ad1616010ec0efb7ab6dcf3e7a
Description: replication manager for PostgreSQL (metapackage)
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This is a metapackage that depends on the version specific packages.
Timestamp: 2022-10-31 12:11:06+00

Package: repmgr-common
Source: repmgr
Version: 5.3.3-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 308
Depends: postgresql-common, lsb-base
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/repmgr-common_5.3.3-1.pgdg+1_all.deb
Size: 195724
SHA256: 2b2bb29c2cff2eb1691ea63dd7f89b97825fdb55fb69b62ca16e18f1cfd291d2
SHA1: 84a388a7cd4a606ebd366b1103f9febf15d0ce6f
MD5sum: 7aa65f574ee83c2b9e09cf00264021e8
Description: replication manager for PostgreSQL common files
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr files common to all versions.
Timestamp: 2022-10-31 12:11:06+00

Package: libecpg-compat3
Source: postgresql-9.3
Version: 9.3.25-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libecpg-compat3_9.3.25-6.pgdg+1_arm64.deb
Size: 11768
SHA256: c4cf52f193d3040e06eb42361d4072226c2c8e69e8720e7bd34b081cb1869552
SHA1: 75b3d7baa06fe1131c2dcbfbb245257ec0f69c95
MD5sum: 4839ab981fdc896ddfba3793a98dd700
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.
Timestamp: 2022-11-01 19:43:30+00

Package: libecpg-dev
Source: postgresql-9.3
Version: 9.3.25-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1097
Depends: libc6 (>= 2.34), libpq-dev, libecpg6 (= 9.3.25-6.pgdg+1), libecpg-compat3 (= 9.3.25-6.pgdg+1), libpgtypes3 (= 9.3.25-6.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libdevel
Filename: pool/9.3/p/postgresql-9.3/libecpg-dev_9.3.25-6.pgdg+1_arm64.deb
Size: 197920
SHA256: 8415d30eb3d9b3d09c6f0638637ce05e9fa705231d6fd5239731e453e94ed762
SHA1: 1062f4c2e5632ac0ef25d33e32dd66310b0c8291
MD5sum: 834b3fafdf9c6cda742cbf33f8a150d8
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).
Timestamp: 2022-11-01 19:43:30+00

Package: libecpg6
Source: postgresql-9.3
Version: 9.3.25-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 419
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libecpg6_9.3.25-6.pgdg+1_arm64.deb
Size: 71580
SHA256: 185d1de19cd8581f954005035f2aaaa1a39d01a53845a3e38db4d13eefde26ec
SHA1: 1495b1aefc4e1222bf9cef541568d1efa2f8e2b1
MD5sum: 4a529f948d2c221dd5e47ac743f867e8
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.
Timestamp: 2022-11-01 19:43:30+00

Package: libecpg-compat3
Source: postgresql-9.2
Version: 9.2.24-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 91
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libecpg-compat3_9.2.24-7.pgdg+1_arm64.deb
Size: 11768
SHA256: 780e726e42e5d7db0133d98ef0ceba8434ab9aad83792dc8b5d245ff5205ffb1
SHA1: 0a465fd33d1d0f557af00c03effedecd8101df83
MD5sum: dc36c6109adf1ebcd013ee7117a3bd48
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.
Timestamp: 2022-11-01 19:43:08+00

Package: libecpg-dev
Source: postgresql-9.2
Version: 9.2.24-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1026
Depends: libc6 (>= 2.34), libpq-dev, libecpg6 (= 9.2.24-7.pgdg+1), libecpg-compat3 (= 9.2.24-7.pgdg+1), libpgtypes3 (= 9.2.24-7.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libdevel
Filename: pool/9.2/p/postgresql-9.2/libecpg-dev_9.2.24-7.pgdg+1_arm64.deb
Size: 194256
SHA256: e0aa27d629a2a5f1ac7e8ca8a988437cde2454ac17b3ed0430e99f8b02bb9764
SHA1: 1d634f97ae99770a33ea8ae9e2bfd47de9c94d57
MD5sum: 4792d64903d78d094c21b58000d63f92
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).
Timestamp: 2022-11-01 19:43:08+00

Package: libecpg6
Source: postgresql-9.2
Version: 9.2.24-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 418
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libecpg6_9.2.24-7.pgdg+1_arm64.deb
Size: 71164
SHA256: 1fc5177d6d272d8ca2216471064e9041fd17baa408db79df8f71142258fbde7b
SHA1: b4b6143e542e770ba21b95ea3c1fb57c2ca44d71
MD5sum: aa8928ce74e9c92c32b4938ba38e66e8
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.
Timestamp: 2022-11-01 19:43:08+00

Package: libpgtypes3
Source: postgresql-9.2
Version: 9.2.24-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libpgtypes3_9.2.24-7.pgdg+1_arm64.deb
Size: 32100
SHA256: afc7525f0e072b6c57be43b53b159551e0617cea3072fa946a13117252a0f360
SHA1: 8f3ed6437969b9f6aa7b8735ea89eb0ddb57b36f
MD5sum: 8c3374e4ced1a0f0aeb0e3f871f08780
Description: shared library libpgtypes for PostgreSQL 9.2
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-01 19:43:08+00

Package: libpq-dev
Source: postgresql-9.2
Version: 9.2.24-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 963
Depends: libc6 (>= 2.34), libpq5 (= 9.2.24-7.pgdg+1)
Suggests: postgresql-doc-9.2
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libdevel
Filename: pool/9.2/p/postgresql-9.2/libpq-dev_9.2.24-7.pgdg+1_arm64.deb
Size: 176804
SHA256: c3dce6a4efb025f3e357760e88ff2208e1cff9b9753e0f9e1b6d82661068c516
SHA1: 06314f387a7008d1a8b60d056a7bf3add0f66fc9
MD5sum: 66792603b1cf68c91189889dad600af0
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.
Timestamp: 2022-11-01 19:43:08+00

Package: libpq5
Source: postgresql-9.2
Version: 9.2.24-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 521
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libpq5_9.2.24-7.pgdg+1_arm64.deb
Size: 112292
SHA256: d0a31aee84baf4e6de9303e416c4248a209e081553f1086ae9ad173a49bcdf1d
SHA1: d708de86b408d732c0671fe552892e9435dbb5aa
MD5sum: 5622bb53a7850730e58ee98e566edefa
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.
Timestamp: 2022-11-01 19:43:08+00

Package: libpgtypes3
Source: postgresql-9.3
Version: 9.3.25-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libpgtypes3_9.3.25-6.pgdg+1_arm64.deb
Size: 32212
SHA256: 85afe2ca825f1a2684c5e2318a38d871cb01cb73bd0c9a8ba58108b1fbb298cc
SHA1: f98b94e44ce4d446432c6b0e4f80a720b83e6090
MD5sum: f181e4bc9578353d24a709bb9176c82b
Description: shared library libpgtypes for PostgreSQL 9.3
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-01 19:43:30+00

Package: libpq-dev
Source: postgresql-9.3
Version: 9.3.25-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 729
Depends: libc6 (>= 2.34), libpq5 (= 9.3.25-6.pgdg+1)
Suggests: postgresql-doc-9.3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libdevel
Filename: pool/9.3/p/postgresql-9.3/libpq-dev_9.3.25-6.pgdg+1_arm64.deb
Size: 144260
SHA256: 3ec283ce3a6cf0206002e10f0d0a771c89cb96df498a64dbedb3442843ae4df2
SHA1: 91851890d319a3ceaa7d283eb3c4d53fd716cb16
MD5sum: 8e4552dcb8d62d7dab689a2ff01556d3
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.
Timestamp: 2022-11-01 19:43:30+00

Package: libpq5
Source: postgresql-9.3
Version: 9.3.25-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 534
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libpq5_9.3.25-6.pgdg+1_arm64.deb
Size: 113684
SHA256: 4a2ef0cab69ba931f3a84dad56b5683fa895598319be5eeed7fe265a853a1503
SHA1: 9d215b48bf1ccfa56ab329a85041cd33a90e9719
MD5sum: 507f7e6d8d532ebc17488f883597e8a8
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.
Timestamp: 2022-11-01 19:43:30+00

Package: libecpg-compat3
Source: postgresql-9.5
Version: 9.5.25-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libecpg-compat3_9.5.25-4.pgdg+1_arm64.deb
Size: 15900
SHA256: 5fb4de0e9c3718122eb1bc1deb3d45d9bca2cddc0080f895ff48ae2a4e124ec6
SHA1: 0cff073bd04c5514b2e85a0221467317a67f9fd2
MD5sum: f647db864a2171d378c18e5b0fae8242
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.
Timestamp: 2022-11-01 19:43:52+00

Package: libecpg-dev
Source: postgresql-9.5
Version: 9.5.25-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1174
Depends: libc6 (>= 2.34), libpq-dev, libecpg6 (= 9.5.25-4.pgdg+1), libecpg-compat3 (= 9.5.25-4.pgdg+1), libpgtypes3 (= 9.5.25-4.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libdevel
Filename: pool/9.5/p/postgresql-9.5/libecpg-dev_9.5.25-4.pgdg+1_arm64.deb
Size: 211080
SHA256: 569a196c9170bd6cba3cd4e289d9a1935197cd8746b464184d1b345271a2432a
SHA1: 6b54f3cfb1cf49be50fa54b0d4d68912ca9eabad
MD5sum: 78d673a2e3c774fe891c3be820a9ce85
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).
Timestamp: 2022-11-01 19:43:52+00

Package: libecpg6
Source: postgresql-9.5
Version: 9.5.25-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 458
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libecpg6_9.5.25-4.pgdg+1_arm64.deb
Size: 80348
SHA256: 825be7959ae40b6ff6dac737b0a95e4c3eaa19ef1a46d4a76bb168669d54a3ce
SHA1: 22ad6cdcf801730e6709f3808b36347c391e03b5
MD5sum: 356de58559bf4ba73bd9289dfce88f1c
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.
Timestamp: 2022-11-01 19:43:52+00

Package: libpgtypes3
Source: postgresql-9.5
Version: 9.5.25-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libpgtypes3_9.5.25-4.pgdg+1_arm64.deb
Size: 36140
SHA256: 8252993714cafd9f3833a4c8b0ead9321a1e99bdf0c604e8fc2e204f7a94ea0c
SHA1: 2e5bc852a38a1c17bf67fcb0d98bebc7e1dbbf6d
MD5sum: 3e92f91a648b5226e9c8148ad73782e7
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.
Timestamp: 2022-11-01 19:43:52+00

Package: libpq-dev
Source: postgresql-9.5
Version: 9.5.25-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 759
Depends: libc6 (>= 2.34), libpq5 (= 9.5.25-4.pgdg+1)
Suggests: postgresql-doc-9.5
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libdevel
Filename: pool/9.5/p/postgresql-9.5/libpq-dev_9.5.25-4.pgdg+1_arm64.deb
Size: 153200
SHA256: 9d8fa1bab612d551d78d25aeb5de9f69bb0f496942896b8c7aa294cc03311dbb
SHA1: 62ee93ad2965bac9455c210217ecf2ffd3d40ec2
MD5sum: fabd9847de8f432e3d02d4e49af284dd
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.
Timestamp: 2022-11-01 19:43:52+00

Package: libpq5
Source: postgresql-9.5
Version: 9.5.25-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 584
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libpq5_9.5.25-4.pgdg+1_arm64.deb
Size: 129448
SHA256: 9b5dcc0a61ce5b858e76aeb28445340f49cebe13ab8d64b88c23fbbea7f07a8a
SHA1: 6124a16661af7caedb434893cf5423e01c78ae6f
MD5sum: 41b667f939c67a94d07bfe0c666c2f3e
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.
Timestamp: 2022-11-01 19:43:52+00

Package: libecpg-compat3
Source: postgresql-9.6
Version: 9.6.24-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg-compat3_9.6.24-3.pgdg+1_arm64.deb
Size: 17076
SHA256: 74633803f4b97fdab1cdeeaaddfef0e0b98597da3a960a260a0c10d22efd6a4b
SHA1: d2112626939445fde36cc97898adce59a34f36f7
MD5sum: da67e263d0ff0cbc74a4e23ff3283679
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.
Timestamp: 2022-11-01 19:44:15+00

Package: libecpg-dev
Source: postgresql-9.6
Version: 9.6.24-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1175
Depends: libecpg-compat3 (= 9.6.24-3.pgdg+1), libecpg6 (= 9.6.24-3.pgdg+1), libpgtypes3 (= 9.6.24-3.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libecpg-dev_9.6.24-3.pgdg+1_arm64.deb
Size: 215140
SHA256: bf92348fd8c70ab3fd246d1e7feb7e498c55490e34a4c8f47bd763f104b39843
SHA1: 819802a2c15a69219476f55ab534e7080ec6314c
MD5sum: 0ddaeb2a67b963c4e6b1a2e1dd9ed7a8
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).
Timestamp: 2022-11-01 19:44:15+00

Package: libecpg6
Source: postgresql-9.6
Version: 9.6.24-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 460
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg6_9.6.24-3.pgdg+1_arm64.deb
Size: 80924
SHA256: 330459f2007d1510d8e60375963bb75d3cdd20dcbc7d0e25c8d04146ceaa4107
SHA1: 1071d5a3f3c14df499493bd461a443e921c626d1
MD5sum: e0f309eb8c28ee3e2136d333b70e8b58
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.
Timestamp: 2022-11-01 19:44:15+00

Package: libpgtypes3
Source: postgresql-9.6
Version: 9.6.24-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpgtypes3_9.6.24-3.pgdg+1_arm64.deb
Size: 37424
SHA256: 59a03fa502e3f200cfd34e720c30b5c9cf54c94364ceeccc12f0f200b5c200d3
SHA1: d4a6cf9d536cf7c54b8f39af36dc0b1493e59aba
MD5sum: 62dbdc14de29ef9ca4d0e228e441519b
Description: shared library libpgtypes for PostgreSQL 9.6
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-01 19:44:15+00

Package: libpq-dev
Source: postgresql-9.6
Version: 9.6.24-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 768
Depends: libpq5 (= 9.6.24-3.pgdg+1), libc6 (>= 2.34)
Suggests: postgresql-doc-9.6
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libpq-dev_9.6.24-3.pgdg+1_arm64.deb
Size: 155500
SHA256: 5c74f9d7c617cd09f8d9a98bb78d62dc634399038081b34e54c6871fe347d189
SHA1: 9e30139e724117c74e6fd9b36787826f91621cf5
MD5sum: 3a271d475057cbac70bd5314131180ca
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.
Timestamp: 2022-11-01 19:44:15+00

Package: libpq5
Source: postgresql-9.6
Version: 9.6.24-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 596
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpq5_9.6.24-3.pgdg+1_arm64.deb
Size: 130512
SHA256: 715cf235662787e53f19cb64dd59d60fb3e3c38ab2339f9d8dd4dce2c8a0a6f6
SHA1: b50a9a76c95cc9127d329b6c03b324f11a289bc8
MD5sum: 249f47bbe3d55a91a1f555292983755e
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.
Timestamp: 2022-11-01 19:44:15+00

Package: libpgpool2
Source: pgpool2
Version: 4.3.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libs
Filename: pool/main/p/pgpool2/libpgpool2_4.3.3-2.pgdg+1_arm64.deb
Size: 139824
SHA256: 5dd5404e86535f64bf6e72cfc7f91817e9ce985163ce2433eea379ac4057da43
SHA1: b44f8fee31f40267c7b20ef169b275667e44f742
MD5sum: e4ee25da2f8cfd2aee813e40fee07ab2
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).
Timestamp: 2022-11-01 19:45:11+00

Package: libpgpool2-dbgsym
Source: pgpool2
Version: 4.3.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: libpgpool2 (= 4.3.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/libpgpool2-dbgsym_4.3.3-2.pgdg+1_arm64.deb
Size: 63832
SHA256: d10d82ea8f3493f359dd3e857618093b8dec40092ca99f8fe38f8b3ed52df226
SHA1: 2732bed67df0e4a42aca030a4db772e1488e407d
MD5sum: 57a9134e8bc2efd48ae2d1f14529550e
Description: debug symbols for libpgpool2
Build-Ids: 1ddbaeacc20290823847c7cdee2286f38369d78e
Timestamp: 2022-11-01 19:45:11+00

Package: libpgpool-dev
Source: pgpool2
Version: 4.3.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 255
Depends: libpgpool2 (= 4.3.3-2.pgdg+1)
Conflicts: libpcp3-dev
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libdevel
Filename: pool/main/p/pgpool2/libpgpool-dev_4.3.3-2.pgdg+1_arm64.deb
Size: 150052
SHA256: 35116767294dd704b37ac174aef9cbbda649e983d45126429e7aa11dc1ca0c5a
SHA1: ed3f2918921324cc6e546735fd5b94a369568280
MD5sum: 132d3e01ee83194d799d1b952b3fef73
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).
Timestamp: 2022-11-01 19:45:11+00

Package: librdkit1
Source: rdkit
Version: 202203.2-3.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 18393
Depends: libboost-iostreams1.74.0 (>= 1.74.0), libboost-python1.74.0 (>= 1.74.0), libboost-python1.74.0-py310, libboost-serialization1.74.0 (>= 1.74.0), libc6 (>= 2.34), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.1), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 3.0), libmaeparser1 (>= 1.3.0), libpython3.10 (>= 3.10.0), libstdc++6 (>= 12)
Homepage: http://www.rdkit.org
Priority: optional
Section: libs
Filename: pool/main/r/rdkit/librdkit1_202203.2-3.pgdg+1_arm64.deb
Size: 3542616
SHA256: a1a4d7d97dd2273e838f8a30783ca635553674ab090ba5cf3c5737049eb3ddc9
SHA1: d544abbc5866ab8fafbba77fb39c952b7c70c245
MD5sum: d8c0009d9d9ff94491851e9ade0b5317
Description: Collection of cheminformatics and machine-learning software (shared libraries)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the shared libraries.
Timestamp: 2022-11-01 19:45:11+00

Package: librdkit1-dbgsym
Source: rdkit
Version: 202203.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 88961
Depends: librdkit1 (= 202203.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/librdkit1-dbgsym_202203.2-3.pgdg+1_arm64.deb
Size: 86511008
SHA256: 04c710046349c08645ca1fe948ef479de2d2fdf48243e304dd62bf45ad508803
SHA1: d5658b3cbbcba03ac34d7bb6594c88db15d29445
MD5sum: 4d80245ba94b736fc7a6f200b67fa2c8
Description: debug symbols for librdkit1
Build-Ids: 01085bdd6dd37476e600b519283960f2f90f46fa 0139221a540a94c5bf220ec3284fe0f3f33c81fc 08081f636e1dab066702d9731ab671ff501d3a23 09c48a6d552d2a12311ae476902259d37fbda2a0 17b607dccc773d43f4085ab267931bae5d815012 19aabb0dc07e6b3deba499ef3e7abadab313ba64 19c01c6881adfa205ff8c6550896833981abef4f 26dfaa2bad6dcaf4ed8bcc359364454b4e3d60e7 296c4c22ce249031f6105194765ff9c09079960c 2d00cf806db26310d1e796631b4918d6396694d4 2e05d835ad08fdfab7e9c4efa44ad434c32fb078 332de05bc1836fe48621046652f1c4c4c1c5abd5 341e038f3717f6214c4699ead1879aeb13182091 415cb1c1872e5c7f1368f39b8670f7a8570cd42a 4aefca41c07555227acc83a04c69764bd38d2154 4ff3c8024907d42d0d76ab6fe7fd05615f2e98ed 5707ae74d21c493d1d7470f06edd724c606c6ea8 5b82f9b72cf7acd9f7de6dfbb5364ea5c005539d 5ca32f9ddaf4d6738724b4666ff480ee1dd81ca5 602f08b40518e359b81bd3fc25cbb5707ffe4517 609a7fe00af8fb4c4c4812e759fd00ad43e9f3ff 61e221842bf0fd0b780d8d96a7689e6c2548d3f5 6f746d179d2cddce8a591e670fbcf1e0e72a8871 6f812a1730e685c9cafea3fbe4f684e6c77761bf 70ee9de3ee9899e9f398b83718f89f76b5ab2547 731ce2135dd0a3c7fce173651afa0bb08c3b082b 754e71103d9523af76b1dda36eedfa498904d969 7629006d9916cf5b9b35f02d65a754ee7fc14118 770322f79f1c20c0461e61a4f7eac655d54018ff 7ba3d583b3b2332a00c324560e174587b55c34e1 858f16aba5805128360fddafc56a372bb33c751a 957fb8a139022d932df8f0b14b07b3712feaa819 95d1445b07b82a48baac2fb175d1b211c05d0a2d 96aa7299ee55254cf93191dc906496c61b1196a1 a48e8d315f55740fee1b51c598982cdcf1006875 a862e48ad1e3bb97d6331c119437422e10adbb3d ab6e49ed81c66ef874182a49e185fb1f4a48b725 ac8f653de868d03d267d7d7f72a58c6c1055f8da b081bd097b9a662ba96a6333ecd6a2224390b42c b423c00c2045afaaa0d68e76f54740421a7cd37c bb6276fc21ca6ddf3ed65ce809001dd9a6e4f644 bbefe19007150163d1b4145198f5eb6a1a69ac27 c7924ac3df429560ca536b8cf8ec2125958cd9b2 c8a48364b8b22380b155c852ac306b21266a573e cadb0f2ebbea7e80277431408e527b8beab41842 de8960f75cfbe9548ee8795671fb6d4b7e9292e5 e5043271575616eeaa3308b8ad031e83b9456841 e5b3791c7362333430097d63d51438772544d174 e9a5fa9d9bf363554ee0ac36358b90b01af46627 ed45ce434c0c6db10aac19befe52b31ee26fd8d2 edbea9391686521306a06b89a7a910fef86de475 f2269cfbe311357fd68ada978395b34b01145b38 f3a7f687cdb7a271d81cb051cb5a0eb864c4e810 fcfc8a940456dd6c6452a35bbc41223687e08fbd fecc7f89d755b714b00014cf0718995bb6f4f274
Timestamp: 2022-11-01 19:45:11+00

Package: librdkit-dev
Source: rdkit
Version: 202203.2-3.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 2139
Depends: librdkit1 (= 202203.2-3.pgdg+1)
Homepage: http://www.rdkit.org
Priority: optional
Section: libdevel
Filename: pool/main/r/rdkit/librdkit-dev_202203.2-3.pgdg+1_arm64.deb
Size: 372040
SHA256: a95ba41707dde5b0bf62a36b68c9765ff214a1e563272a641c55750e924607cd
SHA1: afc73dbe2d79c4befc87eab662f4141f9a1539af
MD5sum: 78fb5ef19b88640a5a582d915e1e82c0
Description: Collection of cheminformatics and machine-learning software (development files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the header files.
Timestamp: 2022-11-01 19:45:11+00

Package: pgbouncer
Version: 1.17.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 555
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: lsb-base (>= 3.1), postgresql-common (>= 26), libc-ares2 (>= 1.12), libc6 (>= 2.34), libevent-2.1-7 (>= 2.1.8-stable), libpam0g (>= 0.99.7.1), libssl3 (>= 3.0.0), libsystemd0
Suggests: python3, python3-psycopg2
Enhances: postgresql (>= 7.4)
Homepage: https://www.pgbouncer.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbouncer/pgbouncer_1.17.0-4.pgdg+1_arm64.deb
Size: 196444
SHA256: 974191a53fb735deb90a4a56b6f6c6dd9b9fe0dc90995ae7bd78b16ee10021aa
SHA1: b159097ed0751454fb46250bbb21c30ede286781
MD5sum: 4cdb91bc0de43a660f516548a0aee126
Description: lightweight connection pooler for PostgreSQL
 PgBouncer is a lightweight connection pooler for PostgreSQL providing the
 following features:
 .
  * Several different methods of pooling 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.
Timestamp: 2022-11-01 19:45:11+00

Package: pgbouncer-dbgsym
Source: pgbouncer
Version: 1.17.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 531
Depends: pgbouncer (= 1.17.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbouncer/pgbouncer-dbgsym_1.17.0-4.pgdg+1_arm64.deb
Size: 480088
SHA256: ec8c3588435e18deab2a35d06d1497c8237cb14469f90a1f048eefdc896e35d8
SHA1: fbc2a5a44f1b8708ac54c40eb0a60cd1cae16180
MD5sum: 2daf2c10efa16f298701001465a1cf72
Description: debug symbols for pgbouncer
Build-Ids: b2e292088e84b580123d9bf12b52ab4f58a55fdc
Timestamp: 2022-11-01 19:45:11+00

Package: pgloader
Version: 3.6.9-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 27540
Depends: freetds-dev, libc6 (>= 2.34), libzstd1 (>= 1.5.2), libsqlite3-0, libssl3
Homepage: https://github.com/dimitri/pgloader
Priority: optional
Section: database
Filename: pool/main/p/pgloader/pgloader_3.6.9-1.pgdg+1_arm64.deb
Size: 25482404
SHA256: 1d6b98d57c07e181fbbbbc59b3b8c3e59ab8fad8b6a75651d3e1497b73b2abb6
SHA1: 2644011a7afe4cc3b7da8bb08462575fa75f311b
MD5sum: fef1f8c4e9449814a97aa8b5ed73d273
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.
Timestamp: 2022-11-01 19:45:11+00

Package: pgpool2
Version: 4.3.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6650
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: libpgpool2 (= 4.3.3-2.pgdg+1), lsb-base, postgresql-common, ucf, libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libmemcached11, libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3 (>= 3.0.0)
Enhances: postgresql
Conflicts: pgpool
Replaces: pgpool
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/pgpool2_4.3.3-2.pgdg+1_arm64.deb
Size: 1164584
SHA256: baddd6bdda1e329812cc99257b7781ca8127622d13db8ed3ca85860530ab5b5d
SHA1: 9ba5dbe00572d67f826e241c5ce6d8a9e9f68c61
MD5sum: b7e9861bd73dbc36d496187bc684ef7e
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.
Timestamp: 2022-11-01 19:45:11+00

Package: pgpool2-dbgsym
Source: pgpool2
Version: 4.3.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2055
Depends: pgpool2 (= 4.3.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/pgpool2-dbgsym_4.3.3-2.pgdg+1_arm64.deb
Size: 1905352
SHA256: fb79b301de09116346ca1720fdfb65c5a075fa28814b3285b377fbaa65629d52
SHA1: c857391fb91aefeea4b6f83e8b3ba301db6df14a
MD5sum: 1f8265249c515774b9f9a6f4091231a5
Description: debug symbols for pgpool2
Build-Ids: 39ff8ff2ab70f129670f3654c7021d0657776ade 778b542bd1cfeb3bf2f869209dfc11bccebc18e0 99898bace206567796ffbbbda4afd21d54028356 9fa180365537ca8bd0f78933cb9766f0aff50bb1 a2d6b5aa2b9e7b7c60f9b49be7aa819f60665ff3 bc630792477aed844f6f8d17aee4fc520311344c d0efabecc2cf3d45247a69d2dd36f26f35e49eb6
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-asn1oid
Source: pgsql-asn1oid
Version: 1.4-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-10-asn1oid_1.4-4.pgdg+1_arm64.deb
Size: 6260
SHA256: 6577130130871360a780591b21913676fa7f37eeb22e5ec80694bf14597a8de9
SHA1: 265444599427be8f039488a3a8eca33962f0fe8d
MD5sum: 09325322200bbbfce13aa8959bb38a42
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 10.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.4-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-10-asn1oid (= 1.4-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-10-asn1oid-dbgsym_1.4-4.pgdg+1_arm64.deb
Size: 8700
SHA256: 6dc25d57badcbaebf941f9fb5ca1643d879e0331081b218b42d9dfb19affd7a5
SHA1: 9f470e998cf1e1a7f2005ac80288c9bf529406db
MD5sum: c2014f7bd6696a13aff1b5b603a84eda
Description: debug symbols for postgresql-10-asn1oid
Build-Ids: a9730b6f013dbfa23de1833a5be96ff7be6cae78
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-debversion
Source: postgresql-debversion
Version: 1.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-10, libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-10-debversion_1.1.2-1.pgdg+1_arm64.deb
Size: 8968
SHA256: 87a2608cd6f12400162f1683327d80a0c6773580ea08752819ab701355f37250
SHA1: 5e73a2b64e3b798e85ae9de6119b502c2c2c7764
MD5sum: e0a5d686d150dbb8d117acbf85cc7513
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()
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: postgresql-10-debversion (= 1.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-10-debversion-dbgsym_1.1.2-1.pgdg+1_arm64.deb
Size: 18188
SHA256: 0426d195b7545f99620b237bb6d7813687ed47628b118f6821fce72b5fa50287
SHA1: dfb54c302bdc0495ce0f0e9235c012d81fa2972c
MD5sum: e4b8f7ac4b4b7aa30b08f89b9e6a720f
Description: debug symbols for postgresql-10-debversion
Build-Ids: 493b3755505001ef608c2e88ce35ce8e39de3755
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-decoderbufs
Source: postgres-decoderbufs
Version: 1.8.0.final-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-10, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs_1.8.0.final-2.pgdg+1_arm64.deb
Size: 13984
SHA256: fceb2efd8503fc88fc71f583b8ddb6294711662cdcf222ffdcb5d352e1a2591d
SHA1: 1736d6a01b7a3dc7f0aa3f940e8d75669c8fc38e
MD5sum: 00d10b7a5ed7299f71dc5eb4c7aa83c6
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 1.8.0.final-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-10-decoderbufs (= 1.8.0.final-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs-dbgsym_1.8.0.final-2.pgdg+1_arm64.deb
Size: 38072
SHA256: e449150f7b92ee64d912243a627607594d07e4695614557a0a43ffa59fe479a0
SHA1: 0137d90bf946ac70e9d82d7567ce6dce3a553c84
MD5sum: 6cb285c9489988b150f58f4fc80e66ba
Description: debug symbols for postgresql-10-decoderbufs
Build-Ids: 77736ee8e4c4923f0be6e8b4863e8bf40d2fe244
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-hll
Source: postgresql-hll
Version: 2.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-10-hll_2.17-1.pgdg+1_arm64.deb
Size: 35644
SHA256: ae5244a7eaa26f2d49009b81e5435e844cd4042a19131454b206ad6b04378dca
SHA1: cd5c6da92ef070101cfd83266f414920622a6566
MD5sum: 01ac7db3c0f5eaea19f6f24b96619a98
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-hll-dbgsym
Source: postgresql-hll
Version: 2.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: postgresql-10-hll (= 2.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-10-hll-dbgsym_2.17-1.pgdg+1_arm64.deb
Size: 79216
SHA256: e031c30cc70fed0dd453f0dce2dd23a06464f3ad2aea4bf279a9728a6f6ffbd8
SHA1: 426e72b8efe692958a62b47398405c02ca3193b1
MD5sum: 59b9bfc61a1feacd897a54c3f0dd3008
Description: debug symbols for postgresql-10-hll
Build-Ids: 07250b3b751fce031fa7f479ca4ddbcaad9ecb70
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.8.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 158
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-10, libc6 (>= 2.34)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-10-mysql-fdw_2.8.0-3.pgdg+1_arm64.deb
Size: 36176
SHA256: 0aba6b5aacc271efd27162728d96f31f5a63ac8d8fd6a36ec96b8cced7321a08
SHA1: c76ffa11ca6958812e7ea3f267202af7f5f8d4bd
MD5sum: f2611f1e9443675ec744f61bc0e1cac6
Description: Postgres 10 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 10.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.8.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 160
Depends: postgresql-10-mysql-fdw (= 2.8.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-10-mysql-fdw-dbgsym_2.8.0-3.pgdg+1_arm64.deb
Size: 141372
SHA256: dd0610665346305d33f68a5818b6b33eea4b0a7da6b9c34b0dfdc803b563c3d1
SHA1: 50816126d1c9188217c7b8339fa351ca111efb15
MD5sum: 27279d87d2e307535fc3d0820ae249f2
Description: debug symbols for postgresql-10-mysql-fdw
Build-Ids: dafc013307d0eca6be8ace03a2af6faa66198950
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-numeral
Source: postgresql-numeral
Version: 1.3-5.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 164
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-10-numeral_1.3-5.pgdg+1_arm64.deb
Size: 22568
SHA256: 5fcbafb3a0cd2b5408e4652f7eeabd998b123f3276a1471a8dbc807b9d9bb4b6
SHA1: dc9224b3c7e17233e16c2d44419ed6ac28ccc7b5
MD5sum: 8ed5c346dada860bbac877d10fffbe5b
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 62
Depends: postgresql-10-numeral (= 1.3-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-10-numeral-dbgsym_1.3-5.pgdg+1_arm64.deb
Size: 40400
SHA256: d2d959acd3cca09ae1e131d7038807f51450bf624e4e3ad5c4bcd5f72e52278f
SHA1: 47a60f1cc8f5d269156f06abef7e10e7068670aa
MD5sum: b87ce747255d55d9f2e0486b1d0e0228
Description: debug symbols for postgresql-10-numeral
Build-Ids: a29d39df610bb0bad646548617d3905487457f9d
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 91
Depends: postgresql-10, libc6 (>= 2.17), postgresql-10-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-10-pgauditlogtofile_1.5.8-1.pgdg+1_arm64.deb
Size: 9284
SHA256: 95b22950f2db2f04c9c073c351e8d24f6d1a0345049405be4e17cd77306ede44
SHA1: 5494406984753122114e2763dd3908e87720983a
MD5sum: c13110d40f28bc6aa775013288c6b624
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-10-pgauditlogtofile (= 1.5.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-10-pgauditlogtofile-dbgsym_1.5.8-1.pgdg+1_arm64.deb
Size: 24072
SHA256: 64b906d824a354d246e5e90c2c54c825b1b8d62dd5bae87450ddf5ae31b7a42b
SHA1: bc298c7c3e510a0f20fe29a1c819f1c8a51084c6
MD5sum: 0df9b4ff4c4e30e7d455d6d9bed0837f
Description: debug symbols for postgresql-10-pgauditlogtofile
Build-Ids: 0d645b232b9af67aa064364021e31fe8e8a057cf
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-pg-fact-loader
Source: pg-fact-loader
Version: 1.7.0-3.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 957
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-10-pg-fact-loader_1.7.0-3.pgdg+1_arm64.deb
Size: 44052
SHA256: 81a088a9a01756cc93ca0eef71e5f718133790a616efc404188f3eef706220e5
SHA1: 57610d2cec7aa528eee917b2a68cc5838d45e4bb
MD5sum: 8fa504280f9ffef41f232a420d27e156
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 10.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.7.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 29
Depends: postgresql-10-pg-fact-loader (= 1.7.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-10-pg-fact-loader-dbgsym_1.7.0-3.pgdg+1_arm64.deb
Size: 14244
SHA256: a2c34d8e373a59fd9339cda03ef14fab5c43c3d340284a6b746f1252b5758e81
SHA1: 38492c30f57243f1590c8e0162fc7069e23a608b
MD5sum: 08cfc8581584943bfa677417c8f3d896
Description: debug symbols for postgresql-10-pg-fact-loader
Build-Ids: 03c5b8b810d628679c4fc32b83d0185cb5c2e9be
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.1.0-3.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 1735
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-10-pgl-ddl-deploy_2.1.0-3.pgdg+1_arm64.deb
Size: 41328
SHA256: 40ea3fab396644a8d6bae2d1d95f8ceb49c4e1e4cb86ffd0ae7e6704e5003f3d
SHA1: 4fecbae5010e701a181a0adef539148386f211bc
MD5sum: bfd9accb91afe7928734031dfbdc71da
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 10.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.1.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 41
Depends: postgresql-10-pgl-ddl-deploy (= 2.1.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-10-pgl-ddl-deploy-dbgsym_2.1.0-3.pgdg+1_arm64.deb
Size: 18288
SHA256: 4465c1d5561aa1afe1fe00d5c4513b2914ff41749eed83bb6e905e5e155e8c93
SHA1: 938f05606ff46fdd96ec96fc7e8e40b720e4aeec
MD5sum: 652681da81630b265988e5ef368171aa
Description: debug symbols for postgresql-10-pgl-ddl-deploy
Build-Ids: 33f440ce7162e6307bf831547b56d11efc6457c2 8c94ccf306bca342ee54fef1e88123af0ccd386d
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-pglogical
Source: pglogical
Version: 2.4.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 596
Depends: postgresql-10, libc6 (>= 2.34), libpq5 (>= 9.1~)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-10-pglogical_2.4.2-2.pgdg+1_arm64.deb
Size: 106572
SHA256: 679d6289e27e3955f6c5a84f4e60dc65181903ae2c9693ff64f7e036d3f82f71
SHA1: 380d7b1b01d06a1a39a958516fa6c0df7644631d
MD5sum: 77ec32dd8566155ec09c191771601a80
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-pglogical-dbgsym
Source: pglogical
Version: 2.4.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 410
Depends: postgresql-10-pglogical (= 2.4.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-10-pglogical-dbgsym_2.4.2-2.pgdg+1_arm64.deb
Size: 345584
SHA256: 074669a2470ca844940299453163ad63811b004df5183babc8d8284fdb90620f
SHA1: f2e050b6d7b7ef71c26a69426e69f66b7e0b2c23
MD5sum: 42fc70839675afc626d3904cdb2f4928
Description: debug symbols for postgresql-10-pglogical
Build-Ids: 5655681802b88173ccb17709300a2e424a261810 a29fd75c3ccf15f5144393dd03d505eb3b14daf7 d4e0044aeea2c7b40a31e75c69b220d18a270306
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-5.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 169
Depends: postgresql-10, postgresql-10-pglogical, libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-10-pglogical-ticker_1.4.1-5.pgdg+1_arm64.deb
Size: 12424
SHA256: 4ab56f19ab81ee82c5e55c74abb25a609ff0ed74f9e6fd264c9f27269ff45ee7
SHA1: 1bfcf307f5992d110e28712b50a3ad2f58cb50af
MD5sum: e35bd181b4002259dd1d145e1efc28da
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 10.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 31
Depends: postgresql-10-pglogical-ticker (= 1.4.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-10-pglogical-ticker-dbgsym_1.4.1-5.pgdg+1_arm64.deb
Size: 15660
SHA256: 38b35263c70ee299e7d10838c1a4c650d186c0cf3df2521d500f245f577524b4
SHA1: e1c53bf6669a9d8e7498854675d93547b1fbdc68
MD5sum: 66e78d27e30f6a948225e86078f21da8
Description: debug symbols for postgresql-10-pglogical-ticker
Build-Ids: c4f830cf7e364c1b4e5ba8d344f2cf4e65ac174f
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-pgmp
Source: postgresql-pgmp
Version: 1.0.4-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: postgresql-10, libc6 (>= 2.17), libgmp10 (>= 2:6.2.1+dfsg1)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-10-pgmp_1.0.4-5.pgdg+1_arm64.deb
Size: 43808
SHA256: 7db8914b045b0107830f7d1a2c1abe1f79152ea5640281829a3b622692d89c04
SHA1: f0176bfaeee13bf286040b69e1beb972e63609f4
MD5sum: 69ff7e91bbed22db3ab338ceb53039ef
Description: arbitrary precision integers and rationals for PostgreSQL 10
 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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.4-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-10-pgmp (= 1.0.4-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-10-pgmp-dbgsym_1.0.4-5.pgdg+1_arm64.deb
Size: 63928
SHA256: 6a308907742570bd5c7caba8a214d69c344a5282033e09a88a0887199b10ed26
SHA1: 2db734d596eef280038fdbc20dc1ad9ea1c202fb
MD5sum: f3a9d8da1de117a81352fe3f2f511c37
Description: debug symbols for postgresql-10-pgmp
Build-Ids: 8718d1beda585d16de7345863314764c70b5a324
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-pgpool2
Source: pgpool2
Version: 4.3.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 381
Depends: libpgpool2 (>= 4.3.3-2.pgdg+1), postgresql-10, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2_4.3.3-2.pgdg+1_arm64.deb
Size: 132132
SHA256: 8c3cd227972bc94efa906cc21391541f5a7bf17cfba345b2030f693927c9cd87
SHA1: 75004450e09a67c2c0fc74b2ad30cbe331561d23
MD5sum: 521d94ab422c0fecc8f2849618dcbe7b
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 10 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-10-pgpool2 (= 4.3.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2-dbgsym_4.3.3-2.pgdg+1_arm64.deb
Size: 54344
SHA256: 70ed000fdfd6ed5afb556b93ccc7664c62bcd4404713c34227240d82ab649fac
SHA1: 6734655c71048028105081e1e39ceb8d680a4719
MD5sum: 59aefbf32b987376c0fa89fff01906b1
Description: debug symbols for postgresql-10-pgpool2
Build-Ids: 78fc18653f7af0748f016e55508cd7beaf548ac5 81769b3b06e6167e2cc6811dc90c410b0896991c c5d369ed2fdbbb95e6c40b6cf06fdb58483abb9c
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-pgq3
Source: pgq
Version: 3.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2108
Depends: libc6 (>= 2.17), postgresql-10, pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-10-pgq3_3.5-1.pgdg+1_arm64.deb
Size: 81852
SHA256: 91c276d650a36f49422d6a90c309dedeb79818e53c599d2f395f9c863140273d
SHA1: b0801318724bc0c31ee9cd0249cb918de9efedbe
MD5sum: 3e9e5462e1e8813c2d48732c69445482
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-pgq3-dbgsym
Source: pgq
Version: 3.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-10-pgq3 (= 3.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-10-pgq3-dbgsym_3.5-1.pgdg+1_arm64.deb
Size: 68284
SHA256: cde31ba69d5c458b73103fa9a5f7493908ae852237af8f4ff5993bd3558f4280
SHA1: 29208bdd25f499099dd71f0367103c09fe575090
MD5sum: de2daa348d3206e34baa21abae0e0f76
Description: debug symbols for postgresql-10-pgq3
Build-Ids: 14bb968e057cd9857245e9289eb0f4ff512ffc7c 17a361cdd5a36a17cb79dfbc97714fad781cd60c
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-pgq-node
Source: pgq-node
Version: 3.5-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 538
Depends: postgresql-10, postgresql-10-pgq3
Replaces: postgresql-10-pgq3 (<= 3.2.6-5)
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-10-pgq-node_3.5-2.pgdg+1_all.deb
Size: 12656
SHA256: 3ae3d71393d215c9fed54d0da3bd24189f5ed0c62f5bd3df560074a24c668495
SHA1: 9722946eedb1e58ede468471521105abb8253527
MD5sum: b3487a62cb4deb1e964e7f3c9b850e10
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-pgsphere
Source: pgsphere
Version: 1.1.1+2021-11-10-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 950
Depends: postgresql-10, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 5.2)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-10-pgsphere_1.1.1+2021-11-10-2.pgdg+1_arm64.deb
Size: 316800
SHA256: 6db43dc6f3411c3e2ff3fbdbf48db970dee1b4b163c55a7b93118439b951b31b
SHA1: 40048ba11c2acb79dcfb7944c695386ccc7e2e9d
MD5sum: d78cfd22ea45046be6194e341b943380
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-pgsphere-dbgsym
Source: pgsphere
Version: 1.1.1+2021-11-10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 373
Depends: postgresql-10-pgsphere (= 1.1.1+2021-11-10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-10-pgsphere-dbgsym_1.1.1+2021-11-10-2.pgdg+1_arm64.deb
Size: 318060
SHA256: 316704343ac4759c75ae9e0c8d2c146d084f78bac1975c3393e9338ed616753f
SHA1: 23943ff402d47923ec2ee002ebbf68f77f37b777
MD5sum: af0c2c05c14ac9ad7b88261fbfe315f3
Description: debug symbols for postgresql-10-pgsphere
Build-Ids: 710c7c0153af663a45bdb687244e679f3bb7239b
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-pldebugger
Source: pldebugger
Version: 1:1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: postgresql-10, libc6 (>= 2.17)
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-10-pldebugger_1.5-1.pgdg+1_arm64.deb
Size: 24732
SHA256: 7e489b2c1466c6165cdd63f4b11054b87e00b2c734afb3c6755fc99c1bb58002
SHA1: ba1ef8fcc0430f431c4a1312870c05a76347ae02
MD5sum: edc909e2fd00a669bbd430985c9b76e2
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: postgresql-10-pldebugger (= 1:1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-10-pldebugger-dbgsym_1.5-1.pgdg+1_arm64.deb
Size: 92496
SHA256: dc298917632b14b1a2b9107384fce61352f3e79d06905ef5a12accdf20e9dea1
SHA1: c8ffacdab2617fcfdc47d3e59b4593bc0e983ce6
MD5sum: 70d7a809497c958937b57451dcce3cca
Description: debug symbols for postgresql-10-pldebugger
Build-Ids: dd43d12ecec7bcff880f51894cd72a29c79187eb
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-plpgsql-check
Source: plpgsql-check
Version: 2.2.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 237
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check_2.2.2-2.pgdg+1_arm64.deb
Size: 78336
SHA256: 83085a027e7edc9a402f1740aab3cd396b64dd0689222cd38a4c10a217dd381a
SHA1: 845ccfe081c33b8fe70cb469faecaa644a78acd0
MD5sum: 6ed83c90fe362881c17694992b4771f6
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.2.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: postgresql-10-plpgsql-check (= 2.2.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check-dbgsym_2.2.2-2.pgdg+1_arm64.deb
Size: 232304
SHA256: 88a37c07488af077cf37bf80bac0958f94ee22db4b5df237019f96ee6b69dd17
SHA1: 33e49c6f2b62b50e2c840f6c785004a92cbb986a
MD5sum: 453a8c0ea6245aafa11276a807ed814f
Description: debug symbols for postgresql-10-plpgsql-check
Build-Ids: 16fafda713dcb8fba2ec1b137e6b9e69117d2a29
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-plproxy
Source: postgresql-plproxy
Version: 2.10.0-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 178
Depends: postgresql-10, libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-10-plproxy_2.10.0-8.pgdg+1_arm64.deb
Size: 53876
SHA256: 5546f8d0222e455e6b02ed75dcd584bba09663b4b3445715a8addcc695cbe2bd
SHA1: b1eea4f0218b48fc749d85670dda21be6ac8b0e9
MD5sum: 2ff396e2f7fe1540b66b14fc3d1a3e61
Description: database partitioning system for PostgreSQL 10
 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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-10-plproxy (= 2.10.0-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-10-plproxy-dbgsym_2.10.0-8.pgdg+1_arm64.deb
Size: 112980
SHA256: a84e9426c8ecbfb5549ab8ff7cc51f79adb11b600dd49e3dd86fd2895f44e4e0
SHA1: c78b95bb947bcd10646948f20f9b2975986c8e52
MD5sum: 966f32375e146946224b8d7d9c34bb8e
Description: debug symbols for postgresql-10-plproxy
Build-Ids: f72795030273e9afb2ec744b8fce16a2ecd338d5
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-plr
Source: plr
Version: 1:8.4.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: r-base-core (>= 2.10), postgresql-10, libc6 (>= 2.33)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-10-plr_8.4.5-2.pgdg+1_arm64.deb
Size: 61200
SHA256: 183da050262fb2b43a8b4156d3545016c3db21f8bb9855d46a49cde9f92d1c3e
SHA1: 6e5ab45e2417241704f46d2d31a0979a1eff69fa
MD5sum: c029b73187dda177b6f5f1dbed29f218
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-plr-dbgsym
Source: plr
Version: 1:8.4.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 137
Depends: postgresql-10-plr (= 1:8.4.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-10-plr-dbgsym_8.4.5-2.pgdg+1_arm64.deb
Size: 117192
SHA256: f5dbc17b90af5d702b23a9a18839a8a57b6aeda33d0a8f4e6e2412eb6dacfa16
SHA1: f7c5c87931074b6393fd764af47e15c7eb9e446f
MD5sum: 2f8fbf41d372f441007a377caf9709ed
Description: debug symbols for postgresql-10-plr
Build-Ids: eeb6179196418590142ebb25c228cad6503c43c4
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-plsh
Source: postgresql-plsh
Version: 1.20220917-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: libc6 (>= 2.17), postgresql-10
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-10-plsh_1.20220917-1.pgdg+1_arm64.deb
Size: 11868
SHA256: 7a7d3a897d6bc9750e1f007aeb38fb2e7c885109358f84493ae50cf9091f1ba8
SHA1: b2cfd1edc5dc3aaa66856b8938a5e8dd70f4bc65
MD5sum: f6f9b8c72b309610d218ba64f03c8647
Description: PL/sh procedural language for PostgreSQL 10
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in a shell of his choice.  You need this package
 if you have any PostgreSQL 10 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20220917-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-10-plsh (= 1.20220917-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-10-plsh-dbgsym_1.20220917-1.pgdg+1_arm64.deb
Size: 27920
SHA256: 6aebf2198a0783cb6397c5e5311309027a0530646312582016fd47569044ef8b
SHA1: c794159e7ee337bc5666a519863bdc08b15d01a6
MD5sum: 01ec397e6c70c714fdd8ac1042195d1f
Description: debug symbols for postgresql-10-plsh
Build-Ids: d97fdc9908bf338d9da95c464adc87143c41fca0
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-pointcloud
Source: pgpointcloud
Version: 1.2.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 396
Depends: postgresql-10, libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-10-pointcloud_1.2.4-2.pgdg+1_arm64.deb
Size: 52628
SHA256: df334a9b1c5c8e2ea8785b16c588227195d3489fc1619eb513e31b221e0f842e
SHA1: 1a09fae7cf0f9b814fe98c28c3ccf69209124ffa
MD5sum: 3949e264ee4a250aaf02262337cc0da2
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 196
Depends: postgresql-10-pointcloud (= 1.2.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-10-pointcloud-dbgsym_1.2.4-2.pgdg+1_arm64.deb
Size: 162660
SHA256: ceab1f58aca23feb5ba2f8b9c634a7254cd35c555067946b94583808774a84aa
SHA1: 77f05b2c8deb4f6f7803b035b331bdf9c374dcf7
MD5sum: 33f518017bd6f68d70af798a465eaac5
Description: debug symbols for postgresql-10-pointcloud
Build-Ids: 891de18b92750afd7757f34cc5f65d667673c7b4
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-powa
Source: powa-archivist
Version: 4.1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1444
Depends: postgresql-10, libc6 (>= 2.17), postgresql-contrib-10
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-10-powa_4.1.4-2.pgdg+1_arm64.deb
Size: 42656
SHA256: 907661de3df67e1e2e3b16b977f6543905987967f173af67293c28f881931fd5
SHA1: 9be86b5649a8eaeaad81e03c15ed41f6b769aec2
MD5sum: eddf1ec2285e99543f419864a86a675a
Description: PostgreSQL Workload Analyzer -- PostgreSQL 10 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-powa-dbgsym
Source: powa-archivist
Version: 4.1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-10-powa (= 4.1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-10-powa-dbgsym_4.1.4-2.pgdg+1_arm64.deb
Size: 34336
SHA256: c7833708d360bd00c50507e81934a27ecac67494b582ec8e28b3511ac862017c
SHA1: 1739d2e62bf82f9a36c047334bf626c9d4b43ab2
MD5sum: 628b3f154b7060dc4fb9ec060b80223e
Description: debug symbols for postgresql-10-powa
Build-Ids: cb3eec05077fb5f34b5c18e5f1002bf5becd29a1
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-prefix
Source: prefix
Version: 1.2.9-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-10, libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-10-prefix_1.2.9-5.pgdg+1_arm64.deb
Size: 19700
SHA256: b5bfa893e4ee5e7203089ce7b223b43862922e159e64a111ab6ac8892b731866
SHA1: ddb1806b43326b425910f206f362ba89689b7018
MD5sum: f3fa71e17ac763f8361d9da9f9104738
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-prefix-dbgsym
Source: prefix
Version: 1.2.9-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-10-prefix (= 1.2.9-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-10-prefix-dbgsym_1.2.9-5.pgdg+1_arm64.deb
Size: 42988
SHA256: bc5669c5ea441a4f0aaff753d63b0fd19ec6ac8f565442cb489927bea031ec1a
SHA1: 53eee6b8eaac3ab80ce84926d265aad9e9bee662
MD5sum: e2028a076c71c7b6b3c29521fbe9c3c5
Description: debug symbols for postgresql-10-prefix
Build-Ids: af6a9a39639c9284021227340db28987fdfb7192
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-preprepare
Source: preprepare
Version: 0.9-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-10, libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-10-preprepare_0.9-7.pgdg+1_arm64.deb
Size: 9048
SHA256: 81be8e2f9629910e3e2b1cb170e602e81ad953b22e750abd9ffcf93dff05bf09
SHA1: c398a6b55f4d88b1c84edcb225f7d53f027ed48f
MD5sum: de9938e8ea5c7e39b8cedcdcd8e3d3f9
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-preprepare-dbgsym
Source: preprepare
Version: 0.9-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-10-preprepare (= 0.9-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-10-preprepare-dbgsym_0.9-7.pgdg+1_arm64.deb
Size: 16332
SHA256: 9d8870f151ac2edcb721525849358d01ca96a59e36a4c84ff29f9bef57548e18
SHA1: eb94ed333198955dff3a1f1a9734ed6221f505a3
MD5sum: a8d2bbb4f3665db6244d768620097b37
Description: debug symbols for postgresql-10-preprepare
Build-Ids: 307202cae67be2d4b6873aed899d9e18bc59b4aa
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-prioritize
Source: postgresql-prioritize
Version: 1.0.4-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: libc6 (>= 2.17), postgresql-10
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-10-prioritize_1.0.4-10.pgdg+1_arm64.deb
Size: 6532
SHA256: 6715a60d85a35e2d891bb6a7d545f0729c0c6b0454938ea0a36b9c39e8a5b001
SHA1: a7bf35e22bb816dc9e4bf3e60a0a9f85795eaa7d
MD5sum: 2477b2c3e1deb2bd53c2288b08f5213d
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-10.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-10-prioritize (= 1.0.4-10.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-10-prioritize-dbgsym_1.0.4-10.pgdg+1_arm64.deb
Size: 12244
SHA256: 75b9e04028b1bcb9c20c065901019e2b4c0c0b762364355e9b13b2476ede0ca8
SHA1: 3126cd05c96fe95a5e93d64f701a964402f17a37
MD5sum: d80f36f21206e2c174142068d95e53c6
Description: debug symbols for postgresql-10-prioritize
Build-Ids: 84f3d4a04a15a51269bb7c53b76b58956e7cd549
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-q3c
Source: postgresql-q3c
Version: 2.0.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2499
Depends: postgresql-10, libc6 (>= 2.29)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-10-q3c_2.0.0-7.pgdg+1_arm64.deb
Size: 78252
SHA256: 3b5ef58ae396069b7a53571a99215354e34b19325d3e68c6921f695ffabb2c24
SHA1: b6016455f2a04a13ab5a6dcc15dd97293e7af420
MD5sum: 166c5b01e13e96ac36921e62deb043d8
Description: PostgreSQL 10 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-10-q3c (= 2.0.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-10-q3c-dbgsym_2.0.0-7.pgdg+1_arm64.deb
Size: 79788
SHA256: 5f2da913572a7aee91deea420bf717a4408866b4a374542860c2d4b67b1ec67c
SHA1: d31ca471a1a313724fce3da9afff38ecf6e38a12
MD5sum: acf4098bfbb68032cc73258ef12434d7
Description: debug symbols for postgresql-10-q3c
Build-Ids: 7b1be905da430d9463d05a248d92a5b200666913
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-rdkit
Source: rdkit
Version: 202203.2-3.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 420
Depends: postgresql-10, libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202203.2), libstdc++6 (>= 5.2)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-10-rdkit_202203.2-3.pgdg+1_arm64.deb
Size: 165716
SHA256: 88a36879599dc6514cfd35abeda36cae239be1ee9fbaf196bffb89ac3d554283
SHA1: de2873e1fc6e41c6cd089e2149eab2b288a47eaa
MD5sum: 53aa1ac13354c97921a54d37776d2170
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-rdkit-dbgsym
Source: rdkit
Version: 202203.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 775
Depends: postgresql-10-rdkit (= 202203.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-10-rdkit-dbgsym_202203.2-3.pgdg+1_arm64.deb
Size: 729440
SHA256: 68dccc862c255bf93abe1b53fde179a4a5d6346652806910cb72828eb52d1fce
SHA1: d0eddda0a778ce9fa64993690bf309527192761a
MD5sum: 60b838ae50cfa21099b9e4ddcc4d08cf
Description: debug symbols for postgresql-10-rdkit
Build-Ids: 4e867c2bcdbf4f8fcff74b9bcbeaad38ab582c20
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-repack
Source: pg-repack
Version: 1.4.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: postgresql-10, libc6 (>= 2.34), libpq5 (>= 8.3~rc1-1~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-10-repack_1.4.8-1.pgdg+1_arm64.deb
Size: 69536
SHA256: 653bab50dcfe99174116333c001b696221b7e14089ef5487240120b6dac8f93a
SHA1: bc842e05ceaedbd85dc18b770fe6fd00447e8058
MD5sum: b0e284568e0357d86d3a5a63340ade38
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 10.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-repack-dbgsym
Source: pg-repack
Version: 1.4.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-10-repack (= 1.4.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-10-repack-dbgsym_1.4.8-1.pgdg+1_arm64.deb
Size: 115548
SHA256: 16f238740a5989836fd5182a68a9a96b88c50a6162318f6fd9650536e503cb9d
SHA1: 47376b83e0d2f469f305bce003d158e9d52175ae
MD5sum: 9e3ca9d565498cb65831d64272d84015
Description: debug symbols for postgresql-10-repack
Build-Ids: d728564f4d21bb2ef0ef8f1075c78bd3c23c756e e1d9a3bf9021b685dc211aa05b8a14d25c7ff219
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-semver
Source: postgresql-semver
Version: 0.32.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-10-semver_0.32.0-1.pgdg+1_arm64.deb
Size: 23844
SHA256: c23318930250b3c750f50384f0d19f929d915f0288d3484916e977cf3c5d7654
SHA1: 8c351b7f17088d586bfcaf3fae544a51566aefb9
MD5sum: 4aff258682d6fb14390eb7976e7bbc4a
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-semver-dbgsym
Source: postgresql-semver
Version: 0.32.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-10-semver (= 0.32.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-10-semver-dbgsym_0.32.0-1.pgdg+1_arm64.deb
Size: 20044
SHA256: 65923d9e901ea90e993c4be4a8b804f33247cbf5a8a7bddc6c7c6faa3b1db41a
SHA1: d41f2ff73f6fd4588ff28b9092254c5a2f4ff424
MD5sum: 77f27344d6dd01ee187bdd83f6f5dbb7
Description: debug symbols for postgresql-10-semver
Build-Ids: cfa4a8639fc473446918982c3244ec114e17f246
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-set-user
Source: postgresql-set-user
Version: 3.0.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-10-set-user_3.0.0-4.pgdg+1_arm64.deb
Size: 18444
SHA256: e61d6a3df35f41bd380dfd38e2e636486fe33db4531c403fea3a6e4652a1e4b6
SHA1: cf3f400bd2029b5e02f7ff45f0ee702f96ae3719
MD5sum: a58b1e495496d89950d389ee28af849d
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-set-user-dbgsym
Source: postgresql-set-user
Version: 3.0.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-10-set-user (= 3.0.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-10-set-user-dbgsym_3.0.0-4.pgdg+1_arm64.deb
Size: 36808
SHA256: 6dfe5dd4fe33ad31527f6407f6b9579693a4a1a88375a94c229d1b7add2057b3
SHA1: dcfbbe5d8d8eeeaff2cf177b9f4cf0ef9fb08361
MD5sum: 21b00cc54a2562500d8589bd841df37b
Description: debug symbols for postgresql-10-set-user
Build-Ids: b055b6c5b126b5f22b5a2d539bbb4d87ce8a4dd0
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-slony1-2
Source: slony1-2
Version: 2.2.10-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-10, libc6 (>= 2.17)
Suggests: slony1-2-bin
Conflicts: postgresql-10-slony1
Provides: postgresql-10-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-10-slony1-2_2.2.10-5.pgdg+1_arm64.deb
Size: 17764
SHA256: 35ea129d3d60a4ac89640a43275a65fdde7ef56098e412575cff6f511068bfcf
SHA1: 0ade2004f7df3a430c05a97944f4b0d6f027c03a
MD5sum: 3ed7d1197da97653e0bdceb9dec17283
Description: replication system for PostgreSQL: PostgreSQL 10 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
 10 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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.10-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-10-slony1-2 (= 2.2.10-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-10-slony1-2-dbgsym_2.2.10-5.pgdg+1_arm64.deb
Size: 57852
SHA256: 264f7ff99f7a9546a42ee12b525e1ea811702ee780c7b74b2edd95d010d95c8e
SHA1: dcffdd18e909e7f7755c2c80f1942736ea7708c8
MD5sum: f7e7801862351c117f0ce00be8b58c1c
Description: debug symbols for postgresql-10-slony1-2
Build-Ids: 77695522cd8c04ff606a419e19994bf950325a69
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-tdigest
Source: tdigest
Version: 1.4.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-10-tdigest_1.4.0-2.pgdg+1_arm64.deb
Size: 23652
SHA256: 6f4c74c30a32c6ea1df4743ac59913a4d07207c00ba785e4b9616246e4fabfef
SHA1: 8ea576cfec32eb39466a67364489f1baac9e62e9
MD5sum: fe45d46d3ccf3fd5dda2da103ed7ca64
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-tdigest-dbgsym
Source: tdigest
Version: 1.4.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-10-tdigest (= 1.4.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-10-tdigest-dbgsym_1.4.0-2.pgdg+1_arm64.deb
Size: 47984
SHA256: 3605d5dbfb032cca4f3181eed20b606d5983d39227a43a61215c72e7afab13f8
SHA1: 59b1e6bcbffa09fb7835b887a3a6dd921115dc95
MD5sum: 00b02a112a26435e029b249d9d1ba1ed
Description: debug symbols for postgresql-10-tdigest
Build-Ids: aad42b68a59da31c50285ec3bfac31f05a072e02
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-tds-fdw
Source: tds-fdw
Version: 2.0.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-10, libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-10-tds-fdw_2.0.3-1.pgdg+1_arm64.deb
Size: 33332
SHA256: d908efca7af252aa22342c7be0ad8ead47e59876e6aef88b32f08de11c7881a1
SHA1: 51fc7dfc7d349ebe8f607f4819a0bcd59d572e2b
MD5sum: 44366533ca324b19512620a1799c467c
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: postgresql-10-tds-fdw (= 2.0.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-10-tds-fdw-dbgsym_2.0.3-1.pgdg+1_arm64.deb
Size: 118688
SHA256: b6876f9e7e58363d7d215a483aefdc9d92155a7fc8d4ee06e64198ce553cc251
SHA1: f5ac394810cec007319909ce9a3bb3cbb79a1b9e
MD5sum: 34f49a983dacae369efd8bca8cf4db8e
Description: debug symbols for postgresql-10-tds-fdw
Build-Ids: ebc54309cdbe22bed7dcac87a9dcceb440c109da
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-toastinfo
Source: toastinfo
Version: 1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/credativ/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-10-toastinfo_1.4-3.pgdg+1_arm64.deb
Size: 7080
SHA256: 168ff93dd64a7909caa91d337142ee07d3dad26541e2be62420b6076349fb463
SHA1: 58f943e8a6efb0922d67d7acc4714511618ea2e3
MD5sum: e0bd1793e8449abd262d9b68f98fc6fa
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-toastinfo-dbgsym
Source: toastinfo
Version: 1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-10-toastinfo (= 1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-10-toastinfo-dbgsym_1.4-3.pgdg+1_arm64.deb
Size: 10988
SHA256: 56d8ffbe8116c23c5cf34cecd20cf75a3525b4da62030558dccd2cc19e73a2c1
SHA1: 88690f7831b0dc98546d2878e4124532234515af
MD5sum: ce769f8d87285ce5d0b3313811e6ef9f
Description: debug symbols for postgresql-10-toastinfo
Build-Ids: 71641f92c4e876f84110db4eb255aa4f81a4d477
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-unit
Source: postgresql-unit
Version: 7.5-2.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 377
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-10-unit_7.5-2.pgdg+1_arm64.deb
Size: 74428
SHA256: 6eed821a9bd2bba9e3b2e76c2d6be75aa033e824796913732fb203683aca0ece
SHA1: 4b143bc06395de9866055f9c3be4b497b91e8e53
MD5sum: 1c75545aad1fc0679d0cc6391358f9d0
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-unit-dbgsym
Source: postgresql-unit
Version: 7.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 81
Depends: postgresql-10-unit (= 7.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-10-unit-dbgsym_7.5-2.pgdg+1_arm64.deb
Size: 59308
SHA256: 865c7f728f74250f03eb4ca7f2cb8b3bd40e83e3fea42cd49eb61f7119105dc8
SHA1: 0158b2a0644fc766c255aba441fb40fc8a25b6cc
MD5sum: ae9586045e7f810292e50ebedd7a3472
Description: debug symbols for postgresql-10-unit
Build-Ids: ee73cc8d34c54d5bb75b098d16028dc81040c4f3
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-wal2json
Source: wal2json
Version: 2.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-10-wal2json_2.5-1.pgdg+1_arm64.deb
Size: 16680
SHA256: c668d803cc692c5e14039dce449a82285f5b70246164f8d6ba0e414bb76d21c1
SHA1: 844184d5209a0304da150b17fc4f77029948c7de
MD5sum: bbe0ddb8c3e36c3d5dc4e24c48cde34b
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-10-wal2json-dbgsym
Source: wal2json
Version: 2.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-10-wal2json (= 2.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-10-wal2json-dbgsym_2.5-1.pgdg+1_arm64.deb
Size: 51528
SHA256: 54fc5b0cb9d2a5f63e389b63267b0a190117f82959aa24e4d327ddf11fc762b7
SHA1: 6f960942e5347502c6800604af29774e6ad84f52
MD5sum: 4e73e4aeed1e77e890746aa978f7572c
Description: debug symbols for postgresql-10-wal2json
Build-Ids: 00e37556fc4484c0f03d2c997d11f3f8a56a874a
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-asn1oid
Source: pgsql-asn1oid
Version: 1.4-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-11-asn1oid_1.4-4.pgdg+1_arm64.deb
Size: 12928
SHA256: 619406304c61ecb42717fec2acc55e5872f3659cde7f0db90e2679ac267253a8
SHA1: ab507be01849f35739a55090bd14a4db07f49c89
MD5sum: d27d5949d50badac20ce6237f1bb4b75
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 11.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.4-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-11-asn1oid (= 1.4-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-11-asn1oid-dbgsym_1.4-4.pgdg+1_arm64.deb
Size: 8700
SHA256: 941c2abdabc15e36ffae7597c7c6cdcccbe6579593bb310182eb50f30828d8ee
SHA1: 0364ba08a2b9d1fde7bdb248b76736af1a1f20b6
MD5sum: ff4ebc7de39dff77519181d62a2113e8
Description: debug symbols for postgresql-11-asn1oid
Build-Ids: 5799e29259d8075952cf29c2ada3a1b50acf9161
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-debversion
Source: postgresql-debversion
Version: 1.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-11-debversion_1.1.2-1.pgdg+1_arm64.deb
Size: 14416
SHA256: 39f54cab5439c51b6a2097ec6279ebdb4f323158c39245c62518d349bc684f54
SHA1: 202b76a42d95ae64541c2ecd61209a186dbd1f45
MD5sum: a91fb1e26e2ced8f1943cdc7347065ec
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()
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: postgresql-11-debversion (= 1.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-11-debversion-dbgsym_1.1.2-1.pgdg+1_arm64.deb
Size: 18352
SHA256: b898c5f597a467cf508ed94e79c86c1b5f3184ccc88d1e156b74cfa28728e052
SHA1: 34d711016ea86e2bf508a6618e09955126900802
MD5sum: ffcace378869072b18ca9464add192bd
Description: debug symbols for postgresql-11-debversion
Build-Ids: f49d3d7f30f53a0687fd60c3c0806b73400430eb
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-decoderbufs
Source: postgres-decoderbufs
Version: 1.8.0.final-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs_1.8.0.final-2.pgdg+1_arm64.deb
Size: 43436
SHA256: 2fedb454e508a3b4b2ac5fbdda015654169b9383152c1ab57a10c5923842bce9
SHA1: 22f32de0d56195c7d9e8b7da2825ddd12b602903
MD5sum: d61762dd955c7b6476c4a8ff052b36da
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 1.8.0.final-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-11-decoderbufs (= 1.8.0.final-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs-dbgsym_1.8.0.final-2.pgdg+1_arm64.deb
Size: 38280
SHA256: b99c2dcb7376a94773da476f10dbc5b0dbafaaf32be614592aa79efcde5daeb6
SHA1: 857fdad9c74e504b30d73cd4e18d00333169e504
MD5sum: fc5cf101bf732cdf6110fd6b34246c4d
Description: debug symbols for postgresql-11-decoderbufs
Build-Ids: f47eacd7f831a3d2d9760c0eafba8e5a72961eb1
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-hll
Source: postgresql-hll
Version: 2.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 212
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-11-hll_2.17-1.pgdg+1_arm64.deb
Size: 83152
SHA256: 948d5788159fc7cf6d3739136a1fa4d787d6b97e57808d506dcec657a65cfd21
SHA1: bc567bdd4822410c13f42821f1e455ed8a5b5637
MD5sum: 764800688e2e9d3dc9af7577e6367af2
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-hll-dbgsym
Source: postgresql-hll
Version: 2.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-11-hll (= 2.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-11-hll-dbgsym_2.17-1.pgdg+1_arm64.deb
Size: 82008
SHA256: fea18c798d6a4ae14302461a06be1619646215a8a90f22b7f113af665077caf0
SHA1: cd95140211782bd51cf030c0f7c9c8fe78c17e55
MD5sum: b18f777425112c3cfe3c18220edd7930
Description: debug symbols for postgresql-11-hll
Build-Ids: 6c1e8048e28ecd2150b1294c2926b5c6184c60fa
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.8.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 326
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.34)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-11-mysql-fdw_2.8.0-3.pgdg+1_arm64.deb
Size: 131008
SHA256: bc4289b1bab6da422eaba4ca5f612a53768db80f3c0805b001eeceb9e18aa82f
SHA1: e1c963410f1d7ba3c816c192c127d79c6f5291c0
MD5sum: 2815c87575e3c2d009b88437e284fe6b
Description: Postgres 11 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 11.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.8.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 158
Depends: postgresql-11-mysql-fdw (= 2.8.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-11-mysql-fdw-dbgsym_2.8.0-3.pgdg+1_arm64.deb
Size: 139204
SHA256: 442ef512a9ad47baa7125d0340723d985dda48433cff3eb76d84fbba45194130
SHA1: 26e5e95f130f347d7372c5c9beb179dedd403bf7
MD5sum: 082dc4bd3b6673b76a9f094688e0de26
Description: debug symbols for postgresql-11-mysql-fdw
Build-Ids: fdb9ce0bce8590bbe42c66852f889c5dabaefb19
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-numeral
Source: postgresql-numeral
Version: 1.3-5.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 318
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-11-numeral_1.3-5.pgdg+1_arm64.deb
Size: 79976
SHA256: f80fb893b96d4b1189fc5c515dac4666662b5b7b3eecc83f63e84ca2b1d96fe1
SHA1: 31d31fcef8353191090c262fb36d2c097955cd5a
MD5sum: a867a338bb9c2fe3a25183fdcf0dba5e
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 62
Depends: postgresql-11-numeral (= 1.3-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-11-numeral-dbgsym_1.3-5.pgdg+1_arm64.deb
Size: 40368
SHA256: 20e39666e016c95c62ea06d0286a9312b87c07d079827c58770acdda89e26aff
SHA1: fd88f551d594ac69ef8c47323dcdee8612092dee
MD5sum: 3d7d985c8a4f43636e3eaac5f816d67a
Description: debug symbols for postgresql-11-numeral
Build-Ids: 5a1e47bfd44b225e25bbb830bdeef124b13cdcca
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-11-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile_1.5.8-1.pgdg+1_arm64.deb
Size: 24952
SHA256: 5790ddd8789dd18924a470dfcb33f87742d18e84aec1bbb1353743b98b7711f0
SHA1: b42c4e6df76c4c8682387be2881c469185e0e883
MD5sum: 4b883249d7716c8f097b7e623c6ab8d6
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-11-pgauditlogtofile (= 1.5.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile-dbgsym_1.5.8-1.pgdg+1_arm64.deb
Size: 24292
SHA256: 46e3afcc8f53f1e98bd2dcdab309a0e9d056766fe182a953661420fb0eb92f16
SHA1: 5f114473fb97af5e88f5b04c8bec649702cfffe8
MD5sum: 67889a4a5a2037fafe0b7edaa811c121
Description: debug symbols for postgresql-11-pgauditlogtofile
Build-Ids: af738fc543a0fd3b6ad043d48d2837cd12780ef3
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-pg-fact-loader
Source: pg-fact-loader
Version: 1.7.0-3.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 971
Depends: postgresql-11, libc6 (>= 2.17), postgresql-11-jit-llvm (>= 14)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-11-pg-fact-loader_1.7.0-3.pgdg+1_arm64.deb
Size: 51396
SHA256: 1506ca9b16c4e9e806303faf0ebeb16fc8551f419f23fdbf0a30b4cc85df757c
SHA1: 92a2ec60835aa0d2b41409c7e9c0deca42db3b03
MD5sum: 22ee3adbe68a1201d7dede0ac3f2df77
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 11.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.7.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 29
Depends: postgresql-11-pg-fact-loader (= 1.7.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-11-pg-fact-loader-dbgsym_1.7.0-3.pgdg+1_arm64.deb
Size: 14424
SHA256: 1ea675fd1acb696cde2f90c7725e113f3ced6617a1a92c5746ca4386f65c0d2d
SHA1: 65333adbc524bf3615d0f46d2a664893f1161601
MD5sum: a3dd87c2461af861fe2f0b4b5f3ebe88
Description: debug symbols for postgresql-11-pg-fact-loader
Build-Ids: 2d121f48e5155c581b76e1ee66f82ea614283197
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.1.0-3.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 1749
Depends: postgresql-11, libc6 (>= 2.17), postgresql-11-jit-llvm (>= 14)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-11-pgl-ddl-deploy_2.1.0-3.pgdg+1_arm64.deb
Size: 40172
SHA256: 8393262be7ecd5078c494fd9c6ec3001e404630132f73499cdae3943efa4ec80
SHA1: 8493abccbeb7395fa52cc03408d4084f71843af8
MD5sum: 7922ecde55914cd8aa9e9ad62e4cb0e1
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 11.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.1.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 42
Depends: postgresql-11-pgl-ddl-deploy (= 2.1.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-11-pgl-ddl-deploy-dbgsym_2.1.0-3.pgdg+1_arm64.deb
Size: 18796
SHA256: 6848ca905f3fd023069b5050377bf5c9a427c01593d12de99ee36d0a4a87f3eb
SHA1: bb919e52309767f2f0e54d0811fbd215d296f558
MD5sum: a1889d2d7783819e67848452b6402154
Description: debug symbols for postgresql-11-pgl-ddl-deploy
Build-Ids: 45d6c71cdf3c75291a8544c2258e63de15a09d8b c75e92f1f3ee5c16ad2f512d0c87250f15acaf30
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-pglogical
Source: pglogical
Version: 2.4.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1244
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.34), libpq5 (>= 9.1~)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-11-pglogical_2.4.2-2.pgdg+1_arm64.deb
Size: 417344
SHA256: 73f63dabd18ddde71745bef798f38077bde34051938fc09285d33003ded47933
SHA1: 062a693b57cf0ddf2e9bb10307c0c0360ff66515
MD5sum: dbc207c954a6c4a14c2e41876653b24a
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-pglogical-dbgsym
Source: pglogical
Version: 2.4.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 420
Depends: postgresql-11-pglogical (= 2.4.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-11-pglogical-dbgsym_2.4.2-2.pgdg+1_arm64.deb
Size: 355848
SHA256: 707f7c4e681677fc46aea7d887e126d263c553cd57ea3c0f916c015960dbaa04
SHA1: 36b51aa956a6bc2aa922765bec4047d64fbc51db
MD5sum: 5067404d5e66e53f7ed1875e2418d363
Description: debug symbols for postgresql-11-pglogical
Build-Ids: 24da2b6a1e981a8ecdb8dbd16b4ddee3773d9505 b41b97aa57c281a14c7abaa5f7c084ef6f570826 cf716d8627c457db5f175126f7fc9bf5db48b78f
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-5.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 186
Depends: postgresql-11, postgresql-11-pglogical, libc6 (>= 2.17), postgresql-11-jit-llvm (>= 14)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-11-pglogical-ticker_1.4.1-5.pgdg+1_arm64.deb
Size: 21304
SHA256: 62cad48c81155a73f1a3397e692feab4f86691f8ac7d5b7453f0382ac57a2839
SHA1: 13dad91aa4bda44d3ebdd684f5bbc7dfea16992f
MD5sum: 176570b1bb381b26cc15726b09bc7732
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 11.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 31
Depends: postgresql-11-pglogical-ticker (= 1.4.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-11-pglogical-ticker-dbgsym_1.4.1-5.pgdg+1_arm64.deb
Size: 15868
SHA256: 29df1f350a644542a43c25b1ee1f6cc2041994cbccf27a42ee67541878f91855
SHA1: 107f7834561a458f04013bad6a736f273d62b550
MD5sum: be9d8516738e427e6181fcfbed5488d5
Description: debug symbols for postgresql-11-pglogical-ticker
Build-Ids: cbbb1ffefe765ce1eeac3f5fffae36ec1017931f
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-pgmp
Source: postgresql-pgmp
Version: 1.0.4-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 416
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), libgmp10 (>= 2:6.2.1+dfsg1)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-11-pgmp_1.0.4-5.pgdg+1_arm64.deb
Size: 108764
SHA256: c16db5842a9eac19ad1852da23c4f86dd4da22ac33c09f5affc8e75c41172165
SHA1: b4bd866c7092cd87d2fde5104e57225a0880ad21
MD5sum: 51a9311f1ace4565c720bf66bc4dc467
Description: arbitrary precision integers and rationals for PostgreSQL 11
 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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.4-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-11-pgmp (= 1.0.4-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-11-pgmp-dbgsym_1.0.4-5.pgdg+1_arm64.deb
Size: 64412
SHA256: 3f82e81c3db5ca5b843a12de038e00dfd28d967bfcf174dcf5b233e5cfec828a
SHA1: 223fed00837403ddefcb0824927788bdaf8ae61c
MD5sum: 1957088576d48a0dacddf2d0d3e9e0f1
Description: debug symbols for postgresql-11-pgmp
Build-Ids: b3518e89cd29fb2150c14d9033f647035ccf4d8d
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-pgpool2
Source: pgpool2
Version: 4.3.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 437
Depends: libpgpool2 (>= 4.3.3-2.pgdg+1), postgresql-11, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2_4.3.3-2.pgdg+1_arm64.deb
Size: 158640
SHA256: 94df008333d9f4b9e8a18104bbefafdb94b75c58ecf1bd29c07167de38adc203
SHA1: 0518cffd10912345f7206201375bf4933804b6ee
MD5sum: 458e1acf84edcb03c449dfc8af5c2001
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 11 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-11-pgpool2 (= 4.3.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2-dbgsym_4.3.3-2.pgdg+1_arm64.deb
Size: 51852
SHA256: a5396cf8035360c7ecb6ade2bfe6a33e3985e3e31f53e496f5f7ed9bab228a09
SHA1: a1e1c8872624dc200860efb25a5db6c525ee894e
MD5sum: 547fceccac5ec4f58036c15c19aa356a
Description: debug symbols for postgresql-11-pgpool2
Build-Ids: 66ccf74b7cbff5553da2b45e725fd661e99141a0 6b275d96391731555bc3f163925aae19db1692bb 981cb9663da6c89b592fe9eb985a42594c426fc8
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-pgq3
Source: pgq
Version: 3.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2223
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14), pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-11-pgq3_3.5-1.pgdg+1_arm64.deb
Size: 134376
SHA256: b5cf0899c882cd5530bdcb2616ae91e1babf5315c1b61fe3a61cfce80f81a479
SHA1: 7870037c2632ac37367919f4212b7d61cbefa800
MD5sum: eaf955d891539017e74e859a584147b2
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-pgq3-dbgsym
Source: pgq
Version: 3.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-11-pgq3 (= 3.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-11-pgq3-dbgsym_3.5-1.pgdg+1_arm64.deb
Size: 69368
SHA256: 4e259b0b53b64353b277c9079e6e72b5200232b8f7f53b5807762e5b8fe13bf5
SHA1: d505f5e2bd2a23d2b928c2f7557cb3fd83bce01e
MD5sum: e5ffe5585a34088ffe83a01cc132e0d5
Description: debug symbols for postgresql-11-pgq3
Build-Ids: 2facb0428a38d2950f8d642a30185f8549f6dfdb e53d78078679b37d73acb45e43b9919c03783b59
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-pgq-node
Source: pgq-node
Version: 3.5-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 538
Depends: postgresql-11, postgresql-11-pgq3
Replaces: postgresql-11-pgq3 (<= 3.2.6-5)
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-11-pgq-node_3.5-2.pgdg+1_all.deb
Size: 12660
SHA256: 521b771af619bb5225230ee591593e0a31dcff655dcd830a5086f0190a2175ef
SHA1: 18716da2bd183e03014e56e903fb7aa8e989d74b
MD5sum: 8bc4a9fad0b4e90bb2dd128d10eac3bb
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-pgsphere
Source: pgsphere
Version: 1.1.1+2021-11-10-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1503
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 5.2)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-11-pgsphere_1.1.1+2021-11-10-2.pgdg+1_arm64.deb
Size: 541224
SHA256: 07f370859c030dfeea8e954592dd226ba3f5ca50aa4c42d2649513aae391a03e
SHA1: 5a724b8ee7f093cbdb543c01dcf77b2dd557def3
MD5sum: 861658246f38a43267075d48424bb086
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-pgsphere-dbgsym
Source: pgsphere
Version: 1.1.1+2021-11-10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 373
Depends: postgresql-11-pgsphere (= 1.1.1+2021-11-10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-11-pgsphere-dbgsym_1.1.1+2021-11-10-2.pgdg+1_arm64.deb
Size: 317780
SHA256: 4698cefdfa10b624292153c75ab04c411ea7f60d739430fad8d20898f1d45958
SHA1: 3fb4e0d802e0ce8a31793bb747c855fd56cddeee
MD5sum: 1257bf5150378dc131b1c4304d685810
Description: debug symbols for postgresql-11-pgsphere
Build-Ids: fc59da6b7c5f0201d3628c020eb592c648a70d7e
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-pldebugger
Source: pldebugger
Version: 1:1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 214
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-11-pldebugger_1.5-1.pgdg+1_arm64.deb
Size: 82624
SHA256: 997a7dc39348d3851c2867030aa98bf3631eebc07018f986aadd85d4094623be
SHA1: 7ae855d95faf190614e888a6da35382ed482cb02
MD5sum: 2a13d1d788c1c3efcc867ef3a0d2c309
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-11-pldebugger (= 1:1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-11-pldebugger-dbgsym_1.5-1.pgdg+1_arm64.deb
Size: 91116
SHA256: 14c180c214abd17493572967391f6ac320f7b50c35617108e9c8f166b542b6d1
SHA1: ad0b2dac0e165782db440c32cf02f3a46fa6af76
MD5sum: 1338dc8065ae069a95de447fb1b1700a
Description: debug symbols for postgresql-11-pldebugger
Build-Ids: 3aad707ef0432d0ea503ccb7b62dbcbf243b7ed6
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-plpgsql-check
Source: plpgsql-check
Version: 2.2.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 659
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check_2.2.2-2.pgdg+1_arm64.deb
Size: 301212
SHA256: be620756b5409a24cfd67a04b473fa2fe6b2156a2494228b8c0aca55f17b341e
SHA1: 500dafda31d098eb336a579ec046f0439b4a9a73
MD5sum: 941e56a2c47e1e31f811250a94fb4554
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.2.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 261
Depends: postgresql-11-plpgsql-check (= 2.2.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check-dbgsym_2.2.2-2.pgdg+1_arm64.deb
Size: 231552
SHA256: 3231b5ab04eb4295e9e1adb9c1dd2ce5035683739839f6fd8025d8b5f8fc1772
SHA1: d47dc4ce1471ac0b6b4d1ab040c740eb8b25cfee
MD5sum: d87a01b186674631e133862c8ee1d890
Description: debug symbols for postgresql-11-plpgsql-check
Build-Ids: fff655e76cd4aed117b8e25d554d3a2192356884
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-plproxy
Source: postgresql-plproxy
Version: 2.10.0-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 365
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-11-plproxy_2.10.0-8.pgdg+1_arm64.deb
Size: 150964
SHA256: 5313629daa1edada5e8b6b1f72747a8dc3363cd6445be3a3e8b57fb0f39a9b66
SHA1: c1b7a5be8777c6913a6a8e07f8b2218758087462
MD5sum: efd6e864d77df11621c7642b1912f6b6
Description: database partitioning system for PostgreSQL 11
 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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: postgresql-11-plproxy (= 2.10.0-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-11-plproxy-dbgsym_2.10.0-8.pgdg+1_arm64.deb
Size: 110020
SHA256: 70cf38987d767ef344910cb1d7b42c25a4b20958107a5bf4cf56032c3086757f
SHA1: 920c3a7249921b141787015cc6275163274a76d3
MD5sum: a3ff53a91a530083c12f2359912ab950
Description: debug symbols for postgresql-11-plproxy
Build-Ids: e119267b5475ec036c0611f768ee4a92eef3c27c
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-plr
Source: plr
Version: 1:8.4.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 349
Depends: r-base-core (>= 2.10), postgresql-11, libc6 (>= 2.33), postgresql-11-jit-llvm (>= 14)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-11-plr_8.4.5-2.pgdg+1_arm64.deb
Size: 151248
SHA256: c9c9f9d320a01f574b9b4b0106c6a7935e278d643cfd2db24381fb5175b93c6e
SHA1: 1096dd782570ac273cb5f50cc756f277ff6b52e3
MD5sum: 7395600422a5ac3b7a73fe59fffa823b
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-plr-dbgsym
Source: plr
Version: 1:8.4.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: postgresql-11-plr (= 1:8.4.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-11-plr-dbgsym_8.4.5-2.pgdg+1_arm64.deb
Size: 118472
SHA256: c9569e5f49215e86f52ff1f686f6d32228c91e9c2367a61430e0b1123c1d2f06
SHA1: 0b7bd3c1a3ac00166288eadd285564b53226aa00
MD5sum: 56e1ab08e0a5218515f0e94b362b7c05
Description: debug symbols for postgresql-11-plr
Build-Ids: e18694959b4e98e2c09e5d761225a12a8460f3f9
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-plsh
Source: postgresql-plsh
Version: 1.20220917-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-11-plsh_1.20220917-1.pgdg+1_arm64.deb
Size: 30040
SHA256: 2255ad8d6b595705bf6083d38be0c0882edcbf3423be6cf9c35caefeec9297ea
SHA1: fb27842214ac3fefd70d1ff7372fd7261fbd24de
MD5sum: bcf1f0fa25d4258f87577402e609df11
Description: PL/sh procedural language for PostgreSQL 11
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in a shell of his choice.  You need this package
 if you have any PostgreSQL 11 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20220917-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-11-plsh (= 1.20220917-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-11-plsh-dbgsym_1.20220917-1.pgdg+1_arm64.deb
Size: 28004
SHA256: 78738354160c86250aeffe8da21d4d2e83c3e98e0cdef7647e6ff0ed357fb5ec
SHA1: 5fcfecf96e4de79264983978bea380042dbec9d8
MD5sum: 18d6761e6749a36fc0c0ce75874cacd0
Description: debug symbols for postgresql-11-plsh
Build-Ids: fa932a5d6dc30315ad64f9d37d20b1d0c306b2cf
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-pointcloud
Source: pgpointcloud
Version: 1.2.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 504
Depends: postgresql-11, libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-11-pointcloud_1.2.4-2.pgdg+1_arm64.deb
Size: 103880
SHA256: 286a42d249367677898d618569f68b231c97066ffbb4827c0295ed6a5a9bb566
SHA1: 9c8e9081423c09a73ebd2631c3a816f4dd575a1b
MD5sum: 83be63e720f6dcb7398ef7294de6f9fe
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-11-pointcloud (= 1.2.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-11-pointcloud-dbgsym_1.2.4-2.pgdg+1_arm64.deb
Size: 161148
SHA256: e59c3a0665c7d6bad347b60b3d187f067ecaaa9f91976395103eb4ace202077b
SHA1: 4fc763d2ec1aef530a9a16434891e460d7e48bd3
MD5sum: 716d104a5d08d73f7e2f59f90f1f4c3f
Description: debug symbols for postgresql-11-pointcloud
Build-Ids: c6c37331c8adeea95ef8237753fffc1978f1e027
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-powa
Source: powa-archivist
Version: 4.1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1469
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-contrib-11
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-11-powa_4.1.4-2.pgdg+1_arm64.deb
Size: 56820
SHA256: 7438c07bc1c205e54cb3becfa0690871b992217e8e4663fb2189719b00f2bdca
SHA1: eaae5aa984b4479bdba2f9bcdcc1e9d16926e39d
MD5sum: 66bfe5b1623cadb82c2d92bcfa20442e
Description: PostgreSQL Workload Analyzer -- PostgreSQL 11 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-powa-dbgsym
Source: powa-archivist
Version: 4.1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-11-powa (= 4.1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-11-powa-dbgsym_4.1.4-2.pgdg+1_arm64.deb
Size: 33096
SHA256: bc7c68af44f6721a7cea6c05c8c66a1bc21ecb3f61487c8b68c3932f769d99d3
SHA1: db8daad0c34ef245a6f9622f09ab47189aac48af
MD5sum: 867999514f01ac4494265571f41ae227
Description: debug symbols for postgresql-11-powa
Build-Ids: 6218af5975c7049a2614da5bc98331ec2e4e55f7
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-prefix
Source: prefix
Version: 1.2.9-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-11-prefix_1.2.9-5.pgdg+1_arm64.deb
Size: 44812
SHA256: 0db33696cae4018893eaec1bda7e7904157ae96b542dde929e33cc82a2c6d9cb
SHA1: 0d355aea5d8b53b2665d70ef97854355a8017e1c
MD5sum: f116fef0adc78fffd46ba4e77fda457b
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-prefix-dbgsym
Source: prefix
Version: 1.2.9-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-11-prefix (= 1.2.9-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-11-prefix-dbgsym_1.2.9-5.pgdg+1_arm64.deb
Size: 43824
SHA256: 699eb3011e52e698b08674286ba58c50236ec17820b7f0e62ddc53c2a1579ecc
SHA1: fb49995ef98ee6fd656653e92d5f6cead3ba6abf
MD5sum: 4f92cc411af026e71fa16a5b65e9c9e6
Description: debug symbols for postgresql-11-prefix
Build-Ids: ff0443b0af12cc0815635edd82106a36fd20389f
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-preprepare
Source: preprepare
Version: 0.9-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-11-preprepare_0.9-7.pgdg+1_arm64.deb
Size: 17848
SHA256: 5bd7378dac914e982d92de1cf014a27c716808da7a26dc9acdb7825ce21e3ef2
SHA1: d79618eb95ff39af8d285ff039e67aea802d2a95
MD5sum: 5d0783532c548d3062940d2c223d0749
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-preprepare-dbgsym
Source: preprepare
Version: 0.9-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-11-preprepare (= 0.9-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-11-preprepare-dbgsym_0.9-7.pgdg+1_arm64.deb
Size: 16468
SHA256: bacce941ab244ef0108a728711f586deb865cd6449c65c8aaa99ca803f0a51f0
SHA1: ee33e48dc67ac2f73aea4b667a23993030e7e9af
MD5sum: c6fb8103b1a196cd3c1e3eb40e24f77b
Description: debug symbols for postgresql-11-preprepare
Build-Ids: 3615570c8e0a78cc516c2b73ece9a8128d73d59a
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-prioritize
Source: postgresql-prioritize
Version: 1.0.4-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-11-prioritize_1.0.4-10.pgdg+1_arm64.deb
Size: 11988
SHA256: 9c4cdc3d0899cd4082e119a0570dbc9e84463ac0a3feee4015505684363bb5f5
SHA1: c29219ce8c9351709400aae112a43d33ec7f85c3
MD5sum: ad1ca6c9bbf3567ab341d16682865a46
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-10.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-11-prioritize (= 1.0.4-10.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-11-prioritize-dbgsym_1.0.4-10.pgdg+1_arm64.deb
Size: 12448
SHA256: 082734b355eb87d61d36bd58c57db4ea08c7e7fe3fdf4f17760c9d6ae8f24eee
SHA1: f772b1bdafeda1226c9fb83f56bb306e5f2542e0
MD5sum: ee9796c49dd79ab26e98dec98e356420
Description: debug symbols for postgresql-11-prioritize
Build-Ids: a41517b4946c41ecf1c29aa17e7336514667ab73
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-q3c
Source: postgresql-q3c
Version: 2.0.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3395
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.29)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-11-q3c_2.0.0-7.pgdg+1_arm64.deb
Size: 146864
SHA256: 92d223316c25f891effa29921958b6f861e7c8d26f552cd7cda8b17c8e85a40e
SHA1: d29400a1b92c2e99b715c9f537f5ef488da07a97
MD5sum: 5f43c7f7982a1b74a28e3307cf48a90f
Description: PostgreSQL 11 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-11-q3c (= 2.0.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-11-q3c-dbgsym_2.0.0-7.pgdg+1_arm64.deb
Size: 86688
SHA256: b9a28ac8e1e5b457e4257e29053222c445fc4922bddd1d41a59a19dc9273f222
SHA1: 9344024a34a0ce9f80748169e499472754418013
MD5sum: d603f4d3ab2691eb8c075dca794444f3
Description: debug symbols for postgresql-11-q3c
Build-Ids: 74c34b3e0b0957a094fe0c76dab9a7216bf0f308
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-rdkit
Source: rdkit
Version: 202203.2-3.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 878
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202203.2), libstdc++6 (>= 5.2)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-11-rdkit_202203.2-3.pgdg+1_arm64.deb
Size: 367580
SHA256: 5fe6a1e068c0844f33570461ce1dd9bc7a20fa734a60b0d96b719f42a2919eab
SHA1: 46cb1b692ab66a1d84d921950bab129fb6c14086
MD5sum: d296ac923312b58f7063ad68d9c763bc
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-rdkit-dbgsym
Source: rdkit
Version: 202203.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 776
Depends: postgresql-11-rdkit (= 202203.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-11-rdkit-dbgsym_202203.2-3.pgdg+1_arm64.deb
Size: 729732
SHA256: 9e8dee3ab7d328ad6343813f5e0e2770683ecb16a268b2740fdebc2d973a1db3
SHA1: 7f2d0e355af7f677075d3525272cb6605a7c25e8
MD5sum: b0b561051aa01b59a752d7092b17f08f
Description: debug symbols for postgresql-11-rdkit
Build-Ids: 26dc830087a99cb6117c60b4890fb45bdfc6503d
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-repack
Source: pg-repack
Version: 1.4.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 306
Depends: postgresql-11, libc6 (>= 2.34), libpq5 (>= 8.3~rc1-1~), postgresql-11-jit-llvm (>= 14)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-11-repack_1.4.8-1.pgdg+1_arm64.deb
Size: 96512
SHA256: b2592e465811e2e367fef69c133bc70d41c94f65ece309fbe1dc0f71a19925ca
SHA1: 8f83538211c6c153bc6e11d0e855f25cb9840d3a
MD5sum: ceb0e1d0946ffffa2afc0957ea69a03b
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 11.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-repack-dbgsym
Source: pg-repack
Version: 1.4.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-11-repack (= 1.4.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-11-repack-dbgsym_1.4.8-1.pgdg+1_arm64.deb
Size: 116204
SHA256: 57fa9126170f9bd21a0681dbfccc893fbd7b788325d90ac63a8d018cae631932
SHA1: 747349fb3f34b3ea2e05be1832388f9d35aebf44
MD5sum: 059f0e745ed21640fa3cf65cc0948d0e
Description: debug symbols for postgresql-11-repack
Build-Ids: 69d4ce7e16349d7578c402263cfa24cef9341470 c108a391c01cd38fca106a786048bb91fdb17470
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-rum
Source: postgresql-rum
Version: 1.3.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1039
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-11-rum_1.3.13-1.pgdg+1_arm64.deb
Size: 388952
SHA256: feb23e4d76e3aab6c4561fc9e495444179973239431c9a891660f17c8a0c074d
SHA1: 0c695cbb4ede3c30d654708e01cc9e6982bff887
MD5sum: d640b4d1af375d6d908a5c2778ac8008
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-rum-dbgsym
Source: postgresql-rum
Version: 1.3.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 345
Depends: postgresql-11-rum (= 1.3.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-11-rum-dbgsym_1.3.13-1.pgdg+1_arm64.deb
Size: 305904
SHA256: d91f28292f3330306258cdf6a5c808a6e394af3d85d03513743af41135da48eb
SHA1: 8880eb0dc038a29beba63e7d15ae97668d4c74b0
MD5sum: e2e22f9df3f51efede744330e7753799
Description: debug symbols for postgresql-11-rum
Build-Ids: fecdd5754bf8e4f8930a1956460cdc688a787955
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-semver
Source: postgresql-semver
Version: 0.32.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 175
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-11-semver_0.32.0-1.pgdg+1_arm64.deb
Size: 39352
SHA256: 99e6bec1e3ebdbac814d4d5b2e42e9f3f3a17f27a35610cf10888e9b066e37db
SHA1: ce216e8126533845a62583562b2dd746cc4c1645
MD5sum: b493863319f48b3dd0c9b00be3cbf36a
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-semver-dbgsym
Source: postgresql-semver
Version: 0.32.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-11-semver (= 0.32.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-11-semver-dbgsym_0.32.0-1.pgdg+1_arm64.deb
Size: 20684
SHA256: 2ab5b86d6fc7e3833f3e660de608e09e0d064267e144bb8ca393624354945e65
SHA1: ed21bb68eafc32621d88f0d2851b112570789daa
MD5sum: 0d84493ad1b8f823f8c34972a1d15259
Description: debug symbols for postgresql-11-semver
Build-Ids: 9485758a04c92be5cd6e784febc0333750641555
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-set-user
Source: postgresql-set-user
Version: 3.0.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 142
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-11-set-user_3.0.0-4.pgdg+1_arm64.deb
Size: 40060
SHA256: 582b4b59df64739a03d98f8d93ec91b5f729e2aea6d55afd95ea3aad6be730f7
SHA1: d1787fa0453c99ea9c431b46e87c7f99fb09b3c7
MD5sum: 4b38b6189c72916a41ef0b2de4259947
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-set-user-dbgsym
Source: postgresql-set-user
Version: 3.0.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: postgresql-11-set-user (= 3.0.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-11-set-user-dbgsym_3.0.0-4.pgdg+1_arm64.deb
Size: 37040
SHA256: c88fdcf3021619236211bc60e19dd42c5ae111ae83f7b6796318159f2441cb9c
SHA1: 4f674fd49522307c74095024cc6d66dbe6878b0c
MD5sum: b8316e89f9f2a48b026882c8045e91a8
Description: debug symbols for postgresql-11-set-user
Build-Ids: f5e1cf28e550451c12a2b9b9a076c182d490f218
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-slony1-2
Source: slony1-2
Version: 2.2.10-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-11, libc6 (>= 2.17)
Suggests: slony1-2-bin
Conflicts: postgresql-11-slony1
Provides: postgresql-11-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-11-slony1-2_2.2.10-5.pgdg+1_arm64.deb
Size: 17712
SHA256: ae36fee1b5d618c8c657a1f5c3205005030a030b4cef3a15194de62b2779bb42
SHA1: 32f01927522e7ced7e2cc0474b1c61729199777f
MD5sum: 6d79ecb08b16bbf77f533798bece5a1f
Description: replication system for PostgreSQL: PostgreSQL 11 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
 11 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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.10-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-11-slony1-2 (= 2.2.10-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-11-slony1-2-dbgsym_2.2.10-5.pgdg+1_arm64.deb
Size: 58912
SHA256: 3204ba43e1418bc16eba24c1157a5cc688c6b25d879477d7bdcaabd23141a977
SHA1: 129431b27c871ebf6f2e0f613807669db889a1ac
MD5sum: 734310d4e680c07c5d3865dc32f3e138
Description: debug symbols for postgresql-11-slony1-2
Build-Ids: 3593a4e315b4e601eb308d905904f4036e6a40f3
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-tdigest
Source: tdigest
Version: 1.4.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-11-tdigest_1.4.0-2.pgdg+1_arm64.deb
Size: 66652
SHA256: a59f544f84619e1197e45f7a381882cfe30349706ae0532414595bc4780ff2ac
SHA1: 294144f7b4f07a98d570c209fb518d4555d1a6c7
MD5sum: fd19927db259dbf4d429b1a996f076e9
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-tdigest-dbgsym
Source: tdigest
Version: 1.4.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-11-tdigest (= 1.4.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-11-tdigest-dbgsym_1.4.0-2.pgdg+1_arm64.deb
Size: 49592
SHA256: 156a33f647def1c50f97b66b231c100df338ee05c302394bf522e327ffeaf85e
SHA1: cd218181d90db940833dc941f956bd73eb6f3396
MD5sum: bf0c3c4f1b7f5c347d5c22ff17ff2ac3
Description: debug symbols for postgresql-11-tdigest
Build-Ids: c14b5a42d97c0daad62147c19a358252cf57c57e
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-tds-fdw
Source: tds-fdw
Version: 2.0.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 318
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-11-tds-fdw_2.0.3-1.pgdg+1_arm64.deb
Size: 125432
SHA256: 5bd599f8f1dbda395a950063cc302f7cccaf739b18cd803d52ef321794e359b8
SHA1: 845bf20bc6a3778e8e11a4d72d3aea9d2b8cfdde
MD5sum: 0255fd73fbbad64986886ca9c9619753
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 137
Depends: postgresql-11-tds-fdw (= 2.0.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-11-tds-fdw-dbgsym_2.0.3-1.pgdg+1_arm64.deb
Size: 119864
SHA256: c077ef1c1394569f31111f2a70005c5b973fb9e81dec30a1da5af691e5fce0ee
SHA1: 8e83f5e49b5c565e11d08be4915e20f1a3e2ac7b
MD5sum: 9f74bd6e6d7f8cfe6f5a4c6f0f7439ba
Description: debug symbols for postgresql-11-tds-fdw
Build-Ids: 2075f92e7a38686f5861efa32732004c201b7e9d
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-toastinfo
Source: toastinfo
Version: 1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/credativ/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-11-toastinfo_1.4-3.pgdg+1_arm64.deb
Size: 12488
SHA256: 8309fe6bd40ffcbc524c0cd5c1132b213258db23cca442007ca735f4cb329b61
SHA1: be9b697acf972e5b06a17234d05fa4103a334eac
MD5sum: 47c21f32b0a133f887499c30f6d79b68
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-toastinfo-dbgsym
Source: toastinfo
Version: 1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-11-toastinfo (= 1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-11-toastinfo-dbgsym_1.4-3.pgdg+1_arm64.deb
Size: 11084
SHA256: c2acfe043e80169755838fc80bf3a64cadfcb974ff1afd2efc6d541df9532940
SHA1: ac686c5967fe6d1a4c9d6e6caa674d4b80575d13
MD5sum: 101b7435f53c0941c845102610229e3e
Description: debug symbols for postgresql-11-toastinfo
Build-Ids: 5c54c91b4e31fad2381adaf6e756b712e9672968
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-unit
Source: postgresql-unit
Version: 7.5-2.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 498
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-11-unit_7.5-2.pgdg+1_arm64.deb
Size: 133848
SHA256: d4a00c190c14c5430c79f325447a9cd833a14deb8b1834866dff108bd00f73e5
SHA1: b404f087c81af25610c7b49cae707fe50eaa7418
MD5sum: 7a512edeae759e745116b7f04212825d
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-unit-dbgsym
Source: postgresql-unit
Version: 7.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 81
Depends: postgresql-11-unit (= 7.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-11-unit-dbgsym_7.5-2.pgdg+1_arm64.deb
Size: 59412
SHA256: e54b8343652f863e9abfc464f25688e321e5fead810175a276ace226409211f4
SHA1: 049a06242910179e9d7223350243efc93911d41b
MD5sum: 30031ffd10747cacdd35431b84376bbd
Description: debug symbols for postgresql-11-unit
Build-Ids: c742fe8fcc8d527a894c8aebb5047cc27dbaebb8
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-wal2json
Source: wal2json
Version: 2.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-11-wal2json_2.5-1.pgdg+1_arm64.deb
Size: 58436
SHA256: 8415e97323e6d274fdfd0e1c59baf0a7ac53111bd9d47ece8fc728e7b80545b4
SHA1: b2bb106af7bd5bdfbee8a10ec6bd023cd93d0e9f
MD5sum: b701069819bcb35c4c82b4f1720590e4
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-11-wal2json-dbgsym
Source: wal2json
Version: 2.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-11-wal2json (= 2.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-11-wal2json-dbgsym_2.5-1.pgdg+1_arm64.deb
Size: 53832
SHA256: 88584770a30d8236d8e0eeec67ea666484f436a2ce8928b5fbd528607509353e
SHA1: 074f12dda8f78eb7a3acb8531baba64ece85f4e5
MD5sum: 9e9378cb0753caa42302e226f42d84bc
Description: debug symbols for postgresql-11-wal2json
Build-Ids: c0dd4fe70ee677ac154a626efdebe3304ac6f232
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-asn1oid
Source: pgsql-asn1oid
Version: 1.4-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-12-asn1oid_1.4-4.pgdg+1_arm64.deb
Size: 12936
SHA256: 326cdd6f7d169a43b12384b6c02a2cac3cef6328edd339d9c4ab9a5e380cb01b
SHA1: 3c87de8f3bff07518709dcaf21bd0522d2c512ad
MD5sum: d6162137c9b970464913edaae09f287c
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 12.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.4-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-12-asn1oid (= 1.4-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-12-asn1oid-dbgsym_1.4-4.pgdg+1_arm64.deb
Size: 8784
SHA256: 6713533fa15d5052b747aec1a48431211e53852f7259d133822757d417bcb22a
SHA1: 208fea439913136c54b79bcca8b7db3469a561aa
MD5sum: faa20cf629810b4b7d710accc12937c1
Description: debug symbols for postgresql-12-asn1oid
Build-Ids: 123617949b15b25ff637314425d4aabd7ac80279
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-debversion
Source: postgresql-debversion
Version: 1.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-12-debversion_1.1.2-1.pgdg+1_arm64.deb
Size: 14432
SHA256: 186add0ece224f086f414a1fa18ddd7f75b017d692e7fbd2ed2392bdbe6df573
SHA1: 97bed48775f07ae1b889a3c4949ae82ece0aaed4
MD5sum: 5163496aec41b1ba644d5627ab71955e
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()
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: postgresql-12-debversion (= 1.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-12-debversion-dbgsym_1.1.2-1.pgdg+1_arm64.deb
Size: 18444
SHA256: a6ae1a81f9a5e954bd3a81bbaeb8a44730fd26a362e28452dbb107abb1552a55
SHA1: 11669ede2d22fa48bc91f15c4d93ed1ec26f9068
MD5sum: e1dd2ddf3f62bc37b55973a2cd534bdd
Description: debug symbols for postgresql-12-debversion
Build-Ids: b26f510bb6739c2b8f25284a7826224684bef0ae
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-decoderbufs
Source: postgres-decoderbufs
Version: 1.8.0.final-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs_1.8.0.final-2.pgdg+1_arm64.deb
Size: 43432
SHA256: 47dfbed032fc149f1116e80a490cf1e689a425161b12f6b69e72852ddc2303a7
SHA1: a51218e66fc34fbd9eb79176ea6d3a13c7d16093
MD5sum: e2ce14045573fdc104c582d3d6f60790
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 1.8.0.final-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-12-decoderbufs (= 1.8.0.final-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs-dbgsym_1.8.0.final-2.pgdg+1_arm64.deb
Size: 39024
SHA256: fc43f0f6c1873a4cdb10a35e4b72451e5cf4edf08a647137829a043331672fa1
SHA1: ece26c9d45726b18105a1ec108ffdd80f5ef1abf
MD5sum: 6882f15e72a6175f31f0f887f7c15266
Description: debug symbols for postgresql-12-decoderbufs
Build-Ids: bf937b36cda111617cab474d2b6d800150d369f2
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-hll
Source: postgresql-hll
Version: 2.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-12-hll_2.17-1.pgdg+1_arm64.deb
Size: 84460
SHA256: 65e66cafe7fc3e57dda2494059ca9b502e40d1794d4bffdd71b5c7a8fa9386b7
SHA1: 4e4f89d5eb89aaa224faaa20a962fff8fb2d2237
MD5sum: a1d0831d4164ef08706d1493fbd5e9b6
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-hll-dbgsym
Source: postgresql-hll
Version: 2.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-12-hll (= 2.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-12-hll-dbgsym_2.17-1.pgdg+1_arm64.deb
Size: 88916
SHA256: 268385b5396cda8253e5139ff2916c7d5266cf4325e4aa1f777df44bc624d9a0
SHA1: 4d764f8aab770df196c77249c41036e394eb4e43
MD5sum: 24db661f81b07bf291263304b9670fc4
Description: debug symbols for postgresql-12-hll
Build-Ids: cb9e88d75fbf884f24f743f028b4c570fbefeec7
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.8.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 332
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.34)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-12-mysql-fdw_2.8.0-3.pgdg+1_arm64.deb
Size: 135964
SHA256: 680a9aedcb39e41b5f106e580d042d76d8c3f9996e74c0758cfdf6ba1e510cd9
SHA1: cbd68f77e34d58c3e744fc5544c985455b21e967
MD5sum: b10c5aeee14f19424ae9a6348d6be2ac
Description: Postgres 12 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 12.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.8.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 165
Depends: postgresql-12-mysql-fdw (= 2.8.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-12-mysql-fdw-dbgsym_2.8.0-3.pgdg+1_arm64.deb
Size: 146468
SHA256: 580216849c34549b5eb5f626625250bd2001b7e31ca518d26bfb420c216b620e
SHA1: 9787393edf18a7596f5d68ccfc47dcb7b5e9ccb2
MD5sum: cf9f0d093fd506ed3e508b764c31d3ee
Description: debug symbols for postgresql-12-mysql-fdw
Build-Ids: e83258d7245f435e8b5045c4081befe45d0f3966
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-numeral
Source: postgresql-numeral
Version: 1.3-5.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 318
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-12-numeral_1.3-5.pgdg+1_arm64.deb
Size: 80092
SHA256: 53a6af07244e17ca518ebdd7b333c73282db7d84d77b46f26a837fc942e4b7c6
SHA1: 970dc8617639a549a4cc15e3f92b51b9749e8bea
MD5sum: 61d27f11b2db00f410a7da70c3c1d39c
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 62
Depends: postgresql-12-numeral (= 1.3-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-12-numeral-dbgsym_1.3-5.pgdg+1_arm64.deb
Size: 40352
SHA256: e2d378d3eb95d441c26c4c3bc6d382fd53509a5c75d6e797ae720184ca3c0621
SHA1: 19ae4bf9ccb7295fb128624f9f66c9fc0bbf3fb6
MD5sum: 73103725514604cba0fef545fc7b0b07
Description: debug symbols for postgresql-12-numeral
Build-Ids: d475f12ec7237c063ae9f3b5d437b85ddf269fd3
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-12-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile_1.5.8-1.pgdg+1_arm64.deb
Size: 24888
SHA256: 410693eb95f65b463ff8d2b6cd4d957245d61563247a23f44ce16167051ab98c
SHA1: d72066117436841af97945c66dc0f60145d61b31
MD5sum: 014db58a6ccb570b39fa20b138e58193
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-12-pgauditlogtofile (= 1.5.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile-dbgsym_1.5.8-1.pgdg+1_arm64.deb
Size: 24280
SHA256: ad803efe76510edc2dbf2d508b978ef1484345c37960a83a8b73cd99e272e2d1
SHA1: fd2e7e9d447715cb0cc32773d4d524c637edc9c6
MD5sum: 1a4d19f6c37ec72f09bfe07ef60e12d5
Description: debug symbols for postgresql-12-pgauditlogtofile
Build-Ids: b58ae4a7e73fb104b8cf7cad1c6a4dfaa3f0fbc3
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-pg-fact-loader
Source: pg-fact-loader
Version: 1.7.0-3.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 971
Depends: postgresql-12, libc6 (>= 2.17), postgresql-12-jit-llvm (>= 14)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-12-pg-fact-loader_1.7.0-3.pgdg+1_arm64.deb
Size: 51336
SHA256: b4f1424ee3188d81bfb7831405a9916a6f0cb716d74049be0cbe8cd76bd7404a
SHA1: 4201660214b02036f70a5484435b6902d68c9436
MD5sum: 49e1b5401f5c369893afc2eb1b676960
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 12.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.7.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 29
Depends: postgresql-12-pg-fact-loader (= 1.7.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-12-pg-fact-loader-dbgsym_1.7.0-3.pgdg+1_arm64.deb
Size: 14016
SHA256: 773af8b73809555ad215d524b06cf3d2a6b38b41de85bbcc006853869a7c8a46
SHA1: 7702b0f5aa08e818125b95b2c8da1e46e07ad9c4
MD5sum: af5769af7efa475a39b5758ee956253c
Description: debug symbols for postgresql-12-pg-fact-loader
Build-Ids: 4c1bd78c23acd708c6fd1963c4a734bf76954a11
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.1.0-3.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 1749
Depends: postgresql-12, libc6 (>= 2.17), postgresql-12-jit-llvm (>= 14)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-12-pgl-ddl-deploy_2.1.0-3.pgdg+1_arm64.deb
Size: 40144
SHA256: 731788c13efdfd2c11d3367ecd6d4c598367052475f0b711a54cf73f38702b08
SHA1: 56fb675aae2db1ada05ea5bbe73bbe2ae341b204
MD5sum: 7006b85e1f73f9edee00aa21aa0c42dc
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 12.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.1.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 42
Depends: postgresql-12-pgl-ddl-deploy (= 2.1.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-12-pgl-ddl-deploy-dbgsym_2.1.0-3.pgdg+1_arm64.deb
Size: 18960
SHA256: 641f6d3e3cbf0e913421e3c990c1b522d7fd6451e50cddb17ad6adda4eb5c63b
SHA1: 5db2e6070802dc34674d57e01896f46dc0b1f467
MD5sum: df2ba2ce731db03fc9a022bafb05a3ea
Description: debug symbols for postgresql-12-pgl-ddl-deploy
Build-Ids: 7c9915d550231d1736b8873a1c758770cf0c92a6 aa5de76f5ef2904df2313786c07ef653d504e830
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-pglogical
Source: pglogical
Version: 2.4.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1276
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.34), libpq5 (>= 9.1~)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-12-pglogical_2.4.2-2.pgdg+1_arm64.deb
Size: 442040
SHA256: 343b850d0083cfcd302afe79be8fc89651a0d9d2519fe5b65226583324e8f422
SHA1: dc577aebdc761985f8b698c83e1b0a94c26a67b5
MD5sum: 3cbb203604413b5b5c7b10896becf1d3
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-pglogical-dbgsym
Source: pglogical
Version: 2.4.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 447
Depends: postgresql-12-pglogical (= 2.4.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-12-pglogical-dbgsym_2.4.2-2.pgdg+1_arm64.deb
Size: 380968
SHA256: 5fa2072513400d9937f0f6ecb4b0d4005f7e9cf7b2fad5b49d7da09cb6bdd259
SHA1: e50e36e56dbd587f9827a75c485eb81e0d34d160
MD5sum: 9ad8d7f7e122faf1722c271f32ccb4a3
Description: debug symbols for postgresql-12-pglogical
Build-Ids: 17db9c19d2832f78bc9ccd286f424f495fc2f663 2ddbef086f9d53700b1c1032e98361ff3cf3815d c8ff680110125c30b7a38a79c94ab64c136ff446
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-5.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 186
Depends: postgresql-12, postgresql-12-pglogical, libc6 (>= 2.17), postgresql-12-jit-llvm (>= 14)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-12-pglogical-ticker_1.4.1-5.pgdg+1_arm64.deb
Size: 21052
SHA256: 5dfbed46b865110c0643be186488fbeefea286bcdf2e2d8f9f72cca82e1cd751
SHA1: b037252c60f70bd276454fd519b11b4c83472cce
MD5sum: 6ce0b3caa09b37543ba1b50f14f07ef9
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 12.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 30
Depends: postgresql-12-pglogical-ticker (= 1.4.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-12-pglogical-ticker-dbgsym_1.4.1-5.pgdg+1_arm64.deb
Size: 15144
SHA256: 6812b4e5d5704c4de126e25dc45ce040f9d149416449b1066239f59cc4c76051
SHA1: 00f6eab2beb9b8e63f666541c50b5c7c5f08431e
MD5sum: 924bc965a7d37e5ae2531834b22a430a
Description: debug symbols for postgresql-12-pglogical-ticker
Build-Ids: 7c44609dab02239a711b6ae5d76690f2421fb557
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-pgmp
Source: postgresql-pgmp
Version: 1.0.4-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 416
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), libgmp10 (>= 2:6.2.1+dfsg1)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-12-pgmp_1.0.4-5.pgdg+1_arm64.deb
Size: 109256
SHA256: a0f8ae0ffa25570acd0bfe95fc7b8c2ba2eec9e6edd961977aede67951e756fd
SHA1: 85d20f7faaf0533a9436db58f5c16cc2d6304285
MD5sum: 236b144554fa4ed702ab2d34634923c1
Description: arbitrary precision integers and rationals for PostgreSQL 12
 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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.4-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-12-pgmp (= 1.0.4-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-12-pgmp-dbgsym_1.0.4-5.pgdg+1_arm64.deb
Size: 65284
SHA256: 3819be6fb6f9b85801decfad9db8dc0e12f0281eca178ebadb202491b350d3cd
SHA1: b3bfc5a2f0a677cae303492a590940514eda28ab
MD5sum: 796d08f9ea377fb75ec83df641db7248
Description: debug symbols for postgresql-12-pgmp
Build-Ids: c8c0fb355d535b86d28f7c0b001d4285d0162b1d
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-pgpool2
Source: pgpool2
Version: 4.3.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 438
Depends: libpgpool2 (>= 4.3.3-2.pgdg+1), postgresql-12, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2_4.3.3-2.pgdg+1_arm64.deb
Size: 158628
SHA256: eab913b2b732bb225fa736295fa68fc21313fa7f884abd8f78c561049cf203f5
SHA1: 10be2318b7144b9e418c68a409be6dab72c6da0c
MD5sum: d647b5b4ee854cb3815962c3e47a899e
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 12 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-12-pgpool2 (= 4.3.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2-dbgsym_4.3.3-2.pgdg+1_arm64.deb
Size: 52832
SHA256: 83ee64961fa0d7ca19e253e0b1ee9ee8f883182d5f618dbd0ba741b068d3f839
SHA1: 939afdd7e570ee95ac8aa4806b8b9f94197056f8
MD5sum: 977a434796f62835038ed2b4aa228334
Description: debug symbols for postgresql-12-pgpool2
Build-Ids: 70bb122f8b7b29e4ab6607d77542ea4cc437f92c 70c98122357f38c99bfaa1c1afa47ecbe6525f23 84fa9de1de393f939b598aefe977c634331134ee
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-pgq3
Source: pgq
Version: 3.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2224
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14), pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-12-pgq3_3.5-1.pgdg+1_arm64.deb
Size: 135444
SHA256: 45f097323a49d926726ad31452645b4f8d8f98c4a712350fa60224631675f785
SHA1: 31032136bfd3a17f746eacfb1fefb0e9f25f4d82
MD5sum: 01acf178c2c6b1e80edbf9c27257cdf9
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-pgq3-dbgsym
Source: pgq
Version: 3.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-12-pgq3 (= 3.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-12-pgq3-dbgsym_3.5-1.pgdg+1_arm64.deb
Size: 72036
SHA256: 95fc778ab62529439ce9b6ce4eb7af1a1289d5a2c1bc4bbd39925088928ed4e7
SHA1: f419402f0a4fd5e88195a5346fcf3aec333235f8
MD5sum: 6b01bce976feeb1053efd1d6b454a810
Description: debug symbols for postgresql-12-pgq3
Build-Ids: 3d007dee4db7083bbc11b5b95fe63b8e1c53f84a 7f73bef8077f9ffbcdd46db1666a9d93d2caeb6a
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-pgq-node
Source: pgq-node
Version: 3.5-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 538
Depends: postgresql-12, postgresql-12-pgq3
Replaces: postgresql-12-pgq3 (<= 3.2.6-5)
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-12-pgq-node_3.5-2.pgdg+1_all.deb
Size: 12664
SHA256: e4d1279cf217bb37b231da4636e6fadab9e8b909ceba4ce467a03f13af7f7276
SHA1: 19e41dc6a42f180b5d34cd4e421fda1cbef51e45
MD5sum: e9e47bf9848d8b7c88a5b1b9a18b5704
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-pgsphere
Source: pgsphere
Version: 1.1.1+2021-11-10-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1504
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 5.2)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-12-pgsphere_1.1.1+2021-11-10-2.pgdg+1_arm64.deb
Size: 542024
SHA256: 6a9ca4731daec8b25fbf333793076a77a40edacd0fd1493377a9112e979ee211
SHA1: afd4fe0ecd7879bd7bee158974374f798dea707a
MD5sum: 8d87fbab835cacccd2b6134a252505be
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-pgsphere-dbgsym
Source: pgsphere
Version: 1.1.1+2021-11-10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 374
Depends: postgresql-12-pgsphere (= 1.1.1+2021-11-10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-12-pgsphere-dbgsym_1.1.1+2021-11-10-2.pgdg+1_arm64.deb
Size: 319088
SHA256: b63a7c9edad0d99300d93107abb97d0de3da21382ae0c1961463c46938600559
SHA1: edcdcd4627b0d849e210d4cf7488183f5ecddfcd
MD5sum: 8774d51894e7dd3fe541c2e128e289b2
Description: debug symbols for postgresql-12-pgsphere
Build-Ids: c70afb687151070d03befe325a11f55a742d1d9c
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-pldebugger
Source: pldebugger
Version: 1:1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-12-pldebugger_1.5-1.pgdg+1_arm64.deb
Size: 82912
SHA256: 420bc1a6cb076239c36ec216b055748dc7e40aae83402f3404ea64f2aa02aea4
SHA1: 389e78bdcea788c24e5b40e9dd49932cd84c691d
MD5sum: 02146a9a6cadfcbefdcaeed05d94a49e
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-12-pldebugger (= 1:1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-12-pldebugger-dbgsym_1.5-1.pgdg+1_arm64.deb
Size: 93644
SHA256: b584845136e99e3329d1fa832792ea9905fe1a6e6358484054b4ba48c7b6daaf
SHA1: 22bb57e2593736a0bbe95fb4b7e5b6c956ef3fca
MD5sum: 27e1820d39a5f96f6289a3060e38ba40
Description: debug symbols for postgresql-12-pldebugger
Build-Ids: 6f9a8adb5d3a0da0bf56c3777137bd90db3de1c4
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 2.2.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 668
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_2.2.2-2.pgdg+1_arm64.deb
Size: 307688
SHA256: 1e06001b7194f68d63d78bcd55aa2173c936e85ac8731e84e4abec33fbc04382
SHA1: 3c7e9543d877a9dacff585e9ed628c7d7c3be9a6
MD5sum: 2478d4bd90bbb5b628636ea4f300267c
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.2.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: postgresql-12-plpgsql-check (= 2.2.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_2.2.2-2.pgdg+1_arm64.deb
Size: 240980
SHA256: 8139c96d5a96be2beeef90c9da67cffd3a60ce02d84bdcf105ea15874797a225
SHA1: 94a4f8ffd437388106fc0bb773e56660e7741752
MD5sum: ce15dd77bf5c3429553f204b3ac7acd4
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: a211740e94b0fe92eac7c60a1a0f6fd8387d20e1
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-plproxy
Source: postgresql-plproxy
Version: 2.10.0-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 364
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-12-plproxy_2.10.0-8.pgdg+1_arm64.deb
Size: 150700
SHA256: f774c9fa8116102f354c0f9d353a589f6d70f328d36e5684820bfd6c86dab137
SHA1: f5111e92738e3be8cf673e704a124b1607298faf
MD5sum: 6f33c1a87331675bf9c2306e3318a700
Description: database partitioning system for PostgreSQL 12
 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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: postgresql-12-plproxy (= 2.10.0-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-12-plproxy-dbgsym_2.10.0-8.pgdg+1_arm64.deb
Size: 111684
SHA256: b99cd8c51684738caaee5c6913baf800fb813d337a947e56351f47749fec83af
SHA1: 009297ccf10fab9532832b498b71a00dfbfc8dd7
MD5sum: ba5b9ee082d5bd0e1e3ff8f3830e1a1f
Description: debug symbols for postgresql-12-plproxy
Build-Ids: 39682189d0f36aabd3c159b505e5e181ba50ead0
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-plr
Source: plr
Version: 1:8.4.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 356
Depends: r-base-core (>= 2.10), postgresql-12, libc6 (>= 2.33), postgresql-12-jit-llvm (>= 14)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-12-plr_8.4.5-2.pgdg+1_arm64.deb
Size: 155684
SHA256: c0c2bb1f1d54b902d9cfca0b41b727ba16ebe384390bd603d4cd856682518615
SHA1: 3cad462aec9b09f528baf93c7d3a94cb1e1332be
MD5sum: 6623316c83c5b8a89b33fbb745828f7c
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-plr-dbgsym
Source: plr
Version: 1:8.4.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-12-plr (= 1:8.4.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-12-plr-dbgsym_8.4.5-2.pgdg+1_arm64.deb
Size: 124012
SHA256: e1ad9102217ae85162ae691ad3ccf3b8a7c618b2d34b45d61dc73778a43a9d42
SHA1: 7d4f2e69b921385abd2ac432e53a585ac9ddeb27
MD5sum: 50d8b1db51e49f2234989bd1f88914b1
Description: debug symbols for postgresql-12-plr
Build-Ids: 0b3f4f8e3bc8917d799512b3ce0d72d178fe7952
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-plsh
Source: postgresql-plsh
Version: 1.20220917-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 123
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-12-plsh_1.20220917-1.pgdg+1_arm64.deb
Size: 32076
SHA256: 44a9ea847baf9875f389f64322d37b37dbd9e8246f75b3890015396a5479d50e
SHA1: 0970be5f4ec7a3184de4d376b15a92036fc8797c
MD5sum: 41dc25bec57948d95b7c85111357beed
Description: PL/sh procedural language for PostgreSQL 12
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in a shell of his choice.  You need this package
 if you have any PostgreSQL 12 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20220917-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-12-plsh (= 1.20220917-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-12-plsh-dbgsym_1.20220917-1.pgdg+1_arm64.deb
Size: 40664
SHA256: 26f291bf1c5bb5bd6537c56cda04709417b5a5fc71cb4902b35a5580a0e88ccc
SHA1: d183e80d9547926c3bda2a3ceb65fd856d6471b6
MD5sum: dba3ece33fbf3a27a20a67cfc402e33c
Description: debug symbols for postgresql-12-plsh
Build-Ids: 594d9c7bde6581035ae9abbc956aef726ffc6878
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-pointcloud
Source: pgpointcloud
Version: 1.2.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 507
Depends: postgresql-12, libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-12-pointcloud_1.2.4-2.pgdg+1_arm64.deb
Size: 107092
SHA256: b6408a3289ade95a65f880b6151e04b91cf9b7dd827228758ff5b92cd3e16ddc
SHA1: dc6e8c06f5b858ded4098c809f07b3c1f0784cc5
MD5sum: 04023606b80a82fb928d7d08d397e5e4
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 201
Depends: postgresql-12-pointcloud (= 1.2.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-12-pointcloud-dbgsym_1.2.4-2.pgdg+1_arm64.deb
Size: 170396
SHA256: cfe145701fc85cd15402fcfd61dae25a8848109b525369c90fabfec60bdf46df
SHA1: 4a6eae6ca4ea06e31492277e06988ee42fadf75d
MD5sum: f0d0ee26290ab4f95c331e080f82c061
Description: debug symbols for postgresql-12-pointcloud
Build-Ids: a0ddd38187d13a09f265025ec3e29d96ae3de739
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-powa
Source: powa-archivist
Version: 4.1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1469
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-contrib-12
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-12-powa_4.1.4-2.pgdg+1_arm64.deb
Size: 57208
SHA256: 53d4ea39329b22d0167488f3a40a6214b2338f05d9645cefedc8a4e295f917cc
SHA1: d6f9c5a5a70c75563e66e492b96a94f3ab86235d
MD5sum: 351d99c0e1f26ac952b49794d419af2c
Description: PostgreSQL Workload Analyzer -- PostgreSQL 12 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-powa-dbgsym
Source: powa-archivist
Version: 4.1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-12-powa (= 4.1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-12-powa-dbgsym_4.1.4-2.pgdg+1_arm64.deb
Size: 34816
SHA256: dd2f7e9188a38a499df75ecc579ce8c7d9ef6cb3a7c11b64b2cd32f3500882c4
SHA1: 93fdb99e936e0994884229a881d943c5081150a5
MD5sum: e5da16d958d56d5a38bbb8e8ec3e7e84
Description: debug symbols for postgresql-12-powa
Build-Ids: 60663a07899f230de2bf893cade65678d15bf8f9
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-prefix
Source: prefix
Version: 1.2.9-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-12-prefix_1.2.9-5.pgdg+1_arm64.deb
Size: 44672
SHA256: 702950a849efb2af4f7e3b6a9f790500a1b8c46214087aee26e87e7dbd6d63d5
SHA1: 6d4870b0b295b00d338ebeb1d1985b9feda65a39
MD5sum: bb337fe3724427f7fc8d6359e0c40c68
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-prefix-dbgsym
Source: prefix
Version: 1.2.9-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-12-prefix (= 1.2.9-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-12-prefix-dbgsym_1.2.9-5.pgdg+1_arm64.deb
Size: 43884
SHA256: 6dc0771c658dccdadefd1cacfb6fe2b0200cbc73a026d56cc04eeef11fe6ee69
SHA1: 5231204081c0d6f97289a0905ca5ad7e6bf69e72
MD5sum: 908be0f94b078c823481e26c248aff33
Description: debug symbols for postgresql-12-prefix
Build-Ids: 4cbc73332283bf4757d2ce3333384f172f9ac7e5
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-preprepare
Source: preprepare
Version: 0.9-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-12-preprepare_0.9-7.pgdg+1_arm64.deb
Size: 17668
SHA256: 9c60b8918207300f1506d575a1493b953c05ec670b3cb160e0b9b0a3985a41f6
SHA1: e32305a4091dc72e4d80ea09304e3a65361f8cf7
MD5sum: dcbed7f394c6eef9c60ca5843e4f2de2
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-preprepare-dbgsym
Source: preprepare
Version: 0.9-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-12-preprepare (= 0.9-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-12-preprepare-dbgsym_0.9-7.pgdg+1_arm64.deb
Size: 16888
SHA256: 7960bddb5150585e46d61fa560e2181e8ef199cb04bbe73732d19f6a6f21a3b9
SHA1: 3e1f4e29d8aaecac91ea6eee89574a8915969f2b
MD5sum: 8ee20036386ef1a25a3af19d13f33f3b
Description: debug symbols for postgresql-12-preprepare
Build-Ids: a2b476c0ff7ed0f986eb5a63a5fcc75e59136b41
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-prioritize
Source: postgresql-prioritize
Version: 1.0.4-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-12-prioritize_1.0.4-10.pgdg+1_arm64.deb
Size: 12016
SHA256: bc2e56ccbfd39d058386a90aa0095b6941935e9c20f5b1c65ee6d2bfebbcb922
SHA1: 8b33474f20a4064432e777ee5f93b976967a1f3e
MD5sum: 1905475acc40a58669cf193f50f0f3ed
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-10.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27
Depends: postgresql-12-prioritize (= 1.0.4-10.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-12-prioritize-dbgsym_1.0.4-10.pgdg+1_arm64.deb
Size: 12768
SHA256: 7deb272a8c521c09abf671b85197fc829bfe9b37426497591a70d81d431dde44
SHA1: 5a7e6f7469ae6de2db700eae84d2996dbb11f0f3
MD5sum: 372a67fef70803fe77f8bd647280435b
Description: debug symbols for postgresql-12-prioritize
Build-Ids: 281efdf10acdcfafd63f54e0dd498ac890a1ca81
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-q3c
Source: postgresql-q3c
Version: 2.0.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3395
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.29)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-12-q3c_2.0.0-7.pgdg+1_arm64.deb
Size: 166156
SHA256: 528baba54ccad0c67d7862f1e91457e88037b0108a68dbfd323b667e0b7556ce
SHA1: 96d779149be93c3a261c17fab1882d08e5a9033e
MD5sum: 4c5fbb1016031d5a27df362ef5e92d9d
Description: PostgreSQL 12 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-12-q3c (= 2.0.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-12-q3c-dbgsym_2.0.0-7.pgdg+1_arm64.deb
Size: 88460
SHA256: 1036c734d3d5d9cd54aa100d9f2f7f26b5e0372e09c61cfec60ccc9ecb06e15b
SHA1: ff80ba171b51e0ee4b61381a0e2a31c7e94dd0a8
MD5sum: 5aece17f6d1b379049bd0e07aa70626d
Description: debug symbols for postgresql-12-q3c
Build-Ids: b0b0b499d17e8a637fa1036de825213c269d1aa9
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-rdkit
Source: rdkit
Version: 202203.2-3.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 879
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202203.2), libstdc++6 (>= 5.2)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-12-rdkit_202203.2-3.pgdg+1_arm64.deb
Size: 368220
SHA256: 670700bf8ce6717140dfbfb7047ab2e0ed543b187e97c1b103be1be94e075c81
SHA1: 444e64d7f856b14ccf87c8e3aab52f013af732c1
MD5sum: 9801a3fb753eb6552e3ab8b7bca2018a
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-rdkit-dbgsym
Source: rdkit
Version: 202203.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 778
Depends: postgresql-12-rdkit (= 202203.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-12-rdkit-dbgsym_202203.2-3.pgdg+1_arm64.deb
Size: 731616
SHA256: af5da94792f84e9465f87d3558d11c1612537bd73cf7522b95ff4a74927f5a25
SHA1: d0c03478494abd2cd453071cc98ab86e24bc407a
MD5sum: 215336411520fdec0494754ebc69b33f
Description: debug symbols for postgresql-12-rdkit
Build-Ids: 9499c38a408ea5ffec87dd455487debb7f135456
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-repack
Source: pg-repack
Version: 1.4.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 306
Depends: postgresql-12, libc6 (>= 2.34), libpq5 (>= 8.3~rc1-1~), postgresql-12-jit-llvm (>= 14)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-12-repack_1.4.8-1.pgdg+1_arm64.deb
Size: 101168
SHA256: e0702e9d77fe302dd0206220e4b33852f8fb2796fbf4b7db8a7a000d356cc7ea
SHA1: 15ce63ad491404e92251fd94414fc72d2d68eaee
MD5sum: bc939396d97f69a30b39b5c7f1e7c2a5
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 12.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-repack-dbgsym
Source: pg-repack
Version: 1.4.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-12-repack (= 1.4.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-12-repack-dbgsym_1.4.8-1.pgdg+1_arm64.deb
Size: 113124
SHA256: a5d99e7709e132fde9559ebf0d9dbba0acf74bcd4729df6f9aaafe2fedfb6369
SHA1: 3d71c479c8e50bc2cf86c6b43c88fe07494bc72c
MD5sum: 818a8e81ecba856fdc52d4981a811b09
Description: debug symbols for postgresql-12-repack
Build-Ids: dda9ef2a41b15b79bbc72704ee04a6f9952274db e02551e66c88eea73d8da2d99413a2a0a94ead97
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-rum
Source: postgresql-rum
Version: 1.3.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1040
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-12-rum_1.3.13-1.pgdg+1_arm64.deb
Size: 389324
SHA256: cbf30e9efdbadd9c413a14056548b4208255460969714fc0bff1aebe828f64ea
SHA1: c020601d1fba97735d353283132203cc401032d7
MD5sum: 0e27b63bdb23b7384f59be95f5bfbb16
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-rum-dbgsym
Source: postgresql-rum
Version: 1.3.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 349
Depends: postgresql-12-rum (= 1.3.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-12-rum-dbgsym_1.3.13-1.pgdg+1_arm64.deb
Size: 309816
SHA256: d24ccd3cf2ca86443068b51f000b51892df0eb0636ad44c891951d3bebeadb17
SHA1: 854fed403e0044254ba623f0d4d4088b2228d79f
MD5sum: 72912c3d24d32d5a15f81ca56ee3e37c
Description: debug symbols for postgresql-12-rum
Build-Ids: e89c5dde227c44e30ece6b00975b6f27b0677b67
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-semver
Source: postgresql-semver
Version: 0.32.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 175
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-12-semver_0.32.0-1.pgdg+1_arm64.deb
Size: 39124
SHA256: 406e49d7b021901b7f684fff42ed3d3f5cdd80a2edd0f533979ed3d8d466c251
SHA1: a671a3deaf146725a8d5c9c42ee9621e9dc9893f
MD5sum: 3c0e60edbe55b934515657ec297f5b71
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-semver-dbgsym
Source: postgresql-semver
Version: 0.32.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-12-semver (= 0.32.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-12-semver-dbgsym_0.32.0-1.pgdg+1_arm64.deb
Size: 20640
SHA256: 06a62c49fbbe0b391a0dcadbff89660a87ddf4f71767f5cb5d31785a0f8486a4
SHA1: fc553f94586bebcad4f73754c2effc7cce38696a
MD5sum: a0de7d2286068dfe38be658525ad61e4
Description: debug symbols for postgresql-12-semver
Build-Ids: 81c0c886d25d028a0810d84c3fc737951a1641ba
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-set-user
Source: postgresql-set-user
Version: 3.0.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 143
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-12-set-user_3.0.0-4.pgdg+1_arm64.deb
Size: 40808
SHA256: b02f93d257ba9fb0936ba7f3ba9df37b79092bc72b5d48a61e85b072b603a130
SHA1: 7a63ef5ca778530c78d6dec7bfb511a1f0b16651
MD5sum: 9c81ebc4d259f81e7552c0070657c4c4
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-set-user-dbgsym
Source: postgresql-set-user
Version: 3.0.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-12-set-user (= 3.0.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-12-set-user-dbgsym_3.0.0-4.pgdg+1_arm64.deb
Size: 40988
SHA256: d4ec9b6632a2073c9066dcfb266bec5d761a1a9a33d1f5e1f672c2db9db21155
SHA1: f55a4e3880ac5919c6020221495bcdf1b54084c6
MD5sum: 7f407deeaf3bd2d49f26ff3078d287d8
Description: debug symbols for postgresql-12-set-user
Build-Ids: dfe561c7e2e11bc4cb2920769068d9eb985e1a11
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-slony1-2
Source: slony1-2
Version: 2.2.10-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-12, libc6 (>= 2.17)
Suggests: slony1-2-bin
Conflicts: postgresql-12-slony1
Provides: postgresql-12-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-12-slony1-2_2.2.10-5.pgdg+1_arm64.deb
Size: 17560
SHA256: 97c94239e5e361bda8de4e3c8a3165ec2b36f8f3a13606e1d57a615f393c7015
SHA1: 2ff54bff0d14ac58a9f51b03a4e11304aa79f92e
MD5sum: d362f98002b80d134a5301bc19fdf921
Description: replication system for PostgreSQL: PostgreSQL 12 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
 12 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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.10-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-12-slony1-2 (= 2.2.10-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-12-slony1-2-dbgsym_2.2.10-5.pgdg+1_arm64.deb
Size: 60052
SHA256: 6879bd211486b9da24fc1f1d561dd5656a73de4ea9ea319ac73792fd85792602
SHA1: 79621e00b291b7a59b6492671ef9e179a961220d
MD5sum: 238dae99eac4eb40d6f9c83d69fe7cb7
Description: debug symbols for postgresql-12-slony1-2
Build-Ids: fb14b6981a8946d1464dc5e1cce886fb0cc64a0e
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-tdigest
Source: tdigest
Version: 1.4.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-12-tdigest_1.4.0-2.pgdg+1_arm64.deb
Size: 66548
SHA256: 62a1c1bdcc49ca0a412ba70573e3e673b349a802ea4f53795115e11db1a46e17
SHA1: df30a9b2e0fb7af23784c947c79868008d25e1bd
MD5sum: 5fc95c0052a86ee85f447c52bf7cc395
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-tdigest-dbgsym
Source: tdigest
Version: 1.4.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-12-tdigest (= 1.4.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-12-tdigest-dbgsym_1.4.0-2.pgdg+1_arm64.deb
Size: 50604
SHA256: 316e29078f8cd8dbdcdcae11b76015bd250cdef7bb403109e3ade3727d29c476
SHA1: 39ad376d704d21ed20dea23167a283cb11a0a0b9
MD5sum: 356674807291f10e107bf8bcd7c469ef
Description: debug symbols for postgresql-12-tdigest
Build-Ids: b2d9fda236a9ee9d09f32c5d1bbdb8e884223911
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-tds-fdw
Source: tds-fdw
Version: 2.0.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 318
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-12-tds-fdw_2.0.3-1.pgdg+1_arm64.deb
Size: 126348
SHA256: cd6d580b6bfab04ecc1d4c6a8480e75d26d496803ca4514713726f4b9bf421a2
SHA1: 3adb2b1e974c07b70a478928b1fdf91776f8c3eb
MD5sum: 7df67fbfdea4dc5b52db57e95ed4ff24
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-12-tds-fdw (= 2.0.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-12-tds-fdw-dbgsym_2.0.3-1.pgdg+1_arm64.deb
Size: 127256
SHA256: b114055d821ec7ddf254fb5bd5cc214fd59484d1015382baaf2b25f7c8c9772e
SHA1: 87c14361057468978ed4b46ac5127fb58c46af0b
MD5sum: 5f39abebff3a2553957bf086dab864b9
Description: debug symbols for postgresql-12-tds-fdw
Build-Ids: 97529b648f2b6ba0737ed51d18f3ba2902f2f2b7
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-toastinfo
Source: toastinfo
Version: 1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/credativ/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-12-toastinfo_1.4-3.pgdg+1_arm64.deb
Size: 12516
SHA256: a25a963bde158d39c88f20083c95640a57fdcc80a3ec7c0aa02de1247033dd21
SHA1: a0bcf0f00f4c5a85e4ff23f26906a7049c7b50e1
MD5sum: 69dad035a9fd23fe3a1e85b2b1dffaef
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-toastinfo-dbgsym
Source: toastinfo
Version: 1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-12-toastinfo (= 1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-12-toastinfo-dbgsym_1.4-3.pgdg+1_arm64.deb
Size: 11208
SHA256: 5324635d9cafab69f453c88cf853a6ab1ea9419a2547b6f62799a0bb6b593071
SHA1: bcdfbec53148b9d1b4a9b9352e1c17e85d0354f7
MD5sum: 1ccf37aa35104c645d6c6ff0944f7f9c
Description: debug symbols for postgresql-12-toastinfo
Build-Ids: 2c6b4fecb0a9637fe10ae8793bdf7179b55bf93a
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-unit
Source: postgresql-unit
Version: 7.5-2.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 497
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-12-unit_7.5-2.pgdg+1_arm64.deb
Size: 134096
SHA256: 1b0fe1f564e9c4b50fb4bf5959a0bb8446877bfd9b5db86d819c33875c6b0f84
SHA1: f5cd13b989721f7d4eeba059703f7f10594721ae
MD5sum: 4d7c43cb1b5c15668535c0bcbe642b13
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-unit-dbgsym
Source: postgresql-unit
Version: 7.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 81
Depends: postgresql-12-unit (= 7.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-12-unit-dbgsym_7.5-2.pgdg+1_arm64.deb
Size: 58960
SHA256: b8c6aaa24be8e0ae87e0fd592570cc684ac49fdc76d3a49d79e097293885abd2
SHA1: e03ead5f6853621b83a29891d999f3745ebbe2ff
MD5sum: 2dc53a6b4598165bee86c4f15e40e17c
Description: debug symbols for postgresql-12-unit
Build-Ids: 4b90654dae37839f1f32d723afd5c7c32641b73d
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-wal2json
Source: wal2json
Version: 2.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 153
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-12-wal2json_2.5-1.pgdg+1_arm64.deb
Size: 59764
SHA256: 885e8ed6409a49cf83501462c2b19e2d71559c28b5908522835a5197430904e7
SHA1: c9704be868308d8373077524c9bb66262d9ca4e7
MD5sum: ed77853c93b9d4a2adb28ee34cf09b80
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-12-wal2json-dbgsym
Source: wal2json
Version: 2.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-12-wal2json (= 2.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-12-wal2json-dbgsym_2.5-1.pgdg+1_arm64.deb
Size: 58392
SHA256: 7b81410f48457406434d84288d51686ab21d4dd76fad6ec9069e134e9cb1360a
SHA1: 9c537b27e9a46f6991ac7a8c7b4502f0e39eff11
MD5sum: 4bcf01084c7e42f6d0ec50db77b1c659
Description: debug symbols for postgresql-12-wal2json
Build-Ids: ff658fc9827bda8c1dd8d545477cbad34763cfe4
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-asn1oid
Source: pgsql-asn1oid
Version: 1.4-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-13-asn1oid_1.4-4.pgdg+1_arm64.deb
Size: 13036
SHA256: 4c6f3760054b9c8204ff3ca62308e7369af3ede9d389850885528fbb36ce1b09
SHA1: 0d1d5be516e8a3ee439fa98a839f576259cfaa7b
MD5sum: bbe06b9e5f7ec298da31fabaa63df597
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 13.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.4-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-13-asn1oid (= 1.4-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-13-asn1oid-dbgsym_1.4-4.pgdg+1_arm64.deb
Size: 8892
SHA256: c8ede23402b7b4b09f1b648127b49c4f6cf45f5d470c1cb3c7b4811c446cef51
SHA1: fe8afc8ef143c03add15ca64fea74504d253aef6
MD5sum: 55084916c5c01bd8e284a381426ea5f0
Description: debug symbols for postgresql-13-asn1oid
Build-Ids: ff2b4001f4c17a310ea675ca67ea5507374d5d88
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-debversion
Source: postgresql-debversion
Version: 1.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-13-debversion_1.1.2-1.pgdg+1_arm64.deb
Size: 14568
SHA256: df7e3496971cae3d2857bfa3242f147f759dde4af3f49df16d817c699da8db78
SHA1: 0844f469481179719bc9c8dc05e799239b120b0b
MD5sum: 0aff7de1d9727aad5f3755575da98bbf
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()
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: postgresql-13-debversion (= 1.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-13-debversion-dbgsym_1.1.2-1.pgdg+1_arm64.deb
Size: 18616
SHA256: c2b6bd6fdf922b5026262c556a220c49fbf9b10dd423166bd0c1ecdf7eed3d37
SHA1: 832ccea131ebb9df071388478097301b51329e5e
MD5sum: 5135095ffc612b33c8ad926584324117
Description: debug symbols for postgresql-13-debversion
Build-Ids: 3113560a88fdf718ffe0657bd66902ccda8bbbfb
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-decoderbufs
Source: postgres-decoderbufs
Version: 1.8.0.final-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs_1.8.0.final-2.pgdg+1_arm64.deb
Size: 43872
SHA256: e683f3645ae34910fd89a89a4c12d7205b80044d69d6b5ea84dd007f4837695b
SHA1: d274cbf3f85f20c62b6fc636c7131209ceaf4f61
MD5sum: c31786dfed3a4439a26103839843d498
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 1.8.0.final-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-13-decoderbufs (= 1.8.0.final-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs-dbgsym_1.8.0.final-2.pgdg+1_arm64.deb
Size: 40288
SHA256: f139a225373497627844ad6411827a060223321d227749c198cc05e24a07411f
SHA1: ca49ea813a230aba6fce5845f71c5af8f2ebeb33
MD5sum: caf3a88e5fbee359f4a378a607079c40
Description: debug symbols for postgresql-13-decoderbufs
Build-Ids: 89f5c48a5926b3a0365a23e78f3131fe7386b39c
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-hll
Source: postgresql-hll
Version: 2.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-13-hll_2.17-1.pgdg+1_arm64.deb
Size: 84284
SHA256: be6975fc26a4b8afa0d292981d606e4a9d875b98ce372283ed3cd2f7f9f34b4e
SHA1: d0b7cc3739352e8858a450f34918e50bc73895e7
MD5sum: 40e47c049d3dbf258850000067f8c33e
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-hll-dbgsym
Source: postgresql-hll
Version: 2.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-13-hll (= 2.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-13-hll-dbgsym_2.17-1.pgdg+1_arm64.deb
Size: 89784
SHA256: 7e6a88c5372ec70b77c3ae9ace8e694c6f27de4416269ac2ea85d99546389dba
SHA1: b9ec1d2306be5539932274b08c35721550ecff49
MD5sum: 34bcfae5bdc4bd404497314db0ed0ea5
Description: debug symbols for postgresql-13-hll
Build-Ids: 15c418022606cd74ada062ef86ac29486a4e0388
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.8.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 337
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.34)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-13-mysql-fdw_2.8.0-3.pgdg+1_arm64.deb
Size: 140056
SHA256: c6b97f6e1f08fffd8cb84a570a80887f478700d32c32885cd9c46738d77e3ba5
SHA1: 10ed7f89374243c5c45790c98d6adf5eaa5df41a
MD5sum: 75fb5d5a748539b193da963c19951e9a
Description: Postgres 13 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 13.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.8.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-13-mysql-fdw (= 2.8.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-13-mysql-fdw-dbgsym_2.8.0-3.pgdg+1_arm64.deb
Size: 157324
SHA256: 2dc7127072ef185f3ca39f2772f4b890ef50dbca8cedba1a38adb76296830beb
SHA1: 4a3ef484fa93c2bbe8e09f95b53f30c1c97c60f2
MD5sum: 78da5d98fe731263548870e46e6cf9fc
Description: debug symbols for postgresql-13-mysql-fdw
Build-Ids: 1622d670b9edb30d0f528b6b339ad9c598834590
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-numeral
Source: postgresql-numeral
Version: 1.3-5.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 254
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-13-numeral_1.3-5.pgdg+1_arm64.deb
Size: 79900
SHA256: c876c5896c21f6948dd4462da41e633d74e152b85f5ecf5383f94fe960535630
SHA1: ce9ef82fe7a970ca86a358c1fb66c4353979b356
MD5sum: 95774ce439b280be9567cc2b5873be57
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 62
Depends: postgresql-13-numeral (= 1.3-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-13-numeral-dbgsym_1.3-5.pgdg+1_arm64.deb
Size: 40348
SHA256: 4373af0f06399ae85504cc73729d93aa5884918b199146551a698dd013ba6141
SHA1: 87068b7d2a665ee1bccaede2970268cc973eae57
MD5sum: c7c859cfd50c3728d52ce91bab1b9b94
Description: debug symbols for postgresql-13-numeral
Build-Ids: 423656485ad0ddb0c94e69d8c9aa95aca5eccc03
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-13-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile_1.5.8-1.pgdg+1_arm64.deb
Size: 24832
SHA256: 1252bd4953470d81cb5a90ab00b99640f091258c57ab643eb8334ff6b81361ca
SHA1: 570cf0ab7593f8c4c9b33e5aa8a94e0aa74e60a6
MD5sum: 22f080055d24644987ad2b16e6eb7a6c
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-13-pgauditlogtofile (= 1.5.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile-dbgsym_1.5.8-1.pgdg+1_arm64.deb
Size: 24352
SHA256: b234b967f11962eaea8632894adb7412b6caa55315b4a92b776e1d3849311096
SHA1: 4495315cc16927c0af0f7d9e774b93917376a836
MD5sum: f192da9c4f9d066d72f77e9ce1effc7e
Description: debug symbols for postgresql-13-pgauditlogtofile
Build-Ids: 5dab6a9a092537d4ade67b88f1336261c9e1d455
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-pg-fact-loader
Source: pg-fact-loader
Version: 1.7.0-3.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 971
Depends: postgresql-13, libc6 (>= 2.17), postgresql-13-jit-llvm (>= 14)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-13-pg-fact-loader_1.7.0-3.pgdg+1_arm64.deb
Size: 51144
SHA256: 19fe7fc0df5392fa4bb990dc995e31c5e077209ad3d19dd74a0adbc2a48ec08e
SHA1: e758e71042f9e0cf9444d58271068c4caf8b9e2e
MD5sum: 28e311770c8e38c855405cf5dce5ca24
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 13.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.7.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 29
Depends: postgresql-13-pg-fact-loader (= 1.7.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-13-pg-fact-loader-dbgsym_1.7.0-3.pgdg+1_arm64.deb
Size: 14076
SHA256: 9263bb05ac83aa1e2ea53f4008a7a2469789e4d8d4de88c452ea7b7bc33e2e8d
SHA1: 521e4c40a83b02f54123497ebf1426a398692b05
MD5sum: d6429815c4a0ac995cea432129942aff
Description: debug symbols for postgresql-13-pg-fact-loader
Build-Ids: 02434c0e1a16eac0aece8a4bdf60e9264407dd3d
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.1.0-3.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 1749
Depends: postgresql-13, libc6 (>= 2.17), postgresql-13-jit-llvm (>= 14)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-13-pgl-ddl-deploy_2.1.0-3.pgdg+1_arm64.deb
Size: 40324
SHA256: 3826f9bf8485c93d6429160cf4ab5a5b301ceb78949591f338cdf700d28e2bd4
SHA1: 823842ae009055bc4347a4d72c6d463e899acfcc
MD5sum: baf9c7fde07644cae3c0f7fe863aa41d
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 13.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.1.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 44
Depends: postgresql-13-pgl-ddl-deploy (= 2.1.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-13-pgl-ddl-deploy-dbgsym_2.1.0-3.pgdg+1_arm64.deb
Size: 19032
SHA256: e13073f31b90bbb785140cfcca775a689cb8aec9073dd436c6b87ee924582788
SHA1: d267d0c4558776b96d1d3b9f3fe2cd790889bc1b
MD5sum: 3dc0eb23da45e8d8fa11878f51f32c99
Description: debug symbols for postgresql-13-pgl-ddl-deploy
Build-Ids: 8ff6611ae1bc73f93ca9288340176bf68e49cdc6 f6e26c8d941433027dce46248699e81048524c2e
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-pglogical
Source: pglogical
Version: 2.4.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1277
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.34), libpq5 (>= 9.1~)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-13-pglogical_2.4.2-2.pgdg+1_arm64.deb
Size: 446144
SHA256: 17d4ef18265ae7ff67a476209540efb10ffe00d4f3820865ffbeceebbf04e920
SHA1: 1023621cc7a6447edb525f6fbade04b35d551a40
MD5sum: ee875ed2edb978e51061e1b1880f37cc
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-pglogical-dbgsym
Source: pglogical
Version: 2.4.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 492
Depends: postgresql-13-pglogical (= 2.4.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-13-pglogical-dbgsym_2.4.2-2.pgdg+1_arm64.deb
Size: 423644
SHA256: d6161895b22761074bd57f6687af43418ac762d6a306463db35bd9ee0c19e875
SHA1: 8933ce0d3cb7bf333b0702e3e9f097a7e8b8e67d
MD5sum: dde0e05d4cf66a2bb5b4194f5e126b60
Description: debug symbols for postgresql-13-pglogical
Build-Ids: 3ff1b3bc04dedeb3a3ee8fb4d1e9fda3a7aa0906 53e08b1e934583576e23fba8544f3e244739c8c0 96fdb1042e3eed97ac14fc173776e0171dd8b291
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-5.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 186
Depends: postgresql-13, postgresql-13-pglogical, libc6 (>= 2.17), postgresql-13-jit-llvm (>= 14)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-13-pglogical-ticker_1.4.1-5.pgdg+1_arm64.deb
Size: 21076
SHA256: f61fce74ca266a647eca5dc66ad3bc3d1adc379e45164f2f9de2a664842e1d6c
SHA1: b3140c9b5636174f9f87dcadc45626271e73283d
MD5sum: ad6c591bc24a41d1a7bad742f8bf8e21
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 13.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 30
Depends: postgresql-13-pglogical-ticker (= 1.4.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-13-pglogical-ticker-dbgsym_1.4.1-5.pgdg+1_arm64.deb
Size: 15200
SHA256: ca1a7756c2a52da2532206e191cc6f339c377430ad4596588448bc01a337bbda
SHA1: 102936bc12de8d1f6c5151b84a620f828378c64f
MD5sum: f1ee31f7b54887383b290719c32f1067
Description: debug symbols for postgresql-13-pglogical-ticker
Build-Ids: eb58981f727caa00232b69945be109211e7b8d68
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-pgmp
Source: postgresql-pgmp
Version: 1.0.4-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 416
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), libgmp10 (>= 2:6.2.1+dfsg1)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-13-pgmp_1.0.4-5.pgdg+1_arm64.deb
Size: 109064
SHA256: c3a625bb210392d1f1e4b334d2d9a83358a716a2a1fdc277559b84e788dcb6ee
SHA1: 9c87497a27628899af1b81e30d41b4c1473416a8
MD5sum: 045fc8d47c99b3ff38269d11de168cc1
Description: arbitrary precision integers and rationals for PostgreSQL 13
 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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.4-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-13-pgmp (= 1.0.4-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-13-pgmp-dbgsym_1.0.4-5.pgdg+1_arm64.deb
Size: 65096
SHA256: a13fd83cc7a3345ab37b60525a143c791918d3165812134b5b16676e74f54792
SHA1: a62da12cd0463ad66845dd23962eea9d4d3b1fe1
MD5sum: 97be0e7f9dab7d95b96da200a2cebe8c
Description: debug symbols for postgresql-13-pgmp
Build-Ids: 5d4bad2f580243b0a19fa79c335bac519d3561c5
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-pgpool2
Source: pgpool2
Version: 4.3.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 437
Depends: libpgpool2 (>= 4.3.3-2.pgdg+1), postgresql-13, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2_4.3.3-2.pgdg+1_arm64.deb
Size: 158816
SHA256: 363397fe570e96cc4d75d9a5d536b90281b09202f6baf665de9aaa03db0a8295
SHA1: c55c45da4946b11c67d472572666f1cef1b8154d
MD5sum: b4108318da1051989f44924cd2d9b251
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 13 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-13-pgpool2 (= 4.3.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2-dbgsym_4.3.3-2.pgdg+1_arm64.deb
Size: 50336
SHA256: 2666f05c3b4c0270b5a5166c901fa41314af9af5ac4bf22f712e24fa64a3b09a
SHA1: fdc4a472de63e0681211f775f2914416e8e78dd0
MD5sum: 223c214113a25ad751d04a80a2efbe5e
Description: debug symbols for postgresql-13-pgpool2
Build-Ids: d89703c3604c333232011091792f55dbebbeb150 e1eebefa175676803df704e1e9dd5da0db914e14 e8ad65880d418b3c7020a63e7aa46db7148e04c0
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-pgq3
Source: pgq
Version: 3.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2225
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14), pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-13-pgq3_3.5-1.pgdg+1_arm64.deb
Size: 136652
SHA256: d7a24461fe0fb7c488868ead7107457ab9a58e0a9a3b86313eb474b6194b523a
SHA1: 8566026462d946924bec4a6237b8101ea63e9f13
MD5sum: d24c42b95c882287fbe9297966f42816
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-pgq3-dbgsym
Source: pgq
Version: 3.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: postgresql-13-pgq3 (= 3.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-13-pgq3-dbgsym_3.5-1.pgdg+1_arm64.deb
Size: 74064
SHA256: 91e2d9ceed561f25751f734f223e08104643c80f68159b562cb1bfeef4d646c2
SHA1: 69598552a7f30e5e42261e4ccf93ee158ff8ad5b
MD5sum: bc8f9216993886e26ba85660b369a55e
Description: debug symbols for postgresql-13-pgq3
Build-Ids: 245f4622bff7a1abb805f36825057b8e2ec8935c 50031be2d6ce2a371b80e6432893c14f00e7711e
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-pgq-node
Source: pgq-node
Version: 3.5-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 538
Depends: postgresql-13, postgresql-13-pgq3
Replaces: postgresql-13-pgq3 (<= 3.2.6-5)
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-13-pgq-node_3.5-2.pgdg+1_all.deb
Size: 12656
SHA256: ecda1026291e16fe4c3b15c26db6bc6dc7684ef1722b953a8d7e8fc499334501
SHA1: 9bc27f9494287c99fa13b02a045d479ef75d983a
MD5sum: e63cf127b7795d482d8ebb35ce61cd76
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-pgsphere
Source: pgsphere
Version: 1.1.1+2021-11-10-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1506
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 5.2)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-13-pgsphere_1.1.1+2021-11-10-2.pgdg+1_arm64.deb
Size: 541784
SHA256: b4e1fb3078fcfaf1961903c494de0cb2d920b8bcf6b95870f904d2aad0ee4f1c
SHA1: 0a49eefd0d65548d6eafd03106180c9209912d93
MD5sum: 83f5a677b5f031d3eab736a43ba128d3
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-pgsphere-dbgsym
Source: pgsphere
Version: 1.1.1+2021-11-10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 375
Depends: postgresql-13-pgsphere (= 1.1.1+2021-11-10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-13-pgsphere-dbgsym_1.1.1+2021-11-10-2.pgdg+1_arm64.deb
Size: 319232
SHA256: ec0ffe74e8a68622646aee8885e3d58706fa576685169175cca4be0d99ed3caf
SHA1: 6d7ff344e5cd8236c54d20893ce4afa66d39ca84
MD5sum: a5f85c56f4645770e48d67b9939071b4
Description: debug symbols for postgresql-13-pgsphere
Build-Ids: 835a69bd91b1c009690d4482b409287ea7baba00
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-pldebugger
Source: pldebugger
Version: 1:1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 214
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-13-pldebugger_1.5-1.pgdg+1_arm64.deb
Size: 82312
SHA256: 13204b5d775b509b91524935758a3d833cf82c237e292970eabb312a6bdb1f51
SHA1: c8a5f51eb0fd929fe44b3b8dff5034abf4fbfaa6
MD5sum: 5c42ce2b05aac40ea789376e65ed62b7
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-13-pldebugger (= 1:1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-13-pldebugger-dbgsym_1.5-1.pgdg+1_arm64.deb
Size: 93872
SHA256: 85df6f5a92d0d11927970bc9b2093a0003b96204c14b4affde4a089444d1c9d2
SHA1: 6ccdabc824e5e5561ce8929c357f1cc414a307f8
MD5sum: 1023529718e9a27e3eac63b7fd94dcc6
Description: debug symbols for postgresql-13-pldebugger
Build-Ids: e3562ef882bcff9f1aca755f78036dd2c1ecb148
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 2.2.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 674
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_2.2.2-2.pgdg+1_arm64.deb
Size: 311116
SHA256: 086c06b5046662c685bce6e433f3dbd9845e959f71ca7fa1bf96358436efced2
SHA1: e12792fd66c0460facc3ea756a15d4d0dc557aa6
MD5sum: a75823bfc55eb08a11bc49cfcf8cbc7b
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.2.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 291
Depends: postgresql-13-plpgsql-check (= 2.2.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_2.2.2-2.pgdg+1_arm64.deb
Size: 261316
SHA256: 8a036b64e5207c60a5f25f8822d069b412599126dfc19396361a1f391813f7f7
SHA1: 544e7bee4c25399b438410e301ade6ec322a6224
MD5sum: 3b1b0db60e35d1459814934b590ab64f
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: 8a8dbd32b6522f2c21bb689192d82b556fba9324
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-plproxy
Source: postgresql-plproxy
Version: 2.10.0-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 364
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-13-plproxy_2.10.0-8.pgdg+1_arm64.deb
Size: 151500
SHA256: 49155825408a3b5b9a446cc5515aeea79a73285e33cdf9509d4f6dcb20616558
SHA1: 4fee34cb80fd8e506783505c689d01b388523e3f
MD5sum: 71201b36781192f5049d615accd97e68
Description: database partitioning system for PostgreSQL 13
 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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-13-plproxy (= 2.10.0-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-13-plproxy-dbgsym_2.10.0-8.pgdg+1_arm64.deb
Size: 113636
SHA256: 2d131073a898cdc4691f78404d6596366f14ffdcdad8e122a6d09fc7dcecf624
SHA1: f05074a1fedaff9c8aaa5afabd492589fcbb31b9
MD5sum: fef463047dfacdee1d80ddcc5dcd194d
Description: debug symbols for postgresql-13-plproxy
Build-Ids: 047eac4bb52eaec488ffab664d8ab15b39b39825
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-plr
Source: plr
Version: 1:8.4.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 357
Depends: r-base-core (>= 2.10), postgresql-13, libc6 (>= 2.33), postgresql-13-jit-llvm (>= 14)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-13-plr_8.4.5-2.pgdg+1_arm64.deb
Size: 156860
SHA256: e946894cedec8409ab09275942fbc810413c0715374d87f596ef9537e2d4d270
SHA1: 1e2c47a7658ccb03cf232a842ef1684bb6733b28
MD5sum: 76eb5f70e5b1c8f7e66ef5505c280451
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-plr-dbgsym
Source: plr
Version: 1:8.4.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-13-plr (= 1:8.4.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-13-plr-dbgsym_8.4.5-2.pgdg+1_arm64.deb
Size: 128120
SHA256: 25a086169b18ef3f5f98fc960beae617d090d09928829cd65cd4906602b7f439
SHA1: eb62cb55336b0fd1181454ad90d8d5f9afc6fec5
MD5sum: c62e070d6103f9421813abe81d4431bf
Description: debug symbols for postgresql-13-plr
Build-Ids: b743006ae676e08e1ce788448fdb8afb568a9011
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-plsh
Source: postgresql-plsh
Version: 1.20220917-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 123
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-13-plsh_1.20220917-1.pgdg+1_arm64.deb
Size: 32264
SHA256: d299b01a50dea2654d6ef48019e3de86e2ceab09b21426b167175ed73a8aa4b2
SHA1: 1f7d8d5bdff43eeda3ef1c1eff5acda97cd1945a
MD5sum: eb860779bcbced7571e2d8a392ec6edd
Description: PL/sh procedural language for PostgreSQL 13
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in a shell of his choice.  You need this package
 if you have any PostgreSQL 13 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20220917-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-13-plsh (= 1.20220917-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-13-plsh-dbgsym_1.20220917-1.pgdg+1_arm64.deb
Size: 43744
SHA256: 3db408ff21c055d7d9b58fb9086b9db4fae5f4be48ec3d5a6e04866ba16e832f
SHA1: e6804d5651140775d0778aa818e50f1cd77f1568
MD5sum: 35b780d03dd78017b455d6c51704e9a1
Description: debug symbols for postgresql-13-plsh
Build-Ids: 212184a7733d0faff61d29429ec48f08834be7ee
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-pointcloud
Source: pgpointcloud
Version: 1.2.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 506
Depends: postgresql-13, libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-13-pointcloud_1.2.4-2.pgdg+1_arm64.deb
Size: 107296
SHA256: b4260ec878088a6c7fbf58b077abd8e70e1b9cda85462754f473cb2da0bb02ff
SHA1: ffaf882595601b2477f2c3ae26ea4448560e83c6
MD5sum: c36c87b3e53e069ac75d67930e5384ce
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: postgresql-13-pointcloud (= 1.2.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-13-pointcloud-dbgsym_1.2.4-2.pgdg+1_arm64.deb
Size: 172160
SHA256: f91f0cdaebe8dd906d84c19d7a74ede89d2706b9c918af169fc1ff0cad172d9a
SHA1: 127c13e239df08aefe8f4c5e1d0c803a186867ca
MD5sum: 667e82eefcf0bd2ae013b1e19d75452a
Description: debug symbols for postgresql-13-pointcloud
Build-Ids: f5e86c17fdfcd59ea8fbe6e8aa5e02dd1f018645
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-powa
Source: powa-archivist
Version: 4.1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1469
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-contrib-13
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-13-powa_4.1.4-2.pgdg+1_arm64.deb
Size: 56880
SHA256: 01fb485eba70c4c7cd5a51d03b5f5e3873c6ce40cbe6aafd2641b31b007340f6
SHA1: 9080e41c21c72847d94bc76b923b3ac24bccaf72
MD5sum: 53ed430b714a9ddd5d0b79543829a426
Description: PostgreSQL Workload Analyzer -- PostgreSQL 13 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-powa-dbgsym
Source: powa-archivist
Version: 4.1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-13-powa (= 4.1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-13-powa-dbgsym_4.1.4-2.pgdg+1_arm64.deb
Size: 32000
SHA256: b66646d36e0c359dd5001a830a7aaa3b06a3c1341d6e023c6d835da293ff632c
SHA1: 0404d5435dcfa70b017683a80e0e7ed0a9b5daef
MD5sum: f51ceeff52df21f340bd99db9d631396
Description: debug symbols for postgresql-13-powa
Build-Ids: b48a1e4232446a3d8e4f65750c532fac9110bf23
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-prefix
Source: prefix
Version: 1.2.9-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-13-prefix_1.2.9-5.pgdg+1_arm64.deb
Size: 44460
SHA256: 695b1cfb23000acedab55564bd0c41ad292b6c2d418fe6ebd28cab74fa7f8e41
SHA1: e5c98ba8afd83fcd14284473edf66c9bc5092d0e
MD5sum: 190a4d28cd45279fc35c9299100c9457
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-prefix-dbgsym
Source: prefix
Version: 1.2.9-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-13-prefix (= 1.2.9-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-13-prefix-dbgsym_1.2.9-5.pgdg+1_arm64.deb
Size: 43912
SHA256: d756850de699f471f8b2d735ccfce9f6b527f38e1ffa85fb6163fe528179a4ff
SHA1: a29076e039047285fe22deba77c7fbe48873ff6e
MD5sum: b1fe3190a58f19bb42e2d7aee54af082
Description: debug symbols for postgresql-13-prefix
Build-Ids: f556f3da1179b17acad0150f49a68f31f5f11898
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-preprepare
Source: preprepare
Version: 0.9-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-13-preprepare_0.9-7.pgdg+1_arm64.deb
Size: 17744
SHA256: 0c0bf00205e4c5622be7b3469b6a24ca4c73ebc9b67886f2da536d075a1c7b25
SHA1: dd0fcb9724e4e675919aaf1b9ab69af10f8fabdb
MD5sum: 501d3e78998a340c41534bb4138da3c3
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-preprepare-dbgsym
Source: preprepare
Version: 0.9-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-13-preprepare (= 0.9-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-13-preprepare-dbgsym_0.9-7.pgdg+1_arm64.deb
Size: 17064
SHA256: b88c43da229e5ded57219fc286fc01a42b452701e36e4eb6ae7c97aca9886b06
SHA1: 04d3f903b66715824e9213055eea2d772fbfac2a
MD5sum: 556ad77ec12dca0830f262b3c9d22973
Description: debug symbols for postgresql-13-preprepare
Build-Ids: 853433f9084a73af5c8b5facbb3ded68d6ddcef8
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-prioritize
Source: postgresql-prioritize
Version: 1.0.4-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-13-prioritize_1.0.4-10.pgdg+1_arm64.deb
Size: 11896
SHA256: f0e81b4e6fcf6f4299c25d568db6ee1dc197ccd176e3b81897f2de878e8cb4b4
SHA1: d6066aff9f28e0589a7f4f65b7702260ffff3a63
MD5sum: dd19e6cc07e8c3aba1a0ba34340ccb35
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-10.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27
Depends: postgresql-13-prioritize (= 1.0.4-10.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-13-prioritize-dbgsym_1.0.4-10.pgdg+1_arm64.deb
Size: 12836
SHA256: dc18dc1309b31d89b61ac050253491c44dc12717512397edef7c7c11731876a5
SHA1: b8bbc0ca25923a54101d79d50a7a238322b35975
MD5sum: df4a4dd09612cf921b58f5ecaaa72cbd
Description: debug symbols for postgresql-13-prioritize
Build-Ids: 646a93ac47d7362e7b80526b1d67c313dd88e584
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-q3c
Source: postgresql-q3c
Version: 2.0.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3395
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.29)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-13-q3c_2.0.0-7.pgdg+1_arm64.deb
Size: 153576
SHA256: 879bb6bf845607f2711383cb0dd5ed45b2b18dc58ef17ed0de61402bb82bdd44
SHA1: a916fed10c16ae8c0e994e70017e516504e33372
MD5sum: de94369b2feb17c97305f84d56784320
Description: PostgreSQL 13 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-13-q3c (= 2.0.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-13-q3c-dbgsym_2.0.0-7.pgdg+1_arm64.deb
Size: 87408
SHA256: cd7197e680e61a4f2cbf5500d58aeb7d3c4adc894312f1630e69ef230dd952a1
SHA1: ef52bb87bbcb85833692a0c3fc19f0a40e83a278
MD5sum: 8e1de205f0c4418d1ecbf026ea007291
Description: debug symbols for postgresql-13-q3c
Build-Ids: 46d1203471f82548422f65c12ad244948b7bc0f1
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-rdkit
Source: rdkit
Version: 202203.2-3.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 880
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202203.2), libstdc++6 (>= 5.2)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-13-rdkit_202203.2-3.pgdg+1_arm64.deb
Size: 368848
SHA256: cb046d88e7e89ba20fc463915b57e6643583dd1922c9f0b5b1aef04de724c163
SHA1: 55824d8dc05fac05b33e66d1c24cef3b93e0c092
MD5sum: aa36c1928bacb5e543d8f754b2f351a2
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-rdkit-dbgsym
Source: rdkit
Version: 202203.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 778
Depends: postgresql-13-rdkit (= 202203.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-13-rdkit-dbgsym_202203.2-3.pgdg+1_arm64.deb
Size: 732480
SHA256: 70fddccae17e2870da188defd9962614ff50f9be8f3baa2654362013e54093ce
SHA1: 90b4256e57fc34b0195c13f3c6c991d7fb62862e
MD5sum: 67b158171facfd7423bf3274fec75290
Description: debug symbols for postgresql-13-rdkit
Build-Ids: e9689a31e427ddb64225b4ebe475cd44ba965309
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-repack
Source: pg-repack
Version: 1.4.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 307
Depends: postgresql-13, libc6 (>= 2.34), libpq5 (>= 8.3~rc1-1~), postgresql-13-jit-llvm (>= 14)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-13-repack_1.4.8-1.pgdg+1_arm64.deb
Size: 102316
SHA256: dbec8a22a82343e7902ca5d40ed9006551b01bc3a65d558ff4e84133615e8b25
SHA1: 59b8d55b2c56f415030bfa8a0f1faf277c15ef7b
MD5sum: 44151bfbbb2cff5f377c2deb171e318a
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 13.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-repack-dbgsym
Source: pg-repack
Version: 1.4.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-13-repack (= 1.4.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-13-repack-dbgsym_1.4.8-1.pgdg+1_arm64.deb
Size: 113856
SHA256: 0c563ec3e9b8146d48f3a6c7a53f1be85148c4a1d1f0ee3bd6c6b304f3b572d2
SHA1: 3901a9e83b905e4ac06c1215b99bb5645aa04525
MD5sum: 6ed7d956bfb425691c00d765b3168908
Description: debug symbols for postgresql-13-repack
Build-Ids: 96dbdc536bf0e5902c18d63282e54a35a3e38444 fb2687c75b0907737497236d5139343d78f2e182
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-rum
Source: postgresql-rum
Version: 1.3.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 947
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-13-rum_1.3.13-1.pgdg+1_arm64.deb
Size: 382940
SHA256: 25f079bd6553e021dee8b3ec0e94e61a8112ab41346d1421063b77b360a7e0b8
SHA1: 5e6f3a71088eda017d45a71cd7a24fa7bf345518
MD5sum: 21e17fec2cd94491727a17b90312f10a
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-rum-dbgsym
Source: postgresql-rum
Version: 1.3.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 348
Depends: postgresql-13-rum (= 1.3.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-13-rum-dbgsym_1.3.13-1.pgdg+1_arm64.deb
Size: 308024
SHA256: f9a9a3696d259c46b123f43845453db17259049e7955741735a3af10df86cb40
SHA1: ec9376541a27a755ea18f82e53ca777a19e654f7
MD5sum: 1aa1dd100ee2b82ee33948ba8a59d8e1
Description: debug symbols for postgresql-13-rum
Build-Ids: 33dcf2f65ce3ff55916b722d4968a88c7e4abbec
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-semver
Source: postgresql-semver
Version: 0.32.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 175
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-13-semver_0.32.0-1.pgdg+1_arm64.deb
Size: 39436
SHA256: 6906f6fc51bde7606f1848d4033ede247d514565574343d18a48e6eadbc378db
SHA1: 923aeb3d4923c261f3ed88024cf8808a11e2bbe3
MD5sum: 3b6125ae8d3f4f80d0dcba4d7bef4859
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-semver-dbgsym
Source: postgresql-semver
Version: 0.32.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-13-semver (= 0.32.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-13-semver-dbgsym_0.32.0-1.pgdg+1_arm64.deb
Size: 20908
SHA256: 82bf4097e73a90f5293ed6ffaa03bfce534906932f31eb2b15bcb16862ba0dd8
SHA1: 39c288338cafd0c2dcf35d764414bcc6d0facca9
MD5sum: b90668ee2d4b62b08832247077d4b68f
Description: debug symbols for postgresql-13-semver
Build-Ids: 53767ccb09f386869b7afa55f6959d8a50cfc785
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-set-user
Source: postgresql-set-user
Version: 3.0.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 143
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-13-set-user_3.0.0-4.pgdg+1_arm64.deb
Size: 41036
SHA256: 9a900dde2d955e5711abbcfd9b02303f2a4bf5cffd62c3930650f0f102a23af7
SHA1: 23ea36dc6ea99aec8f1b6cb40464e2fd6d7e4dbf
MD5sum: adea46b14ee41543ef156e49b46ded37
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-set-user-dbgsym
Source: postgresql-set-user
Version: 3.0.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-13-set-user (= 3.0.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-13-set-user-dbgsym_3.0.0-4.pgdg+1_arm64.deb
Size: 43816
SHA256: 1f47272e071f7e4eeadeca91b65bcf9c00473bff6d760cc00aaa0aea2bf8294e
SHA1: 03da9c82b075a62b91434ab401493b376847b453
MD5sum: b8e9640c2c4aae75c04b30bc101dcd98
Description: debug symbols for postgresql-13-set-user
Build-Ids: 586c2d10f5bb9b16a41f08bd02fb071afe9dedb1
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-slony1-2
Source: slony1-2
Version: 2.2.10-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-13, libc6 (>= 2.17)
Suggests: slony1-2-bin
Conflicts: postgresql-13-slony1
Provides: postgresql-13-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-13-slony1-2_2.2.10-5.pgdg+1_arm64.deb
Size: 17960
SHA256: ec5605e3bbb744b4d3af81c63bf1fea7348950db239a510c63bc44950b9c2b73
SHA1: df8c9e7e4d291dd8c4d27364d1c6418aa0261a40
MD5sum: fa4c815e90633b69ff5dfe7274ef63ac
Description: replication system for PostgreSQL: PostgreSQL 13 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
 13 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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.10-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-13-slony1-2 (= 2.2.10-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-13-slony1-2-dbgsym_2.2.10-5.pgdg+1_arm64.deb
Size: 62732
SHA256: 3da68900e594097ea1b620d4c2407365549d2f38417ea60175939344a09010ac
SHA1: 0fc2e14f5ef47f463f4e32bdb2b3ca80ec43e3b1
MD5sum: 0574a9e3158a2cbffff91c5fe80aacad
Description: debug symbols for postgresql-13-slony1-2
Build-Ids: 582df67cc362e59fed822a5a637f3e4cea1599af
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-tdigest
Source: tdigest
Version: 1.4.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-13-tdigest_1.4.0-2.pgdg+1_arm64.deb
Size: 66704
SHA256: 52f023ce218d436581223179fa919d461c85da7422a1035f294df91d51747e85
SHA1: 9640063663c893f4e7490de13c4123a81975a552
MD5sum: 78bfad45c586e27b5bbaed49f5cad8c0
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-tdigest-dbgsym
Source: tdigest
Version: 1.4.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-13-tdigest (= 1.4.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-13-tdigest-dbgsym_1.4.0-2.pgdg+1_arm64.deb
Size: 51144
SHA256: 14129dda8c7710c6013128d37ed6264df1a2191cc3f1147d58dfa096e869e1cb
SHA1: aa3a7394e197453ec77544dc85036bbf77c4b683
MD5sum: a8cde7987bc7167c900f29efb310f44c
Description: debug symbols for postgresql-13-tdigest
Build-Ids: b46b52d0acb92ca5421165f47c31886a9dc321b0
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-tds-fdw
Source: tds-fdw
Version: 2.0.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 319
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-13-tds-fdw_2.0.3-1.pgdg+1_arm64.deb
Size: 127912
SHA256: 23c6f30886b92506f800a92d95c6290fc685978928949a639c025b09c4714702
SHA1: 309f2082eff8c520776f6a48deb05db06641f096
MD5sum: edf55c8e3f240f9f4518adc31051e5e8
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: postgresql-13-tds-fdw (= 2.0.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-13-tds-fdw-dbgsym_2.0.3-1.pgdg+1_arm64.deb
Size: 135560
SHA256: 180a3c5c72cc5f8424ed3347efb7fc7439a8b5d34dd37ed7b54a1dc938a3ef01
SHA1: 8d3e8f99871532acdb0ce1604edc5316fe4f06bc
MD5sum: 7d4cb70c2fbac7cbef3589e4f7a780c2
Description: debug symbols for postgresql-13-tds-fdw
Build-Ids: 34d534bee87c9aae616432b6038dd82528c38d21
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-toastinfo
Source: toastinfo
Version: 1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/credativ/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-13-toastinfo_1.4-3.pgdg+1_arm64.deb
Size: 12572
SHA256: 6b03f0b4aa50e5d83a58867fd3e32ddc9ca11a38e0fce696c2d9cfdec4e3e018
SHA1: 1c6254bc6d6cc60b3b396b8e3d22ced03b946f20
MD5sum: 8e9ecc7eb00da8385fecc9eb0fc91318
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-toastinfo-dbgsym
Source: toastinfo
Version: 1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-13-toastinfo (= 1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-13-toastinfo-dbgsym_1.4-3.pgdg+1_arm64.deb
Size: 11308
SHA256: 1299c3151a3ec0f8802b45237aac003424b6bd4e53179cfc2bbad0c227cc4b20
SHA1: 21421922eac78e76107cf12c2c2635ada77e3a71
MD5sum: 363cdc926d8782734eac6c1933b594b8
Description: debug symbols for postgresql-13-toastinfo
Build-Ids: 93c7bc7f7875e52da0d1b1f04e8874f968b9eafe
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-unit
Source: postgresql-unit
Version: 7.5-2.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 497
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-13-unit_7.5-2.pgdg+1_arm64.deb
Size: 134200
SHA256: 72564c47c4c6e3646839e8e383dbc44c44873900c361330478a18474b8201b85
SHA1: 333dc8fc6a7ba63b603c0c659d3c3cb04b5cd716
MD5sum: 21e6786a40a0d54e810ae5075fb37e06
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-unit-dbgsym
Source: postgresql-unit
Version: 7.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 81
Depends: postgresql-13-unit (= 7.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-13-unit-dbgsym_7.5-2.pgdg+1_arm64.deb
Size: 59232
SHA256: cf6376dca82fe7a80d5b5d44c8df53add594d3091c1351463b211dcf6705f021
SHA1: aab67882400e1979d7b542b86c3a25642c323de0
MD5sum: 57e5c775763581a2da045e1a84045423
Description: debug symbols for postgresql-13-unit
Build-Ids: bb6187928d6fa842caa4fd03b97f0b63bcb5b63d
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-wal2json
Source: wal2json
Version: 2.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-13-wal2json_2.5-1.pgdg+1_arm64.deb
Size: 61372
SHA256: 4fc5a93cb94c7a2f8485b679a62c134ff3efab60a87d353b3fb51a6c5ef5f942
SHA1: ff912fd91415a78da629af894e6f2c3647615f8b
MD5sum: 7ed7897c31d68c1e671c9c5274d99cdd
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-13-wal2json-dbgsym
Source: wal2json
Version: 2.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-13-wal2json (= 2.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-13-wal2json-dbgsym_2.5-1.pgdg+1_arm64.deb
Size: 60888
SHA256: d9cfe811c6e058db16cba7f5c6cbceb48b501d39c0b77aa3f8962bd9e4913310
SHA1: 2459585186d85391d1d94876b211df7ea2fb9e85
MD5sum: be05e6ec515a3091cb835da282e2245b
Description: debug symbols for postgresql-13-wal2json
Build-Ids: 13e062af52802f9c213fb65ebca2ce712c660ba6
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-asn1oid
Source: pgsql-asn1oid
Version: 1.4-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-14-asn1oid_1.4-4.pgdg+1_arm64.deb
Size: 12876
SHA256: d0b42a6f2b8685ce871d42c086e31e19321b86f257eb85efb67571268193eeaf
SHA1: 38f85a2b926a77a72f18ebda4229a2479cdb8250
MD5sum: e5fae9d9bdc2db0138385d7ac17a69e8
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 14.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.4-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-14-asn1oid (= 1.4-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-14-asn1oid-dbgsym_1.4-4.pgdg+1_arm64.deb
Size: 8748
SHA256: 7c53f7283864efbc0b0ba73eb2010f5fb93bd6e04288e909d59515ac73d147cc
SHA1: 4f9e6007cd2fe9e12654509322d5ab5030af053a
MD5sum: 839c2130a013fdcc60d1b555315875a1
Description: debug symbols for postgresql-14-asn1oid
Build-Ids: 5dc15225edd31bda81c23fbaa92d2cfbd0f82df1
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-debversion
Source: postgresql-debversion
Version: 1.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-14-debversion_1.1.2-1.pgdg+1_arm64.deb
Size: 14572
SHA256: 84684cc2d46257e888605da9d2a959f7caad358ee73cc0b021337f359e942eae
SHA1: 527453ef2cb40d58403e6a78ff575233757be161
MD5sum: 1e577b92357826fcead2dc04b11c9a56
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()
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: postgresql-14-debversion (= 1.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-14-debversion-dbgsym_1.1.2-1.pgdg+1_arm64.deb
Size: 18704
SHA256: 3470d9d391a35bb262de03529734c0a05cd50489dbe929183ef7a73a2e1479c6
SHA1: 14e3d42fa381b80070178ad396a54a21d3ee1428
MD5sum: ab8ba386086e3e76209fb17d7f6ade60
Description: debug symbols for postgresql-14-debversion
Build-Ids: 121a295fafcb07881bb0a063f405b73420ddbbc5
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-decoderbufs
Source: postgres-decoderbufs
Version: 1.8.0.final-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs_1.8.0.final-2.pgdg+1_arm64.deb
Size: 43476
SHA256: ea06c26aa69e33e5162bf80ae35d4936b1a720393ae599c1768a35384a8b3650
SHA1: 2a020f7c3ace9e0d45542b5e2eb00f5c6ea4c1af
MD5sum: 38005d0867296123d87c6a504e5715a2
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 1.8.0.final-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-14-decoderbufs (= 1.8.0.final-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs-dbgsym_1.8.0.final-2.pgdg+1_arm64.deb
Size: 41296
SHA256: 9eb0be3cd02a5c8779906d0602a7138a44e91aa966b6deed27ba8901be25b2d0
SHA1: 5fb9e3c95a58a411790322aee2f1a49b53ad3766
MD5sum: 62a881ba143be2f32469ac61e492f297
Description: debug symbols for postgresql-14-decoderbufs
Build-Ids: bf513acfddd54f44dc7fc0bdfae8ea7f4f79aed4
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-hll
Source: postgresql-hll
Version: 2.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-14-hll_2.17-1.pgdg+1_arm64.deb
Size: 83836
SHA256: 1e726e93c40ea38d1a954d4f2401b18aebad08929be6e5031a148bf945be3d20
SHA1: c087b51bbaad99c10387f96c29fd05bf35ed2424
MD5sum: d3d4be6ccd9b0ac194738f2732c1de16
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-hll-dbgsym
Source: postgresql-hll
Version: 2.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: postgresql-14-hll (= 2.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-14-hll-dbgsym_2.17-1.pgdg+1_arm64.deb
Size: 91024
SHA256: 66e23a38a0a2aa27290cb4ebb5471a7cd622e2d3db293a69bc13703960150ea0
SHA1: d7e17e53a6adccf7bb732429f9e5b1cfdb849fa1
MD5sum: 54b1f4e86f407c3e693f1352008dd5fc
Description: debug symbols for postgresql-14-hll
Build-Ids: b4e243aff642923caaec275af97e46010e575c9a
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.8.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 323
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.34)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-14-mysql-fdw_2.8.0-3.pgdg+1_arm64.deb
Size: 129944
SHA256: 596f9aa0f2c94c1432a24acbe472a512a60d3fba70a631d90f44c5692d102a08
SHA1: 0299dd2fcddf42878ac99a6280d2e1d55dbca556
MD5sum: 479f2a3e3dce95678df76036811d004b
Description: Postgres 14 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 14.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.8.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: postgresql-14-mysql-fdw (= 2.8.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-14-mysql-fdw-dbgsym_2.8.0-3.pgdg+1_arm64.deb
Size: 153816
SHA256: 3212d3cd50527d84c744a49ce3cbba70ac32acdc49fb127eedf3911a12bbcfad
SHA1: 4bf260f91989b2d571428d2894b0c4657be39389
MD5sum: 6b30fce566c6bc9d579eceeeebb2c348
Description: debug symbols for postgresql-14-mysql-fdw
Build-Ids: b25b1b2ebb0a8696c90eaeb117ec6163dec840d3
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-numeral
Source: postgresql-numeral
Version: 1.3-5.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 253
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-14-numeral_1.3-5.pgdg+1_arm64.deb
Size: 79444
SHA256: 669570e662def485820e29340f9cce0edd1092cccf82ab801d02e97a959d8b73
SHA1: 155a594cab7fed018de7326247079a3459256975
MD5sum: b0ba9627bc218d5bac6693d879c63f41
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 62
Depends: postgresql-14-numeral (= 1.3-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-14-numeral-dbgsym_1.3-5.pgdg+1_arm64.deb
Size: 40436
SHA256: 273e6acc628673b6ebbf5bfb01d150b87a4f2b504ec78a499f8333b1cd7de099
SHA1: 4a76d99ae2c3135276a4bc19761b111370199f8c
MD5sum: 6a44e621074bd69e8f151a6f4eb9af60
Description: debug symbols for postgresql-14-numeral
Build-Ids: 01ba132b28592f268f7987dd880a2a3a5c90b595
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-14-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile_1.5.8-1.pgdg+1_arm64.deb
Size: 24836
SHA256: 3b2e5530d5d780c25838fb6e0dfcf053cf3093e0025d56a78fee98cae5346c91
SHA1: 2c060d1543ffcbfa2f5206a572a9a5be48c4d1f7
MD5sum: ef83db29ac2143cb8afa3c6a6ed6dc75
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-14-pgauditlogtofile (= 1.5.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile-dbgsym_1.5.8-1.pgdg+1_arm64.deb
Size: 24696
SHA256: 90f907ee9d8ed4349867029ead90e91c3f1de3a575d503c1fb416e66acbb3153
SHA1: a761610da9d3c57a048129b04860401d425f0587
MD5sum: 3071cb9c8a86032523499c84ba041be3
Description: debug symbols for postgresql-14-pgauditlogtofile
Build-Ids: 3581d2d0325f5cb97f0458b15c3454d9e8605c58
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-pg-fact-loader
Source: pg-fact-loader
Version: 1.7.0-3.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 970
Depends: postgresql-14, libc6 (>= 2.17), postgresql-14-jit-llvm (>= 14)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-14-pg-fact-loader_1.7.0-3.pgdg+1_arm64.deb
Size: 50792
SHA256: fa51c750641554c046b863f78057429491e6ee26931bbe328b29d116fe284eb7
SHA1: 472361a5051b34d3c97b816b9edeaad1911e9834
MD5sum: 6b8e407e88b55d43081d04c0eedc975e
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 14.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.7.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 29
Depends: postgresql-14-pg-fact-loader (= 1.7.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-14-pg-fact-loader-dbgsym_1.7.0-3.pgdg+1_arm64.deb
Size: 14096
SHA256: 0206517cf3bcecb9c5b83e18bc718a4b19fd9070e5dccf33ae34ec97d4b7f058
SHA1: 9efa21ddb1126ad34e1b192218499702b9776318
MD5sum: dc38eea3569faf8de4ca0bed07853528
Description: debug symbols for postgresql-14-pg-fact-loader
Build-Ids: 12074addf2b03e09f15ee94f526cee39f61551d0
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.1.0-3.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 1748
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-14-pgl-ddl-deploy_2.1.0-3.pgdg+1_arm64.deb
Size: 39664
SHA256: 0422c3ba3ef7caca5acdb24d8883527331693bbe37c9300f35856870cf44bf6f
SHA1: 313bdee7a4d306f1a1b9386e16068b22f3152bc5
MD5sum: 633f14a8b4d5716b8da74948e633814b
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 14.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.1.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 42
Depends: postgresql-14-pgl-ddl-deploy (= 2.1.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-14-pgl-ddl-deploy-dbgsym_2.1.0-3.pgdg+1_arm64.deb
Size: 18724
SHA256: 9faf22779a1fbb8d0489e8b89934806c39b0cde8b6852670ac2d38953f7008c0
SHA1: 7bc0d63401b3464aa56ed1d8b0bdcae74bf6a6dd
MD5sum: 2369c93529921d7cf1f96c692edbdbbc
Description: debug symbols for postgresql-14-pgl-ddl-deploy
Build-Ids: 06e193479d8f8b5270c66ea3bb64f1191ae21ef0 d360528e75ed38cde9320528b1c14df17f16408b
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-pglogical
Source: pglogical
Version: 2.4.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1256
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.34), libpq5 (>= 9.1~)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-14-pglogical_2.4.2-2.pgdg+1_arm64.deb
Size: 429772
SHA256: dee63b2bfe3abf22f268659758dde7326d8d4034c6104ab4f54a3d53dcbf5789
SHA1: a2adcf839acd74e9c077c102556bb4ee4351331b
MD5sum: 309dbadb2400b57671b6d0ab5ef5f414
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-pglogical-dbgsym
Source: pglogical
Version: 2.4.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 485
Depends: postgresql-14-pglogical (= 2.4.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-14-pglogical-dbgsym_2.4.2-2.pgdg+1_arm64.deb
Size: 418652
SHA256: 97ce3593c428783e89feb0278f2d26a9ac32f2cb492c595ba3ffd15e3505e6e0
SHA1: 26b4ab51fc38153e582f85eac379eb59a1812087
MD5sum: 8d49f5a0dcb32e72c2d060e2e9a3739e
Description: debug symbols for postgresql-14-pglogical
Build-Ids: 2a596c8aa0a9b575d7205fc05b0aa09f1e0699c8 2d0436827af044597a5250f065f4dc06a8a22a5d bd97e956f65e3f06962446bf3444e1bd7155f8c4
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-5.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 186
Depends: postgresql-14, postgresql-14-pglogical, libc6 (>= 2.17), postgresql-14-jit-llvm (>= 14)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-14-pglogical-ticker_1.4.1-5.pgdg+1_arm64.deb
Size: 20672
SHA256: 3a3ae312b2efd9357072a4b3f71a26a074a0fe3fd5a3a6367badf4ae8988218e
SHA1: bef546b53ce85e9e33c5f08165b30997fde3e9c3
MD5sum: 15c28318f92d36984af9e30d46e52cc6
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 14.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 30
Depends: postgresql-14-pglogical-ticker (= 1.4.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-14-pglogical-ticker-dbgsym_1.4.1-5.pgdg+1_arm64.deb
Size: 15236
SHA256: 03e961360aa955f38193e167e76cb8f8dbdf64f69efe1ae5f01f87546cc2335a
SHA1: f91a5b4b392952cac79e8c69099e4b1446a21197
MD5sum: b41668ba6cd9135cb8a484a19a4edea9
Description: debug symbols for postgresql-14-pglogical-ticker
Build-Ids: 79ed427fd48296f5d72dafcfdfcfab567ed88d95
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-pgmp
Source: postgresql-pgmp
Version: 1.0.4-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 416
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), libgmp10 (>= 2:6.2.1+dfsg1)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-14-pgmp_1.0.4-5.pgdg+1_arm64.deb
Size: 108472
SHA256: 6e40b1cb71ccab6b7b567571e13a889b85af05d5d94eaa77bc47d194abd3594f
SHA1: 8f5aa8610e5284323b596f630b7bdae21b4f02b7
MD5sum: 65001bbcea43c76b823565c2b3e03cfe
Description: arbitrary precision integers and rationals for PostgreSQL 14
 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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.4-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-14-pgmp (= 1.0.4-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-14-pgmp-dbgsym_1.0.4-5.pgdg+1_arm64.deb
Size: 65032
SHA256: 55cbd4201de9c56abf9d0c3ebc0a127fc01a4a70d04472440d1abea5a0d2eee8
SHA1: 9fc37848f544ef271c0e439afe8f8b3306341ab6
MD5sum: 9e2649e6cc01e4e2d544e5cf31e76396
Description: debug symbols for postgresql-14-pgmp
Build-Ids: 94264e36026543c9526e37f1c1372d5cf3d6739f
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-pgpool2
Source: pgpool2
Version: 4.3.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 437
Depends: libpgpool2 (>= 4.3.3-2.pgdg+1), postgresql-14, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2_4.3.3-2.pgdg+1_arm64.deb
Size: 158536
SHA256: 1deff9ce9347e10c7120473545b4b17db41777335df3bb195119976c07d7d73f
SHA1: 54e069517a8250d8cb0f63d417b3ec3e09bba16c
MD5sum: 2735303c87367f931d4a473d637179e9
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 14 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-14-pgpool2 (= 4.3.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2-dbgsym_4.3.3-2.pgdg+1_arm64.deb
Size: 50724
SHA256: c6909481f5088b6bc3d1493cb69a9fcfb1f91bcef61cf2a124df425f0dd1657b
SHA1: cddb053c25ec5ed8814773a283abcae7abf3e333
MD5sum: f6c14843edf8e40c914931ab0653e7e2
Description: debug symbols for postgresql-14-pgpool2
Build-Ids: 6bbce8907974e92ed0c0d786cf6ee7dc68ee08a4 6f6616f8f8f1c286f99b4caeecb29017285dfbb5 c8ce1f399464ffc445146410687829ca7052e7fb
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-pgq3
Source: pgq
Version: 3.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2225
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14), pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-14-pgq3_3.5-1.pgdg+1_arm64.deb
Size: 136092
SHA256: 16fd631ba941d1456581a07b0327abac5466401fcad174521ca96dbea8c2047e
SHA1: 946cc64b6fdf2ead31f52a88a18e19bead262aea
MD5sum: 7583fa4914da1fbf2d85c1753315273e
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-pgq3-dbgsym
Source: pgq
Version: 3.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-14-pgq3 (= 3.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-14-pgq3-dbgsym_3.5-1.pgdg+1_arm64.deb
Size: 74804
SHA256: 038589cf59b5f4599acabc87f1868cc4a8ce21f9619fc62a899637b973759273
SHA1: 088a68c07fdf257b9cb214914988554a686fb320
MD5sum: 532f4f4a8b1658e433b14dd71e8ecee9
Description: debug symbols for postgresql-14-pgq3
Build-Ids: 2857721fdbdea3b5827148b6edf749338bb42b69 98e9437a457b8ba884bbaf6f7a10d463ffa3a4c0
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-pgq-node
Source: pgq-node
Version: 3.5-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 538
Depends: postgresql-14, postgresql-14-pgq3
Replaces: postgresql-14-pgq3 (<= 3.2.6-5)
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-14-pgq-node_3.5-2.pgdg+1_all.deb
Size: 12660
SHA256: 21382016d934b530e58f7085a72b0eae56b4c79ea8912cc5beb73ba9a20c33e3
SHA1: df3899f4f092ae857590a43dc93a091b6908677c
MD5sum: ed2bacc01cfd9d5ee5d278fbd79fe47e
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-pgsphere
Source: pgsphere
Version: 1.1.1+2021-11-10-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1503
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 5.2)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-14-pgsphere_1.1.1+2021-11-10-2.pgdg+1_arm64.deb
Size: 541556
SHA256: 8ee1ae58966ca101b9dbaf093a5f992ad1e8f2b45845dc38184983ca27468870
SHA1: 91a23a3e97e1067c77c341bec96446ba8dcb9555
MD5sum: f673bf2e27bf23534f17043c73bee0da
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-pgsphere-dbgsym
Source: pgsphere
Version: 1.1.1+2021-11-10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 373
Depends: postgresql-14-pgsphere (= 1.1.1+2021-11-10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-14-pgsphere-dbgsym_1.1.1+2021-11-10-2.pgdg+1_arm64.deb
Size: 317740
SHA256: 6b804263cd9ff637b7ff2be6073d867cbf983a1b348996d9967e2287ac635098
SHA1: 81d7047cd795e20f2ef0020b697abbce3c6346c4
MD5sum: 74163f526f36cb6ef58b873ce03b7240
Description: debug symbols for postgresql-14-pgsphere
Build-Ids: 84200955d208bc48d87dc602eb66ba8ede6c46fe
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-pldebugger
Source: pldebugger
Version: 1:1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 214
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-14-pldebugger_1.5-1.pgdg+1_arm64.deb
Size: 82300
SHA256: 8b328993f5fa4db08d0775f71142da1789bd3cd01395efdc1ba01462d2683a03
SHA1: d262a14d062ea672663d46f2313801fe8dd11836
MD5sum: f0c98f45c3cc58cbc02131577d70be9d
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-14-pldebugger (= 1:1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-14-pldebugger-dbgsym_1.5-1.pgdg+1_arm64.deb
Size: 94784
SHA256: c339d7d7c589251ee05fa3261f7bde5b0ceb9d871fa2127fc710e9a73ff0d9f9
SHA1: 7be9174720490b77fd86e67bb30456ce7a200183
MD5sum: 0ed9092585c6dbdc3819060023d97228
Description: debug symbols for postgresql-14-pldebugger
Build-Ids: f9c5f2b280bf1606d5ef8dc6d5acdc143f153208
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.2.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 665
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.2.2-2.pgdg+1_arm64.deb
Size: 305216
SHA256: 312e288bcc781173c23f9bca5a9defdda588f733d2d9460e03e2fc21ee38cc9b
SHA1: 46255da69dca2f02cbe92c4a0dd23b7cc86d1c36
MD5sum: c8ef5d4281b763b21cf4f7741800fdd5
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.2.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 288
Depends: postgresql-14-plpgsql-check (= 2.2.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.2.2-2.pgdg+1_arm64.deb
Size: 258496
SHA256: b7d10dc6511bc38cf40440f337d2a1e50a5213974d04e00951fba5bbe878d019
SHA1: 41cf457b4d147c74e7522eabefb323b4f3d04315
MD5sum: f560d21a592239c9de513b8d4bf4bcab
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: 7b1b3037880f2324cc6b90d934f5801757fa4b1c
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-plproxy
Source: postgresql-plproxy
Version: 2.10.0-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 362
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-14-plproxy_2.10.0-8.pgdg+1_arm64.deb
Size: 150364
SHA256: fcdc7a42804a1ce7dd9ab9573b2681d1584cb8cca5abc23dffb28483f1137767
SHA1: 280984a284e7be5ca559d65ef6c0f78517ed73c4
MD5sum: 2e7f3f856dd6e83ce73f21750090d1ad
Description: database partitioning system for PostgreSQL 14
 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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-14-plproxy (= 2.10.0-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-14-plproxy-dbgsym_2.10.0-8.pgdg+1_arm64.deb
Size: 113772
SHA256: eb159c3c214f5d4e708009fe26c4acd2d678bf01c6e39f37e9b65376e55854ad
SHA1: ff6ff8eb976677d3f7724ed75c8133f7af890830
MD5sum: f7ce1f2eba7e9f76c5b9d6038f61a9bf
Description: debug symbols for postgresql-14-plproxy
Build-Ids: 7ffdfa384db6f36f6ba4571da23e8f9458beefdb
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-plr
Source: plr
Version: 1:8.4.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 356
Depends: r-base-core (>= 2.10), postgresql-14, libc6 (>= 2.33), postgresql-14-jit-llvm (>= 14)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-14-plr_8.4.5-2.pgdg+1_arm64.deb
Size: 155980
SHA256: e871f1ab300797957a87803e561ca1b09a527c64f6f3f806544a59dda688cb8d
SHA1: 15cff77c1715cc62929fc1a87af754786ad41592
MD5sum: a3bcae0dba17c4f0c55e5cc3d666f4dc
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-plr-dbgsym
Source: plr
Version: 1:8.4.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-14-plr (= 1:8.4.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-14-plr-dbgsym_8.4.5-2.pgdg+1_arm64.deb
Size: 128428
SHA256: 7b1816d07110fb6d5d25857762170998a3dc05b0f8701949ac34a7873e3e826f
SHA1: 5239e94c9d8e514eda79d5e657a7481648b9e96f
MD5sum: f18cf48d04c2c4e0c59fb91443fa09cc
Description: debug symbols for postgresql-14-plr
Build-Ids: 663693f7aa9832de6166db3c5337934cf00c9924
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-plsh
Source: postgresql-plsh
Version: 1.20220917-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 123
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-14-plsh_1.20220917-1.pgdg+1_arm64.deb
Size: 31860
SHA256: 3f3c3000a4cf6dce5d6f480bf43358f2512cbaebc417c2a7eb3bbc54c93a45c3
SHA1: 940f41c59e71c77d54bb7c05bf2f09db21d8d6ef
MD5sum: 88846a5d90d81b85cf73625df43cbc1b
Description: PL/sh procedural language for PostgreSQL 14
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in a shell of his choice.  You need this package
 if you have any PostgreSQL 14 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20220917-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-14-plsh (= 1.20220917-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-14-plsh-dbgsym_1.20220917-1.pgdg+1_arm64.deb
Size: 44816
SHA256: 0f08ae221f28849eaeeeb27ef71f59afa3fa8bae67385b2aa18319c870e00700
SHA1: 81006bd206b916873d0f9aef71673b6db3dfe199
MD5sum: 40c7207fb433294f437046c716e3be6c
Description: debug symbols for postgresql-14-plsh
Build-Ids: c3b0182311580665f91605e8c0c4dc4355ac30ea
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-pointcloud
Source: pgpointcloud
Version: 1.2.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 506
Depends: postgresql-14, libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-14-pointcloud_1.2.4-2.pgdg+1_arm64.deb
Size: 107348
SHA256: 601489d51bff48bec6a8695382d994677ea0a4fb39ad5f5778120781603e1c9c
SHA1: 1798ea570ba2854f02456d67bee232f743ef39a3
MD5sum: f40a91f8a81788e070d66c054663bda7
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 203
Depends: postgresql-14-pointcloud (= 1.2.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-14-pointcloud-dbgsym_1.2.4-2.pgdg+1_arm64.deb
Size: 172672
SHA256: c19ae13c38da4bf5106a451c41690342171d02969fe27948ff9bcc01d8f6958c
SHA1: 1c711b1d97fdac91d34ca3ad76e0d4b684d5b6fd
MD5sum: 8a60480500b120a55630f75cfdcb1b2b
Description: debug symbols for postgresql-14-pointcloud
Build-Ids: 60144d90554656c44457940ee8ca732c30537336
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-powa
Source: powa-archivist
Version: 4.1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1469
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-contrib-14
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-14-powa_4.1.4-2.pgdg+1_arm64.deb
Size: 57212
SHA256: 7d8e07cb2bcd16060b7709f4e2c33c8ea545527cd86b6d02ad479907ef2a5795
SHA1: e4720e9c8e31ed6baecb9788afbe762084bc959e
MD5sum: 3735ed4b8bdb622ce0ae6f15b57ffa05
Description: PostgreSQL Workload Analyzer -- PostgreSQL 14 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-powa-dbgsym
Source: powa-archivist
Version: 4.1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-14-powa (= 4.1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-14-powa-dbgsym_4.1.4-2.pgdg+1_arm64.deb
Size: 32660
SHA256: b8cfe960e25c02ff9c0d33402b565a076757f4515c35e953714c115d7463ab86
SHA1: 92e8bb1a4de12ae2ca26eacfa49c89b78c695018
MD5sum: 4dce1b77ee839aeef29cd9aaac809ca9
Description: debug symbols for postgresql-14-powa
Build-Ids: ef1e98d1b6687bf9b7ac8a1442c70f38313d149f
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-prefix
Source: prefix
Version: 1.2.9-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-14-prefix_1.2.9-5.pgdg+1_arm64.deb
Size: 41960
SHA256: 309c18f26612e3f11603a106dad879607d7bc4a17b921199d6477433e241513d
SHA1: a8168c3f2e64cd4edf15d08cac3d5ca5e06e92ba
MD5sum: 3dc5e1596a98be2abfd031be34a9ce44
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-prefix-dbgsym
Source: prefix
Version: 1.2.9-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-14-prefix (= 1.2.9-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-14-prefix-dbgsym_1.2.9-5.pgdg+1_arm64.deb
Size: 43188
SHA256: 0d53f4e3af04b04affd83a661a9c1d3d17ce2b9e54c549b7bec6871570fbf377
SHA1: 08acdfdde203e7b47829213cdd1c4e5bed9f1d92
MD5sum: 930fa11be91a159851ba77733ee5b01a
Description: debug symbols for postgresql-14-prefix
Build-Ids: f96a0cf482e4fc12cd565dfc07c5cb2bb6b89695
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-preprepare
Source: preprepare
Version: 0.9-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-14-preprepare_0.9-7.pgdg+1_arm64.deb
Size: 17732
SHA256: 6d2f35c1e4b2f747672ba3efcc0e3ff6df249940897caaafa8e859a9396a3c5f
SHA1: 81953f8851b3e5f728cbe2117ce82b9aee7d3170
MD5sum: 08c0d9c283bd6d22ef947b81c91932a5
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-preprepare-dbgsym
Source: preprepare
Version: 0.9-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-14-preprepare (= 0.9-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-14-preprepare-dbgsym_0.9-7.pgdg+1_arm64.deb
Size: 17240
SHA256: 2da5023211a34a7f142aa1e2f6ef00b80a2c1249dbbb8649882efe21e76760b2
SHA1: b018e2b53956eb5c1cb59754256986d885bdb447
MD5sum: 4b850ec6d1547d31a6950b9d8eb1983d
Description: debug symbols for postgresql-14-preprepare
Build-Ids: 39ff7a4faa2d96b4922b83b89fe5a6a3f1f8b0b8
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-prioritize
Source: postgresql-prioritize
Version: 1.0.4-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-14-prioritize_1.0.4-10.pgdg+1_arm64.deb
Size: 12056
SHA256: 1f274be4f0433821b716660da36416ed7b67bfeab9e66cfc233a5b8073376ebc
SHA1: a111c5336ac732820676e63f396c14a06a12adea
MD5sum: c32e2977c5c06dec76b1914c61ffb4eb
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-10.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27
Depends: postgresql-14-prioritize (= 1.0.4-10.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-14-prioritize-dbgsym_1.0.4-10.pgdg+1_arm64.deb
Size: 13192
SHA256: 48dd3cd68307a6abfaacf29369053d725d1667c09d69d7e44911ea04f16da15e
SHA1: 6079f3418a6e5d3799f71a58a9de1c610ff4b05b
MD5sum: a019093db9be96a3c70dac77b52129ea
Description: debug symbols for postgresql-14-prioritize
Build-Ids: 45ae6cba74c12b7618d10c53d1fba883292e0ee1
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-q3c
Source: postgresql-q3c
Version: 2.0.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3393
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.29)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-14-q3c_2.0.0-7.pgdg+1_arm64.deb
Size: 164120
SHA256: 6f54cf97a89cfead4ea19a2cecf2ad13394c30c08a77694a3ea16cf6c2504d44
SHA1: ffd27a6c2beb5ffdf7b80c92a0345377a61cb7ef
MD5sum: ed47a73e43d6a112d1a0517c628147eb
Description: PostgreSQL 14 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-14-q3c (= 2.0.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-14-q3c-dbgsym_2.0.0-7.pgdg+1_arm64.deb
Size: 87776
SHA256: 4130d3b493451521a3f0b1730a6be958e411ab5eaa28cf4ffab82ac8d9eb0935
SHA1: 462f3c14206bca80d46c947d06f3e2b529996981
MD5sum: efabcd447eff22c4a7ae97e87d73bcbc
Description: debug symbols for postgresql-14-q3c
Build-Ids: e4621c543e7e534f2117933ed267e89a82da93ab
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-rdkit
Source: rdkit
Version: 202203.2-3.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 868
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202203.2), libstdc++6 (>= 5.2)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-14-rdkit_202203.2-3.pgdg+1_arm64.deb
Size: 362124
SHA256: 0610ae0221a31961a48c36a16104e517fedb2ebc57e6d455ddb4260c89ba264f
SHA1: c2617bd345294c36c4b81c6273dd9b950a07d627
MD5sum: ed39621300bdbaa98dd7aeace2879a00
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-rdkit-dbgsym
Source: rdkit
Version: 202203.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 775
Depends: postgresql-14-rdkit (= 202203.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-14-rdkit-dbgsym_202203.2-3.pgdg+1_arm64.deb
Size: 729524
SHA256: 9479efda6480e1ac44ff5ee08d03630a19941b7205d989deb7da3f7f2528cc15
SHA1: 77e4622ca003f3cc494ccbf7ba9bab259baad096
MD5sum: ba6432c2e7ebc8e9d1344cae48b01a3a
Description: debug symbols for postgresql-14-rdkit
Build-Ids: 0f0f69a1ad4c42373a46605ba38178c22b7e8485
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-repack
Source: pg-repack
Version: 1.4.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 306
Depends: postgresql-14, libc6 (>= 2.34), libpq5 (>= 8.3~rc1-1~), postgresql-14-jit-llvm (>= 14)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-14-repack_1.4.8-1.pgdg+1_arm64.deb
Size: 102200
SHA256: cc5e942501448df75fcc1c0fe30760538f54768cc0ce16c651ed4304f6d2e555
SHA1: 04e49c13833ecd6e05a138f4ee8001fe7cbdbc64
MD5sum: 3d7b7dfbc405ce45aefa0779f4baf913
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 14.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-repack-dbgsym
Source: pg-repack
Version: 1.4.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-14-repack (= 1.4.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-14-repack-dbgsym_1.4.8-1.pgdg+1_arm64.deb
Size: 113968
SHA256: 67873ed689ee997f6a5d0898e81308d0be3310ff6430a5b4940eab40fbdb9106
SHA1: c40f834f8a8cc54843f5ef512ca372d57f67ec75
MD5sum: 2f47ce502fd6a6b0ce8d4dc83049f8a2
Description: debug symbols for postgresql-14-repack
Build-Ids: 6ce32fe46aae6ee3069d0b9e1cf067fcac9028cf d7ce2c8345d6ea0ac696afae31682289e4ede7d4
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-rum
Source: postgresql-rum
Version: 1.3.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 871
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-14-rum_1.3.13-1.pgdg+1_arm64.deb
Size: 330452
SHA256: 1100d9fe42984d53540228dadb8fc5298f50f37c75ae5836e400de3ad32aaa6f
SHA1: e1cf4ef058ef6e4ed239ec117c7b9a236b1b0a22
MD5sum: ebdf1e906b4be4ef6358e6e6490e1a5e
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-rum-dbgsym
Source: postgresql-rum
Version: 1.3.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 324
Depends: postgresql-14-rum (= 1.3.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-14-rum-dbgsym_1.3.13-1.pgdg+1_arm64.deb
Size: 283400
SHA256: d2c3f549d5e7b85c88817c1654921f697c18d9e5e693488a0cb402262e067ffe
SHA1: 2642acc34e9284b61983b4ecd2d8aa089b58d323
MD5sum: 80bb548974af09b1119954f717d8f6f5
Description: debug symbols for postgresql-14-rum
Build-Ids: 4ef86e5b9872478042e8e7565e989c3aa3e00db4
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-semver
Source: postgresql-semver
Version: 0.32.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 174
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-14-semver_0.32.0-1.pgdg+1_arm64.deb
Size: 38844
SHA256: 88a1e854bc1df66c945262f0765191b3b068622d501d1bdd0a17ef9c473d06d9
SHA1: 909fd5c14920825eb497eb4436d7e92ccd0a27d2
MD5sum: d213952df5031a21f636019c645abd09
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-semver-dbgsym
Source: postgresql-semver
Version: 0.32.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-14-semver (= 0.32.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-14-semver-dbgsym_0.32.0-1.pgdg+1_arm64.deb
Size: 20892
SHA256: 3ef1a5348c177e48382d0225369d52a7393eaa4f91528e7e878b2a2003a41453
SHA1: c581de7325eb192a41a1a0ebec2337d4f0a3c59d
MD5sum: 93669bd0603994a9a5e45af88a04f526
Description: debug symbols for postgresql-14-semver
Build-Ids: cb05b7c81810022c7bbf18f957cb69edb7fe5c2b
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-set-user
Source: postgresql-set-user
Version: 3.0.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-14-set-user_3.0.0-4.pgdg+1_arm64.deb
Size: 41600
SHA256: 2105eba9bc564ddd1dab5341bee84f53ed62853321e53189a7af280fb52229de
SHA1: df4b3c4d437a350a1bb6e83b54fc82c52a58d7f2
MD5sum: 76a95553a26eca6ee5c4dff67d739f77
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-set-user-dbgsym
Source: postgresql-set-user
Version: 3.0.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-14-set-user (= 3.0.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-14-set-user-dbgsym_3.0.0-4.pgdg+1_arm64.deb
Size: 49700
SHA256: 5a575923704789cc1772f39cfd17e380657af7da23c2f9b05335909750834c86
SHA1: dfa177c7f95ec7b4abf7b61289a38bccb9b05ad9
MD5sum: 53ecf1a7c64c162d864083d91251f5ab
Description: debug symbols for postgresql-14-set-user
Build-Ids: db5d9f16ae98dd477a006b9e3bebe5a358dc32b9
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-slony1-2
Source: slony1-2
Version: 2.2.10-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-14, libc6 (>= 2.17)
Suggests: slony1-2-bin
Conflicts: postgresql-14-slony1
Provides: postgresql-14-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-14-slony1-2_2.2.10-5.pgdg+1_arm64.deb
Size: 17868
SHA256: 9929e4228c8b3eaed152aaeaa7d0d2fe8c15e7e09499070fb2660e6117728648
SHA1: 052aa7c135af7d33d00d6ce407157059caa02d9e
MD5sum: 58d55c6ed074f8286269bcc21749b2dc
Description: replication system for PostgreSQL: PostgreSQL 14 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
 14 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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.10-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-14-slony1-2 (= 2.2.10-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-14-slony1-2-dbgsym_2.2.10-5.pgdg+1_arm64.deb
Size: 63172
SHA256: 5892bb5367d9c9e8b6abcfbeb1a8b493d8a898d89a34bb4c75c8212e87de1466
SHA1: 1624d0b30e859d2aa7d520660e70eb560002bfa6
MD5sum: 142e809b502b4b10505be2fe6b4355c4
Description: debug symbols for postgresql-14-slony1-2
Build-Ids: d3ef981b2d205b5044f592b520f60526eddd17e2
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-tdigest
Source: tdigest
Version: 1.4.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-14-tdigest_1.4.0-2.pgdg+1_arm64.deb
Size: 60508
SHA256: 0882ae858f91b2f700b93a23fa7846042b7eb4e751a3be218613e9f0cee176b1
SHA1: 0dccabdc5591b2598034c6077621fa4b774e7b06
MD5sum: d53699083d4f69ae474fa3a60c4be18b
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-tdigest-dbgsym
Source: tdigest
Version: 1.4.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-14-tdigest (= 1.4.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-14-tdigest-dbgsym_1.4.0-2.pgdg+1_arm64.deb
Size: 49772
SHA256: fb85df92d297898879ef0bdcc5ebc7a56254a1954f4f55b172d71253893cb49f
SHA1: c801f7a0277a30f2086634410d60de7435e879f1
MD5sum: b1bb9ba693abc43d8d7a3d8ddafb1b43
Description: debug symbols for postgresql-14-tdigest
Build-Ids: 8a89ced65da859319f9cd809d35dad8abe592eba
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-tds-fdw
Source: tds-fdw
Version: 2.0.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 315
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-14-tds-fdw_2.0.3-1.pgdg+1_arm64.deb
Size: 124524
SHA256: 8e6136264da4bf990c408229a26c8187f3dd5d0bb7c3b3505f1b7c19af25fda4
SHA1: ca9bd334bc16fe7aabc8dede4953c735f20d662d
MD5sum: ac71707758ed659f06dac47ffebf4a7a
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 153
Depends: postgresql-14-tds-fdw (= 2.0.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-14-tds-fdw-dbgsym_2.0.3-1.pgdg+1_arm64.deb
Size: 135948
SHA256: c4eb21c5db5e1dbdcc2a08bc91fde4791570a20e820ead20754bf56a65d58dad
SHA1: a5bfac1c00ab929573933b00d042ed75f811fc29
MD5sum: 6ba0bd7eb2ee3c22c6abd0830d96b3e5
Description: debug symbols for postgresql-14-tds-fdw
Build-Ids: bcf9c6868c9728cd9d6019877b1a6e4c435d799d
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-toastinfo
Source: toastinfo
Version: 1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: https://github.com/credativ/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-14-toastinfo_1.4-3.pgdg+1_arm64.deb
Size: 13236
SHA256: d9350400f91f4e8e0427126b37f22274c150acd6cb6034dcb8340be27c9a9fa9
SHA1: 8f96a98317aa1c18455a668e29c7098d8ffb80d2
MD5sum: f380ae8c71264e04bd29d57d663d59da
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-toastinfo-dbgsym
Source: toastinfo
Version: 1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-14-toastinfo (= 1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-14-toastinfo-dbgsym_1.4-3.pgdg+1_arm64.deb
Size: 11532
SHA256: ca2fa696107bd9840c124585e489f64cdf85ff2510a9ecd3c9766eee3daccf6f
SHA1: b09311e54e9f22d3b33afcae1ac35693045aa9c3
MD5sum: bea358339bf75f6b3b418925343ba9db
Description: debug symbols for postgresql-14-toastinfo
Build-Ids: d2c0bcd538c3d227e6c8ccfcabf7c84778bb7302
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-unit
Source: postgresql-unit
Version: 7.5-2.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 496
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-14-unit_7.5-2.pgdg+1_arm64.deb
Size: 133256
SHA256: 3c61fccb34d029ca8a94b8588b32badf5a10ad65bf1c9b13962efa4f2a2200dd
SHA1: e11b536e6e6f8d49b7c32482f74b64885cad7f26
MD5sum: b6442327c74e74e6d22a54c4c2b3b3a7
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-unit-dbgsym
Source: postgresql-unit
Version: 7.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 80
Depends: postgresql-14-unit (= 7.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-14-unit-dbgsym_7.5-2.pgdg+1_arm64.deb
Size: 58260
SHA256: 55eeae86bd3fcc80324a58ba6f3c3514a030de6f891946db3aa192ebeb4214ae
SHA1: 32d704d6f25366f830f46e7988650de44deb4096
MD5sum: 874d33ccb4b8207d2b9af5e9903d8278
Description: debug symbols for postgresql-14-unit
Build-Ids: 150d3cb64018507f72ee98e5e219f27b77ed51c3
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-wal2json
Source: wal2json
Version: 2.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 155
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-14-wal2json_2.5-1.pgdg+1_arm64.deb
Size: 61528
SHA256: 6d9d2ea502bb193581353967840d66897724eea2f59443ab120e08fc9c805def
SHA1: 3ab7af203591797e943b9cc7bfc927caa2d42edc
MD5sum: 13916af066b006e82a151b67bdc47c74
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-14-wal2json-dbgsym
Source: wal2json
Version: 2.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-14-wal2json (= 2.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-14-wal2json-dbgsym_2.5-1.pgdg+1_arm64.deb
Size: 67728
SHA256: ea2f783c7b053e456cf6c5fe23895155e6a4156ce66be6e04f139177ee204a88
SHA1: 2e3a94398d8f8c64bd0ef1a6c7e05860dcaebd90
MD5sum: 59644e5401222fd0a62ae768f8a691b7
Description: debug symbols for postgresql-14-wal2json
Build-Ids: 699d5b82e083be886044a5e70d478d0ba837eec4
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-asn1oid
Source: pgsql-asn1oid
Version: 1.4-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 14)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-15-asn1oid_1.4-4.pgdg+1_arm64.deb
Size: 13132
SHA256: e61b7c18425e04b2994c6c8fc9873c931c6d46a63ad9bbd8bcc7150edaf45cb1
SHA1: d24cd7559d31de239866af143006dca082716c9f
MD5sum: c86f0130a21e7b72a9c472443b869dc4
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 15.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.4-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-15-asn1oid (= 1.4-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-15-asn1oid-dbgsym_1.4-4.pgdg+1_arm64.deb
Size: 8128
SHA256: 8808d5c369a6b65c3a49afb4dd54f07ad430b625a06f13bf70b5eff4fc028bed
SHA1: 96c762b9ba83f4fd8718936eea620bf2b39b05d0
MD5sum: a72794c0ba0b0a72a3e0163de4796bdd
Description: debug symbols for postgresql-15-asn1oid
Build-Ids: 439743cf8091b3ff16016c4740bb83b6cde1586e
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-debversion
Source: postgresql-debversion
Version: 1.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-15-debversion_1.1.2-1.pgdg+1_arm64.deb
Size: 14820
SHA256: af90fe8b821d6877376c412763257e5f778a1754d8b2e20c56485370fd6972f9
SHA1: d2e87fe68b0f7e48c7ff9ad529ac1c0789a6f457
MD5sum: 071332a087187800fd619a925493c0cd
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()
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: postgresql-15-debversion (= 1.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-15-debversion-dbgsym_1.1.2-1.pgdg+1_arm64.deb
Size: 18836
SHA256: 85dbae080fa25abb32bbe53390710923dd95f27d58fe400873fe924de775b44c
SHA1: e291193649016a6d928928e857540c1cd9271fe8
MD5sum: a1b682d1e1634f40d46b6e7ec8a71ef4
Description: debug symbols for postgresql-15-debversion
Build-Ids: f6b51aa10cd41bc309512716877e52535c62b5c9
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-decoderbufs
Source: postgres-decoderbufs
Version: 1.8.0.final-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs_1.8.0.final-2.pgdg+1_arm64.deb
Size: 46436
SHA256: 4ec7fbf54e40bfef04cf532d8d16fc901f9734a2a36e96eb0bb5fb8c4efa4e55
SHA1: 033b6aeede1aec84122a73ea062fafb621786b8e
MD5sum: 17bbc4f53f84a84b0940fa89acd4e802
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 1.8.0.final-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-15-decoderbufs (= 1.8.0.final-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs-dbgsym_1.8.0.final-2.pgdg+1_arm64.deb
Size: 52272
SHA256: f7a775d1e49f32e79fc2593ad049fbbaa1ade54de899e2d5985d39688f498cfc
SHA1: 89710068af6f8d0cc9edfa9d7f6f6ffdbfba8e72
MD5sum: faba68110f231c75d4b60e35043a31da
Description: debug symbols for postgresql-15-decoderbufs
Build-Ids: 40c7e45f1fbe4386e9572c10a4e75cedf9d5b368
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-hll
Source: postgresql-hll
Version: 2.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 214
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 14)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-15-hll_2.17-1.pgdg+1_arm64.deb
Size: 84796
SHA256: 02499b882b9c8e11a5859835aced222a58674ea161adaebfa44f4d36cb89c3a2
SHA1: 81d5061cdc9a30eeff65d4c18eba82886a41a5ee
MD5sum: ad703ef39cfe09137580f8122daa3f33
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-hll-dbgsym
Source: postgresql-hll
Version: 2.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: postgresql-15-hll (= 2.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-15-hll-dbgsym_2.17-1.pgdg+1_arm64.deb
Size: 91272
SHA256: 39331dba4fed4d14a6b07b40e294f9e790db99bbd78c44a69ee6f2bec5eee558
SHA1: 7188eee3d8e59c72a1340850c0464cfb15246e2d
MD5sum: 0e6442b2548cfc65edebe05c719cccc4
Description: debug symbols for postgresql-15-hll
Build-Ids: ff6d52c2d233e00235b690d8aeb28fc676cc315e
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.8.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 339
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.34)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-15-mysql-fdw_2.8.0-3.pgdg+1_arm64.deb
Size: 141296
SHA256: e84625bae4cfafb13a7c13981a1ddb8f2d8cdbefb666525c310d635e153a134b
SHA1: 57d124a17dcbf5b494b2a96014f231f6a33496f1
MD5sum: 0f78aa116b3fed7b12091ff8d0ffbbd0
Description: Postgres 15 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 15.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.8.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 173
Depends: postgresql-15-mysql-fdw (= 2.8.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-15-mysql-fdw-dbgsym_2.8.0-3.pgdg+1_arm64.deb
Size: 154972
SHA256: 76f7fc78b5592716ba8fd96d9885c9077dbdd2cb1121c4bf2b6478e10945fb55
SHA1: ea79def870ab0bdc95d39f89399735b997de74be
MD5sum: 6ef97035054d1a7eebe4b15ee8013e3e
Description: debug symbols for postgresql-15-mysql-fdw
Build-Ids: 6fb18edfd907ca16ef682a4c2cbb1c3ae0bc072d
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-numeral
Source: postgresql-numeral
Version: 1.3-5.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 254
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-15-numeral_1.3-5.pgdg+1_arm64.deb
Size: 80080
SHA256: 3b1fed2dd38d8127af9ae984a98afa3fc5ed4d6831b77e4d3d9a69dde788b3cc
SHA1: 4104c6ed27778d70a77c8c9482e94919ecc6ac78
MD5sum: 4021b43a05193cbd53ca4a07c967ac37
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 61
Depends: postgresql-15-numeral (= 1.3-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-15-numeral-dbgsym_1.3-5.pgdg+1_arm64.deb
Size: 39644
SHA256: 8dc52d92850e41dcfbc88707c5583a50e80395599f320b98e6eff98117967df9
SHA1: fedd24d1fe975c3519f6cd7db63449f9fcb9cab9
MD5sum: e291fdf92f1e51340a236562623034db
Description: debug symbols for postgresql-15-numeral
Build-Ids: de1fa3bc7c27b5ed195be347d28358b42513df21
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-15-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile_1.5.8-1.pgdg+1_arm64.deb
Size: 25068
SHA256: 95979749394d651ea3a3ca61b690d0d88328a7dee278b052cb11cf91380624b1
SHA1: 0e8b6e73879712cb4bd94538d7106b7259716296
MD5sum: 8f89198359557a132dce3efe11bdc880
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-15-pgauditlogtofile (= 1.5.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile-dbgsym_1.5.8-1.pgdg+1_arm64.deb
Size: 25084
SHA256: fe34818544de8f838b4da3ff4b85f70d5dfa3f1b8093a885559035c521e119bb
SHA1: 7ba3e42ef4a07bbc3456b21c9f8b510a66ace58e
MD5sum: 1b060553c8f36552471e0459cb1c7ce3
Description: debug symbols for postgresql-15-pgauditlogtofile
Build-Ids: 1f7b393f17f2dfc874f7d7b254293d30091dbdd9
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-pg-fact-loader
Source: pg-fact-loader
Version: 1.7.0-3.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 971
Depends: postgresql-15, libc6 (>= 2.17), postgresql-15-jit-llvm (>= 14)
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-15-pg-fact-loader_1.7.0-3.pgdg+1_arm64.deb
Size: 51352
SHA256: d70f0471d2800a8225e7994c681872c92a096fdf87c7105b957919a861f7a8e5
SHA1: ab15ae964cceb9503cc94707477411a756429b19
MD5sum: c7ef24be31c50c336970d504519ecc3c
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 15.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-pg-fact-loader-dbgsym
Source: pg-fact-loader
Version: 1.7.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 29
Depends: postgresql-15-pg-fact-loader (= 1.7.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-fact-loader/postgresql-15-pg-fact-loader-dbgsym_1.7.0-3.pgdg+1_arm64.deb
Size: 14492
SHA256: 0f061716558fbac925f045049f7107b34e1faf1865ea839a2c0e2af5f6c9e461
SHA1: 3388fe945c5cc3ca9ca0557a6e7c35de2cc607d9
MD5sum: 50e4ceb794240c45cd60baf7e28cdfd1
Description: debug symbols for postgresql-15-pg-fact-loader
Build-Ids: c4d1a900e95195c1348be0466cb4614b8d7489de
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.1.0-3.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 1749
Depends: postgresql-15, libc6 (>= 2.17), postgresql-15-jit-llvm (>= 14)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-15-pgl-ddl-deploy_2.1.0-3.pgdg+1_arm64.deb
Size: 40456
SHA256: 9253957fbcac0fca05182d6943c6bf1034ebc8b99260a59198df0b5fd9406e47
SHA1: a1ab50afc1e5ce7357b8dc6fc9d2415e835bfa5f
MD5sum: ebbc6241c0944ac40e3c5f0bc3ada1a6
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 15.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.1.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 43
Depends: postgresql-15-pgl-ddl-deploy (= 2.1.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-15-pgl-ddl-deploy-dbgsym_2.1.0-3.pgdg+1_arm64.deb
Size: 18420
SHA256: aef8cce431ade502e721856c09361546bdcf8d52e7f7451db489472ecbe19052
SHA1: 14fc07bc2139d0e5c8c9a13d6a0caf9d9326a677
MD5sum: 42465cb5946547c141ce428b8e8a9cd5
Description: debug symbols for postgresql-15-pgl-ddl-deploy
Build-Ids: 62edd25154166ef4c0649ac398b76ff5f5ef4aa7 e650d76865df033697afc53c7c8696fde0790ddb
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-pglogical
Source: pglogical
Version: 2.4.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1291
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.34), libpq5 (>= 9.1~)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-15-pglogical_2.4.2-2.pgdg+1_arm64.deb
Size: 450504
SHA256: d27496d74fc2ade6e0b7f10497428829422404802bbb35097904d4f232308f11
SHA1: 3d842a48443a46751031efb01b73c1cf4d67af37
MD5sum: d1343631fee4e3535f5bed14fc90832e
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-pglogical-dbgsym
Source: pglogical
Version: 2.4.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 462
Depends: postgresql-15-pglogical (= 2.4.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-15-pglogical-dbgsym_2.4.2-2.pgdg+1_arm64.deb
Size: 395148
SHA256: c1fee2fa2213e36da86710412da57515ac5fe866070d0a2cf230dc7a85e799e0
SHA1: f2d191c213a6a55ae4b21555053e008261b74b6c
MD5sum: a513ba73ed4cb709a1b57b0615f4df93
Description: debug symbols for postgresql-15-pglogical
Build-Ids: 1e7bbd8ea48cc514a996625f05bc766da270257e 87e6b7d7c19f46db1b87f2a4629fc6f2696d577a b5cba6278b004bd56309c9e92e3174cfc15ce59e
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-5.pgdg+1
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 186
Depends: postgresql-15, postgresql-15-pglogical, libc6 (>= 2.17), postgresql-15-jit-llvm (>= 14)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-15-pglogical-ticker_1.4.1-5.pgdg+1_arm64.deb
Size: 21116
SHA256: 7a004933c33c078348a2f7bff61d76bd142fe50e36604ed18217fdcb18bb6d7c
SHA1: 6cfde809b7bb972faf60aa7fa0056d8e92381b84
MD5sum: bb1d6a2c961a0f1be8bb08762601c14f
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 15.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Jeremy Finzel <jfinzel@enova.com>
Installed-Size: 31
Depends: postgresql-15-pglogical-ticker (= 1.4.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-15-pglogical-ticker-dbgsym_1.4.1-5.pgdg+1_arm64.deb
Size: 15604
SHA256: efdf238bacc686a911121f9d924a0228af30d2ed98a96701ba95790287a24321
SHA1: a4715c804c6a5264af717e713ab1f0f7026db0c7
MD5sum: 26b52226b58361f735ec1611fb3962ae
Description: debug symbols for postgresql-15-pglogical-ticker
Build-Ids: f1b81927c34758658c23312c106020c1dfa0bf14
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-pgmp
Source: postgresql-pgmp
Version: 1.0.4-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 420
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), libgmp10 (>= 2:6.2.1+dfsg1)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-15-pgmp_1.0.4-5.pgdg+1_arm64.deb
Size: 109200
SHA256: efce969841ff6c122f0190d81eb8063bd497cb539d1c5194a876e7f59d060daf
SHA1: 09fdf96e9b39f1d91c2f79b8b5266b16b594bae6
MD5sum: 3e8c437eb58ffd6d6e8b1f87845e0f71
Description: arbitrary precision integers and rationals for PostgreSQL 15
 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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.4-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-15-pgmp (= 1.0.4-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-15-pgmp-dbgsym_1.0.4-5.pgdg+1_arm64.deb
Size: 64716
SHA256: 50f2db899d4bb1b8cb9fa00f2d7b7956d27282b5460cd91981db2b50a4bf4eb8
SHA1: 2e5e44a8f082dc51e9ab7c447419c960ba50cc86
MD5sum: c2f4d0ac8623e9b9fc0f93b1e12806cf
Description: debug symbols for postgresql-15-pgmp
Build-Ids: 3179e2fa9e11d1f43fff04906cf613b27197fd34
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-pgpool2
Source: pgpool2
Version: 4.3.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 439
Depends: libpgpool2 (>= 4.3.3-2.pgdg+1), postgresql-15, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2_4.3.3-2.pgdg+1_arm64.deb
Size: 160532
SHA256: bc208dce90da8002628a2210851b20dd99a25e9ecaf4670ab962ed18656fa7fe
SHA1: 8a9e454b601461ab9d7e7915409bf31413d3dfd4
MD5sum: 059beb22591927852770477caf2a2b71
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 15 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-15-pgpool2 (= 4.3.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2-dbgsym_4.3.3-2.pgdg+1_arm64.deb
Size: 51140
SHA256: 5af1513df7b38043863922f6da7b0a17f1e080cdafa3ba984e86b9cbbb025496
SHA1: 1e36d3eb5270a58f4ea868dd1657ac40ebdcf47d
MD5sum: f0be515cbb866645762b3c0c74525200
Description: debug symbols for postgresql-15-pgpool2
Build-Ids: 0c402f4a6045b637d5f31b329ad66961467c8b8e 96bd7396a95d190307bbbb7a40e9753cf5a8371e bdcfb6dee7c06c1e5b7a2c16e6802dc1671d91f0
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-pgq3
Source: pgq
Version: 3.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2239
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 14), pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-15-pgq3_3.5-1.pgdg+1_arm64.deb
Size: 146980
SHA256: f994c48a5c6faac2d1235d41136bc2808bb4ce2662c9b4a286d2be829ad46a4a
SHA1: e24186d647062bfe36038326ae45bfc8b8cd44b9
MD5sum: 08822b550a95702bbc7256e3f36e6869
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-pgq3-dbgsym
Source: pgq
Version: 3.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-15-pgq3 (= 3.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-15-pgq3-dbgsym_3.5-1.pgdg+1_arm64.deb
Size: 77888
SHA256: e6758b39b597b72c6640e72f348e54c3bcabde80803464e8d8cf5417b6877698
SHA1: 8d418a4bb7f03d86156a720c0d35956acf4e6029
MD5sum: ca4997ba9965025bf98d258fa9517551
Description: debug symbols for postgresql-15-pgq3
Build-Ids: 1d1a188d8a746cc1f79336c96a07fb639ae9ccaa 7c19ad4098f91ce627c2f8fab44733e4f47a1291
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-pgq-node
Source: pgq-node
Version: 3.5-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 538
Depends: postgresql-15, postgresql-15-pgq3
Replaces: postgresql-15-pgq3 (<= 3.2.6-5)
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-15-pgq-node_3.5-2.pgdg+1_all.deb
Size: 12660
SHA256: b953dcd753d88dab2db197c54109d21e3ba97e76e44d53bd475dff2c5f677d5b
SHA1: 85a483540fa54a742aa2072fad2bb5929f558de8
MD5sum: 9650c089a45c079b867c6bed8ff9d0d0
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-pgsphere
Source: pgsphere
Version: 1.1.1+2021-11-10-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1506
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 5.2)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-15-pgsphere_1.1.1+2021-11-10-2.pgdg+1_arm64.deb
Size: 541976
SHA256: 39d268a156009a486d382a02bd5c58817d7a4f66f3ce6db8f8e637f204339f90
SHA1: d259cd8f6cd435ceb76564904cfb154491059a24
MD5sum: 7094daf65208fd7d0b8b56c880893c60
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-pgsphere-dbgsym
Source: pgsphere
Version: 1.1.1+2021-11-10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 372
Depends: postgresql-15-pgsphere (= 1.1.1+2021-11-10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-15-pgsphere-dbgsym_1.1.1+2021-11-10-2.pgdg+1_arm64.deb
Size: 316616
SHA256: 45b626f76b0c2ee051aa23febd9f93972e60b0f21961e184ef94829d596276ff
SHA1: 98edc498c0787a3fb3d2d90d647d77d42246fc5c
MD5sum: 7544e056f1cc8460c8b046cb4d4a5cb0
Description: debug symbols for postgresql-15-pgsphere
Build-Ids: aecd8cf3e02be4c45d21b0ce56a7004bbe94356f
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-pldebugger
Source: pldebugger
Version: 1:1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-15-pldebugger_1.5-1.pgdg+1_arm64.deb
Size: 84780
SHA256: 57a2b577ff57e1154a91b2659be7f603b42ba55a1ff8d5ebf8ccf1e994b5da02
SHA1: 45fda6111c9a479a048985823f4650a854d0ad5c
MD5sum: 9a2cadfc388c037b4cb0b3c18146c41f
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 122
Depends: postgresql-15-pldebugger (= 1:1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-15-pldebugger-dbgsym_1.5-1.pgdg+1_arm64.deb
Size: 103552
SHA256: db6d8262461fe14450242c20a33bfc5e8dfb8e281a957e64958425b39cf37d03
SHA1: 0e33d3f08355c45abc74db3ff66ba2ba74fd4334
MD5sum: 884fa13f6eb05ee44caa3910b3f20752
Description: debug symbols for postgresql-15-pldebugger
Build-Ids: b7e69ca361a5a4c5ffc23542e54d9477f64564c9
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.2.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 708
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.2.2-2.pgdg+1_arm64.deb
Size: 332116
SHA256: d18c8d27fb830efc5a1c283255997108a95a95dc8dfa503e7dd9e897ba304c47
SHA1: 1d899f515ad2a94fc1448d8b19c5a482749039ba
MD5sum: e9dbb2d1eff09c8c4df02c73af616b79
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.2.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 318
Depends: postgresql-15-plpgsql-check (= 2.2.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.2.2-2.pgdg+1_arm64.deb
Size: 285940
SHA256: d9292e91e1690910067eee01877a65ac361d3f24a59aab2368cbb9c3fea78b73
SHA1: c39b2d0420bb122009a3c9240c54807c490f59a6
MD5sum: 81e71072d5644620669db17e2ae2e398
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: 5a1a4a4b4f299fb02d29c85387ad9d6d336eea97
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-plproxy
Source: postgresql-plproxy
Version: 2.10.0-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 369
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-15-plproxy_2.10.0-8.pgdg+1_arm64.deb
Size: 153544
SHA256: 389e6f094ed8a386beb8309b9ea0f017f783ed33cc1f7a5cbec25add007cb151
SHA1: 7086b129da32366719b8a7d65d88d3283755136e
MD5sum: 2d709bab1040a7154a5638c23294db7c
Description: database partitioning system for PostgreSQL 15
 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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-15-plproxy (= 2.10.0-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-15-plproxy-dbgsym_2.10.0-8.pgdg+1_arm64.deb
Size: 123200
SHA256: 726d5210088e5feb7cb16f5b1e0451404482a68644ba786cf5743241ef48709b
SHA1: 7624269120a4d42a6f9173f2febf3f2e2f2193e7
MD5sum: 9fe4b948a88b14cad25fdf51d752d4fe
Description: debug symbols for postgresql-15-plproxy
Build-Ids: 6347f8139c9a5a98980f82591d903f6a51395966
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-plr
Source: plr
Version: 1:8.4.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 360
Depends: r-base-core (>= 2.10), postgresql-15, libc6 (>= 2.33), postgresql-15-jit-llvm (>= 14)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-15-plr_8.4.5-2.pgdg+1_arm64.deb
Size: 157840
SHA256: c27a3bb3162022b44f4439179b4505f7fff5bc2b343c1ef276319152b40510cb
SHA1: f9e86bb1a47e73669f562671d25f87b3039c26f8
MD5sum: b69326ce4cc57ecf7f4c2f456a9e2e8a
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-plr-dbgsym
Source: plr
Version: 1:8.4.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-15-plr (= 1:8.4.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-15-plr-dbgsym_8.4.5-2.pgdg+1_arm64.deb
Size: 129664
SHA256: adb8721d6e3eb993bc88d5f4c6068138824d672f612e84019d7ade6794d5629b
SHA1: 5e77abd2a220664ee2de26d2781eea9e63b9b6e9
MD5sum: e1ed2d0223285a20bfe1da6635ced58f
Description: debug symbols for postgresql-15-plr
Build-Ids: 00248f8947b4ec627904d1a46a88ee7b03307e6a
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-plsh
Source: postgresql-plsh
Version: 1.20220917-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 14)
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-15-plsh_1.20220917-1.pgdg+1_arm64.deb
Size: 32684
SHA256: 4c2ca5f480f58c5bdb5eb083f6acb430e217fbfad51347eec8e836a00e48124d
SHA1: 4daed4b2b423ccb0d0748e3588d08e52b93c228a
MD5sum: 33eca2818ef4b3675fae8ff191f8cb45
Description: PL/sh procedural language for PostgreSQL 15
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in a shell of his choice.  You need this package
 if you have any PostgreSQL 15 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20220917-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-15-plsh (= 1.20220917-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-15-plsh-dbgsym_1.20220917-1.pgdg+1_arm64.deb
Size: 45604
SHA256: 7e9f93497a67ee02e9f792bf4529795a0f2fcc89d315990e82e7768a25fcbd2d
SHA1: e994f7c59b33cc0fc0b2d940ba17af0f32af5ede
MD5sum: b6fb8c2d8dc7c9de450531b52f1169cb
Description: debug symbols for postgresql-15-plsh
Build-Ids: 0de42538c6101b5e124da2acf3a6f8ff4010823a
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-pointcloud
Source: pgpointcloud
Version: 1.2.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 509
Depends: postgresql-15, libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-15-pointcloud_1.2.4-2.pgdg+1_arm64.deb
Size: 107900
SHA256: 52a1be7155d337ed22d4d9c571a80751f3c482eea9a92a3b0e1590aa4e86ff38
SHA1: faa918870356f69a8f40c736276d4ec60090e98d
MD5sum: d7f2c7e9a8260e8365e8bcadf6a06545
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 203
Depends: postgresql-15-pointcloud (= 1.2.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-15-pointcloud-dbgsym_1.2.4-2.pgdg+1_arm64.deb
Size: 172908
SHA256: cb868795bba50f77160eba354a88f5bc59e310b79663bfa4e87316c658fd4b53
SHA1: 682f3ab11687820ddf51099c356de6bc88c1c684
MD5sum: 560873ba73f90703e4389dca6b56f853
Description: debug symbols for postgresql-15-pointcloud
Build-Ids: 44c63bace0d494b8e77705fe92f875d06da12007
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-powa
Source: powa-archivist
Version: 4.1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1468
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-contrib-15
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-15-powa_4.1.4-2.pgdg+1_arm64.deb
Size: 56384
SHA256: 2e9d677c2d8fc5383f2ffa511d51f76e22bb74c55ded8910787d66f718a4e583
SHA1: 37af3a7e1305fcb8acc1ef3761352793ea8c2113
MD5sum: 3cd289b30c78c2fd276bdf30b790cc1c
Description: PostgreSQL Workload Analyzer -- PostgreSQL 15 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-powa-dbgsym
Source: powa-archivist
Version: 4.1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-15-powa (= 4.1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-15-powa-dbgsym_4.1.4-2.pgdg+1_arm64.deb
Size: 35808
SHA256: ee169e110dd86f368c34075dbf8483b5547c9a09b9b5d772da441e6a896f1cd7
SHA1: 0962e0a6afa9864e4b94508ac39306508a2f87d8
MD5sum: b70b05b76780c304172c6117b7a830e2
Description: debug symbols for postgresql-15-powa
Build-Ids: 352be4a56beb7a11f7cd3401552e422fa1afc0d9
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-prefix
Source: prefix
Version: 1.2.9-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-15-prefix_1.2.9-5.pgdg+1_arm64.deb
Size: 44584
SHA256: a1482bd56a0e7704bf719fa616250a6ce307c882979e27907dbacf5860d37a77
SHA1: 4906c75e95775758556f8ab05d972cd5706c1d22
MD5sum: 584387868c58d3109ad13cf9328536de
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-prefix-dbgsym
Source: prefix
Version: 1.2.9-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-15-prefix (= 1.2.9-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-15-prefix-dbgsym_1.2.9-5.pgdg+1_arm64.deb
Size: 43356
SHA256: 9b9de97a20a6cf5710db73e740f42dd2df73f69ddbb62e888ae82706a31b738c
SHA1: 21c17dcfdc814bd0f8ed080a85acef477244aed7
MD5sum: 7f8465528573b4e33f9d27a6690cbae7
Description: debug symbols for postgresql-15-prefix
Build-Ids: 6a177343ef4c9fcad9fe5353d6bdf7adb8a37874
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-preprepare
Source: preprepare
Version: 0.9-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-15-preprepare_0.9-7.pgdg+1_arm64.deb
Size: 17816
SHA256: c2bedc33cacd813a615ae085fbb7718c286be0f7044166799571fa63a82a7625
SHA1: e31503fc4adf6b8dae159e2f392d63e3041fb7f2
MD5sum: b9a857d86ff642f594fcb3f4e797ec0d
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-preprepare-dbgsym
Source: preprepare
Version: 0.9-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-15-preprepare (= 0.9-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-15-preprepare-dbgsym_0.9-7.pgdg+1_arm64.deb
Size: 16712
SHA256: 18a3245bfceaf25434e2a1c6c7c38dfa91373f2840af13bbada84ec65b60f58d
SHA1: 6c08ae6b17ec8955d720affb66eccf3d969b322a
MD5sum: 61ed4eb38ea252f834d06f3352120486
Description: debug symbols for postgresql-15-preprepare
Build-Ids: 4fc6d57942f68044e24429dff695bb098eaa1925
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-prioritize
Source: postgresql-prioritize
Version: 1.0.4-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 14)
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-15-prioritize_1.0.4-10.pgdg+1_arm64.deb
Size: 12272
SHA256: 10981603e8443e99504c86256ae3682284edd65d39838a809ba8fd6497e184c3
SHA1: be7da26425e391c8fdd60628fe687c05e0147d03
MD5sum: caf65cb6f2a6ebb90644a9981ca548b4
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-10.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-15-prioritize (= 1.0.4-10.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-15-prioritize-dbgsym_1.0.4-10.pgdg+1_arm64.deb
Size: 12616
SHA256: c965d3534ba57a6cd764f0f7858c1ef2358537e85547603a4ab1ef20e1714bd0
SHA1: d1169d11ba6d6e34419f5c89801f0bef859b793e
MD5sum: 1fae049b6579901316dca7c3f9f437b0
Description: debug symbols for postgresql-15-prioritize
Build-Ids: 0e94c4690bf82cb54c579c8a08c89253f0092ee8
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-q3c
Source: postgresql-q3c
Version: 2.0.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3397
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.29)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-15-q3c_2.0.0-7.pgdg+1_arm64.deb
Size: 150424
SHA256: 1449d158fb748811fe164881f9f0808ce4eda383e47c3f5953c66fccc4e84d14
SHA1: 93af4d75161a60fef80a2442cbe22434d9bde5dc
MD5sum: ee4f7b170fcda1d0fa9f28e992681ad5
Description: PostgreSQL 15 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: postgresql-15-q3c (= 2.0.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-15-q3c-dbgsym_2.0.0-7.pgdg+1_arm64.deb
Size: 93140
SHA256: c993b20b2d2bf27f523b8bfe066c07dcf7aad025162ee486b1a70bd1dc4798f1
SHA1: 803220600359f2a6f35632ef2a3e5d8cf3c19bff
MD5sum: caeea88c099e9ab7f3a36f06f4ac141e
Description: debug symbols for postgresql-15-q3c
Build-Ids: 7f3d16f68224596e28507401e9b4c95e558668a4
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-rdkit
Source: rdkit
Version: 202203.2-3.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 882
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202203.2), libstdc++6 (>= 5.2)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-15-rdkit_202203.2-3.pgdg+1_arm64.deb
Size: 369996
SHA256: d30ecd01f94463775b25266e3df08cbb727c3a5798e33853671cf67ff1e27daa
SHA1: 3234e79ac7c4dae3e8145bac86b1cc686c9a9c20
MD5sum: 2272c6cee9f052005bc0af754647080f
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-rdkit-dbgsym
Source: rdkit
Version: 202203.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 778
Depends: postgresql-15-rdkit (= 202203.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-15-rdkit-dbgsym_202203.2-3.pgdg+1_arm64.deb
Size: 731872
SHA256: 726acd7133eb6679b63c5e3f2d6d1fa88e0707aed5c8e4b91ce158b5782efbe4
SHA1: 399a6299d5bc3a3bd87ac446f47c77ded819989d
MD5sum: a95d63c5e73eea371309fff54f52086b
Description: debug symbols for postgresql-15-rdkit
Build-Ids: 5635d4978b0b9f47f8fc5b7baf4847122d223812
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-repack
Source: pg-repack
Version: 1.4.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 308
Depends: postgresql-15, libc6 (>= 2.34), libpq5 (>= 8.3~rc1-1~), postgresql-15-jit-llvm (>= 14)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-15-repack_1.4.8-1.pgdg+1_arm64.deb
Size: 104584
SHA256: 974ca3de014b98f8737610c49a48b49e525ce89dbdfd87bed0a3df968d24f988
SHA1: 25ddde08f38517e55206f3403c4e4d3cbeda2c2e
MD5sum: 14b115e0318ab408aa81ceb3a8879400
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 15.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-repack-dbgsym
Source: pg-repack
Version: 1.4.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-15-repack (= 1.4.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-15-repack-dbgsym_1.4.8-1.pgdg+1_arm64.deb
Size: 118700
SHA256: 569d84a89332415d79d579b6a5896aef484c2b4cd0c171afda90e381efdbcec3
SHA1: f5fab7bc5de72284453001c79dc2a80009302cc2
MD5sum: 6e80c886bc26d4237d09c5052106ee70
Description: debug symbols for postgresql-15-repack
Build-Ids: 5e01126562e0608b1fadc68545d07bc978ca7f5a adc11cf475e99a46783b04c40db180ab5f932089
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-rum
Source: postgresql-rum
Version: 1.3.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 961
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-15-rum_1.3.13-1.pgdg+1_arm64.deb
Size: 385972
SHA256: 2e4aecce5aff2f40f2b265e3f2f98bcdb32a376e6d7fd2b5009191c465dc249b
SHA1: 692ee97970b66c893da49c037513efaf35cee0a4
MD5sum: d11d9bdd51e6af3275a4bedc84a632de
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-rum-dbgsym
Source: postgresql-rum
Version: 1.3.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 364
Depends: postgresql-15-rum (= 1.3.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-15-rum-dbgsym_1.3.13-1.pgdg+1_arm64.deb
Size: 323996
SHA256: af30017c6195b51ce455b127c045939419753b07dca2ff67d098c83d1cfed287
SHA1: 0735835444995ab8f22d26c1d311e75e1616782d
MD5sum: 9af1b1e64471480a5efe8b0ea1fa53bd
Description: debug symbols for postgresql-15-rum
Build-Ids: 3c76d210353e6099c53b43660b7a6c956ceecf3c
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-semver
Source: postgresql-semver
Version: 0.32.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 175
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-15-semver_0.32.0-1.pgdg+1_arm64.deb
Size: 39512
SHA256: f148dc2ce77aad5f36b5da1f8eb07e090639ae25485f66e2c45c7aa94e08b7e5
SHA1: 935f86c2d5e07dad3d23503bdb76662a0aeea40d
MD5sum: f9360178f02da9203b61866e36312841
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-semver-dbgsym
Source: postgresql-semver
Version: 0.32.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-15-semver (= 0.32.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-15-semver-dbgsym_0.32.0-1.pgdg+1_arm64.deb
Size: 20368
SHA256: 0e48004af7cf5f1c2ad68eb8615d0eb5e1ee00d504acec4fddf26dd967c2ac2a
SHA1: 0c593ef48bdff5eaf2ba96443615e3852473562d
MD5sum: 5b07220ea4f6e80b7a0f5b9c33d22e01
Description: debug symbols for postgresql-15-semver
Build-Ids: 6e457a91eca84fc07a9cdf782f0b60741411bfd6
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-set-user
Source: postgresql-set-user
Version: 3.0.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-15-set-user_3.0.0-4.pgdg+1_arm64.deb
Size: 42060
SHA256: 8095e800711dc1c697be2ff9f3798c415da9c15e134eb80abcf6fc2a67ae62f1
SHA1: 28bd18e755f0ceefe1c301e466e1c5aa74b3fed5
MD5sum: 450c969a884ad6aebef215e097c6aa8e
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-set-user-dbgsym
Source: postgresql-set-user
Version: 3.0.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-15-set-user (= 3.0.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-15-set-user-dbgsym_3.0.0-4.pgdg+1_arm64.deb
Size: 50356
SHA256: f5c9dad770b8c56fadcff8cc5291f29389b6a806808c05bff18883ff680bb0fd
SHA1: 40ad0d30ab4668f38a38aa87a76393faaf1fa4ad
MD5sum: b3ea457cd0e14d286ae708ebc6f3f8cb
Description: debug symbols for postgresql-15-set-user
Build-Ids: b019491ea3ed53c3b0f61d57c4bd7113d675d25d
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-slony1-2
Source: slony1-2
Version: 2.2.10-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-15, libc6 (>= 2.17)
Suggests: slony1-2-bin
Conflicts: postgresql-15-slony1
Provides: postgresql-15-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-15-slony1-2_2.2.10-5.pgdg+1_arm64.deb
Size: 18040
SHA256: 1a5901c08dd75c745ad46931608ffb8c941065edb8df3ab114f79d9e2908c9ed
SHA1: dfeda03b7476d7cf770c0a2ffdc32fd9a389f31e
MD5sum: 5c6e3bb670ef2ce6050512c08db7ea1f
Description: replication system for PostgreSQL: PostgreSQL 15 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
 15 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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.10-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-15-slony1-2 (= 2.2.10-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-15-slony1-2-dbgsym_2.2.10-5.pgdg+1_arm64.deb
Size: 67140
SHA256: 81f8cf7417df52c7fd4673ae4ab68a9c7cdfb2db0f4a19100ec717fbd1935644
SHA1: e3ece1b450980cd2bd53315cd8f3d888728bffe9
MD5sum: 592167889401a20e1664c35c0997d7a3
Description: debug symbols for postgresql-15-slony1-2
Build-Ids: b3f0a6e15a0cc8262fce2289ad72a5f652b8f339
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-tdigest
Source: tdigest
Version: 1.4.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 14)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-15-tdigest_1.4.0-2.pgdg+1_arm64.deb
Size: 67028
SHA256: afd9297d0b08652c1fa1c5c25910787f535059104c3355a09e6a1414a7686dc5
SHA1: 76639c8ae24c1e41478c765f57b2442b805edee8
MD5sum: e874617d537d025dd41733dfb7d259a1
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-tdigest-dbgsym
Source: tdigest
Version: 1.4.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-15-tdigest (= 1.4.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-15-tdigest-dbgsym_1.4.0-2.pgdg+1_arm64.deb
Size: 48688
SHA256: 74eb1bcca181a6e7612515ad09da8ee3badad0b947a5c05bbc9d3478a4a41dea
SHA1: ef760740b457b962a3796e7d073bf2f0f6f1357e
MD5sum: c091ec16e0741e7b1531b9e409c4d91d
Description: debug symbols for postgresql-15-tdigest
Build-Ids: 26b1ee11ce9124706f13ba2305f65a31bc4cdfce
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-tds-fdw
Source: tds-fdw
Version: 2.0.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 324
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-15-tds-fdw_2.0.3-1.pgdg+1_arm64.deb
Size: 129864
SHA256: 11b1cc3bdb361e7352c72b69be2faaa0ad0da55d533b32cd7798dc3aa5240488
SHA1: e131dfa5ad54166fd4e1d5711f16c2cd89df8643
MD5sum: 78dd48cbbc66d8a4337eeff9ed7eddab
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 155
Depends: postgresql-15-tds-fdw (= 2.0.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-15-tds-fdw-dbgsym_2.0.3-1.pgdg+1_arm64.deb
Size: 138060
SHA256: 09c2a3b20bfca6652ceccb04cfd7cfdadd4282a59ab45761a0a0044eddc1ab2b
SHA1: de7b3286574bd7af0aef0b2a03cdfdb29fc305ab
MD5sum: ea3ff4697e8a0f8db17bcc823e8fe959
Description: debug symbols for postgresql-15-tds-fdw
Build-Ids: 9a2a5c0448a2c2e9baf09c147b831a7edd178bf6
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-toastinfo
Source: toastinfo
Version: 1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/credativ/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-15-toastinfo_1.4-3.pgdg+1_arm64.deb
Size: 13448
SHA256: 28a217643fe9647969ee60d2527b9a8e3a9d5447a440e6b50fef511257254c7a
SHA1: 11d231f5fe141df0f7e222906c960cfd9bd42039
MD5sum: e19509d77e203dd909196ebdab753371
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-toastinfo-dbgsym
Source: toastinfo
Version: 1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-15-toastinfo (= 1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-15-toastinfo-dbgsym_1.4-3.pgdg+1_arm64.deb
Size: 11036
SHA256: a62362a90eaee9316d1bdd846c2039b9055f48e9187fb8a8c00d87711e4396d9
SHA1: d4d037874f7fe61927f7b5d561f49cdf9fbbd3f9
MD5sum: e657d11517afd620a363ecd32052cf9c
Description: debug symbols for postgresql-15-toastinfo
Build-Ids: 5118dbf7ecc3df2f93a3a3b1c21310fc587146fc
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-unit
Source: postgresql-unit
Version: 7.5-2.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 498
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-15-unit_7.5-2.pgdg+1_arm64.deb
Size: 134084
SHA256: 656283bbf87c5dbfc52e6f9ee1f419665f91e5015ceb9dfef7cda7a522f3ac44
SHA1: b8a1c0a100327c34ea6973d2fdc950e86524c495
MD5sum: 474d4409d7755d1cc5ae7368c3bf0185
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-unit-dbgsym
Source: postgresql-unit
Version: 7.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 80
Depends: postgresql-15-unit (= 7.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-15-unit-dbgsym_7.5-2.pgdg+1_arm64.deb
Size: 57912
SHA256: 2b54d9df34308ba919867277381a2eeb6a9b0274e0a95d1f38bd2e2885b7d48d
SHA1: 15249b93349297027afd69046e87eb13e23e4c20
MD5sum: 9360717d6e2fdd190f7fafc55a554f05
Description: debug symbols for postgresql-15-unit
Build-Ids: 6cae780f437dd440e67214454f4bc11256dabb97
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-wal2json
Source: wal2json
Version: 2.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 158
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-15-wal2json_2.5-1.pgdg+1_arm64.deb
Size: 64596
SHA256: fc266aac587e1870b6525668ddecd21f5860fd62bd8bb4f0ca81e4a483d58ed1
SHA1: 671168e96f9a198bf8fb3b3f80ae8cdb30f7c36f
MD5sum: 123294dea214cba16dc1a44eb3ea517d
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-15-wal2json-dbgsym
Source: wal2json
Version: 2.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-15-wal2json (= 2.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-15-wal2json-dbgsym_2.5-1.pgdg+1_arm64.deb
Size: 72556
SHA256: 3cb38669871f9858cf88c9503055f19204dae04f31833af4d172a78c7ecef7c4
SHA1: 707a186e8c37e37068fd65535de0b511c19ad987
MD5sum: 396b35bb76ab7c49e32561b163b69595
Description: debug symbols for postgresql-15-wal2json
Build-Ids: ba56bf2a15d127ad9322aa300cb17ea1cbca4b3a
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-9.2
Version: 9.2.24-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19759
Depends: libc6 (>= 2.34), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3 (>= 3.0.0), libxml2 (>= 2.7.4), postgresql-client-9.2, postgresql-common (>= 135~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.2, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.2/postgresql-9.2_9.2.24-7.pgdg+1_arm64.deb
Size: 3442044
SHA256: 876034c1fa13f724d89bd4608b2696911abf864e60b2e88e3c1a8236fb62b279
SHA1: 2eebc6a6f870b3b47c21e4fbafb63d99eacd7947
MD5sum: b9f8dca2f3cc52a44caf38d275bdd99f
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-9.2-dbg
Source: postgresql-9.2
Version: 9.2.24-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29473
Depends: postgresql-9.2 (= 9.2.24-7.pgdg+1)
Conflicts: postgresql-9.1-dbg, postgresql-dbg
Provides: postgresql-dbg
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.2/postgresql-9.2-dbg_9.2.24-7.pgdg+1_arm64.deb
Size: 8387152
SHA256: 81e66f751b67c3b04866fe10f966e1d4cdca95d9a022147b6db502efde04adba
SHA1: 7ce796a66253dd60720bf362a93bef6194f6141e
MD5sum: 943387ba6c35e94c068e1ce501a72900
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-9.3
Version: 9.3.25-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19879
Depends: libc6 (>= 2.34), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3 (>= 3.0.0), libxml2 (>= 2.7.4), postgresql-client-9.3, postgresql-common (>= 142~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.3, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.3/postgresql-9.3_9.3.25-6.pgdg+1_arm64.deb
Size: 3487816
SHA256: f6e9ec60825ea0f85abd413bb25b8d4c080b6dad10a0b58e0b060d49e08bc8ba
SHA1: e4bec1ca1d439b1e96c3a4f9e77dca53ed530fa9
MD5sum: f3319650a22b8bf9e40e4adaa149a2d0
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-9.3-dbg
Source: postgresql-9.3
Version: 9.3.25-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15545
Depends: postgresql-9.3 (= 9.3.25-6.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.3/postgresql-9.3-dbg_9.3.25-6.pgdg+1_arm64.deb
Size: 13744972
SHA256: e5cceaa6b77ecb8d5047705f146f91fe8f0dd003c85552c8b37ab89d748fddfe
SHA1: 21c6437074b00ec3533a8775d63d2f3570fd318e
MD5sum: da7f20624875cbcaf05b986ffa12191d
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.
Build-Ids: 01715a1e6244fef3e01cb2568b93455586ba6a7a 0793a9a16c4f0b9e14f79a8c44e836f286c2ddaf 09bd3432bab174aa20c5619ec27e5f688df01063 0b1750c80100aa77196c570e230dcfcfdecb2a55 0c1250bd5b045c4d35d079080860e33b75ea4551 0c603582f7ca2119d84f7a2827e09fc7f7e795d6 0e073353fb3bc2d3f6dc5624b72a52bee0c9d8f0 0fcc4936c6846572aec7096b77800b766da7db15 17243490a1a9649753f3006c2606c0be6d8fe1cc 1776cd593f877066172e76c0a481532ae0ab9abb 17f21d8dc81436328e7817ddb987ebddb7096455 1e0efa340bc9e9ab4afe70daa6789cbae1074180 25110fa2316fe562bab332a53d91d0f751b534c2 2858705e9eb96b7329e39aa3d049d8a242e8497d 28b246fd402fef43bf893db1121408fbaaed0408 299f2ac65a74a90754a13784a9d2a48b506a53c8 2b21768bf3c201ba46f933a5eb400078c2ce66fa 2b81542cd6f6553d6cbb202073ddbc71ffb71a67 2d0bfe4b76ff33c18669c89900b79832a4404093 2def1a14b55f642ba7a79c7f5e517eaa5e73bf32 30709e59b0c93dd5f270c32bf5fdaaea9823983d 310a44b171f8afb821b8f11733d19ab9bd392cc4 3179daabc19a6dedd836a90de563ea2b93bbb883 3226591421ab7d4bfea7b937ba60950b2f0fe352 33b5e0a38bcc7ff395dca43a76dca42f679d9d2c 35aca33b72f243a49e2d200ad7204871785dc0e5 376743cb604d9c53f13c22d9dc1c97f3bad53f21 3772a89e89f611320bfdd00b5f9e3165992047df 38cb5cab80ef64fc00aa7bfed7a54c97f23ea090 39b2577f2e9c626cb7d66e3a9e96fe1ccd432765 3e520f88a98f60d677292de15f5e11ae650ca2e0 3e9a3e55dd39568322958cd916548111b4d10a20 3f009e22a1e72e7f3c0e205712907ed520fa77a2 4255946a9a72fbed22e3311ff24c56f0392ef6c8 49beafe865701748e4cf5a346d4308552d1bf31a 4f2da200759cce30ddbbaa0dc012f0213fb5f2e3 5190634ad8995f81d675768c6d6bb1fb41bf0d3e 54536752d41cde5fa001a3d8847eb270b5cca4e4 54bf6c3cf48e212b806283ec5d12e1a19cda76f3 559d4f7ada579b5d4b80d5c54c7e6c680d0a20c3 56d270ba029d1105e6ee49fe859ae244ef132c83 5a48d32b211ac28b8401dad609d815ea0c8e0dc0 5aa5e5202621a90d2aeefbbfc34fb9f3ed25206a 5abfc736e89efd1ab21864c193fe823ec0181d8b 5fc1b718a87cba8facbafca6d6c57c1766d8b578 61dbaee3c0e7d8e858b29a32cca58c895bd9b650 646bbe7a4e474fa1ecad4c95f65f7c5a08ccfd52 67c9970b8f8fb8e86680a0b37c5e75995221d4fc 6b4dae9fc819170705d93fd21a87c225c54fcd5b 6ec58321a30787679cae671bc8951e1b4d798d05 6fc31a3f9ebf532053fbd8fddb87c6be71cb2ab8 6fd2020aa0f81ccd6d2a5dd7072e1382b1839f5b 6fd7577495f3542bb4408887c1c97285bbbcd2c9 70679b41a9a1f5df3179b5908ebae9b105a303a0 71ea2574550fd628c2254cfeac59b0d7a6eca624 721562e28d1dd9b71b5ca22e535088a2bbe97795 784c8ba7683061ba637be2774f05f5f8072807b6 7a1c06fd1758503e48d9f633809734612af2c98c 7dc44a737398051dd32651a72c32ad397dd7b61b 82a11faa5b536bffa154542d63627b80eb7a045f 8559d18c541b330ec94f7d8d9888fd54b05bd0ec 8915a0f9643fd4910b525df91f75f8bef6ceacff 8d32dcd912227ebfcebd4df1c201c0dca1cd10a3 8ffbff859f52f0ff4db18ce962eb94ac49673ae5 9050ffaaa07764ddc3eefe3923b86c49689ed4b0 9695cb785fb8a4513ab1719f5d1cbaad2d44157c 982c56c939d4bcfb5dc9303359d1b2cab219ac41 987bc5b423df858f113d4cafd5ee6495a95fa752 98ccd83faf6a4bc4b4b87469a2156b731ddad12b a24010241860379281898dc3a3ddaf1d924807dd a3523dcee6262968dbdf89e7ab824942a4e19d6c a6e18fc6ce051149385a44cd59960ef34831a9d9 aa3b747a4e795b88144bc31831cf0354907bac53 af14717b4e3e8337e7c29293043208e15abd3b96 b29c2c40f22f5dba2b71263ac538380c10aaf154 b59660118614efb0b35533e24bff6c56c2636293 b695b470c859a0749a0046b8a98044eea3a738ad b6ccc8d1978f720e2075e3ad3a68dc3ee3735022 b7728a27b53dacf33536d24deb7331c2fae169a0 b79cc65082a8b5a8c72d30b24ed50456bbb7addd beed170d598d0dcf7cdee81c848f7aa6abfb949b bf40aaecf124a1f36bae35c7b27c96719df2a71f c1cfb92b009c9f5e9f75d79c65e98e85eeaf783d c244f5cdcb879d371933dded1b1d9bf47144e73b c2dde940049f294ee9a86bc7eb581f24bb15d169 c4b927f2b4825e202ff924c5d2315fc307f6bf5a c6111fbab5f77844689d9e9c7ea07bfcfe4d0486 c6e9d831138f18f375a8b8757afdfe91f4b5ab33 c870e9a46b087770b10f89dea9f2caa2befe6f02 ca2b50358c2c90b0aae7f04b38daba7c5a886d64 caf89859e6471c5cfd0172b31f065204917464a2 cc40fd9c4da4b0ab9f4d84b6a5e14570505b9be3 cceceb694c7ae0204670479404df7a13c2d0e62e cdf8cc98fb84d848e7b743785814d086f276712c cf4d845c1a80c8f5188ceed9b0ce59f4e6127341 d081583d4d3fec8c2b3357383687aeb8c75b5dd8 d469d6b1fa49f008a515f160b5f8f97d5cbbe369 d52219e849a6b8075757e6ebdedbc1c41d942b92 d52df8864b69af77a4560cb10ee29618503333b3 d5925b2dc63936cf88c283757237c1d5664a1ff0 d5d2847eceb989a870ab8cdc248e79656439f864 d67175c132e0beb57f3710abf2f9edfc06e348f0 d8a9395675002791d9a620bbf815ad598f809de3 d9cf10dc72594ee43921df17917d37356596c8f5 dd73b25ef58f39e4744c02ed27b4198bad55918d de1668d06b6312280b9d070b7ffcbd13ae1b245d ecf823e9010260ddac163c46900b77f4e3e55107 f554d54c78031a8a2b19609b67afa3e6c51a5f5c f5c706e60bcbb0b2e7af470d6bb535e79dc47e66 f787ce9ff1664f403d6f7e2d000e66dfdc35a3fa f7f270975f4f2bde1e2f82f968fd48be5033cc75 f800c359b4bf4701c45bf41afa268780d3609c24 f9d5795c3ac0cd7938ab434ff1d7e3bd3b9ed659 fa906ff43424fc61718e5f7d035e8e6cb678ddfb fd8833cba2f8656c1f5599df5ffcf55c31010e47
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-9.5
Version: 9.5.25-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21730
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.2~beta3), libssl3 (>= 3.0.0), libxml2 (>= 2.7.4), postgresql-client-9.5, postgresql-common (>= 158~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.5, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.5/postgresql-9.5_9.5.25-4.pgdg+1_arm64.deb
Size: 4016920
SHA256: 8393099c519dc7938fa6aa6b9706f3e7b77832055de434a7499a2471d18b911c
SHA1: 783d3f25faa1ca3db8009147d0ad16a1948e96b7
MD5sum: bc1a03a65be09a1e6bb7be2ccf884642
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 9.5.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-9.5-dbg
Source: postgresql-9.5
Version: 9.5.25-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14587
Depends: postgresql-9.5 (= 9.5.25-4.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.5/postgresql-9.5-dbg_9.5.25-4.pgdg+1_arm64.deb
Size: 12759456
SHA256: 4191517166147cea8fa2ffe08d73939274e711ff9403212a5fe7e59f31068c5d
SHA1: c705ad1d68fe59496e3d40f8e10b8e6e9dcd09dc
MD5sum: 5de146ed12bb5da866e20127b1ffa7de
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.
Build-Ids: 0001665a20a8b10a303f3c7c8ae96446f4885f76 011abfad5666970b1c413d287d240ac74718c16d 0561b50a8c5fe02901bf8638fbf00621a9dde992 058a9de767928186428c9fd9be7c8122353f59c7 0911138349d8b75bbc0708f8b671aae4ec19d0c7 0a21d5495c22138856c0d0402a8ca4e7f62f20f1 0c201cd8572c2a17b91bcfabe7d81652e057a127 116d385f6645cb2aecf70f00e7c1ade9987a0d36 1599ed47ad48b51745e63deddfecc7dd70405bf9 16898b5869de93a2a8d3c08ef7c518464c46b476 171dfe6c839f5593e38ad09efe53ee5b024eefe1 185a6249ac7b159f17a43a493931a0f3f88199d6 1a5e12ba118ebbd08197d0d0d4a1f7c58c7d8449 1a696371c26c75f54d455fea21720c4b8c7feedf 1b735535b15019a12d9c8ba36cd0c6590648a7d9 1bc4eba8623a46d5e54b25ec24565cf144c0867c 1c56acc9f771ce738ad5da2e2d28f0f715c1e015 1cf76a95c82b088d5cedf98d349b15e93e87cfe4 1e5ac027b474338cb43df83ae982670fc4854194 1e9baee7766cd0e3393c322a6a088dd565135827 210b711b7efa9ac2fbcfeba2b2e1a159f6ed7b61 2260db8202fdf3c5bf83e7f531905c38202e3e96 234b9a5f3232ae5184dbb17c08d217d2da27bc65 2784db1e0c71943e0117167a7a15d29c08ce4632 28fa0f65f3411f64eb53b3262f7860eb1a7bcc4a 2929f22d51ea06e3dd5d652a049a815c4b19c97b 298bd52b42f25d8217199d2220c6810618123770 2be286b64b6fba7a47febf3c8a28cf1aab8f5ed4 2c03387d5665f121ad8697a7cd9da3fcf6cf9fdc 2ea2918f0d3b2f9f50a0552653ee2e243a288727 2ff9dcd1acef57dafbc59ad1095e966b4acdd54b 37e938158fca9791b7bddc92c0dd14e711b45ba0 3864a849d927570bbfadf11dd6a33b71377f2d1f 3ef314f578ef0d9743356613c2e5b4f0588559fa 42bc7511b2d1eaf3c1e21913ced5b0fc499fe7e3 43564b68318b724022972de2b49a89ceef3e577a 4522784be2f73336f080b22c0104fa45d167e971 46176ea2f9c7b87bd7e9769ef72f7980511d9673 4bf7a0b2a1f5768bc094bcdba9f0ed782854f2ee 4cd073ec5f9117aced4521f0db020c229ba588a4 4e47c84b7215a4b70ddeff1f6f6598157e2fbade 523c8fe90cbe885d628f4c10f33003dbef6b15f1 5303297c4b3708e23f13895ccda287b58774f228 54fc8962f34da8816e737bccc179951cc4789a3b 59042fe12626b6580123211bb14271abf60fe62a 596be9bd26c91056216442eb5327d0ab510b7207 59c2562535af2db414f77aedac477a980f76d78f 5c594e20fafa7b02cf9e0f82260c36ce798a90c7 5c6cfbb9ae8063907f97484152b113f0ba53b0c5 5f8013d95efed848bf9d88d05af5ead80614d3d4 63618e759f2d05085818c387c0b668276fd66e77 6393aef549994642acd0cd63407658ccf93043a2 641736ca1535c012e90f6626dff707e0c6649892 652fc158819a7d2a2ec624b35a76f64a8d3f23d4 67639ac6ba041ad64fceb575a45dd6c95d1da592 686a1fb9e39ca893fb9cea4cdfa512ed107a580a 68758841f5784ea43044680985f1453ce9fad5b8 6f41c6cd59e33a620e8b6c9d72cd5694c863b414 750ac218f6f8a81e7ea79c775456e4b33eeff2a0 7cabd2319e3a83c928d6740bc4089c2ca40734ca 809f01a68205fbfc3809c7d977c6fe9aff1ea136 833d14e19e8805af8a142b5fc57457238f7bcbd5 842347d3c1a27b13a5053831d57df2002427a491 85e64932970fd09bfc081b7ce14e5ea2fb0ce245 882d762807224a21740d1dba049ac2d75f587534 8c6cc35f1de0c39ddcedaf2b3bef62833586541a 903c9f5efd6fd550ab169e16c5455660b03dc245 90e704ca6851cfd6a58756021a023495d3dde805 939fcc70395836824b57f442b83d46c2051fe8e8 98b17c46e03bbee74cfe6a20c8ce77e6eac9943d 990c795812476bbaf5b010335f189a10c320dace 9a687d7db811537967c689f67c7972c55b6d0524 9b1f901da15c695ac119fb95660affd56a8638cd 9b72d024da2dae2fea45413fce32e15a40cb5743 9c88de7e4636000ea8d6059d3b46778286fbcf30 9d1490965b3ab81c83d3b671a717a93be59a7332 9d363b0c3bea2daa4417d8511cf1c1818ee76d27 9da191214e243f2bddd2748b33b0bf79e1df40b6 a208b195b27eb4794885c17e7fa49e16664a16a8 a5f3ddedfb739b904a17f4f513b18e3cd2ac1eca a6f3c960a419ab60df4bd92afd0dc699e1859ff8 a8cf6a1e14d6ba8417d58028dbdf264cc5b75e4b a9de5555dd3840625f46423b9c8c8520d077709b acc368331b2ea0586d284f8b96cde599d30dfc3c aceea86b7786f6f7750272598b2781f87a6fb24e ae42c9f8b7f0bb9e194a0e5b178ebe8aadb27b98 aee6cc79780e43374de4c2055eff5b2ee3fa409c b4b36e89708d18bcd568a478066200248f2a6713 b55da4454f3a78ef7da73d006274d44e24306afa b911c522e05ec4438c55ed00a1922ad0602c4310 b97099eb319d999ff1dfb7ed7186d33e21e31cc5 bbac3fc0335d6c125d7b81376b180b4f33067990 be729439356900c92ff94aac5db8656da656052f be853265375b0b2880553823e8b8fc3eb3c2c9c3 bf6ad23718abb2c3db905cb82c46cab3788588a7 c112ffd6f247cda406ec675cbce18d6f09624e0b c178a0fc8cf0914b0f2b7746022216bb7ffd780a c1a50ba9cc3f46c8b9e0b8f3bb04de7b70078b13 c7e39189b0d30c40a1fa6c02259edb93aa4fcabc cac0cfd1bd9f03ab7fca6dae5ef0a351aedc1030 cd9351a1dd3466022c04d1b590214eec93e3c768 cd988fa1a872f5bd117c5048cf52cba74a42f23f cf9aa78bb94ffab835196bd5ed3f724c94705288 d4966bd0081563779021ea049b6a026eb6a08738 d69b391ddc8e16cffdfc4af2c22ca536efabb434 d7b76a2998737fa98080e6a212add65c126bcb28 dbe771d51a5a040a35e4e87656a16de01546b8c1 dc4e44774da06b45b0fdd96e42d2ab5574186c83 ddfaf7693cb953e61fe2d91286dbd590eb923d8e df7ad8513709c948bfe86a7411849a3b54b0320d e0bbeadb32d1f2c372b7550229d6f1b9f1e45166 e17efa1078c625fa57520cacfb5118639349d126 e5230d5e68e7c0c1567038f29809b438a60b35e4 e5a4dd36c382838e90ccac6aacdf50715538a3a8 e6395e4f7f448b3f1d3e7a08eca70861acf2c288 f1b0d807206890ff1ff1c1e2c15eb702dd5db7d1 f1f7bb550a18785defd3fb7f66075df478e628ca f48ca396ec5cf706b058b17864fb522c5fe2f5c8 f7400583dc43857b1ac742caaf4796366f7ac2c2 f883fdaaf19220904341e03617eb3f20fb78b0d6 fc6014dbeba7e3217526a13df2ed746c0bfe64b5
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-9.6
Version: 9.6.24-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23400
Depends: locales | locales-all, postgresql-client-9.6, postgresql-common (>= 171~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libssl3 (>= 3.0.0), libsystemd0, libxml2 (>= 2.7.4)
Recommends: postgresql-contrib-9.6, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-9.6_9.6.24-3.pgdg+1_arm64.deb
Size: 4290512
SHA256: 97a1e85bdf58c59b9c33cec911708e114dde9ed25419d40e774ef43bbc9b7f0a
SHA1: 394f2b972b1bfcd38d6ed5450862fb1d4cf892b7
MD5sum: 4a5d64e109f99b18156f9cf8db55f1cc
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 9.6.
Postgresql-Catversion: 201608131
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-9.6-dbg
Source: postgresql-9.6
Version: 9.6.24-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15326
Depends: postgresql-9.6 (= 9.6.24-3.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.6/postgresql-9.6-dbg_9.6.24-3.pgdg+1_arm64.deb
Size: 13451600
SHA256: 499d0bf778d4f0028b53a19620ad83c1c00ffcfae07cd54b61dbdddf080dddad
SHA1: 9d5f8bba15e46bf056db6fd0a4bf981ce8467a61
MD5sum: cc97127b3519674be4c05fe8c0eae011
Description: debug symbols for postgresql-9.6
 This package provides detached debugging symbols for PostgreSQL 9.6.
 .
 PostgreSQL is an object-relational SQL database management system.
Build-Ids: 051cd115e49a8c14c87085de150d0f8aa6b20b69 06c712c78fd64360daa28e2d3c44845a7bb03e48 07a968ed8d7c937063c9c045c4db8fee4a94e9d5 0ad0241c28d349a363457393bcfea26a30a6b4bb 0b0ee1dab19a626073759ab0f82da522aea8b805 0c6a6ca9095a021fb964b5cb2c240b7b52de7f34 0cf1344dc40fb3bc92b397dc9a1d0f987278690a 0cf5b8709fae6e2340af709980b9c9ddd846c096 0d035e8a95cdb8457bcfff4bca1e662627c1fcd8 0e392363903743ca3fa7790e93d3c1ac7d9ef414 0efa2ebd2f3a3c894c6155708eb1ed237852cd70 10d586cace6c21b8c356c6525be1214ef23b291a 11b8210467608e32f9aa70eead8e7acafbd47f2f 1220b46a97b966505ef789663fffbaf1078e5bd8 1319223417a2b63f01da4cc8ca977d668d6ee386 15006dd82967311f2c34aa2753dcb394720bc54d 16818c6e67da94f17a9f3c1661f4bc0f3848f61b 1d73dfa0ca2bd2b4b8241256abbf6b3b4b75f9d6 1d7dbd48f6a8050fe42aea563fe5d3dc86ce6c1d 1e6af30d97da9212422740d9e8fdc5e409f4ac5d 1eb1756e1bba791872af8815476f1ccc1f4772b0 2a53eef72d8140fd4878cc3d60e927b6d7b3f326 2db823809370ba04907499fe9f70f51056dbd0c9 2e5bc1051f0c9d37323c620dbd6915f788a98079 348af85658a00d7ec785cd6945a496f8562ce016 372f4c638502e66f797e70d0d7d5a8fa25395c69 39b9a07be8c51ce5aa1e941c13280cb96eea4f65 3baf33d3fdc7b66daaadb7453a1b619a05299e56 3bd19d6e4ec05206ca5a93907e625e7c8f651681 3cf0f788ffdf91ca8ff2a6203419f6a4d5b7a46e 3e3bd4bca5a01a34cfcc33c326bec42d5fb61229 3e9a942b87c7e377accd06b4ffb0b437a6dce5de 40a51823a8c55922898f9d4371f43aa3dcc4e56c 41518799431ffd1090b5ae798506b0971f708d6d 4423316e8df7f984401c9010c5de19d6954bab01 44a66fae76419653180d4c1c2fea45f426f95e87 45239b0b52c94e865b06c73b491f4888756b2a46 45df682c666cddefdc15d68508980af22f606335 465e1a871ded234585c7a7d11cdb84aaeb3a8620 486fc21b198e9ef6c445ff297ff1fa93275dea94 4a0f1e91d392a66e55646313b172f0e32d76a72e 50f98cd71213720a13e1e2397f28e350f5af65fa 535be5c4a47502b5ebe69aac45875e5a4c57c2e0 58241595b46f415a9f6ac76a821a448a67935553 5a4d890091eae6d641ed913eca146a1dfb235cd5 5bbcf49c3e143a90c3d058cf665aabae4f9689d9 5f010eb1b578bc172deaebb6431b126e96ff7ea7 61e66aeb37d7b6473e8665868656743d97492a9b 684ec6689638642c50bd958b8006d4eed5968962 69bee80e03ef184fd0fe923da1d211ab47f2abbb 6e908196b6635ba264ff745829ea4e81b5134df2 6f37dc56fb5e003f5e6a3dd9f822bc170125bcec 6f479b0f08a53a5dda25e465cdf0e26e6f8e0460 71958a2e7a9920417d7ac7e0d3b77c9215e528d7 76af01bde72df7ec4dd742fcf68925ae63b3d1fc 7719c91db3784f58e0cef86a9468c1a81782a49f 78d55b909e214fba54a7e549d9fc0047cb17d0c4 790573387ca677f1ddaea7e8299110cf3c7035f8 7c3983abdf3c5f3771e76df7c3a61a657e64740c 7c7e20cdbffe63278fe2a9ec0d363173838ad43b 7d4c5e0a3413d8c3bb070d5367cc3c834eba5ce9 8568f043f3656ce4cf84ca946a0d897b40e000aa 86ab20611d2b38d3c1987aa937f076ce750641d7 8715af6624c197326cee98430ac46e8c19ca0710 878e87b8e0bac923f6ec3e2a1afd1456602191c3 8901fa7d4b18cd0939ae57f80fa5728d06daeb4f 8929690dcc2e0b6edde91089fe668162f87ec733 8f135e869635f490357b05a8583b24c3e210fb9d 8fc3ca724651efb4fcc9448143a7fd59bb5dd9b7 91b4de72b5796927e3a438d81b928d311d95c548 9267cc2c07ae38f91b6e6d97c95b60382a6b302f 94886b5da1c8e85abef9fbce847321d230ac30f7 9613d88c3a854e866039564b907daf6f2054457b 98ce4969c6c68f696534302c9e60796a9e249f6c 99d2351178bedcac8d3873de48e297a3a27425fe 9c526a683acd00485cf97e2a66d904091588c7b0 9ce77662c4e3e907cb3a43f6716a0d779e9ee995 9f8b09642c28d6eb4e03a2f2a018b81d04b70f0f a1be31b7206c7158953c5af664dae2630292f19f a381fc22d7cf165f3fc521ec3bb04e71c7e84cc2 a551430e1c291c599b6627dfa7e61543eb1af990 a80bb84647489dcc411d8318c39469c533c39e0e aa60db14c2a02a0ad4b908f540e6a27861496ee5 ac227f9e8bbe6196067273f743d76870bea8d1e2 ad3250ed5e095950e5e94333ec64c07b2ea6158a ae7cc7ad109979c53aa7930ed5ca5c51418e853d ae9675f796920010ed5d0cc85419e96d9d4e6614 b0b35a3d2979ff63455bc37eaa0aa612559c8235 b1655bf3c1c2d17e8f6de8506062c9599f90891c b19bbe29be3c3bb7f6d594603537bf36d404738e b55e806d7076092c4b5f995e5fd543492eca7d17 b7411448db12b0df1cb01b0ad507f261fa029ad1 b82cf837df012847bdf434452896224a513bbcd8 b868f2478afc119d99095d5518f19f944428fd51 b86aa84200ffaf5810e0457b7eb25ba130699b32 bb9643fdf2a140e96a08342cbb9e56cec3b93e77 c31b6b85e1a8da9acb89ada13612e432ada7ed4b c5fd0d7ea7789f58e090bbb36d8949b30b611f38 c86302ef907fb9f9f6f1f2f535f113817a9ebcaa c86ec7fc8c1e79c8d138ce179ae49a230562d29b ca5ab70409ff485626811880d31e25ac96f43719 caab3d142585255f5e5b2443af0bb258b462fe54 cb82957ad04ef05eb0131b27eb279f65189f97fc cd3b60d590752899b9548a8fb87dbd84c1dc9634 cd5899902bc30f2eca52e18760c732d5cd90f2ac d094a381bb49e627874859c268c90d28cc4852a6 d41937dd604f2028e588ceb85fb87be1f44fcaf1 d6e24d1de08b891d29b86d3e3f00ab289364262f df1b7d1a4258810504147913d320af7f4d31ef35 e38bdd318c21851a3252f63e689cc61dc7bac8f1 e81577ba1ab4647800538eeecb56832fb4cd27e3 e98f7bbd7515fd1b25863ec43b8fc1f0254c8e36 e9e863fa91d5fe29b18b7efac3d2b6b8c2e7b4fe ea0521577d7cd8dd88702b19a8bf34ee61403415 ea8d671a2c818952e762e64aff8aa5e1d40e062a ec1d549299b2afa4aa271f614a1e5f9a1da32225 ed7f99bd0b752eea5e1c70e49a282de45df0d7d8 f3fe03b15ab8b78cc9c304e906c53f3f03873b1d f6c05d9e51029905a6578555efbe2b80f01bb624 fad0d60fc3d9f3bdadcb34f4bb9b0bd35042a81e fb69db306bdc0642aafc62b49380f83457682b7f fd768dc5971b85fea88dd9e87d0bcb61facf54b2 fe37528f303c52720474c7bc1060d4a583bfaa46
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-client-9.2
Source: postgresql-9.2
Version: 9.2.24-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4382
Depends: libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.2.24), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 115~), sensible-utils
Suggests: postgresql-9.2, postgresql-doc-9.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.24-7.pgdg+1_arm64.deb
Size: 965868
SHA256: 4f55d9d4b76c5ca76830097553261183284b3757e78f1af5acf0b65b99550ea7
SHA1: d2a2f09b89bd0a0654da806971972eaadb40782a
MD5sum: b89676c9eb9210178c21cf4bb4805d14
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-client-9.3
Source: postgresql-9.3
Version: 9.3.25-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5125
Depends: libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.3.25), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
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.25-6.pgdg+1_arm64.deb
Size: 1024500
SHA256: 6b21c064f0d8863fb209c5962c51c26b9545c29af634245fe07f05c3c64f41e5
SHA1: b9cec17e66d78e536dc63dfdc32f7f31b8d8edfd
MD5sum: a66adb28739324316da233326aa61d92
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-client-9.5
Source: postgresql-9.5
Version: 9.5.25-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6309
Depends: libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.5.25), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
Suggests: postgresql-9.5, postgresql-doc-9.5
Conflicts: postgresql-server-dev-9.5 (<< 9.5.20-2~)
Replaces: postgresql-server-dev-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.25-4.pgdg+1_arm64.deb
Size: 1263128
SHA256: 0b7d3a20fc953602a6dc0847c1bf78c90b2362bcc76a110e1482faa3ff1b454c
SHA1: 71c9f29546b2aec4a72ed7bb2da5bb2ce475724b
MD5sum: 30784dfd3b7358657f6d9d16f2cec612
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-client-9.6
Source: postgresql-9.6
Version: 9.6.24-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6446
Depends: libpq5 (>= 9.6.24), postgresql-client-common (>= 142~), sensible-utils, libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-9.6, postgresql-doc-9.6
Conflicts: postgresql-server-dev-9.6 (<< 9.6.16-2~)
Replaces: postgresql-server-dev-9.6
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-client-9.6_9.6.24-3.pgdg+1_arm64.deb
Size: 1326828
SHA256: bd1933eb9d9373ab9ab79c8f0fb3208bbba45cc761823ee42bfa9a8ab17b3c03
SHA1: 0bf2bdad2fe0963c25b432a804056f78633d24e3
MD5sum: f699dc63a39a8ff6a4af50937d0d76a6
Description: front-end programs for PostgreSQL 9.6
 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.6. If you install
 PostgreSQL 9.6 on a standalone machine, you need the server package
 postgresql-9.6, 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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-contrib-9.2
Source: postgresql-9.2
Version: 9.2.24-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3987
Depends: postgresql-9.2 (= 9.2.24-7.pgdg+1), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libossp-uuid16, libpq5 (>= 9.2~beta3), libssl3 (>= 3.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.24-7.pgdg+1_arm64.deb
Size: 359356
SHA256: b26aa06286067a71dfe0fee8002be11d0fc0f58e3b22346cdf8b604c31bff7f3
SHA1: 81c20a5967f95253e0efa5f79775867020859f4e
MD5sum: eb002039fa72a42a643fc07951f16b64
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-contrib-9.3
Source: postgresql-9.3
Version: 9.3.25-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4128
Depends: postgresql-9.3 (= 9.3.25-6.pgdg+1), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libossp-uuid16, libpq5 (>= 9.2~beta3), libssl3 (>= 3.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.25-6.pgdg+1_arm64.deb
Size: 389484
SHA256: 03da749b05df53b6081485a6bfba37fc599e705bc916a0a8e01c99d6679dd093
SHA1: 8e0406ce4f4efaafb4882adc6ff16748ddd6e537
MD5sum: d848b662ae6a95c45dee4d6b62a6ed52
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-contrib-9.5
Source: postgresql-9.5
Version: 9.5.25-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4367
Depends: postgresql-9.5 (= 9.5.25-4.pgdg+1), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl3 (>= 3.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.25-4.pgdg+1_arm64.deb
Size: 439568
SHA256: f16c26235750d41ed5ec1922c8c38df153dfb39b114820d01275440853b76fde
SHA1: 1387c5f03484f7025334d64ef202cae20b2130d9
MD5sum: f299712f3a3074d3006e418927ab3751
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-contrib-9.6
Source: postgresql-9.6
Version: 9.6.24-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4685
Depends: postgresql-9.6 (= 9.6.24-3.pgdg+1), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl3 (>= 3.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.6/postgresql-contrib-9.6_9.6.24-3.pgdg+1_arm64.deb
Size: 486996
SHA256: 87c843c984f567bc2f5d01bd3c117df651cfcbe317ed09b09733a7662f92c329
SHA1: 3e6fb9d3e81cd449cc23c002d9d55da4ca2c8231
MD5sum: 870a4fb36e572e4cdda6c600792f775d
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.6.  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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-doc-9.2
Source: postgresql-9.2
Version: 9.2.24-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13406
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.2/postgresql-doc-9.2_9.2.24-7.pgdg+1_all.deb
Size: 1689604
SHA256: 3d66376c2f47cfd3f71e1a278da91eabca3fa8d10cb8c0a2b3bd8b103a1d9f89
SHA1: 70ca630aa021cf1c786ec9f864b4f650eeb20338
MD5sum: 3c268303b9747305f394083a87db6b1c
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-doc-9.3
Source: postgresql-9.3
Version: 9.3.25-6.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14216
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.3/postgresql-doc-9.3_9.3.25-6.pgdg+1_all.deb
Size: 1769500
SHA256: 40d3aead41d48b9cdec10d58c4093940cf8b1980d4c6dba543e07c33ab61e378
SHA1: 25c7dc51e0734303bba3022398153f66ea523f44
MD5sum: bd731cf5441d32540eac26d6be60162c
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-doc-9.5
Source: postgresql-9.5
Version: 9.5.25-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12014
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.25-4.pgdg+1_all.deb
Size: 1630712
SHA256: 3f8ff683ffc635c64a497c40bee57eeab752fee2f66bd42ef6848ad0c424431c
SHA1: 1c297cb5a66e7e4b61c30382ea5bdf75686ab4a9
MD5sum: 627d44a488bd92ade9170c71153fada9
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-doc-9.6
Source: postgresql-9.6
Version: 9.6.24-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12467
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.6/postgresql-doc-9.6_9.6.24-3.pgdg+1_all.deb
Size: 1697376
SHA256: 737dfb2d2cb4d66d990913f8effc849a5ccc2aeb71936b1d41b562113cfacfba
SHA1: 921c5897e471a4a670fd88026e900f541af49f35
MD5sum: ca8959e07ff9e3df1e53bab2382f63ee
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 9.6. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-plperl-9.2
Source: postgresql-9.2
Version: 9.2.24-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 255
Depends: libc6 (>= 2.34), libperl5.36 (>= 5.36.0), postgresql-9.2 (= 9.2.24-7.pgdg+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.24-7.pgdg+1_arm64.deb
Size: 44432
SHA256: bde2bdb6b16e4befbd4545f0ca5477f531fa77e7368a18da1590085ab407fdde
SHA1: 20bcbbf578f8bc4975115f1ce6200f8cea886f7c
MD5sum: adc9cc06f49f3b0fe4cd7ce8c8fa23d1
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-plperl-9.3
Source: postgresql-9.3
Version: 9.3.25-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 255
Depends: libc6 (>= 2.34), libperl5.36 (>= 5.36.0), postgresql-9.3 (= 9.3.25-6.pgdg+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.25-6.pgdg+1_arm64.deb
Size: 44112
SHA256: d7cf61ee1afe985db4366eb358860c2281f20b082f54d2cea045c19f4013537d
SHA1: 451ac9b82d562f78977104b397d3ea2ee41c16ff
MD5sum: ff5c136a87adc2d3180c689a1c2abe29
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-plperl-9.5
Source: postgresql-9.5
Version: 9.5.25-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 358
Depends: libc6 (>= 2.34), libperl5.36 (>= 5.36.0), postgresql-9.5 (= 9.5.25-4.pgdg+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.25-4.pgdg+1_arm64.deb
Size: 54252
SHA256: d71f6c44fd9fc091a0d10ee1e55634563d603b31e46e4347aa7dc7b4300ad8fe
SHA1: 58396c11661ce2f9febac9f69079f0450e2bb3b9
MD5sum: 98dd35f70602cf421df92da4540e7bfd
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-plperl-9.6
Source: postgresql-9.6
Version: 9.6.24-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 361
Depends: perl, postgresql-9.6 (= 9.6.24-3.pgdg+1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plperl-9.6_9.6.24-3.pgdg+1_arm64.deb
Size: 56236
SHA256: 688371acc1f72106a935ead8e2d84c7200124d6ececa555cef19d4b1edc04892
SHA1: dad1363a6763b30d9ccf6e5efa68c3bd24654de2
MD5sum: 61f9e3fd2b855937252baddbc2ead17d
Description: PL/Perl procedural language for PostgreSQL 9.6
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Perl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-plpython3-9.2
Source: postgresql-9.2
Version: 9.2.24-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: libc6 (>= 2.17), libpython3.10 (>= 3.10.0), postgresql-9.2 (= 9.2.24-7.pgdg+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.24-7.pgdg+1_arm64.deb
Size: 39600
SHA256: 4c572a75b63eeedeaaca5d2881bb8879631497582b8505af5fde21db2858dd66
SHA1: 071346f3ab34a4d9d75e33c2619765a5c6bda949
MD5sum: be7a762dd3cebd903eda4a406d678590
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-plpython3-9.3
Source: postgresql-9.3
Version: 9.3.25-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: libc6 (>= 2.17), libpython3.10 (>= 3.10.0), postgresql-9.3 (= 9.3.25-6.pgdg+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.25-6.pgdg+1_arm64.deb
Size: 39744
SHA256: 8b08fe1eba4e5de831a883b5dbc0d1beff6fa9931e2eaa5bb65c7bcb9ae36291
SHA1: 18e86dcca4f6e99d4e537bead38c6cf830ac6da5
MD5sum: 468de05133f4eb8289714cba41709347
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-plpython3-9.5
Source: postgresql-9.5
Version: 9.5.25-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 311
Depends: libc6 (>= 2.17), libpython3.10 (>= 3.10.0), postgresql-9.5 (= 9.5.25-4.pgdg+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.25-4.pgdg+1_arm64.deb
Size: 47604
SHA256: ff19f1e2a48c9c1713309a8653519abb2fc7afce20caf77831469f62f5f9e577
SHA1: ee2dc807511b36d82863adee59c02d35020d4956
MD5sum: 623446ffcd9fbba21b7e1a1953d49af9
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-plpython3-9.6
Source: postgresql-9.6
Version: 9.6.24-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 312
Depends: postgresql-9.6 (= 9.6.24-3.pgdg+1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plpython3-9.6_9.6.24-3.pgdg+1_arm64.deb
Size: 50764
SHA256: d6eb660b06c324548b30a203b7e2e3ad495b3d80d7226a89ff257a14897811a2
SHA1: cad01db07ace79cb1646424885a2546cee824796
MD5sum: 0d7c0628b12a1274e85b9b530dd09f91
Description: PL/Python 3 procedural language for PostgreSQL 9.6
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Python 3.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-pltcl-9.2
Source: postgresql-9.2
Version: 9.2.24-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.2 (= 9.2.24-7.pgdg+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.24-7.pgdg+1_arm64.deb
Size: 25752
SHA256: 0a27cfc65362d377dd416c6e4558dd07770967a87cc96fb65be1b39992838f53
SHA1: 6f27c6933261391ff805278717e38bbf8ad863c0
MD5sum: edf3e620c07b26273a610a444e43e6ed
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-pltcl-9.3
Source: postgresql-9.3
Version: 9.3.25-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.3 (= 9.3.25-6.pgdg+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.25-6.pgdg+1_arm64.deb
Size: 25632
SHA256: 4626b2622a97b2794b6f3b62e521d6e9999046bcd7fcd7da3344d47d28cbffaf
SHA1: 5bee2b4d6af82c5d42ab2d02e46cfaa61a67ebde
MD5sum: b7736a3fde196816929d766a01063535
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-pltcl-9.5
Source: postgresql-9.5
Version: 9.5.25-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.5 (= 9.5.25-4.pgdg+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.25-4.pgdg+1_arm64.deb
Size: 32332
SHA256: 211496ee7730dff2d047c7f74c860fa32f37343ec8c13e923795e7516340f6c1
SHA1: ab1a5b5c4f0f8682755472c5fa85a7f780fdcd45
MD5sum: 32364166e5ece1de0a119fa3d6b69280
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-pltcl-9.6
Source: postgresql-9.6
Version: 9.6.24-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 191
Depends: postgresql-9.6 (= 9.6.24-3.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-pltcl-9.6_9.6.24-3.pgdg+1_arm64.deb
Size: 37700
SHA256: 8f4a8e290526ca95707a9e189c8d518afeaa63d3663ca7cca841d22cdefb6220
SHA1: 92509abe41a1ff98844326233dd680e592e451ca
MD5sum: b03f84de310f5812d3795545ff59187c
Description: PL/Tcl procedural language for PostgreSQL 9.6
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Tcl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-server-dev-9.2
Source: postgresql-9.2
Version: 9.2.24-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3319
Depends: libc6 (>= 2.34), 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.24-7.pgdg+1_arm64.deb
Size: 575460
SHA256: 2c8928cd8f24f05ffe0b31ff81f1c1ddf51fd3588fe89c74a449469f02acb515
SHA1: 1e43754c3e20984377c77cbf13049ef3ac9b9061
MD5sum: 9c84f39c1a8a7bd78e074af6cf2031b6
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-server-dev-9.3
Source: postgresql-9.3
Version: 9.3.25-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3556
Depends: libc6 (>= 2.34), 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.25-6.pgdg+1_arm64.deb
Size: 618844
SHA256: 54e57b1c3db7b282a99ccea4f510302c91b68fe10d2b7bb68d8edc54e06b6eb7
SHA1: 0932418ded32164c36212c7bdc1823b4f9df52a8
MD5sum: a5c005bb6ee0ba53bc7bfcc9be0c28da
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-server-dev-9.5
Source: postgresql-9.5
Version: 9.5.25-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4075
Depends: libpq-dev (>= 9.5~~), postgresql-client-9.5 (= 9.5.25-4.pgdg+1), 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.25-4.pgdg+1_arm64.deb
Size: 712280
SHA256: 302cef5425d2c0292513f14f70c3204727081ade9eb176c252de14d6b22834a5
SHA1: 4aeb8ee2f3d0a46ca5a41df910963ac501fe86d4
MD5sum: 17307b3673844e3c87ef80593d725d46
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.
Timestamp: 2022-11-01 19:45:11+00

Package: postgresql-server-dev-9.6
Source: postgresql-9.6
Version: 9.6.24-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4414
Depends: libpq-dev (>= 9.6~~), postgresql-client-9.6 (= 9.6.24-3.pgdg+1), postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-9.6/postgresql-server-dev-9.6_9.6.24-3.pgdg+1_arm64.deb
Size: 780140
SHA256: f585f57a8003ee0ef8709c602fa5947ae8fd2edc2a1f185ba8f0c6b134398780
SHA1: a2ac1cb10c446bd9e750858f1299edb7cdc457b4
MD5sum: 07a521c467f1fca1ae2daabcba3e47fd
Description: development files for PostgreSQL 9.6 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.
Timestamp: 2022-11-01 19:45:11+00

Package: python3-rdkit
Source: rdkit
Version: 202203.2-3.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 24560
Depends: fonts-freefont-ttf, rdkit-data, python3 (<< 3.11), python3 (>= 3.10~), python3-numpy (>= 1:1.20.0), python3-numpy-abi9, python3:any, libboost-python1.74.0 (>= 1.74.0), libboost-python1.74.0-py310, libboost-serialization1.74.0 (>= 1.74.0), libc6 (>= 2.34), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.1), libgcc-s1 (>= 3.0), libmaeparser1 (>= 1.3.0), libpython3.10 (>= 3.10.0), librdkit1 (>= 202203.2), libstdc++6 (>= 11)
Suggests: rdkit-doc
Homepage: http://www.rdkit.org
Priority: optional
Section: python
Filename: pool/main/r/rdkit/python3-rdkit_202203.2-3.pgdg+1_arm64.deb
Size: 3733120
SHA256: 1b74d237f49e46a0dbe06a6ebb9051ae75b5c61bcc8e4da21deb01f9d6a85601
SHA1: e1c99e1a1efb31cf896eca71dad78012b8edc782
MD5sum: dd03a039bb8cea89333598fc42aa4f45
Description: Collection of cheminformatics and machine-learning software
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
Timestamp: 2022-11-01 19:45:11+00

Package: python3-rdkit-dbgsym
Source: rdkit
Version: 202203.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 58894
Depends: python3-rdkit (= 202203.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/python3-rdkit-dbgsym_202203.2-3.pgdg+1_arm64.deb
Size: 50566240
SHA256: 87f2bcc47ffe4c87306396cec83952d28099bffdf2db9a18a319dfca370af5ac
SHA1: 8a26df29eae6b7b0815feea7f8f0555fda39d261
MD5sum: 06de1208f3901ce3b8d37d32721e8847
Description: debug symbols for python3-rdkit
Build-Ids: 002a83bf39276ade55fb30d14889567147a1b2dc 08dbbe9e22a7712a40e0a747768e1572cc4835bd 08ee99e46736f70acef9f44d09d2d9c0d5df6e09 0afbbb1996da26a3f848ca713b0097edcb7bd088 0b5501b3b3031f9695fc7d7b78ed1b6232db8491 0dc52e4c275682ae3ac09a98921c0fce0687ebfc 1269c86ee49c9cab76643fd61e76826f2c5736e6 1323dce4aef5de3000a67e03aa18671fc6c887a9 1cfd042e61296d81afa9283d92231a6a6dcc0f8c 25d58a3216a9ffcdea34bac99e665a8003e53a02 269d0709e48c80c0f144427d8a3e0957c95a3847 2a4b1af7d8c85c17e83aecef11a932e4deff0e7d 43e9174df868e0517a71af805abcb27bed24cdc1 465b97649060c61b5329e66e02536f05f7bd0df4 52a6dae03c99c942274df57e6a839333bc99e5e6 552963d98693db77f5ea9fdfecfeae4baecf6acb 5d6ac2076a6c6a451665b482221eef26ec05d417 6021e156d8ce902fe83d996da119aca9c1f4e0af 69ca9793b0af5ceefeab1a9fc3911b24f4f651bd 70c621ffb0a7631cfa7221c5ba9cf19a96e62050 7644de447e93eb2558ce5a20dc051a7279766867 832998857210d1b50bd67124f1d303a462e1ab9b 84bcc465a96ba17e273afedbcabe28b64bd7fee3 8864c01bd774da681f9151401a749a9dc0b9bb8b 8aacef38a15e7ffa1bb43d3b78c9807a43bb6f95 8da33cc79e844f992cbffc52f8ec68c83bb39fb2 955e3799f6d37651484d3cac9521c4d30f1eee5a 96d470f326d945462f8fc36fc593cd16e8c18a99 a11a31aa8f8f1a49825f2a2b53e0cc832b7acc0a a518fbaa8ff47f623497a1322a5df9cb882013b5 a66c6d8e6dc40aa253f1347e6017ca668fd20a87 a8728f6ac4e07fc741a782f897fa04456e6fa4b6 b8d4a487b426a9ad82548e5aa5717eaeef7a96e1 bab99ee293d2ae52d8ba6bf268f68a5abb4ee53c bba377e9fec21d526f351365ebe648d17b47ddc4 bc532ab02c07213768f3f50c6fb05f8075bd6ba1 bdc9f7528408d0db00f8fc714ec5727aa2701b10 d077bd0da981314598a1b46ca2998f6be274e3f8 d48951924829bf7b53091ee98d149e375594cfd8 e153fa061f90a79819eb26e14fc26345d82e3d6a e168ff1a0859a2dd0b6cb440353ea5dcef5cb504 e2d8a3b52861cc320d441a588f16c3e123f482c0 e3717e58d9ed83ce79d432f92bc247cb9aec3b94 e4bcae5fbe8187172e4009a05cbd1846ce5b29d3 e57d55d61ad3a0b893bd42e13420b066c85feba6 e9dbf3dcf5869f07840b6a955ea6bc2b8ab8edf5 ebba80138b50cbf9a538e32834ce80d716e7fc29 f2704bf08f677373b4eeb318eb09f41413062da5 ff7f1a716a0d03a035bfc974395fab470f3986e0
Timestamp: 2022-11-01 19:45:11+00

Package: rdkit-data
Source: rdkit
Version: 202203.2-3.pgdg+1
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 58420
Homepage: http://www.rdkit.org
Priority: optional
Section: science
Filename: pool/main/r/rdkit/rdkit-data_202203.2-3.pgdg+1_all.deb
Size: 13058772
SHA256: fd1841a20539c147eaaba4b35cb0e1597191baf9cc4c2aba6e96bc3ec2400da1
SHA1: 3c8a832f43d9d519048790e0950d59d80a9c7201
MD5sum: e9734c6e6b4491dec505e331086d08d2
Description: Collection of cheminformatics and machine-learning software (data files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains data files.
Timestamp: 2022-11-01 19:45:11+00

Package: rdkit-doc
Source: rdkit
Version: 202203.2-3.pgdg+1
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 62802
Homepage: http://www.rdkit.org
Priority: optional
Section: doc
Filename: pool/main/r/rdkit/rdkit-doc_202203.2-3.pgdg+1_all.deb
Size: 6341680
SHA256: 1e717bc5ee159b0271f12725236df6bc42f757becee1565350fb5158c194e785
SHA1: 8ecec50096e5e1ab5191bd167609e403b0d2a72f
MD5sum: da5d7d96db2f4078d3d2fc3cafb9a2fe
Description: Collection of cheminformatics and machine-learning software (documentation)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains the documentation.
Timestamp: 2022-11-01 19:45:11+00

Package: slony1-2-bin
Source: slony1-2
Version: 2.2.10-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 880
Depends: lsb-base (>= 3.0-6), logrotate, postgresql-common, perl:any, libc6 (>= 2.34), libpq5
Recommends: libdbd-pg-perl, ntp | time-daemon, postgresql-15-slony1-2 | postgresql-14-slony1-2 | postgresql-13-slony1-2 | postgresql-12-slony1-2 | postgresql-11-slony1-2 | postgresql-10-slony1-2
Suggests: libpg-perl, slony1-2-doc
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.10-5.pgdg+1_arm64.deb
Size: 205068
SHA256: 8316b474981a7102cce6ccecf2f06cffa54c8ec86d1b02b3040e4f523102ffa4
SHA1: 80ad4fddeeafec808a1b6100c7ff88270d997356
MD5sum: 2e5f42b8084b10b20f873e8f0cf60d2b
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.
Timestamp: 2022-11-01 19:45:11+00

Package: slony1-2-bin-dbgsym
Source: slony1-2
Version: 2.2.10-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 358
Depends: slony1-2-bin (= 2.2.10-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/slony1-2-bin-dbgsym_2.2.10-5.pgdg+1_arm64.deb
Size: 311496
SHA256: ac452270b8a80272b06c50a35d642dfa6d9eb836d0348549318cefe74e497bbb
SHA1: 0555d7e0a92c430ec5f009029383ce39a88a164a
MD5sum: a0a6f9c0c9bad0640310088b8ee07b1c
Description: debug symbols for slony1-2-bin
Build-Ids: 7aa6702ddde451dbcaa15fc799475fe36a4ce1e5 8f29473acde888ee2f26ec6a5b7fa4eb5692077a f6b494e0f5ee20d7f203ef0f83277283a3e964c8
Timestamp: 2022-11-01 19:45:11+00

Package: slony1-2-doc
Source: slony1-2
Version: 2.2.10-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1869
Conflicts: slony1-doc
Provides: slony1-doc
Multi-Arch: foreign
Homepage: http://slony.info/
Priority: optional
Section: doc
Filename: pool/main/s/slony1-2/slony1-2-doc_2.2.10-5.pgdg+1_all.deb
Size: 325344
SHA256: f4bb2460fff293aa80b0589bde3cc018d3b56d2905216381d38251d51bacd091
SHA1: df50d57da94b5bb6e09daff8f96d08976094611e
MD5sum: 5a2e521b5a7acc1b1a48debbd9392be9
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.
Timestamp: 2022-11-01 19:45:11+00

Package: libpgtypes3
Source: postgresql-9.1
Version: 9.1.24-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libpgtypes3_9.1.24-10.pgdg+1_arm64.deb
Size: 32204
SHA256: ec1ccbab8b7dfbd209aceb07ad06978f1d0b54bd7a67f96564b614b30e013d93
SHA1: 0559df312bb6346baf34a9b5ba57d91b688bd01e
MD5sum: 6be902e72e30fc7cb51d71a97df0be8f
Description: shared library libpgtypes for PostgreSQL 9.1
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-02 20:19:25+00

Package: libecpg-compat3
Source: postgresql-9.1
Version: 9.1.24-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libecpg-compat3_9.1.24-10.pgdg+1_arm64.deb
Size: 11872
SHA256: 10b553116e23efe3b157f0556c183a0aa4d1cc7ee245e220801a896bbea1a743
SHA1: 8e7fb946d3b91ae3b084af2dc8947c134836f9c5
MD5sum: e379203c1085abca7c8969dedd1981ea
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.
Timestamp: 2022-11-02 20:19:25+00

Package: libecpg-dev
Source: postgresql-9.1
Version: 9.1.24-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1025
Depends: libc6 (>= 2.34), libpq-dev, libecpg6 (= 9.1.24-10.pgdg+1), libecpg-compat3 (= 9.1.24-10.pgdg+1), libpgtypes3 (= 9.1.24-10.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libdevel
Filename: pool/9.1/p/postgresql-9.1/libecpg-dev_9.1.24-10.pgdg+1_arm64.deb
Size: 192108
SHA256: fb865decde94778f01561eafad4d476b49fbec1af05086151de3a33712065590
SHA1: 60e37515b1df9453c8f79bde976618d128dbe516
MD5sum: 9467f0b3cb6b0a4be1662f9388402c88
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).
Timestamp: 2022-11-02 20:19:25+00

Package: libecpg6
Source: postgresql-9.1
Version: 9.1.24-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 421
Depends: libc6 (>= 2.34), libpgtypes3, libpq5
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libecpg6_9.1.24-10.pgdg+1_arm64.deb
Size: 72164
SHA256: 8890c9cfc7b7ad980cdeb02d24ee8efd8078eacd6926c433cf242f135ba85ac2
SHA1: 252a239a2d5993e51c921705f21abb46a982b4cc
MD5sum: 25f4dea2418da79b6790aab9b59461b2
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.
Timestamp: 2022-11-02 20:19:25+00

Package: libpq-dev
Source: postgresql-9.1
Version: 9.1.24-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 922
Depends: libc6 (>= 2.34), libpq5 (= 9.1.24-10.pgdg+1)
Suggests: postgresql-doc-9.1
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libdevel
Filename: pool/9.1/p/postgresql-9.1/libpq-dev_9.1.24-10.pgdg+1_arm64.deb
Size: 169136
SHA256: 801d50473d5c0cf7df33335557ba62b1d0a7d1ce6326bb77c7fb890d6c3d4da1
SHA1: 1169b132ca86b85eb6886e0ef608b8bdd19661a1
MD5sum: 0312f61834d2b36fb64545004bf2488d
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.
Timestamp: 2022-11-02 20:19:25+00

Package: libpq5
Source: postgresql-9.1
Version: 9.1.24-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 542
Depends: libc6 (>= 2.33), libcom-err2 (>= 1.43.9), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap-2.5-0 (>= 2.5.4)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libpq5_9.1.24-10.pgdg+1_arm64.deb
Size: 111164
SHA256: 4421ebf6802732e7281538017d91024614d8ba6b22df7204eba981f35e633671
SHA1: 101913b0ce76fe34bfa32199d012e625338a6df1
MD5sum: aca0395201f73bb03eecb09bbf8c4bcb
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.
Timestamp: 2022-11-02 20:19:25+00

Package: libecpg-compat3
Source: postgresql-9.4
Version: 9.4.26-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libecpg-compat3_9.4.26-5.pgdg+1_arm64.deb
Size: 13896
SHA256: 9c8a6336c61599a9040cfe3a522807723746971ab0b7f99d4da72f6ac7a9609c
SHA1: 7b4c5d037b0b0e035c9d10ec601551a238177a65
MD5sum: d671ced2b9211d09ef471d86bb8f3bc0
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.
Timestamp: 2022-11-02 16:39:46+00

Package: libecpg-dev
Source: postgresql-9.4
Version: 9.4.26-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1108
Depends: libc6 (>= 2.34), libpq-dev, libecpg6 (= 9.4.26-5.pgdg+1), libecpg-compat3 (= 9.4.26-5.pgdg+1), libpgtypes3 (= 9.4.26-5.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libdevel
Filename: pool/9.4/p/postgresql-9.4/libecpg-dev_9.4.26-5.pgdg+1_arm64.deb
Size: 203300
SHA256: c39967c829e1829389f18acd97b2dcae0d978a662cbe22b97993901a8b9ae4bd
SHA1: e888225fb6f66cc613850aa2e453486ae78900f8
MD5sum: 77625497aad9e8220b1266c25456dd42
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).
Timestamp: 2022-11-02 16:39:46+00

Package: libecpg6
Source: postgresql-9.4
Version: 9.4.26-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 432
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libecpg6_9.4.26-5.pgdg+1_arm64.deb
Size: 75244
SHA256: c43a7bd26f053cb1e0fd4aa35fcd3ca2831d4f888be4313836be259fa05000a8
SHA1: e9e0fdf4652e4dc8bdfaffec5b04043c827c2d1f
MD5sum: da653cdb9e074de856fe36dc6c9599c1
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.
Timestamp: 2022-11-02 16:39:46+00

Package: libpgtypes3
Source: postgresql-9.4
Version: 9.4.26-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libpgtypes3_9.4.26-5.pgdg+1_arm64.deb
Size: 34120
SHA256: 0229f3abd2d12788751a09ff1293f5fa1e64a95b523aec85d55b3b86c9309ec6
SHA1: a0e31b1847ca8a29c04d89fbb6e5e2a0aae45c58
MD5sum: bec31fecc9de637bf3125003e3cd5a32
Description: shared library libpgtypes for PostgreSQL 9.4
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-02 16:39:46+00

Package: libpq-dev
Source: postgresql-9.4
Version: 9.4.26-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 738
Depends: libc6 (>= 2.34), libpq5 (= 9.4.26-5.pgdg+1)
Suggests: postgresql-doc-9.4
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libdevel
Filename: pool/9.4/p/postgresql-9.4/libpq-dev_9.4.26-5.pgdg+1_arm64.deb
Size: 147284
SHA256: 051233e203bc83ed15fdf983738eb30f45b75698ea53e304ad407f901187af5b
SHA1: fdbd8d11151452e2ebe1023274a4c93476206a91
MD5sum: eb83610bec100fd8e1fd51c0a4077e20
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.
Timestamp: 2022-11-02 16:39:46+00

Package: libpq5
Source: postgresql-9.4
Version: 9.4.26-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 533
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libpq5_9.4.26-5.pgdg+1_arm64.deb
Size: 116648
SHA256: 5372308ab4fa9599617b57836b75e1b599fe1b4b58ae17f18b2e231d5b20ea9f
SHA1: 45c3582fbb2abce3e29812cec573377c44fab994
MD5sum: d3d87642613efa037ab517a5d08cd6b8
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.
Timestamp: 2022-11-02 16:39:46+00

Package: libecpg6
Source: postgresql-15
Version: 15.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 267
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-15/libecpg6_15.0-2.pgdg+1_arm64.deb
Size: 53768
SHA256: c0a22e53efed9b81e708782114784a3097dd32ab4cab4c8d17bacb345a00a19f
SHA1: 11bed86756afdd7b1d602b6784499c1bb29cb72d
MD5sum: 4164acb3af95429240fec65e6839bd20
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.
Timestamp: 2022-11-02 21:23:00+00

Package: libecpg6-dbgsym
Source: postgresql-15
Version: 15.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 15.0-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/libecpg6-dbgsym_15.0-2.pgdg+1_arm64.deb
Size: 113892
SHA256: 8e0bbd2ec698a5f81a17a675cbfbfa3bd8c9e6ab22333fb4e8b3748353e4fb43
SHA1: d3ac75040ef493f5788ddc9d2b7b638712b2affd
MD5sum: b97cbd899520d123a0bd63ac0d8db214
Description: debug symbols for libecpg6
Build-Ids: 12d1f244ce284f97827e189a8bad4d8f63860035
Timestamp: 2022-11-02 21:23:00+00

Package: libecpg-compat3
Source: postgresql-15
Version: 15.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-15/libecpg-compat3_15.0-2.pgdg+1_arm64.deb
Size: 18084
SHA256: e59a48e84e9bd1e38d18670b186fa7ca1780ea9213e78bc49668e9d6bc3d5d47
SHA1: 94f16a1475fd9617dcf60839610119f83079699a
MD5sum: 76de4ddcea8bbc35f7648773d9eb7db1
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.
Timestamp: 2022-11-02 21:23:00+00

Package: libecpg-compat3-dbgsym
Source: postgresql-15
Version: 15.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 15.0-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/libecpg-compat3-dbgsym_15.0-2.pgdg+1_arm64.deb
Size: 39088
SHA256: 4bbcae0ec63878931a872b411aea32f4ca34dfb4499379ca6261ee0a1f87d630
SHA1: 8b431b97ecdf956ccd0924811c57c6c8c87c082c
MD5sum: 9070fafd9a0dbd7d8beb3a0a60135e05
Description: debug symbols for libecpg-compat3
Build-Ids: 794e6a3897a0fc0354aec18e2949019ff567b7e3
Timestamp: 2022-11-02 21:23:00+00

Package: libecpg-dev
Source: postgresql-15
Version: 15.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1618
Depends: libecpg-compat3 (= 15.0-2.pgdg+1), libecpg6 (= 15.0-2.pgdg+1), libpgtypes3 (= 15.0-2.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/libecpg-dev_15.0-2.pgdg+1_arm64.deb
Size: 275336
SHA256: 1519989bde36545e42880d06d7c4c53546303eedd73dcf64017b95dc4e7914bb
SHA1: 81bbf0185d38642d756ae9dcdd67eceb974d0bd8
MD5sum: 0b675a07f187594ed3a56b79a652df62
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).
Timestamp: 2022-11-02 21:23:00+00

Package: libecpg-dev-dbgsym
Source: postgresql-15
Version: 15.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 320
Depends: libecpg-dev (= 15.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/libecpg-dev-dbgsym_15.0-2.pgdg+1_arm64.deb
Size: 274400
SHA256: afcefd61c1a50c581f45dab57551f5f2505c9077eca55c05bdcb449ed5617f2e
SHA1: eba54f7280878a970749399728a8c70c7f8bb1dc
MD5sum: d3ceb355a35e464daa923414faf67ea2
Description: debug symbols for libecpg-dev
Build-Ids: b2a783f654d0987931279d2147071bbb4810a15c
Timestamp: 2022-11-02 21:23:00+00

Package: libpgtypes3
Source: postgresql-15
Version: 15.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-15/libpgtypes3_15.0-2.pgdg+1_arm64.deb
Size: 38220
SHA256: 64b065b4d09143f9fb39b5d6a1b27a2e892e5e1d9381a737b6422b650926f74c
SHA1: 1b34434a7fefdbd2bf55d37a7af6bc733880ced9
MD5sum: e83b1820d40af471caec5899d3fc4cf0
Description: shared library libpgtypes for PostgreSQL 15
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-02 21:23:00+00

Package: libpgtypes3-dbgsym
Source: postgresql-15
Version: 15.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libpgtypes3 (= 15.0-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/libpgtypes3-dbgsym_15.0-2.pgdg+1_arm64.deb
Size: 87888
SHA256: f3781a18a677e430959ce9e86eb7560af1bab35f770625ae0b1b37907001548e
SHA1: b52f6d6c3fd9df83cfa1921ea5d5c5457e1de123
MD5sum: 534ac2ecfac3e93268369c2231610c25
Description: debug symbols for libpgtypes3
Build-Ids: ddd1950a7ade40f76617b79a6a4a8994066c276a
Timestamp: 2022-11-02 21:23:00+00

Package: libpq5
Source: postgresql-15
Version: 15.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 864
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-15/libpq5_15.0-2.pgdg+1_arm64.deb
Size: 172916
SHA256: 416ead534f8cf7b4122a37a64768d7f434b1f4d8cdecf200e4c604cb99c72bed
SHA1: ae5abc7b9e034f638c06af9b9049ff6e62779a26
MD5sum: 7fa06a6b7b4074e9ea26f8a3cdd845ff
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.
Timestamp: 2022-11-02 21:23:00+00

Package: libpq5-dbgsym
Source: postgresql-15
Version: 15.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 312
Depends: libpq5 (= 15.0-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/libpq5-dbgsym_15.0-2.pgdg+1_arm64.deb
Size: 277000
SHA256: 8ddd45cf7c0cecd082540cf05649233eb71344155f35965a8b8991945071297e
SHA1: c5f3d74ab9523c65cfcab2fdf84bb8ecdd21a534
MD5sum: b2bd140a4839f5ba31a4f50f4337cb66
Description: debug symbols for libpq5
Build-Ids: b703d6574806a3c8d7b8e21896f282079a8fd098
Timestamp: 2022-11-02 21:23:00+00

Package: libpq-dev
Source: postgresql-15
Version: 15.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 582
Depends: libpq5 (= 15.0-2.pgdg+1), libssl-dev
Suggests: postgresql-doc-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/libpq-dev_15.0-2.pgdg+1_arm64.deb
Size: 136544
SHA256: 3b7947451c4d9e38269d932a0343a010637f29a62adf2fba85aaaf663635066a
SHA1: 1daf79f40b999aae9fe3ddd10b6a38998d728f0a
MD5sum: 669b3eb787d0d0868b131e26cbf567eb
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.
Timestamp: 2022-11-02 21:23:00+00

Package: pg-auto-failover-cli
Source: pg-auto-failover
Version: 2.0-2.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1021
Depends: openssl, libc6 (>= 2.34), libncurses6 (>= 6), libpq5 (>= 9.1~), libtinfo6 (>= 6)
Recommends: postgresql-10-auto-failover | postgresql-11-auto-failover | postgresql-12-auto-failover | postgresql-13-auto-failover | postgresql-14-auto-failover | postgresql-15-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/pg-auto-failover-cli_2.0-2.pgdg+1_arm64.deb
Size: 430516
SHA256: d51167b7649953210bd0c1c8fcb18d9bc6a09d1f2a9f6a7e90e710339963af70
SHA1: f816ddc6497bf18c8e58c2271bf2586c2cb322b9
MD5sum: bf88bc4c49e07153805d1c7834d5cd48
Description: Command line interface and service to manage pg auto failover Clusters
 This CLI is used to manage pg_auto_failover installations to provide High
 Availability to Postgres.
Timestamp: 2022-11-02 21:23:00+00

Package: pg-auto-failover-cli-dbgsym
Source: pg-auto-failover
Version: 2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 628
Depends: pg-auto-failover-cli (= 2.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/pg-auto-failover-cli-dbgsym_2.0-2.pgdg+1_arm64.deb
Size: 562660
SHA256: 214786098d427556df27258819db76e738a63c056e90e76a22fe3caacdb6b39a
SHA1: 51ca0f2e394a028f5c93778f583a7433aaba8414
MD5sum: ed118683d2eb77c88c3e4ddc2ad8c2c0
Description: debug symbols for pg-auto-failover-cli
Build-Ids: a924aa563adb6f4eb5909763f8e61bd40ed42c99
Timestamp: 2022-11-02 21:23:00+00

Package: pg-checksums-doc
Source: pg-checksums
Version: 1.1-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15
Multi-Arch: foreign
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: doc
Filename: pool/main/p/pg-checksums/pg-checksums-doc_1.1-3.pgdg+1_all.deb
Size: 6468
SHA256: 758ac5853836f27f918a189acaded328a1e60cb090cfcb7301e57041aff44542
SHA1: 22f35ad403739393fa3b860d694b7614290cf26b
MD5sum: 993d5c9ca36a5414a659e9a1d370c74f
Description: Activate/deactivate/verify PostgreSQL data checksums (Documentation)
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
 .
 This package contains the manpage.
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-10-auto-failover
Source: pg-auto-failover
Version: 2.0-2.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 282
Depends: pg-auto-failover-cli (= 2.0-2.pgdg+1), postgresql-10, libc6 (>= 2.17), libpq5 (>= 8.4~)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-10-auto-failover_2.0-2.pgdg+1_arm64.deb
Size: 56804
SHA256: c4261562d098436dcb2d6fb4547772d478529204f3f70dcf6b6f8a04007fa7cd
SHA1: c63d0aaf1a13938c60d69331db01d15778c23fcc
MD5sum: f3cbd931d36f81603ee169009c2cd44c
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-10-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 159
Depends: postgresql-10-auto-failover (= 2.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-10-auto-failover-dbgsym_2.0-2.pgdg+1_arm64.deb
Size: 135524
SHA256: 046257a613a3b1f704d91bd925f75f05fe35e0ff3f74c497c9f00ebcdf320c5a
SHA1: cde856b3cc5b7151b21ed7a772b2d8ba22a25c6a
MD5sum: fbfc940e66c3c0e3cf5d446b9ee22326
Description: debug symbols for postgresql-10-auto-failover
Build-Ids: 967ac47141991b42141eb6d209bd8849241de019
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-10-pg-checksums
Source: pg-checksums
Version: 1.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-10, libc6 (>= 2.34)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-10-pg-checksums_1.1-3.pgdg+1_arm64.deb
Size: 29420
SHA256: 9ec51f5d65974817afb8ca6f85ef0c958adfdb8141958ca20ee37dc3ec4be818
SHA1: 2064e1fd75c986de93a3261d8419066d40a6ec88
MD5sum: 3b6b16b46a27e29aadc4787eea8d8246
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-10-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-10-pg-checksums (= 1.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-10-pg-checksums-dbgsym_1.1-3.pgdg+1_arm64.deb
Size: 27420
SHA256: 0769c91f0d2d23709451a9f8a64731e0fc132b0e253069f20db55f85f8c8f626
SHA1: 5cdcec107a1ca73beef5a73fdc600f2fb1bbb677
MD5sum: c6d245bc23667f730a938464c37e9c07
Description: debug symbols for postgresql-10-pg-checksums
Build-Ids: 8880badac398a437cbf81588eb32c6008cda6056
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-10-pg-track-settings
Source: pg-track-settings
Version: 2.1.1-3.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 123
Depends: postgresql-10
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-10-pg-track-settings_2.1.1-3.pgdg+1_all.deb
Size: 9184
SHA256: 15b21172bbb7961b01d9a88e356520080ce9a9e61d9e7483f6ef5a55424524e3
SHA1: 377f5bd756a284f980b6938d3f477a63f156ded6
MD5sum: e6d7a613f1138ae840914e56256ed88f
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-11-auto-failover
Source: pg-auto-failover
Version: 2.0-2.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1051
Depends: pg-auto-failover-cli (= 2.0-2.pgdg+1), postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 8.4~)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-11-auto-failover_2.0-2.pgdg+1_arm64.deb
Size: 369324
SHA256: 306cf01692d7076fab58ec3614d8e95a77bed4715951cfd775d6deb6738d9820
SHA1: 6fd50686e0a6b786865a5ce5edc15ceab9240781
MD5sum: 0ed0917d3b27ce7d12d0f0c951b64116
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-11-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 156
Depends: postgresql-11-auto-failover (= 2.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-11-auto-failover-dbgsym_2.0-2.pgdg+1_arm64.deb
Size: 132788
SHA256: 7072375c6c5822bd0e5e2f635380bdf03dd2ef5f57998cf660068c698c5b43c2
SHA1: d92999bb74f229eb0fd07ceedffe52eee48c1cae
MD5sum: f3fe3f5a9cdc17f11ebe7cb5d267dc9a
Description: debug symbols for postgresql-11-auto-failover
Build-Ids: 35e1d070312cb098ae2d27ebe53a019c47a8d8b6
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-11-pg-checksums
Source: pg-checksums
Version: 1.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-11, libc6 (>= 2.34)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-11-pg-checksums_1.1-3.pgdg+1_arm64.deb
Size: 30068
SHA256: 7ab080c75c2b7c97932cbf67f08bafb6403a71aed6014f149c9effd736368c75
SHA1: 170c67c10ffd072156b38dbc15190cec29ceed44
MD5sum: 84f7e9e2b8258515f478b8dcba7b4d5a
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-11-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-11-pg-checksums (= 1.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-11-pg-checksums-dbgsym_1.1-3.pgdg+1_arm64.deb
Size: 27736
SHA256: cd7903632aa40a80868de60f1332b24e5a6354f8037079f379ccad438f8103b6
SHA1: 6dcd73348736384a17ac256933a2cc1dafdc13b6
MD5sum: 309634de602eb5704ea44cb223225ad0
Description: debug symbols for postgresql-11-pg-checksums
Build-Ids: 33c837a768cbe145fa9ab27abd4c88dd47599097
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-11-pg-track-settings
Source: pg-track-settings
Version: 2.1.1-3.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 123
Depends: postgresql-11
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-11-pg-track-settings_2.1.1-3.pgdg+1_all.deb
Size: 9192
SHA256: 24356c8b0232a25ca468655e90c6604c97743f553841df416e35c5904c0f98fe
SHA1: 56cfaa84451a662b4e5a2910a51624986b7cc87b
MD5sum: d589cc2b54b92854ca1ae346a27dc544
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-12-auto-failover
Source: pg-auto-failover
Version: 2.0-2.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1116
Depends: pg-auto-failover-cli (= 2.0-2.pgdg+1), postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 8.4~)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-12-auto-failover_2.0-2.pgdg+1_arm64.deb
Size: 393860
SHA256: cc8e8d10d38acfa6532851c36d3bbe6e077d3980444f77e78e9abe0037444842
SHA1: 5ea7aa26239c93ebcfb5fc735d0bffd36b6d281f
MD5sum: 0c58354cf2f4a4741b5daf74d62d1f18
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-12-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 165
Depends: postgresql-12-auto-failover (= 2.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-12-auto-failover-dbgsym_2.0-2.pgdg+1_arm64.deb
Size: 141572
SHA256: 2bf27358221453e04fa1b5e8c0de0d7004f3855335d4152c195981eb4707899a
SHA1: 3a9fb5c30b237df0cbfa84ee6b20591f19a51f69
MD5sum: a76d9eda61acef94d638184cc9566ca9
Description: debug symbols for postgresql-12-auto-failover
Build-Ids: c2ba94b4b0b31e415ea1e465368724b350648b98
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-12-pg-checksums
Source: pg-checksums
Version: 1.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-12, libc6 (>= 2.34)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-12-pg-checksums_1.1-3.pgdg+1_arm64.deb
Size: 34860
SHA256: 12711e579de57d8afe2e308ef2f0ab2f0a84f6e371c76a0597243dbf9436c9e8
SHA1: 65d47a82a878d2259b6b6116a6f710f763b25a83
MD5sum: 8ebe9f62a01b750a47f56207e92c0872
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-12-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-12-pg-checksums (= 1.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-12-pg-checksums-dbgsym_1.1-3.pgdg+1_arm64.deb
Size: 23132
SHA256: d3e698fc3a06008291e0af311bf88c925fed11e8c5b8e6c616b80ba4e3398196
SHA1: 0e7fbe0817ec771a27674400f04a588f5aec0376
MD5sum: ca4735afd6b0ff5a005c77e64844f250
Description: debug symbols for postgresql-12-pg-checksums
Build-Ids: a1ab587ebd60ddf3542444be039a0c09b8663d30
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-12-pg-track-settings
Source: pg-track-settings
Version: 2.1.1-3.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 123
Depends: postgresql-12
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-12-pg-track-settings_2.1.1-3.pgdg+1_all.deb
Size: 9192
SHA256: 4c7d86d4aec6505408e8f4cdadefe36f1c9d5341aa29c46f87a7797ce81717bb
SHA1: 7f30f7788e5cbb3ce3ce9e0400e1a954f3ffb401
MD5sum: 8b08dca54ec2cc35b25ad41b0107304d
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-13-auto-failover
Source: pg-auto-failover
Version: 2.0-2.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1135
Depends: pg-auto-failover-cli (= 2.0-2.pgdg+1), postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 8.4~)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-13-auto-failover_2.0-2.pgdg+1_arm64.deb
Size: 399392
SHA256: adba9c0643f0bd8c3c048fc14cb6cdba54f2a40387d72b61d4be73d8fa147ab1
SHA1: 2b2501a4745c173893b1a1aee6fdbf5254b32b4b
MD5sum: bdbdd4652102a166a4e8dbc3b1b42400
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-13-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 171
Depends: postgresql-13-auto-failover (= 2.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-13-auto-failover-dbgsym_2.0-2.pgdg+1_arm64.deb
Size: 148456
SHA256: 3841851148f347714f561ec70c02126f7026cab59f4e894d8796de311a218928
SHA1: 622cbca6c8d137cbc7e026338911747543ecf1a7
MD5sum: ca82c628361e8dac6f7695b9a3a3cfcc
Description: debug symbols for postgresql-13-auto-failover
Build-Ids: 21e7cc2671fb7e7174e9564209ae0022f77976d6
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-13-pg-checksums
Source: pg-checksums
Version: 1.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-13, libc6 (>= 2.34)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-13-pg-checksums_1.1-3.pgdg+1_arm64.deb
Size: 34728
SHA256: 7d7f9864b1ff618e4b2753c90e2004eff542b9d43315f92ac05445a04c9c6396
SHA1: 1ba80cfbf99708f8d17ee105f3ed70dd120c8e8e
MD5sum: 5d94d269e78199db00ba3cda4bc633a6
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-13-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-13-pg-checksums (= 1.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-13-pg-checksums-dbgsym_1.1-3.pgdg+1_arm64.deb
Size: 23160
SHA256: de94f452cfdab982a1b4322e045bf5f43444419a10d0a53ed95c4648846a2726
SHA1: a344abdeb3b16e99b511358058101fc6ae696d1d
MD5sum: 7a2ea7868f3ad82efba9b54f6f2bbbc5
Description: debug symbols for postgresql-13-pg-checksums
Build-Ids: ac8a6a429e76ecdf8985cde890aa032c8d205c08
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-13-pg-track-settings
Source: pg-track-settings
Version: 2.1.1-3.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 123
Depends: postgresql-13
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-13-pg-track-settings_2.1.1-3.pgdg+1_all.deb
Size: 9188
SHA256: 98e69b6563664c72004dd2f797f8d9fa90cfeba2bdb04b149fa0af84486b3da9
SHA1: 0bdb78d45b8e02f8c39f35aa83c33c3a94d9bd90
MD5sum: 792d9d1c8e5019662b56c1c1ee0fc067
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-14-auto-failover
Source: pg-auto-failover
Version: 2.0-2.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1137
Depends: pg-auto-failover-cli (= 2.0-2.pgdg+1), postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 8.4~)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-14-auto-failover_2.0-2.pgdg+1_arm64.deb
Size: 397148
SHA256: 27990e2c78da177645941e91b26f93dffa012eb3645419f9084c2db85ed920b8
SHA1: e3d20a324094c46feb682b9fb1c6405e02ffc49c
MD5sum: 1701359918e841b04a6ef1d0e3225409
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-14-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 171
Depends: postgresql-14-auto-failover (= 2.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-14-auto-failover-dbgsym_2.0-2.pgdg+1_arm64.deb
Size: 147620
SHA256: 367c941f2f19091fac2fa879bea5a898831be1cb470472267429bf592f462ca9
SHA1: eab4b2ad6eb33e6dd3f823e3fc144263e88f1d2c
MD5sum: 57b3fc42faecc6b45b5d7d8c8373b0b4
Description: debug symbols for postgresql-14-auto-failover
Build-Ids: f22afb4bb0ab6453de944443109d358dfac5bfc2
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-14-pg-checksums
Source: pg-checksums
Version: 1.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-14, libc6 (>= 2.34)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-14-pg-checksums_1.1-3.pgdg+1_arm64.deb
Size: 34360
SHA256: 0527569f4f34c19f3a6418a117b93ad7ed587a60da198a5b6100c7ce291217c0
SHA1: 0a7d9185ebe1b4769a94f4c4d4d901d4a3cd8349
MD5sum: 7503dff3406b2b729eaa610e8df77482
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-14-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-14-pg-checksums (= 1.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-14-pg-checksums-dbgsym_1.1-3.pgdg+1_arm64.deb
Size: 22764
SHA256: f33e55f90352e06ed98c1ad816165ffc2d062e2d0cc57be2371a3fa5d9a14de9
SHA1: bbca2fd7b7e90263526a509986921aafe91351ae
MD5sum: c9fb9fce9acc97e9a39e67dcb15a4d19
Description: debug symbols for postgresql-14-pg-checksums
Build-Ids: 87cb7ccb8fade05de8439d092cc63ebcc8a29a5c
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-14-pg-track-settings
Source: pg-track-settings
Version: 2.1.1-3.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 123
Depends: postgresql-14
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-14-pg-track-settings_2.1.1-3.pgdg+1_all.deb
Size: 9188
SHA256: b1d3498bbf555e739e214fe0b33f5063ca61782f06559a37e6e8e188e4317b11
SHA1: 0c0adba999d298a5fe352efac8f4f59b752cfe34
MD5sum: 82b9c5e40444e64ebe81e2233ce49e31
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-15
Version: 15.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57221
Depends: locales | locales-all, postgresql-client-15, postgresql-common (>= 241~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-15-jit-llvm (= 14), postgresql-contrib-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-15_15.0-2.pgdg+1_arm64.deb
Size: 17551396
SHA256: f87f376e449d7bef2890de534d2e4178928a378c7e1bf1593a208dac9866dcbe
SHA1: 8f0ff406d21584d6e653a4fc182494cb27c3ef3b
MD5sum: 8ae885f244045f0d73d0a63c9172dd9e
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 15.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202209061
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-15-auto-failover
Source: pg-auto-failover
Version: 2.0-2.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1140
Depends: pg-auto-failover-cli (= 2.0-2.pgdg+1), postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 8.4~)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-15-auto-failover_2.0-2.pgdg+1_arm64.deb
Size: 399512
SHA256: 4738edcdb35f06dca759b03b4a30cb38bf3e2eb6ec359251070cd87fa875a15c
SHA1: 226a7da2d6a15ab3a021b72da1716b4a925ea50a
MD5sum: 3b7ed4afed8f00011cd45e2431219390
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-15-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 181
Depends: postgresql-15-auto-failover (= 2.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-15-auto-failover-dbgsym_2.0-2.pgdg+1_arm64.deb
Size: 157560
SHA256: 30695ca65dcb6a5c716d931ef6143888c72abd7b5650e12c407a9d364bb7982a
SHA1: 581c6fa6974bf57c6181b932a37d938dfd0fcb7a
MD5sum: 99b9fb9c6bb5e957162a4a18aabc52d3
Description: debug symbols for postgresql-15-auto-failover
Build-Ids: bc074b57abdb5fc6ddc809946725a4da97e63387
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-15-dbgsym
Source: postgresql-15
Version: 15.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18901
Depends: postgresql-15 (= 15.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-15-dbgsym_15.0-2.pgdg+1_arm64.deb
Size: 17068124
SHA256: 7b3c812f498f6ae9287bc4297239eca3a26636414eaac02f198a38196970d4ac
SHA1: c7ed59b65935739d0b087e5bb190fd3802dc5e28
MD5sum: d86ba0cbb73f2f0118e8a55e36cf74cb
Description: debug symbols for postgresql-15
Build-Ids: 01608613869d52c97db0500def97ff063970bf7f 02db10827d330c90fcfee45e28c1149957a06362 03536f2d850f4bf4fd81085dc04be47c8bdce3b5 051eea3a3ab007a4e71b5928ed3966c5ed5556da 0648dc9e4b7354e740ba4f46c45d8687e7b96d3b 0666aa3451542bba2edcd196acd38845c01b39fe 06721f7000c81d8a32f036b61644174e5f3a60cc 07fb2607bd33dbf70a1feae47191f7d15493f8ea 081897ba5dc40a9d90bf3edb4a63af5070e284c6 0aed87721ec092ddf1300d40d6eecc8556daa45e 0e8f2efcbcc3e7636292770f0aeeb60ca868f35d 1074b99df89e07737a62bbf10098aa98dd973bf0 113315631268557244ddb449a1ce44a0abbb8a26 1284dfebf2790fbdf7f3f6c9820006d19471791e 150821a2c30b11ddfa087ac2ea5923785fae56da 17edd45ffc44d1933a8be26dddf6b2b47621e5ab 18674a11e10946dd81a675928fefaeaf0e12dbef 1b424119fc473d1e1e6ee1d3772327cf8886ce40 1ccc18d5fbd998db68fd56ac2d86b73607a5bc2b 216ebeee4db0d35dce18537b68666a8f4c77f4c3 23ee39fdded6968a94e9e9aff1b22650e8369763 240805adf93f388d1b39a5e73652dc123a4365f9 262a777ddba368d512646e1c4332a9d912f2901f 26b1327b55452e6ac0f1396b644fd92945ffab06 29740aded1d9c473b309b94e327ef9f9a5aef644 29a074650ac5878ee8d5e4daf60ad9fe03bf526c 321896584183bcee33632bc4120d4c6e86a29848 368104c5d471977ff875cbdb12686e849b6295d8 3ccdefc1d53a4bf469dceb1ff416bc7b83f420c8 45234cfec878f121f9d509167c1347c07c2cf58a 4595f8b3b83b9fff13f6ab875546042268456c83 4808d2a3d3efa8166549a002e829b1b4458836e2 4ced03c8f3c71e2f3f85c078a7ee6d4dd50c290b 4e3c74f6bdb4c576c0aa1d010a9b7b99e8b18545 54c2ca10d663a5debd61bdcc6bf8db0bfa6d52b0 5e398ecc53e7bb2f3cb4347523a12fd4cdbfe115 5e3a997e6ad65bdc725181ffacdbefe511922bcd 5fe3da09c0a7d0f48cec35a96e37b9ca07a35cd7 621e4bf92b496ea1776a78f3e801538bc18533f1 6262091f2d1fa6c703ceac951ea60cd496f1e3bb 62b860591c95ce46bf2cad141d8f2eaa14785f0c 63c3b890196aa479914899bb47a98275ef2eb226 65741480716fc3507ad6ebc824d44835111e9454 6595580dd2b318e92cd10625a2c4dcabc0037a4f 664df46839da20eb7d0aed1349abc5f4fa6275ec 66e2e1ae44db891591e225a3ac2ce0a64ba9c360 684ae785c68049b86f4fcc8a787fc7d6f0e43704 68f6c62f475a21662559c82fec3572539655b345 73aeb3c8ae2cb128dd8e14e4d4d55f540926d474 73f39e3b798125d4fea1deaa916aa2471f925e38 73fcdfb7bc7b6e7741f3cb89002de1c3222a51cb 75aa069815a5b942d7b4797939405b3674007258 7752ff919de9c4770700a94ac0409cab4b83a03f 7961f8fa69ff148e0b76d093d4ed36ae0192c174 79e833cc573564859c389c64083df8e47679ef8d 7d51eaadaf67f14cd50cf5ad8f3484bd9410710f 80af76906092e226d0ef99f24918bf7c4b1ecb6d 81e6392caefe135a7e4ce55c7b8976cb4d431b82 87f2a2d9469c4e0f1d496c4325492fb7f3983a55 8e25ff9edca972284414a7bd86d6a1e6f6b2e1d6 92fa1656c44210be8b8c4a9376327b05d6fb51af 959fbc3c9682edfac59202f5af5d3e100d9bc58f 99c0deaeb55bac48ac392c8f980b3e47dc8b5931 99d13ff5fe49aa098a59a00eaa7b06eccfa29e42 9a179920610e95bb43e6cb88f948b396100864a0 9cdd3ccb0896c07fce575e1678faa843938ba8ed a0b4bc9cae51631038e0a8558bf88faad1afea92 a293ad7508a8fbfd597f17ded927a65b6b296bed a31cf651cb10b85c01ac2992f9aff855395508cb aa4bbe62baa9ac3dca09120922fab169fcd5fd79 af536cedc70515366571ac472ed6fc7211f6604a b5a2899e0551fc6a0598ff57d5ebad267b20bc51 b7036ff81116540e59734cb471f275a1269231f6 b9808019abac051f332ca574fe366242be77a79b bef0ab3eee2121f94b3c5a7eb79e2e45a298f7d0 bf06c8d577166943d9425e291b7608bdea854698 c66627f9d0d529a0b0d168b3c91ee577505528eb cedda7419cb78b358f3fd96cd64e3797ff9c61b2 cfcd195b6d32255d6c2f19302adb45cbe8b02925 d6981af9b798ddb38cf327d98800c863769bb451 d769cf1e85263769a3a78a1e6a0133939f8fbdca d786916869273ba82212b44dbf4eb4d6995982d6 dc5565093e5a6a6291a81928a2757de39720ad62 dc84a09e2bafccfa47241ecb0f78e78bfeb32d8d ddd9004ddaf43ba0a0e003d5ad427e1619234d14 de95fd457c5c92929f16ea0529a12b2aea897346 e0001c76353f8f7e0d94fb00b9b89e636310c9b3 e07f9aa9358fda247281c1df3a198937d2e32cf4 e2269a0c91d3ff17271b00030f44b9fe17cbaac7 e4f53dc3915b0a30a5d5d8a536d8a7bbe549c988 e61d697d507a9def2f90f76b0c99e630c31150c7 e7d8cbef2f7ee632803ebda1bea3e8000d8214b5 e8bf5abf11819103c49dedddcd2a088a1ef59d3e ec59708b15e60a0c2335547678a3117762f9156c f1699a838572275b80df6d3c5695b0f2f907f747 f297b6ec59d552ea911106739f5c38d348e59ccb
Postgresql-Catversion: 202209061
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-15-pg-checksums
Source: pg-checksums
Version: 1.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-15, libc6 (>= 2.34)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-15-pg-checksums_1.1-3.pgdg+1_arm64.deb
Size: 34972
SHA256: c7286f3f41e7796942b8d5450f72352985e114aa255bd03a2cdbba51f4237690
SHA1: dd85851043e05591bbab871f762a42b602f66c83
MD5sum: a63afb8205c26843bc7daa51f60017a4
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-15-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-15-pg-checksums (= 1.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-15-pg-checksums-dbgsym_1.1-3.pgdg+1_arm64.deb
Size: 22360
SHA256: a23ffb7ea740c129bd4103ba902c39bce9a23a94243bc3b52d870172b4adce2d
SHA1: 2d8f9b503dabe5a5d6cb9dd01c053be238324205
MD5sum: f9c01274e0c7fd65348faef84395c0ce
Description: debug symbols for postgresql-15-pg-checksums
Build-Ids: d4fc8e2ffcc5ab3a3bfe4e647ee9e9ec7d102a02
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-15-pg-track-settings
Source: pg-track-settings
Version: 2.1.1-3.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 123
Depends: postgresql-15
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-15-pg-track-settings_2.1.1-3.pgdg+1_all.deb
Size: 9192
SHA256: a374063a0df676f16ff13da88f78038eab6a4929a6c6931e06213c59fe4577d9
SHA1: 87a551194a0d30d6932994ce1f6605fbc004a7be
MD5sum: fb3e28ca083bc0eb92d2a151eafe5fcf
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-9.1
Version: 9.1.24-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19243
Depends: libc6 (>= 2.34), libcom-err2 (>= 1.43.9), libgssapi-krb5-2 (>= 1.14+dfsg), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libxml2 (>= 2.7.4), postgresql-client-9.1, postgresql-common (>= 115~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.1, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.1/postgresql-9.1_9.1.24-10.pgdg+1_arm64.deb
Size: 3286748
SHA256: 05508879e262f24636733002f611342b19008318b372767c653336808ae53065
SHA1: 7c9904b1574e28b748aaceec0e48317e3e47f920
MD5sum: c6a9179d46acb37fcfa16fb735ca01e4
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.
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-9.1-dbg
Source: postgresql-9.1
Version: 9.1.24-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27897
Depends: postgresql-9.1 (= 9.1.24-10.pgdg+1)
Replaces: postgresql-9.0-dbg
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.1/postgresql-9.1-dbg_9.1.24-10.pgdg+1_arm64.deb
Size: 7846048
SHA256: f6e882048602bbbcdfea24997eabfef42e455af53fd480ba353734893633cfe2
SHA1: 058f660ac6b745db33e575f818c75d3fe9462dcd
MD5sum: 2306c3e2112eb33a21ac7a77e77e9c6f
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.
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-9.4
Version: 9.4.26-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20800
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3 (>= 3.0.0), libxml2 (>= 2.7.4), postgresql-client-9.4, postgresql-common (>= 142~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.4, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.4/postgresql-9.4_9.4.26-5.pgdg+1_arm64.deb
Size: 3727932
SHA256: 050ea641150a8455a069dfb69b97aedd18369d5d3307de98d4a0cb5dd6bd13b7
SHA1: c3d667208982bdf75755edf4e27ac9fbe5a7168f
MD5sum: befdfcb51e3255d29fd4a7035aa2760b
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.
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-9.4-dbg
Source: postgresql-9.4
Version: 9.4.26-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16617
Depends: postgresql-9.4 (= 9.4.26-5.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.4/postgresql-9.4-dbg_9.4.26-5.pgdg+1_arm64.deb
Size: 14720376
SHA256: 0511935f4a6c7394d75bf3dcc5f854dddaaf13bb5a826cd8890b2bd6c775de33
SHA1: 031014c4bc47b9dfaf05190459738223f8f4f444
MD5sum: be92ceec91392f950f38d719cfc89600
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.
Build-Ids: 007319f2b995b8c6833278b16511360e17f7bfc8 02bc6f5c29ddb9db4f7b482b5e886c337f8fa967 0511ec772fc13d5f144b6d654ac9d62b7c62891a 062b6315e198f5f3518171039e5f9a6b53240b27 07c014f90e1d993af5343e0a7e899593554d4632 0ce1aa18399ea383ffcd9c86607eb32cc96c4d68 0ed5c5214eca75b8aba68bf914b92b3db60a6983 0fc6fe73115f7a029702aedc8563435fc2f4b2d4 101c29d6f4b1c0e07ef690cdf72b2772f849ce3e 10a1d8dcc1915b0f5aa7f11ae1f2beead8658aec 12fe5c4fb27453ae740e2f268b785357c33c9503 138c033dbffa3bfd76de4d663132550d38e8dbae 16ba7434c7f619221ba094b2cdd8850d08e36f41 17f762616d85d3455c256abf9595b3218dff97d7 1e956a790fb89f9961c2e89c6dca9c8aefabb482 230201a74ce87bafb1d8a5668f9186bb100cd6a1 2634ada01bb9fb69c8a0f603f4c1746d5766a978 265841a73ac97a22d3f6a6ea951892f3094d2055 279884d0dab365dabe40cbb768d709604418a2b3 27ace1f6d81c80f61a8f42cb459c8146ade96afd 27c77972ac34382fca89105a659e1999596a50e8 2934ee29750b7a016967e203e2b1db5d5fb76cbb 296a6ac4b950f6e89eba50d8688b41279477510a 2ab29ac7eb901a15807a50ed87dbc4bb0b38374e 2e094251c5293394882e3df415c824801202acb5 306242aac097cb6799e9c7238388ea7f8aaa8ed0 33332deef8441bb675be324118e895c44d1a2285 34229228143b0d5c475e3b716ba709bed766bbc6 343b247a93066fd61bd1c9efc17a2147e8db1d76 3454d4392143faa923bf329e7f349da7cbe7dc26 348e7894f26e8367202e84a7b26d5028df138e12 387bce70bc04ac73a5bc22efada053c5507bbba6 3949239e4fe386838b8f5e1f2b5b29c5a760cc6a 3975bf4b409e2851822cada360e6ab8387957902 39904b6e876eb682522c5554c08e892f4cf187d7 3b139793fb1bb92f92ea1274e3645085127067f8 3b697e7792fe8f4f96e1924c2b1894234aa268b6 3ed4133f1eaf37f473d0b0f6cdce7c05444edad6 407a59366f31c2e36fc7430a288dae0d00aad73c 440bf980931a84f0da5920085e448ea570bf734b 46a4e83d2d5e48719282cd745a3062668c07de23 5036a837ec6374cfd590e5a83ad589fae3e2fd93 51e05f5c0074663e035ea855d6ebd81eab7ce020 54d40183af4bb4533dfe036f8e6b17c482ba0ea4 55893b9a12c96f678c8168daa2185520e612a161 56c9dc6d52be685693373d121dd2b8948d5335db 574a9907503ac7023405f4f3f7ef116817149c79 57fdfb6521a733ad246f227f79305ba3222aaa91 59264cf2e9ac83357f5bb1e4f58918249946d089 5a1d44c25859d121f4cdb1e91d81ee62db915f2e 5cc0a2e54269a126e0b14f994ab61e017b548d1b 5e7b10a97ecac262ee2af2a5f2a94c44bb8b8be0 6027cb64aff31fc7a3e41f2a17452237e99257ae 60ec12c7dd9ef6c0bcb4849ecdd66d120f7a39eb 62277971f4dfae6ec6d8cfe888dd83652b6ef5f5 63ef9b1ef8b372e877be966af3332d7c89a7e461 6715a530fa44a0baf5d175e0c5c9d3724c3b1bf8 7820ae1edf421615e5b11b12c2d65acbbf623337 7d3a1eefaf03577b83e9be167252dbcf361bc16b 845be6118a3e94c3498f1a4d1b026d6c62abee24 870c3e1f32beea433d5e8ba9e4ae2b9c7c0d09ae 8a5281f0af0ff5b83a58fc89c44c205df2cdac56 8cc5bc6dfad1697161df0952c072aaaf0616de7a 8d9e98adae29979bfea37531195e947a344b093a 8f4e38f52cbfd9d6c198145722490810dcd6ecaa 901a997ec35cbbb15c707f7e0ea3a3f35568f90f 92707b7213949d4355b7a6d8e94bf936b137c0b8 931baf512b6aefdaf6b15bf561ad316d2cfea9b9 9443f59442a4043df7fcc1b2a8d8604604b4ed13 9794335a328b620a4c40f5104e81e0d40ee2b008 9b808ef6f46b4585293ffafeef3424fd768c3f56 9c1d00ee81724b7f6e386709f14a6d96545a17f7 9c5d72f24eff13b213ab72ed8d25842438a37dfd 9d64d81b8d8d55ce865499431e4927edefc8ca0d a1e37af3b63dc236043be26593ae5b60e29adf37 a8737d3785d7645fd7b1fecaf05b3e25856945b9 ab645cd65634e426dc641721439aa936989ad9cb ac0371eb637da9650f379e6e124ea0df68ae4ce9 ac6f044e0917b8099dc695f2861f74430f2c6760 ad93b1e6e4185f73510912971398809a7f7bcd5d b24e4d62fab6a0649afcc812d32e1c52c134ae67 b31f712e6f8cac32521daebb39bf4a64f4cf775d b41f241cc3bf70042951e68b7a51e9f50b5d922f b6442bbf7c8047b6351f847627c57876834e6f7c b646a8d90c16f438e332348bf8d74b1e213b95e8 b778aad02439d1b8a046b9d357bcc7def206967e ba6dd55944d636372d1582de683aca4381b6308a bb1342a1db49a81ad94c8ec9263140de0f1665f8 bd0724516d9d61ad7b0587b78d767bf214285fd9 bf0558b6db4d53ddeef0db08de25ebd07c73340d bf25f29df2d3aa6d75402d5acca0ddc6b1c5cc3f bfbaf30b7242f8ad317afe9a4fb859227ae00810 c4124067bc7beb926a9b4ecbc1703010d9bd538f c4b6199f8d99aab696aa9d42e4042a67338322fc c6494588a972d2b32fb2329e17b645cbdc2072fa c7e27fd7d4ee2ed733f574c10bf24eacf474e007 c82ba015eac79b60e863392386026b71547c4696 cce2d909d04a9ed43f9b9ee9fc1893498e5b14dd cd43068a810065733843aa100b597058344cc6bf d309c7f0000a380ff58d9af39fb7dfac6d7ac947 d4d0e588649c090a8fd7c825d769e1578ce94ef3 d5b1223dd3930463e3f878fb7f34283de6ba0a5a d608ae06e6215126a03723b2b34302201b20597f d68410a490f0d096534be10cb2b1730f5164670f d7f46325982ac5356c989b2afd92d6012058ebe7 d8325b43728ddeec50e85672057f1684755447be d8e8c46335a4c0ca71234947c0719fcfbc769934 db3e5842f71f6b1773a3a538c663af16e206a0ef dbb8f09cf2ec392d0c3e092adabf9a460c401eba dca8c2ed94df31a0f867c09c236e53a7a73b68b9 e293d6667b42457736b348e823df545ef9b9476f e4015cc12e7a115b83a4ea7ca0fd54c39a44e369 e7fc64754767af0cb8610e97d705144074d049c9 e9d8c6e5a03521d9daf2ed9a2ca88d5517d47bb2 eada4f29d36ebc85b44dbca1b2e8e78c5586c69d ed69715edd1207cd6df08d31efc2456858418010 ef358353f3719512dcb3cbed78670e63f8319977 f3e6027d6fa5f7c59cbee7a290f13aacac408906 f58dfeea24a8856030c5aeaa29fa067236262113 f5db151e3dd0b1b26ff04b31f3f4660b77854bc7
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-client-15
Source: postgresql-15
Version: 15.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8380
Depends: libpq5 (>= 15.0), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), liblz4-1 (>= 0.0~r127), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Suggests: postgresql-15, postgresql-doc-15
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-client-15_15.0-2.pgdg+1_arm64.deb
Size: 1618288
SHA256: 1d98bde2c1ffec7bea566a2878931d763bf25a4d4059408389351c849413f647
SHA1: 5a57a8391a442182c0dbc4657cf08dff471de52f
MD5sum: 94793cf01d0700a6fbc540a7c24d2e73
Description: front-end programs for PostgreSQL 15
 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 15. If you install
 PostgreSQL 15 on a standalone machine, you need the server package
 postgresql-15, 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.
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-client-15-dbgsym
Source: postgresql-15
Version: 15.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2934
Depends: postgresql-client-15 (= 15.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-client-15-dbgsym_15.0-2.pgdg+1_arm64.deb
Size: 2473392
SHA256: 97612aafda82a3877cacb1d83b1274388aca89a62fb3258df9543e0c98dce9fd
SHA1: 824cd020326d8375dd592be1ce3c6cdbcb80423f
MD5sum: 4358a0ef88a65cc2ada75ffc5718f0ff
Description: debug symbols for postgresql-client-15
Build-Ids: 055fbee066577a60ffb55308d8aa4380cec664d2 07518f5578f63161788191f72f8c4fdcbe43925e 09d6edd85605abdefeeaf07ec8619c54869c4323 10e5329a4d9592e09bd6128f6426fde9faa5119a 15122978ef0638d56af4c065c06731742c7ab3ce 3314644b4dbd7fb16ca8dcb6ee0966a58c608c73 5eda7e0f38f98b72a2fc91d76b339456b6470464 6b7662d30e3294d986e8b2e55068030721d89032 742eb9353038db93b6f9b22c598725510a6f9d5d 7fb2259cae037df5ac7fb66d9004549aa25a84a6 86fcf6558a49c4b763ff7af270385c4167b4e588 8a9dbc3acb06cca46bbb4b1d7cf4e01a4860a708 a443e9d4c99e998ce2361d96915d10e4bd3ad583 c3ad9aa02c02a939fc47debc1e5a3c41730e8428 cc4248170454a2140991013525b98f15ce8ef9d0 cce38ee9b0cfabec2ad9e21df79c755f1967c0ba d8f890e0990f13489618e3be98d72f58e5816e65 d98ea1db4e6bf12ed2a43806691e638aa7d5aced eb6e089f1559ad7f1994c65c119aee5ee9a9dcba f21047f36a33eb3e6e81b071a1274c333c6e40ab ff7da8d30feb792e93928aaa877263a93589c93e
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-client-9.1
Source: postgresql-9.1
Version: 9.1.24-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4431
Depends: libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.0~), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 115~), sensible-utils
Suggests: postgresql-9.1, postgresql-doc-9.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.24-10.pgdg+1_arm64.deb
Size: 958412
SHA256: 14a4cac4cef1c3bf6ca1642ffb57cb87d141c9047fc540b5cf4e1cfb7933f040
SHA1: 52b90cc7e8214c2829a1b34fc0d4baa0e8154ee8
MD5sum: 7593305377f82beb402a519af28f7bfd
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.
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-client-9.4
Source: postgresql-9.4
Version: 9.4.26-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5686
Depends: libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.4.26), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
Suggests: postgresql-9.4, postgresql-doc-9.4
Conflicts: postgresql-server-dev-9.4 (<< 9.4.25-2~)
Replaces: postgresql-server-dev-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.26-5.pgdg+1_arm64.deb
Size: 1121696
SHA256: 06701f188cbb01acdd7e454b23454b50ef5d20996b7e0f04683dfadc2c82d67b
SHA1: edd527bd6bd8d4bac593463278a9d66f291a9a4f
MD5sum: 04090b1f1faf250612f1ed8be0289854
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.
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-contrib-9.1
Source: postgresql-9.1
Version: 9.1.24-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3814
Depends: postgresql-9.1 (= 9.1.24-10.pgdg+1), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libossp-uuid16, libpq5 (>= 9.0~), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4), postgresql-common (>= 115~)
Suggests: libdbd-pg-perl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.1/postgresql-contrib-9.1_9.1.24-10.pgdg+1_arm64.deb
Size: 351724
SHA256: 9fcb4240b3bcab962de976c243a192fc7d34b377fd75d477fa01238dbc68d1e0
SHA1: bbb3c1de2ceb9baeb9a4fdf67b289daef95ac00c
MD5sum: aa7371545639d1ba5869653004825e13
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.
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-contrib-9.4
Source: postgresql-9.4
Version: 9.4.26-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4475
Depends: postgresql-9.4 (= 9.4.26-5.pgdg+1), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl3 (>= 3.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.26-5.pgdg+1_arm64.deb
Size: 428160
SHA256: 05dd2fea97110bac71ec1588d4ecb738c0a46002b3a8e475ced6d8695b20112c
SHA1: a9705c1197b2ae3b7d339da928f124be76356056
MD5sum: fa463832e7c041bcda41df5a5747acb1
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.
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-doc-15
Source: postgresql-15
Version: 15.0-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15854
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-15/postgresql-doc-15_15.0-2.pgdg+1_all.deb
Size: 1999284
SHA256: 765aa795ce83cdf27e78b9d5d3f41e8da329c7e7800c7179a6a9106d95ea1b03
SHA1: 592ead0e0cb9b774b463e2cfe5dee5dd2ad0a4c2
MD5sum: b2e60c191780fc427bc0819a0bfc07ff
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 15. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-doc-9.1
Source: postgresql-9.1
Version: 9.1.24-10.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12596
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.1/postgresql-doc-9.1_9.1.24-10.pgdg+1_all.deb
Size: 1601272
SHA256: 4081a83460c97a656135c184ad1aa308969ee07c75b5c220c88b36fda84e2ceb
SHA1: c3824f6e03741f36fa62d275e70f3a66e63eaf4f
MD5sum: f3de03637fcb432be9eba7d72577e995
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.
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-doc-9.4
Source: postgresql-9.4
Version: 9.4.26-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11499
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.26-5.pgdg+1_all.deb
Size: 1560544
SHA256: 1c4b341a00f23610f8c1a1868e94d3d7478a1ead118cb545150cb591aabe9917
SHA1: eb9b90d987d06683eedaebcb85a8f6ce8d186a4e
MD5sum: 57ff15c02c2b2f02cfec7054e20d792d
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.
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-plperl-15
Source: postgresql-15
Version: 15.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 564
Depends: perl, postgresql-15 (= 15.0-2.pgdg+1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plperl-15_15.0-2.pgdg+1_arm64.deb
Size: 83684
SHA256: 3240001c6e8bfd857e8387ed1f1593d0ac904b69ad3e75115c8f7d1f1909ff2c
SHA1: 181b9c6e58b3b3da911f93523da3bfe07dde2023
MD5sum: d2b3d7a0f909427ba99004116fe8ffcb
Description: PL/Perl procedural language for PostgreSQL 15
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Perl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-plperl-15-dbgsym
Source: postgresql-15
Version: 15.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 230
Depends: postgresql-plperl-15 (= 15.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plperl-15-dbgsym_15.0-2.pgdg+1_arm64.deb
Size: 185164
SHA256: c5a2a6fdd7c6bf68a28389a085dfc914cb386b11b9c9094387adbe2d807a846b
SHA1: f7f0e3a82a765483f073c243fa1c06d53d20f323
MD5sum: 491b488a03cf6b4d18b4343cec9f5d76
Description: debug symbols for postgresql-plperl-15
Build-Ids: 657a08597e75b07207ff15e83a96a313d65e12d2 a2395bf8c6485983b5d3111d1d7f3ee3b543c731 a52917543b57ca4d3923a7b944a48a4c95382593 a74387a18c83b5c4d5433adc87b7d385c053f0e4
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-plperl-9.1
Source: postgresql-9.1
Version: 9.1.24-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libc6 (>= 2.34), libperl5.36 (>= 5.36.0), postgresql-9.1 (= 9.1.24-10.pgdg+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.24-10.pgdg+1_arm64.deb
Size: 45224
SHA256: 2ebfb7bd15ca6da580085e06dcc089ac26f6cfb0467cb5ff2e8e32a0d9b371d9
SHA1: c63c4d8f3267f093ca676353e3ce4557eaaace13
MD5sum: 8e63bbb90cbb5a44a71d760cbb20c498
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.
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-plperl-9.4
Source: postgresql-9.4
Version: 9.4.26-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: libc6 (>= 2.34), libperl5.36 (>= 5.36.0), postgresql-9.4 (= 9.4.26-5.pgdg+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.26-5.pgdg+1_arm64.deb
Size: 47092
SHA256: 1fd8ac008f8c1f8d96e54856f6205f38a07622ce60c84e0eb62fa9fe329cb6a6
SHA1: 3e0c07d08b972b8f57a8dc2ca2026481fcc85c7f
MD5sum: 7542e01b8fdcf03840b1f5d06931ff94
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.
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-plpython3-15
Source: postgresql-15
Version: 15.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 669
Depends: postgresql-15 (= 15.0-2.pgdg+1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15_15.0-2.pgdg+1_arm64.deb
Size: 105056
SHA256: 702f5d69d2106802e56de4ad19a3ebd9e5a90cd58468c83ad599f80386b97883
SHA1: 1ec9c2609dc68e2b94c47ce2dffc3424b32346f9
MD5sum: 72fbde36f57bba43f09234d9be53e188
Description: PL/Python 3 procedural language for PostgreSQL 15
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Python 3.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-plpython3-15-dbgsym
Source: postgresql-15
Version: 15.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 227
Depends: postgresql-plpython3-15 (= 15.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15-dbgsym_15.0-2.pgdg+1_arm64.deb
Size: 177292
SHA256: 7c7f4a92510e9af9154cc7a1a42daead6ec82ee21c21a3c18c90e2bfb3aabb34
SHA1: c72bae26531a117c3568d90f801c148da7b70d8c
MD5sum: 3561d10da1efb15b59e1fd123600c401
Description: debug symbols for postgresql-plpython3-15
Build-Ids: 125c82f504b3b278471abab70cd420e7f6bba41e 4f67c28be164094a5b94f8ea435a6b5aa38f8e06 e8d51cb27558634e231de4bdab1225647daa5aae ed8cd7b82258ba912dcaaec040e36a7483d889d4
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-plpython3-9.1
Source: postgresql-9.1
Version: 9.1.24-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 163
Depends: libc6 (>= 2.17), libpython3.10 (>= 3.10.0), postgresql-9.1 (= 9.1.24-10.pgdg+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.24-10.pgdg+1_arm64.deb
Size: 36776
SHA256: 828c9257a8441b1fef49cdefa31dd2034a466997f80a0384e754aef7895ba8a4
SHA1: 5d1c649ba0e7708738e916a6cd7e6d5d115be69b
MD5sum: 4bfd8fdf1bd9176d9b47102151cc95aa
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.
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-plpython3-9.4
Source: postgresql-9.4
Version: 9.4.26-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: libc6 (>= 2.17), libpython3.10 (>= 3.10.0), postgresql-9.4 (= 9.4.26-5.pgdg+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.26-5.pgdg+1_arm64.deb
Size: 42172
SHA256: 97e7318b4ced1825085c25c89178ccbd800c69cb53c4ac9fa15114b9ec186d4d
SHA1: 57086427148e89d2d759c8ab3433072e57d33d70
MD5sum: 43205246bb1c936ff445053a09fe0a55
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.
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-pltcl-15
Source: postgresql-15
Version: 15.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-15 (= 15.0-2.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15_15.0-2.pgdg+1_arm64.deb
Size: 36092
SHA256: 8a6fd939d0a704b667801e339c6d814822267ac630d3d8ebe69f6591d4daffd9
SHA1: 28bc4f416373de900df41483b6842f9e45e198e8
MD5sum: c32b2f47b13b363d75302a34d561c03a
Description: PL/Tcl procedural language for PostgreSQL 15
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Tcl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-pltcl-15-dbgsym
Source: postgresql-15
Version: 15.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-pltcl-15 (= 15.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15-dbgsym_15.0-2.pgdg+1_arm64.deb
Size: 80628
SHA256: 49e11ab01f4a367dccddd7bb89256e60e6e1d060ff98dd0bc67f16b0fc508c01
SHA1: a8f6995ac59c4702d6948b043692c0260a464c95
MD5sum: a75736af8c8cbc663e9e43bc40d859c9
Description: debug symbols for postgresql-pltcl-15
Build-Ids: 91fe6b5f9340b9c0f03ef7331d35f2275733a3f3
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-pltcl-9.1
Source: postgresql-9.1
Version: 9.1.24-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 170
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.1 (= 9.1.24-10.pgdg+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.24-10.pgdg+1_arm64.deb
Size: 26040
SHA256: 26487fd2df2c8ff793c216ba3a6adb1e842fee50a1873f364a837e4b8988ce55
SHA1: fa990c241d6879c2a47b3defed5fe21e64ddd873
MD5sum: ce83eec07b59ed3072a1d7571b2fe981
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.
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-pltcl-9.4
Source: postgresql-9.4
Version: 9.4.26-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.4 (= 9.4.26-5.pgdg+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.26-5.pgdg+1_arm64.deb
Size: 27708
SHA256: 784a4f419f53e378ec30d3231e43fdc05af4cb4421a46b73ec6845f83f5f8556
SHA1: 5ed4e74b446f05f7fb50ae7dace43130e33f0887
MD5sum: fb846cfc364b0950ab62e82548adf4f4
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.
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-server-dev-15
Source: postgresql-15
Version: 15.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6800
Depends: clang-14, libpq-dev (>= 15~~), llvm-14-dev, postgresql-client-15, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/postgresql-server-dev-15_15.0-2.pgdg+1_arm64.deb
Size: 1134132
SHA256: f646e890878159d0a9d829294a688fd413f37c6fc2ad939997ef73d3b0126a3d
SHA1: 89c3c09872b83c069acb9fbf69396bfad1c1325b
MD5sum: f385fa75a482f82faf4ce75b87571856
Description: development files for PostgreSQL 15 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.
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-server-dev-9.1
Source: postgresql-9.1
Version: 9.1.24-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3101
Depends: libc6 (>= 2.34), 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.24-10.pgdg+1_arm64.deb
Size: 536084
SHA256: b101527232e603094033c624718923077e41ca2328b18b285c6ed55002660eb4
SHA1: f438dada22e083b15fc01a4f9ba17e15a8efa84c
MD5sum: af47f563d70ecdf30295a1422c453423
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.
Timestamp: 2022-11-02 21:23:00+00

Package: postgresql-server-dev-9.4
Source: postgresql-9.4
Version: 9.4.26-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3557
Depends: libpq-dev (>= 9.4~), postgresql-client-9.4 (= 9.4.26-5.pgdg+1), 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.26-5.pgdg+1_arm64.deb
Size: 616252
SHA256: c38c27f575f5e39c2f19a76f9b937354e33440f82fc3426edc406fee9bf08cf6
SHA1: e7072199ba544997e57ff551de133f38b8c10537
MD5sum: aed91f67b27d95df48dfec9852c53dc1
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.
Timestamp: 2022-11-02 21:23:00+00

Package: libecpg-compat3
Source: postgresql-10
Version: 10.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg-compat3_10.23-1.pgdg+1_arm64.deb
Size: 18160
SHA256: 4e5b7d19fd90644e5babd6ff9eeee0506567dfa4869696e23c8852e2507700fc
SHA1: 9e47a788d7d8e31ff0f78851bc8602186849026f
MD5sum: da8b4136eabbc6e0ce8db14c3ae90dda
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.
Timestamp: 2022-11-10 14:24:39+00

Package: libecpg-compat3-dbgsym
Source: postgresql-10
Version: 10.23-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 10.23-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-compat3-dbgsym_10.23-1.pgdg+1_arm64.deb
Size: 17244
SHA256: 442a8b7060ec8d507937edcb4d164d03d4580a5a1fb9d0a85e06bca97e2e2b58
SHA1: 6d9bcec2ee24d9d56a5d12e2ed8b43ab729495a4
MD5sum: 39f78325e26c552eba4eeb82924ac50a
Description: debug symbols for libecpg-compat3
Build-Ids: f55d1e9411dc8905bf75e38b5040d436d2e5616d
Timestamp: 2022-11-10 14:24:39+00

Package: libecpg-dev
Source: postgresql-10
Version: 10.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1240
Depends: libecpg-compat3 (= 10.23-1.pgdg+1), libecpg6 (= 10.23-1.pgdg+1), libpgtypes3 (= 10.23-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libecpg-dev_10.23-1.pgdg+1_arm64.deb
Size: 221704
SHA256: 058d7ca9325dfc795763318585a4d2e43dc42289f5a6c4b11813029f7bf00bfe
SHA1: ce37c57a548afda3ce88f138d8902963bf6ff4f4
MD5sum: 1973c6b22ef3891194b6e66f8d651798
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).
Timestamp: 2022-11-10 14:24:39+00

Package: libecpg-dev-dbgsym
Source: postgresql-10
Version: 10.23-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: libecpg-dev (= 10.23-1.pgdg+1)
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-dev-dbgsym_10.23-1.pgdg+1_arm64.deb
Size: 226996
SHA256: fa0e71c18f219b4654a115237df064146212d2971195786b809f957bf7082a44
SHA1: d2a972c42183d5707cbba3ed92cbaaa0ed9f3eee
MD5sum: 04f97ba4d0b5f08c236b53c948d60b38
Description: debug symbols for libecpg-dev
Build-Ids: 808c269688401db27e39cc5918749e40e2246bd9
Timestamp: 2022-11-10 14:24:39+00

Package: libecpg6
Source: postgresql-10
Version: 10.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 461
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg6_10.23-1.pgdg+1_arm64.deb
Size: 82348
SHA256: 8e3431e7e64e4fabdc56bb557ac8fab6d3cc2e5bea8cb4be73e65a00ef2ec163
SHA1: ae7be4a8a0893960fd7359d994e725e478cc6879
MD5sum: b0fee08f3811f09f2f74af364da6a102
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.
Timestamp: 2022-11-10 14:24:39+00

Package: libecpg6-dbgsym
Source: postgresql-10
Version: 10.23-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: libecpg6 (= 10.23-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg6-dbgsym_10.23-1.pgdg+1_arm64.deb
Size: 92620
SHA256: 0e4524aea69a06615b3d28a85559170b4646f91f2eb8d2ce4cea18fcb54319a1
SHA1: 5b94ba0816cfb17f9465e450db7d9e7f584c6a77
MD5sum: 8af6aac9eaf66202f37cb3219990ede9
Description: debug symbols for libecpg6
Build-Ids: db3b69132813bd9f567932e02dba22173f1cb07b
Timestamp: 2022-11-10 14:24:39+00

Package: libpgtypes3
Source: postgresql-10
Version: 10.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpgtypes3_10.23-1.pgdg+1_arm64.deb
Size: 38496
SHA256: 4014f0036fe5455623a744d91e2fb7e9a30729a8ba8a63491e60bd4900d190e1
SHA1: 8850dcda54c3cedfc986ea66394b30d757af5055
MD5sum: c96f9b38a17740618974f484244612c2
Description: shared library libpgtypes for PostgreSQL 10
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-10 14:24:39+00

Package: libpgtypes3-dbgsym
Source: postgresql-10
Version: 10.23-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: libpgtypes3 (= 10.23-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpgtypes3-dbgsym_10.23-1.pgdg+1_arm64.deb
Size: 69676
SHA256: 6a3058110620654ee9a44076a46294c931aabadcbe98eeca8f4d34e1497ac967
SHA1: 60a4c06509e85602ce6f79d8b151b7ff8e7cdfca
MD5sum: deff2fbc45da0fe4be71ee57fce7d202
Description: debug symbols for libpgtypes3
Build-Ids: cfa9889f3dba39eb6461b678bcc48b8523e510c5
Timestamp: 2022-11-10 14:24:39+00

Package: libpq-dev
Source: postgresql-10
Version: 10.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 681
Depends: libpq5 (= 10.23-1.pgdg+1)
Suggests: postgresql-doc-10
Breaks: postgresql-server-dev-10 (<< 10.1-2~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libpq-dev_10.23-1.pgdg+1_arm64.deb
Size: 159684
SHA256: f49b7e6f4ba4c0c2778cc5561fc748888bf14180d42efdd8db40e48a25244b45
SHA1: 032561ffc65dd3d7a6414eaeca723319f3fa9439
MD5sum: 0aba4824bef9b60f0eeeea42347886a5
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.
Timestamp: 2022-11-10 14:24:39+00

Package: libpq5
Source: postgresql-10
Version: 10.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 774
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpq5_10.23-1.pgdg+1_arm64.deb
Size: 162820
SHA256: 4d9c464f5f61031db07ea2850041c4cb8d4030d8e0a75f8dffdaa78cf2d2fcfd
SHA1: ed1b81d69bd3f4739f324e5231c05d7ba9e7c5b2
MD5sum: e3cd252e25636f9bd2644d77b0a84243
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.
Timestamp: 2022-11-10 14:24:39+00

Package: libpq5-dbgsym
Source: postgresql-10
Version: 10.23-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 259
Depends: libpq5 (= 10.23-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpq5-dbgsym_10.23-1.pgdg+1_arm64.deb
Size: 227524
SHA256: 693e66f7ff16a3056de80244396bcc9c48de7b38075263e036778f2fdf12cc0c
SHA1: 15ae109267b81e68c58cc53f7ef35ac71ba51bbe
MD5sum: 10c49059a84342bfd666c4b8867a9785
Description: debug symbols for libpq5
Build-Ids: 033f5e0c5e4ab238edc33cb0351774646d57f9fe
Timestamp: 2022-11-10 14:24:39+00

Package: libecpg-compat3
Source: postgresql-11
Version: 11.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg-compat3_11.18-1.pgdg+1_arm64.deb
Size: 19200
SHA256: ef9fa71821b2182e445a416eefdaea7f5c6aa9a5b77a13c08321745c344ac697
SHA1: 433dd0ae5819f755c670bd462b6e32962bf105b7
MD5sum: 7217c917809d1bed265ddd7d2bce44ad
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.
Timestamp: 2022-11-10 14:23:28+00

Package: libecpg-compat3-dbgsym
Source: postgresql-11
Version: 11.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 11.18-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-compat3-dbgsym_11.18-1.pgdg+1_arm64.deb
Size: 17252
SHA256: ac621d9bb8869236507097d183557b1cc7147a93896fc19f49cdd0dc67a8f2a3
SHA1: 3469f1b90137c4f00dd8cec4bea1d6dd672c1e52
MD5sum: 65b2394d61bc0f12bd552c463384ae9d
Description: debug symbols for libecpg-compat3
Build-Ids: 149e7a61eee90263c596a81f617e6c177a803c99
Timestamp: 2022-11-10 14:23:28+00

Package: libecpg-dev
Source: postgresql-11
Version: 11.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1245
Depends: libecpg-compat3 (= 11.18-1.pgdg+1), libecpg6 (= 11.18-1.pgdg+1), libpgtypes3 (= 11.18-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libecpg-dev_11.18-1.pgdg+1_arm64.deb
Size: 226152
SHA256: a66c062d35ab97874741d1ee933a46814edbd2d144fd95796b4bb70dcbaba367
SHA1: e6ec08efb39b398f200811b1f2a5b17c029fb90d
MD5sum: e11e408474a66dfbba3c616862d8416f
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).
Timestamp: 2022-11-10 14:23:28+00

Package: libecpg-dev-dbgsym
Source: postgresql-11
Version: 11.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 266
Depends: libecpg-dev (= 11.18-1.pgdg+1)
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-dev-dbgsym_11.18-1.pgdg+1_arm64.deb
Size: 230444
SHA256: ba2d8d863dc7ce6bb915f1ccf246590260e63137c081c996543194c58990709e
SHA1: a21e976d9a3eef7eea5014d38fe3070164e0a767
MD5sum: edff0301eee42a1f0d401387bd825079
Description: debug symbols for libecpg-dev
Build-Ids: acf1bc845f585fbc9dd33db01b6a02622fa3b2ef
Timestamp: 2022-11-10 14:23:28+00

Package: libecpg6
Source: postgresql-11
Version: 11.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 484
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg6_11.18-1.pgdg+1_arm64.deb
Size: 86400
SHA256: 5621b509d2f058374a3daefb291e0b3495a6821a29de22d90b244addbe13638e
SHA1: 40d834110ad6c20d3cca386e7f5eae1c77a5ad37
MD5sum: 69e6f5c43612bb56ec09abd7e4495ead
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.
Timestamp: 2022-11-10 14:23:28+00

Package: libecpg6-dbgsym
Source: postgresql-11
Version: 11.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libecpg6 (= 11.18-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg6-dbgsym_11.18-1.pgdg+1_arm64.deb
Size: 93048
SHA256: d4a91968713ee14e75bbaecc9a7ec5c15f68052177a06045c9a5a8b81c5d9aa5
SHA1: 2fa2c761ddfe78dc480b336e2a2d2f7216d3f346
MD5sum: 4bde82b6436d76b6a8b91fb16df5164d
Description: debug symbols for libecpg6
Build-Ids: eacaa3880795366e86e58acf1e183325cab83f07
Timestamp: 2022-11-10 14:23:28+00

Package: libpgtypes3
Source: postgresql-11
Version: 11.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpgtypes3_11.18-1.pgdg+1_arm64.deb
Size: 39892
SHA256: c59c21800dec18a0923f4d10b6baf0fe31aecd4dc33cf9e627ed6c3a838f4362
SHA1: 0daca79aedf9e55b67e6c83561f21e2feec3dddb
MD5sum: 34d5019139fa3b687bdf2fcf7063c289
Description: shared library libpgtypes for PostgreSQL 11
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-10 14:23:28+00

Package: libpgtypes3-dbgsym
Source: postgresql-11
Version: 11.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: libpgtypes3 (= 11.18-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpgtypes3-dbgsym_11.18-1.pgdg+1_arm64.deb
Size: 70992
SHA256: 3ec0203502bb07969a4f56439db9ea46f2ce501e531f63c83dc5ddd5514271f8
SHA1: 9b8960f044bd43e85c05d51c9d998191a9c84d0b
MD5sum: 5c8ab68202aad8e6c50287a24a4d0e95
Description: debug symbols for libpgtypes3
Build-Ids: 3c58f4930d91da6fa4bb59820fcbe4fc163c3801
Timestamp: 2022-11-10 14:23:28+00

Package: libpq-dev
Source: postgresql-11
Version: 11.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 692
Depends: libpq5 (= 11.18-1.pgdg+1)
Suggests: postgresql-doc-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libpq-dev_11.18-1.pgdg+1_arm64.deb
Size: 162880
SHA256: d81e344c8202c1d3bece8b6da9e3eabdf3592ea3cb883d57dc26402c0a7cc0f0
SHA1: 1e5cb2d4b67474100c6f973e3c6c4ddce6e63cdb
MD5sum: dcf49b6e5126fdb63cfae50d743c699e
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.
Timestamp: 2022-11-10 14:23:28+00

Package: libpq5
Source: postgresql-11
Version: 11.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 782
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpq5_11.18-1.pgdg+1_arm64.deb
Size: 164964
SHA256: ae801b823d9142353f9b1a215d12427fa53f96f51cd95523d33542be761afe1a
SHA1: d35a34df8097292dc527d1820cdc17c62cf79767
MD5sum: 1220a43d469caf8a2b9725e3a7408ad8
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.
Timestamp: 2022-11-10 14:23:28+00

Package: libpq5-dbgsym
Source: postgresql-11
Version: 11.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libpq5 (= 11.18-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpq5-dbgsym_11.18-1.pgdg+1_arm64.deb
Size: 229392
SHA256: 850f7480a4b68d40e6f4925ee048f6aad6f610e8aed409ec09af74bd1b3509f8
SHA1: c8168eaf7b8f9915e1fd8ce194297618fd375067
MD5sum: 2a5f4db18653fb34ebdc441eec393027
Description: debug symbols for libpq5
Build-Ids: a8955e85b11a49fc8b809ee33e40f5a54cabcf26
Timestamp: 2022-11-10 14:23:28+00

Package: libecpg-compat3
Source: postgresql-12
Version: 12.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg-compat3_12.13-1.pgdg+1_arm64.deb
Size: 19144
SHA256: d1fcc18e2817103bca39dbe2466c870e24c8201684b7ecd48aa1d02c1a853685
SHA1: d1df544fca6ad6258a4bc3171ef44a7f07cf4657
MD5sum: f2adc9b97cf9013b0e405303f1cc8e66
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.
Timestamp: 2022-11-10 14:20:21+00

Package: libecpg-compat3-dbgsym
Source: postgresql-12
Version: 12.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 12.13-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-compat3-dbgsym_12.13-1.pgdg+1_arm64.deb
Size: 17260
SHA256: b0235074a9552e2bc67c0573f9b16d33af58fb253e28ff23ca6c6f166df5c31c
SHA1: 97da7f4ecb3ba210d1ad81e22851a1a022199d1a
MD5sum: 83384891dab36819c461cfce830b3294
Description: debug symbols for libecpg-compat3
Build-Ids: 1f5ab1dc34d141baafaf2bbb0b7d132ea49653b2
Timestamp: 2022-11-10 14:20:21+00

Package: libecpg-dev
Source: postgresql-12
Version: 12.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1509
Depends: libecpg-compat3 (= 12.13-1.pgdg+1), libecpg6 (= 12.13-1.pgdg+1), libpgtypes3 (= 12.13-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libecpg-dev_12.13-1.pgdg+1_arm64.deb
Size: 268624
SHA256: 26ae927131c91ebd148870e0da6b33287fb155a6793e85286d9c520cb9c429e1
SHA1: 1b89738a4efbb68e6133db3b1b26a35a4086ec42
MD5sum: c06d1839db272041115a1aaec78cc8e9
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).
Timestamp: 2022-11-10 14:20:21+00

Package: libecpg-dev-dbgsym
Source: postgresql-12
Version: 12.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 278
Depends: libecpg-dev (= 12.13-1.pgdg+1)
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-dev-dbgsym_12.13-1.pgdg+1_arm64.deb
Size: 240828
SHA256: 4a20a215da01f396bdc34cd316085e0c520dddd4e42be17cd2f6252670840e4f
SHA1: f3ff96a24c64b924907162424d3fa1372603d6c9
MD5sum: e6dfeea3cefb95c9f0326ddb1847ab21
Description: debug symbols for libecpg-dev
Build-Ids: 2a9df7cc8a52f8637db28ad0c4e4239c950597ab
Timestamp: 2022-11-10 14:20:21+00

Package: libecpg6
Source: postgresql-12
Version: 12.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 261
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg6_12.13-1.pgdg+1_arm64.deb
Size: 58536
SHA256: dd8f16545a8dbefb8eec016344e19e12e8a67b11dc7b90a5d5c0c54df6d86af4
SHA1: 5134799cdd57dca3686ed6a13a71459124d1560f
MD5sum: a160fdf947015961f213e0d0b6af021e
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.
Timestamp: 2022-11-10 14:20:21+00

Package: libecpg6-dbgsym
Source: postgresql-12
Version: 12.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libecpg6 (= 12.13-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg6-dbgsym_12.13-1.pgdg+1_arm64.deb
Size: 112404
SHA256: f3368c5404069ef47cc6e8be94ff72221edeacc8397fed83327be3aafd9e0ec3
SHA1: 96de6bef828a021546ef80568fc95e9f851fed18
MD5sum: 1227f2480964ac000a40951ce6dd136a
Description: debug symbols for libecpg6
Build-Ids: 774e466b0bd9b556f0d2ac02ae38846ab8633952
Timestamp: 2022-11-10 14:20:21+00

Package: libpgtypes3
Source: postgresql-12
Version: 12.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpgtypes3_12.13-1.pgdg+1_arm64.deb
Size: 44712
SHA256: df7445da56d7c37ae71584bd44dd4f0fbad04edb461597bba2d216b2b3dfa652
SHA1: 2093060cdd0eb96d41c8021e22c0f1fa848554d4
MD5sum: 27a73e1b668b06e50377a26254cee546
Description: shared library libpgtypes for PostgreSQL 12
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-10 14:20:21+00

Package: libpgtypes3-dbgsym
Source: postgresql-12
Version: 12.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libpgtypes3 (= 12.13-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpgtypes3-dbgsym_12.13-1.pgdg+1_arm64.deb
Size: 87996
SHA256: 5ebf842217817ac3957b6cf46409392f48ec900818d04ce0a950e03e026cbcce
SHA1: d410e1c05985270e65c385c8ecd2ad13942b2d1d
MD5sum: 9ee38fb124d609fb27bf7960ad6ceae1
Description: debug symbols for libpgtypes3
Build-Ids: 7691b4c2d54edd3e561b827a8a2e7ff2bca13a2e
Timestamp: 2022-11-10 14:20:21+00

Package: libpq-dev
Source: postgresql-12
Version: 12.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 587
Depends: libpq5 (= 12.13-1.pgdg+1)
Suggests: postgresql-doc-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libpq-dev_12.13-1.pgdg+1_arm64.deb
Size: 140908
SHA256: eabb1d37d525976df368d8e58c4bb054ca3b30593512a447e5c24744add07861
SHA1: 82793c4bdd968dc07ab9489b282fd391a980f2fe
MD5sum: f657c0d236633800866cdf657cf04d70
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.
Timestamp: 2022-11-10 14:20:21+00

Package: libpq5
Source: postgresql-12
Version: 12.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 792
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpq5_12.13-1.pgdg+1_arm64.deb
Size: 173832
SHA256: 4ea3c3f9c8d1dc3147361a104ac12cc0939ae311629bce408f910c35cad1366f
SHA1: 071aeb6fd5fc179620440dd0fcf125061656ba6d
MD5sum: 334cb9f6a8e6e8a7b73d44e42f3bd998
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.
Timestamp: 2022-11-10 14:20:21+00

Package: libpq5-dbgsym
Source: postgresql-12
Version: 12.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 283
Depends: libpq5 (= 12.13-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpq5-dbgsym_12.13-1.pgdg+1_arm64.deb
Size: 249648
SHA256: 28b65bcf61570bc478df569e380da264497fdc3c02f4c033bd698fac2d9195d2
SHA1: d338baaa20fa2482606d7e1d8ae3507d3717ebad
MD5sum: 3915710bfaf321efbe8bed0b3f5e5d03
Description: debug symbols for libpq5
Build-Ids: b98dcdb7afce7d8fac2d401f9e8ef0bc49eefd1b
Timestamp: 2022-11-10 14:20:21+00

Package: libecpg-compat3
Source: postgresql-13
Version: 13.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg-compat3_13.9-1.pgdg+1_arm64.deb
Size: 24592
SHA256: 8ad3a8550b8aefc345e4c2eb12a34366e121306c8f60f4cbd2481d6cba27ae93
SHA1: 2857b71f3bf1cf3466879bd2257d8cc00a139785
MD5sum: d24f8e3260069c97e534ceffd058ac34
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.
Timestamp: 2022-11-10 14:19:29+00

Package: libecpg-compat3-dbgsym
Source: postgresql-13
Version: 13.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 13.9-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-compat3-dbgsym_13.9-1.pgdg+1_arm64.deb
Size: 39548
SHA256: 5e8e2bef940fb83a296baaafd0b084c8004dc5ccc4c1232b8fa8cc07e2415b4e
SHA1: 38834dafe511096c307ed1162379b7400d44cf73
MD5sum: 6c5a1c73399836681c624220941b511e
Description: debug symbols for libecpg-compat3
Build-Ids: 5ea3a6f720f55887150fc7980143aac456e1c5b8
Timestamp: 2022-11-10 14:19:29+00

Package: libecpg-dev
Source: postgresql-13
Version: 13.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1510
Depends: libecpg-compat3 (= 13.9-1.pgdg+1), libecpg6 (= 13.9-1.pgdg+1), libpgtypes3 (= 13.9-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libecpg-dev_13.9-1.pgdg+1_arm64.deb
Size: 267244
SHA256: 3a0026efc3d8a895abe10e7e5189049306f114fbcd19e456da8fcaa7e5bd0a05
SHA1: 00a00bd6644b6a442fca21aad44a382e6c19eeae
MD5sum: 55ba4db655ac935be8dda18b168674b9
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).
Timestamp: 2022-11-10 14:19:29+00

Package: libecpg-dev-dbgsym
Source: postgresql-13
Version: 13.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 282
Depends: libecpg-dev (= 13.9-1.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-dev-dbgsym_13.9-1.pgdg+1_arm64.deb
Size: 246372
SHA256: d5e493b9ed4b371ffce5a2bc5c87ff0a5cc549b3b643e053f57ca89872a32513
SHA1: 36fe869965471556cc268e0c3050a52aecac1a01
MD5sum: 75e319c226c39e75fffe8fe00f3c8b23
Description: debug symbols for libecpg-dev
Build-Ids: 6bd30897846ff4f87dee4fdf6a26915c83a607e9
Timestamp: 2022-11-10 14:19:29+00

Package: libecpg6
Source: postgresql-13
Version: 13.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 261
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg6_13.9-1.pgdg+1_arm64.deb
Size: 58592
SHA256: bd759f2872802ac6bff269a5c374774c6619025cc79fd5ace196f92ad71b89a9
SHA1: c0705db135c19f0a7d09b1963a77f961a88c4319
MD5sum: 485c19a955ddebb47df01e0a25f7812d
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.
Timestamp: 2022-11-10 14:19:29+00

Package: libecpg6-dbgsym
Source: postgresql-13
Version: 13.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 13.9-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg6-dbgsym_13.9-1.pgdg+1_arm64.deb
Size: 112580
SHA256: 0cbb443ac803771958cdfac0f4d94d90734125938bdb5a811a8ec4399adafa6d
SHA1: 655f6e1d673db6f778814e412347bd15903e241e
MD5sum: 86c0eaf035f6a91993e72403cffe877d
Description: debug symbols for libecpg6
Build-Ids: 1f2cdbf8879acd0c2e113547b8ade86039e10e6c
Timestamp: 2022-11-10 14:19:29+00

Package: libpgtypes3
Source: postgresql-13
Version: 13.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpgtypes3_13.9-1.pgdg+1_arm64.deb
Size: 44568
SHA256: ea6179280c1957a76429b4d2b05a2d9eb763073e9f2ec9e868e730ecc2d7d54b
SHA1: 572ae9fd436bc65024086208612c75db015266db
MD5sum: 4081d9e353712ac86e8965ec1759291a
Description: shared library libpgtypes for PostgreSQL 13
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-10 14:19:29+00

Package: libpgtypes3-dbgsym
Source: postgresql-13
Version: 13.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libpgtypes3 (= 13.9-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpgtypes3-dbgsym_13.9-1.pgdg+1_arm64.deb
Size: 88252
SHA256: aa9c800eaaba7de85e7f05fc6c6f9fd910232c419ff828d5e9880417ad217ab1
SHA1: 2f2836c31815edc30342e31b693384937dacc93b
MD5sum: d684b6b1395e36e6d9757c12fbf5417d
Description: debug symbols for libpgtypes3
Build-Ids: d97bc6869fc11ee585dd474d9648e3db1b6c8924
Timestamp: 2022-11-10 14:19:29+00

Package: libpq-dev
Source: postgresql-13
Version: 13.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 566
Depends: libpq5 (= 13.9-1.pgdg+1)
Suggests: postgresql-doc-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libpq-dev_13.9-1.pgdg+1_arm64.deb
Size: 137232
SHA256: eb8c489ed60a079fd43a55ff415fc2e1c848e6192e8e1bb1e67932a1e81239f3
SHA1: 4a369aa7ac56442422509b006a38495506d28a30
MD5sum: 8b4bb1d7f7937cfb9665a741ed8fbd53
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.
Timestamp: 2022-11-10 14:19:29+00

Package: libpq5
Source: postgresql-13
Version: 13.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 787
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpq5_13.9-1.pgdg+1_arm64.deb
Size: 174124
SHA256: 59e8b7dea533be318725ec4414b1234d505f5b724e10c0dc3b49e566a9bd3154
SHA1: fde6b8eb8df36671ac371bf0dc57fb5fdeba3938
MD5sum: dcb1f4a4b8d45ed2db334e9a587ec63c
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.
Timestamp: 2022-11-10 14:19:29+00

Package: libpq5-dbgsym
Source: postgresql-13
Version: 13.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 289
Depends: libpq5 (= 13.9-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpq5-dbgsym_13.9-1.pgdg+1_arm64.deb
Size: 254884
SHA256: 8065bfeef976724111648aede869e864a78a6e0c3d396679f341c9feb9c5ba94
SHA1: b9bc8f7d155feb7496dc670de8cd2d8edf71cdd1
MD5sum: 31531b20c5c9da547eaab39d69790753
Description: debug symbols for libpq5
Build-Ids: c5a7a9894e0c6052f9f79533c76dceb5fac4af97
Timestamp: 2022-11-10 14:19:29+00

Package: libecpg-compat3
Source: postgresql-14
Version: 14.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg-compat3_14.6-1.pgdg+1_arm64.deb
Size: 21100
SHA256: 03585aa007b745a105e13719c34fd8cd303a33d3dfd426f53f8690e2dba97eb9
SHA1: 06504e347959e55b527ed78180cdca1015f3d4c0
MD5sum: f4c93ee11c3091399204a2de0db491bf
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.
Timestamp: 2022-11-10 14:18:45+00

Package: libecpg-compat3-dbgsym
Source: postgresql-14
Version: 14.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 14.6-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-compat3-dbgsym_14.6-1.pgdg+1_arm64.deb
Size: 39596
SHA256: 2abf6338883a4eb2ed87424605ab31620c89932ee5f0c6ec94b22357414f229a
SHA1: 54a13813a7f8de354996e95b73a852ecb2e50091
MD5sum: 4c822f599ec8f8f6e8973985829bc2a5
Description: debug symbols for libecpg-compat3
Build-Ids: b01b5851f6e293d55313236698b2e9649e713633
Timestamp: 2022-11-10 14:18:45+00

Package: libecpg-dev
Source: postgresql-14
Version: 14.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1594
Depends: libecpg-compat3 (= 14.6-1.pgdg+1), libecpg6 (= 14.6-1.pgdg+1), libpgtypes3 (= 14.6-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libecpg-dev_14.6-1.pgdg+1_arm64.deb
Size: 272472
SHA256: 50db8fba9ce84844e924a96299e5c9b123eeeeac4952f68e63d50e9eb0b9c153
SHA1: 820804d6a37d4b72068027d55d453481a4c457e1
MD5sum: 8e9d5841d02b8a83504a097baad65fd0
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).
Timestamp: 2022-11-10 14:18:45+00

Package: libecpg-dev-dbgsym
Source: postgresql-14
Version: 14.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 319
Depends: libecpg-dev (= 14.6-1.pgdg+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-dev-dbgsym_14.6-1.pgdg+1_arm64.deb
Size: 270468
SHA256: 76766b6ca0c499be0d33e5ffb77dff2c8506e27a32eb50b8de4af753c2babbb6
SHA1: 91e854e590502bf9219d98d4fa4ca44462c97bd8
MD5sum: 14e1a010b02179dac4de29c36dd80ab1
Description: debug symbols for libecpg-dev
Build-Ids: a77f1c74934f8f98f620d46b513ed0a2a48e82ff
Timestamp: 2022-11-10 14:18:45+00

Package: libecpg6
Source: postgresql-14
Version: 14.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 264
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg6_14.6-1.pgdg+1_arm64.deb
Size: 55904
SHA256: 5254d31b06cc56c72d099916716c858a596cf389a078a4563ea472fc84db54e4
SHA1: c4006b890c5ca45da5d5f69f2163355f1d2e3365
MD5sum: 396afc57f3a57b7f0f9bd8b6875822ec
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.
Timestamp: 2022-11-10 14:18:45+00

Package: libecpg6-dbgsym
Source: postgresql-14
Version: 14.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libecpg6 (= 14.6-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg6-dbgsym_14.6-1.pgdg+1_arm64.deb
Size: 112372
SHA256: 8a48459531c9eef3a4d6842c7dfeff0282cae467fa8f1d6400c9ef02836914e9
SHA1: 8b712b9196d17a7ba1cbf0a5e0ebfc89300b4c36
MD5sum: e076cfc39728f6efed16f30a64307902
Description: debug symbols for libecpg6
Build-Ids: 685a0fc3639ba91d877caba48353a4c711498913
Timestamp: 2022-11-10 14:18:45+00

Package: libpgtypes3
Source: postgresql-14
Version: 14.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpgtypes3_14.6-1.pgdg+1_arm64.deb
Size: 41044
SHA256: f9e86f292c296ec3b191f32e26ea1f7da287793979e736356583322d8a7466c3
SHA1: 29353b9b1ccf647878f2f5561f8e064ab328ee47
MD5sum: 1b4ae52090b07cc6c3560d6f03af875d
Description: shared library libpgtypes for PostgreSQL 14
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-10 14:18:45+00

Package: libpgtypes3-dbgsym
Source: postgresql-14
Version: 14.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 14.6-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpgtypes3-dbgsym_14.6-1.pgdg+1_arm64.deb
Size: 88516
SHA256: 5171c413285e7a096d68c374f738441a9f82f738faf66b5b06eea96bf46f82a4
SHA1: 77ddb6b0f4f50936c3ed7c212517e5fc953d2799
MD5sum: 3947875d52ba23b31a83de63a10c7f48
Description: debug symbols for libpgtypes3
Build-Ids: 708ded8d6d35f73df4aab6ab4c20de4096cb69f3
Timestamp: 2022-11-10 14:18:45+00

Package: libpq-dev
Source: postgresql-14
Version: 14.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 574
Depends: libpq5 (= 14.6-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libpq-dev_14.6-1.pgdg+1_arm64.deb
Size: 136208
SHA256: f63994803ad345420891aaec20a2ebc99be454d2db08f8000b41a8772baf1a68
SHA1: b2853dedfab3c56fb8b5c2717cff4cea844cd3aa
MD5sum: ad53a18a4fcbcfe58559dc330ebbf48e
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.
Timestamp: 2022-11-10 14:18:45+00

Package: libpq5
Source: postgresql-14
Version: 14.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 812
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpq5_14.6-1.pgdg+1_arm64.deb
Size: 166604
SHA256: 450c2a54bf3f419285a20362e427d23cce7bde37eabc5f6c77ce82baeeeb410c
SHA1: e893b787e4a31219b09a7d7a23d4a543351b0651
MD5sum: 9672de2c9aa9f0f2170692f034575b3c
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.
Timestamp: 2022-11-10 14:18:45+00

Package: libpq5-dbgsym
Source: postgresql-14
Version: 14.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 303
Depends: libpq5 (= 14.6-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpq5-dbgsym_14.6-1.pgdg+1_arm64.deb
Size: 268056
SHA256: 0cffb9155ee5453f98633bd719f9ec844014c489d437ac99bac337bf11a0730d
SHA1: 10640c5a99feb13775e62ea718d11d683b532015
MD5sum: 2b758414291d215670a22327679d37c3
Description: debug symbols for libpq5
Build-Ids: a8700592e400954412d9e9038c0b6db01668868a
Timestamp: 2022-11-10 14:18:45+00

Package: check-pgactivity
Version: 2.6-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 362
Depends: perl:any, postgresql-client
Suggests: wget | curl | lynx | links | links2
Multi-Arch: foreign
Homepage: https://github.com/OPMDG/check_pgactivity
Priority: optional
Section: database
Filename: pool/main/c/check-pgactivity/check-pgactivity_2.6-2.pgdg+1_all.deb
Size: 79208
SHA256: eca4c56599af76e8885764169759ff0841144b74524ee006b3e275b110721f69
SHA1: f0b79fd046e716236974d10be97af9670b7b10e9
MD5sum: 6d8063b5b78c14c08c9dcd462fcf2ce0
Description: PostgreSQL plugin for Nagios
 check_pgactivity is a Nagios probe dedicated to PostgreSQL. It offers many
 options to measure and monitor useful performance metrics.
 .
 Services include (among others) monitoring of autovacuum, bgwriter, locks,
 long queries, idle in transaction queries, number of temporary files and WAL
 files, bloat of tables and btree indexes, commit and hit ratios,
 WAL archives exhaustivity, age of logical backups, backends number and states,
 backup label file age, connectivity, replication delay between primary and
 secondary instances, database sizes, vacuum and analyze times,
 sequence exhaustion, snapshots age, presence of unlogged tables or invalid
 indexes, incoming freeze, settings changes, PostgreSQL minor version,
 PGDATA rights, custom queries. Most services only need normal user rights.
Timestamp: 2022-11-10 14:38:33+00

Package: check-postgres
Version: 2.25.0-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 758
Depends: postgresql-client, perl:any
Enhances: postgresql
Multi-Arch: foreign
Homepage: https://bucardo.org/check_postgres/
Priority: optional
Section: database
Filename: pool/main/c/check-postgres/check-postgres_2.25.0-5.pgdg+1_all.deb
Size: 151888
SHA256: 1fa2d802822e81ab0894e4c0a772eff89cbf3d362a7df06701328433d4345b82
SHA1: 90e11ff25f29f978b897dad23dccf0e395d76a9c
MD5sum: 66997c5677d567e722d1e61550f23159
Description: script for monitoring PostgreSQL databases
 check_postgres is a Perl script that runs many different tests
 against one or more Postgres databases.  It uses the psql program to
 gather the information, and outputs the results in one of three
 formats: Nagios, MRTG, or simple.
Timestamp: 2022-11-10 14:38:33+00

Package: libecpg6
Source: postgresql-15
Version: 15.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 267
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-15/libecpg6_15.1-1.pgdg+1_arm64.deb
Size: 54080
SHA256: 993338753d2cfdedde64a0d4695d0c49b0462f5f055f61735879dfaeda069d1e
SHA1: 19f6d39d325e5b2e5e38591c70101e4a991882ea
MD5sum: 77de282aa554034f906abd34187508cb
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.
Timestamp: 2022-11-10 14:38:33+00

Package: libecpg6-dbgsym
Source: postgresql-15
Version: 15.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 15.1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/libecpg6-dbgsym_15.1-1.pgdg+1_arm64.deb
Size: 113644
SHA256: 2921956058ab81653e7a78899205a9e3ace23bb47738f0df2c0e320333f81b97
SHA1: a9f38079ea5d77189bcfd0e201a0a3a5469c56e1
MD5sum: cf4663e162c753407630ec00042ec01d
Description: debug symbols for libecpg6
Build-Ids: 13254b05ccb9735d5d2f2a4b800006ab36c1298d
Timestamp: 2022-11-10 14:38:33+00

Package: libecpg-compat3
Source: postgresql-15
Version: 15.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-15/libecpg-compat3_15.1-1.pgdg+1_arm64.deb
Size: 18056
SHA256: b2f9cd5b2b97da0fdd00ab50bc6f2a73230e5bc4185dc132d96f7dbe8b73f64b
SHA1: 3239787953ba34160f114be7a3980314d792ecd1
MD5sum: 8ecc148f7ecdcca6ed87cb6a7cba66aa
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.
Timestamp: 2022-11-10 14:38:33+00

Package: libecpg-compat3-dbgsym
Source: postgresql-15
Version: 15.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 15.1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/libecpg-compat3-dbgsym_15.1-1.pgdg+1_arm64.deb
Size: 38896
SHA256: da5d6c60543228ecfd34539c19d3908934350e5f1d204c60bb1f1d8a1f97d57a
SHA1: b8fffd51de6a06a22490cabb3109a6dbc9711fb1
MD5sum: dda54b8584e1a92d526bccfd66e9fa07
Description: debug symbols for libecpg-compat3
Build-Ids: f8d2be91615e2459df16700d610216cf744bfcce
Timestamp: 2022-11-10 14:38:33+00

Package: libecpg-dev
Source: postgresql-15
Version: 15.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1619
Depends: libecpg-compat3 (= 15.1-1.pgdg+1), libecpg6 (= 15.1-1.pgdg+1), libpgtypes3 (= 15.1-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/libecpg-dev_15.1-1.pgdg+1_arm64.deb
Size: 275556
SHA256: c6ab138b9a9d62bd57f8edb4c5a1cf2f3550ead6342edbbb961cc05d44538dee
SHA1: 818373515ad1b4ed364b9de3fdabcd6d4f4ed3f7
MD5sum: fba144c86b2ab87d0886c175be346e23
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).
Timestamp: 2022-11-10 14:38:33+00

Package: libecpg-dev-dbgsym
Source: postgresql-15
Version: 15.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 320
Depends: libecpg-dev (= 15.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/libecpg-dev-dbgsym_15.1-1.pgdg+1_arm64.deb
Size: 274176
SHA256: e3646ccbb7abfbd96faa8a2bc29a2371b611a0c41c0808e27029592c5f73f2c9
SHA1: 982b965f32dd174b0e18bb760f2ec00ea65db155
MD5sum: dcd4c199c2d2b23ab3986664e68e879f
Description: debug symbols for libecpg-dev
Build-Ids: 4f674caae9adfeed71c276518f75f2fc9a5bfc82
Timestamp: 2022-11-10 14:38:33+00

Package: libpgtypes3
Source: postgresql-15
Version: 15.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-15/libpgtypes3_15.1-1.pgdg+1_arm64.deb
Size: 38220
SHA256: 686c59f6e33cfd351b464ecc531ddd7363deaddb31d956627301d4b01b8ffb83
SHA1: b682c3c2b4863b8322c018dab87b68825c1a3f91
MD5sum: 944efa4518fc8bc520217b6b224f5c61
Description: shared library libpgtypes for PostgreSQL 15
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-10 14:38:33+00

Package: libpgtypes3-dbgsym
Source: postgresql-15
Version: 15.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libpgtypes3 (= 15.1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/libpgtypes3-dbgsym_15.1-1.pgdg+1_arm64.deb
Size: 87712
SHA256: 5ce89f2f4c94537bd9a772b1199694ba76149232fd5230198af36711dbc8a123
SHA1: f1b1dbcc4c24f90b9ee7a45d47bfda7ee2ad0a46
MD5sum: fe50a8a6867fa1a2899e453e819ae8d4
Description: debug symbols for libpgtypes3
Build-Ids: 55b967fe534fce9b07b42087f5661c0cd31d65cc
Timestamp: 2022-11-10 14:38:33+00

Package: libpq5
Source: postgresql-15
Version: 15.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 898
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-15/libpq5_15.1-1.pgdg+1_arm64.deb
Size: 177052
SHA256: 9f2d5c92996d54fe2ed45cc792397481eddab572db6e5e4db960b09f1a30b9f7
SHA1: 5d8143948c5dbc784a44f6041bcb4fa21197fc5f
MD5sum: 2c10baa8e77659d66d5f59e2ec2f221c
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.
Timestamp: 2022-11-10 14:38:33+00

Package: libpq5-dbgsym
Source: postgresql-15
Version: 15.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 312
Depends: libpq5 (= 15.1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/libpq5-dbgsym_15.1-1.pgdg+1_arm64.deb
Size: 276808
SHA256: c91a329e59a0062ea64d42b6e971a36eba786b92327e3b8a61acd11c772ca505
SHA1: 4f885b317aef824989fd2832c034508c426dd0c8
MD5sum: daf638451a7bee4848b463ead8359e82
Description: debug symbols for libpq5
Build-Ids: 36269adfd7d3b8f48afb9ff1616101512bb4052f
Timestamp: 2022-11-10 14:38:33+00

Package: libpq-dev
Source: postgresql-15
Version: 15.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 583
Depends: libpq5 (= 15.1-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/libpq-dev_15.1-1.pgdg+1_arm64.deb
Size: 136496
SHA256: e7598d0d7124ccb461cd5d13c17f700197a978c22bacf75df34ff5cd7f9aade3
SHA1: df43a01056b15ea79219aff4b4a8b40827400cae
MD5sum: 5bfa33992de094ff0a966256b9a89cde
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.
Timestamp: 2022-11-10 14:38:33+00

Package: libstringprep-java
Version: 1.1-3.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 120
Multi-Arch: foreign
Homepage: https://gitlab.com/ongresinc/stringprep
Priority: optional
Section: java
Filename: pool/main/libs/libstringprep-java/libstringprep-java_1.1-3.pgdg+1_all.deb
Size: 65156
SHA256: f70448c089dcc9cb75e72e3e710249302a1798fa6c9a81da62376e317688248c
SHA1: 2693ffdde2601cea657b0bb66322d8dc2adea82a
MD5sum: c60e0972e21b1836b36fefebef5fdeee
Description: Stringprep (RFC 3454) Java implementation
 This project implements the RFC 3454 Preparation of Internationalized Strings
 ("stringprep") in pure Java.
Timestamp: 2022-11-10 14:38:33+00

Package: omnidb-common
Source: omnidb
Version: 3.0.3b+ds-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28744
Depends: fonts-roboto-unhinted, fonts-glyphicons-halflings, libjs-jquery, python3:any, python3-cherrypy3, python3-django (>= 2:2.2), python3-django-auth-ldap, python3-django-sass, python3-openpyxl, python3-paramiko, python3-pgspecial, python3-prettytable, python3-psycopg2, python3-pyaes, python3-pymysql, python3-restrictedpython, python3-scrypt, python3-social-django, python3-sqlparse, python3-sshtunnel
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/omnidb-common_3.0.3b+ds-4.pgdg+1_all.deb
Size: 4368528
SHA256: 693c9e5e9bd514d6c5fc328b4ea90c7e060b4aa68a071b55a029b7c53a8a109e
SHA1: a60cd223f666709161ff7ff96d7ffc3211684117
MD5sum: be68bdb84e1004151f2fc8077d914c01
Description: Web tool for database management (shared files)
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight. Check-out some
 characteristics:
 .
  * Web Tool: Accessible from any platform, using a browser as a medium
  * Responsive Interface: All available functions in a single page
  * Unified Workspace: Different technologies managed in a single workspace
  * Simplified Editing: Easy to add and remove connections
  * Safety: Multi-user support with encrypted personal information
  * Interactive Tables: All functionalities use interactive tables, allowing
    copying and pasting in blocks
  * Smart SQL Editor: Contextual SQL code completion
  * Beautiful SQL Editor: You can choose between many available color themes
  * Tabbed SQL Editor: Easily add, rename or delete editor tabs
 .
 Supported DBMS: PostgreSQL, Oracle, MySQL, MariaDB
 .
 This package contains shared files.
Timestamp: 2022-11-10 14:38:33+00

Package: omnidb-server
Source: omnidb
Version: 3.0.3b+ds-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: adduser, omnidb-common (= 3.0.3b+ds-4.pgdg+1)
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/omnidb-server_3.0.3b+ds-4.pgdg+1_all.deb
Size: 8688
SHA256: 3f9a2a8c1429ba6490058817c12e1c2595398362f81722ee23e5367ff7629712
SHA1: 5f54f5133cdfd51ef3c9cd9bdc00736d26e60596
MD5sum: 652e83c71bb0f04cde18f9f5dcd38812
Description: Web tool for database management
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight. Check-out some
 characteristics:
 .
  * Web Tool: Accessible from any platform, using a browser as a medium
  * Responsive Interface: All available functions in a single page
  * Unified Workspace: Different technologies managed in a single workspace
  * Simplified Editing: Easy to add and remove connections
  * Safety: Multi-user support with encrypted personal information
  * Interactive Tables: All functionalities use interactive tables, allowing
    copying and pasting in blocks
  * Smart SQL Editor: Contextual SQL code completion
  * Beautiful SQL Editor: You can choose between many available color themes
  * Tabbed SQL Editor: Easily add, rename or delete editor tabs
 .
 Supported DBMS: PostgreSQL, Oracle, MySQL, MariaDB
 .
 This package runs OmniDB as system service on http://127.0.0.1:8000.
Timestamp: 2022-11-10 14:38:33+00

Package: ora2pg
Version: 23.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1362
Depends: libdbd-mysql-perl | libdbd-oracle-perl, libdbd-pg-perl, libdbi-perl, libio-compress-perl, perl:any
Recommends: postgresql-client
Homepage: https://ora2pg.darold.net/
Priority: optional
Section: database
Filename: pool/main/o/ora2pg/ora2pg_23.2-1.pgdg+1_all.deb
Size: 402512
SHA256: 0344377671c5bdcb71a62b953e0ed10bf7ab6de783077e93fb23df8a460a7433
SHA1: 0aca97cf0981adec89958661600f33f1939b5d0e
MD5sum: 15f65bc3a696adabb6e670707381f3d3
Description: Oracle/MySQL to PostgreSQL database schema converter
 Ora2Pg migrates Oracle and MySQL database schemas to PostgreSQL. It connects
 to the database, scans it automatically and extracts its structure or data.
 It then generates SQL scripts you can load into PostgreSQL.
Timestamp: 2022-11-10 14:38:33+00

Package: pg-activity
Version: 3.0.1-1.pgdg+1
Architecture: all
Maintainer: Emmanuel Bouthenot <kolter@debian.org>
Installed-Size: 256
Depends: python3-attr, python3-blessed, python3-humanize, python3-psutil, python3:any, python3-psycopg2
Homepage: https://github.com/julmon/pg_activity
Priority: optional
Section: utils
Filename: pool/main/p/pg-activity/pg-activity_3.0.1-1.pgdg+1_all.deb
Size: 49112
SHA256: 1b9adafd2c5812ffe6021e4d15d652e54a76557180bada662d555f06256d1567
SHA1: b2d2e4635a04a074eed4513094d6e05b8c8cd0d1
MD5sum: 974b0d709f82cd2f5f5d77af401497ee
Description: Realtime PostgreSQL database server monitoring tool
 PgActivity is a curses-based realtime utility to display information from a
 running PostgreSQL database server.
 .
 It is modelled after the standard 'top' utility, and displays information such
 as:
   - the running, waiting and blocking queries
   - cpu, memory and i/o usage of each query
   - the queries execution time
 .
 It also provides interactive commands to sort, filter, scroll and extend the
 queries list displayed.
Timestamp: 2022-11-10 14:38:33+00

Package: pgcluu
Version: 3.3-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2473
Depends: libjs-jquery, libjs-underscore, perl:any, postgresql-common
Recommends: sysstat
Homepage: https://pgcluu.darold.net/
Priority: optional
Section: database
Filename: pool/main/p/pgcluu/pgcluu_3.3-2.pgdg+1_all.deb
Size: 355968
SHA256: 1399042ece2a188264ac8cfa39d4b571d5fd2184a57b305b182a3661f5fb6040
SHA1: c07387e358cabeb71fe81284d9361b5212095123
MD5sum: 4aa01ec72980afefae26b713aae6ce14
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 three parts:
 .
 pgcluu_collectd: collector used to grab statistics of the PostgreSQL cluster
 using the psql command line utility and sar from the sysstat package
 .
 pgcluu: generates static HTML output containing charts and graphs
 .
 pgcluu.cgi: generates dynamic HTML output containing charts and graphs
Timestamp: 2022-11-10 14:38:33+00

Package: pgcopydb
Version: 0.10-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 669
Depends: postgresql-client, libc6 (>= 2.34), libpq5 (>= 9.1~)
Homepage: https://github.com/dimitri/pgcopydb
Priority: optional
Section: database
Filename: pool/main/p/pgcopydb/pgcopydb_0.10-1.pgdg+1_arm64.deb
Size: 212288
SHA256: e07e6bb9f51387648aab769f747b6c73fa528905dfc832b9e1d30ef00f98ab1b
SHA1: e4614b91eb206a157c5be197a11bd3119a7f4e94
MD5sum: 3f996482901dc98bfb54887c29bc5b54
Description: Copy an entire PostgreSQL database from source to target
 This tool copies an entire PostgreSQL database from source to target. It
 implements `pg_dump | pg_restore` on steroids, including advanced concurrency
 tricks to make the operation faster.
Timestamp: 2022-11-10 14:38:33+00

Package: pgcopydb-dbgsym
Source: pgcopydb
Version: 0.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 384
Depends: pgcopydb (= 0.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgcopydb/pgcopydb-dbgsym_0.10-1.pgdg+1_arm64.deb
Size: 340832
SHA256: 50dc9e9d0638150b55c7e40c7c9bce643723dba9822c47b2be48d7852e73306c
SHA1: 7610a5d711fcfa0d1f9bf125711e876c6f09827a
MD5sum: d7f998ab4079c36d999a0009f9fa87ed
Description: debug symbols for pgcopydb
Build-Ids: 7f4be6aa592523cdf2eeee2c87baccfbbc789326
Timestamp: 2022-11-10 14:38:33+00

Package: postgis
Version: 3.3.1+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 493
Depends: libc6 (>= 2.34), libgdal31 (>= 2.0.1), libgeos-c1v5 (>= 3.6), libpq5, libproj25 (>= 5.2.0)
Recommends: postgresql-postgis, postgis-doc
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.3.1+dfsg-2.pgdg+1_arm64.deb
Size: 125028
SHA256: c06e6f26a669209e398314aecb8a775c9c2bb9b1f2facd66adb06f9c1d91b9e7
SHA1: ec309fdfdb6b4c37332fbd77a61e9b8ef66162b4
MD5sum: 5adfe3cf39f50eb016b6c6dadaf0a3bb
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2022-11-10 14:38:33+00

Package: postgis-dbgsym
Source: postgis
Version: 3.3.1+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 703
Depends: postgis (= 3.3.1+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.3.1+dfsg-2.pgdg+1_arm64.deb
Size: 531960
SHA256: b8848681b80376bd28266a61bcc71c7670099b27d50168f433b0b7f45530cd9a
SHA1: 6d54605e1832e32c9d6a8dcf4b936814c1f3ff5c
MD5sum: 352f32879b57ea6ca1da9f0737d1abfe
Description: debug symbols for postgis
Build-Ids: 39b2c77e8cc0a60a948935110553bb76d1f5f39a 90a41c9b1d3b418b54f1ed465d7dddd2ac6689e3 dc97d092f6571b5b05ed96f535db2fac03701caa
Timestamp: 2022-11-10 14:38:33+00

Package: postgis-doc
Source: postgis
Version: 3.3.1+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6019
Suggests: postgis
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: doc
Filename: pool/main/p/postgis/postgis-doc_3.3.1+dfsg-2.pgdg+1_all.deb
Size: 2742888
SHA256: 904e8f27d3802b1229612b3988596f24507501676354e2da4a40252e1d665bf1
SHA1: 99879a33d8d68dcdf70d165fcf8d10bff03df6a4
MD5sum: c7f8b193f07ccfb197abc1e3d2526b0a
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.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql
Source: postgresql-common (246.pgdg+1)
Version: 15+246.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15
Depends: postgresql-15
Suggests: postgresql-doc
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_15+246.pgdg+1_all.deb
Size: 9900
SHA256: ac2f0e9a8f3759788812822e851aad4ee0a58497fdf82d788dd45fd9d3b4c0fa
SHA1: 8993e35fb255f13053e104cfdaabce768913f837
MD5sum: afe59dc363d2f464e9ab58b5a81998dd
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.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-10
Version: 10.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28273
Depends: locales | locales-all, postgresql-client-10, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-10
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-10_10.23-1.pgdg+1_arm64.deb
Size: 5012824
SHA256: f3887910302c34c0eccd5183433f9fc9032c2f7f3f39f64b6978496ac976b38d
SHA1: db85b2d2908781e4d3b0aab8f1a95643183c552b
MD5sum: 519583eaa5c22a06e91d6b394921dd63
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 10.
Postgresql-Catversion: 201707211
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-10-cron
Source: pg-cron
Version: 1.4.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: postgresql-10, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-10-cron_1.4.2-2.pgdg+1_arm64.deb
Size: 31052
SHA256: a9d7f313ccb5dfcba419285fb52c22624a30ae3be27000841b254ae9fe3774c6
SHA1: 037de0c9053457b455aab6ddef0f7e5b98a3d6cd
MD5sum: 45d58562104758cfafc7198ee4dcfefd
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-10-cron-dbgsym
Source: pg-cron
Version: 1.4.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: postgresql-10-cron (= 1.4.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-10-cron-dbgsym_1.4.2-2.pgdg+1_arm64.deb
Size: 91740
SHA256: 38d88db77c103680eb6eed15641ca45a4b7dd374f1302800c2a267a187c5ea49
SHA1: 3a491bb13902d4bc53acbb38a8f5ff43fe9c9964
MD5sum: 2378531dd759dedbb91fe7362144d2de
Description: debug symbols for postgresql-10-cron
Build-Ids: 6809e58f56110124866e8d9bbe794433853ae88d
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-10-dbgsym
Source: postgresql-10
Version: 10.23-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13527
Depends: postgresql-10 (= 10.23-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-10-dbgsym_10.23-1.pgdg+1_arm64.deb
Size: 12047620
SHA256: a7668c0c83aa68a45e026e1d05ce3cf25a11e551736a2e9bdc28958e780418ef
SHA1: 21341ee8a7463ef95cdab8bd8ebb516b5b84fbeb
MD5sum: da82b26990c50b5a99f247e264fc0046
Description: debug symbols for postgresql-10
Build-Ids: 029fb3a7b1e919673f836debe6ad66808178838b 0654d116e70cca5902ee55e04882ed37e3510372 06f1e2ce12e22e749c89b6de54a3ee59ddefbebd 092d47d7a627742f3005aeea8a0238fb3728f0fd 0a226062f21ecf5e24e5b72f6378caa7d6957f63 0a40b958bb8fe95b3cedace55d99c7714da858c0 0fb3b9b1801581e03dc6d9fc07b3aa8a12b5935b 0fe8b8d4f2fc04d3483fb249bb2879726090974b 104e6088fa7551e8dbe8a165657cd2484343c71b 10d4551c45a2e528beddffdf396b0b5c3ca957f8 10ff414bc5f6a6d79e4e51485bae71358f33cf7b 1355df8dbedf5d4c0873ea73aabba392401c095c 156f66a499d9d9d258d62110aae67b21227d57b6 1642fc7c4c4e3a23ad7a2cd945fbc613fc55f634 16913cc8ae3c719dea1a46979684f3ae9962d6c8 1c320297faf67bc067c450da47b494f88c5baec7 1e3c9b8d3b3d06de0bc6b2daed7dd5e266f5435b 1fd7b9cea7d6e320e683df80f1383c33b326cf5f 23bc753a6d7c3c04498b2486b545315622cb2bc1 23df8aeceace2218611a8f6fe448703a69e1f01f 24c2467bedfeb06619fd219449bbef51b1c28150 2bbcb1fccbe2225d00a21b74b396df3a2c31f506 31854881673879a9227ded13aa7e5e0d82c1d397 333a1ebfc0f1de5f72e2cdd9822b7ff66d1ac938 3825891270bfb1305fb01c35c1a442c1e71b1466 4013c94322d4ae619e29299369107625b96d7ed7 426e20f453dad4f5a25a1db302d6e758d78529ce 4294aa7ddf6ff47f79e5122483b1cffa81a3ae3d 455ead6c5f722f8ec3d1f6293c861267837c63cc 467352ff53afbd28fa1867d8681c1bb6edd3ca04 46f9223a443bbf51b8c886186e292ef08c73e65a 48352149a15e6a86e110a712fe4a54fc59d80b76 4c5d19327b300c024fcdfb9cf64ed5f66e600746 4ee6343309d58425c831559150a84502f277e489 538cfa2028883d9b2e0b4cc49e975e1caa04f092 5883b02c6c22b6846a2e71197041c8cdd9efda97 59902155dabc40c78aa7f888dd803495320bef41 5c75ca8e816c97fe0390c5146ab576ee5d5c6f15 5e45f35c918c70452eb219a9633c391b6e7efcb9 5ecbd307066f76956b85259200ebc963ebe54cdd 62eb840ce2e7d7f321376fc11daad6aeb3af5ea6 67248ddca702d3aaa0c4cd31e6c91cfbc00ce337 6c2fb676095aa4d6e59faa5ea1057f9b382da3c6 6c4adb5fecb3a7f5678ecadc63c9d272b79b9fd2 6e369062a008d4e518e40f9f7386554148b4fee8 70170c3d999e8bc365b3cf1bd9f72acad0a28ad8 719969ea71e5c2faa126577269be9b46eb12e2f8 7298b4c9256e0b6b7c3c0811c7499cebe3fa0570 7697863b189a37f26156829614e3a1e953fc7ac8 78e680a64cb873b30f6468d0d13450af8484a71f 7b02971ee5ff22e865e2016fa6c3bac5c9f4cc0a 807050635e20de4b0cc4df6acb32fbcc4b72dacb 82d4f2514dced0e1116e41c894f43e33173c8606 8627d207778a5ab4944d06dc2b7dda8097aeef3a 88794651eb9e09d69df2e1af843abdd1624a653b 8d387780c752beb9f107f32582dfff2db884e16f 8ed6e3fdf7f06b8170b8044ba26df6c2854ce582 8ffa8c10cd039eaafc152dcb0bc7f1f6a1b22ccc 925d6d77657ca17073016f891405e9fcd5e95395 935315fbab7445b08446596f0c7398fe9985e997 9b4250ff46ad974b179161876a5acd7c6a15ea1a a707a83eb1fb41ff7adfd6f17182685cb9c22e05 a81e3bcfc843744be42bd5408b088cee55ec1738 a832cb1de112187754473a4aefb27107fb60ece1 add8e5154a2c9dedea9410de45d6331bb0515faf b3e3b9c13f45bfc691202a3727c329db99822d83 b827132a5feccdc96ecbad71ed6cc5c5dc9743cd b9a78208adfcdbaf238109e1f4d7122ddf4332b6 bbe306de2dae6f7007914c1d7e5d3a5e12ebbd5c bc3de0ce8ed3a9dd692deedb0f4de7867b594d37 c004f6b293880d89ee58f817997d42816a467794 c0d5673fdc436a7e756d71dfd743bb27c9ee2412 c1f419aae13841548d7b0d70cdcc4ae31d723b16 c20d3365f4b9c4ffa529ee40da72f3a2ab24bc36 d34619d810d14cd53147f5284f87ff1b429fcdaa d8289c4398ab9d0fa905b4353b4afb34a598a187 d8cf85e4919834ad06986359fc1afc80b85dd76e dab7cbc1e8879bda8d63e6b56fb8b54502996aea dbc0c4228c2bd8756ccc6f5161781a523a01c97d dc2ee102db370107ef2f9e9b139ff51ef872f5f3 e08d05fc4c2ff079636031a5ab483daeb1b18561 e09147ed061f4fcf1812a9adb10283a7cb3168ee e2365ba8c5377d1ef77ed8512723ae8f25d8094e e43fbe8f97d8ddfc9892a783b1d5a65edee297ab e8a9ebe70653478068acce11fcf79b9b24114fcf e8d103225337bbe5ef96a859f697a115c9c0acaf ea696c99c6dc20b7397c49bbed008841cd406dc7 ed966a47a9313142879efb636b859c58c71fe12f f3f73bce4bc4ca741a5c89a7a212dd99b20155c7 f45ddbdf19b993296198a133588c6408c373385e f9a969e93950ae034a4eb7bdf29d18f2ab1307c6 fad7bd1d51e0c8de4f8b28532faf84ecb92fc343 fe82105cde2fee8ef4dc2baa47628c1a58d90b08 feaeb5bae7dd02a6f3de7ca9f2e288ee2e89e008
Postgresql-Catversion: 201707211
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-10-decoderbufs
Source: postgres-decoderbufs
Version: 2.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-10, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs_2.0.0-1.pgdg+1_arm64.deb
Size: 14056
SHA256: f96c612501683690243b343696f9cc07baa890bc59e25db694bd21c1a41e81ce
SHA1: 1eac1d2ab7500ac768aef693531a275029dae3e4
MD5sum: f36cd922fefb45f513c563a4482f3431
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-10-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-10-decoderbufs (= 2.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs-dbgsym_2.0.0-1.pgdg+1_arm64.deb
Size: 38076
SHA256: 2f6eb8bf42116e0b89a655a215b6dfa76ea528d560a571e1c8691c9b808ca3d2
SHA1: 09ae3775d596c26ddef04e41a515675117a77d9f
MD5sum: 8e253922a568f2bad0179a053184f085
Description: debug symbols for postgresql-10-decoderbufs
Build-Ids: fcb15b9c4792a29d100ca6f6a004c4ce1ea3fd94
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-10-partman
Source: pg-partman
Version: 4.7.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6814
Depends: postgresql-10, python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-10-partman_4.7.1-1.pgdg+1_arm64.deb
Size: 244636
SHA256: b469e4528d827956e8ba51b7269388cd44d6d2f3bd4b2cdd9823a3a5ead75883
SHA1: 43751450e92c7dc526aa052c20a700092c20f2c7
MD5sum: e4728c6930926da6f77334f79b62b5be
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.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-10-partman-dbgsym
Source: pg-partman
Version: 4.7.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-10-partman (= 4.7.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-10-partman-dbgsym_4.7.1-1.pgdg+1_arm64.deb
Size: 20316
SHA256: 5f9a89b0bcbde06208bdc8990a5a1c9c3322d9f49558991f441c8181fb62cbc3
SHA1: b9de184478610464f5106403afb9c11801146aaf
MD5sum: f3e09112e3c03490ab5bf30d2fa06111
Description: debug symbols for postgresql-10-partman
Build-Ids: dc0f2b41d45a102e0a7f9672daa994bc694f5652
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-10-plpgsql-check
Source: plpgsql-check
Version: 2.2.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 237
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check_2.2.3-1.pgdg+1_arm64.deb
Size: 78560
SHA256: 55911003bbd70fda1cb3d4d4312beb5d805d82369935cddb12e4cf2f7fb26fbf
SHA1: 674b47a47909653f0fe9e6d431d682b6dc97cb95
MD5sum: 4010f57eaea266016d1a3030291960c7
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-10-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: postgresql-10-plpgsql-check (= 2.2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check-dbgsym_2.2.3-1.pgdg+1_arm64.deb
Size: 232780
SHA256: 3753ff4c4ebfe4dc8ead196fcec4d7f089cc6a2cb0d4fc30495714c92bfacd41
SHA1: 2faa549575937eef6634e90ad47e7a8826ad617d
MD5sum: eacab0fcbac0199371db54a1ba482cd4
Description: debug symbols for postgresql-10-plpgsql-check
Build-Ids: a7fec98bce771e5a04df4015aadbf0bdc0a05661
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-10-repmgr
Source: repmgr
Version: 5.3.3-2.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1082
Depends: postgresql-10, repmgr-common (>= 5.3.3-2.pgdg+1), libc6 (>= 2.34), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-10-repmgr_5.3.3-2.pgdg+1_arm64.deb
Size: 206780
SHA256: 4997fca7e5d227d218e2e1da3e87d734624f19356da67ce5f26dd978236e95f5
SHA1: 7a6baaf15d71649efd234c154711f9928f2c526a
MD5sum: fc80432eb1763cd2efef53be6d2cb971
Description: replication manager for PostgreSQL 10
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 10.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-10-repmgr-dbgsym
Source: repmgr
Version: 5.3.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 650
Depends: postgresql-10-repmgr (= 5.3.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-10-repmgr-dbgsym_5.3.3-2.pgdg+1_arm64.deb
Size: 585360
SHA256: a12d6db889b6f934bcd359cd4011602faa963a3e2f488dbd05789a214f555047
SHA1: 087c4ade1ede67cda4f5e56ad2409cc3174695aa
MD5sum: 19089a75f71211b41c044ce7ab2e7dd2
Description: debug symbols for postgresql-10-repmgr
Build-Ids: 162db6ed3f4eb947922a8a23567ee0fa7ec6dd69 19b64b42f7f50f72f7b01948635f2600d1f1a23f b1aadf5de97f444769024c146652159ac8764160
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-10-slony1-2
Source: slony1-2
Version: 2.2.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-10, libc6 (>= 2.17)
Suggests: slony1-2-bin
Conflicts: postgresql-10-slony1
Provides: postgresql-10-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-10-slony1-2_2.2.11-1.pgdg+1_arm64.deb
Size: 17780
SHA256: 803364037f423881baa0953bea1b407b1d6c5e87203d960ffbf1487d70889438
SHA1: 9d085dc746447c6b383338a6dd7cc8f9c40e862a
MD5sum: 291ca03aea343a9fc92580457958ae39
Description: replication system for PostgreSQL: PostgreSQL 10 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
 10 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.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-10-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-10-slony1-2 (= 2.2.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-10-slony1-2-dbgsym_2.2.11-1.pgdg+1_arm64.deb
Size: 57864
SHA256: 43cbe3fe09008f5848c115402c05dbd8c43fa1abc93552ed2f8f5c4ea53867c2
SHA1: ec78b0bfeab364987ee1e4b785b038b428dc7fcf
MD5sum: 785df98772a22ff6a77c4d1ae4e58689
Description: debug symbols for postgresql-10-slony1-2
Build-Ids: 162d16d5d9181d7961931fd9189b49c7ee509d3f
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-10-tablelog
Source: tablelog
Version: 0.6.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/credativ/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-10-tablelog_0.6.3-2.pgdg+1_arm64.deb
Size: 19852
SHA256: a75580de6e64db3828691bba2975e24eb3eb6c167a6a09d9f685dba29a4e7a6c
SHA1: d0b84f29cd19166af0cf9c83b99b1ff69e03ea94
MD5sum: c1d7f9ac12e5886fdc61c62beda919ba
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-10-tablelog-dbgsym
Source: tablelog
Version: 0.6.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-10-tablelog (= 0.6.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-10-tablelog-dbgsym_0.6.3-2.pgdg+1_arm64.deb
Size: 34548
SHA256: 817bebb242c57eb3306bc2b99b242c59a8e2f91c80eeeefb3b38ade31acb6d33
SHA1: 45562bfec862a7ced66f8225c22fa72752212297
MD5sum: d623d4ad78dbb45dac1fd41d1deb6bc1
Description: debug symbols for postgresql-10-tablelog
Build-Ids: 6e25e06650ac1524768b48c01bf94d493a660ee4
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-11
Version: 11.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52435
Depends: locales | locales-all, postgresql-client-11, postgresql-common (>= 194~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: postgresql-11-citus (<< 8.0.0.PGDG-2~), postgresql-11-cron (<< 1.1.3-2~), postgresql-11-pgextwlist (<< 1.8-2~), postgresql-11-pglogical (<< 2.2.1-4~), postgresql-11-plsh (<< 1.20171014-3~), postgresql-11-rum (<< 1.3.2-4~), postgresql-11-wal2json (<< 1.0-5~)
Provides: postgresql-11-jit-llvm (= 14), postgresql-contrib-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-11_11.18-1.pgdg+1_arm64.deb
Size: 15452796
SHA256: 1123f71503da9d0494fa43a6a11b6f4398afef734444407008b1b5872e6a3bff
SHA1: c1ea48833a38d3c48db612ac00084befecb400dc
MD5sum: 351263a6fc252f213a92fb5f475c6d7f
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 11.
Postgresql-Catversion: 201809051
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-11-cron
Source: pg-cron
Version: 1.4.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 230
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-11-cron_1.4.2-2.pgdg+1_arm64.deb
Size: 99664
SHA256: 55e018973cc2d6e61cd6b9ba891e5eeba32c95fa21ef2f1ae93e2ceaaa32489d
SHA1: b9e2e80f6c1627e7783f4521c34054d702716272
MD5sum: 00cbfcd59db4049d59faf955a8c7bd26
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-11-cron-dbgsym
Source: pg-cron
Version: 1.4.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-11-cron (= 1.4.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-11-cron-dbgsym_1.4.2-2.pgdg+1_arm64.deb
Size: 93128
SHA256: 3806ba6e99cef88918c1e3cacdc77330e00a14f532e538a38acdd7b2d8681b8a
SHA1: 5efedfc7de59c255ec6c0556fe38b96340a48bf2
MD5sum: d8b50048dc2f108c87f638683013215f
Description: debug symbols for postgresql-11-cron
Build-Ids: 0a581d41b1e6171f65469ac55e9995962bcf4f62
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-11-dbgsym
Source: postgresql-11
Version: 11.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15258
Depends: postgresql-11 (= 11.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-11-dbgsym_11.18-1.pgdg+1_arm64.deb
Size: 13737400
SHA256: 50155f038332c7fee8955b982c2ca228451d92e4687456ae1077673696b4c1a0
SHA1: d809c27d55baea08dd9da5a150e39fecb9b35ff7
MD5sum: 83ac64f3cbc78ddf04c673c12c0a2d3b
Description: debug symbols for postgresql-11
Build-Ids: 05ae00f3efde2d6a8bb940d888067cd264452bef 0a3fd4fbf297c76ad57a5d0b65a45446d469f257 11caa0f103875d6fd2e3c5b140d571146cd05dac 1208fe06930cee22fc40cf8ae64ef2dd0eeb016b 130883212fa6325c421343edd2075b5f20a8f1a4 1489bd7d42ce35a742858cbbf1c80303dbbe157a 15dbd326bedf2326f4b292516bcb0c412251252c 1909edeba671f7be676aa730d18d7b71fce44d18 1a724c9f353c895cc441cdd5a997ffb391bf7806 1b0bb7139eb4f730201ab0d7705a6d8b4fcc85c6 22dd1794ce80925fd547c40565e857cc98136e82 22ffd08d2b643e362c5e814d1effa516d7fbc486 27ed4a89196454a9e825486cba7489ec97fd26d9 29949d67eec203d11367d7f231347a5c719ba0da 29a28702fdfa6371f155420f553b00633b230eae 2bf5603d43d8f8371f344e68b1cb6f1e68149cc5 2bf8895bd4b8010bcae8829b75f17d32c57ede1f 2c3e972ca7f56408bb91f2a54f26d146aea1570b 319a110996d227cc8426088f744c5022f44b52e3 3af18d52e9dd6225388abebdad490f4213791bf6 3ecd67c47b3922027a6895eef2401847717d9e9a 3f3614f12dad8de1c387aeff667556dfa1659552 40d5e47a307c88b18f46e9fc198020c9cb10d379 43f893f1965dba8e435cac3e9ea802fe6935d45b 450dfed0b798ee3b6d3864e537ed2ae8355abcf6 455d5a9af7911e3e44b946fd7b7fa1acfd7d7946 470d10f212565fac775218ac01f985409ccd5f5c 4829f0f7523559e4b2182c1ebb190805d99ed3c8 48b376bb27482984b93b6b75a999ea49e37a333b 4e2e8eb82cfe66712fa02a9b1cbded3f7208c682 50294ed5978958a293556959859cef4eb483f436 524155ef4ac508404fef8fa0e4d6a2c37dea27fb 5482cb7bf7737a0e7547b372dba2b5ce01d1b25f 550c090f28add53b320fae2866666c43d6326ed3 5774d77aff8d8884113f563230f977b92d75fe1b 5a3fb22dd9093e3e1c7d171bb275583a2f8d79d5 5e3e3f61817762b00364c604a489d6d6fbeb62e2 5fd0b50d6156d842b22628ee8e6d1b3d3930c9d1 626268a2ef9eab0c91927ac0a5f22e96f03db256 65e8be7b6a618a46324f668d36ce6b31ed57c2ec 65ec18ec0ca63f45dd2875b4f23bc404c11e4c2d 67594bdd7d7803bd5c01d987ac54491ce87a849c 69b887f560b9f57c45d4c316201634fd8181a478 69ca580e9684768febbdc2d91ffa89283f6be57a 6c62ec204bf7aab15d4dfd963d4ce6aca4911e20 70d19bae81e4fd3c13c2fbba04e640db092f27fd 728719cf7e6b09a0bd9997705b6873717378e088 78b59c9854123e53b48ec1acafb93f9ade0e6717 798a6043c98ffa5d4d3ddcf0885080aa040c0018 7a573258c9ace49674aca9e34d4598444f9d1601 7a8cce8743e662b28baae8c02dcd89ae4714f86b 7da5324634783dc63c5ccfdb149f7371b5c8f8f4 7e64faabb18cd3dc062b7c72c65baafb20d8901a 8246d2710919227b00e00bf18fd2296482324fc9 833b9c957cef794f5f84d59d08436dff73410a4d 8401e9ae6cc74d709c0813f2aca13a7346405a50 85ae66b915fc9bb256dbad5e3a7b1d4f6d1c5a62 88537123b01e6d73b10c3305740c6e395c2a62bf 88c77d9a4fd78456e50e52f3e6e6ec1e554e0bcb 8c01245329f8f3106c6d677f50c9ac6673b9b9b1 966f8f272803879879987a2262aa43680b38a0f9 96af8c3d175d4244b185fa85bd11a13d16e9c224 9a471269d4299aef332914b6b6140296d456a7ac 9b0e769092204fcf08c171f7ea73b423f04d4e2b a07ab413aa1fb44ff87c44c6924d14701ac9a24d a4e68181b8b9aa9dca244d15774a5d9139f4991f a8e5a19875d1b4ba70dac3ee2263b35003d84a92 aac0cab0edfade57a4c56cea82a18b329d5c1350 ac02c4fc3a669308174dc023090c7b2ccf66dcd4 ae92a0b979850bb27c35f3456c505c1b7b610454 aebaeaf55091de3958b0ed42d74f318bedc3f042 b0420cda7753669ef189e081836ea7f231fc2df2 b4c655b2cbe6df28e7fd84b02d16163dce5925fb b6f29166419bb7457df4f2c15f874d544dbfbf90 b85683150239d304554cc5b342e77ee4465df44f bb81a6e780bfe47408633e319ba448887520ba96 c0fd7e30862d329e42d28d9a469d66ed13871e71 c3017ddebd489991dd0efc43dab627cc35bd8149 c5f3dea1861dba1c33b040e36b879bde275a44d9 c7fdb3ca6f1140a775c3e50243c8f3fc4c9c0be1 d340fba07400830a71f3edc8b666c88d5a594f08 dcb2a8d311d507d47f1775bec02fd66af0d073d0 def21814ad8c7fd72e39fcac5e71b536c62992d3 e0f755bb1d291c89450af6d87f395eaa75fa4fc2 e1a0655c083e10e0a12e4c57a76a2e11a1854ff4 e2ddb66500087637c239679e3113568f23062a80 e701b6ca27d2bd7ef1a0c003c70f87c9be8b2b55 ed1bcf7d34852024cbbb44ede3baba96f47d1d64 ee4fde21be428991de612c8b3aaf88a658bfed9b f0d12024901c897d2e3c1a62ff7f8bde41ae2c8a f3447088e823f2f6fd43834e242ff825e1d26fc3 f7ddbc278137b41ac6c3da72172aa6567db86fce f9b0c644b18ceb3bdaeb4ef2d120927f0f8a3fc0 fc95d896fe90b0b8f1cda5f4fee5f7e111ce605f fe2efc91d3a8abc7005bc0335fe535494fedd503
Postgresql-Catversion: 201809051
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-11-decoderbufs
Source: postgres-decoderbufs
Version: 2.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs_2.0.0-1.pgdg+1_arm64.deb
Size: 43488
SHA256: 84a35de12150b3a0d38bdaad57992ec227d342707fae139a1aa39a7459ac4ad7
SHA1: e4873eb05bf84f27c6feec43c48389b63626b404
MD5sum: d56f9f219d566a3a03374e31be6e60c3
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-11-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-11-decoderbufs (= 2.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs-dbgsym_2.0.0-1.pgdg+1_arm64.deb
Size: 38288
SHA256: 60f720af03d9980ad47a59f345d3662a53422c90c8b8b6785b7687826b4ce365
SHA1: a415abd68dda6469663071a57aaa7bfc68940db9
MD5sum: 813a0e88e25adadd9863b651a8f9d750
Description: debug symbols for postgresql-11-decoderbufs
Build-Ids: 50e0d4e22d0e1c1cd396f9170ac091ad793b514f
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-11-orafce
Source: orafce
Version: 4.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1132
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_4.0.0-1.pgdg+1_arm64.deb
Size: 390100
SHA256: f1097db4ebe1c01cf87a9590d5c4161bc508ebb16dcc3bce400b46d2cd822df7
SHA1: 214b852d51855ae553777218e23c2d9309259e98
MD5sum: d7530c31d9773e9c6c17d3bb600e5442
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 4.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 311
Depends: postgresql-11-orafce (= 4.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_4.0.0-1.pgdg+1_arm64.deb
Size: 260368
SHA256: bfa5f49712b76b99ccd98adcd80ffdc202a83606fda6b7661483186343323192
SHA1: 4a71b0e5f7961dc28cdf53bacb67b61f02d5eb79
MD5sum: 0c9ad1f6fa45686a8b2ff2730eccb36f
Description: debug symbols for postgresql-11-orafce
Build-Ids: 35fbbc4b7d0f411ab020634226b8c462f2ccee09
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-11-partman
Source: pg-partman
Version: 4.7.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6826
Depends: postgresql-11, python3, python3-psycopg2, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-11-partman_4.7.1-1.pgdg+1_arm64.deb
Size: 256468
SHA256: e77cc1285d67db85d4e6d5c78a5bf1b893fd3be496957a33bdb6862f623ac8ea
SHA1: 7982c854fea5aa7ff47dc93eeb6d742462e629f8
MD5sum: 09bb140ba34c106b95372e7e22acf7a8
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.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-11-partman-dbgsym
Source: pg-partman
Version: 4.7.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-11-partman (= 4.7.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-11-partman-dbgsym_4.7.1-1.pgdg+1_arm64.deb
Size: 20572
SHA256: b7f56909249e55e65eaa77a7b2124d782042d50d19762de538cbe0ff91afe2a6
SHA1: df36ef9375fe8874beba2eacca7445cf65392969
MD5sum: 0fe69e82eebabef787374df693683de7
Description: debug symbols for postgresql-11-partman
Build-Ids: 92a51e08d7a1a342f875c139af3f1fdc6f7ea3c3
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-11-pgrouting
Source: pgrouting
Version: 3.4.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2868
Depends: postgresql-11-pgrouting-scripts (>= 3.4.1-2.pgdg+1), postgresql-11, postgresql-11-postgis, postgresql-11-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: postgresql-11-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting_3.4.1-2.pgdg+1_arm64.deb
Size: 726048
SHA256: 65a65e37718966d4ed651abf4cf19101bfb240b1065d679dad0e19f942d4bddb
SHA1: 7b24793865b52f8e489e0e05d81180b0e194eb1b
MD5sum: d0e0d007365cc9e285065d6534bf35ee
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 11.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-11-pgrouting-dbgsym
Source: pgrouting
Version: 3.4.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25227
Depends: postgresql-11-pgrouting (= 3.4.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-dbgsym_3.4.1-2.pgdg+1_arm64.deb
Size: 25213580
SHA256: 85f91fe2bfb8ec3e0a3adee60f8b5e4f2532d2cf27faca35d00beac26b73471c
SHA1: a21d529a10f811be12f851bfe9e3e38e6b7aa546
MD5sum: 8bbe1782974d68858f7f4b4f1e85dd32
Description: debug symbols for postgresql-11-pgrouting
Build-Ids: 9aa7c433aaab75fdda728b6858efd23f282ecf88
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-11-pgrouting-doc
Source: pgrouting
Version: 3.4.1-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7493
Depends: libjs-mathjax, libjs-sphinxdoc (>= 4.3)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-doc_3.4.1-2.pgdg+1_all.deb
Size: 2293912
SHA256: e3f3959e3a002630a5ae0748615f05bbb413275634e9acb5de9bf3b6f997ce09
SHA1: e9c1bc1b67310ef83e3d930842dd0f99968a5e49
MD5sum: 1b6e5751339de7086553a2f807a33328
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.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-11-pgrouting-scripts
Source: pgrouting
Version: 3.4.1-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2896
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-scripts_3.4.1-2.pgdg+1_all.deb
Size: 59840
SHA256: 129cc4f1469e4e5d0a0b0f35f9c8b8e5bfa042ca32dbe2856d68e0bfc4b8c0cf
SHA1: d5d890e9183913945cef290ee982d784bfdeee0b
MD5sum: 5765229ccca1496aabc4ea50c3424460
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 11.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-11-plpgsql-check
Source: plpgsql-check
Version: 2.2.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 660
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check_2.2.3-1.pgdg+1_arm64.deb
Size: 302788
SHA256: ea14cdcac7b90222eab8b8b27a352c59e7197612c8632eacb903ef8ace86f3ec
SHA1: f5a8d1ac70dbae387f2d724d5b198b583410197c
MD5sum: 889fa5364d4111d106432fe588b7c8c0
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-11-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: postgresql-11-plpgsql-check (= 2.2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check-dbgsym_2.2.3-1.pgdg+1_arm64.deb
Size: 232572
SHA256: f0675387192dd60e6b09ba486dead717e3c9361055f60e6b6164d0dbc93b0ac5
SHA1: 54779d55c0d11b8849bb8b2a9533095137135089
MD5sum: 34cabe1ae5b9db64aed549911c314e29
Description: debug symbols for postgresql-11-plpgsql-check
Build-Ids: e73bbf894332eb9953a07edd05eb7a94ab151ebe
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-11-postgis-3
Source: postgis
Version: 3.3.1+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9526
Depends: postgresql-11, postgresql-11-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal31 (>= 2.3.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-11-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3_3.3.1+dfsg-2.pgdg+1_arm64.deb
Size: 3387584
SHA256: ed20e09e70b28efb932d87033ae4ac6bf074af07ad6f5fa9f1e76a65b0dbf33e
SHA1: def83572a9ac868fc9dd0dc8cd76dfd264b5ea75
MD5sum: fe13b0b89e81b6a034ece72217bcdbc7
Description: Geographic objects support for PostgreSQL 11
 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".
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-11-postgis-3-dbgsym
Source: postgis
Version: 3.3.1+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4401
Depends: postgresql-11-postgis-3 (= 3.3.1+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-11-postgis-3-dbgsym_3.3.1+dfsg-2.pgdg+1_arm64.deb
Size: 3857528
SHA256: 13dc95246ee603b26977ff58b9412473607064e9e1a5cfceefa63e09a4cf19b1
SHA1: cbd9bb7e0bf2c5765a216591380aff1ea8310813
MD5sum: d9c30e817032022968bac7805a8a9a15
Description: debug symbols for postgresql-11-postgis-3
Build-Ids: 1121454b50ed0d026d77b0469213f627baec2373 408da1fa18c0b55bebd2ad4b40cfcbeec9361b3e 5151bb095edc95057f41b6a4f86d55404b5413fe 7772c1acfb2daf3b08d3024b5c0419c6d1916417 a33928f3e4734f943a51d5897756d69041224a9c
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-11-postgis-3-scripts
Source: postgis
Version: 3.3.1+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 40881
Depends: perl:any
Recommends: postgresql-11-postgis-3
Replaces: postgresql-11-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-11-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3-scripts_3.3.1+dfsg-2.pgdg+1_all.deb
Size: 1424924
SHA256: b21bc66870963a08dd19ca3e307a45c393f18a327c4e16976c4816b78802c992
SHA1: 21d8e3dd04f28d5946df6b8a9e5de95cd0fb58a7
MD5sum: 3af66e3bbdacd86437a470f796db763e
Description: Geographic objects support for PostgreSQL 11 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 11 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-11-repmgr
Source: repmgr
Version: 5.3.3-2.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1107
Depends: postgresql-11, repmgr-common (>= 5.3.3-2.pgdg+1), libc6 (>= 2.34), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-11-repmgr_5.3.3-2.pgdg+1_arm64.deb
Size: 219976
SHA256: bb26476398e6aed9accd23a5182549a0df52c297d9192712ee210a337d1565e5
SHA1: 55dcc28669c3389a5489229f6951a68a4a850fcf
MD5sum: 9778b516baa718dd2517d43eda8aba75
Description: replication manager for PostgreSQL 11
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 11.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-11-repmgr-dbgsym
Source: repmgr
Version: 5.3.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 650
Depends: postgresql-11-repmgr (= 5.3.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-11-repmgr-dbgsym_5.3.3-2.pgdg+1_arm64.deb
Size: 585772
SHA256: 19ce6d9a0679bf62a0f2c8f65af71bb1ba2de00caaa116371adf3fd35c906baa
SHA1: 4505021fb6c09095bfda4cedbbdc9cb3918de3d3
MD5sum: da5b946d502be33a62e6a802dee1626e
Description: debug symbols for postgresql-11-repmgr
Build-Ids: 446a587cddb29a6c7c17cb3df30d34d52342b376 485d734212bcb317ec02ea1619aeffc91aadfce2 7b67e386ff9e645d7c8ab436f9241a12c214c28c
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-11-slony1-2
Source: slony1-2
Version: 2.2.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-11, libc6 (>= 2.17)
Suggests: slony1-2-bin
Conflicts: postgresql-11-slony1
Provides: postgresql-11-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-11-slony1-2_2.2.11-1.pgdg+1_arm64.deb
Size: 17732
SHA256: 7bc1e5d60ec5ff88ee40f1e5b4e06bdc1227474b6bf66584943419f7876b71a2
SHA1: 6ab69c288561c6dcf61e1bada889fda55672dcc3
MD5sum: 9104611d9568d575527f8fb0b8000946
Description: replication system for PostgreSQL: PostgreSQL 11 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
 11 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.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-11-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-11-slony1-2 (= 2.2.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-11-slony1-2-dbgsym_2.2.11-1.pgdg+1_arm64.deb
Size: 58912
SHA256: 97526527f13d3277b9d343c47e6430a1c1d4d285240438e520e42b40c53d08d6
SHA1: 35fc4fd1d5dafe6eab0de4592b2e489210713862
MD5sum: 35147ea386e7f789d30a0afe982925a7
Description: debug symbols for postgresql-11-slony1-2
Build-Ids: 715e9c18cf096b6a0a4ac24bd50c8fb9047c58e6
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-11-tablelog
Source: tablelog
Version: 0.6.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 161
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: https://github.com/credativ/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-11-tablelog_0.6.3-2.pgdg+1_arm64.deb
Size: 46224
SHA256: 6a377d4d8e88d80cc3c7535dcfb465b2f881a0ae528f78f8a5fc63c1de271ad3
SHA1: 1f016ac7a2e062d741cc2454b346ad44ba731da2
MD5sum: 541b611f2b3484fd07b18eddf225bb48
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-11-tablelog-dbgsym
Source: tablelog
Version: 0.6.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-11-tablelog (= 0.6.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-11-tablelog-dbgsym_0.6.3-2.pgdg+1_arm64.deb
Size: 35168
SHA256: 637a75e05ed9a652879984bb8f30e3eaf519e2487ae56ae087d8c4ca6a2c5039
SHA1: 23764ba2114ecb0d6acde871a11cefa9ede778aa
MD5sum: 69ce77d00ed2df3dcb7abddd55e5d3da
Description: debug symbols for postgresql-11-tablelog
Build-Ids: 1efb6012c236bc1cffd57d8d2c8549c03333a749
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-12
Version: 12.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54210
Depends: locales | locales-all, postgresql-client-12, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-12-jit-llvm (= 14), postgresql-contrib-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-12_12.13-1.pgdg+1_arm64.deb
Size: 16090240
SHA256: 745a5622c8dcacd15ccb5d2f8db71ca72b0fba8d04383cdea63f0088adc42e96
SHA1: d5f36e795a863b3f96a7c866e893279a862d76ee
MD5sum: 0941c99ad57a6f4aa886322ccd78b4d9
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 12.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 201909212
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-12-cron
Source: pg-cron
Version: 1.4.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 232
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-12-cron_1.4.2-2.pgdg+1_arm64.deb
Size: 101248
SHA256: 4ce295ce6ba2cd1f36e1a8e1fa8049387d446cb8763bce244c2bba2bc3201bd5
SHA1: e75ac3c0a72ac98017c69d34e906fe44f68283bc
MD5sum: 25f53dccf715eebfa9b919d55c107d77
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-12-cron-dbgsym
Source: pg-cron
Version: 1.4.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-12-cron (= 1.4.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-12-cron-dbgsym_1.4.2-2.pgdg+1_arm64.deb
Size: 101100
SHA256: 2d866a5c2503f93014c036b023ae14ead0a5c155b3e81b84d337fe80da437a80
SHA1: 84b27e2f8f1988b1c2910925393f8adbaeaea0d7
MD5sum: e03fd867a03b09c7bf3390dc4d54451d
Description: debug symbols for postgresql-12-cron
Build-Ids: b9d30d9acf45998732c4a1f6dca22837e4b91419
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-12-dbgsym
Source: postgresql-12
Version: 12.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16404
Depends: postgresql-12 (= 12.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-12-dbgsym_12.13-1.pgdg+1_arm64.deb
Size: 14820120
SHA256: 9dde68de357c890730154ca50d91755c50a42374f734d9e39b3b186e81e8811d
SHA1: 1c105d3ae07557146f7761a3a5198aa3badb1cdf
MD5sum: 2009e59d362edb2068cf9e35ce0d5b5c
Description: debug symbols for postgresql-12
Build-Ids: 025ff9cdb0505b35118a88228e91fc1cc51bafde 04caf285857f07a882df57be8ec148a89ca75214 069dad8e5d4f4bd42fe1eaa10a1e425e4925b9d1 0744be55d3c55082e834d85faba3ee4622b40a47 0973d720b164ca37575af5a39a7ca228b019c1d5 0bad07ab88e0494d8de79e3607b05645d7b147da 10ecc04144c9fab4c7e04392d27b72535b557f27 24ad1086e65345a08fb83b2e6c2c927172a98a81 26c3371afc29211de7d61fab30684ff96d267e50 27fbf23b8b7cf133b7fe4b3656f5a2abd89ddbf7 2bc3dacab8739d99fd8a0ae373214ef0e6cce9b8 2cac13943e0f1d198abda559ddd79e5d282d500f 33a46013067192996499f5e8380fb1a5326968b0 33bf0c5d20aee3401d65c6998b90a9a4a6947e15 35d225d80a383fa9f75edabb2f035c59026e395e 3bd84bcc9dd77fda11418e94ff681abdbc59b5bd 3f02350b4f23970954d77b76cddf5081955aea34 43439338c375567cafb4ee83a4c60a2de0188039 43b9ccb44434760a257b100f5203a097b923d450 43dfbd1ce77de6662f328c7b573d9b883b445532 441fbc907d927cacfb527635d3f132ee43c8e866 461c070a8a946ac173df1f1073f142c29854529f 4f5b748e81dcaae97ff2f8e470bfefc55577916a 4fde2c7d487581b8476b037dc0ca07fea2ffe7e1 53dcc900488726ec12c3e23dfad7571f4530c4cc 561ae58c160ac295beec6feeac04a464f75161be 5d87a81a35d6001cc2a24ade7a59a9b7a2f84574 5e7b96a8b1f505a03498b5173fb202c0cf8c2b72 5fbf86e97d0c3cfc6f9c9e15d2933d6a319a7389 686de1c23e30bc60a5ba94c652be2fec396c2270 6e3c219afd49f452f6e8da5b6464f30298a89e0e 701d55898be4576e07e4568d9065d418959f5201 750e94b5db6e22cb44adc3c3db820ecce6ad7ec2 78f152a4eca9ee347f76cb53e72e016550be23b0 7b6a9bf641add6f5d83752ac0eca8407d207aa9f 7d025e361cafe598745e0ab0349ee920fccabcd9 7d7512374f60ab96bc81da45928ed7cbd91b0379 7dc6c92523d4e4866811027cc66081cedb58175e 7ea66c925481e60059f14c9aa34da650d61f7231 7ebbb34305e4c648090ab6a984be362a54abfc93 859d2cae7ff6a377df3eaaf612bfd99a0c7824fd 88d0e30ace88d91336ac9ddda3bb4ccb3f8b3466 96e114ac44f0a452e28147be876b95641862d686 98fef1052be79f0f3f2d2f20bd27e06e724152ee 9d278d3a56f6203e7a02650e1eae8ea627fa6d76 9d69b0fb73d46eaee22a9d873840b58637d98769 9fd9890da6e8c5dc088c0a1f46b04696ec8070e0 a188138c3d8791913086cc4b50d2e26849408c8c a3da9f5a9e85d87a3808818c58e2875101b3210f a7411eae70408fe35fcfb6cd04db231298bd66b2 a979e1957fffa910393cc93129c54111311c8391 ad3e354f9ce061124e66c4c8cc99847f9a4a0bbd add0f34841c82d5514557f37031ba76bcacdbc74 afdc93c6c43a5f46a950e882f1022e1c8a794685 b08a4aa29e1b44ed7f31a50f796b1d95f30bb2b4 b16f48a5a3499a6de458f6c7712572731f51a01c b1ca5076a38cbfff61c245746fc0b2708da35dbb b4a40342cacd299bd147546a08f78a197edd4d48 b82df11b7171b2caf5cd3f6d6f16f5fe42d335b0 bb95a48015726a7d2d383f7f6d25bf957b65704b bd2329a3de594ecf7a4f7a40cfaad604ce6dbe18 bdd0dca7893899d72e1d4c63a4a61324d050b7ae beb16866da89abf86521002c2dfd1834ece6ed72 c1def6569dbf692140046941ff398b666b940549 c243e49f8c832e3db0ba67284266fd89fb9cb89a c2b58fe4078e067f940dd17e369dd390ce70d136 c4f688b0fa45d42a24d35bb2c552ba9695adff83 c5852029733a7704f479fd12cae0d9560b8f455a cd827bb1b145e7d4ba981a65b3ae9aea621c4649 cdce12b51efa665979e0f3cdc9718a2896b211bf cfc921ce50acd0ff372ac622e8e565d13a6ddb48 d0f58dcee70ce4933af794ff07082aaa5c113d0c d16df8cf5b493bdd6e1ea50f3094beb542ef9b5c d295348bd893e0590b69a964be2549f0a7790303 d356993d1ded1de6a4d3b08e226de80fd545ae19 d8eb30aa99c40d71ada2306986b7ec8746708f3d da32ddffa1788d6b1e55832a512600411e70b0d8 da5c9d2134f026c9db18b4f96402939da02fc664 db2ac3ca813486b4cf688ecbf3af3373d2813428 df4393b44b5f83b3a7a2092a77350907c1292bda e1f6ff1a4c7d1b0ce4393448fa24567c54909c42 ea30b7cab43d919bc70903cac81464dae1b597dc ec1aaee92b71169ee01f15af4b8097c69d557162 f319ceb69b85c87fdd38914657c11e06f33cd57c f386a070587d9776aaedef5f79f55d40fbca3b5b f5179eb18a27b16acd8c544f4543447868e75765 f6af518f17025c0d58498990dd5f3d302db7ede0 f84aa5ba0d8b0b59205df84d189891a2c67de845 f8b43653d06b65802eb2fb2b7c7719477bbb0dbf f96509821df45d395604fbd76c0e06244e2a33d5 fb44ba35d845330b6d7d885c9b5ae9db3edee21b fc7dfe7125d7a43660bd7d2c936b204b0ba7b2a7 fea723c93b9033ce28fc4582256b947393c71bbf ffb96a9d478909b0d7387b24dc58469a24aa3443
Postgresql-Catversion: 201909212
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-12-decoderbufs
Source: postgres-decoderbufs
Version: 2.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs_2.0.0-1.pgdg+1_arm64.deb
Size: 43464
SHA256: 78a02153ab2bf57ef80ee7a555c5b36535fcd935ff4b94f1e013e29b6dff6389
SHA1: 0d7e5ee14656b95bc2d806fdd61318966cc66367
MD5sum: b5858bef140e3dbc9999a1a622735c60
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-12-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-12-decoderbufs (= 2.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs-dbgsym_2.0.0-1.pgdg+1_arm64.deb
Size: 39032
SHA256: 87afb4a05bb3e795d160cb2b791c7ce5f3e733e03aee6058e202b44b57d634ba
SHA1: 4e2b69823f69328005a81b032a528652e9ae5d78
MD5sum: 1cea292924dbff5d3c14d3eb9070af2d
Description: debug symbols for postgresql-12-decoderbufs
Build-Ids: bb1ad1b24803920e23f15772fccd3f7830531b5f
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-12-orafce
Source: orafce
Version: 4.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1128
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_4.0.0-1.pgdg+1_arm64.deb
Size: 388004
SHA256: 3550474eed3e6d011679833a633321f823df8cce5e257fdb0883e6f6150d68d7
SHA1: 1a2174c54220e99fa27f4f0a77b719a5b38944c0
MD5sum: b981d61d7d49e69a8b7739de22ad6196
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 4.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 312
Depends: postgresql-12-orafce (= 4.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_4.0.0-1.pgdg+1_arm64.deb
Size: 261952
SHA256: 42f976b7330d765bf83f930884d4ffd927ae71775b16fb25007903c119a37645
SHA1: ecc14c75ceb76695db7b9e963e05e91473068e42
MD5sum: 593bea13ebd57db31b0f90630a7276f6
Description: debug symbols for postgresql-12-orafce
Build-Ids: 793085ef901d20116deb9cbd7a11cd994e9525c0
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-12-partman
Source: pg-partman
Version: 4.7.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6826
Depends: postgresql-12, python3, python3-psycopg2, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-12-partman_4.7.1-1.pgdg+1_arm64.deb
Size: 256288
SHA256: fa3488969aefd91acede00a7cf666bc0efdff3fdec5c57c1b7a6e826ec4e6e84
SHA1: 8d63c1c1c01301d9f6c362c9796e2d2d2dde5343
MD5sum: 75dd97baec1a267ca7cb591cb11deff6
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.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-12-partman-dbgsym
Source: pg-partman
Version: 4.7.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-12-partman (= 4.7.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-12-partman-dbgsym_4.7.1-1.pgdg+1_arm64.deb
Size: 20956
SHA256: 3df4e6f3cee4539685ecfd0594bdda8f330a240c1f9694783a666a835e4ae6dc
SHA1: 5352df03eef61ab44b2415fc044a17857545bde3
MD5sum: d7254e67277a93feb8e5e1a745406d5f
Description: debug symbols for postgresql-12-partman
Build-Ids: 39ebd9c0572bc189550f3a2a6dc5dc47a3523e06
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-12-pgrouting
Source: pgrouting
Version: 3.4.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2868
Depends: postgresql-12-pgrouting-scripts (>= 3.4.1-2.pgdg+1), postgresql-12, postgresql-12-postgis, postgresql-12-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: postgresql-12-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting_3.4.1-2.pgdg+1_arm64.deb
Size: 725492
SHA256: 18318332f355bac0230de3df15405276d46fe62ba398f2724f8d4a96b22450e3
SHA1: b3a585fdc718040a31e57ecf1fe5f2e692427eef
MD5sum: 7822637265da1fa88dd7fdbdf36c71dd
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 12.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-12-pgrouting-dbgsym
Source: pgrouting
Version: 3.4.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25229
Depends: postgresql-12-pgrouting (= 3.4.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-dbgsym_3.4.1-2.pgdg+1_arm64.deb
Size: 25215364
SHA256: d576ee7e1aa6c6eb0580ef9709e34f8a6d44a55c4a3ed7cc402a8e7d2980870f
SHA1: b8129c691b1b90d72e4fa1abbf89edc3556e653d
MD5sum: ce1d8be0cf69cca4ee8a0c4131d50a85
Description: debug symbols for postgresql-12-pgrouting
Build-Ids: d8a3c4b67e302aa3a723271190bc51042848fdb0
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-12-pgrouting-doc
Source: pgrouting
Version: 3.4.1-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7493
Depends: libjs-mathjax, libjs-sphinxdoc (>= 4.3)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-doc_3.4.1-2.pgdg+1_all.deb
Size: 2293852
SHA256: 57e596b7dfe6a245c39cf9022c7d6d1d46cc396e80d100495be278456318b3db
SHA1: e553dad565a58725bcdae82ece5a03a8abac06a9
MD5sum: 024be2e81c0e4ea8b590e5f028232e57
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.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-12-pgrouting-scripts
Source: pgrouting
Version: 3.4.1-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2896
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-scripts_3.4.1-2.pgdg+1_all.deb
Size: 59848
SHA256: 37e6ad186fb72598bad032a7c0c87c7e087861a69bf94cf6d01cb1e6004e8789
SHA1: 2b239761cd441371b6a89f71d233e489ffeb6ddf
MD5sum: bd96f18eb5d06df2bc31c6b0c85a7f3f
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 12.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 2.2.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 668
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_2.2.3-1.pgdg+1_arm64.deb
Size: 308640
SHA256: 1827c70ece02a8ecc63d4a28a98c9a258042c9efe16d410c7783810e961d1381
SHA1: 6ea9709a33af4554961570f50e208781b713b325
MD5sum: 8d09566f6d5c94aa62901a57f5b57e3c
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 271
Depends: postgresql-12-plpgsql-check (= 2.2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_2.2.3-1.pgdg+1_arm64.deb
Size: 242304
SHA256: d29886e0fcf68847989b98068569ac5822a34d53941a240dbe392dc044010cc5
SHA1: 38b6fbd64c0e9901a6e61fe15ee8a002eb944708
MD5sum: 7db867d1dda9df13df1d7b53a8188605
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: 227523f94b8d6f79efbd3de6b377262823f3bfa8
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.3.1+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9742
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal31 (>= 2.3.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-12-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.3.1+dfsg-2.pgdg+1_arm64.deb
Size: 3462740
SHA256: 0a60c6d81e3d4aee0afd07697c8179b82c6ec6758f584a61b9f5c9b16837fa4a
SHA1: 86da1787fa6675cb4a028bf937b8e240debca5f6
MD5sum: 2d3aea70fabc52a989a508ba2e9cfaee
Description: Geographic objects support for PostgreSQL 12
 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".
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis
Version: 3.3.1+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4432
Depends: postgresql-12-postgis-3 (= 3.3.1+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.3.1+dfsg-2.pgdg+1_arm64.deb
Size: 3889140
SHA256: 3ca2aa85c433b7356b01a2915567c854f9dbfd0fd53bb9c65b3c12d165ae2caf
SHA1: a27c01198afa37050843a9e15e4b47947a1c301a
MD5sum: 51b44b31f6c4697e3fc05781739bb836
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 0920b68918665f496bd0eb627256ee4b1609f8ae 59af307d42b4e82818786807fc70711f3ce693f3 6137cb32ff0b2e87b57403f6acc0b82424254f8d 70e20b1293f602c99aea87e0f3db5da2892c8806 8630bf04d48e312443e527a4636cb60673790f3b
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.3.1+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 40888
Depends: perl:any
Recommends: postgresql-12-postgis-3
Replaces: postgresql-12-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-12-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.3.1+dfsg-2.pgdg+1_all.deb
Size: 1425164
SHA256: 4698c4802717662ad4867c5cc3259de299fe7b5819d12367c86f8761a99e15aa
SHA1: 4ff710bf1da8d4608976ba3c3d23bb35e492d8e5
MD5sum: f5da455945f43f9eb8820b8cc656feb7
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-12-repmgr
Source: repmgr
Version: 5.3.3-2.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1107
Depends: postgresql-12, repmgr-common (>= 5.3.3-2.pgdg+1), libc6 (>= 2.34), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-12-repmgr_5.3.3-2.pgdg+1_arm64.deb
Size: 225412
SHA256: 2d974ecd141a1f83cd5278dc2a11c5c2781bcb069985207a819265f69a5ed01e
SHA1: 16f642d32321f332a44d7bfbcecd34d5468e5d22
MD5sum: 82dce73c95e4fcf9d54fc16a8a2804e8
Description: replication manager for PostgreSQL 12
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 12.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-12-repmgr-dbgsym
Source: repmgr
Version: 5.3.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 656
Depends: postgresql-12-repmgr (= 5.3.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-12-repmgr-dbgsym_5.3.3-2.pgdg+1_arm64.deb
Size: 586984
SHA256: cf52fd5581c6f546e4eae442c7bcbe6c2593d372bd9af59961ecf0ff068a6c91
SHA1: 5b8b9dc9e1dd23d2e3ceb51931870e6d1640b1af
MD5sum: 8c9e76a186917d4f03d743cb140d6166
Description: debug symbols for postgresql-12-repmgr
Build-Ids: 2ffa12bbb66305aadb420deeac3bd4ce2c321827 3067e549771b9a836de3318ec1065104b5b9656f 5ec594d7611bf33ea0737e44c730cc8bb26583f0
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-12-slony1-2
Source: slony1-2
Version: 2.2.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-12, libc6 (>= 2.17)
Suggests: slony1-2-bin
Conflicts: postgresql-12-slony1
Provides: postgresql-12-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-12-slony1-2_2.2.11-1.pgdg+1_arm64.deb
Size: 17592
SHA256: f7ad9794c063228829e2fc2551c4bbac23ac94f0600f4be46d28c708c7a6489c
SHA1: 4997ecc5ca71cfa3dff694512e06b03696f6e725
MD5sum: a2c147a0046d221f00d6e4724cce3383
Description: replication system for PostgreSQL: PostgreSQL 12 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
 12 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.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-12-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-12-slony1-2 (= 2.2.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-12-slony1-2-dbgsym_2.2.11-1.pgdg+1_arm64.deb
Size: 60032
SHA256: ed9d2fc107079b012f12310138b245a555cfcf5c2b4a81b5bf640424e3b35609
SHA1: a1f1c10c427b09a9146778dfdcd1b85d016b04c4
MD5sum: 0983324c1e5e5b5fffd959d4780ae5dc
Description: debug symbols for postgresql-12-slony1-2
Build-Ids: ef91a014251afb998898e142f8ada91938433a0a
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-12-tablelog
Source: tablelog
Version: 0.6.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 161
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: https://github.com/credativ/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-12-tablelog_0.6.3-2.pgdg+1_arm64.deb
Size: 46260
SHA256: 42e33dfa8194180a7c784009ee750b2f38699cd7c30fc928f6f605b83ae48cda
SHA1: fa94096d69a39a070246a5c1ae28aa892d2b45cf
MD5sum: c437bf33c95db582dd998a877fffb8b3
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-12-tablelog-dbgsym
Source: tablelog
Version: 0.6.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-12-tablelog (= 0.6.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-12-tablelog-dbgsym_0.6.3-2.pgdg+1_arm64.deb
Size: 37180
SHA256: 4e7a55106e83399a51c54d7223ac507a443d20fc00283d2acb16500efd332d72
SHA1: 39d310def392f154f9acf33728fcf40d4d6164ef
MD5sum: 3d8e0c619afa835440349163ab068ea7
Description: debug symbols for postgresql-12-tablelog
Build-Ids: 92bcb95a80a420ebd628be8baeb43c6216075d19
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-13
Version: 13.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54009
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-13-jit-llvm (= 14), postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-13_13.9-1.pgdg+1_arm64.deb
Size: 16402984
SHA256: e79b604c7d3200aa6b2785ffb9a4b7a088c6acad74b2b7771ccdd944f29fe258
SHA1: f827165e03aa1381d5842fd7e8dfbea6c3df2e87
MD5sum: b568fc23ac6e26fb81062ffb2ebf602a
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 13.
Postgresql-Catversion: 202007201
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-13-cron
Source: pg-cron
Version: 1.4.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 233
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-13-cron_1.4.2-2.pgdg+1_arm64.deb
Size: 101756
SHA256: 11a0705399c6a8b0dbfa1eb0180337d22aa26b86a92ffccb362f0869d108be22
SHA1: 4ce3168fb7c73a3eb6058048cb229b5451a4ecb4
MD5sum: 8d23558377590c657e15be238eefa2c6
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-13-cron-dbgsym
Source: pg-cron
Version: 1.4.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-13-cron (= 1.4.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-13-cron-dbgsym_1.4.2-2.pgdg+1_arm64.deb
Size: 105208
SHA256: ff3a2cc7eb3302297e96c0d125a818158f030ed2a8c345bb3635dd72eeeb8547
SHA1: ca513f1a5270dc1c54c04b385d4ca3d94a522043
MD5sum: 51db93f5832a3c7a692a6471689a89e2
Description: debug symbols for postgresql-13-cron
Build-Ids: f79b1d54a5a1d995e2ad448d4308227b477b3eab
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-13-dbgsym
Source: postgresql-13
Version: 13.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17204
Depends: postgresql-13 (= 13.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-13-dbgsym_13.9-1.pgdg+1_arm64.deb
Size: 15590868
SHA256: c6dd462c7b96c17d972bc76e49e4b4e904a8899be909c550c74ff7454d4ee4e4
SHA1: 2477a7af27ac9d400c8e164fe18d711d16bde645
MD5sum: 8f65bf1341a3a1387a01326145371313
Description: debug symbols for postgresql-13
Build-Ids: 00c07fc5446c9954200924002ecb3f6ed1986b43 00cf0e892964c46b74fc1dd864331315087b3ddf 03ba5eb0ec89c2e122b100c231869dc25762455a 05e23aa8695b7992c2704419b4c814e49f39ddf0 06be3c3df0b9fde9ebaf7c40af779b6f3e18e357 0abc2e875051abf059dc1370f53c056c783bfa10 0c3dbc125985436049a6a9297a9293e67af72ca3 0cd5a1ed103e371b915d5f62a23b052dc4e2b73f 0dc3f968625a7d39156469417fc2cc2a80c13722 0f484dd2c3c88760cd4e32385dc419e852b091ef 0f57829a82fa05c7a8439215a60ddbf50f8acbf4 0fea0859f64d97a4a4a8a617ad235aa446bdb247 101c4d1ab3611a394be05aee759dd17664b761e6 1203e86f48c9e67c43b2fa0fd39ed51c4266a674 141e4d15c66fdc351aa78fbf3b176e1b3fa4bb9c 177a9a86f8a07ac162894910a92d727685692458 188fcff1e95c165d10f88592c3f6eeddcb0c696f 1b3da1c33f36786dcf0e10495fffe330222b7b8c 1c96e355c3ec81b274ab84e72c2791c4ba6cbd87 262429799887902d775ebfeb67fbba346908486e 27af0d9617abb9f4e37ea2cb1d87cc6f3fd6f5a8 2a8adce172d653b0a1f267ef610a897e0c5786f5 2c4401bb39152f6daabf7624dc95cd72cdabc861 323fac84809c849651613ac21f5c772a529a9e64 327d9424ff89f86fe64a6898e02ee1ee3f826d81 357dcc432f2187a3da079c100962c3d27f22b755 3708a8b1a6b1c840ecae639fd73275f21146969c 38c89333f8ec176a5a957aa060a84a2b634a4fff 3a3b32c4ef6f095f82a71f67da1ba80550490688 3aac4738a075279a3940ce88c7c7bd56ca6ff530 3b0bab34b83dd4f85560b62b67140dfa08f89a25 3ba7e4063cbd0d2d7b17f88c410943cb69e9042e 406e290b2d43b1b20094f1fafe62de62c2c3423f 44845e411ca9b122620e3cab58eecd04e11080e6 45a1b1431e6fedfa995f512d18aa0ba3061fba1d 4afa0319f63d6840e7bc9bc9c53df05010d57863 4b0379f000a0638c3a7523b67bbc8ce32b593532 4bcc4c5b581596d45b92fcd0ccdc6f82b143e91c 4cc50150fe7d4483b7cdbf17c954f7ff78bd6d17 4e6ff7af38f46dbd5c582585674fe155965a5743 50aee7af6acf8ba48fcbc93eeced21046e344f4a 5d02edd33d5c69cbd021b9634a1587231c3d52cc 5d56bce3668fc29969ad0815d132d6944993a970 5d57f234b8613c1f4b160e8c8c693e897abd4176 5e0f55d2598bea2da1cb959c39431f8c1bd1af9f 5f89b8e928af362b956c0cd2c3047b52bfd34880 623eef1684398d49635333f1ccc012d8b0bb0ed9 64d77ca9dd9ca4a45a388b551ff1bc9e718b8463 6951b6d0206b0fb9a49e26b64a0a114ef2061d7a 6ae421546a212d51d315d0f70c2f9271b4a194d5 6aea352771628c5a5a9355500d2630475999d8c2 6b1df571e8b3ad4e2226fe881e864845f9d2380a 6e78e383ecf585ba7ae147f0e84d1cc5a114603a 6f43f989a32b86bde3e156a4efa267ae4f48fd43 729f5c67a32826819dee88f07999aa8868799c29 755c4437674f6bf72c9562cfb6f2e204fd626101 79f939185e376f3f3b480d394569183fb6e85a6f 7b63887ef9ac1bb40961f67b7c80bed9f6d03f75 7df7f5ad35e2674ee9f8dced04f859f271a50629 87638eb0e8e1be8d4659ca898a1136669701762f 8be88c4e58a133deeea15e39e09e23acab54875b 935fba3989e12ffd7a4285bd0dae76161fff3375 94799d71a576d82f609c26a8ee16dd56e193056b 97eae8708cf6c8b1f085696c3a6ddccbb71b6b88 98b68c1e84a3e30ce35fabf0298167209006e023 9a8e5444a05e322a82f8870224bdf67117341858 9db76c212cc97e12dc7da91fe1e4600e3aa155c0 a58898a225b5b75f7f5cee2439ec688eae360a8d afa423e13e87980a568607ae3d1a1f5a837cd1a4 b004f9fe76b722e971e6b50acf4d9a6776218570 b0306b34a63f36965c7000d6b53ffd4166c632aa b0c506b0b73184471b390488c8c6887fbb489f33 b1366ab752ea2d04f19258a559a7b2f48f89d49d ba6af6aa5d5fc6d5537c56baefbc12d7ad785746 c0f0cfa005a7711382da393ef010c1cca4404742 c7d99dae13d55f2b3aff4ee03ba8070df88d7312 ca647fe9ad7bbe52741c12cfd51b0b12bd611e82 d8596010d913e1f00a28f59fa1ed0b8ffd87787b da938492c27123ba727b220526d208ab784214a5 ddf00d6cc76aac7d897d096c59074a857b9008d6 df88b4e421081fad8f9a9e8714be5ae2dd1f1971 e013756341850c64751f295b6a05219f43acbdd6 e32a9d6d67a9db00224280ca45d1e691eee0ef3b e591a4bbd961ada88f714447c22d61c9134571f0 e7bb670d99df18fac23fbb1f27d90d7f97d83b39 e8f32bd3474678f48d51ebdbc08c6da9b6292bd2 ea7c1775454e3e9ef4653c518f0025259502cfe9 ec6fa36d58fb9986611459707a0157c66b629dae ef27f11b870aaa7239836bf8d19edd200727c21f f66e19ad1c39131a4c6d9bae7402067a8b78a22f f96b179ff772259972ff00ab54ec8c39808a3987 fcafd9e1fa3e4224886d8d2a7f05b6317f4800a2
Postgresql-Catversion: 202007201
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-13-decoderbufs
Source: postgres-decoderbufs
Version: 2.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs_2.0.0-1.pgdg+1_arm64.deb
Size: 43880
SHA256: 3941efea5a1c5a94b757c30b3e58a3463a87bebd72d499a781e5d6b1c2947df5
SHA1: 0dbe67e1b2a89686e53bc4c02d765b48067da479
MD5sum: 6c93ca5cb8c70422ad8c2c821dce9a23
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-13-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-13-decoderbufs (= 2.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs-dbgsym_2.0.0-1.pgdg+1_arm64.deb
Size: 40292
SHA256: 893084be821249d83703241273af56330769e63f5d9033961fccd5e71dcf82c1
SHA1: b669f89a11f1100dc733d87bf96c60740b57900f
MD5sum: 8a4333e095c6688bcff3ef156e74fd87
Description: debug symbols for postgresql-13-decoderbufs
Build-Ids: 47cd07116309bd87c452c2c5d88c18b95599eb67
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-13-orafce
Source: orafce
Version: 4.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1126
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_4.0.0-1.pgdg+1_arm64.deb
Size: 387072
SHA256: a652bdae1f7a3713eec09d85dc11319991de717a724a34531af473aa3159ab92
SHA1: f03307e7d33c5d71cb4ce0c4b1a8a6caa2418309
MD5sum: 3adda7cef25ac20a1b429d130ce1d01f
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 4.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 319
Depends: postgresql-13-orafce (= 4.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_4.0.0-1.pgdg+1_arm64.deb
Size: 269244
SHA256: dbc55eb3580c91b473fc8cc02de849d8e0cefec5e38fdc9ebf165fce31e21825
SHA1: 98d486dacde9846c7d61e6817b428d678e3c082b
MD5sum: 2ba05a15a37cacdb912a0848bdade4c9
Description: debug symbols for postgresql-13-orafce
Build-Ids: 1d5ac03d3e2b5bcdedb8df4defc3d209e8e371f7
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-13-partman
Source: pg-partman
Version: 4.7.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6827
Depends: postgresql-13, python3, python3-psycopg2, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-13-partman_4.7.1-1.pgdg+1_arm64.deb
Size: 257156
SHA256: df2f638376cfa646994272a9d3fa39bd95c6bd44274e97e58b0990c72c9ac883
SHA1: b99672044b55cc47122836a4cd88bcf4d3a4cf8c
MD5sum: d94b6f1c9efb96297b6536fb08f4e121
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.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-13-partman-dbgsym
Source: pg-partman
Version: 4.7.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-13-partman (= 4.7.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-13-partman-dbgsym_4.7.1-1.pgdg+1_arm64.deb
Size: 21876
SHA256: 414ad4f402df07e02d8054b591606e910e2ff62c927da79644fb256ce648525f
SHA1: 20592b0aa2fc6b177f40b8448efec65aa4a9b11e
MD5sum: 354f40f0d8eb2863a57fde28707b3f06
Description: debug symbols for postgresql-13-partman
Build-Ids: bd53b2b9d828f59b8684527c5bba25db43c6abc8
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-13-pgrouting
Source: pgrouting
Version: 3.4.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2868
Depends: postgresql-13-pgrouting-scripts (>= 3.4.1-2.pgdg+1), postgresql-13, postgresql-13-postgis, postgresql-13-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: postgresql-13-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting_3.4.1-2.pgdg+1_arm64.deb
Size: 725652
SHA256: b7f9a22c298194bb595baff6adfc98bbd99c642ff29aa1280c153543ca4f7b03
SHA1: c4c7a5a37fc6786ea5ebd0a269ca8b6231f10af6
MD5sum: cba91ee58f9b6f07c318f051a79f6a14
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 13.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-13-pgrouting-dbgsym
Source: pgrouting
Version: 3.4.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25230
Depends: postgresql-13-pgrouting (= 3.4.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-dbgsym_3.4.1-2.pgdg+1_arm64.deb
Size: 25216044
SHA256: 06ca8941ca3c07b7d43eaaf5ded7bd6c858df96e3c9671ad1e28a775b3060a56
SHA1: bef57f81a80a56042af33e7b77c5595b938601ca
MD5sum: f11ba0f8c459bebce3ee8832be0584f4
Description: debug symbols for postgresql-13-pgrouting
Build-Ids: 64205255e3be307b842176d8e8e3ff6ccf6f189d
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-13-pgrouting-doc
Source: pgrouting
Version: 3.4.1-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7493
Depends: libjs-mathjax, libjs-sphinxdoc (>= 4.3)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-doc_3.4.1-2.pgdg+1_all.deb
Size: 2293900
SHA256: 56af08c5b55cb45a127766cfbbc7de93a5a00b717d7b8f01fe5cd10ee3e19623
SHA1: 8920ad19d76049ee051643350d6d32851c6e435c
MD5sum: 3678f5fc18dc1b48f7f8d47e5c96bab0
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.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-13-pgrouting-scripts
Source: pgrouting
Version: 3.4.1-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2896
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-scripts_3.4.1-2.pgdg+1_all.deb
Size: 59828
SHA256: b981f8f324291a0e36b0b12d5f1cba20fcc5c5171fcecb318c5722464f2bf8e2
SHA1: 3f841daa91622cb1d97afb3d96aa501180ba21e6
MD5sum: 4a5e14de9db405a3b82db1faa4a294ac
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 13.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 2.2.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 674
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_2.2.3-1.pgdg+1_arm64.deb
Size: 312940
SHA256: 57e9dfe9944f06a5b2046e94419b98ae55fc1fdec1d652f7aafed937c27e6eae
SHA1: a4268b70fc18b80fd3c99c076561a827ff366a3b
MD5sum: 10427bdc121689cb8b174e1ce05beb1e
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 292
Depends: postgresql-13-plpgsql-check (= 2.2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_2.2.3-1.pgdg+1_arm64.deb
Size: 262216
SHA256: 9aada88ad7b9dd4d2c73e48e0b0ab8e0933d519aed8ac47c422c414ebe09d2b7
SHA1: 497b02cc43c3733fc4c09ae95daa586057a5089d
MD5sum: 77ffd3645d4e7528d24bf8f9599d0879
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: a39a5d1b5da877127e12df62a58122aad78e1068
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.3.1+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9733
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal31 (>= 2.3.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-13-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.3.1+dfsg-2.pgdg+1_arm64.deb
Size: 3474004
SHA256: d79781df1f0c79f211fa02a60c3e249c405751a1479f9bbed71a5fc54c019032
SHA1: 4a2a35c45f7c03efc59a034ff731b9bf7d7ca86e
MD5sum: 34bfb76e068d30d6a55c102c2225ba27
Description: Geographic objects support for PostgreSQL 13
 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".
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis
Version: 3.3.1+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4456
Depends: postgresql-13-postgis-3 (= 3.3.1+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.3.1+dfsg-2.pgdg+1_arm64.deb
Size: 3914384
SHA256: 33908e7bb757429dcb8a301d0c58e8467a60f6ec833b8ecff754e6d65f16b1f3
SHA1: c0f021f0baa3694dc8c015e7e8af59e524df630a
MD5sum: 336e5ce481efc5d3d10470c7a8852618
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 2b2df870c39da1369e96545a9c153af3d70e8930 2e229e7cb4d77b243b031f4a33fda2ad23203ca4 39d331800788317e3fbadf1ccf80bb56b45f37af c62404a374139ba8e383be163378fb70cb989b60 f16ff5cbc501e8ba4e0ec21b029170a7cb41c77c
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.3.1+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 40888
Depends: perl:any
Recommends: postgresql-13-postgis-3
Replaces: postgresql-13-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-13-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.3.1+dfsg-2.pgdg+1_all.deb
Size: 1425032
SHA256: b35b39ff530c39ac58def10680fbffa382da434344bf40b9a11feae46438c70c
SHA1: 34be2f683947b9957d2defc7b5346371dd5c0841
MD5sum: 205c4d7bc322eb14e55bccfd0deeaf9d
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-13-repmgr
Source: repmgr
Version: 5.3.3-2.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1107
Depends: postgresql-13, repmgr-common (>= 5.3.3-2.pgdg+1), libc6 (>= 2.34), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-13-repmgr_5.3.3-2.pgdg+1_arm64.deb
Size: 225400
SHA256: ea609829abbc6d7c70c1e4336e0b3cacc3d2ee86397f54875c707ac97bebf400
SHA1: 7b659184cbdd735011f71b1a951961b91501f0b1
MD5sum: 5998fea63ff25a49f4ef30b5e1b90cea
Description: replication manager for PostgreSQL 13
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 13.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-13-repmgr-dbgsym
Source: repmgr
Version: 5.3.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 656
Depends: postgresql-13-repmgr (= 5.3.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-13-repmgr-dbgsym_5.3.3-2.pgdg+1_arm64.deb
Size: 587368
SHA256: 856dc425c0eb37298d9bc98298772c0c3984d0521a9a2b711d574c6f1638147d
SHA1: 4b73ec2b2ec796f9472fd0ae90ef4e1e474d6ca6
MD5sum: a49a32b9ffbe48e5d2834300d9500e7c
Description: debug symbols for postgresql-13-repmgr
Build-Ids: 036023d8ef661ff0503570855e862ca0a136af2c 7fd6b176fd8b87baedd79629dbf48110135d9986 a914200edbe85f8fd96d3e43fd2babbeaf95690e
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-13-slony1-2
Source: slony1-2
Version: 2.2.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-13, libc6 (>= 2.17)
Suggests: slony1-2-bin
Conflicts: postgresql-13-slony1
Provides: postgresql-13-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-13-slony1-2_2.2.11-1.pgdg+1_arm64.deb
Size: 17988
SHA256: 43be6c277f72541a63e9d7c28cbc8c2090a3d5896d757ef98d2ef7bd00c14618
SHA1: 32dc0ee2cc507b7e0968885970a5e3b9568ac7b7
MD5sum: d0fb35b48d93c6b03580849878676642
Description: replication system for PostgreSQL: PostgreSQL 13 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
 13 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.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-13-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-13-slony1-2 (= 2.2.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-13-slony1-2-dbgsym_2.2.11-1.pgdg+1_arm64.deb
Size: 62700
SHA256: 1c4d6888035fe20d1b660e3c947a8a254dd7059b11af4e2475e27d45c7ace338
SHA1: 3af97f0f4bd0f9cf6722a239f5684fe390c38102
MD5sum: 16ade9472e7d10145d53ce283a6af825
Description: debug symbols for postgresql-13-slony1-2
Build-Ids: c500093a7e069351448d734718a0bc976b0a6048
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-13-tablelog
Source: tablelog
Version: 0.6.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: https://github.com/credativ/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-13-tablelog_0.6.3-2.pgdg+1_arm64.deb
Size: 49020
SHA256: ad296ad84e182bcc0a392c361f4eba7799197745145a5507a8ffe2df03709692
SHA1: 9e781c1c935e3c1f865fba68d2f24033a83675df
MD5sum: 39c72e3d0624a9034bfee6e0477b8c80
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-13-tablelog-dbgsym
Source: tablelog
Version: 0.6.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-13-tablelog (= 0.6.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-13-tablelog-dbgsym_0.6.3-2.pgdg+1_arm64.deb
Size: 40280
SHA256: e72213857f167482f30cd3c04c094598c1e8f820b8b1e738b56c06331421c59b
SHA1: 0584ec7722f7b3fcc697b803b8ae989c888a47e4
MD5sum: 3d7514fb8aca45da021dd296d4b6ba53
Description: debug symbols for postgresql-13-tablelog
Build-Ids: c1755b123ba63c140e379e31e643ddf9ca65fd59
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-14
Version: 14.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56139
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 229~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-14-jit-llvm (= 14), postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-14_14.6-1.pgdg+1_arm64.deb
Size: 17199476
SHA256: 6b84946790552edb09a0a14cb86242395f78c3ffff811e816192e8ede28fd36c
SHA1: 09d1ad53208cb82537a59d3a08db3d94dfac0879
MD5sum: 3990c75cb7e5f57f54bc7deff25f57ff
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 14.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202107181
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-14-cron
Source: pg-cron
Version: 1.4.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 230
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-14-cron_1.4.2-2.pgdg+1_arm64.deb
Size: 99344
SHA256: 2899f22437fb639495dd415b8b3c66cc7780aaa75098787dc340551ac2fe2b64
SHA1: 98035159cc7f6802bad067fea188d6509e84bdf6
MD5sum: 02ad536820f7b2f1039d451fa8f399c1
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-14-cron-dbgsym
Source: pg-cron
Version: 1.4.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 126
Depends: postgresql-14-cron (= 1.4.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-14-cron-dbgsym_1.4.2-2.pgdg+1_arm64.deb
Size: 106368
SHA256: 66a05b7a16f478036f73aaa745913d294ffe6f139af352b8e5e32ceff15e3c4d
SHA1: 30818007c93fe171e5947870bdab0838462af4e1
MD5sum: 9410f58e75c0d7330090066786e6e334
Description: debug symbols for postgresql-14-cron
Build-Ids: d24bbbe23e55e4749969f7b1fe83618a2369fec9
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-14-dbgsym
Source: postgresql-14
Version: 14.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18265
Depends: postgresql-14 (= 14.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-14-dbgsym_14.6-1.pgdg+1_arm64.deb
Size: 16481504
SHA256: 04e286ac9abc7e6e123c9705a9e68d352118f2564c298c10422846977cd5d993
SHA1: 0e27f84ca461b8f46f33386e86a92cff11119e32
MD5sum: 2946f0e92da3af731b3404a57b7c980d
Description: debug symbols for postgresql-14
Build-Ids: 0004074bda01c78201ed383a3b65900ea137aba5 014975a4fad0a4d0ff80a9540455577f93fdcb46 02b893b975dad613ff8a878f317c16da3aa0dc4b 0a7070bcd3326e715112da9c92f54bd911839e7a 0c7d0b219b448a7de224c303ee1627e0cec175e0 11e97c53d11cc619e2530a7f0f8fd7aa1f54185f 12207571a5e99574311d66dd757ea65c31737e27 14004e1f1b0f4c2ad6980a34e4d37ff74c1b8e24 16fd107e48085f496a26ad75f13213c4194f0f0b 1972660cf52601df3988a178d9113a7225923769 20f6dfdfa17896661c2371b976f0ea0cf7a7d486 22b76930a5f6c497457f2ba02e68d80323edb167 22dba7b3215b16020d7b7b09842d45bd77335887 28c1ce815ad03df3ae7b7dacfea972a9479220d3 29533fe581cfb581200906deaf6b32859daedfa5 2bc36eb4d2dcf358353c46fd18cfd87a5baa6673 30c16b9abc41105b727b674b54275f702bf57309 311d8a074ea55bc4378147951df0a9a10923e34b 320d5df0f0701449d32315402fdd18b1ae933af5 327d6507161a958bcf8e09e4301faf4af19a03e2 34143add2a1711789db49c8a3c4e63c2fa93d320 363cb4d8e05c7080174c3ffbaf2c10c0ebc95fef 36d62b9121211efe0de4e333a028c3475e735d96 3d87ee9b638c9257555474c08fa3ab9913807172 3ea029e78d3bd6b6f12220960826a6b2e7930bef 40cfde08ec3e56be132152811fef79ceddfde951 47878a4f5e092e60378508b0f5fa03d5501ba569 47c86e6b960d99fcbbb1cb5c767082866bb5cecd 483d48168d937b8ff559b44e4c588eda4aa65905 49eb8e19e0ab2071b9164f31c73ccdcd6116be21 5316669faab4f9841d0a8e81339f3df475a995e9 54cfd00bd3d7bd9bda333e7a7e22abf28f01e440 550db9e7331b5a77dd06ff6a4b33d1087f4dea94 58d2acb8abc6881a5b8b03720e4b3a4b1142d79c 5c4cb21bc028b2d8e2ad3dfdba18f3e919baef9b 5cba23ee8dc9dd69fc958f101b0ac9a432e62d27 5cce95df9a7927851294184f57e7603013c70f61 5cf2fd7f380ebf6a1226a05147273eb4b23ddaa1 5da635b0c2c15b403b98dda4f13fc56115594188 61f218e6951ea03d3528bbe78de34dbf1a553fd2 62566113900c3a8a7ba426063ab359e1c5d1fff4 6437c08092beccdc41da3b1d47b03f66f78ab511 6458da0a176d75c49900dca571043df735d89353 6695db7e99dc973e9155ba8d5c809c91d0d91a3f 6a25bc18b71bee2be2a5e4454273b3c1b43fd372 6ffb5473dffd049917d10142af3f0f599baa9abc 721b3c6d551a2d9991f015c9a99bab9471656936 78d22de00f8769a2c3b8a093a2f69cfb6db74f03 79370eae4ff4f55fc0d155833248082f99799e3e 84040aa6820a43a63166e56a43134b53bcb7ac76 87090e22b40bdf89fafc111d4d10cbba5bbf95bf 8a338d74d1dca3482cfa0ca5f9b54621c8af71ac 8a9b1e6c72a192e6a21cd54107c6b871b2087db6 95ab2e7e30bfdcdeb266249b7031a5baae5bd110 95c47cd818128737faa2194a9261ffbdb8581963 9665f94ad86060afe160f6f90bd934290dfc25d0 978676a58e8c0cd380f2d70c67f33c8129e2dae6 982742b92d1bae36a2fb6544b83d6db00d2a21c2 992b71d1a96da35487cb4c2b65d461d7188e5854 9ae48b19fe0bce0e2884e768be34f381074a7f02 9dd4ea346ab5d68eb7a8565bdc11235eb876465d 9ecc3cce99308583ed01f91b914d4c9938dd126d a22d0898e15de9b23a17c0b22bb81323665250f7 a84a5ecc3f548dec5bbe7b4039d19dce6c77a055 a9b95b857968c4bb017accbdb16796bc1e3b4525 aae45738f251b619c8bff8a2cb0f5a80bb08e2d2 accfe4804a2f4141b1a1c1bfede934386ef2ee41 b32b8c4c2f7e0c5382f727c2411ac107bf2c44ca b7e6b05d94f3139b6bb2b13572dd993f82ab925d b861f5a8fdf9497e595ea19bf336c6867b3708f6 b8bc359a8a7689c2f09b2949d10e363266f9c896 bd1509f559b163c5815fc16ef71e04999049769d c0e495864fe013afc7ce1433b800f3f89e6f1a9c c85f2a36233ebcd6a7769c08c1cffbe6ebf55472 c9ba5039a361864f494c001fd0582a93e2ab4cf8 cb37feb839dc6b0e6202968c4299c1e19a5d7803 cc49274f00ba90320949496083018f521ed790ea cf147da4988981bf9e4df158da855734d09a6941 d1435d470136a62c001b5e2510da179f8d1564d0 dc66d74b703e0dcd4506a78e727fbefe0f0e4d26 dc8f6e8307ff4258784011719b0a2c096fc9c1ba e08d86f7e50a2358cc23a617c16e145ef01423fb e0d20d91997c503fb6154ad80a77dca569e4d1c3 e23a37b144fa270d6f07427f066a4399129a351b e2ab9cf30017069e8a8f543f00200dbdb82a568f e61b454f6ccf89da4972886a07e77fadd9f8e9ab ef5ec7a943a79ee3d48b948fa6733bf350b7006e f0234fc163ef753031ccab7ce5699cdac8e93706 f05e1c6b3ee5c9e94ec76066e448ec7521e5fd5c f065cd944dc175d02db2106e33b04d5d42572116 f6c677b65d50fab5975978c471c73ec5ce9acb18 ff3aa7120f76b5e4dac451a2ef077b334e646f01 ff7d0c3317e5bca7c3fa2194b64e1fc3b2226133
Postgresql-Catversion: 202107181
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-14-decoderbufs
Source: postgres-decoderbufs
Version: 2.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs_2.0.0-1.pgdg+1_arm64.deb
Size: 43600
SHA256: a06ec64dcbbbc9581f19e79b2ef5ef025c7214841ad8ee8f2642de833a87b323
SHA1: 081323dbeea6e8a3d58e8b379d5a64706df859a5
MD5sum: 7424508b7bde9d710f306c6297e81cad
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-14-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-14-decoderbufs (= 2.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs-dbgsym_2.0.0-1.pgdg+1_arm64.deb
Size: 41316
SHA256: 2d7f320bc84d40208708a1adc2474fe260d98be6d4d935a439d1001074a4bb7e
SHA1: 5b2f3d8b8b7d73159795f7590e19f7c3055e6815
MD5sum: a1e58704033c0ffcdb0b3435db390a13
Description: debug symbols for postgresql-14-decoderbufs
Build-Ids: 2efa8d6794896102d121ecf1c158c227b4092891
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-14-orafce
Source: orafce
Version: 4.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1114
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_4.0.0-1.pgdg+1_arm64.deb
Size: 379556
SHA256: aea9931543ae7aeaf97dd9e458105f14465163082fe422afd1af2ae9d13b4a91
SHA1: 788ef7a9259b0ea6c5d9f7e2d07735167450529b
MD5sum: 2347fa6672c6fc8da7a31c54be924084
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 4.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 316
Depends: postgresql-14-orafce (= 4.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_4.0.0-1.pgdg+1_arm64.deb
Size: 265932
SHA256: 8df695da1c6dbad0cf7d2af31edb8fd50358b92bf907c6f21b63a8e0b5ff4f77
SHA1: 5197b0f7979e1efd7af8c43dc9b63973acae0c73
MD5sum: c25127d9547cb9ee54bdef713505e83e
Description: debug symbols for postgresql-14-orafce
Build-Ids: ff173b59db79e9bb11f486a4976bcb4a1b7982c6
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-14-partman
Source: pg-partman
Version: 4.7.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6826
Depends: postgresql-14, python3, python3-psycopg2, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-14-partman_4.7.1-1.pgdg+1_arm64.deb
Size: 256516
SHA256: cd1c4dbbf9472da823de1a0ee2b0d97e8a33d27232eaee8420734d2e6bda9425
SHA1: 82761dd478af482d27390a470b141b6808644f4b
MD5sum: 8c6c89d160a324c65000fc989ddb9222
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.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-14-partman-dbgsym
Source: pg-partman
Version: 4.7.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-14-partman (= 4.7.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-14-partman-dbgsym_4.7.1-1.pgdg+1_arm64.deb
Size: 22116
SHA256: 31656323675d275d0fa888add7b2a77805aee04f6e6566b99c24b9aa74b85f69
SHA1: 587a6554d01187026cde8af7e7078e7f9ca77695
MD5sum: f8ae08b13d6900d61f59cb23b9299ef8
Description: debug symbols for postgresql-14-partman
Build-Ids: 3c389571f7f6908462fa55a8127804e1024b09cd
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-14-pgrouting
Source: pgrouting
Version: 3.4.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2868
Depends: postgresql-14-pgrouting-scripts (>= 3.4.1-2.pgdg+1), postgresql-14, postgresql-14-postgis, postgresql-14-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: postgresql-14-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting_3.4.1-2.pgdg+1_arm64.deb
Size: 725272
SHA256: 16bcffe8754c2b8469e796125a5d4897685442f49021f35e474a95705f8769a6
SHA1: afd5ff2a32051cca6913cea9904ad73763b33027
MD5sum: d72d26bf01a24cb8015ec1836f92ace0
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 14.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-14-pgrouting-dbgsym
Source: pgrouting
Version: 3.4.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25228
Depends: postgresql-14-pgrouting (= 3.4.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-dbgsym_3.4.1-2.pgdg+1_arm64.deb
Size: 25213492
SHA256: c246c2a23e76691a8cec9cb78db59b51898c151d6a3e47ed620d397940c08cf8
SHA1: 0f6dcd5583a41fb42a289459c3bafd11fe854b91
MD5sum: 424081cf3e312456bfbd52c639202d74
Description: debug symbols for postgresql-14-pgrouting
Build-Ids: 80a41fa232c34b959179aeded84daf62b8997ef7
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-14-pgrouting-doc
Source: pgrouting
Version: 3.4.1-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7493
Depends: libjs-mathjax, libjs-sphinxdoc (>= 4.3)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-doc_3.4.1-2.pgdg+1_all.deb
Size: 2293940
SHA256: fc53fd94b64c3ff9c866c13e0ee94be7be4ea612b6d7c466fc5b65bad13904fc
SHA1: 04409beca13a73b022ab256f24b6c9e0ee31ac63
MD5sum: 36e98dbc7dbe600b562ab49db997c25f
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.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-14-pgrouting-scripts
Source: pgrouting
Version: 3.4.1-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2896
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-scripts_3.4.1-2.pgdg+1_all.deb
Size: 59852
SHA256: 97ed16cdeeb12d63984dd9281797ddd78650fcf627392da924088d1c2c07cbe1
SHA1: 6d2e08ae7743c633055410c38bb6be95838e53e7
MD5sum: 0ea44d89ebe7475ed4776f23feb1cdf1
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 14.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.2.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 665
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.2.3-1.pgdg+1_arm64.deb
Size: 306020
SHA256: a5682fe3c76c00e528434706a5646a55bc19cde6d8bffad82be5c3f943840192
SHA1: 9ff2421162db34cbdd46c4627af72dd5488e7b77
MD5sum: 0d00c03e993f863b6bd359e81ca21719
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 290
Depends: postgresql-14-plpgsql-check (= 2.2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.2.3-1.pgdg+1_arm64.deb
Size: 260132
SHA256: 75035887968a83795dcccbdaa5295e1d07245df91ecdd412be8ec6bdd31d558b
SHA1: 34243c5380eadf33fbcdce01c7c9615cdea0822c
MD5sum: 0c5a07d788fd5d4b08f33f2512262ded
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: 8420cf7cf1814da2be235a9b0eec5c1cfe7271f9
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-14-postgis-3
Source: postgis
Version: 3.3.1+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9721
Depends: postgresql-14, postgresql-14-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal31 (>= 2.3.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-14-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3_3.3.1+dfsg-2.pgdg+1_arm64.deb
Size: 3447428
SHA256: 2398fc22cb262f9f59c4e4b8048732ea7282913ec806b07027d2cbc886d41bc9
SHA1: dc953b2c5440c12c6d9a51688bee2692230d0502
MD5sum: 9d1c64cc20caeaa9a94de067e1a68618
Description: Geographic objects support for PostgreSQL 14
 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".
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-14-postgis-3-dbgsym
Source: postgis
Version: 3.3.1+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4432
Depends: postgresql-14-postgis-3 (= 3.3.1+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-14-postgis-3-dbgsym_3.3.1+dfsg-2.pgdg+1_arm64.deb
Size: 3891648
SHA256: d266ddc2ad979fb76f0d6538d58dc35ae99e14b0381bd1b49eb2da21da550ca4
SHA1: d9c7d6cf46ed5ace4e24a34a19ef59e8a76dc322
MD5sum: 8e37270ac2492e9049bff0387105ba67
Description: debug symbols for postgresql-14-postgis-3
Build-Ids: 3addba7518707fc62fcd6fba4c8e37d75c0dc049 6fe469435549b103909ab70549929228505ddd3e 8d1b00bfe8d24d7d6352c195ec0da3ba2ae6a6d2 a5a08138923d0e2ec16f17745053e435a1ac7b88 b2f69170faf070b1c3bbc4fa966f3f56e9def6a2
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-14-postgis-3-scripts
Source: postgis
Version: 3.3.1+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 40888
Depends: perl:any
Recommends: postgresql-14-postgis-3
Replaces: postgresql-14-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-14-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3-scripts_3.3.1+dfsg-2.pgdg+1_all.deb
Size: 1425000
SHA256: c20635fc40c97bad1b8d6e47ce006d8f0e0a0850db064c1a6adf04f593c12c57
SHA1: d55118d0fd50a1601270dccbc25cad3623e0861c
MD5sum: fa205ded1ce5768909d8d6aad8caa8bb
Description: Geographic objects support for PostgreSQL 14 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 14 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-14-repmgr
Source: repmgr
Version: 5.3.3-2.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1107
Depends: postgresql-14, repmgr-common (>= 5.3.3-2.pgdg+1), libc6 (>= 2.34), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-14-repmgr_5.3.3-2.pgdg+1_arm64.deb
Size: 225372
SHA256: 2cda148d3e7cd7da93b9fd229e090af865cd29b41d4cdcffbd46b606d8d5c0c6
SHA1: 69d13599cb3e28e5a9a11fd4eedc30e4e4ed9f54
MD5sum: 44c2e124eb3496bf2b3556fe71e83d0b
Description: replication manager for PostgreSQL 14
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 14.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-14-repmgr-dbgsym
Source: repmgr
Version: 5.3.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 656
Depends: postgresql-14-repmgr (= 5.3.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-14-repmgr-dbgsym_5.3.3-2.pgdg+1_arm64.deb
Size: 587572
SHA256: 8299d80cc43170b2d4696c2125f49cd0b7848d18e7e6f33991823eee54c6dfe0
SHA1: 22686d99a0a6ffb575ae0469dcce72ee124c8022
MD5sum: 9c828e593968ca4bbba4d1bf9580fdaf
Description: debug symbols for postgresql-14-repmgr
Build-Ids: 68ae8ac9e01bef65752c0bfe3d83d214002860d1 77f57437e9036ccd01c51d3f1d6e325dd32f3678 a174a595129f71695dd730165cc04977631b2f0f
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-14-slony1-2
Source: slony1-2
Version: 2.2.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-14, libc6 (>= 2.17)
Suggests: slony1-2-bin
Conflicts: postgresql-14-slony1
Provides: postgresql-14-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-14-slony1-2_2.2.11-1.pgdg+1_arm64.deb
Size: 17884
SHA256: 4711007722d9d8c00049804ac8f91f075517fa3b45b6ab2d42672141037f17b0
SHA1: bd1f180a698b96f3e4d3ca55d81967d44364a983
MD5sum: b023c35801723be03bae93428eed5493
Description: replication system for PostgreSQL: PostgreSQL 14 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
 14 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.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-14-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-14-slony1-2 (= 2.2.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-14-slony1-2-dbgsym_2.2.11-1.pgdg+1_arm64.deb
Size: 63212
SHA256: 3a3d3077235328aa63d96f6e9c7fd544b1ad1d5d80b690ae0f95dc48bf9d04a5
SHA1: 893386b5a7280ff7dfcf4288d35d6c70b32841b4
MD5sum: 05549bc6433d3c563ca6649b9e985929
Description: debug symbols for postgresql-14-slony1-2
Build-Ids: f31a3532b3c3340cf64d7321cd8eef6f3b80be54
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-14-tablelog
Source: tablelog
Version: 0.6.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: https://github.com/credativ/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-14-tablelog_0.6.3-2.pgdg+1_arm64.deb
Size: 47360
SHA256: eb4b47fc4aec3157c4e5ed8834594af777bec474117ecd62ed9550aef11c9b91
SHA1: 8cbf98eddbca84c231f100ddfbfc5fbf4c8557d9
MD5sum: 4e187618f6e8388b102501e7be99fce4
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-14-tablelog-dbgsym
Source: tablelog
Version: 0.6.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-14-tablelog (= 0.6.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-14-tablelog-dbgsym_0.6.3-2.pgdg+1_arm64.deb
Size: 40028
SHA256: 485fe979a9e5e74d91296041ca4ef237f5d17daa589d990ec5bc94d6814bf23e
SHA1: 091fdab59e5dfa98db54ce83f7e60a2430e7f3db
MD5sum: 799a7e6768af5c2bbcd66689d1271d3e
Description: debug symbols for postgresql-14-tablelog
Build-Ids: 6124815584a04ddc3fbb1867efe7899f7aa7d220
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-15
Version: 15.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58165
Depends: locales | locales-all, postgresql-client-15, postgresql-common (>= 241~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu71 (>= 71.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-15-jit-llvm (= 14), postgresql-contrib-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-15_15.1-1.pgdg+1_arm64.deb
Size: 17680420
SHA256: dd900253403533daef3e1fe4da1b2994721fa77f09376e372bb6c300ec6c5f2e
SHA1: d56f76bd31def8f1fe785e4047a09fbbabe53a9a
MD5sum: ae8f23c96647db0c407108aec68aabe3
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 15.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202209061
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-15-cron
Source: pg-cron
Version: 1.4.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 230
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-15-cron_1.4.2-2.pgdg+1_arm64.deb
Size: 99584
SHA256: e5da8a16d8f6b25fa4ff96f3958ee209ae181690e8c3295dfff648c62de21c95
SHA1: 6603937607d0c15e24c3e4f60ffea05ebf3177f0
MD5sum: 67e133e45046a3c897c8eecd3c19a266
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-15-cron-dbgsym
Source: pg-cron
Version: 1.4.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: postgresql-15-cron (= 1.4.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-15-cron-dbgsym_1.4.2-2.pgdg+1_arm64.deb
Size: 111796
SHA256: ed18f7af957cdec58a5b59a1ff89878df232a11825edf6c9399838737adc4f53
SHA1: db4076ae63a782bf1ec2a3ad9b1814caa32b10b5
MD5sum: 2417a9efbabadcc9fc9b71d1010835a0
Description: debug symbols for postgresql-15-cron
Build-Ids: 3db70f4299338be75d7f7368412797ea269817ee
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-15-dbgsym
Source: postgresql-15
Version: 15.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18897
Depends: postgresql-15 (= 15.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-15-dbgsym_15.1-1.pgdg+1_arm64.deb
Size: 17065052
SHA256: e9de45b913aa084ccca6db6301326c4ddcec99c1d76121c716c083be41eb6ccc
SHA1: 244b3f94057eb23de0a548880240c0c973bdd03e
MD5sum: b4667e43617cac6fc4572a9d39f9f1d1
Description: debug symbols for postgresql-15
Build-Ids: 020e9ec32084833f7b513338f8ed5097830d26ac 09de76460cb13e65a7076f2c65473b1c13a8e8db 0c8c2c378ef2da3eba62f47490f21f7ec1acaf35 0d430b81cd8b067d7a24f226c8305d2f59762815 0db81b8b7c08905df45c52771ee6913764a8f0a2 129803ddc9057cfa16f2f7c22033ccf9988bc015 1762aece2e08c67ad6ab613a08409c7898982fab 198301f08605d9ff8e0a1fc57ff6ac65f2fb026b 1a642d9298ce9f07065cd117b016e5a7f44dcd04 1cbb12af8456383c32f00b546b5dc5db79a39e95 206ac1150073012754d7578ee0f9231f77111dc1 20ecb218d3d9e2006d9b6cb38678a86df118d588 22cefcd844e1220639bc9d3e3d5a08e371c6e544 26c3253342961dfb0932abe7e28aae830e3353d9 26d38c15150a478c0230107c09aead76b155517c 26f8faac3a6cc699ea08fd6baea0d71428d97e4d 27c9648ef3b1a298b4511d72f7ad7e3fe66f118f 31ed42ce498a51431cbd71c2bc1c96809cca1f6b 368f7a6bff879ef56647a148aa4f60389f615986 36e69cab13ce4b71d946e5f4a22c0d991839e45e 3cd7aad4165c6754709cbc79611f2f502d9ae3db 3d4e765a2fa08a50d3aa53123cab618e1cc3d273 3d7762ebb358ef912c66258a7a429a6efac5f99f 3dc826cb25f0296ac2482169db1e195d9c257d12 3df72fc79e971c37e3bbaddb460db02955209d43 422c0d2010410627c03a8992837fd44715d81d85 4a1fd4d557cccc4484e98d1343a1e08af78699e1 4e5d23d02c79041c86f32596a2172d0194b58a41 535f85575e221ce4f054353f3fdc6e1eeb577bcf 58ed622d3830b1c501aebd0215b7438228a3929f 5bbac9284e513f3e4ef59cb36b00ff19fa9d5dc7 644bb684339a697b55bbfb99d6c45b8cbc472ad8 64e00c24b78cee57738c92bd44c5f9ada5e6482f 6b2eb19f257ca10b1693fa46366d79df62048f6a 6e0f64db6983f641831429a611857aa694d6a561 7034dc16d86abc3af879a5e774c9abad93de6a32 7348a4ff57a642c83babeea551128f561879529d 73e11710cedfd7da838dc0d3a4cb5b6e2885bffc 7566a4635d75dd94f8ab0f71b15f604b9ada5bad 767ab50249f51d08e6c29bf221c8851d18e8a5e6 767f7ffa85f2c22a62919b543bea51018c33cb1d 768d12a1a00d73fbf4bf65ddc6570c80cccdacee 78a5795f6dc3c31c30016f474984b5a559be8c3d 7ad5191f7fd09370dc06afa76d2d340e0d27b99e 7ee4732714840d709573d7159e9c6861f1ce7745 7f8f893ce134228538cacc1567200baaf204ac3f 814d22d2fd94458aa02d0913fc52d39bf94abf92 83912b2a3dd8adfa1886374caefdca3f7d76b9ec 8489edf11e34d400d8c1ca7183d9f4abfe734bb8 87385d0081d46b5a7d9f1e9d18ebaf9357b141bb 877ccc8de467570d3dcb02cc531e988dcda632a1 8adb213ff663e6f097548664d9bd5cfa96ae1423 944939d1a80a9624c3b6d4f19409151ac3132f5c 95150e7759c58b95ee9cbd8f44ed6eeb3bbe276d 96c27e276e140c85a35a540653fb33c56f517f13 a349f3893a85fe5ea17f43c3605aa15acf97818f a738b9ef391a40983a6fc4edec80afa2373925fa b109ec931576959c43e56743a9aec7592fd7f1ce b1d711dbb0a09639235dc4d1289f4d5a63759a9c b21ba93a765236b63854f5b0f20fab7384ca4adc b57d028ed88428cd2805961bbc3227b0de541fea b93967cb58f032f3ccf6d6edca05d547e55308a3 bb6d22004e6ca83b3c1746151ee55c9c5fb14d23 be8d214603f875440563e3183f8aedf0c1355b41 c3e906a408edb2b801b8bd14137a60b8daec88d7 c6be6cb6fd649d576df211e80b0f3929f9385c65 c7c574a6ceda8e595c01d9ca24d2006986612bee d4ae3b60a2b7bd651d7e39af8ebba4d41b81341b d4bf72928f11b01c84c0b3203023e0b50ed46bc9 d892cd3d48d615e9849b075b841d9003f4dd48e6 d8a742fd1d26f49e80fedbacc10f732bbe44f3d1 d8eff110eb1176c5c37c5d6035ac6a88d9a84417 d8fbea50e3186027c7d2d0e4dda12cef6f780290 db51204464a89e79ac710b05141ca4b684816f9d dd8895f970dc874662a7d39ed797ee5ffc0eda30 ddbae04e26ac107e01ebe64f1b5649a241afe96a de330a7dbd796fa801f4e3f3084c98c8cb992bc3 e194cbbbbc666e22bc29f020d4515845fc939e1c e20ff8c9ab15deb82e7af18ae1585c71dc6bcaf9 e3c8fcb11973d96f049033abadd5f4a4c718e792 e66b7c47a67712bdb6c53aad3e8fb8dafb0e92a8 e77d0bfee370e3bddd704b486bacb8453a69b650 e7a663a4afff9043b3df7bbd495ed7cadc2b9c25 ec2a82e6bc14b3f7fa6169012df70e85cfedcb2e ec2f01a4fceee9882e98f028ccd2d505e767d6e5 ec37cd9282d777246dc3f60b5ec8a1141039432d ecb56d49ef54a28417713bc3a55ef9b2379f3bb7 ee0c4c4075a004eec9eddab9dafa0349c64a1c3e f1d5d52f5199ca5d5d97bb080b3193b250f17d6b f2eb4c75a811c1f3a4c72e585cadfad5bacf63b4 f58e34f732738d347bcb49fc2dce1e27222a67a2 f5cc415e5c107254daee2823bd3ac96185851db8 f61f80f9816543ca5ee9135979cd649dfeaf0460 fb5452d4833325bc2a5d880ff1a3ef2ab9f7b3d0 fe24f1a81606aef0b7b43d964351531b937ec35d fe39db11fbfc8ca4827e6fc01fe91697cb4a5e5c
Postgresql-Catversion: 202209061
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-15-decoderbufs
Source: postgres-decoderbufs
Version: 2.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs_2.0.0-1.pgdg+1_arm64.deb
Size: 46504
SHA256: 30d07664be081a0f521e5a7c594e3e3f064fe28f8a27800032b9484019a88039
SHA1: 0eef78f14dc0005b831b28a86dddcd2b1adc5610
MD5sum: c6e1042dea4d9f53da2cf36e18879975
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-15-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-15-decoderbufs (= 2.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs-dbgsym_2.0.0-1.pgdg+1_arm64.deb
Size: 52244
SHA256: 9a76d5116785c599125da806cc8ac182e533e62ac66bf50b3b19af462afa5c39
SHA1: 06b61374af8e586f139f1a470a8396290bcd5c2c
MD5sum: 16c48d0a3c981730b24c7c041fc2c49e
Description: debug symbols for postgresql-15-decoderbufs
Build-Ids: e3f47edf3ae54a99f322667ed1d3763457396956
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-15-orafce
Source: orafce
Version: 4.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1139
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-15-orafce_4.0.0-1.pgdg+1_arm64.deb
Size: 389816
SHA256: 24815ef51cc5f4cc1393e99bfc7ff4f03bff8c8581606c0abe2a07751ff79735
SHA1: d7caacf2a4d1a5d3c23ba0daf2bfb8dc4b2e9286
MD5sum: c61711c3a54f75227bfee23583c19357
Description: Oracle support functions for PostgreSQL 15
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-15-orafce-dbgsym
Source: orafce
Version: 4.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 325
Depends: postgresql-15-orafce (= 4.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-15-orafce-dbgsym_4.0.0-1.pgdg+1_arm64.deb
Size: 276620
SHA256: 8988b388a56b0fe89d83b26f63d8d9c1fa15428a3bcf8d438754c26ba16701c1
SHA1: fbc02190ce783e546066f8640c3dd5e47824a37e
MD5sum: b2fb0aef3f40c9441d92df310185d0b3
Description: debug symbols for postgresql-15-orafce
Build-Ids: d7fdd4a2dc7c3a8b2894ad8288fd23e7908aff0e
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-15-partman
Source: pg-partman
Version: 4.7.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6827
Depends: postgresql-15, python3, python3-psycopg2, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-15-partman_4.7.1-1.pgdg+1_arm64.deb
Size: 257276
SHA256: 485a57d165957e5dd5d0e88434cf4a4d90ef7be0da56e671fadece7ac04e9f8f
SHA1: e9b15f685ec9660c47254b5364b0d93cccf9835f
MD5sum: 20f0e61005c98fa317c4cbbc9c159136
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.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-15-partman-dbgsym
Source: pg-partman
Version: 4.7.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-15-partman (= 4.7.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-15-partman-dbgsym_4.7.1-1.pgdg+1_arm64.deb
Size: 22516
SHA256: 55fb79760df02fec8a1df0c201c05eafaccdd2782c5dcd43846f8a18bda0edc4
SHA1: 317c2128f5d411ec7f8038564178e41a8ce35e5b
MD5sum: 95f66ddd56cbe93916686ef9f5a71108
Description: debug symbols for postgresql-15-partman
Build-Ids: 12098050e9308d517c8f18546c6acd6878feb420
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-15-pgrouting
Source: pgrouting
Version: 3.4.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2868
Depends: postgresql-15-pgrouting-scripts (>= 3.4.1-2.pgdg+1), postgresql-15, postgresql-15-postgis, postgresql-15-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: postgresql-15-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting_3.4.1-2.pgdg+1_arm64.deb
Size: 725588
SHA256: 34b952216319783378f60fd5c771760fe2c7bdec77d8bb0cc31b69b19a7fd8f3
SHA1: c0621320741390f9f0562fe3f8fa22e2d768ba62
MD5sum: a62d27a46e21a40008863ef36ca1f03d
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 15.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-15-pgrouting-dbgsym
Source: pgrouting
Version: 3.4.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25236
Depends: postgresql-15-pgrouting (= 3.4.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-dbgsym_3.4.1-2.pgdg+1_arm64.deb
Size: 25222408
SHA256: 45687e39ceb9c0bb6586b4ed245e36ef7f0bd0b1690607915cd207ce0dcc6833
SHA1: e49ad5ad16c44679fb6dab605813c16c16c4d50f
MD5sum: 318ee86a4844f97ea559e023cf74e670
Description: debug symbols for postgresql-15-pgrouting
Build-Ids: 46ddcf2ef3dc3835f9817d0d2bae9000003bf2f7
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-15-pgrouting-doc
Source: pgrouting
Version: 3.4.1-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7493
Depends: libjs-mathjax, libjs-sphinxdoc (>= 4.3)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-doc_3.4.1-2.pgdg+1_all.deb
Size: 2293824
SHA256: b29558ac016917c687a0be1be9cd337fa664be758fbd26e2f27120fdc2933100
SHA1: ff6575973bf56dadda679a7e1029bf90f9620180
MD5sum: 8107d78a0dc9aea5d88fb32b041f5d13
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.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-15-pgrouting-scripts
Source: pgrouting
Version: 3.4.1-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2896
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-scripts_3.4.1-2.pgdg+1_all.deb
Size: 59832
SHA256: 794c7beccdb15a8c6b74ffa2fe2cd696506cd09504ac075afcb7ab1f93be6a40
SHA1: 5d7f6748b56105373b7f934cd64fd32548c7f5d5
MD5sum: 7e8cd8c7c217276203f4da2ece6934e3
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 15.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.2.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 710
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.2.3-1.pgdg+1_arm64.deb
Size: 333908
SHA256: b702ee64623eced4da43d223c179bf77e8e24a931d7901052163514f65499a18
SHA1: 8d2f82e1de0e3631bd397a7d11d98447f2a27238
MD5sum: 8baa9a7abd7263b9fdf111d4a3c7dd00
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-15-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 318
Depends: postgresql-15-plpgsql-check (= 2.2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.2.3-1.pgdg+1_arm64.deb
Size: 286764
SHA256: 9dbeaac2a77f12dabd91342dc22e45b9aa6a0226af1da2c366b577ecd08c88a0
SHA1: b2108908c796d253513dd62e29387e1b458d479d
MD5sum: 74ecb5738f6bc46e5f215da91ad8b235
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: 24a66c3302cf02e8771e6a8b3e27172f2eaf8c91
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-15-postgis-3
Source: postgis
Version: 3.3.1+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9957
Depends: postgresql-15, postgresql-15-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal31 (>= 2.3.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-15-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3_3.3.1+dfsg-2.pgdg+1_arm64.deb
Size: 3530304
SHA256: 3d7488d11f0565ebe262ce9e958ae6fd6764d35202160b4659e54eb2a1e79f81
SHA1: d283ab8b4c2ba64d2002b0f0b593512093049438
MD5sum: 1e476e7426d50aebae8248f29ac4e757
Description: Geographic objects support for PostgreSQL 15
 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".
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-15-postgis-3-dbgsym
Source: postgis
Version: 3.3.1+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4455
Depends: postgresql-15-postgis-3 (= 3.3.1+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-15-postgis-3-dbgsym_3.3.1+dfsg-2.pgdg+1_arm64.deb
Size: 3910860
SHA256: 0b7b6b1746bbf6739c94d444631cbf583e1da237e1ae159cd0033a0c56eb6a8c
SHA1: 86c622ba8323786777af42dca6a4ccfc819d2add
MD5sum: 10475cfcc600fb125d9ca602eec24e26
Description: debug symbols for postgresql-15-postgis-3
Build-Ids: 0f97373c0a514bacf26eeabff6ab05b29371f01a 50e74a5a30d2e8a7001b198e2f8df8c1d6e15e41 70e1244231a8476944280762fb7cd0c734c7742f 92c9aa4e4765a1a341b872200befb1f7608b5659 b3a6c0928ccda41069bf9b302c58d660e56ce01e
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-15-postgis-3-scripts
Source: postgis
Version: 3.3.1+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 40888
Depends: perl:any
Recommends: postgresql-15-postgis-3
Replaces: postgresql-15-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-15-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3-scripts_3.3.1+dfsg-2.pgdg+1_all.deb
Size: 1424908
SHA256: 913518edad09fe53fef7e1fc50c1af6fe66b8d3173a23e2109060ddff2cbfe96
SHA1: db732eafe4e1320a9aa2e4837e6618665f98c282
MD5sum: 492f73938d80a952029e5f487ff22d77
Description: Geographic objects support for PostgreSQL 15 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 15 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-15-repmgr
Source: repmgr
Version: 5.3.3-2.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1108
Depends: postgresql-15, repmgr-common (>= 5.3.3-2.pgdg+1), libc6 (>= 2.34), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-15-repmgr_5.3.3-2.pgdg+1_arm64.deb
Size: 226296
SHA256: db5345d96a38c04ea06feb9c0aa7c7d72d5b612293180cdaaa71dbfb0f972d2a
SHA1: e480fd61316245479f1ae41882e73aeb81e5d23e
MD5sum: b7aebe166e5f79bf5d9cb14e81c582c7
Description: replication manager for PostgreSQL 15
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 15.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-15-repmgr-dbgsym
Source: repmgr
Version: 5.3.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 659
Depends: postgresql-15-repmgr (= 5.3.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-15-repmgr-dbgsym_5.3.3-2.pgdg+1_arm64.deb
Size: 588264
SHA256: e0185e15b3c965a27bb249ddda830195a10eb6176a43174bde395aac5e6aed9e
SHA1: eaeceb05cb5bbdbbc8e5d11f68dd98e15b4e291c
MD5sum: 043c54e6b5333d80cfcb072c631c452c
Description: debug symbols for postgresql-15-repmgr
Build-Ids: 0795dd805103d659da6480d3078b04d71097158b a78ed7473cb24c5dd45c117eecfcedf82eb8f742 fce2cae67c6b506107ceeaa782d11eebb39ade3b
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-15-slony1-2
Source: slony1-2
Version: 2.2.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-15, libc6 (>= 2.17)
Suggests: slony1-2-bin
Conflicts: postgresql-15-slony1
Provides: postgresql-15-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-15-slony1-2_2.2.11-1.pgdg+1_arm64.deb
Size: 18080
SHA256: ec96791bd4e6697c57946e9b0ac3c9641d00bbde1c283752475b2cb65f9544ad
SHA1: 5add733e3f8500b37c67a3e1bc74dfbecbab1796
MD5sum: 01dd7386154f7a0ff6e3e077e92abe87
Description: replication system for PostgreSQL: PostgreSQL 15 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
 15 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.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-15-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-15-slony1-2 (= 2.2.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-15-slony1-2-dbgsym_2.2.11-1.pgdg+1_arm64.deb
Size: 67148
SHA256: 13814a20b05a477fd033e893ae2f02e5a7a22c9c7a8b4aa76af92088360114ff
SHA1: 71001f0fb1ee1cb6284a49ba46a023b4df60c2d4
MD5sum: 6e418b216e1ad56bd2ee9efa990ca5fd
Description: debug symbols for postgresql-15-slony1-2
Build-Ids: e335aa7b43737f24795bbcfab0fca6cc8a805d6a
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-15-tablelog
Source: tablelog
Version: 0.6.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 14)
Homepage: https://github.com/credativ/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-15-tablelog_0.6.3-2.pgdg+1_arm64.deb
Size: 51440
SHA256: b603457735b3ac7c03edd079c48cc5bd11e25fec047a797173e0ab4cee21597c
SHA1: 6b6d90af96c77a4b59feeb77875131c14e15cbcf
MD5sum: 85e73c84705f7018e889a8758b9b6569
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-15-tablelog-dbgsym
Source: tablelog
Version: 0.6.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-15-tablelog (= 0.6.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-15-tablelog-dbgsym_0.6.3-2.pgdg+1_arm64.deb
Size: 49524
SHA256: 187bbd67d272353a0f1a93ab5ca287b18e026f7207d84dd23dbbe02b86845b48
SHA1: ea1749fc4a6e0d09f5ba4e5fd41bf5fba9e2ae26
MD5sum: d6bd393908b3139eb833bc69a8291a4f
Description: debug symbols for postgresql-15-tablelog
Build-Ids: f45ce76a77b6040714549d9310b8cdaef665c764
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-all
Source: postgresql-common
Version: 246.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15
Depends: libecpg-dev, libpq-dev, postgresql-common (= 246.pgdg+1), postgresql-server-dev-all, postgresql-contrib-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-contrib-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-contrib-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12, postgresql-contrib-13, postgresql-plperl-13, postgresql-plpython3-13, postgresql-pltcl-13, postgresql-contrib-14, postgresql-plperl-14, postgresql-plpython3-14, postgresql-pltcl-14, postgresql-contrib-15, postgresql-plperl-15, postgresql-plpython3-15, postgresql-pltcl-15
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_246.pgdg+1_all.deb
Size: 10032
SHA256: 9443b22b8e516cfd230ff38b9f249a70f3a5d810e4b631b7d73e81183e04b809
SHA1: 0fe8787ed2d31c439ba5ff48104420a2d511eca5
MD5sum: 3b28f6b81f5988fe093fb88ca3a7c693
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 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.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-client
Source: postgresql-common (246.pgdg+1)
Version: 15+246.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15
Depends: postgresql-client-15
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_15+246.pgdg+1_all.deb
Size: 9896
SHA256: 663f83786aff4e09f77eb7cc83fd73fd1d4174f6fc46c01b36fd2fd7f9fd0e52
SHA1: 7a7aca04fcc7ab4f904ca2d3ed892fa8f08150b4
MD5sum: aa0f5901f137e3b5f8d0f6e513338632
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.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-client-10
Source: postgresql-10
Version: 10.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6869
Depends: libpq5 (>= 10.23), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-10, postgresql-doc-10
Conflicts: postgresql-server-dev-10 (<< 10.11-2~)
Replaces: postgresql-server-dev-10
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-client-10_10.23-1.pgdg+1_arm64.deb
Size: 1416792
SHA256: 9b3a34777b0d93f061edb801a83ab2cdfbf4dee00c6d85651adedbbfd6d984a0
SHA1: 707c097be07588e1336cb816d3183fcd8f82ef6e
MD5sum: 87aa83222f524a88bad956b7b5a42156
Description: front-end programs for PostgreSQL 10
 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 10. If you install
 PostgreSQL 10 on a standalone machine, you need the server package
 postgresql-10, 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.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-client-10-dbgsym
Source: postgresql-10
Version: 10.23-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1977
Depends: postgresql-client-10 (= 10.23-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-client-10-dbgsym_10.23-1.pgdg+1_arm64.deb
Size: 1666396
SHA256: 0f0f35e15388468d58142c3d3f90ef87349942779cd12b87ddcfbefb57635995
SHA1: b0ba7381f227a2ccbe7e51f09dac2f69ff5b85b3
MD5sum: 69edab2dd9a8cd0f54a346ff0c284341
Description: debug symbols for postgresql-client-10
Build-Ids: 042e4c88bd14bd598dc38da0dd778123dc54d59b 142ad6595f5089fe3d7798e6133493bdd5ef0a83 2049a30524ec9cb1923f7c12b1a1eff7317ced0f 259814dbb3e592479111844905c477ff20550898 4cb1ee4b238f2e1618e09d45b2bff482b5104fc9 4ddb4c79ee974c24b9fe7b2f5d6c80191e53e5ba 503ebac70434cd91eeb0fec5dc89ef843c40175d 5952613024c3f7d4ace5658ecb69dd449830e0a3 76b8911395284a22b6337f4b15c4a4b8e8f26256 99cb419a2b8e1814695fdb3c9673fe48dcf8336c bca9c94c5d1601b86f84e39f4e61803c9c301686 c7d212e496e22c45f1ff84fd736ccdcfebb1b097 dae7a499ce643549e8d8988974ef842dbf5751a4 e367601c7ac5dbe8f00e813cee84d5fec4299b80 ebb3c9d5fdde2df610faf6013a21a333eade0419 fc65212307ae5b8882c5db3282d2a8a9da98a1cb ff8486fabd32891a44a73157cfe000b2a9aa8dde
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-client-11
Source: postgresql-11
Version: 11.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7240
Depends: libpq5 (>= 11.18), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-11, postgresql-doc-11
Conflicts: postgresql-server-dev-11 (<< 11.6-2~)
Replaces: postgresql-server-dev-11
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-client-11_11.18-1.pgdg+1_arm64.deb
Size: 1467072
SHA256: 7156822aefed77489bd34af503e827b9b5406f2e9c6040486b51375f5c5bff96
SHA1: e50409e846602d84ebabeb86577f5fedca325644
MD5sum: 4efd5d4ff8a51a2ba84731cbc7f38d6c
Description: front-end programs for PostgreSQL 11
 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 11. If you install
 PostgreSQL 11 on a standalone machine, you need the server package
 postgresql-11, 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.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-client-11-dbgsym
Source: postgresql-11
Version: 11.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1999
Depends: postgresql-client-11 (= 11.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-client-11-dbgsym_11.18-1.pgdg+1_arm64.deb
Size: 1685228
SHA256: 6138049b3580843e408ea6bc5391815ee3e5987dd365c42f8fdb2d3ad692e6bb
SHA1: 4a73a4432b7614035036fcad73a5e7138e2c62f8
MD5sum: b81eb72440cd14f33cdb51eafd4ac00a
Description: debug symbols for postgresql-client-11
Build-Ids: 0e01f73757716387e88241ee35e51c05f597ac5d 246dbf11f835c028cafdea8246715f644bcacccb 2706218e405201d2410abb5caaab52d5d68b6694 3c37ecc20e6411a6155cebe6e43b92c4b257e1d9 5f76f74678cd391460c3964ba88bae377e5b7061 6898ed62b6736aadcd881b5788c19af150d76dba 74abaafc7f6c3ad9bc1ab44f889bf8f5f5ba1901 83e33203b2569347eb2d3cabda78410300a6e5c0 91a3a01c7a41aa20a29de9803b925b346258cc38 958ec899e531b974c95ddecfb88a4bfc15839155 b65c9675388e3aadd80d07fac08332b292ca604f bc514c1f1f3123c1045c35057441e393021238c0 cdb9b4e2406fe36415dbd22601b98ff17650ac5b d396bf20e63dd6204012f32f6266dcf1ca17ecf3 d914744cb4ee711e74a05cd25f0eb5309b0bfa61 f5036ef07b50574784dc70b7e0dce74a81b24468 f8d2ae826431bcc2b92bfb710516397567ff4e0e
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-client-12
Source: postgresql-12
Version: 12.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6524
Depends: libpq5 (>= 12.13), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-12, postgresql-doc-12
Conflicts: postgresql-server-dev-12 (<< 12.1-2~)
Replaces: postgresql-server-dev-12 (<< 12.1-2~)
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-client-12_12.13-1.pgdg+1_arm64.deb
Size: 1402720
SHA256: 4f4ffc78ba4a25c33bedfc78dfbc0a85565c464e6e832d50740022e3bd1d2dcd
SHA1: b44ecada096fb66c9cb0923f31432856359824b6
MD5sum: d805043b5f884ea40853a8ddffc1c84e
Description: front-end programs for PostgreSQL 12
 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 12. If you install
 PostgreSQL 12 on a standalone machine, you need the server package
 postgresql-12, 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.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-client-12-dbgsym
Source: postgresql-12
Version: 12.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2202
Depends: postgresql-client-12 (= 12.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-client-12-dbgsym_12.13-1.pgdg+1_arm64.deb
Size: 1850632
SHA256: 1dbc139bd2d394c8bb2107268c9f3a3eef09dbd30b0a4111aff4104f22424ae7
SHA1: b31c2c2b73d7db86604183da123dbbcce92b116f
MD5sum: 4bc8683664556a5fb6e5c60dedff0717
Description: debug symbols for postgresql-client-12
Build-Ids: 02ef18abfbfa746e8f0399ea32152f53291997ff 134772f6bb388bef1e2baf5ef64524d551804211 4c33fb1ce31c29249ad97a8133d5226c05845995 5455d1ed9c454b57f7ff410643fd59b7603ac799 69f3d0a4fe0ead43fbc076b04ce2b7a3fbd3371d 800efd7a7d7308f221385f313090317319a79afd 9af9fe638107716f263ef0d66c8ee3f368f7df88 a498cc49fa293684db850f94680dd4a4e600cb07 a5e8bc17ee77f4e6ff11f40a664937c610e3175c b6f21d06fda37b91cc23500cff1329ce0864dccd cb1a876602df99e9d1691622c5beb10745d3bc0c cc2c900ee06f43b421056511e45567506ae454b2 d8da8fe4aa3f2ca86003b5e167fd8494044a1863 d9a6cc5089545ef9fec43e4efcc51127f2715aa0 ee2a410319fe1206266853960c66969874d3fa6a f67c55f605bd540d65726c0bf99e7a8f9e509663 fd1679b5a815eff9fd18a6e608abbf2b9688b838
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-client-13
Source: postgresql-13
Version: 13.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7036
Depends: libpq5 (>= 13.9), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-13, postgresql-doc-13
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-client-13_13.9-1.pgdg+1_arm64.deb
Size: 1477312
SHA256: 37bdbc9270e6151c34c01d39cbff85b0f137815bb029b4a90055611286622386
SHA1: addbc615103c07ed31de3e3870bb6d79bb88981d
MD5sum: a2e45ab893da93b63983140d7dceccde
Description: front-end programs for PostgreSQL 13
 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 13. If you install
 PostgreSQL 13 on a standalone machine, you need the server package
 postgresql-13, 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.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-client-13-dbgsym
Source: postgresql-13
Version: 13.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2376
Depends: postgresql-client-13 (= 13.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-client-13-dbgsym_13.9-1.pgdg+1_arm64.deb
Size: 1999072
SHA256: 50eb42cb9b7c676072327eb1e08242db33e29ed56f3b092eeee7a4ac9a1ac619
SHA1: 4ac3c44e7b0a2e86aaf1e1e36297585ee8b6e67b
MD5sum: 20637ba1628b8d88c3d8372c3675ec68
Description: debug symbols for postgresql-client-13
Build-Ids: 0d56406cffcdb79263201c58435204ddc5f2a4c7 1a757d5b2f99b38b3eb5f1844316b7395d27e6ab 2463431a2a68a2322827bcf2ed000a23cf06e287 27198889adb0843a6349edede4d522b861ccd582 2ff9f30a018e828d9745bd23ae653b3d4380c65a 323293c63928b304e1ade6d8a0e8ec4e2b8d2d94 3d5872c77e91843d648c00ae69ba7f1c5eaced5e 4dc00eb8766ba2445cc5a17a051edf1f4e6a688f 5b8bf84e23005ac036b193dddf3f84f9bdbdb576 62f814d3b859b6b4c4598c35f61f27d3f945224f 6e431bcfcf69e6a4cb5be1f70b87cab092718c28 761861bef2dc14e87ce930077d681c95900425b0 ac0f380d15669184fb24094e86dc19c6a6543ae3 c2536f61a485da7e67f8fd712c7d96e439587e21 d9641a22ed5982937aac1df45568a0b492b68eef e7ca9594016edd11b6898808a93d9225ef452ec1 ec84815715131319aed37a1f1bfdec87f6675520 f6ad1b749a0f2751856cfffc26ab1ad003b66dd8
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-client-14
Source: postgresql-14
Version: 14.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8060
Depends: libpq5 (>= 14.6), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-14, postgresql-doc-14
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-client-14_14.6-1.pgdg+1_arm64.deb
Size: 1594956
SHA256: fc91451391741f74ff2438e3e4c05ca548fe694514fa2ab2948009fe981eb330
SHA1: 087b7d88fe97d35e58a4aaaef2909f792f6839a8
MD5sum: 4143acccf69d025551cbcb7f28d4edd2
Description: front-end programs for PostgreSQL 14
 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 14. If you install
 PostgreSQL 14 on a standalone machine, you need the server package
 postgresql-14, 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.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-client-14-dbgsym
Source: postgresql-14
Version: 14.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2759
Depends: postgresql-client-14 (= 14.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-client-14-dbgsym_14.6-1.pgdg+1_arm64.deb
Size: 2315100
SHA256: 024431ec27f590a07d5ada11c11ed43433a1901461572fdef2f960d86707f2c0
SHA1: 75137c2086a77eff21bcc4b7df5c70e1aa6fb49b
MD5sum: 050bda0b7341bd13435d53f1f3ec8eda
Description: debug symbols for postgresql-client-14
Build-Ids: 03f2bbf4cae7c63c5714ad10581f002a1f0f110a 0df13e939ae1b74c3c94bb548aee337ea2c5d27f 1c7e02ee5ca23556aa431f2f367dca59cf3fc28d 21db3c0596de1b50a72064600c2227d483ecfe32 309248953555c32ddd1403630759447d9f81be77 32b2ba16e9019f9c2ffce9667f556c93f2b4af36 544809ca8aa088f6ce87b846479674fd0db4f287 559b8701960d0d7182133a43f2d67fc36b2855ef 6aa42fdeb54bc042578390c57b64f57cb5077731 6cc39a1efe64bb31c9b40873b6af0cd9f65badaa 70fb6231e723302cf85a462062f2d42e5502d968 7a6584c7d386d85cb0277eab3b6c45e9f3cb1194 7eacb7d4c542a05d883113cb35905cd4328b47c3 8c0bd7f184270ec1e26d21bedeef1af8adc7322e 96463d44401834e5d1d727dc6327c4f61db2ebc6 9a21dd5c34ae2206ba2ca147fef2f4a8e0256183 b921a80832b92093a9795a88c49eedf3c112db1b bcb78f2d9be026f031e6947468c5fc5a4abe0229 c0fd2e3e640049e97a8101550cc84e6bf719d397 ef35ee8eb807d7dbb23e6ec01b488d65364feb55 fa976aaa4648abbf501e80288c0b983e1ee7588a
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-client-15
Source: postgresql-15
Version: 15.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8659
Depends: libpq5 (>= 15.1), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), liblz4-1 (>= 0.0~r127), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Suggests: postgresql-15, postgresql-doc-15
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-client-15_15.1-1.pgdg+1_arm64.deb
Size: 1651708
SHA256: a998cb1e9d1bbea9f30fe880aaf7aee63cee118a7598f9c6049f7bb880e183a3
SHA1: 7714c1941f4acc1c925b4390a1a80b8e763c13f8
MD5sum: b8f29fe0f017f96e6ac3d1b623697039
Description: front-end programs for PostgreSQL 15
 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 15. If you install
 PostgreSQL 15 on a standalone machine, you need the server package
 postgresql-15, 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.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-client-15-dbgsym
Source: postgresql-15
Version: 15.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2931
Depends: postgresql-client-15 (= 15.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-client-15-dbgsym_15.1-1.pgdg+1_arm64.deb
Size: 2469136
SHA256: d5447a574e03254eabf9e7b024c0c6c94fc82e46f21e5ff5f68c771858095b1e
SHA1: 54800db3a9e001ec6566b9da26c79a231b59a651
MD5sum: be15c491ec1a7d321514d5c4cb228147
Description: debug symbols for postgresql-client-15
Build-Ids: 050ec22e1250f18c59628a86c56ab87d4409f42f 21becab48f551a05a3fed1e2d0ee2bedd2ae7ad3 48d588468dca4ec242d718f15f3073112a2a5b13 4dab01e56743950ab90cc4ad7004db958cc8dc54 5b28ca3f13af8990bad5ebca846904e125e3b598 5d65f479817a08a54c8459aaac8941b3730c6b58 699beb5f5f2038a6322a16e84a2947a66b6bf0a7 7e641b1f839ba85badc948dd1b032ac07852c161 88a477ebc35c0842a9f1d4874b17b3fa838d2f59 966b41cfb4e3688b9621ade15e0f64d1004ea2fe afa41e473261e3fd07c4d0e0740fe3d017b60c16 b472081ba3064ee1a6e531c8225b949099babed0 bca8c54cc3d8fad5ccd7f593f4a09e646dd5ea0c c2ff5e4a02e0a889177c249533594ba78ca0f2e3 c56f5511d2d2314722dee9de57258ca2061f3c27 eab3cbfded2d63e29c79ceb4a138cca3c9b09132 ebc01ce1ce893f3c0553037e50dcea45db3851d5 f4c160e95cb4f07ad78c44f231f91a75a4f1a358 f7ddb7705e8947a17df2f42edde08ccb22430277 fbdc2414a65cb8b6cf7e2a292aea27ab67cb03c8 fc7889bc6b4204175709ff394dcab406f578ba55
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-client-common
Source: postgresql-common
Version: 246.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: netbase, perl:any
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_246.pgdg+1_all.deb
Size: 34808
SHA256: 294c4d1800addfb311c27ed767ba2109bca46ad59e957acd18c27ff3f0cfe302
SHA1: 3b804fb265231bfcc7b889176eb247f4f4c10ea6
MD5sum: eb1f1d6fd63cdd2b3fa3744d3705e96a
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.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-common
Version: 246.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 653
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, libjson-perl, lsb-base (>= 3.0-3), postgresql-client-common (= 246.pgdg+1), ssl-cert (>= 1.0.11), ucf, perl:any
Recommends: e2fsprogs, logrotate
Conflicts: pgdg-keyring
Breaks: postgresql-9.1 (<< 9.1.1-3~), postgresql-server-dev-all (<< 204)
Replaces: pgdg-keyring, postgresql-server-dev-all (<< 204)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_246.pgdg+1_all.deb
Size: 177880
SHA256: 49c6acb78259d0084d6d7ad7ca07741058c9266ed3b348ce43734be8422ffd57
SHA1: c479826df53f69839aab3303d0ce320865eac200
MD5sum: 51839d91530c83bb04e0398b7b3f4944
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.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-contrib
Source: postgresql-common (246.pgdg+1)
Version: 15+246.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15
Depends: postgresql-contrib-15
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-contrib_15+246.pgdg+1_all.deb
Size: 9896
SHA256: 779f56537e4c5da44353f6580cc6e59209cd9bf00baca2d63fe6723f56f7d173
SHA1: 082eb9eb61039d79265ffafdf58a4d480ae704f6
MD5sum: 9f99223db705672011860c34b266d5a5
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.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-doc
Source: postgresql-common (246.pgdg+1)
Version: 15+246.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15
Depends: postgresql-doc-15
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_15+246.pgdg+1_all.deb
Size: 9896
SHA256: d63f17dfa644e40a38e29a629922fc978fe52310c2d8b295323cfbf23c52d970
SHA1: 78babd385d3864161013589784ba8d7c1e5a7a5a
MD5sum: 11689c72e1c8c5a2aa15a24fb603e00a
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.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-doc-10
Source: postgresql-10
Version: 10.23-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14158
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-10/postgresql-doc-10_10.23-1.pgdg+1_all.deb
Size: 1826856
SHA256: c3295bad9f2e8cd7a42a2b6cdb84e97c80112deee4dff51b1c17daf7276e6d99
SHA1: 3deabc33a5d0a46af5a19f87e72de26d4126ab3a
MD5sum: 65c865c8df2a6ca3bc8efed852431167
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 10. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-doc-11
Source: postgresql-11
Version: 11.18-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14570
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-11/postgresql-doc-11_11.18-1.pgdg+1_all.deb
Size: 1872776
SHA256: 90339ea97bbd00b596ab9c5da4d277fcd407b57d4ce393630453f5f8ccbf03c6
SHA1: 56895294b06cad47229972167ff414c30b369a86
MD5sum: 81a2f91d4a36bfaac9738eea80ca07a8
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 11. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-doc-12
Source: postgresql-12
Version: 12.13-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14878
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-12/postgresql-doc-12_12.13-1.pgdg+1_all.deb
Size: 1907656
SHA256: 841adc908cca5c52a31c31457b9d56408002cce0fa2d188a4a4bb83b609423e9
SHA1: 0c1597c030dffe5e1ecb8455163188f2e4827084
MD5sum: 263562b9801b21704653197e8dfac0a7
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 12. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-doc-13
Source: postgresql-13
Version: 13.9-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15604
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-13/postgresql-doc-13_13.9-1.pgdg+1_all.deb
Size: 1950816
SHA256: 40a45e5b60614a9f13f77d7fcd42122f4580fd3f448df360ee70137a70af1c2c
SHA1: 910f939ac4b03f6046ae06f571fc575b449980e0
MD5sum: 0781b6529da6331437255247a8b71a9f
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 13. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-doc-14
Source: postgresql-14
Version: 14.6-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16027
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-14/postgresql-doc-14_14.6-1.pgdg+1_all.deb
Size: 1994100
SHA256: 849d398ce543c72259ba27c4bef3d365aa02a0a146fb621aa4df237645a04376
SHA1: 8a5ea3f76d2ccbe821020270f9ef74be0e256fcf
MD5sum: a41af3bd926f5d97fee984eb2c044701
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 14. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-doc-15
Source: postgresql-15
Version: 15.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15869
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-15/postgresql-doc-15_15.1-1.pgdg+1_all.deb
Size: 2002384
SHA256: 0b94c94b1a88a5f0d4f4189cba8019736c650f52c5b6238e5fdc15c585566047
SHA1: 6a4b86885c588f322fbe2a6a544eccaf42ef703f
MD5sum: 07a76e62f896672de2bac66307f988e8
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 15. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-pgrouting
Source: pgrouting
Version: 3.4.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 45
Depends: postgresql-pgrouting-scripts, postgresql-15-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: metapackages
Filename: pool/main/p/pgrouting/postgresql-pgrouting_3.4.1-2.pgdg+1_arm64.deb
Size: 20380
SHA256: 61c3639be2e3a27e9083e79a017b478bcdc032a9e44fdbf0ad81453bd13a0ec2
SHA1: 9868817fba576983f350b5c79b21ccb874f9e0c6
MD5sum: 481591b6a07bfb7caea53dea7c018d2f
Description: Routing functionality support for PostgreSQL/PostGIS - Metapackage
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This metapackage depends on the PgRouting package for PostgreSQL 15.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-pgrouting-scripts
Source: pgrouting
Version: 3.4.1-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 45
Depends: postgresql-15-pgrouting-scripts
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: metapackages
Filename: pool/main/p/pgrouting/postgresql-pgrouting-scripts_3.4.1-2.pgdg+1_all.deb
Size: 20400
SHA256: 747de111be8f8255c52bae79402b81789651594cd5599faa32c6118304e996fc
SHA1: 244ac3b10de6a7813464f84cb71554453b2d179f
MD5sum: 78ea5555993bbbb7ddcf491e93c8313a
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts metapackage
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This metapackage depends on the PgRouting scripts package for
 PostgreSQL 15.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-plperl-10
Source: postgresql-10
Version: 10.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 355
Depends: perl, postgresql-10 (= 10.23-1.pgdg+1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plperl-10_10.23-1.pgdg+1_arm64.deb
Size: 57380
SHA256: 1e0e719b1158ab5797d9c326f8484de1ed2bc84eb469b38a2e061df58cee097f
SHA1: 4373865cb9189659e1756bccafd63c37d45cae64
MD5sum: aede5648cbec7e0d940bd3ca780a188d
Description: PL/Perl procedural language for PostgreSQL 10
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Perl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-plperl-10-dbgsym
Source: postgresql-10
Version: 10.23-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-plperl-10 (= 10.23-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plperl-10-dbgsym_10.23-1.pgdg+1_arm64.deb
Size: 157064
SHA256: 9049f1f53c650277bce1fdcc7d34c0598c7347d036c26a3be058696019820f18
SHA1: 027de7ccf78bdb48c57431e3e681ff5efe815ef1
MD5sum: ce5bcfc98bccd7c5c2363247b832d906
Description: debug symbols for postgresql-plperl-10
Build-Ids: de271f01321ea01b04ea930cea98fddd558e4ddf e843bb994b5938ce621ec48a65e92bb6d1e9a0f3
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-plperl-11
Source: postgresql-11
Version: 11.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 434
Depends: perl, postgresql-11 (= 11.18-1.pgdg+1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plperl-11_11.18-1.pgdg+1_arm64.deb
Size: 63040
SHA256: 2198e8cee2c5be316ad79048a22908bbbe025fd7c5e88addc3cb01dd8d352d4a
SHA1: cc40852c1ad65aefc0dec1da6c8777d94d264644
MD5sum: 78edc0ba00cdaa2dd54986e98f0bab30
Description: PL/Perl procedural language for PostgreSQL 11
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Perl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-plperl-11-dbgsym
Source: postgresql-11
Version: 11.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 211
Depends: postgresql-plperl-11 (= 11.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plperl-11-dbgsym_11.18-1.pgdg+1_arm64.deb
Size: 171268
SHA256: 86b2ea296919ebada2971e3aca38c1aa5bf26574eeb49769a890fe7f299448f1
SHA1: 3e09e42dd933e4f7c7666db48d4f2a8b3fd4b83e
MD5sum: ff255068e89ace80c4d805cfc9be3cf6
Description: debug symbols for postgresql-plperl-11
Build-Ids: 2ddb3c10a02bd3e8b24ccb6065b514ab9553db6d 5a312cde108c95c5733ffd9faa9a9d8cc1d9a972 c998fecac04c44f87edb5398bb9613bb448e7c82
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-plperl-12
Source: postgresql-12
Version: 12.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 477
Depends: perl, postgresql-12 (= 12.13-1.pgdg+1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plperl-12_12.13-1.pgdg+1_arm64.deb
Size: 83308
SHA256: afc29956483b5f8e8f299e4c8098e30f29402099da102671abcbf70efeccd547
SHA1: 18484d4e0eb90744c86ab93c0c15e701b3e83464
MD5sum: 42611974f1ed2d4fbcdbceac49d1964b
Description: PL/Perl procedural language for PostgreSQL 12
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Perl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-plperl-12-dbgsym
Source: postgresql-12
Version: 12.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: postgresql-plperl-12 (= 12.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plperl-12-dbgsym_12.13-1.pgdg+1_arm64.deb
Size: 174344
SHA256: 614a04ed14d8d2013a6e9e7925bac6d844305fcf97a33b946165396157d2652c
SHA1: 6f3bac0f23d3e2d301167b0cf5e03abdbc9a02d9
MD5sum: f6fbeeba9849a78bf9e3099c52472597
Description: debug symbols for postgresql-plperl-12
Build-Ids: 03c3e6bf9e370c64ef801b0066a0aaa1317b0aff b0b55dfb3a13f611fca0a338f5a72e49b783f434 dbe62aefec0167aeb11ed16f42018844a9873be0
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-plperl-13
Source: postgresql-13
Version: 13.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 557
Depends: perl, postgresql-13 (= 13.9-1.pgdg+1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plperl-13_13.9-1.pgdg+1_arm64.deb
Size: 87564
SHA256: 9a0242f5c95e6e80f57d84725d03e8c61eed5f5f6c222d52e713e232d1a8d255
SHA1: 3f2197e5acf46ee7768053271cde2c1ffce51132
MD5sum: 21524eca63307aab4e7603f6b8e39c66
Description: PL/Perl procedural language for PostgreSQL 13
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Perl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-plperl-13-dbgsym
Source: postgresql-13
Version: 13.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 225
Depends: postgresql-plperl-13 (= 13.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plperl-13-dbgsym_13.9-1.pgdg+1_arm64.deb
Size: 180568
SHA256: 428f372da47b9866abadbc2e71a79666bd1f06b3d7fee9c52c74bf60d12ceb0c
SHA1: 5ab2131864268ffb8896caef12504b0d069c5cbb
MD5sum: c48149c667012dd98a7268c1371fd19f
Description: debug symbols for postgresql-plperl-13
Build-Ids: 3208b4ab58ae9a5a5aed2d749901ecfa3d3f28dd 464386ef914a54d78f2d489a98a33ffd2307dbfa 543c12a5227d432257641a6df7522de8ef1e5398 a48dae92bb215eb108bb5469a963579a75651760
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-plperl-14
Source: postgresql-14
Version: 14.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 563
Depends: perl, postgresql-14 (= 14.6-1.pgdg+1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plperl-14_14.6-1.pgdg+1_arm64.deb
Size: 85772
SHA256: 0c62eacce8118ee44960f8ac68176ea892df2e9df914cafd948f49f66147bfd9
SHA1: f6a30ffae5a0dff36365ff2ee9e09da3ee5b1a82
MD5sum: 250cbaffd054fa6a44961d42a0349c14
Description: PL/Perl procedural language for PostgreSQL 14
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Perl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-plperl-14-dbgsym
Source: postgresql-14
Version: 14.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 226
Depends: postgresql-plperl-14 (= 14.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plperl-14-dbgsym_14.6-1.pgdg+1_arm64.deb
Size: 181248
SHA256: b7a4438b5464afb3211ac774ae9411f12b63cf1104666364f3b2a35e0007fcf4
SHA1: 01712dd25f9f735785ca8355c06e53e603d82467
MD5sum: af3bacf3c875a02537dbce370fd08229
Description: debug symbols for postgresql-plperl-14
Build-Ids: 881e74ee173eb7c3a1ba0fd37d9d49954fae2bff a80241dbdf04621559ba901dbbc8f7ec51a5fc40 d9253efad63b08d5454dcaa5f7c83a723a238917 e192e99981fa3b390fae3b26e9d26571d91c091e
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-plperl-15
Source: postgresql-15
Version: 15.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 564
Depends: perl, postgresql-15 (= 15.1-1.pgdg+1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plperl-15_15.1-1.pgdg+1_arm64.deb
Size: 83512
SHA256: f57fff06536fce3d029ac8dd9b6a98f987196d845a424848f5238a4456626d6b
SHA1: e1703d63b0531eaf62db45571c4e2a0fd685455c
MD5sum: 82c55c84a03b8c03984e158019fbcb80
Description: PL/Perl procedural language for PostgreSQL 15
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Perl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-plperl-15-dbgsym
Source: postgresql-15
Version: 15.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 230
Depends: postgresql-plperl-15 (= 15.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plperl-15-dbgsym_15.1-1.pgdg+1_arm64.deb
Size: 185212
SHA256: bd8ccf32fa33c85c67cdcfc97c921e4a2b1a9fd5ba105cad82330ad5bc8fdd7f
SHA1: c1d26d26f1cbac396b44b0d898328a088068b5aa
MD5sum: 2a7dc6104b6b186672e98f156e4c5e1d
Description: debug symbols for postgresql-plperl-15
Build-Ids: 12791e37a8f73aa0ae476c5a63937a9cdd3a0ca5 8bab7be713482f4c25c01b714053e65d1b34ecc8 ceae4b14bb79a9c22eb0cda5e49512057b82fb64 d87fe28b1e390500f2630f76cff2698fd6fe07d6
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-plpython3-10
Source: postgresql-10
Version: 10.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 313
Depends: postgresql-10 (= 10.23-1.pgdg+1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10_10.23-1.pgdg+1_arm64.deb
Size: 53736
SHA256: a42eb0123c171886dcf83d151ca2578e7e20d3fa5a84e1de821af32ae7273ebe
SHA1: 8b8911e6ac739f1be04aaeedeaed05241710e378
MD5sum: 465b3d94c55d7d23b2e6449539dcc28c
Description: PL/Python 3 procedural language for PostgreSQL 10
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Python 3.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-plpython3-10-dbgsym
Source: postgresql-10
Version: 10.23-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 196
Depends: postgresql-plpython3-10 (= 10.23-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10-dbgsym_10.23-1.pgdg+1_arm64.deb
Size: 153256
SHA256: 3a4056724a7a510eb33405cc74dc389de31c703933c9f6938d0cfff14c5d8520
SHA1: 3517a6de713e121727c37ce3c857b610adb5e7fd
MD5sum: c58524c05ab11bd050daab1d9599ff6a
Description: debug symbols for postgresql-plpython3-10
Build-Ids: a4db424420975c46e5aeabb75e6b0fd00d085263 dc3ed9338d896cbbf6953748b320e7406cbacef6 fa16ae13ae8f5c1c40f3c6f3439ea7c0d98bf5d8
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-plpython3-11
Source: postgresql-11
Version: 11.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 425
Depends: postgresql-11 (= 11.18-1.pgdg+1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11_11.18-1.pgdg+1_arm64.deb
Size: 75060
SHA256: 395e0c113f964ded32c225c59bdf86897b02089ac23fc9a0238381c0c1d2c65b
SHA1: a91faa7bcede2f64f042a60ac631ad7d00b7f30d
MD5sum: 220a2c1bc52b9b4154a587b1b4ffdf54
Description: PL/Python 3 procedural language for PostgreSQL 11
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Python 3.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-plpython3-11-dbgsym
Source: postgresql-11
Version: 11.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 223
Depends: postgresql-plpython3-11 (= 11.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11-dbgsym_11.18-1.pgdg+1_arm64.deb
Size: 170808
SHA256: 45b1c451e2f4b60d8306a3f4120f0109dbb457be4bd335911569f82d8b86fea0
SHA1: 7a676f0ca624a2cbcf2fa81bf93bf4ef9dbe6f2e
MD5sum: 4b57aa4fd6cb412b55d9557c2bc88925
Description: debug symbols for postgresql-plpython3-11
Build-Ids: 1c04f72712c29c8c097c3cd94b1242e0893a014f 3981e453e0c70b6849d01e76bcfe300e993bda8f 51f64556d69b7e017e0685df9302104d396706b8 8825308087998c535c52993eb6901deb98ea43a8
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-plpython3-12
Source: postgresql-12
Version: 12.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 640
Depends: postgresql-12 (= 12.13-1.pgdg+1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12_12.13-1.pgdg+1_arm64.deb
Size: 107516
SHA256: bdf6ed336cc31f92cf6fb2afda9d0c1c9b3fa9bfb5142ccd2492b808f0e96561
SHA1: 046961a935df1dd2ea81a3e951fd3c4e0812239e
MD5sum: 5e276764d2efd04a645393eac2a4521f
Description: PL/Python 3 procedural language for PostgreSQL 12
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Python 3.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-plpython3-12-dbgsym
Source: postgresql-12
Version: 12.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 227
Depends: postgresql-plpython3-12 (= 12.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12-dbgsym_12.13-1.pgdg+1_arm64.deb
Size: 175180
SHA256: 7ac7a9ef33a4c3f610f705d177f1c78de309f545ebdc51f7544effa576646201
SHA1: e839902946c6f12aba144e548d2245f94a222e89
MD5sum: 54f828f41918e932878dce59d3229c1c
Description: debug symbols for postgresql-plpython3-12
Build-Ids: 2ad233a3e3b7da75e7a46ae57f055fb1eef52004 b4674007c44115413534fa5ce7d4bd720d1893d4 eba2b4ac2dac77217687256b9bcaaeed743c9e7d f98132d79b276cb2d91baa7e82a4be4a6c0f1901
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-plpython3-13
Source: postgresql-13
Version: 13.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 703
Depends: postgresql-13 (= 13.9-1.pgdg+1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13_13.9-1.pgdg+1_arm64.deb
Size: 106040
SHA256: a790f84641a526a7b8a3e7dfe4a1d5a9118a265a586e9a146d1645d93244fd98
SHA1: 9206baea21920410b65d7fca08adc9e3b078f8ff
MD5sum: d8506ac537569c2c39c8b67ff5b9c486
Description: PL/Python 3 procedural language for PostgreSQL 13
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Python 3.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-plpython3-13-dbgsym
Source: postgresql-13
Version: 13.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 226
Depends: postgresql-plpython3-13 (= 13.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13-dbgsym_13.9-1.pgdg+1_arm64.deb
Size: 174520
SHA256: 7f0ecc7c494211ac7a17502959f2df59e9578facb38d6b66480ef38279ef1cca
SHA1: 4be30906473410ef000446a74e0fe92d646cf9b9
MD5sum: 936da6ac086953e3c6c2b405e9c65d20
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 1e2c2cf0b5af8613efc2a381af3401526b7acc11 e8f7b99343d63937a0eda7285c291a514eff121b fcdbb2b48387531e497396661307ab192f4d896e fe29770f4ab5be33e5b6678cd3200fe7185cbad0
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-plpython3-14
Source: postgresql-14
Version: 14.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 654
Depends: postgresql-14 (= 14.6-1.pgdg+1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14_14.6-1.pgdg+1_arm64.deb
Size: 105624
SHA256: f0bfd6c92f48d769d50a58f7d7a4eaaa6aeb0fc6dc5e2c34371e2e0595182917
SHA1: 358fa5b91577d1135af857fbabb0209c964cd64f
MD5sum: 838760880b2e7bad022a2ad82d162129
Description: PL/Python 3 procedural language for PostgreSQL 14
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Python 3.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-plpython3-14-dbgsym
Source: postgresql-14
Version: 14.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 228
Depends: postgresql-plpython3-14 (= 14.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14-dbgsym_14.6-1.pgdg+1_arm64.deb
Size: 175928
SHA256: 320e792d0e19f90c05409a7ecb35e725e8ec778aed5de1f1d6a47ccfafb454e3
SHA1: b80dceeae540244def438d4d4db0ee842f0135c1
MD5sum: 3b8a147323af71d842799fa2db350df3
Description: debug symbols for postgresql-plpython3-14
Build-Ids: 420324f08a93eea49d6d285dd074aedce832914d c55b60b5b4807618486c6b68acbc914ae6f9bead c6f64559bd0fa65478dd2e8d3d3d73a4bc2067d5 d0f6b9c0e8d49b24a8466f89b2ee037174946c3d
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-plpython3-15
Source: postgresql-15
Version: 15.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 669
Depends: postgresql-15 (= 15.1-1.pgdg+1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15_15.1-1.pgdg+1_arm64.deb
Size: 104792
SHA256: 53fc2bb6f1e377353c6378cac517dbce70ad59c13f026758e2c0703564827cd4
SHA1: 32ea86c5a7902fcf329fab070478f61fc021882d
MD5sum: af6993543811b2d4c69eea387a0ade5d
Description: PL/Python 3 procedural language for PostgreSQL 15
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Python 3.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-plpython3-15-dbgsym
Source: postgresql-15
Version: 15.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 227
Depends: postgresql-plpython3-15 (= 15.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15-dbgsym_15.1-1.pgdg+1_arm64.deb
Size: 176780
SHA256: 6b9f8676bcfb01883c6c9c2b11142c8ce434cba174affe663e9034ad82398f12
SHA1: 42a3b9c4353d9f21291842a9ce91070ec7488165
MD5sum: 8afc8f0b49a50ff2c1011577b4540dac
Description: debug symbols for postgresql-plpython3-15
Build-Ids: 278987b3d8e4ec0297d82d9820cfb29060df4c53 7cd1766859a3fba2e1218b6941f2616f78670bec 90eab5b793b84e3f31299e4b99aaef6cd715aaff aa44e1074bf802649b936fb0b2601f03b71c1de2
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-pltcl-10
Source: postgresql-10
Version: 10.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: postgresql-10 (= 10.23-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10_10.23-1.pgdg+1_arm64.deb
Size: 36636
SHA256: 22cde768c916b0a0d32bb691a2adfb9fd2c0b3f606a416dce88d4963ad7ff84c
SHA1: 58f7a95b9f6ce8276eb53bbb35f0dba5205e7317
MD5sum: 9eab29d5b2df4643a6c6fa8aa90e7075
Description: PL/Tcl procedural language for PostgreSQL 10
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Tcl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-pltcl-10-dbgsym
Source: postgresql-10
Version: 10.23-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-pltcl-10 (= 10.23-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10-dbgsym_10.23-1.pgdg+1_arm64.deb
Size: 67580
SHA256: f5c02274dbcd03f58cb456ee5829bf8139b520923d352e4fcb02898af66a91fc
SHA1: e57bd8551c30aed324ca8868195ed7e30ce2aac8
MD5sum: 8b526cbcf5d8aa800ab2751c656f0f37
Description: debug symbols for postgresql-pltcl-10
Build-Ids: 6a9c36dee624ac4dbea3abac7ace2d5497ffbf2a
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-pltcl-11
Source: postgresql-11
Version: 11.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-11 (= 11.18-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11_11.18-1.pgdg+1_arm64.deb
Size: 39260
SHA256: 949e6ff6f5e50eb991c56cc455e22c34e373ff8dca79305843f358677faa17b7
SHA1: d7edb2c19530714e48892b1e6f99f0231afabdff
MD5sum: 71190f927eed0ea956f98ddb092ddbff
Description: PL/Tcl procedural language for PostgreSQL 11
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Tcl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-pltcl-11-dbgsym
Source: postgresql-11
Version: 11.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-pltcl-11 (= 11.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11-dbgsym_11.18-1.pgdg+1_arm64.deb
Size: 70808
SHA256: d4d5844c48a19f1c925fc7c1f89c19af47c86365a4ff344cd6866e753b67d140
SHA1: 6dd9a6ca03cb03b8bfdf627d0a7cf43ad924206f
MD5sum: 9e10e773361cbf8df03d8d514a21d8a0
Description: debug symbols for postgresql-pltcl-11
Build-Ids: 45b965a85345729cc267fc91ace59470e197f616
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-pltcl-12
Source: postgresql-12
Version: 12.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-12 (= 12.13-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12_12.13-1.pgdg+1_arm64.deb
Size: 40248
SHA256: d5828226b9afeb62aac3e559445d2d547f9bd90784e8fb7db97dbb5cc49d0146
SHA1: 043238fe7f147a6cec2badaf6b7f55c94de707f7
MD5sum: 9d965767183003de5ffde9ccdfc812db
Description: PL/Tcl procedural language for PostgreSQL 12
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Tcl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-pltcl-12-dbgsym
Source: postgresql-12
Version: 12.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-pltcl-12 (= 12.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12-dbgsym_12.13-1.pgdg+1_arm64.deb
Size: 71940
SHA256: 344887b731b17204e85fba328a9af3e06e7f0cbb6c08f3d3d1e629b23ce8ce6d
SHA1: f0e639d92f01772b362910840a792660231e9e83
MD5sum: 6818e8f719af1a8be4b4fe136f15d9c4
Description: debug symbols for postgresql-pltcl-12
Build-Ids: 55bf7a3584528d076e2cb509429736439089b681
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-pltcl-13
Source: postgresql-13
Version: 13.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 188
Depends: postgresql-13 (= 13.9-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13_13.9-1.pgdg+1_arm64.deb
Size: 40900
SHA256: c813e55cf07bfa06514721e6ec0f9e04308cfedc5a0fc9d18f6288721acca459
SHA1: 2d31e151fde5c72a2094a9778e4858440ab47122
MD5sum: 46e143bb9dc55702138290ccf095c727
Description: PL/Tcl procedural language for PostgreSQL 13
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Tcl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-pltcl-13-dbgsym
Source: postgresql-13
Version: 13.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-pltcl-13 (= 13.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13-dbgsym_13.9-1.pgdg+1_arm64.deb
Size: 75136
SHA256: 6b7bab2f09f3601bea980b9e0c2f81790a7b20b1b23fb02e17c1805c448ab54f
SHA1: 760b1fbc9e8721a99f4f63f8b7180ded5efe5d0d
MD5sum: 8f3b4df085dd37e95678cd1e3429f31c
Description: debug symbols for postgresql-pltcl-13
Build-Ids: a985123d2e9655d80532a252d10a7878eecf4931
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-pltcl-14
Source: postgresql-14
Version: 14.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 185
Depends: postgresql-14 (= 14.6-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14_14.6-1.pgdg+1_arm64.deb
Size: 37476
SHA256: 42bdb02c3e2f509cf2d46253e2575950d9a1cdb62402de0ed60816cd1a8e0754
SHA1: e9587e2f0c0268157dc3ed43b3146f77ed8bd056
MD5sum: ea8014114c943caeb69bc3cf1838d622
Description: PL/Tcl procedural language for PostgreSQL 14
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Tcl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-pltcl-14-dbgsym
Source: postgresql-14
Version: 14.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-pltcl-14 (= 14.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14-dbgsym_14.6-1.pgdg+1_arm64.deb
Size: 75676
SHA256: a676269e34fe7780d9e012ac93dfc0ce7a8f6f19f8055b3cf361200c46e6ac21
SHA1: 63ebf3013ca46d8bd7278663f6a65f8471d4b75c
MD5sum: 6bb61f1fe1ba8738102eee45cdcf3fd1
Description: debug symbols for postgresql-pltcl-14
Build-Ids: 7b433cd47b76434909f11512b1e107b359fb5a2d
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-pltcl-15
Source: postgresql-15
Version: 15.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-15 (= 15.1-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15_15.1-1.pgdg+1_arm64.deb
Size: 36164
SHA256: ef8404dac2a21603efde101ac6ff21b3b8724da8ed143d675dc940cb3e7aeeac
SHA1: 7b788da6457bb8c5d929d9cf9d5ce37238250cc4
MD5sum: 64474f33ef793fc55620c4c98a3da365
Description: PL/Tcl procedural language for PostgreSQL 15
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Tcl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-pltcl-15-dbgsym
Source: postgresql-15
Version: 15.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-pltcl-15 (= 15.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15-dbgsym_15.1-1.pgdg+1_arm64.deb
Size: 80632
SHA256: 0696d3fe0a5706797542a6766b3c6a5232f788808fbab2a894f6f937622c554b
SHA1: 03496590881c4b1f60c0b2ceb1c2f4b3eb70843d
MD5sum: fe71d39a4089960b4aa93114bfd3231d
Description: debug symbols for postgresql-pltcl-15
Build-Ids: 5ce767a6a7697b5324f32cf56e2ff7d46feed302
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-postgis
Source: postgis
Version: 3.3.1+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 65
Depends: postgresql-postgis-scripts, postgresql-15-postgis-3
Homepage: http://postgis.net/
Priority: optional
Section: metapackages
Filename: pool/main/p/postgis/postgresql-postgis_3.3.1+dfsg-2.pgdg+1_arm64.deb
Size: 20172
SHA256: 243be4c95740fb621820b92012b4f89654b2c9859f22268ab28a8b323701e212
SHA1: 79d8cfc1fcbf31852edbcc2aa178ca663a77f8f5
MD5sum: 2cb4cf245a0bd9a6db1e3da325125780
Description: Geographic objects support for PostgreSQL -- Metapackage
 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 metapackage depends on the PostGIS package for PostgreSQL 15.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-postgis-scripts
Source: postgis
Version: 3.3.1+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 65
Depends: postgresql-15-postgis-3-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-postgis-scripts_3.3.1+dfsg-2.pgdg+1_all.deb
Size: 20200
SHA256: 97744a3024c16f220c2dd91771b52de441d9e73a441b515c12ec0713627c4869
SHA1: 595586ad0530015e71fc8c6879c370515dd9a356
MD5sum: d9f197d9bcb8bc56a4a84d841ffe5b7f
Description: Geographic objects support for PostgreSQL -- SQL scripts metapackage
 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 metapackage depends on the PostGIS scripts package for
 PostgreSQL 15.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-server-dev-10
Source: postgresql-10
Version: 10.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5513
Depends: libpq-dev (>= 10~~), postgresql-client-10 (= 10.23-1.pgdg+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Replaces: libpq-dev
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-10/postgresql-server-dev-10_10.23-1.pgdg+1_arm64.deb
Size: 942168
SHA256: 387ecfa3062ec73e747fe1bf5c5ddb2be226144ef9306fc91f1dcc8854d93759
SHA1: 7a7274f813f7cc5cdc3ef7df06d4c29033fa9aad
MD5sum: a2c98e0e834d5c91c6b80b26b4039a2a
Description: development files for PostgreSQL 10 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.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-server-dev-11
Source: postgresql-11
Version: 11.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5055
Depends: clang-14, libpq-dev (>= 11~~), llvm-14-dev, postgresql-client-11 (= 11.18-1.pgdg+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-11/postgresql-server-dev-11_11.18-1.pgdg+1_arm64.deb
Size: 925088
SHA256: 5175b7ca2c2409a1eeef60a8a3e89a7e3aa877e1fd9db61ba973a70cc189e560
SHA1: e0b86e8649cf1751f1c79056c229c16173e9b2d6
MD5sum: 2f2e612c67947d25af5b4a74d5bfe4c4
Description: development files for PostgreSQL 11 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.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-server-dev-12
Source: postgresql-12
Version: 12.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5624
Depends: clang-14, libpq-dev (>= 12~~), llvm-14-dev, postgresql-client-12 (>= 12.1-2~), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-12/postgresql-server-dev-12_12.13-1.pgdg+1_arm64.deb
Size: 991784
SHA256: 2a08d7ad49efa4f392e143928ad7a4d7cef9417352212b241c3d7e3279758e9a
SHA1: 8cda8a2d64580547e9cfc070ed0e635e8d6209d9
MD5sum: c8b74cb2c48b9980c03d00b21fe9cbf1
Description: development files for PostgreSQL 12 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.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-server-dev-13
Source: postgresql-13
Version: 13.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6132
Depends: clang-14, libpq-dev (>= 13~~), llvm-14-dev, postgresql-client-13, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/postgresql-server-dev-13_13.9-1.pgdg+1_arm64.deb
Size: 1037444
SHA256: 18f908de2a05c8ef1764903c6e5baa0dcee2bc20d6c45fd1341a12eb489806b9
SHA1: 7179c6a44cb56ab1da258e537ef19c589eb7b498
MD5sum: 3e7c13b024d17c09ef7f806a3e2f6bba
Description: development files for PostgreSQL 13 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.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-server-dev-14
Source: postgresql-14
Version: 14.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6644
Depends: clang-14, libpq-dev (>= 14~~), llvm-14-dev, postgresql-client-14, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14_14.6-1.pgdg+1_arm64.deb
Size: 1109912
SHA256: 4338988c339795044ad77f86b99c5725378f9faa54977e5c247941b77b3d23cb
SHA1: 8a55eb15bce3898a7fb894371c0d3edacf4fb444
MD5sum: 04642debe65852e5a7b541f97dcd2ea8
Description: development files for PostgreSQL 14 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.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-server-dev-15
Source: postgresql-15
Version: 15.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6801
Depends: clang-14, libpq-dev (>= 15~~), llvm-14-dev, postgresql-client-15, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/postgresql-server-dev-15_15.1-1.pgdg+1_arm64.deb
Size: 1133980
SHA256: e4e58941396419db93b25745ca978cd82921234734cb8927f9082298786add3a
SHA1: 9523113e446051f39d86853ae570675b458fec90
MD5sum: 0dd7afd1b388eca4edb1a594f91356ae
Description: development files for PostgreSQL 15 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.
Timestamp: 2022-11-10 14:38:33+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 246.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: make:any, postgresql-common (= 246.pgdg+1), postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12, postgresql-server-dev-13, postgresql-server-dev-14, postgresql-server-dev-15
Multi-Arch: same
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_246.pgdg+1_arm64.deb
Size: 20140
SHA256: 28e60d0cc2b7c779c5d03719226690407dc8ed4b4765be32e23c8197d4178264
SHA1: 1d964b96efecb9b9fcc94b52f25fa8acc9046262
MD5sum: cd195020443afb29c7be10931d760aca
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, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 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.
Timestamp: 2022-11-10 14:38:33+00

Package: powa-collector
Version: 1.2.0-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: adduser, python3-psycopg2, python3:any
Suggests: postgresql-powa, powa-web
Homepage: https://github.com/powa-team/powa-collector
Priority: optional
Section: database
Filename: pool/main/p/powa-collector/powa-collector_1.2.0-2.pgdg+1_all.deb
Size: 16696
SHA256: a730dc54ecf50e63171cd690c1a8f3b7b9062271c1652bd25248f8f09d0bb45a
SHA1: f0d62a1f6bc4a664e680478fff1175dc20f69506
MD5sum: 2eef88dc71ab01a193615310803bcb09
Description: PoWA collector daemon for remote snapshots
 This repository contains the powa-collector tool, a simple multi-threaded
 python program that performs the snapshots for all the remote servers
 configured in a powa repository database (in the powa_servers table).
 .
 Related packages:
  * powa-web: web frontend
  * postgresql-powa (postgresql-NN-powa): archivist collecting statistics
Timestamp: 2022-11-10 14:38:33+00

Package: pspg
Version: 5.5.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 362
Depends: libc6 (>= 2.34), libncursesw6 (>= 6), libpq5 (>= 9.0~), libreadline8 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_5.5.9-1.pgdg+1_arm64.deb
Size: 126412
SHA256: 2d812a8d43d39aa532f964577f1fb249102bfdf9b6a648d6c033f2aa135f2e09
SHA1: 30b83f847f6e2f259c7ff335606b7d23955b2fe5
MD5sum: 32254a6034822b07c82c670f3529b43a
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2022-11-10 14:38:33+00

Package: pspg-dbgsym
Source: pspg
Version: 5.5.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 430
Depends: pspg (= 5.5.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_5.5.9-1.pgdg+1_arm64.deb
Size: 401856
SHA256: 0f39ed590e4ae3b586bb9b1ca19e2233359ce750ac9ddf39c8e4c9afab12b669
SHA1: be109960148e0e08a0f3054e75269cf0f9295fa1
MD5sum: 45931f825d22bf6747f05dadd2a44439
Description: debug symbols for pspg
Build-Ids: bb78ecd40709c7fc8c474521f2a601a923581e92
Timestamp: 2022-11-10 14:38:33+00

Package: repmgr
Version: 5.3.3-2.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 21
Depends: postgresql-15-repmgr | postgresql-14-repmgr | postgresql-13-repmgr | postgresql-12-repmgr | postgresql-11-repmgr | postgresql-10-repmgr
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/repmgr_5.3.3-2.pgdg+1_all.deb
Size: 13756
SHA256: f9127f2bb4da0739d43f05071909be3f6ccd689d263ba76fa4db24690117ab33
SHA1: b3814eacfa118f11f70bf9bcf11e667d34540e3f
MD5sum: 6e8a5774e67458499c513706e2c5f25c
Description: replication manager for PostgreSQL (metapackage)
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This is a metapackage that depends on the version specific packages.
Timestamp: 2022-11-10 14:38:33+00

Package: repmgr-common
Source: repmgr
Version: 5.3.3-2.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 308
Depends: postgresql-common, lsb-base
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/repmgr-common_5.3.3-2.pgdg+1_all.deb
Size: 195736
SHA256: 54b888a646cbd51ce0083cb7d3e1453b3c2d280f7d6ef3cc4a8192c489cf682c
SHA1: f9c7e57c38ed78da4e94126f2a39ae1b911837f8
MD5sum: 7ce977afcb57ae8977f33a67585e59cb
Description: replication manager for PostgreSQL common files
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr files common to all versions.
Timestamp: 2022-11-10 14:38:33+00

Package: slony1-2-bin
Source: slony1-2
Version: 2.2.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 880
Depends: lsb-base (>= 3.0-6), logrotate, postgresql-common, perl:any, libc6 (>= 2.34), libpq5
Recommends: libdbd-pg-perl, ntp | time-daemon, postgresql-15-slony1-2 | postgresql-14-slony1-2 | postgresql-13-slony1-2 | postgresql-12-slony1-2 | postgresql-11-slony1-2 | postgresql-10-slony1-2
Suggests: libpg-perl, slony1-2-doc
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.11-1.pgdg+1_arm64.deb
Size: 205120
SHA256: 2eff850af58779a4fbcd5c40672c4cf484236de7b8309848ae1fb3be48b8cf10
SHA1: 42f050ee0be7fa1b54ffe4cd266f3a14f54613e4
MD5sum: 56cd98db34fe27be88bfe25be6b39cce
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.
Timestamp: 2022-11-10 14:38:33+00

Package: slony1-2-bin-dbgsym
Source: slony1-2
Version: 2.2.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 358
Depends: slony1-2-bin (= 2.2.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/slony1-2-bin-dbgsym_2.2.11-1.pgdg+1_arm64.deb
Size: 310576
SHA256: b84d0a8d2b159d07fbc278b37669034b2cb500f57f46abf5acc127f7aa24a5fd
SHA1: 83f00b2595786e7fdc6f4457ef587aa2a1a019d8
MD5sum: c2dca94760d7caedb0a209f96c2805fe
Description: debug symbols for slony1-2-bin
Build-Ids: 3da9c527aa1452d0ff1e7a9b26fdde6a04b37854 50a1444f103d3c9abbd022a007aa9cb4e0810846 5cbd1009930a8518c8d04f6bac2e59026300fdf7
Timestamp: 2022-11-10 14:38:33+00

Package: slony1-2-doc
Source: slony1-2
Version: 2.2.11-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1869
Conflicts: slony1-doc
Provides: slony1-doc
Multi-Arch: foreign
Homepage: http://slony.info/
Priority: optional
Section: doc
Filename: pool/main/s/slony1-2/slony1-2-doc_2.2.11-1.pgdg+1_all.deb
Size: 325432
SHA256: 4db740d5072a74ea32ea01f665c0e6d47ee1cadddefdb9d0da5b959b43bd59ea
SHA1: 7218b911d48b7f28c5bb23d9af194d1d1d096242
MD5sum: c7a6ba1a99a2dd255206484ee608e9e8
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.
Timestamp: 2022-11-10 14:38:33+00

Package: librdkit1
Source: rdkit
Version: 202209.1-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 18974
Depends: libboost-iostreams1.74.0 (>= 1.74.0), libboost-python1.74.0 (>= 1.74.0), libboost-python1.74.0-py310, libboost-serialization1.74.0 (>= 1.74.0), libc6 (>= 2.34), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.1), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 3.0), libmaeparser1 (>= 1.3.0), libpython3.10 (>= 3.10.0), libstdc++6 (>= 12.2.0-9)
Homepage: http://www.rdkit.org
Priority: optional
Section: libs
Filename: pool/main/r/rdkit/librdkit1_202209.1-1.pgdg+1_arm64.deb
Size: 3733408
SHA256: ecc1aea381bb33c90cdf36c93ddb8baa6d76c2aa6b2380997df677236aea1474
SHA1: 4b1f1d8592180af3e7f39a05dcecaceb3817a641
MD5sum: 6632c1016228465728482dcd683b7892
Description: Collection of cheminformatics and machine-learning software (shared libraries)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the shared libraries.
Timestamp: 2022-11-11 14:24:01+00

Package: librdkit1-dbgsym
Source: rdkit
Version: 202209.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 93040
Depends: librdkit1 (= 202209.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/librdkit1-dbgsym_202209.1-1.pgdg+1_arm64.deb
Size: 90553448
SHA256: 376e75887fc45add6d6c3fc0c43db7a7273dbfe29032a3ff376cdf2aaabb7b17
SHA1: 470b4302f9e46694851432b2344d8fe93070b552
MD5sum: eaf5167489a1976140abebe85442a053
Description: debug symbols for librdkit1
Build-Ids: 016d3ed1cbad129de798f0664daba7350b49fb7e 02567301b5c92279cc70c593c3be3c3acdb29cda 068269dacfd94b5a51d454e26dca71de5d66e868 0f7b6f07ba5a8f414601897270db47c082ca194e 1698e0e8ad378c9a9cd352ce2ad320e4622bad3d 1a40d09a6150820ea50445f0f1aeb99a07df56b8 1a61e5ca5b12621ce17b9947524853db21b07e43 1edbdbeb75cc43a3859f4bb5e7c14bae14435332 2203e7a0cde0b7ea9fcbce9b021184bb14b23eaa 274158a595802f6c3156aba263c45b31fc7f9bb9 275cd8b47c3cf67cd302d072c4a587bfa31c19d3 2ba3c2a14de86c14154a293b23ab2d4e5f9003cf 2d19fee446bca0178dcf36fe64f4531e7c12bee1 3304647a8f2ad8d2d3492ed6da2fb4bf85b692f2 359fb214b4caa2e08ef3330a84197cdf02316a49 3b9c6cf947fc6d2ce996d721d9920fdadbdaed81 3d50a68f57973ae2544d1a4e8ceb2c069693173c 43bd10b2e0848c5219a27132d64e7c339b39a6c9 44e685a3110bdb056d6ddf3e9ee5fb6f66c97f7b 51b2b05a98326b39483977ea86e32b6d61036600 538cfa8cc7c560c24d3e98aa7b0188fd3128a662 550d99222b243325f033a7582c652a6ce38a0e50 575d7a2a92fd483ecf63df664491b9fd8be5ff06 5d783d585596a10664724e94e064861060004600 5f95fb098fa3715067fce79a9711618087501ef7 694014eb4ebd99b13fdc4e33c104359263786c93 758affb82a2eb7d4e42e1d99a7ba9fb3586545be 76a9329dab74c648b747646d492d3731f08290bc 886784d3449275638a90cbe3f288319f56fc556f 9213323a0e71a4c33e6821fc726ebf45372475ab 967d0a2330edb91e4dddb4bc12b97705a7ed188d 96e1d9fcdecae958eb5fd13e043e53a2679f194f 9791b0702cf1e2860dad38bc1c6601bc631dda38 9d93530730fe45a54ebf36a4a6a6a1cb662c2b57 a312038cc8af10e8ac5e62db8780a387ee0322c8 a47739706522e8ff5c18f8e2974300eff156bb44 a7b408169d7882c050f599089ec51eec2c2ca2f0 a7bfb4071057e962f57b7e7814f9037dd9fe59d6 afdee5264df6dc407eabebc455835d4c8c33ebaf b57c13c3e9744327d4caf3ef25c98d87458a2119 b5ec933862c9767a50ba1132c1843f6e48733814 b609b29813bc5eb03517d7377cffb314f96eee71 cd1ce6aef3f91712fc134cd40f156cebb73219f0 d691900a68e6219e0d7af6baf8808b9bc79d2bd9 d7d2d4506f7535f86c59c899ef21b2dc2640268b d84ca696042824fe83edbf3f7ed4ad89ece34d24 dc71446cc592fe9399388ae5a25681d561e99a2e e12fc0d0ca1e1d5fb85236e56411eca57e24fa28 e1e58ff7384467a951f5e1fb4bd935bfe716e79b e71033cf67ce6440ec7203cc62f0356c538f3919 f06fddf46a373f94a742ee42d5e0bc3d05cbbf45 f1cead3b5aefaebaa89100ebd6dde85e6fe87634 f3501dd7173eecec0869c60be2d41b5259c27168 f722b7f75e4dff35cc3230e7171eabe2bded3eb2 ff6ef40b6c692f6870bc02d60a9c96a9eee8c79e
Timestamp: 2022-11-11 14:24:01+00

Package: librdkit-dev
Source: rdkit
Version: 202209.1-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 2173
Depends: librdkit1 (= 202209.1-1.pgdg+1)
Homepage: http://www.rdkit.org
Priority: optional
Section: libdevel
Filename: pool/main/r/rdkit/librdkit-dev_202209.1-1.pgdg+1_arm64.deb
Size: 380252
SHA256: c6fa317ebfdcd077e182219651f4b4dd3b7a4ee9aed024cbb421f3ca563c7c6e
SHA1: 122861be0e3e49a2da9dda106b7df1f82d93e2d5
MD5sum: 2a8bcd9ff48a3b299faa40d30d7da33e
Description: Collection of cheminformatics and machine-learning software (development files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the header files.
Timestamp: 2022-11-11 14:24:01+00

Package: postgresql-10-rdkit
Source: rdkit
Version: 202209.1-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 425
Depends: postgresql-10, libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202209.1), libstdc++6 (>= 5.2)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-10-rdkit_202209.1-1.pgdg+1_arm64.deb
Size: 171072
SHA256: 561b4bb91977f96a8a36ab48a98ca7c236596b3e1651faa3e9b253ff27461d38
SHA1: cf045b44e6dd7a8c7f2ad8bdbddf74ae0616efb3
MD5sum: 05b3bf871561e330a31ff7d17aa1ebe2
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2022-11-11 14:24:01+00

Package: postgresql-10-rdkit-dbgsym
Source: rdkit
Version: 202209.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 779
Depends: postgresql-10-rdkit (= 202209.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-10-rdkit-dbgsym_202209.1-1.pgdg+1_arm64.deb
Size: 733684
SHA256: 3e3271ec6127edffb88cb260f2d972bb9d71d910c821dbb706a587229eeced55
SHA1: d62b5deda74e72ac7c873f8837e056ff0964fb4b
MD5sum: a08a998116b411aa17239e2ca1084c75
Description: debug symbols for postgresql-10-rdkit
Build-Ids: f4b130e48313f29ac7592477eaeb7a1f608872c5
Timestamp: 2022-11-11 14:24:01+00

Package: postgresql-10-set-user
Source: postgresql-set-user
Version: 4.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-10-set-user_4.0.0-1.pgdg+1_arm64.deb
Size: 18332
SHA256: 2027816000e3a4e1d38a9f10aab6392b5b6b0a795fa330dc5373dbd27041a64b
SHA1: 8ebeb79c4459a128a8fb1ff5aaa2de532a8d0b04
MD5sum: 0888bbda9e89b1e94d9b09c4ee095c58
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2022-11-11 14:24:01+00

Package: postgresql-10-set-user-dbgsym
Source: postgresql-set-user
Version: 4.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-10-set-user (= 4.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-10-set-user-dbgsym_4.0.0-1.pgdg+1_arm64.deb
Size: 35544
SHA256: ca2b4a879451da0424817aa5af2a704adf9ded293fd39a1e86daba9b985573de
SHA1: 2858ff62e4050d35e109be5402c0ef8573a1d4cc
MD5sum: d8c9858580726533a11088fc08f4771a
Description: debug symbols for postgresql-10-set-user
Build-Ids: 813f3916744ce5dd53b8a0cf48ef78b93f7703d0
Timestamp: 2022-11-11 14:24:01+00

Package: postgresql-11-rdkit
Source: rdkit
Version: 202209.1-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 884
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202209.1), libstdc++6 (>= 5.2)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-11-rdkit_202209.1-1.pgdg+1_arm64.deb
Size: 373036
SHA256: 5bc727c6a4394e0d52aa9aa304ed395810c1081b81d837968c597480bbbb9188
SHA1: 54bc76e848910c24d03ae773b35070d8b10cb90a
MD5sum: df999b998e23f638c4cee90cc115aae6
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2022-11-11 14:24:01+00

Package: postgresql-11-rdkit-dbgsym
Source: rdkit
Version: 202209.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 780
Depends: postgresql-11-rdkit (= 202209.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-11-rdkit-dbgsym_202209.1-1.pgdg+1_arm64.deb
Size: 733832
SHA256: 4faed4410614c2210829701e2454a2dff0cd996e6342a14c583a66061eaf20b0
SHA1: 27ff997e7387e16b8cdb80b2d734b65bfac3fa56
MD5sum: b89bdf3c64dd4ab69826293f02975922
Description: debug symbols for postgresql-11-rdkit
Build-Ids: ed1bfba8a2bfcd53f8892a7d416eea529f42e205
Timestamp: 2022-11-11 14:24:01+00

Package: postgresql-11-set-user
Source: postgresql-set-user
Version: 4.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-11-set-user_4.0.0-1.pgdg+1_arm64.deb
Size: 37676
SHA256: 038aa69593c287c986ee7be1e6e462b629a0ce49ded94368ae80f58aecde1ee8
SHA1: ea4680aabab7380da74b670f28f5285c8af9917a
MD5sum: 67ffed6218e87bcd280c711048cd3de2
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2022-11-11 14:24:01+00

Package: postgresql-11-set-user-dbgsym
Source: postgresql-set-user
Version: 4.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-11-set-user (= 4.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-11-set-user-dbgsym_4.0.0-1.pgdg+1_arm64.deb
Size: 35748
SHA256: ee4077c94a4e2b2025c4c63b765d5a3980e2ab6893215667a92175238eb6ce81
SHA1: 6ad5dd5703964bd4324b2a66e9fbdcbfe55ed492
MD5sum: 3fdf6ca67fed3c26a9e598f84f524051
Description: debug symbols for postgresql-11-set-user
Build-Ids: 93698072d94714bbcc34702d258c156fdf737e95
Timestamp: 2022-11-11 14:24:01+00

Package: postgresql-12-rdkit
Source: rdkit
Version: 202209.1-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 885
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202209.1), libstdc++6 (>= 5.2)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-12-rdkit_202209.1-1.pgdg+1_arm64.deb
Size: 374036
SHA256: 90e017ad2c8bce442116d347afda5941f76689f77896addc255c51d912a268b2
SHA1: 935e356eb61a6e50cb9f39122994ad82631c6a4f
MD5sum: cd91ea46a3d437f6796110f90ce45593
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2022-11-11 14:24:01+00

Package: postgresql-12-rdkit-dbgsym
Source: rdkit
Version: 202209.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 782
Depends: postgresql-12-rdkit (= 202209.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-12-rdkit-dbgsym_202209.1-1.pgdg+1_arm64.deb
Size: 735800
SHA256: 93bac5941c9dd0197071bf55a319a6c7e81f3d89fd55dd11327e6faffd1f305d
SHA1: 957bb4d9fe915ac6aa7007811abeb1f7c20b169d
MD5sum: c809433422acdaa92efedc2de45d3837
Description: debug symbols for postgresql-12-rdkit
Build-Ids: 87da758af3a26b0604a9debc31e42e1483b3b1ba
Timestamp: 2022-11-11 14:24:01+00

Package: postgresql-12-set-user
Source: postgresql-set-user
Version: 4.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-12-set-user_4.0.0-1.pgdg+1_arm64.deb
Size: 38408
SHA256: bd1d64eed7c25811cbd29b8b01fae153d8ac65c9a248ee730711c0bc217a76a9
SHA1: cd6a05c33694b1582e0d5874297201c2f061460b
MD5sum: ede8edf35b55f6486c1506c0cd1cc807
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2022-11-11 14:24:01+00

Package: postgresql-12-set-user-dbgsym
Source: postgresql-set-user
Version: 4.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-12-set-user (= 4.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-12-set-user-dbgsym_4.0.0-1.pgdg+1_arm64.deb
Size: 39676
SHA256: ead18c6c85a3b9b0f7eb6e9f0c4cc5588379734a62964381d11135dbee75af77
SHA1: f48e35dcd43707eff5abf08276a13d5407eb7afa
MD5sum: 617b2ccffa9dc9294ff78c12343e8c6a
Description: debug symbols for postgresql-12-set-user
Build-Ids: 8a3304116160f99d6a05b62e1f5151294c7d2ee4
Timestamp: 2022-11-11 14:24:01+00

Package: postgresql-13-rdkit
Source: rdkit
Version: 202209.1-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 886
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202209.1), libstdc++6 (>= 5.2)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-13-rdkit_202209.1-1.pgdg+1_arm64.deb
Size: 374780
SHA256: 4c63cbb91a9e571101f2d6143e92d36337146543b43d809865357ad27b8424d5
SHA1: 86cd71210dcb441028309627a296f0a61168bc8a
MD5sum: 952714b5b75f4db8841dc4470a0c3e21
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2022-11-11 14:24:01+00

Package: postgresql-13-rdkit-dbgsym
Source: rdkit
Version: 202209.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 782
Depends: postgresql-13-rdkit (= 202209.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-13-rdkit-dbgsym_202209.1-1.pgdg+1_arm64.deb
Size: 736624
SHA256: e8c2093e9ff20a24e9dee2e5c6e94d8fc265641813f3af46e99e21aa62409463
SHA1: 23f5295b99759babe29d30388376b3c21c69d932
MD5sum: 75008a9496db16c2bb519993b2d2333b
Description: debug symbols for postgresql-13-rdkit
Build-Ids: ab55a9aade11f75b44ecd23d016b0f83fba5e14e
Timestamp: 2022-11-11 14:24:01+00

Package: postgresql-13-set-user
Source: postgresql-set-user
Version: 4.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-13-set-user_4.0.0-1.pgdg+1_arm64.deb
Size: 38688
SHA256: 6706881255a7f9a1f9629e660aa13884ba5abbf6370be154d298a4ea07c88d13
SHA1: 42d16d25c68068127ba11b96a104c43bb59474e4
MD5sum: d0b23763fa1bf13c04bbba0cbcf75b98
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2022-11-11 14:24:01+00

Package: postgresql-13-set-user-dbgsym
Source: postgresql-set-user
Version: 4.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-13-set-user (= 4.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-13-set-user-dbgsym_4.0.0-1.pgdg+1_arm64.deb
Size: 42588
SHA256: 3b308df42e32e6c5de7cf07c270b97febfaf516f6d4cba5ba4eb6140c1fcd14c
SHA1: 574885d119b7337441b0a78f5433cd9bed5b1fb6
MD5sum: 508c352d8fdaed092e1fbd9c2f7523ad
Description: debug symbols for postgresql-13-set-user
Build-Ids: 20882d36acb74d2f28ece8d6ffab7a2b5bb9e1d1
Timestamp: 2022-11-11 14:24:01+00

Package: postgresql-14-rdkit
Source: rdkit
Version: 202209.1-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 888
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202209.1), libstdc++6 (>= 5.2)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-14-rdkit_202209.1-1.pgdg+1_arm64.deb
Size: 375260
SHA256: dd7ee78bdbb7eef9463be5a86b776aaeb745d0b6b304b8940c34995eddc6db22
SHA1: 7e35eb16abbc7fd9d1f4f0ba79923800f299e9bc
MD5sum: 38bbf88a3b30c267cd6f5e666b502231
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2022-11-11 14:24:01+00

Package: postgresql-14-rdkit-dbgsym
Source: rdkit
Version: 202209.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 783
Depends: postgresql-14-rdkit (= 202209.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-14-rdkit-dbgsym_202209.1-1.pgdg+1_arm64.deb
Size: 736880
SHA256: 6952ac06d33ddab73877611f3f6add4ceac2b040ba708e1d3d2639cdaf5e013f
SHA1: aed451a82bc4618c9de4663518d9bafaf4cefe7c
MD5sum: e5ef7b212a82f945cf2a8f1838ea16f9
Description: debug symbols for postgresql-14-rdkit
Build-Ids: 11138680b60fa007fddfed004a8fe27904893f7f
Timestamp: 2022-11-11 14:24:01+00

Package: postgresql-14-set-user
Source: postgresql-set-user
Version: 4.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-14-set-user_4.0.0-1.pgdg+1_arm64.deb
Size: 39824
SHA256: 17baaafed21f3cbf8fb8ff157957584cb7f316a932ff2d607b6f8fc761f41aa1
SHA1: 4da22d4f0ce32ca84cd5805868f416e81c01612a
MD5sum: 5c763acc0fe3b7079f0e574b1ee6ab2d
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2022-11-11 14:24:01+00

Package: postgresql-14-set-user-dbgsym
Source: postgresql-set-user
Version: 4.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-14-set-user (= 4.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-14-set-user-dbgsym_4.0.0-1.pgdg+1_arm64.deb
Size: 48448
SHA256: 8dc1fe2ac468756af60d65932184896e32da7a70de5567f6812c65307592e033
SHA1: 60d96c010d39e19586dc1c211689125be40b2cf2
MD5sum: cc80533dbbb6fd6dacdb08726fc6691f
Description: debug symbols for postgresql-14-set-user
Build-Ids: d3c19c8e7c3631335d4e4262beb4e08ecbbd16c5
Timestamp: 2022-11-11 14:24:01+00

Package: postgresql-15-rdkit
Source: rdkit
Version: 202209.1-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 888
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202209.1), libstdc++6 (>= 5.2)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-15-rdkit_202209.1-1.pgdg+1_arm64.deb
Size: 375268
SHA256: 5f27b80d28321347e99d21be48708850dcb801684a53d8a50f8bb5f27c1e4048
SHA1: 91f723b4274b9e11101905c432f7d4cd4d6e0766
MD5sum: 4c8b0a81a5b2e2628a37edcbf38bfdb4
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2022-11-11 14:24:01+00

Package: postgresql-15-rdkit-dbgsym
Source: rdkit
Version: 202209.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 782
Depends: postgresql-15-rdkit (= 202209.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-15-rdkit-dbgsym_202209.1-1.pgdg+1_arm64.deb
Size: 736012
SHA256: feba853c96ce767f25cd153d514c8057cd203a63a9811fceb4b6dc18ced98611
SHA1: a4e0f2bc3c569fad84b88cecbce4d549256f899e
MD5sum: 458a819483a69a7934e410fdf9472be2
Description: debug symbols for postgresql-15-rdkit
Build-Ids: f6146a4acb453a06597bf7bb4aa8a432b14608c5
Timestamp: 2022-11-11 14:24:01+00

Package: postgresql-15-set-user
Source: postgresql-set-user
Version: 4.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-15-set-user_4.0.0-1.pgdg+1_arm64.deb
Size: 40068
SHA256: 5de4d8c077dd62fbfa0b436174cc7f9159b17a36f320dceb0b8c26f9dd1d5889
SHA1: aac37be7c98f5406f820e6ca4af673d228cd4655
MD5sum: ac09cad2531b5f723d783d1e8fe1e140
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2022-11-11 14:24:01+00

Package: postgresql-15-set-user-dbgsym
Source: postgresql-set-user
Version: 4.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-15-set-user (= 4.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-15-set-user-dbgsym_4.0.0-1.pgdg+1_arm64.deb
Size: 49072
SHA256: e46d899088595238f98a64d962e70b6b99db824cca8abc555364993f209ddc72
SHA1: 3ebca0204c88edf603035e56ca9a8b1772bbcbb0
MD5sum: dd32f25ba90d39d6581d1bf58741141e
Description: debug symbols for postgresql-15-set-user
Build-Ids: 4e4dafcda8b1312565dd76c2ba2aedc426220739
Timestamp: 2022-11-11 14:24:01+00

Package: python3-pysyncobj
Source: pysyncobj
Version: 0.3.11-1.pgdg+1
Architecture: all
Maintainer: Michael Banck <mbanck@debian.org>
Installed-Size: 198
Depends: python3:any (>= 3.6~), python3-cryptography
Homepage: https://github.com/bakwc/PySyncObj
Priority: optional
Section: python
Filename: pool/main/p/pysyncobj/python3-pysyncobj_0.3.11-1.pgdg+1_all.deb
Size: 37664
SHA256: 816b223019ac0a580b455ef2131bb8824e4fea1fe4e99ed8b47fc91b13fbb786
SHA1: e36c99988ea65b0e593af000d43c1c7978d55112
MD5sum: 30c4d9ed99aa19719d0bc1629d482232
Description: RAFT-based python class replication between multiple servers
 PySyncObj is a python library for building fault-tolerant distributed systems.
 It provides the ability to replicate your application data between multiple
 servers. It has following features:
 .
  * raft protocol for leader election and log replication
  * Log compaction - it use fork for copy-on-write while serializing data on
    disk
  * Dynamic membership changes - you can do it with syncobj_admin utility or
    directly from your code
  * Zero downtime deploy - no need to stop cluster to update nodes
  * In-memory and on-disk serialization - you can use in-memory mode for small
    data and on-disk for big one
  * Encryption - you can set password and use it in external network
  * Configurable event loop - it can works in separate thread with it's own
    event loop - or you can call onTick function inside your own one
  * Convenient interface - one can easily transform arbitrary class into a
    replicated one
Timestamp: 2022-11-11 14:24:01+00

Package: python3-rdkit
Source: rdkit
Version: 202209.1-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 32249
Depends: fonts-freefont-ttf, rdkit-data, python3 (<< 3.11), python3 (>= 3.10~), python3-numpy (>= 1:1.20.0), python3-numpy-abi9, python3:any, libboost-python1.74.0 (>= 1.74.0), libboost-python1.74.0-py310, libboost-serialization1.74.0 (>= 1.74.0), libc6 (>= 2.34), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.1), libgcc-s1 (>= 3.0), libmaeparser1 (>= 1.3.0), libpython3.10 (>= 3.10.0), librdkit1 (>= 202209.1), libstdc++6 (>= 11)
Suggests: rdkit-doc
Homepage: http://www.rdkit.org
Priority: optional
Section: python
Filename: pool/main/r/rdkit/python3-rdkit_202209.1-1.pgdg+1_arm64.deb
Size: 4083604
SHA256: 992006a83ac77ba1d4ad72868322bcbe799afb63d89c04bcc38a53aaebef59ca
SHA1: 5214ea5e414512a7782a4ac384e19348810f4861
MD5sum: f526cf6b3356aa9d2d4423ae20a69223
Description: Collection of cheminformatics and machine-learning software
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
Timestamp: 2022-11-11 14:24:01+00

Package: python3-rdkit-dbgsym
Source: rdkit
Version: 202209.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 59382
Depends: python3-rdkit (= 202209.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/python3-rdkit-dbgsym_202209.1-1.pgdg+1_arm64.deb
Size: 51009428
SHA256: 71ad61fadf851b10f519902d1b116f3d1566bbd366e47dcb1ec868800ec9f113
SHA1: 48dadc004029172219f19e81102393fc482673cb
MD5sum: 4abf262725529717b0bffcc11edd79a9
Description: debug symbols for python3-rdkit
Build-Ids: 065e4b29c0373dc2abdccbbeee8caac14b9a8cde 06db3666187c9a84a849204ad8ec86d6f28211ed 0ed1025dda72c8c47b7f168e59f2d92247e93572 1784a953948d3822e5bb065084be2e088754f6f3 1e868a036ef626332ef882ddf26eecd2ad7333ce 1f7e07e8c1f7298948136ce6504d8dcc683a9ac7 23d24c9b2a7d9ee8ebbe9bed155bfe16cc2ea294 263cd07d0bc1b527f3ea1b0f453bd9a630021856 2729d834f8e579c911f8ef82fcbdd3ff647f9524 27d09effc9a4d3c3f25bfdf74ab7dfbfa5a623c6 2a4c02811a3abc1f27043f929644b4c5f84e4a73 4428d259ed18804c4332b0f7506320ac375b1a89 48cd127bb85b0b1e23a7cfea27f28bd48f672f81 4b02eea0982050a45523fe63f7c2319a7d8f4e5d 4ba4d1021852ff70f63ca6f2b1e43873b8d2d7e7 4d16474fc90ac6261bae520603f499c2316e7795 4e67a394ba4ce4ffa5e3968fb3affec8da68dc02 56258d922fadec35f66d4e1cb9aa46cd535cb75e 56c8a58ef3b2f19ead1a052a4ceac931c54448ea 5c93df56b453fd52b583d49877bd553b609417b8 68942834b42412703608197b5804f8d183730df0 6d33680650b615894883f8b567e9a1e12edf3413 70911d16e5226de9189fef836762feec3458189e 777994b53002026dcbfbb98c8aff23f533f3d824 7f5b8b2f60d8c3aff3cd60072211885ab218ca24 7f8523be6ab39134861beaaf2a612e1bcad557a2 822501245dc4d953d3e9c3cb1979f6a94b15db51 89f9a5b9ff365803a009af063949173dd93bd328 8dfccda99d7ae58bbf2e6266ca3a4cd17c93721e 8ffe7c142a414e620179b367f1e933d094a0c6e5 98e677e2018785b894c02be2bef46e2a1c9b1f8f a3777342cdcc5fc71543a564de616d7ea57044c4 a54030ff947032c0a186c7a476f800604d65b76c a926b0f8f8ef6e7d4567a1ff83674fb420a08860 ad879ba7e7f44b96056ec26d880af156752aa76f b98d2eca8007ae3053296e800591aef5a43ad3f0 c2b812926ac0fb5b600c33c45ac517577cdfa13f cb604498c6f650da561277f443e4449c1f9187d9 cda0e22dc01d1a76eb95f4ee4b361dab53f12b70 d82d886c26cb5296636f9afec6e27aa398ccb848 d8f80dbbb6d1a83379b0b7833b50b50ce7f0f741 d9797f8f232a4e0fa6c2fbcda01213e67f829b5e db4843e6b8846db73e69ed2423c1f3793b177672 e06826e76e788d23e3e4ad6dd907162123b945b1 eaa956ce6786bc2696c41a8963daf475d2132e17 ec1640963d06a54231d5e85ae97d94804de0bed8 efebf36bb173c74187b9f9432b8c3eef3718e9be f8e19bf8df818a42f3153e2a054c2a1d9f6436be fcda17db600ff7b75a6b0eda2344bd19ea67ec27
Timestamp: 2022-11-11 14:24:01+00

Package: rdkit-data
Source: rdkit
Version: 202209.1-1.pgdg+1
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 59172
Homepage: http://www.rdkit.org
Priority: optional
Section: science
Filename: pool/main/r/rdkit/rdkit-data_202209.1-1.pgdg+1_all.deb
Size: 13100684
SHA256: bb7ae8accad53fd30ee9c8b6bf4d2b7ea4576b2abe60b8f6b101e62cd34d77c7
SHA1: d329989cde3fb0fb07f887c779e19e14038494ef
MD5sum: 92f2b887fdd1700072a03b63f7f63051
Description: Collection of cheminformatics and machine-learning software (data files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains data files.
Timestamp: 2022-11-11 14:24:01+00

Package: rdkit-doc
Source: rdkit
Version: 202209.1-1.pgdg+1
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 66584
Homepage: http://www.rdkit.org
Priority: optional
Section: doc
Filename: pool/main/r/rdkit/rdkit-doc_202209.1-1.pgdg+1_all.deb
Size: 6708848
SHA256: 664eb0d44cf042e5b84708374e70c1af567c8f4b3079d8824f122d4108267c37
SHA1: 4f3c3299274001eaae8463a9a1352337d09ee025
MD5sum: 4784687f9e4665fd5a6ea7a9f20ac83a
Description: Collection of cheminformatics and machine-learning software (documentation)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains the documentation.
Timestamp: 2022-11-11 14:24:01+00

Package: postgis
Version: 3.3.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 496
Depends: libc6 (>= 2.34), libgdal31 (>= 2.0.1), libgeos-c1v5 (>= 3.6), libpq5, libproj25 (>= 5.2.0)
Recommends: postgresql-postgis, postgis-doc
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.3.2+dfsg-1.pgdg+1_arm64.deb
Size: 125268
SHA256: 2d964f8f08099d4422fdcafc7727d6801dbbb9472c2f9ad2564631cb4afc3808
SHA1: f90b26a1a6c3fe34ad07709a7dfd70be991bee30
MD5sum: 1a64eca21e682c0da1ee2bedf6dc4813
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2022-11-14 08:55:26+00

Package: postgis-dbgsym
Source: postgis
Version: 3.3.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 704
Depends: postgis (= 3.3.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.3.2+dfsg-1.pgdg+1_arm64.deb
Size: 531472
SHA256: f74247f7c6dcd3942c2623ae06e0aa0cc24713604a5de1651953b7a2c867f30d
SHA1: 2077de1e8f67f8a113e13d2678127caade49ba22
MD5sum: e9264eca534da6dff3c218e717e6d63b
Description: debug symbols for postgis
Build-Ids: 4ebdde46a3b7ea73be5e90cfb766dd0376a01a2b 7a57c8e703843cf431f02c0f098ffd6a73fe3b22 9bcd96797d14dad8e859dd9bd20c5b5e4c798443
Timestamp: 2022-11-14 08:55:26+00

Package: postgis-doc
Source: postgis
Version: 3.3.2+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6040
Suggests: postgis
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: doc
Filename: pool/main/p/postgis/postgis-doc_3.3.2+dfsg-1.pgdg+1_all.deb
Size: 2744820
SHA256: d99b0d0e0b4f1a2fa0b9787f79473d0a3f905c2d78b731be20d34e01a279d207
SHA1: c8675b90cf742098426697a3c9b2d313a237e1c4
MD5sum: 2c9d907ac5280318be234fd388b27837
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.
Timestamp: 2022-11-14 08:55:26+00

Package: postgresql-11-postgis-3
Source: postgis
Version: 3.3.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9529
Depends: postgresql-11, postgresql-11-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal31 (>= 2.3.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-11-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3_3.3.2+dfsg-1.pgdg+1_arm64.deb
Size: 3388120
SHA256: 061b6db868632e203955b4d9f3761d1bf488279c1824dbfd26716bb233ed1062
SHA1: a738e1df08f0b799e9d0f0d6f12f2ccfbb8b287a
MD5sum: 02d6cc814d5c19bdac85c7e4ce48144f
Description: Geographic objects support for PostgreSQL 11
 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".
Timestamp: 2022-11-14 08:55:26+00

Package: postgresql-11-postgis-3-dbgsym
Source: postgis
Version: 3.3.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4400
Depends: postgresql-11-postgis-3 (= 3.3.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-11-postgis-3-dbgsym_3.3.2+dfsg-1.pgdg+1_arm64.deb
Size: 3858700
SHA256: 01504de6244fda0ba907ff3b4fc10e8d1357958d90790e0fecf5d3237bc5d82b
SHA1: 8bfe9082725fd7b04ab03065186c7235600a0d7a
MD5sum: 9ac02cc911389aff25e7a76ebb12fc87
Description: debug symbols for postgresql-11-postgis-3
Build-Ids: 006f11abe9ff0612d748bbfc511b16716b3c7e9a 10a314b000be41126dc864360347a3323f05299f 20701f9a8c003c163cc2b74c7cef9b6076234959 9112bf883fb4e4219c7cb8ebc2e5f4c2e5aeb881 fe104de548a01b5fe05279d2cc3e0baf23cfe22a
Timestamp: 2022-11-14 08:55:26+00

Package: postgresql-11-postgis-3-scripts
Source: postgis
Version: 3.3.2+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 39580
Depends: perl:any
Recommends: postgresql-11-postgis-3
Replaces: postgresql-11-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-11-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3-scripts_3.3.2+dfsg-1.pgdg+1_all.deb
Size: 1313424
SHA256: 13e08049debc5031af62e80212350b9a4e0a9711bdb6f415231c0e7e9be49b8a
SHA1: 2e29d71451d2b34bf1a4d534182066f72641bb18
MD5sum: f912671053a344017e6c71dc6a08eccd
Description: Geographic objects support for PostgreSQL 11 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 11 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2022-11-14 08:55:26+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.3.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9745
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal31 (>= 2.3.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-12-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.3.2+dfsg-1.pgdg+1_arm64.deb
Size: 3462772
SHA256: f24dd6a05ed24f2aa64014da5fff67bc3fa25a715975838feea70471cd02e4e4
SHA1: 353313c559fa5feb3589d9615958fa55362445d4
MD5sum: ea182df8598fd4e56eb513e9177d0b2c
Description: Geographic objects support for PostgreSQL 12
 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".
Timestamp: 2022-11-14 08:55:26+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis
Version: 3.3.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4429
Depends: postgresql-12-postgis-3 (= 3.3.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.3.2+dfsg-1.pgdg+1_arm64.deb
Size: 3887236
SHA256: 85817515dbddb5e3fcfbd6b52b6b4f4a3d5acc50f0c1f95c8e9824bc395c1e7e
SHA1: d7b251674743f5b2140ac53d46bb7b7bc2a34ce9
MD5sum: 522a22e4f96432668ea814a99012e5aa
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 374b77bc3d978bac145d993d9cd45c4b931c1fce 5ac4ad29492d4888b9b6e247d6da897dd79ecd3a 63065850f3838b6134dc48a703f052ff98b6c978 eecccbabb559838a87108c2036cb94f886f74a56 f0e605bc16b45d314395b1dcbe3063283e64d6e1
Timestamp: 2022-11-14 08:55:26+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.3.2+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 39586
Depends: perl:any
Recommends: postgresql-12-postgis-3
Replaces: postgresql-12-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-12-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.3.2+dfsg-1.pgdg+1_all.deb
Size: 1313060
SHA256: 86f0b0afa4d7a61f55b07ebc1467aca6b1116a03908e4a8d1b29196119f908a3
SHA1: 6dd4c802fbee24e3496e741dd1265c12d037dee8
MD5sum: 7177087c64a8619060fa6ad3d854b3b8
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2022-11-14 08:55:26+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.3.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9735
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal31 (>= 2.3.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-13-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.3.2+dfsg-1.pgdg+1_arm64.deb
Size: 3474440
SHA256: feb9d3ad388b89649e8c811ecde5af07fcd62cda1e6692d8a3368a419e54bc7b
SHA1: 8ea495de4ef560678d885f25ae8590f4a65e1550
MD5sum: 55fdd117d5ee41b42a6194a2af0c7274
Description: Geographic objects support for PostgreSQL 13
 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".
Timestamp: 2022-11-14 08:55:26+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis
Version: 3.3.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4456
Depends: postgresql-13-postgis-3 (= 3.3.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.3.2+dfsg-1.pgdg+1_arm64.deb
Size: 3914720
SHA256: 2a856d5969c74e43e35c50e0dbc510583cde4881119e43c5f74fa363745fff1d
SHA1: 98d0183f0d02cd5cdd3641b4bbba0b0cebeb66f9
MD5sum: e61195cec3bf6178c03145f98c9189ea
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 229beb22c7cec52558219c9da75ee4d99993a070 2c0264c099e2915212ea43b3a29e4d09b145e6a0 4e578717ef9ede26a7858af639ad2415a715346f 7012886bfb5e817e2a73b3407d55dd0d200d2e3f 999b8735ad996337f3fdc64d8dd26e032c44aee3
Timestamp: 2022-11-14 08:55:26+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.3.2+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 39586
Depends: perl:any
Recommends: postgresql-13-postgis-3
Replaces: postgresql-13-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-13-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.3.2+dfsg-1.pgdg+1_all.deb
Size: 1313192
SHA256: 8a45b7a1e1e3cd18e3411bde8a2a98d61178ba49656025b88f3d45d617d7e253
SHA1: 22474ef08443472620af9705dd8f1801246310ac
MD5sum: f36b7df92d1cbe6da53f9190ca2b294f
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2022-11-14 08:55:26+00

Package: postgresql-14-postgis-3
Source: postgis
Version: 3.3.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9801
Depends: postgresql-14, postgresql-14-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal31 (>= 2.3.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-14-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3_3.3.2+dfsg-1.pgdg+1_arm64.deb
Size: 3482848
SHA256: c8e6cbc5b33c56e86e81ab4f40796d5278e57063617e3f95b71f56b043ce97e4
SHA1: 4a44a0df1963530735cff1225be303403210faf9
MD5sum: 1ffe1c1262aa620aa452858df4276938
Description: Geographic objects support for PostgreSQL 14
 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".
Timestamp: 2022-11-14 08:55:26+00

Package: postgresql-14-postgis-3-dbgsym
Source: postgis
Version: 3.3.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4448
Depends: postgresql-14-postgis-3 (= 3.3.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-14-postgis-3-dbgsym_3.3.2+dfsg-1.pgdg+1_arm64.deb
Size: 3905732
SHA256: fa82421d1ccd0d0f6981110f91917685d2ae2f554c7c84f69e328078b46cd3bd
SHA1: 5142525076ce9d971b6e7a9dd16cf99e7d58963e
MD5sum: ffe8b8222fdcc7cdaa7566b9ad58a89b
Description: debug symbols for postgresql-14-postgis-3
Build-Ids: 0830c3adf52b9b14801f1f44c0800680613b573b b808a57f1b0f24393c0147c2c8d32eb055d95cc9 bf7ae5e9b9c9e5f2073b0c86120814c84d9292b1 cfd3a20f720f2cf192d029522750e96b38aa07b6 dfb0109d073240f418f60e930edcc19f117a9950
Timestamp: 2022-11-14 08:55:26+00

Package: postgresql-14-postgis-3-scripts
Source: postgis
Version: 3.3.2+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 39586
Depends: perl:any
Recommends: postgresql-14-postgis-3
Replaces: postgresql-14-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-14-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3-scripts_3.3.2+dfsg-1.pgdg+1_all.deb
Size: 1313280
SHA256: 6064f5ac887d2d17f77de7b97976eadbca75218808659796d2d01c49d4968fa3
SHA1: 89013438c630a59e370abc2ed7f9797f1617f48b
MD5sum: 7b57bf8275bde709f53d05e606ac1136
Description: Geographic objects support for PostgreSQL 14 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 14 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2022-11-14 08:55:26+00

Package: postgresql-15-postgis-3
Source: postgis
Version: 3.3.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9958
Depends: postgresql-15, postgresql-15-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal31 (>= 2.3.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-15-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3_3.3.2+dfsg-1.pgdg+1_arm64.deb
Size: 3531156
SHA256: bf3317db60d89672ed47c8d8b5167ee08ebe865fd474d31ab0e9c7c120695ac8
SHA1: 747a2d1aa939c43f2c88ab158fe14a6205b20714
MD5sum: 20c8f849096198007d67aee3cf4336c1
Description: Geographic objects support for PostgreSQL 15
 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".
Timestamp: 2022-11-14 08:55:26+00

Package: postgresql-15-postgis-3-dbgsym
Source: postgis
Version: 3.3.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4454
Depends: postgresql-15-postgis-3 (= 3.3.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-15-postgis-3-dbgsym_3.3.2+dfsg-1.pgdg+1_arm64.deb
Size: 3909272
SHA256: 4f442a7034cf687470ddc38e25d01423837c62390687dd542513a744ec303a24
SHA1: dc6228e74ad351c02e02d92f2a6a671fa7b9c44c
MD5sum: 53d75f7f4ec970c96060f1481b1d24b0
Description: debug symbols for postgresql-15-postgis-3
Build-Ids: 03994e03e83c2012317e2de5c2dd38abbe899f03 702ebe584463cbd556d93d001f507022da738f12 9f808c0b3c21693c749da59008c47aa59283be6b b7e9bc7f395520107904a495419eea64bfc192a7 ba8dec6af88cf7b909996f0b7e0e7815c3e0d684
Timestamp: 2022-11-14 08:55:26+00

Package: postgresql-15-postgis-3-scripts
Source: postgis
Version: 3.3.2+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 39587
Depends: perl:any
Recommends: postgresql-15-postgis-3
Replaces: postgresql-15-postgis-scripts (<< 2.2.2+dfsg-3~)
Provides: postgresql-15-postgis-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3-scripts_3.3.2+dfsg-1.pgdg+1_all.deb
Size: 1313140
SHA256: 026b94e70a4ee97ad0407595cfc26bc71061463734216643aff1f45b64d9cc95
SHA1: 56f4843c2b0dc737e8e8aeb07a435669307be03f
MD5sum: 080061f489fe41f78a7a0b9c81a4c56f
Description: Geographic objects support for PostgreSQL 15 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 15 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2022-11-14 08:55:26+00

Package: postgresql-postgis
Source: postgis
Version: 3.3.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 68
Depends: postgresql-postgis-scripts, postgresql-15-postgis-3
Homepage: http://postgis.net/
Priority: optional
Section: metapackages
Filename: pool/main/p/postgis/postgresql-postgis_3.3.2+dfsg-1.pgdg+1_arm64.deb
Size: 20260
SHA256: 63c5ad89162190f2877bcf507099ad7671c8713361553f272a124274ba32415a
SHA1: 7da9506f6185f07e60c6347c7f97719f04bccc5f
MD5sum: 954575892afb3ee5f3ec1f75a6915315
Description: Geographic objects support for PostgreSQL -- Metapackage
 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 metapackage depends on the PostGIS package for PostgreSQL 15.
Timestamp: 2022-11-14 08:55:26+00

Package: postgresql-postgis-scripts
Source: postgis
Version: 3.3.2+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 68
Depends: postgresql-15-postgis-3-scripts
Multi-Arch: foreign
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-postgis-scripts_3.3.2+dfsg-1.pgdg+1_all.deb
Size: 20288
SHA256: e2ad51bf9d9aeb15f141e55502f1df0c69e7cc92f3894f5e3a23ef56a1c0596c
SHA1: 5cf51162a000c24149d28876ac47f74740433bf2
MD5sum: e364ea6b2bd86f3ce62d0c0af33dc526
Description: Geographic objects support for PostgreSQL -- SQL scripts metapackage
 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 metapackage depends on the PostGIS scripts package for
 PostgreSQL 15.
Timestamp: 2022-11-14 08:55:26+00

Package: postgresql-10-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 91
Depends: postgresql-10, libc6 (>= 2.17), postgresql-10-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-10-pgauditlogtofile_1.5.9-1.pgdg+1_arm64.deb
Size: 10136
SHA256: 688d13a4f7ab5d227dba70f45dcf74e679f60ecc7c09c31fc8d18be833152bf0
SHA1: a24d01fc4dbebd6b309b6c10aaf3783f94dd9fc8
MD5sum: 07f1226cc9999a9b2cda79c1d6f2920e
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-11-15 13:12:29+00

Package: postgresql-10-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-10-pgauditlogtofile (= 1.5.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-10-pgauditlogtofile-dbgsym_1.5.9-1.pgdg+1_arm64.deb
Size: 25464
SHA256: c243acc5bb67f15b3d0ba2a39a4bf539d1059eb014dce6378d74401d831284e1
SHA1: 14662e74a9c7ada6a7b1c6a4728aaaec3d516625
MD5sum: 80f7dfd4bc940bc50e8568d1bff8dc4c
Description: debug symbols for postgresql-10-pgauditlogtofile
Build-Ids: 69230d92728ed16df0a8bd9e8fce2b3afb1ae355
Timestamp: 2022-11-15 13:12:29+00

Package: postgresql-11-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-11-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile_1.5.9-1.pgdg+1_arm64.deb
Size: 28772
SHA256: 9e8dfa49796af2c45164a67920a37111b5ebc0838a947108d3d2a5a9bd07426f
SHA1: fa4554ca4008fa38cae19448802da597beec29b1
MD5sum: a3d072e3258e7695231d181b58bc567a
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-11-15 13:12:29+00

Package: postgresql-11-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-11-pgauditlogtofile (= 1.5.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile-dbgsym_1.5.9-1.pgdg+1_arm64.deb
Size: 25744
SHA256: 3bf9150daeabc10e325ecfd4dddd7106652c6b75f636bf632ee0e1992e23e6ef
SHA1: a5210c5cc288dbb5f3e0f8e72ab0e59687052d10
MD5sum: b8d056d2f6d1d3ca8b3c75eb7270532e
Description: debug symbols for postgresql-11-pgauditlogtofile
Build-Ids: 32b6e03b5f71dcfd79e8e9b4ecd41e572d6bcafe
Timestamp: 2022-11-15 13:12:29+00

Package: postgresql-12-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 126
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-12-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile_1.5.9-1.pgdg+1_arm64.deb
Size: 28728
SHA256: b918a4dadac49a382f871350aed8875adf51593fadafb01ec6adb7581e48158a
SHA1: c53657d32438c58367d1148dd52558b313f2a7e8
MD5sum: 3342e41c74345a68364eb5d5b7e9e0db
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-11-15 13:12:29+00

Package: postgresql-12-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-12-pgauditlogtofile (= 1.5.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile-dbgsym_1.5.9-1.pgdg+1_arm64.deb
Size: 25700
SHA256: eadbe957aa08c2e4c006608ed01bbe45d12dec9ab5cb10d09b4e95faa850d82d
SHA1: eb6e4d2cae9e34ec8b3269a31e4b1230b20d4dab
MD5sum: 0cf8f0f02dbaa0f7fad56f10569d813c
Description: debug symbols for postgresql-12-pgauditlogtofile
Build-Ids: d988ce616f84f115f8bbb71709b63d50b6c96f4c
Timestamp: 2022-11-15 13:12:29+00

Package: postgresql-13-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 126
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-13-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile_1.5.9-1.pgdg+1_arm64.deb
Size: 28668
SHA256: 283a58fba1b2a9d4e7e437ce29898369599102482f8bbabcd2f6cda9456e5372
SHA1: ab51e5933e753862fbabb2e5048c8bb9dc7af4e3
MD5sum: 44954a9d638d218a70827332848784e8
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-11-15 13:12:29+00

Package: postgresql-13-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-13-pgauditlogtofile (= 1.5.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile-dbgsym_1.5.9-1.pgdg+1_arm64.deb
Size: 25788
SHA256: d9a6dc5f8c711f0e32853662225935f286f28c0e4858a0fbb61b0e6c2045a9c0
SHA1: b322459d5fa5cc8c7041ae86c7913b37fde85da3
MD5sum: 246875c6c1b2f811ad079a81a322df14
Description: debug symbols for postgresql-13-pgauditlogtofile
Build-Ids: cbd46004d4e519d08ead12ae2e2c44cf8cdbdfa7
Timestamp: 2022-11-15 13:12:29+00

Package: postgresql-14-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 126
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-14-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile_1.5.9-1.pgdg+1_arm64.deb
Size: 28696
SHA256: 952ee46c020ae272dcdc1c2b3507a0c561124b5df7f1ade3819579643d8109a4
SHA1: 3b0900bad247b460a47bc668580e9c222fda9b7a
MD5sum: dcbe80a7e0fcee86ebe35f5543fc78b2
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-11-15 13:12:29+00

Package: postgresql-14-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-14-pgauditlogtofile (= 1.5.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile-dbgsym_1.5.9-1.pgdg+1_arm64.deb
Size: 26236
SHA256: f9ee674083f0297d8481814629e72a01f2c8ad86ec950b70172a8aff90393716
SHA1: 93a1bd837daa8485e56aec4ad0dd8ca34defa286
MD5sum: f89cf7965f5bc5b9867e85bf4f99313f
Description: debug symbols for postgresql-14-pgauditlogtofile
Build-Ids: 421171f96334dda5be67433459961c0a8d346a71
Timestamp: 2022-11-15 13:12:29+00

Package: postgresql-15-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-15-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile_1.5.9-1.pgdg+1_arm64.deb
Size: 28964
SHA256: 99c862798e108fcaa1b5c362342bcc485b5a4029fa67c3d2ec63b95d6d053c88
SHA1: b06f3a1d409551d2cd8c76277feb15c6c38bae11
MD5sum: b4335b8519e4c82eb1e8aca4ca59ce18
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-11-15 13:12:29+00

Package: postgresql-15-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-15-pgauditlogtofile (= 1.5.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile-dbgsym_1.5.9-1.pgdg+1_arm64.deb
Size: 26608
SHA256: 4cbab4d1975849aab7fb3600c0df4c149224c7acf5e5292adf5043b897b2e78b
SHA1: c724c8193b38bf567e7cac4f5927dd5073cf8d36
MD5sum: 8fbf553f0fd976ec29c361c5033655eb
Description: debug symbols for postgresql-15-pgauditlogtofile
Build-Ids: 80b7d604e3f94fb6bd9ebffdbe18c14b3b3ac4c0
Timestamp: 2022-11-15 13:12:29+00

Package: libpgpool2
Source: pgpool2
Version: 4.3.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libs
Filename: pool/main/p/pgpool2/libpgpool2_4.3.3-3.pgdg+1_arm64.deb
Size: 139852
SHA256: 101f907b5bcaa6f126c3c32a3754f3ff92f3ba3413606f338545452d958d3ad9
SHA1: f5c522a3f4445a2da4a05cceb20ab23a25caf3d1
MD5sum: f9969416713a0cfe5d8662beef955efa
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).
Timestamp: 2022-11-16 15:59:06+00

Package: libpgpool2-dbgsym
Source: pgpool2
Version: 4.3.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: libpgpool2 (= 4.3.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/libpgpool2-dbgsym_4.3.3-3.pgdg+1_arm64.deb
Size: 63852
SHA256: 478f18a26fc411b3afd542e62e45a6cc36d8bca861eedf7021052986fa49881c
SHA1: af3a85766be77f2fe529180a7eb9c00c8d52a9d3
MD5sum: 28ebf85f7c256d91cd8326c6fb74b454
Description: debug symbols for libpgpool2
Build-Ids: 5b00ceaa10651a0740eb051b51002294cfd3af58
Timestamp: 2022-11-16 15:59:06+00

Package: libpgpool-dev
Source: pgpool2
Version: 4.3.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 255
Depends: libpgpool2 (= 4.3.3-3.pgdg+1)
Conflicts: libpcp3-dev
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libdevel
Filename: pool/main/p/pgpool2/libpgpool-dev_4.3.3-3.pgdg+1_arm64.deb
Size: 150092
SHA256: 734ab06ff7f480451dc2f1677d6bc2866f50dde80b846a34a3fecdf762ecaef2
SHA1: bf2e6d33da40b18e90d25c527d8be7df498d18d5
MD5sum: 6de1eeb452caf060605f0a265cf1f4b8
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).
Timestamp: 2022-11-16 15:59:06+00

Package: pgpool2
Version: 4.3.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6650
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: libpgpool2 (= 4.3.3-3.pgdg+1), lsb-base, postgresql-common, ucf, libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libldap-2.5-0 (>= 2.5.4), libmemcached11 (>= 1.0.18+), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3 (>= 3.0.0)
Enhances: postgresql
Conflicts: pgpool
Replaces: pgpool
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/pgpool2_4.3.3-3.pgdg+1_arm64.deb
Size: 1167248
SHA256: e4415911b9560ce632b623c394e8ed1ebb4e91e93fc2be5d60f0782fd177e5a6
SHA1: f746b57f1fc26db74c784af4dfaa0f41e008ae41
MD5sum: f61546505495a26687a96fb545a57f02
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.
Timestamp: 2022-11-16 15:59:06+00

Package: pgpool2-dbgsym
Source: pgpool2
Version: 4.3.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2065
Depends: pgpool2 (= 4.3.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/pgpool2-dbgsym_4.3.3-3.pgdg+1_arm64.deb
Size: 1914460
SHA256: f860bb655f06efb72adb39536d6a58626578eb2e16257dc7a247ae21968cb209
SHA1: 2c86b1f9e3b21dec54d7c899eafed5619d792b89
MD5sum: f54bbc989f8c7f3617e0157bc2877b02
Description: debug symbols for pgpool2
Build-Ids: 11d8d5afc2ab2fad5abdbc36eb348583f0315d8d 133030848d46223e7a46b1a887432ebfc30962ff 1737dba1e33f5bddf57c19f95514ad6cb0701c00 1c74a63373931ee2c6cfa225682555b212d63e9a 445d8976fd5fbbe19905274f5b2f1af12e6c624a 7939b80b62c2b8e5bf89028b8c777e7a89400f5f e094e780033c2eb71e33b773db71cc3f1ae7fc21
Timestamp: 2022-11-16 15:59:06+00

Package: postgresql-10-pgpool2
Source: pgpool2
Version: 4.3.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 381
Depends: libpgpool2 (>= 4.3.3-3.pgdg+1), postgresql-10, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2_4.3.3-3.pgdg+1_arm64.deb
Size: 132168
SHA256: 020501a95355bdeb669755683869418b00ae01ba0471c357c71f1b952a1741df
SHA1: 8f2d5a829bde6384ce4df7f7e6077bbc391cdde8
MD5sum: 76a49d79dcb17f98fd22ea0e24221f4a
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 10 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2022-11-16 15:59:06+00

Package: postgresql-10-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-10-pgpool2 (= 4.3.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2-dbgsym_4.3.3-3.pgdg+1_arm64.deb
Size: 54336
SHA256: e153113ef8e259e8711fe1c6fc19f1219c8d0cc1bd0ae8b115ec05d8f8fc403c
SHA1: cfb92bee01b1062ac55072e1c1112d1b7dbd7262
MD5sum: e25f417eb8847b21c0b0fcabf2a797f1
Description: debug symbols for postgresql-10-pgpool2
Build-Ids: 0634725a44686ea5ad20a65fe3efbf404fb7d7af 0a6e7227c93900be65a15de75e85f8d4bc2b34d5 d3fcea612820f0e9e0ccbef573d6a960569ed495
Timestamp: 2022-11-16 15:59:06+00

Package: postgresql-11-pgpool2
Source: pgpool2
Version: 4.3.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 437
Depends: libpgpool2 (>= 4.3.3-3.pgdg+1), postgresql-11, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2_4.3.3-3.pgdg+1_arm64.deb
Size: 158708
SHA256: 248a3b008ff3102de832f5a902f4d7af023a24f62491970d7c89dc8651af1ec2
SHA1: 4ad25cd8ae3bddc6cba950b8e41e047b4efabe59
MD5sum: 4ee7a0bfe9f916c4527a2e374b07adc8
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 11 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2022-11-16 15:59:06+00

Package: postgresql-11-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-11-pgpool2 (= 4.3.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2-dbgsym_4.3.3-3.pgdg+1_arm64.deb
Size: 51836
SHA256: 4c524d4631e04ca44ae7afaa74eedb7a0f722efa7aef33ef98f9d07537f49431
SHA1: fc130ee932c75ea4227bb1bd58a069fa4ea2a5db
MD5sum: f51396a740e92410516ebc69d9c8629b
Description: debug symbols for postgresql-11-pgpool2
Build-Ids: 40ed0da2cac47205c0846ce016bf9ef46f809dc2 89e9dcba68dd8fb5940ca749d1e23d466daa6965 c15bc35b84b7f077304d8609ce40add2441fe9c3
Timestamp: 2022-11-16 15:59:06+00

Package: postgresql-12-pgpool2
Source: pgpool2
Version: 4.3.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 438
Depends: libpgpool2 (>= 4.3.3-3.pgdg+1), postgresql-12, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2_4.3.3-3.pgdg+1_arm64.deb
Size: 158740
SHA256: 6eaf7442404b8d4fde96a73931ae703d175646b5c2d2d3c574eb36013c297dcc
SHA1: 6f14d1bd406d56954db19f42734c3ca898a09caa
MD5sum: 2cd8894537acffa84124ac2a49b65605
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 12 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2022-11-16 15:59:06+00

Package: postgresql-12-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-12-pgpool2 (= 4.3.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2-dbgsym_4.3.3-3.pgdg+1_arm64.deb
Size: 52844
SHA256: 38ad7300d4e13038af6a4964bf77e4c616c94c8eda634dab0a09eb15c2170bf2
SHA1: 3996402dda987e0ddbd1c4d57578c7f68548c3eb
MD5sum: 4014bbecbb6f1f9c2aa1974ec79b8dca
Description: debug symbols for postgresql-12-pgpool2
Build-Ids: 8f617773ff42a2b7c7630896b8ba24c434e171e4 e0cf68b0c897c70e36d4218445b331064c436e9d f5b386ee6994c7235e4a142f9ac337418ddd72f8
Timestamp: 2022-11-16 15:59:06+00

Package: postgresql-13-pgpool2
Source: pgpool2
Version: 4.3.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 437
Depends: libpgpool2 (>= 4.3.3-3.pgdg+1), postgresql-13, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2_4.3.3-3.pgdg+1_arm64.deb
Size: 158812
SHA256: 72d563d009fedc95c4322847555c24cec6a00a49a14df5fd89de3467ab5c951f
SHA1: bd47cacd93d6c1327ff49167631bbcc17e5c1d40
MD5sum: 1c11c987930912e6d8b1a56fa0015da4
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 13 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2022-11-16 15:59:06+00

Package: postgresql-13-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-13-pgpool2 (= 4.3.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2-dbgsym_4.3.3-3.pgdg+1_arm64.deb
Size: 50268
SHA256: be26e40feec10d5d6e121519307fedd7f6cbaf7e09db47e8d5be2c9d79b1c93d
SHA1: d7bfca1ee94616c640ac479a0de19d08cce7532a
MD5sum: 9b7cf9e4431c085dd7e1eccd88e6279c
Description: debug symbols for postgresql-13-pgpool2
Build-Ids: 7c0cb902a3dd4e9c684e96847a5171f5730af2d0 b9678ab7b142ad79b3f9949d2657faa5c168631b d43155dd74cf2054c481095c9ce7ec921835fccb
Timestamp: 2022-11-16 15:59:06+00

Package: postgresql-14-pgpool2
Source: pgpool2
Version: 4.3.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 439
Depends: libpgpool2 (>= 4.3.3-3.pgdg+1), postgresql-14, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2_4.3.3-3.pgdg+1_arm64.deb
Size: 159532
SHA256: 0dc55d96bcc81615fa7b01c3ae9e0afc49674f956af0bdd0ec4f168e6eaadc6a
SHA1: c14ffafc616566c544b21cf8a36867314ec54426
MD5sum: 0fd1ea5d03751f28a4c8eabb3b0fea1b
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 14 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2022-11-16 15:59:06+00

Package: postgresql-14-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-14-pgpool2 (= 4.3.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2-dbgsym_4.3.3-3.pgdg+1_arm64.deb
Size: 51004
SHA256: d418f56af9f250076a51c396a33869e168ae9169b390cbf1f85ecd09b2da264e
SHA1: 5ebabd3082978e4cc3b9a6734a27ff3cf703aca9
MD5sum: 653e2133cc05589bc2de5f602ddc6a5b
Description: debug symbols for postgresql-14-pgpool2
Build-Ids: 4076131a74315b05cc8cbffe7cccf74d45b86ac5 5180885156de9e32b40851313a8fa9553cad8919 f84f763780e3b57281560907e2dafd2076d60d54
Timestamp: 2022-11-16 15:59:06+00

Package: postgresql-15-pgpool2
Source: pgpool2
Version: 4.3.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 439
Depends: libpgpool2 (>= 4.3.3-3.pgdg+1), postgresql-15, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2_4.3.3-3.pgdg+1_arm64.deb
Size: 160584
SHA256: 80258645042672f665b5209aec6a45bd3df970f7f1f994267a158ef6fb1faa30
SHA1: 69555aacef8dcc50407ddbc7d760323ffd55dc00
MD5sum: 5176866433061daabebf29dea08db9fd
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 15 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2022-11-16 15:59:06+00

Package: postgresql-15-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-15-pgpool2 (= 4.3.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2-dbgsym_4.3.3-3.pgdg+1_arm64.deb
Size: 51152
SHA256: 21864be567a0c364611d1503995a8b9d65cf1f966c074e775e04a3804f216ff2
SHA1: 0c0d7a1d21e10926c1fa81082d3494e3d8b734bd
MD5sum: 2e70dc3b26b30d2fd9e48f49ea99ce62
Description: debug symbols for postgresql-15-pgpool2
Build-Ids: 24325d3e9868b7b39128cfadc8dc36032902e1ec 39eaf1d201cc78847d664bf8472e792f5db55255 e8fa27cdc1946b2838617d11f97b6651f777f163
Timestamp: 2022-11-16 15:59:06+00

Package: libecpg-compat3
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg-compat3_10.23-1.pgdg+1+b1_arm64.deb
Size: 18440
SHA256: cb48209cc542bad6481a484cc6519461a1c3437821efe1555568627699d0a1fe
SHA1: 1477140f24c8451903e8e790f8882a34e362e6b2
MD5sum: 4391482b68ab9e1e4750b0f7d6dd4161
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.
Timestamp: 2022-11-21 16:36:17+00

Package: libecpg-compat3-dbgsym
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 10.23-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-compat3-dbgsym_10.23-1.pgdg+1+b1_arm64.deb
Size: 17248
SHA256: 0da05ef9b9ad64f8cfedd42732b190ed45694e2872e0f1b3734f7aee32416801
SHA1: 3ee17b933211f3b996531a84d4d3d68985ae9187
MD5sum: fdb848e38ddb871aca3779b85c947a5c
Description: debug symbols for libecpg-compat3
Build-Ids: f55d1e9411dc8905bf75e38b5040d436d2e5616d
Timestamp: 2022-11-21 16:36:17+00

Package: libecpg-dev
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1241
Depends: libecpg-compat3 (= 10.23-1.pgdg+1+b1), libecpg6 (= 10.23-1.pgdg+1+b1), libpgtypes3 (= 10.23-1.pgdg+1+b1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libecpg-dev_10.23-1.pgdg+1+b1_arm64.deb
Size: 221920
SHA256: a36b6f0968c446fc6b1a23fe256afd535d3b4955502740b32f9dd1c293763ea9
SHA1: 1dbc5f391b99af34709cf126c1532600207ccb2a
MD5sum: ae49fb7eb5605f978eb3284b274eee82
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).
Timestamp: 2022-11-21 16:36:17+00

Package: libecpg-dev-dbgsym
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: libecpg-dev (= 10.23-1.pgdg+1+b1)
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-dev-dbgsym_10.23-1.pgdg+1+b1_arm64.deb
Size: 227056
SHA256: d6799376435ac272edd3c51dbaf0ff5a910484ef78b6a5edda6d3b13fb016e98
SHA1: 335cc79576b091edd28755d54f9a6d8ff6423245
MD5sum: 94a6f0e3fbd047e2961f84f22d1e3dd5
Description: debug symbols for libecpg-dev
Build-Ids: c2118d376e9b192333ca90f740cb55b9d7cd7802
Timestamp: 2022-11-21 16:36:17+00

Package: libecpg6
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 462
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg6_10.23-1.pgdg+1+b1_arm64.deb
Size: 82624
SHA256: 25491a080a782fe41aa0e1a8827e01f8c3d176630bfaef4a8039e57b5dd284e2
SHA1: 96b29e544d2aa19a0ba24601768b74320116d753
MD5sum: 2efb93466f5e2f08be154f9153228b92
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.
Timestamp: 2022-11-21 16:36:17+00

Package: libecpg6-dbgsym
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: libecpg6 (= 10.23-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg6-dbgsym_10.23-1.pgdg+1+b1_arm64.deb
Size: 92620
SHA256: 5d99a31da20f391c347ad9522884f22851c32d660bf4b391e8c0ec97dbaa9f68
SHA1: c7355ab4a9e37a48fc8772ea60b1b4c8f55b78f3
MD5sum: 307765987b4f2a070bcb4974f08cede3
Description: debug symbols for libecpg6
Build-Ids: db3b69132813bd9f567932e02dba22173f1cb07b
Timestamp: 2022-11-21 16:36:17+00

Package: libpgtypes3
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpgtypes3_10.23-1.pgdg+1+b1_arm64.deb
Size: 38780
SHA256: b28185626beff5676497a4e9cb82bcecc600bae6e772fd82a8c84d97dafd1bdc
SHA1: 2f592d82aa6fdb3cf3b988c51ae86f61b3e5353d
MD5sum: 7b2a118b05f59cb1430d32ca6c2a72b1
Description: shared library libpgtypes for PostgreSQL 10
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-21 16:36:17+00

Package: libpgtypes3-dbgsym
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: libpgtypes3 (= 10.23-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpgtypes3-dbgsym_10.23-1.pgdg+1+b1_arm64.deb
Size: 69688
SHA256: 5e632b9c574b9a90b2fab919deef60093d37dd261d74abf7d7653839e415c143
SHA1: 84c0c40e49fce1e4c3fc7c6b45b9e1560ab15d97
MD5sum: 957603f886e72102c831f190fded1ad1
Description: debug symbols for libpgtypes3
Build-Ids: cfa9889f3dba39eb6461b678bcc48b8523e510c5
Timestamp: 2022-11-21 16:36:17+00

Package: libpq-dev
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 682
Depends: libpq5 (= 10.23-1.pgdg+1+b1)
Suggests: postgresql-doc-10
Breaks: postgresql-server-dev-10 (<< 10.1-2~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libpq-dev_10.23-1.pgdg+1+b1_arm64.deb
Size: 159912
SHA256: c1dc8ed0cbb06390ae516d954497e36d10d81b55c3e99f93f7204ff74a904af0
SHA1: dfe7e2534cd53350be883533c318c4036d620ce0
MD5sum: 2c4da0f5b30a5053873171664adc8802
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.
Timestamp: 2022-11-21 16:36:17+00

Package: libpq5
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 775
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpq5_10.23-1.pgdg+1+b1_arm64.deb
Size: 163904
SHA256: 424371589415cc6271e8d6d92ab94f7a18f00ca46719b7975a170f11c138f3bf
SHA1: 596d34ef080bdedc3c5893316088ccd106ace860
MD5sum: b9b3844389920aed95b0489ed177ee27
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.
Timestamp: 2022-11-21 16:36:17+00

Package: libpq5-dbgsym
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 259
Depends: libpq5 (= 10.23-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpq5-dbgsym_10.23-1.pgdg+1+b1_arm64.deb
Size: 227528
SHA256: c4bac6a48465815ce8132fbb419eda7b4f7f21d18fae9fab63fb0c1c742b4f6c
SHA1: 8b0d547e26c27f800f7593ad19dbe98cf3f515f7
MD5sum: 75a1a9121aa97bdf3fba530cd152aff1
Description: debug symbols for libpq5
Build-Ids: 033f5e0c5e4ab238edc33cb0351774646d57f9fe
Timestamp: 2022-11-21 16:36:17+00

Package: libecpg-compat3
Source: postgresql-11 (11.18-1.pgdg+1)
Version: 11.18-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg-compat3_11.18-1.pgdg+1+b1_arm64.deb
Size: 19500
SHA256: 2008e20594afb8217f20dfce3856d019391ace64de1d0ce96330a69960370ce3
SHA1: f9945c8bf0360cc9a71d6d1ff7d72a718934c626
MD5sum: 30b3a42aeaaaf8301cd616fad10865c5
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.
Timestamp: 2022-11-21 16:36:06+00

Package: libecpg-compat3-dbgsym
Source: postgresql-11 (11.18-1.pgdg+1)
Version: 11.18-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 11.18-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-compat3-dbgsym_11.18-1.pgdg+1+b1_arm64.deb
Size: 17264
SHA256: 75231c8ef2751471fe41e2a1dcce3f02577e724e8472a14869347ee6d92040c9
SHA1: fe55738e4c0b83bd0c320bfed91d20eb60fd1896
MD5sum: 0508ff9654a4324503d4960e029f692d
Description: debug symbols for libecpg-compat3
Build-Ids: 149e7a61eee90263c596a81f617e6c177a803c99
Timestamp: 2022-11-21 16:36:06+00

Package: libecpg-dev
Source: postgresql-11 (11.18-1.pgdg+1)
Version: 11.18-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1246
Depends: libecpg-compat3 (= 11.18-1.pgdg+1+b1), libecpg6 (= 11.18-1.pgdg+1+b1), libpgtypes3 (= 11.18-1.pgdg+1+b1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libecpg-dev_11.18-1.pgdg+1+b1_arm64.deb
Size: 225740
SHA256: 1be9c178037801e7d5b174d58cc07d552ba21565c26262510a723280773cdb72
SHA1: 3d0111f276077b68789df10d9e7833a8a6e6fb8e
MD5sum: d28ca87e83345e7c809c9e99fa9207ff
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).
Timestamp: 2022-11-21 16:36:06+00

Package: libecpg-dev-dbgsym
Source: postgresql-11 (11.18-1.pgdg+1)
Version: 11.18-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 266
Depends: libecpg-dev (= 11.18-1.pgdg+1+b1)
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-dev-dbgsym_11.18-1.pgdg+1+b1_arm64.deb
Size: 230476
SHA256: 36ee3f2f6d1a3f7787db49460258c75d954c95aa73241b9994329fa11f40e916
SHA1: 5e4800b4f73e224d9dcb4221c4877e95851ef8f1
MD5sum: 45eb8882a4b94f3d2c271e40b39271cb
Description: debug symbols for libecpg-dev
Build-Ids: c870d5e5e1ed7f51758ee45e00a725baf958083b
Timestamp: 2022-11-21 16:36:06+00

Package: libecpg6
Source: postgresql-11 (11.18-1.pgdg+1)
Version: 11.18-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 485
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg6_11.18-1.pgdg+1+b1_arm64.deb
Size: 86704
SHA256: 181ac5793b40bb1b9d281efbe214c85c48fc3dc3fd05f24e2f8be2068bc0e6a1
SHA1: 3695711067d96204f57ca069c3b992b3b689534e
MD5sum: 39dcdc36bf013dfe54ccf02fc3746e1a
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.
Timestamp: 2022-11-21 16:36:06+00

Package: libecpg6-dbgsym
Source: postgresql-11 (11.18-1.pgdg+1)
Version: 11.18-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libecpg6 (= 11.18-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg6-dbgsym_11.18-1.pgdg+1+b1_arm64.deb
Size: 93056
SHA256: 97cedfbbecb0dea81017693f302eafbd8812a7f70362be6e1c3714407f619a01
SHA1: 319d15ee1648812f0d2e1a72f10180250c8a8e0d
MD5sum: 4bdf2661e00c7bca08ac5143cff0289c
Description: debug symbols for libecpg6
Build-Ids: eacaa3880795366e86e58acf1e183325cab83f07
Timestamp: 2022-11-21 16:36:06+00

Package: libpgtypes3
Source: postgresql-11 (11.18-1.pgdg+1)
Version: 11.18-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpgtypes3_11.18-1.pgdg+1+b1_arm64.deb
Size: 40172
SHA256: 11f46fdb57f9a36b155c98858236573c16040b03e115210202138a9cfe98bb46
SHA1: b9351ff6a89fd3cdcbd75ec4521b1241a4e55ba5
MD5sum: 6c8aa17aa2810f8d49c964c0f2818036
Description: shared library libpgtypes for PostgreSQL 11
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-21 16:36:06+00

Package: libpgtypes3-dbgsym
Source: postgresql-11 (11.18-1.pgdg+1)
Version: 11.18-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: libpgtypes3 (= 11.18-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpgtypes3-dbgsym_11.18-1.pgdg+1+b1_arm64.deb
Size: 70988
SHA256: ad230fd47df9db0d070feaf6a5b877bbf6765f95fbc888ad55892a72860482aa
SHA1: b14fc2ae04e974255a04ee38950ff4f245e8f4ee
MD5sum: 4a1c28b1a8f18384f0c63db949fddc4f
Description: debug symbols for libpgtypes3
Build-Ids: 3c58f4930d91da6fa4bb59820fcbe4fc163c3801
Timestamp: 2022-11-21 16:36:06+00

Package: libpq-dev
Source: postgresql-11 (11.18-1.pgdg+1)
Version: 11.18-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 693
Depends: libpq5 (= 11.18-1.pgdg+1+b1)
Suggests: postgresql-doc-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libpq-dev_11.18-1.pgdg+1+b1_arm64.deb
Size: 163400
SHA256: 3ab1f9c724f7b61b10b50f9df534bd5fc3a6ab827f4e5a3ddc47132e5641767a
SHA1: 38fa619c641299b7c3e325d8f3b6830d005e0e69
MD5sum: 47a0343891125a54d714863e9aaeeb49
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.
Timestamp: 2022-11-21 16:36:06+00

Package: libpq5
Source: postgresql-11 (11.18-1.pgdg+1)
Version: 11.18-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 783
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpq5_11.18-1.pgdg+1+b1_arm64.deb
Size: 165108
SHA256: 2b48a2b25279198947457b037faa4c9c4ffd38ffc67031329f068e3216a741c0
SHA1: c32f8e5faef52119445a46a283359e8ae1e7ab6d
MD5sum: 6e33b893cb4dbb53ef39a319f3c2572f
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.
Timestamp: 2022-11-21 16:36:06+00

Package: libpq5-dbgsym
Source: postgresql-11 (11.18-1.pgdg+1)
Version: 11.18-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libpq5 (= 11.18-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpq5-dbgsym_11.18-1.pgdg+1+b1_arm64.deb
Size: 229400
SHA256: 9402b45219825849cd57035cd7f2249fe762c64da694c9035c3aa5ae41365858
SHA1: 03ffb36d5fc677ae95422287007b735f27618916
MD5sum: 7a98afa22c9b4c176a33ce17549390bc
Description: debug symbols for libpq5
Build-Ids: a8955e85b11a49fc8b809ee33e40f5a54cabcf26
Timestamp: 2022-11-21 16:36:06+00

Package: libecpg-compat3
Source: postgresql-12 (12.13-1.pgdg+1)
Version: 12.13-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg-compat3_12.13-1.pgdg+1+b1_arm64.deb
Size: 19432
SHA256: fa4842a361218f2dd0e360056e6db197b81b17c237faf4f78e7d99535884e865
SHA1: f8a74c9c78dd497669c4210e7f6cb58d23115f22
MD5sum: c854e95d574ae5063899de076d1220ec
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.
Timestamp: 2022-11-21 16:35:13+00

Package: libecpg-compat3-dbgsym
Source: postgresql-12 (12.13-1.pgdg+1)
Version: 12.13-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 12.13-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-compat3-dbgsym_12.13-1.pgdg+1+b1_arm64.deb
Size: 17264
SHA256: d0df648fa387ea18a8b377927d64197c441fb15cafe6ad31c8aded1447955c59
SHA1: 9047f36e1628ac3eee3ba6ba848b932fbe15c0f0
MD5sum: 7bc9a0fe21ef955c7c31651fec9fbb79
Description: debug symbols for libecpg-compat3
Build-Ids: 1f5ab1dc34d141baafaf2bbb0b7d132ea49653b2
Timestamp: 2022-11-21 16:35:13+00

Package: libecpg-dev
Source: postgresql-12 (12.13-1.pgdg+1)
Version: 12.13-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1510
Depends: libecpg-compat3 (= 12.13-1.pgdg+1+b1), libecpg6 (= 12.13-1.pgdg+1+b1), libpgtypes3 (= 12.13-1.pgdg+1+b1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libecpg-dev_12.13-1.pgdg+1+b1_arm64.deb
Size: 269164
SHA256: 79c95d8012ba04ec8a62630f715769629647ea8359f56f9d3dec0d69229efbe1
SHA1: 4bcbc5056eb89571b3404626ed49bcd43132dcff
MD5sum: 895c97296a13c7250b46e1cbfabdb4d9
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).
Timestamp: 2022-11-21 16:35:13+00

Package: libecpg-dev-dbgsym
Source: postgresql-12 (12.13-1.pgdg+1)
Version: 12.13-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 278
Depends: libecpg-dev (= 12.13-1.pgdg+1+b1)
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-dev-dbgsym_12.13-1.pgdg+1+b1_arm64.deb
Size: 240836
SHA256: ad8607fe413e7352f696e060e757328f0edfe91c7d93a147c3a704009fbb035a
SHA1: 3797e75817e40266f3fe8ddbef22b037fe99e34b
MD5sum: 112f22ebd77d38a888dbef3b4b1f77ab
Description: debug symbols for libecpg-dev
Build-Ids: 52a006b7b1551405885ee1084e8db350e9d8a888
Timestamp: 2022-11-21 16:35:13+00

Package: libecpg6
Source: postgresql-12 (12.13-1.pgdg+1)
Version: 12.13-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg6_12.13-1.pgdg+1+b1_arm64.deb
Size: 58840
SHA256: 04e2c00b7693e29a9614b8c9349674db0e7124f81322345c606fdb4b339afdc4
SHA1: 2b6823f6b68731fefe5bd2e85ac993c199e3ef5a
MD5sum: d6ddb9dc9275da66b8ff1a9ae6c3d5c4
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.
Timestamp: 2022-11-21 16:35:13+00

Package: libecpg6-dbgsym
Source: postgresql-12 (12.13-1.pgdg+1)
Version: 12.13-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libecpg6 (= 12.13-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg6-dbgsym_12.13-1.pgdg+1+b1_arm64.deb
Size: 112424
SHA256: 58bc575055bcdb2925ab96c9d11d00211000dfc75b8c1f1ea17459be9c4389b5
SHA1: 3876067c4181893e8074be565c769ac2e0512713
MD5sum: 6d7ee7a598258f4d44863e7e6b65db4c
Description: debug symbols for libecpg6
Build-Ids: 774e466b0bd9b556f0d2ac02ae38846ab8633952
Timestamp: 2022-11-21 16:35:13+00

Package: libpgtypes3
Source: postgresql-12 (12.13-1.pgdg+1)
Version: 12.13-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpgtypes3_12.13-1.pgdg+1+b1_arm64.deb
Size: 45004
SHA256: 9de2ebfca198cd006ab014f410df3a4e283f78fb2275cfd92e826f3a039df8f2
SHA1: 4b6ca35f7e67a5c8c618cf3e490aa885cf804759
MD5sum: 54a5c4f9366eb43937798eda2862c6d6
Description: shared library libpgtypes for PostgreSQL 12
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-21 16:35:13+00

Package: libpgtypes3-dbgsym
Source: postgresql-12 (12.13-1.pgdg+1)
Version: 12.13-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libpgtypes3 (= 12.13-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpgtypes3-dbgsym_12.13-1.pgdg+1+b1_arm64.deb
Size: 88020
SHA256: 67d7c8c9f7962a38a86b1d1a5e58b74198edb94985c5750d7093d243b5210d46
SHA1: 2568a4d526ddc5c36f6477f1a4140b8dd431d45e
MD5sum: 635129af266c636dc7c1125232cb5791
Description: debug symbols for libpgtypes3
Build-Ids: 7691b4c2d54edd3e561b827a8a2e7ff2bca13a2e
Timestamp: 2022-11-21 16:35:13+00

Package: libpq-dev
Source: postgresql-12 (12.13-1.pgdg+1)
Version: 12.13-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 588
Depends: libpq5 (= 12.13-1.pgdg+1+b1)
Suggests: postgresql-doc-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libpq-dev_12.13-1.pgdg+1+b1_arm64.deb
Size: 141136
SHA256: 55d9624e4bf776dce6ea76fd2f8eef14daed6f7dd5559bbec6730458552c2d9b
SHA1: 00e4677f2c2bdb980f35af93d1569a69ac261b8c
MD5sum: 667fd7b0e3f3feafe42eb858da807e5f
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.
Timestamp: 2022-11-21 16:35:13+00

Package: libpq5
Source: postgresql-12 (12.13-1.pgdg+1)
Version: 12.13-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 793
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpq5_12.13-1.pgdg+1+b1_arm64.deb
Size: 174156
SHA256: 7f112b3f227f9cac8de2f1edb870eb102ba1e9ab7635410aef9a48b7d30cdc49
SHA1: ecafd322c0f3effc393fd3611faaa89cc4ccc9e1
MD5sum: 83bda6333b7912e9f349e65df4eeb9a6
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.
Timestamp: 2022-11-21 16:35:13+00

Package: libpq5-dbgsym
Source: postgresql-12 (12.13-1.pgdg+1)
Version: 12.13-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 283
Depends: libpq5 (= 12.13-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpq5-dbgsym_12.13-1.pgdg+1+b1_arm64.deb
Size: 249652
SHA256: 2ac31c528e11833bd798a77e4df6e42883686726fcd1292bbad11c670f8930e0
SHA1: 0d70c71477bbcba3db32ebb368236068622788a8
MD5sum: af22965b4ad64a4ada877065ccf6c547
Description: debug symbols for libpq5
Build-Ids: b98dcdb7afce7d8fac2d401f9e8ef0bc49eefd1b
Timestamp: 2022-11-21 16:35:13+00

Package: libecpg-compat3
Source: postgresql-13 (13.9-1.pgdg+1)
Version: 13.9-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg-compat3_13.9-1.pgdg+1+b1_arm64.deb
Size: 24864
SHA256: 4dd1afa7a5e6e9158cfeb67c3aebadf4803de4de7233093b9d27f7b7a92f683f
SHA1: 7203851522e933ef3ab5c2879005105a83334556
MD5sum: 139581a01ca034a30ace0aa02160cfb8
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.
Timestamp: 2022-11-21 16:34:44+00

Package: libecpg-compat3-dbgsym
Source: postgresql-13 (13.9-1.pgdg+1)
Version: 13.9-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 13.9-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-compat3-dbgsym_13.9-1.pgdg+1+b1_arm64.deb
Size: 39548
SHA256: d2dfeb449a620f3d70acd3b01eaf721fa504ac42c99497abc43880dd9076dfb2
SHA1: dbc8dd47a73dbc6c837aa8c8fdfe59998584357f
MD5sum: af11616f1815e8fcb65e46ed9e8f9bc4
Description: debug symbols for libecpg-compat3
Build-Ids: 5ea3a6f720f55887150fc7980143aac456e1c5b8
Timestamp: 2022-11-21 16:34:44+00

Package: libecpg-dev
Source: postgresql-13 (13.9-1.pgdg+1)
Version: 13.9-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1511
Depends: libecpg-compat3 (= 13.9-1.pgdg+1+b1), libecpg6 (= 13.9-1.pgdg+1+b1), libpgtypes3 (= 13.9-1.pgdg+1+b1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libecpg-dev_13.9-1.pgdg+1+b1_arm64.deb
Size: 267588
SHA256: d5cc5eda5b337fa96e8be73910be6f6790b656048b0599db1bc562093d5b173e
SHA1: 8ceee8dd9408f5926aa55de05de4a802d3ce5dc6
MD5sum: 81242623d6d0c8ee5eb7f1aa0278bab8
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).
Timestamp: 2022-11-21 16:34:44+00

Package: libecpg-dev-dbgsym
Source: postgresql-13 (13.9-1.pgdg+1)
Version: 13.9-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 282
Depends: libecpg-dev (= 13.9-1.pgdg+1+b1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-dev-dbgsym_13.9-1.pgdg+1+b1_arm64.deb
Size: 246380
SHA256: 14caf3dfc87a31aff8cffdb56cf5346ec275cecbea55e0f462940301db3b1d13
SHA1: e9f84618ddb23512a7ba43cc213c75a11861b716
MD5sum: 3a26c3e254600429ef2a87c31c1a09b1
Description: debug symbols for libecpg-dev
Build-Ids: cee2e0ec566483a7de16b8cf4e36f5e23305a4c1
Timestamp: 2022-11-21 16:34:44+00

Package: libecpg6
Source: postgresql-13 (13.9-1.pgdg+1)
Version: 13.9-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg6_13.9-1.pgdg+1+b1_arm64.deb
Size: 58980
SHA256: d6f9d6182530fc8cd387de296602f81fe92dd3a2b36f1025817bddabf9ac031e
SHA1: b5bc0866cc3e21b9b50546e63479140abb8f99df
MD5sum: 168f1dbb84060727d0e4a79071c78301
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.
Timestamp: 2022-11-21 16:34:44+00

Package: libecpg6-dbgsym
Source: postgresql-13 (13.9-1.pgdg+1)
Version: 13.9-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 13.9-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg6-dbgsym_13.9-1.pgdg+1+b1_arm64.deb
Size: 112604
SHA256: 7c28a7792d8082f684bf9b409ef8df9d5287820c4c2962710a5038966275ab5b
SHA1: 4593540e877a552748db0de23787ce706912ee02
MD5sum: 46f71abba1c12121a3d938e4ed49b235
Description: debug symbols for libecpg6
Build-Ids: 1f2cdbf8879acd0c2e113547b8ade86039e10e6c
Timestamp: 2022-11-21 16:34:44+00

Package: libpgtypes3
Source: postgresql-13 (13.9-1.pgdg+1)
Version: 13.9-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpgtypes3_13.9-1.pgdg+1+b1_arm64.deb
Size: 44832
SHA256: 008ecd25f8927677f3d5eebe212d98aad90e6d9ac7389b7158292583c5ac4f23
SHA1: 6b9e0ba070eab0ee475184e1940b2e70a7d179e9
MD5sum: bf64039941bc55294ecaff958bb245e1
Description: shared library libpgtypes for PostgreSQL 13
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-21 16:34:44+00

Package: libpgtypes3-dbgsym
Source: postgresql-13 (13.9-1.pgdg+1)
Version: 13.9-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libpgtypes3 (= 13.9-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpgtypes3-dbgsym_13.9-1.pgdg+1+b1_arm64.deb
Size: 88260
SHA256: 06538744b632b00e5ae4aa051571cad7c1d7f639798a49b59d3f8e27d272f5dc
SHA1: b3c867bfae190c3593ea52d7eb5968d5f0335ca1
MD5sum: 483077cb2a9e48c9d39541c9f1253ec6
Description: debug symbols for libpgtypes3
Build-Ids: d97bc6869fc11ee585dd474d9648e3db1b6c8924
Timestamp: 2022-11-21 16:34:44+00

Package: libpq-dev
Source: postgresql-13 (13.9-1.pgdg+1)
Version: 13.9-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 567
Depends: libpq5 (= 13.9-1.pgdg+1+b1)
Suggests: postgresql-doc-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libpq-dev_13.9-1.pgdg+1+b1_arm64.deb
Size: 137536
SHA256: a8a4c53b5017ea0b8b6d99f78f5b889794526e3edeef4925a3e0362df8d193a3
SHA1: 5b790211b0803b637fc029c34eb1d75891c2040e
MD5sum: d0b5dfb0523c0de8dad113f659179bd2
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.
Timestamp: 2022-11-21 16:34:44+00

Package: libpq5
Source: postgresql-13 (13.9-1.pgdg+1)
Version: 13.9-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 788
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpq5_13.9-1.pgdg+1+b1_arm64.deb
Size: 175604
SHA256: 58bf30a9c9c3d9f1f1bf694e6b26f60a46ef92d32a4a3e99658a197e781c72e4
SHA1: 84c1d627276f1df32b70ee1d1e317a06980f779e
MD5sum: bc0f8c22bd7dba84f862ba376adf9876
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.
Timestamp: 2022-11-21 16:34:44+00

Package: libpq5-dbgsym
Source: postgresql-13 (13.9-1.pgdg+1)
Version: 13.9-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 289
Depends: libpq5 (= 13.9-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpq5-dbgsym_13.9-1.pgdg+1+b1_arm64.deb
Size: 254892
SHA256: 7d6481ad5008cf4480dc2f21ffacafabe2845280fbaf9ea0d363db12f7b31514
SHA1: 7c0845045c0a189b6dcb66bfe164fa19036e946a
MD5sum: b686b83d13bd21487082dc8475357ee9
Description: debug symbols for libpq5
Build-Ids: c5a7a9894e0c6052f9f79533c76dceb5fac4af97
Timestamp: 2022-11-21 16:34:44+00

Package: libecpg-compat3
Source: postgresql-14 (14.6-1.pgdg+1)
Version: 14.6-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg-compat3_14.6-1.pgdg+1+b1_arm64.deb
Size: 21372
SHA256: 61aff40694d683aa3e08ec620c188e93f45524acaff5e258cd45ea316824eaf0
SHA1: 516fdbf510ebdd85fd8de8ed241a62d2935f73e5
MD5sum: e3eb25b8d576c2136ff063d0c60917e1
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.
Timestamp: 2022-11-21 16:34:26+00

Package: libecpg-compat3-dbgsym
Source: postgresql-14 (14.6-1.pgdg+1)
Version: 14.6-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 14.6-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-compat3-dbgsym_14.6-1.pgdg+1+b1_arm64.deb
Size: 39596
SHA256: f22817202d08cf1d09a07083601b09d144d1df0d098ce350f2749e46168bcfb6
SHA1: 73688f81e3608025d2d880eec556084618183b6b
MD5sum: 55241fd68ab40c6ef6a3ab4e835543f9
Description: debug symbols for libecpg-compat3
Build-Ids: b01b5851f6e293d55313236698b2e9649e713633
Timestamp: 2022-11-21 16:34:26+00

Package: libecpg-dev
Source: postgresql-14 (14.6-1.pgdg+1)
Version: 14.6-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1595
Depends: libecpg-compat3 (= 14.6-1.pgdg+1+b1), libecpg6 (= 14.6-1.pgdg+1+b1), libpgtypes3 (= 14.6-1.pgdg+1+b1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libecpg-dev_14.6-1.pgdg+1+b1_arm64.deb
Size: 274096
SHA256: 0c00351dfddc71117408fc950f0cc5162b651afd750dc706c09eabd938836ec3
SHA1: d1acc1801694a7e5043c8a13949cb3177abafb8c
MD5sum: 63c36125bb44c7e9060fe40e3bf53524
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).
Timestamp: 2022-11-21 16:34:26+00

Package: libecpg-dev-dbgsym
Source: postgresql-14 (14.6-1.pgdg+1)
Version: 14.6-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 319
Depends: libecpg-dev (= 14.6-1.pgdg+1+b1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-dev-dbgsym_14.6-1.pgdg+1+b1_arm64.deb
Size: 270476
SHA256: 474541adf9a9d07ed0534f6b25a8b4a8f0745cffbfbceeba1ae429add28cb13f
SHA1: f5042941cd803c0cf794177a7bc3caede0f5e7a8
MD5sum: 0d6a19748772fe61f37539681117cf7d
Description: debug symbols for libecpg-dev
Build-Ids: 8b07852b0d3af1f55bd9691e889716a4236caedf
Timestamp: 2022-11-21 16:34:26+00

Package: libecpg6
Source: postgresql-14 (14.6-1.pgdg+1)
Version: 14.6-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 265
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg6_14.6-1.pgdg+1+b1_arm64.deb
Size: 55920
SHA256: 1a333da608a027abf5c72717e6aece4d0da64055708586b77c23a8c41d522eaf
SHA1: 2338ce68f29163d8ed007df571642bec864e3ff5
MD5sum: 322ad30033d4a43480dc5c7141bed977
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.
Timestamp: 2022-11-21 16:34:26+00

Package: libecpg6-dbgsym
Source: postgresql-14 (14.6-1.pgdg+1)
Version: 14.6-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libecpg6 (= 14.6-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg6-dbgsym_14.6-1.pgdg+1+b1_arm64.deb
Size: 112400
SHA256: f97161c6e58fb795bb4ffbf2de268a71202471bf6e299433bed64dacecb32179
SHA1: 43376bde9ffc758836dcd725390f2c7368ee3da9
MD5sum: 65f28b96d3a7c916af8ff4167d353caa
Description: debug symbols for libecpg6
Build-Ids: 685a0fc3639ba91d877caba48353a4c711498913
Timestamp: 2022-11-21 16:34:26+00

Package: libpgtypes3
Source: postgresql-14 (14.6-1.pgdg+1)
Version: 14.6-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 165
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpgtypes3_14.6-1.pgdg+1+b1_arm64.deb
Size: 41384
SHA256: 4c5be0232cbfc1b3c0a03e9e355674bfbe251027495756519a728e9a78779a37
SHA1: cd74ac14ba143659cc67aef6ae0008c646fe6f3f
MD5sum: 6b166b67d449f5444a60a09db760291e
Description: shared library libpgtypes for PostgreSQL 14
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-21 16:34:26+00

Package: libpgtypes3-dbgsym
Source: postgresql-14 (14.6-1.pgdg+1)
Version: 14.6-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 14.6-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpgtypes3-dbgsym_14.6-1.pgdg+1+b1_arm64.deb
Size: 88536
SHA256: c4f3b84c83543f22c434b524b615accddcd267d7187ad3abe8a011c2fc1bf2a6
SHA1: 965dfa7d5f50071bad00b9b548762d16a3126349
MD5sum: e6fc3d2e2e20f3394479eee8e27b35ed
Description: debug symbols for libpgtypes3
Build-Ids: 708ded8d6d35f73df4aab6ab4c20de4096cb69f3
Timestamp: 2022-11-21 16:34:26+00

Package: libpq-dev
Source: postgresql-14 (14.6-1.pgdg+1)
Version: 14.6-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 575
Depends: libpq5 (= 14.6-1.pgdg+1+b1), libssl-dev
Suggests: postgresql-doc-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libpq-dev_14.6-1.pgdg+1+b1_arm64.deb
Size: 136644
SHA256: d8daaa5133b0dc551e31ba9750ba6ad6c6f6506d27d650de3cc54e23d465f317
SHA1: 43449402a49f9d28e7aa958a3f4f2fef0e3a54ee
MD5sum: a0c4d2929451bb93af948a9970774776
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.
Timestamp: 2022-11-21 16:34:26+00

Package: libpq5
Source: postgresql-14 (14.6-1.pgdg+1)
Version: 14.6-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 813
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpq5_14.6-1.pgdg+1+b1_arm64.deb
Size: 167048
SHA256: f32f999fe80e01d22f9102db09d1a6a6c50ab301276c0027d83c5e5edb71c119
SHA1: 220e896f0ead17a0d6f0380c625fc2220307160e
MD5sum: 63ec88eb44eba12281c9fcb5fbfa1a0d
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.
Timestamp: 2022-11-21 16:34:26+00

Package: libpq5-dbgsym
Source: postgresql-14 (14.6-1.pgdg+1)
Version: 14.6-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 303
Depends: libpq5 (= 14.6-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpq5-dbgsym_14.6-1.pgdg+1+b1_arm64.deb
Size: 268064
SHA256: 4ea7e69a9db15bd5d1973ef389e08d28f12d09da6844cab23d0c3c4df941fbb7
SHA1: 24cd542aef09102a78730b8af4634fcc786905c8
MD5sum: 06a104a749028af4b9138e5a969de76d
Description: debug symbols for libpq5
Build-Ids: a8700592e400954412d9e9038c0b6db01668868a
Timestamp: 2022-11-21 16:34:26+00

Package: libecpg6
Source: postgresql-15 (15.1-1.pgdg+1)
Version: 15.1-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 268
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-15/libecpg6_15.1-1.pgdg+1+b1_arm64.deb
Size: 54144
SHA256: e7f462280f481617f4b759d0f760c3bbc52edbe7e7881cf62cc06ef9b447491f
SHA1: b535cbe742cfbb3c5c0b3ea60d5652f131a63f1e
MD5sum: 254c508b8b2c355477b1a5b54867e4a2
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.
Timestamp: 2022-11-21 16:36:17+00

Package: libecpg6-dbgsym
Source: postgresql-15 (15.1-1.pgdg+1)
Version: 15.1-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 15.1-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/libecpg6-dbgsym_15.1-1.pgdg+1+b1_arm64.deb
Size: 113640
SHA256: 120efc289ecad7601089a9c6ae0842b94d2fc574679f3813792106de8fc53cfc
SHA1: 51384874a2288b1ea09e27bcbe8a72112121b3ea
MD5sum: edeebb9cf0bfd945a1e8c30b869eebce
Description: debug symbols for libecpg6
Build-Ids: 13254b05ccb9735d5d2f2a4b800006ab36c1298d
Timestamp: 2022-11-21 16:36:17+00

Package: libecpg-compat3
Source: postgresql-15 (15.1-1.pgdg+1)
Version: 15.1-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-15/libecpg-compat3_15.1-1.pgdg+1+b1_arm64.deb
Size: 18356
SHA256: 644567cf719c37a02b843e5cc3922312e182984f2af60d1090ad814c2cb13f06
SHA1: 26e0b29ea7bb57d1e456bed7d267551be8be819d
MD5sum: 25f247da456495d39582c978f78026e8
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.
Timestamp: 2022-11-21 16:36:17+00

Package: libecpg-compat3-dbgsym
Source: postgresql-15 (15.1-1.pgdg+1)
Version: 15.1-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 15.1-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/libecpg-compat3-dbgsym_15.1-1.pgdg+1+b1_arm64.deb
Size: 38908
SHA256: 16a27969413e4b55beec4f6250f50554c3fd7af4f188e2a6c676f6b5114fb228
SHA1: 5ec2066ca45947c432575a35eb8e9dac6a9ada8d
MD5sum: e94fff8e637d1777671622c4eaf34778
Description: debug symbols for libecpg-compat3
Build-Ids: f8d2be91615e2459df16700d610216cf744bfcce
Timestamp: 2022-11-21 16:36:17+00

Package: libecpg-dev
Source: postgresql-15 (15.1-1.pgdg+1)
Version: 15.1-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1620
Depends: libecpg-compat3 (= 15.1-1.pgdg+1+b1), libecpg6 (= 15.1-1.pgdg+1+b1), libpgtypes3 (= 15.1-1.pgdg+1+b1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/libecpg-dev_15.1-1.pgdg+1+b1_arm64.deb
Size: 275980
SHA256: 29d11cdcfc6220bd7b704f0da19bb3bb398819c5bb84fb4f298e466f4b7388e8
SHA1: 3d088ca9339a9137819762a6317ccd1668d0f414
MD5sum: 4e86606b646b36da0748695c356807ef
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).
Timestamp: 2022-11-21 16:36:17+00

Package: libecpg-dev-dbgsym
Source: postgresql-15 (15.1-1.pgdg+1)
Version: 15.1-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 320
Depends: libecpg-dev (= 15.1-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/libecpg-dev-dbgsym_15.1-1.pgdg+1+b1_arm64.deb
Size: 274188
SHA256: 8b71ea4b3c0389ec9873d7d76a7c04665713ffeb843ed99bd379a0f71ee96486
SHA1: 76d4a7cf8f621992ae26ddfdb112b7cde7ee96c0
MD5sum: 8726ede56d7c7a8eeabaefa87554ba90
Description: debug symbols for libecpg-dev
Build-Ids: 9d728467eb6ba411e37e72e0d620cf946e36672a
Timestamp: 2022-11-21 16:36:17+00

Package: libpgtypes3
Source: postgresql-15 (15.1-1.pgdg+1)
Version: 15.1-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 160
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-15/libpgtypes3_15.1-1.pgdg+1+b1_arm64.deb
Size: 38536
SHA256: 632fa53b582403d08ddb99e3d467ce4af629f166ab399f01b6ae9afcd599b60e
SHA1: 4824cb0f8060271da0323205855014f31a5411a7
MD5sum: 39cb25762eb212902b7f0f9c916aaa94
Description: shared library libpgtypes for PostgreSQL 15
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-21 16:36:17+00

Package: libpgtypes3-dbgsym
Source: postgresql-15 (15.1-1.pgdg+1)
Version: 15.1-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libpgtypes3 (= 15.1-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/libpgtypes3-dbgsym_15.1-1.pgdg+1+b1_arm64.deb
Size: 87720
SHA256: d5126489cac5b5c984f681d6b82c49c4089f3fd93b64c3d5cfe2d34131513ed6
SHA1: 6d24717acdb3cea2cf0b9e2174c1dba380b7dbcd
MD5sum: 9b9a47159a1ede0176f9e44e5273f3f2
Description: debug symbols for libpgtypes3
Build-Ids: 55b967fe534fce9b07b42087f5661c0cd31d65cc
Timestamp: 2022-11-21 16:36:17+00

Package: libpq5
Source: postgresql-15 (15.1-1.pgdg+1)
Version: 15.1-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 899
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-15/libpq5_15.1-1.pgdg+1+b1_arm64.deb
Size: 177400
SHA256: e5250a1e139808e7daf9d0e6dd2d6da526b9447867f20e55b451e504cf2a2e54
SHA1: 5a26f0f78248feee25fccbec0e8b39d4516a7675
MD5sum: 40f1d534afbfb7e71d67d40eb32ae6be
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.
Timestamp: 2022-11-21 16:36:17+00

Package: libpq5-dbgsym
Source: postgresql-15 (15.1-1.pgdg+1)
Version: 15.1-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 312
Depends: libpq5 (= 15.1-1.pgdg+1+b1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/libpq5-dbgsym_15.1-1.pgdg+1+b1_arm64.deb
Size: 276816
SHA256: 9013378014f80133bb4cc5d4183a98ed5f634127cd6d7ee2654bb50f9a8d10a8
SHA1: 592eb4f2b58475f7607efeade5cf22e5a07c5df1
MD5sum: 3b2fa08b74cd99d161ba8ff0faf89705
Description: debug symbols for libpq5
Build-Ids: 36269adfd7d3b8f48afb9ff1616101512bb4052f
Timestamp: 2022-11-21 16:36:17+00

Package: libpq-dev
Source: postgresql-15 (15.1-1.pgdg+1)
Version: 15.1-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 584
Depends: libpq5 (= 15.1-1.pgdg+1+b1), libssl-dev
Suggests: postgresql-doc-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/libpq-dev_15.1-1.pgdg+1+b1_arm64.deb
Size: 136884
SHA256: 84265384646da0f4ec9b716d167ca9ed86489403264ba267bb54f3e4b96066d6
SHA1: 2154bd10a196ec9bc4e8ddce6bca4c6e45c9c071
MD5sum: 7c431ec04aa61f2f0c0f4ca9fed09131
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.
Timestamp: 2022-11-21 16:36:17+00

Package: patroni
Version: 2.1.4-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 822
Depends: python3-cdiff, python3-click (>= 4.1), python3-dateutil, python3-pkg-resources, python3-prettytable (>= 0.7), python3-psutil, python3-six (>= 1.7), python3-urllib3, python3-yaml, python3:any (>= 3.5~), lsb-base (>= 3.0-6), python3-psycopg2, python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes | python3-pysyncobj
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_2.1.4-3.pgdg+1_all.deb
Size: 159568
SHA256: 81b3f30e922eda057c339f495956d5f1217b22b3f401a0a56775fba80ebe6aa6
SHA1: 8851abdddbbea8fbd9cdb80c03f5e681f38de994
MD5sum: d2c0c72e62882ee20f20e1fbe642e7f2
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2022-11-21 16:36:17+00

Package: patroni-doc
Source: patroni
Version: 2.1.4-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 940
Depends: libjs-sphinxdoc (>= 4.3), sphinx-rtd-theme-common (>= 1.1.1+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_2.1.4-3.pgdg+1_all.deb
Size: 126100
SHA256: f22755abb598118f9aacaf737ec2c89ed68420bc85a257fd067a87e6efe9e698
SHA1: 3f5798c5cbb1bf5cfabe0c36f57c7adf26df73b7
MD5sum: bd7558db22b63803005c3f06fa837528
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-10
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28274
Depends: locales | locales-all, postgresql-client-10, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-10
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-10_10.23-1.pgdg+1+b1_arm64.deb
Size: 5012884
SHA256: f7fc14b03a2bbfcea626cf2b6a9e7566e14e63f0e9131d435f6f4c86da40de5d
SHA1: 5f5d6c1b264e47fd14b28e4bdf6b632ef9f7faa5
MD5sum: d77c21e5585503fad27330a098f6d754
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 10.
Postgresql-Catversion: 201707211
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-10-dbgsym
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13529
Depends: postgresql-10 (= 10.23-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-10-dbgsym_10.23-1.pgdg+1+b1_arm64.deb
Size: 12045636
SHA256: f7d542390aa4a9fa4e0363cb5c4c2ef8b1b543c572e865d7a338eb721e32ca1c
SHA1: 8a7f47fba68fd396ec4a8d9086b4a0e6e3622589
MD5sum: ef4dc01627618fe80ec354d438852374
Description: debug symbols for postgresql-10
Build-Ids: 029fb3a7b1e919673f836debe6ad66808178838b 06f1e2ce12e22e749c89b6de54a3ee59ddefbebd 07426b7c892769949766aa45f70b6aa0cd2001e7 092d47d7a627742f3005aeea8a0238fb3728f0fd 0fb3b9b1801581e03dc6d9fc07b3aa8a12b5935b 0fe8b8d4f2fc04d3483fb249bb2879726090974b 104e6088fa7551e8dbe8a165657cd2484343c71b 10d4551c45a2e528beddffdf396b0b5c3ca957f8 10ff414bc5f6a6d79e4e51485bae71358f33cf7b 1355df8dbedf5d4c0873ea73aabba392401c095c 1642fc7c4c4e3a23ad7a2cd945fbc613fc55f634 16913cc8ae3c719dea1a46979684f3ae9962d6c8 1c320297faf67bc067c450da47b494f88c5baec7 2387a4350d1cc473d17a2a5ab56493e0673d26d5 23bc753a6d7c3c04498b2486b545315622cb2bc1 23df8aeceace2218611a8f6fe448703a69e1f01f 24c2467bedfeb06619fd219449bbef51b1c28150 25b34207118742e15710df44da1a60e74cf13341 2a13dd192d3049bc1283ffc50d9c88324eff5b76 2bbcb1fccbe2225d00a21b74b396df3a2c31f506 2ef74c837140ed84ef12663639e62e409f1d4cb8 31854881673879a9227ded13aa7e5e0d82c1d397 333a1ebfc0f1de5f72e2cdd9822b7ff66d1ac938 3c68f60c7900581868d8893fa369d02f206dcfa6 4013c94322d4ae619e29299369107625b96d7ed7 426e20f453dad4f5a25a1db302d6e758d78529ce 4294aa7ddf6ff47f79e5122483b1cffa81a3ae3d 455848031c5889aa56de98d18e557aac536df37c 467352ff53afbd28fa1867d8681c1bb6edd3ca04 46e7e21c81d23d59afc2c5776f2afbbe4776e203 48352149a15e6a86e110a712fe4a54fc59d80b76 4ae5bfb184b03f843d9bc1f6ecea17ce7dac6af5 4c5d19327b300c024fcdfb9cf64ed5f66e600746 538cfa2028883d9b2e0b4cc49e975e1caa04f092 57434dd3b4bd4306622cdb07b010f840249d1490 59902155dabc40c78aa7f888dd803495320bef41 5c75ca8e816c97fe0390c5146ab576ee5d5c6f15 5ecbd307066f76956b85259200ebc963ebe54cdd 62eb840ce2e7d7f321376fc11daad6aeb3af5ea6 67248ddca702d3aaa0c4cd31e6c91cfbc00ce337 6c2fb676095aa4d6e59faa5ea1057f9b382da3c6 6c4adb5fecb3a7f5678ecadc63c9d272b79b9fd2 6d3fd21587ea1bfd02a5ce9dde222261d8c86205 6e369062a008d4e518e40f9f7386554148b4fee8 719969ea71e5c2faa126577269be9b46eb12e2f8 7298b4c9256e0b6b7c3c0811c7499cebe3fa0570 75d44f3a77fb6fe9701b16ac0dc7427fa4c6c1fe 7697863b189a37f26156829614e3a1e953fc7ac8 78e680a64cb873b30f6468d0d13450af8484a71f 7b02971ee5ff22e865e2016fa6c3bac5c9f4cc0a 807050635e20de4b0cc4df6acb32fbcc4b72dacb 82d4f2514dced0e1116e41c894f43e33173c8606 8627d207778a5ab4944d06dc2b7dda8097aeef3a 8ffa8c10cd039eaafc152dcb0bc7f1f6a1b22ccc 925d6d77657ca17073016f891405e9fcd5e95395 935315fbab7445b08446596f0c7398fe9985e997 9b2531d6300b247989ef768a649d2800417d9f8a 9b4250ff46ad974b179161876a5acd7c6a15ea1a 9b8747758f9a952ba41e565ea2827b3ff2db31d3 9ba777b7ee2528d5ea80000d1d1e35f83e99bbb0 a707a83eb1fb41ff7adfd6f17182685cb9c22e05 a81e3bcfc843744be42bd5408b088cee55ec1738 a832cb1de112187754473a4aefb27107fb60ece1 add8e5154a2c9dedea9410de45d6331bb0515faf b22cc2fe527a53cc34e55888453118616a9b2253 b3e3b9c13f45bfc691202a3727c329db99822d83 b827132a5feccdc96ecbad71ed6cc5c5dc9743cd bbe306de2dae6f7007914c1d7e5d3a5e12ebbd5c bc3de0ce8ed3a9dd692deedb0f4de7867b594d37 c004f6b293880d89ee58f817997d42816a467794 c0d5673fdc436a7e756d71dfd743bb27c9ee2412 c1f419aae13841548d7b0d70cdcc4ae31d723b16 c20d3365f4b9c4ffa529ee40da72f3a2ab24bc36 d34619d810d14cd53147f5284f87ff1b429fcdaa d8289c4398ab9d0fa905b4353b4afb34a598a187 dab7cbc1e8879bda8d63e6b56fb8b54502996aea dbc0c4228c2bd8756ccc6f5161781a523a01c97d dc2ee102db370107ef2f9e9b139ff51ef872f5f3 e08d05fc4c2ff079636031a5ab483daeb1b18561 e09147ed061f4fcf1812a9adb10283a7cb3168ee e2365ba8c5377d1ef77ed8512723ae8f25d8094e e43fbe8f97d8ddfc9892a783b1d5a65edee297ab e6261f880031a716e15b8e21b724b3bc8473d37a e8a9ebe70653478068acce11fcf79b9b24114fcf e8d103225337bbe5ef96a859f697a115c9c0acaf ea696c99c6dc20b7397c49bbed008841cd406dc7 f1311feeee60d65316e9b4b9206bc51d9ef06314 f3f73bce4bc4ca741a5c89a7a212dd99b20155c7 f45ddbdf19b993296198a133588c6408c373385e f531106f5f8aff243ac0ab762e88621388829f72 f9a969e93950ae034a4eb7bdf29d18f2ab1307c6 fad7bd1d51e0c8de4f8b28532faf84ecb92fc343 fe82105cde2fee8ef4dc2baa47628c1a58d90b08 feaeb5bae7dd02a6f3de7ca9f2e288ee2e89e008
Postgresql-Catversion: 201707211
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-10-icu-ext
Source: icu-ext (1.6.2-4.pgdg+1)
Version: 1.6.2-4.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-10, libc6 (>= 2.17), libicu72 (>= 72.1~rc-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-10-icu-ext_1.6.2-4.pgdg+1+b1_arm64.deb
Size: 26944
SHA256: 7169d5dd897745ea200beccb9e04e7dc058108f581773b646c1f8408485929dd
SHA1: e089a886691ee24d1ddee5c1efa3590260c4ba49
MD5sum: 83c677657ee9a6de954efedb15608a7e
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-10-icu-ext-dbgsym
Source: icu-ext (1.6.2-4.pgdg+1)
Version: 1.6.2-4.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-10-icu-ext (= 1.6.2-4.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-10-icu-ext-dbgsym_1.6.2-4.pgdg+1+b1_arm64.deb
Size: 67400
SHA256: 277a1361a67e4e71751d9f064c1cba7040835bdb7def711981ddaa3407dacdf6
SHA1: 5f50f7d59183b03184e235f9067c17e983ff1da7
MD5sum: 88d7b08949b3a4f09f217137f2d61bd8
Description: debug symbols for postgresql-10-icu-ext
Build-Ids: 382b89a890297ee5849106eb6aaad4a999617671
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-11
Source: postgresql-11 (11.18-1.pgdg+1)
Version: 11.18-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52435
Depends: locales | locales-all, postgresql-client-11, postgresql-common (>= 194~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: postgresql-11-citus (<< 8.0.0.PGDG-2~), postgresql-11-cron (<< 1.1.3-2~), postgresql-11-pgextwlist (<< 1.8-2~), postgresql-11-pglogical (<< 2.2.1-4~), postgresql-11-plsh (<< 1.20171014-3~), postgresql-11-rum (<< 1.3.2-4~), postgresql-11-wal2json (<< 1.0-5~)
Provides: postgresql-11-jit-llvm (= 14), postgresql-contrib-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-11_11.18-1.pgdg+1+b1_arm64.deb
Size: 15449164
SHA256: 8c118743c0f86813bf44a6b6beb8ba0685a46dc62e5f73ee641e295eef3f9815
SHA1: 2f79239cfcf3acb48087141cefe3a9b41fbcdefb
MD5sum: 5f5d2564f0ac3a27039d22473f9488c7
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 11.
Postgresql-Catversion: 201809051
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-11-dbgsym
Source: postgresql-11 (11.18-1.pgdg+1)
Version: 11.18-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15253
Depends: postgresql-11 (= 11.18-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-11-dbgsym_11.18-1.pgdg+1+b1_arm64.deb
Size: 13739228
SHA256: 0ed01edc1f52f69d63a2a2bb38ca5e906c39d01502f5e650d10f4a4ddf7e1b1e
SHA1: 3ff6a3bdb626da08f166ee5f88bed0089cb777ba
MD5sum: 66ccf04e9ff147ee03475e788e31fea6
Description: debug symbols for postgresql-11
Build-Ids: 05ae00f3efde2d6a8bb940d888067cd264452bef 0a3fd4fbf297c76ad57a5d0b65a45446d469f257 0aba2412b54eb186054241f0955f2a53577132d5 11caa0f103875d6fd2e3c5b140d571146cd05dac 12df64f3428f8eea34bc90af4229c9b27638b8a5 130883212fa6325c421343edd2075b5f20a8f1a4 1489bd7d42ce35a742858cbbf1c80303dbbe157a 15dbd326bedf2326f4b292516bcb0c412251252c 1722b17399f986f3f1e898f9d7f3f8683e86fc47 1909edeba671f7be676aa730d18d7b71fce44d18 1a724c9f353c895cc441cdd5a997ffb391bf7806 1b0bb7139eb4f730201ab0d7705a6d8b4fcc85c6 213698c046b345a6f86df668ae2eb0946bce73a5 22dd1794ce80925fd547c40565e857cc98136e82 22ffd08d2b643e362c5e814d1effa516d7fbc486 29a28702fdfa6371f155420f553b00633b230eae 2bf5603d43d8f8371f344e68b1cb6f1e68149cc5 2bf8895bd4b8010bcae8829b75f17d32c57ede1f 2c3e972ca7f56408bb91f2a54f26d146aea1570b 319a110996d227cc8426088f744c5022f44b52e3 3af18d52e9dd6225388abebdad490f4213791bf6 3c829ae03bc943d0396f4cca1ab2f6ee1ec2e8e0 3ecd67c47b3922027a6895eef2401847717d9e9a 43f893f1965dba8e435cac3e9ea802fe6935d45b 450dfed0b798ee3b6d3864e537ed2ae8355abcf6 470d10f212565fac775218ac01f985409ccd5f5c 48b376bb27482984b93b6b75a999ea49e37a333b 4e2e8eb82cfe66712fa02a9b1cbded3f7208c682 50294ed5978958a293556959859cef4eb483f436 508abab678a085f8d0f54bfcfce75d1a11eb2fec 509d599e4f0a432fe245d43f6337f426ddf8a77f 524155ef4ac508404fef8fa0e4d6a2c37dea27fb 5482cb7bf7737a0e7547b372dba2b5ce01d1b25f 550c090f28add53b320fae2866666c43d6326ed3 5e3e3f61817762b00364c604a489d6d6fbeb62e2 5fd0b50d6156d842b22628ee8e6d1b3d3930c9d1 65e8be7b6a618a46324f668d36ce6b31ed57c2ec 65ec18ec0ca63f45dd2875b4f23bc404c11e4c2d 67594bdd7d7803bd5c01d987ac54491ce87a849c 69b887f560b9f57c45d4c316201634fd8181a478 69ca580e9684768febbdc2d91ffa89283f6be57a 6c62ec204bf7aab15d4dfd963d4ce6aca4911e20 70d19bae81e4fd3c13c2fbba04e640db092f27fd 728719cf7e6b09a0bd9997705b6873717378e088 798a6043c98ffa5d4d3ddcf0885080aa040c0018 7a573258c9ace49674aca9e34d4598444f9d1601 7a8cce8743e662b28baae8c02dcd89ae4714f86b 7da5324634783dc63c5ccfdb149f7371b5c8f8f4 7dfa6116e8fad1093a6eb15762f004934b0b3f37 7e64faabb18cd3dc062b7c72c65baafb20d8901a 8246d2710919227b00e00bf18fd2296482324fc9 833b9c957cef794f5f84d59d08436dff73410a4d 8401e9ae6cc74d709c0813f2aca13a7346405a50 85ae66b915fc9bb256dbad5e3a7b1d4f6d1c5a62 85b63470a87993f1c43b2ecb2bc57f02dc166619 88537123b01e6d73b10c3305740c6e395c2a62bf 88c77d9a4fd78456e50e52f3e6e6ec1e554e0bcb 8c01245329f8f3106c6d677f50c9ac6673b9b9b1 8cc676647423881770f560d8909caee6e5e1d5f9 913d3b68b22a7cadc48791d6dd2f773a0cc03725 94401298af3a6b096be43b6491ab69512f98bb30 95f2933269725b28b584ee6f2aa2f34ec00ffdb3 966f8f272803879879987a2262aa43680b38a0f9 96af8c3d175d4244b185fa85bd11a13d16e9c224 9a471269d4299aef332914b6b6140296d456a7ac 9b0e769092204fcf08c171f7ea73b423f04d4e2b a28b693a22338f5ad7888cddd88365de1d9906dd a4e68181b8b9aa9dca244d15774a5d9139f4991f a80f6efcf6c21e1736a85fe14da9e07e197a5b88 a8e5a19875d1b4ba70dac3ee2263b35003d84a92 a919dc5eefc0e1e767e4344bc8640b11c41b349d abc1554262110f6f4079a8e387f26216f23d3c17 ac02c4fc3a669308174dc023090c7b2ccf66dcd4 aebaeaf55091de3958b0ed42d74f318bedc3f042 afcaf8e21a43b59c6a7381d1725df40bdf27c116 b0420cda7753669ef189e081836ea7f231fc2df2 b4c655b2cbe6df28e7fd84b02d16163dce5925fb b85683150239d304554cc5b342e77ee4465df44f bb81a6e780bfe47408633e319ba448887520ba96 c0fd7e30862d329e42d28d9a469d66ed13871e71 c3017ddebd489991dd0efc43dab627cc35bd8149 c7c0a71fbdbe8ed7339af3e941fa59974527eb5b c7fdb3ca6f1140a775c3e50243c8f3fc4c9c0be1 d340fba07400830a71f3edc8b666c88d5a594f08 dcb2a8d311d507d47f1775bec02fd66af0d073d0 de66908a004497783be9f953f75c447d7c110941 def21814ad8c7fd72e39fcac5e71b536c62992d3 e1a0655c083e10e0a12e4c57a76a2e11a1854ff4 e2ddb66500087637c239679e3113568f23062a80 ed1bcf7d34852024cbbb44ede3baba96f47d1d64 ee4fde21be428991de612c8b3aaf88a658bfed9b f3447088e823f2f6fd43834e242ff825e1d26fc3 f7ddbc278137b41ac6c3da72172aa6567db86fce f9b0c644b18ceb3bdaeb4ef2d120927f0f8a3fc0 fe2efc91d3a8abc7005bc0335fe535494fedd503
Postgresql-Catversion: 201809051
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-11-icu-ext
Source: icu-ext (1.6.2-4.pgdg+1)
Version: 1.6.2-4.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 205
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), libicu72 (>= 72.1~rc-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext_1.6.2-4.pgdg+1+b1_arm64.deb
Size: 71944
SHA256: 87ce03673147fc8172211d676ee8940ebd99732b9f13038cb5da1110d82b080a
SHA1: 28f78f540c94c64f488b7d4d7cfa611300bedb51
MD5sum: 2bd5b5ef56e550d820085b383a88069c
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-11-icu-ext-dbgsym
Source: icu-ext (1.6.2-4.pgdg+1)
Version: 1.6.2-4.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-11-icu-ext (= 1.6.2-4.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext-dbgsym_1.6.2-4.pgdg+1+b1_arm64.deb
Size: 60912
SHA256: 53e315c206f68d280e1c6aeb2deec4d53690f4dfb032179602b11b278b90499d
SHA1: 00ab65d7cb6ef3984b0619052cefc0082f8de173
MD5sum: 21cc5620764fd7d2a7dc2949635f5762
Description: debug symbols for postgresql-11-icu-ext
Build-Ids: 43fd87f5d67663aa1b81a14462c7bbeb74a411a4
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-12
Source: postgresql-12 (12.13-1.pgdg+1)
Version: 12.13-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54210
Depends: locales | locales-all, postgresql-client-12, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-12-jit-llvm (= 14), postgresql-contrib-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-12_12.13-1.pgdg+1+b1_arm64.deb
Size: 16095008
SHA256: cca933729964118756b031df805ead94de5ea47f81c1f7006ae611529fcd9fba
SHA1: 84a5444a7d076705224a2477c5bc6468c84935ad
MD5sum: a2e7540f211f332ae1735427a364dd0c
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 12.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 201909212
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-12-dbgsym
Source: postgresql-12 (12.13-1.pgdg+1)
Version: 12.13-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16403
Depends: postgresql-12 (= 12.13-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-12-dbgsym_12.13-1.pgdg+1+b1_arm64.deb
Size: 14821144
SHA256: 4b3195a45b48875304d1c07ab1377487be1ce26b5100e95962fe05952768f3d7
SHA1: 41721d41d0cddf131d0039d333012ff5d4859b8e
MD5sum: 49b4f1e3937e080db6ca53fe0300e889
Description: debug symbols for postgresql-12
Build-Ids: 006daaebb6450126c4f900bd7dfad240c013f182 04caf285857f07a882df57be8ec148a89ca75214 069dad8e5d4f4bd42fe1eaa10a1e425e4925b9d1 0744be55d3c55082e834d85faba3ee4622b40a47 0973d720b164ca37575af5a39a7ca228b019c1d5 0cd22ae99a45388e7641b40deee313a3b9ecd1e2 10ecc04144c9fab4c7e04392d27b72535b557f27 19885e7eabc1dc3934768d79e71848845f79d33a 1b3588a3a7d849df50c981eb710be2af7eb3082b 23259169e08883048aa070f0c6463770ce25770f 24ad1086e65345a08fb83b2e6c2c927172a98a81 26c3371afc29211de7d61fab30684ff96d267e50 27fbf23b8b7cf133b7fe4b3656f5a2abd89ddbf7 2bc3dacab8739d99fd8a0ae373214ef0e6cce9b8 2cac13943e0f1d198abda559ddd79e5d282d500f 33a46013067192996499f5e8380fb1a5326968b0 33bf0c5d20aee3401d65c6998b90a9a4a6947e15 43439338c375567cafb4ee83a4c60a2de0188039 43b9ccb44434760a257b100f5203a097b923d450 441fbc907d927cacfb527635d3f132ee43c8e866 461c070a8a946ac173df1f1073f142c29854529f 4f5b748e81dcaae97ff2f8e470bfefc55577916a 4fde2c7d487581b8476b037dc0ca07fea2ffe7e1 52ce3214d9f8f9f5a6ede05237c080f522fd02b6 53dcc900488726ec12c3e23dfad7571f4530c4cc 561ae58c160ac295beec6feeac04a464f75161be 5e7b96a8b1f505a03498b5173fb202c0cf8c2b72 6244212abcc5dcab4d81bfe81903ff360996ef77 686de1c23e30bc60a5ba94c652be2fec396c2270 6e3c219afd49f452f6e8da5b6464f30298a89e0e 701d55898be4576e07e4568d9065d418959f5201 709a351a0c598a37a2f3020fa942bef38728cc40 750e94b5db6e22cb44adc3c3db820ecce6ad7ec2 78f152a4eca9ee347f76cb53e72e016550be23b0 7b6a9bf641add6f5d83752ac0eca8407d207aa9f 7d025e361cafe598745e0ab0349ee920fccabcd9 7d7512374f60ab96bc81da45928ed7cbd91b0379 7dc6c92523d4e4866811027cc66081cedb58175e 7ea66c925481e60059f14c9aa34da650d61f7231 7ebbb34305e4c648090ab6a984be362a54abfc93 8751d67ba46d9f4b51b35a133c9b6d9cf2ba6122 88d0e30ace88d91336ac9ddda3bb4ccb3f8b3466 8940f00222bbe0b9033785501f9f414d40affd73 94d68751ff9a4d94a9cc0a448714896c04981697 96e114ac44f0a452e28147be876b95641862d686 98fef1052be79f0f3f2d2f20bd27e06e724152ee 9d69b0fb73d46eaee22a9d873840b58637d98769 9fd9890da6e8c5dc088c0a1f46b04696ec8070e0 a3da9f5a9e85d87a3808818c58e2875101b3210f a979e1957fffa910393cc93129c54111311c8391 ad3e354f9ce061124e66c4c8cc99847f9a4a0bbd add0f34841c82d5514557f37031ba76bcacdbc74 b08a4aa29e1b44ed7f31a50f796b1d95f30bb2b4 b16f48a5a3499a6de458f6c7712572731f51a01c b4a40342cacd299bd147546a08f78a197edd4d48 b7b8e1daa9dfbc28a6f4c79774964238f7ad334f bd2329a3de594ecf7a4f7a40cfaad604ce6dbe18 bdd0dca7893899d72e1d4c63a4a61324d050b7ae beb16866da89abf86521002c2dfd1834ece6ed72 c243e49f8c832e3db0ba67284266fd89fb9cb89a c2b58fe4078e067f940dd17e369dd390ce70d136 c4f688b0fa45d42a24d35bb2c552ba9695adff83 c5852029733a7704f479fd12cae0d9560b8f455a cd53be48f3438536e4c50ec3dc20bf0fbbfc117a cd827bb1b145e7d4ba981a65b3ae9aea621c4649 cdce12b51efa665979e0f3cdc9718a2896b211bf cfc921ce50acd0ff372ac622e8e565d13a6ddb48 d0f58dcee70ce4933af794ff07082aaa5c113d0c d13c6a6a177753e39f00a1701ee5c43adf3d2720 d16df8cf5b493bdd6e1ea50f3094beb542ef9b5c d295348bd893e0590b69a964be2549f0a7790303 d356993d1ded1de6a4d3b08e226de80fd545ae19 d751410bc316d758aea8a593266743ff5a6adb99 d8eb30aa99c40d71ada2306986b7ec8746708f3d da32ddffa1788d6b1e55832a512600411e70b0d8 da5c9d2134f026c9db18b4f96402939da02fc664 db2ac3ca813486b4cf688ecbf3af3373d2813428 df4393b44b5f83b3a7a2092a77350907c1292bda e840537ddd818f6d7e3501ba0a8331235254e1a9 ea30b7cab43d919bc70903cac81464dae1b597dc ec1c675e4e3cc470f38ba690d6034663dd173659 ee052d3f31d83d94d2ba9e6ee0024e40863c2c75 eee64936e7c3e4b8352dae0979da37842e52b5c2 f319ceb69b85c87fdd38914657c11e06f33cd57c f386a070587d9776aaedef5f79f55d40fbca3b5b f5179eb18a27b16acd8c544f4543447868e75765 f6af518f17025c0d58498990dd5f3d302db7ede0 f7c3058264c2a6e88a55b0feeaeed67fb128f610 f84aa5ba0d8b0b59205df84d189891a2c67de845 f8b43653d06b65802eb2fb2b7c7719477bbb0dbf f96509821df45d395604fbd76c0e06244e2a33d5 fb44ba35d845330b6d7d885c9b5ae9db3edee21b fea723c93b9033ce28fc4582256b947393c71bbf ffb96a9d478909b0d7387b24dc58469a24aa3443
Postgresql-Catversion: 201909212
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-12-icu-ext
Source: icu-ext (1.6.2-4.pgdg+1)
Version: 1.6.2-4.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), libicu72 (>= 72.1~rc-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext_1.6.2-4.pgdg+1+b1_arm64.deb
Size: 72624
SHA256: b72db9251fc750b20f4fc0d221918a79e758dcea9e347d803297768320dc1705
SHA1: 1ab575f85f36e4cade9c5ac7e9a2193042ece6fa
MD5sum: 54b749bbc8a48c88daed2576b9a1e511
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-12-icu-ext-dbgsym
Source: icu-ext (1.6.2-4.pgdg+1)
Version: 1.6.2-4.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-12-icu-ext (= 1.6.2-4.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext-dbgsym_1.6.2-4.pgdg+1+b1_arm64.deb
Size: 64540
SHA256: c619ed3747b17c24f90e9b584d1e1f7d6ee5e2caddde5430ea6bdc58aea381d0
SHA1: b9e2cd191d2387259f761ee461c1b5f4363bb47a
MD5sum: 95bb979bdee9d08464f55e0063f22b26
Description: debug symbols for postgresql-12-icu-ext
Build-Ids: 0d26a8241c2d8757aac5457f97bf2fd865d39232
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-13
Source: postgresql-13 (13.9-1.pgdg+1)
Version: 13.9-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54008
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-13-jit-llvm (= 14), postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-13_13.9-1.pgdg+1+b1_arm64.deb
Size: 16388068
SHA256: ad80ecf060d892884aac8f70417ddbd86528b18496c64075544194504be14713
SHA1: 863214eb1c2442656fb4115124559159840c3e1f
MD5sum: c88a1cdd0277db1cf3f77dd869a10535
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 13.
Postgresql-Catversion: 202007201
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-13-dbgsym
Source: postgresql-13 (13.9-1.pgdg+1)
Version: 13.9-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17205
Depends: postgresql-13 (= 13.9-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-13-dbgsym_13.9-1.pgdg+1+b1_arm64.deb
Size: 15590120
SHA256: c1899cf29ff93f4f5ea93e4c274bd2c4248ef74d3ff7613f8f1ab0ed935ee50a
SHA1: 8d0b9f89ec9b8c36bd5281af4284131c7716ef16
MD5sum: 1540323ded6be2f1c3da2a5e4d7850b1
Description: debug symbols for postgresql-13
Build-Ids: 00c07fc5446c9954200924002ecb3f6ed1986b43 00cf0e892964c46b74fc1dd864331315087b3ddf 03ba5eb0ec89c2e122b100c231869dc25762455a 05e23aa8695b7992c2704419b4c814e49f39ddf0 06be3c3df0b9fde9ebaf7c40af779b6f3e18e357 08bce56828e49c86d5388c982173e5d37d24daa7 0abc2e875051abf059dc1370f53c056c783bfa10 0cd5a1ed103e371b915d5f62a23b052dc4e2b73f 0dc3f968625a7d39156469417fc2cc2a80c13722 0f484dd2c3c88760cd4e32385dc419e852b091ef 0f57829a82fa05c7a8439215a60ddbf50f8acbf4 101c4d1ab3611a394be05aee759dd17664b761e6 1203e86f48c9e67c43b2fa0fd39ed51c4266a674 141e4d15c66fdc351aa78fbf3b176e1b3fa4bb9c 177a9a86f8a07ac162894910a92d727685692458 1b3da1c33f36786dcf0e10495fffe330222b7b8c 262429799887902d775ebfeb67fbba346908486e 2624c660296defe3e7a5fbe4b265a15d7561b384 27af0d9617abb9f4e37ea2cb1d87cc6f3fd6f5a8 2a8adce172d653b0a1f267ef610a897e0c5786f5 2f32d503ca774063cc1ba36ba0a0a76f710761b0 323fac84809c849651613ac21f5c772a529a9e64 327d9424ff89f86fe64a6898e02ee1ee3f826d81 327d961f04118e51b7c0a8ecbcee3bc03fe8ca86 357dcc432f2187a3da079c100962c3d27f22b755 3708a8b1a6b1c840ecae639fd73275f21146969c 38c89333f8ec176a5a957aa060a84a2b634a4fff 3a3b32c4ef6f095f82a71f67da1ba80550490688 3b0bab34b83dd4f85560b62b67140dfa08f89a25 3ba7e4063cbd0d2d7b17f88c410943cb69e9042e 406e290b2d43b1b20094f1fafe62de62c2c3423f 44845e411ca9b122620e3cab58eecd04e11080e6 4712d4ee63c490e20c92034ccd724c681ddb3cb9 4afa0319f63d6840e7bc9bc9c53df05010d57863 4bcc4c5b581596d45b92fcd0ccdc6f82b143e91c 4cc50150fe7d4483b7cdbf17c954f7ff78bd6d17 4e6ff7af38f46dbd5c582585674fe155965a5743 50aee7af6acf8ba48fcbc93eeced21046e344f4a 5d02edd33d5c69cbd021b9634a1587231c3d52cc 5d34c1052b0f7b07c78c2d2000c537dddabeb0de 5d56bce3668fc29969ad0815d132d6944993a970 5e0f55d2598bea2da1cb959c39431f8c1bd1af9f 5f89b8e928af362b956c0cd2c3047b52bfd34880 623eef1684398d49635333f1ccc012d8b0bb0ed9 64d77ca9dd9ca4a45a388b551ff1bc9e718b8463 685d4ed00ac7bd59df17fd38bc45af45cf1fd627 6951b6d0206b0fb9a49e26b64a0a114ef2061d7a 6ae421546a212d51d315d0f70c2f9271b4a194d5 6aea352771628c5a5a9355500d2630475999d8c2 6b1df571e8b3ad4e2226fe881e864845f9d2380a 6cd06b2092a5eafcbdca24ccbc650b53e90fca46 6e78e383ecf585ba7ae147f0e84d1cc5a114603a 6f43f989a32b86bde3e156a4efa267ae4f48fd43 729f5c67a32826819dee88f07999aa8868799c29 79f939185e376f3f3b480d394569183fb6e85a6f 7b63887ef9ac1bb40961f67b7c80bed9f6d03f75 87638eb0e8e1be8d4659ca898a1136669701762f 98b68c1e84a3e30ce35fabf0298167209006e023 9a3ab35eda6436fcb5ee2f3f1839b9d8db251178 9a8e5444a05e322a82f8870224bdf67117341858 9db76c212cc97e12dc7da91fe1e4600e3aa155c0 a58898a225b5b75f7f5cee2439ec688eae360a8d ac3a5ca971760fe1d9c048934438bb94abdb2273 ad67712eca7b16d469e472d1006d7f00b9f58dc3 b004f9fe76b722e971e6b50acf4d9a6776218570 b0306b34a63f36965c7000d6b53ffd4166c632aa b0c506b0b73184471b390488c8c6887fbb489f33 b1366ab752ea2d04f19258a559a7b2f48f89d49d ba6af6aa5d5fc6d5537c56baefbc12d7ad785746 c498331e797f721635466d2aa61016652dc884c3 c7d99dae13d55f2b3aff4ee03ba8070df88d7312 ca647fe9ad7bbe52741c12cfd51b0b12bd611e82 d45e58a49845754b12768086c15dae5ffe590182 d8596010d913e1f00a28f59fa1ed0b8ffd87787b da938492c27123ba727b220526d208ab784214a5 dc8ed7a0daf7095696ab8518da00b27dd87a7857 ddd1e7fa5a7cd9afd8bdcf1090b9346365bab756 ddf00d6cc76aac7d897d096c59074a857b9008d6 e013756341850c64751f295b6a05219f43acbdd6 e32a9d6d67a9db00224280ca45d1e691eee0ef3b e591a4bbd961ada88f714447c22d61c9134571f0 e650c7855d63f33dbb0a9f110ac844dbca8606e1 e7bb670d99df18fac23fbb1f27d90d7f97d83b39 e8f32bd3474678f48d51ebdbc08c6da9b6292bd2 ea7c1775454e3e9ef4653c518f0025259502cfe9 ec6fa36d58fb9986611459707a0157c66b629dae ef27f11b870aaa7239836bf8d19edd200727c21f f66e19ad1c39131a4c6d9bae7402067a8b78a22f f7f6bfe20135436a2e4d91a98752016bf59d9d1e fb0ff1ead63adeb7d4ab3b51ad8aaae5475f2425 fcafd9e1fa3e4224886d8d2a7f05b6317f4800a2 feaa5b35cbd0c92a9e1b9c6ef089972659f5cc94
Postgresql-Catversion: 202007201
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-13-icu-ext
Source: icu-ext (1.6.2-4.pgdg+1)
Version: 1.6.2-4.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), libicu72 (>= 72.1~rc-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext_1.6.2-4.pgdg+1+b1_arm64.deb
Size: 73732
SHA256: 6d46261b46bcb711f2d790a237358a274a7edd9ce69f2149992cbeda2b96f35c
SHA1: cabd24bb0bd2830d9501d7bc6e7fca1d20681027
MD5sum: 3c5ef258d26071b51c9be5c5a11eb322
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-13-icu-ext-dbgsym
Source: icu-ext (1.6.2-4.pgdg+1)
Version: 1.6.2-4.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-13-icu-ext (= 1.6.2-4.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext-dbgsym_1.6.2-4.pgdg+1+b1_arm64.deb
Size: 63212
SHA256: 2b1e59065313462ebc8897e654ce371e076d0d7aa6d3df7c4f54b29c05a8b277
SHA1: e08c4983bdaf10c68732baf58fbcbf05c58cc4de
MD5sum: a4d39892ccc91bb51289954adf10d655
Description: debug symbols for postgresql-13-icu-ext
Build-Ids: 5dfc61835cf94e856c45b9d2a305338126569c0f
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-14
Source: postgresql-14 (14.6-1.pgdg+1)
Version: 14.6-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56139
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 229~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-14-jit-llvm (= 14), postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-14_14.6-1.pgdg+1+b1_arm64.deb
Size: 17198780
SHA256: d0fdee55541a53cd205e2fb0b119f5b600f4b51dc41ff91f546162fa83fbb800
SHA1: 4780135621d9ecb0270e46d71ff887d3b79b0667
MD5sum: 59c2acbda5ae6ee1cc1aae8a7407b2be
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 14.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202107181
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-14-dbgsym
Source: postgresql-14 (14.6-1.pgdg+1)
Version: 14.6-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18263
Depends: postgresql-14 (= 14.6-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-14-dbgsym_14.6-1.pgdg+1+b1_arm64.deb
Size: 16476604
SHA256: c9ff5103f5ff2a83057196336d215c4cb7148b5e5c1040b29cf12b43709a2cb9
SHA1: 8d5d87abf57c1488dd8af250a11ed3a9e0bd7ef4
MD5sum: 6af3022adb645298794db924079a9e8b
Description: debug symbols for postgresql-14
Build-Ids: 0004074bda01c78201ed383a3b65900ea137aba5 014975a4fad0a4d0ff80a9540455577f93fdcb46 06f6536e3faf5657281be11fed11f8b900227214 0c7d0b219b448a7de224c303ee1627e0cec175e0 11e97c53d11cc619e2530a7f0f8fd7aa1f54185f 14004e1f1b0f4c2ad6980a34e4d37ff74c1b8e24 16fd107e48085f496a26ad75f13213c4194f0f0b 18dddefa98a6ec4144b45e792022cf941c386b05 1972660cf52601df3988a178d9113a7225923769 1b099ca09c620f3b886753c9766254bfeaaa4e2d 1e52373756c959a9dcda56a11b43f89c80cde937 22b76930a5f6c497457f2ba02e68d80323edb167 22dba7b3215b16020d7b7b09842d45bd77335887 28c1ce815ad03df3ae7b7dacfea972a9479220d3 30c16b9abc41105b727b674b54275f702bf57309 311d8a074ea55bc4378147951df0a9a10923e34b 320d5df0f0701449d32315402fdd18b1ae933af5 327d6507161a958bcf8e09e4301faf4af19a03e2 34143add2a1711789db49c8a3c4e63c2fa93d320 34403abf2fd79964910cc9d71d9d34768bcd4643 363cb4d8e05c7080174c3ffbaf2c10c0ebc95fef 36d62b9121211efe0de4e333a028c3475e735d96 3b320b9a6a55c0fb5467db573f5d089286a09f59 3d87ee9b638c9257555474c08fa3ab9913807172 3e42c99218d158e3cbbbd3f7888feae89749368f 3ea029e78d3bd6b6f12220960826a6b2e7930bef 40cfde08ec3e56be132152811fef79ceddfde951 4638ae542cabb6541d832ebad660500f596be0ba 47878a4f5e092e60378508b0f5fa03d5501ba569 47c86e6b960d99fcbbb1cb5c767082866bb5cecd 483d48168d937b8ff559b44e4c588eda4aa65905 49eb8e19e0ab2071b9164f31c73ccdcd6116be21 4a1f9e5e6b4273cc38e1b830604879db42a69773 5316669faab4f9841d0a8e81339f3df475a995e9 54cfd00bd3d7bd9bda333e7a7e22abf28f01e440 550db9e7331b5a77dd06ff6a4b33d1087f4dea94 58d2acb8abc6881a5b8b03720e4b3a4b1142d79c 5c4cb21bc028b2d8e2ad3dfdba18f3e919baef9b 5cba23ee8dc9dd69fc958f101b0ac9a432e62d27 5cf2fd7f380ebf6a1226a05147273eb4b23ddaa1 5da635b0c2c15b403b98dda4f13fc56115594188 61f218e6951ea03d3528bbe78de34dbf1a553fd2 62566113900c3a8a7ba426063ab359e1c5d1fff4 6437c08092beccdc41da3b1d47b03f66f78ab511 6458da0a176d75c49900dca571043df735d89353 6695db7e99dc973e9155ba8d5c809c91d0d91a3f 6a25bc18b71bee2be2a5e4454273b3c1b43fd372 6ffb5473dffd049917d10142af3f0f599baa9abc 721b3c6d551a2d9991f015c9a99bab9471656936 78d22de00f8769a2c3b8a093a2f69cfb6db74f03 79370eae4ff4f55fc0d155833248082f99799e3e 84040aa6820a43a63166e56a43134b53bcb7ac76 87090e22b40bdf89fafc111d4d10cbba5bbf95bf 8721d57669c1951a344d97282febd9f9764e3ee4 8a338d74d1dca3482cfa0ca5f9b54621c8af71ac 8a9b1e6c72a192e6a21cd54107c6b871b2087db6 93b95a24de3602ec138c1c80265b4fd64d5d1187 95ab2e7e30bfdcdeb266249b7031a5baae5bd110 95c47cd818128737faa2194a9261ffbdb8581963 9665f94ad86060afe160f6f90bd934290dfc25d0 992b71d1a96da35487cb4c2b65d461d7188e5854 9ae48b19fe0bce0e2884e768be34f381074a7f02 9dd4ea346ab5d68eb7a8565bdc11235eb876465d 9ecc3cce99308583ed01f91b914d4c9938dd126d a22d0898e15de9b23a17c0b22bb81323665250f7 a795e57c6912b92fc8e6dbed9b3f7f5b542ec0a9 a84a5ecc3f548dec5bbe7b4039d19dce6c77a055 aae45738f251b619c8bff8a2cb0f5a80bb08e2d2 accfe4804a2f4141b1a1c1bfede934386ef2ee41 b32b8c4c2f7e0c5382f727c2411ac107bf2c44ca b7e6b05d94f3139b6bb2b13572dd993f82ab925d b8bc359a8a7689c2f09b2949d10e363266f9c896 c0e495864fe013afc7ce1433b800f3f89e6f1a9c c11e692941bd90d502dcb3bfc9aff2fc803bdb63 c85f2a36233ebcd6a7769c08c1cffbe6ebf55472 c9ba5039a361864f494c001fd0582a93e2ab4cf8 cc49274f00ba90320949496083018f521ed790ea cf147da4988981bf9e4df158da855734d09a6941 d1435d470136a62c001b5e2510da179f8d1564d0 dc8f6e8307ff4258784011719b0a2c096fc9c1ba e22860ad02366fc5b42de9a3727a33858d36d083 e27de88e58d17a3d9eb55dcd65e1d5606d9d9bb6 e2ab9cf30017069e8a8f543f00200dbdb82a568f e61b454f6ccf89da4972886a07e77fadd9f8e9ab f0234fc163ef753031ccab7ce5699cdac8e93706 f05e1c6b3ee5c9e94ec76066e448ec7521e5fd5c f065cd944dc175d02db2106e33b04d5d42572116 f0e6bd24064bfd9901448f2a64f70e8781ae6898 f6c677b65d50fab5975978c471c73ec5ce9acb18 fab1d8cb9603da155b9993ae802ec15d113909e6 ff3aa7120f76b5e4dac451a2ef077b334e646f01 ff7d0c3317e5bca7c3fa2194b64e1fc3b2226133 ffe4a6c465feddd7f1090574c08479a2f85626fb
Postgresql-Catversion: 202107181
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-14-icu-ext
Source: icu-ext (1.6.2-4.pgdg+1)
Version: 1.6.2-4.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 210
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), libicu72 (>= 72.1~rc-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-14-icu-ext_1.6.2-4.pgdg+1+b1_arm64.deb
Size: 74168
SHA256: 70edb987f1ebaec0288d73912eb08b6645e90c520670a763c11259e0412dcea6
SHA1: 37b4cf25511a832ffdbae499b4f7cf908ffabd4c
MD5sum: 5403527e0c35e0e85538470d22d99adc
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-14-icu-ext-dbgsym
Source: icu-ext (1.6.2-4.pgdg+1)
Version: 1.6.2-4.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-14-icu-ext (= 1.6.2-4.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-14-icu-ext-dbgsym_1.6.2-4.pgdg+1+b1_arm64.deb
Size: 63512
SHA256: 0d0b73694c9325575cb51f76097d0a20c09cd06f5967ac074f19c1eca925ab7a
SHA1: c28902d7371848b5ad827cb9df2ef9642b85df93
MD5sum: 887e99afeb6565752a5b01c243728826
Description: debug symbols for postgresql-14-icu-ext
Build-Ids: de7e70f7b944ab8b4b2e7415885ed07cd0f2111d
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-15
Source: postgresql-15 (15.1-1.pgdg+1)
Version: 15.1-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58167
Depends: locales | locales-all, postgresql-client-15, postgresql-common (>= 241~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-15-jit-llvm (= 14), postgresql-contrib-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-15_15.1-1.pgdg+1+b1_arm64.deb
Size: 17680684
SHA256: e4ff683b481a0b00add7be726fd681ace2aaf233841fd4167e3d3ad4b91babc8
SHA1: 0fa1a8d147171d7bfb6350b6a92edd3c3b63c76c
MD5sum: 8dcc2f4209ec1ab2059e81b4210025e5
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 15.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202209061
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-15-dbgsym
Source: postgresql-15 (15.1-1.pgdg+1)
Version: 15.1-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18899
Depends: postgresql-15 (= 15.1-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-15-dbgsym_15.1-1.pgdg+1+b1_arm64.deb
Size: 17068404
SHA256: 34520ddc3803f84c8d06603380337b6afb2be211c44cf5ac79e2304d9485a14d
SHA1: 9c5ff5f0ab441d7621275da43bd421483eb30527
MD5sum: ad64df632400c6558346aaec18c36e2f
Description: debug symbols for postgresql-15
Build-Ids: 020e9ec32084833f7b513338f8ed5097830d26ac 0c8c2c378ef2da3eba62f47490f21f7ec1acaf35 0d430b81cd8b067d7a24f226c8305d2f59762815 0db81b8b7c08905df45c52771ee6913764a8f0a2 129803ddc9057cfa16f2f7c22033ccf9988bc015 1762aece2e08c67ad6ab613a08409c7898982fab 198301f08605d9ff8e0a1fc57ff6ac65f2fb026b 1a642d9298ce9f07065cd117b016e5a7f44dcd04 20ecb218d3d9e2006d9b6cb38678a86df118d588 26c3253342961dfb0932abe7e28aae830e3353d9 26f8faac3a6cc699ea08fd6baea0d71428d97e4d 27c9648ef3b1a298b4511d72f7ad7e3fe66f118f 2ee2c6397b70fce429726453df36a05b644ee8cd 31ed42ce498a51431cbd71c2bc1c96809cca1f6b 368f7a6bff879ef56647a148aa4f60389f615986 36e69cab13ce4b71d946e5f4a22c0d991839e45e 386fd58a1fcb0c0ddf07760e74de0222127dcdd4 3d4e765a2fa08a50d3aa53123cab618e1cc3d273 3d7762ebb358ef912c66258a7a429a6efac5f99f 3dc826cb25f0296ac2482169db1e195d9c257d12 44ce6879d5d8c27257c1c3ac4236b66c011d5fed 4e4ee3d050c445f0f4bd965d9a64e2c715a819f9 4e5d23d02c79041c86f32596a2172d0194b58a41 52f072e8444c5ea9e8bf4f4631fd3d314da53f4f 535f85575e221ce4f054353f3fdc6e1eeb577bcf 5bbac9284e513f3e4ef59cb36b00ff19fa9d5dc7 5cc1e884f1812930f76eab7d27187951e2b0c18e 5d64026c55974c745d6524943f076c4730244801 6101c69f29670b8cc3a073bbf522d58ee028fc59 644bb684339a697b55bbfb99d6c45b8cbc472ad8 69a6e936276c6cbfb423faeff8d0b29dfe5f0c73 6e0f64db6983f641831429a611857aa694d6a561 7348a4ff57a642c83babeea551128f561879529d 73e11710cedfd7da838dc0d3a4cb5b6e2885bffc 7566a4635d75dd94f8ab0f71b15f604b9ada5bad 767ab50249f51d08e6c29bf221c8851d18e8a5e6 767f7ffa85f2c22a62919b543bea51018c33cb1d 768d12a1a00d73fbf4bf65ddc6570c80cccdacee 78a5795f6dc3c31c30016f474984b5a559be8c3d 7ad5191f7fd09370dc06afa76d2d340e0d27b99e 7f8f893ce134228538cacc1567200baaf204ac3f 814d22d2fd94458aa02d0913fc52d39bf94abf92 83912b2a3dd8adfa1886374caefdca3f7d76b9ec 8489edf11e34d400d8c1ca7183d9f4abfe734bb8 87385d0081d46b5a7d9f1e9d18ebaf9357b141bb 877ccc8de467570d3dcb02cc531e988dcda632a1 8adb213ff663e6f097548664d9bd5cfa96ae1423 944939d1a80a9624c3b6d4f19409151ac3132f5c 95150e7759c58b95ee9cbd8f44ed6eeb3bbe276d 9b265f0c2174e6058d7f7e14ab059f6ba4173494 a349f3893a85fe5ea17f43c3605aa15acf97818f a738b9ef391a40983a6fc4edec80afa2373925fa a8216105453849b7bc0ea932e10ac2f7b9e6fe81 b109ec931576959c43e56743a9aec7592fd7f1ce b1d711dbb0a09639235dc4d1289f4d5a63759a9c b21ba93a765236b63854f5b0f20fab7384ca4adc b57d028ed88428cd2805961bbc3227b0de541fea b86abbb29aaad02d80ee15cc72bfb728a3dda657 bb6d22004e6ca83b3c1746151ee55c9c5fb14d23 be8d214603f875440563e3183f8aedf0c1355b41 c4f95fd7e3356afaf6bc41865db424b0bba4895f c6be6cb6fd649d576df211e80b0f3929f9385c65 c7c574a6ceda8e595c01d9ca24d2006986612bee cc57587e349e4645032dbd50c1688556f13d4abf d4ae3b60a2b7bd651d7e39af8ebba4d41b81341b d4bf72928f11b01c84c0b3203023e0b50ed46bc9 d892cd3d48d615e9849b075b841d9003f4dd48e6 d8a742fd1d26f49e80fedbacc10f732bbe44f3d1 d8eff110eb1176c5c37c5d6035ac6a88d9a84417 d8fbea50e3186027c7d2d0e4dda12cef6f780290 da64b967a4251a1394e33bee42de7f1445e73358 db51204464a89e79ac710b05141ca4b684816f9d dd8895f970dc874662a7d39ed797ee5ffc0eda30 ddbae04e26ac107e01ebe64f1b5649a241afe96a de330a7dbd796fa801f4e3f3084c98c8cb992bc3 e194cbbbbc666e22bc29f020d4515845fc939e1c e20ff8c9ab15deb82e7af18ae1585c71dc6bcaf9 e3c8fcb11973d96f049033abadd5f4a4c718e792 e66b7c47a67712bdb6c53aad3e8fb8dafb0e92a8 e77d0bfee370e3bddd704b486bacb8453a69b650 e7a663a4afff9043b3df7bbd495ed7cadc2b9c25 ec2a82e6bc14b3f7fa6169012df70e85cfedcb2e ec2f01a4fceee9882e98f028ccd2d505e767d6e5 ec37cd9282d777246dc3f60b5ec8a1141039432d ecb56d49ef54a28417713bc3a55ef9b2379f3bb7 f05bef4ddfe909466bc304bc7ccd989e360d19b9 f1d5d52f5199ca5d5d97bb080b3193b250f17d6b f20ac762df88c580e4a4930c84670a5ccde2918b f2eb4c75a811c1f3a4c72e585cadfad5bacf63b4 f58e34f732738d347bcb49fc2dce1e27222a67a2 f5cc415e5c107254daee2823bd3ac96185851db8 f61f80f9816543ca5ee9135979cd649dfeaf0460 f9eff9062d33e77999b27c7ab4c7ef07edbac2bb fb5452d4833325bc2a5d880ff1a3ef2ab9f7b3d0 fe24f1a81606aef0b7b43d964351531b937ec35d fe39db11fbfc8ca4827e6fc01fe91697cb4a5e5c
Postgresql-Catversion: 202209061
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-15-icu-ext
Source: icu-ext (1.6.2-4.pgdg+1)
Version: 1.6.2-4.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 210
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), libicu72 (>= 72.1~rc-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-15-icu-ext_1.6.2-4.pgdg+1+b1_arm64.deb
Size: 73772
SHA256: 2d91873c7faeef4ab577627b4467a04f2e3214b0cd5b20e2b6720314bd005079
SHA1: 7b058a4efc0cc1dd0204048f0d420de1c9f5975a
MD5sum: 2c38344ef3868a9b35e6d27d65f69cd4
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-15-icu-ext-dbgsym
Source: icu-ext (1.6.2-4.pgdg+1)
Version: 1.6.2-4.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-15-icu-ext (= 1.6.2-4.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-15-icu-ext-dbgsym_1.6.2-4.pgdg+1+b1_arm64.deb
Size: 63184
SHA256: 07e4415bc6a8d436d38e8620773bd2fa4fd29dc3d7f0f55e39f61743c74b4c50
SHA1: 986b5a5f28d000ab6276a0b93c630800c3aaf8bd
MD5sum: ae02cc6fcca5a0ab5db85572f390c30a
Description: debug symbols for postgresql-15-icu-ext
Build-Ids: fbe49a1ab4d5d4d5876905ab2572f717ae56fe03
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-client-10
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6870
Depends: libpq5 (>= 10.23), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-10, postgresql-doc-10
Conflicts: postgresql-server-dev-10 (<< 10.11-2~)
Replaces: postgresql-server-dev-10
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-client-10_10.23-1.pgdg+1+b1_arm64.deb
Size: 1417144
SHA256: 2229211637ca0418f18066a59ca29a0c7c0f3cc783924a504ccbc8e222a3f8e9
SHA1: 55bb96cffc9290fa09e560d1f196efe326eccd38
MD5sum: f1b7acefeb3b12fa0d386ab8f59b8b0e
Description: front-end programs for PostgreSQL 10
 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 10. If you install
 PostgreSQL 10 on a standalone machine, you need the server package
 postgresql-10, 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.
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-client-10-dbgsym
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1977
Depends: postgresql-client-10 (= 10.23-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-client-10-dbgsym_10.23-1.pgdg+1+b1_arm64.deb
Size: 1665768
SHA256: b41733c60f2409fa3a23d73a481d85b973cd46b5f1039e9d5b967b3416264291
SHA1: f6a2f8e1ee05f6932695dea1e1ef9ad48079148f
MD5sum: ed12776308446c820d6a9a3b7b3afea1
Description: debug symbols for postgresql-client-10
Build-Ids: 03090d032acadc1b734f81273f2eb49f5d602d30 17b588ec699e0bc970b5d10c736a00343d496ffd 2fbe6e9633e3adfb05ba5117030011739704899e 315d26e425ad6ee3f6d0a2365422c877e3c2856e 3b76adb01c5dd88952184dea66de63b39d8780d6 44f3907411a5c17d981185479eca05fc240d9b0b 4625488b50ff1f13d03e70a5285548a0bde606b5 4b3aa74bed37ca06dd4cb98633b794127097a807 5a88d736e277d4bd5f10b8aea39c9d2a043698b1 71680bf2f2fcdc6436840687d2de5c985fea7036 a00dd736f8c468926160b6a623ba702e35f317ad bb92934e427e876e17cdc606a4adab92ba22eb7d c968d9bb84065c72613888431048b4c5a1b30304 d3176552d1cefc0bd532ee2fed6379029498279f d793e540bfa83001db8e3ad1ab42725c1ba6f70d ede6447650404450a42157a095c6bb3ac71f6d3f f680dc2af02320c41bf757c9b1c25f15346dfc79
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-client-11
Source: postgresql-11 (11.18-1.pgdg+1)
Version: 11.18-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7241
Depends: libpq5 (>= 11.18), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-11, postgresql-doc-11
Conflicts: postgresql-server-dev-11 (<< 11.6-2~)
Replaces: postgresql-server-dev-11
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-client-11_11.18-1.pgdg+1+b1_arm64.deb
Size: 1466648
SHA256: a3e3521a04aff9bd7105413bcc4a7e47444ec6e129798b565717789d5a191cea
SHA1: 0d5d1a26fa07e805739172d1ac2dc05881e25010
MD5sum: 190a24a81eb6b4da0febcc4e7020f23b
Description: front-end programs for PostgreSQL 11
 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 11. If you install
 PostgreSQL 11 on a standalone machine, you need the server package
 postgresql-11, 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.
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-client-11-dbgsym
Source: postgresql-11 (11.18-1.pgdg+1)
Version: 11.18-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1999
Depends: postgresql-client-11 (= 11.18-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-client-11-dbgsym_11.18-1.pgdg+1+b1_arm64.deb
Size: 1686668
SHA256: ab5de7d4f3d00b1b7df194669c77981ca1b38ea7786655691120d62fdafa1c5d
SHA1: ef13d708bced1eb800ab5714f61562fe854169a1
MD5sum: 4bc5644be1372b0515b456cff2e73a35
Description: debug symbols for postgresql-client-11
Build-Ids: 10ddbf7ab2f916f232daf95d6cbd0a138fceb935 14cd264b952b5423997d40912c1520c979d4bbf7 17759715f4603a70b6776ca0f0c987f515a7719c 57417143862c3a9e31ee1d760a911680d4b55d7b 71ebbe1b2499292717550b701169021518bdbb4a 75a82b6d91649f352274685f79f0bfac5877ebbc 7df62b4896d4b2c56531a063dde76a53b9957f43 869f2dadff5fb855d5e0658aaadbd84a1a95a1d9 911da122865855b0110358465fea8464e850d69f a73b90235056d21c3056796d1836b2da9d829989 b7dd9c01e27272da9e2776c5b838198196ffaa8c c5a4881ca3fc6792c04e3ab1f6cff2c4365da829 c6fe4a659d509c15325a0f3271721dc943deba01 d350a7106e275bbca06f07d7d2126af46ae85a64 d864c2f1968aab3c15663c02bb82b691722dbb73 dace16b92a436bfe16f24e1a7e5e056dc8fb2d7f e7b35a8d84b6b6fbf326ed0c3bddfdd6bf3e5cb8
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-client-12
Source: postgresql-12 (12.13-1.pgdg+1)
Version: 12.13-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6525
Depends: libpq5 (>= 12.13), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-12, postgresql-doc-12
Conflicts: postgresql-server-dev-12 (<< 12.1-2~)
Replaces: postgresql-server-dev-12 (<< 12.1-2~)
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-client-12_12.13-1.pgdg+1+b1_arm64.deb
Size: 1402996
SHA256: dab3ef11121a69500a224e0a1388285ca7448002910b27dda2a3cbcadfea8053
SHA1: 1c1d09e5b8e1326214cbcfec181bc9123b6b2a8b
MD5sum: 4b8b662eb6ca7299e150bc2764e761de
Description: front-end programs for PostgreSQL 12
 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 12. If you install
 PostgreSQL 12 on a standalone machine, you need the server package
 postgresql-12, 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.
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-client-12-dbgsym
Source: postgresql-12 (12.13-1.pgdg+1)
Version: 12.13-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2202
Depends: postgresql-client-12 (= 12.13-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-client-12-dbgsym_12.13-1.pgdg+1+b1_arm64.deb
Size: 1851824
SHA256: 1cfc67a9cb9457342815fcd205d9e8f1f1e85433449282568b3cfe66c8425f11
SHA1: 69f722ee3383d96871d69332a7e931c9b4f15f17
MD5sum: 2389d830b1ecaf205deccd7a883e100f
Description: debug symbols for postgresql-client-12
Build-Ids: 0c09a909a469b020eefd53559bc9c4e276dea20d 25bff0a2a3edf5d1e4be04055043e10aa40d3410 29b903362a6dc55998d9375dbdc3640110552dd1 2ce638796a6f24f5bd8eaa3da41ba58c68bc45b6 3e87ad48f4ed385546f2eb242a8b7d87b6e54a5f 4ab8db29fbdb77515cc4c54c9d2d96870860a7de 67b87441298c5dda3dd1fc8bc4700a31a4442c86 693a36488b2df94509f971e7f033b2cdec14d608 741f1c097889cd0d95c7150033eabe1cd0d8b9fc 773e058c8590e826d8c9a3ee55b2884bc3bf53a5 8c903c6d58029b9877c47a32a3e9464ca3178379 90a7b04dc1d2eb9ed7fca34e71977581c1e1beb2 a977b6ff580cd29ec89190e5628425331dbf76e2 ccb40dea5d049d09cfc230531bdf88d97079c2c6 d232cf689a64aa3de271afa24364a18c1498df13 db7177bc0003db77b8e72d3d9bb96dead5e8170a fb902884b2675f482f5285f6f35544d551ae3f0b
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-client-13
Source: postgresql-13 (13.9-1.pgdg+1)
Version: 13.9-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7037
Depends: libpq5 (>= 13.9), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-13, postgresql-doc-13
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-client-13_13.9-1.pgdg+1+b1_arm64.deb
Size: 1477500
SHA256: 43ea56e9c0085bb39d940a50e12ea7de6e9198c435169aecec269386193b5abc
SHA1: c5ca02d2938df7b0377cb0a9ef1a71cfd0731655
MD5sum: 965f11da672d165efecdcefd14539030
Description: front-end programs for PostgreSQL 13
 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 13. If you install
 PostgreSQL 13 on a standalone machine, you need the server package
 postgresql-13, 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.
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-client-13-dbgsym
Source: postgresql-13 (13.9-1.pgdg+1)
Version: 13.9-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2376
Depends: postgresql-client-13 (= 13.9-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-client-13-dbgsym_13.9-1.pgdg+1+b1_arm64.deb
Size: 1998588
SHA256: c27ddbf4d031a649c632ec147cf2c3cde996173d18a7088c0eb3a7b0141a296d
SHA1: fa4d33185ea94e927ca4e5dd5662c7dc77210772
MD5sum: 376d4e476002979e866328f45464e708
Description: debug symbols for postgresql-client-13
Build-Ids: 083034c7e78e5015906bf3eab36805c73ea81567 093dea332f622fd1f826c64fef5cb6bb01c90a2c 14ca2da22b9bf9f49a089083d01719c99095746f 1a39e3a3bcc4709900de0bdf6ceddad366ede090 21b9303024648a6ba7e1ca340fed20efce087104 36b95a1687b39e4c5b1d8f979ff31df7a7196b8d 55378085ea9fec0fc7e2605d5dd463779f659985 5d81b0ce35bfff84b42874039226455c992c69b9 64759e8c09e262757228e03c815ca9abae7cb87a 6efd1271ec9acbf67d0229e0e140006609ff153a 8887d8f3288c1b3887fa56a7eac6f82d1d767bc1 92d4bf6156c0b04d3fd489a9fff6dfac689b7156 997320f5626dc271971bf76a227f2b3311570ccc a4e4125f87be26c18db692b1f631ca62e2d66332 c07ed861c2304e9e48e4ca238155a7703e8c645d d4d75595311be2464597c307f664e69b3e5eb73c e001ebd8795916be9563796f7d204a20c603d6a0 f92d902330fbd60a4e08df6fb3a1a796c937ae8f
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-client-14
Source: postgresql-14 (14.6-1.pgdg+1)
Version: 14.6-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8061
Depends: libpq5 (>= 14.6), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-14, postgresql-doc-14
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-client-14_14.6-1.pgdg+1+b1_arm64.deb
Size: 1594760
SHA256: b6c872e7b53ecb11631e3bac16913485d1fccdfe1cfa715109f75a1c8ff47347
SHA1: 99a76234103b130d631cf2e642f05be840c85b3a
MD5sum: 73f7cac25921ed5e2e7ac78287a0c363
Description: front-end programs for PostgreSQL 14
 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 14. If you install
 PostgreSQL 14 on a standalone machine, you need the server package
 postgresql-14, 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.
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-client-14-dbgsym
Source: postgresql-14 (14.6-1.pgdg+1)
Version: 14.6-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2759
Depends: postgresql-client-14 (= 14.6-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-client-14-dbgsym_14.6-1.pgdg+1+b1_arm64.deb
Size: 2314012
SHA256: 92f1de31374f78612a3a8026fb96f6db864758c25b9b065b247904f506d09e0b
SHA1: 037c64427956acfac009d61ec36efc02ea001228
MD5sum: 31314beb44a22a5a6b79ba3796a8a500
Description: debug symbols for postgresql-client-14
Build-Ids: 124437f5fefe5c13d6d251012ae4c927685db35e 1899c78825baeeb30066cdf26ccc954505ce05a9 2ef80af63fcdcf91ae7dc414cf2566db4247c47b 3af34c4a1c8b8cbc7be5d68d04deb7a7f754707d 40f5a3c8fc15fb9d9480ee5f5ea3b481fe26879c 439d652fc4f1dcc5eb6d8f994ffb45b339f04910 5a2f2682c6418b5cfefa416be08c98f03fcad04f 5dadc12309d68cad79a79f58644a0c2bbe38d0ba 6b02cd6e7cecec4196927cb99d4e76466d6640f1 7b7c10ea4bece6d2100b40ac17119890b99d8f36 86f970823c5ddf9ae437527ce79786c121abbedb 93c314c7f76cef80a42974914dccaa73cbabe0ae a691a7cce8ba8ca8d9b6e75aecafec8b847d5a21 aaa8a6be415caac8a78fb45e2cd4ef88dc9a3f81 b45489d237b717b963402fcba53683c9730b67fa c475f50ca3a64f3e56d61cfb7da80f2f7e1cde27 cb15a075d2e6b1990fe5df55a6d32b53bc8aaf9b e16946e2edc22f20521076f74e4c5b9172a11d72 eed8f1921cc0bc8c56ac8865ad4f5ee6b993e6fd f69c718f864a7fa00b0685b54e84dcd6247e949f fa3693c941d0d1c53717306abefeacf9bf23c375
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-client-15
Source: postgresql-15 (15.1-1.pgdg+1)
Version: 15.1-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8660
Depends: libpq5 (>= 15.1), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), liblz4-1 (>= 0.0~r127), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Suggests: postgresql-15, postgresql-doc-15
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-client-15_15.1-1.pgdg+1+b1_arm64.deb
Size: 1651272
SHA256: 6ce3681fdddd79d8ee6a77d6eec2eecd09868ab6f277bbd1a3c84ccb4ed0f07e
SHA1: 151a43da55dc54547cf8e4d463c5c4170f8f0db0
MD5sum: a7897b1931baf83aa61d9f740bd96c4d
Description: front-end programs for PostgreSQL 15
 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 15. If you install
 PostgreSQL 15 on a standalone machine, you need the server package
 postgresql-15, 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.
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-client-15-dbgsym
Source: postgresql-15 (15.1-1.pgdg+1)
Version: 15.1-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2930
Depends: postgresql-client-15 (= 15.1-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-client-15-dbgsym_15.1-1.pgdg+1+b1_arm64.deb
Size: 2468700
SHA256: e819163c9d782b4a4d29efd09902b580346cd822a3773f983656563148096a99
SHA1: e2749b25006d9b0552a43deacb845a181eaa8396
MD5sum: a37466ea88b3730137794157a34c8d33
Description: debug symbols for postgresql-client-15
Build-Ids: 0063d013ef0971df8b4043110674c4bfbb3a3b81 02c54e0a7d22eb2ed6cf0296761d89a6f87f6748 05823ade4e65eeee1832ad24ddf2cb25fae58887 068a9f0ec4d24eba19e0aa7052dfd7a48a6a61e5 14d016389c15a2faa99b29ab43935651a12b8741 1d2731f9405476d0fd6599d37d16e5dd35b2e11e 20a4b5cf55d216325394bdcde26a4d8d079723d5 21fa39fd37549cb4d3ce8b48041a58f0bf6fc7be 29bed8bb2301ab9b641210ec3d8983d8c503801d 32463cde935a3114e5fa46bfebebbbc0e639b83e 5d26d82a543222f354cd2879e2854d74dc2450ae 6f0e51d4dc8c7b1d059a858330994f118e911770 70aac898deff28d1cfc08ed48c2492148bdad4c4 78895873e0d823fb9eca329f40ce534630d58ab8 7efd47c7c23e189cf515f0e8c5d637934d089b32 9396985dfe75afad2198979751d8e5f411fe6c52 b1ffbab186928da2c18c02f1e7cd092cd6b137c8 d7ae03947455cefe1e936d2188f11bb4d1f221c5 dd0c68b104ce2ab137a623711d6bec77fee272d0 f44a2fe36626ff698c57aba69a0b4959a22093cf f5169a3aa9ea6254a9002e918fca924f23412888
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-plperl-10
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 356
Depends: perl, postgresql-10 (= 10.23-1.pgdg+1+b1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plperl-10_10.23-1.pgdg+1+b1_arm64.deb
Size: 57672
SHA256: d8cab21463af66113c20d67f4a50ac0d49772d807352ad1882050c820096a15c
SHA1: 2a2aa38fda4ce10e90f8131c8524582dd80659fa
MD5sum: fc20a6faf4210a010cd6581f4ab84b10
Description: PL/Perl procedural language for PostgreSQL 10
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Perl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-plperl-10-dbgsym
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-plperl-10 (= 10.23-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plperl-10-dbgsym_10.23-1.pgdg+1+b1_arm64.deb
Size: 157064
SHA256: ae47f0f32cc45a4ba623824555d5dc6755bf3651b2e62fd44121b835431c228d
SHA1: 0c753dd692b6eea9bd79d2495bfe2dd719872644
MD5sum: 56a0c877959d01bca603fc3b675ace8f
Description: debug symbols for postgresql-plperl-10
Build-Ids: de271f01321ea01b04ea930cea98fddd558e4ddf e843bb994b5938ce621ec48a65e92bb6d1e9a0f3
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-plperl-11
Source: postgresql-11 (11.18-1.pgdg+1)
Version: 11.18-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 435
Depends: perl, postgresql-11 (= 11.18-1.pgdg+1+b1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plperl-11_11.18-1.pgdg+1+b1_arm64.deb
Size: 63508
SHA256: bbbb80ade6cffbff237603e8df9ceeb307f50e63cb9b8e5bf23eecb158878109
SHA1: 07b2cc43d21fc9a1170109da42bf923b74c4cb62
MD5sum: 6fd3e5e0f6dca7809905f45c9a8f0a9a
Description: PL/Perl procedural language for PostgreSQL 11
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Perl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-plperl-11-dbgsym
Source: postgresql-11 (11.18-1.pgdg+1)
Version: 11.18-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 211
Depends: postgresql-plperl-11 (= 11.18-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plperl-11-dbgsym_11.18-1.pgdg+1+b1_arm64.deb
Size: 171288
SHA256: e60535f2722a832dfc7c5359c1c25edfbf8a53a6345e0a1c92d096c24d1de324
SHA1: fe23e2cca10d2dd0f5d8921c14e019f0804aeeac
MD5sum: 82596a77347934e965377907ad24fde5
Description: debug symbols for postgresql-plperl-11
Build-Ids: 2ddb3c10a02bd3e8b24ccb6065b514ab9553db6d 5a312cde108c95c5733ffd9faa9a9d8cc1d9a972 c998fecac04c44f87edb5398bb9613bb448e7c82
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-plperl-12
Source: postgresql-12 (12.13-1.pgdg+1)
Version: 12.13-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 478
Depends: perl, postgresql-12 (= 12.13-1.pgdg+1+b1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plperl-12_12.13-1.pgdg+1+b1_arm64.deb
Size: 83588
SHA256: 41a295db002a1b3726303fb2be8a710cea3a8a5f9fc3400515ee072ef8c5c1f9
SHA1: a4c1001f88edd0f29e8324b3f5098f06974937f4
MD5sum: 19c9ded103b37db6670bd532305c541e
Description: PL/Perl procedural language for PostgreSQL 12
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Perl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-plperl-12-dbgsym
Source: postgresql-12 (12.13-1.pgdg+1)
Version: 12.13-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: postgresql-plperl-12 (= 12.13-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plperl-12-dbgsym_12.13-1.pgdg+1+b1_arm64.deb
Size: 174368
SHA256: 61bbabeb4cf9825e5c1973c80d1d36918b1b252be26e46ede496bc4fc2687cce
SHA1: 227cfc3a4d5e4e00167966b9731ba47751c7bfc1
MD5sum: 71275693792b9e27fcaa1eec302f53d7
Description: debug symbols for postgresql-plperl-12
Build-Ids: 03c3e6bf9e370c64ef801b0066a0aaa1317b0aff b0b55dfb3a13f611fca0a338f5a72e49b783f434 dbe62aefec0167aeb11ed16f42018844a9873be0
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-plperl-13
Source: postgresql-13 (13.9-1.pgdg+1)
Version: 13.9-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 558
Depends: perl, postgresql-13 (= 13.9-1.pgdg+1+b1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plperl-13_13.9-1.pgdg+1+b1_arm64.deb
Size: 87956
SHA256: fb387f0a7146a67b85b1d1ecd5de2f8e036055555251867d46a6fcf4cda18b07
SHA1: 6aab247aaf2bab2b38462841e8d5d3e3b446eac9
MD5sum: 18dd5fc16cd689061fa6263511a8d59d
Description: PL/Perl procedural language for PostgreSQL 13
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Perl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-plperl-13-dbgsym
Source: postgresql-13 (13.9-1.pgdg+1)
Version: 13.9-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 225
Depends: postgresql-plperl-13 (= 13.9-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plperl-13-dbgsym_13.9-1.pgdg+1+b1_arm64.deb
Size: 180556
SHA256: 05f6ae392d5016a20190a1ee3cdd55a76930c0f94e6611cad39e614432e7c090
SHA1: 909a751df9c56be3ea5970edebf112054d273ac7
MD5sum: 76c3174a19c27fd122220a27a4d7a8a4
Description: debug symbols for postgresql-plperl-13
Build-Ids: 3208b4ab58ae9a5a5aed2d749901ecfa3d3f28dd 464386ef914a54d78f2d489a98a33ffd2307dbfa 543c12a5227d432257641a6df7522de8ef1e5398 a48dae92bb215eb108bb5469a963579a75651760
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-plperl-14
Source: postgresql-14 (14.6-1.pgdg+1)
Version: 14.6-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 564
Depends: perl, postgresql-14 (= 14.6-1.pgdg+1+b1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plperl-14_14.6-1.pgdg+1+b1_arm64.deb
Size: 86112
SHA256: c6e0717cdb78d8157c66a3bed4b47edf2e789fa34c73694880a131df2203d3db
SHA1: 17e94049bcb7e09697cd8f7e82c66cb77a4672a8
MD5sum: e735b880fe8c2c2cbba4a1ae7058f18d
Description: PL/Perl procedural language for PostgreSQL 14
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Perl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-plperl-14-dbgsym
Source: postgresql-14 (14.6-1.pgdg+1)
Version: 14.6-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 226
Depends: postgresql-plperl-14 (= 14.6-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plperl-14-dbgsym_14.6-1.pgdg+1+b1_arm64.deb
Size: 181260
SHA256: e83abd90a908b751efaf4dbafaade9089f06fdb22c0b831c7d447d769389e220
SHA1: 51ad586aaf21be8c89576bf01c06367900424bad
MD5sum: effd5f057062880ee13759531ec4e327
Description: debug symbols for postgresql-plperl-14
Build-Ids: 881e74ee173eb7c3a1ba0fd37d9d49954fae2bff a80241dbdf04621559ba901dbbc8f7ec51a5fc40 d9253efad63b08d5454dcaa5f7c83a723a238917 e192e99981fa3b390fae3b26e9d26571d91c091e
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-plperl-15
Source: postgresql-15 (15.1-1.pgdg+1)
Version: 15.1-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 565
Depends: perl, postgresql-15 (= 15.1-1.pgdg+1+b1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plperl-15_15.1-1.pgdg+1+b1_arm64.deb
Size: 83724
SHA256: 8352706074c6069c5b069f09688d1776ed8b0a4328319f6de3e280cd7c0f9ebb
SHA1: ac642c4194b8eb5b5ebd9ca0ad2e624512a5f301
MD5sum: e06af9b2f3dcd016ea074f14b216bd2a
Description: PL/Perl procedural language for PostgreSQL 15
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Perl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-plperl-15-dbgsym
Source: postgresql-15 (15.1-1.pgdg+1)
Version: 15.1-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 230
Depends: postgresql-plperl-15 (= 15.1-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plperl-15-dbgsym_15.1-1.pgdg+1+b1_arm64.deb
Size: 185260
SHA256: 4753d832960d1d3356d9d02acee1c6589e9def4710617afe0c81a0b3309c141e
SHA1: d3ca614aa12fb067426a083e481cb463ee7a2a43
MD5sum: bc20f95274ed953be48787d9c7b49557
Description: debug symbols for postgresql-plperl-15
Build-Ids: 12791e37a8f73aa0ae476c5a63937a9cdd3a0ca5 8bab7be713482f4c25c01b714053e65d1b34ecc8 ceae4b14bb79a9c22eb0cda5e49512057b82fb64 d87fe28b1e390500f2630f76cff2698fd6fe07d6
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-plpython3-10
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 314
Depends: postgresql-10 (= 10.23-1.pgdg+1+b1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10_10.23-1.pgdg+1+b1_arm64.deb
Size: 53900
SHA256: 9405e21eb9e0c96efbf881f5cfe4c7e4faaf14fdee62473af3febb53fff8a365
SHA1: d5379da7e964142f651ef334b744528b0e8c1097
MD5sum: 03b9ddf8d96c632b1a43cab4c002f096
Description: PL/Python 3 procedural language for PostgreSQL 10
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Python 3.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-plpython3-10-dbgsym
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 196
Depends: postgresql-plpython3-10 (= 10.23-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10-dbgsym_10.23-1.pgdg+1+b1_arm64.deb
Size: 153248
SHA256: 8918436e0e2a5c04688e832598a1211d1ded946f5048f60c1ffaa449ce53fcf7
SHA1: 33d48637dac88523933ba2d6a9a409537470c12f
MD5sum: 362e8b700ddcedfc308a13989165bbfe
Description: debug symbols for postgresql-plpython3-10
Build-Ids: d0dfba14ed1db689d799e8b739301b5920d57e3e dc3ed9338d896cbbf6953748b320e7406cbacef6 fa16ae13ae8f5c1c40f3c6f3439ea7c0d98bf5d8
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-plpython3-11
Source: postgresql-11 (11.18-1.pgdg+1)
Version: 11.18-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 426
Depends: postgresql-11 (= 11.18-1.pgdg+1+b1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11_11.18-1.pgdg+1+b1_arm64.deb
Size: 75372
SHA256: e75091cf3cd02e9f1d6c9da123261a55042a00c78f9929d021095bd52ac335b7
SHA1: 7a64104981f558dcaf4377d12af83db3b30cc32c
MD5sum: 8c5f6c8daad3e12cfad42e85403c2f22
Description: PL/Python 3 procedural language for PostgreSQL 11
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Python 3.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-plpython3-11-dbgsym
Source: postgresql-11 (11.18-1.pgdg+1)
Version: 11.18-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 223
Depends: postgresql-plpython3-11 (= 11.18-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11-dbgsym_11.18-1.pgdg+1+b1_arm64.deb
Size: 170596
SHA256: a74ecd641fd9e420e575f33faeceeb22402730f2ef07d662ecea61b2b1dea2d1
SHA1: b1555f240c7ea6b19d0aaea1bf7609d539faf7cd
MD5sum: eca92c5b7e6b16e90ce62e12ccbf7377
Description: debug symbols for postgresql-plpython3-11
Build-Ids: 3981e453e0c70b6849d01e76bcfe300e993bda8f 51f64556d69b7e017e0685df9302104d396706b8 8825308087998c535c52993eb6901deb98ea43a8 c2dde5d4ec2ee18475225ea1291c51bf4a188f36
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-plpython3-12
Source: postgresql-12 (12.13-1.pgdg+1)
Version: 12.13-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 641
Depends: postgresql-12 (= 12.13-1.pgdg+1+b1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12_12.13-1.pgdg+1+b1_arm64.deb
Size: 107132
SHA256: be68cfb1446f4023774e2e7bea1a935dca9efa37520f976b4f81c502c6c8ecec
SHA1: 011235dfb36de3654a4188ed9cb071bde2fc9551
MD5sum: 491a9a0ede510bf7a9f80e7b10b49ee8
Description: PL/Python 3 procedural language for PostgreSQL 12
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Python 3.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-plpython3-12-dbgsym
Source: postgresql-12 (12.13-1.pgdg+1)
Version: 12.13-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 227
Depends: postgresql-plpython3-12 (= 12.13-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12-dbgsym_12.13-1.pgdg+1+b1_arm64.deb
Size: 175168
SHA256: 87b5cd849244f70fb576d2ad98bf7b71bbe293048b71564a71910349f9627b60
SHA1: 819b5c2a9604bd4771d8a249e413642c9ef841be
MD5sum: dbecdd174c1e1184145f51bd64c6d86a
Description: debug symbols for postgresql-plpython3-12
Build-Ids: 4fd75a45b6888d105d5f567cea566197c3e1e30f b4674007c44115413534fa5ce7d4bd720d1893d4 eba2b4ac2dac77217687256b9bcaaeed743c9e7d f98132d79b276cb2d91baa7e82a4be4a6c0f1901
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-plpython3-13
Source: postgresql-13 (13.9-1.pgdg+1)
Version: 13.9-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 704
Depends: postgresql-13 (= 13.9-1.pgdg+1+b1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13_13.9-1.pgdg+1+b1_arm64.deb
Size: 106180
SHA256: 43a6a906567109026340200097e577b3369ccab886adf93b096328c51a31ead0
SHA1: 90e6e245f25fc91f73e613bb0fca017ac1ff6d23
MD5sum: 7e6f209b785a04fac9bc5c2f34b1afed
Description: PL/Python 3 procedural language for PostgreSQL 13
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Python 3.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-plpython3-13-dbgsym
Source: postgresql-13 (13.9-1.pgdg+1)
Version: 13.9-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 226
Depends: postgresql-plpython3-13 (= 13.9-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13-dbgsym_13.9-1.pgdg+1+b1_arm64.deb
Size: 174712
SHA256: 77797e94e42b0191f8079b468ddaa80d2d4f3a14be057b2b7bc290e58f3cbf01
SHA1: 939144ea1fee9ad03c60ccbd89c70a775856dfbf
MD5sum: 0b0bdc0016d1349df1377e68559b7fdb
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 1e2c2cf0b5af8613efc2a381af3401526b7acc11 b70568fae017437dc79ba8ca1e02d14faa4420c1 e8f7b99343d63937a0eda7285c291a514eff121b fcdbb2b48387531e497396661307ab192f4d896e
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-plpython3-14
Source: postgresql-14 (14.6-1.pgdg+1)
Version: 14.6-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 655
Depends: postgresql-14 (= 14.6-1.pgdg+1+b1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14_14.6-1.pgdg+1+b1_arm64.deb
Size: 105832
SHA256: 31b2dfa95605833fdf6c3ad4b897ec2efa5497bee75be622892c66a6989fe808
SHA1: 830e09c6b141a1d3bb00e79d4f3d16a6bc8e02fb
MD5sum: 48f2c224299ec9f4c8de3e2841dabefc
Description: PL/Python 3 procedural language for PostgreSQL 14
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Python 3.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-plpython3-14-dbgsym
Source: postgresql-14 (14.6-1.pgdg+1)
Version: 14.6-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 228
Depends: postgresql-plpython3-14 (= 14.6-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14-dbgsym_14.6-1.pgdg+1+b1_arm64.deb
Size: 175936
SHA256: 79febbf31466b4623dfaf1a9dbd784930d04f4cc3c2af08b4a57ecb9e8e52eb0
SHA1: 86bce9e654ea0beefc3e880cd2d97125c3aa76a7
MD5sum: c0155823051f705788d502b551f83afd
Description: debug symbols for postgresql-plpython3-14
Build-Ids: 41010cb43327d2ea41199950648250bce885dc7c c55b60b5b4807618486c6b68acbc914ae6f9bead c6f64559bd0fa65478dd2e8d3d3d73a4bc2067d5 d0f6b9c0e8d49b24a8466f89b2ee037174946c3d
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-plpython3-15
Source: postgresql-15 (15.1-1.pgdg+1)
Version: 15.1-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 670
Depends: postgresql-15 (= 15.1-1.pgdg+1+b1), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15_15.1-1.pgdg+1+b1_arm64.deb
Size: 104972
SHA256: 1ff43665c6befa11098f44fd580b1b012fffa7f51f22d7e9f4c639f1ea1f6064
SHA1: c3db8d50425ecf3486968c966adb650adadba6e0
MD5sum: 1b8d7c2cebea3adbabb3c484b85bf07b
Description: PL/Python 3 procedural language for PostgreSQL 15
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Python 3.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-plpython3-15-dbgsym
Source: postgresql-15 (15.1-1.pgdg+1)
Version: 15.1-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 227
Depends: postgresql-plpython3-15 (= 15.1-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15-dbgsym_15.1-1.pgdg+1+b1_arm64.deb
Size: 176836
SHA256: d666f98d811681f2714af42b1cfd91b116bbedb6868b14af14c5a8b547e46c7f
SHA1: ecf301f92bf9b3d22c816d0126cf9e0e3bf3b3b8
MD5sum: 009e398dbfc266c0aab996411ceab2cc
Description: debug symbols for postgresql-plpython3-15
Build-Ids: 278987b3d8e4ec0297d82d9820cfb29060df4c53 7cd1766859a3fba2e1218b6941f2616f78670bec 90eab5b793b84e3f31299e4b99aaef6cd715aaff cab8acb200c8135e8a3d0fa8e4b3c480c4b1e153
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-pltcl-10
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: postgresql-10 (= 10.23-1.pgdg+1+b1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10_10.23-1.pgdg+1+b1_arm64.deb
Size: 36960
SHA256: 368053308f3408f77ddc17625b3b47c492ea6a79e0844a62d2870c64076cbda7
SHA1: 45fc163a9b4b618c18411855ccbbfc78bb1c69c8
MD5sum: f19e76a499c1af11f785c8a8cd785b91
Description: PL/Tcl procedural language for PostgreSQL 10
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Tcl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-pltcl-10-dbgsym
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-pltcl-10 (= 10.23-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10-dbgsym_10.23-1.pgdg+1+b1_arm64.deb
Size: 67592
SHA256: bf0b0816b8fa5d11ebb854e23ea5e9ad47395aa593f17fbfda5bd513ae927017
SHA1: 293f77497de4868f849e00217e27ceaa7b46ca52
MD5sum: f4284e5cc2b753d678de585cf6afc051
Description: debug symbols for postgresql-pltcl-10
Build-Ids: 46a3ad826fb0866fd0e2d8712bc26a95764d72ac
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-pltcl-11
Source: postgresql-11 (11.18-1.pgdg+1)
Version: 11.18-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 178
Depends: postgresql-11 (= 11.18-1.pgdg+1+b1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11_11.18-1.pgdg+1+b1_arm64.deb
Size: 39744
SHA256: 703eb49648e0178ff7118fc39bc4c0d2d40c4b7bc5ef533e9e64ad8f674f3925
SHA1: 6884ac4acd5c897ba3ba029096c65d08bae5167b
MD5sum: 555af4042a55fe8237b1c6d19c42f9d8
Description: PL/Tcl procedural language for PostgreSQL 11
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Tcl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-pltcl-11-dbgsym
Source: postgresql-11 (11.18-1.pgdg+1)
Version: 11.18-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-pltcl-11 (= 11.18-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11-dbgsym_11.18-1.pgdg+1+b1_arm64.deb
Size: 70808
SHA256: 80b411e2912bd374155350d53a85e45c376cafd40551e46189aff9ff3ab45f4a
SHA1: 3f2a32d964a7589e7e8f6257a4c4b2eb6b232775
MD5sum: a8d899405717c622036d7b77abce4a0a
Description: debug symbols for postgresql-pltcl-11
Build-Ids: 4d683e1a339564fb6e1721a8b17d6123c3375017
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-pltcl-12
Source: postgresql-12 (12.13-1.pgdg+1)
Version: 12.13-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-12 (= 12.13-1.pgdg+1+b1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12_12.13-1.pgdg+1+b1_arm64.deb
Size: 40496
SHA256: b5c33ba0998857532695f0081a33a11eaa68b14a61e0c7d0e17cf4eb9ffd9324
SHA1: c8a375c8d4418036f6c61125e6665afc4822e19a
MD5sum: 2c7fb9c2558c418b8eff943f5bf79875
Description: PL/Tcl procedural language for PostgreSQL 12
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Tcl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-pltcl-12-dbgsym
Source: postgresql-12 (12.13-1.pgdg+1)
Version: 12.13-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-pltcl-12 (= 12.13-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12-dbgsym_12.13-1.pgdg+1+b1_arm64.deb
Size: 71948
SHA256: 8f24d5bee45d21a0f1049026ccff283b901068efd1b76304491160ce1b72f89d
SHA1: 714eb4d68b22c72ca775fd74b0ad1ae1134653d4
MD5sum: 40b34c2b4bdc8874aa0883debb5ddfdc
Description: debug symbols for postgresql-pltcl-12
Build-Ids: 39bd6386b179c9594ebf9803ddfc61a560058d3b
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-pltcl-13
Source: postgresql-13 (13.9-1.pgdg+1)
Version: 13.9-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: postgresql-13 (= 13.9-1.pgdg+1+b1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13_13.9-1.pgdg+1+b1_arm64.deb
Size: 41292
SHA256: f31fd302239417725ce2f914e0fd157c5d1a46270ff9ac4fac72980c234cec34
SHA1: c5f5aed49692aabe95afb1edef65da9f32eb4bc4
MD5sum: b287a1a4048a8358d13a941145ef604d
Description: PL/Tcl procedural language for PostgreSQL 13
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Tcl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-pltcl-13-dbgsym
Source: postgresql-13 (13.9-1.pgdg+1)
Version: 13.9-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-pltcl-13 (= 13.9-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13-dbgsym_13.9-1.pgdg+1+b1_arm64.deb
Size: 75144
SHA256: 71508c292d67cd20d94286c1030b7b1b978db7626943d16d2020672f25b764ce
SHA1: 3384074184f8992c4bf2a12f77418848bc6dcf9a
MD5sum: 7800b7977ac3e6a76af7e8da3b2acedf
Description: debug symbols for postgresql-pltcl-13
Build-Ids: 8a4f5db027023963f4def824fa376c62a16772ac
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-pltcl-14
Source: postgresql-14 (14.6-1.pgdg+1)
Version: 14.6-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-14 (= 14.6-1.pgdg+1+b1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14_14.6-1.pgdg+1+b1_arm64.deb
Size: 37748
SHA256: b031335eaac6a3430e7438182dc32189f8496888070be04782143d37b61233a1
SHA1: 9011412abcd78d1f5925e1252c7a3d25eb932193
MD5sum: 0159cbb9cae1471071745bf48cd5a1c3
Description: PL/Tcl procedural language for PostgreSQL 14
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Tcl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-pltcl-14-dbgsym
Source: postgresql-14 (14.6-1.pgdg+1)
Version: 14.6-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-pltcl-14 (= 14.6-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14-dbgsym_14.6-1.pgdg+1+b1_arm64.deb
Size: 75688
SHA256: 408a13dfdb9dd406383d9fd5bf7446c47ec6a1a95e1e0300ad7ffee92cdbaa05
SHA1: 77850e1a315a645539fff142563f6589cafa40f5
MD5sum: bda81161af849c507f4081eaf7864169
Description: debug symbols for postgresql-pltcl-14
Build-Ids: 6cbeccfe26f2d620dfef40eda166d3a2650c882f
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-pltcl-15
Source: postgresql-15 (15.1-1.pgdg+1)
Version: 15.1-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: postgresql-15 (= 15.1-1.pgdg+1+b1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15_15.1-1.pgdg+1+b1_arm64.deb
Size: 36496
SHA256: e724c8cee9d4a313006bfdc1fbcfdcc9e836549f273a33acd1267bf34dc33e0c
SHA1: b2e1f60d0185ec2386e3413183df906db38a383a
MD5sum: 6a48fce1afbd0556d4069e964dfe3e35
Description: PL/Tcl procedural language for PostgreSQL 15
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Tcl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-pltcl-15-dbgsym
Source: postgresql-15 (15.1-1.pgdg+1)
Version: 15.1-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-pltcl-15 (= 15.1-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15-dbgsym_15.1-1.pgdg+1+b1_arm64.deb
Size: 80648
SHA256: 81bd365809877c099c061a3fe8c077f1dd9cafcb77c918cad807b63598dcd45d
SHA1: 8833dc0c19e4c0c7fd3a4df2faed3c0e8eac765f
MD5sum: 49c80a3d731642f35883645966251cdc
Description: debug symbols for postgresql-pltcl-15
Build-Ids: 9450cdace948f268e96976967f08c9a91387e0db
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-server-dev-10
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5514
Depends: libpq-dev (>= 10~~), postgresql-client-10 (= 10.23-1.pgdg+1+b1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Replaces: libpq-dev
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-10/postgresql-server-dev-10_10.23-1.pgdg+1+b1_arm64.deb
Size: 942708
SHA256: 074a77f08c4eb9710a73d6c309652d51d75565bc38f2ff005033e596220fcd3f
SHA1: 47bd4429247750b1d219973ca319ee902fc1e857
MD5sum: abeb079d236f050458b7b5deab89e3d3
Description: development files for PostgreSQL 10 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.
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-server-dev-11
Source: postgresql-11 (11.18-1.pgdg+1)
Version: 11.18-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5056
Depends: clang-14, libpq-dev (>= 11~~), llvm-14-dev, postgresql-client-11 (= 11.18-1.pgdg+1+b1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-11/postgresql-server-dev-11_11.18-1.pgdg+1+b1_arm64.deb
Size: 925200
SHA256: 074500bcb8e703aacab20e63ca169f0aa0a86ca9f3001be04ce788430caed813
SHA1: 30d427e6d542d78e692466e6769c186d63e4233c
MD5sum: 49ce683df619bb3dbde2cdcbdd337288
Description: development files for PostgreSQL 11 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.
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-server-dev-12
Source: postgresql-12 (12.13-1.pgdg+1)
Version: 12.13-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5625
Depends: clang-14, libpq-dev (>= 12~~), llvm-14-dev, postgresql-client-12 (>= 12.1-2~), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-12/postgresql-server-dev-12_12.13-1.pgdg+1+b1_arm64.deb
Size: 992280
SHA256: 7ea18436dd70a3fc6b8312584b4f13c4a0701f1fb9bb67fc8c46b3be50d45627
SHA1: 89cd0718f2ff9a98dc3267fb812bafd32bb313f4
MD5sum: e29002153baa33c926a82d43741536b7
Description: development files for PostgreSQL 12 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.
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-server-dev-13
Source: postgresql-13 (13.9-1.pgdg+1)
Version: 13.9-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6133
Depends: clang-14, libpq-dev (>= 13~~), llvm-14-dev, postgresql-client-13, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/postgresql-server-dev-13_13.9-1.pgdg+1+b1_arm64.deb
Size: 1037644
SHA256: 8653eeab10f41d4edb148ab1a4423484f654d575af4490885446a204c82e72fc
SHA1: 2bf125f7fb58f892941de86581099d97c923dfeb
MD5sum: f0217c2a50bd2b8516b100708e8f2483
Description: development files for PostgreSQL 13 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.
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-server-dev-14
Source: postgresql-14 (14.6-1.pgdg+1)
Version: 14.6-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6645
Depends: clang-14, libpq-dev (>= 14~~), llvm-14-dev, postgresql-client-14, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14_14.6-1.pgdg+1+b1_arm64.deb
Size: 1110488
SHA256: 5664b878e896840b2bc817fffb39ea88b6ae2271c262a640c7d03e11bb413bbf
SHA1: 251f2a41c35b1fa6af94db843a5d8fe72882eded
MD5sum: c58d7bfc2a41a8320118a8e9524e4520
Description: development files for PostgreSQL 14 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.
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-server-dev-15
Source: postgresql-15 (15.1-1.pgdg+1)
Version: 15.1-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6802
Depends: clang-14, libpq-dev (>= 15~~), llvm-14-dev, postgresql-client-15, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/postgresql-server-dev-15_15.1-1.pgdg+1+b1_arm64.deb
Size: 1134904
SHA256: 8d0e37923020d74d705758361433bb824acf699f8b5957f3e775783184d5bbed
SHA1: ed053b3c51c9bfd891a773d4978e341de399ab01
MD5sum: efa38ea2269f9f4f4e00fc443c2698e0
Description: development files for PostgreSQL 15 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.
Timestamp: 2022-11-21 16:36:17+00

Package: postgresql-10-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.9.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 91
Depends: postgresql-10, libc6 (>= 2.17), postgresql-10-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-10-pgauditlogtofile_1.5.9.2-1.pgdg+1_arm64.deb
Size: 10156
SHA256: 1e7da2bae394a6eb6f66f0932691b90b8e2eaf7d1e6710496cfb1def2d3e46b7
SHA1: b6b8a9db45c23fc6dabd0eb60fd200235a99f3c9
MD5sum: 6c2db277c6ea1efd913649448c603588
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-11-22 15:25:45+00

Package: postgresql-10-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.9.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-10-pgauditlogtofile (= 1.5.9.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-10-pgauditlogtofile-dbgsym_1.5.9.2-1.pgdg+1_arm64.deb
Size: 25320
SHA256: 70efee98ef111a3b98868924bd4794dafc8d77fdce42f0cf59fd836b752f40cf
SHA1: 4d7e65e30dd23d7880f154a81162bfd4ff87a10e
MD5sum: 2725b5eeae1ca13d04fbdd6c421bdf27
Description: debug symbols for postgresql-10-pgauditlogtofile
Build-Ids: 47bced55bad2349e0a084d3450d1f201c7a4a634
Timestamp: 2022-11-22 15:25:45+00

Package: postgresql-10-plpgsql-check
Source: plpgsql-check
Version: 2.2.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 237
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check_2.2.4-1.pgdg+1_arm64.deb
Size: 78584
SHA256: 0f56459af49a1126237409879974b0b66354b91e6ec23d30f92204f9e9f99574
SHA1: 30008a58cf2b73439f6377c99900ab743b22ce31
MD5sum: 4541c73f4ea442c16a1b3b02bcca37f3
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-11-22 15:25:45+00

Package: postgresql-10-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.2.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: postgresql-10-plpgsql-check (= 2.2.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check-dbgsym_2.2.4-1.pgdg+1_arm64.deb
Size: 232852
SHA256: da56b310f635ea63c4bdaee058cbd0cb78ad56aed19c2be8a9e417b0d66fed33
SHA1: 97b76b35f78e3faeb361607629379475d74aa812
MD5sum: 0fead394687ee972efecf37d0e6963c2
Description: debug symbols for postgresql-10-plpgsql-check
Build-Ids: 009b98a6e79d5e20748c291f4cb8277838c95c61
Timestamp: 2022-11-22 15:25:45+00

Package: postgresql-11-orafce
Source: orafce
Version: 4.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1137
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_4.0.1-1.pgdg+1_arm64.deb
Size: 391944
SHA256: f8e491639965214bfc70d21109c8d5b2e486ddf131f7288e7a37bbba1adbc232
SHA1: d9dbe921747b73ae5792dee7c88f3a6d0828708f
MD5sum: c89a75b45c78fa618022a902c949aed9
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-11-22 15:25:45+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 4.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 311
Depends: postgresql-11-orafce (= 4.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_4.0.1-1.pgdg+1_arm64.deb
Size: 260404
SHA256: 80b7b7a4e4a9fc3a5810b7bb5c853fc468d75be178fb25cf4a52605ca2d9ed5f
SHA1: 961c8da89d8a2c370d5c8ec1126b719e6f926eb7
MD5sum: ea24958e53dff8544c5f86135fc95f09
Description: debug symbols for postgresql-11-orafce
Build-Ids: dc972b17e8d04e947bde0b69c18e9bdfb0aad0d5
Timestamp: 2022-11-22 15:25:45+00

Package: postgresql-11-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.9.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-11-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile_1.5.9.2-1.pgdg+1_arm64.deb
Size: 28772
SHA256: b334eda58dad276d39133f0585c49e7aefd1c16184c9e7ebd412ffcf764c3960
SHA1: cccc8058acaa834bf05ec5098d2cb080447fe31c
MD5sum: f4dcf28341129ca6bcdc9cea8ec02c93
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-11-22 15:25:45+00

Package: postgresql-11-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.9.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-11-pgauditlogtofile (= 1.5.9.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile-dbgsym_1.5.9.2-1.pgdg+1_arm64.deb
Size: 25616
SHA256: cfe44848a412b57fc87d9d5a93774d51c9b66278460ef1d06a56d072c2654a71
SHA1: 4bd6da3420c8d96cc3984eafd4aa051f664c120d
MD5sum: 7c0b5dde608e2e01c882fb0d5f453716
Description: debug symbols for postgresql-11-pgauditlogtofile
Build-Ids: fca48c0ab2698e7bcd7fe4780061bc11d2567e0f
Timestamp: 2022-11-22 15:25:45+00

Package: postgresql-11-plpgsql-check
Source: plpgsql-check
Version: 2.2.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 660
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check_2.2.4-1.pgdg+1_arm64.deb
Size: 302964
SHA256: 985c8cf70f16b194fcd81a62cf5fdad44f3d50ee553adc9410658c63edb2277b
SHA1: 791724f937b6ba3a43de45aeee7aa9859b7ff5a7
MD5sum: 1ee299a69478551582abe5d527a7b72c
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-11-22 15:25:45+00

Package: postgresql-11-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.2.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: postgresql-11-plpgsql-check (= 2.2.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check-dbgsym_2.2.4-1.pgdg+1_arm64.deb
Size: 232596
SHA256: 1eb2e7832e0d03fa67d7fadd1d8b2eb5994899390479e183202fb97b6b675903
SHA1: 6a04e797d6ff719255ae8fa5d36b6d73da7ec9cb
MD5sum: e248216e210a2e470b7ac2245925a515
Description: debug symbols for postgresql-11-plpgsql-check
Build-Ids: 51092f26af9815b25e4eb650326b9788098805b5
Timestamp: 2022-11-22 15:25:45+00

Package: postgresql-12-orafce
Source: orafce
Version: 4.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1134
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_4.0.1-1.pgdg+1_arm64.deb
Size: 390060
SHA256: 645b520dad75a1b66f9f8b47dafbb6b08922242cf873e52e7e40edebeb6d02a5
SHA1: 9d3c0b7424a84f20b7f9befd9c675f6860f0f918
MD5sum: 3a20e38330497fdce019af15b70acb55
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-11-22 15:25:45+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 4.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 313
Depends: postgresql-12-orafce (= 4.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_4.0.1-1.pgdg+1_arm64.deb
Size: 262048
SHA256: 1db5011802c8616388b5631c8416513bbad4801898121735096cd229f548bca4
SHA1: 1f35aa77c2f08db560f59692be30e3a1e4e16db0
MD5sum: b5f29d314c839de015645f6d744c8698
Description: debug symbols for postgresql-12-orafce
Build-Ids: eb120e9cd601bf3639eb8cd7598a274afe987924
Timestamp: 2022-11-22 15:25:45+00

Package: postgresql-12-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.9.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 126
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-12-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile_1.5.9.2-1.pgdg+1_arm64.deb
Size: 28648
SHA256: 35c79c252919dff59d24ea20f923628c701d317a38660e643e7026d0403ea906
SHA1: 96d9fdcdd8345aa40a4790c434f6dcd98815809d
MD5sum: 15c089ba08912fa3342c191c9ac79312
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-11-22 15:25:45+00

Package: postgresql-12-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.9.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-12-pgauditlogtofile (= 1.5.9.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile-dbgsym_1.5.9.2-1.pgdg+1_arm64.deb
Size: 25576
SHA256: 5c329f7e6c5ec110397dd8498b13026d802a924f98a0caef590331e34cf54e72
SHA1: 173d990025cf90b8dfc558db889efec2435ee88e
MD5sum: 0821cfc0141a62fe9150e3f4a413d6b8
Description: debug symbols for postgresql-12-pgauditlogtofile
Build-Ids: 141a47a406084ba03e4b3312270a7e91d197bacd
Timestamp: 2022-11-22 15:25:45+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 2.2.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 668
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_2.2.4-1.pgdg+1_arm64.deb
Size: 308688
SHA256: 76010ede0e69805477ab821be404a4c85518e7cc7927ca009b5d04102ce041a0
SHA1: 8d388fcf988ce57a636e1417ed1fdf3e5d135ef6
MD5sum: 1ef588fa1e881d090a74e9d59da739d1
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-11-22 15:25:45+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.2.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 271
Depends: postgresql-12-plpgsql-check (= 2.2.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_2.2.4-1.pgdg+1_arm64.deb
Size: 242288
SHA256: 2fbd160063ef52608bee6525df5db456360a49d7c8250bde36777a7cb942a0ad
SHA1: 0c859e5ff391f8dceca97502d6fe9d6d5328b44d
MD5sum: 5e50fdfc55772890104d9ac9b447e257
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: 9786af9d21077d937bd314437278999217df5789
Timestamp: 2022-11-22 15:25:45+00

Package: postgresql-13-orafce
Source: orafce
Version: 4.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1131
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_4.0.1-1.pgdg+1_arm64.deb
Size: 388304
SHA256: ff973144ba6d3b646aabc9df082dfcd147d2d548ae744a934557856228063df7
SHA1: 0d0dce893588dee30eb1b0e55b3cd567226c583e
MD5sum: 139a49de0dfbecc9e7cc9ef6c55801a4
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-11-22 15:25:45+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 4.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 319
Depends: postgresql-13-orafce (= 4.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_4.0.1-1.pgdg+1_arm64.deb
Size: 269288
SHA256: 8dcbb17e725079dae22b2f6e1caac2977588a3c1c5dca2b8c3c690c69067b6a1
SHA1: 58abcab7eb7d28961f7bfd0100495e23d1db03a0
MD5sum: 6d0b22651755fb4183756d14a430168e
Description: debug symbols for postgresql-13-orafce
Build-Ids: 5af97540872a84e3b724c6864e9b29bfc82cd740
Timestamp: 2022-11-22 15:25:45+00

Package: postgresql-13-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.9.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 126
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-13-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile_1.5.9.2-1.pgdg+1_arm64.deb
Size: 28612
SHA256: 387c0ac89aefbeff885bc0ad6699a58cb927529b87bf2a63d94c42e147a0b8d9
SHA1: 4a40f788379b9a35839dc0aec39566510880fe0f
MD5sum: 5e02228399e75992277e420963ed9b8d
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-11-22 15:25:45+00

Package: postgresql-13-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.9.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-13-pgauditlogtofile (= 1.5.9.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile-dbgsym_1.5.9.2-1.pgdg+1_arm64.deb
Size: 25816
SHA256: 508c7e907c7819da1ebf073c33957132e7eab4cc73316c000acd80568779fed8
SHA1: 4841824f4b4285af152df3c08f8d4642140fd080
MD5sum: 39b0a7cc180cd3dd88adecbce7f0c804
Description: debug symbols for postgresql-13-pgauditlogtofile
Build-Ids: d089abf2c73a64f6bb9f2d2f03cd0aa5006b730d
Timestamp: 2022-11-22 15:25:45+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 2.2.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 674
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_2.2.4-1.pgdg+1_arm64.deb
Size: 312776
SHA256: f1c4e6f97c12c6991f5320b384e70775e31d87975fd0cb5e71fdbd779d3eeda5
SHA1: 9e0a602bdaaf5ee702b6db32fbb47dd692af043b
MD5sum: 46615f896b6b1629a98b04785121964c
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-11-22 15:25:45+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.2.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 292
Depends: postgresql-13-plpgsql-check (= 2.2.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_2.2.4-1.pgdg+1_arm64.deb
Size: 262192
SHA256: e2126d0facc09f4db1dc6a94ece19c41d393c11b1196f7e0d1189f1d98dcdb58
SHA1: cfcb291e7fc492a59a5637cd7599f9b594836aed
MD5sum: ebe8573e01c2e0ebd2eaff2d79be5ab0
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: 41f23f052f5e1cb651009aafdd7326b9c3d12191
Timestamp: 2022-11-22 15:25:45+00

Package: postgresql-14-orafce
Source: orafce
Version: 4.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1203
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_4.0.1-1.pgdg+1_arm64.deb
Size: 389972
SHA256: 54d3bfc6c3c739e7cb97e41d983d67d16e843939c0080acb66b01e6266aa7def
SHA1: 7969e1443d39b38cd1609f7ae3ed2588488e3787
MD5sum: 03372004c163282e6c2e709d1af8db04
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-11-22 15:25:45+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 4.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 321
Depends: postgresql-14-orafce (= 4.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_4.0.1-1.pgdg+1_arm64.deb
Size: 270600
SHA256: 7546828b8fcf79a08661ab9764b5882895ce3d7bc02f9e8791a720bf35624db1
SHA1: 4b64f45c5cc9034c9971c0d73251dad4135e62dc
MD5sum: 9b2ff3c91c393b59ba28e61a0fc9ddf5
Description: debug symbols for postgresql-14-orafce
Build-Ids: b283e2dd21a65934cbe9db6b42967f532bae1f1b
Timestamp: 2022-11-22 15:25:45+00

Package: postgresql-14-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.9.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 126
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-14-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile_1.5.9.2-1.pgdg+1_arm64.deb
Size: 28644
SHA256: 3ae7c3f0d58c39fdab57d9af2c23a369b867552fcc0b2acad67ff07485f4c644
SHA1: 3db82bd1a516f4d5709b784d81a4e0cd62ff6c97
MD5sum: c992e3a41137d08be3a1b9f36ff3ff27
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-11-22 15:25:45+00

Package: postgresql-14-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.9.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-14-pgauditlogtofile (= 1.5.9.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile-dbgsym_1.5.9.2-1.pgdg+1_arm64.deb
Size: 26144
SHA256: b21235e9f4cb304de63a4b515cc020c5378491031754847dc53e8c780afc4b4d
SHA1: 07cb237433c96249b5112472bbbd7f307d0742e8
MD5sum: 57b0794c4a1dc87d9f717596397ab8dd
Description: debug symbols for postgresql-14-pgauditlogtofile
Build-Ids: bc39060b8bd6ec18de18ef81e0cc1f6c969f1fae
Timestamp: 2022-11-22 15:25:45+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.2.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 685
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.2.4-1.pgdg+1_arm64.deb
Size: 318900
SHA256: fec9e478d3b2b8f9b841433e2ff9883b316225f06e5b7692973c55932ea35d52
SHA1: 26761d87373080df2df90cdf8cafd8f93c3ee545
MD5sum: d625ac70828055cf6adfc21e3e80d4c5
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-11-22 15:25:45+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.2.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 298
Depends: postgresql-14-plpgsql-check (= 2.2.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.2.4-1.pgdg+1_arm64.deb
Size: 267760
SHA256: 02a7269a5efcd8ca03f0dd5c373d79454888b80225240a36b4211c5beab1270a
SHA1: 49ef5962a49a9d4f4f313d07ca359ef3a9a82df3
MD5sum: 1abea34a42dbae3f59b71c8c61df3c4f
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: 58407f6ee926909e1b47a286f4a3fa76f42b1a05
Timestamp: 2022-11-22 15:25:45+00

Package: postgresql-15-orafce
Source: orafce
Version: 4.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1144
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-15-orafce_4.0.1-1.pgdg+1_arm64.deb
Size: 391568
SHA256: a6135bef31494e8b4436a7ea82fdef8587c0bed56cee65c68b4b48017403b7c7
SHA1: 0b7a4345d07dcf717e82bc627a047868dc31d62a
MD5sum: b9ec453056a926a1d12e4393ad285601
Description: Oracle support functions for PostgreSQL 15
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2022-11-22 15:25:45+00

Package: postgresql-15-orafce-dbgsym
Source: orafce
Version: 4.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 325
Depends: postgresql-15-orafce (= 4.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-15-orafce-dbgsym_4.0.1-1.pgdg+1_arm64.deb
Size: 276700
SHA256: ed3cf9cb51ee33085dc8672255e176c6e82e8ac6755521454adcaaa9bb77c8ed
SHA1: 136090dfb0e1d674ed9627e77677c353934e9a39
MD5sum: 0c7713b9eca91b8f7586d90de3c09fd1
Description: debug symbols for postgresql-15-orafce
Build-Ids: e98fbca5c5d50cd5bca9c6bf0b576976f4b113f9
Timestamp: 2022-11-22 15:25:45+00

Package: postgresql-15-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.9.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-15-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile_1.5.9.2-1.pgdg+1_arm64.deb
Size: 28904
SHA256: cca60bf43bcc282df5acc68ae4b529c5ddb88a8f86fe9dd4e08e5fd730e9213e
SHA1: 922cd363556cd045db9cb7938222e362ef7f16a5
MD5sum: ae57b8537e1aa5c94dde00bd14e19235
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-11-22 15:25:45+00

Package: postgresql-15-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.9.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-15-pgauditlogtofile (= 1.5.9.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile-dbgsym_1.5.9.2-1.pgdg+1_arm64.deb
Size: 26476
SHA256: a785a76e469999cf842dbe3121ac5f5b0ca3aff21c4642f27255c2173a393028
SHA1: 3003de9d811e548b9ca32a1e31e52b736277c861
MD5sum: a5770c4b29612ffb8e92e08043662a1c
Description: debug symbols for postgresql-15-pgauditlogtofile
Build-Ids: a62f7bcc3dfc78ef79ce03d489d53d906336e009
Timestamp: 2022-11-22 15:25:45+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.2.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 710
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.2.4-1.pgdg+1_arm64.deb
Size: 333628
SHA256: d4173f6e3533b7633186afdad600d05ab042af7274f9c3e919a9294e39f99782
SHA1: c79e09896945d25ce5b16ed3d035d3d3f32170dc
MD5sum: 58713807e6117e81a7c2c260aebf4954
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-11-22 15:25:45+00

Package: postgresql-15-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.2.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 318
Depends: postgresql-15-plpgsql-check (= 2.2.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.2.4-1.pgdg+1_arm64.deb
Size: 286764
SHA256: 3f099f9208f75bd74533176d6ccb91e3f7a3564f92042093080d9e7187c5c5e5
SHA1: 6c985955d7b56060f2fd185d62051672344a5bc6
MD5sum: fea6320dc90bf06819c567bb073fedde
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: 199f3bb55d919c20dec56690d1b3806deab8b85e
Timestamp: 2022-11-22 15:25:45+00

Package: pspg
Version: 5.5.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 363
Depends: libc6 (>= 2.34), libncursesw6 (>= 6), libpq5 (>= 9.0~), libreadline8 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_5.5.12-1.pgdg+1_arm64.deb
Size: 126616
SHA256: ef36e6ded023810692455c9acf1e0913bda6b043d4feb658ec9511d38976e18c
SHA1: caf770ee74616f4d7b45e5421e3b23ca41f97889
MD5sum: 8aebbb6cbac1218c333cbaf112137e8f
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2022-11-22 15:25:45+00

Package: pspg-dbgsym
Source: pspg
Version: 5.5.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 431
Depends: pspg (= 5.5.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_5.5.12-1.pgdg+1_arm64.deb
Size: 403004
SHA256: 7a88c132ff66b8c9be5ebfb38391dec14e6cc2e1975c1f08ee5e36eeeb4c3b73
SHA1: b72ce3aa06139f3a4d030cc6c5230a3923eb9f21
MD5sum: dd31f979f13fe6c2c2c7f0ce59d33367
Description: debug symbols for pspg
Build-Ids: c325cccf7d1932f8edb518bd8b07f5892e2cff46
Timestamp: 2022-11-22 15:25:45+00

Package: vip-manager
Version: 1.0.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6455
Depends: libc6 (>= 2.34)
Enhances: patroni
Built-Using: etcd (= 3.3.25+dfsg-8), golang-1.19 (= 1.19.3-1), golang-fsnotify (= 1.6.0-2), golang-github-coreos-semver (= 0.3.0-1), golang-github-hashicorp-hcl (= 1.0.0-1.1), golang-github-json-iterator-go (= 1.1.12-1), golang-github-magiconair-properties (= 1.8.5-1), golang-github-mdlayher-arp (= 0.0~git20191213.f72070a-3), golang-github-mdlayher-ethernet (= 0.0~git20190606.0394541-2), golang-github-mdlayher-raw (= 0.0~git20191009.50f2db8-2), golang-github-mitchellh-mapstructure (= 1.5.0-2), golang-github-modern-go-concurrent (= 1.0.3-1.1), golang-github-modern-go-reflect2 (= 1.0.2-2), golang-github-pelletier-go-toml (= 1.9.4-1), golang-github-spf13-afero (= 1.9.2-1), golang-github-spf13-cast (= 1.5.0-1), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-2), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-github-spf13-viper (= 1.10.1-1), golang-github-subosito-gotenv (= 1.2.0+git20190917.de67a66-2), golang-golang-x-net (= 1:0.1.0+dfsg-1), golang-golang-x-sys (= 0.1.0-1), golang-golang-x-text (= 0.4.0-1), golang-gopkg-ini.v1 (= 1.66.2-1), golang-yaml.v2 (= 2.4.0-4)
Homepage: https://github.com/cybertec-postgresql/vip-manager
Priority: optional
Section: net
Filename: pool/main/v/vip-manager/vip-manager_1.0.2-3.pgdg+1_arm64.deb
Size: 1937068
SHA256: 3708eca597a8b278ff8e99fcf48dc10a946116cc3b116c99577cdcd6f5c29dd5
SHA1: 1be33d51dcf05f78b616101868559233c1d12239
MD5sum: 8bd06bd2f7986b20d5a8bd8e4728b665
Description: Patroni virtual IP manager
 This package needs to be installed and configured on all nodes of a Patroni
 PostgreSQL cluster. Given a Patroni namespace and scope in etcd or consul,
 the vip-manager service monitors that namespace for leader changes due to
 failovers or switchovers and adds or removes the VIP on the local node
 accordingly.
Timestamp: 2022-11-22 15:25:45+00

Package: plprofiler
Version: 4.2.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 646
Depends: python3-psycopg2, python3, python3:any
Recommends: postgresql-plprofiler
Provides: python3-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/plprofiler_4.2.1-1.pgdg+1_all.deb
Size: 338304
SHA256: 8b27594f8a72ec5db8072175d76503f64d8db6e062b1719197ab0dfd30c30e57
SHA1: c11bb79ff51884f4d8cdc7b0d5b126bb8f651453
MD5sum: 5d9fa7d2f6ed3a54c8af95d015131977
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 t.
 This package contains the Python module and the plprofiler CLI util.
Timestamp: 2022-11-23 09:19:38+00

Package: postgresql-10-plprofiler
Source: plprofiler
Version: 4.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-10, libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-10-plprofiler_4.2.1-1.pgdg+1_arm64.deb
Size: 20968
SHA256: 0293f35f774a92acfbcb4df9aa31b50dfb455f4fff5d671444d2bd7162f47c6a
SHA1: 179e28456ae9d08601ddce7e3bff7f4e6b072fa5
MD5sum: 7d4a97db4dc105cd3581bc1c6f3dcf64
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2022-11-23 09:19:38+00

Package: postgresql-10-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-10-plprofiler (= 4.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-10-plprofiler-dbgsym_4.2.1-1.pgdg+1_arm64.deb
Size: 54076
SHA256: c4cccf8d29032af61ef3fb6d15f1a9c19dfa4f2c873d51d0e0502193581765cb
SHA1: d4b250803b0ddc170a95e9155514ce27a765e02a
MD5sum: 0d0070a3d89d8f3173e491bacaeecf95
Description: debug symbols for postgresql-10-plprofiler
Build-Ids: b95572cb26ecb27c8306402cf7bfcb59be427a01
Timestamp: 2022-11-23 09:19:38+00

Package: postgresql-11-plprofiler
Source: plprofiler
Version: 4.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-11-plprofiler_4.2.1-1.pgdg+1_arm64.deb
Size: 50680
SHA256: ff4ca08813241736312775d736e419445861d107b9d248b90d4f24970d13df21
SHA1: 815c025aed3bce2bd04e880bdaee871228b8110d
MD5sum: efe637001bbff87e580a065d5d56f987
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2022-11-23 09:19:38+00

Package: postgresql-11-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-11-plprofiler (= 4.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-11-plprofiler-dbgsym_4.2.1-1.pgdg+1_arm64.deb
Size: 50432
SHA256: a286bff03dc3212f1b64ecae2262bcfcc0b515459d07e97bb69318fbbf09f8a3
SHA1: 37322d571b947a190d6ea81acd523e5ab0f3d520
MD5sum: 26b870e9e6e8de193129a490f5820f3e
Description: debug symbols for postgresql-11-plprofiler
Build-Ids: 2d9510c01409438f7d7f377cc7d32a539719e055
Timestamp: 2022-11-23 09:19:38+00

Package: postgresql-12-plprofiler
Source: plprofiler
Version: 4.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-12-plprofiler_4.2.1-1.pgdg+1_arm64.deb
Size: 50928
SHA256: 276a40dfc3fc4441f4b5c4f7de5b8bae46fabd2bbb720720494c251cdd429528
SHA1: 0a05489067e6e0fb50fb30e9313abddf75c7e20c
MD5sum: d5f1e2141eaab851118e58ab3819cee3
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2022-11-23 09:19:38+00

Package: postgresql-12-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-12-plprofiler (= 4.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-12-plprofiler-dbgsym_4.2.1-1.pgdg+1_arm64.deb
Size: 52184
SHA256: 15f46bf5979e65aa0482f23595b5694619adf7de291c8e2cbfabcbaa7aed6e99
SHA1: be09bde16789f21c9235153206b97d8c8bbd8351
MD5sum: fad3a5aefec66bf4bbdbd38274e61076
Description: debug symbols for postgresql-12-plprofiler
Build-Ids: 33ab176b9f837b8fda40aba0f4408fa1d12cadc2
Timestamp: 2022-11-23 09:19:38+00

Package: postgresql-13-plprofiler
Source: plprofiler
Version: 4.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-13-plprofiler_4.2.1-1.pgdg+1_arm64.deb
Size: 51368
SHA256: a0ffb804513a50bcd207567a7a881cc7999fb04379cb2ea064da0154cdf11fa0
SHA1: 6fc5a3e0345eb921faa094de4684278f16ecce8a
MD5sum: 590fb7c3dc5870b89ac830a7cef7a774
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2022-11-23 09:19:38+00

Package: postgresql-13-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-13-plprofiler (= 4.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-13-plprofiler-dbgsym_4.2.1-1.pgdg+1_arm64.deb
Size: 56184
SHA256: f6c917a60cecddde7550cddb4a5148e4830443844acea5d37d39c1e7fad36297
SHA1: 95e0d99bb3a526c1bcd90415c440f164d56fad42
MD5sum: 9085ac6df4676e61a6815cc40521f3d1
Description: debug symbols for postgresql-13-plprofiler
Build-Ids: a6afb7b652e7b2b5fa5437f5fc324dc150d54dd0
Timestamp: 2022-11-23 09:19:38+00

Package: postgresql-14-plprofiler
Source: plprofiler
Version: 4.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-14-plprofiler_4.2.1-1.pgdg+1_arm64.deb
Size: 51800
SHA256: 5518ab60de6f0409e19d364fe5f373776fabc992b50ae91109f7fabe5c3b609f
SHA1: 5cfa54df3cc0698cc7d90523828bc569b5af9c94
MD5sum: f9dbcdd48d580c5bf53560dd72c49dd9
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2022-11-23 09:19:38+00

Package: postgresql-14-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-14-plprofiler (= 4.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-14-plprofiler-dbgsym_4.2.1-1.pgdg+1_arm64.deb
Size: 57156
SHA256: 8ea106067feb745157edc7f88a2984a25f19ae763fda0f04dd85836c101c712d
SHA1: f26adf68d5bdbed79213e623798c914767c932b7
MD5sum: 7d9a8d577f936c10d4832968b7ca4aba
Description: debug symbols for postgresql-14-plprofiler
Build-Ids: d2c04da2e84f476f3705709ab1ab0d77729f37cd
Timestamp: 2022-11-23 09:19:38+00

Package: postgresql-15-plprofiler
Source: plprofiler
Version: 4.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-15-plprofiler_4.2.1-1.pgdg+1_arm64.deb
Size: 53808
SHA256: 6c3012ce8249d3bf2888ca5eb1f0b3d2e2a4d47444caca02e3b591111b16f3c7
SHA1: dcc86db9e89094ea4362edbf4bb692de1b0da8ca
MD5sum: 5a4cd873a178cecca8c0642d48a06030
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2022-11-23 09:19:38+00

Package: postgresql-15-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-15-plprofiler (= 4.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-15-plprofiler-dbgsym_4.2.1-1.pgdg+1_arm64.deb
Size: 66252
SHA256: e5ba39b4b926dd63101bf84345b1ff6da9d7182fb178d08af4c5c22fa43a2861
SHA1: 36dc0ee434195f6edc05d3590ee845fbac2d2aeb
MD5sum: 2c8c3bf44f59c6963925548fe8bc7634
Description: debug symbols for postgresql-15-plprofiler
Build-Ids: 32b4b5c58dfdf9b509d9cfdec03f3164be475b56
Timestamp: 2022-11-23 09:19:38+00

Package: pgagroal
Version: 1.5.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 668
Depends: postgresql-common, libc6 (>= 2.34), libev4 (>= 1:4.04), libssl3 (>= 3.0.0), libsystemd0
Homepage: https://github.com/agroal/pgagroal
Priority: optional
Section: database
Filename: pool/main/p/pgagroal/pgagroal_1.5.0-2.pgdg+1_arm64.deb
Size: 234092
SHA256: ad35c0b093dbf9f217b7d3a8e4b0a05e67a236c4f1594eb6dcb94ef7a085c909
SHA1: 8d9b9fecc690a08296e55f432ee37d6a0b04951e
MD5sum: e154f46ba44ae015b7b88d8e9c7df1ee
Description: High-performance connection pool for PostgreSQL
 pgagroal is a high-performance protocol-native connection pool for PostgreSQL.
 .
 Pronounced: p-g-a-gro-al, named after Agroal in Portugal.
 .
 Features:
  * High performance
  * Connection pool
  * Limit connections for users and databases
  * Prefill support
  * Remove idle connections
  * Perform connection validation
  * Enable / disable database access
  * Graceful / fast shutdown
  * Prometheus support
  * Grafana 8 dashboard
  * Remote management
  * Authentication query support
  * Failover support
  * Transport Layer Security (TLS) v1.2+ support
  * Daemon mode
  * User vault
Timestamp: 2022-11-24 16:17:29+00

Package: pgagroal-dbgsym
Source: pgagroal
Version: 1.5.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 366
Depends: pgagroal (= 1.5.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgagroal/pgagroal-dbgsym_1.5.0-2.pgdg+1_arm64.deb
Size: 306216
SHA256: 5612bc0dc985003ef29a0720fce13420065c451e146922df8042369799190e32
SHA1: 1e8f60df50d6ba82868d5e7ec1bed0c57075312c
MD5sum: 347c11792ff4ebf0267595693ee4252a
Description: debug symbols for pgagroal
Build-Ids: 16171c662251bb4a50465e920bb49540f8a1fea3 3fb456187c2226c9ac175201b0c398a19bcac0f7 7a17090c01de06a2835a5e84c871562b2b1c3bfa c171a01ce07b77bcdd09ff52ecc89682755db4a3
Timestamp: 2022-11-24 16:17:29+00

Package: pgbackrest
Version: 2.42-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 951
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.34), liblz4-1 (>= 0.0~r127), libpq5, libssl3 (>= 3.0.0), libxml2 (>= 2.7.4), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc, check-pgbackrest
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.42-1.pgdg+1_arm64.deb
Size: 338320
SHA256: d81bbb508284b814670133f3761615cf2bf0c107db38c457f4943a3e5d86a0e3
SHA1: 1374bfdc72f7c7eda91c26ab5624ea3484c6914d
MD5sum: 15e95fc4dc1c85bf6c0aa24e7c8d5af5
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.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2022-11-24 16:17:29+00

Package: pgbackrest-dbgsym
Source: pgbackrest
Version: 2.42-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1223
Depends: pgbackrest (= 2.42-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.42-1.pgdg+1_arm64.deb
Size: 1127960
SHA256: 2a945f153a00f5885298585299380bf455cabe2fa99de529ea4bb3355d295515
SHA1: f9906fa539421cef54cba41779b59c8a0e9d4ee4
MD5sum: 88ea78d037dae80d77e761e5f6bb097a
Description: debug symbols for pgbackrest
Build-Ids: aae4347fb825731fd26860b7bc3f70b822395feb
Timestamp: 2022-11-24 16:17:29+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.42-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1614
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.42-1.pgdg+1_all.deb
Size: 120404
SHA256: 548541b3e413f09db2a1d65a99bff6363a1e819cd7a6600baae603768ed88e66
SHA1: ce47e252d307297a1ab1b27be856094a39562314
MD5sum: 3dd732544a62acc0b8729adebd7091d6
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2022-11-24 16:17:29+00

Package: patroni
Version: 2.1.5-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 827
Depends: python3-cdiff, python3-click (>= 4.1), python3-dateutil, python3-pkg-resources, python3-prettytable (>= 0.7), python3-psutil, python3-six (>= 1.7), python3-urllib3, python3-yaml, python3:any (>= 3.5~), lsb-base (>= 3.0-6), python3-psycopg2, python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes | python3-pysyncobj
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_2.1.5-1.pgdg+1_all.deb
Size: 165264
SHA256: 03a34368534aa0164274f0bc05e67ab26b1fa65404a279d96c3d031c99f87195
SHA1: 85ac1e13e2c8ae03143db7791faee18d64fa96d6
MD5sum: 651945b336ffb567ce5a33f200be905d
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2022-11-30 13:30:01+00

Package: patroni-doc
Source: patroni
Version: 2.1.5-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 954
Depends: libjs-sphinxdoc (>= 4.3), sphinx-rtd-theme-common (>= 1.1.1+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_2.1.5-1.pgdg+1_all.deb
Size: 128416
SHA256: e2e79a918079992aecdeaee0d72c74efd86cfdc4543f7d60ea53fb1855775500
SHA1: 27a1d4ffa0536c63b3d9b36ca2455b42cc630d0a
MD5sum: 352d06a25a9fab35c476e456bbf08f67
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2022-11-30 13:30:01+00

Package: libpostgresql-jdbc-java
Source: libpgjava
Version: 42.5.1-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 1037
Conflicts: libpg-java (<= 9.1-901-1), libpgjava (<= 7.4.7-3)
Replaces: libpg-java (<= 9.1-901-1), libpgjava
Provides: libpg-java, libpgjava
Built-Using: libscram-java (= 2.1-1.pgdg+1)
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: java
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java_42.5.1-1.pgdg+1_all.deb
Size: 954740
SHA256: 3e146c38debffd044fa4472aa01b2b6cded4b36776deddd4c5786b4545e4f92c
SHA1: e0f53f421b34a9aee444d3ecdf2fa984bb09ce8a
MD5sum: bae0a5987cdaf2f69f259715e02bab84
Description: Java database (JDBC) driver for PostgreSQL
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
Timestamp: 2022-12-04 21:07:39+00

Package: libpostgresql-jdbc-java-doc
Source: libpgjava
Version: 42.5.1-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 11559
Depends: default-jdk-doc
Conflicts: libpg-java-doc (<= 8.4-702-1)
Replaces: libpg-java-doc
Provides: libpg-java-doc
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java-doc_42.5.1-1.pgdg+1_all.deb
Size: 446504
SHA256: adb65ba928249736b4771e4e0ee82e46b996511b3d7b4bdffbfd6a4048f559e1
SHA1: be7449843d8d8dc3a1622f65b4775851ab8aac21
MD5sum: 73af00222bc6c1940ed02433302a9060
Description: Java database (JDBC) driver for PostgreSQL (documentation)
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
 .
 This package contains the documentation.
Timestamp: 2022-12-04 21:07:39+00

Package: postgis
Source: postgis (3.3.2+dfsg-1.pgdg+1)
Version: 3.3.2+dfsg-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 497
Depends: libc6 (>= 2.34), libgdal32 (>= 2.0.1), libgeos-c1v5 (>= 3.6), libpq5, libproj25 (>= 5.2.0)
Recommends: postgresql-postgis, postgis-doc
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.3.2+dfsg-1.pgdg+1+b1_arm64.deb
Size: 125456
SHA256: a14eb29d6192d7ba3553ed7a26cb848d88d4acd137f8c67ea6deed3c9b26835e
SHA1: abbc15395eaefa4964083026ad6f2763cd354898
MD5sum: b5f0efc7c6e388091303d5fe22420d84
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2022-12-04 21:07:39+00

Package: postgis-dbgsym
Source: postgis (3.3.2+dfsg-1.pgdg+1)
Version: 3.3.2+dfsg-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 703
Depends: postgis (= 3.3.2+dfsg-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.3.2+dfsg-1.pgdg+1+b1_arm64.deb
Size: 531872
SHA256: 18c56fcd12f31f6912ace99d56d51189cae66c6274e635a4e14be816dec86b65
SHA1: 829add6d477d20f36ae55e0ae0d7cdad3f21c429
MD5sum: 41e981a5cae28a6cf71c4972cd92ba8e
Description: debug symbols for postgis
Build-Ids: 603d3a1f32c95fb004d45a4537b9a5626b763aa7 af8e7dea4469068f026f068223b2d5f3f20a5ceb deca727817283a25236bb26d3ba750d1db694d3c
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-10-ogr-fdw
Source: pgsql-ogr-fdw (1.1.3-1.pgdg+1)
Version: 1.1.3-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 159
Depends: postgresql-10, libc6 (>= 2.34), libgdal32 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-10-ogr-fdw_1.1.3-1.pgdg+1+b1_arm64.deb
Size: 32248
SHA256: 2cb0e648c8639d66ba894e4d4e2c8a42529445715d88511d31c7db7d34796132
SHA1: 35f528f7157c5c6c847cf2bec3858cd58a33a65a
MD5sum: 2616679637454d2575e874b6f157ecae
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-10-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw (1.1.3-1.pgdg+1)
Version: 1.1.3-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 150
Depends: postgresql-10-ogr-fdw (= 1.1.3-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-10-ogr-fdw-dbgsym_1.1.3-1.pgdg+1+b1_arm64.deb
Size: 117676
SHA256: 0e51707e73827b0676e154e293d335b88281f3c0bbe4509f83ae74fa66dcd501
SHA1: 210e77084462d27a1e10837497e9f99f8e02f3af
MD5sum: 3dde2f506023376c929682fe186c1d56
Description: debug symbols for postgresql-10-ogr-fdw
Build-Ids: 34cbc93cc3cdf68a0814b09dee854982e9afa581 50ba7cfba0f6ad56ad82c3d387a34c3e6594f6e1
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-10-plpgsql-check
Source: plpgsql-check
Version: 2.2.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 237
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check_2.2.5-1.pgdg+1_arm64.deb
Size: 78636
SHA256: 0a30e45100d3ac699dc704183f3837c513c7100399d8c56ffd6e1cf1b811051c
SHA1: 04e6e247031ad4274ec63d2ee6af2687c95e3783
MD5sum: 29214b524b34a3a71208c79021bee28a
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-10-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.2.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: postgresql-10-plpgsql-check (= 2.2.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check-dbgsym_2.2.5-1.pgdg+1_arm64.deb
Size: 232848
SHA256: d67f389e0f4cc4c4372d61782cfa81a518fd27dec7c551c6994494ae59fa2b47
SHA1: 09a0aea98a17c7cbd4ede5861ee9f092a6cc2f9a
MD5sum: fe68ab6f4926c423912f72f5f6fe12e9
Description: debug symbols for postgresql-10-plpgsql-check
Build-Ids: ea495203640e9a087801dd0f0501569b7f2d0532
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-11-ogr-fdw
Source: pgsql-ogr-fdw (1.1.3-1.pgdg+1)
Version: 1.1.3-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 285
Depends: postgresql-11, libc6 (>= 2.34), libgdal32 (>= 2.2.0), postgresql-11-jit-llvm (>= 14)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw_1.1.3-1.pgdg+1+b1_arm64.deb
Size: 99736
SHA256: 6a65adc0cf959dc764eb1841cb5d732dc94fdd4be2170d74c38944251d45bc82
SHA1: b88ee70eb413912e67761ddaf7a79c684292c4a3
MD5sum: 3fe63fca27c23c77aa08be4133af0114
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-11-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw (1.1.3-1.pgdg+1)
Version: 1.1.3-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 151
Depends: postgresql-11-ogr-fdw (= 1.1.3-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw-dbgsym_1.1.3-1.pgdg+1+b1_arm64.deb
Size: 118840
SHA256: bf95c1c1964adf9a0eb9a619645a02b94cfaf0d7437cbe6cf939a5e20671d40f
SHA1: 84b138ebfb3bd792253e87a1d3b928e97f8394a5
MD5sum: e94fd4fa50f6660c219f2a96f44fcda9
Description: debug symbols for postgresql-11-ogr-fdw
Build-Ids: 51b85369997a0a2c982b7893f70bdaebb87a1ed4 e6d68ab3b2f5ac0175a03f1e9a7c147fe16441e4
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-11-pgrouting
Source: pgrouting
Version: 3.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2869
Depends: postgresql-11-pgrouting-scripts (>= 3.4.2-1.pgdg+1), postgresql-11, postgresql-11-postgis, postgresql-11-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: postgresql-11-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting_3.4.2-1.pgdg+1_arm64.deb
Size: 725308
SHA256: 23f2c297fcba1afb790ce7c3482a54495870974e43250ab348b688dd7cdf2612
SHA1: f1e215b0a43f49ede748c03590f4e4af9e59695e
MD5sum: ae57a42e60df5e5d88675eae13ae6110
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 11.
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-11-pgrouting-dbgsym
Source: pgrouting
Version: 3.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25223
Depends: postgresql-11-pgrouting (= 3.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-dbgsym_3.4.2-1.pgdg+1_arm64.deb
Size: 25208744
SHA256: 42bbcadefc3ea26566faebba3339801ae413a609f2ec61ae312cc9e700b00c28
SHA1: ee11f5ee59fe60be9507dd324191eb2c2923a204
MD5sum: 38e92f9d2c32a764ff80537f6151cb65
Description: debug symbols for postgresql-11-pgrouting
Build-Ids: 2e66750d565a3ac0370f475d5f18fd5539942e50
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-11-pgrouting-doc
Source: pgrouting
Version: 3.4.2-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7495
Depends: libjs-mathjax, libjs-sphinxdoc (>= 4.3)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-doc_3.4.2-1.pgdg+1_all.deb
Size: 2294180
SHA256: 6df6a803df79d31e0d381b382419d43bb567279a08274f433a2dc25cd460c860
SHA1: b82537509cdc1bd835045ef406a7c5a02e845e49
MD5sum: f74e2ebfbfe64af1504035999a0410c0
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.
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-11-pgrouting-scripts
Source: pgrouting
Version: 3.4.2-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2897
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-scripts_3.4.2-1.pgdg+1_all.deb
Size: 60016
SHA256: 6b79f950199ccc938a6411c45f1cca456cddbeb6ed88c62297ff0433b7621d17
SHA1: 66ceee257195eeb7fc1e0f94b32ef4c046d3268b
MD5sum: 94445e168634ab07bdc9f7cfa3cff599
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 11.
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-11-plpgsql-check
Source: plpgsql-check
Version: 2.2.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 660
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check_2.2.5-1.pgdg+1_arm64.deb
Size: 303140
SHA256: c34f1437cc125620fc7a339265bf9c64e86cc2025409ae941f335ef9847bd10e
SHA1: 97301854da920658911e01bae6bbabd461085a14
MD5sum: 11503da1a08cce7e9a538c45d990879d
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-11-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.2.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: postgresql-11-plpgsql-check (= 2.2.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check-dbgsym_2.2.5-1.pgdg+1_arm64.deb
Size: 232548
SHA256: 37142007d483d62ac9428dc98270acf24e64dfd7e191d5f8d5c70048b0d07dd3
SHA1: f54d7996c44d0f3b78fb9ab7d18683cf1a5d0e9d
MD5sum: f2b78ab1aa066bb54ff33b00e6d54863
Description: debug symbols for postgresql-11-plpgsql-check
Build-Ids: 207c1fa5f6b829b4aa43c2dcace1a22440d0915c
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-11-postgis-3
Source: postgis (3.3.2+dfsg-1.pgdg+1)
Version: 3.3.2+dfsg-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9530
Depends: postgresql-11, postgresql-11-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-11-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3_3.3.2+dfsg-1.pgdg+1+b1_arm64.deb
Size: 3388500
SHA256: a88e5ecc5e31d6ccf37d9e3745c5499cdde747ef7a7514c2d0d033380468f2c1
SHA1: a8931331d5f08c6a667b97e41bfe840cc4ec33be
MD5sum: f6ad3b0ba19154971a62c8eaadd4e182
Description: Geographic objects support for PostgreSQL 11
 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".
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-11-postgis-3-dbgsym
Source: postgis (3.3.2+dfsg-1.pgdg+1)
Version: 3.3.2+dfsg-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4399
Depends: postgresql-11-postgis-3 (= 3.3.2+dfsg-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-11-postgis-3-dbgsym_3.3.2+dfsg-1.pgdg+1+b1_arm64.deb
Size: 3856984
SHA256: 8357788dfd0a9c550e20d51f7a8e54b12c9b7474b9f2f6793cb8d931e0939165
SHA1: c9ea5cd6ebcef52fe835a6204e58f81249f60fca
MD5sum: 244f140b2c87a4fe0e1afde0e11979ad
Description: debug symbols for postgresql-11-postgis-3
Build-Ids: 1994a8b51a3bb7934a020c7c3be5e33d77d7d085 36a890682d116e2290b1d0bfc83ceb8c5123b816 4bae64793c61abea7210a84773ae96d15cb0487d b8a79044801acb71eef312b746ccca4ecfe9b6e4 f5f32d758f84ef048aabe6d11d5f41548442022f
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-12-ogr-fdw
Source: pgsql-ogr-fdw (1.1.3-1.pgdg+1)
Version: 1.1.3-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 287
Depends: postgresql-12, libc6 (>= 2.34), libgdal32 (>= 2.2.0), postgresql-12-jit-llvm (>= 14)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw_1.1.3-1.pgdg+1+b1_arm64.deb
Size: 101412
SHA256: 7f3825b47adac2a891449755762ad0176bb8a5f904ea227d32f6c0a8d818da53
SHA1: 626c5741876cfe0645b6d2c50ec47fd7aa99b695
MD5sum: 6f8de5906d25d017ba3e00aa26ded97a
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-12-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw (1.1.3-1.pgdg+1)
Version: 1.1.3-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 156
Depends: postgresql-12-ogr-fdw (= 1.1.3-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw-dbgsym_1.1.3-1.pgdg+1+b1_arm64.deb
Size: 123784
SHA256: 886386d3c93abd20a528bc791d594dec54382843e8e62b55370655d549699cd4
SHA1: e4fd12b9f33e3a527b59c1775d82991de36f1110
MD5sum: 00f3bbf60b8a661fb0f73aaec0d35433
Description: debug symbols for postgresql-12-ogr-fdw
Build-Ids: 6ef719a9ebcb90119007176834a35a08a078c7fe 9c2534bed88a2c44da0307a1ed6a45e2f90aa643
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-12-pgrouting
Source: pgrouting
Version: 3.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2869
Depends: postgresql-12-pgrouting-scripts (>= 3.4.2-1.pgdg+1), postgresql-12, postgresql-12-postgis, postgresql-12-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: postgresql-12-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting_3.4.2-1.pgdg+1_arm64.deb
Size: 725296
SHA256: bd8774533780ff3ee7b6f5e23b90481cc95ba7f1712272c51915f0665806d0d2
SHA1: 3113edee070660c59f9b0623df5b1a4d9804386b
MD5sum: a5be491017c39cae25a0d8b359341214
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 12.
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-12-pgrouting-dbgsym
Source: pgrouting
Version: 3.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25228
Depends: postgresql-12-pgrouting (= 3.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-dbgsym_3.4.2-1.pgdg+1_arm64.deb
Size: 25214976
SHA256: b5440a9d8f7ce82715d6540484296d762d15288817418212c27891f41e418dc2
SHA1: 5c55523a317e274e165a4bb6b9470ec5028f518e
MD5sum: a45ccffa9c5893ab6baac9b45e942974
Description: debug symbols for postgresql-12-pgrouting
Build-Ids: a4a9525b8eac7b5cfd57082be4cbabae5631e1e2
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-12-pgrouting-doc
Source: pgrouting
Version: 3.4.2-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7495
Depends: libjs-mathjax, libjs-sphinxdoc (>= 4.3)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-doc_3.4.2-1.pgdg+1_all.deb
Size: 2294168
SHA256: fae7c1c960d930570c4e239f577dddfa53466cfdeee0ffb09c3440fe538f012d
SHA1: 3ff6d58cc44924245c8f2a25c37b10d31eb3ff91
MD5sum: a5cdc4bb823aa5e2198dba1ee8a3eff2
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.
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-12-pgrouting-scripts
Source: pgrouting
Version: 3.4.2-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2897
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-scripts_3.4.2-1.pgdg+1_all.deb
Size: 60028
SHA256: 3fb4a315d25b6320c90d357680190358dd764eea9d94c11d9033be732a62aacc
SHA1: 7a3d6bd40f0877f3c0d26beda1af0e568ec44022
MD5sum: 2907b91f35ff7301928fd5bd9da5d8c5
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 12.
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 2.2.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 668
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_2.2.5-1.pgdg+1_arm64.deb
Size: 308744
SHA256: a037d7f44683d95441716a91262da72e707a7e7a72cc4dde8bd72204edd525f9
SHA1: b47ac3fe40e438eab54d14b38426b374d8a661ac
MD5sum: 901e7dec9154e9391570022384928692
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.2.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 271
Depends: postgresql-12-plpgsql-check (= 2.2.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_2.2.5-1.pgdg+1_arm64.deb
Size: 242320
SHA256: 30088cbd628ddc2c1fabb96231141329f366b10c4870ac6a01687fc3d47bf0fc
SHA1: 223fde44346d0f924048aca5b5a3928909691a42
MD5sum: 18064d52245e72157b8ac3e6b2ea6673
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: c2b0b58fb632c7a29588f980a47dfe9aeecb81c3
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-12-postgis-3
Source: postgis (3.3.2+dfsg-1.pgdg+1)
Version: 3.3.2+dfsg-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9746
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-12-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.3.2+dfsg-1.pgdg+1+b1_arm64.deb
Size: 3463320
SHA256: f930ddcbb798a39e6b313a0a95567478a5840642d16afce122c58692f12cfe25
SHA1: 95fbda4fc3d509dbab4b9dcb7440d6636739d445
MD5sum: 21a290c61824249a5783cfa8cf182625
Description: Geographic objects support for PostgreSQL 12
 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".
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis (3.3.2+dfsg-1.pgdg+1)
Version: 3.3.2+dfsg-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4429
Depends: postgresql-12-postgis-3 (= 3.3.2+dfsg-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.3.2+dfsg-1.pgdg+1+b1_arm64.deb
Size: 3887260
SHA256: 9ccfcce5265e179aa99b5a257e61995422b558097ddcf226cf5235c4e0b86149
SHA1: 0cebc49e9404d74b5db62a927bf32a0dcec39b4c
MD5sum: 7f45bc4485c510fa05a13a64df45be1b
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 2e25f8a281870569ded20b3ca7d14b5071d8af1d 33b39d183c5f859d7b7f49eee9359d6fc0205c00 601c548fec23ae373a7e90e14f5fa6c5fdbc578a 7d2901f3243f6099b5074e84c4124514d9e77e10 a6f0987efe2fd208168f54a496af3b59c1fbca1b
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-13-ogr-fdw
Source: pgsql-ogr-fdw (1.1.3-1.pgdg+1)
Version: 1.1.3-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 289
Depends: postgresql-13, libc6 (>= 2.34), libgdal32 (>= 2.2.0), postgresql-13-jit-llvm (>= 14)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw_1.1.3-1.pgdg+1+b1_arm64.deb
Size: 103620
SHA256: b267516bf8e4f7f95dcab81085f0e92dc29b6782aac31d56484d92510c50380f
SHA1: e558220a60850200461ee0b06d3189773b83b33c
MD5sum: 4ff7ade61c8fc9d6e8053ea410bb85e7
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-13-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw (1.1.3-1.pgdg+1)
Version: 1.1.3-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 171
Depends: postgresql-13-ogr-fdw (= 1.1.3-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw-dbgsym_1.1.3-1.pgdg+1+b1_arm64.deb
Size: 139328
SHA256: 577094e71ee1bee8a93dd699810f405efa74cf725b7a60b41ade66a11df4eece
SHA1: 056b08354d54d644c893d6d4eb49772bff86f76d
MD5sum: dca6277b40390627a0b9fde67e97785a
Description: debug symbols for postgresql-13-ogr-fdw
Build-Ids: 178eb8c0536b8c79da4e2e3a028de5c86b9ab777 9fc17a8541cce76a01db6ea6326192576fa5a322
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-13-pgrouting
Source: pgrouting
Version: 3.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2869
Depends: postgresql-13-pgrouting-scripts (>= 3.4.2-1.pgdg+1), postgresql-13, postgresql-13-postgis, postgresql-13-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: postgresql-13-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting_3.4.2-1.pgdg+1_arm64.deb
Size: 725100
SHA256: a64ca87fd1c5e7d3d6318ee6e6e30fafb117ed78a62a46e365ae1b6f271b3d3f
SHA1: f622391032f66993d8f192ddc62ffc02b605a763
MD5sum: 9027ac81795f973410d8077adba89c95
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 13.
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-13-pgrouting-dbgsym
Source: pgrouting
Version: 3.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25227
Depends: postgresql-13-pgrouting (= 3.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-dbgsym_3.4.2-1.pgdg+1_arm64.deb
Size: 25211308
SHA256: 8dc9de7c45b5e012ebf66a5ac79d8c2bfe1737be699b1611490f61f10ff996d4
SHA1: de31c3c989900bd8c56b00ff91b81756ebb1947b
MD5sum: d8b7633da9e2c93f19f04589696946cd
Description: debug symbols for postgresql-13-pgrouting
Build-Ids: a5504c910198339d5b0299986a508dc4c69d5f2f
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-13-pgrouting-doc
Source: pgrouting
Version: 3.4.2-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7495
Depends: libjs-mathjax, libjs-sphinxdoc (>= 4.3)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-doc_3.4.2-1.pgdg+1_all.deb
Size: 2294360
SHA256: 1033e4396bf7a6033c079fa4d4174d9afbee9b474ec4bd0b97f6330ff2aeb5d1
SHA1: 8d3ffa3e184449e554912865aaf49ea21add0c14
MD5sum: bf9d92f36efb80f3ea5a77177c52e503
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.
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-13-pgrouting-scripts
Source: pgrouting
Version: 3.4.2-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2897
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-scripts_3.4.2-1.pgdg+1_all.deb
Size: 60044
SHA256: 2a41b6923e2ded38a77f1343ce3c4e58b47ad64e11cbe98719ecda7eac9e19f1
SHA1: 3d33d86729b54577422bc7d0c4bcf50e8e3170f7
MD5sum: c2b4a98fd1d06da9d20442e6d62cdc95
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 13.
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 2.2.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 674
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_2.2.5-1.pgdg+1_arm64.deb
Size: 312864
SHA256: 50ca241da36a37d908e9f2c978ecd6ef8bf95d45bb6256ad46db537c95d43bf1
SHA1: 4728f427647bff46aa5028b666a78eeecc45d8f8
MD5sum: b6904b4d664074b77d9cf290b8929a41
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.2.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 292
Depends: postgresql-13-plpgsql-check (= 2.2.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_2.2.5-1.pgdg+1_arm64.deb
Size: 262276
SHA256: 4c79794410490060bd06a94354223d700b3c56b6e703555a3946e6a827e2cd11
SHA1: dee25fda4d78df5567b4c57ca47e7b9640105512
MD5sum: 76b95a5c587341b16a12bdcc146d7440
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: dfba9b230d95c9825a857baf14b6ba34c6bbf6e3
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-13-postgis-3
Source: postgis (3.3.2+dfsg-1.pgdg+1)
Version: 3.3.2+dfsg-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9736
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-13-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.3.2+dfsg-1.pgdg+1+b1_arm64.deb
Size: 3474312
SHA256: da8cdc51a5bb2be82bbc8709d391a3bcfb5795a4adf27b7908d1a4d472401cb4
SHA1: 9354da8d3e2c3dcd6855912ad5dd9d63651946e3
MD5sum: b602a67e4872a3d1cf03c157213b89e4
Description: Geographic objects support for PostgreSQL 13
 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".
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis (3.3.2+dfsg-1.pgdg+1)
Version: 3.3.2+dfsg-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4456
Depends: postgresql-13-postgis-3 (= 3.3.2+dfsg-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.3.2+dfsg-1.pgdg+1+b1_arm64.deb
Size: 3914632
SHA256: dbf30631f3c6cb85df50c7ee7ce113235192e5021c641f391b69c7b6e427383c
SHA1: 23a41ee523ca3603fab26c57c9d9888c8e4d7833
MD5sum: 918c7bc1d9cfd3af346cf0bea6ed1c37
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 332ea85e498d002aee87a19b56d44fc4cdbcc19b 6456f715a4355bff83218ce2304af6eeb2264f81 880f254ef84900013f41014cf17a56c2a97e206b a9162b7ec99a32c7cfb45677e2e22ae6bf47c0b3 f93d324f2b15f68cb6273a9bc2525ddc00bf664b
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-14-ogr-fdw
Source: pgsql-ogr-fdw (1.1.3-1.pgdg+1)
Version: 1.1.3-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 290
Depends: postgresql-14, libc6 (>= 2.34), libgdal32 (>= 2.2.0), postgresql-14-jit-llvm (>= 14)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw_1.1.3-1.pgdg+1+b1_arm64.deb
Size: 103676
SHA256: e5356adb6718fe80f22385f7c802bde5259e5599bd8e11571e0a36aaf9d546e5
SHA1: c63d4907e2afa0daf3bfdadf1183ee663568afb2
MD5sum: 1a0eebc79340930c4c55444be99fb444
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-14-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw (1.1.3-1.pgdg+1)
Version: 1.1.3-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 173
Depends: postgresql-14-ogr-fdw (= 1.1.3-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw-dbgsym_1.1.3-1.pgdg+1+b1_arm64.deb
Size: 141608
SHA256: d206a455816388571f7dc69adde7b6c0f907273e599156261825139e8115bcdc
SHA1: fa2a263669631cd85846f6db6f086216cacc7465
MD5sum: db3d87ab5c6b26ddb4ca776ab4c5cef6
Description: debug symbols for postgresql-14-ogr-fdw
Build-Ids: 52a17bcb9002fd08e6c984ae82741879f0068367 f493123f1692bf288029e430dd7e8ced79dbee4e
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-14-pgrouting
Source: pgrouting
Version: 3.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2869
Depends: postgresql-14-pgrouting-scripts (>= 3.4.2-1.pgdg+1), postgresql-14, postgresql-14-postgis, postgresql-14-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: postgresql-14-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting_3.4.2-1.pgdg+1_arm64.deb
Size: 725056
SHA256: 3c1f6c30a7a09ba692586643b99e1f2d63f996a3489ee03e989217af7a1244f0
SHA1: 1c306f5d508a94d8c7d7bb41835bf2fca2462a82
MD5sum: 6b07c3fda1ca4e9253d33b254c72526e
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 14.
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-14-pgrouting-dbgsym
Source: pgrouting
Version: 3.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25225
Depends: postgresql-14-pgrouting (= 3.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-dbgsym_3.4.2-1.pgdg+1_arm64.deb
Size: 25212204
SHA256: 3e51a7b728d27aee88e39bc4433de499c419b5f702c9f80102687107f3a7182b
SHA1: 8f745590310327226bec3e132b8fd9413c5c1ae4
MD5sum: 1493bc52fcf9ce55bae0e519e93e8b3a
Description: debug symbols for postgresql-14-pgrouting
Build-Ids: 69a4cfd6adeacd452e2f1dfa5e583a9344b64003
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-14-pgrouting-doc
Source: pgrouting
Version: 3.4.2-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7495
Depends: libjs-mathjax, libjs-sphinxdoc (>= 4.3)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-doc_3.4.2-1.pgdg+1_all.deb
Size: 2294184
SHA256: 1501a27865059d4296680f152cb6d45618d6c65c93ade80193e5d09963f67b94
SHA1: c4c90cc6f233247aabeb487307d392638aaed27b
MD5sum: 0bf3b88d3940a791bbaadcf731a50ae8
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.
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-14-pgrouting-scripts
Source: pgrouting
Version: 3.4.2-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2897
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-scripts_3.4.2-1.pgdg+1_all.deb
Size: 60008
SHA256: 0c916ecbadd6e804005f7a586b9185742bee1c96ec86eab8ececcc2bcb1efd9d
SHA1: 087591b3f8060fef55df00ea6b38d60a3b7089f7
MD5sum: 868e1dc9ac3596ab86a75368ed298507
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 14.
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.2.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 685
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.2.5-1.pgdg+1_arm64.deb
Size: 318700
SHA256: 49426267c6a5b17f4e754d5e84102820c5b2b515a5a7a3b7e6eafe25f453c9d7
SHA1: 996b7327d62044ff7389197598db02b9858e2d40
MD5sum: b601684357eee677838c7cbe83b82ac6
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.2.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 298
Depends: postgresql-14-plpgsql-check (= 2.2.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.2.5-1.pgdg+1_arm64.deb
Size: 267764
SHA256: e146e95cbe1343f887c6c052c95d41bd0af5ba4b9b36ccebcf69740d3971ff17
SHA1: 334ba887f4b5d309572ad430a0735dc2c3d45825
MD5sum: ce9dad55e1d80412c01b4e723f5c6e59
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: 21654a2fec2be8ca1dbd5a9ff6a3dc45914798c9
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-14-postgis-3
Source: postgis (3.3.2+dfsg-1.pgdg+1)
Version: 3.3.2+dfsg-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9802
Depends: postgresql-14, postgresql-14-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-14-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3_3.3.2+dfsg-1.pgdg+1+b1_arm64.deb
Size: 3482620
SHA256: bb46e5d3d88cc9c58aceca7d08c7e49b327c010f7b307f6a5df66eb5426ef9c5
SHA1: 15ad8eeb3f7bf3c77497f398db7c1a113b6cac5a
MD5sum: 961497e8046296eab0f3088c63b69a0e
Description: Geographic objects support for PostgreSQL 14
 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".
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-14-postgis-3-dbgsym
Source: postgis (3.3.2+dfsg-1.pgdg+1)
Version: 3.3.2+dfsg-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4448
Depends: postgresql-14-postgis-3 (= 3.3.2+dfsg-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-14-postgis-3-dbgsym_3.3.2+dfsg-1.pgdg+1+b1_arm64.deb
Size: 3904848
SHA256: 5af14edafc30eebc156719cb8dbead80fc9bd6ab353acc143670ff876ed5e527
SHA1: 6037fe5e006c9dcd38fd12924139d5e4db91ce9c
MD5sum: c8f491acaf2c5aee49fc576b0c7f0cc4
Description: debug symbols for postgresql-14-postgis-3
Build-Ids: 5976ac7c05c968f7b32fab7ccd018e36f1d809b4 ae23edaaf3c8927c6513cb090790038fb5bf18fd b95d8abaa84b207372072e1acee219055914fdfa d1a1ca8771df94b0a76dba2682847823205af4b1 f073b91913dd1081f5eb9860fa083b975f832320
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-15-ogr-fdw
Source: pgsql-ogr-fdw (1.1.3-1.pgdg+1)
Version: 1.1.3-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 290
Depends: postgresql-15, libc6 (>= 2.34), libgdal32 (>= 2.2.0), postgresql-15-jit-llvm (>= 14)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-15-ogr-fdw_1.1.3-1.pgdg+1+b1_arm64.deb
Size: 104136
SHA256: 63ba4cbbb7a3a5a8f7cba31e3b25d5c83becb6397ce3fa8ada2f4af4b5bcf96c
SHA1: b4baf0d0ec85b15ba93490316fd4ff2c4d37fa48
MD5sum: 5cf9a93b8c80b14bd7d63131db235b23
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-15-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw (1.1.3-1.pgdg+1)
Version: 1.1.3-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 161
Depends: postgresql-15-ogr-fdw (= 1.1.3-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-15-ogr-fdw-dbgsym_1.1.3-1.pgdg+1+b1_arm64.deb
Size: 129504
SHA256: cd6a6f7a90726ec5cd19650a40dc6c66e4c82c1594fbcf657d666346457b8820
SHA1: d75731d22fc132704147d148eb0d3f5e4ed0a603
MD5sum: 57f6e86eaeda1e90ebc63e72ea0852c8
Description: debug symbols for postgresql-15-ogr-fdw
Build-Ids: 427eb345f7fa1314de612ba3d44caf18edf08e5a 7323ed0e4ef0a84d938d9881827f0286fd17b900
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-15-pgrouting
Source: pgrouting
Version: 3.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2869
Depends: postgresql-15-pgrouting-scripts (>= 3.4.2-1.pgdg+1), postgresql-15, postgresql-15-postgis, postgresql-15-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: postgresql-15-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting_3.4.2-1.pgdg+1_arm64.deb
Size: 724880
SHA256: 1c231223dc29f25c24bb1f6cc36f05d56dee870172d79f9b642c4f074df9e6f3
SHA1: e331c83270cf7cb6f5261091c41e4bbfc0db5441
MD5sum: 8e5dfa1bb24e0c60f1d7fc2b5dc145fd
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 15.
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-15-pgrouting-dbgsym
Source: pgrouting
Version: 3.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25236
Depends: postgresql-15-pgrouting (= 3.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-dbgsym_3.4.2-1.pgdg+1_arm64.deb
Size: 25222736
SHA256: 3aa7447d398076ea03499ac4363c9f077aee353efb98071a94e8a62a428b24ac
SHA1: 969ff5b3388c836d9b9b5792cbc920afabbbd3cb
MD5sum: ef8fd5866668a5f7e9bbafaeb0b2bfc0
Description: debug symbols for postgresql-15-pgrouting
Build-Ids: 23b7315f1de27d875a0d78baa1e8eb2d52be7a1c
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-15-pgrouting-doc
Source: pgrouting
Version: 3.4.2-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7495
Depends: libjs-mathjax, libjs-sphinxdoc (>= 4.3)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-doc_3.4.2-1.pgdg+1_all.deb
Size: 2294248
SHA256: 09328275b3bb3049c289b5e02e5f802293807abb90b6d947657b869f9958e441
SHA1: 02bceacdf953ba1192a87b6f2bf12a52a456aac8
MD5sum: 844aa9ee9633fd9c35b2766bd49007f9
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.
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-15-pgrouting-scripts
Source: pgrouting
Version: 3.4.2-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2897
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-scripts_3.4.2-1.pgdg+1_all.deb
Size: 60036
SHA256: 0802a5c94da0b83a18ef45214f5e22384c6fbde2cef8bbaf39fa2843b0694222
SHA1: 05b29cf92121e14429fdfc3813b0048613c11766
MD5sum: 7fe5c7e64cdb190cd723163a90ea01e0
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 15.
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.2.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 710
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.2.5-1.pgdg+1_arm64.deb
Size: 333808
SHA256: 782496cfc89fe67c8120869a0b0071887646bc320b66b5ae3e4c05c668ad7c8f
SHA1: 704f0cdff14ea4510f8d06a70ca580e3fbc4466c
MD5sum: 00915603d928fad3ccdbf91afb0d3295
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-15-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.2.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 318
Depends: postgresql-15-plpgsql-check (= 2.2.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.2.5-1.pgdg+1_arm64.deb
Size: 286756
SHA256: 830dea3ace9a4a7b0bd3bb519ce16666120a81273ff84e464baebf85a4a8fc85
SHA1: 54f279759216b9ae926d3e423547bea8831764db
MD5sum: 242d6d046a5c078a20c7aace12f73241
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: 8e5739eef50cdb4c0de0cb88baef932ac23cb4ff
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-15-postgis-3
Source: postgis (3.3.2+dfsg-1.pgdg+1)
Version: 3.3.2+dfsg-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9959
Depends: postgresql-15, postgresql-15-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-15-postgis
Homepage: http://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3_3.3.2+dfsg-1.pgdg+1+b1_arm64.deb
Size: 3532052
SHA256: 3eaa8392d7c7dd3dbf7069b6b99e59e9b0d53dfe399c4bb495a02ef6b49b97f8
SHA1: ce2a1ecb152086d0af417e814e3bb664f1495999
MD5sum: 676f32b1b818eb0416c0ad46f3efdb9a
Description: Geographic objects support for PostgreSQL 15
 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".
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-15-postgis-3-dbgsym
Source: postgis (3.3.2+dfsg-1.pgdg+1)
Version: 3.3.2+dfsg-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4453
Depends: postgresql-15-postgis-3 (= 3.3.2+dfsg-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-15-postgis-3-dbgsym_3.3.2+dfsg-1.pgdg+1+b1_arm64.deb
Size: 3908836
SHA256: e7c389ee03694af64bdda2c635238f726115a7ad7c633a2a904f4f658bc03228
SHA1: 7571cbf1956234aa5ab1bebdd447a3176f16c877
MD5sum: ada4c72cce2cca942c5f2bb3dc8f69ee
Description: debug symbols for postgresql-15-postgis-3
Build-Ids: 1ed3e9dadf335f4e13a3823719f637aa43169cae 22c015a0707af99949641c76062f3c04847d5ea1 9d1a3401fb31057063b7d75eb5d9bfeaf5ed616b e0f936392305d13fdb05917bdf6623d4248190f5 f080b44a600aa15e1a8e865c826eca765bf6d15f
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-pgrouting
Source: pgrouting
Version: 3.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 46
Depends: postgresql-pgrouting-scripts, postgresql-15-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: metapackages
Filename: pool/main/p/pgrouting/postgresql-pgrouting_3.4.2-1.pgdg+1_arm64.deb
Size: 20560
SHA256: 1ad44c82afaa17da3e4ab4e86897c626339eab0ec60cbb970b24ac9fc101c423
SHA1: 8356ef32f00b6d359c4f79e07551f2db78600018
MD5sum: fd98d76d9a279062580656bb35afbc2e
Description: Routing functionality support for PostgreSQL/PostGIS - Metapackage
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This metapackage depends on the PgRouting package for PostgreSQL 15.
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-pgrouting-scripts
Source: pgrouting
Version: 3.4.2-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 46
Depends: postgresql-15-pgrouting-scripts
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: metapackages
Filename: pool/main/p/pgrouting/postgresql-pgrouting-scripts_3.4.2-1.pgdg+1_all.deb
Size: 20580
SHA256: a7da65a710cb5863cecfa738b08ba845e5bd776dfa5f51c085a934fc9f318f2b
SHA1: 7fcf662bc10b26de9bb54fcae92de86566c0805d
MD5sum: 6b8cd7373fcfe7d3c1f9e49f0835b883
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts metapackage
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This metapackage depends on the PgRouting scripts package for
 PostgreSQL 15.
Timestamp: 2022-12-04 21:07:39+00

Package: postgresql-postgis
Source: postgis (3.3.2+dfsg-1.pgdg+1)
Version: 3.3.2+dfsg-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 69
Depends: postgresql-postgis-scripts, postgresql-15-postgis-3
Homepage: http://postgis.net/
Priority: optional
Section: metapackages
Filename: pool/main/p/postgis/postgresql-postgis_3.3.2+dfsg-1.pgdg+1+b1_arm64.deb
Size: 20568
SHA256: b5ba1e80f89b616500b5223cd2ba4d91c23e129d5909be329bb11bf027ac5d85
SHA1: cf62e66dd273663a676f7fed1319f8a96e820913
MD5sum: 1d376693009e76315fe7523a84aac22e
Description: Geographic objects support for PostgreSQL -- Metapackage
 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 metapackage depends on the PostGIS package for PostgreSQL 15.
Timestamp: 2022-12-04 21:07:39+00

Package: pspg
Version: 5.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 363
Depends: libc6 (>= 2.34), libncursesw6 (>= 6.1), libpq5 (>= 9.0~), libreadline8 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_5.6.4-1.pgdg+1_arm64.deb
Size: 129392
SHA256: 97b67aafc3f90e79dd44a552ed2b83a9731a97beb0be3e0d0f09fc0efce5d00d
SHA1: 4b84e4721cc0f452227d82ee3dd8fa0ab2e181a2
MD5sum: 4c83616ea74d37f3ecc51f13c0705c8c
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2022-12-04 21:07:39+00

Package: pspg-dbgsym
Source: pspg
Version: 5.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 441
Depends: pspg (= 5.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_5.6.4-1.pgdg+1_arm64.deb
Size: 412788
SHA256: 7e91c71fbfe29e6a9227fd58c37209e3fbad8e18200a2bfb3774764765c66fe3
SHA1: b25b4de074b0f52f7bf11222eef570b7edd8b7f5
MD5sum: 4eb1098fc0e061e3e387ddb1fc78d6ce
Description: debug symbols for pspg
Build-Ids: 3d388a4b934849a83163e9291e01032464823412
Timestamp: 2022-12-04 21:07:39+00

Package: pgbackrest
Version: 2.43-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 951
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.34), liblz4-1 (>= 0.0~r127), libpq5, libssl3 (>= 3.0.0), libxml2 (>= 2.7.4), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc, check-pgbackrest
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.43-1.pgdg+1_arm64.deb
Size: 338464
SHA256: 67984a5cb3270bbdd260ffb70e7b6bbd72b12cbabaca029c2830764c3e84d4f6
SHA1: a6ad030a7355e4cda3df369f47709cb2226f31b0
MD5sum: 360e6f50be4f69b1b3a6e9149884b92b
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.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2022-12-08 18:47:12+00

Package: pgbackrest-dbgsym
Source: pgbackrest
Version: 2.43-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1223
Depends: pgbackrest (= 2.43-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.43-1.pgdg+1_arm64.deb
Size: 1128072
SHA256: 840d38d449627f3961978ddcbac4d643e9077b5e61c8357a15ab7168f317d88a
SHA1: aef056c30611a5b7ace270361baf5a2ba6435787
MD5sum: fb4644f40feb70c19146eccd935861b7
Description: debug symbols for pgbackrest
Build-Ids: 918457ccb55a4b58cc4e9e2851ae8372915d16a5
Timestamp: 2022-12-08 18:47:12+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.43-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1615
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.43-1.pgdg+1_all.deb
Size: 120588
SHA256: b4b9faa0f1bcdf90d7af79b9a70070b2fff99a57b201646c735bb4c37d1e788c
SHA1: dc8cb4d5ec32f614c17ee6d837fb7e632cf5648f
MD5sum: 703b3bb7096d406b35897706aa4cf981
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2022-12-08 18:47:12+00

Package: barman
Version: 3.3.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 76
Depends: python3-barman (= 3.3.0-1.pgdg+1), python3-pkg-resources, adduser, rsync (>= 3.0.4~), python3:any
Recommends: openssh-server, openssh-client, postgresql-client
Suggests: barman-cli, repmgr
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman_3.3.0-1.pgdg+1_all.deb
Size: 40824
SHA256: bd6b5096bc85dbff6350e81547d1cfed398acc2eff18f4c4bdcdfc2037314890
SHA1: 65e68eb4ebfda45dd00eb604f600cabfe296f2d6
MD5sum: 62feab307b90268b590ed9099c11e079
Description: Backup and Recovery Manager for PostgreSQL
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides barman binary.
Timestamp: 2022-12-15 10:57:49+00

Package: barman-cli
Source: barman
Version: 3.3.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 19
Depends: python3-barman (= 3.3.0-1.pgdg+1), python3-pkg-resources, rsync (>= 3.0.4~), python3:any
Recommends: openssh-client, barman-cli-cloud
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli_3.3.0-1.pgdg+1_all.deb
Size: 6896
SHA256: 6f0192a6e0c173341ebffb932d24318f57724f4d004600d91e3a58f326cc01fa
SHA1: 1a55024fc0e158c9f47c562d535f28300aabecdd
MD5sum: bfa7e2fbced18aa7fe9a53579ab8969a
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 organization 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.
Timestamp: 2022-12-15 10:57:49+00

Package: barman-cli-cloud
Source: barman
Version: 3.3.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 47
Depends: python3-barman (= 3.3.0-1.pgdg+1), python3-pkg-resources, rsync (>= 3.0.4~), python3:any, python3-boto3
Breaks: barman-cli (<< 2.10-3~~)
Replaces: barman-cli (<< 2.10-3~~)
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli-cloud_3.3.0-1.pgdg+1_all.deb
Size: 25412
SHA256: f5dd033fb3d939894f39983a3cd84a9450d0e9e9301fe7613d56d38461d4734a
SHA1: 4a046e783b6aedb75436ccabf013dacbcb41cb60
MD5sum: d73c0f2980f545fe2843c0352fc9d697
Description: Cloud 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 organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli-cloud package contains cloud client utilities for the
 integration of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by 2ndQuadrant.
Timestamp: 2022-12-15 10:57:49+00

Package: python3-barman
Source: barman
Version: 3.3.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1204
Depends: python3-argcomplete, python3-dateutil, python3-psycopg2, python3:any
Breaks: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Replaces: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Homepage: http://www.pgbarman.org
Priority: optional
Section: python
Filename: pool/main/b/barman/python3-barman_3.3.0-1.pgdg+1_all.deb
Size: 191092
SHA256: 91f549b80f83d8ab90be70991887dec57d5a8f40e7a0de310c1ed47ae0f3df38
SHA1: fb340da6181c0bf3226b2b2e907b54736de0fad9
MD5sum: ab873ae17b9c83c384393c36e0049025
Description: Backup and Recovery Manager for PostgreSQL - Python modules
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides Python 3 modules only.
Timestamp: 2022-12-15 10:57:49+00

Package: libpg-query1504.0
Source: libpg-query
Version: 15-4.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2744
Depends: libc6 (>= 2.34)
Multi-Arch: same
Homepage: https://github.com/pganalyze/libpg_query
Priority: optional
Section: libs
Filename: pool/main/libp/libpg-query/libpg-query1504.0_15-4.0.0-1.pgdg+1_arm64.deb
Size: 507236
SHA256: 36dc2af93d73eac3f762df5eb948957bd866a5621f9cee0b1cd2e694e44f75f2
SHA1: e89fcd82ad033830dd37ba5c70db4a2fb5c2c56b
MD5sum: c93957cc1541af9eb83fc52c033bca9d
Description: C library for accessing the PostgreSQL parser outside of the server environment
 This library uses the actual PostgreSQL server source to parse SQL queries and
 return the internal PostgreSQL parse tree.
Timestamp: 2022-12-16 16:23:07+00

Package: libpg-query1504.0-dbgsym
Source: libpg-query
Version: 15-4.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2197
Depends: libpg-query1504.0 (= 15-4.0.0-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libp/libpg-query/libpg-query1504.0-dbgsym_15-4.0.0-1.pgdg+1_arm64.deb
Size: 1955340
SHA256: afc1aac91cbc9d75b70e504e9f5f2d9781c491b6eb770f3fefa0d9ab8110cbaa
SHA1: 534edf5131f5288789ede68ddebba13cfe806c3d
MD5sum: c57f009be954f382e84574e4ec664816
Description: debug symbols for libpg-query1504.0
Build-Ids: f10392de91b7a05faf16005a5e1a67ec2c1ef1ee
Timestamp: 2022-12-16 16:23:07+00

Package: libpg-query-dev
Source: libpg-query
Version: 15-4.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5078
Depends: libpg-query1504.0 (= 15-4.0.0-1.pgdg+1)
Multi-Arch: same
Homepage: https://github.com/pganalyze/libpg_query
Priority: optional
Section: libdevel
Filename: pool/main/libp/libpg-query/libpg-query-dev_15-4.0.0-1.pgdg+1_arm64.deb
Size: 600468
SHA256: c064746c442122ca37fa64ae052a788a6d8ab0709d69d9d71d806f65e247e5c3
SHA1: 9475707e9b7313b634f3f332d515d6004464e4d8
MD5sum: d85ea31928108f5bc29449313b79f14a
Description: C library for accessing the PostgreSQL parser outside of the server environment
 This library uses the actual PostgreSQL server source to parse SQL queries and
 return the internal PostgreSQL parse tree.
Timestamp: 2022-12-16 16:23:07+00

Package: postgresql-10-periods
Source: postgresql-periods
Version: 1.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 568
Depends: postgresql-10, postgresql-contrib-10, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-10-periods_1.2.2-1.pgdg+1_arm64.deb
Size: 34552
SHA256: 6f63cacb5fa98f616df3582b1b164ea19c791efe0228481de02badf3cc522f7d
SHA1: 593438aa7f9d7311b7e8c75a77b05be80dc6ee80
MD5sum: b6aaeab5b55484e23d67bf1c65b94c0d
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2022-12-16 16:23:07+00

Package: postgresql-10-periods-dbgsym
Source: postgresql-periods
Version: 1.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-10-periods (= 1.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-10-periods-dbgsym_1.2.2-1.pgdg+1_arm64.deb
Size: 26780
SHA256: 70b5682b83bcbf8cb41a65b488dfaef5692466cbcaead83cc4d3a8edf2f9e499
SHA1: f77f1647be379e6a4408ed3fea634b23af6de390
MD5sum: 28e4731b428cf8f69c8bb29216c0cb95
Description: debug symbols for postgresql-10-periods
Build-Ids: c1ea360645be88cca543175a64c6594cad86eedc
Timestamp: 2022-12-16 16:23:07+00

Package: postgresql-10-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 91
Depends: postgresql-10, libc6 (>= 2.17), postgresql-10-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-10-pgauditlogtofile_1.5.10-1.pgdg+1_arm64.deb
Size: 10248
SHA256: 71e28afc226baeffec0fa3905b7b709c4561947d782f8509057e897270bedd81
SHA1: fb276f1b5ae5e44a6a29f4e7f2fcbdfff81188ea
MD5sum: 22cfb681ae68a37cd63d0b89b0bc6098
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-12-16 16:23:07+00

Package: postgresql-10-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-10-pgauditlogtofile (= 1.5.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-10-pgauditlogtofile-dbgsym_1.5.10-1.pgdg+1_arm64.deb
Size: 25556
SHA256: 97ce4f5e5e6f60f95a5775457e0c26b735484aea10764f8a8837b2fc4b02cf17
SHA1: f4f0257f8a5561d16a4cdba6331862d95cf2fa11
MD5sum: e168460317f28fbffa74fcb4b0ca1975
Description: debug symbols for postgresql-10-pgauditlogtofile
Build-Ids: 796d01f6267b1b2e6bb6c1e196ea7d0e248a8a48
Timestamp: 2022-12-16 16:23:07+00

Package: postgresql-11-periods
Source: postgresql-periods
Version: 1.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 594
Depends: postgresql-11, postgresql-contrib-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-11-periods_1.2.2-1.pgdg+1_arm64.deb
Size: 50060
SHA256: c6ef3d0336d8b8628f0710ad79d96963b83a8599d91f0cd56fc18bb225acd7c3
SHA1: 286f9a0be7703e8db5c8d70f353e230eebc30c23
MD5sum: 8197a4ab99a8fe78da0bce356acb70ae
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2022-12-16 16:23:07+00

Package: postgresql-11-periods-dbgsym
Source: postgresql-periods
Version: 1.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-11-periods (= 1.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-11-periods-dbgsym_1.2.2-1.pgdg+1_arm64.deb
Size: 26948
SHA256: 553677f529f92fa27374f77ec5c92c700cd906632e87545d9a09b764e8d4ee43
SHA1: 54899f834ed1e5a87c31a59d5b486569a7be2322
MD5sum: 8292c5016985a691cb2fc098a6f51fac
Description: debug symbols for postgresql-11-periods
Build-Ids: 99581ff5d461fa9ab0d66f70dcc18259c81fd177
Timestamp: 2022-12-16 16:23:07+00

Package: postgresql-11-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-11-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile_1.5.10-1.pgdg+1_arm64.deb
Size: 29324
SHA256: 3f479a16fc3c820600f5d6e32b9b692264dabae44359c52685fa594a215af7ca
SHA1: d7974c4947e99fd9c5ec596d14a06283a3dd1f34
MD5sum: b32f906e71a22695aed07732112dd35c
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-12-16 16:23:07+00

Package: postgresql-11-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-11-pgauditlogtofile (= 1.5.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile-dbgsym_1.5.10-1.pgdg+1_arm64.deb
Size: 25872
SHA256: 009ce464c128f2e8e1371154277c9530ccb27c0ce8a5cc11fea2c68d56a43d1e
SHA1: 12f31869c59903f89840f1bddd86da9577553756
MD5sum: 0ff3bb100cdcf3749fb6c5ff939545df
Description: debug symbols for postgresql-11-pgauditlogtofile
Build-Ids: 77c91a2153b167a087ceb1c11bd44831c8031881
Timestamp: 2022-12-16 16:23:07+00

Package: postgresql-12-periods
Source: postgresql-periods
Version: 1.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 597
Depends: postgresql-12, postgresql-contrib-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-12-periods_1.2.2-1.pgdg+1_arm64.deb
Size: 52080
SHA256: 6ea6dd72d107439cce714ed1f6ebd1f5b6a06ff2e0bd588ba037d886c533002a
SHA1: edd0b2917280a4ae3c14ce5da250b9aa04e1b14d
MD5sum: da83113f68a61f09588fcda37a67ec8c
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2022-12-16 16:23:07+00

Package: postgresql-12-periods-dbgsym
Source: postgresql-periods
Version: 1.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-12-periods (= 1.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-12-periods-dbgsym_1.2.2-1.pgdg+1_arm64.deb
Size: 39932
SHA256: 0fda573c29b95c233a88859704c24f3f6c7c4884f793d3fed4259dd016e53933
SHA1: e38a95c7b32f67f89e289bd010e0a340d72a9843
MD5sum: 3127e9ebcaa57faba9fb57e54d25531d
Description: debug symbols for postgresql-12-periods
Build-Ids: 214c3b6f803d46dd1150410f0f1e627fc15f738a
Timestamp: 2022-12-16 16:23:07+00

Package: postgresql-12-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-12-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile_1.5.10-1.pgdg+1_arm64.deb
Size: 29172
SHA256: ed636f4178ca131be096480fcda8182721403c14e1963190364aa6237c789c74
SHA1: a91e86bb006920901cbbe685119cb32a1a2cc356
MD5sum: a2c928c6411dfd9416ac6d1abf73d5a0
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-12-16 16:23:07+00

Package: postgresql-12-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-12-pgauditlogtofile (= 1.5.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile-dbgsym_1.5.10-1.pgdg+1_arm64.deb
Size: 25852
SHA256: c2e21a2c64a68822aff5b1daa47efac28db0cf261c352fd9a01c5973e87e2cae
SHA1: 977d3d78061c62a80d0154b32aa5b15b5d042c97
MD5sum: 8974713b0b3973c91f51b4c627ba07b5
Description: debug symbols for postgresql-12-pgauditlogtofile
Build-Ids: 09d5fedd6a977c2018b9f19660ea636ad3eb7a64
Timestamp: 2022-12-16 16:23:07+00

Package: postgresql-13-periods
Source: postgresql-periods
Version: 1.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 597
Depends: postgresql-13, postgresql-contrib-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-13-periods_1.2.2-1.pgdg+1_arm64.deb
Size: 51968
SHA256: 26372ffa56e92b5659fbbe0243ff4d240dad0c251b1052a2c1842813c2881d37
SHA1: c0934cac4b214afd8f00cd51bda30d84e0b3ce0c
MD5sum: 9c74a59a95accbeaf348a466c25a8495
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2022-12-16 16:23:07+00

Package: postgresql-13-periods-dbgsym
Source: postgresql-periods
Version: 1.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-13-periods (= 1.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-13-periods-dbgsym_1.2.2-1.pgdg+1_arm64.deb
Size: 37180
SHA256: e31ec47219cf1adf9ef76a7b568ae6d20e82c1c38a95e77b38be6289d74dbc5d
SHA1: 3e979a454a8ef1e0979630c646efd751f0e2d852
MD5sum: 3ab389dea6fed6877bda918bfffbf309
Description: debug symbols for postgresql-13-periods
Build-Ids: ad18f2ef93277f89e4488c5c0c4ef4b266b268b7
Timestamp: 2022-12-16 16:23:07+00

Package: postgresql-13-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-13-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile_1.5.10-1.pgdg+1_arm64.deb
Size: 29132
SHA256: 56a104bd0b7d668279dbc09e5d78419dbb5aa3691ce004b2a4d6e1f8a4642b85
SHA1: 99ab92e5476ef7464e1baca83dbacafdfa882bb5
MD5sum: ecb9fda3eeaa790f60752fa1cf55a895
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-12-16 16:23:07+00

Package: postgresql-13-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-13-pgauditlogtofile (= 1.5.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile-dbgsym_1.5.10-1.pgdg+1_arm64.deb
Size: 25940
SHA256: 1d37c30206222a80ed64edcc0a8825e5dfe306ab2896a354b68edbcd4aa890e4
SHA1: 66683072833247d64e69ce98870bf371d47d4243
MD5sum: d1cfe648dd9a427224cac112ac329db8
Description: debug symbols for postgresql-13-pgauditlogtofile
Build-Ids: 19d0a9bd42228e2f73a182befd2cb7d45a06e02d
Timestamp: 2022-12-16 16:23:07+00

Package: postgresql-14-periods
Source: postgresql-periods
Version: 1.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 597
Depends: postgresql-14, postgresql-contrib-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-14-periods_1.2.2-1.pgdg+1_arm64.deb
Size: 52184
SHA256: 7f5644430a9481e013396b4919b73d6a8036d6ae69d986e18bc0c8b82045ee47
SHA1: ff0c7169f71bc62dc8c66d0f00d204462d4064b3
MD5sum: 411969f8b9936f83f63d86f286119702
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2022-12-16 16:23:07+00

Package: postgresql-14-periods-dbgsym
Source: postgresql-periods
Version: 1.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: postgresql-14-periods (= 1.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-14-periods-dbgsym_1.2.2-1.pgdg+1_arm64.deb
Size: 37860
SHA256: e91d9834deb4e7161927d213217cc4475810e76320b1e24970c6668a6af0d907
SHA1: c157bf581f7a356c903f30faa6d30a3f273fdce2
MD5sum: d53721d7269f1df77412c9a482d06f4b
Description: debug symbols for postgresql-14-periods
Build-Ids: 2fb9e486eb9de0590813b0f9435689a6878186f8
Timestamp: 2022-12-16 16:23:07+00

Package: postgresql-14-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-14-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile_1.5.10-1.pgdg+1_arm64.deb
Size: 29096
SHA256: c7c549b4d5b88b6fad7bd8effbda962bc2abf9bbc327cbbb067baaacdf48b0e6
SHA1: c51c41aac06822bae0298284c20a74c130e45707
MD5sum: de67b32d5fd2ab3ae123f1cb36168d1c
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-12-16 16:23:07+00

Package: postgresql-14-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-14-pgauditlogtofile (= 1.5.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile-dbgsym_1.5.10-1.pgdg+1_arm64.deb
Size: 26432
SHA256: acdb71a010b67fe3e9a50df79094d339fc2842c987a64e0878556d4cdef6a75a
SHA1: 391526ed8d551a080a086fef65cf2fbdaa1fc312
MD5sum: 315159230235b66ce403c30ae5462475
Description: debug symbols for postgresql-14-pgauditlogtofile
Build-Ids: 1fcfa975df5757f67db1651277edcefb8f5b0477
Timestamp: 2022-12-16 16:23:07+00

Package: postgresql-15-periods
Source: postgresql-periods
Version: 1.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 597
Depends: postgresql-15, postgresql-contrib-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-15-periods_1.2.2-1.pgdg+1_arm64.deb
Size: 52312
SHA256: b2607da26fb73597db4ff952f3878564ee7dc0e01b40c0e44cd9fa05a947be4a
SHA1: 1824352faf301ecad189c31bf222d177fd802551
MD5sum: 628f54574f68e03f89d3142c9b78f552
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2022-12-16 16:23:07+00

Package: postgresql-15-periods-dbgsym
Source: postgresql-periods
Version: 1.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-15-periods (= 1.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-15-periods-dbgsym_1.2.2-1.pgdg+1_arm64.deb
Size: 37804
SHA256: ec9239d4e81353b22c30f722539b78f2c5b0a1f9ad4ef19250127911e6b8ff95
SHA1: a2896b2adc43fc0848d391157dca8939442aac04
MD5sum: bc9be2dda9fd39eb4da9127bb525548a
Description: debug symbols for postgresql-15-periods
Build-Ids: e5531762ccd982cffa46883f2b599bc47792c936
Timestamp: 2022-12-16 16:23:07+00

Package: postgresql-15-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-15-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile_1.5.10-1.pgdg+1_arm64.deb
Size: 29368
SHA256: 1572b8bdf1599a5ae6765f36221a1a273b10603cfe6151d1c3c26c98160efbac
SHA1: d5b196d3d05ac8ec3ae14ed3d550c8c3662bc932
MD5sum: ed6b78582802fc06cf0ded825f2ec3bf
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2022-12-16 16:23:07+00

Package: postgresql-15-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-15-pgauditlogtofile (= 1.5.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile-dbgsym_1.5.10-1.pgdg+1_arm64.deb
Size: 26736
SHA256: dfe6f9bcec21012b4fbc62c2bb32ef86920af43bec9e108f055e59dc6b47f49a
SHA1: 12e9c7a8c6fdc1e4e77f35136af8b8bdcd2a26ff
MD5sum: 44260c7de78c0929cf44abf0130291dc
Description: debug symbols for postgresql-15-pgauditlogtofile
Build-Ids: 46b2cf951070babca434bffeecb3347a645ea4bd
Timestamp: 2022-12-16 16:23:07+00

Package: python3-pglast
Source: pglast
Version: 5.0~dev0-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 1851
Depends: python3 (<< 3.12), python3 (>= 3.10~), python3-pkg-resources, python3:any, libc6 (>= 2.17), libpg-query1504.0
Suggests: python-pglast-doc
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: python
Filename: pool/main/p/pglast/python3-pglast_5.0~dev0-1.pgdg+1_arm64.deb
Size: 341952
SHA256: 358c8c528ea2439c27684fc3bcebb4b012f6447e0d80447c7f9ddb5374cfe419
SHA1: 20b9017f7cbfa829e62eac6d274a10c2a626776d
MD5sum: a4e5454db74a7338dcea15b7dde67239
Description: PostgreSQL Languages AST and statements prettifier (Python 3)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This package installs the library for Python 3.
Timestamp: 2022-12-16 16:23:07+00

Package: python3-pglast-dbgsym
Source: pglast
Version: 5.0~dev0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 2772
Depends: python3-pglast (= 5.0~dev0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglast/python3-pglast-dbgsym_5.0~dev0-1.pgdg+1_arm64.deb
Size: 2627272
SHA256: 6382270ba92055412ee948cdb37431aadc21ff4b1c2e05673274e09409edd056
SHA1: 6569986f8de9d621072e93b3e1e3405061edee76
MD5sum: 5c1180f813f237db4f56e3fb8c63f5ad
Description: debug symbols for python3-pglast
Build-Ids: ca023820a23443a2bfb459b63bb9b9160b27f1e7 da09d9249d3ac57577d15b7257cb78832cf121e0
Timestamp: 2022-12-16 16:23:07+00

Package: python-pglast-doc
Source: pglast
Version: 5.0~dev0-1.pgdg+1
Architecture: all
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 3689
Depends: libjs-sphinxdoc (>= 5.2)
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: doc
Filename: pool/main/p/pglast/python-pglast-doc_5.0~dev0-1.pgdg+1_all.deb
Size: 267816
SHA256: ab0bf75146062ce6b8cf4f67aa408c3de638c0fc9f4dfc5995f4d3f80c0bfc2a
SHA1: 1020f0e60ace2bfaedd4206acaa4ce8955717a5c
MD5sum: 80fdad68f468231d9f2b5af940dd51c3
Description: PostgreSQL Languages AST and statements prettifier (common documentation)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This is the common documentation package.
Timestamp: 2022-12-16 16:23:07+00

Package: sqlreduce
Version: 1.1-1.pgdg+1
Architecture: all
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 67
Depends: python3:any (>= 3.8), python3-pglast, python3-psycopg2, python3-yaml
Multi-Arch: foreign
Homepage: https://github.com/credativ/sqlreduce
Priority: optional
Section: python
Filename: pool/main/s/sqlreduce/sqlreduce_1.1-1.pgdg+1_all.deb
Size: 15144
SHA256: ea4837be02cb883819a053c6d66d86e350ef68c849ffa2d815f7ca04978a1357
SHA1: dcee66e651e80f7d597e3ff3f271d71dd2af2794
MD5sum: 125b2bb730e27334e0771fc19504eef1
Description: Reduce verbose SQL queries to minimal examples
 SQLreduce takes as input an arbitrary SQL query which is then run against a
 PostgreSQL server. Various simplification steps are applied, while checking
 that the simplified query still exhibits the same error from PostgreSQL.
Timestamp: 2022-12-16 16:23:07+00

Package: libtap-parser-sourcehandler-pgtap-perl
Version: 3.36-2.pgdg+1
Architecture: all
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Installed-Size: 95
Depends: perl:any
Suggests: postgresql-pgtap
Multi-Arch: foreign
Homepage: https://metacpan.org/release/TAP-Parser-SourceHandler-pgTAP
Priority: optional
Section: perl
Filename: pool/main/libt/libtap-parser-sourcehandler-pgtap-perl/libtap-parser-sourcehandler-pgtap-perl_3.36-2.pgdg+1_all.deb
Size: 37900
SHA256: 2e33fcb0b936c770f709c25baaadec68fe335fcc6dc18207edf358e0634b196d
SHA1: 8416050e43d6ff2d99f8256216ffa13b8c60d6bc
MD5sum: c6ca231f69adcf16974483cd5323db8f
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/).
Timestamp: 2022-12-20 10:32:14+00

Package: postgresql-12-age
Source: postgresql-age
Version: 1.1.0~rc0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1770
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/apache/age
Priority: optional
Section: database
Filename: pool/main/p/postgresql-age/postgresql-12-age_1.1.0~rc0-1.pgdg+1_arm64.deb
Size: 670776
SHA256: 1109f3efe4dde488ac026cce0b8f21349f096465f2c2e531dab307b82e6f4dc0
SHA1: 72b58596ee75f3cd3b8ff1089f3cc51792b7160e
MD5sum: 2d97a1457021827eda05a510bbcadd08
Description: Graph database optimized for fast analysis and real-time data processing
 Apache AGE is an extension for PostgreSQL that enables users to leverage a
 graph database on top of the existing relational databases. AGE is an acronym
 for A Graph Extension and is inspired by Bitnine's AgensGraph, a multi-model
 database fork of PostgreSQL. The basic principle of the project is to create a
 single storage that handles both the relational and graph data model so that
 the users can use the standard ANSI SQL along with openCypher, one of the most
 popular graph query languages today.
 .
 This package contains Apache AGE for PostgreSQL 12.
Timestamp: 2022-12-20 10:32:14+00

Package: postgresql-12-age-dbgsym
Source: postgresql-age
Version: 1.1.0~rc0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 587
Depends: postgresql-12-age (= 1.1.0~rc0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-age/postgresql-12-age-dbgsym_1.1.0~rc0-1.pgdg+1_arm64.deb
Size: 528108
SHA256: f8dfb963f31a303e09c6e2ff8535f600cc5d8429418a175a02b43fb323278d28
SHA1: 8cbef2b48162f402933971037120c36760c40dc2
MD5sum: 6134ee383cdcb2d6104469f6230f3c9f
Description: debug symbols for postgresql-12-age
Build-Ids: 51a82914f37d404a79f5bbdf19666c303b9cf07a
Timestamp: 2022-12-20 10:32:14+00

Package: python3-pgq
Source: python-pgq
Version: 3.5-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 153
Depends: python3-skytools, python3:any
Homepage: https://github.com/pgq/python-pgq
Priority: optional
Section: python
Filename: pool/main/p/python-pgq/python3-pgq_3.5-3.pgdg+1_all.deb
Size: 28160
SHA256: 9e7de472af43dc26f75a9f3cec3d9b4953618615529a04daf4503acc9a407e2a
SHA1: bf1493923ecd6a04e71569987af5ea432430ba73
MD5sum: f223abc4f34c2e29d3a84311e05b3c3e
Description: PgQ queue processing for Python
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the Python3 module.
Timestamp: 2022-12-20 10:32:14+00

Package: python3-psycopg2
Source: psycopg2 (2.9.4-2.pgdg+1)
Version: 2.9.4-2.pgdg+1+b1
Architecture: arm64
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Installed-Size: 850
Depends: python3 (<< 3.12), python3 (>= 3.10~), python3:any, libc6 (>= 2.17), libpq5 (>= 10~~)
Suggests: python-psycopg2-doc
Homepage: http://initd.org/projects/psycopg
Priority: optional
Section: python
Filename: pool/main/p/psycopg2/python3-psycopg2_2.9.4-2.pgdg+1+b1_arm64.deb
Size: 136200
SHA256: f553eea8cab927ddf8570ab5d4caa5285504c10d0b32d86906d09b387ec51fce
SHA1: 4924df2ec91df8eae09cd719abb900ca589eb366
MD5sum: cba9eb0020629a4e4446d1c55cfa193c
Description: Python 3 module for PostgreSQL
 psycopg is a PostgreSQL database adapter for the Python3 programming language
 (just like pygresql and popy.) This is version 2, a complete rewrite of the
 original code to provide new-style classes for connection and cursor objects
 and other sweet candies. Like the original, psycopg 2 was written with the
 aim of being very small and fast, and stable as a rock.
 .
 psycopg is different from the other database adapter because it was designed
 for heavily multi-threaded applications that create and destroy lots of
 cursors and make a conspicuous number of concurrent INSERTs or UPDATEs.
 psycopg 2 also provides full asynchronous operations for the really brave
 programmer.
 .
 The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0
 and being thread safe at level 2. It also includes some extensions to the
 standard DBAPI-2.0 to allow for better thread performance.
Timestamp: 2022-12-20 10:32:14+00

Package: python3-psycopg2-dbgsym
Source: psycopg2 (2.9.4-2.pgdg+1)
Version: 2.9.4-2.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Installed-Size: 570
Depends: python3-psycopg2 (= 2.9.4-2.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/psycopg2/python3-psycopg2-dbgsym_2.9.4-2.pgdg+1+b1_arm64.deb
Size: 489164
SHA256: 511cd6647deb7606427f77805c28e4cd082e50de4c4246ae1d8cf35cfb6b1524
SHA1: 48ba0dd1f542d46aefc8f20c7e8e8325863e0f4b
MD5sum: be4e2a8e64df7163b1760523f6f551b2
Description: debug symbols for python3-psycopg2
Build-Ids: 7f7c32bf7462ede7f7ade502d075a1b78fcc04df 9ed676c1f2eb86b366f93d35266873615c1f4974
Timestamp: 2022-12-20 10:32:14+00

Package: python-psycopg2-doc
Source: psycopg2
Version: 2.9.4-2.pgdg+1
Architecture: all
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Installed-Size: 1838
Depends: libjs-sphinxdoc (>= 4.3)
Suggests: python3-psycopg2
Multi-Arch: foreign
Homepage: http://initd.org/projects/psycopg
Priority: optional
Section: doc
Filename: pool/main/p/psycopg2/python-psycopg2-doc_2.9.4-2.pgdg+1_all.deb
Size: 301956
SHA256: 5f1d8872353424dd0b7baa14f1de5264d5d35ecfdb91abef38be6b605bce42e5
SHA1: 23ef83546a90e1196703e53e952972db8af8d749
MD5sum: d0525b1520975fa2f5f2f2cff95324f9
Description: Python module for PostgreSQL (documentation package)
 psycopg is a PostgreSQL database adapter for the Python programming language
 (just like pygresql and popy.) This is version 2, a complete rewrite of the
 original code to provide new-style classes for connection and cursor objects
 and other sweet candies. Like the original, psycopg 2 was written with the
 aim of being very small and fast, and stable as a rock.
 .
 psycopg is different from the other database adapter because it was designed
 for heavily multi-threaded applications that create and destroy lots of
 cursors and make a conspicuous number of concurrent INSERTs or UPDATEs.
 psycopg 2 also provides full asynchronous operations for the really brave
 programmer.
 .
 The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0
 and being thread safe at level 2. It also includes some extensions to the
 standard DBAPI-2.0 to allow for better thread performance.
 .
 This package contains the psycopg2 documentation
Timestamp: 2022-12-20 10:32:14+00

Package: postgresql-10-pljava
Source: postgresql-pljava
Version: 1.6.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1343
Depends: default-jre-headless | openjdk-17-jre-headless | java-runtime-headless, postgresql-10, postgresql-pljava-common (>= 1.6.4-2.pgdg+1), libc6 (>= 2.34)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-10-pljava_1.6.4-2.pgdg+1_arm64.deb
Size: 908352
SHA256: fc164b0f5cf4bc07175dcfcd9386b4c465807a08477e25ef353ffcc011e411ff
SHA1: df3a31a3d03a98634396ad1c643a4161a8800a5d
MD5sum: bbea0eee542029440f7f5dc23bd4e8fd
Description: Java procedural language for PostgreSQL 10
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-17-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2023-01-03 19:38:28+00

Package: postgresql-10-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 347
Depends: postgresql-10-pljava (= 1.6.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-10-pljava-dbgsym_1.6.4-2.pgdg+1_arm64.deb
Size: 285632
SHA256: 2d4bdae860a621e2a62d1197061bba84f2ebaf8066e37b7b785bd6beb4fa6df4
SHA1: 7d46591603b9a49f038563a1c337aaeb8da8dd10
MD5sum: 9b2301d38f0381f7b3897955fa3784a1
Description: debug symbols for postgresql-10-pljava
Build-Ids: 863824c35da5acfc945cce37fed477a6312f1e03
Timestamp: 2023-01-03 19:38:28+00

Package: postgresql-11-pljava
Source: postgresql-pljava
Version: 1.6.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1343
Depends: default-jre-headless | openjdk-17-jre-headless | java-runtime-headless, postgresql-11, postgresql-pljava-common (>= 1.6.4-2.pgdg+1), libc6 (>= 2.34)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-11-pljava_1.6.4-2.pgdg+1_arm64.deb
Size: 908076
SHA256: 48fa2d6019d43dc69ee674449da461e6552819277521598bd7dc20620a257029
SHA1: 1f9a81e25a2d2eb20fb73d7c6449a7cebb159a37
MD5sum: 3fba3c93fd2729e5fa38506603a1213c
Description: Java procedural language for PostgreSQL 11
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-17-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2023-01-03 19:38:28+00

Package: postgresql-11-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 343
Depends: postgresql-11-pljava (= 1.6.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-11-pljava-dbgsym_1.6.4-2.pgdg+1_arm64.deb
Size: 281944
SHA256: d9023273ac46376f0d5e6f63faec77138b2350691f55c97b831f4012067ded07
SHA1: 8a67bcaa09ce168cb07ded80b8251bf9df435135
MD5sum: 8a4bc10068f233a5695f4d6d8066f177
Description: debug symbols for postgresql-11-pljava
Build-Ids: 09587008e10a46b8523b6fe15d5dd114c0df9dd9
Timestamp: 2023-01-03 19:38:28+00

Package: postgresql-12-pljava
Source: postgresql-pljava
Version: 1.6.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1343
Depends: default-jre-headless | openjdk-17-jre-headless | java-runtime-headless, postgresql-12, postgresql-pljava-common (>= 1.6.4-2.pgdg+1), libc6 (>= 2.34)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-12-pljava_1.6.4-2.pgdg+1_arm64.deb
Size: 908000
SHA256: ac59a84993c30467f3e7e78aecfe91ae786885528065b6520fb5cdf055bf90a6
SHA1: 345590a97f8f873cd8c17e1401e6bc777963fa9d
MD5sum: 02fe468b056721c6e2c4a1549e548b1b
Description: Java procedural language for PostgreSQL 12
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-17-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2023-01-03 19:38:28+00

Package: postgresql-12-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 354
Depends: postgresql-12-pljava (= 1.6.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-12-pljava-dbgsym_1.6.4-2.pgdg+1_arm64.deb
Size: 291244
SHA256: 8c4f4213878e6d570df475d2fcd8191adce196bec33cbac52e08008afc195158
SHA1: bc8a7e6c2cb96694fa1a6c1fd2e580d4f3b2bd72
MD5sum: 62be0a7f70d3e88ae8f44d262c641426
Description: debug symbols for postgresql-12-pljava
Build-Ids: b5c5645deac16ed31b662979643d8e07fef86713
Timestamp: 2023-01-03 19:38:28+00

Package: postgresql-13-pljava
Source: postgresql-pljava
Version: 1.6.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1343
Depends: default-jre-headless | openjdk-17-jre-headless | java-runtime-headless, postgresql-13, postgresql-pljava-common (>= 1.6.4-2.pgdg+1), libc6 (>= 2.34)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-13-pljava_1.6.4-2.pgdg+1_arm64.deb
Size: 907824
SHA256: f3cc2a6e28298e3d254d16f96cc96a523e9144a3041d9d81f1a12bd18fbb25ba
SHA1: 9ae898482df74e71f8024ab8ec86af850c5e0526
MD5sum: a659784dc1178a1645d2fd5af12a0f7e
Description: Java procedural language for PostgreSQL 13
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-17-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2023-01-03 19:38:28+00

Package: postgresql-13-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 365
Depends: postgresql-13-pljava (= 1.6.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-13-pljava-dbgsym_1.6.4-2.pgdg+1_arm64.deb
Size: 302956
SHA256: 2ad77ec7c0d286cb5bf4abb621892892aad04d52f338c97d80ce5a7029d5302e
SHA1: 6b6939756108add4660ea7e390fa4ca54fc96cb0
MD5sum: 1502aebbaf36a39dff8f9376ce213108
Description: debug symbols for postgresql-13-pljava
Build-Ids: 394e700ffeca36fe9d96ab8fd466c0405c1b91ad
Timestamp: 2023-01-03 19:38:28+00

Package: postgresql-14-pljava
Source: postgresql-pljava
Version: 1.6.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1343
Depends: default-jre-headless | openjdk-17-jre-headless | java-runtime-headless, postgresql-14, postgresql-pljava-common (>= 1.6.4-2.pgdg+1), libc6 (>= 2.34)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-14-pljava_1.6.4-2.pgdg+1_arm64.deb
Size: 907804
SHA256: 33c9793a9c352c0b2d09308c2b534dd97ea57454e67b619f691741594851eabd
SHA1: 36a69bc6fb384084d7386f92d62d418b3483bdc4
MD5sum: cc26dfcd8c207f30aefcf75c083de582
Description: Java procedural language for PostgreSQL 14
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-17-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2023-01-03 19:38:28+00

Package: postgresql-14-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 367
Depends: postgresql-14-pljava (= 1.6.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-14-pljava-dbgsym_1.6.4-2.pgdg+1_arm64.deb
Size: 304544
SHA256: ef65e8487f45d7838aafea97b33bc5668c0c3c12da9c2024462ffc8575ff8b64
SHA1: 9a0a802a380136152d3f37b8aca1cabd24e42f84
MD5sum: 1c76bad67fde34a9149bdccc0da1daef
Description: debug symbols for postgresql-14-pljava
Build-Ids: cac6a8068a2900d70f99b08725471be7f79266e1
Timestamp: 2023-01-03 19:38:28+00

Package: postgresql-15-pljava
Source: postgresql-pljava
Version: 1.6.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1343
Depends: default-jre-headless | openjdk-17-jre-headless | java-runtime-headless, postgresql-15, postgresql-pljava-common (>= 1.6.4-2.pgdg+1), libc6 (>= 2.34)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-15-pljava_1.6.4-2.pgdg+1_arm64.deb
Size: 907792
SHA256: ef7193f93af7431891d4ee32b7eb5ca13b75f72a830025531c5d645c5b24d424
SHA1: e356d6c19aaef453aa96c74bda83508f130735b6
MD5sum: 8a9125c115cc764534502795ffe3e026
Description: Java procedural language for PostgreSQL 15
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-17-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2023-01-03 19:38:28+00

Package: postgresql-15-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 363
Depends: postgresql-15-pljava (= 1.6.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-15-pljava-dbgsym_1.6.4-2.pgdg+1_arm64.deb
Size: 300660
SHA256: e6397a20739795028c39822c42fb66ed558b36d2cd1344ffd1f2e8040f02d946
SHA1: 4b1eeb1c837ea113a027770b7a227a236d322056
MD5sum: b1bc51099fe463212cd9008deeb2135a
Description: debug symbols for postgresql-15-pljava
Build-Ids: 7eeea8fe94786352d4b639566df9be61d35a3c41
Timestamp: 2023-01-03 19:38:28+00

Package: postgresql-pljava-common
Source: postgresql-pljava
Version: 1.6.4-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 18
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-pljava-common_1.6.4-2.pgdg+1_all.deb
Size: 5104
SHA256: 19c61edcfd1f6fe92f6e4605ddf696942eba7a1d460bdb592a7a6e58039a8999
SHA1: d4fcbead7a22a11855ed51f7b4ace5a85b3bdfe1
MD5sum: 4ae27206cf90fdb28553c201a5b557ce
Description: Java procedural language for PostgreSQL, config files
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package contains the pljava.policy config file.
Timestamp: 2023-01-03 19:38:28+00

Package: libpg-query1504.0
Source: libpg-query
Version: 15-4.0.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2744
Depends: libc6 (>= 2.34)
Multi-Arch: same
Homepage: https://github.com/pganalyze/libpg_query
Priority: optional
Section: libs
Filename: pool/main/libp/libpg-query/libpg-query1504.0_15-4.0.0-2.pgdg+1_arm64.deb
Size: 507536
SHA256: 0388f5dbf6bd50e665094ed2f0d0b56155350ac9ab8b8174a47d9e0c1897848e
SHA1: a7fa44d481427c6a4ed71505e330a88ab57b5690
MD5sum: dfb6197a0df1992af297103c8e8127ab
Description: C library for accessing the PostgreSQL parser outside of the server environment
 This library uses the actual PostgreSQL server source to parse SQL queries and
 return the internal PostgreSQL parse tree.
Timestamp: 2023-01-05 17:40:13+00

Package: libpg-query1504.0-dbgsym
Source: libpg-query
Version: 15-4.0.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2197
Depends: libpg-query1504.0 (= 15-4.0.0-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libp/libpg-query/libpg-query1504.0-dbgsym_15-4.0.0-2.pgdg+1_arm64.deb
Size: 1955004
SHA256: 2293a9eac39dcff51bb01c001c1a8904cd94d546a5facf25f9260ef1bac2c198
SHA1: 751bbf0c5054dbdb28694d1101a5b9dcd54283c5
MD5sum: cafabb88f34c701fcd54b482efb4058f
Description: debug symbols for libpg-query1504.0
Build-Ids: e65a7eccb2a922a214bfa260a5a8f990f4c70fcf
Timestamp: 2023-01-05 17:40:13+00

Package: libpg-query-dev
Source: libpg-query
Version: 15-4.0.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5078
Depends: libpg-query1504.0 (= 15-4.0.0-2.pgdg+1)
Multi-Arch: same
Homepage: https://github.com/pganalyze/libpg_query
Priority: optional
Section: libdevel
Filename: pool/main/libp/libpg-query/libpg-query-dev_15-4.0.0-2.pgdg+1_arm64.deb
Size: 602992
SHA256: efbee995ce59c12dee0dcaa4886e42fc18f5b415a513be782ba0fd3edf33f595
SHA1: 2a27b42f44f30f138e0ee2fd5cd771392e2df1a0
MD5sum: c5bd31ac6d9e161903db44933b58462c
Description: C library for accessing the PostgreSQL parser outside of the server environment
 This library uses the actual PostgreSQL server source to parse SQL queries and
 return the internal PostgreSQL parse tree.
Timestamp: 2023-01-05 17:40:13+00

Package: librdkit1
Source: rdkit (202209.1-1.pgdg+1)
Version: 202209.1-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 18975
Depends: libboost-iostreams1.74.0 (>= 1.74.0), libboost-python1.74.0 (>= 1.74.0), libboost-python1.74.0-py311, libboost-serialization1.74.0 (>= 1.74.0), libc6 (>= 2.34), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.1), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 3.0), libmaeparser1 (>= 1.3.0), libpython3.11 (>= 3.11.0), libstdc++6 (>= 12)
Homepage: http://www.rdkit.org
Priority: optional
Section: libs
Filename: pool/main/r/rdkit/librdkit1_202209.1-1.pgdg+1+b1_arm64.deb
Size: 3734880
SHA256: 414f01b8082ae85ca664aef36d71c686d66ec4c38819afb244412791a5ad8e9b
SHA1: 1a71ef0a2e2ed73d6a706fb420433f3161cca670
MD5sum: 71e4ac1fe798694ca09705e491f4e654
Description: Collection of cheminformatics and machine-learning software (shared libraries)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the shared libraries.
Timestamp: 2023-01-05 17:40:13+00

Package: librdkit1-dbgsym
Source: rdkit (202209.1-1.pgdg+1)
Version: 202209.1-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 93039
Depends: librdkit1 (= 202209.1-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/librdkit1-dbgsym_202209.1-1.pgdg+1+b1_arm64.deb
Size: 90542120
SHA256: 276c2a6d9068b0ea22279224f01b496ea073b51e30b11be4acfea05d5d703d85
SHA1: e7eee270c4ead864fd944dcb6614b98714cf517a
MD5sum: 33f7bd38b461aad5b2725a8638ea0244
Description: debug symbols for librdkit1
Build-Ids: 073ee977e07a551f4aefed50c49a79fe399e2b47 12c5ee2ca729ba3090f01fff6d3217d062bdf777 14d7cc1613fd80a5fbebe67589f2e5351c161ecd 218e0867fd36ff527de211f4af6c67e7652f4b96 2729ee1baf361e466210a35a00174ba205556a9d 2c583ca5a583e668b9363c4ba14a3924c14982d5 32f67825476c16988e32b531a6cce5d44d472d51 3c545065110bcbd1f85acdb238e3a79c11cc406f 4037526f24d6aae1e27e383fff6388ca3f1e1c6e 43f89001af420505b1d37754c5a96b0defa6f443 45147643054603fa6a7b3e9cd32080fe75f4ba86 452424292b0be811dd23eeb3a5a7ff5c3a97844a 466590443a71a769db720f6a20c14c474052f84c 46a18cab66472beb4474615b1cb7e703b9bd322a 46d85cc2ebca5388a50bcbbd05c85bf9112ff1b9 48579a9f861ab3dbe947793614eff629bbdcf314 49071e142c95df7e8038b3936e7a41ff00772ae0 4c1d93157015786c3fe725247a4c80977fa89236 52607afab732dcbda82e832bf808ff7a4ab6d0a7 633ade72016a55e95d975046554ba2ae4572566f 662d2f85a0e162e29c4ef5c63f8917e58c4c978b 6682eb3d05c8d81ebb4f8410731fb52dbe504950 6d6f316a4f21c7a3ebb741af9f50e76c47e464f2 6d8e968ed05dba81f27f0ea87ba8c08fbb1c20d1 6e562f4e1f54c5061864dce12fa5ef5025b048af 726313354fd7c79fbc235b18452e5ca7163dde48 74fd8008edf2dda6b3c03d319a9d5b46e5ff48bb 75b254fb7f6fdc5de41258867056b1098b3a1853 77096d54b8bea2c276ff3dffeea6c50dd07923ca 8b56d0930c833ae601c0c531d3f4d514239cc2bb 8dac259de8acd546abda5c87531dad5eb5943686 987a2c5d5f6cf3ca47b0d9da426aec3154639d02 9886b4330a9dbb3970f4ffac3ba47d9edb3fb171 ac70503b94afb93659d1224366d680869ef93e97 b135dd8f243234f589cf7e2dd337c84f5bb60f58 b4694288c22bfc56b11daeebe7dcecbcfd504980 b8c0184df85a46ea799ed2810344dd8fd95fe923 bc2fce00c1b39777dc1db9a7664e54d9d8ddee69 bd4f5031f2abd15f257f2dda3719628279d3a9db c02692e0450fdc6b5ae73f24b750235c73de06db c239a6e2ba22006f375a43aea2c321e656c35160 c538dc2fdc4938a99fc0aa80a1683767b89e5a51 cc6c7fdcfe84c4aa3f0ddfd201bbc0b081fe029c d798cf31dd4c6b30b49c88168688e316da7ae852 da4863e87418f4a94a0fc8e9c9ac300138e51a12 dcce54fa8a76d535e062c3942de6941b37c5bbd4 de4454db2528c07d947610e0d9d04d595b75f98b e352b766f13f90843d4fdc199973e4dd7e4e8648 e5c99fb1e0e7f9b8f9aa9542fb5b1360ec02a5d2 eb1cffc7c91b8e69800d885662957772b60befec f6fb3dddb3235eacf80f5934409394d1a58adbf7 fd3d903d5ea03dab1650769a34d0c531e3cdf27c fe44783f903aa3905ca7ee24552e43eacbb2a33b ff56486fa0695a23f04fb010af202b3a1adfb6fd ffa1ff1371f5933e695a871244c977222f18e2d8
Timestamp: 2023-01-05 17:40:13+00

Package: librdkit-dev
Source: rdkit (202209.1-1.pgdg+1)
Version: 202209.1-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 2174
Depends: librdkit1 (= 202209.1-1.pgdg+1+b1)
Homepage: http://www.rdkit.org
Priority: optional
Section: libdevel
Filename: pool/main/r/rdkit/librdkit-dev_202209.1-1.pgdg+1+b1_arm64.deb
Size: 380632
SHA256: de90596e813523dac99831eebd4a375043c97fc519f48b86d15f673007170b03
SHA1: 5d02c04dfaeac3ec4f16ddae5b117c12a8984c60
MD5sum: 2f401c2ffdbee281917660f661d3ea98
Description: Collection of cheminformatics and machine-learning software (development files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the header files.
Timestamp: 2023-01-05 17:40:13+00

Package: postgresql-10-plpgsql-check
Source: plpgsql-check
Version: 2.2.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 237
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check_2.2.6-1.pgdg+1_arm64.deb
Size: 78528
SHA256: 84d925b17c1cc71d9653ba80065af0fe8b24c7ab5c13a3a906d2f58161b84da9
SHA1: c0d8e81f6e4bf613aafeb61860a8fe961511cefd
MD5sum: 9995db5f08736477a713a6e2c8c52dbb
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-01-05 17:40:13+00

Package: postgresql-10-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.2.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: postgresql-10-plpgsql-check (= 2.2.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check-dbgsym_2.2.6-1.pgdg+1_arm64.deb
Size: 232732
SHA256: cc3ed79c0e2225cb373e0f2ac989c11741a0168ff83f937b759aab7e2fc1eb11
SHA1: d0e4fdeea54bc4dd9624c2fb4aca7336daeea0f5
MD5sum: f4ab2bac4f45719c33590a41c59bc4c5
Description: debug symbols for postgresql-10-plpgsql-check
Build-Ids: 0bfefd375dc4f35bc26e3e175da69dcba717dacd
Timestamp: 2023-01-05 17:40:13+00

Package: postgresql-10-rdkit
Source: rdkit (202209.1-1.pgdg+1)
Version: 202209.1-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 426
Depends: postgresql-10, libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202209.1), libstdc++6 (>= 5.2)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-10-rdkit_202209.1-1.pgdg+1+b1_arm64.deb
Size: 171796
SHA256: 521691d82ec7c5c3af7cbff7ea0b8a1b179e70de61a17ba9167f29124d0c8f13
SHA1: 0ae9c0d1c87836b717d4adc8cd1abb0d4982a468
MD5sum: 2bb5313fa2fcb12e4f7c5aee01244380
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2023-01-05 17:40:13+00

Package: postgresql-10-rdkit-dbgsym
Source: rdkit (202209.1-1.pgdg+1)
Version: 202209.1-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 779
Depends: postgresql-10-rdkit (= 202209.1-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-10-rdkit-dbgsym_202209.1-1.pgdg+1+b1_arm64.deb
Size: 733676
SHA256: 958d2cf00d09d48831bd86c7e7a59420458ffbbd9c0804e2d695dcde228fb549
SHA1: 43ffdd1e8944a96f8b8a0d88b90ce373915a37ee
MD5sum: b5577cd4ece83e8e3110164e3195aa1c
Description: debug symbols for postgresql-10-rdkit
Build-Ids: a0fc4a9c312fb631d8f3fface8a29402de22e3ec
Timestamp: 2023-01-05 17:40:13+00

Package: postgresql-11-orafce
Source: orafce
Version: 4.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1203
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_4.1.0-1.pgdg+1_arm64.deb
Size: 392868
SHA256: 6d72139cf867ec9dbffcbc03e0ce3e1aa2930b61941fdf04c2c33a2331a79840
SHA1: 4c1ae9581b0b403ee7a1344fb3cea3fc3a71e9a8
MD5sum: 76c70ccc9928dbd3904b9d6c24b1fe84
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2023-01-05 17:40:13+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 4.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 312
Depends: postgresql-11-orafce (= 4.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_4.1.0-1.pgdg+1_arm64.deb
Size: 261156
SHA256: 9c3ab6141e8366b4dab602b25562653451b18a18ca1f77b4ef4ab7e4167459eb
SHA1: 01b98884e1885e214c03423f74e5fe437a06862d
MD5sum: b064decc557faa3219c0cded25a3715f
Description: debug symbols for postgresql-11-orafce
Build-Ids: 9ab9471e7fe9503a5c60bdbca85301e662483f9d
Timestamp: 2023-01-05 17:40:13+00

Package: postgresql-11-plpgsql-check
Source: plpgsql-check
Version: 2.2.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 661
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check_2.2.6-1.pgdg+1_arm64.deb
Size: 303128
SHA256: ea0efaf1ecf548c83e1fc8b06f551c57b6a103c861c5f11fb7d52840661711ff
SHA1: bfb60b48ac96ee5e27d91a1ee4350597efceae91
MD5sum: a4d6bfd309ea4deae08802fe7e2e5299
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-01-05 17:40:13+00

Package: postgresql-11-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.2.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: postgresql-11-plpgsql-check (= 2.2.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check-dbgsym_2.2.6-1.pgdg+1_arm64.deb
Size: 232480
SHA256: 3e46ef4254c0256d694495706b53643f0b8ec1742f7619a7b4836e082368896f
SHA1: e3fb0f0a2cb0bb37ac41129a5d29c17996fffd31
MD5sum: 0fd0be55ef29fdd8f56bad01b034a5ed
Description: debug symbols for postgresql-11-plpgsql-check
Build-Ids: 7f01d789f3cf3dfd69c5e0fd7aad45827e239c57
Timestamp: 2023-01-05 17:40:13+00

Package: postgresql-11-rdkit
Source: rdkit (202209.1-1.pgdg+1)
Version: 202209.1-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 885
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202209.1), libstdc++6 (>= 5.2)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-11-rdkit_202209.1-1.pgdg+1+b1_arm64.deb
Size: 373240
SHA256: 9c62a34864d74932a6da526e13601c814b57108b0b5ec181c3e9c019e62005e1
SHA1: 1138f8432c60443f2adcb56a4002f970ca3a7bae
MD5sum: 0e2f17a14485c90ea56233fc6f36e123
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2023-01-05 17:40:13+00

Package: postgresql-11-rdkit-dbgsym
Source: rdkit (202209.1-1.pgdg+1)
Version: 202209.1-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 780
Depends: postgresql-11-rdkit (= 202209.1-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-11-rdkit-dbgsym_202209.1-1.pgdg+1+b1_arm64.deb
Size: 733844
SHA256: f59ab032c6bf75a3163da106a82b8b3d233398769a925646a2d79bf2e5cdc29e
SHA1: de8eb3eaf7e7f3ea148bb8a2e8fe5ab6f27b7223
MD5sum: 17053f8175aeb3dda24fecfb4bf28b64
Description: debug symbols for postgresql-11-rdkit
Build-Ids: 9c4d78701b318fb4702a8f9113daa7335a5e4b53
Timestamp: 2023-01-05 17:40:13+00

Package: postgresql-12-orafce
Source: orafce
Version: 4.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1136
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_4.1.0-1.pgdg+1_arm64.deb
Size: 390476
SHA256: f01b91d95ab0a7e6392138fe1eea7d6ddab22fe1fd1efc936711e3183c6fa491
SHA1: 025063d67fce4112c026d8cc3900ec9c5b78d93a
MD5sum: 4397a2eed22ada56d405d185cdea7dde
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2023-01-05 17:40:13+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 4.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 313
Depends: postgresql-12-orafce (= 4.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_4.1.0-1.pgdg+1_arm64.deb
Size: 262920
SHA256: d9d544806c6ae13787242ab4e46c724250f9a8516b4e2a5c7a8fd06145525244
SHA1: 48b08c08041be88dfc896dbc1b05e1aa25100617
MD5sum: 248cef306ea428a4221e43de943826af
Description: debug symbols for postgresql-12-orafce
Build-Ids: 4f41e6aecfd703f494078d76e7d87750e23d70da
Timestamp: 2023-01-05 17:40:13+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 2.2.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 667
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_2.2.6-1.pgdg+1_arm64.deb
Size: 308844
SHA256: 861ee5a31381cbe2d73166c3502a26e6fa0bc6a4015eea3fc041a61c60b08917
SHA1: 88029ef01940f3be8736709b2b2ddb4058c9f094
MD5sum: 4a673113036ff1ba9719d0c414d9d6b1
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-01-05 17:40:13+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.2.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 271
Depends: postgresql-12-plpgsql-check (= 2.2.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_2.2.6-1.pgdg+1_arm64.deb
Size: 242276
SHA256: cfcd2d8d4221d36db94871db1cc03daf92bab5684729c3381ffc86473f2c2e9a
SHA1: a4a63b86e036f727fee553d27f0076b6396a26fe
MD5sum: 6d8d89e034c84d835b90cb1c316ee7db
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: 245ee794a6dd7532e07c2b1dabb6262bb0ea0675
Timestamp: 2023-01-05 17:40:13+00

Package: postgresql-12-rdkit
Source: rdkit (202209.1-1.pgdg+1)
Version: 202209.1-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 886
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202209.1), libstdc++6 (>= 5.2)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-12-rdkit_202209.1-1.pgdg+1+b1_arm64.deb
Size: 374356
SHA256: b0b0570139ef44bc90f137cfb3c5d2bc46b6707368c833964e172cfe85faf5a4
SHA1: a4355cdfd51f60d33b3819ac5806bf3498bc7144
MD5sum: 59ad98b9cb0bf99183ee8139dd3836e9
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2023-01-05 17:40:13+00

Package: postgresql-12-rdkit-dbgsym
Source: rdkit (202209.1-1.pgdg+1)
Version: 202209.1-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 782
Depends: postgresql-12-rdkit (= 202209.1-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-12-rdkit-dbgsym_202209.1-1.pgdg+1+b1_arm64.deb
Size: 735804
SHA256: f0101dcefdfdc97595e3290921b0b80f34739afbb5a54e4834099240fed835d0
SHA1: d7d8e264f1255c045330be49c2142ea70657c7c1
MD5sum: 20ed7b0f09076129206a874b86256415
Description: debug symbols for postgresql-12-rdkit
Build-Ids: 3fe44f656b7dbcfbb02729bd18623d42a13c4604
Timestamp: 2023-01-05 17:40:13+00

Package: postgresql-13-orafce
Source: orafce
Version: 4.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1133
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_4.1.0-1.pgdg+1_arm64.deb
Size: 389192
SHA256: 3cf6b92054e4c89cab339d256bae48b6e485213957b8c87cdb338c7756300ac1
SHA1: 88d0d9d4fd400b7a207e4c345d978042bcd0fb19
MD5sum: 66ac375b476dacd588d020e16967319e
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2023-01-05 17:40:13+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 4.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 320
Depends: postgresql-13-orafce (= 4.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_4.1.0-1.pgdg+1_arm64.deb
Size: 269992
SHA256: 2614f45059e9c7cb56effbec0c991effa900ee0467b67e541ecd356ed3450615
SHA1: bd68f28174f0dca5872334ba9c307d927d789015
MD5sum: 2f91d1265d08b9a94407982cebfdae9f
Description: debug symbols for postgresql-13-orafce
Build-Ids: 49aeca2598972e144de394e356e0470a609ebdfa
Timestamp: 2023-01-05 17:40:13+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 2.2.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 673
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_2.2.6-1.pgdg+1_arm64.deb
Size: 312732
SHA256: 6a1cb5e4e10b1cb9204ee3941111ede77941b90a141a057fe5d595e54ba5c58e
SHA1: 3f3079a5dd949d21b8f0554903725611607bd2d0
MD5sum: 4ae9da0706072abbd4f840da3afdccbe
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-01-05 17:40:13+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.2.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 292
Depends: postgresql-13-plpgsql-check (= 2.2.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_2.2.6-1.pgdg+1_arm64.deb
Size: 262240
SHA256: 30ccfee73c8e42d61010147154559b1065cf4e2ed7cd1ddadc07150fcaa27acb
SHA1: 67b32f1fcb5995ba6808ec802509eceac21ee35e
MD5sum: b3154d70d1d9ae037a2fe7340ab4dab1
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: cb4eca224b516326a39f136f982d2c40a4159ff0
Timestamp: 2023-01-05 17:40:13+00

Package: postgresql-13-rdkit
Source: rdkit (202209.1-1.pgdg+1)
Version: 202209.1-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 887
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202209.1), libstdc++6 (>= 5.2)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-13-rdkit_202209.1-1.pgdg+1+b1_arm64.deb
Size: 375008
SHA256: 20b9677f67d146a60dd7ece7c96a8390b67895be8791c05a72e64bdd0e8bbb6c
SHA1: b77366008a86b897c1c1f4a69fe2b189b032e944
MD5sum: cafa71d71d875e7127cebcc6c00e86ca
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2023-01-05 17:40:13+00

Package: postgresql-13-rdkit-dbgsym
Source: rdkit (202209.1-1.pgdg+1)
Version: 202209.1-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 782
Depends: postgresql-13-rdkit (= 202209.1-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-13-rdkit-dbgsym_202209.1-1.pgdg+1+b1_arm64.deb
Size: 736672
SHA256: ffb6a419702db660e821eafee61af069215dcd031f5999536861698eb57d2436
SHA1: 3d07755e3f4620cac71f08d26d9d57bda443e43e
MD5sum: 3a12270ae0faa631975353d60b90625c
Description: debug symbols for postgresql-13-rdkit
Build-Ids: 8ec9cf873c08525b51f28fa3bad28ff17dc4298a
Timestamp: 2023-01-05 17:40:13+00

Package: postgresql-14-orafce
Source: orafce
Version: 4.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1141
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_4.1.0-1.pgdg+1_arm64.deb
Size: 390364
SHA256: 992732e3ff962e393b386cd3aff0dd55b81651e960383671093fea23270d4046
SHA1: 86aa9e72e7c9573d2513e9278f788dc86a579b17
MD5sum: c2a438f00296f6c548fd61844d4cc495
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2023-01-05 17:40:13+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 4.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 322
Depends: postgresql-14-orafce (= 4.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_4.1.0-1.pgdg+1_arm64.deb
Size: 271208
SHA256: 7ce2ce6c9725f771a34ab31155ec4c7277309d6edb3421417db5f23ef7cf859f
SHA1: 9b8e1ed041fe5a622c29183c8d4ade7b7f0b3310
MD5sum: f1051dfd72cdd87991ff55532e1a4957
Description: debug symbols for postgresql-14-orafce
Build-Ids: 334fd62bcdcbe427425594e297f9fb03185e1a47
Timestamp: 2023-01-05 17:40:13+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.2.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 685
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.2.6-1.pgdg+1_arm64.deb
Size: 318568
SHA256: 50be933450e71c721fff0afa8f66abbbf1a0c5fd78733f234d83535396a2a997
SHA1: 8cb8fb3bfd4ddb292aa511fab023c25f94e49e77
MD5sum: 07e97a31dfb915b8e92f6ab973fc8add
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-01-05 17:40:13+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.2.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 298
Depends: postgresql-14-plpgsql-check (= 2.2.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.2.6-1.pgdg+1_arm64.deb
Size: 267676
SHA256: d4f366a0a4c8ef8753ec7c6bc778ba5c1cae8881a974e732b66e002b1da29295
SHA1: c5964beed6877fecd22967476fd538bb2c18c8a8
MD5sum: b373bdfe77e94071b30f21bab5e08a30
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: 504518f01c602b64d483e11d76f0dcc0d1ffd58e
Timestamp: 2023-01-05 17:40:13+00

Package: postgresql-14-rdkit
Source: rdkit (202209.1-1.pgdg+1)
Version: 202209.1-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 889
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202209.1), libstdc++6 (>= 5.2)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-14-rdkit_202209.1-1.pgdg+1+b1_arm64.deb
Size: 375964
SHA256: 1f66dbd81410d3e4f845f5a80ba9bedd3a1c942ebdf3fc872503860e175c9447
SHA1: e0f26ca55ae9b0c7825dafc8443268372b70a080
MD5sum: 0da4edb41ed3e7a6a7a4e9165d78ac99
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2023-01-05 17:40:13+00

Package: postgresql-14-rdkit-dbgsym
Source: rdkit (202209.1-1.pgdg+1)
Version: 202209.1-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 783
Depends: postgresql-14-rdkit (= 202209.1-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-14-rdkit-dbgsym_202209.1-1.pgdg+1+b1_arm64.deb
Size: 736880
SHA256: d5fe3f4fefcf67fc4be3b6f3ce0b4381b85d53abc67cc2b774320c18368e393e
SHA1: b302ee32c50a42f86c4626bd70d5c1b6edee8aea
MD5sum: 8f0a79bb2a1cc218163dcb9c3345dce1
Description: debug symbols for postgresql-14-rdkit
Build-Ids: 6f1e71ee860316d6eef7e58b7c86f24248c56c52
Timestamp: 2023-01-05 17:40:13+00

Package: postgresql-15-orafce
Source: orafce
Version: 4.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1146
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-15-orafce_4.1.0-1.pgdg+1_arm64.deb
Size: 392596
SHA256: f5949b423ff34ea8b3ade940de4fd94b7af47568668ad6c760fea54ee48153e5
SHA1: c4742922aa9f4d0bea11450b337edca99af18905
MD5sum: 633b19889a2fa1bc62a416c6ab82af98
Description: Oracle support functions for PostgreSQL 15
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2023-01-05 17:40:13+00

Package: postgresql-15-orafce-dbgsym
Source: orafce
Version: 4.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 326
Depends: postgresql-15-orafce (= 4.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-15-orafce-dbgsym_4.1.0-1.pgdg+1_arm64.deb
Size: 277256
SHA256: 1f2347a395eb511e389fdd6d0eef1df7253d110b3a2588cff6da4e67020fe262
SHA1: 40668f4dcb6f453f7e1f8c0aad05597c0dcea269
MD5sum: 6591d5324012600ea9b5b9a1b51ee8c9
Description: debug symbols for postgresql-15-orafce
Build-Ids: 600cd3d9b9adb742835298702ca08f108d468839
Timestamp: 2023-01-05 17:40:13+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.2.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 710
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.2.6-1.pgdg+1_arm64.deb
Size: 333840
SHA256: 17638d98369a32ad2ec121f56d89d288a24845a3b014f1447291da483bb80f72
SHA1: 72a86bafc73267b998010b1b60bf24b6ff31b8f2
MD5sum: e7449ddd5408ae7aeb0f60ad989f27fd
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-01-05 17:40:13+00

Package: postgresql-15-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.2.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 318
Depends: postgresql-15-plpgsql-check (= 2.2.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.2.6-1.pgdg+1_arm64.deb
Size: 286620
SHA256: 9455628767f9083b10f0cb21850daa3d6a145bdbb8a5fc4cf7c335a7c572cbd1
SHA1: 12836f2614293f23284ee7239df3d82c27aff7fb
MD5sum: 7744023a7ed76914b8e15f0d814b2834
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: ecb143aba7666a914fc4af6a14fa8617fbd02431
Timestamp: 2023-01-05 17:40:13+00

Package: postgresql-15-rdkit
Source: rdkit (202209.1-1.pgdg+1)
Version: 202209.1-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 889
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202209.1), libstdc++6 (>= 5.2)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-15-rdkit_202209.1-1.pgdg+1+b1_arm64.deb
Size: 375616
SHA256: 58ebd795723f4d037d4eed6f77351b6e43471a3a9db461428c4c150b94158d8f
SHA1: ae0f27717be215258c9c7887af91adb32cfadc60
MD5sum: deba2ed6c409fc4290d7a5e33a9dc243
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2023-01-05 17:40:13+00

Package: postgresql-15-rdkit-dbgsym
Source: rdkit (202209.1-1.pgdg+1)
Version: 202209.1-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 782
Depends: postgresql-15-rdkit (= 202209.1-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-15-rdkit-dbgsym_202209.1-1.pgdg+1+b1_arm64.deb
Size: 736060
SHA256: c7206c38a8cbbc430acff5326a14ce963e05a681b05dad9cefc8ba10f4596bbe
SHA1: b584acfaf91d0be84e18f63b81a17f4b158dc121
MD5sum: e7f671e9f76f53579d7e305012ebd9a8
Description: debug symbols for postgresql-15-rdkit
Build-Ids: 53a4c82f864d09a8a0eade6ec37d55b93a605658
Timestamp: 2023-01-05 17:40:13+00

Package: pspg
Version: 5.7.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 363
Depends: libc6 (>= 2.34), libncursesw6 (>= 6.1), libpq5 (>= 9.0~), libreadline8 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_5.7.1-1.pgdg+1_arm64.deb
Size: 129444
SHA256: 5e4df40cb912d9c3b6fa9e89bece3e1c44334f0e3b35d0cadbf9c2c9687adf04
SHA1: 6f1cce4af427f6043d3928f3237c17a716675067
MD5sum: f3d4c9e82f7566765facb1d2a3ff9c39
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2023-01-05 17:40:13+00

Package: pspg-dbgsym
Source: pspg
Version: 5.7.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 443
Depends: pspg (= 5.7.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_5.7.1-1.pgdg+1_arm64.deb
Size: 414728
SHA256: 5e2a999e993f78e8b2571bbd85a74d4319f7500e751a2b9688e3095837c29774
SHA1: 863aae21240fb911275068514965462c00d36e93
MD5sum: 0debdbcb78b649e8482d2df67407dce2
Description: debug symbols for pspg
Build-Ids: d6ccbce0145a4a2f912aefbc4d1a40347c8e4a49
Timestamp: 2023-01-05 17:40:13+00

Package: python3-pglast
Source: pglast
Version: 5.0~dev0+1-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 1851
Depends: python3 (<< 3.12), python3 (>= 3.10~), python3-pkg-resources, python3:any, libc6 (>= 2.17), libpg-query1504.0
Suggests: python-pglast-doc
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: python
Filename: pool/main/p/pglast/python3-pglast_5.0~dev0+1-1.pgdg+1_arm64.deb
Size: 343000
SHA256: 15a71406689b299d584d327ff7272480b906d2499a9717cec73a51638a9c44ce
SHA1: a699b001333615ef56269f0feb6c9326cc546f24
MD5sum: 69d3877171ad849fe3814cbb7b1e4656
Description: PostgreSQL Languages AST and statements prettifier (Python 3)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This package installs the library for Python 3.
Timestamp: 2023-01-05 17:40:13+00

Package: python3-pglast-dbgsym
Source: pglast
Version: 5.0~dev0+1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 2772
Depends: python3-pglast (= 5.0~dev0+1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglast/python3-pglast-dbgsym_5.0~dev0+1-1.pgdg+1_arm64.deb
Size: 2627276
SHA256: 97032de961482544fe68838f7b48578c869ec09d26015bfaa4dd18a9518c96c7
SHA1: e02b3987749c3b7d625716ff9ebb006b979c1554
MD5sum: 9ea9aba8757644e427c046103a2d0980
Description: debug symbols for python3-pglast
Build-Ids: 8fee050d9dce7d1153abe4ba999038c69a592564 9be7d17f823c3385c589d433dfcf0dec0c3ee913
Timestamp: 2023-01-05 17:40:13+00

Package: python3-rdkit
Source: rdkit (202209.1-1.pgdg+1)
Version: 202209.1-1.pgdg+1+b1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 32378
Depends: fonts-freefont-ttf, rdkit-data, python3 (<< 3.12), python3 (>= 3.11~), python3-numpy (>= 1:1.22.0), python3-numpy-abi9, python3:any, libboost-python1.74.0 (>= 1.74.0), libboost-python1.74.0-py311, libboost-serialization1.74.0 (>= 1.74.0), libc6 (>= 2.34), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.1), libgcc-s1 (>= 3.0), libmaeparser1 (>= 1.3.0), libpython3.11 (>= 3.11.0), librdkit1 (>= 202209.1), libstdc++6 (>= 11)
Suggests: rdkit-doc
Homepage: http://www.rdkit.org
Priority: optional
Section: python
Filename: pool/main/r/rdkit/python3-rdkit_202209.1-1.pgdg+1+b1_arm64.deb
Size: 4084616
SHA256: ff47b3a529adf3559bf69ed6a1041b3c7136a127dc7b8e8833a7bce7cd0811b9
SHA1: ac21de853321dd5f22eb00def3aea5f431e803b2
MD5sum: c2f6e6eebda5ba7d1e9e5d5ce06dcb01
Description: Collection of cheminformatics and machine-learning software
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
Timestamp: 2023-01-05 17:40:13+00

Package: python3-rdkit-dbgsym
Source: rdkit (202209.1-1.pgdg+1)
Version: 202209.1-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 59508
Depends: python3-rdkit (= 202209.1-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/python3-rdkit-dbgsym_202209.1-1.pgdg+1+b1_arm64.deb
Size: 51135616
SHA256: e1a21d024cee5a5b5563f24863d7a1d3b6fb849d8a9c06b0cbed81d61940bf1f
SHA1: 8cad835a69f9dde0813a188e5bf352bb37dff34a
MD5sum: d1f54982015e8bea96064bba83a076cf
Description: debug symbols for python3-rdkit
Build-Ids: 02082a042991c0e26e5b9f66e67a861b92f5bbfd 0d52c1ddd2409ced5f0f5f938a6be578490a77ee 0e3da36b3b65e0c4ccebd3b413c6581a67b5178b 0ebf4bc81d0a3b13f0b7d3b054246e85c62ae8e8 181af963a5cea96839465710e09d46d18c7d17b6 1868f75c6bc451ed4dd8d2391cf25406beef1c2f 22443277248a567a5923709cf6594e70e4342b04 2872cfb609137e04203d28448f5f786d58c9cd45 2a80f3521e7b23fd71e681ed1826be5342a9aa01 325b8ecb50de0017ba4378bde40fa5314e3a871b 38646b6bb836f001114dd72927b5f368a5806a47 480a702a7641b98bd4be63ead81ebca5b5aed7b1 48efb0ffedf66434af8ad57c4b3c0b7c64afbbb6 51f43fcf16e27a65e8cd6e1efc077352d450f0dd 52907adf9a1e94b136cec7fd77e9125eec047763 549dc49745022325fb7d6515c8094eb05e623f81 54e637b189d525f2a3e8c47d6fef0abdb30c55ae 5fef9db293dfacceb50761b08be2a07f3bbebedd 6065f70289db70c69640fe08ad93ff94ec3842f3 60a3f0e5be2c960b08da393da37ec03032d3db41 68cf4f6299de25f6e2186303e8e55fe0d772b681 694ef47b8518c473670932cb6dfd26878086aa91 740e3ea1f34ba589688056d280485db5d389e6c1 753187e3208ade1531db960a801f84f2a81328fb 799c74f59fcb6b79a6da23bc9d0695607656ae03 823c0ff10381b500735f535a60a9c11665bb2cf7 8855235b4632e2c9df0fa7d91201043060bd0e80 892c56e16a18e0d68d07e7b1131a45a15912cb20 8a14c3703edadc367a3765a5c7a015af3f520384 9201d2b3719f7666ed475bd54b5b095e44747a3c 95f5290c19e619570864e1946a7c5be873ab44c8 97a48be3c50c1739f7c002470fe827ccd22c171f 986e7701929d9cf2e1b240574fd95cdfdb5dcc93 a0336ed4d74eb2156052f9eeb8ff78536c061e01 a175111cdc5dee33d7ff9649d9629c0dca5f2ce4 ac05928d76196b8e226a83a5b96e557fae6f415f b129b7a6fc97caa0f8be2608a49528d0b6d76d71 b30ff3d1e2af521169eeb52aa7b9133323065978 b63c35ee95287188fda46ea21093219e9ee8e6e5 babd4eab12ea7f856f56e2d68a298491ae6faf60 be83f90df194e7ae473f53d1739069f36e936724 c086da97db90ac2501f6f12b236b6549bca35e35 c6d37a8dcb9d417509160c124aefbfd003fa4c69 c950fe205d8db9cfba1e333657ef66e350e29793 cdb67804e82dc6241ee3ef706a3e8b3d22e4f6bb dc9544bc5f7a72328382963e6b98492566644c5e e3a278417d663593267a58e45085d86755d9cea1 eaa6fe35f09d496873124e19cb9f2828a5d3ea8d fe869d0616b2a4daecfc842d293265481d9d55cb
Timestamp: 2023-01-05 17:40:13+00

Package: python-pglast-doc
Source: pglast
Version: 5.0~dev0+1-1.pgdg+1
Architecture: all
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 3689
Depends: libjs-sphinxdoc (>= 5.2)
Multi-Arch: foreign
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: doc
Filename: pool/main/p/pglast/python-pglast-doc_5.0~dev0+1-1.pgdg+1_all.deb
Size: 268456
SHA256: 738282dfe3eea3aed7d58db3d3a9ef2c42c9b4fabc818c017ec9671d08af97fe
SHA1: ac272e712a3b228220827acb571880ba14beb691
MD5sum: 6b74b35ed2be22a4e028b859a3070730
Description: PostgreSQL Languages AST and statements prettifier (common documentation)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This is the common documentation package.
Timestamp: 2023-01-05 17:40:13+00

Package: sqlreduce
Version: 1.2-1.pgdg+1
Architecture: all
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 67
Depends: python3:any (>= 3.8), python3-pglast, python3-psycopg2, python3-yaml
Multi-Arch: foreign
Homepage: https://github.com/credativ/sqlreduce
Priority: optional
Section: python
Filename: pool/main/s/sqlreduce/sqlreduce_1.2-1.pgdg+1_all.deb
Size: 15228
SHA256: aaefa3d53aa58bc49b193d8ddf5a3838781333200a4eacb6bb1cf7635e622665
SHA1: 27fd7b57bd63839de70083c9f90071ea441701e3
MD5sum: 03db3dadac01c91f59dc7aa9bebe15e8
Description: Reduce verbose SQL queries to minimal examples
 SQLreduce takes as input an arbitrary SQL query which is then run against a
 PostgreSQL server. Various simplification steps are applied, while checking
 that the simplified query still exhibits the same error from PostgreSQL.
Timestamp: 2023-01-05 17:40:13+00

Package: postgresql-10-snakeoil
Source: pg-snakeoil (1.3-4.pgdg+1)
Version: 1.3-4.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-10, libc6 (>= 2.17), libclamav11 (>= 1.0.0)
Recommends: clamav-freshclam | clamav-data
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-10-snakeoil_1.3-4.pgdg+1+b1_arm64.deb
Size: 9108
SHA256: d8095fd6d61414f74cbdd0be230c27f351d144f998f526e4e11b4a3c6080012b
SHA1: a064584f63e40b48e41ec82b21d037c1d912270c
MD5sum: 13fa835f7f70d8686f79929548736631
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2023-01-09 09:44:09+00

Package: postgresql-10-snakeoil-dbgsym
Source: pg-snakeoil (1.3-4.pgdg+1)
Version: 1.3-4.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-10-snakeoil (= 1.3-4.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-10-snakeoil-dbgsym_1.3-4.pgdg+1+b1_arm64.deb
Size: 14596
SHA256: 965b98eb92eade6d39aecdb7913d4f0ca4d22f8b76447d607fa80777944bcf16
SHA1: 58421e86fe590dbd24f99552d5e2a42a585941d6
MD5sum: 41c329bd1e01e2b80d215c25a40796c0
Description: debug symbols for postgresql-10-snakeoil
Build-Ids: 9b4b9a94fceac1affa152bdbc17c09d32236c316
Timestamp: 2023-01-09 09:44:09+00

Package: postgresql-10-unit
Source: postgresql-unit
Version: 7.7-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 382
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-10-unit_7.7-1.pgdg+1_arm64.deb
Size: 75672
SHA256: 469cf158f1b98eb97ba15143ed201b09609b3108fc7af9d8fdd5408448dc2280
SHA1: f64393c650a9f1fee6cdaefd6047e05aadb4e986
MD5sum: f56cc91a0b7d369634281084a3d03166
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2023-01-09 09:44:09+00

Package: postgresql-10-unit-dbgsym
Source: postgresql-unit
Version: 7.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 81
Depends: postgresql-10-unit (= 7.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-10-unit-dbgsym_7.7-1.pgdg+1_arm64.deb
Size: 59484
SHA256: a93c3115965722426a9749502f97646af9947af54e08084d6afdbab563fa725d
SHA1: cd1c94f147603767a3e126daf88e5321fbe900cb
MD5sum: 083e42723b874d9a56392b3423414614
Description: debug symbols for postgresql-10-unit
Build-Ids: 02bb427245e47001c8a249400f9356fb2228374b
Timestamp: 2023-01-09 09:44:09+00

Package: postgresql-11-snakeoil
Source: pg-snakeoil (1.3-4.pgdg+1)
Version: 1.3-4.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), libclamav11 (>= 1.0.0)
Recommends: clamav-freshclam | clamav-data
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-11-snakeoil_1.3-4.pgdg+1+b1_arm64.deb
Size: 17764
SHA256: 3a0eb10ab41579c7a11212d86bef8bb45ff28bedb4948aa6e78b834e3c7279da
SHA1: ae958bff76154726f1aeee712f907a7d87b4567e
MD5sum: fe2b41248d44a57d127e99eb76a1ba4b
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2023-01-09 09:44:09+00

Package: postgresql-11-snakeoil-dbgsym
Source: pg-snakeoil (1.3-4.pgdg+1)
Version: 1.3-4.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-11-snakeoil (= 1.3-4.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-11-snakeoil-dbgsym_1.3-4.pgdg+1+b1_arm64.deb
Size: 14688
SHA256: 44c1466ced91462559422f40d6b5fffbf1b10b883f8132f244c53c03fc44e483
SHA1: 913d6ca2640b2483a11a35390796c45e2c9cd501
MD5sum: cb4b488718e502ebe7cd892a1bb916a7
Description: debug symbols for postgresql-11-snakeoil
Build-Ids: ccee7166444d323fd6562e504aa55cb68e465a74
Timestamp: 2023-01-09 09:44:09+00

Package: postgresql-11-unit
Source: postgresql-unit
Version: 7.7-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 504
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-11-unit_7.7-1.pgdg+1_arm64.deb
Size: 135628
SHA256: 6eca9f22bbbedeeef470be3ab088d9f962f973453d800f5d5d0a7b6c434fa9ec
SHA1: 06fe9a2d49949cf7f4cf20d6032086216417c9f5
MD5sum: bfbaaa944b52a9ef7fad1d6be2edb6e6
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2023-01-09 09:44:09+00

Package: postgresql-11-unit-dbgsym
Source: postgresql-unit
Version: 7.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 81
Depends: postgresql-11-unit (= 7.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-11-unit-dbgsym_7.7-1.pgdg+1_arm64.deb
Size: 59616
SHA256: f82e638d21d2698cd5d2aa8df8d329f6c6c2e497947b6d82eba9a1beefd26104
SHA1: e6aeee4052e7c43cd3432cfb0c55712a5a059b78
MD5sum: 8e413ab3a83f7a9fcc46c0451611c98c
Description: debug symbols for postgresql-11-unit
Build-Ids: 4602162cfd8aa071980d13dd4136723de6dcfd16
Timestamp: 2023-01-09 09:44:09+00

Package: postgresql-12-snakeoil
Source: pg-snakeoil (1.3-4.pgdg+1)
Version: 1.3-4.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), libclamav11 (>= 1.0.0)
Recommends: clamav-freshclam | clamav-data
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-12-snakeoil_1.3-4.pgdg+1+b1_arm64.deb
Size: 17784
SHA256: a286582d5d1d7002dd2443cd44e63831e0e1cdd72453b127d2a786b37a3bc3e8
SHA1: 8df9b0cee5b5ace48c90c75431311bf16827fab5
MD5sum: 2776fcff5457e5879dbaa9d96174f513
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2023-01-09 09:44:09+00

Package: postgresql-12-snakeoil-dbgsym
Source: pg-snakeoil (1.3-4.pgdg+1)
Version: 1.3-4.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-12-snakeoil (= 1.3-4.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-12-snakeoil-dbgsym_1.3-4.pgdg+1+b1_arm64.deb
Size: 15060
SHA256: b10db42dd55502aa3c3a3cbf431d22c921808f24bf4f395af93793fb1db43d46
SHA1: 1db4c5a2d61b82a53a0f0897ed991868745f1807
MD5sum: 5919596daf14f822c44a9ff23d5ee104
Description: debug symbols for postgresql-12-snakeoil
Build-Ids: 0d61ee8039e8c436208fe13d98a5580bd8449f7a
Timestamp: 2023-01-09 09:44:09+00

Package: postgresql-12-unit
Source: postgresql-unit
Version: 7.7-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 503
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-12-unit_7.7-1.pgdg+1_arm64.deb
Size: 135724
SHA256: 5c0345d88652c20bf50dc17a03f15353a6665fa5fef86af7eca6e7185f4d17e9
SHA1: 588e43917a742cbe5e1057cac166c2b5d70899e9
MD5sum: 36e0d2c5f71374b9d4b5ac79f0ec33fe
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2023-01-09 09:44:09+00

Package: postgresql-12-unit-dbgsym
Source: postgresql-unit
Version: 7.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 81
Depends: postgresql-12-unit (= 7.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-12-unit-dbgsym_7.7-1.pgdg+1_arm64.deb
Size: 59136
SHA256: 4b37257d167303eb1c3f6177c5d9cd1edfe3fe04a201ef7409396406088ef120
SHA1: bedfa764a99d2e192fbc838f557547fed42d7f01
MD5sum: cb95cbb30ddcb743d5bdca485693c33f
Description: debug symbols for postgresql-12-unit
Build-Ids: c5c012d3bb9dd9c858567adae930d030a1c4211a
Timestamp: 2023-01-09 09:44:09+00

Package: postgresql-13-snakeoil
Source: pg-snakeoil (1.3-4.pgdg+1)
Version: 1.3-4.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), libclamav11 (>= 1.0.0)
Recommends: clamav-freshclam | clamav-data
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-13-snakeoil_1.3-4.pgdg+1+b1_arm64.deb
Size: 18036
SHA256: 027421bcb05a794f1c0639612888d3fad35d6c654fde56eeca8463389e8c534d
SHA1: ab4bde8b9bcb6c1f9bfdfaf9568c67273035cb59
MD5sum: b27129571801257db6fb98a93b1605f0
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2023-01-09 09:44:09+00

Package: postgresql-13-snakeoil-dbgsym
Source: pg-snakeoil (1.3-4.pgdg+1)
Version: 1.3-4.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-13-snakeoil (= 1.3-4.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-13-snakeoil-dbgsym_1.3-4.pgdg+1+b1_arm64.deb
Size: 15356
SHA256: f82a6238c1123a0d75ca1686d69a1a6e859fb1a1969f6460b837fef1459305ab
SHA1: 0f955f0135a0075c137c997e1ba3eb2d749360c4
MD5sum: 5b35008bf2b14e8c5acf6f2f353bf07d
Description: debug symbols for postgresql-13-snakeoil
Build-Ids: 8f5f601a0957ea2d18b4cafb2567480faa3699ef
Timestamp: 2023-01-09 09:44:09+00

Package: postgresql-13-unit
Source: postgresql-unit
Version: 7.7-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 503
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-13-unit_7.7-1.pgdg+1_arm64.deb
Size: 136012
SHA256: 08ee9c0288dd94772b14096408a1c73dfb3a9ce03e95279486b98b36f468a9f0
SHA1: 6ce74a61e81386d140496188b33da20c673c51ee
MD5sum: 0074c45ff999efc22d37526b4e1b0b9d
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2023-01-09 09:44:09+00

Package: postgresql-13-unit-dbgsym
Source: postgresql-unit
Version: 7.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 81
Depends: postgresql-13-unit (= 7.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-13-unit-dbgsym_7.7-1.pgdg+1_arm64.deb
Size: 59396
SHA256: 8fc071fb23bf224d1ae603906af1093fa3e8b916c27d89c2ac328978a84a8151
SHA1: fc514312c48985619202747ff4e3c8d498134331
MD5sum: 12668ac6735704f8a55c0baa5dce7d8c
Description: debug symbols for postgresql-13-unit
Build-Ids: fc1d93e3dab247aeefe1df273ddaa11698ebf36d
Timestamp: 2023-01-09 09:44:09+00

Package: postgresql-14-snakeoil
Source: pg-snakeoil (1.3-4.pgdg+1)
Version: 1.3-4.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), libclamav11 (>= 1.0.0)
Recommends: clamav-freshclam | clamav-data
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-14-snakeoil_1.3-4.pgdg+1+b1_arm64.deb
Size: 18148
SHA256: 01102fb8114d12f83c80a9128d14ca9e539ca448a6abba0bd31814d813395015
SHA1: 3f808b94535a90e44ad016b992b46f0279379b8d
MD5sum: 2e3cacb822005e27b92ac1ff06e42619
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2023-01-09 09:44:09+00

Package: postgresql-14-snakeoil-dbgsym
Source: pg-snakeoil (1.3-4.pgdg+1)
Version: 1.3-4.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-14-snakeoil (= 1.3-4.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-14-snakeoil-dbgsym_1.3-4.pgdg+1+b1_arm64.deb
Size: 15496
SHA256: 53ccbe47594f9f153d2f6120263e60902d219fb78d704d430ea4fa10701aea11
SHA1: 5c8554a59c7763d56bcaf8405ef3ff73139d2101
MD5sum: 450fa2d39b87a3c6ca50c00d78affd23
Description: debug symbols for postgresql-14-snakeoil
Build-Ids: 87ed94373ea0db7ea2fa5c052890cf17562eb539
Timestamp: 2023-01-09 09:44:09+00

Package: postgresql-14-unit
Source: postgresql-unit
Version: 7.7-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 504
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-14-unit_7.7-1.pgdg+1_arm64.deb
Size: 136052
SHA256: 45e7900a46bffcbec7870174f710c158e8c162314909fde0ced37a1ae94fcc95
SHA1: 8884252b9cec52a0d9e99c74b179da51d5b69ee0
MD5sum: b1385473c8284a22a58727a7246039df
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2023-01-09 09:44:09+00

Package: postgresql-14-unit-dbgsym
Source: postgresql-unit
Version: 7.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 80
Depends: postgresql-14-unit (= 7.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-14-unit-dbgsym_7.7-1.pgdg+1_arm64.deb
Size: 58788
SHA256: 3e71ba6f0e0d272500c1564f5cce1c26aff535a0e148f94e23120c84a5b3fa23
SHA1: b44b1a23d1e6217825b15c684e765d363a968b43
MD5sum: 3c2ad1870a1023916f428bda95f48ba1
Description: debug symbols for postgresql-14-unit
Build-Ids: 9941be2eb662df8a71eaaf6c9c2fc10ed0ed4262
Timestamp: 2023-01-09 09:44:09+00

Package: postgresql-15-snakeoil
Source: pg-snakeoil (1.3-4.pgdg+1)
Version: 1.3-4.pgdg+1+b1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), libclamav11 (>= 1.0.0)
Recommends: clamav-freshclam | clamav-data
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-15-snakeoil_1.3-4.pgdg+1+b1_arm64.deb
Size: 18176
SHA256: 6084a5dff0446c10f27aa2503f1a5e73f843ee3283e741b80d591d9d72ddac33
SHA1: d250714fcdb537f365a425b5a57a46c72a152dfb
MD5sum: 7ae79b5fe8e81ba546f9e826308d782d
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2023-01-09 09:44:09+00

Package: postgresql-15-snakeoil-dbgsym
Source: pg-snakeoil (1.3-4.pgdg+1)
Version: 1.3-4.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-15-snakeoil (= 1.3-4.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-15-snakeoil-dbgsym_1.3-4.pgdg+1+b1_arm64.deb
Size: 14904
SHA256: 1135fa47e2423b564a8f616a5e6dbe67bad29f802b1901718860853154838253
SHA1: 44a00433703b62ae7ba9c516602a9ce5c94d92bf
MD5sum: 49ba9e744bd8f090b6af520b96a9ec04
Description: debug symbols for postgresql-15-snakeoil
Build-Ids: 004d1223453e2a0c5e95214717a380df0ce85f0b
Timestamp: 2023-01-09 09:44:09+00

Package: postgresql-15-unit
Source: postgresql-unit
Version: 7.7-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 504
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-15-unit_7.7-1.pgdg+1_arm64.deb
Size: 135852
SHA256: 51abbe98c6c513550e9113f1f3718b4aea627d8977bc8a18f90cd8bba62396bf
SHA1: 99347e6fb56f1b8721faa97dafa363aa7f85f3db
MD5sum: 26e9171f6cfaa5fe39c1b7c6283b36a5
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2023-01-09 09:44:09+00

Package: postgresql-15-unit-dbgsym
Source: postgresql-unit
Version: 7.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 80
Depends: postgresql-15-unit (= 7.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-15-unit-dbgsym_7.7-1.pgdg+1_arm64.deb
Size: 58112
SHA256: 43aa7169fd6274ef2899010cdc16afc8e2051804ebcf6ed3c5b68e181c2d7ed0
SHA1: e419c37ce83d579e51759cb9a29b0c85a126cf6c
MD5sum: e7f0d875f3716198900965a5669ef76c
Description: debug symbols for postgresql-15-unit
Build-Ids: 41ccfa75975579f1604828ee1856cc11b4a9d1bc
Timestamp: 2023-01-09 09:44:09+00

Package: barman
Version: 3.4.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 77
Depends: python3-barman (= 3.4.0-1.pgdg+1), python3-pkg-resources, adduser, rsync (>= 3.0.4~), python3:any
Recommends: openssh-server, openssh-client, postgresql-client
Suggests: barman-cli, repmgr
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman_3.4.0-1.pgdg+1_all.deb
Size: 41780
SHA256: 21a91e53dd83cd9175c7036892325a5dc5f8ac5e1f37853407e3c8df26f93fc6
SHA1: 650e05436d169fa6d15d3036fd81ca4a42343539
MD5sum: ee136c13f8fa0894e5b62e912eb39f74
Description: Backup and Recovery Manager for PostgreSQL
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides barman binary.
Timestamp: 2023-01-27 10:25:59+00

Package: barman-cli
Source: barman
Version: 3.4.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 19
Depends: python3-barman (= 3.4.0-1.pgdg+1), python3-pkg-resources, rsync (>= 3.0.4~), python3:any
Recommends: openssh-client, barman-cli-cloud
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli_3.4.0-1.pgdg+1_all.deb
Size: 6928
SHA256: cc501ce3a1e6eac22bc26e137d1e27eab8cbf3a95ec9e7d361e99592a4c35fe7
SHA1: c906abcd79db6bb80d7898fb4c7161b79fd04d05
MD5sum: 46fa4400a453c4f8c1fdb3bcdbbe8bfa
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 organization 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.
Timestamp: 2023-01-27 10:25:59+00

Package: barman-cli-cloud
Source: barman
Version: 3.4.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 48
Depends: python3-barman (= 3.4.0-1.pgdg+1), python3-pkg-resources, rsync (>= 3.0.4~), python3:any, python3-boto3
Breaks: barman-cli (<< 2.10-3~~)
Replaces: barman-cli (<< 2.10-3~~)
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli-cloud_3.4.0-1.pgdg+1_all.deb
Size: 26092
SHA256: 9915bdab33773eaca5d0a93e05d5688d8502c4d686e57bf9a6e615703afb648f
SHA1: ab1692a4d9d8723e8bcf0fb9d36d779a242975c9
MD5sum: 69ecb9e85fa5560752e483570b690aac
Description: Cloud 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 organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli-cloud package contains cloud client utilities for the
 integration of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by 2ndQuadrant.
Timestamp: 2023-01-27 10:25:59+00

Package: python3-barman
Source: barman
Version: 3.4.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1292
Depends: python3-argcomplete, python3-dateutil, python3-psycopg2, python3:any
Breaks: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Replaces: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Homepage: http://www.pgbarman.org
Priority: optional
Section: python
Filename: pool/main/b/barman/python3-barman_3.4.0-1.pgdg+1_all.deb
Size: 202668
SHA256: 4d294498e6b20f6151b12e2fbee581fbbd2013d4a0047af2d2802b81165e5b40
SHA1: c2490a5603f3d3c280590e8cf3bb7247a5e3542a
MD5sum: bc8c7ca2a82ae97f8f630ff1125ce824
Description: Backup and Recovery Manager for PostgreSQL - Python modules
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides Python 3 modules only.
Timestamp: 2023-01-27 10:25:59+00

Package: pgbackrest
Version: 2.44-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1015
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.34), liblz4-1 (>= 0.0~r127), libpq5, libssl3 (>= 3.0.0), libxml2 (>= 2.7.4), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc, check-pgbackrest
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.44-1.pgdg+1_arm64.deb
Size: 344428
SHA256: b89e203fe9a66df337cf0c1ba732c0461b18c361d4e7f79d55f8ca2ae1028939
SHA1: 2fd3cb5baeda2fde3230b0848e12eb7f9e821e87
MD5sum: c239ff05822b175831bd5ddde3581c30
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.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2023-01-31 12:11:13+00

Package: pgbackrest-dbgsym
Source: pgbackrest
Version: 2.44-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1247
Depends: pgbackrest (= 2.44-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.44-1.pgdg+1_arm64.deb
Size: 1152908
SHA256: ce1c7ad025c30b198ce2290a611452329ee40d9ef17e1a8a1b22e5bedb24f6f8
SHA1: c22bc4a1b5222b47a735d36cc284fd28fdf9b090
MD5sum: c5922d877b9795809f5d82942cc0b7d0
Description: debug symbols for pgbackrest
Build-Ids: f32fa7d462eae1f878344b85898e899ad646c776
Timestamp: 2023-01-31 12:11:13+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.44-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1617
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.44-1.pgdg+1_all.deb
Size: 121016
SHA256: 5e771d4b441356fc74665e12bbe003306eb5a6364928f1c2511343c28ea677da
SHA1: fce1dda637b0c952f8643e234b5eb8ae1cab1af4
MD5sum: 9fa48b3b11fdcad0b6b09d176bf16085
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2023-01-31 12:11:13+00

Package: pgqd
Version: 3.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: lsb-base, postgresql-common, libc6 (>= 2.34), libevent-2.1-7 (>= 2.1.8-stable), libpq5
Conflicts: skytools3-ticker (<< 3.3)
Replaces: skytools3-ticker
Homepage: https://github.com/pgq/pgqd
Priority: optional
Section: database
Filename: pool/main/p/pgqd/pgqd_3.5-1.pgdg+1_arm64.deb
Size: 30556
SHA256: 049ffb426897f9c23f54f1491f05924330604540db29fa3c45ccb28c71663235
SHA1: 1d576cf256df2b6412ad417c48e4d163e3cde966
MD5sum: a692d65f6e68ff20be35b59f23a2462a
Description: Queue maintenance daemon for PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the queue maintenance daemon pgdq.
Timestamp: 2023-02-02 21:38:24+00

Package: pgqd-dbgsym
Source: pgqd
Version: 3.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: pgqd (= 3.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgqd/pgqd-dbgsym_3.5-1.pgdg+1_arm64.deb
Size: 85016
SHA256: 842db56bfcc2a82d0e11506caa1dcaf84b3985ae8d998ec9b5b3632919cdca9d
SHA1: 95d9e66c072cad173d7d66cb8282b34f50404b8a
MD5sum: 3d43c4bb9cace5c03102106253cda388
Description: debug symbols for pgqd
Build-Ids: 2d28073c6e4e31ba268e164e3a871dcf0cab3fc3
Timestamp: 2023-02-02 21:38:24+00

Package: postgresql-10-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 91
Depends: postgresql-10, libc6 (>= 2.17), postgresql-10-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-10-pgauditlogtofile_1.5.11-1.pgdg+1_arm64.deb
Size: 10336
SHA256: ae2f82ddfac71814ee0076ae1583e38fae45abf99248b54eae9d951ea3f0c9cf
SHA1: e52760013d0e521e740e7c69a5c0383fd348f8de
MD5sum: 388c989c8856358cf6374cd7dd89278f
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2023-02-02 21:38:24+00

Package: postgresql-10-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-10-pgauditlogtofile (= 1.5.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-10-pgauditlogtofile-dbgsym_1.5.11-1.pgdg+1_arm64.deb
Size: 25604
SHA256: 760d2144c8fa96bb8d63f87ba06ebfdcfb142fbeec38d69034aae963a37d8948
SHA1: 2f5facd92c595a1d78e9b1b5d953d176591ebabd
MD5sum: 1878230c7072aba8bf26c562590ae2e8
Description: debug symbols for postgresql-10-pgauditlogtofile
Build-Ids: 4b39162308ad70cb9e4e18af69ed84628cb1f755
Timestamp: 2023-02-02 21:38:24+00

Package: postgresql-11-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-11-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile_1.5.11-1.pgdg+1_arm64.deb
Size: 29460
SHA256: d6a73e7415037efde2826499ab04d96aa454958f9c231201801966dd2c2d8ebb
SHA1: 54eee993c62693c2a0aec0728f53f98bce791963
MD5sum: b12e004d681324951b9597bb14416f80
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2023-02-02 21:38:24+00

Package: postgresql-11-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-11-pgauditlogtofile (= 1.5.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile-dbgsym_1.5.11-1.pgdg+1_arm64.deb
Size: 25936
SHA256: 43f2145f9a1fed76ca4f7e1f098ba2c55b438b0c4e2a340c2e610f5cbbc78f87
SHA1: 3a2c6696e09e6afca49c7c5bec0af867ba966517
MD5sum: 534890e395b6ce7da334ed6e0ed6d907
Description: debug symbols for postgresql-11-pgauditlogtofile
Build-Ids: 2ee1ff69284345c5573a4521e90f39aab8ff987d
Timestamp: 2023-02-02 21:38:24+00

Package: postgresql-12-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-12-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile_1.5.11-1.pgdg+1_arm64.deb
Size: 29228
SHA256: 5ae061044b3ed642aa92b1fa6e5d4863210cad58d2afda044843fcba54bf3e3b
SHA1: 58522de22b2106e85244ad2ecdbdbaba597dcad2
MD5sum: b1083f61888825b4ffd0d6844031c6a9
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2023-02-02 21:38:24+00

Package: postgresql-12-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-12-pgauditlogtofile (= 1.5.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile-dbgsym_1.5.11-1.pgdg+1_arm64.deb
Size: 25880
SHA256: 42ab60636a636319dfb013f54a2246828f2733b3b63ad720c68253d1c1ea5ddb
SHA1: a2003ccad00115cfd11f31e581d330c3f569d84e
MD5sum: 508de6e7fb569705e53ae350f4538310
Description: debug symbols for postgresql-12-pgauditlogtofile
Build-Ids: 1909feea09f6c9714ab2fe202ed7442627ecdda7
Timestamp: 2023-02-02 21:38:24+00

Package: postgresql-13-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-13-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile_1.5.11-1.pgdg+1_arm64.deb
Size: 29160
SHA256: 3545d5a348437c6bf040a3175e1e8b922ed4f519b045a427d18eb527575185da
SHA1: e8f05de1a3b205639b0222713e9b35bad004a041
MD5sum: 33ded53715f62bbb24fbf7a667a4d6cc
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2023-02-02 21:38:24+00

Package: postgresql-13-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-13-pgauditlogtofile (= 1.5.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile-dbgsym_1.5.11-1.pgdg+1_arm64.deb
Size: 25976
SHA256: e118d27c837b512cd8cc3515decc777528ef2a2a971312162f6205a153dda9e8
SHA1: ba2a7708b7bb45db350e4bdffc3214359dbde03f
MD5sum: cde9e3bf836119ebd9dfea4116330673
Description: debug symbols for postgresql-13-pgauditlogtofile
Build-Ids: 7dfed0ee2ce398c62867d627024c31eb136459bc
Timestamp: 2023-02-02 21:38:24+00

Package: postgresql-14-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-14-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile_1.5.11-1.pgdg+1_arm64.deb
Size: 29176
SHA256: e7f2073398d3c9cdd6225a4ffb26e60a1a912eec6596eaad91aa7da9e24dbf86
SHA1: dd5bdf69fa43789882e75954222742a6dbaefac1
MD5sum: 58e276f908da2621882cd20812e3e32d
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2023-02-02 21:38:24+00

Package: postgresql-14-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-14-pgauditlogtofile (= 1.5.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile-dbgsym_1.5.11-1.pgdg+1_arm64.deb
Size: 26452
SHA256: 2d0ddffc8a9e0af41724fb903a1833df48e6363ae1e9d222e3de6d1033f149bf
SHA1: e550ec0e19eebe1144219c5826d783efcc0680cf
MD5sum: 94cd54dbec40acc9a9bfe0771b34771f
Description: debug symbols for postgresql-14-pgauditlogtofile
Build-Ids: 9cb9da2bec99a036d87e2b5e1e8c223a1d0b01b4
Timestamp: 2023-02-02 21:38:24+00

Package: postgresql-15-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-15-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile_1.5.11-1.pgdg+1_arm64.deb
Size: 29452
SHA256: 558f2afff1147c855ecb4d96179eaaa73843db3c167016b5c17e3625b31719b7
SHA1: 565c30bb6c77631d2fe8bd853c52d1c2ecab4254
MD5sum: 51076ba624f15a0d2c06abd30218d2cd
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2023-02-02 21:38:24+00

Package: postgresql-15-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-15-pgauditlogtofile (= 1.5.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile-dbgsym_1.5.11-1.pgdg+1_arm64.deb
Size: 26800
SHA256: d638b2c38e3cca96803c0572cb75d67358aa5f713c892bdd8b5c8d92c09ac9a5
SHA1: 43090d23c156424c5f7781f10151aa13bcd9dab2
MD5sum: 8719efaaaf10027ca271d5b198a79673
Description: debug symbols for postgresql-15-pgauditlogtofile
Build-Ids: 20ca6041370a9179c68dbdfbd5ab8e9f5623f3c8
Timestamp: 2023-02-02 21:38:24+00

Package: python3-londiste
Source: londiste
Version: 3.11-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 261
Depends: python3-pgq, python3-skytools (>= 3.7.0), python3:any, python3-yaml
Conflicts: skytools3
Replaces: skytools3
Provides: londiste3
Homepage: https://github.com/pgq/londiste
Priority: optional
Section: python
Filename: pool/main/l/londiste/python3-londiste_3.11-1.pgdg+1_all.deb
Size: 49980
SHA256: c6eb4bf6f7a1220078e609c87bfe82b223ac8a5396a03ba69042409c66eb8483
SHA1: b4e1fab9a42646061cc21deb5c39ccbedf288439
MD5sum: 53adfb6623a7464cb44ba03b26422f1e
Description: Database replication for PostgreSQL based on PgQ
 Londiste is a PostgreSQL database replication tool written in Python, using
 PgQ as event transport. It is part of the Skytools toolkit.
Timestamp: 2023-02-02 21:38:24+00

Package: python3-pgq
Source: python-pgq
Version: 3.7.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: python3-skytools, python3:any
Homepage: https://github.com/pgq/python-pgq
Priority: optional
Section: python
Filename: pool/main/p/python-pgq/python3-pgq_3.7.1-1.pgdg+1_all.deb
Size: 30764
SHA256: e7006fac101cb97e9e4fd2ec78cfb4e8c15085db5f399c627c30e1129b112285
SHA1: 4f6f85c878191081c40d85025ba65cafff40c367
MD5sum: d934b096a913fcc46d7da00e41f501aa
Description: PgQ queue processing for Python
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the Python3 module.
Timestamp: 2023-02-02 21:38:24+00

Package: python3-psycopg2
Source: psycopg2
Version: 2.9.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Installed-Size: 503
Depends: python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.17), libpq5 (>= 10~~)
Suggests: python-psycopg2-doc
Homepage: http://initd.org/projects/psycopg
Priority: optional
Section: python
Filename: pool/main/p/psycopg2/python3-psycopg2_2.9.5-1.pgdg+1_arm64.deb
Size: 116928
SHA256: ff776b9c7542165ea3734afa29fd4143affad265e486cf30975e08b2db19e901
SHA1: 574ae4d18fb5bb0ded423a34ab2b1e0f1fa49030
MD5sum: c152ad936586f336cab2af6fcf785274
Description: Python 3 module for PostgreSQL
 psycopg is a PostgreSQL database adapter for the Python3 programming language
 (just like pygresql and popy.) This is version 2, a complete rewrite of the
 original code to provide new-style classes for connection and cursor objects
 and other sweet candies. Like the original, psycopg 2 was written with the
 aim of being very small and fast, and stable as a rock.
 .
 psycopg is different from the other database adapter because it was designed
 for heavily multi-threaded applications that create and destroy lots of
 cursors and make a conspicuous number of concurrent INSERTs or UPDATEs.
 psycopg 2 also provides full asynchronous operations for the really brave
 programmer.
 .
 The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0
 and being thread safe at level 2. It also includes some extensions to the
 standard DBAPI-2.0 to allow for better thread performance.
Timestamp: 2023-02-02 21:38:24+00

Package: python3-psycopg2-dbgsym
Source: psycopg2
Version: 2.9.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Installed-Size: 296
Depends: python3-psycopg2 (= 2.9.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/psycopg2/python3-psycopg2-dbgsym_2.9.5-1.pgdg+1_arm64.deb
Size: 257896
SHA256: 60d5fc0646364ebd33c2009edd993d3e3ee3ef73e453bb46879a518871482fa1
SHA1: aacafdba9ce5e88a0859fcbbb7caf41a0b20ed59
MD5sum: 636571c4efb65ca5e2ce8e20c0eaa3e7
Description: debug symbols for python3-psycopg2
Build-Ids: 0158eeb8369ab4b3aee568686b683fd77eb85f1e
Timestamp: 2023-02-02 21:38:24+00

Package: python3-skytools
Source: python-skytools
Version: 3.8.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 413
Depends: python3 (>= 3~), python3:any, libc6 (>= 2.17), python3-psycopg2
Homepage: https://github.com/pgq/python-skytools
Priority: optional
Section: python
Filename: pool/main/p/python-skytools/python3-skytools_3.8.1-1.pgdg+1_arm64.deb
Size: 69680
SHA256: 30dbc5a26571325501975de7bd58322b27663b5cec47f3c966286d06a9a68822
SHA1: 55dea70400d993bcbf7fe9e065aea46076a08f3b
MD5sum: 4cbf41b4e141cae82a20c52ce200c185
Description: Skytools Python modules
 This is the low-level utility module split out from the old Skytools
 meta-package. It contains various utilities for writing PostgreSQL database
 scripts.
 .
 Features:
  * Support for background scripts - daemonizing - logging - config parsing
  * Database tools - tuned connection - DB structure examining - SQL parsing -
    COPY I/O
  * Time utilities - ISO timestamp parsing - datetime to timestamp
  * Text utilities - natural sort - fast urlencode I/O
Timestamp: 2023-02-02 21:38:24+00

Package: python3-skytools-dbgsym
Source: python-skytools
Version: 3.8.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: python3-skytools (= 3.8.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/python-skytools/python3-skytools-dbgsym_3.8.1-1.pgdg+1_arm64.deb
Size: 24216
SHA256: e59d477272198e0a6254b045b852ebe1626a4626b294e21d1ee243afcaa2b759
SHA1: 6e6a1dd2de38d95a4abade790ad4d1f072d1bff2
MD5sum: dad020f189c18050246b86a98df962b8
Description: debug symbols for python3-skytools
Build-Ids: 287cdc298431070e22c77effd4ed97173670e436 f14c2dd99457a837411c1a107b32cb1470829c72
Timestamp: 2023-02-02 21:38:24+00

Package: python-psycopg2-doc
Source: psycopg2
Version: 2.9.5-1.pgdg+1
Architecture: all
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Installed-Size: 1994
Depends: libjs-sphinxdoc (>= 5.2)
Suggests: python3-psycopg2
Multi-Arch: foreign
Homepage: http://initd.org/projects/psycopg
Priority: optional
Section: doc
Filename: pool/main/p/psycopg2/python-psycopg2-doc_2.9.5-1.pgdg+1_all.deb
Size: 314004
SHA256: 8ee5324008639d42dd4540abbc9532a68975de67dba73d90909287bab3cbdf89
SHA1: 8be17920e4402fe8973c7e085bf14b4750f47ce1
MD5sum: 0a6b0b44be3ee9060fe770e58c74243b
Description: Python module for PostgreSQL (documentation package)
 psycopg is a PostgreSQL database adapter for the Python programming language
 (just like pygresql and popy.) This is version 2, a complete rewrite of the
 original code to provide new-style classes for connection and cursor objects
 and other sweet candies. Like the original, psycopg 2 was written with the
 aim of being very small and fast, and stable as a rock.
 .
 psycopg is different from the other database adapter because it was designed
 for heavily multi-threaded applications that create and destroy lots of
 cursors and make a conspicuous number of concurrent INSERTs or UPDATEs.
 psycopg 2 also provides full asynchronous operations for the really brave
 programmer.
 .
 The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0
 and being thread safe at level 2. It also includes some extensions to the
 standard DBAPI-2.0 to allow for better thread performance.
 .
 This package contains the psycopg2 documentation
Timestamp: 2023-02-02 21:38:24+00

Package: skytools3-ticker
Source: pgqd
Version: 3.5-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15
Depends: pgqd
Homepage: https://github.com/pgq/pgqd
Priority: optional
Section: oldlibs
Filename: pool/main/p/pgqd/skytools3-ticker_3.5-1.pgdg+1_all.deb
Size: 3956
SHA256: 2e9e75e584adef6bbff56d5cf5ede5933b1111d96ded3f191a21795259772d50
SHA1: 3ffe480ea328ed5d6bc28959fca327c358310977
MD5sum: 6f2fa53c9d136255102686014c723f62
Description: Transitional package to pull in pgqd
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This transitional package pulls in the pgqd package on upgrades. It can safely
 be removed.
Timestamp: 2023-02-02 21:38:24+00

Package: librdkit1
Source: rdkit
Version: 202209.3-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 18975
Depends: libboost-iostreams1.74.0 (>= 1.74.0+ds1), libboost-python1.74.0 (>= 1.74.0+ds1), libboost-python1.74.0-py311, libboost-serialization1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.34), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.1), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 3.0), libmaeparser1 (>= 1.3.0), libpython3.11 (>= 3.11.0), libstdc++6 (>= 12)
Homepage: http://www.rdkit.org
Priority: optional
Section: libs
Filename: pool/main/r/rdkit/librdkit1_202209.3-1.pgdg+1_arm64.deb
Size: 3734092
SHA256: 9145c40749cb7b6fce6096d668efbac3a8527ba46b4489ee995744e3edea56cd
SHA1: b2731cce66ecfa5621d3f99c2d80b5bea36a82d0
MD5sum: 9fe05a95d6ba533e9b741953992553c0
Description: Collection of cheminformatics and machine-learning software (shared libraries)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the shared libraries.
Timestamp: 2023-02-04 12:02:03+00

Package: librdkit1-dbgsym
Source: rdkit
Version: 202209.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 92963
Depends: librdkit1 (= 202209.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/librdkit1-dbgsym_202209.3-1.pgdg+1_arm64.deb
Size: 90471308
SHA256: df928fd09d2b179592f0119d367f273add2c2c74261afa0219e197086330baac
SHA1: eaaedd66022b67cdf36ed7cf37374f7c9f0bf891
MD5sum: 7325b3cb4d3094393afefa0e520ed7f9
Description: debug symbols for librdkit1
Build-Ids: 01873086191b86baaba3d51ba576888f6daa61d2 024b0c5845e68056f37ec8e05e62525e69666dbe 07386963e925cdd6090f6c2c8af0c575e0e24576 0d2252584e53367de1c9d654f7a83fadeec98c4d 0fc840a87f7f0829a4d39fae06143600b66b545d 1043dcbae7c83a275aa88092505bfc042ac06cd8 1657e52470232d45e5fbec655fa1e9485a60004c 1994f61b5972089651979e6840bb556d70556627 1a3daa791abc9423f3a0db99949ee833fae71ce2 1aaa15873a0ad0e16b12993925a556973889eaae 209aa6ba2b47bd1835f0f331d8ce9e5a8289ecb4 271355194f88c56c496125dea9a7ab5226b2d29e 2d4b22ebeea2a7cc078841083a64d475882cb2a8 304712cab5edf1ad470f09d775316e771e0f1288 3190380bff19a59af73ec89ee969cfbaed4e0df6 383d7d1e28bb91c8f6cd339f7ed8763879c07b67 3ab453aae7140c140615955ce94ac064a9149a69 3c1804ec533172ea36e7c099b83165c58bb31245 3d33c859523fa10e825964110e3bd96ca3fcbb14 3db309691482618c819f615f9ace4fa8b60f58cc 3e01a755b0f2c531920db6b46bb083d2fbc8ca25 4302a885c8eaf795dac8c753febd3525fa2b422b 45ee1d33be33f25301a447d229fbae56cd278ca3 51a9195808acae00581a7b06a639b4bae81b80c1 51c8da1e83127653885268bd259a94815d702067 554e0713465c25921a6e7d177f6b25a10bb2d785 57bdeda768389cb41c9f1bd4d0eadc7d4681be0f 5e34ace5add62d058115e17915c8bd3acbe62f23 62e2ee97aad59aa01f81f10d2a4c80769bad381d 640efab574c9547a065979836433000bab71c82f 7977b5c19b7a25895974c2031b5764075f59e0c7 7d2b6dba6e69fceebb12c9025948453fd9928e8b 7db59263aaf56c8abaad5a7ab7a51c03838c7064 816a78ca9c0cc8098e6f63d41f3dd0ebdedcce51 936c7547656ad6eb4d2c32bab9427b28ec85652f a4644a9b02f114d1f49fc8762a19c054709fd0eb a4e5f6ee6a0e421a7fd65bd6c00021abf53b4c33 a68e31f86282ec8851b5c23c3d8af1b50295883e a7a249ace911f2e10ad2ca23e9be1c70b690cc3e aed6123192b720a89e9a5664eeb5c9b3fda750c0 b2bb9d2009bc71ce486354f4588dddd43aada33a b6bd24a4108aa72ec21f61b28d20044aa50dc2c6 b6cae0cb3db2ca2b7ceb709f7952ac6a8d68b0c3 bc955ab95f5980753abb5a861a2b61de92932275 bd91ae4d8d4f1d410c83826af2a7ba867f7ba554 be88b7c6711b5d4afb205a8f4df4a8ed49865aa5 c6b6a2b2ef02afdebb23832bc841abe70c7aff63 d401cb1d605ead9f4e30405b1591126dc60900f1 d8994dfc665b49cd0b47fdbe3c1df58010692596 dd1dec43e0413d27e044de0d3393590e6e6d9255 ef33d806f602d12dd9e84cdef9f0fa06268d3af6 f0fc6d85ea227bb8203e0adbc97baa5923811972 fd2282f5d342db35bf8a7d123233b292aa4ac2a9 fe5cad679b6ea9d6cda1bef2c5b3aba3908786bf ff86e0e90d2b0d2ebd22e2b0b37da1af668658c4
Timestamp: 2023-02-04 12:02:03+00

Package: librdkit-dev
Source: rdkit
Version: 202209.3-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 2175
Depends: librdkit1 (= 202209.3-1.pgdg+1)
Homepage: http://www.rdkit.org
Priority: optional
Section: libdevel
Filename: pool/main/r/rdkit/librdkit-dev_202209.3-1.pgdg+1_arm64.deb
Size: 381364
SHA256: fd8ba515d933b3a83c54c6b52e978dbfb775507ff2c43afb0d8e57eae2666277
SHA1: 79c1098a2f1c3454297ee349268a5c94aed26813
MD5sum: 8557d963c6c2a2025a06d13036b7d9fb
Description: Collection of cheminformatics and machine-learning software (development files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the header files.
Timestamp: 2023-02-04 12:02:03+00

Package: postgresql-10-rdkit
Source: rdkit
Version: 202209.3-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 426
Depends: postgresql-10, libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202209.3), libstdc++6 (>= 5.2)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-10-rdkit_202209.3-1.pgdg+1_arm64.deb
Size: 172416
SHA256: c2275bd42476ee8a045dd4222332d287d6637307ecf2a541b967e7b1984be90f
SHA1: a785adf04cc7bc48a61e19f48b5e09db0be7ee41
MD5sum: d94335b56d8dcd1421a22da760459698
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2023-02-04 12:02:03+00

Package: postgresql-10-rdkit-dbgsym
Source: rdkit
Version: 202209.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 779
Depends: postgresql-10-rdkit (= 202209.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-10-rdkit-dbgsym_202209.3-1.pgdg+1_arm64.deb
Size: 733672
SHA256: 3f51add16bf0e4e2c1e227c537c4aca2a4392afb522014846109f606e6c02833
SHA1: 6d906161a1eacb411ed41b9e64ab3c572e54316f
MD5sum: 6ac3229db2aed6c316e217791c29f8ca
Description: debug symbols for postgresql-10-rdkit
Build-Ids: 8ad5034e3646e74680b3503fc9513db26695e244
Timestamp: 2023-02-04 12:02:03+00

Package: postgresql-11-rdkit
Source: rdkit
Version: 202209.3-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 885
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202209.3), libstdc++6 (>= 5.2)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-11-rdkit_202209.3-1.pgdg+1_arm64.deb
Size: 373844
SHA256: fe299b05db4b6b8c9d09eea80c2693738b5686b7b24b45bef98c3fdad0646ab3
SHA1: 79598200cfccbf4289f45e0815f9e76f8291d73c
MD5sum: c5bc0e20568b02ca216b130db4bb953f
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2023-02-04 12:02:03+00

Package: postgresql-11-rdkit-dbgsym
Source: rdkit
Version: 202209.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 780
Depends: postgresql-11-rdkit (= 202209.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-11-rdkit-dbgsym_202209.3-1.pgdg+1_arm64.deb
Size: 733848
SHA256: 469c3a07d10d9cd447b260aa3b7af2602941e1e9b5d14243488fb2dfc5291426
SHA1: 3a7b90b80c6d1ad28dbb2a58413938453b41a4bd
MD5sum: 6c10cadf440d4d3b5eeeda52dcd0c2ea
Description: debug symbols for postgresql-11-rdkit
Build-Ids: 45a5dc1b65a23cc1bef778605009798c5411065c
Timestamp: 2023-02-04 12:02:03+00

Package: postgresql-12-rdkit
Source: rdkit
Version: 202209.3-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 886
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202209.3), libstdc++6 (>= 5.2)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-12-rdkit_202209.3-1.pgdg+1_arm64.deb
Size: 374840
SHA256: 3bca25379304d999ac96e4714b8489465812c152b796d528d0079419fc580f9f
SHA1: bdb8ad1c73d49e98d0ef3bf6e4ca6d60080834b0
MD5sum: 46295332bc5d81cf7e87c0ffc212bb4a
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2023-02-04 12:02:03+00

Package: postgresql-12-rdkit-dbgsym
Source: rdkit
Version: 202209.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 782
Depends: postgresql-12-rdkit (= 202209.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-12-rdkit-dbgsym_202209.3-1.pgdg+1_arm64.deb
Size: 735800
SHA256: fa03e8d9a9adfd2bc9e592aed4a36c645f93fc7db9f0579182ab148ef62cf1bd
SHA1: e78437b6c74aca66d4b66954d531e095e16f253b
MD5sum: 64c3fae3e241b6de8fd3a53d0996f249
Description: debug symbols for postgresql-12-rdkit
Build-Ids: e759b750941e94bef9495be6f95cc444e023b4dd
Timestamp: 2023-02-04 12:02:03+00

Package: postgresql-13-rdkit
Source: rdkit
Version: 202209.3-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 887
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202209.3), libstdc++6 (>= 5.2)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-13-rdkit_202209.3-1.pgdg+1_arm64.deb
Size: 375672
SHA256: aa623a0a87cadb18e857dfdfd47e1a563202761f1aca3f4dfa27bb06d7903b35
SHA1: c99e56f863a79faf04c9e2179fb696d28d3807a1
MD5sum: 35ff746d3672e9555c64f4fa714e78e9
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2023-02-04 12:02:03+00

Package: postgresql-13-rdkit-dbgsym
Source: rdkit
Version: 202209.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 782
Depends: postgresql-13-rdkit (= 202209.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-13-rdkit-dbgsym_202209.3-1.pgdg+1_arm64.deb
Size: 736680
SHA256: 0a9581cd63d2c303ab4ce8156a295ef5ace1e947480d8e3d48beee413a69d5ee
SHA1: c62dc50ada42612e503984c40776c6b65b361efb
MD5sum: f9c0ce67c0f9d087d741d19031aa7ecf
Description: debug symbols for postgresql-13-rdkit
Build-Ids: d94aa3335e67751e01a17a17f122d9506c7cafdd
Timestamp: 2023-02-04 12:02:03+00

Package: postgresql-14-rdkit
Source: rdkit
Version: 202209.3-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 889
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202209.3), libstdc++6 (>= 5.2)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-14-rdkit_202209.3-1.pgdg+1_arm64.deb
Size: 376332
SHA256: e44b66c0b96e7c000846f469fc6f7e46b8607cd16e52227f0f418e1d46741ca7
SHA1: f596e04833f395bd1991ab6a5da21ccc2ec15c87
MD5sum: 0386f7dd76e59d2883aee75dbb3ac22f
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2023-02-04 12:02:03+00

Package: postgresql-14-rdkit-dbgsym
Source: rdkit
Version: 202209.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 783
Depends: postgresql-14-rdkit (= 202209.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-14-rdkit-dbgsym_202209.3-1.pgdg+1_arm64.deb
Size: 736888
SHA256: c3f871f93918f1f8d7640a8e1e48bf54964847b35469fda53e15bd8b16718a88
SHA1: 1a1b101a59e2ad72afb99fdba52e8f4a31fe6089
MD5sum: 7fe334a279735915cfb889273d6fa666
Description: debug symbols for postgresql-14-rdkit
Build-Ids: c9cfd42b6a1d64ae888ea37a1692902d45efd18c
Timestamp: 2023-02-04 12:02:03+00

Package: postgresql-15-rdkit
Source: rdkit
Version: 202209.3-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 889
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202209.3), libstdc++6 (>= 5.2)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-15-rdkit_202209.3-1.pgdg+1_arm64.deb
Size: 376396
SHA256: a39aaf72e2aae5b94b3cefeb744921268067fdc9908b59da8b6106c28f2bfa96
SHA1: 3a1f5655e804a372da901bbbea966a2f4b314839
MD5sum: 86ac01a7675a1ef667c24e996fdc2eb2
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2023-02-04 12:02:03+00

Package: postgresql-15-rdkit-dbgsym
Source: rdkit
Version: 202209.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 782
Depends: postgresql-15-rdkit (= 202209.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-15-rdkit-dbgsym_202209.3-1.pgdg+1_arm64.deb
Size: 736060
SHA256: 71ed8641837750c79ccaa016c63090ae667837a54d92e434f05a041c3e306ae8
SHA1: ca999ba4792f52ee60d97429b3494d987b087d5f
MD5sum: 91d456bcef9999a7975fdc22504ef6c7
Description: debug symbols for postgresql-15-rdkit
Build-Ids: 8cb87b62ee5ba12357cec49c60fca3b82de822f4
Timestamp: 2023-02-04 12:02:03+00

Package: python3-rdkit
Source: rdkit
Version: 202209.3-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 32379
Depends: fonts-freefont-ttf, rdkit-data, python3 (<< 3.12), python3 (>= 3.11~), python3-numpy (>= 1:1.22.0), python3-numpy-abi9, python3:any, libboost-python1.74.0 (>= 1.74.0+ds1), libboost-python1.74.0-py311, libboost-serialization1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.34), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.1), libgcc-s1 (>= 3.0), libmaeparser1 (>= 1.3.0), libpython3.11 (>= 3.11.0), librdkit1 (>= 202209.3), libstdc++6 (>= 11)
Suggests: rdkit-doc
Homepage: http://www.rdkit.org
Priority: optional
Section: python
Filename: pool/main/r/rdkit/python3-rdkit_202209.3-1.pgdg+1_arm64.deb
Size: 4086396
SHA256: c4fd5eda7f37737433855d6fc23ab5fbe6b54735079646904ecb1417a5a78ace
SHA1: 6dd1afb5d6ead3232d57d63d0a616cf357cb1d1e
MD5sum: f12f3eea8a0c758141c032895a3b9522
Description: Collection of cheminformatics and machine-learning software
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
Timestamp: 2023-02-04 12:02:03+00

Package: python3-rdkit-dbgsym
Source: rdkit
Version: 202209.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 59507
Depends: python3-rdkit (= 202209.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/python3-rdkit-dbgsym_202209.3-1.pgdg+1_arm64.deb
Size: 51134528
SHA256: 8b65f0e7b740f923cf002bed0ba8aa32c09674d0822c39a95508d5ca3b433e6f
SHA1: 0f4e8ecb20f00e280dbfd79ed35f50aa38fbd9a6
MD5sum: ea2bb490916524b6cc2c9a983eb8cf66
Description: debug symbols for python3-rdkit
Build-Ids: 00f4cf72b96937c5b1f1b87ab1922cbc7e3108cc 0a58a7a8c1a33405958b5af81dd974981a567640 198b28e440060473cadf3992820a90e6614c089b 1da2ba04ccc05c6b2ee70320fc68cadd7684dc3b 232a71051624b74140f4a26a9efa897c8bf07c87 2364358b9972f05fb53780de7a5f6bd327b7d9d9 2a2c551c7c97c7bf2d600f17954c4b3ff791c0ce 2bb236a299b7006c7c0d6b5c1dd1bbb3e39de0da 35fe77b6fbd5d58662f8c8b2f7f8ac7c50e01af7 3ac2d07d5b98e84869d1f6133ab8c82ee185f874 4462445cdf6811ea1f67e72496e5ce0f29147e40 530ff3bd560ad8f554ea1a6ec6efbde5faf98484 54c11ee94c5c089958ae55e59666ddf9539dec12 5548b7eecfd1deebdb8639139c9d0440ba90afc4 558640ac4a6a804dbb174d53077c44f3188fc628 5862834f66ac7bb206d8a9d821031935a19f302a 664e7b625847d85a5c24e64c658a9219b492ae12 6cb525d6ce655926b7aa0b4ac508b0936f8ac7f7 6cd90b72ab72ede01b37c7299eeabc1321cb7ff5 71327d79fbccd4a751adaa7f0ea8dbf4e1886609 7753e3c03a38040a9495433957ba36fa1394c1f2 7b4128a96672464e606b0d6ee35879f6c30515e2 7d4e48afb26d5f04b5615f8b99ff4dd792e879ff 7d9cd9e9ba3e2287a21177b1b6e66016ec3dd696 7e077a1d8bb889b558e0d5ae2e7cf0b55e63cafa 88abb6c47f86a3439661203d73031ec60f1a9d44 a070dce73518ffb0299a7c4d232571966c174dcf aa8ee8d643f3f58cb7ad3f5937fa2b13b1a09e36 ae0fa721afb62b24ef8056545df170250aa067d4 afcb42828a00cf60d1550e136df9a2af662df3c3 b2d0c87c5e8adb6de48c6222490cf1c73014da10 bcdd4ceeb10948ae716150be48b6810eb56ab66c bd962c5e55cfff106cf53be7f87381051b6acfc7 c560cfa199324980f8bc46b78215c1b97098445c c572abb10a10a8892432345ad5302934ac7359e2 c9f511366bbbd4d110e712d0960948ebd885767c caa6344133dee182c12edb2bdcd6667d74a852b2 cc7d21b062886f39dfd9cb6748853abd3796a2c6 d0f7651dde7e49cad2080240c436e4f31973ba77 dcc18afc434d15aa5e844aced33413f7dc2a8c46 e2ae6a1c9bdddf7d21067717484f96dc48b94d34 e4713a82570e473b824271ac0b9b31e4232015e8 e81fa856067315e4101ca11a91e4d44b23ea2219 ec61690a909ff0574b270d9f58a07bb7233af6d6 f28f36e3cb040f80fdb0fc47737f4b044bc5a51e f4386f9efa8409a5ed99ac50cf861d579011e8f4 f49837369ba342555710655a803ec7656b760a08 f851394677088a6a1156dc736ed25124cdba5573 fd5d1e02ad113dac36b1baa9d13e516c865f9b32
Timestamp: 2023-02-04 12:02:03+00

Package: rdkit-data
Source: rdkit
Version: 202209.3-1.pgdg+1
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 59173
Homepage: http://www.rdkit.org
Priority: optional
Section: science
Filename: pool/main/r/rdkit/rdkit-data_202209.3-1.pgdg+1_all.deb
Size: 13100368
SHA256: 9e46e20cac2baa3604f9adc55bed35a854224508e7660636e1ca9b409a62e3ab
SHA1: 254cbe4a2a2093dcb1d6ab01ad874c4f17b3c42e
MD5sum: 7f22e084e2792c0c42f881df222661ba
Description: Collection of cheminformatics and machine-learning software (data files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains data files.
Timestamp: 2023-02-04 12:02:03+00

Package: rdkit-doc
Source: rdkit
Version: 202209.3-1.pgdg+1
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 66671
Homepage: http://www.rdkit.org
Priority: optional
Section: doc
Filename: pool/main/r/rdkit/rdkit-doc_202209.3-1.pgdg+1_all.deb
Size: 6710084
SHA256: 4be5957ea7660fa6d9553442755ed640a77054aa592fb72af95d4b58d1e7db9c
SHA1: 25906a005c8bc6701388d603031451f48284988a
MD5sum: 1627935ccf32f2a5cb23153f261b0169
Description: Collection of cheminformatics and machine-learning software (documentation)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains the documentation.
Timestamp: 2023-02-04 12:02:03+00

Package: pgbouncer
Version: 1.18.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 559
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: lsb-base (>= 3.1), postgresql-common (>= 26), libc-ares2 (>= 1.12), libc6 (>= 2.36), libevent-2.1-7 (>= 2.1.8-stable), libpam0g (>= 0.99.7.1), libssl3 (>= 3.0.0), libsystemd0
Suggests: python3, python3-psycopg2
Enhances: postgresql (>= 7.4)
Homepage: https://www.pgbouncer.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbouncer/pgbouncer_1.18.0-1.pgdg+1_arm64.deb
Size: 198468
SHA256: c812252aec119b4649745d572f8ded5a96ccc09c7f687a824d4e60640abc4e1e
SHA1: 960f36d5685bc83d58df9d0b6712b2ea75d668f3
MD5sum: 861c666dab68259423d6346c80a9653b
Description: lightweight connection pooler for PostgreSQL
 PgBouncer is a lightweight connection pooler for PostgreSQL providing the
 following features:
 .
  * Several different methods of pooling 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.
Timestamp: 2023-02-05 13:21:37+00

Package: pgbouncer-dbgsym
Source: pgbouncer
Version: 1.18.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 532
Depends: pgbouncer (= 1.18.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbouncer/pgbouncer-dbgsym_1.18.0-1.pgdg+1_arm64.deb
Size: 481012
SHA256: 3d18e8e7c9797dc3c8a1eb3b26ad3d5b05a8481810e6f0342c57db912af9570b
SHA1: 836884b75d40f0240c9c03a9365a0e8e1b923b5a
MD5sum: eb09e7bdeddf24d91a549f24a281d338
Description: debug symbols for pgbouncer
Build-Ids: 596feb2e33cb21b27dd17a9614ff325621abce40
Timestamp: 2023-02-05 13:21:37+00

Package: libecpg-compat3
Source: postgresql-11
Version: 11.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg-compat3_11.19-1.pgdg+1_arm64.deb
Size: 19488
SHA256: bbc1df50e4526507537e1d7aeea1c6588a137449dc70400a0599b4fc4fb00e18
SHA1: 96e880381278b0fb80fb8f6730c03f04323cec47
MD5sum: cce59fbb8e75c7ba8107115c0448b51e
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.
Timestamp: 2023-02-09 14:11:16+00

Package: libecpg-compat3-dbgsym
Source: postgresql-11
Version: 11.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 11.19-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-compat3-dbgsym_11.19-1.pgdg+1_arm64.deb
Size: 17240
SHA256: 52a2b21f27bf2fc5f022278d0cad662729f67cad1a34424205b315b22f58e982
SHA1: 2d5f8a5e3acee112e781d4a205eb407a149385f4
MD5sum: 32bb778a36803051869e81d1d0f5f170
Description: debug symbols for libecpg-compat3
Build-Ids: 418cd52e070df9ef9bd2cdfeae172f24e6ff4523
Timestamp: 2023-02-09 14:11:16+00

Package: libecpg-dev
Source: postgresql-11
Version: 11.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1245
Depends: libecpg-compat3 (= 11.19-1.pgdg+1), libecpg6 (= 11.19-1.pgdg+1), libpgtypes3 (= 11.19-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libecpg-dev_11.19-1.pgdg+1_arm64.deb
Size: 226364
SHA256: 134cd82bf6aac1e44a419d381ca5cbb39ca83696cbfeeb5709e03d39e18eee76
SHA1: 5e969fd92c9cbb651d61e2846f5c0830993f113c
MD5sum: e97e918cb211acbfce9f29822b88770d
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).
Timestamp: 2023-02-09 14:11:16+00

Package: libecpg-dev-dbgsym
Source: postgresql-11
Version: 11.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 266
Depends: libecpg-dev (= 11.19-1.pgdg+1)
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-dev-dbgsym_11.19-1.pgdg+1_arm64.deb
Size: 230412
SHA256: 3ae594357163c12a92c16800ae540afd58807f7e4f6814ec43ea83fbc962315c
SHA1: d5f4728485033d8f6f1fedef6f8bcfe5d996c078
MD5sum: 0a12b012a0a69af09cb636e558892a9d
Description: debug symbols for libecpg-dev
Build-Ids: 95fb98b7db778ae3470960d1e02620b958732d32
Timestamp: 2023-02-09 14:11:16+00

Package: libecpg6
Source: postgresql-11
Version: 11.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 484
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg6_11.19-1.pgdg+1_arm64.deb
Size: 86700
SHA256: 9c515930d7dd4b0ea9d5a377e32a8fb58542e1764921567c93863a84a1809ce9
SHA1: 846c5188c60553adb97f69fd7ba0572f6a00c7cf
MD5sum: a640fe219d6b2461d51abca8cf83b943
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.
Timestamp: 2023-02-09 14:11:16+00

Package: libecpg6-dbgsym
Source: postgresql-11
Version: 11.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libecpg6 (= 11.19-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg6-dbgsym_11.19-1.pgdg+1_arm64.deb
Size: 93048
SHA256: 022a69fa1d1491552d5658bbdcc4eb1b33739f91855e4ff86126e47eadc31fa6
SHA1: 134a74205b253ef952f5452f33bd3a37a68ffa87
MD5sum: 273f273fab4a6ef805ac311f9b97a81d
Description: debug symbols for libecpg6
Build-Ids: 1da699fb9dfd9c08dc85f5e6e3bfa1ca94c51a71
Timestamp: 2023-02-09 14:11:16+00

Package: libpgtypes3
Source: postgresql-11
Version: 11.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpgtypes3_11.19-1.pgdg+1_arm64.deb
Size: 40136
SHA256: 7dd76e54e9012f287bffb7c0fedd96b5bf8ca8604b84624bfa855e3caf5b301c
SHA1: 50b565550fbd05fe5c395c7c548f395722819c68
MD5sum: 04315aab6b2635f5314f9321c34f8c68
Description: shared library libpgtypes for PostgreSQL 11
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-02-09 14:11:16+00

Package: libpgtypes3-dbgsym
Source: postgresql-11
Version: 11.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: libpgtypes3 (= 11.19-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpgtypes3-dbgsym_11.19-1.pgdg+1_arm64.deb
Size: 70988
SHA256: 1ac66c5436b47fea972f6cb2e43eb7c98663262881b3eaeb44685cf822039c25
SHA1: cb1f0e7821ed2195d026bd213088b5cb55624cc0
MD5sum: 4debe712a3b2ade6392f5932aa27203b
Description: debug symbols for libpgtypes3
Build-Ids: 21517f687be4aa0c4e2aa65821e0e2957ed638dc
Timestamp: 2023-02-09 14:11:16+00

Package: libpq-dev
Source: postgresql-11
Version: 11.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 693
Depends: libpq5 (= 11.19-1.pgdg+1)
Suggests: postgresql-doc-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libpq-dev_11.19-1.pgdg+1_arm64.deb
Size: 163616
SHA256: 6ab84bf985f0f39f1df88dba73a3cc0e3df656eae5618d80ee270e70d5dd7214
SHA1: f6e987d714623eebf600937d02fe43f32e1378fb
MD5sum: 3459d4a727590f0649e4958bc2e493d2
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.
Timestamp: 2023-02-09 14:11:16+00

Package: libpq5
Source: postgresql-11
Version: 11.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 782
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpq5_11.19-1.pgdg+1_arm64.deb
Size: 165952
SHA256: 33aac5e9527cd896ae3dc796a18fc004b30aa63c5088ec6710e2888e00261fd6
SHA1: 86d8019b551a6284a2a9d187bb93a875d7d6db3f
MD5sum: ae202ccb9b70e9460e9f76e7ee120219
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.
Timestamp: 2023-02-09 14:11:16+00

Package: libpq5-dbgsym
Source: postgresql-11
Version: 11.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libpq5 (= 11.19-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpq5-dbgsym_11.19-1.pgdg+1_arm64.deb
Size: 229372
SHA256: 4c0dd8cbc820eb187426a1645a04d85a6c81179fb1ca49fbeb0d24416bf4fd1a
SHA1: e2e1f37a5571b94f8dda4ea3a88fa8981783fd63
MD5sum: 390334f4356c9409ef70e82b0949e90b
Description: debug symbols for libpq5
Build-Ids: 201e3135d89abbbec752c7a34ed5c85d453d4cf3
Timestamp: 2023-02-09 14:11:16+00

Package: libecpg-compat3
Source: postgresql-12
Version: 12.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg-compat3_12.14-1.pgdg+1_arm64.deb
Size: 19440
SHA256: 8ce2b92308d9320d169ede1a543639069753a6819151704cec775bdd86f0851a
SHA1: 6c7dae884a7e747ccf9c1bc2f943543c3fb24308
MD5sum: 09b60da5be4db8712aaf890ca0010b2b
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.
Timestamp: 2023-02-09 14:09:29+00

Package: libecpg-compat3-dbgsym
Source: postgresql-12
Version: 12.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 12.14-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-compat3-dbgsym_12.14-1.pgdg+1_arm64.deb
Size: 17272
SHA256: c49fd9cbf9c5e0926233787995e3ab5afb700e8eeac31df5121739e10276f1bf
SHA1: c8b36e541d5b9f7c56dfc19dbfb0ff5e260d3a08
MD5sum: dc183bc860dcbc9556e65204cdf6c2f1
Description: debug symbols for libecpg-compat3
Build-Ids: 04e72413c3f54c180af9d904edd226ca5ab7af88
Timestamp: 2023-02-09 14:09:29+00

Package: libecpg-dev
Source: postgresql-12
Version: 12.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1509
Depends: libecpg-compat3 (= 12.14-1.pgdg+1), libecpg6 (= 12.14-1.pgdg+1), libpgtypes3 (= 12.14-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libecpg-dev_12.14-1.pgdg+1_arm64.deb
Size: 268860
SHA256: c40be00b378bea6f04397ff6338a4edeb57e14ae51af4a2012d58c3b5c5f399e
SHA1: 15ca175aee55f6e565f539a19495c7f7b44ae218
MD5sum: 41589c957f599d403779ad084eaa10d9
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).
Timestamp: 2023-02-09 14:09:29+00

Package: libecpg-dev-dbgsym
Source: postgresql-12
Version: 12.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 278
Depends: libecpg-dev (= 12.14-1.pgdg+1)
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-dev-dbgsym_12.14-1.pgdg+1_arm64.deb
Size: 240876
SHA256: 5e3e211e5c1ea4a2b217a8d7b82b77f5657e9cd99d324590450a8f22e641e188
SHA1: a2d2c12be01695b270eb191a31f49852b6eb0a7c
MD5sum: a403edfab7861dc025d920894a01a674
Description: debug symbols for libecpg-dev
Build-Ids: 8a2d9217694bb351f4ca246797940fb10f95d26f
Timestamp: 2023-02-09 14:09:29+00

Package: libecpg6
Source: postgresql-12
Version: 12.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 261
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg6_12.14-1.pgdg+1_arm64.deb
Size: 58860
SHA256: c151d6dc0c6bac587bd064cd8e390a375c4137d3a495238352d45840ead4f96b
SHA1: 010a60f3c95dfbc3d3e8f5bc88d3cbd2375c41ff
MD5sum: 549b515a57663b6b4c709931708c298b
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.
Timestamp: 2023-02-09 14:09:29+00

Package: libecpg6-dbgsym
Source: postgresql-12
Version: 12.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libecpg6 (= 12.14-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg6-dbgsym_12.14-1.pgdg+1_arm64.deb
Size: 112404
SHA256: 2b8d9bcbd5d161ab901569da285d11d078310675b374938531996b33a13c250c
SHA1: 6d182c3c35aaefcacd07fe5f324062900943bc92
MD5sum: 067d480c6b7ff611bf10c592ea6eb156
Description: debug symbols for libecpg6
Build-Ids: c53f740fb6220e819272f0c874a2356524fb19c3
Timestamp: 2023-02-09 14:09:29+00

Package: libpgtypes3
Source: postgresql-12
Version: 12.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpgtypes3_12.14-1.pgdg+1_arm64.deb
Size: 45000
SHA256: 5791596af60ab640f3a5f60e09762bf03c5d40b72d78c786e182826a3f09cee2
SHA1: a37fc863af433b95deeafcca74133712ce89383d
MD5sum: 2615a8eba45d5e89f085a4bf2a43a4fb
Description: shared library libpgtypes for PostgreSQL 12
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-02-09 14:09:29+00

Package: libpgtypes3-dbgsym
Source: postgresql-12
Version: 12.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libpgtypes3 (= 12.14-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpgtypes3-dbgsym_12.14-1.pgdg+1_arm64.deb
Size: 88000
SHA256: e094f076689cd45717f6bfe095fc3aed640773d3c56dd19182685e3e650eb612
SHA1: 0d5a52b9805c721e209950407360cceb83dbefb1
MD5sum: 734aac1b723891e9e38b65304aafa169
Description: debug symbols for libpgtypes3
Build-Ids: 3d62dfb79781eb4b966ad39c117a36032b1ab261
Timestamp: 2023-02-09 14:09:29+00

Package: libpq-dev
Source: postgresql-12
Version: 12.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 588
Depends: libpq5 (= 12.14-1.pgdg+1)
Suggests: postgresql-doc-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libpq-dev_12.14-1.pgdg+1_arm64.deb
Size: 141580
SHA256: e23158b53cec918146e580779cfe245ec44c23da68a43bfba67b526a1894f355
SHA1: 7b43ef538670804763f1797694cc6a8df29373ae
MD5sum: c0da4efe08bce8b830659d6f92a4f797
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.
Timestamp: 2023-02-09 14:09:29+00

Package: libpq5
Source: postgresql-12
Version: 12.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 792
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpq5_12.14-1.pgdg+1_arm64.deb
Size: 174104
SHA256: 2db91f3466a07d0067447c344449a5965c7f19dc21236c7bfc42035a7be5bf3f
SHA1: de9470193018f9bfa1a112677abaff013c0d2f08
MD5sum: d7bd087cf21fd5680acd98d3dfd479ad
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.
Timestamp: 2023-02-09 14:09:29+00

Package: libpq5-dbgsym
Source: postgresql-12
Version: 12.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 283
Depends: libpq5 (= 12.14-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpq5-dbgsym_12.14-1.pgdg+1_arm64.deb
Size: 249684
SHA256: 66032e3007d80fc63e799b87e613ab3d755205495edbda5dee84425cc6b92638
SHA1: 9e3aefb67378c3ed2fde0a326033928a2b7d51f7
MD5sum: 864ed08dd8d22b30c851965b6764d914
Description: debug symbols for libpq5
Build-Ids: 80c9a6105c29b92c717d15c4887188dcae6a2d0b
Timestamp: 2023-02-09 14:09:29+00

Package: libecpg-compat3
Source: postgresql-13
Version: 13.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg-compat3_13.10-1.pgdg+1_arm64.deb
Size: 24896
SHA256: 66d55451a2df12c9ad03fe144d6332be24ecc072e078452f354212b24f0a43b3
SHA1: 7039787325568dd5536e2a500195b7f74fa0147b
MD5sum: cd146c9c32b7a9c9f97f2e454221684b
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.
Timestamp: 2023-02-09 14:08:56+00

Package: libecpg-compat3-dbgsym
Source: postgresql-13
Version: 13.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 13.10-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-compat3-dbgsym_13.10-1.pgdg+1_arm64.deb
Size: 39536
SHA256: 4564ed6ee87d70368a9275d2498104ca3c14f6074043b897f3a847d083c41484
SHA1: 1423380567b0ddea4ba45114a3c701022b96d17b
MD5sum: 95f9f24c2dce8b2d3973ed7a6e163ce9
Description: debug symbols for libecpg-compat3
Build-Ids: f08e19191d7f3d0d8f0d3498a2139f764a748939
Timestamp: 2023-02-09 14:08:56+00

Package: libecpg-dev
Source: postgresql-13
Version: 13.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1510
Depends: libecpg-compat3 (= 13.10-1.pgdg+1), libecpg6 (= 13.10-1.pgdg+1), libpgtypes3 (= 13.10-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libecpg-dev_13.10-1.pgdg+1_arm64.deb
Size: 267812
SHA256: a5fc579b056762b50fc6c2ecbdee9d66c5d399ee3e9317f089043a76187b9c86
SHA1: e5222dab3ff298c92a23f1ebfae6aa59f568708a
MD5sum: 6e0770d79851345b80e041643a59e559
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).
Timestamp: 2023-02-09 14:08:56+00

Package: libecpg-dev-dbgsym
Source: postgresql-13
Version: 13.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 282
Depends: libecpg-dev (= 13.10-1.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-dev-dbgsym_13.10-1.pgdg+1_arm64.deb
Size: 245920
SHA256: 177659516be5c80b23ea24ddc7d96b406c542f0ced074d7896cb0de97c0e1705
SHA1: 97accd9bc8f19313c7437654c4fa060128e5b910
MD5sum: 2e8266934f1c421a1f7c43d98df01f41
Description: debug symbols for libecpg-dev
Build-Ids: 45622b030d2f1305b56fb309db24cf0e04afc079
Timestamp: 2023-02-09 14:08:56+00

Package: libecpg6
Source: postgresql-13
Version: 13.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 261
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg6_13.10-1.pgdg+1_arm64.deb
Size: 58960
SHA256: cf2f60d9dd79fb8770dd8f2e57c72778954aef34c75aa5d0a06af72cb4379fae
SHA1: 02745585f78d04344b64615b80006565f131823a
MD5sum: 14ae51aa2f6e444e04ba28bca0c40f6d
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.
Timestamp: 2023-02-09 14:08:56+00

Package: libecpg6-dbgsym
Source: postgresql-13
Version: 13.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 13.10-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg6-dbgsym_13.10-1.pgdg+1_arm64.deb
Size: 112588
SHA256: f38248ab37cf93fc44d881fa0797009f9188ee9e82653b9aa69479e9bd3ad03b
SHA1: 9e1382d37d766cbfaf29ccba88700c2d9b9e25ae
MD5sum: ba708f4d157053d95a8828c6b23431bf
Description: debug symbols for libecpg6
Build-Ids: 30c08c1531c08389b2f117d944893299044027a7
Timestamp: 2023-02-09 14:08:56+00

Package: libpgtypes3
Source: postgresql-13
Version: 13.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpgtypes3_13.10-1.pgdg+1_arm64.deb
Size: 44916
SHA256: 88379ba9f06cbbb503251dacd718e4c5d58af11fb53af7bb1cec15a27d8c3cc1
SHA1: 31e63d8e632053d8017e87ba12fdd229d63e495f
MD5sum: d29614d2cd94ed0e8f6c285134c79cd7
Description: shared library libpgtypes for PostgreSQL 13
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-02-09 14:08:56+00

Package: libpgtypes3-dbgsym
Source: postgresql-13
Version: 13.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libpgtypes3 (= 13.10-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpgtypes3-dbgsym_13.10-1.pgdg+1_arm64.deb
Size: 88268
SHA256: 1e9fbb515afc9da48f29957fc6d54f2c16649c8ed910040aca2a6ff4d25ae126
SHA1: f88018f46f058ac1aef5c7e9f58918dd79e034c4
MD5sum: 10113b1d41d1175697ba11e754c13426
Description: debug symbols for libpgtypes3
Build-Ids: c9e80a2c0a851816866148f35a91cd629d77a834
Timestamp: 2023-02-09 14:08:56+00

Package: libpq-dev
Source: postgresql-13
Version: 13.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 567
Depends: libpq5 (= 13.10-1.pgdg+1)
Suggests: postgresql-doc-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libpq-dev_13.10-1.pgdg+1_arm64.deb
Size: 137948
SHA256: 91822920e47aea6ee1223221291b08804029017a4e31d18ed6a0b77a792c79e1
SHA1: 62045e7caebaf68fc79eb5735648f50b9c0ac4c3
MD5sum: d279ac9465c913247f32c77899d0a974
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.
Timestamp: 2023-02-09 14:08:56+00

Package: libpq5
Source: postgresql-13
Version: 13.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 787
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpq5_13.10-1.pgdg+1_arm64.deb
Size: 174416
SHA256: d0db57335f51297d021d09ce0f92e6f131345a1a7abe87befcd2f543aa629988
SHA1: 50a0eccbf3a0f07ec93e02965db70d4c2e326092
MD5sum: e605f2fbf061214d8033cad39ea8574e
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.
Timestamp: 2023-02-09 14:08:56+00

Package: libpq5-dbgsym
Source: postgresql-13
Version: 13.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 289
Depends: libpq5 (= 13.10-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpq5-dbgsym_13.10-1.pgdg+1_arm64.deb
Size: 254952
SHA256: 003e21d30a021233c222a412d23fe8177e1996b30b09da0b3aab902b2f388d2d
SHA1: f92de5fe79adb1b4623a295a1c05df407616af43
MD5sum: c38f8254b0a4af9a1ae79d1a90f00e91
Description: debug symbols for libpq5
Build-Ids: aa2a5bd611070db08f1c4be04543015c4a637a92
Timestamp: 2023-02-09 14:08:56+00

Package: libecpg-compat3
Source: postgresql-14
Version: 14.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg-compat3_14.7-1.pgdg+1_arm64.deb
Size: 21448
SHA256: 1849f80d579a6bfa185225d435f53601a4b82ae2c9cee61354477ff0b104ce56
SHA1: 8fb37dd91489aec2726fe11849f37b25bc639378
MD5sum: 5dbd05377b702f01eb100aaae62ca272
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.
Timestamp: 2023-02-09 14:00:49+00

Package: libecpg-compat3-dbgsym
Source: postgresql-14
Version: 14.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 14.7-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-compat3-dbgsym_14.7-1.pgdg+1_arm64.deb
Size: 39624
SHA256: 485ebe9924aafcbbd278d45536ae8d811f7100e42d17e96599c042d6065e4615
SHA1: 14d831ee092b77c08ec7b741ffd7fa55d2fdf61a
MD5sum: 07065364b7db342dc55c9ebb2ef34624
Description: debug symbols for libecpg-compat3
Build-Ids: 03d76a88144ec0d688604f17359d522cf5ba27dc
Timestamp: 2023-02-09 14:00:49+00

Package: libecpg-dev
Source: postgresql-14
Version: 14.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1595
Depends: libecpg-compat3 (= 14.7-1.pgdg+1), libecpg6 (= 14.7-1.pgdg+1), libpgtypes3 (= 14.7-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libecpg-dev_14.7-1.pgdg+1_arm64.deb
Size: 272856
SHA256: ce543319ee8303b1bb38220434809fbf45733b308457b7f7bbadfa6983767ed1
SHA1: b248499b9e1315df9b6313775326fcf5ff8ff30f
MD5sum: 9e781d7d537c7544906046c5d2b6822f
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).
Timestamp: 2023-02-09 14:00:49+00

Package: libecpg-dev-dbgsym
Source: postgresql-14
Version: 14.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 319
Depends: libecpg-dev (= 14.7-1.pgdg+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-dev-dbgsym_14.7-1.pgdg+1_arm64.deb
Size: 270340
SHA256: df2768b8b6ffa2e97af7c6c579b8d67a3605667e44701a572492b7daa43f8e4c
SHA1: c77b2506bdf2becbc7245d7e4ab3744938c15253
MD5sum: 69447a0e06ae6f0096cc523456349c02
Description: debug symbols for libecpg-dev
Build-Ids: 0625648f9d8eddc3fd05852515da9cf626141e4a
Timestamp: 2023-02-09 14:00:49+00

Package: libecpg6
Source: postgresql-14
Version: 14.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 265
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg6_14.7-1.pgdg+1_arm64.deb
Size: 55944
SHA256: 3928dd03d792db8f1d4829218cb11dfb5e205d8a45d48d73729efe4ac33a25d3
SHA1: 0d255a21d6b7231c902e8a5ecba37b858ee435e3
MD5sum: d370b29da59f9d68b73683cd602d72f2
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.
Timestamp: 2023-02-09 14:00:49+00

Package: libecpg6-dbgsym
Source: postgresql-14
Version: 14.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libecpg6 (= 14.7-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg6-dbgsym_14.7-1.pgdg+1_arm64.deb
Size: 112428
SHA256: 09d92ab73ce198ae24a3c2af98f34630db0e9ea6a78f751ba24ebb6e3f4725d2
SHA1: b68b91512aa59f88cdc640d3ec93e6785fdfc654
MD5sum: beb5cc913a18d459cecbbe45978aa840
Description: debug symbols for libecpg6
Build-Ids: b9ea2da76ca12e4d3c047c61d12dbf6a797cae91
Timestamp: 2023-02-09 14:00:49+00

Package: libpgtypes3
Source: postgresql-14
Version: 14.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 165
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpgtypes3_14.7-1.pgdg+1_arm64.deb
Size: 41448
SHA256: 927e55d18d32cfb2b420c52e316253377d96067a80c6f734ff91f96c4b033987
SHA1: e6adf219c47090b01732f7a201650571254e3f62
MD5sum: e2c1f574351ac3b1c7fb44a8b6d50acf
Description: shared library libpgtypes for PostgreSQL 14
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-02-09 14:00:49+00

Package: libpgtypes3-dbgsym
Source: postgresql-14
Version: 14.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 14.7-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpgtypes3-dbgsym_14.7-1.pgdg+1_arm64.deb
Size: 88516
SHA256: 06cb4f84f1f3104bd13339684f96793c2886cd23da64da5c0636e2a356b9564e
SHA1: cb46b54d1655e0ceddbf3ff32c13ff9407f153d4
MD5sum: f4332272b42bd5eb842310c4a06f41e3
Description: debug symbols for libpgtypes3
Build-Ids: 38cceb0b50a169b64f39f9c95ff3deb4666c21b6
Timestamp: 2023-02-09 14:00:49+00

Package: libpq-dev
Source: postgresql-14
Version: 14.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 576
Depends: libpq5 (= 14.7-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libpq-dev_14.7-1.pgdg+1_arm64.deb
Size: 137056
SHA256: 316ec5f0124e0255d455ca95ee78c43e548f77e0f4fa2c47cb962f2da3d59364
SHA1: 543014a23ea1dd030a5b7ae6c152e0cc1471d535
MD5sum: 05430f912a2571532d4a9d2d117b3a00
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.
Timestamp: 2023-02-09 14:00:49+00

Package: libpq5
Source: postgresql-14
Version: 14.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 813
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpq5_14.7-1.pgdg+1_arm64.deb
Size: 167160
SHA256: affae2a13a47bd42ffe75236efb4393faad167704fb2a6f75ccd43cbcf28e542
SHA1: fad15fb176baa29f3d04573c3fa5c12acb1dc968
MD5sum: bcd1ffbe9b8638082e64de128b9cb4a8
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.
Timestamp: 2023-02-09 14:00:49+00

Package: libpq5-dbgsym
Source: postgresql-14
Version: 14.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 303
Depends: libpq5 (= 14.7-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpq5-dbgsym_14.7-1.pgdg+1_arm64.deb
Size: 268084
SHA256: 1e2452e8e67005f828521bf689ad0ee5b50620c8344d3dd28694082a7fa3a8fb
SHA1: 9a69d29dc9189e4ca30bcfb124639d231c3244ae
MD5sum: 27743965e42c206886ff9cc1a829baee
Description: debug symbols for libpq5
Build-Ids: 52303ef64e7b77dc26d1ffb7f6ce8b5ea70d8786
Timestamp: 2023-02-09 14:00:49+00

Package: libecpg6
Source: postgresql-15
Version: 15.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 268
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-15/libecpg6_15.2-1.pgdg+1_arm64.deb
Size: 54320
SHA256: 716e4d4db65229f4900f6fdec995d5013cd01409803a396e1c1514a7324d7fb8
SHA1: bb76b12716bde5ce85287c6a7d5db732462a8122
MD5sum: ad110e7e40dfa6688fbadb07ce37707e
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.
Timestamp: 2023-02-09 14:16:02+00

Package: libecpg6-dbgsym
Source: postgresql-15
Version: 15.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 15.2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/libecpg6-dbgsym_15.2-1.pgdg+1_arm64.deb
Size: 113660
SHA256: a0357dcd59f040cc438ee630bc6bfb82912611e634dc1aeac08d5ed9762b9c93
SHA1: 22511fbab9f81e4ec217be3699e273c021e5ff22
MD5sum: eed1c5fe115afa4744bf51be073ebc59
Description: debug symbols for libecpg6
Build-Ids: 39996cccef2db53cf6ccdab7e8dfbbfb3def0f75
Timestamp: 2023-02-09 14:16:02+00

Package: libecpg-compat3
Source: postgresql-15
Version: 15.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-15/libecpg-compat3_15.2-1.pgdg+1_arm64.deb
Size: 18480
SHA256: ef0de7006dfa7da78313f22446165fe24becb040bf141e8480cddabd1b708443
SHA1: 148f77d625ea9404f28db870ffb7b0c3d96ae321
MD5sum: 87e66f7c93f46d3549b19e3cd191dd4a
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.
Timestamp: 2023-02-09 14:16:02+00

Package: libecpg-compat3-dbgsym
Source: postgresql-15
Version: 15.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 15.2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/libecpg-compat3-dbgsym_15.2-1.pgdg+1_arm64.deb
Size: 38904
SHA256: d0e2e241525ad8a8ba54321b3094ee31c1e9782b7960ccbfa4ef0a34beb46f93
SHA1: 26e33c821c36a291748798065f195ad41f3e6e90
MD5sum: 6c5116d1636536b81acd243f82495a2e
Description: debug symbols for libecpg-compat3
Build-Ids: 3a28217a6f940beab25c0304b4ece884c6f83412
Timestamp: 2023-02-09 14:16:02+00

Package: libecpg-dev
Source: postgresql-15
Version: 15.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1620
Depends: libecpg-compat3 (= 15.2-1.pgdg+1), libecpg6 (= 15.2-1.pgdg+1), libpgtypes3 (= 15.2-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/libecpg-dev_15.2-1.pgdg+1_arm64.deb
Size: 276076
SHA256: 178ca0fc89909bac055d9698cb066258c308df1103f9b799813e27e829c95099
SHA1: a216e715eedd0894c3729dc63fa1b77858fbe4d7
MD5sum: fc36c07a3945a707c36a65c91c1eefe5
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).
Timestamp: 2023-02-09 14:16:02+00

Package: libecpg-dev-dbgsym
Source: postgresql-15
Version: 15.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 320
Depends: libecpg-dev (= 15.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/libecpg-dev-dbgsym_15.2-1.pgdg+1_arm64.deb
Size: 274236
SHA256: fb8ae1620a1461129bc9a99c00589cf1bd987ccae7bf069505d0a36aeb26d85e
SHA1: fc0b32cfe0d743033cce444d1b7a610e11709fc5
MD5sum: f37aaf6567480ed016e8bc9f76c0779f
Description: debug symbols for libecpg-dev
Build-Ids: d4c2bc40a959c4a9ec324b0944bd3315c519f206
Timestamp: 2023-02-09 14:16:02+00

Package: libpgtypes3
Source: postgresql-15
Version: 15.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 160
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-15/libpgtypes3_15.2-1.pgdg+1_arm64.deb
Size: 38656
SHA256: 884fb7833f1b3e800f9bd13aed2b116284e6daef44b824eb8aa13b6fb9ff562b
SHA1: f36d8b379f3a157de51a6745be3eecab37189f85
MD5sum: b994959fab9d8b4cdadae373bb73fded
Description: shared library libpgtypes for PostgreSQL 15
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-02-09 14:16:02+00

Package: libpgtypes3-dbgsym
Source: postgresql-15
Version: 15.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libpgtypes3 (= 15.2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/libpgtypes3-dbgsym_15.2-1.pgdg+1_arm64.deb
Size: 87712
SHA256: e0a40e5776d100dd60d2c6e54163cc0a867bd6a09b97dedaf7d8df7faa00db2c
SHA1: aa6841534cca91252360d3333567181f7a08a4a7
MD5sum: eb8f3d9ee5d00e955a95396ec699d9ea
Description: debug symbols for libpgtypes3
Build-Ids: 54aceb351a42e50a61ecfa158e9c373ca2c5a5f2
Timestamp: 2023-02-09 14:16:02+00

Package: libpq5
Source: postgresql-15
Version: 15.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 899
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-15/libpq5_15.2-1.pgdg+1_arm64.deb
Size: 178284
SHA256: c3340e73ad67f6a571a0aae375af993569e9f2ff33ce6c714a9b956c29321a90
SHA1: 3395ce6f068c7588498d14ac442433714202023b
MD5sum: f1a782d4099534c511a0b1ef54619d9b
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.
Timestamp: 2023-02-09 14:16:02+00

Package: libpq5-dbgsym
Source: postgresql-15
Version: 15.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 312
Depends: libpq5 (= 15.2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/libpq5-dbgsym_15.2-1.pgdg+1_arm64.deb
Size: 276848
SHA256: eab3211918afcbd988ec075026056c496207b891058985407d3f35fb0d96eb7a
SHA1: 5b5efdbca137b8ae7785a995f471cbcbe3849e7e
MD5sum: 203a9e5197d96c0d0caa7d7fe6abd70a
Description: debug symbols for libpq5
Build-Ids: 1bcae68cde00306595093afd7f3182355e26c315
Timestamp: 2023-02-09 14:16:02+00

Package: libpq-dev
Source: postgresql-15
Version: 15.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 585
Depends: libpq5 (= 15.2-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/libpq-dev_15.2-1.pgdg+1_arm64.deb
Size: 137420
SHA256: 86cc99e8efd9d91401e55488335f9c0bee34fac0c71c961158924679f55e9afa
SHA1: 3302e9aab5542422f36f33f46aa7302d2e9b1f76
MD5sum: e4d9dbfd3a3aeecf84dea9703c601eae
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.
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql
Source: postgresql-common (247.pgdg+1)
Version: 15+247.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15
Depends: postgresql-15
Suggests: postgresql-doc
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_15+247.pgdg+1_all.deb
Size: 10068
SHA256: bdbb7e0e8fb5b85a790e2958c6612c46336725120b99ad6a803506385284f9a3
SHA1: 8b61709e8f4bf4a5f366cbce8791e78cde2e3b7a
MD5sum: d994fb96177699c28f5368bbf50f099b
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.
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-11
Version: 11.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52366
Depends: locales | locales-all, postgresql-client-11, postgresql-common (>= 194~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: postgresql-11-citus (<< 8.0.0.PGDG-2~), postgresql-11-cron (<< 1.1.3-2~), postgresql-11-pgextwlist (<< 1.8-2~), postgresql-11-pglogical (<< 2.2.1-4~), postgresql-11-plsh (<< 1.20171014-3~), postgresql-11-rum (<< 1.3.2-4~), postgresql-11-wal2json (<< 1.0-5~)
Provides: postgresql-11-jit-llvm (= 14), postgresql-contrib-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-11_11.19-1.pgdg+1_arm64.deb
Size: 15457704
SHA256: a712ae170c9d3c02fd6c1850602b47c19af896d09694639ee695d9d1a4128b75
SHA1: af64285eaa9397a8d79b83718a5dcd10ef0fad71
MD5sum: 003c4d43df8cc16d3ba16da799482193
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 11.
Postgresql-Catversion: 201809051
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-11-dbgsym
Source: postgresql-11
Version: 11.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15266
Depends: postgresql-11 (= 11.19-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-11-dbgsym_11.19-1.pgdg+1_arm64.deb
Size: 13734280
SHA256: e2644d514bf776dfbb267915d3f003499eb480efce26911b5faad280c8942e3f
SHA1: 459bfd4ba104ed3cd799a9b1b78d9850dbe14917
MD5sum: 54b61e80c34e3eeb5f6e16ebbe6b3315
Description: debug symbols for postgresql-11
Build-Ids: 0386f441caf4bacd331936d1c5e2b22a06923add 08ee2cd1776cd1cb2c2e2dffe9d1219d909032d6 091e753f8b8cd0c9707046d9985cc002b036b3b6 0b3b06a26322fc3af5ce93a2cd8a0dc1c71b2af7 13d809f35cc5aee079e563c76a848f38c04924f6 157e2201e5242eac4cb25b0a0227cdb4c68de760 180af4016b5f0f45a8fcb523e6f1344677bcc043 1afb4bcab1ea3a680e26cfd22bf967f3fe8ba374 1ef3fb5ae5eb964b4093692f68a02c6c3b94eeca 2000b576d67a58b23842dd09a8ccf2aeb318d412 22b89faaa2f8ebe2248700eacc8d1e375c6faaa7 281473a588ce81a043003768ea4aabde57de5d39 293ed2e8e051ab34b35771e82caf95dc65362298 2954d36e0c980009ba0fee9dd594d0ed3142bd5e 2980e377d75ff61c5d2ec431b603939dac4931d7 2b0c88096405d38869561fcb88c137d846e2af86 2db2f780d20343dfcffe912eb564d1f7b6d940a2 2f839f3c21d0850bedc4a9602f7e5c37dd974527 32a9d680d6448a087a87373c0a29e50b9a815fdd 3452a93863012111ffbe7679382e6359d3a85741 3b0fd60f443bac5f041cef3ff60cde03a79fd2c7 483bbcf2ce761cc46a1bf25b1b3e7a22ba0559a2 4af283a65018a79d23725b5cd7f952e1d35be228 4b79d2b2aec79ca94f8a17a084c2fdc31d034741 4e344bd01c2d1900322c96ff536104abed254bb8 530d12f3b26fae46f252c7fd9600e11db0e6bb53 531eb740beb7b6fe08846ec6f8c46047e0a1c2bd 5323db09c88c5332d6fc15fa37646f3d22b2aafb 550526761dd8126a01837618b79fbd558f386b3f 551ccf13278ab3bda69ead2d8d2dc38e4276e9ee 55f4e861aa662e0db04bde5275d346a6bc7edfd0 5a4ec3fb9e531c56247fb76cd194ff189ec0029d 5b56c1ac4c90c440cab662799ac6df4588e6ff30 5c6685f55eadcf9f932484e8177a1ecf03fc7dba 5d205a71c411eafe2976fc772eb205a22bcde5d9 5d70d8593b608dbdfe7228d312995145d66e7e1f 5e54ca549be6b0f5121323c532047b0796cd42ec 5ef1787db91e8557bc7d41e2cf97327f1c6ca6c5 6035838f16b209e66dcebc56ff5e581bf3fdf5b3 604aab9d9c18c9ed594ab749df6ba1945f9f4357 63404280bd53d5220060b8ba14210fd1ab115914 6844ff33d5bae57497c2609d7aa4a143a759a9b2 6d18ba004074bc0ea5840ec95857f0b6cf5756f4 6d77930578fb4b7d70c50852ca053d6fafba941c 6e23833aee6bfbfa3356da9e5511f1a4b5ff1ab9 6ebf44081ed372bfed503e75521c0578738bf4f5 70bc30463c5a9d4feb0bad82951f7bbd256f2762 73ccbf5ea50d6c940660af67263cabb987424db5 740267c62cadb9eeac4ee1bf545015e7537c8723 76c99756fa268a837abfe0d3be6042c37cebfd9d 7848e0496cd6976c77691e2b68d6b6de781cc1fb 79476f43ad6846b75172a9d521246ecdcb8f0f0c 7aa41fa57f9fb6a03cd0bb9642447bf1cbcf3770 7eb154a5009f7346c5f7a9f33a7522d848afcd75 7f4f4b92622e9ba5ab1234e290306ad522a6757d 7f7dedc34fdcd2a96801c7ce2f723e8526496549 8476c30946beccf1debf1c83eac434eee14d9ae6 8a9c14bb885b49f3f9e4562f632ed9c97c87beb3 8b8fe0e7d2d1fb975cfedb2585555fd8a666bb1a 8c459aff24a614f7bf79f9157327f2949b03c077 8fd0dd4ffe41fb3e93b1f0898e87914cc62c1e2a 962924bebe4fe4a6eed9005aaf4525406ab6a431 978dbcea215f0453a3fdc65717f31a9f925877f2 9adc50704226df111f9cd71b8c8442be930111bb 9e71117a6580c24047d89459f65c9b021c935a40 9fcd9c8fe5a057e85535ab91807b7cc2f1eb1a7d a13059e0985219c4bbceeb6616222b209fab30cb a5c1dddb72efc03a0b1f83119c1ef181e2e8389a a61e081e12fa4e335ddb7326cd843394796ad633 a705a08aacc98775a1acb84ea2cec75786d9c4fe a818d73a5d423586c953a9e2c1e36348ece56eb8 aaa6b60d32cee123728c44b9dfc90733597177e1 ac09f29ee0da245ffd7341846389d392bfbbf95a b76452f46aea0ac08495624e520c34e01dd3d056 bb29fe45790072946a047831fc92f795d1e28a0d bca32ac88e8d5b61c846f99fe7edb041d79fef26 c3910608fac3bb94ad0c01c4270c61d6df31aca3 c69f8e25f3d0e65c1ca3312249013c5844c13a4a c732be81c503242521e249a3c1ec715da2160fef c74f00256459533b4cc380c9b4b33d035c3edd89 c756ab796c1b7f01673e3188fff128140da255d9 c8fc559af0d15b4fcfdfb65fd4577edfa0831d6f d72bad64943d5adbf1944cfbeddf0cf9b6fb669d db140393fdf320c52964f8822d8e2bbf4df91e39 dda2479a07ef20c9d56fa7b721a52da6e18173f7 dfe9e0dc18c06eb915c0ebe211ebda16f152d27c e1b71abdc3d7afb197f65bf5cbe1a8ad59430555 e83005aac13587ea888d492db98e4814795c656c eaf1295c459380d4f0388b384540d0d8ac407c68 ec4fa354eb214323a9e8b3f79d77179ac0c78191 f2d8f897fde716fb4995f3d5f83a8fb1e9764e4f f306c37744b0b6e88b9e3919cc81f70ed8cc9f86 f9d7dea4711d9bf0e487d5d0b38702bc6a713cca fd0f4f6bfd8bc76c13380d8c61fd2aa73e42def5 fd514f591a992bdf1b23db399217efc7c28c0934
Postgresql-Catversion: 201809051
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-12
Version: 12.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54204
Depends: locales | locales-all, postgresql-client-12, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-12-jit-llvm (= 14), postgresql-contrib-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-12_12.14-1.pgdg+1_arm64.deb
Size: 16098416
SHA256: 53edea65a057b07697278b4c17c2369e5b58687f4c096b9f222c5fdd16a2a862
SHA1: d76f2c82c7e0711812d4505d71bda96ab6740b95
MD5sum: 31b86d62a5038d08eb01d3774b23aa70
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 12.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 201909212
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-12-dbgsym
Source: postgresql-12
Version: 12.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16415
Depends: postgresql-12 (= 12.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-12-dbgsym_12.14-1.pgdg+1_arm64.deb
Size: 14820064
SHA256: 52cbc16c91b0ef1d8b8bf78a7cc70ca29045265dbcc3b892a38d1a1c47e58af8
SHA1: 194d8eddd510262942eff147ccc3ae3f6a45e151
MD5sum: 7d76d174eb0ce8103c2af16e7f79dae1
Description: debug symbols for postgresql-12
Build-Ids: 028f048b162311e1acdc0d0a7026fcdbd28e38ff 03206026798494e7dd6c1b2bf073ed930672ec94 07f099e43eda8dcd810e2e964ee6bdeaa4e3506e 0944dda7b45cbbf98395a98f6e83e727394cfbf0 0d06c0f52ce2ff29a36b9bd8f09864bad1bad5cf 0f64f0eb67c3cbe3f0d67cc0697f56d61b11d04d 1630022225973bdc90c06e81f26eca2e137c01f6 16da645a7a9f2ab5e00419c55656f8c74736e2a9 17055504b3ba3588aa2243a8f310b855c61ac754 1743fe0b1cf09cdd71bb4e300e255d2edd13aa21 191a04cdcb8e3dd0829ff0f9776afee809ec49e5 19392cb471d9629cbde6c4252d133ebf11bf1d23 1e86a46b2079ad88a98ea4be49cff64c87c4674a 2051bfe628679ed3ebdc29bfb752bded626265f9 23dd50a2292eca936b8e562458ad5e91391796fc 29076147b352d56be3976e50ff7dce10a52bbd18 2b6ad9e528666da77899eaf696cc2dfcbbe224ce 2b7be2e784d1c72a48bd55fa42f662cb26cf0851 312cebf99d3056b999ed059872a9bebbb4203d61 313be243374f2f47cd4d5eddc1c9ce7724cecbea 3270f051de90c9587290d4a02275ec42cf2873fd 3271bb2c0e51bcbcad5a48873e5fff745cd6706c 340ad10d3896d13e96b717c0af21c672b91db535 343848ef2174e056bb4e117cfb68b5b13d3f2842 3588349f4235fcf9fbdb991ce2619b4fac9426de 36c54bb16647e6df5a61eb0fddd8bd2ed166268b 40e85393dd9babca79452c5d146debcf628064ce 41343f7b7a4a8e00941117f2669cf7fb90a8079d 46e9b098bc90b650a70b5ebb045e4709949dcd50 52a58c44a0b092d5b2a0b7f515cc2bb1ecb4e327 57fb89d362e8218bea005a0c6a9bc680e19e9d2c 5b68fc54b26ed365ecde8cdfe7eafc8c1a021dbc 60b9cc09af484bf25db2cab937890bda1c315ec0 61b61419fdfbdfa8e266f5330fe335a570061225 624e1e0b0dedb89f3c98ab790aa33138c76b908f 656e0be34f4ad30cd2606ee09bc3c3bfd535904f 66dcfada947fddd8155092717b22b15009791d20 6c10e4ed414595670032ccea5338e6822331eb22 73c671bf107195e90f209ec5e382101670fc9f74 7a5aa09e4cb76b75ac52d7f38b79bbefa114f0a0 7a985c2c7dc91ce20c3be56e5ebc5ceea1c87445 8110cacba211c8082a3891ad17cd013f92f0018c 86a7f8ccac23d68d050d212626f1f8f3ce4de8d3 88595c8ed6f13bb860a6fcc4769fab9b3a9e2407 88cacbaebfb808a32870f25f51d630a20f3c7606 89803ea8f6e43181c1c79f9929128f710318cd20 8aeb7b9fced59c00178b26e525fd8312836dd0c3 8e1e0f885b0b98c49dc82de6c184b2478dd97e0d 9122747c3c79d2061e60236a8c7f5ffac531cb6b 933a5ccea730ae4c8674bfbb2f682c16ec28b693 96e12269eeb9dfffffe1a7e68c2efe6f2a90c441 99c6019b92f6fd62846ad3d7d5f8ff1cbbe8689f 99e5fb2325f4fcb4e66bdaa066f2ce31fa856068 9fde22bc0cb1ea7fe1e7ca77eba02bcdc313ad71 a02d4d70fe604f71eb64c065f857216f86c25eff a23bdbb5784085f82be0516baa5750dc5182dd2c a5cf6ca4ab0f362241cb9ba688a496cdf00b0ccc a8c1bba7900090b5f58e274ba342f8917327f097 abd9a5726feff5bcbe756ac219da63797b306c5b aff5b377ad762b09d5d811b84293fa539da8c45f b700d251101c02c1c42aa5f87a1d8414afe2d1f8 b8ee6545180269485cca1d850eb16bcc42686208 ba62ac92582779c63a06ce089c26fe57fcdfd285 bd3b733c2eb9b6f0ec9d6b8a18477a367f7bae28 c23b557857340152ab40f15f7ffa7d94d6156006 c8d8a53ab5db7832670b8fa38f53962aaca1fe4d c909244a0c3626bc1f45c83a664ddd7715d11caf c95718f0b5053e45b09d240336a83150f6d15dd0 c96cb481a9bb676cbc69e810674fd43e3e9dee39 ccbc141eb7ca75cabc82e98a1ca88c74de7fe078 ce8a559e9220b43a8b66085b90930270b45ca025 cff44b3424c6b0984d32317381c4e6bd6e69521b d2ca1d5309669fac6f548949946643bd0300ae26 d3295ef0ff31ebf66bbcadb6bf99017e76f1e208 d38d9b8b396d3ace9045794306d4b88a8f78aaeb d8477f3a956b6adda140493f2d810e81d5cd1d1f d9c7958c9b66b7d9e3d9b73d8eaac91cca605e87 dc3ea7a3ec29071ca77ff411d0e0b7133b08e4c5 dc64078e0260b3e01064946ca3bda5631c7ca270 e50a70ff4dc46b511db7a971621b09047f654b27 e5307b8250c0496893b9628f3762273ba8bb248d e590ac629cf2dae682b81b82900817d3d04764a7 e921612c92a230bfbd45f6828f0e9ad35e0c5f64 e92aeac26763cd1fbcf6cfabe21ef63d265ce545 ec25b88e7bf6b1c37f3ada46cf3aad82fe5ede74 ed18526a247b348ad5a62f60c9a774f56768d2df ef11ff249edfc7649e09f13690a1a433d5ccf30a f24d93cd32aad8f2c6e5475257fbabf54c7e3fdf f3475f0d256bf97648b017014edcb08dd7e40b56 f3f1127b8cbe6d404f914b67242a3ddf35ece014 f71e2db9e6995311ed65e717766c5472edb7d059 f76a391778bb4c6ab3e90968e745ab7bdeed0733 f817f3ce2366ad51dac711bf8e3236109ffe8b1b fb5cc17cc58a68a38c0ab4029522aff1e6d6c267
Postgresql-Catversion: 201909212
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-13
Version: 13.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54019
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-13-jit-llvm (= 14), postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-13_13.10-1.pgdg+1_arm64.deb
Size: 16403688
SHA256: 35e49f45cac6d8b4f678042d6346faa191df374ab3cec2759dfdffeca0b894cf
SHA1: 6e513b74d282a3698164ee6c2eb6e4c461fc7b64
MD5sum: 61f83ff7af1ec352dc08bdfacaed6359
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 13.
Postgresql-Catversion: 202007201
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-13-dbgsym
Source: postgresql-13
Version: 13.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17222
Depends: postgresql-13 (= 13.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-13-dbgsym_13.10-1.pgdg+1_arm64.deb
Size: 15611740
SHA256: 39eca15ab065847454fe1ca9bb5b73e5538959fbfd6d72ee2a749b50831693ca
SHA1: 95fc9c931447e5742b8feaf681e317623f37d67e
MD5sum: 6b344366eb0f425cb8a599bf1e4e6427
Description: debug symbols for postgresql-13
Build-Ids: 003148ea0b36ee53d09203262ced5adde8b943d3 03e32b6676c2b5206c7c833a7b384ec2028e4b36 050893622da99c48256bee8370cb5f379a3a3f4d 083343f9af5c846d65347bb1a6a9fd26d23d7550 0cac0958d0ddff782f46acfc747ab03662853e78 10f769ee8170df2d6c5da664f8af600d16eff360 1141bc101d2283312d8c3d577cd673202811b6f2 155796df21afe87f6e6cfdcba8e7ff55c4bbe64e 167bb7c3a703357042d25f2b54b14c41e11b3376 1cadabc52ebd0da1fb79ab6c5f8ca045f5c80f8a 214c6b8a60a29d19d084512b1d93a5876281cde4 219941ab8ab2c7c182953c391136a716f2d951a5 21aaa4e62a03551191b2c59ce1c994ccf9c3e928 25f3571d3c6299b192ab3aa46c5e7afdb577cb30 2cffa8fa46a7acd73cc33650f200209a984605a6 2d47f9479c2d076300382c02ee70b026a8ddb845 31cf01f56d96ca19d01582ed2754ebe51584275a 334ac6ec942835608cd6e75a5318fb602c40836a 33ee0ee9b6a84b6608712b70df2e18e6efcc26f0 35d012aee6a77d49ba0c8414d36f84ef4c9a394a 3837929563b11250fe25bdba7f6604ad016a3261 3c80ed96d5482477ecae0cb1b016b2023668b6b4 4313b99a54c71ed880ad4e7f25a229c33e478fb9 465c5cfe029e710d355f5256519cf8448a4f7975 4b3fdff20cc1fcd1a7145456a596221d9e40ce2d 4b5d8ed823c2d15c7c833e1b53ec629703e719a3 4c9e98396c6cb470c4532ee84994ca0305961b99 4cabaffcc836442146c416ac364c3933c2f43aaa 5005e14e5bf8bcf08cbcae3172f201d1420c9906 53acb2d3c5e8365e1f105166e7a06d4ba311b25a 5697a6c13bd1e5e49999be348bddb01b58eef101 57b6e40dc57ddfc7764d7d50144f1fd01adf3e19 5893004187606c0d54d29aaa92754efb3cb20f7d 5c074acda485d583421e97ab186bd704a658b45f 6139ee7381fbbb83b9ee949b16a5043414c8dfdc 61fd06d4f872814213bfb77ae1dbc9943e5853a1 669dd449488285f22328b7d0ae7ab1a3986e1125 6851af72ad9101d01fafc6b826da5c794af13ff1 6b3c2db0196dcefa86a685bb2061f4378448274a 6cca1400bb644826e845a4809e500c59405114a9 6fc43e96e4c2ee0635c66c6ae677c578edd4cfc6 7b0943411ccd5b487776adc44588797b056fec97 7fc8a1b2e966b866f08c7d98ee520883967ce479 835e2ea29febe28f56ffd2ecbe2203a5738ecdc1 8530723c1d9068b424fd3d7d44718d003e2c3e14 8b99397b7c4dfda140f26247d53daaa577fdbcf0 8c773b37fac55e04b0b7afc5e71621b8a705f46f 8d4535ba0888b3229bb56e11917f006ae2191813 8dcc8339faccbeafaca7aa63070aafada355dc57 91d936441fcab361be262170ccc644f7d2bb868a 927314acedaf2914d7ebf1cd1b210b6c8aeb7353 92a9b69af267007d84f46c4dbf0d11c821ab10b6 98ee1319ba57e5fa2a8ea9fcd4a989b13390f514 99be64dfe2c485be594cbba79dea3eaa87610cfc 9e93d64d3ef47c3bc3062a69004b9044d5e9af26 a27151eb9306acd8a3b2f16ca20c1fa515b66cca a4d55a3cbf46b35c6e557e96d4e931ee70436f7e a8ac75ca268b58d249026c8d86d9be4deefdf237 a9e937c4569cdabcec298ad790e674f6dc75afff b128c79cee58bcaa97980b35c165d8af46fcb11b b241c5a20d7535d90b586351c0ba3497085b0c7c b6731e09dc748c449b10eb08f88a66c1c6e4b6d7 b7db7a89df6eb5236c9827918a5009883a6deb82 b8a9f06d84b781d31d05b7bea125e48f163af5e6 b94392aa90fc814f737da29c36177d09a8b702dd ba86315c473da30f46884aad4f669917e4876471 c3552d65fc3721657d22e2e7d3e4f79f39f23731 c36ee53bd028dadb54e0517aebe3fd3e0d3e802b c539fd5f8104c13075a130308012763e9a242892 c6e2ee64f5e52148d82287cfbbc348516bb4c584 d00fe9288199577f69cceaf69cb814227b71d1ae d31a98339b6dfbfb42af08cc45f75bc03f10796a d43fdbe955aae80f02c0f829b9b9b69b5a21ca25 d5b64c2c8c161dea3072e3fab66bacf43664e418 d69608f44b3bd966984738fa44d8568ed1082020 d69a92abdf0f913ebd1cdb35f83a6c4622bb101d d9c83ac8565abc98d2e94c66a883eacb5f75526d daf4b190c6ac99cce0f75b9c0d8d3cd918e8a34d dd664d1d3146bb1fc12c81707ee6b11c9a59e040 de47cd935ebe66348e67da0d5a4d3b71a4f6610f df9bc076ae201e681224ff0ea125b669a20d1696 e0472a0baece36fe52a64c39489550122766e044 e0acac2947b34150bd70948819ae4af658cddf72 e2e6823ed6d3d194165f81dfc29d70aef23a57e1 e703f40458b7afeaf389c40b22d8f97c3c525ea2 eb667e309ebec3be1fdb0e406a459c9f533dbf59 eb8a6328792573fc989f6c5f603b3b0aae0237a1 f4ab1659d9362d1451aecba88fc8585adaa01731 f8a071fc9f8b4255a23ead1ae83fef3375c1d8c7 fc127c2d1f07573398d0df95bfc9892fbfe5b6b6 fd03103f5a67a90c8bccd62ec38a19c3faafecc4 ffcc8a38aa008ac58538672490e35e81f62d2a62
Postgresql-Catversion: 202007201
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-14
Version: 14.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56082
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 229~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-14-jit-llvm (= 14), postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-14_14.7-1.pgdg+1_arm64.deb
Size: 17195752
SHA256: 800345156dfa97c1a0d1a90d2ae13a809fd2829d6bca6d3fda785ef2c332f90b
SHA1: cee52298c19c781b6778357eba2ff975cdb57db4
MD5sum: d95b59bc95aafc21bfa0bfc12e749a78
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 14.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202107181
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-14-dbgsym
Source: postgresql-14
Version: 14.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18287
Depends: postgresql-14 (= 14.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-14-dbgsym_14.7-1.pgdg+1_arm64.deb
Size: 16499680
SHA256: b7ad4c7ae379d189d4b569ebb6150274fea72b683cfdbaa41542e5bdcaa6426a
SHA1: 539c773a86a5103bf41157a40f1925a72ecc9614
MD5sum: 1d0172103ebedec56d850f714b40adbf
Description: debug symbols for postgresql-14
Build-Ids: 01da69e729651edc60ecf51d2f6fc7cbf45173da 06af55ca4ca963cca1cadd4d8ec5a9610103ba2e 0b475e54e1effcb61070277733c1e861f09bf44e 0c9368224ced6dc503a794af10f02f532ef5a41e 0ce8d015808e44a95605e28d68d0e5e202c51d09 127812724fa9349e9d751638edbae829e6b18c34 143246a5e5091c515dc13ca89ebf2f2e14f38e57 1a5fa915f3fc90266192633a3e0cccc891057db9 1de6fad1abb0de42dae897f7249d01064e2af60f 1ec03d0b7b4fb110ac85d67d294a603ec8f9f76d 228625b1c03e757d30cf0793dcd63eb819bcf5b5 25f653bcb897bdab988d6dc0bf216f71b8775793 286cf683b8f57b4210d94a62ea19c0f39c3e00b6 2b9f3e35c8142f6eee2763bb262b89dba14c28be 2e4110e236aafb25487da2b08a30ccca3e209e71 2f0641cb6101c22d65f818c9a2812af049efee10 329895d690c5fde7a78fcd958bb2204d83aa1e47 34adbf0f89f363fc51fd19ee210eff9c9a58e0ce 3a7c302f12e4842236a76eac1188bebfd8f60ba7 3d502eab6435a346cc6f510ec7b1b0ff8a4358c3 408b7955a934a3ea1df2e95a586c2a57770ad9a6 44b01d34fe3e6e3ca1c75e05d686951115e94605 45bddf70fc95e87cee82db643d3ed18597f80ac2 461f5d2c0bd4e9ae48677068edb0100ac1ce637c 4913761cafb54a2a9faa5105ec9c44098c57a281 495906d00d406d3c82c9fb991aabea3520aecad4 4d785b80cef218b92c24fbab075f3a481ea9e383 4ebdf8be28a2e16d9fc30c57f7f30174b59eb5e1 51f5ef7870e4acbc367bb0756022036d9826c48c 52646fadc645db7e07ce2b0ded62ea79c840869a 5dfd3a180b83f1cfdbc35e21b40e17eba644272a 606446397e37c2585a3001d57345df7db71dc3f5 606ebe07727c697c89097e8c5a2c1dbeae76287e 6224e6d8497c762f00f2fd34fe47bfdd07d13dff 62f779a66c4f46ccdaa73b1b9bda8b8cda940c63 64db10e1a1545c962aff28ae9f60f9a6d8ed36e8 65bdae9dee9d007f7c04333661c11ee430216da4 68cc9e6c740e0afb9219c6e165f3837c14c7ff2e 699edcfa156cef3e2b4699379e143ca9520f93f3 6f79bde3630b89633bb5e19f0be57f0cfe454bb1 701c1a0a674906a3c234b370bdea634dee023325 703c8aa860a6c42c238a3a65e49af9aad828c3cb 703f3802f7cb961cf9f76411ea0b50fecf46cf7c 70e77c1a9304606467939d1313b1eb9819e9695f 76e99e35ded8bb622cc44399abdcb6ad7745883d 771d38634ff28f4c4b3fc8b422245b8124745df4 78e99877921f44b0a6f2123584a9f416b08837f2 7a52f86f1fd51550bbabf61f317f7164fa21ca0a 7a9cbda3f0eb8e213d451f2df500df5d463922c4 7cd481239f219007adafc4a968a4d7bd7b3c7c64 834cc71fd051dc0fa566c0ad087e438859f1bb5e 8508dd9b4136f076519d1e88b8344121c08362e4 895a443a276ab139eb4a5783a26c08a61b1dba3c 8a039730225d8a9159ee2eab5d497f82abb9bf33 8ab742347848e4180db8bf39050d30624f196741 8b4573061540e87e9306e1a81a51c2e1de5b776f 8ba177b5c88ba4ed9e533d18fd45d1c838f24a51 8e9d1947ee99d06ec121127bbca5aba0ef3aaa40 90f7df7fc6e2526abeb4ccdcfc81b225f14e0af5 932fa28d769b90c6b214979dc9e3872fb014412a 9a6708664db379f13a472900de24798fd8503b97 9d12fe7a78309ec7b522279644e3e559d3fa843c 9e0f63c4f3bcbcf170b01f1cad1a3c1154a9af67 a4280f249a88225a101b19cbea1cebb4413b3731 a4ad71105e5573b5cbdcded4aec531692afaa3d3 a54064931aced76f9ab5f98dcf491a1532840ef0 a8c66f688a8ab046ee179b1e75e0629aa15c9c7f afed2c804b2c589f55f1b2d296be95cbed103d39 ba26e7af0aaa19d6ef481a7338a0db53ea720b04 c21074ad4b90fcbb2d72a717a3ec97da51829289 c439f4263adc4736afa8e6c8ea474332f45798bc c8b8d876504db4ba7e430a56a0f82cb7adc55ad1 ca32ceacf53e6096fe1677cd0ca1844fdc431aa3 d2daeb8807309817b59dc78dffe5163ba0917615 dc6d6c8bea655962b206f5467899039adc3518b7 deb6b80e39a808002f1aeed08dd67384cbfd5d87 e0aeea2e2aaa486a70cdb8bd8e16a4e3533a64e1 e14a1f82bfa5d445f85f76d583490b83ea1d84fd e1a4bce5bb8897408a90361c73fa7b319fe3069e e37bc97e703b6978e96e1e9120dcaa952f92a79a e9ab3ebd1e758f4dfac4c32d5db49780d9b82a02 ea70466e1fa93e48161b640a9f12682f935d28d8 eb40b6410d5e0fcedc59984fce1ace76e8cee247 ed6085284e5720f0fdbb04f7d61f8d034f1cb58b eff85caf614b7c4e0f9a96026c485c1ac6f93fde f23c5c6314c09fe200fb7fae74680d4f4d814c12 f58919cf56c6bccd32bbbde0f509195acc49f2e9 f5a0b1cd82be6d5339a050ca64de19edcc8bf1d0 f6d4c50481b650084105f3989ea7928ea230f476 f74d8e4bcea42139a290bf9e22cfd51a359bfd71 f8b135feff44d4adc92db98ac7124763fed76e8a f933060e5e1c6e96745861a2dac134062860cd2d f99b713f75ece190bbf875e8c7ed2aeac0f58ac5
Postgresql-Catversion: 202107181
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-15
Version: 15.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58153
Depends: locales | locales-all, postgresql-client-15, postgresql-common (>= 241~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-15-jit-llvm (= 14), postgresql-contrib-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-15_15.2-1.pgdg+1_arm64.deb
Size: 17683712
SHA256: 3bbbc4d5ced32ff019f65a77cfccb4def6888b629e79e972a92e42ec182afd03
SHA1: 49162452ddeb6486a8a6e7ee30968beb3715fdb0
MD5sum: 32aa77c15764132a19344e1dac3e665d
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 15.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202209061
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-15-dbgsym
Source: postgresql-15
Version: 15.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18917
Depends: postgresql-15 (= 15.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-15-dbgsym_15.2-1.pgdg+1_arm64.deb
Size: 17083048
SHA256: 397d89e7ed79b4c3d722ab838b133dcea587dd61df3bc2539b9c08e1cfe6fb3e
SHA1: 432e1a4dde4e942de41552afd99cd51b666c512a
MD5sum: b71786f4289a6ddcd6fe2a5fb146e8c1
Description: debug symbols for postgresql-15
Build-Ids: 001e42487af92da73b88f95c6df0c4946945d190 0101c65c193e6f8c05d6f1e3ce83dd4abe10727b 0285e62a00781d2e439da1425c72d343ff339d4d 0713012c9f6208c76be3e96367f0b558bf576622 0b35f7671caced5789bc6269084aeca0f156d524 12cde463dc738f03ba7c7ca7b02d0e6e17a87241 143716ea789f781b6eb39f12720e14616281923e 14b21240232c2b5c97908eb050662fd7a8ddedb7 1a15512c42249bbfbea12c4b60921ef1a8325d9f 1a208b62d2e087bf7b24903bbcb8db830d5b5649 1f0c7e5aca5c05f4d9b32baf9f36002c5349df32 1fc4cfe5d529bcf3a6a36134abfca31aa6719cda 230ff3569da8ecf2e95d3e59898aaf2131701bcd 25d239e2ff8d38ad840ea199eec05f3b106d3e49 25da696dd502efaaaacdf8b496c0965f0feeb5e2 26b095360df42b08cc12b22dd7fbcbd204028c4f 28500e9b98299ae38962a86eb82da6bd85dd09fc 2880eea2fa31f89b0e790426d886d6e20e6e00d5 30bcc8d21afb6a2284f9e99ce35894577ac84c50 359c8bdbcead7cb4ab68cedb05b6b177cab1a052 38386103326ca0ee6a6e08411a00e229a5dc082b 3ce34c2ba0deaa5626fbd99f3f10ef19fbdcc91a 407f5e98f9609a904db3b91eac8f0c9511553c5d 41a2e91a048a359fb2d285507d5d118b742952e7 4347e5a622a4644cffd1fcbad72a88cb15b6e7a8 4ace1a084c31eb61345b5c3b0eaeddc5210cd879 4b38e017df2e5900feeff6ffd2f250a34e237731 4cb3014046ef238199ebb9d468f578d31928a864 4def6d053951099c4503cb80fc0e6675fc23eef0 50d18b58671df389d98b3082d09d04c924142e81 5786af7483693fcd0854450f94e75989ca8b4c6a 57e38ffdf39a325ac612f9afc07cd9c0bdb26876 5a110c2d6e5bbf19678ae02c1a69a5f4337f2898 5b333031fc56ca4a7ec2409ecdc771b88862e9eb 5cd0102689af9f913870f1c92028cb31f5f3521b 61f1292b98be89e61e2f1c72a589fb35fa817420 637a54334af5b42a0ed61e8fc5517c880bfd7fbf 6476770a5f41b9a6b1be8c6c9c030b6f81828a5b 651cc62ab49e32762d4eb8f678e333e2c362162d 678b2957db4ef7256b3765185bd22213f03f8daf 6823686e5a5fd5b7f9a72d2b21ce70d4d67d4b3c 6a3024b4871e904437b4cba14eef81a34a3654b7 6fbbfe307e88d2d9454f43d6736bf34b9f707e8e 70ca6a993f4d5e734824148a1266ec5daf9b8b01 719eac313c373fb7f7abaa879cc9cdb708a5727b 721f366408f4f5b62396536cc80dcd4f39a9208c 729a0df0676fd31a343292a67a4a455d0e248671 7361fb96d373dd263f7e6914a4be2b2d42e751d2 7546e6fa97b22ecc4f7089d3748fba037ba8f3b6 76deb100012ebd42326aacad1a3510b394945b48 7777d63c8a91a5831b9c78c73f62d86658a667bc 7c4376e4950e7e922d71a342a532a56b92aec597 7df1af0714e5cfb3bce06c588c1f401ad26236f3 7e023c82cee7cad871babd8ecd18a0fee73c1f04 7e0659127e3db72721094c86050dbaef7f487aba 81772c2e54cd767d49a76955d7b130de4e651d74 819ba9d50a7f3cb5dbcf9c948f6244b71c21c0fd 83f4040be19d2dd7abf13a330d249964082b4f63 86d853bc4cfa41f662911ace47be915dbd86607c 86f67a4ac5124e32ad61bbc3d21b682175707ff8 879082e37736f820ba75e5ce65d463e813bed528 882756ccb481c450a2e776fef348c2da6e68715d 8a7a579c81d1445aef605fe26ab9fa7c75611743 8b97e3e994ed0487bbef9a81c909fbfc838f551d 97519d300c97ef97a822ca4d5c084602588d7288 9f8c8b7ea65d89ee037db1c489597aa47386447f a2e797ed06b507978d3dda7a33990f9d8b10b302 a37b6017d5692f466cd0255069b9c8774d1879c9 a480580e561918680ce3767ea4aac7dcd038e7ad a50afd31f97021e182c0cc26e82b29ea95242fd1 a5ad393561dfd9b13bf29838c5d396c8e3e8432f a7d5641cf7500cc8e0092b420c996a56005eb8a1 a92d819a3521a4d1d59d672d405b8ce66231e1fc ace0b058f2a2e861ab8f0db42426e46b3a9c4b87 b19fc93540731538f267b908d956c7848d1a8220 b2fa589e484e2a9b38f6dec854cad28ed2274c8d b351e4a53b2b78649c1350aa011c4740ab7af867 b60175470346fad9c9a9729a83dd8ea3a35be2ac bad76b93b22db57befaee937b3d572a6926686b4 bd351ffbf8cb718920aa07187a97ca511ee3f489 bdf016c092c6c2f20ebe72613caadc6143ba0f70 c3a081b051d6b219d736ef3e743a9b50d391c972 c6335e18098aebae0399142058cb83d8e662862e c6b7bc37e2432eebe77ac35db0337e3096610358 cadb8ff4f103c3655dde138bf5e50fff61dd4512 ce2fa24be4b7ca7e504a13c86128ab2d3f971e75 d024ec56181095d0c53031d94e90fb97bf479ddf db24c0e0c03390e95cc45834f22035a9224af82d e0b7bce2e1cafa77d194dd434311075f08da51aa e451c0dadb1d74be1ea438769cce6a1e0a94664c e45f430fe9b0ce3e11f98e65f41cffa3889abada e50ce4bf9ace01fa1a146fe33f3973aa23a63519 e8815a67a03ba23ca1d53aa04dfcc839ff2093a2 ed2e561c1f00c0da997381ff038aa833b1a0313a f5afea5241cc0deac395ad4150a749a60b08a4f4 fd9757b3a9e2cd45e5b116cff3be508ccfa47a03
Postgresql-Catversion: 202209061
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-all
Source: postgresql-common
Version: 247.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15
Depends: libecpg-dev, libpq-dev, postgresql-common (= 247.pgdg+1), postgresql-server-dev-all, postgresql-contrib-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-contrib-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-contrib-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12, postgresql-contrib-13, postgresql-plperl-13, postgresql-plpython3-13, postgresql-pltcl-13, postgresql-contrib-14, postgresql-plperl-14, postgresql-plpython3-14, postgresql-pltcl-14, postgresql-contrib-15, postgresql-plperl-15, postgresql-plpython3-15, postgresql-pltcl-15
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_247.pgdg+1_all.deb
Size: 10220
SHA256: 9fd7cf27ea171c161843576518cf8876b72de4d6b7b1c51f1b8de8a94128c032
SHA1: 6928fc6626c2b82cbe6b2caa798a9865941fd296
MD5sum: 521349b98089dc39e7f4fb548dc2ebe4
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 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.
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-client
Source: postgresql-common (247.pgdg+1)
Version: 15+247.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15
Depends: postgresql-client-15
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_15+247.pgdg+1_all.deb
Size: 10084
SHA256: 299506b217f2408942b749ed6669b1826931b01530784005134cd6f2b7cc39b6
SHA1: b72a61f400e6f5d6ccbe67027a84cc65242dcfa9
MD5sum: da5dd38bc6f94314b8cd0e53b0cf2be7
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.
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-client-11
Source: postgresql-11
Version: 11.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7242
Depends: libpq5 (>= 11.19), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-11, postgresql-doc-11
Conflicts: postgresql-server-dev-11 (<< 11.6-2~)
Replaces: postgresql-server-dev-11
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-client-11_11.19-1.pgdg+1_arm64.deb
Size: 1469004
SHA256: 6d124e1b4d55e2871eb4a3e57531be77664c11d7f17f728b97ae34a57966d990
SHA1: 98809eb425767f8989bfc820dff1aeeb01a0fe31
MD5sum: 3310ec0155cbd3d90303c71ad4d3552b
Description: front-end programs for PostgreSQL 11
 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 11. If you install
 PostgreSQL 11 on a standalone machine, you need the server package
 postgresql-11, 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.
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-client-11-dbgsym
Source: postgresql-11
Version: 11.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2001
Depends: postgresql-client-11 (= 11.19-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-client-11-dbgsym_11.19-1.pgdg+1_arm64.deb
Size: 1686080
SHA256: aa991abbbbc9d002de46267e2f2d2ee96cf6b97c5da03a5c0a9916006dd3d19f
SHA1: b17382dedd5ebed5dd1dfe94bbade167daa78b80
MD5sum: a6664b5624958bda4ad81806477405cf
Description: debug symbols for postgresql-client-11
Build-Ids: 02651a1e92d8b1a08d888fa8e5e93df251d48f78 032be55ef7ec05430678e9c173fd6e93ae1547a4 0b93bc255ada92d4844e4ff2bbbe63074487c37e 2d93417a99798c4b19d863a09fd0cbdcb87add07 3ba6bfd4ff655dc625c1d46a166289dad9b61e78 5d693331f6df11ebb90a83d0520b9c6b9dcda870 607c53cea6714e5bb054d6f5769e0adc48d2f9d4 7236be3b699ad2511e61ac7cd62166995fdf0c32 7a76ad26cb2bff85d969ef124ca7c45b835aa49c 82094385c7f4bea333de5ec6ff5852b95b249b27 9ec0679b0d1c7c78deb4fa229b4bc27093bb4504 a138ad85ec12be448563424f100ddb51139f1da9 c554c0337c741c38c92d56f4b154a10045664633 da5e0722844048efbeebc21ed35cbd85ed309efa dd00443fadb7ec76e5fcb8e0629cf943b44497e9 e8a3d3443d9863c440631e85f10b9b35a23db99a fc633e44c76c8a7e4ca78a37a349001b745be841
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-client-12
Source: postgresql-12
Version: 12.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6525
Depends: libpq5 (>= 12.14), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-12, postgresql-doc-12
Conflicts: postgresql-server-dev-12 (<< 12.1-2~)
Replaces: postgresql-server-dev-12 (<< 12.1-2~)
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-client-12_12.14-1.pgdg+1_arm64.deb
Size: 1405712
SHA256: e0e63a23094c300195aea0a1a03460e0e045836b9e54ac1aed3acc8e7fdb79c5
SHA1: a60b6e5b7fcbaa04ba84293ff2937c43a5eb41a9
MD5sum: 49dceb7d4d0bc8237648d4cd1b0310cc
Description: front-end programs for PostgreSQL 12
 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 12. If you install
 PostgreSQL 12 on a standalone machine, you need the server package
 postgresql-12, 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.
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-client-12-dbgsym
Source: postgresql-12
Version: 12.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2204
Depends: postgresql-client-12 (= 12.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-client-12-dbgsym_12.14-1.pgdg+1_arm64.deb
Size: 1850084
SHA256: 6d9ab53719dfd9072b03aff70bdd1aaa18e5a7d042cf120c4e41e517ac2db0f5
SHA1: cd8a38855b8fa5cff34d3a0fb938bd40d7485e8d
MD5sum: 499aef2ecb9e2c1e908bc0bf3eff293a
Description: debug symbols for postgresql-client-12
Build-Ids: 02ff6ff657c1b9f2151c9c5532287f7cf73ad20b 058fb2a96d2790374e9c68333bb238a521e928c1 0a4df9bc4fd6e77fc626a5634c1631b0f6b284fb 0e28336ee4e05db7544f343e96568bf68cc53227 1af6552cf5647156fae517c3a0540e054afc7558 1c3fc3a2bbd12c78064acb286d8e6beddcce298f 2425cf0ff185db1f1ca35bd397a190fe058162e6 542763687a40dfc2ce9318ced54f83825c8a01d6 55365c2de6b18ccc7c63c386262e5244145f5039 5ebb65195e372daafd39ab5426fa79c2322a3c96 6c5841a534040e480fe8a92a4b8a05e4f883b2eb 91dab3fa1ea4817dfcb1c87daf86e0afc0a69d9f aaf40abb61fd4df4ec049f2811064cdb8a0289f3 d1698291f5a5ab29e6196e3e6439ea4bb50c7c36 d6937af1d0cb3d620b5c321c48c6ee7f7671aa3a da293729091ee0644bea3b1ae7849faf1ec7fa66 db01b4a9a3f98ff22ae5dc194bf6b9a8ae037029
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-client-13
Source: postgresql-13
Version: 13.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7037
Depends: libpq5 (>= 13.10), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-13, postgresql-doc-13
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-client-13_13.10-1.pgdg+1_arm64.deb
Size: 1479716
SHA256: 4a988b63a7c99996a633d1e56fe006d840aa4fd0fc04a2a396783640fc402420
SHA1: af7511c2cbe13fb8b280c43a42c0c9e31e3bde00
MD5sum: 786dca6467c70590c56559fa7b56faab
Description: front-end programs for PostgreSQL 13
 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 13. If you install
 PostgreSQL 13 on a standalone machine, you need the server package
 postgresql-13, 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.
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-client-13-dbgsym
Source: postgresql-13
Version: 13.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2377
Depends: postgresql-client-13 (= 13.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-client-13-dbgsym_13.10-1.pgdg+1_arm64.deb
Size: 1998444
SHA256: f8b7e5ce717be17eaf479d967c9b23dc38e394008a9e81508f54cb5ed3cc48be
SHA1: 9d740703f58e170f5f2e2b79f86039b5fbee8182
MD5sum: 4b2d2fc1979c1e48253b7e1b896cdf47
Description: debug symbols for postgresql-client-13
Build-Ids: 0a399c9f57108d5639ec0c0d1e6dd3c0bd3d0b0f 19881806aa9ca9509aa9fb1affc138c978545579 3912fe6fcdbc6e1f3ec4d22122039775b093e200 3d1b464771b620c49b52e2fece453e7d0093e071 5eb8d7dc91daf0ab0c2768ee0d462106fba6d32d 61b8bfeddbb410baefea0bb4233e06718008a299 6d0cc2b72fee6e2122a898843fd8d76054da4e9e 76bb7671c58e830e6e3b9af292403d6f3fe223c6 7e3d5d56ac4a00261e8359498f5303c4b1207d8b 9458f4beca623a50f989f6094eff791791bcc330 a695d00f7e6de9a16be7ab6a8bc0de621cf970d2 b3822fe656d9325be2798a3f92c71fcc94abf312 c48ebd9a45cda8f2e7d9dcd48f1c65caefa2c471 df6018a975c32fd3935811e3d45c7a0eaf2e0c79 e8908baba6be29d1d7d06a84df8c9afe562776cc f2d8b201c345bdc197ec650fdd35b9642c8de7ae fab7e5c3991cbe4a71afbe17cc2eafbd60784610 fd6e648a82f674e19abf9a1a9ae34c863b598dfe
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-client-14
Source: postgresql-14
Version: 14.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8063
Depends: libpq5 (>= 14.7), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-14, postgresql-doc-14
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-client-14_14.7-1.pgdg+1_arm64.deb
Size: 1599768
SHA256: edec8397ae24428e2c1c3163fabb09a9ce687a169f29dd26c0e15068dc309a0e
SHA1: 40fc37137a2d35c34bac96f2fbe923c58ad80fe1
MD5sum: f9b3e5ede9d82324378816e8822bcf68
Description: front-end programs for PostgreSQL 14
 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 14. If you install
 PostgreSQL 14 on a standalone machine, you need the server package
 postgresql-14, 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.
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-client-14-dbgsym
Source: postgresql-14
Version: 14.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2758
Depends: postgresql-client-14 (= 14.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-client-14-dbgsym_14.7-1.pgdg+1_arm64.deb
Size: 2314648
SHA256: cf2707e332be250e7580196d52c3d3be0ab1f774a5743f91e0af949ba324d14f
SHA1: ee092c35b2b88e2e5d12e6bee70c2a02e17a0d41
MD5sum: 644b6042d95c87682b75fddb8f06f1a1
Description: debug symbols for postgresql-client-14
Build-Ids: 164381372b73560b5bdad1e7f74b525a9670a1eb 201248f8c1ab0aadf2c612e6ba5887a44aeaee70 27162ccecabb3f3bee763bf585cea9a3b7a0bd33 2a3cb0c7643b927f50c73a0bc3761e4c7e3c0a45 5456f3c1e7011b87aef3cc774ae6503fde9d462e 5a4d0a2bec1b9e378ab3e1faa40afb66a5dd2dea 64067ef9ceed0bf66d5d7e2176871e9f3fb38f97 7083a09b19351cae2874a5b95138ac4d144b7358 8a9d7eca29c7ee9b5290e3bc2a51b77471843001 92271667a28ed0de5c200941f9fccb71bfd6d728 957eaeee35a77c01f8a760c24af7112a186fb7fc 98bd07bb3c254cc6a7838415dc5463e9d55bc49d 9f36fdd0fe319a94bf854b1a4be9fd4e907eace2 9f8d01650d2eae7bf29bfe6cc095d122f2b70e7b adc9c8a4fe788d861a90ecb3a9f8c338c2d462a4 b3c0dfe34d14d509d5f5990e735584378d48d2e7 d47e293bc834260e414689a47c4634e1f02bb478 db186b6c74e1384daa6b471ebac16312dab648f5 e05fe7d29914be955e8673134f503df927760b5a e974f3e8520383fecc6d6795afe4e2bca722e783 ee94b520ce8a4ea42e29850d828752914483acbd
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-client-15
Source: postgresql-15
Version: 15.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8661
Depends: libpq5 (>= 15.2), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), liblz4-1 (>= 0.0~r127), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Suggests: postgresql-15, postgresql-doc-15
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-client-15_15.2-1.pgdg+1_arm64.deb
Size: 1655368
SHA256: 3df7513815c55ec6d5a76325e94b9fdc05c56834038f45da8b91806a7f898f8f
SHA1: bbb21815131aab3f61e9d3c11ad52d3bf1edce54
MD5sum: 08e365ec2003ebc54b794072d9adbad2
Description: front-end programs for PostgreSQL 15
 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 15. If you install
 PostgreSQL 15 on a standalone machine, you need the server package
 postgresql-15, 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.
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-client-15-dbgsym
Source: postgresql-15
Version: 15.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2931
Depends: postgresql-client-15 (= 15.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-client-15-dbgsym_15.2-1.pgdg+1_arm64.deb
Size: 2470424
SHA256: b45c2f37d87ffa3837a167f1323c1714eb0bfcc5a2e442d9e974be2a8c4334c7
SHA1: 7c6e6ec49f179c0e254e64303228b314f460cf2c
MD5sum: 5711de9875120de8aab96315d0b03258
Description: debug symbols for postgresql-client-15
Build-Ids: 19450a7b33d4f369f63d90f97d17e772905a4aaa 1af02058b9c5ece2a12014339a33b408b74f7516 2c0bf265ba910029cf6d981fb81112de2f89e89c 2d8b18fbe443bf2d4e1044672964d9cd83c1520f 34165d8aaf9965fa9ce6f66f478e367e160fbbab 5469a2acf657be9587e6e83969332cc6c65ffa64 58b45807880a02ba04b3f59439427ea2c7e85706 5de6ba19223c35bd24d36ebf2c59383d5c17f223 736d1c9ca0b5feaf848cad7d1cf6ac2f45341eac 887e40df08c9c77b72fac3791b9afb38709b9fe0 a61379440356343bc445bbd06e8d2e059c4656c5 b55290c501b602c1c9c77ad8b263d1b9b3c7cadf bd20ebb536ebe03b26da400fd29c5e44929c5b7b c2405672f156e8a24eabb5d3967f2bf85c2e4cfa c8495b0782c7e864576e1ef973a1c15ddd11c2d8 cb153723973e4ba4ec07b4f793e4e8fb8b541fc8 d032f3a29229674f212eff7bd0701ae1569986d2 d41e8a86af5dc3f903fc270dffb2e782c28d898d db5e63680f7f86095433a805c10dd6bbf64c2556 e2975fae5a98b5f49d631e11e6f9c38ec7346777 fbbf7b46db0be1e838c23af31363c7151b0697a7
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-client-common
Source: postgresql-common
Version: 247.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: netbase, perl:any
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_247.pgdg+1_all.deb
Size: 35008
SHA256: 7c28001c40a257bee8673287e6f3c5555f8233d09d3a02f9ab4a639a7ba71aaa
SHA1: 6b58ecbd41763f7199159b96c0c3206a1b4f86ad
MD5sum: dfb4470f18cbf7600278d29e65f96a58
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.
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-common
Version: 247.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 655
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, libjson-perl, lsb-base (>= 3.0-3), postgresql-client-common (= 247.pgdg+1), ssl-cert (>= 1.0.11), ucf, perl:any
Recommends: e2fsprogs, logrotate
Conflicts: pgdg-keyring
Breaks: postgresql-9.1 (<< 9.1.1-3~), postgresql-server-dev-all (<< 204)
Replaces: pgdg-keyring, postgresql-server-dev-all (<< 204)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_247.pgdg+1_all.deb
Size: 178472
SHA256: 8045fd5cc31f0fd65951dfb7cc196d8ab22bf34b83c7553b59edbe7346f62f5c
SHA1: 50b9b439bd6fb868aea1493863928588f0ca3476
MD5sum: 00a683dc03bdf2ab60ebd7cca5479ada
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.
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-contrib
Source: postgresql-common (247.pgdg+1)
Version: 15+247.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15
Depends: postgresql-contrib-15
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-contrib_15+247.pgdg+1_all.deb
Size: 10084
SHA256: 209b1f1abf7bb409ab91bf13b24689a2ce875acae3a70ec74bbc6eb61015f687
SHA1: e2e496850f9b5c97e4d771c71949789937e2758c
MD5sum: 6d559ef6ccf990af625c0a313f71bdfe
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.
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-doc
Source: postgresql-common (247.pgdg+1)
Version: 15+247.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15
Depends: postgresql-doc-15
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_15+247.pgdg+1_all.deb
Size: 10080
SHA256: a6377e1b2c5a9427374452ede18be4474544345759faa32e7394b1e7b8a4240c
SHA1: 45db142d15fadb6c7428c0f92e17c39bba29241a
MD5sum: ace81596681c39e4a37fb9680a9e9a82
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.
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-doc-11
Source: postgresql-11
Version: 11.19-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14589
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-11/postgresql-doc-11_11.19-1.pgdg+1_all.deb
Size: 1876164
SHA256: b1d172e0ca99db7942fbe90b33c1c7104f8173b2a8c68803801e3d5f1c02cb04
SHA1: 6f4eb0ff566448b19bdc2f526a7de53d67c982ab
MD5sum: fb486fd2c367db9f918451666e097392
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 11. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-doc-12
Source: postgresql-12
Version: 12.14-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14901
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-12/postgresql-doc-12_12.14-1.pgdg+1_all.deb
Size: 1911436
SHA256: f25a9a4353e64a8f9924511056616bccd1e421eb1da84acccad30b444cf518fe
SHA1: 2667e1c3f66b13a0056abf1969ea589bb0e84090
MD5sum: 73d892a732a725ce2358b28848146709
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 12. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-doc-13
Source: postgresql-13
Version: 13.10-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15632
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-13/postgresql-doc-13_13.10-1.pgdg+1_all.deb
Size: 1955656
SHA256: f27a18c0c9a2ccda5f13a5a0d8ca656e6cde3329c6ea69d1bd8452e676f1fd9e
SHA1: 033267799aa3b86aa2e09fbf0b3a282dab756936
MD5sum: 96493af52307fc3a6aa58b73940370f9
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 13. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-doc-14
Source: postgresql-14
Version: 14.7-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16055
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-14/postgresql-doc-14_14.7-1.pgdg+1_all.deb
Size: 1999184
SHA256: acccb8dcdac29644f648f2c5c48d7c62898718e1372211192ae770fc42e2025e
SHA1: 18beff76ede31fac2d9b5fd4e07345e5e33d6635
MD5sum: 9fa3a860e04dfc2f26a502044dd4b0db
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 14. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-doc-15
Source: postgresql-15
Version: 15.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15895
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-15/postgresql-doc-15_15.2-1.pgdg+1_all.deb
Size: 2007304
SHA256: 2e5013ec0ff9b69c0891a9b9531ca37dd6ba11dcf5c8dcfdc8a2ba397d27c080
SHA1: 2f83df1563de5ccd57823ea8cd6162ab7ebc9409
MD5sum: c069a97185d3975fb8b6fe64cd37601f
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 15. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-plperl-11
Source: postgresql-11
Version: 11.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 434
Depends: perl, postgresql-11 (= 11.19-1.pgdg+1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plperl-11_11.19-1.pgdg+1_arm64.deb
Size: 63356
SHA256: 644c5878a10a77bd312f1ba44f8052e006b9c05a52de1ec7bb0d98d193a47cb7
SHA1: d717b1494c93dab986981ff12793205e30a0c04a
MD5sum: 77f8e19d002cef124652723994dcce17
Description: PL/Perl procedural language for PostgreSQL 11
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Perl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-plperl-11-dbgsym
Source: postgresql-11
Version: 11.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 211
Depends: postgresql-plperl-11 (= 11.19-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plperl-11-dbgsym_11.19-1.pgdg+1_arm64.deb
Size: 172024
SHA256: 9c77a6a1583727533f143998cabe1515aaaba8a6da572ae05d248d5350134bbe
SHA1: cc8a9867c5a7cd0089676124113a3b2f39a948d3
MD5sum: 645391d4b99a3f8b13c3e24bdd77ead1
Description: debug symbols for postgresql-plperl-11
Build-Ids: 806e0b005a7af603cf36906ddd09b0f3d84d7d23 c25584eb239d5573e9b324eb7a54a1718e7a052d ccb28b457ee9a7fd914ea3c7b8d57355d374e2e5
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-plperl-12
Source: postgresql-12
Version: 12.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 477
Depends: perl, postgresql-12 (= 12.14-1.pgdg+1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plperl-12_12.14-1.pgdg+1_arm64.deb
Size: 83508
SHA256: 89c3be2e563666eac217ebab15be91937912003fdc3ac7fb30aa493fcc156711
SHA1: 66c0d25b2c5273c259dd31ff7888c97240888e09
MD5sum: 0fce41d61bb1220460ada68ae76e1a83
Description: PL/Perl procedural language for PostgreSQL 12
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Perl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-plperl-12-dbgsym
Source: postgresql-12
Version: 12.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 214
Depends: postgresql-plperl-12 (= 12.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plperl-12-dbgsym_12.14-1.pgdg+1_arm64.deb
Size: 174756
SHA256: d82393ef922f1c717c4ac139c957b93d5591aa9b3e8f32dea52e1fc082e815da
SHA1: 0cdc562f08968006cb7db1b9b83392f2fd762f0a
MD5sum: 7d078058bd2954c2bc933d79709535ff
Description: debug symbols for postgresql-plperl-12
Build-Ids: 6c91b855aea2b1fceba9262515e53e1b2f04df7d b8fc85058c5cd034964e56d78736dd4379d6028e ff65a958477c726616745f610605cc11ca591692
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-plperl-13
Source: postgresql-13
Version: 13.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 557
Depends: perl, postgresql-13 (= 13.10-1.pgdg+1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plperl-13_13.10-1.pgdg+1_arm64.deb
Size: 87936
SHA256: 8967b72c9a13ca959d2fae7aa83b745022efd49a89ffee085c4c4f7f6af34147
SHA1: 95b01c4e1a35de85056b7763c0104db5188c0119
MD5sum: c71293555099044d01f0d4e60add55f7
Description: PL/Perl procedural language for PostgreSQL 13
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Perl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-plperl-13-dbgsym
Source: postgresql-13
Version: 13.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 226
Depends: postgresql-plperl-13 (= 13.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plperl-13-dbgsym_13.10-1.pgdg+1_arm64.deb
Size: 180844
SHA256: f2573c555ab1224f65ed8ff0abc39ecc65f9436aa5e90794386bf7c55ce24136
SHA1: 6bd45ce4af6677d7040666e0e33975f9fd5084f5
MD5sum: 8718d18ed0ed1906a6b9137bc321420e
Description: debug symbols for postgresql-plperl-13
Build-Ids: 83b6ba4630bdc129b6c051aeedc62729e920c2f2 975bceb65baa129dd2f1f6c1b30f7ce3dad4cf0f aa43e23ead533977a987a863539e2f77d80f7cb2 f29fbcc71666df5289a1695c8d0e6196fb3c3942
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-plperl-14
Source: postgresql-14
Version: 14.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 564
Depends: perl, postgresql-14 (= 14.7-1.pgdg+1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plperl-14_14.7-1.pgdg+1_arm64.deb
Size: 86172
SHA256: be001ed24b3913f0ec151b592e33706dc9b2343139175390e1ffee5c2b3ec5c3
SHA1: 0bf4119d639f404cf3a719a7fd4f5fc2f69a567c
MD5sum: ec8b294c1a68b3daae7170e756b2c0c6
Description: PL/Perl procedural language for PostgreSQL 14
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Perl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-plperl-14-dbgsym
Source: postgresql-14
Version: 14.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 226
Depends: postgresql-plperl-14 (= 14.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plperl-14-dbgsym_14.7-1.pgdg+1_arm64.deb
Size: 181624
SHA256: 2bc8ab9b80b62cc52c7a6fbec22eea8f29315fa21c58152582ac5c63b69120f9
SHA1: 144e289bfc92a551c875deb9841e22e97e3baeba
MD5sum: 922cf9e71593c2d029964a589bbf2c32
Description: debug symbols for postgresql-plperl-14
Build-Ids: 42918b02b5af0ed63a2d03e33082cafc35fbcf8a 705dfce8f903d5181d21113d5aabae6e48e34657 a8fc637078c2a3167cacf66aa1006e6abe0c8c51 d5d753608727313be557ebdab321b129ea94cd29
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-plperl-15
Source: postgresql-15
Version: 15.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 565
Depends: perl, postgresql-15 (= 15.2-1.pgdg+1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plperl-15_15.2-1.pgdg+1_arm64.deb
Size: 83920
SHA256: 6ccdef2b0ad9f00fdf76f49cc6eac6010b55c32d6c4346abe2caaa17ec5abbf3
SHA1: f0d736c53112edf16b7938f23b2b394f53cd8ec3
MD5sum: 238878e50c5848f8215a24b3147787a4
Description: PL/Perl procedural language for PostgreSQL 15
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Perl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-plperl-15-dbgsym
Source: postgresql-15
Version: 15.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 230
Depends: postgresql-plperl-15 (= 15.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plperl-15-dbgsym_15.2-1.pgdg+1_arm64.deb
Size: 185280
SHA256: e6cb8e4f88a57542f09f39d62971675c347d08c5dc4bdc6f9c4ed087ba3965e5
SHA1: 6615c1ec0c067d1005f1c4003c1d5f205f457b0a
MD5sum: 61c86af592318f47997b1bc18a1b9b0b
Description: debug symbols for postgresql-plperl-15
Build-Ids: 416b0dba5e03dd6407d76678e88f2efc0ce6334c 9377cbfdaeeec8bbd08be05f7a488421e3db75b5 9b11f0d48864a5f08ab8ea9e52107d55f4dbd179 c1525c3c4269637770132bc338d3a118c45692d7
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-plpython3-11
Source: postgresql-11
Version: 11.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 425
Depends: postgresql-11 (= 11.19-1.pgdg+1), libc6 (>= 2.17), libpython3.11 (>= 3.11.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11_11.19-1.pgdg+1_arm64.deb
Size: 75080
SHA256: 464684d982448478a22ead874c251d18a21b684ed2d253b8456ed78b7ad32561
SHA1: e81a5726dba7ce7702b23cf5265c14153331de52
MD5sum: 04ed1dd89fbbcb1b996979b32a10c861
Description: PL/Python 3 procedural language for PostgreSQL 11
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Python 3.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-plpython3-11-dbgsym
Source: postgresql-11
Version: 11.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 226
Depends: postgresql-plpython3-11 (= 11.19-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11-dbgsym_11.19-1.pgdg+1_arm64.deb
Size: 173424
SHA256: a1a1298a2908161d15c233a6b7b07f099face0aae7a34ba797641c4fd82b13b9
SHA1: e3d2c3ac57e47c5018176f39dc2586adb46cc8e2
MD5sum: 90e5a885cf08a428febd1dbbd644b760
Description: debug symbols for postgresql-plpython3-11
Build-Ids: 01f2257633f2b51eb40b115d1b95e9dd66de72f5 293a10a9176f3be8f5fd9287c98281d7624b6b32 683022cf242acb0fd5761d73ce5f55c0c302823e b4c505f5292c79666c37b876f1593fe4435272b3
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-plpython3-12
Source: postgresql-12
Version: 12.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 640
Depends: postgresql-12 (= 12.14-1.pgdg+1), libc6 (>= 2.17), libpython3.11 (>= 3.11.0)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12_12.14-1.pgdg+1_arm64.deb
Size: 107628
SHA256: a4916b628db394df4306dc16a2632c407359ca0900e7c501e631bb78833113c5
SHA1: ab15f1e6596b2c105f3ed3bf7d1a6526573770d0
MD5sum: 25548f9126f21ca0a599dd60664cb08d
Description: PL/Python 3 procedural language for PostgreSQL 12
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Python 3.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-plpython3-12-dbgsym
Source: postgresql-12
Version: 12.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 228
Depends: postgresql-plpython3-12 (= 12.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12-dbgsym_12.14-1.pgdg+1_arm64.deb
Size: 176068
SHA256: 1b0bf4a59ee383e840271c6cde7814bf9f6440d70fd0f7cc4d98eeb912366fa0
SHA1: eb64ca319e4b354fdd621e9cf67db2b1f0897ecc
MD5sum: 3fca59bac52198c8dacb96c7d072319e
Description: debug symbols for postgresql-plpython3-12
Build-Ids: 420c429b3f65f7ecf0ee0f2d2bd2daf88ddac9d3 51a7c8fe0f1b4f0a7d5ae6ce24886187ffa65c72 8ef5165430e50fb2b72f105bca595f73c84424a2 b05e95fbb1bdf96e7a2fe1d141016ca4baa6821a
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-plpython3-13
Source: postgresql-13
Version: 13.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 639
Depends: postgresql-13 (= 13.10-1.pgdg+1), libc6 (>= 2.17), libpython3.11 (>= 3.11.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13_13.10-1.pgdg+1_arm64.deb
Size: 106760
SHA256: 3f9efa46377c3e388c6ff90e96d46f1b79dcb14554e37022875784e187bc0e2f
SHA1: 17a56a4cfdb7b9c1157e77d0d30d52d890c43a3a
MD5sum: abe6d99527c17d2d722b74508dbb2bc6
Description: PL/Python 3 procedural language for PostgreSQL 13
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Python 3.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-plpython3-13-dbgsym
Source: postgresql-13
Version: 13.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 228
Depends: postgresql-plpython3-13 (= 13.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13-dbgsym_13.10-1.pgdg+1_arm64.deb
Size: 176332
SHA256: 4ab0b7b79d9d7d364b8309b67f03fb6430c3f21291d13de5c7ae80c7294c2bd0
SHA1: dcd1dbbc1ab00c8e269fc4ea395bbbd1840a3e28
MD5sum: 683ac0809646eaaa6a94ee1958da9009
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 8883736c73178f8d99e1a40dff475fbd57438a0e 8a83328c7edb91715b5073026e061df3ae38014b e05945043c996f6a53945dc278a9ed51cc87dfde ecefaab1dc62be47be6dc8dd404feac6dbfa0828
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-plpython3-14
Source: postgresql-14
Version: 14.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 655
Depends: postgresql-14 (= 14.7-1.pgdg+1), libc6 (>= 2.17), libpython3.11 (>= 3.11.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14_14.7-1.pgdg+1_arm64.deb
Size: 105792
SHA256: 2b74a54dfb2d11740353265b94d3f88ef09a0c638bba38318c45a26ada519443
SHA1: a73fc3f1b647a4f5e102f6408fac4d7e77cf139f
MD5sum: b9c36089beb9482683bba4e9dd7300e8
Description: PL/Python 3 procedural language for PostgreSQL 14
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Python 3.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-plpython3-14-dbgsym
Source: postgresql-14
Version: 14.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 230
Depends: postgresql-plpython3-14 (= 14.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14-dbgsym_14.7-1.pgdg+1_arm64.deb
Size: 177920
SHA256: 370bb1c43cb10f7959e701fd2ba62e6c6d5a901ed2370734068cd8b8c2a85351
SHA1: ba9f8110f5afa6074288b2f63e760bf56b2ccbb6
MD5sum: a317a484cb86ae8327ee3402258d158a
Description: debug symbols for postgresql-plpython3-14
Build-Ids: be761fdec9b46ded958ac8f4ef4edc6cd3bbafc1 cca1a74bef1cea56ca204b7dbe76c5fc4031992f e6d7ed26d7c820d15e07c39b8698ad1c89230048 fc9df9d543ec57aade90d1893f62e7f5a06e93ff
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-plpython3-15
Source: postgresql-15
Version: 15.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 734
Depends: postgresql-15 (= 15.2-1.pgdg+1), libc6 (>= 2.17), libpython3.11 (>= 3.11.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15_15.2-1.pgdg+1_arm64.deb
Size: 105336
SHA256: 901bc8a1682560198b11c823321477b51d4f3b808fa8bffc93c95a066e652779
SHA1: dd90dc4b869e1334e9085316089fddb452ca9218
MD5sum: 6275b52526178504b17749503d24a15e
Description: PL/Python 3 procedural language for PostgreSQL 15
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Python 3.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-plpython3-15-dbgsym
Source: postgresql-15
Version: 15.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 228
Depends: postgresql-plpython3-15 (= 15.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15-dbgsym_15.2-1.pgdg+1_arm64.deb
Size: 178228
SHA256: cca0812f26739f263162ea0af14c7d2be981afa9b0d74bad4b235cc5774d981c
SHA1: b85c4861615442a98ba93b08328f75085a3c17c0
MD5sum: 7ea116e8639ad9eaf607bc2b78c5749d
Description: debug symbols for postgresql-plpython3-15
Build-Ids: 6de06f702fbd3906b048645c97996e35b2f2f707 bcf7794daed58710d6f98c44cf1b90fdc0cb855f c8fe5914e01d36976cef4749f3be63a3a2dbdcc3 f6b62a0ab57f3ad1cd4ec4eb1f8bd5b0d3d4bb4f
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-pltcl-11
Source: postgresql-11
Version: 11.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-11 (= 11.19-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11_11.19-1.pgdg+1_arm64.deb
Size: 39508
SHA256: 64da657b6899e37eb72defe2175c3da564b71d3bf17c0c09b88ecbbee3b9c3d3
SHA1: b5c72a080a50df20df94d76289402474c0db365a
MD5sum: e4d8495c9a8477c45ac6cc498734860e
Description: PL/Tcl procedural language for PostgreSQL 11
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Tcl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-pltcl-11-dbgsym
Source: postgresql-11
Version: 11.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-pltcl-11 (= 11.19-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11-dbgsym_11.19-1.pgdg+1_arm64.deb
Size: 71156
SHA256: d7b77ed7a7dcb1974669f52cd330a22758d56d1cb02ff2d75c6248e5d77ea0f7
SHA1: b6efc2d63cc54cf271e3d9dc6909ba4cf1bc5cfd
MD5sum: 69fca61fd2616171116818b0eba23826
Description: debug symbols for postgresql-pltcl-11
Build-Ids: d9f845338707899c54ef11b32aa815de3c8f74cf
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-pltcl-12
Source: postgresql-12
Version: 12.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-12 (= 12.14-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12_12.14-1.pgdg+1_arm64.deb
Size: 40472
SHA256: 23b312ee1d7427c7322036f78206e8cbe09196f3adc97f149bbb1f775585a0ce
SHA1: 704e3322a96f3a85c084ffcb78ae23c7451b6602
MD5sum: d627e9a8a23ffb8350aac9145ca34700
Description: PL/Tcl procedural language for PostgreSQL 12
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Tcl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-pltcl-12-dbgsym
Source: postgresql-12
Version: 12.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-pltcl-12 (= 12.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12-dbgsym_12.14-1.pgdg+1_arm64.deb
Size: 72216
SHA256: 8cf4e7625082ceff5ee8e8189d7e67f293242ebe323fe0eb127f1e1361744716
SHA1: 33d7fcd2f026ff53abd44fbbd34ef0d0eb3051c0
MD5sum: bc4968bf84c0f7cce85a3e4e05b7d979
Description: debug symbols for postgresql-pltcl-12
Build-Ids: 38c4839b091842436ac8d8ca0aeee7afdf930689
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-pltcl-13
Source: postgresql-13
Version: 13.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 188
Depends: postgresql-13 (= 13.10-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13_13.10-1.pgdg+1_arm64.deb
Size: 41264
SHA256: 5681b142136d253e0e99e2db4ee81c1fa42b5a03ebd078b0a1bd82dee6b0cd1a
SHA1: 4ce0f234e56b38a494d84b1c798035758c018f9f
MD5sum: 7175dab9fd27f185e43cc602e6085d6a
Description: PL/Tcl procedural language for PostgreSQL 13
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Tcl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-pltcl-13-dbgsym
Source: postgresql-13
Version: 13.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-pltcl-13 (= 13.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13-dbgsym_13.10-1.pgdg+1_arm64.deb
Size: 75476
SHA256: b11a60d0c384bbbe3e5134caa55ff32c22a6a0858424fcd8609ccab15bd8e01b
SHA1: 2d25055fe4ee0b90450cf04d6bd006f5535f0037
MD5sum: 7a2ec14acd7e469e4010446d2b89a8eb
Description: debug symbols for postgresql-pltcl-13
Build-Ids: 83d1d067bf8c67e1f6d7666957b395beabadc776
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-pltcl-14
Source: postgresql-14
Version: 14.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-14 (= 14.7-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14_14.7-1.pgdg+1_arm64.deb
Size: 37824
SHA256: cb1e5dab74b16fae2695961abdc6a33ac5b126ef07b66db44056cbcd8c1ad94e
SHA1: a6248aa6b0024b98a59e1e500eb647f7fa8252cd
MD5sum: 624509020faf2332ba41dbe76592b6a3
Description: PL/Tcl procedural language for PostgreSQL 14
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Tcl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-pltcl-14-dbgsym
Source: postgresql-14
Version: 14.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-pltcl-14 (= 14.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14-dbgsym_14.7-1.pgdg+1_arm64.deb
Size: 76084
SHA256: 76d7c79ff5c9fa862a8590b8247b4087c2fa6e2f52c66d368919de5d0d4cdfb8
SHA1: 607d2f192eadbff3616528c1866fb3ffacf4a7b7
MD5sum: a0d0d7bf05003b02cfb5d18c9e6f9a03
Description: debug symbols for postgresql-pltcl-14
Build-Ids: 65e525afb1f5392f65a5619351d3b2ec035b9e41
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-pltcl-15
Source: postgresql-15
Version: 15.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: postgresql-15 (= 15.2-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15_15.2-1.pgdg+1_arm64.deb
Size: 36564
SHA256: 8d8c34dfaf69d3c9e4b647b7c08268c26d40d50050334ed9acd6ff7d7194f1fe
SHA1: 8fcc4ce7302de46ed4ff16705c422624ca0dcc3e
MD5sum: 049d1d51e6b78dc12ddb7ce2740af4e2
Description: PL/Tcl procedural language for PostgreSQL 15
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Tcl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-pltcl-15-dbgsym
Source: postgresql-15
Version: 15.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-pltcl-15 (= 15.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15-dbgsym_15.2-1.pgdg+1_arm64.deb
Size: 80688
SHA256: d442b629f5edcf8124b5fc52b5dd47dc55ca2076bc499637d1a3bb34d5c5d7d5
SHA1: 7b65b68c196ae9430571d2c1b81671b681d817bf
MD5sum: 535b779afeffb520223db0f02025ae44
Description: debug symbols for postgresql-pltcl-15
Build-Ids: 8704391e10344891bd1335945cdcc447cbe2aff2
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-server-dev-11
Source: postgresql-11
Version: 11.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5059
Depends: clang-14, libpq-dev (>= 11~~), llvm-14-dev, postgresql-client-11 (= 11.19-1.pgdg+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-11/postgresql-server-dev-11_11.19-1.pgdg+1_arm64.deb
Size: 926508
SHA256: da56cbeafbf8159aa9f7ab3ffe358670c88c3c5b924958ed312a5ca51098a7b1
SHA1: 23ce6c5f13c917bae48c6444aa389dffbf2ddce3
MD5sum: 90e5f559be103f757aae59c846125215
Description: development files for PostgreSQL 11 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.
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-server-dev-12
Source: postgresql-12
Version: 12.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5629
Depends: clang-14, libpq-dev (>= 12~~), llvm-14-dev, postgresql-client-12 (>= 12.1-2~), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-12/postgresql-server-dev-12_12.14-1.pgdg+1_arm64.deb
Size: 993488
SHA256: a9ddbedf48256046829eb51c16ce365e7e69c7660dfa20b03fc8b6cdc38c7613
SHA1: 1b71949980fc7617b8527634dbfda25cfbdc2c1d
MD5sum: 723fe16e2ab36a97581e0be26af00e33
Description: development files for PostgreSQL 12 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.
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-server-dev-13
Source: postgresql-13
Version: 13.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6137
Depends: clang-14, libpq-dev (>= 13~~), llvm-14-dev, postgresql-client-13, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/postgresql-server-dev-13_13.10-1.pgdg+1_arm64.deb
Size: 1039244
SHA256: 4978f8784bbe3e2821a91068d9cc30b4c542656c20482fcac3bf59c8209fe308
SHA1: 386aa52cd767a99e5a7c57e0dc1ac3fa338d2611
MD5sum: 41c665bd640239cd0d3463fe8476d58f
Description: development files for PostgreSQL 13 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.
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-server-dev-14
Source: postgresql-14
Version: 14.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6650
Depends: clang-14, libpq-dev (>= 14~~), llvm-14-dev, postgresql-client-14, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14_14.7-1.pgdg+1_arm64.deb
Size: 1112820
SHA256: 547f7b5c683876101ef6a79acf0a25822b43d6545f6ce2b8874b3f5b87e6c681
SHA1: 0eb62ba036e50c17aaef36d9d5f4ae21a2e76f29
MD5sum: 52f9910a5308620037be3454c47b9c25
Description: development files for PostgreSQL 14 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.
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-server-dev-15
Source: postgresql-15
Version: 15.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6806
Depends: clang-14, libpq-dev (>= 15~~), llvm-14-dev, postgresql-client-15, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/postgresql-server-dev-15_15.2-1.pgdg+1_arm64.deb
Size: 1136320
SHA256: ebf5d5b5235b768af5be0d8e5db14b80acbfde18f8bab04405e0a6dae4b0cf17
SHA1: 77c8ec51fb7c744e435eb532c343eb1b88faabe4
MD5sum: ddebe4985e935cccfca2460aceb39acd
Description: development files for PostgreSQL 15 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.
Timestamp: 2023-02-09 14:16:02+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 247.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: make:any, postgresql-common (= 247.pgdg+1), postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12, postgresql-server-dev-13, postgresql-server-dev-14, postgresql-server-dev-15
Multi-Arch: same
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_247.pgdg+1_arm64.deb
Size: 20308
SHA256: 96fe93ce6d7ac140b9650b6315876364b84ac8eba414a702f8c8d2aac221a648
SHA1: c99ee55ef66978eb3ea8cd7ebef7b28e91c9f850
MD5sum: d7f038d53a09a7557ac337452195728b
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, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 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.
Timestamp: 2023-02-09 14:16:02+00

Package: libecpg-compat3
Source: postgresql-9.1
Version: 9.1.24-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libecpg-compat3_9.1.24-11.pgdg+1_arm64.deb
Size: 11908
SHA256: ee69783ead21afa1226199e7f632c08dfad7799b5634dd0ec2c604d01655e205
SHA1: 2b7b963c8270c9f7feb037175b7fa489a72a5bc5
MD5sum: d6f118e1539b8398e9a99c8db884a76b
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.
Timestamp: 2023-02-20 20:51:39+00

Package: libecpg-dev
Source: postgresql-9.1
Version: 9.1.24-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1025
Depends: libc6 (>= 2.34), libpq-dev, libecpg6 (= 9.1.24-11.pgdg+1), libecpg-compat3 (= 9.1.24-11.pgdg+1), libpgtypes3 (= 9.1.24-11.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libdevel
Filename: pool/9.1/p/postgresql-9.1/libecpg-dev_9.1.24-11.pgdg+1_arm64.deb
Size: 192236
SHA256: a6d199a75d9a2f18c0ae4f9e74dd80037a6270dbcd840a83bf7e2338c19f8ba4
SHA1: 1171beb4be789811ca126e4eca6a6dcd7753e78c
MD5sum: c9732237609879356333620fe5b60fb6
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).
Timestamp: 2023-02-20 20:51:39+00

Package: libecpg6
Source: postgresql-9.1
Version: 9.1.24-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 421
Depends: libc6 (>= 2.34), libpgtypes3, libpq5
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libecpg6_9.1.24-11.pgdg+1_arm64.deb
Size: 72124
SHA256: 0e3a9b1c87b38a0ad857814c818d5d3cbdd1c01cad273f9fd68a1fd296b238de
SHA1: 417860f773f42c8d3e6b2ae85b88e16037757e9e
MD5sum: 6a76d44bd325d46742a1e6d9bb48c706
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.
Timestamp: 2023-02-20 20:51:39+00

Package: libpgtypes3
Source: postgresql-9.1
Version: 9.1.24-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libpgtypes3_9.1.24-11.pgdg+1_arm64.deb
Size: 32256
SHA256: d1e3d447b7fe3b75f38c15235f067386c83c7b2bec47a2d41f3df1c903ff1ff9
SHA1: a58571294e687a7b016155a2dcb44977818bdb69
MD5sum: 31a0a13e25ad9416cb22fbcef9dacc30
Description: shared library libpgtypes for PostgreSQL 9.1
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-02-20 20:51:39+00

Package: libpq-dev
Source: postgresql-9.1
Version: 9.1.24-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 922
Depends: libc6 (>= 2.34), libpq5 (= 9.1.24-11.pgdg+1)
Suggests: postgresql-doc-9.1
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libdevel
Filename: pool/9.1/p/postgresql-9.1/libpq-dev_9.1.24-11.pgdg+1_arm64.deb
Size: 169208
SHA256: 1ac5d370451deb3a04f862f06563ef7585be276893a9168f35d7282efcb1f3c1
SHA1: eedc383dd172c5f994d183e5d5e8398cdc8aebc1
MD5sum: 267d09df66cb270c71515677deea3be8
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.
Timestamp: 2023-02-20 20:51:39+00

Package: libpq5
Source: postgresql-9.1
Version: 9.1.24-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 542
Depends: libc6 (>= 2.33), libcom-err2 (>= 1.43.9), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap-2.5-0 (>= 2.5.4)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libpq5_9.1.24-11.pgdg+1_arm64.deb
Size: 110748
SHA256: fd46c6b2043ab9454a674aa636e6e6871e96fd9ac329dc1476e35504b66d93c5
SHA1: ffe64a607ed06cbb1cf0b1374f6bad57d6031132
MD5sum: 4b5b3cd41946c061d912643507248670
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.
Timestamp: 2023-02-20 20:51:39+00

Package: libecpg-compat3
Source: postgresql-9.2
Version: 9.2.24-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 91
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libecpg-compat3_9.2.24-8.pgdg+1_arm64.deb
Size: 11804
SHA256: b32a521774135179c3fe513fcfb9e4e2a8570275ba9b785d6aef7342e3f406e1
SHA1: 7aeaef0778346402d89b241278796974e77879d8
MD5sum: f912150fbd5ea5d504601a81adaebb4e
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.
Timestamp: 2023-02-20 20:51:49+00

Package: libecpg-dev
Source: postgresql-9.2
Version: 9.2.24-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1026
Depends: libc6 (>= 2.34), libpq-dev, libecpg6 (= 9.2.24-8.pgdg+1), libecpg-compat3 (= 9.2.24-8.pgdg+1), libpgtypes3 (= 9.2.24-8.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libdevel
Filename: pool/9.2/p/postgresql-9.2/libecpg-dev_9.2.24-8.pgdg+1_arm64.deb
Size: 194188
SHA256: 15fe776207e29080e13d9b3b534d4a0342ce89a33d490b547ad419a527a8d629
SHA1: dadb69070dfc7f76deba50e6b35a095f4a47717c
MD5sum: b8d0991521cacc1aa3d5a55a6783308a
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).
Timestamp: 2023-02-20 20:51:49+00

Package: libecpg6
Source: postgresql-9.2
Version: 9.2.24-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 418
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libecpg6_9.2.24-8.pgdg+1_arm64.deb
Size: 71200
SHA256: 956637c0b8223fd5d63afd341c32eff2448f1bb8c91bd0abb909f189fcc3f053
SHA1: 80eccadeb779b2d4fbe73dc6b8380421c7d0f5b3
MD5sum: 88b661f98a932b6ff652c2b9daf1407e
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.
Timestamp: 2023-02-20 20:51:49+00

Package: libpgtypes3
Source: postgresql-9.2
Version: 9.2.24-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libpgtypes3_9.2.24-8.pgdg+1_arm64.deb
Size: 32156
SHA256: abfe9baeeb4c812c89f254d347dc8111855e987f05b92356aaa47fa116d40f8b
SHA1: 5050481c3a6d85ef31b6f6af0d733ee3441a2b8b
MD5sum: 5e426285497d4bd57a8a92dab35f3ab2
Description: shared library libpgtypes for PostgreSQL 9.2
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-02-20 20:51:49+00

Package: libpq-dev
Source: postgresql-9.2
Version: 9.2.24-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 963
Depends: libc6 (>= 2.34), libpq5 (= 9.2.24-8.pgdg+1)
Suggests: postgresql-doc-9.2
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libdevel
Filename: pool/9.2/p/postgresql-9.2/libpq-dev_9.2.24-8.pgdg+1_arm64.deb
Size: 176820
SHA256: 66ff78f69b470c4979eff6eb4da032a79c1d530c148e2172095b86985571553a
SHA1: 5e85218064139b444d2a734c51485ba299b15de6
MD5sum: 4fd3240f71a9f466636c0650ed34fb07
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.
Timestamp: 2023-02-20 20:51:49+00

Package: libpq5
Source: postgresql-9.2
Version: 9.2.24-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 521
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libpq5_9.2.24-8.pgdg+1_arm64.deb
Size: 112384
SHA256: e8fea9e024bbcdc59c0391be05527b24c6dd52256c01c68e658388cc91ebf795
SHA1: 63a0bb7c0864c4f2b9fedc7bfdcf32cccdd52083
MD5sum: 3823e553f827f96394ab39273bc7c3b9
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.
Timestamp: 2023-02-20 20:51:49+00

Package: libecpg-compat3
Source: postgresql-9.3
Version: 9.3.25-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libecpg-compat3_9.3.25-7.pgdg+1_arm64.deb
Size: 11816
SHA256: 3fa1b012bed10b61c56243e149725c75d86739fbfe4d79407d008472ef0e69ca
SHA1: 569e76a73c34836d2f4ffc4fb3640cd14d88110e
MD5sum: f0f705f1ecf12f94b19f269b62bf19eb
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.
Timestamp: 2023-02-20 20:52:01+00

Package: libecpg-dev
Source: postgresql-9.3
Version: 9.3.25-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1097
Depends: libc6 (>= 2.34), libpq-dev, libecpg6 (= 9.3.25-7.pgdg+1), libecpg-compat3 (= 9.3.25-7.pgdg+1), libpgtypes3 (= 9.3.25-7.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libdevel
Filename: pool/9.3/p/postgresql-9.3/libecpg-dev_9.3.25-7.pgdg+1_arm64.deb
Size: 198092
SHA256: 5d171f4a36a1ac3ffbca6911561f4b6edb7763890b7b45878c762d2a3104bbb6
SHA1: 0f80972c8f8126ce467c937779f4b32f643d1a06
MD5sum: 04bb6403d313ed04d5ce4d9b3c97bc56
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).
Timestamp: 2023-02-20 20:52:01+00

Package: libecpg6
Source: postgresql-9.3
Version: 9.3.25-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 419
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libecpg6_9.3.25-7.pgdg+1_arm64.deb
Size: 71668
SHA256: 20069c41610fb0fea6fd3568dd2fcb1525e647b150632559655efdff23b16a69
SHA1: acb9e3c506828413dca2bf476344c0e037bedbcd
MD5sum: 30386624bb469b9e2cc4c20a336118e8
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.
Timestamp: 2023-02-20 20:52:01+00

Package: libpgtypes3
Source: postgresql-9.3
Version: 9.3.25-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libpgtypes3_9.3.25-7.pgdg+1_arm64.deb
Size: 32208
SHA256: 953996bc113a293f0a6fec8703354e96cb10fadb3941d112e10cbf75ea35d5f5
SHA1: 3c4814c860efba14653d9d5eddfd7b7c6fc616b3
MD5sum: f203e75a6fa88a29ca3de667c1eec490
Description: shared library libpgtypes for PostgreSQL 9.3
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-02-20 20:52:01+00

Package: libpq-dev
Source: postgresql-9.3
Version: 9.3.25-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 729
Depends: libc6 (>= 2.34), libpq5 (= 9.3.25-7.pgdg+1)
Suggests: postgresql-doc-9.3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libdevel
Filename: pool/9.3/p/postgresql-9.3/libpq-dev_9.3.25-7.pgdg+1_arm64.deb
Size: 144300
SHA256: acdaf939cbd0a62419ae0f09a6a280ce77e20459080ae37ac4671f0b54a082d0
SHA1: 06be63e8fe50d49b4ffd45dcd34255ba4cd613f6
MD5sum: 5ea3e338e85a5755ec90dbc9e4e90e20
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.
Timestamp: 2023-02-20 20:52:01+00

Package: libpq5
Source: postgresql-9.3
Version: 9.3.25-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 534
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libpq5_9.3.25-7.pgdg+1_arm64.deb
Size: 113704
SHA256: 179b81f6e662357f292872c02ec1b2ab04d9c1f33d3294e4a4987069b9f53bd1
SHA1: e6811fec4a02f8beee80daa851e31d11ee3d284d
MD5sum: 2ab69f7bdcc483c7b3b1da44044094db
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.
Timestamp: 2023-02-20 20:52:01+00

Package: libecpg-compat3
Source: postgresql-9.4
Version: 9.4.26-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libecpg-compat3_9.4.26-6.pgdg+1_arm64.deb
Size: 13932
SHA256: bb8ba3eb36fbe988c9ea3cff6e4663ee91790a9dfe6b215d397753192dc0de72
SHA1: ab447a15ac73dba5bdff0a6dfc33529e2eb38a13
MD5sum: 603e9832ec80c17579533ebe0281c0d2
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.
Timestamp: 2023-02-20 20:52:15+00

Package: libecpg-dev
Source: postgresql-9.4
Version: 9.4.26-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1108
Depends: libc6 (>= 2.34), libpq-dev, libecpg6 (= 9.4.26-6.pgdg+1), libecpg-compat3 (= 9.4.26-6.pgdg+1), libpgtypes3 (= 9.4.26-6.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libdevel
Filename: pool/9.4/p/postgresql-9.4/libecpg-dev_9.4.26-6.pgdg+1_arm64.deb
Size: 203508
SHA256: dad81c33b30eb781cb0f8b8241bbea7a70110ecb527eb2a4f6df46275e8640d6
SHA1: 0b732ce6c12121e66a2e0cc6dfbf3bba9e1a7893
MD5sum: 628f028b85549859cc703442855fbb9e
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).
Timestamp: 2023-02-20 20:52:15+00

Package: libecpg6
Source: postgresql-9.4
Version: 9.4.26-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 432
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libecpg6_9.4.26-6.pgdg+1_arm64.deb
Size: 75252
SHA256: 3471f55fe53393bcf2f7b30c20eb32ceb51b0430450ff985fc2d66eb9f9d0b2f
SHA1: 0d98f9df98f338c35273908ce7af3328ce910779
MD5sum: 7d6c8264fbc173d7208230f2cfb72ffc
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.
Timestamp: 2023-02-20 20:52:15+00

Package: libpgtypes3
Source: postgresql-9.4
Version: 9.4.26-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libpgtypes3_9.4.26-6.pgdg+1_arm64.deb
Size: 34176
SHA256: d2622cce6780ad1b212fde46e9cea857325a5be073cfac8bb8fb09fcb33a033f
SHA1: c03edb7b9b69929d288abc2360f141e3ad90def2
MD5sum: 468454931ae9cb7058596f64a1260e9c
Description: shared library libpgtypes for PostgreSQL 9.4
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-02-20 20:52:15+00

Package: libpq-dev
Source: postgresql-9.4
Version: 9.4.26-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 738
Depends: libc6 (>= 2.34), libpq5 (= 9.4.26-6.pgdg+1)
Suggests: postgresql-doc-9.4
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libdevel
Filename: pool/9.4/p/postgresql-9.4/libpq-dev_9.4.26-6.pgdg+1_arm64.deb
Size: 147244
SHA256: 7f4bcd97e1a834b7ee79e61b6189eb38b22d0c84edd11470fea555fbeb4b1e29
SHA1: 7d9bb055daecf4c8c3e1865fb8c053d302639fe9
MD5sum: 2d3e4896e32c71397623a9dc8ca037b6
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.
Timestamp: 2023-02-20 20:52:15+00

Package: libpq5
Source: postgresql-9.4
Version: 9.4.26-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 533
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libpq5_9.4.26-6.pgdg+1_arm64.deb
Size: 117420
SHA256: c7e62fc81e4ca712b7c9a58be10bfa84aecab32053eb6609fbd13c035ca88793
SHA1: afbb4a78437ec3c639d72c769a9b2ee7daeb2e27
MD5sum: 02b60c8a47b7c97a3ef6c717dcaf0648
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.
Timestamp: 2023-02-20 20:52:15+00

Package: libecpg-compat3
Source: postgresql-9.5
Version: 9.5.25-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libecpg-compat3_9.5.25-5.pgdg+1_arm64.deb
Size: 15940
SHA256: 18ef6c392ca1aceb9834decdc77ec5bc4cdd38bce99a041f61e1c8f22c489e1b
SHA1: 68e7d28c74d1f9564e8fc299d8b39700248bf488
MD5sum: 631baf922d1430dd170b659720c53c1d
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.
Timestamp: 2023-02-20 20:52:25+00

Package: libecpg-dev
Source: postgresql-9.5
Version: 9.5.25-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1174
Depends: libc6 (>= 2.34), libpq-dev, libecpg6 (= 9.5.25-5.pgdg+1), libecpg-compat3 (= 9.5.25-5.pgdg+1), libpgtypes3 (= 9.5.25-5.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libdevel
Filename: pool/9.5/p/postgresql-9.5/libecpg-dev_9.5.25-5.pgdg+1_arm64.deb
Size: 211212
SHA256: 2741fae72ba2185623429c4d198efe653013c61001f1856df777101570337495
SHA1: 64cb109a646936902ef0d658e6daea58ac734228
MD5sum: 9ea0e090e24974e9b5a7c32f84728688
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).
Timestamp: 2023-02-20 20:52:25+00

Package: libecpg6
Source: postgresql-9.5
Version: 9.5.25-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 458
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libecpg6_9.5.25-5.pgdg+1_arm64.deb
Size: 80464
SHA256: cd732bf2540116efe56660199ad26172dadbed63f8629e9eb82591d0fe189678
SHA1: b0c92d5850e5ccac35e11137a27f0df23e223b17
MD5sum: c6a5e1dd08fb72c59213632a94e61b0c
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.
Timestamp: 2023-02-20 20:52:25+00

Package: libpgtypes3
Source: postgresql-9.5
Version: 9.5.25-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libpgtypes3_9.5.25-5.pgdg+1_arm64.deb
Size: 36164
SHA256: f3079282a81316b1761f71b639392ead967313c338b8fe1136d59608c33978c2
SHA1: 0607aa4baac3ea923d7f1b9f422def413fb76aee
MD5sum: 8a74acb44dcb6d0ca7e35253487a24eb
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.
Timestamp: 2023-02-20 20:52:25+00

Package: libpq-dev
Source: postgresql-9.5
Version: 9.5.25-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 759
Depends: libc6 (>= 2.34), libpq5 (= 9.5.25-5.pgdg+1)
Suggests: postgresql-doc-9.5
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libdevel
Filename: pool/9.5/p/postgresql-9.5/libpq-dev_9.5.25-5.pgdg+1_arm64.deb
Size: 153336
SHA256: e954ffc2747e0fc38a0357811155d5a11989aa95e5d5a1c4fef8d7b15a455e0e
SHA1: 2a20a31cced78d590268415bb23abade83263a5f
MD5sum: 2cb6b900390bcf2bd4b694809d6a04ee
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.
Timestamp: 2023-02-20 20:52:25+00

Package: libpq5
Source: postgresql-9.5
Version: 9.5.25-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 584
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libpq5_9.5.25-5.pgdg+1_arm64.deb
Size: 129160
SHA256: 9ee4f530071fe3d07696aa31b5a8ead89d610ddc2a4431371bc3900c264ded93
SHA1: 665f2a3394434d12061447aa73e15774bf3c2b21
MD5sum: e890e5567773e7863c7e337e4684ee60
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.
Timestamp: 2023-02-20 20:52:25+00

Package: libecpg-compat3
Source: postgresql-9.6
Version: 9.6.24-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg-compat3_9.6.24-4.pgdg+1_arm64.deb
Size: 17152
SHA256: 5f7b8774e5e283e97768a6baf52d5e29afccc2cd3f99d2c2353960f24eb52304
SHA1: d03defbe36e07e816a3cf2e248fde51fa0b87066
MD5sum: 28d16613138c50f3882e14c4da3c1c02
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.
Timestamp: 2023-02-20 20:52:36+00

Package: libecpg-dev
Source: postgresql-9.6
Version: 9.6.24-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1175
Depends: libecpg-compat3 (= 9.6.24-4.pgdg+1), libecpg6 (= 9.6.24-4.pgdg+1), libpgtypes3 (= 9.6.24-4.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libecpg-dev_9.6.24-4.pgdg+1_arm64.deb
Size: 215108
SHA256: 84c66e0ec1932071c210620ee27bf7a3c4b3f92fded3d621bec8f679d2f4f178
SHA1: fe05b3b4286a216dc679dce0f4e0da0670d39f69
MD5sum: 1061a608bbdc4f9855d09afe86dd8865
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).
Timestamp: 2023-02-20 20:52:36+00

Package: libecpg6
Source: postgresql-9.6
Version: 9.6.24-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 460
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg6_9.6.24-4.pgdg+1_arm64.deb
Size: 81028
SHA256: 73462c825534aa51d88daad6148bcc8d3a166b1da0233d77703b5f63c291255b
SHA1: 4bd71ae080ee8c8442fd136672a93790be9f988b
MD5sum: 5792903c863e2ac9d4b7faebdb193107
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.
Timestamp: 2023-02-20 20:52:36+00

Package: libpgtypes3
Source: postgresql-9.6
Version: 9.6.24-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpgtypes3_9.6.24-4.pgdg+1_arm64.deb
Size: 37484
SHA256: fd55e834cf9e496d1aad461a4d1f574df112b7099e3233a751708a1fa2b85095
SHA1: caee4ad3ebcb17907ee8f7344c1dab6c77941ddf
MD5sum: 8ec1f5445aa195d2939b03abd803111d
Description: shared library libpgtypes for PostgreSQL 9.6
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-02-20 20:52:36+00

Package: libpq-dev
Source: postgresql-9.6
Version: 9.6.24-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 768
Depends: libpq5 (= 9.6.24-4.pgdg+1), libc6 (>= 2.34)
Suggests: postgresql-doc-9.6
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libpq-dev_9.6.24-4.pgdg+1_arm64.deb
Size: 155504
SHA256: 79ae1bb5821d8a1561445b7751621bb857ed2d27c28595c497f5d023877ef811
SHA1: 30aab8c4299eed08c88536b1654a55343d9dd570
MD5sum: 787064d7b8a1fcce5172c604c3e8be2d
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.
Timestamp: 2023-02-20 20:52:36+00

Package: libpq5
Source: postgresql-9.6
Version: 9.6.24-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 596
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpq5_9.6.24-4.pgdg+1_arm64.deb
Size: 130412
SHA256: 7d566c7904deae29ba30e840c60c39882b53fcc4374a91b36ade2ca0132025e2
SHA1: 3f5fcb17d53a8ce15e2a9db7e427b84fcee5884b
MD5sum: f6daaa221a8c7cb8a510decbffaed0ec
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.
Timestamp: 2023-02-20 20:52:36+00

Package: bucardo
Version: 5.6.0-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 997
Depends: adduser, perl (>= 5.10.0), libdbix-safe-perl, libdbd-pg-perl, libboolean-perl, lsb-base (>= 3.0-3), libpod-parser-perl (>= 1.63)
Recommends: postgresql-plperl
Homepage: https://bucardo.org/
Priority: optional
Section: database
Filename: pool/main/b/bucardo/bucardo_5.6.0-4.pgdg+1_all.deb
Size: 212056
SHA256: b61c12315cc062a432afd6ec8b5b6258e64dd780a5b30aaf7fe37159f61d71c1
SHA1: 816652b113edae612bc35219192ae7af5538f218
MD5sum: 57a1a370ee276f61509d6b61b52515b3
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.
Timestamp: 2023-02-20 21:12:03+00

Package: libdbd-pg-perl
Version: 3.16.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Installed-Size: 568
Depends: perl (>= 5.36.0-4), perl-dbdabi-94, perlapi-5.36.0, libc6 (>= 2.17), libpq5 (>= 9.3~), libdbi-perl, libversion-perl
Homepage: https://metacpan.org/release/DBD-Pg
Priority: optional
Section: perl
Filename: pool/main/libd/libdbd-pg-perl/libdbd-pg-perl_3.16.0-2.pgdg+1_arm64.deb
Size: 201944
SHA256: a44476df6bfb419f0434f240d4f2266286da9edc7bf8649aa96c7c4a7d42b216
SHA1: e9e14fffc0c53d460fb7941c78ad4579ab3d4405
MD5sum: 0232f951df78a0a8308dd88a3548e0a4
Description: Perl DBI driver for the PostgreSQL database server
 DBD::Pg is a Perl DBI Database Driver module that works with the DBI module to
 provide access to PostgreSQL databases. It enables you to control a PostgreSQL
 database in a Perl script.
Timestamp: 2023-02-20 21:12:03+00

Package: libdbd-pg-perl-dbgsym
Source: libdbd-pg-perl
Version: 3.16.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Installed-Size: 219
Depends: libdbd-pg-perl (= 3.16.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/libd/libdbd-pg-perl/libdbd-pg-perl-dbgsym_3.16.0-2.pgdg+1_arm64.deb
Size: 198972
SHA256: e606fcfbe671d471cd601b79331a928093d6a76c68cb61fb8025bd6df54abc33
SHA1: df41b866ddc67fb4e872281175f49c671b178a97
MD5sum: 869cf6ee300ebb6eced8d429d2359c47
Description: debug symbols for libdbd-pg-perl
Build-Ids: dbf3a335fb3e9e78406a777330d37bb9a2f590a7
Timestamp: 2023-02-20 21:12:03+00

Package: libpostgresql-jdbc-java
Source: libpgjava
Version: 42.5.4-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 1040
Conflicts: libpg-java (<= 9.1-901-1), libpgjava (<= 7.4.7-3)
Replaces: libpg-java (<= 9.1-901-1), libpgjava
Provides: libpg-java, libpgjava
Built-Using: libscram-java (= 2.1-1.pgdg+1)
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: java
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java_42.5.4-1.pgdg+1_all.deb
Size: 958092
SHA256: c647cbb5a8943172051258da568b42fc9cc44aba77a9d39c8da933a0d542e9e0
SHA1: 61bf98daf700880e62807e93c65e28a81910a32f
MD5sum: 60987b18b696797637f043fe26dfe647
Description: Java database (JDBC) driver for PostgreSQL
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
Timestamp: 2023-02-20 21:12:03+00

Package: libpostgresql-jdbc-java-doc
Source: libpgjava
Version: 42.5.4-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 11336
Depends: default-jdk-doc
Conflicts: libpg-java-doc (<= 8.4-702-1)
Replaces: libpg-java-doc
Provides: libpg-java-doc
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java-doc_42.5.4-1.pgdg+1_all.deb
Size: 445668
SHA256: f4d3b42913be07a95e2df6a206682732b284cf382a0e16ff1468bd95856b05e4
SHA1: 239e234006081035b2e535e135726cce225a9ec8
MD5sum: 809f7c010162672dabd8c1950aa6943b
Description: Java database (JDBC) driver for PostgreSQL (documentation)
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
 .
 This package contains the documentation.
Timestamp: 2023-02-20 21:12:03+00

Package: pgcluu
Version: 3.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2473
Depends: libjs-jquery, libjs-underscore, perl:any, postgresql-common
Recommends: sysstat
Homepage: https://pgcluu.darold.net/
Priority: optional
Section: database
Filename: pool/main/p/pgcluu/pgcluu_3.4-1.pgdg+1_all.deb
Size: 356604
SHA256: 78394de3a5fb9d62a8c74091b12595169fd8867d960cf5d16af5c43a88b23a9b
SHA1: 3eb7f8c53acdf8ef2dbd10e09f7ea80b254950ed
MD5sum: 8e0b328fb54e1d6229fbb6bae951f087
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 three parts:
 .
 pgcluu_collectd: collector used to grab statistics of the PostgreSQL cluster
 using the psql command line utility and sar from the sysstat package
 .
 pgcluu: generates static HTML output containing charts and graphs
 .
 pgcluu.cgi: generates dynamic HTML output containing charts and graphs
Timestamp: 2023-02-20 21:12:03+00

Package: pgformatter
Version: 5.5-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 296
Depends: perl:any
Multi-Arch: foreign
Homepage: https://sqlformat.darold.net/
Priority: optional
Section: database
Filename: pool/main/p/pgformatter/pgformatter_5.5-1.pgdg+1_all.deb
Size: 87372
SHA256: 5799cbc4b669ad21b456c5553d9a9088f4b73276492fc483f6736354519a29fc
SHA1: f49f80f3ffbecc8a3fe10329f01f0cad1cc748b0
MD5sum: 088706495b9133c9218a905e7592ef21
Description: PostgreSQL SQL syntax beautifier
 This SQL formatter/beautifier supports keywords from SQL-92, SQL-99,
 SQL-2003, SQL-2008, SQL-2011 and PostgreSQL specifics keywords. May
 works with any other databases too.
 .
 pgFormatter can work as a console program or as a CGI. pg_format will
 automatically detect its environment and output as text or as HTML
 following the context.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-10-decoderbufs
Source: postgres-decoderbufs
Version: 2.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-10, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs_2.1.2-1.pgdg+1_arm64.deb
Size: 14080
SHA256: 5b2e1b7e822e3b2037ef80c0bca3f4e068393dccafe1112b6f863e016d43aa8e
SHA1: 70179a722fb136c710e3e4251502e9db65dc7bb4
MD5sum: 7a1eb1aa035a1377649f0e1a83a829c2
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-10-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-10-decoderbufs (= 2.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs-dbgsym_2.1.2-1.pgdg+1_arm64.deb
Size: 38060
SHA256: 6c9235ad8dab8eb7b5ca7d0b619d163cd82aedc190990802ea58218f57858568
SHA1: 643449c53039817c0a5544db66ec73a4d875a6f6
MD5sum: af69d9221cfcdad89f2966fd090c3eb9
Description: debug symbols for postgresql-10-decoderbufs
Build-Ids: 1a58538a36da44b407021fb457817d07eb214ea7
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-10-partman
Source: pg-partman
Version: 4.7.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6829
Depends: postgresql-10, python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-10-partman_4.7.2-1.pgdg+1_arm64.deb
Size: 244888
SHA256: 220dc7c9b525af4db50f5649016b9d4fbf5b5c87f946fdabccae05ac3a328f1f
SHA1: 57d6605cc38eeff1e14fbff3de188d47fd24db6a
MD5sum: 5616cc8d5ba3f95e965e661e7c59daae
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-10-partman-dbgsym
Source: pg-partman
Version: 4.7.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-10-partman (= 4.7.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-10-partman-dbgsym_4.7.2-1.pgdg+1_arm64.deb
Size: 20316
SHA256: b8519812e6b0b22d2c01bfe9af3a686d3062b8a1faf32539f38ee57d55642d43
SHA1: dbf1d613b9e7f19459af2278ee5b64f697aafddc
MD5sum: d6bdb16686693a0b297494f9bf3de469
Description: debug symbols for postgresql-10-partman
Build-Ids: 38f9babbc3608563aba2765c3ca1004f3bae6c0a
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-10-plpgsql-check
Source: plpgsql-check
Version: 2.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 239
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check_2.3.0-1.pgdg+1_arm64.deb
Size: 80076
SHA256: 1177c0731361c99704259db58380b8016f6062c93c91f19433e4ef6deb80c5c7
SHA1: d04e7d4db438ca6cb94531666cb6c5d17bbe539b
MD5sum: 756703a1208ec6370f75a407fc00b376
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-10-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 264
Depends: postgresql-10-plpgsql-check (= 2.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check-dbgsym_2.3.0-1.pgdg+1_arm64.deb
Size: 234132
SHA256: c7fc7f5aea07cee652fcf966bc35b61ffc9cc22258ecc570683dbdaeae20270f
SHA1: 0ce2808d91119e50f2f8c0baa02e881d12eb5d30
MD5sum: 2a66cada36022a902c4b194c086d9f32
Description: debug symbols for postgresql-10-plpgsql-check
Build-Ids: c2278ef01d8c1ada04b1a4c7633c81ed549c46b2
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-10-set-user
Source: postgresql-set-user
Version: 4.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-10-set-user_4.0.1-1.pgdg+1_arm64.deb
Size: 18700
SHA256: 9dd0415b89c364d925324bde2be50ae51abc409da5983ae0b98d71077d2fb346
SHA1: 16eca3a9557e7198f6cb2e0a374a38581a981104
MD5sum: cae158ed5d7f08b263eea76baca85c8a
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-10-set-user-dbgsym
Source: postgresql-set-user
Version: 4.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-10-set-user (= 4.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-10-set-user-dbgsym_4.0.1-1.pgdg+1_arm64.deb
Size: 35568
SHA256: bd10e187c1f782b28dee12fd930b468e5f4f7c5028f9009d2a778ecc057770e6
SHA1: 01c42a977d044232f552ae9cefd5b611aa7091b0
MD5sum: 462c755123864a9a0dcbd2256d050cb9
Description: debug symbols for postgresql-10-set-user
Build-Ids: 29cf448644f787d3d21b913478cb59cff2970778
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-11-decoderbufs
Source: postgres-decoderbufs
Version: 2.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs_2.1.2-1.pgdg+1_arm64.deb
Size: 43512
SHA256: 68e9537333b0cfbf987a8eecba64dc70c523101e6e98165715df5aaa42edaed0
SHA1: c134bb7620b34b3622dce98fb91dda9189fb5253
MD5sum: 6b44271ec1382d309df9e3108993b39a
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-11-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-11-decoderbufs (= 2.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs-dbgsym_2.1.2-1.pgdg+1_arm64.deb
Size: 38284
SHA256: 17ac07d4e407f230583b1103b007892554b02436b507e683daf9ed4edf096cd4
SHA1: 3809213ff7643373a4266f519f523b773a42401b
MD5sum: bd49b7110e480f2d942b1fdd64d4c32d
Description: debug symbols for postgresql-11-decoderbufs
Build-Ids: ce98ac4cc853e17e5ceb52621eddb7e1cd63d986
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-11-orafce
Source: orafce
Version: 4.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1204
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_4.1.1-1.pgdg+1_arm64.deb
Size: 392560
SHA256: 658383d37ac987a8d378d032d028dc2528e470e51392d0f67f3b7395540867d7
SHA1: 0d8d37f8995df0aa77c3aa233bff40c8f9a1c8b1
MD5sum: b6cea8f51f3220c1c06f208da3f56cd1
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 4.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 312
Depends: postgresql-11-orafce (= 4.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_4.1.1-1.pgdg+1_arm64.deb
Size: 261044
SHA256: adfb2c4b224fb7d1fd395e359a8b7dc2bb0461045fe4d1d611e81a632d12089b
SHA1: e2639c885d0fa994621e86e7b9890620375639d4
MD5sum: e602feaa321b669972700c34e4ed4e7c
Description: debug symbols for postgresql-11-orafce
Build-Ids: e094036faf53ac13366018b1a22c245b3a223520
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-11-partman
Source: pg-partman
Version: 4.7.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6841
Depends: postgresql-11, python3, python3-psycopg2, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-11-partman_4.7.2-1.pgdg+1_arm64.deb
Size: 256616
SHA256: fd321c601d232493a3697057eee7224c186e7c2fc6412078d6d25ca14ca776de
SHA1: 4ca663c3c36d9c148ff8ff92c57294c7e3430e7f
MD5sum: df4ff0d9d92bd4d761437e4fa82c8f0c
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-11-partman-dbgsym
Source: pg-partman
Version: 4.7.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-11-partman (= 4.7.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-11-partman-dbgsym_4.7.2-1.pgdg+1_arm64.deb
Size: 20580
SHA256: 589c90b5afa0f1b28e3662e72868c594b56d7f73251ba469afa145b2e10e70df
SHA1: 8110533c1bb0e7a03634434daf2e0ede0ace8a4e
MD5sum: 2768596912eb5fd3bbcfdb9b98756543
Description: debug symbols for postgresql-11-partman
Build-Ids: a83925cae96c534194e607064cf9dbb9e39ef829
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-11-plpgsql-check
Source: plpgsql-check
Version: 2.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 665
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check_2.3.0-1.pgdg+1_arm64.deb
Size: 306292
SHA256: 5e5b4b881236880dc1201cc7bad86ac9885499db1207338f7c99d3e374aff75a
SHA1: 46e474f8f0392374ee28bcbacf49a2f685cab10e
MD5sum: 9df3d38193ffb2288c63d96e1a39dbd3
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-11-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: postgresql-11-plpgsql-check (= 2.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check-dbgsym_2.3.0-1.pgdg+1_arm64.deb
Size: 233336
SHA256: ef3f3fc02118b2c561c0e8b0de6de861b089f19b05bba6801131433fd9e3006a
SHA1: 3e8575efbb7e2c560cf04079a48e8ae1d214fc62
MD5sum: 7cca5fb7232d182c3be99e7d4b43c577
Description: debug symbols for postgresql-11-plpgsql-check
Build-Ids: 3469cf562aaf0aaa62d3f5258b27d8ab4db5e472
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-11-set-user
Source: postgresql-set-user
Version: 4.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-11-set-user_4.0.1-1.pgdg+1_arm64.deb
Size: 38124
SHA256: b49c50564b0064f6cf9c5bc22bfd88afe385f7b00cbf0ed0090fb1bc70b01218
SHA1: 14ae7ba9039e53e352bfb0f0e44383e8705f1330
MD5sum: 184eae36b11f2633c2a7ecb5154211da
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-11-set-user-dbgsym
Source: postgresql-set-user
Version: 4.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-11-set-user (= 4.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-11-set-user-dbgsym_4.0.1-1.pgdg+1_arm64.deb
Size: 35752
SHA256: 46ce79e497da85b4efa5fc6275aa442190cca87fb9edeb2418152b45bea5c9fa
SHA1: ae77e17b21a87bc933dcb56650c02f5044d3b396
MD5sum: a8629144ebe2dfd082fd19ab85c7d59b
Description: debug symbols for postgresql-11-set-user
Build-Ids: 1a6895059362a6f3d9911bad5e5efd7a92c8321c
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-12-decoderbufs
Source: postgres-decoderbufs
Version: 2.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs_2.1.2-1.pgdg+1_arm64.deb
Size: 43468
SHA256: 429b3f9c329cd69731a648439f6504cf142a9302d891d87abab315dea43e95ca
SHA1: 21a2c7fd4adf2dd15accdd7c167161d2ce833ead
MD5sum: 8d1fc33862bc5cccb0be7a729768c863
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-12-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-12-decoderbufs (= 2.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs-dbgsym_2.1.2-1.pgdg+1_arm64.deb
Size: 39044
SHA256: 6ae8c29474c91aac11646bcd9cbf62963871e43fe023e7368f146c8d3c9a1fec
SHA1: 5fd4219b42ef69bcb32113b52976148265b9a579
MD5sum: 1f10c16b3842f32515e3c87c99c24385
Description: debug symbols for postgresql-12-decoderbufs
Build-Ids: d6f0647b8bdff97c4eb165af9e063f3464aca324
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-12-orafce
Source: orafce
Version: 4.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1137
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_4.1.1-1.pgdg+1_arm64.deb
Size: 390464
SHA256: 751705d5a1400003cdc4c2d973f20ab1d011447183704d1e380b78e8f486544e
SHA1: 1f7a75b8a43015105a1aa376514497989a316fde
MD5sum: 407429ff168ad4b7d93b3eb9cb060ca4
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 4.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 313
Depends: postgresql-12-orafce (= 4.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_4.1.1-1.pgdg+1_arm64.deb
Size: 262836
SHA256: 19a9aeea96b2c94694b93f9b3a301569dc7eb8feb6d6de6a1231c950ef80ea6c
SHA1: f1e17cb2e19904c7c0b9b17baf5b29d81435a049
MD5sum: b2531d0f33d5ace7df1e59016669b2f8
Description: debug symbols for postgresql-12-orafce
Build-Ids: 1f2759167cea274faf79b8c0f19b6682df994015
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-12-partman
Source: pg-partman
Version: 4.7.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6841
Depends: postgresql-12, python3, python3-psycopg2, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-12-partman_4.7.2-1.pgdg+1_arm64.deb
Size: 256448
SHA256: f5cda6da850b118c4f2e3c610c8a04b54674b1f708ddf038ff364ff42020a4e7
SHA1: 6325db708f3519b927e004cfcc9fd2fc2820d754
MD5sum: 1e5bb4d7ff1dbe2e63d23bf9afa005f6
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-12-partman-dbgsym
Source: pg-partman
Version: 4.7.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-12-partman (= 4.7.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-12-partman-dbgsym_4.7.2-1.pgdg+1_arm64.deb
Size: 20956
SHA256: 194343356b40ab13a160c550623bace0da6b63ea54f576d7555780914ca6c676
SHA1: a4ae7d0845fb76ace5148a46d94afd601b474005
MD5sum: 586625ebc8f3a5de158761b2a31515a5
Description: debug symbols for postgresql-12-partman
Build-Ids: 3a23ecbb5fa181454ea2b7bcb4bfaa70caf250fe
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 2.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 675
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_2.3.0-1.pgdg+1_arm64.deb
Size: 311036
SHA256: d28994ce4db608d66c74eba06fe819924645f9353bd56f68dcd1e7225377e523
SHA1: 7818af7f8992a64317a45bf698339398d628d71f
MD5sum: c487fe0d2938b1217f621e1d5986ee86
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 272
Depends: postgresql-12-plpgsql-check (= 2.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_2.3.0-1.pgdg+1_arm64.deb
Size: 243072
SHA256: fe97f4c617894c5171bd09e51def96c027809fa3ec07e8b070c2c8acd5e0617f
SHA1: 251265b75ca7a541dd5a9830499230b76a30d226
MD5sum: 10fb9712d029dba9ecc7440ae4096368
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: acc44e39061a8a63fbc89886ec53c201d914e405
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-12-set-user
Source: postgresql-set-user
Version: 4.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-12-set-user_4.0.1-1.pgdg+1_arm64.deb
Size: 38804
SHA256: f2be3227240f694120966962d6d11c4e1c70d62cbce5169aaeb0dd59843ee167
SHA1: 698d49609344c41bef41be0ee03ee7d897e77ace
MD5sum: f84997aa2d63a5b0e6b321abdeb793e9
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-12-set-user-dbgsym
Source: postgresql-set-user
Version: 4.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-12-set-user (= 4.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-12-set-user-dbgsym_4.0.1-1.pgdg+1_arm64.deb
Size: 39668
SHA256: 4e4c4f087f5d8d38aac478cb4caa599e5c015d23b486a14709765fa9f3b32044
SHA1: 7b2aac73d87241a49077f37e17409dfe34a221a8
MD5sum: 63e63d35db8b894295ca00d7ba66eb84
Description: debug symbols for postgresql-12-set-user
Build-Ids: eadaf7238659973d103788fa37d503eca723df60
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-13-decoderbufs
Source: postgres-decoderbufs
Version: 2.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs_2.1.2-1.pgdg+1_arm64.deb
Size: 43952
SHA256: a6cd9ea9ceccccd4c1bb26ed78b592a3c03c7919776c59e7b97aec2ad495db33
SHA1: d1b744dd5056ab6fcf03819ce2837b985f8e12cc
MD5sum: 41354d5f74d8be5563f3dbdc197c7283
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-13-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-13-decoderbufs (= 2.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs-dbgsym_2.1.2-1.pgdg+1_arm64.deb
Size: 40304
SHA256: 33e94f22b117bbdf1d9edd385b665242b9c6c00b90692fd7ab2a00257abdc4f4
SHA1: 2426b87e0824f4820e3b10986c239aafd1887446
MD5sum: 95d2bb0001674cbc42099c7ffa64194a
Description: debug symbols for postgresql-13-decoderbufs
Build-Ids: f755920cbf50e5a0fba7c7160d6adc41da9d2c04
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-13-orafce
Source: orafce
Version: 4.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1134
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_4.1.1-1.pgdg+1_arm64.deb
Size: 389004
SHA256: ac79d71856dc2f4a2d111e22eeac6bbed51ac0a7c7a2dbc6f285ed4f7bc9fb53
SHA1: cc0dec2707b9a314043f9404ecffeec46354392f
MD5sum: d6126a2564789674534c87229f3eb901
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 4.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 320
Depends: postgresql-13-orafce (= 4.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_4.1.1-1.pgdg+1_arm64.deb
Size: 270124
SHA256: 8b535f647231d5716830c419ccd56481a1420a348ed2c6fea5c2acbc69435d7c
SHA1: e0ff6faeccea45d576592f0c0eff8ad7b14a0fb3
MD5sum: bb682adf68882863deb7a215c0de36bc
Description: debug symbols for postgresql-13-orafce
Build-Ids: 1271218a4e6cfb6a870f8e98936e1d6d54e3b83b
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-13-partman
Source: pg-partman
Version: 4.7.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6842
Depends: postgresql-13, python3, python3-psycopg2, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-13-partman_4.7.2-1.pgdg+1_arm64.deb
Size: 257360
SHA256: 906b204bb2026b66c0403c85bcc722e4c189d407cd9fc43f292c3de760530ec5
SHA1: f35523cad45e18862c5a71b1ffbaccb418e531a3
MD5sum: be17ee9f0a047034dd8ce6b1d31a4f39
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-13-partman-dbgsym
Source: pg-partman
Version: 4.7.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-13-partman (= 4.7.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-13-partman-dbgsym_4.7.2-1.pgdg+1_arm64.deb
Size: 21880
SHA256: a17793975c3e7209f4c405def2b25312a67addb0d790bd9204a024e4413d7e1d
SHA1: 8a8ed3ff14b11cadd927d23ea54469f94dbdf4d9
MD5sum: 9dfbb895a5a72d3b3b470913b309276b
Description: debug symbols for postgresql-13-partman
Build-Ids: 8f0755b60a9da2df3943f333c9931ff668edbb3f
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 2.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 679
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_2.3.0-1.pgdg+1_arm64.deb
Size: 315676
SHA256: 0e7531464c2d4e6b673de15c32ceda5c76e8c1532a54f1471e03c6775f5440f9
SHA1: a5812bab6562af02f7a1df21fc4f0edaadbc2176
MD5sum: 11d67f6411202cefd76807290b6ddebd
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 293
Depends: postgresql-13-plpgsql-check (= 2.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_2.3.0-1.pgdg+1_arm64.deb
Size: 263820
SHA256: 9393e9962d46006dea3aa30c2d0cd0297e4c668cd57694dd49d3b8a0fe5de3f9
SHA1: 9266ea6e73e8ce1c76086f501cc2550dfb954594
MD5sum: 5d73c74c09d1d46e1fd19b0fd6d6d812
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: 6e830d92f216a55da57f3d2f77bdf18e65d13ea6
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-13-set-user
Source: postgresql-set-user
Version: 4.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-13-set-user_4.0.1-1.pgdg+1_arm64.deb
Size: 39096
SHA256: a71ec7168483e18a71e3bda72dc6b912663cf924ce423e2c128cb3b2f84d49af
SHA1: 3b908980af63cf057369b33baf2b0acd01c7eca4
MD5sum: 0613d4e0ac4525a2fc09639e2a911736
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-13-set-user-dbgsym
Source: postgresql-set-user
Version: 4.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-13-set-user (= 4.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-13-set-user-dbgsym_4.0.1-1.pgdg+1_arm64.deb
Size: 42620
SHA256: 352c7a6b4b76bab036c3aa919fca07b409e3ef999c7f72015a09de9082561ba5
SHA1: d9b79b1443bd53c95072ed83ae19d66d38c57869
MD5sum: ea6e6c823ec67f434089ecb0cf3b8729
Description: debug symbols for postgresql-13-set-user
Build-Ids: cb2f1696762b702d7fe6b9e51dc7f14db27013f8
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-14-decoderbufs
Source: postgres-decoderbufs
Version: 2.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs_2.1.2-1.pgdg+1_arm64.deb
Size: 44276
SHA256: 132c378cb13b57e66f95140ba4b4e223ca2e6db768f173bf21b1ab59c543294e
SHA1: d3556e4f3cf0fe89839b7012ffc190a1b656c1a2
MD5sum: 5f0fd4db0b6d98a0419ae91f656a863f
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-14-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-14-decoderbufs (= 2.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs-dbgsym_2.1.2-1.pgdg+1_arm64.deb
Size: 41608
SHA256: f2244c4bcc432f3e7ae1f9ad2550694ca729eaaf7623f33d55ae688d5d1e50e9
SHA1: 5d5f6aff8afd7d6f61a4f16c1d1db27c31ab5046
MD5sum: 9b0a082572b800d574a871e1725a7c5f
Description: debug symbols for postgresql-14-decoderbufs
Build-Ids: c1fe51181235dfec2664f86a8b9db78436bb5e35
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-14-orafce
Source: orafce
Version: 4.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1142
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_4.1.1-1.pgdg+1_arm64.deb
Size: 390572
SHA256: 56b3edacbffc883e34986f51a924bd2708b086283aa99cd1e1fc8014b2609b3f
SHA1: 297a20ae53f8afcc60bfbf90d535a086a8ce9c0f
MD5sum: c99229657991b49965429309c4464a84
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 4.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 322
Depends: postgresql-14-orafce (= 4.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_4.1.1-1.pgdg+1_arm64.deb
Size: 271328
SHA256: ec16dee327195581f840cb68fdecd71788822672e53d988588a1df22eae4b1a9
SHA1: 7c7b35859cf3e055b8c9f1c2443b5aac92be66eb
MD5sum: e2d6bb2d947791a3073f8be6da6a0e91
Description: debug symbols for postgresql-14-orafce
Build-Ids: 46651fd46c92d2ce156204fdd8aba833b80dc787
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-14-partman
Source: pg-partman
Version: 4.7.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6842
Depends: postgresql-14, python3, python3-psycopg2, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-14-partman_4.7.2-1.pgdg+1_arm64.deb
Size: 257504
SHA256: fba92ed5196c37a92ae26840b39cfd7584a52828c488eff73679196412d28c0f
SHA1: 83631cd31a9963fda4468545cb7dcf5b611aa06a
MD5sum: dce93c0f3ca5b65e2109554254f468ee
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-14-partman-dbgsym
Source: pg-partman
Version: 4.7.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-14-partman (= 4.7.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-14-partman-dbgsym_4.7.2-1.pgdg+1_arm64.deb
Size: 22328
SHA256: 2009566d2a4179919627b074a1da4bc6d523da0c3b2e4147336ccd6b1a85a23e
SHA1: d7060682aafa98c7d395fc267ef0da9dd6cb44ac
MD5sum: 5f067c33e745a60b93c0ac4a1ff6e17f
Description: debug symbols for postgresql-14-partman
Build-Ids: e5c5f357d187e6d47285023e43c8374cedff72dd
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 689
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.3.0-1.pgdg+1_arm64.deb
Size: 321940
SHA256: 0e6b791c7916f190df0dedaafa60382aee3dfd6a8f8eb29040f05ed5fc26b353
SHA1: ac7ff7a8e286c544acfa091e47b229c1b624a9bf
MD5sum: 103d4ca05ebae7ded0d10fd30900a84c
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 299
Depends: postgresql-14-plpgsql-check (= 2.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.3.0-1.pgdg+1_arm64.deb
Size: 269088
SHA256: 636e1d553fda73ce206de64ee71f8e56152bca08450acedf5967480b4ad18320
SHA1: f964435ec64a6e665086fe30ed71ea2e547ecfac
MD5sum: 24bad1bd977fbc38a21541823871a770
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: 44a0ad55225d85b7b2fe1d8714ac876dd2e79eae
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-14-set-user
Source: postgresql-set-user
Version: 4.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-14-set-user_4.0.1-1.pgdg+1_arm64.deb
Size: 40184
SHA256: 09102141133ba4a12be1be1d62ebbe94e79d8a7866541c9d14cbe53bc07711c9
SHA1: 1a5f291a9371797e4b30bb1878139837e6bf45a6
MD5sum: c1441f1c65c77a71e68f538a38bc6386
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-14-set-user-dbgsym
Source: postgresql-set-user
Version: 4.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-14-set-user (= 4.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-14-set-user-dbgsym_4.0.1-1.pgdg+1_arm64.deb
Size: 48448
SHA256: dec65445d679f2320dfb10bd3316d9dbbd0472f80479a55d5621bff524efcb90
SHA1: 85b62e8347d9e156ff06630506d2e649ea5023d2
MD5sum: 061cf8679439ffdd50ef13b155aee0d8
Description: debug symbols for postgresql-14-set-user
Build-Ids: bc7bf0ae892b1b4b8bf95f25e66fe902cf3282c2
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-15-decoderbufs
Source: postgres-decoderbufs
Version: 2.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs_2.1.2-1.pgdg+1_arm64.deb
Size: 46568
SHA256: 436cd9c5fbc585e540077c2f6b8fab39d4fb6fea62fdda11feb36e17f5ad1776
SHA1: 080df3d1b3f984ce8c5d0b7bc7f1a7a1d89bbc07
MD5sum: 4cd2fa020c90c3381f7d1362afb8d5ab
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-15-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-15-decoderbufs (= 2.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs-dbgsym_2.1.2-1.pgdg+1_arm64.deb
Size: 52252
SHA256: ecbf948fe5e96d954181c46c17f3b6a235b147c547441baff985257deb581e35
SHA1: 173bf783d3762b0fc0274df841d4b6b26a6cb039
MD5sum: 3cc8a14345dc828e0ae11c3f643d519f
Description: debug symbols for postgresql-15-decoderbufs
Build-Ids: 97e3056c3774dbfd88de6f211bb9e098b4779e04
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-15-orafce
Source: orafce
Version: 4.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1147
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-15-orafce_4.1.1-1.pgdg+1_arm64.deb
Size: 392288
SHA256: a70d3df38705c4b2191685bddf4f06366550b84aba4b2594255a5e9c4d594b96
SHA1: 8ca7db27c221d4ff71a01b6f23dd492ccb3f65ce
MD5sum: 33673ec392817a2770d24a9937ba716c
Description: Oracle support functions for PostgreSQL 15
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-15-orafce-dbgsym
Source: orafce
Version: 4.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 328
Depends: postgresql-15-orafce (= 4.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-15-orafce-dbgsym_4.1.1-1.pgdg+1_arm64.deb
Size: 277464
SHA256: c7190442239477c328d9b3e5f150754f59a53934b7947afea562a7cfbd650846
SHA1: 000860363a0b49d3690a0ee06b36f158905866e0
MD5sum: 9c4d83dee81658082ffcc431642d6386
Description: debug symbols for postgresql-15-orafce
Build-Ids: ced516b682ba1b2eb68477a27845c573829f364d
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-15-partman
Source: pg-partman
Version: 4.7.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6842
Depends: postgresql-15, python3, python3-psycopg2, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-15-partman_4.7.2-1.pgdg+1_arm64.deb
Size: 257448
SHA256: 5b66782a2ce7c76c8f5ad0fab359b4baf5836fd6260633fbe4c95fa6cfcc99e9
SHA1: 29f2f772a4c948440bc0ee58e862620acc329837
MD5sum: 8ed1c96978e70a27ce7e4794b34bb7ba
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-15-partman-dbgsym
Source: pg-partman
Version: 4.7.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-15-partman (= 4.7.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-15-partman-dbgsym_4.7.2-1.pgdg+1_arm64.deb
Size: 22492
SHA256: f67c0ca54197f4d193f81080db019fdcf697ab51c95dd030aa966d30412ec50f
SHA1: d3da011c0f08849c2b5356e1a86e3a45f50c65bd
MD5sum: 0028f6f87e2537c6672366a9f064d29f
Description: debug symbols for postgresql-15-partman
Build-Ids: b5989c374057ca123e2131237e5f8a7a5e7b273a
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 714
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.3.0-1.pgdg+1_arm64.deb
Size: 336640
SHA256: 07679f8cf97776fe594c6a5e834e007b30550e53cf3d0d5a31bf518cb422a455
SHA1: 28924ac33754ed1c847a4e6bb21b8d93610fd6a7
MD5sum: 58415de18faa77f5ad1588374314ff47
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-15-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 319
Depends: postgresql-15-plpgsql-check (= 2.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.3.0-1.pgdg+1_arm64.deb
Size: 288004
SHA256: 551a24474874b1b10a88a4148bd353c9f0816bf289e0b68f319ff2c8a0337f6e
SHA1: cd6f208840de7c5cfa7064b67529bf86592a12bb
MD5sum: e0ba7a0d62e78aed1c81c202a20c9073
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: 010a2413b1d2c07a4d18fc63d829ab097d15a347
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-15-set-user
Source: postgresql-set-user
Version: 4.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-15-set-user_4.0.1-1.pgdg+1_arm64.deb
Size: 40400
SHA256: 5ed83ac56dc1746dd6ecf767ec27ea9b0f027236de44955863ca6ea7f415930d
SHA1: 70ba2566be9b7dddfa73067686080360c2727439
MD5sum: 30ed0a562ae2278b7b6b173f8fb6e71f
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-15-set-user-dbgsym
Source: postgresql-set-user
Version: 4.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-15-set-user (= 4.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-15-set-user-dbgsym_4.0.1-1.pgdg+1_arm64.deb
Size: 49080
SHA256: d01fbc93323a0ad8464e78e4dc33f06771d194da63ac386450891a28fca11898
SHA1: 9c67e8aa48760e6cd0f72ee39d650db839e4639a
MD5sum: 4e363e115d75133198bc5959945e854a
Description: debug symbols for postgresql-15-set-user
Build-Ids: 78b0e036356e027edcfdc3050a0e19eb914fce9a
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-9.1
Version: 9.1.24-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19243
Depends: libc6 (>= 2.34), libcom-err2 (>= 1.43.9), libgssapi-krb5-2 (>= 1.14+dfsg), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libxml2 (>= 2.7.4), postgresql-client-9.1, postgresql-common (>= 115~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.1, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.1/postgresql-9.1_9.1.24-11.pgdg+1_arm64.deb
Size: 3285584
SHA256: 6e8cef5bb80cb141d9c8e2767e4fe8b266f526078110d80855e135b91ac4f1b9
SHA1: 99142694fc3ce2a926478a70a362b18fe95471ad
MD5sum: 3d2d9f40cf25fa8e228eaba317a7723d
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-9.1-dbg
Source: postgresql-9.1
Version: 9.1.24-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27898
Depends: postgresql-9.1 (= 9.1.24-11.pgdg+1)
Replaces: postgresql-9.0-dbg
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.1/postgresql-9.1-dbg_9.1.24-11.pgdg+1_arm64.deb
Size: 7846028
SHA256: 02467891d33eb094f2b30a2a7cbbc976f48d5b315e7d9fdfc55b0bc6c49138d5
SHA1: 7eeb632555007d9a4eade7343349aaefee516d61
MD5sum: 4feac5b5b9e6c8e683c9c5024e5edaaa
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-9.2
Version: 9.2.24-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19759
Depends: libc6 (>= 2.34), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3 (>= 3.0.0), libxml2 (>= 2.7.4), postgresql-client-9.2, postgresql-common (>= 135~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.2, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.2/postgresql-9.2_9.2.24-8.pgdg+1_arm64.deb
Size: 3440556
SHA256: 13d04b028be34ed98c2253b79ddedcc5a063832dc138c494ac0f430128842535
SHA1: 7c436d15576c0ee1a4825a34c501673068501f2c
MD5sum: f4815e689af8e9fde851170119e7504e
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-9.2-dbg
Source: postgresql-9.2
Version: 9.2.24-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29475
Depends: postgresql-9.2 (= 9.2.24-8.pgdg+1)
Conflicts: postgresql-9.1-dbg, postgresql-dbg
Provides: postgresql-dbg
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.2/postgresql-9.2-dbg_9.2.24-8.pgdg+1_arm64.deb
Size: 8387112
SHA256: 959cca7db6831aa14bd862e2ee725b5fd6de266dc18264e1ac9bee9926c7cc75
SHA1: e8cba8b6aed4ed7567cce5edb695d570562aaf31
MD5sum: bed8cdd942ac7b7e1f54b2e55d74ecc1
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-9.3
Version: 9.3.25-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19879
Depends: libc6 (>= 2.34), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3 (>= 3.0.0), libxml2 (>= 2.7.4), postgresql-client-9.3, postgresql-common (>= 142~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.3, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.3/postgresql-9.3_9.3.25-7.pgdg+1_arm64.deb
Size: 3493536
SHA256: c0a191311e802313a1a370caa9f54c0f74609892c2fd49cec99f5cf2ed2722e5
SHA1: 821917b7bb534df22cf1c759e55d8ccc6d71df24
MD5sum: 4fb556be6ff3d57e78402450f91b4534
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-9.3-dbg
Source: postgresql-9.3
Version: 9.3.25-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15552
Depends: postgresql-9.3 (= 9.3.25-7.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.3/postgresql-9.3-dbg_9.3.25-7.pgdg+1_arm64.deb
Size: 13755852
SHA256: f713a6b2d177c7d84db6ad61c3cb0e579e9795545f7b86e6a514a477f90af739
SHA1: af9bb516b6b7561f048bf8d49b0a716491eebeb8
MD5sum: 192001e29dca85a6bd5c41fcb2985461
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.
Build-Ids: 01ac4553810a2b6dad41310ecd1d302abaa3aa5d 08f7a5abfe418fe77bd428c6092fe22f58664279 091b066b4e6aeded79fd4b3b1dc81dea7ea62caf 09ebe1e72e71da509d5ce1e28a7f6c7e61713118 0a11996c3e4e4e96f7fbd66d9a7254d9cbc41c8f 0c16a5e2ca1e284516a6090bb804ba9bfbf2a6bf 18bc818d10187e592e092166731639a6da1b8b55 19d79794e5f39d0144c565bf883107500b2917c8 1e7e84eb56e0abe5bc04097ec83eb5c8ba12691b 2169e6005ec0412610ab69961fda9c730ccd0cbe 2214b0bcb13796a5b86c3156ce3b06e1f55342e6 2349b9b6097c93d290f6279e7015d2c2b7170d86 2499bb08422c5a925df73c4acc5c4702f30b638d 260a97be2cb0cc024ba6b48fde9dd524cf85518f 27541c97e729c38cfe50ae3c22f1b8eadca144bb 28672a348c81f20b830841371fcc91bee58e8539 2a6fab208bc9ebd2182b39d1f91efa6929d2fbc1 2b3e83d0bbd6370f47ec4b2beec12038b7052179 2d1521d0e4fd934d01b1fbe2af6ab6c9ae6ae5b7 3074c5f97e52deb5f8b2e6709f83a61858c2ae9c 321d295cafa5fa99d3743643a80a15ae19de34ff 330517e998b136e3a1fd0f76f20bf2ab15df11a7 351b7a729cf61158b05cce234d26e688adafd760 35ec3ac9f76ee1d54955f084f4ce42eafb679e32 3696f12dee42c752d30d12242fe40253e59ffd80 38869114fa12f93dcd2c1d037c4054bea8fbcf3a 3e6c722b06c27e7192522ac372f2e2afffd6a3d6 43ba58a314342c5ac7702e35acf05fd7b59c07b9 444e0f2ba37d3cafd3025682b2cc57e98050d5b4 4670f420a21541ffe0fdc3b125e544e7b5e74812 478e185f9498032c325cf73f55ace41b18c3a21d 48ffe1124b19e660b381c45c7261869d2561fab8 4dd97be288541776ca05b640e2ac24ae81b78c46 5126fc7cea2b0474c68534c0a0d54a8a5350114f 5744302f1098f7ac0c22bed091b80bb6f9ebc7f5 587b14623c36f66a65ba46b28c2fab89d5faa5c2 5ab32efb7c18dc68f59ce0a3c10d1f284868e07a 5d63a4cd3677ce3eef522e7b025929d526283650 67aa699dcfba42f30f656b7eaa1dd371827b3f04 67f18c768aad12be6e30281b5c4b8503b750e7c2 6901a447a5e84656a824799fdfe1fd17f6245acd 6a8ae817a4970d403c2fe5c5b692de993a01d7c1 6e7712c4f7408baf7651b29c4ebb2d99616deeaa 7142160bc6a7c69890024a8c1466fe0c2e1179ca 7179a0860066fedf5c1b3709dcae6eec98f3b3e1 7390dc58cc2ccc9ccab7a3e32a6da57a94cd80c6 76a619a3246a2e8395293e7986ac3b0c3f287fac 7bdd5aec1076a76d7c5b3be2bb8d9bc5239199d2 7bf53815de7ed0f2d37eb40c295eff343bbb4d9f 7d663b46fd22713b105326c17defd51c94f6536c 7e4a617d3df9244a1f4446e4cbb78ab138c3f1b4 7f94f10f2e7d98a96b5d6560968db45276fe8941 81d5963f57a7e8ff3bb60992fa048070af960db9 8449c0560babc8233e3f6c7caa3d8933a0cf6933 84dea40d52ce1068353c0fd605ec4dc49eece83a 8601424bbbff7efca4f6a755f8cd266a96d7b027 8789220a3ff5c31542dc608bd79ab56ed189a15a 87ff51e442c4c11afe3659b3e9ea0fdea5ec893d 88b56d735da7b8604e75c4e1d632f89972ce1a62 8a00a60ce1331a996abd6ade9c6f9e37bcbfbe11 8beee6be8f8e24b81e788d4b13d81500266ecfd3 8c98919a61b6a4500f67acf24d650bad041a621b 8f7663939e5309fb0f07e1acb9e756a3a267fa43 8fe65a6825937afdfb0295a647fb9aab90b8b0de 956675f389a3118bd3b2b497912d29a3a5b98714 9a3c816edaf39e15a6864f29b5f1125b9c69c83b a098c9c17077e38f90f4659711f895ab50a45937 a11133caa2f07d2eddbf2fc628c02ddafda53159 a129b725dc3fc990047e4240280203516f2a53d3 a2fe5a7b6ec5b9a96d56d5d349bdbf1419f90e76 aca1db4216707656391d7660ffdf8d614c83170d acfcfaf4da4a26b237ff33e324eca5bee7e8fa2c af6f7c217557cb5d2d686c67a418f6d21662abf0 afc04501e0d95b6da14103e4614eb21b9fc25ff5 b08117ac3c3831fc9c9b2480e39a595ec6fced7e b0d7298842ff3f7009bf653551e6d20dd949e509 b5459a3b5935986fca25d0bb0d859dea6d95416e bb71470b0934c783ca38711b8277ae8f64df0397 bce7ee84426b2f37d9b041ce39d39eba5694c45f bd30997fb446e838dc5ecc1df1f9317a0d38a9af bdf365ccd388e80b75c826c73135248a27ff9ba4 bf889bca43fc816859573cbf10d8f5757978e6db c1168fff175028c5fd488b61d210a385bf7d5aab c6504602c72fd0457b0e3620bb4a4b9abe72b10a c8d8ad0612f3959177fe68c565bb0e4301c64351 caa4df21333ca5d0a0530f15f0adc520725abdf5 cb78803dcd45e21731b5618a16fdde36339febf5 cc0a8da40368a3e8af1ead918559088547434751 cc4f7d14238c3dc47d50e2dfb4cd03e31bc3a015 cf64da0558f688fbe0dcbd2fbac76c2aa14821b4 d3e1e13a213eda2a2558466e6bd224348452e520 d4c8a3e38d3a93a3ef807fb4c956cb02bdc9a243 d597bd9c2df9961e701fe15329cc20499b73033f d680c9a88693d10a65030e5b761c4bd9e15b6fb2 d876f1533e2ed3be8bf1933afa03cf61d9328d82 d9040257da30bf4d04ad11f66c36216f6297d9c7 d92ae16757b71486e88603642bae37b69d4265bf da0b9d3d5ce7bf7fb358ef00687bab0c75f62ce4 da3e432a85a190780c89a38c8baab3c1cbc7f03f db262a33c10771e74d5cd67c3b8f238dcad94c77 db35850660e23088a455fb06902ab2bf76169c50 dc27c875f30a6c41564a70733e783f55bb16910d e08f11cb372438feb0da596aeb45a6f0e1f11dce e349b3341be1c6bd60510fc367794735212dc005 e4d94e270b3599c7736d7406695f7026465373c9 e53f8bf5364491d873a96246222616b974ca40c9 e64e00c521468f932da852d50cbf7d59d30deae5 eab58f7f0920192e91496bd2a37a20d7c77000af f44b4bf40239c76141293101d5bdd9ee0115a53b f47c026d53fac56bd0de49c0e15796a02ba5c818 f49ffc24ae778aea035d4d0b7b4605dd18d4bbcf f4bebdefb1c4f8bca76fd1098e3ba7b7ea123ab6 f6bde82fe30e5e4023bb92d51318c5af9eeb2a26 fb4f5cbb18fa1bb4bdddbf3c28013132433bf9cb fbfcc8262e62ac095786eb1fc9aaf184297629e1
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-9.4
Version: 9.4.26-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20800
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3 (>= 3.0.0), libxml2 (>= 2.7.4), postgresql-client-9.4, postgresql-common (>= 142~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.4, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.4/postgresql-9.4_9.4.26-6.pgdg+1_arm64.deb
Size: 3731160
SHA256: 16bdd876ab5856bca751567c5921d1f39cdfe2de1a47e0cd9b70ece673cb9417
SHA1: 925c92810a07ef138afe544a39d8eb957a60195c
MD5sum: b62b51190d867d66af7af29eda1a3fcc
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-9.4-dbg
Source: postgresql-9.4
Version: 9.4.26-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16617
Depends: postgresql-9.4 (= 9.4.26-6.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.4/postgresql-9.4-dbg_9.4.26-6.pgdg+1_arm64.deb
Size: 14709732
SHA256: 15d5bad5e00aaa26bf4e1ad8a28e9c0ac83c672bc52ad7552480dc9aae4ebc74
SHA1: 6d0d8db20edf4f915c2142e2f7e3415215b9ad05
MD5sum: 5022a4589dd899406f2eda295f6c5ec7
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.
Build-Ids: 0032737dfa245607cf7432ee4591b97da29d1e22 01460d92bc5978e4184719040099a89e4b75fda1 0204b00af29f434041276ee55ed34836ca1f44ec 0c7d93912b0865467440b3ed4521756b66a7eb43 0daa9aa8d5a53012f9b5b6117cf295a26a209fe2 0f32bb39ff0c4df0f2c62d0821958ebe6045545e 13afe5a0b79c1e259dfd0ea5a98ce35276c73e68 148638dad8163fa8c8352ebc4ddddf6a8e7c9fde 151069a6c33515e656d091507a6e958a97882ebe 1759740a5c6d5a0ff9690f1f66a6b217775a6d84 17960405b3e8ac42b65537b0d0f10b5a962a54b0 184a444d435ad584ca1350a2044f6965fe7d2212 1b5a29cb4ff9003f6086cfbffd3a2cd7268c5737 1c04e0e057f133fb4e873be70e0e6409306c53cf 1e2e7e556072c33569e40a787480f2eab311bd70 2323598e24c7daa7874413bfb2c7ca02c89d47bd 23bd3be2ffc324f6f735a5a205f2a0b50817f94e 249afbf8f886f41c4799515adea5cecbc95ff3b9 25a20e20da301e597f56855a689275e19e4f6e7c 2bc8ce316e62ca16d22711acc8b0ee7647fa34d8 310aa4b39fc9ed7b3a2403a2c4a433345b97860f 320ebedfeca0f91771d18c8cf349124ba6164fac 3951a54dcd86a59c0c62abe55b2c0f9f95640056 3d51aaf4716ecbf852b5893af8778ac5a9ec043f 3f6cb517ac28351ae5547b14c66459b6936aa808 3fb6420ec60d4125417edb6ca4b29bf7b7722958 42d5bc1f3603a3d6ed362f308b332609314e8547 43290d7d5ffc122817c4c67664e5d8af78ebc2d7 4a03fd04eda1e5a2b25a2540f8c5e24ca9370adc 4b1d541c430bd0fad9c5a9a0dc6534cca5cae32b 4b68b59faacb86dd3da5997ec1c43be520447092 4f26a48dc3207e2f8be4a0337130b95cadd4e465 50a5d129c1c9f2d053263c3ac79df2aa0fa7ece0 51fdd4e36ff2480cfc3d4494d27e16e993805260 545e3bc9d001ef3b16b7b140a8fb3b441e434172 5908357f5d3b4fe0f769e4dc2e210bf2d5538e71 59dc2e0bbd3c2208c34c1f44546dca19c9f2573b 5b02abafee70dc3896a39f96fb78ba9384d5bae0 5b7f990f080ff2ca2c2e0c59a062fb4317bf9ec5 5da7de6b094572247cae04fae1b8f6da5e3578c8 5f4d2afa26d6450e6f78f5148653accb0861f0d3 651073728862be7c0e6b573138cc4050cd5d2135 66b4ca1729eff282824bfdd2e43ff0f347d1fa9c 68a73d27f72ed8c9f390a22bb4e425204f52df20 69243608de8f316b5fc69146418d76f1b30a0465 6b06bf408aff6c6ad2d50817506526f9756f9317 6d83bc526edf118094012f3e8beb60ba74b7d379 711b50ea3c5a235dd557f5204040bf20b5940c60 719fec8c7f747c0b961f140fd3fd3c43f94efeca 71b0befc453763d2a367a2207165add60fbeaf17 7235f2b2024af2b5459b7b0ea206f136fe2bfdfe 727d1bafa5c0a60d41bf68ac346c63e9c3ac72f5 7487a16683a1a88f03d1e83947ab76386530c29c 750ad94724937eae9fc5c297391c728ba19ff305 758bec183607cabfce924b620a94af9920daeaae 7b7f931873bb390577d5f8bd1a0269fea676833b 7d74f146cb53349024991bfd584f6c970c1980b5 80578d62d9266f34d090008f1626b1b2be87a7eb 81737d5eacc75628e5ecd9e319c43004c1d3e898 844db3e9f65a6d27bbbfbd9222e32dde2e797ebf 8fc53386d309558f6c8b42c8536d69dc22e7836f 912036a4aa380daebb72d040c4852c05d04a6c0b 94689cb2cff1f0a9dad029382d07d5f8aa51cb70 94f092807b7feacc6b910bcec4be611f9353e671 9fb79323ad30501b2e9c307776869d8363be79ca 9fe187a74b9756315bb7b0ed607e7da23e644526 a0244f42c6e4028a243a76d3b8b197c03ed54e6e a07f7282709d97e04640732fd55d27e3d09caba5 a1107e29089ae4b6fda87018c3e3a06454b3f26e a123395748e181d7f686d76115648e0a06523aa8 a2c78e742db1c351603f413d237c09acbb1efa4c a2d005d903f248cafa90eeaebd696e352c6f1d1b a2dd966fb2db928c4c9ebdeba051d6e5dbe8cb64 a39be5cd9f6654ad9d2063eb53a76035e90149ed a6bf8ed3a0e6f5f2cbf13860625a96589b18e394 a70f72ee2347991afcff2a110dcb9be74694c333 a7debd1133e12bc2cee5ed2102b3483448e15904 b2650fc623477c449cc16bb77a4f296a918bfd27 b327d5fb202e94700cb178053036c76178846d91 b422dc0b45d61f16d6ae519f9a531ed66fbc4771 b701d0a67f47e12a4d3bc4806132e60e90e4559c b72928857c81683e19d475e7fcd7562d6cf36082 b72b096909a876a5fd223cd1a21b5766604f7337 b8d3b984493a9f4ccc88c233e0cbbba42fbe68d2 ba395a635c330a2a480bc48438f48853f5d45a28 bbfead8f75bcdb8065dc231fa9021d98e40d28d2 bc1f99a22c0261c4fe2a6e27271fd3eda50e93e7 be7ae9630c84ae6705d5b6dd8827b1bacf025d5e c270bdc6eded2e25ed7cb5afc1355b1a4dfe30ee c372f774596795138b31d6b4a0fb164aecc18931 c39965590e252263ae5bd67596548188b4008bcf c3e0a53e08b34fef35ea1459f8a5a43f59ba9979 c570d9b66131ff3539bca72d2a920ba5fa98c466 c6abe54f0151da19e33d2449aca8b1aebac1cfb0 c8d5a1530d732857641e6f0315dc676e8f623f60 d02e4f8ba3abd78100e2eac4dc1558cb6e138a99 d2ef1d186196f0d9cf6b12c83be812432bfbde57 d3fa02adff9d0fc66cb4f4b65a2c7153a1742e7a d43c20db599ef09fca62fbd4e4dcd93e3cbcafa6 d517c3e62cf14d0d60aea57a7ea7fb81d49792b1 d71051921ab1a1fee76abc7228aa23ca869bc496 d9c550a519fe4c538779429c0d3aa90361c80b77 d9ec308dae13d011966744dcc1d6de14a7d182fd d9f02d17dcf4556c8c7f1bff3bea220d1900ee60 dd5a813861309f59ec37c4a0f7e06603d9461da4 dee185bd0489bfc131701044dc28aa55d61e810b df7a15be7c927d66f22845c18d8860f847fb1f5c e1e10a77642b719ce8d5965882dc2e2c2e6a0a9d e4fd904dafe682d6d248e0380c7d301405c85db8 e5d67bd8e34c7e4821914cf4b01fc5e6e10007f0 e6384fb2f74fb9e1645a12d765e671cdfb929e9f e8c2605fc30febe6637d61ec6c8329f8dcda3cf5 e8d521f9f46bbf445287928b014246da68eb34dc e91a2a252195b419ea7a041a73da561b7df0c367 edd572428f6f5a72c718109b4973855137696614 f04551b62f151781a00f810e56bab71cb8f6d0f3 f7cc08d93cdfc52bed790b114ac8e5fd5dbad113 f827b48793bd0fedf0ba5702e1b19967426efda3 fab6eced49aab5932749ffac2865c0a308fa5fa8 feff4d5b01349c53263c2dd2685bf86668d5e477
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-9.5
Version: 9.5.25-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21730
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.2~beta3), libssl3 (>= 3.0.0), libxml2 (>= 2.7.4), postgresql-client-9.5, postgresql-common (>= 158~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.5, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.5/postgresql-9.5_9.5.25-5.pgdg+1_arm64.deb
Size: 4016996
SHA256: 823d54f03f303026cc80b46f5914030a2d3c22a951f848df0a8b92cff6492d93
SHA1: 226408604398cb579eb9c9e1a6c47224dcc71e64
MD5sum: 5dd8629f1a25b75a3416b2086fc99f46
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 9.5.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-9.5-dbg
Source: postgresql-9.5
Version: 9.5.25-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14587
Depends: postgresql-9.5 (= 9.5.25-5.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.5/postgresql-9.5-dbg_9.5.25-5.pgdg+1_arm64.deb
Size: 12765656
SHA256: 5079b4a7b90d6284cf5da95ab39261d269ff82043b3cb45a8b4a3488d7c93659
SHA1: 870f8fff2d3b9294475ff3e0ae9e2e19d5b41e10
MD5sum: 3a8f999cf89dba1481681df54da19b5f
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.
Build-Ids: 00d7fe77f441f6c0c6c7e154f4c357f50d6feaf7 03716cdcf89819b87cb995d83fd8650ffa155c8d 041136d5836fa4924ff11f969a82d1a3660af78e 04f443e39f9ede23b1f21bbb7f7df0bc695acf9d 08cfb47577e08879800767188f865e83ada4c7ae 0c41dec47b06a2d3787df1d5ee7ca14eb6a9aa98 0e0c4507822476463598b3ea7466cb5b6bf4d8b0 108226ae7d89c4d1419dd1e65be81471194977dc 117acc48bd5e0d7a2119a985a8b8040a3bb7f837 120e4c6a00c0cc2ec87a2aef8d9c69d3a7e9bb3f 141feed5f816309e46e452ffea31ab267facf41e 146e45a1a54cafc1084d1164885c2c8d32b52497 14a431b618a239bd4cefa1c72d86ccee465379c1 15aaa16f80d11c8dcc04248c871f7a5e215a5901 16baee8af9e6f10765da9d4133fb9102a8eb1177 18036b2c716cab212bde7d7a87a4f576123eaf19 18e49cf2b63ca0a69296a607631f49b2a04ebd3b 1c12c95ae178965bef9016b2ab40603c5413ccaf 1e8e85f6ef61a43bd41df103a6f07ac78a038f9b 24d56a45f480c73e29dec5a697e64a8df2619870 2554db2fd907f7365024b5eca41d42640ab9ac97 2a794cb8646c9aacc6778139462971fc170eae34 2bcf300ee160c78e42f617f3e56ed0dc9984fb61 2f05104c227a2afb7ba848c02d1c3733de12b54f 2f63c7c6994d63cbadaa4235bf660983cf5bdd86 300e45df3e76da33243908c3c5adf905db565195 303263da4a9f6280ab322b97422ead8a9cdf6847 3144b32c653c0d95978c159baba71e4fd2dbad31 31b170ffcb08b201b453e976610f3ca90209d038 3241a33a525c5266062b151d3cf02f5795992084 33706838b606a85a904fcb8feac4f3d69882ad50 3381dca18f78ee50bfe0f827b46f19c498a47e78 3450341a17e0f938d46103757bd7db81e16ac148 34fb4dde6f62f9f2b36b5846e3847325f9d9ae2d 36281a00498d42708120416e3e093a80043c1867 375f41f4bc54a9f3838533b6b2794b6febe59956 397507b986d8e49d1c85e7a633df0ce958eb0178 3f5552326d305b7ce985272ac90eedd86b98dd7e 3f763b186ddcb3dbbffeba1ee7b860ef9d33d974 3fa76b2f778cb17d7dd0049fd34a0373ae42491f 41e5d2a33cdf326810e3aa5f6ccab18f35d941a5 42744501e00bcf87870af53184e99ca96f5a7788 432cc885ab7b9481d3fc8abfdeb03143a6d06702 43d759cdbadbd7b8f6c31fa353b8877065491819 455907ca891e123905017e65ca82d112f25749a2 48246aeb922752e13f2a5ba2a2302913841865b5 49dc1be33d366ce93da78711b7c7bdec1e335f87 510f90e25aadf7a188017c31081f319f5f33d1ec 51610c7babba17afdc13ec9cbd21b672ea9094b5 524ca7a3b3b5d4bc3461e1416616789fa8f1af93 56b9dff76ba921e01e1da0ef9c9590fe87842a98 57c82ae1f81114272a0d68100bd8050d0b0d7a57 59786dcb4e513285d88608d1f9ff260001c98f0e 5a5b6270ab73412deed3e982760a540815dc70f8 5a9243f722501dd16509043a572850306c3bcb93 5dae8f3e2c36153e5f95d5c7ccb0b768199cf122 5e0c7c453129623db49f8760b61c23ff1b3777fd 5fe547e349c136530c85ba158ae6fe5feca250aa 606cfa692e9b317a029ce38b6038fc2ee73323cc 6103b84f7072bb1c916bc605865cdc755968755a 63b994de177335ce05624d9816b66dff134954f7 691db0fd6a871ca097f5294ce0759f0513ebf6c8 6ef90891e5c28daebb62ec25ab356824ff32871a 718b24eea2eae43a1e630a3774fc0a6976b76b25 7ac89932b59d985241baef6c5971f45c688aacf8 7cc1251656f585625e301c8e1416f4a750e89bdd 80f4f3d4d5ba1c930de6891583d559bc1c7de0d4 8139546946c7eaf04ae942eea674975abf11167b 821fbb72215c9cb019e42ef5fd31d9a68aed68c0 8300ed5541438dd99d58c111bf71968af8938bc3 85f5bf139c137d5e993047df631972dbb9cff3ff 86de9698abfdee010fb30fefd97cedafdc6b9c81 86fb423351d0e6dbc271810a653bcfa0dae1438d 897db748734a66070f53c17778f3a31b5504c0ab 8996081dab3e37bad61fc2a3630dc82a42525751 8c501f118d7d424237888e5bfcf2f05e2226bf7f 96958467ebfc895e2e89cb20e29286321629e273 97ff021abfc856d42dfb13c6d19d1d14d913dd65 a0d007599a4e9bbf7710370692d0f072b7a0dd55 a2226764b7ca300f23f4dd6a1e5a69a5330469e5 a257c883de46a222b2b8fbc126015e910a662626 a39f567153cf09191f3c0ca1cb7e76f4590686ef a4c82d63d1b0576602a397c913e84d8251f4f3ea a4fe94a234cbccdf81d0eff5ef8457ecfff92cc0 a55d4b6421f5a92834c9f25d29f0074aa0f12c6b abd664e5659b1b84660337dd7cf70153d8c44b86 b4f1487996daeb100c7ded40baa26c7c29591083 b99f6cfb474172dbc98c65574132abe8a1eebb59 bcc4c0e1cf134479721b3091dadff3b22ee2f6e9 bd3fe1de8fd77e3ea5f889dc890f278eefa1e96b c0de8aeeaee7748c3ed41cd7fd7a5645b2c0f18b c735c2abf3bdb253cea410f71737887a734fd49b c7fdeaa40858b832459a1a9fdb878878c3c4a572 c86558b61b16ee61085fe6ad1e6bb4a9ba1399ad ca2176e0489d4413a6d48a05302cec3b854c9a08 ccffa737a9457719d341e36f85efe1dddb253620 cd4932c95b87dcd2da23168e889535170012848c d21fcbd29517e2db64ddbccc1c17e2432bd78db2 d2fe978067db3c8b3954fdf9564c73542fdab299 d3655998458de63385a5fef3b6f7478bbb94422a d460fb0475114e218e8c3b55b496741f386f9a86 d5341177a942657f893f75e801da152564b354ed d6c45a5bfff87e595d1f457a8509172f210fa7d4 d7bfaff2e431f90c6615a40f916430e75674d09a da2cefe785fb646181d92f0dedd487e715efa3ef dc3802d848ea794a496ad17b6b9987b1d6d78445 de2db145087b3e61af7b7c1f133acdfe369bd169 df285dd4e27eab1e5ee96894c8fbceafe700fad3 df33cf5e3f7c1eeb6395ba8570b371e9f1b3b7c6 e17730a838377c95e276bf83be6dbd5388109063 e3379b5c906c102699d514156005f7678309ed4e e39c45a02eb6471c07a6169279f336b05bd1f745 e8ab257d059a1d5da456d96a021101eef9424e6f e8b56497071619e1df07d7380100e36a17a6ecbb e9132ad1d6f05156ea91009d3e2f3fd911d145bf e9f6e46c5c104420fe08c54ccbf19b49ce7af7c2 ecc093bbe7c706ca77bf451d3b64dfaf032c0af2 ed3930480e53d3e80b84d61f6336f19985ad75c2 f24803cebb6337c65fcb7b5039b20a8d951f5967 f3c60e2b7f55ecfe7cdaecbe5dd8412b29131583 fae34f17e6ae9bcbb16321bc7fe699555a723720
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-9.6
Version: 9.6.24-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23400
Depends: locales | locales-all, postgresql-client-9.6, postgresql-common (>= 171~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libssl3 (>= 3.0.0), libsystemd0, libxml2 (>= 2.7.4)
Recommends: postgresql-contrib-9.6, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-9.6_9.6.24-4.pgdg+1_arm64.deb
Size: 4294104
SHA256: 2152889cdd8ff98eeb8ecc1b9c9e6167a1604812feb767e6f18ec4244dbedfe7
SHA1: 1780ae331473c3802427f463c35bd43b6b158316
MD5sum: 9399a0945bd9dc3c08de0f6d0f81c181
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 9.6.
Postgresql-Catversion: 201608131
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-9.6-dbg
Source: postgresql-9.6
Version: 9.6.24-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15330
Depends: postgresql-9.6 (= 9.6.24-4.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.6/postgresql-9.6-dbg_9.6.24-4.pgdg+1_arm64.deb
Size: 13444304
SHA256: f837d24dc2509b6bb6677bfeae452a0932322e77930ead93b35d7a62d5189655
SHA1: 9e39776dce3e852c10bb73504319131cb7e558f8
MD5sum: 80070493086ead12fd6e8cb460392bce
Description: debug symbols for postgresql-9.6
 This package provides detached debugging symbols for PostgreSQL 9.6.
 .
 PostgreSQL is an object-relational SQL database management system.
Build-Ids: 008694fd59fb588cb2e5d6c651a0e91acd089438 00cda06f1fbeae73742e6f98d6ff206c1f876459 02f0b33d7cff521506ca972ab7b48a6852e16070 043e8136697f066b726f84c722e9a8c4ac612bd1 0440df8169393e45e7f42abd07da23c69f1f2778 08add1589b95c61ab00ffe55963bcbab828dcc66 0aaa868a984038b5fd18af8128c14ac017a53718 0fb73ef39a2a4ea11e01e9c1b8290caa0d5276af 10fd767c4f8291d711f036c279e421df69735805 121238d2b4fee8a1b729a0d68ae719bb49c89792 143d8779e1d95c1715372ce492e5e9f66fb525a0 1655560e52102aba02b668570b4e1b7f5815a9df 17d92d4d66eae3946155c8beb27cb2469c293b34 19aa229c474e7efe51c0e410bdd7d3dc0dc797dd 21ae2de2448314c1174b4f84f7c88d574acbb0b6 234d6206292b55ea617af889678ea535be80dcba 2b590d973987d730ea7a5019bd115f2166128dc5 2c3bd632c699a230912c49111091a33f86ffbdec 2d02e7c7017f0e2055315e884fc6b01b89e83c18 2efa67d67a5d48e1f3060c6c18a5e6bb2a297e47 2fc32571c0627c989af81cba0e40da28299a9c6c 36431c960861b0f9176d11c0337c65c06bf3c4fb 3a72e0eff483cbbed3d7fc220ff0ffba3a8fc49e 3da8fbc0c566508919a517fbefc480d11f2395fd 422679572aed5e6ec19f42d380aabc71a6e93097 44e9593396edc5f20e01214f58304ea05b5f8dce 458b343a6d94f3f3e7b955437a36b409f718d396 45c893af85888bc360ebc5aab07fb85cfc436da0 4891035b52fed7c9acc2efa0613f12376a0ac2e7 489dc4ae99fec0a7f874f1a158429ec02fc497b6 49c233844f2fb6deb2da44a192942eb414a53510 4b420362ee0ddb21164fe9470c78a928a5b4e8fa 4e4ad95a38fe962d7b5a24dbf3833958f772dda1 4fdacee391633651ebcc1b9e8af3a7c2ede9c0fe 515fe0308d32cb4be01b19cd837008417852a026 524420bc257d100b71a4f77eec5f090826189dff 540571f55626c50378284ab4871ef404b824993f 54fe6e6f05ea4171c3fd31888ac3845808dcea64 55dd8aeb892a35ca3ecdbe6cf8cf59e11df22931 57f04ea66dcb6315f322ab3f8b4acac69b05e7f2 5aa6957b97a8a6c45ddcf04b96ff13c105aa5edf 5bbb0651899e36b6d283b9a74a321378ed7c90c0 5cef5fd9b6b1a292c429da7a7ebaca0925ac0bd7 5eca2bcc3ff083ca14cda031040271304820877d 60b685e8de3f94c7be48572858cd6efabfbea6d0 60c9407abe6efd5380eec83f4cec786385303721 6525dc7997c0bd4190fd3dade62d85b5d35226df 6a849aa325677647ce44fea17d3d78f628b46ea1 6ee4c886a764ee247d2ead0b39b54f0cb2c2d2d3 70e6a84afae832a3af27b799be773c7fe8d5d5e6 71e6b7b82817bc688e98aade8e53fbf41fef85c7 750768b1a0662cecf2755bebf793fdd9a00f6567 75d2d8ace79dbf3ee2f49ee37e10b7b0354c243d 76f10cb6d6f8bdd6c4663bc3f84342554ef5aa13 795fa91ea9095d514f0c17bdce39daa2630d8da7 79e8a762d29bf82b6af755c5281c0ad1e15cba1b 7fbd9206ef58dada88a0140a7f62dd1495e0ad21 8358f0b383147b323aff2a1d45c643cddead9e0b 83f5c3cac677d7729d26826d5d6c8424dd20b676 85dc5b17af564beaa0ab33e1f1f6de5348cc1581 866a93af6dd0837d48ded6dcafbc15698bd1e907 918ca76a8242ca99ff2c02cd7ce04f9e163bf14f 95d69ba72ae032a42d1646693a82a0d250310b0a 9703fbf7b47aa61a245abe300f9571c214dafec2 975881e6c8e50afadc40a01378023e93fd81c302 98894f360cfb29f41bf8caa328557f8cfc55180f 9a4290d6ea3295cd7e4fc99771fece66899c88bc 9ca3b75e776d648650373ea8b95b74937bfb4541 a094a892def19715d7e84a01a313639f1b14cca4 a184cc2509b9c76c493bc93604c8ea39908f65e1 a510fdcce1a69208b5dfd4cd903fdc3c555f597d a5407ee5f5d194ba0a362f11fa590249dc94ae39 a565748bb3bb199e11555ec8d8add5fb9674b1da a71ddc2084a804c8213abccfa29e3244e95ac69d abb55394644fd8363f2c693cc411a613bb1d59f5 ad1476aea76e15f8738569346e14edeaa2579372 ad57c62d2d4254b11672e53bc0f24232a7855f7d ae3b9d296820058d3f700597df57034473c10196 b50d0f600af77df0c54f6f579f8ab84ea0b2ea75 b9576ce46c2f44fbf771d48940b0b5b8aada15c6 b9f317398c07d6706054efb9c20cbcb2848d94f9 bbac6ec9749508b8ad170647ef9ced596054ab2a bd951b0ec5e2fad4082bcc263fec8d0a343139b7 be1bfec22ab978f6d3f6b62ba8c9e7fbc7f76aa6 be89ef54285e2d9feb5cf4ef3392e6f6e120c4e7 c046d3d162b95e6b34e4a1b769b9254053b1f410 c073075618e8e493556648d6d7986334054aed2f c290060a79deaad88b1edf84a65f8cd8d19d3a19 c3ec13cac61e1aa109cb588e8659ca1b1065995c c491e3c0c34a0aeeae11d02649464dca13bb082b c6af5501579da831d24db8e4de89c7908fb5bd69 c6f534e247e1a19cb016a1c24943aab0d0598010 c86cf31364ab190960587194368614de2ded0e5d c9143ec88ef4d830fa414c48c0beb735032addfa cb37cff3929d9d5f5912b52c2cb41aad3597100c cdf907625914eccac08874374e07b70b12dd96dd ce6fa36d0e29f3bbb549bc9b07dab28af80259ed d1c6404b258597b9879a61d2fb0332307a24a1e9 d32bd0e0b121cbf3b743c30c6af829958ff4a9eb d4cc00bda0fdcd99bfc89e25dc9535ca4f47360a d5aff791af8dafad000fcc1a28dec50cef335e80 d6b349fee116e33eca9ecc7bbeb29e0cc697da32 d72b49b01c95e990ea0af69010827592943dce0e d7c0ec44167662c8d2d77ba76a1c9d874d9acee0 d888c3387efff6f5c0ff21d4d19f2f08d20a798a db29d90e1da0f1d3e62ffea92c43c6ae18a9e803 dc4c8a06cd54bd6f5266bb915d43883dbb6bf497 e2516962a2c14f19cff0b11d0ddfe9790ea683b3 e45e3ea7564e10e3ff9fc3a6e7b871c29c9b4bfd e4760aa422daebf9670fa47171ceaa5c6e4aae56 e47cb5281e9902a9c7a025b50b196949ab59569f e82e9479de4159796b0ea6792fd5e9144e030e23 f111ede8ade94d8db0bef13dbd43e9a706235955 f34cdb50c840efb7797c82e377167018e296c220 f48b0dad29f00bbeee2c95197b530cf5acceff5b f555cbcd7c182265712cee0d8c1c2bf1d1b5a6b9 f5918cf1e3ef27082734ab6cf89963db2105deb8 f9cd40aa333103b0c94c67a811d549a2670bc491 fa003e34ffa4d3bf8c13a27ea8d17dfef7caaf67 fb70a37f61376acc2da9b0a974e4e63858f4c6f0 fc21b3a761b1a92480bc3248c0ed0a42eb7db26b fe5c053f8bed06d08585d4fa12b292aa868ab64f ff90984f2a56f6fcf48787db327ea36d61ed6293
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-client-9.1
Source: postgresql-9.1
Version: 9.1.24-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4430
Depends: libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.0~), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 115~), sensible-utils
Suggests: postgresql-9.1, postgresql-doc-9.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.24-11.pgdg+1_arm64.deb
Size: 957812
SHA256: 4c87ea6eed4a42077d325a5a55bef4677d047e372d9e85f48320a0c57d56bdcc
SHA1: d0b9faa248db821da65443a9e91c99019fe3bdad
MD5sum: fe25a2063ac5561209f6cf5aebbb899f
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-client-9.2
Source: postgresql-9.2
Version: 9.2.24-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4381
Depends: libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.2.24), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 115~), sensible-utils
Suggests: postgresql-9.2, postgresql-doc-9.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.24-8.pgdg+1_arm64.deb
Size: 965168
SHA256: 80d9009805c56ba200e5c5022a2bfc3d1237cc09c640ff2e35f68c016c8b130f
SHA1: cc7de728b4275bcb8ed5fcd718427561f6df8bbf
MD5sum: a76071977b4b985d0c599458b64fdc52
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-client-9.3
Source: postgresql-9.3
Version: 9.3.25-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5125
Depends: libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.3.25), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
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.25-7.pgdg+1_arm64.deb
Size: 1024432
SHA256: a742c57c73ce7721a3f321a21ea4070b2a95e5deb56788c05719aa9d5aa4cc8b
SHA1: 9cf6445398843f3a504640ae5f3954e4f5757b3a
MD5sum: 9e6d9212a241565825d98e9676ac8921
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-client-9.4
Source: postgresql-9.4
Version: 9.4.26-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5686
Depends: libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.4.26), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
Suggests: postgresql-9.4, postgresql-doc-9.4
Conflicts: postgresql-server-dev-9.4 (<< 9.4.25-2~)
Replaces: postgresql-server-dev-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.26-6.pgdg+1_arm64.deb
Size: 1125292
SHA256: 9df6e8c51b9c85800fbcbd08c7ebaf282e45dc500398523b47965735c96e8663
SHA1: 105648d70aa78954390550051aa375c7dbb391f2
MD5sum: 847cc4b470e646de6dae38826a7b4cfd
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-client-9.5
Source: postgresql-9.5
Version: 9.5.25-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6309
Depends: libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.5.25), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
Suggests: postgresql-9.5, postgresql-doc-9.5
Conflicts: postgresql-server-dev-9.5 (<< 9.5.20-2~)
Replaces: postgresql-server-dev-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.25-5.pgdg+1_arm64.deb
Size: 1263812
SHA256: b07472d310ca62e0578072456131870cf60552f820154c3f149d83f94b96d6c1
SHA1: 68531810e43b2e7aaebf86950d0d4e8c5a2bce45
MD5sum: cfccdcba1f7815207aeeee4baec38f9b
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-client-9.6
Source: postgresql-9.6
Version: 9.6.24-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6446
Depends: libpq5 (>= 9.6.24), postgresql-client-common (>= 142~), sensible-utils, libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-9.6, postgresql-doc-9.6
Conflicts: postgresql-server-dev-9.6 (<< 9.6.16-2~)
Replaces: postgresql-server-dev-9.6
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-client-9.6_9.6.24-4.pgdg+1_arm64.deb
Size: 1326732
SHA256: 36f8e7ce148425db3564dc62b7bb45d9d0b298972fc5971b98ca383a578b0711
SHA1: 001dfe6932625e5e5abfa8ad0c11f4ab93f20efe
MD5sum: 1f8b8011d3c430a78016f4d3ddb19ee6
Description: front-end programs for PostgreSQL 9.6
 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.6. If you install
 PostgreSQL 9.6 on a standalone machine, you need the server package
 postgresql-9.6, 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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-contrib-9.1
Source: postgresql-9.1
Version: 9.1.24-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3814
Depends: postgresql-9.1 (= 9.1.24-11.pgdg+1), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libossp-uuid16, libpq5 (>= 9.0~), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4), postgresql-common (>= 115~)
Suggests: libdbd-pg-perl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.1/postgresql-contrib-9.1_9.1.24-11.pgdg+1_arm64.deb
Size: 352024
SHA256: 1575d7b6cba282882f7da141fd32cd88d0a19109a960273c0b78d70e0f0a5932
SHA1: b5b70432c19a271905d1eb58f4462114e73a38a4
MD5sum: b0cf21d1da55da4e7a51e86ad9cc3b02
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-contrib-9.2
Source: postgresql-9.2
Version: 9.2.24-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3987
Depends: postgresql-9.2 (= 9.2.24-8.pgdg+1), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libossp-uuid16, libpq5 (>= 9.2~beta3), libssl3 (>= 3.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.24-8.pgdg+1_arm64.deb
Size: 360076
SHA256: e619781b1b3755100a0ce50d5c3dca664e7433c46569053d2b95b65f36205e47
SHA1: 7ef16ff7e5939d7ffd204c9848d77b17baad6268
MD5sum: 58f0d38044e23d9f8420c8aaa978e8b4
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-contrib-9.3
Source: postgresql-9.3
Version: 9.3.25-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4128
Depends: postgresql-9.3 (= 9.3.25-7.pgdg+1), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libossp-uuid16, libpq5 (>= 9.2~beta3), libssl3 (>= 3.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.25-7.pgdg+1_arm64.deb
Size: 389604
SHA256: 3a9316acaa869f126639d83861c21dd064f31d30d18b56b51718a19541ef451a
SHA1: 4a38f7b4be8dd47fc4ec945c15103e29df84d0d2
MD5sum: 0013fe239d7cdc2c83ce93b4fa4c3b5f
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-contrib-9.4
Source: postgresql-9.4
Version: 9.4.26-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4475
Depends: postgresql-9.4 (= 9.4.26-6.pgdg+1), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl3 (>= 3.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.26-6.pgdg+1_arm64.deb
Size: 428264
SHA256: 259b0c388cffd2f68cd55f6ba273e3599b09eb0ebdcaf750c7d61d8e6ff86acb
SHA1: 7ea424ec585d7ff1427e0870022829b2b154aa96
MD5sum: 24e62f24e6d1fa4c3dca82ddb6a3c7fc
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-contrib-9.5
Source: postgresql-9.5
Version: 9.5.25-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4367
Depends: postgresql-9.5 (= 9.5.25-5.pgdg+1), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl3 (>= 3.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.25-5.pgdg+1_arm64.deb
Size: 440832
SHA256: d25b60a00aab1d78ff354f9badf6427529f5637a379636107d9371b824f8de6c
SHA1: fd2ddf342e75c946c337032a9bd8490562439a77
MD5sum: a52657e98c396b23ecad2a8aab062e34
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-contrib-9.6
Source: postgresql-9.6
Version: 9.6.24-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4685
Depends: postgresql-9.6 (= 9.6.24-4.pgdg+1), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl3 (>= 3.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.6/postgresql-contrib-9.6_9.6.24-4.pgdg+1_arm64.deb
Size: 485840
SHA256: f11ef99999163a947ab813797662c439e2af52990a2353f0a54fa7c0c2e5d4fc
SHA1: a444cdebe5192d443b17a474abdeaf1c2f248dd8
MD5sum: 5a0c28c8f0c904c82bcd9f871629789c
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.6.  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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-doc-9.1
Source: postgresql-9.1
Version: 9.1.24-11.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12596
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.1/postgresql-doc-9.1_9.1.24-11.pgdg+1_all.deb
Size: 1601320
SHA256: de9d5531aca7a5a1abba0298be70694ef4995f32505dbe084821305e5f026464
SHA1: 8280742a778da1949f0a11218c1025d3037d0355
MD5sum: 98ffc7a37ca8a6d0b26422f14b9c6b6d
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-doc-9.2
Source: postgresql-9.2
Version: 9.2.24-8.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13406
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.2/postgresql-doc-9.2_9.2.24-8.pgdg+1_all.deb
Size: 1689488
SHA256: b672a3899fe178f918a2e284ae3580f8aa6dbcb9cc45dc32c6d8fd3b642765af
SHA1: 5ca71fe69a24ecc79a8f27729154c83852ce46c2
MD5sum: 1a36772b4bc76a04d2d17fe7077a6fd2
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-doc-9.3
Source: postgresql-9.3
Version: 9.3.25-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14216
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.3/postgresql-doc-9.3_9.3.25-7.pgdg+1_all.deb
Size: 1769572
SHA256: c13b76b387557fa848797ddc44b7e76b982fd84326db398020c82a3ddf870a2e
SHA1: 3918118514e8648a3592fe03acb719b480ecea4a
MD5sum: 0f9065146b8658a23595d70adb15e977
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-doc-9.4
Source: postgresql-9.4
Version: 9.4.26-6.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11499
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.26-6.pgdg+1_all.deb
Size: 1560232
SHA256: 01d942a45d9c96bce5724714e9c83f28647d3738590f8b1f0a444e9aaabd1f01
SHA1: 39fc91eaf2dc40df6b282ccc448718e906f044e2
MD5sum: e42d6c99c057831125293c3ca0c4f938
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-doc-9.5
Source: postgresql-9.5
Version: 9.5.25-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12014
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.25-5.pgdg+1_all.deb
Size: 1630712
SHA256: 715084b4fa7824bfc8e58d79354796d00eeb0534262e5d52589b466721c9b51f
SHA1: fad46e65a29342bf4e2621f344ab43fdece2d00e
MD5sum: 8f2c657ed363b0bd64a6c5e68a9961fa
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-doc-9.6
Source: postgresql-9.6
Version: 9.6.24-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12467
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.6/postgresql-doc-9.6_9.6.24-4.pgdg+1_all.deb
Size: 1697708
SHA256: 4f59530672f1cfb36f890b6bb4781324b30aab6f526752d179db24731e58ba42
SHA1: f233cf0bf371fc3fbeb4488755acc41df63aea33
MD5sum: b4c66c8d061d29abb5ce4c415ed9736e
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 9.6. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-plperl-9.1
Source: postgresql-9.1
Version: 9.1.24-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libc6 (>= 2.34), libperl5.36 (>= 5.36.0), postgresql-9.1 (= 9.1.24-11.pgdg+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.24-11.pgdg+1_arm64.deb
Size: 45312
SHA256: 75d525b21ec5cf69ca03ad4871838dcb4fd6916b01d192615196b4b03966795b
SHA1: 1161bc78287ec0a5170ad43d91d4701fce3c5af8
MD5sum: 0e6f10008b03cb550485e59edd702af3
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-plperl-9.2
Source: postgresql-9.2
Version: 9.2.24-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 255
Depends: libc6 (>= 2.34), libperl5.36 (>= 5.36.0), postgresql-9.2 (= 9.2.24-8.pgdg+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.24-8.pgdg+1_arm64.deb
Size: 44492
SHA256: a1177757737059a2d52009818d584a2357d305072d9df931cf71792503bfb09a
SHA1: 985350dd788ff502188a2519a8bdfaef94f7edbb
MD5sum: 46c7b2da8a5e6659bfac60ef6155b6e2
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-plperl-9.3
Source: postgresql-9.3
Version: 9.3.25-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 255
Depends: libc6 (>= 2.34), libperl5.36 (>= 5.36.0), postgresql-9.3 (= 9.3.25-7.pgdg+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.25-7.pgdg+1_arm64.deb
Size: 44160
SHA256: 38b6dbffb8ba595aff53c24b6c466f25f3874f77e8b790aeeae9af6078456f05
SHA1: 4aeefbc4d6d8b18e77359fc707da339936db2e2c
MD5sum: 311992740d1cedb791043151e1df732b
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-plperl-9.4
Source: postgresql-9.4
Version: 9.4.26-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: libc6 (>= 2.34), libperl5.36 (>= 5.36.0), postgresql-9.4 (= 9.4.26-6.pgdg+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.26-6.pgdg+1_arm64.deb
Size: 47164
SHA256: b8f38e93bd6eafb64dcc6c6e685f4120a6e3cfe313fe1a8a7517b4512167f180
SHA1: ac4f6f7a17d80ef36be3b45429e7d181c0fac2e7
MD5sum: e17d0797cfa88406e190a4aed70944e1
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-plperl-9.5
Source: postgresql-9.5
Version: 9.5.25-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 358
Depends: libc6 (>= 2.34), libperl5.36 (>= 5.36.0), postgresql-9.5 (= 9.5.25-5.pgdg+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.25-5.pgdg+1_arm64.deb
Size: 54316
SHA256: c4aa51f6084686c8a43215d3d472b1a2ce67cc707a1aa9aa261c00c61d70cbbc
SHA1: 7ab3e39b6b39b855b6c7ea42cfade9094c7c9e9b
MD5sum: 250c18a5ba9bcc9b6734d44160c61627
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-plperl-9.6
Source: postgresql-9.6
Version: 9.6.24-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 361
Depends: perl, postgresql-9.6 (= 9.6.24-4.pgdg+1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plperl-9.6_9.6.24-4.pgdg+1_arm64.deb
Size: 56260
SHA256: 0272150b919615e4e2b4c5590e6c8642dbb20ce14e8574f2438513482445c303
SHA1: 0cc0b8fddfd28ba1b1f11a42d48eb1e6b70dfa15
MD5sum: ce639612e1e54c20f45b54f52a00127c
Description: PL/Perl procedural language for PostgreSQL 9.6
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Perl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-plpython3-9.1
Source: postgresql-9.1
Version: 9.1.24-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 163
Depends: libc6 (>= 2.17), libpython3.11 (>= 3.11.0), postgresql-9.1 (= 9.1.24-11.pgdg+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.24-11.pgdg+1_arm64.deb
Size: 36836
SHA256: c60f75442cbd6d9653d26fac68a248c3f08575c73b1800df5b400adfa06e088d
SHA1: db886be5e13c3d26e7025b4722546a508789deba
MD5sum: 6e02ce27ba78bb825da2a35f56c2e250
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-plpython3-9.2
Source: postgresql-9.2
Version: 9.2.24-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: libc6 (>= 2.17), libpython3.11 (>= 3.11.0), postgresql-9.2 (= 9.2.24-8.pgdg+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.24-8.pgdg+1_arm64.deb
Size: 39488
SHA256: 7247859e4291c15a65bece7d444732efecf9b96d298ce1a7e6693a49ecf1e21e
SHA1: fcb4818995f1b9121e65d4798ff60fa939d3bef3
MD5sum: 2a1c0ce8e1233dd83cc599054767c02c
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-plpython3-9.3
Source: postgresql-9.3
Version: 9.3.25-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: libc6 (>= 2.17), libpython3.11 (>= 3.11.0), postgresql-9.3 (= 9.3.25-7.pgdg+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.25-7.pgdg+1_arm64.deb
Size: 39716
SHA256: 06ea1f7b9df7c19496769b9e1db6097ee81d5ff3d50b316a5298e16e681d303c
SHA1: 8011191f1425b85440d18b7c37d772830e17cfe9
MD5sum: 82d39ec9ba3edca90a5f79eccb8ec8ea
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-plpython3-9.4
Source: postgresql-9.4
Version: 9.4.26-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: libc6 (>= 2.17), libpython3.11 (>= 3.11.0), postgresql-9.4 (= 9.4.26-6.pgdg+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.26-6.pgdg+1_arm64.deb
Size: 42028
SHA256: a55a93207e86ee4726bf9231faf20948822fa934e788b64a8e5fda8b172b4319
SHA1: 0261365c003bef513a18e878c51e909aa27f0d06
MD5sum: 7b8e46a204e9e1ef1b4293c1b24fcb8c
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-plpython3-9.5
Source: postgresql-9.5
Version: 9.5.25-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 311
Depends: libc6 (>= 2.17), libpython3.11 (>= 3.11.0), postgresql-9.5 (= 9.5.25-5.pgdg+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.25-5.pgdg+1_arm64.deb
Size: 47712
SHA256: 453b22cfe02d9ab7ea6200b85a2322bdfc526b0a6fbc3202515b016eaf341f5b
SHA1: adb36db153cb01e2711fdeecc1db204be179ee0c
MD5sum: 1c0ff4dd90d25100daee77c07ff49136
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-plpython3-9.6
Source: postgresql-9.6
Version: 9.6.24-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 312
Depends: postgresql-9.6 (= 9.6.24-4.pgdg+1), libc6 (>= 2.17), libpython3.11 (>= 3.11.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plpython3-9.6_9.6.24-4.pgdg+1_arm64.deb
Size: 50844
SHA256: 54a622af1401ca4502f8ab4c5857827ee0b3688ef70da270cc3b4afe23900b1c
SHA1: f1650d5517b1b21f0a128eb99de99d3c827e9486
MD5sum: af0f7826430981529adc74a2eb9b77ed
Description: PL/Python 3 procedural language for PostgreSQL 9.6
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Python 3.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-pltcl-9.1
Source: postgresql-9.1
Version: 9.1.24-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 170
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.1 (= 9.1.24-11.pgdg+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.24-11.pgdg+1_arm64.deb
Size: 26084
SHA256: d0a394fe1cecf9c8efbbf8a464436db0ea61e9148f2ac963fc7afb3e23d3aa16
SHA1: 3dd23e0d8f073f72a3d5619e2881f20ef05c678b
MD5sum: 2c9ca52055573c08ca177b0a8717c09f
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-pltcl-9.2
Source: postgresql-9.2
Version: 9.2.24-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.2 (= 9.2.24-8.pgdg+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.24-8.pgdg+1_arm64.deb
Size: 25908
SHA256: 1838841c6045a3d9d8be16010cdcaeb01bc8012470d9b91a56c0f2dad8e07fcf
SHA1: 8da43f167ba5e66bfd8974117140c284e8746d22
MD5sum: 1260c1f200d6c9eb26d767af2218d881
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-pltcl-9.3
Source: postgresql-9.3
Version: 9.3.25-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.3 (= 9.3.25-7.pgdg+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.25-7.pgdg+1_arm64.deb
Size: 25716
SHA256: 654682b1142b7249af781c917f5c30495273aca15e74c5fccd0862827f30a79c
SHA1: d8a1cefb6d900944b93656091276de90abef80a2
MD5sum: 32373354c5aaec82be7dd54cee0faeb1
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-pltcl-9.4
Source: postgresql-9.4
Version: 9.4.26-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.4 (= 9.4.26-6.pgdg+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.26-6.pgdg+1_arm64.deb
Size: 27812
SHA256: b4d69540588bd13936ac8248b98c8126f09fdd3ad3b49eb7f2ada533bf84d8c2
SHA1: ade0040ec68b8ae885e0306fb0a0caf904c82957
MD5sum: db3b9a4323fc0e1b47e1e67dbdad5566
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-pltcl-9.5
Source: postgresql-9.5
Version: 9.5.25-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.5 (= 9.5.25-5.pgdg+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.25-5.pgdg+1_arm64.deb
Size: 32360
SHA256: c7704c5a0344c1836369941fa99fe273b45a760dff28252890e91665dbc2c12f
SHA1: 23c79b22b52a6a77e484b4bc2e1412526adf6d7e
MD5sum: 0b0a1e0278e79bebdedf17d3fd5a7e8c
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-pltcl-9.6
Source: postgresql-9.6
Version: 9.6.24-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 191
Depends: postgresql-9.6 (= 9.6.24-4.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-pltcl-9.6_9.6.24-4.pgdg+1_arm64.deb
Size: 37800
SHA256: 407c0bb94501fb07266207cbb5d78cdb488ac7c596ca3ef807e9ca0ced4b311c
SHA1: d1a2358a1bcae6fb84936d8a7fe8d3b06f1dd214
MD5sum: d67afb05644101d1f5d5661f2131d712
Description: PL/Tcl procedural language for PostgreSQL 9.6
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Tcl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-server-dev-9.1
Source: postgresql-9.1
Version: 9.1.24-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3101
Depends: libc6 (>= 2.34), 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.24-11.pgdg+1_arm64.deb
Size: 536124
SHA256: 07f1802e010e06615bf101ab81cd6556829e19ec468b91c165460d2ccca0f683
SHA1: 01158c7d37fdd88c009b5988f5bd938d9fe41851
MD5sum: d6858276b6c6c5cd909caa9fe3433e7c
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-server-dev-9.2
Source: postgresql-9.2
Version: 9.2.24-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3319
Depends: libc6 (>= 2.34), 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.24-8.pgdg+1_arm64.deb
Size: 575416
SHA256: e00df4884a167d9b195205ee1ec2d8b7423abf656e2cc852b77a48d1c9d29292
SHA1: fcfeed02a77f18affb5fae101687db148b665dcf
MD5sum: cb904c86c74bc40ce0ada4c6b4cdb3e1
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-server-dev-9.3
Source: postgresql-9.3
Version: 9.3.25-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3556
Depends: libc6 (>= 2.34), 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.25-7.pgdg+1_arm64.deb
Size: 618884
SHA256: bb58092e352d502247b40c6a5fa003f88ad2e35fab0d1ef711319e81b1bd063e
SHA1: 4e809165f63ca493be54a02a9e5d670cd4ccf49a
MD5sum: 490577704a33c1c4f1a2613e2a42d831
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-server-dev-9.4
Source: postgresql-9.4
Version: 9.4.26-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3557
Depends: libpq-dev (>= 9.4~), postgresql-client-9.4 (= 9.4.26-6.pgdg+1), 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.26-6.pgdg+1_arm64.deb
Size: 616388
SHA256: 834d0c5da706392afa294f2c1e69c9d0c067a4c89d256c5f2200bd2fa2d8b1f8
SHA1: b671590fa473fa8d93bb4d4bdf4c91bb6ef83ab8
MD5sum: 340d0746354c0779f7665be37579c179
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-server-dev-9.5
Source: postgresql-9.5
Version: 9.5.25-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4075
Depends: libpq-dev (>= 9.5~~), postgresql-client-9.5 (= 9.5.25-5.pgdg+1), 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.25-5.pgdg+1_arm64.deb
Size: 712480
SHA256: cdff7a9c3a68f2e3b053ae40e3f63c7993e73aab0ac0ae47d9417a63610592b8
SHA1: f59cfa18f2c7e71cca810d9b5e32e0ee47d8645f
MD5sum: 1182cef8c485271420383a188d655672
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.
Timestamp: 2023-02-20 21:12:03+00

Package: postgresql-server-dev-9.6
Source: postgresql-9.6
Version: 9.6.24-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4414
Depends: libpq-dev (>= 9.6~~), postgresql-client-9.6 (= 9.6.24-4.pgdg+1), postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-9.6/postgresql-server-dev-9.6_9.6.24-4.pgdg+1_arm64.deb
Size: 780236
SHA256: 6ce6f9a0d91293a968a47064e5d0065d94d89e21bcc210442eade77325d4c01e
SHA1: 66e9a210693ed513123ba9ca9cb0e47c2dd929ef
MD5sum: 8c76c32c27f2e9d9d13c430bc96d795d
Description: development files for PostgreSQL 9.6 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.
Timestamp: 2023-02-20 21:12:03+00

Package: ruby-pg-ldap-sync
Source: pg-ldap-sync
Version: 0.4.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: ruby, ruby-net-ldap (>= 0.16), kwalify (>= 0.7), ruby-pg (>= 0.14), ruby-pg (<< 2.0)
Homepage: https://github.com/larskanis/pg-ldap-sync
Priority: optional
Section: database
Filename: pool/main/p/pg-ldap-sync/ruby-pg-ldap-sync_0.4.0-1.pgdg+1_all.deb
Size: 10064
SHA256: b8a05296942a0cf9fcad80ddf94aa8c434dc4c7372284fcaaee2a4a7af81533b
SHA1: 7aa4ff9c61070f9b9c9c5a66c87e4bae9221f784
MD5sum: 43e3f16a9e654f7afe786b395cb96252
Description: Synchronize users and groups from LDAP/AD into PostgreSQL
 LDAP is often used for a centralized user and role management
 in an enterprise environment. PostgreSQL offers different
 authentication methods, like LDAP, SSPI, GSSAPI or SSL.
 However, for any method the user must already exist in the database,
 before the authentication can be used. There is currently
 no direct authorization of database users on LDAP. So roles
 and memberships has to be administered twice.
 .
 This program helps to solve the issue by synchronizing users,
 groups and their memberships from LDAP to PostgreSQL.
 Access to LDAP is used read-only. <tt>pg_ldap_sync</tt> issues proper
 CREATE ROLE, DROP ROLE, GRANT and REVOKE commands to synchronize
 users and groups.
 .
 It is meant to be started as a cron job.
Timestamp: 2023-02-20 21:12:03+00

Package: libecpg-compat3
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg-compat3_10.23-1.pgdg+1+b2_arm64.deb
Size: 18456
SHA256: 011c82bc587f7677f79e07971cfcbfddf79b6d9ac34a8bea94b9b4ff16b463ea
SHA1: fcea3bfcafe7249918d7c9810968f54ee8a68d96
MD5sum: 7b0a377acbb29cb644030eb67963c07c
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.
Timestamp: 2023-03-03 11:29:32+00

Package: libecpg-compat3-dbgsym
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 10.23-1.pgdg+1+b2)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-compat3-dbgsym_10.23-1.pgdg+1+b2_arm64.deb
Size: 17248
SHA256: e61f511b76bdebae487f441f07979a2f3425b65550be22ccc57c2d7c6980ff79
SHA1: 2ba5b162ea8170776c6ed42f0372afe3b88eebd7
MD5sum: f43bf53ec2ec91c0ebe48b5cf7c1991e
Description: debug symbols for libecpg-compat3
Build-Ids: 03792239715a4c5a72c429bd4c543e9f987a7611
Timestamp: 2023-03-03 11:29:32+00

Package: libecpg-dev
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1241
Depends: libecpg-compat3 (= 10.23-1.pgdg+1+b2), libecpg6 (= 10.23-1.pgdg+1+b2), libpgtypes3 (= 10.23-1.pgdg+1+b2), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libecpg-dev_10.23-1.pgdg+1+b2_arm64.deb
Size: 222696
SHA256: 9d80aa101d826891e5489ca1e84d8142456544e2b741015a5f122b125911dae6
SHA1: dedd2ce3a0ce5740db8fb9f2818e74c339922c9f
MD5sum: 6c27a19385f37c929c460b6986f2a3d4
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).
Timestamp: 2023-03-03 11:29:32+00

Package: libecpg-dev-dbgsym
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: libecpg-dev (= 10.23-1.pgdg+1+b2)
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-dev-dbgsym_10.23-1.pgdg+1+b2_arm64.deb
Size: 227052
SHA256: 3b4ef879dcae50c1490c000d05240122024a53a46bb2a8100587febb52761692
SHA1: 4517825f5bfbe627629ffa171fee29939f37cc46
MD5sum: 47198585f31d4a2b595a0d9ddfa09140
Description: debug symbols for libecpg-dev
Build-Ids: 8d5eea545a9d0d217b204f0ad53e7cb77018787e
Timestamp: 2023-03-03 11:29:32+00

Package: libecpg6
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 462
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg6_10.23-1.pgdg+1+b2_arm64.deb
Size: 82616
SHA256: 27e9dbee3eadd2217bfea59d5f34b97c07ba2575a49c433dbb41c0a24444f850
SHA1: f6d11e38579be4a0769cba53581ce5d648767d10
MD5sum: e6840d824a93541c6decba24d925026a
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.
Timestamp: 2023-03-03 11:29:32+00

Package: libecpg6-dbgsym
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: libecpg6 (= 10.23-1.pgdg+1+b2)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg6-dbgsym_10.23-1.pgdg+1+b2_arm64.deb
Size: 92644
SHA256: 56c9c305dea6ce61b4b57d82aed143c2443ecd65ab341ec832a6f4a3b00dcf4a
SHA1: 7f13993b148a7f35283035e093e4a7c37bbfc834
MD5sum: 2df12f08a84905692f17b5eea185793b
Description: debug symbols for libecpg6
Build-Ids: 1cb29e69f8f8b201f17db89c315c25ed21f90da7
Timestamp: 2023-03-03 11:29:32+00

Package: libpgtypes3
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpgtypes3_10.23-1.pgdg+1+b2_arm64.deb
Size: 38792
SHA256: 5b26a40a81c34dd78f383ce5ace20a2807b1facc55a3a0cbae4693bcf7554be7
SHA1: d08b6cb97c998768c74e886d67075433abfe5d81
MD5sum: 377d6a5055b19cc177e12c6abf4d7b8e
Description: shared library libpgtypes for PostgreSQL 10
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-03-03 11:29:32+00

Package: libpgtypes3-dbgsym
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: libpgtypes3 (= 10.23-1.pgdg+1+b2)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpgtypes3-dbgsym_10.23-1.pgdg+1+b2_arm64.deb
Size: 69680
SHA256: b2527af949eb5d4e914cc9a856a2d064fce48b5b143b55544cfca4a337f51b49
SHA1: 8a15827b8ec0e5dae40b9ce408a983b0c37e2f75
MD5sum: 7d70dbbd59a020e742c40b85aa0dbeee
Description: debug symbols for libpgtypes3
Build-Ids: 46574a15002b2c8ffd46d68902f0d059d04c77a4
Timestamp: 2023-03-03 11:29:32+00

Package: libpq-dev
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 682
Depends: libpq5 (= 10.23-1.pgdg+1+b2)
Suggests: postgresql-doc-10
Breaks: postgresql-server-dev-10 (<< 10.1-2~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libpq-dev_10.23-1.pgdg+1+b2_arm64.deb
Size: 160104
SHA256: 0bb72ab940eff2fc55a58ccc0dc8c09afc7e23409e35e288c37f38d3152319da
SHA1: 5f56a05465993929074539b9cc7f620175a50083
MD5sum: 979d634a0c0781156bbad1bb0d8520a3
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.
Timestamp: 2023-03-03 11:29:32+00

Package: libpq5
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 775
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpq5_10.23-1.pgdg+1+b2_arm64.deb
Size: 163104
SHA256: 173c48dad929178b53b46c791d99dda30c28511d7b656e6d7220d5eca4508d98
SHA1: 6bda1bd9b61961f0c161e1bc521cc62fe0ab7037
MD5sum: 7f4b43a31c3e37a46ffeae68681426eb
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.
Timestamp: 2023-03-03 11:29:32+00

Package: libpq5-dbgsym
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 259
Depends: libpq5 (= 10.23-1.pgdg+1+b2)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpq5-dbgsym_10.23-1.pgdg+1+b2_arm64.deb
Size: 227532
SHA256: 56c0f5bcfcf1327e7c848b1a8755eba31d047508fbc50a372e0a3f9256268c1b
SHA1: 040eea6a106212013b589be2fffd1b75481c2f96
MD5sum: b4cb0262dce0db169fd1ab1f7e3cb319
Description: debug symbols for libpq5
Build-Ids: a92bcf35fcec7c9681dd955f27a2b0b054aaee0b
Timestamp: 2023-03-03 11:29:32+00

Package: libecpg-compat3
Source: postgresql-9.1
Version: 9.1.24-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libecpg-compat3_9.1.24-12.pgdg+1_arm64.deb
Size: 11964
SHA256: 2550190653cb4150eb9d3265ca54ea95071ce3f2f82a4ffbb6a6f76e66ec86df
SHA1: dd9613ed239bc280fff2d3e5ea1f28eecc879dd0
MD5sum: 0417976d408b2c89f068176f4a6860fe
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.
Timestamp: 2023-03-03 10:28:31+00

Package: libecpg-dev
Source: postgresql-9.1
Version: 9.1.24-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1025
Depends: libc6 (>= 2.34), libpq-dev, libecpg6 (= 9.1.24-12.pgdg+1), libecpg-compat3 (= 9.1.24-12.pgdg+1), libpgtypes3 (= 9.1.24-12.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libdevel
Filename: pool/9.1/p/postgresql-9.1/libecpg-dev_9.1.24-12.pgdg+1_arm64.deb
Size: 192324
SHA256: 51fa8a058ed9e2bc5e7947be691d94f0848ccca053805276d2180ea53299128b
SHA1: 1d2f7970c51d813b37432128bf4d7d554d6e04a9
MD5sum: 531067104001b617b7f39397705911e0
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).
Timestamp: 2023-03-03 10:28:31+00

Package: libecpg6
Source: postgresql-9.1
Version: 9.1.24-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 421
Depends: libc6 (>= 2.34), libpgtypes3, libpq5
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libecpg6_9.1.24-12.pgdg+1_arm64.deb
Size: 71692
SHA256: f01433b20cd336a3b4e54148b2409039ff1a3ac3ad39e6fef0bbc330d9a21a7b
SHA1: 03a660b42c53b984f14aacfe4d1e640548b4bacb
MD5sum: 4d484e85b21f3458f96b379f8a10c43e
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.
Timestamp: 2023-03-03 10:28:31+00

Package: libpgtypes3
Source: postgresql-9.1
Version: 9.1.24-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libpgtypes3_9.1.24-12.pgdg+1_arm64.deb
Size: 32308
SHA256: e86e6574335e541be504f024149983f3aa02418bfdc42fa9663ed9aed23c3664
SHA1: 308a749182fc3c69c7a619a42faa78f5acbf4c28
MD5sum: 5318a800a627318b613e075a164e08f6
Description: shared library libpgtypes for PostgreSQL 9.1
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-03-03 10:28:31+00

Package: libpq-dev
Source: postgresql-9.1
Version: 9.1.24-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 922
Depends: libc6 (>= 2.34), libpq5 (= 9.1.24-12.pgdg+1)
Suggests: postgresql-doc-9.1
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libdevel
Filename: pool/9.1/p/postgresql-9.1/libpq-dev_9.1.24-12.pgdg+1_arm64.deb
Size: 169140
SHA256: 98996b7a22daf09c85ea9a5e3d97ccdf64a7f5af3cf31c03cb6d19ee69a2a9a7
SHA1: e8c57f633d099cc31821f6f3d79898d140416445
MD5sum: a231f43325649b3c3b7534fcc3c924e3
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.
Timestamp: 2023-03-03 10:28:31+00

Package: libpq5
Source: postgresql-9.1
Version: 9.1.24-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 542
Depends: libc6 (>= 2.33), libcom-err2 (>= 1.43.9), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap-2.5-0 (>= 2.5.4)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libpq5_9.1.24-12.pgdg+1_arm64.deb
Size: 110608
SHA256: e20251dd0a65ab9e269fb4e8455dc5294b399ea19c135806a25e65cfcee5063e
SHA1: 1b8369b41426ab9280ca1fd4b47cdd3e3c68a5f2
MD5sum: 9bc9cc57d1af0c179ae388e2732864d3
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.
Timestamp: 2023-03-03 10:28:31+00

Package: libecpg-compat3
Source: postgresql-9.2
Version: 9.2.24-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 91
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libecpg-compat3_9.2.24-9.pgdg+1_arm64.deb
Size: 11864
SHA256: 260d371a088c0c7bac9255cd71606218c12ce959c16d6b8ecdbcc17f301efbbb
SHA1: 4934ab0e77595d09caebfd90e04f22c587eec9fa
MD5sum: 06ee623018bea649e883a7b0bd1412e6
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.
Timestamp: 2023-03-03 10:28:56+00

Package: libecpg-dev
Source: postgresql-9.2
Version: 9.2.24-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1026
Depends: libc6 (>= 2.34), libpq-dev, libecpg6 (= 9.2.24-9.pgdg+1), libecpg-compat3 (= 9.2.24-9.pgdg+1), libpgtypes3 (= 9.2.24-9.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libdevel
Filename: pool/9.2/p/postgresql-9.2/libecpg-dev_9.2.24-9.pgdg+1_arm64.deb
Size: 194220
SHA256: a66da80b2fb297d934c12cc7d18634be5260c7069faf851b52db9bd5e43373e5
SHA1: 858568d0c74fd734143342cfd4602bfe61d125c1
MD5sum: 86defd9190d8031abfb1a34243477bcd
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).
Timestamp: 2023-03-03 10:28:56+00

Package: libecpg6
Source: postgresql-9.2
Version: 9.2.24-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 418
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libecpg6_9.2.24-9.pgdg+1_arm64.deb
Size: 71268
SHA256: 73954557f080044186ca250691ebaf7231e01cf4ed9ecb6b293b99b1f25baa3e
SHA1: e28008dd888ad348f542f33b185ac1eca87f1368
MD5sum: 18aca39479275943f780f8552b13222c
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.
Timestamp: 2023-03-03 10:28:56+00

Package: libpgtypes3
Source: postgresql-9.2
Version: 9.2.24-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libpgtypes3_9.2.24-9.pgdg+1_arm64.deb
Size: 32212
SHA256: 3d16234240693afe82d4366d643b01960e665fe668991ad6df35f62f171b2609
SHA1: 70c188cb596432ad7c77d1ecb4b31bcb154121ac
MD5sum: e4bb21afd6e12b096f97bb4c2917617f
Description: shared library libpgtypes for PostgreSQL 9.2
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-03-03 10:28:56+00

Package: libpq-dev
Source: postgresql-9.2
Version: 9.2.24-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 963
Depends: libc6 (>= 2.34), libpq5 (= 9.2.24-9.pgdg+1)
Suggests: postgresql-doc-9.2
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libdevel
Filename: pool/9.2/p/postgresql-9.2/libpq-dev_9.2.24-9.pgdg+1_arm64.deb
Size: 177032
SHA256: bd0bc0c48d9544f63cb9534140e3fc0527a5ea55120a1c56f14770e946d503a5
SHA1: 28603ab9f632d95c95ae572ab3dfae6fdae925fa
MD5sum: 4b16c4cdc3b10444be8338f175e0fc26
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.
Timestamp: 2023-03-03 10:28:56+00

Package: libpq5
Source: postgresql-9.2
Version: 9.2.24-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 521
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libpq5_9.2.24-9.pgdg+1_arm64.deb
Size: 112592
SHA256: e62d5b91b48a1095ce907c0e6d8c1d3ed429729aa02a310d481f5efea6053b29
SHA1: 3a00ad1ebed9efaf181c4537dad67609d6bc1c62
MD5sum: 3c35af2904951fa8d85305b2c66508d5
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.
Timestamp: 2023-03-03 10:28:56+00

Package: libecpg-compat3
Source: postgresql-9.3
Version: 9.3.25-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libecpg-compat3_9.3.25-8.pgdg+1_arm64.deb
Size: 11864
SHA256: e0cc05b4a7d0d75c82c890bfbdb9ada904bea2cbebee16258c3aff9e3620c3e7
SHA1: 9dcca74b1640b4324f788b16f7796528fe1a01ab
MD5sum: 56c1deb79546746e05d99e663e34cc23
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.
Timestamp: 2023-03-03 10:29:20+00

Package: libecpg-dev
Source: postgresql-9.3
Version: 9.3.25-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1097
Depends: libc6 (>= 2.34), libpq-dev, libecpg6 (= 9.3.25-8.pgdg+1), libecpg-compat3 (= 9.3.25-8.pgdg+1), libpgtypes3 (= 9.3.25-8.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libdevel
Filename: pool/9.3/p/postgresql-9.3/libecpg-dev_9.3.25-8.pgdg+1_arm64.deb
Size: 197908
SHA256: ad66b529f29a305c3c08ca3c96c9f022a59f1873eebd6ff1222840e3c0961e44
SHA1: ba65f0c98b108e6936b55c9c24a1b3ef13801393
MD5sum: c5ae501a402f2b051d5653323164f0b4
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).
Timestamp: 2023-03-03 10:29:20+00

Package: libecpg6
Source: postgresql-9.3
Version: 9.3.25-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 419
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libecpg6_9.3.25-8.pgdg+1_arm64.deb
Size: 71696
SHA256: f1e703d34996b5a0065974e28b0d68f84dfeb1387754b218575cbc4a2d453f3f
SHA1: 1b45bb9d3d07b49b14f38ab2b8ee086533e89375
MD5sum: 9cf6a26facbaf771b223a5db3db6c48c
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.
Timestamp: 2023-03-03 10:29:20+00

Package: libpgtypes3
Source: postgresql-9.3
Version: 9.3.25-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libpgtypes3_9.3.25-8.pgdg+1_arm64.deb
Size: 32260
SHA256: f8224be38b1932371cd034b67ce3235e7229cc4c8c6dfa45b3246a5560e196b0
SHA1: 4c490a3c9cd393f68515a83930aa26befb38ca21
MD5sum: 3ad095b51338a2f7c33918dadd0cea1f
Description: shared library libpgtypes for PostgreSQL 9.3
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-03-03 10:29:20+00

Package: libpq-dev
Source: postgresql-9.3
Version: 9.3.25-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 729
Depends: libc6 (>= 2.34), libpq5 (= 9.3.25-8.pgdg+1)
Suggests: postgresql-doc-9.3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libdevel
Filename: pool/9.3/p/postgresql-9.3/libpq-dev_9.3.25-8.pgdg+1_arm64.deb
Size: 144328
SHA256: 4b4f9be4b9fd819461361db8ada7fd3013441835ee001f44973b73b915960dd4
SHA1: 1c721904beeb4052f0b578e1dcd6fd82ad8cd20f
MD5sum: 40ee062f0b1ce333c0a8b7977cf95a28
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.
Timestamp: 2023-03-03 10:29:20+00

Package: libpq5
Source: postgresql-9.3
Version: 9.3.25-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 534
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libpq5_9.3.25-8.pgdg+1_arm64.deb
Size: 113704
SHA256: a78325b48797313ec77724231cf8dd92ad9a9ebef97791523dd859b552bd567e
SHA1: 8df2e095bb84755c24e2400e04ec2c93d0a0206c
MD5sum: 621de108729b4516fd94f1fcde0cee90
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.
Timestamp: 2023-03-03 10:29:20+00

Package: libecpg-compat3
Source: postgresql-9.4
Version: 9.4.26-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libecpg-compat3_9.4.26-7.pgdg+1_arm64.deb
Size: 13972
SHA256: 11374b5f502cb7ecef0148705c87c2c15ce22dc187dcf6388d83bb84e3d2ffaa
SHA1: 05daa56e9cdafb26f17343a6e9cdb8dfd2b91677
MD5sum: 7fbf053e9dde30441fa07d8cd01ad435
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.
Timestamp: 2023-03-03 10:29:46+00

Package: libecpg-dev
Source: postgresql-9.4
Version: 9.4.26-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1108
Depends: libc6 (>= 2.34), libpq-dev, libecpg6 (= 9.4.26-7.pgdg+1), libecpg-compat3 (= 9.4.26-7.pgdg+1), libpgtypes3 (= 9.4.26-7.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libdevel
Filename: pool/9.4/p/postgresql-9.4/libecpg-dev_9.4.26-7.pgdg+1_arm64.deb
Size: 203564
SHA256: e6d8dbb9438746ecb25f7d0affea4b2944bab6c0fa855d36539b15cb01527c7b
SHA1: 77a4fba092498a380176ac22695c3907c22c9844
MD5sum: acc3df7f98c645294438f086953bfb7d
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).
Timestamp: 2023-03-03 10:29:46+00

Package: libecpg6
Source: postgresql-9.4
Version: 9.4.26-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 432
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libecpg6_9.4.26-7.pgdg+1_arm64.deb
Size: 75472
SHA256: b336e0e508f2de1a229c95da50c208c24b89ee6dcb991657e3b8f35889e35a73
SHA1: 4fb55112b5a550ef530a5b9a3fb32e67a22eab9d
MD5sum: 02b5a00abf0149e4d7b1e5bfccc30f16
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.
Timestamp: 2023-03-03 10:29:46+00

Package: libpgtypes3
Source: postgresql-9.4
Version: 9.4.26-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libpgtypes3_9.4.26-7.pgdg+1_arm64.deb
Size: 34228
SHA256: 5bdc77052995a1dce9e29b4cda2b39844566c85090d9509137c86dcd01c727bd
SHA1: fc0b727b43ee23512d121a07d0871eaad2713ed0
MD5sum: ee23433dff23c578c53805da3c5ede96
Description: shared library libpgtypes for PostgreSQL 9.4
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-03-03 10:29:46+00

Package: libpq-dev
Source: postgresql-9.4
Version: 9.4.26-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 738
Depends: libc6 (>= 2.34), libpq5 (= 9.4.26-7.pgdg+1)
Suggests: postgresql-doc-9.4
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libdevel
Filename: pool/9.4/p/postgresql-9.4/libpq-dev_9.4.26-7.pgdg+1_arm64.deb
Size: 147268
SHA256: 885fc78bf38c5ede6f229cb3bf962550f1ea0ac4130746af9ec2615f57ad360c
SHA1: 25749a930b404a67b162b8daf100e7db383ba708
MD5sum: b41da2f3357baeef6bbb3c1a7fa041a3
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.
Timestamp: 2023-03-03 10:29:46+00

Package: libpq5
Source: postgresql-9.4
Version: 9.4.26-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 533
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libpq5_9.4.26-7.pgdg+1_arm64.deb
Size: 117048
SHA256: c373f67a468f207f4b6fd609dfabe816e32d0b8a5dba9078050123148163e46d
SHA1: 810ea6ff72c11df63922dab12c4527d2dd796782
MD5sum: fbc428309d575c2bc3f5fa7396331479
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.
Timestamp: 2023-03-03 10:29:46+00

Package: libpgpool2
Source: pgpool2
Version: 4.3.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libs
Filename: pool/main/p/pgpool2/libpgpool2_4.3.5-1.pgdg+1_arm64.deb
Size: 140020
SHA256: 4760e8ddf58c2956077bab116ee885ed70e7996c7537cd070ed80c4e085862e3
SHA1: 4643a3277f5f31d0ff725873edf4fe7d2d1eadd5
MD5sum: c45894863c347785d5e20e15d44c1eb0
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).
Timestamp: 2023-03-03 11:29:31+00

Package: libpgpool2-dbgsym
Source: pgpool2
Version: 4.3.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: libpgpool2 (= 4.3.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/libpgpool2-dbgsym_4.3.5-1.pgdg+1_arm64.deb
Size: 63864
SHA256: 9a8699fd2bf3077485ea60ca630366fff88a20e5c998d59c58c9f3f3858fe574
SHA1: 41e7d3d00f205826b6c7a019e6d55522c29b78e3
MD5sum: 5101576527287d7a65c68dee3d072ba2
Description: debug symbols for libpgpool2
Build-Ids: 1424bf00e57255ede7df9a6a2db215efc8acce10
Timestamp: 2023-03-03 11:29:31+00

Package: libpgpool-dev
Source: pgpool2
Version: 4.3.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 255
Depends: libpgpool2 (= 4.3.5-1.pgdg+1)
Conflicts: libpcp3-dev
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libdevel
Filename: pool/main/p/pgpool2/libpgpool-dev_4.3.5-1.pgdg+1_arm64.deb
Size: 150252
SHA256: b66967e275a86eab517e30696f1555cd2a9019e58fb0abea4bda29c8c736aad4
SHA1: 417e50bf91fb6a1177dda451bf1f6159074b888a
MD5sum: 4ebc44f203ab032ba0be0109c4e86c4e
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).
Timestamp: 2023-03-03 11:29:31+00

Package: patroni
Version: 3.0.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 891
Depends: python3-cdiff, python3-click (>= 4.1), python3-dateutil, python3-pkg-resources, python3-prettytable (>= 0.7), python3-psutil, python3-six (>= 1.7), python3-urllib3, python3-yaml, python3:any (>= 3.5~), python3-psycopg2, python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes | python3-pysyncobj
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_3.0.1-1.pgdg+1_all.deb
Size: 176508
SHA256: 3ee7b8ad9f1f981d57a075412c7c8ba9ad882fe90bd802070b6ce5442ae26cf9
SHA1: babfeb3b4e97bb804da4d8392e3b121e3a2d94d7
MD5sum: 95a789f9165c505578e82de5ba30dda0
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2023-03-03 11:29:31+00

Package: patroni-doc
Source: patroni
Version: 3.0.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1099
Depends: libjs-sphinxdoc (>= 5.2), sphinx-rtd-theme-common (>= 1.2.0+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_3.0.1-1.pgdg+1_all.deb
Size: 141588
SHA256: 23f9b884bf6c01ed993d045f0fb69e2cdac35b3001741e93dc995b825ac97056
SHA1: de5a9fc7c0dee1c9f50726e4f72a22a1f1c056ca
MD5sum: 0454e2284f758057b4b3a15002c3c5de
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2023-03-03 11:29:31+00

Package: pg-activity
Version: 3.0.3-1.pgdg+1
Architecture: all
Maintainer: Emmanuel Bouthenot <kolter@debian.org>
Installed-Size: 256
Depends: python3-attr, python3-blessed, python3-humanize, python3-psutil, python3:any, python3-psycopg2
Homepage: https://github.com/julmon/pg_activity
Priority: optional
Section: utils
Filename: pool/main/p/pg-activity/pg-activity_3.0.3-1.pgdg+1_all.deb
Size: 49200
SHA256: caae08c32c1a2d2aef8566085ae0ddcbbdaebb8f721a3b899243f45d8ecf6f02
SHA1: bff4454c65f47412d46860a3b2663b58a7e8085b
MD5sum: 8005f790ecda0c6d365bbb0624fc07bf
Description: Realtime PostgreSQL database server monitoring tool
 PgActivity is a curses-based realtime utility to display information from a
 running PostgreSQL database server.
 .
 It is modelled after the standard 'top' utility, and displays information such
 as:
   - the running, waiting and blocking queries
   - cpu, memory and i/o usage of each query
   - the queries execution time
 .
 It also provides interactive commands to sort, filter, scroll and extend the
 queries list displayed.
Timestamp: 2023-03-03 11:29:31+00

Package: pgmodeler
Version: 1.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11029
Depends: pgmodeler-common, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libpq5 (>= 8.4~), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.0.2), libqt5printsupport5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5widgets5 (>= 5.15.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Homepage: https://pgmodeler.io/
Priority: optional
Section: database
Filename: pool/main/p/pgmodeler/pgmodeler_1.0.1-1.pgdg+1_arm64.deb
Size: 4101508
SHA256: ecc11eb01988300d0de67ebe257053c979eb231f0fc27c5453afe62d64669056
SHA1: 333b020eb6bfce1386e5233706c04d70651b4329
MD5sum: a4fac6c7bd624a9af8ae3d8cd51f1b93
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.
Timestamp: 2023-03-03 11:29:31+00

Package: pgmodeler-common
Source: pgmodeler
Version: 1.0.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1791
Multi-Arch: foreign
Homepage: https://pgmodeler.io/
Priority: optional
Section: database
Filename: pool/main/p/pgmodeler/pgmodeler-common_1.0.1-1.pgdg+1_all.deb
Size: 349076
SHA256: e73d5387555a21900f04fbac464740cc73fe6fd6e2061fd436e73dcd8559e852
SHA1: 12b1c6f8e98b43322526989e556e4cbe9a6363e2
MD5sum: 86a449222884644249786d9d045b3f23
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.
Timestamp: 2023-03-03 11:29:31+00

Package: pgmodeler-dbgsym
Source: pgmodeler
Version: 1.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59507
Depends: pgmodeler (= 1.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmodeler/pgmodeler-dbgsym_1.0.1-1.pgdg+1_arm64.deb
Size: 59524648
SHA256: daee20a82e6d5ec7269d01028778896ca8a84cc5a03ed58ea126a89e4788f2c3
SHA1: d58aef2390aeca85d2cafa5cfab3d59b0f17e0b5
MD5sum: b2493232f4b2ecd727342314d7c1ec45
Description: debug symbols for pgmodeler
Build-Ids: 122c3099b437d0d232d1b596f204aecdc062b68c 42c25065f95ba6d5273260a97e4fab8ab2a97a8e 549ed17074a9992bc7ef74c3f419dce881c1341e 57d72f06ed0b8362927b3882d5a3dab6f557d1d0 64632e779bd8c1e1de3fa4490faecbd01b384ffe 6d73cf95163451a003885015655b87e0c68e4c1e 84529a551b42e19c717cb5a7334e4e3fbec710a0 8c8ee1962e1e08939a5c3a8d659fb8a509b762b7 a847b8aac3690a8d051fdb1e64b00053fe885379 ca72d6b2a4f99de3b7b3256910fe9b2fd64e4f2e
Timestamp: 2023-03-03 11:29:31+00

Package: pgpool2
Version: 4.3.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6762
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: libpgpool2 (= 4.3.5-1.pgdg+1), lsb-base, postgresql-common, ucf, libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libldap-2.5-0 (>= 2.5.4), libmemcached11 (>= 1.1.3), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3 (>= 3.0.0)
Enhances: postgresql
Conflicts: pgpool
Replaces: pgpool
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/pgpool2_4.3.5-1.pgdg+1_arm64.deb
Size: 1175168
SHA256: 41a33d2f1b4849e5071079de675487ce888fd03e76de01aaa8211e85673c00d7
SHA1: 91fa677ea1dbb03b6318797126a8356d4a8c575c
MD5sum: 64df156043e151794810968b6588b67f
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.
Timestamp: 2023-03-03 11:29:31+00

Package: pgpool2-dbgsym
Source: pgpool2
Version: 4.3.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2069
Depends: pgpool2 (= 4.3.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/pgpool2-dbgsym_4.3.5-1.pgdg+1_arm64.deb
Size: 1916964
SHA256: b9c8447ab7e91be942dbf26996ada2d19bf95cf6666c822eb16b84dab0556288
SHA1: b84bae41be2d44144f2a33c5ca66cc32b6f4fc4b
MD5sum: 445346ee2432eb31e283ab3e9ed4127a
Description: debug symbols for pgpool2
Build-Ids: 0226edbaf8005d63ca13449ff13e67784910f84c 1220423c53e72e7b4936dcf1ebc4e9a559797922 15214e3a25a61f589e7f88833d603ffb062ba6a9 4e9714d547819b48b384c808deb80b8522c4a13b 924a43b7cee177f1269089923ced7498ac64b862 929ff041729b1e03cf97942b9072e2ac9a89a311 f5672c4dabef67d5ee6c95357df6a1327e179e62
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-10
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28274
Depends: locales | locales-all, postgresql-client-10, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-10
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-10_10.23-1.pgdg+1+b2_arm64.deb
Size: 5019108
SHA256: b2ae6f21ca57e81ec92a4450c229567075d25eaf21c49be13e8f6f1f9d38a7ec
SHA1: aa3871213799911e101c6b7050e5970309581c88
MD5sum: 09fc613844078562e44efbe0dcf57a7b
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 10.
Postgresql-Catversion: 201707211
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-10-dbgsym
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13532
Depends: postgresql-10 (= 10.23-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-10-dbgsym_10.23-1.pgdg+1+b2_arm64.deb
Size: 12047216
SHA256: 46c0e051256b186c9183631e062485930d79f50eda5cbf07ada5a7e9a014b04e
SHA1: 8dfe72e16ccbc42c2fefcd6d4c2f4f17d92bee00
MD5sum: b1b08e35fb97c5f0ea1dfafd1c2c3b0f
Description: debug symbols for postgresql-10
Build-Ids: 00c785b8bbfa454bafaae91b5cfe99eaa97b62c0 02e3723e8458c685267ed1df84e7475a6d97510c 06b004343ae141b2439c800d2a253cbd030b8d97 0a374336d750ea0919adff65324143fc88df6314 0ecccb5f105b6553eed8a4de943e9fd5fe35c6fa 133a039232b3da87f0431f40a7549b157fde4aaf 14c0ddf5d6867aee219a5ac1ac8acac575168e0c 15deca76b8aa650b4dcc9ccd2c70b61e7247c424 176a47da7846b5cf9f1a4cb86f67f53d3cd02a53 18a193742aeb211c7b46b21b88a5b63f1b9bac64 194097bd7621b5c3b2966facdf8e3ab141660dae 198786309d4d1a8db2a299ed88ae0db87884d06b 1a2c6586fdb3694c01419d4bc7e3754e225c3d52 1a7abc1de0c9745f34dee0d39c58036be4e1d831 1b6fe515f008825a572f1ba9513ba06f9aeae7e8 1bea605d91ed4a61e6b761943743e21661870b56 1c748b83d2c64132feb8bdd8e47028a470772453 1fae043364ed60e54a8d1cdd3d3ab6b0035aa50d 23ae5c940654f5eca7be508b1fb5541a37a92533 264111b4135866f0e3d93f99755609141cbcb5a1 29505c082ec7a58969277212a27b9b0e16db5cf7 2dc2bd6d5ad7a736e7bc43d12d1736b92e1dbc99 2e885a8ecd42e00193d8bd5cad644521d3b74bca 31c8c5f8bf08afc942b86f1d37097e5498eb7832 32ffa72a679a591fdebe439901ce6646a93f933c 363a8885d5faa1abceef2b81d907e79eccb78ccd 3b3728a45078fd9a75a1eb0633319b5551ddc214 3e1990c81eb1d00547e7f9a048d0364cb959f78c 40dba5af4a5248a9e103b3d0b5f6a38ddd2b9ed5 41d632cd4cfb0802168a7f4b86d37773ab99f212 426f88a8f263d2357d8274996bb261a7d37a4015 459c08cda8028857abd568b2b0db745f343a52ce 4c3cbb1ec0a20612863c932198320ca34410d585 50c5d2ebbbfd1bc3d604fe6ba9a8995f219c0467 54338e3074bf158ba5d78c658c51a0a813958cb1 583fbc856fa1592e00eb313c34a0178778b48c1e 5952eef4146800fa7c109c8b419db59b8ac2afb8 5c132000aff836ecc7e88a8271059b5d5a7672f8 5d7c4ad8adc284e976d460aab6942210497c7228 694f05ca8a45722a8ed6abd7ce0d5886982c5ee0 6b670554891b0b044b2190877ae960108264eb5d 6d8b29cf275eb70273063b8934ba1ddd1b9265d8 710c244ff4f90b2de83dcaf9b80553581ddb59ba 72bcc4ce71ac5c43d3fa4f8bd21af09aaa458d2d 73b918f344a2ff795a542d6f42a38dad67f6ce92 76732602f0918e20ec3782bda3019c43aa0bbb99 79b620322098a1d9ed7af4abec9f434eb7fb491f 7b015056902757a2dcbeed3246dd2b538a7a9c5c 7c16dc5a0a84e91ed8ec3e59305d33d003d574db 7e30e9d5f90cc8d857bf4b6ddc7527deb6cc95cb 7ef64afca3083d5ee6965846d5745de430ef574e 80ca7bef279920de863a5df81ba5cbef9ad58cf7 810f00551019ab0e9b16e04b344f121350019b1d 8199ac9fc2d0a4dd631b6513163282ff4c5149c8 82e246160e47335eb88e49255553bddd2a74dcf7 9183a484420e6d56a4ce883ff457c6b52745b4c9 92c44a2c13e4dda0c41d0724c82048dad119e577 97e7ce4392f20ea3f098f1195a44e6d2d733def4 9ad9d3e85586c57623788892ed23469a92106d3d a6db45d6f29c77c1ea69aa3672b704eb7975c5a4 a8d845e7a50fe3fc00e7e818958d9f8a08b35215 a97ee6158bf8d1ec8e1d598917f3ae57d16b052a a9e4fbeb41666925028482ae8159b4468b8e89d9 ad4a5225f3f4aa60fde331bdba9338c1ee753789 ae0c60e568f4a7c6f51d796a36739b2f437f058c aee4de6cfe4b203c8f7b97764423cc051b3114ae b1c39666557cfcbfc0ee2657be62a4fc68ef3609 b87f9af254de673b786fd88a43c8606cc87fb93a b8b891e12f85569039bee833dd2464c0ece258e9 bd6de11bc5618a27871dba173f9a0e3a6bc87964 c4a2e3373217ec9db2dce93eca9db6bb7c062686 c8d82f17df75ce4ef026c211dcd243b7fb334a6e c9cb6f2beeb4bc9c86ca6fe10713890f8faf6b3d d09556cd68c43971dfbc0546e4204d41142f8232 d478fdedfa19965ee8d722b33f97417b83f46a6b d4ad8a7b404ebf3c355c53ca8f23d5bd11e1259f d4f241f0953ec2366e97851fee463fd29a15d673 d7e53b370f3032daa3276b463eb0cf0af83e7661 db6195e361a44be66f95671acfe2456b378a6d78 de42c358b2a2d2224660e02d1199149fd482daa3 e13edcafd35f7852852b00bb80371077e43c37f8 e399785c7434bafc8ca44db14ce92baba7e6bfe6 e54a87641bf6ff0e26c0ba76cabb5b5be16a6ce2 e62f510659358baad6cd7fc78ffe6d53506e8de2 ec8be6e5af3a30d48071caea09ae111dafc903b5 ecc272ddab52bd996b1add6a7ff76cb46e5bf022 ed1c1235ce7156bbb2c2bafddfdea1e5817dc113 f0a4c2857e69d9af08c0509c514f5ecff4b21636 f0f2fbfcac89ee205d5ef1a50a1c65a1e2124438 f622f7274d5939d5ffd9773d4ee9335e80e5b391 f6c6204a27c8d97b24b3cc73981ad8f25943d26a fda293cfdd66f4fc9005914164dfd4a33558e978 ff0d90f3d0029811d71cc87f20c94da313fd3319 ff47de627371eee427b2c3d6c7bdc4b37ed8d610
Postgresql-Catversion: 201707211
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-10-pgpool2
Source: pgpool2
Version: 4.3.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 381
Depends: libpgpool2 (>= 4.3.5-1.pgdg+1), postgresql-10, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2_4.3.5-1.pgdg+1_arm64.deb
Size: 132420
SHA256: 2b76dcded7f2f4ada446ec93057eeb090e91b2003ee784c248210b9282c0136c
SHA1: 5b238e9bb1e38d0ac9a1ec29a04874686d4a419c
MD5sum: 98b7433c8c171ff82bc7625d440ce199
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 10 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-10-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-10-pgpool2 (= 4.3.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2-dbgsym_4.3.5-1.pgdg+1_arm64.deb
Size: 54312
SHA256: 102a1f0b3ca43b1c0616b230cef5fe4b47d072ed8336eb517de8da40a30bf53b
SHA1: 8bb3c281c4a9ec8ef13f935011c0e15578c8b5ff
MD5sum: 0c93a1657ca6a5879fc83dc7323d8b60
Description: debug symbols for postgresql-10-pgpool2
Build-Ids: 1fb8fe5ddd5b35872b8f174ea1582af8deb19dbe b0265553333390c27bb09acab9a313ad04fa7904 c9a5b667c781c1966f83b3acd4b46ef6e3bd48b0
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-11-pgpool2
Source: pgpool2
Version: 4.3.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 437
Depends: libpgpool2 (>= 4.3.5-1.pgdg+1), postgresql-11, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2_4.3.5-1.pgdg+1_arm64.deb
Size: 158936
SHA256: 047e57cd5b6722ae2263358601eddf06068a26478fcaaa87ae55bdd2be75d7d5
SHA1: af3b139a705c34c3c6e0935c4dfa0b8bbdfd28a9
MD5sum: 08796e17e494a66499cfc95706ba64cf
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 11 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-11-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-11-pgpool2 (= 4.3.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2-dbgsym_4.3.5-1.pgdg+1_arm64.deb
Size: 51808
SHA256: cc87bd34a15fb12fac7258d8c95e5809cba15e205aec2d23f845bcc7e3aa2b1c
SHA1: f1009cb1f9ee35512e9ab1db3ae64ad0d7a0517f
MD5sum: 0f063a443b4e79ecd44e359afb1ea80e
Description: debug symbols for postgresql-11-pgpool2
Build-Ids: ac45dc010d79dc5e952f27051f9047931bf5b6a8 b1ff9cbd66b23061e1f265535c9ac36606f60d8c b769d78560872b283215fa8d153c56d978093cf1
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-12-pgpool2
Source: pgpool2
Version: 4.3.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 438
Depends: libpgpool2 (>= 4.3.5-1.pgdg+1), postgresql-12, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2_4.3.5-1.pgdg+1_arm64.deb
Size: 158928
SHA256: d2bb0b7ff2a00c6e2b23c66ed1e90ec44c02d24773af5a86c7356e8fd63519c5
SHA1: db7ee59ed4d715099318d130927842e6cd19f222
MD5sum: bf3d7ed8f6a53e3acfb037b9e4d6e36e
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 12 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-12-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-12-pgpool2 (= 4.3.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2-dbgsym_4.3.5-1.pgdg+1_arm64.deb
Size: 52796
SHA256: 7dda1cfbc64ac98c6d96a83fe40d70d04a3447b9c331093f95201149b1dc0355
SHA1: e2fe1b4d16849f18b8a14ecd89f52c679f7530e2
MD5sum: 3d53fe61e241bb480b5a81249073423b
Description: debug symbols for postgresql-12-pgpool2
Build-Ids: 6bd4d76b01d917ff38955fc7b877cb223d137319 ca99abcabf4a99ccb070511c99cd27955ad32adc d06fe095f8fd1bf23d15d31d8a8705c259fde736
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-13-pgpool2
Source: pgpool2
Version: 4.3.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 437
Depends: libpgpool2 (>= 4.3.5-1.pgdg+1), postgresql-13, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2_4.3.5-1.pgdg+1_arm64.deb
Size: 159052
SHA256: 57f8a0fd55c09c7693924af5b8850bdfaa99a6762d3fbbecb92d75abd5170f07
SHA1: dbfbac842b187fed282521b65989dc78e4211d6e
MD5sum: b73f2e48d5cd899fc3f7992933ca3a8e
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 13 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-13-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-13-pgpool2 (= 4.3.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2-dbgsym_4.3.5-1.pgdg+1_arm64.deb
Size: 50260
SHA256: 18220f54cafc349aeac74d9a032fd4386b8923097b27144d1ef00e50ce5f9cdf
SHA1: df1be240b3b88c338b4f6983c7087fc04f8abb42
MD5sum: 360881573782a8fa898b93ac0ce25cd3
Description: debug symbols for postgresql-13-pgpool2
Build-Ids: 160d64aa6321dd5db9ffeff75af2fe9166733806 9a8407cefdb76cff8b60f3858ad1ae09cf46d97b a5b8d01df0b89fc5e4f47474b0d825bc4c21fa1a
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-14-pgpool2
Source: pgpool2
Version: 4.3.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 439
Depends: libpgpool2 (>= 4.3.5-1.pgdg+1), postgresql-14, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2_4.3.5-1.pgdg+1_arm64.deb
Size: 159840
SHA256: e81472284f5397d7c1525c28eeaf155583bccba36cbcd6d705c0575db37c9e1e
SHA1: be776cf378a296af98317b212a2b6974417df1a2
MD5sum: 174309e0b0e966c18c98b1d82cee732b
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 14 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-14-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-14-pgpool2 (= 4.3.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2-dbgsym_4.3.5-1.pgdg+1_arm64.deb
Size: 51032
SHA256: 84a7b4be1ef44de4bbdcd441a00d52a5b16426408ead08ac8fcfd39b8beed8c4
SHA1: 99a9b594f0bbd5f36def7bdb855e3ef258b203b5
MD5sum: 95864ccf35839c8d296af6fc77211fb7
Description: debug symbols for postgresql-14-pgpool2
Build-Ids: 4a9ccf053d88c197cd6d3c222675c5d1e6803e5a 59fc818075ed837e6a5f1e34634e11432964e3c3 7983ff002da0babcc47ca2cf0a9df30d230fdd8d
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-15-pgpool2
Source: pgpool2
Version: 4.3.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 439
Depends: libpgpool2 (>= 4.3.5-1.pgdg+1), postgresql-15, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2_4.3.5-1.pgdg+1_arm64.deb
Size: 160768
SHA256: 205677b18729a7367e9e238db6fd48337e053d60b2f40d8558d02fff854d63f0
SHA1: 06b4aa873d496faf01782500eeb19a56e8150071
MD5sum: 8f049f3f5bc23cba5c57a5e0f0239542
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 15 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-15-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-15-pgpool2 (= 4.3.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2-dbgsym_4.3.5-1.pgdg+1_arm64.deb
Size: 51192
SHA256: 854460c474973a7deb309d59724066e831ed16247d22d211b61483c166b4d56e
SHA1: de0e21dea9a0a5de86d2af39c74556a58d1e4131
MD5sum: 60da2d71abd4f10749f76c71e37fd008
Description: debug symbols for postgresql-15-pgpool2
Build-Ids: 33d7bae3bfc73257ac36d73d6f1b155d0fb9a8ed 4b4d28c4316ecd4afe8f33cadef860ecc38d54c2 dc553abc4e7103612eddac01d592344e24f02427
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-9.1
Version: 9.1.24-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19243
Depends: libc6 (>= 2.34), libcom-err2 (>= 1.43.9), libgssapi-krb5-2 (>= 1.14+dfsg), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libxml2 (>= 2.7.4), postgresql-client-9.1, postgresql-common (>= 115~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.1, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.1/postgresql-9.1_9.1.24-12.pgdg+1_arm64.deb
Size: 3298124
SHA256: 160e4847520e4dbcf675204ccf0c5c86fc01c9f9cbedcaf67104f9f9ffec502c
SHA1: ce7dd2e5a36871d73ed0b54bd524e6518daf235e
MD5sum: 614cc014a471b4d786e885463b4c74af
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.
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-9.1-dbg
Source: postgresql-9.1
Version: 9.1.24-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27898
Depends: postgresql-9.1 (= 9.1.24-12.pgdg+1)
Replaces: postgresql-9.0-dbg
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.1/postgresql-9.1-dbg_9.1.24-12.pgdg+1_arm64.deb
Size: 7846352
SHA256: d5404e74a6dc4331151926430f4259d739de379831701ebddd8759c4c9ceff03
SHA1: 2f8cd4064e15e96908b5039c43da60d3cc718c7d
MD5sum: 1c2d240a5580b7f9bbe05a8088e036d4
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.
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-9.2
Version: 9.2.24-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19759
Depends: libc6 (>= 2.34), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3 (>= 3.0.0), libxml2 (>= 2.7.4), postgresql-client-9.2, postgresql-common (>= 135~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.2, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.2/postgresql-9.2_9.2.24-9.pgdg+1_arm64.deb
Size: 3446568
SHA256: 4e56e1b28c7e8587b2db039103c883ce2a3162f390ebbb4f6048a96fc3458dc0
SHA1: b7c7650933850296c4399eeed611e6a1834c9260
MD5sum: 1d00e0284f609ead76575b80f9400fb5
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.
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-9.2-dbg
Source: postgresql-9.2
Version: 9.2.24-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29475
Depends: postgresql-9.2 (= 9.2.24-9.pgdg+1)
Conflicts: postgresql-9.1-dbg, postgresql-dbg
Provides: postgresql-dbg
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.2/postgresql-9.2-dbg_9.2.24-9.pgdg+1_arm64.deb
Size: 8389272
SHA256: 019633d6042f9e625fa5ac33efac5081847ee9705504e9579192c4a0dbbb4b8f
SHA1: cebe39c1270ac8d29a488a45581a92cad9eff3e6
MD5sum: bd966b4e4a3a549101353f4a84e69b39
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.
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-9.3
Version: 9.3.25-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19879
Depends: libc6 (>= 2.34), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3 (>= 3.0.0), libxml2 (>= 2.7.4), postgresql-client-9.3, postgresql-common (>= 142~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.3, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.3/postgresql-9.3_9.3.25-8.pgdg+1_arm64.deb
Size: 3490496
SHA256: e9e3978799083a5ad9636b98c4e935e4c54c7fbdd9d431338233925cf76da133
SHA1: 06d02e54ec4b8335658b23d6cf6a475027ee8a02
MD5sum: 177701506b935afe2279f834c8159857
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.
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-9.3-dbg
Source: postgresql-9.3
Version: 9.3.25-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15552
Depends: postgresql-9.3 (= 9.3.25-8.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.3/postgresql-9.3-dbg_9.3.25-8.pgdg+1_arm64.deb
Size: 13743784
SHA256: 0829ddfabcdf73d43fe927e460044e4174d072ec8dbbea6b4ff02ddc8564e535
SHA1: a858457eafb6914d30c64bfc406e015864f46612
MD5sum: cf0ca6f39786610c5be17f54248436bd
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.
Build-Ids: 01ac4553810a2b6dad41310ecd1d302abaa3aa5d 08f7a5abfe418fe77bd428c6092fe22f58664279 091b066b4e6aeded79fd4b3b1dc81dea7ea62caf 09ebe1e72e71da509d5ce1e28a7f6c7e61713118 0a11996c3e4e4e96f7fbd66d9a7254d9cbc41c8f 0c16a5e2ca1e284516a6090bb804ba9bfbf2a6bf 18bc818d10187e592e092166731639a6da1b8b55 19d79794e5f39d0144c565bf883107500b2917c8 1bf8ed90f607897de208e621e7ea7540d193cc0d 1e7e84eb56e0abe5bc04097ec83eb5c8ba12691b 2169e6005ec0412610ab69961fda9c730ccd0cbe 2214b0bcb13796a5b86c3156ce3b06e1f55342e6 2349b9b6097c93d290f6279e7015d2c2b7170d86 260a97be2cb0cc024ba6b48fde9dd524cf85518f 27541c97e729c38cfe50ae3c22f1b8eadca144bb 28672a348c81f20b830841371fcc91bee58e8539 2a6fab208bc9ebd2182b39d1f91efa6929d2fbc1 2b3e83d0bbd6370f47ec4b2beec12038b7052179 2d1521d0e4fd934d01b1fbe2af6ab6c9ae6ae5b7 3074c5f97e52deb5f8b2e6709f83a61858c2ae9c 321d295cafa5fa99d3743643a80a15ae19de34ff 330517e998b136e3a1fd0f76f20bf2ab15df11a7 351b7a729cf61158b05cce234d26e688adafd760 35ec3ac9f76ee1d54955f084f4ce42eafb679e32 3696f12dee42c752d30d12242fe40253e59ffd80 38869114fa12f93dcd2c1d037c4054bea8fbcf3a 3e6c722b06c27e7192522ac372f2e2afffd6a3d6 43ba58a314342c5ac7702e35acf05fd7b59c07b9 444e0f2ba37d3cafd3025682b2cc57e98050d5b4 4670f420a21541ffe0fdc3b125e544e7b5e74812 478e185f9498032c325cf73f55ace41b18c3a21d 48ffe1124b19e660b381c45c7261869d2561fab8 4dd97be288541776ca05b640e2ac24ae81b78c46 5126fc7cea2b0474c68534c0a0d54a8a5350114f 5744302f1098f7ac0c22bed091b80bb6f9ebc7f5 587b14623c36f66a65ba46b28c2fab89d5faa5c2 5ab32efb7c18dc68f59ce0a3c10d1f284868e07a 5b8d5d2b28c91dcd0bbbbdd4da5e716f1186d65a 5d63a4cd3677ce3eef522e7b025929d526283650 67aa699dcfba42f30f656b7eaa1dd371827b3f04 67f18c768aad12be6e30281b5c4b8503b750e7c2 6901a447a5e84656a824799fdfe1fd17f6245acd 6a8ae817a4970d403c2fe5c5b692de993a01d7c1 6e7712c4f7408baf7651b29c4ebb2d99616deeaa 7142160bc6a7c69890024a8c1466fe0c2e1179ca 7179a0860066fedf5c1b3709dcae6eec98f3b3e1 7390dc58cc2ccc9ccab7a3e32a6da57a94cd80c6 76a619a3246a2e8395293e7986ac3b0c3f287fac 7bdd5aec1076a76d7c5b3be2bb8d9bc5239199d2 7bf53815de7ed0f2d37eb40c295eff343bbb4d9f 7d663b46fd22713b105326c17defd51c94f6536c 7e4a617d3df9244a1f4446e4cbb78ab138c3f1b4 7f94f10f2e7d98a96b5d6560968db45276fe8941 81d5963f57a7e8ff3bb60992fa048070af960db9 8449c0560babc8233e3f6c7caa3d8933a0cf6933 84dea40d52ce1068353c0fd605ec4dc49eece83a 8601424bbbff7efca4f6a755f8cd266a96d7b027 8789220a3ff5c31542dc608bd79ab56ed189a15a 88b56d735da7b8604e75c4e1d632f89972ce1a62 8a00a60ce1331a996abd6ade9c6f9e37bcbfbe11 8beee6be8f8e24b81e788d4b13d81500266ecfd3 8f7663939e5309fb0f07e1acb9e756a3a267fa43 8fe65a6825937afdfb0295a647fb9aab90b8b0de 956675f389a3118bd3b2b497912d29a3a5b98714 9a3c816edaf39e15a6864f29b5f1125b9c69c83b a098c9c17077e38f90f4659711f895ab50a45937 a11133caa2f07d2eddbf2fc628c02ddafda53159 a129b725dc3fc990047e4240280203516f2a53d3 a2fe5a7b6ec5b9a96d56d5d349bdbf1419f90e76 aca1db4216707656391d7660ffdf8d614c83170d acfcfaf4da4a26b237ff33e324eca5bee7e8fa2c af6f7c217557cb5d2d686c67a418f6d21662abf0 afc04501e0d95b6da14103e4614eb21b9fc25ff5 b08117ac3c3831fc9c9b2480e39a595ec6fced7e b0d7298842ff3f7009bf653551e6d20dd949e509 b5459a3b5935986fca25d0bb0d859dea6d95416e bb71470b0934c783ca38711b8277ae8f64df0397 bce7ee84426b2f37d9b041ce39d39eba5694c45f bd30997fb446e838dc5ecc1df1f9317a0d38a9af bdf365ccd388e80b75c826c73135248a27ff9ba4 bf889bca43fc816859573cbf10d8f5757978e6db c1168fff175028c5fd488b61d210a385bf7d5aab c6504602c72fd0457b0e3620bb4a4b9abe72b10a c8d8ad0612f3959177fe68c565bb0e4301c64351 caa4df21333ca5d0a0530f15f0adc520725abdf5 cb78803dcd45e21731b5618a16fdde36339febf5 cc0a8da40368a3e8af1ead918559088547434751 cc4f7d14238c3dc47d50e2dfb4cd03e31bc3a015 cf64da0558f688fbe0dcbd2fbac76c2aa14821b4 d3e1e13a213eda2a2558466e6bd224348452e520 d4c8a3e38d3a93a3ef807fb4c956cb02bdc9a243 d597bd9c2df9961e701fe15329cc20499b73033f d680c9a88693d10a65030e5b761c4bd9e15b6fb2 d876f1533e2ed3be8bf1933afa03cf61d9328d82 d9040257da30bf4d04ad11f66c36216f6297d9c7 d92ae16757b71486e88603642bae37b69d4265bf da0b9d3d5ce7bf7fb358ef00687bab0c75f62ce4 da3e432a85a190780c89a38c8baab3c1cbc7f03f db262a33c10771e74d5cd67c3b8f238dcad94c77 db35850660e23088a455fb06902ab2bf76169c50 dc27c875f30a6c41564a70733e783f55bb16910d e08f11cb372438feb0da596aeb45a6f0e1f11dce e349b3341be1c6bd60510fc367794735212dc005 e4d94e270b3599c7736d7406695f7026465373c9 e53f8bf5364491d873a96246222616b974ca40c9 e5d05fd86cf00e0e8e4a6b0177a85a33cff3237a e64e00c521468f932da852d50cbf7d59d30deae5 eab58f7f0920192e91496bd2a37a20d7c77000af f44b4bf40239c76141293101d5bdd9ee0115a53b f47c026d53fac56bd0de49c0e15796a02ba5c818 f49ffc24ae778aea035d4d0b7b4605dd18d4bbcf f4bebdefb1c4f8bca76fd1098e3ba7b7ea123ab6 f6bde82fe30e5e4023bb92d51318c5af9eeb2a26 fb4f5cbb18fa1bb4bdddbf3c28013132433bf9cb fbfcc8262e62ac095786eb1fc9aaf184297629e1
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-9.4
Version: 9.4.26-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20800
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3 (>= 3.0.0), libxml2 (>= 2.7.4), postgresql-client-9.4, postgresql-common (>= 142~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.4, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.4/postgresql-9.4_9.4.26-7.pgdg+1_arm64.deb
Size: 3739740
SHA256: 7ee8aea4278d84454a4a29db6494b7d8096ad805e1009fc636c58e3b32319250
SHA1: 9474ccba7c3ec5d08c31543cac8a5e31c472d830
MD5sum: 6c3a5edbe7c51c948879855a1e2cb7ba
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.
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-9.4-dbg
Source: postgresql-9.4
Version: 9.4.26-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16616
Depends: postgresql-9.4 (= 9.4.26-7.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.4/postgresql-9.4-dbg_9.4.26-7.pgdg+1_arm64.deb
Size: 14728288
SHA256: 8a63a6c47df306e4b6c531e44102510333ab9e580c538476a6f25ce50f1d2993
SHA1: 3c21fa9658178e7b556edb9881065814d6093ef1
MD5sum: ad04f19d06828dbbc5e802acea13b0d3
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.
Build-Ids: 0032737dfa245607cf7432ee4591b97da29d1e22 01460d92bc5978e4184719040099a89e4b75fda1 0c7d93912b0865467440b3ed4521756b66a7eb43 0daa9aa8d5a53012f9b5b6117cf295a26a209fe2 0f32bb39ff0c4df0f2c62d0821958ebe6045545e 13afe5a0b79c1e259dfd0ea5a98ce35276c73e68 148638dad8163fa8c8352ebc4ddddf6a8e7c9fde 151069a6c33515e656d091507a6e958a97882ebe 1759740a5c6d5a0ff9690f1f66a6b217775a6d84 17960405b3e8ac42b65537b0d0f10b5a962a54b0 184a444d435ad584ca1350a2044f6965fe7d2212 1b5a29cb4ff9003f6086cfbffd3a2cd7268c5737 1c04e0e057f133fb4e873be70e0e6409306c53cf 1e2e7e556072c33569e40a787480f2eab311bd70 23bd3be2ffc324f6f735a5a205f2a0b50817f94e 249afbf8f886f41c4799515adea5cecbc95ff3b9 25a20e20da301e597f56855a689275e19e4f6e7c 2bc8ce316e62ca16d22711acc8b0ee7647fa34d8 310aa4b39fc9ed7b3a2403a2c4a433345b97860f 320ebedfeca0f91771d18c8cf349124ba6164fac 3951a54dcd86a59c0c62abe55b2c0f9f95640056 3d51aaf4716ecbf852b5893af8778ac5a9ec043f 3d7c140c7ba1b12bfe81e90fccc83ff1b5a284fe 3f6cb517ac28351ae5547b14c66459b6936aa808 3fb6420ec60d4125417edb6ca4b29bf7b7722958 42d5bc1f3603a3d6ed362f308b332609314e8547 43290d7d5ffc122817c4c67664e5d8af78ebc2d7 4a03fd04eda1e5a2b25a2540f8c5e24ca9370adc 4b1d541c430bd0fad9c5a9a0dc6534cca5cae32b 4b68b59faacb86dd3da5997ec1c43be520447092 4f26a48dc3207e2f8be4a0337130b95cadd4e465 50a5d129c1c9f2d053263c3ac79df2aa0fa7ece0 51fdd4e36ff2480cfc3d4494d27e16e993805260 545e3bc9d001ef3b16b7b140a8fb3b441e434172 5908357f5d3b4fe0f769e4dc2e210bf2d5538e71 59dc2e0bbd3c2208c34c1f44546dca19c9f2573b 5b02abafee70dc3896a39f96fb78ba9384d5bae0 5b7f990f080ff2ca2c2e0c59a062fb4317bf9ec5 5da7de6b094572247cae04fae1b8f6da5e3578c8 5f4d2afa26d6450e6f78f5148653accb0861f0d3 5ff3a9be87a6f849b17e8f318542e0d34879c5dd 651073728862be7c0e6b573138cc4050cd5d2135 66b4ca1729eff282824bfdd2e43ff0f347d1fa9c 68a73d27f72ed8c9f390a22bb4e425204f52df20 69243608de8f316b5fc69146418d76f1b30a0465 6b06bf408aff6c6ad2d50817506526f9756f9317 6d83bc526edf118094012f3e8beb60ba74b7d379 711b50ea3c5a235dd557f5204040bf20b5940c60 719fec8c7f747c0b961f140fd3fd3c43f94efeca 71b0befc453763d2a367a2207165add60fbeaf17 7235f2b2024af2b5459b7b0ea206f136fe2bfdfe 727d1bafa5c0a60d41bf68ac346c63e9c3ac72f5 7487a16683a1a88f03d1e83947ab76386530c29c 750ad94724937eae9fc5c297391c728ba19ff305 758bec183607cabfce924b620a94af9920daeaae 7b7f931873bb390577d5f8bd1a0269fea676833b 7d74f146cb53349024991bfd584f6c970c1980b5 80578d62d9266f34d090008f1626b1b2be87a7eb 81737d5eacc75628e5ecd9e319c43004c1d3e898 844db3e9f65a6d27bbbfbd9222e32dde2e797ebf 8fc53386d309558f6c8b42c8536d69dc22e7836f 912036a4aa380daebb72d040c4852c05d04a6c0b 94689cb2cff1f0a9dad029382d07d5f8aa51cb70 94f092807b7feacc6b910bcec4be611f9353e671 9fb79323ad30501b2e9c307776869d8363be79ca 9fe187a74b9756315bb7b0ed607e7da23e644526 a0244f42c6e4028a243a76d3b8b197c03ed54e6e a07f7282709d97e04640732fd55d27e3d09caba5 a1107e29089ae4b6fda87018c3e3a06454b3f26e a123395748e181d7f686d76115648e0a06523aa8 a2c78e742db1c351603f413d237c09acbb1efa4c a2d005d903f248cafa90eeaebd696e352c6f1d1b a2dd966fb2db928c4c9ebdeba051d6e5dbe8cb64 a39be5cd9f6654ad9d2063eb53a76035e90149ed a6bf8ed3a0e6f5f2cbf13860625a96589b18e394 a70f72ee2347991afcff2a110dcb9be74694c333 a7debd1133e12bc2cee5ed2102b3483448e15904 ad0b307fe4f9b89ee627e34764c79da087f29d6c b2650fc623477c449cc16bb77a4f296a918bfd27 b327d5fb202e94700cb178053036c76178846d91 b422dc0b45d61f16d6ae519f9a531ed66fbc4771 b701d0a67f47e12a4d3bc4806132e60e90e4559c b72928857c81683e19d475e7fcd7562d6cf36082 b72b096909a876a5fd223cd1a21b5766604f7337 b8d3b984493a9f4ccc88c233e0cbbba42fbe68d2 ba395a635c330a2a480bc48438f48853f5d45a28 bbfead8f75bcdb8065dc231fa9021d98e40d28d2 bc1f99a22c0261c4fe2a6e27271fd3eda50e93e7 be7ae9630c84ae6705d5b6dd8827b1bacf025d5e c270bdc6eded2e25ed7cb5afc1355b1a4dfe30ee c372f774596795138b31d6b4a0fb164aecc18931 c39965590e252263ae5bd67596548188b4008bcf c3e0a53e08b34fef35ea1459f8a5a43f59ba9979 c570d9b66131ff3539bca72d2a920ba5fa98c466 c6abe54f0151da19e33d2449aca8b1aebac1cfb0 d02e4f8ba3abd78100e2eac4dc1558cb6e138a99 d2ef1d186196f0d9cf6b12c83be812432bfbde57 d3fa02adff9d0fc66cb4f4b65a2c7153a1742e7a d43c20db599ef09fca62fbd4e4dcd93e3cbcafa6 d517c3e62cf14d0d60aea57a7ea7fb81d49792b1 d71051921ab1a1fee76abc7228aa23ca869bc496 d9c550a519fe4c538779429c0d3aa90361c80b77 d9ec308dae13d011966744dcc1d6de14a7d182fd d9f02d17dcf4556c8c7f1bff3bea220d1900ee60 dd5a813861309f59ec37c4a0f7e06603d9461da4 dee185bd0489bfc131701044dc28aa55d61e810b df7a15be7c927d66f22845c18d8860f847fb1f5c e1e10a77642b719ce8d5965882dc2e2c2e6a0a9d e4fd904dafe682d6d248e0380c7d301405c85db8 e5d67bd8e34c7e4821914cf4b01fc5e6e10007f0 e6384fb2f74fb9e1645a12d765e671cdfb929e9f e8c2605fc30febe6637d61ec6c8329f8dcda3cf5 e8d521f9f46bbf445287928b014246da68eb34dc e91a2a252195b419ea7a041a73da561b7df0c367 edd572428f6f5a72c718109b4973855137696614 f04551b62f151781a00f810e56bab71cb8f6d0f3 f7cc08d93cdfc52bed790b114ac8e5fd5dbad113 f827b48793bd0fedf0ba5702e1b19967426efda3 fab6eced49aab5932749ffac2865c0a308fa5fa8 feff4d5b01349c53263c2dd2685bf86668d5e477
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-client-10
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6870
Depends: libpq5 (>= 10.23), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-10, postgresql-doc-10
Conflicts: postgresql-server-dev-10 (<< 10.11-2~)
Replaces: postgresql-server-dev-10
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-client-10_10.23-1.pgdg+1+b2_arm64.deb
Size: 1416436
SHA256: 9cca3a83fd71a3902c3653fdf6d52c1c707b38087cc2bceb63741a5f6d394f7a
SHA1: 4cd663f2bebd045d831bd1c1acfbf66dd1ed026b
MD5sum: 29e054e4466610f5d07bc2e3ab22af34
Description: front-end programs for PostgreSQL 10
 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 10. If you install
 PostgreSQL 10 on a standalone machine, you need the server package
 postgresql-10, 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.
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-client-10-dbgsym
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1976
Depends: postgresql-client-10 (= 10.23-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-client-10-dbgsym_10.23-1.pgdg+1+b2_arm64.deb
Size: 1664972
SHA256: 32846f7c08bc9ddf6e28f93d55acfdbc72b37398587d2f817c2337781754b8f9
SHA1: afab01de4d440a479f56a84459dacdf0c2f4b70e
MD5sum: 173224cbeb3af6f324a604f4e1cba97f
Description: debug symbols for postgresql-client-10
Build-Ids: 0270b0ee0574b182c6676e16b873818a1d5b0254 09fc80fca668282ef4ea9fdd1f7f667a1df00f26 1d62e2b25ca516c6c3632ae617942328492b718b 1f9aa0d7f60383fe8b8fbe3cb4f9351fe41c3e36 2400aa25e4883f5d89921c676af6e7ad5b6d8565 4a57b959b95da6abc4ff291ee061de967e7ab953 53cd7f5cd844cb9748d63fdfc8cc1803ebce1742 73cd7fb3149be916f523da7fe7b4fa5ef87bbfc7 794cb4bda00bd722fe995ca32dc522225ef7930b 89b9f26a01268ecbac254ff464da456cb67dba98 8fc4a0032ed079ac0d3567ae0218aa03d35dd472 8fc78f98e18efc37db2d500a0b39d9f1445e37c5 a0cee12b6863abc819b5ea09df7290c6bc7949aa b1e525054f900dab213db69eb60bba462fdd8617 c0f6a3217f77a655ef911f2b225538ce7d2b9379 c1b0f9afc837ce1e4895c40cf9de5c39846254b6 d09131bfcd8a04559598daea82fc078b85e1c7e6
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-client-9.1
Source: postgresql-9.1
Version: 9.1.24-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4430
Depends: libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.0~), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 115~), sensible-utils
Suggests: postgresql-9.1, postgresql-doc-9.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.24-12.pgdg+1_arm64.deb
Size: 958148
SHA256: 3f5acceac04c19f671842a32a9fae2debde3cdc563ab683e14e471c0c142c59f
SHA1: 162c9d67f2931c0a16aa2debbb8607c160ebde0d
MD5sum: 08420f80842a768a99c74118b9931bda
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.
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-client-9.2
Source: postgresql-9.2
Version: 9.2.24-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4381
Depends: libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.2.24), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 115~), sensible-utils
Suggests: postgresql-9.2, postgresql-doc-9.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.24-9.pgdg+1_arm64.deb
Size: 964668
SHA256: e0295e04fa05f1ac962f5fec798bbae2b2fe75d410eca3c5fb199332eeb24512
SHA1: 0552b9cfe4d694609d3bc1c8fbd9c8da78394f43
MD5sum: 7439fbdc1b6fdfa30546d9e64c89969b
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.
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-client-9.3
Source: postgresql-9.3
Version: 9.3.25-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5125
Depends: libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.3.25), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
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.25-8.pgdg+1_arm64.deb
Size: 1024500
SHA256: fa7063764de174ed46e9cb452ce2133911d29c919bd3538740de43b416641f4e
SHA1: 46b39d8bf2b2fdee268607337971f0059c93574a
MD5sum: 12fb1515501a1a02b4290b9905792121
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.
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-client-9.4
Source: postgresql-9.4
Version: 9.4.26-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5686
Depends: libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.4.26), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
Suggests: postgresql-9.4, postgresql-doc-9.4
Conflicts: postgresql-server-dev-9.4 (<< 9.4.25-2~)
Replaces: postgresql-server-dev-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.26-7.pgdg+1_arm64.deb
Size: 1123220
SHA256: 017cea8a3d3846a3e1d3ca6c0628792c761b872586e26d73f78f67284c608807
SHA1: 8cb25aaf7f6cb68a03ba5aa876d7f54801e340e2
MD5sum: a6967b6674d13aaa96fa3f39f5d0721a
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.
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-contrib-9.1
Source: postgresql-9.1
Version: 9.1.24-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3814
Depends: postgresql-9.1 (= 9.1.24-12.pgdg+1), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libossp-uuid16, libpq5 (>= 9.0~), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4), postgresql-common (>= 115~)
Suggests: libdbd-pg-perl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.1/postgresql-contrib-9.1_9.1.24-12.pgdg+1_arm64.deb
Size: 351904
SHA256: 3ebccfab091295b5177098fe7fed56fa35e720915f92b96be3bef3271fec34ed
SHA1: 3c70f49336f98858a6358f5ecf54a56152ea66da
MD5sum: ea3b14a46631f948b3b892c481d00362
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.
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-contrib-9.2
Source: postgresql-9.2
Version: 9.2.24-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3987
Depends: postgresql-9.2 (= 9.2.24-9.pgdg+1), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libossp-uuid16, libpq5 (>= 9.2~beta3), libssl3 (>= 3.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.24-9.pgdg+1_arm64.deb
Size: 359324
SHA256: d30eb2dc17274b75ad6dedf07b5bd0a9ae3caf388667c0ac7fee0ab9c7eb8646
SHA1: 4e88a0d9986d257d0fe91a5e1299a41972390443
MD5sum: 6466731f23e3ed5c5ef013bb49a1badf
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.
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-contrib-9.3
Source: postgresql-9.3
Version: 9.3.25-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4128
Depends: postgresql-9.3 (= 9.3.25-8.pgdg+1), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libossp-uuid16, libpq5 (>= 9.2~beta3), libssl3 (>= 3.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.25-8.pgdg+1_arm64.deb
Size: 389588
SHA256: 37efb5cce03820166eea99d5e3ed359023ec0d331fcca6b036b5c12a95009e9d
SHA1: c65bd172407f9e57f047675f3caac5f644cbd1d7
MD5sum: 9893d8dd3e1c61fb77ed65ef65ed6871
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.
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-contrib-9.4
Source: postgresql-9.4
Version: 9.4.26-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4475
Depends: postgresql-9.4 (= 9.4.26-7.pgdg+1), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl3 (>= 3.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.26-7.pgdg+1_arm64.deb
Size: 428600
SHA256: d8782e5b2d7f276361db612829947120ae8812b6868b9890ed2c6d5e867c626e
SHA1: 9b993275f4a336762d01e7141a19582680ce7c35
MD5sum: 5a9e397484f132b9ae43f98a4046a0d9
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.
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-doc-9.0
Source: postgresql-9.0
Version: 9.0.23-8.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11461
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.0/postgresql-doc-9.0_9.0.23-8.pgdg+1_all.deb
Size: 1477852
SHA256: 2029cdba9f3060781581c4c9c4b3e41df7bf937f64c561381e0eb9ef3d4e395c
SHA1: ad00f0a814f1df1c025b78030989537d315c6ba6
MD5sum: ae5378cae93686798cc6131baccdab93
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 9.0. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-doc-9.1
Source: postgresql-9.1
Version: 9.1.24-12.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12598
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.1/postgresql-doc-9.1_9.1.24-12.pgdg+1_all.deb
Size: 1601748
SHA256: 324241d358f81f23dabb125b49f7f52df958a27d7fe8386ca230b4d094445b1c
SHA1: eb76a51bca153f61a99e9edb0f2cab4c0e0fd12d
MD5sum: b44394b506c2662e540e005e38d2e6a9
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.
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-doc-9.2
Source: postgresql-9.2
Version: 9.2.24-9.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13408
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.2/postgresql-doc-9.2_9.2.24-9.pgdg+1_all.deb
Size: 1690204
SHA256: d0bd88818fa46d70e2cd03e19db3a99fdb2fc01b76b4ed1d4b9f672220ab87a8
SHA1: 329bc6b90560a108289c1dc9bc4d861f9f572b49
MD5sum: 7db8b8130b851622896e047efafd75c4
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.
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-doc-9.3
Source: postgresql-9.3
Version: 9.3.25-8.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14218
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.3/postgresql-doc-9.3_9.3.25-8.pgdg+1_all.deb
Size: 1770132
SHA256: 1495fd43657a83bbeeaaf0db9d2414e06d2c0add8fdaac023cc6e9751d5d6f5e
SHA1: 144a4db856536db912c2c35a28d370009c2f6b1a
MD5sum: e3c74bac83e037322e33130e981bc1f8
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.
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-doc-9.4
Source: postgresql-9.4
Version: 9.4.26-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11501
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.26-7.pgdg+1_all.deb
Size: 1560952
SHA256: 9254080fca3e0ba9326e6f3da2b549abb64bccdef50aee6953e1a229dde6c957
SHA1: 409f050a3f24e8f3b0a51975c2f3a9da02e27646
MD5sum: 2347aa442e8222866818f9fa055f0ce3
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.
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-plperl-10
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 356
Depends: perl, postgresql-10 (= 10.23-1.pgdg+1+b2), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plperl-10_10.23-1.pgdg+1+b2_arm64.deb
Size: 57664
SHA256: cbe11f83f5174cbe478519c38a17bbdcc1a8f13aa5464542447ae88498f0dc9d
SHA1: a9f0b89453b21b071457d13a98eaa82c99f9865e
MD5sum: 180b9730d18ebbf6b61c7a8c66915601
Description: PL/Perl procedural language for PostgreSQL 10
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Perl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-plperl-10-dbgsym
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-plperl-10 (= 10.23-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plperl-10-dbgsym_10.23-1.pgdg+1+b2_arm64.deb
Size: 157060
SHA256: 83196c01bf645e9e76f1148bf373164118d8231c594071aa9ac4d773bf339452
SHA1: 97a2cbe7e22ab274e8c09252d780d01d8d79dd67
MD5sum: 016469381dce65343d64c7bbf6689bc4
Description: debug symbols for postgresql-plperl-10
Build-Ids: 321ba776d551443749f88eb9c38fc4f75eac97c5 4313ede289b1b881aab1443119152c515548ff2c
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-plperl-9.1
Source: postgresql-9.1
Version: 9.1.24-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libc6 (>= 2.34), libperl5.36 (>= 5.36.0), postgresql-9.1 (= 9.1.24-12.pgdg+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.24-12.pgdg+1_arm64.deb
Size: 45216
SHA256: eb6cea1c931679d87aedf6f4939ef52126cc6bea4a2acd5fbc1f18c2506a65d9
SHA1: 4083351fbfd0b15469ca6a8c9d00a8fb8e503a72
MD5sum: d4ba95056f357c7a23410c8fbb840830
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.
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-plperl-9.2
Source: postgresql-9.2
Version: 9.2.24-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 255
Depends: libc6 (>= 2.34), libperl5.36 (>= 5.36.0), postgresql-9.2 (= 9.2.24-9.pgdg+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.24-9.pgdg+1_arm64.deb
Size: 44552
SHA256: 2001a71236a61a9ee641aec3e36faae892caabdbe37854d647c11df0c09b6f64
SHA1: 294456e3456fb0d2eec4923e36d7841369d6f87a
MD5sum: 84a70172de2b63f3eac288e5188b8ef1
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.
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-plperl-9.3
Source: postgresql-9.3
Version: 9.3.25-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 255
Depends: libc6 (>= 2.34), libperl5.36 (>= 5.36.0), postgresql-9.3 (= 9.3.25-8.pgdg+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.25-8.pgdg+1_arm64.deb
Size: 44148
SHA256: 592cfff5c9daeb7cdf213eaaa99af99538282d53f9348bb00fff2bf5d6da6867
SHA1: a2525851f282ec8f046a9bbc66197054038d5dcb
MD5sum: 41cc30bd2565fd50b80d660e92779b52
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.
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-plperl-9.4
Source: postgresql-9.4
Version: 9.4.26-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: libc6 (>= 2.34), libperl5.36 (>= 5.36.0), postgresql-9.4 (= 9.4.26-7.pgdg+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.26-7.pgdg+1_arm64.deb
Size: 47172
SHA256: 6d224ec22df15bf090cd21c40cd961c848774de5c91555b05948ecefacc217ec
SHA1: e85a3e21092608098fccc4acbd4058bf1ed536bb
MD5sum: 886735b016baac41beda34be5813c494
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.
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-plpython3-10
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 314
Depends: postgresql-10 (= 10.23-1.pgdg+1+b2), libc6 (>= 2.17), libpython3.11 (>= 3.11.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10_10.23-1.pgdg+1+b2_arm64.deb
Size: 53768
SHA256: e341feba4473fa147aa7851f237e72b5bb2299699f466138e92bd6fc78138b24
SHA1: 11dd99786ac6cecf1c2fb5ece6b93d05d3b7f2ca
MD5sum: c3bc8c8548a379d5e1926a3d6356c465
Description: PL/Python 3 procedural language for PostgreSQL 10
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Python 3.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-plpython3-10-dbgsym
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 197
Depends: postgresql-plpython3-10 (= 10.23-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10-dbgsym_10.23-1.pgdg+1+b2_arm64.deb
Size: 154844
SHA256: 0cbe0ad02c698f1fb7dc9defbecfa1a659f809026947a1f869692dc200454b04
SHA1: 8c84458f481cf956f0ed72f3f306a15995dc8de0
MD5sum: fbf519ac76f69e7dd8c897bc625076c5
Description: debug symbols for postgresql-plpython3-10
Build-Ids: 17bbba92c9725a233bc6607ef596bcf7723d6765 a15b46617fc3224f8ad42990bb644d771f9b0553 f8d4acb7ce718a57ca2ee738a578935a057eb990
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-plpython3-9.1
Source: postgresql-9.1
Version: 9.1.24-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 163
Depends: libc6 (>= 2.17), libpython3.11 (>= 3.11.0), postgresql-9.1 (= 9.1.24-12.pgdg+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.24-12.pgdg+1_arm64.deb
Size: 36896
SHA256: 107455a4b20c7e988d4b504bc1e643ad0fdb33ffdba35944b1ef79e7ecfc802b
SHA1: 09afb598d5f129e8e4af7da52ec74abeaca647a7
MD5sum: e18fb76feacbb41b792bd67e0c0aa44b
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.
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-plpython3-9.2
Source: postgresql-9.2
Version: 9.2.24-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: libc6 (>= 2.17), libpython3.11 (>= 3.11.0), postgresql-9.2 (= 9.2.24-9.pgdg+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.24-9.pgdg+1_arm64.deb
Size: 39520
SHA256: 7c57eeb02a3b6d91aa6358171326701aa854dfa3437bb0a1b2bc2e608a67f5c1
SHA1: 958815441370772898ca264aa1db399c3d026838
MD5sum: 9cc35bf5d021afeb805648bda5c72b43
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.
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-plpython3-9.3
Source: postgresql-9.3
Version: 9.3.25-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: libc6 (>= 2.17), libpython3.11 (>= 3.11.0), postgresql-9.3 (= 9.3.25-8.pgdg+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.25-8.pgdg+1_arm64.deb
Size: 39764
SHA256: dcf4cb4b18b214efa9bf6f879af3e0ce81425309631113b3dfa4937773e99faa
SHA1: ab4cb6d340de2fd7b1897e622a03218971576aae
MD5sum: dcb65e1b263096dbc8792d3cd098e5c3
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.
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-plpython3-9.4
Source: postgresql-9.4
Version: 9.4.26-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: libc6 (>= 2.17), libpython3.11 (>= 3.11.0), postgresql-9.4 (= 9.4.26-7.pgdg+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.26-7.pgdg+1_arm64.deb
Size: 42036
SHA256: 605b8564bbf33397856968deae447d8a7e7f8a24f2c8e89e96afa1f3a362d224
SHA1: e9e06263bb9ea72374a8008860d8502664f6bb65
MD5sum: c7d3ecb784e520529b760feafb9327dd
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.
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-pltcl-10
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: postgresql-10 (= 10.23-1.pgdg+1+b2), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10_10.23-1.pgdg+1+b2_arm64.deb
Size: 36984
SHA256: f9cfeaf821bc69187d4bf2642000dc917580c2dab86c4cc6a50e9472b8bf5f3e
SHA1: 5ddeddcc9024439b5e97640517102c3d3b38a13f
MD5sum: 9298f598f35834a88c4f8ff19002cd38
Description: PL/Tcl procedural language for PostgreSQL 10
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Tcl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-pltcl-10-dbgsym
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-pltcl-10 (= 10.23-1.pgdg+1+b2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10-dbgsym_10.23-1.pgdg+1+b2_arm64.deb
Size: 67600
SHA256: e5fca9360745071c9007fa83ec6e135d865aca5a3423040075c2da6ebde21efe
SHA1: c0282697ef53315beb527df07160806d0bcbafe3
MD5sum: 6cf9dc17854c037e624c3ca7abecdb0e
Description: debug symbols for postgresql-pltcl-10
Build-Ids: ca260cfbecf041d81f1b47b0856b1460f6fb89dc
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-pltcl-9.1
Source: postgresql-9.1
Version: 9.1.24-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 170
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.1 (= 9.1.24-12.pgdg+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.24-12.pgdg+1_arm64.deb
Size: 26152
SHA256: 202395f8a474bc5bf7222c3a2ea1465c69351e6868e5332dd35f1d2d62e9c6cc
SHA1: e35100f7b1f94df15afd17ccb13a31ba665bc423
MD5sum: 21db7861b6092236bb1a6a26e0da58eb
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.
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-pltcl-9.2
Source: postgresql-9.2
Version: 9.2.24-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.2 (= 9.2.24-9.pgdg+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.24-9.pgdg+1_arm64.deb
Size: 25880
SHA256: e80677ad16e09f4dde6e9af512ef907fdd8bde7b4d22c798714e6ac36ed3cf7f
SHA1: eddaf8164a8509143b46f9d43ef3ce161c9ba846
MD5sum: 47a76487db6ecea18e7f38936c622396
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.
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-pltcl-9.3
Source: postgresql-9.3
Version: 9.3.25-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.3 (= 9.3.25-8.pgdg+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.25-8.pgdg+1_arm64.deb
Size: 25724
SHA256: c72eb8a2b9b34054ac71c9599650d2e1eda46d3ec56722384298dfc3ef18edf5
SHA1: 7cda8a3cfc6281697e602b81c5f9ea59b7853979
MD5sum: 0d023c53ce0c541f5be201328d5ec7ec
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.
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-pltcl-9.4
Source: postgresql-9.4
Version: 9.4.26-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.4 (= 9.4.26-7.pgdg+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.26-7.pgdg+1_arm64.deb
Size: 27828
SHA256: 7d88d0191b5e1b788045eb15aaa0f85a44c7f4a3c4860e0e0bb337123c73d9cf
SHA1: e5e28c001acafbc701e3d693f31e4a44d688eb9f
MD5sum: b4bb6aa56eb031d9dc0bb7c7f84f9424
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.
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-server-dev-10
Source: postgresql-10 (10.23-1.pgdg+1)
Version: 10.23-1.pgdg+1+b2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5514
Depends: libpq-dev (>= 10~~), postgresql-client-10 (= 10.23-1.pgdg+1+b2), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Replaces: libpq-dev
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-10/postgresql-server-dev-10_10.23-1.pgdg+1+b2_arm64.deb
Size: 942576
SHA256: e7f54971a4f68af5621d9e6c46ab96d1b6804d2cfcdf1d01a8639f8051fe6f8e
SHA1: 605b8071ddf15decad1bcba4827c2664bb43c1dc
MD5sum: 2ebaaafcae290fdf3de798140ea1b1f1
Description: development files for PostgreSQL 10 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.
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-server-dev-9.1
Source: postgresql-9.1
Version: 9.1.24-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3101
Depends: libc6 (>= 2.34), 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.24-12.pgdg+1_arm64.deb
Size: 536220
SHA256: ed0d66a30da594373572a9cbe482320e88470372f9e1ab13695fbd973a687d57
SHA1: af021d4bf2f50e7950324c95ecee27912fa9d5ae
MD5sum: adbcfa45e6f5ee9df1acf104dea646ec
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.
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-server-dev-9.2
Source: postgresql-9.2
Version: 9.2.24-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3319
Depends: libc6 (>= 2.34), 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.24-9.pgdg+1_arm64.deb
Size: 575276
SHA256: ce2d2401d54eedfd27bfaf68212f8b687c1f4a112804b20a6cf2068dc0af8d9f
SHA1: ca22a50d3081de6f2d8caa3624d9f3d57cfaa84e
MD5sum: fd3ad0c8a3ba94f233c4775efdcaca63
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.
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-server-dev-9.3
Source: postgresql-9.3
Version: 9.3.25-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3556
Depends: libc6 (>= 2.34), 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.25-8.pgdg+1_arm64.deb
Size: 619044
SHA256: 082443718116a914a21c22d55f9cf667c4507def99c1c80ed6e3a2d036ed6840
SHA1: 2f444bb3e3286fbcad886c9d7fb583f60630f807
MD5sum: fac835e21b2e3d542b464aafe5414484
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.
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-server-dev-9.4
Source: postgresql-9.4
Version: 9.4.26-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3557
Depends: libpq-dev (>= 9.4~), postgresql-client-9.4 (= 9.4.26-7.pgdg+1), 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.26-7.pgdg+1_arm64.deb
Size: 616584
SHA256: 395b3d50b65a25f741ece4f11f8e3a3184a0ce59fd029a37e2783330d1e66598
SHA1: 31f69f55a2f1009e6719b69f4e8ce9e7d71fecc6
MD5sum: 8c776bcdb57fd51596b0511b0eff3527
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.
Timestamp: 2023-03-03 11:29:31+00

Package: pspg
Version: 5.7.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 363
Depends: libc6 (>= 2.34), libncursesw6 (>= 6.1), libpq5 (>= 9.0~), libreadline8 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_5.7.2-1.pgdg+1_arm64.deb
Size: 130264
SHA256: 8a3c7b016cfec2559cc600d539046cc4a533d0b11514cc342484467051385bf4
SHA1: 22bc545edc8d8bb30dd2a268f1f5299c84e6db70
MD5sum: bc5b73a073d7ba62593ec2e12659aa06
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2023-03-03 11:29:31+00

Package: pspg-dbgsym
Source: pspg
Version: 5.7.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 443
Depends: pspg (= 5.7.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_5.7.2-1.pgdg+1_arm64.deb
Size: 414800
SHA256: 4e8bc75f1896640f509313bd473fb9faea750f6a916c403e298fadc594e5d59a
SHA1: cda4525b7f7b4a7dd6a0a78478864f1ed5504b7e
MD5sum: 3fc5f700984c499cf92a9f22e460790e
Description: debug symbols for pspg
Build-Ids: 51bf5c99c1cf76b53ef7ea7cec3ce73cc7712d04
Timestamp: 2023-03-03 11:29:31+00

Package: postgresql-10-cron
Source: pg-cron
Version: 1.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-10, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-10-cron_1.5.1-1.pgdg+1_arm64.deb
Size: 32868
SHA256: 660dbc3abdafedb02b6ac21371b696a6df6b8e1acbfb87b224cdaae473025b36
SHA1: 5ea7c733059c4ed95f9e252dd43878192c25f950
MD5sum: dfcb82fcefa56318ce0539b80fe0498b
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2023-03-13 16:22:19+00

Package: postgresql-10-cron-dbgsym
Source: pg-cron
Version: 1.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-10-cron (= 1.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-10-cron-dbgsym_1.5.1-1.pgdg+1_arm64.deb
Size: 92824
SHA256: 1c4e3622baab39d1cd5eb733830b4975fe04038e5bc53b3213d42dc514257d84
SHA1: acdc8c8f64af963b17e05d84729b47168b1e8568
MD5sum: e67fccc3ebb93cfe84c98ab21cea0561
Description: debug symbols for postgresql-10-cron
Build-Ids: cbd70f7e4a146c2ad748fc9fc075ea5d27872eaa
Timestamp: 2023-03-13 16:22:19+00

Package: postgresql-11-cron
Source: pg-cron
Version: 1.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 300
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-11-cron_1.5.1-1.pgdg+1_arm64.deb
Size: 102536
SHA256: a857c770090a94cdc99692fdcfe7861c88c08e14d4925a84616f1b27170ed468
SHA1: ce65671674aee5165d5087e2ade5228cb624947a
MD5sum: beb78516082b8842b40d8d2fb06a3a01
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2023-03-13 16:22:19+00

Package: postgresql-11-cron-dbgsym
Source: pg-cron
Version: 1.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-11-cron (= 1.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-11-cron-dbgsym_1.5.1-1.pgdg+1_arm64.deb
Size: 94880
SHA256: 043e8d294b3f0139ebe7b81de7b6ff205b0938f39a45de6fe823cac9b37213ba
SHA1: d78a5caf9f47df2db2d490f48c37f2c6f9249fe7
MD5sum: 21694e04e843aeff9eaa6e43fcd511be
Description: debug symbols for postgresql-11-cron
Build-Ids: 3162ab6ac14715ef5f82f5ac7a7bfeb7572990f2
Timestamp: 2023-03-13 16:22:19+00

Package: postgresql-11-pgrouting
Source: pgrouting
Version: 3.5.0-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2869
Depends: postgresql-11-pgrouting-scripts (>= 3.5.0-1~exp1.pgdg+1), postgresql-11, postgresql-11-postgis, postgresql-11-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: postgresql-11-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting_3.5.0-1~exp1.pgdg+1_arm64.deb
Size: 723484
SHA256: df19cbc10229f4c7718caf8ec7d413a2fb0744372a7c0819950cb4ef2c1052ef
SHA1: 7f1e8e21fc6ccc72465fe3dd2d29f6acfa0e89d1
MD5sum: 68778178e8d7862e273c1b2e0c3d55b9
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 11.
Timestamp: 2023-03-13 16:22:19+00

Package: postgresql-11-pgrouting-dbgsym
Source: pgrouting
Version: 3.5.0-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25164
Depends: postgresql-11-pgrouting (= 3.5.0-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-dbgsym_3.5.0-1~exp1.pgdg+1_arm64.deb
Size: 25154204
SHA256: 13d2a3629aded0e4f9c8589c27ab7a297b8368661b023c318b7ce48bfdcb9fb9
SHA1: 77eb1d8928082fadb48305241bf76f5d1b3b9fe8
MD5sum: fab899ce7691d65bb738d112bff3d920
Description: debug symbols for postgresql-11-pgrouting
Build-Ids: 44bbbe36c9e1644b08f181930119b89554bd5f6e
Timestamp: 2023-03-13 16:22:19+00

Package: postgresql-11-pgrouting-doc
Source: pgrouting
Version: 3.5.0-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7692
Depends: libjs-mathjax, libjs-sphinxdoc (>= 5.2)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-doc_3.5.0-1~exp1.pgdg+1_all.deb
Size: 2304068
SHA256: c61b47401f5e895fe2c0ac00a95b428ac0718393700c91036f403ac3ea64f4cc
SHA1: 4d5f8d703e4b138be3839dd6a37e64966b7af106
MD5sum: edce02bc55eabb0613b14f2b5031c7a5
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.
Timestamp: 2023-03-13 16:22:19+00

Package: postgresql-11-pgrouting-scripts
Source: pgrouting
Version: 3.5.0-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2902
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-scripts_3.5.0-1~exp1.pgdg+1_all.deb
Size: 60176
SHA256: ce914b44d89045554ee959aa301db327b5ad79731df96437bc111322a4db5d1e
SHA1: a10bf214066839cc02a6e96525011b43e9a6af4d
MD5sum: d8427fce6053e970503e162135e974e2
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 11.
Timestamp: 2023-03-13 16:22:19+00

Package: postgresql-12-cron
Source: pg-cron
Version: 1.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 302
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-12-cron_1.5.1-1.pgdg+1_arm64.deb
Size: 104200
SHA256: ada15aa8a7335320960c0469b3c8cccf450c3f0cf75c775462e8a1a92fbde887
SHA1: f37365ec92d01ef2543325d3130134294915544b
MD5sum: e5e26add5f899977ec2b326c068af14f
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2023-03-13 16:22:19+00

Package: postgresql-12-cron-dbgsym
Source: pg-cron
Version: 1.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 122
Depends: postgresql-12-cron (= 1.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-12-cron-dbgsym_1.5.1-1.pgdg+1_arm64.deb
Size: 102304
SHA256: f3c23b22441e8bf9df088daa14ce57b61c917c6270e2e64ab0e6cbd4fa389320
SHA1: b76f9316efed56e02ecdbb78eb5470aaf320920d
MD5sum: 9ff061bfa57df97b7e13458cec4882aa
Description: debug symbols for postgresql-12-cron
Build-Ids: 5d6f6b6a9b58f3c401d07a0ed65ea560947a5d52
Timestamp: 2023-03-13 16:22:19+00

Package: postgresql-12-pgrouting
Source: pgrouting
Version: 3.5.0-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2869
Depends: postgresql-12-pgrouting-scripts (>= 3.5.0-1~exp1.pgdg+1), postgresql-12, postgresql-12-postgis, postgresql-12-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: postgresql-12-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting_3.5.0-1~exp1.pgdg+1_arm64.deb
Size: 722828
SHA256: 658239d3895d9081a206af010293ffd5b8bc272d95e06c9a185b8a6668ad4f46
SHA1: 96b2bb8bb3bb8304c675c3b43a58642b5fa01e0c
MD5sum: 236c974e4f7ead8a188cbbcdf740f8b4
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 12.
Timestamp: 2023-03-13 16:22:19+00

Package: postgresql-12-pgrouting-dbgsym
Source: pgrouting
Version: 3.5.0-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25172
Depends: postgresql-12-pgrouting (= 3.5.0-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-dbgsym_3.5.0-1~exp1.pgdg+1_arm64.deb
Size: 25159388
SHA256: c160462f62bd29611d34bab02cd3699ba239c80cd8c65e30f03666815ae206e0
SHA1: c312b1e59abeae05ceed1f405090d1dc97469516
MD5sum: b23a6935fd22d2939e3240b58ee2f045
Description: debug symbols for postgresql-12-pgrouting
Build-Ids: 8c752ea4b95f7df2f6d6e1e2b78de52e6fa45a52
Timestamp: 2023-03-13 16:22:19+00

Package: postgresql-12-pgrouting-doc
Source: pgrouting
Version: 3.5.0-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7692
Depends: libjs-mathjax, libjs-sphinxdoc (>= 5.2)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-doc_3.5.0-1~exp1.pgdg+1_all.deb
Size: 2304060
SHA256: 8f17ff49cd460e07ad8b6766086f5c1ca2264b82f21e754b36e5614b27178928
SHA1: 6691ec9fcc1e54295c863e1edb82d96c42b3adf2
MD5sum: 51fb3c7ce13afe23806204218ecc4bec
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.
Timestamp: 2023-03-13 16:22:19+00

Package: postgresql-12-pgrouting-scripts
Source: pgrouting
Version: 3.5.0-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2902
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-scripts_3.5.0-1~exp1.pgdg+1_all.deb
Size: 60188
SHA256: f536b4207ba5b03ec44a66b0509ea8188c157a1c12fb9e769abe8ae0b0dee7f8
SHA1: 2d87b0340089a8c0a445b7970181638761c0c7d1
MD5sum: 70ed17fe2e59e54173b8a6ff92a3b152
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 12.
Timestamp: 2023-03-13 16:22:19+00

Package: postgresql-13-cron
Source: pg-cron
Version: 1.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 303
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-13-cron_1.5.1-1.pgdg+1_arm64.deb
Size: 104928
SHA256: 31410bbff9f60a83aa120a17680985916febfa701188bd892602a3b1e3d4bda0
SHA1: 51d163a7c678f25e5758187da1818101602f26bf
MD5sum: 1490a1a3fcc3fd2cd7a387d186c3f114
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2023-03-13 16:22:19+00

Package: postgresql-13-cron-dbgsym
Source: pg-cron
Version: 1.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 126
Depends: postgresql-13-cron (= 1.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-13-cron-dbgsym_1.5.1-1.pgdg+1_arm64.deb
Size: 106364
SHA256: 77088f3afa342b969cc276cdef82081e052d8386f40bd80a46746ea7b5df89f4
SHA1: fdf0cdace402ae37eb21c47c119eed17be6f0806
MD5sum: 7bed3537a817a8d7266a75746ae19c69
Description: debug symbols for postgresql-13-cron
Build-Ids: 1fcdde77bd6488f1ec81372fc23f0bcbef519438
Timestamp: 2023-03-13 16:22:19+00

Package: postgresql-13-pgrouting
Source: pgrouting
Version: 3.5.0-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2869
Depends: postgresql-13-pgrouting-scripts (>= 3.5.0-1~exp1.pgdg+1), postgresql-13, postgresql-13-postgis, postgresql-13-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: postgresql-13-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting_3.5.0-1~exp1.pgdg+1_arm64.deb
Size: 723072
SHA256: d906c81b092590632f80f1a5d510172d57f6f740b173d7ceb7d66f5bd81edaef
SHA1: a451b76b1f0c13bce054f899c532c9ae2cd31add
MD5sum: 08d16d413f55e482e18aca729d1541a5
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 13.
Timestamp: 2023-03-13 16:22:19+00

Package: postgresql-13-pgrouting-dbgsym
Source: pgrouting
Version: 3.5.0-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25170
Depends: postgresql-13-pgrouting (= 3.5.0-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-dbgsym_3.5.0-1~exp1.pgdg+1_arm64.deb
Size: 25158304
SHA256: da1589391b7403e3350076a4221a3bce07fca5842c83acd09e68c565cfd7bc30
SHA1: 246ed9ed49cc7a83b3c47807634dbd1201b9a5de
MD5sum: fd72f2f49f804eafa52e0613151c6909
Description: debug symbols for postgresql-13-pgrouting
Build-Ids: 194628d40beb920024894b7e2261c9949aa48bb9
Timestamp: 2023-03-13 16:22:19+00

Package: postgresql-13-pgrouting-doc
Source: pgrouting
Version: 3.5.0-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7692
Depends: libjs-mathjax, libjs-sphinxdoc (>= 5.2)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-doc_3.5.0-1~exp1.pgdg+1_all.deb
Size: 2304148
SHA256: 4393ef98d5bd8e70776b630547d81d1eb6c32b536af767e52196e7c18b48989f
SHA1: d77e2426394ca3917b4ca6918e9cf42c2385fafd
MD5sum: b9ae07735d0b9bd41ffcc0d2ed2da307
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.
Timestamp: 2023-03-13 16:22:19+00

Package: postgresql-13-pgrouting-scripts
Source: pgrouting
Version: 3.5.0-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2902
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-scripts_3.5.0-1~exp1.pgdg+1_all.deb
Size: 60196
SHA256: fb3a72701f2c1ae9ce106d202db8e7d471b299cb880dfcff90edfec3fa3f6e72
SHA1: 2272dfbe8db04fe5bee687fa2f7acb45dd62a49f
MD5sum: 278688b028059b61d9de6b7592d194db
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 13.
Timestamp: 2023-03-13 16:22:19+00

Package: postgresql-14-cron
Source: pg-cron
Version: 1.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 303
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-14-cron_1.5.1-1.pgdg+1_arm64.deb
Size: 105596
SHA256: f4e47a83fb353dd436129ec1b1326b4a7e6b220be1ef25258b7287421e3b42cb
SHA1: 34c0f421c54663a81b8cc64f705042be918260a6
MD5sum: 6b669ecf7e3eb258e723ebc5ebed7886
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2023-03-13 16:22:19+00

Package: postgresql-14-cron-dbgsym
Source: pg-cron
Version: 1.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-14-cron (= 1.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-14-cron-dbgsym_1.5.1-1.pgdg+1_arm64.deb
Size: 108956
SHA256: 8068a9f0a1d76a11bb8dbaac16bc5de0d9a70e860adef2a33a706eeaef93618c
SHA1: 122795669ef0f9c9fe53053dc4719af9a86b9ca4
MD5sum: dc422be8116de34ce50f59b313fac644
Description: debug symbols for postgresql-14-cron
Build-Ids: 9ce11c8c3824b3e22ff51d77711e6d161d189b3d
Timestamp: 2023-03-13 16:22:19+00

Package: postgresql-14-pgrouting
Source: pgrouting
Version: 3.5.0-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2869
Depends: postgresql-14-pgrouting-scripts (>= 3.5.0-1~exp1.pgdg+1), postgresql-14, postgresql-14-postgis, postgresql-14-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: postgresql-14-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting_3.5.0-1~exp1.pgdg+1_arm64.deb
Size: 723028
SHA256: 18253f4d2da4794fb19c1ceca282ad659cd6e4ae787c17a164a8da29ddda9698
SHA1: abacf80d0ec41877348d489bd726e0ff3dd784c7
MD5sum: 5c44f0bd5e2b01b85f384934aad0f352
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 14.
Timestamp: 2023-03-13 16:22:19+00

Package: postgresql-14-pgrouting-dbgsym
Source: pgrouting
Version: 3.5.0-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25171
Depends: postgresql-14-pgrouting (= 3.5.0-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-dbgsym_3.5.0-1~exp1.pgdg+1_arm64.deb
Size: 25158152
SHA256: 58223b2906625e758af4724a19808b92646276d25a0364aa660845e4385a46bd
SHA1: 8e063d21bd8395153120fddc120d4ca704e9bb59
MD5sum: 9aa3d93ffe493a1d2156b23da5cd7b99
Description: debug symbols for postgresql-14-pgrouting
Build-Ids: 5c04ed8b8991f29be432d8864ead6937a865d165
Timestamp: 2023-03-13 16:22:19+00

Package: postgresql-14-pgrouting-doc
Source: pgrouting
Version: 3.5.0-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7692
Depends: libjs-mathjax, libjs-sphinxdoc (>= 5.2)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-doc_3.5.0-1~exp1.pgdg+1_all.deb
Size: 2304080
SHA256: 42bf0f767d74483ce9fb9918c475f9ac7209cc19617463d80cd59da5b63b3963
SHA1: 41325c8da94cc4b34df2525eea64b849feb7f949
MD5sum: ade895e72e3cd43d1a11eb8b6d3681b4
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.
Timestamp: 2023-03-13 16:22:19+00

Package: postgresql-14-pgrouting-scripts
Source: pgrouting
Version: 3.5.0-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2902
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-scripts_3.5.0-1~exp1.pgdg+1_all.deb
Size: 60188
SHA256: baf016fdf9b19ebfccbd2e789830054b3d62d3f7f5d54ccdd4fbc1dcaa70a9b5
SHA1: 833462b987ff11e4a2892c92e19e361b642aabe1
MD5sum: 43635dd40f546bb64ecd6e63fd2690bf
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 14.
Timestamp: 2023-03-13 16:22:19+00

Package: postgresql-15-cron
Source: pg-cron
Version: 1.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 299
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-15-cron_1.5.1-1.pgdg+1_arm64.deb
Size: 102852
SHA256: a9aa822daa149137187ede0ffd039c0ecb6b81de1d169fe65558c0d1c9cbdd13
SHA1: 0fdbdec6bb7294d00f8368b94e094ba26cd9e4b8
MD5sum: dd4f30241e269e8abf892206fbb972ee
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2023-03-13 16:22:19+00

Package: postgresql-15-cron-dbgsym
Source: pg-cron
Version: 1.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: postgresql-15-cron (= 1.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-15-cron-dbgsym_1.5.1-1.pgdg+1_arm64.deb
Size: 113036
SHA256: 5089b4560bf247043a2ee3940ded817b21bf524c74180994070ba9f196f4a8b2
SHA1: e5e4450b3865113d6e63c68728155cf483cbdb98
MD5sum: b80a2b80cf9fd66ce64a6042f873070c
Description: debug symbols for postgresql-15-cron
Build-Ids: 679840c737315025f888241cfa37327d721cda04
Timestamp: 2023-03-13 16:22:19+00

Package: postgresql-15-pgrouting
Source: pgrouting
Version: 3.5.0-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2869
Depends: postgresql-15-pgrouting-scripts (>= 3.5.0-1~exp1.pgdg+1), postgresql-15, postgresql-15-postgis, postgresql-15-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: postgresql-15-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting_3.5.0-1~exp1.pgdg+1_arm64.deb
Size: 723056
SHA256: 204d9e1c0d340fa50fa50b6e57516dc349ac32318f201c924bab258ac5a2f173
SHA1: 04643be57feb91d0647a6d9b9b0d8abf91fdeb34
MD5sum: 46869e8a45775d223e0fd7f5c15aadc9
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 15.
Timestamp: 2023-03-13 16:22:19+00

Package: postgresql-15-pgrouting-dbgsym
Source: pgrouting
Version: 3.5.0-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25178
Depends: postgresql-15-pgrouting (= 3.5.0-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-dbgsym_3.5.0-1~exp1.pgdg+1_arm64.deb
Size: 25163260
SHA256: aedb6ff74b855aa561c21ade1116592b17c39e2be9fe276b2973d06db02ea99e
SHA1: e95a5efec333ba34501b65c3c274258f99f73747
MD5sum: 81ca5653e7c2d86e63cb712187de1482
Description: debug symbols for postgresql-15-pgrouting
Build-Ids: 473638d5936a69fda8bcbd386f40cc33148a3210
Timestamp: 2023-03-13 16:22:19+00

Package: postgresql-15-pgrouting-doc
Source: pgrouting
Version: 3.5.0-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7692
Depends: libjs-mathjax, libjs-sphinxdoc (>= 5.2)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-doc_3.5.0-1~exp1.pgdg+1_all.deb
Size: 2304132
SHA256: 8c42b2e9976c48ed0e97f1158d94cd1502623472f9263dd3265acb8fc58427f6
SHA1: 7b97a8bfb17922f8f6cc8d8f4f6c5071a1ba2cf4
MD5sum: 77d97d1a480543cb1d826b85aa352111
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.
Timestamp: 2023-03-13 16:22:19+00

Package: postgresql-15-pgrouting-scripts
Source: pgrouting
Version: 3.5.0-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2902
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-scripts_3.5.0-1~exp1.pgdg+1_all.deb
Size: 60208
SHA256: 22c143efb3c63c22e628c08fc1926766006afe90c2e05f31d233afa4ac55a618
SHA1: 52a3c39b8cc41f2c60e65582923a8571260276cf
MD5sum: a2d4a93af730c55b33c7751c45ebf94c
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 15.
Timestamp: 2023-03-13 16:22:19+00

Package: postgresql-pgrouting
Source: pgrouting
Version: 3.5.0-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 46
Depends: postgresql-pgrouting-scripts, postgresql-15-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: metapackages
Filename: pool/main/p/pgrouting/postgresql-pgrouting_3.5.0-1~exp1.pgdg+1_arm64.deb
Size: 20720
SHA256: f01f8ea3d42bdbd8ac48739212150b4dc409c2689184b18164f8cd91dceffc16
SHA1: 37e162833bf776f324ed6b5b3e59f1d29a627181
MD5sum: dd8893224c7e87907e403068c2809bf1
Description: Routing functionality support for PostgreSQL/PostGIS - Metapackage
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This metapackage depends on the PgRouting package for PostgreSQL 15.
Timestamp: 2023-03-13 16:22:19+00

Package: postgresql-pgrouting-scripts
Source: pgrouting
Version: 3.5.0-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 46
Depends: postgresql-15-pgrouting-scripts
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: metapackages
Filename: pool/main/p/pgrouting/postgresql-pgrouting-scripts_3.5.0-1~exp1.pgdg+1_all.deb
Size: 20724
SHA256: 622b56deb8e0a429504976cde9b9c46e189960a70cbcb0d5a044d7928ad7ea76
SHA1: f52d74613b2496a141a7cf4af8a80f1001767050
MD5sum: af9cab08faf6f950f80b5c60bd0a2c16
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts metapackage
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This metapackage depends on the PgRouting scripts package for
 PostgreSQL 15.
Timestamp: 2023-03-13 16:22:19+00

Package: pspg
Version: 5.7.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 363
Depends: libc6 (>= 2.34), libncursesw6 (>= 6.1), libpq5 (>= 9.0~), libreadline8 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_5.7.4-1.pgdg+1_arm64.deb
Size: 129784
SHA256: 3ea100c9d326b2ecff28c1e74908412f63f497fd120d88b9caea3b85be909da5
SHA1: 732c3458049b4d18775ce0eeb27530ecfdd1d30b
MD5sum: e497207c93fa090302a95085877ae803
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2023-03-13 16:22:19+00

Package: pspg-dbgsym
Source: pspg
Version: 5.7.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 443
Depends: pspg (= 5.7.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_5.7.4-1.pgdg+1_arm64.deb
Size: 414588
SHA256: 1be85c937fabe8d5cf81c9a5166b40f1c31c6c1e39e155da7b510a6f683ac278
SHA1: 24cc3b99e4eefe38935eecf62ab83e569218bcbe
MD5sum: 89aac4c1b27980ee69c366376cddb4b4
Description: debug symbols for pspg
Build-Ids: 3176f33b78bfc518e0e0f4c24c08ba9d9d29089e
Timestamp: 2023-03-13 16:22:19+00

Package: pgcopydb
Version: 0.11-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 674
Depends: postgresql-client, libc6 (>= 2.34), libpq5 (>= 9.1~)
Homepage: https://github.com/dimitri/pgcopydb
Priority: optional
Section: database
Filename: pool/main/p/pgcopydb/pgcopydb_0.11-1.pgdg+1_arm64.deb
Size: 229564
SHA256: 197ba6c82d672c8d9c44067826bca1c4bd0b50be75ecaccc4f3f6dc869413d42
SHA1: 99c9c8f71696fd000ca1d2acc20ed98af4668025
MD5sum: d68f26ce1adeb904f2ace4548eda6cca
Description: Copy an entire PostgreSQL database from source to target
 This tool copies an entire PostgreSQL database from source to target. It
 implements `pg_dump | pg_restore` on steroids, including advanced concurrency
 tricks to make the operation faster.
Timestamp: 2023-03-16 15:30:09+00

Package: postgresql
Source: postgresql-common (248.pgdg+1)
Version: 15+248.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16
Depends: postgresql-15
Suggests: postgresql-doc
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_15+248.pgdg+1_all.deb
Size: 10164
SHA256: cd903fbc014358aad45ff3011edf4bcd2324e364143969eb6cbd0ed5c7fee080
SHA1: 4f9e75cfc3f59d283d14dbde54a0e0761cedaab2
MD5sum: 1546cc6e427220b0e5f82f7213dbf102
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.
Timestamp: 2023-03-14 14:31:38+00

Package: postgresql-all
Source: postgresql-common
Version: 248.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16
Depends: libecpg-dev, libpq-dev, postgresql-common (= 248.pgdg+1), postgresql-server-dev-all, postgresql-contrib-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-contrib-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-contrib-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12, postgresql-contrib-13, postgresql-plperl-13, postgresql-plpython3-13, postgresql-pltcl-13, postgresql-contrib-14, postgresql-plperl-14, postgresql-plpython3-14, postgresql-pltcl-14, postgresql-contrib-15, postgresql-plperl-15, postgresql-plpython3-15, postgresql-pltcl-15
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_248.pgdg+1_all.deb
Size: 10308
SHA256: 9c4f780fe8458aad3f26d389ef013ef60f2479cdeda17febab94f8fa37b5b42a
SHA1: 014db571eea3183bb8da121b66fe6adbb2f2498c
MD5sum: 9f93201707414462c7b09257c2c81b03
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 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.
Timestamp: 2023-03-14 14:31:38+00

Package: postgresql-client
Source: postgresql-common (248.pgdg+1)
Version: 15+248.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16
Depends: postgresql-client-15
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_15+248.pgdg+1_all.deb
Size: 10180
SHA256: c13d9c0c72fa7d09ed28c6bc8895a2a5c6643f8e9e4cac866224b7bcc01adb1d
SHA1: 964c52fefe230e0c7a91eccfb767b3d0bfd0265d
MD5sum: 3da42b9318b0502f096c03de6b3ebeaa
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.
Timestamp: 2023-03-14 14:31:38+00

Package: postgresql-client-common
Source: postgresql-common
Version: 248.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: netbase, perl:any
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_248.pgdg+1_all.deb
Size: 35096
SHA256: 0d9d4359540491965f083ae57a4168a4ad53874f968944e8447fa75eebbf44a3
SHA1: 7f97156b073b58b024495beb9d9ad0ebb6978231
MD5sum: c203606fac20f8a4d1b75d92a1719c20
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.
Timestamp: 2023-03-14 14:31:38+00

Package: postgresql-common
Version: 248.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 657
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, libjson-perl, lsb-base (>= 3.0-3), postgresql-client-common (= 248.pgdg+1), ssl-cert (>= 1.0.11), ucf, perl:any
Recommends: e2fsprogs, logrotate
Conflicts: pgdg-keyring
Breaks: postgresql-9.1 (<< 9.1.1-3~), postgresql-server-dev-all (<< 204)
Replaces: pgdg-keyring, postgresql-server-dev-all (<< 204)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_248.pgdg+1_all.deb
Size: 179060
SHA256: 76a683c087e422cfd11ead3a8b1cb528e99966b12c8d12b8b85dde0de1b14caa
SHA1: 69f3b51ea33b250c8d161a23931414328f52037b
MD5sum: a97e9769bf2e11d2af0cdd70611381f0
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.
Timestamp: 2023-03-14 14:31:38+00

Package: postgresql-contrib
Source: postgresql-common (248.pgdg+1)
Version: 15+248.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16
Depends: postgresql-contrib-15
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-contrib_15+248.pgdg+1_all.deb
Size: 10176
SHA256: 1cdc64b2fb3b330d72185b189f45bd66777c5caae8dc9a932210a131ba72d437
SHA1: 3ea0123fcebddf08638817a55cfa13f19d8465c9
MD5sum: e216812540984fbc12964dae1de8adf0
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.
Timestamp: 2023-03-14 14:31:38+00

Package: postgresql-doc
Source: postgresql-common (248.pgdg+1)
Version: 15+248.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16
Depends: postgresql-doc-15
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_15+248.pgdg+1_all.deb
Size: 10168
SHA256: 1abf17421ca55d08139f48e5ad051439dc941844058e17e88bf2dc3887e50f94
SHA1: 11def14a0c86b2057d1f8b5d9e0711239ca283c1
MD5sum: cb8cf584112853f7745d303384b81c99
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.
Timestamp: 2023-03-14 14:31:38+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 248.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: make:any, postgresql-common (= 248.pgdg+1), postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12, postgresql-server-dev-13, postgresql-server-dev-14, postgresql-server-dev-15
Multi-Arch: same
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_248.pgdg+1_arm64.deb
Size: 20436
SHA256: 3d236efbc083a11ec2c38cbb1835803acdb6a887a8c914450f0a0fd885a1b86d
SHA1: 1d81e95f56b2937783c5ebec3c74db3c6b8a6a35
MD5sum: 4996fdaa56a796ec58336f32492c44f4
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, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 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.
Timestamp: 2023-03-14 14:31:38+00

Package: pgcopydb-dbgsym
Source: pgcopydb
Version: 0.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 423
Depends: pgcopydb (= 0.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgcopydb/pgcopydb-dbgsym_0.11-1.pgdg+1_arm64.deb
Size: 378128
SHA256: 20753064a45bed40e1d54aefa1738b5eb9cf49d1e8f3cfd375fe9b335c158ac1
SHA1: 300a1b7ce4f98b6f30f7569dd6897b79ae336784
MD5sum: bcef712c0f907691c95db971f7d25327
Description: debug symbols for pgcopydb
Build-Ids: a2438182d90426b0f9d34a3e0a5417a44715a01d
Timestamp: 2023-03-16 15:30:09+00

Package: barman
Version: 3.5.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 79
Depends: python3-barman (= 3.5.0-1.pgdg+1), python3-pkg-resources, adduser, rsync (>= 3.0.4~), python3:any
Recommends: openssh-server, openssh-client, postgresql-client
Suggests: barman-cli, repmgr
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman_3.5.0-1.pgdg+1_all.deb
Size: 42888
SHA256: b2c6a4d1c9aae9b79ca383fd9d1e21110d46ddc60ff035a004bf11fddae7ae6d
SHA1: 4627edcdad38e83d3740ecd5aa11bae53a689c3b
MD5sum: f17fb1453a9f43ce7b9e43b52001bb7a
Description: Backup and Recovery Manager for PostgreSQL
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides barman binary.
Timestamp: 2023-03-31 14:58:09+00

Package: barman-cli
Source: barman
Version: 3.5.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 19
Depends: python3-barman (= 3.5.0-1.pgdg+1), python3-pkg-resources, rsync (>= 3.0.4~), python3:any
Recommends: openssh-client, barman-cli-cloud
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli_3.5.0-1.pgdg+1_all.deb
Size: 6944
SHA256: 33c6c08cf0f6d51d8cb593c96646e9046b0e645d4939b3aa7b97bd1ef24c1380
SHA1: 75859b03d13748e3d9f32ece719da993f6734ecf
MD5sum: 5abafa1c1401bfd1637075a7027123ac
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 organization 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.
Timestamp: 2023-03-31 14:58:09+00

Package: barman-cli-cloud
Source: barman
Version: 3.5.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 48
Depends: python3-barman (= 3.5.0-1.pgdg+1), python3-pkg-resources, rsync (>= 3.0.4~), python3:any, python3-boto3
Breaks: barman-cli (<< 2.10-3~~)
Replaces: barman-cli (<< 2.10-3~~)
Homepage: http://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli-cloud_3.5.0-1.pgdg+1_all.deb
Size: 26512
SHA256: 36b62c3bb6cec1e3244197e9b993cd8f2c5b990da6fc32cbc8305ea6fe45f985
SHA1: de694303b52aa628ce548b0c2f95fb70c4091eab
MD5sum: 84d7c76664541f1f7f5425b78f26a90d
Description: Cloud 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 organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli-cloud package contains cloud client utilities for the
 integration of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by 2ndQuadrant.
Timestamp: 2023-03-31 14:58:09+00

Package: postgresql-12-show-plans
Source: pg-show-plans
Version: 1.1.2-1.pgdg+1
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 116
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-12-show-plans_1.1.2-1.pgdg+1_arm64.deb
Size: 26720
SHA256: fd61dde87f7bbcb2c36ef464b2b4c1ab1172b3faaddd07db21290841d2ede55a
SHA1: 2d1a4e4f689d7318bbca01e08fca78b2f750c6d1
MD5sum: f986d39a35c57df5e43cd41904a3aa8f
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2023-03-31 14:58:09+00

Package: postgresql-12-show-plans-dbgsym
Source: pg-show-plans
Version: 1.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 51
Depends: postgresql-12-show-plans (= 1.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-12-show-plans-dbgsym_1.1.2-1.pgdg+1_arm64.deb
Size: 35524
SHA256: 51f4aba6da3a03de45c91c3fd42b594bb879962a53a8626927c3dfb3215f4335
SHA1: 6730baa884ee480f0d7729691f085938ae6bb088
MD5sum: 99000916fa23f48803d0af6c9b848ab7
Description: debug symbols for postgresql-12-show-plans
Build-Ids: f0db6b7611ee1ddaf9fda1a90a1d060293e70e2e
Timestamp: 2023-03-31 14:58:09+00

Package: postgresql-13-show-plans
Source: pg-show-plans
Version: 1.1.2-1.pgdg+1
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 116
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-13-show-plans_1.1.2-1.pgdg+1_arm64.deb
Size: 26792
SHA256: bdf3d654a3e5d11f4a7298b1dbb099e2004450d67b456d65109b97ef190b3716
SHA1: 7092bfe1ab2785857bca223302bd30819222adbd
MD5sum: c5a8cb6af5df54fd68e7d48799d45650
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2023-03-31 14:58:09+00

Package: postgresql-13-show-plans-dbgsym
Source: pg-show-plans
Version: 1.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 52
Depends: postgresql-13-show-plans (= 1.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-13-show-plans-dbgsym_1.1.2-1.pgdg+1_arm64.deb
Size: 36312
SHA256: 5ed562e219549e1d544b00c65f75c03113b117df04f3b97e0548f6c118d79a9d
SHA1: 9d0f8fbdbbaf3f5983d40824a70c700d5b440a10
MD5sum: 1e55e228ce50515c763855b8d8a114bb
Description: debug symbols for postgresql-13-show-plans
Build-Ids: f91a6d36da7e217cc38d8e00215b07a5aeb0d6a0
Timestamp: 2023-03-31 14:58:09+00

Package: postgresql-14-show-plans
Source: pg-show-plans
Version: 1.1.2-1.pgdg+1
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 116
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-14-show-plans_1.1.2-1.pgdg+1_arm64.deb
Size: 26664
SHA256: e801f8f63bc32f21f1e84e5f26fe9676e437598c43b9462a9eb5c75250994798
SHA1: 5fd527e8d7ec89870537d93023d224f7e9131f08
MD5sum: 58858536fe89a7c36632571f574816b6
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2023-03-31 14:58:09+00

Package: postgresql-14-show-plans-dbgsym
Source: pg-show-plans
Version: 1.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 53
Depends: postgresql-14-show-plans (= 1.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-14-show-plans-dbgsym_1.1.2-1.pgdg+1_arm64.deb
Size: 37144
SHA256: 18ee995c1caf3ac5a956f3c62af64b99974ed41316996a47812a285d91f2afd8
SHA1: bc3602c303a921d36f4cbe29fb472eac1b2614f9
MD5sum: 3760cdcdd92895c0ac00dfdbdf37e646
Description: debug symbols for postgresql-14-show-plans
Build-Ids: f072388ea99a43c3a731b59a43b3605b5dfb69e8
Timestamp: 2023-03-31 14:58:09+00

Package: postgresql-15-show-plans
Source: pg-show-plans
Version: 1.1.2-1.pgdg+1
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 117
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-15-show-plans_1.1.2-1.pgdg+1_arm64.deb
Size: 26908
SHA256: efa1b9e3a0ab93b16e2bdb3ffdb28d0405f4b470b28e801852e815bfb3f27781
SHA1: 8ce90273747f3496553ecb66ad26fdc5a03f8a81
MD5sum: 3587d8546ff2bfcef4d01f4055aeb702
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2023-03-31 14:58:09+00

Package: postgresql-15-show-plans-dbgsym
Source: pg-show-plans
Version: 1.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 53
Depends: postgresql-15-show-plans (= 1.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-15-show-plans-dbgsym_1.1.2-1.pgdg+1_arm64.deb
Size: 36792
SHA256: 8c128a0d25505bf90b9dffccbc0a5e9e68cf844e021a80a6f6241199d5bf94a1
SHA1: a94cff4fcdc4de0de352856d47404ceec9a64d9e
MD5sum: 8417b27792c7f5ee1a129aef1d76c324
Description: debug symbols for postgresql-15-show-plans
Build-Ids: 4785486233f4cf918c297b403a24d4a2cfe9357e
Timestamp: 2023-03-31 14:58:09+00

Package: python3-barman
Source: barman
Version: 3.5.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1307
Depends: python3-argcomplete, python3-dateutil, python3-psycopg2, python3:any
Breaks: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Replaces: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Homepage: http://www.pgbarman.org
Priority: optional
Section: python
Filename: pool/main/b/barman/python3-barman_3.5.0-1.pgdg+1_all.deb
Size: 204632
SHA256: 4e642a10354aa1baf6fd9f2bd82861e32c829460b9c409862998edf249bc60a4
SHA1: c0a85d44924cce22455401b8546398664f25c82f
MD5sum: f8120a8d927c968de6df1f678585ab1b
Description: Backup and Recovery Manager for PostgreSQL - Python modules
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides Python 3 modules only.
Timestamp: 2023-03-31 14:58:09+00

Package: postgresql-11-pg-failover-slots
Source: pg-failover-slots
Version: 1.0.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-11-pg-failover-slots_1.0.0-2.pgdg+1_arm64.deb
Size: 41256
SHA256: a18ccba92adb13d801a5ff238c6c1cf47854cf3aef75d572105f1bfa0bac8489
SHA1: 94dca8a335c38846b0055d6e8e79a2ea69682d7c
MD5sum: 04fef16f347d646c63612517c1d1f03b
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2023-04-27 17:00:50+00

Package: postgresql-11-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.0.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-11-pg-failover-slots (= 1.0.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-11-pg-failover-slots-dbgsym_1.0.0-2.pgdg+1_arm64.deb
Size: 39228
SHA256: aca5f3af7abcbb27f00873e943d077961d22cc4601059c0968addf2ff6acd942
SHA1: 85cb9e8582af33cded89da661b74ac24142e44c1
MD5sum: a9a7f0ca449c7f7ee7e91f637824f6e9
Description: debug symbols for postgresql-11-pg-failover-slots
Build-Ids: 9790b8efb077fb5b02d36de6373e768f6706bcbf
Timestamp: 2023-04-27 17:00:50+00

Package: postgresql-12-pg-failover-slots
Source: pg-failover-slots
Version: 1.0.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-12-pg-failover-slots_1.0.0-2.pgdg+1_arm64.deb
Size: 41344
SHA256: 0233eea1c73aa252e060f1d90ba6bba7afb8dfe3f3955f25f91284d9905939e0
SHA1: 15be646e915cadee389af598f670c529d09f031a
MD5sum: 968d3c34653ed9bbfc649b1dc581dc09
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2023-04-27 17:00:50+00

Package: postgresql-12-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.0.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-12-pg-failover-slots (= 1.0.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-12-pg-failover-slots-dbgsym_1.0.0-2.pgdg+1_arm64.deb
Size: 40064
SHA256: c8013235a9072f8cdf8d4d6d71fe74fecd6a0acd2887a1af141ec67f20637d74
SHA1: afdaaecc8c38a27c364c945a38ddee8a6f3a0fd7
MD5sum: 16e2cddc04cc78cf7b0ab7d2168450f2
Description: debug symbols for postgresql-12-pg-failover-slots
Build-Ids: d5e993dbc34d5a657b8dda669cd815640f68946f
Timestamp: 2023-04-27 17:00:50+00

Package: postgresql-13-pg-failover-slots
Source: pg-failover-slots
Version: 1.0.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-13-pg-failover-slots_1.0.0-2.pgdg+1_arm64.deb
Size: 41500
SHA256: 0773aaeeed34393ca57f2ae93eb963aa2b8728e63996989889a29fa5b4b6a1ab
SHA1: 08bda5c813fd297ef5b952c392f01e98a3175b80
MD5sum: 9506f9658cf0e01f23af6faee03eb238
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2023-04-27 17:00:50+00

Package: postgresql-13-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.0.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-13-pg-failover-slots (= 1.0.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-13-pg-failover-slots-dbgsym_1.0.0-2.pgdg+1_arm64.deb
Size: 40828
SHA256: ed5a026b19cc56d9c144ff9c2876df2aec352fc0f71143ff2e03f2dd760f384f
SHA1: 389323768d1305f3664ae7e7ed515b4f51bdc802
MD5sum: 37e39c055e4ca86be85ff29a692ca60a
Description: debug symbols for postgresql-13-pg-failover-slots
Build-Ids: 4b017ec944cff37bc0ad838b4cc97d518dfcd82e
Timestamp: 2023-04-27 17:00:50+00

Package: postgresql-14-pg-failover-slots
Source: pg-failover-slots
Version: 1.0.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-14-pg-failover-slots_1.0.0-2.pgdg+1_arm64.deb
Size: 41236
SHA256: dc6e038e230c2944da1e9d54f1cb76ce84fbd52a8b19c61cc1cc31595421b35e
SHA1: 4da006d582f2188ea35582a6a564595e4c636c43
MD5sum: ee79d767cb9c2801ce0f536bfd8e90b5
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2023-04-27 17:00:50+00

Package: postgresql-14-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.0.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-14-pg-failover-slots (= 1.0.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-14-pg-failover-slots-dbgsym_1.0.0-2.pgdg+1_arm64.deb
Size: 40972
SHA256: e3ca4206128cc59edc04e5bb1739adc1e5a02f7994d78032a4ce796bae7e0bec
SHA1: b0c8346ca11fafea4cf3b3ef4d3353cc59bf8e5d
MD5sum: 80b36a6d9041d930d8163961025ab234
Description: debug symbols for postgresql-14-pg-failover-slots
Build-Ids: 38206b4029294d03bfa3032a87a494e95b0ac4ca
Timestamp: 2023-04-27 17:00:50+00

Package: postgresql-15-pg-failover-slots
Source: pg-failover-slots
Version: 1.0.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-15-pg-failover-slots_1.0.0-2.pgdg+1_arm64.deb
Size: 41304
SHA256: f58be239d8f51a1037df212b3da1b8cbd25a0eb9468dd75e542ea694452cc57c
SHA1: 7a47dd93718d3a4c0ad9b77af78e519e1a11d3df
MD5sum: c3094c91c9047cb6dbb2780cf13622ec
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2023-04-27 17:00:50+00

Package: postgresql-15-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.0.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-15-pg-failover-slots (= 1.0.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-15-pg-failover-slots-dbgsym_1.0.0-2.pgdg+1_arm64.deb
Size: 41260
SHA256: ac803e07eace0306c65d61f423bda2a65b159c8276d9dcac778a346cc64d9434
SHA1: 8c59144a83758a045991b7298fe1e6dd44d8ff6b
MD5sum: 6b197209c96489898385408ec1c322bc
Description: debug symbols for postgresql-15-pg-failover-slots
Build-Ids: ab83cd43d73f787bca1007bd8205ef6220c08ecc
Timestamp: 2023-04-27 17:00:50+00

Package: libpg-query1504.1
Source: libpg-query
Version: 15-4.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2745
Depends: libc6 (>= 2.34)
Multi-Arch: same
Homepage: https://github.com/pganalyze/libpg_query
Priority: optional
Section: libs
Filename: pool/main/libp/libpg-query/libpg-query1504.1_15-4.2.0-1.pgdg+1_arm64.deb
Size: 506324
SHA256: 5e645eec7ac1eba21a7933c932753f3ff386cea0db3f03d4b8479d2b750f45a1
SHA1: bb97fc6eafae2bdbfcf01df764d23bc44fa8f4ae
MD5sum: e8a4ff0e37e09a36891b68f33bc2ef71
Description: C library for accessing the PostgreSQL parser outside of the server environment
 This library uses the actual PostgreSQL server source to parse SQL queries and
 return the internal PostgreSQL parse tree.
Timestamp: 2023-05-10 21:57:28+00

Package: libpg-query1504.1-dbgsym
Source: libpg-query
Version: 15-4.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2197
Depends: libpg-query1504.1 (= 15-4.2.0-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libp/libpg-query/libpg-query1504.1-dbgsym_15-4.2.0-1.pgdg+1_arm64.deb
Size: 1955076
SHA256: 075d4b1a0a6ab96da2158d4b2489f482d71d3f14598a09fe1cfd323988a1b6d0
SHA1: 01ad3c04c5eaae2b5adf377d6744e0ae6509af0d
MD5sum: 75932e6dd4fee77e77cb530264cd043e
Description: debug symbols for libpg-query1504.1
Build-Ids: aec8a5bad1e981570b189105b3fe414d168eebd9
Timestamp: 2023-05-10 21:57:28+00

Package: libpg-query-dev
Source: libpg-query
Version: 15-4.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5073
Depends: libpg-query1504.1 (= 15-4.2.0-1.pgdg+1)
Multi-Arch: same
Homepage: https://github.com/pganalyze/libpg_query
Priority: optional
Section: libdevel
Filename: pool/main/libp/libpg-query/libpg-query-dev_15-4.2.0-1.pgdg+1_arm64.deb
Size: 605492
SHA256: 7d4799572fd5b0037ad46555ab97079d477d6a6347305e2dfa0ad84f01817312
SHA1: 540846e7e6fe8471a2dda11296369e28fbc418f1
MD5sum: a40335f4b710135ae04e4beda8d70fe5
Description: C library for accessing the PostgreSQL parser outside of the server environment
 This library uses the actual PostgreSQL server source to parse SQL queries and
 return the internal PostgreSQL parse tree.
Timestamp: 2023-05-10 21:57:28+00

Package: libpostgresql-jdbc-java
Source: libpgjava
Version: 42.6.0-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 1065
Conflicts: libpg-java (<= 9.1-901-1), libpgjava (<= 7.4.7-3)
Replaces: libpg-java (<= 9.1-901-1), libpgjava
Provides: libpg-java, libpgjava
Built-Using: libscram-java (= 2.1-1.pgdg+1)
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: java
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java_42.6.0-1.pgdg+1_all.deb
Size: 981292
SHA256: 67a2cdb9e02c78296b972197e39513c79fd20a0f7b0a4c3802ec68e5aeed5eae
SHA1: 212569af6f146535f9cb12d68a54fbed8349e9ed
MD5sum: f418b9596b88f91369ab09bf61373025
Description: Java database (JDBC) driver for PostgreSQL
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
Timestamp: 2023-05-10 21:57:28+00

Package: libpostgresql-jdbc-java-doc
Source: libpgjava
Version: 42.6.0-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 11462
Depends: default-jdk-doc
Conflicts: libpg-java-doc (<= 8.4-702-1)
Replaces: libpg-java-doc
Provides: libpg-java-doc
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java-doc_42.6.0-1.pgdg+1_all.deb
Size: 450092
SHA256: 409bafd7b833fa498caa993743ae7fa7283ab8dab78df6f0e8c0d02c71255a98
SHA1: afd0fac37084897654c1463b11655c922f2f890c
MD5sum: 4ab813cda517ed45fbd6c3c5925ac232
Description: Java database (JDBC) driver for PostgreSQL (documentation)
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
 .
 This package contains the documentation.
Timestamp: 2023-05-10 21:57:28+00

Package: pgbackrest
Version: 2.45-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1015
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.34), liblz4-1 (>= 0.0~r127), libpq5, libssl3 (>= 3.0.0), libxml2 (>= 2.7.4), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc, check-pgbackrest
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.45-1.pgdg+1_arm64.deb
Size: 359236
SHA256: 5c86ca1e327ab4d849c1515a1e7e3d4b965fc373be4956b1d2a1e9363cd52b2c
SHA1: 6479119be8a59187b722f7dc2404f99c80de3cdf
MD5sum: 74e719cec62f83b0bc91eb344b7b3ea8
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.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2023-05-10 21:57:28+00

Package: pgbackrest-dbgsym
Source: pgbackrest
Version: 2.45-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1332
Depends: pgbackrest (= 2.45-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.45-1.pgdg+1_arm64.deb
Size: 1238496
SHA256: 37c1bf50d3dba192a67063f41f02055201a86b95998aeeb6ef58a81b388cc4ee
SHA1: a3c21b70644c9238f864ec1e50b000e9e10c3800
MD5sum: 2a28544884ee60f2b5fd96055057f58e
Description: debug symbols for pgbackrest
Build-Ids: a997c01cec0823266c4085fee4c8368de48a1fe4
Timestamp: 2023-05-10 21:57:28+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.45-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1630
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.45-1.pgdg+1_all.deb
Size: 122544
SHA256: eee73b451b9d2f387d03aff5394b18d26e75f71f2e49ba6db127535a03b35686
SHA1: b106d74d76a00979f6f090703349d399f979ab60
MD5sum: 455910d47e1455e211d21c56f647b650
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2023-05-10 21:57:28+00

Package: pg-bsd-indent
Version: 2.1.1-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: libc6 (>= 2.34)
Priority: optional
Section: database
Filename: pool/main/p/pg-bsd-indent/pg-bsd-indent_2.1.1-4.pgdg+1_arm64.deb
Size: 28324
SHA256: f1ab00c8a8780bb22c9c59e835262d2f2efad007f3abdf99e7218a1c02cc7db2
SHA1: 80e2233fdec8bff23763ed321474d450e45494e7
MD5sum: 01586f4e208b9c86c196353a950a1773
Description: PostgreSQL source code indenter
 pg_bsd_indent is the official way the PostgreSQL developers reformat code
 before release. It is also recommended to be used by developers for code
 changes prior to submission. It is a fork of FreeBSD's indent.
Timestamp: 2023-05-10 21:57:28+00

Package: pg-bsd-indent-dbgsym
Source: pg-bsd-indent
Version: 2.1.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: pg-bsd-indent (= 2.1.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-bsd-indent/pg-bsd-indent-dbgsym_2.1.1-4.pgdg+1_arm64.deb
Size: 38380
SHA256: 1d1fa803e24b47617a485a456e573862840d41e998cd5de682b7d4b82533442e
SHA1: 9eb35fec9fd3467c390fd681bd1e7ee1f1c13159
MD5sum: 637eaeb6f196c7adb637a0f0c4064654
Description: debug symbols for pg-bsd-indent
Build-Ids: 2d3948796e0093328e887c0a312da0e61bd863a1
Timestamp: 2023-05-10 21:57:28+00

Package: pg-checksums-doc
Source: pg-checksums
Version: 1.1-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15
Multi-Arch: foreign
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: doc
Filename: pool/main/p/pg-checksums/pg-checksums-doc_1.1-4.pgdg+1_all.deb
Size: 6512
SHA256: 846c299f6a02d72f6f8a14571fcb330ffe84b49fb51a45a716a349a2fa6b41c6
SHA1: 22dceba9b3e808877cc52056ac4dc173a4e70c44
MD5sum: 2eb62a406b68aa635c501683a405af33
Description: Activate/deactivate/verify PostgreSQL data checksums (Documentation)
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
 .
 This package contains the manpage.
Timestamp: 2023-05-10 21:57:28+00

Package: plprofiler
Version: 4.2.1-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 646
Depends: python3-psycopg2, python3, python3:any
Recommends: postgresql-plprofiler
Provides: python3-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/plprofiler_4.2.1-2.pgdg+1_all.deb
Size: 338372
SHA256: 39bb2788b60b11537aae80057ed70bb0bd84c0fb0da2a9b17c73cba6afdee2f1
SHA1: ea15698cc4316171d82b0f2be8b2e6ed1cf66486
MD5sum: b76923c8b8f3eded272fb5ceb45a3514
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 t.
 This package contains the Python module and the plprofiler CLI util.
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-10-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.11-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 91
Depends: postgresql-10, libc6 (>= 2.17), postgresql-10-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-10-pgauditlogtofile_1.5.11-2.pgdg+1_arm64.deb
Size: 10372
SHA256: f6cfd03ec110e758449e1cafcdd52e18312ddaac986307882924831ec0e09c5c
SHA1: 1fbec0d66fb14515fe63913241c89adcff1707a4
MD5sum: 1bac472fef33f0cb2d756ba965491492
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-10-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.11-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-10-pgauditlogtofile (= 1.5.11-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-10-pgauditlogtofile-dbgsym_1.5.11-2.pgdg+1_arm64.deb
Size: 25608
SHA256: 9c1038e2a72ace8f60399036633fbd6b34da8832ec9735325bbeb417e9439406
SHA1: 8fdc2c91d575d5cf53d4ef082af84213979ffdbb
MD5sum: 16e89983149a2da1107b467c4fa73193
Description: debug symbols for postgresql-10-pgauditlogtofile
Build-Ids: 4b39162308ad70cb9e4e18af69ed84628cb1f755
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-10-pg-catcheck
Source: pg-catcheck
Version: 1.3.0-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-10, libc6 (>= 2.34), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-10-pg-catcheck_1.3.0-5.pgdg+1_arm64.deb
Size: 27172
SHA256: 26e066abeebd077311d2848583814ff34fc57ecb567761eb80c4239ddf48e6f4
SHA1: 66677fe4ede94094b28f36be6829f1becffde0ba
MD5sum: d4667056586b48019ba829ecef173b3f
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-10-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.3.0-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-10-pg-catcheck (= 1.3.0-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-10-pg-catcheck-dbgsym_1.3.0-5.pgdg+1_arm64.deb
Size: 39836
SHA256: 9151a008a5d146efde24d7f5b1de9deaa9e74c128e6fa70cb6c95c1b5a628ff1
SHA1: 4953ef1e6bdc091f5df74a1b0a8a76eb644638c8
MD5sum: ca30f9848cf099e09b15a84d3e90c69a
Description: debug symbols for postgresql-10-pg-catcheck
Build-Ids: c43398876d66cd028d0a66845b4aabcd25ad24cf
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-10-pg-checksums
Source: pg-checksums
Version: 1.1-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-10, libc6 (>= 2.34)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-10-pg-checksums_1.1-4.pgdg+1_arm64.deb
Size: 29476
SHA256: cb93865186629b5e18238a999ea4df2df6aeb381b0320d2afd54c6a002d10b7b
SHA1: ee08ec45f9f92b22d3242b371e477be6f8d51dc9
MD5sum: ed6b28dcedb02d1a3200e35d398048e6
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-10-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-10-pg-checksums (= 1.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-10-pg-checksums-dbgsym_1.1-4.pgdg+1_arm64.deb
Size: 27432
SHA256: 5d7c5013a8e67b872d83ba17109bb6b260fd45a757ff295f6d30ae4a4918f886
SHA1: 575e0fb4d9f37b8bbca482d30269c36ce4502ca5
MD5sum: c8e75cdf9138099a64c1b6b010c9230f
Description: debug symbols for postgresql-10-pg-checksums
Build-Ids: 937d2e991d58ad5a3abd78565ed550d9fb3b2f0c
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-10-pglogical
Source: pglogical
Version: 2.4.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 596
Depends: postgresql-10, libc6 (>= 2.34), libpq5 (>= 9.1~)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-10-pglogical_2.4.2-3.pgdg+1_arm64.deb
Size: 106576
SHA256: c464911b6fcf08f022f4f3c554b503fd2770bdccb4d0b3cc936b2964d04d36aa
SHA1: e37e3bef7b1dea1dec6cf50675d79a469ca06863
MD5sum: a9baee0d2959017f4f8d3780a3447c38
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-10-pglogical-dbgsym
Source: pglogical
Version: 2.4.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 410
Depends: postgresql-10-pglogical (= 2.4.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-10-pglogical-dbgsym_2.4.2-3.pgdg+1_arm64.deb
Size: 345556
SHA256: 7f1d1b6c09d76ab983e27e2314fbdc134152965582867d6a4c7672ea697cbebf
SHA1: 3e67da5ae487a5767abd6289a2e1404c9de15049
MD5sum: 23e2ccc45d381a7372c97ac59ae3fbfd
Description: debug symbols for postgresql-10-pglogical
Build-Ids: 56a1cbbb34f5cc334bdb716cc3890a9530b5dd3c 63352d0f211fdb3c25e217b4513722956bc5c969 fdb9ca65af49e17d6f97e7265921cedd6baa15f3
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-10-pllua
Source: postgresql-pllua
Version: 1:2.0.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 427
Depends: postgresql-contrib-10, postgresql-10, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-10-pllua_2.0.11-1.pgdg+1_arm64.deb
Size: 104404
SHA256: 43e9d59d4801d90c1bed37740d1a5e2ffbc4e1ab442d6a31c18af2a68037d399
SHA1: f0157eb96468fcca739f49b74c2138b609d5a396
MD5sum: 1393220fc4789eb8dbf956a70812cd59
Description: Lua procedural language for PostgreSQL 10
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-10-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 354
Depends: postgresql-10-pllua (= 1:2.0.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-10-pllua-dbgsym_2.0.11-1.pgdg+1_arm64.deb
Size: 307100
SHA256: 71011513487cc3b1ac39763c0fbc01e3096d6dfe24baa92ee3c42d1f49f781a4
SHA1: e5086a3f8d9d831e6779773d1b0e591180dbbecc
MD5sum: 8ee6bafc8cf292d40a0b0e7b6d78aaad
Description: debug symbols for postgresql-10-pllua
Build-Ids: 518cf1d289420006bb9cba1c348a7803787e53df 74b608be64e9d41756618e73bfd8926b4dd8c3fb
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-10-plpgsql-check
Source: plpgsql-check
Version: 2.3.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 239
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check_2.3.3-1.pgdg+1_arm64.deb
Size: 81352
SHA256: c96ecda29cfdcdc955da9b62674b03a40382208437104eb7745be591edd0cc07
SHA1: d217cd800c0be3968395a494b38badbac8f0c336
MD5sum: a76f7e6dc56b6dc066f1545e6d070c2b
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-10-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.3.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: postgresql-10-plpgsql-check (= 2.3.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check-dbgsym_2.3.3-1.pgdg+1_arm64.deb
Size: 238552
SHA256: ccfaa6b28ca7947755cfb44ae133fb88f596cf93321dcc9007afaa42afda1b5d
SHA1: b182e9740a8ad8ceb122f87f7894915ec80c5919
MD5sum: 9439b273db42f311f36535e671d9ee39
Description: debug symbols for postgresql-10-plpgsql-check
Build-Ids: d60bf472b2621b065ff2da2dd0b0b74661c86fde
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-10-plprofiler
Source: plprofiler
Version: 4.2.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-10, libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-10-plprofiler_4.2.1-2.pgdg+1_arm64.deb
Size: 21008
SHA256: 775ea35daf6358a226cb983cc41712e8b7487d9b1d99f691f64a29d785820933
SHA1: 46e1d01345d1d4aa825503113bf66ce976af9434
MD5sum: 77449dd98af10fcd483dc958f13034a6
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-10-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-10-plprofiler (= 4.2.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-10-plprofiler-dbgsym_4.2.1-2.pgdg+1_arm64.deb
Size: 54076
SHA256: f2e488cff4e89744956de1a6cb3cd7c2267198e451105cb10f4235afc55ba448
SHA1: 26292027af1e439599f748105d57f3827b72d735
MD5sum: e7bbc91e3ef90191a91953ba343a36d3
Description: debug symbols for postgresql-10-plprofiler
Build-Ids: 5b82b6426cd557d96d37f3838737da02cb91ba4f
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-11-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.11-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-11-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile_1.5.11-2.pgdg+1_arm64.deb
Size: 29480
SHA256: c2fc6b40940962ea18925f10e02b4824a6f28d783839939049f0bce8875005fa
SHA1: d03212ab85e818ed7458ed728d4f2299c424be64
MD5sum: 88b4c301587c7983665bd0343f81f8ac
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-11-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.11-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-11-pgauditlogtofile (= 1.5.11-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile-dbgsym_1.5.11-2.pgdg+1_arm64.deb
Size: 25928
SHA256: 38df8045c4ea7f19a934f7d3ade21c146ccb60638bca75b555e7180f2a579075
SHA1: 0c66c27431264fdb98f509476ffcb2aeabb75471
MD5sum: 26c116b312a2ddeff8ed9ab7aac1bcf9
Description: debug symbols for postgresql-11-pgauditlogtofile
Build-Ids: e2e15cc26e95c0380b7d83eb03519e760dfe97a1
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-11-pg-catcheck
Source: pg-catcheck
Version: 1.3.0-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-11, libc6 (>= 2.34), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-11-pg-catcheck_1.3.0-5.pgdg+1_arm64.deb
Size: 27072
SHA256: 9a92de7a31c15d5616010cb3dcada323bac9d02e73912c705b92c7d000689462
SHA1: 1c017cbc94cfa6a48791d77d1268d0f80b9c2d42
MD5sum: caa85a6666dbefa61ebfa53d975e7b23
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-11-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.3.0-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-11-pg-catcheck (= 1.3.0-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-11-pg-catcheck-dbgsym_1.3.0-5.pgdg+1_arm64.deb
Size: 39848
SHA256: e219c4a92325634f2bfb825ea4fe41291f166966353c7eed8c2cf2625fda3429
SHA1: 779737ae39e46684b57da3205a65a7b692c04158
MD5sum: 8f569cff917faab595cc39dd0a787d9c
Description: debug symbols for postgresql-11-pg-catcheck
Build-Ids: 669f0385d5d69daacf17eefd971c45bf8bb393ec
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-11-pg-checksums
Source: pg-checksums
Version: 1.1-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-11, libc6 (>= 2.34)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-11-pg-checksums_1.1-4.pgdg+1_arm64.deb
Size: 30100
SHA256: 97ab884bee34609e605fb981860c9e7437af402c8cfa4eb1a128dcb0b1354a71
SHA1: 0ba281333d533699e29cdfa537783a6c24ebc5c2
MD5sum: 5284f709e3798da8278c92be0c62b940
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-11-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-11-pg-checksums (= 1.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-11-pg-checksums-dbgsym_1.1-4.pgdg+1_arm64.deb
Size: 27724
SHA256: d4624369332e9e5df1a6fb0ba13cb1abd05ec6b14de31cf614de315ee90051a8
SHA1: 17951c05235bab5d9987d42fc49684d9b2c697ed
MD5sum: c3688294537e3f3713cc3510b7797f35
Description: debug symbols for postgresql-11-pg-checksums
Build-Ids: eda4d3d9c0ece54027ceb8e0a553fc944c02405d
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-11-pglogical
Source: pglogical
Version: 2.4.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1245
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.34), libpq5 (>= 9.1~)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-11-pglogical_2.4.2-3.pgdg+1_arm64.deb
Size: 417928
SHA256: 6bb298b73807fb0d701800efa3d8eb240664c247398ea571b0fc0623ab5bc38b
SHA1: 7e5c9d9a81764970b3f31d23310fb60138feb8c5
MD5sum: 0f9cb3c61a5965d2420db64aa3c31ddf
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-11-pglogical-dbgsym
Source: pglogical
Version: 2.4.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 423
Depends: postgresql-11-pglogical (= 2.4.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-11-pglogical-dbgsym_2.4.2-3.pgdg+1_arm64.deb
Size: 355544
SHA256: f7e455247ff266564236a4dceff71d104b4b0f91965d636d5352a5cec12d0c02
SHA1: b4612eb28dba118c9e21d912cc48f557ca651937
MD5sum: 6f99802611bf975bfec6a29b167b82d3
Description: debug symbols for postgresql-11-pglogical
Build-Ids: 2f442221518031f22aeffdd117a8f45f6cc7f450 bb45dd6cda89ab667e23c5428a5e9f2c3a9d2471 c91ca4bd7919e0b8f72ca943f03c61c2f6198bce
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-11-pllua
Source: postgresql-pllua
Version: 1:2.0.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1034
Depends: postgresql-contrib-11, postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-11-pllua_2.0.11-1.pgdg+1_arm64.deb
Size: 394428
SHA256: 556684ec26ca605221186634fdc5a78c14129bac7fc5fc0b9fbade5c571a9e4b
SHA1: e5000461b2e3b1b19c4434131ef05055a9ec1bd4
MD5sum: 510b215f1fbe66ac3ccbe10885bf0652
Description: Lua procedural language for PostgreSQL 11
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-11-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 353
Depends: postgresql-11-pllua (= 1:2.0.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-11-pllua-dbgsym_2.0.11-1.pgdg+1_arm64.deb
Size: 305932
SHA256: f2b5d194a886064891a7907aa298d8c4f895c46283d98502f6ebd0fb1dfc1f90
SHA1: 4200ffdc0a4d536f5edefe9f3b038e075909306b
MD5sum: c7ead19ea57e4043d59b124f9d198066
Description: debug symbols for postgresql-11-pllua
Build-Ids: 392d5ab2b8d52e8bfbbf0b1020f9d502eb9725a5 af3892e3690f4417baeb4791c59463d857e283d6
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-11-plpgsql-check
Source: plpgsql-check
Version: 2.3.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 677
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check_2.3.3-1.pgdg+1_arm64.deb
Size: 312740
SHA256: 098ca2bb15ec08c15e6412fc6c52792ca3882c8808897592f9e3aecbe4328d7e
SHA1: 2d936d7aa74718990abacfb6665b939b0f33be56
MD5sum: aea856a34d3d629809dfe5b3a41de06d
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-11-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.3.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 265
Depends: postgresql-11-plpgsql-check (= 2.3.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check-dbgsym_2.3.3-1.pgdg+1_arm64.deb
Size: 235444
SHA256: ae5baeef3973de056bd158119c0c0d8e9ea2fb1bda1a4c0ee44590c4431fc14d
SHA1: 20d8d72eae54856fc747d694f9daab060afe07c8
MD5sum: 2e7e27e3be53e2bb70f71fe5ddf3a865
Description: debug symbols for postgresql-11-plpgsql-check
Build-Ids: 04cde06b3ee4de1f5a19c82e6dee6a3700f9aa15
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-11-plprofiler
Source: plprofiler
Version: 4.2.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-11-plprofiler_4.2.1-2.pgdg+1_arm64.deb
Size: 50652
SHA256: fc0a68f50088b51ab74e2d953ab8d8015063399a75b47b66a9244371bdcac9ce
SHA1: 656678207609e940d3ff929dbcf15efa3c975747
MD5sum: 399e77660a42e4eb68aad402df259de1
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-11-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-11-plprofiler (= 4.2.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-11-plprofiler-dbgsym_4.2.1-2.pgdg+1_arm64.deb
Size: 50444
SHA256: 42facba10eb299fe3cc4918337ef3043b1637b9e41d466649a9745995c89682e
SHA1: daea4b7135c0ad6829d9e4bf6054e0cdd3ac82dc
MD5sum: 85141b96ead4af26ae1f935a669afa12
Description: debug symbols for postgresql-11-plprofiler
Build-Ids: b18da41e2c3aaf40a4fc82b3a288c9973029ee05
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-12-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.11-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-12-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile_1.5.11-2.pgdg+1_arm64.deb
Size: 29300
SHA256: 6a83151d4f0b1c5bd4df762bee67d446cf022756bb1c3722bf21640e5e2943f9
SHA1: 10fe634e94557379a9574d1b15ca2fe41cd97cf1
MD5sum: b4cd508dc7b87068ce81fac9a007549d
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-12-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.11-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-12-pgauditlogtofile (= 1.5.11-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile-dbgsym_1.5.11-2.pgdg+1_arm64.deb
Size: 25892
SHA256: 5b4e485b8d26582d604eb2a2ea5a9c1289570c113948bf543a8d0aa6711412d9
SHA1: b1fc6734350113a77b6c26f7905e63bb81967329
MD5sum: 556f0fbeeab51f6e62c9988a2e49e07b
Description: debug symbols for postgresql-12-pgauditlogtofile
Build-Ids: a729ad75137403ffe0c88495a6bdd4b63d159db9
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-12-pg-catcheck
Source: pg-catcheck
Version: 1.3.0-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-12, libc6 (>= 2.34), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-12-pg-catcheck_1.3.0-5.pgdg+1_arm64.deb
Size: 32008
SHA256: 0c2227a42f02b07569d6b89c240fe6569a4b1d21927b7b1ee21faca9ca7830c7
SHA1: e39f7202a993b48420b1b4adc91078a5dfc3cf5a
MD5sum: 4436aa22e31b889eeafcfe611afcdf45
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-12-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.3.0-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-12-pg-catcheck (= 1.3.0-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-12-pg-catcheck-dbgsym_1.3.0-5.pgdg+1_arm64.deb
Size: 37748
SHA256: b9a73c6570706d16f447414aaaa4b094cee0e6e7fe06700fab4b8eab8aef5636
SHA1: 97739ab4c33dc7cb9bbb8d615d07c1fb9d7600ca
MD5sum: a855488adb7c81b82921660e7a1ad44f
Description: debug symbols for postgresql-12-pg-catcheck
Build-Ids: dff99c3b3ff6a9e07b5681f564d8d5a02ea20d41
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-12-pg-checksums
Source: pg-checksums
Version: 1.1-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-12, libc6 (>= 2.34)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-12-pg-checksums_1.1-4.pgdg+1_arm64.deb
Size: 34896
SHA256: a2ce3228bd3bd6477c333fe29c2e584bfaf040008bc1c9727046a84b401b705f
SHA1: 75fc7c5b5c4b7dde2c660b00f6aa29aeb711f329
MD5sum: 031fee45f7618e314a54b7ea013c376e
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-12-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-12-pg-checksums (= 1.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-12-pg-checksums-dbgsym_1.1-4.pgdg+1_arm64.deb
Size: 23116
SHA256: 5a6ed25c8aa92b495143b452f377409a9452c432ddf88a9ba1741a3a5b721f38
SHA1: ab27979d366b58982487d930dce98021576c2954
MD5sum: dff23ef178eb1bd1d83ff7bc2abf5829
Description: debug symbols for postgresql-12-pg-checksums
Build-Ids: 8e359aec0e65ddc1103c118d955e15f5b025ff12
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-12-pglogical
Source: pglogical
Version: 2.4.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1277
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.34), libpq5 (>= 9.1~)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-12-pglogical_2.4.2-3.pgdg+1_arm64.deb
Size: 442652
SHA256: 4c19bb1583a359580d3871527d1f3adf1f536d7dcc4c972197ce35df99f7903c
SHA1: 73f177c2a52610edf75ca06cc3c271a8243b7a34
MD5sum: 2704745ffc55e97d2d073845cf475c4b
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-12-pglogical-dbgsym
Source: pglogical
Version: 2.4.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 447
Depends: postgresql-12-pglogical (= 2.4.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-12-pglogical-dbgsym_2.4.2-3.pgdg+1_arm64.deb
Size: 380640
SHA256: 37f785daecbe535d9d55d2bde5338a52d9a1f5e38041624305dae8ef7dc05576
SHA1: 377029e55b38f75f198bed0b1abf0eb126ff7f10
MD5sum: 69b6f0554ec36db38ec4ecb85314baeb
Description: debug symbols for postgresql-12-pglogical
Build-Ids: 2bbb982e6db96a7dfe7493bf721816231bcaf246 aa1a6dfd9dae480fc8a3b245b976972fded7583b ca1fdb59d619a979741d5ebd4e70290bc0bf4483
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-12-pllua
Source: postgresql-pllua
Version: 1:2.0.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1034
Depends: postgresql-contrib-12, postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-12-pllua_2.0.11-1.pgdg+1_arm64.deb
Size: 395456
SHA256: 1483d31471067bf81e0a5e949d66be5a9bf00c660309e6d2547d277639b5308f
SHA1: 1580826604398da70becc0381197a6ce7e11b626
MD5sum: 3c5273f34fb4825c27d8f97185cfaf63
Description: Lua procedural language for PostgreSQL 12
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-12-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 357
Depends: postgresql-12-pllua (= 1:2.0.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-12-pllua-dbgsym_2.0.11-1.pgdg+1_arm64.deb
Size: 309704
SHA256: 7a6dab28594793adc1b16f7a70cd6e2501b2dbef6732d616affafd64f552aff4
SHA1: 377b0e549ae6f2b923703d85145cfb9e9629e2b1
MD5sum: 5893087714e6409d327ffd1183eb7a00
Description: debug symbols for postgresql-12-pllua
Build-Ids: c7fa796340b8f112d3977021be11f2e6707d9eaa c98baa445ed4699643af665296072f2bec90e0bb
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 2.3.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 687
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_2.3.3-1.pgdg+1_arm64.deb
Size: 318160
SHA256: 58cea9e923624249225141a3f6c08799873d1149a74d2d4afd785eaca60ddc79
SHA1: 0ee2d31cdc8f77fe32027884eb0a1a3ea2544e81
MD5sum: eb653107fc80bdc59cc98501ac6deed3
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.3.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 275
Depends: postgresql-12-plpgsql-check (= 2.3.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_2.3.3-1.pgdg+1_arm64.deb
Size: 245916
SHA256: a6fda0be1f2f0d2bed5c543064ba7acc4aec4b8d632633f58acc15e123579413
SHA1: 582b512e374e4dd866c7fcf577c068ca2e0980b9
MD5sum: c7f8d30a59b19b9fcc17b2ba60ea589a
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: 777a0a84235a4ff7e52fef6b44663cf0602602ba
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-12-plprofiler
Source: plprofiler
Version: 4.2.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-12-plprofiler_4.2.1-2.pgdg+1_arm64.deb
Size: 50884
SHA256: 8d01a38b287f9275fca2574f8aeeb8a67ff7f24e38f9c1177a70c89824c57a4e
SHA1: a9cf8ee53aa0c12273a71e47c0f18d779d02f07d
MD5sum: c3c27599fe48b9e1a5e3fee56191986b
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-12-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-12-plprofiler (= 4.2.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-12-plprofiler-dbgsym_4.2.1-2.pgdg+1_arm64.deb
Size: 52200
SHA256: 3df717d3063b1eb9d32f7432161035152ede953e4e0ce327fc33dc55bdcea9ec
SHA1: 59ceb7e5d12e472b34943612daafa11a1e21a90a
MD5sum: bcfd2e6dd9c6499269a50bba4a0a50c9
Description: debug symbols for postgresql-12-plprofiler
Build-Ids: 3c71de93be754bb32322abac0529ff55fd5d56bc
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-13-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.11-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-13-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile_1.5.11-2.pgdg+1_arm64.deb
Size: 29216
SHA256: 908eb1ed269b372b7fb31b3072a303cf8c3fe79d094c49f2a19f84158f218a80
SHA1: 742cdd5c162625df66dac5767cf13b737173e292
MD5sum: 1213079c1a19cc5fd51532a9b23ff692
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-13-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.11-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-13-pgauditlogtofile (= 1.5.11-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile-dbgsym_1.5.11-2.pgdg+1_arm64.deb
Size: 25964
SHA256: 78c3492e51b0fda0dea5edcc6b85d8f7081b5f4263d6da6bac7b25648933e747
SHA1: 0d0cce3e8d929933dc07d89424137acb8d04a29a
MD5sum: cae24840a1eb4febd12b0656331cb188
Description: debug symbols for postgresql-13-pgauditlogtofile
Build-Ids: 73d8524e0cfdd44f79753f7f122e65f2364a1400
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-13-pg-catcheck
Source: pg-catcheck
Version: 1.3.0-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-13, libc6 (>= 2.34), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-13-pg-catcheck_1.3.0-5.pgdg+1_arm64.deb
Size: 32072
SHA256: 672347c14c5386378a5ce9a33e061d373c764852fe1d54402e107c58cbbdadce
SHA1: 5d09f6f164a89bca687864976816eb3d17c86f92
MD5sum: f64768eaa02262089bc46ec00d6f3e9a
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-13-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.3.0-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-13-pg-catcheck (= 1.3.0-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-13-pg-catcheck-dbgsym_1.3.0-5.pgdg+1_arm64.deb
Size: 37724
SHA256: 998dde647d12e5316e5fe6129ea4872218438ad53975260d998fc65b5fbb0d42
SHA1: 6aa6a4ecdf7ee5f5b9fcdd1e0e93f53ba2cd9686
MD5sum: a0076f1fc7682ba25e1d00fb952c2b27
Description: debug symbols for postgresql-13-pg-catcheck
Build-Ids: fd4c5f9745d5041b5c9a141f531c2cd6b9d7083c
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-13-pg-checksums
Source: pg-checksums
Version: 1.1-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-13, libc6 (>= 2.34)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-13-pg-checksums_1.1-4.pgdg+1_arm64.deb
Size: 34768
SHA256: a91a81863e9c943ebd787d2708256733f0ff75f1e5bec32d515e77d53b67f224
SHA1: 7253eb46fa5e223c62dbde2dd2ee3c5b09d8f278
MD5sum: e260eb6340a59cb77b391385aa82094a
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-13-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-13-pg-checksums (= 1.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-13-pg-checksums-dbgsym_1.1-4.pgdg+1_arm64.deb
Size: 23152
SHA256: 2a8afc5adf4be8eb1fd149bdd6c6fe04b1b1c150d6c7d9efe5b423023fca3483
SHA1: bd94e52596a6f81ce5fc0ded34f59c2151abc98b
MD5sum: c58e42261aa2b5e6c74cb41e56c72098
Description: debug symbols for postgresql-13-pg-checksums
Build-Ids: c314dff36c8b698bb8f1e50a60ab088513c03fb9
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-13-pglogical
Source: pglogical
Version: 2.4.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1281
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.34), libpq5 (>= 9.1~)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-13-pglogical_2.4.2-3.pgdg+1_arm64.deb
Size: 446792
SHA256: b06e04f379fed5fa9ae3d13ef498766d5bb1d96b7f65a6f8ff2b5244b524b2df
SHA1: 478c96cc57b1ba048ed7ad4ff196b92caf57a2d7
MD5sum: 8bd5df8b4cc0343b654b8bfe0f86096e
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-13-pglogical-dbgsym
Source: pglogical
Version: 2.4.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 493
Depends: postgresql-13-pglogical (= 2.4.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-13-pglogical-dbgsym_2.4.2-3.pgdg+1_arm64.deb
Size: 423732
SHA256: 05ccd8ebf36c93d7a03db02803af8590e98c7ed5a2d072a19caebd3b8740ff31
SHA1: ccc28339dcb76b9126ffaf68f2be3e73cd0b34d3
MD5sum: 59d31aa5c10141f8c672c036c5f74b97
Description: debug symbols for postgresql-13-pglogical
Build-Ids: 2028e157b82f3e732e809305425b251659a31351 223f601c47e3ba4c5a4cd8ed9ecb3eab99c856c6 b105ed24ac0f517c7fc974a463c7691f83b1b9d6
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-13-pllua
Source: postgresql-pllua
Version: 1:2.0.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1033
Depends: postgresql-contrib-13, postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-13-pllua_2.0.11-1.pgdg+1_arm64.deb
Size: 394920
SHA256: 27337064a1bf07607bd7c9522b2f2cbc1bb406cd587a180dbf5626923a9baec1
SHA1: b984df1c2665ef8adae93df2eaae8a491d007983
MD5sum: a29334e2cb4a495538bb58bcef955c6a
Description: Lua procedural language for PostgreSQL 13
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-13-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 360
Depends: postgresql-13-pllua (= 1:2.0.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-13-pllua-dbgsym_2.0.11-1.pgdg+1_arm64.deb
Size: 313140
SHA256: fbd8956a43776e5bb5698c0abeee529d709e3630594ea00e03c9a9b988898c6e
SHA1: 651bb6060fd4b375f9891f8fb4069dd5e96d2a7b
MD5sum: ccc5a76bb99ac03b1d884f0142980e3c
Description: debug symbols for postgresql-13-pllua
Build-Ids: 7783bf6d5fbd4beee482ddd1693eab0e8d59e035 dd280853cd7ae7096779529327b89ce1f6b091ec
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 2.3.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 691
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_2.3.3-1.pgdg+1_arm64.deb
Size: 323736
SHA256: 084981e564d11fc42443083e428d86cb8f4a65107dda1dbfee331c2d8293fe3f
SHA1: 89ccfa6a02f3c2cb2f4211f45c546dbba6c61944
MD5sum: e812a8298451ab92769f98bfd1047839
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.3.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 296
Depends: postgresql-13-plpgsql-check (= 2.3.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_2.3.3-1.pgdg+1_arm64.deb
Size: 265652
SHA256: f4411cea948fec1b767a81898a7520924ccaa9ae92387d0a10a742e43ce5302e
SHA1: 634d3d6ad9ce880052f94d744256ea8e8a2628d6
MD5sum: 8bb67ba78c1c2777ec5c5869ea07c597
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: 1ee1bea5f6d5f7b852a9a1a500d644c2ea650c1b
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-13-plprofiler
Source: plprofiler
Version: 4.2.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-13-plprofiler_4.2.1-2.pgdg+1_arm64.deb
Size: 51388
SHA256: 51cee753ec3eef15e52295fc928cc91df07765ce888a53ebae3f300caa95457d
SHA1: 0fbcb84429b3d6f8575ad20f78da0c874dc2edc4
MD5sum: 832abbe65025634ac1c5f55da194a756
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-13-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-13-plprofiler (= 4.2.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-13-plprofiler-dbgsym_4.2.1-2.pgdg+1_arm64.deb
Size: 56184
SHA256: 72edbab137691ff8bb2e64fc984a781470d8c77b8b70f9de150d1cbc797c273f
SHA1: 92390fc5fb6d9fbc3f1ab1f720bbb83478be275a
MD5sum: 219bc5bc56cb349c4b9784ac20d855aa
Description: debug symbols for postgresql-13-plprofiler
Build-Ids: 91177aff8bfd6455274f13f0ecf9c86c24cd7850
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-14-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.11-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-14-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile_1.5.11-2.pgdg+1_arm64.deb
Size: 29240
SHA256: a2070c38dc1b816a40800859fc823134297edf913436cfe5f1e5dfb856657943
SHA1: 74347c81711b94091e0b3e26d337678296329c6d
MD5sum: c3d1be4bd5a862200607c33256e28d75
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-14-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.11-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-14-pgauditlogtofile (= 1.5.11-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile-dbgsym_1.5.11-2.pgdg+1_arm64.deb
Size: 26432
SHA256: 38da071a24592279301d0d419f4947241be5f0d77c06d76843bb80c5c4fe35a5
SHA1: 3d2cf0337a8f2ca773b12a191e55c6efa1238d32
MD5sum: d32b3ec7aabf009bc276fd018f981ee9
Description: debug symbols for postgresql-14-pgauditlogtofile
Build-Ids: 53c99bd09d5b9053a8e74b15ded5ca54c2931e3e
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-14-pg-catcheck
Source: pg-catcheck
Version: 1.3.0-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-14, libc6 (>= 2.34), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-14-pg-catcheck_1.3.0-5.pgdg+1_arm64.deb
Size: 33668
SHA256: dd4184011d0c98802391f101ecf11bdce90720735a74fcfd07cb7e1a61841163
SHA1: 59efae006590c734aaa642b6a15d56d117a17067
MD5sum: 70bcfe65d8f62135a73d0f2c8aa20630
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-14-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.3.0-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-14-pg-catcheck (= 1.3.0-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-14-pg-catcheck-dbgsym_1.3.0-5.pgdg+1_arm64.deb
Size: 38000
SHA256: 711b0c4cd5b012c26c80368a1943f6d83a4dede76e332ad0472812bc825ae133
SHA1: 369b488cb16037ecbf99a9a74f051760b347f774
MD5sum: c7cfae7c67d764c3389e0d7b38c8bebc
Description: debug symbols for postgresql-14-pg-catcheck
Build-Ids: 62a6abf3d4e8f08ea657b927f626ab79af967105
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-14-pg-checksums
Source: pg-checksums
Version: 1.1-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-14, libc6 (>= 2.34)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-14-pg-checksums_1.1-4.pgdg+1_arm64.deb
Size: 34820
SHA256: 562f37ed6a731df163962be712c894d22d467feaaeb6ff408a07e10b6e715bd9
SHA1: c62382c0358835f79946427d4342b1e569c4d84b
MD5sum: aa9e3ecd233b39f3a0fa3c15c1a4f1e4
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-14-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-14-pg-checksums (= 1.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-14-pg-checksums-dbgsym_1.1-4.pgdg+1_arm64.deb
Size: 23156
SHA256: e5a08dcb6b79d6d92dee170d5dbaabaca90117f1bc360596e3542c01a5bfae20
SHA1: 192b0a66eb3d1e6ff47715a31367378960a0fcab
MD5sum: a3ded39deb44b5f85fbe11d8e4c56631
Description: debug symbols for postgresql-14-pg-checksums
Build-Ids: 2b6fbeaa68258f67c45d13735dcb266c89d8c126
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-14-pglogical
Source: pglogical
Version: 2.4.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1290
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.34), libpq5 (>= 9.1~)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-14-pglogical_2.4.2-3.pgdg+1_arm64.deb
Size: 450644
SHA256: 6b6dd06084a38b00e72386a717887480e55332f326c385c70fe64b7c020a1be7
SHA1: 498a556f35d582da8343dcbc8e5f2a68288e1243
MD5sum: 696980d0778f90a522d22fa968529d1e
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-14-pglogical-dbgsym
Source: pglogical
Version: 2.4.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 495
Depends: postgresql-14-pglogical (= 2.4.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-14-pglogical-dbgsym_2.4.2-3.pgdg+1_arm64.deb
Size: 427368
SHA256: c5fd20690069d678e78d7e7cb43f6477bd22a66b9466f47ad6020b0951f0f0e5
SHA1: c219c2d44c1dc6f3f459d6e984369c41331780c1
MD5sum: 73584d35f466aab28af481695ae910b9
Description: debug symbols for postgresql-14-pglogical
Build-Ids: af9cf9a43aea1aab4cf3713d7ce6d1c44861404d c588f66ff795531b99f2d97718ddabd5d31abb69 ffaf65f2192a8c331e750ae5843c00c91c1ae472
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-14-pllua
Source: postgresql-pllua
Version: 1:2.0.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1040
Depends: postgresql-contrib-14, postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-14-pllua_2.0.11-1.pgdg+1_arm64.deb
Size: 396228
SHA256: ef228fba146a1db52fa6f6a8481b1eb9e08b7c4974f1856b09935bd8bf9602b9
SHA1: 4be6426ba94bc4388b84edeb04211a5cea0786b2
MD5sum: a3379d0dbb2cf07c77c16f9b44e22fb4
Description: Lua procedural language for PostgreSQL 14
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-14-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 361
Depends: postgresql-14-pllua (= 1:2.0.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-14-pllua-dbgsym_2.0.11-1.pgdg+1_arm64.deb
Size: 314636
SHA256: 07bad60c459826e12c66322a6299fbc2b7fe7a232ce6fde1a1ef2fc02407d96e
SHA1: f8b0830b14623b005789646b6bfef77383fc2537
MD5sum: 4d452c4565bbe40efe00da33ad6bd546
Description: debug symbols for postgresql-14-pllua
Build-Ids: 319a808c49930a4f94de71444d2dd2f35b5e0791 baeac6b9d3cfafe868625ab3c93a28df2a835ae2
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.3.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 702
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.3.3-1.pgdg+1_arm64.deb
Size: 329580
SHA256: 2b89e2ee2886960982fb5866ba6a7ab65ac0898fbc22041ce3738d76c0763ce4
SHA1: 3e1914029f620d84aa9731c66401e38d696db1d5
MD5sum: 7273066b2e3c6c9a01aa6235e36cd5ec
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.3.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 302
Depends: postgresql-14-plpgsql-check (= 2.3.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.3.3-1.pgdg+1_arm64.deb
Size: 271696
SHA256: 17b926467d45878f9ccdcb033c6d065b64ef51bae2e44ba5843d32a06bc4e082
SHA1: 2241f0db14b0bfa74e17e0c2cdc8958d63891a1d
MD5sum: c44fb0d15fd4c3bf966b76351a24b5dd
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: f2987134cb484f6dfe5630e5e39aba42045465d2
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-14-plprofiler
Source: plprofiler
Version: 4.2.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-14-plprofiler_4.2.1-2.pgdg+1_arm64.deb
Size: 51828
SHA256: 73cb6b419328f5226db5c856c50ec8189fb23986a7159c4a4b06bdd3b2bf1241
SHA1: 858035690ed185ae1b4727dd81b17fc982f90ed3
MD5sum: b45246c8315ea3e991648c459c668287
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-14-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-14-plprofiler (= 4.2.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-14-plprofiler-dbgsym_4.2.1-2.pgdg+1_arm64.deb
Size: 57172
SHA256: 796ee27287a595b87801fcd8b496987d657695ecaffa8f1230d2c4c8084828c0
SHA1: 68ae95dbff474334c53162e5e9750e829adeafb4
MD5sum: 4dd7fab4c375053752c9d5242b264fd2
Description: debug symbols for postgresql-14-plprofiler
Build-Ids: 0f63436eb13fa8bd2246e6105b51e68cd9933bbb
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-15-pgaudit
Source: pgaudit-1.7
Version: 1.7.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-1.7/postgresql-15-pgaudit_1.7.0-2.pgdg+1_arm64.deb
Size: 49808
SHA256: 676bbab2c7a09f44adc0b019ca6e4591319333d76c72a987b0863118d8504289
SHA1: 6cacedb829adf109e84b74897aa3da44733287e3
MD5sum: 01e6964c5e66475deb3e5a8009377ee3
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-15-pgaudit-dbgsym
Source: pgaudit-1.7
Version: 1.7.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-15-pgaudit (= 1.7.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-1.7/postgresql-15-pgaudit-dbgsym_1.7.0-2.pgdg+1_arm64.deb
Size: 53432
SHA256: 4018ba99ae2ed136aead58d3a4281ddd7c211bd7971881fe39dfbf4a4cf5a283
SHA1: 5a82b6ad9b7c913decd0720c8e1fd4adf6e3b8f7
MD5sum: 10fc4e2ea403f0481dc69bfac8378071
Description: debug symbols for postgresql-15-pgaudit
Build-Ids: 332624ccc6309ea811a194834e70377b31f8df97
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-15-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.11-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-15-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile_1.5.11-2.pgdg+1_arm64.deb
Size: 29520
SHA256: 485c2d37320c9f063cc68f76bc7525590815ab97573fe44880c1308aa6d1967c
SHA1: 8af5639f69f052e90203f8591ad92861697b0db6
MD5sum: c6c1685ee08e80ccc8879a480cbae3e1
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-15-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.11-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-15-pgauditlogtofile (= 1.5.11-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile-dbgsym_1.5.11-2.pgdg+1_arm64.deb
Size: 26816
SHA256: 2a0c8b295b3f4869439c243aa52334f49b8efcb230b4912665d2d7043f8e629a
SHA1: 68eb94fbbc05bf0fbd5028f0917adaeb6747222b
MD5sum: d4579524c35da814083395085dc930e9
Description: debug symbols for postgresql-15-pgauditlogtofile
Build-Ids: b012a89d77ae0820c4ae4e71e44c1ead3ed194e5
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-15-pg-catcheck
Source: pg-catcheck
Version: 1.3.0-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-15, libc6 (>= 2.34), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-15-pg-catcheck_1.3.0-5.pgdg+1_arm64.deb
Size: 34076
SHA256: facae85e17fb233b392532c070b44ddf3697b0df5196febcc0e4c05a3a344ada
SHA1: ac954565419558051650bb2112468d740e561666
MD5sum: 1dcf5235e77c7067e40085a079a7d6f4
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-15-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.3.0-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-15-pg-catcheck (= 1.3.0-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-15-pg-catcheck-dbgsym_1.3.0-5.pgdg+1_arm64.deb
Size: 37212
SHA256: 03136c88aa9b12ac818bb10dfba890601d325ead5b2062918e0b72eeaeebce52
SHA1: f241ff12f23ec8a2059e3fd008eff5314f03f125
MD5sum: d7e52762642e54be1f826ed1dcb61887
Description: debug symbols for postgresql-15-pg-catcheck
Build-Ids: 0cfa583b5b40cb5ae1306294c685faa0040c9c86
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-15-pg-checksums
Source: pg-checksums
Version: 1.1-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-15, libc6 (>= 2.34)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-15-pg-checksums_1.1-4.pgdg+1_arm64.deb
Size: 34992
SHA256: 5f06fb27c45a75b2809ac26b6a4202018a2523cfcccde056a919e2fb83ddbc7b
SHA1: eea19efb10fd0c80ab4ada175c2aab9328fa2acb
MD5sum: 7bf2a7e53040f8c588e05d4e4ec51666
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-15-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-15-pg-checksums (= 1.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-15-pg-checksums-dbgsym_1.1-4.pgdg+1_arm64.deb
Size: 22368
SHA256: 4109c3d37ce40c28813171a403d38cec5ee0739a9e67ea776d3b91edf7a6b1ed
SHA1: d7bb970751a5081599781cedb6d3db5ad5d48267
MD5sum: ce25b4b8832615b98cca38183f91a63d
Description: debug symbols for postgresql-15-pg-checksums
Build-Ids: a5bf3a634b9666c4ed116dba2e64d7540776caf7
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-15-pglogical
Source: pglogical
Version: 2.4.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1291
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.34), libpq5 (>= 9.1~)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-15-pglogical_2.4.2-3.pgdg+1_arm64.deb
Size: 451152
SHA256: 9f33a12d24340f7ba71452d649d4f06881a70384f50c92a84ef0ec9a26bbfe00
SHA1: 2d8eb665693f74002fae3f3c49b8dccc57e00a2a
MD5sum: 85315bf70a892b687bdc46c1e420a533
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-15-pglogical-dbgsym
Source: pglogical
Version: 2.4.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 462
Depends: postgresql-15-pglogical (= 2.4.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-15-pglogical-dbgsym_2.4.2-3.pgdg+1_arm64.deb
Size: 395908
SHA256: bdbf3636069a6937a24e61455be6b4d04458e8173c9b001f2a6f93c9f1c6dbad
SHA1: c1bc5ced94934daa8b254baeb85ee0e54243a827
MD5sum: 262218226d3345573f397f257f4dc1dd
Description: debug symbols for postgresql-15-pglogical
Build-Ids: 06d41f89c692b8442bb58e60ff7d7229e063ee4e 24a4e5694387fe33dec118f13be85315628e31c9 9c365500f0d6671d9d1e550d820441a7b3bd40b2
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-15-pllua
Source: postgresql-pllua
Version: 1:2.0.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1045
Depends: postgresql-contrib-15, postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-15-pllua_2.0.11-1.pgdg+1_arm64.deb
Size: 400220
SHA256: 8fc04855e74470cbc8d735ffd3be27fb352d04e53453365022ef4cb69cff7478
SHA1: cccfd6f1de7b20cc6131b7f2e61a91f60c7f8562
MD5sum: 89037124b92abb212d01e0a2bf5da05b
Description: Lua procedural language for PostgreSQL 15
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-15-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 372
Depends: postgresql-15-pllua (= 1:2.0.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-15-pllua-dbgsym_2.0.11-1.pgdg+1_arm64.deb
Size: 325628
SHA256: badf4de21c4a6dc79fc03f0917c4e1c7049581ec6cfba827dc317e6dcb5a637f
SHA1: 3549e6c0abfb95ba676c2cc348e79e1b48e910bd
MD5sum: bb15381dc238c5429718500f4cdef274
Description: debug symbols for postgresql-15-pllua
Build-Ids: 244a7e36fdd7b5b6ebd9f38a78915c8faa11de4e bef4537e2a1714eafa69a484d52ac2be8dbca3b8
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.3.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 726
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.3.3-1.pgdg+1_arm64.deb
Size: 344212
SHA256: c817c53a5852c76824e20299ea587360d0242ed4f2a4a74be52d9f420de5f6e7
SHA1: 8e777e8d2d01d2e3b22941ab91681f7898d3ed37
MD5sum: 3b3e18cbd88f76f4c2fbcdc826ce79b8
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-15-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.3.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 327
Depends: postgresql-15-plpgsql-check (= 2.3.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.3.3-1.pgdg+1_arm64.deb
Size: 294852
SHA256: 805d8190c5e4708cbfbb373302b9fe4cff042e44dc918e3a712e68af7aa0342e
SHA1: 21a13fe5c494391424f2a1b8ef2a9f3fce069aa7
MD5sum: c031638c256bf4812adac53941d88f66
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: 105cd38de33330045eb01f2e5f15acb64d50d6d6
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-15-plprofiler
Source: plprofiler
Version: 4.2.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-15-plprofiler_4.2.1-2.pgdg+1_arm64.deb
Size: 53744
SHA256: fc5c7d4505b9391e8fb165fd90b860497d90da96c12d825696eed4195598d177
SHA1: 0f7df8bb2d8b963b90148fb91735796245b4aab6
MD5sum: f4b0062e1130640cc9241167969356b9
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2023-05-10 21:57:28+00

Package: postgresql-15-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-15-plprofiler (= 4.2.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-15-plprofiler-dbgsym_4.2.1-2.pgdg+1_arm64.deb
Size: 66252
SHA256: 3a35c2ceff763ad96a93b9b0bbb8b802b70d96f74aa67966cd955616ff60acf7
SHA1: a566cc07a279deb5f558dad0d2646ded32dc4601
MD5sum: 6fbb9082d45c98e3262913b031035e22
Description: debug symbols for postgresql-15-plprofiler
Build-Ids: 9c29cf548da325a3784f51c810495a602bfc9a02
Timestamp: 2023-05-10 21:57:28+00

Package: python3-pglast
Source: pglast (5.0~dev0+1-1.pgdg+1)
Version: 5.0~dev0+1-1.pgdg+1+b1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 1189
Depends: python3 (<< 3.12), python3 (>= 3.11~), python3-pkg-resources, python3:any, libc6 (>= 2.17), libpg-query1504.1
Suggests: python-pglast-doc
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: python
Filename: pool/main/p/pglast/python3-pglast_5.0~dev0+1-1.pgdg+1+b1_arm64.deb
Size: 253192
SHA256: 481ba11073d34ac6db95aaa9628e74495d978e1087088bbcdaa76e213096e97b
SHA1: 4999becd3e7bdd053f305113101d716708251d97
MD5sum: e8f47921efbff87c87d26f565bbdf7ab
Description: PostgreSQL Languages AST and statements prettifier (Python 3)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This package installs the library for Python 3.
Timestamp: 2023-05-10 21:57:28+00

Package: python3-pglast-dbgsym
Source: pglast (5.0~dev0+1-1.pgdg+1)
Version: 5.0~dev0+1-1.pgdg+1+b1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 1473
Depends: python3-pglast (= 5.0~dev0+1-1.pgdg+1+b1)
Priority: optional
Section: debug
Filename: pool/main/p/pglast/python3-pglast-dbgsym_5.0~dev0+1-1.pgdg+1+b1_arm64.deb
Size: 1405080
SHA256: 1b92e0a0c4c029421af588e0e9cae0477a6bbb33c988d43ddc0b844f9968e79a
SHA1: f4684ebe65fab2b0e74a58f03b07e6375dfee7d4
MD5sum: 2f8c4c3007dbd826189cadeaa46f2773
Description: debug symbols for python3-pglast
Build-Ids: 43972e9676f7153bfa6b4adac832d39e9cb6cc6a
Timestamp: 2023-05-10 21:57:28+00

Package: vip-manager2
Version: 2.1.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11510
Depends: libc6 (>= 2.34)
Enhances: patroni
Conflicts: vip-manager
Replaces: vip-manager
Built-Using: etcd (= 3.4.23-4), golang-1.19 (= 1.19.8-2), golang-fsnotify (= 1.6.0-2), golang-github-coreos-go-systemd (= 22.3.2-1), golang-github-coreos-pkg (= 4-3), golang-github-coreos-semver (= 0.3.0-1), golang-github-golang-protobuf-1-3 (= 1.3.5-4), golang-github-google-uuid (= 1.3.0-1), golang-github-hashicorp-hcl (= 1.0.0-1.1), golang-github-josharian-native (= 1.1.0-1), golang-github-magiconair-properties (= 1.8.7-1), golang-github-mdlayher-arp (= 0.0~git20220512.6706a29-1), golang-github-mdlayher-ethernet (= 0.0~git20220221.529eae5-1), golang-github-mdlayher-packet (= 1.1.1-1), golang-github-mdlayher-socket (= 0.4.0-1), golang-github-mitchellh-mapstructure (= 1.5.0-2), golang-github-pelletier-go-toml (= 1.9.4-1), golang-github-spf13-afero (= 1.9.3-1), golang-github-spf13-cast (= 1.5.0-2), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-2), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-github-spf13-viper (= 1.10.1-1), golang-github-subosito-gotenv (= 1.2.0+git20190917.de67a66-3), golang-go.uber-atomic (= 1.10.0-2), golang-go.uber-multierr (= 1.6.0-1), golang-go.uber-zap (= 1.23.0-1), golang-gogoprotobuf (= 1.3.2-3), golang-golang-x-net (= 1:0.7.0+dfsg-1), golang-golang-x-sync (= 0.1.0-1), golang-golang-x-sys (= 0.3.0-1), golang-golang-x-text (= 0.7.0-1), golang-google-genproto (= 0.0~git20200413.b5235f6-3), golang-google-grpc (= 1.33.3-2), golang-gopkg-ini.v1 (= 1.66.2-1), golang-yaml.v2 (= 2.4.0-4)
Homepage: https://github.com/cybertec-postgresql/vip-manager
Priority: optional
Section: net
Filename: pool/main/v/vip-manager2/vip-manager2_2.1.0-4.pgdg+1_arm64.deb
Size: 3012564
SHA256: d6d4e5bf35a7d97c48f9b2b05222492e5385e53baa77e76be881b7bf77095401
SHA1: ff8d5928e806617a7fd70154e7a1adcd2b08fbd5
MD5sum: 04a7022df8d2ad92ad5e3f03ffb65e2b
Description: Patroni virtual IP manager
 This package needs to be installed and configured on all nodes of a Patroni
 PostgreSQL cluster. Given a Patroni namespace and scope in etcd or consul,
 the vip-manager service monitors that namespace for leader changes due to
 failovers or switchovers and adds or removes the VIP on the local node
 accordingly.
 .
 This package works only with version 3 of the etcd API.
Timestamp: 2023-05-10 21:57:28+00

Package: vip-manager2-dbgsym
Source: vip-manager2
Version: 2.1.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4744
Depends: vip-manager2 (= 2.1.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/v/vip-manager2/vip-manager2-dbgsym_2.1.0-4.pgdg+1_arm64.deb
Size: 3706036
SHA256: 43c9285a5ac4391317d276491374898d287b8222cea2d2fc52133f1233879b9b
SHA1: 02bfb2783c594708ee3be36098fbe58a36369282
MD5sum: 344dbfda34ee9ba955a53b492ecf4f58
Description: debug symbols for vip-manager2
Build-Ids: 016f9f158fe8f69ddeec77cc26a4945db62b9952
Timestamp: 2023-05-10 21:57:28+00

Package: libecpg-compat3
Source: postgresql-11
Version: 11.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg-compat3_11.20-1.pgdg+1_arm64.deb
Size: 19944
SHA256: c8a61fbce339cb8ad08dc368e3a19482a09d6f09a44844eb26ffc837bcc0d1c4
SHA1: 1b8433ad4357ca7dacd5f73b60bcdfc4ce8753f3
MD5sum: e800d1e155617ff4c674748c14a602cf
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.
Timestamp: 2023-05-11 15:33:11+00

Package: libecpg-compat3-dbgsym
Source: postgresql-11
Version: 11.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 11.20-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-compat3-dbgsym_11.20-1.pgdg+1_arm64.deb
Size: 17240
SHA256: 6d05a01e0cc382b0105abcdb936d289c44d492883586e6c839ac73cba0a41784
SHA1: 6cbe8f49bea9fa31f75f92022a7e6b39250494e0
MD5sum: dd244d531ed8bb7baff78337d0dfd061
Description: debug symbols for libecpg-compat3
Build-Ids: 418cd52e070df9ef9bd2cdfeae172f24e6ff4523
Timestamp: 2023-05-11 15:33:11+00

Package: libecpg-dev
Source: postgresql-11
Version: 11.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1246
Depends: libecpg-compat3 (= 11.20-1.pgdg+1), libecpg6 (= 11.20-1.pgdg+1), libpgtypes3 (= 11.20-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libecpg-dev_11.20-1.pgdg+1_arm64.deb
Size: 226108
SHA256: d9567716d009358187e450717cf82563e85b8dea477b5f5b71ef6f6d5149a2d6
SHA1: 29878a68d0845e7fb405be873809e3c00fbd0157
MD5sum: 69f8b91d5af495edf6aa91785a0bf877
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).
Timestamp: 2023-05-11 15:33:11+00

Package: libecpg-dev-dbgsym
Source: postgresql-11
Version: 11.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 266
Depends: libecpg-dev (= 11.20-1.pgdg+1)
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-dev-dbgsym_11.20-1.pgdg+1_arm64.deb
Size: 230432
SHA256: d25ee18ab02fce26c4a72cc64e2d3eca261c6ab0c3c6a31b6c18944b1e7d17e7
SHA1: 5621d8aca4f4c5108ac50c9cd88d86830ac46155
MD5sum: c3338a11a1b757bc1f436b45be95c3ac
Description: debug symbols for libecpg-dev
Build-Ids: f3a86af3d4f81bed7172df7f17a2e3ca78a75039
Timestamp: 2023-05-11 15:33:11+00

Package: libecpg6
Source: postgresql-11
Version: 11.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 485
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg6_11.20-1.pgdg+1_arm64.deb
Size: 87316
SHA256: f1b565c6b40b2120124b04fcf9c42c8e0f6799f77b900f5cb2eeb620aa1ee078
SHA1: ea89c971a12655c77ed9c4895a11b473f933ebf6
MD5sum: 18bff8983be7a97f1e581badcf544d58
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.
Timestamp: 2023-05-11 15:33:11+00

Package: libecpg6-dbgsym
Source: postgresql-11
Version: 11.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libecpg6 (= 11.20-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg6-dbgsym_11.20-1.pgdg+1_arm64.deb
Size: 93388
SHA256: 3bcea6c2ed0ab039fa2b6b9bf2ad636158fc94ac0586dfee94870736c0d9e4d3
SHA1: 853ff9b7a8e32c986fd8a4c3abb4064739f62b05
MD5sum: 088b44f94b037b2df6695f690512a56d
Description: debug symbols for libecpg6
Build-Ids: 9a4a70a2729905cb2c9b35963dbbc00e88090014
Timestamp: 2023-05-11 15:33:11+00

Package: libpgtypes3
Source: postgresql-11
Version: 11.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpgtypes3_11.20-1.pgdg+1_arm64.deb
Size: 40620
SHA256: c8438952fc780073d4f7794f2c3d8969531c296de8ec93893cc1f110913544e6
SHA1: 271ebd98a8da20145c558465c393d8ac70738bd2
MD5sum: eb7809c6e483e561e750841e73728429
Description: shared library libpgtypes for PostgreSQL 11
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-05-11 15:33:11+00

Package: libpgtypes3-dbgsym
Source: postgresql-11
Version: 11.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: libpgtypes3 (= 11.20-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpgtypes3-dbgsym_11.20-1.pgdg+1_arm64.deb
Size: 70992
SHA256: cc63dcbe92b256449cc3bb54422f7191fcd023b93bf4634a51c2ba2a15fcc209
SHA1: df1e5278960b9ced2a5b3ee0a7f70ae463425420
MD5sum: 9e70645bb1124334bf2c5766c1894b4f
Description: debug symbols for libpgtypes3
Build-Ids: 21517f687be4aa0c4e2aa65821e0e2957ed638dc
Timestamp: 2023-05-11 15:33:11+00

Package: libpq-dev
Source: postgresql-11
Version: 11.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 694
Depends: libpq5 (= 11.20-1.pgdg+1)
Suggests: postgresql-doc-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libpq-dev_11.20-1.pgdg+1_arm64.deb
Size: 164108
SHA256: a4adc71401f315a0f3730ad2bbd9d826eea43c42c3f781543cbbed6b72c8740f
SHA1: dc901bb6f6afdb5eff6995d0af9964f72431218b
MD5sum: 97a244282c73d27c5d27cb5fad8eaf28
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.
Timestamp: 2023-05-11 15:33:11+00

Package: libpq5
Source: postgresql-11
Version: 11.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 783
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpq5_11.20-1.pgdg+1_arm64.deb
Size: 166404
SHA256: 56f49e42d49ad4b990fe524d412f777033214fdbf054c257a9285705e4ceb12b
SHA1: 58172378a86ec06efaf128471a2e3dfaf33004fe
MD5sum: 15b553c1555895b23195a7533cfef191
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.
Timestamp: 2023-05-11 15:33:11+00

Package: libpq5-dbgsym
Source: postgresql-11
Version: 11.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libpq5 (= 11.20-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpq5-dbgsym_11.20-1.pgdg+1_arm64.deb
Size: 229308
SHA256: 8a2456f2b92886606e98cb6ccae46e2c2060dc66f26b76109f29d88ef408ad50
SHA1: e4d88b7f226320fa821825b5d92f990dafe7d863
MD5sum: 04c69d2a10ebefca8ddd736845fa4dfb
Description: debug symbols for libpq5
Build-Ids: 742d8aa806ecfd5b73e88e52a0e2a2082a665b14
Timestamp: 2023-05-11 15:33:11+00

Package: libecpg-compat3
Source: postgresql-12
Version: 12.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg-compat3_12.15-1.pgdg+1_arm64.deb
Size: 19904
SHA256: f4a3b1452b088c88fb9afa2097d2f9c4256e8c1009e3185c91b155823d39c2f6
SHA1: 00b54ebd2d0bff0f1f090c00c5b5dc56334b06df
MD5sum: 41868684c304f8726f7984b53cb7f195
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.
Timestamp: 2023-05-11 15:32:36+00

Package: libecpg-compat3-dbgsym
Source: postgresql-12
Version: 12.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 12.15-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-compat3-dbgsym_12.15-1.pgdg+1_arm64.deb
Size: 17268
SHA256: 5fc937a156a54f77b2c0b9a106c009a2d5ace55f2a2a61b610b56eb0936b1c0f
SHA1: 0fd5cbbfaa8fe07341c12004178e84545a0958b9
MD5sum: a50596f9182e43c5fdf889a705d43913
Description: debug symbols for libecpg-compat3
Build-Ids: 04e72413c3f54c180af9d904edd226ca5ab7af88
Timestamp: 2023-05-11 15:32:36+00

Package: libecpg-dev
Source: postgresql-12
Version: 12.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1511
Depends: libecpg-compat3 (= 12.15-1.pgdg+1), libecpg6 (= 12.15-1.pgdg+1), libpgtypes3 (= 12.15-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libecpg-dev_12.15-1.pgdg+1_arm64.deb
Size: 269484
SHA256: f5321061121297b8de1352a11b2e5d2d3f839771c96b6cc616ea6d7d0dc2f64c
SHA1: 64483ce50a0e24b8de651429b85850058df3d2fb
MD5sum: bba97e2ec2aeb7f836dfa70a6cc12c93
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).
Timestamp: 2023-05-11 15:32:36+00

Package: libecpg-dev-dbgsym
Source: postgresql-12
Version: 12.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 278
Depends: libecpg-dev (= 12.15-1.pgdg+1)
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-dev-dbgsym_12.15-1.pgdg+1_arm64.deb
Size: 240916
SHA256: cfe4547a8ed7a69237a1bf2e322df187d5811b4ab744e1be1d7eec08b9628749
SHA1: 33c4466f8e3b472ac223754228fefc13b31115fc
MD5sum: 24e5cbe33d2b8df30a96fc1ce78533d5
Description: debug symbols for libecpg-dev
Build-Ids: bee14815bbeefbeb7cd0d23fad3f003b184059d0
Timestamp: 2023-05-11 15:32:36+00

Package: libecpg6
Source: postgresql-12
Version: 12.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg6_12.15-1.pgdg+1_arm64.deb
Size: 59368
SHA256: dc3df98acace02a4457955e6d664f6645b4deb65c04673529c93fe71e91deefa
SHA1: afd61819571161ab1c27687d2aac45b81dc850d2
MD5sum: 566f657fd1cb6a4821a5583385a845bf
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.
Timestamp: 2023-05-11 15:32:36+00

Package: libecpg6-dbgsym
Source: postgresql-12
Version: 12.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libecpg6 (= 12.15-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg6-dbgsym_12.15-1.pgdg+1_arm64.deb
Size: 112368
SHA256: c170cb6e8fc55245246f7e847bdef2902e667ce7ea2664b92d2ffa4e8f2bc32c
SHA1: c1d712409a52f9d230f60b19974725b925373c1e
MD5sum: ddb52ef2942848e61475cda6fdf1222e
Description: debug symbols for libecpg6
Build-Ids: 26721b24806e92546c32a169f7f8b0badf520d04
Timestamp: 2023-05-11 15:32:36+00

Package: libpgtypes3
Source: postgresql-12
Version: 12.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpgtypes3_12.15-1.pgdg+1_arm64.deb
Size: 45480
SHA256: 2f894f9b704d15735748afbb0b2f46603dab454ea9fcf533e945c7c6284e7d24
SHA1: b9c0d7055946a45069f501cf60d35f485c51e7d1
MD5sum: fa2906ce2677cd008daf1b3eff64a7e9
Description: shared library libpgtypes for PostgreSQL 12
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-05-11 15:32:36+00

Package: libpgtypes3-dbgsym
Source: postgresql-12
Version: 12.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libpgtypes3 (= 12.15-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpgtypes3-dbgsym_12.15-1.pgdg+1_arm64.deb
Size: 88016
SHA256: 504dcd68f9d140eac40a5298ddcdc79119603ae7bed5cec949b066a8e4f36158
SHA1: 2f39ca7932fb2866f11cc6133fb93e928c6e0c8a
MD5sum: a87a157032d2f365ee2123d701ef258a
Description: debug symbols for libpgtypes3
Build-Ids: 621ae5eb0ff1dd97bbb22ba1a259f9d3357bd827
Timestamp: 2023-05-11 15:32:36+00

Package: libpq-dev
Source: postgresql-12
Version: 12.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 589
Depends: libpq5 (= 12.15-1.pgdg+1)
Suggests: postgresql-doc-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libpq-dev_12.15-1.pgdg+1_arm64.deb
Size: 142280
SHA256: a517fb9d554569fa665687d44a54a6e62737d8ad167b9cc14896c9eeeb0d5b85
SHA1: b5d08a433b76f281eeb9a0ab64e844583011b731
MD5sum: b8ea5578b7bf122933a28389674c9aa5
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.
Timestamp: 2023-05-11 15:32:36+00

Package: libpq5
Source: postgresql-12
Version: 12.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 793
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpq5_12.15-1.pgdg+1_arm64.deb
Size: 174796
SHA256: fd84b87c02ea0a1cb2621bcf62ae9a05dce9550634e206c551a08f8f1efdfeac
SHA1: 06ecaea06c2ee228b3df2b4b2e91b9c3be9a32f3
MD5sum: 63d08fa717458a1734ab4410d8d41676
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.
Timestamp: 2023-05-11 15:32:36+00

Package: libpq5-dbgsym
Source: postgresql-12
Version: 12.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 283
Depends: libpq5 (= 12.15-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpq5-dbgsym_12.15-1.pgdg+1_arm64.deb
Size: 249628
SHA256: f9ece4c59e564a07bf69d3a9548573ae482a4eefbd40f4dc1a83c43978f3e77a
SHA1: c837378462e7c17fe1d3cdd7715204920f3f19f4
MD5sum: 50531f0d98c4ec6d0eaee84e2bb90e46
Description: debug symbols for libpq5
Build-Ids: 696f5a85030afd7aef45ae129575d9bd4cf3d494
Timestamp: 2023-05-11 15:32:36+00

Package: libecpg-compat3
Source: postgresql-13
Version: 13.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg-compat3_13.11-1.pgdg+1_arm64.deb
Size: 25352
SHA256: 1cd917951abb982d5ff7b64493a4201152ef6e8633345634e634e0f6c9d48279
SHA1: 8952cc28144180576b6f94120fbf8d5b2cc93a92
MD5sum: cfc66dd3c0965020f2cc6fcde5afffbf
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.
Timestamp: 2023-05-11 15:31:57+00

Package: libecpg-compat3-dbgsym
Source: postgresql-13
Version: 13.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 13.11-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-compat3-dbgsym_13.11-1.pgdg+1_arm64.deb
Size: 39536
SHA256: 034ee864c562f7f2021c773f2fcb4f352a2f694a38c9073bc07f2cb06b238c7c
SHA1: 34023290e9d371fbc1fd0baa416cc3119d5e4c05
MD5sum: aade9cfa82aa187c71822cfdc4ab0480
Description: debug symbols for libecpg-compat3
Build-Ids: 03113d93829ea7a05a079bbbbdd7e6ab05312e14
Timestamp: 2023-05-11 15:31:57+00

Package: libecpg-dev
Source: postgresql-13
Version: 13.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1511
Depends: libecpg-compat3 (= 13.11-1.pgdg+1), libecpg6 (= 13.11-1.pgdg+1), libpgtypes3 (= 13.11-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libecpg-dev_13.11-1.pgdg+1_arm64.deb
Size: 268280
SHA256: 53146a0c4679b0e34d07e1477520db7d1f94f6926ca7ca984a1eba08f2590125
SHA1: b6509dc19d2b5b6dc1b3c647e0e191ef8f664d02
MD5sum: 723977bfbce8018ee335e03c37bad1da
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).
Timestamp: 2023-05-11 15:31:57+00

Package: libecpg-dev-dbgsym
Source: postgresql-13
Version: 13.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 282
Depends: libecpg-dev (= 13.11-1.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-dev-dbgsym_13.11-1.pgdg+1_arm64.deb
Size: 246196
SHA256: 12f0f1265da09e9a38264a21dc8edfc38aa18a532c590d9ca4f9801308f583dc
SHA1: 530fc4f0379eb8fd864266c89cd2d262f9cbf402
MD5sum: 7bfd4a6927bdac727a6cff14a419fdad
Description: debug symbols for libecpg-dev
Build-Ids: 28a779bd51c41e5ab0ab190a237894fe430e535e
Timestamp: 2023-05-11 15:31:57+00

Package: libecpg6
Source: postgresql-13
Version: 13.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg6_13.11-1.pgdg+1_arm64.deb
Size: 59392
SHA256: 356872cba149b3af9821312e135a944cbd747363872cd2521178b754f78f0b7f
SHA1: 6e7f2d65b6b2e36b3f701c776541f0dd318a1894
MD5sum: 41f95fc2d863adcaf7f74b03e88d6833
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.
Timestamp: 2023-05-11 15:31:57+00

Package: libecpg6-dbgsym
Source: postgresql-13
Version: 13.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libecpg6 (= 13.11-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg6-dbgsym_13.11-1.pgdg+1_arm64.deb
Size: 112528
SHA256: 31ea77d67f2d13d640e08c90c1ac9e6a24a3c2f31fcc803e2bcc5987eb67d090
SHA1: 18866373711a99e81bee16a12ebdbfb1cca51d8b
MD5sum: 589206858f719463f1351062a8624c29
Description: debug symbols for libecpg6
Build-Ids: 92e7cca47db006b349f927db06b080c44bbf7a58
Timestamp: 2023-05-11 15:31:57+00

Package: libpgtypes3
Source: postgresql-13
Version: 13.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpgtypes3_13.11-1.pgdg+1_arm64.deb
Size: 45344
SHA256: 0167dd8759731728f75cd713cd919079e98204b44437accec0777673c398602f
SHA1: cf7edbaae55dce39d091b08d060c75ee9cffae28
MD5sum: bc1f33398d454d6728d6c26c7bdf01d5
Description: shared library libpgtypes for PostgreSQL 13
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-05-11 15:31:57+00

Package: libpgtypes3-dbgsym
Source: postgresql-13
Version: 13.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libpgtypes3 (= 13.11-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpgtypes3-dbgsym_13.11-1.pgdg+1_arm64.deb
Size: 88276
SHA256: 2641fdf416fd8fecfd1f8106c5f2fea4d121562f110993896618e166244d629d
SHA1: 8d882a00c246dbf76581a68835e44b9801f5c696
MD5sum: d10f027f94768033ac1927f7d005b7c8
Description: debug symbols for libpgtypes3
Build-Ids: 22fd09e610b981670f2f3d308b2a11661b9ad0be
Timestamp: 2023-05-11 15:31:57+00

Package: libpq-dev
Source: postgresql-13
Version: 13.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 568
Depends: libpq5 (= 13.11-1.pgdg+1)
Suggests: postgresql-doc-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libpq-dev_13.11-1.pgdg+1_arm64.deb
Size: 138532
SHA256: 38254a746f480ce2d3f1a1178368b6af152e1c36f4e8eae513045feae79b1e1e
SHA1: 72b6f7f3b6a89d0900c19fc1c625086823079f45
MD5sum: f5be451b343c5311e991044f0a8b9b12
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.
Timestamp: 2023-05-11 15:31:57+00

Package: libpq5
Source: postgresql-13
Version: 13.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 788
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpq5_13.11-1.pgdg+1_arm64.deb
Size: 175820
SHA256: cbb899289943497bb6addb691ff094f1268924fd3f3e9cdf70e40d8bf8b00e3f
SHA1: d323e8a84f1f0e9339896b058bf37a366cdff09d
MD5sum: 83a7182fe0ccf456fc1f13329c829019
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.
Timestamp: 2023-05-11 15:31:57+00

Package: libpq5-dbgsym
Source: postgresql-13
Version: 13.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 289
Depends: libpq5 (= 13.11-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpq5-dbgsym_13.11-1.pgdg+1_arm64.deb
Size: 254980
SHA256: 07acb7cbc1ff80351b792198cc472bc7bf19347a4efe12bcb15a1383c854752b
SHA1: 8d103dda949f05d7a2b975b1e1feb68bae8897ca
MD5sum: a50cf67bb12137a3f717c3e604785631
Description: debug symbols for libpq5
Build-Ids: ecc600f22c90818c78831e853d07769d38e88f7e
Timestamp: 2023-05-11 15:31:57+00

Package: libecpg-compat3
Source: postgresql-14
Version: 14.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg-compat3_14.8-1.pgdg+1_arm64.deb
Size: 21968
SHA256: 6f50f49b3c0aee46f506e4041fc74df7fc3231a4857ed9ee8507498ea5df4d85
SHA1: b2e62ab49024d7959c7d863ec5e374aa69afed8e
MD5sum: b64bfe270e1412616ee912025047e67a
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.
Timestamp: 2023-05-11 15:31:21+00

Package: libecpg-compat3-dbgsym
Source: postgresql-14
Version: 14.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 14.8-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-compat3-dbgsym_14.8-1.pgdg+1_arm64.deb
Size: 39600
SHA256: c36fdfc7563c56255df71727696253429a3ff688595b53bdfb2918dbc0dfd92f
SHA1: fb9ce528bf0b27c4e8a4942b64873cd90e52d1bd
MD5sum: 7f57d8c916e2a62dba8e36bd524fd51a
Description: debug symbols for libecpg-compat3
Build-Ids: ac603646df26040ee98d38716aa8d10eba995bab
Timestamp: 2023-05-11 15:31:21+00

Package: libecpg-dev
Source: postgresql-14
Version: 14.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1595
Depends: libecpg-compat3 (= 14.8-1.pgdg+1), libecpg6 (= 14.8-1.pgdg+1), libpgtypes3 (= 14.8-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libecpg-dev_14.8-1.pgdg+1_arm64.deb
Size: 273528
SHA256: 9118f29fd83254439b5f7bfa85fa930b90627f401ab294f42dbedb089ac1c56c
SHA1: c5b72f7cf9141101515129453e1d57e9d0b98538
MD5sum: 03a1d2963a0958681ba29494b585148c
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).
Timestamp: 2023-05-11 15:31:21+00

Package: libecpg-dev-dbgsym
Source: postgresql-14
Version: 14.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 319
Depends: libecpg-dev (= 14.8-1.pgdg+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-dev-dbgsym_14.8-1.pgdg+1_arm64.deb
Size: 270480
SHA256: 6b622054f4f83b925801342bd14b7142d749c870d6f469322027dddbccbf05f6
SHA1: 155bbf565e7af571527ce676969bbe86e32c06b3
MD5sum: 6a3bea951237f8ccc6dece71708e1227
Description: debug symbols for libecpg-dev
Build-Ids: 68248f05219f446a182c8defef288a194e4759cf
Timestamp: 2023-05-11 15:31:21+00

Package: libecpg6
Source: postgresql-14
Version: 14.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 265
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg6_14.8-1.pgdg+1_arm64.deb
Size: 56752
SHA256: b79ab9cef36c32b636b1bae45bfa03961c046d138d9bc415b6748201342a2b92
SHA1: 15a624ac417d2ce3531b71cc0d95357b2c5cd2ec
MD5sum: c0cbb2f80b5634a34517236bb7b4acd9
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.
Timestamp: 2023-05-11 15:31:21+00

Package: libecpg6-dbgsym
Source: postgresql-14
Version: 14.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libecpg6 (= 14.8-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg6-dbgsym_14.8-1.pgdg+1_arm64.deb
Size: 112436
SHA256: 69ed2c8705cad3b0a7a9d6e54dab4c8a978931ffd415aed1af146dc87d535bbd
SHA1: f52bf2076bd63feb0f314287363306fb6e1f6bad
MD5sum: 2c91630c22f707325a8a8bdfdf1dbb1f
Description: debug symbols for libecpg6
Build-Ids: 7efbc54f700ced3971e60a16f7cd20822d5fadf1
Timestamp: 2023-05-11 15:31:21+00

Package: libpgtypes3
Source: postgresql-14
Version: 14.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 165
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpgtypes3_14.8-1.pgdg+1_arm64.deb
Size: 42032
SHA256: 08c51bac8ca52796b90a306a0fdd14a78ee5cb89f0231e09159e2f277b0628da
SHA1: 6588a5f68b792d98f0b1a443f70c5b19cd78c6c6
MD5sum: bb7e0b7d292df8d31d688dc4c6e75d92
Description: shared library libpgtypes for PostgreSQL 14
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-05-11 15:31:21+00

Package: libpgtypes3-dbgsym
Source: postgresql-14
Version: 14.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 14.8-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpgtypes3-dbgsym_14.8-1.pgdg+1_arm64.deb
Size: 88520
SHA256: 0ada56580d2db17048ac0bafd4c417598cecf68a96186391594da999ff43bff1
SHA1: 26c14dc98d5b898c667b60bc40b6752a941ac537
MD5sum: 6214337dc3d250d8b6da0be7e0b0fd74
Description: debug symbols for libpgtypes3
Build-Ids: f3aac23b0f1b92143fb9c2e162d44f7fb14d96ac
Timestamp: 2023-05-11 15:31:21+00

Package: libpq-dev
Source: postgresql-14
Version: 14.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 576
Depends: libpq5 (= 14.8-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libpq-dev_14.8-1.pgdg+1_arm64.deb
Size: 137736
SHA256: cc972c331769d33dcb36bbc22a0bfb42556696fbf7c8684c178f4189c9b9f30a
SHA1: 9d2c22479f960b1a34c8330ae6d984f5b633afca
MD5sum: aab71207d826b6209f3f9a684ff48f71
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.
Timestamp: 2023-05-11 15:31:21+00

Package: libpq5
Source: postgresql-14
Version: 14.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 750
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpq5_14.8-1.pgdg+1_arm64.deb
Size: 167236
SHA256: 98ccd55e8b4120a665433c15d0fca2b2f5e4116cbfc3a92affc69b7823bd9daf
SHA1: b630a342a14e88ff96c19d018ed0856a902d466e
MD5sum: 420a4daaa765154c7ad8837f308f8ca4
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.
Timestamp: 2023-05-11 15:31:21+00

Package: libpq5-dbgsym
Source: postgresql-14
Version: 14.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 303
Depends: libpq5 (= 14.8-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpq5-dbgsym_14.8-1.pgdg+1_arm64.deb
Size: 268108
SHA256: 2c8e7e88c1bd2fab7c36784c1f68f7ed32db76058d3deab34694f2bff3c554a6
SHA1: 6d9ff302a3ba124e743f171c3caa94ddf747c54d
MD5sum: 6ae239b4b54408ee4e659031f690e762
Description: debug symbols for libpq5
Build-Ids: 50a150537453663739bc7ac72da60c93f10aec22
Timestamp: 2023-05-11 15:31:21+00

Package: libecpg6
Source: postgresql-15
Version: 15.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 268
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-15/libecpg6_15.3-1.pgdg+1_arm64.deb
Size: 54880
SHA256: 33b312ee09e6c2fc573a5a00707473018120ea9abccec566ba2720e21be97f57
SHA1: 03f4775c4400c19032c92ec0cfab225ad8b04a2a
MD5sum: 0840f7ce7c6ce9377567bfd99a9beecf
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.
Timestamp: 2023-05-11 15:33:10+00

Package: libecpg6-dbgsym
Source: postgresql-15
Version: 15.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 15.3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/libecpg6-dbgsym_15.3-1.pgdg+1_arm64.deb
Size: 113636
SHA256: 93e53336d5e76b52ce708508c2a9af40deef9376c4d53e3d1eaece0bc51726e9
SHA1: 8f2341dbcecf857dc8335926a8e2aa9d82e8ddca
MD5sum: 0bd1184906c65028598a7c6477829ff2
Description: debug symbols for libecpg6
Build-Ids: 61e0fe6ad76167992fdc976e12482bd0c3811047
Timestamp: 2023-05-11 15:33:10+00

Package: libecpg-compat3
Source: postgresql-15
Version: 15.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-15/libecpg-compat3_15.3-1.pgdg+1_arm64.deb
Size: 19052
SHA256: d385045edb4f4f2bf38c85567976791a013e93a469a3c65d074330d07285d075
SHA1: 138c3b4cc6d4622a559837ad04e8450f668589f1
MD5sum: 49b9f27bdda46df726c13a5fb00e0b3a
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.
Timestamp: 2023-05-11 15:33:10+00

Package: libecpg-compat3-dbgsym
Source: postgresql-15
Version: 15.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 15.3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/libecpg-compat3-dbgsym_15.3-1.pgdg+1_arm64.deb
Size: 38908
SHA256: 426891fe3692a7adf8bc552da9e4cc03e277967987745af2cab26d4986573b77
SHA1: fc3e814ecb409915bc9bbef53e006b7a0d5d5174
MD5sum: 7b5f1ba993e300fb34bb6398bc175710
Description: debug symbols for libecpg-compat3
Build-Ids: 3a28217a6f940beab25c0304b4ece884c6f83412
Timestamp: 2023-05-11 15:33:10+00

Package: libecpg-dev
Source: postgresql-15
Version: 15.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1622
Depends: libecpg-compat3 (= 15.3-1.pgdg+1), libecpg6 (= 15.3-1.pgdg+1), libpgtypes3 (= 15.3-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/libecpg-dev_15.3-1.pgdg+1_arm64.deb
Size: 276800
SHA256: edfb09d6b774e0a1a0170e6fa89581a9b56f69501f49a3c53cfd989bf7bd05ef
SHA1: f21dc406d742686702665cb3a30221fcfc70b611
MD5sum: b41d07d9ce95ee1e8dd0a2433f48d334
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).
Timestamp: 2023-05-11 15:33:10+00

Package: libecpg-dev-dbgsym
Source: postgresql-15
Version: 15.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 320
Depends: libecpg-dev (= 15.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/libecpg-dev-dbgsym_15.3-1.pgdg+1_arm64.deb
Size: 274340
SHA256: d3c1ee7b022ce85552bc8980a20904195fcac79a2d2ba833d92457f52328aa04
SHA1: de50db3956d7f9da4b621015b3be0104783d1ecc
MD5sum: 5fc86d56bf124fa4110e1fa9d0a53cb3
Description: debug symbols for libecpg-dev
Build-Ids: 8fccffdad4481106e9a00a6f1ea1b636e4aef456
Timestamp: 2023-05-11 15:33:10+00

Package: libpgtypes3
Source: postgresql-15
Version: 15.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 160
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-15/libpgtypes3_15.3-1.pgdg+1_arm64.deb
Size: 39316
SHA256: c0f5ce35d48cde4b5bca9f6d55c1459f53ffa867e48e14e3854e546ec7a6a5ea
SHA1: 0016beabf1caf287682d5ce84f18d6c664741367
MD5sum: eb51969c451db6eade9931497d201cbb
Description: shared library libpgtypes for PostgreSQL 15
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-05-11 15:33:10+00

Package: libpgtypes3-dbgsym
Source: postgresql-15
Version: 15.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libpgtypes3 (= 15.3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/libpgtypes3-dbgsym_15.3-1.pgdg+1_arm64.deb
Size: 87708
SHA256: bcbef5bfdc20ffd3c9a20a5acd494cf9922a47e1aff5d0aea323e2910dea0ffb
SHA1: d1d6714b3dd624c2dc36a222ccb192b098360f4a
MD5sum: 3f10933dbe362fd28fbc4a05868f0eaa
Description: debug symbols for libpgtypes3
Build-Ids: 54aceb351a42e50a61ecfa158e9c373ca2c5a5f2
Timestamp: 2023-05-11 15:33:10+00

Package: libpq5
Source: postgresql-15
Version: 15.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 900
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-15/libpq5_15.3-1.pgdg+1_arm64.deb
Size: 178564
SHA256: 17747fc2af68cecde6c81d9f9d447cf115d0edd39334a5b2466d8c2131356b10
SHA1: 0b9c425e20636eb86cbd6922b0513264276344df
MD5sum: e8bd0e094cc775bc9aee233d0546fb8e
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.
Timestamp: 2023-05-11 15:33:10+00

Package: libpq5-dbgsym
Source: postgresql-15
Version: 15.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 312
Depends: libpq5 (= 15.3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/libpq5-dbgsym_15.3-1.pgdg+1_arm64.deb
Size: 276912
SHA256: 9d1638e43384b2b4a4aa8f2da457e0e41bed9accbe6a7683254bc4b8be6128e6
SHA1: a0accb360310fe983d44f5c51a510c320574c349
MD5sum: 76f018a80b781434ea02fdde07a06bfe
Description: debug symbols for libpq5
Build-Ids: a2878c7eed657f9ad15113b08d50a2b01f53ec2e
Timestamp: 2023-05-11 15:33:10+00

Package: libpq-dev
Source: postgresql-15
Version: 15.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 586
Depends: libpq5 (= 15.3-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/libpq-dev_15.3-1.pgdg+1_arm64.deb
Size: 138040
SHA256: 4fb37661063aebd7d1b6a2912945b2c501f6c68cca1be52b5f9692c5148ac78f
SHA1: 632cc9041ff35a7d7c6faf7fd1a8391edb98a191
MD5sum: fb57b9308b39e383822512ae7834c9f1
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.
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql
Source: postgresql-common (249.pgdg+1)
Version: 15+249.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16
Depends: postgresql-15
Suggests: postgresql-doc
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_15+249.pgdg+1_all.deb
Size: 10572
SHA256: 6c6203817a6b163c0a8988a5f239af4e1c5d2db0e26d4284ac64407719fcb23f
SHA1: 89c11fdbf78103a657aea19f32bbb0b034ceadaa
MD5sum: 60ba2b985233d5be99ccea9445c50563
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.
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-11
Version: 11.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52433
Depends: locales | locales-all, postgresql-client-11, postgresql-common (>= 194~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: postgresql-11-citus (<< 8.0.0.PGDG-2~), postgresql-11-cron (<< 1.1.3-2~), postgresql-11-pgextwlist (<< 1.8-2~), postgresql-11-pglogical (<< 2.2.1-4~), postgresql-11-plsh (<< 1.20171014-3~), postgresql-11-rum (<< 1.3.2-4~), postgresql-11-wal2json (<< 1.0-5~)
Provides: postgresql-11-jit-llvm (= 14), postgresql-contrib-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-11_11.20-1.pgdg+1_arm64.deb
Size: 15438720
SHA256: 97f2aad67bd9ed0a0f4144f7b5a8340aeb8c895124d877810ddcdc961dd4b129
SHA1: ae919d602ffbc12566b3fbd29a7a472710b480ce
MD5sum: e8b5fed1be53cafe338eeeb4937fca12
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 11.
Postgresql-Catversion: 201809051
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-11-dbgsym
Source: postgresql-11
Version: 11.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15267
Depends: postgresql-11 (= 11.20-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-11-dbgsym_11.20-1.pgdg+1_arm64.deb
Size: 13746104
SHA256: c19d13885725989076152e712be163a79c563e2e3a27c4ade97f7c1e7a1d5b94
SHA1: 3d58aa8b93c69cb32492550eced98b8a4fac1ba3
MD5sum: 8bc27e99c248aa1ecc5a629e05d973b0
Description: debug symbols for postgresql-11
Build-Ids: 091e753f8b8cd0c9707046d9985cc002b036b3b6 0b3b06a26322fc3af5ce93a2cd8a0dc1c71b2af7 0b684c4afd43e905a1186080943b3bba14640451 131b2cae355db9a07819dc081f6f7e79e481d0c0 13d809f35cc5aee079e563c76a848f38c04924f6 157e2201e5242eac4cb25b0a0227cdb4c68de760 180af4016b5f0f45a8fcb523e6f1344677bcc043 181a6a5340475e6574fbcc2a63b5ddfa9898e395 1afb4bcab1ea3a680e26cfd22bf967f3fe8ba374 1ef3fb5ae5eb964b4093692f68a02c6c3b94eeca 22b89faaa2f8ebe2248700eacc8d1e375c6faaa7 281473a588ce81a043003768ea4aabde57de5d39 293ed2e8e051ab34b35771e82caf95dc65362298 2954d36e0c980009ba0fee9dd594d0ed3142bd5e 2980e377d75ff61c5d2ec431b603939dac4931d7 2b0c88096405d38869561fcb88c137d846e2af86 2f839f3c21d0850bedc4a9602f7e5c37dd974527 32a9d680d6448a087a87373c0a29e50b9a815fdd 3452a93863012111ffbe7679382e6359d3a85741 3b0fd60f443bac5f041cef3ff60cde03a79fd2c7 483bbcf2ce761cc46a1bf25b1b3e7a22ba0559a2 4af283a65018a79d23725b5cd7f952e1d35be228 4b79d2b2aec79ca94f8a17a084c2fdc31d034741 4cc5a67bc1e71142b9025a0ccc27c987bb19473b 4e344bd01c2d1900322c96ff536104abed254bb8 50e64176955dd77294a855eb380f6ccc63d4a01c 530d12f3b26fae46f252c7fd9600e11db0e6bb53 531eb740beb7b6fe08846ec6f8c46047e0a1c2bd 5323db09c88c5332d6fc15fa37646f3d22b2aafb 551ccf13278ab3bda69ead2d8d2dc38e4276e9ee 55f4e861aa662e0db04bde5275d346a6bc7edfd0 5a4ec3fb9e531c56247fb76cd194ff189ec0029d 5b56c1ac4c90c440cab662799ac6df4588e6ff30 5c6685f55eadcf9f932484e8177a1ecf03fc7dba 5d205a71c411eafe2976fc772eb205a22bcde5d9 5e54ca549be6b0f5121323c532047b0796cd42ec 6035838f16b209e66dcebc56ff5e581bf3fdf5b3 604aab9d9c18c9ed594ab749df6ba1945f9f4357 63404280bd53d5220060b8ba14210fd1ab115914 6844ff33d5bae57497c2609d7aa4a143a759a9b2 69b39287748ca2152d008a2bd9d097191eff2a36 6d18ba004074bc0ea5840ec95857f0b6cf5756f4 6d77930578fb4b7d70c50852ca053d6fafba941c 6e23833aee6bfbfa3356da9e5511f1a4b5ff1ab9 6e965059641ef530e2e50a37a731427244045012 6ebf44081ed372bfed503e75521c0578738bf4f5 6ef25ffc81ac872d7bfa275d0c56629f435d2281 70bc30463c5a9d4feb0bad82951f7bbd256f2762 740267c62cadb9eeac4ee1bf545015e7537c8723 76c99756fa268a837abfe0d3be6042c37cebfd9d 7848e0496cd6976c77691e2b68d6b6de781cc1fb 79476f43ad6846b75172a9d521246ecdcb8f0f0c 7aa41fa57f9fb6a03cd0bb9642447bf1cbcf3770 7f7dedc34fdcd2a96801c7ce2f723e8526496549 808b0c1320e64e318d8b7ed1aec3913f4621c2f2 83f69f0699b5c75a9abdc860525a5a10dcb83b86 8476c30946beccf1debf1c83eac434eee14d9ae6 8a9c14bb885b49f3f9e4562f632ed9c97c87beb3 8b8fe0e7d2d1fb975cfedb2585555fd8a666bb1a 8fd0dd4ffe41fb3e93b1f0898e87914cc62c1e2a 962924bebe4fe4a6eed9005aaf4525406ab6a431 978dbcea215f0453a3fdc65717f31a9f925877f2 9caf62fdad72a65f9eed347ec07a390da7a0d8b8 9e71117a6580c24047d89459f65c9b021c935a40 9fcd9c8fe5a057e85535ab91807b7cc2f1eb1a7d a13059e0985219c4bbceeb6616222b209fab30cb a218e24e07f5cf6a82b0580026956c6c7bddbfa4 a51f00614c409746e69e9d169aa9bccf80dfad83 a5c1dddb72efc03a0b1f83119c1ef181e2e8389a a61e081e12fa4e335ddb7326cd843394796ad633 a705a08aacc98775a1acb84ea2cec75786d9c4fe a818d73a5d423586c953a9e2c1e36348ece56eb8 aaa6b60d32cee123728c44b9dfc90733597177e1 b76452f46aea0ac08495624e520c34e01dd3d056 bb29fe45790072946a047831fc92f795d1e28a0d c69f8e25f3d0e65c1ca3312249013c5844c13a4a c74f00256459533b4cc380c9b4b33d035c3edd89 c756ab796c1b7f01673e3188fff128140da255d9 c8fc559af0d15b4fcfdfb65fd4577edfa0831d6f c9457ac55bc66951b7adc9cfc59c901d38a1e894 d6807e0b54122567fdab5c1e57f52d1dea5f30d5 d72bad64943d5adbf1944cfbeddf0cf9b6fb669d db140393fdf320c52964f8822d8e2bbf4df91e39 dda2479a07ef20c9d56fa7b721a52da6e18173f7 e1b71abdc3d7afb197f65bf5cbe1a8ad59430555 eaf1295c459380d4f0388b384540d0d8ac407c68 ec4fa354eb214323a9e8b3f79d77179ac0c78191 f204a3efa3376798f094448d95b02036bddfb45b f2d8f897fde716fb4995f3d5f83a8fb1e9764e4f f306c37744b0b6e88b9e3919cc81f70ed8cc9f86 f6a699692d3b29892c524a919ca760b423ffb8d7 f9d7dea4711d9bf0e487d5d0b38702bc6a713cca fd0f4f6bfd8bc76c13380d8c61fd2aa73e42def5 fd514f591a992bdf1b23db399217efc7c28c0934 fdb4c3097a6c8d24d445b2f5af267e9a0757e129
Postgresql-Catversion: 201809051
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-12
Version: 12.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54216
Depends: locales | locales-all, postgresql-client-12, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-12-jit-llvm (= 14), postgresql-contrib-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-12_12.15-1.pgdg+1_arm64.deb
Size: 16060168
SHA256: eef05e0a358f1d93bf8b1f90e6d52a99df6fd39888a0e3acd877b7b4c8aec739
SHA1: f2ca139f7145da81a5acf725318d274d8af67c92
MD5sum: c6dade6acbdfa70879c4c203272b0378
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 12.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 201909212
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-12-dbgsym
Source: postgresql-12
Version: 12.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16410
Depends: postgresql-12 (= 12.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-12-dbgsym_12.15-1.pgdg+1_arm64.deb
Size: 14830932
SHA256: c816ec61a709ea5b27179c1612a00c489b22cb2a29a8a359740cf58519e2a65f
SHA1: 71f82651d0363122b4eecdae941d7fdbd6a62366
MD5sum: b04bc8a33ab024275e9c80c61d18a7df
Description: debug symbols for postgresql-12
Build-Ids: 028f048b162311e1acdc0d0a7026fcdbd28e38ff 0540a1c9410ec79e34ed1de708b478fdeb34fc9c 0dbc3e2269ef1383577a16662867d92c82ce4c28 0f64f0eb67c3cbe3f0d67cc0697f56d61b11d04d 13bc97b44cb42afa76e765957a39203c89c5148e 1480e18ea39516a925bcaf42aa089d27ddb543ba 1630022225973bdc90c06e81f26eca2e137c01f6 163d8088c820d02d5f4523c11501ca510dda7352 16da645a7a9f2ab5e00419c55656f8c74736e2a9 17c5692691b142201a3f16aed9eead2644f64ea9 19392cb471d9629cbde6c4252d133ebf11bf1d23 1b289944c58d5491882e457ece058ff4e1202e59 1e86a46b2079ad88a98ea4be49cff64c87c4674a 23dd50a2292eca936b8e562458ad5e91391796fc 27f046f62fea63fea5574dccd64592f9c568d436 3059b9206c66c76a02f78cda81b5c9091964b2c2 312cebf99d3056b999ed059872a9bebbb4203d61 313be243374f2f47cd4d5eddc1c9ce7724cecbea 32414947bbcdd37af5b41b0e31c5ac308eb815d8 343848ef2174e056bb4e117cfb68b5b13d3f2842 36c54bb16647e6df5a61eb0fddd8bd2ed166268b 371bc1e75e738fc1d66996eaefcb8b0ccf122aca 3e7dd1929eb7df292ac4b65034bcf1aaea4c528a 40e85393dd9babca79452c5d146debcf628064ce 41343f7b7a4a8e00941117f2669cf7fb90a8079d 4636b994250f20e00d39b6e5de7ae53d7f32db71 464f1add409cae5ef835cf7885960ad84f67aedf 57fb89d362e8218bea005a0c6a9bc680e19e9d2c 5b68fc54b26ed365ecde8cdfe7eafc8c1a021dbc 5d599175790036b30de60fd3dee9ccafc3b411bb 5e59c1158a3869ec78d532b18f24ebc9354b4962 611e10ef655a5715a43b0fdf14886e622c2b3fac 61b61419fdfbdfa8e266f5330fe335a570061225 624e1e0b0dedb89f3c98ab790aa33138c76b908f 69ca438e5b02301c5f5808932d4a320e290b96e6 69db883d97e01ea87d1badb7fe770dbdd2c113ac 6a651b0bcf8462f7135bc5394b428667a84edb66 6a93574a141c34aba092eee68071d6082c509afc 6b3c1484c91fe5f095e18dedc1016e643db77488 6c10e4ed414595670032ccea5338e6822331eb22 6dc35df7a6e76a7fdf9c5a78b47d0dc3a7560b51 7268380609f56520ee3120ecd755ee28ec9885bc 73c671bf107195e90f209ec5e382101670fc9f74 7733dd48a7105bed52bd1d247297d4a881cf460c 80596a8622515d1dda35be4170cc8356b076963b 8110cacba211c8082a3891ad17cd013f92f0018c 84a15ebb4f87e5ad8ce5d97bbccd6ef30a7d7296 8754bb34b5a2ea552f0fa4e66210536c75ca0fb1 88595c8ed6f13bb860a6fcc4769fab9b3a9e2407 88cacbaebfb808a32870f25f51d630a20f3c7606 8aeb7b9fced59c00178b26e525fd8312836dd0c3 8db5dc0cba4666e2e00a71719535ad130d77fb2b 8e1e0f885b0b98c49dc82de6c184b2478dd97e0d 96e12269eeb9dfffffe1a7e68c2efe6f2a90c441 99e5fb2325f4fcb4e66bdaa066f2ce31fa856068 9e0db2c3d5f521d2fa44196733e3a53c364ce1f3 9fde22bc0cb1ea7fe1e7ca77eba02bcdc313ad71 a02d4d70fe604f71eb64c065f857216f86c25eff a0568a7c13779e68fe4350e899b9875dd9f6a434 a547931c4a504207148e743cd8008f0e0d72a217 a5cf6ca4ab0f362241cb9ba688a496cdf00b0ccc ba62ac92582779c63a06ce089c26fe57fcdfd285 bd3b733c2eb9b6f0ec9d6b8a18477a367f7bae28 c23b557857340152ab40f15f7ffa7d94d6156006 c95718f0b5053e45b09d240336a83150f6d15dd0 ccbc141eb7ca75cabc82e98a1ca88c74de7fe078 ce8a559e9220b43a8b66085b90930270b45ca025 cf5e1cea10707d53e94461e1f527979960a4660d cf65f61c7f1d3ed0b8f62a8746c7045b49196a20 cff44b3424c6b0984d32317381c4e6bd6e69521b d2ca1d5309669fac6f548949946643bd0300ae26 d762b87f7576435c610ebe3f80a94a45583d92fe d8477f3a956b6adda140493f2d810e81d5cd1d1f d9c7958c9b66b7d9e3d9b73d8eaac91cca605e87 dc64078e0260b3e01064946ca3bda5631c7ca270 df68a99cd1806d5c6ba34fd2784b849df5f8f797 e50a70ff4dc46b511db7a971621b09047f654b27 e5307b8250c0496893b9628f3762273ba8bb248d e590ac629cf2dae682b81b82900817d3d04764a7 e92aeac26763cd1fbcf6cfabe21ef63d265ce545 eb250cd3fcdd366dc7adcb307de6b038c746e938 ec25b88e7bf6b1c37f3ada46cf3aad82fe5ede74 ed18526a247b348ad5a62f60c9a774f56768d2df ef11ff249edfc7649e09f13690a1a433d5ccf30a f24d93cd32aad8f2c6e5475257fbabf54c7e3fdf f3475f0d256bf97648b017014edcb08dd7e40b56 f3f1127b8cbe6d404f914b67242a3ddf35ece014 f575025d5b88f96f2515c0096e0e2e04109a1909 f70cadc3cc7073fcc93e7240827acec4b5268389 f71e2db9e6995311ed65e717766c5472edb7d059 f7462849d2bcd81dafaeea6f3fe9a07d1dccf8e5 fb5cc17cc58a68a38c0ab4029522aff1e6d6c267 fb8ca50635ed8ef5f81fe0ceeb75ca76834272cf fb8cf10d83799c19965cf1a7300a8dce837939b6
Postgresql-Catversion: 201909212
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-13
Version: 13.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54035
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-13-jit-llvm (= 14), postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-13_13.11-1.pgdg+1_arm64.deb
Size: 16381164
SHA256: 8fbc1b73097687244473a271cf15ebeed4b4ee396c0028248f9e747d20fae28b
SHA1: 68a4a27f3b45acca3110db97c016ea5d9f99a112
MD5sum: 5df381cddcd4d1d7b24eba1adb923c06
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 13.
Postgresql-Catversion: 202007201
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-13-dbgsym
Source: postgresql-13
Version: 13.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17224
Depends: postgresql-13 (= 13.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-13-dbgsym_13.11-1.pgdg+1_arm64.deb
Size: 15611412
SHA256: 000a98c103e21c018ae347cdc2c21e80189d813784273202a0b4eccceee51a52
SHA1: d62fcb145d0954c65268b28ae4efd62a2edf4246
MD5sum: 4959b3d64db08bcf4b60e341f9e45205
Description: debug symbols for postgresql-13
Build-Ids: 03e32b6676c2b5206c7c833a7b384ec2028e4b36 050893622da99c48256bee8370cb5f379a3a3f4d 0b5a98763e88eb2ebccf707561a3c3e527015bad 0b72c90f82215ab7c56d21f321bf1042678e5973 0d765d92050a5c6e7194ff7314198f2ee2b9f439 1141bc101d2283312d8c3d577cd673202811b6f2 114d4149adf7a4303c409b3d9696219c651f74a3 14f3b2889704605b8dab4c04d068684153dbc9bd 155796df21afe87f6e6cfdcba8e7ff55c4bbe64e 167bb7c3a703357042d25f2b54b14c41e11b3376 1b391520378e460474c5aac25f7073cb31de2974 1e5cbc2f2edfca301a0da80042152d9144a63eda 21aaa4e62a03551191b2c59ce1c994ccf9c3e928 24406ccb5e2621d501b8373c533f255ad48b4c49 25f3571d3c6299b192ab3aa46c5e7afdb577cb30 27975287a076da7ca797598bd4b94ad32aed5833 2fd619a586e93f46f1c72395b83f7530697c14e0 31cf01f56d96ca19d01582ed2754ebe51584275a 32f19f69b12ad6af1de8f32bee8046ac57e1f59b 334ac6ec942835608cd6e75a5318fb602c40836a 33a6681647fc8eb5a6ce0b8d512387d501493d15 33ee0ee9b6a84b6608712b70df2e18e6efcc26f0 35d012aee6a77d49ba0c8414d36f84ef4c9a394a 379bb2345bee20dd879faf2d4d5a3164cec3b4be 3837929563b11250fe25bdba7f6604ad016a3261 3c6fc7070b836389b86c1fde6c30b553e433259b 3c80ed96d5482477ecae0cb1b016b2023668b6b4 3f0263073c89cde850ab5c224bff9d3f14dd6110 3f07a304d331a9180ec5eab762477eff8b8d0489 419065423b4bd4f52586890f4c0272932307bc2d 4313b99a54c71ed880ad4e7f25a229c33e478fb9 4608bfcef1bea992b258ddca753bcff2159ea30c 465c5cfe029e710d355f5256519cf8448a4f7975 4cf925424262a729fe79838fe688f1de04d367d9 5487716c66451c6d2c4fee52b193ede764f1af6d 5697a6c13bd1e5e49999be348bddb01b58eef101 57b6e40dc57ddfc7764d7d50144f1fd01adf3e19 589a2edf42dbbc38047c5692e6385e251a773314 5c074acda485d583421e97ab186bd704a658b45f 6139ee7381fbbb83b9ee949b16a5043414c8dfdc 6851af72ad9101d01fafc6b826da5c794af13ff1 728456288cd8f6090942742f8d264ec0cfd983b0 8530723c1d9068b424fd3d7d44718d003e2c3e14 8b99397b7c4dfda140f26247d53daaa577fdbcf0 8c773b37fac55e04b0b7afc5e71621b8a705f46f 8c79b540b6fe45f7505c5a8e9046990a85836f9c 8d4535ba0888b3229bb56e11917f006ae2191813 8dcc8339faccbeafaca7aa63070aafada355dc57 91d936441fcab361be262170ccc644f7d2bb868a 927314acedaf2914d7ebf1cd1b210b6c8aeb7353 98ee1319ba57e5fa2a8ea9fcd4a989b13390f514 99be64dfe2c485be594cbba79dea3eaa87610cfc 9a44d28077aa84d0736c059e46b07ace9a9e79e2 9e93d64d3ef47c3bc3062a69004b9044d5e9af26 a8ac75ca268b58d249026c8d86d9be4deefdf237 a94bc5e0e01e74c32dd0ceef76d0ca7c4c289124 ae9eeeffae97883b93478f292657fc09bf735739 b128c79cee58bcaa97980b35c165d8af46fcb11b b241c5a20d7535d90b586351c0ba3497085b0c7c b282e40bfa4e2cfc71e206f41f663953fc5e346c b2dec121f8bfa3c85955f172a3e3bf6e18553bf5 b6731e09dc748c449b10eb08f88a66c1c6e4b6d7 b8a9f06d84b781d31d05b7bea125e48f163af5e6 b94392aa90fc814f737da29c36177d09a8b702dd bb6ef9a3ece6f3d53c8e4849d899f747daca986d bec537067d6c2292008cdcb46fb84e292b7f70ab c141d7f1aa8e760e97133b6ef055e52cac4be82c c266f001267e47cad919d31bc9dde6a02d22a6d4 c4985b70d28f5c8b9f418e9148994bcb6f00eb53 c539fd5f8104c13075a130308012763e9a242892 c5b4c4f05e3aa06513c8642d591fccad474a7fca c6e2ee64f5e52148d82287cfbbc348516bb4c584 c8eadf721c3b564c9bc2bbf0b127eec6f9bd3c61 d31a98339b6dfbfb42af08cc45f75bc03f10796a d69608f44b3bd966984738fa44d8568ed1082020 d69a92abdf0f913ebd1cdb35f83a6c4622bb101d d78a899dcc9a7da35b92fade7bf21b2412ca4878 d82d3124242c8c1aafd515e7cabe728aaca8c07d d9c83ac8565abc98d2e94c66a883eacb5f75526d dcc87b8852cf36dfdd8ebe09218ec49e461d14aa df9bc076ae201e681224ff0ea125b669a20d1696 e0acac2947b34150bd70948819ae4af658cddf72 e2e6823ed6d3d194165f81dfc29d70aef23a57e1 e3c41c74a590312be6b78be7798eb6f2f7b8e3b0 e703f40458b7afeaf389c40b22d8f97c3c525ea2 eb667e309ebec3be1fdb0e406a459c9f533dbf59 ebe2747f91c2d758041ba1a568a6f9c720d4eab5 f4ab1659d9362d1451aecba88fc8585adaa01731 f8a071fc9f8b4255a23ead1ae83fef3375c1d8c7 f9fac421d2c6f8d04ffcc842b29841c8b2844120 fb56d02861a061b1a885066f4b009006e3568e3f fd03103f5a67a90c8bccd62ec38a19c3faafecc4
Postgresql-Catversion: 202007201
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-14
Version: 14.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56166
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 229~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-14-jit-llvm (= 14), postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-14_14.8-1.pgdg+1_arm64.deb
Size: 17166380
SHA256: ec1136f186a980341bd6280f753543c51f0a9b84e32b0f3a5eb9814e3fbc8bb1
SHA1: 63bc4cfe8261fe7c38d27d5ec76f768a5d70e994
MD5sum: 16eedd854ea29d2bc8fb8bf111537740
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 14.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202107181
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-14-dbgsym
Source: postgresql-14
Version: 14.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18301
Depends: postgresql-14 (= 14.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-14-dbgsym_14.8-1.pgdg+1_arm64.deb
Size: 16505256
SHA256: 4e5376ffe0c42cbc6048b5dee2363ee217b0a2d372099e52598a066b4c573712
SHA1: 26f5eb0dec02a7ba0346f9ee703946c949c981f4
MD5sum: b5cc328304d2b132bfa9f3367a08cc07
Description: debug symbols for postgresql-14
Build-Ids: 01bb35e8bcce61c66b1d59eb077e600848b79e48 01da69e729651edc60ecf51d2f6fc7cbf45173da 03e434e883cda29832483c1136910fbc6dc12671 0518c3ab1f5f4498c729917b00cc0b599935a20d 0c9368224ced6dc503a794af10f02f532ef5a41e 0ce8d015808e44a95605e28d68d0e5e202c51d09 1508a0ffafc5233c36f1f6bd2c8a2ad12d9e800e 1cb47070a0091c8d5b9be16fb2a1d0b9c283208c 1de6fad1abb0de42dae897f7249d01064e2af60f 1e6b38519efd97df494deb7c931b28e3f37990d9 246db185fbb0e2c43f12cfe523164cdc326e923f 2594332d0ba0308d3c43e996676fb596623081df 286cf683b8f57b4210d94a62ea19c0f39c3e00b6 2a49d9e0142b00af87b988b52991e01b0c7bd3a9 2b9f3e35c8142f6eee2763bb262b89dba14c28be 2e4110e236aafb25487da2b08a30ccca3e209e71 2f0641cb6101c22d65f818c9a2812af049efee10 32048bab72a060cf1f89dce70d8835d5ecb93f36 339319c7136567372ad7f31c0011b953da61eefd 408b7955a934a3ea1df2e95a586c2a57770ad9a6 4308bee3d8d3943778c7dbc46fb912204f6c6c7b 44b01d34fe3e6e3ca1c75e05d686951115e94605 461f5d2c0bd4e9ae48677068edb0100ac1ce637c 4913761cafb54a2a9faa5105ec9c44098c57a281 4d785b80cef218b92c24fbab075f3a481ea9e383 4ebdf8be28a2e16d9fc30c57f7f30174b59eb5e1 51f5ef7870e4acbc367bb0756022036d9826c48c 5c2b77a57a187966c6fe2cd9751a86712a4c06fd 5dfd3a180b83f1cfdbc35e21b40e17eba644272a 606446397e37c2585a3001d57345df7db71dc3f5 606ebe07727c697c89097e8c5a2c1dbeae76287e 6224e6d8497c762f00f2fd34fe47bfdd07d13dff 625b5d49841f33a193cd3cf51006e5ad5293e046 62d762762ce35314dc5b4e55f9fc9d86ffcc0b6d 62f779a66c4f46ccdaa73b1b9bda8b8cda940c63 67c1c0ea4ea7579a8cf501c8d028faee5e5cf270 6858771e9453f2bf8412fbe594eaceb17413d0aa 69b3d328eb5dcd54932e1850b33bc20765d481ed 6f79bde3630b89633bb5e19f0be57f0cfe454bb1 703f3802f7cb961cf9f76411ea0b50fecf46cf7c 70e77c1a9304606467939d1313b1eb9819e9695f 771d38634ff28f4c4b3fc8b422245b8124745df4 78e99877921f44b0a6f2123584a9f416b08837f2 7cd481239f219007adafc4a968a4d7bd7b3c7c64 80d4fc9f8595c74646e14a1dc8f1386e63daac67 834cc71fd051dc0fa566c0ad087e438859f1bb5e 8508dd9b4136f076519d1e88b8344121c08362e4 895a443a276ab139eb4a5783a26c08a61b1dba3c 8a039730225d8a9159ee2eab5d497f82abb9bf33 8b4573061540e87e9306e1a81a51c2e1de5b776f 8ba177b5c88ba4ed9e533d18fd45d1c838f24a51 8d34d6c36697bd056afd7f8317f1c2588c73091e 95f2b664ae10352b747a4c7ad8edb29ce3f9b286 9a6708664db379f13a472900de24798fd8503b97 9d12fe7a78309ec7b522279644e3e559d3fa843c 9e0f63c4f3bcbcf170b01f1cad1a3c1154a9af67 9f28cd9747f49dd58fc89b54543b6e68cc3023df a4a276c5ebd9ea84fa9d8f6652994339796bb26d a8afbcc183dc1f233396f23cd73f94bf195454f5 abbfbe90a0ca7808c91d16c464cd879115700664 ad46089403fa942c79c945574c74bb6350c56acc ae80c581686b5e0c45f5c4b8289dfdad95b637e1 bc88ab3c090d1ff97ec9d2026aff8d8da0a6943b bda4b6d7f23da54b5e1c87463b048c6d27a50348 bfd1f103b40e7908a5b3a2fe5f7443bf3edf58f9 c21074ad4b90fcbb2d72a717a3ec97da51829289 c2ecfd91afee326c256e993eb237a3a8dd180a6a c315f81af19ce8981c8da0c0c908199c7a5d7e99 c439f4263adc4736afa8e6c8ea474332f45798bc c7b156ecb578593f8f814065160fcfd58f00fc14 c85915f4caf3c96a44cc4b984532d11261712495 c8b8d876504db4ba7e430a56a0f82cb7adc55ad1 ca4bc2dcbd028a41834e6019c3e7e63f54684aec cd50673fe2229398911bc96442bfb5807af49e9c ce8962830635d96603e23c3705f2c9df9a6dd3da d2daeb8807309817b59dc78dffe5163ba0917615 d4983cef5a0b451db8654d9bccca05040d1149ef dbc9f210ad2952b4dddc7c1ac18a0bbfb708765a dc6d6c8bea655962b206f5467899039adc3518b7 e0aeea2e2aaa486a70cdb8bd8e16a4e3533a64e1 e0f9150b7c0191b7eb5fc8092eb972d1b8cfe2b1 e14a1f82bfa5d445f85f76d583490b83ea1d84fd e1c20f5706e8af8db2b31dff286e304592572ff0 e37bc97e703b6978e96e1e9120dcaa952f92a79a e8728ea059b3f3aca13beca217e93e9d4e93d39a ea70466e1fa93e48161b640a9f12682f935d28d8 eb40b6410d5e0fcedc59984fce1ace76e8cee247 f189719de4d783967b23c0ad99c10ee509b0f28c f23c5c6314c09fe200fb7fae74680d4f4d814c12 f5a0b1cd82be6d5339a050ca64de19edcc8bf1d0 f6d4c50481b650084105f3989ea7928ea230f476 f8b135feff44d4adc92db98ac7124763fed76e8a f99b713f75ece190bbf875e8c7ed2aeac0f58ac5
Postgresql-Catversion: 202107181
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-15
Version: 15.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58320
Depends: locales | locales-all, postgresql-client-15, postgresql-common (>= 241~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-15-jit-llvm (= 14), postgresql-contrib-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-15_15.3-1.pgdg+1_arm64.deb
Size: 17667692
SHA256: 14d1673e5c631d3ec38c0da450d84edbe07d2bff5b6653a95a3c67c2e7eeee45
SHA1: de69347134b1de9bf879793561c6de3e4444ac4f
MD5sum: 8ec341eacaaf220349915847efb800b5
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 15.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202209061
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-15-dbgsym
Source: postgresql-15
Version: 15.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18905
Depends: postgresql-15 (= 15.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-15-dbgsym_15.3-1.pgdg+1_arm64.deb
Size: 17081720
SHA256: 5c31416dd0bde675e136baca0deb91a76352896c72fd72df21f9de4a82b52cc2
SHA1: 12c367d57c248bba1832e40df0e173a1eef75f3a
MD5sum: 8ddce6f637e707b93e4b7217811e65dc
Description: debug symbols for postgresql-15
Build-Ids: 001e42487af92da73b88f95c6df0c4946945d190 0101c65c193e6f8c05d6f1e3ce83dd4abe10727b 0285e62a00781d2e439da1425c72d343ff339d4d 03fa5a76185c15701aff34e804390938f30615b6 0690bfd940e6289b2853ea352538f48c52fa0e31 0713012c9f6208c76be3e96367f0b558bf576622 0b35f7671caced5789bc6269084aeca0f156d524 128e439f616de696eaf00bb0567afbce8706394c 12cde463dc738f03ba7c7ca7b02d0e6e17a87241 143716ea789f781b6eb39f12720e14616281923e 14b21240232c2b5c97908eb050662fd7a8ddedb7 1a15512c42249bbfbea12c4b60921ef1a8325d9f 1a208b62d2e087bf7b24903bbcb8db830d5b5649 1f0c7e5aca5c05f4d9b32baf9f36002c5349df32 1f4b55aee196432696ad1e0495158cae406aa0d6 1fc4cfe5d529bcf3a6a36134abfca31aa6719cda 230ff3569da8ecf2e95d3e59898aaf2131701bcd 25d239e2ff8d38ad840ea199eec05f3b106d3e49 26b095360df42b08cc12b22dd7fbcbd204028c4f 28500e9b98299ae38962a86eb82da6bd85dd09fc 3306a4291fe25c4118bbb6e6b1ec61cda7f69150 3594fb6ce0592808c8a0fe1c8272efa8e1625589 3ce34c2ba0deaa5626fbd99f3f10ef19fbdcc91a 3e2c40570ff0bc88856f6115dc9269a94ec269cc 40002c6dda0d9d9b931a9401f047a8df9df1357b 407f5e98f9609a904db3b91eac8f0c9511553c5d 4347e5a622a4644cffd1fcbad72a88cb15b6e7a8 4365b6b86b56fe035fb9dd14bd6ed58deaefabd1 4ace1a084c31eb61345b5c3b0eaeddc5210cd879 4def6d053951099c4503cb80fc0e6675fc23eef0 4efa7cf7e682dda0d9621a363f70bb6a5da5e86f 50d18b58671df389d98b3082d09d04c924142e81 5786af7483693fcd0854450f94e75989ca8b4c6a 57e38ffdf39a325ac612f9afc07cd9c0bdb26876 5a110c2d6e5bbf19678ae02c1a69a5f4337f2898 5b333031fc56ca4a7ec2409ecdc771b88862e9eb 5cd0102689af9f913870f1c92028cb31f5f3521b 61f1292b98be89e61e2f1c72a589fb35fa817420 637a54334af5b42a0ed61e8fc5517c880bfd7fbf 6476770a5f41b9a6b1be8c6c9c030b6f81828a5b 651cc62ab49e32762d4eb8f678e333e2c362162d 678b2957db4ef7256b3765185bd22213f03f8daf 6823686e5a5fd5b7f9a72d2b21ce70d4d67d4b3c 6fbbfe307e88d2d9454f43d6736bf34b9f707e8e 70ca6a993f4d5e734824148a1266ec5daf9b8b01 719eac313c373fb7f7abaa879cc9cdb708a5727b 721f366408f4f5b62396536cc80dcd4f39a9208c 7546e6fa97b22ecc4f7089d3748fba037ba8f3b6 75b4f49a360bd4975484679dd0abb998cd4478f0 76deb100012ebd42326aacad1a3510b394945b48 7777d63c8a91a5831b9c78c73f62d86658a667bc 7c4376e4950e7e922d71a342a532a56b92aec597 7df1af0714e5cfb3bce06c588c1f401ad26236f3 7e023c82cee7cad871babd8ecd18a0fee73c1f04 81772c2e54cd767d49a76955d7b130de4e651d74 819ba9d50a7f3cb5dbcf9c948f6244b71c21c0fd 86d853bc4cfa41f662911ace47be915dbd86607c 86f67a4ac5124e32ad61bbc3d21b682175707ff8 879082e37736f820ba75e5ce65d463e813bed528 88f02b93d8eecc96f6da57c368a82f57449a16d1 8a7a579c81d1445aef605fe26ab9fa7c75611743 8e1dccdeccc05c90c596462feb2320ad5073fb31 8ea32783502f4e7edac50acc2e87507375f42de4 97519d300c97ef97a822ca4d5c084602588d7288 9f8c8b7ea65d89ee037db1c489597aa47386447f a04f72d78a6699c8a878e1b019e154ee6a22240c a2e797ed06b507978d3dda7a33990f9d8b10b302 a37b6017d5692f466cd0255069b9c8774d1879c9 a50afd31f97021e182c0cc26e82b29ea95242fd1 a5ad393561dfd9b13bf29838c5d396c8e3e8432f a92d819a3521a4d1d59d672d405b8ce66231e1fc ace0b058f2a2e861ab8f0db42426e46b3a9c4b87 b19fc93540731538f267b908d956c7848d1a8220 b2fa589e484e2a9b38f6dec854cad28ed2274c8d b351e4a53b2b78649c1350aa011c4740ab7af867 b60175470346fad9c9a9729a83dd8ea3a35be2ac ba0f64adbec407a1b23699b5aae2801265a90045 bd351ffbf8cb718920aa07187a97ca511ee3f489 c050d21a88352360050db22de8f0486b92b73385 c07d8c2726781649d061a8f2e5df70c01c0667a4 c62e9353df685dbdc10e636f67a504cd9d0ac58f c6335e18098aebae0399142058cb83d8e662862e c6b7bc37e2432eebe77ac35db0337e3096610358 c8571111342fdd4e546bc2e11d121d9221b58def d024ec56181095d0c53031d94e90fb97bf479ddf d5cda9a538a7bf9aa773713a99f6be60779dc4e2 d9634819e1158104b1c15094c7d40504d67a7803 dad952d495362b10257e7d9a9e7dad1b5aa6593c db0c70fe6e9cc3c74c62d27150c65327962ed166 db24c0e0c03390e95cc45834f22035a9224af82d e451c0dadb1d74be1ea438769cce6a1e0a94664c e45f430fe9b0ce3e11f98e65f41cffa3889abada f48027b78d8acdca0ee940397a490ec249027b81 f5443165b95b0deaa4cf480486a6d66ed11036a4 f5afea5241cc0deac395ad4150a749a60b08a4f4 fd9757b3a9e2cd45e5b116cff3be508ccfa47a03
Postgresql-Catversion: 202209061
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-all
Source: postgresql-common
Version: 249.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16
Depends: libecpg-dev, libpq-dev, postgresql-common (= 249.pgdg+1), postgresql-server-dev-all, postgresql-contrib-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-contrib-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-contrib-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12, postgresql-contrib-13, postgresql-plperl-13, postgresql-plpython3-13, postgresql-pltcl-13, postgresql-contrib-14, postgresql-plperl-14, postgresql-plpython3-14, postgresql-pltcl-14, postgresql-contrib-15, postgresql-plperl-15, postgresql-plpython3-15, postgresql-pltcl-15
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_249.pgdg+1_all.deb
Size: 10716
SHA256: b45e0a504f3ece82b7d88917af0c82bf8d85a9f20a3dc6b60155adde41c63b19
SHA1: ee11d47567820dd20c521272e9f15e58710e76f0
MD5sum: 6575654e6d6e2ac4389db90c6a0e3061
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 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.
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-client
Source: postgresql-common (249.pgdg+1)
Version: 15+249.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16
Depends: postgresql-client-15
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_15+249.pgdg+1_all.deb
Size: 10588
SHA256: 47697e6c7abd1f8c3f6eaf74be8666583b312c87e9fa83911401c67707d4a9cd
SHA1: 0ba62981a2bfd7e2e01ffd12e03f5fea79920221
MD5sum: 06a4ce3b6b49e424f8b20787c7aa08e1
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.
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-client-11
Source: postgresql-11
Version: 11.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7245
Depends: libpq5 (>= 11.20), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-11, postgresql-doc-11
Conflicts: postgresql-server-dev-11 (<< 11.6-2~)
Replaces: postgresql-server-dev-11
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-client-11_11.20-1.pgdg+1_arm64.deb
Size: 1467568
SHA256: a5bd6a15d82fe412eca8b2f13c6e03f40760b6b88e5ad99ae9acb1e813d6e480
SHA1: 1606561ec458d77a430ec7440284281edfde543c
MD5sum: bffefdb08d925fbc0ba9101eb706d0fd
Description: front-end programs for PostgreSQL 11
 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 11. If you install
 PostgreSQL 11 on a standalone machine, you need the server package
 postgresql-11, 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.
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-client-11-dbgsym
Source: postgresql-11
Version: 11.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2001
Depends: postgresql-client-11 (= 11.20-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-client-11-dbgsym_11.20-1.pgdg+1_arm64.deb
Size: 1687608
SHA256: d2bc5c12fa880a57c4d430917a75fca4ab0f187dcbe7e9f45325eeee2fda13f3
SHA1: 8ad33e477d2d3853ca33543ed53f1df75108b12a
MD5sum: 385cc6f2f651a9e8c06c60d217533d32
Description: debug symbols for postgresql-client-11
Build-Ids: 1c1f9f0544bd1a90feb68d4d798fa65f3aab83c4 2386d569072cb4ee14cbba2268cd7a13c0e482d7 3b92b2723f005ea205fcb1d6c3cda459e3c9c724 3fa495feda91fb0756dbf251fa100962ca9fb4d9 4349c298f1486d3dbbe84be4c91d8d4d480de9b2 43a5d41541de31bbcb47c457f346b7751fcc324d 50d4e46f49c7f66aba850225f746e066fdd8f909 6a64b2224b6dcd59a250fbb3edd3eb7594f0f9ae 8cb401cd975ca37569b68fa38b355d047032ae62 97254e72c120104975f5813db3fd1a6b19c86b7c 9c476d1d2e11dd0716fd080fc2e7a2a06b94792d a8344bb6b2b0f8d7e4d9eabe2c6840c0c9e02cd8 c67702f810c4d34df2b77c74b07512ea31a040ca cff7262dd407898ca61e5cd4e271cafa8a070a4a d2c48ebc103f0da4da3b92dab4d834ad7c6ef691 dd7571d202c9fd43e6c536715c62b4b6019f9085 ebcaa789c924f6bd46534046e3e99fab6fd1073b
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-client-12
Source: postgresql-12
Version: 12.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6527
Depends: libpq5 (>= 12.15), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-12, postgresql-doc-12
Conflicts: postgresql-server-dev-12 (<< 12.1-2~)
Replaces: postgresql-server-dev-12 (<< 12.1-2~)
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-client-12_12.15-1.pgdg+1_arm64.deb
Size: 1405052
SHA256: 7ec70dc069810729b80f94af711153ab85b922aa0df5ec9185cff0c956210555
SHA1: 56f26513f7d70a012ce30a54ea8a4ab7d8109d4d
MD5sum: 934249281cf3be8914cb72809ec87de4
Description: front-end programs for PostgreSQL 12
 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 12. If you install
 PostgreSQL 12 on a standalone machine, you need the server package
 postgresql-12, 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.
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-client-12-dbgsym
Source: postgresql-12
Version: 12.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2204
Depends: postgresql-client-12 (= 12.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-client-12-dbgsym_12.15-1.pgdg+1_arm64.deb
Size: 1854368
SHA256: ff9e278bf6b7fdd4dfc7d189b8418f893555381601ed2f72227fb039e0876d29
SHA1: 63b11594159e7294beb435a3bd76fbb47fe1fb43
MD5sum: 39e6ec1b752fb2b64859b2ca8c844d31
Description: debug symbols for postgresql-client-12
Build-Ids: 04909fd63c3b8dba246d5e6c03b6ff5194739f24 1e3c9ff6496979946311e19932bb7377d49f87d7 20dc692f36bd790812201c0665bf6b441c773a28 413f8f5ed79cc8cb81435d8e0470485dba0c60bf 5b5b0835a8efdd6a9f6c54039855b9d7e01227b8 610d94fd1d60d79eae1d97e75afe510b9efcfa04 7ae5e8967ad6bda4993d8953e6d82c49afd8cc46 87a08b9d15e88f313df4cb5cb13f5659a22fb2de a87d763468904ee7ce4ff7c6814456bc3b504e36 aa21d8d05f39cd810a68ed0f24db034d57b0fa36 c5b32e6c63c4a3e09c3ff447b8a5abf88464bc6a c5c63084f01ad320f18d62f61ef91a850c65882f c982665ea85c078addd4a46d08eadde4922237b3 cbae8817ac9cd7c76975bce2350886c31f8810f0 cef4cd79a229562f7cf78c7f98e7b29bf5a86a74 d6e4200c347720da9231dfd3b1e128f310ca0b41 e0e7d8fe29e2c7da1bd683d2e5b8626e50e1245a
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-client-13
Source: postgresql-13
Version: 13.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7039
Depends: libpq5 (>= 13.11), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-13, postgresql-doc-13
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-client-13_13.11-1.pgdg+1_arm64.deb
Size: 1478352
SHA256: 834b7f9e363e87c0f1b67eeec1bae72a3d2b3823fc8c9304f37da7ab81622ddf
SHA1: a97def43bec0cb3299d94a889a6ce9b73fe1015e
MD5sum: febbd1e8af153f1b9975aef0444d4415
Description: front-end programs for PostgreSQL 13
 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 13. If you install
 PostgreSQL 13 on a standalone machine, you need the server package
 postgresql-13, 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.
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-client-13-dbgsym
Source: postgresql-13
Version: 13.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2378
Depends: postgresql-client-13 (= 13.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-client-13-dbgsym_13.11-1.pgdg+1_arm64.deb
Size: 1997368
SHA256: af6d3a6e6a4a4f20edb1c1bbbff29c4c7bcc4defb19f62b44ee1a3105e06dac7
SHA1: 3b43bce310283fcb52d604c3299eef848104127d
MD5sum: 4600f668ab572c37cc75cc65ec666bee
Description: debug symbols for postgresql-client-13
Build-Ids: 2df4204faf373f5b7d43793a9fc5f47ff6130a59 30ae7e77bf236d97c6f43c3dbbb4c5c6c09f47ac 368c5f1237342eb59462417ff9d1c621fb9156e0 4c111b14c8903885cfc689cdaa994f014658ad59 76ef7d55651573d099bc0395437642bd3e42d57a 7ab2e1dc7b27470f1e988d2593325c1297794b77 88f2d99a2ed01d253ade34bac6bf24bc49d82d63 aa7885ce1bb05cee43d3a18bcc5e66c1226f9d08 ab81a2fd180fbbec6847051232ca14e4b1e7615a b19694400cea40a79078fff6be889143198d62df bf78f6f05ed77bfbd300eb53ffd24f44a399bf4f ca2cd576b9215594c2f12fbe50358f3bdc77ca02 cb023036a06f31fadebb59432014190e3bc64cb0 d4be7511c439a0ce48bc1c4805cea019c717e1d6 dfa530bee0ebaa0c80e77699753dd1f9be8cc12b ef743e53f4d2085118ad0175f4e30d45a9ed331d f5681b1672dbf8ae76f04d280137bf23259fe60b fc4200b3c92bda9bdc84b56acbf1d688e4158c29
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-client-14
Source: postgresql-14
Version: 14.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8070
Depends: libpq5 (>= 14.8), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-14, postgresql-doc-14
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-client-14_14.8-1.pgdg+1_arm64.deb
Size: 1594576
SHA256: da9bb419089aa29223de4ce9b0d2b0eb2587eaee3b343ea9b350a3e36ebe2379
SHA1: 941776a1987aea5279c2fc8ccd3ee48d2bf90379
MD5sum: c780d86c9bf3e28f29789a32add108b3
Description: front-end programs for PostgreSQL 14
 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 14. If you install
 PostgreSQL 14 on a standalone machine, you need the server package
 postgresql-14, 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.
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-client-14-dbgsym
Source: postgresql-14
Version: 14.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2759
Depends: postgresql-client-14 (= 14.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-client-14-dbgsym_14.8-1.pgdg+1_arm64.deb
Size: 2316744
SHA256: 14c8cd19bf9de794ec50d1f3ba8796e1fb455603919b4a8fa1da8dc29ef027ee
SHA1: aa9428649c5b7024331346728ce8adedda3aa20d
MD5sum: 05f0d333124da48ba2d779d4b31ce9c4
Description: debug symbols for postgresql-client-14
Build-Ids: 00b92d9d8fd4f1c400088729cf48722182e68a62 07426624856671bf2372c8b7a6d34c3c5572c3b6 298abd4649ce4451eabd7b7c33605d7acc677265 3480501471273e411b3bfb8e8ca7b93353d11e06 38a93ca31cf2fb1141b4d6497e5931281988a3e3 65b9203ce45b32211103496115fae10a80695101 69eee0ca19f5b7453237a3852c2e80b73a286ea1 72cbec36ac7fd7c0f8cf1b80070386660cc5cc7f 8435efa617683bf174090a802ba6fdc884764ec3 88bd06d8a29cff1363767b386547d5bdf5c6184d 8bba50963880a83ca293eea66659067d94c18789 8d0c2d84da59a7a95ac57afcd3ab786209b0bd66 8d38aa5888a58c3c6f13dd9f909626fb8cee0b98 8eb642f697c26273233ae78b8cb6e6fd164ef01a a0dc0d7270a4751dd04e0df379c6f3006fa69610 acb244281855db59a8ba69d1973fc9237e8c42bc c1d08ead9b3f19d699703c3596dbafc9f030e5f5 cecb71142df5ed6787ac5aa2c4d5d5b4631504eb e029a72be23e6ba049105ace5c43514e9614c927 efc7936825fd64570ae3ccc36ec596ee475a5c75 fd8a86f7ee2fcb9e6c3591c70a74b11ded23616d
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-client-15
Source: postgresql-15
Version: 15.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8786
Depends: libpq5 (>= 15.3), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), liblz4-1 (>= 0.0~r127), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Suggests: postgresql-15, postgresql-doc-15
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-client-15_15.3-1.pgdg+1_arm64.deb
Size: 1652676
SHA256: 125b8bb71c14a8510d8901687a36ef73e48b090ac65e1e655af39162690a848e
SHA1: 5c91a6ad3d6748242a02fd13d447194b6eeda551
MD5sum: 92106a4c4d7e0ddfc3fe8f1615e5d121
Description: front-end programs for PostgreSQL 15
 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 15. If you install
 PostgreSQL 15 on a standalone machine, you need the server package
 postgresql-15, 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.
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-client-15-dbgsym
Source: postgresql-15
Version: 15.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2931
Depends: postgresql-client-15 (= 15.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-client-15-dbgsym_15.3-1.pgdg+1_arm64.deb
Size: 2471344
SHA256: 19265e7a1ad756a58bfc2f7ff3bdd222418a231df1dd7c63f2773716d26200b6
SHA1: 5507b73335df272734b85f10df50c8761b145df9
MD5sum: 5dc47f2a8ed2d166d0ac43d49ada4a29
Description: debug symbols for postgresql-client-15
Build-Ids: 0552e9956bd388520f07af2eda32ed8bcce27e06 2d8b2c1a1d1215f98dda1ec86899696d8e352819 2e19a1d5c71bdcf756a6d754ebe828958ad7d804 2e1f2a1cc3730f29e2555c1854f8d5ba39b36f61 33a534f2ccfdae9577536467e5794ab9a64f760a 3486ca5256acca4f4327460e9a2583c063625f56 41b88e696194ec23a6631aede7b36cf03ade1b76 42499ea051267bd418edfc599ac7a02bf2bcb8f0 4d5db9beae7d59139aebf0bc18e2aa8c24b2a89f 5233d77a29125435bda208e590243cbbd86985cd 5ad56651af1f16070a21aa6bd6f3fb82d7d006b9 699238be45159f9335b5db118890e6c8081b22ea 6ebbc273a1a2000af6071d2cfa031b2d2f45f9b3 76c07a50497575fd42bfb92fb2895ff5995dc812 89c29d34dd178acf99c306b9b8deafd762026b3e 9212f2b938ee32960111633c0e6038bea85d200e a0c6b6fecd3981a28ce8a4e55498e069de83b3bd b07beeaf53360492d44d7e48f02b918fdc7d7540 bd59acf6b1c2c3fa077f04081487d92f65b892fa e843f857d21beca85b26df2fc2c8a921de9654f3 f5c47430beaf5740788e6fa9ad32544369d868fb
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-client-common
Source: postgresql-common
Version: 249.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: netbase, perl:any
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_249.pgdg+1_all.deb
Size: 35636
SHA256: b42dca6d16b49c744860a08ce1990b781112621f8d3f33705351604768008a9c
SHA1: 9b8327d91b310c8c1c0b174e5d86bf60aa54d5e8
MD5sum: 79004e0509d0e3f5267c29ad4a446422
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.
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-common
Version: 249.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 663
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, libjson-perl, sysvinit-utils (>= 3.05-4~) | lsb-base, postgresql-client-common (= 249.pgdg+1), ssl-cert (>= 1.0.11), ucf, perl:any
Recommends: e2fsprogs, logrotate
Conflicts: pgdg-keyring
Breaks: postgresql-9.1 (<< 9.1.1-3~), postgresql-server-dev-all (<< 204)
Replaces: pgdg-keyring, postgresql-server-dev-all (<< 204)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_249.pgdg+1_all.deb
Size: 181084
SHA256: d0036952a870ce008c73fb02a8225b005dc95dcad80c5c68b0d834ad8c887528
SHA1: e682815e3a5dacbd640dea4353b20a3c4d8f6aac
MD5sum: 3c5a67291fb8e5f89a8133364dcf431f
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.
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-contrib
Source: postgresql-common (249.pgdg+1)
Version: 15+249.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16
Depends: postgresql-contrib-15
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-contrib_15+249.pgdg+1_all.deb
Size: 10576
SHA256: fb0596d25271f6a7a714d8a6160fbc7128c3f70ad182cfde4dc64059294f602d
SHA1: 5f8ca26f618fd6e9eb985077560327a8f481f561
MD5sum: 058b103b02e9650c3c4e9a15bf7e4bc3
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.
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-doc
Source: postgresql-common (249.pgdg+1)
Version: 15+249.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16
Depends: postgresql-doc-15
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_15+249.pgdg+1_all.deb
Size: 10568
SHA256: 0f7458544e02f5d51facd1f7096a9dc777897ac904bbea7fafe6f22fde51576a
SHA1: 10c9d23fe2ca6bd0cf66eb82a7df3c121cb8bae9
MD5sum: e3f4c97259e59d267ddfdff460f1c0c1
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.
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-doc-11
Source: postgresql-11
Version: 11.20-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14616
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-11/postgresql-doc-11_11.20-1.pgdg+1_all.deb
Size: 1880772
SHA256: 2c46ce65a763111256ab0f9dc3e01f3220c5befe2331ad221f72c58d4c0df0cf
SHA1: f3f00b7b5c3eb097c782ab100cd3402363d5e80b
MD5sum: 0f25c776dd567de4cc57a076840baf67
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 11. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-doc-12
Source: postgresql-12
Version: 12.15-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14928
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-12/postgresql-doc-12_12.15-1.pgdg+1_all.deb
Size: 1916368
SHA256: 2679135d6dbdb06e71492a3c6c11f95706304960cf7af9ef87526878ed979e33
SHA1: 73995717660da3a30eeaccb635f9e941cc223e9f
MD5sum: 8096b90217aaaf5d49d394358a083fbe
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 12. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-doc-13
Source: postgresql-13
Version: 13.11-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15663
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-13/postgresql-doc-13_13.11-1.pgdg+1_all.deb
Size: 1960756
SHA256: 22bdb37f4eda75734351385ad31c24ebed0252e633cfcd2afec3ee3c3cdcd186
SHA1: e7bcedab337c4b09b4b25f77e246227eb8713c1c
MD5sum: c32238491c9f9eee598f32ed774a0752
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 13. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-doc-14
Source: postgresql-14
Version: 14.8-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16089
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-14/postgresql-doc-14_14.8-1.pgdg+1_all.deb
Size: 2005404
SHA256: 431e91ae96b99d3f27de13210b77136f8cc09a603d015d3571153c53d4031548
SHA1: 04758b9868709f4d37f0d017f937848f8e0591b2
MD5sum: f036b4b5b26343187e403df01ee90e87
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 14. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-doc-15
Source: postgresql-15
Version: 15.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15937
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-15/postgresql-doc-15_15.3-1.pgdg+1_all.deb
Size: 2015108
SHA256: 7700a4b16f6a58bc01350de5ac0989e6b2ecf5b66dec735ec9030d1a0ae5ab6b
SHA1: ed9dd845e823058673952dd2df5cf9a4a95666aa
MD5sum: f61d61bb3baea570ddf9c1b017a75278
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 15. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-plperl-11
Source: postgresql-11
Version: 11.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 435
Depends: perl, postgresql-11 (= 11.20-1.pgdg+1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plperl-11_11.20-1.pgdg+1_arm64.deb
Size: 63960
SHA256: b18452748c492eb3bdc7e9b1e7f1475d91013e1159bde7ae09425537ae97551a
SHA1: 7d8e6c2cf91d6df4bf8061f2d1fa8980eefd3c69
MD5sum: 2eabeff853f59de6a0acc471f51a5d34
Description: PL/Perl procedural language for PostgreSQL 11
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Perl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-plperl-11-dbgsym
Source: postgresql-11
Version: 11.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 211
Depends: postgresql-plperl-11 (= 11.20-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plperl-11-dbgsym_11.20-1.pgdg+1_arm64.deb
Size: 172140
SHA256: 8a7c5c2fd50ef8a3c200e162243810b36486501c1d823100eb8231b8cccc3cb0
SHA1: fbfbe6a65fc229c9546bc06d2f1786f4d66b4533
MD5sum: e6f408d759e5fc34934af7a415cc25f1
Description: debug symbols for postgresql-plperl-11
Build-Ids: c25584eb239d5573e9b324eb7a54a1718e7a052d ccb28b457ee9a7fd914ea3c7b8d57355d374e2e5 fa469077b1431790d7cdbe7e727e6631f9efcd8c
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-plperl-12
Source: postgresql-12
Version: 12.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 478
Depends: perl, postgresql-12 (= 12.15-1.pgdg+1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plperl-12_12.15-1.pgdg+1_arm64.deb
Size: 84044
SHA256: 5ffb0e93139082a33b1d3b24417838e92016cf6c445cd1acaf3c5c69984a7ae8
SHA1: 34fd0aa21ded035c2a45d0c379767d0750455e4b
MD5sum: b70631c8ac0489fa41b501f1f267b1f2
Description: PL/Perl procedural language for PostgreSQL 12
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Perl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-plperl-12-dbgsym
Source: postgresql-12
Version: 12.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 214
Depends: postgresql-plperl-12 (= 12.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plperl-12-dbgsym_12.15-1.pgdg+1_arm64.deb
Size: 174672
SHA256: 875e7bedcdcd59d70c74bf32122ac850b3f5d4f7b60fe162e1cdcaeafb25d190
SHA1: 0c1e07f5d70cd9bdd9c402e3205f0c93cb5468eb
MD5sum: f6cbf69f3931c9cbd4c675e5d02e0e7a
Description: debug symbols for postgresql-plperl-12
Build-Ids: a50c18e95e2ae4d53fb9c0e4cf89c855eb68ea35 b8fc85058c5cd034964e56d78736dd4379d6028e ff65a958477c726616745f610605cc11ca591692
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-plperl-13
Source: postgresql-13
Version: 13.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 558
Depends: perl, postgresql-13 (= 13.11-1.pgdg+1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plperl-13_13.11-1.pgdg+1_arm64.deb
Size: 88628
SHA256: 9b44316448ca147f05163c4f1e87251a713c7efd69e23ff560ed909003dff971
SHA1: d760f91a3fc193bf4137fd75f8ad58e83321de71
MD5sum: 9c80a1a77df6a624f6aecb2b99a4ad22
Description: PL/Perl procedural language for PostgreSQL 13
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Perl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-plperl-13-dbgsym
Source: postgresql-13
Version: 13.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 226
Depends: postgresql-plperl-13 (= 13.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plperl-13-dbgsym_13.11-1.pgdg+1_arm64.deb
Size: 180932
SHA256: 5475f898967088824b86f0e9486f6b84186fccd6fda02a8f3d6a665cd3d2d1ec
SHA1: 13f47097d3a911cf7dce9f030a07cfa983d5b3fc
MD5sum: 7e343508fe45537d67b0335bdf93d9bb
Description: debug symbols for postgresql-plperl-13
Build-Ids: 975bceb65baa129dd2f1f6c1b30f7ce3dad4cf0f aa43e23ead533977a987a863539e2f77d80f7cb2 f29fbcc71666df5289a1695c8d0e6196fb3c3942 fdb50dfeed22892fc3f43a9cff78044dcfacc32c
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-plperl-14
Source: postgresql-14
Version: 14.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 564
Depends: perl, postgresql-14 (= 14.8-1.pgdg+1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plperl-14_14.8-1.pgdg+1_arm64.deb
Size: 86676
SHA256: b0dd703cf197ae5f65d803f235f3110301e9c1d7dcdfd16369613d6e17bcb19a
SHA1: 87a42628397bedf404bf454a289982c38c200202
MD5sum: 83fa2adc2f77ab5e379f6c44a620dd84
Description: PL/Perl procedural language for PostgreSQL 14
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Perl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-plperl-14-dbgsym
Source: postgresql-14
Version: 14.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 226
Depends: postgresql-plperl-14 (= 14.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plperl-14-dbgsym_14.8-1.pgdg+1_arm64.deb
Size: 181728
SHA256: 13be23958f65197f16b2be7b077767a41e4dcd95c4c2ef46565ec56829be7d71
SHA1: 45d280e0595b43bf2eaba64ccd004ce43b39f67a
MD5sum: 6da31c82cdb8f3eddbad216cf13fcbf2
Description: debug symbols for postgresql-plperl-14
Build-Ids: 705dfce8f903d5181d21113d5aabae6e48e34657 a8fc637078c2a3167cacf66aa1006e6abe0c8c51 bf7005b8957a976c40fee8be476bdcea44d47600 d5d753608727313be557ebdab321b129ea94cd29
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-plperl-15
Source: postgresql-15
Version: 15.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 565
Depends: perl, postgresql-15 (= 15.3-1.pgdg+1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plperl-15_15.3-1.pgdg+1_arm64.deb
Size: 84624
SHA256: 47ac352b6893213d78ab22114f7f6591712c4dadfeee028f40ba88180729c9dd
SHA1: 0b9478a6ba0ef2b76c228184486a67e59fe59c9f
MD5sum: da8371bbe81c34a908e395c00ad700bc
Description: PL/Perl procedural language for PostgreSQL 15
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Perl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-plperl-15-dbgsym
Source: postgresql-15
Version: 15.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 230
Depends: postgresql-plperl-15 (= 15.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plperl-15-dbgsym_15.3-1.pgdg+1_arm64.deb
Size: 185504
SHA256: 937fdaf2257a42190db8036467fca88842036394be7195f398b1bd85b27d9a89
SHA1: e61e567179bd923b73d1a09687df6a5e8c62cb01
MD5sum: 5907cbf65262b36b04507059429af16d
Description: debug symbols for postgresql-plperl-15
Build-Ids: 416b0dba5e03dd6407d76678e88f2efc0ce6334c 850474f10b7731fee4ac3ee858a380fd399b1655 9377cbfdaeeec8bbd08be05f7a488421e3db75b5 9b11f0d48864a5f08ab8ea9e52107d55f4dbd179
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-plpython3-11
Source: postgresql-11
Version: 11.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 426
Depends: postgresql-11 (= 11.20-1.pgdg+1), libc6 (>= 2.17), libpython3.11 (>= 3.11.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11_11.20-1.pgdg+1_arm64.deb
Size: 75356
SHA256: c217f8471639d7d4201f0a94269fc540530915f9280cf3d5667d1ddec0f864ef
SHA1: f5c8571f2e9278db368ac56f5d02985055b15f33
MD5sum: f4df4442f83e1b35ee8855497bc23fd7
Description: PL/Python 3 procedural language for PostgreSQL 11
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Python 3.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-plpython3-11-dbgsym
Source: postgresql-11
Version: 11.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 225
Depends: postgresql-plpython3-11 (= 11.20-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11-dbgsym_11.20-1.pgdg+1_arm64.deb
Size: 172944
SHA256: 811d28e68f947501b3250413f6b1285d539dd7a684cf3034554fe96a29c7fdcb
SHA1: 1b38613717698b68517019f0779bc1161b5f146e
MD5sum: a0f865fb95cf9b352f37648ae970cab6
Description: debug symbols for postgresql-plpython3-11
Build-Ids: 01f2257633f2b51eb40b115d1b95e9dd66de72f5 7158085462b91b0c78b677527fb24c27c6e6366d 761972d67b18d73efea46e6202e336d25d87f326 ce456297f5ecf161eb80d81ceefe8377ef14599c
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-plpython3-12
Source: postgresql-12
Version: 12.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 641
Depends: postgresql-12 (= 12.15-1.pgdg+1), libc6 (>= 2.17), libpython3.11 (>= 3.11.0)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12_12.15-1.pgdg+1_arm64.deb
Size: 107972
SHA256: bd4f51d76819080da6469c715e2469ac8039c236b831ab8a6c7215120c6455d2
SHA1: 5c8feb14d6ae8c1dc1382b0ced133f1df4ad55ec
MD5sum: ce2502851c46b6748875dbdaba6ad4ec
Description: PL/Python 3 procedural language for PostgreSQL 12
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Python 3.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-plpython3-12-dbgsym
Source: postgresql-12
Version: 12.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 228
Depends: postgresql-plpython3-12 (= 12.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12-dbgsym_12.15-1.pgdg+1_arm64.deb
Size: 175868
SHA256: 9f55c2f1802ef21c3e84a6668fe55293a57962cc065dc8419b88054a91ecfbc5
SHA1: 20eeb81448f4fd1079d47eb0cbacca1186a80a3c
MD5sum: 9fd66ffe85b132a1fccb244be9e6bd11
Description: debug symbols for postgresql-plpython3-12
Build-Ids: 4464bc9e5d1f6b5ff91d2af556a723d5df80b5ef 7fcb7f91284b9d172d1907d4951c3c6f7e033a13 8d575e555662475849fc03eaed1342692a10de93 8ef5165430e50fb2b72f105bca595f73c84424a2
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-plpython3-13
Source: postgresql-13
Version: 13.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 640
Depends: postgresql-13 (= 13.11-1.pgdg+1), libc6 (>= 2.17), libpython3.11 (>= 3.11.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13_13.11-1.pgdg+1_arm64.deb
Size: 106856
SHA256: 3f383fd0ec52afd69b04a35334cd07627da5984802eb9e0550c460a9ee917532
SHA1: 0563486f3fd92f2e5f7d88a37b735247950b42ed
MD5sum: 7eb1f68cdb4ec663df617fb84efef2bf
Description: PL/Python 3 procedural language for PostgreSQL 13
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Python 3.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-plpython3-13-dbgsym
Source: postgresql-13
Version: 13.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 228
Depends: postgresql-plpython3-13 (= 13.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13-dbgsym_13.11-1.pgdg+1_arm64.deb
Size: 176476
SHA256: 086fd779378db2c04b30c43a4e0e8bf233c2ee36e30ffb1a996f3b972e9eb603
SHA1: f0635630e3490bd07e9cc1d98b802b49d3941e2e
MD5sum: ab27a07ad76d585ab72aeba2ae2199a9
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 514bc9d7d22c15c1925c02759421ab2a5ad62f47 6e0a98099aa8f311fdfe527a9d61c869b09a0321 75db34d95e79af07a7202c37d3c72587bba0cc2c 8883736c73178f8d99e1a40dff475fbd57438a0e
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-plpython3-14
Source: postgresql-14
Version: 14.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 655
Depends: postgresql-14 (= 14.8-1.pgdg+1), libc6 (>= 2.17), libpython3.11 (>= 3.11.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14_14.8-1.pgdg+1_arm64.deb
Size: 106368
SHA256: 16438a00fff8e504db47f568ff0553cc09e759d2d3fd5db5e8d939d46f3ff288
SHA1: 51e0d795124bf039bb87252072b46476264063ac
MD5sum: 01dc4993d51b9e29e3e9903770968b96
Description: PL/Python 3 procedural language for PostgreSQL 14
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Python 3.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-plpython3-14-dbgsym
Source: postgresql-14
Version: 14.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 230
Depends: postgresql-plpython3-14 (= 14.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14-dbgsym_14.8-1.pgdg+1_arm64.deb
Size: 176936
SHA256: 026a8ec240e80a99561e91d42fb5f539e5e1585cdef8c06dfd5a114d38bf4c03
SHA1: 0ab02d2ecb888c6868d7d2a64363b0da779f7fd3
MD5sum: 2090cf3fab2720cbbc1202b55312ebe2
Description: debug symbols for postgresql-plpython3-14
Build-Ids: 7bb48ade7974cc827cdce9305e6edce540ed3aac aa423bc88aed447cfe7f0e27d9104c68e458b7cb cca1a74bef1cea56ca204b7dbe76c5fc4031992f e24db22f8b101e65e4e40f79840cab2a53313b45
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-plpython3-15
Source: postgresql-15
Version: 15.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 734
Depends: postgresql-15 (= 15.3-1.pgdg+1), libc6 (>= 2.17), libpython3.11 (>= 3.11.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15_15.3-1.pgdg+1_arm64.deb
Size: 106024
SHA256: dd5369a2432141853bea2e019806718d1b54e8949a218b60325e3b4f6250ff5b
SHA1: bca0b371ca4b5789a3ac794b1ff779a614568021
MD5sum: 3fa282185ee24206b8aeee4b5307e31e
Description: PL/Python 3 procedural language for PostgreSQL 15
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Python 3.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-plpython3-15-dbgsym
Source: postgresql-15
Version: 15.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 228
Depends: postgresql-plpython3-15 (= 15.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15-dbgsym_15.3-1.pgdg+1_arm64.deb
Size: 177996
SHA256: 4600f7d179aa604c53d336ffe67f9ca0fdf144e90a76d173fa46c3335d2601bf
SHA1: 1816222d5533bf3637fa9e2382ec4d753e0084a7
MD5sum: a160561ebedbe62fcf2cf48b84ad1638
Description: debug symbols for postgresql-plpython3-15
Build-Ids: 85b58e008a42e50871ae085c83a4264498127629 abcce1a6fdecc39a3f3a11cd34a7df6108fb5ac6 bcf7794daed58710d6f98c44cf1b90fdc0cb855f c9c4139e9dffc7d2a153845d18d9fee66dbd7234
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-pltcl-11
Source: postgresql-11
Version: 11.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 178
Depends: postgresql-11 (= 11.20-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11_11.20-1.pgdg+1_arm64.deb
Size: 40008
SHA256: fbcead0fdd5292e23285e22af7d92319978d8d5a75160cfcfcd850d8dd91b3c5
SHA1: 8764ccf55da0060047d725bf88eecad8057caf84
MD5sum: b3b45ab9eb13cf27da7ef26ffda0268d
Description: PL/Tcl procedural language for PostgreSQL 11
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Tcl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-pltcl-11-dbgsym
Source: postgresql-11
Version: 11.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-pltcl-11 (= 11.20-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11-dbgsym_11.20-1.pgdg+1_arm64.deb
Size: 71160
SHA256: 7a21d24c2f674d1047ec34afbe138a343f07e8e668e54fc4779c9d7520ec9d91
SHA1: 29cccdd5b1bd6be1107846485aa7291a241a0aca
MD5sum: 5b8d4d92f95b21f4a7b5b74b7dedf476
Description: debug symbols for postgresql-pltcl-11
Build-Ids: 65494a266f2b39d7d14e952e08f706b1323797e5
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-pltcl-12
Source: postgresql-12
Version: 12.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-12 (= 12.15-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12_12.15-1.pgdg+1_arm64.deb
Size: 40972
SHA256: e02b9c113b7005edc192d6814673804b9129fc00367b6d9767bc10dc5bc524dd
SHA1: 49695a2037606c2f815debe168cfe8e15317e4b6
MD5sum: f353fc74dcb73dfc294e2d4f876ed42d
Description: PL/Tcl procedural language for PostgreSQL 12
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Tcl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-pltcl-12-dbgsym
Source: postgresql-12
Version: 12.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-pltcl-12 (= 12.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12-dbgsym_12.15-1.pgdg+1_arm64.deb
Size: 72224
SHA256: a9d00a34cab724ae63f8dd2b60babd88405ad7e14f3a7bb24f256ac5434b3f94
SHA1: c56475578768d6a5666bb36c4eb406f624c093cf
MD5sum: 59028e42c479594cfcc6ce60f771c04b
Description: debug symbols for postgresql-pltcl-12
Build-Ids: 4ea25d986c98a40a5e9d4fd0ced83f026c2d10d8
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-pltcl-13
Source: postgresql-13
Version: 13.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: postgresql-13 (= 13.11-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13_13.11-1.pgdg+1_arm64.deb
Size: 41540
SHA256: addab4c4ffc6d0f8d3b12e4352711f39c5762f56bcb4ef4ea9fdd69c25af82f3
SHA1: dccfc65bf102793eff24f449b02f5bc68efd7e29
MD5sum: 195cda09fd86f2c2098afba73526042d
Description: PL/Tcl procedural language for PostgreSQL 13
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Tcl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-pltcl-13-dbgsym
Source: postgresql-13
Version: 13.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-pltcl-13 (= 13.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13-dbgsym_13.11-1.pgdg+1_arm64.deb
Size: 75480
SHA256: d97f5061e913000d823fe22ab4305fa60520c28531b2385251ed6b037b449101
SHA1: d9565647f1ef5103756461b0b7ba77d89171228c
MD5sum: 99c1403081bb3b57aebc2bc380d8cc6d
Description: debug symbols for postgresql-pltcl-13
Build-Ids: 03d7113d97cc5606f52d1f3aaa092c2dd9390e9b
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-pltcl-14
Source: postgresql-14
Version: 14.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-14 (= 14.8-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14_14.8-1.pgdg+1_arm64.deb
Size: 38348
SHA256: f518654559b6dec9a7c957ab25cbffdea994c75f710a1ada30311b3d8b69256b
SHA1: 3ae1d0e04913424f042ad7908801f767e70b9018
MD5sum: 0794a5883411a8c25995b426c3e84928
Description: PL/Tcl procedural language for PostgreSQL 14
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Tcl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-pltcl-14-dbgsym
Source: postgresql-14
Version: 14.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-pltcl-14 (= 14.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14-dbgsym_14.8-1.pgdg+1_arm64.deb
Size: 76088
SHA256: aaf5e750b59a7a26b1fde37a59d51b4ad145d8ce3d7e469dfb41fc1c5fcb91c9
SHA1: bdf272f081a30b1ffc685d68b4bd6b1c70852550
MD5sum: 8024428f7cb1a4a127680831c03de8b0
Description: debug symbols for postgresql-pltcl-14
Build-Ids: d7557176c68608919eb56e09bba91d5d43508d29
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-pltcl-15
Source: postgresql-15
Version: 15.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: postgresql-15 (= 15.3-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15_15.3-1.pgdg+1_arm64.deb
Size: 37272
SHA256: 4c0bcece4b0117abba73fda63b1e0980f2ca6cbcffebff3fe67a710d5f9d41ce
SHA1: 57a14839c92bd48aedbd89a72d905aeebae213a4
MD5sum: f2124f8336ccfce41e643d5b5b82d2cb
Description: PL/Tcl procedural language for PostgreSQL 15
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Tcl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-pltcl-15-dbgsym
Source: postgresql-15
Version: 15.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-pltcl-15 (= 15.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15-dbgsym_15.3-1.pgdg+1_arm64.deb
Size: 80748
SHA256: d562333212e4a13341b5fd40cfbcdae818f01bd15d44f4a4b79983c61b164d96
SHA1: 8116556b6865fac168b855e91394ebc28c52f0fb
MD5sum: 0ca39ef19a84df58da62ce9bdeff179e
Description: debug symbols for postgresql-pltcl-15
Build-Ids: 25775aaa1aa659004d8cd1e795cbc2ff1e045984
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-server-dev-11
Source: postgresql-11
Version: 11.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5060
Depends: clang-14, libpq-dev (>= 11~~), llvm-14-dev, postgresql-client-11 (= 11.20-1.pgdg+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-11/postgresql-server-dev-11_11.20-1.pgdg+1_arm64.deb
Size: 927020
SHA256: d2c47d80759cd08ff551c1d9067b84c014b21f05325fa68df20c92962d88a753
SHA1: 03f49de52af910ab3f5776441c9c8303c5d9d164
MD5sum: 9aac11dea6060758cf0360b0aa515ecc
Description: development files for PostgreSQL 11 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.
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-server-dev-12
Source: postgresql-12
Version: 12.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5630
Depends: clang-14, libpq-dev (>= 12~~), llvm-14-dev, postgresql-client-12 (>= 12.1-2~), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-12/postgresql-server-dev-12_12.15-1.pgdg+1_arm64.deb
Size: 994064
SHA256: 96d65f863786606cfa95b35d557006dc07636a040efc70d513111fc8581f5e9b
SHA1: 91e48250a3b2c43a12e68940259415d5bed1d678
MD5sum: 486850b955ff7d2a8174a245d7aa775f
Description: development files for PostgreSQL 12 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.
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-server-dev-13
Source: postgresql-13
Version: 13.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6138
Depends: clang-14, libpq-dev (>= 13~~), llvm-14-dev, postgresql-client-13, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/postgresql-server-dev-13_13.11-1.pgdg+1_arm64.deb
Size: 1039896
SHA256: 1a8f22bd75ebf93311777434a00b5b171d1014035cb52c30d22f892ffe18e7a1
SHA1: cfd95d7f001465ff5213366e55e2b266d432b48e
MD5sum: dc7bc84bf8eaf2d401c2975841dceb4d
Description: development files for PostgreSQL 13 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.
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-server-dev-14
Source: postgresql-14
Version: 14.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6650
Depends: clang-14, libpq-dev (>= 14~~), llvm-14-dev, postgresql-client-14, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14_14.8-1.pgdg+1_arm64.deb
Size: 1113144
SHA256: 3271662aef390102e5a5e6efbc16282abeeebbaa221de5bb75655180918ef3fe
SHA1: 21a96a961053affb1d1eeeefbef80c9d876c65ee
MD5sum: 33022824db6030f88fb2db88a9877661
Description: development files for PostgreSQL 14 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.
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-server-dev-15
Source: postgresql-15
Version: 15.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6808
Depends: clang-14, libpq-dev (>= 15~~), llvm-14-dev, postgresql-client-15, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/postgresql-server-dev-15_15.3-1.pgdg+1_arm64.deb
Size: 1136848
SHA256: 185abd1f054a1ad846449b44f76f8e4aaec4dc037852f8f2390dd581bf77e3ed
SHA1: 234a80f81d643d76e1e85daa166605c38ce22b01
MD5sum: c9e6251376b6484cbae3e12207757938
Description: development files for PostgreSQL 15 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.
Timestamp: 2023-05-11 15:33:10+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 249.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: make:any, postgresql-common (= 249.pgdg+1), postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12, postgresql-server-dev-13, postgresql-server-dev-14, postgresql-server-dev-15
Multi-Arch: same
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_249.pgdg+1_arm64.deb
Size: 20824
SHA256: 80434a14dd64f34aeaa78f0f4bcf455816f5fd366cc7d96741e3a50038664d06
SHA1: 7875229b4ce6771d878efa0d850bd407fb81873b
MD5sum: 8015a9b2b86c02aecaa53c36bd67c5d1
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, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 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.
Timestamp: 2023-05-11 15:33:10+00

Package: pgbouncer
Version: 1.19.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 561
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: lsb-base (>= 3.1), postgresql-common (>= 26), libc-ares2 (>= 1.12), libc6 (>= 2.36), libevent-2.1-7 (>= 2.1.8-stable), libpam0g (>= 0.99.7.1), libssl3 (>= 3.0.0), libsystemd0
Suggests: python3, python3-psycopg2
Enhances: postgresql (>= 7.4)
Homepage: https://www.pgbouncer.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbouncer/pgbouncer_1.19.0-1.pgdg+1_arm64.deb
Size: 203740
SHA256: 2b0c74041b83ea439a8fc305137476f5dae2e6260106626e40b89e26acfe4f6d
SHA1: d4cd6a5e5bf4932799c13e44109999e64fce0d2b
MD5sum: 9cd38db2b8a7b41afe01b968c52d3b34
Description: lightweight connection pooler for PostgreSQL
 PgBouncer is a lightweight connection pooler for PostgreSQL providing the
 following features:
 .
  * Several different methods of pooling 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.
Timestamp: 2023-05-22 17:47:58+00

Package: pgbouncer-dbgsym
Source: pgbouncer
Version: 1.19.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 541
Depends: pgbouncer (= 1.19.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbouncer/pgbouncer-dbgsym_1.19.0-1.pgdg+1_arm64.deb
Size: 490268
SHA256: bb81ce3e2b59c9d1cf44f6c6c33d3e90faac7876c84f9cefff5898a7340d1873
SHA1: 51005882132f93cc6b2aab5c5d397e53b8d5beab
MD5sum: 0649c46ff37df53aa506fa9a82bcfd8d
Description: debug symbols for pgbouncer
Build-Ids: ba8856e1ab94106768827b9ab54704e7418ee708
Timestamp: 2023-05-22 17:47:58+00

Package: postgresql-11-pgvector
Source: pgvector
Version: 0.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-11-pgvector_0.4.2-1.pgdg+1_arm64.deb
Size: 102420
SHA256: 40106d7130be112d61efb7231807f5809f98071ca5cf4d1c4a06597e107aa30e
SHA1: 8f38b9678acd54d2e6421cdda7adc496d78bfcf7
MD5sum: ef4f50914566b6454969a451a5c785d1
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2023-05-22 17:47:58+00

Package: postgresql-11-pgvector-dbgsym
Source: pgvector
Version: 0.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: postgresql-11-pgvector (= 0.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-11-pgvector-dbgsym_0.4.2-1.pgdg+1_arm64.deb
Size: 99080
SHA256: d29a9a8c932327d83ce144a1edbca2ac0432d549a84a420b5b39073fe5d7f6a4
SHA1: c99e6c0191df5f046f68b4ea64e6022331db0f7e
MD5sum: 199a3f3d0493067a2bebf9c895261402
Description: debug symbols for postgresql-11-pgvector
Build-Ids: 987de2c030239d4b0ac3e371c0b94d7dca83c202
Timestamp: 2023-05-22 17:47:58+00

Package: postgresql-12-pgvector
Source: pgvector
Version: 0.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 268
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-12-pgvector_0.4.2-1.pgdg+1_arm64.deb
Size: 106040
SHA256: 74d8fe18574e230e8f1f0f69668e09f42b97ed47451f52f0a4f73905a0d69a33
SHA1: 572d9c5f2efc89497587c973e1b97b6575b2c2f5
MD5sum: dd0419161bd7720c2d14496b9c79c969
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2023-05-22 17:47:58+00

Package: postgresql-12-pgvector-dbgsym
Source: pgvector
Version: 0.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: postgresql-12-pgvector (= 0.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-12-pgvector-dbgsym_0.4.2-1.pgdg+1_arm64.deb
Size: 109864
SHA256: 5face21937d0cc7fab4533203e4b23c73ac0c3211a7a2a1cd00bd49b62b71b77
SHA1: 7b8bcde1b310a99b40af61f967b7688789c9597d
MD5sum: 3ee5198608152005a1e7bcd34d66a014
Description: debug symbols for postgresql-12-pgvector
Build-Ids: bc2c2ce6b5fb592185f86bba8713be873a452630
Timestamp: 2023-05-22 17:47:58+00

Package: postgresql-13-pgvector
Source: pgvector
Version: 0.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 264
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-13-pgvector_0.4.2-1.pgdg+1_arm64.deb
Size: 104204
SHA256: 39946bb2bba4f3ee09bb482cc805b8f3013eda7dce89bb1f4633a01e23b849d4
SHA1: 45c4c42edded98f69a36f9f1501e8e9790337080
MD5sum: 249ea78f7017bacd67f971931aee58eb
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2023-05-22 17:47:58+00

Package: postgresql-13-pgvector-dbgsym
Source: pgvector
Version: 0.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: postgresql-13-pgvector (= 0.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-13-pgvector-dbgsym_0.4.2-1.pgdg+1_arm64.deb
Size: 109928
SHA256: 28ccf41ea5e9864d2a054dc467bc927cdd11251820ea7f265f4f5b34b146bf93
SHA1: a0a8a958544e7007dae16f38707ac47eccf3da5a
MD5sum: 0fbaceb2262effb47f705983e0333475
Description: debug symbols for postgresql-13-pgvector
Build-Ids: 7a522be00f9e070d04f20278e619eef678f48157
Timestamp: 2023-05-22 17:47:58+00

Package: postgresql-14-pgvector
Source: pgvector
Version: 0.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 268
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-14-pgvector_0.4.2-1.pgdg+1_arm64.deb
Size: 104492
SHA256: 82ca1493c4acce76d1f39996c90d8836bd186b640322416155fd3c27bafcd31e
SHA1: 5893c84ffa11b41a5b0d16620da3a21963c57e05
MD5sum: 17cabb1b96f16ffdc1cae81d5e1e8d9f
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2023-05-22 17:47:58+00

Package: postgresql-14-pgvector-dbgsym
Source: pgvector
Version: 0.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: postgresql-14-pgvector (= 0.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-14-pgvector-dbgsym_0.4.2-1.pgdg+1_arm64.deb
Size: 111768
SHA256: cd8534a8b9609c01094cfb8b805597327dbd98c80d133b628294c7212927bd31
SHA1: b15c8288d0a60fc7faaadd2ea02421efa6337a71
MD5sum: a75d37bce31d109cf9dea8bf75b722ad
Description: debug symbols for postgresql-14-pgvector
Build-Ids: 88bf042717161ec2185569d863fb161dcdcaad9c
Timestamp: 2023-05-22 17:47:58+00

Package: postgresql-15-pgvector
Source: pgvector
Version: 0.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-15-pgvector_0.4.2-1.pgdg+1_arm64.deb
Size: 105388
SHA256: 259c3bf8ad8a3820d3444bde524062a7cd83fc9ad4ed97421a105bd3462b1ee3
SHA1: 01297e2a685b612d2beda85c62adb3391bd58fbf
MD5sum: 05f0df08287c9a9c644d854c41513020
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2023-05-22 17:47:58+00

Package: postgresql-15-pgvector-dbgsym
Source: pgvector
Version: 0.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-15-pgvector (= 0.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-15-pgvector-dbgsym_0.4.2-1.pgdg+1_arm64.deb
Size: 112696
SHA256: ea1b58164bc7e613a1132e4377a5d0e68e411b89246d4968f8917d8947884daa
SHA1: 895c810c6192c07940796c140840e76953e053bb
MD5sum: e5924618d7d7f51e16698a7431dc11e8
Description: debug symbols for postgresql-15-pgvector
Build-Ids: 2450311587fcbc39b21c17e49303ba8922f949ed
Timestamp: 2023-05-22 17:47:58+00

Package: libecpg-compat3
Source: postgresql-16
Version: 16~beta1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libecpg-compat3_16~beta1-2.pgdg+1_arm64.deb
Size: 17616
SHA256: e47b1f6a509b5f6e7d5e51bb9a52212a822f6eafe58d66bec26dcabcabc83e55
SHA1: 138161cf51cabb9d974608722781caef972b9bb7
MD5sum: 0ead3bccbd2ddae1ed8cbd7576981741
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.
Timestamp: 2023-05-25 14:13:29+00

Package: libecpg-compat3-dbgsym
Source: postgresql-16
Version: 16~beta1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 16~beta1-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg-compat3-dbgsym_16~beta1-2.pgdg+1_arm64.deb
Size: 38892
SHA256: f1a6764025354f664ced423f6b3b44a62667fa4b634bbe695490b1a07818fc9d
SHA1: 8f3a7f75a4a18dd8d6f11339bcf8e0abbca94d64
MD5sum: f9b507712fa6e33c90a018cf4fbc0fb9
Description: debug symbols for libecpg-compat3
Build-Ids: 5cb2e55f579304b5ffea80b3c3ce061d3c4d0e38
Timestamp: 2023-05-25 14:13:29+00

Package: libecpg-dev
Source: postgresql-16
Version: 16~beta1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1622
Depends: libecpg-compat3 (= 16~beta1-2.pgdg+1), libecpg6 (= 16~beta1-2.pgdg+1), libpgtypes3 (= 16~beta1-2.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/libecpg-dev_16~beta1-2.pgdg+1_arm64.deb
Size: 275096
SHA256: 26b0c5229f97508872addd900869f6cd8eb9a5b1982fcb46eb726e791240b0a0
SHA1: 7dbe433579fec451bea3f8cbd9d2e79e2ba830ed
MD5sum: 2a1614a58e1364fc467824c8ffb74b51
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).
Timestamp: 2023-05-25 14:13:29+00

Package: libecpg-dev-dbgsym
Source: postgresql-16
Version: 16~beta1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 324
Depends: libecpg-dev (= 16~beta1-2.pgdg+1)
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg-dev-dbgsym_16~beta1-2.pgdg+1_arm64.deb
Size: 277572
SHA256: f833313640104eb69981f0a42ea951dc81aa4c9618ae7c50f4da96c2f0cb3561
SHA1: 53f808fbe9c26a92b2efa0d07623f082b5bceb43
MD5sum: 7f174e77cf42964c3fb685b829c80f2d
Description: debug symbols for libecpg-dev
Build-Ids: 32f1a09b2ce950c572122dcc5a658b06c93c41ac
Timestamp: 2023-05-25 14:13:29+00

Package: libecpg6
Source: postgresql-16
Version: 16~beta1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 267
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libecpg6_16~beta1-2.pgdg+1_arm64.deb
Size: 53444
SHA256: f13fef42760aa17d5031ab75bc2fa174ae34c7ee4cc872383ca3ea15075b57e5
SHA1: 4c7c83a3c32f5324cb1e9e293d91c0ccbaa314a3
MD5sum: 015bde1ae734135dc73f2eea8455f556
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.
Timestamp: 2023-05-25 14:13:29+00

Package: libecpg6-dbgsym
Source: postgresql-16
Version: 16~beta1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 16~beta1-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg6-dbgsym_16~beta1-2.pgdg+1_arm64.deb
Size: 113232
SHA256: 94e3e3587e149cfca65c92d1dbd9d7b1434b2ca8299f8616324ca4366977a0a8
SHA1: 09b8b6e7b8fe0e835c723edff2966ee897490ea1
MD5sum: c8a09cb8efe0499e4aa9019ee2765e64
Description: debug symbols for libecpg6
Build-Ids: 876977806e25aa4e89a84aae8b1ef5a5e9a27611
Timestamp: 2023-05-25 14:13:29+00

Package: libpgtypes3
Source: postgresql-16
Version: 16~beta1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libpgtypes3_16~beta1-2.pgdg+1_arm64.deb
Size: 37952
SHA256: 62c268670a345150bdfd22d3b67bffbc3ab176fc4402145fa5392f34a620db73
SHA1: f399f00d9daaac21108ca8db98c4c86b78e13711
MD5sum: 544ba8c718c11066d25296b6db3dac0b
Description: shared library libpgtypes for PostgreSQL 16
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-05-25 14:13:29+00

Package: libpgtypes3-dbgsym
Source: postgresql-16
Version: 16~beta1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libpgtypes3 (= 16~beta1-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libpgtypes3-dbgsym_16~beta1-2.pgdg+1_arm64.deb
Size: 87792
SHA256: be0de5aba45a314918111b49b1d8d73de463ec79664b77c3fc1da6eb6964b1be
SHA1: a9024e18b9701010b0013649eac21ef09af994da
MD5sum: 64c828a6d72a1a2d80f15277f0b55148
Description: debug symbols for libpgtypes3
Build-Ids: 78e123deccdc7f58b18dffd34ead8d339c1dc1fc
Timestamp: 2023-05-25 14:13:29+00

Package: libpq-dev
Source: postgresql-16
Version: 16~beta1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 583
Depends: libpq5 (= 16~beta1-2.pgdg+1), libssl-dev
Suggests: postgresql-doc-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/libpq-dev_16~beta1-2.pgdg+1_arm64.deb
Size: 137696
SHA256: bd5327468214d8f786339e95328549af8c7866e6b404c26de6da1ae0e714d2b3
SHA1: 337b0be020d3828a51638c6c70432dd3dfabb96d
MD5sum: 50d0686ca3eb6cc5259c6298f252f0f4
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.
Timestamp: 2023-05-25 14:13:29+00

Package: libpq5
Source: postgresql-16
Version: 16~beta1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1037
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libpq5_16~beta1-2.pgdg+1_arm64.deb
Size: 205308
SHA256: ad6e987e5f54ffb8f33c1acc5cd1fb819974c687354744e55fce30fc86bde8e8
SHA1: 4bf3d0cfd7c4b720943a6c4c7127237b88e7f070
MD5sum: e82c656eab6f88fdc7dad7a09f03e706
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.
Timestamp: 2023-05-25 14:13:29+00

Package: libpq5-dbgsym
Source: postgresql-16
Version: 16~beta1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 321
Depends: libpq5 (= 16~beta1-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libpq5-dbgsym_16~beta1-2.pgdg+1_arm64.deb
Size: 284428
SHA256: 5337f3cbd93c5810711502cec89e7338e01dcc8ae09b8f406202aafc3edbcf75
SHA1: 4a4eaa9241b8927d5cb6e786a99ebec1d5091218
MD5sum: 20e51ee758b96e1edd8c3214c2deaab2
Description: debug symbols for libpq5
Build-Ids: 4fe7ba2648e49265043101e532a1cf741dcc18c6
Timestamp: 2023-05-25 14:13:29+00

Package: postgresql-16
Version: 16~beta1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62096
Depends: locales | locales-all, postgresql-client-16, postgresql-common (>= 248~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 16~~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-16-jit-llvm (= 14), postgresql-contrib-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/database
Filename: pool/16/p/postgresql-16/postgresql-16_16~beta1-2.pgdg+1_arm64.deb
Size: 18516992
SHA256: 4305b9c1039bb8f1a8b1c99e23c1046b0f0526f730c1d08aee62463537cc60c1
SHA1: 7c536f031cf6df207310a80b4d859a1ec126940b
MD5sum: fb61d135637640caaaee56b286d9b3bf
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 16.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202305211
Timestamp: 2023-05-25 14:13:29+00

Package: postgresql-16-dbgsym
Source: postgresql-16
Version: 16~beta1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20411
Depends: postgresql-16 (= 16~beta1-2.pgdg+1)
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/postgresql-16-dbgsym_16~beta1-2.pgdg+1_arm64.deb
Size: 18573060
SHA256: 1f00a4389f3078ee2025c173912b2542e8afbca541527809c311619ae9088809
SHA1: d24cadd6a25f49979efdf6b559d7ebb8f5f8c3be
MD5sum: 6116db74bd05740948b7c6927312ee38
Description: debug symbols for postgresql-16
Build-Ids: 019790ffaf134c3644eef7af3c7828cb8eebb037 03a576c118ef84563bea5a2b71e5f3eefa3283a6 03a595055ddcf6efc94e7ecf5ca3084b04fa1445 051cb33121af0fc0092aa5b1d5da9028c40ee6f2 082e2d1a6efc5008639b883f3c14e976fdcf52b5 085a037512837e387424c61c692377cdcac83c2f 08701b40f9e3a5f007aec318725763e4426c3b14 0bafba1bea297d4d09e7c62156bd16e7c8673b88 11915f74c258a840bd693137cca5deb0d4fcab99 148bc04f50104a547f539ccf0c7d10fc3d2b4985 160ba1900040ec2f8cad2baf893f58388ede64eb 18685e18def3e8e3b58303cc861ed645214af19d 23601a4077d0a2f03e93346b12e3407c4fe5bd3a 238dcf2f4c7f352213513d77d14c30e278b05669 2404b5d11b0a3793572e7fad54972950a6be4b97 2c2a5eb384275812184a4eea83c2fa06f2f315d5 31995d71d4784624f8e565db3e0fe3a0fd77a76b 3aa954df53779ed41fcae6fb41209417e5dbefe3 3ce9a0f159ab9fdaf542443940b9e31eecd4892e 3dd3934c321d54ef0162bb8125176899994ff901 3f538c69b55643d69ab0063746e2b172c501fcb9 406d9dde53c7d426ba2e5c46cd59d79e99c7e23c 41c29949fa71737da633ca3663849640957af4be 42b63b44d7cc08e00d67f46b1cfdd45a5c46c119 45642797d9e2e1d3f617f17c2610a603edd0588e 457bdef93011d25958f57b6d034e6410c9733009 484327a59a19192896790e9cfa1e7538aed13ae3 4bdd23da3c9383141909e175076754b2ad0be8c4 4c5d6e807a2ad43d03275e993f4a3d049540c5e7 4f931fad197cbec7a6c8c42a970767348547b83d 50195f5e487f87f1030f2ef419b7fb7ecf9b1b55 5487740a747d920085eda0a2b79c443838e03320 5a4d7d7af1ab5af65ee3f01afc54ef0c59d9ac7c 5a86ca0d6950632df74f308aa589d6ade13c2e56 6327b8d4be96542c0b4275a8927b764fb38caeb4 639668494d4aee1c61b8a44c7115f7f036dcfb5c 66aa936d6e5ae28f41066884e62b118240f10e0b 6835a2de877ea8c8e63e6b0a71ec7290897eed9b 6b29907d17d0353356f1f6032400464524634ae4 6b5d4ecdb6a2f80507502b1c2914512b7ff273fb 6c0938319f482de32183fcbbb990109778e12edf 6c12bdfbaf5dd14d13a28cb37a8399fee2727ef6 6de2c77c94d96985fd433cc87c0259f314d98813 73a0e7d6d6d49f47a43fa0acf823c65a21aba8fb 780d626cf138b70b14f4927023ebda41393a2336 79b6e38b653e34c56d3f100d54d266a14efa60a1 80b627fd51673893f7467da22953c99a949f654d 81417485b6b8383e6f62fdeb0e86e41131ee4095 8254e4158043de71c004a3ba02fc38bdc26e151f 84e948bb6e72e6331f2e144d4be799498dc611d0 85daa9caefd9a019145e656543b2658a53589740 898e192f105a18fc87ff252847905691e9687970 89fca2851a90e80fc45c225f115ccad1e729814a 8c4a1e0aac633327badb57dc6bc0a73c26480bd0 8f0231b2ad8c5f0d2ff75e07456be09ec3cd1a44 912362c719be171bca40c7d76e9703ccc0ab97e4 93fbc903e4a53f00e0a768cf592cdfe397148e4f 946496ed8dd892f0ff7751fc87c5d22ffd3bc4e7 9756b3354ff9a1e804e554a72346483bf6d9cba3 a20ea568c17ade689b9d1cc9b3b5046d495205d1 a375402eedfeec343fbb79903804c1c516090f49 ae5745f23612e9ca1640d97c730841085135cd92 b263cb22331fc9c55bdd4472644bd8b7eb7e6b91 b27992f9b63ce06728a28e97e3bd4d6e55614993 b64322458617cf221d5f68a981c480754fd9bfe3 b89ca6f06f627e6516201a56114fe29cfc23b885 bcb59580ac4ab7608d981798b0ce5daeec858ffd be80984ec5955d9708ec98d1531267075e7d24a4 c04970a951741216f48ce02c5c9237d06c1aa4f5 c27e953b48ba861f6c175a3b34ff81d06df59d6c c35aae03b3caef205b03f29db50469f117a29a12 c3b422727d6a460ab815c61e969b2399c3df1364 c4886430b4ebc34f282ace15dd0d291e2bb2d782 c697ded62c5236d190788198af0a689163ed4187 c8d76e479915c44836f1b13a069f8ee29e1c795f cab17d4072cf7e4aca02ef548fba1229e2459379 caca98244be3474ba0e989d596df13a18c53a4bf d542611c3a950842a872c0fcd68c8428e4939fcb db0f0226d6567b8a2d3f563d62931677956e7b10 db7ee69635e96473852ce921fe50bf21f03bb75c db99922dcca3ea955e2a373783fb7100b8d6e202 e159e7233ea4731820f1475f47f5a106be1f5418 e4dc9512278f8190008b0a839b35c44b90e6e4a6 e53ce39a1a5bc2647e9a1d21aea4ce91d5ecc4a3 e589e4457fba32413e0cb27bb16998216f35cac0 e63c11d34796f302684ea7da9d084274701b5260 e6b6bbedd4c40c6210255377006cd0f750d3c48d e6cca19eaa76c9360700a598ef90cfd936b14b36 e8d872b462faa1241e85befa6afbbdad63da8611 ef0d4162eaf23654a3e99953ea79a3cc47d9adeb ef17b2b2178c652b08f9dae57b87bdc2a0597e49 f11b1117e05b911f22e143fa023ca96efe7af604 f1e8dffe1f98ab2c11ba5f6f542d1dfeb678c1e3 f43ea48f6ff39adf47bb118068618f97d38e882c f5d84f042f0ed7d371205248ebbd9af1616fb525 f9b4e30785d810fac7ba5fde12a6fb15c705bdcd
Postgresql-Catversion: 202305211
Timestamp: 2023-05-25 14:13:29+00

Package: postgresql-client-16
Source: postgresql-16
Version: 16~beta1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9916
Depends: libpq5 (>= 16~beta1), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), liblz4-1 (>= 0.0~r127), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Suggests: postgresql-16, postgresql-doc-16
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/database
Filename: pool/16/p/postgresql-16/postgresql-client-16_16~beta1-2.pgdg+1_arm64.deb
Size: 1852544
SHA256: 2ed33611f1d075460f8f4ecdec20c1580e3e23290201dff598882d82efbf2623
SHA1: 169c523d2461204bf97c323762dd75f1d8826053
MD5sum: 78ac6e88dfa71f6493720eeed06e130c
Description: front-end programs for PostgreSQL 16
 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 16. If you install
 PostgreSQL 16 on a standalone machine, you need the server package
 postgresql-16, 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.
Timestamp: 2023-05-25 14:13:29+00

Package: postgresql-client-16-dbgsym
Source: postgresql-16
Version: 16~beta1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3026
Depends: postgresql-client-16 (= 16~beta1-2.pgdg+1)
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/postgresql-client-16-dbgsym_16~beta1-2.pgdg+1_arm64.deb
Size: 2556832
SHA256: 492c1614d68bbcbdae5529b014a2a7cc7fc7a8cb15295128eb39be5bcb0aadf9
SHA1: 2bdf9abc8756d00b4c1cd00da955b8448ddcba43
MD5sum: fcef8500f6605ea0e3d05fe8c29afffd
Description: debug symbols for postgresql-client-16
Build-Ids: 02383d4079b80ebba2ccadd748697702973133b9 17c2e2a8667f3f56d4c36dad4741aeca1abdb06d 1d93cad7920a6746251837f56fbc19eb54b75537 360f5a0aa6b54fa618cf0501cd20a9da3a87e1ae 40f89b1a589f5e4cd35bcf6bf39cb021f4a1dc27 42e16b9e832594331c5df957b747401f8b7a85d2 5fdb0f02bb9556fc4977a0f76004467f7c8c1949 7f3fa40543013363a6d7cf8582c345b0be364f1b 80f0fa312f2febb9eae6c2667d5b82ef9fc4c565 89f441ea499c1d6e03be498b91a80af165621d39 8e346dfd6a09163ff5fc8d0d8481e6922394d8e4 93aa6bdbe1bb6ec4be98e578454b1e5cf25e9a13 9417d441cc798a3713f1beedadd9e023e8ee46da a4c6133dcca8a5b0efe19f5965f23f28e066759d a856abb20bb5863152c74543c6707e4ef6f86d83 b83d6517554045b6a7b78c46ac29a12e6560cbf8 c8472bfbc394f1a718e23aad1b3bbe9e81adbe7e caa49ce084b0cb6afae2a8bfc03ddcedf52b4c85 ce4555e9f658bc8ea482bf0aa58345ce29c15e3a f71578a8c03994eabea3b51ba064186df994b62e fd8f02ca5662dff3a5fd663c2072e92184d068a3
Timestamp: 2023-05-25 14:13:29+00

Package: postgresql-doc-16
Source: postgresql-16
Version: 16~beta1-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16435
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/doc
Filename: pool/16/p/postgresql-16/postgresql-doc-16_16~beta1-2.pgdg+1_all.deb
Size: 2060972
SHA256: b6ad88ea90a05dfd58644e5a4285eaa02a07e99a68eba5ee9c09881ec62183f1
SHA1: 97024cd15d4cac44aaa899cfa1af4999253a0a8f
MD5sum: 7acba14f687203cae742a372b28dab2d
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 16. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-05-25 14:13:29+00

Package: postgresql-plperl-16
Source: postgresql-16
Version: 16~beta1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 578
Depends: perl, postgresql-16 (= 16~beta1-2.pgdg+1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/database
Filename: pool/16/p/postgresql-16/postgresql-plperl-16_16~beta1-2.pgdg+1_arm64.deb
Size: 84548
SHA256: 00ecdba228bfd6c098486d42699dc2a55140ff0f1d06675cbc973b02c05f2c90
SHA1: fe5607058c3c0811bb681baf1fcb998c5d3d9afd
MD5sum: 0d8e9047c58d63d86682ed9ffa18de7a
Description: PL/Perl procedural language for PostgreSQL 16
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Perl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-05-25 14:13:29+00

Package: postgresql-plperl-16-dbgsym
Source: postgresql-16
Version: 16~beta1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 235
Depends: postgresql-plperl-16 (= 16~beta1-2.pgdg+1)
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/postgresql-plperl-16-dbgsym_16~beta1-2.pgdg+1_arm64.deb
Size: 189076
SHA256: 7c52ed6d3b3134e6f789aba599b8b67e4f5a554b615fb479f26d517384065259
SHA1: f31378b2b2faf5533c7df1e91e7ae87a8759e40c
MD5sum: 6f3ca27aa0799e95cb808f487b1a6acb
Description: debug symbols for postgresql-plperl-16
Build-Ids: 375c78369f7838e8a704c288475186f71fd9c42f 6609c6c9bf824018c93f95940f24534baf2123cc 9d6240f6dac2f173fb423be409cae187c8d32e6a f00d9e2619d8714fd557bc04fa320b57c9127b5e
Timestamp: 2023-05-25 14:13:29+00

Package: postgresql-plpython3-16
Source: postgresql-16
Version: 16~beta1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 669
Depends: postgresql-16 (= 16~beta1-2.pgdg+1), libc6 (>= 2.17), libpython3.11 (>= 3.11.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/database
Filename: pool/16/p/postgresql-16/postgresql-plpython3-16_16~beta1-2.pgdg+1_arm64.deb
Size: 103964
SHA256: 7d6627716c9d0174f2b0d6558fd274fe4142130b27698a5fc4809461ca59664b
SHA1: 564d30f2c6d9c0d5fdb0d2fe4d25b87553e18d8e
MD5sum: 81ecf7f7fd3f3363b760255a31d7eaf9
Description: PL/Python 3 procedural language for PostgreSQL 16
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Python 3.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-05-25 14:13:29+00

Package: postgresql-plpython3-16-dbgsym
Source: postgresql-16
Version: 16~beta1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 232
Depends: postgresql-plpython3-16 (= 16~beta1-2.pgdg+1)
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/postgresql-plpython3-16-dbgsym_16~beta1-2.pgdg+1_arm64.deb
Size: 183188
SHA256: 4fbfb6c7fdb86cafaad85e99fb027f25fcb8ac328263d862533c825f757e9b31
SHA1: 354298227ab39a5a57562d8fd95907950cbd98fb
MD5sum: ee86c2bd55b4f01a32e262153bd2f0dd
Description: debug symbols for postgresql-plpython3-16
Build-Ids: 57a94968b6044c343bf2dcbe891848275a0de6cf 73de43392874da815a79b682074b6af389375188 767405af176de47d877c266daf9c5d5402268338 f787ef1540f0d81bd26d393874c72a3daff05f9f
Timestamp: 2023-05-25 14:13:29+00

Package: postgresql-pltcl-16
Source: postgresql-16
Version: 16~beta1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-16 (= 16~beta1-2.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/database
Filename: pool/16/p/postgresql-16/postgresql-pltcl-16_16~beta1-2.pgdg+1_arm64.deb
Size: 36328
SHA256: 76fb47c660673d9cefe3a1cc43a02d82e5c60749f4585343373f1543f1c3dd5d
SHA1: 5dfb8c6b0a455404b3c9c27214a4ad3d771698a5
MD5sum: 87d27a07b9a76c0081b84f1e128d73b9
Description: PL/Tcl procedural language for PostgreSQL 16
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Tcl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-05-25 14:13:29+00

Package: postgresql-pltcl-16-dbgsym
Source: postgresql-16
Version: 16~beta1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: postgresql-pltcl-16 (= 16~beta1-2.pgdg+1)
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/postgresql-pltcl-16-dbgsym_16~beta1-2.pgdg+1_arm64.deb
Size: 82916
SHA256: debc6eb033bc9a7ab5b67a35d22ccb0894c3a25e3f61c455972e132e9f1be2bd
SHA1: 91dd69bbbb1c37d7cbe5dd4f46ea07b8d4cf99a5
MD5sum: fe8bbf2181720cfbad604c4fa7535e6a
Description: debug symbols for postgresql-pltcl-16
Build-Ids: 2e001d22046ff5cb4fe94d7ab22cef9ea840630b
Timestamp: 2023-05-25 14:13:29+00

Package: postgresql-server-dev-16
Source: postgresql-16
Version: 16~beta1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7002
Depends: clang-14, libpq-dev (>= 16~~), llvm-14-dev, postgresql-client-16, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/postgresql-server-dev-16_16~beta1-2.pgdg+1_arm64.deb
Size: 1163232
SHA256: 6c16f0894de437e083f3a22418eeb770078b855f9c97d79ea9313b9df054dd5f
SHA1: 497c7027825436d8cf3177367ac5625fb548f3e5
MD5sum: d9d41798814381a029615af9700d71ff
Description: development files for PostgreSQL 16 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.
Timestamp: 2023-05-25 14:13:29+00

Package: postgresql
Source: postgresql-common (250.pgdg+1)
Version: 15+250.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16
Depends: postgresql-15
Suggests: postgresql-doc
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_15+250.pgdg+1_all.deb
Size: 10640
SHA256: 1a42b5b15379a89dcde6ebe18ba0e9a5c80257755e099f41ac1b79d2b9687b9c
SHA1: 4d14f221132a17880c9229fddf72987aa4b89c7d
MD5sum: 8741dc38d2b44d6a8d8fd7244bd86a31
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.
Timestamp: 2023-05-26 18:59:35+00

Package: postgresql-all
Source: postgresql-common
Version: 250.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16
Depends: libecpg-dev, libpq-dev, postgresql-common (= 250.pgdg+1), postgresql-server-dev-all, postgresql-contrib-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-contrib-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-contrib-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12, postgresql-contrib-13, postgresql-plperl-13, postgresql-plpython3-13, postgresql-pltcl-13, postgresql-contrib-14, postgresql-plperl-14, postgresql-plpython3-14, postgresql-pltcl-14, postgresql-contrib-15, postgresql-plperl-15, postgresql-plpython3-15, postgresql-pltcl-15
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_250.pgdg+1_all.deb
Size: 10776
SHA256: bca8749c84725db0e11828bd031831807257f82c79cb4a1f5ef54d3e95e5c739
SHA1: cde0ae073e21c05fd9d3df3bd785795cea3aa0b7
MD5sum: 643329621aeb0015cadb702e0fcf9ce8
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 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.
Timestamp: 2023-05-26 18:59:35+00

Package: postgresql-client
Source: postgresql-common (250.pgdg+1)
Version: 15+250.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16
Depends: postgresql-client-15
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_15+250.pgdg+1_all.deb
Size: 10648
SHA256: 5f89800338df3fccb431d54523795d4864cbf48b5ab4a7e97f3d919c1eb75dee
SHA1: b2fe0f006ca16917e06a0b0550f494a64bed6031
MD5sum: 7ad8e87505221ab06d22f7b5379065d2
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.
Timestamp: 2023-05-26 18:59:35+00

Package: postgresql-client-common
Source: postgresql-common
Version: 250.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: netbase, perl:any
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_250.pgdg+1_all.deb
Size: 35684
SHA256: f5b6051f7253a2c5a7add01b69d53fce87aa33312a2d8b440d128afae7996909
SHA1: 0d6ee3e5d2c73319ef3e35a338121ff7ceba9434
MD5sum: 52d017fa7e8d68e5c15bc89285c70f2d
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.
Timestamp: 2023-05-26 18:59:35+00

Package: postgresql-common
Version: 250.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 663
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, libjson-perl, sysvinit-utils (>= 3.05-4~) | lsb-base, postgresql-client-common (= 250.pgdg+1), ssl-cert (>= 1.0.11), ucf, perl:any
Recommends: e2fsprogs, logrotate
Conflicts: pgdg-keyring
Breaks: postgresql-9.1 (<< 9.1.1-3~), postgresql-server-dev-all (<< 204)
Replaces: pgdg-keyring, postgresql-server-dev-all (<< 204)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_250.pgdg+1_all.deb
Size: 181216
SHA256: c1e0f1bbc5d996ef1947b82d36e2f1e4df282844b7b6b2dcee08c8d90ab4a4e5
SHA1: a5e33aeeacd0be34b20dece8ede8542043d00f95
MD5sum: 2dc7f760d3ddd222e2abe8135af5bfdd
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.
Timestamp: 2023-05-26 18:59:35+00

Package: postgresql-contrib
Source: postgresql-common (250.pgdg+1)
Version: 15+250.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16
Depends: postgresql-contrib-15
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-contrib_15+250.pgdg+1_all.deb
Size: 10644
SHA256: dc86d978df6c8151fa1a7b8108b88c5aadbd4556a8797b9b79f0c8e6dcc0a3cc
SHA1: 2aeb93d838e1a1ca7302e6bdfc111ec3acceb140
MD5sum: 590b4d549ebef1d9b62998b8cf7d4ac8
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.
Timestamp: 2023-05-26 18:59:35+00

Package: postgresql-doc
Source: postgresql-common (250.pgdg+1)
Version: 15+250.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16
Depends: postgresql-doc-15
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_15+250.pgdg+1_all.deb
Size: 10640
SHA256: f7e3aefade6d529e13382a1d7913cd6da58f42cbd41466ff369eb3de1c5414ba
SHA1: 96e1a7c3d058d3e1ddec960e76348fb4df7c815e
MD5sum: b5d4d22ef8ec5474702a47e394138ca8
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.
Timestamp: 2023-05-26 18:59:35+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 250.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: make:any, postgresql-common (= 250.pgdg+1), postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12, postgresql-server-dev-13, postgresql-server-dev-14, postgresql-server-dev-15
Multi-Arch: same
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_250.pgdg+1_arm64.deb
Size: 20896
SHA256: 37d8bb2f0a36c3f96b0876b51cc5556791347cd65e5c2484b5e41af1663c2651
SHA1: 471bfee46c79a97267ac672086c881b5700e9691
MD5sum: a9c5de9aedae0a58bfff55fb1f481156
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, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 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.
Timestamp: 2023-05-26 18:59:35+00

Package: patroni
Version: 3.0.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 903
Depends: python3-cdiff, python3-click (>= 4.1), python3-dateutil, python3-pkg-resources, python3-prettytable (>= 0.7), python3-psutil, python3-urllib3, python3-yaml, python3:any (>= 3.5~), python3-psycopg2, python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes | python3-pysyncobj
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_3.0.2-1.pgdg+1_all.deb
Size: 178652
SHA256: 9ca2b73cfcf84a7630dc5fe00bb28ea31f903460bb8c4232e82092585578796c
SHA1: b680851321aa54d494744f5bfe9faa77fe330401
MD5sum: 80f1730dfedd35e52d3b4a13e982790b
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2023-05-31 11:53:47+00

Package: patroni-doc
Source: patroni
Version: 3.0.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1289
Depends: libjs-sphinxdoc (>= 5.2), sphinx-rtd-theme-common (>= 1.2.0+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_3.0.2-1.pgdg+1_all.deb
Size: 210924
SHA256: 5a3827f901436588cd2597e2d9ec868ea4c92283fed583ba3d63db000cd329b7
SHA1: 8846cd8ab780fb4f5a36bcd2b69438b6095283cc
MD5sum: 8f9484c04dc03d0185681f988ac23d9f
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2023-05-31 11:53:47+00

Package: pgstat
Version: 1.2.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: libc6 (>= 2.34), libpq5 (>= 9.0~)
Homepage: https://github.com/gleu/pgstats
Priority: optional
Section: database
Filename: pool/main/p/pgstat/pgstat_1.2.0-2.pgdg+1_arm64.deb
Size: 32084
SHA256: 8bf1244ae36efa442d9ef1a4d78def947696ce2160c5a1c6b55dd4f8578382e6
SHA1: 79be5758d27c161b1336c96c3e9efbb940dd3e83
MD5sum: 63450f3091dd78174485f67946f2cc96
Description: Collects PostgreSQL statistics the same way as a vmstat tool
 pgstat is a client utility to gather statistical information from a PostgreSQL
 instance in real time, and acts like vmstat or sar.
 .
 Supported statistics include archiver, bgwriter, connections, databases,
 tables, tables I/O, indexes, functions, archives wals, temporary files,
 and pgBouncer.
Timestamp: 2023-05-31 11:53:47+00

Package: pgstat-dbgsym
Source: pgstat
Version: 1.2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: pgstat (= 1.2.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgstat/pgstat-dbgsym_1.2.0-2.pgdg+1_arm64.deb
Size: 39828
SHA256: cf73b1bb58b51908faa86691c420b8a5f20b1276a471d5d125c92cbf048bc0e8
SHA1: 03b4a6b3d0875a4597bf00ab35ecdc4eaa3b21a9
MD5sum: 99bab0650eff1556403e1b846c36e363
Description: debug symbols for pgstat
Build-Ids: 8ab32e95e9d161824f830231f13a8b73e227f947
Timestamp: 2023-05-31 11:53:47+00

Package: postgis
Version: 3.3.3+dfsg-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 496
Depends: libc6 (>= 2.34), libgdal32 (>= 2.0.1), libgeos-c1v5 (>= 3.6), libpq5, libproj25 (>= 5.2.0)
Recommends: postgresql-postgis, postgis-doc
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.3.3+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 125352
SHA256: 881d625c29bc5e945ad32482a937bab79d3ad19585c9c6f2d84b20aa4c09836d
SHA1: 2ce1b5e00ee8408f38188d3041e54e2d826277db
MD5sum: f2e242fa27756dac5280d43edcb5c239
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2023-05-31 11:53:47+00

Package: postgis-dbgsym
Source: postgis
Version: 3.3.3+dfsg-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 704
Depends: postgis (= 3.3.3+dfsg-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.3.3+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 531512
SHA256: c86aff5b57332de520f5da8d3dce5092c185f1741d7f14dde2d667cd80d156d0
SHA1: 86ba591c9bfb581d16a38b29299f8cdefc006104
MD5sum: 69da51b6e0e3b4063233d3022d9203bf
Description: debug symbols for postgis
Build-Ids: 22137ffc8e49c1d6811354e6ae467c65ac72d98a aeea6815f84292715d6740e17384ce3f92d12385 c96e83277e7c96017d62cf7fb6b47ddc3a2edf5c
Timestamp: 2023-05-31 11:53:47+00

Package: postgis-doc
Source: postgis
Version: 3.3.3+dfsg-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6045
Suggests: postgis
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: doc
Filename: pool/main/p/postgis/postgis-doc_3.3.3+dfsg-1~exp1.pgdg+1_all.deb
Size: 2746228
SHA256: efbfec4793dc54939dc4e854224111c8da119538efbeb6232cdbf8f90e1ea05b
SHA1: 21a45600641c0261284e318b0c579fec6b3d2f6b
MD5sum: ef0b06d32d31c98e9e8f12da5fc22a39
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.
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-10-cron
Source: pg-cron
Version: 1.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 165
Depends: postgresql-10, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-10-cron_1.5.2-1.pgdg+1_arm64.deb
Size: 33072
SHA256: 7292dff9181c0076c21dec378d43c4b79dd75ae180f64dfcfa285c8a84f8253e
SHA1: 84172fe43ebc23b627863811d8b9f03fab34e1d5
MD5sum: 79bffd055171b50eb999f248610c007c
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-10-cron-dbgsym
Source: pg-cron
Version: 1.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-10-cron (= 1.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-10-cron-dbgsym_1.5.2-1.pgdg+1_arm64.deb
Size: 92832
SHA256: 08368e499eee23f855a336562dccaaeba90958544b87693cc443f30984d9585a
SHA1: de801ba36931dce0a6672d337d4363de167905c2
MD5sum: cbb0da401fd51ad90ba44fd0406b89fc
Description: debug symbols for postgresql-10-cron
Build-Ids: 72864f79d025ae3b54baf8843272ddb8000d3d57
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-10-pgmemcache
Source: pgmemcache
Version: 2.3.0-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: postgresql-10, libc6 (>= 2.17), libmemcached11 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg)
Homepage: http://pgfoundry.org/projects/pgmemcache/
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-10-pgmemcache_2.3.0-12.pgdg+1_arm64.deb
Size: 20376
SHA256: 8749fa0a1d2c8ecddc78dd3c9c50197b98ffffc5ab7c6ee7fd9e76ced4e52456
SHA1: 98dc1aedcb6c4bd068cae3ae863ac98e14ea3746
MD5sum: 5d6b3237c662f4efd5051810c10aa4b8
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.
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-10-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-12.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-10-pgmemcache (= 2.3.0-12.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-10-pgmemcache-dbgsym_2.3.0-12.pgdg+1_arm64.deb
Size: 44300
SHA256: 102d3f71b98b0e5575b4d2fd7fcd020d922adde8b4024da6a3ee4fd816df1c63
SHA1: 05ce3956ce586193792c2c820dcc51625023a673
MD5sum: 2e0cd42900a5d986bd39cc32f39b6420
Description: debug symbols for postgresql-10-pgmemcache
Build-Ids: ed04bcb879042c7f1cbe4f59f1615b5c0668e27a
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-10-pgq-node
Source: pgq-node
Version: 3.5-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 538
Depends: postgresql-10, postgresql-10-pgq3
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-10-pgq-node_3.5-3.pgdg+1_all.deb
Size: 12712
SHA256: e3eb0c607bb08c1175bdcd445c01b4e16da00bafba801689a3aa00f8fff3ba7a
SHA1: acb63303306aa67b9b5307620ba2b5288ed30333
MD5sum: ad387f51cc23da4ccafd8faeda0f6f2b
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-11-cron
Source: pg-cron
Version: 1.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 300
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-11-cron_1.5.2-1.pgdg+1_arm64.deb
Size: 102700
SHA256: 3ecb18eb8bc52dfcf27dee3cf69aee6c601a98960284e1bb83e6407169e39b2d
SHA1: bf15d64c8becb8fb7c83cd99164884898e118767
MD5sum: e0cb7fcc2022dfbefb11903f39810ffc
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-11-cron-dbgsym
Source: pg-cron
Version: 1.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-11-cron (= 1.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-11-cron-dbgsym_1.5.2-1.pgdg+1_arm64.deb
Size: 94772
SHA256: 29d1c44e65a69743ab34c27a3cae60824810842a61371ea5dd71a359237c3697
SHA1: bf92c22cfd181e1761827098365c542b62c70df4
MD5sum: 673a664ab8033c70997c55aaa97262a7
Description: debug symbols for postgresql-11-cron
Build-Ids: c679cf6e185ac39d16d3299f3357d4364699c006
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-11-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 352
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.34)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-11-mysql-fdw_2.9.0-1.pgdg+1_arm64.deb
Size: 142424
SHA256: bffce0ae34e0182ab3761dc69ab6177910b8b5f1b7726e454277a1d39adf1e78
SHA1: 9b03e0d7c4b76a269d9c88ccfe3710fb3c873928
MD5sum: 599c3a25e78adea5deed1201457e6f09
Description: Postgres 11 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 11.
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-11-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.9.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 170
Depends: postgresql-11-mysql-fdw (= 2.9.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-11-mysql-fdw-dbgsym_2.9.0-1.pgdg+1_arm64.deb
Size: 149832
SHA256: 79056c0bd7bd6ab9dd0643d238b67cba775e854ee61401f9f7ee860305ab3de7
SHA1: 4cbc709c0917c61ebbf9820addf2fc452a31fa58
MD5sum: 9df46119dd33ddaee4d95f90cbad0f61
Description: debug symbols for postgresql-11-mysql-fdw
Build-Ids: ee91157bb3302dc9492bb2ce58094ac256517dab
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-11-pgmemcache
Source: pgmemcache
Version: 2.3.0-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), libmemcached11 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg)
Homepage: http://pgfoundry.org/projects/pgmemcache/
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-11-pgmemcache_2.3.0-12.pgdg+1_arm64.deb
Size: 49124
SHA256: e34f840e75377f9345631172e2d2ed83b11d67e495a35d1d258ba7b1a74979c6
SHA1: 4077f5af841fa83ccf36e4c9017af21c3acd5691
MD5sum: d18a00f17c5b29926a20a5b64faebf92
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.
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-11-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-12.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-11-pgmemcache (= 2.3.0-12.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-11-pgmemcache-dbgsym_2.3.0-12.pgdg+1_arm64.deb
Size: 39872
SHA256: 75bd0b94c591cdb0d30690a18af70884e570dbf81d62e4e7e2c37137c9bb5cf0
SHA1: b12a4ef270dbb625f8a83472db9ced7380084ad6
MD5sum: e1a9ba53b337f686d5e5ccedf2071c61
Description: debug symbols for postgresql-11-pgmemcache
Build-Ids: fef44fe6e44493ca19d727aa2c6d47dc4ffdf1a0
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-11-pgq-node
Source: pgq-node
Version: 3.5-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 538
Depends: postgresql-11, postgresql-11-pgq3
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-11-pgq-node_3.5-3.pgdg+1_all.deb
Size: 12712
SHA256: 1db98f4155936484fbdf2a9cec57cdabc67881c31bb2ea3c118611cf3d65289d
SHA1: f9b1d39aeb5a670cb85854bc3c7cfc718352c14b
MD5sum: a9b7136acd187139264b1bdf954ef122
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-11-postgis-3
Source: postgis
Version: 3.3.3+dfsg-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9569
Depends: postgresql-11, postgresql-11-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-11-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3_3.3.3+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 3392980
SHA256: 464540e785bdc56bb79c3758e6d23cb659665a324f0c6128185b0a1b5d9fb58f
SHA1: 116efa0dda59841979a55982520d4b827855b79a
MD5sum: 1db9c1fb9a52024dbdb218147347a95d
Description: Geographic objects support for PostgreSQL 11
 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".
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-11-postgis-3-dbgsym
Source: postgis
Version: 3.3.3+dfsg-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4403
Depends: postgresql-11-postgis-3 (= 3.3.3+dfsg-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-11-postgis-3-dbgsym_3.3.3+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 3860368
SHA256: c9b29d96ce3d45156d271f8fd756ffd2311385af9c9b6979d01ce9a977df5ca2
SHA1: 8eab05c2818ac6f72d8838d460d46f336f77c789
MD5sum: 90e43bc2e14078b4ca91ad0a0bdbaa96
Description: debug symbols for postgresql-11-postgis-3
Build-Ids: 36a16e83e5c9f42ca813a9fe07246411b38177c1 71bdc4ad3b20641f946f54d68264bacbdb67766b 7bbf4031202aa229da94b68ba96bd03204280ce4 7dc0c4900dfb7c07bf9cab7d071a286ab97fb6d5 d7469e376fc822d51ec0bf69ae074ff866f9cd61
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-11-postgis-3-scripts
Source: postgis
Version: 3.3.3+dfsg-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38996
Depends: perl:any
Recommends: postgresql-11-postgis-3
Provides: postgresql-11-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3-scripts_3.3.3+dfsg-1~exp1.pgdg+1_all.deb
Size: 1308384
SHA256: a0b0cc0012c83c1f3cb99f6517d686ed1b246579386d01c8f97c8a52f2abaad7
SHA1: 4b1687097a90bad52e2caaf03457cd04db170c2e
MD5sum: e5f1b094f8567d75ff2c51d03dc7cd1e
Description: Geographic objects support for PostgreSQL 11 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 11 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-12-cron
Source: pg-cron
Version: 1.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 302
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-12-cron_1.5.2-1.pgdg+1_arm64.deb
Size: 104280
SHA256: ec289cbc31a7dcd5a89c2ee768715d67d4f87eeef2f556ac7d09daecede26ad0
SHA1: 5dcec07ea0d52d08481c6f67c8e9e429aafd5218
MD5sum: 2cebf9db4085fad7872923282845cd6f
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-12-cron-dbgsym
Source: pg-cron
Version: 1.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 122
Depends: postgresql-12-cron (= 1.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-12-cron-dbgsym_1.5.2-1.pgdg+1_arm64.deb
Size: 102296
SHA256: 127f4c8c63d7eba85fc522f6036d71c02729ec71f30f0f30a8d05dd51a3c0c6b
SHA1: 4096b9d97621d3ad0a1fc995a3f9b0bd8f57a830
MD5sum: 079d49551ceb04a63105b696ad1da83c
Description: debug symbols for postgresql-12-cron
Build-Ids: f1c939a15d3041caed6045212b53991ec7c281fa
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-12-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 357
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.34)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-12-mysql-fdw_2.9.0-1.pgdg+1_arm64.deb
Size: 147160
SHA256: 87716171b6b2f2bb6b32eaee8f3267c407ef5484dc396b9eaae06d619f5162d7
SHA1: dd42bae71da6d79ff4e85aefcf27602926d13e76
MD5sum: 7c7007f6e45526c10577ba031d6f63f0
Description: Postgres 12 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 12.
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-12-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.9.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-12-mysql-fdw (= 2.9.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-12-mysql-fdw-dbgsym_2.9.0-1.pgdg+1_arm64.deb
Size: 157516
SHA256: 82ba972111975a0819baeadde7159ea96e7e925aee4a0ed78d0459cc35e70f1f
SHA1: 63b88fb13a8b15e921374082b56783a043a9dc1a
MD5sum: 90de3d331fc0ef984387c7c0ea4ea40b
Description: debug symbols for postgresql-12-mysql-fdw
Build-Ids: 1380381dfe62249d0461478f100e197555b06a3e
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-12-pgmemcache
Source: pgmemcache
Version: 2.3.0-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), libmemcached11 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg)
Homepage: http://pgfoundry.org/projects/pgmemcache/
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-12-pgmemcache_2.3.0-12.pgdg+1_arm64.deb
Size: 50984
SHA256: 9b7a11eacde73e02ec65ef9ccfc0498ca973c0331f9c83ec285ba712627355dc
SHA1: d4744763dc41e55b8366d143d04e134bae3927d7
MD5sum: f2c177573a2f5c19550c8b6a1a1f49ad
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.
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-12-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-12.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-12-pgmemcache (= 2.3.0-12.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-12-pgmemcache-dbgsym_2.3.0-12.pgdg+1_arm64.deb
Size: 50076
SHA256: 2e81aa709f3a8cc8c720ff1f17263bf6524330cfa76170ed7851e3e58ade4117
SHA1: 0cec8290a47a676e397f753a2781745896a6a816
MD5sum: c8fd9d700b53a5af5df4a86b095d5326
Description: debug symbols for postgresql-12-pgmemcache
Build-Ids: 29fd45965e8e3d92fd7e777320831ebc0e9a3c64
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-12-pgq-node
Source: pgq-node
Version: 3.5-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 538
Depends: postgresql-12, postgresql-12-pgq3
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-12-pgq-node_3.5-3.pgdg+1_all.deb
Size: 12720
SHA256: 3b02ff1b59f037c8886f0143e3bb4c293862ade63cded1228ad07e3fd186c9ab
SHA1: 880f3c7ea44c410282e88900277db47a3290ed7d
MD5sum: 7e5fbed03211b312401ec11b7336607e
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.3.3+dfsg-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9789
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-12-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.3.3+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 3468348
SHA256: 7d8ae65f0166098ce5fcbb8dfb84198cfede75488542e4b04971c43d9be18fc9
SHA1: 649ec2dc35b36ed1e9df7af13f0dd4297862d877
MD5sum: 469e158d31b48334481981faf798c583
Description: Geographic objects support for PostgreSQL 12
 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".
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis
Version: 3.3.3+dfsg-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4432
Depends: postgresql-12-postgis-3 (= 3.3.3+dfsg-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.3.3+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 3891420
SHA256: 41e4cf7512c1e2077e16d8f3b7f160710a3f495e7af7962cf0e36a3907776076
SHA1: 31b7fe22c8ad98e6238f8d8a8578b05e79b7c109
MD5sum: 2c1afbb786cc0ed2827618d636a3717c
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 0ff34b3e047a2e3b410597fdbd6bd3ce278639e9 17533f6bf3dee74c7b0404f5fcf5627c7d7deb08 5811e44554b4452f4e0df16e9fde3b589c42f82e 70dca7602dc1ebf716d65a66cefb2b4dcf4edd44 c0d3e8082e9a8cb08265f7f82d56cde5b854d4e8
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.3.3+dfsg-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 39003
Depends: perl:any
Recommends: postgresql-12-postgis-3
Provides: postgresql-12-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.3.3+dfsg-1~exp1.pgdg+1_all.deb
Size: 1308532
SHA256: 317a99c21827fa24be8fc5d94358cf1c0a5a8b2be6b4b69a90d9871df858b5c5
SHA1: 6a7a082794136ef7da8e57421b6b4e01e5a3eaf7
MD5sum: bbdb2be16a620d3864079f13a923517e
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-13-cron
Source: pg-cron
Version: 1.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 303
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-13-cron_1.5.2-1.pgdg+1_arm64.deb
Size: 104960
SHA256: 76da744b9b0100d8dfea58afe63fe30b2ddb137a3bd2cf962f710662fc0999d6
SHA1: 13c07a0fb0088c5ac9fda0d9cfa8140d9c6de387
MD5sum: 10e9a26834bf31f89f5d0327cef2a4cd
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-13-cron-dbgsym
Source: pg-cron
Version: 1.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 126
Depends: postgresql-13-cron (= 1.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-13-cron-dbgsym_1.5.2-1.pgdg+1_arm64.deb
Size: 106352
SHA256: f7aefe0ae33d085bca35517c4a42619c27d22424c718fa8b7e21d0fd67a2d613
SHA1: 8b4e8574bbb69f6e208ec4d0afb465a5ff284f77
MD5sum: 6a068958ce609766ae44e8a7b2e83d55
Description: debug symbols for postgresql-13-cron
Build-Ids: e13ce8841cc069bf12441b57787d792b21c13ac1
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-13-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 362
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.34)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-13-mysql-fdw_2.9.0-1.pgdg+1_arm64.deb
Size: 150996
SHA256: ccafe8b4db2294ffc5b68794e804fca5909b6409ef9a7c68a4b23f45fd3fd855
SHA1: 467f00c2a9c1fd3e517f4259cb128131745f6089
MD5sum: c14204787bc1c3b895601b51d6c0c5ef
Description: Postgres 13 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 13.
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-13-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.9.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-13-mysql-fdw (= 2.9.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-13-mysql-fdw-dbgsym_2.9.0-1.pgdg+1_arm64.deb
Size: 167548
SHA256: 4449c8a99a20de4c91a508296895c82652a021c0e5d9ca58f8ff38783e353427
SHA1: 34e2988fb5cee6d4a59c246b419ab4fde0fefa45
MD5sum: 7b15932703345d88079aec4abae6ecff
Description: debug symbols for postgresql-13-mysql-fdw
Build-Ids: 25ecd3e7f0644576f1c4f4583c7521267ae0fa59
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-13-pgmemcache
Source: pgmemcache
Version: 2.3.0-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), libmemcached11 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg)
Homepage: http://pgfoundry.org/projects/pgmemcache/
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-13-pgmemcache_2.3.0-12.pgdg+1_arm64.deb
Size: 51068
SHA256: 7668904c2227921f86421f2a133ec8d6c01c9fa678f17656b0c3c43400123ffc
SHA1: e47ab8599f88497aef8768362e41b527f00717c7
MD5sum: 4b28c7923703bb8514a20136cab0e5a4
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.
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-13-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-12.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-13-pgmemcache (= 2.3.0-12.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-13-pgmemcache-dbgsym_2.3.0-12.pgdg+1_arm64.deb
Size: 47356
SHA256: 4047052589f21d4933513542d7306e4fa913ba407280c5e5b2380f96ff8234aa
SHA1: afcd53de1e72b06fe9c4f8884dbe497abf055b22
MD5sum: 92d40e9a32259f9cc273c4775c319101
Description: debug symbols for postgresql-13-pgmemcache
Build-Ids: a1ffd9eed45df367da653d4353308a2c768c5327
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-13-pgq-node
Source: pgq-node
Version: 3.5-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 538
Depends: postgresql-13, postgresql-13-pgq3
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-13-pgq-node_3.5-3.pgdg+1_all.deb
Size: 12704
SHA256: ffe18c86bcf14c5e035f8c874a7ed564284363a4b92ea2db17fed856d69eaa84
SHA1: 7fd1594abefbf30e7282300ade0aa4fd352c57dd
MD5sum: 5f3de64f80c24e9710cfcb4df7c599fd
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.3.3+dfsg-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9844
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-13-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.3.3+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 3479280
SHA256: 7c207b3e9ebf5acf537f39a4bb43eb9a0c7896bb560f43226cdc02a601bfb390
SHA1: ba337d8369f550f34ebc0035022db2abce360caa
MD5sum: d646dd6616ecd91ab9ac0e696034359a
Description: Geographic objects support for PostgreSQL 13
 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".
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis
Version: 3.3.3+dfsg-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4459
Depends: postgresql-13-postgis-3 (= 3.3.3+dfsg-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.3.3+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 3917328
SHA256: a4e82635a3d999f46baa9314b0217d48b801964a74c6c91d4d466ebdd182dc0b
SHA1: 98b589d2e259d22a2059ac535bab4b82a4425650
MD5sum: 7590130795f6d35a91d76bec8e89362a
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 2148acf54a6e2fc75ad7ba51f179afb8a92bca9c 55c6f3f15c853606d296a9b304f7a954c78563e6 60082e92134b73c316efde41788c4f70bbe02b4c 97d15b6031cd04217374c75f6f56c16eba12bc18 bbe0ee38c25644584f29f748033dfed98332d813
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.3.3+dfsg-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 39003
Depends: perl:any
Recommends: postgresql-13-postgis-3
Provides: postgresql-13-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.3.3+dfsg-1~exp1.pgdg+1_all.deb
Size: 1308400
SHA256: 50bbe10c6a997379042bcf7798a2810ec862605c6b51eac70831010e748d62f5
SHA1: 0a0273195c61811e3d86b8034bbeb21a47c25158
MD5sum: 81650e8c71f59091f7a85b012eb2ed08
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-14-cron
Source: pg-cron
Version: 1.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 303
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-14-cron_1.5.2-1.pgdg+1_arm64.deb
Size: 105736
SHA256: 2e39da75019c8ff21d61a0fd9a6bfd7dbabaf9382d06443fc337dd4313934a5e
SHA1: fe010655c870580046527711b4ef01cecc7ea3a1
MD5sum: a3e1469ae81adc62700be33f09be973a
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-14-cron-dbgsym
Source: pg-cron
Version: 1.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-14-cron (= 1.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-14-cron-dbgsym_1.5.2-1.pgdg+1_arm64.deb
Size: 108996
SHA256: 5817aa0af3f68713683facc8a7db643c97fefcc1a3e1d570ff755c2976f204db
SHA1: ce3b01ea9797c0e298044fa9471176fa593fb0ee
MD5sum: d64aef57fec54248bd6ee38f008bdb9f
Description: debug symbols for postgresql-14-cron
Build-Ids: d0b25ce42bc82dc495cf2ee77a1cb6c96dc90684
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-14-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 367
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.34)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-14-mysql-fdw_2.9.0-1.pgdg+1_arm64.deb
Size: 155652
SHA256: c55ec537697dae3e5715747c86b93ccc25a5737d112df044e547f285c863a30b
SHA1: d90064def93e86a022d90a7ed24708ae450c7548
MD5sum: bfb8761510f6291f1e45c8510d9a38d1
Description: Postgres 14 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 14.
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-14-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.9.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-14-mysql-fdw (= 2.9.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-14-mysql-fdw-dbgsym_2.9.0-1.pgdg+1_arm64.deb
Size: 174836
SHA256: dc3ea69e13b7df5342c49629ba796316cf7a2ddf9fad9c616fb786a1fa8fac0c
SHA1: 702a746e200e20472c07d66f9ce2ce94d66e2c28
MD5sum: aa69658ed21c2f8e77faed62ef22d06d
Description: debug symbols for postgresql-14-mysql-fdw
Build-Ids: e465e0f762bb9cc593a5110ee7c7f6b75c34fbb5
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-14-pgmemcache
Source: pgmemcache
Version: 2.3.0-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), libmemcached11 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg)
Homepage: http://pgfoundry.org/projects/pgmemcache/
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-14-pgmemcache_2.3.0-12.pgdg+1_arm64.deb
Size: 51460
SHA256: e75e5311f70ba08564f861a527625931f785e4d047dbf32da07bbab508d72c17
SHA1: 40b2ec2bf9bf69903a8fcc56bf034176d04908cd
MD5sum: 3ff912294e8fc4bc6e254d6efa082f33
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.
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-14-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-12.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-14-pgmemcache (= 2.3.0-12.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-14-pgmemcache-dbgsym_2.3.0-12.pgdg+1_arm64.deb
Size: 48276
SHA256: e6a7c47d54fea33f06f6d756466866ad2d03777cacfb9c46d2a4a11d31023382
SHA1: 6cdc799fdc12122fb517e9bd9c21c60a4668335b
MD5sum: 003cd646a401d10228de9ec9db143dd8
Description: debug symbols for postgresql-14-pgmemcache
Build-Ids: 47ff11635b579c567dba5599ee9f6c893a1a543e
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-14-pgq-node
Source: pgq-node
Version: 3.5-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 538
Depends: postgresql-14, postgresql-14-pgq3
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-14-pgq-node_3.5-3.pgdg+1_all.deb
Size: 12700
SHA256: 7e3fa41d326df33224eb5b6fae967eed6a224a7d6386a041c6d0f751f5a960ca
SHA1: ab24780890371bf572896141f42109e7d0a267eb
MD5sum: 73980da414997d03e84b266e0291398b
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-14-postgis-3
Source: postgis
Version: 3.3.3+dfsg-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9848
Depends: postgresql-14, postgresql-14-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-14-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3_3.3.3+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 3487556
SHA256: 78994d57794f675c1bf3dd5da52125c7cd0234dcdff3d76ab43ca8e0a6134688
SHA1: 199e0e7456c288631522221f5dbe092e4255d963
MD5sum: cc2daee90d59424e5b6d6743eeb58bee
Description: Geographic objects support for PostgreSQL 14
 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".
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-14-postgis-3-dbgsym
Source: postgis
Version: 3.3.3+dfsg-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4446
Depends: postgresql-14-postgis-3 (= 3.3.3+dfsg-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-14-postgis-3-dbgsym_3.3.3+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 3904168
SHA256: 9862cfdd0fccb055853f132cdcc3b7a610155a33ab4ac9da1e904a9ebda72e3c
SHA1: 03cd78e5be3b1caf9b646d9eb143650c265fc1a1
MD5sum: c4bed7a920157edc1540607af82c1128
Description: debug symbols for postgresql-14-postgis-3
Build-Ids: 3b4987b7aca7a3e6dd6beb000aafa40124152ac2 50b7671bcdb68cdfbe104fa1d3cc7742535ef526 84086a3011e247aa721d08cc2827d84b33cc1122 ccd94a517338acd86650fde0c9807f94e5b0d3fd f001415209c2126f483b96ea742aa3a32f11ff63
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-14-postgis-3-scripts
Source: postgis
Version: 3.3.3+dfsg-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 39003
Depends: perl:any
Recommends: postgresql-14-postgis-3
Provides: postgresql-14-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3-scripts_3.3.3+dfsg-1~exp1.pgdg+1_all.deb
Size: 1308448
SHA256: cb7fb49779ad87d9699e353f988db3406acd990ed8ee4bea7b198c68faeaeeba
SHA1: f5bb910eb903fee29084dcd25e32994a127eadf7
MD5sum: cdece7701c9cf42043a47e99b6a265fc
Description: Geographic objects support for PostgreSQL 14 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 14 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-15-cron
Source: pg-cron
Version: 1.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 235
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-15-cron_1.5.2-1.pgdg+1_arm64.deb
Size: 102880
SHA256: 70d119a4ffee7a420f579d7aa2cdf5c554b075003ce59408d63ee4395250ef17
SHA1: 962aa7f95a8c1dcb88999a6501112d8d947b83dd
MD5sum: 63f15b293c7260b28183e1b5c0339584
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-15-cron-dbgsym
Source: pg-cron
Version: 1.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: postgresql-15-cron (= 1.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-15-cron-dbgsym_1.5.2-1.pgdg+1_arm64.deb
Size: 113036
SHA256: e3720740542563bf759070cbdd5b909fbdfdbb2ca8342f9bb63831e9fa0e3f54
SHA1: 32bd2f0b8060f798b91af30808c8cac2256019a5
MD5sum: 33fcb2edcfb991d11e1ac036a19d83a2
Description: debug symbols for postgresql-15-cron
Build-Ids: 1f5ac58818dd4e298dc09785a6efe05de25c1d55
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-15-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 368
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.34)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-15-mysql-fdw_2.9.0-1.pgdg+1_arm64.deb
Size: 155632
SHA256: 478c551d04ff30cb8141a8f50a137b408fd0ce982b4ee259e9de1ee7d539e046
SHA1: a1b690effbdbee2541771a5bdc1be6216fe70527
MD5sum: 848d0c3e3015fa9c807cdf3ee8c5245f
Description: Postgres 15 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 15.
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-15-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.9.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 190
Depends: postgresql-15-mysql-fdw (= 2.9.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-15-mysql-fdw-dbgsym_2.9.0-1.pgdg+1_arm64.deb
Size: 171064
SHA256: 1f704da7fdedaef2f637584f13d3770b65fa893360706ec5c47d373c0fcad517
SHA1: 4f48904965825f0ec4c3240d89f3bf2418b24970
MD5sum: 1af80f1e91cf6e0a9cb02ff40a65f07d
Description: debug symbols for postgresql-15-mysql-fdw
Build-Ids: e4561f43d650c9ec6a39bc071e7b3161cee258f7
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-15-pgmemcache
Source: pgmemcache
Version: 2.3.0-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), libmemcached11 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg)
Homepage: http://pgfoundry.org/projects/pgmemcache/
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-15-pgmemcache_2.3.0-12.pgdg+1_arm64.deb
Size: 51512
SHA256: 0e30e10dca8e483cb0a62adf51c4db0b722c5b8c5f03f9e14dd93e07851ac688
SHA1: 27d2d4bf3cbd62a497b0a1421720bcc95e0796c8
MD5sum: dd30781c83d91d91ab908f0fc7e904c3
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.
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-15-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-12.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-15-pgmemcache (= 2.3.0-12.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-15-pgmemcache-dbgsym_2.3.0-12.pgdg+1_arm64.deb
Size: 48744
SHA256: 3fd0ffef8e80968781217098b4f85010d0b9137e20261a604f83c7ea607859cf
SHA1: e23590cf7c6dae8b22f4e54aba9c7a2a0d62f80a
MD5sum: 046bd83772bf822c28a8f88aa9dea458
Description: debug symbols for postgresql-15-pgmemcache
Build-Ids: 31e8977c6c62e2a007647afb4f806c4e255b4606
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-15-pgq-node
Source: pgq-node
Version: 3.5-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 538
Depends: postgresql-15, postgresql-15-pgq3
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-15-pgq-node_3.5-3.pgdg+1_all.deb
Size: 12712
SHA256: 8a74b182d984fcd8859b1c193eb813b7b53de5acc34d36e61b3b24f8c3dbf263
SHA1: 44c363ea1d2f84d270ee50655a94e5803f238bf1
MD5sum: c765a34eed467325e378bcf3c1a6fac2
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-15-postgis-3
Source: postgis
Version: 3.3.3+dfsg-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10007
Depends: postgresql-15, postgresql-15-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-15-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3_3.3.3+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 3534284
SHA256: 219ebe912dad6b8d7d3f29561ab4bf237563a3894ef04cd4d16069a785486398
SHA1: 89c068d7f68bde7655f378c09ec7e61b50508757
MD5sum: db727f499e3ff5cf01f12c3d33c679ce
Description: Geographic objects support for PostgreSQL 15
 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".
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-15-postgis-3-dbgsym
Source: postgis
Version: 3.3.3+dfsg-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4453
Depends: postgresql-15-postgis-3 (= 3.3.3+dfsg-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-15-postgis-3-dbgsym_3.3.3+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 3908696
SHA256: 7b7f7df9181b503bd66605a523f6679060e27e996d2a4523e87fc0c5b2c6004a
SHA1: 3d74e7b41a62b7be93226e16ab410678e1bafccd
MD5sum: 3bfc8d6039b9be0c32f1b6ed728aa77a
Description: debug symbols for postgresql-15-postgis-3
Build-Ids: 03955ed6f4d66edda561ffe14701884867f8b3b5 50caa2f1cd950cdaa895cc2072b9e105d3b5d1ea 637483ae0a38c719847142eebeec7f58f9229212 b3dbc6d444684956ecf0522105a595ec38075c1c d813bbae6139e872c256a5d15605c06be588c8a0
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-15-postgis-3-scripts
Source: postgis
Version: 3.3.3+dfsg-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 39003
Depends: perl:any
Recommends: postgresql-15-postgis-3
Provides: postgresql-15-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3-scripts_3.3.3+dfsg-1~exp1.pgdg+1_all.deb
Size: 1308712
SHA256: cc6661a087f14818457d3c845d6815ed4f283348251c5836d9ae1ace2a40d8f1
SHA1: c94e1e8ce721969cbefed5e0decd9e47f5334780
MD5sum: be3743b25bed06be230be18fc65e9b5d
Description: Geographic objects support for PostgreSQL 15 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 15 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-postgis
Source: postgis
Version: 3.3.3+dfsg-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 68
Depends: postgresql-postgis-scripts, postgresql-15-postgis-3
Homepage: https://postgis.net/
Priority: optional
Section: metapackages
Filename: pool/main/p/postgis/postgresql-postgis_3.3.3+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 20844
SHA256: 7be09c847a6b2b0987e64bb7fe43a4d7f38dcdb08b0a43b9ee382684aaf3f2bf
SHA1: 3418ff737b451b8b000da378de07df42c59391c9
MD5sum: b7ce0510b3844ca2bf7d25b6d01b0887
Description: Geographic objects support for PostgreSQL -- Metapackage
 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 metapackage depends on the PostGIS package for PostgreSQL 15.
Timestamp: 2023-05-31 11:53:47+00

Package: postgresql-postgis-scripts
Source: postgis
Version: 3.3.3+dfsg-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 68
Depends: postgresql-15-postgis-3-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-postgis-scripts_3.3.3+dfsg-1~exp1.pgdg+1_all.deb
Size: 20864
SHA256: 1895be5d6cc18b7586068a2116580130201c21050fe846bf662a6b3e64bbb3ce
SHA1: 9243aec0dc2f3dbbb64b06dc1c1da7184ef69b1b
MD5sum: 838b7c81448001805b9a579b03c4c471
Description: Geographic objects support for PostgreSQL -- SQL scripts metapackage
 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 metapackage depends on the PostGIS scripts package for
 PostgreSQL 15.
Timestamp: 2023-05-31 11:53:47+00

Package: python3-psycopg2
Source: psycopg2
Version: 2.9.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Installed-Size: 504
Depends: python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.17), libpq5 (>= 10~~)
Suggests: python-psycopg2-doc
Homepage: http://initd.org/projects/psycopg
Priority: optional
Section: python
Filename: pool/main/p/psycopg2/python3-psycopg2_2.9.6-1.pgdg+1_arm64.deb
Size: 116828
SHA256: 5b5c009207553cfeabda6dab29f54e82a23480cef30a3dd680257c6aa9c65de1
SHA1: 3bc1733b20c9b212fd39343d80c0cc6568bf0168
MD5sum: 1f21d6b3231d5ab755665912219f74bf
Description: Python 3 module for PostgreSQL
 psycopg is a PostgreSQL database adapter for the Python3 programming language
 (just like pygresql and popy.) This is version 2, a complete rewrite of the
 original code to provide new-style classes for connection and cursor objects
 and other sweet candies. Like the original, psycopg 2 was written with the
 aim of being very small and fast, and stable as a rock.
 .
 psycopg is different from the other database adapter because it was designed
 for heavily multi-threaded applications that create and destroy lots of
 cursors and make a conspicuous number of concurrent INSERTs or UPDATEs.
 psycopg 2 also provides full asynchronous operations for the really brave
 programmer.
 .
 The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0
 and being thread safe at level 2. It also includes some extensions to the
 standard DBAPI-2.0 to allow for better thread performance.
Timestamp: 2023-05-31 11:53:47+00

Package: python3-psycopg2-dbgsym
Source: psycopg2
Version: 2.9.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Installed-Size: 296
Depends: python3-psycopg2 (= 2.9.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/psycopg2/python3-psycopg2-dbgsym_2.9.6-1.pgdg+1_arm64.deb
Size: 257856
SHA256: 8d6d418e756241edc2cf8754078b2ff3039cacbd9ed55e49dec1230552fd10d2
SHA1: bf1d5fa5fe50067435f430750cb8bcbe8db95f30
MD5sum: 8277cb1a7cf25c4fe8814c4325f884e5
Description: debug symbols for python3-psycopg2
Build-Ids: 003ca59595e407db458868f429e3a9f7c22ff808
Timestamp: 2023-05-31 11:53:47+00

Package: python-psycopg2-doc
Source: psycopg2
Version: 2.9.6-1.pgdg+1
Architecture: all
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Installed-Size: 1996
Depends: libjs-sphinxdoc (>= 5.2)
Suggests: python3-psycopg2
Multi-Arch: foreign
Homepage: http://initd.org/projects/psycopg
Priority: optional
Section: doc
Filename: pool/main/p/psycopg2/python-psycopg2-doc_2.9.6-1.pgdg+1_all.deb
Size: 314176
SHA256: 5c20c23791cabf5106e8a7a5b36e62c89b62715738f781deba36e282e0a6b77d
SHA1: 073c92248a076bf76d9c2b118825214e1e34824b
MD5sum: fba647ec363ddfaa1e9ac2fca5959013
Description: Python module for PostgreSQL (documentation package)
 psycopg is a PostgreSQL database adapter for the Python programming language
 (just like pygresql and popy.) This is version 2, a complete rewrite of the
 original code to provide new-style classes for connection and cursor objects
 and other sweet candies. Like the original, psycopg 2 was written with the
 aim of being very small and fast, and stable as a rock.
 .
 psycopg is different from the other database adapter because it was designed
 for heavily multi-threaded applications that create and destroy lots of
 cursors and make a conspicuous number of concurrent INSERTs or UPDATEs.
 psycopg 2 also provides full asynchronous operations for the really brave
 programmer.
 .
 The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0
 and being thread safe at level 2. It also includes some extensions to the
 standard DBAPI-2.0 to allow for better thread performance.
 .
 This package contains the psycopg2 documentation
Timestamp: 2023-05-31 11:53:47+00

Package: pgbackrest
Version: 2.46-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1015
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.34), liblz4-1 (>= 0.0~r127), libpq5, libssh2-1 (>= 1.5.0), libssl3 (>= 3.0.0), libxml2 (>= 2.7.4), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc, check-pgbackrest
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.46-1.pgdg+1_arm64.deb
Size: 367920
SHA256: 9b459779a5d9e07012d4ffc3fcfeaeccafd11411b8dea7a59a8c891fb1a06f36
SHA1: 65a9999b618df671e38452406f29c09d91b04267
MD5sum: c381eac8cf33c87708218e950a6ed8eb
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.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2023-06-02 11:38:03+00

Package: pgbackrest-dbgsym
Source: pgbackrest
Version: 2.46-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1360
Depends: pgbackrest (= 2.46-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.46-1.pgdg+1_arm64.deb
Size: 1263808
SHA256: a684406e508dfbf40ee9a5cffd39796913d49e9116be2478f083095d396fd611
SHA1: 50e6fcd162cad629065ff88c2a099297e054d7fa
MD5sum: d741baa9b0b950ff92cc3a477a8915a5
Description: debug symbols for pgbackrest
Build-Ids: e9cc6a7b7538f0b063fc3151006f4267dd2bc35e
Timestamp: 2023-06-02 11:38:03+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.46-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1702
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.46-1.pgdg+1_all.deb
Size: 124680
SHA256: a3f062307622b5e487c25a4a0509cbb6f19ef0f7f58c411d27b78c06ca6d706b
SHA1: 2c23acde9d97b85577ea84067d3770cf956f4412
MD5sum: 5098a3afd8e0244aca6684d797b9ff1c
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2023-06-02 11:38:03+00

Package: postgresql-11-pg-failover-slots
Source: pg-failover-slots
Version: 1.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-11-pg-failover-slots_1.0.1-1.pgdg+1_arm64.deb
Size: 41836
SHA256: b8f76797ae42fca102664ab041d59d1de826158d0d6c1911c5286c99a3ec7bcf
SHA1: e189e59f1b5a0aaed301c033527b94354a6eea94
MD5sum: 2448c8946d318c516afd6602a9c124a4
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2023-06-07 20:14:34+00

Package: postgresql-11-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-11-pg-failover-slots (= 1.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-11-pg-failover-slots-dbgsym_1.0.1-1.pgdg+1_arm64.deb
Size: 39208
SHA256: 296c6702e713d096af70e3b3141f8d2e9a68cb936a56804e6bf365c41d8a8275
SHA1: 56aedf4bf4bde850494fd9bd8b23607382ba7774
MD5sum: 4cd36e6aae2f91af7c6979245a36dff9
Description: debug symbols for postgresql-11-pg-failover-slots
Build-Ids: 954a6dd9ec33011d283128662ad175c3a54fd5c9
Timestamp: 2023-06-07 20:14:34+00

Package: postgresql-12-pg-failover-slots
Source: pg-failover-slots
Version: 1.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-12-pg-failover-slots_1.0.1-1.pgdg+1_arm64.deb
Size: 41964
SHA256: c4df845a095313847feed32be94fcfe3edb64f374e3a1a0d93781db91fc153f8
SHA1: 5d5fca62dc93488c1417f96c2bea394165237da7
MD5sum: 1c42ef84d8dfeeb5da08e17df618ca8a
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2023-06-07 20:14:34+00

Package: postgresql-12-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-12-pg-failover-slots (= 1.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-12-pg-failover-slots-dbgsym_1.0.1-1.pgdg+1_arm64.deb
Size: 40008
SHA256: f25361ed7919c2aaa34a0b3acef0ab52a0baf4800052b8aae28778e00a138a34
SHA1: 1346348050dc9e8f440da05736aa1fa55a0d58ca
MD5sum: 47a9acdf7fbd0b35ca64e5ea1ea73378
Description: debug symbols for postgresql-12-pg-failover-slots
Build-Ids: 56bfb5e20c78b6be8fab8bae9df725e7880de47c
Timestamp: 2023-06-07 20:14:34+00

Package: postgresql-13-pg-failover-slots
Source: pg-failover-slots
Version: 1.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-13-pg-failover-slots_1.0.1-1.pgdg+1_arm64.deb
Size: 42144
SHA256: 60b95e9ee8af10a36a1433c6542a351c0072cbfed596c5f590aa28b7b96df63a
SHA1: e1cc1f9dae70be5a88152064e015fb3e1200411e
MD5sum: f7718573a68539036feee52973ecf6fb
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2023-06-07 20:14:34+00

Package: postgresql-13-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-13-pg-failover-slots (= 1.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-13-pg-failover-slots-dbgsym_1.0.1-1.pgdg+1_arm64.deb
Size: 40772
SHA256: cedc83358baa2f7f2e1cb9708e01d0ce1069cec93f4a6fe3cf1946ddc459274d
SHA1: 6d518fabdb03b003536e02871d1f00b4d0331e67
MD5sum: 6d67755215691800bf7e01cca36ded8c
Description: debug symbols for postgresql-13-pg-failover-slots
Build-Ids: a796123e6ea3c17bbe24a8d2e8a8cf62194ca133
Timestamp: 2023-06-07 20:14:34+00

Package: postgresql-14-pg-failover-slots
Source: pg-failover-slots
Version: 1.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-14-pg-failover-slots_1.0.1-1.pgdg+1_arm64.deb
Size: 41936
SHA256: 8c2e56e594b1f6b97f6dd0facd79c37c0cf41e5d1fa66a14468c8d8149bdc12a
SHA1: 8a9a9616e62c956b8f98e43d9b56ab891b7bad53
MD5sum: 7761086d82fd27b86e92b3d7dad5fd92
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2023-06-07 20:14:34+00

Package: postgresql-14-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-14-pg-failover-slots (= 1.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-14-pg-failover-slots-dbgsym_1.0.1-1.pgdg+1_arm64.deb
Size: 40944
SHA256: 775cc2279355688b1bed8bc7e32e6548e454f98d4099e5b3fddd5d74b65205a5
SHA1: 62d98a55a500b13f1240b072229956bfe206b07c
MD5sum: db7c7349c7f6547f97c6f03cbfee1041
Description: debug symbols for postgresql-14-pg-failover-slots
Build-Ids: 9ff5e60ecdfb2c895fcb5ccb0f749914dc5fd1de
Timestamp: 2023-06-07 20:14:34+00

Package: postgresql-15-pg-failover-slots
Source: pg-failover-slots
Version: 1.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-15-pg-failover-slots_1.0.1-1.pgdg+1_arm64.deb
Size: 41920
SHA256: d0a36a83b2e4bea54bc119296a01dcb71c266e04bf78f1fcfc61323c4b1fd027
SHA1: ef189e229b8ee964a1f12a770772e005b3c77bc2
MD5sum: fecb46de6f6556a9da631852848c55d5
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2023-06-07 20:14:34+00

Package: postgresql-15-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-15-pg-failover-slots (= 1.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-15-pg-failover-slots-dbgsym_1.0.1-1.pgdg+1_arm64.deb
Size: 41212
SHA256: ff8474c14bd85f89ba6d253f69a94f995f21382c3000a18418d314c344ef6471
SHA1: 5327f4fb2f6ce4f98f148db5be11a7de44507557
MD5sum: 4bf69a761d328f64653144f9a0549d17
Description: debug symbols for postgresql-15-pg-failover-slots
Build-Ids: 40f7dedaf0d55150e2cc007887be23c4fe974e31
Timestamp: 2023-06-07 20:14:34+00

Package: barman
Version: 3.6.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 79
Depends: python3-barman (= 3.6.0-1.pgdg+1), python3-pkg-resources, adduser, rsync, python3:any
Recommends: openssh-server, openssh-client, postgresql-client
Suggests: barman-cli, repmgr
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman_3.6.0-1.pgdg+1_all.deb
Size: 43560
SHA256: 20b6fb9229ebb1e41a9af6e6645e42e1d1bb6b6f3672e89c4961bc5c3a2170c3
SHA1: e817d38237f7716f4507184f38b730618fbf18fd
MD5sum: 1f6e3b84e97c24bb7512fa7efd1a6629
Description: Backup and Recovery Manager for PostgreSQL
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides barman binary.
Timestamp: 2023-06-15 16:58:47+00

Package: barman-cli
Source: barman
Version: 3.6.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 19
Depends: python3-barman (= 3.6.0-1.pgdg+1), python3-pkg-resources, rsync, python3:any
Recommends: openssh-client, barman-cli-cloud
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli_3.6.0-1.pgdg+1_all.deb
Size: 7068
SHA256: f7c49c2382da1cf2fdd4e500d61689b438c7eeae21b9725152febb1b31dfacf7
SHA1: 5b81599a3dbdbd83955380982bac07ac5da632e2
MD5sum: 141d0e8386128a5085a9bfaeab3896c4
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 organization 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.
Timestamp: 2023-06-15 16:58:47+00

Package: barman-cli-cloud
Source: barman
Version: 3.6.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 49
Depends: python3-barman (= 3.6.0-1.pgdg+1), python3-pkg-resources, rsync, python3:any, python3-boto3
Breaks: barman-cli (<< 2.10-3~~)
Replaces: barman-cli (<< 2.10-3~~)
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli-cloud_3.6.0-1.pgdg+1_all.deb
Size: 27332
SHA256: f43cda9f228cd32fbed6dc26f35099eeea54c1060606206993b82eba8576ecc8
SHA1: f3bc463970239202e8a68fb1283c1b837c3e43a4
MD5sum: 11e4b4b214b810c02ce4afdf8150c3b3
Description: Cloud 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 organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli-cloud package contains cloud client utilities for the
 integration of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by 2ndQuadrant.
Timestamp: 2023-06-15 16:58:47+00

Package: oracle-libs
Version: 1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 22
Depends: libaio1, wget, unzip
Homepage: https://www.oracle.com/database/technologies/instant-client.html
Priority: optional
Section: database
Filename: pool/main/o/oracle-libs/oracle-libs_1.pgdg+1_all.deb
Size: 2828
SHA256: a476461ec16f4cba853aa5a23f02cadc95c42390889d27ad0441b26cdee20890
SHA1: 408f5363bea926961f09cb19503c5682d78e524e
MD5sum: 127bfc605bf97095f385a6e761355c57
Description: downloader for Oracle Instant Client libraries
 This package retrieves and installs the Oracle Instant Client libraries.
Timestamp: 2023-06-15 16:58:47+00

Package: postgresql-10-oracle-fdw
Source: oracle-fdw
Version: 2.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 254
Depends: oracle-libs, postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-10-oracle-fdw_2.5.0-1.pgdg+1_arm64.deb
Size: 75204
SHA256: 7cf09bbfbd998cc90ce2cfed10b198729dd87caa11ddd65f3a054159ce1f2e4d
SHA1: cfe96bf2416f443171296d65226bccd603c8ba09
MD5sum: 7e39d8355964093a17d05de468b22390
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2023-06-15 16:58:47+00

Package: postgresql-10-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-10-oracle-fdw (= 2.5.0-1.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-10-oracle-fdw-dbgsym_2.5.0-1.pgdg+1_arm64.deb
Size: 162552
SHA256: 59e892b46e5106e30a62308437b560df25b5ae196d83c9c5a085e1edfa966eca
SHA1: 344fd70411444061b332e5a7e31a708ca2c09476
MD5sum: 2041a167e5b089cd51656ce3b7e9f017
Description: debug symbols for postgresql-10-oracle-fdw
Build-Ids: 57de65915ac0255f3e1e2215f525f8db481df7eb
Timestamp: 2023-06-15 16:58:47+00

Package: postgresql-11-oracle-fdw
Source: oracle-fdw
Version: 2.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 254
Depends: oracle-libs, postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-11-oracle-fdw_2.5.0-1.pgdg+1_arm64.deb
Size: 76364
SHA256: cff1fe653b20de60aff1e310fa2fcdddaca4732f34449c7df404c63426fffa43
SHA1: a007e416be769e3c5df15d5575f08cc487cbc5b7
MD5sum: 86f301428bce28edd0bfb67a47655dd8
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2023-06-15 16:58:47+00

Package: postgresql-11-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-11-oracle-fdw (= 2.5.0-1.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-11-oracle-fdw-dbgsym_2.5.0-1.pgdg+1_arm64.deb
Size: 165724
SHA256: c8239bb60d5c7f88c569e289cf210817c95ffd7342e152cc4df5c421040500a8
SHA1: 98a4f0935d2dc5ca25e6c8eb243363f7401c46e2
MD5sum: 1432284ea5e4e92f05f5c60c403be9ac
Description: debug symbols for postgresql-11-oracle-fdw
Build-Ids: c110a3bea1922471398d766a3454b2805277b042
Timestamp: 2023-06-15 16:58:47+00

Package: postgresql-12-oracle-fdw
Source: oracle-fdw
Version: 2.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 254
Depends: oracle-libs, postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-12-oracle-fdw_2.5.0-1.pgdg+1_arm64.deb
Size: 76316
SHA256: a8f5caaa765fc60820d3dcf45c09a377c92ee9d298b05fd09cfe374f0a3fc632
SHA1: 13504e5a876ad595fb3a29f573900aab478e6088
MD5sum: 5e747c65a9c680a15242a7fb6618007e
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2023-06-15 16:58:47+00

Package: postgresql-12-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-12-oracle-fdw (= 2.5.0-1.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-12-oracle-fdw-dbgsym_2.5.0-1.pgdg+1_arm64.deb
Size: 171328
SHA256: 6636f551fdc8b2fdd9f2f3e847739c7cf1b6db8f4aa83a5dc950f8978be90a32
SHA1: 46668676fda367e51a228fb71f7e65e5d886cf3b
MD5sum: cba5d51635609e992b815e5439bc542a
Description: debug symbols for postgresql-12-oracle-fdw
Build-Ids: f78c57a1c4bc5630e6ba065dc5ec0792ff9c0543
Timestamp: 2023-06-15 16:58:47+00

Package: postgresql-13-oracle-fdw
Source: oracle-fdw
Version: 2.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 254
Depends: oracle-libs, postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-13-oracle-fdw_2.5.0-1.pgdg+1_arm64.deb
Size: 77520
SHA256: c5558944c92b673ff3fe1f319b311912eee2bc23c93fb0c1f2779c1cfcc6ce7d
SHA1: 609077598fcf3370299c7ab7eb064663326933e8
MD5sum: 96851b005e005415ba4e781560449c4d
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2023-06-15 16:58:47+00

Package: postgresql-13-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-13-oracle-fdw (= 2.5.0-1.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-13-oracle-fdw-dbgsym_2.5.0-1.pgdg+1_arm64.deb
Size: 178156
SHA256: c69194e08b56ad9556c3e5608fb1a48cdab0828bb5661d9c74166aded095d1d6
SHA1: dd13c4e0b01673599dac955f2a0d93d3a1e8d4dc
MD5sum: ed1559deb5a75e2f336a365a4758e898
Description: debug symbols for postgresql-13-oracle-fdw
Build-Ids: c99bd150224854a2c45c247a26195c76c6f79c9f
Timestamp: 2023-06-15 16:58:47+00

Package: postgresql-14-oracle-fdw
Source: oracle-fdw
Version: 2.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 254
Depends: oracle-libs, postgresql-14, libc6 (>= 2.17)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-14-oracle-fdw_2.5.0-1.pgdg+1_arm64.deb
Size: 77380
SHA256: bcb9c7b53da038b51949b94c19b196de39099b35f06373f045fc44ef32f0ac62
SHA1: 064d26ad88d706a973948d8efc8af77b926eede9
MD5sum: 13db60d9c4584e2418996178534bfc44
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2023-06-15 16:58:47+00

Package: postgresql-14-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 200
Depends: postgresql-14-oracle-fdw (= 2.5.0-1.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-14-oracle-fdw-dbgsym_2.5.0-1.pgdg+1_arm64.deb
Size: 179180
SHA256: 25c87a936d150f29a7c48d6464bbf20f863841c8ec1a43cb303cee2ef66267dc
SHA1: 9c168139b9c549fee72864af1e11bd5425058420
MD5sum: a258096a45b6a50c2a31757b0c19f5b4
Description: debug symbols for postgresql-14-oracle-fdw
Build-Ids: d4990143005b35cd8787922461b0477cbc5dbe29
Timestamp: 2023-06-15 16:58:47+00

Package: postgresql-15-oracle-fdw
Source: oracle-fdw
Version: 2.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 254
Depends: oracle-libs, postgresql-15, libc6 (>= 2.17)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-15-oracle-fdw_2.5.0-1.pgdg+1_arm64.deb
Size: 77756
SHA256: 32f8d11af5d51f45c0bf7b098163693ca26f534b1ca8945a3f7e15158cb6517e
SHA1: 200553883524f788fb86b1c9d24123724e22aaba
MD5sum: b203f26072c6367f4f516b2111a8d799
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2023-06-15 16:58:47+00

Package: postgresql-15-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: postgresql-15-oracle-fdw (= 2.5.0-1.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-15-oracle-fdw-dbgsym_2.5.0-1.pgdg+1_arm64.deb
Size: 181700
SHA256: 2c12c98f4ebe10c7d76132fa0a42a0b032670ab74aceeb033e5854672f66bba3
SHA1: ef6a530cd82cfbb5f14c3bfd4c38caa9d9c312bd
MD5sum: bb4ee4ed51a5edb368ba7ec2cc3d834a
Description: debug symbols for postgresql-15-oracle-fdw
Build-Ids: a1bf2eeafd43141d5b5422059e0fdde0c7d60695
Timestamp: 2023-06-15 16:58:47+00

Package: python3-barman
Source: barman
Version: 3.6.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1336
Depends: python3-argcomplete, python3-dateutil, python3-psycopg2, python3:any
Breaks: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Replaces: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Homepage: https://www.pgbarman.org
Priority: optional
Section: python
Filename: pool/main/b/barman/python3-barman_3.6.0-1.pgdg+1_all.deb
Size: 208628
SHA256: 0f5e88a83f9ed89507dd4cafe58548140bbcec3046825ca45d1fc3a044b75166
SHA1: e89e995053897225dcb22f81810b0258bd8c8952
MD5sum: 5ddd6496430d72b9ef9721a49575a45f
Description: Backup and Recovery Manager for PostgreSQL - Python modules
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides Python 3 modules only.
Timestamp: 2023-06-15 16:58:47+00

Package: postgis
Version: 3.3.3+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 496
Depends: libc6 (>= 2.34), libgdal32 (>= 2.0.1), libgeos-c1v5 (>= 3.6), libpq5, libproj25 (>= 5.2.0)
Recommends: postgresql-postgis, postgis-doc
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.3.3+dfsg-2.pgdg+1_arm64.deb
Size: 125252
SHA256: 97248fac57c9547f542f507bf43a7ab3735c03e6f789252d4905928c08edb991
SHA1: a48387c703b08bf7e1b7cef1d1cc622cd2a5119d
MD5sum: 143ec1067cf87551e45f5752f00fce10
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2023-06-19 18:32:16+00

Package: postgis-dbgsym
Source: postgis
Version: 3.3.3+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 704
Depends: postgis (= 3.3.3+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.3.3+dfsg-2.pgdg+1_arm64.deb
Size: 532280
SHA256: bff5a0725e493d31235f3a4344cea6a9ad3680445e7d694b25e2d5350bc0a111
SHA1: 74a673db2b01e1d45f5899e9f163186640faceae
MD5sum: 799f27b419794910f38bcfa7230e695d
Description: debug symbols for postgis
Build-Ids: 0bc747d17745aff10a68b48122a8c08ab41c84ba 56502f137a389b1b42401e640198e04d9509522e d970812155798265cea25367c831898def0b0a15
Timestamp: 2023-06-19 18:32:16+00

Package: postgis-doc
Source: postgis
Version: 3.3.3+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6045
Suggests: postgis
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: doc
Filename: pool/main/p/postgis/postgis-doc_3.3.3+dfsg-2.pgdg+1_all.deb
Size: 2746124
SHA256: ed19e12d3c393ee078f8bf27c74d57ed293c91f2aa23e7c6243f43029e7452e9
SHA1: 3b6484091110a9329f2ac245015380081d829fc5
MD5sum: 7d1574e2688274437f225133f48db5b8
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.
Timestamp: 2023-06-19 18:32:16+00

Package: postgresql-11-postgis-3
Source: postgis
Version: 3.3.3+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9569
Depends: postgresql-11, postgresql-11-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-11-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3_3.3.3+dfsg-2.pgdg+1_arm64.deb
Size: 3393180
SHA256: 2410841ca49e0e71a072e01ee52b7280d9412937422e2dc7707843b1a90e5c6d
SHA1: 409f917fe6bd25807336487f81ccede40f2a0fb8
MD5sum: b72d6530a1c8725760a4e71590f2e026
Description: Geographic objects support for PostgreSQL 11
 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".
Timestamp: 2023-06-19 18:32:16+00

Package: postgresql-11-postgis-3-dbgsym
Source: postgis
Version: 3.3.3+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4403
Depends: postgresql-11-postgis-3 (= 3.3.3+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-11-postgis-3-dbgsym_3.3.3+dfsg-2.pgdg+1_arm64.deb
Size: 3860104
SHA256: 875cf5db7d2a7fc6d8ba3b5e7143df5114b9ed04f8d9d717840aecde65d59d46
SHA1: 99d5f4a790e09edb29657e14226b5de25a0db1b8
MD5sum: b7d7eee16c7a2a2a09384c0f82809cab
Description: debug symbols for postgresql-11-postgis-3
Build-Ids: 3d6f01b00234c3017cfd4c47949f5097d3f3e780 46adf8ab680d1854ef2f139c9db9a8ed1a83aee5 68c0aee339b7603a149dcee99a1193c8210ce42c a2afa81e8c0e9aee672889fed17798294cceaf65 d47753e79ebb5827168430903f57893f7c250d62
Timestamp: 2023-06-19 18:32:16+00

Package: postgresql-11-postgis-3-scripts
Source: postgis
Version: 3.3.3+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38996
Depends: perl:any
Recommends: postgresql-11-postgis-3
Provides: postgresql-11-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3-scripts_3.3.3+dfsg-2.pgdg+1_all.deb
Size: 1308696
SHA256: 800ced32dacd3cb8d072db64b90a1b7dc000fcec1a7c6318417a7c26492e265a
SHA1: 7ec266b04326087437d1835e4d0743d034d04b1d
MD5sum: 0dbbded3b4517713fb2c552102a0cdac
Description: Geographic objects support for PostgreSQL 11 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 11 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2023-06-19 18:32:16+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.3.3+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9789
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-12-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.3.3+dfsg-2.pgdg+1_arm64.deb
Size: 3467604
SHA256: 849c4d22dfbe04a45fbb86d6abe676a12355951702690cbbb67c226ecfaad375
SHA1: 83f3840428eb61b5e5e60654132ec4cf2ad3d994
MD5sum: 676ab9a983581c0d138f8490d62990d7
Description: Geographic objects support for PostgreSQL 12
 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".
Timestamp: 2023-06-19 18:32:16+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis
Version: 3.3.3+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4432
Depends: postgresql-12-postgis-3 (= 3.3.3+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.3.3+dfsg-2.pgdg+1_arm64.deb
Size: 3890440
SHA256: 24e952f84949a0e4125d6f375ff85c937cc7ddcf56766847990b15cd10bde0df
SHA1: 4b1ac48d1fbe7b972b4e20cfeb45c13b4521c455
MD5sum: 8f1902ae250263a45dabdaf68d042345
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 53e9b8eec58590deb2e766f0e68b67eb659cb780 662458775e805da549a9a360548683d51a01f919 6e9fdb657ac226dce99515a90539f239d2c7a173 b9ac482c288613ff12591720b96accffb79cc278 fa0be467df72467fb93a09af10afc5b3d1dd5bd1
Timestamp: 2023-06-19 18:32:16+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.3.3+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 39003
Depends: perl:any
Recommends: postgresql-12-postgis-3
Provides: postgresql-12-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.3.3+dfsg-2.pgdg+1_all.deb
Size: 1308548
SHA256: ce8ab8e516795c12f68edc69143cf6abe4c1b4a76d9ba07cc7df73e0ab7015d3
SHA1: 87114995289abead22d21086f4ca7accaaa95892
MD5sum: 225489e1d4387a2d84befb6f4de5185a
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2023-06-19 18:32:16+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.3.3+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9780
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-13-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.3.3+dfsg-2.pgdg+1_arm64.deb
Size: 3477608
SHA256: a2168bc05e03019c3e384706b2fb56dedb6991b41b1d6a6396cf01a09cfe6e12
SHA1: 3f616b29b3a18895b47e7145721fdecdcd8d0a0d
MD5sum: c2ab20316504710f43687b8f32fa049e
Description: Geographic objects support for PostgreSQL 13
 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".
Timestamp: 2023-06-19 18:32:16+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis
Version: 3.3.3+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4458
Depends: postgresql-13-postgis-3 (= 3.3.3+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.3.3+dfsg-2.pgdg+1_arm64.deb
Size: 3916204
SHA256: a86dd32debb1abfd11cde6d14335ff5abd0d31b44d0798c35b89d8ec1fcf8314
SHA1: 8ba36b1a9f61a32b00b4070019ee9798a28bb9b7
MD5sum: 856c3f3b69f4b6c549d316576d102bbf
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 412c1840a9260ec622762af5bb0289a39181014d 717124ebf287b2e4aa6aa0d39a8280ad1575bbb0 ac5b2dfc792a863ee1c86d2f9a2f01e6ac805c72 d1af40c2b22aeee3dff34b92d37e01b4538acadb f1102d25f3b8d13caaeff8839e5e6dc5be644f99
Timestamp: 2023-06-19 18:32:16+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.3.3+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 39003
Depends: perl:any
Recommends: postgresql-13-postgis-3
Provides: postgresql-13-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.3.3+dfsg-2.pgdg+1_all.deb
Size: 1308556
SHA256: 598177b897d8881495a5176cfa8cd3243e42a9464ea01a254325591410902075
SHA1: d36f944d5a4a139b73fc930337cb5e4e6890763c
MD5sum: 3f5d89de74baaed54bb3c722d72f5dc8
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2023-06-19 18:32:16+00

Package: postgresql-14-postgis-3
Source: postgis
Version: 3.3.3+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9848
Depends: postgresql-14, postgresql-14-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-14-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3_3.3.3+dfsg-2.pgdg+1_arm64.deb
Size: 3486860
SHA256: b2a511a089971086f0b384d5175859786e0dfb9ec2267036a7f13b53d2d08002
SHA1: ae1549ac8f09f1aae941806ca705707177d8b8fa
MD5sum: d974b046d6712b9dbf946ed4b9283415
Description: Geographic objects support for PostgreSQL 14
 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".
Timestamp: 2023-06-19 18:32:16+00

Package: postgresql-14-postgis-3-dbgsym
Source: postgis
Version: 3.3.3+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4447
Depends: postgresql-14-postgis-3 (= 3.3.3+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-14-postgis-3-dbgsym_3.3.3+dfsg-2.pgdg+1_arm64.deb
Size: 3905536
SHA256: c41b5272a1b949ddc21717a47bbc3517fe2f317884ddb6a75cee2087089be038
SHA1: aa08adbf75a7ba89595c2c1e81fb5c121e37c3b4
MD5sum: 1449159e02ea847586b5466d3ae87c81
Description: debug symbols for postgresql-14-postgis-3
Build-Ids: 15ba5905fd84dd6de366d3c917b0ba2a73494bea 1ec0a115ededcfc49ad2a673d4964017207eb9d9 371b31dfb4edfa630ebd9887f9c40cfd3797fdb2 bda612672aa7b5b9bf751163a43f0e20684579aa d074325006ba09f6b7d82ff98f65ac9978277fe5
Timestamp: 2023-06-19 18:32:16+00

Package: postgresql-14-postgis-3-scripts
Source: postgis
Version: 3.3.3+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 39003
Depends: perl:any
Recommends: postgresql-14-postgis-3
Provides: postgresql-14-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3-scripts_3.3.3+dfsg-2.pgdg+1_all.deb
Size: 1308360
SHA256: a8f9849dd2585bebdb87a795764a86d241047a3a2bf48c9fe75acdf2acf05e20
SHA1: b8330cbefd08e25314a4b3743e8354ba934438e5
MD5sum: f2575651ca29409e7d42836acdb33961
Description: Geographic objects support for PostgreSQL 14 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 14 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2023-06-19 18:32:16+00

Package: postgresql-15-postgis-3
Source: postgis
Version: 3.3.3+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10007
Depends: postgresql-15, postgresql-15-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-15-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3_3.3.3+dfsg-2.pgdg+1_arm64.deb
Size: 3533884
SHA256: b03ddade434fe441c2ed0beee060dc38950bb27ac4ac55495beaa452d60daee4
SHA1: b5acb7cf4bf43ab1ec65ac1189ef9ecc203caadb
MD5sum: d91625149eb43cb55d8af1c88b7f699d
Description: Geographic objects support for PostgreSQL 15
 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".
Timestamp: 2023-06-19 18:32:16+00

Package: postgresql-15-postgis-3-dbgsym
Source: postgis
Version: 3.3.3+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4454
Depends: postgresql-15-postgis-3 (= 3.3.3+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-15-postgis-3-dbgsym_3.3.3+dfsg-2.pgdg+1_arm64.deb
Size: 3909380
SHA256: 76c69a048e1ca6a80a800522e6dc445e081170dcd5a26b7fe178d5c39012c278
SHA1: f9af65a4a4427aab0f3944ae651618161578ba5a
MD5sum: f009bfe408ca8d55932e44815139acd3
Description: debug symbols for postgresql-15-postgis-3
Build-Ids: 00a9256f4518e2e652052e11ae17ede5b640de8f 0fd11eb2a3ec7bf5332dc87a95b2e1331f265962 8ecab3b100c556de125b6c162f2b768802b3efda aa3e6a80ee73dc2b53a9987560b94f2b1f73d8d5 b151d1f56dfdda8740ac23f90f5a600a3a6c383f
Timestamp: 2023-06-19 18:32:16+00

Package: postgresql-15-postgis-3-scripts
Source: postgis
Version: 3.3.3+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 39003
Depends: perl:any
Recommends: postgresql-15-postgis-3
Provides: postgresql-15-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3-scripts_3.3.3+dfsg-2.pgdg+1_all.deb
Size: 1308440
SHA256: 76441d404079bb315f67e18ae2b437fe53b876edb8725b046906e9e86e647080
SHA1: ecff81442610da70f0a22c67e5204eaec83141e7
MD5sum: bb8956a9a28cf34ec1d095074abc5d89
Description: Geographic objects support for PostgreSQL 15 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 15 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2023-06-19 18:32:16+00

Package: postgresql-postgis
Source: postgis
Version: 3.3.3+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 68
Depends: postgresql-postgis-scripts, postgresql-15-postgis-3
Homepage: https://postgis.net/
Priority: optional
Section: metapackages
Filename: pool/main/p/postgis/postgresql-postgis_3.3.3+dfsg-2.pgdg+1_arm64.deb
Size: 20904
SHA256: a5e07ceac9c22ef7b051c826781c373531ffa88cabdad8c6636f56f51640e835
SHA1: c830e9d4a95a6ae8ba5404aa836b5daebb429833
MD5sum: 9206b59f732c73cd0ee01374eff3c969
Description: Geographic objects support for PostgreSQL -- Metapackage
 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 metapackage depends on the PostGIS package for PostgreSQL 15.
Timestamp: 2023-06-19 18:32:16+00

Package: postgresql-postgis-scripts
Source: postgis
Version: 3.3.3+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 68
Depends: postgresql-15-postgis-3-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-postgis-scripts_3.3.3+dfsg-2.pgdg+1_all.deb
Size: 20924
SHA256: b68a7a2e12471eb99d75299a963678befb5a5f2cb62366d0dea2bcbe1961b265
SHA1: 50cc15f775b66071a64485a8c7fba88efba0ca00
MD5sum: 57fb3ad01269eeb2dba2a953401ee81f
Description: Geographic objects support for PostgreSQL -- SQL scripts metapackage
 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 metapackage depends on the PostGIS scripts package for
 PostgreSQL 15.
Timestamp: 2023-06-19 18:32:16+00

Package: pgbouncer
Version: 1.19.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 561
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: lsb-base (>= 3.1), postgresql-common (>= 26), libc-ares2 (>= 1.12), libc6 (>= 2.36), libevent-2.1-7 (>= 2.1.8-stable), libpam0g (>= 0.99.7.1), libssl3 (>= 3.0.0), libsystemd0
Suggests: python3, python3-psycopg2
Enhances: postgresql (>= 7.4)
Homepage: https://www.pgbouncer.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbouncer/pgbouncer_1.19.1-1.pgdg+1_arm64.deb
Size: 203184
SHA256: 1bbaab7f82e938d8bedcdd4a6c915995eb5a201b6428870a6275ee5c475f8447
SHA1: 4fe4fa9244c725e650362e0e429cb311b38b62e0
MD5sum: 982487c6318c51c5b0c03ee19f2a67b5
Description: lightweight connection pooler for PostgreSQL
 PgBouncer is a lightweight connection pooler for PostgreSQL providing the
 following features:
 .
  * Several different methods of pooling 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.
Timestamp: 2023-06-20 13:05:43+00

Package: pgbouncer-dbgsym
Source: pgbouncer
Version: 1.19.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 542
Depends: pgbouncer (= 1.19.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbouncer/pgbouncer-dbgsym_1.19.1-1.pgdg+1_arm64.deb
Size: 490804
SHA256: 2ab350e35d57e9b726f5cef14331be1c081877e56aa85ddec03036a468426ac6
SHA1: e2b6274981795f060f7b0eca8024389b29ecf1c5
MD5sum: 254becca08cbc136b96f1463e939284f
Description: debug symbols for pgbouncer
Build-Ids: a49bde396c2b0d70b864f9c9862013d7c34b931a
Timestamp: 2023-06-20 13:05:43+00

Package: libpg-query1504.1
Source: libpg-query
Version: 15-4.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2745
Depends: libc6 (>= 2.34)
Multi-Arch: same
Homepage: https://github.com/pganalyze/libpg_query
Priority: optional
Section: libs
Filename: pool/main/libp/libpg-query/libpg-query1504.1_15-4.2.1-1.pgdg+1_arm64.deb
Size: 505576
SHA256: 9c32fe90b80c040aa2341662ca27689a1ef8e2768289176c02f16dcd243480da
SHA1: 46284369c8dc33405583a8b52f54485a0f60f792
MD5sum: 72e0fd484cca623824abe86c32c4cbdb
Description: C library for accessing the PostgreSQL parser outside of the server environment
 This library uses the actual PostgreSQL server source to parse SQL queries and
 return the internal PostgreSQL parse tree.
Timestamp: 2023-06-28 19:58:57+00

Package: libpg-query1504.1-dbgsym
Source: libpg-query
Version: 15-4.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2205
Depends: libpg-query1504.1 (= 15-4.2.1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libp/libpg-query/libpg-query1504.1-dbgsym_15-4.2.1-1.pgdg+1_arm64.deb
Size: 1962196
SHA256: 4fa1bb599919b1c5e479237915666c6b511cad70a48fe5315e3fc2b9e9b6e268
SHA1: 386b337e5c5fa7b0726644aab355c035522e2032
MD5sum: 7b1e9fb1534de8eca48a50000a8556f0
Description: debug symbols for libpg-query1504.1
Build-Ids: 7a8f8614aeaa88c183d7cba64511557f51f6bd5b
Timestamp: 2023-06-28 19:58:57+00

Package: libpg-query-dev
Source: libpg-query
Version: 15-4.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5074
Depends: libpg-query1504.1 (= 15-4.2.1-1.pgdg+1)
Multi-Arch: same
Homepage: https://github.com/pganalyze/libpg_query
Priority: optional
Section: libdevel
Filename: pool/main/libp/libpg-query/libpg-query-dev_15-4.2.1-1.pgdg+1_arm64.deb
Size: 602768
SHA256: 0d9b3a5b7d9f827b8258605af1fefd7a2a6fae2eb4f1ad48e1d4a512dbd37ce8
SHA1: faf8b575d5508dace3b1265810db1b3b8c44777c
MD5sum: ac407dc6483a4e06679d06fe19aafe46
Description: C library for accessing the PostgreSQL parser outside of the server environment
 This library uses the actual PostgreSQL server source to parse SQL queries and
 return the internal PostgreSQL parse tree.
Timestamp: 2023-06-28 19:58:57+00

Package: patroni
Version: 3.0.3-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1151
Depends: python3-cdiff, python3-click (>= 4.1), python3-dateutil, python3-pkg-resources, python3-prettytable (>= 0.7), python3-psutil, python3-urllib3, python3-yaml, python3:any (>= 3.5~), python3-psycopg2, python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes | python3-pysyncobj
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_3.0.3-2.pgdg+1_all.deb
Size: 221192
SHA256: 5f2c53da316eb8ea22992653dcbefb8d80dc046cc7a31335d6f43f733ed9a5de
SHA1: c0554bc603cd235d53854740dd1e7cff82471e36
MD5sum: 7db7e6bd2e1d38517a7d06bb5d4c31e9
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2023-06-28 19:58:57+00

Package: patroni-doc
Source: patroni
Version: 3.0.3-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1319
Depends: libjs-sphinxdoc (>= 5.2), sphinx-rtd-theme-common (>= 1.2.2+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_3.0.3-2.pgdg+1_all.deb
Size: 215252
SHA256: c71dc1c893da83eff750c429519d7a4e6ad0595791b5ff4f2eed0d132ba8a819
SHA1: c597fab445a088262d44686ac4fafb83dec1dbe2
MD5sum: dc27422f4cfe2f375c23f64972b536ac
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2023-06-28 19:58:57+00

Package: pgcopydb
Version: 0.12-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 739
Depends: postgresql-client, libc6 (>= 2.34), libpq5 (>= 9.1~)
Homepage: https://github.com/dimitri/pgcopydb
Priority: optional
Section: database
Filename: pool/main/p/pgcopydb/pgcopydb_0.12-1.pgdg+1_arm64.deb
Size: 248476
SHA256: be21565122a3a770b76134a06844cc16e06af3170c4b7892669c13e6a239c2ce
SHA1: 09b8d3b8a2dbba666b0354d3ec541025474f3014
MD5sum: 795e786875f09a7e364303dd56797138
Description: Copy an entire PostgreSQL database from source to target
 This tool copies an entire PostgreSQL database from source to target. It
 implements `pg_dump | pg_restore` on steroids, including advanced concurrency
 tricks to make the operation faster.
Timestamp: 2023-06-28 19:58:57+00

Package: pgcopydb-dbgsym
Source: pgcopydb
Version: 0.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 465
Depends: pgcopydb (= 0.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgcopydb/pgcopydb-dbgsym_0.12-1.pgdg+1_arm64.deb
Size: 418972
SHA256: 5bbbf791faf07da676814bb2e38eb01f17f9c81439e497e822e82cfa201019da
SHA1: f7fba25fb524017e9281c8bd1ab5809662f0bbe0
MD5sum: 957fdb0243069cc2de91139bc1e55f56
Description: debug symbols for pgcopydb
Build-Ids: 4e6867a57feabacc3aa7a5a0be94ff1ad93c1344
Timestamp: 2023-06-28 19:58:57+00

Package: python3-pglast
Source: pglast
Version: 5.2-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 1192
Depends: python3 (<< 3.12), python3 (>= 3.11~), python3-pkg-resources, python3:any, libc6 (>= 2.17), libpg-query1504.1
Suggests: python-pglast-doc
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: python
Filename: pool/main/p/pglast/python3-pglast_5.2-1.pgdg+1_arm64.deb
Size: 253160
SHA256: c62a8523d2b82433fb33a539d3009b91fdf5b8f7a24c9cf9e29a3169338eecd4
SHA1: 7e4e7202ef564e161f5ef360fab6636e322c90dc
MD5sum: 41433fb03c4033b3b7e4bf3d33b18c2f
Description: PostgreSQL Languages AST and statements prettifier (Python 3)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This package installs the library for Python 3.
Timestamp: 2023-06-28 19:58:57+00

Package: python3-pglast-dbgsym
Source: pglast
Version: 5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 1470
Depends: python3-pglast (= 5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglast/python3-pglast-dbgsym_5.2-1.pgdg+1_arm64.deb
Size: 1401632
SHA256: 34e1a50dd91daa9335e129a3934ef6e73287a10ae8560a3c28625a1323a0f392
SHA1: c5a75dcab8cf8bfabdb33fba24bf8ca92cbf3c36
MD5sum: 355a8d4a8f8cf111032d5ad05848b693
Description: debug symbols for python3-pglast
Build-Ids: 86fb0951670258b695edc6720c8990dae27e2038
Timestamp: 2023-06-28 19:58:57+00

Package: python-pglast-doc
Source: pglast
Version: 5.2-1.pgdg+1
Architecture: all
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 3704
Depends: libjs-sphinxdoc (>= 5.2)
Multi-Arch: foreign
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: doc
Filename: pool/main/p/pglast/python-pglast-doc_5.2-1.pgdg+1_all.deb
Size: 269984
SHA256: 4ca5aca44ae8a2f97ed45a20c6da82450128749217376de30444efe3bf3a7c99
SHA1: a35973d2b6bcbaedbb6ad1bca0ce56f7e7113641
MD5sum: 593461b2274a254407302121b0708479
Description: PostgreSQL Languages AST and statements prettifier (common documentation)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This is the common documentation package.
Timestamp: 2023-06-28 19:58:57+00

Package: libecpg-compat3
Source: postgresql-16
Version: 16~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libecpg-compat3_16~beta2-1.pgdg+1_arm64.deb
Size: 17656
SHA256: 2ac0e79da1cad110409b2bd26689f266a514adb650c0549cb946a2d0e70afbf6
SHA1: 7277777d88eafd531b2fa8b3c49ac46d376363e5
MD5sum: bed2d884505750f1ea0225171e37956f
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.
Timestamp: 2023-06-29 19:20:27+00

Package: libecpg-compat3-dbgsym
Source: postgresql-16
Version: 16~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 16~beta2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg-compat3-dbgsym_16~beta2-1.pgdg+1_arm64.deb
Size: 38884
SHA256: 23f3d06e39bc62556b622ce12e6b1eb17b633863ac5087b010f889b9b1020e66
SHA1: d2a76d50bde189fcb69d07317eee6792d49f30dd
MD5sum: c5aa7611ae64ba8048a0d72895994db4
Description: debug symbols for libecpg-compat3
Build-Ids: 8d98bd7ed0a658a4e41d2733f1549ab5d6e96bba
Timestamp: 2023-06-29 19:20:27+00

Package: libecpg-dev
Source: postgresql-16
Version: 16~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1622
Depends: libecpg-compat3 (= 16~beta2-1.pgdg+1), libecpg6 (= 16~beta2-1.pgdg+1), libpgtypes3 (= 16~beta2-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/libecpg-dev_16~beta2-1.pgdg+1_arm64.deb
Size: 274288
SHA256: 598f43355bb1ec813334ecf024d50f5c5b5e7d6b1000edb8a544fb38403cb33b
SHA1: a2a0402ca5866a23caf4e928d94c423443f4a661
MD5sum: 379c08588f9e3548ee616b49a29d0b90
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).
Timestamp: 2023-06-29 19:20:27+00

Package: libecpg-dev-dbgsym
Source: postgresql-16
Version: 16~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 299
Depends: libecpg-dev (= 16~beta2-1.pgdg+1)
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg-dev-dbgsym_16~beta2-1.pgdg+1_arm64.deb
Size: 258844
SHA256: 42e7e1772a0e0beec2ce494eea3c82b1cb104dcd1897533378dadbd031b8b2bc
SHA1: f3274a365eaef0e1599125ec627b7b61edf0635a
MD5sum: 90a21b8dfd5b02d8aacd4aa3b97a3e0a
Description: debug symbols for libecpg-dev
Build-Ids: 7922c067a08aa2dc5751d260d5105c61566d33fa
Timestamp: 2023-06-29 19:20:27+00

Package: libecpg6
Source: postgresql-16
Version: 16~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 267
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libecpg6_16~beta2-1.pgdg+1_arm64.deb
Size: 53664
SHA256: 37c4ee02f2f1b2edfa4465385310de9f8b6a36b09efcba35c586792188242d67
SHA1: 2dfb47dd7b77a89fe0aa9249215dcef652098e7c
MD5sum: d782d948a95cd8a745761065946e16a3
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.
Timestamp: 2023-06-29 19:20:27+00

Package: libecpg6-dbgsym
Source: postgresql-16
Version: 16~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 16~beta2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg6-dbgsym_16~beta2-1.pgdg+1_arm64.deb
Size: 113220
SHA256: bd306036b7b2a1df50eda0997d70837fc20715dfe6b83b03c99203e9eb69baeb
SHA1: 5c5f268d49c7f730c06962356d182b02f3f803ba
MD5sum: 6e3d9bdcc7b7e4ee507ecea64d4447a5
Description: debug symbols for libecpg6
Build-Ids: d80d633d33b850577880b5b2f85fb3f182adb533
Timestamp: 2023-06-29 19:20:27+00

Package: libpgtypes3
Source: postgresql-16
Version: 16~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libpgtypes3_16~beta2-1.pgdg+1_arm64.deb
Size: 38064
SHA256: 923cda226551a60edf664303b93fde764c0574cc12c493e37352dea93f4a403c
SHA1: 24c49fcf1245511d8eaa64c40eb4813108d65f26
MD5sum: fde58473d3644623d204a8675dd97534
Description: shared library libpgtypes for PostgreSQL 16
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-06-29 19:20:27+00

Package: libpgtypes3-dbgsym
Source: postgresql-16
Version: 16~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libpgtypes3 (= 16~beta2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libpgtypes3-dbgsym_16~beta2-1.pgdg+1_arm64.deb
Size: 87692
SHA256: 2321ec8de829aeb0e22055747f210149040c09edfda6eb97a4b254cb5aabfea2
SHA1: cf1b0dcab86e60e410718a322a0db207a35b4cca
MD5sum: 7b1a0a9c9a26031be91efdbfebbd710e
Description: debug symbols for libpgtypes3
Build-Ids: 4c65a08c83a8eeec64f39820685b964109e3f19c
Timestamp: 2023-06-29 19:20:27+00

Package: libpq-dev
Source: postgresql-16
Version: 16~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 583
Depends: libpq5 (= 16~beta2-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/libpq-dev_16~beta2-1.pgdg+1_arm64.deb
Size: 137748
SHA256: 2621d3b8890fcddddb49f3036c8992e801a4d5c36deb9658d7f854080027323d
SHA1: d3e445448ad4097574bde609a0e417ecc2923ac0
MD5sum: 228d86495d85699489de74033d7083ae
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.
Timestamp: 2023-06-29 19:20:27+00

Package: libpq5
Source: postgresql-16
Version: 16~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1038
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libpq5_16~beta2-1.pgdg+1_arm64.deb
Size: 205636
SHA256: 9809f9b2cc79068c6bb84fee7d432a3b69d051fa0a5158ea2665d9eef10ff19a
SHA1: 757db9b7afd917bc84cb2f65790f7bfa4524a82a
MD5sum: 22220c3e2ae6ac8dfe5db1a5d43d055c
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.
Timestamp: 2023-06-29 19:20:27+00

Package: libpq5-dbgsym
Source: postgresql-16
Version: 16~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 321
Depends: libpq5 (= 16~beta2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libpq5-dbgsym_16~beta2-1.pgdg+1_arm64.deb
Size: 284480
SHA256: 126141ed2f07d168a54e1bb709833a69057434f46111bf58fcaa86dee0feddfc
SHA1: 11b5e6a09ab516bbf073404155b8bda91999fab6
MD5sum: bc6f3a3abb980992b097fad8c34378b9
Description: debug symbols for libpq5
Build-Ids: c38fb9777bafbb246c0c3ed6e7e78e93c7907c6c
Timestamp: 2023-06-29 19:20:27+00

Package: postgresql-16
Version: 16~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62179
Depends: locales | locales-all, postgresql-client-16, postgresql-common (>= 248~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 16~~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-16-jit-llvm (= 14), postgresql-contrib-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/database
Filename: pool/16/p/postgresql-16/postgresql-16_16~beta2-1.pgdg+1_arm64.deb
Size: 18515044
SHA256: a393974a34266fbf4e49b3860d94cabd46f39f0b84b69c95639b47866564fd7d
SHA1: 97c1607e812a6d09484d03aa23866183381b1c2a
MD5sum: bbd0b18a13a90777215b7b74fb009e40
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 16.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202306141
Timestamp: 2023-06-29 19:20:27+00

Package: postgresql-16-dbgsym
Source: postgresql-16
Version: 16~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20424
Depends: postgresql-16 (= 16~beta2-1.pgdg+1)
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/postgresql-16-dbgsym_16~beta2-1.pgdg+1_arm64.deb
Size: 18573428
SHA256: ca5e6675c05fa992ccc065630a5eacabcda20b414683008df4df1de173af6af2
SHA1: d41f186fbadc9a4c80cf60da4c284c334166a073
MD5sum: 021965eced7e34b7ff4f8585cf10f081
Description: debug symbols for postgresql-16
Build-Ids: 0489787ec8bab52b6e66a4501d2ed197e8fab67c 0527044836ebae9cbcb27e0740902abd93e02531 0ef9312af1a02c77cccf105f05d0756b9a9c6740 0f2ef42b220e9e4bd1b0be24e25d8cf33067af9a 10acfa974a942f2375b9e09e5db0bc40bb51034e 10c93cfd479a7663dbf19e160b4f3ef4b08b73ef 1187dd8edd6c0ed72b4702d7807116ca1b5d805d 129486d1b3357d3b05e30c8c42406fca0019b3b0 14dd2e350636f20aa244e54704072f6824b75894 14e82d7514f64e42a71d865d7d51afd19d810575 1af86135345fa4ddf48efe8562a6cf29300e27b2 21d20a60546cb3f0aae660810fab27677f5e044a 2274d73f3b414f6b8241775a44ad4743877ad6f4 22932155d744fc404ff092156c1ec2f67e4c65f5 247aec6aa176ba79348b662831444ef4747d294d 278e0f46812c0745197513d8e1435c6a0d11d6b2 292653dbfeae75e957d542a399676ad6dfe352de 2a05d3244b646bea7dfe92532ba3bbc69cf5bef0 2bf3dc80c98d8c41b1a42482e445665a2814df81 3027cbb05fe69ede3ed8bba39872766a03dbf161 309a61aea33a4c1915bb6a9907a3618114de257b 357e5bd972db8469384ffa022ec7121cf0b6e70d 39262ecee01943702bd3bd78f3c2d962fcaac929 39ba0293b1bc8f7e05fd7ab211eec014bff07057 3afb311b0c9f3a0078b309ec40f403e7cab871db 40f044bd9f019a298938d5adf1c629e544817961 4168a58ceeea4788292000a701f77845130464c7 4a5c3696342be19330cefe2e44e3e23cc6b00353 4e48f8956683baaf5c1d37d4deee53c821a41ad3 4f6e48840b679bfe6c1afcd86506b0967579f4c8 5116efb8474b37c0c274a59765bd3d4c727e7fac 552bac9cfbdbb309a62accb1ced225cc39c1954b 59cd923d5d31198fa370184b9247341c01e9e1da 5a853f852e84f0841af44ae3d3c879e757bfe022 5b50b0dcc08df3415d06c0b7433c1ae762c388e4 619fee421123129960947eb8bb63f09e27e10ce7 65e7d082c8b76331ee00b999d1ef7387b7b7c148 67779a3cdfc8a6397cc5075a1b7c9276bcff983e 6a3fc8ad20ba9eaf8689bebc44bc93554658deed 6e4b0245c6c3125d95bd5f45d32d64373dd2eed2 7123754f8674d0e3da35b0fa04615e65600f6535 7495e348cd73b9d3de03b0600192f28347e56785 778b751b087d4d0de92adc2a9ed3df08b99c5f31 7a5de50f46e23cd6d5dd6638a02a1a72cfa755b7 7f9d41525f45bdcc60446e9c93505d812791ee0f 82d4cd73c1c6c203f92d0b989c6c6a7d4bafbcc2 8366586a2e8ed65f302b45e1d2aab5669c5bb36f 85629b33d1f27a3cfb68811964727b175622e3b5 85dced25fdb923f1e0fedbd26b1beb3b78563c45 8a676e5e5454c41f33986ef0580e0e9d3cccda8f 8da068d301d480848043454e155b644af572cc81 8e58276053ab3d025a4c9f5da057aeb56853f379 8f297eff270a5ecb9c4d3db78d0ef888f5f6eb9e 944f7a9128560b121e2c6967274913d545d68481 980a5bdde790347785a0f901087e8035555f20f2 9851b4eded102dae7e33d95230a85d593c7dcee7 9a2f24f3c96e2f5baf0a7a14d53b41fd99186233 9b3119b1c44864f5270a6f3010dc5b65d916c650 a0e7e49dbeb8e5dd96aa0a4b346056fb78292b23 a306a779c152a588d2309088f9df8fe3231d0027 a3a354bd2eb9792b23546144e29d2f63bba38758 a4c4abda11f462f83e4081099e6e7ef4da2674a6 a60ec079d034219ac7d237d93863112269cd013b af714ac4df983542763bcd27082c6a56f91939a9 afb8fdcae410760667fca6635cb1df8f1434aab5 afc2f7f455ba93d8124850d4d251ff44c4bf535e b0fa0ea2f87e3b42362ba91b3aa2a484049f650c b4c8443883a8eb86096f81ef03f027c1b3ce231c c039f3c58bce5077d58f95e5f8254b5ee0b0756e c3651009d2820c6db96ee1a59efdb7d7ba967229 c4cce13e6155bdbeb8f23609f70b1872f013a51b c543178a9aa0f9ecc418a08e4f9c6e1c04430488 c6040a6359f84b3c1029a5ca910330ba18d947c3 c66160929fb5164ceb58d9886da2be2eda076ac4 c8b13f8ead2a8c51203713f27c129eed8d013cbf cf20ed6dc19b7acbe94efeb6afd9f8081d5499c6 d1391941becbe69126c128c71ce31e4c3b6581a5 d476aff82e548b1301e1954fd5a3ad9cde21efcc d573e1963b119e21b5e0a296cf312a796d148b3d d6333ad7ddb823cdf30375c2c874cfae2c9ba53a d6d30f08138141b63202137fc5a74206e1abb0ae d7d8aef91357cf7b9464becc511716028ce78abb d80ab66647f1bae85d1462e308b494546265ed1c d81004b70e1448f0d079cf9892e571f5da8d1d4f d92fd286c5f33fa822ae04c6f1139c42ece65d14 e2defd14fc4ade8b6efeb5b8dd1d80ecfa2611cf e401070b9408cfa85c04d1d176848179a5190c28 e4975baa287effc203f62d6d8e6aed85eb8f6ca1 e862130e0411608d43909945e2297e865199fcb5 ebf628540fca7bcf9c28a9aa3d7aaa4c93e904b2 f2dacf0e979cee8906a012bc89f2b14f672011c0 f4ac39a48398bf4bfc0b9dde4e87a0115735f9d3 f84acdbdf860d09e49de11aacb140b3532b65bc9 f9b87a2e389cd023834960971f5f2fac41b51f2e fb47f28f2a2f7d4affc803d073e71179efb46e7d ff768db66f97dc55bf83e2f8b8b65501028b32cf
Postgresql-Catversion: 202306141
Timestamp: 2023-06-29 19:20:27+00

Package: postgresql-client-16
Source: postgresql-16
Version: 16~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9917
Depends: libpq5 (>= 16~beta2), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), liblz4-1 (>= 0.0~r127), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-16, postgresql-doc-16
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/database
Filename: pool/16/p/postgresql-16/postgresql-client-16_16~beta2-1.pgdg+1_arm64.deb
Size: 1854428
SHA256: da7f0892ca0a1ee758e53f74eec3b585c3d4a2b7ae555377979c137d115f768c
SHA1: 8a1afe9131406568e8b53b37deb73d9f497ded69
MD5sum: e9f5ca742b1d4c9c064399e0ea7232a6
Description: front-end programs for PostgreSQL 16
 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 16. If you install
 PostgreSQL 16 on a standalone machine, you need the server package
 postgresql-16, 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.
Timestamp: 2023-06-29 19:20:27+00

Package: postgresql-client-16-dbgsym
Source: postgresql-16
Version: 16~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3025
Depends: postgresql-client-16 (= 16~beta2-1.pgdg+1)
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/postgresql-client-16-dbgsym_16~beta2-1.pgdg+1_arm64.deb
Size: 2557464
SHA256: 6d36898bfcf7fc09d979d9eabc0921b5dc9842bab463b37d12bbc940b5db757e
SHA1: 50f8c989a601f10ff63160be63eb61fc85fa406e
MD5sum: 4048269822a502f48a68e03f37f5c91b
Description: debug symbols for postgresql-client-16
Build-Ids: 0af54a3ce83ce30f4347e77242133ba40d5e82b5 13ecb9b9241f6b10eda229fe81dc06632557edc9 163d68d9e0885ee9e64d122529c9881bf8f27be0 3ae6e77ad2c5590a7d031d3afa55904595a31a2d 4346c912810a8f85bdd7276fe2371bc381217e99 52c4f1dd284b10144079c344feb8d38c60a65755 601cf3d67d9cadcfe38abf8605dfb2cb79686379 94499a3985c12a7544b18b052e8300ce8176a3c6 94a389afe904dc215d15760511bfc80fe5cd30a3 9503791fc84310ee9dd057cab0dbf336b8aa2d00 9e30fcc97630fd9c59310a60cb0417bb4f545b69 b03b680c2404d37500bcf66f42f0b9ba74dbd478 b440fb6e907b83f1259c7bdc3d6e948d0cac7df7 b85321c13730a32ca877b86b17c9c42da8fa47db bdcb81c9b07ca6adb8d9ed5ea45b90fe285b8536 bfca933c81928a8eb4472d3e2beaac9a07b599c7 c72bb9c380aa1274b331457e22922ff8977b9086 e7095faa6cb79595267da7900dcc7d177689bef0 ec5498030b344a23bca316289b29c473cb4d1be8 f16bebec74f3841b720e57e8f5f05aadccfb0315 f77a6531122a2823456685c021fa1af20f661685
Timestamp: 2023-06-29 19:20:27+00

Package: postgresql-doc-16
Source: postgresql-16
Version: 16~beta2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16438
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/doc
Filename: pool/16/p/postgresql-16/postgresql-doc-16_16~beta2-1.pgdg+1_all.deb
Size: 2061548
SHA256: 62da5e0c717a127f0af1b48a805a4c74414afdf3760ea670ca73704f1aa54297
SHA1: 99cf0355ea6409b01280703e39e867f5e6701c53
MD5sum: 14a3d83fefd60d3c4f156069c445da0e
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 16. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-06-29 19:20:27+00

Package: postgresql-plperl-16
Source: postgresql-16
Version: 16~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 578
Depends: perl, postgresql-16 (= 16~beta2-1.pgdg+1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/database
Filename: pool/16/p/postgresql-16/postgresql-plperl-16_16~beta2-1.pgdg+1_arm64.deb
Size: 84652
SHA256: bc7ffbb0d9cf482680aeaa9219c0a905b92c1712e409f3845adf15eeb5dd216c
SHA1: 351f7aa9771421fbebc66c99cda481963e04a789
MD5sum: c98c02f4678141133abdb3c728153b8a
Description: PL/Perl procedural language for PostgreSQL 16
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Perl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-06-29 19:20:27+00

Package: postgresql-plperl-16-dbgsym
Source: postgresql-16
Version: 16~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 235
Depends: postgresql-plperl-16 (= 16~beta2-1.pgdg+1)
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/postgresql-plperl-16-dbgsym_16~beta2-1.pgdg+1_arm64.deb
Size: 189168
SHA256: def213e4c227f162cf88f2d020494ca5be2899d4cadd0825426000423a40b9af
SHA1: b3065d22bf82cba5b086bea17806b1ab309051e8
MD5sum: a4a130d5dbee7df55c77409ca35e3aa9
Description: debug symbols for postgresql-plperl-16
Build-Ids: 0f54a560895129138f6d1c6b06dac816b05a4666 34cd900198f0bc92c5bcea8d17ff28535660f834 41843c34c58a136044261a898fce86976fd31c70 e963b1f26d712e29c426f62eaa40ad218e5b7fa1
Timestamp: 2023-06-29 19:20:27+00

Package: postgresql-plpython3-16
Source: postgresql-16
Version: 16~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 669
Depends: postgresql-16 (= 16~beta2-1.pgdg+1), libc6 (>= 2.17), libpython3.11 (>= 3.11.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/database
Filename: pool/16/p/postgresql-16/postgresql-plpython3-16_16~beta2-1.pgdg+1_arm64.deb
Size: 103420
SHA256: 801529f5403a76b1d51070a7ec4ebc4d87a76179fbbea395d6bc78d8d66f6d88
SHA1: 17a9c8ae792e27e19135a236bdb1aa459d873a70
MD5sum: 9e74a87680262504e7592ccd04756fda
Description: PL/Python 3 procedural language for PostgreSQL 16
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Python 3.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-06-29 19:20:27+00

Package: postgresql-plpython3-16-dbgsym
Source: postgresql-16
Version: 16~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 232
Depends: postgresql-plpython3-16 (= 16~beta2-1.pgdg+1)
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/postgresql-plpython3-16-dbgsym_16~beta2-1.pgdg+1_arm64.deb
Size: 183096
SHA256: 03db5ffa3dc9ec81587bb8267f84da56ee31ab672a20d5b0257eb9797497e344
SHA1: 4b0277e5bf2bddcdcef2ea5214bc22dcbbdb416f
MD5sum: 8f4b079c149d9a0d1ed3c69e7b4eb7db
Description: debug symbols for postgresql-plpython3-16
Build-Ids: 286b4138b9c7abca135e6f70e319b38918462763 70a4500e72c1445e7578973ae7720d1b60715e9e 8ab8ad789b47172faa904ff448d26df0b928e190 d514b06ff9537ae745ce395e8aed53dc3618afe1
Timestamp: 2023-06-29 19:20:27+00

Package: postgresql-pltcl-16
Source: postgresql-16
Version: 16~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-16 (= 16~beta2-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/database
Filename: pool/16/p/postgresql-16/postgresql-pltcl-16_16~beta2-1.pgdg+1_arm64.deb
Size: 36336
SHA256: 112745b0bb1d3c2e91482db3f980abd6e0c508992b29dc30d57eea0386573dd3
SHA1: 63bcbf436131cd0c779736f9b1a7e8e8d5030ae1
MD5sum: b073f7b10f3c5a948fee4222db064fb6
Description: PL/Tcl procedural language for PostgreSQL 16
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Tcl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-06-29 19:20:27+00

Package: postgresql-pltcl-16-dbgsym
Source: postgresql-16
Version: 16~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: postgresql-pltcl-16 (= 16~beta2-1.pgdg+1)
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/postgresql-pltcl-16-dbgsym_16~beta2-1.pgdg+1_arm64.deb
Size: 82924
SHA256: 4743337c63447c20f5b28dc35864c0325ed93284f15ef927dddade02470a9c47
SHA1: d8f4ca0d01faa15a23952b6e5d26ca27fc37ef6f
MD5sum: 2e9080666aca5b0d81d735002a6bcfbf
Description: debug symbols for postgresql-pltcl-16
Build-Ids: 03f5c048fa51c96df2dbdb48bcda550491dc3b29
Timestamp: 2023-06-29 19:20:27+00

Package: postgresql-server-dev-16
Source: postgresql-16
Version: 16~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7002
Depends: clang-14, libpq-dev (>= 16~~), llvm-14-dev, postgresql-client-16, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/postgresql-server-dev-16_16~beta2-1.pgdg+1_arm64.deb
Size: 1163328
SHA256: 0db4bf736f514d33732510ac6c0168aa6970f4c26f41c58a37ce525192a246b4
SHA1: 2b5b738dbe13b4716ff13cc22844d3241db3ae60
MD5sum: 63c97337503a5eedbd21931f812fcd38
Description: development files for PostgreSQL 16 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.
Timestamp: 2023-06-29 19:20:27+00

Package: libdbd-pg-perl
Version: 3.16.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Installed-Size: 570
Depends: perl (>= 5.36.0-7), perl-dbdabi-94, perlapi-5.36.0, libc6 (>= 2.17), libpq5 (>= 9.3~), libdbi-perl, libversion-perl
Homepage: https://metacpan.org/release/DBD-Pg
Priority: optional
Section: perl
Filename: pool/main/libd/libdbd-pg-perl/libdbd-pg-perl_3.16.3-1.pgdg+1_arm64.deb
Size: 203008
SHA256: 28394178c97ce90f78a13ae60c0acd843a23d6d3c8ae2e089a262e10221441eb
SHA1: 1ef82f8cf2860c732efb270c6474dc891e562555
MD5sum: 6f620c4f9162ed4a4cbd51db100af029
Description: Perl DBI driver for the PostgreSQL database server
 DBD::Pg is a Perl DBI Database Driver module that works with the DBI module to
 provide access to PostgreSQL databases. It enables you to control a PostgreSQL
 database in a Perl script.
Timestamp: 2023-07-01 20:32:31+00

Package: libdbd-pg-perl-dbgsym
Source: libdbd-pg-perl
Version: 3.16.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Installed-Size: 219
Depends: libdbd-pg-perl (= 3.16.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/libd/libdbd-pg-perl/libdbd-pg-perl-dbgsym_3.16.3-1.pgdg+1_arm64.deb
Size: 199044
SHA256: 0cabbf086bf37bd6716f1d6d5bf6ed9846f511407abafa8d5461f46b19796b9d
SHA1: 6f26c221d760e205f21294a7a45042d86e40fecc
MD5sum: befcb0011c9ccf590c29a82e0c92f14b
Description: debug symbols for libdbd-pg-perl
Build-Ids: 2cd099c8cc0c8d333817e0d9619bc0b0bc9909f3
Timestamp: 2023-07-01 20:32:31+00

Package: postgis
Version: 3.3.3+dfsg-2.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 496
Depends: libc6 (>= 2.34), libgdal33 (>= 2.0.1), libgeos-c1v5 (>= 3.6), libpq5, libproj25 (>= 5.2.0)
Recommends: postgresql-postgis, postgis-doc
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.3.3+dfsg-2.pgdg+2_arm64.deb
Size: 125216
SHA256: fbb8de3ace3b715678879d6b15d0bd85441d410812f6db50096472ded68f3b2a
SHA1: 95b7422cb7b0da50ba18352ce18ecbdb0403c58c
MD5sum: 9dd644f20ce10d8374340989d13ced8c
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2023-07-01 20:32:31+00

Package: postgis-dbgsym
Source: postgis
Version: 3.3.3+dfsg-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 704
Depends: postgis (= 3.3.3+dfsg-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.3.3+dfsg-2.pgdg+2_arm64.deb
Size: 532228
SHA256: e85da25ef9141d2a9b05fce2aab22abdcc3ec344e86715240cf03b95d36532a9
SHA1: 116b2337aba7ecec4e5dae532e0e923d92772a49
MD5sum: c74e4607fcc4611a46269ba50f69c0cb
Description: debug symbols for postgis
Build-Ids: 8a5734cba1a473c2a61ffe22a3dc15783f4be56e c583d92c040f5403b149182e3a9b425660a6ba9f fe7c8740c78c512dd71731d5bfbb8ea3ce2a5c45
Timestamp: 2023-07-01 20:32:31+00

Package: postgis-doc
Source: postgis
Version: 3.3.3+dfsg-2.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6045
Suggests: postgis
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: doc
Filename: pool/main/p/postgis/postgis-doc_3.3.3+dfsg-2.pgdg+2_all.deb
Size: 2746128
SHA256: fe76f480f7dfdd74da65f747b42eadd02a560dae7eb4a3150f382c75f20f8ea9
SHA1: afa4cdd6cf3f4d50d15267bff4065dd7ca5f1171
MD5sum: 2daec33450f0f5296d1c19fce735341c
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.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-10-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.3-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 158
Depends: postgresql-10, libc6 (>= 2.34), libgdal33 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-10-ogr-fdw_1.1.3-1.pgdg+2_arm64.deb
Size: 31888
SHA256: d704bf108ad555913defb378934231916a965090e64f182b9a924ab909599342
SHA1: 4bd6ec6d7fb0d0c3bba89b157d4afadf94f6bda2
MD5sum: 0327fc8b58667f1c9633405b0afeb52b
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-10-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 150
Depends: postgresql-10-ogr-fdw (= 1.1.3-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-10-ogr-fdw-dbgsym_1.1.3-1.pgdg+2_arm64.deb
Size: 117780
SHA256: 4b1e4211738a73524cb22894bd87efe63cad2e63ca5db72fa4b97f8d363c4c40
SHA1: 285e844db464e9d8b502ec35570ea8436ebd94ff
MD5sum: d13a37e6478d768b3d257092ed0c99be
Description: debug symbols for postgresql-10-ogr-fdw
Build-Ids: 89a855f545b8008498d352a8fe5e15457ee454f9 9bd7478a9ba25ac61b92a9292d64f7416f8f8c33
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-10-pgextwlist
Source: pgextwlist
Version: 1.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-10, libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-10-pgextwlist_1.16-1.pgdg+1_arm64.deb
Size: 12592
SHA256: ee1a9f09f88d3ed2439e12ca3f451220f1ba1008fb1e506f102f81df5d2c71b7
SHA1: 4650b46601b4ac76c3ba007719e0e7807fb5284a
MD5sum: 6be854498ddb4a26e84d97d214189447
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.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-10-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-10-pgextwlist (= 1.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-10-pgextwlist-dbgsym_1.16-1.pgdg+1_arm64.deb
Size: 46688
SHA256: 703221d1f8d2168f11cc7dc7a78f298e25313c7e1a6497f244d94bd6116a18a4
SHA1: f0fe57ffa04c1bc81df2d9ee26f13f3bf83e6878
MD5sum: 60a0b5d74f8605130f694e87fc8e3e75
Description: debug symbols for postgresql-10-pgextwlist
Build-Ids: 54087abf64d748478bbc1c0bcaece6de15c3f963
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-11-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.3-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 284
Depends: postgresql-11, libc6 (>= 2.34), libgdal33 (>= 2.2.0), postgresql-11-jit-llvm (>= 14)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw_1.1.3-1.pgdg+2_arm64.deb
Size: 99892
SHA256: a802a3e3f13cdb90fa431c8d647e488249a9d1900b5b725294249d4d5995d365
SHA1: 8169fda1d7adb8cb8f26df3c629ea300c78dd4b5
MD5sum: 2e2d1ff04dc8237ce8efec1bfa1636c6
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-11-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 158
Depends: postgresql-11-ogr-fdw (= 1.1.3-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw-dbgsym_1.1.3-1.pgdg+2_arm64.deb
Size: 126384
SHA256: 7288e270a87ddf1f623dcb2ce47044793e05d6446fd756c68d7649ccbc9d3708
SHA1: 919633fb8b6aa9360be94e4247e5de23b2313ace
MD5sum: 52bea844c7692caf68853aef619ecaa3
Description: debug symbols for postgresql-11-ogr-fdw
Build-Ids: 047365f03110432156d240e62311a7921d530d29 24eb81651c9676b61fa7a41987d26f6930505a42
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-11-pgextwlist
Source: pgextwlist
Version: 1.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-11-pgextwlist_1.16-1.pgdg+1_arm64.deb
Size: 34524
SHA256: a42a90d56d114ac4b512abc9f7492b9662d09a72b4fd5bff7aa05c5ee89f4096
SHA1: bd8aa3bae3e8b73cabe26f9ceb80b0e398a0229a
MD5sum: 1da560978a90fffff2fbc3165efed004
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.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-11-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-11-pgextwlist (= 1.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-11-pgextwlist-dbgsym_1.16-1.pgdg+1_arm64.deb
Size: 46864
SHA256: 615ae312f866e58dfe1bd7b741cf3d633defe977f74f7209373728236fd7b865
SHA1: 3b1396ef13540d3efb679b1a39ff4e51d7d326b0
MD5sum: de89be5c6e89326c7e4188bc6cfcede7
Description: debug symbols for postgresql-11-pgextwlist
Build-Ids: eff96200813622a99e988315621d8bda16d97915
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-11-postgis-3
Source: postgis
Version: 3.3.3+dfsg-2.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9567
Depends: postgresql-11, postgresql-11-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal33 (>= 3.7.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-11-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3_3.3.3+dfsg-2.pgdg+2_arm64.deb
Size: 3391524
SHA256: 07d727ad00bfb443ff0d014e57ff10298ee6f4a5d69061b1f9670fd16b3d41d1
SHA1: a3665b25a0e109f942d970db20a99720af018f3a
MD5sum: deae34a4144d3e7653621f5d1ad0a626
Description: Geographic objects support for PostgreSQL 11
 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".
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-11-postgis-3-dbgsym
Source: postgis
Version: 3.3.3+dfsg-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4403
Depends: postgresql-11-postgis-3 (= 3.3.3+dfsg-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-11-postgis-3-dbgsym_3.3.3+dfsg-2.pgdg+2_arm64.deb
Size: 3861028
SHA256: 991a1b793cede0b81891015c101eec32eaa902b4958e0bf3c2144eb9f7fec9fb
SHA1: faa82ade4235a9fb0bffd33b4d0ca52ec7542e36
MD5sum: 710ddceee19fc86da7e2ddb7708f169d
Description: debug symbols for postgresql-11-postgis-3
Build-Ids: 4e354b482431f51a201184ef4170df9a67481b4a 7c3a090c61c8a2c3422d824fad56bb2e595ded1b 8f27ddc907cd03a8d934b68bbbca3ca81acd831f a21f217955d3febf4363d31893e4d64830a402da b9aa87549cc0830350e0fe9161106f45a835379b
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-11-postgis-3-scripts
Source: postgis
Version: 3.3.3+dfsg-2.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38996
Depends: perl:any
Recommends: postgresql-11-postgis-3
Provides: postgresql-11-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3-scripts_3.3.3+dfsg-2.pgdg+2_all.deb
Size: 1308696
SHA256: efa35289274445e03468481324ff94ef30c9809e9a4a4d851b025d500e23c1d4
SHA1: 07d4ea948915f2b0b95769458f7fe822715b97e7
MD5sum: c6c299e8b277ec6f05e277122b46641a
Description: Geographic objects support for PostgreSQL 11 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 11 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-12-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.3-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 286
Depends: postgresql-12, libc6 (>= 2.34), libgdal33 (>= 2.2.0), postgresql-12-jit-llvm (>= 14)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw_1.1.3-1.pgdg+2_arm64.deb
Size: 101172
SHA256: 1b39f990298d0707b52304da03536d41ae23088e140cc108897ae87ddc0e17b0
SHA1: 0c28cacefb4d874c8a5e1ba412434f9e8df02faf
MD5sum: b95e466b273ad5b1a72fb8a80a5a7abc
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-12-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 156
Depends: postgresql-12-ogr-fdw (= 1.1.3-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw-dbgsym_1.1.3-1.pgdg+2_arm64.deb
Size: 124104
SHA256: c45c4da0b216e6753039b131554f5f707b49f12761bdffe6f0eb4a34f7bc86c8
SHA1: c913e6de186ec57fc7e6e08ea66b1b7e02e82a61
MD5sum: 6915b48423adb1491600f6419460adee
Description: debug symbols for postgresql-12-ogr-fdw
Build-Ids: 9b4f9e6db66ac8605afbaa1f65d2c426425b3156 c64a8969926a708ff51fc59cbdd98ef0e80558b3
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-12-pgextwlist
Source: pgextwlist
Version: 1.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-12-pgextwlist_1.16-1.pgdg+1_arm64.deb
Size: 36228
SHA256: b71acdae3c3b98d005b16a1dac78454c1f84d5f19845e3adffb48c151889e82b
SHA1: b3cf02d1945939405fc14b0b8a175c8311ff12c6
MD5sum: d8c4428983c388f22b7244a958c1ff41
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.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-12-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-12-pgextwlist (= 1.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-12-pgextwlist-dbgsym_1.16-1.pgdg+1_arm64.deb
Size: 48684
SHA256: dcb00cbcfdeca5bab6b5f35e812f8b46d5b7b6d9d652a3d71c767ae99f0f19f2
SHA1: 152ecbac60d4f2861c23b84586303227c08a6805
MD5sum: dde3adf6e0a5ca013398e89724a427a4
Description: debug symbols for postgresql-12-pgextwlist
Build-Ids: f76fdb206e5ecc19d146aaef579b9caa57caa1ec
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.3.3+dfsg-2.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9787
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal33 (>= 3.7.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-12-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.3.3+dfsg-2.pgdg+2_arm64.deb
Size: 3465028
SHA256: 05e71f4225171b54f845b5b898567d682f0de5ba1fe96a6401841b7a31a12fd8
SHA1: 64a6754bec8a4dd79598c9543847adce8b583015
MD5sum: 8bcf0254e97154c014929e25b3413eff
Description: Geographic objects support for PostgreSQL 12
 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".
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis
Version: 3.3.3+dfsg-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4432
Depends: postgresql-12-postgis-3 (= 3.3.3+dfsg-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.3.3+dfsg-2.pgdg+2_arm64.deb
Size: 3891668
SHA256: 748e17c736fd6c0728f1c52803b3c65d64f3d043dcf110eb94c4b9e86597032e
SHA1: 0802d8fedb6a862a5db5d52c5549da6c2809b869
MD5sum: 0f7a6ade73b452d1a46b54976b263161
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 0eabd5d0410a138b55b5a63c44f59ccb62771bfc 4e7d2272eeab686ddaea068079892e402e0ddfe9 bfbd18c6420f1c0027aabe57ba6c6c6f4a17cdf2 c1bb0bc2afdcc187ff510d17c014d4c7a0828f9d eae0fc67c23a5608f5945c070905c3048ebd85aa
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.3.3+dfsg-2.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 39003
Depends: perl:any
Recommends: postgresql-12-postgis-3
Provides: postgresql-12-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.3.3+dfsg-2.pgdg+2_all.deb
Size: 1308756
SHA256: 2fed094542295982e5ee4e4baf7cf7876281374ba23e2be9bd28f300dbfc4c5b
SHA1: 0e7162492021049e7981fd96f7108556122bfa48
MD5sum: 0798821073f612dec3c3a03224735a3f
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-13-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.3-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 288
Depends: postgresql-13, libc6 (>= 2.34), libgdal33 (>= 2.2.0), postgresql-13-jit-llvm (>= 14)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw_1.1.3-1.pgdg+2_arm64.deb
Size: 103536
SHA256: 1525a7f21147ee643425e0faea56ba0043aa92b3c9e4328658b3261e54682c1e
SHA1: bd1e3c21392d770c626e14e90bfe6f4ba3be3344
MD5sum: 6683c5ac3d9cc5838b33475912ccc4ce
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-13-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 171
Depends: postgresql-13-ogr-fdw (= 1.1.3-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw-dbgsym_1.1.3-1.pgdg+2_arm64.deb
Size: 139880
SHA256: a0cbc101ee147b2a0ef3546559d4a98d7711cf06c523dfa1e4ca19a0c1461d37
SHA1: 1c1144420064c298ad1c96786be6ffbac0969216
MD5sum: 2f3b09f1e970a22e7ae0f81a770998e6
Description: debug symbols for postgresql-13-ogr-fdw
Build-Ids: 12c3e1e295834ba51f6afd522493a161fcd342b7 d7a65af2966aaa1a11c84b45a1ba387b809ebc24
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-13-pgextwlist
Source: pgextwlist
Version: 1.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-13-pgextwlist_1.16-1.pgdg+1_arm64.deb
Size: 36632
SHA256: c04f76ba191ed7bfaa6a21296cc706a4ac41f16cefaa8f2308f35894f91fa321
SHA1: c267d1ba5adcebd158c4531aeb6554d8edac40db
MD5sum: bf1cddd8a538d502aaac7a3b03aa7f60
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.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-13-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-13-pgextwlist (= 1.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-13-pgextwlist-dbgsym_1.16-1.pgdg+1_arm64.deb
Size: 55128
SHA256: 7dda655d93469f8e2ef7da76ee02851016ecfa3d24b31dbfdf1518c72e27889f
SHA1: cec44b83f3f0d80768fe41327dd8d73b29cad083
MD5sum: 9df1a752f67f0085cca668fbcd5b1fce
Description: debug symbols for postgresql-13-pgextwlist
Build-Ids: f85d5bce37e33c7e8bb95797381363717486af34
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.3.3+dfsg-2.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9778
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal33 (>= 3.7.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-13-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.3.3+dfsg-2.pgdg+2_arm64.deb
Size: 3477952
SHA256: a99964559a427e7d5f6afc89bf29cfe021abfdf3efebe0358c277cc8054bdf92
SHA1: 9d1d74ad5bf3df28f1a6b9b06a8633163503cf23
MD5sum: 39f2007a0e839c699172e1f7e6688178
Description: Geographic objects support for PostgreSQL 13
 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".
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis
Version: 3.3.3+dfsg-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4458
Depends: postgresql-13-postgis-3 (= 3.3.3+dfsg-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.3.3+dfsg-2.pgdg+2_arm64.deb
Size: 3917556
SHA256: 882c4b7d0445e920ced51485cdc11a3c89d8f80c679e0f3b054e3145baa28488
SHA1: 9c529e16bed81eb087209f37afd44509d2bd0830
MD5sum: 0fc15d5767bacfcde5d7241295c26b6f
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 3141a357751acb1af4c3a79a0ae67878a2ce20f8 7032a0e4abbe0ffe0c92628bf680f9663803d99f 758aafe892326070744bc407dcef07b5ee5fe0bb 7c3ab7ad5e048e1a0e27dc3e19f0d9cda877c476 8631f3d122d7dd4b88029d72b83307957c34f054
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.3.3+dfsg-2.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 39003
Depends: perl:any
Recommends: postgresql-13-postgis-3
Provides: postgresql-13-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.3.3+dfsg-2.pgdg+2_all.deb
Size: 1308552
SHA256: ed50b0939af5008859896252d331807f750108c9ef79c732ad79bc65927f7feb
SHA1: 7b2be1b520aeb0f6ac2e1bc4abd54d5843a9df35
MD5sum: 163539fcc993d593e48431690cdf0b7b
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-14-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.3-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 289
Depends: postgresql-14, libc6 (>= 2.34), libgdal33 (>= 2.2.0), postgresql-14-jit-llvm (>= 14)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw_1.1.3-1.pgdg+2_arm64.deb
Size: 103520
SHA256: 1ccfa3ab7313f437c1abfff8682c48a302ff5198ec9648e09b96cd772865aee1
SHA1: 123cafc35d5166fd2c0aed4192db9ccbea433cf5
MD5sum: c7dacd6c9b0ae63dc64d9ee1a7cb4d8b
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-14-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 173
Depends: postgresql-14-ogr-fdw (= 1.1.3-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw-dbgsym_1.1.3-1.pgdg+2_arm64.deb
Size: 141548
SHA256: 0a02fd8a0b114a1068c2f3c1a3fcedac3d6b0c3986bf2e5318b893ae40a16e0c
SHA1: b811a3002d88f05201f9958af04868d04c12b0c7
MD5sum: 360671d0de40e2a804459127868d5796
Description: debug symbols for postgresql-14-ogr-fdw
Build-Ids: 957c627a86ed2e2bcc0fb0a812d294a6cd0701e7 ae745c59e15b119c08202f7224e5b8c82b56c956
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-14-pgextwlist
Source: pgextwlist
Version: 1.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-14-pgextwlist_1.16-1.pgdg+1_arm64.deb
Size: 37900
SHA256: 81521d40eb9b4007649c6f662b1577a4c99ef14b714edcf46609740c1668fe84
SHA1: 43474dc69c05a5f6e385255d235742de4281e2b4
MD5sum: 00f96f9e2e2efbd73af67a8c44fe2c46
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.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-14-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-14-pgextwlist (= 1.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-14-pgextwlist-dbgsym_1.16-1.pgdg+1_arm64.deb
Size: 56388
SHA256: c37876e82ed5058862ba283168b05cf0a5fd90e336f230b7326065c51b7d87b5
SHA1: 698948417dd27a5d80b00b81871a7243e9b99cf8
MD5sum: 86a9482295e2c6be1ec89fc3a65998ec
Description: debug symbols for postgresql-14-pgextwlist
Build-Ids: a0bdedf1da2411c55533cd390d0a83aa22ae8aa6
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-14-postgis-3
Source: postgis
Version: 3.3.3+dfsg-2.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9847
Depends: postgresql-14, postgresql-14-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal33 (>= 3.7.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-14-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3_3.3.3+dfsg-2.pgdg+2_arm64.deb
Size: 3486412
SHA256: b0bc286fbb431e2ba659d139d080215cc2a6190d7587eceb91867eaa5a7d3bae
SHA1: 66b35b533d4dee4c91999463fce49f7d47ee5f18
MD5sum: d9e39c657fd2ecb7f0e4495850b0c37e
Description: Geographic objects support for PostgreSQL 14
 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".
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-14-postgis-3-dbgsym
Source: postgis
Version: 3.3.3+dfsg-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4447
Depends: postgresql-14-postgis-3 (= 3.3.3+dfsg-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-14-postgis-3-dbgsym_3.3.3+dfsg-2.pgdg+2_arm64.deb
Size: 3906320
SHA256: a74e42c86daddd1646336ce24a607fae0e29d28454b9c95945d2f54966ab8538
SHA1: ad8bf72ead9f7852bd8c7eefb81aa4c4c8418ba3
MD5sum: 092aaa651f944012a350df601a879667
Description: debug symbols for postgresql-14-postgis-3
Build-Ids: 166eb945727154648952af84e109a85fabd05df3 830d5d3a1826fee4b65ba77f4947e3cb97965077 b6f17d43e539b8dc3f9e33b319a36d5e4beccf71 d7b66e7753d0025a9569d68cc22229d944cdd19b dd4d24c0d234380d10096b0fda341b490a0a92a0
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-14-postgis-3-scripts
Source: postgis
Version: 3.3.3+dfsg-2.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 39003
Depends: perl:any
Recommends: postgresql-14-postgis-3
Provides: postgresql-14-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3-scripts_3.3.3+dfsg-2.pgdg+2_all.deb
Size: 1308484
SHA256: 34b688f7dced4de8eac0b6f87abdad0c92f40b89eb2479bacffc3f77bc069f0e
SHA1: 55aed8906b9f3b53d0d7d6874bb6996dc6cb8515
MD5sum: 7f37f2f162d03fe48ebcb76baccbd9e4
Description: Geographic objects support for PostgreSQL 14 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 14 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-15-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.3-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 289
Depends: postgresql-15, libc6 (>= 2.34), libgdal33 (>= 2.2.0), postgresql-15-jit-llvm (>= 14)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-15-ogr-fdw_1.1.3-1.pgdg+2_arm64.deb
Size: 103836
SHA256: 890485045c4ba1a74845b4ea23d0c439ad277c15a860588f1e6be0f3010db918
SHA1: c828b8e893c7519afb58ba0736efa214756f2d63
MD5sum: 5e2b194d33d9bb25e654bd0d849bc689
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-15-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 161
Depends: postgresql-15-ogr-fdw (= 1.1.3-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-15-ogr-fdw-dbgsym_1.1.3-1.pgdg+2_arm64.deb
Size: 129568
SHA256: 3b2745e9a386cef242c4ec12b352162945c8b223f446853956c201eaa71bade9
SHA1: 0901fdf2042a5542a697c37fbd92ea0b9fd87541
MD5sum: dbe6a7c608a42d180f7d0f02e38f6b71
Description: debug symbols for postgresql-15-ogr-fdw
Build-Ids: 0d8ddad2e38bd78ab1e66c646704e2e6fdd7cb21 d26323c7211f6d0ee300c338615eeb181d54bd75
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-15-pgextwlist
Source: pgextwlist
Version: 1.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-15-pgextwlist_1.16-1.pgdg+1_arm64.deb
Size: 38400
SHA256: c9c415339ce21b577d0abe0d6d50bfdfb182c84d6da5d5e402508703214d4c1f
SHA1: f83c1732d2abbb2df43495032b6eca6244bf2888
MD5sum: 439f3adce20c082c10a746241796efbd
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.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-15-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-15-pgextwlist (= 1.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-15-pgextwlist-dbgsym_1.16-1.pgdg+1_arm64.deb
Size: 54200
SHA256: 0bcb422ce91d4c3385f3149a5c14d27bb91eb59c90bea84a7eb28fcb5440120d
SHA1: b35a89069158aa51afb0073100f7bdc5a4306f0b
MD5sum: c786d70419b4ccea3826c1503b4667d2
Description: debug symbols for postgresql-15-pgextwlist
Build-Ids: ff8ec96556511ad95e65a1246891090eed4b9383
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-15-postgis-3
Source: postgis
Version: 3.3.3+dfsg-2.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10005
Depends: postgresql-15, postgresql-15-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal33 (>= 3.7.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 11), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-15-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3_3.3.3+dfsg-2.pgdg+2_arm64.deb
Size: 3532700
SHA256: 6be8ae7c22a0bc4efd8656818910502dbad9b125834683c180bdc7956e35ffb5
SHA1: 453c70b593d3c54f74b382f763a184bcfebfe71d
MD5sum: 3a17dd1fb2c7500180af01c78e3a7213
Description: Geographic objects support for PostgreSQL 15
 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".
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-15-postgis-3-dbgsym
Source: postgis
Version: 3.3.3+dfsg-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4454
Depends: postgresql-15-postgis-3 (= 3.3.3+dfsg-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-15-postgis-3-dbgsym_3.3.3+dfsg-2.pgdg+2_arm64.deb
Size: 3909848
SHA256: 4b9b908aece8b5acec8c0ce2ddec24193a99ccbcc3b62bbe58a2dd2da8d07283
SHA1: e9af05b19052d2ee0386066eff8907c83cfd0339
MD5sum: a4178cc7a94afc183cb7c99a8f2b8a63
Description: debug symbols for postgresql-15-postgis-3
Build-Ids: 118d1ba6279082ba01e1b15576f7fc4b0aad132d 18ae054cb65342a05b18e7406345d8ff021f26db 1e983715cb4d57fe0c52126dd02f3dff2e839e62 202a2c7b667813503693d50d24dcc60c3b84ac2d fb0b043217fc4ca038e0d342aa09e68fe127b05b
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-15-postgis-3-scripts
Source: postgis
Version: 3.3.3+dfsg-2.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 39003
Depends: perl:any
Recommends: postgresql-15-postgis-3
Provides: postgresql-15-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3-scripts_3.3.3+dfsg-2.pgdg+2_all.deb
Size: 1308552
SHA256: 8bb4047ad03f9ff52c40add4895fc14fa946eaf32af6892514462f0dfa6c3cc7
SHA1: 40222559334364f40f27370c0c8baf25dfc7f6a2
MD5sum: 087ab1ee2c653b18211582d410fa4974
Description: Geographic objects support for PostgreSQL 15 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 15 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-debversion
Source: postgresql-debversion
Version: 1.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-16-debversion_1.1.2-1.pgdg+1_arm64.deb
Size: 14808
SHA256: 9ec7213516e2914be6d8c3202f1153381db1e4a026a8c808fe652429d31fbba3
SHA1: 558049548720b86db118f0124ac095c7a0b7e400
MD5sum: 049dfed622662713b659603b28187ac4
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()
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-16-debversion (= 1.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-16-debversion-dbgsym_1.1.2-1.pgdg+1_arm64.deb
Size: 20580
SHA256: 2b14c9a6c67bd74e4861d9e900659d636de915f804af6815aacc60a0200c4225
SHA1: 75802d651639e085385318d4fb22e9907b06d1e3
MD5sum: 841c554fae09f65114fb87c358be7bdb
Description: debug symbols for postgresql-16-debversion
Build-Ids: 74097e409be7be7bef50f0061c8ebaa6414231ae
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-decoderbufs
Source: postgres-decoderbufs
Version: 2.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-16-decoderbufs_2.1.2-1.pgdg+1_arm64.deb
Size: 46064
SHA256: c99dbf064ea3fc3654674a1687602f40f1d031ed135e48de6feb3777650feadb
SHA1: c2391dd8b184a12956ae4e9116f99181908febe6
MD5sum: c5296df5838a22e9ae289f75c17ccdd7
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-16-decoderbufs (= 2.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-16-decoderbufs-dbgsym_2.1.2-1.pgdg+1_arm64.deb
Size: 54108
SHA256: f47068771eca23c7d09eb28fb30a6bf34e4d119a6922ef6121aced0265d5eb8d
SHA1: b2edd287e9c853dc17a4b586e712017186e08baa
MD5sum: 8d080ec6b12bb4f205f02036a9480284
Description: debug symbols for postgresql-16-decoderbufs
Build-Ids: a50fd9430a8f15448c81a3305a26774be32328ca
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-extra-window-functions
Source: extra-window-functions
Version: 1.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-16-extra-window-functions_1.0-4.pgdg+1_arm64.deb
Size: 16048
SHA256: 2ec4c37a53f224dd2135f986c00889bf19c79f02d502cc9dfdf829d6b39338f3
SHA1: 59f203ea96408cf1afa82967fbb8b5a96d37455c
MD5sum: de8053291c4ee9458e1dc4a708e9e372
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-16-extra-window-functions (= 1.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-16-extra-window-functions-dbgsym_1.0-4.pgdg+1_arm64.deb
Size: 9776
SHA256: 19caf778e5ac8e73791b439d77a632077cd9bab62d7df200e54ea229f74160c4
SHA1: c87ac5fbd6f7df111a841ab2712737fed0e0a3ff
MD5sum: f60a96fff8ee6f4f5614e9275e38cabb
Description: debug symbols for postgresql-16-extra-window-functions
Build-Ids: 0dd2ce91fb231a268b138d8a5a347e12294f22bc
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14)
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-16-first-last-agg_0.1.4-4-gd63ea3b-6.pgdg+1_arm64.deb
Size: 8676
SHA256: 585b864c156e57113429a82f81169f6337ed096f805aa3bd1ae7bd67da327f08
SHA1: 702820b0e3d27f1d54a07e613494e241b58f694b
MD5sum: 9cf3373a118c8c2c6487998a91441861
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: postgresql-16-first-last-agg (= 0.1.4-4-gd63ea3b-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-16-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-6.pgdg+1_arm64.deb
Size: 3912
SHA256: 8cc9969fa349fa2575775f86ad04997622ef8b7aad567ecb156a8693409b4790
SHA1: 7c29136d43af31420e5c8bb0389cc5b337068041
MD5sum: 43d476564cd973e1934507674f63979a
Description: debug symbols for postgresql-16-first-last-agg
Build-Ids: 437ac8c3bec9ce9d8fcc37d4d96f88005d74175d
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-mimeo
Source: mimeo
Version: 1.5.1-14.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4485
Depends: postgresql-16, postgresql-contrib-16
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-16-mimeo_1.5.1-14.pgdg+1_all.deb
Size: 128464
SHA256: 7c6dd39d92c16280850b9db8b8e3a8a67c156c6280c872e0248046c91f74fb5a
SHA1: e90266d2c8e3bb2bf35bb99caeb2626985765f0a
MD5sum: 421c0b6abe5e310616af46143a53e7ae
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.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-numeral
Source: postgresql-numeral
Version: 1.3-5.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 254
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-16-numeral_1.3-5.pgdg+1_arm64.deb
Size: 77992
SHA256: 7eacdf12ee846c74d3e96cfcd4b6a01d66f20f72a4a9679143c8e528e2d75997
SHA1: 983934d0e8002352e0bbac7990f7a9cfacfd3cdf
MD5sum: 0f7d1b2552c3ecdec7969b47d4bc5526
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 65
Depends: postgresql-16-numeral (= 1.3-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-16-numeral-dbgsym_1.3-5.pgdg+1_arm64.deb
Size: 43412
SHA256: 9adafa19d9497efa86f96aaa7f2e74365683c23e41980b8de3443c4334ab940d
SHA1: 9933db726011815aa1c431a99e33444a3c04017d
MD5sum: 18ca5628fe6cefe27254e4112657b50b
Description: debug symbols for postgresql-16-numeral
Build-Ids: 9ae7ba347307a317af08cc6eea16c796e202b4f1
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-omnidb
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: libc6 (>= 2.17), libpq5, postgresql-16, postgresql-16-jit-llvm (>= 14)
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-16-omnidb_3.0.0.20201026-4.pgdg+1_arm64.deb
Size: 22592
SHA256: 57d4a849d288c078a2c6b3d0d1c0afc23faa3b8501fc12f5d62c847f0a23d144
SHA1: fb7a080b67055917dd7cf07ee221fb89fc486e46
MD5sum: 981411b4204a79e3213860cea6f0106b
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL omnidb_plpgsql_debugger extension for
 interactive PL/pgSQL debugging in OmniDB.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-omnidb-dbgsym
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-16-omnidb (= 3.0.0.20201026-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-16-omnidb-dbgsym_3.0.0.20201026-4.pgdg+1_arm64.deb
Size: 42328
SHA256: 4fb844909f7debb88767b9911297b843035cc50001f20f116829d341f6a03461
SHA1: c837cab41275c7ad0a004f51a4e5bc727c276215
MD5sum: 75a0faad261fe3711c34019f6c3c00cc
Description: debug symbols for postgresql-16-omnidb
Build-Ids: ad24f101fc15b825a7fcc83d1f3a25e7855c2907
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-orafce
Source: orafce
Version: 4.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1143
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-16-orafce_4.1.1-1.pgdg+1_arm64.deb
Size: 389212
SHA256: 01ceca55aa7f61c2eb14fbe1690a1a24a92055127f213848fea6b94fce95d64d
SHA1: 206fa1f64ad7f6d88cfb08a326fdfa9d0a0fcca5
MD5sum: 94fe7794b976b8de32c2cc0eb03b6ce5
Description: Oracle support functions for PostgreSQL 16
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-orafce-dbgsym
Source: orafce
Version: 4.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 353
Depends: postgresql-16-orafce (= 4.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-16-orafce-dbgsym_4.1.1-1.pgdg+1_arm64.deb
Size: 302384
SHA256: 2d2918ea72ae78ec3ce735e26a866fddd3a74d12f62570c3fd11da5ebc74d71d
SHA1: 81ea94382b179e4c221f9d721d36a0552ca1a78e
MD5sum: 9c076029ece7669ec19d7a0c3f4e3116
Description: debug symbols for postgresql-16-orafce
Build-Ids: e9a7dfd773417a86528b7be9b762a22f02887227
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-pg-checksums
Source: pg-checksums
Version: 1.1-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-16, libc6 (>= 2.34)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-16-pg-checksums_1.1-4.pgdg+1_arm64.deb
Size: 35444
SHA256: 90cb829cddf0c2c88c343af0bb23e8aae87ea0b110e46d856bdd7206bbd8bef0
SHA1: da1cf9a81a5e2c8622b51b2680e9b55644471014
MD5sum: f445f4bf43ff959e812428c233311e10
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-16-pg-checksums (= 1.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-16-pg-checksums-dbgsym_1.1-4.pgdg+1_arm64.deb
Size: 23040
SHA256: 7e8586c26a1e652488dea290035e0c4e4e6682dabc9571183734fcaceb6ee20b
SHA1: b2fe898e84d76131f1f23e2eff48c1ad61ac5390
MD5sum: 444082548c4df3f3cb0f9787761dbf29
Description: debug symbols for postgresql-16-pg-checksums
Build-Ids: 86994c77d5d114a28ea1d9f15fc4ab9fa992cc72
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-pgextwlist
Source: pgextwlist
Version: 1.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-16-pgextwlist_1.16-1.pgdg+1_arm64.deb
Size: 38372
SHA256: 080f8d933a93b516f534d1a998768d2549c339058b47ee153563eba61e6e612b
SHA1: 12d6fe4b514cf5b903220827c1ccf782140c213e
MD5sum: 2f4d7177bae9abda69eaf5190c9cb856
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.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-16-pgextwlist (= 1.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-16-pgextwlist-dbgsym_1.16-1.pgdg+1_arm64.deb
Size: 56040
SHA256: 45edf9644686f4b734edc92b73a5a7bc868fcd69b4d4e243e0de0d05e4e9d16e
SHA1: af9b70561d4dbd63074f223bd34e9d17db74daa4
MD5sum: 084e29c28dafda67a60d46604d15f09c
Description: debug symbols for postgresql-16-pgextwlist
Build-Ids: 5196bad41715ba4cf55518be3ab006400c457852
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-pg-failover-slots
Source: pg-failover-slots
Version: 1.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-16-pg-failover-slots_1.0.1-1.pgdg+1_arm64.deb
Size: 41716
SHA256: 7aa7a98e8355ae8dfe012f47f9e313050ad2524b308063aadebc6e4cd60e4d18
SHA1: 3c57f8859dc9a8256d6c721a92937ca5f1475f85
MD5sum: ccef484e952296ff0a261b019124c330
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-16-pg-failover-slots (= 1.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-16-pg-failover-slots-dbgsym_1.0.1-1.pgdg+1_arm64.deb
Size: 42412
SHA256: f0af10f7c129c4790df3e4fe3d4675ccc6b11c12015bb7d4043a2b2322130fa0
SHA1: aec131c0bcb2792e299772b2a8f87ceaa120c891
MD5sum: 43b5203b09b7b8e4fcd295a2da72fb99
Description: debug symbols for postgresql-16-pg-failover-slots
Build-Ids: e8b3530e991137acb55e17bf33beb0a60256d691
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-pgmemcache
Source: pgmemcache
Version: 2.3.0-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.17), libmemcached11 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Homepage: http://pgfoundry.org/projects/pgmemcache/
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-16-pgmemcache_2.3.0-12.pgdg+1_arm64.deb
Size: 51452
SHA256: 4f9a15c331fb539719b18d4ce44c3143b46acf160b402085f73f904d1fc3d4a2
SHA1: 5707f6dd930af15db08516dad22f4ce1e6f56492
MD5sum: 1ef839fb33918765781da8ae9ccee24f
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.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-12.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-16-pgmemcache (= 2.3.0-12.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-16-pgmemcache-dbgsym_2.3.0-12.pgdg+1_arm64.deb
Size: 50400
SHA256: 13dff4ca7b6b8948d11dbff3db828157892efc67fb464069d255bbffaa7627f7
SHA1: 4811d618225e38495cc5a9b538751583aca9e6a0
MD5sum: 49deb9348d8103f13f6061daae6f8166
Description: debug symbols for postgresql-16-pgmemcache
Build-Ids: 16ec280b2f9877f098905620f25eb0020b7f04f4
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-pgpcre
Source: pgpcre
Version: 0.20190509-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.17), libpcre3
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-16-pgpcre_0.20190509-5.pgdg+1_arm64.deb
Size: 18964
SHA256: b020d5dc5a7cd6f6d57d6915b653e8b0b3584c39aead22cf40cfa682ef905d22
SHA1: d7acc2b2d62f0826fe0a1ec77d9740570c1ac21a
MD5sum: f576a80fe6ad856a658c290347ffed59
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-16-pgpcre (= 0.20190509-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-16-pgpcre-dbgsym_0.20190509-5.pgdg+1_arm64.deb
Size: 16432
SHA256: 5ba5f393418137d715f9fd16738dbccbbe8d2521cc7337a6fcd1e5f2a546be42
SHA1: 8f8420170e6631dc2aefaa9eb66638ef5b76a099
MD5sum: 9d6635473bd82d9353fa9f91aa60c8cd
Description: debug symbols for postgresql-16-pgpcre
Build-Ids: ca62caa4dcda382db13b96e75f0fbbadf67b3a13
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-pg-qualstats
Source: pg-qualstats
Version: 2.0.4-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 174
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-16-pg-qualstats_2.0.4-2.pgdg+1_arm64.deb
Size: 63676
SHA256: 002ed7b0697bb329b66e0055b43fe9bf029e03c95c483fa7234903fa80f965d5
SHA1: b0f58645a89a70b5ae266d1527cb2876ba3b88b8
MD5sum: fb009cd6a90eaebf52cc0f4861e695b0
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.0.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 80
Depends: postgresql-16-pg-qualstats (= 2.0.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-16-pg-qualstats-dbgsym_2.0.4-2.pgdg+1_arm64.deb
Size: 63396
SHA256: 6b662b06b30c978c958ee1a3d5876eb77753251357ea57bc57158bd20b21a6a2
SHA1: 26584a6c29a3f956b459903e8ddfb8481f21042a
MD5sum: 18c7b72556abab0f6ab296b38d30dac1
Description: debug symbols for postgresql-16-pg-qualstats
Build-Ids: aa9361cd7182ec8caaf0c350f3b6d2ca0dcf84a8
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-pgtap
Source: pgtap
Version: 1.2.0-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1757
Depends: postgresql-16
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-16-pgtap_1.2.0-3.pgdg+1_all.deb
Size: 59612
SHA256: 71fedc5b466581c996aae083a5569affa03cae372283050d8f3afaf4f10c1edb
SHA1: a57ebb9180bcf529a77feb3f6787c90d68704b6a
MD5sum: 9736291bb01f0c33075f17800e8ee79b
Description: Unit testing framework extension for PostgreSQL 16
 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 16.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-pg-track-settings
Source: pg-track-settings
Version: 2.1.1-3.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 123
Depends: postgresql-16
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-16-pg-track-settings_2.1.1-3.pgdg+1_all.deb
Size: 9184
SHA256: 43f509e083e56284dcdec81c723cdf0d272ee0868807aa5837992fe769d94860
SHA1: 754ed2d8af246de88adb417ca22b649d10707f32
MD5sum: a3762db89af005db9109632915559f60
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-pgvector
Source: pgvector
Version: 0.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 267
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-16-pgvector_0.4.2-1.pgdg+1_arm64.deb
Size: 104624
SHA256: 069dce927628cf52f3566094a5874a5502629a69c8697a10268ed3364cc6808a
SHA1: 60010669e41405b20201638927ecdafc9e6e95b9
MD5sum: aa2974fbe5780390e99b394736dba7ae
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-pgvector-dbgsym
Source: pgvector
Version: 0.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-16-pgvector (= 0.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-16-pgvector-dbgsym_0.4.2-1.pgdg+1_arm64.deb
Size: 122172
SHA256: 9358fd7fd874ee5fdbeda8246b40ac4d5fdc387b635e12e05c25e65fe8ce1edb
SHA1: 85abe43acdda0ecab9b87b071f0818d293049c2f
MD5sum: ce8bcb5c43ee60760157c9c84b804d76
Description: debug symbols for postgresql-16-pgvector
Build-Ids: 856badbae791eae0e80beb093ef21ab2a68b3049
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-pldebugger
Source: pldebugger
Version: 1:1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.17)
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-16-pldebugger_1.5-1.pgdg+1_arm64.deb
Size: 84564
SHA256: c3dab1905b97b2bdaa82e449ad64a96a4eae65012a2bd9f8f5070c4819f0f5f0
SHA1: 32864eb28e1a47347a9f720b62a32623457e8b2c
MD5sum: 9fd9396a5636281884532b17a65e74b7
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-16-pldebugger (= 1:1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-16-pldebugger-dbgsym_1.5-1.pgdg+1_arm64.deb
Size: 106992
SHA256: 759b9d0f46822362293e801a2106353204250e05bf596ccb1e877329b426aff6
SHA1: b7af369e32ca503a5d76fe520bd44c16299a3d4d
MD5sum: dece63c2ff75590b5666a67a29751eff
Description: debug symbols for postgresql-16-pldebugger
Build-Ids: 0b28f316d3f33c2b76bbba6ac234f3b513892b65
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-plsh
Source: postgresql-plsh
Version: 1.20220917-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 14)
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-16-plsh_1.20220917-1.pgdg+1_arm64.deb
Size: 32560
SHA256: 73c7ab880adbc8fdb71f6d3329c99f64e8901414e9f02ddf0348fb927aeea34f
SHA1: d98a1ec2cce8d5275b00800b591f1f75a4cc4f3b
MD5sum: 3191485fa39e9993e8cc42bde53cea49
Description: PL/sh procedural language for PostgreSQL 16
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in a shell of his choice.  You need this package
 if you have any PostgreSQL 16 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20220917-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: postgresql-16-plsh (= 1.20220917-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-16-plsh-dbgsym_1.20220917-1.pgdg+1_arm64.deb
Size: 47428
SHA256: 3db736e8e956f2c21eb8e351403773e003757d041520b40179480c165760ab2a
SHA1: bb92ac9a1a773cf4910780726af783695648edab
MD5sum: 13c097ae789fd992c8171dd6f214aa79
Description: debug symbols for postgresql-16-plsh
Build-Ids: 8a81251d7b6204355144005c015112163e212e92
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-preprepare
Source: preprepare
Version: 0.9-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-16-preprepare_0.9-7.pgdg+1_arm64.deb
Size: 17824
SHA256: 7ac0ab0afab20ebd10e5a0e005a8710cc42801fbc6f0ff21003a27972f530644
SHA1: fa4302d73a798055304d6ccd390cdcfcd77f8f52
MD5sum: a8c48db2e28882b92dc97e26872b084c
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.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-preprepare-dbgsym
Source: preprepare
Version: 0.9-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-16-preprepare (= 0.9-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-16-preprepare-dbgsym_0.9-7.pgdg+1_arm64.deb
Size: 17252
SHA256: 4c2ec278ddac577f31afb2fb66dfe4a3e8a44e5d812b35d5cb9e9a0a3d22c15f
SHA1: 998c7535f096164461b1c859dd51984fab327e56
MD5sum: e7c8c42f95b2acd5c170ef93ed46d77f
Description: debug symbols for postgresql-16-preprepare
Build-Ids: 35c07af11efec57b1e244eb40ab50de73a1ecf40
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-prioritize
Source: postgresql-prioritize
Version: 1.0.4-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 14)
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-16-prioritize_1.0.4-10.pgdg+1_arm64.deb
Size: 12244
SHA256: df69fb7db47a6c0f5cbe7be6672cb151a7f1fe3c33d7ea3ff9b482cd3ce5648a
SHA1: c3a945ea4f947beb74c96e287309c6cc39e0c97f
MD5sum: 62f2f5af06a078144643792d843754cc
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.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-10.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27
Depends: postgresql-16-prioritize (= 1.0.4-10.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-16-prioritize-dbgsym_1.0.4-10.pgdg+1_arm64.deb
Size: 13136
SHA256: a384121718add35c36e0e51aac0e6e46babd8dd12678b781685c08ef99391261
SHA1: 09c8791392b18103770400e2f76a605b2969d5e8
MD5sum: a63527ee3c2beeb76c50dbc5f9b01c99
Description: debug symbols for postgresql-16-prioritize
Build-Ids: d35d5c03d1068714b55f76a28d9252e0948218e5
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-q3c
Source: postgresql-q3c
Version: 2.0.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3397
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.29)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-16-q3c_2.0.0-7.pgdg+1_arm64.deb
Size: 163628
SHA256: 0015d1c30ff8069d70ba58f5a888cc8c67adbb346182344b76c52999caf2157b
SHA1: ed694e921c0f1c349fcf8568f4d6dbd91d3790c6
MD5sum: d0f08a0eaa0861497ab6a5d8f26b7a7d
Description: PostgreSQL 16 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-16-q3c (= 2.0.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-16-q3c-dbgsym_2.0.0-7.pgdg+1_arm64.deb
Size: 100704
SHA256: eadb1c82cc909ac063d69104db86b54f8785e09e21cc839edb4dd1d10cef917c
SHA1: 60a8b3ad0acadc2c3f22483f92b189b6ee177c1f
MD5sum: 7e84d25bcb025ba12aad924984150a00
Description: debug symbols for postgresql-16-q3c
Build-Ids: 854a8290107b63e4f984d6546c893343434048c0
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-rational
Source: pg-rational
Version: 0.0.2-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-16-rational_0.0.2-5.pgdg+1_arm64.deb
Size: 25728
SHA256: cbceae7fa831f624c95cdb111b249fdfdd4690976f64fe89703b53e991edccf7
SHA1: d3b391b05a4638673d2001e989c165045ee70b0c
MD5sum: e3cb7ab87983d91a40123b7f03c9f014
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-rational-dbgsym
Source: pg-rational
Version: 0.0.2-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-16-rational (= 0.0.2-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-16-rational-dbgsym_0.0.2-5.pgdg+1_arm64.deb
Size: 22652
SHA256: c3ad189b7642126a404eed8ccf99170d18018dad3eee37c8f4a2b7c4fa883e14
SHA1: 7af6279d0ca67355aad70b1f561834d5434576f3
MD5sum: 95b1db2544c031a4c060fac6e8b0ed84
Description: debug symbols for postgresql-16-rational
Build-Ids: 9223cb54914e87a577ae0fd6d22a902d610d0091
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-repack
Source: pg-repack
Version: 1.4.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 308
Depends: postgresql-16, libc6 (>= 2.34), libpq5 (>= 8.3~rc1-1~), postgresql-16-jit-llvm (>= 14)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-16-repack_1.4.8-1.pgdg+1_arm64.deb
Size: 104620
SHA256: b4db21ca33b1c688f1f1ae43acaef66f458a8faa745792108dc171ecef33b57a
SHA1: 727da642f39cb1ee3989189d824d25ad69071a69
MD5sum: 7aa0418ef67973935fa0a4dce9b654ce
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 16.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-repack-dbgsym
Source: pg-repack
Version: 1.4.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 156
Depends: postgresql-16-repack (= 1.4.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-16-repack-dbgsym_1.4.8-1.pgdg+1_arm64.deb
Size: 120856
SHA256: cdf1e8e582d8dc49f91f232fb87983d0a23bc4cea6297870e4a6e54d7ceb7b8f
SHA1: cac9753123a2e9ccee05b36cf9c2b874fe90e7d5
MD5sum: 5fa6adb440aef4a63f1ee10f6a008daf
Description: debug symbols for postgresql-16-repack
Build-Ids: 9a262f63c83723f799073e88a3656e7ee56a4be0 dcde9c39df4a15560e652ac19c473b7881ac790e
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-repmgr
Source: repmgr
Version: 5.3.3-2.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1108
Depends: postgresql-16, repmgr-common (>= 5.3.3-2.pgdg+1), libc6 (>= 2.34), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-16-repmgr_5.3.3-2.pgdg+1_arm64.deb
Size: 227752
SHA256: 701f5e2d1ce407e328fe86e15a060b9f95c92c9d6531a71cc12f1acdbb884376
SHA1: 77a86d0e22d0322a5b605337b766fd4f0139b88c
MD5sum: 03c23da92c4637d8720dd021c08ab00a
Description: replication manager for PostgreSQL 16
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 16.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-repmgr-dbgsym
Source: repmgr
Version: 5.3.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 670
Depends: postgresql-16-repmgr (= 5.3.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-16-repmgr-dbgsym_5.3.3-2.pgdg+1_arm64.deb
Size: 600912
SHA256: 15fad9aebfe4a3697418aedbe93e130a8d25279390fe2202d717638216993376
SHA1: 27fa73186739f4139f84317ce03434547a9980a6
MD5sum: 9697fe16c2c61f86940da153e5068584
Description: debug symbols for postgresql-16-repmgr
Build-Ids: 0bf4b0817f9b4ecee8b90d4d2d0d103edf848d23 23a340ca9a8a3c23f82ac3ec313f0d6e7a8b4511 dd459ce72a3cc0ec570e5fae1b458edfd44aeaf8
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-rum
Source: postgresql-rum
Version: 1.3.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 800
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-16-rum_1.3.13-1.pgdg+1_arm64.deb
Size: 310504
SHA256: b8c147471c900693029f4fd70e63d642f2329d788e135634d78a6fdfdbc57618
SHA1: 15d786bc62cc4fde2db084eb615563071e47d5ef
MD5sum: 8e4a92dbf08ff49119064f630a9be0b3
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-rum-dbgsym
Source: postgresql-rum
Version: 1.3.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 331
Depends: postgresql-16-rum (= 1.3.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-16-rum-dbgsym_1.3.13-1.pgdg+1_arm64.deb
Size: 294484
SHA256: c210421dda36fe35d1ae17bf1754f8cff66622ee011087dbdead51e8597147b7
SHA1: 2a39fa47588d7915ef30e4e3bde273fe33063098
MD5sum: 26f42d33d380e97daf2908010e2d6454
Description: debug symbols for postgresql-16-rum
Build-Ids: 3ce81d04f8a6b52135ab1717dd0140718c4fdc3b
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-set-user
Source: postgresql-set-user
Version: 4.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-16-set-user_4.0.1-1.pgdg+1_arm64.deb
Size: 40476
SHA256: 2f6a01d14fe35e291997f3b41843c72e7c48ab85ec4f9456095a5748d09c61a8
SHA1: 9d8d72e138ead8bfd2b6962b946ffd9b5fb6db0f
MD5sum: 282fd5814cacf44234aa73f69a1a5a2b
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-set-user-dbgsym
Source: postgresql-set-user
Version: 4.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-16-set-user (= 4.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-16-set-user-dbgsym_4.0.1-1.pgdg+1_arm64.deb
Size: 50564
SHA256: 33f275da097ecc3de97210a881da3ddf25f4b07ac56314761dd0a6e7dfe9d934
SHA1: e1b03c229a274b3a115f4b952cc8d0b20faafbe5
MD5sum: e564097ef1e5c995a5688003d64c8269
Description: debug symbols for postgresql-16-set-user
Build-Ids: 92cfeb27a932d78bd6a2936ab3da44bc8cb0d339
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-show-plans
Source: pg-show-plans
Version: 1.1.2-1.pgdg+1
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 117
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-16-show-plans_1.1.2-1.pgdg+1_arm64.deb
Size: 26900
SHA256: 16fed54be6c1a0e67651363cfb10f2503447d127d3dde30512dfe0d9892a94ae
SHA1: 41346b806a4fd564c31d221d6bd1b4d71d1b1dae
MD5sum: d2948e24b34bb1037f9a77fcdddb6523
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-show-plans-dbgsym
Source: pg-show-plans
Version: 1.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 53
Depends: postgresql-16-show-plans (= 1.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-16-show-plans-dbgsym_1.1.2-1.pgdg+1_arm64.deb
Size: 37564
SHA256: d514dd177c209a35f4671b5dc11b735ad2e2d726306f563931405f302e221c30
SHA1: b431a0444a2e3c00451ee3268c8e47444b13a181
MD5sum: ed76344bd2e58d07ae8f8090471d4f15
Description: debug symbols for postgresql-16-show-plans
Build-Ids: edc88c6c2e3425910ccc38f234728e7477fddcb3
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-slony1-2
Source: slony1-2
Version: 2.2.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-16, libc6 (>= 2.17)
Suggests: slony1-2-bin
Conflicts: postgresql-16-slony1
Provides: postgresql-16-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-16-slony1-2_2.2.11-1.pgdg+1_arm64.deb
Size: 18084
SHA256: d2e5e3a159215382662c1194d8320d793e05ee4f732651a68a150763b90fa917
SHA1: 52b6a6a79e00344179a0d5029a880442b77117f8
MD5sum: a49306cfd5d0db00f26aa4d40b744e45
Description: replication system for PostgreSQL: PostgreSQL 16 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
 16 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.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-16-slony1-2 (= 2.2.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-16-slony1-2-dbgsym_2.2.11-1.pgdg+1_arm64.deb
Size: 71740
SHA256: a3875ad3c4dc1ff2b35100c6073b5246e9c81ef364bb14a1d2bf89903d61d93a
SHA1: f817f4cc96b8f54586f72b69054e09db79e81b79
MD5sum: f85c3f262cea568962e1ac699edd42b0
Description: debug symbols for postgresql-16-slony1-2
Build-Ids: 7f50bf3a0207c2a695b26415c5c3333c6847386e
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-snakeoil
Source: pg-snakeoil
Version: 1.3-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.17), libclamav11 (>= 1.0.0)
Recommends: clamav-freshclam | clamav-data
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-16-snakeoil_1.3-4.pgdg+1_arm64.deb
Size: 17576
SHA256: bb9bbcebdbc5297050edc32cae490bbb2b24912e68b7089291d4ba4689b799f8
SHA1: 2f88e2857bc56309eccfe7cc745406289ec7eeab
MD5sum: b281acdb2e41fa9a5da6a7a08f62406f
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-16-snakeoil (= 1.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-16-snakeoil-dbgsym_1.3-4.pgdg+1_arm64.deb
Size: 15564
SHA256: 23ce1ade86c966dd1f7056496dc08739d07c484aa7777dbc5cdc568b1b0432ec
SHA1: bffd79e6906b41fffc404d0ada38b37326f7fb29
MD5sum: d98d2f5b8d21706e06c1bbfc109a4f8f
Description: debug symbols for postgresql-16-snakeoil
Build-Ids: d9f3cd89e9a2e126986aa1d37081b8a4bd1f01a2
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-tds-fdw
Source: tds-fdw
Version: 2.0.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 323
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-16-tds-fdw_2.0.3-1.pgdg+1_arm64.deb
Size: 129472
SHA256: e148a590bf28eb602f429ef1dbdd88bbbece377989f15b1add859ecbee8b3398
SHA1: c1a79e3797e0ce8b585f2c8c0003aea26b41e593
MD5sum: 21bac4945e5a642d1d9ee54f55a93322
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 157
Depends: postgresql-16-tds-fdw (= 2.0.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-16-tds-fdw-dbgsym_2.0.3-1.pgdg+1_arm64.deb
Size: 140648
SHA256: 9f4f2d1421986eca5a7ca6cf781606d281d2366094bcce5d3b0453a51c67f1a9
SHA1: 8f70298d2d35be0e429e2cfec71faaf2f272700f
MD5sum: 817898a57523ed4dda24271e7ec562ad
Description: debug symbols for postgresql-16-tds-fdw
Build-Ids: 11ac5f676485fd49bdcb6c722b041e027889e6fd
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-toastinfo
Source: toastinfo
Version: 1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/credativ/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-16-toastinfo_1.4-3.pgdg+1_arm64.deb
Size: 13308
SHA256: eaf4d308991f597f632cc06c78a74070077e9b9d39a3a34b99148798e7e20757
SHA1: df5e604971aa8525d292221fba8207ce1a0dfe9c
MD5sum: 31b04fdd478963ec7ea121fea944f883
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-toastinfo-dbgsym
Source: toastinfo
Version: 1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-16-toastinfo (= 1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-16-toastinfo-dbgsym_1.4-3.pgdg+1_arm64.deb
Size: 11588
SHA256: 886ebe5c11f0c21d6f98c8d05df92edf1550932a12c3941377b71ef492411cb3
SHA1: e4e3c0048620f7202894e535790c29fd0b9f1f00
MD5sum: 29cca82e17c3d01a66f8822a9c491b5a
Description: debug symbols for postgresql-16-toastinfo
Build-Ids: 1281be5c14821bf02d85ecdbd9486553d10b75cd
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-unit
Source: postgresql-unit
Version: 7.7-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 504
Depends: postgresql-16, libc6 (>= 2.17)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-16-unit_7.7-1.pgdg+1_arm64.deb
Size: 134852
SHA256: f0ea2a3cb688167e751ca8a613ad38290adec2602291584906d8d1a2744fa519
SHA1: 55d7b748aa2148843ca58e277b8c2f54728a7595
MD5sum: 836fde1ee070d7c2a19343aa4ed5ab69
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-unit-dbgsym
Source: postgresql-unit
Version: 7.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 85
Depends: postgresql-16-unit (= 7.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-16-unit-dbgsym_7.7-1.pgdg+1_arm64.deb
Size: 63040
SHA256: 8fa32c56226713bb20f40a5f34495b33a7a43e350badd927811d54d36e84a447
SHA1: 01034b63fa40126418bf89883d9381632bd0c900
MD5sum: ca08d4fcd6fea9c6c7d32e6c09ce417d
Description: debug symbols for postgresql-16-unit
Build-Ids: 95a7938fad5b96d1ee60313c93ace6bacd8fc32e
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-wal2json
Source: wal2json
Version: 2.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 157
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-16-wal2json_2.5-1.pgdg+1_arm64.deb
Size: 64028
SHA256: d51bbd42e33bd88d0888f24de1dd8cd984dac0e2aef95000b2a41b41b6a8eda1
SHA1: fce9a1a2d1e992a47697005ddbea950cddaa4356
MD5sum: 0e84af37ce9089e02d78321df28c7959
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-16-wal2json-dbgsym
Source: wal2json
Version: 2.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 91
Depends: postgresql-16-wal2json (= 2.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-16-wal2json-dbgsym_2.5-1.pgdg+1_arm64.deb
Size: 76344
SHA256: c81742f881a884afe9f5e5237aba83cdc9fad95f12fb1606175ab1259e953124
SHA1: 46fcdc8745c64b48c81afb4c7621bf077461af94
MD5sum: a489afa27b80510a41af3f938c60e375
Description: debug symbols for postgresql-16-wal2json
Build-Ids: 0c721a50934390417105c9916f33859f83e1f9b6
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-postgis
Source: postgis
Version: 3.3.3+dfsg-2.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 68
Depends: postgresql-postgis-scripts, postgresql-15-postgis-3
Homepage: https://postgis.net/
Priority: optional
Section: metapackages
Filename: pool/main/p/postgis/postgresql-postgis_3.3.3+dfsg-2.pgdg+2_arm64.deb
Size: 20900
SHA256: bd04acde3968235b5f29f017d92e810518d22412e94d0aecc84b507ddb8f82fb
SHA1: 93ffc02626dc9d08dba13cd965d4a7fc3c01be7e
MD5sum: fb21502ee5a0e889aedb4ec0f524c918
Description: Geographic objects support for PostgreSQL -- Metapackage
 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 metapackage depends on the PostGIS package for PostgreSQL 15.
Timestamp: 2023-07-01 20:32:31+00

Package: postgresql-postgis-scripts
Source: postgis
Version: 3.3.3+dfsg-2.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 68
Depends: postgresql-15-postgis-3-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-postgis-scripts_3.3.3+dfsg-2.pgdg+2_all.deb
Size: 20924
SHA256: 6f660bbfe06ce6fda67d8ffe5cc555250600c2d80589dedaffd80c2843fc3b73
SHA1: 28ab17aac898cdb97dd096dab7a44635c7ca42cc
MD5sum: c89ef61268ce30b1e24c14ed58cb8c78
Description: Geographic objects support for PostgreSQL -- SQL scripts metapackage
 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 metapackage depends on the PostGIS scripts package for
 PostgreSQL 15.
Timestamp: 2023-07-01 20:32:31+00

Package: patroni
Version: 3.0.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1158
Depends: python3-cdiff, python3-click (>= 4.1), python3-dateutil, python3-pkg-resources, python3-prettytable (>= 0.7), python3-psutil, python3-urllib3, python3-yaml, python3:any (>= 3.5~), python3-psycopg2, python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes | python3-pysyncobj
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_3.0.4-1.pgdg+1_all.deb
Size: 222792
SHA256: 5a907caaa8edff7c13337fe8019ed8d8cf1a285fbf5e6cc3942b996f9a9560ed
SHA1: d2b67e1b2156e15ab968128a6c7fded9ff4b9f94
MD5sum: 7bc1f6cefdeed22dd7e86458016d60ea
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2023-07-20 20:32:15+00

Package: patroni-doc
Source: patroni
Version: 3.0.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1334
Depends: libjs-sphinxdoc (>= 5.2), sphinx-rtd-theme-common (>= 1.2.2+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_3.0.4-1.pgdg+1_all.deb
Size: 216180
SHA256: a4a321277b2be670cdf2b218d41df34f1b948585fce6e224092e517f3d9fe806
SHA1: 072117e9be6ff0a1addeab445b7e9006821b8f3f
MD5sum: 93789bf25346f87b4a729b38c12e206f
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2023-07-20 20:32:15+00

Package: pgbouncer
Version: 1.20.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 567
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: lsb-base (>= 3.1), postgresql-common (>= 26), libc-ares2 (>= 1.12), libc6 (>= 2.36), libevent-2.1-7 (>= 2.1.8-stable), libpam0g (>= 0.99.7.1), libssl3 (>= 3.0.0), libsystemd0
Suggests: python3, python3-psycopg2
Enhances: postgresql (>= 7.4)
Homepage: https://www.pgbouncer.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbouncer/pgbouncer_1.20.0-1.pgdg+1_arm64.deb
Size: 208488
SHA256: fb80f15d965b8ef4fc7e69bc14b980ee2d1e22b991396b9990ac0c34f0b38cd1
SHA1: 00f060ea01b7f21589539e72e4fb8bae73f087c8
MD5sum: 090a361753915af8595d10e92fae4bbc
Description: lightweight connection pooler for PostgreSQL
 PgBouncer is a lightweight connection pooler for PostgreSQL providing the
 following features:
 .
  * Several different methods of pooling 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.
Timestamp: 2023-07-25 20:09:01+00

Package: pgbouncer-dbgsym
Source: pgbouncer
Version: 1.20.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 560
Depends: pgbouncer (= 1.20.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbouncer/pgbouncer-dbgsym_1.20.0-1.pgdg+1_arm64.deb
Size: 509228
SHA256: 81742d6be733f083d6c770e2d552aaab27be9f635cfcd607ad29415e6dc59376
SHA1: 230c5cc2297184772b25f752f8f11407de385460
MD5sum: 4e4fda2410d5f9086fc8389a7ffc17d1
Description: debug symbols for pgbouncer
Build-Ids: c17c66bbd1f13ca8a6f6dc4c0db0aac211342906
Timestamp: 2023-07-25 20:09:01+00

Package: postgis-doc
Source: postgis
Version: 3.3.4+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6813
Suggests: postgis
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: doc
Filename: pool/main/p/postgis/postgis-doc_3.3.4+dfsg-1.pgdg+1_all.deb
Size: 3532856
SHA256: 8d9f9fcc2ced5126d2eb48e6fcf6a64a535bbeb3ad85a670f21be260b3541a21
SHA1: e40a783f2063a2d7ef9705937832a2984dfdc1a5
MD5sum: 2734b96b365cf3cfa5fa04d229ad1243
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.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-10-asn1oid
Source: pgsql-asn1oid
Version: 1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-10-asn1oid_1.5-1.pgdg+1_arm64.deb
Size: 6284
SHA256: d432ae6106c083a40dca0b8ebec6c6bb32acabedf1638d42edd9f9508742ff5c
SHA1: 541abe45a4fa434d6e900f7b6a2657ed601fc2e3
MD5sum: 6251e30be8d41bcf9abe6fe3078f56cd
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 10.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-12-ip4r
Source: ip4r
Version: 2.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 699
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-12-ip4r_2.4.2-1.pgdg+1_arm64.deb
Size: 202012
SHA256: 913e16424adadab83385030d2f1a74ad537a638928820f042a708ac3e2a82cae
SHA1: ce138ea4ba6c2c82502f6d0b5e65bd3ad795c3e0
MD5sum: 9363fb4938e00bf16711d030ee05c542
Description: IPv4 and IPv6 types for PostgreSQL 12
 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.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-14-icu-ext
Source: icu-ext
Version: 1.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 212
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), libicu72 (>= 72.1~rc-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-14-icu-ext_1.7.0-1.pgdg+1_arm64.deb
Size: 75200
SHA256: 6d6f9abbd5186f77c779ac4bcf7f30451a9bc12f9d5942cdca8335504e39f357
SHA1: d543b6818b2d84f35a83dc0cb190d0553e953a96
MD5sum: c86d101cb7e93663ce5d5970ee8d1a95
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-16-dirtyread
Source: pg-dirtyread
Version: 2.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-16-dirtyread_2.6-1.pgdg+1_arm64.deb
Size: 25396
SHA256: db072d5cf4bf826dfd05e988646988d051fa7eb282edc18c0f7833db2fd11634
SHA1: 3a1dfcc874c6f65c3ed336dc1edaef9a978b984a
MD5sum: 70f143d93118c105709db38efaad79c5
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2023-07-29 21:28:15+00

Package: libpg-query1504.1
Source: libpg-query
Version: 15-4.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2746
Depends: libc6 (>= 2.34)
Multi-Arch: same
Homepage: https://github.com/pganalyze/libpg_query
Priority: optional
Section: libs
Filename: pool/main/libp/libpg-query/libpg-query1504.1_15-4.2.2-1.pgdg+1_arm64.deb
Size: 507608
SHA256: 72eea1295be19ea45799309c0b8a1b572be5dd486abe8aebe91d5de3295f3ac6
SHA1: 5cf26d5dde9879bd0b817ab45ec82045d5416af9
MD5sum: 685fa6195b9ed36d1defb175603d26a5
Description: C library for accessing the PostgreSQL parser outside of the server environment
 This library uses the actual PostgreSQL server source to parse SQL queries and
 return the internal PostgreSQL parse tree.
Timestamp: 2023-07-29 21:28:15+00

Package: libpg-query1504.1-dbgsym
Source: libpg-query
Version: 15-4.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2205
Depends: libpg-query1504.1 (= 15-4.2.2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libp/libpg-query/libpg-query1504.1-dbgsym_15-4.2.2-1.pgdg+1_arm64.deb
Size: 1961004
SHA256: 85a63b078976b6e28822469d4751958270c4fb59dcdd6edd837b13e9b305dc61
SHA1: 66da3a72caf446fa6b667462fd3e6bff9526dc2a
MD5sum: 7963e152e164991e689c48a7356cda63
Description: debug symbols for libpg-query1504.1
Build-Ids: 546bed9f70742fed8ea61d19b9951d9716554f88
Timestamp: 2023-07-29 21:28:15+00

Package: libpg-query-dev
Source: libpg-query
Version: 15-4.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5076
Depends: libpg-query1504.1 (= 15-4.2.2-1.pgdg+1)
Multi-Arch: same
Homepage: https://github.com/pganalyze/libpg_query
Priority: optional
Section: libdevel
Filename: pool/main/libp/libpg-query/libpg-query-dev_15-4.2.2-1.pgdg+1_arm64.deb
Size: 606956
SHA256: c252f2b249a01d11cec53720b485f65621067ac5cf0ff73b939fd92c4fc5c03f
SHA1: b5085d71bb70ce72da1c4f473a902a43c7ec47c4
MD5sum: c306f79d414caed0e99273e9e6376670
Description: C library for accessing the PostgreSQL parser outside of the server environment
 This library uses the actual PostgreSQL server source to parse SQL queries and
 return the internal PostgreSQL parse tree.
Timestamp: 2023-07-29 21:28:15+00

Package: pgcopydb
Version: 0.13-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 746
Depends: postgresql-client, libc6 (>= 2.34), libpq5 (>= 9.1~)
Homepage: https://github.com/dimitri/pgcopydb
Priority: optional
Section: database
Filename: pool/main/p/pgcopydb/pgcopydb_0.13-1.pgdg+1_arm64.deb
Size: 261716
SHA256: fcbd17d88ac8f35adfe095512ca2c53cb0fdeab2229ab87a54089a212200151a
SHA1: 9f30dae37de8e3ff3b5ec68367baadf5dfe7b86e
MD5sum: ef7f6811b4b4e0e416ece393d419f935
Description: Copy an entire PostgreSQL database from source to target
 This tool copies an entire PostgreSQL database from source to target. It
 implements `pg_dump | pg_restore` on steroids, including advanced concurrency
 tricks to make the operation faster.
Timestamp: 2023-07-29 21:28:15+00

Package: pgcopydb-dbgsym
Source: pgcopydb
Version: 0.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 493
Depends: pgcopydb (= 0.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgcopydb/pgcopydb-dbgsym_0.13-1.pgdg+1_arm64.deb
Size: 446524
SHA256: ba2cfecdffed3dfae320c3e8aedea501995bc3d7d867a582782dff0d780c3d62
SHA1: a8af99a76668ede793ee45dd081e9479e1dff86e
MD5sum: 6016cffd05068fffd3386e41f093fe6e
Description: debug symbols for pgcopydb
Build-Ids: 4c7315003e9569c291bed8139c8898e4687ec992
Timestamp: 2023-07-29 21:28:15+00

Package: pg-rage-terminator-10
Source: pg-rage-terminator
Version: 0.1.7-8.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 81
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-10_0.1.7-8.pgdg+1_arm64.deb
Size: 6632
SHA256: db7309c98364fa4b581b7d35317d5e99c4c08b1f026dde2d8b6e5794e5d00682
SHA1: 65d2baaf69e5a093cf6b0855157c649070b25cda
MD5sum: 3f29f7ff21d3a69bf64d89ac643cc02c
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2023-07-29 21:28:15+00

Package: pg-rage-terminator-10-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 27
Depends: pg-rage-terminator-10 (= 0.1.7-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-10-dbgsym_0.1.7-8.pgdg+1_arm64.deb
Size: 12488
SHA256: d7495c46846fb1f5f8a6f274577164b78b658b7bc2390a1481b6e2b4f9a4d6f6
SHA1: 6d6e6408bce6806f9bca698d45e79d0a8a58f3b4
MD5sum: cb8b5b02b38196648bfc58a1c1eba147
Description: debug symbols for pg-rage-terminator-10
Build-Ids: ba853e30faeefe54255878b2f322b053fdd713e8
Timestamp: 2023-07-29 21:28:15+00

Package: pg-rage-terminator-11
Source: pg-rage-terminator
Version: 0.1.7-8.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 97
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-11_0.1.7-8.pgdg+1_arm64.deb
Size: 15188
SHA256: 025113e07ba7b4b73a8acba5e4dbe27892d80a867c1cba40aa8d4380f8f0035a
SHA1: 96316b15959ec2ff524637b6288d66df456ef8e4
MD5sum: f3315107d345dec766408b228380a63d
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2023-07-29 21:28:15+00

Package: pg-rage-terminator-11-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 27
Depends: pg-rage-terminator-11 (= 0.1.7-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-11-dbgsym_0.1.7-8.pgdg+1_arm64.deb
Size: 12664
SHA256: 3681218925e726413659e3052bf8d9d9aa62b5e3bfe7bbf7ea59dd667a80bb0f
SHA1: 22e8dec9fb70c0664e5950893814dacf5a7889b8
MD5sum: a7dd564e5ead253c4ba58f878dd1ea2a
Description: debug symbols for pg-rage-terminator-11
Build-Ids: ad3cf4e2360bf7aff2a6a500d43dd92ff758a07e
Timestamp: 2023-07-29 21:28:15+00

Package: pg-rage-terminator-12
Source: pg-rage-terminator
Version: 0.1.7-8.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 97
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-12_0.1.7-8.pgdg+1_arm64.deb
Size: 15104
SHA256: e48c76c4e2c35123911126042ab26b1592fd133472cae8b62233d92a564ecdc6
SHA1: 8c97fe65d03e2a1f8186d09e454e51308ce712d2
MD5sum: 53fdf7d4185536aab0e2b707c6a18bde
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2023-07-29 21:28:15+00

Package: pg-rage-terminator-12-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 27
Depends: pg-rage-terminator-12 (= 0.1.7-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-12-dbgsym_0.1.7-8.pgdg+1_arm64.deb
Size: 12880
SHA256: 862669760e29d9aaf84583475b9eea2121b5e09af859d45793024a7f67199c0b
SHA1: ac1bdc4acf28fab11070881ea5895547244d43d7
MD5sum: cdb844528b6373712cce217b59ff24f3
Description: debug symbols for pg-rage-terminator-12
Build-Ids: 481775d6674279e4c16ff349016474667e4b98cf
Timestamp: 2023-07-29 21:28:15+00

Package: pg-rage-terminator-13
Source: pg-rage-terminator
Version: 0.1.7-8.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 97
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-13_0.1.7-8.pgdg+1_arm64.deb
Size: 15180
SHA256: c71687854808ee2fccdd3d4691945b33bc77a1579b236718b8efc745cef7f965
SHA1: 68abef2e8dd5503995be474b799e7bd888c5aa6a
MD5sum: a5317ca9e01cfcb4f78c9fef88ce1848
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2023-07-29 21:28:15+00

Package: pg-rage-terminator-13-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 27
Depends: pg-rage-terminator-13 (= 0.1.7-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-13-dbgsym_0.1.7-8.pgdg+1_arm64.deb
Size: 12816
SHA256: cafea6864e8e01d5b9882feb089d76b53c8ed850e83a41a3eb4a0c6201dc91ee
SHA1: 46f15d1712fe29f564231131d899e4707ddbfd4c
MD5sum: 352e94455b5c7433a1c130fe94c006da
Description: debug symbols for pg-rage-terminator-13
Build-Ids: a8744f04bc0600a51ed13a4a609911dc6522886a
Timestamp: 2023-07-29 21:28:15+00

Package: pg-rage-terminator-14
Source: pg-rage-terminator
Version: 0.1.7-8.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 97
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-14_0.1.7-8.pgdg+1_arm64.deb
Size: 15424
SHA256: 0d8f4d8350a6b5d53f886284a8171981ba63ff798de126b94f1399c96a5edacb
SHA1: c70f55c4db9b29e5ef0f3430122b01d5a97b6740
MD5sum: a77ab99cabe7b649bed1c7e42ab24d9f
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2023-07-29 21:28:15+00

Package: pg-rage-terminator-14-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 28
Depends: pg-rage-terminator-14 (= 0.1.7-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-14-dbgsym_0.1.7-8.pgdg+1_arm64.deb
Size: 13164
SHA256: 01fe5d9a1529dfbaecb0587bd54241709baf183c33d88027462a445baf6758cd
SHA1: 5b4752380412e5349a0ad624a8e4eb4a2d63e002
MD5sum: 571f13a61e25500b17deca4e4638556b
Description: debug symbols for pg-rage-terminator-14
Build-Ids: 6bb35a1fe2a59f837bd06c6b1494070ae878fb68
Timestamp: 2023-07-29 21:28:15+00

Package: pg-rage-terminator-15
Source: pg-rage-terminator
Version: 0.1.7-8.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 97
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 14)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-15_0.1.7-8.pgdg+1_arm64.deb
Size: 15448
SHA256: 6bf1847c20d7cc65faea1eb14a0f9c1c34f8b1b01ac8b29f3223ef1b96d792d8
SHA1: 2123e420912776b434814df636424deb6ed683e6
MD5sum: e308e2854e43122440ee7947385e769d
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2023-07-29 21:28:15+00

Package: pg-rage-terminator-15-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 28
Depends: pg-rage-terminator-15 (= 0.1.7-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-15-dbgsym_0.1.7-8.pgdg+1_arm64.deb
Size: 13288
SHA256: acb436840b2e8bd38f0a5368080393f2e85fe74a13743ffb043db9a0cfffc9d0
SHA1: ea1d53dad182dc43505957a6ad5ea6f5fe1cc368
MD5sum: a8d11d2800775e5664b94deec2ccfe98
Description: debug symbols for pg-rage-terminator-15
Build-Ids: 13c0a12624d16990402f19ab3ed8a38e7e028c8d
Timestamp: 2023-07-29 21:28:15+00

Package: pg-rage-terminator-16
Source: pg-rage-terminator
Version: 0.1.7-8.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 97
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 14)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-16_0.1.7-8.pgdg+1_arm64.deb
Size: 15428
SHA256: 7285a1e0e970fc230aee0d655e702c667ae1e9ed1a4fb687a78a6d5ff8c3baec
SHA1: 49e55bbc5f794facc5fa06be145c4474e271adb0
MD5sum: 6ef0b186be77e2e98b19f21b813dd95a
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2023-07-29 21:28:15+00

Package: pg-rage-terminator-16-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 29
Depends: pg-rage-terminator-16 (= 0.1.7-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-16-dbgsym_0.1.7-8.pgdg+1_arm64.deb
Size: 14028
SHA256: fdde7b1773de1ca91e8659907efaef9a5c0dc0bea4281d418580a49667ea6085
SHA1: 03dd5fce0729dd6c8aebf5ce1edad77d61acdea0
MD5sum: 946faedd4f77b04f6d7c117dccd7cea6
Description: debug symbols for pg-rage-terminator-16
Build-Ids: 03b908989c48e443e10750b46fc551699d01bbdd
Timestamp: 2023-07-29 21:28:15+00

Package: postgis
Version: 3.3.4+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 1264
Depends: libc6 (>= 2.34), libgdal33 (>= 2.0.1), libgeos-c1v5 (>= 3.6), libpq5, libproj25 (>= 5.2.0)
Recommends: postgresql-postgis, postgis-doc
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.3.4+dfsg-1.pgdg+1_arm64.deb
Size: 912036
SHA256: 45f78b8da26747e455a82907f9ea9e00e543aaeb5f940ea74a3710a93c6d04da
SHA1: 8d9704e5146e5ae47f301a15f33f8588a0880bcd
MD5sum: a81e4df884dbdcb6fd1420a75f8a718e
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2023-07-29 21:28:15+00

Package: postgis-dbgsym
Source: postgis
Version: 3.3.4+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 705
Depends: postgis (= 3.3.4+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.3.4+dfsg-1.pgdg+1_arm64.deb
Size: 533916
SHA256: 64c3fca2a0d3fc352ce648c1d0d689f0c5c610bd4b5704d4a278ff39a90c3a73
SHA1: 496e3fd3f37c9537e1f1a94ee4b2582531713d21
MD5sum: 7f7f6890b8215a57ae7986ab5a31d834
Description: debug symbols for postgis
Build-Ids: 1a6aaba5ee803df565a76be9a63bfe77ba4ffa11 29900f5e91677c35a815c8b7f78dbbb4cc1c6d08 e138c8f0004507eedb0e84a4f44b240cafbd66ee
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-10-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-10-asn1oid (= 1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-10-asn1oid-dbgsym_1.5-1.pgdg+1_arm64.deb
Size: 8688
SHA256: ed492fa54e210d0b99e8467b0adffc7db04ea092b8ba0e1f97e725ec4f33db63
SHA1: 7ea32ccddb6677cf0592daa3c919db03847f4a66
MD5sum: 976fc5d70d1303377d788d06ade8941c
Description: debug symbols for postgresql-10-asn1oid
Build-Ids: 944e1419b09a76a23f928a3bc7f472506f168c23
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-10-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.7-1.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 82
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-10-bgw-replstatus_1.0.7-1.pgdg+1_arm64.deb
Size: 7252
SHA256: 4f0e7d96b5e9a222efeb824bfcb627793cfd87b9d5062d62744b1e99b16a2cc3
SHA1: 9f24f843b0d2e54691fb244a5461ae721cdcfa36
MD5sum: 9a379e3ca14ca6d02b7604b327909d3a
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-10-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 23
Depends: postgresql-10-bgw-replstatus (= 1.0.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-10-bgw-replstatus-dbgsym_1.0.7-1.pgdg+1_arm64.deb
Size: 8876
SHA256: b1abd29cc10dde4a7b624f2a11b7167a5134eb66646f2563f7aea63bf0e6639f
SHA1: 6d97bebc5f9ccbc945985022176f36de9e063dd8
MD5sum: ff4835d8330b1f4651090a74e09be835
Description: debug symbols for postgresql-10-bgw-replstatus
Build-Ids: d25468291935429a908eeaaf3e7e0b6dfe9a9bc2
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-10-decoderbufs
Source: postgres-decoderbufs
Version: 2.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-10, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs_2.3.0-1.pgdg+1_arm64.deb
Size: 14084
SHA256: 9c6b602b4445046540185204b91a9297564606f7f3efaf697fdeed19712b6015
SHA1: ed0faa68254e3efb0ae3473dd296b18603b722de
MD5sum: 127284dc4c8d05efe4e10cdd317bb91e
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-10-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-10-decoderbufs (= 2.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs-dbgsym_2.3.0-1.pgdg+1_arm64.deb
Size: 38288
SHA256: 9df0809abbb8d7bcce5be170fc06e9bf920866c116d1649c68eee2763711baa6
SHA1: bb33a066cef5b386f18f3909e555f777ab04a974
MD5sum: 0416e454be671931f7641c0364967647
Description: debug symbols for postgresql-10-decoderbufs
Build-Ids: e8027440302688fdbc1f65f4b49419ec20694bd3
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-10-dirtyread
Source: pg-dirtyread
Version: 2.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-10, libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-10-dirtyread_2.6-1.pgdg+1_arm64.deb
Size: 10548
SHA256: 9959af92518bc31d9a4f8f62f5b0ce77bb556176e6336cce60e826b6ede88d72
SHA1: 32344153f7d6499c2ecdb36bdb2b2f9361bdcaac
MD5sum: 1488c186ce51c3d09ace5411926104ed
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-10-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-10-dirtyread (= 2.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-10-dirtyread-dbgsym_2.6-1.pgdg+1_arm64.deb
Size: 29852
SHA256: 19b3da81c792b335b7450a00dfc8e6301bac4d5d4356c3ad6dceb4d2c7bae9c9
SHA1: 71bc78a4d4559f822a54adbaea3c81527252fa61
MD5sum: 42846e983350881cf996210849e381ad
Description: debug symbols for postgresql-10-dirtyread
Build-Ids: 07296e671bf64890fb2b6046056165155a4a8298
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-10-icu-ext
Source: icu-ext
Version: 1.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: postgresql-10, libc6 (>= 2.17), libicu72 (>= 72.1~rc-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-10-icu-ext_1.7.0-1.pgdg+1_arm64.deb
Size: 27296
SHA256: 5707300470b1f2b2be217eb59a0f4d1abc1c0633803677258c81b27f50f7226a
SHA1: 1cab3b2d22532bd17075fb34bca745f3a714844b
MD5sum: a24ce0aaacbc58c6b924247b9a2ed7bb
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-10-icu-ext-dbgsym
Source: icu-ext
Version: 1.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-10-icu-ext (= 1.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-10-icu-ext-dbgsym_1.7.0-1.pgdg+1_arm64.deb
Size: 67720
SHA256: bd5d7adc9449dad8ceead3c38cd29351e6b7e803f0819a6d464c4a2d34efcb57
SHA1: add14110ac0b406675a5129008b934733cab88df
MD5sum: 22f2e8f34106989f20b3ea577bc8299f
Description: debug symbols for postgresql-10-icu-ext
Build-Ids: fc9b05b0929276d964ea256d46b5869696f0f2e9
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-10-ip4r
Source: ip4r
Version: 2.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 391
Depends: libc6 (>= 2.17), postgresql-10
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-10-ip4r_2.4.2-1.pgdg+1_arm64.deb
Size: 63408
SHA256: 8a6a629d5732da8d6d76470fd177e7d6723db3db8e557cf9ae26767a7dd45a31
SHA1: d2b356a1a291d494a2831a69fbe41de7d1116a9e
MD5sum: 6171eb4602fc9d7eb90f9d60339fb867
Description: IPv4 and IPv6 types for PostgreSQL 10
 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.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-10-ip4r-dbgsym
Source: ip4r
Version: 2.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 211
Depends: postgresql-10-ip4r (= 2.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-10-ip4r-dbgsym_2.4.2-1.pgdg+1_arm64.deb
Size: 174628
SHA256: ad7f698894a6a4ca93f7460545fef3ff65732664853ddde6dcaa28395268222f
SHA1: ec5826618cd937cb5f60dacf88faa272934d154d
MD5sum: 90aa6e35242be517927208e163138860
Description: debug symbols for postgresql-10-ip4r
Build-Ids: 58bec2c95e6708b3d9f358d11db5e1f947c8b8c4
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-10-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 158
Depends: postgresql-10, libc6 (>= 2.34), libgdal33 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-10-ogr-fdw_1.1.4-1.pgdg+1_arm64.deb
Size: 32120
SHA256: aed8caef843b554d5a88f974760cc2cc65154bdf10514ea37aa49ec9e1b27e09
SHA1: d97b19b2e2bb2113a2b78717a40359da2c7844a5
MD5sum: 94d9cea3f9a4e0d1ea895eb19a93a4a2
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-10-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 151
Depends: postgresql-10-ogr-fdw (= 1.1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-10-ogr-fdw-dbgsym_1.1.4-1.pgdg+1_arm64.deb
Size: 118208
SHA256: 2aee18e8125be1d2d26a6f0c8a2d26787b031b7b2b5b6e6ae7bf3b5116b556c4
SHA1: e284252c2d086eb521dc24a953363a23edc1058f
MD5sum: 0ddc6ecfb9e36d6ba33c279242750905
Description: debug symbols for postgresql-10-ogr-fdw
Build-Ids: 2506b479b4a3cdec307e1396fe6a781e0541cbb5 a79f6434c05f20ebf0f6f9d93b7e12c627323707
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-10-oracle-fdw
Source: oracle-fdw
Version: 2.6.0~beta-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: oracle-libs, postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-10-oracle-fdw_2.6.0~beta-1.pgdg+1_arm64.deb
Size: 78388
SHA256: 33a8615fc55b8eb89f154de3ede9c1a1cc318fbe9e452ea304056fb091aaa263
SHA1: b6a67cfdf207be774383f4fd2fde1c2b72fe523d
MD5sum: 4d0983118c31af88dfb3e5b2ded49753
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-10-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.6.0~beta-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: postgresql-10-oracle-fdw (= 2.6.0~beta-1.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-10-oracle-fdw-dbgsym_2.6.0~beta-1.pgdg+1_arm64.deb
Size: 167980
SHA256: fd46e2ca7241cbe66220633b7b9fa173bb8938f6fb3aae99bf247db0585fcae2
SHA1: 36fdcc6d9d7830e5644307122e03cd69e7923607
MD5sum: 4e7dbacb4128b932ede94132284edcff
Description: debug symbols for postgresql-10-oracle-fdw
Build-Ids: 411cb82fc13a0b90154174f9723fc18d2acaaa0b
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-10-partman
Source: pg-partman
Version: 4.7.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6839
Depends: postgresql-10, python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-10-partman_4.7.3-1.pgdg+1_arm64.deb
Size: 245040
SHA256: 8dfd688e627bf9f909cf319400b3b1d2ac955a51381d7352fc2ac6bc80200da6
SHA1: bf1370ae8485289b70fb43a2b97316a9fb450f31
MD5sum: 29cc2514d52ef6f614226c1893e46a19
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.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-10-partman-dbgsym
Source: pg-partman
Version: 4.7.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-10-partman (= 4.7.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-10-partman-dbgsym_4.7.3-1.pgdg+1_arm64.deb
Size: 20312
SHA256: 2aae4e0436384ccbe0ef6a0033fdd403450319313154e62d0e8969ee428452a2
SHA1: 7002340b2d3eee209132e9070d855dbaecd9d2e7
MD5sum: f080b05b2733ba14590316961041e73c
Description: debug symbols for postgresql-10-partman
Build-Ids: c5da5bddeebd2ef7d375336574cbe2b4860395ae
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-10-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 91
Depends: postgresql-10, libc6 (>= 2.17), postgresql-10-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-10-pgauditlogtofile_1.5.12-1.pgdg+1_arm64.deb
Size: 10480
SHA256: 761e2ef5acf4021fa8713e7d27a408bc47310a05c22d3dd7b32c12f87ebcacd6
SHA1: c6df582fcdc1a5fbd1e5a4b09eaab608c4ecc6e8
MD5sum: 73a55f47cb576703c5cf9e34eaa8e3e6
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-10-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-10-pgauditlogtofile (= 1.5.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-10-pgauditlogtofile-dbgsym_1.5.12-1.pgdg+1_arm64.deb
Size: 25736
SHA256: da13daae92428ec2133377369c6dbd720dd9a8d3d450cb3b03e6429e802a4aba
SHA1: a84b2b65d2b9c0c33b3810f81469b283bd5b9e9c
MD5sum: 602410f674ae0c6cd044c6bc324a0573
Description: debug symbols for postgresql-10-pgauditlogtofile
Build-Ids: a4493884452c12ea37a5f0748bf459ca9d47cafe
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-10-pllua
Source: postgresql-pllua
Version: 1:2.0.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 427
Depends: postgresql-contrib-10, postgresql-10, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-10-pllua_2.0.12-1.pgdg+1_arm64.deb
Size: 104208
SHA256: 252f1bafc217f768c264dffdfea8ed54c68debc91f16964038dda67910f54f1a
SHA1: e7294b37405b90088297c3d7cfac01dd8a128e82
MD5sum: 2621870e74480f931059e3aef66f5ed6
Description: Lua procedural language for PostgreSQL 10
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-10-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 353
Depends: postgresql-10-pllua (= 1:2.0.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-10-pllua-dbgsym_2.0.12-1.pgdg+1_arm64.deb
Size: 305884
SHA256: 8951a044e40a6b88a2260cdc016bc248c678421b3190f37817939da8abcc1121
SHA1: 81051c75e66424188a75752ed85705c18b9f7d24
MD5sum: d2a62b5b0b3aa9a2f3407deebab15a42
Description: debug symbols for postgresql-10-pllua
Build-Ids: 08614b7d3de7a5ec12e22449d8edcb35ec72b213 e3f8a8f6d2bbf4e37a18af2f4f1e5b99627181b3
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-10-plpgsql-check
Source: plpgsql-check
Version: 2.3.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 239
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check_2.3.4-1.pgdg+1_arm64.deb
Size: 81276
SHA256: 3a2799854f487765831ca3e5632e83b29e769a6560c5f17af933ac9d63db0601
SHA1: a6338fd61cd916e7b9c6fa37f0bc5714904026e3
MD5sum: 7197f4082d2caefa2dc966587eeee2ce
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-10-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.3.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: postgresql-10-plpgsql-check (= 2.3.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-10-plpgsql-check-dbgsym_2.3.4-1.pgdg+1_arm64.deb
Size: 237628
SHA256: 05a1b01a5db9a2b9329524f280b4e0b7ad7b8bd1ba66dc5c06992fd7234adf01
SHA1: c95d427baf9699cf036d47a6e1962e02c31c131c
MD5sum: 7ee38c540f625085a265035bd1c326dc
Description: debug symbols for postgresql-10-plpgsql-check
Build-Ids: 00ceb357627302b028eb48fb4c6454e87f365912
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-10-prefix
Source: prefix
Version: 1.2.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-10, libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-10-prefix_1.2.10-1.pgdg+1_arm64.deb
Size: 19732
SHA256: f08091339d2b1d3ae2662b5769d9a385894bba4bdfca0e29eb971710e55c9b86
SHA1: 440864a3a7691b5f2667ff90292c514303ba52b6
MD5sum: 380bc5fd5cabf2706f90a957ecc563d1
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.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-10-prefix-dbgsym
Source: prefix
Version: 1.2.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-10-prefix (= 1.2.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-10-prefix-dbgsym_1.2.10-1.pgdg+1_arm64.deb
Size: 43120
SHA256: 8c4a2c075d8c534abe76bad49554e0a69ef6f74e034033c868e67344df5c875b
SHA1: c79a14876529bf69391f034c19581effd61e4bb1
MD5sum: b492c8dca868244d7add7aeca169f218
Description: debug symbols for postgresql-10-prefix
Build-Ids: c79aad0bab7b1d44487b63e92bb2678bb412659a
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-10-tablelog
Source: tablelog
Version: 0.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-10-tablelog_0.6.4-1.pgdg+1_arm64.deb
Size: 19948
SHA256: 0b13101910e6c2fdfcccca7fb81d511c4559a97aca9426062c03ed8eb28261b8
SHA1: 738d33509d051c745887ddf3e617d853b866e5a0
MD5sum: e340096f690edb1bca3862534eb45fdf
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-10-tablelog-dbgsym
Source: tablelog
Version: 0.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-10-tablelog (= 0.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-10-tablelog-dbgsym_0.6.4-1.pgdg+1_arm64.deb
Size: 34456
SHA256: e6257ea2efda254d774df484794f27569ebc866a56640c5a203db67332bd8574
SHA1: cfd283999fe48ab8598ba45ecca697f8bd2aa7d7
MD5sum: 77964381e89c18a910cad37382d68172
Description: debug symbols for postgresql-10-tablelog
Build-Ids: 42189564b797224b23f38f42ddd381a5329500c2
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-11-asn1oid
Source: pgsql-asn1oid
Version: 1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-11-asn1oid_1.5-1.pgdg+1_arm64.deb
Size: 12992
SHA256: d035e31a19d4e2f944dff22c016f828adfa0af2c5f4254856df0345090c8fc57
SHA1: 7d7f6cb38d7947a08afd4d4d0eeca95c126da306
MD5sum: fc4520a416fea3ab3c262d355bd42ffa
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 11.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-11-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-11-asn1oid (= 1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-11-asn1oid-dbgsym_1.5-1.pgdg+1_arm64.deb
Size: 8692
SHA256: 1c6f95d6f27d1c9d9d209222d81515eed1d92a42e39c1d3ca6e147cda9369c4f
SHA1: 639c3b4b4ca606ce6670be7b0477f5098729eb32
MD5sum: 2d69656de2cdbf33b2b4f72ad6b34f0d
Description: debug symbols for postgresql-11-asn1oid
Build-Ids: 6ec561442f9c43beeb5c9201bb72d026eb9dd3b9
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-11-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.7-1.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 97
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-11-bgw-replstatus_1.0.7-1.pgdg+1_arm64.deb
Size: 15196
SHA256: 42376d3cddee403e4bc0709bdbf5fbc28eccfbe7f9944a0ff114cd2dc891f3b7
SHA1: 7b933f906d3750d9470dfb6022bb629b5e09fb69
MD5sum: fe4a560fb68985520142fac28ddef3ef
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-11-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 23
Depends: postgresql-11-bgw-replstatus (= 1.0.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-11-bgw-replstatus-dbgsym_1.0.7-1.pgdg+1_arm64.deb
Size: 8872
SHA256: ea19c75199a45aa2ac7fd9076a1b339ba943cc7af9165d18fce587fdeef13146
SHA1: 0deb3d95b7f1aabffc57ac531743b11310a52f85
MD5sum: dc157967e6497d53ba2d63d96d253bec
Description: debug symbols for postgresql-11-bgw-replstatus
Build-Ids: d270b0aa164c1cb4853bb4ffaf90c866c9f9e316
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-11-decoderbufs
Source: postgres-decoderbufs
Version: 2.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs_2.3.0-1.pgdg+1_arm64.deb
Size: 43596
SHA256: 20e8695d0b02df5e4346b8e02cc62c473c3c80ab868053c9a4bf1e95925e1da9
SHA1: c4bef30143106bbea566f2890f6d35de2b40b24f
MD5sum: b8452f87882a70644899bff0273344ab
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-11-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-11-decoderbufs (= 2.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs-dbgsym_2.3.0-1.pgdg+1_arm64.deb
Size: 38840
SHA256: d98532e0be03fdd5cbac1575e66b6b961b1d9ed718ea831f9865385ac715f9fd
SHA1: 42949bd536d2823262e85f4f7a320f0f31643fbc
MD5sum: cafd1365f8be9036e62104a4a00c9166
Description: debug symbols for postgresql-11-decoderbufs
Build-Ids: 0aafc397b1f01f0fd0d1047cd07757c5ef0b5d7d
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-11-dirtyread
Source: pg-dirtyread
Version: 2.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-11-dirtyread_2.6-1.pgdg+1_arm64.deb
Size: 24744
SHA256: 26247d1f9b37db1367fe648aeeee93351b7a9e143d049c60a579f3623416aa66
SHA1: ee2a15bcfc3b43b0bb750d7c0cf73d3cd177ca34
MD5sum: a91017ac8321ebc2c05de40486160936
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-11-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-11-dirtyread (= 2.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-11-dirtyread-dbgsym_2.6-1.pgdg+1_arm64.deb
Size: 31856
SHA256: f090f8284537d55bb39d53801181e69aa3b52d09a13e1238e414f3cd039fa248
SHA1: 85e6633bc08af9b4ae38c1199499955f549777c3
MD5sum: 75adddf5d8f56ae1778b705fc6cc95df
Description: debug symbols for postgresql-11-dirtyread
Build-Ids: dc61edb46be0de0c53dd55bdef6a786fcddddda2
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-11-icu-ext
Source: icu-ext
Version: 1.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), libicu72 (>= 72.1~rc-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext_1.7.0-1.pgdg+1_arm64.deb
Size: 72916
SHA256: d40cedc74253b8e1a7b21b7333af583f98934e39587da941e881896814298cd5
SHA1: 580d7078680412a12cd2cc109dd5b0f75c4ad6df
MD5sum: 315caf22e45f91bc9057ef61104030c0
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-11-icu-ext-dbgsym
Source: icu-ext
Version: 1.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-11-icu-ext (= 1.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext-dbgsym_1.7.0-1.pgdg+1_arm64.deb
Size: 61384
SHA256: adb41104f47d72f221c1807c6e3f267d284cb03c7dd49991ec087c8a3f0ee72f
SHA1: c5020f3a776c2c72c95ffb7bf444e9e65f651146
MD5sum: 81ee2c2335af24ca4648a38f55eb2202
Description: debug symbols for postgresql-11-icu-ext
Build-Ids: c35bd699f4b6a5fcf178e89f8ef3705e7e22bc63
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-11-ip4r
Source: ip4r
Version: 2.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 697
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-11-ip4r_2.4.2-1.pgdg+1_arm64.deb
Size: 200844
SHA256: 76dae5c6dbc859d69ce004661af13b23500da016ac2a945630dc827c43a129a0
SHA1: 5d8860a74b6150ad27add81342cdb819d85e0ef0
MD5sum: d04435b99dfa104da7cd15d617d21953
Description: IPv4 and IPv6 types for PostgreSQL 11
 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.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-11-ip4r-dbgsym
Source: ip4r
Version: 2.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 210
Depends: postgresql-11-ip4r (= 2.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-11-ip4r-dbgsym_2.4.2-1.pgdg+1_arm64.deb
Size: 173372
SHA256: f7b774c4d974ce5d7e1eeb1f737f580ffc88a734e517ffff455584d69a946a9e
SHA1: 2ad9bfa9f3f4a7c46f7a5f7b3983394c0c79f6ce
MD5sum: 19e66e695e9de683f7ad251ff8c333d8
Description: debug symbols for postgresql-11-ip4r
Build-Ids: 3208db85c0f52060dd0cc6f5617871635485c466
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-11-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 358
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.34)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-11-mysql-fdw_2.9.1-1.pgdg+1_arm64.deb
Size: 142736
SHA256: 906465461e35b7ec4a99d226ea9a8bb9412ee15fb49ca6e32b0947108229338d
SHA1: 187a9bbf7b363a3e73a51a23b382ce27a45675e9
MD5sum: 0b75f5745e71279e9881cce241b24f0c
Description: Postgres 11 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 11.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-11-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.9.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: postgresql-11-mysql-fdw (= 2.9.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-11-mysql-fdw-dbgsym_2.9.1-1.pgdg+1_arm64.deb
Size: 149704
SHA256: a41426bf5c099c53045cd54d0be51afca2debd4b127b14e1202f87c8d102095d
SHA1: 46329f8bd69a747ad479beb2ef35e6746e031762
MD5sum: c432655ed610609623678b4bb6183a29
Description: debug symbols for postgresql-11-mysql-fdw
Build-Ids: 6afeb939cdaefc88e03d71eaceca2202e154a040
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-11-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 284
Depends: postgresql-11, libc6 (>= 2.34), libgdal33 (>= 2.2.0), postgresql-11-jit-llvm (>= 14)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw_1.1.4-1.pgdg+1_arm64.deb
Size: 99824
SHA256: 039a49f50c452252f8383adc861bcecb25807e1b1e80746be289a4b05cde57fa
SHA1: 4768f0c431da977f611596cce0de6f48120059ac
MD5sum: 4fc5d6c2833e86a0f3c76091c2e97fba
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-11-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 159
Depends: postgresql-11-ogr-fdw (= 1.1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw-dbgsym_1.1.4-1.pgdg+1_arm64.deb
Size: 126840
SHA256: 05f21ddbd013e40561824b7051422c10331e80fda3c40e10e40435bc35fec101
SHA1: 8bbc04344c6babc3fb73e0b3054acd7d4698ed13
MD5sum: e6ab7b4076cfe31459f986a6a709eacb
Description: debug symbols for postgresql-11-ogr-fdw
Build-Ids: 53aadd9e2867e2ab5e8bb8f6d4b100538a4e9ec9 6726b29904d12289aa1b9a1ecf2a24140cd3e8e7
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-11-oracle-fdw
Source: oracle-fdw
Version: 2.6.0~beta-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: oracle-libs, postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-11-oracle-fdw_2.6.0~beta-1.pgdg+1_arm64.deb
Size: 79532
SHA256: 0bed57b3f1a13f8c1974502ceac9284744ba6829c6decf9e736c78f3c5bdc1b1
SHA1: 815f9e1e5871db021606e32b764ef9099f560f96
MD5sum: 55f730d80847ac5c4f1e172a9cd36da3
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-11-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.6.0~beta-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-11-oracle-fdw (= 2.6.0~beta-1.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-11-oracle-fdw-dbgsym_2.6.0~beta-1.pgdg+1_arm64.deb
Size: 171344
SHA256: 0bf723759f65850e804aac0766f36b79569ebe5eed5ac4d6d99c5900cfc8b0dc
SHA1: 45e30927dc3cddbe356ba7071d6bbb016af48f67
MD5sum: b28253ad237e6f2a0dd051c82753ada3
Description: debug symbols for postgresql-11-oracle-fdw
Build-Ids: d9e6966adb30d17d0ec332e062c8196bf2056023
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-11-partman
Source: pg-partman
Version: 4.7.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6852
Depends: postgresql-11, python3, python3-psycopg2, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-11-partman_4.7.3-1.pgdg+1_arm64.deb
Size: 256832
SHA256: 0b0a7ac0075975853f816629f122e87501836d30fdbb234b6d46caddf1cba504
SHA1: c800767c1d3c3bf163cc5c3d532a1ef966bb4e89
MD5sum: 6f5bc0e97025c746f272e9ecfaa431ed
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.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-11-partman-dbgsym
Source: pg-partman
Version: 4.7.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-11-partman (= 4.7.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-11-partman-dbgsym_4.7.3-1.pgdg+1_arm64.deb
Size: 20564
SHA256: fbaa86ad404f14a2877c90b618bf604046344c8ded91efdc348c4f879ceb2c87
SHA1: 8df5ca641292588985a5f6dd4eb520bfc65cf3ac
MD5sum: 8365a6db3c268a39695050a001e974bc
Description: debug symbols for postgresql-11-partman
Build-Ids: 76fd920354037b6cc2d6b15f8b7b3443b4fef833
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-11-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-11-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile_1.5.12-1.pgdg+1_arm64.deb
Size: 29740
SHA256: 30f7c351d3aaebc47180548055a3b51543febc6b8e77dc7ced5ce8f88321da69
SHA1: fa5b78be5878bad01862991b51300fd4c8d4b6a5
MD5sum: 4bacd9193e0557d13631810a4252637c
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-11-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-11-pgauditlogtofile (= 1.5.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile-dbgsym_1.5.12-1.pgdg+1_arm64.deb
Size: 26036
SHA256: 223c16c907e4f6685350d632ce2491f8e475bc9f57cb83a7a819a4155f647d53
SHA1: aceb32b2f6d9acb11c9f7dd226d37d09c86fcc34
MD5sum: 0f951a78b6ab492ba2d5e2df9138c9d0
Description: debug symbols for postgresql-11-pgauditlogtofile
Build-Ids: fb934880579be50880cbcd8a8b262236e57774cc
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-11-pgrouting
Source: pgrouting
Version: 3.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2870
Depends: postgresql-11-pgrouting-scripts (>= 3.5.0-1.pgdg+1), postgresql-11, postgresql-11-postgis, postgresql-11-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: postgresql-11-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting_3.5.0-1.pgdg+1_arm64.deb
Size: 720856
SHA256: 9de1ef92a102349e199ea6a6d5f1816a9e7c11a267250cba17a93d17a6635f4c
SHA1: 5b2ff14d5ae7cda1e048d4a4fa42e6d4850796fd
MD5sum: ef91be9bf07a0ada8532ee47bcd81ad2
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 11.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-11-pgrouting-dbgsym
Source: pgrouting
Version: 3.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 24768
Depends: postgresql-11-pgrouting (= 3.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-dbgsym_3.5.0-1.pgdg+1_arm64.deb
Size: 24755088
SHA256: 96bbef19c81a4fe02c205034ab0f5249c3a714251c96d5240ba473c4d221a00a
SHA1: a94fc3b4d2aa6339544fb69628310fc5368d109f
MD5sum: 789eee5d31fbb0415330167dbb3d9794
Description: debug symbols for postgresql-11-pgrouting
Build-Ids: 445cbc73515ce8a0030b3b1546cd8b03a5f18228
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-11-pgrouting-doc
Source: pgrouting
Version: 3.5.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7693
Depends: libjs-mathjax, libjs-sphinxdoc (>= 5.2)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-doc_3.5.0-1.pgdg+1_all.deb
Size: 2304068
SHA256: d66a22fe334aab972bdab98b2d34e3e4255e1e1b20bf5868a3712b42ed25a822
SHA1: 4212d39d2572f7b96778c3e0e8d1fba9de03e52f
MD5sum: f52aa4a300908f3314dc03a1a1e2ce37
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.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-11-pgrouting-scripts
Source: pgrouting
Version: 3.5.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2903
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-11-pgrouting-scripts_3.5.0-1.pgdg+1_all.deb
Size: 60240
SHA256: 6cfb54ffdc625d4f06591975b3526048f02a029d93660398183ab3719d921675
SHA1: 5291efc275344cf507c8e8737b9913496891bd06
MD5sum: 0cc3ee7d3e0f9f71e17434d7bdec50d0
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 11.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-11-pgvector
Source: pgvector
Version: 0.4.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 267
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-11-pgvector_0.4.4-1.pgdg+1_arm64.deb
Size: 104812
SHA256: 9b09ba3e9e982ae6badc2f7983e1542827df2795d0ac8a65867ba272d01bc57f
SHA1: 04b3a709d99e22691c00e89ab848bf3b08756766
MD5sum: ca3025d9abb4dfe853583de5ac0cdcf0
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-11-pgvector-dbgsym
Source: pgvector
Version: 0.4.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-11-pgvector (= 0.4.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-11-pgvector-dbgsym_0.4.4-1.pgdg+1_arm64.deb
Size: 100648
SHA256: cd2d51bbbbcb13d927b583e2e820a6938f3b80d84c42741eba86722005321412
SHA1: 26ba1269fa47066d66ea9fd6163a458b1eb04cae
MD5sum: a70d5dc363f216b31510986438870349
Description: debug symbols for postgresql-11-pgvector
Build-Ids: accddae1c86896569d8ac5a5aee1184b408e3174
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-11-pllua
Source: postgresql-pllua
Version: 1:2.0.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1035
Depends: postgresql-contrib-11, postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-11-pllua_2.0.12-1.pgdg+1_arm64.deb
Size: 395084
SHA256: 6dc37d7d33f9a6e0fb6f49eec76fa3805aaa62ea55aa18a8ddd3ebc2c5d29c60
SHA1: 38c8999f0f69a8e300de3886cdf9ed6293ff25fe
MD5sum: 8c508c5f798f411f3e661bfd3e284ab5
Description: Lua procedural language for PostgreSQL 11
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-11-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 352
Depends: postgresql-11-pllua (= 1:2.0.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-11-pllua-dbgsym_2.0.12-1.pgdg+1_arm64.deb
Size: 304748
SHA256: a04c1425ca729b689e6978292f3703112eb7caccb83c9a65c6a732ef944b4ba8
SHA1: ffd140eb6d51bf85ed088f7bdfccfee3ae57f812
MD5sum: 5ba182c2652b09cb2812c489b9d3d9a2
Description: debug symbols for postgresql-11-pllua
Build-Ids: 1324ca4f279878b2ad9c3d04138708a7ee5a5886 bb24a778e54472370daed9cce3f9ec6cb34abfbd
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-11-plpgsql-check
Source: plpgsql-check
Version: 2.3.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 677
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check_2.3.4-1.pgdg+1_arm64.deb
Size: 313156
SHA256: 6547a74e213181f9b937cb6dbda1a240d6298384ef06263f2c1891ce6c45ad7f
SHA1: 38a6a30dae7252b0a662516a7e8da1bdf6b8e230
MD5sum: e341a1067865b4fa97aece61ec6a34cb
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-11-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.3.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 266
Depends: postgresql-11-plpgsql-check (= 2.3.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-11-plpgsql-check-dbgsym_2.3.4-1.pgdg+1_arm64.deb
Size: 236244
SHA256: dd171cb4d33ac403e3074d62d4af5ceb71de540d5d3f40865751342006c95da1
SHA1: 0e17c2389341650da45f937a59bd9508752c12ee
MD5sum: 28c9a65ea41e122eba15e3e604dbd9b6
Description: debug symbols for postgresql-11-plpgsql-check
Build-Ids: ab85d3cbbc28c731944ce2a4511f9040c0ee59eb
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-11-postgis-3
Source: postgis
Version: 3.3.4+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10323
Depends: postgresql-11, postgresql-11-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal33 (>= 3.7.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-11-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3_3.3.4+dfsg-1.pgdg+1_arm64.deb
Size: 4170972
SHA256: d51d2af851a36635e078d73df60a7f638aa6914c2a8e4b853f773018502d1325
SHA1: 6382953e97bee40adc0c904d19bd83802f14460d
MD5sum: db3043382d385c1f081c65facaad2be4
Description: Geographic objects support for PostgreSQL 11
 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".
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-11-postgis-3-dbgsym
Source: postgis
Version: 3.3.4+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4433
Depends: postgresql-11-postgis-3 (= 3.3.4+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-11-postgis-3-dbgsym_3.3.4+dfsg-1.pgdg+1_arm64.deb
Size: 3884204
SHA256: 4f47cda71c61426cb2ec7fd57b7d5552838d1da8700531a39774bb7ff6eecaea
SHA1: bd03a96486249120751ae3dd7d05ef87672ac348
MD5sum: 1128b0b5c8c26e6603b225c423cd9e65
Description: debug symbols for postgresql-11-postgis-3
Build-Ids: 1cb8c28f88dfec5af9112a32825b21664ebec9f0 1e514322f5589e6ed457478bf792ea2ab02827a7 33605acff5f2cfa5dd04cf3ad803ed6c612bc9cb 9b6cb818f7154313c866bad43647bc2f4658961d d79bd7c8e2ef881d1cdebbcc0123809002ff1dd4
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-11-postgis-3-scripts
Source: postgis
Version: 3.3.4+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 39771
Depends: perl:any
Recommends: postgresql-11-postgis-3
Provides: postgresql-11-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-11-postgis-3-scripts_3.3.4+dfsg-1.pgdg+1_all.deb
Size: 2095216
SHA256: 20c664f367113e203449ae8cd88d298629af33e20f876731e1f51c3ca6cd8e8e
SHA1: 0bcab67baf0aba615db9911f52be3901087e9b24
MD5sum: c220d976bc8ddc5d2b638bc5d4d5e87a
Description: Geographic objects support for PostgreSQL 11 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 11 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-11-prefix
Source: prefix
Version: 1.2.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-11-prefix_1.2.10-1.pgdg+1_arm64.deb
Size: 44828
SHA256: 3f10a3f158d544fb5b14c21a6e5fc0b86f81368d02dd70daa984ff1071a814f6
SHA1: ff8fea928b96f482cf328cb0026b22b405dc6b32
MD5sum: f73a1ef3f6170258d5c870f0a36fd3c8
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.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-11-prefix-dbgsym
Source: prefix
Version: 1.2.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-11-prefix (= 1.2.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-11-prefix-dbgsym_1.2.10-1.pgdg+1_arm64.deb
Size: 43944
SHA256: 49afdffbe1b10a0ac12dd3e105e8216531f0ff9af721b5f306125a66fe637526
SHA1: fcfcacf45bdceb6ece66bd00ad6defa6d8d21306
MD5sum: 7e88e2b466c38ba4a69cb1575463222c
Description: debug symbols for postgresql-11-prefix
Build-Ids: 3f70c7aafc63902b2a9222239ff77758fe98e638
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-11-tablelog
Source: tablelog
Version: 0.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 161
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-11-tablelog_0.6.4-1.pgdg+1_arm64.deb
Size: 46364
SHA256: efbf77bfd78a06b96787c89484a5027d47f9d110940c61b88925183eb0dc39a4
SHA1: 08bca2ff367ce3a79a5dcee43d99fb5062e9163a
MD5sum: 528a3015eb2de7191fcf3a9ddaa19b93
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-11-tablelog-dbgsym
Source: tablelog
Version: 0.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-11-tablelog (= 0.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-11-tablelog-dbgsym_0.6.4-1.pgdg+1_arm64.deb
Size: 35468
SHA256: 0ca1f40af0e5bab76be1a8fd7fc554379b6b418376457314614cc49345a58d54
SHA1: 15b2523686a776a9d2e1b8cf05fed1112fbfd973
MD5sum: d0e8684e68dcf1bb16637cd0cebd6862
Description: debug symbols for postgresql-11-tablelog
Build-Ids: c3bd80bffc2071f46366c3a0be23e3eb92a19715
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-12-asn1oid
Source: pgsql-asn1oid
Version: 1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-12-asn1oid_1.5-1.pgdg+1_arm64.deb
Size: 13000
SHA256: 32d4b5fae217db8cecab913c58911dd9d891b7e3c41b0323dac949c80212c2f5
SHA1: 12f736b4648d888a40be06c5a617c690fa774536
MD5sum: 65be4b55842b14a172ec69347e29ab72
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 12.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-12-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-12-asn1oid (= 1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-12-asn1oid-dbgsym_1.5-1.pgdg+1_arm64.deb
Size: 8792
SHA256: c7351136153ecdda1883d189ba117a9e179edf9a2981e63e9005db1e5cc4bad0
SHA1: 17aa8198b99df582d82bbb72ac8f74d20a7437da
MD5sum: 7838e6dc0889d6b203e305c3ba4fabc9
Description: debug symbols for postgresql-12-asn1oid
Build-Ids: 553914f678fdc59b1996a591f4f84680f8d22bc0
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-12-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.7-1.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 96
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-12-bgw-replstatus_1.0.7-1.pgdg+1_arm64.deb
Size: 15176
SHA256: 038ca0fc92daa530fad98d9689e04334e1ce50af9982fb5dcabcbb251dff9244
SHA1: 1fea3fa9f4419ba50e40663a2eee0735d1a46513
MD5sum: 06d737ec86b98acea418cfa48a1e9841
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-12-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 23
Depends: postgresql-12-bgw-replstatus (= 1.0.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-12-bgw-replstatus-dbgsym_1.0.7-1.pgdg+1_arm64.deb
Size: 8792
SHA256: 0041f248e86c361c0b13688145e29cecf4b54539620d3bc99971c51f6c5c73fd
SHA1: 40dfda3987b1e16215681060421a216cb5692f0a
MD5sum: a0dacd59ee88c5aade5b90aaeba6542b
Description: debug symbols for postgresql-12-bgw-replstatus
Build-Ids: 7438c80ed672db9b922a00b0546bbb0e843e57ef
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-12-decoderbufs
Source: postgres-decoderbufs
Version: 2.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs_2.3.0-1.pgdg+1_arm64.deb
Size: 43560
SHA256: 5ae5f86d2cbd1516ba5143cfc8dcc24646ec6853a384aafc0068a36bfeb11c1e
SHA1: 0da180c0a29a295767075143b70caf05d6824394
MD5sum: 75ee9401080d8969d64072b51be9c14a
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-12-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-12-decoderbufs (= 2.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs-dbgsym_2.3.0-1.pgdg+1_arm64.deb
Size: 39536
SHA256: 6934deae661d8e368346b6b84ab934e4e342abc4a102bd2db000cc49c0198477
SHA1: 54f91522e8f77aa61833b48ad96c66ed313e6808
MD5sum: 775e44693483ee6d4c10f717b4cd9cab
Description: debug symbols for postgresql-12-decoderbufs
Build-Ids: 218bf947ba972a811177926db6b101c4899b19e4
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-12-dirtyread
Source: pg-dirtyread
Version: 2.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-12-dirtyread_2.6-1.pgdg+1_arm64.deb
Size: 25332
SHA256: 6152a8184233bafd0ef5bc0cb9f0d61730fa3146bcc38724401c1ce37de60b86
SHA1: 9eabff03a8e7e45a4b8e8ca36ea4b4d5f0787a0d
MD5sum: 00e8c67d52ab45bd5bbcaa55ea01b0c0
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-12-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-12-dirtyread (= 2.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-12-dirtyread-dbgsym_2.6-1.pgdg+1_arm64.deb
Size: 35492
SHA256: 6057ffaba039ff4f9cb68a8aa132c290927903b8e92a3f20e4811dd8e87b7d9d
SHA1: d4bca7d947bef84af17e91f8fc1d9115dd1d3ac4
MD5sum: b7725c2ea71b7d78d09aaedc519eafdf
Description: debug symbols for postgresql-12-dirtyread
Build-Ids: 12a193e41f52652f027f4b7f4173bc99506e7e86
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-12-icu-ext
Source: icu-ext
Version: 1.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 211
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), libicu72 (>= 72.1~rc-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext_1.7.0-1.pgdg+1_arm64.deb
Size: 73660
SHA256: 3531b28e1d17877f7cafe637e8adc45ecc1af5fc659fc5e2a092299f04ebb569
SHA1: 8951ff588a6a6c61dad58934b7631a98fa70bcbd
MD5sum: 2bda322124f4ff5c7f5c1a5105429699
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-12-icu-ext-dbgsym
Source: icu-ext
Version: 1.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-12-icu-ext (= 1.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext-dbgsym_1.7.0-1.pgdg+1_arm64.deb
Size: 64756
SHA256: b3e0b7f44483c04c66b4cfed393729ee3f92b07862c09922dd41073a906cd86b
SHA1: 07f5616ad920bf9fd81fb5dbe297be917ff00859
MD5sum: ff6877a29c19268ddd23606be2a4b07b
Description: debug symbols for postgresql-12-icu-ext
Build-Ids: aff277e65b3ebb17109754bef1cd49a0c0e807db
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-12-ip4r-dbgsym
Source: ip4r
Version: 2.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 216
Depends: postgresql-12-ip4r (= 2.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-12-ip4r-dbgsym_2.4.2-1.pgdg+1_arm64.deb
Size: 180092
SHA256: ed546c7dbda5d4399036b71de039f604c55e86d87fd323f816b67e6c3e1ca25d
SHA1: 31b0fb88adabb4bd621013859b83784f4044014c
MD5sum: 1a1c21d3426914d127159e60bef05f7d
Description: debug symbols for postgresql-12-ip4r
Build-Ids: 38caeda33937a1cf81d59082f02fb429c3c045dc
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-12-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 364
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.34)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-12-mysql-fdw_2.9.1-1.pgdg+1_arm64.deb
Size: 147688
SHA256: d3a0206cff18a8f5ccaafdedaa4091f0215f051950d3bf8be75ae00ea912244f
SHA1: 439b29927baaa34a107469612b37f993001a0fb3
MD5sum: 07a6e508a0da7657301fe71bdbe13277
Description: Postgres 12 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 12.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-12-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.9.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-12-mysql-fdw (= 2.9.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-12-mysql-fdw-dbgsym_2.9.1-1.pgdg+1_arm64.deb
Size: 157296
SHA256: ac502cc30cc12a03defc2b7002f68430aeb66d0ab9769e64b8c04f5d45a067a8
SHA1: f79185bd8f1dc1ec1ac18f2d077ef2b5893cc2a3
MD5sum: d11fd4691027c4089f922a82a7143585
Description: debug symbols for postgresql-12-mysql-fdw
Build-Ids: cd283420434470d8a77d466119c7fa944c877ce6
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-12-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 286
Depends: postgresql-12, libc6 (>= 2.34), libgdal33 (>= 2.2.0), postgresql-12-jit-llvm (>= 14)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw_1.1.4-1.pgdg+1_arm64.deb
Size: 101340
SHA256: 6f7c79d4fa598ca8765003ec0f3df1422745ce91692d1d18e26551c343f2be11
SHA1: ada3848e55588454bb4133365bc420226432e13c
MD5sum: 4dd1d3e890e7f47e526b6902044c3740
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-12-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 157
Depends: postgresql-12-ogr-fdw (= 1.1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw-dbgsym_1.1.4-1.pgdg+1_arm64.deb
Size: 124568
SHA256: 09e98ca4771165fe8dd72eda07058992013792e4befa0d94d7da15542857d644
SHA1: 27923447ec2e58b4e153522b227d3c6e6f8ace00
MD5sum: 775821573fbf73f2c6294b0e4c4421f7
Description: debug symbols for postgresql-12-ogr-fdw
Build-Ids: 0c9486e084bf8b1e920579f53a47b2787c5111aa c68352f01c329decff60a01cc951561f1d7b9492
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-12-oracle-fdw
Source: oracle-fdw
Version: 2.6.0~beta-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: oracle-libs, postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-12-oracle-fdw_2.6.0~beta-1.pgdg+1_arm64.deb
Size: 79652
SHA256: 648c6136c52ce000c8ee357ac1fee8d8b9908f1ffcbf8987d1ce3c20016e12c7
SHA1: bc8ad01f9d1c8cfef4eaaeae1b590cfe68ec7365
MD5sum: a57e5cfe5f01d7aed17f8f1350d6b813
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-12-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.6.0~beta-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-12-oracle-fdw (= 2.6.0~beta-1.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-12-oracle-fdw-dbgsym_2.6.0~beta-1.pgdg+1_arm64.deb
Size: 177004
SHA256: f5ef303edafc4feaf3657e3a4c69f814d297c9549972b70d48de716188204b23
SHA1: 22ec8611cbb75b2d13cdfc30285b463d1b269ed8
MD5sum: 2d2e04487b76c943f9fd5f69a5619c0d
Description: debug symbols for postgresql-12-oracle-fdw
Build-Ids: bb5e5b77aaf555d179e3e3da7f39cb9ff6c34636
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-12-partman
Source: pg-partman
Version: 4.7.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6852
Depends: postgresql-12, python3, python3-psycopg2, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-12-partman_4.7.3-1.pgdg+1_arm64.deb
Size: 256688
SHA256: 0b51d93f86be8073c94784ede496ea37107d5c9dc0c98cdb93c33a5f6db8362a
SHA1: d9fcf21ccdbe56a41b0bd46b10b62c46c66ecf5d
MD5sum: 6b7a1b1c289815a60387731b215d7927
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.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-12-partman-dbgsym
Source: pg-partman
Version: 4.7.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-12-partman (= 4.7.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-12-partman-dbgsym_4.7.3-1.pgdg+1_arm64.deb
Size: 20920
SHA256: ea518ce14c5dcbb11eb348fd85eb9cd6489a929fb619f77a0aff70d843e794ad
SHA1: 81360b99806435117636e6ec7c39050237b4cd11
MD5sum: 1e391379df1696d894fe2640cddc53ef
Description: debug symbols for postgresql-12-partman
Build-Ids: 0ac6119013904e0e747b2c219522a3896bd1ef61
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-12-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-12-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile_1.5.12-1.pgdg+1_arm64.deb
Size: 29564
SHA256: f55edb88fcf6772ce10b4ab178448ca3825f8d54adae042f006108e9e50e7b78
SHA1: f576a4d907547da40ee907226aa771cede3f4d42
MD5sum: ae696da84b55383741d1a5b7b9d517f9
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-12-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-12-pgauditlogtofile (= 1.5.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile-dbgsym_1.5.12-1.pgdg+1_arm64.deb
Size: 26028
SHA256: d86267c576361aa87aded970ecdfe526c843738fe54e1326e754a667ffcf9674
SHA1: 81315fa89b5e67706e97648f1098c4e68673ed97
MD5sum: 53ad0bde362747ee758f3abd83626903
Description: debug symbols for postgresql-12-pgauditlogtofile
Build-Ids: 57fbd4304f79cc2d42456c26d63752e958c58e32
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-12-pgrouting
Source: pgrouting
Version: 3.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2870
Depends: postgresql-12-pgrouting-scripts (>= 3.5.0-1.pgdg+1), postgresql-12, postgresql-12-postgis, postgresql-12-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: postgresql-12-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting_3.5.0-1.pgdg+1_arm64.deb
Size: 720964
SHA256: 046f8b2f9136acfe628b6595b2a498e81ff12dcd99eba284e51e31f5163947f8
SHA1: 3b95b606a430aa5a2cfcccd7065c13db07ce4bae
MD5sum: 662b3678bfe4106a8c53a601023f9b74
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 12.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-12-pgrouting-dbgsym
Source: pgrouting
Version: 3.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 24771
Depends: postgresql-12-pgrouting (= 3.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-dbgsym_3.5.0-1.pgdg+1_arm64.deb
Size: 24758664
SHA256: 01b4890122709d189361867bb85bbf2999c0cf969f66d602e53fc3cf7eaae781
SHA1: 052f4afd1b984c8f09cbe32b604447a9ce94d9e3
MD5sum: 5b1b894e4d5648dc8966f236c108cb28
Description: debug symbols for postgresql-12-pgrouting
Build-Ids: b18959a4511a3bc7ad9fd758e0587cfeb303a12b
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-12-pgrouting-doc
Source: pgrouting
Version: 3.5.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7693
Depends: libjs-mathjax, libjs-sphinxdoc (>= 5.2)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-doc_3.5.0-1.pgdg+1_all.deb
Size: 2303940
SHA256: 67d37dbfd971c4ff6dd1fc56932f137e1c26b29b8004e427cd22de68efcef9bf
SHA1: fa81a09df70194695704398a1251dd8076534ff7
MD5sum: e07f32c9a3207272b746956eba869f22
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.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-12-pgrouting-scripts
Source: pgrouting
Version: 3.5.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2903
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-scripts_3.5.0-1.pgdg+1_all.deb
Size: 60236
SHA256: a102effb90bb73edd04b757f36e124ee3e3baace2bd5985ce3e51a8cd8913276
SHA1: d3ebe0840fce859765feca3156ff55f72e9a01bb
MD5sum: bbf57ed05bdf1c29339891cb41a764d1
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 12.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-12-pgvector
Source: pgvector
Version: 0.4.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 270
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-12-pgvector_0.4.4-1.pgdg+1_arm64.deb
Size: 108432
SHA256: 5752aaec88e6c32f27274f8326b4bf2ff474f997dbe110fc4b016fa55554bd6d
SHA1: 5016ff91e2ced1489f877b3bc6f6293f8d3a9885
MD5sum: de0447180080e749a6ba1dd9c54591f1
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-12-pgvector-dbgsym
Source: pgvector
Version: 0.4.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: postgresql-12-pgvector (= 0.4.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-12-pgvector-dbgsym_0.4.4-1.pgdg+1_arm64.deb
Size: 111612
SHA256: 70a145a2dd74fd95f290622de39edc221fbde724a0137325ee4728a6117f0c01
SHA1: 853939e56dc270f6462378e9f1645c13d9e26e04
MD5sum: b209e714d7bc101ccc9506878e30257f
Description: debug symbols for postgresql-12-pgvector
Build-Ids: cc274f07f9b14a293f533511f993498c460e7739
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-12-pllua
Source: postgresql-pllua
Version: 1:2.0.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1036
Depends: postgresql-contrib-12, postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-12-pllua_2.0.12-1.pgdg+1_arm64.deb
Size: 395616
SHA256: 8d5227ad8c6694b867590e0e8c709c1dfff9f3305f8519b7dee91be65c85a703
SHA1: 3c760ee1ee9440335208291b9fe8d3407dc87bc9
MD5sum: 583af8c7be6ea10aa7ef08dc63fa367e
Description: Lua procedural language for PostgreSQL 12
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-12-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 355
Depends: postgresql-12-pllua (= 1:2.0.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-12-pllua-dbgsym_2.0.12-1.pgdg+1_arm64.deb
Size: 308840
SHA256: aa359dea46c162b1e3dd6185038f2a5314f8a9c22c1db3ceb0689f681d70066b
SHA1: a426365f48816db8fd1366392430b426fe0da47c
MD5sum: c233b69d6dd9b4e6ca096d37bf6e9dc8
Description: debug symbols for postgresql-12-pllua
Build-Ids: 3a5baf686a80f749fc557d5b966ebad75f0ae5ac 7f6c31657e6952e9e2226e57e78b5253428f06b4
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 2.3.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 687
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_2.3.4-1.pgdg+1_arm64.deb
Size: 318376
SHA256: 983872260eaae9ba72ccefafd0a96bd45dd56aca8cce4515380b6d3ad561b21b
SHA1: 02b70979c55c684893348ecc8ccd1caf8cee22ce
MD5sum: 17d76f9335ac75789e5cff3ae4660618
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.3.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 275
Depends: postgresql-12-plpgsql-check (= 2.3.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_2.3.4-1.pgdg+1_arm64.deb
Size: 245996
SHA256: a75e21ed15159c98ab679cf81e081929302a18d6e69939bd02893ff0f7b1a471
SHA1: 56e65471587c877dad465db0ba83340b7edbe5a2
MD5sum: 7ee8e9ef325945195d172402ce960d5f
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: efce8d2479487f2e6ab4a2c4397606dd6bf21766
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.3.4+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10538
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal33 (>= 3.7.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-12-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.3.4+dfsg-1.pgdg+1_arm64.deb
Size: 4241964
SHA256: 1c998da174a58f1df013e79071c5c89bd7bd246a3c81eaacff553769ce50ecbb
SHA1: db7f506737fd50487af93cc26999ed028ef465c9
MD5sum: f05a5452eafeee0f0b79528e6b0e095b
Description: Geographic objects support for PostgreSQL 12
 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".
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis
Version: 3.3.4+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4462
Depends: postgresql-12-postgis-3 (= 3.3.4+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.3.4+dfsg-1.pgdg+1_arm64.deb
Size: 3911932
SHA256: bef6da81491ad9318f0431db421158cdbf9d41b854659fff61b0affdf3783661
SHA1: 3b373c1e0d28a6265327a66bccd9e39462c252e5
MD5sum: 6fc43dddee9005f497b23315d7c37065
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 08a20734d71a452c5d5f55bbb6eaddc0b688b006 33f371a43f22c458d456cf7c298e80401dae27be 5137cbb55dea11b71bd9664dd3cef3a7359348be 9bc20a384c22871785217954e867fe8c8d1ea5a3 bef36f46263baece41b929d4bac5704b2bc73196
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.3.4+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 39778
Depends: perl:any
Recommends: postgresql-12-postgis-3
Provides: postgresql-12-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.3.4+dfsg-1.pgdg+1_all.deb
Size: 2095180
SHA256: 5d8a132e995c28aaac14ed33b9f90933be84441ea1805f4bdeaef0e829bd976d
SHA1: d1f7c815c5bd0475eb9ce081f4085ac6b1ccdb89
MD5sum: 18a3fa1c2ae71c1dee10fad0a1e181df
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-12-prefix
Source: prefix
Version: 1.2.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-12-prefix_1.2.10-1.pgdg+1_arm64.deb
Size: 44712
SHA256: ac9edf91fa41a2b0f445297763ecb0c42aa813c212824b8f5c06ac4820a5cd18
SHA1: 36eac2a4d2e4ee3f8a9a482f012fbbc1e2644d72
MD5sum: a37081fdd7bfe8af221674670344f09d
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.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-12-prefix-dbgsym
Source: prefix
Version: 1.2.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-12-prefix (= 1.2.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-12-prefix-dbgsym_1.2.10-1.pgdg+1_arm64.deb
Size: 43936
SHA256: c898ae4caeacc4852d91ce90d28d3b3b10a841c1ab4ca6b21685f9a54068ab14
SHA1: 035fbdb37f65df9d6b8ae28b58f154f6711c12f8
MD5sum: fa63d5aa7debafa2f158aaa5e1fc051d
Description: debug symbols for postgresql-12-prefix
Build-Ids: 95d41ad8827bb0d7a410d8d725d6433e84322b5a
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-12-tablelog
Source: tablelog
Version: 0.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 161
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-12-tablelog_0.6.4-1.pgdg+1_arm64.deb
Size: 46380
SHA256: 276c95e4f65cdabb220460cc7f944c23db47787be7862d16ef616548c52b3d8a
SHA1: e3330396db8067b53f197ba641b5c61c408d662c
MD5sum: ca22ee34884c6c55a36f28c041a982fa
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-12-tablelog-dbgsym
Source: tablelog
Version: 0.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-12-tablelog (= 0.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-12-tablelog-dbgsym_0.6.4-1.pgdg+1_arm64.deb
Size: 37400
SHA256: 3fb4530cbae506d5a4d9e058f8c57dc0305a0297d3307e5bfd29c06ba6cd83f9
SHA1: e0967c1a8fb43ad75c3a501b581910bdb28082a4
MD5sum: ff7a0e2814fa5e0cd774f5503cd81518
Description: debug symbols for postgresql-12-tablelog
Build-Ids: a3df2a15c8bc8cecdb979dd70e8107c8ec15565a
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-13-asn1oid
Source: pgsql-asn1oid
Version: 1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-13-asn1oid_1.5-1.pgdg+1_arm64.deb
Size: 13084
SHA256: eb00990ee95654747133f9a76aa71a61ab0f9316c2ff9f0229711d8587674333
SHA1: 7071207465b72fd2edfc663023afd34dc81910f3
MD5sum: f1369147914ed785f41eb652d79d542b
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 13.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-13-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-13-asn1oid (= 1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-13-asn1oid-dbgsym_1.5-1.pgdg+1_arm64.deb
Size: 8880
SHA256: 07629ca28c914878b233b174f37b3d1c06123d0b1af111ea9d5d172cd3541dc9
SHA1: 0cbc1c1ae3019ad27aab839bba8ddfe2ab830ac7
MD5sum: 4c74c5923c22993cd5688db6f62da2c9
Description: debug symbols for postgresql-13-asn1oid
Build-Ids: 268b98e222386c465f38806c14636e8ef0c2ba0b
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-13-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.7-1.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 96
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-13-bgw-replstatus_1.0.7-1.pgdg+1_arm64.deb
Size: 15224
SHA256: 1a8464fabbae4c17275a216bba39bbe69ed7d106f5f24846a85ab8399f94a4c0
SHA1: 59a799d3f939e8222a6263b42864df4de261f456
MD5sum: 0c7dd6487ae55e52a3afccf35feeb45c
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-13-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 23
Depends: postgresql-13-bgw-replstatus (= 1.0.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-13-bgw-replstatus-dbgsym_1.0.7-1.pgdg+1_arm64.deb
Size: 8748
SHA256: 8118697f234f96401c22e0008f4e25c809367763f1d3a9cc0c4084dea0f85c1b
SHA1: fa4ba756f416efb8aef70dc2e0c4cfc2a71c7b46
MD5sum: 0911de6783554d759ca4fca6dd9e52c3
Description: debug symbols for postgresql-13-bgw-replstatus
Build-Ids: 5e217121df6a5afe05b18faef8dc1d698c246458
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-13-decoderbufs
Source: postgres-decoderbufs
Version: 2.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs_2.3.0-1.pgdg+1_arm64.deb
Size: 44028
SHA256: 343469f21cc0ede5a5a5078d485ddb48f8aa8ca5c68bda7916905940d10f0f44
SHA1: a88a7eb92487da435126a4fd273ee21d69f50b65
MD5sum: d00f876dfb7765ff6ada0f46ae5668f9
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-13-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-13-decoderbufs (= 2.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs-dbgsym_2.3.0-1.pgdg+1_arm64.deb
Size: 40596
SHA256: 652e5070f2d7980dd2601ac6983fe9c208c9b5897487917372653ff5ce16962e
SHA1: a91873b736acad18195c27d2333731b55f091b71
MD5sum: 30f24f9201d59a9df282c215e416a971
Description: debug symbols for postgresql-13-decoderbufs
Build-Ids: ac203cd1326efdc4430c7307a1590ae2f86ce7c9
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-13-dirtyread
Source: pg-dirtyread
Version: 2.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-13-dirtyread_2.6-1.pgdg+1_arm64.deb
Size: 25124
SHA256: 82e05d254aec34bbfe850c501d4eb4bd9c53fb76c29c49ecf9f654d0a73e90c9
SHA1: 39fc96ee0b4d18f3391792e2ce3d3cc1301e4303
MD5sum: b6765cd2e9ccebae92b54e33da7acc68
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-13-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-13-dirtyread (= 2.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-13-dirtyread-dbgsym_2.6-1.pgdg+1_arm64.deb
Size: 32484
SHA256: 97f2059af10eeb58cd720faa9badce848d5e8f76a188497a70e5981c2c856018
SHA1: dde501bb07ca39741159a25f2cbd9665f5476329
MD5sum: e7df6041fb1a131801a0f50754a88601
Description: debug symbols for postgresql-13-dirtyread
Build-Ids: 095c9f6f9d55266388057384bd395bf2a26f2fdb
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-13-icu-ext
Source: icu-ext
Version: 1.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 211
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), libicu72 (>= 72.1~rc-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext_1.7.0-1.pgdg+1_arm64.deb
Size: 74704
SHA256: b10e3c859c631c18c0efab8e45cdd71c89148c0fd42bc5be7c6f528c9d2d5e68
SHA1: 4253460bcc0c05735b03a658cdf84318ffc1558a
MD5sum: 254f3f8e8da595197b701c52335f6f0a
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-13-icu-ext-dbgsym
Source: icu-ext
Version: 1.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-13-icu-ext (= 1.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext-dbgsym_1.7.0-1.pgdg+1_arm64.deb
Size: 63384
SHA256: 7e04bd2091bc31c4067060c1fc2bb18d72aabd4f25e5d5e1ace82c346f6fcc64
SHA1: 63755bd901ae9768d5bc9febb2633805897e5997
MD5sum: cc89a1c0c583e8a3babf16ebc1553cc1
Description: debug symbols for postgresql-13-icu-ext
Build-Ids: d9c6c42ff23e8e39822ac281b7ac6c50f8c25bdd
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-13-ip4r
Source: ip4r
Version: 2.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 600
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-13-ip4r_2.4.2-1.pgdg+1_arm64.deb
Size: 197000
SHA256: eb0a51ad2525876d7ce5c9af6197972e703b61cc70b20f5bc17b17c1bfad8038
SHA1: 47742cb397e2344474ac571b522c6191f922eb53
MD5sum: ba16753a3ea4f6667c02118f93f738bf
Description: IPv4 and IPv6 types for PostgreSQL 13
 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.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-13-ip4r-dbgsym
Source: ip4r
Version: 2.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 216
Depends: postgresql-13-ip4r (= 2.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-13-ip4r-dbgsym_2.4.2-1.pgdg+1_arm64.deb
Size: 179824
SHA256: 4ada034377169549c52d718b199ccbbf80bb79501a929b594adf60fcb9c343a8
SHA1: ca8489fda6e8156fb5b73a323ef92d311f225a39
MD5sum: 944438ba7411eefd67ffee904cf38581
Description: debug symbols for postgresql-13-ip4r
Build-Ids: 446905ca09c60e262995f6b560b9a65f7a909bd7
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-13-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 368
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.34)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-13-mysql-fdw_2.9.1-1.pgdg+1_arm64.deb
Size: 151680
SHA256: 86348583226ded56aecca5c939e82490d45b9de3f43e32f05f2bdea02ee05ba0
SHA1: 5d7e525978222653f3d36904052162e45ee32199
MD5sum: ddb5c3ea0007b7bd8db9d8dd52a51ebf
Description: Postgres 13 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 13.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-13-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.9.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-13-mysql-fdw (= 2.9.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-13-mysql-fdw-dbgsym_2.9.1-1.pgdg+1_arm64.deb
Size: 167512
SHA256: 73e774bca2c432e8d166a42c06594e42f7801259f0323ddbae06dbf5f6bc2ecd
SHA1: 9e9976b2097ceb04039af10129bb9101f385ec3a
MD5sum: 7d6928e01e84fe4d334ffeebdb77c1f6
Description: debug symbols for postgresql-13-mysql-fdw
Build-Ids: 1da3302c9be3e8d49505dec7b57fc68973764abf
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-13-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 288
Depends: postgresql-13, libc6 (>= 2.34), libgdal33 (>= 2.2.0), postgresql-13-jit-llvm (>= 14)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw_1.1.4-1.pgdg+1_arm64.deb
Size: 103644
SHA256: 86766f709ad0f4a37f9c063b839f3a72b9d96c96ad140869e5fb23dfb5a62a5d
SHA1: 60babc74f684072d06d8e01c80dbc353b96c77e7
MD5sum: 693455fc8f15a18c435d26c655c24408
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-13-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 172
Depends: postgresql-13-ogr-fdw (= 1.1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw-dbgsym_1.1.4-1.pgdg+1_arm64.deb
Size: 139524
SHA256: a4cbf0c5aca4bdeb47bf4d2834ed067834ef848da4e4ee6f1cbc65f68f42016c
SHA1: 92b4ee9b8668b9c7cfc1eeae860eb8e55d999988
MD5sum: 126c2b3eb4ad4a6b2b89fc100502285b
Description: debug symbols for postgresql-13-ogr-fdw
Build-Ids: 191f0a784b9ab692b5f9557a62e6587121e6fa0d 81c10ebb23b8f7e8d133fe2d4b2a9cdba4cf79bf
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-13-oracle-fdw
Source: oracle-fdw
Version: 2.6.0~beta-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: oracle-libs, postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-13-oracle-fdw_2.6.0~beta-1.pgdg+1_arm64.deb
Size: 80512
SHA256: abdf312dad5a4d332985c2141782afae20b675072694d3f71e99314327c829d8
SHA1: a5e2c9a34482cc5299167302b3306aef3fa7e6a5
MD5sum: ba260b253ddbebe271bead5c510913f2
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-13-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.6.0~beta-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 205
Depends: postgresql-13-oracle-fdw (= 2.6.0~beta-1.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-13-oracle-fdw-dbgsym_2.6.0~beta-1.pgdg+1_arm64.deb
Size: 184132
SHA256: 9eb47f41b8b9a95d90a1855435041644387ddb213fd56b7fa410a0c97b2fabab
SHA1: 7e65fc6ae3d6560e2702b367e78acbb3c7c37e4b
MD5sum: 503b06788eedd50807ba93918887fefc
Description: debug symbols for postgresql-13-oracle-fdw
Build-Ids: 868d126f9159d1e3c0baba8c4c91a5de076908e4
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-13-partman
Source: pg-partman
Version: 4.7.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6853
Depends: postgresql-13, python3, python3-psycopg2, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-13-partman_4.7.3-1.pgdg+1_arm64.deb
Size: 257476
SHA256: 5f4f1287ef3b8c676139c0b34dc81ce20368c940aea88f659fc950e72ac5904d
SHA1: 24346a793b61af2b1899712fea80319a64dd640a
MD5sum: 02c0da71bcd36f4d24cd4e09474105ce
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.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-13-partman-dbgsym
Source: pg-partman
Version: 4.7.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-13-partman (= 4.7.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-13-partman-dbgsym_4.7.3-1.pgdg+1_arm64.deb
Size: 21812
SHA256: 9b83c56028673cfbede1c36f6b00c8dc37fb9f75472feae81fe808b39d966fa2
SHA1: 53d58363eca0bc5c60a0a675db2b0ff7b0849530
MD5sum: badeeb254d5a7494297646355134309e
Description: debug symbols for postgresql-13-partman
Build-Ids: e591e521d30cf805bb058d188e5193878be5e94f
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-13-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-13-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile_1.5.12-1.pgdg+1_arm64.deb
Size: 29480
SHA256: a6a9ff2df572ad5708b054aa0f5cce450ecce5b8e3a7fceb98e0d847d0c1b0ca
SHA1: 8bcac377d0d1afa9620c6970c3a6d349ab4754e1
MD5sum: 4265831c4dcbedf367daa56e83757bc3
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-13-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-13-pgauditlogtofile (= 1.5.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile-dbgsym_1.5.12-1.pgdg+1_arm64.deb
Size: 26136
SHA256: 21d8ac32031588ce7985e8abad64717e2586f47da2b7cb9d3b52a75276f96e1a
SHA1: 5b0bf26dec07dcd2f59b86a4f1cfd4a37c9b488c
MD5sum: cc4d2051398ffd42e405536da950e1e0
Description: debug symbols for postgresql-13-pgauditlogtofile
Build-Ids: 1ee834bd9fe833e14d8343856a492cf8962a7566
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-13-pgrouting
Source: pgrouting
Version: 3.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2870
Depends: postgresql-13-pgrouting-scripts (>= 3.5.0-1.pgdg+1), postgresql-13, postgresql-13-postgis, postgresql-13-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: postgresql-13-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting_3.5.0-1.pgdg+1_arm64.deb
Size: 720988
SHA256: d36cb5e3f48d376193ff1a3c71344025d6654ccbb73cb5ef4a7127fbfd6af648
SHA1: 4d7338416d4f48555130c4041bdff2637028129a
MD5sum: 37df2157505f1386444d29875849f749
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 13.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-13-pgrouting-dbgsym
Source: pgrouting
Version: 3.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 24770
Depends: postgresql-13-pgrouting (= 3.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-dbgsym_3.5.0-1.pgdg+1_arm64.deb
Size: 24754240
SHA256: 1f833e90e46f85e8f0f815fd5df34f95dbf6ce5e5086a37aa18f6b307ae665ef
SHA1: 547a256f25f3d3636d638d33e03f01ac2959a486
MD5sum: 592f7ee9b07f599346125ad837702368
Description: debug symbols for postgresql-13-pgrouting
Build-Ids: a30b206167e07606b7d4057bd45c90eb7905ab4b
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-13-pgrouting-doc
Source: pgrouting
Version: 3.5.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7693
Depends: libjs-mathjax, libjs-sphinxdoc (>= 5.2)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-doc_3.5.0-1.pgdg+1_all.deb
Size: 2304052
SHA256: b884ebbedde34009e8e94f2f78bbd081015d1bb4d4678ebaebec1d6128f0ea94
SHA1: cbe49876b52bcf3e4e08764f1e29cca153ff5ba8
MD5sum: 3fa27c5f66984e874f02d8cf859e6bbb
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.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-13-pgrouting-scripts
Source: pgrouting
Version: 3.5.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2903
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-scripts_3.5.0-1.pgdg+1_all.deb
Size: 60216
SHA256: 1bca4fde68a17bbc58807e95380ba5312ad428947e258168c9c7536617651a20
SHA1: 831fa71c17a6573fd74840dc1e05c72b8b077e29
MD5sum: a6d095f7551b317005070b824ad27cf9
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 13.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-13-pgvector
Source: pgvector
Version: 0.4.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 268
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-13-pgvector_0.4.4-1.pgdg+1_arm64.deb
Size: 106584
SHA256: 6543f4aebbefcdb28862be045d04adb3634f606131ea64f29788afb5e276c359
SHA1: 13fb27cc26d0780e7c4314f514cab148e6dd6057
MD5sum: b1cffedeefbe3f5a43c5948c7988df61
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-13-pgvector-dbgsym
Source: pgvector
Version: 0.4.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: postgresql-13-pgvector (= 0.4.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-13-pgvector-dbgsym_0.4.4-1.pgdg+1_arm64.deb
Size: 111912
SHA256: c9f44e9ec7debc4a7deb7da636a0a83a657c5aecc7088059b10cbce75103b993
SHA1: 4de3b4bc3afd3b785b00a02abb2d9ae229970a54
MD5sum: eb99ee75bb52894e5597bd43ddd741b3
Description: debug symbols for postgresql-13-pgvector
Build-Ids: d686c67e68a88c2abaa716b6f38285c7b6fe4ead
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-13-pllua
Source: postgresql-pllua
Version: 1:2.0.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1035
Depends: postgresql-contrib-13, postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-13-pllua_2.0.12-1.pgdg+1_arm64.deb
Size: 395164
SHA256: 4eaaeb93b46612eb0f2f0b1158cc7cacd5443fc1aca76e67b5f4342d4ace2cec
SHA1: 1ec5c0ac4165c3b4890c753b50d86f3e62cd3f26
MD5sum: 309581a3c8087df28926a6a8d5d5bf38
Description: Lua procedural language for PostgreSQL 13
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-13-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 359
Depends: postgresql-13-pllua (= 1:2.0.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-13-pllua-dbgsym_2.0.12-1.pgdg+1_arm64.deb
Size: 312284
SHA256: a156a0c0d5519d905847f36bb280f7bf0ba9b0654fc83f4e4339d7717545c290
SHA1: 6813719fcaf3edc2ad35ecd5f56eeff3b0729caa
MD5sum: 7f834cf9d6fb971d24bdbaca0b98850f
Description: debug symbols for postgresql-13-pllua
Build-Ids: 4b2403113cd1706476d90b0e56d3647c96925a2b a922db725e5f66267767a1be4cb8bd9478d9365e
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 2.3.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 691
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_2.3.4-1.pgdg+1_arm64.deb
Size: 323240
SHA256: c8310a9dcb568637eeb6095e8e73f76d6118b9ade140b661097c947f8a1d8559
SHA1: 66f138ee7295f1e13e8bfc222940e1d390da23b1
MD5sum: b6a5c1ad2423c163b1f6a45a13e8e805
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.3.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 295
Depends: postgresql-13-plpgsql-check (= 2.3.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_2.3.4-1.pgdg+1_arm64.deb
Size: 265200
SHA256: c7b7a8fc4a62772e53566b6b988dd1186b445b7b8dec114be8e5378d90e19c92
SHA1: da4f40f3f52cee2d90fd91ba27d560bfce20dee5
MD5sum: 97336ea5dcfb017462f45a777e8380c0
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: 61e1878771f9a1dcaea8db9ed6fa8f4954622f8b
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.3.4+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10594
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal33 (>= 3.7.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-13-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.3.4+dfsg-1.pgdg+1_arm64.deb
Size: 4256084
SHA256: f4c545dae5101d74eb22f250906ed8509dfdbd98534295eae22cc425a3cab9a1
SHA1: d050c04fd2bfc7efe910282a8c2078451d8de6f8
MD5sum: 455e956b7ce6fa380f9742f0f39a6bae
Description: Geographic objects support for PostgreSQL 13
 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".
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis
Version: 3.3.4+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4486
Depends: postgresql-13-postgis-3 (= 3.3.4+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.3.4+dfsg-1.pgdg+1_arm64.deb
Size: 3936000
SHA256: e65930ce75d0176f9323f6e958e7287fc230ebc0fb984eaabe3da9f1fd6da595
SHA1: 32fe1faead99992171d0d4f2ad66e961adbc978e
MD5sum: f6bafa3ea37b56070362d57b971a76a5
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 1e9d989dca5c5ac8202b82e7967b901c32d502ba b905bce528bf142240ccffa3a306f15bbbfa3aa8 d8c619122d17338a18e68cd4279c8d0ee22683d4 fc189baff7166237e3ae05989fd401b9400cd5de fd195b152a016735c847355fc530cb4fd1d93728
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.3.4+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 39778
Depends: perl:any
Recommends: postgresql-13-postgis-3
Provides: postgresql-13-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.3.4+dfsg-1.pgdg+1_all.deb
Size: 2095140
SHA256: c3db3538e257a478fb5de92d26b697776a183cae0482d1ed92b22fc8822cc65a
SHA1: a5b4963e20c554768971e413e47b5c6a369ccda0
MD5sum: 21a35a7a79353c5381ec172b1192f7f2
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-13-prefix
Source: prefix
Version: 1.2.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-13-prefix_1.2.10-1.pgdg+1_arm64.deb
Size: 44468
SHA256: 43e1322db98f6b2f3ed8b20082baae94738f22bf0529947c08c80bebdcf5fd7d
SHA1: 74ebdd2521a1faa112e5672416489103997ffa86
MD5sum: 8280cb2c7905d96dc8ed1f3dced8e4b6
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.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-13-prefix-dbgsym
Source: prefix
Version: 1.2.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-13-prefix (= 1.2.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-13-prefix-dbgsym_1.2.10-1.pgdg+1_arm64.deb
Size: 43964
SHA256: 5c0a12d1c983aa1b8a801ac258b660318284d0afcbe40ef4961beb97a1f6e8a3
SHA1: 520f458aab7826303f1c7a67c140efb8bd9247a5
MD5sum: ac660e109571d5ed055af8b38457d7fd
Description: debug symbols for postgresql-13-prefix
Build-Ids: 2712d49596b15442064f2dc4b353deeb8ae577ad
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-13-tablelog
Source: tablelog
Version: 0.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-13-tablelog_0.6.4-1.pgdg+1_arm64.deb
Size: 49124
SHA256: 6281df46c8e48b92fa0307bd96cd53a98ac86079f69745efa8c855ebc9dc06d6
SHA1: 04d500c506f14a087c58eba0df7669f3c965916c
MD5sum: 36e24356cc87b5886fda23d5f2fbedc0
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-13-tablelog-dbgsym
Source: tablelog
Version: 0.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-13-tablelog (= 0.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-13-tablelog-dbgsym_0.6.4-1.pgdg+1_arm64.deb
Size: 40324
SHA256: a0c779e5c4904ec3a6aeda53f9e0c7e0b7f414ac50dfc556cd497541d6c8ad52
SHA1: bd378de3d1470c2c1791fd2b34dad702a38a4d35
MD5sum: 929422e029e4ca005cffa11edf252c16
Description: debug symbols for postgresql-13-tablelog
Build-Ids: 0db7a30d5102c783b3acc9de432c489253e39bd9
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-14-asn1oid
Source: pgsql-asn1oid
Version: 1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-14-asn1oid_1.5-1.pgdg+1_arm64.deb
Size: 13136
SHA256: ee86ee4b8fe02fbfbc1b8b11c180a4904facd33bba3d2f7861116ebca7b1a507
SHA1: a580005b8ac78eb8dd7dc4d1078eed2e360f8aa8
MD5sum: f8aab9aca8e468bf9c72d04cee77c302
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 14.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-14-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-14-asn1oid (= 1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-14-asn1oid-dbgsym_1.5-1.pgdg+1_arm64.deb
Size: 8828
SHA256: 95de3ad18753ea16fb47516eab76170da94b9f695322c449e4de41135c88c78f
SHA1: fa91f723bd514b29b7b9da04927c5ef57f565c86
MD5sum: afe2f7a0cb65a3601128fc39cdd3945f
Description: debug symbols for postgresql-14-asn1oid
Build-Ids: bf6769dd8ba4d715721207457ddb1dc1b78872e1
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-14-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.7-1.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 97
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-14-bgw-replstatus_1.0.7-1.pgdg+1_arm64.deb
Size: 15384
SHA256: df0e11a795d9339b14e6ce7acee3244a5d9979b779b89683bf9f97268c556291
SHA1: 9f1ee045a87987c66d9bd29e87659acde2478d3a
MD5sum: 8b6d93820111d1f826a030014eed3bde
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-14-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 23
Depends: postgresql-14-bgw-replstatus (= 1.0.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-14-bgw-replstatus-dbgsym_1.0.7-1.pgdg+1_arm64.deb
Size: 8812
SHA256: a30f8b08d6022f1fad3484703a9ce9fb149e8eb6a51459f374c7f1772b85820d
SHA1: cbd76b956b10f8effa8e21d9ae0d10554fec88e0
MD5sum: 126aaa04fa203d2d1f1d31b959544609
Description: debug symbols for postgresql-14-bgw-replstatus
Build-Ids: 4634e5b7174856a7564cef85bf047cf89044082d
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-14-decoderbufs
Source: postgres-decoderbufs
Version: 2.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs_2.3.0-1.pgdg+1_arm64.deb
Size: 44368
SHA256: f12948a56e0a6d3fac8ebd3e77dd63d0707fe69a2cae780e9e2742b066cefbc8
SHA1: 57fb8197ba597cff1182794f7a72abc7a8cf9437
MD5sum: dbbdd4c5f26b1eb8b31ff61cbd7ae7d5
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-14-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-14-decoderbufs (= 2.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs-dbgsym_2.3.0-1.pgdg+1_arm64.deb
Size: 41848
SHA256: d5ea88be99750cbb6d1c8a8976313b51c3922f4c074797bd7d8f87097af703ff
SHA1: e7416626a008f59465f98c1a64eec4365bc78acd
MD5sum: 8549ef7b1c6e60649d6091ad646cc78f
Description: debug symbols for postgresql-14-decoderbufs
Build-Ids: 3e30c2d1bad95e0e2205f5515696ea3df8591f3e
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-14-dirtyread
Source: pg-dirtyread
Version: 2.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-14-dirtyread_2.6-1.pgdg+1_arm64.deb
Size: 25416
SHA256: a0f9d917db488a830ca00c820ee195313564bd6f62ce6e85cfce23a81f1efef5
SHA1: 4973ef75cb72416c0bffc014855290980be92297
MD5sum: 069b5dc0ac83b6684055defbf1dbf379
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-14-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-14-dirtyread (= 2.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-14-dirtyread-dbgsym_2.6-1.pgdg+1_arm64.deb
Size: 33148
SHA256: 3431a01edfdffd86d4e8f25100630492b6150a3bb174db030c68d306d0cec48e
SHA1: f05cf0a4ada07335faa9fa1be93185731cfb8be0
MD5sum: 76a52121283d3850b04c35fe3e5f1c4d
Description: debug symbols for postgresql-14-dirtyread
Build-Ids: 5734a834ec6b7e0a3e63e92dec38898eb31c6018
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-14-icu-ext-dbgsym
Source: icu-ext
Version: 1.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-14-icu-ext (= 1.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-14-icu-ext-dbgsym_1.7.0-1.pgdg+1_arm64.deb
Size: 63832
SHA256: e97fb2c828d8acb4eeb09311c35dfd41e7f454f97e3a7090bcfdf1850556d359
SHA1: 1c33cffe4889d284e4e9dc21b477b2b12db9934a
MD5sum: fe8b168d0db0dd32462e1894d23dd95a
Description: debug symbols for postgresql-14-icu-ext
Build-Ids: 7b81783dd82a85b39b33eb55909e22bab71fbe2f
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-14-ip4r
Source: ip4r
Version: 2.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 601
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-14-ip4r_2.4.2-1.pgdg+1_arm64.deb
Size: 197372
SHA256: 3ad12f2dc47b1ebed550b70e7c4445bb7361c558ffb522344bcb6e165c78c4c9
SHA1: f41ab341b301a4ae253ee2619add0e7de7816e22
MD5sum: a30117ef90e938e4914437770f41c889
Description: IPv4 and IPv6 types for PostgreSQL 14
 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.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-14-ip4r-dbgsym
Source: ip4r
Version: 2.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: postgresql-14-ip4r (= 2.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-14-ip4r-dbgsym_2.4.2-1.pgdg+1_arm64.deb
Size: 176740
SHA256: 78d34bc9adbb12ea4e2d0acba0ccc14f9ddfa8a934a55ad56d2737da7d073969
SHA1: 0ac444f6f2e7f3d68331334f5aab200060daa222
MD5sum: b40e5b6d75f9e333913e68fc131a53ff
Description: debug symbols for postgresql-14-ip4r
Build-Ids: 258bb5c23ede22c22fbca690c266c6a497e56f8f
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-14-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 374
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.34)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-14-mysql-fdw_2.9.1-1.pgdg+1_arm64.deb
Size: 155940
SHA256: a644f0efcac484220a16ae419012b11927cf885056e18654d56832762aa034fc
SHA1: 08a4d391b3e5fc0aae3dc08f1875d1a2919bc010
MD5sum: 4a03ad14696391c16865ed3235f56063
Description: Postgres 14 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 14.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-14-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.9.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-14-mysql-fdw (= 2.9.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-14-mysql-fdw-dbgsym_2.9.1-1.pgdg+1_arm64.deb
Size: 174756
SHA256: 5389a76fa1b0a463d2aee056999331c9e4ae9196654f99f42a140e49247c4bca
SHA1: 9985bb401e0003db662dc7aaad722e8b3c25ccfd
MD5sum: eb89930f5a94f63a072590c8c9835352
Description: debug symbols for postgresql-14-mysql-fdw
Build-Ids: 7d628fa103f2f75c45e60c91773df18fd3e7fa56
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-14-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 289
Depends: postgresql-14, libc6 (>= 2.34), libgdal33 (>= 2.2.0), postgresql-14-jit-llvm (>= 14)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw_1.1.4-1.pgdg+1_arm64.deb
Size: 104100
SHA256: b4a03daa041255034cb68077e5a22d65c8c0c2e9c58638b15b89ffa2d6b594a6
SHA1: f9310cea053a46f944fb54d261595973e06f1c55
MD5sum: f0526ca21efe114867b57fa0062f6188
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-14-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 174
Depends: postgresql-14-ogr-fdw (= 1.1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw-dbgsym_1.1.4-1.pgdg+1_arm64.deb
Size: 141768
SHA256: 85a4fabaf28b5498bcd826e33bdc5e8f2ed317513421844490a7e38bd13179c9
SHA1: 7b1a15555c238e0e6acb1d39a70bc32ce15864c4
MD5sum: fbcab31294687c51ed16c49780f70c86
Description: debug symbols for postgresql-14-ogr-fdw
Build-Ids: 13064127bf26b6ec00eae05184d7739dc8b40365 1ebbb8f0ce3d9a8003afb5ea0ccb3e2d2a22d5a5
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-14-oracle-fdw
Source: oracle-fdw
Version: 2.6.0~beta-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: oracle-libs, postgresql-14, libc6 (>= 2.17)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-14-oracle-fdw_2.6.0~beta-1.pgdg+1_arm64.deb
Size: 80788
SHA256: 5577f8377ded2217bcede3a5438214134d4856aaeb4ebe7fd47e7707f8cb2851
SHA1: ec5fdf58d3e187b0663b3a809cdce200cb6204f1
MD5sum: c78488f06dbf4363acdef1cb2cfbf1cb
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-14-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.6.0~beta-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 206
Depends: postgresql-14-oracle-fdw (= 2.6.0~beta-1.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-14-oracle-fdw-dbgsym_2.6.0~beta-1.pgdg+1_arm64.deb
Size: 185220
SHA256: 11b592a75b4c9518b669458a469ca3812f16f7372e0f8572473c3ad71ba05112
SHA1: 8916891f63bfd49315b16b201a780d93a363708a
MD5sum: 9865d749978c758906a112423abf3026
Description: debug symbols for postgresql-14-oracle-fdw
Build-Ids: dd90b32aa904797968c477b91fba990de54b2103
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-14-partman
Source: pg-partman
Version: 4.7.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6853
Depends: postgresql-14, python3, python3-psycopg2, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-14-partman_4.7.3-1.pgdg+1_arm64.deb
Size: 257616
SHA256: acd4458b52a7365fb0e076b39811a2a81702848e9b3a5336f63b4f69479a5a8b
SHA1: b3c3d84dda1ab9a3b9c3ddd0566f1cd04c02a0b9
MD5sum: 40ce516fb3a2adff0c7231cfe06d6230
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.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-14-partman-dbgsym
Source: pg-partman
Version: 4.7.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-14-partman (= 4.7.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-14-partman-dbgsym_4.7.3-1.pgdg+1_arm64.deb
Size: 22244
SHA256: 1eced702443a2d4703060536c892e9b5dcb5c8915fd6ef5b7890e81ef94e9dce
SHA1: f14147bbb4952f74f912ed497e1eb0a1bdc0d6e1
MD5sum: e6de2a25675df932e4b81b358414d7bd
Description: debug symbols for postgresql-14-partman
Build-Ids: f121823b3dff93b83492bcacb1faa63e5952deba
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-14-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-14-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile_1.5.12-1.pgdg+1_arm64.deb
Size: 29528
SHA256: 2333c8d6f2fbab5be570d6d65102d8bae8d1705682cd0989d94a762f0d38b457
SHA1: 8251736dd512a5fe5e808e0d79643169bf9c2938
MD5sum: 6c93beeae86b94019cee07cb21307150
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-14-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-14-pgauditlogtofile (= 1.5.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile-dbgsym_1.5.12-1.pgdg+1_arm64.deb
Size: 26600
SHA256: 6b3888f1147cd8251791b61248be729e8752577e904d2959e23761046dd56c7d
SHA1: 630674b9fb612ce95de69b41ae908633ceeb4168
MD5sum: 8a077656a4585074d9284ed8ffd9d57c
Description: debug symbols for postgresql-14-pgauditlogtofile
Build-Ids: dd3b572da450a8940e2f10672b5a67e8573df8c7
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-14-pgrouting
Source: pgrouting
Version: 3.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2870
Depends: postgresql-14-pgrouting-scripts (>= 3.5.0-1.pgdg+1), postgresql-14, postgresql-14-postgis, postgresql-14-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: postgresql-14-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting_3.5.0-1.pgdg+1_arm64.deb
Size: 720808
SHA256: 170e969b8bc269e30432661d526e0e94098edbc35fdf11ba286740cb25010336
SHA1: 05d3d970c10315d963d460c3056d4580e5fc6751
MD5sum: 393952f5b9358fb4a7c846dd68868227
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 14.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-14-pgrouting-dbgsym
Source: pgrouting
Version: 3.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 24771
Depends: postgresql-14-pgrouting (= 3.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-dbgsym_3.5.0-1.pgdg+1_arm64.deb
Size: 24755540
SHA256: 9a0a2c53b76bcb120c01c376dc0e845711e85ebcd9f3432e6fbd557bdbc002a8
SHA1: bd476e88ddbc4c61155cc3b2ca30d7a58c2f3c9c
MD5sum: a9dd2ef06cea9e08928e8e5393fb53da
Description: debug symbols for postgresql-14-pgrouting
Build-Ids: aa166b168fd4455e0988572d4fb84b3f984a104e
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-14-pgrouting-doc
Source: pgrouting
Version: 3.5.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7693
Depends: libjs-mathjax, libjs-sphinxdoc (>= 5.2)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-doc_3.5.0-1.pgdg+1_all.deb
Size: 2304064
SHA256: c2253687dc72b224c325549fe66e0b1af656c8d7d56970f519153b5070e62d84
SHA1: 67f35cde294ba7f9e6531c599ca8f41893b5e94b
MD5sum: c91708a51289c20488cfcdb9a8dbc396
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.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-14-pgrouting-scripts
Source: pgrouting
Version: 3.5.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2903
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-scripts_3.5.0-1.pgdg+1_all.deb
Size: 60204
SHA256: cca91bbeda5ae93d09c721b83e138827800d079e88a9ccea0375fd5707c06353
SHA1: d69554d94db40d9e2b45ad674a2a37d18293f1cf
MD5sum: 229810807ac0c7031af055d38e418cd3
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 14.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-14-pgvector
Source: pgvector
Version: 0.4.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 270
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-14-pgvector_0.4.4-1.pgdg+1_arm64.deb
Size: 106624
SHA256: 460b256a96231bb78e935fc6327ee67ef2bc6a0fc7b923029d076f7d38895703
SHA1: e9296be93c62fff40b0afa39d9dfe2e1d75e139b
MD5sum: f80d69fe2511d9009ca375b579fbfb87
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-14-pgvector-dbgsym
Source: pgvector
Version: 0.4.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: postgresql-14-pgvector (= 0.4.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-14-pgvector-dbgsym_0.4.4-1.pgdg+1_arm64.deb
Size: 113524
SHA256: 715a0033dc3c9ccd0c8fbd5f681ae47b21d4e55b17b73350ea259a65f8983fa4
SHA1: 40d96d6ab8a463017cd54921085cba187b9c3a6f
MD5sum: d15953440268ab782b216b0838f3dcbd
Description: debug symbols for postgresql-14-pgvector
Build-Ids: ab061e7153f5ad4614bc57f206dcfb8758072f8e
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-14-pllua
Source: postgresql-pllua
Version: 1:2.0.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1041
Depends: postgresql-contrib-14, postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-14-pllua_2.0.12-1.pgdg+1_arm64.deb
Size: 396736
SHA256: c78655950994940aeb2754aa886cacd459fee46091e182ded0ee14b24244fe5c
SHA1: aaf011a6f04f31af72ecdadd9de3b10995a26bf9
MD5sum: 3cf301b8e47f892f53a6a1df41254667
Description: Lua procedural language for PostgreSQL 14
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-14-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 360
Depends: postgresql-14-pllua (= 1:2.0.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-14-pllua-dbgsym_2.0.12-1.pgdg+1_arm64.deb
Size: 313736
SHA256: 61c4cfd46b62c6b547b7ef4aef5fdbde21fed5c88563ca33e58d066ee7f53bd2
SHA1: e04793c28b04ec2895205deecbc9b0a68b2b8db3
MD5sum: 868cb374673bdedfb52812d5f545cbc5
Description: debug symbols for postgresql-14-pllua
Build-Ids: 3d3efa22177bfdd4de4d6fdbfa66b3a533e94445 41207d24cb67f0197b1d75536525eb8851534574
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.3.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 702
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.3.4-1.pgdg+1_arm64.deb
Size: 329244
SHA256: f2ebd12731fad2d65bd3debf7ad0da58a9495bb86fe01b465ca3010e54a53740
SHA1: 970e3e96b13c46c59f13c26b33e51af91a8e9195
MD5sum: d25a57e672ace05356214004c3637ae0
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.3.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 302
Depends: postgresql-14-plpgsql-check (= 2.3.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.3.4-1.pgdg+1_arm64.deb
Size: 271372
SHA256: 7b62dbcd808e27065ffa42103c7af0775b39626ee2757e359d17e0a58cc8afb4
SHA1: 4e29836c8b1b1912388e0c29741810a3a28c5554
MD5sum: 1937b93ad5f5930629c9a84160c04035
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: c042156eaadba94c0c2132c8ba22be2b859bcec3
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-14-postgis-3
Source: postgis
Version: 3.3.4+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10602
Depends: postgresql-14, postgresql-14-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal33 (>= 3.7.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-14-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3_3.3.4+dfsg-1.pgdg+1_arm64.deb
Size: 4264500
SHA256: 58bb1ec253193a7a3d60fb6f44f5fe91f36363db734a990231a34afd4b004392
SHA1: 3ac03017f0b6b35260e3aa79fefe4d092356a879
MD5sum: f98cdb17e0a02dcd6ee5564f718ead15
Description: Geographic objects support for PostgreSQL 14
 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".
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-14-postgis-3-dbgsym
Source: postgis
Version: 3.3.4+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4475
Depends: postgresql-14-postgis-3 (= 3.3.4+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-14-postgis-3-dbgsym_3.3.4+dfsg-1.pgdg+1_arm64.deb
Size: 3924732
SHA256: 8c8e50858211ed77310673b3c875144f8092baa67b2a7f8500c59b676a139b67
SHA1: 9970b6dfc0dc9d2927f6e04c04672f252c251f17
MD5sum: dc1aea5539e20d7c488d6b3698a8e4e1
Description: debug symbols for postgresql-14-postgis-3
Build-Ids: 3fd24492a9a772ff302658fcb7edb6d5df531f8d 48ca64c9a6f1e989bd037712ee91c9e3068c1725 5e202a6fefd3e2fb6de0e9920efbaeb1325aed3c aa2c5222e6eec42055e48e0944a93a82ead3c779 c80aee8a862ac4d7a265490aa488ebb12bf42e60
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-14-postgis-3-scripts
Source: postgis
Version: 3.3.4+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 39778
Depends: perl:any
Recommends: postgresql-14-postgis-3
Provides: postgresql-14-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3-scripts_3.3.4+dfsg-1.pgdg+1_all.deb
Size: 2095052
SHA256: 2013898b38e037fd70b52df5e8567a3dfbd524475f14169e8a34bf8e42a70672
SHA1: 1fb7fb33897dd94eda1847d79f2d90a086c67c89
MD5sum: 13ecc7f3dfe1460f0ec62e387b1ef9d3
Description: Geographic objects support for PostgreSQL 14 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 14 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-14-prefix
Source: prefix
Version: 1.2.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-14-prefix_1.2.10-1.pgdg+1_arm64.deb
Size: 44604
SHA256: b66d411fada689f887d9cbcc49594dcb6550787ce2cb72544c1d5ec318543ebd
SHA1: 6c5f384eaacc14947a6d6eb59d12be90aedc210d
MD5sum: 672d8df180500c3a61ed97396c1b9b2d
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.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-14-prefix-dbgsym
Source: prefix
Version: 1.2.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-14-prefix (= 1.2.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-14-prefix-dbgsym_1.2.10-1.pgdg+1_arm64.deb
Size: 44076
SHA256: 63fdd52efceab17e6b0b3e9aa9b9c5a5ac3cc3724deff3885c10dfd4c710999a
SHA1: fb50b6492f54b3a2a57344d891137dcc4fbaa8ad
MD5sum: b9cd033403a087ab5c173b82a7558548
Description: debug symbols for postgresql-14-prefix
Build-Ids: 48c88a793488213b11e6e70668a74e7809e5e633
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-14-tablelog
Source: tablelog
Version: 0.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-14-tablelog_0.6.4-1.pgdg+1_arm64.deb
Size: 49396
SHA256: 851bcc7b75636feb8a334811c5880456ce705de7cc47e7a7c2edc7f19c01ef01
SHA1: 4ac735b32b45ecc0998564158db07d45f275105c
MD5sum: 09fdd3bac2107ba209afbd13541f1ecc
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-14-tablelog-dbgsym
Source: tablelog
Version: 0.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-14-tablelog (= 0.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-14-tablelog-dbgsym_0.6.4-1.pgdg+1_arm64.deb
Size: 40380
SHA256: 45600396d7bfad71bc3d99542b4c8ae498d98e0f8e4d3f0a09d4d5f13fe3edbd
SHA1: a9e7d1c0f9454c785556d51c516f5d1655e51857
MD5sum: 1684d17bbdb632c68733de2c42f1f287
Description: debug symbols for postgresql-14-tablelog
Build-Ids: 818a7da73e0b6f38892ac4c283e13fa9c22dcf1a
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-15-asn1oid
Source: pgsql-asn1oid
Version: 1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 14)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-15-asn1oid_1.5-1.pgdg+1_arm64.deb
Size: 13176
SHA256: b1dcf802ecd11635ee87a7362e97563c0446790bf264d4dab739d7ab8e5843d5
SHA1: 4cc7aa716b9db051b7cdce0e3f97f88a3b728b7c
MD5sum: 7c9a719c438a14705812a287351b389f
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 15.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-15-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-15-asn1oid (= 1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-15-asn1oid-dbgsym_1.5-1.pgdg+1_arm64.deb
Size: 8120
SHA256: e4d4c22ff0598e5ab2c275385b7f4febd6458394af3966a4be4c855e61fcef71
SHA1: 7c8d4fd915a8488a8349cdf8269b4b9e43052635
MD5sum: e034d9d112a15c7e55357cf9206e564f
Description: debug symbols for postgresql-15-asn1oid
Build-Ids: 06f9760339daee4a59210f585ffabf4d5dfa2b83
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-15-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.7-1.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 97
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 14)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-15-bgw-replstatus_1.0.7-1.pgdg+1_arm64.deb
Size: 15404
SHA256: c4ebfef9d7d3958581447d9bb74067b7e9a0afb17d090f67a36763b725af5644
SHA1: 88665f1613bdef75694fd2aaecadc3ec2a78dc10
MD5sum: c6a87f66f9dc8f6f0b79714a44ef6fe0
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-15-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 23
Depends: postgresql-15-bgw-replstatus (= 1.0.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-15-bgw-replstatus-dbgsym_1.0.7-1.pgdg+1_arm64.deb
Size: 8832
SHA256: 4f738d225d5b1e904e448767b336725c96492191d6006a153378f36df389deb2
SHA1: b2209bf78dff072dbadb9aed18a444a2f7a324d8
MD5sum: 2375fd3fca015689cd957b3b1b84c512
Description: debug symbols for postgresql-15-bgw-replstatus
Build-Ids: 9fb657443e1d9659715af5201f8c0cdd58c13521
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-15-decoderbufs
Source: postgres-decoderbufs
Version: 2.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs_2.3.0-1.pgdg+1_arm64.deb
Size: 46612
SHA256: b5c8babc6a6da9d8fea46806089fd8494e77b58751fb803013faf7109f234960
SHA1: b59f3f90b71e5475d6c2b7d3bb342fd9095ac586
MD5sum: a770598ac4d9354d034546a7579d6ec2
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-15-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-15-decoderbufs (= 2.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs-dbgsym_2.3.0-1.pgdg+1_arm64.deb
Size: 52336
SHA256: 037af91107720eaa5731cb78696c235a8e21145cc2223bffbbdb0d51189da210
SHA1: 421fb0842dd36fa51392b20352120c933e44c358
MD5sum: 90ee6a83d7aef6a603084be28d323961
Description: debug symbols for postgresql-15-decoderbufs
Build-Ids: 3913fad04ec52d4e36b966cb5aa71b81054d348c
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-15-dirtyread
Source: pg-dirtyread
Version: 2.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-15-dirtyread_2.6-1.pgdg+1_arm64.deb
Size: 25428
SHA256: e69028416c27356e872694568764f8c643c46f3282ad42fbd12f163092a80a65
SHA1: 794b2f299e92b665bad32703695f3de0a6118cd7
MD5sum: c7f958d9b1a5206427cfbfe4fa187c19
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-15-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-15-dirtyread (= 2.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-15-dirtyread-dbgsym_2.6-1.pgdg+1_arm64.deb
Size: 32792
SHA256: 925a6f1e701274014136b3a8316a2f473241343c70d2545c0ae849f106f713dc
SHA1: 519e2c115ab77f49e3b5a0acf7e6a95b27f33f9a
MD5sum: 5c215b3dac42dcf0ac0f1d2210bc4409
Description: debug symbols for postgresql-15-dirtyread
Build-Ids: 36147f9108cb6e9ee79871451f5e2f5350d96382
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-15-icu-ext
Source: icu-ext
Version: 1.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 212
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), libicu72 (>= 72.1~rc-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-15-icu-ext_1.7.0-1.pgdg+1_arm64.deb
Size: 74880
SHA256: 2b57bb2ff641976e5dc1b5a115a8fe03d94ae0cf400b6906136e4da1255daba8
SHA1: 78bec69b66ab5b0c8dfcd98f3c667aeeff85049c
MD5sum: 6f3a9e145838e65193e9494926793457
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-15-icu-ext-dbgsym
Source: icu-ext
Version: 1.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-15-icu-ext (= 1.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-15-icu-ext-dbgsym_1.7.0-1.pgdg+1_arm64.deb
Size: 63864
SHA256: e94cc244a4be4f048380421fc18f26a04be999e90aaeb317aec255307a59f775
SHA1: bbce3ad7719fa8e5ff126cdeeec8fab23ee6793e
MD5sum: 8e85f9224d871274e118f0691128231c
Description: debug symbols for postgresql-15-icu-ext
Build-Ids: 82ab1989904a74374f2053e390148acbe2663319
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-15-ip4r
Source: ip4r
Version: 2.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 602
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 14)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-15-ip4r_2.4.2-1.pgdg+1_arm64.deb
Size: 197648
SHA256: 5b7be6dc73398f3c03fdb67613f810811e72dfc54905b81c8b3c9a918e523997
SHA1: 0adce1610380134ba2232ccda2bccc6673bf088e
MD5sum: 63f2cd98e4ce628eb6fce794a38f076d
Description: IPv4 and IPv6 types for PostgreSQL 15
 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.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-15-ip4r-dbgsym
Source: ip4r
Version: 2.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: postgresql-15-ip4r (= 2.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-15-ip4r-dbgsym_2.4.2-1.pgdg+1_arm64.deb
Size: 176756
SHA256: 70fa1ecac2c7cffb9195aca17ecfbaffd78d9a0861b6732b806c214f263f2d49
SHA1: e9c044649578ce439af640f93a1991c105727f70
MD5sum: 00cfc7df2b3d9ca199897fdd6ccf53c3
Description: debug symbols for postgresql-15-ip4r
Build-Ids: e9a6aea97c26cdecef2670d3b791f0e27d21e4fa
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-15-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 374
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.34)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-15-mysql-fdw_2.9.1-1.pgdg+1_arm64.deb
Size: 155900
SHA256: b58638f980e578d0b0f2631e7292d97a7c1aeeab7536e5b505a35ea66e3428fb
SHA1: d7448e74f770fc417eb5e7f040c49e2fc19ae6f0
MD5sum: 0334c24c37ad8c86ca23ca8eac2d218f
Description: Postgres 15 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 15.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-15-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.9.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 191
Depends: postgresql-15-mysql-fdw (= 2.9.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-15-mysql-fdw-dbgsym_2.9.1-1.pgdg+1_arm64.deb
Size: 171356
SHA256: dfa0b91079df2ea20ce7cb9a76c192fd908f79a0c64b636c36187162cfe08e6a
SHA1: dfbcb936f9f5044a8563dced8fb1be6928a24c99
MD5sum: 66cb107f9f24b5f6dfe10a7908f76193
Description: debug symbols for postgresql-15-mysql-fdw
Build-Ids: a2d1a5bc39473bcdcc13f97718f9fa43108151bf
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-15-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 289
Depends: postgresql-15, libc6 (>= 2.34), libgdal33 (>= 2.2.0), postgresql-15-jit-llvm (>= 14)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-15-ogr-fdw_1.1.4-1.pgdg+1_arm64.deb
Size: 104180
SHA256: 191ff2e8bfba0482f74cb5a0dc87495429da3cc674ea642c099618362fe913fb
SHA1: aa4e406e6f5c600ac35c9cb9a425c0c84ec53f52
MD5sum: fc812720c87c2e49660524d3b611e918
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-15-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 162
Depends: postgresql-15-ogr-fdw (= 1.1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-15-ogr-fdw-dbgsym_1.1.4-1.pgdg+1_arm64.deb
Size: 129744
SHA256: d1ff0a31857b51f6c84ad894132eccec5f46a165d4d7081c20c0a3def2cb874a
SHA1: 37264af7ec037f81214d8bd25d388895fd5c6bc1
MD5sum: b5bf1d1edd411c0b03e0353a9012c6c5
Description: debug symbols for postgresql-15-ogr-fdw
Build-Ids: 44cbcd0f9dc52554d42bf39dd9d811864da4a205 abf31ce5bc9e0c21593c00a8904285f97bcfd245
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-15-oracle-fdw
Source: oracle-fdw
Version: 2.6.0~beta-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: oracle-libs, postgresql-15, libc6 (>= 2.17)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-15-oracle-fdw_2.6.0~beta-1.pgdg+1_arm64.deb
Size: 81028
SHA256: 9fdf28dc3214819a9e28be9303169d57f0226d7452da4062629dcc6412486ff5
SHA1: 009aa1588da819208e3aa45e2f538ab26b29d557
MD5sum: 2cfe305cf9a3bd66f14e23db24eb70f0
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-15-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.6.0~beta-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: postgresql-15-oracle-fdw (= 2.6.0~beta-1.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-15-oracle-fdw-dbgsym_2.6.0~beta-1.pgdg+1_arm64.deb
Size: 188120
SHA256: 69f807bb621ed5bd865e6b4ad717f3f0d393022c8bc1d091d88fb8f63803ad10
SHA1: 4a1cc522edf96e8605d43096c15c9cbb54a9fc94
MD5sum: 31c869f45e777d4307c055f633c8051e
Description: debug symbols for postgresql-15-oracle-fdw
Build-Ids: 2004406c11e6722d8f2e799e17330eb33e833fe1
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-15-partman
Source: pg-partman
Version: 4.7.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6853
Depends: postgresql-15, python3, python3-psycopg2, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-15-partman_4.7.3-1.pgdg+1_arm64.deb
Size: 257552
SHA256: 8db57bfd5f1ff86b2b542518b63e8cb69636d7ed941a04df4581783be26fafb8
SHA1: a3e47ce689b70a54a02cc83e27eebf8a6cd57630
MD5sum: b47bdd80d55483e69d86bbc56666e477
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.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-15-partman-dbgsym
Source: pg-partman
Version: 4.7.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-15-partman (= 4.7.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-15-partman-dbgsym_4.7.3-1.pgdg+1_arm64.deb
Size: 22432
SHA256: f7018ef4846f546c8b95bad0439650426f3167c0a8ea1978cfdfc25764b5f831
SHA1: 7092992c2f79900229bdb287a3f86466224905f4
MD5sum: f29d6a63fb0d32957a59624b9e580294
Description: debug symbols for postgresql-15-partman
Build-Ids: 76ae5929ed7069e6b7389733079e305e8f472305
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-15-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-15-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile_1.5.12-1.pgdg+1_arm64.deb
Size: 29700
SHA256: c618b7a7269a5b930184193b77f36115c53a96ca781e066bcde3040f3bd0946d
SHA1: 3e2d6c176d22bc5f0ec2f5c2885382ad62f6d0c0
MD5sum: bc1eebbe3462a71ee8efc8a41cf1c462
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-15-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-15-pgauditlogtofile (= 1.5.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile-dbgsym_1.5.12-1.pgdg+1_arm64.deb
Size: 26928
SHA256: 47418bff21eba156e47d3d2f84a438c7fe0c16a458a4b434b0d8c531067e0688
SHA1: 2334acffbe172f5acc79f0d9bab01d8bf76e0ea6
MD5sum: e93366d32881a68ef6a64edd8a4e34e5
Description: debug symbols for postgresql-15-pgauditlogtofile
Build-Ids: 019d575cd1cd9fe9f44c34034ad2ea9a6979dd18
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-15-pgrouting
Source: pgrouting
Version: 3.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2870
Depends: postgresql-15-pgrouting-scripts (>= 3.5.0-1.pgdg+1), postgresql-15, postgresql-15-postgis, postgresql-15-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: postgresql-15-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting_3.5.0-1.pgdg+1_arm64.deb
Size: 720416
SHA256: c83c714ca8fd4af4dac65294b5f1de09cc06ad5c334f978347f0b7a91c13605c
SHA1: e674e9b42d11415a75574a024d931fe6e607f747
MD5sum: 67459cd63e264ec6d19df6d451a37ff7
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 15.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-15-pgrouting-dbgsym
Source: pgrouting
Version: 3.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 24780
Depends: postgresql-15-pgrouting (= 3.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-dbgsym_3.5.0-1.pgdg+1_arm64.deb
Size: 24767760
SHA256: a97544a8340cf1688ac6928b3d21de423c841af9772c0bf62b83643e62dc668f
SHA1: 40a823d0bb02129f575cb346b33293dae6440720
MD5sum: a40ed5c6593b3dfd105e5b6fad71a6f0
Description: debug symbols for postgresql-15-pgrouting
Build-Ids: 8706666b99e8e0042a23d34c927e4a7fd80b9233
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-15-pgrouting-doc
Source: pgrouting
Version: 3.5.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7693
Depends: libjs-mathjax, libjs-sphinxdoc (>= 5.2)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-doc_3.5.0-1.pgdg+1_all.deb
Size: 2303976
SHA256: 1f4a1baa0009d3112108aba93bbe639908e84170f1543b4c2331e5e12ee0487d
SHA1: 8346d9fe48e2cb99336ac52de405b8e91eea3615
MD5sum: efc6c0b168a56ed9e6d99db2d2a05868
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.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-15-pgrouting-scripts
Source: pgrouting
Version: 3.5.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2903
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-scripts_3.5.0-1.pgdg+1_all.deb
Size: 60220
SHA256: fad24597a23ad02ee466cac9de22d041d18449aabe91a5d7a27076db1cc6b5c6
SHA1: d686612a329a6f858d3545f11b2453f0371571a1
MD5sum: 8c5d42cf5867ceb26c9c36424a62834d
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 15.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-15-pgvector
Source: pgvector
Version: 0.4.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 271
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-15-pgvector_0.4.4-1.pgdg+1_arm64.deb
Size: 107456
SHA256: 678370054334ffe4ee8493155af0a5aebf05f81695d8532687825c42a7d556dc
SHA1: 3bd24dbf7b94ad45dd4abe951c9f2ac097c8dcfd
MD5sum: 7d444e3f4506f7fe473dbdf952a069ad
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-15-pgvector-dbgsym
Source: pgvector
Version: 0.4.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: postgresql-15-pgvector (= 0.4.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-15-pgvector-dbgsym_0.4.4-1.pgdg+1_arm64.deb
Size: 114052
SHA256: 7b026b76740b83de3606e88c6c8870cfc8000e5a2cf6fb181400a3bf4122ee06
SHA1: 9dc59e5bb81b04bf397195bbbe8c681fcf49d2ad
MD5sum: 8a9d5c54bb2752783ae9db31abfa88f1
Description: debug symbols for postgresql-15-pgvector
Build-Ids: 81029834e9cb62371aecd25f2b6b2f1fdcbbb95b
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-15-pllua
Source: postgresql-pllua
Version: 1:2.0.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1046
Depends: postgresql-contrib-15, postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-15-pllua_2.0.12-1.pgdg+1_arm64.deb
Size: 400640
SHA256: f5b0ee8e9b4201aaa3f2dbdd4739644a8e897a53ea0de4b0f646033bad377dd8
SHA1: 59e3de88583146417aadf664e366dc137a408194
MD5sum: 2d27fcdb89781703d95ab1d33b84aee5
Description: Lua procedural language for PostgreSQL 15
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-15-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 372
Depends: postgresql-15-pllua (= 1:2.0.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-15-pllua-dbgsym_2.0.12-1.pgdg+1_arm64.deb
Size: 324864
SHA256: 334161f91fef9ffd0a28d403eadfb29d2eb82459e338b39dc2a93a37fa020dec
SHA1: 5b692656b03585c635171d7e3014d2728f956a8e
MD5sum: 8d515763a82ee95cf90877a88f918b49
Description: debug symbols for postgresql-15-pllua
Build-Ids: b34dae33b3c8ebc19056741ab282c13549d01815 dc39497736e7effeae287c8ef56eb24181df90a7
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.3.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 726
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.3.4-1.pgdg+1_arm64.deb
Size: 343756
SHA256: af80c619a733f79de4da1a6137f89f78e0837b15f03d954f231a70173caf8017
SHA1: 5a54e08b71d4c72e1dfcbff50568ae273e3425e4
MD5sum: d7e9882ecb45c46411a4939e3f582962
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-15-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.3.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 327
Depends: postgresql-15-plpgsql-check (= 2.3.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.3.4-1.pgdg+1_arm64.deb
Size: 294848
SHA256: a2cb2d36c723c5bad5c6bf1af05a40b51e066cbe916fafeea06e331e2e3fbd58
SHA1: fc6ada6fd5a2c34d0a44810393e556d37ea76203
MD5sum: 7e695d21fc3ed54ed4b5759315c518e3
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: 0b2c3df89cd37077bfb6e29693810408f4d3f248
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-15-postgis-3
Source: postgis
Version: 3.3.4+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10756
Depends: postgresql-15, postgresql-15-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal33 (>= 3.7.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-15-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3_3.3.4+dfsg-1.pgdg+1_arm64.deb
Size: 4310872
SHA256: 8407bf8d01309d7d0ce9dcf16333ca978f4a4854b231cd2c32d32fe04dedfdab
SHA1: 678f5e7c7b8d6d7c7595fad4b2f02b030a984c68
MD5sum: f7500ae2eb1e7311e79315f6056beb1c
Description: Geographic objects support for PostgreSQL 15
 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".
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-15-postgis-3-dbgsym
Source: postgis
Version: 3.3.4+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4482
Depends: postgresql-15-postgis-3 (= 3.3.4+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-15-postgis-3-dbgsym_3.3.4+dfsg-1.pgdg+1_arm64.deb
Size: 3930300
SHA256: 1c811e6ceb9c1cfb34137a8491e37e9b5b7e541127720b0f648657b342b18b1e
SHA1: b3150533f67edbd065750ff64fe3b2eb7f4b0768
MD5sum: 39c15d08517595286eab58f3b5801738
Description: debug symbols for postgresql-15-postgis-3
Build-Ids: 1deca04c08aa33275261c6a926267fa7a16066b7 29ef36470b8ffdd71cf9a3f8e3b9f529d129a2bb 52088b009e6f0ab7f58a1bc63ac0952c4b58e28c 6a5fd17f9942306ed888e8436acf082f2050cde7 e2cc45e317aaec5b431cfa40b66a541581df7ad8
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-15-postgis-3-scripts
Source: postgis
Version: 3.3.4+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 39778
Depends: perl:any
Recommends: postgresql-15-postgis-3
Provides: postgresql-15-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3-scripts_3.3.4+dfsg-1.pgdg+1_all.deb
Size: 2095144
SHA256: 3fe2a32d5fc27b41319754844ebda8095accc13db2361f12cfe61c8a4451fa51
SHA1: 2231752fd6341872fa9fea9d229b06e3c49b4c8e
MD5sum: a4a2a01dc73eb841719652353584b7c8
Description: Geographic objects support for PostgreSQL 15 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 15 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-15-prefix
Source: prefix
Version: 1.2.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-15-prefix_1.2.10-1.pgdg+1_arm64.deb
Size: 44632
SHA256: 29f96028a47546c2e06bf69f448a9393a71a2bd7097cf65693b35963b62e5fd1
SHA1: 22b286e75ac6124c77357fa14f11a0084b787ef1
MD5sum: 0bc865d8257277db1a744d3cf675c565
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.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-15-prefix-dbgsym
Source: prefix
Version: 1.2.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-15-prefix (= 1.2.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-15-prefix-dbgsym_1.2.10-1.pgdg+1_arm64.deb
Size: 43412
SHA256: 0dd548510cbcbfeaf407da8c651317a70257e68279e4ca9a38226bc876659864
SHA1: df110a5376f8b13b7dc04c993201dffd908977c7
MD5sum: 2d2661972e307cfe72baee4e1c3a16b3
Description: debug symbols for postgresql-15-prefix
Build-Ids: 38f1216c7f05fe44ec39dcd1280c218eec6c81ec
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-15-tablelog
Source: tablelog
Version: 0.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 14)
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-15-tablelog_0.6.4-1.pgdg+1_arm64.deb
Size: 51460
SHA256: c93b2d8f323f4b03c70606522b682867edf0488544171070b171aad18b598a1d
SHA1: e2290ba929c47c203d7b8af2823164e2aabb7191
MD5sum: bba8eda239e56cbeee2e1c01e58d2d19
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-15-tablelog-dbgsym
Source: tablelog
Version: 0.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-15-tablelog (= 0.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-15-tablelog-dbgsym_0.6.4-1.pgdg+1_arm64.deb
Size: 49340
SHA256: 90fa0a61bbfd826b63c36aa3b7512b844359d93c4a42a4caac96ff66b87bb47a
SHA1: 579929687c548a220753a7b4f5a29a52e1fe7ea2
MD5sum: 20a22d1c34dbf2ea485a09866f03e6fd
Description: debug symbols for postgresql-15-tablelog
Build-Ids: c78b67594bfa96307f13b9cda2f0ee36bad11c77
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-16-asn1oid
Source: pgsql-asn1oid
Version: 1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 14)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-16-asn1oid_1.5-1.pgdg+1_arm64.deb
Size: 13152
SHA256: 287be68c53675fa70038862d42d0c3c1d3fdf00599dbdee5221e313bb6cf815b
SHA1: 6faab3704d10450d19a9a8a8b3133d2d1efb84a6
MD5sum: 31c963860b3688c9857e52c5f0a14d5a
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 16.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-16-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24
Depends: postgresql-16-asn1oid (= 1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-16-asn1oid-dbgsym_1.5-1.pgdg+1_arm64.deb
Size: 9640
SHA256: 2cde2c0b451d0ce1097978e802097b8a215ab7be5844fd7abb860e7c3d541c55
SHA1: 840ddacb44a874424afa769bb44777d2713f7dd7
MD5sum: e49f788d21993996fd71c62eb3ddf842
Description: debug symbols for postgresql-16-asn1oid
Build-Ids: 8ce75234998dd8526d0a62d45dee33ed391634ad
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-16-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.7-1.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 97
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 14)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-16-bgw-replstatus_1.0.7-1.pgdg+1_arm64.deb
Size: 15424
SHA256: 4435df284232e3048431354bc9349c372f5f6147d95ad623c8fe870c1df35216
SHA1: 5f55a685ba6f495042949cbc560eee03099275c0
MD5sum: cd854562ccf774c6eb6cbfe298127e0e
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-16-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 24
Depends: postgresql-16-bgw-replstatus (= 1.0.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-16-bgw-replstatus-dbgsym_1.0.7-1.pgdg+1_arm64.deb
Size: 9268
SHA256: 0a780a502f106891140fef7ce1dfc3070f7622b67f8382e1aaaabc824bd6d33c
SHA1: 74edc8f05b888ff7404e6ac41dcb29a2ce32665d
MD5sum: a7f5795ced3178d6bc516fcdbcfce85f
Description: debug symbols for postgresql-16-bgw-replstatus
Build-Ids: bf039013f37b1f5fd6d50ad80f052ddeee547c0c
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-16-decoderbufs
Source: postgres-decoderbufs
Version: 2.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-16-decoderbufs_2.3.0-1.pgdg+1_arm64.deb
Size: 46172
SHA256: bf4e78333766fbd07eb19c4337f58faee7cb087a7a2c3a2bacfe959479f60639
SHA1: 5751d4d4da0e477957e7238db3eee9ced49b9d6f
MD5sum: 6aedee9e8ff8daad87b55dbd0951ae97
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-16-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-16-decoderbufs (= 2.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-16-decoderbufs-dbgsym_2.3.0-1.pgdg+1_arm64.deb
Size: 54280
SHA256: 15baf2cafbe2b1f5d979b1ba1e0c0023e19610c3d8e79f5199df3756c4d5a7d9
SHA1: 6680b11bbfcdc23b0e15bfcfd9f6c527ea1ec211
MD5sum: 431cc31bddc7e635b5149867b23238e6
Description: debug symbols for postgresql-16-decoderbufs
Build-Ids: 6137e3c42f2e7bec46084874b7f5d41c248223ef
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-16-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-16-dirtyread (= 2.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-16-dirtyread-dbgsym_2.6-1.pgdg+1_arm64.deb
Size: 33376
SHA256: f7b739c4b118dc3d595653c899463afd601dabddcb7b4c322728fa30922d7fc2
SHA1: 6ef8b3b9cdaace0c67d0149c4d5aa96efd7a733e
MD5sum: e61caa4851d3fdfd9694d45da59641a8
Description: debug symbols for postgresql-16-dirtyread
Build-Ids: 825059cb66975c76b7be35e1983520437fa1e8a1
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-16-icu-ext
Source: icu-ext
Version: 1.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 212
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.17), libicu72 (>= 72.1~rc-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-16-icu-ext_1.7.0-1.pgdg+1_arm64.deb
Size: 74760
SHA256: 1b692a7879a9813f0b4f22c249e4ce6a95a2fb5453da6c0166703ae4b209d6b6
SHA1: 1996f0e14e53bda093d230592f68177f8eafd6c0
MD5sum: ace04f7fd9827cb651f1824fc78806eb
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-16-icu-ext-dbgsym
Source: icu-ext
Version: 1.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-16-icu-ext (= 1.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-16-icu-ext-dbgsym_1.7.0-1.pgdg+1_arm64.deb
Size: 67780
SHA256: 1ad6a8e08845efed54e3a6b7d96b9da4cbfe5cf8fd8871fa0d3e55f0b6193630
SHA1: 9134677a5413ff719db17a066de7c5ae8fb6c628
MD5sum: 9bec07b7c7da16992152a880edebba72
Description: debug symbols for postgresql-16-icu-ext
Build-Ids: b58545864afad947b74246f958eff5980deae993
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-16-ip4r
Source: ip4r
Version: 2.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 599
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 14)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-16-ip4r_2.4.2-1.pgdg+1_arm64.deb
Size: 198004
SHA256: a80e19ad2b01ec9dc79825b75aaea7d0a2b0279ab899dde14376b0432967e47d
SHA1: afc8330ed072154626a64fbe73679d8262836d88
MD5sum: 99afd1ca67bce8f81726d8a445cbfb7d
Description: IPv4 and IPv6 types for PostgreSQL 16
 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.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-16-ip4r-dbgsym
Source: ip4r
Version: 2.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 244
Depends: postgresql-16-ip4r (= 2.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-16-ip4r-dbgsym_2.4.2-1.pgdg+1_arm64.deb
Size: 208772
SHA256: ff3e2dbec4b5274957dc0c93b2ce2050c1b304de5174c166ef3e9f2be5bd8403
SHA1: d182aaf0aca7fbef559b004c50c94c861dbd3a88
MD5sum: 88db2e1eefd8653a4bfaa09fd02bc522
Description: debug symbols for postgresql-16-ip4r
Build-Ids: 5c959a77b3501a8a53773de8dc75f8cbc149119b
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-16-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 374
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-16, libc6 (>= 2.34)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-16-mysql-fdw_2.9.1-1.pgdg+1_arm64.deb
Size: 155084
SHA256: a9f1722c14147fa7e44a0c2a66297df5be793bd1a1980f68adc4da5403d6b910
SHA1: c09f987e844f1c3035d7e39b173f03a21569fbc2
MD5sum: dede4d87ee5c494e763a80ae9b5fa603
Description: Postgres 16 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 16.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-16-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.9.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-16-mysql-fdw (= 2.9.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-16-mysql-fdw-dbgsym_2.9.1-1.pgdg+1_arm64.deb
Size: 175428
SHA256: 9f0d180c0c06309aaf2fcf7712311f3e3f2c5a63a1342fd78fe300dd8a744234
SHA1: 1e6b203f3a81debf3ba41a2d9c692753d3997492
MD5sum: 2a44bd832aa08586a9e06676aaadabb0
Description: debug symbols for postgresql-16-mysql-fdw
Build-Ids: c1c14ac9b8db23d2f7debc2e5255c3a7fc4dbf5c
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-16-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 292
Depends: postgresql-16, libc6 (>= 2.34), libgdal33 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-16-ogr-fdw_1.1.4-1.pgdg+1_arm64.deb
Size: 103676
SHA256: 7cd0d63d32b765db21fc58cf86aca0b989d0aaf1bc98b388ff202989182db913
SHA1: 5aa468878028b88dff3a732923c590e56764d52d
MD5sum: 5041d6d112ea087da8e19023b38d58b7
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-16-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 167
Depends: postgresql-16-ogr-fdw (= 1.1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-16-ogr-fdw-dbgsym_1.1.4-1.pgdg+1_arm64.deb
Size: 134292
SHA256: 9b95bfece22f1389dca408f6520067b95e1f27162a864e964f8690331967f668
SHA1: 16bc8dd69592038d9907ac1cd3ffdae8a53d0064
MD5sum: 33f0771d7ac3a39b63b2b46764a509a6
Description: debug symbols for postgresql-16-ogr-fdw
Build-Ids: afc258b724fd58d6e7e47c2840c1a8927b90fa40 f2ac4c3f6477c083e0cd54f0e4bba431ab914665
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-16-oracle-fdw
Source: oracle-fdw
Version: 2.6.0~beta-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: oracle-libs, postgresql-16, libc6 (>= 2.17)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-16-oracle-fdw_2.6.0~beta-1.pgdg+1_arm64.deb
Size: 80148
SHA256: 676be2ed19a21f8ce474499bf850f72c57f6919e39ed3c00ba3e5e2aa3982034
SHA1: 82c629f01c907be69959319bc7c2898e355b2ce6
MD5sum: f90c3b4ac84cc149e4d162abba91a545
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-16-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.6.0~beta-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: postgresql-16-oracle-fdw (= 2.6.0~beta-1.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-16-oracle-fdw-dbgsym_2.6.0~beta-1.pgdg+1_arm64.deb
Size: 192072
SHA256: cc6df84925004220802f7ed0ee80b573884c77bfff8dc5d5a2c3c08d3ee59a42
SHA1: 7c9a7dfddfd6af014a8cf87987c0b888c9ac0bee
MD5sum: 83cf16f6216a7ad4b5506355b0cf55a6
Description: debug symbols for postgresql-16-oracle-fdw
Build-Ids: 6dd5a3570ed895aee2e4e79c4a44474777f5ba3e
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-16-pgpool2
Source: pgpool2
Version: 4.3.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 439
Depends: libpgpool2 (>= 4.3.5-1.pgdg+1), postgresql-16, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-16-pgpool2_4.3.5-1.pgdg+1_arm64.deb
Size: 160596
SHA256: c21bd3143fb7c721259420658253e24eeea13edc8960088c0f4d52f20256ce14
SHA1: 5034f493702c63e1e06166aafa1192b48d8e08ac
MD5sum: f9903444dd67a254b563db62df516a7c
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 16 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-16-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-16-pgpool2 (= 4.3.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-16-pgpool2-dbgsym_4.3.5-1.pgdg+1_arm64.deb
Size: 56592
SHA256: f0c1500ca5ef72af679748ed34dd2156b178c3fdd27cc00dcb5bb17390066d92
SHA1: f60a2ce784723fa25a2f2ec9fb0f52b523000384
MD5sum: febfa0a39d71d1ccb862d2671cbeb55d
Description: debug symbols for postgresql-16-pgpool2
Build-Ids: 15d3e9357c0a89ad13b6e689b058696962889c81 d3a3b4f7aebc7bc55a2faef8719e811dbd4259bb fab89d2fe568ebc79708cce23f64f91e88be7758
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-16-pgrouting
Source: pgrouting
Version: 3.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3062
Depends: postgresql-16-pgrouting-scripts (>= 3.5.0-1.pgdg+1), postgresql-16, postgresql-16-postgis, postgresql-16-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Suggests: postgresql-16-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting_3.5.0-1.pgdg+1_arm64.deb
Size: 753004
SHA256: 09b9f6ad6b089df405c2db490b9bc1bc3bbc79a3f518f5117531001757a03119
SHA1: 59d0ab34f5ab04faa7c2586410777b94a7aea31b
MD5sum: 05a816542e709457bc4b6e3f4edf930b
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 16.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-16-pgrouting-dbgsym
Source: pgrouting
Version: 3.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 24441
Depends: postgresql-16-pgrouting (= 3.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting-dbgsym_3.5.0-1.pgdg+1_arm64.deb
Size: 24414616
SHA256: 2c5b33ab70a183ef6e23d4b2d6d3a14ca1f12c49e9598d605dbcb5038c53688d
SHA1: 1b1c061984e3d383a92181036ad9c8740d3a8db4
MD5sum: 366924d1934272584754eb526d1171ca
Description: debug symbols for postgresql-16-pgrouting
Build-Ids: 2eac6f2347c59a17cc609e966352be5e54ac11dd
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-16-pgrouting-doc
Source: pgrouting
Version: 3.5.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7693
Depends: libjs-mathjax, libjs-sphinxdoc (>= 5.2)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting-doc_3.5.0-1.pgdg+1_all.deb
Size: 2304124
SHA256: 986ff372fd388a1226374b36de5c4944f349f8e9df1447ac57f4474a5e4a5994
SHA1: a08f118b6756c1dd38008c21832308b968e8da30
MD5sum: 5572ef7e9b1efe6cd4f266cda6ea7ae4
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.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-16-pgrouting-scripts
Source: pgrouting
Version: 3.5.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2903
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting-scripts_3.5.0-1.pgdg+1_all.deb
Size: 60196
SHA256: 9861953962aaa92ad0a9174ff9528be7eefa3c4e66408fa53b432ff876cca314
SHA1: e090de80b5efa457e648c571e52408c02d1674a1
MD5sum: 89a57022534a7580e3924bc0cf3ff095
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 16.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-16-pgvector
Source: pgvector
Version: 0.4.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-16-pgvector_0.4.4-1.pgdg+1_arm64.deb
Size: 107052
SHA256: b3219beea312e8b67b60924deb3a5ab2128c5a57116d34f04eaf272a591addd5
SHA1: 0b0fc14e1ff3dfcc775be3a594ab0f43b40de69d
MD5sum: 7b7c58a6b859235e6714d9edeaf9a1ef
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-16-pgvector-dbgsym
Source: pgvector
Version: 0.4.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-16-pgvector (= 0.4.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-16-pgvector-dbgsym_0.4.4-1.pgdg+1_arm64.deb
Size: 123912
SHA256: f735fbb1f9f769f2ece44540d703e92344cf32e38063c24436ae493efd13593f
SHA1: 5c6a691fdb2b4ef1bdd5f42e1678eba271d85371
MD5sum: fe24b1c032005f35ab458f70ba028374
Description: debug symbols for postgresql-16-pgvector
Build-Ids: b56e46e1d5836b5cb0fafd4fd8fd3a5dd1ccf15f
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-16-pllua
Source: postgresql-pllua
Version: 1:2.0.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1041
Depends: postgresql-contrib-16, postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-16-pllua_2.0.12-1.pgdg+1_arm64.deb
Size: 398336
SHA256: b75b28a00353a4e114f1216d18b757aa371e0063ba16512d380d2941a3ff150d
SHA1: 030e78227d65b0bc0a66974ddc1ded2a9cdfecfb
MD5sum: f4a26a1ed2ddd2da3b4a4005132ddd95
Description: Lua procedural language for PostgreSQL 16
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-16-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 390
Depends: postgresql-16-pllua (= 1:2.0.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-16-pllua-dbgsym_2.0.12-1.pgdg+1_arm64.deb
Size: 343544
SHA256: 055f4fecd1c5fe7940445903c5195553722abfaa9b86fb78983e80c153ad467e
SHA1: 15c936ce27271c0234a63513d019175e9bd8244c
MD5sum: e8978a8da0e622c4a2279f585dea0462
Description: debug symbols for postgresql-16-pllua
Build-Ids: 39cf50a1873ae84f2e904c41deddb2c1502b79dc 9743cc1f889ce28633e7ba695bfabd695d713444
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-16-postgis-3
Source: postgis
Version: 3.3.4+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10980
Depends: postgresql-16, postgresql-16-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal33 (>= 3.7.0), libgeos-c1v5 (>= 3.11.0~beta1), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 6.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-16-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3_3.3.4+dfsg-1.pgdg+1_arm64.deb
Size: 4383112
SHA256: 6f077347d3a225ef94a20a8ca0a48a77874bddda7b1c471bf2b230597859fab0
SHA1: 51c2e2f5ec6ad9bc2583cd2ac867613f74793cdc
MD5sum: e2b95ce80667b5901ce91f6ceec049ce
Description: Geographic objects support for PostgreSQL 16
 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".
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-16-postgis-3-dbgsym
Source: postgis
Version: 3.3.4+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4600
Depends: postgresql-16-postgis-3 (= 3.3.4+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-16-postgis-3-dbgsym_3.3.4+dfsg-1.pgdg+1_arm64.deb
Size: 4058552
SHA256: 97b64b7ffea33db54061505d4db21bbbb72c8788ee847919e19526f16b03c6b8
SHA1: 0680ff262c58602da40d536befb2065e46c9abdd
MD5sum: 1b718be23be1b4519fc50d9433c805dd
Description: debug symbols for postgresql-16-postgis-3
Build-Ids: 1b278e7c86ca6d92cfe06fd39213947215c7c797 1d45d4d132ee266a19b479ccafce8b39fddd5d4a a9543f1311a40c1a8cd787113d71f745f38162a5 cb3ecbdbbe9da51661f1ea958e6f96ec2b5bea9d d88e8f00b5fb7307f56cec63a1dc5b95dc57e173
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-16-postgis-3-scripts
Source: postgis
Version: 3.3.4+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 39778
Depends: perl:any
Recommends: postgresql-16-postgis-3
Provides: postgresql-16-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3-scripts_3.3.4+dfsg-1.pgdg+1_all.deb
Size: 2095068
SHA256: 4677eda5e84cf012420654d02a2741c20d27b6d7e5845b223ecd2d79024506b2
SHA1: 16260bc73a94e7b9fbd282f47ae5143ea4af617a
MD5sum: 47600fb300c7a3e23c979370bad09bdb
Description: Geographic objects support for PostgreSQL 16 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 16 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-16-prefix
Source: prefix
Version: 1.2.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-16-prefix_1.2.10-1.pgdg+1_arm64.deb
Size: 44468
SHA256: 6ff08a7937bd9becc18e35245e403cfa559c2b9ded0d2558bf34f51c1fd93263
SHA1: 17c2cd076aa2d4ba8c79c5d7bc7693d542717089
MD5sum: eebf962eb22a943aa93cc7d80fc57e91
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.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-16-prefix-dbgsym
Source: prefix
Version: 1.2.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-16-prefix (= 1.2.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-16-prefix-dbgsym_1.2.10-1.pgdg+1_arm64.deb
Size: 49344
SHA256: 9c420dba7d70e6d35018feb585141cd5c57f9ca20b3fe630dc1daeff87daf23d
SHA1: d542515291a185ba19e261017f5bfea507d85950
MD5sum: 7626935810c74b97627a17fc5763c3b5
Description: debug symbols for postgresql-16-prefix
Build-Ids: ad7b6173761c7edd2ccb8f4e1071ef34934b411c
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-16-tablelog
Source: tablelog
Version: 0.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 14)
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-16-tablelog_0.6.4-1.pgdg+1_arm64.deb
Size: 51312
SHA256: 896a00c9f76df693d550b6109cb47ad53bc841ef11dd469c35b55e6f423a8688
SHA1: 19d7cfef2c686aace73a51491dc1a51e7b8054a4
MD5sum: 800b6da7f699f3cd6e0c41a5a9d3d8c2
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-16-tablelog-dbgsym
Source: tablelog
Version: 0.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-16-tablelog (= 0.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-16-tablelog-dbgsym_0.6.4-1.pgdg+1_arm64.deb
Size: 50424
SHA256: 0d8eb34f2a2e7bd4faf8f498348b18656e84aa29f918e630378f0451739b675c
SHA1: a03be337d7d02da1e4244b5b99409d6818f4eefe
MD5sum: 5be42410b6dd4d78080bf4040e74b6d4
Description: debug symbols for postgresql-16-tablelog
Build-Ids: a025af481b73bd7c0b58b86114a3298db8e5d67f
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-pgrouting
Source: pgrouting
Version: 3.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 47
Depends: postgresql-pgrouting-scripts, postgresql-15-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: metapackages
Filename: pool/main/p/pgrouting/postgresql-pgrouting_3.5.0-1.pgdg+1_arm64.deb
Size: 20732
SHA256: 7288e3b176a58b6294f8971b3ccd68588193d2920e1739365e1d1c5e9a95d220
SHA1: dec98db6ebacc9b9855bce71248c08675bf1a94e
MD5sum: 0407471684325092717b75f28a9a69cf
Description: Routing functionality support for PostgreSQL/PostGIS - Metapackage
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This metapackage depends on the PgRouting package for PostgreSQL 15.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-pgrouting-scripts
Source: pgrouting
Version: 3.5.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 47
Depends: postgresql-15-pgrouting-scripts
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: metapackages
Filename: pool/main/p/pgrouting/postgresql-pgrouting-scripts_3.5.0-1.pgdg+1_all.deb
Size: 20756
SHA256: 9b494284baa1f95c578e5e105492153a1cd0509766cee690a6478264f9f7b895
SHA1: e1a4807278b7dd157d774a2418a8a97747007a75
MD5sum: ddc597a3e14780855842311ea38200f1
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts metapackage
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This metapackage depends on the PgRouting scripts package for
 PostgreSQL 15.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-postgis
Source: postgis
Version: 3.3.4+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 836
Depends: postgresql-postgis-scripts, postgresql-15-postgis-3
Homepage: https://postgis.net/
Priority: optional
Section: metapackages
Filename: pool/main/p/postgis/postgresql-postgis_3.3.4+dfsg-1.pgdg+1_arm64.deb
Size: 806908
SHA256: f3a7cc73203413961d184ac63656fae90869edd417778c03fcb1eb2635a360d4
SHA1: 114e796a2730420265fa65e95b843fabde0ddf27
MD5sum: 6e3816a7c30efdbb31f8fdd2eee6a4e6
Description: Geographic objects support for PostgreSQL -- Metapackage
 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 metapackage depends on the PostGIS package for PostgreSQL 15.
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-postgis-scripts
Source: postgis
Version: 3.3.4+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 836
Depends: postgresql-15-postgis-3-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-postgis-scripts_3.3.4+dfsg-1.pgdg+1_all.deb
Size: 806932
SHA256: 2d80624327093254b7bee06fbf1b50495b5f48899120e0068d35151b95e239d2
SHA1: 35c243e291bef298c65260f4873bdb79ee540a89
MD5sum: 1a7ed1e977cd97917bf2cc473d3d954f
Description: Geographic objects support for PostgreSQL -- SQL scripts metapackage
 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 metapackage depends on the PostGIS scripts package for
 PostgreSQL 15.
Timestamp: 2023-07-29 21:28:15+00

Package: pspg
Version: 5.7.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 363
Depends: libc6 (>= 2.34), libncursesw6 (>= 6.1), libpq5 (>= 9.0~), libreadline8 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_5.7.8-1.pgdg+1_arm64.deb
Size: 131140
SHA256: 726137bd7e44f6768580ad95c15e39ffaaec5628618eb6c9fe54eae4a790535c
SHA1: 6f7d71a6c48c2529fc838ecb15334519c0a521ff
MD5sum: 2b8cdd6e77e1072ea7d86f43e2b931c9
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2023-07-29 21:28:15+00

Package: pspg-dbgsym
Source: pspg
Version: 5.7.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 445
Depends: pspg (= 5.7.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_5.7.8-1.pgdg+1_arm64.deb
Size: 416716
SHA256: 3dabb0b5ac16ec0d0395756a2542090a4302f69e4538c7f4289f3fa9ce6b681b
SHA1: 9b12d47bd0efe929bf20951833061f0b2f8dc940
MD5sum: 3f94084cedc92249eb01ede121d7e2d1
Description: debug symbols for pspg
Build-Ids: 89576bfd5788d16403303c2b456f2ac075e72d94
Timestamp: 2023-07-29 21:28:15+00

Package: python3-psycopg2
Source: psycopg2
Version: 2.9.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Installed-Size: 504
Depends: python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.17), libpq5 (>= 10~~)
Suggests: python-psycopg2-doc
Homepage: http://initd.org/projects/psycopg
Priority: optional
Section: python
Filename: pool/main/p/psycopg2/python3-psycopg2_2.9.6-2.pgdg+1_arm64.deb
Size: 116956
SHA256: dae363a220d537f7d877837384a2ebcd9e399c11323062ea18f4f8f7f72a7559
SHA1: 9cf31922d87709ef06a7d32c862eaee9b840ac60
MD5sum: b84a19829c17a2cd06e8de7f95b21449
Description: Python 3 module for PostgreSQL
 psycopg is a PostgreSQL database adapter for the Python3 programming language
 (just like pygresql and popy.) This is version 2, a complete rewrite of the
 original code to provide new-style classes for connection and cursor objects
 and other sweet candies. Like the original, psycopg 2 was written with the
 aim of being very small and fast, and stable as a rock.
 .
 psycopg is different from the other database adapter because it was designed
 for heavily multi-threaded applications that create and destroy lots of
 cursors and make a conspicuous number of concurrent INSERTs or UPDATEs.
 psycopg 2 also provides full asynchronous operations for the really brave
 programmer.
 .
 The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0
 and being thread safe at level 2. It also includes some extensions to the
 standard DBAPI-2.0 to allow for better thread performance.
Timestamp: 2023-07-29 21:28:15+00

Package: python3-psycopg2-dbgsym
Source: psycopg2
Version: 2.9.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Installed-Size: 296
Depends: python3-psycopg2 (= 2.9.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/psycopg2/python3-psycopg2-dbgsym_2.9.6-2.pgdg+1_arm64.deb
Size: 257872
SHA256: 4c81494c56d225d536c989ec963482830543c1911814eda39633c493d71b8626
SHA1: 6afadc9918215440bdd6a5e45f43451f17f72f10
MD5sum: 7965f2ff36f426247773accf8ef774e3
Description: debug symbols for python3-psycopg2
Build-Ids: fdb1fa545ca5a0c8be6439904e3987150be3d27d
Timestamp: 2023-07-29 21:28:15+00

Package: python-psycopg2-doc
Source: psycopg2
Version: 2.9.6-2.pgdg+1
Architecture: all
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Installed-Size: 1996
Depends: libjs-sphinxdoc (>= 5.2)
Suggests: python3-psycopg2
Multi-Arch: foreign
Homepage: http://initd.org/projects/psycopg
Priority: optional
Section: doc
Filename: pool/main/p/psycopg2/python-psycopg2-doc_2.9.6-2.pgdg+1_all.deb
Size: 314184
SHA256: 3aaf2b98e3db7d116035ca97ea610107aad772f872518111d00eab59a0a6144b
SHA1: 37587e74c080f9f5fd158c71c64a9015af1c76ae
MD5sum: b83a9f34eb9646576a8083b098b764f5
Description: Python module for PostgreSQL (documentation package)
 psycopg is a PostgreSQL database adapter for the Python programming language
 (just like pygresql and popy.) This is version 2, a complete rewrite of the
 original code to provide new-style classes for connection and cursor objects
 and other sweet candies. Like the original, psycopg 2 was written with the
 aim of being very small and fast, and stable as a rock.
 .
 psycopg is different from the other database adapter because it was designed
 for heavily multi-threaded applications that create and destroy lots of
 cursors and make a conspicuous number of concurrent INSERTs or UPDATEs.
 psycopg 2 also provides full asynchronous operations for the really brave
 programmer.
 .
 The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0
 and being thread safe at level 2. It also includes some extensions to the
 standard DBAPI-2.0 to allow for better thread performance.
 .
 This package contains the psycopg2 documentation
Timestamp: 2023-07-29 21:28:15+00

Package: postgresql-12-pgsphere
Source: pgsphere
Version: 1.2.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1574
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-12-pgsphere_1.2.3-2.pgdg+1_arm64.deb
Size: 551384
SHA256: 5e70f2dd5e3abe71ac1127ae69b27141217595d8025a532aaa601a53d1a7cc70
SHA1: bbadd070a9ee0754a3789e22338f575be1f3fc9c
MD5sum: 185842632359c91b6116028fd491b693
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-16-hypopg
Source: hypopg
Version: 1.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 192
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-16-hypopg_1.4.0-1.pgdg+1_arm64.deb
Size: 76716
SHA256: 53405b925f0af691e5ad802edb5d12f1aa8c2b1fb68235f1cd2dda91f9835d50
SHA1: 8b8198ee113ca3d8f74089e2fd7f546ffe73bc02
MD5sum: 6d6b98554545f2c32e0883db711b567f
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2023-08-01 08:57:42+00

Package: pgbackrest
Version: 2.47-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1015
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.34), liblz4-1 (>= 0.0~r127), libpq5, libssh2-1 (>= 1.5.0), libssl3 (>= 3.0.0), libxml2 (>= 2.7.4), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc, check-pgbackrest
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.47-1.pgdg+1_arm64.deb
Size: 367868
SHA256: 3cb276fb63ecddd20dd59a5738fc4e166ae104fdb5e5a6e04b833102871a1beb
SHA1: e8986077c21420eb59db27df5ac022b7c54c1ca0
MD5sum: 88b8a1fc7190d116eed0bb549054f180
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.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2023-08-01 08:57:42+00

Package: pgbackrest-dbgsym
Source: pgbackrest
Version: 2.47-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1363
Depends: pgbackrest (= 2.47-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.47-1.pgdg+1_arm64.deb
Size: 1266916
SHA256: 83aaa6113c4762d17d58b30c8071ffa9dba908a67b2c6e9fc32ee31a2d4116d8
SHA1: 225da2befde5e3e868d587d02308199a352e53f5
MD5sum: 53dc41a71170ba471b1c94122f490744
Description: debug symbols for pgbackrest
Build-Ids: 8a92b8d382397bf596a738a31d0a2ccf276d4fe5
Timestamp: 2023-08-01 08:57:42+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.47-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1706
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.47-1.pgdg+1_all.deb
Size: 125092
SHA256: 83f17abd312fe3b990ab2f8480017fbcbd3bf6fc5d1d93c1a1195dc3c093e397
SHA1: c87e5e4f19e239bcf3725dec0723a980050444b6
MD5sum: 6d92d23176fd34c511c7befac6e399dc
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2023-08-01 08:57:42+00

Package: plprofiler
Version: 4.2.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 646
Depends: python3-psycopg2, python3, python3:any
Recommends: postgresql-plprofiler
Provides: python3-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/plprofiler_4.2.2-1.pgdg+1_all.deb
Size: 338424
SHA256: d2d8c56310a8d280e0092ce18c7fd53e4b1111ce043fbd36a22d35f4332b2ed7
SHA1: 7fa76989e1749052ee19113547785d6301099146
MD5sum: 0d198bbcf78ceb09913ca4bacf2d54d9
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 t.
 This package contains the Python module and the plprofiler CLI util.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-10-cron
Source: pg-cron
Version: 1.5.2-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: postgresql-10, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-10-cron_1.5.2-2.pgdg+2_arm64.deb
Size: 33356
SHA256: 1e81a04b14a5018852e3cdc3872e61e49d96b6e46c7b6febfbe56d533d192fab
SHA1: 0247785d96c374806713b68575877206806a7002
MD5sum: cdcad92328a01a53e04f2b52e480e605
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-10-cron-dbgsym
Source: pg-cron
Version: 1.5.2-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-10-cron (= 1.5.2-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-10-cron-dbgsym_1.5.2-2.pgdg+2_arm64.deb
Size: 94460
SHA256: 23a0fbe5806160db0c842844fdd5d2b9fe9f85595ee1f5df5591ad7eb1267c58
SHA1: 8238382858eb95cdf6b320ec99157c95a8ff703b
MD5sum: e5a136db470eae5fb1b7c8c889dff074
Description: debug symbols for postgresql-10-cron
Build-Ids: 150e86b0f94e4d5ed766c544136cb3e47baeeacc
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-10-hll
Source: postgresql-hll
Version: 2.17-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-10-hll_2.17-2.pgdg+1_arm64.deb
Size: 35608
SHA256: 93295fa6f23697a7e94afc74053469fb91407486768ce60499485e5a1f576e63
SHA1: 3def3b4d72c4d94487728c3132691abe05a28c95
MD5sum: f09c01e63ca257d939f80e402132bfa4
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-10-hll-dbgsym
Source: postgresql-hll
Version: 2.17-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: postgresql-10-hll (= 2.17-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-10-hll-dbgsym_2.17-2.pgdg+1_arm64.deb
Size: 79164
SHA256: d0d132e8234ab20bfa0d1af926055870e1b99fdb65a83e24a734e061570f52f7
SHA1: e1b0e839ee5b326965b5c6d98100314f077aa2a7
MD5sum: addfcd3ac92c934a00fdea267daf7c80
Description: debug symbols for postgresql-10-hll
Build-Ids: c6a84a9f97ad8bef4d97740b485c24efe81b97d0
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-10-hypopg
Source: hypopg
Version: 1.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 98
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-10-hypopg_1.4.0-1.pgdg+1_arm64.deb
Size: 23828
SHA256: 7571ea340dc4b68f5507162401a8da6009ea880e14652d4c46fb56eadd9357d0
SHA1: 71acf2de72a16ad17440080c979de2192b75bbf5
MD5sum: 2d1b61b0434755f64ceafa7412c54e83
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-10-hypopg-dbgsym
Source: hypopg
Version: 1.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 87
Depends: postgresql-10-hypopg (= 1.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-10-hypopg-dbgsym_1.4.0-1.pgdg+1_arm64.deb
Size: 67560
SHA256: bf37c834150942185c2cea17c122a55aa3d00dbcc15969ba1fad7fa4992abe9e
SHA1: 9bdab322ce93b0d977f9895313504ff43515e57c
MD5sum: 7ee48b49a337aedc2db4899a78a39c40
Description: debug symbols for postgresql-10-hypopg
Build-Ids: 8d61b30e3c6afda4e6bbf5f10eacdd66df690b5b
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-10-jsquery
Source: jsquery
Version: 1.1.1-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 173
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-10-jsquery_1.1.1-7.pgdg+1_arm64.deb
Size: 41688
SHA256: e7551e9b1f9ac3a0947281539662d60035d78a5adfda694961fb7ab31f29968e
SHA1: deb810f7dbf69c92ca2066c5a8b68f3948693c95
MD5sum: 3fbe833394298a2c18375b3d5aa4c3ac
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-10-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-10-jsquery (= 1.1.1-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-10-jsquery-dbgsym_1.1.1-7.pgdg+1_arm64.deb
Size: 94648
SHA256: c87aab93508afeac57f09ad177f0dfb0acf86d241e12ec54e220061b9cf347d4
SHA1: 335a7973a11d7b91593a4b895db134c21e47f2b4
MD5sum: 348106379d9a84cd9a1c9b517ed281b0
Description: debug symbols for postgresql-10-jsquery
Build-Ids: d8e2e71717f80e05b167c47d46afcbe731979e80
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-10-pg-catcheck
Source: pg-catcheck
Version: 1.3.0-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-10, libc6 (>= 2.34), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-10-pg-catcheck_1.3.0-6.pgdg+1_arm64.deb
Size: 27096
SHA256: 3d6f7662b1dce21c78c220a6c742abe37f6f85909f123b8f7e594d7df0e38a8b
SHA1: 0293bf12a5e5bb73e7a27fee2910dcb0768d41aa
MD5sum: 79b1389f16d7d41c01bd7eba491a6651
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-10-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.3.0-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-10-pg-catcheck (= 1.3.0-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-10-pg-catcheck-dbgsym_1.3.0-6.pgdg+1_arm64.deb
Size: 40212
SHA256: b6e9252dbbb5ac90d6da8ca41c86adf3bc9901be588bac64e5bfaad73eaffbc5
SHA1: d7a9cc147d7ea185d8df00b56d37e05d245378ae
MD5sum: 5ebbe8444f27548ba8a2f1445472c96a
Description: debug symbols for postgresql-10-pg-catcheck
Build-Ids: adb24bf761aa7dced57df275259155344c5d7304
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-10-pgmp
Source: postgresql-pgmp
Version: 1.0.4-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: postgresql-10, libc6 (>= 2.17), libgmp10 (>= 2:6.2.1+dfsg1)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-10-pgmp_1.0.4-6.pgdg+1_arm64.deb
Size: 43828
SHA256: ab4ce9a6be9796b6239209fa1d548492636cc77151b25578e656208c32f29953
SHA1: 4244ec6e267c0889331383a011cd85d4e9e52afe
MD5sum: 345c8a7133cbdcaebd5e36e84ffc86c4
Description: arbitrary precision integers and rationals for PostgreSQL 10
 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.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-10-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.4-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-10-pgmp (= 1.0.4-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-10-pgmp-dbgsym_1.0.4-6.pgdg+1_arm64.deb
Size: 63732
SHA256: 77d3c368645b728677f4dd0844c1fedb025441c9245635f56831cd2282342d9b
SHA1: 57357fdf78a3160f97fd860dcf78bf1753a5d2ec
MD5sum: c81ed10bf3a5a8e0dd8f761af15409a9
Description: debug symbols for postgresql-10-pgmp
Build-Ids: a5b942efbc898b3cbd0cd93cc41c51dc4c42d777
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-10-pgq3
Source: pgq
Version: 3.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2108
Depends: libc6 (>= 2.17), postgresql-10, pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-10-pgq3_3.5-2.pgdg+1_arm64.deb
Size: 81824
SHA256: be95849cdd30223d0f3c207dc95923f846e7316ad74c6a29fa77c2ee8b37b79a
SHA1: 313f7b1894b839e1f0fb21a2830ec336d601e7eb
MD5sum: 2f8513268842809541d8535a472a6ce3
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-10-pgq3-dbgsym
Source: pgq
Version: 3.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-10-pgq3 (= 3.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-10-pgq3-dbgsym_3.5-2.pgdg+1_arm64.deb
Size: 68556
SHA256: 692e975c1e852c49a5e9df7dc84de901639fabd41fd84573533a5529b329c3a6
SHA1: 9fdde342afed4c47264f3c15033d03f58d3ce59a
MD5sum: 2133e3aca2cd754f3e894b9b17d23037
Description: debug symbols for postgresql-10-pgq3
Build-Ids: 507fac93709b3856861e978af815215e95ce7444 6f2187df14d767e7d139b9a65564d264be7d3ee8
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-10-pgsphere
Source: pgsphere
Version: 1.2.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1009
Depends: postgresql-10, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-10-pgsphere_1.2.3-2.pgdg+1_arm64.deb
Size: 321724
SHA256: d746e73098d7150e2e8cd5b3a76a28aa880552479690cba133292b82581edf04
SHA1: 541d82c9b35f7f0c5c8c237fb64ef45adde8ccbf
MD5sum: c0baf4cc526383e3e5fd1a6de6c80071
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-10-pgsphere-dbgsym
Source: pgsphere
Version: 1.2.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 374
Depends: postgresql-10-pgsphere (= 1.2.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-10-pgsphere-dbgsym_1.2.3-2.pgdg+1_arm64.deb
Size: 319028
SHA256: d94b0561eea9d21761e72b155d14c7130c0540c004c5c7f6d374dcf9abd9310a
SHA1: 854f4824b883984e58ea08d2fde53758b97ff016
MD5sum: c93ecac03a28cde0eb1e536b129034cc
Description: debug symbols for postgresql-10-pgsphere
Build-Ids: cbf47910c0bb2a65e1420a85b4851239b405a785
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-10-plprofiler
Source: plprofiler
Version: 4.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-10, libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-10-plprofiler_4.2.2-1.pgdg+1_arm64.deb
Size: 21088
SHA256: 7d3c1933ae2b37a5ee28d0ac8cdb6f2ec557b5ed3652825e6cd9acc5e1c8553e
SHA1: f21f109eb57a8ba3ab1a70c87c58036d2362802d
MD5sum: 2eb280c03e299d695e58427864f3b94b
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-10-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-10-plprofiler (= 4.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-10-plprofiler-dbgsym_4.2.2-1.pgdg+1_arm64.deb
Size: 54076
SHA256: cf0a11b5a6a2d1c154d2a97f4166607af4be63a492c20902af4c1ae669c4d831
SHA1: 673165d2d7b509bfc3bb195877079dd55ca4fe52
MD5sum: b8984be66f5db3732ae92669cb8d2db8
Description: debug symbols for postgresql-10-plprofiler
Build-Ids: e34c26742681c7eb90920cd22ec8ebffda1a565e
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-10-semver
Source: postgresql-semver
Version: 0.32.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-10-semver_0.32.0-2.pgdg+1_arm64.deb
Size: 23800
SHA256: 8733f68588d3981806cead66c4ccf7ea1d571b5802f59a69e6c68b074a8eef38
SHA1: 4e1cca177d0305d0d426b8b0548989e3f3c57767
MD5sum: 03e434f148e4d6dcc6304edba6b596f1
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-10-semver-dbgsym
Source: postgresql-semver
Version: 0.32.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-10-semver (= 0.32.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-10-semver-dbgsym_0.32.0-2.pgdg+1_arm64.deb
Size: 20104
SHA256: 9483b6a755ea993b88f9d2aa8a72cf98815a1e397f3969647d97f3bf0006fb89
SHA1: fc414b4ac9bfa5222beeed8d82e333bd9b774966
MD5sum: 172818e5affc5f418c4ebbfc38afa872
Description: debug symbols for postgresql-10-semver
Build-Ids: fe991ef14d71f525ddebc2acc5140d077b66d92c
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-10-tdigest
Source: tdigest
Version: 1.4.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-10-tdigest_1.4.0-3.pgdg+1_arm64.deb
Size: 23612
SHA256: 32ad92ef27a48dbaccaf11f61dc8957c690c7a09dd504dcab398d2fabf3b9bb3
SHA1: 20e1af130920fe9c6fe4b7ae584684531052463c
MD5sum: 7e9fce87fe912cf1b5fba0b27eaf7713
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-10-tdigest-dbgsym
Source: tdigest
Version: 1.4.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-10-tdigest (= 1.4.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-10-tdigest-dbgsym_1.4.0-3.pgdg+1_arm64.deb
Size: 47688
SHA256: 3ecbe188a9ced968e4b3cd28e474fa41824b363c86d588ffc8344747a13cc333
SHA1: f4a5ad5b6365d55eea6e99a085ff0ae85fdd2f35
MD5sum: 3d0b938b8919c0c98d84de5fbb0f3bd5
Description: debug symbols for postgresql-10-tdigest
Build-Ids: 6eb56ce9229329ece27e415be841d39bd8512a59
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-11-cron
Source: pg-cron
Version: 1.5.2-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 301
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-11-cron_1.5.2-2.pgdg+2_arm64.deb
Size: 103008
SHA256: 3f6ac83b5cc72f0023059fc82d8c35e0ef149e66a6ff20e546d7986a69b767b7
SHA1: f48b85555537f416498d5c5427f707ec97ae7c10
MD5sum: a671943255a227c24ab2fbb5430d3096
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-11-cron-dbgsym
Source: pg-cron
Version: 1.5.2-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-11-cron (= 1.5.2-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-11-cron-dbgsym_1.5.2-2.pgdg+2_arm64.deb
Size: 96480
SHA256: 8809ddde945a2ab260782b3a2f41c4c5bb38041034b44f63b1cef8f4e1483d21
SHA1: ccd8d5ffa2721fb8af871dabc1818460832c8b68
MD5sum: d8ba72cb9dc0b001e8cd5166465b6dee
Description: debug symbols for postgresql-11-cron
Build-Ids: c96de5bc4ff09c2b06712b9de1499be091371c21
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-11-hll
Source: postgresql-hll
Version: 2.17-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 212
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-11-hll_2.17-2.pgdg+1_arm64.deb
Size: 83148
SHA256: 5ae4e8ce1a07b69ccaa70286138525eff6e6263d622c18bed7f5b13c563b88f4
SHA1: a8c455c52ec45f4f5787796f3d1ac62d5107c412
MD5sum: 4e59052d9e2f4976c48783902e74722b
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-11-hll-dbgsym
Source: postgresql-hll
Version: 2.17-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-11-hll (= 2.17-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-11-hll-dbgsym_2.17-2.pgdg+1_arm64.deb
Size: 81916
SHA256: 5b43df08e09a7108027df5006640f9219e737b717e42404c96c78816135a335f
SHA1: 1d0e8d92439d167696a540c2291d7ad643619d2f
MD5sum: 5cc829a0a5e9122cd4e53d49d0c88a14
Description: debug symbols for postgresql-11-hll
Build-Ids: 6b4282d44d879c17fcfb76bb763ed4b3c93e4627
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-11-hypopg
Source: hypopg
Version: 1.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 186
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-11-hypopg_1.4.0-1.pgdg+1_arm64.deb
Size: 71816
SHA256: 191c9caa9c41f4df149d35cb10bbb1b89ab18c00c1d5348dea12219d660cbafa
SHA1: c70fd52d833266d4e9d804a22f7741ec2ac704ff
MD5sum: 1738ba858359280d04152b4d73f184e3
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-11-hypopg-dbgsym
Source: hypopg
Version: 1.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 98
Depends: postgresql-11-hypopg (= 1.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-11-hypopg-dbgsym_1.4.0-1.pgdg+1_arm64.deb
Size: 77656
SHA256: d69497d9d9a7168883e1c45778437ca2d60a849b1c887614dac3cb67873ce382
SHA1: d1932edbb03825e34e149ada772f25bd8aa6b831
MD5sum: 7a23f2e18940dfc70204b0faeccb6ea2
Description: debug symbols for postgresql-11-hypopg
Build-Ids: 55b7b40baad1c1bb8f1de09e2f678ebcbb095ae4
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-11-jsquery
Source: jsquery
Version: 1.1.1-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 356
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-11-jsquery_1.1.1-7.pgdg+1_arm64.deb
Size: 137240
SHA256: 7f140e9eacdabf662df9f6f8a202e29f7a2c4be91bd40332783f41cd6da75ef4
SHA1: ab4e0ab2271c9f0144293da4052473c289ff85b2
MD5sum: 5cc41197c8806112c01071d82326e91a
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-11-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-11-jsquery (= 1.1.1-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-11-jsquery-dbgsym_1.1.1-7.pgdg+1_arm64.deb
Size: 94712
SHA256: aae383b76e6e5c5551b94cbfde11ba3b722f3ab19275192bba3f4c4ce75a2418
SHA1: 1f0f71bfa11ec0ec9e2ad1932aa8f83ba6e8182f
MD5sum: a7e6569957f7a057ff40c77f8247c9f4
Description: debug symbols for postgresql-11-jsquery
Build-Ids: f831e37e31dfc9a1304bb15360fb0a5ca7437b71
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-11-pg-catcheck
Source: pg-catcheck
Version: 1.3.0-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-11, libc6 (>= 2.34), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-11-pg-catcheck_1.3.0-6.pgdg+1_arm64.deb
Size: 27172
SHA256: dee04184cc03fd73e75f8155ee5f64a12d0f62fe403f70332280d52d5d359fcc
SHA1: 72e060dfc74e484c2b982b2ac607932ada980f8f
MD5sum: fe62f21b3b87a82d36bc1c0209e3223c
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-11-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.3.0-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-11-pg-catcheck (= 1.3.0-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-11-pg-catcheck-dbgsym_1.3.0-6.pgdg+1_arm64.deb
Size: 40364
SHA256: bbb6694d170026b531e3bc09bcb95265e84436bcea0f193b7ca40ce39c9f4c2d
SHA1: fae451ff2b2b6fcf58eed15062030ec1ecf9b4f8
MD5sum: a973173f55e9cc4157607f8091833188
Description: debug symbols for postgresql-11-pg-catcheck
Build-Ids: c1473477d8b8e4fbc6a3762b1197eaf0a46ee064
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-11-pgmp
Source: postgresql-pgmp
Version: 1.0.4-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 416
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), libgmp10 (>= 2:6.2.1+dfsg1)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-11-pgmp_1.0.4-6.pgdg+1_arm64.deb
Size: 108796
SHA256: 193a4c2db64e1f0ded9e08ffa2ca9fabaddff4527b3b89334e19650de62e0818
SHA1: efb340ea34d72f7fa5405f9df811a87cc02b9d77
MD5sum: 9b200d44920a6ef38e6cca3f4810374a
Description: arbitrary precision integers and rationals for PostgreSQL 11
 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.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-11-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.4-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-11-pgmp (= 1.0.4-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-11-pgmp-dbgsym_1.0.4-6.pgdg+1_arm64.deb
Size: 63900
SHA256: 94a5e5fa5c2ba011c2c3013346e45b2b933f70d30af1e02727cb12a869f42b9d
SHA1: 0f17813a06446c57f2e5d918e64880eee15b7842
MD5sum: d3b03ac23bfb070f59fe5fc2653f31d0
Description: debug symbols for postgresql-11-pgmp
Build-Ids: 8e4d992b53590744f4505b93ab46e0f93f20c940
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-11-pgq3
Source: pgq
Version: 3.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2224
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14), pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-11-pgq3_3.5-2.pgdg+1_arm64.deb
Size: 134752
SHA256: fd83e81916a8d7aff20b98d14af6a6cc5e9fd95eff2026b28e7614bf3417d406
SHA1: 29802fb6001120a9783e37915db2c29441dcd2ad
MD5sum: 2b0b08082ec804cef3397d348fdf964c
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-11-pgq3-dbgsym
Source: pgq
Version: 3.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-11-pgq3 (= 3.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-11-pgq3-dbgsym_3.5-2.pgdg+1_arm64.deb
Size: 69964
SHA256: d17b5e42d56158de21cd69e4c096eaf023aa7071d9db02dcfee9aae5cceeec94
SHA1: f7c530f4f9ee9e63a8be28c6f01aeb88b04dd3ae
MD5sum: c408b16941af2cbcb605ce7e103d1207
Description: debug symbols for postgresql-11-pgq3
Build-Ids: 4c40b5ad28706635eddefa8b50fe3aca0d22d7db 84c97cb445f72a2dbf1b11dbeb84a39fd6758dac
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-11-pgsphere
Source: pgsphere
Version: 1.2.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1574
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-11-pgsphere_1.2.3-2.pgdg+1_arm64.deb
Size: 550392
SHA256: d2cead8cb8af8681cbe03413dd4ff7e178638fa1ea2f85f30ca42ba20c2bcada
SHA1: a0cde85b4bf39f9b5da486699f8347be703f2880
MD5sum: 67833b3924c73d6250bf2bf9d8fc3ae0
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-11-pgsphere-dbgsym
Source: pgsphere
Version: 1.2.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 374
Depends: postgresql-11-pgsphere (= 1.2.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-11-pgsphere-dbgsym_1.2.3-2.pgdg+1_arm64.deb
Size: 318916
SHA256: 6534c6e8cd1ce72f58b645c736480a1251a48fa2312ec8fd8293b4c2cafc98b1
SHA1: 7f8b24c7ed07d81e369452fc7894a8dbd9503857
MD5sum: 765976453fb6a4fb1737c104ae70d7e3
Description: debug symbols for postgresql-11-pgsphere
Build-Ids: a1161feb049d4029f248bab473a822fd08e306ec
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-11-plprofiler
Source: plprofiler
Version: 4.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-11-plprofiler_4.2.2-1.pgdg+1_arm64.deb
Size: 50820
SHA256: 6d2a9a8c89d1760cc775457626b5f34ce94373232d5235b714b521c2f31b2b38
SHA1: e4e0bd47b378859276c778b7e7d9d62c32967d63
MD5sum: 506224dfe1fb02c630a4a09e5296ec3c
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-11-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-11-plprofiler (= 4.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-11-plprofiler-dbgsym_4.2.2-1.pgdg+1_arm64.deb
Size: 50468
SHA256: d8dc4d5d44539137c9f32daccae10ac4e1034d953eec843990b9fa2e3be95d23
SHA1: 5508798375c70133725e28517ca1e2ddef243dbe
MD5sum: 85246c54c8ba9e30bf5109e4d377ca66
Description: debug symbols for postgresql-11-plprofiler
Build-Ids: 5a4a611cee4e6e51a2118c50e9c7db4fdda6b29e
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-11-semver
Source: postgresql-semver
Version: 0.32.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 175
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-11-semver_0.32.0-2.pgdg+1_arm64.deb
Size: 39432
SHA256: 0bfd100b6e2a3531b6eec6e7299d1e00d5502f33e350de70ec405f4c4e1e798d
SHA1: 32cbc7eede1bf8ef62f07de0042bff6d37783047
MD5sum: 2c76def5f893b6c312739acc25d65aff
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-11-semver-dbgsym
Source: postgresql-semver
Version: 0.32.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-11-semver (= 0.32.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-11-semver-dbgsym_0.32.0-2.pgdg+1_arm64.deb
Size: 20732
SHA256: a2847cb0a2f5677b24557a059cb8a9d28a772f531d14f32f744cb1820ddcbf31
SHA1: 825a8113b425c311e9fc2c3076d460683fec84fe
MD5sum: 758f74a6d3bdab1770b257d87cfb231c
Description: debug symbols for postgresql-11-semver
Build-Ids: f729716f500617b4430b922be17096d15c354a6b
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-11-tdigest
Source: tdigest
Version: 1.4.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-11-tdigest_1.4.0-3.pgdg+1_arm64.deb
Size: 66528
SHA256: 8bb6714b0101cc6cd8dbc76f4dc17ed9b611e21b6288b5a37423e3446e8a88cd
SHA1: f029224dca2bacce5fed4dabcf4cf874b81dfa8c
MD5sum: ec483402652b37ad6e393ab50fc54c86
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-11-tdigest-dbgsym
Source: tdigest
Version: 1.4.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-11-tdigest (= 1.4.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-11-tdigest-dbgsym_1.4.0-3.pgdg+1_arm64.deb
Size: 49184
SHA256: 2cb834d6eff8e724deb0d5d19a698531061dd5a3da376fefa0f742bd4ad8360f
SHA1: 309ddeea1c7ee68b3a3893366e5a3ab9d44a21c1
MD5sum: ea43294cf917af620b4ffc0af057a2c0
Description: debug symbols for postgresql-11-tdigest
Build-Ids: 90c0598eca3da74b31f67397cc978bc89db8d1ec
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-12-cron
Source: pg-cron
Version: 1.5.2-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 303
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-12-cron_1.5.2-2.pgdg+2_arm64.deb
Size: 104560
SHA256: 7e01f4b81324859627cac7cab6b1bfc1719bf629de3479011dbcd5d193f06296
SHA1: 033110881e2a53ebdec6142129270becf26122f5
MD5sum: 95bd29394f99eb5bbbeacdd00a6904c7
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-12-cron-dbgsym
Source: pg-cron
Version: 1.5.2-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: postgresql-12-cron (= 1.5.2-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-12-cron-dbgsym_1.5.2-2.pgdg+2_arm64.deb
Size: 103944
SHA256: ba8502b5c5910924b4145f64a288b7d958560a1ec76a3a9c6e410b578c9c6cc5
SHA1: 7843b5164c943d19f918edc9a2bbe54347405c33
MD5sum: 4f09d0dacb04d442f2c6b74372e48e01
Description: debug symbols for postgresql-12-cron
Build-Ids: 5945451c326fd49e274c06e358497d64a0da870b
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-12-hll
Source: postgresql-hll
Version: 2.17-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-12-hll_2.17-2.pgdg+1_arm64.deb
Size: 84448
SHA256: 17a37284e897a087b479be649b3f732d392759b0ae8b9523fbbae45003b21a98
SHA1: ef59c6167a938d34ffb83df683077251588fdd97
MD5sum: 03beb78365a07f6eca5b8657df1acb3f
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-12-hll-dbgsym
Source: postgresql-hll
Version: 2.17-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-12-hll (= 2.17-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-12-hll-dbgsym_2.17-2.pgdg+1_arm64.deb
Size: 89116
SHA256: 1ad46ff53cd7e005811afcee7c14ac3f69c5b7e3befdaecee7fb4246acc1b563
SHA1: ec1e11cd237a79397766e75310e9d184ebaad8ec
MD5sum: cd9a01e3ff8c282ab11352aab97ff6e1
Description: debug symbols for postgresql-12-hll
Build-Ids: de9eca5b67ec8d69b31271030e3f3d61f2a9d6b1
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-12-hypopg
Source: hypopg
Version: 1.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 185
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-12-hypopg_1.4.0-1.pgdg+1_arm64.deb
Size: 72020
SHA256: 9f3d407506f94d83ecf1a929d665476f11bcf5cf2ad0f5741f0382a03c1e5fff
SHA1: 83b1eaae990e569b5c9431c8307a37e7304b023f
MD5sum: 615acb21d95ed7d28dda45e5172c219b
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-12-hypopg-dbgsym
Source: hypopg
Version: 1.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 95
Depends: postgresql-12-hypopg (= 1.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-12-hypopg-dbgsym_1.4.0-1.pgdg+1_arm64.deb
Size: 77428
SHA256: dc13c9acb4fa2e96d7842d2b4a77d5a8e4cc68fb2a093103c484149bf00f4eed
SHA1: e2dbb02127497b56eba5dc70df2f82e1db008735
MD5sum: a7932bf24186010eef831c09379a8efe
Description: debug symbols for postgresql-12-hypopg
Build-Ids: 565007e759dddb366665b5e4d48b8e3771fbaf9d
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-12-jsquery
Source: jsquery
Version: 1.1.1-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 356
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-12-jsquery_1.1.1-7.pgdg+1_arm64.deb
Size: 137528
SHA256: 4fc475a48b35f3d0b18c09b0d33c19860161af54d362fe768dc87ad3aae785df
SHA1: 4ed4627aa09a8a7c175a4626284d7c3abfc3ff75
MD5sum: 95c35ddb6b337a032a33ab7bf4f81235
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-12-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-12-jsquery (= 1.1.1-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-12-jsquery-dbgsym_1.1.1-7.pgdg+1_arm64.deb
Size: 95708
SHA256: 8a6dbedb950c158a8892bf90c24cfa50d0f4f779876dd61f1f863a89ff124e0b
SHA1: d312c69ed4626e85490bc9bb2abd9c5f61c8f2e1
MD5sum: 2ee61f60bc55bc39f80fdfe891c07931
Description: debug symbols for postgresql-12-jsquery
Build-Ids: bd2cbb55231cd715f3969cd2f19b56471f92e44d
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-12-pg-catcheck
Source: pg-catcheck
Version: 1.3.0-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-12, libc6 (>= 2.34), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-12-pg-catcheck_1.3.0-6.pgdg+1_arm64.deb
Size: 32152
SHA256: f6b15ffcce1ca736e45be6a6f6f55b2060e09fa5af2402f75a38096b6551e78a
SHA1: 217cce305d5ce92afb47252ba69c400616f3107d
MD5sum: 7eed85fcfb6e3bbee40495fc30d02549
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-12-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.3.0-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-12-pg-catcheck (= 1.3.0-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-12-pg-catcheck-dbgsym_1.3.0-6.pgdg+1_arm64.deb
Size: 38016
SHA256: 4e7a055d1b5dc4470c6e5fd6ffd7dc18b732f438b8b4479fc871122366247fa3
SHA1: cf12dd40b6489227b77fe99c7a2ddfcd79179ec6
MD5sum: 48d4a8fcb57b4ced9b1d3ba4c3003a52
Description: debug symbols for postgresql-12-pg-catcheck
Build-Ids: 7fff8b59c4bfceb18d199fb5fbe7a1763d8a802e
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-12-pgmp
Source: postgresql-pgmp
Version: 1.0.4-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 416
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), libgmp10 (>= 2:6.2.1+dfsg1)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-12-pgmp_1.0.4-6.pgdg+1_arm64.deb
Size: 109116
SHA256: 997bd452c1520466d300c9bd5a6aa6ef0701736e7144c99fbf633bbb6e9b65bc
SHA1: 3772711e8dafae8f441e00ef7dafd02accf9fd25
MD5sum: a6349b44e4eb68f9ed9d6f377de4c341
Description: arbitrary precision integers and rationals for PostgreSQL 12
 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.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-12-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.4-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-12-pgmp (= 1.0.4-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-12-pgmp-dbgsym_1.0.4-6.pgdg+1_arm64.deb
Size: 64996
SHA256: 3160fe5d5560effc2fa144e7b744ad4f5f58dcfef2ab5cda2451fc70d1cb2c13
SHA1: e3debba2d6c45f1b7651374ef440ed8b759f5969
MD5sum: f4f1a25b0d08b4c9cbf793ce9ee6c0dd
Description: debug symbols for postgresql-12-pgmp
Build-Ids: e1acbde86277c0efdd7f8fa5982c44d0caae92fd
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-12-pgq3
Source: pgq
Version: 3.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2224
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14), pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-12-pgq3_3.5-2.pgdg+1_arm64.deb
Size: 135572
SHA256: ff28b1eb047736da6f635dd59ba68f3494a14ff759daa809609f969e517888b1
SHA1: fb8c266f2033c729f27c43d7a337aa7628da1794
MD5sum: 5ca3e1793028bf5d26364f3653610b9e
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-12-pgq3-dbgsym
Source: pgq
Version: 3.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-12-pgq3 (= 3.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-12-pgq3-dbgsym_3.5-2.pgdg+1_arm64.deb
Size: 72708
SHA256: 9dc0b69989f858af960f9515de9d49dabc0474ac4dda8968c75f262d01ba0f23
SHA1: 764f7084a6fea5ba446aecb2914ecd9677176593
MD5sum: a9c1c4fd068ea46320052ebc7309dadd
Description: debug symbols for postgresql-12-pgq3
Build-Ids: a129c669e40544431d368f63f44419c380256690 ba8b45a9c653c619ec77b1aefac3d61c7b86bd96
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-12-pgsphere-dbgsym
Source: pgsphere
Version: 1.2.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 375
Depends: postgresql-12-pgsphere (= 1.2.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-12-pgsphere-dbgsym_1.2.3-2.pgdg+1_arm64.deb
Size: 319892
SHA256: 87461dc4265a8006c06592697582bee53ca6504975d9712a0d45c2c6764b3450
SHA1: a7b531cd8ab6f7431e183bc124c946c677875b86
MD5sum: be47a8bcad939a5b8dbaf3b71eb5da49
Description: debug symbols for postgresql-12-pgsphere
Build-Ids: 908ba44232f529370221fe143e0bd7583039005c
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-12-plprofiler
Source: plprofiler
Version: 4.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-12-plprofiler_4.2.2-1.pgdg+1_arm64.deb
Size: 51044
SHA256: beba84ab41d8a2641b32c1f4e96b9d1dbb4f959f32b985c590a20de9ec417eab
SHA1: 79048491b79effeff737b6c0c7522e829d2b54bf
MD5sum: 03c2a4897346d8cc25991674169939ea
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-12-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-12-plprofiler (= 4.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-12-plprofiler-dbgsym_4.2.2-1.pgdg+1_arm64.deb
Size: 52176
SHA256: ee4a6e90f821765bb688219372fad9597d2e56450d9633952d73d108df2a15e4
SHA1: 9e8b6d13d6c0919b709a50d0291e6fce5d9adb51
MD5sum: baa2570e6b12555fd984c011de70ef32
Description: debug symbols for postgresql-12-plprofiler
Build-Ids: 51aaf07e48faafc0e26ac4eb0c0bb87e3e3ad0ae
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-12-semver
Source: postgresql-semver
Version: 0.32.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 175
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-12-semver_0.32.0-2.pgdg+1_arm64.deb
Size: 39164
SHA256: e55c57c199ec77ff24338d44d207b03c7fb3a300f85e8b485358d96d61496baa
SHA1: 7ee7181010fbeb9d1f0e47a0c40bc1aff8d6e4c8
MD5sum: dff2083672479daa3306a15b1fa4cfbc
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-12-semver-dbgsym
Source: postgresql-semver
Version: 0.32.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-12-semver (= 0.32.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-12-semver-dbgsym_0.32.0-2.pgdg+1_arm64.deb
Size: 20704
SHA256: c92d4d6c0d9970118c030f1d5ad816ae702e99c1cd6f9bde25466f741d40a46b
SHA1: 8f9d3fd9ff7580381a25c0bfc124a3b5ebe1cc4f
MD5sum: 56c6b453be3a36cd70958abd463e422c
Description: debug symbols for postgresql-12-semver
Build-Ids: eb600dec9caed3616c3abd5614b7e78373d97ca4
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-12-tdigest
Source: tdigest
Version: 1.4.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-12-tdigest_1.4.0-3.pgdg+1_arm64.deb
Size: 66424
SHA256: 2ea3c25c4f1da36edf22163baf4ff3c8094fb4842933d01ccfba5e742d29e475
SHA1: 961286d221c21e5704e51f4f0ea46cebe0f00315
MD5sum: 4a355961379af662027f5d28d54a320f
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-12-tdigest-dbgsym
Source: tdigest
Version: 1.4.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-12-tdigest (= 1.4.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-12-tdigest-dbgsym_1.4.0-3.pgdg+1_arm64.deb
Size: 50232
SHA256: 6931d9e3a4c9f9348e5ce306920d68f025ce190ec392d703436f0f3d4740ba5e
SHA1: 87b58b872b0ba44a1774e28d1b357fecaec1f2ce
MD5sum: f7cbe70c19363b9d65ee0ba2bbde804e
Description: debug symbols for postgresql-12-tdigest
Build-Ids: cc16bdc7ef50260b9137900dcb203c5fa2423950
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-13-cron
Source: pg-cron
Version: 1.5.2-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 304
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-13-cron_1.5.2-2.pgdg+2_arm64.deb
Size: 105284
SHA256: ca8fb9fba3fa5155028bf69180bcd96bd7907a60ff0910957ce02734b44fd5a0
SHA1: 5f43273037952743699d3294060611b3cfd643c5
MD5sum: 0e4e65bdbe5ff6b534ea8cf9c5908097
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-13-cron-dbgsym
Source: pg-cron
Version: 1.5.2-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-13-cron (= 1.5.2-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-13-cron-dbgsym_1.5.2-2.pgdg+2_arm64.deb
Size: 108036
SHA256: dfea53aaff3273667acc8a8fc1c970b183ee85ce62d2cb9d362a8be48bd3566f
SHA1: 29cbeebdd7358a0c295e742beed3b0bb5fa6bc8b
MD5sum: 604dff134650c660cea3821ed034ef0a
Description: debug symbols for postgresql-13-cron
Build-Ids: 53c22d0be01995c8b71f15a95bfc72068a6519b4
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-13-hll
Source: postgresql-hll
Version: 2.17-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-13-hll_2.17-2.pgdg+1_arm64.deb
Size: 84328
SHA256: 1ee7abd4827b2b9742b9c9043e64866b8ed042aee70c4bb86d59ebb62d76972b
SHA1: f84a9f003d282ffc768f27eb3f71eb9c017bb5ee
MD5sum: 56a3971a2315f66477542d45e088b3d1
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-13-hll-dbgsym
Source: postgresql-hll
Version: 2.17-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-13-hll (= 2.17-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-13-hll-dbgsym_2.17-2.pgdg+1_arm64.deb
Size: 89988
SHA256: fb9639b2424c809d7d49957e8cfe49208728689253a6526c681165f406c74b4a
SHA1: 41df88dea0f1f6c7718e8eaacf7fb3421f7c3d56
MD5sum: 74056ca7f1673207c134dd041559bcef
Description: debug symbols for postgresql-13-hll
Build-Ids: 720c422c9402a002a1ada1b259412532b1e0ef91
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-13-hypopg
Source: hypopg
Version: 1.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 188
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-13-hypopg_1.4.0-1.pgdg+1_arm64.deb
Size: 74232
SHA256: 8dfa87ffbf4cb4ab6a16641b5a509ea235b09ba62e2afbe12f5e070e9a6cf72f
SHA1: ddd0647c2bb3604516eac028d7f75bc9245ee9fb
MD5sum: f75f9dc964fbba0f332f00b43d44af00
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-13-hypopg-dbgsym
Source: hypopg
Version: 1.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 108
Depends: postgresql-13-hypopg (= 1.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-13-hypopg-dbgsym_1.4.0-1.pgdg+1_arm64.deb
Size: 89040
SHA256: 5f3b132feff3cf103acdbc412c6bb45d4fdad841458515b977301fca400d8bb5
SHA1: c4a696cd66a592aad2e787868e08d4b4fe07ae7c
MD5sum: b873428f03b48c784c2cf1ad0a940de1
Description: debug symbols for postgresql-13-hypopg
Build-Ids: 7e60824ebacf2e24e258f1095e3010af3e00d765
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-13-jsquery
Source: jsquery
Version: 1.1.1-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 357
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-13-jsquery_1.1.1-7.pgdg+1_arm64.deb
Size: 137756
SHA256: fd60beb2e650f98f6d0bb5a7d8f141bf882a57db10e346a8b8cf5e5b8ce67006
SHA1: 226722176374bac3074ab7c489eb0c02ef0a3ac5
MD5sum: a9a4c9a6a3ce89b42295c8a68d4d1dd3
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-13-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-13-jsquery (= 1.1.1-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-13-jsquery-dbgsym_1.1.1-7.pgdg+1_arm64.deb
Size: 98056
SHA256: 54b96d1cc4d166ab307acf6a1b459866ffb724045443b7c804c9d65a1d9af179
SHA1: da0b2f1bdb83030b888b2b62b69866a7a27f1de1
MD5sum: 0b0172d261e8824cdf213885971b06d5
Description: debug symbols for postgresql-13-jsquery
Build-Ids: 5602dc68e1742e3ab51cff2f2d2bbe3cd404495b
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-13-pg-catcheck
Source: pg-catcheck
Version: 1.3.0-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-13, libc6 (>= 2.34), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-13-pg-catcheck_1.3.0-6.pgdg+1_arm64.deb
Size: 32156
SHA256: c9b45e9d7ed2e0df5d6a90ea8085d8888d797937ec5842203304415370a8768a
SHA1: cc94e299e14ff626ac63bebffe80a7d40d43e09d
MD5sum: 30f40365382e544ec85781c05e4f82aa
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-13-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.3.0-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-13-pg-catcheck (= 1.3.0-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-13-pg-catcheck-dbgsym_1.3.0-6.pgdg+1_arm64.deb
Size: 38020
SHA256: 4ee276f2fbf4fd4ed86fa344877251605de101b12666befdcc07adfb1363b005
SHA1: 31abdd6853a93a28d30fbfcac89582e3805a93a7
MD5sum: bbed7910622145337b242bc9eeac2a4b
Description: debug symbols for postgresql-13-pg-catcheck
Build-Ids: d49ebc4235db52d37f58a9eb96ebd828c6ac1bb8
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-13-pgmp
Source: postgresql-pgmp
Version: 1.0.4-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 416
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), libgmp10 (>= 2:6.2.1+dfsg1)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-13-pgmp_1.0.4-6.pgdg+1_arm64.deb
Size: 109112
SHA256: bf5537e9ec9d53c9da8f24d94af150f21445befbd0316c88a589c5289d642180
SHA1: 213fe003272b3cf2da389885079c194a2be06bf3
MD5sum: ec2da0d6a0ad86effdb48c35df9800a5
Description: arbitrary precision integers and rationals for PostgreSQL 13
 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.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-13-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.4-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-13-pgmp (= 1.0.4-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-13-pgmp-dbgsym_1.0.4-6.pgdg+1_arm64.deb
Size: 65140
SHA256: 03e09ce248c12bb68843f70f7ba5e3d32d4057c572cd3742e8a2ba43d5dff52d
SHA1: b253682c61a2b01c5a1df4b49a74f8d58f5470a1
MD5sum: 0a5795ca76197fc5e43f826c33e2125b
Description: debug symbols for postgresql-13-pgmp
Build-Ids: d04a41f0b8c766f32fd9c8e9f005a21d5eaec9e1
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-13-pgq3
Source: pgq
Version: 3.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2225
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14), pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-13-pgq3_3.5-2.pgdg+1_arm64.deb
Size: 137028
SHA256: 12b6cd93b965161471428e0a5a1e8422f3807c1d245e5953304dd7f619f2606b
SHA1: 10d8b93fa1d98a4647081d9516fe6816a0b97c85
MD5sum: 0486a61ebe7cc5a1cb3d53415936fa6d
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-13-pgq3-dbgsym
Source: pgq
Version: 3.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-13-pgq3 (= 3.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-13-pgq3-dbgsym_3.5-2.pgdg+1_arm64.deb
Size: 74688
SHA256: ebea797d04eacdf06a7947cde0a792768e5649449ffae526b87c03310e464e43
SHA1: 2f258a3656931070b6245dcd1184d1e4f379bbf6
MD5sum: 20e1e89f9a5637016a2b7d3616ce6e35
Description: debug symbols for postgresql-13-pgq3
Build-Ids: 2e4ed86b1dbb420667f639740ecdbe87e29729df 3eadb522eb296ed9bfe7c5950603f4ebac11bc95
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-13-pgsphere
Source: pgsphere
Version: 1.2.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1576
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-13-pgsphere_1.2.3-2.pgdg+1_arm64.deb
Size: 551684
SHA256: 11c10ed88a12cb19d40f3176a9e05db19e366bea8a2dc4462ac29802a4454a69
SHA1: 332c1f05bc43519cdf0e3d4481f9a0478f68880d
MD5sum: cebf271480f39fbe7de538d1b08416f9
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-13-pgsphere-dbgsym
Source: pgsphere
Version: 1.2.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 376
Depends: postgresql-13-pgsphere (= 1.2.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-13-pgsphere-dbgsym_1.2.3-2.pgdg+1_arm64.deb
Size: 320384
SHA256: b2b89c540e0929063e34b4b154775f0d1ec11891988af71b2d05689cefaaa852
SHA1: 57eafe2744480c57ec17c91396f6e0849b375465
MD5sum: ce283617f5a38cea8b7fa7a853c27004
Description: debug symbols for postgresql-13-pgsphere
Build-Ids: f1fd0ebee6231b726be72b5b6ce2ed9d24f635c8
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-13-plprofiler
Source: plprofiler
Version: 4.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-13-plprofiler_4.2.2-1.pgdg+1_arm64.deb
Size: 51440
SHA256: 9e1e4339d0e50bd659eded18ed4770e2c13c26fec1ad5de1613b5f89a092c70c
SHA1: a7c9c0090deace2924f83ce27791b210936f3cae
MD5sum: 09bfdeeb9bb789ae54d71fd21c5a5c87
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-13-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-13-plprofiler (= 4.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-13-plprofiler-dbgsym_4.2.2-1.pgdg+1_arm64.deb
Size: 56200
SHA256: 80cd838fb4e66125439bd66cdff00bcfb1eae264c4b47eb8e521aceddb829d4e
SHA1: 904da9d254d1d71ccb3933f04e81f474025f42bd
MD5sum: 2c554d18a683df9f334fd38aa47e0491
Description: debug symbols for postgresql-13-plprofiler
Build-Ids: 49217d512ee56f709b8883f549ca2f12aa9a9339
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-13-semver
Source: postgresql-semver
Version: 0.32.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 175
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-13-semver_0.32.0-2.pgdg+1_arm64.deb
Size: 39516
SHA256: 759c75a7a9c77786bdd947973aec796d5e8acd12a34554d36f8bf73e2ea09395
SHA1: 7b8e2a2b8bcf54df006d1ce991e98ba3be7b5af6
MD5sum: cc066b16891d6f5f406011bb8d7c4633
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-13-semver-dbgsym
Source: postgresql-semver
Version: 0.32.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-13-semver (= 0.32.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-13-semver-dbgsym_0.32.0-2.pgdg+1_arm64.deb
Size: 20928
SHA256: 1cf62e4f8f72545786db1454835e2247224dbf4dda4204589c432211a8012224
SHA1: 2f5cf27bf4a46496de32dcc8e047028debd50791
MD5sum: c33d8d33e20d9071af90dc6daa448358
Description: debug symbols for postgresql-13-semver
Build-Ids: f5e188a3e54cbff967107723f4e5b1af1a73f795
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-13-tdigest
Source: tdigest
Version: 1.4.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-13-tdigest_1.4.0-3.pgdg+1_arm64.deb
Size: 66600
SHA256: f39049561b778c0318b9ed7b1a4bc2f764124e5fd1e9dc82945f5cb6130a2a6c
SHA1: 996f2dcb4c0a9aa2cbcc596db35edb034f70f7b4
MD5sum: 31d3ac9b3fc0d1e000c1be9831ce6551
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-13-tdigest-dbgsym
Source: tdigest
Version: 1.4.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-13-tdigest (= 1.4.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-13-tdigest-dbgsym_1.4.0-3.pgdg+1_arm64.deb
Size: 50644
SHA256: 771ecf2eb3b7d1e4ab37b4e4e8e252d5c6095be78aba5ee98576c918e7538651
SHA1: dc855759f58043d72ed5b4df7cf151b97b1ebb42
MD5sum: 2297f61f85f6f76cef4fbf3798346329
Description: debug symbols for postgresql-13-tdigest
Build-Ids: e3ae854f040a415e81a2b4090988ef2dcb430047
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-14-cron
Source: pg-cron
Version: 1.5.2-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 304
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-14-cron_1.5.2-2.pgdg+2_arm64.deb
Size: 105964
SHA256: fb8cd5962789e17c9631008ba7666886cfdb35208ebee6a38a459a17b9b4ebe2
SHA1: e6f5e7c82da5483116bbb06a6c51a019575819c6
MD5sum: 9c1171a186506d8a7a7f54914af9909e
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-14-cron-dbgsym
Source: pg-cron
Version: 1.5.2-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-14-cron (= 1.5.2-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-14-cron-dbgsym_1.5.2-2.pgdg+2_arm64.deb
Size: 110572
SHA256: cebf827973f8e5209c3e46cfeb874af5ed72485cc5730d272c56720e97039c5f
SHA1: d5fcf8e17f02f4ba67554dbe938938ed21f73bec
MD5sum: d667b2cd22c05c5351453efaee762df7
Description: debug symbols for postgresql-14-cron
Build-Ids: 6e008662c30785e714a5b8d085456bab7f1990ef
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-14-hll
Source: postgresql-hll
Version: 2.17-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 214
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-14-hll_2.17-2.pgdg+1_arm64.deb
Size: 84684
SHA256: dabf50184a4b2fd6a363771e47335f484f33d93b000799ada36e8fb8cf6a2178
SHA1: 7d981cc7e056eeda2ff80787ff2c4a5516e92e4e
MD5sum: d1269ffb033ce68fb6620d90d5a47de1
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-14-hll-dbgsym
Source: postgresql-hll
Version: 2.17-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-14-hll (= 2.17-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-14-hll-dbgsym_2.17-2.pgdg+1_arm64.deb
Size: 91540
SHA256: 1143b36603afd69a1d36f3e19286bf038b7ea1441f1be95f1fefd1287d8d8173
SHA1: 5e94925063bb492990d19d044c86ab0b6e0d6aef
MD5sum: d56d7686578f224f631c9cbac8ac281b
Description: debug symbols for postgresql-14-hll
Build-Ids: 72feb07b084ac520ba47f3e4266149cb115d8e75
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-14-hypopg
Source: hypopg
Version: 1.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 190
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-14-hypopg_1.4.0-1.pgdg+1_arm64.deb
Size: 75536
SHA256: a0eca92cc4e9f1d5996fb07b4e86dfdff73116bc472ab24ddf1447ff7d15123f
SHA1: 9909fe4d98f9be02d7d455d8592c1e95875988b1
MD5sum: 3d364341e598d23541120fa075120bee
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-14-hypopg-dbgsym
Source: hypopg
Version: 1.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 113
Depends: postgresql-14-hypopg (= 1.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-14-hypopg-dbgsym_1.4.0-1.pgdg+1_arm64.deb
Size: 95124
SHA256: 5dec996ac4a408d47c0fd81a51b7a101f0807822f431f25d5fe030907b3cf1cc
SHA1: 53d8844d78d1873f29d842c9b55b4303936e2117
MD5sum: 5bdc89a70277bb44569ac050dd15854d
Description: debug symbols for postgresql-14-hypopg
Build-Ids: b8ccaab1e362467c5d8b61a89af34ed624a8fca3
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-14-jsquery
Source: jsquery
Version: 1.1.1-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 360
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-14-jsquery_1.1.1-7.pgdg+1_arm64.deb
Size: 138344
SHA256: c3bdef153e92a3fb32a82fa322dd89af7a2fd912f91b224e086e8bff89a87fc2
SHA1: ab8768f0e9aede58e92d0540c7a08f54edd71f9b
MD5sum: 0b90c7f5f1048fe20492f1412c75b93b
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-14-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-14-jsquery (= 1.1.1-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-14-jsquery-dbgsym_1.1.1-7.pgdg+1_arm64.deb
Size: 98116
SHA256: d1d45077ccead40a85ba147f9f1531ba2cb488f3ece8ff5282c3cf1a2721131d
SHA1: 70c6af1be5ef8f5e01ca2ba48c4bf6a1b127fdc3
MD5sum: db5c5e8fff05e437c1560db428b8eda5
Description: debug symbols for postgresql-14-jsquery
Build-Ids: 92193e90ebb891fa969eb0c4633bfb40ef90abbd
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-14-pg-catcheck
Source: pg-catcheck
Version: 1.3.0-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-14, libc6 (>= 2.34), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-14-pg-catcheck_1.3.0-6.pgdg+1_arm64.deb
Size: 33764
SHA256: 0d03092df24492034b3592a433149353b15cfe9cfe8e768b81378151c301f47b
SHA1: 21da0247b98f3b0588938e5ee8e0f01884b360d4
MD5sum: cd0f191c9bba88f00bae955c48ec56c6
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-14-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.3.0-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-14-pg-catcheck (= 1.3.0-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-14-pg-catcheck-dbgsym_1.3.0-6.pgdg+1_arm64.deb
Size: 38300
SHA256: 1715c191e80ab2e07ed5e8eb308d25cca2866137ceef222b3aadc561a7e7623c
SHA1: d6b357f7103ec624b3a3f6295b09fcb1eb960d7c
MD5sum: acd2acdf1f2cbdd825c4585e46fdd819
Description: debug symbols for postgresql-14-pg-catcheck
Build-Ids: 8768ba2f169478c90f10273eebf1bec12895420a
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-14-pgmp
Source: postgresql-pgmp
Version: 1.0.4-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 420
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), libgmp10 (>= 2:6.2.1+dfsg1)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-14-pgmp_1.0.4-6.pgdg+1_arm64.deb
Size: 109252
SHA256: 00cbe7a242a8bfbee9d7d8e5489a71f1d8d77a57c92b9cc5f908c5916242ca07
SHA1: c04f356b6c5480293037aa0ef56e4fe634aebc18
MD5sum: 71f03aa19eddb40357b9b45f4ae136b0
Description: arbitrary precision integers and rationals for PostgreSQL 14
 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.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-14-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.4-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-14-pgmp (= 1.0.4-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-14-pgmp-dbgsym_1.0.4-6.pgdg+1_arm64.deb
Size: 65240
SHA256: 3488b252d03be74bc889061f2c773b8a648a7f2a09a674773ace50f204680f66
SHA1: 3dec1cd0e5bc78ad5f73ed9145e188f60959c277
MD5sum: f60006f3912c4438611ffb36b5032079
Description: debug symbols for postgresql-14-pgmp
Build-Ids: 0580f379106975eb252df1b898533bdf55a16633
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-14-pgq3
Source: pgq
Version: 3.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2228
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14), pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-14-pgq3_3.5-2.pgdg+1_arm64.deb
Size: 137204
SHA256: 03f89738d522c1dd25e98892dd1a6e61c8aa6dae26aa2f2f1f8ad536be9967d1
SHA1: 4028db1d06d1d77a563e946cf5c1888e2447b7e3
MD5sum: fccb101e86d864d985b3c5cfe31d547c
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-14-pgq3-dbgsym
Source: pgq
Version: 3.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-14-pgq3 (= 3.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-14-pgq3-dbgsym_3.5-2.pgdg+1_arm64.deb
Size: 75996
SHA256: 1f2b21ad810baaa28edbec53d4e434fca06a264bc27e2b85ea45bf85693a6019
SHA1: 33817c2c59d0a4cbf51621afcf16345154c7607c
MD5sum: 4c4fa99f7ca1f4107af3b2c195faaa95
Description: debug symbols for postgresql-14-pgq3
Build-Ids: 292603d4e087f2903057eaf5c9d854c7cb6aa7c0 cfe313c4af38bcf0f7e8473c91574276e9366774
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-14-pgsphere
Source: pgsphere
Version: 1.2.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1577
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-14-pgsphere_1.2.3-2.pgdg+1_arm64.deb
Size: 551808
SHA256: b4a04e6f013c6dcc75bbb8599a95479e72c37ded2c23fb5c51123b424f2d8c6c
SHA1: aa302b07487ddcf55ffcc338cf235f82b4d5f19e
MD5sum: d73a9204691cc28b6ce89eba70958026
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-14-pgsphere-dbgsym
Source: pgsphere
Version: 1.2.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 374
Depends: postgresql-14-pgsphere (= 1.2.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-14-pgsphere-dbgsym_1.2.3-2.pgdg+1_arm64.deb
Size: 319168
SHA256: 4b86bde0289762a41a7b789bf558068984732178dac1c4f2072d8447f25d2f1a
SHA1: c4634db910a4401b37d2d606c57e0c2c9e4d42e2
MD5sum: 359af7e9d206902628f6a0ada62a5c7f
Description: debug symbols for postgresql-14-pgsphere
Build-Ids: ec153ecc35df9c64ce3176fc069af356fde99fa0
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-14-plprofiler
Source: plprofiler
Version: 4.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-14-plprofiler_4.2.2-1.pgdg+1_arm64.deb
Size: 51860
SHA256: 217339d079bbc7a627ff05c01b15a9f81143ba72d0aaeec735dfa7470524c88d
SHA1: 01b25e8d177e9413711af43255bb49aa6a0b8bef
MD5sum: 8e57a226fe2c3cae654dde83e63964a7
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-14-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-14-plprofiler (= 4.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-14-plprofiler-dbgsym_4.2.2-1.pgdg+1_arm64.deb
Size: 57136
SHA256: 84fb52af06520215b8242dce0d07b6116bb25beb443d532240c7aae94d413041
SHA1: e989d13e618bd1701c8168632d8948c8db74b6f1
MD5sum: 28ece9403571161afc65a5ec00d32d67
Description: debug symbols for postgresql-14-plprofiler
Build-Ids: 5c47b427fcc6dfa3086335dc338d917ef6339f6d
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-14-semver
Source: postgresql-semver
Version: 0.32.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 175
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-14-semver_0.32.0-2.pgdg+1_arm64.deb
Size: 39484
SHA256: 3190fefb233934e3ad091425fe5ca94e0965a9b3d45d6f99f4b4a6c61337bda4
SHA1: 14de6191ec8a3535b7b57144836df98b0b047ebd
MD5sum: dec58c7ff11c3147f2127e3725d291de
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-14-semver-dbgsym
Source: postgresql-semver
Version: 0.32.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-14-semver (= 0.32.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-14-semver-dbgsym_0.32.0-2.pgdg+1_arm64.deb
Size: 21076
SHA256: 480ed4dd3ef905d73099aa9602753c739f6a42568dc1a4ef32e8aa7af18f2fa3
SHA1: 7d2f588a6053948fa2b14c6530b707a9f18b3b29
MD5sum: eb7c564e9d183cd25d000e9509c5bb82
Description: debug symbols for postgresql-14-semver
Build-Ids: b3e0452879bb916be71419048cc76ce681dd5dbe
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-14-tdigest
Source: tdigest
Version: 1.4.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-14-tdigest_1.4.0-3.pgdg+1_arm64.deb
Size: 66900
SHA256: 49ab7250993043624e57a65620c51e0d7dba9eb3bd54b2e753d921383a8d7348
SHA1: 4adf9fc1ca0c2396308809a188c5b904433b5981
MD5sum: 1a7635f858ff05b9228c9c7f8f16e28b
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-14-tdigest-dbgsym
Source: tdigest
Version: 1.4.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-14-tdigest (= 1.4.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-14-tdigest-dbgsym_1.4.0-3.pgdg+1_arm64.deb
Size: 48944
SHA256: 5c081bc59d6a4db0ca73d9fae3f367a0a205a1cd8a2e871aabc24069ba06fa01
SHA1: 3b59048fad9af2af93d8a5bec2382402ed5659ea
MD5sum: 5bfaac96eb065bb8b14cec1eedccee5d
Description: debug symbols for postgresql-14-tdigest
Build-Ids: e96bc4e3cc158e8861a1c70ff9492ea046397a2e
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-15-cron
Source: pg-cron
Version: 1.5.2-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 236
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-15-cron_1.5.2-2.pgdg+2_arm64.deb
Size: 103192
SHA256: 7654af25e4540c9d92646f72f8e0ceb0d7eb26e239a51ecbeef17d649a25ab11
SHA1: cb3f8b238abd21033218bbfac95c6f30e2ef5743
MD5sum: f04a438d4a819f7991f0284af0d39d75
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-15-cron-dbgsym
Source: pg-cron
Version: 1.5.2-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: postgresql-15-cron (= 1.5.2-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-15-cron-dbgsym_1.5.2-2.pgdg+2_arm64.deb
Size: 114452
SHA256: 1e4e61bc8825b05eef4f51d3575fe416bb207f180cb1aa565aa4ab88c42273fd
SHA1: 4eb1065e554c288424ebf75ceab5faac95421f20
MD5sum: 41a793d0cbcfa136a0f19e92699591a1
Description: debug symbols for postgresql-15-cron
Build-Ids: babd3f50ce2c04bab22382d01adf4f8e6523adda
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-15-hll
Source: postgresql-hll
Version: 2.17-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 214
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 14)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-15-hll_2.17-2.pgdg+1_arm64.deb
Size: 84872
SHA256: 01751974c93554985eb1a8d0f3893feb7d37d95561292c6fb2eccd1cd7063f6a
SHA1: a1f50cadf72087746f67fa21dcd90db2cd1849ab
MD5sum: 98477ae1af339ba7b7604a3409c518e0
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-15-hll-dbgsym
Source: postgresql-hll
Version: 2.17-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: postgresql-15-hll (= 2.17-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-15-hll-dbgsym_2.17-2.pgdg+1_arm64.deb
Size: 91252
SHA256: 9dcc463bd88a93802e49b8d4ac4bb20c82c4c0d2a42fcb8fb9cd74f345daec8b
SHA1: d2aa8d7e56cd1a3044d51f04fd55967c9df16641
MD5sum: aabe17ca08dc9737d671660ad4dcde2e
Description: debug symbols for postgresql-15-hll
Build-Ids: a6efc5d234a5bb45427ac018d433e26bf3b7dbfd
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-15-hypopg
Source: hypopg
Version: 1.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 192
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-15-hypopg_1.4.0-1.pgdg+1_arm64.deb
Size: 77060
SHA256: 401cd562f4fa4e071c7bda7559642c1ca23d87ebf233b5af95b4036998d71ecb
SHA1: 12a65516562fc988227c86642a9b38375315f30e
MD5sum: 58a4404f56743ced1ff2c6de34d89b2f
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-15-hypopg-dbgsym
Source: hypopg
Version: 1.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 107
Depends: postgresql-15-hypopg (= 1.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-15-hypopg-dbgsym_1.4.0-1.pgdg+1_arm64.deb
Size: 89048
SHA256: 52f28190cfb3512ff767ef62c8f8b015b5f6372a9c8589aed43f819997cdc84a
SHA1: 3539e28eacd26c4c7894c5ae529399964fc9153f
MD5sum: d9e8db91d1e0e86f9739ffff7e28c88e
Description: debug symbols for postgresql-15-hypopg
Build-Ids: 91e3384ba8e23d333458983ed62410b37a9fd20f
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-15-jsquery
Source: jsquery
Version: 1.1.1-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 360
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-15-jsquery_1.1.1-7.pgdg+1_arm64.deb
Size: 138488
SHA256: dd6bec7887ac5be871a046bae36c2f6f23cf048ada739ef81c6eabebf9ce8e27
SHA1: 5c0fa773a30cfe68b11e6a37915c305fac8030e5
MD5sum: fe1294984286363ccb9994cd32fc7719
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-15-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-15-jsquery (= 1.1.1-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-15-jsquery-dbgsym_1.1.1-7.pgdg+1_arm64.deb
Size: 97404
SHA256: 5e77f43aa5d1f43708bf4ae46bbf2a3787a1085398975fe0c2eb858fc40c9981
SHA1: dd8b20df5651b9bc04ba879802731fb505893ab8
MD5sum: 6dabd748ac7f8d2e737914f60915edf6
Description: debug symbols for postgresql-15-jsquery
Build-Ids: eac6fe9cc50e413d01b2c8bcc282296ac883d14d
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-15-pg-catcheck
Source: pg-catcheck
Version: 1.3.0-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-15, libc6 (>= 2.34), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-15-pg-catcheck_1.3.0-6.pgdg+1_arm64.deb
Size: 34284
SHA256: 236a159f9133611681eef563ff752dd0714c75dd56645f382c26854e62133b39
SHA1: c0a606b3e1553d42fe97171c3ead6e21b71969f3
MD5sum: d51384194295278303635d6f90fdf461
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-15-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.3.0-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-15-pg-catcheck (= 1.3.0-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-15-pg-catcheck-dbgsym_1.3.0-6.pgdg+1_arm64.deb
Size: 37568
SHA256: 74cf24494948565d728e27f6970f0d37f2ab7eb40d18e924e82192508a8c356b
SHA1: 444a2a3065d66975ecaf52eec70bf73fe918afd6
MD5sum: aa48dd4addc7a8306032cd7e3c5b6867
Description: debug symbols for postgresql-15-pg-catcheck
Build-Ids: a2b2832ba1ec974767db4e0c1d270bb46c7fc43c
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-15-pgmp
Source: postgresql-pgmp
Version: 1.0.4-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 420
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), libgmp10 (>= 2:6.2.1+dfsg1)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-15-pgmp_1.0.4-6.pgdg+1_arm64.deb
Size: 109324
SHA256: 9354c6b65bf9041cf3085ca632f44c99fa5974b56559b5b31d1140b3e0f468e1
SHA1: 8dbabe12115aad2858327a66d57e372dec01fee3
MD5sum: 883e9b11ce0becd135ea1fecc7861bf4
Description: arbitrary precision integers and rationals for PostgreSQL 15
 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.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-15-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.4-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-15-pgmp (= 1.0.4-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-15-pgmp-dbgsym_1.0.4-6.pgdg+1_arm64.deb
Size: 64688
SHA256: 4d64cf4659d7d31f0fe26c433224c72e5b262fb652758294f85c5d102e71633e
SHA1: a048f4f9dcb9b54b60978f3809ea61d436224c24
MD5sum: 5ea18cfade82a0b1ba76a5dfb3729dd9
Description: debug symbols for postgresql-15-pgmp
Build-Ids: 45efcf7723fa71c51807abd3ab4cb65343860d26
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-15-pgq3
Source: pgq
Version: 3.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2239
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 14), pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-15-pgq3_3.5-2.pgdg+1_arm64.deb
Size: 146912
SHA256: 2f658c7c7fdd1f0126cb2b8ff93f403094ddd104f9c2384dfccb4fedeadde4fb
SHA1: 033b6624f82c5a15bebcfde0810ce8c426bdc492
MD5sum: 230137bd0ea50dec40583704d164e2c4
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-15-pgq3-dbgsym
Source: pgq
Version: 3.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-15-pgq3 (= 3.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-15-pgq3-dbgsym_3.5-2.pgdg+1_arm64.deb
Size: 78288
SHA256: 6f3edf0b6fde9bfee3c6bc7cc09dd0c941a8418938e44229c3723b2a5199d506
SHA1: 3b10d879faac21cdf8917f039aedc26e5467cb05
MD5sum: 65900718943f8e1f8268b8b70cd0a593
Description: debug symbols for postgresql-15-pgq3
Build-Ids: 2f05685af4c62498ef232af6927178ba78adffcd 60155009d415ec4c25dfdfefd65637ba981ff189
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-15-pgsphere
Source: pgsphere
Version: 1.2.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1577
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-15-pgsphere_1.2.3-2.pgdg+1_arm64.deb
Size: 551740
SHA256: 224c2a3150c5355c94562eac829b72b1cd75c6c628ce4e84ade4408843c31f6a
SHA1: c2d58606f20898f7a8566c20a3a2401536599144
MD5sum: e45a08813d508faf80b9b741c36f38e4
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-15-pgsphere-dbgsym
Source: pgsphere
Version: 1.2.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 373
Depends: postgresql-15-pgsphere (= 1.2.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-15-pgsphere-dbgsym_1.2.3-2.pgdg+1_arm64.deb
Size: 318236
SHA256: b08ac6d1c84cdb7f512fbe316744279b0946fa46e31b53f274bafb4dc1f438bc
SHA1: 29f5b9359ea42c7762e7f3f1cba257ce9c121bdc
MD5sum: 5a7885f112ca90538e34d4a9824c78ac
Description: debug symbols for postgresql-15-pgsphere
Build-Ids: 07e740237374c12ab922b9531b1b5fad98c1dc14
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-15-plprofiler
Source: plprofiler
Version: 4.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-15-plprofiler_4.2.2-1.pgdg+1_arm64.deb
Size: 53864
SHA256: ff85dd668f03f6f5b022224c32c3c96b0cf7c0348ed5a1dc44fbf3c66353d013
SHA1: 071f67a0dc0c3231cbf497b6357afb6b08849c68
MD5sum: 4f7872e5f69812a83f264d94bc27c315
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-15-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-15-plprofiler (= 4.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-15-plprofiler-dbgsym_4.2.2-1.pgdg+1_arm64.deb
Size: 66120
SHA256: 1f09a4d414d952c787c235e9195a6a085defaf152bcac2c5679201b8758ebffb
SHA1: 7e6f38c0ecb4787963dbd5153d3f8323a0a5c8cd
MD5sum: e6623c883d746a4dc80be6c2d0a738ed
Description: debug symbols for postgresql-15-plprofiler
Build-Ids: dd7380a6eb5e3ac835247ff5870f071c2af5fab7
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-15-semver
Source: postgresql-semver
Version: 0.32.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 175
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-15-semver_0.32.0-2.pgdg+1_arm64.deb
Size: 39520
SHA256: 99d14c28ca4c27434bca14bed97e832d3ca93baf648cda047835ea450989dd8b
SHA1: 3b749f8df91372023785016b9096ebfa819a7171
MD5sum: e34c563347034b426942bbbd9329bdcd
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-15-semver-dbgsym
Source: postgresql-semver
Version: 0.32.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-15-semver (= 0.32.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-15-semver-dbgsym_0.32.0-2.pgdg+1_arm64.deb
Size: 20392
SHA256: fb230a19129075b953b4f119f3acd34472570098620d72a6af5aa1c130a58f24
SHA1: 1f4898e6306665e03395905149f1891153a614f4
MD5sum: 468d898db4c94e16e5476582688b3451
Description: debug symbols for postgresql-15-semver
Build-Ids: 5d239f47d198741c7d4c9419681cf8c566a3fb19
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-15-tdigest
Source: tdigest
Version: 1.4.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 14)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-15-tdigest_1.4.0-3.pgdg+1_arm64.deb
Size: 66940
SHA256: 26c0c1d88f815b5bc72ce03756ed41c712d760daec7969fc7b58082ec818b93a
SHA1: 090933a282e7317ad46b9799c29cf50e6764ddab
MD5sum: ccede1be8cfc8b977e391e4f3b15a86c
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-15-tdigest-dbgsym
Source: tdigest
Version: 1.4.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-15-tdigest (= 1.4.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-15-tdigest-dbgsym_1.4.0-3.pgdg+1_arm64.deb
Size: 48292
SHA256: b01ad07a09b673617dc9d06448b9875539a376d1cf48d32ecb054c0385b62872
SHA1: 4f6de70ec5f5bb096f2d622342832248b9325a42
MD5sum: b6ab5c29784e0881d0b4ac6bd35d164b
Description: debug symbols for postgresql-15-tdigest
Build-Ids: e9d93cc0ddffb56c2b7118c0725ef692cbba0046
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-16-cron
Source: pg-cron
Version: 1.5.2-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 235
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-16-cron_1.5.2-2.pgdg+2_arm64.deb
Size: 102324
SHA256: 5f72b2247da1c016aa40aaa51e7dff33ff7a25e11c7edad163b2d6d935fdb03e
SHA1: 28bb5a76ddc85a31d6b97c059cd6010708df51c6
MD5sum: 676d38001e72de703b86f30ada9a7270
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-16-cron-dbgsym
Source: pg-cron
Version: 1.5.2-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 142
Depends: postgresql-16-cron (= 1.5.2-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-16-cron-dbgsym_1.5.2-2.pgdg+2_arm64.deb
Size: 122192
SHA256: f72a7ba7a71ce799d173864596c8a34cdbd409d5dd22bd26f4c826dbfb9dc8be
SHA1: b2856ba05125e524fe72f9a86fd45ad020ef2465
MD5sum: 37a5e1ed7ae3f040866f7be12bfb29ef
Description: debug symbols for postgresql-16-cron
Build-Ids: 1ef74745ac4dfe86f8409bce699839024e074480
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-16-hll
Source: postgresql-hll
Version: 2.17-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 14)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-16-hll_2.17-2.pgdg+1_arm64.deb
Size: 84300
SHA256: 1c4d25a52f6efea01172a26b401d4e6b888b36e50f488be9bc40cc3cfef65027
SHA1: 93b8f64218b523ea764bda044e16d13c0d736a26
MD5sum: e271d3b5304f9ce487f1e83b2d09f384
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-16-hll-dbgsym
Source: postgresql-hll
Version: 2.17-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-16-hll (= 2.17-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-16-hll-dbgsym_2.17-2.pgdg+1_arm64.deb
Size: 98088
SHA256: 679a7ed0450d35968460d449fce605b9e54be40c236ac4cb4849db42ce6bee38
SHA1: 907fa2b3de3d33e74b5965b38d1092a2edddff9b
MD5sum: 4fbdcf5b3fee14bec868af5b6206647f
Description: debug symbols for postgresql-16-hll
Build-Ids: 6f1f5eebe146036795c3af7100da7ea588672dc2
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-16-hypopg-dbgsym
Source: hypopg
Version: 1.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 110
Depends: postgresql-16-hypopg (= 1.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-16-hypopg-dbgsym_1.4.0-1.pgdg+1_arm64.deb
Size: 92184
SHA256: 2f6922400f9c6daff88c059adf5716e05f65777d720df742f65334cffe3693cd
SHA1: 176207db7769545f22af0fedfd21af95d222eefc
MD5sum: b61a09b6c3bd13d09e7cabaef85b5216
Description: debug symbols for postgresql-16-hypopg
Build-Ids: 63d2efa74362f21e1a615590b4537ffd2d2e57b2
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-16-jsquery
Source: jsquery
Version: 1.1.1-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 357
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-16-jsquery_1.1.1-7.pgdg+1_arm64.deb
Size: 136556
SHA256: fa5a2ff645af24be721684c807007c72fd669e0799339f00565b70380682e08f
SHA1: 964045eea7324b60b62ba651acca9afdf61a048d
MD5sum: 573134f6b35e1363d7fd2133cde06f00
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-16-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 126
Depends: postgresql-16-jsquery (= 1.1.1-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-16-jsquery-dbgsym_1.1.1-7.pgdg+1_arm64.deb
Size: 106172
SHA256: 27be6dafe1ac2b4af162373b3881f212ae51bf22249fc207456afa390d43f0cd
SHA1: ee8ccf50a9bb43d3da5ceb439e5a7ca68bb976aa
MD5sum: c243c75a598ecd502853527a72188db7
Description: debug symbols for postgresql-16-jsquery
Build-Ids: d52c246b06ca431643cd33f84291f173f63689ce
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-16-pgaudit
Source: pgaudit-1.8
Version: 1.8~beta-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 142
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-1.8/postgresql-16-pgaudit_1.8~beta-1.pgdg+1_arm64.deb
Size: 51252
SHA256: 52943ecbebb1d67b4c932dc1d163e65efe5750979b7fdcfd05918df4225e33f3
SHA1: 8aa49790a0457da9201dfcb39469128776fb4d88
MD5sum: 1a84e918e5295d8e76b528ddd84b7436
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-16-pgaudit-dbgsym
Source: pgaudit-1.8
Version: 1.8~beta-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-16-pgaudit (= 1.8~beta-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-1.8/postgresql-16-pgaudit-dbgsym_1.8~beta-1.pgdg+1_arm64.deb
Size: 55368
SHA256: 65a5024b72618c8e1ad5b9e7831ca9aca564acd6f8eecb87e2bba03e59838074
SHA1: 0f0df367127e8977178cd8a783866826a03e195b
MD5sum: e557a5fb3f35b6c8dc0d86509efe0020
Description: debug symbols for postgresql-16-pgaudit
Build-Ids: 75d27ce8e5a8112b9ab574f7b7b97924ac6e1184
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-16-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-16-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile_1.5.12-1.pgdg+1_arm64.deb
Size: 29604
SHA256: 07add92690f535f88c3e1cc8b51056def26f013d7f748610c90f42312c886995
SHA1: fa130b7e1b3dfce499887378e41be260294a6812
MD5sum: eed3a1d4f6e32fea4cb7fb00660a802e
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-16-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-16-pgauditlogtofile (= 1.5.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile-dbgsym_1.5.12-1.pgdg+1_arm64.deb
Size: 27244
SHA256: 53b5014f25aeabe802ea910f7f0aaff30dd5a242df6b0d69dd7e1041ffe3baac
SHA1: a352ad140df925bb69185a52fe6faf4019ed41e3
MD5sum: 7164b5a8cce6a1fc4298c190985907e9
Description: debug symbols for postgresql-16-pgauditlogtofile
Build-Ids: 42e29ee52254b0faafc857ed3c0dfb365126c8b2
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-16-pg-catcheck
Source: pg-catcheck
Version: 1.3.0-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-16, libc6 (>= 2.34), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-16-pg-catcheck_1.3.0-6.pgdg+1_arm64.deb
Size: 34284
SHA256: 87b0d1627cbb960a4880821f74c9740d04a7ea3408469a2e247bc0ec770f53b5
SHA1: b106376dca6585a79c130214b85ecb794dcc2e00
MD5sum: 6fbf32fca113bff0513a39ae2942e1c5
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-16-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.3.0-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-16-pg-catcheck (= 1.3.0-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-16-pg-catcheck-dbgsym_1.3.0-6.pgdg+1_arm64.deb
Size: 37596
SHA256: 227a4e30d8e816293be48f47b094d44585b0d026731eac81068fb13802dd7926
SHA1: 159dd284367914f1f677f5b3fe0dd198e6cae0c8
MD5sum: 7653d7de7ed4c5d85f3ee62698d65080
Description: debug symbols for postgresql-16-pg-catcheck
Build-Ids: bae079b37879e5a93b7dc9b4ba1e6fd31a23cd43
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-16-pgmp
Source: postgresql-pgmp
Version: 1.0.4-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 420
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.17), libgmp10 (>= 2:6.2.1+dfsg1)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-16-pgmp_1.0.4-6.pgdg+1_arm64.deb
Size: 109036
SHA256: 99e01fc6b8728b06d9044558317ad55426a4041ce57c91da054a0ec71542f608
SHA1: 211f0cd4d2b188b0d89afbd4d9b4cf8860678fb5
MD5sum: 2047c73108b7889dfd95b1194465ab6d
Description: arbitrary precision integers and rationals for PostgreSQL 16
 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.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-16-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.4-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-16-pgmp (= 1.0.4-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-16-pgmp-dbgsym_1.0.4-6.pgdg+1_arm64.deb
Size: 76616
SHA256: 1552952a30e2f26c5f30e93fa5ef16da5e0de038c24453c1286ca1a614185c0f
SHA1: 016ac3b9900e5e0289210ae45b4405bf2409ce14
MD5sum: 2006690bbeaa773c488af25a661a0f40
Description: debug symbols for postgresql-16-pgmp
Build-Ids: 2b669f43abc8083fc6c83eb754611bab55cdf4f8
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-16-pgq3
Source: pgq
Version: 3.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2239
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 14), pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-16-pgq3_3.5-2.pgdg+1_arm64.deb
Size: 146708
SHA256: 129026c68a1d190b1ed9256eddb571adbc17bc98898aa0526deefca0a29caf10
SHA1: 3539149bf789f2845c7888e50280d04409413ed6
MD5sum: ae99d00e8ff25dfcc61fdae038d4bfeb
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-16-pgq3-dbgsym
Source: pgq
Version: 3.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-16-pgq3 (= 3.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-16-pgq3-dbgsym_3.5-2.pgdg+1_arm64.deb
Size: 80256
SHA256: 528e5108c39811a9a191ae6698ed8c6181cead1af24f26f2e50afdb2837fd344
SHA1: ae7cde3e57e574a8b670f2690010ae6989be6496
MD5sum: 80b56041332192bcc6b7e4860d816058
Description: debug symbols for postgresql-16-pgq3
Build-Ids: 6f3ba6a18ad6f41067786aa63925504734427ff9 a3ef59a71708cf59b26153808242afc7840c3dbb
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-16-pgq-node
Source: pgq-node
Version: 3.5-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 538
Depends: postgresql-16, postgresql-16-pgq3
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-16-pgq-node_3.5-3.pgdg+1_all.deb
Size: 12712
SHA256: ef4857492efc91cff3cf6d31c6994429d0088c74b467bf091ee1510944b69f92
SHA1: d3a1deb1cb08c7f2f186911bec1c9547874fc0dc
MD5sum: f848b0cff1f3194fecd96a21b31fd651
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-16-pgsphere
Source: pgsphere
Version: 1.2.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1577
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-16-pgsphere_1.2.3-2.pgdg+1_arm64.deb
Size: 549680
SHA256: e30cead2fd809a0a868d265e3f2f8a1e0e17cde7363a35a3371a2001e7901033
SHA1: a9f3cada6b8f4e39b052e06e9ee10f09d6e3b0c6
MD5sum: b67edd43d124a753404d1b03cc84daec
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-16-pgsphere-dbgsym
Source: pgsphere
Version: 1.2.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 427
Depends: postgresql-16-pgsphere (= 1.2.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-16-pgsphere-dbgsym_1.2.3-2.pgdg+1_arm64.deb
Size: 373464
SHA256: 061a9003a3691e4c8d71c64af69aaa3d0a6f92b81b6e708fa50d4616fc11cd67
SHA1: f56b45ea4deda3effa39a2e359f17dd6610418bc
MD5sum: 56fc3da7ab15032a0dbb9e8dac07c444
Description: debug symbols for postgresql-16-pgsphere
Build-Ids: 86293e06715f09da42b191c36dab5ddaca30104a
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-16-plprofiler
Source: plprofiler
Version: 4.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-16, libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-16-plprofiler_4.2.2-1.pgdg+1_arm64.deb
Size: 53564
SHA256: e3b66b035d76c3059c3bc719d56d22bbbca79fe3feb801532c5df4cf5753cf33
SHA1: d4aad09a337f5c56b7ae35dc66193908dad0fbc2
MD5sum: b6abdf592a681d34ad7d49036eafeb4c
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-16-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-16-plprofiler (= 4.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-16-plprofiler-dbgsym_4.2.2-1.pgdg+1_arm64.deb
Size: 69468
SHA256: 484fd46ca7016c09244060cee2c81dad026e7b895d1a34e8705b337bb3e5087c
SHA1: 5432fcd534935ea3c7ae4bf81abdd06c8fcb9465
MD5sum: de3b82e6df941a7b425af0b9b572e102
Description: debug symbols for postgresql-16-plprofiler
Build-Ids: 9a952d99f06cf7ebf3968efbb6f978bd42fcf5ce
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-16-semver
Source: postgresql-semver
Version: 0.32.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-16-semver_0.32.0-2.pgdg+1_arm64.deb
Size: 39776
SHA256: 863b5a8eaf6681f0d02dd36fae424f598458d2ce8492a1f4a5eef087b1f083dd
SHA1: c7a571f92478526ae2cc9df9b45a4044f8b8886c
MD5sum: cf239b55c36a1a91f623effb840de21f
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-16-semver-dbgsym
Source: postgresql-semver
Version: 0.32.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-16-semver (= 0.32.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-16-semver-dbgsym_0.32.0-2.pgdg+1_arm64.deb
Size: 24712
SHA256: 10cbb68c38978d3ecf9cf6ecb4e513f96202712a1065c9894fe24410187856fa
SHA1: 5e919c48e4c52ac59157f94703355afb548ec81e
MD5sum: 07ba0328366b7b77836783ba3e5b30e4
Description: debug symbols for postgresql-16-semver
Build-Ids: 94bd57f47b186ac88b1d627abe330d05ae6aa97c
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-16-tdigest
Source: tdigest
Version: 1.4.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 14)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-16-tdigest_1.4.0-3.pgdg+1_arm64.deb
Size: 66288
SHA256: 9022e9c51446ea5e8c58a9e9d0a4aab07d34e7d4f07d9c1b6cd8cb14e063c003
SHA1: f50d9474ba526a6c64f814dba9967511900f8d55
MD5sum: ad4b49dc308aa989826611cc44e55472
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-16-tdigest-dbgsym
Source: tdigest
Version: 1.4.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-16-tdigest (= 1.4.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-16-tdigest-dbgsym_1.4.0-3.pgdg+1_arm64.deb
Size: 52368
SHA256: 1a8c6b7d44e7d9c4c8ff30913316d1e18db8bf116b6b8e928b8d4615cb3ab5e8
SHA1: 23356a3c25e61609d5b3f62320b00dcebe922f11
MD5sum: 009f1a75ebe0d6a3fabb0fb2c44e5f0d
Description: debug symbols for postgresql-16-tdigest
Build-Ids: ba8d03ce6b98119271c697177dc57a5e4ab650ae
Timestamp: 2023-08-01 08:57:42+00

Package: postgresql-10-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 131
Depends: postgresql-10, libc6 (>= 2.17), postgresql-contrib-10
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-10-pg-stat-kcache_2.2.2-1.pgdg+1_arm64.deb
Size: 18144
SHA256: ae59c25ac511b71b601713a745202538d8317c95cfb7d4692120c6402359b832
SHA1: c67b1812a732ed21990dc5d586440873f285993f
MD5sum: f10917f262e48ff11301acad36a3ac53
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2023-08-03 09:25:50+00

Package: postgresql-10-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 59
Depends: postgresql-10-pg-stat-kcache (= 2.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-10-pg-stat-kcache-dbgsym_2.2.2-1.pgdg+1_arm64.deb
Size: 42368
SHA256: 61fbce9781801fc79617bdf2f66cf41c2202aadcf59d7eaa8c868eac99f45496
SHA1: 9abf14f2cd312385f25a67a71982066da1b73b11
MD5sum: 86d18eb3115de93aff13c78e626ccc21
Description: debug symbols for postgresql-10-pg-stat-kcache
Build-Ids: f4f6d1b477f2118bc57cfc72f58ecd295e344b21
Timestamp: 2023-08-03 09:25:50+00

Package: postgresql-10-plr
Source: plr
Version: 1:8.4.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 188
Depends: r-base-core (>= 2.10), postgresql-10, libc6 (>= 2.33)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-10-plr_8.4.6-1.pgdg+1_arm64.deb
Size: 61952
SHA256: ac5be8f90e387bbef9b9cb61c9556f02eea6d50dedb84500e1e68c98a059439b
SHA1: c6cddb9ed2f9345ac6f462210d8b8768e639e644
MD5sum: cd08218adf8dbcd7ddb27554873d9849
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.
Timestamp: 2023-08-03 09:25:50+00

Package: postgresql-10-plr-dbgsym
Source: plr
Version: 1:8.4.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: postgresql-10-plr (= 1:8.4.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-10-plr-dbgsym_8.4.6-1.pgdg+1_arm64.deb
Size: 118116
SHA256: a12e9a00054862fb1135cd86d1178e5399d5f02f56e45b068585a893fb31472e
SHA1: a68fbcdbbef985188488ec3e006e2e5de0ea13b1
MD5sum: d7706f15afcafaec64b6fb5880816a51
Description: debug symbols for postgresql-10-plr
Build-Ids: 1e261851530db4cf49c760408ffdaf652985a656
Timestamp: 2023-08-03 09:25:50+00

Package: postgresql-11-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 166
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-contrib-11
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-11-pg-stat-kcache_2.2.2-1.pgdg+1_arm64.deb
Size: 37720
SHA256: ed9646814f3508362e41dd33858d7ef25d294ae8b4b22cdcd44cb5b15b607617
SHA1: d8b4ecc87649a36378d1fea462ec5d2a3564188b
MD5sum: 58f76564670ac232cee4e6130ca8ef4f
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2023-08-03 09:25:50+00

Package: postgresql-11-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 52
Depends: postgresql-11-pg-stat-kcache (= 2.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-11-pg-stat-kcache-dbgsym_2.2.2-1.pgdg+1_arm64.deb
Size: 35380
SHA256: 2d8406381a6b1ff6e308a10b530255340c4a68430bd34f0ef8f5407772b26c12
SHA1: 3283054794ed1abba8dc54842145efb393993631
MD5sum: 35f52a07c57382b1dd15a95b4207b573
Description: debug symbols for postgresql-11-pg-stat-kcache
Build-Ids: 004058f34596502b19a4df28bae0b0e8151f4804
Timestamp: 2023-08-03 09:25:50+00

Package: postgresql-11-plr
Source: plr
Version: 1:8.4.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 351
Depends: r-base-core (>= 2.10), postgresql-11, libc6 (>= 2.33), postgresql-11-jit-llvm (>= 14)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-11-plr_8.4.6-1.pgdg+1_arm64.deb
Size: 152428
SHA256: 40c8395d510673f7bcb902ef8c600ed6c30a548ecf20df593ea538c7a4968494
SHA1: 687ca1b38cd57b0c1a7bd895b5921b8c6564d582
MD5sum: c544ef9214a2e2267ac0e355e0cfad7c
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.
Timestamp: 2023-08-03 09:25:50+00

Package: postgresql-11-plr-dbgsym
Source: plr
Version: 1:8.4.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-11-plr (= 1:8.4.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-11-plr-dbgsym_8.4.6-1.pgdg+1_arm64.deb
Size: 120636
SHA256: f24108a531938d48dc07d301ba27b63962ebecd23d02e8881cbc06bfea34f270
SHA1: eaa2567dbf1143c9d3e91baf620169e86c20f687
MD5sum: 1ae89321987c1719b3952c07d3c31c28
Description: debug symbols for postgresql-11-plr
Build-Ids: b1435b21b7602eab17fe1303c7638103640cf28d
Timestamp: 2023-08-03 09:25:50+00

Package: postgresql-12-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 166
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-contrib-12
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-12-pg-stat-kcache_2.2.2-1.pgdg+1_arm64.deb
Size: 38220
SHA256: c295e640388232e2b1396e84ac59179128d8573a15c8a666ee884f6e53a1cfd4
SHA1: ed0864804e1a27b49cda2dca7a7e459064d15248
MD5sum: d2f48b7c06d0cd0a433199861240e8e8
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2023-08-03 09:25:50+00

Package: postgresql-12-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 56
Depends: postgresql-12-pg-stat-kcache (= 2.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-12-pg-stat-kcache-dbgsym_2.2.2-1.pgdg+1_arm64.deb
Size: 39152
SHA256: 286b27e543eef778dd2d917325e690e8d97204c13e5473788355348b3b447a3b
SHA1: afcfd5911d5a5e3e4a59a374bf3e74b5d59a9831
MD5sum: 83829649d86e03d69e9d1c613b26ae49
Description: debug symbols for postgresql-12-pg-stat-kcache
Build-Ids: 0b40811c8bbacd271099c466121e06b1e1c1cd66
Timestamp: 2023-08-03 09:25:50+00

Package: postgresql-12-plr
Source: plr
Version: 1:8.4.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 358
Depends: r-base-core (>= 2.10), postgresql-12, libc6 (>= 2.33), postgresql-12-jit-llvm (>= 14)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-12-plr_8.4.6-1.pgdg+1_arm64.deb
Size: 156548
SHA256: 790f245ccddb88f0d9b7b28a1375bc870d8ba947be06c26d3c06a45ef0e0f865
SHA1: d604599bd4f48124cd5182505f4f3c465adef18b
MD5sum: 858d3d31149ce788d772111fa9c98414
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.
Timestamp: 2023-08-03 09:25:50+00

Package: postgresql-12-plr-dbgsym
Source: plr
Version: 1:8.4.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-12-plr (= 1:8.4.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-12-plr-dbgsym_8.4.6-1.pgdg+1_arm64.deb
Size: 125148
SHA256: 5706c1227045ee659fb2340e0ff520b3b52e4e9735aee80fd7bbd6bbdd361276
SHA1: 53c8b6b0c4e614798480b8837b4568818b1c34ee
MD5sum: f38774c512581c909634c6d07646714e
Description: debug symbols for postgresql-12-plr
Build-Ids: b0f8f539f5a9a7faac31affd88ed47da56edb6f8
Timestamp: 2023-08-03 09:25:50+00

Package: postgresql-13-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 169
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-contrib-13
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-13-pg-stat-kcache_2.2.2-1.pgdg+1_arm64.deb
Size: 40844
SHA256: ae12a7274b5f2d16cc8e07a8fa441ffeeb29f232a6057c0002c86340bbd3a0e8
SHA1: 62f5f1ed18a6b5280cbbf2470c29fcae33c4d277
MD5sum: b07106db60f99e266507a926cf0306ed
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2023-08-03 09:25:50+00

Package: postgresql-13-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 57
Depends: postgresql-13-pg-stat-kcache (= 2.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-13-pg-stat-kcache-dbgsym_2.2.2-1.pgdg+1_arm64.deb
Size: 40124
SHA256: db037a871ca98b03effdf78fb29de32793470faece269c7da47486d7be5a8833
SHA1: 816aeadf4d60bd5db0a260cdf21d0f6ea526c508
MD5sum: 6c0fb3c408e3ee4e63b3035831809df3
Description: debug symbols for postgresql-13-pg-stat-kcache
Build-Ids: 46d6d01f93326df9f8993a0a2c8594f8b284ec1e
Timestamp: 2023-08-03 09:25:50+00

Package: postgresql-13-plr
Source: plr
Version: 1:8.4.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 359
Depends: r-base-core (>= 2.10), postgresql-13, libc6 (>= 2.33), postgresql-13-jit-llvm (>= 14)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-13-plr_8.4.6-1.pgdg+1_arm64.deb
Size: 157416
SHA256: f249bf839036cbb450e6774f60eeb7c556567bfc1853a9813f484bf704a41764
SHA1: 2779f9b9c691408826926b191d469571d141e410
MD5sum: 340a156691064fe13b94303ad67b6c90
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.
Timestamp: 2023-08-03 09:25:50+00

Package: postgresql-13-plr-dbgsym
Source: plr
Version: 1:8.4.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-13-plr (= 1:8.4.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-13-plr-dbgsym_8.4.6-1.pgdg+1_arm64.deb
Size: 128448
SHA256: 572dac9b09a08c98e48d37f141a9f2b3791038be9f628f1b921317432a855ae5
SHA1: f622c43d41436793c058e7180b8c5fbd27d1c8eb
MD5sum: ef6f8c1e6b7e100fce077c2317e1a950
Description: debug symbols for postgresql-13-plr
Build-Ids: 5724a59f623633feb04bb53c8f2ff3e8afb6b5cc
Timestamp: 2023-08-03 09:25:50+00

Package: postgresql-14-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 169
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-contrib-14
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-14-pg-stat-kcache_2.2.2-1.pgdg+1_arm64.deb
Size: 40912
SHA256: 37a08f261594b66081683394eda6235114a705060bf719670d06f489600a24d0
SHA1: 9aea6dbe69c46276e7f1721597128fb9776d3c3b
MD5sum: 054cd0f850db2949bcedc2eb1c1887d4
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2023-08-03 09:25:50+00

Package: postgresql-14-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 57
Depends: postgresql-14-pg-stat-kcache (= 2.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-14-pg-stat-kcache-dbgsym_2.2.2-1.pgdg+1_arm64.deb
Size: 40680
SHA256: 6e71049d0286e7bb7cb05de63314848e3f0586968b7c4eef240ad193ac877327
SHA1: b0979ccbc9cd30cdeb321cfa066c7bc49f772cb7
MD5sum: cc33d43ea2415830f2c5e9241e6611d6
Description: debug symbols for postgresql-14-pg-stat-kcache
Build-Ids: c444fa8c95dfb0c7e89bc529d382dd999e52cfbc
Timestamp: 2023-08-03 09:25:50+00

Package: postgresql-14-plr
Source: plr
Version: 1:8.4.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 362
Depends: r-base-core (>= 2.10), postgresql-14, libc6 (>= 2.33), postgresql-14-jit-llvm (>= 14)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-14-plr_8.4.6-1.pgdg+1_arm64.deb
Size: 158580
SHA256: 49a4f3cf6a968e95a4bb898a7d140d57166b36dd4aa8daaaaa127376e36892ed
SHA1: 9a2499aca37d19749fdadf7e97c9e92b2bb0a256
MD5sum: 7dea2a6997856f051c8dd6a9524f3fa2
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.
Timestamp: 2023-08-03 09:25:50+00

Package: postgresql-14-plr-dbgsym
Source: plr
Version: 1:8.4.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-14-plr (= 1:8.4.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-14-plr-dbgsym_8.4.6-1.pgdg+1_arm64.deb
Size: 130260
SHA256: b8e43bfea21f7e7f8a329ddb65b52ee4430ec79d8423bc0b66a4606dc648f756
SHA1: 62d36d002c2acc80c8eb38774bed0b045c938fa8
MD5sum: 3c52c9f25489e1e9604ffc5d80d69356
Description: debug symbols for postgresql-14-plr
Build-Ids: 067bd6e5a714c0cedea6df578145afa750f37c16
Timestamp: 2023-08-03 09:25:50+00

Package: postgresql-15-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 170
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-contrib-15
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-15-pg-stat-kcache_2.2.2-1.pgdg+1_arm64.deb
Size: 41252
SHA256: a65251f65d60d726f9914e02771ea86014fac9684a8c982652405aa84cb8dab1
SHA1: b3002683fd88d9ba23bc46ee491c593a71a3f196
MD5sum: 10e9551922ca5a047d644596e26b6592
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2023-08-03 09:25:50+00

Package: postgresql-15-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 58
Depends: postgresql-15-pg-stat-kcache (= 2.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-15-pg-stat-kcache-dbgsym_2.2.2-1.pgdg+1_arm64.deb
Size: 41036
SHA256: 530f79568124b900b55ceb698741ccf160e7aabc25ac506eb17c3852cb3e8315
SHA1: 256ead575a175ccaf396c10e7063c296f72f0cb3
MD5sum: 8bb39a7460b84afe0f401d70fa6ba464
Description: debug symbols for postgresql-15-pg-stat-kcache
Build-Ids: 977510b439074eb22c93a6b543599d2f5456113c
Timestamp: 2023-08-03 09:25:50+00

Package: postgresql-15-plr
Source: plr
Version: 1:8.4.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 362
Depends: r-base-core (>= 2.10), postgresql-15, libc6 (>= 2.33), postgresql-15-jit-llvm (>= 14)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-15-plr_8.4.6-1.pgdg+1_arm64.deb
Size: 158648
SHA256: 639f1da1c3a77ce983832a32be3e5e02ed3a90e97337d11d656f3026035411c6
SHA1: f9f968ebc695657db2ae8d223997e6d0bb9684de
MD5sum: bf359c99199ce92db89234b707dd2272
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.
Timestamp: 2023-08-03 09:25:50+00

Package: postgresql-15-plr-dbgsym
Source: plr
Version: 1:8.4.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-15-plr (= 1:8.4.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-15-plr-dbgsym_8.4.6-1.pgdg+1_arm64.deb
Size: 130400
SHA256: 9bf6b8acea137b9fcb48f17b6028f08fc890723635575bfccb9e63137827fec4
SHA1: 0c3e96a58bb3c17d356bae1347efb057a180ee7b
MD5sum: 3a3e4eb239cfee6c56e1efc63a8c74de
Description: debug symbols for postgresql-15-plr
Build-Ids: a41d962af0878621f91f0e7d5abecad2c6fef3a3
Timestamp: 2023-08-03 09:25:50+00

Package: postgresql-16-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 169
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.17), postgresql-contrib-16
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-16-pg-stat-kcache_2.2.2-1.pgdg+1_arm64.deb
Size: 41116
SHA256: 40ed3ce768c24d8edff75330af180618a6c79f3ce8b45a12d7f256ff91a3e414
SHA1: 790142a7b91132a0d678435c83b9bad9646e7d99
MD5sum: bfb183e8a32d04880ce0d1c4e267d03e
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2023-08-03 09:25:50+00

Package: postgresql-16-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 59
Depends: postgresql-16-pg-stat-kcache (= 2.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-16-pg-stat-kcache-dbgsym_2.2.2-1.pgdg+1_arm64.deb
Size: 42484
SHA256: aba7d11fa436ba7dae0d9e2ff7bccecebcf77bd635479827b4c78647dd9bb55a
SHA1: 02046899e3b9a9079073a406bae54af4d95b9d92
MD5sum: 96d3d5e2ee9d2300eff63bb380cd6843
Description: debug symbols for postgresql-16-pg-stat-kcache
Build-Ids: a840f723fb785451a4fdd5f0c7dd950014c2c790
Timestamp: 2023-08-03 09:25:50+00

Package: postgresql-16-plr
Source: plr
Version: 1:8.4.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 362
Depends: r-base-core (>= 2.10), postgresql-16, libc6 (>= 2.33)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-16-plr_8.4.6-1.pgdg+1_arm64.deb
Size: 158140
SHA256: 4d2f1f7eca7107ed9d35f81f32a2dee9d2e59147d74a33849d3eaaf1c356dce4
SHA1: 39e33513c185a699663567717a0316c782d6e0bc
MD5sum: 75ceb4b318b67877c815b5bf4353535c
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.
Timestamp: 2023-08-03 09:25:50+00

Package: postgresql-16-plr-dbgsym
Source: plr
Version: 1:8.4.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 158
Depends: postgresql-16-plr (= 1:8.4.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-16-plr-dbgsym_8.4.6-1.pgdg+1_arm64.deb
Size: 137464
SHA256: d7509339d534dd3c15dc68a1a506376e6bcb3fff1593df743be3742c3457e763
SHA1: 40f462df10d06b30602c9b93ce727f22b869722a
MD5sum: efe6922fe37aaf378f9506341404c880
Description: debug symbols for postgresql-16-plr
Build-Ids: 936aac844f80975a8b091e46943c9fa5237dbee8
Timestamp: 2023-08-03 09:25:50+00

Package: odbc-postgresql
Source: psqlodbc
Version: 1:15.00.0000-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1352
Depends: odbcinst, libc6 (>= 2.34), libodbcinst2 (>= 2.3.1), libpq5 (>= 9.2~beta3)
Enhances: unixodbc
Multi-Arch: same
Homepage: https://odbc.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/psqlodbc/odbc-postgresql_15.00.0000-1.pgdg+1_arm64.deb
Size: 351856
SHA256: bdf3ff36c684851f94a06ee34762eaab0ab9c6f02ef8eaf64bd551151ee907f1
SHA1: 48318ff000dab84172a57f470ea751bb185a09bc
MD5sum: 72fac27dad0a3d681a9039e6e829713d
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.
Timestamp: 2023-08-06 15:41:48+00

Package: odbc-postgresql-dbgsym
Source: psqlodbc
Version: 1:15.00.0000-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1140
Depends: odbc-postgresql (= 1:15.00.0000-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/psqlodbc/odbc-postgresql-dbgsym_15.00.0000-1.pgdg+1_arm64.deb
Size: 1068524
SHA256: 78699db46d99d97dce98980127e3e0ed30395e091f568c26d8ff3f389d292a57
SHA1: c3856b917f4f64836a0f2ce1ee327afa8517ec45
MD5sum: 08f8da16b92dbe6f523cb98f5e701802
Description: debug symbols for odbc-postgresql
Build-Ids: 3c3ee43a6bebe3601016a07ef2e4c03358e247ed 9a5b133ba5eaa9821acf23e5322e5ba94f90d32c
Timestamp: 2023-08-06 15:41:48+00

Package: check-postgres
Version: 2.26.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 780
Depends: postgresql-client, perl:any
Enhances: postgresql
Multi-Arch: foreign
Homepage: https://bucardo.org/check_postgres/
Priority: optional
Section: database
Filename: pool/main/c/check-postgres/check-postgres_2.26.0-1.pgdg+1_all.deb
Size: 155604
SHA256: 096a64e6bfca744d2e95a1d9695572f49f3473651e6135a0f040a221122183b2
SHA1: 2f822cc89961605a81f5d4e89a9dade47e940f01
MD5sum: 1e499c0755cc4b33364af2790e6fa8dc
Description: script for monitoring PostgreSQL databases
 check_postgres is a Perl script that runs many different tests
 against one or more Postgres databases.  It uses the psql program to
 gather the information, and outputs the results in one of three
 formats: Nagios, MRTG, or simple.
Timestamp: 2023-08-07 19:19:54+00

Package: pgbadger
Version: 12.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1686
Depends: libjson-xs-perl, libtext-csv-xs-perl, perl:any
Multi-Arch: foreign
Homepage: https://dalibo.github.io/pgbadger/
Priority: optional
Section: database
Filename: pool/main/p/pgbadger/pgbadger_12.1-1.pgdg+1_all.deb
Size: 375312
SHA256: 1af72d08dba5307a7d70536792bdc34416f611315b41f30b71dc373cdbbff822
SHA1: 3244abc7d382cf90f82acac437f5510a738c7576
MD5sum: c4d44feddb6fb8af8c29c1eb969b5828
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.
Timestamp: 2023-08-07 19:19:54+00

Package: postgresql-10-semver
Source: postgresql-semver
Version: 0.32.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-10-semver_0.32.1-1.pgdg+1_arm64.deb
Size: 23840
SHA256: 59aa72c726bd8033ea0a84e796da496067690ff20da9bf9a43cfe66f5826703a
SHA1: d64d7920ef1e3a93cf24e24f41248c115dd89d32
MD5sum: 29b2683fd4e8008f6b39a7e024b0f71a
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2023-08-07 19:19:54+00

Package: postgresql-10-semver-dbgsym
Source: postgresql-semver
Version: 0.32.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-10-semver (= 0.32.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-10-semver-dbgsym_0.32.1-1.pgdg+1_arm64.deb
Size: 20104
SHA256: 05272ed031f9d9608fffa2b1c3af92ea701a7d32c48e69f5ae5d903d78efd4ec
SHA1: cbabdd38e2efcda37e49310abbc9111d86907137
MD5sum: 8b6f227345863e026b9b29854b857898
Description: debug symbols for postgresql-10-semver
Build-Ids: 7d473bc55c6c06374a8abdcdedbc614bd14e61b4
Timestamp: 2023-08-07 19:19:54+00

Package: postgresql-11-orafce
Source: orafce
Version: 4.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1220
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_4.5.0-1.pgdg+1_arm64.deb
Size: 400836
SHA256: 48dbc74b4fa6dca4f885163c8fbb588d79db272dfcecf83c05bf4c9545e77899
SHA1: 5103e99abd5db01e1b823604419168c2e24e28e1
MD5sum: 3f7d3a9fcb32d7980fbb877130854527
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2023-08-07 19:19:54+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 4.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 323
Depends: postgresql-11-orafce (= 4.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_4.5.0-1.pgdg+1_arm64.deb
Size: 269956
SHA256: 6c2bc7f59febd9fbec2061c94fb8209cb233fc3ab1828eadba1f3ba23f1e352d
SHA1: 82db32257b887d2ad0e8e08849ccd32c7e7aba63
MD5sum: 17477909fc0b12a106e92cd71659a3ae
Description: debug symbols for postgresql-11-orafce
Build-Ids: 21fbb6f516fbd15e16807c99f8c3bdff6263581d
Timestamp: 2023-08-07 19:19:54+00

Package: postgresql-11-semver
Source: postgresql-semver
Version: 0.32.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 175
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-11-semver_0.32.1-1.pgdg+1_arm64.deb
Size: 39452
SHA256: 62f92698e7db7d8a29a6bf27d8618f987a9685b87c07ba42d0cf9ed5b01c2460
SHA1: 1e17c3feb47c742f007b89d69cc23ac4d4e8e398
MD5sum: 535109346a4133f0fb8dec31207f94c9
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2023-08-07 19:19:54+00

Package: postgresql-11-semver-dbgsym
Source: postgresql-semver
Version: 0.32.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-11-semver (= 0.32.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-11-semver-dbgsym_0.32.1-1.pgdg+1_arm64.deb
Size: 20696
SHA256: ec6f9e0c9b4aff244b32ac09a4796a451cb0054c0b580d1bd1d0ce5cb9c67db8
SHA1: 4ff0cbe583684f1e382a8af6731610d5112cc910
MD5sum: e71ebda35f8c05c335a24aa12432615e
Description: debug symbols for postgresql-11-semver
Build-Ids: 6547ad98e9351c1dceecbf508c44443a311bd92c
Timestamp: 2023-08-07 19:19:54+00

Package: postgresql-12-orafce
Source: orafce
Version: 4.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1155
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_4.5.0-1.pgdg+1_arm64.deb
Size: 399672
SHA256: d6fd3605140300966f925f16e2127ed1905f67aa6d02cc6f13d03c159cfca6a0
SHA1: 71c3e73143b4ed5c2e0e6931422306fd3d389acb
MD5sum: 788b38000fa13cf5d1c538a202d59e45
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2023-08-07 19:19:54+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 4.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 325
Depends: postgresql-12-orafce (= 4.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_4.5.0-1.pgdg+1_arm64.deb
Size: 275628
SHA256: d4c6743ada2458aca79c3d401fa32451387410d8160b4cf3dd59c5e6031237c0
SHA1: e567387a17bdf90090585c1b4788b9d75917965e
MD5sum: f26a4aeeda9c68c71710bdedbec857c2
Description: debug symbols for postgresql-12-orafce
Build-Ids: cd9faea16603aa02eec4efb8e3cfc41873cf8d4e
Timestamp: 2023-08-07 19:19:54+00

Package: postgresql-12-semver
Source: postgresql-semver
Version: 0.32.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 175
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-12-semver_0.32.1-1.pgdg+1_arm64.deb
Size: 39212
SHA256: 929c8688e24af082eb3ebfaab1b6902cc7d0497214b3ec0a170d1d89964e4532
SHA1: bf0e2d715c4999c551d464f4f9217365d73be487
MD5sum: 53e9110d23a4197946d618a9d82cbcde
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2023-08-07 19:19:54+00

Package: postgresql-12-semver-dbgsym
Source: postgresql-semver
Version: 0.32.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-12-semver (= 0.32.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-12-semver-dbgsym_0.32.1-1.pgdg+1_arm64.deb
Size: 20660
SHA256: 757b83b2fb2e965ef9c2b79a583449ab1b61ff52f3493ef85cf2451c40f6f0d7
SHA1: 1e4dace712e34b158f5f328c5f7b8fb6ee90973c
MD5sum: 9ced3c380894382c90f1f404cf7a445b
Description: debug symbols for postgresql-12-semver
Build-Ids: a0c314dce0f823b1b43f9bf2899ae0899b1a4232
Timestamp: 2023-08-07 19:19:54+00

Package: postgresql-13-orafce
Source: orafce
Version: 4.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1216
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_4.5.0-1.pgdg+1_arm64.deb
Size: 398192
SHA256: b4e8c49cb85457ac5eb7877d321672b46b37d98ea90104a6193e58b297c224fa
SHA1: 62e0efdfbf919427e81ecfcebcb5aa4b1a0221ce
MD5sum: 7e28488711ab9446162241cc5dc7b5d8
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2023-08-07 19:19:54+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 4.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 332
Depends: postgresql-13-orafce (= 4.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_4.5.0-1.pgdg+1_arm64.deb
Size: 282216
SHA256: ff8da6fc7ccb7e1c619338c401952451b4368d3bc98731406cc4b181d936df84
SHA1: 2e304c550e627cf58f130dc6c7321f3f12b5f820
MD5sum: 893538afe35fb5f44f92b984e360c8bc
Description: debug symbols for postgresql-13-orafce
Build-Ids: f770b3cc3d62ff5231765fcde4e2d80b606342a5
Timestamp: 2023-08-07 19:19:54+00

Package: postgresql-13-semver
Source: postgresql-semver
Version: 0.32.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 175
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-13-semver_0.32.1-1.pgdg+1_arm64.deb
Size: 39484
SHA256: e3cc872c8595f88efb7f74b85f8d84b20c366ffbb84959d6c0d18620b9956b10
SHA1: 487620885cb7b71893d39f5ddd8fa4c441451673
MD5sum: 3558af8a0ae010df276e3e2e5caef8e4
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2023-08-07 19:19:54+00

Package: postgresql-13-semver-dbgsym
Source: postgresql-semver
Version: 0.32.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-13-semver (= 0.32.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-13-semver-dbgsym_0.32.1-1.pgdg+1_arm64.deb
Size: 20880
SHA256: e255501e06aa7fe93ae93766fe81af418fb2378d16643e45969697c85ce4e2c3
SHA1: 4dae77b6c7adb0882fc641cc0b18222b758c658b
MD5sum: e8f5bca92035a4d5cee28e9d3d4f20c7
Description: debug symbols for postgresql-13-semver
Build-Ids: 0740d26c71ea2de32944da83e52090f2f3913887
Timestamp: 2023-08-07 19:19:54+00

Package: postgresql-14-orafce
Source: orafce
Version: 4.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1162
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_4.5.0-1.pgdg+1_arm64.deb
Size: 401416
SHA256: a473161a5d53fca2cf803c9d1d9804cff46d092492d667db7ca182d9a21c5f7b
SHA1: 3fba1390c3ed6593137d343750bc89d9f3a16423
MD5sum: cb382874d72235f8ef1078bbe3059a22
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2023-08-07 19:19:54+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 4.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 338
Depends: postgresql-14-orafce (= 4.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_4.5.0-1.pgdg+1_arm64.deb
Size: 287116
SHA256: 56a463911180c3d980157eb694d2dca3cbcdd3a0d39066acb27da81494b3821e
SHA1: 495e6091775cead0a390d8abd449e473630c0ed6
MD5sum: 3b9d94278a24568201176174bb78f84d
Description: debug symbols for postgresql-14-orafce
Build-Ids: ea29120ac7d18c4201b70a85dd9f791deed3e2fc
Timestamp: 2023-08-07 19:19:54+00

Package: postgresql-14-semver
Source: postgresql-semver
Version: 0.32.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 175
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-14-semver_0.32.1-1.pgdg+1_arm64.deb
Size: 39504
SHA256: 0e2ebc3ebe9f2cf011039fdf8752f0fd784bf24b600dffa1d6a31b0608bf6a26
SHA1: 8116679438b0c89d32eced03876ae0fb37dbc4e4
MD5sum: f5195673c55916187ddb0db05eafc52f
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2023-08-07 19:19:54+00

Package: postgresql-14-semver-dbgsym
Source: postgresql-semver
Version: 0.32.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-14-semver (= 0.32.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-14-semver-dbgsym_0.32.1-1.pgdg+1_arm64.deb
Size: 21084
SHA256: 5f4c760e54abdbdf8cc34c9853f27b71fe2b2006b1b521d5b80e6d67901573b8
SHA1: 26fbd972c88ba7e1a004a298c3b662880ca5662b
MD5sum: 617e10a712baa7099fca23b8095c2b30
Description: debug symbols for postgresql-14-semver
Build-Ids: 53a29792eb56d66f4a9580d37a2b4932a8799421
Timestamp: 2023-08-07 19:19:54+00

Package: postgresql-15-orafce
Source: orafce
Version: 4.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1166
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-15-orafce_4.5.0-1.pgdg+1_arm64.deb
Size: 402152
SHA256: 18a261744e22416d15cc477d001016b70f6f63751021849842e8d88947543aed
SHA1: df6d998af7962c7dd70dcaba5998ca2e5d833011
MD5sum: 5f6d15c1abb0048a9cc48703c2b490b7
Description: Oracle support functions for PostgreSQL 15
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2023-08-07 19:19:54+00

Package: postgresql-15-orafce-dbgsym
Source: orafce
Version: 4.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 343
Depends: postgresql-15-orafce (= 4.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-15-orafce-dbgsym_4.5.0-1.pgdg+1_arm64.deb
Size: 293140
SHA256: ee30ee3cc888fcbcfe107c7aa0eb8d94db501ead323655f85a2cc0a99c9f3529
SHA1: 126019869da99e96006d52a4a728d9032db58b8c
MD5sum: 98b8a7ce2228e5936fefb475684d073b
Description: debug symbols for postgresql-15-orafce
Build-Ids: 7067413dd6eca31b8dec0f5bf697753b98253eae
Timestamp: 2023-08-07 19:19:54+00

Package: postgresql-15-semver
Source: postgresql-semver
Version: 0.32.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 175
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-15-semver_0.32.1-1.pgdg+1_arm64.deb
Size: 39528
SHA256: fe3638a6a03fbc5fef1f50c728e58793b9e231de352346984e9e2a43eb0a03a5
SHA1: 5efdae5f7e0617895a5675190810c6d6d2c4af74
MD5sum: b44c30053e3abb1ef54396d3c2e80926
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2023-08-07 19:19:54+00

Package: postgresql-15-semver-dbgsym
Source: postgresql-semver
Version: 0.32.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-15-semver (= 0.32.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-15-semver-dbgsym_0.32.1-1.pgdg+1_arm64.deb
Size: 20376
SHA256: ce3960df9b99c1c648468b2e82d7264160c02e58a2cbcce92bb9431f223fcd8e
SHA1: 4dfe4351060f042f8c052791a7cb52138d014446
MD5sum: 7d3ef7159ac47954312f13ee391a52b7
Description: debug symbols for postgresql-15-semver
Build-Ids: 215674d9e033334e34335388d16ffe076b22f38a
Timestamp: 2023-08-07 19:19:54+00

Package: postgresql-16-orafce
Source: orafce
Version: 4.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1156
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-16-orafce_4.5.0-1.pgdg+1_arm64.deb
Size: 396032
SHA256: 9d14e2c3d1d1575253024d379c5535b6d357f318ba1258bdf7b18b26160af83e
SHA1: bb883df2932ba9c6d4e6a0d455f20b81f90c32b5
MD5sum: a6123a002cd0ccb0ecbf16c90aa4798e
Description: Oracle support functions for PostgreSQL 16
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2023-08-07 19:19:54+00

Package: postgresql-16-orafce-dbgsym
Source: orafce
Version: 4.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 359
Depends: postgresql-16-orafce (= 4.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-16-orafce-dbgsym_4.5.0-1.pgdg+1_arm64.deb
Size: 310200
SHA256: 1b400c86e902ed1c93e060daee39d477f1901c6dcf0c1c09f5e011001eb37ab6
SHA1: 2969205b969d3c46f7b846d39b1481d64fb9e149
MD5sum: 5702c2097236baabec7eab37e27f8496
Description: debug symbols for postgresql-16-orafce
Build-Ids: 45e48639ca4680f2834ffaf9ed06ff0ac227562a
Timestamp: 2023-08-07 19:19:54+00

Package: postgresql-16-semver
Source: postgresql-semver
Version: 0.32.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-16-semver_0.32.1-1.pgdg+1_arm64.deb
Size: 39792
SHA256: 6c2a4794130d75783dd1aae58fa75fdb5338333931912f3ad0ac2309a2e7d4f7
SHA1: bb526bb55a13b0b2ae41fdaf93a026e85e1f9772
MD5sum: eb5a3d747da695145454021bd752accf
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2023-08-07 19:19:54+00

Package: postgresql-16-semver-dbgsym
Source: postgresql-semver
Version: 0.32.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-16-semver (= 0.32.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-16-semver-dbgsym_0.32.1-1.pgdg+1_arm64.deb
Size: 24692
SHA256: bcff9d4258bf76fc2a3fcde547f1e3b185a80ce2a9e02a2d187f008f2082742d
SHA1: 325a7eea61a0e1f2df789bd2a717c7d492e08b4b
MD5sum: a7ee0ac91d55badfbb84ebf0e35495d8
Description: debug symbols for postgresql-16-semver
Build-Ids: 3a4d68a118be5609412971443a490f8f90bd7276
Timestamp: 2023-08-07 19:19:54+00

Package: pspg
Version: 5.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 364
Depends: libc6 (>= 2.34), libncursesw6 (>= 6.1), libpq5 (>= 9.0~), libreadline8 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_5.8.0-1.pgdg+1_arm64.deb
Size: 131064
SHA256: 15d3c6fb31de6d14f1f1eda215384b5d954c45574a5a86401d821633ff5a7797
SHA1: 69b2b7893d2e2431622d54bb6084f070b168b329
MD5sum: 8c6eec03d2294ba3b55634ad04261669
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2023-08-07 19:19:54+00

Package: pspg-dbgsym
Source: pspg
Version: 5.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 446
Depends: pspg (= 5.8.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_5.8.0-1.pgdg+1_arm64.deb
Size: 418156
SHA256: 99734051896e6488c81e0063e6fe3e0ed45ca6171fec34a795aca33ac5ed8150
SHA1: f98d8aaaaee7211b3e546e22552eea9070ec3f34
MD5sum: 97b146d7a44186548ee96449b8eddacd
Description: debug symbols for pspg
Build-Ids: dfdc5c506fe5f7f86bf52ccb1ab892436865bb8c
Timestamp: 2023-08-07 19:19:54+00

Package: libpg-query-dev
Source: libpg-query
Version: 15-4.2.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5058
Depends: libpg-query1504.1 (= 15-4.2.3-1.pgdg+1)
Multi-Arch: same
Homepage: https://github.com/pganalyze/libpg_query
Priority: optional
Section: libdevel
Filename: pool/main/libp/libpg-query/libpg-query-dev_15-4.2.3-1.pgdg+1_arm64.deb
Size: 599812
SHA256: c31c6dc5a468b4e6a6cae457fe4dcbb3e6cc28a7e35bebdb8c0f9f21ac3ddb59
SHA1: 82c7ac2e4aacbbdd47bf69835bab4350fffd3459
MD5sum: bc952faf589229edd1dc7e0d0dc3cf84
Description: C library for accessing the PostgreSQL parser outside of the server environment
 This library uses the actual PostgreSQL server source to parse SQL queries and
 return the internal PostgreSQL parse tree.
Timestamp: 2023-08-09 10:41:30+00

Package: libpg-query1504.1
Source: libpg-query
Version: 15-4.2.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2746
Depends: libc6 (>= 2.34)
Multi-Arch: same
Homepage: https://github.com/pganalyze/libpg_query
Priority: optional
Section: libs
Filename: pool/main/libp/libpg-query/libpg-query1504.1_15-4.2.3-1.pgdg+1_arm64.deb
Size: 505084
SHA256: 3b51104243dea9fd41b4d9d501e74074853f5c4531f2d4e8c0cb6becc154bde5
SHA1: 05b275d1a302f4637cc1d34e64d6588a4beb69d2
MD5sum: 94009820c4d7198e3e0ecedc0d4e1f46
Description: C library for accessing the PostgreSQL parser outside of the server environment
 This library uses the actual PostgreSQL server source to parse SQL queries and
 return the internal PostgreSQL parse tree.
Timestamp: 2023-08-09 10:41:30+00

Package: libpg-query1504.1-dbgsym
Source: libpg-query
Version: 15-4.2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2196
Depends: libpg-query1504.1 (= 15-4.2.3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libp/libpg-query/libpg-query1504.1-dbgsym_15-4.2.3-1.pgdg+1_arm64.deb
Size: 1952764
SHA256: 2b0c36c64780a0b8e5eecc42cf9ba5493a963bd7faca7b8db0abe3a5591b5f7a
SHA1: 3f7571710244a167ac976b6efd6eeb558d395b1c
MD5sum: 884dd397e92be8ccc5a5cc7568fa9d41
Description: debug symbols for libpg-query1504.1
Build-Ids: 6570f0ded09b0127b19c840a7fe642be780b6501
Timestamp: 2023-08-09 10:41:30+00

Package: pg-checksums-doc
Source: pg-checksums
Version: 1.1-4.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15
Multi-Arch: foreign
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: doc
Filename: pool/main/p/pg-checksums/pg-checksums-doc_1.1-4.pgdg+2_all.deb
Size: 6500
SHA256: 69a16217d0d1dc5bfa82e746fbbae170e2a1bfdfa1523b475e449d557a11574b
SHA1: 74795af6031187bbf04f28bcfa046b4218c44520
MD5sum: 32b72aaddff3d9a97142520b9ca91861
Description: Activate/deactivate/verify PostgreSQL data checksums (Documentation)
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
 .
 This package contains the manpage.
Timestamp: 2023-08-09 10:41:30+00

Package: postgresql
Source: postgresql-common (253.pgdg+1)
Version: 15+253.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16
Depends: postgresql-15
Suggests: postgresql-doc
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_15+253.pgdg+1_all.deb
Size: 10844
SHA256: 31794841e8acae7daf5956bfaefa5f63eafaa04ced0229cb955e3fe6a366d410
SHA1: 33fd21bf98ba7ac953e7efd6cbefe6861a563d6e
MD5sum: d449bace74315075820da821a6f6e2df
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.
Timestamp: 2023-08-09 10:41:30+00

Package: postgresql-10-pg-checksums
Source: pg-checksums
Version: 1.1-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-10, libc6 (>= 2.34)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-10-pg-checksums_1.1-4.pgdg+2_arm64.deb
Size: 29460
SHA256: ce42d639d7ae6845cc321e2fe76449afd29764e03c57ab4691cbb7961f63c3e1
SHA1: 1d3a9df9310ab7fcd93e8e6ed730ad8eb8b46322
MD5sum: 1e5a4516644d2870916102a2fd800c89
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2023-08-09 10:41:30+00

Package: postgresql-10-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-10-pg-checksums (= 1.1-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-10-pg-checksums-dbgsym_1.1-4.pgdg+2_arm64.deb
Size: 27460
SHA256: 9b0d58358b5b49e65eef1e3cc048ac048f13cee548c761d4a8c4b1482781aab4
SHA1: 4b308b00dcf73c420dcf4db683dbbc14c4b502dc
MD5sum: 72c4c4c080c5f70e1bf92e9214e640c9
Description: debug symbols for postgresql-10-pg-checksums
Build-Ids: cb37d642c3f0844fe61f159bb8d1d4dea9a67c7d
Timestamp: 2023-08-09 10:41:30+00

Package: postgresql-11-pg-checksums
Source: pg-checksums
Version: 1.1-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-11, libc6 (>= 2.34)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-11-pg-checksums_1.1-4.pgdg+2_arm64.deb
Size: 30012
SHA256: 7dec25f236df03f08a0af29754c6aadd3d2a50696c6835dce230eecb2be85902
SHA1: 45bf51845e5a8a24d41133160e67782a5c08bdd5
MD5sum: 710899062b1e77020a7eb0348d7470a4
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2023-08-09 10:41:30+00

Package: postgresql-11-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-11-pg-checksums (= 1.1-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-11-pg-checksums-dbgsym_1.1-4.pgdg+2_arm64.deb
Size: 27768
SHA256: c7b82295de1623b96d2c71f20edfe7203a001d48fa7bdbc5603e3df504aaee43
SHA1: 9d6976b77dce1da30a3120825001ff000dd4d978
MD5sum: 0b7a424c6e4bc1daf0be16557e805e35
Description: debug symbols for postgresql-11-pg-checksums
Build-Ids: 5136ad490712697d8c1edd93290f8ecc8ef58076
Timestamp: 2023-08-09 10:41:30+00

Package: postgresql-12-pg-checksums
Source: pg-checksums
Version: 1.1-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-12, libc6 (>= 2.34)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-12-pg-checksums_1.1-4.pgdg+2_arm64.deb
Size: 34884
SHA256: 56bd86c7220f6eefa56c0fc38adff7ec43d4e8becd318144acceac3e1d65dca9
SHA1: 05c9155259eb43a08c349a8d880b63e213f799d2
MD5sum: 4a27804f410d959d241c74903680790c
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2023-08-09 10:41:30+00

Package: postgresql-12-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-12-pg-checksums (= 1.1-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-12-pg-checksums-dbgsym_1.1-4.pgdg+2_arm64.deb
Size: 23216
SHA256: 1d2716370dea49cbcab0a31725775dc09cdbf391f6abe98d63cdbf78e478800a
SHA1: 705a3355bc8cda3cf14ba0ce032d0c5932206280
MD5sum: af8e92ecbacd7f46ba01625a091e5c03
Description: debug symbols for postgresql-12-pg-checksums
Build-Ids: 5a0db6d24d9d0b62960d6303389c2f6b099c87f8
Timestamp: 2023-08-09 10:41:30+00

Package: postgresql-13-pg-checksums
Source: pg-checksums
Version: 1.1-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-13, libc6 (>= 2.34)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-13-pg-checksums_1.1-4.pgdg+2_arm64.deb
Size: 34844
SHA256: 3f2c2b2275cc34f499dbdc588116d20f4efdd949c3cc82f82b9e8a356769ec6c
SHA1: c51615cb39834e6bf405403458597bf0c5e7f24d
MD5sum: d749bd21fa0aab6872438cc450e0c44f
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2023-08-09 10:41:30+00

Package: postgresql-13-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-13-pg-checksums (= 1.1-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-13-pg-checksums-dbgsym_1.1-4.pgdg+2_arm64.deb
Size: 23220
SHA256: edd6e5be6a0e0aa4deb1d9155118225b1acd9092a00b5fcd24ac91210f527b39
SHA1: d32d6a736d30bf7232e06960b1ba7f607c641fe2
MD5sum: 401b5b79c541172f408d3c8c2eaf74dd
Description: debug symbols for postgresql-13-pg-checksums
Build-Ids: a26ad915dea04052f8ca29e168c6c4404a483f6c
Timestamp: 2023-08-09 10:41:30+00

Package: postgresql-14-pg-checksums
Source: pg-checksums
Version: 1.1-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-14, libc6 (>= 2.34)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-14-pg-checksums_1.1-4.pgdg+2_arm64.deb
Size: 34804
SHA256: c931fb3600e216016199a699edeb39c1f225b40847918918ed7478a2b5d559c5
SHA1: 23e986415f00aa301065511da051d7a70e957a74
MD5sum: 97d2f8f261a521da9ad3abc3065353e9
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2023-08-09 10:41:30+00

Package: postgresql-14-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-14-pg-checksums (= 1.1-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-14-pg-checksums-dbgsym_1.1-4.pgdg+2_arm64.deb
Size: 23236
SHA256: c245a10f4198cd01e9683e536c1ffe1b6d090f0ec2b866dff9ab7b6a2f9f632a
SHA1: b988dc7305a0f03d550901f49ba5aad282c16627
MD5sum: fc181253b8e0ffd39806692a6f19db9c
Description: debug symbols for postgresql-14-pg-checksums
Build-Ids: 8c7dcffef9581f0d794074df2c59fdd44beac2c7
Timestamp: 2023-08-09 10:41:30+00

Package: postgresql-15-pg-checksums
Source: pg-checksums
Version: 1.1-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-15, libc6 (>= 2.34)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-15-pg-checksums_1.1-4.pgdg+2_arm64.deb
Size: 34968
SHA256: e8ac8c7ce3cc7d1704a635d6c5f7f8d3b870ae87ceaed003162df7ebba7f2d8c
SHA1: 452b25534da8ed1225a65e431c3a17ce39df10c3
MD5sum: 2bed45c275a9de3a828a4ac673bbf78f
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2023-08-09 10:41:30+00

Package: postgresql-15-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-15-pg-checksums (= 1.1-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-15-pg-checksums-dbgsym_1.1-4.pgdg+2_arm64.deb
Size: 22572
SHA256: 3eeab6dc52ca330d3bafb45a09d7ed9fe11352cea45260e0ae8b9830dd44a38a
SHA1: 195ec3874b76616604baa318b40dbe575501a54a
MD5sum: b8c3ee6b1591b7617db04b7ebc307da5
Description: debug symbols for postgresql-15-pg-checksums
Build-Ids: 35cf7d95797da8533f351b996050be853a1c278d
Timestamp: 2023-08-09 10:41:30+00

Package: postgresql-16-periods
Source: postgresql-periods
Version: 1.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 597
Depends: postgresql-16, postgresql-contrib-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-16-periods_1.2.2-1.pgdg+1_arm64.deb
Size: 52232
SHA256: 6d3e7c2d2c5f4eb67c24641189b2b217ef7b0f8cec4943582ada7c35ea73668a
SHA1: 546d6c1a6abb8b193142c36299d108942124bacc
MD5sum: 94fc3b749936f4fa541ed9ed03abd8d0
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2023-08-09 10:41:30+00

Package: postgresql-16-periods-dbgsym
Source: postgresql-periods
Version: 1.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-16-periods (= 1.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-16-periods-dbgsym_1.2.2-1.pgdg+1_arm64.deb
Size: 39292
SHA256: b499f1a222d54b6d37326b4f76b9ea36b69c4174c3c9e7acff6dbe42053a6857
SHA1: a8df9dd1a714a4706e2fcf7e4bd4f1dfab0a4f19
MD5sum: efd4bdbb94742ce30192376f3890acc2
Description: debug symbols for postgresql-16-periods
Build-Ids: 731557c71bd02232ecca3716375cd3642c0ea126
Timestamp: 2023-08-09 10:41:30+00

Package: postgresql-16-pg-checksums
Source: pg-checksums
Version: 1.1-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-16, libc6 (>= 2.34)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-16-pg-checksums_1.1-4.pgdg+2_arm64.deb
Size: 35484
SHA256: 5b980f3fbc60bfec8ead60004003ec183be2846f770bd26b7533751be3c5bda5
SHA1: fc8763be31536c2267b6b63d4de38aac50fded95
MD5sum: 6d112795eedd4e0b3784da88d38dbadf
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2023-08-09 10:41:30+00

Package: postgresql-16-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-16-pg-checksums (= 1.1-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-16-pg-checksums-dbgsym_1.1-4.pgdg+2_arm64.deb
Size: 23308
SHA256: 4d19c2539f3b3e045540bfca38aff9ffbe49a77295b61812f4402d52d70bef1d
SHA1: ce474e83a7157b7037719bfb0a04c3326048de09
MD5sum: 4714269451007794434219a0771c40fe
Description: debug symbols for postgresql-16-pg-checksums
Build-Ids: e50f2337818ba29d7ebd3e6b47148de1e5ca73fa
Timestamp: 2023-08-09 10:41:30+00

Package: postgresql-all
Source: postgresql-common
Version: 253.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16
Depends: libecpg-dev, libpq-dev, postgresql-common (= 253.pgdg+1), postgresql-server-dev-all, postgresql-contrib-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-contrib-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-contrib-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12, postgresql-contrib-13, postgresql-plperl-13, postgresql-plpython3-13, postgresql-pltcl-13, postgresql-contrib-14, postgresql-plperl-14, postgresql-plpython3-14, postgresql-pltcl-14, postgresql-contrib-15, postgresql-plperl-15, postgresql-plpython3-15, postgresql-pltcl-15
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_253.pgdg+1_all.deb
Size: 10980
SHA256: 24b877a95ac007c3972a8db7e92e6a66fbdf922e0dddcd897ad3e6e502ef8372
SHA1: f8069c62619041abd223e9aa828bbd97a3c1b550
MD5sum: f20f72cb369f38d24ba5104da1b78b6c
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 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.
Timestamp: 2023-08-09 10:41:30+00

Package: postgresql-client
Source: postgresql-common (253.pgdg+1)
Version: 15+253.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16
Depends: postgresql-client-15
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_15+253.pgdg+1_all.deb
Size: 10856
SHA256: 924ee931c5e497950f77d1c7ffe1bee5e2fc2fd60b5406e430d142f9ee2c7762
SHA1: 680fc1b324b0bbb62adae30c6b588ac4c854c4c3
MD5sum: 8f1d40d48ffce1fd283b95ff3fbbe7ab
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.
Timestamp: 2023-08-09 10:41:30+00

Package: postgresql-client-common
Source: postgresql-common
Version: 253.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: netbase, perl:any
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_253.pgdg+1_all.deb
Size: 35896
SHA256: 45a100abc85236b654006e4e70d0d2a7c0eece29ea9b133df7bec18f4ce1e38f
SHA1: de8e1b4d783358f92f44663c52e28336b1368f14
MD5sum: 61463dbddc022c3c61ad31c044e1b517
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.
Timestamp: 2023-08-09 10:41:30+00

Package: postgresql-common
Version: 253.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 663
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, libjson-perl, sysvinit-utils (>= 3.05-4~) | lsb-base, postgresql-client-common (= 253.pgdg+1), ssl-cert (>= 1.0.11), ucf, perl:any
Recommends: e2fsprogs, logrotate
Conflicts: pgdg-keyring
Breaks: postgresql-9.1 (<< 9.1.1-3~), postgresql-server-dev-all (<< 204)
Replaces: pgdg-keyring, postgresql-server-dev-all (<< 204)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_253.pgdg+1_all.deb
Size: 181572
SHA256: 5f1b1a73f096be104018684895a6b04ed0c22f15bc1dc5e76fa58e57b363345b
SHA1: 5107fb7cfb6c8d3e167ddcf918ce13692c127b44
MD5sum: 9bc68419a2b92e39a2d13cc403647a11
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.
Timestamp: 2023-08-09 10:41:30+00

Package: postgresql-contrib
Source: postgresql-common (253.pgdg+1)
Version: 15+253.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16
Depends: postgresql-contrib-15
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-contrib_15+253.pgdg+1_all.deb
Size: 10852
SHA256: bbc7fd61c2c6c60b6a0f216d6f9493312871e91adde29aa4ed9878c19435f024
SHA1: 4d52c6ec7241a5221eee0c3e357e258c8e95f57f
MD5sum: 570ff19b7232f64f4a14dc3e6ba9f323
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.
Timestamp: 2023-08-09 10:41:30+00

Package: postgresql-doc
Source: postgresql-common (253.pgdg+1)
Version: 15+253.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16
Depends: postgresql-doc-15
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_15+253.pgdg+1_all.deb
Size: 10844
SHA256: 649822df142e5d4d030b4751d93789fb4d42ac468aaaf347568747e7d6df0398
SHA1: 5a3d489d3671e240e7fd4fbbec9d02cd1dee8a0e
MD5sum: 055ebc6a082f4cb83fa0d74a06691263
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.
Timestamp: 2023-08-09 10:41:30+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 253.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: make:any, postgresql-common (= 253.pgdg+1), postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12, postgresql-server-dev-13, postgresql-server-dev-14, postgresql-server-dev-15
Multi-Arch: same
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_253.pgdg+1_arm64.deb
Size: 21080
SHA256: a8291f9fef2bde2bfc01c81d06289d1344d263c391ac3552bda36148b6f22e7a
SHA1: 68ff4bf1dc7c2715ec76314eee2c4b2654ecfdef
MD5sum: 1ab7f27ee8646a7095641657dd525a59
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, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 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.
Timestamp: 2023-08-09 10:41:30+00

Package: libecpg-compat3
Source: postgresql-10
Version: 10.23-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg-compat3_10.23-2.pgdg+1_arm64.deb
Size: 18276
SHA256: 478bac794d142bd5afaa98cd52c5ff51ca9f456a9201e44cc962775800ae05f3
SHA1: 23bd46a36340ecf518817140a2028ffab067d6b1
MD5sum: 8836ca54b7e62d7fdccfa47627af5c85
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.
Timestamp: 2023-08-10 17:10:14+00

Package: libecpg-compat3-dbgsym
Source: postgresql-10
Version: 10.23-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 10.23-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-compat3-dbgsym_10.23-2.pgdg+1_arm64.deb
Size: 17448
SHA256: 51ddb98fd697fdd654a7ff93230413f4c56f928d0f6cb92537c847d665702d18
SHA1: 88ff3d768e20858d2716a3177296738b48487a8a
MD5sum: b2cf02eb499c382a3a66609e0083425a
Description: debug symbols for libecpg-compat3
Build-Ids: e086a867f36207cf4da18d2a6ed84acda321e1fa
Timestamp: 2023-08-10 17:10:14+00

Package: libecpg-dev
Source: postgresql-10
Version: 10.23-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1240
Depends: libecpg-compat3 (= 10.23-2.pgdg+1), libecpg6 (= 10.23-2.pgdg+1), libpgtypes3 (= 10.23-2.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libecpg-dev_10.23-2.pgdg+1_arm64.deb
Size: 222060
SHA256: 1c9920ef0a7d76be855a9524d1f0b4e793aa57b93d8ffb3d73c94902bb79570a
SHA1: 7d213756ad67edad11a9639d5e4f3b6a4627857e
MD5sum: 9e390d58c731263605a53e8b4912b538
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).
Timestamp: 2023-08-10 17:10:14+00

Package: libecpg-dev-dbgsym
Source: postgresql-10
Version: 10.23-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 266
Depends: libecpg-dev (= 10.23-2.pgdg+1)
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-dev-dbgsym_10.23-2.pgdg+1_arm64.deb
Size: 229952
SHA256: 44eb050e93a7a93f32cda0b9ac510048fbaa5d06750acc42bda95822fada143d
SHA1: f050906156e0ad1588ea61729110aa9c80c5f8c4
MD5sum: c2005c3301ae91c574ef624135b1a0e0
Description: debug symbols for libecpg-dev
Build-Ids: c1aa83b24cc86f486ab3519395392824c02a94f4
Timestamp: 2023-08-10 17:10:14+00

Package: libecpg6
Source: postgresql-10
Version: 10.23-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 461
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg6_10.23-2.pgdg+1_arm64.deb
Size: 82260
SHA256: df4d103195c2414433927249c2c0180b3017eb73235204cc6f659a46b54df6a0
SHA1: 782889ff7e92a23b2c1d69ff63b15aa131259dd8
MD5sum: d57401fbe9324a2669fb5d55b6575c91
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.
Timestamp: 2023-08-10 17:10:14+00

Package: libecpg6-dbgsym
Source: postgresql-10
Version: 10.23-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libecpg6 (= 10.23-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg6-dbgsym_10.23-2.pgdg+1_arm64.deb
Size: 93220
SHA256: 1898d220bfc9a0d240edeffd8cde9e235300e98fb3e799bceec1f72e3d79502e
SHA1: 5bdf9837c832ac0a160782adf7f4f10d941bb6e8
MD5sum: 5238674ca8783fbc75d6a87266eb579b
Description: debug symbols for libecpg6
Build-Ids: d7a79d27ce4afa9a5038e183b67f7b2684e980cb
Timestamp: 2023-08-10 17:10:14+00

Package: libpgtypes3
Source: postgresql-10
Version: 10.23-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpgtypes3_10.23-2.pgdg+1_arm64.deb
Size: 38640
SHA256: 8d18f11c5062d80bb5d9eb3a72573993dcd052c3304cfd6663496b8c89261c10
SHA1: 484c315407af30ac9eebf146a9e7cf10fdcc66cb
MD5sum: baf8918ee3ece2e0c0802245cff2f4f9
Description: shared library libpgtypes for PostgreSQL 10
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-10 17:10:14+00

Package: libpgtypes3-dbgsym
Source: postgresql-10
Version: 10.23-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: libpgtypes3 (= 10.23-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpgtypes3-dbgsym_10.23-2.pgdg+1_arm64.deb
Size: 70176
SHA256: 62edbb587b5b00b2a22894caab9812bdd8487823b04eb58a26593247fd833a11
SHA1: 53d6318a546e93a15ef351faf939c09e3179b0d8
MD5sum: 6baa501a5ecc878838cc7b7f4e4d1881
Description: debug symbols for libpgtypes3
Build-Ids: d41073a8a4a347c8861ed77832cd516b0f3888da
Timestamp: 2023-08-10 17:10:14+00

Package: libpq-dev
Source: postgresql-10
Version: 10.23-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 681
Depends: libpq5 (= 10.23-2.pgdg+1)
Suggests: postgresql-doc-10
Breaks: postgresql-server-dev-10 (<< 10.1-2~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libpq-dev_10.23-2.pgdg+1_arm64.deb
Size: 160032
SHA256: bf5cfc0663b224a54f7ed985032cc1572de058c4374c143a8a0c5ef15b87b1c9
SHA1: 7031dfc22993a8b8cf602e0acc6e4410d4a0ad49
MD5sum: a727a72030957cd99a3d603495fe02e1
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.
Timestamp: 2023-08-10 17:10:14+00

Package: libpq5
Source: postgresql-10
Version: 10.23-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 774
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpq5_10.23-2.pgdg+1_arm64.deb
Size: 164300
SHA256: 937eadb1d8ad11b5d1d6699e3973eda6dd878b3bc412ebf36ba5305e37a77e6b
SHA1: d88adecaa54c11ced5835c611d0d05e7276dde2e
MD5sum: fe172edde44ce3143c35773131906ea4
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.
Timestamp: 2023-08-10 17:10:14+00

Package: libpq5-dbgsym
Source: postgresql-10
Version: 10.23-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 259
Depends: libpq5 (= 10.23-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpq5-dbgsym_10.23-2.pgdg+1_arm64.deb
Size: 228176
SHA256: 8975865a03935e74bc8cb91ae8db3f3305a438bb726142f789e18acb587cfd77
SHA1: ec33beff51e158fc62c97055fe8e3fd20176a9b4
MD5sum: a3496fc8121c6f0eee853da487e127d5
Description: debug symbols for libpq5
Build-Ids: ff33c921fcf1c2abf3c042c1ea7343ffa4493495
Timestamp: 2023-08-10 17:10:14+00

Package: libecpg-compat3
Source: postgresql-11
Version: 11.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg-compat3_11.21-1.pgdg+1_arm64.deb
Size: 20172
SHA256: 0b813122b793fa10241e02555efd5f584cff2748ea0fa3842f0c38f619b70e05
SHA1: 94a696f4664812c57c966988d4a7251d9e924151
MD5sum: 47326bd6c54579ce06d2afab7369d39d
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.
Timestamp: 2023-08-10 15:26:51+00

Package: libecpg-compat3-dbgsym
Source: postgresql-11
Version: 11.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 11.21-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-compat3-dbgsym_11.21-1.pgdg+1_arm64.deb
Size: 17464
SHA256: 5ee463fae7a31a9d5d06e5d7585a4ebf29b4f3d5572fcdd7f0009f53b5f92ac3
SHA1: 41b441a82c8593d9c30926abd981b18cb212f492
MD5sum: b82bcea1132e0fed607289569ee1c83e
Description: debug symbols for libecpg-compat3
Build-Ids: 24801d69d6749aca4af5d524b5749aac078ae539
Timestamp: 2023-08-10 15:26:51+00

Package: libecpg-dev
Source: postgresql-11
Version: 11.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1246
Depends: libecpg-compat3 (= 11.21-1.pgdg+1), libecpg6 (= 11.21-1.pgdg+1), libpgtypes3 (= 11.21-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libecpg-dev_11.21-1.pgdg+1_arm64.deb
Size: 226448
SHA256: 0fce0fbdf1757d96cb3e4cf720be29f567b6dac1266b1534ca7808fa6dc890e2
SHA1: 86e30dcc1498ba28c83f0cc7ce5d79f3d070f164
MD5sum: 35133e4af2a0ab41a2d4bfd227ec4224
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).
Timestamp: 2023-08-10 15:26:51+00

Package: libecpg-dev-dbgsym
Source: postgresql-11
Version: 11.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: libecpg-dev (= 11.21-1.pgdg+1)
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-dev-dbgsym_11.21-1.pgdg+1_arm64.deb
Size: 233376
SHA256: aab30ccf13c4ee2edf02f21023fab1cb644e1b44ae554fb05d06e9252a2bf4fd
SHA1: 7cf779331c7e1d454ad3c6c956ef97a3ba4c863e
MD5sum: 5cf8083816907a259312d1261c06b549
Description: debug symbols for libecpg-dev
Build-Ids: a874417befe085ad626e4f9c10d4bad779f4958f
Timestamp: 2023-08-10 15:26:51+00

Package: libecpg6
Source: postgresql-11
Version: 11.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 485
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg6_11.21-1.pgdg+1_arm64.deb
Size: 87668
SHA256: 3271e460cfaaa246160ffebf25788bed3f9463c88fdb3635c17314c2c070f0dd
SHA1: 31de0d1dcb1a521efb3e3c40db54af4b7e33ed5a
MD5sum: c6888d5fbec7501034a8522982c7cc1b
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.
Timestamp: 2023-08-10 15:26:51+00

Package: libecpg6-dbgsym
Source: postgresql-11
Version: 11.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: libecpg6 (= 11.21-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg6-dbgsym_11.21-1.pgdg+1_arm64.deb
Size: 93856
SHA256: f7f799de5408d3fe117c4b5b921eac5a13c1c79e8cf6459a04f263820c2a0c32
SHA1: c7d6cf523e653d932357a948755c29a44579f565
MD5sum: 14858b4b07be0682d62384e74a509c93
Description: debug symbols for libecpg6
Build-Ids: 3784c59b7affe72e71c8563c79010fe9dae7df25
Timestamp: 2023-08-10 15:26:51+00

Package: libpgtypes3
Source: postgresql-11
Version: 11.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpgtypes3_11.21-1.pgdg+1_arm64.deb
Size: 40892
SHA256: cce3da799e11a41745f834cd7ccb38204f7aedf884ca54f582e4a97d2b2a2b72
SHA1: 6cd0a0ed661fe3c8c00cddf14b052cf8047645c0
MD5sum: 73e383ddf46bc8b64739733b0e2017d9
Description: shared library libpgtypes for PostgreSQL 11
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-10 15:26:51+00

Package: libpgtypes3-dbgsym
Source: postgresql-11
Version: 11.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: libpgtypes3 (= 11.21-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpgtypes3-dbgsym_11.21-1.pgdg+1_arm64.deb
Size: 71656
SHA256: 39b56af0a0e3fec40d72c41d4be3c2554ee71f724a36b614b0280840eb4ec9d1
SHA1: 4f6a4741e571975a36ad07efbe6719edd8bd00b5
MD5sum: 2c80b56803306ca325746a3174adc688
Description: debug symbols for libpgtypes3
Build-Ids: 5f05c3696655c4c3e4f76f20ae5e5cd2c542224e
Timestamp: 2023-08-10 15:26:51+00

Package: libpq-dev
Source: postgresql-11
Version: 11.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 695
Depends: libpq5 (= 11.21-1.pgdg+1)
Suggests: postgresql-doc-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libpq-dev_11.21-1.pgdg+1_arm64.deb
Size: 164468
SHA256: 9817fea995cc5beb5418cab83f0cd8837679e3203b0ab5db63085b4daee77928
SHA1: 519532f6a74e3d9b73a79b9664ca0dcfc572c40d
MD5sum: c26f72ef1c58a3047ac27b1f5bfa41f3
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.
Timestamp: 2023-08-10 15:26:51+00

Package: libpq5
Source: postgresql-11
Version: 11.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 783
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpq5_11.21-1.pgdg+1_arm64.deb
Size: 166148
SHA256: eb0bdb6b2fc884b0d1ea6f08077798a85bea61a84d48293d870aed3b4271ebb5
SHA1: 8be71135136417071b4fb59005ae860f0c4bbd4e
MD5sum: 2b772c19ad10b780994f53af60af88e3
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.
Timestamp: 2023-08-10 15:26:51+00

Package: libpq5-dbgsym
Source: postgresql-11
Version: 11.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libpq5 (= 11.21-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpq5-dbgsym_11.21-1.pgdg+1_arm64.deb
Size: 230188
SHA256: b68c72d7af50ece90db6650391c653950a69a26838173837f4b928305c8540a8
SHA1: 4d5842389e8f2f8e8bc1d061c4fafe49a5a7895f
MD5sum: 28963910c76b1ee36bd765faadc1a2e5
Description: debug symbols for libpq5
Build-Ids: b5770517e62b5cc45f71d172103826713e8a7851
Timestamp: 2023-08-10 15:26:51+00

Package: libecpg-compat3
Source: postgresql-12
Version: 12.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg-compat3_12.16-1.pgdg+1_arm64.deb
Size: 20148
SHA256: b15b1d1b72f2e9c545e0bca810f8feb0f51a4b9e6c4aaba298ba01e7541e5b99
SHA1: 7b790bf39610ea3e6398161be076492b9a2962da
MD5sum: e60e9c90eeb66b2a89b1f6453d8e30cf
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.
Timestamp: 2023-08-10 15:40:05+00

Package: libecpg-compat3-dbgsym
Source: postgresql-12
Version: 12.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 12.16-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-compat3-dbgsym_12.16-1.pgdg+1_arm64.deb
Size: 17460
SHA256: 60a8661b3292ea0c1d036505e6566634a66b28522f8f59704b8898f2c5f6fc38
SHA1: f4efefdace5eb972ce1b0a10f1e2789946cc3dc7
MD5sum: e31c98cdba7380a10dfa1442edb571a3
Description: debug symbols for libecpg-compat3
Build-Ids: c56c46802ba9acb70820804044b6e0f92b30a5c9
Timestamp: 2023-08-10 15:40:05+00

Package: libecpg-dev
Source: postgresql-12
Version: 12.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1510
Depends: libecpg-compat3 (= 12.16-1.pgdg+1), libecpg6 (= 12.16-1.pgdg+1), libpgtypes3 (= 12.16-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libecpg-dev_12.16-1.pgdg+1_arm64.deb
Size: 269608
SHA256: 60e3389535420a2627939442bf18c75ac9153afe37063ee42deff780875d447d
SHA1: 3749c167114316238e24104e0448dd7d5d5bf824
MD5sum: 86ac7e890224e977c4bbf403dd0a3569
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).
Timestamp: 2023-08-10 15:40:05+00

Package: libecpg-dev-dbgsym
Source: postgresql-12
Version: 12.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 280
Depends: libecpg-dev (= 12.16-1.pgdg+1)
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-dev-dbgsym_12.16-1.pgdg+1_arm64.deb
Size: 243404
SHA256: ed708c3b5c6b92b875e550ce36a27fcae53bfaaeec108459302954e4145188bb
SHA1: 872393e2fa03c93d9b8065ed78908cbd8f59fc46
MD5sum: 5ada2704cff5fc0b0dd823c47ec08762
Description: debug symbols for libecpg-dev
Build-Ids: 656185dd2723b79163d8c1af62a8db3ce6a78b74
Timestamp: 2023-08-10 15:40:05+00

Package: libecpg6
Source: postgresql-12
Version: 12.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg6_12.16-1.pgdg+1_arm64.deb
Size: 59776
SHA256: b56ec730b1139a56efaf543a99470337c1844a97cae963a387c8cee889fcab3b
SHA1: 2cb26f48cab195a03a23723be98cb8947b0ba15d
MD5sum: ab6b111d8379908ee8c52e2657e754ac
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.
Timestamp: 2023-08-10 15:40:05+00

Package: libecpg6-dbgsym
Source: postgresql-12
Version: 12.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 12.16-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg6-dbgsym_12.16-1.pgdg+1_arm64.deb
Size: 113056
SHA256: 33ffda8e40255836bd1e52a2e18f22e5e2a3d4ec547a377f071439355f3d2b4c
SHA1: 82dec8e7873e996f85a96e9038ce418f5c9bedea
MD5sum: 0a7886a5a34ca76e3a94d1e57d3e2691
Description: debug symbols for libecpg6
Build-Ids: 229d0bd3fe026eaca5448757386f78120bd095a0
Timestamp: 2023-08-10 15:40:05+00

Package: libpgtypes3
Source: postgresql-12
Version: 12.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpgtypes3_12.16-1.pgdg+1_arm64.deb
Size: 45812
SHA256: 89bde1368c3b3fe547ec159e258d494c2d753cbc48f8f25834a528c30e2bc5f4
SHA1: 7699320a95ee9df3c81e4c18d43a4beac1fda43e
MD5sum: 7af30b49772f8eecfd616b4750dc8b01
Description: shared library libpgtypes for PostgreSQL 12
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-10 15:40:05+00

Package: libpgtypes3-dbgsym
Source: postgresql-12
Version: 12.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 12.16-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpgtypes3-dbgsym_12.16-1.pgdg+1_arm64.deb
Size: 88732
SHA256: 0263fa7b6ce36a92bf8f39e7de41f37c71b0a831adc6745b80cec9679d6991d3
SHA1: 191389dfc98bcdeb4ebd11090b77115f02b47f7d
MD5sum: 29d06d0cf25f86cc9bd14dbe25e3123c
Description: debug symbols for libpgtypes3
Build-Ids: 083697357356c3e4a8bab5a1132359ecd0cd195a
Timestamp: 2023-08-10 15:40:05+00

Package: libpq-dev
Source: postgresql-12
Version: 12.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 590
Depends: libpq5 (= 12.16-1.pgdg+1)
Suggests: postgresql-doc-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libpq-dev_12.16-1.pgdg+1_arm64.deb
Size: 142732
SHA256: 97869eaa8463fff0141e1dbe1610d0b10f735626c2176150a57dabd36f12a15d
SHA1: 18474d3646ba29e62517987f22bfa20c40f14de0
MD5sum: e88f221dd1674a109b4780195ecb4ec1
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.
Timestamp: 2023-08-10 15:40:05+00

Package: libpq5
Source: postgresql-12
Version: 12.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 793
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpq5_12.16-1.pgdg+1_arm64.deb
Size: 175212
SHA256: 2ba70f2e79423288f1811435022febd8c4216dbb881c1a9ce0d64d700949f3a4
SHA1: aa4eb531796e66caea1b374efec516e4b59ba4ae
MD5sum: 88a4614ba9812268b614619f9cab623a
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.
Timestamp: 2023-08-10 15:40:05+00

Package: libpq5-dbgsym
Source: postgresql-12
Version: 12.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 284
Depends: libpq5 (= 12.16-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpq5-dbgsym_12.16-1.pgdg+1_arm64.deb
Size: 250716
SHA256: bf8ee46ef97fe5121035db7c944803bc0fb6fef8cc56698a2fa682a8905f327c
SHA1: 61b784b9398d78def09ab3398302a5e1d102a8d7
MD5sum: 1ea15e0a468cddf0232eebcf8e885362
Description: debug symbols for libpq5
Build-Ids: 311a71029969fb81db2549de7895c6389f1f4ccd
Timestamp: 2023-08-10 15:40:05+00

Package: libecpg-compat3
Source: postgresql-13
Version: 13.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg-compat3_13.12-1.pgdg+1_arm64.deb
Size: 25652
SHA256: d4ced7dcead34c870f9b9080d7b4c49aa17c1c066e69f97704a58daf448a0fd4
SHA1: 88bd0ca682d2c77c4be8559ba63e3b5cdd88fe5d
MD5sum: 4b894b1116df4fad0be0b44563608e67
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.
Timestamp: 2023-08-10 16:25:34+00

Package: libecpg-compat3-dbgsym
Source: postgresql-13
Version: 13.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: libecpg-compat3 (= 13.12-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-compat3-dbgsym_13.12-1.pgdg+1_arm64.deb
Size: 39840
SHA256: 87d80a5770f1e02dab0e82790d3ca689bca7b2e0b310db57099b3530ccb550d5
SHA1: 87c5d56c8510eb95ccc8fafc3eced6d0a464edcf
MD5sum: 2a7f3a7dfabecc47774e18e84a35c62c
Description: debug symbols for libecpg-compat3
Build-Ids: 058fc93f30b02dfa5156459261142b943e154312
Timestamp: 2023-08-10 16:25:34+00

Package: libecpg-dev
Source: postgresql-13
Version: 13.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1511
Depends: libecpg-compat3 (= 13.12-1.pgdg+1), libecpg6 (= 13.12-1.pgdg+1), libpgtypes3 (= 13.12-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libecpg-dev_13.12-1.pgdg+1_arm64.deb
Size: 269172
SHA256: 703d9660828595b7498dae445cef4dda16f3da808450c3f87816bd140436842b
SHA1: 512a88fd7410981dedc8562e16344b6f58daeda2
MD5sum: 3314b530bb8d966bd212ba727a53c39e
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).
Timestamp: 2023-08-10 16:25:34+00

Package: libecpg-dev-dbgsym
Source: postgresql-13
Version: 13.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 285
Depends: libecpg-dev (= 13.12-1.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-dev-dbgsym_13.12-1.pgdg+1_arm64.deb
Size: 249312
SHA256: 2723357f08ce61351aac018231427aa2fd2506d32c92367118e68787f606e7f5
SHA1: 1f531a39267eca5d3f65bdad7d67eac0dd288e19
MD5sum: 3e21ea57a52d3ea0f3058352a9f2b070
Description: debug symbols for libecpg-dev
Build-Ids: 4d68983262419c6010c388a12b22d8bc215da7e7
Timestamp: 2023-08-10 16:25:34+00

Package: libecpg6
Source: postgresql-13
Version: 13.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg6_13.12-1.pgdg+1_arm64.deb
Size: 59584
SHA256: 0e20011e72e5cbc38cb2988a6dbcb71c2b8807644c9a57d019e6ce2c48e01b88
SHA1: ee502e7d21204011fc0b4464db611592c248f938
MD5sum: c650e574817081c2dc2bc0efd069d252
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.
Timestamp: 2023-08-10 16:25:34+00

Package: libecpg6-dbgsym
Source: postgresql-13
Version: 13.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 13.12-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg6-dbgsym_13.12-1.pgdg+1_arm64.deb
Size: 113208
SHA256: 3715cb97fb0bb0bf7c89433bdf61370bdcc4dc2ff364a4b9ffc68b0bae56303f
SHA1: edd602178816dc03bf4143b2942720a7e79a7c54
MD5sum: 598e8dd7a033c6158e82067e2c0b1988
Description: debug symbols for libecpg6
Build-Ids: 223e2d4ba5b465dde110b37ec370f2eeece9ddfe
Timestamp: 2023-08-10 16:25:34+00

Package: libpgtypes3
Source: postgresql-13
Version: 13.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpgtypes3_13.12-1.pgdg+1_arm64.deb
Size: 45684
SHA256: ea1004afe8c5a951e6486e652d17f4d9d2d037870ef9b20709f2943de81e0bc7
SHA1: 303ce562c831d55ea21eec5649c36bd4dffdc025
MD5sum: 42e7cd3b7e1bec7e39eacdc8bb11d130
Description: shared library libpgtypes for PostgreSQL 13
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-10 16:25:34+00

Package: libpgtypes3-dbgsym
Source: postgresql-13
Version: 13.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 13.12-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpgtypes3-dbgsym_13.12-1.pgdg+1_arm64.deb
Size: 88976
SHA256: 21f4ff48ece7f9649ac955bdb26eccc68ca268c58e2baab842aac26c1eee00f1
SHA1: e4f907a8c4f92609e579a287e9bd160971eff82e
MD5sum: f9a01f5065d9ee45953ad7419912ea63
Description: debug symbols for libpgtypes3
Build-Ids: aad19fe0e306125d2de6ba696511aadd70017dc7
Timestamp: 2023-08-10 16:25:34+00

Package: libpq-dev
Source: postgresql-13
Version: 13.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 570
Depends: libpq5 (= 13.12-1.pgdg+1)
Suggests: postgresql-doc-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libpq-dev_13.12-1.pgdg+1_arm64.deb
Size: 139008
SHA256: 806da6de7b4c71b6239a504086e3c884a693d4f6c4b1a7436b707988c18e9d89
SHA1: 239dc13d84bc1fe93b6ba810dd78d253bf3def76
MD5sum: 1c9dba7bb0c6529f3ed6d261c69ba524
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.
Timestamp: 2023-08-10 16:25:34+00

Package: libpq5
Source: postgresql-13
Version: 13.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 788
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpq5_13.12-1.pgdg+1_arm64.deb
Size: 175064
SHA256: 847efd68d41c4ba746672783d02a0908af99d75c46f7e3a72fc6806c62973ba1
SHA1: ea1bfe9fa10356f6ad06206b87f9c7fe02819330
MD5sum: 04caa4525b6e2c921709f957b13f5d3d
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.
Timestamp: 2023-08-10 16:25:34+00

Package: libpq5-dbgsym
Source: postgresql-13
Version: 13.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 291
Depends: libpq5 (= 13.12-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpq5-dbgsym_13.12-1.pgdg+1_arm64.deb
Size: 256452
SHA256: 1734c14f28329d7750127a0147db28be22c97b03f4ff6d2d0f15841130aeab29
SHA1: bcbff2b406b2c4d741bbbc30a54368c1daf03eb4
MD5sum: 05c9590678ae2a264979b049e09935bc
Description: debug symbols for libpq5
Build-Ids: 7c2e50a73ce7ce78b8ba961f0c3eac515b8ef39f
Timestamp: 2023-08-10 16:25:34+00

Package: libecpg-compat3
Source: postgresql-14
Version: 14.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg-compat3_14.9-1.pgdg+1_arm64.deb
Size: 22284
SHA256: 6ce56bc526cb7fd00993228a6263b05bacfd1d2e28651074367fcb7b37bfc8f4
SHA1: 7f0fd029c7a5f099ee0254cd6b6bc5250c89ba50
MD5sum: 0915cf0c7acbf7db6bd4b0b5ec4b3ee7
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.
Timestamp: 2023-08-10 16:26:30+00

Package: libecpg-compat3-dbgsym
Source: postgresql-14
Version: 14.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: libecpg-compat3 (= 14.9-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-compat3-dbgsym_14.9-1.pgdg+1_arm64.deb
Size: 39928
SHA256: c01cba893e77ce2c2db468f53e629a92bbf63c25c93c63ebdf72ebdce1924d22
SHA1: 993eadd0bcdba0c287eee3dbc540b702d1134bf7
MD5sum: 0dc4176ab6c6c61caafba07e76d280ec
Description: debug symbols for libecpg-compat3
Build-Ids: a5bbba23affdc29e2e6bc423dea4bd2b4073f6ec
Timestamp: 2023-08-10 16:26:30+00

Package: libecpg-dev
Source: postgresql-14
Version: 14.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1595
Depends: libecpg-compat3 (= 14.9-1.pgdg+1), libecpg6 (= 14.9-1.pgdg+1), libpgtypes3 (= 14.9-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libecpg-dev_14.9-1.pgdg+1_arm64.deb
Size: 272856
SHA256: c8f58362484299d44b5d5dcbbf45fee281ce7c08ba8334eb94f9cb79fcad13a7
SHA1: 6af053e5c29c81f5b68478419187956bc0be6267
MD5sum: a0861db41dd0f63ff8fcef6198f0f5af
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).
Timestamp: 2023-08-10 16:26:30+00

Package: libecpg-dev-dbgsym
Source: postgresql-14
Version: 14.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 296
Depends: libecpg-dev (= 14.9-1.pgdg+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-dev-dbgsym_14.9-1.pgdg+1_arm64.deb
Size: 255260
SHA256: a7f2d59eebc31624f0496ee50194ba9eda48708600525c771427e137aaf7621d
SHA1: 88106b2318f042cf9eaab8be2be3ba3094a027aa
MD5sum: fb3efa822c524407b4000b4749eb74bc
Description: debug symbols for libecpg-dev
Build-Ids: 42f95abbc1eb3fd21f489d6624db52321c9851d3
Timestamp: 2023-08-10 16:26:30+00

Package: libecpg6
Source: postgresql-14
Version: 14.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 265
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg6_14.9-1.pgdg+1_arm64.deb
Size: 57240
SHA256: 94380c54fa7d97ed980033a3ec6a8c3a682652b0d7976abafffab26f9bd91934
SHA1: bcd0ee51f516f233c7bb22f5fde17b804172518b
MD5sum: 02c039dea13dcaf44dd1728c5d23c6e7
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.
Timestamp: 2023-08-10 16:26:30+00

Package: libecpg6-dbgsym
Source: postgresql-14
Version: 14.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 14.9-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg6-dbgsym_14.9-1.pgdg+1_arm64.deb
Size: 113140
SHA256: 50752ba53c683be2f4627d73170914540bf4a8af9ea0b7e675fbc1ca164e2cbf
SHA1: cadbaf612acfef87d8640e26fc710d46ec8510bd
MD5sum: 33d639ed1b46a4eedbeda614c469ee2f
Description: debug symbols for libecpg6
Build-Ids: 967ec3ef8c3939257d9621b8f49c92eb0ad5f77c
Timestamp: 2023-08-10 16:26:30+00

Package: libpgtypes3
Source: postgresql-14
Version: 14.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 165
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpgtypes3_14.9-1.pgdg+1_arm64.deb
Size: 42276
SHA256: 79f614cc3c6724491c7b23d446d1d0fb4d1b196bef31c9041deedadbfca1f4d3
SHA1: 51e0ad979f1b7817e28762a77e8fea64e52aeb92
MD5sum: ed6a878610e824a1c6f9d23cb8676b7d
Description: shared library libpgtypes for PostgreSQL 14
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-10 16:26:30+00

Package: libpgtypes3-dbgsym
Source: postgresql-14
Version: 14.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 14.9-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpgtypes3-dbgsym_14.9-1.pgdg+1_arm64.deb
Size: 89216
SHA256: 1cdd6580b0f164bbd1ba6fa946f670e2a1acd4ad6eaec3afb22be74ad31457ae
SHA1: d4e1f5158a4a241f783f375caf86221ac3355669
MD5sum: 8ad306a21e7f7acb02a9bdf90192aa73
Description: debug symbols for libpgtypes3
Build-Ids: b59054ce4818c9305ab30f214ea8bbd1f5487fa5
Timestamp: 2023-08-10 16:26:30+00

Package: libpq-dev
Source: postgresql-14
Version: 14.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 577
Depends: libpq5 (= 14.9-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libpq-dev_14.9-1.pgdg+1_arm64.deb
Size: 138216
SHA256: 46bf838b7e7949881d544134df8f4de55a11435434c220ebdd2c178721c43bd1
SHA1: 364b86cc1e8d1164ec6a550e91d9d41a8899d2dd
MD5sum: e05aa64c9aa7bee5bf060ea6ed6035bd
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.
Timestamp: 2023-08-10 16:26:30+00

Package: libpq5
Source: postgresql-14
Version: 14.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 750
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpq5_14.9-1.pgdg+1_arm64.deb
Size: 167296
SHA256: 06a831ed4d1570ba19f56113755b86ed99268a6aa417c9a2d45bd59bb0eae757
SHA1: e612d3ea66e2caebed61a33324d2b536f9add764
MD5sum: 77e95beb97cb757b22542755b61aff56
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.
Timestamp: 2023-08-10 16:26:30+00

Package: libpq5-dbgsym
Source: postgresql-14
Version: 14.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 305
Depends: libpq5 (= 14.9-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpq5-dbgsym_14.9-1.pgdg+1_arm64.deb
Size: 269920
SHA256: 10f4ea8d89fd0231df4cce5a791522791f747eaf40b29934cdf91caab6a88d4a
SHA1: 597c52afadbafbe47672453c0642fd07aefa3e01
MD5sum: 6de016b4e6eeeb452e11206cd8c9137d
Description: debug symbols for libpq5
Build-Ids: e8c3ad779d3408f9edd5cb5b19d5ea94a5a5b13d
Timestamp: 2023-08-10 16:26:30+00

Package: libecpg-compat3
Source: postgresql-16
Version: 16~beta3-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libecpg-compat3_16~beta3-1.pgdg+2_arm64.deb
Size: 17840
SHA256: 1a9b71df69bfef2474611ca5c326572eceb9431735cbfe1a5dfd537939647c2c
SHA1: 6db2b36a3bc43143d0c2fba13d42d69855e8c731
MD5sum: 3ef564ee4ef758d809fbbe0bd77d3c3a
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.
Timestamp: 2023-08-10 19:19:32+00

Package: libecpg-compat3-dbgsym
Source: postgresql-16
Version: 16~beta3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 16~beta3-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg-compat3-dbgsym_16~beta3-1.pgdg+2_arm64.deb
Size: 39364
SHA256: 00cce779a27fdec6bd0575797884e5d6910b05227f63efee231172bf480af59e
SHA1: 398d55d4d0020f5e23df04931b42e59ebcd2e874
MD5sum: 5884709cdee90344229775e8882f40ec
Description: debug symbols for libecpg-compat3
Build-Ids: bd1849268e00a71474c5e1a951b4940bc3111355
Timestamp: 2023-08-10 19:19:32+00

Package: libecpg-dev
Source: postgresql-16
Version: 16~beta3-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1622
Depends: libecpg-compat3 (= 16~beta3-1.pgdg+2), libecpg6 (= 16~beta3-1.pgdg+2), libpgtypes3 (= 16~beta3-1.pgdg+2), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/libecpg-dev_16~beta3-1.pgdg+2_arm64.deb
Size: 274676
SHA256: 1a26b62fe03c05db157fde6c217b7b26f95d7f029de4511da172e0c4d886c81b
SHA1: 39377ef90c9217f1ad6ec50aab9e72d1ae8f0258
MD5sum: afdaa0420513394732f0369c8456d506
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).
Timestamp: 2023-08-10 19:19:32+00

Package: libecpg-dev-dbgsym
Source: postgresql-16
Version: 16~beta3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 302
Depends: libecpg-dev (= 16~beta3-1.pgdg+2)
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg-dev-dbgsym_16~beta3-1.pgdg+2_arm64.deb
Size: 261292
SHA256: 5170c94e707fa1b35a8b69c9bd5c25446ac99d6239cfb1d0a35fe06797b0bdb7
SHA1: 27254dfceb581e3cf6a2e606c82c8dc588469543
MD5sum: 1bce3eb47fab7c5b6dbc998ec084ca43
Description: debug symbols for libecpg-dev
Build-Ids: 6d357ae445c6b09040161279b2ccef49648a2260
Timestamp: 2023-08-10 19:19:32+00

Package: libecpg6
Source: postgresql-16
Version: 16~beta3-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 267
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libecpg6_16~beta3-1.pgdg+2_arm64.deb
Size: 53928
SHA256: 36ac7b115e4df242b589f3b53732cde40a7a3f2681fdc54279cffa29101bb382
SHA1: 4efb17642d9a46d6eaa8398b64d62988b4c19979
MD5sum: b3d3ecf0da7a935cec52455d7ae7508d
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.
Timestamp: 2023-08-10 19:19:32+00

Package: libecpg6-dbgsym
Source: postgresql-16
Version: 16~beta3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 16~beta3-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg6-dbgsym_16~beta3-1.pgdg+2_arm64.deb
Size: 114188
SHA256: d83041658e2f03f0eae35c6c10361079f0162f1141a9a711ba9759624c5cb0d4
SHA1: 1f900c06bac9d3336bcdde427bd97467c300bf4e
MD5sum: a8bface7d46c66f1c5d894d3c6aef41b
Description: debug symbols for libecpg6
Build-Ids: 94a90d84c4ee9048684d4557aef40b6d3d4e3179
Timestamp: 2023-08-10 19:19:32+00

Package: libpgtypes3
Source: postgresql-16
Version: 16~beta3-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libpgtypes3_16~beta3-1.pgdg+2_arm64.deb
Size: 38220
SHA256: 33f62aefd8251a85db439d77490327c49a2b3c1f92adc0bef2026b6f1a23d71f
SHA1: 67a8caeedab8ba8d8c38058bd11c6e75e2ff309e
MD5sum: afb1bb3194a1bf96b4ca2e0956a31888
Description: shared library libpgtypes for PostgreSQL 16
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-10 19:19:32+00

Package: libpgtypes3-dbgsym
Source: postgresql-16
Version: 16~beta3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 16~beta3-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libpgtypes3-dbgsym_16~beta3-1.pgdg+2_arm64.deb
Size: 88748
SHA256: d9ce8c01810eb798671a0b8c886f0fc8965b8dd4b23f4f0463f134520804ae50
SHA1: 79f97b9a865296fecec3d2e246a0d0ab02fa96f2
MD5sum: 046a0d87ff1da5c77fc4ec32a02ffa92
Description: debug symbols for libpgtypes3
Build-Ids: 2ac07577078379b4a78ed1b35e2b557bb2447091
Timestamp: 2023-08-10 19:19:32+00

Package: libpq-dev
Source: postgresql-16
Version: 16~beta3-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 585
Depends: libpq5 (= 16~beta3-1.pgdg+2), libssl-dev
Suggests: postgresql-doc-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/libpq-dev_16~beta3-1.pgdg+2_arm64.deb
Size: 138148
SHA256: c8f2a93c690db0ed9878e523e01d8f8e4d27e28e86682530cbf9acf1e4c69b4f
SHA1: 145a2349d0591209e90a4bcbb4adbfb5c88b3e3e
MD5sum: 180b1cb09334fc7236b82ae46c7597aa
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.
Timestamp: 2023-08-10 19:19:32+00

Package: libpq5
Source: postgresql-16
Version: 16~beta3-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1044
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libpq5_16~beta3-1.pgdg+2_arm64.deb
Size: 204384
SHA256: 99bf36c56cf82ce2e7a3528c225db952568436d6cf3e3d4f5d6f694227b7a7c4
SHA1: 6684c69b0d3a8dcb7c2205c5e282639c67bc4c87
MD5sum: b325939fc5df5efc2188d5de98f61a00
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.
Timestamp: 2023-08-10 19:19:32+00

Package: libpq5-dbgsym
Source: postgresql-16
Version: 16~beta3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 324
Depends: libpq5 (= 16~beta3-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libpq5-dbgsym_16~beta3-1.pgdg+2_arm64.deb
Size: 287260
SHA256: d3b092c24c9bca10648e64dc43cfb2f233afa3e5ea5eebf23704acd7b8481602
SHA1: cc84317d13a3cf2ad3f09a3ac1b5d682291c5beb
MD5sum: 2175f5e5920918a94d7dd13d8c201d34
Description: debug symbols for libpq5
Build-Ids: 461c0c4ffa3115600b34ad6f328df0cdd539e018
Timestamp: 2023-08-10 19:19:32+00

Package: postgresql-16
Version: 16~beta3-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62135
Depends: locales | locales-all, postgresql-client-16, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 16~~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-16-jit-llvm (= 14), postgresql-contrib-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/database
Filename: pool/16/p/postgresql-16/postgresql-16_16~beta3-1.pgdg+2_arm64.deb
Size: 18534024
SHA256: 5c74a878948853625b624c74acd85cf31e8733b936e2c55b09cdd119e4e47d1d
SHA1: 142fab1b7de4ee1332cce49e6e075e95d2c294e5
MD5sum: 2c776060ea1bfe50ba532e8bb5b56574
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 16.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202307071
Timestamp: 2023-08-10 19:19:32+00

Package: postgresql-16-dbgsym
Source: postgresql-16
Version: 16~beta3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20443
Depends: postgresql-16 (= 16~beta3-1.pgdg+2)
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/postgresql-16-dbgsym_16~beta3-1.pgdg+2_arm64.deb
Size: 18604424
SHA256: 05f561261aac8cc8ad79610b69c97028587a2bd6ebf968914ec2cdb912e3810a
SHA1: b7a9973d81163bd91397decb8f1977b36905634c
MD5sum: d53343212383d46a620bd3972411c033
Description: debug symbols for postgresql-16
Build-Ids: 036857e2521fc08387800101cc58d642e8619b0d 06b5ff35a6afe350de38ed9e4eb5de37a306e272 0c0390938c898ef9fa406b52850b5301c70812b8 13a0988ec66507b6e2f89aa96eb2b4fcd9178bd0 14de40ea4e31c41f7a8963c0743521e660527165 172e9ed51c56a1abad25c022a6b0681973cca56e 1abd9f47122d026a307120b2f9cd54139076400a 1b8aaf157d6749f336fef4266a00386ab5374d29 1c41c7f4bfed563905aa2fb2f7c5cb8393c16ac5 1fe55d91785951bf2f0b6d383f939b5d57e261e9 27fc7b71b5a8e595e7b123fa81a56b806358e3d7 280afaee9275631f97774d8c052856549d62f9c2 2a225f50e39581563a82b5bd0bc22f0e2960dbcd 2b80af42857a16bb0c8141e8dac5217bb5a75c45 2cf0a18bfede10f8f480a6f4819b7fb89fe1ef5d 2cf8b7c9b57b2969431712405873543087a9cfc0 2d01f8c02b72c26b5b9b8b346965b03193c7f755 2e1b810a275ef20b4db414ff9d51bc369c14835c 2f043912885eb81598cc282dfa94b29b3caada8d 3574d789b4f199baec401cbecb29a5d0ebeef8d0 3a84c5625892846ede3310e0386adf64cfdfeed3 3aa10458c64cd895daed757e854382d17278139b 3b1b6b289f29c756278c9ef9ea0038892aba6361 3dd2a4cbb2b7de510df2f554f17bb56f8c9bbf22 3de69cfb8d78d5244d3e7fabdade30a5cdbef716 40fdab34fb334bc04ffe2392f8509667e07e577d 43c610dc24548ce9c91e0991bfffb495a1e1bce4 44ada6382f2c1f2ae9896bda22e0b049092c44d0 44b9857118c07175e83188c98c5f564f8e0d3f52 459eb0a21085f4c9a5e10bc4044bfaeb5905664e 4689c74ad6ac75e4c874f151040329a6f23f4b61 4c83d217fc9dca9f74c543c32b375c4d528ae518 4d8a73942d334aeb9896a0990d765adb8406f69d 4effaf8f243de77c3f8e8d830f972e75eaa85aa7 510422092e0094ce3052b3d37ebf1b1a62e9841e 51210bb0cd4dcfcaa2e1000a1617bde268d8a9fd 5309830a7104b5797995b24525170db3dd6a951e 56525aae971e3bac8971c22bb2076637e4b22d75 56fc3a820f969167368edcc83d12ce63abcd770b 57e830f6fb1b3aa126f7d122de8419131a9f5aef 583ee9657ca5448253ebad9fedf0f33a5c49c131 593331e61cb94f485eb6b992b6c03e3131aa211e 59fb0fb4f194753fdd5a9fd77ba53d6a180b0695 5f8ae893847e402859e1240704d897bc57e8ada1 6469d8089a286bc4b52a48d140cf2eb9342d2b4e 66b3ff56a5163692e65b5a8d3239e03d37cdd342 66e60f483ba5363ed55aef788136c213938da44a 675e0f1cd0b5d35787756d29238c67281750c2de 695cea93c8bedc16f334a909526f32ed1d517074 6a1736b9412103fdd6def76be2eec982cb71713a 6ae42c9ddc2ed1db11996abc0e21aa9aa2f5cb9d 6b129453cbbe72d7401c22e6b24fc2f3b46cfdb9 6d6de974304f6855d1a6a4a63474972b3ba48106 6dd30692a76a87c426964cde6ab748603c0c70e0 6e17675e35348592948774e0211f79e7824404e7 6e3b92137d0cded4448ffcbd50fea42c2860fbe5 730f06cab7d0054fcecc6c40eb5609aaa47d52c8 744ee36b4cdcf852e9a118c53b70bb03700f40ea 7f3d71ae6fe35476a015fb0c734122826cc314e0 861921988435fd2e39521776ec71eb0ace7a274b 88fe62113c6940ea672b9f7ae33f8b8fb286a32a 8a0e6b690fb039ad59e5804e840bd28876d2d4f7 8faca5ee2cf11c33cad1d2e1ad39d9c0c6ceee89 920cdb40c3b10772d34832afe132cc96e99a7739 9343d3ec05d78fe4f1c0ba3935d0bfecb38d55d9 94730bcb644e4747cbdebef7d24905cfd2ff71b3 99b49ec0b57d038aa52018a586e785643d5d169e 9d4eda7eec61f15271bbb10595a4dd0098d58e6f a00040fcb0734830d6a827d6c803a0e47e0ca0e8 a005254500b0cefd196ed97e09138ab936b93a87 a12ec3fa1f04b4f9973d1ef0de77ac168ea7718b a38a10fc0e0af47a3650bcf533faa784561fd09e a48b82d6c1ca655cdd6d1031807d7e505944f433 b10f4e7ed2d26eb79a9ac68e93b3c3a79d306547 b12b8810ec63e90ca1c826fc6a78ec1f764f3589 bb53b7f91f9f85e7aa73eb859df54c067c8d8234 c196feb8cdbe1a0ffa8bac2dc7b5173f83e3ee02 c1ef8f0708d870a11ba612d61a2219c85da6c9ec c23a48dc592e26b15b192d31a69b2027088a38b5 c2fe5e8a1305ec338ea1e6edf2175156f4d231bb c3102ded5ebee54d648248f45b04ecec3d16368a c40b3a5fc03fadda17a78608f189373a7d4a4752 c4ccc3ae05d59f04e1788eedc1c9825a2091ac4e c91c7c342e9145947e2dba678080a3f1ec328af4 cd17e9273f2b63da8eb7cfe3c1c789963064c1a3 d19664c601d78e2a6e2c8df2b9b414c430b5d0a8 dd3239e59566f5fbebe07496bcbea1bfd30c71ff df80644340391de829de08fc78e9923bf9cc81b1 e5f69543a0523081280577f378a069427d97c3f8 e7dbf4b9f4f6d23ad770d6534469a839a2f50122 f1666475e823db3724c32c69083247b5a05fd2bf f2095bde2d6c98528b7685f6080005f0bd1139dd f2166ef8db1fbe6dd372a8d7993df4339fea19c2 f3473b79bfe066ed5cd9111f6a9ecf2fa3185a58 f51c1a997aa50c828f36c40768e86346df16e598 f597a88d11f1a1b3df59bf2c8d52109221c03d49
Postgresql-Catversion: 202307071
Timestamp: 2023-08-10 19:19:32+00

Package: postgresql-client-16
Source: postgresql-16
Version: 16~beta3-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9941
Depends: libpq5 (>= 16~beta3), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), liblz4-1 (>= 0.0~r127), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-16, postgresql-doc-16
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/database
Filename: pool/16/p/postgresql-16/postgresql-client-16_16~beta3-1.pgdg+2_arm64.deb
Size: 1855416
SHA256: 0734186b49942561186915d408faa68858ce260fb2bf920ba9446554d95a156b
SHA1: dfa8d638bb06510507def21f35870ad0a250fa22
MD5sum: 6890b489db2ba960659ff1a1144319d3
Description: front-end programs for PostgreSQL 16
 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 16. If you install
 PostgreSQL 16 on a standalone machine, you need the server package
 postgresql-16, 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.
Timestamp: 2023-08-10 19:19:32+00

Package: postgresql-client-16-dbgsym
Source: postgresql-16
Version: 16~beta3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3061
Depends: postgresql-client-16 (= 16~beta3-1.pgdg+2)
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/postgresql-client-16-dbgsym_16~beta3-1.pgdg+2_arm64.deb
Size: 2590728
SHA256: fac0806a52b43b6a90b3a248475be48855d6d8b4116d01e1e7bc7504666f9215
SHA1: 5265f12eb200039f2ae9da4f4f28f9a887db264b
MD5sum: f4c7f87938b9bc9dde38c8dbf091198e
Description: debug symbols for postgresql-client-16
Build-Ids: 15cd2d10b1c9fdc9c9b76419e3bd1b38871c1691 19493b3c41d17aba079a70f9a662283285923f49 199e8a44385abb1aed389c6282e3ec88727e600a 1a932a44e98884908c01aa017dbedeb5544a8978 1d69a49d305596e0bae49bf72cc3ab717eaf9573 49ab4960c63bdcf5a706ca62b978501ffc1bd61b 5264cf123925c1c0334568a34171f82091d76a71 753eae9b415cee5c575001bfa73c76e0cc18ac3d 7c1e6b471769078e1f68e8538113866d98f167c0 80f4761ccc1a2cf386a143e9062c132f7f107d1d 8abdcbfb34d7ce91929c725e68ef74c4b04d63d5 91aefcfe09435f93a23dd89037e423b6bf227269 93adb86440c8ec8d5b9906546e5d4837c1a39018 abd1282894e138850412a0bc5b1cbbebbfb43756 b8357a1274b261e0bd6ef7ff686750001bd56628 c83199e14987384b856eb3bcc316ac7d1712f80c cdd175dba4b843437b589a1a24c49784abb05a3e d0a75830abf19438e44cc5407b519b08a8f8acf7 e62d610c9c1b6bacb2cd1c3b69d72a9c14c49de3 e9e087a81177aace95277a87b88b876fdd9ca6ef f4f6862d489bfd493c2bca3359b3364212e64230
Timestamp: 2023-08-10 19:19:32+00

Package: postgresql-doc-16
Source: postgresql-16
Version: 16~beta3-1.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16440
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/doc
Filename: pool/16/p/postgresql-16/postgresql-doc-16_16~beta3-1.pgdg+2_all.deb
Size: 2061492
SHA256: 0a62061d2c3645e4f01d6a39fb747769f0dd396865c913b67434a28d87433b3b
SHA1: be7155801cadfca48be2a37bf8367c8a92b15f2e
MD5sum: 0a73f46b546b9ffb12f9a7e0e61bc200
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 16. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-10 19:19:32+00

Package: postgresql-plperl-16
Source: postgresql-16
Version: 16~beta3-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 578
Depends: perl, postgresql-16 (= 16~beta3-1.pgdg+2), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/database
Filename: pool/16/p/postgresql-16/postgresql-plperl-16_16~beta3-1.pgdg+2_arm64.deb
Size: 84592
SHA256: 1a57ac4cc1e63e778d861506d958c957ad68b02afc3d15fcbd63a7fd4b92e0a1
SHA1: dfc2636726fb098006ba585d60b7e66fe75ed2ed
MD5sum: 65818f80e4f944b85cf0c6aa56afc6af
Description: PL/Perl procedural language for PostgreSQL 16
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Perl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-10 19:19:32+00

Package: postgresql-plperl-16-dbgsym
Source: postgresql-16
Version: 16~beta3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 235
Depends: postgresql-plperl-16 (= 16~beta3-1.pgdg+2)
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/postgresql-plperl-16-dbgsym_16~beta3-1.pgdg+2_arm64.deb
Size: 189408
SHA256: 39cbecd91af3abe6c0a0b4f048b2a21cd9fc95631673fc6b64e5db89ef78c844
SHA1: 300b3b237c5db7e7ec987a50f33c7d2adbf9da19
MD5sum: 21e15a755c66bc790f3b8a53065b2173
Description: debug symbols for postgresql-plperl-16
Build-Ids: bada10c65c7d6670ed8af12f549f1010a23e042f d31f6edd062dc9399bba07782251f48593cc6ca7 e149f2fa863970e0ce70476eb9c5a5d51b89ceae f3cc79f6927b60d37d3198cab387769caa506581
Timestamp: 2023-08-10 19:19:32+00

Package: postgresql-plpython3-16
Source: postgresql-16
Version: 16~beta3-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 669
Depends: postgresql-16 (= 16~beta3-1.pgdg+2), libc6 (>= 2.17), libpython3.11 (>= 3.11.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/database
Filename: pool/16/p/postgresql-16/postgresql-plpython3-16_16~beta3-1.pgdg+2_arm64.deb
Size: 103976
SHA256: 59958503d48ad940c3961986d199337d43ea788808029a65902b7127712ec6d0
SHA1: b53ddda2f75c08ce2f2916c6dd6c9b44228abe91
MD5sum: 9aebdf239346e912ccf4d1c7963d65c0
Description: PL/Python 3 procedural language for PostgreSQL 16
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Python 3.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-10 19:19:32+00

Package: postgresql-plpython3-16-dbgsym
Source: postgresql-16
Version: 16~beta3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 232
Depends: postgresql-plpython3-16 (= 16~beta3-1.pgdg+2)
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/postgresql-plpython3-16-dbgsym_16~beta3-1.pgdg+2_arm64.deb
Size: 182468
SHA256: ba41d4ac25037a69b2adf525ba1443c9e637c7920cd87caf25722617d35fd945
SHA1: 54bfb0680b7c921ee24baedd2a9c4ce6b5781b77
MD5sum: 90b6f0bec9848cce85f34a635921739a
Description: debug symbols for postgresql-plpython3-16
Build-Ids: 313b16dbe8ab00b2e24fa05a0065eae084fc797d 526743ccc032e24348553838948eae33caeb36ce 76ef8fb973df6bac79ed491015280e6c8ac2eade 7ba1792e459c9a8c52f48514ca7b65b28cba416e
Timestamp: 2023-08-10 19:19:32+00

Package: postgresql-pltcl-16
Source: postgresql-16
Version: 16~beta3-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-16 (= 16~beta3-1.pgdg+2), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/database
Filename: pool/16/p/postgresql-16/postgresql-pltcl-16_16~beta3-1.pgdg+2_arm64.deb
Size: 36356
SHA256: 45a9873fcc93f8ce643b2ec42219be0f0b4e8707dddc594eec8bae1c23bd3b30
SHA1: 3aed2959d202e6cfcc308321c57e3bebf5b0abe3
MD5sum: 55b37a49ec5a37a28508414b3a33ce88
Description: PL/Tcl procedural language for PostgreSQL 16
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Tcl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-10 19:19:32+00

Package: postgresql-pltcl-16-dbgsym
Source: postgresql-16
Version: 16~beta3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: postgresql-pltcl-16 (= 16~beta3-1.pgdg+2)
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/postgresql-pltcl-16-dbgsym_16~beta3-1.pgdg+2_arm64.deb
Size: 82952
SHA256: 7f0dd50bba68b2398668b9a58721079155d42c067b35eeb020d5d835f23ee2a4
SHA1: 7428bf35c9354af2989b95aade2e00723d5c4fe9
MD5sum: de4e897801c70bb197b5818696d6684d
Description: debug symbols for postgresql-pltcl-16
Build-Ids: d8005e796497351740899cb387b1bf759a9f5e90
Timestamp: 2023-08-10 19:19:32+00

Package: postgresql-server-dev-16
Source: postgresql-16
Version: 16~beta3-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7006
Depends: clang-14, libpq-dev (>= 16~~), llvm-14-dev, postgresql-client-16, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/postgresql-server-dev-16_16~beta3-1.pgdg+2_arm64.deb
Size: 1164696
SHA256: 234d9ce53d0f9be6651ff8fd6c67fb1348d925eeba90fe4db309de47f1ba00b3
SHA1: cce3cbcb01794b6011c6394f97fa26c872e19901
MD5sum: ce5f8a787152c534063a1cb6adfa9162
Description: development files for PostgreSQL 16 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.
Timestamp: 2023-08-10 19:19:32+00

Package: libecpg6
Source: postgresql-15
Version: 15.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-15/libecpg6_15.4-1.pgdg+1_arm64.deb
Size: 55712
SHA256: 6b3b74f0b0d62af88be1c45ac9a28dd01c277ceeed78c915faf999a2fac54b7c
SHA1: 2a0a652a165e6269b4c19660d9cc5350a27dcdf8
MD5sum: 34fc3939b33c3b97b04d98a75baf8306
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.
Timestamp: 2023-08-10 17:10:13+00

Package: libecpg6-dbgsym
Source: postgresql-15
Version: 15.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: libecpg6 (= 15.4-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/libecpg6-dbgsym_15.4-1.pgdg+1_arm64.deb
Size: 114604
SHA256: 473778f39df631dabd489d541573559a694b195cc67f1ac5a2c603637d5f6817
SHA1: ecdbf24a1a1e5485b177ed1ffc203d159e2efd65
MD5sum: 3ef20b058f14e73590038b99e1d7c913
Description: debug symbols for libecpg6
Build-Ids: c4fc01b9b98b9361b5d8fb8f10606ca19ab1b920
Timestamp: 2023-08-10 17:10:13+00

Package: libecpg-compat3
Source: postgresql-15
Version: 15.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-15/libecpg-compat3_15.4-1.pgdg+1_arm64.deb
Size: 19696
SHA256: 21bb74e3286e0372f0bb7b8c55b6a9ef8f31f12a4d75017397f40f1644b14abe
SHA1: 9295d0efda4c3b4cd30c1948c5ba9a631bb648dd
MD5sum: 158c9585bb556292daaf3cbf8c8de03e
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.
Timestamp: 2023-08-10 17:10:13+00

Package: libecpg-compat3-dbgsym
Source: postgresql-15
Version: 15.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 15.4-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/libecpg-compat3-dbgsym_15.4-1.pgdg+1_arm64.deb
Size: 39372
SHA256: ab48638b854103980746658db9d0f4f303536fd13e641d7aa28f0d560393c04a
SHA1: 27325a3d18c1ce1c9eaaf83a7283633c41239f83
MD5sum: c18f545c937aaed523bdbef62c3f4adb
Description: debug symbols for libecpg-compat3
Build-Ids: 4191045d52a4ff68ffca2c070b35769f8ee0597e
Timestamp: 2023-08-10 17:10:13+00

Package: libecpg-dev
Source: postgresql-15
Version: 15.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1623
Depends: libecpg-compat3 (= 15.4-1.pgdg+1), libecpg6 (= 15.4-1.pgdg+1), libpgtypes3 (= 15.4-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/libecpg-dev_15.4-1.pgdg+1_arm64.deb
Size: 277860
SHA256: 300b0994c6e359507faa9decd33200c31a7635a4cf172df55c5840811677d950
SHA1: 6b5ec9f92fd69f4cb5ec33e7685d64d428c59548
MD5sum: 6f0b58c4ce399ee4aafe0da671a8427d
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).
Timestamp: 2023-08-10 17:10:13+00

Package: libecpg-dev-dbgsym
Source: postgresql-15
Version: 15.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 301
Depends: libecpg-dev (= 15.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/libecpg-dev-dbgsym_15.4-1.pgdg+1_arm64.deb
Size: 259148
SHA256: 1a3efc05deeeed431768cbdbb0ff6dacdfc38cc389afe095f443d4b99278e02c
SHA1: 6086fcf04f32b335496ccec262602e46ea1c24a9
MD5sum: 741d1d5bbde331ad39522ae1d7597211
Description: debug symbols for libecpg-dev
Build-Ids: c96582833c9360ecec442e93001d19cf1cca1b48
Timestamp: 2023-08-10 17:10:13+00

Package: libpgtypes3
Source: postgresql-15
Version: 15.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 161
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-15/libpgtypes3_15.4-1.pgdg+1_arm64.deb
Size: 39876
SHA256: 4a86f418baf24693fc45085daa6e3bd1933db29c6695c0f944402000247b167d
SHA1: f8859d5d3f39de6292f497dd2b7c2bf216ad8fc2
MD5sum: 58841a9c56e86e71d40131d828deee1d
Description: shared library libpgtypes for PostgreSQL 15
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-10 17:10:13+00

Package: libpgtypes3-dbgsym
Source: postgresql-15
Version: 15.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 15.4-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/libpgtypes3-dbgsym_15.4-1.pgdg+1_arm64.deb
Size: 88552
SHA256: f34794fba71e9c2bf9dce93b29941164aa4d68451ffbfa118a31fac578840413
SHA1: e72dcaf0e08d226b8836e8721cb5cf7dd9dab2d7
MD5sum: bdbad4e269c57a67b7099ab9ebcbe1a7
Description: debug symbols for libpgtypes3
Build-Ids: 5bb41c2e9bb207daff98cddf56db4fed51549783
Timestamp: 2023-08-10 17:10:13+00

Package: libpq5
Source: postgresql-15
Version: 15.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 901
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-15/libpq5_15.4-1.pgdg+1_arm64.deb
Size: 179408
SHA256: 67a755456075a5626179619aa4e02936b72688237fd9411bbbadb216745cb974
SHA1: 2efb410e02d28b3144dc3aa942a07629853b86e4
MD5sum: e9db37502e5bca4a2435834ad950a134
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.
Timestamp: 2023-08-10 17:10:13+00

Package: libpq5-dbgsym
Source: postgresql-15
Version: 15.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 314
Depends: libpq5 (= 15.4-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/libpq5-dbgsym_15.4-1.pgdg+1_arm64.deb
Size: 278656
SHA256: e179cbe513bd2535e3305070240fc59a848feece02e363c17e566bb3173b2586
SHA1: d629c4bdcd2874d3e16d49f762819e75504c3753
MD5sum: 51096b5bb39bc78a85a1b78191463e06
Description: debug symbols for libpq5
Build-Ids: 3e5d20742891b914828569734ade4d220c527939
Timestamp: 2023-08-10 17:10:13+00

Package: libpq-dev
Source: postgresql-15
Version: 15.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 588
Depends: libpq5 (= 15.4-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/libpq-dev_15.4-1.pgdg+1_arm64.deb
Size: 138764
SHA256: 9ffd448caf9a9d7cd02a980bebab37c416f6635c489b50cc185536276977fc39
SHA1: fd7b3cbfcf89714ba6dfc489aa021b97321b34be
MD5sum: a4aa34024762ea85bddaefe87981f252
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.
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-10
Version: 10.23-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28209
Depends: locales | locales-all, postgresql-client-10, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-10
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-10_10.23-2.pgdg+1_arm64.deb
Size: 5004200
SHA256: 7a1fa1162d492d03ff1d6f97fbf977f233c72d66db12bff3f112d19b1fa82b1a
SHA1: 1e20bbf61624659951aae07478b9a6eb53ddd226
MD5sum: 51c8ea194c163e16eec75a47412de2c1
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 10.
Postgresql-Catversion: 201707211
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-10-dbgsym
Source: postgresql-10
Version: 10.23-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13533
Depends: postgresql-10 (= 10.23-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-10-dbgsym_10.23-2.pgdg+1_arm64.deb
Size: 12053160
SHA256: 5666d07050d6af45155e776e0077b1b5647f654bb3b1a4f341bfc5ab364f0723
SHA1: 11a59beb8b83e2b5b47b0d0b0c21956c169080ae
MD5sum: cfd820de68ee68260d80ac339197b4bc
Description: debug symbols for postgresql-10
Build-Ids: 02943e5d4fdeabd74a933128623998977dcad8ca 04d8be1aa640cb590c4cf82919cf2e22da2ababa 0d456b0f27574784cad13e6c2507b1368d28c66b 0e9bf56a89daa48fa3c288cdd296325adb2da90a 135c357dc80293d0e871c50aa5085eabf9cf31a1 18966ab7e5cf2a5af25612d1bf9bc703f9f595f7 206c1811528e7926fcf5ae3c3fd83a0c1a387b78 206e65e0d808b2be43c7dae42601e1acaed97591 22ec3cdeceb2d479ceb9925f1dd44e537a646180 23065fbd5e7087e83bf18eefe168a75c3420ac19 2471243407125e42d738e951f7ba8bf0c8af87e1 25b0cc907b36b9d6fa47e1ecc9aff2c49736d658 271d4f07dccffd2435cb0d8232734415b4629eda 2ae4c34e6123c209ccef9e9aaf8a57f50b10a081 342de07e3f2cfde616e80fff00dea7f123cbba52 3b2ccb164998ffbf2b18a5a187376f4512253ef6 3d40115e427901e33f2a04f88a6371dcb1b9bc62 40464e345492f699dbad8c89efdc0204d0ae6dbf 40cdbbb6d70700b6b3a114173260339d1b6386be 44abd585bdddd7899e88574d5d84c249978aef11 49c8952c8520b384148edec4b579ac6c741d59f3 4aade6fe5a24926be4f5ebf34a248deaf7563714 4b6a81926e32533147568f78d2a848b146cb477e 4cce571c9d715bf7b7e8597023f2083b3f9824e3 511d4a914a6ef766c4bff48f8115c371fac113c8 5259156352b87b9012d20d6866ea687e9da5c47b 5609e1092fc1824eb037cb38eac9e5f31c47b995 56f693400bbd40ef84789ebfdc57b693641b2445 5b50f66af9b6e861278b0471682863eb945ee5ee 5dd0ec42d47232fd9e5eb6cd699d3139b0c30ad5 622687ccbea5bcbbda546e45a225c8331e8eebd3 6637daeafa3cb46814d90523446228f1bd495d0d 6b684e33a9c7342b080b3ba33310f3280e089873 6cdfc91add60ca0acb9d28253b39b97bb8df7779 6d18f57fe2a7baf5cbee5305e871b48171d7ae40 738794b2997177b1b189704a40597ebc3e5f5ebb 73e079ada34a44cd1dc89c72227092bea871ed27 78a56a7ceec9313d5d48ed60dcdb7481d6513215 78f80495b7fca36a1e98670a2033534da524f5b0 7991b5e102ca695ab31744b5d005836da91c96ef 79d1dc3ad20483d73ed9b29af23eea2bba0d90e7 7c395623effd6510cc3df3753edeed42ac16df5a 7d86e67a1eff88fdf5478aafe4a8778ffc8f8aff 7f86c92d173035428cc2d0eeb925c24d8c622401 8d478c6c56eb2d372bf53e6d6fec049e79a9d541 8d4a9f66380316c788eb79b7e18e653170c6ef9f 8f292675cf26463996fd9cc1f11e0f2887f2e99d 8f80eb161053e3f2ae9d6940508951d6d20bb63b 8f9d8516aa8bd6cb24c58702977ef5042926e19b 90d754014a0d9e3294970b0572172da8f526a4fb 90fd03b6ddee9e66350f81ccb6e3f1a43f39e80c 95cec2c7abad7651e9ff17f7de6d90a23393b7ab 97e4bf6acd0ae9b4556a30cf3655737f76553866 98276230aac7e467cfd42d942cde62871c0a0bdd 98d574b94862763f67fb69fb6703b797ea05f0c1 a28b472020f22fbcf169d17a41193f1e2731b312 a58c06d6d8732783ee9bbccf955169b10a61d507 a6346a5a58154a89e69efac3539a980d7e1308c9 ab3b15a00d8278e3c41362593ae581361234b6ae adf7ccbaa6e85f5aa046af0573e0ff6ffdcd1342 aeb8afdd06b679635425cd12d5104b8d08ec5f0d b110a49bb6d5b3d68d574cd0acb00705ada8fb48 b618e63125a345206c2860369ee941a5f6b516f5 b6e3a731d85d7f070f85b0229df5b9570d8d277e b9a3955708c4b35b87f3ebc8263edf46483d47d2 bb628a93d0acaf44ad01e6e59459c40baf5687d6 bbba1dbfd331a3f4a41c65f23dca0619c3d5240e bf2e361e0b0f307ab0296d0d75ceab2d0599f480 bf4824d78d7eac85252f3f6d6ae54a112c98b003 c60874d3be704ea8dcb3fd5fff1ed4547730a86b c643436f2d3fdb4493c0ba6cd2c9a7729d085071 c70b86dde3942e59e4b5595772d71f79db03fea5 c74290ffea59d4a29a38aad98dd5529e0fa59e93 c7544a492665ae69a2e5cbe66e6647e6f4cbe622 c88431f83005ec40d7d8dab5a423dabda9e3dec7 ccaace9b31d2b2b69c1dc54a137a5bb27844f773 d0662725c290be1be0e5a06cf5bd5b63eff0a799 d6cb945da261fec491f07010b66214269b24ac09 d8c9337688ab9fec71425337d11b4aac898241cd da6b45d0b8363a0aa49311ffdb6b552182af15bc dbe7cc59322e4f0aacdeff09c399c9ec68d34af4 dc7799a322fbe7c0ff204f214a9017e4de3d304f dc8e8c1b41200bdc067eae4e39e61f088e016eec dca414a0f275db947c2ee1b6aa042c1188f58779 e3011c0dddc1bec9c1947cbcbd3fd544f8af82a4 e31bd5ab30c8fb415154637c4ba316c57664b85f e5f1c230e8b395a7a5bb4d8ee2622220245921f9 e79617518d9d692a0b2b185660650dfaec0f9731 ed649c2198f884d72974cf9b8537d2498c4ec695 f26eb8e8a35dc2d4b1ebc337deaff7f7a21e7438 f35742774f3ba29122cd4a93652fa64ce517ad01 f4a6d5fda56b3ec4cf600ad4c6aa2e44085d86bf fa762a10b762ffa90393e84358a173ef65a1b319 fb401a2df07f08c56f0c0bd420a50105d998db8c
Postgresql-Catversion: 201707211
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-11
Version: 11.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52252
Depends: locales | locales-all, postgresql-client-11, postgresql-common (>= 194~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: postgresql-11-citus (<< 8.0.0.PGDG-2~), postgresql-11-cron (<< 1.1.3-2~), postgresql-11-pgextwlist (<< 1.8-2~), postgresql-11-pglogical (<< 2.2.1-4~), postgresql-11-plsh (<< 1.20171014-3~), postgresql-11-rum (<< 1.3.2-4~), postgresql-11-wal2json (<< 1.0-5~)
Provides: postgresql-11-jit-llvm (= 14), postgresql-contrib-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-11_11.21-1.pgdg+1_arm64.deb
Size: 15447588
SHA256: a95e0135c4f48e1ad0f3a9f17511c39197174de5ae380d9323d15fafd9654a33
SHA1: b83ce86faf74fc246a71676c41d8c539b18da759
MD5sum: b80c9ce745ac1216c791baff40991833
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 11.
Postgresql-Catversion: 201809051
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-11-dbgsym
Source: postgresql-11
Version: 11.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15284
Depends: postgresql-11 (= 11.21-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-11-dbgsym_11.21-1.pgdg+1_arm64.deb
Size: 13751788
SHA256: 0f37274acfcf084d90aa666de0a3c98de2b252c204ab61ae07b779e5ecd68333
SHA1: fb0d1ae530ea8e4aa3b4c9919143bf4ca3da18e5
MD5sum: b9168b74b6027e9114066a39c59d67d3
Description: debug symbols for postgresql-11
Build-Ids: 00aa2a33c96f909f3b72219fbae0110646be3bc4 0148c8263e7f77d7c8f776b1dbf1d8fcf4b44099 054439f74589036a7129b98f2e38276a01e4cdb4 0667a9bceb494b562ede8f78bfa4f2e8fe21ace3 0715b06446a3b7d68274bd5be8df6253eff14e37 07784901392143c5a83e0ff98d66941cdf3e8766 0b311c737a463c17edb6ac54e4be4e54f90314b7 0eb98eb38dca85d1311e4a2513dc851d5456c1ea 14fb9f62fcc9ebe553092f25623a8c9999cb15b9 15391003bc546da9e4e1e5d25038edae8d8c7331 15e43ec0f9d2876f78b27fa5b573b9910273ad6d 1b10bf66f438386e155508d87be0147a7628d03d 1f5603631878f890c145f07bd671aba4dbf74c22 229d3f43c098c97096cd32f5d3eed1a8cc4d7530 2441682c8597e0741e3f3ae1f3d49c64d232a49b 27aeb79043c257fb8a9a84b447d63ef004301bdc 27c157acd8022de7f02b7006126b50b621b4f50c 2b9f4872d04b007276a5505dce44bda9b0f4d0ef 2cbc44aa069318fe065af41fd7f1a727824afcf6 2d15dc3ad8e6017e59c6be6c72b38d49772da876 37d32c17de015877f494cb51a3113b35b02222e8 392c0c2885211edd50bb2a3bec845a63461bb25c 397a44c8e9dfd167fed4e95a054ab218230e2294 3a75c99a76715f9d2e9e39a83c6776827b1bb496 3fe754d09b5001e230d2209c54fd02f89bdedeae 40a5bda26ad02e345f9697f9ac13edef05e376e7 449a32d2ca41ad752c538042b3260047167e4977 45f72d6f919e443ec5d767db5d9de820a61b3d30 464aa159823e59396eb84e109244c7cf9f2279b8 49b329afbbde266158275f7d543e88fa154e5479 4abf7908aa6f759cc45956b10b052b16c88292de 57d5b8713613b58412bc252c4b8f6ed1d95a56fd 59fb8fd45195c9c1cbf69561aaf5bff0a4bd197c 5a67ee806ef3ead7222c0af73fc05cd25330bc50 5e1477039dc1cfe8bc182e60e4e443d605e0242e 62a520e419ebe1d38bad510be19a55e250466bee 63c89363bed4e6b91f61aef097ae970bf41b4ac0 63fecf1de6bbf57a88f4a90586ff22a971c7f347 65e259558dd50ae03c15ba81c48ca11c71446439 6c48b08359eb16a6769bffe47d889636ce3ffe24 76fea8e25028600aaf634b3bfc61de7952d7b399 781a826d8192f961ee7d89d6ef912f2b94aac1bb 792fbd2fffd2653c7cb2b1cc1a061350c1ba7e93 7cb66e63f5073343c9bb410ec9d3ee7d7f39a42e 85eae3c77df85a1bc4555992b712af225d51f003 8626a02ec68477e122c743c21abbbe36d2ab2716 8749b286d12578c202da448e9ba078be7af49803 87a56618d9479a54a1d72455f76e85546f4a7fd9 87e36dd18fa6b3cf7936bd4cd845f1e38a889daf 8fc603d7022f66c315baae107250f8ffe8c34ee8 911e0181fb0601980d26433cad4c453f21ec9f54 91f6c2d9055dd6411bc4bfe3bea7bca245d0251a 9384c0a733f4c47be11e9dc7e58e66564e0593bd 93c936b1a1fb4cc4886477bf79475573dd13f8d1 978e62303eaa31ea126d38d3c73d8308543aeb59 9c5620434ad111e533c83ceb3141c7f99796fdf9 9cbb64bdc6da64dd073c8fa1245539a576207156 9e74e0f52d78c777ef4f1e70760e154e7f6fe18a 9ed36828783d6e0ac88c43f447480f5a0a9b5606 a1ca49a8dddbfa175302bf07bdbe1f2782e7f250 a5465d4ca5aea404b1725383cebdf8fca53d1de9 aa395bb8c935dcd7f047fb193f038018f48a78f4 af46bb8d1ba450ad5920b10b7aac394c88241ffa b1433fe2f318a587c8abb4faf67c3d6dee741668 b2235c2f35d1df47f43a50d555af62838a21f233 b2d54f6a962232c9b8c0867d6ea0cc7bd46506ea b33757d066cd4bdf515efb00676fc3d21230a964 b4f4acace03675e2999de9247b51b9fb2e4b0b6b b621f1125ca06e0a5f1d5e304f55a4c3fa5af7b2 b9589b31bd0a46fd93bc6c6b80b71d5bd096656a c2803049c1a03a35fd15cba394a2845ce4932dff c3996a143ddb29fffcd113a503d5a3a9013ef644 c58cd358a6fed4635d19a4ad90adf85c86572ec2 cbf75f716a9846ce461c8c6d777d0d06cc2d8f1d cd0cd69baa5fffeff20e896e1b47d945ee4c6e0d cfca1a620cd275fc9a8edb62307080ee02d7b71d cfe98bb623b777c9948b2cc6c854800b0b041790 d1deee36aaff478fcd27badcd6cccb0b03fed716 d3834008722279050f433696c8e20ce0b9bc53e4 d623be7ca9157ac0cded97bb3536c191debfbcd2 d7091ad059e1b28c7e5ffde96eb0db1d085c12d4 d8e04720e9ce6041082a948a4c32ced8864db614 da4431a882eb5f729d6a8bc22b0984169a34c1e7 da7bcafd422631a77d1ccb999dcd23640c5d26a7 db209081ea90b83629233fa2da647868f34ccb92 df791ef8be1b3002ea2c33d5220a0804afb91ce9 e0dfe5871debd25c48ec88ec2dd3a144f1d754e8 e16b6c85aca7dd7bc2f0adea48794495fcfbe209 eab733a5f3f994ae79f2712b413ff51525ad83e0 eb148d0a4b00383ca2bb588a07134562f615d1db f0be983a92aeb63404c2eed54db8cb10d8adeecc f39f7d8579d3534fd7ce8f55aa438251a1076e6f f7c92579e760eb6bf7ac292b25622dc80053248f f811848bcc1f4da202667bfb7d85e5b18e9410a1 fad042e5e2de51a913edc7806abc5d7a43e55d34
Postgresql-Catversion: 201809051
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-12
Version: 12.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54161
Depends: locales | locales-all, postgresql-client-12, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-12-jit-llvm (= 14), postgresql-contrib-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-12_12.16-1.pgdg+1_arm64.deb
Size: 16094380
SHA256: 0601cdccc3b0d0598fbded8e5417531c1b3081804879aff0e23cfb177c601715
SHA1: 797760913631523ffcb6f021a027a17e489a3136
MD5sum: 4a64a91e817c79786fb63b9567347bbd
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 12.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 201909212
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-12-dbgsym
Source: postgresql-12
Version: 12.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16412
Depends: postgresql-12 (= 12.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-12-dbgsym_12.16-1.pgdg+1_arm64.deb
Size: 14835296
SHA256: 8adc8a9a1c68c576f49102678771018f00ab2d2a19abb5db2a604996af421bdd
SHA1: 975dcd34ab5d9856265b6ee9434bac1524af4ed8
MD5sum: bd69a85ac95223297c81bfa2d20207d6
Description: debug symbols for postgresql-12
Build-Ids: 001151c7dd122af86720761d10e01f06882e692b 00b27c357457f5fb332c0745657e62b778277926 014c99f8beec67d18b9725d60898d1b711e843b3 06ab4e8a48bc5aa398cd8cf6859874a43d62c968 06ed40293434239441e5e142c8f0ef6e696d6365 0dab8bc5d2ccccebf0135b73792bce1bb7615955 0ef4f962e8025c09ca6664ba3d2b2b8eb6bb68cb 12a6fdce83a627adebfd1bcfc6835b6eacb0a354 1358d251e881b5996390ba4f2ed8592c5f8d609b 139d5fed5bc635b2b81ff5a58deb498be126a9c3 140891da4f6c201da5028dd415a33cfdee14ab4d 1573ed34a5339302333263a99256fe472fa315a5 17197f3d5a940cf7ec82107ffc471701a645da11 19bc750becbb666c8512dd4eae9694a3c5500397 1a5a0820f718a0b158a38addf8ebe4bd9be5bd16 1de52b87bafc73f67d052678d46c455543120a6b 1df8bbaae4e49c34d8af8e1b373ec379d55a776c 26c9ec5ae17ce4399bc67045b9d9b57216d471db 2a153ea7dec74f1f0ca7f023d870804a9616175a 2b654df9726ff6ee8478af20202ca43431ec3842 2bffb1ec445f16deb8ec539ee5d507c83008db01 2c197cb824551ce73e0726d9182492d04b965be6 2edf517e60dc8ff91f8629a364185fdbaacb15c2 31affa78dcf1347f91d182737672c32a54d3beeb 36d397bee6815cd558624c5535a287694617f269 3f2b2c3a23d604ab51541b7f0ec0e1851fd6f7fc 4388c219fbcab5536553dfdcea517cca83a5d561 4a13abe3df2b5db3ed5531f59a11895db1c3a24c 4a6ab506f0e47a0d76054e0ad3e2cd3286c39fc3 4cd25f2fec99059e62923fda2d90e300ef4fffb0 4e81f7d5c507666727de8fa7195b4f17c71d650f 54e75dbf8c402fedc0f998693b80133b333dcb7d 57eeb11dadac1bab506af32234eb3f75a4f08d89 5aa02130663b5535ba8ff5789b101afd5b63e794 5b8569ecb1a24d3dff73f21505f0fd2c8c4368cd 5dd7193d690150149426e19d94b34b873142417d 5ea7cac106474c81d2f600b82061b39d2c9f91b5 627790f59ed6d3188d8a2bd962bd247552f232ec 6aaeef87070a04483f0767bec699641ab48e0c63 6b7459832b5656f96335d016023d0341884bdc44 6ed14aef19e8b0c4f028fc602b589925460d2fb6 72aab15f99220bf891c379492c33f868e0be8798 77083abec850a776c1b984203d99033062daac02 7ac9b950aac533bed083fbaf2847ac32a0e04c9c 7d35c0a835a927a28149eae0cd5fd9405975b227 87b64245e9762ad2263612a855da659c7c4891fd 87b7b82a82b6d3c0e60a11f8fdf6956990627590 8b65052b7579d1c47eaec2b2e075495bfd06df36 8be425b9fba08420e514534b835fcc765d92a655 9165f02ef1c1002795ed5904c1981f2271e1a8a7 93487b3674473218cc48f16f19cc805c78dfc98e 93c816d941020928a1e38ade880c0b0195f74d54 93f6a031657d68bdac80dac55e73f028b0e58b8d 95d7cfbd75a321c6f4b87426f6ea5adcace01a92 9b285e182dee4f6a42936f6a7c63bd813b9c89c8 9bcbeeaade7cf0ab4f09b623bb864020016da41b 9d7e4baea380803690191d9c0547e048482f0a1c a298f4413065ce384375f49165563593daee332b a302db65a52676238be107c8f4921b9db7afa6db a82606b5599d7bccfac33843b25276622c203633 aca1f624288c5b4e828598112a0bdfe1252880e6 ae15d853019f55cf5ed75dd10b5dc354c3b8c659 b06c588e6d4301a69557e0d195c924f5e47855e8 b1728c1a89e3d44ee40f79827a21f800f99e4c0d b4e9c17d236ffa3aa2220e97dfcb9335eae91e2a b582de530358a532af4495802be23f61f46f2a3b b755c39f2a5d106871c9832b318460c1edab0f5e bcd82acff40113c9980af375fe8805650942d5e5 c434cb69b3156049a7802b69d4a731c92e0746eb c4b1c7a1a3152e3044f34a8e7e46181f8178c6b0 c975bfd399337a7b1b2a9a4ab5c9d20277ab0b66 cb9d557dabac7cde9da7d17dba50402f2be167be ce21f1840a1882928f1583abe2b79cd46c371887 d0ceb5a3a1b959113980a2af938f619d955b9ff6 d68a51b921f643416d6edae902768db89d21e7dc d7136971291244ef60caa3b471f27a0bd311f464 d752f73dfb6f8d0ccde970a1313c655a28edecb0 d7eed44b809010cc4bfe8f3d161b3d2a5b5669b8 dff3343fb0cd746d69e3581c3a10b5d27908353f e0a2f40c23f6bd091a5e53f337aa2d709415f92e e21ee38e7ebe21f10e1b4b1a688acbbf49e39c87 e28372b0aa9425e0f4d18b7bf1c31cd6176e94f6 e5dcbb80bf7f76e77619769af784113089b08203 e6ee7736756ffc68076572b0ef7581fd26681abb e7af70c762d6303d092eedd8b9b052a550033021 eecde0a1b158c61f9b6c12994d67c89ee66b3fd0 f05b530c9c43d8681054720213f0238fb4dfb835 f2d81bc8cdb0bc54b766ace40403450a2d35c699 f3a9eef7ef629f26cc0b4c9e08f17438548ad824 f707d739e8a1593dede0150293d9b7b26b35559e f99793d5217214548b311f1252f8d669b56e6fa9 fb94f3aadd6a59adc342ec14dbd9db7cce2aba80 fc2d6dcb45ebaccd9c6944bf97345a165cfedf1f ff5f1ba80233264c137b115112e0a4bc4314e0df
Postgresql-Catversion: 201909212
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-13
Version: 13.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53981
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-13-jit-llvm (= 14), postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-13_13.12-1.pgdg+1_arm64.deb
Size: 16412612
SHA256: 3bd9642be3d49ed640b67b6364d3738d901361e8dae4ce8f07c177a8f14679be
SHA1: 5af8d3170fd53d7d9d3517b1c09dd6f45138e267
MD5sum: 70db03d57833ad35d7f991c24652e855
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 13.
Postgresql-Catversion: 202007201
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-13-dbgsym
Source: postgresql-13
Version: 13.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17231
Depends: postgresql-13 (= 13.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-13-dbgsym_13.12-1.pgdg+1_arm64.deb
Size: 15622504
SHA256: d6fa24f4e8003ebe135a43cbd43839f7735246e34293a9cb736251ac1d5894d9
SHA1: 16bf3d9d41dca8b5eba8e00f47338381a406fa58
MD5sum: 7a40cdfdb62255d85b7d89a8f4f574e3
Description: debug symbols for postgresql-13
Build-Ids: 03f2851965c17e6bd290221ee93a95cdba2ec3b3 048e7d8198a658c02c8b8bf591117c2aa569b622 049d6c2070a8f39bdf4e986c472e281cf59b3c1b 068c19ea6aad55143ef8a7a578d1c6c043d46f4b 090a1966349fe02c9a57e5f956b841ff492e989d 0cbe4a36f8eda6394a9eaa40dafa87f07d8c8446 0f17d7704a72bc940bd4c2b85b2ab2aa9d59116e 0f520abe6fd5696dea4386ef7234797480813f9e 102545ea24ae084c3ca732489d047e5743a260db 10a9fd3c4810e36401c3d787ec95f101176c888d 19821280dcdc2216df246b3b95238b05352e1540 1f3a88b93437eb01bbb27d48bb420b15b4b30528 1f3d48e12d0be1da6d568e57aec7f723fce14889 1fc9573c92c718f8e33cd088119f938552517949 2009bf78da2d4fa9fc2f44372bd65a810b57b13a 27aba250e9ec4572433d090b3e04550f7c27e091 29c2d48d232cfe00ac35499db81afbd852b9251b 2ecef370b56e16750a30a8484e491ba6d8929474 30d0dc38c88f8db640e39fd11e6b3506c7340ae5 31b9ae524f7524478c992da7cea8a5b724d8d603 31e9e3d515012383518d877be1ff320f194f1424 3513c4fb7d19f2f08548eccd3ba0508d49855ade 37f998a8c75927b0735f67820f7a720dbdff78ad 3baa17934989215fa641766b862e35d121a4bbf3 4496b4dd56129d0eb38e09898a0c95b72b1bd771 4ab0389a32ff01cebea5def190f7b7d0705abb2d 4ad533cbd0325a85f32efb12902052bf696153e1 4b8476b86bb289b1ce7f3461cce0fdb3b1b6409a 4dba9fa6f58f5ae230e7db0273454e573d3152fd 5491dae081107052dc0a240be2e7e1b0ad7cfa15 56efecff7384c86fb7f9cfbc811a202c2fe444e6 58b9384c475d7750df22d6dd081e859a5673bbf4 58cf7e26c1e41d2466f9689f29b0f4f6a3e5a539 5bf2323c8315e999235793bc47d1914b5cc83165 5e7ae908d49d23a21aa2a7a49030dde81c0c3a05 60efc8c061f258685b7ae82184e274b170b84680 6815553349039b0f133fc5c1770cf772e0a41d11 6951156ef0c712eddcf6daa1a47c15332ba50e88 70224a3529bb6087408400344d1cc578af6183c4 73c9d0addf8834e12c780a0de5a186732bce79ed 7506d129919a947efa6627ed18f88444112b7a9f 7a1ae224c29029da1db86df35bc884293c0fd303 7f6e8f46463114cbdbedcdd929115c3ef6041ca8 7fdc1b074379f748b51175a17f5194a0032fd11b 812ee69a3775e7551aa062ff65c12933ca792394 81ce50167c2c450351f6de481be3ddad62f9cb2b 85dd05ab2f60a5e49f9f29f6fb2cedecdee9750b 8d96e01e0268e75c07bfdb533bb80b67795c9088 90802437b01c7229c4879f541bebf038fae055a6 90fd723dbba52fd517d33a3b36c88e3ad58a58ed 922df2e77722645e93f6b5ac33b06ab42c7598f6 94652811eade42241f99ca1f5de507132281abb1 95f2dbca1babbdfaab30737efdcb7d6f34fb7c7a 99b430e468ab531fa0a41b6d1bc009ff44fdda5a 9ba740159cb6001ea94cb7f3d2698e6e9b1939a5 a092f5d9b6af95f90d901d6b0a8132dd716beb18 a2647a4105935cd8a08504058ec42a4955b61e01 a589a6875066d2612c4ff7fb4d1c6b77761a3248 a78571dd23a1a0523e587f2bca136e275b6351a4 a7d17554c64dbecf42deccea42441da126980d0b abf6aa608c5b43a2e13fa43792b07acb907deef1 ad45f472d8e5cb9c6db7b636340075f2df7ab116 ad5cfb25075dc1c31dd20061f86343ffa00ce93f b0653a1035be166cb04ad3a34e7fbeabc986d0cb b17f1e5de8d453476c2017804dbb8eb7f006c1de b662965ebb2b2aa13fc495b6ca415e125b394bf6 be607aa99108f42141bd3fb3f1884ff0177342fb c597cb25bbdd0b8362544f9bbe5bad795c979455 c93fc656f2099c8e31689ac29ae5212c2fe3bdbc cbb644ec8e3644add5cffcb4d6adbff4af02d797 d1ed4dcca88a75472f02b58e05520803da002b53 d48d411155b4111f9ae42f8e50807a869485122d d7efb3697a7ac3c1aebea81f2ab885af92cd03b6 d890f5ed7a31b5c3d259879e20cc065ba2258c79 d9fce4252538f6d9c96e9beef6a18a530e88dda0 e024150525f4976a01871ac78fe1190c425cb761 e039f5df57a2b8c4086eadd52ce5d16fb5bd8fd9 e06f2862d4a0bc52df2a4e51c0c1bf5277d9cdc3 e16afa417fb1be51e9980df5995daab9e067d9c4 e300928355e44f053d4eb8c9ad8d487a58661e82 e5d6c45114ce662ee9fa6f9234c63c3ca4369339 e6b6d6814568df6299680406609d56d4a378e446 e7a36cbf5b83bb420fd06f644b7aba39be633d9d e837a86b895918dae1c231aba7487a3e43881954 e983e331baedbf47d63903a592f8ddfc4bb6066a ea2589f4b4bd82e22d794a249d96c7f98734de01 ead9242ebf94c6f05dc435ff5fea5bee222602ec f08733727d31bea29fb2598be517fc79ac4b3ae3 f10cc750f29f3e4cff26efcba1ba93cf94384109 f664241f9bb272cfe9d9fecd443de8d41e0df918 fae7a09a4de5816552eeed41ed447a276ec31179 ff7559ba56a59dce14e402b91b8d2e54e46cb69e
Postgresql-Catversion: 202007201
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-14
Version: 14.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56122
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 229~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-14-jit-llvm (= 14), postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-14_14.9-1.pgdg+1_arm64.deb
Size: 17202152
SHA256: 09d9533b97f035249160155729ad1d6258dc1cca994e85410dd162d7431121df
SHA1: 281e9527f9f0c8c621ad504bdaf72a7e35db825a
MD5sum: 1fe327b429c307d21aade4b7ae0e4bd5
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 14.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202107181
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-14-dbgsym
Source: postgresql-14
Version: 14.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18296
Depends: postgresql-14 (= 14.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-14-dbgsym_14.9-1.pgdg+1_arm64.deb
Size: 16498664
SHA256: 75ec6dabb12fa12531279d7c686bde76318bda44c09c1afe0e5d322a434e0f11
SHA1: 7206d3ac1bfd6acee2d92fda34f15561621933ae
MD5sum: e7f15489f0babebd0387146c8909146e
Description: debug symbols for postgresql-14
Build-Ids: 04122d0bfef46065e10077d9f2e2086cc441bbdd 0432610f80ca418b73dde4617a783bd40c97b8da 060fd4ff8c9261a95eb22d9b91bfc6727e17bca1 093f052b24166e752058a404d30010b58a62b676 0a0a9625ee76a498c144967b2830e07c46b72b7d 0a3e30dc9a8ffda6f600c2a0290d6182b0aee6b2 0bcbbd4f2a674a1bd13503fbd6509454e6cd1d16 10d71254eeb5f10a59890f7f88989e0b5434412e 158338e100a94510e3aed73b66c58344fb8a9c69 182016e74b0a20850429e47adaa407a124c9f29f 193b411a93fac581fd712a7dffa3bcba47b8ef4d 206ae9da6504c3e35417cb82f9172a3d06b7c161 207a035c85d817fc14d4af1e7e2796b9a5fa6eb9 227dcb89205a5601134a4c6d4eda4a627a55d1b2 28bdf5fa60646cec8073b5cb2f98bfcfa8441537 2dde12bda6b3ad85ac6f0d97308995f4426b2601 2ed8096cd74df17fa2a4ebfe148cd050b2351c08 2fdb6972e2181e384f9612aa4d5478631a70bd58 32919ac28c9f065d38c37349e67d9e7a29628a04 3810109c6e9db01c06c97d18c67d8271709a8592 3beddd016eee8c0a9721dc98c562d3bd62a18308 3fd31e14d69973be66fdb45d269603c8ad1a73a4 3fe24a8a4fe34d53dcbc94a49be55b6920455fcf 41967440b91f6b184385bd6664ef9d8553c38a33 41e5f6a4e1e9cb6d489c8dff06c397e2e721eeea 425c4076d6da35f187a01a0593db428fc6bd4dea 477d19f8cc4bfd009625744c2ddd8fd366a1eb35 4ca0e0572f1bb01e241c7ce961229796e545c997 4cecfaaac23921942e1f8e9fc8dd4d3f061c5096 4f27fcfe857ac02fe2e79360809e5c9c99975d37 4fc81b515b24906719041180d7a12a0b19b67e2d 5402a3021783ceb6c0100a1f142bf41e9a269fdc 5543da592b5ae2a52284fb6ba7f265224cd24601 60a66888d31647c6057f3661e293ab3864a93769 616620ac00966526366e7f8e9dd422b690741c30 65f0c138edce290c0351266c34c5a91959b8625a 684fcf55a32de85cd519f5d2eed1b7fff351e2a5 69da809ca4657433722c9bf46f52e2d69ebfe57b 6d373ed1a33a3edf82e6cf6b4db38f2401d6a732 6f7ca24aacc43a14dd45c003ec32156167476b1c 72faa46ff961a9ba33de56fa749ac45a9aefce45 791f0c4aa469fa537ff87139b242886f017da66b 7db5c6118f3e73b0ee1ff121258098cf76fadb0a 7e9c96fda4a4640cce4c4b68d9533ac94aa3b176 81fdb6d12df5eb324d159752f0d0a7e75765d7ec 83c6f788ad5d83b1a94820a07774ed270072601b 868d422871203b7bea893a4e589b1b0939e9b37e 88c8590082c5e8def2b8a57df6c7592fe29d9344 88e2bbcf77a721d0e93671e108c46f5ce80c43fb 8a09f0914a1336ce248c852f990ea7e7631d8b4a 8c36074c88cf29188abe17704b2eea2f67cd336e 8d97920e2f476fae34785f472e7819e65a9be411 917733ff0e7f0a1d7bf8fd01952b24cfdc7c225a 924061d8f69a07eed5f83f8dd3370c95c83726f1 92bffc37300d46e331a63a222d4cdad67d3e46a6 93265ecbf21644a37d8cdb5d21a6eba29e0facf1 9463fb27992df8c87d5c16a39b2de8bb223f3a04 98f2ffefb9448f1802a006b6146ab19c68d9dc89 9ac526da974be48972876d3c54aeeadc81159a76 9aee1312ac93e7318f86203519f985c6498b8da2 9b2e917c45d4aa9fbcc4d83442d2d74dc13a04d3 9bd75c0c1f272878c4c21588b296ea866c3ae7c6 9eb0523374633bcdaf7342187c11061cf19537e7 a6debcafa852dd5c09b08b18bae31110f3a5834c ab7fccdf8ef7a8bb5ed478b55d78a8a160bb90db ae3654bb604d49c634cff1e365d60f7bc31b7fc6 b167e1e3e969fee39ed32140dffbbfea35ef657e b9fdeeecd5be453b2f1d0d6653c9054de07d84ac c129a67df99c0ddeb95a7a9bfe90aee3a39540f3 c199194aa0fe5fdea2023e696d58920a31a56291 c1c8e9eef84f38ced60e5e22cc3b88873a88f5e7 c26554ca76d60d5c46cdd93d05de047c2665f4e3 c3d9be5237ada8328ef620f31bf472646954829a c4050631b53707dbab456e198094c7a1e5a84f7d c603d06eab021830760018c73813793dabe5a964 ccc6c257051eaed2eabb30665575ba7731347f4b d58fd777c1b98c40f9eaaeb8891128c19d068295 dc09f8d00d1614b5d0286b517e01a560515f6328 de16a08dba54aa1868c2e5e30006e48e6a522a6d e10915b7356920a184c8eac6ef776b25c9354b6c e27d73c747f570d1251314e53678435948c4ee44 e4fbf8067205483f122fe51167a1cf774f136af4 e54ef53ffe66cad54ef4fa2aba3f42f3ad01e5c2 e6213422dc961b40a93bfca5770e6957c1696081 ee479525bbe63e9318a23a58add8018afc75bf48 f05bce9d6afa048dc6a5993dd55806235f2b24d5 f17663dd8e8a0f091f2bd48a80eb94352511e01c f4f1f8d745fc6d7fdddc637771757c4184a3ade0 f509e070c8365cfe3cbb08e9f1127cba76e959f7 f62045580387eab0e7ff2af64d744f06dbd3a64a f6c4d23549e16ce1d8fc2d171a56c19d8b453f7b f6f80d8cc46362875cf107edc881c50b076838a1 fce7659c45c5fc42295996012392a8b3f1b2b04d
Postgresql-Catversion: 202107181
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-15
Version: 15.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58452
Depends: locales | locales-all, postgresql-client-15, postgresql-common (>= 241~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-15-jit-llvm (= 14), postgresql-contrib-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-15_15.4-1.pgdg+1_arm64.deb
Size: 17708764
SHA256: 5ebdc6c5571e32fb935f51ed699780276f610de340d3cae42ca7c12ff53d44f4
SHA1: 1c5d504ffc91eccc7b7862a25a049c3d5907a6d8
MD5sum: 51ed42da75794729f498436aa0a15d36
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 15.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202209061
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-15-dbgsym
Source: postgresql-15
Version: 15.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18945
Depends: postgresql-15 (= 15.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-15-dbgsym_15.4-1.pgdg+1_arm64.deb
Size: 17102616
SHA256: 168e0642862a0669759460413e2621366306855fc3ccbd6519de456b7b921643
SHA1: 8c9aa256826648ebe2f4608dbfc09c83df65db40
MD5sum: 1a8203249f72cc1e5d2255a45446f312
Description: debug symbols for postgresql-15
Build-Ids: 00b29cd13ded2ff9d9211367d80d5bdfd064d79a 017a63766719891f1a3234737330de34107ab941 035a1a7ae1968f233eea41f6eae808403218cf32 0b36ce71fa1a4e80a881ae20587a6d4c80542629 0c690ce7de97699c557e0cde4b779d15f1447749 0c9e9c9251ae2714e5db37f81a610065df944d77 137cc43b252bd6a0cb4cb5be5633c23ac3a7a3fc 13e72d145d66a33630748b4ab1c802e7d1748bad 1c9d1239cc284b33d1fe4ab6c891fa7ab8c9cd61 1d3622f2d5236610ccba667f83f5a0711f698105 1e3226b07a1dfe38aa651916c2a7b29ffd861bf6 1f71fd8fc61e5111a45be88fdc31c3a0b96d66af 203e8c35afb032f35b63284193ec2e7bc815f3d0 23f880742a7eb171be73c418a9cb88e7fdd4b2a2 25d73ce71a6d2931c29e45edbafda714d55ced2e 26d33e613bb53d05e153c338689e4d8af6e2844c 2712089cd2e892b7ec14e16ff4234d6f3a196905 27c19386ade41b7793d8d285732245aad8457d3e 27c530c30328b33a7f79219788028d3cfa8e4de2 2c50b8621f7a367c9e3cc73e6cfbe7f85648e542 2db328cbd90af1bef01318697a1bbb7e3baa87ba 3099a4bb489d8dadfb5265b81b8260cbaddabb65 3e0894bb812fd241e0341aa21ba64ced25d0f186 444ea022651d66190dbf48b23dc1408e57fedc3a 44a93ab12d95b7541f2bd544075e411f8d1ffcdb 485f36829479b07e528d8b1be602d50af1833e84 4a0e40954f6e7dc04ea91e5d666f8d3683abcae0 4e7165a9c7aae5c1217b73a1c16e1d2822abace5 51c0cc89ced2345fddfcb0445f71012d1b855dae 53ed768cebe5e0acafaaebf07091df2dff1b62bf 5571eae8df72a7535cd59cc7a12916bea9906339 571a1068438ffb1b73df5bec30052419effa1769 5acd9d203c6655510caee95a4c1ebaf6e5db317d 5bea6224d5edf71a27e912222e4458b047ac7b3f 5e90f97fd6f78b3fb8d0905e1719c1f0da3272eb 625907679f9bd30fd34a1bbd91ffaa05c1b0c05b 63b9069ac1d0a3217c314ffb416620cc850236d2 6407358495018fb24fbb4760335a7cc8ce311dbf 64ecf4a6a95a293e52da376caf8dfdf1ce5068e8 6732a2b593f01af8f261b77ee79d8df167f9261a 67fd9eb69d7a8569d752b2f6107ffd0d8c162a18 6a4a31fc4c069e4608ac5ed08614735143a3cbc8 6c0bcd74fcff2ce386009e106b5d850e0e821a01 6f0afaf52d49f2ffbf60084f06874c29aeb108fa 70a7492a6253c6a909f4469c87a4cd211bd5b800 777ff59d1a7e45afeb1c9b87aa1a88b52c96b5c7 7d8bee8dcfca8e742aac54ba404d0f417c24ca73 82cba69e3445a6692b087844d0e3780c8198937f 83de493a45df4675919cb113c686518c6487297e 8b0335674c0a328339a453f7609b3fc90f243a49 8b8619de3d4bdbd9c759c2258010ceff0f150204 917bc7186c209b798f2faae11be174ade2320ba3 955fe9bc0b3a380576d1fb322ad6514bda475f7a 95ee7884eb3d2fbc4f1a85e034a7fe0c86b23fbc 97bdb95a63d95bf1fb8461c019f75e8c14096b83 983cdac0c1a9bcd864f846fd6101b9cd7cf82b94 98db23eff6b0ef085b25a0b261655a5bce6bcade 9b4cacffd2dd1434c4a920a3d28c93c42b880a3e 9b69a265d1febc629c43cf3a2b52b222050390e7 9d585dca85b8786a1cc8afcf5eeee722d9d13fcd 9e217a9318b2a3ba16d6c1106acf334e8a0fb2ab a4b339a29d289b9ce538d3ed917d03d059703bc4 a58910763b0c46be5e8a76902b03c633b6c2d26c a618ac180edc7729ae8b53edd120e5b10ee4e64c b1131b0f7e9311c15b7d80cb762d7f9cb14204a2 b65518aad07cc0489db1eb691ee8bce146ac9239 b6c81dc7794aae67683e483f6a4fb179f939b63a b7b3a552cd226f818d58c343d2e35b3b8128ff67 bbbf456c1f5cdc4d97fe8371426a6232ac0b0dff bbef1f48b5b7c3f5770f909626c1cd809f46b401 bda1d6335543f944c1e182362b498a75efe50841 bf45789c242fc6410c5cf51a705c62e1b2e896ba c9c591738bb2f959a2ce0c55b4cbbbb8e86598d1 cbe82a4286077395791533af0c0038cc2e51ac47 cd277800917646542cdafcc043dca2a594bb9e64 cdeb58d0b10aedc301afae7c3a8e5dea644931c1 ce62f772a2847d54db896e492d87eeb01fbbd65f d5ba4a640fe8d6f9e948ffa52e194b79fd747389 d627f5da8df11cc755e0211df456d04eb29dac6a d83569f3a3d7e3a3d7c2698e5748f5cda3fbde05 d9b0f171bcf0a86d319f778f8aafcafbb767c35d dd97b6a2dfaed65526457c6f0cc9ba4943ae6bbf ddb8657f372c3e2f219f6b01e789844cacb3a794 df78265f3a8876c77f1e7a8d168619ba9396cd01 e1312423f4f0ca41ec10864e34b837f851f7c1ed e7c21406654dc9e26b45751053fb4cb1374dbb4b e9e9a308bfda986db266085cd323579a334c02b5 eb311a574bd746c95fee2b9c7d71db548abbf1bd ed83af16acc2093323ffeaecfbc4ef560a0a56db f07e7577fb1f1d866b5d1cca8991891aa906ad1b f704fe47b13b040d780b4d8538b88741ffe24929 f8f3c4587f9d4a9f65bc86b9feaf18152e842868 f9d55dd4a1250f7b13a34a4c800f6bda4f759c47 fb774ed68afccb3447d486419e6ebce34ef871e0 fbf74758dff27954571a8761e5872a0d400ced28 fc2f6a14cc5e147e317daf4db317e7b241d85520
Postgresql-Catversion: 202209061
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-client-10
Source: postgresql-10
Version: 10.23-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6869
Depends: libpq5 (>= 10.23), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-10, postgresql-doc-10
Conflicts: postgresql-server-dev-10 (<< 10.11-2~)
Replaces: postgresql-server-dev-10
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-client-10_10.23-2.pgdg+1_arm64.deb
Size: 1417180
SHA256: 68c0bebf80b01a773fa1e4b3103c9b1113e7d083d4a97937a51529d112ec7788
SHA1: 51d35938f6c661162593aadcf98aaadcd5ca27f7
MD5sum: aa059692c5c4d89826d8116078e00037
Description: front-end programs for PostgreSQL 10
 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 10. If you install
 PostgreSQL 10 on a standalone machine, you need the server package
 postgresql-10, 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.
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-client-10-dbgsym
Source: postgresql-10
Version: 10.23-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1986
Depends: postgresql-client-10 (= 10.23-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-client-10-dbgsym_10.23-2.pgdg+1_arm64.deb
Size: 1676596
SHA256: 93621bd63d8c2a1fb6d47a1ba5ead61f8673a73470681cb4d5f0edc8757d3e1e
SHA1: 6830f48cc4acfdf38b62e1547da4c56ff420c500
MD5sum: 35e2c34b56c738976fd6336ed6e8e7ab
Description: debug symbols for postgresql-client-10
Build-Ids: 170721fad2dc3859f5376f9a9afee200325a0fbf 2a024a327cba606cd4981294e8df17edd44309e0 2d396023c5f673c861a09dda60e1fbfe7784e796 33907d542e1af5a19f0fda3dc2505181d7d9333d 5e63cb716903d1aa5cfeaaf526f34fc523858fe8 60665b01d21ae1f607b64ab98bae38afc6ef5edf 64702f234810b7fa28b7ae1ce3aa540a77add7e0 6b971e0f0ab4d01dc212cbbe501f6a0fcb082ea3 750dac65a228b1a262b38bbee8693839a878ddf2 87a158cf47200abb5a76361927c09174c8633102 8f065b913fb6de586e230616edda481415572db9 93eb4c8bea06dcf49b4a273059254c3b59e03186 b57edfb374bb78621310fe990c81881f3179bbba e0042749fe0a32efd75334d2c6e16aef7235c4af eee3049865620a183eaeea51b0e0050acaac9429 ef120edb202467ace6ee61ad3af9d61e0b1d1f8b f1d83e101b6a472676b72c0ef4e8a757d8017604
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-client-11
Source: postgresql-11
Version: 11.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7181
Depends: libpq5 (>= 11.21), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-11, postgresql-doc-11
Conflicts: postgresql-server-dev-11 (<< 11.6-2~)
Replaces: postgresql-server-dev-11
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-client-11_11.21-1.pgdg+1_arm64.deb
Size: 1468600
SHA256: 69be6847132b2db5f96b751fc56ae045b27f3c22e25b4716beef05595d0002c4
SHA1: 79ff71990fcb27e8839be9bf792d9431b87e4d9a
MD5sum: 3a28ae96c4af0e428c92447a0a18c7eb
Description: front-end programs for PostgreSQL 11
 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 11. If you install
 PostgreSQL 11 on a standalone machine, you need the server package
 postgresql-11, 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.
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-client-11-dbgsym
Source: postgresql-11
Version: 11.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2010
Depends: postgresql-client-11 (= 11.21-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-client-11-dbgsym_11.21-1.pgdg+1_arm64.deb
Size: 1700076
SHA256: 57eb9fc096b0b27c010de487f54404eb2ea7860fbc4baf4c19d544279c4d35ce
SHA1: 01255aac93377bec333916e5a66192a5502a2fec
MD5sum: 4c2c48055e90456b2fa566d2fdd763dd
Description: debug symbols for postgresql-client-11
Build-Ids: 0244d2daf538c653b145474a9f30ec5aab3eabe6 08f10c0edc749c0cda5c5b896dd33c14d9c2656a 0d6ae652b7961824fbd130ee0fc7bb69245a1189 1157ea3808eeb2788cf99d2c8bc0e8200de8a61a 17a574ba8014cc55768e4f1cd32652e73f397e12 19a9eaba20bf5e822bd581c6814a32810f415ad8 2284c9ff13d59efdde77b3c20c8c8e69e3afb01d 2deb5422e8c4b1870155e13afeb3243a0c44391d 60209662545e9b265469d7c6c3b21be896af51df 7767a0ed7feb3c04f02f5616fdd8b49767c0a178 95294b74f5aeb88afa2cf86620339d46aa96e19a c8e99c6e46714ed02bfe0d6f32318b037148aa75 c91228fbb503b68bdd1eccd5d931fd56324a0edb ca75170a91d035db2ec5be0b58c694a9f27d42fb ce1f3bd7ec0b3e4c3efb7ae2b8855563caf8cc34 fa4c9bd06ef4739eca93e8d418a3e6f0f6f77b55 fad267c982d17d81058e85c4d194a545e020f794
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-client-12
Source: postgresql-12
Version: 12.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6528
Depends: libpq5 (>= 12.16), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-12, postgresql-doc-12
Conflicts: postgresql-server-dev-12 (<< 12.1-2~)
Replaces: postgresql-server-dev-12 (<< 12.1-2~)
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-client-12_12.16-1.pgdg+1_arm64.deb
Size: 1403064
SHA256: ac9ef53151cbda7acbb87bb7396588ad073b068706da47d551c03cb0b72ac876
SHA1: c3cd1a7d02b9a614470f93e0de35b5a55ddefad0
MD5sum: 041af0cc688db3540becd6b1adbae60a
Description: front-end programs for PostgreSQL 12
 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 12. If you install
 PostgreSQL 12 on a standalone machine, you need the server package
 postgresql-12, 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.
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-client-12-dbgsym
Source: postgresql-12
Version: 12.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2216
Depends: postgresql-client-12 (= 12.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-client-12-dbgsym_12.16-1.pgdg+1_arm64.deb
Size: 1871240
SHA256: 1afca490965657bf2c09beacff478b05a79033e8b7d3afbfef025d4805013859
SHA1: 76364536e7be8f7d73f14f7fc3ea23023f6c7217
MD5sum: d2ebe9e6588e83f279dfb89c9ae8aff7
Description: debug symbols for postgresql-client-12
Build-Ids: 017cad3305970af975696c1a96bb2f994bfe162f 03102914dcea5e70885e1fe97145cae5c4206564 07c07f84f64fc80ab82716aabfe4f0df99ad8d11 1daf8c73693e2c37fb9643ed33fcf0e042f6bc05 378ab3a60f77623f51e069825be368471ce78838 4263f601e8208765ea8e6daa6520eb25b179ee45 7b53bbc4e13434500c4fa30515ce6e563d4276ed 7bee6e0112ec2825fe5614064e3110e5866d2a8f 93cc39d4fe96426a3eff33b79f9b4ada972d7f90 ae5548f839069ea37abb3f54df4429570df42731 b705ef23a4918612a110dfaa6487b31f4890c019 b7be2a168b5f8cfead2b32340c99a06febbe67eb c72a59cda9f24364226905673c3b1353781388f5 d9c7ca7bd6debd8bea938695f9ef5cebca95dc8c df2c3b7fd5fc9094646340e04789dd47ed687aa5 e71f6fddcb4cca6b4017a4f7ed5e56fe26d2260d ffe3328bfc188e04d1ea747a77439005b9844611
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-client-13
Source: postgresql-13
Version: 13.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7040
Depends: libpq5 (>= 13.12), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-13, postgresql-doc-13
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-client-13_13.12-1.pgdg+1_arm64.deb
Size: 1481176
SHA256: aefd5fb9f55e118f1e37c2a90c8c993a2c96bce0604fee3c893305041aeed1e7
SHA1: 12146e88ebfffb26b95b46a5930db928bde921cf
MD5sum: a1af757ff6232012beef0ecac31bd4f2
Description: front-end programs for PostgreSQL 13
 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 13. If you install
 PostgreSQL 13 on a standalone machine, you need the server package
 postgresql-13, 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.
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-client-13-dbgsym
Source: postgresql-13
Version: 13.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2390
Depends: postgresql-client-13 (= 13.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-client-13-dbgsym_13.12-1.pgdg+1_arm64.deb
Size: 2010076
SHA256: d4ff67335c18b180416a071be07b9fc6e719d5d7b388785bb3ec8acdea34f861
SHA1: e9f58badb34881f3fc5b38fc21abbc645ce2522d
MD5sum: ff1a32931131641e5eda948b574fb5c4
Description: debug symbols for postgresql-client-13
Build-Ids: 1d06e154662b411f0a7c8fecc479e9331fb0cc65 22397d56093450820c9ec421357cb8bdf0698d80 49e7174f06ef27eb4b20d6a01c5df1511dea90d1 52c5bd04f0da23f0df3ec75bc496179a3ee70ea7 56654595b1ebf8fa848e58eab663af27b035fbfe 5a1863ec4e9abd5e15eff1b02264f2d7173bfe40 6530914b6abbc9e688aeb93fcb8d0d2c779e31ea 67db48ed022db5e51cca108fc158534e8dfb8016 7a21969680caf32614395e7ff2571f8334ee517c 7a36c2767bdb753b88102a3c4bba9994395b85f8 85ab187fcc9a21615258592f9cc227a8b19e6bc2 a0a424fa13059ef9e4af85665cc00f71d1acf40e a32118dcbe21d6bb5b6e0542cf84b8a0d5ca85ae b627d9f5183adcf271cd949887ec7386bd40d31b cc7c8f1c845cc70c91f57c13978de3701bc0bc49 d02c838af3d5f399563e4d259ae0459257b0e0e0 d4afb01b8b9fb507081e2ef9df76b43d07cb675f ff4671642e2df195b7e157983cb3e4225454b6d4
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-client-14
Source: postgresql-14
Version: 14.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8070
Depends: libpq5 (>= 14.9), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-14, postgresql-doc-14
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-client-14_14.9-1.pgdg+1_arm64.deb
Size: 1597708
SHA256: 06dee878279149e7d7b7c95dcd5a980bd00801c744b264acef022c0f54b980f4
SHA1: 9c7971126620d8a54cf1c625ecebf0c77f72f67c
MD5sum: 2364b5673a928a1ffac95e2d5fdc72c8
Description: front-end programs for PostgreSQL 14
 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 14. If you install
 PostgreSQL 14 on a standalone machine, you need the server package
 postgresql-14, 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.
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-client-14-dbgsym
Source: postgresql-14
Version: 14.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2779
Depends: postgresql-client-14 (= 14.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-client-14-dbgsym_14.9-1.pgdg+1_arm64.deb
Size: 2339828
SHA256: 39307bc68eed094f46dba677175c8a470280e814aa6f47d05edd899cc4c4fcfa
SHA1: 077df92696ec6b0eee2bcc5da902b06ea70b21e1
MD5sum: 17e403872bcbf556dfece3982b9de7ae
Description: debug symbols for postgresql-client-14
Build-Ids: 0c8e4af1fe2e110045dcbc86c1a7e43886ff7269 1e4a24b131166d166db3cc84156a13acbf2e30f7 27bd936080dcd95436c46c1a03c943c785714f7e 2b8996644c2e58667b32e3332d1c727093c74596 30298532eb6fff8ba3f53c9b7138936b5cac15a1 44b10d63565fae817b694b842be673f368084d18 54c20479e6d42ef7ab6e7c9b2ed9de347793a570 55f7ab0ce3ccc4a8c510ef06ba125d26d534371a 8268b80010a6c615bea930452910d518e2ff21fd 8a6ba4281a33c619d7bc1544dc8cc5eb3fca5eae 8ac1687e1717da58702646a8687fdd2e5a847277 8de30f16de184dfaa20f8a65ea6c8a663d1c071a 9e594796b17d057c26cfa9d7fe896521c9527422 a2c0714e4772d59f6990777d1e80572eb670b1ca c86b9b78cf79dd330d19c9d07014b94f6d033458 d34470b3f9e19de623a2298da8e4ce5d53b0139e eace84c780431ac5886fbfa603b73177ca25e0eb eceb2af374591f3f28c1cc2281337ce6e3a98748 ed8d09b169d73e1a57974ae4e279fc1e6a4fe8ee fb6bd33cca098a48e3c92067442cb9290e874d92 fd990c5ed1558d5503fb41bbaef6a23459cb949d
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-client-15
Source: postgresql-15
Version: 15.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8787
Depends: libpq5 (>= 15.4), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), liblz4-1 (>= 0.0~r127), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-15, postgresql-doc-15
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-client-15_15.4-1.pgdg+1_arm64.deb
Size: 1661208
SHA256: 87124b19bf21859abc4df9cbd53c72a0fb67b4a1a973e86b3679716232fc9cea
SHA1: cb0e1728d571082949b7b31765de55b8e97c6dbb
MD5sum: e391b59797a6fa555f19016c1815ba03
Description: front-end programs for PostgreSQL 15
 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 15. If you install
 PostgreSQL 15 on a standalone machine, you need the server package
 postgresql-15, 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.
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-client-15-dbgsym
Source: postgresql-15
Version: 15.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2965
Depends: postgresql-client-15 (= 15.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-client-15-dbgsym_15.4-1.pgdg+1_arm64.deb
Size: 2498804
SHA256: f52adf1d855bbcdb48abda653e33f66366b190ba90b6ef3ecfe8e8f3c7ee7614
SHA1: 2171396536340b7585ef3cd4b1fc7c6191ce7cab
MD5sum: 20dd65ba2a8db6f11675375d8afcce23
Description: debug symbols for postgresql-client-15
Build-Ids: 0a5ba4eced47d8f33753ab2bb4541206bf7c48fb 2e90d027755eb3b6e0aaa2dc233480b256dcf3df 4b7bae332fce7f0eef9be7624713c493a6422014 4faf00627d834b0802fea62bfa1560b944414c99 645a0bff46d06bdd329b78b2ca0916b78e37452b 6ac3c3e515dc6e39038c553d564ab01a3f19d517 6f10c42b0eca8f36a2bf5e966ab2be59164eba6a 7b512d25e32fbd746a4b8ed427afd672d6188ccc 85bf629b623a5bcba09be44cc2e68644e641a268 88e7e97b15a0c4870f6a25b7db8905f5c2e8243e 99cdcbc5b009e413359cca7c6c8b99c2781713f1 a51fd6a12ae670611ee888be58323317cf2fb3ee aae8e64e6dcaa8d4433a5a65b228800fed021d06 bd9f022e4f9b83e84da30b5d172953760245febb bfc27e0e2fe63698a5e2c336b62581eebbc51efe dbf449f53c13cbb67d2d4fbb7a6863e04dfc0bae de5a22f5aed660609ed8e90ed869623bb5db6c1d eb803d7003cc2c78f8228a4e4c9fe7e506ec87b0 ed03bdac2bb3f91bd5f6a8c6ce35c652d3ef6de3 f30598bb690f0b6be57387e56ddb7fe7ac52ee09 fc206bc79aba959d6b04b815af95446525dbab7c
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-doc-10
Source: postgresql-10
Version: 10.23-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14158
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-10/postgresql-doc-10_10.23-2.pgdg+1_all.deb
Size: 1826636
SHA256: 71e0369893cd340e1323f3e58c1075a2bccdbbeb4d0a8f61d0fe306045051f19
SHA1: fa66274907c0f91e4cfc80ab28b733feef987c1a
MD5sum: fdc6bf27004e972f0d70a1d3fac528e3
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 10. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-doc-11
Source: postgresql-11
Version: 11.21-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14634
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-11/postgresql-doc-11_11.21-1.pgdg+1_all.deb
Size: 1883812
SHA256: 0941d3293238b98b7542cf4218dfe79723289653428c95e70ba2245283fe0685
SHA1: e28a280b1d65e17107ff4804cf7cf00665b7ca7c
MD5sum: a9e409848d6770a0e4347713bd104cb8
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 11. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-doc-12
Source: postgresql-12
Version: 12.16-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14947
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-12/postgresql-doc-12_12.16-1.pgdg+1_all.deb
Size: 1919428
SHA256: c301b763fd94027269e675a835d24f475b391f8cf66ea7ed8ee72177d062247f
SHA1: e66775790f559c56967661729705e7d63bc7be2c
MD5sum: e88e222de2de541a4040fd8e3f072042
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 12. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-doc-13
Source: postgresql-13
Version: 13.12-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15685
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-13/postgresql-doc-13_13.12-1.pgdg+1_all.deb
Size: 1964016
SHA256: 1aba6899bea069cd6111de485d795939bed0b7c93a254e3520bbc13da040f0c0
SHA1: e8bc9288b0f3992b740aba17a00ad286091771a3
MD5sum: 8d757814652cdc90f924fbc0cb8cd8d0
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 13. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-doc-14
Source: postgresql-14
Version: 14.9-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16113
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-14/postgresql-doc-14_14.9-1.pgdg+1_all.deb
Size: 2009476
SHA256: 29909aaf54d02ac58a8e15dc54a5a20d127db7e6385bf1eef83aaed580387ca4
SHA1: 7773cc990247704d630c837edd7d99cff73fdd9a
MD5sum: 404b919555ea12229be4320b62fc90f9
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 14. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-doc-15
Source: postgresql-15
Version: 15.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15962
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-15/postgresql-doc-15_15.4-1.pgdg+1_all.deb
Size: 2019764
SHA256: e70c88110dad601d735ce3cbb2f4f58a3b472a00edc4c182d69c72a055dbb8dc
SHA1: 66ce07439c2a6e2c8130651e3dbd738e8ef8bf39
MD5sum: e3d3979372b02899d13c7292a2815007
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 15. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-plperl-10
Source: postgresql-10
Version: 10.23-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 355
Depends: perl, postgresql-10 (= 10.23-2.pgdg+1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plperl-10_10.23-2.pgdg+1_arm64.deb
Size: 57412
SHA256: 18bcde5b743a828030e3d444a3483bfa8eec400bc7ddea70cbfe5842ed7a2594
SHA1: 01526ce863bb636314fd69dde38cfeaad1f8b467
MD5sum: 5b4dcff63ef3ad36eb2fa165171b56f6
Description: PL/Perl procedural language for PostgreSQL 10
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Perl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-plperl-10-dbgsym
Source: postgresql-10
Version: 10.23-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-plperl-10 (= 10.23-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plperl-10-dbgsym_10.23-2.pgdg+1_arm64.deb
Size: 157080
SHA256: af81be236b00d786b4a2a7a2cb10c5a9c60303133fab79a98b928abba21522ff
SHA1: 2f3142d8dcbf72e07d55fc5882a32d71e6e71c01
MD5sum: a63c5b69fae27e747e4c62a330519748
Description: debug symbols for postgresql-plperl-10
Build-Ids: 9f0af62ace05dabdd705a4e68aaaa64aae82f37c b5cfe796e2ea222f989ed30fc463e14157e4fd59
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-plperl-11
Source: postgresql-11
Version: 11.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 435
Depends: perl, postgresql-11 (= 11.21-1.pgdg+1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plperl-11_11.21-1.pgdg+1_arm64.deb
Size: 64188
SHA256: bec0e06a98d66ff68753df1f114f5a30947f793c15f0a06571c3ba3a62b16af9
SHA1: fb948897702e2beb8eb65817e2dd85b9f04278a2
MD5sum: 5c84533df9507b197de34a2bb07f9890
Description: PL/Perl procedural language for PostgreSQL 11
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Perl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-plperl-11-dbgsym
Source: postgresql-11
Version: 11.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 211
Depends: postgresql-plperl-11 (= 11.21-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plperl-11-dbgsym_11.21-1.pgdg+1_arm64.deb
Size: 172188
SHA256: 4dc2ac38fd6a54417c3ca92c336f312a93f6e8463eb80ffc3bae2118b4da27bf
SHA1: e04b941685a604f2c072213176683d4f12995b6f
MD5sum: 5598b1989e55fd61c293300a440a0f0d
Description: debug symbols for postgresql-plperl-11
Build-Ids: 32f59571ed36d63560a6120ef4df359f46566f46 54e0048912f094ff62fb15fe4f92d3a83f9123e3 60ab26dde10aa769cca32a406267f3f05dc95ad7
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-plperl-12
Source: postgresql-12
Version: 12.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 478
Depends: perl, postgresql-12 (= 12.16-1.pgdg+1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plperl-12_12.16-1.pgdg+1_arm64.deb
Size: 84212
SHA256: 2b9e6ed53711247ea5df449826d18dc80aa50c34d3a5ce136b403e856dc48e97
SHA1: e72514788e52a5503e7859732480d17bf06a1d80
MD5sum: 9df9590d3e41c2e08aff686c38be345d
Description: PL/Perl procedural language for PostgreSQL 12
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Perl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-plperl-12-dbgsym
Source: postgresql-12
Version: 12.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 214
Depends: postgresql-plperl-12 (= 12.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plperl-12-dbgsym_12.16-1.pgdg+1_arm64.deb
Size: 174892
SHA256: 07a412c3ff367033e192921bc801909f25097d2798cb5487dbcbfdba9e77e281
SHA1: 7a5f6125024fac52f306abc056afdf07516992be
MD5sum: 61e889df3c75002c78606039d353b971
Description: debug symbols for postgresql-plperl-12
Build-Ids: 194f52a40a5db817af2756c182ba33d7fe8149ae 352fc88e4d9bce11e9fc59b053a350ce71358b50 44465668d5289a98cc337a40727e9835c87d37b0
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-plperl-13
Source: postgresql-13
Version: 13.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 558
Depends: perl, postgresql-13 (= 13.12-1.pgdg+1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plperl-13_13.12-1.pgdg+1_arm64.deb
Size: 88572
SHA256: 00e54d795cbbb0dfc8cec4ea943846f90ac8ea7dd82d031444743c838916b959
SHA1: 5e126fbc83103f17478c665e161d3837c1eae86f
MD5sum: b17cfbf216aa4636255f3b1a3c1428cb
Description: PL/Perl procedural language for PostgreSQL 13
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Perl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-plperl-13-dbgsym
Source: postgresql-13
Version: 13.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 226
Depends: postgresql-plperl-13 (= 13.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plperl-13-dbgsym_13.12-1.pgdg+1_arm64.deb
Size: 181192
SHA256: cf1ad76b9e2c8e57036fb65d24b8651c315a41f1c152dc34a88b7d307e104313
SHA1: b9714e05f8f6ae6343a45550d6e00e61793f275f
MD5sum: 909c0a607ae9b544fa7c4e09bcde6c7b
Description: debug symbols for postgresql-plperl-13
Build-Ids: 8e9a01565c267572e67f3eb78451dec0c8693869 a4ae85b49ad65936c02e044ad2073501d4f33487 d76e8909f7985e10b7a982e67e17f0463d09ad71 e617a475e654840a1ec2be48f2884494f1c1c2a5
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-plperl-14
Source: postgresql-14
Version: 14.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 564
Depends: perl, postgresql-14 (= 14.9-1.pgdg+1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plperl-14_14.9-1.pgdg+1_arm64.deb
Size: 86660
SHA256: 1f7b5042414f24d0f629b6a1d1ca2e18411f27f0e1d1e9f7e6680a8b5fd4adda
SHA1: 27dd82f455edb8be1b715dd2aca0afbec57be249
MD5sum: 708f5274a94fc1113376424bdb163e22
Description: PL/Perl procedural language for PostgreSQL 14
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Perl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-plperl-14-dbgsym
Source: postgresql-14
Version: 14.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 227
Depends: postgresql-plperl-14 (= 14.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plperl-14-dbgsym_14.9-1.pgdg+1_arm64.deb
Size: 181720
SHA256: b91118cbf6eb3766d24a275e22b790f3cdfbdd7c2de55a8368291f1a2ee95291
SHA1: 0222f19e67304f17f3a7008245c55e5caeeb2076
MD5sum: f78f0d62d0cc9cefcddbd4c074c724e5
Description: debug symbols for postgresql-plperl-14
Build-Ids: 4b49bc7b646a6116a726811a460becda7cfad52a 73514f1c6da2873dbd338d40c3832b760d5a9f85 e2d4f3f87dab7d34f701fa01efe97d37cc7362f9 ed3f09fbc4e07852f0de6464db223e540d96c5c8
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-plperl-15
Source: postgresql-15
Version: 15.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 566
Depends: perl, postgresql-15 (= 15.4-1.pgdg+1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plperl-15_15.4-1.pgdg+1_arm64.deb
Size: 85044
SHA256: a890597c9cf4a7ebb1bbaf6ea60212eff43d80bd2bdf252a7aafd0bc19117796
SHA1: c50ad5324874102d006a9c703d808c3709cf701a
MD5sum: a50fcb19cbfa9767d891cd14a0a7e9d8
Description: PL/Perl procedural language for PostgreSQL 15
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Perl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-plperl-15-dbgsym
Source: postgresql-15
Version: 15.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 230
Depends: postgresql-plperl-15 (= 15.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plperl-15-dbgsym_15.4-1.pgdg+1_arm64.deb
Size: 185500
SHA256: 4b53344998288f24335e16578a3730c7dceeb6dbf93b103a39833d485bf7850a
SHA1: 922080fd267762ea56adfc69fc7a0b4e1f03033f
MD5sum: 1bf7b28183fbb302fe5220b1ac2b8711
Description: debug symbols for postgresql-plperl-15
Build-Ids: 29f183290684479bcc523505bd23dd6389118d3b 2a4f2cbfbbe128d66c09fa01967a66c53e059581 668a626b2e13e297674c00bb5d017b290613896e aeb3bdd0d05c0942125e88eb9565633b526b55b6
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-plpython3-10
Source: postgresql-10
Version: 10.23-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 313
Depends: postgresql-10 (= 10.23-2.pgdg+1), libc6 (>= 2.17), libpython3.11 (>= 3.11.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10_10.23-2.pgdg+1_arm64.deb
Size: 53480
SHA256: 56a73c8d101e1395cf541541122c390d22031e9ef08b9a191a51b7b8cc1fffbf
SHA1: abcec0c40ec7638a7cbf9cf54e5a4297fa3a0422
MD5sum: e6575ca22e16dcc1479934239039829c
Description: PL/Python 3 procedural language for PostgreSQL 10
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Python 3.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-plpython3-10-dbgsym
Source: postgresql-10
Version: 10.23-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 197
Depends: postgresql-plpython3-10 (= 10.23-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10-dbgsym_10.23-2.pgdg+1_arm64.deb
Size: 154432
SHA256: e36fde6ab8e9a537881c4f8d0bca660399cceb62228b39f5c51461ef99c68f39
SHA1: 6154553d47cdf3586529104d20c507d3f90f6d00
MD5sum: 5692a25ff24aaf8db45b3afa90471080
Description: debug symbols for postgresql-plpython3-10
Build-Ids: 2abcd00e6e1c52f2bf303f92ceceefe36031d38b c4cb8213a72ca72f06bdc765b0da210574f92a93 cae093f8461676df9a74fb4833ab2a7e66a1d2e2
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-plpython3-11
Source: postgresql-11
Version: 11.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 426
Depends: postgresql-11 (= 11.21-1.pgdg+1), libc6 (>= 2.17), libpython3.11 (>= 3.11.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11_11.21-1.pgdg+1_arm64.deb
Size: 75332
SHA256: ece9de6c90463cfb7cac20c6f2fb3cd886373b3fc1242430b58961e046af0817
SHA1: 136f5454dd80e5a94445efeb12f216c50802c06b
MD5sum: b8308d01a0997be034cb800b086a02ea
Description: PL/Python 3 procedural language for PostgreSQL 11
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Python 3.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-plpython3-11-dbgsym
Source: postgresql-11
Version: 11.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 224
Depends: postgresql-plpython3-11 (= 11.21-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11-dbgsym_11.21-1.pgdg+1_arm64.deb
Size: 172820
SHA256: 404ebb910082efdee65e7e03bea4863a92145414cdba5999f6d9e94e1015ffb4
SHA1: aa7a7234d0a17c6ab14c7f7642628bdecadc45f3
MD5sum: 7b64f477a21410056da11c6afab353fa
Description: debug symbols for postgresql-plpython3-11
Build-Ids: 7b56e8803514c132e9961dd7941596385560df45 8b19a80bab29f5bceadc21e240c28f2dc4db88bb a27a839d9579cec91f4ad6a9a10d1394bd95a4d5 dfa501385bd198e915033c169999f62151c874e0
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-plpython3-12
Source: postgresql-12
Version: 12.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 641
Depends: postgresql-12 (= 12.16-1.pgdg+1), libc6 (>= 2.17), libpython3.11 (>= 3.11.0)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12_12.16-1.pgdg+1_arm64.deb
Size: 108140
SHA256: 620774138d8851fe323a62514f0918563b370a0ab9202c046a446597bcec6bbd
SHA1: 101453c2b48e213d8144139296ad0e7dd4bb115b
MD5sum: 29b6a74c2fcfc9791080221454e497f4
Description: PL/Python 3 procedural language for PostgreSQL 12
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Python 3.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-plpython3-12-dbgsym
Source: postgresql-12
Version: 12.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 228
Depends: postgresql-plpython3-12 (= 12.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12-dbgsym_12.16-1.pgdg+1_arm64.deb
Size: 175656
SHA256: a57f6e712d0ae885c6333d124842590bb8a59693e3060cd08ff7e0193da20a6b
SHA1: 6715b6daed6d142e8ea109c356e8b4403e749f5b
MD5sum: 18fa37fd7ce8b2da396234f7bc3e4a9e
Description: debug symbols for postgresql-plpython3-12
Build-Ids: 5dbf3a022041b59cba34dcfc7cf29bd453958dbd 617d0dcd7961b5e4a5c9a97ef7e042983fb0f39a ce2d953c89fc375ab9aae3f96ff2c314f907a8ad ee68903d9ac9c344184d03575286bdc742cce76a
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-plpython3-13
Source: postgresql-13
Version: 13.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 640
Depends: postgresql-13 (= 13.12-1.pgdg+1), libc6 (>= 2.17), libpython3.11 (>= 3.11.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13_13.12-1.pgdg+1_arm64.deb
Size: 107260
SHA256: 95af104b06813de5d723f79c615db8cfc521352ec5c51c5b032a63c4661fac4e
SHA1: 985472725003b6c80abee2e7a432910286218d17
MD5sum: 4f39396876420fcd3b627568f429da7d
Description: PL/Python 3 procedural language for PostgreSQL 13
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Python 3.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-plpython3-13-dbgsym
Source: postgresql-13
Version: 13.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 228
Depends: postgresql-plpython3-13 (= 13.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13-dbgsym_13.12-1.pgdg+1_arm64.deb
Size: 175844
SHA256: b42d219840d666848c63f4b7d37b0673927b10e28c4f9136f655b09f538dd894
SHA1: 336af05043d2447dcc361683132af3de0727e1ff
MD5sum: 585b3376289471c4f3dc57e192b1ee55
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 6d757426fd4058c13e4f1c05db50a492db9b19b8 9cf477d9d5e74396d8429add1800c16b7a4e6aca d76d7625c0953a151649440fbf41b4edaec95f7a e93cc715282384a849ca4a39328808169b647026
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-plpython3-14
Source: postgresql-14
Version: 14.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 655
Depends: postgresql-14 (= 14.9-1.pgdg+1), libc6 (>= 2.17), libpython3.11 (>= 3.11.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14_14.9-1.pgdg+1_arm64.deb
Size: 106576
SHA256: d9858e659cac441d735d4cb87a1286287018b3254bed8a32daf48916a83864fa
SHA1: f2b524c9f0693b1162f5647e1163b27c706a9057
MD5sum: 56ac5fcbbcbc731411b0ffa59be81c8d
Description: PL/Python 3 procedural language for PostgreSQL 14
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Python 3.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-plpython3-14-dbgsym
Source: postgresql-14
Version: 14.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 230
Depends: postgresql-plpython3-14 (= 14.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14-dbgsym_14.9-1.pgdg+1_arm64.deb
Size: 177140
SHA256: 5dcc6d4d731db3d87fbbe532ce12d161319188013312de5280d23be73feb39a3
SHA1: 4c9c9fdf9dda7238bcad0aa684bb026686548caa
MD5sum: 3028432c003974cf52ed99f52b6833e0
Description: debug symbols for postgresql-plpython3-14
Build-Ids: 0132e8224e6adfc07b5a585174f2bf10df45ad1e 68e2c85f0bf5cd9375fdf71bb632563f93e5e4b4 7d2babefaa93018ec1507b1b4c3a80c4770f5712 9ae0b0c5689717a5b2622ab8d585937ae05ba32e
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-plpython3-15
Source: postgresql-15
Version: 15.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 735
Depends: postgresql-15 (= 15.4-1.pgdg+1), libc6 (>= 2.17), libpython3.11 (>= 3.11.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15_15.4-1.pgdg+1_arm64.deb
Size: 106356
SHA256: d0830b0665744c5331852693daa47bd181a37f5ad6e44a3a18ea1789f2517d6f
SHA1: d1437105f987bf3f1fd2a8acb32f1ffe01d3bdb9
MD5sum: 60ae0da1c83d070f43924080b86d54cf
Description: PL/Python 3 procedural language for PostgreSQL 15
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Python 3.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-plpython3-15-dbgsym
Source: postgresql-15
Version: 15.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 227
Depends: postgresql-plpython3-15 (= 15.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15-dbgsym_15.4-1.pgdg+1_arm64.deb
Size: 177320
SHA256: c6ae4c87732ba772b5085d81de1786398b2c73e7dea0df30b794bf5c060a0b28
SHA1: 5c32a7788eb3514f6105d019a0e4be9d185f8378
MD5sum: 60f375b6ed5fec95e3daee8513529b82
Description: debug symbols for postgresql-plpython3-15
Build-Ids: 740cb59f684ba4a68f1313567b853717d38c1f96 a13f84eab6d43185c1f98f2feb8303491cc9e38d ce7463ddd5ba9c2344113f8c4ce1485c64739d50 f08822f7eb0ece14526b2c1127dbc82604ccf1fb
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-pltcl-10
Source: postgresql-10
Version: 10.23-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: postgresql-10 (= 10.23-2.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10_10.23-2.pgdg+1_arm64.deb
Size: 36748
SHA256: 1c3eddcb970c547f80afc30c5cc10064fd279f00c32f82bf0dd35500626204ed
SHA1: 6f5b97d96eb0d90ebcd08f42b266b047fe6a5f1d
MD5sum: 2a0488a0e8166547eb2936e92541ce9c
Description: PL/Tcl procedural language for PostgreSQL 10
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Tcl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-pltcl-10-dbgsym
Source: postgresql-10
Version: 10.23-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-pltcl-10 (= 10.23-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10-dbgsym_10.23-2.pgdg+1_arm64.deb
Size: 67604
SHA256: ac676eb0993aa5b41aaa7b8dcef0a148b3c10627583110fd606652c8c8e9cdc5
SHA1: aa2352ccc67fe550df5db2089ead8007667fad81
MD5sum: 1deea3f91a77caf932f12c853c7153ed
Description: debug symbols for postgresql-pltcl-10
Build-Ids: 1cf5f58cfc8173f9912f17e7e7eb24ee14008550
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-pltcl-11
Source: postgresql-11
Version: 11.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 178
Depends: postgresql-11 (= 11.21-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11_11.21-1.pgdg+1_arm64.deb
Size: 40212
SHA256: 6f12884f6aa61559a7c5c1d7e7aa1dd40090748005ad309dc4a2578925bdd065
SHA1: 348d59e0dd698a267c57bf6a6da26deb235a0043
MD5sum: c0ca1e7ab925932d26b65a41a715372a
Description: PL/Tcl procedural language for PostgreSQL 11
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Tcl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-pltcl-11-dbgsym
Source: postgresql-11
Version: 11.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-pltcl-11 (= 11.21-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11-dbgsym_11.21-1.pgdg+1_arm64.deb
Size: 71156
SHA256: a5b45873d341b8a710ddda74894a63d1069660f42d4df72047e9ab4316686fcf
SHA1: 05ce8555579005230d4265413877cefec83c9122
MD5sum: 90b0731f2ea261011a7f74b0b5acf56c
Description: debug symbols for postgresql-pltcl-11
Build-Ids: 5a7d10f3526e7de773b8be147d943c76c6f20747
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-pltcl-12
Source: postgresql-12
Version: 12.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-12 (= 12.16-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12_12.16-1.pgdg+1_arm64.deb
Size: 41328
SHA256: 95306444b9be5b786253e75bf669a3ecc2a62e90571f616d85063e7022eb910f
SHA1: 0e3083b6740064f8aaf8440c7cede6caf5a4411b
MD5sum: 8c57b3bafae6103e348e8e5541377447
Description: PL/Tcl procedural language for PostgreSQL 12
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Tcl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-pltcl-12-dbgsym
Source: postgresql-12
Version: 12.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-pltcl-12 (= 12.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12-dbgsym_12.16-1.pgdg+1_arm64.deb
Size: 72336
SHA256: 3667320986f29b2fa2c702373bd80d73b19ddff8f3910db0480e3b11ceff3da9
SHA1: 278b35c7ea64a60db5b6e2f6d529e13e3313abd5
MD5sum: 5370713ad59eea396125241c81e4a43a
Description: debug symbols for postgresql-pltcl-12
Build-Ids: b907d85ed4e406c339a505b4744e397260ad0930
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-pltcl-13
Source: postgresql-13
Version: 13.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: postgresql-13 (= 13.12-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13_13.12-1.pgdg+1_arm64.deb
Size: 41912
SHA256: 380a83c39571f959f6273a9a77dc18b5859a8975684db0126b4340eb3f9f4a38
SHA1: b8818d10d15d27529b16c2ea9d4b263e4231db74
MD5sum: e4a36911a06a3d2de3ba3a6cc090085b
Description: PL/Tcl procedural language for PostgreSQL 13
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Tcl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-pltcl-13-dbgsym
Source: postgresql-13
Version: 13.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-pltcl-13 (= 13.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13-dbgsym_13.12-1.pgdg+1_arm64.deb
Size: 75544
SHA256: 45d7a87b8dc4d73e9a02e062486cc70a3858f073284dc8517b306ace1b5efeec
SHA1: cae257c9173790629667d69ceae1cc2900ddc2d3
MD5sum: bc63da21ea7c75b717b78c335e74d989
Description: debug symbols for postgresql-pltcl-13
Build-Ids: 03fcc642c541c4e29ee053d82d10563ffb2fc9e4
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-pltcl-14
Source: postgresql-14
Version: 14.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-14 (= 14.9-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14_14.9-1.pgdg+1_arm64.deb
Size: 38496
SHA256: ebf867e1145c31eb5ba706d59519c44981bf835d60458157a7beb97123de4d4b
SHA1: 08ac2c55b3a66b8ac539b87b7d2d726a722602ad
MD5sum: 7bc2b3083b305630dac8015ce5f3b6a9
Description: PL/Tcl procedural language for PostgreSQL 14
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Tcl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-pltcl-14-dbgsym
Source: postgresql-14
Version: 14.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-pltcl-14 (= 14.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14-dbgsym_14.9-1.pgdg+1_arm64.deb
Size: 76184
SHA256: 896074b4b54bc315ce49f232c57c072558c763b67675402d0ebda21c7cf16c1d
SHA1: 205d53aabcc8d8b6074659078f67608a9ce7a9b4
MD5sum: 64355173d8dd223dc255612a8b4017c7
Description: debug symbols for postgresql-pltcl-14
Build-Ids: a282480c887bbc8e53f86cbe0386d895b4d2b378
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-pltcl-15
Source: postgresql-15
Version: 15.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-15 (= 15.4-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15_15.4-1.pgdg+1_arm64.deb
Size: 37792
SHA256: 482629d1ac224b3f1afa0e44d0ef4be291ad585ccc35feeb102eccbae1410416
SHA1: 2fdb700e3280085d2dbea6c7255f9f2550000779
MD5sum: ea289a75fb4a37f682b764d2c698d455
Description: PL/Tcl procedural language for PostgreSQL 15
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Tcl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-pltcl-15-dbgsym
Source: postgresql-15
Version: 15.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-pltcl-15 (= 15.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15-dbgsym_15.4-1.pgdg+1_arm64.deb
Size: 80892
SHA256: 7287527881a6e05b7ccacff5e174399911f18e42783ce1a0d0fa01baff27f1b8
SHA1: af6167dbebbafb13eb6652a8bf88255824dc9cd4
MD5sum: d2292a29d52dac0b87422f981b76f16d
Description: debug symbols for postgresql-pltcl-15
Build-Ids: 9f6ec3592c111f3fa6b592569936322fefa290e7
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-server-dev-10
Source: postgresql-10
Version: 10.23-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5514
Depends: libpq-dev (>= 10~~), postgresql-client-10 (= 10.23-2.pgdg+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Replaces: libpq-dev
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-10/postgresql-server-dev-10_10.23-2.pgdg+1_arm64.deb
Size: 942384
SHA256: 044609eff33794c15b643c1d3c7dc82e642c1b2fe87d11718ee796e92665d79e
SHA1: 06eb6359226e654adc45518862be67a5ed034aee
MD5sum: 876209d605fe16994d038c3dd23d36d9
Description: development files for PostgreSQL 10 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.
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-server-dev-11
Source: postgresql-11
Version: 11.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5061
Depends: clang-14, libpq-dev (>= 11~~), llvm-14-dev, postgresql-client-11 (= 11.21-1.pgdg+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-11/postgresql-server-dev-11_11.21-1.pgdg+1_arm64.deb
Size: 927584
SHA256: 4a6c69174d138a9669f24e6fb35441fc0c9dbdd088117d24d203bfb0a0cf49b1
SHA1: ffb4cc714df3d5ee69f1d76f67e6b8d6a4598fd1
MD5sum: 448d950e1f4f3ea3708f8f89f5cf181d
Description: development files for PostgreSQL 11 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.
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-server-dev-12
Source: postgresql-12
Version: 12.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5633
Depends: clang-14, libpq-dev (>= 12~~), llvm-14-dev, postgresql-client-12 (>= 12.1-2~), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-12/postgresql-server-dev-12_12.16-1.pgdg+1_arm64.deb
Size: 994516
SHA256: dbbcc073572943bcbbf5e0a5fa7f8f61f52eba4fb71750b8bd585a307aa0a3f9
SHA1: 501c2960f8c6deceb3a66c0ccc1f7a3d50f8ec16
MD5sum: 8fac0d0662087bb051a115bf03273579
Description: development files for PostgreSQL 12 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.
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-server-dev-13
Source: postgresql-13
Version: 13.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6143
Depends: clang-14, libpq-dev (>= 13~~), llvm-14-dev, postgresql-client-13, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/postgresql-server-dev-13_13.12-1.pgdg+1_arm64.deb
Size: 1040384
SHA256: c42e0c11f56edb5d1a59e84c6dd31357f3bdf4d95811e31b758caf432095bad0
SHA1: 649a2eec6bad83bcc5899e923d9b86ffd4f5f78f
MD5sum: 3d8798b3e2d00dc25dc3a6d43b1aaf2f
Description: development files for PostgreSQL 13 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.
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-server-dev-14
Source: postgresql-14
Version: 14.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6652
Depends: clang-14, libpq-dev (>= 14~~), llvm-14-dev, postgresql-client-14, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14_14.9-1.pgdg+1_arm64.deb
Size: 1113412
SHA256: e888f6ce7bfa618e80267a9fc630b27f6a64d763fbeadb29f276121311c9f160
SHA1: 216af9ea0b11906de46f6c0b6f99d3c57979ba94
MD5sum: 4cd631445e1fff685b1fc13298a07bb1
Description: development files for PostgreSQL 14 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.
Timestamp: 2023-08-10 17:10:13+00

Package: postgresql-server-dev-15
Source: postgresql-15
Version: 15.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6814
Depends: clang-14, libpq-dev (>= 15~~), llvm-14-dev, postgresql-client-15, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/postgresql-server-dev-15_15.4-1.pgdg+1_arm64.deb
Size: 1138948
SHA256: 79420fe154b32de11177883085b6c2671aa3e922a63859090f102b7c9d043236
SHA1: cd2cd3300da6ce147c103ec389eefd02be69037e
MD5sum: 44b8de6c41aab0836fb6ea09d13fcb40
Description: development files for PostgreSQL 15 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.
Timestamp: 2023-08-10 17:10:13+00

Package: libecpg-compat3
Source: postgresql-9.2
Version: 9.2.24-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 91
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libecpg-compat3_9.2.24-10.pgdg+1_arm64.deb
Size: 11968
SHA256: 4f87200c574c91ab7032fcfa027307a1f00a5a900c1a0f62badd276c985aebd3
SHA1: ef1e56c98206a2dd0dcf06f94a8bee2ff8d4bb85
MD5sum: f180c8b5115aae40ae5704002f5856c3
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.
Timestamp: 2023-08-11 12:22:04+00

Package: libecpg-dev
Source: postgresql-9.2
Version: 9.2.24-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1026
Depends: libc6 (>= 2.34), libpq-dev, libecpg6 (= 9.2.24-10.pgdg+1), libecpg-compat3 (= 9.2.24-10.pgdg+1), libpgtypes3 (= 9.2.24-10.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libdevel
Filename: pool/9.2/p/postgresql-9.2/libecpg-dev_9.2.24-10.pgdg+1_arm64.deb
Size: 194608
SHA256: 8de1d77561d5667ae18d123760a80126f84e0743a1debd8a00f9db052712d700
SHA1: 6ebf0094e67d994fa2a5163b546720d09a9fe0ff
MD5sum: 7b97197da2dbd2e9d1cfdaaa3e707a1f
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).
Timestamp: 2023-08-11 12:22:04+00

Package: libecpg6
Source: postgresql-9.2
Version: 9.2.24-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 418
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libecpg6_9.2.24-10.pgdg+1_arm64.deb
Size: 71336
SHA256: 448fed2d83fb407153b963076de07ebe44aeb0184ac4e86b57a9cb7d319d32a3
SHA1: e4e8b5b31d3c5d47a1542a3171edee0fb8b147a8
MD5sum: 4088847b218655fef81b2fde1f007706
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.
Timestamp: 2023-08-11 12:22:04+00

Package: libpgtypes3
Source: postgresql-9.2
Version: 9.2.24-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libpgtypes3_9.2.24-10.pgdg+1_arm64.deb
Size: 32328
SHA256: eddb65bfc9cc46c22e8aa3d86a83c30752056ce0aa1c723e1d3861acd14fa462
SHA1: 6f64025d8e75abc5a1415ba651c869c2ee50fbca
MD5sum: 3421a6e85400c936348781e33488eb3f
Description: shared library libpgtypes for PostgreSQL 9.2
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-11 12:22:04+00

Package: libpq-dev
Source: postgresql-9.2
Version: 9.2.24-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 963
Depends: libc6 (>= 2.34), libpq5 (= 9.2.24-10.pgdg+1)
Suggests: postgresql-doc-9.2
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libdevel
Filename: pool/9.2/p/postgresql-9.2/libpq-dev_9.2.24-10.pgdg+1_arm64.deb
Size: 177028
SHA256: b9b16781d0ca528b4396e63223e6563cf2f23a4fb4a420f1779a95c010a43423
SHA1: d4af9aa082962648ea01699c3bad5eef86697d1c
MD5sum: f8499bfa1859faf4c568d9e3d24cfe06
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.
Timestamp: 2023-08-11 12:22:04+00

Package: libpq5
Source: postgresql-9.2
Version: 9.2.24-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 521
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libpq5_9.2.24-10.pgdg+1_arm64.deb
Size: 112548
SHA256: 1b4ba564dd382cc03a3b54a962bff1266b05507457fbe4f79d242d1b72a233f5
SHA1: ad053c7850ad3e59e49fac9d678917e04262b775
MD5sum: a6890adb6b6dfa9f06945fd22bbf33f7
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.
Timestamp: 2023-08-11 12:22:04+00

Package: libecpg-compat3
Source: postgresql-9.3
Version: 9.3.25-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libecpg-compat3_9.3.25-9.pgdg+1_arm64.deb
Size: 11944
SHA256: b2612c2c6376d0b2d69791b1bbeb0df0a0f556ec4ff39633e62e900d85a993f7
SHA1: 47dc338652aacc8118fcf02a9e2081dec67ea17e
MD5sum: 12c67fc18215daf98ab04d438dede307
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.
Timestamp: 2023-08-11 12:22:25+00

Package: libecpg-dev
Source: postgresql-9.3
Version: 9.3.25-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1097
Depends: libc6 (>= 2.34), libpq-dev, libecpg6 (= 9.3.25-9.pgdg+1), libecpg-compat3 (= 9.3.25-9.pgdg+1), libpgtypes3 (= 9.3.25-9.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libdevel
Filename: pool/9.3/p/postgresql-9.3/libecpg-dev_9.3.25-9.pgdg+1_arm64.deb
Size: 197984
SHA256: 1a47fb8b557ad4e91e4058b33fdb2508f733f1335b5d4719a69d6b966061d868
SHA1: 63a87a2e2b2cf4c13888045c46e1cc1b65382c35
MD5sum: 836852ed9ec07763dcb3ebe9774f58be
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).
Timestamp: 2023-08-11 12:22:25+00

Package: libecpg6
Source: postgresql-9.3
Version: 9.3.25-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 419
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libecpg6_9.3.25-9.pgdg+1_arm64.deb
Size: 71744
SHA256: 3d9efb4c7e936c92094ce020a490824acb81d56ed4714b5c82bb47cc5805cfbf
SHA1: 5f74efbeb1a4596515c8d83ed39b7a71ee478c52
MD5sum: 9fe4608c881e44de953d2b7078c62e48
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.
Timestamp: 2023-08-11 12:22:25+00

Package: libpgtypes3
Source: postgresql-9.3
Version: 9.3.25-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libpgtypes3_9.3.25-9.pgdg+1_arm64.deb
Size: 32344
SHA256: f87bb80deb5e6dbd5371de3fe6e1e29f0236765af42fa41699901615cd0e6f7a
SHA1: ee742dd9efbdcd0e4c23f2420b814a3de0629c70
MD5sum: dab18c7cc22792a8410a397bacab2d07
Description: shared library libpgtypes for PostgreSQL 9.3
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-11 12:22:25+00

Package: libpq-dev
Source: postgresql-9.3
Version: 9.3.25-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 728
Depends: libc6 (>= 2.34), libpq5 (= 9.3.25-9.pgdg+1)
Suggests: postgresql-doc-9.3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libdevel
Filename: pool/9.3/p/postgresql-9.3/libpq-dev_9.3.25-9.pgdg+1_arm64.deb
Size: 144288
SHA256: 28e8155783e239a9745d70ff16eec56fad7ca45ab3c5f5a9aff57f00f7c1701e
SHA1: 9e44763b698fba94932ef773182623cf97f2471d
MD5sum: d1f08ce3a6959c56b497e133db3bacb7
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.
Timestamp: 2023-08-11 12:22:25+00

Package: libpq5
Source: postgresql-9.3
Version: 9.3.25-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 534
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libpq5_9.3.25-9.pgdg+1_arm64.deb
Size: 114640
SHA256: 69221b5013adeaccb5f4393af8d938677b826f58efa6bdb881e469ac7cbe1fdf
SHA1: 56ed96d73b89c3c572a515943256aba6951bf1e3
MD5sum: 852e13e281cc2185250bb22f12df7906
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.
Timestamp: 2023-08-11 12:22:25+00

Package: libecpg-compat3
Source: postgresql-9.4
Version: 9.4.26-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libecpg-compat3_9.4.26-8.pgdg+1_arm64.deb
Size: 14076
SHA256: b2ef18d019ba8e94e2bfb0e7d0b96eb633896d121d80596f952f50b9d1013087
SHA1: 7d162e4691e98735006dad8aad5a2bae48c27732
MD5sum: 46b41656f48083e2178aacfa6dd99137
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.
Timestamp: 2023-08-11 12:22:48+00

Package: libecpg-dev
Source: postgresql-9.4
Version: 9.4.26-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1108
Depends: libc6 (>= 2.34), libpq-dev, libecpg6 (= 9.4.26-8.pgdg+1), libecpg-compat3 (= 9.4.26-8.pgdg+1), libpgtypes3 (= 9.4.26-8.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libdevel
Filename: pool/9.4/p/postgresql-9.4/libecpg-dev_9.4.26-8.pgdg+1_arm64.deb
Size: 203200
SHA256: de2b80bf12f9df0971b8b7e3de3070ca690005e3a37370538375927401e26bda
SHA1: 1b9417c825be6902ab2389cb4db2da6c4b52cea1
MD5sum: 63cc604fe16535dd0791159c96d9b57f
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).
Timestamp: 2023-08-11 12:22:48+00

Package: libecpg6
Source: postgresql-9.4
Version: 9.4.26-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 432
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libecpg6_9.4.26-8.pgdg+1_arm64.deb
Size: 75428
SHA256: 6a1478387c8b27f8a4475a3e79c6f69942d228c87c1f25f46be0d46797304523
SHA1: c110e5cade349bbaf02a45893672a2aa9b797d9f
MD5sum: 52b5d23cbfd6b1cac4c22ac8043d113a
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.
Timestamp: 2023-08-11 12:22:48+00

Package: libpgtypes3
Source: postgresql-9.4
Version: 9.4.26-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libpgtypes3_9.4.26-8.pgdg+1_arm64.deb
Size: 34340
SHA256: cfbd596c605a555e5fce6bb8fd7b597806869a3d01af09676b324d94fedfcc73
SHA1: b2b20fa82508f6a59882af497fb0879518407c64
MD5sum: 3521314092f0a822c158730d560f791b
Description: shared library libpgtypes for PostgreSQL 9.4
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-11 12:22:48+00

Package: libpq-dev
Source: postgresql-9.4
Version: 9.4.26-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 737
Depends: libc6 (>= 2.34), libpq5 (= 9.4.26-8.pgdg+1)
Suggests: postgresql-doc-9.4
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libdevel
Filename: pool/9.4/p/postgresql-9.4/libpq-dev_9.4.26-8.pgdg+1_arm64.deb
Size: 147212
SHA256: ee87b9070fb0f5dfa23331e8649fd653c5655d15d1b9749e42aa892f8ab8fc10
SHA1: 719c8a1b8243ef7382c9e8afd80df1e87544548c
MD5sum: d569727051d76310c338d823826d0855
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.
Timestamp: 2023-08-11 12:22:48+00

Package: libpq5
Source: postgresql-9.4
Version: 9.4.26-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 533
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libpq5_9.4.26-8.pgdg+1_arm64.deb
Size: 116884
SHA256: 646d92ccf98d1fcdf44d223553bee359c4ebc7ff190ab56124572cd5cda3c363
SHA1: 1ea55d250515c362cfaa1b9581303d4faab4a03c
MD5sum: be33669b0f7930b722ee9bd49a577570
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.
Timestamp: 2023-08-11 12:22:48+00

Package: libecpg-compat3
Source: postgresql-9.5
Version: 9.5.25-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libecpg-compat3_9.5.25-6.pgdg+1_arm64.deb
Size: 16064
SHA256: df24e70bf5d7379b4c3e854f56c887eb45db399c18a710a61480c77d3daf4d11
SHA1: 8ba7bbf6668a631efa2a6ee1a185be1107231f74
MD5sum: 1b2f18da31f7ccc84968e58825243633
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.
Timestamp: 2023-08-11 12:23:09+00

Package: libecpg-dev
Source: postgresql-9.5
Version: 9.5.25-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1174
Depends: libc6 (>= 2.34), libpq-dev, libecpg6 (= 9.5.25-6.pgdg+1), libecpg-compat3 (= 9.5.25-6.pgdg+1), libpgtypes3 (= 9.5.25-6.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libdevel
Filename: pool/9.5/p/postgresql-9.5/libecpg-dev_9.5.25-6.pgdg+1_arm64.deb
Size: 211260
SHA256: 6d979b885eb2ab71af9bd4f3b2e26420af79128fef714b94253f9398bcf4d8fb
SHA1: e39618282f1aaf63eb8b584cb85aa4e2d58e0167
MD5sum: af7850b4056e227be55dfab107cf9d7f
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).
Timestamp: 2023-08-11 12:23:09+00

Package: libecpg6
Source: postgresql-9.5
Version: 9.5.25-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 458
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libecpg6_9.5.25-6.pgdg+1_arm64.deb
Size: 80560
SHA256: 40b903ffe0e161b2cf2a82af6fb1a7b55961883e57e1f67d5fd997961c46aa9e
SHA1: e0571c866375342f4eca47dfb0d9cc57e2327f77
MD5sum: 55d73397e625514a3db835c93a252b14
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.
Timestamp: 2023-08-11 12:23:09+00

Package: libpgtypes3
Source: postgresql-9.5
Version: 9.5.25-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libpgtypes3_9.5.25-6.pgdg+1_arm64.deb
Size: 36372
SHA256: dbc3bc90455cf5e42e77b3d5cc867ea66bb56230b3d90f2d06016e10db55d19c
SHA1: 02e58739dfdc25932aafcd3beadb30cc68e434f1
MD5sum: ed42fe5b6627154d61bbcc73d347dd36
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.
Timestamp: 2023-08-11 12:23:09+00

Package: libpq-dev
Source: postgresql-9.5
Version: 9.5.25-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 759
Depends: libc6 (>= 2.34), libpq5 (= 9.5.25-6.pgdg+1)
Suggests: postgresql-doc-9.5
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libdevel
Filename: pool/9.5/p/postgresql-9.5/libpq-dev_9.5.25-6.pgdg+1_arm64.deb
Size: 153200
SHA256: 80fd07bbf889f0f02f86bd3611f2395af5ef88d15b38613b0d353aedca2a75b8
SHA1: 4321c932b06835e50205efb81af34709a63c1f24
MD5sum: 33939fa34caf0bc6fb26a5b8bdfcd97b
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.
Timestamp: 2023-08-11 12:23:09+00

Package: libpq5
Source: postgresql-9.5
Version: 9.5.25-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 584
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libpq5_9.5.25-6.pgdg+1_arm64.deb
Size: 128436
SHA256: fe9a0502806174aef4861f82f19344b0bc5b22ab2ea8a5dadf41eac32cba742f
SHA1: c6a403efaaeed2d12fc27d95b8b9b430b31e4253
MD5sum: 9b46ec46a4a07d25f147fdbda73f9004
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.
Timestamp: 2023-08-11 12:23:09+00

Package: libecpg-compat3
Source: postgresql-9.6
Version: 9.6.24-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg-compat3_9.6.24-5.pgdg+1_arm64.deb
Size: 17248
SHA256: d0cc2e03f3505b0b43d8d7a3e4ba40e289d22046afa4532015e273f4cec9a8d5
SHA1: 7d8e1e4fc495c75a1b35cef7f212060414119c7b
MD5sum: 749149cea3aff5dad28838782b2e3a65
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.
Timestamp: 2023-08-11 12:23:31+00

Package: libecpg-dev
Source: postgresql-9.6
Version: 9.6.24-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1175
Depends: libecpg-compat3 (= 9.6.24-5.pgdg+1), libecpg6 (= 9.6.24-5.pgdg+1), libpgtypes3 (= 9.6.24-5.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libecpg-dev_9.6.24-5.pgdg+1_arm64.deb
Size: 214904
SHA256: ad6e06245007f90cfa227437ba75ad3845b32cbf0398fda4e968543027ea021f
SHA1: 4768f3417ae9ce1dfaf702f37a50ca8bd10b436b
MD5sum: 94fc4e81fbede6a83ee3ee3138f76f59
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).
Timestamp: 2023-08-11 12:23:31+00

Package: libecpg6
Source: postgresql-9.6
Version: 9.6.24-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 460
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg6_9.6.24-5.pgdg+1_arm64.deb
Size: 81092
SHA256: f277e991f2c90e61cc9c6089eb5ba00be5167059463ed5274278fb7ca2cc2316
SHA1: 7b128198fe75baa7b81f56a641d7348fc82ccb7f
MD5sum: 1f86983885e8434e45a31398d47dbcd5
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.
Timestamp: 2023-08-11 12:23:31+00

Package: libpgtypes3
Source: postgresql-9.6
Version: 9.6.24-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpgtypes3_9.6.24-5.pgdg+1_arm64.deb
Size: 37660
SHA256: d92ed91137e8a043b164be90561ce9e3c40f8d4a39531b3eb1e6db13f80fa346
SHA1: 1da1936d7dea8d4e23925cb8635f774172164690
MD5sum: 453a610ea416b43269db35173a2e00ca
Description: shared library libpgtypes for PostgreSQL 9.6
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-11 12:23:31+00

Package: libpq-dev
Source: postgresql-9.6
Version: 9.6.24-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 768
Depends: libpq5 (= 9.6.24-5.pgdg+1), libc6 (>= 2.34)
Suggests: postgresql-doc-9.6
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libpq-dev_9.6.24-5.pgdg+1_arm64.deb
Size: 155480
SHA256: df0561f71ac184fef9228400793c4dbfc07beb58b718964b262ded16aae0cc6b
SHA1: c8452e38b49159f4c296d9d6b7aeb748d76e9241
MD5sum: 99673949f882b63a607df2b5a9c48fae
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.
Timestamp: 2023-08-11 12:23:31+00

Package: libpq5
Source: postgresql-9.6
Version: 9.6.24-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 596
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpq5_9.6.24-5.pgdg+1_arm64.deb
Size: 130344
SHA256: 5084deef8abd1e3f8e8997aa52ac180bfad26b13eeb3e6293c5cc49a281aaa2d
SHA1: 877c4c02bf869bef034bd6e07e1447984c62edb9
MD5sum: 6360b67a68ed4d4b0c51ba04973d90d5
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.
Timestamp: 2023-08-11 12:23:31+00

Package: postgresql-10-pgextwlist
Source: pgextwlist
Version: 1.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-10, libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-10-pgextwlist_1.17-1.pgdg+1_arm64.deb
Size: 12588
SHA256: c2910d6e231fc05664634afbbf57f21413725de63324f294d5177a626161dda0
SHA1: 6e90d959e8f2a36189a1c1b8f1b2982ee087d999
MD5sum: bf934142068b672e0233a2f3823b6fa2
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.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-10-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-10-pgextwlist (= 1.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-10-pgextwlist-dbgsym_1.17-1.pgdg+1_arm64.deb
Size: 46816
SHA256: 73e9ed2249e4430f2b84f053a0111796b2eec12c726108efee721e796cac6820
SHA1: 341d1a5011d5c90ffb0e6226eb0e904a1cd730ee
MD5sum: 6735b2f7d8e05e6ce4448a35be4d4bfd
Description: debug symbols for postgresql-10-pgextwlist
Build-Ids: ddb6f7fc481955a39ada5e5be40f26394815f1a8
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-11-pgextwlist
Source: pgextwlist
Version: 1.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-11-pgextwlist_1.17-1.pgdg+1_arm64.deb
Size: 34544
SHA256: 2ef55d4cbf7b4af9d1519c0b6c910f98776f759f3c57107835d7280b9f3565c3
SHA1: a5ea930132aa710489c0eb9c2aa5bc17a8c77818
MD5sum: 92a388d1d64945044f681e80f6b55de6
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.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-11-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-11-pgextwlist (= 1.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-11-pgextwlist-dbgsym_1.17-1.pgdg+1_arm64.deb
Size: 46912
SHA256: 51dbaa1dc368f1ed1aae66617dd6ce8f4e0e1a03c7d2cd8bd972c9400f6f003c
SHA1: b8c28dc88163f566751641bb67352d82fd72c42c
MD5sum: 9e400ca9299d7b6909aeb2df0c662707
Description: debug symbols for postgresql-11-pgextwlist
Build-Ids: 527cb2e20642b1bd7c4f901030678367dd448f2e
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-12-pgextwlist
Source: pgextwlist
Version: 1.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-12-pgextwlist_1.17-1.pgdg+1_arm64.deb
Size: 36308
SHA256: ca34023a0c90ad745d8702f52276358ec8cb8b185ec4ecb822a1435ba4c212e9
SHA1: 0251706827ecc77cef5c7652c65ba457425ce4eb
MD5sum: 331f3cc1bf61432aad825090fec915e1
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.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-12-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-12-pgextwlist (= 1.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-12-pgextwlist-dbgsym_1.17-1.pgdg+1_arm64.deb
Size: 48704
SHA256: 2c6a01f78577680256d9df4d6b216e9fdaee36d09955f328a72c24807a6de69b
SHA1: 5957d3fc5e297dec68ca52459a724036bfb09685
MD5sum: b8399f1edcd747b13e9bfe282d1bda79
Description: debug symbols for postgresql-12-pgextwlist
Build-Ids: cf2e89367aa2b8b6284f01b08a0732243f923e31
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-13-pgextwlist
Source: pgextwlist
Version: 1.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-13-pgextwlist_1.17-1.pgdg+1_arm64.deb
Size: 36696
SHA256: 51f6a675334c142be529a28e73f38debcca41a6e4dda87bf3fb8a9fbfda85265
SHA1: 199f0588423256bf49f6b888e993362accb938b3
MD5sum: 579fb4e69dd7332566f54690d2f16656
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.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-13-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-13-pgextwlist (= 1.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-13-pgextwlist-dbgsym_1.17-1.pgdg+1_arm64.deb
Size: 55028
SHA256: c37d9cc425d07a02edde961b6e15903de19a789a1ee0ea4059400eabcadb4e59
SHA1: b08c565fc084c5e2227ffb83ab11e182e57a554f
MD5sum: e6cfa3b923dd93b77580e03ccadb3e1e
Description: debug symbols for postgresql-13-pgextwlist
Build-Ids: 96e87199243a86d6bfc29d7401ee74aab6a55427
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-14-pgextwlist
Source: pgextwlist
Version: 1.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-14-pgextwlist_1.17-1.pgdg+1_arm64.deb
Size: 37892
SHA256: f808ef70d1b9c1e3272b92101e3124812bc7052424b099cb348ac1ab7a25a2dd
SHA1: 4df8558efe88f02e5e746326028feeace96fe3da
MD5sum: eb090d9bdca81f360654d27f7208bbaa
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.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-14-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-14-pgextwlist (= 1.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-14-pgextwlist-dbgsym_1.17-1.pgdg+1_arm64.deb
Size: 56416
SHA256: aca88fdacf7c3d9b85bca427856d9e811bfb60f20c25e5ab20792b4fde048345
SHA1: 1efc6082ccf17048a2ddf07c4d5f63f13aee07b4
MD5sum: 420052a0006132df408d33ff6ba758c4
Description: debug symbols for postgresql-14-pgextwlist
Build-Ids: 882d4a606b1ca582b9a3ceb6e1cb9cbdc6d6fbaa
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-15-pgextwlist
Source: pgextwlist
Version: 1.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-15-pgextwlist_1.17-1.pgdg+1_arm64.deb
Size: 38424
SHA256: 0d3ae12db395e9b63b937d6caf3b7a16de6c6f6fd0de605def3a9c462de584c2
SHA1: 310002f6fd2dfe91c90aa384484da5c91661d421
MD5sum: ca4d009a4bd7b03dcd038e1c2c042446
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.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-15-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-15-pgextwlist (= 1.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-15-pgextwlist-dbgsym_1.17-1.pgdg+1_arm64.deb
Size: 54264
SHA256: 052015459a83179faac8ab17f79dabe93c259b0217e8d37c86d18ee7928874e9
SHA1: fbcf593420744b86e73390f1ca715f04d15809af
MD5sum: acb6772e40975fb15d0649e16bf56798
Description: debug symbols for postgresql-15-pgextwlist
Build-Ids: 9b96622cd0a28323bb341537f1528b48e08dc36b
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-16-pgextwlist
Source: pgextwlist
Version: 1.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-16-pgextwlist_1.17-1.pgdg+1_arm64.deb
Size: 38432
SHA256: 47c41b173c220177d6e2fffe321e0b875d879e43ae03726907ca4414b3913ee9
SHA1: 16b69bd279a0aeaf725649fbe31bd2ba77e7385e
MD5sum: ee29619fb7b5b84396c761e3560fa9a6
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.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-16-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-16-pgextwlist (= 1.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-16-pgextwlist-dbgsym_1.17-1.pgdg+1_arm64.deb
Size: 56124
SHA256: a0310e662d8ab302c3f6447f9ad6a810ac82e9dd6d5b129169703ad5b8ce6089
SHA1: 15a487d8eb3ede499ec950f282b46b73022d3f0a
MD5sum: 5b8af5c582eb77e433de4b31ef002a0f
Description: debug symbols for postgresql-16-pgextwlist
Build-Ids: 333d50b0670b38820a311fa426957f155dd335f3
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-9.2
Version: 9.2.24-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19759
Depends: libc6 (>= 2.34), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3 (>= 3.0.0), libxml2 (>= 2.7.4), postgresql-client-9.2, postgresql-common (>= 135~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.2, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.2/postgresql-9.2_9.2.24-10.pgdg+1_arm64.deb
Size: 3444612
SHA256: 85f4323ac543debf5257fdc3e8a43047f41409b0d24fcedb6a33beecd0efd091
SHA1: 2959543c0fe11e5593a39355f5da399e4976c464
MD5sum: 9b312461e53dee69d7ac1ff6f8fa448b
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.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-9.2-dbg
Source: postgresql-9.2
Version: 9.2.24-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29894
Depends: postgresql-9.2 (= 9.2.24-10.pgdg+1)
Conflicts: postgresql-9.1-dbg, postgresql-dbg
Provides: postgresql-dbg
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.2/postgresql-9.2-dbg_9.2.24-10.pgdg+1_arm64.deb
Size: 8408364
SHA256: 6beb39753c37ffdc4b27dd64ae40c0e5190aebd1ecb5913a17d35395dba38a16
SHA1: 379ab7b07b29217b112be25a7e8ac526df7f2c38
MD5sum: 28e311fdbd44ef8580977164affa0f20
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.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-9.3
Version: 9.3.25-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19879
Depends: libc6 (>= 2.34), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3 (>= 3.0.0), libxml2 (>= 2.7.4), postgresql-client-9.3, postgresql-common (>= 142~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.3, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.3/postgresql-9.3_9.3.25-9.pgdg+1_arm64.deb
Size: 3495540
SHA256: 3a76219d7a7d20742d73b1a3e99f728cdd0c6adb50199a385f8108aac095480c
SHA1: e2fe5f28ad73473aadad84fcbb555d4659bce80e
MD5sum: efda996d19c7bb05bae0d95885c0ab6e
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.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-9.3-dbg
Source: postgresql-9.3
Version: 9.3.25-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15579
Depends: postgresql-9.3 (= 9.3.25-9.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.3/postgresql-9.3-dbg_9.3.25-9.pgdg+1_arm64.deb
Size: 13787408
SHA256: 347ec4e4c6ff1742a4f16e2fdedb96156c227cbe62586c07dfd357d979be26b0
SHA1: e07e4a6f192a4822abd225b07eb3e0d6e6b2810b
MD5sum: 5c9b7d4f55c98c4c6c02af7644d785f5
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.
Build-Ids: 014d82c9e1b1445db4dd1d5835bf706618f8133a 02e397227ab0bf7a6807a94a0e1b87bd1daf10f1 038f82fec3835311cefa724d31f442234c9ba752 03f0f84ab09ec7f43f8485a127ff8b7f9b44b46f 05b45d74d6274dfc9b9e2312dbd8482f77b19272 0762490eb0a526367752c8c0bff1b04b25e666c1 0ba0cac5caae6870e8554e8d57b49cb51a40456d 0bf5480c5256d74a5a029b590a9e0e921329c447 128887984f9970d170261863949d2e5ecf08762a 135d2c9d8f5677eaefbd7fe2c6ed74d373996446 141a70cb38a4069a39a672bf5131588fd60af2f6 16f90e2a889c47ad5205b4e4a68aaa36213d8158 1ad7c7a3edb34366e4034299c85060c271a10a39 1ae0e3cea18218460d31c7da51541d6204242cb0 1bb917da353309b0d5271fd52596048e8faca8de 1f55c41580cf126395747d1796e0c7756d800b8f 20ee0402889438cc13801d7dd2d8cedd75784af3 2116cbefb9dc6ae49975c372ad7cab36134444eb 2245930bc2d5a955f1f218297e24d003991f33ce 225795ceb79d7a0b4da99c9f8a54a3362c57e107 2769842fb9daa7fa220f7449c5702240c2b29c20 2824ee2286e486351d63b7dbbe21ddc73008549b 28740609f722ceb8f20f33648a5810684bb85378 291fe047d8d824f6c246c15e7325c3580c13c7de 2971178b34fe7fb2098347b2f2c307a6a5bc9043 2faf7402dbd448815ffb03c5d8cbda71c79378d6 2fc22331457c2c71e4177028b13dc1440080751d 35254928394b38e4fc0f2994c9875dcf2295708d 3da936cfb9b9051468367098a650c4f6862b077a 409e098ab76196fb9ddba2d36f7cc851a0b840c9 40f24dae138ea454887a5b5e4b53fdb877c1401f 44bbca5313fa8b0317ecc8bfa546e8e9ffb745c4 453b184f3b6a2cc6ccbf4bc4e6b377690f9b4b81 4562e7b00f836dd9c0733e62c57746d8ffe9a055 470d741b98743e5e3780f10ea102fbea4871a262 47162922621f72e9350ec41e02b785fa56b2aafb 4a8967d67f97eef0ac3c6e384f0a081f6bc3c74d 4cbe91f52eef12d5336a71174903163951f58f13 4cd3f48678f43095102d43cfed9f72eb7ee8c5e3 4d676898d9b32c52e6e5218013fef88844a29873 523796996bcd40eaa7b167b298b5c8cd4c99e928 5353ccd63e765f3c7726b9cb0e2d0fec56bec7e2 545650b1c14093e30aae081ad0f22a2d0fcf50b3 5573a51b18e8319664ded90400cda84367b0da21 56515000d5cf5fef4957edb95d6dcdbf0f9c7636 580d51c73ceb2ce6bdd7fa9e594cfd0912ad7fea 5b29c2cd554231716abc14b9a522eb4be3a11729 63d1818d58d540def390f69fec87ce5d57be4f78 68eed0a829eccc012346b8c2b478f66de8b05ee3 6c221fbca788cf42a4cade4a4bb41767a152aa4e 6d50d95a09d87e79f41b9815f2fcdebd5208a492 6e14611dd8ebb20abc70cb5317533d9aed611939 6e1a62fc10bde1d24ac08d99c3e79e241b8a9da4 71aad0c31907b7c320e2f01f9745f0dca072e3d8 71aeaf75e94ed7ae832483cc3d24e7307ec38f1b 7232f7821097bb9a70fa406344b82bf6023e175a 7df2d8375f623ca581d628f3b30da76dea6819eb 82551f8041ffc9f3f929849bfe9e32e1dcc79668 83a69b911a6e9be3b919232b485b27d8837325c5 87103d4fbcf7cb65b142da2e70bddd24449491f7 8aca2d85a60be45ae7bdfa14015f70a86e11d5e0 8f2afc107ff1d11865ab027143edd697c9d29214 90a3c8d018b3fa8f3d930696b75627aca673c107 92bf3f0883a99b22162cc95c06e6d53ff6929bf8 99cd48867ed2aa95902d8142e7b59e8261c63ba6 9a244aafbc4c44d3ab481ddc960f7cf452bf9dff 9dcdd3e26168469b9a2c9af3c2b03d6dbf4024e3 a06da4fff5c2155a5cebd97f1f9fde775ac50ee0 a60f2ae94851047505466921a136d534dec921f7 a77b1cabc7ca8ac2459a4f265a3fb51cc09d22ba a91907b7f27f856e0a1c8ded99b89e19263915a4 a98b877b87e899bfdaa013af88763519efcd31cb ab36e95bfe9290e9c6a0d4b04e1db48838413773 ab7ca54a5403bf978af2ebd5f7f1d89b2b6d4cad ac151a38b9e4d3ee6cf720fc36465152dfcc9220 ac6054cd7dd621493a59228583ede3462b7a28a8 acbf82841bbdb7495187d24d0bc0caf8a0366172 aebe66518c393a11371220f4548aca96f996db1e aeef1a05b7ec2b9e7511a35c9438633db7f47b47 b14c21e96041e81707269ccbf225a7866b4cfc11 b2244fec9c689af88b3d81653a187ae17c691584 b3662d94620ac7e4f98d81ca0bc22fe4942decd6 b3e2fbad9fd9fe2a60c4d054af30f974667c4ed0 b5a3d33b918015e668f21ac8117244275b8bfced b97de9faa3e1ca9a0ecc866ff4de78bd0362ad58 bc2759e2a63cec90eb9907c37dd112ce2bb9a918 bc39e7e368b84a75033ba3ffcec56a58faa83ccf c1bec41dc5a3a16a0077075160c33466f22a8609 c68ad1af5589bc5f935736cc4d6284a9372f9808 c6bf65adcb5564058dd88a3cc8d6a733ae9f501e c86f96fef0707c970506c5810d5ad31bdc3ecb37 ce1c2a916feedd240a6e0ed6c31422a0d452f9ac ce1cc5d23d796f5049b19b9d5f49bb13e2661e5f d2429a0bb17158749d1b05979f0c87e464de0230 d398410287a65875af151440a4da21e1a88ee1a0 d5f5fd211ffa5fc51c2653f4ef4ab0967084df96 dba7aa049c2d980f88fd2673c344be7c81d6d123 dd6b74c1aafb03f7ee12a305f60b2e0b5895699f de1842d0dba822044202776ba3357cefc97678f8 e04864a3db23cc4ab308ec9faad05c33f27d7c69 e573010cd0c5a88f669a67ab2ea283a389d2a6f5 e6dc1a83e67a5403f98ca6f762c8e73087906e7f e989b99791a20832aaf7e8bcc07c5187e29a1558 ea8a22a551e9bdaf8fee7dede26dba2e380e530f eaae74c7d9218293255bb9c1c1d349840b021398 edd1902303b46ed33a142504aa9cf8a4ece8bc41 ee78356b64ee1f733aa8374030b106f2a02eafef efd1473cb2244ab781db91fb96e0d34f38784e3c f04f90f3542b2745e2a2947882a3afb3bad919e4 f1dc6b666b6a287815bc0715d1c82dbc21508279 f2e345dbad3c9d3decdf877dfe8e28f0aedc0923 f56702829263654e352a08f8fd5e892bd01fddf8 f59981f585e1bedb4d58f508067a117688f39cd7 f60345bf810dbca7dbfcba8225b36cc2657e9c9f f75dce3e7ef291ec56c3a1dc2326580797e0e0d9
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-9.4
Version: 9.4.26-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20736
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3 (>= 3.0.0), libxml2 (>= 2.7.4), postgresql-client-9.4, postgresql-common (>= 142~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.4, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.4/postgresql-9.4_9.4.26-8.pgdg+1_arm64.deb
Size: 3742592
SHA256: cd88e860c0acd38bf4c2d255b773fd0ec4531cc5fcd6b299ac100c0a0596ed25
SHA1: 7d6e415fc6f4932d8d8e5e810852a03c6f8c073d
MD5sum: d12245a912f4537bb29cf58466481b91
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.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-9.4-dbg
Source: postgresql-9.4
Version: 9.4.26-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16656
Depends: postgresql-9.4 (= 9.4.26-8.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.4/postgresql-9.4-dbg_9.4.26-8.pgdg+1_arm64.deb
Size: 14735556
SHA256: d61acd946c7d8b02ba1d765ba8f5969f6fa4800345bbb87b17133e91dbeb30f0
SHA1: 97649111a9560172eae0a28c53ff53fdfc33c35e
MD5sum: ae28e7484a14636fe50223c957894bc8
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.
Build-Ids: 028a4a58d086c42571589a32b5a4c6c675bff03d 02e28b8ffb736caf8fafdd07cd86f536b5c02eb8 03450c8cff27630bab123c7515452629855bc906 04256943f64bf986c5615eae13032839c70c2902 04908ed53e80148e366fbe0b1ee197fd277a7aa1 087f583934d7237efa378a2548ecd5e91580e5ee 08e2781bca20d55b5f95c366bae3db8168033899 0930d0c1e43e9c0321680fdd7bb3e5146e512d69 0b688c0d85742e7f08751c9e3e63727b6cbe6d8f 0c12d15dd2fdb40c469f7eb7e3c55223608127be 0f02ba6912d2734dc6450597b7995c8aeb1ed1fc 100d08d05af6699ea2ebe3fd81a90ba49ebd1d5c 11aa2130979ce34580ac74a7695a8d00242b33a4 1290e1fe2621512a4acb48c5d6e1d708a5603133 1418af93ba7a491806dca961983885f17dbda453 17532e99ed34658e139ba459e06029a31d952f6c 1afb48af96d0f1152a6c8d526df54da1e6733851 1c3724a5823f2cbe586bef55137dad628ed9f316 24ea1155a8173a1c5da043a94157e4b3c8c44daa 27f85a6145a9178658cdd7a85941e06781c07e39 2c2987206ffa5e352902f61d5b25d45b577e5eaa 2d7d7581a219dd74c0319d00bbea64a60d82805d 2ee452f25d925956b46f07a49d239f2ce8547063 2ffecf9f59768163b48b1b93d375b91e4fa3ddf6 326d8953839645155551213f0bdda36e9afd287a 32d30695dc8c97247073b9e1bbbceeee51000d70 33f8873a75773360380360a6e0eeb3454ecdad44 36c3a8c997d46a053be833a6a965e98409b70a4a 3cf515d981b2bcdac7beb59f31f9f4340976f19d 3e3596b1b556800102465026acc92e75f0e92d0c 3f33d6023b8f385cb7f7372ac9702f0eacd2acca 3f63288c66346fe8b0b26d162de46b4669aa2018 40066e540d9bfca01b148ff17f51b84db306fd73 417b0bb60fca3e99802b0edc26348a7e83fc6fb8 420fb9d718ab25118ff7f1caa275c1d9b2324bd8 42291bc68b6e48b5d754901f9abac54cdfc65f9c 46940d7f8cad969affbc39d93f4c3156969dcf97 47be3e0bd87921d3610113084b5f69ff59c646b2 489597d804671b0bda1109a8e267b41ea6714b1a 4b224a231f2a9bad4947a33d34e0e778bfbb1653 4b972c53f1f3819c638ec088a7498ecf93ef9c52 4dd10f42975463acd230bc6d6b20bbd5134722bc 4ec08c281a64b0d76b71189af44325fc6e1b96fb 52099371b92bd5fcde7d65ce56e23f20389b2ca6 52f49a334f04fe3bc39504308f5e11e0ac5c8c57 54a554ddcb4a68b14a439dfd789391866c91d2c5 560723db1d55f1d181fe3ce6a5358d2d1969e4a2 5cdcaad80a4777870252b4fa9a2b28f9da3df449 5ed60c58a86a1ecb4f6a91e0778c77b00a2c3411 60a399013afe64bd7abafd13e223ec9d8e65d1af 60afb9c4e034288bc51e468ae37b005751ebb2a3 67fa0202d1125d47560997f5edaf4b64f29884f3 6bbb021dc80855d1cb71392dda3459caa73e7a2f 6db581ce3d2d60881dd4a58465b9299a21b1a96b 70bff99a24d87e3dc72daedd80748653c08d7137 7459276ac41751f6f4659694f17a01e1c8732535 75ce19890b937a58db2d0f7da74d4dec130e686b 761717d10d01e0ddf177db61ef17fb1a0d756755 7622facce98ab922ad381ca74e2307ede2dc4a3e 7888a65b73b11752f6ce9fb1f729fd07fa983c7b 7a8886d19a2748fd0df9d1db246e9caf89f03ed8 7bb566a3d4cc84ef3d098e1eb9616da840e0269a 7dc5a4ae7eeb03c023e1d24528690ec30819d261 7ea5a4ffdbe9265ee76567e76e0c382399abbbaa 7ec7670422bba6961dd18b7414f86cbbc36d3cd5 8156e2be7631085c23e29a0304a301d22f19f5de 831d2e913dd41ee570e3b45dfb43095982441eb7 88ae82188854940a949770e0ae720957efc5c640 8c5e7f87a22bad539874efe90a1e9ebc71843920 8e4dc0dbbb169575c4493ef408b8539c48eb5ffb 8f6231b130efe20da99bb33ce2f6765f22c4530a 92a1cb6118891f7e63205ecedd6e52cc645089fe 93a6e35511b6400300bcc1fa0bcdc575a0c14f18 94985b4fcc278751963df04d0437a63ba67359e2 9557f5f9ad097d5d7378ea690a609fea0d0d88ca 960decf0abae1da45740533fe15445790372aa4c 97b8b327631e12e97c71bd60121e5746fdc94e7d 97c27b9b42b81b3e3b6e7c993a269a66fc18ae5c 9cc2fd20d8f5d3d082003e177d4c9128d4693fad 9e9d46f1947f61235f28a483ba3432ba910d57e7 9f5032d960b4fb133b83a022fad807dff5b151f5 a52753eab0d84bc87679c9fe416d6ea8a2c1fe8f a626d3094f3dcdf98727084ba30757d52d99fa85 a8dbf7b3bd95e854ace4ce5997e6bcd7dfc46f5f aac10776d55ca4fc06d02f4afa0ee2202458dbeb ad929807f7e585d1f8fcf7751b895f804af5d376 b46c0b10116087fe2c0d15dfc785bfe557b4b568 b56d015c42531cd30117e91cc158a3c065ffd298 b9dbffa0b8dce2f9743490f1dee02f41a863e704 b9ddd1dbfa79fc68b4c2e60f9f66c6e466a9e687 ba81a3cb1e4d9c4c076da249b6247cf124d8f0fe bcf4e7b291242ed8b4653fc0f3ee27c1f27205ab bda27c464ef7f2dee5c8365dd87453d3560c8d17 bec40305e79639de269acbfad93b612a17992416 bfb0b08ebb0d8c5cf58d079a4d4c13d56c07bbf4 c34c9221bb201d7eec7a4cb9009bebfbc777612f ce7cfece6aea08cf4f443a602797d63fce127a30 cf1545ca5ac103c1ee40e6874181c03d63055f0d d0290a864641208efc1afa5a884f5780b24c31b8 d271418524a31305ab643cd220103bbe0ce712b9 d39b614eb8ae46d88c2604e44040f61e75572023 d44923f23e579cd5c8efc442e0aaf989f0846456 d6f5dee9944a3d16a4b0b0cea14e11c1bba0236d d908705334244588aac5b35e0d831d8b13ea19a8 dd8d8f1d7c1db7d64a0c11273882d5b28a19e908 de4d2fdaeba6faa814e6e89f472ed3dc9f7c9dbb df6107ed6affa90ae3eb2297579eda6a1d802458 e1da8fc10e080b8f27b4b4c540e7d933104a85f5 e46dcaf3df8e803a87c748921e45954c00ee7fd5 e54c6a8ed253751e80358c17f8ba7601b7a38845 e71577f446d11a45a80c9bc60d2039212c9a2907 e765fd8bcea8902c206d46dd330173185a95145d e8ce28e9cd6fcc393230afd71dc974ecd511834f e9bc4506126866cbb08b6c1d587a09c6dd38eb4b f0a933a38a07937cfe34bf3618f557a95f97d3f0 f152d4752526d78c341b89bb258c038501dc4944 f517a4ac6d851bf81999329366a87d85ad72bcbe f6e9ceeee8616788010445b558d63db6bed24631 f97b842890f37cb6b4210777a0df09cf5f77ecee ffa324dd0916e9f448109acaa5d23d7834bb548d
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-9.5
Version: 9.5.25-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21730
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.2~beta3), libssl3 (>= 3.0.0), libxml2 (>= 2.7.4), postgresql-client-9.5, postgresql-common (>= 158~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.5, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.5/postgresql-9.5_9.5.25-6.pgdg+1_arm64.deb
Size: 4008036
SHA256: f82bb8098f9d4fcfc8cad1b37f0ffdfc36d15748917d565550edf7b743a726a0
SHA1: 490fc36d3924eeeebea19c1aecaa1b8ab6feb967
MD5sum: f12019953dc5aa9f6042451215b5c0ed
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 9.5.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-9.5-dbg
Source: postgresql-9.5
Version: 9.5.25-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14586
Depends: postgresql-9.5 (= 9.5.25-6.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.5/postgresql-9.5-dbg_9.5.25-6.pgdg+1_arm64.deb
Size: 12762480
SHA256: 2a733a4b1fcf991544c9a9f9c0037a1eb4c76353652b6f5258a949f22facbd2c
SHA1: 233a8b76dbeac43885c73b24b349aefdfef3ecc2
MD5sum: f005bdc87ad53f75a496b69ee70befe2
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.
Build-Ids: 02112d773da84ad175f1cb776a30edc24ab1c3be 033fd8b183a571dacb79c24fad796e03fe56d3fd 065aaa31766246e41257a1d42311f29b2c9f0c57 0b41ff306db187c1660317cdebfb921ce0e8fca3 0e300b82d52b5b34b5aaa2e847dba360d46a1c4f 1312aa7a1aa7f0b0ee2295b5877beabaa3199c54 13f4cfb487d1a90b6dde369cfe0d9bbb398bd942 150f6ba5484c0cf29b5fa11b1e184497df928cfd 1879ce70918abba7f4a12df536460316dedc52be 18b41db389984ad524126c202ebe292408bc5313 1eca0d7b4775504d69c7f6d90560244b0565f63e 1fa5e269298d8ae4f11a3cf59ea9a6e5c95ce443 238aaf83c5b908ec3a337a3781544e99349b4719 2571659ec22c47969159538060b3b0fd633683fb 2af63a43af954fbdf82dd637f9b426f5ca3e4287 2cf2c2ff7942670aa8a59ebf08558f7527b8c798 3081d8c0ee987a25e0bda3b0b9466c115b8ebf73 35807e1935727f9ab1fe5dca0610fd5305ba8596 38005b3a621b6a6daeecba4e5d809dd497344ca2 397a1d0eaac458f8ceaa65be1359badf872c0451 3c3695861a108b80fd23d00c2cbb7abf7cf5a302 3c6e2ee79fbec4befdf0b457a5d89b564d1fb993 3fc99b59e89eb58f2f29abbd440460d3b9c675c5 41a57e7c530d465dbe3cfedc675ad2d7acca4fb3 4312a78e0fae0d13120031a69a99efe508cf2cea 438362d21c346f8e705174a05b42b1d3841b7a50 51acbf55fe6bdd3c3d07a06cf252af10658ca09f 54355a02dd30e1e4dfc505eef8f545b8592c0e75 54623c3b15ee06de0f5eee883ecc7351509c4fde 55ae7c5e740337a31aa8b72e39584a1135a0cf39 59a73439aa53d320de3cdfbe1b47bc464331e941 5a7783f1adb0e80d65966c5a6945f8f59939471d 60fa18385063ad507416593f8738a66ea82a0aa8 6194da27380153b11833fd988c610ae665f85d0d 621004b3eaaa3ea88fc5514a3e49582cc525361d 6373202c8ab438fd4858db2034111cf0ac5b00ff 63bfea12b38e3a72998db68d94e1f01f2279325c 652e0b951dfcff92dd1c3d7805367e46d815d269 67a977422438bf212f62bd5087b3b2d8dfcc53cc 6852d1cc5c5995da34481b274301b4b068292585 6929e3729c847c0bf53b2f09c79c37788dfb8abd 6c40d590603462cb3700cceb14fe9e4aead02096 6d0fd077efe491e84605e3a700b8b0e27e8001be 6d1778f14112278426271dac501bf62764700f77 6d58703b84b23de536d63e6e1df06d2f1b7f3f37 6df5dddaa06f43e43bb749a02d2fec7263828269 6e4c5daea488b7af12e5c66c9dd95f154bcc0289 6e7eb8c071e15478c5d28fe2f2454bd1776a90cc 70adba41b26496db1c3e46a6810958ffe4623d1a 74e46cd34b569e907844422bff0a6474fd7982b5 757039ee532fd2cbd5976969ecd1b6d9e04745b4 76fe4555e6a17ba5f6a2a2f7bc5904ed5f72a528 7b7da74737c0f5657d6218fef07d731c47479465 7f09165c40bf67e631569e7187273287730a8616 7f1714d75ced831f4dde7a13615b36eb0700e3c0 7fbe70b2edb5df794e5c47cf47f0a21c17fd1a75 8447c67f916172dfa029b8a821dec1e22cb24124 84831a6b94c58bfecc43ed1792589d16bc021586 8522c8d592148b0453e1bd6637afdd85e5ef4f57 86c63b92401becced26bbe40f6aba6307085ac14 87b63cfa134655592b783b6fcf203f2bc56e1b00 8ab1b4907bb4d508c6740265047cdbb9988847f1 903d966f8796bf89740d5dab0670182803c7d8b3 972035fb7c130bda0de2a3c40386622249e746ba 973a96177cda7a41b77390661d2e5cb6e7a0bb13 98a93a371249f378c7ba40bf93252dc3f4a19195 9aefa22b161aabbfd5442c91b1e39ecff1d239a1 9ce5e1aa4e414988fa3b0dd1830cc3f30ab94dbb 9ee634369ee9079afdd03447d338a3234dcb0c92 9f1ecd44eef2abd03f5af6d757f2202acc75e44c 9f45063ad39845a3117e671d4d07eecace8362a2 a1c4f2fd688441c8a76467601d5c10184bd49514 a2906fbb703d7333320f0a2bfcb951c253c8e765 a2e1f67c446b3a248ad74f0745859e2ee3a0d174 a2e5ca89cdf22bc8bab2dda5f8b4e099340d629f a54f6a10ac673ea63557aa28ec93de4b4ccfff15 a70203ce1a9090cf9a1025924f97530683dd11f5 a774d941b9842ddcd280e4a62586c6e5196210a2 a9179552d8e294a0c2301c577d1b387552838b57 ab056cfaaf62e4679a6e4e3f0d89e96d4e204b2f ab98af29c8bc52c8c85f9b220a302828169b847a ac3778f39ded699624e6d6db78dac8cdeceafc8f ac7f19d8d41899c944c97e3b3fa1a658c5708e98 acc92111d3d88e97db85c894892cb3c870c4f7b1 ae61a5d430dee2c140b7372fc0b9c6d8f40b723c afc7f04782347e11a9e4d1261e6a6e0080d1f149 b04414a46e8f61df762d1f7bd42b284d639aa410 b07e21d34fbb73d40447117b754629e652ff4a2e b0e269a2811e774e52a01a0b9e0c253ef44a2e24 b368fd54dd658fb6a16dab3725c80908b2dbeda7 b768c6c26402018a30fa646a05b4a080caf9553d b8a5950baad1c1c3d1586fcbc986dc0dba2d4203 b9da69503c662631fcd407eb582f5f6851919b34 be1250d3e8bb01477d87c38f02b850b682e0c35f c1fee575d30647ac04f82c888ea444c3e1e8a8ca c293e9b07ce14345611c5fd7e1cc4c7b5d89556c c2fca69ff7874890e90f7b952932feb4b9693c28 c7159e5b3233ce7c6bb06b366a25ac809612947f c78a16e7fc1651c4bf39757c360d4c6f106ec95e ca83aa5b038072e580344fd222d47c7423fd77d2 cff2039fd002404738d23377352ba6c483029cf2 d615e6f0c9fcc9372156debc6324c21cfea44948 d79b9e363a9ffb8f08dc6bc9312a6f293e4d5511 d7ddd7bc6ccae5f8cd61e6d76245b8c2c11055e5 d8fe6a471b085848c1cc9cc9a9e1ca3ade482b74 dc777a81a3f9e157b9c6d90dff38f120ec003fc0 e3ce1ad89287008403c27d50ad65dc72daa5209f e4959b4fd882b7870e4b2e4a2fad81a17c0c5f57 e880780f1a558f37c59161211254a991615a07e3 e94064c407f0ff81c876b41fc7813eeca6865b97 ea1993927e54cf57195d64a54a9a6bae693a61bd ea8e4cf5be8e424fb049a81cf39a649a2a3ec622 eb7509ef39c93bef800e76e50652259e44a9af59 ecfeef1060b3f7e7c2adb4ad365d5000e015ebcf ed2bd373c25fb4939c66a9a7de1bb5e09bd1592f f1ee782266637bc1358f44de0405b0743a72061c f2607aca59e3a778513549ff010633813f1be5b9 f5827e3060f61e1eea6648695148b65e0bdc84d5 fa83ead77c7e95a25882037a9003ba87f6454c7b fc35fa6ffe059b8fef7d5c8f83369e72dd19cd2f fd654c7808a11aa34ae6289f019f48b48f42c7d8
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-9.6
Version: 9.6.24-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23464
Depends: locales | locales-all, postgresql-client-9.6, postgresql-common (>= 171~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libssl3 (>= 3.0.0), libsystemd0, libxml2 (>= 2.7.4)
Recommends: postgresql-contrib-9.6, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-9.6_9.6.24-5.pgdg+1_arm64.deb
Size: 4288484
SHA256: baa91e8ed03335c74ca0d98fcefc27271553b7168412257cf5e484682e119caf
SHA1: fd00f278374ca8794b25bb5df7567ef860ef90e0
MD5sum: cef1821eb77b6e004aa4e17bec4ea37c
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 9.6.
Postgresql-Catversion: 201608131
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-9.6-dbg
Source: postgresql-9.6
Version: 9.6.24-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15324
Depends: postgresql-9.6 (= 9.6.24-5.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.6/postgresql-9.6-dbg_9.6.24-5.pgdg+1_arm64.deb
Size: 13443684
SHA256: 69a7884e58723161fc60de4aab9729dc106e166f4e50de83723073ab053c3986
SHA1: 7825ac3a4b03681123ce54e013193eb42f0c23ab
MD5sum: 3c046a5737539e7a67213b648b3a0cd7
Description: debug symbols for postgresql-9.6
 This package provides detached debugging symbols for PostgreSQL 9.6.
 .
 PostgreSQL is an object-relational SQL database management system.
Build-Ids: 01101480f77bc084abf4b5f9408a87193e66a77f 02281dcddfe3e19901403965f907302842c21c80 05a4b3eafc92b84467f8299635cc21b84227aad6 0b29b89345af27a64d72357585ffa2be0c3de937 0b341201baebb0d142f508148595ed928f225d3b 0ee2779868fdee0cb28c49410c15ab29c93da22a 0ff49930b81a922b228d2e4dad3b763ec642a916 112cae3ff2bb30581ecd0187a4bdcb3c26884dd4 13ae23ae27da4e13fe3337b032607d013ce9db77 17cb9ca87b1a7de38ae27d71a710bfc9168911c8 19be767ae655d1c01e094e44f393793e5f31a555 1a09d4f17a97adab57ef05201f8146c7f02b8f17 1aebd32b7d257f3b135554446605b0150a5b7a63 1cc29cfe128543b3f4551e3b5a38d4d8da389b49 1fbea08f58e59ac45087e883c0ea64eb80be44a3 22d798b1f7e3a7259e2d4e37a1d51665fe891e4d 235389e317f60d318e696d66c8e1e0f501c7cb65 238737687d2ac8dfe93f47d62158345581ed59c5 283cb51807f4e8218504693fba557aa33aa5c922 285493f73fb21cf01e764bd7ab9daa3f91b8821a 287c259425dcc1c433a5b501ec562d11d3775cb2 2f8f2345a8eda992d99aed15a9d288984cdedd9f 3055186df4f02373d43223d5be3f941c3516622d 31a843833aa08c12c6a0cb232d9bcf46904cc164 330f51864b832776613392fff5d30baa194e2534 35484f4fb878a107234a85e7de7148d6981131dd 3787edf6f2d5d2895e774179ede555a795d95d8f 3a5d6b8b2bea493ed4580c7eba125bd99db37cc9 3dfd9dd96e36f31e6c7288cba70f55bf3a50ce80 3e946b1c35f4e4e0c0652b68c5246f64135a52f8 411a05f3e48021438f96a950a0f04f4e48f40e54 4290298b1d7c52ecf0168519a39c07b3c3d1e760 43986366714a32320a659c66a707e09ed4c319f3 4528812daafdeb28efe3b4e88f9654d3759cacf0 457dd92321d3d0dd2ddce4005684a936a8043372 45881151a6feec15a3089c26830ca69ff434e58f 46219464b463a400c330beecd3b7a840bf141e23 4b44100d14c22c40bca05021b17690e64cce45be 4ca9ae8e2d7cc9835c7fe5aced680cd0fb2fa9a2 50249d83e1a6eb37e23a6a595090b064b065cfa2 5287fac8c1d406abcb3394c36a228c9e6a3dcaab 5388f333963c504201e811d201484c9db348fe48 5424b0e5c1bbab5fd30209ef689fa806db48abe9 548473fe05c3950b4ae7057b3fa5ca90a1a4f177 5901f424500e579baed3cf76016929db0a99eb8b 595cebd1fc5662273f7ac9c44596e9331e8f11c4 5bf6376b21126d61cb56c258dbbf78c61cd78492 5c091b0021999adaff2c656093a258b754b944de 5d92ad9c7ede2c571ca75fc92dc3590acefc6f33 5e72dd3daf2ece813043f48cdbb85f6b28d07796 60eaf656c8f3d528144f550675dcd0ea3991698f 63800995c7426d5838cd601d89213833bee7f2fa 65daa78a958c9a3145fb150e2a99a34eeee1369b 65eb051a35c5f15fb21dcf0be476189f6426a825 66ef3ba95b878f2bf799b60ea180ddc106da5f8e 70c7f211df22205af03dfa4d705ed82ac39a8b58 716bb75eb4ce46e3b9b688687dfa01578bb18490 7220d9579d81b96fcc48efc994b88cb0f5d9bde3 742f46d7de10178ddda068bb67282d63f0595897 74ef6aa72693e1824b257ebbbd3dc39d242bcf08 75146472eb9986c8827557b506baf6c994d3d292 76388bc0f39cb5ea633cfdbc52ad80ae36069476 773593c1944a585a7f27bcfaaa75fd8d152329b4 77c1579278d7f553e082da49d236f99deb4c93a6 80f045168017b848e3c99977c3a8afd9d9d8e4f4 82f1ecc2946c570a07db36abce4eddc3b927d106 85277cf13e2d411b1ddbfbb75c9ff88e92b66559 8940cfcaa1dded0a0754c68832251dee8c266118 8a285978fb0a5efa9cfe180e7521b6c41d602199 93ccd73aab8f926da722391156e694d21522aeee 980715df6d2ffec7bfcd42880162d251e96d5c50 9931328547d64a154961beebce7a6ebe9d6f8db1 9bb3f5cacf9abad966e545d002388a6cce1eb800 9e66e8669d9e3ecfbda3eaf207e8d68baa983354 9f71eb3f7d10e251ac27e305a7587c2138bf4c49 a04fd9400972584e001c04c37b2ed268472ce5b8 a3187e823587afa6fa2ef19f8a516d88896e2d60 a53e69c594ca19a7408f8f791a68cdc307b6e064 a70fe2cbaf852f7227675d98e1308228e055d584 a772e5db9d2e57cf45fb51464098862a8b41de83 ab35a37cab05da6577e83e176a4246a50b959622 b087fe2177746634c681d097ad36d9c1bcc81afc b5725fbcd6271cb5b70cbf1d6af78a58e8539af1 b5cc2ce27a8b287ead34e29c229a30667ffdeaf1 b860e3f29d09c36d3ab5f8ca72c7b1c3ee3ac0af b98ef5d6892466f0e1d6bbec75dc8423edd3411f ba94082b16664fc2e8fcc322b8d83fa0710598a6 bb35fe11df8f9f874e7020532c13e49e8b8dac5a bb5f5535147c9d9e6b3642643498f3f60f2d4393 bf0e940c1690f5666144070372cfe820909ce29e c10d208cb7ab10e8ab1be5ab0d2a80e974fe2b06 c238577c586fa01fa9944e8feb60c2b51a2ab161 c2daec89f9e36ee9f8e63347876f390db9cc795f c35604453aee9f9e70924bd1d971fc0814ed43ba c5dca9cdb5c5c13c33a5da818fb87abbf7bc04e0 c72f46543d50fc8c704d26fc5171b5c0966b0d72 ca0366c7f5f3a5f014cec3b6ec1c14434fd93d4c cbb64987f5ca39f8a886943a9e32441dbd139dc3 d04a6ddea0a5243d19b041781317c9000c328cae d37dcd11a491d4e4d1d6bb47fc701b512a547dab d4c6d5a58ae857d381d16941514e9d0d1413ec76 d630b3646ca3a13aa7c41c983f5b706cfeb0d47c d6dca6525c7611c995d09ea45442fdc68b610b5f d86179f5534f02a7eb9329e42297d2a5d46e98d0 da92d98076afba67f843d5ad4cf387a13e414df5 dc09e57b1ceb239c71636da6caf32ce642996330 dcb9b79c01e8f0c58555068defa1c89bb1b4dcab de03d7d13a6434eec1f4a32d7973015916e2e58a de81369443bb772626ef80d19dc2a038b67f08d3 e3b538a3fc240bb56eb4beb0b622906833bd179f e7ac7454c8f2894c5d74b85df321b861797720fc e86def0cf4bab2d5e66ed146cfb3950e31c9b6ca eabf90ec57162918b9a93ee174ce62f1fbca1b1f eceed8f9cbd652407821aac66543711336add83a f164854921b65aee371ea62480704bee0d2c312a f3beda06670a38018951fcf00a58e9ef6786243a f59b76614091b99b516244da64fbce4c587e895d f5e15d228e3a200d99c2297d60c8af520093f484 f7921f650fdda87d0d87e64a21f0367510dd6e37 f82ec00dd3409708e498646c03ddc133f42aae02 fbb68c1ef02a34809959fe1659820ae78ff23a6b fbf36a23965e0ff62fa74f38e8f0e01fbebc5a92 fd68102472d034b69d1837679e42837f9486246f
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-client-9.2
Source: postgresql-9.2
Version: 9.2.24-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4382
Depends: libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.2.24), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 115~), sensible-utils
Suggests: postgresql-9.2, postgresql-doc-9.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.24-10.pgdg+1_arm64.deb
Size: 965728
SHA256: 005f6e0b9075b516782947c842f47bd3520b4fcc4f1d17016533ae7c3c5d619f
SHA1: 65d129177da231b34b4f52f818bcaade5d11e5c3
MD5sum: e0dc28712e1daddeebd888d338f36c65
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.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-client-9.3
Source: postgresql-9.3
Version: 9.3.25-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5125
Depends: libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.3.25), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
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.25-9.pgdg+1_arm64.deb
Size: 1024736
SHA256: f858f832d2d453bf9dd30ba392c423c264adb1ad91070ea9f9167ed2730d52a4
SHA1: 8e308b4d799731f6c1c48086989c5ea661633d5f
MD5sum: 40687a6a960c06f8176f4c6fbda16a53
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.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-client-9.4
Source: postgresql-9.4
Version: 9.4.26-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5686
Depends: libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.4.26), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
Suggests: postgresql-9.4, postgresql-doc-9.4
Conflicts: postgresql-server-dev-9.4 (<< 9.4.25-2~)
Replaces: postgresql-server-dev-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.26-8.pgdg+1_arm64.deb
Size: 1121092
SHA256: 626d005d9820a41066e5b9ec9d218b66022318b395ac731c4524e56a1c716d0a
SHA1: 076f6564252e6d4277df80976339904e2ffc13cf
MD5sum: 47f7851588f21dc5ba010433839820bc
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.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-client-9.5
Source: postgresql-9.5
Version: 9.5.25-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6309
Depends: libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.5.25), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
Suggests: postgresql-9.5, postgresql-doc-9.5
Conflicts: postgresql-server-dev-9.5 (<< 9.5.20-2~)
Replaces: postgresql-server-dev-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.25-6.pgdg+1_arm64.deb
Size: 1264660
SHA256: 778980ea759ff4f5eeed1b374d9650c8026eb9771f1011d27c22d52b8774988e
SHA1: c6ce206c43f7a6b45f98ee48b2ac0b41407fa035
MD5sum: d93c3ea728370855010733781ac1b7c3
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.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-client-9.6
Source: postgresql-9.6
Version: 9.6.24-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6446
Depends: libpq5 (>= 9.6.24), postgresql-client-common (>= 142~), sensible-utils, libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-9.6, postgresql-doc-9.6
Conflicts: postgresql-server-dev-9.6 (<< 9.6.16-2~)
Replaces: postgresql-server-dev-9.6
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-client-9.6_9.6.24-5.pgdg+1_arm64.deb
Size: 1327772
SHA256: 822c6841a02cb940858947e3e0c790cf420b320bc0fd14bb290039fb44296690
SHA1: 7c89c24ce288b68c6638bf8fa40665757c83c1d3
MD5sum: 363874eae54b4d5299a18b2de3f622b5
Description: front-end programs for PostgreSQL 9.6
 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.6. If you install
 PostgreSQL 9.6 on a standalone machine, you need the server package
 postgresql-9.6, 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.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-contrib-9.2
Source: postgresql-9.2
Version: 9.2.24-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3987
Depends: postgresql-9.2 (= 9.2.24-10.pgdg+1), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libossp-uuid16, libpq5 (>= 9.2~beta3), libssl3 (>= 3.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.24-10.pgdg+1_arm64.deb
Size: 359400
SHA256: 3eacab32f0f8f9fd7a393cc2335d64668645e89c287cb22e15e75132cfd8a4ea
SHA1: fac24471890316da5cf8dca900d1d2e979e4d971
MD5sum: fb63cd3be3b34b49edf690618248ad9b
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.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-contrib-9.3
Source: postgresql-9.3
Version: 9.3.25-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4128
Depends: postgresql-9.3 (= 9.3.25-9.pgdg+1), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libossp-uuid16, libpq5 (>= 9.2~beta3), libssl3 (>= 3.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.25-9.pgdg+1_arm64.deb
Size: 389348
SHA256: d2507fad117387f8a3bb21cd4539cea1fa90e8912619b9149ec125dcebb79bb5
SHA1: 7f8b51e7b67b437c1ab9b30dc41cac6c9da2a4b2
MD5sum: 42606e907dd34722773342e1c2529ac9
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.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-contrib-9.4
Source: postgresql-9.4
Version: 9.4.26-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4475
Depends: postgresql-9.4 (= 9.4.26-8.pgdg+1), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl3 (>= 3.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.26-8.pgdg+1_arm64.deb
Size: 428396
SHA256: e636a7441028a3e72c76a759e00777d59df942aa2f32f9e23f9251f73aba8e32
SHA1: 073cfc66be7619b17be31a9c9222a3a7550c7d78
MD5sum: 422a9b8df5b04f49cea703fb4d875802
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.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-contrib-9.5
Source: postgresql-9.5
Version: 9.5.25-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4367
Depends: postgresql-9.5 (= 9.5.25-6.pgdg+1), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl3 (>= 3.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.25-6.pgdg+1_arm64.deb
Size: 439776
SHA256: 84508a4c15707a3f7dfe5cb37d33e4ddf869a77ec1815b6bad667b5ef93e09af
SHA1: 24fe3a6959f16a4fa8d5c25912aa3d842ddba4b1
MD5sum: 7e6ba9c02730a927a97efa27e5e26d92
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.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-contrib-9.6
Source: postgresql-9.6
Version: 9.6.24-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4685
Depends: postgresql-9.6 (= 9.6.24-5.pgdg+1), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl3 (>= 3.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.6/postgresql-contrib-9.6_9.6.24-5.pgdg+1_arm64.deb
Size: 485928
SHA256: 613a4f52c551b42dd200bd87ac2d7e1ed48a3e72047e9e814d7bd8beae7f2818
SHA1: 78709f963778851cb1e52a548d8c06c706797c92
MD5sum: 3d2e1b3ed844c7439b069af31d87980e
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.6.  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.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-doc-8.2
Source: postgresql-8.2
Version: 8.2.23-11.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8293
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-8.2/postgresql-doc-8.2_8.2.23-11.pgdg+1_all.deb
Size: 1224688
SHA256: d02477a4850ed2c80acf4513443c274edf8bb80ddfb8f1e09f8f7d1c6eacef05
SHA1: d887c6b21e8bf5f7bae94365842399346c79fd38
MD5sum: 402fa13e747e9925e8af099ed1c53366
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 8.2. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-doc-8.3
Source: postgresql-8.3
Version: 8.3.23-8.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9847
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-8.3/postgresql-doc-8.3_8.3.23-8.pgdg+1_all.deb
Size: 1458924
SHA256: 75a6fc2f743d2de08ad515e52e187ad4d9731027e4f30d6655033af8528a6ade
SHA1: ba52e17fb7eb927f61820ba819749efccf4278d9
MD5sum: 71baede538ae985c8adb7a4526583a89
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 8.3. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-doc-8.4
Source: postgresql-8.4
Version: 8.4.22-9.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10553
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-8.4/postgresql-doc-8.4_8.4.22-9.pgdg+1_all.deb
Size: 1313468
SHA256: 18f82fd55a73fd181222a33d4c54c7e2329b8a87ca10c325a8f3db7515db9492
SHA1: cd89efde9167eca35d1c3e00f8e093410ac9d8d3
MD5sum: d52379e31c4cb82359a42a6792bfe39c
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 8.4. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-doc-9.0
Source: postgresql-9.0
Version: 9.0.23-9.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11461
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.0/postgresql-doc-9.0_9.0.23-9.pgdg+1_all.deb
Size: 1477872
SHA256: 0479f1975fa2ff298ff1f1bf859dc8044241b95187ac488539c1b368e233e9c3
SHA1: 703cec74baceeb3296b2046806bb5051096a32bd
MD5sum: 5bb311237aef4dab47aa0bba7ad7b347
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 9.0. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-doc-9.2
Source: postgresql-9.2
Version: 9.2.24-10.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13408
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.2/postgresql-doc-9.2_9.2.24-10.pgdg+1_all.deb
Size: 1690412
SHA256: 62f1791a793aad22465eea3c96d59f27932a6543bc431f55d64d80cdea203d5b
SHA1: 9a260b9c1a69032672b7c2c62ea011920c6b5921
MD5sum: 7f8a825b9715a3c6caab4d4ba2e02a88
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.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-doc-9.3
Source: postgresql-9.3
Version: 9.3.25-9.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14218
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.3/postgresql-doc-9.3_9.3.25-9.pgdg+1_all.deb
Size: 1770256
SHA256: 74dd9e459c409d5f34ab90149e0d989d505af569541eb19acc5e1318faca214e
SHA1: 46d9b69d662ff4ded32769bafeb6a71451bcf0c6
MD5sum: 9aef67fdd6b08631ab7a7901df190038
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.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-doc-9.4
Source: postgresql-9.4
Version: 9.4.26-8.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11501
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.26-8.pgdg+1_all.deb
Size: 1560964
SHA256: 0db6fc746f49aadd0825359658370fa31869e8a3bb6091d62060b4359c1d2768
SHA1: eabe1b23a941700d805371b17bb4491dd3ff8f09
MD5sum: 47f589079e231691e31608de138e9766
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.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-doc-9.5
Source: postgresql-9.5
Version: 9.5.25-6.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12014
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.25-6.pgdg+1_all.deb
Size: 1630992
SHA256: d653a1ac45b1bbfc90ff1e22aaf52edb69766a7810d60e9443fecca904e99b2f
SHA1: a38518cb9f5601edb5b0c94a32c79256bddb6c26
MD5sum: 8e2dfaa094329f7183838013f389d587
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.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-doc-9.6
Source: postgresql-9.6
Version: 9.6.24-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12467
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.6/postgresql-doc-9.6_9.6.24-5.pgdg+1_all.deb
Size: 1697548
SHA256: 326b8d5c4d0de2becb0bf41482e9d62436406b73f1a1a4bedb52b691b7f12d04
SHA1: 61bcfe08f90f96a6856486861dbf5e679467454e
MD5sum: dffdc157276a2a6e2fbf4036edd8ec82
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 9.6. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-plperl-9.2
Source: postgresql-9.2
Version: 9.2.24-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 255
Depends: libc6 (>= 2.34), libperl5.36 (>= 5.36.0), postgresql-9.2 (= 9.2.24-10.pgdg+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.24-10.pgdg+1_arm64.deb
Size: 44560
SHA256: fda489c1a32619b6302bbd1e37a989faf4e991ca22b621c70c459d3b8b6e8d79
SHA1: 4796318a14f0c6edc4cb814efe6a25b9a821c653
MD5sum: 1d66d196a4a9629f4d612d0d6974f551
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.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-plperl-9.3
Source: postgresql-9.3
Version: 9.3.25-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 255
Depends: libc6 (>= 2.34), libperl5.36 (>= 5.36.0), postgresql-9.3 (= 9.3.25-9.pgdg+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.25-9.pgdg+1_arm64.deb
Size: 44200
SHA256: d5eb802aaed46617ae7531766361314ea67b3084d9a21a38a463724e074b0cb8
SHA1: 4309c6d771ee312aca68cfbbf3f4857b195e29df
MD5sum: 4483f3eadc608c291a2c4a1aaf26391d
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.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-plperl-9.4
Source: postgresql-9.4
Version: 9.4.26-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: libc6 (>= 2.34), libperl5.36 (>= 5.36.0), postgresql-9.4 (= 9.4.26-8.pgdg+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.26-8.pgdg+1_arm64.deb
Size: 47088
SHA256: c2dcd03a2f817358948e14833369980de9d65c725b280fdd1566f8d5d6c01d9f
SHA1: 61a49b36f411897020ebe86c8475eb4ac5fc5742
MD5sum: 9620f616d11b1a4ff582905e792d6aa3
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.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-plperl-9.5
Source: postgresql-9.5
Version: 9.5.25-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 358
Depends: libc6 (>= 2.34), libperl5.36 (>= 5.36.0), postgresql-9.5 (= 9.5.25-6.pgdg+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.25-6.pgdg+1_arm64.deb
Size: 54332
SHA256: 00d651ab090c7ef4a6ec011dd2b5acfd02ddfe03380c794dc9edf6570e50b6ac
SHA1: 5cf56dd54fc7b73daeca04d6f174b68719131925
MD5sum: 869432c27b3d9c1c09b8f76813cc3af6
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.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-plperl-9.6
Source: postgresql-9.6
Version: 9.6.24-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 361
Depends: perl, postgresql-9.6 (= 9.6.24-5.pgdg+1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plperl-9.6_9.6.24-5.pgdg+1_arm64.deb
Size: 56316
SHA256: 23768a62d64a5e723d912fd9accd13caadb99bc3129b164f2bf61d39ca4c3ffa
SHA1: 7c7c668777d6cb13c7917b7c107eab941797e98b
MD5sum: fadf10a6b38e3a1d886aae46b3a4f62c
Description: PL/Perl procedural language for PostgreSQL 9.6
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Perl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-plpython3-9.2
Source: postgresql-9.2
Version: 9.2.24-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: libc6 (>= 2.17), libpython3.11 (>= 3.11.0), postgresql-9.2 (= 9.2.24-10.pgdg+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.24-10.pgdg+1_arm64.deb
Size: 39448
SHA256: faf415eb66412e3cb642462eb6d423d4e0271face7ab876eb494b68613a1f023
SHA1: 1af07f8c4cc9550a4c8008a08292ac29d371d0e1
MD5sum: da4ee425026bc8a0ecf2c25ad4f45ea3
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.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-plpython3-9.3
Source: postgresql-9.3
Version: 9.3.25-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: libc6 (>= 2.17), libpython3.11 (>= 3.11.0), postgresql-9.3 (= 9.3.25-9.pgdg+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.25-9.pgdg+1_arm64.deb
Size: 39636
SHA256: 9054012ea4225020491dcb1480af34325b38666ba7e3b01c5867f21ecc7ef24d
SHA1: fe5ad20e04303e9ef420b7c9dd43cf00f4491c7e
MD5sum: 696c433f89a86489d7a6ace81c317f68
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.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-plpython3-9.4
Source: postgresql-9.4
Version: 9.4.26-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: libc6 (>= 2.17), libpython3.11 (>= 3.11.0), postgresql-9.4 (= 9.4.26-8.pgdg+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.26-8.pgdg+1_arm64.deb
Size: 41988
SHA256: 797958f77057aa454277df85eb34e74cee90e645129df47bb129c3aea8ad605b
SHA1: 361cd06ace16d5e4accb5e502741083d57d3d309
MD5sum: 974ad4c27599fe5df49119072b635067
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.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-plpython3-9.5
Source: postgresql-9.5
Version: 9.5.25-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 311
Depends: libc6 (>= 2.17), libpython3.11 (>= 3.11.0), postgresql-9.5 (= 9.5.25-6.pgdg+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.25-6.pgdg+1_arm64.deb
Size: 47712
SHA256: f8b7e79b720dfc40a8e1931e9762cb99b5eade012995fb2f68a1b0aac0875d16
SHA1: 45472ea4d4013b80b2d9e44c24e0c7a5fec8e38e
MD5sum: b4b3d262a0fbab93424f67cfe1cabd4f
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.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-plpython3-9.6
Source: postgresql-9.6
Version: 9.6.24-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 312
Depends: postgresql-9.6 (= 9.6.24-5.pgdg+1), libc6 (>= 2.17), libpython3.11 (>= 3.11.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plpython3-9.6_9.6.24-5.pgdg+1_arm64.deb
Size: 50852
SHA256: 7f50734f72aea4a02d0d937b7d12fe370931186f166ad2f56984fe0fe7927cf6
SHA1: 6001973dbb5ea05bc41fcf46c77b08f4cd0d3b5d
MD5sum: 4e5941ccd905986a180d2824a1316cb4
Description: PL/Python 3 procedural language for PostgreSQL 9.6
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Python 3.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-pltcl-9.2
Source: postgresql-9.2
Version: 9.2.24-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.2 (= 9.2.24-10.pgdg+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.24-10.pgdg+1_arm64.deb
Size: 26068
SHA256: e924bc5683c560231034b94bd94158fda390d8c11f453e573a6553298d2b74ac
SHA1: 982ec7b4d6e5bf47477437759792b55c45481e0f
MD5sum: 922034d8976764c793fa06bf81b12a01
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.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-pltcl-9.3
Source: postgresql-9.3
Version: 9.3.25-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.3 (= 9.3.25-9.pgdg+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.25-9.pgdg+1_arm64.deb
Size: 25864
SHA256: 11d08f65b68ea5371dbb8574417fae74e07bbba97c733acf070833c6bc715959
SHA1: 8ca06c62ecfd57df884af9ad4c28e5c4078f7dae
MD5sum: 90f4fb6b3bbd5f9a6b327e978f3a9e1d
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.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-pltcl-9.4
Source: postgresql-9.4
Version: 9.4.26-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.4 (= 9.4.26-8.pgdg+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.26-8.pgdg+1_arm64.deb
Size: 27892
SHA256: f494fd20213ac193966d8994463163df205d15c054d8abae75554762b6ed88fb
SHA1: 313bee492f9731522d1885333589b2b243d3e97c
MD5sum: f7ec8512f317d40653470024001c696e
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.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-pltcl-9.5
Source: postgresql-9.5
Version: 9.5.25-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.5 (= 9.5.25-6.pgdg+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.25-6.pgdg+1_arm64.deb
Size: 32572
SHA256: 9e6dcaceba39f9418f0827a23d020fbcf874114997e0a36f091aee8680adf670
SHA1: 60cdb86eb5a20aa012c6f30cdbbf05113de83276
MD5sum: 8d9577d523e385f95325c8e66bcce45a
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.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-pltcl-9.6
Source: postgresql-9.6
Version: 9.6.24-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 191
Depends: postgresql-9.6 (= 9.6.24-5.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-pltcl-9.6_9.6.24-5.pgdg+1_arm64.deb
Size: 37864
SHA256: 50cb0f11a656c3f7d2cf4d9856c57709f607928e9476a61e3bd8faa51968b813
SHA1: 2292f43fe9f7fa75f469af7ae4953393868e4e4a
MD5sum: 5f18a4c0ff0bad203f670fbab7965b65
Description: PL/Tcl procedural language for PostgreSQL 9.6
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Tcl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-server-dev-9.2
Source: postgresql-9.2
Version: 9.2.24-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3319
Depends: libc6 (>= 2.34), 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.24-10.pgdg+1_arm64.deb
Size: 575516
SHA256: e35ad59b5ef1002163ab85aa681e3c77d49ce284c854c5dc5227990aee8981d6
SHA1: c33d842801c61c6e65800b3e14cfb0e934a111be
MD5sum: e129a5d56dafeaf747a2e745e61dc4b3
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.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-server-dev-9.3
Source: postgresql-9.3
Version: 9.3.25-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3556
Depends: libc6 (>= 2.34), 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.25-9.pgdg+1_arm64.deb
Size: 619092
SHA256: b1d45e8545a84cc5133cbfe544d571a51789ed5cbf0197f1db6734ad2fe32304
SHA1: 64953207e72af33a6bbefd2058aaccb9d2e856eb
MD5sum: 466384a123e3493654aebf775ea09c1e
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.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-server-dev-9.4
Source: postgresql-9.4
Version: 9.4.26-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3557
Depends: libpq-dev (>= 9.4~), postgresql-client-9.4 (= 9.4.26-8.pgdg+1), 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.26-8.pgdg+1_arm64.deb
Size: 616576
SHA256: 5932838a8593c9996bf219304788d981f0872202c3a81fac115941bb1c1ed55a
SHA1: c0c62e476ab894cd0b90a44949ad1aafb82812f8
MD5sum: d3fda7c10680b5a36ae216e39f5a4749
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.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-server-dev-9.5
Source: postgresql-9.5
Version: 9.5.25-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4076
Depends: libpq-dev (>= 9.5~~), postgresql-client-9.5 (= 9.5.25-6.pgdg+1), 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.25-6.pgdg+1_arm64.deb
Size: 712636
SHA256: db03b695ab2c93d940fbf5db7b6146aebb2d53921dd21340c07ce291094c45d2
SHA1: bf663b6fa88d6a71a3d4a8965c7809fb10c34d5a
MD5sum: 2abc61b4ec637326d71eb09cd1820013
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.
Timestamp: 2023-08-11 12:23:30+00

Package: postgresql-server-dev-9.6
Source: postgresql-9.6
Version: 9.6.24-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4414
Depends: libpq-dev (>= 9.6~~), postgresql-client-9.6 (= 9.6.24-5.pgdg+1), postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-9.6/postgresql-server-dev-9.6_9.6.24-5.pgdg+1_arm64.deb
Size: 780396
SHA256: 5786d8755703bd627f4f5f5554ddffc57c6c56bf1315e8c1de3b2198dc28ef57
SHA1: 86e36c3e9a5c0e46585b567c60fb264421582c8b
MD5sum: 81204c4d4a1697c8594f5146bb4de8c8
Description: development files for PostgreSQL 9.6 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.
Timestamp: 2023-08-11 12:23:30+00

Package: libecpg-compat3
Source: postgresql-9.1
Version: 9.1.24-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libecpg-compat3_9.1.24-13.pgdg+1_arm64.deb
Size: 12080
SHA256: 950463c63b6a2dfc9b3bb6cfb1a111edf99bf51c3ac7af981d497b47bf504804
SHA1: e1aee1f7944cc70205a755df6acdf62ed17e6603
MD5sum: 93d6e66a5f2d8a765eb813ccb232771c
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.
Timestamp: 2023-08-12 10:27:39+00

Package: libecpg-dev
Source: postgresql-9.1
Version: 9.1.24-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1025
Depends: libc6 (>= 2.34), libpq-dev, libecpg6 (= 9.1.24-13.pgdg+1), libecpg-compat3 (= 9.1.24-13.pgdg+1), libpgtypes3 (= 9.1.24-13.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libdevel
Filename: pool/9.1/p/postgresql-9.1/libecpg-dev_9.1.24-13.pgdg+1_arm64.deb
Size: 193296
SHA256: e197d6ee8b29beea2e9795c36688481c2913f34d8c5f217be7a9108298df9da3
SHA1: 07079274ca9f4c79ce800efa26c5b99b83ee827c
MD5sum: a475d20aa8ec79663cdfa38f156fca5e
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).
Timestamp: 2023-08-12 10:27:39+00

Package: libecpg6
Source: postgresql-9.1
Version: 9.1.24-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 421
Depends: libc6 (>= 2.34), libpgtypes3, libpq5
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libecpg6_9.1.24-13.pgdg+1_arm64.deb
Size: 72028
SHA256: 8eea2c8440e607c3f7052a5b705f39fa6009b7419f3ef7214fec5926f97948fd
SHA1: d3e7f1342b4b16cc80752d5212a824b747b58e93
MD5sum: f1e0523f6ab909a6e21f6d3256576918
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.
Timestamp: 2023-08-12 10:27:39+00

Package: libpgtypes3
Source: postgresql-9.1
Version: 9.1.24-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libpgtypes3_9.1.24-13.pgdg+1_arm64.deb
Size: 32496
SHA256: 2cd99316db5bdba1bca698031e9f37c2f7198becb37e726dc5264d4ae1281aab
SHA1: bed0d90657e9b75b2b5b6dc37ae39f59b3c213e7
MD5sum: a8608d88935c6d30dbd48142b4339686
Description: shared library libpgtypes for PostgreSQL 9.1
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-12 10:27:39+00

Package: libpq-dev
Source: postgresql-9.1
Version: 9.1.24-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 921
Depends: libc6 (>= 2.34), libpq5 (= 9.1.24-13.pgdg+1)
Suggests: postgresql-doc-9.1
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libdevel
Filename: pool/9.1/p/postgresql-9.1/libpq-dev_9.1.24-13.pgdg+1_arm64.deb
Size: 169152
SHA256: 0a6d9e551a41801b5bd09d039d79e56db12cbe89a0308a8a7ab73b565bf28c90
SHA1: 3a0697bf2438e64fd96b80641538212557d83c5c
MD5sum: 2a9b9f6001d744ba32a037b15c6a15fa
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.
Timestamp: 2023-08-12 10:27:39+00

Package: libpq5
Source: postgresql-9.1
Version: 9.1.24-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 542
Depends: libc6 (>= 2.33), libcom-err2 (>= 1.43.9), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap-2.5-0 (>= 2.5.4)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libpq5_9.1.24-13.pgdg+1_arm64.deb
Size: 111276
SHA256: 589156450c3069e49c28cc66db40178d1ae9ee60bd82ef8d5ab6234c8abde0f9
SHA1: 2798075a0afdca4bbd7bde97d1adebf469eed98a
MD5sum: 1708fd80a800aa992c126178bbf0e8dd
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.
Timestamp: 2023-08-12 10:27:39+00

Package: postgresql-9.1
Version: 9.1.24-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19243
Depends: libc6 (>= 2.34), libcom-err2 (>= 1.43.9), libgssapi-krb5-2 (>= 1.14+dfsg), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libxml2 (>= 2.7.4), postgresql-client-9.1, postgresql-common (>= 115~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.1, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.1/postgresql-9.1_9.1.24-13.pgdg+1_arm64.deb
Size: 3286468
SHA256: 189ada10cd5684dad946dd40dde49e237c2012d5fca98b01f3af6cc6d68c7473
SHA1: f202d217377e0640d478de320647c2784e2a8780
MD5sum: 3d957f71f97b0801057cdeabb905412a
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.
Timestamp: 2023-08-12 10:27:31+00

Package: postgresql-9.1-dbg
Source: postgresql-9.1
Version: 9.1.24-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28248
Depends: postgresql-9.1 (= 9.1.24-13.pgdg+1)
Replaces: postgresql-9.0-dbg
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.1/postgresql-9.1-dbg_9.1.24-13.pgdg+1_arm64.deb
Size: 7869824
SHA256: 002221fbf589efb962f313df0f5ebae0666976b1fd1623d702fba34df1e76210
SHA1: 0cd75bf9192003c59ab6a3210fd196a57f51642c
MD5sum: f566848469cfcf796b3d8b3a17bb8403
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.
Timestamp: 2023-08-12 10:27:31+00

Package: postgresql-client-9.1
Source: postgresql-9.1
Version: 9.1.24-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4431
Depends: libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.0~), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 115~), sensible-utils
Suggests: postgresql-9.1, postgresql-doc-9.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.24-13.pgdg+1_arm64.deb
Size: 958352
SHA256: d58e3e1b32cd05da32e4448a20dbc5148ee959fb5d9777e2fef8d05eadd7b0fa
SHA1: dd704adde1026bed93b3e9ba3d6c0d04e53bcd40
MD5sum: 36528673fd04c4b424b01eb07a0bbcd8
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.
Timestamp: 2023-08-12 10:27:31+00

Package: postgresql-contrib-9.1
Source: postgresql-9.1
Version: 9.1.24-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3814
Depends: postgresql-9.1 (= 9.1.24-13.pgdg+1), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libossp-uuid16, libpq5 (>= 9.0~), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4), postgresql-common (>= 115~)
Suggests: libdbd-pg-perl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.1/postgresql-contrib-9.1_9.1.24-13.pgdg+1_arm64.deb
Size: 351056
SHA256: e077c4d0c32a7f5c50b2c5c84528b74b3006d91c05ae53f3f73693b59e15acfa
SHA1: cde6505351c4eb166665e5338d767eb9150a2e1e
MD5sum: 268ba9374c1164b358ffc3a840167027
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.
Timestamp: 2023-08-12 10:27:31+00

Package: postgresql-doc-9.1
Source: postgresql-9.1
Version: 9.1.24-13.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12598
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.1/postgresql-doc-9.1_9.1.24-13.pgdg+1_all.deb
Size: 1602060
SHA256: dda83329c44fa27cc516e94fe3ac91bcfc580e909ba80e2ff54a4197c93f3f30
SHA1: c491b48daaec9d9b0af1ef07fd983c3a00d56b8f
MD5sum: ea34ecd12b5f40b8ee7a1d052de26fd6
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.
Timestamp: 2023-08-12 10:27:31+00

Package: postgresql-plperl-9.1
Source: postgresql-9.1
Version: 9.1.24-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libc6 (>= 2.34), libperl5.36 (>= 5.36.0), postgresql-9.1 (= 9.1.24-13.pgdg+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.24-13.pgdg+1_arm64.deb
Size: 45472
SHA256: de45379903592400a5420beb60a44f874ddb0bc0256fd49282d153161dcd89f7
SHA1: 397e81728369b55251a6ddb8d7ac6afd2907f6b0
MD5sum: 100515b2bb1476d37ff3a7f004a6fb75
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.
Timestamp: 2023-08-12 10:27:31+00

Package: postgresql-plpython3-9.1
Source: postgresql-9.1
Version: 9.1.24-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 163
Depends: libc6 (>= 2.17), libpython3.11 (>= 3.11.0), postgresql-9.1 (= 9.1.24-13.pgdg+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.24-13.pgdg+1_arm64.deb
Size: 36792
SHA256: f42d352a79145047a7af72bc71937602d22899b928b4770eae00b2d223d30ad1
SHA1: dadebd533c4120726418a4446f71acc65a31e9cd
MD5sum: 6788e2ef5c4ff834196e0d45faaba4c9
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.
Timestamp: 2023-08-12 10:27:31+00

Package: postgresql-pltcl-9.1
Source: postgresql-9.1
Version: 9.1.24-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 170
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.1 (= 9.1.24-13.pgdg+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.24-13.pgdg+1_arm64.deb
Size: 26280
SHA256: bab496934ee1d0dadf93689fb823f31ec4b72ee5331acdac7a23743c7bca6cd8
SHA1: 9fc4ecaa3b3ffe97065f3df4dd105e6c88361eac
MD5sum: 1d02dabb3fc0d31d3b87cabd4e637ae6
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.
Timestamp: 2023-08-12 10:27:31+00

Package: postgresql-server-dev-9.1
Source: postgresql-9.1
Version: 9.1.24-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3101
Depends: libc6 (>= 2.34), 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.24-13.pgdg+1_arm64.deb
Size: 536256
SHA256: 83cae02f47df06fd96d27a2a905e24476b586d106be89c8733d8f798fed9e2be
SHA1: c5aa06342582315f2c23409b5776d44ef07ec5f8
MD5sum: fd3eab1254db9a2b1c6c5a833dc8f23f
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.
Timestamp: 2023-08-12 10:27:31+00

Package: postgresql-11-squeeze
Source: pg-squeeze
Version: 1.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 252
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-11-squeeze_1.5.2-1.pgdg+1_arm64.deb
Size: 104672
SHA256: 675b216433164900cb20ac5d46e4451700f12f659064f82f08a276cdb5fa79d1
SHA1: 0bb4276235cd13691963d394bfa4f2776589774b
MD5sum: 146822573c4f3724731638b533773578
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2023-08-16 14:12:49+00

Package: postgresql-11-squeeze-dbgsym
Source: pg-squeeze
Version: 1.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-11-squeeze (= 1.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-11-squeeze-dbgsym_1.5.2-1.pgdg+1_arm64.deb
Size: 98092
SHA256: 2d366bbf85902930f7819a20f17b5ea64e1eb19b228526dc4901ec566519f441
SHA1: c57f60521fa23ba32597643f1b73d3ddd8b1e34d
MD5sum: d3279d7185a54462dbe697f6eb2db592
Description: debug symbols for postgresql-11-squeeze
Build-Ids: e51b8cb26780d2bb3b0656078fc62c105ca328b7
Timestamp: 2023-08-16 14:12:49+00

Package: postgresql-12-squeeze
Source: pg-squeeze
Version: 1.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-12-squeeze_1.5.2-1.pgdg+1_arm64.deb
Size: 108376
SHA256: 91b5d31f4646e8e5d5753dd3cb4cb767ea5fd40a99ffc181064bd5d89a69f538
SHA1: f7a15f674149950b43aea8000e22d203ffdcc26a
MD5sum: 314603e5b98253921d8833930f11f251
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2023-08-16 14:12:49+00

Package: postgresql-12-squeeze-dbgsym
Source: pg-squeeze
Version: 1.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-12-squeeze (= 1.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-12-squeeze-dbgsym_1.5.2-1.pgdg+1_arm64.deb
Size: 109428
SHA256: cc2a078b10674c08de28c42d9a1d56bcb4cef71e3c55cae8fbcb5863d47de35f
SHA1: 851b2d11ea51fb7281e57205550bb00f63f8a9db
MD5sum: b5f459b26d8c048dedd4670906ebc5f7
Description: debug symbols for postgresql-12-squeeze
Build-Ids: 351b29421d2bc4c777b39bfdb337b4cfd785ba67
Timestamp: 2023-08-16 14:12:49+00

Package: postgresql-13-squeeze
Source: pg-squeeze
Version: 1.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-13-squeeze_1.5.2-1.pgdg+1_arm64.deb
Size: 108548
SHA256: f4ee850aa3d4dfd5296db63e4929c74c85c247ed260c439b44d84f72d3fee14c
SHA1: 4bf22c589b067af767be91a8b42302e31eee3154
MD5sum: 7fd724a1b17e620f2d216ef350e0fb85
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2023-08-16 14:12:49+00

Package: postgresql-13-squeeze-dbgsym
Source: pg-squeeze
Version: 1.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: postgresql-13-squeeze (= 1.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-13-squeeze-dbgsym_1.5.2-1.pgdg+1_arm64.deb
Size: 110788
SHA256: c8f968f28333bc89e51265f0b4dc3bb32cb67be6cf8ab389f80957e714698c14
SHA1: a2ddca67e45a892237b546b3ada0c64978aba40b
MD5sum: e902b4e719a97ccbac4c4ea037e2b55f
Description: debug symbols for postgresql-13-squeeze
Build-Ids: 955102099e13646fc3900351882b7d61362e3fb1
Timestamp: 2023-08-16 14:12:49+00

Package: postgresql-14-squeeze
Source: pg-squeeze
Version: 1.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 259
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-14-squeeze_1.5.2-1.pgdg+1_arm64.deb
Size: 110612
SHA256: 5e6feedeeaf008b7dc1034365540dc4fe8f4c6d939280bf92dcf91be23eb5f50
SHA1: 4596b724eaf6dff990e9a8f5ca2422ef831cfd92
MD5sum: ecf4e5ed0495180279262a9afc654f18
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2023-08-16 14:12:49+00

Package: postgresql-14-squeeze-dbgsym
Source: pg-squeeze
Version: 1.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: postgresql-14-squeeze (= 1.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-14-squeeze-dbgsym_1.5.2-1.pgdg+1_arm64.deb
Size: 116924
SHA256: d75fd3d5e654be64aa76ffa1f3136e1be96dd84956611cdd30aec64f683ca480
SHA1: 073282c03ecd3856d5b4b652af862a72dca6be3f
MD5sum: b4e8102ee11c05f385f27b2a3988d78d
Description: debug symbols for postgresql-14-squeeze
Build-Ids: db0dcb10874f9a10531e1e41c4a3e674e88eda36
Timestamp: 2023-08-16 14:12:49+00

Package: postgresql-15-squeeze
Source: pg-squeeze
Version: 1.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 260
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-15-squeeze_1.5.2-1.pgdg+1_arm64.deb
Size: 110792
SHA256: 37722ddcf612a38c5f476b14bb5247b1e399c07209759a00f8e9df6586478479
SHA1: bb89b4c0ed7dc88897b6b80b914ceff2220bb860
MD5sum: 33500ed6fa82161baa621f5c1a98f0aa
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2023-08-16 14:12:49+00

Package: postgresql-15-squeeze-dbgsym
Source: pg-squeeze
Version: 1.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-15-squeeze (= 1.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-15-squeeze-dbgsym_1.5.2-1.pgdg+1_arm64.deb
Size: 119124
SHA256: bd720c93a5b96f735cf65c32e75abe7e3abef0c75a0a22f2d18052ba55dd6ff1
SHA1: 2410b1bd25dccd9dc6916eb6f44e3c2be66bd95c
MD5sum: 7c2dc13e31f2723c3f861406616ef009
Description: debug symbols for postgresql-15-squeeze
Build-Ids: e022fb7a5244597bf7c54dd4fc880d0db980999b
Timestamp: 2023-08-16 14:12:49+00

Package: pgtap
Version: 1.3.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-pgtap, libtap-parser-sourcehandler-pgtap-perl
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/pgtap_1.3.0-1.pgdg+1_all.deb
Size: 19804
SHA256: 394fa9f48a7ee8697635f1d17918988800a10ec4fe0cb4d7ed2fe586c85c20f4
SHA1: a3946ac86863c969f7ef757360a4793e8a152c12
MD5sum: a02b8c39ddbf5d808ce23e1128c5003a
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.
Timestamp: 2023-08-17 12:01:47+00

Package: pgtap-doc
Source: pgtap
Version: 1.3.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 353
Multi-Arch: foreign
Homepage: https://pgtap.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgtap/pgtap-doc_1.3.0-1.pgdg+1_all.deb
Size: 65404
SHA256: e55729a8ce7dc3b29f528441ac21682be994dca865d4a5c2139158fb19644038
SHA1: e8cd897414a5fa9b02415b9055337ff03d8f2710
MD5sum: 7aecbd98df0f4d41a42afcf82ce5415f
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.
Timestamp: 2023-08-17 12:01:47+00

Package: postgis
Version: 3.4.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 799
Depends: libc6 (>= 2.34), libgdal33 (>= 2.0.1), libgeos-c1v5 (>= 3.6), libpq5, libproj25 (>= 5.2.0), perl:any
Recommends: postgresql-postgis, postgis-doc
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.4.0+dfsg-1.pgdg+1_arm64.deb
Size: 156204
SHA256: 4df2936e3f70808ef1caf79437c726c464426fed40c906d21ca0f17faf0dcd05
SHA1: 5a4c8284bbd3ca4116b04345a6b3eed138c99639
MD5sum: 7f107bd51ea66f84bafb1c99b60191ae
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2023-08-17 12:01:47+00

Package: postgis-dbgsym
Source: postgis
Version: 3.4.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 707
Depends: postgis (= 3.4.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.4.0+dfsg-1.pgdg+1_arm64.deb
Size: 535512
SHA256: db0216b0735afa84a15fb6feeaf2d69de4fac4ca6326fc419b88e8dad3937c9f
SHA1: 242faf73aa6c7d8724f119bdb7f15a3761a60cd1
MD5sum: fa5d6924200abf7b29fb1703471c79cb
Description: debug symbols for postgis
Build-Ids: 5b33de5a3ea56a7016bad1779bfac81c4bc06b41 758493711a7fbaa84beeef7c482ce03ae89b449b b8adca618ecae5f08ea1a47de1a4f4b501391843
Timestamp: 2023-08-17 12:01:47+00

Package: postgis-doc
Source: postgis
Version: 3.4.0+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6040
Suggests: postgis
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: doc
Filename: pool/main/p/postgis/postgis-doc_3.4.0+dfsg-1.pgdg+1_all.deb
Size: 2735896
SHA256: 242fde07935b754f773c2f285326b1a5a26dfdf72f72e2c81243ffde9e65d36d
SHA1: 50602502db198e55244141bfa3d5386b0e304aa4
MD5sum: ef0284e047ffa6f0f922825f81f01e01
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.
Timestamp: 2023-08-17 12:01:47+00

Package: postgresql-10-pgtap
Source: pgtap
Version: 1.3.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1774
Depends: postgresql-10
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-10-pgtap_1.3.0-1.pgdg+1_all.deb
Size: 60972
SHA256: c3566a842c58bfaf6b4c6b03d11152c2d2c9595301a90876c24834e9fa369bf9
SHA1: 9df939a9f02cf44b660edc7d8c2d1f0032c64a82
MD5sum: de47b8d0816e2c02e51745cac008937a
Description: Unit testing framework extension for PostgreSQL 10
 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 10.
Timestamp: 2023-08-17 12:01:47+00

Package: postgresql-11-pgtap
Source: pgtap
Version: 1.3.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1774
Depends: postgresql-11
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-11-pgtap_1.3.0-1.pgdg+1_all.deb
Size: 60968
SHA256: 7f80db8e7bca27aa5a4fc66f24e47b415a59db4f00d295940fd8671868a678b2
SHA1: 2d164db200275f1854b5eeb1714cd2191464e10c
MD5sum: dcf73f32d7ba59012e820384a08a4e03
Description: Unit testing framework extension for PostgreSQL 11
 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 11.
Timestamp: 2023-08-17 12:01:47+00

Package: postgresql-12-credcheck
Source: credcheck
Version: 2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 171
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-12-credcheck_2.1-1.pgdg+1_arm64.deb
Size: 64980
SHA256: 2a173ac7284f1ee4fee7aea50fc6f223353367f204869e2da280b66a43eba5ed
SHA1: 83bd496794ca85ef5841ea6c652a97a2bf0b64ab
MD5sum: 60127b4ab9db7d728205c1bdc7b1ee95
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2023-08-17 12:01:47+00

Package: postgresql-12-credcheck-dbgsym
Source: credcheck
Version: 2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-12-credcheck (= 2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-12-credcheck-dbgsym_2.1-1.pgdg+1_arm64.deb
Size: 61828
SHA256: 341dbb7653c14b201e9a09dc91fd08461e7d3fae1c2f65829a9d413f72f6e74f
SHA1: 8a14bf113c2b615cbe04704bbad61a5c4046762d
MD5sum: e3d43686696c75012bede78218b00b69
Description: debug symbols for postgresql-12-credcheck
Build-Ids: 07d3732937069d03291c2ac38bc546af23bf8b99
Timestamp: 2023-08-17 12:01:47+00

Package: postgresql-12-pgtap
Source: pgtap
Version: 1.3.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1774
Depends: postgresql-12
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-12-pgtap_1.3.0-1.pgdg+1_all.deb
Size: 60972
SHA256: 5eefa524ad5eeec8f40009e88ccb1306bb510abdf6eddccfcae42a60d632b351
SHA1: c986aa846b41edf1ccb782fcff8350004e09b9fa
MD5sum: 1e15de3bf64763fb2fe083782de3e159
Description: Unit testing framework extension for PostgreSQL 12
 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 12.
Timestamp: 2023-08-17 12:01:47+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.4.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9995
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal33 (>= 3.7.0), libgeos-c1v5 (>= 3.12.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-12-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.4.0+dfsg-1.pgdg+1_arm64.deb
Size: 3547456
SHA256: 3548571b8526333c664d0931cda0203c2f5cd029da958d6a116003ced20ca6ca
SHA1: d1259890735cda549da54b179f77cf311451064f
MD5sum: d6c0f1f82450393663a5f5b452de1d04
Description: Geographic objects support for PostgreSQL 12
 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".
Timestamp: 2023-08-17 12:01:47+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis
Version: 3.4.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4510
Depends: postgresql-12-postgis-3 (= 3.4.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.4.0+dfsg-1.pgdg+1_arm64.deb
Size: 3952120
SHA256: 3c22b468865eaaf831e7ab2b3892a3def831cced88effa6c94a19ebffe7c83d1
SHA1: 9566da1d301b654b8d6dbaa4a5e8e6af04c694fb
MD5sum: e595ace91e3a64498db07c92668dfcba
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 042b8edd7de417fe369bf0f7439a7e167c54a863 21d912bc99dcd25a205475efa93895dedb41b616 5b8a1c1786810b48716f43b1d3738771b536a52a 5e66011d33466c5366d5bea5e0a495743b08cc91 7d1c83d42132e663d4fbe00d3dbc759097546cbb
Timestamp: 2023-08-17 12:01:47+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.4.0+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38831
Recommends: postgresql-12-postgis-3
Provides: postgresql-12-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.4.0+dfsg-1.pgdg+1_all.deb
Size: 1302012
SHA256: 814ec1b6dc405e7ceb317840d953a9e64ebc687966abab18fa92514d3e15eb62
SHA1: b7c2fc4b8b3b35aa22b53686cfed44bb206e4825
MD5sum: a7d6d56a195793913295373948a16dd7
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2023-08-17 12:01:47+00

Package: postgresql-13-credcheck
Source: credcheck
Version: 2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 171
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-13-credcheck_2.1-1.pgdg+1_arm64.deb
Size: 65328
SHA256: 3a1176e708c6334ae36b4c4af013e902a88df51fd38e8c7b0efee04da6900637
SHA1: 716a7daccc75cad39ce25e28ebae8ad147a5cb8c
MD5sum: 56d9a2f4c4074d4cc1f19ca6927299f6
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2023-08-17 12:01:47+00

Package: postgresql-13-credcheck-dbgsym
Source: credcheck
Version: 2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-13-credcheck (= 2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-13-credcheck-dbgsym_2.1-1.pgdg+1_arm64.deb
Size: 65512
SHA256: 5526a08f03e42cd84ea164d0d43def38c7348bb7d6b56597a34b2451bbbc323f
SHA1: e83d10cdb8324d121ec6b33508aba94f6bcfc1db
MD5sum: 1e7f95de1e685f2d57b48597657794e6
Description: debug symbols for postgresql-13-credcheck
Build-Ids: c93707b868130d8af7265b7eafefe36e6354aa9d
Timestamp: 2023-08-17 12:01:47+00

Package: postgresql-13-pgtap
Source: pgtap
Version: 1.3.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1774
Depends: postgresql-13
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-13-pgtap_1.3.0-1.pgdg+1_all.deb
Size: 60944
SHA256: c0436b07512c7c4a41ee71d5d4166b615498882cf3ab42e9f5d0005d25601b83
SHA1: ef75ebd57e2b9920724168ef15431dbd193e2b7b
MD5sum: a0f45f2d77a3e6ca7ca8f76e3c3aaf7e
Description: Unit testing framework extension for PostgreSQL 13
 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 13.
Timestamp: 2023-08-17 12:01:47+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.4.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9987
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal33 (>= 3.7.0), libgeos-c1v5 (>= 3.12.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-13-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.4.0+dfsg-1.pgdg+1_arm64.deb
Size: 3559524
SHA256: 88fcc9f8268cbc114603caf6083ba18a4d28cf7d998bf29b8039076ad205dfc0
SHA1: 824a5b30855b8abcef85e2d2405a717d8ecb6a19
MD5sum: 45af21aae47f96dc11ca95bcfed7076f
Description: Geographic objects support for PostgreSQL 13
 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".
Timestamp: 2023-08-17 12:01:47+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis
Version: 3.4.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4534
Depends: postgresql-13-postgis-3 (= 3.4.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.4.0+dfsg-1.pgdg+1_arm64.deb
Size: 3976552
SHA256: 7cb1fbd97c463dd5a7772d7afce894eed5dd0fe4fb861bd712b677a08ec7ce47
SHA1: 56588782cb0c241e6eeb8e6d9614d320c3a8e9cd
MD5sum: 0caac23f92e21a2d25fb4464789dda46
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 1b3344729914edf509ca16ffcc71933032f191d1 436d3343ce4c683430f3b7065ef60f4eb3ef0b95 8b8470d8d74476454a6e709fbc08f469b437cf56 bce2f8cb5c9f0ae61b62bd3265ebcb734d1e8925 c44d64c5c2c33497cc4a38be6c8903a3789b93c1
Timestamp: 2023-08-17 12:01:47+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.4.0+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38831
Recommends: postgresql-13-postgis-3
Provides: postgresql-13-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.4.0+dfsg-1.pgdg+1_all.deb
Size: 1301696
SHA256: 14c654a7a642a3258ff175984e8e01f941bd507ac6e34141cda82bd2d5f4c90c
SHA1: f3d17117377e002f5ea513a3d4c5a6272b13158b
MD5sum: 24a1331801fb2a185b19498fcda4b38a
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2023-08-17 12:01:47+00

Package: postgresql-14-credcheck
Source: credcheck
Version: 2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-14-credcheck_2.1-1.pgdg+1_arm64.deb
Size: 65636
SHA256: 9c583c0c0e3a7c3e1babc1392806584d50f41353ca17d76129a45befecd5308b
SHA1: acbeca312f5319c85a338d9b1fcea8f2ebb830ee
MD5sum: 06fce0cc1cd881e8847ba2a1eaebe016
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2023-08-17 12:01:47+00

Package: postgresql-14-credcheck-dbgsym
Source: credcheck
Version: 2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-14-credcheck (= 2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-14-credcheck-dbgsym_2.1-1.pgdg+1_arm64.deb
Size: 67200
SHA256: 3f576f67acd423a2dd32c1398288c506b1f632d5282c1e14f44cab815a9e141b
SHA1: efafbd6b3358a686ec56b93696a77f2e32109ba1
MD5sum: 0a12caa801a9b1448596cf50b0f67fef
Description: debug symbols for postgresql-14-credcheck
Build-Ids: 24c6c50d720a350633ecd6466c5920763a8b1f91
Timestamp: 2023-08-17 12:01:47+00

Package: postgresql-14-pgtap
Source: pgtap
Version: 1.3.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1774
Depends: postgresql-14
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-14-pgtap_1.3.0-1.pgdg+1_all.deb
Size: 60968
SHA256: bc31debd933de49c696042eac3791446c07e1e7060855ec1ac61e59c2850e260
SHA1: d84881a7cc7265277e0046b6feb8db18d828e0cd
MD5sum: 819d97decc7a91521ae0a03f919f7eb2
Description: Unit testing framework extension for PostgreSQL 14
 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 14.
Timestamp: 2023-08-17 12:01:47+00

Package: postgresql-14-postgis-3
Source: postgis
Version: 3.4.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10052
Depends: postgresql-14, postgresql-14-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal33 (>= 3.7.0), libgeos-c1v5 (>= 3.12.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-14-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3_3.4.0+dfsg-1.pgdg+1_arm64.deb
Size: 3572436
SHA256: 3296a4d670ce18c63b96b2dcb5de243e298ed1f2e69efb6ca4259cceff2257fd
SHA1: de00141ff2a01546dcb384367e4bbab80fbf5c75
MD5sum: 88bbb73dac158f6c97ae0477936fd00e
Description: Geographic objects support for PostgreSQL 14
 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".
Timestamp: 2023-08-17 12:01:47+00

Package: postgresql-14-postgis-3-dbgsym
Source: postgis
Version: 3.4.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4523
Depends: postgresql-14-postgis-3 (= 3.4.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-14-postgis-3-dbgsym_3.4.0+dfsg-1.pgdg+1_arm64.deb
Size: 3965944
SHA256: b776e4dc4a33c8e6e5be1ffcd10ec3c3d7378adc9ac6fed2544a78a6151ab52a
SHA1: 36d5ffb4634ebc114fc62dac127e89d0c555123f
MD5sum: 8cea679a79ec006565e10ea7d6304452
Description: debug symbols for postgresql-14-postgis-3
Build-Ids: 6bef37760c874a0b92b8ff1e3dc7d15d081dc836 7790cb539d4006e78782b9fe63f8c78f16490da9 94e341285c2bc389084c696326851e36aad1d7b6 bfc182eaeecec7c9c457326e4c10a55d79047ceb d4cdfd311728ece15616c417d43c913383ffde3c
Timestamp: 2023-08-17 12:01:47+00

Package: postgresql-14-postgis-3-scripts
Source: postgis
Version: 3.4.0+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38831
Recommends: postgresql-14-postgis-3
Provides: postgresql-14-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3-scripts_3.4.0+dfsg-1.pgdg+1_all.deb
Size: 1302100
SHA256: 6653a702d9dcebcc64606c8ea55b8936645cd511f0a8bf4dec0cace7ce058644
SHA1: 293260f1243ee34f40f9720a6b080230cda6b804
MD5sum: bbff5696a355acd9e22144619680aebd
Description: Geographic objects support for PostgreSQL 14 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 14 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2023-08-17 12:01:47+00

Package: postgresql-15-credcheck
Source: credcheck
Version: 2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-15-credcheck_2.1-1.pgdg+1_arm64.deb
Size: 66520
SHA256: c8493a99a5d96a57b8d19c18a8643748c6a66c62b305061c816f30c03c8ea526
SHA1: e9ddf6825766d6aa28d305789760d2f814de9c5b
MD5sum: 7d29473b1484ce51af16f37b292acfe7
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2023-08-17 12:01:47+00

Package: postgresql-15-credcheck-dbgsym
Source: credcheck
Version: 2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-15-credcheck (= 2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-15-credcheck-dbgsym_2.1-1.pgdg+1_arm64.deb
Size: 68136
SHA256: e01a564a530bc65713075f4e0e275839e62b4ad66ff7ae8ebc2f9e2babc19b31
SHA1: f557a9056f559f49b1dfa948302475e58bc7847e
MD5sum: 14acafde096efdd333d322433c9208bb
Description: debug symbols for postgresql-15-credcheck
Build-Ids: 4a030496ff346ed0f2d4e423b8b817484c884e65
Timestamp: 2023-08-17 12:01:47+00

Package: postgresql-15-pgtap
Source: pgtap
Version: 1.3.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1774
Depends: postgresql-15
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-15-pgtap_1.3.0-1.pgdg+1_all.deb
Size: 60960
SHA256: 41f9f4d8ee65b2333fba20a9208473c9a46b652ae7bc70e8a6bb07cd04d20628
SHA1: fbd86c76c60a56febad15fab41d342daa2988482
MD5sum: b5b0e56976abc2cee674a839bab889fa
Description: Unit testing framework extension for PostgreSQL 15
 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 15.
Timestamp: 2023-08-17 12:01:47+00

Package: postgresql-15-postgis-3
Source: postgis
Version: 3.4.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10211
Depends: postgresql-15, postgresql-15-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal33 (>= 3.7.0), libgeos-c1v5 (>= 3.12.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-15-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3_3.4.0+dfsg-1.pgdg+1_arm64.deb
Size: 3615952
SHA256: e8ec73866832c94bd86185715fe4e69d83b06c768014c3b7ed0ab09e4136857e
SHA1: 93a37258fe31385ee6e8596a9eb26e44f7453292
MD5sum: ab80a47273450e1dbfa6bcb250aa6aaf
Description: Geographic objects support for PostgreSQL 15
 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".
Timestamp: 2023-08-17 12:01:47+00

Package: postgresql-15-postgis-3-dbgsym
Source: postgis
Version: 3.4.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4528
Depends: postgresql-15-postgis-3 (= 3.4.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-15-postgis-3-dbgsym_3.4.0+dfsg-1.pgdg+1_arm64.deb
Size: 3969580
SHA256: 6eaf1e0f7b8ad1e3a513ca7c5d30ccc1a9162f760f13a666fb8f07e6c63e6c5f
SHA1: f3c4844de414b4eb2346319b5bf16a0fccf0f3c4
MD5sum: 3896e3fdab698ff277c67a640664ee20
Description: debug symbols for postgresql-15-postgis-3
Build-Ids: 583aba03878809df8a2d1e0a0b3e393596cd22ea 8760d41e519bc0e166e0a8451ca752c8dcdc71a4 9a7e7ad879cdefa64db37490ceba2ded2a10f2b8 bcbabcd7ba2afa5af7e275f00d713fcf4ef80117 dff368b2943cb271d791dcb869d10d743559a363
Timestamp: 2023-08-17 12:01:47+00

Package: postgresql-15-postgis-3-scripts
Source: postgis
Version: 3.4.0+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38833
Recommends: postgresql-15-postgis-3
Provides: postgresql-15-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3-scripts_3.4.0+dfsg-1.pgdg+1_all.deb
Size: 1301872
SHA256: 041db0b0137a8ddc2fdb590add8a31da889d18065f0409001ba838a2b943532b
SHA1: e7e36dce4d1a9fb8ce17bca973c475464fb453f1
MD5sum: 868cdc2646b854b5d7b9f71f05784bcc
Description: Geographic objects support for PostgreSQL 15 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 15 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2023-08-17 12:01:47+00

Package: postgresql-16-credcheck
Source: credcheck
Version: 2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-16-credcheck_2.1-1.pgdg+1_arm64.deb
Size: 66404
SHA256: 55f5b484832041b1c785c7ca337b733f6e3872ba0331b54d05711776ac1d0645
SHA1: f3378f9a64201e9191bb26ed8a577359ef50c52e
MD5sum: c338490e78114982afefd795363b23e6
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2023-08-17 12:01:47+00

Package: postgresql-16-credcheck-dbgsym
Source: credcheck
Version: 2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-16-credcheck (= 2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-16-credcheck-dbgsym_2.1-1.pgdg+1_arm64.deb
Size: 69792
SHA256: 7e402d838c6af620c17221ea4431c6dc9cc17749f0f46e1d9fac7f0ee3f3a54b
SHA1: f3629ad9b4d22127388ca9dbbbeff4bf1d72099e
MD5sum: bd441bfe106d7d9117ae608c595e9629
Description: debug symbols for postgresql-16-credcheck
Build-Ids: a5f9152728feb84dd4530858e2f6037319f4e532
Timestamp: 2023-08-17 12:01:47+00

Package: postgresql-16-pgtap
Source: pgtap
Version: 1.3.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1774
Depends: postgresql-16
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-16-pgtap_1.3.0-1.pgdg+1_all.deb
Size: 60956
SHA256: b2a18ba91aab62637c6cc7b342ef0effd0bd75fb7662808228332c880d6dc2bf
SHA1: 68e8fa4c0f89f7dfa98e0bdebb0c8f3efb6faf87
MD5sum: 6ac8aaec20bc751ec6636531aa6645b5
Description: Unit testing framework extension for PostgreSQL 16
 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 16.
Timestamp: 2023-08-17 12:01:47+00

Package: postgresql-16-postgis-3
Source: postgis
Version: 3.4.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10373
Depends: postgresql-16, postgresql-16-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal33 (>= 3.7.0), libgeos-c1v5 (>= 3.12.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-16-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3_3.4.0+dfsg-1.pgdg+1_arm64.deb
Size: 3687160
SHA256: 67ee8bf00f77fdc21cfab7b7f12188b4656b92598dffb99987eb2232b2ddf745
SHA1: ab141321cc5b6764cb13b158c3ab5cbf08c8533c
MD5sum: eea67271221f0dcdf030221918fcd129
Description: Geographic objects support for PostgreSQL 16
 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".
Timestamp: 2023-08-17 12:01:47+00

Package: postgresql-16-postgis-3-dbgsym
Source: postgis
Version: 3.4.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4648
Depends: postgresql-16-postgis-3 (= 3.4.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-16-postgis-3-dbgsym_3.4.0+dfsg-1.pgdg+1_arm64.deb
Size: 4099692
SHA256: f4e20eb06dace40550719f9f1ea692b1c389dc18a17e0c57db955213cb839700
SHA1: 8c813dcdf612e8d27ec5ed02ca6fe4e48aed4377
MD5sum: c73bc3a2bad1a0ed6783df1d7587515d
Description: debug symbols for postgresql-16-postgis-3
Build-Ids: 2dd55452e524fdfc1917badfb5ab40119e96da0f 839a70e7ca47afba66ecf28f54cfd6604089da44 924be4a7fb5503baf2abb96ea876513d452408a9 b29a66ec83258ea20c7fd69dca42877db14b9205 c561cf3750204e4d1884fb124be67d4f7208d2e1
Timestamp: 2023-08-17 12:01:47+00

Package: postgresql-16-postgis-3-scripts
Source: postgis
Version: 3.4.0+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38833
Recommends: postgresql-16-postgis-3
Provides: postgresql-16-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3-scripts_3.4.0+dfsg-1.pgdg+1_all.deb
Size: 1301928
SHA256: 8b71ea7deca78da5ce43bcc475536af5352b935772501a4069d88aebbbf55baa
SHA1: 05bdcb8bf024699836d607483f2c0f29e2239a22
MD5sum: 477ff6f6a8c12979788532b2de3b5c67
Description: Geographic objects support for PostgreSQL 16 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 16 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2023-08-17 12:01:47+00

Package: postgresql-postgis
Source: postgis
Version: 3.4.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 70
Depends: postgresql-postgis-scripts, postgresql-15-postgis-3
Homepage: https://postgis.net/
Priority: optional
Section: metapackages
Filename: pool/main/p/postgis/postgresql-postgis_3.4.0+dfsg-1.pgdg+1_arm64.deb
Size: 21632
SHA256: 28479fefca3f29295195a3ec3f9f69a166de84d6051876e8c625dee1421215f6
SHA1: 0d89d24a7e384b536658fe3434391548b67b1c6c
MD5sum: 1b01b6fedcef373a6dfee036bec02818
Description: Geographic objects support for PostgreSQL -- Metapackage
 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 metapackage depends on the PostGIS package for PostgreSQL 15.
Timestamp: 2023-08-17 12:01:47+00

Package: postgresql-postgis-scripts
Source: postgis
Version: 3.4.0+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 70
Depends: postgresql-15-postgis-3-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-postgis-scripts_3.4.0+dfsg-1.pgdg+1_all.deb
Size: 21664
SHA256: 27b7d0e95c0eb66c3d377aaa19dc983a4b96b3c992a0a8fdb782d178fd9970e9
SHA1: 410ff80664e2c838ae50c2be598d1dbc0e6ed84e
MD5sum: 9c2374ee89fa610a65b935aadd0031a9
Description: Geographic objects support for PostgreSQL -- SQL scripts metapackage
 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 metapackage depends on the PostGIS scripts package for
 PostgreSQL 15.
Timestamp: 2023-08-17 12:01:47+00

Package: barman
Version: 3.7.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 79
Depends: python3-barman (= 3.7.0-1.pgdg+1), python3-pkg-resources, adduser, rsync, python3:any
Recommends: openssh-server, openssh-client, postgresql-client
Suggests: barman-cli, repmgr
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman_3.7.0-1.pgdg+1_all.deb
Size: 44280
SHA256: b83fba66c454a82c8a1c489cc538e4928914595b2a7bba31c1cff29778803792
SHA1: 48150e032383850443b878de9a9265fca9d5de91
MD5sum: 5ad1abd11e8b848543f14777f8a5042f
Description: Backup and Recovery Manager for PostgreSQL
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides barman binary.
Timestamp: 2023-08-30 09:19:53+00

Package: barman-cli
Source: barman
Version: 3.7.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 19
Depends: python3-barman (= 3.7.0-1.pgdg+1), python3-pkg-resources, rsync, python3:any
Recommends: openssh-client, barman-cli-cloud
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli_3.7.0-1.pgdg+1_all.deb
Size: 7108
SHA256: d2a29b34cf030b3d5555c8e88773389ed952f1608e9e8d7d5c3646800ea80a92
SHA1: 678ae40b62d8705adc0812a3186ddb56897486b4
MD5sum: 81c6ada4467c9cc74e8b5585bc6948bb
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 organization 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.
Timestamp: 2023-08-30 09:19:53+00

Package: barman-cli-cloud
Source: barman
Version: 3.7.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 52
Depends: python3-barman (= 3.7.0-1.pgdg+1), python3-pkg-resources, rsync, python3:any, python3-boto3
Breaks: barman-cli (<< 2.10-3~~)
Replaces: barman-cli (<< 2.10-3~~)
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli-cloud_3.7.0-1.pgdg+1_all.deb
Size: 30152
SHA256: b695554eb10fbcb6d0dbd8a413974723ea1eb5db512fb4ae4aac6f2619ea5047
SHA1: dd740f865377fb5dcfc9df98a62e76fac25906eb
MD5sum: 8f7bd7ed62eba3054adcda1de2159bae
Description: Cloud 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 organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli-cloud package contains cloud client utilities for the
 integration of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by 2ndQuadrant.
Timestamp: 2023-08-30 09:19:53+00

Package: python3-barman
Source: barman
Version: 3.7.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1375
Depends: python3-argcomplete, python3-dateutil, python3-psycopg2, python3:any
Breaks: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Replaces: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Homepage: https://www.pgbarman.org
Priority: optional
Section: python
Filename: pool/main/b/barman/python3-barman_3.7.0-1.pgdg+1_all.deb
Size: 214248
SHA256: cd5a335e34699b174f7cdc38942d52dd5fdc248dd280eae676187e53117672df
SHA1: b3050ecf63004a35f966d1d244d871c39c1d8f89
MD5sum: 0b03143d5dd38be0606f2c26d194196a
Description: Backup and Recovery Manager for PostgreSQL - Python modules
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides Python 3 modules only.
Timestamp: 2023-08-30 09:19:53+00

Package: libecpg-compat3
Source: postgresql-16
Version: 16~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libecpg-compat3_16~rc1-1.pgdg+1_arm64.deb
Size: 17888
SHA256: a980ff452c2e9d13d8225ea800d6509ede9f505e66d4b2e19684a83f9154e8b6
SHA1: 27842aa170356dd574074ab86031e894be5f208c
MD5sum: 59fc3a2071dc5eeceb81e763b3a497f2
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.
Timestamp: 2023-08-31 12:41:35+00

Package: libecpg-compat3-dbgsym
Source: postgresql-16
Version: 16~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 16~rc1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg-compat3-dbgsym_16~rc1-1.pgdg+1_arm64.deb
Size: 39372
SHA256: 7b732aacde377bfe07cadebc72dd821187b55316b55aaca1b4c1e0a8fea5b201
SHA1: 9afb267e14eec5a6a7fa729034a2f9979a15051b
MD5sum: 6d71b9a12ac693b2bf085b87d2e7378e
Description: debug symbols for libecpg-compat3
Build-Ids: dbeebcaaee210ed4e62cf3a524ada6197f5f9e24
Timestamp: 2023-08-31 12:41:35+00

Package: libecpg-dev
Source: postgresql-16
Version: 16~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1622
Depends: libecpg-compat3 (= 16~rc1-1.pgdg+1), libecpg6 (= 16~rc1-1.pgdg+1), libpgtypes3 (= 16~rc1-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/libecpg-dev_16~rc1-1.pgdg+1_arm64.deb
Size: 274548
SHA256: 70c672550fee88f2f7f8dcce5817dea9b693f28cb72685383570246753a2c542
SHA1: 67e6942f778eea82bf819457dd2547dc26c2bb97
MD5sum: 71b540adb518fd3119daddef11024894
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).
Timestamp: 2023-08-31 12:41:35+00

Package: libecpg-dev-dbgsym
Source: postgresql-16
Version: 16~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 302
Depends: libecpg-dev (= 16~rc1-1.pgdg+1)
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg-dev-dbgsym_16~rc1-1.pgdg+1_arm64.deb
Size: 261324
SHA256: 3dfa18df7ba044cf0a2be6d50109fabb15019f810eb7dffebc562fde7ed2873e
SHA1: f5f8db2a0004cbcece4c8d47f93e89c6e83ad0c6
MD5sum: a4854077dbdc01c230f0cce37aff22bd
Description: debug symbols for libecpg-dev
Build-Ids: 78ef5c1ef82435d8f66dcac01f3ceb49989d2902
Timestamp: 2023-08-31 12:41:35+00

Package: libecpg6
Source: postgresql-16
Version: 16~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 267
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libecpg6_16~rc1-1.pgdg+1_arm64.deb
Size: 54052
SHA256: 3e8ddcfc08fbd888e488ba99549a2cbbb2f74dc150f117efe1d75face7cd97fd
SHA1: 84c1df92a66bd6926b63f30997fc7b950aa4ab63
MD5sum: ec2000bd9ee48c02a83fd3f7cc11377d
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.
Timestamp: 2023-08-31 12:41:35+00

Package: libecpg6-dbgsym
Source: postgresql-16
Version: 16~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 16~rc1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg6-dbgsym_16~rc1-1.pgdg+1_arm64.deb
Size: 114192
SHA256: 8d1712414625321b45a7d6b4e17b21127564df33d4c974a809ccedcf2227d116
SHA1: 8054ca3bb64012e9b3d972879732d142624fa695
MD5sum: 163db0bee98f0c922d6c64c0b621ab6f
Description: debug symbols for libecpg6
Build-Ids: bc4bd0930eed74b28ace2cb5a71b2ae2742e33d3
Timestamp: 2023-08-31 12:41:35+00

Package: libpgtypes3
Source: postgresql-16
Version: 16~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libpgtypes3_16~rc1-1.pgdg+1_arm64.deb
Size: 38220
SHA256: 0c73e46266eaefe46a5b6f9e9c9d78ff6e2ceaefb5348a09f04a39abe2408047
SHA1: 6ca7d1469ae02ac93eda89279f3c01c544476a75
MD5sum: 1c248ccfe912c04bb2978c5f37f55ba7
Description: shared library libpgtypes for PostgreSQL 16
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-31 12:41:35+00

Package: libpgtypes3-dbgsym
Source: postgresql-16
Version: 16~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 16~rc1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libpgtypes3-dbgsym_16~rc1-1.pgdg+1_arm64.deb
Size: 88740
SHA256: b7dfe6cefcd8911046859a1fce3b5e8092a30168181dcfcd0b6424762a07098f
SHA1: 75ec5ece5460b363fc55d97b194eba6ae3e0e459
MD5sum: b7c45fd7e108fcd4efc608d7a8e55bd8
Description: debug symbols for libpgtypes3
Build-Ids: 15d7cd8da1c133c61edaeb75ebe481fdea54f6e9
Timestamp: 2023-08-31 12:41:35+00

Package: libpq-dev
Source: postgresql-16
Version: 16~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 585
Depends: libpq5 (= 16~rc1-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/libpq-dev_16~rc1-1.pgdg+1_arm64.deb
Size: 138092
SHA256: 11ce6de6c657cbb306a72ff4467b431e8357793f4aee8db07458e38a57fc19fa
SHA1: 33923e1fb3d4ac50c74c834bb27f9364d6067cc0
MD5sum: b3645cd1cb9c4994cabb7760f6682c55
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.
Timestamp: 2023-08-31 12:41:35+00

Package: libpq5
Source: postgresql-16
Version: 16~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1044
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libpq5_16~rc1-1.pgdg+1_arm64.deb
Size: 205288
SHA256: 131b59943774a7ceb5892a576baf9965a066321a41fb07626a9c16ae4ba50fc5
SHA1: 373d6a7981175be6c73b0bce00905595298bc25f
MD5sum: d76793c6b3a90ac92fa9d6c8da0d1efe
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.
Timestamp: 2023-08-31 12:41:35+00

Package: libpq5-dbgsym
Source: postgresql-16
Version: 16~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 324
Depends: libpq5 (= 16~rc1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libpq5-dbgsym_16~rc1-1.pgdg+1_arm64.deb
Size: 287280
SHA256: 5b62d64e57bd77b3a6af8ebacb3e3d43b5401405199d308e1d64788a661153c4
SHA1: 6dce5328f87b520155e874dddee1b57031c273bd
MD5sum: 3ddac735ddaca6182d97da4bd709511e
Description: debug symbols for libpq5
Build-Ids: 96f7a038c33f28912654a95733ae8977a9ce8ec4
Timestamp: 2023-08-31 12:41:35+00

Package: postgresql-16
Version: 16~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63019
Depends: locales | locales-all, postgresql-client-16, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 16~~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-16-jit-llvm (= 14), postgresql-contrib-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/database
Filename: pool/16/p/postgresql-16/postgresql-16_16~rc1-1.pgdg+1_arm64.deb
Size: 18617548
SHA256: c776205f9f1ff90192aa9e398be6b44d454ea88172e239b17518c369656a6893
SHA1: c84dfaa4027f4b8ae3c83f5a597f33ee40a2760a
MD5sum: 8226ba3383f4f297c1e4062b8980138d
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 16.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202307071
Timestamp: 2023-08-31 12:41:35+00

Package: postgresql-16-dbgsym
Source: postgresql-16
Version: 16~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20451
Depends: postgresql-16 (= 16~rc1-1.pgdg+1)
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/postgresql-16-dbgsym_16~rc1-1.pgdg+1_arm64.deb
Size: 18608712
SHA256: 5630697541e2c519761c442721cc2c0f79efb19f5c8e370e4b79a97b58e836e9
SHA1: 49a3cdc179fff73431cf9371af71d3c84e70cda5
MD5sum: e247c132bfdf6c005f6bf169f9a7eec3
Description: debug symbols for postgresql-16
Build-Ids: 0015237629d71dcfebc15358c3c4ac0b83f81ad2 0040748919ce424cbf6945545a13417b5f0486da 029d0b406addd23659591a11e1c53622cf3392ac 0a3dd36ef498bbe43d8c7c6864bfbdc166c467c8 0e4816cc314249739ff06439f5763dc786b01ab2 1053c68f561f14a7e34a26c26541c401342cb3c5 126664afc5e2dce99189f1d7f1dfae25a4538afb 1294ebcb98cbfc25f57bfedeec0fab6ce9b4bd9b 13c3b5c8c47b30188aec66caa1bc729a6e177fb4 13ee393f318648a87192a5f93cb9746384607e66 1f3c0355707f01f63dd36573a19f0ca3f2d556a0 23b4369c5c0a94c34d1df6c3e316728639ac945d 26139ecdf3b6be92467fc52037ad373e207259d9 276d771799c46c2d1119b88ade4aee132b936172 2abedd35845bc6be00d3d4efc752a8c30437dda3 2b39ca07a6f799c7bbe72ce790e6620477a7321c 2f03e91c55bee90bca4baf4d1001ece5e6c2bc07 321837bcc67882dde327e5adb422189e7fe20b98 3342c6b56e727115ccfd6f994c44cf0d1c691fc3 34a35addea372bcd408175d065bf49a2011f1951 35b4183cf4f3481fafc37c13c3415424d22f6b55 37aadcbc3b59a4708d3ccba3ced74f2d12f1157e 3bb25844ba5ce462cc1ef0588f0326277825698f 3e5a38823e718704de37a7737a542808fdfada0a 42219f44cca85dcba7c975146d039d3a68089796 425309f5fd18e07707be2a517dd164912aa30831 42edaa206e123fff457b9eb34e463c6674d9d723 43e53ac530115de88ded591250d958821c683337 4769b721aee599f2c4c506ca1385e374005de43b 4d3b23c0f3341a8eb65709707227738f3f920e7c 4e1e0e9dbb7763f0d7e602dbff6f17ac0534b9b7 4e347053bd6430cd009bc31e040b6e6b60a15f35 50468e9dc5471497d13bb507d0f3990d2d3d410a 50aa64a8eea69b53dff05fe1fd6fbea9b3beb078 50b1d6a7c13c7560095260369f4fe9f25d27a778 514c51b0e2e1bfb635529ac0a966d7f1a08cd24c 541f9c45185d9475a1fda0d3de04ae94f8be0dc7 544810c1bdb4ac4df54d6b22ce84d60c1858cf4f 55f5da459afa2261013dd29836aeeb0ed75d70b0 572d2d35848507724531e24233b4bf5ab2f37f8d 59cf23dc7b67a10f5ed7d2edf753399daf41ac6c 5e0de269b67ed1d256ed12a0e3a56c82d0346d95 5e88abe83aafabfe574d3541118dae498a6b30c3 60ef8504d10db12df87221df8dd5386b9e51c709 64a77debea7a3c65efdcd52d5b3bbc117050deaa 684fb5e7f1e463fc40fe9e104a47a7f7ac5a68ad 6b08d20269432ff77c47c54fb721dfbc347d6b82 6c06ce9b4a7a8f6be50bdebbc9024b3cd798912d 705115cc475545094d46fbbdb05fc2c5ad03c394 7490c9f3300b12ef02d1b2ccc0fa4d9c292e2a52 75a9b420840c91f51c891a6672f0ff7b03eed2c7 7806eeba3952bcca676b075ed91d7ec64bc204e3 784712965402cae5ad7ec8e5883bd8430f5080b9 7cb3830c71743d1a2df65957d0d3be09199ff83a 804d4f6e65043249e5185b9faff105f899669a44 83b1019b9ee19fa22466a088939d14290bdeace0 84a5dba643409946acfc6279428b99aa6692dbfc 84c45381aa3a6f2b553c3744cabc7aedb522dc02 8c5df24c9d0934973c2eb876ff0090425d4b2bd0 8e58867ae2e2e017788397ef6340f50db48ae01f 8ed81e20e20c748d0e4e155254efa086bea16d0f 9168dc96f30e961362a825ed8e5deb8ee4a286a8 93dcbfe4fecd935e4399ddbf0a8f4985ea186d24 9455d29a008678077c107ca4bc02f8c54a9d2e25 9843694c37b17352ca09e431bb858d8270665376 9a1f36d06d4f67477d146c240d662c582db17195 9f3942b2ca76aaa5c101cb5c0a1d2dcf94d00fdd a60dd7484f0254eec84b43dd2699ca0e818563ed aa412e9aec5f674254532273c1d5218bfdaad2e9 ae1db0dede3c4bf754b25b0b68f7de958f52b271 b04138f8f3290281f24b95d3cb51bada2b8f440c b160b90566d7746b83b7a65b04215c406387c7ee b17d9bdf89efc7571e0fe5489103eca125e13c60 b1c992449d1a6961d11a576869fdbeaa7e8e4a77 b4240ca06f84f7e1461c7b702b6c8b05a6bebfa3 be04f94a1557ec4197daed23281eb877f29051ed bf6a4ae0c0b5bba79fed6b5c8036d1060532fd49 bfca4e53002cfb3b18a95b83cbb78a53c528ed37 c0f8a653dc4af80cde47b00813384740405bedcd c5f1c52d5e0d5cea09c4010db2cbe178ca7f5bc5 c7940de73abfc75aae8501e0c5bf0c026f456906 ce68fda0acbbd713e8a644aecb534dd955fb5af9 cf896ef2d795ac919f175788841b4342213acf8c d12f7388f65bc3b0ba8fd1db07cf7ba6196f1ebf d221f62e7d747c95cd650d2dbff194bc3b88f30b d2b9608cb0b0a101b2b4eb9a677b6a6ca9e18853 da8a163960379c6542b973fdd04ba4f2d9f2a419 de3c8b93037593e7fe086d27084324687712f7c6 de99a1a02165740fe9415b278eef909327150805 e4ba160f2873d240076b1a53813009048ae44f96 e6b658907faa12d705fcbd769f86badcb32430b7 efd36c0e3b67cdf83714b21b05fd7ce585c33576 f592ff663da8d9df452cb15e383b4e47f00ac4d5 fa8bc269843b395cf9a8d96fc19fa057681e927e fd179d4367474b3574e9c922b1be574a6c33399c feac0f66aa5ac129978d9f32a4c49836a679344d
Postgresql-Catversion: 202307071
Timestamp: 2023-08-31 12:41:35+00

Package: postgresql-client-16
Source: postgresql-16
Version: 16~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9941
Depends: libpq5 (>= 16~rc1), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), liblz4-1 (>= 0.0~r127), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-16, postgresql-doc-16
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/database
Filename: pool/16/p/postgresql-16/postgresql-client-16_16~rc1-1.pgdg+1_arm64.deb
Size: 1856860
SHA256: ab5bd489af5af8c1a60911cdc467d5e966c3445b2c9d177fce9e827980fc4ce7
SHA1: 6d42c3a06d066de7ce4730b1a3e4cdca5c67411e
MD5sum: e9b975652acc8f6124d6aedb4e459260
Description: front-end programs for PostgreSQL 16
 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 16. If you install
 PostgreSQL 16 on a standalone machine, you need the server package
 postgresql-16, 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.
Timestamp: 2023-08-31 12:41:35+00

Package: postgresql-client-16-dbgsym
Source: postgresql-16
Version: 16~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3061
Depends: postgresql-client-16 (= 16~rc1-1.pgdg+1)
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/postgresql-client-16-dbgsym_16~rc1-1.pgdg+1_arm64.deb
Size: 2591544
SHA256: 27040c1a454522e8d28b6f345045464cb5bcbf4674d1a3c31d15c5399f194413
SHA1: 641cd7878cb0fc7cc1a2604c136b7329398d8261
MD5sum: 3b747fb53522443ab051eeb4f8558cef
Description: debug symbols for postgresql-client-16
Build-Ids: 088e80692fbb5c575899b5552744b8d36f654c6c 191d7b75e234d176c3f567389a7ce85ae379e0b9 1c03275d4cd3127b850465cde302675e8e29931d 2fa34a14de28ec5e8f2e3b59a469f789c552c2ae 34c4645c46255800ec402452ed793503b1e4fe5e 46e3a374c04aad98d0e649ad305ec3d1f5bf9b8e 54cbcc15272be9310d81c475f2431c1727bc68ba 57499175b8d5745fd771d994afb9ca6188c60ac2 59348bcd4a06f4d121753ab9e84a0018febd913e 5b9f95390c1cfb223de6eaa1cdee4fb297a7324f 66c31d5dc36a5bbb013272523e863e02d80c1ae2 67edf5f16f1ba2d3f2257c185337cd658d826eef 71d6c10eecc84625666a48bb08aa68aff975afdc 75f7d52be9213959c36ddf82bfe46f64cbf947d7 7da0211c59cfb2249442008427fb61477e1b4003 7db77b5ae899c8b6a2c93e6bf8f558065a074b3e 7eebb62b65ddad5c561131245366d02ca06874a3 8fa0c0404d8cfad82f02bc8388bbdce86f1446d0 ba3b131ac18336f720b85695676835bcad8bafc7 bba90750cb523a131976e39955285c6ab25b62fa f2035c60c1ff891081cd7d68d9260ae5cadd54a5
Timestamp: 2023-08-31 12:41:35+00

Package: postgresql-doc-16
Source: postgresql-16
Version: 16~rc1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16482
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/doc
Filename: pool/16/p/postgresql-16/postgresql-doc-16_16~rc1-1.pgdg+1_all.deb
Size: 2066132
SHA256: 467714f28713512526ca6f377a77aaa7f051aa6300532c1b1d4614ab5590cb63
SHA1: 324ed6b6a989890802b12cea451c07805b2c48cf
MD5sum: 94ac8faa9442e55a93b6f0fe62527ee7
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 16. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-31 12:41:35+00

Package: postgresql-plperl-16
Source: postgresql-16
Version: 16~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 578
Depends: perl, postgresql-16 (= 16~rc1-1.pgdg+1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/database
Filename: pool/16/p/postgresql-16/postgresql-plperl-16_16~rc1-1.pgdg+1_arm64.deb
Size: 84576
SHA256: e81ca5ab8bef59b9ad92bcc076db0bea50b2244cfea34f36c6386e0a6f4f0ce4
SHA1: 08990e75ae3a24792d54d7737ab97a0978b27705
MD5sum: 5edccc9c4342d22f2ad1060ce672fae8
Description: PL/Perl procedural language for PostgreSQL 16
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Perl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-31 12:41:35+00

Package: postgresql-plperl-16-dbgsym
Source: postgresql-16
Version: 16~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 235
Depends: postgresql-plperl-16 (= 16~rc1-1.pgdg+1)
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/postgresql-plperl-16-dbgsym_16~rc1-1.pgdg+1_arm64.deb
Size: 189480
SHA256: e5b42effea8fcc5f4da673422694a4bbf641edf30f5382750b6b0e5fd7bf0814
SHA1: 182a44016af876f25a170528b5d7dbc5804e9acd
MD5sum: e9e5d3e382d9b8ceef87c787d1d3c394
Description: debug symbols for postgresql-plperl-16
Build-Ids: 1c95ea9c4e73436ddaf20659b76ce6590d3f51d3 8b49a85cac471601dbe37be4eda69566d7a700c3 8d6964352b8a1d4ca1a4fff535620742efb504e7 99e155bea26dc891e57629533d7708bfd482fc46
Timestamp: 2023-08-31 12:41:35+00

Package: postgresql-plpython3-16
Source: postgresql-16
Version: 16~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 669
Depends: postgresql-16 (= 16~rc1-1.pgdg+1), libc6 (>= 2.17), libpython3.11 (>= 3.11.5)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/database
Filename: pool/16/p/postgresql-16/postgresql-plpython3-16_16~rc1-1.pgdg+1_arm64.deb
Size: 103720
SHA256: 259ad4e74858880ff25c8b270b8f26b16f4fe92718f5fdcf988f967f9a52f5ef
SHA1: f5303fee0b4cfb36e9b6f56efe41c744b77ac6bf
MD5sum: 74e2d964e7246c666e00be49cd0b7cea
Description: PL/Python 3 procedural language for PostgreSQL 16
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Python 3.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-31 12:41:35+00

Package: postgresql-plpython3-16-dbgsym
Source: postgresql-16
Version: 16~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 232
Depends: postgresql-plpython3-16 (= 16~rc1-1.pgdg+1)
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/postgresql-plpython3-16-dbgsym_16~rc1-1.pgdg+1_arm64.deb
Size: 182828
SHA256: 22bbd4572b88569a4faf7601006b451f24035ca326f55e474a3fd79ceebd8b6b
SHA1: 8c5dc73e677cd0df625b6fe2f1f2fa1c94eb06c2
MD5sum: c8275bed545a8e79d648928156053c76
Description: debug symbols for postgresql-plpython3-16
Build-Ids: 42d862176eceef14f24c75175f7e80cdb2a7f3ac 7d48b0d3cb1e4d39a84cd1620436f2f10d9c69d2 ba8cd6f6bf9dcbce4ebd35117f2437674ed9091b c976432e875024adbb6c8ff9f1ad887759c3bc95
Timestamp: 2023-08-31 12:41:35+00

Package: postgresql-pltcl-16
Source: postgresql-16
Version: 16~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-16 (= 16~rc1-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/database
Filename: pool/16/p/postgresql-16/postgresql-pltcl-16_16~rc1-1.pgdg+1_arm64.deb
Size: 36388
SHA256: 1911c1697c75378b92e1441ce2eba2405eb0f199ec317ad806a878187b1a2aa5
SHA1: 95f82ca1bd803480de2998660b2dc1276b28aab1
MD5sum: 3d2044a5b83f7008f9550c8a06c0567a
Description: PL/Tcl procedural language for PostgreSQL 16
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Tcl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-08-31 12:41:35+00

Package: postgresql-pltcl-16-dbgsym
Source: postgresql-16
Version: 16~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: postgresql-pltcl-16 (= 16~rc1-1.pgdg+1)
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/postgresql-pltcl-16-dbgsym_16~rc1-1.pgdg+1_arm64.deb
Size: 82952
SHA256: a4850fe46d64f362d1112605cf51ee85080379ca570548e4ac144f9504e9d721
SHA1: e76a42c6d44a2410b2f6ece8f618972aea6c4119
MD5sum: 5468e7d2c7f304779d13cb0442d1d0ad
Description: debug symbols for postgresql-pltcl-16
Build-Ids: 4cf93e85578d21cfaddc77e29b58802edcccbeea
Timestamp: 2023-08-31 12:41:35+00

Package: postgresql-server-dev-16
Source: postgresql-16
Version: 16~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7006
Depends: clang-14, libpq-dev (>= 16~~), llvm-14-dev, postgresql-client-16, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/postgresql-server-dev-16_16~rc1-1.pgdg+1_arm64.deb
Size: 1165028
SHA256: 56409bbe8a41161341bcd7101032b9a9ce02f36267e6b3489d13a2f1ce844e60
SHA1: fea4acc142125230528fe62958a4c8e6f10f4061
MD5sum: 3c8d02877ebc409addfc88a2099a450a
Description: development files for PostgreSQL 16 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.
Timestamp: 2023-08-31 12:41:35+00

Package: postgresql-10-mimeo
Source: mimeo
Version: 1.5.1-15.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4485
Depends: postgresql-10, postgresql-contrib-10
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-10-mimeo_1.5.1-15.pgdg+1_all.deb
Size: 128508
SHA256: 201e1d1fa9cb24f82bf4c73a4a3d39a7f685aa7bffbe73d479466de792a9e203
SHA1: 50f0c7102f8ba337c1c71a71f1537ed4f7b04d8c
MD5sum: 64555cf700c8ed8f45213cc24627bba1
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.
Timestamp: 2023-09-01 13:48:07+00

Package: postgresql-11-mimeo
Source: mimeo
Version: 1.5.1-15.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4485
Depends: postgresql-11, postgresql-contrib-11
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-11-mimeo_1.5.1-15.pgdg+1_all.deb
Size: 128532
SHA256: 9294a76292e1525bd03046fee3312067948df0d9ca81d4796c6997cc89afbbca
SHA1: 5ee629e2cc35940c191b36b3496c3cecc6010ff9
MD5sum: 756307f109758fbee49dfe3402934ac6
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.
Timestamp: 2023-09-01 13:48:07+00

Package: postgresql-12-mimeo
Source: mimeo
Version: 1.5.1-15.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4485
Depends: postgresql-12, postgresql-contrib-12
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-12-mimeo_1.5.1-15.pgdg+1_all.deb
Size: 128544
SHA256: 6eaf63a320d3363c4e4f50369baa5c3ece47314ed1ea006c3b5557a7c05f683e
SHA1: f2e393623be1868d978a8619199d0df88f92d980
MD5sum: 88532bf8517b5c6ecef4fa2e704b1c5c
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.
Timestamp: 2023-09-01 13:48:07+00

Package: postgresql-13-mimeo
Source: mimeo
Version: 1.5.1-15.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4485
Depends: postgresql-13, postgresql-contrib-13
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-13-mimeo_1.5.1-15.pgdg+1_all.deb
Size: 128520
SHA256: 37e2885e32e8bc12adc2833b28e518d29b40ae1efc467bd1f24b4a62d209bea6
SHA1: 836cb71e1de59ed173989b37505188501a8ef51b
MD5sum: c0c0888e1e0e0b25670af79e156c4968
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.
Timestamp: 2023-09-01 13:48:07+00

Package: postgresql-14-mimeo
Source: mimeo
Version: 1.5.1-15.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4485
Depends: postgresql-14, postgresql-contrib-14
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-14-mimeo_1.5.1-15.pgdg+1_all.deb
Size: 128520
SHA256: 05d7c79fc79f2dcfd300e8eb294840ebe2e5b4ac12ad717a25d4aa1dd12f2bd0
SHA1: 3f7a8c57e281e131b7ad68404d7c85f5b298a8ba
MD5sum: 8d7af05225ea4eca6cc76928feb00058
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.
Timestamp: 2023-09-01 13:48:07+00

Package: postgresql-15-mimeo
Source: mimeo
Version: 1.5.1-15.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4485
Depends: postgresql-15, postgresql-contrib-15
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-15-mimeo_1.5.1-15.pgdg+1_all.deb
Size: 128480
SHA256: 2f500f122a080ad9838c4d27094354a9d6c01a23c40ea8cc68b3a5a6852772ae
SHA1: 9620b1ed3dd829b8eeb08a32d38b3ee6b66b7ed3
MD5sum: 8315d20a38a386468070eab7a1d59d03
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.
Timestamp: 2023-09-01 13:48:07+00

Package: postgresql-16-mimeo
Source: mimeo
Version: 1.5.1-15.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4485
Depends: postgresql-16, postgresql-contrib-16
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-16-mimeo_1.5.1-15.pgdg+1_all.deb
Size: 128496
SHA256: 789bf839a48f9571390470d0bf31e4180492f6068ade0849462f261730b19f21
SHA1: 78b232525d8455544bf293df3c69692d53c55b7e
MD5sum: 172c1e5b188c68f9e0a85a0448b6a406
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.
Timestamp: 2023-09-01 13:48:07+00

Package: patroni
Version: 3.1.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1191
Depends: python3-cdiff, python3-click (>= 4.1), python3-dateutil, python3-pkg-resources, python3-prettytable (>= 0.7), python3-psutil, python3-urllib3, python3-yaml, python3:any (>= 3.5~), python3-psycopg2, python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes | python3-pysyncobj
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_3.1.0-1.pgdg+1_all.deb
Size: 227864
SHA256: d953ccb66dbb725b35e5c992e15e66e32d6f7794180957f9abcbf92ae92399be
SHA1: 754cfd25d0983826557e92dd16bbaeada86478f3
MD5sum: 978940f2f43ebc7e6f67c517c346a7dc
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2023-09-04 13:41:30+00

Package: patroni-doc
Source: patroni
Version: 3.1.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1372
Depends: libjs-sphinxdoc (>= 5.2), sphinx-rtd-theme-common (>= 1.2.2+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_3.1.0-1.pgdg+1_all.deb
Size: 220472
SHA256: 642ddf76f397ac973e2ecbeddf5ddbe848edbdd3811ff0b4fcac832301f6b99d
SHA1: e6d10c9be7d2f80d8a7f3f7e28ef78e745e97d1a
MD5sum: 8716f3dea49d86eb3ea352db2a4bcf3b
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2023-09-04 13:41:30+00

Package: pgbadger
Version: 12.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1696
Depends: libjson-xs-perl, libtext-csv-xs-perl, perl:any
Multi-Arch: foreign
Homepage: https://dalibo.github.io/pgbadger/
Priority: optional
Section: database
Filename: pool/main/p/pgbadger/pgbadger_12.2-1.pgdg+1_all.deb
Size: 377068
SHA256: 9bb05b108c114fcaaa13b2bf9b6568822abc653d86b03e8298239a6a713fa763
SHA1: 671cfdb7b66c70c1184c19d58233b3a82cedc8e4
MD5sum: 7608e6994bd03d01b54aa2d82e6f14b9
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.
Timestamp: 2023-09-04 13:41:30+00

Package: postgresql-10-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 158
Depends: postgresql-10, libc6 (>= 2.34), libgdal33 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-10-ogr-fdw_1.1.4-2.pgdg+1_arm64.deb
Size: 32172
SHA256: c5f3d1572f4ddea8e4494def5ce01d7ede74c79fecd86358e21fa4946d05a00c
SHA1: 69c56d7e9ac06f2f1dde64c3a3e94ae2472b40b4
MD5sum: 654631e4136786b830fdd33524bf591b
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2023-09-04 13:41:30+00

Package: postgresql-10-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 150
Depends: postgresql-10-ogr-fdw (= 1.1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-10-ogr-fdw-dbgsym_1.1.4-2.pgdg+1_arm64.deb
Size: 117664
SHA256: b9973cd52c81c66ac0f1f9df49ce32d3aeaeac037bd9871d965f8fc380f62b8e
SHA1: 94295b884bf03181075e68adba791373670f32d3
MD5sum: c1e601a708d6351161103464f7539f18
Description: debug symbols for postgresql-10-ogr-fdw
Build-Ids: 4a50d39ea88049072baa7df135e445075c29e698 bcead76c6819e7a1a6dac211e252870c68ff468c
Timestamp: 2023-09-04 13:41:30+00

Package: postgresql-10-plproxy
Source: postgresql-plproxy
Version: 2.10.0-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 178
Depends: postgresql-10, libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-10-plproxy_2.10.0-9.pgdg+1_arm64.deb
Size: 54024
SHA256: 3623abea437ea5e1fea704dd5cdcb7e02d0848a02b3f1acd6ae0668f4470b54b
SHA1: 8df5bf9db736a2430539610dc35d0c073d169ef0
MD5sum: 2c77568c8ef4264dfd9f8f5847a979f6
Description: database partitioning system for PostgreSQL 10
 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.
Timestamp: 2023-09-04 13:41:30+00

Package: postgresql-10-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-10-plproxy (= 2.10.0-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-10-plproxy-dbgsym_2.10.0-9.pgdg+1_arm64.deb
Size: 112928
SHA256: c8b047d5826070c4f39995b420d46e2efa239109f751f3cfb8cb2cb61df5f6d7
SHA1: dfee67bc335f242f6a84aa84c944e6fa981633e1
MD5sum: ceb2cf918de04dcbaa320265e28b1afc
Description: debug symbols for postgresql-10-plproxy
Build-Ids: a3077d613b8908a119d4fd354744879873e7636e
Timestamp: 2023-09-04 13:41:30+00

Package: postgresql-11-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 284
Depends: postgresql-11, libc6 (>= 2.34), libgdal33 (>= 2.2.0), postgresql-11-jit-llvm (>= 14)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw_1.1.4-2.pgdg+1_arm64.deb
Size: 100136
SHA256: 59c8d1546cd92ebd3092eb7d2615e68c0f5e853fb9a9776c9824238ffb805c34
SHA1: 5f109270db632667d3b174b3a6cb4277145e9f0c
MD5sum: d2be050e79937ef38707e26c0265176c
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2023-09-04 13:41:30+00

Package: postgresql-11-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 159
Depends: postgresql-11-ogr-fdw (= 1.1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw-dbgsym_1.1.4-2.pgdg+1_arm64.deb
Size: 126096
SHA256: 6301baeb4e1cd73cdd3427e5cc5fd8713fca82794670884c29a5061819ec64fd
SHA1: 17905064486f957a2bd4a695dbb13cb93a888bad
MD5sum: 55b07ef20634063b6d903a395a02dd04
Description: debug symbols for postgresql-11-ogr-fdw
Build-Ids: 337a9490465c36131e3309f82aa625245fa60f06 a1cde5d2c2a4adc7a8a838803f14118205a885e0
Timestamp: 2023-09-04 13:41:30+00

Package: postgresql-11-plproxy
Source: postgresql-plproxy
Version: 2.10.0-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 366
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-11-plproxy_2.10.0-9.pgdg+1_arm64.deb
Size: 151260
SHA256: 9b99ee664a2ca4e810f62e13306dc48dddb1d65581db1a06d6bfba8875c65dcb
SHA1: 0748a27ab24cfb8b42e33282453d8bcb381d9bb6
MD5sum: c7457fe661655b5c94bd4fc49cb108f9
Description: database partitioning system for PostgreSQL 11
 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.
Timestamp: 2023-09-04 13:41:30+00

Package: postgresql-11-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: postgresql-11-plproxy (= 2.10.0-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-11-plproxy-dbgsym_2.10.0-9.pgdg+1_arm64.deb
Size: 110168
SHA256: 2bee9ddd9cc047e0c7588f0ad3c00aaf83b50e421e3758e7faeb3ab4d2db2a5f
SHA1: fc12f59ba5537b2657f73ba26753d472aa3660e6
MD5sum: 8494ca62944ce406a535be61e4e85728
Description: debug symbols for postgresql-11-plproxy
Build-Ids: 8f5ed038c6238dc064a3a359d3bf3b432cb30589
Timestamp: 2023-09-04 13:41:30+00

Package: postgresql-12-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 286
Depends: postgresql-12, libc6 (>= 2.34), libgdal33 (>= 2.2.0), postgresql-12-jit-llvm (>= 14)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw_1.1.4-2.pgdg+1_arm64.deb
Size: 101388
SHA256: 6cc301478d9a0af7da336d033ab52c4906a5a6b1806c3b7bc82fa76812bbb9fb
SHA1: e1bdf168e9af9a168ea3160c81380b42f7cfd423
MD5sum: 899a060f4ce06ca0b1f7cba21d1385bf
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2023-09-04 13:41:30+00

Package: postgresql-12-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 156
Depends: postgresql-12-ogr-fdw (= 1.1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw-dbgsym_1.1.4-2.pgdg+1_arm64.deb
Size: 124012
SHA256: 9ebfb55ae7b610ee74102a9bf5c9f98475c209b10908f88eb9a97798ea2bbc65
SHA1: e74f8b8e7bdcefc408aed936a6c897d1a9ec336f
MD5sum: 8764a81c3b2c63dd1cedb2017d53a15c
Description: debug symbols for postgresql-12-ogr-fdw
Build-Ids: 6514e586de6f5ec2d11f0a8994a1da6373e2c4c6 c35f586a4af3a11cb4115ac460b9ab6604bbd4cc
Timestamp: 2023-09-04 13:41:30+00

Package: postgresql-12-plproxy
Source: postgresql-plproxy
Version: 2.10.0-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 364
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-12-plproxy_2.10.0-9.pgdg+1_arm64.deb
Size: 150892
SHA256: fe0c5b997a32122724bcdbd0380be1fab074404230caf46c23805c48be40ad73
SHA1: 44a649eb14b1ef5a29f4bf29ad8dba06520c900a
MD5sum: 1b010bbe09097ad725620885a641e9b0
Description: database partitioning system for PostgreSQL 12
 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.
Timestamp: 2023-09-04 13:41:30+00

Package: postgresql-12-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-12-plproxy (= 2.10.0-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-12-plproxy-dbgsym_2.10.0-9.pgdg+1_arm64.deb
Size: 111888
SHA256: 30ad0936511458da3939ff2c9c1ecd58fb2d84db08e60f51da9559fc940a6a72
SHA1: f38bde9e3ec6af5bd886fdcafe7a44a56d27bb6d
MD5sum: eebf22c840258898c8e45b57afeed597
Description: debug symbols for postgresql-12-plproxy
Build-Ids: 83995838fa82ba3423600c8e3979fa1f80ac9728
Timestamp: 2023-09-04 13:41:30+00

Package: postgresql-13-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 288
Depends: postgresql-13, libc6 (>= 2.34), libgdal33 (>= 2.2.0), postgresql-13-jit-llvm (>= 14)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw_1.1.4-2.pgdg+1_arm64.deb
Size: 103880
SHA256: 731389c9394776608b932d2e3b72a0e5c7a69f1f1b8368f294feebe07d9aad3f
SHA1: 109bb3f83ae853e1a337e3500c7ceeb437b5936a
MD5sum: b3459455d2e29ce40fc0a952534a4c6e
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2023-09-04 13:41:30+00

Package: postgresql-13-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 171
Depends: postgresql-13-ogr-fdw (= 1.1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw-dbgsym_1.1.4-2.pgdg+1_arm64.deb
Size: 138948
SHA256: 0c3bd509327a7dd41fd3116b5b24d5b3970e0af6ffa63d4061c9fc7a95038e6e
SHA1: 18b8644f891bb982734bb7d647e168b8ed2d08e7
MD5sum: 3c79cad9285af9a57ff4b70527777ca3
Description: debug symbols for postgresql-13-ogr-fdw
Build-Ids: ae19ffd5670a59c77f09dd4425027cbbe9eb1f95 fb8cd1b291f9b62c4ebd832fd283d6f2fdf1171d
Timestamp: 2023-09-04 13:41:30+00

Package: postgresql-13-plproxy
Source: postgresql-plproxy
Version: 2.10.0-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 364
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-13-plproxy_2.10.0-9.pgdg+1_arm64.deb
Size: 151340
SHA256: 7d3ab82b77f7eaf89ffaad296308157c864a4dd0f8b0d1436ce01fdf91ffafd0
SHA1: f118433ab6ced84cac197845c7707fbcc49a95c7
MD5sum: 301e1d1fc43f4a6623cb1cac8d3a27d1
Description: database partitioning system for PostgreSQL 13
 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.
Timestamp: 2023-09-04 13:41:30+00

Package: postgresql-13-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-13-plproxy (= 2.10.0-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-13-plproxy-dbgsym_2.10.0-9.pgdg+1_arm64.deb
Size: 113316
SHA256: 837abab6a5638ed1d770eb79a59cc59f92bd4b44dffc4c01f72c604a8f4c9c89
SHA1: 1fd52e4013489b70ec21f5d6dfee23070d36c069
MD5sum: c1b555ddf62d8f3d92f02a5babf49304
Description: debug symbols for postgresql-13-plproxy
Build-Ids: 2fb020125c335dd6bd84b1eb071613aafbb85872
Timestamp: 2023-09-04 13:41:30+00

Package: postgresql-14-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 289
Depends: postgresql-14, libc6 (>= 2.34), libgdal33 (>= 2.2.0), postgresql-14-jit-llvm (>= 14)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw_1.1.4-2.pgdg+1_arm64.deb
Size: 104404
SHA256: d2f0adae840f69b3bead976a3ae2b0435586d17ffdbb6e868572818481587f3b
SHA1: 8e31e4377837d1dea203f1b974b3433ddd7a6ef0
MD5sum: b1c21df59f2825ac61004efa4214794f
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2023-09-04 13:41:30+00

Package: postgresql-14-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 174
Depends: postgresql-14-ogr-fdw (= 1.1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw-dbgsym_1.1.4-2.pgdg+1_arm64.deb
Size: 141276
SHA256: 6a5fe616fb9d3883d3d0e2db2b5077d6d494e9a126adbff9cdd89384f83bf913
SHA1: 49f18b32365f1225684a1fd1e71de2f37bada152
MD5sum: d6422e1d5ec30c8c925b873f693b4291
Description: debug symbols for postgresql-14-ogr-fdw
Build-Ids: 41c0ad221c2eeecec937d6315afb091417d89d73 5aeb9a60ec089ab132010eb72c3ac3050b9bc582
Timestamp: 2023-09-04 13:41:30+00

Package: postgresql-14-plproxy
Source: postgresql-plproxy
Version: 2.10.0-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 365
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-14-plproxy_2.10.0-9.pgdg+1_arm64.deb
Size: 152104
SHA256: b86f0ea46ad1be73726b3f64fa6051a5e298551f92a630f6c9d8a77556da79bc
SHA1: df2c8bad3dc97d9ed72e678e6d8f07e7e5152726
MD5sum: 86b26f5304e2dcde6817490b381be1bc
Description: database partitioning system for PostgreSQL 14
 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.
Timestamp: 2023-09-04 13:41:30+00

Package: postgresql-14-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: postgresql-14-plproxy (= 2.10.0-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-14-plproxy-dbgsym_2.10.0-9.pgdg+1_arm64.deb
Size: 114532
SHA256: 09109d03818992f2f983d0a75198a2e6233b33f8bace87d086ba9b8831114950
SHA1: 52707407a861d3cbf2314289573cbb8c0cab2edf
MD5sum: be7ffe1bb780da149fa165ab2bc1cf1a
Description: debug symbols for postgresql-14-plproxy
Build-Ids: cca40e1cba2071d04e0aa68bd64d23ede8f980da
Timestamp: 2023-09-04 13:41:30+00

Package: postgresql-15-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 289
Depends: postgresql-15, libc6 (>= 2.34), libgdal33 (>= 2.2.0), postgresql-15-jit-llvm (>= 14)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-15-ogr-fdw_1.1.4-2.pgdg+1_arm64.deb
Size: 104368
SHA256: c9a208bae43079ad8f4c86b3f828a22eefd48e4ff24f991cfc2eaebd85de35f0
SHA1: 130510e6892e5f066d9655a3407fdb7a2979bf29
MD5sum: 67bc1635dcc830217343845eab50b59b
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2023-09-04 13:41:30+00

Package: postgresql-15-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 162
Depends: postgresql-15-ogr-fdw (= 1.1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-15-ogr-fdw-dbgsym_1.1.4-2.pgdg+1_arm64.deb
Size: 129812
SHA256: b6afb00ed0d03a8d6337703fb79f617db56a64ad3e1710880922e7c4591be5e6
SHA1: 492930fb7b31765c5cc1488488af47d3dfc927ed
MD5sum: 1d9bd677a2732363c1bcfb44bb64ef87
Description: debug symbols for postgresql-15-ogr-fdw
Build-Ids: 55ec0f28a209bcb390e459615876aec690b93351 75350146843e66e0ce2c3116fcd689447f2afe2d
Timestamp: 2023-09-04 13:41:30+00

Package: postgresql-15-plproxy
Source: postgresql-plproxy
Version: 2.10.0-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 369
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), libpq5
Homepage: https://pgfoundry.org/projects/plproxy/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-15-plproxy_2.10.0-9.pgdg+1_arm64.deb
Size: 153752
SHA256: 1dca35ac74713e728f48e2ca0c84a31a09ec67cb954e64dcc3ac8013f4a196b5
SHA1: 1cf2af0700c892b49bf456f5c06742da9692a972
MD5sum: 485e2b2b85b28dcf8632033f45456f2a
Description: database partitioning system for PostgreSQL 15
 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.
Timestamp: 2023-09-04 13:41:30+00

Package: postgresql-15-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.10.0-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-15-plproxy (= 2.10.0-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-15-plproxy-dbgsym_2.10.0-9.pgdg+1_arm64.deb
Size: 124132
SHA256: 62607e513d0b76147cc3aad001a0ad21908d318eae6b27bdb983220e90260582
SHA1: 4403480e296275fb0fce872c7f8771fa35f8c335
MD5sum: d0166d74cfd9dc2bdc16a0dc4bbe20ae
Description: debug symbols for postgresql-15-plproxy
Build-Ids: 046381bd63f75b1f237445e81356a327103d7f41
Timestamp: 2023-09-04 13:41:30+00

Package: postgresql-16-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 292
Depends: postgresql-16, libc6 (>= 2.34), libgdal33 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-16-ogr-fdw_1.1.4-2.pgdg+1_arm64.deb
Size: 103540
SHA256: 054e3404a8a9c3e5d803fe85e0b28f3dc85f9b93a317f282f0d2edf3e3a2d0f6
SHA1: 2917b5f0cb4c3b78791cdd80ec923226dc4feabb
MD5sum: 8b9f9891497a74922d5e1fc9c2290e92
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2023-09-04 13:41:30+00

Package: postgresql-16-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 167
Depends: postgresql-16-ogr-fdw (= 1.1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-16-ogr-fdw-dbgsym_1.1.4-2.pgdg+1_arm64.deb
Size: 134752
SHA256: 8ec00a16b24fff6085a8b255f09afbb1a27cafc61e82a6167af03611629f6c62
SHA1: b54b1813f748e53858671b00783deffc84ff7e95
MD5sum: 6f4a63b220856d8c15b3cf38dcede480
Description: debug symbols for postgresql-16-ogr-fdw
Build-Ids: 4db420bf3724dd3268e77783de954ba67aaad46d ece40e2c6175f809de638306fc843f5156e8623f
Timestamp: 2023-09-04 13:41:30+00

Package: pgagroal
Version: 1.5.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 668
Depends: postgresql-common, libc6 (>= 2.34), libev4 (>= 1:4.04), libssl3 (>= 3.0.0), libsystemd0
Homepage: https://github.com/agroal/pgagroal
Priority: optional
Section: database
Filename: pool/main/p/pgagroal/pgagroal_1.5.1-2.pgdg+1_arm64.deb
Size: 234780
SHA256: edde09d664b9eeddfbadde29ee1f7b1944a9e9e1f24fe049caf017fe5f9dba89
SHA1: fca9e1fc3a402eea2a5e7deb77fea1253f4223f3
MD5sum: e99d840a3a4aeece273956e082f02783
Description: High-performance connection pool for PostgreSQL
 pgagroal is a high-performance protocol-native connection pool for PostgreSQL.
 .
 Pronounced: p-g-a-gro-al, named after Agroal in Portugal.
 .
 Features:
  * High performance
  * Connection pool
  * Limit connections for users and databases
  * Prefill support
  * Remove idle connections
  * Perform connection validation
  * Enable / disable database access
  * Graceful / fast shutdown
  * Prometheus support
  * Grafana 8 dashboard
  * Remote management
  * Authentication query support
  * Failover support
  * Transport Layer Security (TLS) v1.2+ support
  * Daemon mode
  * User vault
Timestamp: 2023-09-06 16:01:23+00

Package: pgagroal-dbgsym
Source: pgagroal
Version: 1.5.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 369
Depends: pgagroal (= 1.5.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgagroal/pgagroal-dbgsym_1.5.1-2.pgdg+1_arm64.deb
Size: 308232
SHA256: a1233ba173bdbd90dc6a6e0bb258536ada805d6411a99ccea47f648d5513c1cf
SHA1: 1be0e3bc65af6a54b5f5927b548f98d05f7dd89d
MD5sum: 91e98a738c6acf186465f1060c25fb48
Description: debug symbols for pgagroal
Build-Ids: 03f59ba6377a2d438cfdb70643ca2f130ae566b1 2d301198ba4e1a668c37bf599243cc25e6c6ad76 3bcbb9d84c7386a464691a9200703fc6a5c244b7 78662cbe883b6a9a9d69d859a7aef74273141653
Timestamp: 2023-09-06 16:01:23+00

Package: postgresql-11-pgvector
Source: pgvector
Version: 0.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 470
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-11-pgvector_0.5.0-1.pgdg+1_arm64.deb
Size: 184012
SHA256: 3111de578de13cb97d64308832d7a465df5d65baacd7d418062f467f51383d59
SHA1: a47bfdb08ed5262e8bb9a223716362cbddbe8d6c
MD5sum: c38e0a09fe3fdc37ebb56cda21f015b4
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2023-09-06 16:01:23+00

Package: postgresql-11-pgvector-dbgsym
Source: pgvector
Version: 0.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 200
Depends: postgresql-11-pgvector (= 0.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-11-pgvector-dbgsym_0.5.0-1.pgdg+1_arm64.deb
Size: 172764
SHA256: 43d45ae505622a97ee69a6020a71aac04a37fbc2431a99fa5cb521aa1a76701a
SHA1: f26e4520eb4e1379e5f38c543f2f159db52fe154
MD5sum: 561fa2a567790ecf6bd54cdaaf06e85d
Description: debug symbols for postgresql-11-pgvector
Build-Ids: 52eec2ab226485489bc270159cf73ab736acf25b
Timestamp: 2023-09-06 16:01:23+00

Package: postgresql-12-pgvector
Source: pgvector
Version: 0.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 475
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-12-pgvector_0.5.0-1.pgdg+1_arm64.deb
Size: 187816
SHA256: ca68060384f292eb687a4ff257fa3b3cd2eae9f84987304612f97070207f5a1b
SHA1: 1761c233b497d9795858df1891f519d43759cab8
MD5sum: dc30d055f21eee5a7a7d9bb4e565876c
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2023-09-06 16:01:23+00

Package: postgresql-12-pgvector-dbgsym
Source: pgvector
Version: 0.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-12-pgvector (= 0.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-12-pgvector-dbgsym_0.5.0-1.pgdg+1_arm64.deb
Size: 169000
SHA256: ab215916e9b706f8be16fdd100e7e98f59fb430f4b06c19b8020da085822c28b
SHA1: 54a102a0e6e689fe31cf61bc9501baaad664bb59
MD5sum: 68f6bfbb7a80d04b4adca50e62deda0e
Description: debug symbols for postgresql-12-pgvector
Build-Ids: 964f22c285dd98f68ac78e629dcae131cd5abd7a
Timestamp: 2023-09-06 16:01:23+00

Package: postgresql-13-pgvector
Source: pgvector
Version: 0.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 470
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-13-pgvector_0.5.0-1.pgdg+1_arm64.deb
Size: 184936
SHA256: 0b0d4677e7129babde809f16c1a64146803b8beb6dda19ccf3e3189038f84134
SHA1: d3c86de1c8b8fe49f0600f1d487f02bc46300c95
MD5sum: 95dabcebeaefa3d2cf38a663b190f7ba
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2023-09-06 16:01:23+00

Package: postgresql-13-pgvector-dbgsym
Source: pgvector
Version: 0.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-13-pgvector (= 0.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-13-pgvector-dbgsym_0.5.0-1.pgdg+1_arm64.deb
Size: 173456
SHA256: 0761794025cfe338d8258964923f7addd1359113527f4b89d7bab1b701ad5d1a
SHA1: e299b16e5d895b78cece91fff4da36049bef6cf7
MD5sum: 79233652e061b521ede3e302490e45bc
Description: debug symbols for postgresql-13-pgvector
Build-Ids: 469e17581932e99a58ff5ebd37e1aa3c5ae8f36d
Timestamp: 2023-09-06 16:01:23+00

Package: postgresql-14-pgvector
Source: pgvector
Version: 0.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 473
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-14-pgvector_0.5.0-1.pgdg+1_arm64.deb
Size: 186744
SHA256: 1691b40d689d2ea739e1eb66b18c599b96c62acc6a9c4297fa2d5a510cbf920a
SHA1: b6ae29f79edb1b3028e714ac4a278c4260272722
MD5sum: 6ac474ddaebab7a4ee1b83008b4729a4
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2023-09-06 16:01:23+00

Package: postgresql-14-pgvector-dbgsym
Source: pgvector
Version: 0.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 203
Depends: postgresql-14-pgvector (= 0.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-14-pgvector-dbgsym_0.5.0-1.pgdg+1_arm64.deb
Size: 176228
SHA256: 031ab2dfaaf5643c095666f08ae23474f98ded6d17de26a3f85da9885a32a3ba
SHA1: bcfaf0579c7455faf6a36334a58cb94bb4d8380d
MD5sum: 94ec66e52755ffbb87161cf8faa7406d
Description: debug symbols for postgresql-14-pgvector
Build-Ids: ec762a5064774e1d7e4b1af1f220ef51dfff89de
Timestamp: 2023-09-06 16:01:23+00

Package: postgresql-15-pgvector
Source: pgvector
Version: 0.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 473
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-15-pgvector_0.5.0-1.pgdg+1_arm64.deb
Size: 187132
SHA256: 0a6fca578da3b12204f457a59c77b362ff91ac44d9bd78ebd7c94ec86c83c96d
SHA1: db5fb11f1cca339ca3f6a8f8b1c6de8c46a1a31b
MD5sum: bab97870ce8ba19c8ebd17d063124a40
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2023-09-06 16:01:23+00

Package: postgresql-15-pgvector-dbgsym
Source: pgvector
Version: 0.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 204
Depends: postgresql-15-pgvector (= 0.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-15-pgvector-dbgsym_0.5.0-1.pgdg+1_arm64.deb
Size: 176392
SHA256: 5eb50e111aab20c907f8a9c8c7bf536b0c691020cab33b901e6fdecc1e68370f
SHA1: 61f25316289af5541eb7bb43f60e2dd5a7c49ee4
MD5sum: 31bfd9b8b5307738202061163bca6c58
Description: debug symbols for postgresql-15-pgvector
Build-Ids: 660527ccab7125f8fd39bd10273339ce17df9630
Timestamp: 2023-09-06 16:01:23+00

Package: postgresql-16-pgvector
Source: pgvector
Version: 0.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 471
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-16-pgvector_0.5.0-1.pgdg+1_arm64.deb
Size: 185288
SHA256: 21329e280f66144e8d4fbe4af14510eec37262cee54f93741a751d9781679ec6
SHA1: 10c3fd5757f8ad75940b974d77b9ecc39fc294bf
MD5sum: 26dce9ebdb97e0310b97a37882b4c943
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2023-09-06 16:01:23+00

Package: postgresql-16-pgvector-dbgsym
Source: pgvector
Version: 0.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 224
Depends: postgresql-16-pgvector (= 0.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-16-pgvector-dbgsym_0.5.0-1.pgdg+1_arm64.deb
Size: 196124
SHA256: 16c281fe14b4b737d068c61819eac3b5949debab3dbfaa81f347e53e94d92129
SHA1: 119b26a903d0cd3f9221b3d2ea6350c5622755fc
MD5sum: be1b63acfa02c96673b2b0a2193b9ae8
Description: debug symbols for postgresql-16-pgvector
Build-Ids: 514c4390e0499b989810bce4095c531179329c4f
Timestamp: 2023-09-06 16:01:23+00

Package: postgresql-10-pglogical
Source: pglogical
Version: 2.4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 609
Depends: postgresql-10, libc6 (>= 2.34), libpq5 (>= 9.1~)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-10-pglogical_2.4.3-1.pgdg+1_arm64.deb
Size: 107076
SHA256: e66432f26a5c28dc7c87f6b5a098b6ef64e8b599dcbd2d13bb39986c21201622
SHA1: 9c3a0cbce5b775f5e75159cf53da0d1ad426a7d5
MD5sum: c654609fb21138389d1ebccb510776db
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2023-09-11 10:51:39+00

Package: postgresql-10-pglogical-dbgsym
Source: pglogical
Version: 2.4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 413
Depends: postgresql-10-pglogical (= 2.4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-10-pglogical-dbgsym_2.4.3-1.pgdg+1_arm64.deb
Size: 346836
SHA256: f63eb164474d2c03747214ce56bb7b24a681eaab8ddd64e42f9f9c419f7bc272
SHA1: 095c3c57425a478870a108ee89a4e0a5764bd2e4
MD5sum: 1024a723b792a0decb37819a2a452563
Description: debug symbols for postgresql-10-pglogical
Build-Ids: 54e38bfa01aa484904f895f34d34614b8890f15f 98f33942a065f597dae5f9d6a892fe037e92b47f e7ae399f9563eac4dd22f0b75d40c760ca9f3402
Timestamp: 2023-09-11 10:51:39+00

Package: postgresql-11-pglogical
Source: pglogical
Version: 2.4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1258
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.34), libpq5 (>= 9.1~)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-11-pglogical_2.4.3-1.pgdg+1_arm64.deb
Size: 418756
SHA256: 26fa28723a48400e2b7f7f451c3610172edb3006ca7e5f5129557205e8310e9b
SHA1: d07196fb0161ebe3da89b44d89191f554ec48ec9
MD5sum: 72cfbbac33a1bbd9b302ad0e6a9ed33d
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2023-09-11 10:51:39+00

Package: postgresql-11-pglogical-dbgsym
Source: pglogical
Version: 2.4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 424
Depends: postgresql-11-pglogical (= 2.4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-11-pglogical-dbgsym_2.4.3-1.pgdg+1_arm64.deb
Size: 356124
SHA256: cbf043b838f3a5d02f4513ddfba0792d2c0f15646012b4fdaa32ccbc0153e4d2
SHA1: a50fe8bd0cbc618c79f47575de315ee7e40b1523
MD5sum: 6f9cc6718282d75f6dd4b0c0b28b0161
Description: debug symbols for postgresql-11-pglogical
Build-Ids: 1e83db36df486f98fb0f5bdfd745a983ad7eec6d 9b9af96c13ace68636f6352e633699cd529fab3e b91aacbe4aebccacdead76d33b098bb9f8576c02
Timestamp: 2023-09-11 10:51:39+00

Package: postgresql-12-pglogical
Source: pglogical
Version: 2.4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1290
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.34), libpq5 (>= 9.1~)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-12-pglogical_2.4.3-1.pgdg+1_arm64.deb
Size: 443004
SHA256: 487a8f1948a815cd191e4b68a7186556abed1b6a739a625082fbedcf9dcc47c0
SHA1: 235130c628827196100ccc93a1453fa382c818e3
MD5sum: 0db242868341aec905e9dcfb32a6ccf6
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2023-09-11 10:51:39+00

Package: postgresql-12-pglogical-dbgsym
Source: pglogical
Version: 2.4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 447
Depends: postgresql-12-pglogical (= 2.4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-12-pglogical-dbgsym_2.4.3-1.pgdg+1_arm64.deb
Size: 381724
SHA256: ebc12b1c12448598b765ffcc2a54e2f1e33afbdd7da3a978b6542b0cdc676571
SHA1: 898217f97a04ccf545f4faebe0f7cb14889e2c85
MD5sum: 2f82354c936882d49068399d1c22cb7f
Description: debug symbols for postgresql-12-pglogical
Build-Ids: 3b270af035eb2a5b308de1102ad6a58d26725fcd a1499185d28d073ea448bd3b8436970118e87906 caff1726d44a20be3de1237f96eafa5c6be34855
Timestamp: 2023-09-11 10:51:39+00

Package: postgresql-13-pglogical
Source: pglogical
Version: 2.4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1358
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.34), libpq5 (>= 9.1~)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-13-pglogical_2.4.3-1.pgdg+1_arm64.deb
Size: 447516
SHA256: 3c4cc981af8bfb5eaf31ff03c8b56c8e97d31be87d14da492af7ac1b0bc49cbb
SHA1: 04fbdde3a777ea068a1f44db2dd71efa2470f941
MD5sum: 339c4aabb844d19ed807da2452050fa0
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2023-09-11 10:51:39+00

Package: postgresql-13-pglogical-dbgsym
Source: pglogical
Version: 2.4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 493
Depends: postgresql-13-pglogical (= 2.4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-13-pglogical-dbgsym_2.4.3-1.pgdg+1_arm64.deb
Size: 424168
SHA256: 7f0a1f33020ad174637139ee2ba9609c06a2553339f79d89ae3dd6e7fef7499e
SHA1: 7665b7d20a2ea9ebae887499f7170096a415eeda
MD5sum: f16e7c6a9a598b5e7268599d56011cc2
Description: debug symbols for postgresql-13-pglogical
Build-Ids: 26f1e0bb96a19c0a2b36df471722f57f3f904890 39531154e8dd0af26c3e44cdca1ce64650979539 d0f963719d9fa1e08f20d8fa5fd7f33679d6159c
Timestamp: 2023-09-11 10:51:39+00

Package: postgresql-14-pglogical
Source: pglogical
Version: 2.4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1303
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.34), libpq5 (>= 9.1~)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-14-pglogical_2.4.3-1.pgdg+1_arm64.deb
Size: 451508
SHA256: 9c3712d0dca2d4e3e2de9eaaffab89cc24c9f98585d1e10334e70ae436a75d76
SHA1: 9301d6cec849052ba53faa457995b4de1e4651e8
MD5sum: b11135d86393736a1fc4b77c6609183c
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2023-09-11 10:51:39+00

Package: postgresql-14-pglogical-dbgsym
Source: pglogical
Version: 2.4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 495
Depends: postgresql-14-pglogical (= 2.4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-14-pglogical-dbgsym_2.4.3-1.pgdg+1_arm64.deb
Size: 426904
SHA256: 5943fff84df15fcea961059c84963054fd37c15bf3a58ff77eb7e76f9d8b4922
SHA1: 0e173ff9ac0f11c2e847ea7583c3989e2d4bc75b
MD5sum: e4451c24e36f1d1a238bee3093adb6e1
Description: debug symbols for postgresql-14-pglogical
Build-Ids: 0515d23cf168201b36102d91192f08ea2b87e202 193c9d9c6f29312ce9717dd463814f0f72c9f07c 66ab6d3d9fae8630e90bd7dc30ff1abc147e08e6
Timestamp: 2023-09-11 10:51:39+00

Package: postgresql-15-pglogical
Source: pglogical
Version: 2.4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1305
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.34), libpq5 (>= 9.1~)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-15-pglogical_2.4.3-1.pgdg+1_arm64.deb
Size: 451288
SHA256: fe67b876f9f8bb14cad37880d81f70a3cf4dbb19a083eb07cfb4f666ed68918a
SHA1: 5de991d1fb2b85c401f7c8343d8854e74ea52ba0
MD5sum: 889bbbae70fee774d81ac3466e82d8c5
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2023-09-11 10:51:39+00

Package: postgresql-15-pglogical-dbgsym
Source: pglogical
Version: 2.4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 462
Depends: postgresql-15-pglogical (= 2.4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-15-pglogical-dbgsym_2.4.3-1.pgdg+1_arm64.deb
Size: 396564
SHA256: 9185e2ad32f6be972f820dced331de907eca227e2f04c8d694ff94ae04c1b013
SHA1: 1247048c11d0f44fdd4c235096a36802c3fba1db
MD5sum: 35da8e5542ff53b4127d1c6d1f64395a
Description: debug symbols for postgresql-15-pglogical
Build-Ids: 00f5b02c00143dcd3af57719c4fe18dfc4081fba b7c27f50394f393d50770eaa0226f2d2b2627edd bf492ade39705a2b99220e3bc7378d9a45258645
Timestamp: 2023-09-11 10:51:39+00

Package: libecpg-compat3
Source: postgresql-15
Version: 15.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg-compat3_15.4-2.pgdg+1_arm64.deb
Size: 19960
SHA256: 7935857eea2ba10b74ce38417f8cd80f3184ff6eca5ae7d4d9768784009ecbd2
SHA1: cf3863536a4e9d13bbc6e720b6b94cda0538b143
MD5sum: 99a59bc1bcb2e1233dd2e38c4c8a57fc
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.
Timestamp: 2023-09-14 12:29:16+00

Package: libecpg-compat3-dbgsym
Source: postgresql-15
Version: 15.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 15.4-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-compat3-dbgsym_15.4-2.pgdg+1_arm64.deb
Size: 39444
SHA256: a9e38cbf652d7f4134d583666ef5f9f0b093f27c03246675083928e0bb09a4a0
SHA1: be0caa1b23716d2b28227463dbabd9228cb40401
MD5sum: d2eb27e525e535ce416235466df01b33
Description: debug symbols for libecpg-compat3
Build-Ids: 10ba99ac2c23028f20162c8dbec09d0b278891ea
Timestamp: 2023-09-14 12:29:16+00

Package: libecpg-dev
Source: postgresql-15
Version: 15.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1629
Depends: libecpg-compat3 (= 15.4-2.pgdg+1), libecpg6 (= 15.4-2.pgdg+1), libpgtypes3 (= 15.4-2.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libecpg-dev_15.4-2.pgdg+1_arm64.deb
Size: 274720
SHA256: 00d5322a701429afa628c8a9b5c8587a303d6a4ede1f1d3d0afba0b3c24efe72
SHA1: 09f06feceab53de53c96778f03409dec823d801a
MD5sum: 08e274e0d88fec9aa9b01001b58c91a3
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).
Timestamp: 2023-09-14 12:29:16+00

Package: libecpg-dev-dbgsym
Source: postgresql-15
Version: 15.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 301
Depends: libecpg-dev (= 15.4-2.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-dev-dbgsym_15.4-2.pgdg+1_arm64.deb
Size: 261144
SHA256: ca2987dd8b2afe2ac2ae62c7ce4277e909dd7e723e8767a2f7f33e8d20c88bd3
SHA1: 507a1d86279dd9b5799b99bf206861a70871a65b
MD5sum: 5fc8d840c5d053c6cbf77c6cb9655f50
Description: debug symbols for libecpg-dev
Build-Ids: 0bc2cbebee3203db22089e5b7049af5033093f34
Timestamp: 2023-09-14 12:29:16+00

Package: libecpg6
Source: postgresql-15
Version: 15.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg6_15.4-2.pgdg+1_arm64.deb
Size: 56088
SHA256: 71d6271d27da5231b3ab5d8542ad7ba7a60da5e53690fad489a80a6a9c464daf
SHA1: 6558bad466be443536343231d721ac947aef7ed1
MD5sum: 4cd941dad7a38ba5fabdd77de4728ca2
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.
Timestamp: 2023-09-14 12:29:16+00

Package: libecpg6-dbgsym
Source: postgresql-15
Version: 15.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: libecpg6 (= 15.4-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg6-dbgsym_15.4-2.pgdg+1_arm64.deb
Size: 114900
SHA256: 7ea80bbe746b7ef985bcf37108fd08c096e2f515751972fc2ec1288ec12b7976
SHA1: 2010b7f5234f2df613e98ea60e52fabe7efefca7
MD5sum: 388cab665c00f11896a67bb6e99bc73e
Description: debug symbols for libecpg6
Build-Ids: af894d16ab705565078d82c50a9fc2b07dd3de31
Timestamp: 2023-09-14 12:29:16+00

Package: libpgtypes3
Source: postgresql-15
Version: 15.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 161
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpgtypes3_15.4-2.pgdg+1_arm64.deb
Size: 40296
SHA256: bbc05681507deeabd3bc714aed513586a66049d3acc11a9604530d69dff1bf45
SHA1: 110a5a59255be6c7ef465f31e932b0b52178b615
MD5sum: b84bb502efdfdb42c6e9af879053da7f
Description: shared library libpgtypes for PostgreSQL 15
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-09-14 12:29:16+00

Package: libpgtypes3-dbgsym
Source: postgresql-15
Version: 15.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 15.4-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpgtypes3-dbgsym_15.4-2.pgdg+1_arm64.deb
Size: 88704
SHA256: 6d3dc5972aa18d624c312fac3a53628798eef24e63cfa4257df91505e3b046b8
SHA1: f6216bdd83108fb79ab8e6389da17b7098125437
MD5sum: e44556e09b22ef7bd416d77ab92ce08b
Description: debug symbols for libpgtypes3
Build-Ids: 420a07603f8d81d25eded15aec73077b4fc33034
Timestamp: 2023-09-14 12:29:16+00

Package: libpq-dev
Source: postgresql-15
Version: 15.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 594
Depends: libpq5 (= 15.4-2.pgdg+1), libssl-dev
Suggests: postgresql-doc-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libpq-dev_15.4-2.pgdg+1_arm64.deb
Size: 139352
SHA256: a6fa1b328bfae320e6617133282ccc0757f42f77c23282f7105c2c0f9c8e885c
SHA1: 046be387b599952910f744a1d698afde8ca4b523
MD5sum: eb9ad6dbcb6dfe77a3d2c482bd633f50
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.
Timestamp: 2023-09-14 12:29:16+00

Package: libpq5
Source: postgresql-15
Version: 15.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 901
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpq5_15.4-2.pgdg+1_arm64.deb
Size: 179352
SHA256: a598411307f7c5e812f10d8529eb53aa69723b1c2e5e41663b96b57157dd6416
SHA1: 96170be9d350abfcf5e573e56eb8d24ccc3f0bac
MD5sum: 68a06abcf0ff87883f4d5bc50976ab40
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.
Timestamp: 2023-09-14 12:29:16+00

Package: libpq5-dbgsym
Source: postgresql-15
Version: 15.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 314
Depends: libpq5 (= 15.4-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpq5-dbgsym_15.4-2.pgdg+1_arm64.deb
Size: 278772
SHA256: 6938429bfa961aa90a280e50214d9d04efe6bafabdab915c78fab535f942a564
SHA1: 539f711aeb9e5ba31393f591f49c053db1023e40
MD5sum: 945eef9d9572e7526d20271100d4d483
Description: debug symbols for libpq5
Build-Ids: 956931169c8ed5193db348279a924ea3761eb391
Timestamp: 2023-09-14 12:29:16+00

Package: libecpg6
Source: postgresql-16
Version: 16.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 267
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-16/libecpg6_16.0-1.pgdg+1_arm64.deb
Size: 54264
SHA256: d747b07f0760a2376065483c0bbc0f33cb9208ade84d98fa366d8a662175fb08
SHA1: 6b68ee18c1da4cdc1c9b02bc7f9162f9b8e3153c
MD5sum: e6a70dde7341014a1b1afc06bc733b13
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.
Timestamp: 2023-09-14 14:11:48+00

Package: libecpg6-dbgsym
Source: postgresql-16
Version: 16.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 16.0-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/libecpg6-dbgsym_16.0-1.pgdg+1_arm64.deb
Size: 114408
SHA256: e9937966955a9afe8de7ec1564d118897b981cf3a8845e2472a65c3753e1bb0c
SHA1: 1cc9fef2c6cbcd15307a8657212e7324510706dd
MD5sum: 653022f7dde193edde03127ff9b756ee
Description: debug symbols for libecpg6
Build-Ids: 59ca7e3e164f3263ef23d019caf4580d8e473286
Timestamp: 2023-09-14 14:11:48+00

Package: libecpg-compat3
Source: postgresql-16
Version: 16.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-16/libecpg-compat3_16.0-1.pgdg+1_arm64.deb
Size: 18164
SHA256: 602447b8ce12c21bc7f7c89f058ac48308a069dd15f89437db1febed7154fcbd
SHA1: 7f473abf6f04a2d5cc9943b7d381082c664aff09
MD5sum: 4000af71a06dfd9b5e9b76a80b368bc0
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.
Timestamp: 2023-09-14 14:11:48+00

Package: libecpg-compat3-dbgsym
Source: postgresql-16
Version: 16.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 16.0-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/libecpg-compat3-dbgsym_16.0-1.pgdg+1_arm64.deb
Size: 39452
SHA256: 39479de429a0a1ddd7d198be415a8193dfa2159c3a7c26d158320210659f60ca
SHA1: 872b3d6008ad9329601d27c6032ceadd21909698
MD5sum: 21467849b2a8569d1b9c0e1afd0d23d9
Description: debug symbols for libecpg-compat3
Build-Ids: 973cd113f049877548fa64a968249d3b84666cbb
Timestamp: 2023-09-14 14:11:48+00

Package: libecpg-dev
Source: postgresql-16
Version: 16.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1694
Depends: libecpg-compat3 (= 16.0-1.pgdg+1), libecpg6 (= 16.0-1.pgdg+1), libpgtypes3 (= 16.0-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-16/libecpg-dev_16.0-1.pgdg+1_arm64.deb
Size: 276152
SHA256: d1236864282f688fb99216452cf9313150655541c96fd329988161c0b27982a9
SHA1: 64e9b0d10aadc1b8be7475214dcb99cd2155e47e
MD5sum: 927bbee7d1c041d0a52890b403f8a20c
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).
Timestamp: 2023-09-14 14:11:48+00

Package: libecpg-dev-dbgsym
Source: postgresql-16
Version: 16.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 304
Depends: libecpg-dev (= 16.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/libecpg-dev-dbgsym_16.0-1.pgdg+1_arm64.deb
Size: 262972
SHA256: 3ca20acb69227aefcb3579efb8059fe73a343ba684a3fad69a7384150393c074
SHA1: 3e7bbedf4673ce05e28835798c96dc938179151f
MD5sum: bb0dbb0db2f9074eed08c83f1e3ce8a7
Description: debug symbols for libecpg-dev
Build-Ids: be3cdee55e00dc543112be24a13af05a86e593dc
Timestamp: 2023-09-14 14:11:48+00

Package: libpgtypes3
Source: postgresql-16
Version: 16.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-16/libpgtypes3_16.0-1.pgdg+1_arm64.deb
Size: 38680
SHA256: 4eb9455ad062777b873b00d3ff795756be706192ee37f670fba19b38f3a378c3
SHA1: 89950acad47b8099419fb56b32094e69765cb917
MD5sum: 376978f5915fd9fee1d1475f8680cd6b
Description: shared library libpgtypes for PostgreSQL 16
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-09-14 14:11:48+00

Package: libpgtypes3-dbgsym
Source: postgresql-16
Version: 16.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 16.0-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/libpgtypes3-dbgsym_16.0-1.pgdg+1_arm64.deb
Size: 88784
SHA256: 04a337ba40c9c2330b0e0e52ad6e240da3be77db32f574887011c00b595fcaac
SHA1: b711756d5d12fcb8583f2d681157383ce76b7e11
MD5sum: ab9f75c3c70a4db55d043354b85971c4
Description: debug symbols for libpgtypes3
Build-Ids: 242fc0d93352b082f26951404e713007a7f61aed
Timestamp: 2023-09-14 14:11:48+00

Package: libpq5
Source: postgresql-16
Version: 16.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1059
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-16/libpq5_16.0-1.pgdg+1_arm64.deb
Size: 207752
SHA256: ad3788cbab31b9ff7c533a12808e34c1fbfdbec5b00a651ac44548bd3b52db0c
SHA1: f9e72b03f969d39daa261f3e9aeef8bf318e9257
MD5sum: 48ef590742a073ff93c0a1d3396c243e
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.
Timestamp: 2023-09-14 14:11:48+00

Package: libpq5-dbgsym
Source: postgresql-16
Version: 16.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 324
Depends: libpq5 (= 16.0-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/libpq5-dbgsym_16.0-1.pgdg+1_arm64.deb
Size: 287424
SHA256: 26ca26349c30d78a06069853e2e061373e324b299f86cac689d7e90bc9f1cfdc
SHA1: dce6dff92cd27ccb92c96071eeb9f9ea225af312
MD5sum: 2443639e68d9d733d2000362c3192a6f
Description: debug symbols for libpq5
Build-Ids: 7a0e3dea501fde6b02039c8504e585389bc3fc7b
Timestamp: 2023-09-14 14:11:48+00

Package: libpq-dev
Source: postgresql-16
Version: 16.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 591
Depends: libpq5 (= 16.0-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-16/libpq-dev_16.0-1.pgdg+1_arm64.deb
Size: 138784
SHA256: d8d3a660b1fcf460c0d79eaf276beb490261188c0ce22f346a1f5c09052103a5
SHA1: a74f92f0c83a096b445957fd0f871393bf4ed8e6
MD5sum: 6eaaba2664a6d13324f21754bbb3391b
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.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql
Source: postgresql-common (255.pgdg+1)
Version: 16+255.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: postgresql-16
Suggests: postgresql-doc
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_16+255.pgdg+1_all.deb
Size: 11172
SHA256: 6ae328b84fbbd51e516367936aca889c5bb05cd88c867c01dfd3278aeacc3293
SHA1: 65c3591f1cfac11af60f21e8660c4f5b5a885877
MD5sum: 16182d55f78008635eea23d52c54dc2a
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.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-10-partman
Source: pg-partman
Version: 4.7.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6841
Depends: postgresql-10, python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-10-partman_4.7.4-1.pgdg+1_arm64.deb
Size: 245280
SHA256: 2eaf8cf586e662177eb10ff69f75aa5919e56732d5335a08c85a8159978de5af
SHA1: 660b283fee0cf7f904ebc0beaa11d2fd336536bc
MD5sum: 0949b4a7d5116203deac0acdfbc5642f
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.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-10-partman-dbgsym
Source: pg-partman
Version: 4.7.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-10-partman (= 4.7.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-10-partman-dbgsym_4.7.4-1.pgdg+1_arm64.deb
Size: 19452
SHA256: 5d5f17509759d98eb2dad282815f849553c3468f418981e152a83b176d00aacf
SHA1: fa971f673dc2cf9c39c0cd388c768a46190b88b9
MD5sum: bfedf9a6e1b336bcf325a7d72a264643
Description: debug symbols for postgresql-10-partman
Build-Ids: bb99a9206aa21478205bd1fd3cc1644837590ce5
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-10-pgmp
Source: postgresql-pgmp
Version: 1.0.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: postgresql-10, libc6 (>= 2.17), libgmp10 (>= 2:6.3.0+dfsg)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-10-pgmp_1.0.5-1.pgdg+1_arm64.deb
Size: 43836
SHA256: 3dc5f36e8be45fb20c78dd8feccd59d69ee23b9ab06d90b698c010546f13f058
SHA1: 13e3fd94d6ad5a4e02d261b86ad989e9d3eb25be
MD5sum: a5f34a72c1a654b9727ce240c5ff01c2
Description: arbitrary precision integers and rationals for PostgreSQL 10
 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.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-10-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-10-pgmp (= 1.0.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-10-pgmp-dbgsym_1.0.5-1.pgdg+1_arm64.deb
Size: 63220
SHA256: b376a6fcbb070656fb174400920d60e03e1018f961982bdb5b649889b2f84d7e
SHA1: 567d23d1fd9a309b23226eb328881a409d847981
MD5sum: 37985e0965cb9831bd1dd50210cfbabb
Description: debug symbols for postgresql-10-pgmp
Build-Ids: a84129196d30b7bc9c3c788fe412a8a2d76f6d8f
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-10-pgsphere
Source: pgsphere
Version: 1.3.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1108
Depends: postgresql-10, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-10-pgsphere_1.3.0-2.pgdg+1_arm64.deb
Size: 328492
SHA256: 5266a221be76e71b2eb509820622670586bcaa61d6e50b30dcb309fedf1315ce
SHA1: 083879f89dae5b9babab45ec3b8b8723af80f3fc
MD5sum: 7a7870ad214c08a5f963772d86fb39e6
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-10-pgsphere-dbgsym
Source: pgsphere
Version: 1.3.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 388
Depends: postgresql-10-pgsphere (= 1.3.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-10-pgsphere-dbgsym_1.3.0-2.pgdg+1_arm64.deb
Size: 330576
SHA256: 8adba2a2d92e52bbdcbc3e064afc850c29a54ddcccf237521d13151cdf7705eb
SHA1: 7904c0da05225bb8fb8fd543aa4da1004b93222b
MD5sum: 514c05b5d63c3647e4596f54138ec7b3
Description: debug symbols for postgresql-10-pgsphere
Build-Ids: 06b75a8d97b1e92c32e86a9a6b98bad1086d6596
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-11-partman
Source: pg-partman
Version: 4.7.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6854
Depends: postgresql-11, python3, python3-psycopg2, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-11-partman_4.7.4-1.pgdg+1_arm64.deb
Size: 256972
SHA256: a80147e21cdbebbb98f123a4e04ced0837c5a5255f79f1b21805a8c494f8a400
SHA1: 222806041ed5568c192bbf759e880f09f78155ea
MD5sum: 3ebcba9aa0821951de904c05f3b8fe2c
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.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-11-partman-dbgsym
Source: pg-partman
Version: 4.7.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-11-partman (= 4.7.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-11-partman-dbgsym_4.7.4-1.pgdg+1_arm64.deb
Size: 19780
SHA256: dd7485916337bebb7c7d5572e461791a446a7455549e24ee4129e6f8a0adbedf
SHA1: 2b86815aab5be80e60680a9802f2f297d90fe40f
MD5sum: c842523be2e62c561944fbfbbc00f449
Description: debug symbols for postgresql-11-partman
Build-Ids: 8f47ec7463780dbeffd4376435531ffaefca17b7
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-11-pgmp
Source: postgresql-pgmp
Version: 1.0.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 416
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), libgmp10 (>= 2:6.3.0+dfsg)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-11-pgmp_1.0.5-1.pgdg+1_arm64.deb
Size: 108820
SHA256: 31f4accfc4dec276220bb9291871eebcd1dce18698ce5a97e50879a17be11a23
SHA1: 80d33b684f1d0f9f31b3df4e4e9dcbec9e9d3738
MD5sum: 8c70feaa18697ce63d866944ffa7aa58
Description: arbitrary precision integers and rationals for PostgreSQL 11
 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.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-11-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-11-pgmp (= 1.0.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-11-pgmp-dbgsym_1.0.5-1.pgdg+1_arm64.deb
Size: 63676
SHA256: 56baf6c77e801594384772a3438bf2589fcc40f99f5729870983c5307fb1e072
SHA1: 024a0db5541a8f198993aa9320c696f4e3d962cb
MD5sum: 6c10a3980297749bf9c3ae22b9baa614
Description: debug symbols for postgresql-11-pgmp
Build-Ids: 3ce2ae768424af8d3c9a517b57608d28914429ec
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-11-pgsphere
Source: pgsphere
Version: 1.3.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1698
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-11-pgsphere_1.3.0-2.pgdg+1_arm64.deb
Size: 567288
SHA256: 18aa960cb8916f08d8d70b28469c523b263abdc1df456b17d4303ab8f31f9a14
SHA1: 294b979729bab06f3837ba94661c57d1aa02ab92
MD5sum: d5f354089732af7b47066dd2d1c12b1c
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-11-pgsphere-dbgsym
Source: pgsphere
Version: 1.3.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 387
Depends: postgresql-11-pgsphere (= 1.3.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-11-pgsphere-dbgsym_1.3.0-2.pgdg+1_arm64.deb
Size: 330028
SHA256: 11b4b96e522d572771268d149eacfb6979dcf43002d19f2b5a463669cde1dfb4
SHA1: 8b1f63e0b1285a68815d7353b83c1c661d31087f
MD5sum: e2aa913b4312b707313c0054e7637cb0
Description: debug symbols for postgresql-11-pgsphere
Build-Ids: d542b426a7bc8bb34ceb6ae3162d097892cddd59
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-11-squeeze
Source: pg-squeeze
Version: 1.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 345
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-11-squeeze_1.6.1-1.pgdg+1_arm64.deb
Size: 126796
SHA256: f7d71f56c8470f34d65f386027982af33d1abc20bd703205c503662afcfef3ef
SHA1: f437154b0a5d6383ee6e36445a1802e5b3f7fe46
MD5sum: 2436e9a75f4cdeb738c91c23f49d0b53
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-11-squeeze-dbgsym
Source: pg-squeeze
Version: 1.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-11-squeeze (= 1.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-11-squeeze-dbgsym_1.6.1-1.pgdg+1_arm64.deb
Size: 111648
SHA256: e77af6d4b84d23adb4bb03996108bfc324579f48f6b66ae21b9185e4e0567124
SHA1: 7a56077fbc8f145b560d35cd313ee750cdc28f8d
MD5sum: e1d5b7179ec6f29a0af1a4a91234ecc1
Description: debug symbols for postgresql-11-squeeze
Build-Ids: d9df3973502b3c299122c108254b13f5e2b8be83
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-12-partman
Source: pg-partman
Version: 4.7.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6854
Depends: postgresql-12, python3, python3-psycopg2, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-12-partman_4.7.4-1.pgdg+1_arm64.deb
Size: 256940
SHA256: 772ce1150fcd07688b96e4dd848bd493f49f79624578f44c773cc114922e1a6e
SHA1: f792a1d96d6d5915bd2a2df8e80b70a1898e9c0f
MD5sum: 4aa07f32de63eca05ba113982322ad42
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.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-12-partman-dbgsym
Source: pg-partman
Version: 4.7.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-12-partman (= 4.7.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-12-partman-dbgsym_4.7.4-1.pgdg+1_arm64.deb
Size: 20156
SHA256: 3f5d378dc38c61d64ed46b3fadf1588b9240a16320f73e68e13636acadb85dd2
SHA1: 7409e706e51bccd6ba9057d8fc78ded34487e8bf
MD5sum: f8685331055bc9d33fe6196017ea98f0
Description: debug symbols for postgresql-12-partman
Build-Ids: 592969e044e60b61c4d1fbd3c0cb1808c9733d9e
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-12-pgmp
Source: postgresql-pgmp
Version: 1.0.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 416
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), libgmp10 (>= 2:6.3.0+dfsg)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-12-pgmp_1.0.5-1.pgdg+1_arm64.deb
Size: 109360
SHA256: e42c515d24117eaf744e27b129fa079fd125d897c31545e47a9097ce03b5d0b8
SHA1: e605a591721f9411c063e3bb96c3fb8608e109a3
MD5sum: d597dc0db080aab40454372a82b6c2b5
Description: arbitrary precision integers and rationals for PostgreSQL 12
 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.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-12-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-12-pgmp (= 1.0.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-12-pgmp-dbgsym_1.0.5-1.pgdg+1_arm64.deb
Size: 64776
SHA256: 0b7340f722cf1f045a8ba7497de13f25c730683b3649484185ae3b37ee86964c
SHA1: 3d7b0301b07ec7dc7047609870ff38f7ab83c0d5
MD5sum: 2e76b87d8d79435147db3773b46a56eb
Description: debug symbols for postgresql-12-pgmp
Build-Ids: d5d7ce10ba3b0c0b4ae1747600da8f9015bd048b
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-12-pgrouting
Source: pgrouting
Version: 3.5.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3126
Depends: postgresql-12-pgrouting-scripts (>= 3.5.0-2.pgdg+1), postgresql-12, postgresql-12-postgis, postgresql-12-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Suggests: postgresql-12-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting_3.5.0-2.pgdg+1_arm64.deb
Size: 756728
SHA256: 31491ec3a012609844e5009769a42df01f0d40c9aab346f3d5f4085bf8973920
SHA1: a4b89b36daa8ba1098ebe1b73f5184cd7d6a8797
MD5sum: 1bbe9c6dfc5be079c673a0168ca9e5c6
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 12.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-12-pgrouting-dbgsym
Source: pgrouting
Version: 3.5.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 24419
Depends: postgresql-12-pgrouting (= 3.5.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-dbgsym_3.5.0-2.pgdg+1_arm64.deb
Size: 24390000
SHA256: 2753fc9c903d6540352d47e38698e4897f34f9935b9caa30fb1ce620abc8b4c0
SHA1: b432a23096fd9c85c65d2de5aa294f6150f5c1ce
MD5sum: 27de8e14580dedfd6ba69e648756050a
Description: debug symbols for postgresql-12-pgrouting
Build-Ids: c2108b3c66602abdbfd34365477838de3c950b2a
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-12-pgrouting-doc
Source: pgrouting
Version: 3.5.0-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7698
Depends: libjs-mathjax, libjs-sphinxdoc (>= 5.2)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-doc_3.5.0-2.pgdg+1_all.deb
Size: 2310012
SHA256: f1a5fd5b66b739a074a6ec1cbdf996bf3abfd7801f23013ed7394c1ac8a79a78
SHA1: 73626a073f0bf0630a43934b54d6df0a226e1067
MD5sum: 0bab0abc159bacc2da782bf0aaba3955
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.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-12-pgrouting-scripts
Source: pgrouting
Version: 3.5.0-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2903
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-scripts_3.5.0-2.pgdg+1_all.deb
Size: 60352
SHA256: 739a989478a432888739f8928ffd4c7a72f343edfeb78ddf0318eee9ec45402d
SHA1: da14904a07793627086c3fb58d0b216102a2b128
MD5sum: 10e84a1300a973902f6b689960e91673
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 12.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-12-pgsphere
Source: pgsphere
Version: 1.3.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1698
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-12-pgsphere_1.3.0-2.pgdg+1_arm64.deb
Size: 568436
SHA256: 1814c4d2e3709cd72f01ec183d5e7596ae688aaa6fe122196375a6514d317c44
SHA1: 93c9e587459da4ad623606074e314702560dd490
MD5sum: d1785ec214bd4e562ce22e7c3a5ab359
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-12-pgsphere-dbgsym
Source: pgsphere
Version: 1.3.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 389
Depends: postgresql-12-pgsphere (= 1.3.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-12-pgsphere-dbgsym_1.3.0-2.pgdg+1_arm64.deb
Size: 331352
SHA256: 6674081e0d35f1683a0d8f7a47f07edf4756cb1a2ce5f1d0c482ae18e3a96107
SHA1: 84c6efe21b72d4f43fc78dc1f3b3b13dd2bcded5
MD5sum: daa6cb7a0bb558c255b017248ef795a1
Description: debug symbols for postgresql-12-pgsphere
Build-Ids: 0f26513d7c8329d89521c53a63f21d290309fa31
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-12-squeeze
Source: pg-squeeze
Version: 1.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 350
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-12-squeeze_1.6.1-1.pgdg+1_arm64.deb
Size: 132528
SHA256: fcdbf2e1a378305972c3fe730e35904113e13389e4f81211d6a5e8f0fb2d2a7f
SHA1: eb978347531c529eacf295522fe28f6ec44aa73d
MD5sum: 86fb505c7bf6576d4167bb9dfb94579f
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-12-squeeze-dbgsym
Source: pg-squeeze
Version: 1.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: postgresql-12-squeeze (= 1.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-12-squeeze-dbgsym_1.6.1-1.pgdg+1_arm64.deb
Size: 127952
SHA256: 0570cae2f405b13a9df7320037ddcf37889160e2acf129d816ae08f03ac13f7e
SHA1: e5072503d4321162fe9c4af7c52d2f4730f446de
MD5sum: ff27361b579ab09d9e48f1aab132407e
Description: debug symbols for postgresql-12-squeeze
Build-Ids: e2c23dada687e2c23328ba346e43aed6eca8199d
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-13-partman
Source: pg-partman
Version: 4.7.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6855
Depends: postgresql-13, python3, python3-psycopg2, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-13-partman_4.7.4-1.pgdg+1_arm64.deb
Size: 257620
SHA256: 529d59c057fbd0819672269776717fb661562a266d70821086e07bac977dc010
SHA1: a0cb9d53729d866c9738fc90c4b602d5a24a42f0
MD5sum: eb06e3329ff223e19f3435422a0f1e47
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.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-13-partman-dbgsym
Source: pg-partman
Version: 4.7.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-13-partman (= 4.7.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-13-partman-dbgsym_4.7.4-1.pgdg+1_arm64.deb
Size: 21048
SHA256: 20e81ec9117eb1ed3ef374ae443152782e922d1f28db57ebd9a252e6989b3160
SHA1: bf2c9d8a373caef9eb4dc3dd5a4cb370671cb2ac
MD5sum: ad5791fe92bceaac7798f3f5e63e8e17
Description: debug symbols for postgresql-13-partman
Build-Ids: 23d86071e61d8d0291312dcacb5f49ca65162ae1
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-13-pgmp
Source: postgresql-pgmp
Version: 1.0.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 416
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), libgmp10 (>= 2:6.3.0+dfsg)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-13-pgmp_1.0.5-1.pgdg+1_arm64.deb
Size: 109224
SHA256: 725e8413a3a84892db37208b35bf589987a2ae503d9afd825f5e38c75e8f1167
SHA1: 1fe6a019f03820a1989f4aaeb17d792096512f21
MD5sum: aff596ef32a81757e76e0bbc2775e53a
Description: arbitrary precision integers and rationals for PostgreSQL 13
 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.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-13-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-13-pgmp (= 1.0.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-13-pgmp-dbgsym_1.0.5-1.pgdg+1_arm64.deb
Size: 64428
SHA256: 9b51131ed4d81aebef77780d0ee774c74ea4db8f2b7ba288e75ba49fe067bed1
SHA1: 815d3c13e894857004ebd3ae5c13cd16262b4e13
MD5sum: ffec1698f7d5824fc649db7ffb60759f
Description: debug symbols for postgresql-13-pgmp
Build-Ids: 71f6fdf44eb9e5d20009230c7742efa201130109
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-13-pgrouting
Source: pgrouting
Version: 3.5.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3062
Depends: postgresql-13-pgrouting-scripts (>= 3.5.0-2.pgdg+1), postgresql-13, postgresql-13-postgis, postgresql-13-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Suggests: postgresql-13-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting_3.5.0-2.pgdg+1_arm64.deb
Size: 756900
SHA256: 14fe0e54e2feedb7255ef9fb9da63b2a2b345805435d95e48843889e970c3356
SHA1: f7d41fc2ffa3179285383c29d1b95252b09f9d29
MD5sum: bca91d3f556b9995ef84916929aa0b42
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 13.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-13-pgrouting-dbgsym
Source: pgrouting
Version: 3.5.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 24421
Depends: postgresql-13-pgrouting (= 3.5.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-dbgsym_3.5.0-2.pgdg+1_arm64.deb
Size: 24390012
SHA256: 79d1fded431796e30c8e101fc56746a2674a822ba1be92b9075d99e4b660b09b
SHA1: 9af25fe758db1af4e70ec75a1be6302e347c47b3
MD5sum: ae7b7edc70bff86e7031402334e469dd
Description: debug symbols for postgresql-13-pgrouting
Build-Ids: e1a7399d96f30da0dd1d4d7ade1b2e5f8212ea74
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-13-pgrouting-doc
Source: pgrouting
Version: 3.5.0-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7698
Depends: libjs-mathjax, libjs-sphinxdoc (>= 5.2)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-doc_3.5.0-2.pgdg+1_all.deb
Size: 2310156
SHA256: 1e54eb4bd786a36fce1d2d3a10f20ea630424ebd4de41f72611bc84b3517d635
SHA1: bd4d837b24761feccdf14ebbafd84aa3b5004f12
MD5sum: 25e3d41d9ca1c305fbb98c231ca3c90b
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.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-13-pgrouting-scripts
Source: pgrouting
Version: 3.5.0-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2903
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-scripts_3.5.0-2.pgdg+1_all.deb
Size: 60340
SHA256: 168f8e897e9a96c0fcd3244a010a261c9d840b38aa180a7cb295bfa0395a6c9e
SHA1: 36169fcb060a8b449963f74064709e497f773c7c
MD5sum: 70b9cc3c823b29c32e4b75d5b8931979
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 13.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-13-pgsphere
Source: pgsphere
Version: 1.3.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1699
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-13-pgsphere_1.3.0-2.pgdg+1_arm64.deb
Size: 567908
SHA256: 24289af8e5339db453d382a13151d8e23210e45811b20e5368516b5d71929907
SHA1: 5c34b7cd448432c95883036ac0a44d3358da914c
MD5sum: afdf69211b31528f3c891623dc8c0587
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-13-pgsphere-dbgsym
Source: pgsphere
Version: 1.3.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 389
Depends: postgresql-13-pgsphere (= 1.3.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-13-pgsphere-dbgsym_1.3.0-2.pgdg+1_arm64.deb
Size: 331704
SHA256: 129081dc92928ddca9f6a527d495850b86eab9a580f3056f8941b1831407d06f
SHA1: eb4e3680b7d9034dbbd1ef91f10f44c1c6f72264
MD5sum: b56a5fe3c8fc368c4a730e59b5bc259b
Description: debug symbols for postgresql-13-pgsphere
Build-Ids: 6520f34729349c3f2b77e04fadeb4d0b77ec7dd9
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-13-squeeze
Source: pg-squeeze
Version: 1.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 351
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-13-squeeze_1.6.1-1.pgdg+1_arm64.deb
Size: 132472
SHA256: 9ef1ab221b38e28178145564f32fc31d6b75ab04bd8c9472580ac988d5e2ac2d
SHA1: d3a11ba1de73e65c57c0cbcf764ee168b67506c7
MD5sum: 7dd6a7052e4798541ffd766eec9f6e26
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-13-squeeze-dbgsym
Source: pg-squeeze
Version: 1.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 153
Depends: postgresql-13-squeeze (= 1.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-13-squeeze-dbgsym_1.6.1-1.pgdg+1_arm64.deb
Size: 129288
SHA256: 2255e8382b6d234b591f71d941995d6c7b989d3dcd2b6664bb68568f2d7d3378
SHA1: 2456fa5671bbdbb35c694e16f46a618929b3b75b
MD5sum: 71231c189fb17e9fb60489b628e7d6b8
Description: debug symbols for postgresql-13-squeeze
Build-Ids: 7ad4ed85ebdec086f2746a2ce49a73946981fda7
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-14-partman
Source: pg-partman
Version: 4.7.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6855
Depends: postgresql-14, python3, python3-psycopg2, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-14-partman_4.7.4-1.pgdg+1_arm64.deb
Size: 257824
SHA256: 380904249e25500d7075dd7f6e3b243dbca7dc199951d5544ff916d456801b77
SHA1: 645445c083c37054fe86098df806151c975a73cd
MD5sum: 9b0e073b74cecc203a56324842fb7ea9
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.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-14-partman-dbgsym
Source: pg-partman
Version: 4.7.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-14-partman (= 4.7.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-14-partman-dbgsym_4.7.4-1.pgdg+1_arm64.deb
Size: 21496
SHA256: 1617af935b4da71cab08ed5c905c918b0af2472b99dcc04fc5c31293e109e85d
SHA1: e20675e0e5f513dce46f88faf59de1cbf720947b
MD5sum: 9f05041a21b211065032207f1a4745ec
Description: debug symbols for postgresql-14-partman
Build-Ids: 324de809dc5b7f483e82c96d5c7679154d024e87
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-14-pgmp
Source: postgresql-pgmp
Version: 1.0.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 420
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), libgmp10 (>= 2:6.3.0+dfsg)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-14-pgmp_1.0.5-1.pgdg+1_arm64.deb
Size: 109356
SHA256: 7603aeade9d0476990e9ade3147f761776e6fe571f7117aa49e886051228b543
SHA1: ade22bd8636e0a2e62bfd9f5de2001e829ace2aa
MD5sum: 2ff6c5a5bbdee45e36d8bf8b05a71f01
Description: arbitrary precision integers and rationals for PostgreSQL 14
 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.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-14-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-14-pgmp (= 1.0.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-14-pgmp-dbgsym_1.0.5-1.pgdg+1_arm64.deb
Size: 64672
SHA256: 88bc226f9f20684b574badc1d3ab9be818b1b3800c53898adc685ee09ac8f639
SHA1: e70faea4827f86fe1b8666a060c96cfb68737f45
MD5sum: 5126403bbbf7267d58241214d9c79ea0
Description: debug symbols for postgresql-14-pgmp
Build-Ids: 7be37abcb262d9e42a1be42f9f4c8caed4ab309c
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-14-pgrouting
Source: pgrouting
Version: 3.5.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3126
Depends: postgresql-14-pgrouting-scripts (>= 3.5.0-2.pgdg+1), postgresql-14, postgresql-14-postgis, postgresql-14-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Suggests: postgresql-14-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting_3.5.0-2.pgdg+1_arm64.deb
Size: 756452
SHA256: e94ea42d34632edacc2626c107266d74412eb10790dd9882b1ca9663eccbffd8
SHA1: 428d981748df038d55b0fcd8286fb38b6115a454
MD5sum: 30edfece6c3deaca0d93b69aca555ab5
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 14.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-14-pgrouting-dbgsym
Source: pgrouting
Version: 3.5.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 24420
Depends: postgresql-14-pgrouting (= 3.5.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-dbgsym_3.5.0-2.pgdg+1_arm64.deb
Size: 24391328
SHA256: ed5928523e922e38ddb5e91e6538c797b1e4761056f4971d2fe9ef5ce51b4820
SHA1: 699f1ab9e41a3cfed7137dfb8c8bc7d7e0ac235b
MD5sum: 688555e6a4a0b84eb1295c9f379ab96e
Description: debug symbols for postgresql-14-pgrouting
Build-Ids: 3235185cfc1017b92baef23641d8a5a22cedce47
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-14-pgrouting-doc
Source: pgrouting
Version: 3.5.0-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7698
Depends: libjs-mathjax, libjs-sphinxdoc (>= 5.2)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-doc_3.5.0-2.pgdg+1_all.deb
Size: 2310124
SHA256: 600bf4227f02a5d5d93ea3fadf93b3589226145c105b522798523d3eae378753
SHA1: 17870089f124571a8bbeedc202317306a75e25a7
MD5sum: 4be5fa181e442177ee873f8013448dcc
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.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-14-pgrouting-scripts
Source: pgrouting
Version: 3.5.0-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2903
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-scripts_3.5.0-2.pgdg+1_all.deb
Size: 60376
SHA256: da5baee03bf5774ce4240f48d9c6a07583f84312c9cc837d6d46ff5099ecc276
SHA1: 7555c2050bc784db1513b97d937fceae9588d75a
MD5sum: fd6d9988fc7b42db626b0b573ea49339
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 14.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-14-pgsphere
Source: pgsphere
Version: 1.3.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1701
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-14-pgsphere_1.3.0-2.pgdg+1_arm64.deb
Size: 568568
SHA256: a2e7a8865edf351abbeeb1ef2486201da85978b8d82bc6f6bf94f16e230ea868
SHA1: dc62d5803c0bd6d38cd5fd0febc983e81068e196
MD5sum: 46bd42d0f87b67059954c670b948194d
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-14-pgsphere-dbgsym
Source: pgsphere
Version: 1.3.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 389
Depends: postgresql-14-pgsphere (= 1.3.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-14-pgsphere-dbgsym_1.3.0-2.pgdg+1_arm64.deb
Size: 331384
SHA256: 3d8e7dd38f95363804412be886df5d3f841bbfbac8f7eecd37d1fb9f8794f034
SHA1: 2211f2e6faea4fcecdb930f588432950e0714c13
MD5sum: 7ca50ff865494adbfcd334168b02c5d6
Description: debug symbols for postgresql-14-pgsphere
Build-Ids: d9cea8f17f069d80b39f833452836c6767934e3d
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-14-squeeze
Source: pg-squeeze
Version: 1.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 354
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-14-squeeze_1.6.1-1.pgdg+1_arm64.deb
Size: 134500
SHA256: 18599f21c30c590e3e699aa58ffd0247edfc415efbc68838937ba1c63b2568de
SHA1: a97883e9e57db22c2ab6ae41500fdef9d3c27ab4
MD5sum: f6b58b3576e1810b1c5a77a8d8592712
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-14-squeeze-dbgsym
Source: pg-squeeze
Version: 1.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 160
Depends: postgresql-14-squeeze (= 1.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-14-squeeze-dbgsym_1.6.1-1.pgdg+1_arm64.deb
Size: 135748
SHA256: f6ff200c1ca6089e52f1504368c778fe2125c65f3163ad5fa4b15ad3c4bb9195
SHA1: bd2fbf4881810377b5aac39da5b577d8915f1848
MD5sum: 772ba171108c7f9d5efa06035dca4749
Description: debug symbols for postgresql-14-squeeze
Build-Ids: 22849b4983e5ff394464649825edd66c6a597b23
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-15
Version: 15.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58776
Depends: locales | locales-all, postgresql-client-15, postgresql-common (>= 241~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-15-jit-llvm (= 14), postgresql-contrib-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-15_15.4-2.pgdg+1_arm64.deb
Size: 17726604
SHA256: c74cd6163a73a796133cb04d6f3b8f6dcf65d18f763e7fac5a3c1350f60c6c5c
SHA1: 03e435b98196c46739397b6702c0c23b79fc4263
MD5sum: 3517ce5a0c11a108f015948d791b085e
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 15.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202209061
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-15-dbgsym
Source: postgresql-15
Version: 15.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18955
Depends: postgresql-15 (= 15.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-15-dbgsym_15.4-2.pgdg+1_arm64.deb
Size: 17115420
SHA256: 2617d06d2c5387ab5a168f36eec5bee2e6599e0cd6319e41bd30b451e6ef9602
SHA1: 102a5a6efd63c5d97c2e4350e5e9d59b9abd9115
MD5sum: 66ee816708f235738e93eb1c88cb7c54
Description: debug symbols for postgresql-15
Build-Ids: 05ba96e2a859306bd484e409e672a6a55ac95a9d 0a43106b0d1cefe6d78abb260eb9c21ecde61453 0a7e0920999cc5828cb84271667c8e068bf47883 128aeb5299dd773851e2b4c85274728e5d3bb8b8 12de267f41809522b28baabdcf7dac67014539ee 143e19a00e1e250b401c5ef254896cdf71185bf3 16ed6679e0585767dcbaa1c2556b3b715922f7d7 1c3234087b0f9a944f7dcfd0f4451d37b6734cc1 1c4d934364b15f90ba23d00086385055185ccc64 1e2cf898e35050c8b6a3c5cbb5932135e5aa74f6 1f8796313af7f80428a3b9a33a2c22c2eddcbc63 26457fe9034828254423bae13d5130c80ef756a4 27e67d0b6d156fb1c43e12da1b5537c2ed2fa36e 2b0cc33de1c699c09bc2b8cc626cd369ad1967db 2fd76b04dc873bf4a0f747d3c4e0561de3b0d3cf 33bb57eac18170b78f0eb6469207de603a5d176e 34fa7718744138c1f3b52630b6be845a3c530ba3 3fb9e9cf3a757a9d4314fc782fed841a4944abfd 42483198553e79f8cc98c785b0b96bf9ab855b15 43ab6602ddaffd43a94141939c6259b1a3406995 441bff50f97d85e5d9301b7191840f8d424c6013 44ef2c27c700672f8f0d354cc01aef781f7560e7 4d1e852f14eb3bfbe1520e389eaeabc3877ac64b 4ddd27e2ea4f75b36ca564f116aef410d1ab3c49 52d22d3cc3c9e4d269460d59566c6c09e83b368e 54643d4ecd994e7deb3d62397d8a46c4acedc5fb 5708c7d82a197496bddb7663c54ceff2822a917e 58458de7c7ff0a6b928c8eba61605b449caf716c 5cbfce3a73f1a532b0165c340bc4c745defbe958 5e1ce4a2841efc2c147ae0f5dc6eb79cdc83edce 6044b9ba794837bf28f35e28eead954e76af1d28 62f470111c94da127c162dbc820b5d9c28f41a7e 653059f040aefd83ab3b72aedc9909b321173c83 67222d489e2226f92d156e99138e10a0b6b6ff64 6785452b80e5d338c370b00602997598fb902fec 6b4082352cc1f689468fbcfbbde610296293d8c7 6bba762517b44c047ce43842d66f8b1c47d10fc0 6e2bf19ab83193089229ec321eced37b24835593 725b3c80c3283185f36951adc0803ba84757a5fd 75e14a711c42157d1d1544d57d99cff1afc0f196 76b59fe1d093795872ac185420d6b181d5fcbe6f 794e9d4f74624fdbaf98e26f1e10b27630b0925e 797b1dab98d6f8e815942c9af14db16f3a049919 7ad19684b99ee08fc5913f00111eabab92c23039 7e9025809da6b4e74665a2560d2059671e4fa853 7ef251cb36c0d7e02eee7a166e96f6ef7738b7ab 80987124fc175e59569a56f9afdfda0344789d47 84d5958b9a6b682e0025ed47300a5184af8212c0 885553c156150e7bda50832e1c16100f1e1e505d 8bad1c83bd4fa2dd45e1224b0aecb31e9163aebc 90e389eb8bad7368db83cfa7cb2cc1adecb6699a 9278c0bd84b22feb09c0cbed91f7bd0ba505f6dc 95ad68cc65d177802ba224a096f0b7b3f8b8d4c3 99083db71d0bd4ef8827b73a6bd920dd9e52474f 99b250b8c6fc5d4d827b19cc60e76e03c72a7b1d 9b8d2a66450171acf5bdc038c8bbc70d34778f27 9c1488815f5c6a24635ccc427c840fb895785b12 9ca525164c0d3d8fec0764dac8a82398d7d018c2 9dea8934ee2b94058c8f635750765ef79f4e5cc8 a04fa86d446252f7e2ce08c92c8518d8785852ec a347f9ccdbbb166707516a48ed0ff2f02d4f2c5b a6ef73f3ca4e7f6768045d66c2f428bde84dfb63 a7b3a124f86a2931c792d4e441b9a1069fb2ec7e a825699d5cecaeb1f0c912681890543d82ac49c8 a8f0346253c1101a98e91a1c70bfa59122c8bf73 aa80181b140d964a65e4b2a74a830fee2854a06c abaa99c4a00bbf10cd8a410d9141074ba3ae9ffd ac3538fede0eb15c9095767f1ef6ba6ad650ae7b ae3ed644f7c54c1a27efc728493a5f5d4e681382 af40e0f36650120d30a0d4aa4bba09d6ff910ccb b0abfe4c9cb7dc61336a410d84a2ef250822e529 b0d08bd5d98ef7427d739dba02a3bea7b3a901a4 b4d52cd187995cb6d97737b41d108959e8276d2f b629aad594ee667aa378f6ed5be1c5ff1c351e77 b6b08c7354f1a54c0e1a5ddf24666b50f4cb1ee4 b7ca4ee7e276bb7ad15d36c90afff3f5ae2a7973 b81059b23ece5b48cbb7a7b05d2ea64f9c7a854f bd79156a40c278dbb71a78201ab19487529f2d71 bf242ab177f798bc89980b8bc6f9095f35064371 cb49f26e00e1d3144532881f8e64f4350f6d566f cc7c790ee4702cdcdc9e7d869b46dc7d68f77977 d01b2ab085baaae1835a6ece393d42eb4c13d621 d4f93a9aa424d1a380a7a4aa0f05538b9e1fbb84 d678d2c4aecb90441a17b0908c2e8863ced9bb40 d82beada4abe10e96ff306e58d75d152e1c96ac7 d9e66dbbda867d8913ebf0908440433367dbbcaf dcf17ba851483630abe5157a16dad11f0dab4f65 e125db23f2601ed4ce7b343a0cb0024d9e11fff3 e30748f400e2cdb0eb16abfd9eb5d706449f9758 e5ffd3d690c5275d54411f2586e82bc7c8f5c746 ec058b0f4f534a236de6d7935035c71e5bd2abe3 ede112bf423ae47753228347b445005f0b93cc1f ef540a8bc8a2481ad6a2e718e8ffbedf07910b5d f0cdc59e4653877ea71ef4aa071e80effc0328ae f1a79bfee742f757561ad90252314fa8da74aed5 f38caa36df56ac0931cd8dd822d67c8cee8027df
Postgresql-Catversion: 202209061
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-15-partman
Source: pg-partman
Version: 4.7.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6855
Depends: postgresql-15, python3, python3-psycopg2, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-15-partman_4.7.4-1.pgdg+1_arm64.deb
Size: 257848
SHA256: eb5fea668437915d830fbe0733402a240c9c9d9665c0548bb64d5c3150f04adc
SHA1: 55cdeb159d47bbfdf00a3c1ef62ca410e9bd810e
MD5sum: 56a26cf4c96d66f7f9eba336c8cad176
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.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-15-partman-dbgsym
Source: pg-partman
Version: 4.7.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-15-partman (= 4.7.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-15-partman-dbgsym_4.7.4-1.pgdg+1_arm64.deb
Size: 21632
SHA256: 129b37601da129ed0b13e0c29f1e19fd3479b763f3515cf67391f916c83a2ba6
SHA1: 6cf431f5189f026ed21e561c5e2d7ff3912d8679
MD5sum: c3442ce5c91f066c3feccf7eb2fd882a
Description: debug symbols for postgresql-15-partman
Build-Ids: c4e46b499243b5046a5d4b0aced4680fcb4108b7
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-15-pgmp
Source: postgresql-pgmp
Version: 1.0.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 416
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17), libgmp10 (>= 2:6.3.0+dfsg)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-15-pgmp_1.0.5-1.pgdg+1_arm64.deb
Size: 108788
SHA256: ee6d613f105e542bc3a71b67a6587531ec5f9fc76c97fc996bee1d4c20688596
SHA1: f3b1d3b8029ff20918c54e1c9ea2efc8b60a618d
MD5sum: 5fffeafd3cf08ac5189cea51ee23176c
Description: arbitrary precision integers and rationals for PostgreSQL 15
 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.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-15-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-15-pgmp (= 1.0.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-15-pgmp-dbgsym_1.0.5-1.pgdg+1_arm64.deb
Size: 64084
SHA256: c1c75b1550f38d25473155780b12890c090e4b7a56e99ed8fbcddeefc35233b2
SHA1: 8c10ef561c16ab12a675eadd17828a0753a92367
MD5sum: baef902ee253b2d895a5b4178eb75688
Description: debug symbols for postgresql-15-pgmp
Build-Ids: 54f148c39593c1823c037466df7cb513e3215499
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-15-pgrouting
Source: pgrouting
Version: 3.5.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3126
Depends: postgresql-15-pgrouting-scripts (>= 3.5.0-2.pgdg+1), postgresql-15, postgresql-15-postgis, postgresql-15-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Suggests: postgresql-15-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting_3.5.0-2.pgdg+1_arm64.deb
Size: 756872
SHA256: fbf9d9d7b9cb179b1b58d2898c1942386e2b258fff45e237abbd07be11a1d04e
SHA1: cf124179e606b0ce533c123d1b5c21d28025f668
MD5sum: 007491cb18b3f5b3fcb5a66d6f365fe8
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 15.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-15-pgrouting-dbgsym
Source: pgrouting
Version: 3.5.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 24427
Depends: postgresql-15-pgrouting (= 3.5.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-dbgsym_3.5.0-2.pgdg+1_arm64.deb
Size: 24396508
SHA256: ef9a7ebba58c8ab3ba313a2eedd3124650593093de72a8840eeeb80e2004afb2
SHA1: f23d54806409135a816ee0398c5c3d0b8821b37c
MD5sum: ea67b7ee0026c73b06be972a6381a3b2
Description: debug symbols for postgresql-15-pgrouting
Build-Ids: 0a4373be5dfb56b72ccd93efd6844a92934530f7
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-15-pgrouting-doc
Source: pgrouting
Version: 3.5.0-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7698
Depends: libjs-mathjax, libjs-sphinxdoc (>= 5.2)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-doc_3.5.0-2.pgdg+1_all.deb
Size: 2310136
SHA256: de7234acbeed16020b8972addb130ffb13746e64cb63ac9eba16a04bcfcb66ee
SHA1: e1525bfeb05af57aadbe3a49784c12a2df7d224b
MD5sum: 801d2ed3baeb308631b235ea116414b2
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.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-15-pgrouting-scripts
Source: pgrouting
Version: 3.5.0-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2903
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-scripts_3.5.0-2.pgdg+1_all.deb
Size: 60340
SHA256: 4697f7527cc94c7780ba2926bfc3676c44e177483ed9f19ba2d951e250c069b1
SHA1: 822633cb1b0a2ca69ee22be6238ec6e3e0e1f7be
MD5sum: a5568d5a8e15c39a7fb3dd287391733c
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 15.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-15-pgsphere
Source: pgsphere
Version: 1.3.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1701
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-15-pgsphere_1.3.0-2.pgdg+1_arm64.deb
Size: 568796
SHA256: b4299fbcc43f9faea81cfa38773fafd55bf56491d9e960b7d5439b40f5c5224c
SHA1: fbf80713ae239a4d3b7a1899ee3cf56556bdd2f3
MD5sum: 8eeeeb033b25391140d3cc7ffccdcb54
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-15-pgsphere-dbgsym
Source: pgsphere
Version: 1.3.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 388
Depends: postgresql-15-pgsphere (= 1.3.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-15-pgsphere-dbgsym_1.3.0-2.pgdg+1_arm64.deb
Size: 331156
SHA256: 3639e2c9c7ba54992f195d9ba24df771627fdd64630a5a242684e2a1ec4d8918
SHA1: f8d6cfb778a0ac869966d7d43319e1f4b9af4288
MD5sum: 221de755bccccf757e0d433ab768bdc3
Description: debug symbols for postgresql-15-pgsphere
Build-Ids: 496346a68d3e15893616667d11bdb44cdb916f7b
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-15-squeeze
Source: pg-squeeze
Version: 1.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 339
Depends: postgresql-15, postgresql-15-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-15-squeeze_1.6.1-1.pgdg+1_arm64.deb
Size: 123132
SHA256: fe48ce1b1d8aeb157e0c58c66b6af445ecb32b165b074ba7ada4cb751a06e981
SHA1: f15e95a206cf821e5f71c07286f1ab8e60bef67d
MD5sum: e30798a572fa050e29af044ab8213f09
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-15-squeeze-dbgsym
Source: pg-squeeze
Version: 1.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 158
Depends: postgresql-15-squeeze (= 1.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-15-squeeze-dbgsym_1.6.1-1.pgdg+1_arm64.deb
Size: 133920
SHA256: bed4bc006885367dcf49d3b93152df3cbf6636909912926ae99b6460f514052f
SHA1: 83b5541e014c00ac3996fc8a103a2c7f28e830fc
MD5sum: 0441d3b54e49bcab16c17d3cda23ece1
Description: debug symbols for postgresql-15-squeeze
Build-Ids: 8f5ba590443a1bc417671a4375abbf39263966d0
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-16
Version: 16.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63393
Depends: locales | locales-all, postgresql-client-16, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm14, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 16~~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-16-jit-llvm (= 14), postgresql-contrib-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-16_16.0-1.pgdg+1_arm64.deb
Size: 18637620
SHA256: 01e1d64b1cac306708e7287cb9b822cfbf6330c4e576c2073de06926b149843f
SHA1: d51868bf1db291210c2a29bca4f130a90dca397e
MD5sum: f933ec32970a43021477e08ac8471480
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 16.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202307071
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-16-dbgsym
Source: postgresql-16
Version: 16.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20451
Depends: postgresql-16 (= 16.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-16-dbgsym_16.0-1.pgdg+1_arm64.deb
Size: 18618928
SHA256: 32d13c0312d7cf7d6a41e4411b6d486af14b6fdcdb7e5e85c6193d92bda0845e
SHA1: 8bef5353eec884ce108bb421d7301d83b9da4bc6
MD5sum: 804c9174742a856c5dd020e3256013fe
Description: debug symbols for postgresql-16
Build-Ids: 05be50a22860f89c239a6752d6e8e6b79c79d6f4 092831ff99c4a5bf086b900d8705bfe2d2d2bf76 0f2c5c1cd692a17bd5970e862b1c2107276ddb4a 120549ff0c8f03cb50e039730a84a65043624870 15958f54ab811806b010d9cb3f379217d206d30e 16b7d29fa91877d6579bdb56173ad1b4006ee8ad 16e9aeeab68de95640d5cb074c3d3b954757ee1f 1be3ef4a9ad26f333e1228d0e0cd5325647ac5a7 1e16ba2b55be6bc99f69e0625f7203ffc73ab317 1fc7d1dcdab5f4df82da1f73f79c7a4afa04df24 2198be29f3a4e7b2b7218e52aa3a87694ce1e76e 21ba40821c6ff8bbd1a8da249326159559cdbe24 23911fbca6b1cb20df5d6ac5beb6caa656817f3e 3121d171f7a79aba1e4ca2c1a3f040138b4cefa5 31d582d526cc443c8f360e1fc32eff32757156c4 32ab687fe82b113d944fdc2fc19164e4ccfcc0e5 34561dbad45e5469a0a63e959a667b7db3e9f7c4 3a071b83a68f157a3da0ba38ec9535bd7230e1b6 3ab30724641dce81927d61fcebf834fd16286e4e 3c53449c1b0202a69b2976c79b50c3070ee18074 4237e005f23d3b379b1f7fff2c066a5c755e53c4 4412c5cf16c8918a73c23a99992292b0ac836455 478b63505500a1930df1ca56c9a355368087deea 48a472f16c35027c7268eb688ec21b9c20ac09ea 4bdd932daf6b0c17ccd46b65065fc91bd15d59a8 4ee5a25260794c529952784a522ddcb5ca1fe608 50617e61cc9b9e695b6932b95b1640562c8df319 552e1f91a5532b795f3f51344438e31c3dde9c49 55cdc598594246ab7c24dde259df9b4c7248bf75 5936c598380eaa2b82608c0cc4726a4b51e38df6 59e72370aedf173311e308d5ce8aa4084f004f47 620adc12003be9e9fde8b34c3af5c6e5af9c09fb 6292111358d7f6155db3832563173e02ededb9d6 64583cf75882ba0451eec5ebeefe73b2c36bba8d 65a61addf9cbe019904753c8095b7cc61e8fccc4 6665a081c430e7362fe41303e26003ed4019fb6d 69b6f799687b43ec95c667ac54dd51ddc80ef0aa 6d0a455ffad7ec848c7c0e3f756b308a596ecfda 7a4480f7cdc55b3a7d9c0784fcc5fe58e181a111 7b16876c3e6588cce8d9935cf8d2f62cdceba19c 7cf0efc390a44b270ec6e2488ecb6b5bfd7a9c2d 7d5c03d71b681acb7aa809271f6aee62f12d17a4 7f59dc5e0f6177c85a01f07bc8077c2a4874bd0e 7f60a79f87ce09dbefe3f1b8d7c5183e29fb0b83 803fa156ec732a51978828c5ffca2f5d711ec2c7 855e8fdeed06fab9fb076cca04fed5929a047a80 86ff296664754da1e048d738f869cc20479ae00d 872ddd6780a18f005f5400877280e1fdaef15640 87c0700dcb4df629c0f0c6d84b53bfda6f53db39 886a84cd6869db82bd5f6baa0df3b595239a07e3 8934acd248a01f2f68aab89a03c49cf031a29246 91d4f0e5bd7d763c19a0e19f30f8a6462dedaaad 9248b82a5e68a091f4926f53f098aaf3b323f09b 96c1ecadeb3ca7387fc6796741a0555e061b2912 9999a3048f817e691e26d434e54b5b004e9fb7b7 9c02db9a046a479a75bff61cc25979edf1bbf41f 9d36b0f16acb227b9e7d98323ad5fd6db77a040a a0b57afb89d4ca5b1c0eca640bcd45ee77432790 af00a00e9b4ce653ce751835e0ab0538210598f3 b591a0087951d8704f9ef5ba103d69976d0ff64e b66674e4c81bc3c0e18000e3f5004a65d5d06f11 bd3c446db73bae51ce6d1326d573ffb8880c6c0b c07923b2e1fd8a651d1efb1c4eb2f11a6a570a3e c0f9cf5517606587648306bd11544e315d7872a7 c1e91ed06ebb75116b3cb20cf8259ea5b54427c6 c5969a87578b44fe25fd85063c1a76b5d3a72c10 c61c6513be6fbd0cb4ccc01ee854b586b65fffd9 c849c3f86c8e80dadf2701b464fb259dfef68bbe c8736cca0a17d7305e311225929fa6430d296682 cbf29c06cb0500f68a130cbe1d2d5b20e334407d cdda2449aa8c427437d4ace5e886e1d8418b199d cf80f25cbfb4bbe9d8a2cc6ce1da0294b9f25c21 d0a4ca07088afa58c3ba6515ba6651e2fe3932c3 d25e80fd078ac1cc9dcae84bc2dd798a7d06fa97 d27acdf447e08b1a707e5d48d9b03b0472e37ed9 d2ae862fec705c4af407e51d9bc243b895f4745d d43cce7d32fbe79d1672e101da89a16edd48b6e7 d4d9b91ded310ac454507398e3a80d2991f49c3f d98e166bcf9f20f3ab2ee7992ef6d7d675656ce5 d9de3cee75606cba9ae0abd661748cd6d5d4c9c4 dbb4535e28d6be9e11a6ab9fea54137f2b1641db dddcab5b568c1ce63bf87dffe755642138ddd533 e114f7cedaaa11c1f43e2667b4e63e609139d38a e2afa7dc6be7d19d6175f4281f26affbe8756a46 e6b03e7c03c2a84e6d3ecfa17cd924c961febd50 e7249d9695893e23d36869348d9bdc1ef765348d e7a35b325ca1df174139121d9ce7818df777bcdb e89c45c051917a06cbf539c69a74a2e67b069c2a ef1165695a7daae399f677f840b28b05bb1663da f0f8ef67ebeff1349216e4efa0bdc2fbbe16ba5b f14f9d1f7ba78a6123926f9f86c696951f1481b5 f3ca4c7f96c4fa655aa4922361e7aae627e7e6ce f7dbc5e855010ed9012d846a2946299403397ff3 f85c69abd45ec79f39a5dbf38aed953976204844 fc98d7098783bf7c54d5adc3b6f29157b3e6cf32 fd91687c9bf143fb8e94b4185b51e8ac4899b841
Postgresql-Catversion: 202307071
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-16-partman
Source: pg-partman
Version: 4.7.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6855
Depends: postgresql-16, python3, python3-psycopg2, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-16-partman_4.7.4-1.pgdg+1_arm64.deb
Size: 257724
SHA256: 894a1f157df44c20d444203830baabfc6cc0e0e35c929a4f2366470dbfef8d6c
SHA1: ad92897298e3e567f7d9a73cb44b30f9eb996e2c
MD5sum: 511159c9bfc5f72478281b1d0b79c460
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.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-16-partman-dbgsym
Source: pg-partman
Version: 4.7.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-16-partman (= 4.7.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-16-partman-dbgsym_4.7.4-1.pgdg+1_arm64.deb
Size: 22632
SHA256: 08ded0b7613b7b159d3f1b4d81d4ec76840180944731a78273089201be93bd73
SHA1: ccad804edc561966572182fc2579dbca4f70765a
MD5sum: cd526b59c69a9317fbc2a00ac08a6bb0
Description: debug symbols for postgresql-16-partman
Build-Ids: 4ecaaabc28111c2bb6232eb1e0311e26204ffd62
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-16-pgmp
Source: postgresql-pgmp
Version: 1.0.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 420
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.17), libgmp10 (>= 2:6.3.0+dfsg)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-16-pgmp_1.0.5-1.pgdg+1_arm64.deb
Size: 109080
SHA256: 91ac0ee7a667413fa0ce58ea8efa45b80032e2075d0e9eb67e1b0c0fad567720
SHA1: 3093cc0bf1565cd8d6dbc283c2d6f718a501d73f
MD5sum: 93bb1451e91d607be5e20aa50df44184
Description: arbitrary precision integers and rationals for PostgreSQL 16
 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.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-16-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-16-pgmp (= 1.0.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-16-pgmp-dbgsym_1.0.5-1.pgdg+1_arm64.deb
Size: 76652
SHA256: 187befd24b495243b41c61dd1c7c178f2fff95651768a335c3b1bc1ebdd372fe
SHA1: e8c39e2cf08581ab412f642e1db8ec65ecbfe26d
MD5sum: 7df812727e4f31390e1c1723fb8a810b
Description: debug symbols for postgresql-16-pgmp
Build-Ids: 9812240ff1c3948cfafcb1dd50a792237c65ffca
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-16-pgrouting
Source: pgrouting
Version: 3.5.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3062
Depends: postgresql-16-pgrouting-scripts (>= 3.5.0-2.pgdg+1), postgresql-16, postgresql-16-postgis, postgresql-16-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Suggests: postgresql-16-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting_3.5.0-2.pgdg+1_arm64.deb
Size: 756504
SHA256: 41a579795949065ad15ac8616117002c4fec862d8ea41c7f81d9508250587b3f
SHA1: 149d824eac70351914fd663773843b47ab1e007f
MD5sum: 350c82d360e875e8a9d4e540b77dba5b
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 16.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-16-pgrouting-dbgsym
Source: pgrouting
Version: 3.5.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 24450
Depends: postgresql-16-pgrouting (= 3.5.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting-dbgsym_3.5.0-2.pgdg+1_arm64.deb
Size: 24424032
SHA256: 8ac5dd27e788e0e3b6a9114d4b3876f21ebf5dbd06074a2045444e868b74b7bf
SHA1: a49b3d8f99b06a62af656a8e07fecde32e7db8ac
MD5sum: 5cff741bc96f4ae56e73615520439612
Description: debug symbols for postgresql-16-pgrouting
Build-Ids: e156d22df646454ad905f1fa8d5404e858b35067
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-16-pgrouting-doc
Source: pgrouting
Version: 3.5.0-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7698
Depends: libjs-mathjax, libjs-sphinxdoc (>= 5.2)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting-doc_3.5.0-2.pgdg+1_all.deb
Size: 2310104
SHA256: a88ec49b0b61389545d87c1bf2739e47af618e198289927d265672e4bb8133d6
SHA1: 69ab467f2d40eb9feefa4af22c445bb1d3f74224
MD5sum: a718ae858bd9c4dbbac6eb24e0438ecd
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.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-16-pgrouting-scripts
Source: pgrouting
Version: 3.5.0-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2903
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting-scripts_3.5.0-2.pgdg+1_all.deb
Size: 60368
SHA256: 18beb4f597dd40ad50d419fe8f60ae07ae3cd0e9044d2e18d5ac1252ff44f024
SHA1: c74d5ca68c0240f70ee6ec448c1ae1a8de70cad0
MD5sum: 09a24062bfae7cd94fe96755624931c7
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 16.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-16-pgsphere
Source: pgsphere
Version: 1.3.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1700
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-16-pgsphere_1.3.0-2.pgdg+1_arm64.deb
Size: 566232
SHA256: 4268804b4410c1f9f5d2ea98c5d0b37612df92db211dde315d25b3608d1a40bf
SHA1: 794938e1a66169e73484c30b17f16786eb4a1862
MD5sum: 48775f7d549163bac6d699d345a92fd3
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-16-pgsphere-dbgsym
Source: pgsphere
Version: 1.3.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 445
Depends: postgresql-16-pgsphere (= 1.3.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-16-pgsphere-dbgsym_1.3.0-2.pgdg+1_arm64.deb
Size: 389180
SHA256: 38a2f2fd26f9def9dd203e9539fee7be5fac57dd5041aca02e91d04595b2d480
SHA1: fe0ecc6a5ddd49671a8d0b0670336f0ba5b8de27
MD5sum: bf5c8c7fab284bf7f439103f3b8a5296
Description: debug symbols for postgresql-16-pgsphere
Build-Ids: c8fbcc2e2be24e8a5a570a8333f6e2735107cdad
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-16-squeeze
Source: pg-squeeze
Version: 1.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 354
Depends: postgresql-16, postgresql-16-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-16-squeeze_1.6.1-1.pgdg+1_arm64.deb
Size: 133388
SHA256: 2dca49922e3e2b76a3d7493036bacb7dc2915c8924ca703d4f8a91c3163ccf34
SHA1: 5cc524cb164083cbbf53800a6210fec4456e462e
MD5sum: d0d54762043f21c26120ef038f69decf
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-16-squeeze-dbgsym
Source: pg-squeeze
Version: 1.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: postgresql-16-squeeze (= 1.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-16-squeeze-dbgsym_1.6.1-1.pgdg+1_arm64.deb
Size: 142844
SHA256: d68921180883586629acb693328783fd27911be02bb6704f7245959e3cb58674
SHA1: f23b06deaf8094de9eed41f5818ff1fc20e04a58
MD5sum: 288af14887a228ebb262c6c7fc3c6aab
Description: debug symbols for postgresql-16-squeeze
Build-Ids: edb4b7a862290b91aafff47a52368285a2c443f2
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-all
Source: postgresql-common
Version: 255.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: libecpg-dev, libpq-dev, postgresql-common (= 255.pgdg+1), postgresql-server-dev-all, postgresql-contrib-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-contrib-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-contrib-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12, postgresql-contrib-13, postgresql-plperl-13, postgresql-plpython3-13, postgresql-pltcl-13, postgresql-contrib-14, postgresql-plperl-14, postgresql-plpython3-14, postgresql-pltcl-14, postgresql-contrib-15, postgresql-plperl-15, postgresql-plpython3-15, postgresql-pltcl-15, postgresql-contrib-16, postgresql-plperl-16, postgresql-plpython3-16, postgresql-pltcl-16
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_255.pgdg+1_all.deb
Size: 11324
SHA256: 2ae0243d08670322e530abe675399e4e6885c47f2d6759d8de840e5792d7471d
SHA1: cc94921b67b5225f5b47107b9fe46e56dce9b360
MD5sum: f6026104f7579fa3abd3ac1b995fc5d8
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 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.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-client
Source: postgresql-common (255.pgdg+1)
Version: 16+255.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: postgresql-client-16
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_16+255.pgdg+1_all.deb
Size: 11184
SHA256: 29e0f38f4d0bd4ff6ab01b70733e883976e054b6a9ae74dcc765bae88cc9d419
SHA1: c991b402b580cad0456271e11095f0d67b7b4c6b
MD5sum: e45f327e39c977327ea94e22bb3495ce
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.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-client-15
Source: postgresql-15
Version: 15.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8787
Depends: libpq5 (>= 15.4), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), liblz4-1 (>= 0.0~r127), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-15, postgresql-doc-15
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-client-15_15.4-2.pgdg+1_arm64.deb
Size: 1657164
SHA256: 6c64bd53520756b5e073ad7c1e4136278263b5520fcfee0909e90bfa19cef668
SHA1: 123627ad4ca39007e990790153d20a83d302304f
MD5sum: cdcb40674b116badefbfd6d6c2de84f4
Description: front-end programs for PostgreSQL 15
 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 15. If you install
 PostgreSQL 15 on a standalone machine, you need the server package
 postgresql-15, 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.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-client-15-dbgsym
Source: postgresql-15
Version: 15.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2965
Depends: postgresql-client-15 (= 15.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-client-15-dbgsym_15.4-2.pgdg+1_arm64.deb
Size: 2507412
SHA256: 6c043b353fe8c74f4a269da9da9f74e641fe9e458dbb708d826d8e9238cd8619
SHA1: ff0f5c461ee711df777c48b411308cd226a3f186
MD5sum: d3f0cc3158488d5fdd6b39a150e32ae4
Description: debug symbols for postgresql-client-15
Build-Ids: 2d034f618b2365f1f7c83f627fdbe37ef224427f 2fa6cc18d751fc5a207c1dc27888398257afc6e4 3f12983bd30e00cb8552fda8ea8a5731e77ea051 46ea07d9499d7009f4c66d6045a30bb6b7d0b6f5 4a5f2e09ed971294704fabc91066a639d2e531c7 4aeb0a342f5e97cd1be775ad3c1098e9fd7f3e89 81cccf3891a0cd4b1ee8a29758f12be8ff90f652 871df98e3f62b159bb58e1d9187c18eede488488 87637e063346e9a1f353e37ec830e474a4ae9374 9e37b7df8f0317198405bf43afe7bc1be7c0028c a69442a39a73e5cc48a048192847a497d4b575bc ae5e77791748fb62d5b7287005bdc4caf0af72e3 b9e0f42099d33224115c40f2701c695507c3a7b3 bd676ed1006ea77fe0f34fb68a12087bfe283174 c292bbb05fc51463c3cbb956b88b5ece2e7f4643 c374fa1da3165fdbd052e7779d97e098c8e8869d c949b91a0b5d409c191be6547660a7e99e7c0dfa d0b233feeb3a1b6ca7be8a99b775abf8f6cbc90b d5a2c0d9b8acfa793257613d695dead835aefb78 e2e0835291372644180af311477f7b9586675eee e3b405e3f37d36388800f574293d608b9ca0908a
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-client-16
Source: postgresql-16
Version: 16.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9985
Depends: libpq5 (>= 16.0), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), liblz4-1 (>= 0.0~r127), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-16, postgresql-doc-16
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-client-16_16.0-1.pgdg+1_arm64.deb
Size: 1853784
SHA256: fb0c1b6059a1a8f4487e9df9e9b708ce27283d5c9437091ef28e258a42177394
SHA1: 1eeff5e22b785121a42f7a3ad3d667e8e2d4b36d
MD5sum: 48cfdd93610a4c078a431c2d44b6fe16
Description: front-end programs for PostgreSQL 16
 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 16. If you install
 PostgreSQL 16 on a standalone machine, you need the server package
 postgresql-16, 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.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-client-16-dbgsym
Source: postgresql-16
Version: 16.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3063
Depends: postgresql-client-16 (= 16.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-client-16-dbgsym_16.0-1.pgdg+1_arm64.deb
Size: 2591096
SHA256: 7075fe0719496bf093b0bb20f1e4f48707202284709a9efb6f1cb09c273dbe10
SHA1: 8b9d1b60e0625c9c8baf380c2448e5465a15ca1b
MD5sum: 62beb3d45b8e03d3f1d4cc0e5d1efc06
Description: debug symbols for postgresql-client-16
Build-Ids: 087a0b83e2ca66a553008d7fcb1791819c3b49ae 0cda4dbbd851ef884fcc672b33791fc4269173f7 1a97dc4e23d843ab1567c9ef0b1f82dd37ad5875 252b20c8b2ce5512bf433730407618c9a373f809 2989d6bae75c6a8c4940881ca9c3038d46961285 2cf1b26de6e3a32d8857e32496b5b8e6eaae464b 33c6aa9dd212689b6fce774a99e3e45d50c181a3 47306ed572c54d5b5edc000bcd0d87b22d76a31f 4b13ebd84fe13f97ffa6c59d322f227880ec9532 6b52f2bd831917ec282d5b31f03f68e48238d856 74f3a36368a5ceecb2ec8081b67e7cbf019e5c99 8a9692f5678788102e130e24db47b876beb33b01 ac8a5f32c334c05a7d34e3ab5094a01bd462fde7 bbe45fc213707a704ab38bea18d83ec5bf9bf4d8 ce9a43121bdaf58b0f042486183d20c77f2c56d1 d3784504f1f787f2956c57e7264400339eefbcc1 d37e525ee2e7ba2ada4b7c6d72d036a6ebcb6f88 dd018d2d9a06716a7f30946d29ce2e9cb01e7ad7 df3fd46c3f905cce4e57466ec92a87aede472a7f e73a8b9c4bbf777731ebb5710cd2572b94098b31 fb98df32dc4a3a92eb369bd054694d94c1e3c754
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-client-common
Source: postgresql-common
Version: 255.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: netbase, perl:any
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_255.pgdg+1_all.deb
Size: 36256
SHA256: af0268092fa5dea1e4a7c642b9ced03a6205105cbde31e20de35aec17d9e6b3b
SHA1: eeb409e6d9f9dc3e457bfa7ccc364d5f6b86c83a
MD5sum: 1c93e73c2bddcf2778182e8568e63d86
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.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-common
Version: 255.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 653
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, libjson-perl, sysvinit-utils (>= 3.05-4~) | lsb-base, postgresql-client-common (= 255.pgdg+1), ssl-cert (>= 1.0.11), ucf, perl:any
Recommends: e2fsprogs, logrotate
Conflicts: pgdg-keyring
Breaks: postgresql-9.1 (<< 9.1.1-3~), postgresql-server-dev-all (<< 204)
Replaces: pgdg-keyring, postgresql-server-dev-all (<< 204)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_255.pgdg+1_all.deb
Size: 179812
SHA256: 3cde2328b8df43ffc0683d925aeb2efdfa495453ff062268556b065c31f77753
SHA1: 8b31a2f7286debba5030c7671cc1a8b2bd25a1fe
MD5sum: 63d504087c1b044c4896f76631ba66ee
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.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-contrib
Source: postgresql-common (255.pgdg+1)
Version: 16+255.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: postgresql-contrib-16
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-contrib_16+255.pgdg+1_all.deb
Size: 11184
SHA256: f9825013f30fa9c562daf47cd85fa388eba304565b14b0167e0ef5297d99d9ff
SHA1: 611bdf1e93284d4d8ef31239984eaf4b074ced69
MD5sum: 94bcf66fc2099435b21ce52c47e14542
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.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-doc
Source: postgresql-common (255.pgdg+1)
Version: 16+255.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: postgresql-doc-16
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_16+255.pgdg+1_all.deb
Size: 11172
SHA256: a9f794a9d404c05fc39fc28a5b624f72982d3cc2ee1d38c089f0352e6b409482
SHA1: 08c89b5271851ebe3b4ff9e8e1000efb90baa7db
MD5sum: 1edbc11c37d13795f6ca4163827b53dd
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.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-doc-15
Source: postgresql-15
Version: 15.4-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15962
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-15/postgresql-doc-15_15.4-2.pgdg+1_all.deb
Size: 2019868
SHA256: 849254b8dc55f8a3537011a1bb26ab220a4076944c9f3536ff810512244be441
SHA1: 85bb9ead8ee49b34fe39b615b6966e7fe38ca3d2
MD5sum: 7bf2a4727e2301ce1f663146977caada
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 15. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-doc-16
Source: postgresql-16
Version: 16.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16481
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-16/postgresql-doc-16_16.0-1.pgdg+1_all.deb
Size: 2066544
SHA256: 64a2fad9a8a44686a4cec09e892cf5467ccb395f559f185a00f9886d06a2c458
SHA1: b6066021b726851b716d711a70258074da63d4f2
MD5sum: fc9c43d7341f6f9aec7e454c135edfaf
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 16. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-filedump
Version: 16.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: libc6 (>= 2.34), liblz4-1 (>= 0.0~r113)
Homepage: https://wiki.postgresql.org/wiki/Pg_filedump
Priority: optional
Section: database
Filename: pool/main/p/postgresql-filedump/postgresql-filedump_16.0-1.pgdg+1_arm64.deb
Size: 41320
SHA256: 0c6b275236e57b230360132ff53b1099f5ff64ab78027c8e41f3aba4821d0493
SHA1: ca66935013711530ad4fb4c2d92eba250950819f
MD5sum: 59e26093136783a014789c744ed56e6f
Description: Dump PostgreSQL files in human-readable form
 pg_filedump is a utility to format PostgreSQL heap/index/control files in
 human-readable form.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-filedump-dbgsym
Source: postgresql-filedump
Version: 16.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-filedump (= 16.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-filedump/postgresql-filedump-dbgsym_16.0-1.pgdg+1_arm64.deb
Size: 54928
SHA256: 4d6a93e9413e923fb177431c3b1696ecc5adb4bbe2251ec6cf3e7a1cef1d6751
SHA1: a2a5b542c4a606b5444730a2ca737d671a24524e
MD5sum: 789469ea6dbe61147e3193c329c2634d
Description: debug symbols for postgresql-filedump
Build-Ids: 81b91a0feb7de8d033a7f196fdc9925145b6916c
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-pgrouting
Source: pgrouting
Version: 3.5.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 47
Depends: postgresql-pgrouting-scripts, postgresql-16-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: metapackages
Filename: pool/main/p/pgrouting/postgresql-pgrouting_3.5.0-2.pgdg+1_arm64.deb
Size: 20876
SHA256: 01b7ef48c996956ebaf03421a1ac2ca3b38a022d878f27793db4ac6fe65be348
SHA1: 6da9a03588f63e62b1ecc81f25bc7c8a438bcb42
MD5sum: 24265d8494b28007e572cfca98629644
Description: Routing functionality support for PostgreSQL/PostGIS - Metapackage
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This metapackage depends on the PgRouting package for PostgreSQL 16.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-pgrouting-scripts
Source: pgrouting
Version: 3.5.0-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 47
Depends: postgresql-16-pgrouting-scripts
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: metapackages
Filename: pool/main/p/pgrouting/postgresql-pgrouting-scripts_3.5.0-2.pgdg+1_all.deb
Size: 20880
SHA256: 38727246290f5e387ec83231f22ecbc663f968ac4f46c4b49408b3d14ab750e4
SHA1: 12b6a4fce3ad8a34b48b23e9cd46384b8d6336e9
MD5sum: a5c36236da94fb170f94975c741f1665
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts metapackage
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This metapackage depends on the PgRouting scripts package for
 PostgreSQL 16.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-plperl-15
Source: postgresql-15
Version: 15.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 566
Depends: perl, postgresql-15 (= 15.4-2.pgdg+1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plperl-15_15.4-2.pgdg+1_arm64.deb
Size: 85380
SHA256: 5394a8141e1288e0a5c9be9e1e9b12221a24ff39f708353084a1d64295ea6843
SHA1: e18a099c6571af7a3687de0ded343b40aaed0d58
MD5sum: 345efdc4d87a64f4daa80ca020c76e0f
Description: PL/Perl procedural language for PostgreSQL 15
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Perl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-plperl-15-dbgsym
Source: postgresql-15
Version: 15.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 228
Depends: postgresql-plperl-15 (= 15.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plperl-15-dbgsym_15.4-2.pgdg+1_arm64.deb
Size: 184832
SHA256: 7a9beb47790a3982e08b3c869536d6855316337a56794cc17ff4076012395d06
SHA1: 443b4eb7d7d434b96f96f44f7e8236b88607003b
MD5sum: ccdd89588154b0269bbf598b9e146e97
Description: debug symbols for postgresql-plperl-15
Build-Ids: 75998162940ec4b32a0299bdf22ea4385a7653b5 c0184c314c1ca8261da50c16da71d85645a03d48 dfd926cb5d0d9b5bc324436c8ea35a2260ee22e9 ebbe56511fb8f2e1d02c07da38d9d86fc03b9654
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-plperl-16
Source: postgresql-16
Version: 16.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 578
Depends: perl, postgresql-16 (= 16.0-1.pgdg+1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plperl-16_16.0-1.pgdg+1_arm64.deb
Size: 84916
SHA256: 7fdc9a041d43a56c635c8c025ddee5ec70719d46d6beed6dd618caf7f2a2b907
SHA1: a6dd9e100582d0b3d5b7065a7abf356cd81d3dd0
MD5sum: 22b51a119a4a6527ec592421fd8f753e
Description: PL/Perl procedural language for PostgreSQL 16
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Perl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-plperl-16-dbgsym
Source: postgresql-16
Version: 16.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 234
Depends: postgresql-plperl-16 (= 16.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plperl-16-dbgsym_16.0-1.pgdg+1_arm64.deb
Size: 188624
SHA256: e29a895c6025e66a24eb65a0a1f6574ec23d7e837a9a2b3488ec3afc4a4e0e27
SHA1: cd25d7ae6a5489d69a2af024483ff9daca64b3e8
MD5sum: e5ccabd9e58cfaba56d3a70427921b38
Description: debug symbols for postgresql-plperl-16
Build-Ids: 21f1d76e60a5e81c9e4dc49adb95c7181386cedc 6e389a99616277045a2b223210d3a6e219d42ec9 71b4b5e0a32bb11f48088a404d6c2db9b4729090 dd562bbd2460d7804ded4314b70ed51e9691434b
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-plpython3-15
Source: postgresql-15
Version: 15.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 671
Depends: postgresql-15 (= 15.4-2.pgdg+1), libc6 (>= 2.17), libpython3.11 (>= 3.11.5)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15_15.4-2.pgdg+1_arm64.deb
Size: 106684
SHA256: 59523cd8f4ef4468263dd2b69cc06cb2001b4405b9d0b869c8656834b5dd3b12
SHA1: be7a56b1550939123eb38fdb96ec016fe47be6f4
MD5sum: a8563a8a5cf51c05ff776d8bfddb0852
Description: PL/Python 3 procedural language for PostgreSQL 15
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Python 3.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-plpython3-15-dbgsym
Source: postgresql-15
Version: 15.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 227
Depends: postgresql-plpython3-15 (= 15.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15-dbgsym_15.4-2.pgdg+1_arm64.deb
Size: 177220
SHA256: f4184eebd9edfe08648ab32fabd44d43ed641e67f19df18a2e5bb52d701505f4
SHA1: 7543b297c0dc0c410016b7237d6d8f2658cf41e1
MD5sum: 7f731940507e9dc754afc21b5519be22
Description: debug symbols for postgresql-plpython3-15
Build-Ids: 87e983ab6c9179348197c6cbd51ce6eea97f73a8 a1266747e3a42b703b7632f640c3e73336ce12d6 acd91c48ee2c381fa2df0f4e7335d6c52e4a248c d830a59f04c5f4db01a717fed8c3807eab466cfc
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-plpython3-16
Source: postgresql-16
Version: 16.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 668
Depends: postgresql-16 (= 16.0-1.pgdg+1), libc6 (>= 2.17), libpython3.11 (>= 3.11.5)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16_16.0-1.pgdg+1_arm64.deb
Size: 103700
SHA256: 4ebc9c5505f3e3a010c4f6df66449c23f45cb8e228ef47e86e0834c70787bffe
SHA1: d65df673c650b9bc74a97963c8c1d0b4fd02236f
MD5sum: b9c6a36598d1661282ec75328372c63f
Description: PL/Python 3 procedural language for PostgreSQL 16
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Python 3.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-plpython3-16-dbgsym
Source: postgresql-16
Version: 16.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 232
Depends: postgresql-plpython3-16 (= 16.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16-dbgsym_16.0-1.pgdg+1_arm64.deb
Size: 182292
SHA256: c280e87e9c6a61445d460d2276abcbad850ace02ff8579e4a9c011d7b3db3fa5
SHA1: 3c360463cf9090ea9163a2226e69a0df3e11a551
MD5sum: e2af9c02d6b413abcd7d90de43c9bd93
Description: debug symbols for postgresql-plpython3-16
Build-Ids: 3c575d4e79b09b376b3b9fd2334b199449ab6747 4005da9c37bb87fe5ec336771d38b6a8c8c0140f 72610e6aeaf11fdf81f145051a33d6da27a7a208 f956d08413cc39ecdaaa469b0ee0969d973e23b4
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-pltcl-15
Source: postgresql-15
Version: 15.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-15 (= 15.4-2.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15_15.4-2.pgdg+1_arm64.deb
Size: 38056
SHA256: 260fa8dbb73fab6e4e07374b839641db7470216ce0b8b82144c88f438dbb9e38
SHA1: 5d9df985662576a1102a469cd567439ace48c1b3
MD5sum: cc038163da3a9ad32f694ff62de044eb
Description: PL/Tcl procedural language for PostgreSQL 15
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Tcl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-pltcl-15-dbgsym
Source: postgresql-15
Version: 15.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-pltcl-15 (= 15.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15-dbgsym_15.4-2.pgdg+1_arm64.deb
Size: 79196
SHA256: de5daa0f2de309d8cf29b59d2b1a073159bb5810ddd9502aad043ce61a2b8e09
SHA1: a0c591d668eaccf685e6e6c04239638940d95f57
MD5sum: 82a089f1ade7e0f33c76b843dbaf3325
Description: debug symbols for postgresql-pltcl-15
Build-Ids: 6d8f75a0dd02dedd998082a1cb300f7bca6d2174
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-pltcl-16
Source: postgresql-16
Version: 16.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-16 (= 16.0-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16_16.0-1.pgdg+1_arm64.deb
Size: 36688
SHA256: 7f1486fec0c13856bb30762e5c72c43de9084012a4622b83fdc11cda8b595c93
SHA1: f07383126f1d292444d49635140153eafba5cd54
MD5sum: f264d5c2ba8c887f8219d64751e872b5
Description: PL/Tcl procedural language for PostgreSQL 16
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Tcl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-pltcl-16-dbgsym
Source: postgresql-16
Version: 16.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: postgresql-pltcl-16 (= 16.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16-dbgsym_16.0-1.pgdg+1_arm64.deb
Size: 82080
SHA256: 20d4dc9d5fb54fc6d2582c2bd19618a0273c04b0ec205e9ef786afd440dcb918
SHA1: 9249f6c5113b30b40725af32424bfbd20c1f2fa3
MD5sum: 5e7d14244b57348194ea73c349e2fde9
Description: debug symbols for postgresql-pltcl-16
Build-Ids: e789c48bbddd5080075b347bf6ca33e362938562
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-server-dev-15
Source: postgresql-15
Version: 15.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6846
Depends: clang-14, libpq-dev (>= 15~~), llvm-14-dev, postgresql-client-15, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/postgresql-server-dev-15_15.4-2.pgdg+1_arm64.deb
Size: 1138508
SHA256: 810668ab0a83262320448ad41c204629e138dc86a5b2ea63187f6e4405a1f68c
SHA1: f8d6927fc268dc1c390525589fd678245bafb1a5
MD5sum: d4801ad83db0233717056e74de48900d
Description: development files for PostgreSQL 15 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.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-server-dev-16
Source: postgresql-16
Version: 16.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7036
Depends: clang-14, libpq-dev (>= 16~~), llvm-14-dev, postgresql-client-16, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-16/postgresql-server-dev-16_16.0-1.pgdg+1_arm64.deb
Size: 1166232
SHA256: 245fde6930364efe2cd17764c0fba4c7a57aa4efcbbd6e7a4e6d7bf535e4f9ef
SHA1: f024b1beed240cda7307d602fc1447df5422cefd
MD5sum: 1910eb83d3bde22cf1c20b454fd30aa3
Description: development files for PostgreSQL 16 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.
Timestamp: 2023-09-14 14:11:48+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 255.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: make:any, postgresql-common (= 255.pgdg+1), postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12, postgresql-server-dev-13, postgresql-server-dev-14, postgresql-server-dev-15, postgresql-server-dev-16
Multi-Arch: same
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_255.pgdg+1_arm64.deb
Size: 21416
SHA256: 85aa0620d8a03cc11206e3bfb2643899b7463f833b5b9f91f04419ede8b4f62b
SHA1: c7fe87271e4bda367f1446e430e6702b8a380ba3
MD5sum: 8d2614df5c0fb7db2d0b57d08d2f1f8f
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, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 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.
Timestamp: 2023-09-14 14:11:48+00

Package: python3-psycopg2
Source: psycopg2
Version: 2.9.6-3.pgdg+1
Architecture: arm64
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Installed-Size: 504
Depends: python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.17), libpq5 (>= 10~~)
Suggests: python-psycopg2-doc
Homepage: http://initd.org/projects/psycopg
Priority: optional
Section: python
Filename: pool/main/p/psycopg2/python3-psycopg2_2.9.6-3.pgdg+1_arm64.deb
Size: 117324
SHA256: bbc7f396995c0402a48391dc295f16d9aa7163b9c4f8bae7f6648658f62a3ccb
SHA1: 1c1cabe9c7cf8dc983237cee6263b2d447ae9d5b
MD5sum: 5edd3f706a958b2eb114619b0e31ecaf
Description: Python 3 module for PostgreSQL
 psycopg is a PostgreSQL database adapter for the Python3 programming language
 (just like pygresql and popy.) This is version 2, a complete rewrite of the
 original code to provide new-style classes for connection and cursor objects
 and other sweet candies. Like the original, psycopg 2 was written with the
 aim of being very small and fast, and stable as a rock.
 .
 psycopg is different from the other database adapter because it was designed
 for heavily multi-threaded applications that create and destroy lots of
 cursors and make a conspicuous number of concurrent INSERTs or UPDATEs.
 psycopg 2 also provides full asynchronous operations for the really brave
 programmer.
 .
 The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0
 and being thread safe at level 2. It also includes some extensions to the
 standard DBAPI-2.0 to allow for better thread performance.
Timestamp: 2023-09-14 14:11:48+00

Package: python3-psycopg2-dbgsym
Source: psycopg2
Version: 2.9.6-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Installed-Size: 293
Depends: python3-psycopg2 (= 2.9.6-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/psycopg2/python3-psycopg2-dbgsym_2.9.6-3.pgdg+1_arm64.deb
Size: 255044
SHA256: 3533138681361b2d50afb629717dc1c0744f3dcec7c751a12f03e3f0be31b712
SHA1: aba2939765c933d67ca13c2b756374616b892a78
MD5sum: 6c96a23be445d871e516ad7a78e17ae3
Description: debug symbols for python3-psycopg2
Build-Ids: 7adaf0b65bf4d68639222f2485e424d1998a3eee
Timestamp: 2023-09-14 14:11:48+00

Package: python-psycopg2-doc
Source: psycopg2
Version: 2.9.6-3.pgdg+1
Architecture: all
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Installed-Size: 1996
Depends: libjs-sphinxdoc (>= 5.2)
Suggests: python3-psycopg2
Multi-Arch: foreign
Homepage: http://initd.org/projects/psycopg
Priority: optional
Section: doc
Filename: pool/main/p/psycopg2/python-psycopg2-doc_2.9.6-3.pgdg+1_all.deb
Size: 314288
SHA256: 1e1604b4ce03a338d97672962d84d8f311bae8a21bdda42e977741866dbe1630
SHA1: 29e547eac9db40ed6856139b017af111d52f85c1
MD5sum: 38fd901d8cd3259b245e6d6a71766311
Description: Python module for PostgreSQL (documentation package)
 psycopg is a PostgreSQL database adapter for the Python programming language
 (just like pygresql and popy.) This is version 2, a complete rewrite of the
 original code to provide new-style classes for connection and cursor objects
 and other sweet candies. Like the original, psycopg 2 was written with the
 aim of being very small and fast, and stable as a rock.
 .
 psycopg is different from the other database adapter because it was designed
 for heavily multi-threaded applications that create and destroy lots of
 cursors and make a conspicuous number of concurrent INSERTs or UPDATEs.
 psycopg 2 also provides full asynchronous operations for the really brave
 programmer.
 .
 The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0
 and being thread safe at level 2. It also includes some extensions to the
 standard DBAPI-2.0 to allow for better thread performance.
 .
 This package contains the psycopg2 documentation
Timestamp: 2023-09-14 14:11:48+00

Package: pgbouncer
Version: 1.20.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 631
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: lsb-base (>= 3.1), postgresql-common (>= 26), libc-ares2 (>= 1.12), libc6 (>= 2.36), libevent-2.1-7 (>= 2.1.8-stable), libpam0g (>= 0.99.7.1), libssl3 (>= 3.0.0), libsystemd0
Suggests: python3, python3-psycopg2
Enhances: postgresql (>= 7.4)
Homepage: https://www.pgbouncer.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbouncer/pgbouncer_1.20.1-1.pgdg+1_arm64.deb
Size: 210428
SHA256: 666adceabc5d4bfc4c1d057c624b698a9e60be3c8127f3ae79c18434020d8596
SHA1: 190dc7e85d60ce752caf6f2aae331586d7d84bc4
MD5sum: 3829c98b43d282fd9e55fe37212bb87e
Description: lightweight connection pooler for PostgreSQL
 PgBouncer is a lightweight connection pooler for PostgreSQL providing the
 following features:
 .
  * Several different methods of pooling 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.
Timestamp: 2023-09-27 15:32:33+00

Package: pgbouncer-dbgsym
Source: pgbouncer
Version: 1.20.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 561
Depends: pgbouncer (= 1.20.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbouncer/pgbouncer-dbgsym_1.20.1-1.pgdg+1_arm64.deb
Size: 510140
SHA256: 2cb435cb7070c2355a6dad895514d243d23fa2e99713f7ad7a7a0a2080b8617a
SHA1: e530490f0ea35d4725f9d1cd7482f657b5c63d53
MD5sum: f5d44d6957812e56ec79ab217f3d80bc
Description: debug symbols for pgbouncer
Build-Ids: 3a27772362d0cdb5e0e3fa451b28f3a951f2623a
Timestamp: 2023-09-27 15:32:33+00

Package: pg-checksums-doc
Source: pg-checksums
Version: 1.1-6.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15
Multi-Arch: foreign
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: doc
Filename: pool/main/p/pg-checksums/pg-checksums-doc_1.1-6.pgdg+1_all.deb
Size: 6608
SHA256: 6cb466b3487f0024e50591220fe7e5c30664cf3099a5cd7904b8addd3b5e8798
SHA1: 303f5f51088c903aba8eb5ba2d41731d6dabd400
MD5sum: 90fd023b667b036be5dee0cbf01330c5
Description: Activate/deactivate/verify PostgreSQL data checksums (Documentation)
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
 .
 This package contains the manpage.
Timestamp: 2023-09-27 15:32:33+00

Package: pgpool2
Version: 4.3.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6762
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: libpgpool2 (= 4.3.5-3.pgdg+1), lsb-base, postgresql-common, ucf, libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libldap-2.5-0 (>= 2.5.4), libmemcached11 (>= 1.1.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3 (>= 3.0.0)
Enhances: postgresql
Conflicts: pgpool
Replaces: pgpool
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/pgpool2_4.3.5-3.pgdg+1_arm64.deb
Size: 1178628
SHA256: 3836aaae9b37df09e1fc62f4c3875c853771cc5ec12791972d573e296e2abdfe
SHA1: f9e84b7461fee012af584bad3f4920e0db437af3
MD5sum: 17058afb54f52dd083891518c54c2e3f
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.
Timestamp: 2023-09-27 15:32:33+00

Package: pgpool2-dbgsym
Source: pgpool2
Version: 4.3.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2077
Depends: pgpool2 (= 4.3.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/pgpool2-dbgsym_4.3.5-3.pgdg+1_arm64.deb
Size: 1922880
SHA256: 31c326fea8b7f49d6ad7fa4b6a1d233a0d1d1847558cdb28edc0beaf9fa8dd39
SHA1: 1c4a263afb1dbc87392f7dbf1e4704c73147c300
MD5sum: 91404a2500396e3ca4a2edfddb3b7f1e
Description: debug symbols for pgpool2
Build-Ids: 060666f286157d39c66e23ae2edb556815d7e705 504360be1170a751b2d3f84a31f03eecd664c202 544cb05031287ed0461ac6a8cc9169be5b7088f4 5a16bc246d185abd2f51eae2d18fe596c46654df 6acf239530445004b64df6cbe074221e2a9bd3f6 78e1faafd4100476eb7a77143d2062154868b7cd b1d1f8824b67cb68bac6a62943ebf0f5cd6ecc3e
Timestamp: 2023-09-27 15:32:33+00

Package: pg-rage-terminator-10
Source: pg-rage-terminator
Version: 0.1.7-9.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 81
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-10_0.1.7-9.pgdg+1_arm64.deb
Size: 6704
SHA256: 41a4e30e3a71ab3e00a0971b899e45f8ea626a389d41b357f53898ec11d57d06
SHA1: 33479dffd6515fba15b3e34c8e0ea2ebdb25ce23
MD5sum: e2d3db85ff739e5034d3c6bace25e70c
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pgmp
Source: postgresql-pgmp
Version: 1.0.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 416
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.17), libgmp10 (>= 2:6.3.0+dfsg)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-16-pgmp_1.0.5-2.pgdg+1_arm64.deb
Size: 108648
SHA256: a1f44a1e877c3814007ebff5b33e74e9a03c264b0d9dc964c13f19338002821f
SHA1: cab6c16739240d565a104d87cc794dc31c2957bd
MD5sum: 7e878063f94b7732afda99f35bf26f99
Description: arbitrary precision integers and rationals for PostgreSQL 16
 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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-tds-fdw
Source: tds-fdw
Version: 2.0.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 316
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-16-tds-fdw_2.0.3-2.pgdg+1_arm64.deb
Size: 124768
SHA256: e73c36c699599cff8c30cfb17818e5d219de2a80f675459841826be0ccafeef3
SHA1: 2d8cbac8cd7f419928077b1697ce513de35030e1
MD5sum: 55b1456027fe5b8c4feaaa9ca95abe32
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2023-09-27 15:32:33+00

Package: libpgpool2
Source: pgpool2
Version: 4.3.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libs
Filename: pool/main/p/pgpool2/libpgpool2_4.3.5-3.pgdg+1_arm64.deb
Size: 140244
SHA256: 8522d7dc9083c229e442870f9c7eb7e7bf9d6cbccc8e830b875e0e523826ebab
SHA1: 08cc8193e3bbff37876f96544ef9cb8fb8268f6e
MD5sum: a3c8f87b348bf8b9d6473382f98d0907
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).
Timestamp: 2023-09-27 15:32:33+00

Package: libpgpool2-dbgsym
Source: pgpool2
Version: 4.3.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: libpgpool2 (= 4.3.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/libpgpool2-dbgsym_4.3.5-3.pgdg+1_arm64.deb
Size: 63408
SHA256: a9fbe488b5dc0c75ba8d5f9b2481473221a1a7cfe401decbfae801fa5cdea2b6
SHA1: 8695c0258ee1baa2ce6d03d39615ecd8ec875dec
MD5sum: 1a8d392828653b4166e93066527b2f29
Description: debug symbols for libpgpool2
Build-Ids: 588877cdfce1d3c0ec93d620b1fa1017bbb425bd
Timestamp: 2023-09-27 15:32:33+00

Package: libpgpool-dev
Source: pgpool2
Version: 4.3.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libpgpool2 (= 4.3.5-3.pgdg+1)
Conflicts: libpcp3-dev
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libdevel
Filename: pool/main/p/pgpool2/libpgpool-dev_4.3.5-3.pgdg+1_arm64.deb
Size: 150616
SHA256: 392e8352006f402ed9fc34adcaa48229a8c7f258bc010fac529b0443ff6274df
SHA1: 9b560ecf092bf67d9ea9d8ac14b48a278611abbf
MD5sum: 92f554eca5a2a5427936f0c111cf385f
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).
Timestamp: 2023-09-27 15:32:33+00

Package: librdkit1
Source: rdkit
Version: 202303.3-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 20483
Depends: libboost-iostreams1.74.0 (>= 1.74.0+ds1), libboost-python1.74.0 (>= 1.74.0+ds1), libboost-python1.74.0-py311, libboost-serialization1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.34), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.2), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 3.0), libmaeparser1 (>= 1.3.1), libpython3.11 (>= 3.11.5), libstdc++6 (>= 13.1)
Homepage: http://www.rdkit.org
Priority: optional
Section: libs
Filename: pool/main/r/rdkit/librdkit1_202303.3-2.pgdg+1_arm64.deb
Size: 3969948
SHA256: b7c82f3f4cf2b85d90f96b3e578d162be2cb92a3ab1b2eeff436e2c7f380718b
SHA1: 33fe56a33b2b30741811860cb4c026da78d89c59
MD5sum: afbf7ce2fa89f3c28758db5fd7538c92
Description: Collection of cheminformatics and machine-learning software (shared libraries)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the shared libraries.
Timestamp: 2023-09-27 15:32:33+00

Package: librdkit1-dbgsym
Source: rdkit
Version: 202303.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 95012
Depends: librdkit1 (= 202303.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/librdkit1-dbgsym_202303.3-2.pgdg+1_arm64.deb
Size: 92542672
SHA256: 383ac75a5debb161881ddcf440d618b564883befffe895b7d91a3b68e0463e92
SHA1: 297e07ea6f6bfb23cbdc2d6ea6035a92eba13cf2
MD5sum: 0d5c6ef0d8fdf9acb5bae8507d3f89bc
Description: debug symbols for librdkit1
Build-Ids: 0469006725fcc2215e797e8edbf07e641cfd34ea 0b1f4eec21d542bd356b94f225bfaa8481907ab4 0bd44ff5fd2c6f07d8db35c9cd0cce1441583fca 0d9e0f9175d5454aa317743db04a1b3fed5d80e2 0e1dfebbb2fa0662a02ed62dc7a8f64b87630e09 0e685d1a4f4a1566c59d6c0a762ecbf10fee99a1 199d08941a3cd60684eec2e07b5cfa964cb0fc90 1ae6e54043368f36dba973a4040b65887f5ccdf4 1c79546d3761c2b49e64d7454db3dbb786065c04 1d685b85b14197be718ba95857d3a68d8b70ce73 1e123d842be0650f688285f64036d9a8b01e3f91 1e6aefdaef655bdb8d87524661b1767b61668f73 206228a5e5c1de6d92dd7dffba82f7e3aefdb8b3 22bfa976eeeb281b1032813b11b75c29147af5fe 2b5c19da80f6f55fd481e221268f5729fb5a135f 2bedf24605bfe05c132bce539dd0f004ba5f72e0 354073521bc4349840dd092a059a2d69c9002d5d 3fb746099921f1523604be906ef5e2d2e68b470f 4e3b061fc4b99f8523c315e8641021dda8eb0eb8 50d9ad16e6ea5ee288cab8b0753350f00e098384 54f28413f38091fdaf8a7b8fdb90d8057378527b 57aeab37d7c634a438b9d8ede1fc320f20395d22 5b94513803de5caa54e59241ae28d9b0c97bcfcb 5f0e8c259c8be0e4197701c056bdee83bbb0ec08 65f2b2235305b2e2f2589906b020914479c4efce 66a5c8a5bc4e816a2d8767643451556ddfbc3e4e 68335d46563a8f91a69d7549ba7f95048086267e 69b728c5e3d5e22e6157e426141f0c084b3373cf 6ae99f74091cfcf1f54740977d76e47f38742568 7061d0133a9c3cdfacc43e43644b8adb242d6842 75ecc9e9db49db1ee4eb1b0cd6cc280c89269c31 826c3e2302bc0a6a98ec25a0da0c295e279a4666 8a9cc6db909130888d9a4238698b01556f704ff9 8de59f7edb02408b75971c29c7b16764cc1c472a 9430b4d90b61d2e0cab0fe8ed0c60f6dd5e01ace 9ff081921450d0cb7ff40f69d910de26dca053cd a382bd99c189df92c60fa9e7673c4e604d858eba a9dcaa6b777c0b1191a5586af76d0f5e19985ef4 a9f23351cb73c8e1007438637f55bccdbf9d4b8f b53fc039adaddfe88eb480df9444102a3ebafe71 befc06a91582b106eea3bd14b3a98d8943835faf c4b4ff5ed633c85ce00b691d47c1c745823c6aaf c875bce9fd00ec2496f511e2020a1560fd729d36 cf24c02d4587b3c158d7145f5d18f3393cc4a938 d98fc62f29aaa6b1bb0b5dfc432511047f17f38e dbdeb339a6af733cfc260e85209cda55f91b7f76 e55f60e5174ee00bb89fe4a01a843c6f5c6bb859 e7a9eaad50a382237d7cef6c97b6cc93857ff4b8 ed9bd1a2dd870dfb37874509a0fab05e20b54111 ee022c32a0985f856c663f733f1d969749e25a55 f05c969be2db5702cb2db08f932ab01d9130b237 f0ccdf151385b36ee431f1395c6770ce4298ac22 f17d014350c4aa9fbfdae2462f9ca43706b98a9b f7ae5a3b61a21a0b98fe0e77a96229f4a22dc25c fd6cff0ed7674327bd221b041f06f0c1cae14bee
Timestamp: 2023-09-27 15:32:33+00

Package: librdkit-dev
Source: rdkit
Version: 202303.3-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 2223
Depends: librdkit1 (= 202303.3-2.pgdg+1)
Homepage: http://www.rdkit.org
Priority: optional
Section: libdevel
Filename: pool/main/r/rdkit/librdkit-dev_202303.3-2.pgdg+1_arm64.deb
Size: 395248
SHA256: d500f4c550004cd1e7a186166736ebe885a431152cb0c6d82c6f57b487e8d223
SHA1: 9513b165fe919845e2ba4aa6249ce57af8f42741
MD5sum: 3cd2322f9b57d08fc73d0fa6eaa38e83
Description: Collection of cheminformatics and machine-learning software (development files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the header files.
Timestamp: 2023-09-27 15:32:33+00

Package: omdb-postgresql
Version: 2023-09-27-1.pgdg+1
Architecture: all
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 36614
Recommends: postgresql
Homepage: https://www.omdb.org/
Priority: optional
Section: database
Filename: pool/main/o/omdb-postgresql/omdb-postgresql_2023-09-27-1.pgdg+1_all.deb
Size: 37393504
SHA256: 39cf31276d79dd583fd23129f9abb35b7a67b97a5bd3107ea1b5e20d76dcaaaf
SHA1: 4fd253f304eb4fea8886d53fb557ac4ef3011cdd
MD5sum: 0f8883db96939ac3ac233de46ff8beae
Description: open media database for PostgreSQL
 omdb (open media database) is a free database for film media. This package
 packs omdb into a PostgreSQL database. The PostgreSQL schema is intentionally
 not optimized (no indexes besides primary keys) in order to serve as a
 playground for database optimization.
 .
 To import the data, do:
  createdb omdb
  pg_restore -d omdb /usr/share/omdb-postgresql/omdb.dump
Timestamp: 2023-09-27 15:32:33+00

Package: patroni
Version: 3.1.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1229
Depends: python3-cdiff, python3-click (>= 4.1), python3-dateutil, python3-pkg-resources, python3-prettytable (>= 0.7), python3-psutil, python3-urllib3, python3-yaml, python3:any (>= 3.5~), python3-psycopg2, python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes | python3-pysyncobj
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_3.1.1-1.pgdg+1_all.deb
Size: 234900
SHA256: 63378cf07e0d0c984ea7df518233cbfb002d708b62d9e2d8d3082e0f1ead6cd4
SHA1: fe4ce53c7913a65ab029c95e58bd3cd29b0e9142
MD5sum: af81d89b331ff0c09dadb11d6bd2489a
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2023-09-27 15:32:33+00

Package: patroni-doc
Source: patroni
Version: 3.1.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4539
Depends: libjs-sphinxdoc (>= 5.2), sphinx-rtd-theme-common (>= 1.3.0+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_3.1.1-1.pgdg+1_all.deb
Size: 386960
SHA256: 398fd23a49f2301d2112eabb63115349a9f71414be571fa61d4d0f1bc6c33a2c
SHA1: bbc28dacab3aa2e3a52a93650e6fe241a8f9ed33
MD5sum: 939b996d2e54796ce2eec673c4e6278d
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2023-09-27 15:32:33+00

Package: pgagent
Version: 4.2.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 545
Depends: libboost-filesystem1.74.0 (>= 1.74.0+ds1), libboost-thread1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libpq5 (>= 8.4~), libstdc++6 (>= 13.1)
Recommends: postgresql-10 | postgresql-11 | postgresql-12 | postgresql-13 | postgresql-14 | postgresql-15 | postgresql-16
Suggests: pgadmin3 | pgadmin4
Provides: postgresql-10-pgagent, postgresql-11-pgagent, postgresql-12-pgagent, postgresql-13-pgagent, postgresql-14-pgagent, postgresql-15-pgagent, postgresql-16-pgagent
Homepage: http://www.pgadmin.org/docs/dev/pgagent.html
Priority: optional
Section: database
Filename: pool/main/p/pgagent/pgagent_4.2.2-3.pgdg+1_arm64.deb
Size: 104616
SHA256: 8130070a3767493067508d5ad092b7e769d19dcb92241d77ecb88dca4fb3cb2e
SHA1: 8e149ac9ed4755ee53bd232e0225b89b0239b979
MD5sum: 745fb8566b6e0173a6c582950fd0b2ed
Description: job scheduling engine for PostgreSQL
 pgAgent is a job scheduling agent for PostgreSQL, capable of running
 multi-step batch/shell and SQL tasks on complex schedules.
Timestamp: 2023-09-27 15:32:33+00

Package: pgagent-dbgsym
Source: pgagent
Version: 4.2.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2379
Depends: pgagent (= 4.2.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgagent/pgagent-dbgsym_4.2.2-3.pgdg+1_arm64.deb
Size: 2326076
SHA256: c102fb26b86c4359788c743537376fd1f04347c1aa7cf1b063965353721f0120
SHA1: 43949f1fd391a24e23913da9d34c04335a9f348f
MD5sum: 4812d1749a4b4cd809cad07255c9f417
Description: debug symbols for pgagent
Build-Ids: 072e7bde73c62a3698c37146215ef082e74b8370
Timestamp: 2023-09-27 15:32:33+00

Package: pgbackrest
Version: 2.48-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1080
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.34), liblz4-1 (>= 0.0~r127), libpq5, libssh2-1 (>= 1.5.0), libssl3 (>= 3.0.0), libxml2 (>= 2.7.4), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc, check-pgbackrest
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.48-1.pgdg+1_arm64.deb
Size: 378880
SHA256: d096710cb4560c0c467c78f07b7489c1b2743e7d21f368b05d298b24167a22f7
SHA1: de80977803b1dee3f7df59c1e47d152755f3a0eb
MD5sum: f7eb8fcb8b3c09f3c39e57afb0dadd54
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.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2023-09-27 15:32:33+00

Package: pgbackrest-dbgsym
Source: pgbackrest
Version: 2.48-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1414
Depends: pgbackrest (= 2.48-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.48-1.pgdg+1_arm64.deb
Size: 1315816
SHA256: 32a7865a6368f28f3d161b5fc44604c032f83f55e7f8abb423e172148161bf40
SHA1: 4d4f615b8ce1949f794a356fefa11d2cd2da3ed0
MD5sum: c13bed0010c5fee8758b8340e0aba159
Description: debug symbols for pgbackrest
Build-Ids: 95ca1baae3ba74bb60d9c96109bb83f0ba67650d
Timestamp: 2023-09-27 15:32:33+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.48-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1786
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.48-1.pgdg+1_all.deb
Size: 127656
SHA256: 8aa7701fb7e70a2e247d99bad0b9d71044219afa64e2cdb241d2f49bf8ce527f
SHA1: 9f12e65eee96d632f648efeb3a974036ef2098b9
MD5sum: 7f72d6262770c5726fc4455654dc8690
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2023-09-27 15:32:33+00

Package: pg-rage-terminator-10-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 26
Depends: pg-rage-terminator-10 (= 0.1.7-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-10-dbgsym_0.1.7-9.pgdg+1_arm64.deb
Size: 11684
SHA256: 1e86cc6040f61ac4251682a1e6ac6abcb4d48d554dbef694e19743bc90ff0340
SHA1: 221d90bc871a1e216befec00cb70e4d832f44de2
MD5sum: e1fd24a8974238e00475ca86d4c7070d
Description: debug symbols for pg-rage-terminator-10
Build-Ids: 04365e274c25fdbca764829382b58466abd65d73
Timestamp: 2023-09-27 15:32:33+00

Package: pg-rage-terminator-11
Source: pg-rage-terminator
Version: 0.1.7-9.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 97
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-11_0.1.7-9.pgdg+1_arm64.deb
Size: 15260
SHA256: 7cb99acb905f3615dc9e53fcd53b3e656f876b04b90bb2d90348eca6fb028573
SHA1: fb3e68faa2f56f24cc9f0bdab2ab700225c2cb22
MD5sum: 82d805a946746de3430799e91ebf3ff7
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2023-09-27 15:32:33+00

Package: pg-rage-terminator-11-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 26
Depends: pg-rage-terminator-11 (= 0.1.7-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-11-dbgsym_0.1.7-9.pgdg+1_arm64.deb
Size: 11832
SHA256: 07e91071c5a9bae3128e9b15b6bbe3b8993f9f179d72bee2dbcc69557c8484a5
SHA1: acc9db8b95c9799ac7dbe8ca51b6c2039ae0e6aa
MD5sum: 0ba55133a1a4513981c66c8eaead58a6
Description: debug symbols for pg-rage-terminator-11
Build-Ids: 3cf1727990d34931d516adb98ad54de5cd382281
Timestamp: 2023-09-27 15:32:33+00

Package: pg-rage-terminator-12
Source: pg-rage-terminator
Version: 0.1.7-9.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 97
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-12_0.1.7-9.pgdg+1_arm64.deb
Size: 15148
SHA256: bfbaf128c2e521818de3306edebb88e9095bcc58facc0f690d914f30a5249da1
SHA1: 1ca73c1442d7710f1a96182f06e3f02dcda90afb
MD5sum: bd5fed0fabbee66440725cf90e835c36
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2023-09-27 15:32:33+00

Package: pg-rage-terminator-12-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 27
Depends: pg-rage-terminator-12 (= 0.1.7-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-12-dbgsym_0.1.7-9.pgdg+1_arm64.deb
Size: 12088
SHA256: a360fe8b4f034773e9fe3abda3792ddad5de99029025f777e702df84add29a51
SHA1: 43d2acde6dc47d6a042184828bced731cf43cfa3
MD5sum: 8db9ca5ebcd22ce5b5b18e7f69650822
Description: debug symbols for pg-rage-terminator-12
Build-Ids: b98ff09f8df3f0b4cd83c99c396b2b515b8db102
Timestamp: 2023-09-27 15:32:33+00

Package: pg-rage-terminator-13
Source: pg-rage-terminator
Version: 0.1.7-9.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 97
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-13_0.1.7-9.pgdg+1_arm64.deb
Size: 15260
SHA256: 96284ce02b5bb08704fa80d84daa0e089c3ea3b3ee7802ebc7b9e1dd66c44bba
SHA1: b93eee56d913abfd895d739f78acdb4c857a10d0
MD5sum: 0db7e09d21a5170901715722dd229958
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2023-09-27 15:32:33+00

Package: pg-rage-terminator-13-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 27
Depends: pg-rage-terminator-13 (= 0.1.7-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-13-dbgsym_0.1.7-9.pgdg+1_arm64.deb
Size: 12060
SHA256: 951e5fcce8904940568b4eb83f848a9e6afabfe72fc50e5df67ee0e1fe9ff347
SHA1: 505e37a150290c7ddc5e6e06965e70209e75bb68
MD5sum: 2a9216789fac164f1c70737d0bf6c6eb
Description: debug symbols for pg-rage-terminator-13
Build-Ids: e53c333bfb68b15662d872b7edc4389225fb4a09
Timestamp: 2023-09-27 15:32:33+00

Package: pg-rage-terminator-14
Source: pg-rage-terminator
Version: 0.1.7-9.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 97
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-14_0.1.7-9.pgdg+1_arm64.deb
Size: 15456
SHA256: bdcabe739b3b33756c817d702a122763542946650c2f6d12ab32214862337b71
SHA1: 19fb5d6a2af960fd66d2ace3b9dc2d103b93f899
MD5sum: 0cb98b81664463ee336533edb7d0c238
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2023-09-27 15:32:33+00

Package: pg-rage-terminator-14-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 27
Depends: pg-rage-terminator-14 (= 0.1.7-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-14-dbgsym_0.1.7-9.pgdg+1_arm64.deb
Size: 12404
SHA256: 74f3bcc4ec1e6635ee087e182ce10bfe4df15688deb08f0f8cfd0eaa3af1f969
SHA1: 0d7a223f3913e4066cbbaf8d736563bbc1733315
MD5sum: d1ea6f4dde951a541dadbea7cb58ca0f
Description: debug symbols for pg-rage-terminator-14
Build-Ids: 74407769f8fd4093fc6206a5ee4e6f3e45327f53
Timestamp: 2023-09-27 15:32:33+00

Package: pg-rage-terminator-15
Source: pg-rage-terminator
Version: 0.1.7-9.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 97
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 15)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-15_0.1.7-9.pgdg+1_arm64.deb
Size: 15508
SHA256: 8b97c13b23e4209dc41414a4c12bbd0fc971df5d6b2e5b51a5166336df2f6493
SHA1: 1f1d6e44ac37548ed7dbeb50be3c3a3960a144ad
MD5sum: 22f75495cffc5946510266e79003628a
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2023-09-27 15:32:33+00

Package: pg-rage-terminator-15-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 27
Depends: pg-rage-terminator-15 (= 0.1.7-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-15-dbgsym_0.1.7-9.pgdg+1_arm64.deb
Size: 12460
SHA256: 5a5c691d950d0dae2ac2cd78613e7b9e9a0bd7c3c62c9aef6d024ff52a656e21
SHA1: c5f1dbe8865addc849bf8254e99e54ae4139b4ea
MD5sum: 401d7a5956582dbe1eed5fecb0eedc7a
Description: debug symbols for pg-rage-terminator-15
Build-Ids: fe3b7c2e1ebe0ff86cb1309fa3d9cc212ca63055
Timestamp: 2023-09-27 15:32:33+00

Package: pg-rage-terminator-16
Source: pg-rage-terminator
Version: 0.1.7-9.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 97
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 15)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-16_0.1.7-9.pgdg+1_arm64.deb
Size: 15456
SHA256: 5dadcce63b202eb73dbfc4f3c50b2ba992f57ca545089e5c77e3ac839144781d
SHA1: 6edd22db1c7aab3462bd37328ea3dfa6a46531d5
MD5sum: 3ee72c1bcfe08f1e06329fb04ff6a9f2
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2023-09-27 15:32:33+00

Package: pg-rage-terminator-16-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 28
Depends: pg-rage-terminator-16 (= 0.1.7-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-16-dbgsym_0.1.7-9.pgdg+1_arm64.deb
Size: 13188
SHA256: bcfbb937e3cea73c2e43251efd9352a655b0e619d9e4272c2e3675f7ffff2c18
SHA1: cc3b3cad09aa87a1cb77eb48721b33104e645525
MD5sum: 6d68c04ca4dcb7636bbfbd6732199bd0
Description: debug symbols for pg-rage-terminator-16
Build-Ids: 04338ddd275c350c36731d15794970d62c91a9c3
Timestamp: 2023-09-27 15:32:33+00

Package: pgtap
Version: 1.3.0-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-pgtap, libtap-parser-sourcehandler-pgtap-perl
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/pgtap_1.3.0-3.pgdg+1_all.deb
Size: 19872
SHA256: 3e2066c3d484e2d02754cd62f0eeafc9f026d4e0bf320dd37935f90977abaa79
SHA1: f7fde971873d5033ba226075c54cd2dc985ac9ef
MD5sum: 5c001a1e3cf95564b89734cb411a1503
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.
Timestamp: 2023-09-27 15:32:33+00

Package: pgtap-doc
Source: pgtap
Version: 1.3.0-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 353
Multi-Arch: foreign
Homepage: https://pgtap.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgtap/pgtap-doc_1.3.0-3.pgdg+1_all.deb
Size: 65464
SHA256: 9026ab257a8ba8660463dd6b9a62933c9ea4a630c39b2502a58e2fc74a8a1b51
SHA1: d8fc5814ff5ad30d2d3bd7a54481060cf8b21a6f
MD5sum: 401c388d87ce17324c81db77b7d81a63
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.
Timestamp: 2023-09-27 15:32:33+00

Package: plprofiler
Version: 4.2.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 646
Depends: python3-psycopg2, python3, python3:any
Recommends: postgresql-plprofiler
Provides: python3-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/plprofiler_4.2.4-1.pgdg+1_all.deb
Size: 338500
SHA256: 073f74d5cafad442941849ae868ef0332c82771ecf891fd9df29d254dc754c10
SHA1: 8c3f145d9300654835eb6886383823eb32b27b7f
MD5sum: 2a8b1f33e9896afeaa4ba47f4e3814a3
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 t.
 This package contains the Python module and the plprofiler CLI util.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-asn1oid
Source: pgsql-asn1oid
Version: 1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-10-asn1oid_1.6-1.pgdg+1_arm64.deb
Size: 6384
SHA256: 57a1bd476a091722aaa25e034c08453cc7b1b353fba6fdd5b7b8cb7ea88b6de9
SHA1: f2518a549406ba319f233280a82adb402969b9f7
MD5sum: 14b3ad5d1e0cf12acb3f4b3dce5ed534
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 10.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 22
Depends: postgresql-10-asn1oid (= 1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-10-asn1oid-dbgsym_1.6-1.pgdg+1_arm64.deb
Size: 8060
SHA256: 6b83ab3431d468e86e3733f5358f9815e9ccc087e6a65417b65ab2154c7caf25
SHA1: 55ccd1b96106b4b7ad72dab0df18bb1c38a67a1c
MD5sum: 56c7cb169132ec943bb0b397d3dae080
Description: debug symbols for postgresql-10-asn1oid
Build-Ids: c067260bd9e762b132d70726deeade9e9474d9ae
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.7-2.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 82
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-10-bgw-replstatus_1.0.7-2.pgdg+1_arm64.deb
Size: 7332
SHA256: f14a77c1516b9b2d02ade85a26dee5d245db1afacd834491887b7ddebbf26ee9
SHA1: 1e0bba9b0f22050f72ba6f63774f35cb59e08801
MD5sum: fee26b825452ad3d845ccd2fa4bf8fa8
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 23
Depends: postgresql-10-bgw-replstatus (= 1.0.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-10-bgw-replstatus-dbgsym_1.0.7-2.pgdg+1_arm64.deb
Size: 8396
SHA256: f5153c2dcfab670be9d7f87b07119333d0b02c940b8f0077ce5056390a13bf7f
SHA1: 831a8d220f2dea38dff232cd39faaecf73bbb8f2
MD5sum: 5dcf98b10bc1c66be73b9a25b0d20ac6
Description: debug symbols for postgresql-10-bgw-replstatus
Build-Ids: 78d7a2c4469bea31a2c08c9bdfcb0880646feaa3
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-cron
Source: pg-cron
Version: 1.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: postgresql-10, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-10-cron_1.6.0-1.pgdg+1_arm64.deb
Size: 33804
SHA256: 2590d18f54ed5335e5f3207750b357ab8b9fc8cb2f074fe690f4430ce7495f85
SHA1: a07377316574800177397cd4dc6d647ae6901558
MD5sum: b4eccd926ea8b7838325ee6c4f35c320
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-cron-dbgsym
Source: pg-cron
Version: 1.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-10-cron (= 1.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-10-cron-dbgsym_1.6.0-1.pgdg+1_arm64.deb
Size: 94252
SHA256: 38ac8c0960afc622d42ec9c6579706738b58285a7437c13f493050873fe8abdd
SHA1: de89bdcadc4d144e0e79443dd9a6d7c260e6efea
MD5sum: 1541510f3e680e22542764485328eb9b
Description: debug symbols for postgresql-10-cron
Build-Ids: 3b3fd2ab5bbdfe8d2e942d942d0a335f72065a6c
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-debversion
Source: postgresql-debversion
Version: 1.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.17), postgresql-10
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-10-debversion_1.1.2-2.pgdg+1_arm64.deb
Size: 8972
SHA256: 52258ebdcd506278ca0dcb1fc38abdd5110825dc5df242fb90c7cee6ff71154a
SHA1: 0aed5430849d33b520de1e832e524acce6034eaf
MD5sum: 95c4dffc34db9609f1a343de46031761
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()
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-10-debversion (= 1.1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-10-debversion-dbgsym_1.1.2-2.pgdg+1_arm64.deb
Size: 17416
SHA256: 5e5534d0d4e4f037e4acc418f6cf780afa481241ce65589b3d2407f1ee9d689c
SHA1: 460b30ebaf289bdb001047189f9a349bcfd319a6
MD5sum: 6c974944351340386765ac18d2e5d469
Description: debug symbols for postgresql-10-debversion
Build-Ids: 43b602a38b4b9d5fceff63dbc892ef3d8a333419
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-decoderbufs
Source: postgres-decoderbufs
Version: 2.3.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-10, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs_2.3.0-2.pgdg+1_arm64.deb
Size: 14240
SHA256: 5e222b4f7ba5acf9b94ea20f96d04bb82dc33791d3be2e2290a171216b74d96d
SHA1: feef3c0799e89d2239e560c41c3f605aeb14abf7
MD5sum: 27b97021f5aa0d8528ba5c583595f613
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.3.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-10-decoderbufs (= 2.3.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs-dbgsym_2.3.0-2.pgdg+1_arm64.deb
Size: 37668
SHA256: c2e95ab04b69928c6c503e2d8891faf8f95c4c9125f56949126004448323e2e5
SHA1: d13be39a4f55c31e30cad705e8c2ac3400626832
MD5sum: dc36479ad49a9205326c24daac3396d9
Description: debug symbols for postgresql-10-decoderbufs
Build-Ids: 9be8ca299220547a4c6a3afda39031e2a8d4e54d
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-dirtyread
Source: pg-dirtyread
Version: 2.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: libc6 (>= 2.17), postgresql-10
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-10-dirtyread_2.6-2.pgdg+1_arm64.deb
Size: 10632
SHA256: c5346d12bd3145af4d7bdc698a58944a823d8c75062b4b1c25e9d749c17d71ff
SHA1: 8b2983ffa25fb7a9d7615051264029ad50af706b
MD5sum: 91cedfc5df2e77629fd82984fd5248fe
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-10-dirtyread (= 2.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-10-dirtyread-dbgsym_2.6-2.pgdg+1_arm64.deb
Size: 29088
SHA256: 2eaaff946f07c8c4d55709f9ee3ef0444740e027ac0e966964561e6d652a442b
SHA1: 40809ae59fa95dca30dc30f49986349bd4cf12e2
MD5sum: 7f3214c09fd81b2c1b252c8651c850ad
Description: debug symbols for postgresql-10-dirtyread
Build-Ids: 75fc12ceacabeaa1881084cb4f48dda5d5b10efe
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-extra-window-functions
Source: extra-window-functions
Version: 1.0-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-10-extra-window-functions_1.0-5.pgdg+1_arm64.deb
Size: 7772
SHA256: 01552087acaa0b7f04a30b988c65ebefd08e9f1ac830e3fa99dc8d18e4e78017
SHA1: 725c6694798711984a18c830b8990d2cd6caf328
MD5sum: 6a98f17bb355e990c5cf875f9d41c900
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-10-extra-window-functions (= 1.0-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-10-extra-window-functions-dbgsym_1.0-5.pgdg+1_arm64.deb
Size: 9636
SHA256: 3417f4bd9d9329018d949fffed333d927320c6d481e145e1376d9bdfe8edab66
SHA1: 72bb5ac09ceac7b7060e14959ec4be16c365c8d0
MD5sum: 6feaa7da16575b6c0fc605ac4751df73
Description: debug symbols for postgresql-10-extra-window-functions
Build-Ids: bcaff29702ec481a5dfe80cc390c08e76c7906ca
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-10
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-10-first-last-agg_0.1.4-4-gd63ea3b-7.pgdg+1_arm64.deb
Size: 5712
SHA256: d2e9ec4e4ca30ed214cfc199e0032ff013ab1b3b6d8b81cf144c9411425268b8
SHA1: ea1fd5c53110c5518bb98b4585b4c5476a47bdc0
MD5sum: e3d63650bb73e7da0d569dc69c52b19d
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: postgresql-10-first-last-agg (= 0.1.4-4-gd63ea3b-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-10-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-7.pgdg+1_arm64.deb
Size: 3924
SHA256: e368c68cc7c400e9d20b1812017ec9e34d37f76c19c3626faf322e8e27b8407b
SHA1: db8bb5f4cb36409966208fe041c8bd0006567070
MD5sum: f723fd0e3c0c365f57dfaf3c89ec0a2d
Description: debug symbols for postgresql-10-first-last-agg
Build-Ids: 30ccdde082f74dc7fa504c5a8adab707fed6f15b
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-hll
Source: postgresql-hll
Version: 2.17-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-10-hll_2.17-3.pgdg+1_arm64.deb
Size: 35608
SHA256: 5cb3b1667d190a521cb8bc537cc835709cdecef8c49aad8e00f7caa0b9871c80
SHA1: 51fa82bd7ba98c4793a872a925dda621c919df8e
MD5sum: a3610e4ccae0f4a9972710047b5ef25f
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-hll-dbgsym
Source: postgresql-hll
Version: 2.17-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-10-hll (= 2.17-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-10-hll-dbgsym_2.17-3.pgdg+1_arm64.deb
Size: 78600
SHA256: 61d23ed14c08384c3ad5f2a75188178a6817855f816214dacfb487b3cc9e1c8c
SHA1: 4c81e9fbbb554a70b9b2aecb9d46e810f3b476fc
MD5sum: f2a3420089111ffa53c0e8732370a65e
Description: debug symbols for postgresql-10-hll
Build-Ids: 05c76f6544c602f2b384f36d5a5472d30e0ea73f
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-hypopg
Source: hypopg
Version: 1.4.0-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 98
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-10-hypopg_1.4.0-2.pgdg+1_arm64.deb
Size: 23932
SHA256: fb0e380b8406c185cbf811140bbcdde6b1495dbc996dcb114b33a541c12cd62d
SHA1: 5c94bd4b077c5c935523604cea86dc15fc2be12a
MD5sum: 1c9f91715c743d85df155f73485e72ec
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-hypopg-dbgsym
Source: hypopg
Version: 1.4.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 86
Depends: postgresql-10-hypopg (= 1.4.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-10-hypopg-dbgsym_1.4.0-2.pgdg+1_arm64.deb
Size: 66808
SHA256: 57610f0a0c07a2d3e379c185dc79cef817babfcdc03d823f89f59f92349a40ed
SHA1: 89b0daa1dbf10ed72e721f91903f951c0958c717
MD5sum: 77d0a98c99f1b7933d9dde14dbb007f0
Description: debug symbols for postgresql-10-hypopg
Build-Ids: 189cd53363b90fc6d58b91b29258c2888772ea0e
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-icu-ext
Source: icu-ext
Version: 1.7.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: postgresql-10, libc6 (>= 2.17), libicu72 (>= 72.1~rc-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-10-icu-ext_1.7.0-2.pgdg+1_arm64.deb
Size: 27348
SHA256: 491d5e254c895d5375c7c312df9a96893a0105e54e6f829237a61d81a3d64142
SHA1: 5f74509a000f2c9e3169d459d1a9b52530991526
MD5sum: cc0cd16ad1f874220efcceda994d6f98
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-icu-ext-dbgsym
Source: icu-ext
Version: 1.7.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 91
Depends: postgresql-10-icu-ext (= 1.7.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-10-icu-ext-dbgsym_1.7.0-2.pgdg+1_arm64.deb
Size: 69700
SHA256: 4840c0845545b7eda198dc5d59304b2d0564ec9ad88e36ba49ec87c3b1a82add
SHA1: 1b485a1af3a6c60b1cdec0e4147f912f611a8726
MD5sum: 9d4ae5b4c11735e0e0586a8eac5475dc
Description: debug symbols for postgresql-10-icu-ext
Build-Ids: 9bff7a9b14ecafba395cd94780c99f6a068c41c7
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-ip4r
Source: ip4r
Version: 2.4.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 391
Depends: libc6 (>= 2.17), postgresql-10
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-10-ip4r_2.4.2-2.pgdg+1_arm64.deb
Size: 63748
SHA256: 3b6a786153c05e4d3beb1159b7dfbb9fe7bd746c7769be38913a6035961f9162
SHA1: 813521a79dd3f440c153bcd263e4272836992352
MD5sum: a878ea90722b18cd6de6c545ae89eb06
Description: IPv4 and IPv6 types for PostgreSQL 10
 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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-ip4r-dbgsym
Source: ip4r
Version: 2.4.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 210
Depends: postgresql-10-ip4r (= 2.4.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-10-ip4r-dbgsym_2.4.2-2.pgdg+1_arm64.deb
Size: 174368
SHA256: 591c4c7efb3a672dbf23c0bfb81ada74d703251b6347c49ba8a1f62e3e0f2044
SHA1: fcc2b8fec853a2b6bfdd10b5f34b7a5258b08fe5
MD5sum: 9f397aacbf40782bf48afc0ff4e9971b
Description: debug symbols for postgresql-10-ip4r
Build-Ids: af2bf7013dbd4b9ae31f3e77d66b7cc9ca193de7
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-jsquery
Source: jsquery
Version: 1.1.1-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 173
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-10-jsquery_1.1.1-8.pgdg+1_arm64.deb
Size: 42304
SHA256: 8068fef148758d11574fdd5474c2fb41e5c3a78e090ce79a5a2c1552b004367e
SHA1: 23b007342fbd98c231f5e25418997acc52d711eb
MD5sum: 7b7bdaac8fe66d58affa18765e40c6f3
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-10-jsquery (= 1.1.1-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-10-jsquery-dbgsym_1.1.1-8.pgdg+1_arm64.deb
Size: 94356
SHA256: 8f55d9b4d6494394bc2abc062185d246610b1a6529dd14f7d595e458430f065a
SHA1: 44ce378b58dee804a9fca244edff88966e8ac5d6
MD5sum: a05700680d16028393dd80f9f6656247
Description: debug symbols for postgresql-10-jsquery
Build-Ids: dc930839424464a06fda8e5c587c61bc265b47db
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-londiste-sql
Source: londiste-sql
Version: 3.8-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-10, postgresql-10-pgq-node
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-10-londiste-sql_3.8-4.pgdg+1_all.deb
Size: 20576
SHA256: c6d38d79003658ffffbc5de1b194bd2a7fcb2b5ae19d0324aae1a830fdcac683
SHA1: a5560fab94805c669af3dd00b15440726acc0bb9
MD5sum: 62fd222ac529500c0d322cf6686bf02e
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-mimeo
Source: mimeo
Version: 1.5.1-17.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4485
Depends: postgresql-10, postgresql-contrib-10
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-10-mimeo_1.5.1-17.pgdg+1_all.deb
Size: 128568
SHA256: 4f38245b94f2d6427ce924b60c712c73689029360097e1215ca13e61ebd4634f
SHA1: 395a375610f68e3c33ee28a8aa874137e25bc7c4
MD5sum: 3c3ce018a12f2dcef0e35516352b7548
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-numeral
Source: postgresql-numeral
Version: 1.3-6.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-10-numeral_1.3-6.pgdg+1_arm64.deb
Size: 22572
SHA256: 41548d1955f0dcdb028886fcbc36f85d0ffcefcf9ba15abe9beea3a59b166885
SHA1: cb0e2b956ab71866044c7a9ea073074a67a441bc
MD5sum: 7817ad74914a786eb46dd5ff7b0d07b5
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 61
Depends: postgresql-10-numeral (= 1.3-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-10-numeral-dbgsym_1.3-6.pgdg+1_arm64.deb
Size: 39800
SHA256: 800fb8ad89412fd008634c28778e8d17dac2605987ab88b9a6578bbfbe7680f2
SHA1: 856536633f7596f006370fe79f4898aa7a6049b8
MD5sum: 6b5fe7412c0dfe1d7c42738e438a5438
Description: debug symbols for postgresql-10-numeral
Build-Ids: 6338fa6d6eeabebf3b5e37db6e87dcb93b6d4317
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-omnidb
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: libc6 (>= 2.17), libpq5, postgresql-10
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-10-omnidb_3.0.0.20201026-5.pgdg+1_arm64.deb
Size: 7492
SHA256: 53a1d3697e4559fcd79b6ebe291308ee1658d9894964bc30219c47317cf08c2d
SHA1: bd517803a7ca549a890bd9a81cd4149561676b6b
MD5sum: 03d68fcbf71c144e110c425edce29966
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL omnidb_plpgsql_debugger extension for
 interactive PL/pgSQL debugging in OmniDB.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-omnidb-dbgsym
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-10-omnidb (= 3.0.0.20201026-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-10-omnidb-dbgsym_3.0.0.20201026-5.pgdg+1_arm64.deb
Size: 31564
SHA256: 423e5854c8606e699cbcfe15a023d3c14f2aca3b65772df4290d3df8d22abce1
SHA1: 06899b3182b42b48de449c5b51aa9a38153984c1
MD5sum: 7d736dec0af38c9e62ed6883147aa3be
Description: debug symbols for postgresql-10-omnidb
Build-Ids: 4e413700d0355de6c6402c5c3afc64b36337e1ab
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-partman
Source: pg-partman
Version: 4.7.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6841
Depends: postgresql-10, python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-10-partman_4.7.4-2.pgdg+1_arm64.deb
Size: 245292
SHA256: 4b961faa7a18034c904a25b4892761bb28680981cb33ac427bb19fa39702b50c
SHA1: bbde023c1dd95beb56c3ec0039b9745d6a734cb5
MD5sum: 3b2461a82cbc48f69373a705a0416bbd
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-partman-dbgsym
Source: pg-partman
Version: 4.7.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-10-partman (= 4.7.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-10-partman-dbgsym_4.7.4-2.pgdg+1_arm64.deb
Size: 19468
SHA256: b3f1bbfdddf3fcf792368404e6a9a6867a51c9ac398125a142488706672613be
SHA1: 4893542b143a59e57e3e1af9da3a37adef980aa5
MD5sum: b43698f699f8e4f490399f4557ad068e
Description: debug symbols for postgresql-10-partman
Build-Ids: 82404f5787b976aa6d3a8ca6fe9a6808326f89ef
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.12-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 91
Depends: libc6 (>= 2.17), postgresql-10, postgresql-10-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-10-pgauditlogtofile_1.5.12-2.pgdg+1_arm64.deb
Size: 10596
SHA256: 83950b2e6444edfb6bcdb09dae0c2066d80b3eea7d9632dd019c0aa63bbd6b1b
SHA1: 3f0c3a31b1765ac6394ecb1b9bca045e5591db3f
MD5sum: 8289a3820aea7996562a6d8d571174a3
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.12-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-10-pgauditlogtofile (= 1.5.12-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-10-pgauditlogtofile-dbgsym_1.5.12-2.pgdg+1_arm64.deb
Size: 25016
SHA256: 9ef8fdb806a9d38143879dd477b95f47676420080298466af3c7df5def70c95f
SHA1: ad104b9e187dfaba1b3d6d6b5ecb4c2d82fb0a42
MD5sum: 3511d6327d4d06ccb4caf47ce5e12182
Description: debug symbols for postgresql-10-pgauditlogtofile
Build-Ids: 6e612c66bce3a5124d7fd4e5a8f4f125b06efff4
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-pg-catcheck
Source: pg-catcheck
Version: 1.3.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: libc6 (>= 2.34), libpq5 (>= 9.0~), postgresql-10
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-10-pg-catcheck_1.3.0-7.pgdg+1_arm64.deb
Size: 27456
SHA256: 0901e61a0ef67d5197a792b44048ef2e2455cc4cef16663cbd6ae0cd3a252d33
SHA1: 74f2f3bc438d33f0cfc90b9d5fb2fca905b1b245
MD5sum: d0edba13a7595907572ee0d640dfcd05
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.3.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-10-pg-catcheck (= 1.3.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-10-pg-catcheck-dbgsym_1.3.0-7.pgdg+1_arm64.deb
Size: 39556
SHA256: e99dba7063c2cbd348415b0e75c98afa2c1a5ddb91e1b739de7375bb06cb87c2
SHA1: b808485161d0c3b4b24a43388f28f3874421999f
MD5sum: 1146529f9ef15026ae28ea8b912ac8ad
Description: debug symbols for postgresql-10-pg-catcheck
Build-Ids: d6b4f772aae9609e4df147854d974ff500a1fd3b
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-pg-checksums
Source: pg-checksums
Version: 1.1-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: libc6 (>= 2.34), postgresql-10
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-10-pg-checksums_1.1-6.pgdg+1_arm64.deb
Size: 29644
SHA256: fbecf75f1043b9c9ecd1326ee012fd0b9ba5522553a6c4000c1035e2cf362f74
SHA1: ca81e3200a1ff52d90d86d166dd199de2edb1162
MD5sum: 5167677031c9b0ebfd76e22b5d97b2c7
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-10-pg-checksums (= 1.1-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-10-pg-checksums-dbgsym_1.1-6.pgdg+1_arm64.deb
Size: 26572
SHA256: c331a1fdb80353a10577fbd3a06b1bdfeec32cf97d1721f673a14412494bc97e
SHA1: 68e5e960b27584e4f5433f42cc0fef0ee8f6d790
MD5sum: f9913f51e7d6cdbeed6d0c44480765eb
Description: debug symbols for postgresql-10-pg-checksums
Build-Ids: d64134a6b872ffe68e43e7a55d1e673566337354
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-pgextwlist
Source: pgextwlist
Version: 1.17-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-10, libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-10-pgextwlist_1.17-2.pgdg+1_arm64.deb
Size: 12632
SHA256: d9172dba0633e2cc2cd70fe9bc2e12c2e81fafc47c084b1e072cd3ea97310e58
SHA1: 95bb96e5e9d494eb901c08e2ce0932ad4b770c2f
MD5sum: 3f808ac393fd333399464d510dacb280
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.17-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-10-pgextwlist (= 1.17-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-10-pgextwlist-dbgsym_1.17-2.pgdg+1_arm64.deb
Size: 45992
SHA256: d0be16d1f60bd084f57c2032288c53034245f8117a76d17b52aad21b57d4cfd4
SHA1: f7224752fc0aabd3d9795daa0b082415e262aec0
MD5sum: ed91d0f9719ba6cb3a7690774f2ded1a
Description: debug symbols for postgresql-10-pgextwlist
Build-Ids: 96c2b75de8880a69291a1715201646ae276f9952
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-pgfincore
Source: pgfincore
Version: 1.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: libc6 (>= 2.34), postgresql-10
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-10-pgfincore_1.3.1-1.pgdg+1_arm64.deb
Size: 14736
SHA256: 57e44fb216bcb9bb38d7b33ca21a6eb7d31db983767ceab6f2cb2a2045b49ea6
SHA1: 8b18ada80e4f4d275f0b65777a35c5ae3bb13164
MD5sum: 0b1535baa46591ad78f209f623d86c49
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-pgfincore-dbgsym
Source: pgfincore
Version: 1.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-10-pgfincore (= 1.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-10-pgfincore-dbgsym_1.3.1-1.pgdg+1_arm64.deb
Size: 36160
SHA256: f20071632bd4517c65b251e179284b476e3a5186267df14fadbd2cea60735fb5
SHA1: c22bf20a4840fa1982e0f4833a7799a058b5921e
MD5sum: aca21a93e1d2d35c965becc83861ab6a
Description: debug symbols for postgresql-10-pgfincore
Build-Ids: fcc84345216efe2c07bf29325c54b4233b95595e
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-pglogical
Source: pglogical
Version: 2.4.3-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 610
Depends: libc6 (>= 2.34), libpq5 (>= 9.1~), postgresql-10
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-10-pglogical_2.4.3-2.pgdg+2_arm64.deb
Size: 107440
SHA256: d6298f3519219e5e74c284b4147a6faa8f21ddb800e5ec60f43a2488f1ed2936
SHA1: ed020870897011227bb1b0295539804b6c4fcacc
MD5sum: fa03f0fc23e2845f6d46d454dde16558
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-pglogical-dbgsym
Source: pglogical
Version: 2.4.3-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 412
Depends: postgresql-10-pglogical (= 2.4.3-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-10-pglogical-dbgsym_2.4.3-2.pgdg+2_arm64.deb
Size: 346560
SHA256: ef4252cfa3781c9ee945f0273e3b1264dc37e85b41bc5485bcacec3a0e68163f
SHA1: 0750fd29556b49ef8c2409b673cd7c18844c0277
MD5sum: 86ea80cc6555d7028394b06b62008eb4
Description: debug symbols for postgresql-10-pglogical
Build-Ids: 20bfb4caeed34df79338b0db56f77a88df6524cd 2c273983a1ab7a5b7f1d78b8d77e5b0e0e510d8b eaf34b706f019e1ac343d281b0dbc643bf37aa28
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: postgresql-10, postgresql-10-pglogical, libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-10-pglogical-ticker_1.4.1-6.pgdg+1_arm64.deb
Size: 12512
SHA256: 385c8d82da5dd81256e3bd9e56908f60f66a63e20da13f00f33accde2df986ed
SHA1: fcad73050ef37cc096158dabab260b60afca4535
MD5sum: 01793e881804f38f69ad635c861a0cb0
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 10.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-10-pglogical-ticker (= 1.4.1-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-10-pglogical-ticker-dbgsym_1.4.1-6.pgdg+1_arm64.deb
Size: 14880
SHA256: 6b57817b63322f48211f86b862dadb76a6137980d2fd903a49ed2bd9d84110ad
SHA1: 68c993c12207860dadada0b91e2924f93aba2b78
MD5sum: 46653100cea4a496e9daf9b924f02c0d
Description: debug symbols for postgresql-10-pglogical-ticker
Build-Ids: 9de5d73d3cb01a4e9fc2f596cf169b3122467a19
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-pgmemcache
Source: pgmemcache
Version: 2.3.0-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: postgresql-10, libc6 (>= 2.17), libmemcached11 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-10-pgmemcache_2.3.0-13.pgdg+1_arm64.deb
Size: 20576
SHA256: b2b562048cbf7ee6536ee135605ac0df169a42bac11534d28099c89195ebc532
SHA1: 9ef66584b7002ba52877e32e8b567c1c24ca4cea
MD5sum: 9b1cdb38d3bb5598124f4dc7c9c4b542
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-13.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-10-pgmemcache (= 2.3.0-13.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-10-pgmemcache-dbgsym_2.3.0-13.pgdg+1_arm64.deb
Size: 43944
SHA256: 491bc00af214d464db2a21fbd06a9c9c3c0fd983d3711a823b674c77b3ad8fda
SHA1: 62950fa2ae8a8ad91a08d3b0bcb95635131ca275
MD5sum: 9279db2e0053cb5b6e4c8f0593057a5b
Description: debug symbols for postgresql-10-pgmemcache
Build-Ids: d18422a609a49a7471c2540e6ac064cfdedc9c06
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-pgmp
Source: postgresql-pgmp
Version: 1.0.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: postgresql-10, libc6 (>= 2.17), libgmp10 (>= 2:6.3.0+dfsg)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-10-pgmp_1.0.5-2.pgdg+1_arm64.deb
Size: 44172
SHA256: 0ac9661d9f9dab8387dc0866553c537ef0b0de8adcba60a18215efbbe734ce00
SHA1: f2c27e73455ad0b2074cf5f8f399d80dbb34c926
MD5sum: b6267434709f0a687f2c852551d62d84
Description: arbitrary precision integers and rationals for PostgreSQL 10
 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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-10-pgmp (= 1.0.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-10-pgmp-dbgsym_1.0.5-2.pgdg+1_arm64.deb
Size: 63348
SHA256: a41a5f9ba8dddc56aaa36be74508f70094afd692fb1038bc18feeb810fdf6a57
SHA1: 57289d3b7c4f5212b7e14baa5be40f8ab8ea7fe4
MD5sum: fb7bd41a8aca5239c705954c9834d43a
Description: debug symbols for postgresql-10-pgmp
Build-Ids: a536dee577a7e6034aba684c6bf30b3f61eb40eb
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-pgpcre
Source: pgpcre
Version: 0.20190509-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-10, libc6 (>= 2.17), libpcre3
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-10-pgpcre_0.20190509-6.pgdg+1_arm64.deb
Size: 9388
SHA256: 24a3bfb9c93ff76adaa13814b81862344ccd70f01e1062aadf3856f9ad876935
SHA1: 81dc90d0d987bb05f8ff30d72e599875e46138fc
MD5sum: da5dc1446a90b15e5fabee39e924109f
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-10-pgpcre (= 0.20190509-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-10-pgpcre-dbgsym_0.20190509-6.pgdg+1_arm64.deb
Size: 14740
SHA256: b1d15888c387ff5b6db6256c0c0926ff70246bb7af31d91a9ab9e10ef1c20b4a
SHA1: 97e42e62fce86ce180ed5d586498915a4c059d0f
MD5sum: ad03701b2447c978081a86d8ff5d0677
Description: debug symbols for postgresql-10-pgpcre
Build-Ids: d070e74a91be9b04abc09e12b20f9dbc763a19db
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-pgpool2
Source: pgpool2
Version: 4.3.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 381
Depends: libpgpool2 (>= 4.3.5-3.pgdg+1), postgresql-10, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2_4.3.5-3.pgdg+1_arm64.deb
Size: 132448
SHA256: 44ffc4e5fded1a7d4c715604ddfaf0d7cc1f95c93d41d34d06ff731a0850609a
SHA1: 86500217c48085dfadc9840f2fbb358606bd1d6c
MD5sum: 9299a0fc676c0381bb8af14bd84a6fd1
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 10 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-10-pgpool2 (= 4.3.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2-dbgsym_4.3.5-3.pgdg+1_arm64.deb
Size: 53260
SHA256: 86bb0d052fc06b6e721069445f08bd98c163dea51eb8ed46c7d184309a7d8157
SHA1: 5c8694c54d078a731e3e38ce638fe89357fa7a5b
MD5sum: d347dba3d07946e9ac29b5b1ab4bbdca
Description: debug symbols for postgresql-10-pgpool2
Build-Ids: 4f9254cfd758b1cc53fe8c342cabaaeba6e23e35 bf5f5812a31650c5b2674b5b584e6759f42b039d fddb83339f2afb42485002b8bcb99d02fdee4c55
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-pgq3
Source: pgq
Version: 3.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2108
Depends: libc6 (>= 2.17), postgresql-10, pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-10-pgq3_3.5-3.pgdg+1_arm64.deb
Size: 82060
SHA256: ce9516cdbe46720580a64b196be579600e08689302f13aa24be88ad056c99140
SHA1: 7394ed06e22bdb34d77afec63966aafab1c8f7fe
MD5sum: 7dab420f5ae5111e28a6233ba6b0431c
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-pgq3-dbgsym
Source: pgq
Version: 3.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-10-pgq3 (= 3.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-10-pgq3-dbgsym_3.5-3.pgdg+1_arm64.deb
Size: 67904
SHA256: 5d377c43d71bde511675c6e43b5edbfb71c29568d3497fb5b546cfe451302511
SHA1: c4cd1a58877970cbeead85f8060f620b0061bfeb
MD5sum: 189816f3429157365ae21c9a12a5b89f
Description: debug symbols for postgresql-10-pgq3
Build-Ids: 3a96e1a037f46f1d29ea640f3eb16888bf857ba8 ffd16abfabdd40189c916d51fad619ff11cf09c5
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-pgq-node
Source: pgq-node
Version: 3.5-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 538
Depends: postgresql-10, postgresql-10-pgq3
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-10-pgq-node_3.5-5.pgdg+1_all.deb
Size: 12736
SHA256: 36b6569c10da4338639a3990bb46d8c3fd92e881c6276c3912db345bb515e915
SHA1: e5359c513db90c5003900b463399ba11c6424c6e
MD5sum: a812a5b52194b9a5f9bcf47721fbfdd9
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-pg-qualstats
Source: pg-qualstats
Version: 2.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 154
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-10-pg-qualstats_2.1.0-1.pgdg+1_arm64.deb
Size: 29292
SHA256: 31ea94ceb997941f3c5f7fa52c4b0f8654a5b1a158f4817feca289875a9e6c94
SHA1: 29d3a624c7175df20898875763f4ebb650a5a424
MD5sum: 126600adee94b4379269a6a481fdd493
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 80
Depends: postgresql-10-pg-qualstats (= 2.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-10-pg-qualstats-dbgsym_2.1.0-1.pgdg+1_arm64.deb
Size: 63384
SHA256: b1cdcfe528a38fd2747bc73b07b01e1331072bf8edcf9179b09f76b42c827d8b
SHA1: 672e8005a8c263ca4aa108e34948f2e6d7514eae
MD5sum: 963d639ba074f12f7858995d3432dd0f
Description: debug symbols for postgresql-10-pg-qualstats
Build-Ids: 17094539bc8ef532eb971b8996582e2724b479ee
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-pgsphere
Source: pgsphere
Version: 1.3.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1108
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1), postgresql-10
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-10-pgsphere_1.3.0-3.pgdg+1_arm64.deb
Size: 328924
SHA256: da5482437cd028b90022174919e91bd994b9521e6b744c1e6344f9f17f183e61
SHA1: 8e2bb3e04b0019cd44168897fcdcd3be1d2e5018
MD5sum: 0378a92046677a65a88e29485ba33255
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-pgsphere-dbgsym
Source: pgsphere
Version: 1.3.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 388
Depends: postgresql-10-pgsphere (= 1.3.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-10-pgsphere-dbgsym_1.3.0-3.pgdg+1_arm64.deb
Size: 330608
SHA256: e29e8469826bae7908b7993129dc393756ccf4aad345691bc3aebfda77f13df9
SHA1: 805890f0eefefa53174da52125042981b90c28cf
MD5sum: 12c9ab422e786d6cab2e61ac56c1433e
Description: debug symbols for postgresql-10-pgsphere
Build-Ids: 822f5154da4603e97de327dd7faeb1a61bf5efb9
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.2-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 131
Depends: libc6 (>= 2.17), postgresql-10, postgresql-contrib-10
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-10-pg-stat-kcache_2.2.2-2.pgdg+1_arm64.deb
Size: 18284
SHA256: e76a730be46db9b5f7b74858e9e6e7c7236888c6acab89ab0e7c819500b580bd
SHA1: caf3a7c9f537fecfdece63b733b4806bacb5fb23
MD5sum: 8b93701537fe6c903f6f932936592579
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 58
Depends: postgresql-10-pg-stat-kcache (= 2.2.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-10-pg-stat-kcache-dbgsym_2.2.2-2.pgdg+1_arm64.deb
Size: 41676
SHA256: 1e38a36129a0c55835838569595837726ee03366cc4a7a8fc1a7ee33320826fd
SHA1: 640b52137927955d3666ccf8cd174d6d25d8c1a8
MD5sum: f9088718ef2ba6b0cd43023ed0093fce
Description: debug symbols for postgresql-10-pg-stat-kcache
Build-Ids: a00bc36ffc16298efae244efd55ee33bfcc02605
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-pgtap
Source: pgtap
Version: 1.3.0-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1774
Depends: postgresql-10
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-10-pgtap_1.3.0-3.pgdg+1_all.deb
Size: 61080
SHA256: 28bc607fb630e5191a88ca0a3ad4dc019fa89abc689eb514549c063eae5bb822
SHA1: 1e3cdc7b3dcacbdb3e192ce6dd1ac5f30c23401d
MD5sum: 14aef874c3e2cd02dfd431afe54e27cd
Description: Unit testing framework extension for PostgreSQL 10
 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 10.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-pg-track-settings
Source: pg-track-settings
Version: 2.1.2-2.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 150
Depends: postgresql-10
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-10-pg-track-settings_2.1.2-2.pgdg+1_all.deb
Size: 9760
SHA256: 569d7d17f9532adc0e5a486757c5f6de2677e28e433b9c96dd79b9256482dd44
SHA1: 856f797e08208e129927e90874adee861fa7b0c5
MD5sum: d892b4adbde80594caa374ecd5584045
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-10-pg-wait-sampling_1.1.4-3.pgdg+1_arm64.deb
Size: 14772
SHA256: 626ed0c2914bc9f4cbc18867fa64bb1b7830fa59e7b8714cc1a665e58053eff0
SHA1: 42bce90459d6072abfc77d3b4e71022b19f3d62b
MD5sum: 3f194bc6fce179493d7403815254a2f8
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-10-pg-wait-sampling (= 1.1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-10-pg-wait-sampling-dbgsym_1.1.4-3.pgdg+1_arm64.deb
Size: 52800
SHA256: d306b852cfbf650f7f66516d7c8364c5da02248196547f7d4b6c18bbd3e97394
SHA1: c781516acec53da9199d8f75cd2cecdb4a794d32
MD5sum: 0b91327f8b44ae75b1ffe0d870465e9e
Description: debug symbols for postgresql-10-pg-wait-sampling
Build-Ids: c564fe19c9314c496556f88e6eafd36d57ec2707
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-pldebugger
Source: pldebugger
Version: 1:1.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libc6 (>= 2.17), postgresql-10
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-10-pldebugger_1.5-2.pgdg+1_arm64.deb
Size: 24944
SHA256: 79d81a403d9e02b0ff6f08f0c3263c32849016cf2250d29a3fe0f94492ed64d0
SHA1: 3aab66ae8a1b2cf25a63c2229ac51a04529cafcf
MD5sum: b71a0c9338574216bfe1ca348fefbdaf
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: postgresql-10-pldebugger (= 1:1.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-10-pldebugger-dbgsym_1.5-2.pgdg+1_arm64.deb
Size: 92576
SHA256: ed6fa734deff801562739b4a89b3fc2fe018da13ca3624be3baa10239358e59c
SHA1: 76451e7d2d67e1e7503d6578f3248868edf08aeb
MD5sum: 8d085e11de5ce8d0875c9440f8183171
Description: debug symbols for postgresql-10-pldebugger
Build-Ids: d93151039a5445112e9bbd0dc09e3169b2477fac
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-pljava
Source: postgresql-pljava
Version: 1.6.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1358
Depends: default-jre-headless | openjdk-17-jre-headless | java-runtime-headless, postgresql-10, postgresql-pljava-common (>= 1.6.6-1.pgdg+1), libc6 (>= 2.34)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-10-pljava_1.6.6-1.pgdg+1_arm64.deb
Size: 916416
SHA256: 9f9a01911ad79cd9a9a938663e4b9334cc370f2bc371972dc55a3a79af45a682
SHA1: c19417b99419ff8ccf7a67e9b510a5fba66f3e86
MD5sum: 81fd6151476b84c2423299c39a752730
Description: Java procedural language for PostgreSQL 10
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-17-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 349
Depends: postgresql-10-pljava (= 1.6.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-10-pljava-dbgsym_1.6.6-1.pgdg+1_arm64.deb
Size: 286984
SHA256: dcb5a30e10248a310c460c7519db7dfd298fd403ba2d94793df1f288eacd178b
SHA1: 4b1c2fd2e21e5b5860b85847ea2802a29c396579
MD5sum: 3f8033019ea2e3e5e7052a870a39bea0
Description: debug symbols for postgresql-10-pljava
Build-Ids: d9763d502c7b1b0adc4728837339b4271db50a21
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-pllua
Source: postgresql-pllua
Version: 1:2.0.12-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 427
Depends: postgresql-contrib-10, postgresql-10, libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-10-pllua_2.0.12-2.pgdg+1_arm64.deb
Size: 103720
SHA256: adeec390df49582a761f9bbf05d4aedd8c54a942bc0a86b83212bb182ceb4572
SHA1: 1051d636dbb4de2051a437a0096efea375f9ad6d
MD5sum: 23cc90651c99ba7b33040eb865ac514f
Description: Lua procedural language for PostgreSQL 10
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 353
Depends: postgresql-10-pllua (= 1:2.0.12-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-10-pllua-dbgsym_2.0.12-2.pgdg+1_arm64.deb
Size: 305344
SHA256: bb6dbcd3742188d982876af4221507bee4a7b2912c87c25902018c5f995623ab
SHA1: 61b1029b975374832e81b60e4c9709be58ac2b83
MD5sum: 20db02b9583b83eca7f0ca75f9bb4d43
Description: debug symbols for postgresql-10-pllua
Build-Ids: 5c4ac110d4e9b2425ebfae61444e2d41ea963baf 8e463189e9f887f5d777be85d89bcb37b8771678
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-plprofiler
Source: plprofiler
Version: 4.2.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-10, libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-10-plprofiler_4.2.4-1.pgdg+1_arm64.deb
Size: 20336
SHA256: 3fa22d3dc8010f98144eaa4ffab333ab3fee3ded2cb173ed8de9c41a22e6bbf4
SHA1: 04f9927976d40b2cab53228cef733d418a4bdec1
MD5sum: bd9582107b0f86c1c6da7a98684222e4
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-10-plprofiler (= 4.2.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-10-plprofiler-dbgsym_4.2.4-1.pgdg+1_arm64.deb
Size: 53296
SHA256: 234b7848ce89d9166f8818fa801320d549a3604d039fb07efd614c971d304489
SHA1: ba8bb55175027efca26328e0b6f409e4ca9dc0c7
MD5sum: 78c604f83450786d97294871f5689f5c
Description: debug symbols for postgresql-10-plprofiler
Build-Ids: fb6ed0a0c60dec9c2fcca93eaf68283c55599f90
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-plproxy
Source: postgresql-plproxy
Version: 2.11.0-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-10, libc6 (>= 2.17), libpq5
Homepage: https://plproxy.github.io/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-10-plproxy_2.11.0-11.pgdg+1_arm64.deb
Size: 54336
SHA256: c927b2bd5e206cb077e0a10baa2773aff155c811fcc06fa3cb5d1db8aec31217
SHA1: 0958286cf27b01ec3a28e89651a2641a5f2756ac
MD5sum: b3cbe1f5edde2e010c1387fcfd87094b
Description: database partitioning system for PostgreSQL 10
 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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.11.0-11.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-10-plproxy (= 2.11.0-11.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-10-plproxy-dbgsym_2.11.0-11.pgdg+1_arm64.deb
Size: 113020
SHA256: b8a666d002dc741fbc1ce055ed8598d07ff381df984379d11dd4adc0061dfdf9
SHA1: d3abc19df95ebb4ed49ca05f4431d66d85331bbe
MD5sum: f27aa5a25b92a3c32abd08692cc637fa
Description: debug symbols for postgresql-10-plproxy
Build-Ids: b6a19acc2e1fa2a7d752003b0a08c1ffbe33c17a
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-plr
Source: plr
Version: 1:8.4.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 188
Depends: r-base-core (>= 2.10), postgresql-10, libc6 (>= 2.33)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-10-plr_8.4.6-2.pgdg+1_arm64.deb
Size: 62040
SHA256: 5af5f61832d14d4a9f02e89a84b123a9f325390a371a57d237a719c66d310d54
SHA1: 4ef3619e4f578ea522ec247e38bce1fe4244d040
MD5sum: 854e12b269e6de3b6e6f163e70471428
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-plr-dbgsym
Source: plr
Version: 1:8.4.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 137
Depends: postgresql-10-plr (= 1:8.4.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-10-plr-dbgsym_8.4.6-2.pgdg+1_arm64.deb
Size: 117412
SHA256: 8f07ebdf03d2dcacf9ccb5ecee055a564e319e3922c42d55388f2801f7e3883a
SHA1: 84dff9b64c3da44661921b328bd9cd3ca49457a4
MD5sum: e2cd39be87ca66d9a6184cefc8863456
Description: debug symbols for postgresql-10-plr
Build-Ids: 1d5d36711662e1db438db1b3b73239f4ca52b3b2
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-plsh
Source: postgresql-plsh
Version: 1.20220917-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: libc6 (>= 2.17), postgresql-10
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-10-plsh_1.20220917-2.pgdg+1_arm64.deb
Size: 11976
SHA256: f611bdebb4a5cd83776ecc36844a9eab3dd69471ff16f8c16bdcd6955960ac15
SHA1: 5295de0363889330abe03ec29904155cb3947f5d
MD5sum: b75e58c49843d1355563231a7381a04c
Description: PL/sh procedural language for PostgreSQL 10
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in a shell of his choice.  You need this package
 if you have any PostgreSQL 10 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20220917-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-10-plsh (= 1.20220917-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-10-plsh-dbgsym_1.20220917-2.pgdg+1_arm64.deb
Size: 27072
SHA256: 0837c480f8eed4b6927e3e1c6197001cc149867ccbf83c5b58fb1dd4316fac14
SHA1: 997bb683305fe4d13f2e91cfa2d3597e2b5f17d1
MD5sum: 59adf99c2f3187ecf6d269a1b4d8fe65
Description: debug symbols for postgresql-10-plsh
Build-Ids: 17721ec2fb4212de8eb8dd3b4e0b2c1f2a34d60b
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-pointcloud
Source: pgpointcloud
Version: 1.2.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 417
Depends: libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-10-pointcloud_1.2.5-1.pgdg+1_arm64.deb
Size: 53284
SHA256: d91a431999e4adeb2dcc3d272385b462376af6150110d25719ef42c0d4950d61
SHA1: c9acba35f17da98fc056612acf917a2f08f90b5f
MD5sum: e55de0d153e138f5be15aacf412de1bf
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-10-pointcloud (= 1.2.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-10-pointcloud-dbgsym_1.2.5-1.pgdg+1_arm64.deb
Size: 162320
SHA256: 9f1746056a92eb09a558f9cf4bc5e17638c40c295ff4f794753e5e668fb2903d
SHA1: 57ae75228c8773be4fcf15341af9a52bdb4a4685
MD5sum: 2aac7c12cde3aacf151b3ee73282cfe4
Description: debug symbols for postgresql-10-pointcloud
Build-Ids: 9a249a42e983be3a83487871016a7867151bc1b0
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-powa
Source: powa-archivist
Version: 4.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1553
Depends: libc6 (>= 2.17), postgresql-10, postgresql-contrib-10
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-10-powa_4.2.0-1.pgdg+1_arm64.deb
Size: 40208
SHA256: 894cc3f00127a98e2fa9c947382e502eb5d4169a4ab0f93f969d8aa12bba5e58
SHA1: cb1d6cfa99b66f4ae0008b6d6747cd2f73401938
MD5sum: dfa715d56e98b0d3247a0825bd9588ba
Description: PostgreSQL Workload Analyzer -- PostgreSQL 10 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-powa-dbgsym
Source: powa-archivist
Version: 4.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-10-powa (= 4.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-10-powa-dbgsym_4.2.0-1.pgdg+1_arm64.deb
Size: 33684
SHA256: c8d789b65feff7fd81daee348c81cb7b4e548de2dd4dca3fa3b4af5fa3a4501b
SHA1: a07619cddc53d3c84eced94ddc2ad760743ab139
MD5sum: b83d9f4db9d6eda821ee8ad9d7efd753
Description: debug symbols for postgresql-10-powa
Build-Ids: 20d2ae71b8a01fe25aba863f3d552c224ab0e063
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-prefix
Source: prefix
Version: 1.2.10-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libc6 (>= 2.17), postgresql-10
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-10-prefix_1.2.10-2.pgdg+1_arm64.deb
Size: 19884
SHA256: 70c076d06e8f053b1384efcd3d2fcf9e3e52baa6b4b0129a4724035b590e3af2
SHA1: b4872d5d37d87a921d14ae71958cb31d1cb056fb
MD5sum: 2230cce424e53883b02f1af7fc169ffc
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-prefix-dbgsym
Source: prefix
Version: 1.2.10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-10-prefix (= 1.2.10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-10-prefix-dbgsym_1.2.10-2.pgdg+1_arm64.deb
Size: 42992
SHA256: 1378031fbf2badb0b60231f003dc60432d1f611e214e791085a3d91a16c9a168
SHA1: 2dcea8e7e9dfabf181269dbca31ad7e56e8425a1
MD5sum: 6f2ad5da07147ab6cab0cab9c19e9808
Description: debug symbols for postgresql-10-prefix
Build-Ids: 64fa288d8484e7a56d9d04a5376d0b097cbbcc75
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-preprepare
Source: preprepare
Version: 0.9-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: libc6 (>= 2.17), postgresql-10
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-10-preprepare_0.9-8.pgdg+1_arm64.deb
Size: 9092
SHA256: 6bafa55ad7adae3db9da0858cc00b08e1536f28c37d48afa2b6fb902f78dee3a
SHA1: c31127c45a00e511ec764d7700a001095f7e6f86
MD5sum: 3ab2c5ef4368e9421f99b0e63e39a30e
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-preprepare-dbgsym
Source: preprepare
Version: 0.9-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-10-preprepare (= 0.9-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-10-preprepare-dbgsym_0.9-8.pgdg+1_arm64.deb
Size: 15528
SHA256: 5b8e6360e412be6d8fe7cc577bbdf724908b05eec328db378c35232e2cd62ccf
SHA1: 62bf9259de48ecb903f0933d6c20cd635ca21b1a
MD5sum: d3df891fcb4706444bfcc707eccbedea
Description: debug symbols for postgresql-10-preprepare
Build-Ids: b5fb8ea6c42f3a09225ad39e9688db44ae9f0bb7
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-prioritize
Source: postgresql-prioritize
Version: 1.0.4-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: libc6 (>= 2.17), postgresql-10
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-10-prioritize_1.0.4-11.pgdg+1_arm64.deb
Size: 6580
SHA256: e8bf1a5cb8545b149ac92d81db9b7d01557992c27c80f0309836ebada066284c
SHA1: 538e632331109c498ee09b728dc4554b13151e83
MD5sum: 9f2de4b9a5b6920421cc014d6a1a2c5d
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-11.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-10-prioritize (= 1.0.4-11.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-10-prioritize-dbgsym_1.0.4-11.pgdg+1_arm64.deb
Size: 11524
SHA256: 4f4aa700b8175ed4f2fda958bc6bafcfc4b41a940a3036193ddddb75d09d0997
SHA1: 36fa1e750a76a5c2e53664cf842530b2bbd22299
MD5sum: f105070bbd3e9281f4865ad36516f101
Description: debug symbols for postgresql-10-prioritize
Build-Ids: 285e18be79b713e1238fea9967147f0724f1e40a
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-q3c
Source: postgresql-q3c
Version: 2.0.0-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2499
Depends: postgresql-10, libc6 (>= 2.29)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-10-q3c_2.0.0-8.pgdg+1_arm64.deb
Size: 54840
SHA256: 2adbb5608fe6d85b4eabb6bd4c23c2e756e809bf5b3c86f480b1d49a2527255d
SHA1: 900a3a264ab8e1e4d694daef350ce7e547bc8ca1
MD5sum: 6f518b72e342a32c1600092ec2896847
Description: PostgreSQL 10 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.0-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-10-q3c (= 2.0.0-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-10-q3c-dbgsym_2.0.0-8.pgdg+1_arm64.deb
Size: 77356
SHA256: 60fe25c4deaba46cc2df53efa5c04016946903465139d73cf626507c34156eb4
SHA1: bb332e196fa7a72bf1f9dd47cbaf6b698183e6c9
MD5sum: 3cc794e6a472121084e2a12f75315f6b
Description: debug symbols for postgresql-10-q3c
Build-Ids: 046361368fc05cf6a0a223862ffcfd480aa48b21
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-rdkit
Source: rdkit
Version: 202303.3-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 435
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202303.3), libstdc++6 (>= 13.1), postgresql-10
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-10-rdkit_202303.3-2.pgdg+1_arm64.deb
Size: 184104
SHA256: da4010346d61669c8daadadce2453cdf56d204a3e9afd2c699bdf812e5e2cbb7
SHA1: 119b4ec135131644c9eebeea52a18f474c4c6717
MD5sum: b0fcac1c2b865e2a8c81a2aeb7d278c0
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-rdkit-dbgsym
Source: rdkit
Version: 202303.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 821
Depends: postgresql-10-rdkit (= 202303.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-10-rdkit-dbgsym_202303.3-2.pgdg+1_arm64.deb
Size: 771824
SHA256: a312849723140ffb3636dca966c459c86b8acafb1c961fc86a6ed45ca6a789f1
SHA1: 44cdae9e9a7443bd2e33b4fa95d13760e3130cfd
MD5sum: 2c928e7e9129386bf8e9fbfd2b4281b1
Description: debug symbols for postgresql-10-rdkit
Build-Ids: 773d7c5c3f8e333915b120bb60e53cbaecf88231
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-repack
Source: pg-repack
Version: 1.4.8-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: postgresql-10, libc6 (>= 2.34), libpq5 (>= 8.3~rc1-1~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-10-repack_1.4.8-2.pgdg+1_arm64.deb
Size: 70008
SHA256: 0d03fec3879177db5e342743133fa211a721032132c62953ce79daa7560bc35e
SHA1: 5337db7576849b6da528b2f247400045404794a1
MD5sum: 27cd4f52b81ff3302e0f431f2d2d74c3
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 10.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-repack-dbgsym
Source: pg-repack
Version: 1.4.8-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-10-repack (= 1.4.8-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-10-repack-dbgsym_1.4.8-2.pgdg+1_arm64.deb
Size: 116180
SHA256: 8ccde07cd1d008c420f96b1bbfb9b4af50c88ad2dba7319f8cf148a679fa5008
SHA1: 1aa13afe988d1d41b894bbe2d39439322b0397bf
MD5sum: 5344d0f71ec65cce3c0a907103cf655b
Description: debug symbols for postgresql-10-repack
Build-Ids: 891e5c64c53bf5d1bdedcaa9ad1db30dff0468b6 daa75429c183d97fadd0009474f49125cbdb14cb
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-repmgr
Source: repmgr
Version: 5.3.3-4.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1082
Depends: postgresql-10, repmgr-common (>= 5.3.3-4.pgdg+1), libc6 (>= 2.34), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-10-repmgr_5.3.3-4.pgdg+1_arm64.deb
Size: 205248
SHA256: e3a3307dd8b4b89e8be5fc1c0ca1f9f665cda9c8a5892ee41be353d355bcd2d8
SHA1: d9f72863f8e6e7a06e357ef54486a29173718ab5
MD5sum: aebf918de48a00ac3f634cb4c67ba7f9
Description: replication manager for PostgreSQL 10
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 10.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-repmgr-dbgsym
Source: repmgr
Version: 5.3.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 650
Depends: postgresql-10-repmgr (= 5.3.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-10-repmgr-dbgsym_5.3.3-4.pgdg+1_arm64.deb
Size: 584240
SHA256: 39f985ad509a15a78529653ddc2b560ae26686d698bd43802b8617ab437d0873
SHA1: e5475fd85638f40f7d9701b24c95ec6b962557e5
MD5sum: 80fb7ac9f46da383c0479ec4bcba7b31
Description: debug symbols for postgresql-10-repmgr
Build-Ids: 13b878fd790c9a2fd5af255c3198651049e6d352 549a50f1e48fb06e5250eb4112aa84850fc0f94a 66f09e1c4d5606c07cdf9209c19dcbc755039107
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-semver
Source: postgresql-semver
Version: 0.32.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-10-semver_0.32.1-2.pgdg+1_arm64.deb
Size: 23964
SHA256: b4e8743b04b56199e48257e26c3941b34e76df8e66a77f17648bb891c50a2ec0
SHA1: 88b206480a689a5248e7da02d34d118c0d55d918
MD5sum: 56aeaace0e3dd31e45448151f8334c36
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-semver-dbgsym
Source: postgresql-semver
Version: 0.32.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-10-semver (= 0.32.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-10-semver-dbgsym_0.32.1-2.pgdg+1_arm64.deb
Size: 19364
SHA256: 3ad0cdefd1767a9c2d8006d5b7be466d0f1134cbbe9654a569f80983f7e0a563
SHA1: 67bf497477558c5fd5a1dc9166ce8e7dbd288f20
MD5sum: 8634d7429506f80598b3f7ba3bcbc3a5
Description: debug symbols for postgresql-10-semver
Build-Ids: 3b961e5e7dc0cfad1210f97081d6614ec71e5e6b
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-set-user
Source: postgresql-set-user
Version: 4.0.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-10-set-user_4.0.1-2.pgdg+1_arm64.deb
Size: 18784
SHA256: 1abe8cc7f7ca989205f0798cc40d741e44100ada0cb10c6ff738f86e56db894a
SHA1: 15693ee0a58d223931c4d8ff4ee5ab245555d594
MD5sum: 909666125b0b75fe350687d0da2889d8
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-set-user-dbgsym
Source: postgresql-set-user
Version: 4.0.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-10-set-user (= 4.0.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-10-set-user-dbgsym_4.0.1-2.pgdg+1_arm64.deb
Size: 34904
SHA256: b9effa4729aa8126864707f025b60fcae0c27fb089b8ebcb117ae78536d8e0e0
SHA1: 74ae01941075e835121c3385201980036ed4c171
MD5sum: f2c3ff93d5d868bba2a291431fd0e60b
Description: debug symbols for postgresql-10-set-user
Build-Ids: 5a3090ca0d8112136c564f4259f24bc1afc2c84c
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-similarity
Source: pg-similarity
Version: 1.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-10-similarity_1.0-7.pgdg+1_arm64.deb
Size: 32268
SHA256: 9eb2f57a854667744edf1502f5c0a168b80554cffe35fdb4810dcd57e1408e46
SHA1: 268f5510ce9b755ffb9941ced57f1ca3f67458bf
MD5sum: d8f12f40dbadeeae5a5a329efdc27c7f
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-similarity-dbgsym
Source: pg-similarity
Version: 1.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-10-similarity (= 1.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-10-similarity-dbgsym_1.0-7.pgdg+1_arm64.deb
Size: 55288
SHA256: 646e5b2628cecd90d809996c1d3bd94b017b3a0ade5c7fdfe37823597c74fdb3
SHA1: c069211f5466dff80bc26a89ba91d612af83801a
MD5sum: ee80cdb4629a0f8e17ae3e7691fc8b49
Description: debug symbols for postgresql-10-similarity
Build-Ids: 3feaa5f3e8790d5fe990fbb0a491629d7268203c
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-slony1-2
Source: slony1-2
Version: 2.2.11-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-10, libc6 (>= 2.17)
Suggests: slony1-2-bin
Provides: postgresql-10-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-10-slony1-2_2.2.11-3.pgdg+1_arm64.deb
Size: 17924
SHA256: f2ce44ace652b3db22b2c03bd3945a5ad686c6542f5b3be8694eafe3a6a884e8
SHA1: 7a2fe3d41cfd3a099601709d6b6f0995232daeec
MD5sum: 9bf6afc12eef531a6308201ab0aa364a
Description: replication system for PostgreSQL: PostgreSQL 10 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
 10 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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.11-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-10-slony1-2 (= 2.2.11-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-10-slony1-2-dbgsym_2.2.11-3.pgdg+1_arm64.deb
Size: 57468
SHA256: f5643ed12465e4bbfa59fc0b0015aad8102d44816a69b3418c10db1dc6fdd3ea
SHA1: 1ef51b5f5e89901e620355ea488fd43cc24889cd
MD5sum: 4a43c2ae30e370d1fef54c9dcffc0754
Description: debug symbols for postgresql-10-slony1-2
Build-Ids: 90550769bdb14abd6e38b293ddd4c7e8966ed6a1
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-snakeoil
Source: pg-snakeoil
Version: 1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-10, libc6 (>= 2.17), libclamav11 (>= 1.0.0)
Recommends: clamav-freshclam | clamav-data
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-10-snakeoil_1.4-1.pgdg+1_arm64.deb
Size: 8808
SHA256: 942f23a48b87b902ed74cfe0c4295f34f80f40b3f8bb36ce95fe38dcaaf00012
SHA1: 686393b342d7ad0425fa28929780d2e3d010691c
MD5sum: 54c0d726a3e00ead91215e1210cf44fe
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-10-snakeoil (= 1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-10-snakeoil-dbgsym_1.4-1.pgdg+1_arm64.deb
Size: 13920
SHA256: b1da7159cf91c80b93f7226c1c4ae120d69d5cfc39e44d226db06508c42d5fee
SHA1: 649ce551831bcdfb2efa99d2dc48a07cc38f2a96
MD5sum: 68be9a3a42908564c7ac9f73f63b2ad9
Description: debug symbols for postgresql-10-snakeoil
Build-Ids: 011380f8f7fa74a21c39ccb94c96d6e986cff657
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-tablelog
Source: tablelog
Version: 0.6.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-10-tablelog_0.6.4-2.pgdg+1_arm64.deb
Size: 20032
SHA256: 61708c1c28e86e6431f6c54f8aa25af66d07e9e7dbe2d150ac8f0225c2f4797f
SHA1: f7605fe614b70333c993ad85e04ddccdb3816ce5
MD5sum: cd3ea412da5de4d86dfc1c8d91964b6f
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-tablelog-dbgsym
Source: tablelog
Version: 0.6.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-10-tablelog (= 0.6.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-10-tablelog-dbgsym_0.6.4-2.pgdg+1_arm64.deb
Size: 33640
SHA256: cf490cd46aec09c059b3ad4cc817c4c2d031889c454a69401b475dab0a6f8e73
SHA1: 7d4f471dda1ffffd2c55ab75f7a4b424131aeec7
MD5sum: 297306816d9cd8861dfab2fc355fb309
Description: debug symbols for postgresql-10-tablelog
Build-Ids: 72966e80480c131b412d982f755397c5a44d4cca
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-tdigest
Source: tdigest
Version: 1.4.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-10-tdigest_1.4.0-4.pgdg+1_arm64.deb
Size: 23812
SHA256: 8526a1343724fe7f7a6a9f33f04206666c89510cdd1af17b14d6cbb3c592d6c6
SHA1: bc50df261254b4dffcc8805cd7997ceb9043b539
MD5sum: 3396a6a6d3609a21de69c769184dca08
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-tdigest-dbgsym
Source: tdigest
Version: 1.4.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-10-tdigest (= 1.4.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-10-tdigest-dbgsym_1.4.0-4.pgdg+1_arm64.deb
Size: 47048
SHA256: 2eee6d6a01d0078c35410ec3b6ddc13675154d3552e03e8bb06749b870924497
SHA1: 5d0dc84d41fc0c726a02ceb0ff7c2935621a97b0
MD5sum: 4a8b91c98d173965df70f800c97da1cc
Description: debug symbols for postgresql-10-tdigest
Build-Ids: 68b6b31e5ed5fcd40c52de80173c52b40acf0093
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-tds-fdw
Source: tds-fdw
Version: 2.0.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-10, libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-10-tds-fdw_2.0.3-2.pgdg+1_arm64.deb
Size: 33584
SHA256: 4a0235e3a1c7b0b1d319516f6019168eabd5b0a7384bffd49fb14c7c06f602b2
SHA1: cbf599cbee1b42d4f757a442b5c1221446ac2706
MD5sum: 04c1a618525863b5baad8c0a065d22aa
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-10-tds-fdw (= 2.0.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-10-tds-fdw-dbgsym_2.0.3-2.pgdg+1_arm64.deb
Size: 117756
SHA256: 6d414e384424488ffa614eda5f3b01b9fa56bb98c2eef61335288e40cf988061
SHA1: 59655eb4c635a4613672e66fe785f1ef1166ea0c
MD5sum: be09b5fd78e2e5dde08befd787dbd9ac
Description: debug symbols for postgresql-10-tds-fdw
Build-Ids: 6898d6117846af7c014c8ed9e59d608a4e2be1ca
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-toastinfo
Source: toastinfo
Version: 1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-10-toastinfo_1.5-1.pgdg+1_arm64.deb
Size: 7044
SHA256: 109bbb7f4931ac4dcf192756dc8ddd4bf44e17b206dcd92f10f707f1440b3ae2
SHA1: 46cce7af0f8e4fb95be9f2f0d8e8e6c1687010fe
MD5sum: c8019a49f93632440aa8c611237d09b7
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-toastinfo-dbgsym
Source: toastinfo
Version: 1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24
Depends: postgresql-10-toastinfo (= 1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-10-toastinfo-dbgsym_1.5-1.pgdg+1_arm64.deb
Size: 10200
SHA256: b977f46e362c55f206d575cb99a6d606e80cfa6aaf9d7f486a03e30d651986bd
SHA1: 0d3b12720c644176f3b4bfad31d05597b9292fdd
MD5sum: 983d17bf1abfc841aac58c930b4929dc
Description: debug symbols for postgresql-10-toastinfo
Build-Ids: 760dbf7e887a363d92f3c597e3649bcc9392de83
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-unit
Source: postgresql-unit
Version: 7.8-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 382
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-10-unit_7.8-1.pgdg+1_arm64.deb
Size: 76044
SHA256: c60b5c86fb45793fda3f71705272417bb38e6e9f745120f007ff72c3ce7d12f4
SHA1: 36324ab569a183327de5ff716e2ef61fa0355532
MD5sum: b4cf07ee65be71e867996e86dcf6cc2a
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-unit-dbgsym
Source: postgresql-unit
Version: 7.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 80
Depends: postgresql-10-unit (= 7.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-10-unit-dbgsym_7.8-1.pgdg+1_arm64.deb
Size: 58392
SHA256: 4160edb2d0a032edd266aed0e9661f702468048e9f5e1f3a832a24f1c21278a1
SHA1: 9b8a5a1e01a1bb2960864ab466e63f9a9a31b16c
MD5sum: eb9cb4731a93c92ff88869a1dc097327
Description: debug symbols for postgresql-10-unit
Build-Ids: 595e81f6d4733ed5c2f8634b027ad15a231ddebd
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-wal2json
Source: wal2json
Version: 2.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-10-wal2json_2.5-2.pgdg+1_arm64.deb
Size: 16744
SHA256: 67cfadf8619ae0779a18b2fd1b74a0ee651233480800b69c117ec669f99f0272
SHA1: 86a9dbd5d4a93500b65763b498038b449ec632ab
MD5sum: 37e1fcfa7cec42d1d3c77ed7f419d444
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-10-wal2json-dbgsym
Source: wal2json
Version: 2.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-10-wal2json (= 2.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-10-wal2json-dbgsym_2.5-2.pgdg+1_arm64.deb
Size: 51152
SHA256: bfe680d58b2b883c1760f45f404cc86119c2d6fee5be6dab841e65379ab597d2
SHA1: 3cab510f61e75acbd49ee76a4f7525b6c32fc719
MD5sum: ce6462080e5cd8223cb3374d8b603688
Description: debug symbols for postgresql-10-wal2json
Build-Ids: ca07ffd0329d17af4a54ab9281631c79c753f88f
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-asn1oid
Source: pgsql-asn1oid
Version: 1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-11-asn1oid_1.6-1.pgdg+1_arm64.deb
Size: 13080
SHA256: 437986bc3bde97e5d9c86bfe407026f6fb2c2048b61233fb8ab2bf193cddb234
SHA1: 8a0830ec530b1daf30e1428a48b66497a735b593
MD5sum: 77eeb07bfc417f42855fbad01af85c89
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 11.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 22
Depends: postgresql-11-asn1oid (= 1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-11-asn1oid-dbgsym_1.6-1.pgdg+1_arm64.deb
Size: 8064
SHA256: cfb64348f60b2b774a7b08cde92208817a7c271b706f10a1f81e487c1346c92b
SHA1: 7597caa35ff84a297db34537f8cc2e3d40326284
MD5sum: d51ce7f4bd7e41c6a13ca51bc692df42
Description: debug symbols for postgresql-11-asn1oid
Build-Ids: ea954a3ae4e5e08ad6d88388e6c216211eb70b74
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.7-2.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 97
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-11-bgw-replstatus_1.0.7-2.pgdg+1_arm64.deb
Size: 15256
SHA256: 5a8ba3012c1206960b2e64c1e82125bf61b9f224aad6418e52454a880295dab5
SHA1: c4181c2637fcf0348620a7423006733862b4e686
MD5sum: 0171bc054d06d74e61f7f93074a78614
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 23
Depends: postgresql-11-bgw-replstatus (= 1.0.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-11-bgw-replstatus-dbgsym_1.0.7-2.pgdg+1_arm64.deb
Size: 8368
SHA256: c794c446c9d076d3ebacab9736adc4bda26f995fa1350617e8e47e9b6e9783e0
SHA1: f653d3b9271f0306880670b41f7b0ca87f6e067b
MD5sum: 6500ae574ae3ab32189044b4e0be2a91
Description: debug symbols for postgresql-11-bgw-replstatus
Build-Ids: 8accecfec0725e651534b3650c50a78de9284795
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-cron
Source: pg-cron
Version: 1.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 303
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-11-cron_1.6.0-1.pgdg+1_arm64.deb
Size: 104060
SHA256: 8c2290f987c8c2385c64f0a366c2da797e478ac67ff79f1a57f53024988614de
SHA1: e9b76baa9b7fbf175f1ac8b0fdb60d3adca6de1b
MD5sum: f613d5cf60bdfb5b5aa15bb7b649d237
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-cron-dbgsym
Source: pg-cron
Version: 1.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-11-cron (= 1.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-11-cron-dbgsym_1.6.0-1.pgdg+1_arm64.deb
Size: 96216
SHA256: 2c237bcdeca16b0391a7c25196940ebf956146f6232816d3e9d2cb7cfcab0fc7
SHA1: d00686795d0fba53ee3fb4b892b03fbb2b04f22e
MD5sum: f953cdbab11b67788af0496ee72b5e62
Description: debug symbols for postgresql-11-cron
Build-Ids: 5c20462e4d3a55db530e0648352218f48528aa76
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-debversion
Source: postgresql-debversion
Version: 1.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-11-debversion_1.1.2-2.pgdg+1_arm64.deb
Size: 14036
SHA256: 057c7457275ddb652dbb7f59a432f498316d2a93621a2a6d2b4603bd24a5e241
SHA1: 129ecf0991476831c64dde024f8226ed7dc819bc
MD5sum: e4a5d8813a5fb130beb09643dd867671
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()
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-11-debversion (= 1.1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-11-debversion-dbgsym_1.1.2-2.pgdg+1_arm64.deb
Size: 17472
SHA256: 8946736ca26ca8579ded2f3a41e09fc1811a3271508cc9c5437710557503c2b1
SHA1: 41562933bd5459c7b80fa1dedc2d7de3de8ca331
MD5sum: a265ed5f9c6167b871291344f9c678c5
Description: debug symbols for postgresql-11-debversion
Build-Ids: 39fdcb166e6b41462238bb1f5c33eb4b1ff1a1ac
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-decoderbufs
Source: postgres-decoderbufs
Version: 2.3.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs_2.3.0-2.pgdg+1_arm64.deb
Size: 43652
SHA256: e1cacb81d35023b4efc13218e1db6dbb11919090a128f97a8ab9f5846c867bc2
SHA1: 85356171e24f805827e834c636784775e8c4363a
MD5sum: d81750a4b4beb9f36cd16a32794dcf7a
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.3.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-11-decoderbufs (= 2.3.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs-dbgsym_2.3.0-2.pgdg+1_arm64.deb
Size: 38188
SHA256: 6fcaf00029a8be0d41985b3b88a46afd32ef77e1b4e48697a8b5c22589618d8c
SHA1: 1006662bd21f080f77b68241259382fd665f3747
MD5sum: 236264a78cf0a9d442f30805bd3c54dd
Description: debug symbols for postgresql-11-decoderbufs
Build-Ids: 98021f33e4cdf2b3980592a0289a448c24c48e0e
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-dirtyread
Source: pg-dirtyread
Version: 2.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-11-dirtyread_2.6-2.pgdg+1_arm64.deb
Size: 24860
SHA256: 4759fecaa76bdec487a642fff27f28672efe712a1485821e5099548c0e1e959b
SHA1: 96939cf7f935829b55c3008ca71ed5534d00200b
MD5sum: d611d21a700b24e3dd5d05922f4a7220
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-11-dirtyread (= 2.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-11-dirtyread-dbgsym_2.6-2.pgdg+1_arm64.deb
Size: 31044
SHA256: c431b0f77fcb5835e173f811091eb17a309813030d8416e254729d2e2850fd91
SHA1: 04e4c4076cf25ae40b950d2baead4a12730c1128
MD5sum: 307b7b62654fc93651fc3501baf972ac
Description: debug symbols for postgresql-11-dirtyread
Build-Ids: e40f980a6e330a36bec969f98698f6980268ad2a
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-extra-window-functions
Source: extra-window-functions
Version: 1.0-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-11-extra-window-functions_1.0-5.pgdg+1_arm64.deb
Size: 15848
SHA256: 1b4ad581e8b39379f131a6e75a1440c6cd772aa89665dbc34f898f1c7e9cb6a9
SHA1: 9f4f4dff4decc7b1a5c2db06ffc56f18afd6c639
MD5sum: b5bd8d050f267d5ea46ac6d57436b190
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-11-extra-window-functions (= 1.0-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-11-extra-window-functions-dbgsym_1.0-5.pgdg+1_arm64.deb
Size: 9536
SHA256: 6445c6a0ebd0b6bc2592c86f06a4098f7e8d2ed8861943528e0e2821f3eb6813
SHA1: 7ba1a7ec25bfe8b7442de6fb279f7ced44f9a7e7
MD5sum: ee0ae2b1d66b5649908b8ace3b0f2a11
Description: debug symbols for postgresql-11-extra-window-functions
Build-Ids: f8b336841744d4d8feec1f5b126e85afba40f22c
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-11-first-last-agg_0.1.4-4-gd63ea3b-7.pgdg+1_arm64.deb
Size: 8672
SHA256: 68befbc32a2fb52b265b80f23041c059e3fffe2b33babe6772c37bfded89f414
SHA1: 0444d6072cfb3819e5e8009d6aa41242c51a4291
MD5sum: 62de8b6c704604d1eb0b942a05dc81ad
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: postgresql-11-first-last-agg (= 0.1.4-4-gd63ea3b-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-11-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-7.pgdg+1_arm64.deb
Size: 3924
SHA256: 042b1f958f5196581899dc72057444a266fc361a1087112bfc2f9afcaef22b4c
SHA1: 3d1e7a6061131d5ee3ee26db9694f4df8180d0b8
MD5sum: e7169deb64c9c3917f5a0c8c826b50a6
Description: debug symbols for postgresql-11-first-last-agg
Build-Ids: 68506d3403f4607c71524ad171ef50c10e1a008b
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-hll
Source: postgresql-hll
Version: 2.17-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 212
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-11-hll_2.17-3.pgdg+1_arm64.deb
Size: 83152
SHA256: 0e5907e3710c5ddbff49bdc3af1df5232c7518e9b5713671cae2dd1777f13cf3
SHA1: 868dea96829bcba91f3dceab4f4779f50a6658f7
MD5sum: 594aec9dda744ed3d0e8dc0596a77e7e
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-hll-dbgsym
Source: postgresql-hll
Version: 2.17-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-11-hll (= 2.17-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-11-hll-dbgsym_2.17-3.pgdg+1_arm64.deb
Size: 81252
SHA256: 08c75c7f59fdadb0df901bc6c1d46c9a38173235d8863c3d59ce7353a53b2cd9
SHA1: 7859fe808dec6880ff3d37c47db88341213ccd19
MD5sum: caeaf1dd34cd58ef5c3dda5fed5c6b32
Description: debug symbols for postgresql-11-hll
Build-Ids: 09e1047ddcee43f89ea92d566c60dfad2e5c0b03
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-hypopg
Source: hypopg
Version: 1.4.0-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 186
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-11-hypopg_1.4.0-2.pgdg+1_arm64.deb
Size: 72012
SHA256: 5475dedaf4d4eafd2e449b281daa0e4dbaf6ccffe97591c7a854dc1af9ad71f7
SHA1: b72ca6adea0ef3268ba199c4328e013e97d0a74c
MD5sum: 95d24ed268f70f3065b5f2b586a8843c
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-hypopg-dbgsym
Source: hypopg
Version: 1.4.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 97
Depends: postgresql-11-hypopg (= 1.4.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-11-hypopg-dbgsym_1.4.0-2.pgdg+1_arm64.deb
Size: 76984
SHA256: d6e956b5899e987d5bccb650fffcc1f7eec26061fc8cedb0c1e17c11b4b7ef9b
SHA1: a85dda4b0837613ec2fa40be55ec3dbb69bf8454
MD5sum: a70291da6b282b00f8f509d8cc2c3387
Description: debug symbols for postgresql-11-hypopg
Build-Ids: c813b83372977d50ea6fa41fac34f5d3110a3f9b
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-icu-ext
Source: icu-ext
Version: 1.7.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), libicu72 (>= 72.1~rc-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext_1.7.0-2.pgdg+1_arm64.deb
Size: 73108
SHA256: f7cd8405fe62527430c057e5eac885c3ab0da8f44ba798dfd4f46c1e61290215
SHA1: 4948dab15c2869e59f8c4153b711daf07adb3375
MD5sum: 8fd8e7d3e80c918bfa4895fa5d961a18
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-icu-ext-dbgsym
Source: icu-ext
Version: 1.7.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-11-icu-ext (= 1.7.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext-dbgsym_1.7.0-2.pgdg+1_arm64.deb
Size: 62836
SHA256: 289503343fb00b3d55e5034cf8c09ba55201ef9b4ccf32e68c87b4acb5459c2e
SHA1: c9ca99ed9dac6661a1b2591b61d64b4a5f1452c8
MD5sum: 6aad82d1db6f1a95ed81f72fa7812aee
Description: debug symbols for postgresql-11-icu-ext
Build-Ids: bcc2724726c8b09cbd0c34bb365914cdfa5b0837
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-ip4r
Source: ip4r
Version: 2.4.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 697
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-11-ip4r_2.4.2-2.pgdg+1_arm64.deb
Size: 201128
SHA256: f6fd36c0e8faede17e19c59f3a6360716f9c1af09e926023dd265aab38b71ceb
SHA1: 4d98d5190fdbab98b6446d1922778476446309b4
MD5sum: 7768f7c56c7f3abc77dcc6d9fc3ca6f7
Description: IPv4 and IPv6 types for PostgreSQL 11
 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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-ip4r-dbgsym
Source: ip4r
Version: 2.4.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 209
Depends: postgresql-11-ip4r (= 2.4.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-11-ip4r-dbgsym_2.4.2-2.pgdg+1_arm64.deb
Size: 173216
SHA256: dd482169eab0ee7bc2ffd5b20b5ac9eb505aefb6fa1b04fee0e0e373a44507ca
SHA1: ee43121a7a2d25e6d3e57c02e3f76236e4731810
MD5sum: 867e8cf384a9307d177b154b3d03d53b
Description: debug symbols for postgresql-11-ip4r
Build-Ids: 0f27e9ebef73aa1741b1e3cb1bd4af5d2614d5f1
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-jsquery
Source: jsquery
Version: 1.1.1-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 356
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-11-jsquery_1.1.1-8.pgdg+1_arm64.deb
Size: 137880
SHA256: 69e15222f4b3e249b83d5dba793695002c6ca3228c5683b7c3f9e00fad5dc4f0
SHA1: 9bcaf3fd224942fae39b4fdafcb5d58ca775631e
MD5sum: ec3d9f269424508a722533fb72b3e45d
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-11-jsquery (= 1.1.1-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-11-jsquery-dbgsym_1.1.1-8.pgdg+1_arm64.deb
Size: 94508
SHA256: e13c8ff223a2a9ffc5f2636ab9d3516af8bc1330637768eabc5adc243e497093
SHA1: deb8b37648deec852768c0870ed28c3741661f35
MD5sum: ecf20b466b97f858770c4af77e6cecd3
Description: debug symbols for postgresql-11-jsquery
Build-Ids: 6b042166b1639b86658448645b181556e76b73b6
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-londiste-sql
Source: londiste-sql
Version: 3.8-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-11, postgresql-11-pgq-node
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-11-londiste-sql_3.8-4.pgdg+1_all.deb
Size: 20572
SHA256: 9378d1c844057da38c6a4254d50dda0d455c53191edc673291f8649aebd9670a
SHA1: f92261417f3d72776496f3b7527e83b36a1bfd25
MD5sum: 8741c12baa250649b1c28e9b973c220e
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-mimeo
Source: mimeo
Version: 1.5.1-17.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4485
Depends: postgresql-11, postgresql-contrib-11
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-11-mimeo_1.5.1-17.pgdg+1_all.deb
Size: 128552
SHA256: dc91c1db65cb43f463d77234267bf98b9e94079c295b0c9f298b96e3d5e9a546
SHA1: bf6e5b6f39a1047dd99463e9acb80fbc658d509b
MD5sum: e83375f45c5c7c589c73ce6490e65f25
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 358
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.34)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-11-mysql-fdw_2.9.1-2.pgdg+1_arm64.deb
Size: 143132
SHA256: ad76ec82c47f28bfe19b378c3a566d5aaa2822371b69c7ecc9bfbc4a48f29d45
SHA1: ccec06e7a9a25e09dd225a10388fcb610512263d
MD5sum: 0fa7b8e58b613ffddd656046423980be
Description: Postgres 11 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 11.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.9.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: postgresql-11-mysql-fdw (= 2.9.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-11-mysql-fdw-dbgsym_2.9.1-2.pgdg+1_arm64.deb
Size: 152576
SHA256: 85832dbccd5a284e2418885231155de02569f255ba01a28d13ff3cd69da09fc2
SHA1: 112cf27ee8dac35ed0dbfdb79e8883e315dc3151
MD5sum: bc40840e87d0f8b55dd089c9e5bab692
Description: debug symbols for postgresql-11-mysql-fdw
Build-Ids: 328d5a1d4953e16a7ee20c2fc16abfd8e9a11bf1
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-numeral
Source: postgresql-numeral
Version: 1.3-6.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 254
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-11-numeral_1.3-6.pgdg+1_arm64.deb
Size: 80172
SHA256: b6fd1e0c84f6efdd9373dde0cf9b60369bbab867b8d2a896905932696f6ed640
SHA1: 7d6d2e9840055effebf2a0d26247e3420250619a
MD5sum: 65f6a98aeab273fef56cbc8f0a9f74eb
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 61
Depends: postgresql-11-numeral (= 1.3-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-11-numeral-dbgsym_1.3-6.pgdg+1_arm64.deb
Size: 39776
SHA256: 6d8cd6e86eaab08a2a883c4049688b38c5359a8791ba1e3c936019fddd23b743
SHA1: 10773283e8acadf9d6dbf903e80996f8e90b6ef6
MD5sum: 7859ed0da0a0e806b999da3b3880eaa9
Description: debug symbols for postgresql-11-numeral
Build-Ids: 177c3032b314d42dd20af44a7fb5a8520f0af70e
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-omnidb
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.17), libpq5, postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-11-omnidb_3.0.0.20201026-5.pgdg+1_arm64.deb
Size: 21048
SHA256: dedfa093a83db6434e25da45673b77e512bfd4056de4d41741077e56ae74b0a9
SHA1: 1e9978ff427d1a93cb4bf7bcc4b6de9d0be16a92
MD5sum: ff69c9bd15a348f6832e31d749575587
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL omnidb_plpgsql_debugger extension for
 interactive PL/pgSQL debugging in OmniDB.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-omnidb-dbgsym
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-11-omnidb (= 3.0.0.20201026-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-11-omnidb-dbgsym_3.0.0.20201026-5.pgdg+1_arm64.deb
Size: 34400
SHA256: 95c491795f3ed8bc868551e12c6d78f32a363e5f73e78fc20c1dbcb6cfebc7b8
SHA1: 3be95440f96c23a31a375dd755d6b96da92bc638
MD5sum: 2123a926edc28c6b27098542eba62726
Description: debug symbols for postgresql-11-omnidb
Build-Ids: 342e02fff23fd5c8a80e1250f0fc5056802517c9
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-orafce
Source: orafce
Version: 4.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1220
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_4.6.0-1.pgdg+1_arm64.deb
Size: 400476
SHA256: 69cd9b1b2f4dc9995a439aa6649ed6661240178ff55298f91a7e441c1cc13037
SHA1: b3f9e5157f8c9389e08d3bed5a978cbc96994398
MD5sum: 567a3be85cae4221079412134bc8c67c
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 4.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 322
Depends: postgresql-11-orafce (= 4.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_4.6.0-1.pgdg+1_arm64.deb
Size: 270680
SHA256: b9377be8e6db0fff93c3d59da9239ae0d942965ded44d51c1774074f5203e3e1
SHA1: f3357a41ef10163f1e088d4c7fff2f5af1852c48
MD5sum: 9cdc866702a50b91f766475f6c068341
Description: debug symbols for postgresql-11-orafce
Build-Ids: 252e79a40e2d9ca6b73c3bcfb10056025d611662
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-partman
Source: pg-partman
Version: 4.7.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6854
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-11-partman_4.7.4-2.pgdg+1_arm64.deb
Size: 256980
SHA256: 5abee905ffe6a214b49f11a461287116f288ecb394279e036b19075a6b90bd3d
SHA1: cdd00ee6d08495e2b66d2dabb2b47a16df6c9a97
MD5sum: ff9eee8691378b8ff8c12c43ce67d8af
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-partman-dbgsym
Source: pg-partman
Version: 4.7.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-11-partman (= 4.7.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-11-partman-dbgsym_4.7.4-2.pgdg+1_arm64.deb
Size: 19732
SHA256: 865b82f9c0788bf275b5c8e2afa974dc8741ba745d3948a77e8df75197287609
SHA1: a1060e7529cb122ee260a0b653cae1b25d39e1c3
MD5sum: 835365380188ffe1e12ecece30a12477
Description: debug symbols for postgresql-11-partman
Build-Ids: 1367b0f32c8e7ccc6ce80a916c260d46ff82a429
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.12-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14), postgresql-11-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile_1.5.12-2.pgdg+1_arm64.deb
Size: 29848
SHA256: 416524341d2c4398c5ab7e2b35c4b7db41e00bcf8f5036a09bc1e28b192c9afb
SHA1: 85e2fae8ce174acf52a8a4d030848a3212ec8a22
MD5sum: 2847e9d80afc308c86c97c9372c661e4
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.12-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-11-pgauditlogtofile (= 1.5.12-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile-dbgsym_1.5.12-2.pgdg+1_arm64.deb
Size: 25316
SHA256: b2dd6803e55df87ae6c3c638009321282c7e3edda3e28e8ef0d42bff863df695
SHA1: d94a292b40d15a6d6d21a04146ad84c5531972ba
MD5sum: 80e4d77ecf868f274e102a57a84a3c89
Description: debug symbols for postgresql-11-pgauditlogtofile
Build-Ids: 75e6ff44aa7639583496562f9fa9a4e2dd79d33c
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pg-catcheck
Source: pg-catcheck
Version: 1.3.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: libc6 (>= 2.34), libpq5 (>= 9.0~), postgresql-11
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-11-pg-catcheck_1.3.0-7.pgdg+1_arm64.deb
Size: 27532
SHA256: e32785e509c847559d5aaab8c41854ae627fe2e2b0b88b3bb3cf31aaa6ddfacf
SHA1: e2455faef9c1f3cb0e0133610dbbc28df1c3e886
MD5sum: 77f398ff62502bdfef79e87bf3ab74e5
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.3.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-11-pg-catcheck (= 1.3.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-11-pg-catcheck-dbgsym_1.3.0-7.pgdg+1_arm64.deb
Size: 39564
SHA256: 4906b97cbd25c266634d4d3d7156a87e248af59ff5b5d55a9612113cb8727b85
SHA1: 56f7f3241a6750625e5018546c42e83de13b3f60
MD5sum: dd6c47c8e6d74007d3027dd5084352f0
Description: debug symbols for postgresql-11-pg-catcheck
Build-Ids: e57fdc5b80938de29e0f5387da3629f7e33ef88e
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pg-checksums
Source: pg-checksums
Version: 1.1-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: libc6 (>= 2.34), postgresql-11
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-11-pg-checksums_1.1-6.pgdg+1_arm64.deb
Size: 30208
SHA256: 3cd8e9ec1b994dae5515f04ef29213349655bbbc806feabf67db952ffb3007e4
SHA1: 1d7cb5cbdf5df977392a85600c7b5259d461c4fb
MD5sum: a4b8fdedc0da4644761606ca8db71a92
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-11-pg-checksums (= 1.1-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-11-pg-checksums-dbgsym_1.1-6.pgdg+1_arm64.deb
Size: 26824
SHA256: d879a9348a0aa1ff1af09640e33cc06d15ee41d8277141138babe86bad40cf61
SHA1: e5ebd684495606953402e843ea06c5f92a374efe
MD5sum: 525008712418902cadb1e6aafe4731a7
Description: debug symbols for postgresql-11-pg-checksums
Build-Ids: a7a1f94604e337ffd7444ea1257c3a7f99ef6200
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pgextwlist
Source: pgextwlist
Version: 1.17-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-11-pgextwlist_1.17-2.pgdg+1_arm64.deb
Size: 34616
SHA256: 0653148098764ee6e46c42ede403f5eadeec14e5171a1f635e3fc512a5234ab4
SHA1: a1987972235a818d4dd27f38055f3f919fe2838a
MD5sum: 3d6a7c843daf4d28af430e8112d72c38
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.17-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: postgresql-11-pgextwlist (= 1.17-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-11-pgextwlist-dbgsym_1.17-2.pgdg+1_arm64.deb
Size: 46068
SHA256: e1c9cf655b76eb21b646827072e1e6421e70e83b74896f7a9ade5dbf434d8128
SHA1: 04c2426983db07aca8dc62f8cf9c0b41ca0ee829
MD5sum: 8030a49fb1ca225a06e2c358bc49e5f8
Description: debug symbols for postgresql-11-pgextwlist
Build-Ids: bf1dddcebbb5a99d488b2d61fd41b01ccef6147e
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pg-failover-slots
Source: pg-failover-slots
Version: 1.0.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: libc6 (>= 2.17), libpq5 (>= 9.0~), postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-11-pg-failover-slots_1.0.1-2.pgdg+1_arm64.deb
Size: 41904
SHA256: 1fa27e7ffc772fca592a8517583c0e6f085b9614eb77724aec5c7df5af919e4f
SHA1: 11b055a96f33dc57c6f7806bd48bfbb2c799575a
MD5sum: 28a731f88b80490fc093776ca7f02f95
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.0.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-11-pg-failover-slots (= 1.0.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-11-pg-failover-slots-dbgsym_1.0.1-2.pgdg+1_arm64.deb
Size: 38752
SHA256: 5c768457595d6d519ee4dc485bdd401cb4871a42a6420badcc729c6ec02a2403
SHA1: 6b8beafdf0c7426cd28614cf5785f229999698ba
MD5sum: 360501d49fdba4de54bca888a1724e34
Description: debug symbols for postgresql-11-pg-failover-slots
Build-Ids: c8c910c6bfad23564a40b8873dcc455df84f1d96
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pgfincore
Source: pgfincore
Version: 1.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: libc6 (>= 2.34), postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-11-pgfincore_1.3.1-1.pgdg+1_arm64.deb
Size: 30612
SHA256: 156a6b50ef7101350263453acf4db0ee06a62f5d72e18b564a8a6cf97db50368
SHA1: d0e1c41da39580843a862f0e22ba4b9f97a504ac
MD5sum: 54861d4a7b63ba0c4335fc0bccaa6285
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pgfincore-dbgsym
Source: pgfincore
Version: 1.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-11-pgfincore (= 1.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-11-pgfincore-dbgsym_1.3.1-1.pgdg+1_arm64.deb
Size: 37684
SHA256: a4231c76da3120a2272b029495753616b01a90eec8b736e8e17553af7a008528
SHA1: 99f03e623e9e6028b3fe253137c2cadcab185a38
MD5sum: db51547b4fd0272544a394426075ecea
Description: debug symbols for postgresql-11-pgfincore
Build-Ids: 4725673cc722926a52a7505d6150b8f0d8c4f427
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pglogical
Source: pglogical
Version: 2.4.3-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1259
Depends: libc6 (>= 2.34), libpq5 (>= 9.1~), postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-11-pglogical_2.4.3-2.pgdg+2_arm64.deb
Size: 418960
SHA256: 81c01d21c9e150debd163128cebee52ee86ef3999cf30f6496c71b282371b96a
SHA1: ae642cdc98be741a6da606351a054c74f072be43
MD5sum: 52cf8e5477993d04aa91f71239fa2462
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pglogical-dbgsym
Source: pglogical
Version: 2.4.3-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 423
Depends: postgresql-11-pglogical (= 2.4.3-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-11-pglogical-dbgsym_2.4.3-2.pgdg+2_arm64.deb
Size: 356368
SHA256: 31990137e2c2f99fcfb37284da7a8c53ca5195d004e7573e79cbc1ebc7410abe
SHA1: 956f34ba5c267b8584a31205317e91bcc8291b70
MD5sum: 4ce06a72d12cbbf8bd332d9bf2de8860
Description: debug symbols for postgresql-11-pglogical
Build-Ids: 2715ae2dce566df396dac631ee0adcac504f10b6 4fde7cd45604a017b84812199ff0f6a2ba54122b cedf903e9864d5feb02e47b6b6e80ba69463f60e
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), postgresql-11-pglogical, libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-11-pglogical-ticker_1.4.1-6.pgdg+1_arm64.deb
Size: 21412
SHA256: 0400c47a5283a32fc4ad355345af54c371713bbe48c01866be816f8d6a3a1fa9
SHA1: 3ba190fc8f1079b96f136d030e48abf8fd730810
MD5sum: ada9fd0c338a7ffdddb5ef5a309bd81a
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 11.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-11-pglogical-ticker (= 1.4.1-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-11-pglogical-ticker-dbgsym_1.4.1-6.pgdg+1_arm64.deb
Size: 15096
SHA256: 300c61a692ab3ab75d6a14b627979a4bd1e66ef48f6d9ab9b51204db08382d69
SHA1: eb9be40399ea5e949c5049ca26a111a4531cc72f
MD5sum: fcfeee9ea2501147ebf888055219a8e3
Description: debug symbols for postgresql-11-pglogical-ticker
Build-Ids: 8af1315f786f25231168c17ed6ef13c5e02d5e77
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pgmemcache
Source: pgmemcache
Version: 2.3.0-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), libmemcached11 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-11-pgmemcache_2.3.0-13.pgdg+1_arm64.deb
Size: 49316
SHA256: 47f5d09064de91960af278c3859198af6d16f93bf8b5f590ba259c2f8b0387f9
SHA1: 31fccb10ecd954a664cb9113212e63110d071542
MD5sum: a531fbc82fd1b52c926f0dcd5d765697
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-13.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-11-pgmemcache (= 2.3.0-13.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-11-pgmemcache-dbgsym_2.3.0-13.pgdg+1_arm64.deb
Size: 39428
SHA256: 22af805bfbe405aef1936bfa5e8fa598bffbc33d81a740659e775209f5900844
SHA1: 840b80e16d4384dca12e1146104a819e246f504e
MD5sum: a9d018a1df4b452570951bdee703018f
Description: debug symbols for postgresql-11-pgmemcache
Build-Ids: 56390be67f949c4a6f84fc44477362c5f5094eee
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pgmp
Source: postgresql-pgmp
Version: 1.0.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 416
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), libgmp10 (>= 2:6.3.0+dfsg)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-11-pgmp_1.0.5-2.pgdg+1_arm64.deb
Size: 108944
SHA256: 85d0d5a1b59cf48d4c2f3b7cb83bb8c473655f7409952a0da4968bdb35b549a8
SHA1: e6b056e41b306ea034d24e252b880ee9d9716bb7
MD5sum: ee5a2d2fda958ae7bfbee7b8ef61caa7
Description: arbitrary precision integers and rationals for PostgreSQL 11
 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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-11-pgmp (= 1.0.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-11-pgmp-dbgsym_1.0.5-2.pgdg+1_arm64.deb
Size: 63964
SHA256: e16c8e773b55b67e0e40b13c98c6532251d491443875b7c4d9439fe549190d98
SHA1: 96b13f40febbe45e17edb642f689468747facbe1
MD5sum: 49697b91453ce6a177438f14af4d6038
Description: debug symbols for postgresql-11-pgmp
Build-Ids: c0926840eeb448c7085df1d44f087bf2848fee3e
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pgpcre
Source: pgpcre
Version: 0.20190509-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), libpcre3
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-11-pgpcre_0.20190509-6.pgdg+1_arm64.deb
Size: 19052
SHA256: 0cc322d25e12f2f4b15dfb35a5b71cf4ccd8c1f608886546de19bbac83dd2f5b
SHA1: 94735b4c78466840335a3befe0bf0146debf720b
MD5sum: f16a6055019b435ef6f7d7d8c466c329
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-11-pgpcre (= 0.20190509-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-11-pgpcre-dbgsym_0.20190509-6.pgdg+1_arm64.deb
Size: 14872
SHA256: 752f09c98697f1eecae8dc7a616ceeeee11caf33d29e61240af9929abae6f73f
SHA1: 7fd4049f2b76cbc4adbe74661c2a26e93d1e733d
MD5sum: f0a7b9a6e17eb850f0b1225790f1f3ce
Description: debug symbols for postgresql-11-pgpcre
Build-Ids: 29e61dd08da771719c641d7a4ad030038fa510d7
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pgpool2
Source: pgpool2
Version: 4.3.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 437
Depends: libpgpool2 (>= 4.3.5-3.pgdg+1), postgresql-11, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2_4.3.5-3.pgdg+1_arm64.deb
Size: 159060
SHA256: dde753195e35a4267af5d059a2f54461291dbba3e7a9a03323ee5d30f6d07f63
SHA1: 22616ed6f1a852d70cadbf1199bf93a4c64869b2
MD5sum: 65aeea00c326be684382170505275aa1
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 11 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-11-pgpool2 (= 4.3.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2-dbgsym_4.3.5-3.pgdg+1_arm64.deb
Size: 51204
SHA256: 019dafb41e87eef2bd7618b96ab18016ed655385c349984fbb0312c10e334e02
SHA1: 41ed233cff07cadf86d59318eb6f545a54b8338b
MD5sum: 3877002ba2ef7d8a5585275591590cc0
Description: debug symbols for postgresql-11-pgpool2
Build-Ids: 27da23e18f946cf5dfd1e2cc8dfb6d5cacce8a2c a41c9311a9f28c762a3d913d5bb1b2912d578886 ae96a7cccc8ee6a683847887740b46f014b699c2
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pgq3
Source: pgq
Version: 3.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2224
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14), pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-11-pgq3_3.5-3.pgdg+1_arm64.deb
Size: 134976
SHA256: 759ccab1620b1771a6a3f9ac8483c977977cedfb1269e8b04e1d59a4e7a8c6a5
SHA1: b7881c61109e31f36769bd723b4d7c62d82635bc
MD5sum: 059ea84e7946f52a002615af60e6c15e
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pgq3-dbgsym
Source: pgq
Version: 3.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-11-pgq3 (= 3.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-11-pgq3-dbgsym_3.5-3.pgdg+1_arm64.deb
Size: 69500
SHA256: c3f4b822d4135d1277c9d4d306c5978a85c2909c0058329d9011b076758470d0
SHA1: 29cb72c8c567f89788962dfd9091c5091f03a8b5
MD5sum: a9bf446124083bfa9c5f2a8f30fcecce
Description: debug symbols for postgresql-11-pgq3
Build-Ids: 195a7192242d512cec3cb848fa3c70dcf644f22a 44e11801700eaa6b7ef9292922110a30ff5f297c
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pgq-node
Source: pgq-node
Version: 3.5-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 538
Depends: postgresql-11, postgresql-11-pgq3
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-11-pgq-node_3.5-5.pgdg+1_all.deb
Size: 12736
SHA256: 54e0387e7d0cd8a1693baf537956adf51e8d51d3d4989166d27604a4e7ee5d55
SHA1: 24f3dd974ad3db49cdf1159578ba75d40f5f1bba
MD5sum: 7bff53f52084bce612baaa43af97aa2b
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pg-qualstats
Source: pg-qualstats
Version: 2.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 211
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-11-pg-qualstats_2.1.0-1.pgdg+1_arm64.deb
Size: 63928
SHA256: 38a13b2e912b21155b02f6ffc5e79c6970b2e83daed08899946f457f938058c6
SHA1: bd2b682799f31175b6b0213a9158e284ed52ae24
MD5sum: fb189b192b7615b8d85f321ff0598adc
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 75
Depends: postgresql-11-pg-qualstats (= 2.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-11-pg-qualstats-dbgsym_2.1.0-1.pgdg+1_arm64.deb
Size: 57664
SHA256: 12b3c527ffe7a900a56819697ebc0e6f489a3c9e4eeafbba1c06f494b4c0e220
SHA1: d56af8a5da5eb2ef56137a0e55ffc955ec21bf99
MD5sum: 1d98302712a53673fa5983fccba6257f
Description: debug symbols for postgresql-11-pg-qualstats
Build-Ids: 006ec0f9bc53277450a8ab9df08a9188ff971052
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pgsphere
Source: pgsphere
Version: 1.3.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1698
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1), postgresql-11, postgresql-11-jit-llvm (>= 14)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-11-pgsphere_1.3.0-3.pgdg+1_arm64.deb
Size: 567348
SHA256: 5b9c7d2647180438b14d24f4f42631f4c0b0439f0e6858659a55fca3d556ad76
SHA1: c0af3a4526cb6b341e9ce18ffb24e0d2c3e29022
MD5sum: 8af142af565c0dee56856b990dd3b11f
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pgsphere-dbgsym
Source: pgsphere
Version: 1.3.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 388
Depends: postgresql-11-pgsphere (= 1.3.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-11-pgsphere-dbgsym_1.3.0-3.pgdg+1_arm64.deb
Size: 330420
SHA256: 4afb4f298e6adc03b201291783cd19d2b92484ef92f48de9deedd9c2e2a7c256
SHA1: b645afeac82b3c3afca2f1c7f91f523778b0abed
MD5sum: 3ba8578c69c507dfcd369ff3617ab8e8
Description: debug symbols for postgresql-11-pgsphere
Build-Ids: 30cf978be0b8b38e958e088832ae349b9aa5ccca
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.2-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 166
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14), postgresql-contrib-11
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-11-pg-stat-kcache_2.2.2-2.pgdg+1_arm64.deb
Size: 37904
SHA256: ce04acb8a1abc247e183369df0511510f34ecb613f421147a7b95165f80ce1ae
SHA1: cbf4fef87f13471fadda11e654b56466e358e390
MD5sum: a81eab3607f10bdf6f60e1cc51642221
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 51
Depends: postgresql-11-pg-stat-kcache (= 2.2.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-11-pg-stat-kcache-dbgsym_2.2.2-2.pgdg+1_arm64.deb
Size: 34656
SHA256: 1d8e459062b6f6767b7a920c24851a9ae242bb2354380dcfdf0451dfd40693df
SHA1: b81f040d09f05a3d95db8558b86eb902c6440091
MD5sum: 0d135fa30cd556d400e904cb7ece955f
Description: debug symbols for postgresql-11-pg-stat-kcache
Build-Ids: 9ac5bc407a06d62e33b3c56eb674ae033e117775
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pgtap
Source: pgtap
Version: 1.3.0-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1774
Depends: postgresql-11
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-11-pgtap_1.3.0-3.pgdg+1_all.deb
Size: 61036
SHA256: 57a2954b7a38763e09228ac7b02dfd98ec8c6a935ff4cbd666d02646af0d014e
SHA1: 9268d88eb51cbd9f4fd1add85b303876b26d2923
MD5sum: e86e7f30ea54cfad769f2d6cf66d5793
Description: Unit testing framework extension for PostgreSQL 11
 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 11.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pg-track-settings
Source: pg-track-settings
Version: 2.1.2-2.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 150
Depends: postgresql-11
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-11-pg-track-settings_2.1.2-2.pgdg+1_all.deb
Size: 9768
SHA256: 3ed59e8961216b9f43e3cc963f1a98112ae1ff9935533cea61cdb3b8abe77d8a
SHA1: b4a7db3139c32b4c711794d74900f7e42f3b64ad
MD5sum: 90041a821211bfa128e055fabc746035
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pgvector
Source: pgvector
Version: 0.5.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 470
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-11-pgvector_0.5.0-2.pgdg+1_arm64.deb
Size: 184344
SHA256: b9846b3ea2be5b7f47a4f200fb42e40d3262f7894ca3233e9abf0dd0419e0532
SHA1: d58fbe3fe2484994c77d01148e23772cbcf7dd9d
MD5sum: a75a224a9fc21b3b740bafcb81cb1df9
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pgvector-dbgsym
Source: pgvector
Version: 0.5.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 200
Depends: postgresql-11-pgvector (= 0.5.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-11-pgvector-dbgsym_0.5.0-2.pgdg+1_arm64.deb
Size: 172724
SHA256: d7a7c43ddb3392773845d6ce1f1fb985dd10efdad3a825dafd55d504d2e82745
SHA1: cb200bc5847c9bd0c8cf4fc4e2427e29c4562927
MD5sum: ee57ba7a47dff8aa77d4a7cdb52352a3
Description: debug symbols for postgresql-11-pgvector
Build-Ids: a3db6fe44c42a393486dd88e2fc5b4788d45c09b
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-11-pg-wait-sampling_1.1.4-3.pgdg+1_arm64.deb
Size: 40892
SHA256: 7598ccd5133a3548f962ab3fd0da7b33dbea68cee407a68c2f0cb0af46899035
SHA1: 691045cc567209e3d84b59a83ddae330b83d866a
MD5sum: 12036bd014d552eab40a0408f1b6757c
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-11-pg-wait-sampling (= 1.1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-11-pg-wait-sampling-dbgsym_1.1.4-3.pgdg+1_arm64.deb
Size: 50864
SHA256: 4642411550d293e21548655e4f4d0e4d96ab90d5c171c8aece162bff76359bbd
SHA1: 1db8f07b7b28b41701411570470c483e549b619d
MD5sum: b4e3851ac913ed8a4260bbc0856e4646
Description: debug symbols for postgresql-11-pg-wait-sampling
Build-Ids: 0752a0a8371847d20771cdb48b82787d3a36cfd1
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pldebugger
Source: pldebugger
Version: 1:1.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 214
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14)
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-11-pldebugger_1.5-2.pgdg+1_arm64.deb
Size: 82824
SHA256: 4a82cb8eedf8534791adea653277726c1465d48a6a527600e5ca19bb2ec6603f
SHA1: a648118b31c9da69a800d0ab89709bf54b332288
MD5sum: 3d70c293abf27bc34202feb057be3cef
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-11-pldebugger (= 1:1.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-11-pldebugger-dbgsym_1.5-2.pgdg+1_arm64.deb
Size: 91256
SHA256: 77580f5babc83dc9ef2c8176df207ea595ae5eb5bf358abf7c5843f5cf9f864a
SHA1: dc64ab15d9d8a683074fe55fe47d05369c5f7f15
MD5sum: 3de94c9cb993532dde6e5f92a9e842b4
Description: debug symbols for postgresql-11-pldebugger
Build-Ids: 70670e86cc1f4cbc2fbd099a879cc586b9daec56
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pljava
Source: postgresql-pljava
Version: 1.6.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1358
Depends: default-jre-headless | openjdk-17-jre-headless | java-runtime-headless, postgresql-11, postgresql-pljava-common (>= 1.6.6-1.pgdg+1), libc6 (>= 2.34)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-11-pljava_1.6.6-1.pgdg+1_arm64.deb
Size: 916208
SHA256: 9c04ccd1859862e700e880101d49a863cdf5e6832240963ee8be9a7af34472d1
SHA1: be89ba5a7095086143b5123a90c2567444094190
MD5sum: 2af566a90f62183cce9ab7f253af164e
Description: Java procedural language for PostgreSQL 11
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-17-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 345
Depends: postgresql-11-pljava (= 1.6.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-11-pljava-dbgsym_1.6.6-1.pgdg+1_arm64.deb
Size: 282700
SHA256: b547e972653a786ac8cf8860fac442aa964d59bf50c1e2e5d4a19242462368ea
SHA1: bf0ba4777d1179ddaccc8c0540b2c11eb00b2c53
MD5sum: bc242ad206fb5c5a12ff7f8478a7f4e7
Description: debug symbols for postgresql-11-pljava
Build-Ids: 6003eff6104a567edd63a7bb66b56f7fcf282946
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pllua
Source: postgresql-pllua
Version: 1:2.0.12-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1035
Depends: postgresql-contrib-11, postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-11-pllua_2.0.12-2.pgdg+1_arm64.deb
Size: 395124
SHA256: bbee4d10acadb19916aeae27a9113073a61ea90bedb5224e81906d45668bacf0
SHA1: 718bb861f41fac203dd54a77cbb4c920af510d5d
MD5sum: eeac9bc61e648a7c0cb2a19d9d51433d
Description: Lua procedural language for PostgreSQL 11
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 351
Depends: postgresql-11-pllua (= 1:2.0.12-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-11-pllua-dbgsym_2.0.12-2.pgdg+1_arm64.deb
Size: 303920
SHA256: 176a44214156b94d6ce487362214a3b14184d8cc3e5058b2cf7b59659c5938be
SHA1: cc48d4b47ccbe8f970f3053344adc78da70c9631
MD5sum: 93991b89ebc1eb6c28cac580ae8d334e
Description: debug symbols for postgresql-11-pllua
Build-Ids: 40e90539fc788854e16b26a28f964c43c9d1ff27 de8de82a1d6b8afb770b30ed4e83f2791f688e38
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-plprofiler
Source: plprofiler
Version: 4.2.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-11-plprofiler_4.2.4-1.pgdg+1_arm64.deb
Size: 50044
SHA256: 4e304153a01b8575821769cf46a41b8ef6976c8257b3215c35d029f45e095209
SHA1: 65da1423f23509e25be42c1df9530f7fa4fa168e
MD5sum: 88243b095462d09da41357b0ad99821b
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-11-plprofiler (= 4.2.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-11-plprofiler-dbgsym_4.2.4-1.pgdg+1_arm64.deb
Size: 49716
SHA256: b52ca3f7b04830e45f1ec2115334366a68bf57adff2c190dbb375dd0296645b0
SHA1: a912f668ef25cba27ed55379e5564341d26c33d8
MD5sum: ef71d8809b3586537b2e73709d66aa6c
Description: debug symbols for postgresql-11-plprofiler
Build-Ids: 579b21a14a83f6884ed992c426f3d55d6412bc6c
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-plproxy
Source: postgresql-plproxy
Version: 2.11.0-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 367
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), libpq5
Homepage: https://plproxy.github.io/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-11-plproxy_2.11.0-11.pgdg+1_arm64.deb
Size: 151572
SHA256: d31866a4d7a8f979c44250454c4eb7d1f73529d852efabba9d81a8bd6bdea6a3
SHA1: 979adb582633c4c3ba2cfc64e8c23054fe2c808d
MD5sum: 253c5f6071ab14a860db2558f09a9ea1
Description: database partitioning system for PostgreSQL 11
 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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.11.0-11.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: postgresql-11-plproxy (= 2.11.0-11.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-11-plproxy-dbgsym_2.11.0-11.pgdg+1_arm64.deb
Size: 110200
SHA256: 2791f74775c0e4b2684649afc25417d24b7f4b28d0111c6288c086b5043ac736
SHA1: bf64fb1d1bf9a1b473fd457c1abdb000c0924111
MD5sum: 3e4cd2612a72efeabd8b30a8d1b98770
Description: debug symbols for postgresql-11-plproxy
Build-Ids: 233e9a866dc67daec40e9f104da711c74643f955
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-plr
Source: plr
Version: 1:8.4.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 351
Depends: r-base-core (>= 2.10), postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.33)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-11-plr_8.4.6-2.pgdg+1_arm64.deb
Size: 152540
SHA256: 8a841d9a65209e3fbca5764e1dc2b0dbd1e2c09ecb31628d87a78fd2022943a5
SHA1: 41403084c3ab94711b8ce1ded3043534b73867c8
MD5sum: 258df068f69b8643f667f7b41f015d5e
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-plr-dbgsym
Source: plr
Version: 1:8.4.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-11-plr (= 1:8.4.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-11-plr-dbgsym_8.4.6-2.pgdg+1_arm64.deb
Size: 120008
SHA256: 29bd8d4f5712fae6d02678d20f91e9ffbed91fa0cb4bf6fc61162f11aed6686c
SHA1: ba7cb3882f7e0f64c079b90875d4af321cb1111e
MD5sum: c3a3c8968b0efcee66894705adf55351
Description: debug symbols for postgresql-11-plr
Build-Ids: 0534bd26c2570a6a688b67a27814067f2ffec5f8
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-plsh
Source: postgresql-plsh
Version: 1.20220917-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-11-plsh_1.20220917-2.pgdg+1_arm64.deb
Size: 30204
SHA256: 6f6916285834cb1f8a62e665f635bf7c7560bc08a12fb260f7006156c34422e6
SHA1: fa43fd4b61edb04cd76ec7f0baefa1143ce1243d
MD5sum: e59c4a8653741775d553b3b6d5ddcff8
Description: PL/sh procedural language for PostgreSQL 11
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in a shell of his choice.  You need this package
 if you have any PostgreSQL 11 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20220917-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-11-plsh (= 1.20220917-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-11-plsh-dbgsym_1.20220917-2.pgdg+1_arm64.deb
Size: 27516
SHA256: 3bc418d671c5620d55c4a75d76d2795bac214b08b09a5cb36f8f1cfdf4c16c3f
SHA1: bde80a87650c67227a94fd45f65adab8f579b183
MD5sum: b871a1f539bb9bb33b2ee8f67a321e2f
Description: debug symbols for postgresql-11-plsh
Build-Ids: 99d012291e5d91215e9f52464b259e0e1bc279ce
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pointcloud
Source: pgpointcloud
Version: 1.2.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 525
Depends: libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-11-pointcloud_1.2.5-1.pgdg+1_arm64.deb
Size: 104628
SHA256: d65650881368ed4c4022a4b9b5db047e78ed48912342c77a6cf7a44f21336274
SHA1: 58b8de291113d440db4c43cd66f14ed9ba2ab100
MD5sum: 3ac6dab93519d27cc129310bab9309e2
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-11-pointcloud (= 1.2.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-11-pointcloud-dbgsym_1.2.5-1.pgdg+1_arm64.deb
Size: 161188
SHA256: b2722c0f48297d60797a9c5c7d4a0eb1c61a2fcd0d7e406f8e31e3cd5c148a2e
SHA1: 587250ff0370117202c44c2967a992f641b2133a
MD5sum: 7ae31ae4a9388148c61f666e8ed053b5
Description: debug symbols for postgresql-11-pointcloud
Build-Ids: dadfa2b7cdec40ff19d9b014c65e49b35cad5585
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-powa
Source: powa-archivist
Version: 4.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1579
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14), postgresql-contrib-11
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-11-powa_4.2.0-1.pgdg+1_arm64.deb
Size: 54964
SHA256: 7ad29b4ec22b770f625b839e35eab8a8e6fb2b2d158f6d4101244c6dbff785ca
SHA1: d7e5ec357bafc3499e77a942a7270662459756d2
MD5sum: 9069190f8160777ec0ed2674c8a7a564
Description: PostgreSQL Workload Analyzer -- PostgreSQL 11 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-powa-dbgsym
Source: powa-archivist
Version: 4.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-11-powa (= 4.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-11-powa-dbgsym_4.2.0-1.pgdg+1_arm64.deb
Size: 32468
SHA256: 86d2469b2713c6b20ba2488c239150a4f46f24a39f694028d385c17822a249ed
SHA1: 445a3aba44f98b355f7dd69f64282347f6fd43e9
MD5sum: 1dab6941e5e80a572cf24e7b9236d05e
Description: debug symbols for postgresql-11-powa
Build-Ids: 1d8ad78723021781a5cbd499183479b5f312d8b8
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-prefix
Source: prefix
Version: 1.2.10-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-11-prefix_1.2.10-2.pgdg+1_arm64.deb
Size: 44940
SHA256: 6ebcb06a08fb8e86f6d2652035e921b939f7150c82af061ac119d63e92da7b0a
SHA1: 5df5fe4b69bbd5122e51ff88eebbce7bbfe6b43d
MD5sum: 502295de3fe274c0c4dfb27fcd3bd188
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-prefix-dbgsym
Source: prefix
Version: 1.2.10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-11-prefix (= 1.2.10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-11-prefix-dbgsym_1.2.10-2.pgdg+1_arm64.deb
Size: 43732
SHA256: c06ee815d61e1e6dbfc1773cf2cda0164bfe7433bf91b44475075b50de942646
SHA1: d6c6ab9dff8962f6185952d997f581f286e6514f
MD5sum: 5ad9cbf3e037c05827f94d225385710d
Description: debug symbols for postgresql-11-prefix
Build-Ids: 4846e2bde4bd3c71f43186537d536d90f8a537dd
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-preprepare
Source: preprepare
Version: 0.9-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-11-preprepare_0.9-8.pgdg+1_arm64.deb
Size: 17892
SHA256: d5d5031b0b7ac31dfe53e37b8c5bb3b9d73529cbcfa04faab2c051b5e18e6c48
SHA1: 30114f427fa9433400a43c8d48f73aa71b0b5b35
MD5sum: 935b2e8bd89f16294a3e14d523e15dfd
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-preprepare-dbgsym
Source: preprepare
Version: 0.9-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-11-preprepare (= 0.9-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-11-preprepare-dbgsym_0.9-8.pgdg+1_arm64.deb
Size: 15676
SHA256: 4da0903825b799a0b0ee9091db2516355218a636fb30c23b7bbfc772973ffc8b
SHA1: 5b3fa12d005e699fdae0dafcf7fe1c8ad8a64c8b
MD5sum: fc0118006c1dab243068ea52a086c46f
Description: debug symbols for postgresql-11-preprepare
Build-Ids: 895b4cfc66eef4ebb5ce4604015bf2f2450009eb
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-prioritize
Source: postgresql-prioritize
Version: 1.0.4-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-11-prioritize_1.0.4-11.pgdg+1_arm64.deb
Size: 12056
SHA256: f2ea362c6bfca32276c78b9c59ca3949110717a149ea809d344c6771e7ddf9fd
SHA1: b8c2bc72a1057a2e84e7adf5697f4223e6ad81f4
MD5sum: e32a0bf0d778c3517731561b6e630b46
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-11.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-11-prioritize (= 1.0.4-11.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-11-prioritize-dbgsym_1.0.4-11.pgdg+1_arm64.deb
Size: 11728
SHA256: 828a2d11e333e22e9a94bc6b502ef23b1a0533a640a9bf03784ade1b7e3402ef
SHA1: f9d5c92ce81696566b2d0df089f384d505243e12
MD5sum: 8b6e96fcfc3f582368120d0fbfd8b2b9
Description: debug symbols for postgresql-11-prioritize
Build-Ids: d77420c844d12dee31e797a44a1bb11fe016d1c5
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-q3c
Source: postgresql-q3c
Version: 2.0.0-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3395
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.29)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-11-q3c_2.0.0-8.pgdg+1_arm64.deb
Size: 144208
SHA256: 6bc44f9ac4268aca96574a4145b18725e6449a3d6664133471c7e83539afea8c
SHA1: 5d5957b0bc7fd64462c53d2facf4226d559ffa16
MD5sum: 19832e360b72e4d3e2eb82d697854b75
Description: PostgreSQL 11 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.0-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-11-q3c (= 2.0.0-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-11-q3c-dbgsym_2.0.0-8.pgdg+1_arm64.deb
Size: 84304
SHA256: 6b22f12ef9cf7edb1051d1c526a36be0b5f0f0aab0f22cf94e075986149f6b55
SHA1: db7cd06ce080691b2b2d8e20c4b2fe0d619868d0
MD5sum: fb851c1c154e6f93977ce91aee11cfac
Description: debug symbols for postgresql-11-q3c
Build-Ids: d00a57a7bb9d208cef18c1ed5eef1db49b7568b7
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-rational
Source: pg-rational
Version: 0.0.2-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-11-rational_0.0.2-6.pgdg+1_arm64.deb
Size: 25612
SHA256: 34bdecc204c60e3bfc31faaa54ba2b4c7bbed4e0a4e925fcf1933322cac74cf2
SHA1: 80c8604713f39cc31d98049d3a71902901990db0
MD5sum: 89ddd52d3338cae8be1f83ed87a7db55
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-rational-dbgsym
Source: pg-rational
Version: 0.0.2-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-11-rational (= 0.0.2-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-11-rational-dbgsym_0.0.2-6.pgdg+1_arm64.deb
Size: 19512
SHA256: eb0ec0c0c53da96a14363f2f0227e492515d8c2ed6627f6664e6461dfc8c6261
SHA1: 2b0739712064710515b488bc314b1909e2056e1a
MD5sum: 4b54e9845d30be17afb0e090dc2f4383
Description: debug symbols for postgresql-11-rational
Build-Ids: 59ffc1ec5e3e8848bfbe80ff2ee05f7913d787ba
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-rdkit
Source: rdkit
Version: 202303.3-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 932
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202303.3), libstdc++6 (>= 13.1), postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-11-rdkit_202303.3-2.pgdg+1_arm64.deb
Size: 404744
SHA256: 3c5afbf31b259643b662ac9268543a33f3e6af89b1fb12853e864cd2806752ae
SHA1: dceb582fd89b6483bbe0a5d58effedf41282ef8f
MD5sum: 99347773cf6dc428da860da7e2093893
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-rdkit-dbgsym
Source: rdkit
Version: 202303.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 821
Depends: postgresql-11-rdkit (= 202303.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-11-rdkit-dbgsym_202303.3-2.pgdg+1_arm64.deb
Size: 772124
SHA256: 871dd41876f0de6f964d048fd33d603c2eb327f6406109a1ed6804bc3e9dffc4
SHA1: f195bac97f51dc9c786a949245b6bc085c2db4d8
MD5sum: 95b92a1807bce035c1b1369a1fe02481
Description: debug symbols for postgresql-11-rdkit
Build-Ids: dbb04bd8f64765c6b4c23808ca757c0d443ae3eb
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-repack
Source: pg-repack
Version: 1.4.8-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 306
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.34), libpq5 (>= 8.3~rc1-1~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-11-repack_1.4.8-2.pgdg+1_arm64.deb
Size: 97112
SHA256: 54746a6ca29cf44b1012aa88d271b441fbdad52e7ed3b1601fd5ff089e4946bb
SHA1: aba4b1411ef728543d23fa8d26e1a6f9442d07ba
MD5sum: 6cc4df7c19daedda3c211d6ec0d18b35
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 11.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-repack-dbgsym
Source: pg-repack
Version: 1.4.8-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-11-repack (= 1.4.8-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-11-repack-dbgsym_1.4.8-2.pgdg+1_arm64.deb
Size: 117220
SHA256: 0518ccda750023fc67deadb56818c4fd1630e4d0299f914a2c2b573c370ff001
SHA1: 25666eccccec1f4758abcfe6b365e17add43031c
MD5sum: 02e56b3ca22c7b050b0bfbcd60fb227b
Description: debug symbols for postgresql-11-repack
Build-Ids: 84d9f1474e3ace15b095ade8c830fa273910090c a9e16b87ed7f5fb1b1a1e3c0f95b31de71eecf06
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-repmgr
Source: repmgr
Version: 5.3.3-4.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1107
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), repmgr-common (>= 5.3.3-4.pgdg+1), libc6 (>= 2.34), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-11-repmgr_5.3.3-4.pgdg+1_arm64.deb
Size: 217696
SHA256: 78bfef8670d149cdd6f1208823928110c84c54bd095e1a3e8f6793873e95e57e
SHA1: 27416feba86becc64cf6d8c5db70c7d150a441ac
MD5sum: 2e04abb05fc76941e4fa1f0d7b02a7dd
Description: replication manager for PostgreSQL 11
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 11.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-repmgr-dbgsym
Source: repmgr
Version: 5.3.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 651
Depends: postgresql-11-repmgr (= 5.3.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-11-repmgr-dbgsym_5.3.3-4.pgdg+1_arm64.deb
Size: 584776
SHA256: 9300ece30de569d6bc02fa1ef1bc6f6e97980d93ef4bc21ad2a40e83f7167ea5
SHA1: 49544b48ed4a9a56a6ef987ae5c1ace775618747
MD5sum: 3c6ddc9fc799eb7a80d280b33b4ef2a0
Description: debug symbols for postgresql-11-repmgr
Build-Ids: 11cc5e98258f16edcff2edc8fd74b814e938ba57 883b8fb8269f7c0d39b86937e0a98ab5cc2e1266 9a030c88a44a2431a5a854372763fd24927efc35
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-rum
Source: postgresql-rum
Version: 1.3.13-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1039
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-11-rum_1.3.13-2.pgdg+1_arm64.deb
Size: 389532
SHA256: 03ae201a82e5442464232b4b2832d1431c8888077820f42b19886335dd99e1e5
SHA1: c1089c4d43f81e34b72c90434df9e4d6889817d1
MD5sum: 3b92f579e145c419aa8a5cd3f2a7ca5d
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-rum-dbgsym
Source: postgresql-rum
Version: 1.3.13-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 347
Depends: postgresql-11-rum (= 1.3.13-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-11-rum-dbgsym_1.3.13-2.pgdg+1_arm64.deb
Size: 306832
SHA256: 90a732f52ba5a4f7b597b4861f9bcadbd405c0e642d7bfb46f79908d4824dc02
SHA1: c331f5bee326e68c448e3c47e925735896a5dc3f
MD5sum: 057b095b1df187f7adb0d6bb371fef0d
Description: debug symbols for postgresql-11-rum
Build-Ids: d7e99560e4ee7fbd81e41ae858c286e7556efe61
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-semver
Source: postgresql-semver
Version: 0.32.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 175
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-11-semver_0.32.1-2.pgdg+1_arm64.deb
Size: 39572
SHA256: 9c9d6adcb1aa8c8a3fdd6e006d8941ec0b309e9d8072885700aae35bfae329d9
SHA1: de273093a62061bd2b8aa85118fee5b40117036c
MD5sum: 3990d9ecf99fa4039222c3fe218c8416
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-semver-dbgsym
Source: postgresql-semver
Version: 0.32.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-11-semver (= 0.32.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-11-semver-dbgsym_0.32.1-2.pgdg+1_arm64.deb
Size: 19980
SHA256: 1b1e96b6aebff9be5299275215e44f91bdf6b1add29e064830c3753c4b4c7315
SHA1: 38e8f89263f76083f0b3111a385a25811ea672a6
MD5sum: a61ea52f690f8d70079879a9485561b3
Description: debug symbols for postgresql-11-semver
Build-Ids: c2284c05241031e00b4db9c8b449ded7145e2bec
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-set-user
Source: postgresql-set-user
Version: 4.0.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-11-set-user_4.0.1-2.pgdg+1_arm64.deb
Size: 38288
SHA256: 7b12ee8a0b4f7b1d682d339040a46e01a949b51d631340cb365cb8b9f8e8e08c
SHA1: 3c0734b38202537cd353752b4100d61109da84c3
MD5sum: d3fa73c283800a2f40d53f8dffac48e7
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-set-user-dbgsym
Source: postgresql-set-user
Version: 4.0.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-11-set-user (= 4.0.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-11-set-user-dbgsym_4.0.1-2.pgdg+1_arm64.deb
Size: 35604
SHA256: 4f3f44eb638276b02a026d504627f4f03c4a21ef9a2fdde457a14bf4c0cee33f
SHA1: 97c74623397c3439d8ba86288ddcdf12e2f25a09
MD5sum: e421f4c7e4748943fc53dbc1e714a969
Description: debug symbols for postgresql-11-set-user
Build-Ids: e657e1310bba9978342e5937a3977b9a9df9a57c
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-similarity
Source: pg-similarity
Version: 1.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 317
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-11-similarity_1.0-7.pgdg+1_arm64.deb
Size: 101696
SHA256: 7af76466f90ae68adf6be53704656fd2a402e3db5caeea247f8ab0e1d1668f7b
SHA1: a46edbe5ff3e71e9b0c959decd239ca743c87f42
MD5sum: a15b9c8365345444f11156c2c756f542
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-similarity-dbgsym
Source: pg-similarity
Version: 1.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-11-similarity (= 1.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-11-similarity-dbgsym_1.0-7.pgdg+1_arm64.deb
Size: 55300
SHA256: 222a49bc521df1c8600cb16f0c93a31eb2de8f0f833c61cc1842bfdf87edc52b
SHA1: fe355d6131caebf575905665f5f6b3566e4b42b1
MD5sum: 857e979c40b3dd70151bee002d53cded
Description: debug symbols for postgresql-11-similarity
Build-Ids: 4af31996b0aa54baf3a160429b372b30db882cf4
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-slony1-2
Source: slony1-2
Version: 2.2.11-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-11, libc6 (>= 2.17)
Suggests: slony1-2-bin
Provides: postgresql-11-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-11-slony1-2_2.2.11-3.pgdg+1_arm64.deb
Size: 17808
SHA256: 19f60bf4c35b184af0a5747e88f92214dc2fd86a881ee478d288b5f079ba1f68
SHA1: f099945a7b511b523968abb5f36d53f40bdcd0b1
MD5sum: ca9df9a59f5ceb742a8655cb24378bc3
Description: replication system for PostgreSQL: PostgreSQL 11 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
 11 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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.11-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-11-slony1-2 (= 2.2.11-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-11-slony1-2-dbgsym_2.2.11-3.pgdg+1_arm64.deb
Size: 59012
SHA256: 971a4fdbd64342c2966c54a4ad53167d7bc5ac167122ec10a4b1ae78486269d8
SHA1: 345a97506bb9b2ea57524d0655533c61e0d9a66d
MD5sum: 39cb2a8e124d944c9511fec78964348a
Description: debug symbols for postgresql-11-slony1-2
Build-Ids: 6787c645b1887ad404eae99f879252d9c3ba64ab
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-snakeoil
Source: pg-snakeoil
Version: 1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), libclamav11 (>= 1.0.0)
Recommends: clamav-freshclam | clamav-data
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-11-snakeoil_1.4-1.pgdg+1_arm64.deb
Size: 17448
SHA256: 4d0cbf4fee4aef998c1b181b0578e433f88301bdf4fcc77b03f4c57a3b962822
SHA1: 6b584aa0b1c40adc60cbcd6b75ad1ec5657136e3
MD5sum: 92a4e5f6351c45179cb3fabbcd55adc5
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-11-snakeoil (= 1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-11-snakeoil-dbgsym_1.4-1.pgdg+1_arm64.deb
Size: 14008
SHA256: 849a2290412efb5d0fed52525dbee9a8cb792dbc7fd887e5c7ac8861befc44ad
SHA1: 02c2ec4613f7ef26180f736f43e3b0c0273379e2
MD5sum: 30e5f7a96d722087186499b5b3939ed7
Description: debug symbols for postgresql-11-snakeoil
Build-Ids: 0534fe8f4feece46e1ae0247317135b98fb9f2e4
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-squeeze
Source: pg-squeeze
Version: 1.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 345
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-11-squeeze_1.6.2-1.pgdg+1_arm64.deb
Size: 126976
SHA256: 5e5cf1972aacda8a7fe8988053f588a6f79b61a4f55c0858a0203b2a959873f9
SHA1: a3276b87c2fe1b724f1dbef369187af65213a2a3
MD5sum: 39fb581751456fd1b8611a9ceb9b275e
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-squeeze-dbgsym
Source: pg-squeeze
Version: 1.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-11-squeeze (= 1.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-11-squeeze-dbgsym_1.6.2-1.pgdg+1_arm64.deb
Size: 111752
SHA256: d71998c19ed3419ff830d0bce74c055b76d8cfb7a52d487ff9ef9028e1d15507
SHA1: 5f7475e1fdae854808573f2083a9a9a5aa32f4a8
MD5sum: 605a6e382e0d7179b797ef14af0144ff
Description: debug symbols for postgresql-11-squeeze
Build-Ids: fa0fa7a1290a0f62a90bae7115e6e473f66f4f7c
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-tablelog
Source: tablelog
Version: 0.6.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 161
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-11-tablelog_0.6.4-2.pgdg+1_arm64.deb
Size: 46440
SHA256: 911020e50726a6e315f744cf889354fc6bad9e8e8b986736208f0760396cfb61
SHA1: 9772e7a0e052d00c31be84eb8e2e0890fc105dbd
MD5sum: 5c895b49b0f857b0d10575903f34d2d9
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-tablelog-dbgsym
Source: tablelog
Version: 0.6.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-11-tablelog (= 0.6.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-11-tablelog-dbgsym_0.6.4-2.pgdg+1_arm64.deb
Size: 34696
SHA256: 60d70db25037e15aeda178172baabd234b9d6b293477634ee9c3d1b9219ba096
SHA1: febd05741619b15842c69eb223c15851c9117dce
MD5sum: 282b700d29b7158e525f306ec505e9d7
Description: debug symbols for postgresql-11-tablelog
Build-Ids: 7ac0215bec9f6c42199157670f352ce7c28c629d
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-tdigest
Source: tdigest
Version: 1.4.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-11-tdigest_1.4.0-4.pgdg+1_arm64.deb
Size: 66816
SHA256: 2a8d755950e957c8042fade1954b30d8ad0bc005694ad71ed485f7b0fc8971a5
SHA1: fae7601af65a2768e62ea3f4cc462fc0659a1a15
MD5sum: 3f52d102f4e48cbc7651cc2b732aaf38
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-tdigest-dbgsym
Source: tdigest
Version: 1.4.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-11-tdigest (= 1.4.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-11-tdigest-dbgsym_1.4.0-4.pgdg+1_arm64.deb
Size: 48524
SHA256: 28838b3e1bb91c8e947ae8d4e296502a2fe950ca8dfad2631f0bb21b94873d2c
SHA1: 20ccf0ed6bd74dfa07afc9f7f70ab6a2070735de
MD5sum: 9777ba2197be58dcba0974167f9efa20
Description: debug symbols for postgresql-11-tdigest
Build-Ids: 8fcc9097472277b8ff8df34aefb0213bbb6d10fa
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-tds-fdw
Source: tds-fdw
Version: 2.0.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 318
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-11-tds-fdw_2.0.3-2.pgdg+1_arm64.deb
Size: 125752
SHA256: 2c9c75c3ca155ab9925611e00c311fd20e9909d555b81d85529ccb55c2d080c3
SHA1: a6baaa2146de263e83aa5a8fb12aad053d38aac7
MD5sum: 3749a211a4c23b7714b58ca257b34cfb
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: postgresql-11-tds-fdw (= 2.0.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-11-tds-fdw-dbgsym_2.0.3-2.pgdg+1_arm64.deb
Size: 119180
SHA256: 893fe9ebb019768685e23dae528783c12af3e12de6ff50b0e05eec3b0ba7e49e
SHA1: 736e25f7daf74882d81331a87b0f1a3b8c91d8d6
MD5sum: f3d263b66307e16bfc9cffdfd3818dde
Description: debug symbols for postgresql-11-tds-fdw
Build-Ids: 2ba6e08328de7cf5489f9d17fee3c799f587076a
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-toastinfo
Source: toastinfo
Version: 1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-11-toastinfo_1.5-1.pgdg+1_arm64.deb
Size: 12468
SHA256: ac18836e48f7f48f79b09209ba9358b36d06a2815700295fa7234b0e638daa21
SHA1: 959c3f624098effc89c76254bb1757b4668b6bcf
MD5sum: 4c1dd2b1d7570d9c03f336884020bf12
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-toastinfo-dbgsym
Source: toastinfo
Version: 1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24
Depends: postgresql-11-toastinfo (= 1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-11-toastinfo-dbgsym_1.5-1.pgdg+1_arm64.deb
Size: 10304
SHA256: bc54f506f0cbae52fee98d07971d3b02682d966769b4f918ec3f2645741a77f4
SHA1: 8a69b5f11c4c1e97eec20e29962a65bab6567c44
MD5sum: 4902f6a4e22f6bfdeddcfa185584aa86
Description: debug symbols for postgresql-11-toastinfo
Build-Ids: 4ddf1382cc8965e3c99e43a0a7e0f47a8940dbff
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-unit
Source: postgresql-unit
Version: 7.8-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 504
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-11-unit_7.8-1.pgdg+1_arm64.deb
Size: 135880
SHA256: 3b6ed6eda7139b6f391a31cef19d9a7a05f2c99233db985c434afc8f1c6f829d
SHA1: 1a9fa9de6e9ba258dde0ec32358aed004af2cc46
MD5sum: 0b44d4f77aeb0f3abc791be6551df545
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-unit-dbgsym
Source: postgresql-unit
Version: 7.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 80
Depends: postgresql-11-unit (= 7.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-11-unit-dbgsym_7.8-1.pgdg+1_arm64.deb
Size: 58444
SHA256: 98ffa9c165a6c126400ab478d0635028d58e2aefe9142902b840cb3143cd6ba0
SHA1: 1d972cd60dffbcb913de6c7d61020946c9f2242a
MD5sum: 264083837e384296286fabbb6986ac4e
Description: debug symbols for postgresql-11-unit
Build-Ids: 54129b68c2e1a80affe0f73cf49d70b52013f66f
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-wal2json
Source: wal2json
Version: 2.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-11-wal2json_2.5-2.pgdg+1_arm64.deb
Size: 58664
SHA256: 9fbb01b177577a003b6557fcaad3203d6a3ee9d06fb89ab11b59fe36b0e045b7
SHA1: 8eb3b3db0e5d21e4fc2d0c82927aafb80b17780a
MD5sum: 86d6c83a8784f1243baff998dc8ba2fd
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-11-wal2json-dbgsym
Source: wal2json
Version: 2.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-11-wal2json (= 2.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-11-wal2json-dbgsym_2.5-2.pgdg+1_arm64.deb
Size: 53680
SHA256: c0aa47aa1e650d73a010ea1573c9bac97893e294ae9ad566d7f45d3237663979
SHA1: 468811d09934c875cffede491a66affb416e999d
MD5sum: bc533fcbad5eecd1217350bc5231000d
Description: debug symbols for postgresql-11-wal2json
Build-Ids: f0948d079a5af703a89e991c94271eaa48e47822
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-asn1oid
Source: pgsql-asn1oid
Version: 1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-12-asn1oid_1.6-1.pgdg+1_arm64.deb
Size: 13112
SHA256: 0648e42c72f565f6b258d4a0a93c5cc0b001afdbcbd9f2bfd20242a9eaffce0b
SHA1: 50d24e5bf6e0af1a0d61456b055513ce14ae29cd
MD5sum: 6283967d83112317b5646b03398b4fe3
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 12.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-12-asn1oid (= 1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-12-asn1oid-dbgsym_1.6-1.pgdg+1_arm64.deb
Size: 8128
SHA256: c1b486c6cad6b0366accb72dc9634d25007fcdbcee30b7e95bff4f7f90c5f41e
SHA1: 9e187ef37ddd3797076b47be36715cc7b3a7a018
MD5sum: 28fd914c914ba847665e8b4ade94c041
Description: debug symbols for postgresql-12-asn1oid
Build-Ids: 5757139a6281a1b6193b39b54cb1a594fee418ea
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.7-2.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 97
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-12-bgw-replstatus_1.0.7-2.pgdg+1_arm64.deb
Size: 15216
SHA256: dca98dce09b6acc395fc27fe609c0c14cc144c787588b8ec24af92c3b604cba9
SHA1: 57af46b27c16b9f994fdebc689b27dcbcbc7be39
MD5sum: cbf6b4e0a47f4814cf7df6f888408c2b
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 23
Depends: postgresql-12-bgw-replstatus (= 1.0.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-12-bgw-replstatus-dbgsym_1.0.7-2.pgdg+1_arm64.deb
Size: 8272
SHA256: fb5b48f535645f5e7d23a33057b573d0347db4b24fb9f02a9b6d5d22538ecbfe
SHA1: c34628802ecbd695c950468a65cd3e883c39076e
MD5sum: c7a5ccee8c1d87529db55a4fddedc8d2
Description: debug symbols for postgresql-12-bgw-replstatus
Build-Ids: 78b40cc8f7e10074c7d4fe07acf70a08db9741f9
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-credcheck
Source: credcheck
Version: 2.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 171
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-12-credcheck_2.1-2.pgdg+1_arm64.deb
Size: 65140
SHA256: 785938f48f8edcfe601f5a44d94c647dbed79cad128a8abf35311d8ec108cd8f
SHA1: 4311c9c020d9f0877207f4f8e533034168ea98fb
MD5sum: 9c7096089cc893d1b653dbb6609b32eb
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-credcheck-dbgsym
Source: credcheck
Version: 2.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 78
Depends: postgresql-12-credcheck (= 2.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-12-credcheck-dbgsym_2.1-2.pgdg+1_arm64.deb
Size: 60996
SHA256: eeebd5890b2f9981a1d06fe03de42cc3d3e7403f8f73f39a70af6ed3d2f17d7c
SHA1: 82adc1a53f4af95c88f4f60c4da13120adfb7946
MD5sum: ac42b7f325f0eddf907917bd26dfa576
Description: debug symbols for postgresql-12-credcheck
Build-Ids: 7bdcc55f5274beb626e29c7a1a06bba5faea3874
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-cron
Source: pg-cron
Version: 1.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 305
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-12-cron_1.6.0-1.pgdg+1_arm64.deb
Size: 105668
SHA256: da548ddc61e779eca1f35300c0208e496c5fa360e2d47a1b52580f5c78296728
SHA1: b4334b6b8486220221ab43ffb33f7033c3fff591
MD5sum: 511531299769e2c24d23dcca43f71f4e
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-cron-dbgsym
Source: pg-cron
Version: 1.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: postgresql-12-cron (= 1.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-12-cron-dbgsym_1.6.0-1.pgdg+1_arm64.deb
Size: 103652
SHA256: 7271f8fe92313b515f49219ec51d59ae698d3c8c71ccb31d6673d76aedbf0917
SHA1: 6bfe4da0ad558cce4268fb372fe72349efbfb9fc
MD5sum: 3f31ccc572636d89f8ed5d74c8aa60f6
Description: debug symbols for postgresql-12-cron
Build-Ids: 8e5405bda439d6a0c6665bec650a9f89693342f2
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-debversion
Source: postgresql-debversion
Version: 1.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-12-debversion_1.1.2-2.pgdg+1_arm64.deb
Size: 14080
SHA256: 58338f393f621d66ac7d7a5bc1e45366048b4d0a2e05253762eaa7421a0f1268
SHA1: c3312d553e9a239dd512a3c01c2dd7b193ab5391
MD5sum: 1c6e0703856c0a1750a4f73ef9c4768b
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()
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-12-debversion (= 1.1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-12-debversion-dbgsym_1.1.2-2.pgdg+1_arm64.deb
Size: 17604
SHA256: 15ad62b750c45fbd0ad0074fec223f265ed9729b6ad80791985df8f449fcae2f
SHA1: 41e595d9eb4a0b00dea28f206030aaac1e187850
MD5sum: 674da37f2e6dbf0a62986c67abaceab5
Description: debug symbols for postgresql-12-debversion
Build-Ids: c64cdfd707f5a834688de23b6d06169aa85122f4
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-decoderbufs
Source: postgres-decoderbufs
Version: 2.3.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs_2.3.0-2.pgdg+1_arm64.deb
Size: 43716
SHA256: 0e325032fb9df1d64fc1399a9e6a1ab52ccd10e6228abcd3ac81b80cb0f1be8e
SHA1: d0b5905c7981482ec4161ba7ead9eb495d93fb05
MD5sum: 831b2f6ac1f5a843e365ed1f654d807a
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.3.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-12-decoderbufs (= 2.3.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs-dbgsym_2.3.0-2.pgdg+1_arm64.deb
Size: 38840
SHA256: d8127de80b804b7cb315a36d9e96287f78c23c7374dde157202e091a9e63bd27
SHA1: 230d6a0f21e48ac3eaed26b2738886dffcc3709e
MD5sum: be4bee97943c47f3edd0238b887338a7
Description: debug symbols for postgresql-12-decoderbufs
Build-Ids: cc7f8ac52bd402ed1a94d7835fcd5363ec18b1b6
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-dirtyread
Source: pg-dirtyread
Version: 2.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-12-dirtyread_2.6-2.pgdg+1_arm64.deb
Size: 25404
SHA256: 84c6d4371ee242dfdcd0705c8e95e796e426cfb14efc3e7c413ed93c8c55f1c8
SHA1: 463decd88550ba9e7f260009c70926cc8202cae1
MD5sum: 9a0f2f439505f0f9341e0d2766862880
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-12-dirtyread (= 2.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-12-dirtyread-dbgsym_2.6-2.pgdg+1_arm64.deb
Size: 34696
SHA256: 4f4fe5a121bf4fd7d4f4dd24a03617376475ce0767954b3cb25d9ac287be6175
SHA1: c13bb3a820a6b71b8d871aec2379b703a98b3da6
MD5sum: 85edde3d6107d81277107916aef3db8f
Description: debug symbols for postgresql-12-dirtyread
Build-Ids: 563800815e4801c21db3574087ade5f30180b2b3
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-extra-window-functions
Source: extra-window-functions
Version: 1.0-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-12-extra-window-functions_1.0-5.pgdg+1_arm64.deb
Size: 15844
SHA256: d7e36ad4c35b371fffaa6854cda78228bda5444600744452cb1a87c5f6e29ea6
SHA1: 5c9ab5f33aff3c78e6e5608580c3e56afccadfff
MD5sum: 749f0734e493a76362099371a0c900f3
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-12-extra-window-functions (= 1.0-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-12-extra-window-functions-dbgsym_1.0-5.pgdg+1_arm64.deb
Size: 9592
SHA256: a00d875c0b398f2e952fd2d0503c97b02647248cd802a1c0fa79a34342623cba
SHA1: 5eebd21a0ab1226e0e9a8bd26877fccdab6ca2c9
MD5sum: cb36ea0c033bf679597fa14ee09e7669
Description: debug symbols for postgresql-12-extra-window-functions
Build-Ids: 7939999cf10aa9499cbf1abf07ac8557d37cf8e5
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-12-first-last-agg_0.1.4-4-gd63ea3b-7.pgdg+1_arm64.deb
Size: 8700
SHA256: 11945fcc9a3fa0840e8e2924cbbe5d2140a494032a1fc13b637d454fb7d543da
SHA1: 5fc2fe8986a117db1158bf5f137666a40f625c36
MD5sum: a693363f3f56e605058d6ab1c0dbc7e4
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: postgresql-12-first-last-agg (= 0.1.4-4-gd63ea3b-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-12-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-7.pgdg+1_arm64.deb
Size: 3928
SHA256: 79d97bd9639dc67bd955008006ed7b5dfaeca1f43704c7af1e9098461942c157
SHA1: 4a3979c491ee9c35b3f926190e14d5aaf65858d5
MD5sum: cd8aac6bda8f43a2cdb0cdb1e9f782a4
Description: debug symbols for postgresql-12-first-last-agg
Build-Ids: d9416a17e636c33348bfe2909c0d3de90d996e43
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-hll
Source: postgresql-hll
Version: 2.17-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-12-hll_2.17-3.pgdg+1_arm64.deb
Size: 84608
SHA256: 05938793767c40e8b10a65ed43f21229ce51594e3710c36915297e3187e3c827
SHA1: 9d596911687f300c6ad94faf8cfb947200460343
MD5sum: 401556775dab18cf637b9eb6d32d2d75
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-hll-dbgsym
Source: postgresql-hll
Version: 2.17-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-12-hll (= 2.17-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-12-hll-dbgsym_2.17-3.pgdg+1_arm64.deb
Size: 88320
SHA256: ec3c90a0c9345b1a22988b8b2b06622d4567d9b8dc02f15ff4ed2bbc62939ec1
SHA1: 3d97101414a7d0428fbf0680e581ce0c4324e4ba
MD5sum: 6315da83eea9eab11a54c583941f41c8
Description: debug symbols for postgresql-12-hll
Build-Ids: c28ffb94c008a84dca2d3faf670cd2f2b749484f
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-hypopg
Source: hypopg
Version: 1.4.0-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 185
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-12-hypopg_1.4.0-2.pgdg+1_arm64.deb
Size: 72276
SHA256: 59fed18daef75d815d63607cf118d600934e7360efe59dabef33c7dbcbabecc9
SHA1: d82a9f3ed07d306c3d540366e66ae5ecf62c2892
MD5sum: 3a7041ad7dcf5bcca1392c595f0eae43
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-hypopg-dbgsym
Source: hypopg
Version: 1.4.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 95
Depends: postgresql-12-hypopg (= 1.4.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-12-hypopg-dbgsym_1.4.0-2.pgdg+1_arm64.deb
Size: 76704
SHA256: c4e908acc81b549c616aa73e69c397d77d572e7b6151490fd9e576a1e6479298
SHA1: f5468e72c59c8c10e1d8077078fd731a996d0410
MD5sum: c9912654bbf972a60d464b9b41caef30
Description: debug symbols for postgresql-12-hypopg
Build-Ids: f3c83b2b1545f1c7ca7e02455695d56a8adaf694
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-icu-ext
Source: icu-ext
Version: 1.7.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 211
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), libicu72 (>= 72.1~rc-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext_1.7.0-2.pgdg+1_arm64.deb
Size: 73772
SHA256: 27dee29d409346cbe8621d7359e4efb4eaa6516ec10dcd9d68f457de52912d58
SHA1: d938197d3214986397bda1c8d3a3272e89c1659c
MD5sum: 4fef23f9e26ac0a43b00f418f620e4ec
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-icu-ext-dbgsym
Source: icu-ext
Version: 1.7.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-12-icu-ext (= 1.7.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext-dbgsym_1.7.0-2.pgdg+1_arm64.deb
Size: 63976
SHA256: d50ac46a0a1b869ed07d3667ed36615a766d3d6e7f0d4fc5cb5c63c8c422affc
SHA1: a86d001119e99d1e4f655f4b4614dfd8a93ef426
MD5sum: e9b3f437fdc799f8979dfb2340e6c026
Description: debug symbols for postgresql-12-icu-ext
Build-Ids: 69af7fbb31d97d069d93e9a8230698ac444740f1
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-ip4r
Source: ip4r
Version: 2.4.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 699
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-12-ip4r_2.4.2-2.pgdg+1_arm64.deb
Size: 202432
SHA256: 6d42880257d60ba303a4538c6edbe815c66470a8cf4d4176dd8a56561ba60219
SHA1: 181eee4afca028db3406d6661842efeb554b6034
MD5sum: 5724dde432b594a6a056694e191400a4
Description: IPv4 and IPv6 types for PostgreSQL 12
 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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-ip4r-dbgsym
Source: ip4r
Version: 2.4.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 216
Depends: postgresql-12-ip4r (= 2.4.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-12-ip4r-dbgsym_2.4.2-2.pgdg+1_arm64.deb
Size: 179784
SHA256: 9fa0a100470daae443f75d5c0374b96170f776ddd62c251bab095a8b2c148498
SHA1: a3ae9e799f2bab06e25bdbed936763d4a3c496d9
MD5sum: 12987f61a46e1d7638d575547f7c603a
Description: debug symbols for postgresql-12-ip4r
Build-Ids: a45ceb9c0705aa8903237d86f38978168297c52f
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-jsquery
Source: jsquery
Version: 1.1.1-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 356
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-12-jsquery_1.1.1-8.pgdg+1_arm64.deb
Size: 138156
SHA256: df9f387e69481ec796f3ac4be60e7ad74a7802f4f97aed21a318ce85ec2652d6
SHA1: 0d682137245c27df87f5291a2d33246dde038ab6
MD5sum: 2775d8fb00c7a01f50607c41e6edf144
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-12-jsquery (= 1.1.1-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-12-jsquery-dbgsym_1.1.1-8.pgdg+1_arm64.deb
Size: 95020
SHA256: 0e541afbbc48efc2e2ad505d4963b4a250bf816756763e1d29a2361f93941d07
SHA1: 10d01d4b6c1c12b3f883de45fda86febb23b0ce5
MD5sum: 8dd5ffc8450fe2528ad19c03e2bdab09
Description: debug symbols for postgresql-12-jsquery
Build-Ids: d7911b9a5635ee1c2ad8707af38995b119714227
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-londiste-sql
Source: londiste-sql
Version: 3.8-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-12, postgresql-12-pgq-node
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-12-londiste-sql_3.8-4.pgdg+1_all.deb
Size: 20552
SHA256: bc186a97d51306131e12a6c16f26d4df27a5e8617173c3377ad11abdbc001a06
SHA1: 87b1b5e93308afdb0db977e6dd4ea3a5631ba538
MD5sum: 37a20e9c4c7f008115db1e1ff8687ffd
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-mimeo
Source: mimeo
Version: 1.5.1-17.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4485
Depends: postgresql-12, postgresql-contrib-12
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-12-mimeo_1.5.1-17.pgdg+1_all.deb
Size: 128560
SHA256: b2f07291787d68bf808d8df5f5a5977d09541fa49d61ea51736ce9416a9dacd0
SHA1: e0984652ad39466d2b92d7387b4ff0035b7863d4
MD5sum: 018e637a5d600e0596c68622ae0c9144
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 364
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.34)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-12-mysql-fdw_2.9.1-2.pgdg+1_arm64.deb
Size: 148120
SHA256: 13a7298c9edab6558b3984785ea31158eab34181f5969952e71a524a00aa4c63
SHA1: abae82211bd7743224b89c9505411bdac959820f
MD5sum: ed42a7d213e2621f8a2008b63565c91a
Description: Postgres 12 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 12.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.9.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-12-mysql-fdw (= 2.9.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-12-mysql-fdw-dbgsym_2.9.1-2.pgdg+1_arm64.deb
Size: 159924
SHA256: 05c067da600d19c73d5f84a5c191116c9a5c81f913800b08cf1e0a5f709d1463
SHA1: 82ff68c82752d0971906cc0d64948086be1b60c5
MD5sum: 1eb539e1f18cd4d6a424922b58179861
Description: debug symbols for postgresql-12-mysql-fdw
Build-Ids: d376ee7286452891f0dc96819af1b28c67e3b65e
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-numeral
Source: postgresql-numeral
Version: 1.3-6.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 254
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-12-numeral_1.3-6.pgdg+1_arm64.deb
Size: 80160
SHA256: 1dc9e1130f1a21d4cec42e9debf5537c183bb1b548a6fa88d9b48da4e807144d
SHA1: 3b79ae4f019379fcfe3531c6cdebf1d9fbe1d404
MD5sum: 0733646d6f41fc30ee05bca2d6c31665
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 61
Depends: postgresql-12-numeral (= 1.3-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-12-numeral-dbgsym_1.3-6.pgdg+1_arm64.deb
Size: 39860
SHA256: 417d824457d34cc8aec51c7016828bcbf833eb2daed5c0712a8027b04b0c1201
SHA1: 2af635b09767c863f367a74f745953c66f8d7d6d
MD5sum: de5c124295d133163129a6f754574d76
Description: debug symbols for postgresql-12-numeral
Build-Ids: 2372f53d091fa83b8bfd4070a6b4c82d9624e9ed
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-omnidb
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.17), libpq5, postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-12-omnidb_3.0.0.20201026-5.pgdg+1_arm64.deb
Size: 21220
SHA256: 13413036880638482378cbdec2c34c0fd855e6fc1e545a899145079581fd6514
SHA1: 50aceffa040b1eb3c5fb4a386104ff957d4132b5
MD5sum: 175b20e186298e108efc991fbabe0e5c
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL omnidb_plpgsql_debugger extension for
 interactive PL/pgSQL debugging in OmniDB.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-omnidb-dbgsym
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-12-omnidb (= 3.0.0.20201026-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-12-omnidb-dbgsym_3.0.0.20201026-5.pgdg+1_arm64.deb
Size: 34904
SHA256: 16666503259d65047e7006f3c118b6855f41718147204aca3144ba188ea97582
SHA1: 6f54669717bd8ec0edeeb3199ae9562f15424ee4
MD5sum: 423b6c75f04c6b90750601c3af60ac27
Description: debug symbols for postgresql-12-omnidb
Build-Ids: 027d4c0bbc089352d4bd30089cbb54d367e3e25b
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-orafce
Source: orafce
Version: 4.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1219
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_4.6.0-1.pgdg+1_arm64.deb
Size: 399808
SHA256: 6eee28d17438a52a9b0e5f8f4d1f8e61765cd19e29dce8aa4c3088ccb824a371
SHA1: e1fc957f130438d8ae56b7d2e7d0e5accab89f70
MD5sum: 4151502271a32a0a76bb491c98588fba
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 4.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 328
Depends: postgresql-12-orafce (= 4.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_4.6.0-1.pgdg+1_arm64.deb
Size: 276204
SHA256: d860ffea3a46e828f29ff53152c55894e06f050b0ded49556adeff0d0c6ab02a
SHA1: 79b09c8580398bccdb01ee3b0956fe4434702259
MD5sum: 0d2e8d3696a7a2356fb843eddcb4c9da
Description: debug symbols for postgresql-12-orafce
Build-Ids: c1d68fcde264a4989b98cd27d483010b33152000
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-partman
Source: pg-partman
Version: 4.7.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6854
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-12-partman_4.7.4-2.pgdg+1_arm64.deb
Size: 256884
SHA256: ba4ba26fcd691e5b56a406f1ae7d71291ae5b9c90faf3f7bea214fb16e9beb0b
SHA1: 2a56e92f84a793623f19ed7cda515d4f077fc785
MD5sum: 30a0c464f1cae12a168605210729af45
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-partman-dbgsym
Source: pg-partman
Version: 4.7.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-12-partman (= 4.7.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-12-partman-dbgsym_4.7.4-2.pgdg+1_arm64.deb
Size: 20108
SHA256: 68390fa11db81d18e3761dfc02eca8d226fa372579fdc6c993883c64b9dd30bb
SHA1: 238f6cdf8855cb8141a039a5d3e9568acde72218
MD5sum: da11ad9708b304befa3533bd601e144b
Description: debug symbols for postgresql-12-partman
Build-Ids: c7dc4a3ce6d386ce04ecb4ee9a56c6b8066d311c
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.12-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14), postgresql-12-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile_1.5.12-2.pgdg+1_arm64.deb
Size: 29652
SHA256: fc6ad65a0e5e91fea40a8aa7770044f1a604797d9e4d2a6d2f9a0fbc9156b369
SHA1: fc72348ebb13c74f35ed0b31b4915124c5af3a95
MD5sum: 191d434f0901df313f0a00e5bc56401e
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.12-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-12-pgauditlogtofile (= 1.5.12-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile-dbgsym_1.5.12-2.pgdg+1_arm64.deb
Size: 25288
SHA256: 1fe3594939ef908492b7544a7961066d1cd521a87c9c4621f6dbbad8b2aec536
SHA1: 2b41204a996c7722c169d20ca3b2451c82e29ad8
MD5sum: 00aea0696b64d483b05102bfe78020bf
Description: debug symbols for postgresql-12-pgauditlogtofile
Build-Ids: 296c3750c351b15b7f1d3248fff8555960f9637d
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pg-catcheck
Source: pg-catcheck
Version: 1.3.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: libc6 (>= 2.34), libpq5 (>= 9.0~), postgresql-12
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-12-pg-catcheck_1.3.0-7.pgdg+1_arm64.deb
Size: 32416
SHA256: ac168862daeed478c3ee3f0922a441f1f3c0e0941911318569872d553c0e9f17
SHA1: 01d2bf081b77412c4bc7ca5b62a044cbb6eaf01e
MD5sum: d1b998333f588b4353d8eef18c38d63e
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.3.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: postgresql-12-pg-catcheck (= 1.3.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-12-pg-catcheck-dbgsym_1.3.0-7.pgdg+1_arm64.deb
Size: 37236
SHA256: c8c65a5e1c5e5c938b3ba8052ce81ccb966fd5e9d0b022bc3b85ee27eee60cba
SHA1: d203efbd29ca3e2b51dc32c3e1595b66ceec1f54
MD5sum: a9a1a243b1b2b622c77dc9ae4089ba32
Description: debug symbols for postgresql-12-pg-catcheck
Build-Ids: 070937491bb5b06e57c550c35deb7840ae61af52
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pg-checksums
Source: pg-checksums
Version: 1.1-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: libc6 (>= 2.34), postgresql-12
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-12-pg-checksums_1.1-6.pgdg+1_arm64.deb
Size: 34872
SHA256: 0aafb1a3654fc8e4abe6dfb9b8c03d4acbe10a799cba3732091d2eba2781d14d
SHA1: 330c758a0f007f4ab071f35b092b29b4c7f3c03a
MD5sum: b779c3ad1bf47bb20beb919187f1a2de
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-12-pg-checksums (= 1.1-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-12-pg-checksums-dbgsym_1.1-6.pgdg+1_arm64.deb
Size: 22344
SHA256: 2f3e61ef7d45ff60095dc00f629c1723f54ebc7ec347609231ba25401e87910b
SHA1: e53c6d5a825045c915f430616b71744ef425668b
MD5sum: 069d69e18d94f0a5508c2578846b7228
Description: debug symbols for postgresql-12-pg-checksums
Build-Ids: 986ab1117f0d87c37799ed98e3e8cc2140f9c411
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pgextwlist
Source: pgextwlist
Version: 1.17-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-12-pgextwlist_1.17-2.pgdg+1_arm64.deb
Size: 36356
SHA256: f765e6c09e92ad1925447b6b6141c4ff91b0e7c783a876ad16464793c053e32f
SHA1: 793bbf733f0729f3386d8131d2bd933c8a0aac04
MD5sum: 917b6ac163612dce824521cd1549e697
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.17-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-12-pgextwlist (= 1.17-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-12-pgextwlist-dbgsym_1.17-2.pgdg+1_arm64.deb
Size: 47952
SHA256: 69c3383519cd7d8f7eaa45c2042fc9256587280e50d355335e662ed652b72e32
SHA1: b25aaad21ff1a2cb1d8a7abc4c860ebf23823d71
MD5sum: dc60d8961ebb01c33633f9d71cf11195
Description: debug symbols for postgresql-12-pgextwlist
Build-Ids: 6b3db635db745ea68111fa9bb260ba1718e147c3
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pg-failover-slots
Source: pg-failover-slots
Version: 1.0.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: libc6 (>= 2.17), libpq5 (>= 9.0~), postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-12-pg-failover-slots_1.0.1-2.pgdg+1_arm64.deb
Size: 42076
SHA256: 1f69a175389a434bdbbdcdbfc23edc53923759fced04ad19691a5ed359373bdf
SHA1: 70ce9f4832f3e49d87bc9fcd141c55bcf6e9dd78
MD5sum: ab3713b20f05880a3a7ce511699a0539
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.0.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-12-pg-failover-slots (= 1.0.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-12-pg-failover-slots-dbgsym_1.0.1-2.pgdg+1_arm64.deb
Size: 39504
SHA256: 0901111c1fb7ea212b121970699ae5ef1eb999f72ae00b479e6f48eca7de5f3b
SHA1: 48a6e47d7a613c4f3a524a850b5d5f9566f7e39b
MD5sum: 9b5c1a844d23170a74f19a23b2861c8c
Description: debug symbols for postgresql-12-pg-failover-slots
Build-Ids: 724ecb70868830cea0f9edd95e440c1d4c00c3b6
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pgfincore
Source: pgfincore
Version: 1.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: libc6 (>= 2.34), postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-12-pgfincore_1.3.1-1.pgdg+1_arm64.deb
Size: 31632
SHA256: b90dec43615124aabf06583530959e2a173e60b09984f60839cc9cacef6b1515
SHA1: 5fceeedfb0e4f5c666f730f1eed28de55fffb803
MD5sum: d99630c895a7f67ae2580830fbf3f72c
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pgfincore-dbgsym
Source: pgfincore
Version: 1.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-12-pgfincore (= 1.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-12-pgfincore-dbgsym_1.3.1-1.pgdg+1_arm64.deb
Size: 41456
SHA256: 1d7f02259ed92dfbb6c3c1b921fd76b6e854d9814c991f9af66cfb0c48b99f3f
SHA1: 438c58e1b4042bd7aba4e902de7d5766a01b3a02
MD5sum: 48048ce9d6affc3d64cb0c486a4d731c
Description: debug symbols for postgresql-12-pgfincore
Build-Ids: 7cc7c65ff45a0db6df2492f2150d885695e9f54c
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pglogical
Source: pglogical
Version: 2.4.3-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1291
Depends: libc6 (>= 2.34), libpq5 (>= 9.1~), postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-12-pglogical_2.4.3-2.pgdg+2_arm64.deb
Size: 443676
SHA256: 8796db0946f4735898184ac0b0bc9920fe36219aaa1e1ead86a069fa0234e0c8
SHA1: a1491b3ea29b44c97e782cc202824f47a3f6e646
MD5sum: 3e1d9739924f06df7810b55285701b67
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pglogical-dbgsym
Source: pglogical
Version: 2.4.3-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 447
Depends: postgresql-12-pglogical (= 2.4.3-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-12-pglogical-dbgsym_2.4.3-2.pgdg+2_arm64.deb
Size: 381388
SHA256: 7bbf5706f746cdbd237966c18ebb10ecbbfbec98993cf7b08c9c3927cf10d36e
SHA1: 3d79bf999efa75b5cfa5304c8e951670ccedce61
MD5sum: 0c3e552c4e702efe03f879c387526999
Description: debug symbols for postgresql-12-pglogical
Build-Ids: 062598bcd0c1d2863095fe1f2ec5120d76db7e95 393e16810633665cb1e0e0afd65a0282a3545b0e c94f9074b39ba85738b097bf22e58c1caf9ed0d6
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), postgresql-12-pglogical, libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-12-pglogical-ticker_1.4.1-6.pgdg+1_arm64.deb
Size: 21200
SHA256: 9a2c3642783a22950875d049fe275fbaac4a1a3d3cadbafedc3cb8dbb5876458
SHA1: df79fcc8581a44c4709148556e0250966ac27b63
MD5sum: 77a9c13bfcd15b9a032d3cab21832a14
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 12.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-12-pglogical-ticker (= 1.4.1-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-12-pglogical-ticker-dbgsym_1.4.1-6.pgdg+1_arm64.deb
Size: 14368
SHA256: 95f3612c2428e0dcf4387234979f61ae8db65a55d435a0c82b4f8bee531792ed
SHA1: 98369d6befb535e941c35bb7e081b45584b6c4f6
MD5sum: 0215610fa9571a5ff5182c502e42168f
Description: debug symbols for postgresql-12-pglogical-ticker
Build-Ids: 45e771003f949b112ce9994bd9e78ddacd7a45e1
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pgmemcache
Source: pgmemcache
Version: 2.3.0-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), libmemcached11 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-12-pgmemcache_2.3.0-13.pgdg+1_arm64.deb
Size: 51108
SHA256: 02fd3fb50f3e6e27e5bb9797d02009e49213f924d37e1d6c9a35e4ec52b8562b
SHA1: b04f7da6066ac2e01ac3a19a7b495c5e42aef039
MD5sum: 8816a5f3d1977a622aa19bfc00c2a427
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-13.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-12-pgmemcache (= 2.3.0-13.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-12-pgmemcache-dbgsym_2.3.0-13.pgdg+1_arm64.deb
Size: 49688
SHA256: 8b4e7075259d50c31fb734d468cd064d12bb0c73bd0258e34cdb43b816c6dd23
SHA1: 4a34d2eb979ecb8c7ec7285f5d4c3712f5485945
MD5sum: d4c43736657b19b9f0bbdfb0cd092307
Description: debug symbols for postgresql-12-pgmemcache
Build-Ids: 3eaa98def23775cf64abf90a705d881cf6abca95
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pgmp
Source: postgresql-pgmp
Version: 1.0.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 416
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), libgmp10 (>= 2:6.3.0+dfsg)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-12-pgmp_1.0.5-2.pgdg+1_arm64.deb
Size: 109428
SHA256: 652fee177979328876b538c4cd3ffd975e6eadb8089307775e5ea63a6d894431
SHA1: c84e7f80d296e4d00a35a0fd4815df03d2f5e83a
MD5sum: 38715f1cf925d89273783daa76322338
Description: arbitrary precision integers and rationals for PostgreSQL 12
 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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-12-pgmp (= 1.0.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-12-pgmp-dbgsym_1.0.5-2.pgdg+1_arm64.deb
Size: 64724
SHA256: ca96c7dc6a610d6b1095844c5480e0981ad21317e37d7aa682c861856f3b949c
SHA1: fc4a6ff45f065a24e0f711f084a0ed8904768dcc
MD5sum: 050c66f951891acfbdc64d1a67338824
Description: debug symbols for postgresql-12-pgmp
Build-Ids: c2436162707bc5517f820988fd73f618548f39dc
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pgpcre
Source: pgpcre
Version: 0.20190509-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), libpcre3
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-12-pgpcre_0.20190509-6.pgdg+1_arm64.deb
Size: 19024
SHA256: 65d7dad9ddea50700f1554c53dae0458e45badab3eba0cf4462b67a42329d4e4
SHA1: 590108af3f656378e5711c6047759e566f0d0081
MD5sum: 082ba01cc48dc7885ab9e2d2a60f956d
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-12-pgpcre (= 0.20190509-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-12-pgpcre-dbgsym_0.20190509-6.pgdg+1_arm64.deb
Size: 15044
SHA256: 99e39005a593a4fb1d3e3b4b3c2d78926246c8c6ad1e6d578b17295c4cce42d6
SHA1: 130f2efcf60fe1d9e992cc57535a47af5e890a02
MD5sum: 76c909ec8286d8eefc9707c71af5f0d3
Description: debug symbols for postgresql-12-pgpcre
Build-Ids: db098e6e933d1588939524c8488271bb09399d67
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pgpool2
Source: pgpool2
Version: 4.3.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 438
Depends: libpgpool2 (>= 4.3.5-3.pgdg+1), postgresql-12, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2_4.3.5-3.pgdg+1_arm64.deb
Size: 159112
SHA256: bb604099bcf67b1ebce8d614ed2c8f07c29a5d06258cfa7fecdd0d348aa5f99a
SHA1: 2c400a71eff9065d3944197387b489b4f83d1452
MD5sum: 88900c67cf535c23af76092c19ce84e7
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 12 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-12-pgpool2 (= 4.3.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2-dbgsym_4.3.5-3.pgdg+1_arm64.deb
Size: 51820
SHA256: cdeb3e793610b4df559d31d9597571ab08b939beee79b8c984c737b56f77232d
SHA1: 9c2f8061bc3e434694e7971f1265baa7da0e5129
MD5sum: 0f2d27cc813e80a90bb02747884695e4
Description: debug symbols for postgresql-12-pgpool2
Build-Ids: 1b653647401c544d933b9ac6f9e2427df2e5bc7c 3f7f74d90d2db13f3f609d0538e4a9d7e193b3ee f4c3375da5d2730db26df5bdb9c331708cba8778
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pgq3
Source: pgq
Version: 3.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2224
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14), pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-12-pgq3_3.5-3.pgdg+1_arm64.deb
Size: 135896
SHA256: 69703564eb43e9dbbec9b94eced551a82af025d2ecdccfb886fb4856b6b4e4d2
SHA1: 0e2d67bf8e982be225d0332233919392aa1fdfa8
MD5sum: c493fdacc2876ceb0690dc184d93b300
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pgq3-dbgsym
Source: pgq
Version: 3.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: postgresql-12-pgq3 (= 3.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-12-pgq3-dbgsym_3.5-3.pgdg+1_arm64.deb
Size: 71980
SHA256: 989f7beb8a56a39a802b62b47dc3dcf1d4781029f9f1ab20378d23263046036e
SHA1: 4ded2af7bbd2483a9b446056be749ce9318e6b92
MD5sum: 722d0d2bc1df3736d1ca0b3946f58f56
Description: debug symbols for postgresql-12-pgq3
Build-Ids: e7221c30906b1953e99d29a91f61a290f3002566 e9705149c7719506c3888ebbf670550df81369f2
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pgq-node
Source: pgq-node
Version: 3.5-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 538
Depends: postgresql-12, postgresql-12-pgq3
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-12-pgq-node_3.5-5.pgdg+1_all.deb
Size: 12740
SHA256: 50a1bf45aa1fff8e8072710b6bd387eb7a967dd5df613ccf7c9152b6f6775c82
SHA1: d8f0967a6a08f2847424e975ae300ebc3f424319
MD5sum: d2556cfdb8f3b4992b04a46ca135b3c6
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pg-qualstats
Source: pg-qualstats
Version: 2.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 212
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-12-pg-qualstats_2.1.0-1.pgdg+1_arm64.deb
Size: 64164
SHA256: b2ca1c00937627304850970b5521ab1e1255b41b4790a12670153cddc13ff5f1
SHA1: ef42c3f23be8d47d896f16cf730766da258c7027
MD5sum: 1473d7078a98bcdd314b9bb33ae43341
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 76
Depends: postgresql-12-pg-qualstats (= 2.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-12-pg-qualstats-dbgsym_2.1.0-1.pgdg+1_arm64.deb
Size: 58688
SHA256: 37a4943da407e30df7672555855b0d376e4a79c25e020a103ea636b930ca811e
SHA1: ddf664ef125687b2dcebd30fe9c3fa0d187c8e8b
MD5sum: 5bf0f4ffa19dc6e50d116d6b91c334d6
Description: debug symbols for postgresql-12-pg-qualstats
Build-Ids: 41b4bf7dde03add52eb9845e1f89a08d3c341bf2
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pgsphere
Source: pgsphere
Version: 1.3.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1698
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1), postgresql-12, postgresql-12-jit-llvm (>= 14)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-12-pgsphere_1.3.0-3.pgdg+1_arm64.deb
Size: 568424
SHA256: f2db3d90eb6100d405a468fa355002a27ce0ddfb43b660bbd409981f540626a4
SHA1: 18d4aaeccb158e559f1d28c4ee7d6a23f24b1168
MD5sum: 89a8d2fedab4e4902bb8916d7f1f393a
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pgsphere-dbgsym
Source: pgsphere
Version: 1.3.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 389
Depends: postgresql-12-pgsphere (= 1.3.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-12-pgsphere-dbgsym_1.3.0-3.pgdg+1_arm64.deb
Size: 331452
SHA256: c9d762d31398eaacf1cc21ab17c142cd4bb8ba291f440a978f1bf911c99c5f1b
SHA1: a931891a6163c1dc622d6f571aa8dac3073b8b4c
MD5sum: 97e8207a2d14e6a4e5e8144ddc886b8d
Description: debug symbols for postgresql-12-pgsphere
Build-Ids: 67fb6e4bc16a016b73775dca9d746e82a371bc6e
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.2-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 166
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14), postgresql-contrib-12
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-12-pg-stat-kcache_2.2.2-2.pgdg+1_arm64.deb
Size: 38408
SHA256: 1c79b23828b81deb4112394da01038d2f9d27d3e866e5cbadd4eef0a6945d0d3
SHA1: e10c310dbdf08f44bb6ea89a2bb6004a6dac93b6
MD5sum: 1639a25061ae31349110ddb4902e520b
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 55
Depends: postgresql-12-pg-stat-kcache (= 2.2.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-12-pg-stat-kcache-dbgsym_2.2.2-2.pgdg+1_arm64.deb
Size: 38392
SHA256: c1b0292f20e195189c2c3b4ff91bda1d9dd043083c2cdf2cd178f06cd729f3f5
SHA1: 0f8b2c7da1099f2c2cddc3b3d54992d7ea11cf8d
MD5sum: 45b2d94ef497cd08c2a81540b784bde5
Description: debug symbols for postgresql-12-pg-stat-kcache
Build-Ids: eb0864129d8ae0118f02a1d4d145e205275b4a67
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pgtap
Source: pgtap
Version: 1.3.0-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1774
Depends: postgresql-12
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-12-pgtap_1.3.0-3.pgdg+1_all.deb
Size: 61040
SHA256: 9f150b1df6861e72ad53e6c781a9bf4049c014fadc1e1e2498c09fc9a4dbad2f
SHA1: 5bc795cc39f90a276b9d203a4ae65572070ba2cc
MD5sum: faf72ec052ad76aad482f36c62f8869b
Description: Unit testing framework extension for PostgreSQL 12
 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 12.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pg-track-settings
Source: pg-track-settings
Version: 2.1.2-2.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 150
Depends: postgresql-12
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-12-pg-track-settings_2.1.2-2.pgdg+1_all.deb
Size: 9764
SHA256: e6947c71de6d58611f46ab8e6aca103e66becd529619cfc60716f0482bc30371
SHA1: bb25a1fe025930a9b08ad6510007bd26f537a2b0
MD5sum: f0eda721ddb7f2308f484a9c05282ad1
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pgvector
Source: pgvector
Version: 0.5.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 475
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-12-pgvector_0.5.0-2.pgdg+1_arm64.deb
Size: 187848
SHA256: ea9c27d27d7cee0beacd58a35dfdc29c47c204db046c73c0816ac72c1077f0de
SHA1: 9c094959de668c3c30d1e0b1b6bc0dda1962c8b5
MD5sum: e58c8e032f40c2403670a74503fcffe5
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pgvector-dbgsym
Source: pgvector
Version: 0.5.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-12-pgvector (= 0.5.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-12-pgvector-dbgsym_0.5.0-2.pgdg+1_arm64.deb
Size: 169160
SHA256: 2f89c813abcd8af5e34dfdbce91f7e5a445230e3ec67d744c71d07323126ddac
SHA1: bf0825f951096e080bde96c9821f6d80f2e63ef9
MD5sum: c73ff0e5e7e0f81e3e8091c5b9b3c902
Description: debug symbols for postgresql-12-pgvector
Build-Ids: 230d631e5e220b0d6e127307a0ba65404ee09b82
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 137
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-12-pg-wait-sampling_1.1.4-3.pgdg+1_arm64.deb
Size: 41004
SHA256: 65a02708a665c16d316914705eff3b5bec63100cfad94258c8e9d10cc3d7795f
SHA1: df6bc348acc904064d8327a961c860f1238170c5
MD5sum: 7bbfbbce7eec773e6931959a37cb0a89
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-12-pg-wait-sampling (= 1.1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-12-pg-wait-sampling-dbgsym_1.1.4-3.pgdg+1_arm64.deb
Size: 52332
SHA256: 9b4e454376f1636a5466d36934818d48dd5aa6f4ad56511137e43e36aa9b2f78
SHA1: cbf66c24185d70d7c33ba536e1c4442c2a7ce253
MD5sum: a1eaed776242c62e72446772b1884901
Description: debug symbols for postgresql-12-pg-wait-sampling
Build-Ids: 7de7b4c529e217918256802695f0a0ea20532ae7
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pldebugger
Source: pldebugger
Version: 1:1.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14)
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-12-pldebugger_1.5-2.pgdg+1_arm64.deb
Size: 83140
SHA256: f6065329fc99593289668a8be4160b448190f01ebdc618f29e7b782742a45d39
SHA1: b020d28445b91ef496eefb2696ba12007bdac1da
MD5sum: 634b6aa212479b6479a43b376c172e22
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: postgresql-12-pldebugger (= 1:1.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-12-pldebugger-dbgsym_1.5-2.pgdg+1_arm64.deb
Size: 93328
SHA256: 99484acb337b63d6ca200c287e81d1e3db1d202a9a085e65b214690b53df684f
SHA1: 692c96f0452596ffcde90e3674cf8fe9c1639697
MD5sum: 78dbe5c39d4f25860fe34c20d3e58f81
Description: debug symbols for postgresql-12-pldebugger
Build-Ids: ef8e57d68f3930ae8cdb27f54157124d93f4577f
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pljava
Source: postgresql-pljava
Version: 1.6.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1358
Depends: default-jre-headless | openjdk-17-jre-headless | java-runtime-headless, postgresql-12, postgresql-pljava-common (>= 1.6.6-1.pgdg+1), libc6 (>= 2.34)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-12-pljava_1.6.6-1.pgdg+1_arm64.deb
Size: 916192
SHA256: 414bbb403cb5c6b74c251ff36a09fff40ab0fe058cd974b7b524bd38f1cc5cbb
SHA1: acac88fc55921cfe8e461932dbb295b35c54cc1b
MD5sum: c19afcda06ff0454eaf773f7c2fd8109
Description: Java procedural language for PostgreSQL 12
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-17-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 354
Depends: postgresql-12-pljava (= 1.6.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-12-pljava-dbgsym_1.6.6-1.pgdg+1_arm64.deb
Size: 291424
SHA256: f3e946ade80d39daa9b221e56c753a9fdda27fe2d19c1cf319d282ce4d2eaaa7
SHA1: dd6f32f54ca3d70900bee95dc16085ff077bc34e
MD5sum: 54baf3ca28bfc4f9f7ee15276673c104
Description: debug symbols for postgresql-12-pljava
Build-Ids: 6c6961ba57932d15c993b4e17bca40b332f714dc
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pllua
Source: postgresql-pllua
Version: 1:2.0.12-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1036
Depends: postgresql-contrib-12, postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-12-pllua_2.0.12-2.pgdg+1_arm64.deb
Size: 395664
SHA256: e44aa3618a69501c730a5bf5224fa7af86a427c1e4da9fd541b7053b4a24bfa9
SHA1: 1fe6164f99b497de5459e22d17a2d02ed8df7f3e
MD5sum: 9eaf041f743412441a2e67b8aa261d72
Description: Lua procedural language for PostgreSQL 12
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 355
Depends: postgresql-12-pllua (= 1:2.0.12-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-12-pllua-dbgsym_2.0.12-2.pgdg+1_arm64.deb
Size: 308048
SHA256: b0803fd6ac328735718f00612613182c785e80cf4f1ad33a0b8f6ad436d82abb
SHA1: fd09a62043b897b6b0b5955fd9fc26fb297ef8a5
MD5sum: 6083732b9e9568905a0056e420a38885
Description: debug symbols for postgresql-12-pllua
Build-Ids: c3b66fec8f2c26b823f777f73ec11e9e693cdd02 f0f550d99bb93b88078a732c45f851ae3cd5affe
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 2.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 718
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_2.5.1-1.pgdg+1_arm64.deb
Size: 334280
SHA256: cb4cac9ec025a99ce7918547c5974628cb3292102c0ae5f294b62292631a2700
SHA1: 7dc78054b7c17f53314439a5ab9a5a73f0d10527
MD5sum: 96a12452a7bd7926c471bbaaea2825c6
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 284
Depends: postgresql-12-plpgsql-check (= 2.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_2.5.1-1.pgdg+1_arm64.deb
Size: 253196
SHA256: e22abed41162f90fe1e615018783718b624f67b58dc35cec582e3cb4e93ea370
SHA1: 866e759361ca41d41867adf94fcb51170e9fd750
MD5sum: 832182046530caad5afcf8761e4d4fcc
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: ea1c5fb98a548b1e78d87b7f4b38b49a8dd64af1
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-plprofiler
Source: plprofiler
Version: 4.2.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-12-plprofiler_4.2.4-1.pgdg+1_arm64.deb
Size: 50312
SHA256: 0e9da5e68791275d93ce45f9556a91eda2896eefc814170270220694ce12d2ac
SHA1: b6e605e55d17ec6a7103fa660283dead788824c0
MD5sum: 2b6028c20d72c2e3eabb9e4fbc74769e
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-12-plprofiler (= 4.2.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-12-plprofiler-dbgsym_4.2.4-1.pgdg+1_arm64.deb
Size: 51588
SHA256: d48405f7165560771290a7f041593b012ed1bd945ecaa0c37f487412deb501e6
SHA1: e65725b46af0e6033cf597468fc653ef64e8f054
MD5sum: d235e0b6c478b1cb0fdb8800de163256
Description: debug symbols for postgresql-12-plprofiler
Build-Ids: c430a5ae2cc10cea8b16a92f077030639b615bd5
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-plproxy
Source: postgresql-plproxy
Version: 2.11.0-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 366
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), libpq5
Homepage: https://plproxy.github.io/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-12-plproxy_2.11.0-11.pgdg+1_arm64.deb
Size: 151140
SHA256: 2667c834336eaf839488f8d035af551a5750a4b1d70d2f8459d9b205403cfc2f
SHA1: 28bc723ddc192819a9f79b16e3a6b365e3191185
MD5sum: 34cf5d5ca70a489f364125faf826082d
Description: database partitioning system for PostgreSQL 12
 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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.11.0-11.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-12-plproxy (= 2.11.0-11.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-12-plproxy-dbgsym_2.11.0-11.pgdg+1_arm64.deb
Size: 111968
SHA256: 2c6b6599cc9963e8c42a2ac26abb3429e28a9b4209aab8f317a9bc174d7be031
SHA1: 728f40927ea5cb807216a6b94e6c3ab37b5d9759
MD5sum: 2a967a7b66e06806cdf7b4f4fd29c135
Description: debug symbols for postgresql-12-plproxy
Build-Ids: eff11f7dcfb34f37e927a807d720cd3b2af01faa
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-plr
Source: plr
Version: 1:8.4.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 358
Depends: r-base-core (>= 2.10), postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.33)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-12-plr_8.4.6-2.pgdg+1_arm64.deb
Size: 156772
SHA256: d9835b01efe9c733dcce6ddeecee7b990b5515458ec4a7a5cf1b5e7eef402ab2
SHA1: 96ca4f6e89a8e80e9882623dc53f242919f4ac24
MD5sum: b653c64cb1e3806bf9ab99bb4807ace7
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-plr-dbgsym
Source: plr
Version: 1:8.4.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-12-plr (= 1:8.4.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-12-plr-dbgsym_8.4.6-2.pgdg+1_arm64.deb
Size: 124512
SHA256: 59e2794418c79675e3db547112c5d585ccee0fe8a96d84bf3a9ce893ec35b38f
SHA1: 39b6094f7cf0312c83a66eaeda030b91174b918a
MD5sum: 161bba1c1eacbd68a2866bbd2adb9ca7
Description: debug symbols for postgresql-12-plr
Build-Ids: 2b2a9237a147630c71a5bec8018a2da775b36de2
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-plsh
Source: postgresql-plsh
Version: 1.20220917-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 123
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-12-plsh_1.20220917-2.pgdg+1_arm64.deb
Size: 32292
SHA256: 1dd77f090fbd2de904be57e3c190254c3b9a3a45c954f68a42917ad33add71df
SHA1: dab5e89276c2507f1edd742ae1fa113d00da4294
MD5sum: 9c4710128de662c4a84081f6ec6c5b42
Description: PL/sh procedural language for PostgreSQL 12
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in a shell of his choice.  You need this package
 if you have any PostgreSQL 12 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20220917-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-12-plsh (= 1.20220917-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-12-plsh-dbgsym_1.20220917-2.pgdg+1_arm64.deb
Size: 40084
SHA256: 039f68dbe00c7a100e6bc7588c8fb28fdae3c5c7f10f3fea31bc71faeb480644
SHA1: 95c23db706b4462c4cfe97e7246e1d2163a02d22
MD5sum: 3a7fe316d870a5cb2d834e1d5d2fd853
Description: debug symbols for postgresql-12-plsh
Build-Ids: b8ff3caa4a7b556ea0aad824de49f59a343f31f2
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pointcloud
Source: pgpointcloud
Version: 1.2.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 528
Depends: libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-12-pointcloud_1.2.5-1.pgdg+1_arm64.deb
Size: 107700
SHA256: f6e4fcdfe6fccb26e2d76c27459641f85c614c84dd144b035faa40607b6ac5dd
SHA1: 269702d9de87c9c5501399df7e19b58589ab72e7
MD5sum: 352583278b9069d1009317f96ec4d067
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 203
Depends: postgresql-12-pointcloud (= 1.2.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-12-pointcloud-dbgsym_1.2.5-1.pgdg+1_arm64.deb
Size: 170448
SHA256: 76e39cf3936da3cd88c3d821371779046a273e29ba40da76c728fe43839a3935
SHA1: c2540afa0b8025bbfbf0f5d08983a9f464e78655
MD5sum: 7eeece8cd2281f168fd42da9b5f65590
Description: debug symbols for postgresql-12-pointcloud
Build-Ids: 29c3dc7033e9f9f5d62cbe53706e4f7e844f6687
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-powa
Source: powa-archivist
Version: 4.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1579
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14), postgresql-contrib-12
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-12-powa_4.2.0-1.pgdg+1_arm64.deb
Size: 55284
SHA256: 1c34336b840d9690e31dfbf4e028f2d31d04ddd8a0d7153d045d608e8909116b
SHA1: 591421ad3b22640a5369c1af74a37fdc19290691
MD5sum: d4abe3a8699317e356ae7e0263ef889e
Description: PostgreSQL Workload Analyzer -- PostgreSQL 12 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-powa-dbgsym
Source: powa-archivist
Version: 4.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-12-powa (= 4.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-12-powa-dbgsym_4.2.0-1.pgdg+1_arm64.deb
Size: 34220
SHA256: 1e1c912629b480770a12897ed30cf97ad30266c6e25ce3508eaa1a6c6fd0e923
SHA1: d250828feafc108755cd73ffb7ce851cbaece04f
MD5sum: 6dd826931bc2a36ffa3e7f92eb78317a
Description: debug symbols for postgresql-12-powa
Build-Ids: 4d84e6cc03ad8cc3053d413c05cf3ce1f1502956
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-prefix
Source: prefix
Version: 1.2.10-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-12-prefix_1.2.10-2.pgdg+1_arm64.deb
Size: 44824
SHA256: 341e1ee521b2850f0e86553271233490f57035cab5c767cebc1749d7da85d6a5
SHA1: 1a18cb53f682ac9101d6f5832cb8f17cc6931145
MD5sum: c6c55fd039b39600cf448d7f197a3130
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-prefix-dbgsym
Source: prefix
Version: 1.2.10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-12-prefix (= 1.2.10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-12-prefix-dbgsym_1.2.10-2.pgdg+1_arm64.deb
Size: 43724
SHA256: 08e88b65da12b51b0b8b15afe7f404f37a0cb3e5967ab6ab165c961d3bb1b530
SHA1: 67a86fb58b2c96bb1ed26adfa9093027e69f508b
MD5sum: 5b7e4fb6bb01cc83e804d537e0ccf7a9
Description: debug symbols for postgresql-12-prefix
Build-Ids: d9277a61033b803904f63806d9bde8d7fcd83870
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-preprepare
Source: preprepare
Version: 0.9-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-12-preprepare_0.9-8.pgdg+1_arm64.deb
Size: 17684
SHA256: b088ad5130e03fe21285d59d616fab9f0003a0f404e4b569dc4a452ddacac4ba
SHA1: f4cb910193ec76452e5aef6cd9b60cf768e42171
MD5sum: 66e67b40e56f27af812aec817c883f7d
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-preprepare-dbgsym
Source: preprepare
Version: 0.9-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-12-preprepare (= 0.9-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-12-preprepare-dbgsym_0.9-8.pgdg+1_arm64.deb
Size: 16116
SHA256: c4db8567436bcc08935d6c1f8a553f56be2e5c472d4d5d8d808a94386a82493a
SHA1: fa61fff7ab541db289d16a9b72488bbcdb8daac7
MD5sum: 0c9dbdccac324683ced3e7261033cfca
Description: debug symbols for postgresql-12-preprepare
Build-Ids: 0aa9521f0d9c13d0f6ad1ae6b014cb2f0e94c261
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-prioritize
Source: postgresql-prioritize
Version: 1.0.4-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-12-prioritize_1.0.4-11.pgdg+1_arm64.deb
Size: 12072
SHA256: 13cad53a9f66be49a7b62b7cb8159ba1c3808e143997cd4998dcdfa48e93e079
SHA1: 001c56688c61a1992f396f978f14d31625ac47da
MD5sum: 6b2088f9a31adf3e9888738832861ac9
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-11.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-12-prioritize (= 1.0.4-11.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-12-prioritize-dbgsym_1.0.4-11.pgdg+1_arm64.deb
Size: 12056
SHA256: 3567d5970eec4933ff19f501420dcf7d2a4cfce3184ac8ee119f8e61429fafcd
SHA1: 389252e8282046db38d705b072cddf0561d35efc
MD5sum: 1c366729f6c5905d8e0b274d3f5bb7be
Description: debug symbols for postgresql-12-prioritize
Build-Ids: e16d986e0a8ce6d7e9e55f00c6205770ec40952d
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-q3c
Source: postgresql-q3c
Version: 2.0.0-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3395
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.29)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-12-q3c_2.0.0-8.pgdg+1_arm64.deb
Size: 149188
SHA256: 66cfdc3f5c64f551d92d51724e17dda2398be81fbdb8bc91c9f420e94f1b0705
SHA1: 321420dbacffc3778b3faabb773238040e381740
MD5sum: 83457d5e5a610a5831f239ba831c7e5c
Description: PostgreSQL 12 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.0-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-12-q3c (= 2.0.0-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-12-q3c-dbgsym_2.0.0-8.pgdg+1_arm64.deb
Size: 85732
SHA256: 76fcf1d6c190d6016b360dd4fcd42baed4199e366a2c6042a8af852f7a8da5cb
SHA1: 8fc42bfdbd3e4b37b88852f384289018ff333489
MD5sum: 73db4b4284e894060ccb651e92f86b7a
Description: debug symbols for postgresql-12-q3c
Build-Ids: 709db096a45ca87801b13b3634f632c2ae93d6e8
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-rational
Source: pg-rational
Version: 0.0.2-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-12-rational_0.0.2-6.pgdg+1_arm64.deb
Size: 25680
SHA256: 3b9f5058b87f1c0491a27ffd44f4f5969b6c81b618fedb6faebb3d82e3bcfee1
SHA1: dbe7557332dbadf52ee7713224f4b7cf05c6eac2
MD5sum: b86e017fbfb267bdd4ad77add80e5a5a
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-rational-dbgsym
Source: pg-rational
Version: 0.0.2-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-12-rational (= 0.0.2-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-12-rational-dbgsym_0.0.2-6.pgdg+1_arm64.deb
Size: 19964
SHA256: f9b0c54166bacbdb24736b1040bc6a3cef6bdc3f3e1a9d635e535f8b058cdc40
SHA1: 6b4fbaccf65bf111d3f446f3744eb1a1ab058d39
MD5sum: 2d034868f1634bfc9b96127f7533c001
Description: debug symbols for postgresql-12-rational
Build-Ids: 19f0567605bb52b22afde52bde3434e9256b7fa0
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-rdkit
Source: rdkit
Version: 202303.3-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 934
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202303.3), libstdc++6 (>= 13.1), postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-12-rdkit_202303.3-2.pgdg+1_arm64.deb
Size: 405564
SHA256: 534431273984f478469aefa88dc4c8719b7e074997195a4fdeeeb47b79aa5a76
SHA1: 82cbf78e93d08a2c07f51f56784cdc7c75302f82
MD5sum: 355df0e45e994d384348443ff41d5de2
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-rdkit-dbgsym
Source: rdkit
Version: 202303.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 822
Depends: postgresql-12-rdkit (= 202303.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-12-rdkit-dbgsym_202303.3-2.pgdg+1_arm64.deb
Size: 772872
SHA256: a9509f4671cde6f4fcee13d5154011f175713154edc928914ec9e56e76016380
SHA1: 40e59884adb85b8e8b0e4d3409673b4056357ed8
MD5sum: 868f9ea755f0d06f74e23464f553d878
Description: debug symbols for postgresql-12-rdkit
Build-Ids: 94badf86686a95f921e53a10ad50661249c931a5
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-repack
Source: pg-repack
Version: 1.4.8-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 306
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.34), libpq5 (>= 8.3~rc1-1~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-12-repack_1.4.8-2.pgdg+1_arm64.deb
Size: 101528
SHA256: 56f2ced906b189a3a0fd8571f136e70c19d8ebf18a5bea60be5122f14a8ee492
SHA1: 7711b24a23ccedd0c94f26b670ba331b50e4adf8
MD5sum: e6a3bf1375278d47431ae16962eb6623
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 12.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-repack-dbgsym
Source: pg-repack
Version: 1.4.8-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-12-repack (= 1.4.8-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-12-repack-dbgsym_1.4.8-2.pgdg+1_arm64.deb
Size: 114124
SHA256: 20afe69d246b8df1ba40b49567d7bff21fd27735783587942b98759d7f541889
SHA1: 982fc1f3188580cc4646ec832218a35e50d26379
MD5sum: 29ad4fc441acc129f9050183137cb66b
Description: debug symbols for postgresql-12-repack
Build-Ids: 01c52741440af989317d1a23e4d1bc855c42529d 2edbc80584519fb35c694753137a43dd6f6e9505
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-repmgr
Source: repmgr
Version: 5.3.3-4.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1107
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), repmgr-common (>= 5.3.3-4.pgdg+1), libc6 (>= 2.34), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-12-repmgr_5.3.3-4.pgdg+1_arm64.deb
Size: 224348
SHA256: 2eb59d2a98046bcdbfbae01b2fc69ef193503dadb9a67ede88eba6f22fe26150
SHA1: 638d1b14713513540c62b7e7c68e5dfd9099eaf5
MD5sum: c2957c93a9dc0f8b7390c4e1ac7de64e
Description: replication manager for PostgreSQL 12
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 12.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-repmgr-dbgsym
Source: repmgr
Version: 5.3.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 655
Depends: postgresql-12-repmgr (= 5.3.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-12-repmgr-dbgsym_5.3.3-4.pgdg+1_arm64.deb
Size: 586528
SHA256: 67314683c827782039b0313cea881d5e4550025c3901ee875720e346940e8f0e
SHA1: 5265942dc328f1fa1f68c008f76ab2f44c09df0f
MD5sum: 4de7c6617a540e2f4bf703de63dcdb43
Description: debug symbols for postgresql-12-repmgr
Build-Ids: 1c87b32010e1ecbeeb194daac4b5ce3d8032502b 97b7b97c42945b89bc710947d20fcd3e817570c0 9c11a61ed8d3dab15f5c38643531f4f68309087e
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-rum
Source: postgresql-rum
Version: 1.3.13-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1042
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-12-rum_1.3.13-2.pgdg+1_arm64.deb
Size: 390472
SHA256: c504cdae650970a32db05f1c0d2500506bdce83edb06cfda6f66380b98ba3522
SHA1: eaa2e71f9a86d5823eb2a3f2285c536365515ed8
MD5sum: bce447397787ab7b33b3ed62619261ae
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-rum-dbgsym
Source: postgresql-rum
Version: 1.3.13-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 348
Depends: postgresql-12-rum (= 1.3.13-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-12-rum-dbgsym_1.3.13-2.pgdg+1_arm64.deb
Size: 309284
SHA256: 03cc053ed99d4842a761ece4f3704409cf84be71c1f7f434b5c2b79786015a6d
SHA1: d39b65742a6debf22b4bdf2edf214883fc8d5903
MD5sum: 84c4da0f89c897cb3348fdcb5cc079cd
Description: debug symbols for postgresql-12-rum
Build-Ids: e7d5bcbc242c22dde541f94acf40400f871335bd
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-semver
Source: postgresql-semver
Version: 0.32.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 175
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-12-semver_0.32.1-2.pgdg+1_arm64.deb
Size: 39348
SHA256: 116fd5da25675a3e2c9755e1d5ba1bb701588674d0774aa7072c9f7a3974ab6f
SHA1: 90091d80be2fc5ff222d386d01bc8b75b334f0b0
MD5sum: 97fb5f70cb090d61be851c5de3caf73f
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-semver-dbgsym
Source: postgresql-semver
Version: 0.32.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-12-semver (= 0.32.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-12-semver-dbgsym_0.32.1-2.pgdg+1_arm64.deb
Size: 19976
SHA256: 8d2795c7a78586819f701ea88cfae5cc7fde9293461b5cbaab153019e4b60fe3
SHA1: b8a87c6e6f786888da896a44ddcf0cb89396dd15
MD5sum: 0dae349df9541466caeb3722f5b22760
Description: debug symbols for postgresql-12-semver
Build-Ids: f26601c82986fdef638278cfad42897e96c95d6f
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-set-user
Source: postgresql-set-user
Version: 4.0.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-12-set-user_4.0.1-2.pgdg+1_arm64.deb
Size: 39004
SHA256: 8979f4b2c69c662e9052d2610fab8ee0bd0254315db9b63eb9769bf769d4c6a9
SHA1: 8b657b4eee9ed96cdba0e24bde4ca05af83cb2f5
MD5sum: d76b574c1e52fafd73116fddddf9b294
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-set-user-dbgsym
Source: postgresql-set-user
Version: 4.0.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-12-set-user (= 4.0.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-12-set-user-dbgsym_4.0.1-2.pgdg+1_arm64.deb
Size: 39336
SHA256: 9ef72b5d99de828864b72684f55286e51c52179c48dfd826fbb76fe068a273c8
SHA1: fbd3748bda67b513d68550dc605be026a45ffeca
MD5sum: 2f2282674745f603a5d07faedde0a45f
Description: debug symbols for postgresql-12-set-user
Build-Ids: d3a46772d9715e2db5a278c64477e4a87fac922c
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-show-plans
Source: pg-show-plans
Version: 1.1.5-1.pgdg+1
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 120
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-12-show-plans_1.1.5-1.pgdg+1_arm64.deb
Size: 26776
SHA256: f43553d6d02b9a9c05c408cba6772c308e3cd12dfaf2dd41993a342b8a19ba50
SHA1: 0fe583746b5586d4451d09ac28063b0edd987d89
MD5sum: 2f1b82bb42525523c6b49c2054eca7b8
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-show-plans-dbgsym
Source: pg-show-plans
Version: 1.1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 51
Depends: postgresql-12-show-plans (= 1.1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-12-show-plans-dbgsym_1.1.5-1.pgdg+1_arm64.deb
Size: 34776
SHA256: 6cf314e8390bee4402cdb21262214578407295c29d8e59f8b004945bb815daff
SHA1: b5af99ad41ef95e1d1ff6bf87e5600439fb75e8e
MD5sum: d84b6723724aff02bb1d84d77f5036e0
Description: debug symbols for postgresql-12-show-plans
Build-Ids: e92bdd47df0cba7fbd5dd316a10d80d001371eca
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-similarity
Source: pg-similarity
Version: 1.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 317
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-12-similarity_1.0-7.pgdg+1_arm64.deb
Size: 101848
SHA256: 2f99e999194fa6d4ac2f566ddea499cc91d85bde9bb83cca87cadf8ce0703ae4
SHA1: 147f7a1fad403037ae49d04c6e0a64c4c6323fb5
MD5sum: c655c66133e30a46f90154ad58a16cc9
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-similarity-dbgsym
Source: pg-similarity
Version: 1.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-12-similarity (= 1.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-12-similarity-dbgsym_1.0-7.pgdg+1_arm64.deb
Size: 57952
SHA256: e1cd5c8ee687d1c51ea8265614c6503e0dc750cb157a6584933a4f2e58c08207
SHA1: 85ec468dd036e59f2e1247744bfec4250519523e
MD5sum: a145f9ba7e8a6cd38e6ab203f19b23ca
Description: debug symbols for postgresql-12-similarity
Build-Ids: 8ab14b5011bfcfddd4390fc373c374df79ff0467
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-slony1-2
Source: slony1-2
Version: 2.2.11-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-12, libc6 (>= 2.17)
Suggests: slony1-2-bin
Provides: postgresql-12-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-12-slony1-2_2.2.11-3.pgdg+1_arm64.deb
Size: 17660
SHA256: 692ad777b7de97913009a661f14687016486e0c6df249cc9235436bea608e0de
SHA1: f5e6cbb6a3f7ad0b420891181130e0b32d8f7026
MD5sum: 8a5c116bc74765ad1420aefd67e7b162
Description: replication system for PostgreSQL: PostgreSQL 12 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
 12 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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.11-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-12-slony1-2 (= 2.2.11-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-12-slony1-2-dbgsym_2.2.11-3.pgdg+1_arm64.deb
Size: 60192
SHA256: 8a480ebdb7698598539047584ee20b84d6d20e852782bc6fa1f917005a93eaef
SHA1: 1b55278beade1f1e9b25a2129539f06493b8247b
MD5sum: 0e7c81ace16f43d1489dff63779c14f9
Description: debug symbols for postgresql-12-slony1-2
Build-Ids: 2ca935628deb82f266978bb5395b50ca01e55f34
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-snakeoil
Source: pg-snakeoil
Version: 1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), libclamav11 (>= 1.0.0)
Recommends: clamav-freshclam | clamav-data
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-12-snakeoil_1.4-1.pgdg+1_arm64.deb
Size: 17452
SHA256: 1cf268e9fdcea6dac9b42d62442d730a59c885bca075db573c813e209247ad14
SHA1: 8ba1da1f306df1c7447b07a612a206943a18768d
MD5sum: e06a2c2876188be206c6d5b0a5886014
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-12-snakeoil (= 1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-12-snakeoil-dbgsym_1.4-1.pgdg+1_arm64.deb
Size: 14376
SHA256: 5e5a7696a3793e6d87ad9dba9cc3c25a7fa3179a57cd2d4fa79769f89eb6b8ff
SHA1: da87d6f61c20a609660b3dfefcdd9bb22e323110
MD5sum: fbe60a1cd036bd266d6029d8442a7c1f
Description: debug symbols for postgresql-12-snakeoil
Build-Ids: c9be9b01f72df814beda8a8afcbf6c40fcb3cd93
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-squeeze
Source: pg-squeeze
Version: 1.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 350
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-12-squeeze_1.6.2-1.pgdg+1_arm64.deb
Size: 132520
SHA256: 8429e025eee7e9f34f2f64ba2af9d9c4bb9c83d90793496f72fdfeb83a1bbf6a
SHA1: a58c5701e285e08a9f2fc942b312ad2c97523a86
MD5sum: 104f61bd6515bba1068cc1945beb951f
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-squeeze-dbgsym
Source: pg-squeeze
Version: 1.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: postgresql-12-squeeze (= 1.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-12-squeeze-dbgsym_1.6.2-1.pgdg+1_arm64.deb
Size: 128032
SHA256: 31000d25a064dd9bdc76a8e5529713527bbbca2dcddd236896ed8dc8ca180217
SHA1: feda7dd5140bfc4a2a02337ade89eb3e55311079
MD5sum: 875f21d70c5c10cbfb405570ea9bbb93
Description: debug symbols for postgresql-12-squeeze
Build-Ids: 9cb089087a8acbd129ceb151a65a2cf26fcea2d1
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-tablelog
Source: tablelog
Version: 0.6.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 161
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-12-tablelog_0.6.4-2.pgdg+1_arm64.deb
Size: 46464
SHA256: 5ba1cc83f0ab28c99aee45bbde0ec8fe03ee38eee99fc107bd08ae4d9358f0e7
SHA1: c23d616d98e5a71ee391af78f8fd89bb6e7aa297
MD5sum: 99314aedaffc02d81d223796de88c401
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-tablelog-dbgsym
Source: tablelog
Version: 0.6.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-12-tablelog (= 0.6.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-12-tablelog-dbgsym_0.6.4-2.pgdg+1_arm64.deb
Size: 36632
SHA256: 196797f4cd633e496e52bf88c3662c0cee48e4dab22dee9900b369a0472261aa
SHA1: 427df761ad0a3f3bd3042dadf85c510aa6a4e940
MD5sum: baae0900372833c13f5576501b581f80
Description: debug symbols for postgresql-12-tablelog
Build-Ids: d578d6b820c45d983b7b56ff8465bdf300649f30
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-tdigest
Source: tdigest
Version: 1.4.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-12-tdigest_1.4.0-4.pgdg+1_arm64.deb
Size: 66664
SHA256: 34cdf205857df320bdeab32f16c66e5cc0a19d8fdb5d1b81974effa82767904e
SHA1: e3cd602611ec12ea42b4084cacf43a12b05f516e
MD5sum: 81122971b1d7761e0725595f313ba067
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-tdigest-dbgsym
Source: tdigest
Version: 1.4.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-12-tdigest (= 1.4.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-12-tdigest-dbgsym_1.4.0-4.pgdg+1_arm64.deb
Size: 49496
SHA256: 3b2759811e93d9abb4e535a557508f88e790ce409d7e7ece9cc1d91824abd0ff
SHA1: 96f2cb69b22ad47b9d9d4bb7d3bd7aa7d192a8d1
MD5sum: e0ba8bb8d6190153ac789a7996c03c30
Description: debug symbols for postgresql-12-tdigest
Build-Ids: fd3ee34e45d22421ed9e76f96742030d75d64efb
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-tds-fdw
Source: tds-fdw
Version: 2.0.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 318
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-12-tds-fdw_2.0.3-2.pgdg+1_arm64.deb
Size: 126616
SHA256: 49d3e755456eaa60b27f66f8510ab129a5d4eca888ff3578f37be2e964c2e4a6
SHA1: 60cd3cefbead3615786c642a391109245aa14643
MD5sum: b81fbae83491fc05076c862207475f19
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-12-tds-fdw (= 2.0.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-12-tds-fdw-dbgsym_2.0.3-2.pgdg+1_arm64.deb
Size: 127124
SHA256: e23686032bc35a316643131a125392bd377bfc54ee485c2edcd0c37d458a6b00
SHA1: b19987576d0cd3e295f861e727cbbc6ebc8665fe
MD5sum: c02428dfd1282894603fac0b0c8e3ab8
Description: debug symbols for postgresql-12-tds-fdw
Build-Ids: ed19f864313af8ceca64ea0485b3ee3e16778371
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-toastinfo
Source: toastinfo
Version: 1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-12-toastinfo_1.5-1.pgdg+1_arm64.deb
Size: 12496
SHA256: fe3d578da944ba18a805e32271baa8b6183c087a59d165f457b66d31514736a0
SHA1: f60bf0c9ff75a252487a8d0def6f90266fabdcaf
MD5sum: e374a307c1ccdba07e4d909312c1a730
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-toastinfo-dbgsym
Source: toastinfo
Version: 1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24
Depends: postgresql-12-toastinfo (= 1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-12-toastinfo-dbgsym_1.5-1.pgdg+1_arm64.deb
Size: 10432
SHA256: 25d51f1210c7595699d5127ff20e9f49213b1614c37b0e06bca27e2cf8dfe6b4
SHA1: 7b683cdf0bb88e11c32914e4bc3d2b22b85197ec
MD5sum: aa8b0531b2ff0fe422eaead4b3da09b1
Description: debug symbols for postgresql-12-toastinfo
Build-Ids: 918b75ff076adc42dabeb6e35e10d54b5cd9af5c
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-unit
Source: postgresql-unit
Version: 7.8-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 503
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-12-unit_7.8-1.pgdg+1_arm64.deb
Size: 135904
SHA256: 5c4c18b32c61d01bb0810507e839322b33492590d9b1465c5f4273ecba682b8c
SHA1: 6f68788bdcab422131b93e9b5a611f12f2918cb0
MD5sum: 7d6b95e81fcb98dbcde7cf81f32c2be7
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-unit-dbgsym
Source: postgresql-unit
Version: 7.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 80
Depends: postgresql-12-unit (= 7.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-12-unit-dbgsym_7.8-1.pgdg+1_arm64.deb
Size: 58068
SHA256: 29f64d0a65ee3ed652dbc543e0cad61c9e3c8b7fbe96cc53b422bb8aeef3e2dc
SHA1: 0dd1aac7cf7593e8cec68a17536f4ec06a102c81
MD5sum: 3edebd4ba1efac895eec7cfa9762e58f
Description: debug symbols for postgresql-12-unit
Build-Ids: ce0823eaac1f75f7f41b59ef5dd2f2c3904dd24a
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-wal2json
Source: wal2json
Version: 2.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 153
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-12-wal2json_2.5-2.pgdg+1_arm64.deb
Size: 60000
SHA256: 710836555eb2fab49398a55aaba2924eee1f64c7b02556938435e17204c1ad55
SHA1: 5d3b32d6b700783ee40752df8da35af38cf1f8d3
MD5sum: 06786c01ae266d4739c1ad6611543e5c
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-12-wal2json-dbgsym
Source: wal2json
Version: 2.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-12-wal2json (= 2.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-12-wal2json-dbgsym_2.5-2.pgdg+1_arm64.deb
Size: 58192
SHA256: 9fe47aa3f0d78425c3d0ad088a6b909df4fb87bd26d4c58af3f2aa22632d0a02
SHA1: e4d7b66144aa5110da99efab675125c6accb8b95
MD5sum: 2eb47e3c23b0d93bea08a10a9cc2051a
Description: debug symbols for postgresql-12-wal2json
Build-Ids: 995d406a4d0fc0dfcd455f8916a9b9f89d26d4d2
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-asn1oid
Source: pgsql-asn1oid
Version: 1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-13-asn1oid_1.6-1.pgdg+1_arm64.deb
Size: 13164
SHA256: 9e7f3b4fb6192b5caae51b3b1d459d689c3231c08891934f977e5676645d17fd
SHA1: 2c0a6e4799e658cee954bd19d0eb7761f5d3950f
MD5sum: 5e6f6b0a9882bd6b110d6d2bdb39b65b
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 13.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-13-asn1oid (= 1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-13-asn1oid-dbgsym_1.6-1.pgdg+1_arm64.deb
Size: 8204
SHA256: cb0312d634ea0fd23cefbe731f11df863f5cf4ac9c38ab270a3df56e597c3f8d
SHA1: 9f55c79e680be82f2cb5dc01c930fc20baac1790
MD5sum: 973e38c6ea0f6225fe78085c15bbb877
Description: debug symbols for postgresql-13-asn1oid
Build-Ids: 15d970a96b7a6938f8be7710be3228555b5a5f55
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.7-2.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 96
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-13-bgw-replstatus_1.0.7-2.pgdg+1_arm64.deb
Size: 15308
SHA256: 562a0ffdba72d651eefd24cc09ffcd86eca6a0812ed3f3b25e45afa21f74e44f
SHA1: 5e1978353ad1736e7a037c2cd3fff5fc0a47f968
MD5sum: b44581cbecd6e44588348d3b55b1e070
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 23
Depends: postgresql-13-bgw-replstatus (= 1.0.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-13-bgw-replstatus-dbgsym_1.0.7-2.pgdg+1_arm64.deb
Size: 8244
SHA256: f5b07909b32b9baecbdc199ec2ae9209d5434b191ba4d013f0032340828eb896
SHA1: 121d057832cf56d179aeb4626bdeac2ec5479999
MD5sum: a99d89b97f3838a12a934aa195175ab8
Description: debug symbols for postgresql-13-bgw-replstatus
Build-Ids: 941e7d9d775a9d8d1096ccc06cf9fbfafb13e6ff
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-credcheck
Source: credcheck
Version: 2.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 171
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-13-credcheck_2.1-2.pgdg+1_arm64.deb
Size: 65424
SHA256: 906ff4ee86ab898f226fa060857bac91e5925eed57e505f5862faa3994556f88
SHA1: 6666c643e59783a74e8f9a45a1d58a02e2c76030
MD5sum: 3b54dcb01e579cdf3247110a95bec0f7
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-credcheck-dbgsym
Source: credcheck
Version: 2.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-13-credcheck (= 2.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-13-credcheck-dbgsym_2.1-2.pgdg+1_arm64.deb
Size: 64692
SHA256: 2c75609dcf8163672818e739e271c082fe229be355429c15f898151ae382344b
SHA1: eac1fd2932b7dab4239e80a2a90a8c89c563be63
MD5sum: 2e3ce5e2839f73f3ea1c50a33c3c56fd
Description: debug symbols for postgresql-13-credcheck
Build-Ids: a499c324ff45684369921191c4024bb3be78d3b5
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-cron
Source: pg-cron
Version: 1.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 306
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-13-cron_1.6.0-1.pgdg+1_arm64.deb
Size: 106228
SHA256: 19cc6270a36d6ba7d19fd467b47febddaf1deffac923789169c42d7e75ab4af9
SHA1: dd30ca3038e8a1b104a34050df9b8c9343bdc43d
MD5sum: dec180e0c14fbb528e77a3e8243cca31
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-cron-dbgsym
Source: pg-cron
Version: 1.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-13-cron (= 1.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-13-cron-dbgsym_1.6.0-1.pgdg+1_arm64.deb
Size: 107804
SHA256: 6ca2a3cbc969aaffba22c0a307babb7509b5acfbdaf343a3f7c4106e107b1621
SHA1: f02be9e2c93dc5d22b069b19db388c27cabb72ba
MD5sum: bab89be271adbcb25849ca5955cd6563
Description: debug symbols for postgresql-13-cron
Build-Ids: d5c742927de87b83bfeb447df65f2229d632e04e
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-debversion
Source: postgresql-debversion
Version: 1.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-13-debversion_1.1.2-2.pgdg+1_arm64.deb
Size: 13932
SHA256: 1abfae20c8afc008742affd0c48aee5f2157de422604803921a2e06757307546
SHA1: fd72c518c22a0987503e69e1523991dfced43e9b
MD5sum: 7ebecfbf01dd1b3f3ce1c721af0a2581
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()
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-13-debversion (= 1.1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-13-debversion-dbgsym_1.1.2-2.pgdg+1_arm64.deb
Size: 17744
SHA256: cfae8499710d9a95ee449c25f6cfec692b755cade6255f3438a575bf8ad7bc92
SHA1: 4d1a248d821d27304a704518ba60c07f4fd02413
MD5sum: 625732b8e1e3b2d7541adf06d298d99e
Description: debug symbols for postgresql-13-debversion
Build-Ids: 9fb3b6bb3415320cb99f8a19a1b540d78030f7ef
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-decoderbufs
Source: postgres-decoderbufs
Version: 2.3.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs_2.3.0-2.pgdg+1_arm64.deb
Size: 44036
SHA256: adca898024edf45780245e23f9d58b19facf7ce0630d565c983c2b38fa62b50c
SHA1: d6143c4f55e24e6840e3aa428c1faa1c3713862e
MD5sum: 4fb3ddb4e965a38d4e6dc38f098e879e
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.3.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-13-decoderbufs (= 2.3.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs-dbgsym_2.3.0-2.pgdg+1_arm64.deb
Size: 39916
SHA256: e35c69bc3f68ebb4cbf82f6f5ed69d73cbf5aebaf7513e95170d161429af9e03
SHA1: 07d05a9d7594eb3d48bafcf38ef02b70dbc1e409
MD5sum: 58026b2b74d46bea6aa2e86eb0da3265
Description: debug symbols for postgresql-13-decoderbufs
Build-Ids: 8a5bd5cba2f94e3846cc58a19dfba18bf29c0242
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-dirtyread
Source: pg-dirtyread
Version: 2.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-13-dirtyread_2.6-2.pgdg+1_arm64.deb
Size: 25220
SHA256: 06f2f0da46ffc5c1c6ab7d8e78000028e57cc72325c3d8f93dff9227165122b0
SHA1: 17c0e26a579ddaf814e5babd73f1e0c7f4dabc48
MD5sum: c2e22dc2d847e1047a5a36a86fc50cb5
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-13-dirtyread (= 2.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-13-dirtyread-dbgsym_2.6-2.pgdg+1_arm64.deb
Size: 31716
SHA256: ae1d08aa94d19997a3e6074917fd4b839c161613c232b6e273e79cacbecd0439
SHA1: fcce3c3d12b41bbabaec3128abf80efe29a21d7d
MD5sum: fccde9daa6d90651c965d6bb35663a73
Description: debug symbols for postgresql-13-dirtyread
Build-Ids: 55d5a738363a9051d142d4ac954a909d774beed1
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-extra-window-functions
Source: extra-window-functions
Version: 1.0-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-13-extra-window-functions_1.0-5.pgdg+1_arm64.deb
Size: 15832
SHA256: e18d391e73b8304b368399d7ffe2ef7ec8bea257a01325df6df04d85acac02b5
SHA1: 5a253a0ca96ef057e97f9e86c0632c00a961b5b3
MD5sum: 34793f9d6b16a3704f9bfde49637f86f
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-13-extra-window-functions (= 1.0-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-13-extra-window-functions-dbgsym_1.0-5.pgdg+1_arm64.deb
Size: 9580
SHA256: 8d85c0633d42391a8dde0264055fd92dbab0f0db2a95c51f2cbcac2c86139842
SHA1: a37ba9d25e2aefa92eeaae170adfe3d5e942414c
MD5sum: 145f6cf504bb2c7c37f68bf687b82d5d
Description: debug symbols for postgresql-13-extra-window-functions
Build-Ids: b51f80209d8dea4db05887203b8e23a6f107675c
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-13-first-last-agg_0.1.4-4-gd63ea3b-7.pgdg+1_arm64.deb
Size: 8692
SHA256: 0ca8392114ed7e270ed0534efa4638648949ebb3d4cb514444f4189aade819ea
SHA1: 7b24b4d564db818572a2e76ef98d0072c2446859
MD5sum: 3100e27873bb0ef6784ddf098822480d
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: postgresql-13-first-last-agg (= 0.1.4-4-gd63ea3b-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-13-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-7.pgdg+1_arm64.deb
Size: 3916
SHA256: 0cfc26eff217a29753463bd0cea3f5254f09c8fba2cd463725fb29d4b1b1f450
SHA1: 4981e0881ce5f1250090982c08ab840042e6ae38
MD5sum: 46782d8238eb4fe76af3015a7dbcae35
Description: debug symbols for postgresql-13-first-last-agg
Build-Ids: 00f8fa6f2ff9350eb2b4ea80ae18b8d00b53c722
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-hll
Source: postgresql-hll
Version: 2.17-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-13-hll_2.17-3.pgdg+1_arm64.deb
Size: 84420
SHA256: b2997488e18d3506fa71f58cad01e7fce59c2818f57981b395632148f93c5070
SHA1: 02bbea9c2434083192f06354c22d9c2ec518aa05
MD5sum: a4ab0f5cb2c15e6cc7640a6f929630cd
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-hll-dbgsym
Source: postgresql-hll
Version: 2.17-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-13-hll (= 2.17-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-13-hll-dbgsym_2.17-3.pgdg+1_arm64.deb
Size: 89352
SHA256: 4187fc54300fccb7ee3e65c63125b6387f451869f243b50136fffa48bee5a2d4
SHA1: 88490724462c1a29df1c1f1117b55ac5b80a187e
MD5sum: 55364c17ce013ceba32d34f2b11d0733
Description: debug symbols for postgresql-13-hll
Build-Ids: bf23234d156aac8a9c9b2f004880ae583c2a7391
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-hypopg
Source: hypopg
Version: 1.4.0-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 188
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-13-hypopg_1.4.0-2.pgdg+1_arm64.deb
Size: 74460
SHA256: 5c5f1d1be6d8b615bf13da03e8d1f8533d5c0b8dabca8a6818169e0d38836b99
SHA1: 83a44ad28d0d676b30d8f016b8990305bb00c1fe
MD5sum: a82a31586acfd4dafcf62540fcf6d0d1
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-hypopg-dbgsym
Source: hypopg
Version: 1.4.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 107
Depends: postgresql-13-hypopg (= 1.4.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-13-hypopg-dbgsym_1.4.0-2.pgdg+1_arm64.deb
Size: 88368
SHA256: 5dc23d40a19113c1b9cf615faa4c11b615c342f609ac1c8abdbc847367d4f2f1
SHA1: bfeebc982b9e73dd67a94221fa731993594bc2b8
MD5sum: 7a4191094d19da9c57e425e4ac54da60
Description: debug symbols for postgresql-13-hypopg
Build-Ids: c0585602e1d2f42ea09cbf50fa8289e9572fecda
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-icu-ext
Source: icu-ext
Version: 1.7.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 211
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), libicu72 (>= 72.1~rc-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext_1.7.0-2.pgdg+1_arm64.deb
Size: 74800
SHA256: 4ddd10a16c87b4de65e681f6243e3dfcf1d73d694dbe0373a9d4bdc3288e8605
SHA1: 3279af6be4d25690b8c34190d2c1b4b3bebc9b5f
MD5sum: 19e680b79fda61478fcf54c94c34035a
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-icu-ext-dbgsym
Source: icu-ext
Version: 1.7.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-13-icu-ext (= 1.7.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext-dbgsym_1.7.0-2.pgdg+1_arm64.deb
Size: 63092
SHA256: db31e0e13ab606f33ac28f040da11ac8b9aa85f243c4d16e6038e335c46f0540
SHA1: cf10d94462618583abc2a18f1bc76a83d9560740
MD5sum: e81411a4ba25a4039969ffb63a9ac0fe
Description: debug symbols for postgresql-13-icu-ext
Build-Ids: e42776a4b2f221bdf24ef268d4b67c95c1875c9e
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-ip4r
Source: ip4r
Version: 2.4.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 600
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-13-ip4r_2.4.2-2.pgdg+1_arm64.deb
Size: 197456
SHA256: ab2dc7e19fcf634811e0b632dcce14ef197b8807d296954e2086bf0a31fe0343
SHA1: f37df43b5104562986c92922323db8bdf6e599f4
MD5sum: d658d8820e93e45689f467412ba5145c
Description: IPv4 and IPv6 types for PostgreSQL 13
 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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-ip4r-dbgsym
Source: ip4r
Version: 2.4.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 216
Depends: postgresql-13-ip4r (= 2.4.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-13-ip4r-dbgsym_2.4.2-2.pgdg+1_arm64.deb
Size: 179600
SHA256: 3ba71b0aa909a97644cff87e42b86abc01e69e1d978db9481f0a3d62e0be3c7d
SHA1: b2e9c0f66a80ef27cea26488292cfc180f47935e
MD5sum: 89d6b0a5cba1846856ee64efe554c852
Description: debug symbols for postgresql-13-ip4r
Build-Ids: 81b2f94351eccac4d8f7df5772f2a9bb8ea95e04
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-jsquery
Source: jsquery
Version: 1.1.1-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 357
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-13-jsquery_1.1.1-8.pgdg+1_arm64.deb
Size: 138552
SHA256: 7401e61a9e13735f7884e2f81c7d288951e172ef876d308212df898a24d9765f
SHA1: 95f925de21ae706f323be1b64563341ca8b94ec1
MD5sum: 302f9a33fea078e8816b8c0fbf8ef6f2
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-13-jsquery (= 1.1.1-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-13-jsquery-dbgsym_1.1.1-8.pgdg+1_arm64.deb
Size: 97320
SHA256: fc6e3ec61c0e2bcdf99f476d1a0c2ae9996f1c00d42d28f6c8927705df663158
SHA1: 37dcec1e941416689235af1879b9cbf15d979c2b
MD5sum: 71b19caa66b2b7f78249346a4497b8c7
Description: debug symbols for postgresql-13-jsquery
Build-Ids: dc67312afdcfb0b166a1311f200a06effc665fe9
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-londiste-sql
Source: londiste-sql
Version: 3.8-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-13, postgresql-13-pgq-node
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-13-londiste-sql_3.8-4.pgdg+1_all.deb
Size: 20556
SHA256: c6561cadf8619eca37a6eac0cdc4205f162397d4c185d56faa5cc96494f2e5a5
SHA1: 80cc67c969e30029434c40012119532cef0f7120
MD5sum: f848a422fbe5178224e5250e3a779d81
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-mimeo
Source: mimeo
Version: 1.5.1-17.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4485
Depends: postgresql-13, postgresql-contrib-13
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-13-mimeo_1.5.1-17.pgdg+1_all.deb
Size: 128580
SHA256: 6598d60b128384b91183bf299c6178f860646006313a2e84285b55df1b82df33
SHA1: e919f31616f07ae43e4214f2f5a6285c803e1696
MD5sum: 40ae95c5f937281c999fea341399af27
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 368
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.34)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-13-mysql-fdw_2.9.1-2.pgdg+1_arm64.deb
Size: 152052
SHA256: e460e0e3afe1bd1f2f88bf8af68fda3d7c5bc7f16118905597800427bbcb2636
SHA1: 8c27cf89f0793f42007954748f4e59db515e221b
MD5sum: 04b7caf1b135c188c87f45b1899c5fb2
Description: Postgres 13 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 13.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.9.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-13-mysql-fdw (= 2.9.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-13-mysql-fdw-dbgsym_2.9.1-2.pgdg+1_arm64.deb
Size: 166804
SHA256: ebf18dd7b062e38707114eca00a645aebbbc3494c5dd0a286fc20de4e8e4ca56
SHA1: b1378edacab56fb9f13fa2a82b8ec81995cb84cb
MD5sum: 680e17b686d7e5ad3be18d575868d526
Description: debug symbols for postgresql-13-mysql-fdw
Build-Ids: b73677bed22bdcc2a7bade5c0e831bf9dd6f2673
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-numeral
Source: postgresql-numeral
Version: 1.3-6.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 254
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-13-numeral_1.3-6.pgdg+1_arm64.deb
Size: 80140
SHA256: e8dab2d8a017faf086b92427693a5ab889ecfa410ebc9a927d27ff5ca9ed00c0
SHA1: 8ecb5abf3e30e4832a82395872eef15a85a43820
MD5sum: f775e25f72e1c296ae8828c9e66de5d7
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 61
Depends: postgresql-13-numeral (= 1.3-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-13-numeral-dbgsym_1.3-6.pgdg+1_arm64.deb
Size: 39804
SHA256: e27e8a55cbc88c2aa32f7be029aa516ab9b37c21823df9741117d0a2265e0fad
SHA1: 9db2715f75014e4066867a48d1736e17e6691933
MD5sum: 93a9f9411f7844901c5f4d9540c1f668
Description: debug symbols for postgresql-13-numeral
Build-Ids: f2ca933f93c9a387c7468972d04a850acebf39c9
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-omnidb
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.17), libpq5, postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-13-omnidb_3.0.0.20201026-5.pgdg+1_arm64.deb
Size: 21220
SHA256: 9d34ab13cd2deafbd0d15ee9a29fb03f5c577f605416c5ab19611aa2b9674ea5
SHA1: 5fb3180798935689e357bb5909298a8b97f0e128
MD5sum: 848e957e1cb8990ab7cd9e42109d03b1
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL omnidb_plpgsql_debugger extension for
 interactive PL/pgSQL debugging in OmniDB.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-omnidb-dbgsym
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-13-omnidb (= 3.0.0.20201026-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-13-omnidb-dbgsym_3.0.0.20201026-5.pgdg+1_arm64.deb
Size: 35028
SHA256: b357d29be5f98c760239ef504b5900462bee55e341c27a5914f16f36c947d815
SHA1: c8ded3127a631eba43b8e8c2dd4741286b2702a4
MD5sum: 6c09d70ae5f48d5a4819f9ced9537092
Description: debug symbols for postgresql-13-omnidb
Build-Ids: e10591fe28fea2894bd13021f6aa4cbe9968892a
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-orafce
Source: orafce
Version: 4.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1217
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_4.6.0-1.pgdg+1_arm64.deb
Size: 398440
SHA256: 33f281a5690e115a1129996249461b12e0639afe28e5e681d224c4fcefca1697
SHA1: 40ea253103bd2901d509d40527ced57b8550a571
MD5sum: b2b227ba26952b74ad1e7553cc88f857
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 4.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 332
Depends: postgresql-13-orafce (= 4.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_4.6.0-1.pgdg+1_arm64.deb
Size: 281392
SHA256: 9a30d02aa345da568a4f542caca25aa8bb96ba38ebab20697643f5dae9700f70
SHA1: d9be111457f3317b4cbbc251c065449c24659795
MD5sum: f0f2d0372daa75c20067842a0e3479a3
Description: debug symbols for postgresql-13-orafce
Build-Ids: 5f3ef0a5677077cc83a259bdc7f799676babe5ab
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-partman
Source: pg-partman
Version: 4.7.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6855
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-13-partman_4.7.4-2.pgdg+1_arm64.deb
Size: 257624
SHA256: ebaadce9867bf5d5f7f1a93000e4667bf7c93e59fb30f78e80011acecc3b6a77
SHA1: 17a635e8ec6b74d44384a8c5b034bf3da415ca70
MD5sum: 9dd7d44c661049f88f631a29bd3e490b
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-partman-dbgsym
Source: pg-partman
Version: 4.7.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-13-partman (= 4.7.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-13-partman-dbgsym_4.7.4-2.pgdg+1_arm64.deb
Size: 21028
SHA256: ddbcef2ac6bc86ff3ac5d789ff16346f6ecf5285177e321cdff485cbbe02ff3d
SHA1: b44d0f6cef1e3315d78b31486bb954cf5dd2c73c
MD5sum: 015c23b09c376b95a2be1b4d6de05e58
Description: debug symbols for postgresql-13-partman
Build-Ids: 6bcf3f0ef89c621b8f3124b8d0efdc7024b29e20
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.12-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14), postgresql-13-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile_1.5.12-2.pgdg+1_arm64.deb
Size: 29556
SHA256: 8f0c1369ac0312085315faac29af4198d86db709a88fdcbee6c315193f614e5c
SHA1: 3826de52258c96c29ad35b81324e9e654cad5fb2
MD5sum: 32b28473dc394df72d3bce5b580c2f3e
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.12-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-13-pgauditlogtofile (= 1.5.12-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile-dbgsym_1.5.12-2.pgdg+1_arm64.deb
Size: 25400
SHA256: 9baea39b2414b051595513a7ee3fb13fcfeb74f8e4febb0a5a42858a341a50e0
SHA1: 01f728b9858d5c880c1845d821660061c67ce34b
MD5sum: d00e918609f06cd51ce92d18af144dff
Description: debug symbols for postgresql-13-pgauditlogtofile
Build-Ids: fb34713dc3b0c015e6ab7010a9a1bab2e85fd2ff
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pg-catcheck
Source: pg-catcheck
Version: 1.3.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: libc6 (>= 2.34), libpq5 (>= 9.0~), postgresql-13
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-13-pg-catcheck_1.3.0-7.pgdg+1_arm64.deb
Size: 32620
SHA256: eefd3d90975f43b7511f20417423451c1b47a242466474ec347fab0f74d18f11
SHA1: 674d612f6ae853c56e314da9dd55859235306d9e
MD5sum: 9249f095b41bc70f247fdac95452dc0f
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.3.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: postgresql-13-pg-catcheck (= 1.3.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-13-pg-catcheck-dbgsym_1.3.0-7.pgdg+1_arm64.deb
Size: 37272
SHA256: 4e9a1f23ddae580390b033436e073d84ea0e7a354da4b16ac5112b3dee60587b
SHA1: aaf1d03b7d4207f15d90978a9fed7be114533a6f
MD5sum: 12e7e19bdc4ba26433ac00b18ae6bf94
Description: debug symbols for postgresql-13-pg-catcheck
Build-Ids: faff084caadca789bf2fb86b19097fcb535a9fd2
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pg-checksums
Source: pg-checksums
Version: 1.1-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: libc6 (>= 2.34), postgresql-13
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-13-pg-checksums_1.1-6.pgdg+1_arm64.deb
Size: 34960
SHA256: 3799b04b6b93e6909a0f7f521926c9643840b969ac7b538f37f9ed60abf61269
SHA1: 628c964c20dde95432c7368127e849fa97e56670
MD5sum: d7a6ac48fc9baac4fa1fa717ce584d25
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-13-pg-checksums (= 1.1-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-13-pg-checksums-dbgsym_1.1-6.pgdg+1_arm64.deb
Size: 22352
SHA256: 12e9049aa2e8b6b9792df630fd2819ae3308343ce19e0b666edc02e185657295
SHA1: 5e09d5c1a772eeb312dc90ae6d1ed5609f0f73c3
MD5sum: 3986a9d8e7a84a002dd47cce438d06d2
Description: debug symbols for postgresql-13-pg-checksums
Build-Ids: 1d7f76d2b40377218a140a846c0974d75b1b9de0
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pgextwlist
Source: pgextwlist
Version: 1.17-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-13-pgextwlist_1.17-2.pgdg+1_arm64.deb
Size: 36728
SHA256: 0df908132148ac99fe9ce2868148ae2d891eec80d0c0fb25919c1bebfa47414e
SHA1: 64b1bb93413b5a7bbfd9698a93d5457c66d0f9ed
MD5sum: 55458fb1e1bcefaf395c5e85b4bf4c24
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.17-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-13-pgextwlist (= 1.17-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-13-pgextwlist-dbgsym_1.17-2.pgdg+1_arm64.deb
Size: 54340
SHA256: c97315c8f03f40716384f51cea33b06f6520cb1b0e3639aa2bf86e2bf053684b
SHA1: a627060a876ca27bdde569df54101a50a70d08b1
MD5sum: 95029540281097df0e0dfd86279ce282
Description: debug symbols for postgresql-13-pgextwlist
Build-Ids: 7f5e54c00697fedc43bdb701332174de744da1b9
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pg-failover-slots
Source: pg-failover-slots
Version: 1.0.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: libc6 (>= 2.17), libpq5 (>= 9.0~), postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-13-pg-failover-slots_1.0.1-2.pgdg+1_arm64.deb
Size: 42216
SHA256: 0f34885faa37144d673372acea4f1c0c23e862ff9f99b714e784f62407a91a69
SHA1: 4b361f77ada651e060bf445df421c45f8a404140
MD5sum: bceb7937236b5fc8882b8f40de792077
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.0.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-13-pg-failover-slots (= 1.0.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-13-pg-failover-slots-dbgsym_1.0.1-2.pgdg+1_arm64.deb
Size: 40164
SHA256: 16bebe1a58bb956fb54308e8becba0d428d75c65b366e72ebd4de89acbc77f71
SHA1: d9fb2a662f5ddcbc745643dc5b81273b29b810bd
MD5sum: 35ca3f1f7874e31a2ff3f05769a3aadd
Description: debug symbols for postgresql-13-pg-failover-slots
Build-Ids: 929424ddb197592c29f29141d883191f7dfac365
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pgfincore
Source: pgfincore
Version: 1.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: libc6 (>= 2.34), postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-13-pgfincore_1.3.1-1.pgdg+1_arm64.deb
Size: 32056
SHA256: ce6ec47c92a982edfe34fa49fa1b79a007307fa66b2ac3499d950603680d85f1
SHA1: 50cc14da24657b7029050247cea4875f9ab1d2cb
MD5sum: 9b3d543a4df8badfabde0cfb08daee9f
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pgfincore-dbgsym
Source: pgfincore
Version: 1.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: postgresql-13-pgfincore (= 1.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-13-pgfincore-dbgsym_1.3.1-1.pgdg+1_arm64.deb
Size: 39272
SHA256: a0ddb93298ba235021780b84f49fa72cb76cdb796e5c4b2cdc055db3009171db
SHA1: 4de209d4a7efa8ee0dbe87a9d456be26ba0e5ca3
MD5sum: 1424a12942064dbed815c769d80dfe22
Description: debug symbols for postgresql-13-pgfincore
Build-Ids: 036d770322f437cd1ea4ae217069046b17f291cb
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pglogical
Source: pglogical
Version: 2.4.3-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1295
Depends: libc6 (>= 2.34), libpq5 (>= 9.1~), postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-13-pglogical_2.4.3-2.pgdg+2_arm64.deb
Size: 448348
SHA256: 5c1a65bcea7955958149143e58db1a0dac93072e912907a44a609cf8ba763bda
SHA1: b9622c55c09f1b81679487807f1bcd871585b99d
MD5sum: c40599e70302cf533adde23966f1fe98
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pglogical-dbgsym
Source: pglogical
Version: 2.4.3-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 492
Depends: postgresql-13-pglogical (= 2.4.3-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-13-pglogical-dbgsym_2.4.3-2.pgdg+2_arm64.deb
Size: 423748
SHA256: fab57b77fc6f766d1f76b995ebb51f33c890247bfac98db1584afdec42b74847
SHA1: fc660d6afd7eb4c59c433017cc2cdb5b9b5f0142
MD5sum: 4cd7f8efd43763ad49e18f3bc9b20703
Description: debug symbols for postgresql-13-pglogical
Build-Ids: 12b59e9c0f08a9be927dc9407a43a5549da4232e f66fb87cb04d54e79ec2b48ad73acde5b932a3e2 fb5c3fd13ba01aab2087bbc45b66ee6a2514ba3d
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), postgresql-13-pglogical, libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-13-pglogical-ticker_1.4.1-6.pgdg+1_arm64.deb
Size: 21200
SHA256: 0d5b20ba04b711a4666b6054caf8f126813a7d65ed86c469f6a80dab0cc0f9d5
SHA1: 2176229063b7bb106c678d4c0a7d99220b74d639
MD5sum: cec04dc1bc0e949ed7a18eec6f42494d
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 13.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-13-pglogical-ticker (= 1.4.1-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-13-pglogical-ticker-dbgsym_1.4.1-6.pgdg+1_arm64.deb
Size: 14408
SHA256: 71967bc429896808444ffc1a0f64d20ac1078f7621f62c95cc7fe291280c6a32
SHA1: 4058688d79b468fe690cd396186414377f7f1870
MD5sum: 9a63833696a3a1c72f2f6e401d49c768
Description: debug symbols for postgresql-13-pglogical-ticker
Build-Ids: a58577ed8dabbac016daad53b53a88286bb80b7b
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pgmemcache
Source: pgmemcache
Version: 2.3.0-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), libmemcached11 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-13-pgmemcache_2.3.0-13.pgdg+1_arm64.deb
Size: 51284
SHA256: 0839695b797f626604c0c30d1319048242cdbc5ea4c573e2ab90e9b08d890ba5
SHA1: 7f3b3bc7797aec72bd277d9c55fb9e8672e85b12
MD5sum: 0551d37385d998b8e9362ea3a56acdaf
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-13.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-13-pgmemcache (= 2.3.0-13.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-13-pgmemcache-dbgsym_2.3.0-13.pgdg+1_arm64.deb
Size: 46868
SHA256: 61dfd9b669b7edf934c0b19797e556ed2e95433c10a9257b2da2f32354c848b0
SHA1: c2189bad5863984c7867e27bdac3a975643bcbd6
MD5sum: 62c44a568eac2cf6ab268d507019d8af
Description: debug symbols for postgresql-13-pgmemcache
Build-Ids: 54c9bdacf1ca1f83bb9335bf3a5ad7fe181c9ba6
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pgmp
Source: postgresql-pgmp
Version: 1.0.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 416
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), libgmp10 (>= 2:6.3.0+dfsg)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-13-pgmp_1.0.5-2.pgdg+1_arm64.deb
Size: 109468
SHA256: a1ec73230435bac9e03382b2407f2d8a8bf16e015b6e71b0d1c17dec2f261915
SHA1: 523b7acc0ba9cabeaf60fe12363da9d7c221773a
MD5sum: c049604a61acf3251a2693c15bfcb925
Description: arbitrary precision integers and rationals for PostgreSQL 13
 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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-13-pgmp (= 1.0.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-13-pgmp-dbgsym_1.0.5-2.pgdg+1_arm64.deb
Size: 64660
SHA256: 33e6a56d9c54628cc429d39f0405c9d89a61792448a0996ea7b2183bedefb53a
SHA1: 383c3ccfa8720d9fef800b576adcb84d32986739
MD5sum: dad0eca5cfc3f4bc82d5841c0eb19688
Description: debug symbols for postgresql-13-pgmp
Build-Ids: cd4f82a50fbb0205fd1919d784df1e857d672d06
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pgpcre
Source: pgpcre
Version: 0.20190509-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), libpcre3
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-13-pgpcre_0.20190509-6.pgdg+1_arm64.deb
Size: 19084
SHA256: db9d3f2589b54b7b636839d4e8a2cc9d75d21e47f20d35e7decd53ba1cfe4971
SHA1: bb98ada828eb5b3a61a1b9faf6a39c371c03d83e
MD5sum: f088de8c580747568dd09a3134c9734c
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-13-pgpcre (= 0.20190509-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-13-pgpcre-dbgsym_0.20190509-6.pgdg+1_arm64.deb
Size: 15116
SHA256: 54efa532cfd6c01636e36038408453681164d3581a580b298e15a3c6aebb0478
SHA1: 37c12883de93116e0ea2d4bdc2f5f217d19568fd
MD5sum: 7aea8e9ff097e634b80cec6ed724a003
Description: debug symbols for postgresql-13-pgpcre
Build-Ids: 9fda6020480a0377e5181d02c37d082d42fe04f2
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pgpool2
Source: pgpool2
Version: 4.3.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 437
Depends: libpgpool2 (>= 4.3.5-3.pgdg+1), postgresql-13, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2_4.3.5-3.pgdg+1_arm64.deb
Size: 159164
SHA256: 0a4e60ec64b8864113234f567f23618d4c2ec556977c0c502aa6b93f3d8c4143
SHA1: 7be126e21d866155647b2f92673387488c0b7661
MD5sum: 6ad2ac9e684847de9da198d2ad3767d0
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 13 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-13-pgpool2 (= 4.3.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2-dbgsym_4.3.5-3.pgdg+1_arm64.deb
Size: 49284
SHA256: 2cede834e2569094035ffcfede6f01a80d2092027b0e4bad6e7d8ea52976ea1e
SHA1: 76ffd2407fbf8f6d046e13a009f8f3609198dd38
MD5sum: de8a417313650420939713ce9cd3a89b
Description: debug symbols for postgresql-13-pgpool2
Build-Ids: 145e4a460869188cb6f033869cbd039fdd79b13d 38554333e9a516ee26ede01fc9b84e25ab877f3f f75fda6b648a04e4c3cc8d6ae57bab0213b0f9d7
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pgq3
Source: pgq
Version: 3.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2225
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14), pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-13-pgq3_3.5-3.pgdg+1_arm64.deb
Size: 137296
SHA256: 46c1fbacd6e833861e9c7957572a7e1b187e5be55781a9f16932f3a3037af4de
SHA1: 37c3dc74fd87ef3f27a17f3991239b425cb076a6
MD5sum: 52726b71d52f0ccf539ee6fdb694468a
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pgq3-dbgsym
Source: pgq
Version: 3.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: postgresql-13-pgq3 (= 3.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-13-pgq3-dbgsym_3.5-3.pgdg+1_arm64.deb
Size: 73884
SHA256: d9f29ed0330256fadb89e3266f7e0bbcd9458d0361b96b4d56c22f8a596efbc2
SHA1: 1b18a003d9a5a426e64cd26d4bc8997eb620ae41
MD5sum: 726e4a6029b8bc047393647ae7af0ad3
Description: debug symbols for postgresql-13-pgq3
Build-Ids: bd3381ed6058368cf9af73519d26b08b41f5ad7d e51408e692765d8a0fce38fbf0a1804fb273eae4
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pgq-node
Source: pgq-node
Version: 3.5-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 538
Depends: postgresql-13, postgresql-13-pgq3
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-13-pgq-node_3.5-5.pgdg+1_all.deb
Size: 12744
SHA256: a10f658c5d1b410fc5e577ca631499f0792f2342e171397c35a0c56910f337bc
SHA1: a4097693c5dbb1d1ee022a7f4397f8c781ab248d
MD5sum: 8e664eca5b8a48360361ac48fe8b6679
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pg-qualstats
Source: pg-qualstats
Version: 2.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 213
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-13-pg-qualstats_2.1.0-1.pgdg+1_arm64.deb
Size: 65272
SHA256: 0611132b6187d62bafded78cc77d3f484e38dbd691400fc7edfeb0b35fc546db
SHA1: 95d4ddffc54370bb5f44504545bbe1f209b7620b
MD5sum: 453ff5c8504bd9bb57ec3f0a7858c739
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 78
Depends: postgresql-13-pg-qualstats (= 2.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-13-pg-qualstats-dbgsym_2.1.0-1.pgdg+1_arm64.deb
Size: 60812
SHA256: 24b72e71bad6aa93ef3f4d144944ffb97e5af2987e21ad0a2a85eccc56651f4a
SHA1: 40f234f9a35c23c6042423e9aa2e5711bf4338c6
MD5sum: c3dd1ef0647d82f00ff6b5a765d46134
Description: debug symbols for postgresql-13-pg-qualstats
Build-Ids: d4ba64dce2d616bc4f7aead1a271e6f2fb44cf8a
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pgsphere
Source: pgsphere
Version: 1.3.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1699
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1), postgresql-13, postgresql-13-jit-llvm (>= 14)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-13-pgsphere_1.3.0-3.pgdg+1_arm64.deb
Size: 568056
SHA256: a3be05049c59d61c5e92e5c6614652a7b7e3a6f27d693f57a4a31d3a6c895ad9
SHA1: a5bfad7ceed3e60bdbca8f0d83418bcf1d66a596
MD5sum: 4c6dab702857b7589541d48887ddd492
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pgsphere-dbgsym
Source: pgsphere
Version: 1.3.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 389
Depends: postgresql-13-pgsphere (= 1.3.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-13-pgsphere-dbgsym_1.3.0-3.pgdg+1_arm64.deb
Size: 331892
SHA256: adf785ae5d4659dc322fa82792d7699b26da5af4979dc43847f1afdd17341049
SHA1: 064247176c5fc56e2d8e69de36d6a9ec73ae10a8
MD5sum: 972255e4f10935b8c3436a704b2fc908
Description: debug symbols for postgresql-13-pgsphere
Build-Ids: be35642405be9a9b150567896ce027cfdcaf348a
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.2-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 169
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14), postgresql-contrib-13
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-13-pg-stat-kcache_2.2.2-2.pgdg+1_arm64.deb
Size: 41064
SHA256: c73c766532ef5b1e05a7734a8d2e82402b153d4dc21255af01906ad37989911f
SHA1: aa3b4af2a41efd9800daa3d77895698dd0e058be
MD5sum: f569cb10934e378a2551ed3fb6946ccb
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 56
Depends: postgresql-13-pg-stat-kcache (= 2.2.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-13-pg-stat-kcache-dbgsym_2.2.2-2.pgdg+1_arm64.deb
Size: 39416
SHA256: fa749e1fa70f2542fb0f581dc2110487e34d62553f63021a0ba13a6e7e4e67ed
SHA1: ad08beea11ff4f0071310a86034f2d4a5e82b2f9
MD5sum: 518ca0a89d5c1342efc2a88696bd95c2
Description: debug symbols for postgresql-13-pg-stat-kcache
Build-Ids: b72ffc7dccb5d2087e3962364e481ed03198611b
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pgtap
Source: pgtap
Version: 1.3.0-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1774
Depends: postgresql-13
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-13-pgtap_1.3.0-3.pgdg+1_all.deb
Size: 61068
SHA256: ecf433743d6f1853517333322abd02f49c6e2acf0888471e1a4cbe559f1986a7
SHA1: af4ea11e76ab574b1f7b27f3da90e713ea1d2866
MD5sum: 068841ae6fa3e9ff0f5814c94e17a4ab
Description: Unit testing framework extension for PostgreSQL 13
 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 13.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pg-track-settings
Source: pg-track-settings
Version: 2.1.2-2.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 150
Depends: postgresql-13
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-13-pg-track-settings_2.1.2-2.pgdg+1_all.deb
Size: 9768
SHA256: b81f366459c5224bf30c86f9a2d3ef9a9c9262d7b878c2bc662b99faaab6f5ae
SHA1: e0e6f13069689ea0a8fba5cea7a2b08e3fe1d857
MD5sum: 83fe3afec8e7ed0ad520389f30fd770b
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pgvector
Source: pgvector
Version: 0.5.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 470
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-13-pgvector_0.5.0-2.pgdg+1_arm64.deb
Size: 184984
SHA256: 19d9a938f432e26a8b4005428b5c4400a134cf790783ab52a51f00d0f36271a6
SHA1: 1d4a6200fdb738bff19d56227270286cdf12a8be
MD5sum: a74b5c8fa214435098324ce2a450349e
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pgvector-dbgsym
Source: pgvector
Version: 0.5.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-13-pgvector (= 0.5.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-13-pgvector-dbgsym_0.5.0-2.pgdg+1_arm64.deb
Size: 173420
SHA256: 8d918af58d2fa72f3a0b8c584c1425a4246208654118a181aead670d081cc5f8
SHA1: 1abf5b2fe541ac6e515b9181f28b9d1ba06ebc40
MD5sum: f1e6d7d3f017f61e2ae645613fd7ed81
Description: debug symbols for postgresql-13-pgvector
Build-Ids: fdcda965ee1b8ec3838347a5e961419ab0842345
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-13-pg-wait-sampling_1.1.4-3.pgdg+1_arm64.deb
Size: 40736
SHA256: 0cb318fae52e53e7183f5ed11c98d8f786c6597f157f2d6119e3a6a961c0e382
SHA1: 697ccb07a8ebfdcfe05f0fbe4ac6c0bd5497821c
MD5sum: 44303c85d4b4174575a750d5edd9d2ca
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-13-pg-wait-sampling (= 1.1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-13-pg-wait-sampling-dbgsym_1.1.4-3.pgdg+1_arm64.deb
Size: 50352
SHA256: 4cbaa715159a31a2f35518168c3c7a7a73ebd25fd69dc6a52d63ccf6b5712fe0
SHA1: 2fe563b8b26939d4fa146780d27b97e337cd810f
MD5sum: 6462aa7e22046aecdf8ad6b0030524ff
Description: debug symbols for postgresql-13-pg-wait-sampling
Build-Ids: 621257fcb697fbf904beeef9e319526853c56119
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pldebugger
Source: pldebugger
Version: 1:1.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 214
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14)
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-13-pldebugger_1.5-2.pgdg+1_arm64.deb
Size: 82592
SHA256: f3e2f4e02858882e21c3f6c63a896f50e986385b46b6e6ea02a92c000483d40d
SHA1: 780888ce97cd9b6d48cc0e926d66bc5d98a71ffe
MD5sum: 0bac9a81d62bc99211454532fef05caf
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-13-pldebugger (= 1:1.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-13-pldebugger-dbgsym_1.5-2.pgdg+1_arm64.deb
Size: 93788
SHA256: 6c0a754a5099696e4ce99008ef087f5622bf71b8815a0d634723c45d9894b242
SHA1: 915201a850d06862e6b4fbd404f5ac651ae9e400
MD5sum: 3388cc4fd83938bdd20988f20850166d
Description: debug symbols for postgresql-13-pldebugger
Build-Ids: 09dce1a7afdc2427a9648f00aa7008a0d54470e0
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pljava
Source: postgresql-pljava
Version: 1.6.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1358
Depends: default-jre-headless | openjdk-17-jre-headless | java-runtime-headless, postgresql-13, postgresql-pljava-common (>= 1.6.6-1.pgdg+1), libc6 (>= 2.34)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-13-pljava_1.6.6-1.pgdg+1_arm64.deb
Size: 916152
SHA256: 2719b8552902eb76a482853c458d636c5e0b350aaa7c831e7174038afbc4c2ed
SHA1: 2ca4c3031981ff2a8510539986fef30fe55877c4
MD5sum: 125f433af43c062e4591200bcddf9017
Description: Java procedural language for PostgreSQL 13
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-17-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 361
Depends: postgresql-13-pljava (= 1.6.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-13-pljava-dbgsym_1.6.6-1.pgdg+1_arm64.deb
Size: 298380
SHA256: 3b40b51d210e53c79376d8f1b162bb6fcfdb14ec48a0204458b1f351bf40ab22
SHA1: bcf6d6d607bfa0e9093da5b10987bd0312e1d224
MD5sum: 9c8f8bc227c00150d05bebb26a53194c
Description: debug symbols for postgresql-13-pljava
Build-Ids: a5c24383f0efb4ae586251031e972781a69bcf5c
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pllua
Source: postgresql-pllua
Version: 1:2.0.12-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1035
Depends: postgresql-contrib-13, postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-13-pllua_2.0.12-2.pgdg+1_arm64.deb
Size: 395228
SHA256: b1b7aca651d09cb507be8cd0144f8dfe0114e56bcecd0e21a5a3ab0ed42a4633
SHA1: f3d449dfa00582f4a827d71ff4ab2b5c04ae8b7c
MD5sum: 9a3fe2e894d148fad24a35b9d7b98885
Description: Lua procedural language for PostgreSQL 13
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 358
Depends: postgresql-13-pllua (= 1:2.0.12-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-13-pllua-dbgsym_2.0.12-2.pgdg+1_arm64.deb
Size: 311836
SHA256: 06b11e0542d80eeeae393d03b7710e404c71bb239d592f341ceeb59380535c6a
SHA1: fc260cafa439dc8d088b2a44c1b8614caf63a8c4
MD5sum: 6e96eb5e2629b845fc05bcd5dbc71447
Description: debug symbols for postgresql-13-pllua
Build-Ids: 371b11d15c792a531a1a24c830447ff30b10a79e e12444a3b072fe9281f3f8988a5fc8604b2f041d
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 2.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 784
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_2.5.1-1.pgdg+1_arm64.deb
Size: 339512
SHA256: ee18c5f5762891378d038ba97aefe5c1adc503c39d2b1d49e78a62798ae95e8a
SHA1: dab78461eee03f06c50ac1b804064527adefb64d
MD5sum: 1633d19b4e992d7d1d965146aa353485
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 305
Depends: postgresql-13-plpgsql-check (= 2.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_2.5.1-1.pgdg+1_arm64.deb
Size: 273444
SHA256: 7a58c9cc02145bb150adeca70314c72c4a9179198dd5ca55412ee4bd2a0d6cf6
SHA1: d0975c6fd8fb1e41d3a2a646df68a4826dc1219f
MD5sum: f451e62b9e134a9e16fa68074a820d26
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: 2ec9bfde188a2d401705ea8f66e25b8c554ec08a
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-plprofiler
Source: plprofiler
Version: 4.2.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-13-plprofiler_4.2.4-1.pgdg+1_arm64.deb
Size: 50800
SHA256: 2a1a0c364480e6e1b0b54c742dd6c27f8cc4b92830c478994240c0bfd3bb740e
SHA1: c772d1720a4d7b0df1c40ca96394ef5fa0e83f0d
MD5sum: b25282868126c35032416dc6770ac9b0
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-13-plprofiler (= 4.2.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-13-plprofiler-dbgsym_4.2.4-1.pgdg+1_arm64.deb
Size: 55512
SHA256: 3fdab33882d0b5b350a9df3549753169f211a1e26ccd2649b7665bf36b725376
SHA1: 27c6d3eb927354717a483cae8a2c98949c87b46b
MD5sum: a65936cab19217d32e4c022d61bea149
Description: debug symbols for postgresql-13-plprofiler
Build-Ids: 6c0c061e31544dcbf8f6cecbcd43f97fdf9431df
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-plproxy
Source: postgresql-plproxy
Version: 2.11.0-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 366
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), libpq5
Homepage: https://plproxy.github.io/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-13-plproxy_2.11.0-11.pgdg+1_arm64.deb
Size: 151836
SHA256: 200bf07a02ca7ed3301824445278f93efd294df87e8878e722234bbd24da37aa
SHA1: e8f3d8e3d490d8a4bbae9eef99879633532ea77b
MD5sum: ffe871bf70f14c2f143770af5634dd37
Description: database partitioning system for PostgreSQL 13
 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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.11.0-11.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-13-plproxy (= 2.11.0-11.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-13-plproxy-dbgsym_2.11.0-11.pgdg+1_arm64.deb
Size: 113356
SHA256: fa7db80d63dcf1d0e680c98fe78c833ec8da3978257c2a3b96e80501b3ccfaff
SHA1: 8a975dcd4bf5641c17d8f08384031da1837f3c9b
MD5sum: 6519f919bf57595b96c00090dc2a848c
Description: debug symbols for postgresql-13-plproxy
Build-Ids: 2f65f21a8efce40753faf4173897ba58589cd1db
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-plr
Source: plr
Version: 1:8.4.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 359
Depends: r-base-core (>= 2.10), postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.33)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-13-plr_8.4.6-2.pgdg+1_arm64.deb
Size: 157524
SHA256: f5342449327dba3dca7284b250651202513b25ca525f2d2f54093c16feaf4aca
SHA1: 791172db4f271d7063118812fa0850fd4e32ba89
MD5sum: 6368e9caedb4b45f79ca2904caeb07c4
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-plr-dbgsym
Source: plr
Version: 1:8.4.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-13-plr (= 1:8.4.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-13-plr-dbgsym_8.4.6-2.pgdg+1_arm64.deb
Size: 128032
SHA256: eab6308a959a74bd7a8e7a356470e58c19342e8db38089f89f5be5fcb940d39c
SHA1: 9263b54eedb64e36b43f6a19a11811d97b58b810
MD5sum: 4c1b05435c14449d828740694dd55890
Description: debug symbols for postgresql-13-plr
Build-Ids: 65cbdd0e5e9acf3b6e15dce93e470f28d449baaa
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-plsh
Source: postgresql-plsh
Version: 1.20220917-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 123
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-13-plsh_1.20220917-2.pgdg+1_arm64.deb
Size: 32360
SHA256: 54773d97180362e70d7f60c3ec1e8c8d513f1fc71e729216225d19bc8f324aff
SHA1: 420eae11da0dcc4d3307e9628787de3c5066f6c0
MD5sum: 26d9ac444a56575b6c0b84d5f5becafd
Description: PL/sh procedural language for PostgreSQL 13
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in a shell of his choice.  You need this package
 if you have any PostgreSQL 13 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20220917-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-13-plsh (= 1.20220917-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-13-plsh-dbgsym_1.20220917-2.pgdg+1_arm64.deb
Size: 43196
SHA256: 60852f9d3439c6f46649fa356b5ea41719114c7793802fb72b7c3ac12f38cbc8
SHA1: fea9390cf55168f3b34f702560910b7770e71f71
MD5sum: adbc56818da795687d3b7deb4d73aea9
Description: debug symbols for postgresql-13-plsh
Build-Ids: 514072b0ef86b00b13e1a8f526276758bec80b13
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pointcloud
Source: pgpointcloud
Version: 1.2.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 527
Depends: libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-13-pointcloud_1.2.5-1.pgdg+1_arm64.deb
Size: 107940
SHA256: b8b494df42fe14e9f9359683469aa624b1e10fecb22ecb9d2c78f9325688a478
SHA1: eb016ac6dfba9b7b92d5e7f9ef4fcba70d469e2c
MD5sum: 822d40affd18e2ca91a25476a76bdfd9
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 204
Depends: postgresql-13-pointcloud (= 1.2.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-13-pointcloud-dbgsym_1.2.5-1.pgdg+1_arm64.deb
Size: 172004
SHA256: b3d30eaf62569c8272f6dc38bed2774d7a2465ee31dbdd1d29c83029d5f1335b
SHA1: 1b1a97263d4cbfa948e6df5aeb725c4014a8a6db
MD5sum: da26df1d2ccb049f739c38308cb7c6b3
Description: debug symbols for postgresql-13-pointcloud
Build-Ids: 6f5e8450abfe92e52b7e99b672674fde148e5edc
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-powa
Source: powa-archivist
Version: 4.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1578
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14), postgresql-contrib-13
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-13-powa_4.2.0-1.pgdg+1_arm64.deb
Size: 55044
SHA256: 7281f2158156216471dac6772546d1a482844de868d03723bb91d12db68c87c3
SHA1: 46fef889a6666ad40f622abf4144eff1cc3df552
MD5sum: e3659554bb79aabc11d80cd097034a88
Description: PostgreSQL Workload Analyzer -- PostgreSQL 13 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-powa-dbgsym
Source: powa-archivist
Version: 4.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-13-powa (= 4.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-13-powa-dbgsym_4.2.0-1.pgdg+1_arm64.deb
Size: 31360
SHA256: cf5e055e929ebd7c1df2e91d938c0a71e80844305f4edf1bb6e4fad2112f5011
SHA1: 7faf50daedd6d4339fc2327b7f94ed112b552c54
MD5sum: 37f776d39355b2fede39182501406a7b
Description: debug symbols for postgresql-13-powa
Build-Ids: e3274c55dc674ebd133891ea0ea8e0d29ea726cc
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-prefix
Source: prefix
Version: 1.2.10-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-13-prefix_1.2.10-2.pgdg+1_arm64.deb
Size: 44572
SHA256: 58cbd8fd76e46b3728450ab0802e2ed6e7eda67e3319472c136e91ff907a2feb
SHA1: bcc571570d52bfdeebb93c12a0977cd11df190d4
MD5sum: 4266c3602ee7c2d8d1f66939759e216f
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-prefix-dbgsym
Source: prefix
Version: 1.2.10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-13-prefix (= 1.2.10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-13-prefix-dbgsym_1.2.10-2.pgdg+1_arm64.deb
Size: 43732
SHA256: 27cc52e6d66878f21d39e09b25d97b5f3fb05eeae5ad1a9a22db3b0aabd1b016
SHA1: ae88e88b196fe08048af2f9a59eb3123a225a572
MD5sum: d4aad1615135c6f54dc856cd7ea4b292
Description: debug symbols for postgresql-13-prefix
Build-Ids: 906aef59ae125fb394d3abfa12ecfdcee12b7468
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-preprepare
Source: preprepare
Version: 0.9-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-13-preprepare_0.9-8.pgdg+1_arm64.deb
Size: 17768
SHA256: 520e691051efe27dfd7259d194473c9a1e7135729c95a2cfb4630a54b45f418f
SHA1: 6dd3a997e6cdb85ff343f47d303d12521a0f0f1b
MD5sum: 729ab5b3ca72ddb70d29525f42ea6584
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-preprepare-dbgsym
Source: preprepare
Version: 0.9-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-13-preprepare (= 0.9-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-13-preprepare-dbgsym_0.9-8.pgdg+1_arm64.deb
Size: 16268
SHA256: 49e9e96b4d40e3b29a2713f1252ad1c407053c65211f4f873ccfd35a40c7b46d
SHA1: 71d11c019c5188d82a092698e0413e344a9dbd92
MD5sum: a1bf527168eb594feb0f6a9375957e1b
Description: debug symbols for postgresql-13-preprepare
Build-Ids: 3f8ea2cd2c64e6d5495de0e767eab088f0b35e77
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-prioritize
Source: postgresql-prioritize
Version: 1.0.4-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-13-prioritize_1.0.4-11.pgdg+1_arm64.deb
Size: 11928
SHA256: b63b5dfa9f03bd0aa3af51eb1c460eb6518c08ba480f42d6c5cf649b4e3f331b
SHA1: 4e8174ea1cab5f5c5d5a624c856b7e8105cabe90
MD5sum: c76070bfa0ca50dd855ee874041577b0
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-11.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-13-prioritize (= 1.0.4-11.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-13-prioritize-dbgsym_1.0.4-11.pgdg+1_arm64.deb
Size: 12092
SHA256: d8b4395ac72d415dcdc24c0f6d2e92ad720effece1b3a2ff28c02d16a5586cd6
SHA1: ae196d7fb990f1ab02426465046082d8411ec0b1
MD5sum: 71b4bc29acf334c4bf2e8d7e0837d411
Description: debug symbols for postgresql-13-prioritize
Build-Ids: dc7f556c8683ecaa92059f755cb15c76286a5151
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-q3c
Source: postgresql-q3c
Version: 2.0.0-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3395
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.29)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-13-q3c_2.0.0-8.pgdg+1_arm64.deb
Size: 149240
SHA256: 61c6b4dbf960a2346057fc91eeac1d0a488df6cae46e0ceecd8968406710f763
SHA1: f2240284b21d1937fe704180ad32886c39f5e176
MD5sum: 9f676752850ab0290f4e566b659c8d8f
Description: PostgreSQL 13 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.0-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: postgresql-13-q3c (= 2.0.0-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-13-q3c-dbgsym_2.0.0-8.pgdg+1_arm64.deb
Size: 84908
SHA256: bc1af35ab9359c8857c9f3a28cb0f9b95d07e34c62bc3d60164ae74cea4ae742
SHA1: 0def083f5b4f5d2bcdfd4395e4bf4a5bc3978bcb
MD5sum: 6ad2128a90bbfeb0edd0e7ed0ee5f54a
Description: debug symbols for postgresql-13-q3c
Build-Ids: ff873c83feacf43ca06bf011b7b70d09fc08525b
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-rational
Source: pg-rational
Version: 0.0.2-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-13-rational_0.0.2-6.pgdg+1_arm64.deb
Size: 25836
SHA256: 7c7e3de784760dc8ef3cf0d0f8e8c6fcbbe8ba6bb62728097f3e19cecdd494aa
SHA1: c87089d69257f2cae7a25696e1b5f6c2c0759ea7
MD5sum: 98ed8c534aa842bda8de72ca036e5dcd
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-rational-dbgsym
Source: pg-rational
Version: 0.0.2-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-13-rational (= 0.0.2-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-13-rational-dbgsym_0.0.2-6.pgdg+1_arm64.deb
Size: 20032
SHA256: 0c8d99e49d8217f2945b3ea2bf194fc7ef0c071b323f84c839a853f4efadb235
SHA1: ea0c56947f9f3185d2f39d3132c223cb3c1f9a66
MD5sum: faef6d58045af188eba0725492b663fe
Description: debug symbols for postgresql-13-rational
Build-Ids: 1af4b083e6e509fd63fb0e8e5b1d5d96251b51c5
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-rdkit
Source: rdkit
Version: 202303.3-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 998
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202303.3), libstdc++6 (>= 13.1), postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-13-rdkit_202303.3-2.pgdg+1_arm64.deb
Size: 406800
SHA256: 878ceea540b1d8a672e0c497e021789cb0aed411642a05c01a1895e878fef740
SHA1: 0199bd20be2d6ef16b850970cbcf6f9a2ec3ba84
MD5sum: 6bc7aa655d8e8a55073715e03e7bf292
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-rdkit-dbgsym
Source: rdkit
Version: 202303.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 821
Depends: postgresql-13-rdkit (= 202303.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-13-rdkit-dbgsym_202303.3-2.pgdg+1_arm64.deb
Size: 771676
SHA256: 5af42a439ee52b86fbf592c17e35ce58dcb28c48dc368aefd4e16be2033ed966
SHA1: 3c6788505cb343f0e80c856b19e4b7e202773b57
MD5sum: 6bbe8e46f717288f24aa984de770eae6
Description: debug symbols for postgresql-13-rdkit
Build-Ids: 12cc61dd5c2cccabcde4be374d4fd6256910d851
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-repack
Source: pg-repack
Version: 1.4.8-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 307
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.34), libpq5 (>= 8.3~rc1-1~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-13-repack_1.4.8-2.pgdg+1_arm64.deb
Size: 102312
SHA256: 7a4c6c079922d8f2255015ff5bf44ab7de206b11c75faf89a9d69879afb0353a
SHA1: a2e8338eb491f5c15bf01912f2c104ba22f617cd
MD5sum: a3765286ae7caf813e9cb2d90c52e190
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 13.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-repack-dbgsym
Source: pg-repack
Version: 1.4.8-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-13-repack (= 1.4.8-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-13-repack-dbgsym_1.4.8-2.pgdg+1_arm64.deb
Size: 114904
SHA256: b8459cbd9716f2cfe89c4b2bedcbee4d8fce493d23b0a0e43d1a3ea7a5f56c7e
SHA1: a051c1ac56571a5f0f0f76d9ddf4a4f3935998e2
MD5sum: ce0fc5d1ad58f950e76c3681b9340671
Description: debug symbols for postgresql-13-repack
Build-Ids: 84e496bacaa22ba7e72ecd8d7204db1f3b349958 d3a1b61e2d64a272bbc595a20c98e6d0ef6663fc
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-repmgr
Source: repmgr
Version: 5.3.3-4.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1107
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), repmgr-common (>= 5.3.3-4.pgdg+1), libc6 (>= 2.34), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-13-repmgr_5.3.3-4.pgdg+1_arm64.deb
Size: 224260
SHA256: 9461fc67e780ff743b232dc30d6a9598c388e578cdf09e7736a8fab68be3fd6f
SHA1: c6323ae55851534b4331baf79b4f6d3df4fc50db
MD5sum: 154b1bb42b60ba198c1c5af032de4338
Description: replication manager for PostgreSQL 13
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 13.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-repmgr-dbgsym
Source: repmgr
Version: 5.3.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 655
Depends: postgresql-13-repmgr (= 5.3.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-13-repmgr-dbgsym_5.3.3-4.pgdg+1_arm64.deb
Size: 586648
SHA256: 466971ab5d4f78603f209a17e9d91f2ebc2e4a1f6a10485e917491af943a79e3
SHA1: 61e4b8a4e51e146d74d6050a82b48267501ad684
MD5sum: 460840b6add35c0dd9dd8298f556f14f
Description: debug symbols for postgresql-13-repmgr
Build-Ids: 371e227ebb9a60b09706cefead56140cb0de8c5a 43c00f9890675a508ea3de8cd0c6a74aa4388351 5114bbda2f443bd6c45a15734b548af2b91e5d9a
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-rum
Source: postgresql-rum
Version: 1.3.13-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 948
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-13-rum_1.3.13-2.pgdg+1_arm64.deb
Size: 383452
SHA256: c644cfcd18f227ab0ae8da8510890d118aac1a27eebcfa8438506c28efa66ec0
SHA1: 3139c1ba33c1ecf0101a849e244686f45c3d225a
MD5sum: d127775e2e1c95ce32cd0a756fb80f7f
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-rum-dbgsym
Source: postgresql-rum
Version: 1.3.13-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 348
Depends: postgresql-13-rum (= 1.3.13-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-13-rum-dbgsym_1.3.13-2.pgdg+1_arm64.deb
Size: 308048
SHA256: 6f70e2accc447f9c3777a9fed8fbee384e5345ca8f5a36aa28e83a807bcf2272
SHA1: 3a065b096848eeb3a3a237c1bd9f76115b86c740
MD5sum: e8bc2ea786b2a4f1727e5ed96446a134
Description: debug symbols for postgresql-13-rum
Build-Ids: 093fc1f2d8332f2079a2b525a2930e58d55850b9
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-semver
Source: postgresql-semver
Version: 0.32.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 175
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-13-semver_0.32.1-2.pgdg+1_arm64.deb
Size: 39724
SHA256: 08201212640d5e9c7123cfc88365f91e9358936813b4f60be71387bf42515877
SHA1: f21570e03eededf010bd14aaca82ce157e9e25bf
MD5sum: d9c41939c54078c193ddb3006cbc178d
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-semver-dbgsym
Source: postgresql-semver
Version: 0.32.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-13-semver (= 0.32.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-13-semver-dbgsym_0.32.1-2.pgdg+1_arm64.deb
Size: 20236
SHA256: 7d37437f10e340f39a88c4a6e4c46e38c3d68b2900b59bf2182f3350cbed04fa
SHA1: 72574acd5e0c30c3de0d2a6e6ca74ef23bb4034b
MD5sum: b89fd72e1be24b413fb7b7006a2baada
Description: debug symbols for postgresql-13-semver
Build-Ids: aec1d39564cb076c380561a4e332234153a2326a
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-set-user
Source: postgresql-set-user
Version: 4.0.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-13-set-user_4.0.1-2.pgdg+1_arm64.deb
Size: 39228
SHA256: fa654ef52242c7cf2b937d4ea45751976ae3234358a809c711a913853c696204
SHA1: 42a1b2e2f2245581ee2ae1f60ed9b271039270bb
MD5sum: 02a7e42bcefb9081741dc80f262b546e
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-set-user-dbgsym
Source: postgresql-set-user
Version: 4.0.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-13-set-user (= 4.0.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-13-set-user-dbgsym_4.0.1-2.pgdg+1_arm64.deb
Size: 42304
SHA256: 2f9e98628862d25886f45d27447bb6c2053209f793e75abbd373cca3a996e539
SHA1: 9d173c860149d1369f6c45ef9f2070709d96651f
MD5sum: 85b89c2d974b789cc6f9b1576e94ef36
Description: debug symbols for postgresql-13-set-user
Build-Ids: d14939106ac0241a32c02937b221defeb2a2bc7d
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-show-plans
Source: pg-show-plans
Version: 1.1.5-1.pgdg+1
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 120
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-13-show-plans_1.1.5-1.pgdg+1_arm64.deb
Size: 26888
SHA256: 665c4dc3fa2172de6d6e01ad138b3a4230b9a11c70af07375d8caf3074bb5162
SHA1: bd934340392d5ee79be10f303eed6d46fb304ee0
MD5sum: 77d7cb7c794d9f71adf95ec6166bb911
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-show-plans-dbgsym
Source: pg-show-plans
Version: 1.1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 51
Depends: postgresql-13-show-plans (= 1.1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-13-show-plans-dbgsym_1.1.5-1.pgdg+1_arm64.deb
Size: 35556
SHA256: f0c35975a038a094cbfe87741a7a219d8152fc18a4f46a682a09c8017c767a69
SHA1: 1ea6ffc58080e856d69022e46240dd292fe48a68
MD5sum: e35514f6bb7a9d823f0eecc7860474c1
Description: debug symbols for postgresql-13-show-plans
Build-Ids: 83b288526d563ffa005e6cd252764ef1f86aedc6
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-similarity
Source: pg-similarity
Version: 1.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 382
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-13-similarity_1.0-7.pgdg+1_arm64.deb
Size: 105200
SHA256: 6b7d3a953af3f0c86732db8a491666d0fa7fe3e296210b3834777ed21e3dfd44
SHA1: c1d3e0caa23c2fa8eba98523f168eff31d825c7c
MD5sum: e7df45c1529466d18175021037c5f416
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-similarity-dbgsym
Source: pg-similarity
Version: 1.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-13-similarity (= 1.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-13-similarity-dbgsym_1.0-7.pgdg+1_arm64.deb
Size: 61760
SHA256: 5bbfcf82e7c84bd39b7d199d2256e900d69fbd39e5c78f82222c160ca74de305
SHA1: 8c8e0ccf143d55c46d6e11fc3e4f71ae33935396
MD5sum: 5e0b22d494c68e22d3f7a1fa3e15266c
Description: debug symbols for postgresql-13-similarity
Build-Ids: 7d5a56bdc9539f9bc8aec13e6e6573624459c11a
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-slony1-2
Source: slony1-2
Version: 2.2.11-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-13, libc6 (>= 2.17)
Suggests: slony1-2-bin
Provides: postgresql-13-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-13-slony1-2_2.2.11-3.pgdg+1_arm64.deb
Size: 18140
SHA256: b6e937b1f507e4290ec2e04919a8c90c1da47eb077cfe2fe7c6e058b3e1246a2
SHA1: c46c6c9f696ec83e19044e9ef4ec7431febc9ed6
MD5sum: c25097b0147650b1442a9ac520b3d43f
Description: replication system for PostgreSQL: PostgreSQL 13 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
 13 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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.11-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-13-slony1-2 (= 2.2.11-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-13-slony1-2-dbgsym_2.2.11-3.pgdg+1_arm64.deb
Size: 62820
SHA256: da1f717387efa1f495d409f94a471a379421888835957a7dd4d291183bd144c6
SHA1: b577ee8be7cf872be170fd7da27b260a4f728f1b
MD5sum: 941fac729f0618b0aa22a6c24bfbb907
Description: debug symbols for postgresql-13-slony1-2
Build-Ids: 8bc1c8926eb160120738435a95f67dcef2654df0
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-snakeoil
Source: pg-snakeoil
Version: 1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), libclamav11 (>= 1.0.0)
Recommends: clamav-freshclam | clamav-data
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-13-snakeoil_1.4-1.pgdg+1_arm64.deb
Size: 17752
SHA256: accdf4098fb5dac808ce0b56cdbea9eccdbf5be42d4d339e0cfc7922b1b73566
SHA1: 263eff28584f3f5e4c31a941d184f664293219b3
MD5sum: 4a35b1efbbdae1ecd4a441546e9e1d52
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-13-snakeoil (= 1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-13-snakeoil-dbgsym_1.4-1.pgdg+1_arm64.deb
Size: 14636
SHA256: d85dc673c2d47a3d68f51c9381222bdc68dcc2dd4702ab04b5847bda02fc98e9
SHA1: 91b5442fed09f1cffeb1ba4872f5f3ef9d40c8b9
MD5sum: b8c84c2a93a815fe1dbcb0c89e353910
Description: debug symbols for postgresql-13-snakeoil
Build-Ids: e507ef5b350719f77997fe5c26d1c45ce1d6b1ca
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-squeeze
Source: pg-squeeze
Version: 1.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 351
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-13-squeeze_1.6.2-1.pgdg+1_arm64.deb
Size: 132580
SHA256: c11346a7694a7d45d0f784ca903175979cc59efbc3caef4c06a1e87b2dafb9bc
SHA1: 53607094424fa88285ba54a7f543974455a33107
MD5sum: fb485cd551ff5422a5994282b4d281c2
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-squeeze-dbgsym
Source: pg-squeeze
Version: 1.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 153
Depends: postgresql-13-squeeze (= 1.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-13-squeeze-dbgsym_1.6.2-1.pgdg+1_arm64.deb
Size: 129424
SHA256: 7f916a457186d4ce8ff6085d51e4e18c5813d9238755cf51ff2a55ee85fb4866
SHA1: 19a09a78972d9757050316ab213ef2d83e075751
MD5sum: fe59ab55b7ac03211b2f98d13116e923
Description: debug symbols for postgresql-13-squeeze
Build-Ids: 944ba355c30c86336cca65dbcc5917df97d6b5ce
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-tablelog
Source: tablelog
Version: 0.6.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-13-tablelog_0.6.4-2.pgdg+1_arm64.deb
Size: 49116
SHA256: 6e3483dbd180beea56d9d738f62c98ce714ed71dbf81797ed6b69b17b313fa40
SHA1: c72df4e66e2563bd3726d61ea3c5f81b00f0c960
MD5sum: dbc1d7b923d9152a8d1f096937016b51
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-tablelog-dbgsym
Source: tablelog
Version: 0.6.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-13-tablelog (= 0.6.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-13-tablelog-dbgsym_0.6.4-2.pgdg+1_arm64.deb
Size: 39564
SHA256: ea1baf7ce8ccdbe5e5906b0c42776d53a5f849f16276cd51dbf6a32a588a7feb
SHA1: ce736b4de7d35910293b7f171ff831cd22db8979
MD5sum: 97ec3eaec32e01015411bbc1637c1f03
Description: debug symbols for postgresql-13-tablelog
Build-Ids: 317893b5813b63a84bd7eb608ce288faa8f38d25
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-tdigest
Source: tdigest
Version: 1.4.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-13-tdigest_1.4.0-4.pgdg+1_arm64.deb
Size: 66820
SHA256: f2a2f3eb17df101956c23dea02096bade219be7a29b88b6818f02b34c916ba99
SHA1: 80ab242576e5e00c7ff7ce98535050c0f62ac7a8
MD5sum: b9f0b87aaa7255606ec85174146da552
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-tdigest-dbgsym
Source: tdigest
Version: 1.4.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-13-tdigest (= 1.4.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-13-tdigest-dbgsym_1.4.0-4.pgdg+1_arm64.deb
Size: 50020
SHA256: eb042c7087b6c192c19e10c6e8cca5e5d1ac53e7ac591ec16bb10a24b83f7afd
SHA1: cb01ab7916b534466543276b97122b237538a5ff
MD5sum: f59f8b67a7d3993b5346b14592d2c676
Description: debug symbols for postgresql-13-tdigest
Build-Ids: 48582414cc17557b873ac31352ec8412d0275e27
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-tds-fdw
Source: tds-fdw
Version: 2.0.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 319
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-13-tds-fdw_2.0.3-2.pgdg+1_arm64.deb
Size: 128224
SHA256: bc53bda74fe7109c829fb129178b1b0e53b7dfe82649d0cafd07769715b69b96
SHA1: b88488ce4572f71ee0298513c4c6387ac7ae69b9
MD5sum: c7e47da415c54e0d9e4592ccf8fb5b4c
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-13-tds-fdw (= 2.0.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-13-tds-fdw-dbgsym_2.0.3-2.pgdg+1_arm64.deb
Size: 134492
SHA256: 75dd9e38ccec20c40b497fd75c12d8a5fec69059864626053f7ebe3574acde22
SHA1: 5ad53b63e5072339cf449e04bcd0b8461d21e616
MD5sum: 0c218afea6bc70fcaac0b882b22590e8
Description: debug symbols for postgresql-13-tds-fdw
Build-Ids: 82e4d08f6f1f127f7c961c93dcad94161f8e71db
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-toastinfo
Source: toastinfo
Version: 1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-13-toastinfo_1.5-1.pgdg+1_arm64.deb
Size: 12560
SHA256: 248efc8b33214b9b89779339a1a5a087f4121bb2456c5c55cc778b7b5e1c545e
SHA1: ef1b21fb0c6fdea0bea5e905ae7aa93603abe10e
MD5sum: 68489643e67c1ced9e478a0252397988
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-toastinfo-dbgsym
Source: toastinfo
Version: 1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24
Depends: postgresql-13-toastinfo (= 1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-13-toastinfo-dbgsym_1.5-1.pgdg+1_arm64.deb
Size: 10528
SHA256: 99de3f16feb985f22a6a9f9da6c2c29899a9f401376836064b4afe66812a9c1f
SHA1: 253035c8379607b66a3c2b8f1c18ababed9b6d1d
MD5sum: 45dfd8f46adacf04fd621d1fb725ef52
Description: debug symbols for postgresql-13-toastinfo
Build-Ids: 580a09282e49de95281172aec05f35ace822b3e1
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-unit
Source: postgresql-unit
Version: 7.8-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 503
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-13-unit_7.8-1.pgdg+1_arm64.deb
Size: 136136
SHA256: 735bf84e0cc24d820a5c4400b88747f6854e13b7e871525a25aab6c7066d35b7
SHA1: 12b4eb2c5967713f29f2c699c75acb4f5b5abfcc
MD5sum: 9b3219d97b8ccefda02a7481764fbcbd
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-unit-dbgsym
Source: postgresql-unit
Version: 7.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 80
Depends: postgresql-13-unit (= 7.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-13-unit-dbgsym_7.8-1.pgdg+1_arm64.deb
Size: 58312
SHA256: ae2c513662271cc3495d24b38f565e8fa7e90643e13924a09eb2a0f10ef94b91
SHA1: 473298d8671ae965242ba91b0aef1fcdb0f21c38
MD5sum: 20b84ee4efb44e348085b8d5d7d8e795
Description: debug symbols for postgresql-13-unit
Build-Ids: 8ba566983b68955bb0e8f1192f766836a77d926b
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-wal2json
Source: wal2json
Version: 2.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-13-wal2json_2.5-2.pgdg+1_arm64.deb
Size: 61592
SHA256: bbeccf4522860543d6ed5aa0d80f2988be6a72f2c4da8875804ac878ac9b6508
SHA1: f0c4d258d9a0bceb4b2f850c731b1f75d9d9fbca
MD5sum: 3175e8069bcbae216cd202de8f45d3b5
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-13-wal2json-dbgsym
Source: wal2json
Version: 2.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-13-wal2json (= 2.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-13-wal2json-dbgsym_2.5-2.pgdg+1_arm64.deb
Size: 60368
SHA256: 1111978da4641407f59305815eaa87290bc8abb70882bc9aeab248eb886f2f60
SHA1: 5dda305196eb57d9e65dd5c0506dbe3c528e2547
MD5sum: 880978663b45ad098163a09442bf578e
Description: debug symbols for postgresql-13-wal2json
Build-Ids: 6af7ebff19620f5a583653510ff33cf5cf7d1e3b
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-asn1oid
Source: pgsql-asn1oid
Version: 1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-14-asn1oid_1.6-1.pgdg+1_arm64.deb
Size: 13212
SHA256: 3df3cc3156f3e05ac82718e7e9208f0bbdd80860b15c2b44e99cdb71d6d92f40
SHA1: 168ff870ff570038da053d6182812702211b18ce
MD5sum: 99df95ccaeb22376fc5e9f5971433d76
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 14.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-14-asn1oid (= 1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-14-asn1oid-dbgsym_1.6-1.pgdg+1_arm64.deb
Size: 8144
SHA256: 5933ad6d0416857c7ad128ca602f91040d8e7d7cfb74e714e12f43119d3f7740
SHA1: ef7939443598a602a3fb97da9057890310a1ae3a
MD5sum: 56b33b073c92f71dfacdbbb92bde5717
Description: debug symbols for postgresql-14-asn1oid
Build-Ids: e4630a2e0d9637d75f732ae3217ed0c13d938021
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.7-2.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 97
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-14-bgw-replstatus_1.0.7-2.pgdg+1_arm64.deb
Size: 15440
SHA256: 612fc7c1837f708f4638cb3876cd226981d687a212e981279bb3adfa7b1c1e83
SHA1: d765f64130e70f42921f56ef08ca92badd5c3a9c
MD5sum: 22d1c46027e5d9c93f67bd7ee6bc224a
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 23
Depends: postgresql-14-bgw-replstatus (= 1.0.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-14-bgw-replstatus-dbgsym_1.0.7-2.pgdg+1_arm64.deb
Size: 8312
SHA256: 70ab2e0b8dbca41310c78b6545c594e050feb140bb5e198e24031035ef1f707b
SHA1: 0bde593073399d0302ba3629f1dd2ff1e9e726cb
MD5sum: a7069ca5ede618818dd70dcec0b3db84
Description: debug symbols for postgresql-14-bgw-replstatus
Build-Ids: 790b2913013eb4fd25d8e8cf875eeba91623b256
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-credcheck
Source: credcheck
Version: 2.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-14-credcheck_2.1-2.pgdg+1_arm64.deb
Size: 65716
SHA256: f5ab68c74eb186814412f2380ca61a44c17e5e439bee96871359fac26d706237
SHA1: 65b89396ca649a6d9cd582c493877b7efa87c479
MD5sum: 380004f9e73aabbfb9568dfe0823e452
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-credcheck-dbgsym
Source: credcheck
Version: 2.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-14-credcheck (= 2.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-14-credcheck-dbgsym_2.1-2.pgdg+1_arm64.deb
Size: 66476
SHA256: 0bb562619d5e7e9e77d07c4ce94bceac0a2cddd41a2041c21c28692ac5c6a057
SHA1: 054d547882bfe9a18db4a9a77c6ea5b031d052c3
MD5sum: ca6018759bec33718a333184704e0085
Description: debug symbols for postgresql-14-credcheck
Build-Ids: ff30842e35fe46b16a00f5d6d1cda4ba7ca7bfe1
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-cron
Source: pg-cron
Version: 1.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 307
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-14-cron_1.6.0-1.pgdg+1_arm64.deb
Size: 107172
SHA256: 90698a9daca0b9f58ff7f1b92863ce85e0016032faec16e3bb760e5d2ef61855
SHA1: 482560ff83e21bdcf83fb5bd15fd6c9e790ae54c
MD5sum: aa87914aa16663de90a8390fec04b8ff
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-cron-dbgsym
Source: pg-cron
Version: 1.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-14-cron (= 1.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-14-cron-dbgsym_1.6.0-1.pgdg+1_arm64.deb
Size: 110356
SHA256: 27dc3e106da1c6f2cf8246ca30b15f8cf67c3cc043d43ddc88c59b10d8ac5904
SHA1: 027876fe3b17a6e7ee0fdf0c1fd18a6b46844835
MD5sum: 1015124793dd0e5f7e5e346102719f2f
Description: debug symbols for postgresql-14-cron
Build-Ids: 1e7b61fa7efda839964ebbe949bc00367246bd68
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-debversion
Source: postgresql-debversion
Version: 1.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-14-debversion_1.1.2-2.pgdg+1_arm64.deb
Size: 13924
SHA256: 3d84dcea014f9e0bee120ac1eb867250e700a87bfbbe1c4336625c5efb80b5d5
SHA1: 5ac287bbf6ee84bc892f01ae556ce3aff33f4336
MD5sum: 5bba41dd46d9ac9ab82461ec2747b4a3
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()
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-14-debversion (= 1.1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-14-debversion-dbgsym_1.1.2-2.pgdg+1_arm64.deb
Size: 17864
SHA256: bd3dddef0bac99b54c890fbeb099c2bdcb9c27898a9e963ed5b890167fd4cb70
SHA1: 306b27290789582b4aacdb6e413fefc326ca4d43
MD5sum: 133c149030f4efc2898c68974cad2c68
Description: debug symbols for postgresql-14-debversion
Build-Ids: a877948f362391d56506ad306fff6ad5402551c5
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-decoderbufs
Source: postgres-decoderbufs
Version: 2.3.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs_2.3.0-2.pgdg+1_arm64.deb
Size: 44428
SHA256: 398b9bfea4f3f519c68a5821120a6403c6500a569fb395b7700763c9aea64509
SHA1: 413186416df046fde94207c5680871008b4ee6bb
MD5sum: 3b4e417d3cb50865ea33de31031c5c49
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.3.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-14-decoderbufs (= 2.3.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs-dbgsym_2.3.0-2.pgdg+1_arm64.deb
Size: 41236
SHA256: 339d2a5f9b8c70e5a58ce231abd1c33b3dfa8ce0e2f3a3edca2a66c34ae1de0c
SHA1: 7a39ebd30087621a0adab62bda6788572b589e90
MD5sum: 2fe83d1b643dd7cc3e1c9576f28dffe4
Description: debug symbols for postgresql-14-decoderbufs
Build-Ids: e5d8f6e09e4c832c3ad122c439b58343e723d837
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-dirtyread
Source: pg-dirtyread
Version: 2.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-14-dirtyread_2.6-2.pgdg+1_arm64.deb
Size: 25488
SHA256: 1651a01c2b7820a403756446e9a63d8344343bc6a53f55a62d66e1858745e299
SHA1: a106707afc32f9b5ac92f5003e1458e55189a843
MD5sum: aaa91ba4247e25496a334683d2f2557a
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-14-dirtyread (= 2.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-14-dirtyread-dbgsym_2.6-2.pgdg+1_arm64.deb
Size: 32468
SHA256: aa7ff36b72001013bb3858ca710b552565e5a81e12c92ac5281dee9bdc68986a
SHA1: f6fa725cfd614ef494645ac768f6b8ce1b968ebf
MD5sum: 7c98a02e038a70ccad9cbfae20eb52e9
Description: debug symbols for postgresql-14-dirtyread
Build-Ids: ab9c8535a81788bf657c802fc7f90dbbec57187d
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-extra-window-functions
Source: extra-window-functions
Version: 1.0-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-14-extra-window-functions_1.0-5.pgdg+1_arm64.deb
Size: 16004
SHA256: e86f951dbe8542214956e0c3ef69b7c81dc6a408c87130b564abe72069bf2422
SHA1: 9e576d0345d6908c6050ea844e7f4d202d0bc99a
MD5sum: 196a99685d497d10c6da947f2f5783ad
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-14-extra-window-functions (= 1.0-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-14-extra-window-functions-dbgsym_1.0-5.pgdg+1_arm64.deb
Size: 9596
SHA256: da5c859382f96e1f3890a539bdb937600ee3a6cb83e2429b9c38b0a7672a0bbd
SHA1: c80788d5eec3e553e4b12a58fc745a51d63363ab
MD5sum: 14216ea2b6c48694f44787dc5b3eb715
Description: debug symbols for postgresql-14-extra-window-functions
Build-Ids: 35f987eae8824e6ecd4fb8c52956f1baef0fe9cb
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-14-first-last-agg_0.1.4-4-gd63ea3b-7.pgdg+1_arm64.deb
Size: 8688
SHA256: 9e78e559207aa2a1d85fcb439cc279aef35624b94b7b92a67909151dd6023b85
SHA1: c70a32a9e69c81f6bd3390c7e76a7fc2a33fc0de
MD5sum: 1b8a5e5ddbc3f312253d4177f747c797
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: postgresql-14-first-last-agg (= 0.1.4-4-gd63ea3b-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-14-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-7.pgdg+1_arm64.deb
Size: 3916
SHA256: 6fe22f18d5c7843eb3b9126ded27b301fe72e2ca242d952168390c093d40a5be
SHA1: f8d6479f28b52bffd5fc00bbf326fd87421c7806
MD5sum: eaa6e8df4755ad1a266254566f92c86a
Description: debug symbols for postgresql-14-first-last-agg
Build-Ids: f70d0aed489ebc42f6e9bc3979d1918ea3a0a635
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-hll
Source: postgresql-hll
Version: 2.17-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 214
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-14-hll_2.17-3.pgdg+1_arm64.deb
Size: 84912
SHA256: a602fe4e104fbd638b5558bf8851a7d69abb5f722e0002b73ddc480510ebfc2e
SHA1: ab66b7ed7d1f1e0eb86a1fda7b9188e019ce0557
MD5sum: 7c652320678b2a7b3760c3c8a869303f
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-hll-dbgsym
Source: postgresql-hll
Version: 2.17-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: postgresql-14-hll (= 2.17-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-14-hll-dbgsym_2.17-3.pgdg+1_arm64.deb
Size: 90860
SHA256: 68d22d74d0c1e5e59c5779ebbce68ee91c02f0cefdd1b7ac08178eb4f8c71af8
SHA1: 71c374a97f595802fc8a0fa57c23e3f0bf6816a9
MD5sum: 33ed9433a8035210ba4b8b98e63275c8
Description: debug symbols for postgresql-14-hll
Build-Ids: 910cbf051330d53d8bd52912df8d4602376c27e3
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-hypopg
Source: hypopg
Version: 1.4.0-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 190
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-14-hypopg_1.4.0-2.pgdg+1_arm64.deb
Size: 75776
SHA256: a90a7ede8e96545096f917c6bc7cc7b2200e65d09edac4ca7f69bf21a388885e
SHA1: 6fab10983f916db93fc01ecf214675a46cb4d474
MD5sum: 39c347ed860ae7859448214388f6df25
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-hypopg-dbgsym
Source: hypopg
Version: 1.4.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 113
Depends: postgresql-14-hypopg (= 1.4.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-14-hypopg-dbgsym_1.4.0-2.pgdg+1_arm64.deb
Size: 94380
SHA256: b5f9b51101c397f60a7b6135d944475577ac0c073412c3ff726f884ba1666c8b
SHA1: 11f4d05160f9c2787e884aef9331331560fe1e4e
MD5sum: 0ac30b747cfc50c6f013e80aef77ce37
Description: debug symbols for postgresql-14-hypopg
Build-Ids: 7bed713fbf64ca9a23459182e7db4ae8b3476581
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-icu-ext
Source: icu-ext
Version: 1.7.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 212
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), libicu72 (>= 72.1~rc-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-14-icu-ext_1.7.0-2.pgdg+1_arm64.deb
Size: 75368
SHA256: f14b81cf9bbcd3ad81a7fe40c0c21f414e71b2d0eaee6bbc65c8f48aa57e390e
SHA1: 25585e3701733463de034deb45a3c9a1b0d408af
MD5sum: 8fe2d69a3159618fe8690cacb57d6bef
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-icu-ext-dbgsym
Source: icu-ext
Version: 1.7.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-14-icu-ext (= 1.7.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-14-icu-ext-dbgsym_1.7.0-2.pgdg+1_arm64.deb
Size: 63600
SHA256: f3c465c86167da13b7fb3acdf2c8cad072c8dccbefb2460927c6a62b5e3c555f
SHA1: 8496cad8c4b5b719fa428718c387bb5c35c4b64d
MD5sum: 63b95111104797acb2caeae7f472749d
Description: debug symbols for postgresql-14-icu-ext
Build-Ids: 66eefd43e59218cb1ca0ddcc7e2d31cfa51475a9
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-ip4r
Source: ip4r
Version: 2.4.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 602
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-14-ip4r_2.4.2-2.pgdg+1_arm64.deb
Size: 197968
SHA256: cc182cc130acaf9b5868257015884ba89c0a59dc2a9d00c82ff93d8dbf85f2eb
SHA1: 458660f9d30a91901ec625ebf155249f2cbe405f
MD5sum: d9aafb56fc0b1e20a57dd624ecda2675
Description: IPv4 and IPv6 types for PostgreSQL 14
 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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-ip4r-dbgsym
Source: ip4r
Version: 2.4.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: postgresql-14-ip4r (= 2.4.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-14-ip4r-dbgsym_2.4.2-2.pgdg+1_arm64.deb
Size: 176568
SHA256: e67c7b491f8082b8548a142339c7fb54563ee40b2443f31022bceea1bd3ab541
SHA1: 07b0f412295a727b9dda924571b2137e446f65cd
MD5sum: fdc54de463594fc675b8cc345eb0cebe
Description: debug symbols for postgresql-14-ip4r
Build-Ids: b267fdf1be845d751d90cf38533de357aff511da
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-jsquery
Source: jsquery
Version: 1.1.1-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 360
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-14-jsquery_1.1.1-8.pgdg+1_arm64.deb
Size: 138896
SHA256: 11dcb8f1f446e38097b501b2a156b9a40bd2e2f75ea31984bddbabcb579d07bb
SHA1: 59c62d3933b86903a4211f7ef76d5a8701c25a19
MD5sum: 67d200f32fe74375f6d790079b67d316
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-14-jsquery (= 1.1.1-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-14-jsquery-dbgsym_1.1.1-8.pgdg+1_arm64.deb
Size: 97380
SHA256: 721ba4bbabafafa5e2e226b474faa3cf38ee1b0ac64d18b28539ff21f2703586
SHA1: 2c8ec283830633076b7876624fa631752c9af27f
MD5sum: 7d666d3429442690f153379d67bbf946
Description: debug symbols for postgresql-14-jsquery
Build-Ids: ad8ea9d4b7302d118a98a907b1e64c7839396324
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-londiste-sql
Source: londiste-sql
Version: 3.8-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-14, postgresql-14-pgq-node
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-14-londiste-sql_3.8-4.pgdg+1_all.deb
Size: 20576
SHA256: be07b93ca0cfdee5839d9b20cf00e2b6867b09c9fef74bf1270ca16accdf59cb
SHA1: 5cf6e4da82af05c6d35ceaabd6b178b54bad50bd
MD5sum: 818d2982426fd9f6a97e3eb848385cc3
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-mimeo
Source: mimeo
Version: 1.5.1-17.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4485
Depends: postgresql-14, postgresql-contrib-14
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-14-mimeo_1.5.1-17.pgdg+1_all.deb
Size: 128532
SHA256: 8bdd4b723cd1f8b83cb6dc2480566a7ea1f1c9a4d3f83f0a352e951e828f2f32
SHA1: 23c0a2801b645ec1c1770ba1512b95912dfc602b
MD5sum: 0feca18c016a74e49598fd02f4eb21f2
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 374
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.34)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-14-mysql-fdw_2.9.1-2.pgdg+1_arm64.deb
Size: 156408
SHA256: cbf0dca53c76654d22b3bf396f595951c701a69047fb0253b616be145fc3710e
SHA1: 9f92288d392918fb53393d956166865093c679d2
MD5sum: fe2ede1d7bc54657ab39e8ca160bec1f
Description: Postgres 14 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 14.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.9.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: postgresql-14-mysql-fdw (= 2.9.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-14-mysql-fdw-dbgsym_2.9.1-2.pgdg+1_arm64.deb
Size: 174184
SHA256: f88f770e9dc6838eb67688d50d2f707d6e6ab6af50ef36cfe2c5203ec3654a16
SHA1: ba966412f44899048a559d70ae120e8600285f4a
MD5sum: 00b267ba41d5071eb595ac82a558d501
Description: debug symbols for postgresql-14-mysql-fdw
Build-Ids: 6f2113edd5e12a2086d5d8e048daff51d95cca00
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-numeral
Source: postgresql-numeral
Version: 1.3-6.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 254
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-14-numeral_1.3-6.pgdg+1_arm64.deb
Size: 80204
SHA256: 520cf303235a07684dbba0f2bbbe9f5d7856744cf9eb2bbf619fc1e66cc8c36b
SHA1: ddf41621f3840f507078b5d3e52ce6c9a7b2c1c1
MD5sum: d6ce60038a1357a5072399c8b6c042d4
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 61
Depends: postgresql-14-numeral (= 1.3-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-14-numeral-dbgsym_1.3-6.pgdg+1_arm64.deb
Size: 39792
SHA256: 7e832d9cdc41ea5dd6d78fc7e9adfa855d7e35b726a596b62ab725049ae16724
SHA1: ee8fed77608cd061926d4650f8d41386ce974723
MD5sum: 478a9c2c8bc5e0dc53492278d9d7a8d5
Description: debug symbols for postgresql-14-numeral
Build-Ids: 5903b5f683a3af38ba343c1e1ff96b5390b0230a
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-omnidb
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.17), libpq5, postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-14-omnidb_3.0.0.20201026-5.pgdg+1_arm64.deb
Size: 21496
SHA256: b460b5be063a95f4c5a04fc93f5bfa64b57efeb0c18808487aeb112c1bfeee87
SHA1: 6496e350731793c3200f17ef56989efda217a9ee
MD5sum: 67bf53e8591eae80a47c319a5d7f19d4
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL omnidb_plpgsql_debugger extension for
 interactive PL/pgSQL debugging in OmniDB.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-omnidb-dbgsym
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-14-omnidb (= 3.0.0.20201026-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-14-omnidb-dbgsym_3.0.0.20201026-5.pgdg+1_arm64.deb
Size: 35948
SHA256: fd3f30b750373bacc987543df48bfe756782041f036771332ddce387c5a83a94
SHA1: 1fd9b5e83b0af9be1848c590bb3c82cc800932d1
MD5sum: 1e02e420dc41faaf3eefe95913b3b008
Description: debug symbols for postgresql-14-omnidb
Build-Ids: e97b7c2c61545676fd421aa8e034d7147038a881
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-orafce
Source: orafce
Version: 4.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1227
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_4.6.0-1.pgdg+1_arm64.deb
Size: 401464
SHA256: 6d89a2f55f026b6c58719415707f2a1cfca102bcf4b3254519a2dbd7104b7d87
SHA1: 71cb235f1fa59bb277a592d2cc147f94b6b89081
MD5sum: 1c0dbd1719be22c6a076497649f80a2f
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 4.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 337
Depends: postgresql-14-orafce (= 4.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_4.6.0-1.pgdg+1_arm64.deb
Size: 287424
SHA256: 2d20ab765950b9db93d4374267dfdcb170ab66502a7de080775c578b071dde83
SHA1: e3fb109ea2b8e7e10b2ad0d33163938ea72af4db
MD5sum: 848c58200de7f9f473fd222c250a10ec
Description: debug symbols for postgresql-14-orafce
Build-Ids: 8e7c2c7ea37cca2664b28d8328201eb6d5e64383
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-partman
Source: pg-partman
Version: 4.7.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6855
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-14-partman_4.7.4-2.pgdg+1_arm64.deb
Size: 257852
SHA256: db22914a0504e199aa4585bad95b00d01937a19615df7800f3b67f240ce801f3
SHA1: ab0393a498554393724284188fa7f3652c63e564
MD5sum: 279a603c72fd9c4e1faf54debcba15cf
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-similarity
Source: pg-similarity
Version: 1.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 387
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-15-similarity_1.0-7.pgdg+1_arm64.deb
Size: 106048
SHA256: 6c66df88be475f5c84836933f1bc8de886cc99b40e42afc7bce0676130450b2d
SHA1: ad9794da949e5e049d06fe2600d5f2b971a023a9
MD5sum: 38c865f13fb11ff5c1de9f3bbb971d44
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-partman-dbgsym
Source: pg-partman
Version: 4.7.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-14-partman (= 4.7.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-14-partman-dbgsym_4.7.4-2.pgdg+1_arm64.deb
Size: 21512
SHA256: 62040d2f8d126fdd340505c31618d190373e2faf000afe08dc147c44b845c2c5
SHA1: e8f1aac1c5d0db90dd3591c1cef526a0c5b56ce6
MD5sum: d8c43cfc6bfae5ab6cbdce8477744ea5
Description: debug symbols for postgresql-14-partman
Build-Ids: da97fbc2bb9fa2797650ec53aac4255f28e5a4cc
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.12-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14), postgresql-14-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile_1.5.12-2.pgdg+1_arm64.deb
Size: 29612
SHA256: 4a255ade196986b7032d259236b88597df3762a87f5ca77ddc4772147ed5390d
SHA1: ea1e5c2194d5e880889305e0a9e7c3f3db59bb99
MD5sum: eca79c07665403e854a63a7bdab036c0
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.12-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-14-pgauditlogtofile (= 1.5.12-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile-dbgsym_1.5.12-2.pgdg+1_arm64.deb
Size: 25860
SHA256: 50df04d12512ee6dc9c9e125dac35d82eb9305940c2f69fe8d3ffa9592357433
SHA1: e49c41bddb55db0b6b19a65db085823ff20b0061
MD5sum: 47d04743a9aaeb80dc1a38420c739006
Description: debug symbols for postgresql-14-pgauditlogtofile
Build-Ids: 480bf9be0e1d5ed2ef7bd5d3ea203fa81caa05aa
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pg-catcheck
Source: pg-catcheck
Version: 1.3.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: libc6 (>= 2.34), libpq5 (>= 9.0~), postgresql-14
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-14-pg-catcheck_1.3.0-7.pgdg+1_arm64.deb
Size: 34140
SHA256: 1f198fb50e84b2e922a9a5be56413152f0978b352de711e30941a8ba00644d85
SHA1: 02dda6a70270ce8865b76e28d9316404736a9154
MD5sum: 6d91aaeac3e43628c8880373575d6003
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.3.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-14-pg-catcheck (= 1.3.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-14-pg-catcheck-dbgsym_1.3.0-7.pgdg+1_arm64.deb
Size: 37472
SHA256: 940bfd29a7899b81d4fa89c0f4c53adeb593cc4cace44ba6690023718ed7471a
SHA1: 9392918f17cd46af154f8fd77418231a7da65964
MD5sum: 3c0e2e71eb07b579f9a81b35c6f36d72
Description: debug symbols for postgresql-14-pg-catcheck
Build-Ids: 2d8e6ed48754e185c1b26a38386c08e7c30fd8f9
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pg-checksums
Source: pg-checksums
Version: 1.1-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: libc6 (>= 2.34), postgresql-14
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-14-pg-checksums_1.1-6.pgdg+1_arm64.deb
Size: 35000
SHA256: 4d8f964c28d371eb4470e80b059a9b9d83cc1ba2905f9d1e7517a76372f3551d
SHA1: e072b0080f520cfda24673dcca891315423349a2
MD5sum: d2db6648d5e8489c436bf52c8e91f81d
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-14-pg-checksums (= 1.1-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-14-pg-checksums-dbgsym_1.1-6.pgdg+1_arm64.deb
Size: 22376
SHA256: cfd2e99a5f50160249ce85c2bef5f0e11048083fdad51d65d1ea2d70a8feed51
SHA1: 5aab8d3807f9e7d6934a94c65a02e9a878620d3c
MD5sum: ceeffcb9a6b6a62e680e49e1c3e254bc
Description: debug symbols for postgresql-14-pg-checksums
Build-Ids: 4fcd26e2f0e64ea9390d6e1d8b22ef9aa36d4b4b
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pgextwlist
Source: pgextwlist
Version: 1.17-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-14-pgextwlist_1.17-2.pgdg+1_arm64.deb
Size: 38092
SHA256: ea6f49ed0f4d75f1b91e1c3cd9f8e5844388053cfbca95254e76e64543ec6b0b
SHA1: 6df07bad9298685a0f49407e07fae3c68e991c98
MD5sum: bf3ad5e388b5be728b4da4a1d2068cd9
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.17-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-14-pgextwlist (= 1.17-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-14-pgextwlist-dbgsym_1.17-2.pgdg+1_arm64.deb
Size: 55768
SHA256: 8957c0d2e2c0c8d48733b51a08c7df53cfbb08bc6fb265b8730e779f3536a486
SHA1: e88d158028e1f24240bdc54047c9382865f95f4a
MD5sum: 5a91a0062824b44fb82a6d11a2231459
Description: debug symbols for postgresql-14-pgextwlist
Build-Ids: e686246aaf8725de554bc79e79f6c6119b7ce0ec
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pg-failover-slots
Source: pg-failover-slots
Version: 1.0.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: libc6 (>= 2.17), libpq5 (>= 9.0~), postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-14-pg-failover-slots_1.0.1-2.pgdg+1_arm64.deb
Size: 41900
SHA256: 8baeac1231679451b45872956ae5dae44979035ecf93228fa6a1ac86a6992a90
SHA1: a1f3d5ca262a0c5761dc3983df646340f3e1150f
MD5sum: 8dabf1d1dfc2a51941001d31f430263b
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.0.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-14-pg-failover-slots (= 1.0.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-14-pg-failover-slots-dbgsym_1.0.1-2.pgdg+1_arm64.deb
Size: 40364
SHA256: 0ff4d7c6c5ee212954822e71c90e6495c9f155129eca368cb0e5152bb9c83886
SHA1: efbe8cd8c70ffe5f0cb44802681ff117212cc313
MD5sum: c59c6a5acd9c47a395f96b659160ccbc
Description: debug symbols for postgresql-14-pg-failover-slots
Build-Ids: c08b5da6053776c8435938ea5af69f9cbdb115c8
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pgfincore
Source: pgfincore
Version: 1.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: libc6 (>= 2.34), postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-14-pgfincore_1.3.1-1.pgdg+1_arm64.deb
Size: 32552
SHA256: 7608e2d42431ef1aec1cb5d6a5c81f7f91e8613ba3ea0258f6554892827c945b
SHA1: b6e63635286515cb81cfb9b91215c832ed7e38ae
MD5sum: 96d8fbfd1c7fd3b28e007e9d2007c656
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pgfincore-dbgsym
Source: pgfincore
Version: 1.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-14-pgfincore (= 1.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-14-pgfincore-dbgsym_1.3.1-1.pgdg+1_arm64.deb
Size: 40288
SHA256: 3fe56dd37c49b74eeabfbd00eb76e4a93f6e1afc0cb1167fed900995035a82aa
SHA1: 8ce0757d04dc8e9f0108ca4acbf5eaab143a03b5
MD5sum: a45677528cc232e16a720085b974492d
Description: debug symbols for postgresql-14-pgfincore
Build-Ids: 967b73fa82f0a50e0e77996a999f46fd11c3d644
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pglogical
Source: pglogical
Version: 2.4.3-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1368
Depends: libc6 (>= 2.34), libpq5 (>= 9.1~), postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-14-pglogical_2.4.3-2.pgdg+2_arm64.deb
Size: 452368
SHA256: b7082d4e514d6cb268596c627362998ad48e597930f6b2adaaad3f6246bf7494
SHA1: e88c294240a91ad0850bc6112331b9b2b09c60ce
MD5sum: b0aea5ad812de00fae3f5de565c9e08c
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pglogical-dbgsym
Source: pglogical
Version: 2.4.3-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 494
Depends: postgresql-14-pglogical (= 2.4.3-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-14-pglogical-dbgsym_2.4.3-2.pgdg+2_arm64.deb
Size: 427180
SHA256: 042fafb7ae7d3b932d9df6a4a51ffe37c5b52e40a5d243fb9084f1cc6e75c271
SHA1: ba0bedeb3b39c8f0775d76a03460fd4b296aa972
MD5sum: d85159180afa3634b28c861c3e8afec3
Description: debug symbols for postgresql-14-pglogical
Build-Ids: 3770e3d0858140f9dee6a4799fe7ef4b715561ee a61ffd4699bcd270187ebd02ae9493d442524cd6 adf41629ccf75bf69dce8872e6079ebd9b2437d1
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), postgresql-14-pglogical, libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-14-pglogical-ticker_1.4.1-6.pgdg+1_arm64.deb
Size: 21268
SHA256: 76231a8d96c2af7f421bb024092519e937e985fb95d03443343b93cc1d61aace
SHA1: 951671d578a6ebd2267e46b69d2f9e4777f3b828
MD5sum: eeae6118595c0d725d12ee2172c2cdf5
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 14.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-14-pglogical-ticker (= 1.4.1-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-14-pglogical-ticker-dbgsym_1.4.1-6.pgdg+1_arm64.deb
Size: 14600
SHA256: c91408fbe64a8a9267b1a34f14f6d6e6aae16d8b528ce3f04549126aa842c30f
SHA1: 88e85756bf032845f1060fdb28a627d3f09d3e00
MD5sum: 934dd2736d9035272ebce9a9a68c8cdd
Description: debug symbols for postgresql-14-pglogical-ticker
Build-Ids: 08bd3f109ae890b7d4b07dbb2e49a74b74d62d85
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pgmemcache
Source: pgmemcache
Version: 2.3.0-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), libmemcached11 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-14-pgmemcache_2.3.0-13.pgdg+1_arm64.deb
Size: 51620
SHA256: e5f60b83c654bcea988dc83cc698b862c72ec67bb3a2ed8b39cd269cc4808dd9
SHA1: cd011a401126683ef4b762860784b3dfbed3dd2e
MD5sum: 2b9801b2c5d688314da76262b8889e36
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-13.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-14-pgmemcache (= 2.3.0-13.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-14-pgmemcache-dbgsym_2.3.0-13.pgdg+1_arm64.deb
Size: 47828
SHA256: 71fafa264f6e58aa5a13848d32b769a34a08fa2a46385d55ed11fcc44e8552a2
SHA1: 22babd3aba2f3b5d8f5207f7ec8145dc0a8e8e43
MD5sum: f73cf4d33ae169f8eec1eb3a2df06a9b
Description: debug symbols for postgresql-14-pgmemcache
Build-Ids: 23fef9452fa991253e40d974c4c5c4bcd8e98f35
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pgmp
Source: postgresql-pgmp
Version: 1.0.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 420
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), libgmp10 (>= 2:6.3.0+dfsg)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-14-pgmp_1.0.5-2.pgdg+1_arm64.deb
Size: 109424
SHA256: 1c63666f5f8b21482d0a31b60d4c97118831f46fbf92028f1a6d5853e91444b3
SHA1: ad934a5e27a330403d247e0a54ed14af4115da53
MD5sum: 0933f58d11174fb2dd11112a8fd328c5
Description: arbitrary precision integers and rationals for PostgreSQL 14
 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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-14-pgmp (= 1.0.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-14-pgmp-dbgsym_1.0.5-2.pgdg+1_arm64.deb
Size: 64896
SHA256: 8b178a75cb7ee86bb457347bad06914c9114fb95868e011ae102772cb44c23d1
SHA1: 5b1b0624e9b778cbf79e68941a92e3907545d35d
MD5sum: 06326d9c6fc972af0dd438492f0a1964
Description: debug symbols for postgresql-14-pgmp
Build-Ids: f87cc3457e7517d57b5aaa576bd90eecc0fda18a
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pgpcre
Source: pgpcre
Version: 0.20190509-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), libpcre3
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-14-pgpcre_0.20190509-6.pgdg+1_arm64.deb
Size: 19172
SHA256: 158ddddba8ceed83b553db07419f6b94df7437aa94c9f0bb36fc206250ffb165
SHA1: f63d806a5d6275489a84f167e31141c2016fb57b
MD5sum: b126675b14a7459fa2a275fab3036c31
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-14-pgpcre (= 0.20190509-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-14-pgpcre-dbgsym_0.20190509-6.pgdg+1_arm64.deb
Size: 15248
SHA256: 128ab2cdceaaf96424ebd54c66538b03d4c9c302e8b7a168617c5c9f536d0e4e
SHA1: 9ff6164b469f6724d91eacc34731864cada5fa80
MD5sum: 99098a79a7a711463c7da3852acffc3d
Description: debug symbols for postgresql-14-pgpcre
Build-Ids: 14449c2be379edb65d1a22e5cc2370c16f8c00f4
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pgpool2
Source: pgpool2
Version: 4.3.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 439
Depends: libpgpool2 (>= 4.3.5-3.pgdg+1), postgresql-14, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2_4.3.5-3.pgdg+1_arm64.deb
Size: 159908
SHA256: 3cc79721f9156092333ea3ed001e63f1586f9146eeacfe8d324d3f9dd72362a2
SHA1: 6a1bd4fe448b9413825c1d2c749ec162858281d4
MD5sum: fa1aa32a3c3442dd5f60e0a7ed2a7278
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 14 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-14-pgpool2 (= 4.3.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2-dbgsym_4.3.5-3.pgdg+1_arm64.deb
Size: 50076
SHA256: 5f1b19cbc521952066dc9b1f6e1737354ba39acf668074a6a93324699bac1741
SHA1: 65b88379dbccb2ab6df798d68fe5276094ec4b63
MD5sum: 8e2e298a69b59e1bf0f8d5e14b30ffe7
Description: debug symbols for postgresql-14-pgpool2
Build-Ids: 0041cd045656090de19647ecaaadd8f8bead3117 953d8ea5903b58e2c099c6bb3d43844c7bba00a6 e885b4b2dc2777e05fe444c6f71ae2ea5b02342b
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pgq3
Source: pgq
Version: 3.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2228
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14), pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-14-pgq3_3.5-3.pgdg+1_arm64.deb
Size: 137496
SHA256: 61e189b89b18830b0e8ecf7605e4f5b3ae56d9026b9de61d048ab72a7006a620
SHA1: 60e185ac2707145ee530f3f103580283ba865e31
MD5sum: a1fc035e1efcb1209c84e1c7518a1d0c
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pgq3-dbgsym
Source: pgq
Version: 3.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-14-pgq3 (= 3.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-14-pgq3-dbgsym_3.5-3.pgdg+1_arm64.deb
Size: 75388
SHA256: 01a0e1b678c90d6f63fdcb057236c826e2fb172b9981257241e30e6b1e90c58c
SHA1: 03c755ba93fa44dd8dc2ebd64af909ce8c7c632b
MD5sum: 54102e6c6537d86a0b552063b37a56f9
Description: debug symbols for postgresql-14-pgq3
Build-Ids: 6d1606239dafe79de28c910558c2fb6db42d55f3 6e5880194e93be638f54522780b755cc210b5779
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pgq-node
Source: pgq-node
Version: 3.5-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 538
Depends: postgresql-14, postgresql-14-pgq3
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-14-pgq-node_3.5-5.pgdg+1_all.deb
Size: 12752
SHA256: c2f969c3984dfd7da88071e9cee69763f0e2eb48878ebc46fb4ee01dce769756
SHA1: e15a74f3c4ec422c6ea41c43f20e2ed91c003730
MD5sum: 18017d5803f2987cb8434878dc4e4bab
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pg-qualstats
Source: pg-qualstats
Version: 2.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 213
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-14-pg-qualstats_2.1.0-1.pgdg+1_arm64.deb
Size: 65724
SHA256: d0b9006cf330afbe5a82ff0ec00f73428043ad0c5c17b28890edc537be6f1af3
SHA1: 7851b8731aa094d040406674449d8a3ab6dfffb6
MD5sum: bcd9069400955723109b72fb114b1f9e
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 78
Depends: postgresql-14-pg-qualstats (= 2.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-14-pg-qualstats-dbgsym_2.1.0-1.pgdg+1_arm64.deb
Size: 61576
SHA256: 554303e1a375a663a3062b1c6db7a8745aa945965b429d0158aaf2453a1a300e
SHA1: 2f173eb2552667e60d80f3bce81cd4482006ec41
MD5sum: 92aa231a73f81b06d8b398332778072e
Description: debug symbols for postgresql-14-pg-qualstats
Build-Ids: 108ffcea5d6c1a72618ac40cb4ca0485b9cf419d
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pgsphere
Source: pgsphere
Version: 1.3.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1701
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1), postgresql-14, postgresql-14-jit-llvm (>= 14)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-14-pgsphere_1.3.0-3.pgdg+1_arm64.deb
Size: 568788
SHA256: c7cafc52a77a30048f1788c422f6e3a6d2351723d338e62d811768aa5e734ac1
SHA1: 60bf30ca1d91bed57f95e53bb748a329746553ff
MD5sum: e9050ca0375a9eb16fe9bd159f0ff94c
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pgsphere-dbgsym
Source: pgsphere
Version: 1.3.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 389
Depends: postgresql-14-pgsphere (= 1.3.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-14-pgsphere-dbgsym_1.3.0-3.pgdg+1_arm64.deb
Size: 331364
SHA256: 448fa37096b1ae688b4b2e618fc6c9de0477bd3485cc2186fdddd529bb5f0ceb
SHA1: b62a7f4f70d7c33e556b3c4d802e5ce406935f71
MD5sum: 8a7b23238f9264daf8c3d78ee81f0138
Description: debug symbols for postgresql-14-pgsphere
Build-Ids: c57b709cfccd2d6688bd02e2f85b2e252e2cc49c
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.2-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 169
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14), postgresql-contrib-14
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-14-pg-stat-kcache_2.2.2-2.pgdg+1_arm64.deb
Size: 41292
SHA256: 67a1be535fff5e5b974574f53ee792ca0d7701d1207ee39067f1c15312caead4
SHA1: 3b8cf1aa21188db63fac93fd2678305e2f44b359
MD5sum: 0f4ef81ccf505c962f9ae7d1dda19ab7
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 57
Depends: postgresql-14-pg-stat-kcache (= 2.2.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-14-pg-stat-kcache-dbgsym_2.2.2-2.pgdg+1_arm64.deb
Size: 39952
SHA256: d2be8928de5eedae7b0b78f69e4d7b89e93e712ac10025927695702e374939f3
SHA1: 11f4f2e43427427515acbe98b8ecadc6afa07e96
MD5sum: f7f2581412827bcc3722d352e12fdc2a
Description: debug symbols for postgresql-14-pg-stat-kcache
Build-Ids: 3afb400de469f1a8ed65dd5799ef45fcf45a49f5
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pgtap
Source: pgtap
Version: 1.3.0-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1774
Depends: postgresql-14
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-14-pgtap_1.3.0-3.pgdg+1_all.deb
Size: 61036
SHA256: ab4a1af716ec9804185533ca34101bdfe8363cbac036f028977a502d45ec3a74
SHA1: cb32f2f3d1c4428eacb76229bf9316cd53d3a577
MD5sum: 1cc85590508faba71e7136dcf9cf1a48
Description: Unit testing framework extension for PostgreSQL 14
 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 14.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pg-track-settings
Source: pg-track-settings
Version: 2.1.2-2.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 150
Depends: postgresql-14
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-14-pg-track-settings_2.1.2-2.pgdg+1_all.deb
Size: 9764
SHA256: fecf0ca6a7c229dd968af8ff067ca64b782f25cf3e04cfad0f1a67a6e346ff1b
SHA1: 0096381cf322b6af57e98e92a22d8270730fac60
MD5sum: 164221f8c4490c9ac077caebb3855aae
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pgvector
Source: pgvector
Version: 0.5.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 473
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-14-pgvector_0.5.0-2.pgdg+1_arm64.deb
Size: 186964
SHA256: 709beb492cfb5586e664f57539c849ae2741f366c6bb1362ae9e31f67d525ac5
SHA1: 4fbd9b0251fce9cec8953a48d027ea18e2abbcd3
MD5sum: 85c6e949687299bcdb8d834fa563f67d
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pgvector-dbgsym
Source: pgvector
Version: 0.5.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 203
Depends: postgresql-14-pgvector (= 0.5.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-14-pgvector-dbgsym_0.5.0-2.pgdg+1_arm64.deb
Size: 176196
SHA256: ec47d535df64fe1485a6b426c604264a3809de76e7cc79b68a23c748f83cdc9b
SHA1: 6815c3c6febca260e95db298e495b1282c5ecadb
MD5sum: bcac4363c978a660c83bdf485e32b8f8
Description: debug symbols for postgresql-14-pgvector
Build-Ids: 555cee5adfa22aad771b5f7a07ea005cd8456059
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 137
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-14-pg-wait-sampling_1.1.4-3.pgdg+1_arm64.deb
Size: 40920
SHA256: 79be0882e1817039154e94994ed9632aca8f9515c78c75c763cab40edb481b11
SHA1: 502bac042295bca3b385503da7887b0a3db4753c
MD5sum: 403129260d048556853f80e21c0960d3
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-14-pg-wait-sampling (= 1.1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-14-pg-wait-sampling-dbgsym_1.1.4-3.pgdg+1_arm64.deb
Size: 51336
SHA256: b9db6e9873e7efa4731afe12c241fd1660be726919082901df449ad0cfff7cf7
SHA1: ba9da2e3a42e69510423ac90f4af01e4de560943
MD5sum: 28a14fc617028981232d5c74e1cada91
Description: debug symbols for postgresql-14-pg-wait-sampling
Build-Ids: c7012cc2c0760eb545c7517a95db8680662d6d77
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pldebugger
Source: pldebugger
Version: 1:1.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 217
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14)
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-14-pldebugger_1.5-2.pgdg+1_arm64.deb
Size: 83868
SHA256: b645c02ef3b13caaf52a976a669db209bcb96e0f55b12aae311ec8cda14574fd
SHA1: 09332dbfbb163414eab8c449eb871e433426f443
MD5sum: e6d5e4e352846ff462f52930d6bc2d55
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-14-pldebugger (= 1:1.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-14-pldebugger-dbgsym_1.5-2.pgdg+1_arm64.deb
Size: 95248
SHA256: f90774d4c22be7e84216e5944413a08a1db9321a0f93cdda95305e6c918f498a
SHA1: 47560d6d1e5e29774b22b6d5dd80638445b32b88
MD5sum: 8929ffaa8a24abef4d87cbfc3b0746f8
Description: debug symbols for postgresql-14-pldebugger
Build-Ids: 097a848a1b9ee69bc19c20f56f1c6b4c6ada6872
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pljava
Source: postgresql-pljava
Version: 1.6.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1358
Depends: default-jre-headless | openjdk-17-jre-headless | java-runtime-headless, postgresql-14, postgresql-pljava-common (>= 1.6.6-1.pgdg+1), libc6 (>= 2.34)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-14-pljava_1.6.6-1.pgdg+1_arm64.deb
Size: 916572
SHA256: 34dc71671cfea5772ec34cd012cafc5557a20e36b0a4d345170786887de66f96
SHA1: 83935591301869b768269b6476301d7ca48111d9
MD5sum: 2154e7bff199f19a07155c15a325cc0d
Description: Java procedural language for PostgreSQL 14
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-17-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 362
Depends: postgresql-14-pljava (= 1.6.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-14-pljava-dbgsym_1.6.6-1.pgdg+1_arm64.deb
Size: 299836
SHA256: 4f202ef9c81e1fc8e64f6845ac94841e5967bdc3881ce966ad31fe463e79271b
SHA1: 6fd7ac256b4d2dc0c51bfdfaf7ef69adc9c01d97
MD5sum: 4a9ac1857657202841d57f342cf9c085
Description: debug symbols for postgresql-14-pljava
Build-Ids: 2ed00626c2f2cedab09b94d2cfa55cb999b3af62
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pllua
Source: postgresql-pllua
Version: 1:2.0.12-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1041
Depends: postgresql-contrib-14, postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-14-pllua_2.0.12-2.pgdg+1_arm64.deb
Size: 396820
SHA256: c0bb77156ac6c17991243658a3ce6cde338549c236df322cb0bb09c70f5d979f
SHA1: c4c4e65f0a1ad41fa69d73fd434909b4284676be
MD5sum: 06d8c1aef9871e77c94113d9be190c6e
Description: Lua procedural language for PostgreSQL 14
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 360
Depends: postgresql-14-pllua (= 1:2.0.12-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-14-pllua-dbgsym_2.0.12-2.pgdg+1_arm64.deb
Size: 313564
SHA256: c42fbf984762d9d94a5e1c7c063745b3b4fcad46035c721b25b4be19a88eaa66
SHA1: 44382325eaa62e6d5a50d5b26338945970a72d04
MD5sum: 1c74a59e39a09462dbd98969e4368412
Description: debug symbols for postgresql-14-pllua
Build-Ids: 74091482d4513fe0453ba55004c659eacb1f26fa ee8a33a7ed79412c854c5707eb6ecd9e92bd9e25
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 796
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.5.1-1.pgdg+1_arm64.deb
Size: 345292
SHA256: af3fd61f881c739be9aeab1761be9ab3d506b3c48eeb07eeec839bb057b2eef5
SHA1: 0f7999bb8127625e2b4914bb2c9ed594916c8a31
MD5sum: 81b81ce3a06e067694f8eb5c2dc2e63a
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 311
Depends: postgresql-14-plpgsql-check (= 2.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.5.1-1.pgdg+1_arm64.deb
Size: 278440
SHA256: b22fc5683db7ec8b7d542fb53b75821319f53568d0714f19b2cb2f5bc897fd5b
SHA1: 51643cd54226ca139c2cd26addc3f2cd7e4e1543
MD5sum: 2fbb20f697a90a35501f75eb9ed22ded
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: c8ae5a3ff332f5779bf7be5f50f5dd7b38e8c233
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-plprofiler
Source: plprofiler
Version: 4.2.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-14-plprofiler_4.2.4-1.pgdg+1_arm64.deb
Size: 51240
SHA256: 5bf24db2301e204e77144120874cdc680164e9f50081c507454972bd080afa64
SHA1: 67e129502ad2070121109767cafd4815399254dc
MD5sum: f97f3fd0e64ef22ef4f4af3eb2520e67
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-14-plprofiler (= 4.2.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-14-plprofiler-dbgsym_4.2.4-1.pgdg+1_arm64.deb
Size: 56488
SHA256: 8f83502705b7a52f5440196912461050d105a0e22c25ee426a2fa0130b7f3850
SHA1: 98b2fd8342822e7af79524d75d0bc478dce05267
MD5sum: c3695cc72f3314231248ae517810e362
Description: debug symbols for postgresql-14-plprofiler
Build-Ids: 784715d8f3d2d4350781dcb03a2fa5ba9e92f464
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-plproxy
Source: postgresql-plproxy
Version: 2.11.0-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 367
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), libpq5
Homepage: https://plproxy.github.io/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-14-plproxy_2.11.0-11.pgdg+1_arm64.deb
Size: 152240
SHA256: c89a44cb1e388daacfc06bd3664de32aa6597a193fac4f86fb84756c27f1345b
SHA1: 2cbdf3b25774e5a5c553d18ba5ef22b7b9d0a98a
MD5sum: e7d262fcf3dc74787e85cfd434e38c6b
Description: database partitioning system for PostgreSQL 14
 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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.11.0-11.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: postgresql-14-plproxy (= 2.11.0-11.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-14-plproxy-dbgsym_2.11.0-11.pgdg+1_arm64.deb
Size: 114560
SHA256: 5f459de07f497f27eb79bbbbeffd0dce72e1cfc3c10869e005f30591161ae4c5
SHA1: 674d22188d64d6105a176237b566e2a03f194d81
MD5sum: d1979f360b031ff9a361d62e74523f29
Description: debug symbols for postgresql-14-plproxy
Build-Ids: d1318bb7965dee96602b67bb178534c6c1d5523b
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-plr
Source: plr
Version: 1:8.4.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 362
Depends: r-base-core (>= 2.10), postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.33)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-14-plr_8.4.6-2.pgdg+1_arm64.deb
Size: 158792
SHA256: 9c312698ab72be3f86c9c4c9f240345392510633cf666364a33c3693e245b7d0
SHA1: be1cff22bac5468ca14ab287ea0d71fcc289351e
MD5sum: 5dfa5857b3546034cb5099f0b9737ddd
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-plr-dbgsym
Source: plr
Version: 1:8.4.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-14-plr (= 1:8.4.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-14-plr-dbgsym_8.4.6-2.pgdg+1_arm64.deb
Size: 129788
SHA256: 05983c0f14d1586a2a64e520273e1b0c09ec9d0845e36e1c793035b4fb90fb81
SHA1: b61297ee66781af97f0fe4f6d00c87f0a681de5f
MD5sum: 0995c9bc20b350b6187084003120effd
Description: debug symbols for postgresql-14-plr
Build-Ids: dbbb4ba258c79543c6b4b456cc040886b935218b
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-plsh
Source: postgresql-plsh
Version: 1.20220917-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-14-plsh_1.20220917-2.pgdg+1_arm64.deb
Size: 32680
SHA256: a32a5ca8c11cf3f919ac13fc7749506f8167e51f1622ba028f170cda0f4a57f9
SHA1: e9ff36cea9475701877124d8c293709642b9e0b7
MD5sum: e60933b01a82eb570d7ac070180ea9be
Description: PL/sh procedural language for PostgreSQL 14
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in a shell of his choice.  You need this package
 if you have any PostgreSQL 14 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20220917-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-14-plsh (= 1.20220917-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-14-plsh-dbgsym_1.20220917-2.pgdg+1_arm64.deb
Size: 44688
SHA256: e330b66492e5ea452c304dc7d26dd0ef3ca0b2451f42248ea2f7de00acb3e6ff
SHA1: 9578a26a17eac99781cb0b993e829270171ec046
MD5sum: 587061dd88770846b8cdd45c89e6e775
Description: debug symbols for postgresql-14-plsh
Build-Ids: 6b8b05fce3d963b78046a99c7b504a174d4ff8bc
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pointcloud
Source: pgpointcloud
Version: 1.2.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 529
Depends: libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-14-pointcloud_1.2.5-1.pgdg+1_arm64.deb
Size: 108400
SHA256: 8f52148283f11b903a8cecfcb8879cee07f9cab0734bdf3a93f16db969e34abb
SHA1: 787cd2d5b188761029c6b22a43089740e2a4743a
MD5sum: 239fea4cb835ec456b726e0111a2e429
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 204
Depends: postgresql-14-pointcloud (= 1.2.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-14-pointcloud-dbgsym_1.2.5-1.pgdg+1_arm64.deb
Size: 172968
SHA256: 0c10faa7afcd481c5b608c863a970accbf6df49cae0fe78eb6ca907e76698e6f
SHA1: 5eb4b0b817be7cc16f126ececd5ef809446368de
MD5sum: 96f74fb23b38b65763257139b746b6ef
Description: debug symbols for postgresql-14-pointcloud
Build-Ids: fcc0c45319d116adf4bfcbcc47a010912ba21f9b
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-powa
Source: powa-archivist
Version: 4.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1579
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14), postgresql-contrib-14
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-14-powa_4.2.0-1.pgdg+1_arm64.deb
Size: 55276
SHA256: 0df3e65be63b929f4921d9e6c8fd67319c655bb0cbf12740b73979276d2d9a0c
SHA1: a36cdd92e6995dc3c3b3da8782475f87a72ef675
MD5sum: 227a824ea3ef491c2cf96b2e956121aa
Description: PostgreSQL Workload Analyzer -- PostgreSQL 14 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-powa-dbgsym
Source: powa-archivist
Version: 4.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-14-powa (= 4.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-14-powa-dbgsym_4.2.0-1.pgdg+1_arm64.deb
Size: 32176
SHA256: 0399d6ba78684a3a7a3400c8ede6e6092ae7435dc80db54fc623bf835aceabd2
SHA1: 95f7ebf74665b1de743592ef86c13a6f16180306
MD5sum: b48922e2e4a9949ac62854b572aa35f3
Description: debug symbols for postgresql-14-powa
Build-Ids: e82ad15948ed736eef542dcc761579ddf8cdf9a0
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-prefix
Source: prefix
Version: 1.2.10-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-14-prefix_1.2.10-2.pgdg+1_arm64.deb
Size: 44768
SHA256: 8e53f740752045be1e5324bffbf6b9a98cf3fa026dfaf7a29f66abc1218856d0
SHA1: 6b4e3ab318bb9060b16489e7259f25f48f27569e
MD5sum: 9865694087817cc6423305771cfdfff3
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-prefix-dbgsym
Source: prefix
Version: 1.2.10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-14-prefix (= 1.2.10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-14-prefix-dbgsym_1.2.10-2.pgdg+1_arm64.deb
Size: 43884
SHA256: 168cb884ac910d0f9c357a8852e76f2b2efcba2c115039befad1189c98f6827f
SHA1: 4037352ddd37a56e35de05792b52e48703d5376d
MD5sum: e14763438cf330343ee52a001dcfcfe7
Description: debug symbols for postgresql-14-prefix
Build-Ids: 49084884180b419cbf36e887a70c23f36db606da
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-preprepare
Source: preprepare
Version: 0.9-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-14-preprepare_0.9-8.pgdg+1_arm64.deb
Size: 17804
SHA256: 1a15c0dcbbd91d360f2e3822b2af80103d2c282ac37cb80b6a03cf81db185e32
SHA1: 596e243d9dd760a05c9503d52902aaeda9fe203c
MD5sum: bdc9753097c37bf1a0249263da66ab58
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-preprepare-dbgsym
Source: preprepare
Version: 0.9-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-14-preprepare (= 0.9-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-14-preprepare-dbgsym_0.9-8.pgdg+1_arm64.deb
Size: 16512
SHA256: 46ad4ae9611aa5ac96668d82428ec06914f2dd56c0376ba3585eb187ef64b7b1
SHA1: ea4458df572c70f876d220668f0af0ee2045d464
MD5sum: fb90935150262b3ad07bfac903adee9c
Description: debug symbols for postgresql-14-preprepare
Build-Ids: 92c1babb4f55c7fc9de43bb9c3fe01b6ef605f32
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-prioritize
Source: postgresql-prioritize
Version: 1.0.4-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-14-prioritize_1.0.4-11.pgdg+1_arm64.deb
Size: 12320
SHA256: dbe83b206ce918b133666ff3aa93d803b8b98b7347e388bcb34a61608d5a2aeb
SHA1: 9da8ac787d44ca3d14b3e148d63016c2b85293f8
MD5sum: fc8b04c3fa7c1b523e6b3a6900827135
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-11.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-14-prioritize (= 1.0.4-11.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-14-prioritize-dbgsym_1.0.4-11.pgdg+1_arm64.deb
Size: 12536
SHA256: 69b023863728e029f2982d34e9663c0566b7f38ef14eadf2857ead2c9db3e2bc
SHA1: 5b59943f77343559dc7775b0b7ed4ecdea010120
MD5sum: 0191d48222b57935aa908ff5d2117e7b
Description: debug symbols for postgresql-14-prioritize
Build-Ids: 47a2242e6b209d4fa07e0e544a4ff18b689b8af9
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-q3c
Source: postgresql-q3c
Version: 2.0.0-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3395
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.29)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-14-q3c_2.0.0-8.pgdg+1_arm64.deb
Size: 159516
SHA256: 93384cee009fe1f7c9df9e13f3085df134116731ee3261a963a0839f24563f4e
SHA1: d95d53a1e43b86e5c5fa7f78d5cb7e6ef27504bb
MD5sum: 85a5fb5b1b05f04f926bbe0394610741
Description: PostgreSQL 14 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.0-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: postgresql-14-q3c (= 2.0.0-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-14-q3c-dbgsym_2.0.0-8.pgdg+1_arm64.deb
Size: 85512
SHA256: 9bb70038f03478cebf7e37d7e60a84c1d5bf8ce6567316de71be89eb7f1449cc
SHA1: 7ba34003949ed98a87b3b0496d7dc7d6cd131130
MD5sum: f7616f70498116d62dd111993ecd8e57
Description: debug symbols for postgresql-14-q3c
Build-Ids: 626b790e69eea136e7b0f25d7b948b589194f780
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-rational
Source: pg-rational
Version: 0.0.2-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-14-rational_0.0.2-6.pgdg+1_arm64.deb
Size: 25872
SHA256: 52216f3296fb2a1f99ac28c8ff2ac6d2ffe854ed33a8d30a04c91cd595cab768
SHA1: 2bae4373df1ba75c2078e95f0962d90a00e6e3bc
MD5sum: c4968b4b866d1d207ddb878d66575c38
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-rational-dbgsym
Source: pg-rational
Version: 0.0.2-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-14-rational (= 0.0.2-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-14-rational-dbgsym_0.0.2-6.pgdg+1_arm64.deb
Size: 20172
SHA256: 424b145cc44ca69ce13c073b9ca70c4389062a84421204b182d87cac8b8f4d87
SHA1: 77dd8a3152e13f8430a89fe2e565316183dc3a86
MD5sum: beaffda04434792aa59502dde796c61b
Description: debug symbols for postgresql-14-rational
Build-Ids: dd8f6b50362ae189d408835a29823086a14890f0
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-rdkit
Source: rdkit
Version: 202303.3-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 936
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202303.3), libstdc++6 (>= 13.1), postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-14-rdkit_202303.3-2.pgdg+1_arm64.deb
Size: 406564
SHA256: 4d4960dce0d256b72ad2c5b054cb7b38b4a71f706602592082e2d279b46acc6c
SHA1: b2db22cdb450103c8deeb0e92ae22218750cf378
MD5sum: 502514da6137a77e278a54c326b54b1d
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-rdkit-dbgsym
Source: rdkit
Version: 202303.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 820
Depends: postgresql-14-rdkit (= 202303.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-14-rdkit-dbgsym_202303.3-2.pgdg+1_arm64.deb
Size: 770792
SHA256: ec335b94d0f94db2298b40c12dcd7d01e61f1d97eaae230aa474b640402b7e02
SHA1: b205ec142b8584d224d9afdba3e171febb249b29
MD5sum: b6e58a8d49206e0cbf22700341f2af0a
Description: debug symbols for postgresql-14-rdkit
Build-Ids: 510c5bd902fa5a9e2dc657fc8f20bc9ebb0e5dc8
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-repack
Source: pg-repack
Version: 1.4.8-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 308
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.34), libpq5 (>= 8.3~rc1-1~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-14-repack_1.4.8-2.pgdg+1_arm64.deb
Size: 103756
SHA256: f3e635d136ec25d8a70aaaf40fe6d9581d786390e22a5f8b4f1488ff69ea68f8
SHA1: 0cc5a6c9d270216ea41d09df6cb00a875cc61b02
MD5sum: 30533085e57472037a6ec411971d9437
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 14.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-repack-dbgsym
Source: pg-repack
Version: 1.4.8-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-14-repack (= 1.4.8-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-14-repack-dbgsym_1.4.8-2.pgdg+1_arm64.deb
Size: 115912
SHA256: 9acf409d8ff0e16b1099195695d3672cb42df8244cbb7a174ba10b5bc9acbda8
SHA1: 9983d62281dccebf9774694ec7a01509b0715945
MD5sum: 04a0fb01755d0227eac0fad63fb8248c
Description: debug symbols for postgresql-14-repack
Build-Ids: 35e18f13fd43d2483d9ff0378b45a44128f9a248 bbf94ecd5e89f307a2d3126ec243c2f6d5cc8c5d
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-repmgr
Source: repmgr
Version: 5.3.3-4.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1108
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), repmgr-common (>= 5.3.3-4.pgdg+1), libc6 (>= 2.34), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-14-repmgr_5.3.3-4.pgdg+1_arm64.deb
Size: 224820
SHA256: c7c1d467f3e5a9ac1b01b429741ab815c9c7fcabc6ef6e6a613999dcc440aff5
SHA1: f3c768cebf139fd349ceb4d637600b089eb4f0b4
MD5sum: d9bf893f37622f14a6456fe4f630a8a5
Description: replication manager for PostgreSQL 14
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 14.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-repmgr-dbgsym
Source: repmgr
Version: 5.3.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 654
Depends: postgresql-14-repmgr (= 5.3.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-14-repmgr-dbgsym_5.3.3-4.pgdg+1_arm64.deb
Size: 586960
SHA256: 190b73aa5bd09b766d8137cfd9587deb15281667a8a139dadae90dec3d548b24
SHA1: eb2166b4a8b19d704448b26786136dce5352526b
MD5sum: 2e50a2c38c0b01ce8664df7e03d1ec8a
Description: debug symbols for postgresql-14-repmgr
Build-Ids: c12fe74c0c47abb35e4c7a77cb020aa346479ba7 c1345176cefad6a6ba7ca992bcda698595195832 dbb3eaa6b63f9bc998873953171b45568d1fa53a
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-rum
Source: postgresql-rum
Version: 1.3.13-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 953
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-14-rum_1.3.13-2.pgdg+1_arm64.deb
Size: 385844
SHA256: 18cc33f4f462063dd2f30dfdffba70be0d0340b9d622fbc460a7d0ba3d95a4af
SHA1: a5ad48c3197ee4c609791d3ce2851b971ed60787
MD5sum: 3ebc03e3febbe6428e4385ea6f7009eb
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-rum-dbgsym
Source: postgresql-rum
Version: 1.3.13-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 350
Depends: postgresql-14-rum (= 1.3.13-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-14-rum-dbgsym_1.3.13-2.pgdg+1_arm64.deb
Size: 310528
SHA256: 2c3fcd958976c61ae5cccaa22233f6db5bd0ceaaa19945c2ccca57637a39d0f2
SHA1: 6e0dd7e7bc7c10f3ec7e78d7f7e269440caa7600
MD5sum: e3a60e2218828e5d31e2a172bab4b7f0
Description: debug symbols for postgresql-14-rum
Build-Ids: 83d64090aa0ca81b174fda683bc90e26c4f3ea71
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-semver
Source: postgresql-semver
Version: 0.32.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 175
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-14-semver_0.32.1-2.pgdg+1_arm64.deb
Size: 39692
SHA256: 7d4c05635f18fe7953ba616d089dda602dbe215f6a3eada305d7954011ad6f50
SHA1: 742d4d5007453af9c0f4919265a24ae000203c73
MD5sum: 981bd9ff04bd0efdbea8cce8b88b79a1
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-semver-dbgsym
Source: postgresql-semver
Version: 0.32.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-14-semver (= 0.32.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-14-semver-dbgsym_0.32.1-2.pgdg+1_arm64.deb
Size: 20376
SHA256: 55344769d1e3ed13f85bc43f26843cf658e18b16a25427f2fd765e580eab028d
SHA1: 06e94949f4327e2c23d62532d0542953c997b3b0
MD5sum: 19e386efe11b2c485d7e882ae4116a4d
Description: debug symbols for postgresql-14-semver
Build-Ids: 1dc5a7679ccd0b15706efa25a69e17f46efc4069
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-set-user
Source: postgresql-set-user
Version: 4.0.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-14-set-user_4.0.1-2.pgdg+1_arm64.deb
Size: 40360
SHA256: 8705183b04742649df9edb12cbcdc1bfe8fdd988627febda2934b52a3f426373
SHA1: b2de22de9405adb9a5f30098daed714aba6f4130
MD5sum: 2aaa7bd54bc33ec80eaceef59f36590b
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-set-user-dbgsym
Source: postgresql-set-user
Version: 4.0.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-14-set-user (= 4.0.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-14-set-user-dbgsym_4.0.1-2.pgdg+1_arm64.deb
Size: 48248
SHA256: e1536c4c3a12d3d37711b91cc2f22e9b3be634f219f1d356e1179ac8360ec80d
SHA1: a1eb082bd011a2e568949cc5b1238c2b5f70e566
MD5sum: 1d8e7edac1fe8186b06346fec711db90
Description: debug symbols for postgresql-14-set-user
Build-Ids: b8a2318848ffe1ea725f8b3c26d6d254696c9ffd
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-show-plans
Source: pg-show-plans
Version: 1.1.5-1.pgdg+1
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 120
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-14-show-plans_1.1.5-1.pgdg+1_arm64.deb
Size: 26844
SHA256: 2c9ad526eb92c00e62f0b64b8e3f1e6d84f534b12913081e9c8e8195c401910b
SHA1: ce36b6814ff26aa6d6ddb220c15ce8a9ce8c03f8
MD5sum: f244b7b10845f4efa1ff41bc988cb9c5
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-show-plans-dbgsym
Source: pg-show-plans
Version: 1.1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 52
Depends: postgresql-14-show-plans (= 1.1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-14-show-plans-dbgsym_1.1.5-1.pgdg+1_arm64.deb
Size: 36488
SHA256: 2257b0d13fe8d9980d8be318c507e0281afff0725412b51897f0cab774735130
SHA1: 685c06acf8bdd1a4b0c7c778db5e8351da0cf4ba
MD5sum: 75a955be88358ffa41a0b7bc5308b3ed
Description: debug symbols for postgresql-14-show-plans
Build-Ids: cafd7376fedd0d7a3db2f8067d5dc0019d795d6d
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-similarity
Source: pg-similarity
Version: 1.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 385
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-14-similarity_1.0-7.pgdg+1_arm64.deb
Size: 105576
SHA256: f76775c99d4c5beb5c83e609b777081a47c32d68d61480e04561ce4e58dab11c
SHA1: f4cff3209017ecc4d23450afa82c26e33e583368
MD5sum: 49e959847c247da562515f7ec8694729
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-similarity-dbgsym
Source: pg-similarity
Version: 1.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-14-similarity (= 1.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-14-similarity-dbgsym_1.0-7.pgdg+1_arm64.deb
Size: 61940
SHA256: e1156b5d525de84d1f7f42e308e4a35b2a0defc8a201e73f1490834aeb27b303
SHA1: a9d61f9b87be0db6b6acc2b12adae7de8acfbedc
MD5sum: 4f7d5c77bc2bfac42c25197fa98e8f5d
Description: debug symbols for postgresql-14-similarity
Build-Ids: 91ad3eb40827fc009a115ec4063a1f98d5f54085
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-slony1-2
Source: slony1-2
Version: 2.2.11-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-14, libc6 (>= 2.17)
Suggests: slony1-2-bin
Provides: postgresql-14-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-14-slony1-2_2.2.11-3.pgdg+1_arm64.deb
Size: 18144
SHA256: 2d87dad064a1807a6b8a60324ab62f73263f8eb06fef98cfb6f7a43e2cdfbf25
SHA1: 38ad3d843447bbf9525747f78d1b93a5d4de4662
MD5sum: 0ad18df2bc961f53aee069db91d7d697
Description: replication system for PostgreSQL: PostgreSQL 14 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
 14 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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.11-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-14-slony1-2 (= 2.2.11-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-14-slony1-2-dbgsym_2.2.11-3.pgdg+1_arm64.deb
Size: 63612
SHA256: 948ddb3a60fc7ce733b83a77fefdfbe05d2817b5e7491e78db829ba3d390a6e4
SHA1: 34f182ef75a8ffce57ada9b3fee1265065acb738
MD5sum: 946ef4b374bd03c0c6c5377b8f1be91a
Description: debug symbols for postgresql-14-slony1-2
Build-Ids: ddfb37bdfdf54812dc073049f389a3acdaa224e0
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-snakeoil
Source: pg-snakeoil
Version: 1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), libclamav11 (>= 1.0.0)
Recommends: clamav-freshclam | clamav-data
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-14-snakeoil_1.4-1.pgdg+1_arm64.deb
Size: 17856
SHA256: 8adf6fa0bb54a4a4f444eed1bc1ae75e8b29c94cf439930a95e1784867f7d9fd
SHA1: 27addcde83f3e024cf7550948d41bc07079bce58
MD5sum: 8cc613f94b76cf99d55d5a544649e22b
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-14-snakeoil (= 1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-14-snakeoil-dbgsym_1.4-1.pgdg+1_arm64.deb
Size: 14776
SHA256: 4cbc7ac9adf1541acb952510e92df493a5c7d340640b60c1823b5148c38308ca
SHA1: 2974cdc7fd9072fca5e048a9580014d174951130
MD5sum: f3d8c705c26f02c878d68f66473a2a52
Description: debug symbols for postgresql-14-snakeoil
Build-Ids: 3fa4dc173179dcdd5f10379d16f4182596e53a4d
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-squeeze
Source: pg-squeeze
Version: 1.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 354
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-14-squeeze_1.6.2-1.pgdg+1_arm64.deb
Size: 134700
SHA256: 93e68de57fdd024a1f82ded6d46157a70dd865f6557e4b9723de381cc4eaf105
SHA1: 4efda4859f6270d10c1bbabb34d6ca31ffb90c0e
MD5sum: 8df99095a921deb9dae6d293d576d80e
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-squeeze-dbgsym
Source: pg-squeeze
Version: 1.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 160
Depends: postgresql-14-squeeze (= 1.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-14-squeeze-dbgsym_1.6.2-1.pgdg+1_arm64.deb
Size: 135744
SHA256: d2130774a71fb423c3d44d6cebce981e52513631ad601b155b5dc75221e3ddf7
SHA1: 6518094baf60de8de04e0a71c4f6f5e678249b03
MD5sum: 9fc692f8426a82d1ef4e3bf109a29537
Description: debug symbols for postgresql-14-squeeze
Build-Ids: 590a0a45c3710928892515dc78a7f559c03dfa0c
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-tablelog
Source: tablelog
Version: 0.6.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-14-tablelog_0.6.4-2.pgdg+1_arm64.deb
Size: 49444
SHA256: c034739fc31ec7e45090da85365afc05634288991402db7fa9b04b24fd2f045f
SHA1: 3b7d023e9dc3600888e7629ae6fb71d92784d575
MD5sum: a74161b953f7d1c0761542d06760028f
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-tablelog-dbgsym
Source: tablelog
Version: 0.6.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-14-tablelog (= 0.6.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-14-tablelog-dbgsym_0.6.4-2.pgdg+1_arm64.deb
Size: 39636
SHA256: 556c474d3e522af166974083b7a70b276dfb4d13e2125065fe5ca7574a751a04
SHA1: b64808e96f1ecb3a9324f8c6ec05c4286a06b84e
MD5sum: 6fa36e73daac78f778f8804c6ae521db
Description: debug symbols for postgresql-14-tablelog
Build-Ids: b94c7e76533414f6b2e6dd61cf06caa0e9bec410
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-tdigest
Source: tdigest
Version: 1.4.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-14-tdigest_1.4.0-4.pgdg+1_arm64.deb
Size: 67128
SHA256: 395ea83c6adaafc786cfd89cb4248da31a94efa229ac0e546c9347496f085109
SHA1: dd1130b2e4d841506ad65c9f2dcaa95953c8aea3
MD5sum: fc4463ca2d4917f801c794f6918d4fe1
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-tdigest-dbgsym
Source: tdigest
Version: 1.4.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-14-tdigest (= 1.4.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-14-tdigest-dbgsym_1.4.0-4.pgdg+1_arm64.deb
Size: 48380
SHA256: df8f8f416139c9eaa455c49d797bd0e93cc0c5df8b24c57b7f36ed5a5cd21218
SHA1: 3d777a13b7d8c317e6221b2294689f45314c18cb
MD5sum: 4f67590ecc0403a718f0e898c3ba3eb5
Description: debug symbols for postgresql-14-tdigest
Build-Ids: eb6a988ac522de60bfdac6eb19b1b7cce2b6547f
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-tds-fdw
Source: tds-fdw
Version: 2.0.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 323
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-14-tds-fdw_2.0.3-2.pgdg+1_arm64.deb
Size: 129488
SHA256: a8d99b879cac9136b2d408c4f2741dd7e61fca94af52f70cdcf3de77dc4a0903
SHA1: b8e47bda194de8a047fab49be521533e450ba9f9
MD5sum: bd6060944e8dfdfcbcec367f8062895b
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 153
Depends: postgresql-14-tds-fdw (= 2.0.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-14-tds-fdw-dbgsym_2.0.3-2.pgdg+1_arm64.deb
Size: 136716
SHA256: 2600739ee37920c26af4490ed948c949622ab057e379887610caf055584c6de0
SHA1: c30e1ca3bc3b23f85ccb423a90a1fdfcc6d75adb
MD5sum: 5fe25188cfd9a7b34152dd477c96200f
Description: debug symbols for postgresql-14-tds-fdw
Build-Ids: 28bc7749e07436d5441124860dec492b913aec8f
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-toastinfo
Source: toastinfo
Version: 1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-14-toastinfo_1.5-1.pgdg+1_arm64.deb
Size: 13356
SHA256: efd4f753a10d1d471c07939ac9632c92f368fd257c9b514de8d1eadb8e865c3f
SHA1: f4db933406b15130c3fe598e583e9fd96c213da9
MD5sum: f04b478a88c9530a815e251f5157036e
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-toastinfo-dbgsym
Source: toastinfo
Version: 1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-14-toastinfo (= 1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-14-toastinfo-dbgsym_1.5-1.pgdg+1_arm64.deb
Size: 10956
SHA256: 5c7ed0f9b65b761b7a6efce7f8527699e48349269c5b5ed8d47b002c74f3e5fe
SHA1: b2b53745ff4a2649da327999c46fd21f4703b35c
MD5sum: 3b3b8ee9bdef4bde7a04c193917f5500
Description: debug symbols for postgresql-14-toastinfo
Build-Ids: c41739a66a6655e0e626c49b7488090fe72e86b2
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-unit
Source: postgresql-unit
Version: 7.8-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 504
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-14-unit_7.8-1.pgdg+1_arm64.deb
Size: 136240
SHA256: 9d4468f10ea0e32d36be9f65953abf6a4f038386177f3692e428cb8ebba20796
SHA1: 1e6d3e655377db79b94032bd7080bf210bdef949
MD5sum: 4f78f37ff6afc7f781e5384fb0f3a09c
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-unit-dbgsym
Source: postgresql-unit
Version: 7.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 79
Depends: postgresql-14-unit (= 7.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-14-unit-dbgsym_7.8-1.pgdg+1_arm64.deb
Size: 57748
SHA256: 77ccee22c0aecf6761f750e9a7f1042c878068cce43d4875430c95fd330e384a
SHA1: cb0a31602debd7c7993d1dc75a614295af312a23
MD5sum: 58eef3182339ad7bca34ee31eff1dfa5
Description: debug symbols for postgresql-14-unit
Build-Ids: 902ba4558445274d99299a1ff232146032d828f7
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-wal2json
Source: wal2json
Version: 2.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 156
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-14-wal2json_2.5-2.pgdg+1_arm64.deb
Size: 62948
SHA256: ece289933d067256b681e4d1572eb7b6ac31927cac3f9b5ea7f9f3085cb816df
SHA1: 2603f423425737618defda5431b880879f6242f5
MD5sum: 5c4a773dcc62f12985dfecc666fb54c5
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-14-wal2json-dbgsym
Source: wal2json
Version: 2.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-14-wal2json (= 2.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-14-wal2json-dbgsym_2.5-2.pgdg+1_arm64.deb
Size: 67992
SHA256: 1967d2c9a77a524371167c6d6009a5890b46ec28b92d751ad3176716f5856b3c
SHA1: 5d2eb477116d3ea7c69f492a21a14e827e1cde5a
MD5sum: f2ecf71f01d5fc1f9d3c911fdaf5f33a
Description: debug symbols for postgresql-14-wal2json
Build-Ids: 7ae0f16c2a554bb3a311fb0d41f0f45ec7671057
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-asn1oid
Source: pgsql-asn1oid
Version: 1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 15)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-15-asn1oid_1.6-1.pgdg+1_arm64.deb
Size: 13160
SHA256: 42a54073d8c61dea3ea16b1316edf9dfc6f4f455064c3f7921a1f8c72536e31b
SHA1: 8a7b9d567b1676745d7002a3b4f54c01ed28b872
MD5sum: f77340defa391144a2d69bc05bc1ddec
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 15.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-15-asn1oid (= 1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-15-asn1oid-dbgsym_1.6-1.pgdg+1_arm64.deb
Size: 8136
SHA256: c816b8907430adcf1034a3d82b6cb34263435ceba3a3a40ab28dacc821d275ca
SHA1: d6266b55217bd30d855a4be1876fb7d7d22f9d5d
MD5sum: 17f5806701a29fa45988e42300db377e
Description: debug symbols for postgresql-15-asn1oid
Build-Ids: 8e6a4c852835faf091d452d40b1319cf8332472d
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.7-2.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 97
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 15)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-15-bgw-replstatus_1.0.7-2.pgdg+1_arm64.deb
Size: 15304
SHA256: 45f9f95c180d1c6cc1fad752385162d0544f79d20fcb4d2658dff2bb8668f004
SHA1: dee303ead001495fa2dc7e77fdd02b1b30129253
MD5sum: 5aabcbc99018ad40c23f918a4f77da35
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 23
Depends: postgresql-15-bgw-replstatus (= 1.0.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-15-bgw-replstatus-dbgsym_1.0.7-2.pgdg+1_arm64.deb
Size: 8296
SHA256: d13a28ea2cc95727a467a9e1f771fb4c328c988c4aacbf97ca3b3cf2e23712d6
SHA1: e9e764c8ca9ecc02406a29a958b05be7dffd86ea
MD5sum: 4542462fac10aed63f50535a51ee1e1f
Description: debug symbols for postgresql-15-bgw-replstatus
Build-Ids: 45fa490f91d1d0f2585a2d9962e22bff46fb8b63
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-credcheck
Source: credcheck
Version: 2.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 170
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-15-credcheck_2.1-2.pgdg+1_arm64.deb
Size: 65036
SHA256: 0c8ec03f473f1e4dffc435b14dfbf99f621340e5ba58f08ff7fd5f4d1882c167
SHA1: 1f294a56505211f4a2d325eb1fe3d7973828ec2f
MD5sum: 037c998d8739a6bd6eb07aab8751ef4e
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-credcheck-dbgsym
Source: credcheck
Version: 2.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-15-credcheck (= 2.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-15-credcheck-dbgsym_2.1-2.pgdg+1_arm64.deb
Size: 66940
SHA256: 993e72bd29ae2916134bd6cd38d2df776591c34a64173e17a8befcfe030684ab
SHA1: 7747c73584725d1881db7bc4dd5b0284dfdaa338
MD5sum: f224e6bbac21a3810c367e618947a2e9
Description: debug symbols for postgresql-15-credcheck
Build-Ids: 2157294553ed7f474cbbb76853e6c787c88d357b
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-cron
Source: pg-cron
Version: 1.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 238
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-15-cron_1.6.0-1.pgdg+1_arm64.deb
Size: 104008
SHA256: b0e4437d70f37db355fe7a0b0d0a5871e56b536bca67c54dafa7509fccc67cb8
SHA1: 9fa844f92d8041f43e908bf2a91ba98898c96b4c
MD5sum: e093bfe45429f74ebe4e05ac02fb69ec
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-cron-dbgsym
Source: pg-cron
Version: 1.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: postgresql-15-cron (= 1.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-15-cron-dbgsym_1.6.0-1.pgdg+1_arm64.deb
Size: 112852
SHA256: 2143cfa1b0f26f152b6994b1a1376688b57d4073ac8478f15d2506cf9d1cc4d5
SHA1: 6024c8ba85e89eb76755d7dd960fdab2407e5101
MD5sum: 48603a90d11ee13e3037862860528527
Description: debug symbols for postgresql-15-cron
Build-Ids: 1219a9277771d2b667460697236002beaab903c5
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-debversion
Source: postgresql-debversion
Version: 1.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 15)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-15-debversion_1.1.2-2.pgdg+1_arm64.deb
Size: 13892
SHA256: 7984026a4cad209253189dce7ef9c19063b768eace3bcda064be03ec8a8107ba
SHA1: a4482c98c0233f8c98e3db6dfe72c68872625b23
MD5sum: 183e4302385247618cc0bbe7cc7251ac
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()
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-15-debversion (= 1.1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-15-debversion-dbgsym_1.1.2-2.pgdg+1_arm64.deb
Size: 18088
SHA256: 589fed49b22bfd249f953813603da5dff4c8e396b236bab4b59e17bb4e2ad156
SHA1: d8cc6f3524500b375296069700eff169b34731a3
MD5sum: be4430c61e5d79ab2d75347f2b66e812
Description: debug symbols for postgresql-15-debversion
Build-Ids: f6e11949b30afbcd6fee68d645e77bab40aceff8
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-decoderbufs
Source: postgres-decoderbufs
Version: 2.3.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 147
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs_2.3.0-2.pgdg+1_arm64.deb
Size: 45300
SHA256: a8da17596703a94276bc04c3118741e273e8ed9ea18d45952c4fc54c4493f266
SHA1: 6bc98dffe038ce26ba0c3b18350b3a9d0ae7ca55
MD5sum: 9343c47ea5812e8bebba4d9af5a32d3b
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.3.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-15-decoderbufs (= 2.3.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs-dbgsym_2.3.0-2.pgdg+1_arm64.deb
Size: 51140
SHA256: cd293120f738eb01a5458731f6f9a7ab90361fef4665eefdef5efbccc5c75aa4
SHA1: f4bae7af49d6a7183a25a444f09c346a54306cc2
MD5sum: ee59b584dd70a871b08898dfe657eb03
Description: debug symbols for postgresql-15-decoderbufs
Build-Ids: 79e30e076874ce507782c6fdcd7e5ea722c68011
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-dirtyread
Source: pg-dirtyread
Version: 2.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 15)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-15-dirtyread_2.6-2.pgdg+1_arm64.deb
Size: 25188
SHA256: 6d5697d53edc245c49ca124c974849b7a9f2c22deea8482aea11c10d45f1d95e
SHA1: c27ca758b9b4581952bbfc6bdc46bc39faec2f1d
MD5sum: 48931ea1041ce19b1899d31a21152faf
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-15-dirtyread (= 2.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-15-dirtyread-dbgsym_2.6-2.pgdg+1_arm64.deb
Size: 32800
SHA256: 4211d6ae3668ccf4d3bfb0c9656822fb33d8d8d61e999d7c38686f3376c8bd08
SHA1: 232b8fbf1df93fa7df473e939edd54a38708745a
MD5sum: 83018b09692f5813513f48d021db085b
Description: debug symbols for postgresql-15-dirtyread
Build-Ids: 34bfb87cafa078e9f77cc62140c4ad367d4544cf
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-extra-window-functions
Source: extra-window-functions
Version: 1.0-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-15-extra-window-functions_1.0-5.pgdg+1_arm64.deb
Size: 15980
SHA256: 5b6fe566ca8d2b9432e333f7222e0c0b18f36bfeaae32fc8773eb0f0fafdcdac
SHA1: c248b1f668bb17ac9eb8af4339b811a1eff474c1
MD5sum: e730d5792339cc594dfeeeef44e0e38d
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-15-extra-window-functions (= 1.0-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-15-extra-window-functions-dbgsym_1.0-5.pgdg+1_arm64.deb
Size: 9596
SHA256: 46aa2f5c3805ccefa33cd722524ea4cf467d99e04d230163829b392e42a9d2bc
SHA1: 2a4834b02b159cc83eace9bf61b2741a7c45550a
MD5sum: 047cd219a26310cc03a76465f3836706
Description: debug symbols for postgresql-15-extra-window-functions
Build-Ids: a23d8109f4e7cf2de89e188fdc0b57b1a120aa3a
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15)
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-15-first-last-agg_0.1.4-4-gd63ea3b-7.pgdg+1_arm64.deb
Size: 8700
SHA256: aaef7ede97bc5b07afc29088b54a9177fc82d94dd9c4a0180878c7d7b3968ba3
SHA1: ff8def870bd859f00489fae1ce483b3f1a9c0144
MD5sum: 72b3dc3be81a30b7658f29f87f16c699
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: postgresql-15-first-last-agg (= 0.1.4-4-gd63ea3b-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-15-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-7.pgdg+1_arm64.deb
Size: 3944
SHA256: 3da08faeb14df95cec30f121d6f9534ca463622ea96d4cc5c50da1e2dcfef90a
SHA1: 7040cd42e7faf55f7acad2c81a64aac410ebe9c3
MD5sum: 42bd5a892660bc45bfb3016a4dc5620e
Description: debug symbols for postgresql-15-first-last-agg
Build-Ids: 34eaddbed9dd4bdd4b75836712b1d571a07ccd64
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-hll
Source: postgresql-hll
Version: 2.17-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 15)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-15-hll_2.17-3.pgdg+1_arm64.deb
Size: 84156
SHA256: f1b8fbda1c0af961bba45a9c76404cf5016bbd850bbc9667a0c5007c49f6136d
SHA1: bbfc8f96840a6e81a236bbc0cb7d430a9c06578a
MD5sum: bda105f355c3b095ca956442f22c0ab5
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-hll-dbgsym
Source: postgresql-hll
Version: 2.17-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: postgresql-15-hll (= 2.17-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-15-hll-dbgsym_2.17-3.pgdg+1_arm64.deb
Size: 91080
SHA256: b1809b14438c96e2c5eb18b4103624e4862389cbffe62bacc1fe6bfdf00ef537
SHA1: f646ff32ef7c39322e29c2ca37e808831ef9892a
MD5sum: 8908760f4940c2908ea0c3a05b3502ee
Description: debug symbols for postgresql-15-hll
Build-Ids: c2c1befe11bd6fe28dd2f10877ab66d3b657612f
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-hypopg
Source: hypopg
Version: 1.4.0-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 188
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 15)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-15-hypopg_1.4.0-2.pgdg+1_arm64.deb
Size: 73656
SHA256: fdd0fad1f0ed60d903188f24768f767833099d02bff94aee6042a8111a69265b
SHA1: b2650f4b7c738d66aedc605693f251ca8cac6d38
MD5sum: a59b055c3fb9d56a107e514aa8e8df45
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-hypopg-dbgsym
Source: hypopg
Version: 1.4.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 105
Depends: postgresql-15-hypopg (= 1.4.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-15-hypopg-dbgsym_1.4.0-2.pgdg+1_arm64.deb
Size: 87260
SHA256: 9e25cc1561e4b129ae5c4b180b23588435d9fb55b5732891d611ff9123459a0f
SHA1: 31665efcef33f44a0917d99ebb29591b45bf87e9
MD5sum: 080ca215cda70dcbdc8c05ff211df45b
Description: debug symbols for postgresql-15-hypopg
Build-Ids: 9e829ad07313033cbc84d31c77896367abb2f8e0
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-icu-ext
Source: icu-ext
Version: 1.7.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 207
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.17), libicu72 (>= 72.1~rc-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-15-icu-ext_1.7.0-2.pgdg+1_arm64.deb
Size: 72636
SHA256: 73a268542dc0e90c3dec1739b1190ea5a47fcd4f14cf55889bf142604d5a831a
SHA1: 40deb6ac90a0d42e6720024e6437ddb82b210baa
MD5sum: 8570366c4e9f802e07a869e0392f9810
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-icu-ext-dbgsym
Source: icu-ext
Version: 1.7.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-15-icu-ext (= 1.7.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-15-icu-ext-dbgsym_1.7.0-2.pgdg+1_arm64.deb
Size: 62808
SHA256: c0ca48d91f9cbc4d0efa5813ee6a2c7b0e2ce10781655764fea478d9f95e2d1e
SHA1: bc199ea30d85c05d7332df755ab3a8833f305246
MD5sum: ed680f0bb6217aff65496822e24d3a14
Description: debug symbols for postgresql-15-icu-ext
Build-Ids: 919bc38bddf8eb76c72eff462a45dbb2104ef6d7
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-ip4r
Source: ip4r
Version: 2.4.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 592
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 15)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-15-ip4r_2.4.2-2.pgdg+1_arm64.deb
Size: 191588
SHA256: bcd6e80976d767df33d67c6b65e2d2da2e80aa8ed0f378bd60170a601b00ce57
SHA1: 5ea8d215335c01dfbcbc358d48fada5bcf27e343
MD5sum: 680dd07c34f77d2fadafde26ed04b65e
Description: IPv4 and IPv6 types for PostgreSQL 15
 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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-ip4r-dbgsym
Source: ip4r
Version: 2.4.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 210
Depends: postgresql-15-ip4r (= 2.4.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-15-ip4r-dbgsym_2.4.2-2.pgdg+1_arm64.deb
Size: 173860
SHA256: d6cd987970fbe3d19f028a63977b871a67411a6d93db961bb90ce6763fe5aaad
SHA1: c016e73839370bc85fc9d8f00ca8f69652ba8d01
MD5sum: 7a039d025ba9724bb9b190c75ee532e2
Description: debug symbols for postgresql-15-ip4r
Build-Ids: 37e76c58eeaba1ec81845f5d14c065f8ea61327e
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-jsquery
Source: jsquery
Version: 1.1.1-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 348
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-15-jsquery_1.1.1-8.pgdg+1_arm64.deb
Size: 132744
SHA256: bed5c3e5db1f0bd9f0fd28947dc743b09b582ae16885173f17ad958da63239ce
SHA1: f9b281b48d1a5474e3bdc0908e7bc645db539c6a
MD5sum: 649fa607917aa1d2be7ad40b1054425a
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-15-jsquery (= 1.1.1-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-15-jsquery-dbgsym_1.1.1-8.pgdg+1_arm64.deb
Size: 93460
SHA256: 9ebd4fd281727a0c4253665216fd924efe5835786a18f7cb2f6dfc6aa92a3c05
SHA1: 64f4b9866f0eb03d401267fc8f194d1ce81c86d3
MD5sum: bea49c9340398faec5177a23b8537833
Description: debug symbols for postgresql-15-jsquery
Build-Ids: 2afee114ca966584cd82469c751554bbed2a53c5
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-londiste-sql
Source: londiste-sql
Version: 3.8-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-15, postgresql-15-pgq-node
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-15-londiste-sql_3.8-4.pgdg+1_all.deb
Size: 20556
SHA256: c1559a9b1ba00e3896dfb40441275c888feea54d0131e3328f64e953921fd85c
SHA1: 8a3318d695c82e6a594446e2a6c7e9f5e37e8efa
MD5sum: e1b618afd7442813343f8fa408f087af
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-mimeo
Source: mimeo
Version: 1.5.1-17.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4485
Depends: postgresql-15, postgresql-contrib-15
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-15-mimeo_1.5.1-17.pgdg+1_all.deb
Size: 128532
SHA256: 1290083eba42e157c26b742e10af64a864659ebd58de2bfb66be38067b983057
SHA1: 1c375a7eb0856fe14e7415330c3c3370ccd5d779
MD5sum: bd4bd7472761f0ecf791c11653fc1d1a
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 357
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.34)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-15-mysql-fdw_2.9.1-2.pgdg+1_arm64.deb
Size: 144580
SHA256: 71c9aa334778b4476bcb5e7bad4b051d881e695c898226f6c36625bc23e1978e
SHA1: 7cf1b8fe56878d4bad55862a25f2116ada51f62b
MD5sum: c7e4b72f0eaf4ce42dfdb40cf32c60f7
Description: Postgres 15 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 15.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.9.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-15-mysql-fdw (= 2.9.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-15-mysql-fdw-dbgsym_2.9.1-2.pgdg+1_arm64.deb
Size: 164420
SHA256: 26e678afc3d6d06216eeb4fcbeef2edcfdfb11e6c26d38b960849e32723169cd
SHA1: a282e7a94a2a8a3e9f6d8c30e6bdbf40a7428c7f
MD5sum: ae19fd033e3811125906a577e19cd914
Description: debug symbols for postgresql-15-mysql-fdw
Build-Ids: 0e97d86cc0c63994ae17eeab4ff57f3d406e6aa4
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-numeral
Source: postgresql-numeral
Version: 1.3-6.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 256
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 15)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-15-numeral_1.3-6.pgdg+1_arm64.deb
Size: 79944
SHA256: d503181f024144d4529af655edb763e7be028d76434b727a07b1ffc51576de97
SHA1: 944f669ab788b5f89220015ec5bb53f49bb421ab
MD5sum: 0806429579e9e79f411c17b9473dd0c1
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 61
Depends: postgresql-15-numeral (= 1.3-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-15-numeral-dbgsym_1.3-6.pgdg+1_arm64.deb
Size: 39988
SHA256: a083f2f517d63319975a496eba64f7d15d5f12a5bcc59dd56adc4c9478140c1a
SHA1: 2049be6c819fc1bee8f7f822d2dca7e518f9826e
MD5sum: eb18407b575e561cf255ff24b06d87c4
Description: debug symbols for postgresql-15-numeral
Build-Ids: ce417143dd80ff8b609284ef65f9b3ee9be7cc75
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-omnidb
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: libc6 (>= 2.17), libpq5, postgresql-15, postgresql-15-jit-llvm (>= 15)
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-15-omnidb_3.0.0.20201026-5.pgdg+1_arm64.deb
Size: 22616
SHA256: ccb553fcfb1d75ada8c0d9c40fc52a5b8bf2d9145987ad9247fa5edc0a9c59ac
SHA1: df92b9f483fde6f928f2b1055b43fff7e5b247f9
MD5sum: 8365540b33fdb2c7d9e878083b5660db
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL omnidb_plpgsql_debugger extension for
 interactive PL/pgSQL debugging in OmniDB.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-omnidb-dbgsym
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-15-omnidb (= 3.0.0.20201026-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-15-omnidb-dbgsym_3.0.0.20201026-5.pgdg+1_arm64.deb
Size: 41780
SHA256: 37b08c5f83fb47ddd4015a64b67064c5de3b196a6f92ab1330014b6482eb7343
SHA1: e0b134dbd8dd2eafcf8faea36056424dad664099
MD5sum: d90eba7fb8ae6f402f258b465a753be5
Description: debug symbols for postgresql-15-omnidb
Build-Ids: 4c2cfd5020fbc9f5a013abe79a2c97cbc002372b
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-orafce
Source: orafce
Version: 4.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1144
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-15-orafce_4.6.0-1.pgdg+1_arm64.deb
Size: 391572
SHA256: 14dd1b15c8a787325fd4500354578deb671d917b826a75b012175b825ee1afc9
SHA1: d381cb858bf1604805852b3e5df31b483e799e75
MD5sum: cd5c753d57094f2675a4be1dd57d88cf
Description: Oracle support functions for PostgreSQL 15
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-orafce-dbgsym
Source: orafce
Version: 4.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Depends: postgresql-15-orafce (= 4.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-15-orafce-dbgsym_4.6.0-1.pgdg+1_arm64.deb
Size: 284728
SHA256: 537caad2e1116bbc516e43ad0cbf61eef844084f8baead3e28d5450a9509b766
SHA1: 8a71f44915dc7381afccec7d93a490d17f168c8a
MD5sum: 96acdfd4a3766e4c3664ad6fe21d4831
Description: debug symbols for postgresql-15-orafce
Build-Ids: dd98c9be0f6a6bc7d907a12c05de007ad1145b8c
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-partman
Source: pg-partman
Version: 4.7.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6854
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-15-partman_4.7.4-2.pgdg+1_arm64.deb
Size: 256972
SHA256: 2bb7a9c018a3c2838bb4fe564d86d89fd7660a79c36f276cf942ecf28f9a17ac
SHA1: e7207f18210eb50e66823316e8ce9583ddee29eb
MD5sum: 110fb1973a09b1bb38f18fdc0afa1ac6
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-partman-dbgsym
Source: pg-partman
Version: 4.7.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-15-partman (= 4.7.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-15-partman-dbgsym_4.7.4-2.pgdg+1_arm64.deb
Size: 21400
SHA256: 73fcee989e69df6eb445960ad1a071c32533fe7f20c4ca7b24c098135a1c6ee0
SHA1: 38673ad90c8062b1e12543179d928ec149c9a09a
MD5sum: 8745c1bcce9f9fff12c0c2ccaf4b37da
Description: debug symbols for postgresql-15-partman
Build-Ids: 0d34fb10a2e811089a9c917e074084a7f11dcaf3
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.12-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 15), postgresql-15-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile_1.5.12-2.pgdg+1_arm64.deb
Size: 30144
SHA256: 892bd42ce533fa297dcf14de8242ae97abfd5eaace9150205ff6398fdbd9fb55
SHA1: 3a2009817e78f693b2996ae86c581e5f02926670
MD5sum: a6cab898e25f2674111404e7da266fef
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.12-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-15-pgauditlogtofile (= 1.5.12-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile-dbgsym_1.5.12-2.pgdg+1_arm64.deb
Size: 26156
SHA256: f91e4af54d0bd8b8553d4c671955ff37948aba951ef066980ceeb2175d9df126
SHA1: 0169275613eadd08d00625c981580cbe970315e0
MD5sum: 863c3520720de6aba393c7bc775c43a8
Description: debug symbols for postgresql-15-pgauditlogtofile
Build-Ids: 55380ae55d0f3989e57c38d73a3da5d7cc15dc55
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pg-catcheck
Source: pg-catcheck
Version: 1.3.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: libc6 (>= 2.34), libpq5 (>= 9.0~), postgresql-15
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-15-pg-catcheck_1.3.0-7.pgdg+1_arm64.deb
Size: 33992
SHA256: 05fff4c11f02f62e6529aa1fb52fb388befb8e2bd21e56a8d51fccc56eac4512
SHA1: 6ed3f9bd84b06e1d2c7c324198830f3202db130a
MD5sum: 07f4af951532cc21c982dab9db75ca12
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.3.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: postgresql-15-pg-catcheck (= 1.3.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-15-pg-catcheck-dbgsym_1.3.0-7.pgdg+1_arm64.deb
Size: 36836
SHA256: 6b062a92080dea5e6a1275e156acd5bc5e9afce897afe9994909557dbaf7f826
SHA1: eae83a35b103972573020fca81a4e5a78d0a5a9f
MD5sum: bc92dec6718a55d4a13827dfc40bcf7d
Description: debug symbols for postgresql-15-pg-catcheck
Build-Ids: 58544fd3ebcd1cd8343f91914c780f219c681d63
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pg-checksums
Source: pg-checksums
Version: 1.1-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: libc6 (>= 2.34), postgresql-15
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-15-pg-checksums_1.1-6.pgdg+1_arm64.deb
Size: 35336
SHA256: e54514d8c7a7b0745c13b86b6eda42e54cb77f3a877b3bae2932871535d6ba15
SHA1: a052b91f6aebbe98d1fe805ec0131d6a39ccb6b0
MD5sum: 44a73bd436a5fd2655760ecb5d86050c
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-15-pg-checksums (= 1.1-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-15-pg-checksums-dbgsym_1.1-6.pgdg+1_arm64.deb
Size: 22568
SHA256: 80c5db1a0e96156987a1a368063de5b6438053fa478a7664a517d84611e4cbc7
SHA1: d7fce697c94a7e672af6132c19b075e4bd547047
MD5sum: eca35b4e5dffbdaff438478b93ab7def
Description: debug symbols for postgresql-15-pg-checksums
Build-Ids: 4326056ddd13aa66a7175afae1493174d68bc84e
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pgextwlist
Source: pgextwlist
Version: 1.17-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-15-pgextwlist_1.17-2.pgdg+1_arm64.deb
Size: 37080
SHA256: b6eb6c536eade16b9fe74c8aef37b6dd2fa75434a61a52d6a1fc9e23be47315e
SHA1: add2b4bd6c6432c17ff38b7e0c3cfd625d03b2c4
MD5sum: d23d8f33427aca28620dad834a60cfd8
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.17-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-15-pgextwlist (= 1.17-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-15-pgextwlist-dbgsym_1.17-2.pgdg+1_arm64.deb
Size: 53288
SHA256: d7f82ca2ee8d3ab593d570f34fa6349863805c4feb704327347bd274ddc3b14e
SHA1: 469e69cf5296a106fc9a6263c976482fd145cf22
MD5sum: cb340fda2203628b013ada741ec90c8d
Description: debug symbols for postgresql-15-pgextwlist
Build-Ids: 2bd99d329423498556a82dff5d0d9b0398d299ad
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pg-failover-slots
Source: pg-failover-slots
Version: 1.0.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: libc6 (>= 2.17), libpq5 (>= 9.0~), postgresql-15, postgresql-15-jit-llvm (>= 15)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-15-pg-failover-slots_1.0.1-2.pgdg+1_arm64.deb
Size: 41628
SHA256: ece826417bb8bdcbf47890428d8ad2c8dfd6ee0f7901b21eb1e509e631879ec9
SHA1: 44f9bc16070845d5423ba648013dc59de6e9cd05
MD5sum: ee250b3f3744ed11e7bf29d05a6daf63
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.0.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-15-pg-failover-slots (= 1.0.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-15-pg-failover-slots-dbgsym_1.0.1-2.pgdg+1_arm64.deb
Size: 40720
SHA256: 7c16ca2c8d9b32a8496b0d698180c76507ddcb6a00b8a69147d4b36c44510f81
SHA1: 888551dea54d23247589b28a25e2584062d6c734
MD5sum: b7b9471187c3ddc9efb0c0d8154ddd77
Description: debug symbols for postgresql-15-pg-failover-slots
Build-Ids: 2221f944ec753e1dd9e3481633a1f2b469be2cf2
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pgfincore
Source: pgfincore
Version: 1.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: libc6 (>= 2.34), postgresql-15, postgresql-15-jit-llvm (>= 15)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-15-pgfincore_1.3.1-1.pgdg+1_arm64.deb
Size: 32532
SHA256: 9ee456cf599a30a7da21a9be074e48c24662115d035d72afcdfdec0f55bcf4c7
SHA1: 3c6afd1d31f5f497b54a02f2e82bf15f7a8187ab
MD5sum: 20e44da37a118bd49e2650ecf5f19d67
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pgfincore-dbgsym
Source: pgfincore
Version: 1.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-15-pgfincore (= 1.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-15-pgfincore-dbgsym_1.3.1-1.pgdg+1_arm64.deb
Size: 40664
SHA256: 549a9c4a6a6399ec2b2102fd1e6be983b02b0877ff7c5cfa7710e982e2a483f6
SHA1: f3588977a7422657b2a87d7669856663afcf15d3
MD5sum: 2c8335fc1ca0248a848072b0aff13910
Description: debug symbols for postgresql-15-pgfincore
Build-Ids: 92fba7e04f2e6329a7b74a9969ead8b614914310
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pglogical
Source: pglogical
Version: 2.4.3-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1277
Depends: libc6 (>= 2.34), libpq5 (>= 9.1~), postgresql-15, postgresql-15-jit-llvm (>= 15)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-15-pglogical_2.4.3-2.pgdg+2_arm64.deb
Size: 433260
SHA256: 3028aa292119dece4d1b29f45844ddc8f8734aedaa22fc6d3dc0108d608b8463
SHA1: ee9a77187df8f72ef0d49ae160f8b1c94dd95c11
MD5sum: 83f44839ac180f2c59f2713bb0546f83
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pglogical-dbgsym
Source: pglogical
Version: 2.4.3-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 452
Depends: postgresql-15-pglogical (= 2.4.3-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-15-pglogical-dbgsym_2.4.3-2.pgdg+2_arm64.deb
Size: 387136
SHA256: f80a004da480587d77192b2a78acb58d9c413f4022e695b356375c89c721eec4
SHA1: 3698a40cbe41bda6a54c83e95326159ebf8b385b
MD5sum: 7c05e3c316de0f3f1b29c51e9612962c
Description: debug symbols for postgresql-15-pglogical
Build-Ids: 448eb20df05e1ffbf6f66696e85fe87d2596b513 7b52c48a456f9420ef27a9b8f3b667459c9dadc6 e325e6604ed9599e877db6f9d11108a23a4a0d52
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), postgresql-15-pglogical, libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-15-pglogical-ticker_1.4.1-6.pgdg+1_arm64.deb
Size: 20852
SHA256: 2da496b27b34eaa72fbe03eafa847da9abc0cce0c2949a4304028848347fee2f
SHA1: 6f48523ff81b45ad3b9f4dba79783079fe0625a7
MD5sum: be99b8f68ab757f507fe47c785a1ba96
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 15.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-15-pglogical-ticker (= 1.4.1-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-15-pglogical-ticker-dbgsym_1.4.1-6.pgdg+1_arm64.deb
Size: 14692
SHA256: 5476d52f328e29bdba0b2299e1e7a93e668fb19eaf98a86f209554c6e00994e7
SHA1: 115107dd8d421708e6c6a3fcf6eda6b4790c1b83
MD5sum: 413fa837cf9a2f8d000e5509a16d893f
Description: debug symbols for postgresql-15-pglogical-ticker
Build-Ids: 20bbf30c2a6b468f9f6e5094d97a98f3657d1507
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pgmemcache
Source: pgmemcache
Version: 2.3.0-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.17), libmemcached11 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-15-pgmemcache_2.3.0-13.pgdg+1_arm64.deb
Size: 51848
SHA256: 5214b7503213b46f4f15348654f751edcd91bc504a367629a598371a922f8c93
SHA1: 8b1a052e5ac22acb0eb0324fd09c712428f817da
MD5sum: 1ecdf031889040393e88cd9fbcc6b558
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-13.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-15-pgmemcache (= 2.3.0-13.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-15-pgmemcache-dbgsym_2.3.0-13.pgdg+1_arm64.deb
Size: 48168
SHA256: b9c8dcd5e7f718a95b01b76684fb88a3269d845ff96914b1ec4ae5198448d125
SHA1: 86e0de28902e3b6cbda4307a67650108cc08b8cf
MD5sum: f7a2877f669768634120970f60c82bca
Description: debug symbols for postgresql-15-pgmemcache
Build-Ids: 6ce530d7a83d9df0cbfc516f53abc4d822f42989
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pgmp
Source: postgresql-pgmp
Version: 1.0.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 416
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.17), libgmp10 (>= 2:6.3.0+dfsg)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-15-pgmp_1.0.5-2.pgdg+1_arm64.deb
Size: 108944
SHA256: a9b0cf5cf159b9171690a38583314256dceee3b7b44a05c9a75989e2b2e8b953
SHA1: a45121f19b647b1d2ac763982c09f9527fbebabf
MD5sum: 5fb36948adda4bdaadc2ec967166c87a
Description: arbitrary precision integers and rationals for PostgreSQL 15
 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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-15-pgmp (= 1.0.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-15-pgmp-dbgsym_1.0.5-2.pgdg+1_arm64.deb
Size: 64276
SHA256: 898d4f86f87882ebb08a38f66639d003d6c40431f0443144d351fa73006184b3
SHA1: fe435820ad20e1f8c9dd619189f93bcd5cc71147
MD5sum: 570697e470bd1df07fbb97e1d44de2b6
Description: debug symbols for postgresql-15-pgmp
Build-Ids: 3f62495d793bcaa2510558929bb0c26b2dde2d55
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pgpcre
Source: pgpcre
Version: 0.20190509-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.17), libpcre3
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-15-pgpcre_0.20190509-6.pgdg+1_arm64.deb
Size: 18836
SHA256: 87310bd9ce553b01d15fc3681d61bc62ec70bb0bfe4d3f6db6e27cdff1596579
SHA1: 499002eeee9d3ac4ca1b5ab9118cf5343dc5832c
MD5sum: 7732bd05de528eab06f966a3bafc5a13
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-15-pgpcre (= 0.20190509-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-15-pgpcre-dbgsym_0.20190509-6.pgdg+1_arm64.deb
Size: 15224
SHA256: bc1f909a0cfc9d103f7920bfb3992f7255887bf22b62e200545c686186b06d84
SHA1: 90c57060f6af23fab7030cd59f9cb780ab7881df
MD5sum: 09eb4039bdb9baea4fd7229004ec5024
Description: debug symbols for postgresql-15-pgpcre
Build-Ids: 94dcaa95ce2b93f1f198aa634a5218edcd0fd4ec
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pgpool2
Source: pgpool2
Version: 4.3.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 439
Depends: libpgpool2 (>= 4.3.5-3.pgdg+1), postgresql-15, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2_4.3.5-3.pgdg+1_arm64.deb
Size: 161004
SHA256: 83fa769c0f12b5d4ef69774ff80a6f8a1086bf4a61f01d4acfa653877e27a524
SHA1: 09243bfde4ec547b0ddf22818f53f55c75f8e34a
MD5sum: 89d034e3c998920dec08d6e7b1f9fa22
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 15 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-15-pgpool2 (= 4.3.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2-dbgsym_4.3.5-3.pgdg+1_arm64.deb
Size: 51104
SHA256: 08b1144d602cd2be8ed86e36617d734468a17ccc965bf71377a9b5ef386320b3
SHA1: 5241f36dbaef2bd26942e1e9e90dc28a1bff8f03
MD5sum: 36c3e8c1ec35b0a4cf859be9549d6ace
Description: debug symbols for postgresql-15-pgpool2
Build-Ids: 2a3dfdf4c8dad89f208feb62675897177631e670 830a088bdb48b9c796476ebf318f83d463c06ccc ffd1b565c3ed7830eb4db3692e2afc21e9e10404
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pgq3
Source: pgq
Version: 3.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2239
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 15), pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-15-pgq3_3.5-3.pgdg+1_arm64.deb
Size: 146188
SHA256: b573524229f5d4ea27af9d211d266fd747f7b0e878e61a73df64a68e62a2b49a
SHA1: 67851ef45c01360bf17be617e2d6cab61f6b6337
MD5sum: e105973412a95f8fa85c42b68827d936
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pgq3-dbgsym
Source: pgq
Version: 3.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-15-pgq3 (= 3.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-15-pgq3-dbgsym_3.5-3.pgdg+1_arm64.deb
Size: 77900
SHA256: 1f2f3ee624d5fb1a9d4592e334d63a28157cd3a897d51a71564405d478cb975c
SHA1: 963221fc18c5cbd65223f398ea6e54dd4900b637
MD5sum: e9126ac899cae4bbe268f26322dfdbc6
Description: debug symbols for postgresql-15-pgq3
Build-Ids: 442aa07f7aa2e1654d0bcaa9bcc061b8cfcceadd de256d598f2f7bd221ee4d2854b7961be1f39f8b
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pgq-node
Source: pgq-node
Version: 3.5-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 538
Depends: postgresql-15, postgresql-15-pgq3
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-15-pgq-node_3.5-5.pgdg+1_all.deb
Size: 12748
SHA256: 984bb90ad8d7d1895ac39c49141817936d4bd9bf8ca2a4411d020aa767568b2f
SHA1: ffa1f470769a85045673633c7666a4eb3ab84ca5
MD5sum: d40248daddefe9c654486998ced0bcc9
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pg-qualstats
Source: pg-qualstats
Version: 2.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 209
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 15)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-15-pg-qualstats_2.1.0-1.pgdg+1_arm64.deb
Size: 62080
SHA256: bba7d53b56c6fcaf8dda2367bf1642a50f2529480250224763658c395009f7f0
SHA1: 724fd41833556e8ce01b6cbd3fbf01fe0b7f0883
MD5sum: 3149b4974d0d11c87dec9e0993338815
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 78
Depends: postgresql-15-pg-qualstats (= 2.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-15-pg-qualstats-dbgsym_2.1.0-1.pgdg+1_arm64.deb
Size: 60820
SHA256: d801affb59231441028c3e65b387dd376e4e31a8c91a269cfa450bc3f859b3ca
SHA1: 01f5d6d8476417c439b1ac5e8b545726af99ebfc
MD5sum: 0a5e03a9a6d2a5ac7144619ca8541896
Description: debug symbols for postgresql-15-pg-qualstats
Build-Ids: ceb57d88596a6700049fa9e908e882e4113666f8
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pgsphere
Source: pgsphere
Version: 1.3.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1698
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1), postgresql-15, postgresql-15-jit-llvm (>= 15)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-15-pgsphere_1.3.0-3.pgdg+1_arm64.deb
Size: 567952
SHA256: ca4d21af5fce35da72e9eb06ad50c01f6308e82387b040f377f2e0032b1e99be
SHA1: 3a2ac317dabc52052d125e88402bc2b90f7e8d15
MD5sum: 2ad985a97d72b73f1f539ca0d044237a
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pgsphere-dbgsym
Source: pgsphere
Version: 1.3.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 388
Depends: postgresql-15-pgsphere (= 1.3.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-15-pgsphere-dbgsym_1.3.0-3.pgdg+1_arm64.deb
Size: 330904
SHA256: d4df83506e044755bce7bf67827ed80a0b068a22817585a4f799d9142ad32936
SHA1: 7f813a36ce642700b9475fc05f700e0b72b0468d
MD5sum: 8da901df844555856ec6d6f6cb688296
Description: debug symbols for postgresql-15-pgsphere
Build-Ids: 6ef1be5f5110495c6acbc843cf6de5578362b203
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.2-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 169
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 15), postgresql-contrib-15
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-15-pg-stat-kcache_2.2.2-2.pgdg+1_arm64.deb
Size: 40640
SHA256: 2e5ec1c24e52c9e01d760c03235a8feeef52c7458677ad6a625351c42cf83728
SHA1: 4341e2684e195a0b7712c694c23ee2b7f48b7453
MD5sum: 8cad1b90b02c3e5661c7c03728cfda52
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 57
Depends: postgresql-15-pg-stat-kcache (= 2.2.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-15-pg-stat-kcache-dbgsym_2.2.2-2.pgdg+1_arm64.deb
Size: 39972
SHA256: 406c6d84b39132f6991612b9ef919a16ef6d9e632b290567b654f4f98a8c4f58
SHA1: 1c71b5650517cb650000735362d9b8d8af3910c3
MD5sum: 4a1ce63db33f6b5be9d3cebf5da29148
Description: debug symbols for postgresql-15-pg-stat-kcache
Build-Ids: c76bacd1fb4455db805dcc33f3fc0ba263aa2469
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pgtap
Source: pgtap
Version: 1.3.0-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1774
Depends: postgresql-15
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-15-pgtap_1.3.0-3.pgdg+1_all.deb
Size: 61060
SHA256: e8e16ea1519dd8bc51720cf49ff511cb119e8de765aff2be457e2fb64e1f332a
SHA1: 03b97f33a9c3f2bbd3a77d97993494b6998655d2
MD5sum: 409f51bcd7ecaa77146d44e2641eb488
Description: Unit testing framework extension for PostgreSQL 15
 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 15.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pg-track-settings
Source: pg-track-settings
Version: 2.1.2-2.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 150
Depends: postgresql-15
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-15-pg-track-settings_2.1.2-2.pgdg+1_all.deb
Size: 9764
SHA256: 36c5c3d90a45e6e0e4e440d0da8e3be7ee4948a1de1a519faa1414dfa3986147
SHA1: 885b1a1abe515eb7904dd5359d12deaf23fd8423
MD5sum: 8c6918a58f8e3a72d60a4c32be08263b
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pgvector
Source: pgvector
Version: 0.5.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 449
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-15-pgvector_0.5.0-2.pgdg+1_arm64.deb
Size: 171752
SHA256: aa0f111f7d9418584625b8149fbefcef8cd5e48336a364016535e1f0b162c418
SHA1: 3f0bb558ce5eac218a2c465febd70906a7c32498
MD5sum: 62dc3ae2a3a501c5209544fc7f344724
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pgvector-dbgsym
Source: pgvector
Version: 0.5.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 197
Depends: postgresql-15-pgvector (= 0.5.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-15-pgvector-dbgsym_0.5.0-2.pgdg+1_arm64.deb
Size: 169556
SHA256: 4c7cb7b74945850fd66e7a7dd080d5e4814bd6ac44b6f835740a500501248aa4
SHA1: d5c2269db8f95a078cf5ba5c23a77bc897fbd418
MD5sum: ef5e8a5c16105b5fb2a9ee683ff74cde
Description: debug symbols for postgresql-15-pgvector
Build-Ids: 0e3f9a162df11f2234f75f1249cdb9ecb0508b8b
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 137
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 15)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-15-pg-wait-sampling_1.1.4-3.pgdg+1_arm64.deb
Size: 41216
SHA256: 258454465822433dc5e3df94a40d18a71d07ce73bb69477419aa5c67eff496c1
SHA1: 1c25bcc50373866e4ae8be8efd32f09158457c25
MD5sum: 17eb9769bda3ab7fc2d93d7574a4594f
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-15-pg-wait-sampling (= 1.1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-15-pg-wait-sampling-dbgsym_1.1.4-3.pgdg+1_arm64.deb
Size: 51824
SHA256: cd10790985d239198e94d20f26b49c5878e2416cb8e212f4345905b78a60bb18
SHA1: df86a3938ae35f5b4a692543118d5ca115937286
MD5sum: 6b9ab16bfb0d849fe87a1e7972b58979
Description: debug symbols for postgresql-15-pg-wait-sampling
Build-Ids: 8584c78362c28c02e7239b4a702d87e16d337ce4
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pldebugger
Source: pldebugger
Version: 1:1.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 216
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 15)
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-15-pldebugger_1.5-2.pgdg+1_arm64.deb
Size: 84248
SHA256: b7336e8b8fa772c2f641066af6aafec114dc8691cea107d51caa0ba1eeb188b4
SHA1: 3da68806c1306d280617b579dfd0ad6609b364ab
MD5sum: 64e2df588e22bd1e0220adc611ec23e6
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 122
Depends: postgresql-15-pldebugger (= 1:1.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-15-pldebugger-dbgsym_1.5-2.pgdg+1_arm64.deb
Size: 103200
SHA256: c35f7762fa867d73b0edd28d3b2e24c121c456b5748afc9be4f846615ecbc07f
SHA1: fd4b95b1aa30c0248d92c282654380e21d079b6a
MD5sum: e75538486a4e355367ba4a7e8ac8ab58
Description: debug symbols for postgresql-15-pldebugger
Build-Ids: 2fbb687441eec669e4f0eabea9b4208664aa5561
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pljava
Source: postgresql-pljava
Version: 1.6.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1358
Depends: default-jre-headless | openjdk-17-jre-headless | java-runtime-headless, postgresql-15, postgresql-pljava-common (>= 1.6.6-1.pgdg+1), libc6 (>= 2.34)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-15-pljava_1.6.6-1.pgdg+1_arm64.deb
Size: 917404
SHA256: 4366a2fa285eeb3705c4d9d9435386936e02616123d6a75fc8e6c89c92fef436
SHA1: 00fe14686806fb6726ddc66ad5e4646626ffb763
MD5sum: cb153f7e84bf1bc14a12973fdd6fe6fc
Description: Java procedural language for PostgreSQL 15
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-17-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 363
Depends: postgresql-15-pljava (= 1.6.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-15-pljava-dbgsym_1.6.6-1.pgdg+1_arm64.deb
Size: 300744
SHA256: 364a4437af8f7553bc822785c436c8dd0f2021f021f1846b7a5b6c4c52d8be1c
SHA1: 249390aa95c6ec834256ce4e338cce6622918c1a
MD5sum: c1066db7b2f7475286fca5395b360be3
Description: debug symbols for postgresql-15-pljava
Build-Ids: b50a1859f741d25d48ceed04f2d17fe758d20dea
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pllua
Source: postgresql-pllua
Version: 1:2.0.12-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1025
Depends: postgresql-contrib-15, postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-15-pllua_2.0.12-2.pgdg+1_arm64.deb
Size: 387672
SHA256: e1aad963b97d2f57c588b4f6451a0b7ac5e9e4d2397bc14721f1f30b871a19b3
SHA1: 16c04fe35423c21e3f7f5839b5fc74312172cdfb
MD5sum: e56956be133ce3e79a4f1c158d9d5185
Description: Lua procedural language for PostgreSQL 15
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 368
Depends: postgresql-15-pllua (= 1:2.0.12-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-15-pllua-dbgsym_2.0.12-2.pgdg+1_arm64.deb
Size: 321212
SHA256: 0da6a9756a386b6fe0ed1e3a60f074cc4577ad25dd26097a1d104ebab9fa67fc
SHA1: 0314232795da9e0dd0816e3749766402e5d08e5d
MD5sum: fbd61c002a63bb2b1bcaf92cd7bc6252
Description: debug symbols for postgresql-15-pllua
Build-Ids: 0a0dba68b60784e202dc6c169e41804836186f44 22dce93845d2979764afd7ed0672a7f859e6fd06
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 731
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.5.1-1.pgdg+1_arm64.deb
Size: 341564
SHA256: e6b8264955e884ec9fe30358d06d8d664dfff73e48df9b5d28b26f09e7928ff7
SHA1: 97c2f12c0570f4e777ca9484e2f4394c87b9a43e
MD5sum: 8e44d9ff6c6ef6c1dc68c8df86508b35
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 331
Depends: postgresql-15-plpgsql-check (= 2.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.5.1-1.pgdg+1_arm64.deb
Size: 297096
SHA256: 96ca4beab7687a96b2a9bd06c7d983c7873709967ff18f7ce517730c0d66af17
SHA1: 7a438db62bb25728b47499e43ac9e7b55bcab83c
MD5sum: c6698048598415628699a2262cb7ead2
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: 0729d10ca43a07a53210340a53b6e0f997b59b6b
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-plprofiler
Source: plprofiler
Version: 4.2.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 170
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-15-plprofiler_4.2.4-1.pgdg+1_arm64.deb
Size: 53304
SHA256: 5d940594d187a939683e3cb3287d6cc4f3b8b3c45082c0639fd83962a1740611
SHA1: 57a09b5ceeb7cde48286ce1a8f3871712b07b10d
MD5sum: 1991f7558898b13b84a6c53a58439073
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-15-plprofiler (= 4.2.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-15-plprofiler-dbgsym_4.2.4-1.pgdg+1_arm64.deb
Size: 65556
SHA256: 182cc7a45ab64aa62ddfd8a1bb765a57727455c51d5e2da40b0c5efd5694151b
SHA1: 2d7d8b216e4b09a0fe5b05e7ac0f37085d0b03a7
MD5sum: 232d2e60dc1d3765d5ea09308450a173
Description: debug symbols for postgresql-15-plprofiler
Build-Ids: d639a11fdf9a32ff17259cb46feda92724ff69b9
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-plproxy
Source: postgresql-plproxy
Version: 2.11.0-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 366
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.17), libpq5
Homepage: https://plproxy.github.io/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-15-plproxy_2.11.0-11.pgdg+1_arm64.deb
Size: 152456
SHA256: 1c7c9a324bd3b013dbe08e1eda1a9fd81376832dcf7800fd103a4d13f6e3baf1
SHA1: c620c7cf54634c88e7e0f1d2270212de7ced6569
MD5sum: 8d6fb9c0962e72997e8d6a97dc49ecae
Description: database partitioning system for PostgreSQL 15
 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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.11.0-11.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-15-plproxy (= 2.11.0-11.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-15-plproxy-dbgsym_2.11.0-11.pgdg+1_arm64.deb
Size: 123320
SHA256: adbc6fcca1f2c1dcc16b25db6a849f9d8d242a43191632579047a19c5a431c7c
SHA1: 92446c2cb2e018fa8e47ade8b487155cf4919ae3
MD5sum: 5f1030fea2cc4c0878eaac932ee0301c
Description: debug symbols for postgresql-15-plproxy
Build-Ids: cb378b72d5d3c5577a185f3121808b8e0ba5346a
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-plr
Source: plr
Version: 1:8.4.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 360
Depends: r-base-core (>= 2.10), postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.33)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-15-plr_8.4.6-2.pgdg+1_arm64.deb
Size: 157040
SHA256: 10b95c50ca496ed5b57546feec8c9c90e0695091e31cc5239c2f3769aa8f81b6
SHA1: 995a622f4e25cdff00d3a155809a76941bbc6a4d
MD5sum: 2024bd7f3cb370fb5eda6ddd448f9b7e
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-plr-dbgsym
Source: plr
Version: 1:8.4.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-15-plr (= 1:8.4.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-15-plr-dbgsym_8.4.6-2.pgdg+1_arm64.deb
Size: 130108
SHA256: 6f05dfe4d8e5d7e01ab2193ad287e942eb2a10ef2ae5d3109c10f5e2ef211e30
SHA1: 9a30b69406bb3fdef4cf8279344610770749fca4
MD5sum: f4fada4e69b3f4ffeefe74fc25bedbc2
Description: debug symbols for postgresql-15-plr
Build-Ids: 944d688d0c3137e79151fb163bc5b13ae9d9f6f0
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-plsh
Source: postgresql-plsh
Version: 1.20220917-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 123
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 15)
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-15-plsh_1.20220917-2.pgdg+1_arm64.deb
Size: 32176
SHA256: e3fb4c050dedd70e9414c79eb0657b7ee28617a845720a2186e1a8a187720a8e
SHA1: bbede97fa2c2c0289353eac51291fcfee3f43d99
MD5sum: 1e936402a615403fe8d070c976b7fdfb
Description: PL/sh procedural language for PostgreSQL 15
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in a shell of his choice.  You need this package
 if you have any PostgreSQL 15 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20220917-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-15-plsh (= 1.20220917-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-15-plsh-dbgsym_1.20220917-2.pgdg+1_arm64.deb
Size: 45400
SHA256: fb964b4e7c31c848f14081ce36aeaaad47e4f090c7368f822f9ece1294e44861
SHA1: 69a314ae6d7d82e1f6c5096887f6a270e284e234
MD5sum: 1bcc659e926f1f953193f172d0751ea6
Description: debug symbols for postgresql-15-plsh
Build-Ids: 1c717aebcb1d1a53e8514b0a69dcd59552b261d6
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pointcloud
Source: pgpointcloud
Version: 1.2.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 529
Depends: libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-15-pointcloud_1.2.5-1.pgdg+1_arm64.deb
Size: 108384
SHA256: b295dc7b2e56b6ab7259fc9598ec9042ba390daf35c6ae750cc3893f2803e64e
SHA1: 9033cb880873283ac1e9ac1bdf41e1174c633996
MD5sum: c3d837a5657b6e930513f85c042d76e6
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 205
Depends: postgresql-15-pointcloud (= 1.2.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-15-pointcloud-dbgsym_1.2.5-1.pgdg+1_arm64.deb
Size: 173592
SHA256: e870f2ae553b49cdd5068fe21dd5629cd0dc2069de777657bc269218decf6968
SHA1: 5ff39ad077673624d8bae72df7be48d8f6c56f49
MD5sum: 9e390c674d727caf0d07f8d801d83e84
Description: debug symbols for postgresql-15-pointcloud
Build-Ids: 5216846fe3b54699669c15100ced5eb66b821ce3
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-powa
Source: powa-archivist
Version: 4.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1578
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 15), postgresql-contrib-15
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-15-powa_4.2.0-1.pgdg+1_arm64.deb
Size: 54384
SHA256: cdfd7f45d5546fa920dfb067fa0d47e45a775dfc785a3bc44eb646f55aeb6e4b
SHA1: 33ea159a8cb0b05124151f80875abb6cb2e44f80
MD5sum: 171282e5b3da93c1b9ddcdb811b0f89a
Description: PostgreSQL Workload Analyzer -- PostgreSQL 15 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-powa-dbgsym
Source: powa-archivist
Version: 4.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-15-powa (= 4.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-15-powa-dbgsym_4.2.0-1.pgdg+1_arm64.deb
Size: 35192
SHA256: 67e45ae0499be2fbfa07f774b63d6db822feb7ec1d667bd5735d95db400d0401
SHA1: d9a10cff931ec7b3bbd18a0c98cb703c4c9472e5
MD5sum: c525eab89007a54c9afed727435affe0
Description: debug symbols for postgresql-15-powa
Build-Ids: 98287cbda6842d8bcb67485cf901d25d28b7a557
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-prefix
Source: prefix
Version: 1.2.10-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 15)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-15-prefix_1.2.10-2.pgdg+1_arm64.deb
Size: 42284
SHA256: 6d06488434e6a8c6992078faf4d2bee7d8e0225de291b6f316f66a51f38f8217
SHA1: 1857100c8c9ed28b60ba5568dd60e9a0b789bd69
MD5sum: 5f3cd622ee165e0f9564d7a439b2abdb
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-prefix-dbgsym
Source: prefix
Version: 1.2.10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-15-prefix (= 1.2.10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-15-prefix-dbgsym_1.2.10-2.pgdg+1_arm64.deb
Size: 43276
SHA256: b78caaba6885bec9e8987c6335003c22ff25960c97dfc1836ed883949910e743
SHA1: d8963e4e0a1bd1498e5d0a3c851f5baae26565e7
MD5sum: 31b241ada70208c3f6b33a4e52660138
Description: debug symbols for postgresql-15-prefix
Build-Ids: c90301b86bdd6c2b044ac5b43f540318e68b30ea
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-preprepare
Source: preprepare
Version: 0.9-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 15)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-15-preprepare_0.9-8.pgdg+1_arm64.deb
Size: 17888
SHA256: 34f8a8b8542507531a78ddb9e3372a812562f1ea378f33d207ea779c1ae42c51
SHA1: 094fb0d741e431b091fb65e966477152f90d1138
MD5sum: 69dbd592139b7a077a40d0c4ac364f89
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-preprepare-dbgsym
Source: preprepare
Version: 0.9-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-15-preprepare (= 0.9-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-15-preprepare-dbgsym_0.9-8.pgdg+1_arm64.deb
Size: 16756
SHA256: 1aeb9838145aeeef0c61c483b60d7ce24e2e1767c2c0f9b8f0611c2e83cf3d0e
SHA1: 1eee05d6a9d53048478640b136135bd477a58f26
MD5sum: b25968f0a6861889060db04a28f1207e
Description: debug symbols for postgresql-15-preprepare
Build-Ids: 910e4432255c00dac5d243408aac3c77871a4f16
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-prioritize
Source: postgresql-prioritize
Version: 1.0.4-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 15)
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-15-prioritize_1.0.4-11.pgdg+1_arm64.deb
Size: 12196
SHA256: 6180612b0c5c62bdae6a8caaec5145c6483bd650a03bed4498cbae8b551b8ed3
SHA1: 925218a1b0765dbfa971ceb7e79403516fbb8822
MD5sum: 19d2d501fa46a886e7fb1ec7afe6d2f9
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-11.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-15-prioritize (= 1.0.4-11.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-15-prioritize-dbgsym_1.0.4-11.pgdg+1_arm64.deb
Size: 12564
SHA256: a8f86db12983fb7a83b3ef92a0dd11d7db0712ca23e7dfa179168178f0e2db89
SHA1: 81e1afb259cb6c776ec6a4c1ccba0ee0957da300
MD5sum: 236e7f8906990cb0661355531538bb42
Description: debug symbols for postgresql-15-prioritize
Build-Ids: c617214344f1291621d47bb2a8e8bec842c7bf6a
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-q3c
Source: postgresql-q3c
Version: 2.0.0-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3395
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.29)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-15-q3c_2.0.0-8.pgdg+1_arm64.deb
Size: 144972
SHA256: 29cfa3dd45dc0a96849ad28491466b0b466156829b682877d34fef5c80b71fac
SHA1: 5da483df551eda15139124960ef3f31dedda6a8b
MD5sum: 4ec82aebc6e84aa5cd4d1faafb81de0d
Description: PostgreSQL 15 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.0-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-15-q3c (= 2.0.0-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-15-q3c-dbgsym_2.0.0-8.pgdg+1_arm64.deb
Size: 90760
SHA256: 63e816fe0d62620e0d94b490812501d7e7654742e7a437c5be88dd408922cd0b
SHA1: ebbb0eab07cd71d4cba54ac120a4dedb6971267c
MD5sum: 8f40b70153b4f55c8c2ae70e85dc3780
Description: debug symbols for postgresql-15-q3c
Build-Ids: b1a9f1570d2ddbea12703094dd17a63bc242d554
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-rational
Source: pg-rational
Version: 0.0.2-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-15-rational_0.0.2-6.pgdg+1_arm64.deb
Size: 25168
SHA256: 8bde49d3db51ade7c6c004eda92028cf5c1bf93fc616f30f225d3d128b7135e8
SHA1: c65ba9ac8e09a2a88af8e341e9d4e1cf6069ffe2
MD5sum: 5fd4ed0405379d2e9c31327299fe1b21
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-rational-dbgsym
Source: pg-rational
Version: 0.0.2-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-15-rational (= 0.0.2-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-15-rational-dbgsym_0.0.2-6.pgdg+1_arm64.deb
Size: 20048
SHA256: 28963527667ece3a48db252d7f1e42b9603cc4375a6e3cdc40244269ba95bad5
SHA1: 638ce22e0b7473b775e64d495494056e7858f2e0
MD5sum: 364b3cccca24a4398dfefe70b0abf167
Description: debug symbols for postgresql-15-rational
Build-Ids: 5fedd608fa5453193a2c9e26fbc3910bdac674ab
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-rdkit
Source: rdkit
Version: 202303.3-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 934
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202303.3), libstdc++6 (>= 13.1), postgresql-15, postgresql-15-jit-llvm (>= 15)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-15-rdkit_202303.3-2.pgdg+1_arm64.deb
Size: 406420
SHA256: 04572342e169edd95b4bd3632b7c97edf73149606dd7397f2124021f6505fa4e
SHA1: a42bad0382e079ce32d6f8b45d9c94b274997340
MD5sum: f43fc6ee218ff74c8c96e543098f4438
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-rdkit-dbgsym
Source: rdkit
Version: 202303.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 820
Depends: postgresql-15-rdkit (= 202303.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-15-rdkit-dbgsym_202303.3-2.pgdg+1_arm64.deb
Size: 770608
SHA256: aab60e4423baf8672b10fb523153a06d8aaf5f230293f7478d3f22763a34d570
SHA1: 6f8ca3904a53005be1dc6e8867a9f84cf485af95
MD5sum: 7cb10860f23ac177cd409c13bafe2646
Description: debug symbols for postgresql-15-rdkit
Build-Ids: ff36838dfbc1a7879be9ac24a814b83b1c7d63c6
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-repack
Source: pg-repack
Version: 1.4.8-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 307
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.34), libpq5 (>= 8.3~rc1-1~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-15-repack_1.4.8-2.pgdg+1_arm64.deb
Size: 103956
SHA256: e23a16973beecfa5a7667054463cf360669c8154c4e5f9b60541d760cac24d9f
SHA1: d863f741f3dd39d694d0a4e8832a235baf5a3be3
MD5sum: 1145dd8f8b5c9bdc91ff2276a0462bea
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 15.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-repack-dbgsym
Source: pg-repack
Version: 1.4.8-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 153
Depends: postgresql-15-repack (= 1.4.8-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-15-repack-dbgsym_1.4.8-2.pgdg+1_arm64.deb
Size: 118376
SHA256: e4eb94f0ff44730205725ad083f39fb7e066e0567af663b36f744433cdc89a13
SHA1: 9d608c15152c23a20c11d1017e2f855806dffc87
MD5sum: f5f123b33bd6721a72f5150af24d158b
Description: debug symbols for postgresql-15-repack
Build-Ids: 5bc22403246522300cc514f04a2dd33e2e0c62ee e03cbfe763821bc006005bd75b9508b5d1e79a0c
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-repmgr
Source: repmgr
Version: 5.3.3-4.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1108
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), repmgr-common (>= 5.3.3-4.pgdg+1), libc6 (>= 2.34), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-15-repmgr_5.3.3-4.pgdg+1_arm64.deb
Size: 224932
SHA256: da33968feaab87376926cd252436cc1e29de7ae50dcc2b3756fd9750292e23a5
SHA1: 09029c1df8cc8c4ef6be1c12743856b4dad45436
MD5sum: c99b746f33a630f12e165452d74ad00a
Description: replication manager for PostgreSQL 15
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 15.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-repmgr-dbgsym
Source: repmgr
Version: 5.3.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 657
Depends: postgresql-15-repmgr (= 5.3.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-15-repmgr-dbgsym_5.3.3-4.pgdg+1_arm64.deb
Size: 587676
SHA256: bcca89105c3d0725a649cfe62069a73251497ae92690b2a283a83b3ff3c0040e
SHA1: 2a8bbd5633a6d0c026b3c78d2b757135f6328b2b
MD5sum: 408e7d1f3d286d5fb03cd420fd4d5a07
Description: debug symbols for postgresql-15-repmgr
Build-Ids: 27821ac310d97f6c2379b399c87f398c07fe1e04 7e95592cdbaaa7dbfcbffbedf9d61860f63b870a b8d63b7d35db3d7b48b87cfd3e847869cdbd6ebe
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-rum
Source: postgresql-rum
Version: 1.3.13-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 883
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-15-rum_1.3.13-2.pgdg+1_arm64.deb
Size: 331940
SHA256: 940285833cd8d32dd3f6f94f773910b8ada55d2508cfd13c2e45f5fa08e856a5
SHA1: fa4631d5b4714944c2c9423752291a52fdd2b79c
MD5sum: e15714e4807e5cc480ae50328d354063
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-rum-dbgsym
Source: postgresql-rum
Version: 1.3.13-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 338
Depends: postgresql-15-rum (= 1.3.13-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-15-rum-dbgsym_1.3.13-2.pgdg+1_arm64.deb
Size: 296996
SHA256: 7e92dfa27baaace867262b3c04f11768d99367a0df10b23985bb4c60d355aebe
SHA1: 3a1383b9fbaf5f115ce8fd6f3d5407a8cb233599
MD5sum: d011f18bb82bcf52aba7658b0dee453f
Description: debug symbols for postgresql-15-rum
Build-Ids: 945336a4169da56c3ba0c7bf90b5af0835e0779c
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-semver
Source: postgresql-semver
Version: 0.32.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 174
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 15)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-15-semver_0.32.1-2.pgdg+1_arm64.deb
Size: 39020
SHA256: 17bd4c3bef3da2d70c4bc72a79c2b1afdcfbc174b94ceaeae78a4917b68e2616
SHA1: 3b60017019980ea09c09b9fc379ee483aacb93e1
MD5sum: 02e4c7286c5e52f81aa09025bffcf5d1
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-semver-dbgsym
Source: postgresql-semver
Version: 0.32.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-15-semver (= 0.32.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-15-semver-dbgsym_0.32.1-2.pgdg+1_arm64.deb
Size: 20276
SHA256: 17de56d48ce2df25000c4ce8fc6f5f0c1b9409c445055d36c1b185fa0f10c8f4
SHA1: 00091dc6bd77c576ee2bc384b18fe914ec179311
MD5sum: 530b4a5df738126d26a4fc4b922cb7ec
Description: debug symbols for postgresql-15-semver
Build-Ids: 7c63909d8a8838583f80da9ef0dd9194ac788fca
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-set-user
Source: postgresql-set-user
Version: 4.0.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-15-set-user_4.0.1-2.pgdg+1_arm64.deb
Size: 40012
SHA256: f1c9513c11555266c9b1e257b6f611f4b800f778fe274886b49d3a9a385a39ec
SHA1: 018ddb9acba3840bbb7651f8645e6119967d939f
MD5sum: 8367697c8f603828590f05e7a983cf26
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-set-user-dbgsym
Source: postgresql-set-user
Version: 4.0.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-15-set-user (= 4.0.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-15-set-user-dbgsym_4.0.1-2.pgdg+1_arm64.deb
Size: 49148
SHA256: 1ad65f337be039473b0bca6d73da27e28e869d45801a8035cd17a6f83096c332
SHA1: 66c379c348bbccf7b540570613d10994c7b4619a
MD5sum: e0b7a8bda126f17120f81b3abec1276e
Description: debug symbols for postgresql-15-set-user
Build-Ids: 2ac02f264dfc7aa3f50c3829d42e42341c0cb942
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-show-plans
Source: pg-show-plans
Version: 1.1.5-1.pgdg+1
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 121
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-15-show-plans_1.1.5-1.pgdg+1_arm64.deb
Size: 27296
SHA256: 4784a51d8d8054f7682672e7d3e1d418c2a99ec34a6cd0006743481e7c16f0a8
SHA1: 4cc8ae096dfe11c29eb7dc6be7c4fd66053909f5
MD5sum: 02e4ecae90e4e6a41d49c0238eb21011
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-show-plans-dbgsym
Source: pg-show-plans
Version: 1.1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 53
Depends: postgresql-15-show-plans (= 1.1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-15-show-plans-dbgsym_1.1.5-1.pgdg+1_arm64.deb
Size: 36876
SHA256: a1fb283e8405bd1f9b366a646fe048fbf47d79814ae8ce092ba92c931492f7d7
SHA1: 33ab3fe484d6eb6c47ca0b10960ac8cf1bf8f504
MD5sum: a92bb1a455ca66fbfb56acd2625a59c0
Description: debug symbols for postgresql-15-show-plans
Build-Ids: 0a074f9fc3774d5f551f8dea5548391e79969728
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-similarity-dbgsym
Source: pg-similarity
Version: 1.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-15-similarity (= 1.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-15-similarity-dbgsym_1.0-7.pgdg+1_arm64.deb
Size: 62096
SHA256: f7754d5a09a2e28bba871cefa3966d1c7edb465da42987c192c0b5365aacc10d
SHA1: 24e10ce9a82beae76e4fe727c27b15d7744c195d
MD5sum: 25b5040a2bf36d119de7f6fbd7d5e30d
Description: debug symbols for postgresql-15-similarity
Build-Ids: 1317d56abd28eff7bef012dd7b630830ae138178
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-slony1-2
Source: slony1-2
Version: 2.2.11-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-15, libc6 (>= 2.17)
Suggests: slony1-2-bin
Provides: postgresql-15-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-15-slony1-2_2.2.11-3.pgdg+1_arm64.deb
Size: 18148
SHA256: 94079baa6a59362f0f3f8e0b9ac99836dbdcf0b21f26ba2951d76d1a17ba8852
SHA1: 8c6d437f47e048a259bc3c17da9cddba7d285088
MD5sum: 1d33cf34f45ab01d37c7a97cad0e94e2
Description: replication system for PostgreSQL: PostgreSQL 15 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
 15 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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.11-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-15-slony1-2 (= 2.2.11-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-15-slony1-2-dbgsym_2.2.11-3.pgdg+1_arm64.deb
Size: 66908
SHA256: db7e67880eeda4e0a388369e0b07802381bfd3ee3df8155c0a8b361cc05f1450
SHA1: f5539b4b85cb4a9a7ed7b1453a418b758127c71f
MD5sum: 691fc1fea25906beac99a733f8f3d06e
Description: debug symbols for postgresql-15-slony1-2
Build-Ids: 598c2fc89c5e7653bedb485934520e81a0222045
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-snakeoil
Source: pg-snakeoil
Version: 1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.17), libclamav11 (>= 1.0.0)
Recommends: clamav-freshclam | clamav-data
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-15-snakeoil_1.4-1.pgdg+1_arm64.deb
Size: 17492
SHA256: 81081e58c46da78e5018b84d69437ee4c7559cee192936d8d8261a3e59fc180f
SHA1: a304660517bb9fa93743177dd5960dee22986e78
MD5sum: a8d53ea755e6a25e490be88e4063833f
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-15-snakeoil (= 1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-15-snakeoil-dbgsym_1.4-1.pgdg+1_arm64.deb
Size: 14860
SHA256: 18f3161edf986a94aa4177531dfc9684128ddf14de91d80cc3e95d018679227e
SHA1: 23bcd8ae4bc60109455f2041cb711523469c577f
MD5sum: 771e8ce143f8d0b17968b868b4b11014
Description: debug symbols for postgresql-15-snakeoil
Build-Ids: 882871962a438d566fb73c69120952b26a7277d2
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-squeeze
Source: pg-squeeze
Version: 1.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 339
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-15-squeeze_1.6.2-1.pgdg+1_arm64.deb
Size: 123460
SHA256: 736d69c8e0100962715ae0c0a16c541fc5ffc29e19efa24acbfe925eaf4ca99d
SHA1: c52e9d35091a0f465291c6a816966aea62fbc241
MD5sum: 89ecdb17c4a75fb8a81b9009fffc6112
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-squeeze-dbgsym
Source: pg-squeeze
Version: 1.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 158
Depends: postgresql-15-squeeze (= 1.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-15-squeeze-dbgsym_1.6.2-1.pgdg+1_arm64.deb
Size: 133988
SHA256: 89f8f853359b1ffc7496343d13e912a9c67ef760ffc2cb1c57efbe9e83a54d55
SHA1: 03cffd94bb132c2d3ebd2a791fe7fe6a737a2d04
MD5sum: cbdabb7e67779a1f2b5d00bf8e2fb2b0
Description: debug symbols for postgresql-15-squeeze
Build-Ids: 0b574e9abfb2b20f15ce35e87749dd957cf8ace8
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-tablelog
Source: tablelog
Version: 0.6.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 165
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 15)
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-15-tablelog_0.6.4-2.pgdg+1_arm64.deb
Size: 49540
SHA256: 94a48ae429747dd78dadebf571cf87943d00d3ef859303027fb9867b55067f01
SHA1: f1f2ca5cc4f159c343e8fd8c0bbe0a5920e047b9
MD5sum: 5f5a7a983168e43ced6f0ad6851c9550
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-tablelog-dbgsym
Source: tablelog
Version: 0.6.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-15-tablelog (= 0.6.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-15-tablelog-dbgsym_0.6.4-2.pgdg+1_arm64.deb
Size: 49508
SHA256: 5d15bdc5cfe0e93b4dd00f79fef7de7995925764e1a4e28a1a3dc73ba5ac9259
SHA1: 531c3c09ad8888d222cfcbd1e3dca864c9ee4947
MD5sum: 8e36bd3043bf87560718c770fd2f6eee
Description: debug symbols for postgresql-15-tablelog
Build-Ids: 14df7caa3333fa9f2ac405a5bba1c725f261d8f2
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-tdigest
Source: tdigest
Version: 1.4.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 15)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-15-tdigest_1.4.0-4.pgdg+1_arm64.deb
Size: 60892
SHA256: b5a93c83433beeb872337142e7bb9e09a347d4070572dace0e1a5022f63ca4ee
SHA1: 2607805df11ee1a3cc155d653abb5e1ee029effa
MD5sum: fbef13c370fe17271b5a3db6df8dcc95
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-tdigest-dbgsym
Source: tdigest
Version: 1.4.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-15-tdigest (= 1.4.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-15-tdigest-dbgsym_1.4.0-4.pgdg+1_arm64.deb
Size: 48928
SHA256: 4ec959425d7f2b9ba70b370edee7a8d44494ab1c45ef46973d915a7c05011b94
SHA1: 7486778a48012472fef63f6d8b3f044a5c490e08
MD5sum: 4f6dce229169b2df7d5b1f45ae1a7ed2
Description: debug symbols for postgresql-15-tdigest
Build-Ids: 5a2cb5e0b26e9ee67f01b121fb5823fb744cc41b
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-tds-fdw
Source: tds-fdw
Version: 2.0.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 315
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-15-tds-fdw_2.0.3-2.pgdg+1_arm64.deb
Size: 124884
SHA256: 6e7540b3e77e489569d9d0a09e1a8a7014b0b1d4f3af78c9fd3388043392a541
SHA1: b9c57e055d203df95c1729e20c0254555f53873b
MD5sum: a483a3faee48cf9eff693b6c955b2dae
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 153
Depends: postgresql-15-tds-fdw (= 2.0.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-15-tds-fdw-dbgsym_2.0.3-2.pgdg+1_arm64.deb
Size: 135932
SHA256: 663c49b7c059ce1d67a0a6f88c8b86ed13ada5586e2bf3f6e58fef2b82cc12e0
SHA1: 76a5ebf8cd64550a6f842fefe4aa704baba425c5
MD5sum: 9645bc0cf14310ffe59aece0ab95c522
Description: debug symbols for postgresql-15-tds-fdw
Build-Ids: 6a7dacdb5b516a2d23a97ca2c2b90727806f5f48
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-toastinfo
Source: toastinfo
Version: 1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-15-toastinfo_1.5-1.pgdg+1_arm64.deb
Size: 13132
SHA256: 40bf64ddc4a0e0a1e5a6847e5c15711c6401e725320b2f523384be0816933a50
SHA1: 9f46cea6edcf8a9c3934c0d9067f820e2c563ff5
MD5sum: d93b18b8dafe3ffa8b0f22240c83b0ac
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-toastinfo-dbgsym
Source: toastinfo
Version: 1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24
Depends: postgresql-15-toastinfo (= 1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-15-toastinfo-dbgsym_1.5-1.pgdg+1_arm64.deb
Size: 10880
SHA256: 8dfd12addaefe5ae5136dd4f5a64bab10287cfe5eff064eed9fa2aae13e47eb5
SHA1: c0086d12057b99fc475bdf285f776bd1665b2475
MD5sum: adc60957df95e13bf568592ac1fed8d1
Description: debug symbols for postgresql-15-toastinfo
Build-Ids: 0c4a00369a8131b5d84cb6993bd080ad9eb86956
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-unit
Source: postgresql-unit
Version: 7.8-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 503
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 15)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-15-unit_7.8-1.pgdg+1_arm64.deb
Size: 135468
SHA256: ef3e481687e860bd3934ddc9fb9c1b9782c6637248053452e0124f805d530cbc
SHA1: cdb3ead78cd2af5efcb6bc92600e41604be21a06
MD5sum: da49ffefc6ae0f931c859311f4c9ffb2
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-unit-dbgsym
Source: postgresql-unit
Version: 7.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 79
Depends: postgresql-15-unit (= 7.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-15-unit-dbgsym_7.8-1.pgdg+1_arm64.deb
Size: 57500
SHA256: ee9e08f73a4b602d1ee05bc3431c9a6e4f41d4009f3a6621f4439ae8df6de1f5
SHA1: 1ac08beff0a7d4e4940fb5f5e63a17fdcf6066a3
MD5sum: f63cfdf0e5369accb1d813f9360d1b24
Description: debug symbols for postgresql-15-unit
Build-Ids: c0a85a7fa23f97086c8827d8a643f2733082f48c
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-wal2json
Source: wal2json
Version: 2.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 155
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-15-wal2json_2.5-2.pgdg+1_arm64.deb
Size: 61772
SHA256: 2f4f13ceb41ae436c8973776cf81a4307fe855d1b3701eb8fda4ffa5a8c8b2ae
SHA1: 206e6d4642d780034c7fc4b995f06da04ee69f03
MD5sum: ebf51422de4d31fc32da68484f8a4884
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-15-wal2json-dbgsym
Source: wal2json
Version: 2.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-15-wal2json (= 2.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-15-wal2json-dbgsym_2.5-2.pgdg+1_arm64.deb
Size: 69244
SHA256: ed72f51e01139fcf25d0c2893cc814ef6303c921f120ad615aea7e739f535d3c
SHA1: e7d2d90fcb39ee392f8f3350be17b325682a4faa
MD5sum: 72001fe4d46253101af314c04b45166d
Description: debug symbols for postgresql-15-wal2json
Build-Ids: 5ca7ea57e23eefd066147119b2ca9158a1de1cf0
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-asn1oid
Source: pgsql-asn1oid
Version: 1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 15)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-16-asn1oid_1.6-1.pgdg+1_arm64.deb
Size: 13168
SHA256: 568d015e5a906ccfdce66db6c7e75ae9f55ebf2d5df8ebfb51af78a0a0348376
SHA1: 29a1f8ac962e9ff3e32da936b4fc4c709b810a53
MD5sum: 5c38426dafd5a40c3dd79f47cb610b26
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 16.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24
Depends: postgresql-16-asn1oid (= 1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-16-asn1oid-dbgsym_1.6-1.pgdg+1_arm64.deb
Size: 9684
SHA256: 17b220bcc1147d630bb6b69c515364acaf2b955107783d3982e9351ea44e9e46
SHA1: 97918c047f60699582f75281c12e71ef004cabdd
MD5sum: fb20c5bfb92a9db9dae8344aa781f2ab
Description: debug symbols for postgresql-16-asn1oid
Build-Ids: 4d1c046f70393a9e76082d2ee18a6ffe29daeeaa
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.7-2.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 97
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 15)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-16-bgw-replstatus_1.0.7-2.pgdg+1_arm64.deb
Size: 15340
SHA256: c7f1d84d593e5385ee7de38b8cbe46c5013b7f5508f52ff912c525784bfe9932
SHA1: 237779348ddc2a226d001e1637657cc812f797fa
MD5sum: fdfb08c27f99a6b02b12724558b0c419
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 23
Depends: postgresql-16-bgw-replstatus (= 1.0.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-16-bgw-replstatus-dbgsym_1.0.7-2.pgdg+1_arm64.deb
Size: 8736
SHA256: 865192508137a3bf6b6d1957839d2df5e3c9c0550174f6b4748a0f7984f0c631
SHA1: 0106af48cd6e51973a36483554cbee98c7167b43
MD5sum: b8c737c6056efd1f11fcf48c5e95f9a1
Description: debug symbols for postgresql-16-bgw-replstatus
Build-Ids: 8da8915da404b321ca9dd2ff8653f8f89f51ef85
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-credcheck
Source: credcheck
Version: 2.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 170
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-16-credcheck_2.1-2.pgdg+1_arm64.deb
Size: 64996
SHA256: 11db8f7a7ab7ce3a67f7735514c70e68f84813736a23265d8511729873f0ba6e
SHA1: 251d9c52d29fb7cb17c26f4604d466d16fe1bef2
MD5sum: 4f75d25680022e26c70b4a9573d227c1
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-credcheck-dbgsym
Source: credcheck
Version: 2.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-16-credcheck (= 2.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-16-credcheck-dbgsym_2.1-2.pgdg+1_arm64.deb
Size: 68684
SHA256: f8451429fe022a2e2b99ce543cb43c207f7fd10027cecc2e46ddfe96d9e9a18d
SHA1: dd341bbb25243ffb432762a4951fe6350a41e245
MD5sum: 69e1b06e4f88b4bb09e9bff4e3a5cb54
Description: debug symbols for postgresql-16-credcheck
Build-Ids: 55db356f7edba19ef8f1001b1e889072dbaa763b
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-cron
Source: pg-cron
Version: 1.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 235
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-16-cron_1.6.0-1.pgdg+1_arm64.deb
Size: 101436
SHA256: 993a6a25fa21d357b1d96619ee67591f520e1ca820c59f33465d971413797266
SHA1: 36f2798e570c1beb8a143852e7af0cfba9eb6a2c
MD5sum: d5376b6056cb284d40ee24d2daf789ac
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-cron-dbgsym
Source: pg-cron
Version: 1.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-16-cron (= 1.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-16-cron-dbgsym_1.6.0-1.pgdg+1_arm64.deb
Size: 120944
SHA256: be03bc18a48d2ac2ceef4fa78efc735b4635baa9f801eb678606fa05196c2152
SHA1: 415a63fe4d564414e27ad217128bfeb1cad12d60
MD5sum: 1502a0c710747e4e801b894e0645c368
Description: debug symbols for postgresql-16-cron
Build-Ids: b5221f40321ec36ee1084a24591b89cc5fbb28db
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-debversion
Source: postgresql-debversion
Version: 1.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 15)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-16-debversion_1.1.2-2.pgdg+1_arm64.deb
Size: 13892
SHA256: ea05284904c5dfe0e27d79048cae1aa65e234c739db5b24066dd52f9528fe32d
SHA1: fb4a3f73cadfb12a60029cd62a6b65e6487618ae
MD5sum: 1df4fd9a4c50da2ec234faa9a75dd18f
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()
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-16-debversion (= 1.1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-16-debversion-dbgsym_1.1.2-2.pgdg+1_arm64.deb
Size: 19792
SHA256: 65fa64d124ccbbd6e10ed7f14788b621103096827f5ea85073de2cd8f22b3e78
SHA1: 7637071ebe2457ff2bb30bffd61abd3699f7430b
MD5sum: ddcafe46b2e54a56c3930fc1b3e864b4
Description: debug symbols for postgresql-16-debversion
Build-Ids: b805b468ac8505b00320fff3eee127d1444fb945
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-decoderbufs
Source: postgres-decoderbufs
Version: 2.3.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 147
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-16-decoderbufs_2.3.0-2.pgdg+1_arm64.deb
Size: 45328
SHA256: 7022604564127709926e8079e25de0f2179a60738cb90c8f12929babb9fd9221
SHA1: 9d6235f5cf7af249b54cd7d2ec7bd904aa7423e1
MD5sum: 6f320d04e4eb001099041bc9c1dbb90d
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.3.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-16-decoderbufs (= 2.3.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-16-decoderbufs-dbgsym_2.3.0-2.pgdg+1_arm64.deb
Size: 53108
SHA256: dcbaf59e522ff09725694fc269d1c9fc3b54168a95f20611e704e35b16edffe3
SHA1: 967e8b9a9f7b18464ed869a732beb8d5200eda3d
MD5sum: b2f3c3d2aed34eb999483a5983b00fd7
Description: debug symbols for postgresql-16-decoderbufs
Build-Ids: 077237b05c69dd61193761e474449a3151223f11
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-dirtyread
Source: pg-dirtyread
Version: 2.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 15)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-16-dirtyread_2.6-2.pgdg+1_arm64.deb
Size: 25160
SHA256: 244c999f7d2978ba74c8c6e75d8998b0bf9387f2e3b659eb0281e805d6f20aeb
SHA1: 72e22ec168633a7981af7272d8def6593f59e7ad
MD5sum: 8c8971a652da895faa9b7dbdb871556b
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-16-dirtyread (= 2.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-16-dirtyread-dbgsym_2.6-2.pgdg+1_arm64.deb
Size: 33352
SHA256: 3dce95f1beaed1fb393330f18d9c241b3730cf9448b54c02c640b6f2950e790c
SHA1: 4036b9e6b6976804504691ae0a804f57d9ccd744
MD5sum: cf43378860b19801fb0c045f01274c9d
Description: debug symbols for postgresql-16-dirtyread
Build-Ids: 56f1dda81ab24be872987ee455862b7553c3336d
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-extra-window-functions
Source: extra-window-functions
Version: 1.0-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-16-extra-window-functions_1.0-5.pgdg+1_arm64.deb
Size: 15952
SHA256: 3bf5c3a29e58183546df3decffb1909802e9c8bc8a53f21a5cecd951eb29a3a6
SHA1: 70ac4986a17a6b3076f58a0cd59aabaefb4886ec
MD5sum: b7540dae6860390831b94ac2affa1455
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-16-extra-window-functions (= 1.0-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-16-extra-window-functions-dbgsym_1.0-5.pgdg+1_arm64.deb
Size: 9776
SHA256: 7d003bf336ae569914da11ed6cafe63c21ceb10beb1ea81df375d5a1c7d3f076
SHA1: cdcd99f64eccbd056dd120d5b87800eb0e12f571
MD5sum: 24017c7064bccfcf482f6d02d11ff0bb
Description: debug symbols for postgresql-16-extra-window-functions
Build-Ids: e00e8426028d4bb7353bc04f97ad67bd1ab83505
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15)
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-16-first-last-agg_0.1.4-4-gd63ea3b-7.pgdg+1_arm64.deb
Size: 8712
SHA256: b1e4c02e9294081645c20dca8ebe69720b48a775c7cbb9c05cd281432fe00d77
SHA1: 1ef924924143f0161b5671cf60fdf44ae25afe18
MD5sum: 1d5eec8e3f3211b43068b43735250a26
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: postgresql-16-first-last-agg (= 0.1.4-4-gd63ea3b-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-16-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-7.pgdg+1_arm64.deb
Size: 3944
SHA256: b22e2b51e4580016684b2b357e2ad0a9b8b1ed4e9a3af55917d61ccf09355f47
SHA1: 3b270743485e555f11b0165f918e1126cc3d6518
MD5sum: 531a6de65c320a31c3287dbd85e5918a
Description: debug symbols for postgresql-16-first-last-agg
Build-Ids: 5d77895e21076e9e82d0935dc1bc682e89659d46
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-hll
Source: postgresql-hll
Version: 2.17-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 212
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 15)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-16-hll_2.17-3.pgdg+1_arm64.deb
Size: 83924
SHA256: fd195642b82e2d84fdb36e32af6687f7d1745825a31b48ce47e0de636c93eb11
SHA1: 8448e3472c985d8b6f6db5ea09794c5022526451
MD5sum: 640f5c7324eaf0469a1acaa313eb5be2
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-hll-dbgsym
Source: postgresql-hll
Version: 2.17-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-16-hll (= 2.17-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-16-hll-dbgsym_2.17-3.pgdg+1_arm64.deb
Size: 97812
SHA256: 9c83525a1422b4301b56f1ae27db4b758db94536523ccb809f4e712dbfd16986
SHA1: b08f59fce211810a2545492ee28f55b9013bf7b1
MD5sum: 57f04f0229929968090b93d25ed6f868
Description: debug symbols for postgresql-16-hll
Build-Ids: e7a16ecfb668e840a1ce9e1243cbadfe0dcc1ed7
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-hypopg
Source: hypopg
Version: 1.4.0-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 188
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 15)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-16-hypopg_1.4.0-2.pgdg+1_arm64.deb
Size: 73580
SHA256: 9298fc7eba7a085c8e17ed6ddb23feada526cce5512f1b502c48aa023fa42e05
SHA1: bea2096bf861eb68fd5ecf0403e312337eed6c1f
MD5sum: 2986d66d991ab8187e9c3bd6ceb9a131
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-hypopg-dbgsym
Source: hypopg
Version: 1.4.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 108
Depends: postgresql-16-hypopg (= 1.4.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-16-hypopg-dbgsym_1.4.0-2.pgdg+1_arm64.deb
Size: 90352
SHA256: 90180d37983557ca2e0d2c17d5f9eb08320b52b2c24a5cfe092710a4769c57d9
SHA1: 8285319b4a02f1edb30a2c634443c9b0dc8af073
MD5sum: 40f5d39233bb800ce820c01c79c8d30a
Description: debug symbols for postgresql-16-hypopg
Build-Ids: 085a14da6ed7f578dee926b7e2568a5f3a26263c
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-icu-ext
Source: icu-ext
Version: 1.7.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 207
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.17), libicu72 (>= 72.1~rc-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-16-icu-ext_1.7.0-2.pgdg+1_arm64.deb
Size: 72516
SHA256: 4d42ddc3cb49824c99afdee124ef763faee1d1df6d604d8504ed2b0e296031e9
SHA1: 595e12977c27089dd7d29ce97d6b9be0e3abb3fb
MD5sum: d8914903b74d293447648233b262ea23
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-icu-ext-dbgsym
Source: icu-ext
Version: 1.7.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-16-icu-ext (= 1.7.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-16-icu-ext-dbgsym_1.7.0-2.pgdg+1_arm64.deb
Size: 66512
SHA256: 34e9c85d939837cf4c6c402511bb73f7cab2b8434956f628789d4cfc8ac213b3
SHA1: 12eabe86d0899f73e34232fa08e5f9f15c378b2e
MD5sum: 2018bf548f390e09a56d399ea6e2f08a
Description: debug symbols for postgresql-16-icu-ext
Build-Ids: 62d3de66b9eebe6e2b82e74e2f42473008226ee6
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-ip4r
Source: ip4r
Version: 2.4.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 593
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 15)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-16-ip4r_2.4.2-2.pgdg+1_arm64.deb
Size: 193280
SHA256: 734ee9685ef753319de527c984d2806038ca8519a9cba384c0dc8bcb7a1cccf6
SHA1: a655dd5246e3d1784daf2c3a43fbccb38f51bae2
MD5sum: 28174531e4d3d8b7adde9fcb4d86252f
Description: IPv4 and IPv6 types for PostgreSQL 16
 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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-ip4r-dbgsym
Source: ip4r
Version: 2.4.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 241
Depends: postgresql-16-ip4r (= 2.4.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-16-ip4r-dbgsym_2.4.2-2.pgdg+1_arm64.deb
Size: 205764
SHA256: a1a4980d54d7f1df896a75033caa4dfc14b42cd204974235cced19d184097abd
SHA1: 005ee188bda2c5f2ff814dbd0114b10dd6bf597a
MD5sum: 440131eff326085ed1aac1bb779a813f
Description: debug symbols for postgresql-16-ip4r
Build-Ids: b7b22f99558a7815fa2df2aa1ce624b35c418910
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-jsquery
Source: jsquery
Version: 1.1.1-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 348
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-16-jsquery_1.1.1-8.pgdg+1_arm64.deb
Size: 131500
SHA256: 4b5f1576d6236913190b423909c211945c2881fdfbfb92f1882c59389fe0b426
SHA1: 9e9dc3662e6b02712ba898577491c8d46e7563ed
MD5sum: b867eb4924105d6dfbdb3b522c51f411
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-jsquery-dbgsym
Source: jsquery
Version: 1.1.1-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: postgresql-16-jsquery (= 1.1.1-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-16-jsquery-dbgsym_1.1.1-8.pgdg+1_arm64.deb
Size: 104040
SHA256: c5d127936d43fbe1b4576298ed50dd2b498b230af24d8fe929ed0935155d313f
SHA1: 560aad96a943c034a6020ee2fb5bb3b3f6094de0
MD5sum: 71259b142515aee3721196081fd01c76
Description: debug symbols for postgresql-16-jsquery
Build-Ids: 8f612588c1864b1942bdf6af9a5475009f52ff4d
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-londiste-sql
Source: londiste-sql
Version: 3.8-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-16, postgresql-16-pgq-node
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-16-londiste-sql_3.8-4.pgdg+1_all.deb
Size: 20560
SHA256: 97f78b541279530fbe2ff5f68193c0ff517cc6f6e1e7e125b97ad5bd53cc47f9
SHA1: cee7bc9b363adcb0d29dd4cb2014545578184a4a
MD5sum: 587ceabf83af62917944fa0006d31883
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-mimeo
Source: mimeo
Version: 1.5.1-17.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4485
Depends: postgresql-16, postgresql-contrib-16
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-16-mimeo_1.5.1-17.pgdg+1_all.deb
Size: 128532
SHA256: 381d71b485b807a907eee6762b6ac09e394276f1efbd5767cf37fd52abe55463
SHA1: db38b1a3b0ed9982bd5018846f4d98a2d19a787f
MD5sum: 0a89abea9638063d39d4bdfc7de5ac06
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 357
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.34)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-16-mysql-fdw_2.9.1-2.pgdg+1_arm64.deb
Size: 144376
SHA256: 5f8d3e924f4212558a9c36f10a6c79946cbb8abf60e66c8bf7eea999de0a9928
SHA1: d2789d634c03692a4c025aec515dabbdd12ebade
MD5sum: 3394a4dc5a4a36dd6163aaa3ececa94c
Description: Postgres 16 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 16.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.9.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 188
Depends: postgresql-16-mysql-fdw (= 2.9.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-16-mysql-fdw-dbgsym_2.9.1-2.pgdg+1_arm64.deb
Size: 168944
SHA256: 5c87bbaf6dad8ed33480a64d7b4e55689c653b89db54da032a213380b6486c28
SHA1: 05e6fc01adb6128231390bc067e742878665a51a
MD5sum: 10523c2d4042a19202e8abaa7b2da7d1
Description: debug symbols for postgresql-16-mysql-fdw
Build-Ids: e4da4c57280ed72278ac5e2ba01463f437e5b1d5
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-numeral
Source: postgresql-numeral
Version: 1.3-6.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 256
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 15)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-16-numeral_1.3-6.pgdg+1_arm64.deb
Size: 78084
SHA256: e4debbbc8989de311eaacf3a9ae51ac859e980f8c1fcbf8382a0bc3a915f079d
SHA1: 62698ffca789aa2f7b148e1be390bd5131884328
MD5sum: 1e48c72c6de2f532f245ca4879cc012e
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 65
Depends: postgresql-16-numeral (= 1.3-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-16-numeral-dbgsym_1.3-6.pgdg+1_arm64.deb
Size: 43464
SHA256: 401826eb306ce2a11061a198f92321bd1cce63d7b77a3afc07b3748b52d435cd
SHA1: 4020bc5a27a032fc061c010c0ed84f628cd2e534
MD5sum: aebb102c60b3bb0c3b5aa1f074410925
Description: debug symbols for postgresql-16-numeral
Build-Ids: a021cce59ff106099511697f01adbe9c493edc7e
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-omnidb
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: libc6 (>= 2.17), libpq5, postgresql-16, postgresql-16-jit-llvm (>= 15)
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-16-omnidb_3.0.0.20201026-5.pgdg+1_arm64.deb
Size: 22444
SHA256: a31b26cd510acee122a10407ca14e88663dc4883ffeab391985bf7f6f98da667
SHA1: 7d6a65356b5ba21cd65727edfb2b4e9c4b898132
MD5sum: 1d5170191931a8eb1bef961f27c2009b
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL omnidb_plpgsql_debugger extension for
 interactive PL/pgSQL debugging in OmniDB.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-omnidb-dbgsym
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-16-omnidb (= 3.0.0.20201026-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-16-omnidb-dbgsym_3.0.0.20201026-5.pgdg+1_arm64.deb
Size: 42316
SHA256: 7bddf108e514c573fdeadacd9b1443b5dc5223e857a108b606cfa41431f91ab2
SHA1: 5cc63241a7f503283ab6ae291602141000245a6a
MD5sum: 25361360ed1ad8b99656b36ce7be1c9b
Description: debug symbols for postgresql-16-omnidb
Build-Ids: 26eb2b2238fae05d69065bee5e78340a55f55676
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-orafce
Source: orafce
Version: 4.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1136
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-16-orafce_4.6.0-1.pgdg+1_arm64.deb
Size: 386608
SHA256: 8e15685ad291a9625c4ace31e9c5724b6c13a24ffda694685d9012ff1c958cc1
SHA1: c17ffcdb79bef9da92f5ee7714a3a58d0bd2d6c0
MD5sum: 11281b4e0c07aaa97222d99949af891f
Description: Oracle support functions for PostgreSQL 16
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-orafce-dbgsym
Source: orafce
Version: 4.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 351
Depends: postgresql-16-orafce (= 4.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-16-orafce-dbgsym_4.6.0-1.pgdg+1_arm64.deb
Size: 301416
SHA256: 30f37e2e8cfa4bc73c32d5eaad65cef0a3b4bbdb409cac450b141c3fef6bcf0f
SHA1: 33a8de663005fd7e48fad73d084cb5af8cfaaf5d
MD5sum: 1847d25b57172b783458ec9985f69720
Description: debug symbols for postgresql-16-orafce
Build-Ids: 696490210955d39c0e5d1cabe37708da281fff1a
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-partman
Source: pg-partman
Version: 4.7.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6854
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-16-partman_4.7.4-2.pgdg+1_arm64.deb
Size: 256996
SHA256: 8446eae997899d10d544413b2bcb7ed72e924fa4b237cd2a6936e2799dc9512d
SHA1: 7b817cc76b4a7ba6415fe162c975e6cab9bffc07
MD5sum: 305ca4502cd0aacc54ce66709771ff5a
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-partman-dbgsym
Source: pg-partman
Version: 4.7.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-16-partman (= 4.7.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-16-partman-dbgsym_4.7.4-2.pgdg+1_arm64.deb
Size: 22400
SHA256: 8223a289017ba84fdf8bc75e7130fd03eadd5cf9e6700180ab7a2e0327d3f085
SHA1: d3f87f4b1ae6dee3cdb02d5c74273628e63ca339
MD5sum: 02b4bc686fb4f5eaf71e7264dc18b30a
Description: debug symbols for postgresql-16-partman
Build-Ids: 9b46ebc32aa1af3978000c6b3f2aff05b7f31f5d
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pgaudit
Source: pgaudit-16
Version: 16.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-16/postgresql-16-pgaudit_16.0-1.pgdg+1_arm64.deb
Size: 50976
SHA256: 9160b69c83f39738ec28bbe5c82f2797d85d5a061147cc5f3029245bb858fc28
SHA1: 14f8f4fb3b16f4c02b0f3423cdaf5c21a3f474fa
MD5sum: f49d1b4448e67f3ddff8b8022fd8e829
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pgaudit-dbgsym
Source: pgaudit-16
Version: 16.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-16-pgaudit (= 16.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-16/postgresql-16-pgaudit-dbgsym_16.0-1.pgdg+1_arm64.deb
Size: 54340
SHA256: 332459fe0a3f3ce7ed6a2a0805b7f9a120f0fedc51ac2d6ad3cbfb20dc893d24
SHA1: 1f2cdd9d8d7d93cd3fa33c990775ca484ff29149
MD5sum: 72458b8d6bc87cb3f6f2e74533211cfe
Description: debug symbols for postgresql-16-pgaudit
Build-Ids: 50d4162140cf7a796fb3e83cd05c14fdb6009fc8
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.5.12-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 15), postgresql-16-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile_1.5.12-2.pgdg+1_arm64.deb
Size: 29968
SHA256: b496fad58b15d4a7abc2a5300322707b434d77217b5c5bb9c42d0adced3023c1
SHA1: 63de3debc94152971af154139d12a986a3948ea1
MD5sum: 6e69b247818abeb486a35de28a58e806
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.5.12-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-16-pgauditlogtofile (= 1.5.12-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile-dbgsym_1.5.12-2.pgdg+1_arm64.deb
Size: 26500
SHA256: c5bc873b87953b993ec56062fc9684dfd7315e10c5232e138f27443984d87dbf
SHA1: 0ff770f0646ed0970a545485f7bb9ba9e19f6810
MD5sum: 84970278ed7a96b39cb8319089dc4bae
Description: debug symbols for postgresql-16-pgauditlogtofile
Build-Ids: 870499ea5126924f7428481c15d0456ab8b946c4
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pg-catcheck
Source: pg-catcheck
Version: 1.3.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: libc6 (>= 2.34), libpq5 (>= 9.0~), postgresql-16
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-16-pg-catcheck_1.3.0-7.pgdg+1_arm64.deb
Size: 33992
SHA256: ab3fcfbce9756f2ff942c1f3bec81f441ee501f1eaaa21521d91f2140739e3a3
SHA1: 8f94fd699863c90fa7e3896de4040c46f9af5b02
MD5sum: ef9afd63ed253a496c8db069141bda37
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.3.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: postgresql-16-pg-catcheck (= 1.3.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-16-pg-catcheck-dbgsym_1.3.0-7.pgdg+1_arm64.deb
Size: 36840
SHA256: de1035a01d772d4e4fe92d680b6c79c7333e1c5e66d92ef11070955fb9f67f98
SHA1: 8bf980ac24a6fc3ee5d5c8f9034fe82520b2d228
MD5sum: 249d6ca1ebacae6d8e4155bb3f470b73
Description: debug symbols for postgresql-16-pg-catcheck
Build-Ids: b37b9f1cb3ff731b37399262ff572afdd994dd62
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pg-checksums
Source: pg-checksums
Version: 1.1-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: libc6 (>= 2.34), postgresql-16
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-16-pg-checksums_1.1-6.pgdg+1_arm64.deb
Size: 35700
SHA256: a46b772dd06a90d4bf09009075aa5987aaeb60de65a88bb164f404a59b35abe6
SHA1: 269b1f0ac25109e0b08def1b5110b12821c76b31
MD5sum: 954a6296f3ed2d13c006b4b168908742
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-16-pg-checksums (= 1.1-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-16-pg-checksums-dbgsym_1.1-6.pgdg+1_arm64.deb
Size: 23300
SHA256: 6f789285dfd57388da905a9399d7461927bf09bed9693e6544a67f7778dc7201
SHA1: 0e814071c1d79e11548df01b0537d253739df67d
MD5sum: 402a24d0b0055545185ff5cabf911182
Description: debug symbols for postgresql-16-pg-checksums
Build-Ids: d37b14d4182000469d2e4366f3608e95a9d68d57
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pgextwlist
Source: pgextwlist
Version: 1.17-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-16-pgextwlist_1.17-2.pgdg+1_arm64.deb
Size: 37340
SHA256: a39791637689df6092aec1f9ce391d6efcb8a33b2f3b919a8a1341dde692f976
SHA1: c9f25a7635a99bf4f285c0434add79abe8a7b990
MD5sum: 53358e56f36609113639e47b3f6b3ad5
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.17-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-16-pgextwlist (= 1.17-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-16-pgextwlist-dbgsym_1.17-2.pgdg+1_arm64.deb
Size: 55164
SHA256: 07214711845531527a610dadd7ceebb146f938e0d59c1ab0314a460e323eeac6
SHA1: 34399791d678ea63a5d820827ea9c8bc853a581f
MD5sum: 9f5b21f91bba19c8150d0c62d84907f7
Description: debug symbols for postgresql-16-pgextwlist
Build-Ids: 37f96828b809fda5a99a058916d53bd4098a49f5
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pg-failover-slots
Source: pg-failover-slots
Version: 1.0.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: libc6 (>= 2.17), libpq5 (>= 9.0~), postgresql-16, postgresql-16-jit-llvm (>= 15)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-16-pg-failover-slots_1.0.1-2.pgdg+1_arm64.deb
Size: 41516
SHA256: 7653c3467ad88e6dbd6482dcfec34b524625c4b42db9dc8b049e8280fbde5507
SHA1: b6fde8a51de4e9134bcc535ea819c8b7af340c2d
MD5sum: 116a17c8844e8db0038c2d127737f1dd
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.0.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-16-pg-failover-slots (= 1.0.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-16-pg-failover-slots-dbgsym_1.0.1-2.pgdg+1_arm64.deb
Size: 41964
SHA256: eb0be2cd27a1b228c11e41b8ad78457d0824b3b56ff91b40f562e7ffcbcd29cd
SHA1: ad9a43e98b256a3e478ce9f62c230db470fe7a88
MD5sum: 16bc14193c0c4c73904bb4a79f7095ff
Description: debug symbols for postgresql-16-pg-failover-slots
Build-Ids: a6e828aa80b80c66c7ec884054fddae6fa1b1e35
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pgfincore
Source: pgfincore
Version: 1.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: libc6 (>= 2.34), postgresql-16, postgresql-16-jit-llvm (>= 15)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-16-pgfincore_1.3.1-1.pgdg+1_arm64.deb
Size: 32592
SHA256: edc318431350261679ff45da2cd6737c9c688bf15e1d89f124e97a08d2428433
SHA1: 9e19d135b7634715857049abe3e7ab9879f9274c
MD5sum: 21df1fc8c32be9485632d0730d612d30
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pgfincore-dbgsym
Source: pgfincore
Version: 1.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-16-pgfincore (= 1.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-16-pgfincore-dbgsym_1.3.1-1.pgdg+1_arm64.deb
Size: 42556
SHA256: bf94344c6909c3521bd7be3d9f230fed53a096981742bbba91f1a31422e5475e
SHA1: 362b89cc01f2785b2d1d9639b0b936e0926ff6fa
MD5sum: 887af075f1be944e555b102390104e7a
Description: debug symbols for postgresql-16-pgfincore
Build-Ids: 62d920b32ea6904b2d36f3b61c667447544a2e95
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pglogical
Source: pglogical
Version: 2.4.3-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1275
Depends: libc6 (>= 2.34), libpq5 (>= 9.1~), postgresql-16, postgresql-16-jit-llvm (>= 15)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-16-pglogical_2.4.3-2.pgdg+2_arm64.deb
Size: 426976
SHA256: 26c91344eabec8710c3a3d50cdd840de3beb162b2b029228ab38c26f37e834a8
SHA1: 905335869e5dbea85673488e550f2144e9238a1a
MD5sum: f36c7e522678e39a6a38852d4c74dc2f
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pglogical-dbgsym
Source: pglogical
Version: 2.4.3-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 489
Depends: postgresql-16-pglogical (= 2.4.3-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-16-pglogical-dbgsym_2.4.3-2.pgdg+2_arm64.deb
Size: 423616
SHA256: a1cd4777c904b96c63a7fb84dcedea7460344cf99993d49a3b3407f646c96360
SHA1: 3440b58bcbf41be22bf966dba80339fe0968aa15
MD5sum: c800ce93bfd8e9f6dd0afb2d7e39a346
Description: debug symbols for postgresql-16-pglogical
Build-Ids: 93fa4235eb0673d514c25e1d2fb6e0c1ecc2280d a05931e6fc01d2dd874b91e122615b534addb5f0 eb7a69ef0dff337632fdbbcb7b12187aaa86ed80
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), postgresql-16-pglogical, libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-16-pglogical-ticker_1.4.1-6.pgdg+1_arm64.deb
Size: 20840
SHA256: bd9f375f3995290ff7674db6daa4b1642ee046684aa5006d309cc77c630c150b
SHA1: b6b0882b4c67785b5dd501d6e119f9121864f6eb
MD5sum: aec2234046642b5d5eb805c2c861b36b
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 16.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-16-pglogical-ticker (= 1.4.1-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-16-pglogical-ticker-dbgsym_1.4.1-6.pgdg+1_arm64.deb
Size: 15544
SHA256: 4b696f688209db6cfcece31b407db4eab49e9c973b60d1b777ff2cae4e4ea415
SHA1: 88fbd627738b16b138571c3aec93f7bbb30a7d67
MD5sum: 907c0218abf79b74bbfb9e0073565bb4
Description: debug symbols for postgresql-16-pglogical-ticker
Build-Ids: 0c95831efe083d6fdc73cf1aa4fc780ca7587d56
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pgmemcache
Source: pgmemcache
Version: 2.3.0-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.17), libmemcached11 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-16-pgmemcache_2.3.0-13.pgdg+1_arm64.deb
Size: 51828
SHA256: 6e6bb267d516eefb1da5a1986ca536c8032fa961a2c3c327d245ae6fa9015903
SHA1: e5e06d910790d66d75bb85f18bd1cbc92b6a534b
MD5sum: 69a5458e48ffa5b4e8006942496e115b
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-13.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-16-pgmemcache (= 2.3.0-13.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-16-pgmemcache-dbgsym_2.3.0-13.pgdg+1_arm64.deb
Size: 49844
SHA256: 57777d5d8fc5ad6718725427a4f0633d1cebf4a648c73d12a60d7acb18551be5
SHA1: 1c243c14c4064cdb7befc6a5264abc5166b622c7
MD5sum: df47c0c8af94499a94e0b919e8d042fb
Description: debug symbols for postgresql-16-pgmemcache
Build-Ids: f3303f3427525cc3b5ac70b2934b764557f2c474
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-16-pgmp (= 1.0.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-16-pgmp-dbgsym_1.0.5-2.pgdg+1_arm64.deb
Size: 76416
SHA256: f4fe1e4fdb2470fe8a3dd554203d14645593c087c9fc9dd16e37e57c197f2fa1
SHA1: 386aad5d86ace86d9f1431c27b2cb787f43f113f
MD5sum: 6e59ee755070f5673ab262f4ede64ced
Description: debug symbols for postgresql-16-pgmp
Build-Ids: 9c4f219cba7a3c4572135d2595f9c7ce1e0a78f5
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pgpcre
Source: pgpcre
Version: 0.20190509-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.17), libpcre3
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-16-pgpcre_0.20190509-6.pgdg+1_arm64.deb
Size: 18824
SHA256: a382c10caf63c09cccc0a71fb4f6716c4b55416888b3b7b5ddb1dca849460ad5
SHA1: 4f2eb7a1b3bcdda5baeaee6254a8dd6e2399bd9b
MD5sum: bdd607a29b4863bffa21f529579a521c
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-16-pgpcre (= 0.20190509-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-16-pgpcre-dbgsym_0.20190509-6.pgdg+1_arm64.deb
Size: 16344
SHA256: 8af331275eb82c5a6c5e65b50c40c88eac10028d0d15ab504798ae61d1cc2b17
SHA1: fbb59d64509729ea7013862b073c69ea33f82e55
MD5sum: 61d550ed3ca3800ca658c4c09c40c096
Description: debug symbols for postgresql-16-pgpcre
Build-Ids: 0e3a0244838a2495efbf6001281f464651a502a4
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pgpool2
Source: pgpool2
Version: 4.3.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 439
Depends: libpgpool2 (>= 4.3.5-3.pgdg+1), postgresql-16, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-16-pgpool2_4.3.5-3.pgdg+1_arm64.deb
Size: 160760
SHA256: 282e239e6fd7006f642c92c9940a69822b23a0e81bee2963d056c4ca1450e223
SHA1: ee4dc66a509fc80f9cb9c4060e9bdce89ef7cb95
MD5sum: be667f710d791c8d41d38d55d950495c
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 16 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-16-pgpool2 (= 4.3.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-16-pgpool2-dbgsym_4.3.5-3.pgdg+1_arm64.deb
Size: 56600
SHA256: c4135b61d93b31d0efed076df5d318729ede0ed872e673840088c9960315ed5f
SHA1: df597f550bdbad2ca75ba96528b777ada5a475b1
MD5sum: 62b2971062f1dd53fe208d349b5d2ced
Description: debug symbols for postgresql-16-pgpool2
Build-Ids: 62d3e2b5a3709b6d2649e419aa104997485d8949 67638026318704b677ed2585cf53c9b5e9607836 78523535997a4450f22321356d8732377fb1b565
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pgq3
Source: pgq
Version: 3.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2239
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 15), pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-16-pgq3_3.5-3.pgdg+1_arm64.deb
Size: 145976
SHA256: cd0bce3b06f9a342c59936932cdaa5e723177717e12962e84869963c6bce7ea7
SHA1: c814db874b6e98a05fd7a0256113db1a44ad3b75
MD5sum: 76de7d5f3d6cbb34d2003d3444f715a2
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pgq3-dbgsym
Source: pgq
Version: 3.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: postgresql-16-pgq3 (= 3.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-16-pgq3-dbgsym_3.5-3.pgdg+1_arm64.deb
Size: 79932
SHA256: bffb9948acd2699b1bf0201c5417e1c75d192f83f071e3afd1b5fa256ac5c023
SHA1: b5f51a30df7a8fe9e9a6e51707ef9cbad8e473d5
MD5sum: 9415fbf0b8b64889839461a59a3684b8
Description: debug symbols for postgresql-16-pgq3
Build-Ids: 7ab39fbae9d1b9bce588cbd5cecfab59590d93e6 8f07b3b58dbf090484c3a50906590a93fd314b70
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pgq-node
Source: pgq-node
Version: 3.5-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 538
Depends: postgresql-16, postgresql-16-pgq3
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-16-pgq-node_3.5-5.pgdg+1_all.deb
Size: 12740
SHA256: 17a0550a3178f2b1ff1cbbe75d167cd099c3e219286c9f4a5a929109536ef8e4
SHA1: e4c81255d873490154d4b5b1766afa05f3807df0
MD5sum: de9526cd03f4cc67bc506749396fcdbe
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pg-qualstats
Source: pg-qualstats
Version: 2.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 209
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 15)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-16-pg-qualstats_2.1.0-1.pgdg+1_arm64.deb
Size: 62032
SHA256: 4997e10e129444df4ff66105d5688a9131c44372529782146c5c3740b59a55ff
SHA1: 1150d918416549f29acaf39f4eb3ae65f2552f60
MD5sum: c91e148b29168595e233c230d3d958db
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 79
Depends: postgresql-16-pg-qualstats (= 2.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-16-pg-qualstats-dbgsym_2.1.0-1.pgdg+1_arm64.deb
Size: 62692
SHA256: e9a137b56a9e5fb487d16a3de6c5b641686f17b4b6b9897c8cf8f2137481e3a6
SHA1: 6ba8ead15c76d86689b37cd309b2c46696f4b20b
MD5sum: e679111f96737e053791cc8f238d4840
Description: debug symbols for postgresql-16-pg-qualstats
Build-Ids: 0e2ff0c8f67d2cfa191c0788ffa668b0241b348a
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pgsphere
Source: pgsphere
Version: 1.3.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1698
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1), postgresql-16, postgresql-16-jit-llvm (>= 15)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-16-pgsphere_1.3.0-3.pgdg+1_arm64.deb
Size: 565832
SHA256: 56e1d9e15fd78d2a053d591b6335ad0935a6a6df13abf365f9f2c6617b0af9ee
SHA1: c4c484b171a1e4f79b974ec67fb1ddfb8cb7a1b1
MD5sum: 7b514ff3787d945e56d9ecd13d560a8f
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pgsphere-dbgsym
Source: pgsphere
Version: 1.3.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 445
Depends: postgresql-16-pgsphere (= 1.3.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-16-pgsphere-dbgsym_1.3.0-3.pgdg+1_arm64.deb
Size: 389356
SHA256: 6144623250334d8abaa7184661be71dde64cfda1e411fd08b9594733b9b0a8af
SHA1: df8c30193c734146aef6e3146391cd9cd09f1e08
MD5sum: 4c18d68e2526f55fbf5680c6baab8f25
Description: debug symbols for postgresql-16-pgsphere
Build-Ids: 43742c67dcac399eccd1e2b4ee1f1902e27d8010
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.2-2.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 169
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 15), postgresql-contrib-16
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-16-pg-stat-kcache_2.2.2-2.pgdg+1_arm64.deb
Size: 40608
SHA256: 13bb7eaeba9248f9153478330fdc039681211931d2b7a1c19096458471b8438d
SHA1: 80d703dee33396af9b864accd2650413c1fbd8e1
MD5sum: 73e110f219d2233b551854f50ae408e3
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 58
Depends: postgresql-16-pg-stat-kcache (= 2.2.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-16-pg-stat-kcache-dbgsym_2.2.2-2.pgdg+1_arm64.deb
Size: 41468
SHA256: ec0744422cde5a316b69617aceccd73b65e6f640fdfc9c5f4c38d872a73b3396
SHA1: 80e987d37531ba3f2898141f72014a490e400074
MD5sum: 46479a65efa85ac6f254365700d1a34d
Description: debug symbols for postgresql-16-pg-stat-kcache
Build-Ids: e04e4a4e3577b1c8ad92a212a471075abecb432e
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pgtap
Source: pgtap
Version: 1.3.0-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1774
Depends: postgresql-16
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-16-pgtap_1.3.0-3.pgdg+1_all.deb
Size: 61040
SHA256: c3d4523ce71006bc9fc32a7fc0670d5dc5bd6423365a8dd4e1e4f3d402d1cda1
SHA1: f5f9d5d658c575f135b4ea4e56bfaad9625fdf5e
MD5sum: b3382bd307bac511970d1eb955c01e86
Description: Unit testing framework extension for PostgreSQL 16
 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 16.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pg-track-settings
Source: pg-track-settings
Version: 2.1.2-2.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 150
Depends: postgresql-16
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-16-pg-track-settings_2.1.2-2.pgdg+1_all.deb
Size: 9764
SHA256: d1b0be290457ad7af885e6dd2e4d588cc89baafca79f37434be174d1c0214336
SHA1: 23b77b398d3fa7c1109d7a9ed6c96a6e0e6915d7
MD5sum: 5b1ee496abb430444958c3d5026b329b
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pgvector
Source: pgvector
Version: 0.5.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 449
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-16-pgvector_0.5.0-2.pgdg+1_arm64.deb
Size: 171560
SHA256: 315669fade65f4350e69c377307aa1c40306b803671079f1d7989f3cb9955a17
SHA1: 0c5c47627be4e4fc9740da36ba1cc7575b94f17c
MD5sum: 97c697a1fa7e2e1444743cfd923f3e3f
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pgvector-dbgsym
Source: pgvector
Version: 0.5.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 220
Depends: postgresql-16-pgvector (= 0.5.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-16-pgvector-dbgsym_0.5.0-2.pgdg+1_arm64.deb
Size: 191148
SHA256: c0002b177e55f64d77f52b08562ea4ba6354e472c2c6e9f183420298b53fd74d
SHA1: 44cbfd47c0a64f7f4c8cfdf85fad4ec3f3605fc5
MD5sum: ce78bbf15fe46927d1e0d504b3a0d773
Description: debug symbols for postgresql-16-pgvector
Build-Ids: 75bbde5664db04c6fbc0024b12a9dc5e4119326d
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 137
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 15)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-16-pg-wait-sampling_1.1.4-3.pgdg+1_arm64.deb
Size: 40928
SHA256: 49d48660645572bbcf36376ec1d705cf05f06af79cbd565834e3c2aa6c35ab06
SHA1: e7ae4bc0895c0e0e913bb348169f979a60bee033
MD5sum: 297593dfe628e3a69f1908ce6a8bce87
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-16-pg-wait-sampling (= 1.1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-16-pg-wait-sampling-dbgsym_1.1.4-3.pgdg+1_arm64.deb
Size: 53428
SHA256: 623999377f1ceec1615eef754016ab53393bcadb5d68ce2efd647a5d20a57029
SHA1: 2657704629789146d6d4164090aa1ce57e0d8588
MD5sum: 273e16fbec1153f464cb51029e6a1da6
Description: debug symbols for postgresql-16-pg-wait-sampling
Build-Ids: 9aa95d0b5d066fcef213e1bc9dd37ff60bfe998b
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pldebugger
Source: pldebugger
Version: 1:1.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 216
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 15)
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-16-pldebugger_1.5-2.pgdg+1_arm64.deb
Size: 83784
SHA256: de327397a5f9a49aa99dde1b1e21772a92c570aba6d20e0e4171f2f1cc207d6b
SHA1: 3b0af787717f1619fa21c349ad6cdd310283b2ad
MD5sum: 671f70bfbf4bd1f602f1e4ebf329c42e
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-16-pldebugger (= 1:1.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-16-pldebugger-dbgsym_1.5-2.pgdg+1_arm64.deb
Size: 106472
SHA256: 4fd5fffeeed1185f487724e8bddd8fe7f63d447bb96067218cb61ee6827e2390
SHA1: 865fcc6590722b5072c151116aa061928218bee7
MD5sum: 505aa777cbff67deefcd90ad080db4a8
Description: debug symbols for postgresql-16-pldebugger
Build-Ids: d68dcc8f2c5c9677068e61e03916c920ac3654c0
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pljava
Source: postgresql-pljava
Version: 1.6.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1358
Depends: default-jre-headless | openjdk-17-jre-headless | java-runtime-headless, postgresql-16, postgresql-pljava-common (>= 1.6.6-1.pgdg+1), libc6 (>= 2.34)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-16-pljava_1.6.6-1.pgdg+1_arm64.deb
Size: 916584
SHA256: 19464edc46dc5763b5fa1b65883f1d5504281f0ad5ed68402b6f6251a8bb95ee
SHA1: d841b45e20a38ce4cb6cf0fdb6315051ae92807a
MD5sum: 684e8a55f0fa4cd823fe83aa335cde8d
Description: Java procedural language for PostgreSQL 16
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-17-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 370
Depends: postgresql-16-pljava (= 1.6.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-16-pljava-dbgsym_1.6.6-1.pgdg+1_arm64.deb
Size: 306672
SHA256: 94b9123af0bab9de4e9ca183790623eed4a6a7d8eb5f574a22e8721f97c40a4d
SHA1: 4f5678d1c7ca3778bb95d4c4db3ecce8734d7566
MD5sum: 2f918010cbe1247b01dbd0c7646e51e5
Description: debug symbols for postgresql-16-pljava
Build-Ids: cac3595176689ab3719b3d56acfab94c901ce713
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pllua
Source: postgresql-pllua
Version: 1:2.0.12-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1025
Depends: postgresql-contrib-16, postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.17), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-16-pllua_2.0.12-2.pgdg+1_arm64.deb
Size: 385720
SHA256: f58e91f5c47f37668b05033fde4fea9487ffdffc00e7ccd118cf0116d8f53ec3
SHA1: 154b6148b927955c6410af572ad67af054be8ba5
MD5sum: 1f16a35c125fd0b00c263ba2ad6eba55
Description: Lua procedural language for PostgreSQL 16
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 385
Depends: postgresql-16-pllua (= 1:2.0.12-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-16-pllua-dbgsym_2.0.12-2.pgdg+1_arm64.deb
Size: 338544
SHA256: 221fec985f43271b45a292c88689bb8d86f35922b4f1159fa4ed4e25ad4d68f7
SHA1: 117d3233a342e6133e25b437ffb9587e4ba46553
MD5sum: 01a178aa8925c1ad1c4fa411c7f4fba0
Description: debug symbols for postgresql-16-pllua
Build-Ids: 2d0e2d972c1feadcceaaf1d638d95cf2ff825548 f87946e25d25e1fabeac0f1d68d9970ab28c4cef
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-plpgsql-check
Source: plpgsql-check
Version: 2.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 730
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check_2.5.1-1.pgdg+1_arm64.deb
Size: 338672
SHA256: b808216c4f421286188f3066dc4477f6608ebfb5a7d680d7abe1ff0d3b323625
SHA1: f1afa873af7b5dcae2d2a1d6017fee65b3341604
MD5sum: 0a2c90156f12499e0ce701379e5eb2e6
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 340
Depends: postgresql-16-plpgsql-check (= 2.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check-dbgsym_2.5.1-1.pgdg+1_arm64.deb
Size: 306812
SHA256: 3652db2b96d9cd5d2847646131f70ed07303e1ba96734b847747ea8a40f5d188
SHA1: 1d323ca9f3959544873358050a28831038de9186
MD5sum: 68e953e8a1fa9e93dfaa658a80158994
Description: debug symbols for postgresql-16-plpgsql-check
Build-Ids: 81be5c5b4468b65f0ae2ce898a711dd445dcaa91
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-plprofiler
Source: plprofiler
Version: 4.2.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 170
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-16-plprofiler_4.2.4-1.pgdg+1_arm64.deb
Size: 52964
SHA256: 6c86f37fdc45e692df621037d51e0def1f6717386a0434f78970dcb735950965
SHA1: e7e41fbdf2ee62fc3d0e7c330140df1d33e04035
MD5sum: fa13dbe66d1a90c3c65858d751f1b89a
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-16-plprofiler (= 4.2.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-16-plprofiler-dbgsym_4.2.4-1.pgdg+1_arm64.deb
Size: 68812
SHA256: df0a97c4d531f4a56bd1f8f151b0bf97beb8557c3b0ad2e54146109f7118dd9e
SHA1: 029310354a1e2aaf71eb087cfd6d200553fb0edf
MD5sum: f62040a06d896d12ed1680fe8798d1f0
Description: debug symbols for postgresql-16-plprofiler
Build-Ids: fa818efc6a1e097f623b8a6a8f0d6725af3f80b0
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-plproxy
Source: postgresql-plproxy
Version: 2.11.0-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 366
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.17), libpq5
Homepage: https://plproxy.github.io/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-16-plproxy_2.11.0-11.pgdg+1_arm64.deb
Size: 150960
SHA256: 735b56a142979ffd4977773d978a0d8b3513556c660ebf95951209abe1e2257c
SHA1: f474ae23b34d2dd9634f25a46758b91034cebcda
MD5sum: abd7a47c82853b22479b5cbbf6cbdf67
Description: database partitioning system for PostgreSQL 16
 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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.11.0-11.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-16-plproxy (= 2.11.0-11.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-16-plproxy-dbgsym_2.11.0-11.pgdg+1_arm64.deb
Size: 126964
SHA256: fb348a93cfbb318ae932121d2303a63b2480914f61b36954eb19f4c03d7ac3de
SHA1: ea73ff4c284966a2b57cae8b6c0a0663da9fe379
MD5sum: 7116a0e81e2aef6485b9e069d1b86662
Description: debug symbols for postgresql-16-plproxy
Build-Ids: ed739bfbd64c3552c10d5ecbf5ef3773729a0d90
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-plr
Source: plr
Version: 1:8.4.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 360
Depends: r-base-core (>= 2.10), postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.33)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-16-plr_8.4.6-2.pgdg+1_arm64.deb
Size: 156768
SHA256: a47fb2f26225e08dbea852159001c2667f29f32e4c111263c137e4f00c58a27f
SHA1: 4e25ad0232be537756393c4a0c4b213beb3e8b3e
MD5sum: 6771e440998689c67fea283fdb6040de
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-plr-dbgsym
Source: plr
Version: 1:8.4.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 158
Depends: postgresql-16-plr (= 1:8.4.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-16-plr-dbgsym_8.4.6-2.pgdg+1_arm64.deb
Size: 136948
SHA256: 4c415faa6deb59078ae19876cabb6ba20496d33d81110eb7a6461655e4fbea80
SHA1: 0db51d1e71e5ab56266aa473537db66cf02ed7b8
MD5sum: 576ba20dad97d074b38a5a24fdcca274
Description: debug symbols for postgresql-16-plr
Build-Ids: 6a183d8c4eda0526ebe1a36e9c9260cb14f5c978
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-plsh
Source: postgresql-plsh
Version: 1.20220917-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 123
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 15)
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-16-plsh_1.20220917-2.pgdg+1_arm64.deb
Size: 32376
SHA256: 9084902fa332f5a8786847574b0c9b383f6977cc42df9f52caf8d4c5541afa5f
SHA1: 617081461d6ec948359872da32af6dc05c2516d9
MD5sum: 8f390a28e7e8717edc7225d7fe0114fb
Description: PL/sh procedural language for PostgreSQL 16
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in a shell of his choice.  You need this package
 if you have any PostgreSQL 16 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20220917-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: postgresql-16-plsh (= 1.20220917-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-16-plsh-dbgsym_1.20220917-2.pgdg+1_arm64.deb
Size: 47112
SHA256: 6ebcb655cd9d02febe946e671046c84f237308af0f55a0de99ad375470487b4d
SHA1: 11545c900eec3ea2b8e5fd8fb2dc308e8941e03a
MD5sum: be3e99ff2e1b52af0bb1098a071bb491
Description: debug symbols for postgresql-16-plsh
Build-Ids: d7769f37af5db4782b4e903e676b5c56f6f43340
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pointcloud
Source: pgpointcloud
Version: 1.2.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 529
Depends: libc6 (>= 2.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-16-pointcloud_1.2.5-1.pgdg+1_arm64.deb
Size: 108436
SHA256: cb30defba8a9ef8341e54f28b8ebb852fb93d95a3380af8af3cd6068463ea939
SHA1: a4f5e85d3bffac3af82844f3fb66cac8f8e6c5fc
MD5sum: 2f65fc74a30c791a5bded3816df9787d
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 212
Depends: postgresql-16-pointcloud (= 1.2.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-16-pointcloud-dbgsym_1.2.5-1.pgdg+1_arm64.deb
Size: 180268
SHA256: 0e04fc226e7c6e5fa5bf21a7d31c06b85f849f4d4af970f9c47838f1f83a2aee
SHA1: 8ea4fe86b6fb0990311ee9af7634bce37de13c49
MD5sum: 5ada77ddbb6b878fe620d18f9823b6e9
Description: debug symbols for postgresql-16-pointcloud
Build-Ids: effc11f185bb622588d5db9c6d224ece9b3b56f0
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-powa
Source: powa-archivist
Version: 4.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1577
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 15), postgresql-contrib-16
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-16-powa_4.2.0-1.pgdg+1_arm64.deb
Size: 53900
SHA256: e7e231c3ef49ed8ee4259704c347faa56ad17d5a7f535d1e9140f55bb10756f6
SHA1: 78c5eb1979cd78c82a1afe91fb192ff7d11c52e2
MD5sum: fafa1b5c385d1a005566a160c847bd06
Description: PostgreSQL Workload Analyzer -- PostgreSQL 16 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-powa-dbgsym
Source: powa-archivist
Version: 4.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-16-powa (= 4.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-16-powa-dbgsym_4.2.0-1.pgdg+1_arm64.deb
Size: 36308
SHA256: 37e59a929f9eb04f12a51df4526a267a31a96897b347dbca8eaa23d9cab36bb6
SHA1: b321eec7c8823e7d9ef7fc039fe751922761deb6
MD5sum: 815157ec0de51a303ead5bd8f75fc16d
Description: debug symbols for postgresql-16-powa
Build-Ids: a29df6b7d8546b733c50bc10b35b228ccac91ffc
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-prefix
Source: prefix
Version: 1.2.10-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 15)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-16-prefix_1.2.10-2.pgdg+1_arm64.deb
Size: 42236
SHA256: 7da26202aa784590b96dc4836756e262ea0ea2bd3bb05a765c42898226542ebb
SHA1: 2f0a1f8c9581417f99d75810fd5082de455da241
MD5sum: df8b4d69fea083d43724bd44e4970b65
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-prefix-dbgsym
Source: prefix
Version: 1.2.10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-16-prefix (= 1.2.10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-16-prefix-dbgsym_1.2.10-2.pgdg+1_arm64.deb
Size: 49068
SHA256: f8a777de8dc8dbb64cfc32a9160d09f084edbac12f695f1646c2b6f5f1664e15
SHA1: 9ee44e27624c39ba82af1312a4a5fa1d74652346
MD5sum: 41b6df00e0467c1c380d02ac13d7e621
Description: debug symbols for postgresql-16-prefix
Build-Ids: 4e33523bfcafe240f7782589808b681790163dbd
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-preprepare
Source: preprepare
Version: 0.9-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 15)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-16-preprepare_0.9-8.pgdg+1_arm64.deb
Size: 17868
SHA256: 8ea7750b82bf7924765cbf37d6b216ed4135f35dc8b7a57cbce4d8a3ec32789c
SHA1: f15ac601058f775f25632524c965ec3a187602a6
MD5sum: 201d1f6086fe221adf2ecb10d478eb55
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-preprepare-dbgsym
Source: preprepare
Version: 0.9-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-16-preprepare (= 0.9-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-16-preprepare-dbgsym_0.9-8.pgdg+1_arm64.deb
Size: 17312
SHA256: 5dcba64c1fd14e8b77b5499d3be72658fc4ef78c6e348e49181efd9ab1f07bb6
SHA1: bd1bfe9542d52736a3f792e75d539b5cc4148310
MD5sum: 3b90fa5e7267f08954acdb647f063999
Description: debug symbols for postgresql-16-preprepare
Build-Ids: 844aafb54500d9957c5b47748a69671686ce013f
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-prioritize
Source: postgresql-prioritize
Version: 1.0.4-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 15)
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-16-prioritize_1.0.4-11.pgdg+1_arm64.deb
Size: 12160
SHA256: fa5ad92c519f9417fb6f7f108fb80e56035d8627e0abcf1b297db897f6d6d10e
SHA1: e333782536a98f0e8fa0d64fd284d18d670c7c52
MD5sum: c21886b5fb1a72b8144a3f17b3237061
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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-11.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27
Depends: postgresql-16-prioritize (= 1.0.4-11.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-16-prioritize-dbgsym_1.0.4-11.pgdg+1_arm64.deb
Size: 13076
SHA256: 84d51c0708c269cb4c384b3315ff030e34a1b3ba969465de857c072c35b64682
SHA1: 374def140456bf892550b00822aa823a28b4b58b
MD5sum: 92754075100b247764f5b9a9ae4c76bf
Description: debug symbols for postgresql-16-prioritize
Build-Ids: 4e02be9e368ffaa0d0ba3af49beb5c46ebfdeac0
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-q3c
Source: postgresql-q3c
Version: 2.0.0-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3396
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.29)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-16-q3c_2.0.0-8.pgdg+1_arm64.deb
Size: 169124
SHA256: bed2ec62439220758e8f6dda13d0ebf85f889c1c6f2ec4f698da8a1a37ed9268
SHA1: 7e0749868000ac3f24d3e8bad82b69a2dca8d161
MD5sum: 1bdcfaee1d7b97da59667d4de6188160
Description: PostgreSQL 16 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.0-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-16-q3c (= 2.0.0-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-16-q3c-dbgsym_2.0.0-8.pgdg+1_arm64.deb
Size: 98272
SHA256: 3f4cb85461d85cfad80d2f39fa1cb33f0b642e7383ffe070ad46e4abe32db82c
SHA1: bc55e35a0e13ca701f91ae87d91a98045a56c833
MD5sum: 351f763903a53b960a73871d85e27bae
Description: debug symbols for postgresql-16-q3c
Build-Ids: c8d1fc6e452ae194a6c3453887d68729bb91d222
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-rational
Source: pg-rational
Version: 0.0.2-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-16-rational_0.0.2-6.pgdg+1_arm64.deb
Size: 25144
SHA256: ec91de7836a8eb65d760ef96e4e4ee14a79ab618752276383fd2f57a1e2b7b6b
SHA1: 2589d6b79d139d5f377ecabaa9cd6078c35b43a5
MD5sum: ad6be39109757b3255d5b45269395c43
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-rational-dbgsym
Source: pg-rational
Version: 0.0.2-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-16-rational (= 0.0.2-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-16-rational-dbgsym_0.0.2-6.pgdg+1_arm64.deb
Size: 22568
SHA256: 314f16f446fcf20bdaf319aceb40bad55a0c2072529eb03e071c7b3c14193585
SHA1: 00eba0c71a4a2677612d61b24338fccace879d96
MD5sum: a8de9dbdb2ef5fa784ab748754795de8
Description: debug symbols for postgresql-16-rational
Build-Ids: 1c701773247e7bba66c5e13e33ac21d2f6a01765
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-rdkit
Source: rdkit
Version: 202303.3-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 934
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202303.3), libstdc++6 (>= 13.1), postgresql-16, postgresql-16-jit-llvm (>= 15)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-16-rdkit_202303.3-2.pgdg+1_arm64.deb
Size: 404104
SHA256: b67ce1e6783ba7292b5d79899a2ad038deac2902d3121af21610c095fd2fb130
SHA1: a512a9519593003d43fb387eac3ca494a920c70e
MD5sum: eb54109bbd2ebd3809fc7121530b7afb
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-rdkit-dbgsym
Source: rdkit
Version: 202303.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 834
Depends: postgresql-16-rdkit (= 202303.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-16-rdkit-dbgsym_202303.3-2.pgdg+1_arm64.deb
Size: 785432
SHA256: 99e4d93239cffa67a744ac7ec973efd9e717e4ef129f373bbc09659fe03c150f
SHA1: 1fc8e5bd7e54e54467c9a52685d2b46df87f7029
MD5sum: e2dc0c5989b7d8a45f25f3184bf7a17a
Description: debug symbols for postgresql-16-rdkit
Build-Ids: 118eb6a3208ba344221149245251b272de9727e8
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-repack
Source: pg-repack
Version: 1.4.8-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 308
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.34), libpq5 (>= 8.3~rc1-1~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-16-repack_1.4.8-2.pgdg+1_arm64.deb
Size: 103820
SHA256: ff76a65fa2af9e6e75718eda8674f86cef6fe1ffc1216f5d5e04552675a3dac1
SHA1: 7bcf8eb2446053f6447f1bc69d6b44be7475572c
MD5sum: e3ceb4a01e30606c59d6340a0d535143
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 16.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-repack-dbgsym
Source: pg-repack
Version: 1.4.8-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 155
Depends: postgresql-16-repack (= 1.4.8-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-16-repack-dbgsym_1.4.8-2.pgdg+1_arm64.deb
Size: 120444
SHA256: c7360edd290bfabacdcf9c27666da317afe78a56276d0e3b6445c71ae3d1b87b
SHA1: 24d4556fd82656dc453873a71d85274cfdb56360
MD5sum: a5a0a63c1c0e4e7133a283ea0a0ada55
Description: debug symbols for postgresql-16-repack
Build-Ids: 4f0eb9673c69a6975c7ac3e3934c2668b97b25d1 b45fc447a2f365c6288b124cbfe7046b5c28d497
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-repmgr
Source: repmgr
Version: 5.3.3-4.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1108
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), repmgr-common (>= 5.3.3-4.pgdg+1), libc6 (>= 2.34), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-16-repmgr_5.3.3-4.pgdg+1_arm64.deb
Size: 226948
SHA256: 4eec8bab000fbef9ca9fa8854e220bc28fee698c0cdda21b2409d0a1a2b29379
SHA1: d1cf285e9d1a7ceb27a569012ad02636a6592e42
MD5sum: 627086e239bf2727c7efff6ebdc7c849
Description: replication manager for PostgreSQL 16
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 16.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-repmgr-dbgsym
Source: repmgr
Version: 5.3.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 669
Depends: postgresql-16-repmgr (= 5.3.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-16-repmgr-dbgsym_5.3.3-4.pgdg+1_arm64.deb
Size: 601152
SHA256: e27d39ab3c8b98347e483e74867003f60467b118ac50de80881d10867376ace7
SHA1: 3fb8a7aeb7297bfd95632efb50e956b9e6286f86
MD5sum: e292c7c21ced9e564c90d0c72ff12fc6
Description: debug symbols for postgresql-16-repmgr
Build-Ids: a18f8431d6bf7fcef30d92dc9543b22d15925e6c ccd8a6612e00123272b252f180996bfb135d9986 d23504db2f2410222226ea1086b1ea6f46a7d9be
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-rum
Source: postgresql-rum
Version: 1.3.13-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 736
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-16-rum_1.3.13-2.pgdg+1_arm64.deb
Size: 270976
SHA256: 75b1b5e57c1472186d421c45ce14c74de3ef561e6c0bf6a8acf63b2022750207
SHA1: 121970d904132693b1a3e0b3c840971fa33a0904
MD5sum: 2f19ff6f8d745e6c29901cf2ab3229a7
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-rum-dbgsym
Source: postgresql-rum
Version: 1.3.13-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 313
Depends: postgresql-16-rum (= 1.3.13-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-16-rum-dbgsym_1.3.13-2.pgdg+1_arm64.deb
Size: 275624
SHA256: e8756a91db7a10a5bd31c644aee1275d664c19dfc92e626cfb165ddadacecf97
SHA1: 3c2eb0cfeb9a85253112b054159e358318ed3f64
MD5sum: a499422976a98bdf4be2990c2d1316af
Description: debug symbols for postgresql-16-rum
Build-Ids: 2873b4f6cf60f08932393312d1d2046e9f0b9dc9
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-semver
Source: postgresql-semver
Version: 0.32.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 174
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 15)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-16-semver_0.32.1-2.pgdg+1_arm64.deb
Size: 39048
SHA256: 21a83e6c52212a1a2c8917cc0c912eabf7cff7a2ebe2d4fb66ef79652976a5f2
SHA1: 1a7c7d51e63044e9d7fd4e76df44da2756bdd120
MD5sum: 236c574dbb2353a7bb4f2f770267ed6c
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-semver-dbgsym
Source: postgresql-semver
Version: 0.32.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-16-semver (= 0.32.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-16-semver-dbgsym_0.32.1-2.pgdg+1_arm64.deb
Size: 24756
SHA256: dbb482484a427972b6e6f5a901a43ce37dd17cf3bc0c91e4842c965981cf6784
SHA1: afed94f16d9337f5ca8b81833b8532e80afd4e67
MD5sum: 8df299d1451d0c15563d226266500fe0
Description: debug symbols for postgresql-16-semver
Build-Ids: 9446646a764beb8de59d3d568b3e174bb3ca1c77
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-set-user
Source: postgresql-set-user
Version: 4.0.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-16-set-user_4.0.1-2.pgdg+1_arm64.deb
Size: 40260
SHA256: 4474894f985899a9f01b3e4987d036c47409e1d1d115b35c819fa75c462a3f60
SHA1: a2b431a8fb61b00569b9521bad86a91b8ac280ad
MD5sum: 4bdc13d7adf67544f0c62d4d8d02f32d
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-set-user-dbgsym
Source: postgresql-set-user
Version: 4.0.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-16-set-user (= 4.0.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-16-set-user-dbgsym_4.0.1-2.pgdg+1_arm64.deb
Size: 50796
SHA256: 4a24bb2dec22acd7862d44327e621b3b780d458b2bfb405807b321fb3c83f89c
SHA1: deea0d0b642d1f0fe5a977e0c7d30b5d00d1e950
MD5sum: 4f246e48284051af29229464a5a74eb8
Description: debug symbols for postgresql-16-set-user
Build-Ids: 7ef75121bc7ba48abbc1e459ca0643548b47e64c
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-show-plans
Source: pg-show-plans
Version: 1.1.5-1.pgdg+1
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 121
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-16-show-plans_1.1.5-1.pgdg+1_arm64.deb
Size: 27316
SHA256: 28d6007deb9727c8b60391f56a62a7becd6feab09a0ae4c19f96dd06b53393ad
SHA1: 7fb8941fcd3d145c04751a40b582aeb85c90aa37
MD5sum: 83da304d377b418402dd8d2fd1257263
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-show-plans-dbgsym
Source: pg-show-plans
Version: 1.1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 53
Depends: postgresql-16-show-plans (= 1.1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-16-show-plans-dbgsym_1.1.5-1.pgdg+1_arm64.deb
Size: 37576
SHA256: 5e472d6f50919917f9b90cf938bffbdb35b556a47b331c0c9c1310e9c3279dd8
SHA1: e3d912d38c46cd0204e11bf3b8ba3d4897afea1b
MD5sum: a3997325682beca5f58fc6066d45eb65
Description: debug symbols for postgresql-16-show-plans
Build-Ids: 583a9001d90752138a9256e2483ab57983d1ee69
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-similarity
Source: pg-similarity
Version: 1.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 323
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-16-similarity_1.0-7.pgdg+1_arm64.deb
Size: 105056
SHA256: e982264d9b8a11c42ab2bc971e523d17783ae15249a1d55a50a5f4c2534c6b64
SHA1: 780c6c7b034338727255af6ea3d6e38a6fd1e822
MD5sum: c619d47124044d404a72beb8dbf2ea39
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-similarity-dbgsym
Source: pg-similarity
Version: 1.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-16-similarity (= 1.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-16-similarity-dbgsym_1.0-7.pgdg+1_arm64.deb
Size: 67724
SHA256: 3d7ae0584d43b6a648cf15a64fb0af6da20df41f227e77d06d32ef8f3763fd4f
SHA1: 45e1020fa649a9fbd2a584fcc5e5b69ef89dca98
MD5sum: 31b45d3aa740941fa48258b42f7e1305
Description: debug symbols for postgresql-16-similarity
Build-Ids: b931daa3a1e90dd3425be7ed38ac0aff01515f03
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-slony1-2
Source: slony1-2
Version: 2.2.11-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-16, libc6 (>= 2.17)
Suggests: slony1-2-bin
Provides: postgresql-16-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-16-slony1-2_2.2.11-3.pgdg+1_arm64.deb
Size: 18176
SHA256: 8e78db5de55d7fde0bf2a4acc23457424c7ca9d185fea86a3d4696713f63369a
SHA1: 227441a53f67aae506adf4b7d9dac2c2571f4d6c
MD5sum: ffe873d7dd42ea2b4c67caa9afed0c2c
Description: replication system for PostgreSQL: PostgreSQL 16 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
 16 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.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.11-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-16-slony1-2 (= 2.2.11-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-16-slony1-2-dbgsym_2.2.11-3.pgdg+1_arm64.deb
Size: 71536
SHA256: 3d7a2d5dedef2be5a38059bcb33d8e7207bf880e12d12c1b151675160ea6438e
SHA1: a1527006ce358e92b2fb85affe76e8189e429a92
MD5sum: bc4a9d40e6e52d2e2906be2d3e27bebd
Description: debug symbols for postgresql-16-slony1-2
Build-Ids: 2cd1604a2e4ecba70128ee8baacf670a7f115151
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-snakeoil
Source: pg-snakeoil
Version: 1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.17), libclamav11 (>= 1.0.0)
Recommends: clamav-freshclam | clamav-data
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-16-snakeoil_1.4-1.pgdg+1_arm64.deb
Size: 17412
SHA256: 40f40370e0338481d9cec7af82fe5b8d8d5760e6206527b94d73db02ca87c7f7
SHA1: 89bb7b90bb7a9bace7a70e4ee44f040f40a9e489
MD5sum: 06a7cd7e55720b49b5ccf34e1d4360cb
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-16-snakeoil (= 1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-16-snakeoil-dbgsym_1.4-1.pgdg+1_arm64.deb
Size: 15592
SHA256: 87bdb9cc353e2e6fef0bb07a64bc646c7e158edc646bde1bbe4fb927dbdcd04c
SHA1: db077f5ec1243ca19839100170d2618ecf5c6568
MD5sum: 3fe17dd62dd21de704481a65e7cc38e7
Description: debug symbols for postgresql-16-snakeoil
Build-Ids: 64d8b864e6d2a82cd6c6d706b85173cdc687fb30
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-squeeze
Source: pg-squeeze
Version: 1.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 340
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-16-squeeze_1.6.2-1.pgdg+1_arm64.deb
Size: 123688
SHA256: 89a0c572be28b7121c17a7ba501ad94d54dee83d5a4374546015c35ae666d451
SHA1: 42f72a9e05cba3bbc791135a29d1ba51c18b0d3a
MD5sum: ba6b639bc333bda4b106ffcdf806a67f
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-squeeze-dbgsym
Source: pg-squeeze
Version: 1.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 163
Depends: postgresql-16-squeeze (= 1.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-16-squeeze-dbgsym_1.6.2-1.pgdg+1_arm64.deb
Size: 139096
SHA256: bdb5c14e76a0854b46c5233f998215016a87d23ef838881832eef912281da8fc
SHA1: 170ca5f449d7f844eb73ad916bc3caa5c5a0e603
MD5sum: a58d9828df7af9b97d555189bc92f067
Description: debug symbols for postgresql-16-squeeze
Build-Ids: 36e19cbbb978a72ece2ef80c80f8165a6cd9d13e
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-tablelog
Source: tablelog
Version: 0.6.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 165
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 15)
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-16-tablelog_0.6.4-2.pgdg+1_arm64.deb
Size: 49476
SHA256: 9c574e1f91374181724fc2c4d984c89ffece585cb052abd191e813f15ec02e4a
SHA1: a7ddcddd1b7ae716ff64246c174a5045547e3112
MD5sum: 8d474ef2e49f87b9b7cd35a3cd59a42a
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-tablelog-dbgsym
Source: tablelog
Version: 0.6.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-16-tablelog (= 0.6.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-16-tablelog-dbgsym_0.6.4-2.pgdg+1_arm64.deb
Size: 50504
SHA256: f5a3e48addb1cd74b03d8064940f68d2f5cbe848ffa6a91fd8c756cd72eef4dc
SHA1: ccae32cee4b5d6e2d73e1d51e5ab04b772864c1f
MD5sum: 6e864ede416217695e22477a14aea557
Description: debug symbols for postgresql-16-tablelog
Build-Ids: 4f4d1af4fcf4fe66447394e461bb012075b2d0a8
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-tdigest
Source: tdigest
Version: 1.4.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 15)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-16-tdigest_1.4.0-4.pgdg+1_arm64.deb
Size: 60720
SHA256: 7cb021de1ee448894716249565f4b4891d1c88ce983f637457037b947586d529
SHA1: ff5073e8b794ce27ab65831ba4a20d54e37d36ce
MD5sum: 62d85d88f8a8790b2d1464ab96c8fdda
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-tdigest-dbgsym
Source: tdigest
Version: 1.4.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-16-tdigest (= 1.4.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-16-tdigest-dbgsym_1.4.0-4.pgdg+1_arm64.deb
Size: 53084
SHA256: 1bbc90e8243b5a4f923aa40de0fb07b29b811de51d74397e977827ca13653a62
SHA1: 74e96cd69158a6fadf475a0f8c51c7bdeec1edc2
MD5sum: 953b1e6a8df27b06511cc73a198d9fbf
Description: debug symbols for postgresql-16-tdigest
Build-Ids: 1df77261d73cab5aa94b8ca130aea851c6a44e5d
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 155
Depends: postgresql-16-tds-fdw (= 2.0.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-16-tds-fdw-dbgsym_2.0.3-2.pgdg+1_arm64.deb
Size: 138568
SHA256: 80469639d9322101d4bf30bd885c12b446f1a74cfe4a86e42af147ee5f7d8757
SHA1: 496c4527c829c3bdb010c869a7d4563736d2b041
MD5sum: 8c708853ddc0dfe44d6cbb5eea20c3bc
Description: debug symbols for postgresql-16-tds-fdw
Build-Ids: a5578997ddbb06e4643b9745cc8dcf19d5ead77e
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-toastinfo
Source: toastinfo
Version: 1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-16-toastinfo_1.5-1.pgdg+1_arm64.deb
Size: 12980
SHA256: 87a382227a97ff181eadce6fda394ceb3ddebbe0b77d4cddaa896e7873b428c3
SHA1: 7ff9285448aee7783cba9e76a1581d6b8c815fe1
MD5sum: 587a76a270c0e5c8fba24742882e9bdf
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-toastinfo-dbgsym
Source: toastinfo
Version: 1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-16-toastinfo (= 1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-16-toastinfo-dbgsym_1.5-1.pgdg+1_arm64.deb
Size: 11472
SHA256: 1e17cfdeeafa9fceeeacdd9328af30394bc7b6efbc215e11078da7b60c53d3bf
SHA1: 400f4c1f6b7d6648c53a1ff4b55a4552989b41f4
MD5sum: 47956e12cb95a4e00404323f5d37439f
Description: debug symbols for postgresql-16-toastinfo
Build-Ids: ee8555409ab6785901fcf4be051f097249cae0db
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-unit
Source: postgresql-unit
Version: 7.8-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 503
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 15)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-16-unit_7.8-1.pgdg+1_arm64.deb
Size: 134520
SHA256: fae92481b5d67ed9401306b73d580bcb921a0767be2814e42727f41a7ef37e55
SHA1: 5be86cd27dfd5425031a4e0b73d2d95b6b63b061
MD5sum: fb06e9647fd9d17723bdaba7c1c2cbca
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-unit-dbgsym
Source: postgresql-unit
Version: 7.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 84
Depends: postgresql-16-unit (= 7.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-16-unit-dbgsym_7.8-1.pgdg+1_arm64.deb
Size: 62884
SHA256: 53f8808c8a820bcff83148bf2ae8e17dd07413bc22a3c2740137ac489fbb3767
SHA1: ea81fdc5a92281d9eab94bf92a4c049dc264a7e9
MD5sum: 9381ae70fdc7465148c3ee462a2c0ada
Description: debug symbols for postgresql-16-unit
Build-Ids: 628eb661eebcdb8109938e3d1c01bfca76f420d6
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-wal2json
Source: wal2json
Version: 2.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 155
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-16-wal2json_2.5-2.pgdg+1_arm64.deb
Size: 61464
SHA256: 3c343d6a055bdf846626162f250b2c5d61007315a9327190ac400f5d5ee76829
SHA1: f0fb4bc68100731d883d0eabd87d824ce90c4993
MD5sum: 72836787c119b1c720973cd39030814d
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-16-wal2json-dbgsym
Source: wal2json
Version: 2.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-16-wal2json (= 2.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-16-wal2json-dbgsym_2.5-2.pgdg+1_arm64.deb
Size: 72136
SHA256: 1b7f541984ca106663d05113e99b6c1ed192b017d80d395688cedd1cae690ac1
SHA1: 8f93cca9787a8b447958fc575de7314302cabc6f
MD5sum: 28cd6f25bf0941eddf526a679f05a2f7
Description: debug symbols for postgresql-16-wal2json
Build-Ids: 72dd1409f350d4cb056d5a1d08948c2f82ecb50f
Timestamp: 2023-09-27 15:32:33+00

Package: postgresql-pljava-common
Source: postgresql-pljava
Version: 1.6.6-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 18
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-pljava-common_1.6.6-1.pgdg+1_all.deb
Size: 5152
SHA256: ae24423f2dea246f8b972ecb0e9059888a27fe72d9d09eb0ae9bb029176fb21b
SHA1: 31027fdb235b183ea13f67af39ba9e403efd087c
MD5sum: 82338d7dee35d8e4d37c5745d63f6918
Description: Java procedural language for PostgreSQL, config files
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package contains the pljava.policy config file.
Timestamp: 2023-09-27 15:32:33+00

Package: python3-rdkit
Source: rdkit
Version: 202303.3-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 33264
Depends: fonts-freefont-ttf, rdkit-data, python3 (<< 3.12), python3 (>= 3.11~), python3-numpy (>= 1:1.22.0), python3-numpy-abi9, python3:any, libboost-python1.74.0 (>= 1.74.0+ds1), libboost-python1.74.0-py311, libboost-serialization1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.34), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.2), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.5), librdkit1 (>= 202303.3), libstdc++6 (>= 13.1)
Suggests: rdkit-doc
Homepage: http://www.rdkit.org
Priority: optional
Section: python
Filename: pool/main/r/rdkit/python3-rdkit_202303.3-2.pgdg+1_arm64.deb
Size: 4196684
SHA256: 69566caf5fcef2c5006de3e0cf6c81bfa2a6c93c59a1977528c194e72035d6e5
SHA1: d599143c9593d9061bd0617bef0714095d632ac9
MD5sum: 42a335438568bdb42a6e3d0348c17ee8
Description: Collection of cheminformatics and machine-learning software
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
Timestamp: 2023-09-27 15:32:33+00

Package: python3-rdkit-dbgsym
Source: rdkit
Version: 202303.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 61112
Depends: python3-rdkit (= 202303.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/python3-rdkit-dbgsym_202303.3-2.pgdg+1_arm64.deb
Size: 52479584
SHA256: 64cd8b28ef07fade27bc8916076f65d101bf0972044fbebc176efcb95411db88
SHA1: 1a296f1e21e944686c2cffdbad93ecc1ce7a7817
MD5sum: d7a2fc886616bef8c1f8bc3f72ddb835
Description: debug symbols for python3-rdkit
Build-Ids: 03205e996c8f624075d5c23aa5f33ebb97c984cd 03a1e1a1ef719b3daccd11a649943623724e8294 0497f29e27b89a9fec7bd06899ae1d69a6ba98cc 125dc84b54c64423f731c49a790522515d6a415f 1656b179867ecf3bb73ae291e0b685dac53042f8 1880335191871ee8d51e396996583c3ad6323d16 222708618c9e2ababf24c8f587c7bce235b16a27 255bb266ac906b15374a2317e1d96307eb5e5499 26d391d977ae4a1ca2e90553df9b86ed79228f2e 2dd23b854d12581386ed88972dabce493f257d74 2ec17c8378584e3a437fc19baa08e264d549aa1d 311b5fa23d08a3a55aebdf95e41d35f2207c50c0 3b4683d43d3c9ce787c4a5bfb2d125d5ad835440 4a649ffe1c51e057e45f02b6bd9282cdc6f79e8f 4fe13443e365605aff9f62b1f8e421d346115d85 54383d322cab8134baaaee336764f721c58f7d71 67a8de43cb407e264d88759d7a4697aa1182c4bc 6d342db8fa73d4dea44b1ed1e69f4b85f9d2b23a 6fd1386e374ea753947f5613fad91aa4ffb2f0ef 726fd913dc8a6ee9b950e73d652b6c709138e52d 727fb036cda5fa2ed48aed78b51e03a188099ffd 78bf80a3972cecae3790a17f395df317947d8780 87a5da36b67aa68401758b54439f50a964e4d226 8844e421d2fb9243832023dd6dd94d4cbd72f9b1 919fff682390afe3069b1a73823dd4aa93870888 92cefe3109b1b1f01a68e7d4d1a53ab69cc0af54 9799e15ba25c3ffb2f1009994f0e13056f7f2aea 9d7cb72d922f0f11d87d46d5637261238db9811d a3fd2fffb9cde68fd85031ce5bb731b28b25c542 a76c8fe027c0eb8931dae4c866d03a5638139ad5 a9611aa2482e8d390cdb013de96e0c9a3ebe529e ab9034455cb321453af6a94396ed41b535c86072 afa136f866c5b02aa49500e52808732c5893f042 bc3e79cd77a5bbaf41410d273b2c47a5b6ee18db bcf6ecd040c16b91b845cdb19236e7117153a789 c0ac718977a7779adc216bfad1bc9bd5fd88edc7 cf9c1331af11baa42a077c1ae7e11c8f5098474c cfbd25e074fb9991c237bf4e77637c7d191ae062 d10ac4806c374eaf40cdab225798f27bb893f108 db1a28da359d4cdd61ca1223d92c02b46cfe7b09 dc26386483f7649b181cfa1539b3b7bb789f1d9e e0716a036fdec34fa3d11aa0038d69d496466c66 e4fac94e7cf3fa0973c0e8cf66f3f1f7931b1ce3 eb9512101bb2f0d5176caded046cf01af844e34f ecc3f16af5c6b82111e9d86f4cda1597b837d6d7 ef83053b6fe6cafbac1a9fe0c2b03bc9fac94bc1 f2d90b5e43fdc6f20dcffa288dce8451e5e28944 f36a8cba90a5051f94b92797b80776bb217a7c93 f71d6ae3240f2caaadbcd5717324be2058c05ceb
Timestamp: 2023-09-27 15:32:33+00

Package: rdkit-data
Source: rdkit
Version: 202303.3-2.pgdg+1
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 59173
Homepage: http://www.rdkit.org
Priority: optional
Section: science
Filename: pool/main/r/rdkit/rdkit-data_202303.3-2.pgdg+1_all.deb
Size: 13108544
SHA256: 956d5c8266d850e27acb19e51189933092514735a0f6ae5eb168d75d6d309400
SHA1: 1dc91345f62e318eab1c4d9b65c7e871715e9152
MD5sum: 97f35758ee0fde3b05c3a1541f7b9821
Description: Collection of cheminformatics and machine-learning software (data files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains data files.
Timestamp: 2023-09-27 15:32:33+00

Package: rdkit-doc
Source: rdkit
Version: 202303.3-2.pgdg+1
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 73382
Depends: libjs-jquery, libjs-underscore
Homepage: http://www.rdkit.org
Priority: optional
Section: doc
Filename: pool/main/r/rdkit/rdkit-doc_202303.3-2.pgdg+1_all.deb
Size: 8267792
SHA256: 2e939645926eb906f10ccf04d45733783437c2339c325c0866545f8565765722
SHA1: d412d6e7f2b28baab19766eaf3adb642a9db2d13
MD5sum: 6e71aed8790bad731b7276e6e4965d9f
Description: Collection of cheminformatics and machine-learning software (documentation)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains the documentation.
Timestamp: 2023-09-27 15:32:33+00

Package: repmgr
Version: 5.3.3-4.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 21
Depends: postgresql-16-repmgr | postgresql-15-repmgr | postgresql-14-repmgr | postgresql-13-repmgr | postgresql-12-repmgr | postgresql-11-repmgr | postgresql-10-repmgr
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/repmgr_5.3.3-4.pgdg+1_all.deb
Size: 13852
SHA256: 03bc614dcc687dc4a1ce6458ca1f2fe38962d28e24ede7a8354b9ccd4c3a5822
SHA1: c48a5651809757ba1ce04b8d24c397d1472c8c8b
MD5sum: 293338addc77bcad9a2a04eec9ee89d6
Description: replication manager for PostgreSQL (metapackage)
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This is a metapackage that depends on the version specific packages.
Timestamp: 2023-09-27 15:32:33+00

Package: repmgr-common
Source: repmgr
Version: 5.3.3-4.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 308
Depends: postgresql-common, lsb-base
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/repmgr-common_5.3.3-4.pgdg+1_all.deb
Size: 195844
SHA256: 8a771a33718b9cb007fa014f734037b9169680a6e43e488b1a19bd827c8a2298
SHA1: bbb72bc9cf19ad21e60c3efa234f696c655b5071
MD5sum: 94fcc20426831cb0507a8e8988a63adb
Description: replication manager for PostgreSQL common files
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr files common to all versions.
Timestamp: 2023-09-27 15:32:33+00

Package: slony1-2-bin
Source: slony1-2
Version: 2.2.11-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 880
Depends: lsb-base (>= 3.0-6), logrotate, postgresql-common, perl:any, libc6 (>= 2.34), libpq5
Recommends: libdbd-pg-perl, ntp | time-daemon, postgresql-16-slony1-2 | postgresql-15-slony1-2 | postgresql-14-slony1-2 | postgresql-13-slony1-2 | postgresql-12-slony1-2 | postgresql-11-slony1-2 | postgresql-10-slony1-2
Suggests: libpg-perl, slony1-2-doc
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.11-3.pgdg+1_arm64.deb
Size: 205608
SHA256: 390258cf6dfa6914d718f4ec9fee5aa2276d223c2e79f59d86831b0431d2e0ed
SHA1: 0c8867d8bb86fe85a265390566275ed4ff8f1aea
MD5sum: 09f7285c2dc0daa69d8b8286396b9873
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.
Timestamp: 2023-09-27 15:32:33+00

Package: slony1-2-bin-dbgsym
Source: slony1-2
Version: 2.2.11-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 361
Depends: slony1-2-bin (= 2.2.11-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/slony1-2-bin-dbgsym_2.2.11-3.pgdg+1_arm64.deb
Size: 313924
SHA256: e06e9b3547039481968ff263fd37723c0fa7e0b184f21c667a1079b104788745
SHA1: 411b583b05d37fd0a605c56fc4992c7650348e12
MD5sum: 4caac90d62f1f165eb9c61957e7f373a
Description: debug symbols for slony1-2-bin
Build-Ids: 8465a0706b6df00eb25de5279020e6bd84632ab9 cae326c87a3efb326df397097900ab9346db932b f923cf7ccdd5c514071c2a57fbffe09ad35668c0
Timestamp: 2023-09-27 15:32:33+00

Package: slony1-2-doc
Source: slony1-2
Version: 2.2.11-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1869
Conflicts: slony1-doc
Provides: slony1-doc
Multi-Arch: foreign
Homepage: http://slony.info/
Priority: optional
Section: doc
Filename: pool/main/s/slony1-2/slony1-2-doc_2.2.11-3.pgdg+1_all.deb
Size: 325624
SHA256: 78771147e2e11122fa6bb98ff560aa41e871125d6c2d3499afccfc3e7886341b
SHA1: 90723a5ee2b2f7699dd66368a047c73c6ada673d
MD5sum: dcb6731b35fad41f1503675d7e0d8c5c
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.
Timestamp: 2023-09-27 15:32:33+00

Package: sqlsmith
Version: 1.4-1.pgdg+2
Architecture: arm64
Maintainer: Andreas Seltenreich <seltenreich@gmx.de>
Installed-Size: 526
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libpq5, libpqxx-7.8 (>= 7.2), libsqlite3-0 (>= 3.6.18), libstdc++6 (>= 13.1)
Homepage: https://github.com/anse1/sqlsmith
Priority: optional
Section: database
Filename: pool/main/s/sqlsmith/sqlsmith_1.4-1.pgdg+2_arm64.deb
Size: 139608
SHA256: 992c4e302cd7424da0078b4bd83b955fe5f4b5ae701c7a4839da80b8f4dc9df1
SHA1: f91ff8ee4f8b4edcd08cae60487e2d46542ad38d
MD5sum: 9788dd338a1ebe442fb67d916c66f8f9
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+ and sqlite3.
 .
 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.
Timestamp: 2023-09-27 15:32:33+00

Package: sqlsmith-dbgsym
Source: sqlsmith
Version: 1.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Andreas Seltenreich <seltenreich@gmx.de>
Installed-Size: 4085
Depends: sqlsmith (= 1.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/s/sqlsmith/sqlsmith-dbgsym_1.4-1.pgdg+2_arm64.deb
Size: 3998752
SHA256: afbc4f705ab98b5ef6edef6e12fbdec692d0935937ab4a2f9e3179bc29329e12
SHA1: 6e9608df985710604d14936c46bb88a465d0c463
MD5sum: f6642968bd2d2520b3eb99a8f8089a6c
Description: debug symbols for sqlsmith
Build-Ids: 7a546eaa18574be8435946023ae50b4b2b7d4fe7
Timestamp: 2023-09-27 15:32:33+00

Package: barman
Version: 3.9.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 80
Depends: python3-barman (= 3.9.0-1.pgdg+1), python3-pkg-resources, adduser, rsync, python3:any
Recommends: openssh-server, openssh-client, postgresql-client
Suggests: barman-cli, repmgr
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman_3.9.0-1.pgdg+1_all.deb
Size: 45080
SHA256: e0069ea84f9fc0a6ddf81d266fbd1b802d8e165277e2aa4f5318c2f534d68f4f
SHA1: ec49b2be912c148f76fd0cf388d1f5e84a9c50ff
MD5sum: 533eb098bd21bfc56f2e62a4eda99c3f
Description: Backup and Recovery Manager for PostgreSQL
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides barman binary.
Timestamp: 2023-10-06 14:40:55+00

Package: barman-cli
Source: barman
Version: 3.9.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 19
Depends: python3-barman (= 3.9.0-1.pgdg+1), python3-pkg-resources, rsync, python3:any
Recommends: openssh-client, barman-cli-cloud
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli_3.9.0-1.pgdg+1_all.deb
Size: 7160
SHA256: b7790cc3a58d737ad249b6779ed4e77d140027eb2947b7236745f4c4b26fe858
SHA1: 5bb3127db997eabf974d2bd86bb8fa343478caac
MD5sum: 107d7c1b0254fbdbb2841bccbb4de4bc
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 organization 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.
Timestamp: 2023-10-06 14:40:55+00

Package: barman-cli-cloud
Source: barman
Version: 3.9.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 53
Depends: python3-barman (= 3.9.0-1.pgdg+1), python3-pkg-resources, rsync, python3:any, python3-boto3
Breaks: barman-cli (<< 2.10-3~~)
Replaces: barman-cli (<< 2.10-3~~)
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli-cloud_3.9.0-1.pgdg+1_all.deb
Size: 30228
SHA256: 165955ef713332d4acc37b7cd1ba8b9f00b6d09b885a2e6da9ac919659a1fe97
SHA1: 9c26021e1e5219afa1f080df9a9b271e9a320418
MD5sum: b2e8b88cd0cc1703a1d6f0fb9c559819
Description: Cloud 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 organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli-cloud package contains cloud client utilities for the
 integration of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by 2ndQuadrant.
Timestamp: 2023-10-06 14:40:55+00

Package: python3-barman
Source: barman
Version: 3.9.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1385
Depends: python3-argcomplete, python3-dateutil, python3-psycopg2, python3:any
Breaks: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Replaces: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Homepage: https://www.pgbarman.org
Priority: optional
Section: python
Filename: pool/main/b/barman/python3-barman_3.9.0-1.pgdg+1_all.deb
Size: 215716
SHA256: 6a3998f9dbf0cab9f7053a1fda259d870580a26e7e2ed3e474abea6c0b0f8de5
SHA1: 7c15c5380b5ab06e8e8a3463c8d39812810ec5ba
MD5sum: 80deb01eb0fdb8c8f27f3240dc164b9f
Description: Backup and Recovery Manager for PostgreSQL - Python modules
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides Python 3 modules only.
Timestamp: 2023-10-06 14:40:55+00

Package: postgresql-10-pg-gvm
Source: pg-gvm
Version: 22.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-10, libc6 (>= 2.17), libgvm22 (>= 22.6.0), libical3 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-10-pg-gvm_22.6.2-1.pgdg+1_arm64.deb
Size: 19360
SHA256: 9d03fe2be858ab3a40b2877e43bc6109199474244f02ca3bbc8bd7cd1c1645a4
SHA1: 247d6bd415f208ecc8eb813e9234f3b5718a2b2d
MD5sum: 3857c32cef8531b583dfc09615d8f375
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2023-10-10 08:26:48+00

Package: postgresql-10-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-10-pg-gvm (= 22.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-10-pg-gvm-dbgsym_22.6.2-1.pgdg+1_arm64.deb
Size: 26400
SHA256: 3d3a8c1e5b1e4efc60166d9ee2f37db33df733bd9a87b40d65223276cc221da1
SHA1: f9b90da831661379360633102e4b470cf82a160f
MD5sum: 3210cfd6310b59ef8acfeecba1483d35
Description: debug symbols for postgresql-10-pg-gvm
Build-Ids: cf1b298ccb3ff7230601d30a9dae5bd250ee8f24
Timestamp: 2023-10-10 08:26:48+00

Package: postgresql-11-pg-gvm
Source: pg-gvm
Version: 22.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-11, libc6 (>= 2.17), libgvm22 (>= 22.6.0), libical3 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-11-pg-gvm_22.6.2-1.pgdg+1_arm64.deb
Size: 19372
SHA256: 27f02bc552655967669109efc004b430a59556b7971e5beea08b06415dfe17ff
SHA1: 13b8c72f7e7eaeaa5b670c240ce1aec8ffd6c923
MD5sum: 2f3e8a72e449a1ee0098eb0e050ced96
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2023-10-10 08:26:48+00

Package: postgresql-11-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-11-pg-gvm (= 22.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-11-pg-gvm-dbgsym_22.6.2-1.pgdg+1_arm64.deb
Size: 26396
SHA256: 062cb16aba5a69061c30e052bcce1111c27acbd077509212576178b3eddb65f2
SHA1: 4f301294ad95d802fc00e7238a8e3a74fde8446d
MD5sum: 0a1677fc4dcb0d29d866652fb10a820c
Description: debug symbols for postgresql-11-pg-gvm
Build-Ids: 76a78f8ea3683a4ac0dcb61d3ac9e4a9927a54fe
Timestamp: 2023-10-10 08:26:48+00

Package: postgresql-12-pg-gvm
Source: pg-gvm
Version: 22.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-12, libc6 (>= 2.17), libgvm22 (>= 22.6.0), libical3 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-12-pg-gvm_22.6.2-1.pgdg+1_arm64.deb
Size: 19400
SHA256: 37ca7bc490f2c5289f0e765375002c457d08793dab7cf2348c4e6afa83368639
SHA1: dd5e3344c4c1f6df2f867b4a32e0380d75d0b64d
MD5sum: 33baea75422085061e14678561b92853
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2023-10-10 08:26:48+00

Package: postgresql-12-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-12-pg-gvm (= 22.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-12-pg-gvm-dbgsym_22.6.2-1.pgdg+1_arm64.deb
Size: 26976
SHA256: 207f98a3e9cc7523097844eaae11e5b0c058081dc31cfd619e207e0f7129bc70
SHA1: b797e54e59aafc48c68034a638ca1c151513381c
MD5sum: 9b8c8e08928680ee880d057f1987a77a
Description: debug symbols for postgresql-12-pg-gvm
Build-Ids: 4ce11e0434e148d0fde9daacfc8a4a85fb137cbe
Timestamp: 2023-10-10 08:26:48+00

Package: postgresql-13-pg-gvm
Source: pg-gvm
Version: 22.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-13, libc6 (>= 2.17), libgvm22 (>= 22.6.0), libical3 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-13-pg-gvm_22.6.2-1.pgdg+1_arm64.deb
Size: 19456
SHA256: 2e9ae07a0ec3b83020674dcf85aed27a50f6792439cd26a85cf4cfd139d7d472
SHA1: 0e0d61dfe8fd11052f3f6b41cfa845ccda230f98
MD5sum: 853ce7733249464189090e77ea3c016e
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2023-10-10 08:26:48+00

Package: postgresql-13-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-13-pg-gvm (= 22.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-13-pg-gvm-dbgsym_22.6.2-1.pgdg+1_arm64.deb
Size: 26976
SHA256: 83a905401c9a7b3af9b19c4e5a9906946fc825774237e7352f076989849da48c
SHA1: c64f6179022279f901b259305fa0e23a5150a259
MD5sum: 3b947199529d1695c755ece9e93c485d
Description: debug symbols for postgresql-13-pg-gvm
Build-Ids: 4269c39cd6ba73dcde0ed845c41fba4454ed0a40
Timestamp: 2023-10-10 08:26:48+00

Package: postgresql-14-pg-gvm
Source: pg-gvm
Version: 22.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-14, libc6 (>= 2.17), libgvm22 (>= 22.6.0), libical3 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-14-pg-gvm_22.6.2-1.pgdg+1_arm64.deb
Size: 19452
SHA256: 56791b0af5df980f18b8ba9bb6cd10da2c295e9c4df6d26cf0787ba325193803
SHA1: 5adb3947d8f606549510e7a6bcb19583490a7138
MD5sum: 1e5ab883c2e1955a75456eafb37ee95c
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2023-10-10 08:26:48+00

Package: postgresql-14-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-14-pg-gvm (= 22.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-14-pg-gvm-dbgsym_22.6.2-1.pgdg+1_arm64.deb
Size: 27088
SHA256: b5e899292adf8afbd2ff18203b5b749d991afa4eae5c30b469bdccfd1dab12e5
SHA1: 736df7438683c2ecc5270eeea8ab9da21e2fc430
MD5sum: 845ca2e9ccb289bb65f26381b2102f94
Description: debug symbols for postgresql-14-pg-gvm
Build-Ids: 2b3246bcb052080c363b6d2883451fb152e13c4a
Timestamp: 2023-10-10 08:26:48+00

Package: postgresql-15-pg-gvm
Source: pg-gvm
Version: 22.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-15, libc6 (>= 2.17), libgvm22 (>= 22.6.0), libical3 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-15-pg-gvm_22.6.2-1.pgdg+1_arm64.deb
Size: 19452
SHA256: 10cab09726a119a888703418fe55b7af9f4a87a36ceb40e2450f268d2c8628a9
SHA1: 53c674926fd75a2144b4023843d6a76c47b8c617
MD5sum: 3587a854f265f64a59ed641ddc10a95c
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2023-10-10 08:26:48+00

Package: postgresql-15-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-15-pg-gvm (= 22.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-15-pg-gvm-dbgsym_22.6.2-1.pgdg+1_arm64.deb
Size: 27196
SHA256: 60f58d0ad1930462fab191a32096fc5638b0ac441fb724d36cc04da1d51a5501
SHA1: e82086eb15d20467358a6434a9db64248b9d36b0
MD5sum: 46ef792138f7aae9755d99d2f97f84df
Description: debug symbols for postgresql-15-pg-gvm
Build-Ids: 2e5fb087589a3faff8ca847edd982f752fd3250d
Timestamp: 2023-10-10 08:26:48+00

Package: postgresql-16-pg-gvm
Source: pg-gvm
Version: 22.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-16, libc6 (>= 2.17), libgvm22 (>= 22.6.0), libical3 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-16-pg-gvm_22.6.2-1.pgdg+1_arm64.deb
Size: 19436
SHA256: 674fbb8af06dcb70d2c202e982ad1d892e0c99798d42622f6d86ed7a62b7f180
SHA1: d60588d02aa1de4b207e2cfad3a0e6ce6d8728a2
MD5sum: 079b2fbfef550edd25af8544a931a32c
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2023-10-10 08:26:48+00

Package: postgresql-16-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-16-pg-gvm (= 22.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-16-pg-gvm-dbgsym_22.6.2-1.pgdg+1_arm64.deb
Size: 28452
SHA256: 42475de2c68d959dda9cbca2701d2a22ccf92268f27ced0f12dec12e61dfe190
SHA1: 4ccb4480bee69331d0bfd9823be22b1ef5187e54
MD5sum: f582c736354911831d411cf0e6a6c8a6
Description: debug symbols for postgresql-16-pg-gvm
Build-Ids: c8e36a216e82b7bbf4a2a36714d229a2dda46737
Timestamp: 2023-10-10 08:26:48+00

Package: check-patroni
Version: 1.0.0-0.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: python3-attr, python3-click, python3-nagiosplugin, python3-requests, python3:any (>= 3.5~)
Enhances: patroni
Homepage: https://github.com/dalibo/check_patroni
Priority: optional
Section: database
Filename: pool/main/c/check-patroni/check-patroni_1.0.0-0.pgdg+1_all.deb
Size: 15944
SHA256: f8d3409543446e4447a39d10441645de4cce0a3b22b24f9cc6a66df437f5a3cb
SHA1: 2721ea90ed6034a2e0dfe55b75858a78ecd91a78
MD5sum: 09a808cb926bbd8a4593ba92ca80b8e8
Description: Patroni check plugin for Nagios
 Patroni is a high-availability solution for the PostgreSQL relational database.
 .
 The check_patroni Nagios plugin can monitor Patroni and report issues like
 nodes missing or in the wrong or unexpected state.
Timestamp: 2023-10-17 15:01:00+00

Package: check-pgactivity
Version: 2.7-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 369
Depends: perl:any, postgresql-client
Suggests: wget | curl | lynx | links | links2
Multi-Arch: foreign
Homepage: https://github.com/OPMDG/check_pgactivity
Priority: optional
Section: database
Filename: pool/main/c/check-pgactivity/check-pgactivity_2.7-1.pgdg+1_all.deb
Size: 80432
SHA256: 868fd5e72dd18e43b6deee5f13b091590bae1da3402a7ae2b6727342935d1d84
SHA1: f656937ba4aeea00644c02644b6c3abf6b0bd24a
MD5sum: 4e9988bb085bf911ac227e2c130172e1
Description: PostgreSQL plugin for Nagios
 check_pgactivity is a Nagios probe dedicated to PostgreSQL. It offers many
 options to measure and monitor useful performance metrics.
 .
 Services include (among others) monitoring of autovacuum, bgwriter, locks,
 long queries, idle in transaction queries, number of temporary files and WAL
 files, bloat of tables and btree indexes, commit and hit ratios,
 WAL archives exhaustivity, age of logical backups, backends number and states,
 backup label file age, connectivity, replication delay between primary and
 secondary instances, database sizes, vacuum and analyze times,
 sequence exhaustion, snapshots age, presence of unlogged tables or invalid
 indexes, incoming freeze, settings changes, PostgreSQL minor version,
 PGDATA rights, custom queries. Most services only need normal user rights.
Timestamp: 2023-10-17 15:01:00+00

Package: librdkit1
Source: rdkit
Version: 202303.3-3.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 20483
Depends: libboost-iostreams1.74.0 (>= 1.74.0+ds1), libboost-python1.74.0 (>= 1.74.0+ds1), libboost-python1.74.0-py311, libboost-serialization1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.34), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.2), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 3.0), libmaeparser1 (>= 1.3.1), libpython3.11 (>= 3.11.5), libstdc++6 (>= 13.1)
Homepage: http://www.rdkit.org
Priority: optional
Section: libs
Filename: pool/main/r/rdkit/librdkit1_202303.3-3.pgdg+1_arm64.deb
Size: 3969256
SHA256: 1ea8748b56faa69777c894551e07eb6504cd929a4e26f84ccf00bba2179872bc
SHA1: 30eb9d513b7c9d17fb07cc468997be796d3e397d
MD5sum: dc077cecfdf36321a4c51db87d923e09
Description: Collection of cheminformatics and machine-learning software (shared libraries)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the shared libraries.
Timestamp: 2023-10-17 15:01:00+00

Package: librdkit1-dbgsym
Source: rdkit
Version: 202303.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 95012
Depends: librdkit1 (= 202303.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/librdkit1-dbgsym_202303.3-3.pgdg+1_arm64.deb
Size: 92543448
SHA256: 9062d16799f44bc57d8dbe13dcc0dd644eefa3b564700984080c066249b8591b
SHA1: 4167804100efa87df8cd1b8910b69ab36e4c1912
MD5sum: 1af5e520c610980d6a70a1f9daf0299e
Description: debug symbols for librdkit1
Build-Ids: 0469006725fcc2215e797e8edbf07e641cfd34ea 0b1f4eec21d542bd356b94f225bfaa8481907ab4 0bd44ff5fd2c6f07d8db35c9cd0cce1441583fca 0d9e0f9175d5454aa317743db04a1b3fed5d80e2 0e1dfebbb2fa0662a02ed62dc7a8f64b87630e09 0e685d1a4f4a1566c59d6c0a762ecbf10fee99a1 199d08941a3cd60684eec2e07b5cfa964cb0fc90 1ae6e54043368f36dba973a4040b65887f5ccdf4 1c79546d3761c2b49e64d7454db3dbb786065c04 1d685b85b14197be718ba95857d3a68d8b70ce73 1e123d842be0650f688285f64036d9a8b01e3f91 1e6aefdaef655bdb8d87524661b1767b61668f73 206228a5e5c1de6d92dd7dffba82f7e3aefdb8b3 22bfa976eeeb281b1032813b11b75c29147af5fe 2b5c19da80f6f55fd481e221268f5729fb5a135f 2bedf24605bfe05c132bce539dd0f004ba5f72e0 354073521bc4349840dd092a059a2d69c9002d5d 3d476c4d5ffb075e2eebe5363e63a761ac54307d 3fb746099921f1523604be906ef5e2d2e68b470f 4e3b061fc4b99f8523c315e8641021dda8eb0eb8 50d9ad16e6ea5ee288cab8b0753350f00e098384 54f28413f38091fdaf8a7b8fdb90d8057378527b 57aeab37d7c634a438b9d8ede1fc320f20395d22 5b94513803de5caa54e59241ae28d9b0c97bcfcb 5f0e8c259c8be0e4197701c056bdee83bbb0ec08 65f2b2235305b2e2f2589906b020914479c4efce 66a5c8a5bc4e816a2d8767643451556ddfbc3e4e 68335d46563a8f91a69d7549ba7f95048086267e 69b728c5e3d5e22e6157e426141f0c084b3373cf 6ae99f74091cfcf1f54740977d76e47f38742568 7061d0133a9c3cdfacc43e43644b8adb242d6842 75ecc9e9db49db1ee4eb1b0cd6cc280c89269c31 826c3e2302bc0a6a98ec25a0da0c295e279a4666 8a9cc6db909130888d9a4238698b01556f704ff9 8de59f7edb02408b75971c29c7b16764cc1c472a 9ff081921450d0cb7ff40f69d910de26dca053cd a382bd99c189df92c60fa9e7673c4e604d858eba a9dcaa6b777c0b1191a5586af76d0f5e19985ef4 a9f23351cb73c8e1007438637f55bccdbf9d4b8f b53fc039adaddfe88eb480df9444102a3ebafe71 befc06a91582b106eea3bd14b3a98d8943835faf c4b4ff5ed633c85ce00b691d47c1c745823c6aaf c875bce9fd00ec2496f511e2020a1560fd729d36 cf24c02d4587b3c158d7145f5d18f3393cc4a938 d98fc62f29aaa6b1bb0b5dfc432511047f17f38e dbdeb339a6af733cfc260e85209cda55f91b7f76 e55f60e5174ee00bb89fe4a01a843c6f5c6bb859 e7a9eaad50a382237d7cef6c97b6cc93857ff4b8 ed9bd1a2dd870dfb37874509a0fab05e20b54111 ee022c32a0985f856c663f733f1d969749e25a55 f05c969be2db5702cb2db08f932ab01d9130b237 f0ccdf151385b36ee431f1395c6770ce4298ac22 f17d014350c4aa9fbfdae2462f9ca43706b98a9b f7ae5a3b61a21a0b98fe0e77a96229f4a22dc25c fd6cff0ed7674327bd221b041f06f0c1cae14bee
Timestamp: 2023-10-17 15:01:00+00

Package: librdkit-dev
Source: rdkit
Version: 202303.3-3.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 2223
Depends: librdkit1 (= 202303.3-3.pgdg+1)
Homepage: http://www.rdkit.org
Priority: optional
Section: libdevel
Filename: pool/main/r/rdkit/librdkit-dev_202303.3-3.pgdg+1_arm64.deb
Size: 395352
SHA256: 1f17768a78df9a3ad763cf9c891166c5334c4ddbf4ddfb4143f241a1465da88a
SHA1: f9d3978002fa277896aafa2f23b467890675af4f
MD5sum: 8f55f23696d409ac65d92baddd0adab4
Description: Collection of cheminformatics and machine-learning software (development files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the header files.
Timestamp: 2023-10-17 15:01:00+00

Package: odbc-postgresql
Source: psqlodbc
Version: 1:16.00.0000-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1352
Depends: odbcinst, libc6 (>= 2.34), libodbcinst2 (>= 2.3.1), libpq5 (>= 9.2~beta3)
Enhances: unixodbc
Multi-Arch: same
Homepage: https://odbc.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/psqlodbc/odbc-postgresql_16.00.0000-1.pgdg+1_arm64.deb
Size: 353196
SHA256: 3c525ad8cd9ebb0f02ee2a6792054cd7750be522b937cb6aced69cde1a46f5ea
SHA1: 49e2d354ac78c2add935f8024c769c7130db426c
MD5sum: 0154ecff80e2e549aa4fa4d78eb2a0d3
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.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-15-rdkit
Source: rdkit
Version: 202303.3-3.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 934
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202303.3), libstdc++6 (>= 13.1), postgresql-15, postgresql-15-jit-llvm (>= 15)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-15-rdkit_202303.3-3.pgdg+1_arm64.deb
Size: 406148
SHA256: a78ed9f227b5dc0d36c85c521be1df11542e59d857c38a2fc387d724d2d694b6
SHA1: b0303fc47f18e443e10275d32098c2dd005ca8ab
MD5sum: 9534fd1c2af0195f2aff62c2496946bd
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2023-10-17 15:01:00+00

Package: odbc-postgresql-dbgsym
Source: psqlodbc
Version: 1:16.00.0000-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1141
Depends: odbc-postgresql (= 1:16.00.0000-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/psqlodbc/odbc-postgresql-dbgsym_16.00.0000-1.pgdg+1_arm64.deb
Size: 1069860
SHA256: 0019f07178ea34d90b0887b7389609a17114d18ca04fb1c2d639158c283f21ea
SHA1: fcf45907c77c2343ad1c4470990c1515f8739a46
MD5sum: 302456b9ff9a0692628f936b6dcaef3e
Description: debug symbols for odbc-postgresql
Build-Ids: 6c4fefa163ae05752aa61ca060a735496289cf95 f5052bd46e94dac1c419fb77463ae40c1ca36340
Timestamp: 2023-10-17 15:01:00+00

Package: ora2pg
Version: 24.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1534
Depends: libdbd-mysql-perl | libdbd-oracle-perl, libdbd-pg-perl, libdbi-perl, libio-compress-perl, perl:any
Recommends: postgresql-client
Homepage: https://ora2pg.darold.net/
Priority: optional
Section: database
Filename: pool/main/o/ora2pg/ora2pg_24.1-1.pgdg+1_all.deb
Size: 429040
SHA256: 56897e30e7343dd6cc59decd1c28537f983bcf5504ad7fbccabe36566c87f471
SHA1: 23ca566b45714d2b18c9f4c12e307053946587df
MD5sum: 2d15a980a0de5d158ea40de43d0e35af
Description: Oracle/MySQL to PostgreSQL database schema converter
 Ora2Pg migrates Oracle and MySQL database schemas to PostgreSQL. It connects
 to the database, scans it automatically and extracts its structure or data.
 It then generates SQL scripts you can load into PostgreSQL.
Timestamp: 2023-10-17 15:01:00+00

Package: pgbouncer
Version: 1.21.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 633
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: lsb-base (>= 3.1), postgresql-common (>= 26), libc-ares2 (>= 1.12), libc6 (>= 2.36), libevent-2.1-7 (>= 2.1.8-stable), libpam0g (>= 0.99.7.1), libssl3 (>= 3.0.0), libsystemd0
Suggests: python3, python3-psycopg2
Enhances: postgresql (>= 7.4)
Homepage: https://www.pgbouncer.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbouncer/pgbouncer_1.21.0-1.pgdg+1_arm64.deb
Size: 222432
SHA256: e551796fed242cfbffe43fafeb074b7077f4ce35296c24aabda4ada028208345
SHA1: 1ad1c327fb401aa4099a5981298050fd332616a3
MD5sum: e6d990ee9b36064d578f6d9c50f20c05
Description: lightweight connection pooler for PostgreSQL
 PgBouncer is a lightweight connection pooler for PostgreSQL providing the
 following features:
 .
  * Several different methods of pooling 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.
Timestamp: 2023-10-17 15:01:00+00

Package: pgbouncer-dbgsym
Source: pgbouncer
Version: 1.21.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 594
Depends: pgbouncer (= 1.21.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbouncer/pgbouncer-dbgsym_1.21.0-1.pgdg+1_arm64.deb
Size: 542136
SHA256: 2565938c453ffc5850da438350de5fd15d98a4c737974228a06a69790a2414ae
SHA1: 6dfc61fcff8d3229cf3c837b6a950c4c740c9898
MD5sum: d5f6ecbe5f6b47c3576a82968c48f28b
Description: debug symbols for pgbouncer
Build-Ids: d68380738d27f4af2d586f29e8de026c42719819
Timestamp: 2023-10-17 15:01:00+00

Package: pg-bsd-indent
Version: 2.1.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: libc6 (>= 2.34)
Priority: optional
Section: database
Filename: pool/main/p/pg-bsd-indent/pg-bsd-indent_2.1.1-5.pgdg+1_arm64.deb
Size: 28272
SHA256: 4def65e42ced0aa85ce355a994ea6d89eac53665cdb90ae6f0d74f425c96c9bb
SHA1: 6e629777227a58fc28c3fb50d96d8c7e7728ff78
MD5sum: e4216c142ba1218048761bda0051b948
Description: PostgreSQL source code indenter
 pg_bsd_indent is the official way the PostgreSQL developers reformat code
 before release. It is also recommended to be used by developers for code
 changes prior to submission. It is a fork of FreeBSD's indent.
Timestamp: 2023-10-17 15:01:00+00

Package: pg-bsd-indent-dbgsym
Source: pg-bsd-indent
Version: 2.1.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: pg-bsd-indent (= 2.1.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-bsd-indent/pg-bsd-indent-dbgsym_2.1.1-5.pgdg+1_arm64.deb
Size: 38264
SHA256: 93e1c2b59d753875b501bdad2c9aed0da87e2e6476214e372f2a79db1d9c47fa
SHA1: 57bded37aa0351f5377f732d233431d8662bb97f
MD5sum: 9ff468bf1f4de2c3065956cc27d0755b
Description: debug symbols for pg-bsd-indent
Build-Ids: 631a7069309a54d2bb84e85f92f835d253bfca1a
Timestamp: 2023-10-17 15:01:00+00

Package: pgcluu
Version: 3.5-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2474
Depends: libjs-jquery, libjs-underscore, perl:any, postgresql-common
Recommends: sysstat
Homepage: https://pgcluu.darold.net/
Priority: optional
Section: database
Filename: pool/main/p/pgcluu/pgcluu_3.5-1.pgdg+1_all.deb
Size: 356984
SHA256: 1fef12e484597c5b8af1b0c6e505d4ba429e7298f8960c24393b2455d22c22b8
SHA1: 65948dffd6c47b2d193bd66c2c5fdd2a12905ccc
MD5sum: 7be78d96cb2382bbd09c064f7d934b08
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 three parts:
 .
 pgcluu_collectd: collector used to grab statistics of the PostgreSQL cluster
 using the psql command line utility and sar from the sysstat package
 .
 pgcluu: generates static HTML output containing charts and graphs
 .
 pgcluu.cgi: generates dynamic HTML output containing charts and graphs
Timestamp: 2023-10-17 15:01:00+00

Package: pgtap
Version: 1.3.1-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28
Depends: postgresql-pgtap, libtap-parser-sourcehandler-pgtap-perl
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/pgtap_1.3.1-2.pgdg+1_all.deb
Size: 20348
SHA256: 10377473726a03dd02d5680d9f3352d62a8e9da156a55ca9f3a98f79a4435d5d
SHA1: 71c3c6a45fcc2f42d958ecbe3b02b0f7f715f2dd
MD5sum: ab784094ad3f52b494587056367ab662
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.
Timestamp: 2023-10-17 15:01:00+00

Package: pgtap-doc
Source: pgtap
Version: 1.3.1-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 357
Multi-Arch: foreign
Homepage: https://pgtap.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgtap/pgtap-doc_1.3.1-2.pgdg+1_all.deb
Size: 66236
SHA256: d08b83f92f40aa7c96420ab0974c1521260da141cd9fa9e63fbe6e9cfde19d20
SHA1: 3be08b348781d978abf5c10b93df09aa5e25c571
MD5sum: ecc0ddb19c2d69fd11544ec92dd82385
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.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-10-decoderbufs
Source: postgres-decoderbufs
Version: 2.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-10, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs_2.4.0-1.pgdg+1_arm64.deb
Size: 14272
SHA256: 0941cd7907bb808ccf338d9dc3c981e263a6fe522332b9cac1142c31840e2596
SHA1: daa14436a0ada2e601817b36784423b9aba6c114
MD5sum: 2697e37b9b78ea4d8c1d3002addc894d
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-10-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-10-decoderbufs (= 2.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs-dbgsym_2.4.0-1.pgdg+1_arm64.deb
Size: 37664
SHA256: b6cc7e94f6b41285431dd4407a4eedefd209e6eb6599d0a884474870f6421273
SHA1: f1b83ced018d0506df4b2ca1f674c25f3b9440a9
MD5sum: 5d5f7ab1e1d605bb0dacccdaa587381b
Description: debug symbols for postgresql-10-decoderbufs
Build-Ids: 5564821b14d30b10e1b9149f47d1d280c11873dc
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-10-hll
Source: postgresql-hll
Version: 2.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 122
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-10-hll_2.18-1.pgdg+1_arm64.deb
Size: 35644
SHA256: ead6e19e0ab2a330a7fbce2063df9263a4ebe2ecd9ea54ad7ef5648e0b6a6678
SHA1: f102dd7a89d0d412be94ce079f291574b2a939bf
MD5sum: 771456e000e4fcfc73734ed413b272cc
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-10-hll-dbgsym
Source: postgresql-hll
Version: 2.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-10-hll (= 2.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-10-hll-dbgsym_2.18-1.pgdg+1_arm64.deb
Size: 78604
SHA256: 0b00a97d7f6b962f645f311a73741231ec6c1854490c57d4aa8de73d1907b2b7
SHA1: 3d0bdaeaa8582805b196fa38024723ddc43df7aa
MD5sum: f5862a6008d7b1115f1adc7e30cb826f
Description: debug symbols for postgresql-10-hll
Build-Ids: 05c76f6544c602f2b384f36d5a5472d30e0ea73f
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-10-oracle-fdw
Source: oracle-fdw
Version: 2.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: oracle-libs, postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-10-oracle-fdw_2.6.0-1.pgdg+1_arm64.deb
Size: 78780
SHA256: f1bf3c3fb9a68a254d0f4889ff4ef752b69e857b2afc6439053b64f2abe1e297
SHA1: 1916a9e8ede993cd5a1e55e5a33e3da5ec21b1f8
MD5sum: 149f45ba20aebd733caf85b893cfe95f
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-10-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: postgresql-10-oracle-fdw (= 2.6.0-1.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-10-oracle-fdw-dbgsym_2.6.0-1.pgdg+1_arm64.deb
Size: 168452
SHA256: 459aa4f78cfde74d1665653ed0409631a7aedc61b3a57038e0cdf0fe2832044b
SHA1: 3ea28952860f7881b586d7983e9061649dc32ca7
MD5sum: fd28ce9d18469a8e40f265bc1e9e9165
Description: debug symbols for postgresql-10-oracle-fdw
Build-Ids: 9fc342a60b0d91289907469ce4a935cae245ac06
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-10-pg-catcheck
Source: pg-catcheck
Version: 1.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: libc6 (>= 2.34), libpq5 (>= 9.2~beta3), postgresql-10
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-10-pg-catcheck_1.4.0-1.pgdg+1_arm64.deb
Size: 27772
SHA256: 79be990097936f49356601fe19de578344d31ff15de89a6027c0786101cd7210
SHA1: f041c7bb26fb1d9e846dd1607beb307ab8ea213c
MD5sum: c5ca98aacc5b6b70efa8b5be1f3492df
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-10-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-10-pg-catcheck (= 1.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-10-pg-catcheck-dbgsym_1.4.0-1.pgdg+1_arm64.deb
Size: 40088
SHA256: 0598496435a2e449391cd112b76bcce733bbfb414b349957f7fabe7a14e9d857
SHA1: 85c83b73420e16dae02720666df610766017725e
MD5sum: 9f8632cecbcb82dc0ea98474badd56a7
Description: debug symbols for postgresql-10-pg-catcheck
Build-Ids: b0c01a6a7510aff977815072cad4fbabb035866e
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-10-pg-fact-loader
Source: pg-fact-loader
Version: 2.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1144
Depends: postgresql-10
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-10-pg-fact-loader_2.0.1-1.pgdg+1_arm64.deb
Size: 41260
SHA256: b4518513e07f9595883e7d7474de3c83c0cfaf077ac6188f661bbaec75c3091d
SHA1: 82b09759f8a200caf5f48758df75fd4386a046c9
MD5sum: 74d0252b4b8cea7f5bc38ab81ed73559
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 10.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-10-pgsphere
Source: pgsphere
Version: 1.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1109
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1), postgresql-10
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-10-pgsphere_1.3.1-1.pgdg+1_arm64.deb
Size: 328820
SHA256: 52dd956b6ec68b6deb0bc93ebe99b076b9af7836b32d90afe8c04ecfd3bc3929
SHA1: 8c526c87d3a737a2d58197220aa5737325f3a3a2
MD5sum: b0c99c62c3d534cfa73adb7f26b5113c
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-10-pgsphere-dbgsym
Source: pgsphere
Version: 1.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 388
Depends: postgresql-10-pgsphere (= 1.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-10-pgsphere-dbgsym_1.3.1-1.pgdg+1_arm64.deb
Size: 330600
SHA256: ba495664c1facea1f1ce36e328a82d915cd38f59d0c4fd0fc59c81df9d95d8be
SHA1: 151a369627d60b2c870709ca965339ef7c88ed06
MD5sum: 4551e79fb154c45bc5f38e37c6c22d79
Description: debug symbols for postgresql-10-pgsphere
Build-Ids: 8d0b65393aeb77d2693d4edf7629801ee1d057ec
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-10-pgtap
Source: pgtap
Version: 1.3.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1857
Depends: libc6 (>= 2.17), postgresql-10
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-10-pgtap_1.3.1-2.pgdg+1_arm64.deb
Size: 63892
SHA256: b843373703ee5f6af8166dd9a80ebcabeb036f7c2b2b680ac9a1d5a6bd7d794c
SHA1: 68d8ca3f331888c9c692a9035e9397c14beefffa
MD5sum: 736f176d3cfdf3ccc59b30099952834f
Description: Unit testing framework extension for PostgreSQL 10
 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 10.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-10-pgtap-dbgsym
Source: pgtap
Version: 1.3.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24
Depends: postgresql-10-pgtap (= 1.3.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtap/postgresql-10-pgtap-dbgsym_1.3.1-2.pgdg+1_arm64.deb
Size: 10696
SHA256: 1c6b0ef9255742d1dc987826dc14ffea3efed44a22f7d5cee4a516e6cd9e081b
SHA1: ae1614f7d213b35daf09beb9034e062ad6934b0a
MD5sum: 39b656802bae58b660971404fc934c6c
Description: debug symbols for postgresql-10-pgtap
Build-Ids: 8e1f113f499fcb4d3dbd6e90f286f0662cb88275
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-10-rdkit
Source: rdkit
Version: 202303.3-3.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 435
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202303.3), libstdc++6 (>= 13.1), postgresql-10
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-10-rdkit_202303.3-3.pgdg+1_arm64.deb
Size: 184160
SHA256: 3c9b1080b4b6d63120bc56284d7722bedd73ee6b8656c1e3f2eeb3db237a0b01
SHA1: 8172dd1056f69847a2c8d9e5acb0ff94b6b7d2bc
MD5sum: fbe69d19ce2b265a8805b5a87df72bd7
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-10-rdkit-dbgsym
Source: rdkit
Version: 202303.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 821
Depends: postgresql-10-rdkit (= 202303.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-10-rdkit-dbgsym_202303.3-3.pgdg+1_arm64.deb
Size: 771828
SHA256: d0ccefc159c54cd5562a4d77809f68652716537a6a000691b7143dc68c273937
SHA1: 3d58fc9bdef1efc8cbb0867bae5ebf0e4c74a500
MD5sum: c7a9f90e721730f7b0d27ffdc976cf8f
Description: debug symbols for postgresql-10-rdkit
Build-Ids: 773d7c5c3f8e333915b120bb60e53cbaecf88231
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-10-tdigest
Source: tdigest
Version: 1.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-10-tdigest_1.4.1-1.pgdg+1_arm64.deb
Size: 23836
SHA256: 8bc27af13f0a103f9a1d6e56be02aa8cad71e0b6eafc7cf43890b531c94e3ee8
SHA1: f4e22d17ac26d8f822712391fa6e9412fcc3b3a5
MD5sum: f4337981e579bba0c7051ee066de95de
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-10-tdigest-dbgsym
Source: tdigest
Version: 1.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-10-tdigest (= 1.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-10-tdigest-dbgsym_1.4.1-1.pgdg+1_arm64.deb
Size: 47040
SHA256: bb6d0ea81e87e630475bd779ffd006012914f8c0290f41c0f83f4a3b83486ddd
SHA1: 54185a1ca2ceee797b0bf901c8c4d2a2e3132809
MD5sum: 896c0fc14a2b2fac2d6baf179e020191
Description: debug symbols for postgresql-10-tdigest
Build-Ids: 66061a16b074067cc1eb071b72f6b5e4e54301a6
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-11-decoderbufs
Source: postgres-decoderbufs
Version: 2.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs_2.4.0-1.pgdg+1_arm64.deb
Size: 43728
SHA256: fd6215f0eaf923f897da50938cf8f8f8515a8b61d7a8de950c3226c1c7891cdf
SHA1: db551d7991e0be7954bf69ae908a5866bd0cfcaa
MD5sum: d2de77874582590ac9d81c5d19f7ee6b
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-11-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-11-decoderbufs (= 2.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs-dbgsym_2.4.0-1.pgdg+1_arm64.deb
Size: 38184
SHA256: b65b273534766badc60e0641ebdbdda80094e018e3b0f9883f37588732373d4c
SHA1: 5ba4e13b6fe3ab50534f837175168e52bbddbc75
MD5sum: 695d2476a10cbd1ce48ec381b22b9352
Description: debug symbols for postgresql-11-decoderbufs
Build-Ids: 8865341a4e10b298d5e68724884a65267443e935
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-11-hll
Source: postgresql-hll
Version: 2.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-11-hll_2.18-1.pgdg+1_arm64.deb
Size: 83204
SHA256: 5e06b5aa7db8a2369b3151b9717ab66ce7a00f35e4cd1970734dd5420f9bf033
SHA1: f497b20deaf54e05de0b250c6ab1be3e85d95349
MD5sum: 4a5ea46ceaadec1d60be2677a478887d
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-11-hll-dbgsym
Source: postgresql-hll
Version: 2.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-11-hll (= 2.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-11-hll-dbgsym_2.18-1.pgdg+1_arm64.deb
Size: 81204
SHA256: ee841c53b82403da58630370d02dd3b313416df6551aecc3f12fc464a04f3b0c
SHA1: 4f809b6f44fd0796b37e08f1e3bdb4ea515fae92
MD5sum: 8c9dbfa6778a732e0dd4688634e32300
Description: debug symbols for postgresql-11-hll
Build-Ids: 91e6a03d46d9b6863af159fc8a57c427cbb56617
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-11-icu-ext
Source: icu-ext
Version: 1.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 271
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), libicu72 (>= 72.1~rc-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext_1.8.0-1.pgdg+1_arm64.deb
Size: 99632
SHA256: 3dbd9b42ba0d1e4d908214fb4a3f904145f2bbdd11852830d17fdb09c41f6400
SHA1: aae73da2efdc56cee7d5fe72973a03efd68e7c3a
MD5sum: b0f5ffad4a0ae42f8d37e8074d397e38
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-11-icu-ext-dbgsym
Source: icu-ext
Version: 1.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-11-icu-ext (= 1.8.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext-dbgsym_1.8.0-1.pgdg+1_arm64.deb
Size: 80936
SHA256: 2cc036321eaf95508d9860bd44d4a747ce683d5d36978ceca1adbf1550491f09
SHA1: fd9f8503b43071fa65ef1c060b96e3d4c804a3a3
MD5sum: 799d1c135e5a37e324b3a6c997a9b4f0
Description: debug symbols for postgresql-11-icu-ext
Build-Ids: bc72e757c48c5a46f11e4f0930d502822df89568
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-11-oracle-fdw
Source: oracle-fdw
Version: 2.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: oracle-libs, postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-11-oracle-fdw_2.6.0-1.pgdg+1_arm64.deb
Size: 79972
SHA256: 75b2672e5b41e28d5c322732df1b2bba979bfade5fe8c074e298d00eda7ec172
SHA1: d00e0163916e831e547fd488521a7294cce5f326
MD5sum: 8ec71ad4e94ae150dee1d3c3d5dfd58d
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-11-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: postgresql-11-oracle-fdw (= 2.6.0-1.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-11-oracle-fdw-dbgsym_2.6.0-1.pgdg+1_arm64.deb
Size: 171832
SHA256: 23ee0a676cf0520b8486cd28ab5e9019fcd5a623ec2936755a885a619df9205d
SHA1: 5d495ba2baf6de5fe1f33eb34fa56e375f12cd3f
MD5sum: 686e4a1aa0fd2a490d4d83c48080b2ed
Description: debug symbols for postgresql-11-oracle-fdw
Build-Ids: dd6fed36c869e20132723fb5c40df1317aa5115f
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-11-orafce
Source: orafce
Version: 4.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1221
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_4.6.1-1.pgdg+1_arm64.deb
Size: 400720
SHA256: 9c54e6d6dd26e568818ea9ee318d14f7dd49c2574d902f9cadf781fbec046285
SHA1: b896fb0fe7cafef4c4e590f786489ef1fd2a4a38
MD5sum: 1fb682d99e77136d51faf18a98abd508
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 4.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 323
Depends: postgresql-11-orafce (= 4.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_4.6.1-1.pgdg+1_arm64.deb
Size: 270744
SHA256: e8fa9520bbf4c65ee8177766729b95a29bc8745697a8828e1c80087162a9164d
SHA1: 12443578f6a818130425a8b16cf675cdaaa09e41
MD5sum: fa4cb3fb1c93d05eb403d0d93b3f49b2
Description: debug symbols for postgresql-11-orafce
Build-Ids: 32edbcc0308f046a614a0d6a8134f3456372b079
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-11-pg-catcheck
Source: pg-catcheck
Version: 1.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: libc6 (>= 2.34), libpq5 (>= 9.2~beta3), postgresql-11
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-11-pg-catcheck_1.4.0-1.pgdg+1_arm64.deb
Size: 27812
SHA256: 73ce2dca4ccae25e21f95732477bb50186663f0a20ba5f79259b77d84a8627d9
SHA1: a04d62d2f3e85d25060cea8b71d710c67095a32b
MD5sum: 1feaafa93b11b99ae4efd6a7430dfc66
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-11-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-11-pg-catcheck (= 1.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-11-pg-catcheck-dbgsym_1.4.0-1.pgdg+1_arm64.deb
Size: 40124
SHA256: 5119fbeb2db8dc2fc681a94ea0bf5607b93152ef011c00bb9a78ed38c9f6aec6
SHA1: 5d0af7a6253fc7db327775e61e42d60b4b6eb351
MD5sum: c3ac1717d40b27a724eb64357c05a08a
Description: debug symbols for postgresql-11-pg-catcheck
Build-Ids: a84365deae66072aa95fe501c0d6934b1457aeea
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-11-pg-fact-loader
Source: pg-fact-loader
Version: 2.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1144
Depends: postgresql-11
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-11-pg-fact-loader_2.0.1-1.pgdg+1_arm64.deb
Size: 41272
SHA256: 28ec374bd3f7ef2ed2537e794c4e0c5914869e6d817c136056b5705c54b79ed5
SHA1: 9e26b1e25e7efa7b8fb4aee97caeccd2062673a3
MD5sum: 9c09ad6bc824280d96c6028b43bfaa9b
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 11.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-11-pgsphere
Source: pgsphere
Version: 1.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1699
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1), postgresql-11, postgresql-11-jit-llvm (>= 14)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-11-pgsphere_1.3.1-1.pgdg+1_arm64.deb
Size: 567084
SHA256: 148e182c880e1763fddd562ca4803e2b93bed6a4514a93910bcddf0c55cc2ebc
SHA1: 1e85fa848a3ac11c7d5132d6f0b5070cd8584fdf
MD5sum: 21a59b1c16bc8c68e23a95a59aae4cdd
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-11-pgsphere-dbgsym
Source: pgsphere
Version: 1.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 388
Depends: postgresql-11-pgsphere (= 1.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-11-pgsphere-dbgsym_1.3.1-1.pgdg+1_arm64.deb
Size: 330400
SHA256: d729682b9da35d965cb0303b44ad3828e39701a72460ed0a3d979325965e90e8
SHA1: 09282c337690d86c29c1fc5cba60d1c837aacd8c
MD5sum: 40a91524224b87ec5f149f4bac129486
Description: debug symbols for postgresql-11-pgsphere
Build-Ids: 008ac2fc5be2639fa3223937107663b13cc99d65
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-11-pgtap
Source: pgtap
Version: 1.3.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1868
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14)
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-11-pgtap_1.3.1-2.pgdg+1_arm64.deb
Size: 68176
SHA256: 1399c06d86840467afcabb92d687952475fef9af6ced470a615237d72cf0c270
SHA1: d30f85d6e5c1ca8a2ee594b171c696cbdcb5c23b
MD5sum: b87875cff52b8d6dbc03689eb749cf2e
Description: Unit testing framework extension for PostgreSQL 11
 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 11.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-11-pgtap-dbgsym
Source: pgtap
Version: 1.3.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-11-pgtap (= 1.3.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtap/postgresql-11-pgtap-dbgsym_1.3.1-2.pgdg+1_arm64.deb
Size: 11508
SHA256: 264d4346dc48ce716e2c7d85df172934a0b85b16b24520ca262fa983005bed0c
SHA1: 20c1b89374495fd4adb4f7de3b79b784afaf0d16
MD5sum: ba155b5eb0e3d893f2dd576f12479011
Description: debug symbols for postgresql-11-pgtap
Build-Ids: 2b3f5c504c2e2a50cebb07fb0a6cedb775f0b4de
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-11-pgvector
Source: pgvector
Version: 0.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 472
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-11-pgvector_0.5.1-1.pgdg+1_arm64.deb
Size: 184560
SHA256: ab339715cc0e91df84b07ea8325195d9c9592772bbbac9d5252152e3c22afaf7
SHA1: d635f6ef8d75d506ba1906cd502f40f603920185
MD5sum: c8c434dc848b4ed17dbe2d4ae1c5b970
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-11-pgvector-dbgsym
Source: pgvector
Version: 0.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 201
Depends: postgresql-11-pgvector (= 0.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-11-pgvector-dbgsym_0.5.1-1.pgdg+1_arm64.deb
Size: 174280
SHA256: 0f6c38fac47fabad1c393e492264674aa7dddfc8989da50c4cb2413013c36046
SHA1: 514c2f37f17ed3120f9259b75fb240720ab7c4fb
MD5sum: c6c9214bbf9f4074698d878ff19a5ee4
Description: debug symbols for postgresql-11-pgvector
Build-Ids: 0903bfc2b4b9b31de9ab853bfbf8fd49534f544f
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-11-rdkit
Source: rdkit
Version: 202303.3-3.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 932
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202303.3), libstdc++6 (>= 13.1), postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-11-rdkit_202303.3-3.pgdg+1_arm64.deb
Size: 404760
SHA256: 0c19ed559f9efae8de46a7c57e33f61c13d5114786713681fd14ef2305bfdf4b
SHA1: 21fd7fd8a7d78aaa204bea0015c6fd5b61d7e2a7
MD5sum: 323a6d1a90e1830b09e40f1491b1f2a7
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-11-rdkit-dbgsym
Source: rdkit
Version: 202303.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 821
Depends: postgresql-11-rdkit (= 202303.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-11-rdkit-dbgsym_202303.3-3.pgdg+1_arm64.deb
Size: 772124
SHA256: 344d978fe382020192f0e244116e6da04af7a76fea3ea498371ab9460f3a50aa
SHA1: 949398687bb60dc7f394a159ddee14f0074e9623
MD5sum: 0caf0d7b76c8458a3cd1f4619e4ea3f0
Description: debug symbols for postgresql-11-rdkit
Build-Ids: dbb04bd8f64765c6b4c23808ca757c0d443ae3eb
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-11-tdigest
Source: tdigest
Version: 1.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-11-tdigest_1.4.1-1.pgdg+1_arm64.deb
Size: 66860
SHA256: 1ddbc62930e8a91a2812d08a57cae95ca51f98d589f76991649aab9f29376c57
SHA1: aa0c8db57d42833e5337c75a58bcc3cb58a33669
MD5sum: b262c0c8bec91800241cce1419760fc6
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-11-tdigest-dbgsym
Source: tdigest
Version: 1.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-11-tdigest (= 1.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-11-tdigest-dbgsym_1.4.1-1.pgdg+1_arm64.deb
Size: 48492
SHA256: 718dca4b29afef571b396251338a296b032b430b7b2ab34bc824797f250fd83f
SHA1: 8c3b4a68d9d287dce4f1771b6f9d011922e2c5fb
MD5sum: 3445eb61518f8a649b9a6ae3a49eedf7
Description: debug symbols for postgresql-11-tdigest
Build-Ids: fa351ed1b43370634c627145fbde4dda76be9f97
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-12-credcheck
Source: credcheck
Version: 2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 174
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-12-credcheck_2.2-1.pgdg+1_arm64.deb
Size: 67832
SHA256: 6ec1fd129207a42b0f124f0def5265f10622b1126d987f22c87dbbb558c34e3b
SHA1: bdad50a5dc1c29845ef8326fe737b84f3a57e7ad
MD5sum: 890e9ba1b65e066bc973a783247e9a04
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-12-credcheck-dbgsym
Source: credcheck
Version: 2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-12-credcheck (= 2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-12-credcheck-dbgsym_2.2-1.pgdg+1_arm64.deb
Size: 62756
SHA256: e6f66cf4623f5c38c9915a7fce224a009a172f2ec9389a4d9428dbb4a18dc878
SHA1: 7ee2a4834f6f8457b813ea0cbcb8a02063577acc
MD5sum: 2726886fe7447a4419649bdfa7e19590
Description: debug symbols for postgresql-12-credcheck
Build-Ids: 9f7c68bc7c4dec98278e901b4856ac48c0406974
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-12-decoderbufs
Source: postgres-decoderbufs
Version: 2.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs_2.4.0-1.pgdg+1_arm64.deb
Size: 43720
SHA256: e5af2563ac1498b1416352066e27a21ef5840310aac9bb06e828fbece33bfa6a
SHA1: a94cf3997df9068c9e8af002a9387f648b80c551
MD5sum: d15e66727a82376e5b593ab930d3bbfe
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-12-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-12-decoderbufs (= 2.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs-dbgsym_2.4.0-1.pgdg+1_arm64.deb
Size: 38848
SHA256: 1b08ab3304c2d6e1966cbb19ad91b29098a59ef2ee26d252f5be60b6f179ddee
SHA1: 5c1c60072fdbe6f810a8f06fb972005ca1f3271e
MD5sum: b1cdd922acee74ef170bb97fbfe9af4d
Description: debug symbols for postgresql-12-decoderbufs
Build-Ids: 4d356500800244e6b08f91ebab41df26beffbc3b
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-12-hll
Source: postgresql-hll
Version: 2.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 214
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-12-hll_2.18-1.pgdg+1_arm64.deb
Size: 84600
SHA256: 1abb5b529f1586675e2ec477d7d146dd7a3ad62b53a231837de5d6e9a0817ff2
SHA1: 210249a0410588ff2fe7f0f066997b75b71f7121
MD5sum: d832ee703b29be044752b718c9896d86
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-12-hll-dbgsym
Source: postgresql-hll
Version: 2.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-12-hll (= 2.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-12-hll-dbgsym_2.18-1.pgdg+1_arm64.deb
Size: 88332
SHA256: 71d452c18b39df2ac8937c09bc40ae34649462d86321bea70674f847435fe167
SHA1: 53e79b9bc83393b71789107502af09d7f54c83c8
MD5sum: 6eedd2bb665a6b1b9c50d7da4b7bcba4
Description: debug symbols for postgresql-12-hll
Build-Ids: 300d51c2137bef3849fffed04ca0021dc77ec862
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-12-icu-ext
Source: icu-ext
Version: 1.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), libicu72 (>= 72.1~rc-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext_1.8.0-1.pgdg+1_arm64.deb
Size: 101292
SHA256: 1abbc1da3e7c0b61610ad7955b9b33ac3d85f31108105fe8abe2207accfd0e14
SHA1: ccaea1d4980d86335ac5137cd0040ab4bbbc92af
MD5sum: 23fdc24e537ba06e54c19809e01b701b
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-12-icu-ext-dbgsym
Source: icu-ext
Version: 1.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-12-icu-ext (= 1.8.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext-dbgsym_1.8.0-1.pgdg+1_arm64.deb
Size: 81036
SHA256: 6e5dc00553c280715a60fee5accf4b9b2638bb7ddda7ca45a40607f0edb90fb1
SHA1: 9e811fe87b36bad3b9d4b0a51d3a1edea36387b4
MD5sum: ae6e6a3652b54ff697d5554fe309dee3
Description: debug symbols for postgresql-12-icu-ext
Build-Ids: bd4fff91a3b49eaa09351bbdd9fb9713935d98c9
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-12-oracle-fdw
Source: oracle-fdw
Version: 2.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: oracle-libs, postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-12-oracle-fdw_2.6.0-1.pgdg+1_arm64.deb
Size: 79888
SHA256: a237f73ce42b48ab5930eacbd27e75a781bc283a283d7311030b3efe6ea23634
SHA1: 512b84ab5ea45bd016ac1f48da1c70a2f88a8f46
MD5sum: 142b11d202da91537a92f55c71d51cda
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-12-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-12-oracle-fdw (= 2.6.0-1.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-12-oracle-fdw-dbgsym_2.6.0-1.pgdg+1_arm64.deb
Size: 177528
SHA256: 6e294bb7427ff98cdb7d202fe3d495b58c3e8a68d26dd7abe520cd31a572d33e
SHA1: 6371efd016b3ff56150a7a95b9467c18b4088951
MD5sum: 339d57c541ef9a8b975c6bc4eb5b6367
Description: debug symbols for postgresql-12-oracle-fdw
Build-Ids: 6efaefe361b8589fbabb15607194ea40d7d629a7
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-12-orafce
Source: orafce
Version: 4.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1220
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_4.6.1-1.pgdg+1_arm64.deb
Size: 399920
SHA256: febddc4540989651d623c7744beda5dba06d4e0da6ee143cf3a1311c7b61aecc
SHA1: 38ab648ccd48fd7224f8bc91a068e5040e4d50d4
MD5sum: f226d86b0cdfefd66ab91e7b599f377a
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 4.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 329
Depends: postgresql-12-orafce (= 4.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_4.6.1-1.pgdg+1_arm64.deb
Size: 276340
SHA256: 4a1cb28e695c262c2e8d1c9fa42b158bf9d37deee8f3eda2a51b88019eda9721
SHA1: ac9b724574835e3cf4e74eb5ba21ae5d6f8de631
MD5sum: c7c7bffc4254eee1c6cacda0a5c55c83
Description: debug symbols for postgresql-12-orafce
Build-Ids: 4eceb014205fddba9b75738aea218b83e3f5aa00
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-12-pg-catcheck
Source: pg-catcheck
Version: 1.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: libc6 (>= 2.34), libpq5 (>= 9.2~beta3), postgresql-12
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-12-pg-catcheck_1.4.0-1.pgdg+1_arm64.deb
Size: 32532
SHA256: 0e876a4ab1976d018796b6038088bb6cf540f6d33e1e0af3c767558038ab4917
SHA1: 0b4e851e12a9bd5c775d2f8931881bf884ef4fad
MD5sum: eee50d8b794251139b041cde6fce6590
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-12-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-12-pg-catcheck (= 1.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-12-pg-catcheck-dbgsym_1.4.0-1.pgdg+1_arm64.deb
Size: 37760
SHA256: cb78ab2ad41a2098fd78b2b447f23aa9088da68b1000a06dc97aaf3a101176e4
SHA1: 341807d8b5e20614944b16c34a3441f775b6fef5
MD5sum: f0ced97dd3b4700a9b2c81521bc64d58
Description: debug symbols for postgresql-12-pg-catcheck
Build-Ids: 66cc45f364e7538f93570759d7152b9c9b786251
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-12-pg-fact-loader
Source: pg-fact-loader
Version: 2.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1144
Depends: postgresql-12
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-12-pg-fact-loader_2.0.1-1.pgdg+1_arm64.deb
Size: 41284
SHA256: 9df830c2784bb79df9e4b8f6f02a4a084f2ad6f8bd5a7266f55fd2ae760477ed
SHA1: 8c9225465a35add726e1a6e3fccc5ccc8667d6c4
MD5sum: e88783cc69eebb4c949883718b8891e7
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 12.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-12-pgsphere
Source: pgsphere
Version: 1.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1699
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1), postgresql-12, postgresql-12-jit-llvm (>= 14)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-12-pgsphere_1.3.1-1.pgdg+1_arm64.deb
Size: 568024
SHA256: 55f6819191083d9d1a272db94e5097851153826b26244cc4ee3edf8f687e4472
SHA1: 0c6d3e24ca8fcf5fda97ae21a92dfc4878dc9b11
MD5sum: e120ed4f58ea2aeb3fa6c2114b256dbe
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-12-pgsphere-dbgsym
Source: pgsphere
Version: 1.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 389
Depends: postgresql-12-pgsphere (= 1.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-12-pgsphere-dbgsym_1.3.1-1.pgdg+1_arm64.deb
Size: 331444
SHA256: 9a17860f43cc3e25cab11c8b8785e6344aa6d31cb5861e59686eb5e09a5b6dfb
SHA1: 4579912e4fc8e2bc6429d9ee92b5067026718008
MD5sum: a94559335a47eaa5ddae32c517ae5994
Description: debug symbols for postgresql-12-pgsphere
Build-Ids: 90f58a2453a5091ee5de4d3a57d8a747229fbceb
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-12-pgtap
Source: pgtap
Version: 1.3.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1868
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14)
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-12-pgtap_1.3.1-2.pgdg+1_arm64.deb
Size: 68196
SHA256: aea6460bdd72c235763a68ea5604025eb8cb4299c94005b2b6a8e01eda2cdca4
SHA1: dfc8a2584f8d0b3223b523ba9515f11a07ce2b9e
MD5sum: fb70b00029811997155e09ea8f94416b
Description: Unit testing framework extension for PostgreSQL 12
 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 12.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-12-pgtap-dbgsym
Source: pgtap
Version: 1.3.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-12-pgtap (= 1.3.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtap/postgresql-12-pgtap-dbgsym_1.3.1-2.pgdg+1_arm64.deb
Size: 11624
SHA256: cf676e8ee0b8bf6bfb906be97e44c9eddab514b663ced4a38ffdf6e22c843f29
SHA1: e64dc7e271b361e182f7fbe53dbe6a216e01dc99
MD5sum: bfd63ca5bcae4a1e9dff973be6f6e7dc
Description: debug symbols for postgresql-12-pgtap
Build-Ids: a03ae1b004e5e24cad8fd9b1b50f1d7a13b1ce81
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-12-pgvector
Source: pgvector
Version: 0.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 476
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-12-pgvector_0.5.1-1.pgdg+1_arm64.deb
Size: 188760
SHA256: 98d4de6a200add202773bb9e20556b8ce5669f214fb0ddaf135d552457eb7a72
SHA1: 23d1886411c02485161663b7d08b5aa154cbb032
MD5sum: 0f25f0f60ee24255aff362fc738fcd82
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-12-pgvector-dbgsym
Source: pgvector
Version: 0.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 196
Depends: postgresql-12-pgvector (= 0.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-12-pgvector-dbgsym_0.5.1-1.pgdg+1_arm64.deb
Size: 170376
SHA256: 6b95162e5d12a5ed224f526c71e3a3172a8623c46d523c1e4956752ccb70dd1d
SHA1: 8c1acdad2853001277f906e73f5aee7da82d8abc
MD5sum: 23c9483f0ad3afdfccc36dd76f77fd0b
Description: debug symbols for postgresql-12-pgvector
Build-Ids: 4a329fae3f58213470502fa77b7fd059ccb2eb12
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 2.5.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 720
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_2.5.4-1.pgdg+1_arm64.deb
Size: 335012
SHA256: d0b9c19bbefbba2b43bc41cef1761dc8fed8cc3503b1958c9beb32af15ffb195
SHA1: b93dc17e9734264d0274158e4c61c2d709ca4bf0
MD5sum: 6a220c28a2f4f3f6763008724a37c294
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.5.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 284
Depends: postgresql-12-plpgsql-check (= 2.5.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_2.5.4-1.pgdg+1_arm64.deb
Size: 253392
SHA256: 529d186ffd613960384021d11aadfb1d9cba02163cc3522ff3a417440cfde966
SHA1: 054b37fe18484d40d7fb54ac005b7a925c9879dd
MD5sum: 90872bfd1e2cc5564b7f792ac3e75bb5
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: 34adaeaee41a436e4ee8ce38bbba45d71a57029f
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-12-rdkit
Source: rdkit
Version: 202303.3-3.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 934
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202303.3), libstdc++6 (>= 13.1), postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-12-rdkit_202303.3-3.pgdg+1_arm64.deb
Size: 405616
SHA256: ba176ece9d5452be4157203ca1d971bbd24d0bba99cff5be37d5e23c36da363e
SHA1: 76e9a9aa59e75cbda5a5d599591fe0b9834c2d91
MD5sum: b55abd4fdb6b87194ed0e6d632ffc545
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-12-rdkit-dbgsym
Source: rdkit
Version: 202303.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 822
Depends: postgresql-12-rdkit (= 202303.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-12-rdkit-dbgsym_202303.3-3.pgdg+1_arm64.deb
Size: 772872
SHA256: 220850e3e8e0a55ea3bc8750153980c7614a1de713c56df67d7635323a6223bb
SHA1: f67d01ace1593d0f3284e6841063924319564814
MD5sum: 42c7e59a9992df650711e6512d91f305
Description: debug symbols for postgresql-12-rdkit
Build-Ids: 94badf86686a95f921e53a10ad50661249c931a5
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-12-tdigest
Source: tdigest
Version: 1.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-12-tdigest_1.4.1-1.pgdg+1_arm64.deb
Size: 66744
SHA256: 22c8d0610b59fe610ba0ce555757700a2bfd49df58fb1c7c8d94d7cb02fdec24
SHA1: b103be3f23c8280952ae4d0a8a9b59071f3f7882
MD5sum: e631dbab7e4b0734579458ee18779cb5
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-12-tdigest-dbgsym
Source: tdigest
Version: 1.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-12-tdigest (= 1.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-12-tdigest-dbgsym_1.4.1-1.pgdg+1_arm64.deb
Size: 49480
SHA256: 4d6920640c79c23a149bb2e970dd27ecab2cc713cad699e35162f1ad5d0999f6
SHA1: 9ba84826f771298869f901ee712c54e8e719998c
MD5sum: 5b8de2b3c5ed641d342d0a447be8d67c
Description: debug symbols for postgresql-12-tdigest
Build-Ids: 559552a01343f78b1b209da410eedb170e02a64c
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-13-credcheck
Source: credcheck
Version: 2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 174
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-13-credcheck_2.2-1.pgdg+1_arm64.deb
Size: 68172
SHA256: 1126c19b8b4ddc52517d5b2e18dfdcfeff78e9e801e18f5206831aeb7fd5e61f
SHA1: 029bf11447de4ac376e9474047ccbf31a263e457
MD5sum: acb2dc10471e67db32ffda1da293ed88
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-13-credcheck-dbgsym
Source: credcheck
Version: 2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-13-credcheck (= 2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-13-credcheck-dbgsym_2.2-1.pgdg+1_arm64.deb
Size: 66252
SHA256: 8e3431a8e98f6929123e6e8617a43d8a2086d488752ce78dca8803091f35e82e
SHA1: 0b7b67b225bff9c93f1cf5d539622fef3aa71403
MD5sum: 56132b3d61c034a2439a760379028d14
Description: debug symbols for postgresql-13-credcheck
Build-Ids: b5b768a62d082442233197bd244a71803bfe33d1
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-13-decoderbufs
Source: postgres-decoderbufs
Version: 2.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs_2.4.0-1.pgdg+1_arm64.deb
Size: 44036
SHA256: ff6dbc01b91724378d81578da7efc8e13e0c3f53cf6777748a7ea370f17a7d37
SHA1: a42f93e61ad590030ffdb981b71764b08f7e6bab
MD5sum: 4b1380ab7ad9d7ed1768df53f5e97c8a
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-13-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-13-decoderbufs (= 2.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs-dbgsym_2.4.0-1.pgdg+1_arm64.deb
Size: 39912
SHA256: a85e51cad24b4af0a5ffd97ef8e1c94a08793cac762a0f23ca0b65a0394a2a3c
SHA1: 77ca52d1a85d537805e8485101e1ab5599767aea
MD5sum: 5ef92eecb9cd6481f4ce27bb74f0d235
Description: debug symbols for postgresql-13-decoderbufs
Build-Ids: 7e535d791b58b48a24792a57718a7a760bdafe2e
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-13-hll
Source: postgresql-hll
Version: 2.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 214
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-13-hll_2.18-1.pgdg+1_arm64.deb
Size: 84424
SHA256: 13d734274290e1b2d19bf110c2a5f0a3b7fafc4dfd3472795a230e85fe4d8b00
SHA1: 63878b78796c151709e8dbe42f34b2d0a1a744a6
MD5sum: b991c7955114440e14d9ad8ace993023
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-13-hll-dbgsym
Source: postgresql-hll
Version: 2.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-13-hll (= 2.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-13-hll-dbgsym_2.18-1.pgdg+1_arm64.deb
Size: 89360
SHA256: 816ef2e9e810ad4d1464487b82b9cb8267f31262d54307f95bf49a700e582e1f
SHA1: 6e009c2e36182b7fdabae21f752f6665b0e20488
MD5sum: c5a27877d1dd1da3bb6b4a86ca4bfdb0
Description: debug symbols for postgresql-13-hll
Build-Ids: 155263257e5ce978e1a020bc9c5d804aeb65f608
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-13-icu-ext
Source: icu-ext
Version: 1.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), libicu72 (>= 72.1~rc-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext_1.8.0-1.pgdg+1_arm64.deb
Size: 101868
SHA256: 9f50dc5fe3f6e290523e03697e698486864721a1a09084403a03dee42619f4f5
SHA1: c1d65c563c50143346b208c904f17962314bf36f
MD5sum: 7c650e6b074eb121bdcb220a26a696eb
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-13-icu-ext-dbgsym
Source: icu-ext
Version: 1.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-13-icu-ext (= 1.8.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext-dbgsym_1.8.0-1.pgdg+1_arm64.deb
Size: 80884
SHA256: 057059dab34cd5dd403e29e77b90cadcb8b07a0c66c5c909239c5c903c320f9c
SHA1: a97f9a1fbc897f0a58441d017e594d611cefcb75
MD5sum: 420b8bcf2625fb61f04e48ebe5caf0c4
Description: debug symbols for postgresql-13-icu-ext
Build-Ids: 17db9c331d74841ea763ffef521910056a57872a
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-13-oracle-fdw
Source: oracle-fdw
Version: 2.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: oracle-libs, postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-13-oracle-fdw_2.6.0-1.pgdg+1_arm64.deb
Size: 80812
SHA256: c375178040fa333d00786a5e20cbd0333532366cc3dae4dbe70c5cbc4716d9a0
SHA1: 2dfb5e8b80d5abaa66e0cd1a02f775bcd180a2d6
MD5sum: 6ede2d8c7fdc5083a50cf2b9d21bde09
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-13-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 205
Depends: postgresql-13-oracle-fdw (= 2.6.0-1.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-13-oracle-fdw-dbgsym_2.6.0-1.pgdg+1_arm64.deb
Size: 184852
SHA256: 556d9ef5eb6d2588dee1fe34768b952fbfe82c8d0d9305e0b36661b25f7a5e56
SHA1: ddaed34874ce5c21ec518112638f56f571804568
MD5sum: 5fa88cb543d6948da3ec8d5bd897851c
Description: debug symbols for postgresql-13-oracle-fdw
Build-Ids: 5f53e2663a657d372bf4c5f4c5daed05f592fce9
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-13-orafce
Source: orafce
Version: 4.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1217
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_4.6.1-1.pgdg+1_arm64.deb
Size: 399032
SHA256: 5540167bd7424f27ef41a0e8cf9c685f0e97095c1a221ae5475b289177932afc
SHA1: c03075acc37eb10c718b68ec7df03771558eed3c
MD5sum: 65dbe3ef7c2838565eb5fdde6bff7397
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 4.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 332
Depends: postgresql-13-orafce (= 4.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_4.6.1-1.pgdg+1_arm64.deb
Size: 281436
SHA256: 9a8ca8c325fc3a3c1a2ce9adb88e2dd211e1a9ad607ac0cf429b48e74326ab2f
SHA1: a4a2df830c2adc537dc14bd8340544c34b185b58
MD5sum: 5968f1fc2a75da78e3767876567e979a
Description: debug symbols for postgresql-13-orafce
Build-Ids: 71e265a8c58e10c4709389b7c04bc998abfb28c5
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-13-pg-catcheck
Source: pg-catcheck
Version: 1.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: libc6 (>= 2.34), libpq5 (>= 9.2~beta3), postgresql-13
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-13-pg-catcheck_1.4.0-1.pgdg+1_arm64.deb
Size: 32676
SHA256: 8c3045d22fdd992704f75bf079030ee6ec0a5bc24a3184e6464381b870a5323f
SHA1: 031d8a30b98fe3bce5fab3c4eb93ab5bcebbe3a8
MD5sum: f41ca7206f668d0ee0898401baf82b69
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-13-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-13-pg-catcheck (= 1.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-13-pg-catcheck-dbgsym_1.4.0-1.pgdg+1_arm64.deb
Size: 37764
SHA256: 7463bbe7994c147513cd9cc94c5811b9d0565fb1ece38f9b4116ee88434dc886
SHA1: 6b74c1b7b1ffa51a5d0931fb94d177ff763ef6f7
MD5sum: fefb0a94cdff23614ad1e4e3d37aa2c3
Description: debug symbols for postgresql-13-pg-catcheck
Build-Ids: 75722d25f1311733f18922913fae770ba5a462d1
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-13-pg-fact-loader
Source: pg-fact-loader
Version: 2.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1144
Depends: postgresql-13
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-13-pg-fact-loader_2.0.1-1.pgdg+1_arm64.deb
Size: 41304
SHA256: 570b663a6d293a83c3905045c31bad6ae08e4d59d0bc191469be6e6fa36d2366
SHA1: 5fbe178852d8f3894c1f01a0b9c7603373eca370
MD5sum: 74193907918ae0976ccd03706e8e960c
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 13.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-13-pgsphere
Source: pgsphere
Version: 1.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1700
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1), postgresql-13, postgresql-13-jit-llvm (>= 14)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-13-pgsphere_1.3.1-1.pgdg+1_arm64.deb
Size: 568080
SHA256: c636be71300482fca8f6f3ecdea91f62551a43dc9154f281f8098644be1fe748
SHA1: f509ea24137a71e8e2a6fa67b67ead5eb506e221
MD5sum: 5935eaa0a8f24a8fa693537a516a23e0
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-13-pgsphere-dbgsym
Source: pgsphere
Version: 1.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 389
Depends: postgresql-13-pgsphere (= 1.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-13-pgsphere-dbgsym_1.3.1-1.pgdg+1_arm64.deb
Size: 331896
SHA256: 759f47105657099e4b1212bc33295b612b693a69c33be59c86494e3a74097ccb
SHA1: 1e013c090e567e8518eae8d3da75e56440219208
MD5sum: 6326b77cf5283e0843a53a7dfc9df458
Description: debug symbols for postgresql-13-pgsphere
Build-Ids: 4f9c8ed976b68b31eba6541807307d343cd8e28f
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-13-pgtap
Source: pgtap
Version: 1.3.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1868
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14)
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-13-pgtap_1.3.1-2.pgdg+1_arm64.deb
Size: 68312
SHA256: ee2cf38bf8bff2e51456373f0bc49d4a7a01ead5c347cb12ba2b3f9ef3a3600b
SHA1: b255f24fc7e0b69f1e821424091a4bebe6384581
MD5sum: 4e813534cdbb2987b019df89b5c0e026
Description: Unit testing framework extension for PostgreSQL 13
 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 13.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-13-pgtap-dbgsym
Source: pgtap
Version: 1.3.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-13-pgtap (= 1.3.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtap/postgresql-13-pgtap-dbgsym_1.3.1-2.pgdg+1_arm64.deb
Size: 11676
SHA256: f1208a0a6e80a08349fe0e61272516f50fad75172d824a5331608604a4e5d291
SHA1: b266f008c340e6385fc38e13dd0d590d638c9bff
MD5sum: d3748e274087d403dddba4a4aab5b437
Description: debug symbols for postgresql-13-pgtap
Build-Ids: bcc52e144da842ce58d5e67925be66c247294c6f
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-13-pgvector
Source: pgvector
Version: 0.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 471
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-13-pgvector_0.5.1-1.pgdg+1_arm64.deb
Size: 184924
SHA256: 6577a0ddd7f5cad9166866acad98a393c9908a818f0579a7cb140bc3621bbb2d
SHA1: 702c0c0d23ad148e3e1b71865922ecd0ca660fb6
MD5sum: 0a7e9a54910264cef9245a9b8fd0c764
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-13-pgvector-dbgsym
Source: pgvector
Version: 0.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: postgresql-13-pgvector (= 0.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-13-pgvector-dbgsym_0.5.1-1.pgdg+1_arm64.deb
Size: 175364
SHA256: 794fce60bf4a2c9feef7bdefc27cc7468fba6b0a47b1699fa838e2eaeb3068f3
SHA1: bb326ae77e7d1b1f9b48eff6cd61468cb93409ba
MD5sum: afc57607026d0730125fbbb0952d54bf
Description: debug symbols for postgresql-13-pgvector
Build-Ids: 8a1007fba78034cf1d3da08315d41b25c997ef31
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 2.5.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 786
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_2.5.4-1.pgdg+1_arm64.deb
Size: 340472
SHA256: f6a3c8ae92c094d8850d449f50bbb0cced23037eca288711005b816639dfb8db
SHA1: 99d20954d39335fe64d36888689e16e83ad29a57
MD5sum: 9faa3603ce66c42fe78d45de531c19b4
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.5.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 305
Depends: postgresql-13-plpgsql-check (= 2.5.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_2.5.4-1.pgdg+1_arm64.deb
Size: 273664
SHA256: 926eac31b139758b7b4d0c3e83d32f45f3e1832d04a4f8be9ec2b534769f3f3b
SHA1: 44ef591f63a6b5b07f9345bcf1a96d7997161d34
MD5sum: 026316a210846f9a86bb021c28568608
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: ed313e7d85e64ff1856bd160847c18615e7fea1f
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-13-rdkit
Source: rdkit
Version: 202303.3-3.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 998
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202303.3), libstdc++6 (>= 13.1), postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-13-rdkit_202303.3-3.pgdg+1_arm64.deb
Size: 407104
SHA256: 8cd41dc783f12e1af9e8e116065c63e960b013346eebd1cad99978813c0dfb2a
SHA1: 44adb96d1ebd252f9d7ee5bd38eac2748ca53192
MD5sum: 27b441aa9ef37bcf0986cea1a822aac6
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-13-rdkit-dbgsym
Source: rdkit
Version: 202303.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 821
Depends: postgresql-13-rdkit (= 202303.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-13-rdkit-dbgsym_202303.3-3.pgdg+1_arm64.deb
Size: 771684
SHA256: aca3f55a150094aa393c1aa2360b19031ea9774cec483d6f723d45dc24150f72
SHA1: 932b80e39bb1d849bbb47bcd2aff6fc945ae9610
MD5sum: 1070c90fc036fdd9028cdf3d1a26452e
Description: debug symbols for postgresql-13-rdkit
Build-Ids: 12cc61dd5c2cccabcde4be374d4fd6256910d851
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-13-tdigest
Source: tdigest
Version: 1.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-13-tdigest_1.4.1-1.pgdg+1_arm64.deb
Size: 66820
SHA256: db7da0a2120962c365a55dddb1f9b822c367ee71c9b90340a3ca12d5f5dc03b0
SHA1: 3c3f1916112c02d3d9842a6c469ae6b707a44b04
MD5sum: 8af4542176d453f5db9f59ecab0036fb
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-13-tdigest-dbgsym
Source: tdigest
Version: 1.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-13-tdigest (= 1.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-13-tdigest-dbgsym_1.4.1-1.pgdg+1_arm64.deb
Size: 50004
SHA256: af8c257034140722303433f3ce4a30871d50de8594fc0712bb0caf6e344d4c48
SHA1: 646b026ae103271a7ad03aa51973350ba52ed79b
MD5sum: cac39ef31dd61a8aa18fc84f7c4ab034
Description: debug symbols for postgresql-13-tdigest
Build-Ids: 057671876a1c28b4d7c8b7054861f389d5706a86
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-14-credcheck
Source: credcheck
Version: 2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 175
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-14-credcheck_2.2-1.pgdg+1_arm64.deb
Size: 68688
SHA256: 18740887e35ca1f681e4c5c28d94fa9007cca03d32770fb034d5ea82540299d8
SHA1: 457ee08680aa4ee963fb25523537b81f09d28ee0
MD5sum: 2aff1c97110dec0f3c2f0c012fad2bc6
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-14-credcheck-dbgsym
Source: credcheck
Version: 2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-14-credcheck (= 2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-14-credcheck-dbgsym_2.2-1.pgdg+1_arm64.deb
Size: 68080
SHA256: e9acf98b85f4b068ba35e6e65abbabc085b53957f4f034fe3b165dbf31a2fe0a
SHA1: a6c75ea0da4f3ce30f05e489c4f94eefa7bab9a3
MD5sum: 05244d0aaba37df24ba2af6f897b941e
Description: debug symbols for postgresql-14-credcheck
Build-Ids: a09d198d2d3dfcbdfd29a4025fdcaeed61b6457b
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-14-decoderbufs
Source: postgres-decoderbufs
Version: 2.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs_2.4.0-1.pgdg+1_arm64.deb
Size: 44488
SHA256: 6a8cada2b01515e1a9998f18fc0b06f06eb12139bc940a1834de900e3aa45e8c
SHA1: f506f1839f151ac2753347a859af7451b237ce17
MD5sum: e0fba62d8561317a699e0dee63d319fa
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-14-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-14-decoderbufs (= 2.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs-dbgsym_2.4.0-1.pgdg+1_arm64.deb
Size: 41232
SHA256: 6838e58559c2863c5f633564200294a178a19a8eba551288146fef20d0e463d4
SHA1: 7ae9d1ca2bea105b2e14dd3fe362f7f77b46efd0
MD5sum: 7c0dcc3a550cd20866715bdd79488e60
Description: debug symbols for postgresql-14-decoderbufs
Build-Ids: aa58ab387a258dd519786a00be2b7dccbed9fe2c
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-14-hll
Source: postgresql-hll
Version: 2.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 215
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-14-hll_2.18-1.pgdg+1_arm64.deb
Size: 84912
SHA256: 0f382da003e2d9f22c61ae2a4df0c7a3b7525d8ecfc917abbcf55b4d54491782
SHA1: f8500481cbd91717bc301e5bf82dcaaa4e9f03cd
MD5sum: 19747aec36cf4fa916bae221bfd58fdd
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-14-hll-dbgsym
Source: postgresql-hll
Version: 2.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: postgresql-14-hll (= 2.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-14-hll-dbgsym_2.18-1.pgdg+1_arm64.deb
Size: 90876
SHA256: 5754e45ae4605677b76a90bf31d86385f484104f78535162edf5cef2166cba33
SHA1: dc863d664879d8fe7d64743aac639eb3e7ec9d37
MD5sum: 7c7f162b6231ad7896fe8fad2e2a6853
Description: debug symbols for postgresql-14-hll
Build-Ids: 828c27cecfafc7993fdc6145cc4ac6bfb927b1b1
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-14-icu-ext
Source: icu-ext
Version: 1.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 275
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), libicu72 (>= 72.1~rc-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-14-icu-ext_1.8.0-1.pgdg+1_arm64.deb
Size: 102304
SHA256: aa04b3a0c069bea8a494f33d0db028dc5879608ad56b60cf98a13f5f9b18c373
SHA1: fb78843d8e32890e9615b364fd430ebec1148a86
MD5sum: d6eaa7240d71f14f73a3414e018d38d5
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-14-icu-ext-dbgsym
Source: icu-ext
Version: 1.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-14-icu-ext (= 1.8.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-14-icu-ext-dbgsym_1.8.0-1.pgdg+1_arm64.deb
Size: 81280
SHA256: d8ffc441c46bbdf1d962367ad8db1c37478c9d1921af16c8304d0ecee89448e6
SHA1: 870c62433fcf2c2b1d9bbea562b0ecf7201248de
MD5sum: 11ca93575b106bbfcd60d728b15a8b30
Description: debug symbols for postgresql-14-icu-ext
Build-Ids: 5d921434cc93998d9ac853c49e9647cf66c86b19
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-14-oracle-fdw
Source: oracle-fdw
Version: 2.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: oracle-libs, postgresql-14, libc6 (>= 2.17)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-14-oracle-fdw_2.6.0-1.pgdg+1_arm64.deb
Size: 81052
SHA256: 923c76dbf63efcb138c3fc6915c68dd008c30e284da815a30d6486df7d3732c7
SHA1: 8f8830f9ce86a35643edf1e9503a974f372c81d4
MD5sum: f30122b2773087d5e7eaf15679530430
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-14-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 206
Depends: postgresql-14-oracle-fdw (= 2.6.0-1.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-14-oracle-fdw-dbgsym_2.6.0-1.pgdg+1_arm64.deb
Size: 185928
SHA256: 99de9c36901e09df7e74294a05decb5db354a7a38c9f84f35b52f5c1322ce577
SHA1: e4f001cc67a2742a2e346bc660a5bfeaa1e44a79
MD5sum: 72db0084bc7be7eb39df2d9422599c89
Description: debug symbols for postgresql-14-oracle-fdw
Build-Ids: 97615876c3d8490f4e78ae3e3004a845e73bbcab
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-14-orafce
Source: orafce
Version: 4.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1227
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_4.6.1-1.pgdg+1_arm64.deb
Size: 401696
SHA256: e793c6f108a4e72711724c21a39839cb67c0c94e7c04de9667eef75222a2272e
SHA1: 59f9d84fc579d5481ddd8bc2d7abbf0968a9512f
MD5sum: a611b5f560c1b8ad648e17fdf1a5904c
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 4.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 337
Depends: postgresql-14-orafce (= 4.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_4.6.1-1.pgdg+1_arm64.deb
Size: 287516
SHA256: b05f6415398b5504b5bebfa9ef639e84c4b5bd5d10d62a2bb3c457518af60dff
SHA1: 4a2e329740bfa0e25c19b0f1a12ae2a4a5a11a9e
MD5sum: cfd4eaf058f576d6b5c76a7bf8e654b5
Description: debug symbols for postgresql-14-orafce
Build-Ids: 860639d8ab8be0e791e00603c02f50031bbf4168
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-14-pg-catcheck
Source: pg-catcheck
Version: 1.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: libc6 (>= 2.34), libpq5 (>= 9.2~beta3), postgresql-14
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-14-pg-catcheck_1.4.0-1.pgdg+1_arm64.deb
Size: 34424
SHA256: 4db42f681396da6953e7d915e3eb6204a137ccc9b884dfd84c7fb4381a84afd9
SHA1: b9aea244e8cd2f85d57a2dcdec513937bd0c7ef3
MD5sum: 83a170674b178f82fa376a6e300fb496
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-14-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-14-pg-catcheck (= 1.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-14-pg-catcheck-dbgsym_1.4.0-1.pgdg+1_arm64.deb
Size: 38004
SHA256: 6a082916c878b797d4631596d69d587bbbd0ad4ef30ab1acd7e7ed9c3dac1856
SHA1: 0e7b3839f8f3b8461c9365742c1127105a945baa
MD5sum: a6dde2307ab7ea5ab4303bf154552953
Description: debug symbols for postgresql-14-pg-catcheck
Build-Ids: b261a12e485ee0fdee301fb5ea72d43f1cd8df1c
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-14-pg-fact-loader
Source: pg-fact-loader
Version: 2.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1144
Depends: postgresql-14
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-14-pg-fact-loader_2.0.1-1.pgdg+1_arm64.deb
Size: 41284
SHA256: e711fd52424fc4ac1ec7784daa0506d6b60e9a1c78a39d117961031af85e487f
SHA1: fcddab4c04d026bcefad4cca05be341ec22e55b9
MD5sum: 2456c949194ae3b4ae6147abf01fdff5
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 14.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-14-pgsphere
Source: pgsphere
Version: 1.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1702
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1), postgresql-14, postgresql-14-jit-llvm (>= 14)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-14-pgsphere_1.3.1-1.pgdg+1_arm64.deb
Size: 569140
SHA256: 6d446b21306f2d4c4889922e977a75811d87a8b43df7e7b9a118d902bc01ff9d
SHA1: 85e5f7fc4dec4337bf1b7126b15dede464a64f6e
MD5sum: f8053fd30010347070115620ba804616
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-14-pgsphere-dbgsym
Source: pgsphere
Version: 1.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 389
Depends: postgresql-14-pgsphere (= 1.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-14-pgsphere-dbgsym_1.3.1-1.pgdg+1_arm64.deb
Size: 331372
SHA256: 64a4289eb0fc58cb7821af80795eb85cbb3ae416489197f6b3472ca4c146b6e8
SHA1: 17ad8cb6fc17f9f3a627f8239952f124e75419aa
MD5sum: 644215152745cd660f61689b63f4aa7a
Description: debug symbols for postgresql-14-pgsphere
Build-Ids: 92ed17df0b5d3ca0dbd6c07ee76837ddb4bf0015
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-14-pgtap
Source: pgtap
Version: 1.3.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1868
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14)
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-14-pgtap_1.3.1-2.pgdg+1_arm64.deb
Size: 68376
SHA256: ce60c6f38db1568bf2ffbe57362896257dcbe72c2c7b7b26115aac4c1bdaf38c
SHA1: cdfee74bda15387b64609993ab6cf9944cf20292
MD5sum: 84d8103954e63586304b89a7806da0ab
Description: Unit testing framework extension for PostgreSQL 14
 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 14.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-14-pgtap-dbgsym
Source: pgtap
Version: 1.3.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-14-pgtap (= 1.3.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtap/postgresql-14-pgtap-dbgsym_1.3.1-2.pgdg+1_arm64.deb
Size: 11792
SHA256: f9b719b5ac923143b267f4bc0a2f800567e0e9edfae0b2570ccfe4c22560736c
SHA1: b04b50a331c316f267bbd4279ccf2d733a125f75
MD5sum: 76f19d26d07c740603acd22098ffd1ca
Description: debug symbols for postgresql-14-pgtap
Build-Ids: 7a722c334b7496e7688947ddb7e947b2b9d5acbe
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-14-pgvector
Source: pgvector
Version: 0.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 474
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-14-pgvector_0.5.1-1.pgdg+1_arm64.deb
Size: 187388
SHA256: d649144a9676f8b73f6232e4d3f0c6df25b0d7b3a59c9e80bdb3fd225395b5f6
SHA1: 2947e9befeb1e62e4d808d36fce3a9eb86355e34
MD5sum: d0a469d4f32bba3e2402a80d534cbfdc
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-14-pgvector-dbgsym
Source: pgvector
Version: 0.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 204
Depends: postgresql-14-pgvector (= 0.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-14-pgvector-dbgsym_0.5.1-1.pgdg+1_arm64.deb
Size: 177312
SHA256: 4722a54f386d57a378bc8a5a5c21a4c388de183d092de08c1c90cd79c812284d
SHA1: 2467b39ad5484de78b0381ec87349f2b6b6d4f85
MD5sum: bd9c974e731ea8644f7cd4e72bf61608
Description: debug symbols for postgresql-14-pgvector
Build-Ids: 4a30ea276ba25998b5227b6a88620498d78cea57
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.5.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 796
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.5.4-1.pgdg+1_arm64.deb
Size: 346448
SHA256: f62262654883c28fc30c8c27b7ab8db076d9f5eede33b7abc404b11e0ab785c1
SHA1: 7ffd60577924ffc47ea926a361577007f2dc48a3
MD5sum: ab6e48e5f493d2488f46af90c7f91a74
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.5.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 311
Depends: postgresql-14-plpgsql-check (= 2.5.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.5.4-1.pgdg+1_arm64.deb
Size: 278776
SHA256: ea6ed32eef2b6858e3fd5ef1038ed5f1ed1461d2dbecee6982edd69745422f56
SHA1: f148ddac4d7a73227c1f09a0adbee14637f462e6
MD5sum: 0572a944e8e7a8c63b67a0a2872ea644
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: 72eb5b81a3ed0cb30d0b1336e36e2352ab174c3a
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-14-rdkit
Source: rdkit
Version: 202303.3-3.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 936
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202303.3), libstdc++6 (>= 13.1), postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-14-rdkit_202303.3-3.pgdg+1_arm64.deb
Size: 406812
SHA256: 2c810c7b19202dc2dbe3199279e7b66c661c136c28c33b4f029665d5e65ac505
SHA1: b47eeb6c86e866b32d9110ee39bbafa9db059a1f
MD5sum: 2a8bcbe4cb4d30565768e471b209b823
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-14-rdkit-dbgsym
Source: rdkit
Version: 202303.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 820
Depends: postgresql-14-rdkit (= 202303.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-14-rdkit-dbgsym_202303.3-3.pgdg+1_arm64.deb
Size: 770860
SHA256: c7566ecaa13c5d2dc65071742f3fa8a7b39e01e75d14bb15f868688bebf1d3b9
SHA1: 516ad358d9ee3bd21a4866044ee807bad263e843
MD5sum: d5b6e4e82ff76054507c860e4a717354
Description: debug symbols for postgresql-14-rdkit
Build-Ids: 510c5bd902fa5a9e2dc657fc8f20bc9ebb0e5dc8
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-14-tdigest
Source: tdigest
Version: 1.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-14-tdigest_1.4.1-1.pgdg+1_arm64.deb
Size: 67080
SHA256: 1a691a1114939190a0f54e8aef964236ed6d8a152927b9ac811a2da6f3602e37
SHA1: 3bd455d03ce62f52c5eb8d4e1386cd7d890b68e0
MD5sum: 311501828febfa6adf4db2e5869d4c77
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-14-tdigest-dbgsym
Source: tdigest
Version: 1.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-14-tdigest (= 1.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-14-tdigest-dbgsym_1.4.1-1.pgdg+1_arm64.deb
Size: 48372
SHA256: 124ea8caa73127e0d2d112b404c4c1e7afc714f6c58b84b4f0fb177d65e2c3d5
SHA1: 2ff527e97d1d4800ed80ef12ba8f41158f4b5bd3
MD5sum: 58b22067b3b53cb8be57cc2e92a7957d
Description: debug symbols for postgresql-14-tdigest
Build-Ids: fc4fdc60123512b87684583e69f8bf223147f86c
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-15-credcheck
Source: credcheck
Version: 2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-15-credcheck_2.2-1.pgdg+1_arm64.deb
Size: 69508
SHA256: d2958d5c81f1a7c6a79db68f6652c4fbf60b22950635f7a5debf4c4e7c9fdfb5
SHA1: 53012f845b4216e6f44d326ee8f0c4ad106cdcb5
MD5sum: e93beb62fd17a6961ad22b4fd64af709
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-15-credcheck-dbgsym
Source: credcheck
Version: 2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-15-credcheck (= 2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-15-credcheck-dbgsym_2.2-1.pgdg+1_arm64.deb
Size: 69100
SHA256: c9b29e94092904b5625cba8380e0ef3cbf39a2abb1ca05003261c781f8160c42
SHA1: 933c5c708c98d46e89664ebacd1ce89d39450806
MD5sum: b7061cfd1262dab3494159b5c6d2b8a6
Description: debug symbols for postgresql-15-credcheck
Build-Ids: a3e08355de64d204aab8f85a1f8f35560d5327ee
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-15-decoderbufs
Source: postgres-decoderbufs
Version: 2.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs_2.4.0-1.pgdg+1_arm64.deb
Size: 46500
SHA256: 6365ba6120d3cf75258cd9caff2ee7e3c2fccd1f239ff3d2253c8a1c7aa5b7b1
SHA1: 1ab630d993d5e29ed92030dddb92ec606a96871b
MD5sum: fa511a9b06e312f31159bd3a040099fd
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-15-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-15-decoderbufs (= 2.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs-dbgsym_2.4.0-1.pgdg+1_arm64.deb
Size: 51832
SHA256: ed3735447cde81b5fcb1de89c4b93cafbbfadd728f37c0599ab8699991f2a371
SHA1: f0a53ecadb93eb8678b49769537d16b77c614e78
MD5sum: 7ef9d3eb933aa0a4c83de219e600c92d
Description: debug symbols for postgresql-15-decoderbufs
Build-Ids: 7f4f4a09cb52ac0f32a49af314dfa07ff1ea322d
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-15-hll
Source: postgresql-hll
Version: 2.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 215
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 15)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-15-hll_2.18-1.pgdg+1_arm64.deb
Size: 84912
SHA256: bce3c477756dd1184f3f19b16cf6075d45ae777ec96713193ebc62109a65ea0d
SHA1: b6964899a2aecb69facac36b6f581c9d053e4560
MD5sum: fabbe2e7411d6d5f9c5e10aeb5d5fce9
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-15-hll-dbgsym
Source: postgresql-hll
Version: 2.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: postgresql-15-hll (= 2.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-15-hll-dbgsym_2.18-1.pgdg+1_arm64.deb
Size: 91388
SHA256: e6d3949a8348c8ec7a416cae11fb57d7babbf9caf08a2cdceb516708dd91ed39
SHA1: b020c22fe92280ea4efbc9809e875ec8802148eb
MD5sum: 828217a3cd1a746c982022f79e690b80
Description: debug symbols for postgresql-15-hll
Build-Ids: 803fb8135d914ca6c44b25d5279a0153e127d850
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-15-icu-ext
Source: icu-ext
Version: 1.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 276
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.17), libicu72 (>= 72.1~rc-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-15-icu-ext_1.8.0-1.pgdg+1_arm64.deb
Size: 102152
SHA256: 2fefbe10dc56806637fa37d39f54d513c93c2d09c47ef492e7a93570fe9dfcbb
SHA1: df0d246cc89507686ab495841ed847b762990410
MD5sum: 5d8336ccd16399756f9f013aa2a86f66
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-15-icu-ext-dbgsym
Source: icu-ext
Version: 1.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-15-icu-ext (= 1.8.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-15-icu-ext-dbgsym_1.8.0-1.pgdg+1_arm64.deb
Size: 81576
SHA256: 15dbdf7a393687b44130e4d0e8137861647a0018bf9ed5d33220c0e1e392e221
SHA1: bc958c5534e4ab8ae632d70055596c802ab31d0b
MD5sum: 5ca490fcfbb121d7df35c495b25b444c
Description: debug symbols for postgresql-15-icu-ext
Build-Ids: 41d4266087a242912149d399c5c13c94113030e4
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-15-oracle-fdw
Source: oracle-fdw
Version: 2.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: oracle-libs, postgresql-15, libc6 (>= 2.17)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-15-oracle-fdw_2.6.0-1.pgdg+1_arm64.deb
Size: 81332
SHA256: 6bd99601c5cd120bdfcbc7e6117094cf7a35c57ba9b4172d545e755fca1f4e24
SHA1: a0dcfcda9701121727b0289c4cf85caf20a3167b
MD5sum: 3162f5937c5f36de260c35c064806ec1
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-15-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 210
Depends: postgresql-15-oracle-fdw (= 2.6.0-1.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-15-oracle-fdw-dbgsym_2.6.0-1.pgdg+1_arm64.deb
Size: 189632
SHA256: 60e7101ca2c5c9af473a598b899bdb7bc84b884b10da3abe6e3902a4d4598117
SHA1: dcccd0021dd67066ba92faf5b919946c597a3c0c
MD5sum: a4720971f428a1ccf8bfef6e049e33a2
Description: debug symbols for postgresql-15-oracle-fdw
Build-Ids: 91c8067267e3ead49bbfde7a7fb1fa9aa7dda1b7
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-15-orafce
Source: orafce
Version: 4.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1233
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-15-orafce_4.6.1-1.pgdg+1_arm64.deb
Size: 401872
SHA256: 4c983eeb2a3f7aefd9cf274c1f09b7fe9f446c2fe76a0d53d0c1810c16de80fe
SHA1: e8f39296e280b6647942540c457a0d347ecacff5
MD5sum: 8daece4a77b67a910fe930a3e8a2be38
Description: Oracle support functions for PostgreSQL 15
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-15-orafce-dbgsym
Source: orafce
Version: 4.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 339
Depends: postgresql-15-orafce (= 4.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-15-orafce-dbgsym_4.6.1-1.pgdg+1_arm64.deb
Size: 289116
SHA256: 1f204cdf43b35a10056a0d350ec1be4b2f82822f3de0a8474e9f4e986e6f4f09
SHA1: 4e524c2fb957ed1576bdd77a402951d461eb1d63
MD5sum: d0103eb0e184e87f6150cc1d458dafb4
Description: debug symbols for postgresql-15-orafce
Build-Ids: 18fcad52540aa8b55dea0843d583cfd27318fac4
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-15-pg-catcheck
Source: pg-catcheck
Version: 1.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: libc6 (>= 2.34), libpq5 (>= 9.2~beta3), postgresql-15
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-15-pg-catcheck_1.4.0-1.pgdg+1_arm64.deb
Size: 34812
SHA256: e0214ec6d88b9076f8f37720329db6c30dee948a3f76313a6943f50ff0735ddf
SHA1: 59ab217294069aa4bdbd357e2a3844d9833d6190
MD5sum: 9457e43eb57ca12d0ad2a9b910a0cd57
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-15-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-15-pg-catcheck (= 1.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-15-pg-catcheck-dbgsym_1.4.0-1.pgdg+1_arm64.deb
Size: 38136
SHA256: 2c58b110c00a8da1871b7693a2d51f1468b46c73c688626a3d4ca9f24f0ee56a
SHA1: 6a1037c116f6d8507f47fb2053570c48cd638ed8
MD5sum: 1e3dead8149072d9d0ec975e7ecf5ff3
Description: debug symbols for postgresql-15-pg-catcheck
Build-Ids: 9418d3eacd6a8cced2b9ea8dc81df5d34345ccf9
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-15-pg-fact-loader
Source: pg-fact-loader
Version: 2.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1144
Depends: postgresql-15
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-15-pg-fact-loader_2.0.1-1.pgdg+1_arm64.deb
Size: 41296
SHA256: d06b8676c897df1ed203bfc5000cf827dbf3afee55b640249edb2c95e3c531e4
SHA1: 9bea24ad4523b09b4b45648dc3b2e33dff8ce8f6
MD5sum: 44886c9cd0707df6ccc08f80231fbecb
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 15.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-15-pgsphere
Source: pgsphere
Version: 1.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1706
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1), postgresql-15, postgresql-15-jit-llvm (>= 15)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-15-pgsphere_1.3.1-1.pgdg+1_arm64.deb
Size: 569400
SHA256: cb8fef9dc5603b2c846b624f25ad0ca706899f520acd1717ab092cd4ac570301
SHA1: f16323655234d2e010553c7427bdeef4eb8327f8
MD5sum: 3f93f1cd6fd240fa605ec00e43b4acdb
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-15-pgsphere-dbgsym
Source: pgsphere
Version: 1.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 389
Depends: postgresql-15-pgsphere (= 1.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-15-pgsphere-dbgsym_1.3.1-1.pgdg+1_arm64.deb
Size: 331356
SHA256: c0d789d2c2c9286dadd188c0bb8a01b3ae4eccd9d25c5179cf49d0b6a9e02e26
SHA1: 0b60bbdf4e1dfacf9145d40269c28f1761e55077
MD5sum: 18f423e5a30aeecc9e796d1543a7cf82
Description: debug symbols for postgresql-15-pgsphere
Build-Ids: 6c2d48671e02eca3ac951182430a0044c336af5e
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-15-pgtap
Source: pgtap
Version: 1.3.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1868
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 15)
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-15-pgtap_1.3.1-2.pgdg+1_arm64.deb
Size: 68540
SHA256: ccec00dfc5eddb458727d553110579bcdf9f8d8e45e157e3cc15cbd413db3aac
SHA1: da69fde940e413d8d747d34d20cb7985fe348f79
MD5sum: 0c922eeb6a629663d0ac4f4dc7f9e9c4
Description: Unit testing framework extension for PostgreSQL 15
 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 15.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-15-pgtap-dbgsym
Source: pgtap
Version: 1.3.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-15-pgtap (= 1.3.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtap/postgresql-15-pgtap-dbgsym_1.3.1-2.pgdg+1_arm64.deb
Size: 11880
SHA256: 2532fb0d53153dcd9ea2938e8e551b115a1dc093dc909be26a19c9af99445694
SHA1: 7d5c48df209905fb1fb4a25dcd7f96020106740a
MD5sum: d41ac000a13013f1af4ed22df2c893f9
Description: debug symbols for postgresql-15-pgtap
Build-Ids: 2eedbf8676049f36315fa317c1cb60bed43a47a4
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-15-pgvector
Source: pgvector
Version: 0.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 473
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-15-pgvector_0.5.1-1.pgdg+1_arm64.deb
Size: 187972
SHA256: 7700c442501d269cda358ab884452c3d4c8af79000d088d83d4213802f9b1ea0
SHA1: d7a3f0ab75661baa239accbbe99454a06a551a98
MD5sum: d2eff6493d1d31cc9e38448c55636670
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-15-pgvector-dbgsym
Source: pgvector
Version: 0.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 205
Depends: postgresql-15-pgvector (= 0.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-15-pgvector-dbgsym_0.5.1-1.pgdg+1_arm64.deb
Size: 177464
SHA256: 39d1e90723b4f9c610e703cbb2d08cc1f2dcd259289fa003d122e0634449ebd8
SHA1: f964287b8abd9c8a394538acd574364d2edd03fe
MD5sum: ea767798081db7ad7c3c75224ae5e738
Description: debug symbols for postgresql-15-pgvector
Build-Ids: 560049f050979c1039b10111afeeb2b966f828bf
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.5.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 822
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.5.4-1.pgdg+1_arm64.deb
Size: 360400
SHA256: 7e07245ad35196701fe881ccf48a71b16744209ab838b0926864c81d5e445817
SHA1: e2f17a507bbf4a6d38cb38a48e1c93224cf42b66
MD5sum: 18b485e601b033a45cc53ae02f50bd81
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-15-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.5.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 342
Depends: postgresql-15-plpgsql-check (= 2.5.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.5.4-1.pgdg+1_arm64.deb
Size: 309452
SHA256: 9742122400babfafa8403496077fda49616c46806d2a7cc622d77cb06db64b13
SHA1: 8e17d3804fc8df934be6d09c08bbc72622365783
MD5sum: edc81abf82949965342a690ad7398c3b
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: 275c066c462975a3eb1da019904f4b56b37e0de8
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-15-rdkit-dbgsym
Source: rdkit
Version: 202303.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 820
Depends: postgresql-15-rdkit (= 202303.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-15-rdkit-dbgsym_202303.3-3.pgdg+1_arm64.deb
Size: 770596
SHA256: 91c640a8dea9d0126b2b8c63f8f1924d31caf746743036e9f6a6ba2033dd93ad
SHA1: 61fe92e3162c006219de9436e3425e863a688611
MD5sum: ddf586c1a0a0da6901fab5cb0602939d
Description: debug symbols for postgresql-15-rdkit
Build-Ids: ff36838dfbc1a7879be9ac24a814b83b1c7d63c6
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-15-tdigest
Source: tdigest
Version: 1.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 15)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-15-tdigest_1.4.1-1.pgdg+1_arm64.deb
Size: 67128
SHA256: a0a86339fcb3506f4013689c939b83d1ce8af0a8612e82a23354810670d7b8ee
SHA1: 36f52da510d8eadde1934f9075b1e9c8d4f83ffa
MD5sum: d24329424ddb4e492d1625f3a9e44c5a
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-15-tdigest-dbgsym
Source: tdigest
Version: 1.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-15-tdigest (= 1.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-15-tdigest-dbgsym_1.4.1-1.pgdg+1_arm64.deb
Size: 48420
SHA256: 8aec58a58233c6a6a32ed3c25ac74dbff47055a85d4224f71c270274fc26270b
SHA1: 9f6a86469a209b8182f84588ec76aa73a17234c2
MD5sum: 64d2ee483b41fc9d11d9b1d7c590b845
Description: debug symbols for postgresql-15-tdigest
Build-Ids: 10d91cca0265fcbf0d911db14a1d7f12c2cf5109
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-16-credcheck
Source: credcheck
Version: 2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-16-credcheck_2.2-1.pgdg+1_arm64.deb
Size: 69440
SHA256: 86e8810bb6b6d0c44569f237594caf518a6e84528491548cafea8369cc2b3e98
SHA1: d9c4e107fe19bd46770120edf10fddb6fa4d76a0
MD5sum: 9c181c4f140cb91f0675debf4f415945
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-16-credcheck-dbgsym
Source: credcheck
Version: 2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-16-credcheck (= 2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-16-credcheck-dbgsym_2.2-1.pgdg+1_arm64.deb
Size: 71068
SHA256: e16d61fdea93e6c2a44be643942b0a4630c17f03fbea923f4681011b87827a2b
SHA1: 4378375a446681d715df0898a8a29966536340d7
MD5sum: 7e0132b3b97cca0f865c784470f0c273
Description: debug symbols for postgresql-16-credcheck
Build-Ids: a68f55aab5af7616c2a66cad3c88913dbbac93bf
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-16-decoderbufs
Source: postgres-decoderbufs
Version: 2.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-16-decoderbufs_2.4.0-1.pgdg+1_arm64.deb
Size: 46108
SHA256: 77911296f46d9a26c3b2a7a0864a0577c8a249a9aa9cf76c688b8bc9a5fe42e2
SHA1: bb28549338d4ac684abfa85240ee4e3e1f238798
MD5sum: edbef8f9750f6f2386e5cf6b72909f33
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-16-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-16-decoderbufs (= 2.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-16-decoderbufs-dbgsym_2.4.0-1.pgdg+1_arm64.deb
Size: 53680
SHA256: 53f81b1ea9c86f01ef410be8c5a817bd6772b06691b7353c76e016959fe24c65
SHA1: 72faf7d4d55a8499115d24459dedf591e19eceb3
MD5sum: 807589e80ddeb458c1c83ed2f0f702b7
Description: debug symbols for postgresql-16-decoderbufs
Build-Ids: 61d8d76e136039e73cd3ca5db38118ef5f2ee709
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-16-hll
Source: postgresql-hll
Version: 2.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 214
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 15)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-16-hll_2.18-1.pgdg+1_arm64.deb
Size: 84368
SHA256: bb2643d3a8c260f880a1e4a132efcfd80d046e2c2a3b95133a8441afd3f81111
SHA1: 145c912a6e5bb457301a14e40cf4b12b05922e8a
MD5sum: 02062cb77887a7a1891b0ed5bccb7343
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-16-hll-dbgsym
Source: postgresql-hll
Version: 2.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-16-hll (= 2.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-16-hll-dbgsym_2.18-1.pgdg+1_arm64.deb
Size: 98144
SHA256: c3288eed9aae8d6b750458a3f0e51be5c49354159e8287305824de7c742cd50b
SHA1: f8989290f10bfb7e4e06a5257154eb7f9ac9ccb8
MD5sum: f87fb61544d2230d1f6d23662735f13c
Description: debug symbols for postgresql-16-hll
Build-Ids: 3eb6e365eeb5b96b20c54914edbfcb91e3c452bc
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-16-icu-ext
Source: icu-ext
Version: 1.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 275
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.17), libicu72 (>= 72.1~rc-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-16-icu-ext_1.8.0-1.pgdg+1_arm64.deb
Size: 101512
SHA256: 8d74165246b8376a48f53fc4753cf0801380b9901b3075aec2c294ffa6c18209
SHA1: 3194b4fabadc0bb364583d5f346082d0a87b8c53
MD5sum: 3d75fed6ea489cc4201a51db6a3acd21
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-16-icu-ext-dbgsym
Source: icu-ext
Version: 1.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-16-icu-ext (= 1.8.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-16-icu-ext-dbgsym_1.8.0-1.pgdg+1_arm64.deb
Size: 88104
SHA256: 15f40b43395e5d06fc49eea0310a6d3a3c2251365be4794eb8d07599364eedc0
SHA1: 647f0b01bc0ad136cd8ae6190fa10832a99553f7
MD5sum: 8c59cf5b205f74b3f91af7cce6a25a27
Description: debug symbols for postgresql-16-icu-ext
Build-Ids: 5f5d99f0a759e5c5dcccf064bba630bad3d2b11b
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-16-oracle-fdw
Source: oracle-fdw
Version: 2.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: oracle-libs, postgresql-16, libc6 (>= 2.17)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-16-oracle-fdw_2.6.0-1.pgdg+1_arm64.deb
Size: 80540
SHA256: 41a7b315c3f7a37ff8b2f47f8b70aa0a65213888f91dc7914e05fed20e49f068
SHA1: bf4832989c575a21b0fc916a1e184a888382ea39
MD5sum: cc7d8db680ebfe6a54f810b63d2c85af
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-16-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 215
Depends: postgresql-16-oracle-fdw (= 2.6.0-1.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-16-oracle-fdw-dbgsym_2.6.0-1.pgdg+1_arm64.deb
Size: 193920
SHA256: c03bda84893a7009ab3ba7dde119527705a9b3dd031cff360bd30bcbfd3b558c
SHA1: 239b20f89d89b013cb63233e9b45b53fe3005ff3
MD5sum: 48eabb913faae395d2922a2ce147a7df
Description: debug symbols for postgresql-16-oracle-fdw
Build-Ids: ebd92e7439c9c016c4d4c01ec1824939945dfd67
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-16-orafce
Source: orafce
Version: 4.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1157
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-16-orafce_4.6.1-1.pgdg+1_arm64.deb
Size: 394412
SHA256: c45e7b9492fad6bf06a48db2e6bd001a4ceb4c0b9b6278f18c3be7a9c652f9f2
SHA1: 243699ed1b6105483d450916cde6ec62cfb84b66
MD5sum: 5c101f00e9120daa46868299710d0ebe
Description: Oracle support functions for PostgreSQL 16
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-16-orafce-dbgsym
Source: orafce
Version: 4.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 358
Depends: postgresql-16-orafce (= 4.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-16-orafce-dbgsym_4.6.1-1.pgdg+1_arm64.deb
Size: 307416
SHA256: 47aaf6721ab76adfa45e476d4c6050a9939e34624a731fa672ec60f43257663d
SHA1: c4600d0b2d86a5ed793bf3ed7233e53aed88e274
MD5sum: df1f0567163347b8595adc06b6620295
Description: debug symbols for postgresql-16-orafce
Build-Ids: 3fa06a47557381294f3a8605d81305b6bd7037c2
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-16-pg-catcheck
Source: pg-catcheck
Version: 1.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: libc6 (>= 2.34), libpq5 (>= 9.2~beta3), postgresql-16
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-16-pg-catcheck_1.4.0-1.pgdg+1_arm64.deb
Size: 34932
SHA256: d1fc638b024b19609aa5d946f8183613e55135a594a783d183f015eaaa7e598d
SHA1: ce5fe709fa5ef0a69c00200a3d906d274139ddb8
MD5sum: d0b414667063c4af5f34420386ac6c4a
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-16-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-16-pg-catcheck (= 1.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-16-pg-catcheck-dbgsym_1.4.0-1.pgdg+1_arm64.deb
Size: 38152
SHA256: c660a34b59ab08ae19b8eccf20c467e1f04e1fe77e77e08453d357128db53890
SHA1: 0ea45db1e214f16f4e754cd80f24297dc787840e
MD5sum: b26c335b96e7be210a941b198a5260ce
Description: debug symbols for postgresql-16-pg-catcheck
Build-Ids: 92f12fa289f853747a8c18c37cf042d3a9bb70a1
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-16-pg-fact-loader
Source: pg-fact-loader
Version: 2.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1144
Depends: postgresql-16
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-16-pg-fact-loader_2.0.1-1.pgdg+1_arm64.deb
Size: 41280
SHA256: f9f540701c456509e03dfee4c0f84c63dfd1ab7f64b71cad4c532c54263d62ac
SHA1: 28b99c461a836c887451d89b6b69615506387019
MD5sum: f333461f0e8b0ff4e2d11f7931d001f8
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 16.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-16-pgsphere
Source: pgsphere
Version: 1.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1704
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1), postgresql-16, postgresql-16-jit-llvm (>= 15)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-16-pgsphere_1.3.1-1.pgdg+1_arm64.deb
Size: 566976
SHA256: 9eb51581e20d4eb59b1fa60b8d5aa0bbc59c868fc2cc27a03ed56456c737383a
SHA1: 2a53dc7141f0b6990000068824f1cd7b614c1cd9
MD5sum: 4e269c74d01bdee06ec1e7fdabb3e231
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-16-pgsphere-dbgsym
Source: pgsphere
Version: 1.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 446
Depends: postgresql-16-pgsphere (= 1.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-16-pgsphere-dbgsym_1.3.1-1.pgdg+1_arm64.deb
Size: 389500
SHA256: 723e17ee0909695a0f299bf1720c5dd0ac33166e261e052b658d09924c2c8235
SHA1: 10b40ef7218b69add24fd3d20034f6f9d196abdb
MD5sum: 56810e8b331b556e5e5f07507e59fb0f
Description: debug symbols for postgresql-16-pgsphere
Build-Ids: b9e7522e11583e77a7e4f257412c654557181cc1
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-16-pgtap
Source: pgtap
Version: 1.3.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1868
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 15)
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-16-pgtap_1.3.1-2.pgdg+1_arm64.deb
Size: 68576
SHA256: f90e838892efbecc56d6b6567cf8ab1948f8cc3f2ba7e34cab48ea4d9ea2f5aa
SHA1: 030eed5dec5ae28b3448db0ec19ec3d7a3fac798
MD5sum: 8b319c8bd681fbe76e9d1fda1a4e6018
Description: Unit testing framework extension for PostgreSQL 16
 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 16.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-16-pgtap-dbgsym
Source: pgtap
Version: 1.3.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-16-pgtap (= 1.3.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtap/postgresql-16-pgtap-dbgsym_1.3.1-2.pgdg+1_arm64.deb
Size: 12324
SHA256: a0847d1779c81722b0ac227ad0fff2eace307447480ccd0909daab2bcb976336
SHA1: c5f93c3b9f6cedf4b3c2953289d7c60c091f6956
MD5sum: 9f3e075fb9e6830bb4d2e87188027efe
Description: debug symbols for postgresql-16-pgtap
Build-Ids: e3c7e5a4c25716196e972c5aff9ac92f8f14d461
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-16-pgvector
Source: pgvector
Version: 0.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 472
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-16-pgvector_0.5.1-1.pgdg+1_arm64.deb
Size: 186072
SHA256: dd284498f41e8c94c123d680e079d58ac553b6e17c95f4e9fc5c7c2b3fb4eb49
SHA1: 76b3547262db55d5d37ab087de69ac6e10616ee6
MD5sum: d2bbfaa72d777e16aea491dcdaab6184
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-16-pgvector-dbgsym
Source: pgvector
Version: 0.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 223
Depends: postgresql-16-pgvector (= 0.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-16-pgvector-dbgsym_0.5.1-1.pgdg+1_arm64.deb
Size: 196092
SHA256: e03c6277721e2d8ca667095104a42e66638d3580bdeda9b2bbbf2bbc1df7c751
SHA1: 7807fefe8ccb3a03c5bba2323954f4c03d0eb604
MD5sum: b5cb71746647b9ebf4a0c7bd2c2f7121
Description: debug symbols for postgresql-16-pgvector
Build-Ids: 2ee6973aa43eaa1ff5cedb915edd4bddfd2f4ceb
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-16-plpgsql-check
Source: plpgsql-check
Version: 2.5.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 755
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check_2.5.4-1.pgdg+1_arm64.deb
Size: 356116
SHA256: eee7a687b878d5635a6936bbce47ad85a8a22610ed5373068219bb0e2e0c13a4
SHA1: 0811fcb5e667397866509c2f36266eb668ef846b
MD5sum: a740494f6c6f4c8eef3906807ddb5971
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-16-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.5.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 352
Depends: postgresql-16-plpgsql-check (= 2.5.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check-dbgsym_2.5.4-1.pgdg+1_arm64.deb
Size: 318872
SHA256: a0eff36e8ad7c190a8744eedf01200479c13d75d40380dc4fce459c78a98a308
SHA1: 14a4acaa0f53409606c8ca1b309c84cf0aa8c3c4
MD5sum: 6867b618d43f4799103f54a906fbdee0
Description: debug symbols for postgresql-16-plpgsql-check
Build-Ids: 2df18a794a2712e891990cb6b61eef0a255b2a2f
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-16-rdkit
Source: rdkit
Version: 202303.3-3.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 934
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202303.3), libstdc++6 (>= 13.1), postgresql-16, postgresql-16-jit-llvm (>= 15)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-16-rdkit_202303.3-3.pgdg+1_arm64.deb
Size: 404048
SHA256: 147165e8a75f96297dac35509c178fb69d88665f70260df8653ea273fa5d83db
SHA1: 00b42bfb015c5d586ba67849c92f0a0b4cb23cb8
MD5sum: 2cac49adb73da444e9bdcecb3bed7f95
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-16-rdkit-dbgsym
Source: rdkit
Version: 202303.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 834
Depends: postgresql-16-rdkit (= 202303.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-16-rdkit-dbgsym_202303.3-3.pgdg+1_arm64.deb
Size: 785440
SHA256: 1f8246dd1ef265462a4554b7e5c6f98af1929cfd22b3a8b55cc61c39f471e9cb
SHA1: 8b296cf3ae520bf37ba8fa8eca848ca612bf2230
MD5sum: 8d0ab375760572950f9c01795c7a37cb
Description: debug symbols for postgresql-16-rdkit
Build-Ids: 118eb6a3208ba344221149245251b272de9727e8
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-16-tdigest
Source: tdigest
Version: 1.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 15)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-16-tdigest_1.4.1-1.pgdg+1_arm64.deb
Size: 66688
SHA256: a9c1bedf25fc165042d207fdafc2132cdb5582cadb0b65cdcc66cbce49234f74
SHA1: efaf12d3fed6c0ce10f2c1d8691304b7d7c7a150
MD5sum: 6933298a901d2bc8a3803642941880aa
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-16-tdigest-dbgsym
Source: tdigest
Version: 1.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-16-tdigest (= 1.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-16-tdigest-dbgsym_1.4.1-1.pgdg+1_arm64.deb
Size: 52456
SHA256: 50e96a16782cc7bcbce741ae82d0b932b9baeb5c37451dcbe89b04f53d4deb26
SHA1: 6bc7d9fe6331c0aa46eb2804e677b42bfbb0a2ab
MD5sum: e71fdff01b5738303879f02af8d848e9
Description: debug symbols for postgresql-16-tdigest
Build-Ids: eb20e3e51c87a991e51b9d10409c039a9cc6097e
Timestamp: 2023-10-17 15:01:00+00

Package: powa-web
Version: 4.2.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1946
Depends: adduser, python3-psycopg2, python3-sqlalchemy (>= 0.7.2), python3-tornado, python3:any
Homepage: https://github.com/powa-team/powa
Priority: optional
Section: database
Filename: pool/main/p/powa-web/powa-web_4.2.0-1.pgdg+1_all.deb
Size: 544780
SHA256: 4e1f2f5065132d035ea80bec169475d45527963aeb92711bb5ea684101bdcc66
SHA1: d6cc68a29ef37b39d5199d3c52ddcde8b3a1bc4a
MD5sum: e5b655455e3ca920a03a5e818520880d
Description: PostgreSQL Workload Analyzer - web interface
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers.
 .
 This package provides the web interface. It supports PostgreSQL 9.4 and later.
 Database servers to be monitored need to have the postgresql-NN-powa package
 installed and configured.
Timestamp: 2023-10-17 15:01:00+00

Package: python3-rdkit
Source: rdkit
Version: 202303.3-3.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 33264
Depends: fonts-freefont-ttf, rdkit-data, python3 (<< 3.12), python3 (>= 3.11~), python3-numpy (>= 1:1.22.0), python3-numpy-abi9, python3:any, libboost-python1.74.0 (>= 1.74.0+ds1), libboost-python1.74.0-py311, libboost-serialization1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.34), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.2), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.5), librdkit1 (>= 202303.3), libstdc++6 (>= 13.1)
Suggests: rdkit-doc
Homepage: http://www.rdkit.org
Priority: optional
Section: python
Filename: pool/main/r/rdkit/python3-rdkit_202303.3-3.pgdg+1_arm64.deb
Size: 4198696
SHA256: ea022a99d4e5bd31fe9aef9acdc79bb94ca54174a0a2226df301d79c79657f3f
SHA1: 6411307941f133f0a74eb373c9380d310605658f
MD5sum: d4a893fbdf25f0159ac8c6bdeb0eaf68
Description: Collection of cheminformatics and machine-learning software
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
Timestamp: 2023-10-17 15:01:00+00

Package: python3-rdkit-dbgsym
Source: rdkit
Version: 202303.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 61113
Depends: python3-rdkit (= 202303.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/python3-rdkit-dbgsym_202303.3-3.pgdg+1_arm64.deb
Size: 52480408
SHA256: f95859b1bd5fe6745703cee2e0f4ec327e6560418f0a2179fb7d66ee5a91180b
SHA1: 96b6d5c75eff20029e6d59f34793dbd94b6e1c7e
MD5sum: cbd704dc3cf247be645419c987d3ad75
Description: debug symbols for python3-rdkit
Build-Ids: 03205e996c8f624075d5c23aa5f33ebb97c984cd 03a1e1a1ef719b3daccd11a649943623724e8294 0497f29e27b89a9fec7bd06899ae1d69a6ba98cc 125dc84b54c64423f731c49a790522515d6a415f 1656b179867ecf3bb73ae291e0b685dac53042f8 1880335191871ee8d51e396996583c3ad6323d16 222708618c9e2ababf24c8f587c7bce235b16a27 255bb266ac906b15374a2317e1d96307eb5e5499 26d391d977ae4a1ca2e90553df9b86ed79228f2e 2dd23b854d12581386ed88972dabce493f257d74 2ec17c8378584e3a437fc19baa08e264d549aa1d 311b5fa23d08a3a55aebdf95e41d35f2207c50c0 3b4683d43d3c9ce787c4a5bfb2d125d5ad835440 4a649ffe1c51e057e45f02b6bd9282cdc6f79e8f 4fe13443e365605aff9f62b1f8e421d346115d85 54383d322cab8134baaaee336764f721c58f7d71 64ac13dda8bfaf7e4195a33530d749fc54b45abe 67a8de43cb407e264d88759d7a4697aa1182c4bc 6d342db8fa73d4dea44b1ed1e69f4b85f9d2b23a 6fd1386e374ea753947f5613fad91aa4ffb2f0ef 726fd913dc8a6ee9b950e73d652b6c709138e52d 727fb036cda5fa2ed48aed78b51e03a188099ffd 78bf80a3972cecae3790a17f395df317947d8780 87a5da36b67aa68401758b54439f50a964e4d226 8844e421d2fb9243832023dd6dd94d4cbd72f9b1 919fff682390afe3069b1a73823dd4aa93870888 92cefe3109b1b1f01a68e7d4d1a53ab69cc0af54 9799e15ba25c3ffb2f1009994f0e13056f7f2aea 9d7cb72d922f0f11d87d46d5637261238db9811d a3fd2fffb9cde68fd85031ce5bb731b28b25c542 a76c8fe027c0eb8931dae4c866d03a5638139ad5 a9611aa2482e8d390cdb013de96e0c9a3ebe529e ab9034455cb321453af6a94396ed41b535c86072 afa136f866c5b02aa49500e52808732c5893f042 bc3e79cd77a5bbaf41410d273b2c47a5b6ee18db bcf6ecd040c16b91b845cdb19236e7117153a789 c0ac718977a7779adc216bfad1bc9bd5fd88edc7 cf9c1331af11baa42a077c1ae7e11c8f5098474c cfbd25e074fb9991c237bf4e77637c7d191ae062 db1a28da359d4cdd61ca1223d92c02b46cfe7b09 dc26386483f7649b181cfa1539b3b7bb789f1d9e e0716a036fdec34fa3d11aa0038d69d496466c66 e4fac94e7cf3fa0973c0e8cf66f3f1f7931b1ce3 eb9512101bb2f0d5176caded046cf01af844e34f ecc3f16af5c6b82111e9d86f4cda1597b837d6d7 ef83053b6fe6cafbac1a9fe0c2b03bc9fac94bc1 f2d90b5e43fdc6f20dcffa288dce8451e5e28944 f36a8cba90a5051f94b92797b80776bb217a7c93 f71d6ae3240f2caaadbcd5717324be2058c05ceb
Timestamp: 2023-10-17 15:01:00+00

Package: rdkit-data
Source: rdkit
Version: 202303.3-3.pgdg+1
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 59173
Homepage: http://www.rdkit.org
Priority: optional
Section: science
Filename: pool/main/r/rdkit/rdkit-data_202303.3-3.pgdg+1_all.deb
Size: 13107280
SHA256: 38c8f2aca619dada1a851fcf2ef01149a28804e8e09fd1eae7b27c0b169da058
SHA1: 80f46c3d69df454ba030180f0097cdb6489ab812
MD5sum: 40c345a9a56abf8e1e4bd9e77c581786
Description: Collection of cheminformatics and machine-learning software (data files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains data files.
Timestamp: 2023-10-17 15:01:00+00

Package: rdkit-doc
Source: rdkit
Version: 202303.3-3.pgdg+1
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 73382
Depends: libjs-jquery, libjs-underscore
Homepage: http://www.rdkit.org
Priority: optional
Section: doc
Filename: pool/main/r/rdkit/rdkit-doc_202303.3-3.pgdg+1_all.deb
Size: 8267984
SHA256: 866f057bb2a71af6025cd9b1944e312703ff4fe6a46698c2ef9226137ef82d2b
SHA1: ba8cef021857ec833a2995ea47b42205f07f9401
MD5sum: 66fa03af61a124e48045f521040c87d3
Description: Collection of cheminformatics and machine-learning software (documentation)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains the documentation.
Timestamp: 2023-10-17 15:01:00+00

Package: ruby-pg-ldap-sync
Source: pg-ldap-sync
Version: 0.5.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: ruby, ruby-net-ldap (>= 0.16), kwalify (>= 0.7), ruby-pg (>= 0.14), ruby-pg (<< 2.0)
Homepage: https://github.com/larskanis/pg-ldap-sync
Priority: optional
Section: database
Filename: pool/main/p/pg-ldap-sync/ruby-pg-ldap-sync_0.5.0-1.pgdg+1_all.deb
Size: 10600
SHA256: 871df6b320927a85f3425308ad636b3daf90cace7b006e4f55c55e344d9998f0
SHA1: 5e884eb2912a0ff53692f7dca7837700a7c3c045
MD5sum: e636c5ce86bc814184bfb1691f400913
Description: Synchronize users and groups from LDAP/AD into PostgreSQL
 LDAP is often used for a centralized user and role management
 in an enterprise environment. PostgreSQL offers different
 authentication methods, like LDAP, SSPI, GSSAPI or SSL.
 However, for any method the user must already exist in the database,
 before the authentication can be used. There is currently
 no direct authorization of database users on LDAP. So roles
 and memberships has to be administered twice.
 .
 This program helps to solve the issue by synchronizing users,
 groups and their memberships from LDAP to PostgreSQL.
 Access to LDAP is used read-only. <tt>pg_ldap_sync</tt> issues proper
 CREATE ROLE, DROP ROLE, GRANT and REVOKE commands to synchronize
 users and groups.
 .
 It is meant to be started as a cron job.
Timestamp: 2023-10-17 15:01:00+00

Package: postgresql-16-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 289
Depends: postgresql-16, libc6 (>= 2.34), libgdal33 (>= 2.2.0), postgresql-16-jit-llvm (>= 15)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-16-ogr-fdw_1.1.4-3.pgdg+1_arm64.deb
Size: 103736
SHA256: 8c20491ffbc4ed4a7c7479e78f972df303dd36703fc7bb8272270450b6f45489
SHA1: db0cb5bd8745581b2128051b4337789b77442f58
MD5sum: 177b7b78093d8ce543bdf362ae23c15c
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2023-10-18 20:40:51+00

Package: libpostgresql-jdbc-java
Source: libpgjava
Version: 42.6.0-2.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 1065
Provides: libpg-java, libpgjava
Built-Using: libscram-java (= 2.1-1.pgdg+1)
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: java
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java_42.6.0-2.pgdg+1_all.deb
Size: 981352
SHA256: b12c1030408a5cdff22a40aff7231b05973ca4d7519351a0b228f6e9c829e5d9
SHA1: fefd9f5daa21f01e691a62bab94abc52e04d0d3b
MD5sum: 2ef9e6c55c26ca8317f35463f61c951f
Description: Java database (JDBC) driver for PostgreSQL
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
Timestamp: 2023-10-18 20:40:51+00

Package: libpostgresql-jdbc-java-doc
Source: libpgjava
Version: 42.6.0-2.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 11462
Depends: default-jdk-doc
Provides: libpg-java-doc
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java-doc_42.6.0-2.pgdg+1_all.deb
Size: 450468
SHA256: c05bfb49fa2f396ddc0e71d5db61848bdce9c2497e6300e1a160cadf942e14ec
SHA1: aaddbac39583a4681bce0dadf883b1ec4cd23734
MD5sum: e6a7ce1652a8df685504a96dab707706
Description: Java database (JDBC) driver for PostgreSQL (documentation)
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
 .
 This package contains the documentation.
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-10-cron
Source: pg-cron
Version: 1.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: postgresql-10, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-10-cron_1.6.1-1.pgdg+1_arm64.deb
Size: 34076
SHA256: 48b39563ae2077f8e2ee175e514ee02a53397e7b81179e91071cbbe2435561fb
SHA1: c0bfc29a44f2afce5e17e6e5af18693d836f78c1
MD5sum: f27b5913ff0a9a350d0eb22b7d9a3cd4
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-10-cron-dbgsym
Source: pg-cron
Version: 1.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-10-cron (= 1.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-10-cron-dbgsym_1.6.1-1.pgdg+1_arm64.deb
Size: 94296
SHA256: 5debbfc62bb3dba83cd1364fa2eee16309c4d91e89b06be69692fc0d3fb57fc1
SHA1: 9c028835410ff32ecabab33111702dcdca39bf83
MD5sum: 89814c26d4af007aae85c68e4b0dde37
Description: debug symbols for postgresql-10-cron
Build-Ids: b088d9ec4fd6f7b9d73db8616f6da8e53fb83838
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-10-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 158
Depends: postgresql-10, libc6 (>= 2.34), libgdal33 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-10-ogr-fdw_1.1.4-3.pgdg+1_arm64.deb
Size: 32284
SHA256: 6803de764a87f547133017d8ec082c5f1d9748dece7af7c53bb57c2300c4516e
SHA1: b0c83204f5902ee6081f61a779a8305506cc41db
MD5sum: 232dd72edfccd30d94172f3fd4ca00bf
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-10-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 150
Depends: postgresql-10-ogr-fdw (= 1.1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-10-ogr-fdw-dbgsym_1.1.4-3.pgdg+1_arm64.deb
Size: 117636
SHA256: e33de8cb395597a2dbbcb6a4a04412793726af5a40e2968b61062a2682e62988
SHA1: b2c953891fc1e1975e2860e7c29e3926806dd456
MD5sum: 3af3fc64f81b149a7c305bd40181c07e
Description: debug symbols for postgresql-10-ogr-fdw
Build-Ids: 0f354c85214c282f57e8ae0de929b1f23fce938a 885f32d9b551f79115145a63e8498753c0a384ad
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-10-periods
Source: postgresql-periods
Version: 1.2.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 568
Depends: postgresql-10, postgresql-contrib-10, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-10-periods_1.2.2-2.pgdg+1_arm64.deb
Size: 34676
SHA256: 201395b0cef1fa763603e7c3ae8680c3996ffb7716072b497368ac30ef833deb
SHA1: 2f21502bfb8ff90d52808e0eb8860c1dd1e8c835
MD5sum: 10aba5b9204f0059ae83a03dfc89d3f2
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-10-periods-dbgsym
Source: postgresql-periods
Version: 1.2.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-10-periods (= 1.2.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-10-periods-dbgsym_1.2.2-2.pgdg+1_arm64.deb
Size: 26104
SHA256: 77a2598b8a524ff702216452860332f364cad28e637b4666758efc73f82397dd
SHA1: b64eb33fbd7aef1110afc16421c5881e4a4b86c7
MD5sum: b324fdd272744cc218dd814449f281d6
Description: debug symbols for postgresql-10-periods
Build-Ids: 973f3794088303210f22950aa1e1def0f6883803
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-10-pglogical
Source: pglogical
Version: 2.4.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 623
Depends: libc6 (>= 2.34), libpq5 (>= 9.1~), postgresql-10
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-10-pglogical_2.4.4-1.pgdg+1_arm64.deb
Size: 107456
SHA256: e78931c269fcc8fb9817f62a4e0b3a2e5a96be337ac7be8c31a3579ea3d781c6
SHA1: 09d0c0e8439e9cb2b50554e47b9cb770e818b4ac
MD5sum: 32378506359d2ad613b3ea135cb0f727
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-10-pglogical-dbgsym
Source: pglogical
Version: 2.4.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 412
Depends: postgresql-10-pglogical (= 2.4.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-10-pglogical-dbgsym_2.4.4-1.pgdg+1_arm64.deb
Size: 346620
SHA256: a06019cecef3f85977a86c151c4642ac4e3d3b1fe7129f86446315b4813207e1
SHA1: 03583a33cb88b9ffd8a05f95ef8eeda817576855
MD5sum: 864031837938ab82b2fc19b66f613e4c
Description: debug symbols for postgresql-10-pglogical
Build-Ids: 433bd42d45f623533f29950d25a0d9a0cc75635b 6032626698fe28b0ede94dd176b65717a96eaa30 c2398acc3a7381c6322598fd7afef31c2c106bf9
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-11-cron
Source: pg-cron
Version: 1.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 304
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-11-cron_1.6.1-1.pgdg+1_arm64.deb
Size: 104208
SHA256: 4745f1fdcbd0bb175101e1f44d0424a18f612063604b548b822b042d67500232
SHA1: 41d95d41c5d1ea5e205b89254d6e17470665a47f
MD5sum: 8619403537f27db660d4fa339055b805
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-11-cron-dbgsym
Source: pg-cron
Version: 1.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-11-cron (= 1.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-11-cron-dbgsym_1.6.1-1.pgdg+1_arm64.deb
Size: 96196
SHA256: cb039482c426c354cb5f2203631c1f0830616357531d24e37f91627556723d77
SHA1: 24ecf8744b461b8eded419cf9350fcf806762076
MD5sum: 899203279850cd63a018a61d4031175f
Description: debug symbols for postgresql-11-cron
Build-Ids: 500290c0c4d00b5a48f5b91c75705edc98e1772d
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-11-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 284
Depends: postgresql-11, libc6 (>= 2.34), libgdal33 (>= 2.2.0), postgresql-11-jit-llvm (>= 14)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw_1.1.4-3.pgdg+1_arm64.deb
Size: 99916
SHA256: 43cfee9a75fdff0fd4754d274319b83cdf37eb3c2899a285876b819ce1eeb7dc
SHA1: 91f25d91f1825b54f9db98e2cbf44b8947735870
MD5sum: 1a043f9e413cd713a94ccebb408e1121
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-11-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 159
Depends: postgresql-11-ogr-fdw (= 1.1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw-dbgsym_1.1.4-3.pgdg+1_arm64.deb
Size: 126160
SHA256: 9b6a9c59a788b9fc6754438a06408df0871355d5f37dffff18575c304a054050
SHA1: 7c07232f7139258f25c677844fbf36d75e1e03fd
MD5sum: 69b281d6eb9cfcdc0de49602490f48fb
Description: debug symbols for postgresql-11-ogr-fdw
Build-Ids: b41c7eccff542bed9d3f06ea1e09caa3b0681ba9 b6c765cb6b0513903549491b25d82f3b9ceb393d
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-11-periods
Source: postgresql-periods
Version: 1.2.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 595
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), postgresql-contrib-11, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-11-periods_1.2.2-2.pgdg+1_arm64.deb
Size: 50252
SHA256: 7bfbe0078e01898ed49e6a186f1676fc3bc10b90c8f55e979e904c201231677b
SHA1: 2085adf805e1d91dcfe2dda618edd3af03e7a63f
MD5sum: 3650d62788855187e3d2ef5a0cfcfbd7
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-11-periods-dbgsym
Source: postgresql-periods
Version: 1.2.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-11-periods (= 1.2.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-11-periods-dbgsym_1.2.2-2.pgdg+1_arm64.deb
Size: 26572
SHA256: 9075d5bd2eacd17e7a8a2b8dde6bddf2c4388cdbd85a9c139567587ebc0c95b5
SHA1: 48b6ac2ba74929bdc1f58948373885d9e5f483de
MD5sum: 9b3100a01e16eaa1dfa52186c50437bc
Description: debug symbols for postgresql-11-periods
Build-Ids: 984c7e75508a9377e3b5f91e2305e71b96b6a18d
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-11-pglogical
Source: pglogical
Version: 2.4.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1272
Depends: libc6 (>= 2.34), libpq5 (>= 9.1~), postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-11-pglogical_2.4.4-1.pgdg+1_arm64.deb
Size: 419032
SHA256: cd88db44a5fb72c9b8a6d60f6dc42a33d1e4fdd838d3ef1c95c977a6e669fdf7
SHA1: 6c59ee753d3ebe5288d0282704708e7ee7c8ded2
MD5sum: 8cbd28adfa5f435b40a919c1a93f2b61
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-11-pglogical-dbgsym
Source: pglogical
Version: 2.4.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 423
Depends: postgresql-11-pglogical (= 2.4.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-11-pglogical-dbgsym_2.4.4-1.pgdg+1_arm64.deb
Size: 355908
SHA256: 079433eb3decfc6068e1e1aae25b24e6ff27fb4c4e04eda4c7a1cb61c598ddf4
SHA1: 7273963fc4ccfbbe731b89fafa64db4bf2172860
MD5sum: 96f67046231743d6f2e395b1a9e7e990
Description: debug symbols for postgresql-11-pglogical
Build-Ids: 96c17b80c43c20e2cfd3e3c8792e8f5dabf7d21a b4b5bca203aab56fa4d205f8badb6ba3537b8db5 f8e22155fc66c5cedcb6a65bc699f50dd725b95e
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-12-cron
Source: pg-cron
Version: 1.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 306
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-12-cron_1.6.1-1.pgdg+1_arm64.deb
Size: 105744
SHA256: fea68de4f657066d7d55148c760cb97144004aad07f1dabd3ad06558cac598a7
SHA1: 55133963ab9d45aeb9ef3747b01181368661c459
MD5sum: 1c360f22e6212fe0cdad010792855384
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-12-cron-dbgsym
Source: pg-cron
Version: 1.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: postgresql-12-cron (= 1.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-12-cron-dbgsym_1.6.1-1.pgdg+1_arm64.deb
Size: 103676
SHA256: 6d3dfab08dfb6710137ac52b38fd03cde0ab1bfc539ae5f0cfd6449c916e03d9
SHA1: 8f3d4e739b8c252ad0479a17821fdbfbd04afc90
MD5sum: ec051e70996f2c21f00042a01c55dd87
Description: debug symbols for postgresql-12-cron
Build-Ids: e2ef3c804b6844ea710c675798a096404c5a3783
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-12-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 286
Depends: postgresql-12, libc6 (>= 2.34), libgdal33 (>= 2.2.0), postgresql-12-jit-llvm (>= 14)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw_1.1.4-3.pgdg+1_arm64.deb
Size: 101556
SHA256: ce4d2c15f13b23ed892bf2b970f640931692e47ce4d041ea23ba6cbfb460abc2
SHA1: 7f131b3c65c7f3a1b45e654a2ae1e547abc19a28
MD5sum: 7438efa28d2c405d44926c05dbe7f551
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-12-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 156
Depends: postgresql-12-ogr-fdw (= 1.1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw-dbgsym_1.1.4-3.pgdg+1_arm64.deb
Size: 123856
SHA256: 45e023b26dc65f28e2f7208425ba4f52318c0719efe3d4ae1f6950bca61796e2
SHA1: 19f8ed0f8121b12fa22c9a8ba88eb3ea87ec78e4
MD5sum: 022f40db37aa51150f946acc01f3c872
Description: debug symbols for postgresql-12-ogr-fdw
Build-Ids: 617bb3837f4ef46856dd630c56ab54a60adb561e a91f544a28e97aa3647fadabacfcadcffcc75ace
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-12-periods
Source: postgresql-periods
Version: 1.2.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 597
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), postgresql-contrib-12, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-12-periods_1.2.2-2.pgdg+1_arm64.deb
Size: 52240
SHA256: 4a206a5e58fb8e4ef1211ef53c000855682dfe25015ea387fd23b6d58eea98aa
SHA1: 4f2b1cf2b486e3e26759b2251ee90005a526f0ea
MD5sum: 86422328916fe2a48065ea46dd199d90
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-12-periods-dbgsym
Source: postgresql-periods
Version: 1.2.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-12-periods (= 1.2.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-12-periods-dbgsym_1.2.2-2.pgdg+1_arm64.deb
Size: 39468
SHA256: 878ce464361f72d8077db83ec71ed134f7309f3956a37fc6a3149a48f7481cea
SHA1: 84c8131a1f509c7dae8ec2433f2a6a4501ac4001
MD5sum: e564d381fc6acfba989f074aed7dac22
Description: debug symbols for postgresql-12-periods
Build-Ids: 6dcb3271b4693a4bdd220da2f370cb091fc0e8ff
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-12-pglogical
Source: pglogical
Version: 2.4.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1304
Depends: libc6 (>= 2.34), libpq5 (>= 9.1~), postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-12-pglogical_2.4.4-1.pgdg+1_arm64.deb
Size: 443540
SHA256: 17c7802b0eea79430f84a2aa459f27f689e71ccd3732313e70fbaf1515ffcd9d
SHA1: bd00be71eda8dd84adbbaf1e99d6587b47d1dc8d
MD5sum: 3016f7735a0252b0a9c29dafdf44119d
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-12-pglogical-dbgsym
Source: pglogical
Version: 2.4.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 447
Depends: postgresql-12-pglogical (= 2.4.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-12-pglogical-dbgsym_2.4.4-1.pgdg+1_arm64.deb
Size: 381452
SHA256: 5b8dfdeaade03df02a1f19e37932d7ebbc308c97ff7d80b86e14f4998b2e06ee
SHA1: 24cb28432ea2ab38c9bd197b6124789428971d2d
MD5sum: 286b70f48d874629ed521ead68595302
Description: debug symbols for postgresql-12-pglogical
Build-Ids: 344969474c6c4726c499333e2e8e8e01e994eb95 48460adaad84ff4dec41307ef82328d1c6fc240c ddac6c00be7d49bfe6c48df8d25bce494028033d
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-12-show-plans
Source: pg-show-plans
Version: 2.0.2-1.pgdg+1
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 117
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-12-show-plans_2.0.2-1.pgdg+1_arm64.deb
Size: 25424
SHA256: adee9e9d32adcf7c7ef41914e502a7fc8b87e4e461acc2f417b9f68e5abc97f3
SHA1: 5cf9d05d9874a85d6758dfa62f4aab6262e3dd56
MD5sum: 3b73c936391b125946fc191015fa043a
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-12-show-plans-dbgsym
Source: pg-show-plans
Version: 2.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 49
Depends: postgresql-12-show-plans (= 2.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-12-show-plans-dbgsym_2.0.2-1.pgdg+1_arm64.deb
Size: 34096
SHA256: 2dbe810ce13ad2608155bac006284328d6d51ee6b0607855c635422adbd6a552
SHA1: 35f168079da02b32679dfbe6bd4fed392317ebf2
MD5sum: e08a936e537ffc04e581a6c9f056fe80
Description: debug symbols for postgresql-12-show-plans
Build-Ids: 2b12676b04e505e8dcb0f5ba91cccafae8d4cdde
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-13-cron
Source: pg-cron
Version: 1.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 307
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-13-cron_1.6.1-1.pgdg+1_arm64.deb
Size: 106312
SHA256: 72a869a014f590799e5dbe7785a6058a6d316b3b4b942e95ee3ea71abdf65183
SHA1: 265b4b2497f7a95421a4d37751816958cc835965
MD5sum: 7cc698b74e98e7e1ee2eaf7dbf8895c5
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-13-cron-dbgsym
Source: pg-cron
Version: 1.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-13-cron (= 1.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-13-cron-dbgsym_1.6.1-1.pgdg+1_arm64.deb
Size: 107816
SHA256: bc5658cc6b9eeb6cd3ed8dd26ee3c41cac5e5c76f59d16153e128e42fb74b155
SHA1: 1cb6401f4fa012d50d7b541ae737d7bd44fcab5b
MD5sum: 11bbe96575f64c4b2a82b715ce6dc949
Description: debug symbols for postgresql-13-cron
Build-Ids: 72f4da2e79128213cc426d09b9df7c4248b8d63a
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-13-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 288
Depends: postgresql-13, libc6 (>= 2.34), libgdal33 (>= 2.2.0), postgresql-13-jit-llvm (>= 14)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw_1.1.4-3.pgdg+1_arm64.deb
Size: 103944
SHA256: 154103f2c55fd1147830f72b3e2572e42dd80952655d0f5f5aeda23a14cacbd2
SHA1: d9005226986596e39f108fe940568ca156f7dc14
MD5sum: 849ec4ab32273d1413acd984b3397297
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-13-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 171
Depends: postgresql-13-ogr-fdw (= 1.1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw-dbgsym_1.1.4-3.pgdg+1_arm64.deb
Size: 138992
SHA256: 17f68c54f1e4ab7f8d0b03d10a258580134d1ee0184ce36cb6c672252d79eca1
SHA1: 514689ce1f46db9c9b222805203bccb330ba8f2e
MD5sum: a1fabffb4baed96f7f57d0830ff6082f
Description: debug symbols for postgresql-13-ogr-fdw
Build-Ids: 0f1b3ae5bb3c08652edea18c34f1ad2a778db692 9502309e2d5feb126ab1a0ab1fa7613c80077559
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-13-periods
Source: postgresql-periods
Version: 1.2.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 597
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), postgresql-contrib-13, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-13-periods_1.2.2-2.pgdg+1_arm64.deb
Size: 52156
SHA256: a1a487e40ccdd68f11cd86105612675be45cff56495fce94b6ae77693d544e77
SHA1: 694d62d40c59ca60ad58d01ff36f44a23e25fad3
MD5sum: 6140c6f0cf23c3c0a51d5bdf80e8df6b
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-13-periods-dbgsym
Source: postgresql-periods
Version: 1.2.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-13-periods (= 1.2.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-13-periods-dbgsym_1.2.2-2.pgdg+1_arm64.deb
Size: 36760
SHA256: 078512853d61c2726126336ab2cccfd4ad15d167a36d67f5dcc229734a03318b
SHA1: b3cd46bf877a54bf4afb0a0d0ff8db0aec5e78ec
MD5sum: 8c77cb6b95a6d6a18bfcbb02ffb1f99c
Description: debug symbols for postgresql-13-periods
Build-Ids: 892ed4e4bf577ef75b5e4d2e3b24d0a88e262ef0
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-13-pglogical
Source: pglogical
Version: 2.4.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1308
Depends: libc6 (>= 2.34), libpq5 (>= 9.1~), postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-13-pglogical_2.4.4-1.pgdg+1_arm64.deb
Size: 448432
SHA256: 29d06f20ca7bd59c9445eb7e283666022c8beaac3bde023d34e9a3cf420f2789
SHA1: 4c9b80b8df76541b6ab1aba68f4c39b762dc6a6a
MD5sum: 7eb0e843a4e8c803d4bbce8bd33d429b
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-13-pglogical-dbgsym
Source: pglogical
Version: 2.4.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 492
Depends: postgresql-13-pglogical (= 2.4.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-13-pglogical-dbgsym_2.4.4-1.pgdg+1_arm64.deb
Size: 423224
SHA256: 7879fe96007fa9a9b5b908b610b5ede5bb3a3b0387f0231ed778036bfdb58000
SHA1: a18100a97118c99ef6be256921c66f1d1574dd92
MD5sum: 12ce668d6ab6f447697524078490cfef
Description: debug symbols for postgresql-13-pglogical
Build-Ids: 30fdd0077fbe9f9994eaf7de3df262d219852489 3be3b212e16fe944a1a0763bdb900afd698115d9 45c6e2ddf306e9b777ae148b038ced3e50c2b79d
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-13-show-plans
Source: pg-show-plans
Version: 2.0.2-1.pgdg+1
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 117
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-13-show-plans_2.0.2-1.pgdg+1_arm64.deb
Size: 25476
SHA256: 457b81eabe133fa9f0dad24020bdeb9bd74ddf3928a7022c37c5ca1a2c72f242
SHA1: 710b7929e979a3035c4f8b3561bdf007e753c1ab
MD5sum: 4c572f91964ecc3db24cc8099b59cee4
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-13-show-plans-dbgsym
Source: pg-show-plans
Version: 2.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 50
Depends: postgresql-13-show-plans (= 2.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-13-show-plans-dbgsym_2.0.2-1.pgdg+1_arm64.deb
Size: 34928
SHA256: b821baafec73c47d18ff098dec8207567c9807ee4604a5b2ee0023d54a966ffc
SHA1: d2dbaed02b15de9259ae100a1497efb5e8b89745
MD5sum: 08e3bf10ae9aa2ccba775778a21c5a3d
Description: debug symbols for postgresql-13-show-plans
Build-Ids: 61e8e1a51dbf241b0166a04d21a1cf41e1ed11d8
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-14-cron
Source: pg-cron
Version: 1.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 308
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-14-cron_1.6.1-1.pgdg+1_arm64.deb
Size: 107300
SHA256: 8f496542c2271f8f2ebdef68bd251301b638b6e89f661b350fa4256c84e9430d
SHA1: ea77eb5ad34a69dd0da6251be32fc4ca398e44b0
MD5sum: 080bf157f245cbec20c1073645978aa2
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-14-cron-dbgsym
Source: pg-cron
Version: 1.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-14-cron (= 1.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-14-cron-dbgsym_1.6.1-1.pgdg+1_arm64.deb
Size: 110352
SHA256: 56627c39652ff9d0375d6c58d828dec94150e8a4a2fb57de16fe479efed2b909
SHA1: 9817d9951d10d5509cd4f103709e5349fc9d31f2
MD5sum: de4b2f87d482ede2c7545080d9c53cc3
Description: debug symbols for postgresql-14-cron
Build-Ids: 19ca54d4a2c637950ec19564786861ef2fa456ef
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-14-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 289
Depends: postgresql-14, libc6 (>= 2.34), libgdal33 (>= 2.2.0), postgresql-14-jit-llvm (>= 14)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw_1.1.4-3.pgdg+1_arm64.deb
Size: 104180
SHA256: de0a3aefb244bea99f14b404a278164853e80196ea8a7451b648af13499ee6cd
SHA1: ece57781294e2886d206c4ef68533c0b0faba79a
MD5sum: 5d459fddc554669ba9ffc0c9a6bf3afd
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-14-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 174
Depends: postgresql-14-ogr-fdw (= 1.1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw-dbgsym_1.1.4-3.pgdg+1_arm64.deb
Size: 141488
SHA256: 9e4a9a3a2c9e04a751094a436ffa5cb63d352000edce6a362728289f84535f76
SHA1: 05602d10d4fc00aff6ad3ea010101ba30ac16e43
MD5sum: 5bf845a2d427056d0e7b5e55f755471f
Description: debug symbols for postgresql-14-ogr-fdw
Build-Ids: f62fbaa298f3f041a38e970312cb14bfcbc3b3f3 ff56ea1b2d44f2e033797515cc2c59d6e4ed4ea6
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-14-partman
Source: pg-partman
Version: 5.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6949
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-14-partman_5.0.0-1.pgdg+1_arm64.deb
Size: 222796
SHA256: 4ff11290032806f2643a914595a60e0d881c5187dd5eeb2db5e30aca838fe3a2
SHA1: 04b26680964248c0c1c6e9cc45c328b41f0d82ab
MD5sum: e4055bfb603e7b785cf3f0597b3f7f1d
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.
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-14-partman-dbgsym
Source: pg-partman
Version: 5.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-14-partman (= 5.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-14-partman-dbgsym_5.0.0-1.pgdg+1_arm64.deb
Size: 34436
SHA256: 0c67184c01a2f39b3d6e28166d54a39747474493e0305cd7c3ce34dc50f19a60
SHA1: 1d656086e75e677cc3718ede711cada0d5d59c49
MD5sum: 03d0d3bc7ba5a341e296e256594b37f6
Description: debug symbols for postgresql-14-partman
Build-Ids: 41052272aa5a5a483e7c5000a15752c9d06e7ec5
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-14-periods
Source: postgresql-periods
Version: 1.2.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 597
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), postgresql-contrib-14, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-14-periods_1.2.2-2.pgdg+1_arm64.deb
Size: 52372
SHA256: 573895182d3053b53c22ca78d433dff265b4bdbb95f730c4e7cd5e3d2a8ffb2c
SHA1: 93a71881680344e5d710344a30f0ee9ff11ab503
MD5sum: 21ca04e28b2de6e228fa8f1bfd21dbdc
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-14-periods-dbgsym
Source: postgresql-periods
Version: 1.2.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-14-periods (= 1.2.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-14-periods-dbgsym_1.2.2-2.pgdg+1_arm64.deb
Size: 37324
SHA256: a3817b8af05aad093e375377c0cd6874f0f18ad1b10eef1f58ce54542f5272d6
SHA1: a4e30fc295b3c563103c28361548379eeef1a573
MD5sum: f4d3b095d8b8c50b9a343c5500a21686
Description: debug symbols for postgresql-14-periods
Build-Ids: 43b6890f33fecfa4a28dded0d961ae7e6ad87ba1
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-14-pglogical
Source: pglogical
Version: 2.4.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1381
Depends: libc6 (>= 2.34), libpq5 (>= 9.1~), postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-14-pglogical_2.4.4-1.pgdg+1_arm64.deb
Size: 452568
SHA256: b4b6effbaf98e1ba81c00bca1d3f8cd32defe131e1f79e46ed78a505e8f2f5f3
SHA1: ebcb7d51741785f552e328872e06eabe52c1a15c
MD5sum: 09b9428b2b7a4c50fa961b339b474e4e
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-14-pglogical-dbgsym
Source: pglogical
Version: 2.4.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 494
Depends: postgresql-14-pglogical (= 2.4.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-14-pglogical-dbgsym_2.4.4-1.pgdg+1_arm64.deb
Size: 426944
SHA256: bc7174765ca18381820c36a3311be046bb5ff746d0cdfb17ad8aca4fb96e8b1e
SHA1: 76515db19f2449332b8acba2cc06d00e0c85c442
MD5sum: 9366d37e4518339ec0c73039f83c180f
Description: debug symbols for postgresql-14-pglogical
Build-Ids: 531f13829fad1064bd2fd9e89d6c3d5143492708 b677fdce820baf4dfe2c5a335611708fc07d7b65 e7af3cdc0a8a5a1191353501bd0dd7735101da13
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-14-show-plans
Source: pg-show-plans
Version: 2.0.2-1.pgdg+1
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 117
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-14-show-plans_2.0.2-1.pgdg+1_arm64.deb
Size: 25420
SHA256: 5bfe71a7464f3fceb34cba0b4fc313104564d2d728fc163bbd215c2246b516f2
SHA1: 563cc800ae5fcd6009e2fe95cf186ba07d5accb1
MD5sum: 6a07c4ec25e7db2f7a170c394f87ffb4
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-14-show-plans-dbgsym
Source: pg-show-plans
Version: 2.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 51
Depends: postgresql-14-show-plans (= 2.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-14-show-plans-dbgsym_2.0.2-1.pgdg+1_arm64.deb
Size: 35780
SHA256: 4bcac634b9322257143e107b56044d1e3d059ff63b7e1f13c808da73d739dc6c
SHA1: dbec6ab431446cbc2b22bcb329a8584983206b61
MD5sum: ebea688da04938d84a2aed628c164247
Description: debug symbols for postgresql-14-show-plans
Build-Ids: 5b5fe93f86ddaeeedd89772b7e063f9247b38d6f
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-15-cron
Source: pg-cron
Version: 1.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 304
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-15-cron_1.6.1-1.pgdg+1_arm64.deb
Size: 104328
SHA256: c450ba173f3bf920b683b70537ce002532c6d3b39aedee15be3181938b892d8d
SHA1: 4be9526abdeaf367409db5b05f61ebce8c59543b
MD5sum: 550e9f3df33aea7a5aaebed0d6c30412
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-15-cron-dbgsym
Source: pg-cron
Version: 1.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: postgresql-15-cron (= 1.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-15-cron-dbgsym_1.6.1-1.pgdg+1_arm64.deb
Size: 113988
SHA256: 16b0e2286f5b060ac76d40802d0364ded94f8b8418539ee2bdf0b8891b5743a0
SHA1: 34d3b0773002cf9a4f7e96a5f3cf679ec23c508b
MD5sum: c39090a7d0224084d1f8fabb4a2b7c29
Description: debug symbols for postgresql-15-cron
Build-Ids: 96d862c20a00e2db3693cc0fd9aadd17ae5631d0
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-15-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 289
Depends: postgresql-15, libc6 (>= 2.34), libgdal33 (>= 2.2.0), postgresql-15-jit-llvm (>= 15)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-15-ogr-fdw_1.1.4-3.pgdg+1_arm64.deb
Size: 104796
SHA256: 7946616f5cb5db07d887aa8c53eba3b23275d29136aaa35d959288aad234934d
SHA1: 7b1a9b3dc6cd17c2260e4ddbf058a92f19d6bb93
MD5sum: 95204a5a58e7be99e4a2941cfcbd651e
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-15-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 162
Depends: postgresql-15-ogr-fdw (= 1.1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-15-ogr-fdw-dbgsym_1.1.4-3.pgdg+1_arm64.deb
Size: 129864
SHA256: f69ea0c52e6556cacb2750f8ac1220b43786401c2791a1794b85501459266461
SHA1: 0a42f9936d3f9321958729e5ee43ccdecbbfa7be
MD5sum: a62e26e62b9f2898394c6ad016a59943
Description: debug symbols for postgresql-15-ogr-fdw
Build-Ids: bdf098a746135aed57cda99afce697d93e499b6b f09db3a8758306589071bd26aa84a70357e85a37
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-15-partman
Source: pg-partman
Version: 5.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6951
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-15-partman_5.0.0-1.pgdg+1_arm64.deb
Size: 224316
SHA256: bf1e27ef63222daa84dfd25d5a6e9029a7b7157365df2b4078a25a251d90f952
SHA1: 322db57717bea0ee5be2719e192957733edc0c2f
MD5sum: d93e8125558827cf9f506b63d6445aff
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.
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-15-partman-dbgsym
Source: pg-partman
Version: 5.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-15-partman (= 5.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-15-partman-dbgsym_5.0.0-1.pgdg+1_arm64.deb
Size: 40476
SHA256: 5265c1043c329e8a3fb59de1d2ee1b4737d3f03173d18be2f1b4c6c5f5afb3b0
SHA1: 39577537c4005ad48935df1dc5485518d891080c
MD5sum: 7e3e19c8862a2fe207a2cf91beb6ed15
Description: debug symbols for postgresql-15-partman
Build-Ids: 33ed33327987c3e0349829767fa15b44693a50ec
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-15-periods
Source: postgresql-periods
Version: 1.2.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 597
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), postgresql-contrib-15, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-15-periods_1.2.2-2.pgdg+1_arm64.deb
Size: 52444
SHA256: 255cc6d6a17fd6233a650237e799b68ff3d29997927c09706b0a3d25547ed540
SHA1: d2019449e8e23a0ba35f51ea49d5781f4d174e8a
MD5sum: 32ce5e86039a70ddd57a7b1bad7b6e14
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-15-periods-dbgsym
Source: postgresql-periods
Version: 1.2.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-15-periods (= 1.2.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-15-periods-dbgsym_1.2.2-2.pgdg+1_arm64.deb
Size: 37776
SHA256: 272cbbe52e2cc604efe8f48f919dc32a5d609756f5c7076d7e1283a44fe31878
SHA1: 76a7b6e6c30f95044c466f0aeedc473572ac4418
MD5sum: 67468ff27ebc661dd1d6db17e499299b
Description: debug symbols for postgresql-15-periods
Build-Ids: dca46b8d1f8a8448aa53b62116e853c1a5d5926d
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-15-pglogical
Source: pglogical
Version: 2.4.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1385
Depends: libc6 (>= 2.34), libpq5 (>= 9.1~), postgresql-15, postgresql-15-jit-llvm (>= 15)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-15-pglogical_2.4.4-1.pgdg+1_arm64.deb
Size: 451696
SHA256: d540cc20a8baf498e1888a572f575a0d5a11eca495f26e18a8f819789c33ed92
SHA1: fcfc009f07e9b50b201952ad048e32aa185438cf
MD5sum: 4d9640684bc307716c289a0731feee06
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-15-pglogical-dbgsym
Source: pglogical
Version: 2.4.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 462
Depends: postgresql-15-pglogical (= 2.4.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-15-pglogical-dbgsym_2.4.4-1.pgdg+1_arm64.deb
Size: 396128
SHA256: 397c880a5e75e9bf6f6919e3b2caf08f7c571812f3f17c806c490a17a48d8ca7
SHA1: f5f46d80a68341486b119379c852b3443aa28b50
MD5sum: a7309f35fb9b4e27569f9481db0893cf
Description: debug symbols for postgresql-15-pglogical
Build-Ids: 9ed2a23d3c5974b8d0f6fff4e6fed8718554fc53 efb2a26f8e425016960b90c32d180bf4bdc33b17 fbaaccdff3cb563f9f8dd8f8187dec8532ad7898
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-15-show-plans
Source: pg-show-plans
Version: 2.0.2-1.pgdg+1
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 118
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-15-show-plans_2.0.2-1.pgdg+1_arm64.deb
Size: 25884
SHA256: 07f4496f71ce8c2fe4c3228b16cf591aa0758d66a7bd335756cf3709d8f14215
SHA1: 1cdd733ab45a1c3568a9447d9246b51b074becdd
MD5sum: d696eaf9ae7c3b6901cc12d51271b0f7
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-15-show-plans-dbgsym
Source: pg-show-plans
Version: 2.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 52
Depends: postgresql-15-show-plans (= 2.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-15-show-plans-dbgsym_2.0.2-1.pgdg+1_arm64.deb
Size: 36268
SHA256: 9c55b67bfac453072faf1dae8a22db93fb1d92a8a69f4b8268b3e46744ce9116
SHA1: 69859d473c2b5f3cc4d8f4ef80ecf07d44b88475
MD5sum: 22504ae44c5274182518473b3ceee551
Description: debug symbols for postgresql-15-show-plans
Build-Ids: 1733a5b973d6bd7f36cafc9a42a67237b218807b
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-16-cron
Source: pg-cron
Version: 1.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 240
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-16-cron_1.6.1-1.pgdg+1_arm64.deb
Size: 103520
SHA256: 0a09c714311016b22c4e40fda981f7f6cda6698101252a350b3ec90d9d8af011
SHA1: 7637e313d610813fa57cf5ac00a61e8cb95f89e9
MD5sum: 3adbc933b24aa85e10f4413b05c73e83
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-16-cron-dbgsym
Source: pg-cron
Version: 1.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 142
Depends: postgresql-16-cron (= 1.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-16-cron-dbgsym_1.6.1-1.pgdg+1_arm64.deb
Size: 121772
SHA256: 5f888aba8fa64bec1169fbcceb36650d87c697746c69906f60d9a0d82e76e9a2
SHA1: 36a8b9a9cbc4316cbe5df91d4266b952063769f8
MD5sum: f8cc4ec1fc84381665b6de85db9651cc
Description: debug symbols for postgresql-16-cron
Build-Ids: 001a92ec9218082ab411d7bbde08ef8cea8a9c6d
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-16-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 167
Depends: postgresql-16-ogr-fdw (= 1.1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-16-ogr-fdw-dbgsym_1.1.4-3.pgdg+1_arm64.deb
Size: 134384
SHA256: 65246070dbee873bd660cf0b4f107affd0e1100110df0e8e18ee8dbec4cc1cb9
SHA1: f62fe9f5f058a1dda31a8578668ee87bbe05158c
MD5sum: a6146fb0e230a17a5f4b10b0ba48e650
Description: debug symbols for postgresql-16-ogr-fdw
Build-Ids: 40e9580b2707bae104f5e7e93aba740f4f1b79f8 f47e8736d72c0afd8447b069c3a67cdb9688b422
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-16-partman
Source: pg-partman
Version: 5.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6951
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-16-partman_5.0.0-1.pgdg+1_arm64.deb
Size: 224164
SHA256: ab749406a8fbeb0e3abcf7e48a95d3491d2fa6e2951f558f9b263e95eb1d2873
SHA1: 0b9a859ef6706198b08bf4f44824a2d21f126004
MD5sum: 93043994db2647c921d1b23f9180f7fd
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.
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-16-partman-dbgsym
Source: pg-partman
Version: 5.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-16-partman (= 5.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-16-partman-dbgsym_5.0.0-1.pgdg+1_arm64.deb
Size: 41604
SHA256: 162ec73a74f65b2c67e2cb517c72ba572eb221edcdfdb0a25d99785752b93b97
SHA1: 33f011ff1c8b6a2fd83c9d96e0320a4bdc4343e0
MD5sum: 9a000951ac666cbdfe092be2961669d5
Description: debug symbols for postgresql-16-partman
Build-Ids: fad61c3983bb5c7a60267b26a51513d19fe3105f
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-16-periods
Source: postgresql-periods
Version: 1.2.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 597
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), postgresql-contrib-16, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-16-periods_1.2.2-2.pgdg+1_arm64.deb
Size: 52344
SHA256: 483b98cba08f2097ad0381506b35760b44a5bf6676a098df36c07e251d3bd817
SHA1: 548b1c9b665f81ff5045181c2755f0da4ece374e
MD5sum: 8b86c0e4c08e2f0796b3ec02aa145793
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-16-periods-dbgsym
Source: postgresql-periods
Version: 1.2.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-16-periods (= 1.2.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-16-periods-dbgsym_1.2.2-2.pgdg+1_arm64.deb
Size: 39280
SHA256: ff99b0275113f805f1cce51f6f0b6f83fe3c8b46e67d01f10a94d52d1de0e1bb
SHA1: 4d9bb23b61ca5ef33e098c9e5f40c3e58740caca
MD5sum: 570d231136ee83bf793db8f1bdbc5579
Description: debug symbols for postgresql-16-periods
Build-Ids: 64853213adae3763b2227e009feddea03db334d5
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-16-pglogical
Source: pglogical
Version: 2.4.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1317
Depends: libc6 (>= 2.34), libpq5 (>= 9.1~), postgresql-16, postgresql-16-jit-llvm (>= 15)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-16-pglogical_2.4.4-1.pgdg+1_arm64.deb
Size: 445128
SHA256: 76d458f32da901c99f5f333d6710e2ff1ef820769d9c67cca53872bd516f3c64
SHA1: 259239ae30c29c4b14c5970854c88b5b1820f25f
MD5sum: dbb2eef3ab50778fab7c02fbe91554e9
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-16-pglogical-dbgsym
Source: pglogical
Version: 2.4.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 497
Depends: postgresql-16-pglogical (= 2.4.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-16-pglogical-dbgsym_2.4.4-1.pgdg+1_arm64.deb
Size: 430584
SHA256: 1151487e916d3b2a59b8f65116a3bd07c8ca555f3107d95c8db31e7016e8053e
SHA1: e58818093548fe5fdce51961135b6e421c23365f
MD5sum: e457b9edc6adfea4df1b1e45039402ff
Description: debug symbols for postgresql-16-pglogical
Build-Ids: 01b7e4b81b2a68b150d76e5825d84d614acd903a 83453e96548aa7fc61d8209fc4a4d1ae008516c1 e6653c68363bcba2d9c9af6a9dbc970b5c5aa81a
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-16-show-plans
Source: pg-show-plans
Version: 2.0.2-1.pgdg+1
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 118
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-16-show-plans_2.0.2-1.pgdg+1_arm64.deb
Size: 25908
SHA256: 28d9d1fabaef12c58fb4c1b0b4cd3e4bc4345087f97025cc3e71aca6113dcaff
SHA1: b076083971812b38adf593aced5d12d2b3f95d72
MD5sum: a88f9ebe7edb3b9a2c50f0061f4371e7
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2023-10-18 20:40:51+00

Package: postgresql-16-show-plans-dbgsym
Source: pg-show-plans
Version: 2.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 52
Depends: postgresql-16-show-plans (= 2.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-16-show-plans-dbgsym_2.0.2-1.pgdg+1_arm64.deb
Size: 36952
SHA256: 3560273ab0d8438a63cfcf94bfdef8fb7c7a34e956b1388907e3b94f78018e95
SHA1: b280c23c9686fb595c8b4bc60c34d8f2a4d2f265
MD5sum: 2cbef10a705454c9cdb2a8b1d297a10f
Description: debug symbols for postgresql-16-show-plans
Build-Ids: a2b4081a17633cbc4cc144eff3d4802eb522f297
Timestamp: 2023-10-18 20:40:51+00

Package: vip-manager
Version: 1.0.2-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6634
Depends: libc6 (>= 2.34)
Enhances: patroni
Built-Using: etcd (= 3.4.23-4), golang-1.21 (= 1.21.3-1), golang-fsnotify (= 1.6.0-2), golang-github-coreos-semver (= 0.3.0-1), golang-github-hashicorp-hcl (= 1.0.0-1.1), golang-github-josharian-native (= 1.1.0-1), golang-github-json-iterator-go (= 1.1.12-1), golang-github-magiconair-properties (= 1.8.7-1), golang-github-mdlayher-arp (= 0.0~git20220512.6706a29-1), golang-github-mdlayher-ethernet (= 0.0~git20220221.529eae5-1), golang-github-mdlayher-packet (= 1.1.2-2), golang-github-mdlayher-socket (= 0.5.0-1), golang-github-mitchellh-mapstructure (= 1.5.0-2), golang-github-modern-go-concurrent (= 1.0.3-1.1), golang-github-modern-go-reflect2 (= 1.0.2-2), golang-github-pelletier-go-toml.v2 (= 2.1.0-1), golang-github-spf13-afero (= 1.9.5-1), golang-github-spf13-cast (= 1.5.1-1), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-2), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-github-spf13-viper (= 1.12.0-1), golang-github-subosito-gotenv (= 1.3.0-1), golang-golang-x-net (= 1:0.15.0-2), golang-golang-x-sync (= 0.3.0-1), golang-golang-x-sys (= 0.12.0-1), golang-golang-x-text (= 0.13.0-1), golang-gopkg-ini.v1 (= 1.67.0-1), golang-gopkg-yaml.v3 (= 3.0.1-3)
Homepage: https://github.com/cybertec-postgresql/vip-manager
Priority: optional
Section: net
Filename: pool/main/v/vip-manager/vip-manager_1.0.2-7.pgdg+1_arm64.deb
Size: 2028428
SHA256: 0c06ee8f9db41c5a4255f8850c327d27c85a415bd57f4a3396a5bb754c0caced
SHA1: e850109525243d64e737bbdc8266eee05323fa3d
MD5sum: 9705ca9aa246c2cc655f7124690340ca
Description: Patroni virtual IP manager
 This package needs to be installed and configured on all nodes of a Patroni
 PostgreSQL cluster. Given a Patroni namespace and scope in etcd or consul,
 the vip-manager service monitors that namespace for leader changes due to
 failovers or switchovers and adds or removes the VIP on the local node
 accordingly.
Timestamp: 2023-10-18 20:40:51+00

Package: vip-manager-dbgsym
Source: vip-manager
Version: 1.0.2-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2874
Depends: vip-manager (= 1.0.2-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/v/vip-manager/vip-manager-dbgsym_1.0.2-7.pgdg+1_arm64.deb
Size: 2376808
SHA256: 37cafe5b22319ea0c4853bf8ef4776972a1e5da237853ff1b155eaf0cfab3c94
SHA1: 287de957175336ccf7cf641513b2b48d66488ea5
MD5sum: dc1673e875c56d6836ee913ddc955726
Description: debug symbols for vip-manager
Build-Ids: 7506bd18dcc58300bcaf6bd8e972e2447f45b1da
Timestamp: 2023-10-18 20:40:51+00

Package: patroni
Version: 3.1.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1232
Depends: python3-cdiff, python3-click (>= 4.1), python3-dateutil, python3-pkg-resources, python3-prettytable (>= 0.7), python3-psutil, python3-urllib3, python3-yaml, python3:any (>= 3.5~), python3-psycopg2, python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes | python3-pysyncobj
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_3.1.2-1.pgdg+1_all.deb
Size: 235344
SHA256: fd867b47599cfe9a5cabd7ca219e4e538eb5a40c6dbd39bd258aa898515bff1e
SHA1: 4efb9aa90f5a9e53b815b7e6329890fb502fa1a2
MD5sum: 8094041d9836c254a176aabb8dd40fbf
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2023-10-19 11:52:22+00

Package: patroni-doc
Source: patroni
Version: 3.1.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4545
Depends: libjs-sphinxdoc (>= 5.2), sphinx-rtd-theme-common (>= 1.3.0+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_3.1.2-1.pgdg+1_all.deb
Size: 387500
SHA256: f49fa48750bc501fcfb763a817472dc64b206ed3987eddedb48d19d558e2dd52
SHA1: f738ad42523821bb996b09200098f66918287498
MD5sum: 8cf07f53c5d8cd1b7f997c1698c7a9fe
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2023-10-19 11:52:22+00

Package: postgresql-11-orafce
Source: orafce
Version: 4.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1222
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_4.7.0-1.pgdg+1_arm64.deb
Size: 401064
SHA256: d1b63868dd829442221dbe245cf604e81500c26e5881f835ab8fd4c2936c3bdd
SHA1: 72bb5cc62bbf4119fc0ab81194acd135b5808ca3
MD5sum: 30cb5e2b7463556260ca9a6e6b30bbc9
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2023-10-19 11:52:22+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 4.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 323
Depends: postgresql-11-orafce (= 4.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_4.7.0-1.pgdg+1_arm64.deb
Size: 270744
SHA256: 09de345578733e7977a64a8e312cae20b381f2ad6912898764765a10d8894772
SHA1: 2e7e6859276b23a378f4d6a0f3a038f5bd74008f
MD5sum: 28baa3055a0e209a5be7e03a04350b65
Description: debug symbols for postgresql-11-orafce
Build-Ids: e28b382869884c5ea4782760bd4f522f0bfe8b7b
Timestamp: 2023-10-19 11:52:22+00

Package: postgresql-12-orafce
Source: orafce
Version: 4.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1221
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_4.7.0-1.pgdg+1_arm64.deb
Size: 400064
SHA256: 16a8a9a6f35f7d6e05ef012e42eeec30ac33c3ce77da4bbf47a4965df48ef849
SHA1: 4a3549c5a216ec3d32bd03b9cf62f0d2e9da9d64
MD5sum: 667122e5fefd602dc6f8e201bddbe8b5
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2023-10-19 11:52:22+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 4.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 329
Depends: postgresql-12-orafce (= 4.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_4.7.0-1.pgdg+1_arm64.deb
Size: 276324
SHA256: 96cee8e7bcdcf4c6dbb77bb23161df6f0ed4776f2d2ea733c4b948a3c86ed582
SHA1: d22c1a60082cc937293c22f37d442843d13d5f63
MD5sum: 8eb884854a99360b36ced023a306fcdb
Description: debug symbols for postgresql-12-orafce
Build-Ids: 25b28d6972533cb5a4d885a1e8307777d61ec78c
Timestamp: 2023-10-19 11:52:22+00

Package: postgresql-12-pgrouting
Source: pgrouting
Version: 3.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3126
Depends: postgresql-12-pgrouting-scripts (>= 3.5.1-1.pgdg+1), postgresql-12, postgresql-12-postgis, postgresql-12-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Suggests: postgresql-12-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting_3.5.1-1.pgdg+1_arm64.deb
Size: 754120
SHA256: 32d331aa97e00d0158c9bfdc9931171da5e5a5a319e4934e3ad6b2564073ba4a
SHA1: 206716edcf851e31295e9de9b7bdc8d78c42b4f4
MD5sum: cc9f07d20da657912c16d2048abb43a2
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 12.
Timestamp: 2023-10-19 11:52:22+00

Package: postgresql-12-pgrouting-dbgsym
Source: pgrouting
Version: 3.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 24601
Depends: postgresql-12-pgrouting (= 3.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-dbgsym_3.5.1-1.pgdg+1_arm64.deb
Size: 24575904
SHA256: 8e51308153bcceef5a22f18c77086be794fbc60801cb4368c48d624e2d2593cf
SHA1: 08a4eb7df5ab802486df13cc561d03cd512c9d9d
MD5sum: 5d09c5fed5ebe08229ca694255f13a9a
Description: debug symbols for postgresql-12-pgrouting
Build-Ids: 9899d921963747c3993b4d36a65cba9afce33fcb
Timestamp: 2023-10-19 11:52:22+00

Package: postgresql-12-pgrouting-doc
Source: pgrouting
Version: 3.5.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7582
Depends: libjs-mathjax, libjs-sphinxdoc (>= 5.2)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-doc_3.5.1-1.pgdg+1_all.deb
Size: 2308836
SHA256: 831b4bbf38807cdad2cc496aea51280e439bdcf9299b3e2b3cdb256365611324
SHA1: 1532582b4a2d50d3b08bbcf7c1e4b9652aee1170
MD5sum: 92696163cababd155f22f4a3153a5b6a
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.
Timestamp: 2023-10-19 11:52:22+00

Package: postgresql-12-pgrouting-scripts
Source: pgrouting
Version: 3.5.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3308
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-scripts_3.5.1-1.pgdg+1_all.deb
Size: 61012
SHA256: 3c21a6279692d9e908efb526353c486681a268d6f8bebe8a2efc1534e2325eaf
SHA1: d269aa7f264e3a4dc2bea04b4ecde393305a29a1
MD5sum: 1709452257a34557725b6ddb4094d9f7
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 12.
Timestamp: 2023-10-19 11:52:22+00

Package: postgresql-13-orafce
Source: orafce
Version: 4.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1218
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_4.7.0-1.pgdg+1_arm64.deb
Size: 399280
SHA256: 885040dbd1902fceed39a8cdb4525647c45b1cbdf02f2a8c056365bda59e4247
SHA1: ac5de145cc553a19d16b62bbb4508ddd9a5c15ff
MD5sum: 8914ba9a2eb828a54f6be6a479f6df04
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2023-10-19 11:52:22+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 4.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 332
Depends: postgresql-13-orafce (= 4.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_4.7.0-1.pgdg+1_arm64.deb
Size: 281440
SHA256: 57c9b3bdebc5b6376b9596a1ecb58c6f4f78a4ca7eb0de619c806f8ec535e963
SHA1: 871316fe0f8746f5a3d5c12edd72dc7d6a23155b
MD5sum: f914346c0b3905765587cf025667c0da
Description: debug symbols for postgresql-13-orafce
Build-Ids: 70b96adf5ca6f071c50c2b8499b2ba4a9c57702e
Timestamp: 2023-10-19 11:52:22+00

Package: postgresql-13-pgrouting
Source: pgrouting
Version: 3.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3126
Depends: postgresql-13-pgrouting-scripts (>= 3.5.1-1.pgdg+1), postgresql-13, postgresql-13-postgis, postgresql-13-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Suggests: postgresql-13-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting_3.5.1-1.pgdg+1_arm64.deb
Size: 754268
SHA256: 8b8ac9d32ca228387111bc0e38b83432d07c3bd1355bf69541d299f5563fa308
SHA1: 478cd7f760a45ecaa972a1d7216b9ceef875a848
MD5sum: 37eecbf1080aac4ceadf8012a8a10e6a
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 13.
Timestamp: 2023-10-19 11:52:22+00

Package: postgresql-13-pgrouting-dbgsym
Source: pgrouting
Version: 3.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 24601
Depends: postgresql-13-pgrouting (= 3.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-dbgsym_3.5.1-1.pgdg+1_arm64.deb
Size: 24577176
SHA256: 12821e937a18b55b3ccfeb4f2c35085e26561fe85c074929dd153fd557abf0f5
SHA1: 930fe23c90d23385edbc4e0e7cc5bfa3d2b1df54
MD5sum: b7c4dc92924fbc5be95101ca27a9e210
Description: debug symbols for postgresql-13-pgrouting
Build-Ids: c5f91cadf706a5cbf948d1c65bd7088959244e72
Timestamp: 2023-10-19 11:52:22+00

Package: postgresql-13-pgrouting-doc
Source: pgrouting
Version: 3.5.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7582
Depends: libjs-mathjax, libjs-sphinxdoc (>= 5.2)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-doc_3.5.1-1.pgdg+1_all.deb
Size: 2308884
SHA256: a3c1a072d1f17f8063d287a5978e5997283e72b0665feac4b1ed6289d9a316fa
SHA1: 589e81546ad0099bc2164d1b165d5bd589d4b0c9
MD5sum: 9bf8fc9aeb89709a8f749ac035ee04c2
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.
Timestamp: 2023-10-19 11:52:22+00

Package: postgresql-13-pgrouting-scripts
Source: pgrouting
Version: 3.5.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3308
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-scripts_3.5.1-1.pgdg+1_all.deb
Size: 61020
SHA256: d7f8d63aaec5bcb79750521c40068b7936dddfe85d21f90f4b096c0c0446c1c9
SHA1: 6bf30f1cbad979ec99b083065ef027eec4da48c2
MD5sum: 6ebdfa5acb1389e14b114e2a0660ac16
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 13.
Timestamp: 2023-10-19 11:52:22+00

Package: postgresql-14-orafce
Source: orafce
Version: 4.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1228
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_4.7.0-1.pgdg+1_arm64.deb
Size: 401760
SHA256: fcb3c4ffd1c1242e0e7d141bb37b3fa71d553592dcb43ae514ba12887783c791
SHA1: f7ae89a6cd9ceac3c962982470625e6b084c8ce8
MD5sum: 2003350ee3a69da8fe960214461dcb2e
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2023-10-19 11:52:22+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 4.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 337
Depends: postgresql-14-orafce (= 4.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_4.7.0-1.pgdg+1_arm64.deb
Size: 287520
SHA256: 75418b27a5c38c019acc8c2632522465faf60723c0385944d91dd22b3c38ea48
SHA1: 3f5bc20409a5f3f45c0d8935bf98fb326ffd5956
MD5sum: 199436251c88525f8acc8f872790f3ec
Description: debug symbols for postgresql-14-orafce
Build-Ids: c0d46e23300d072da9c0887e82ceca8404abb395
Timestamp: 2023-10-19 11:52:22+00

Package: postgresql-14-pgrouting
Source: pgrouting
Version: 3.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3126
Depends: postgresql-14-pgrouting-scripts (>= 3.5.1-1.pgdg+1), postgresql-14, postgresql-14-postgis, postgresql-14-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Suggests: postgresql-14-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting_3.5.1-1.pgdg+1_arm64.deb
Size: 754060
SHA256: 465ae036987399d5687d88daa0156dcdba3a62577ffcc4b9381be27cbf461a3c
SHA1: 0af4cf3a6afdd52df7961d4e56be343691e15706
MD5sum: bece050cfe33336109aa26184f830770
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 14.
Timestamp: 2023-10-19 11:52:22+00

Package: postgresql-14-pgrouting-dbgsym
Source: pgrouting
Version: 3.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 24600
Depends: postgresql-14-pgrouting (= 3.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-dbgsym_3.5.1-1.pgdg+1_arm64.deb
Size: 24576880
SHA256: 6c9f42d3adb15082b134f482d52ebb6fce9e4a7fe5c2769d359aa74a8a9353a5
SHA1: b7349db609848b6b36fa2197c225d976b6caeeef
MD5sum: eeff31c0abff01571a23827b4b68441e
Description: debug symbols for postgresql-14-pgrouting
Build-Ids: 90bd729f37b879f77127783cc79ce68f7c34e5ca
Timestamp: 2023-10-19 11:52:22+00

Package: postgresql-14-pgrouting-doc
Source: pgrouting
Version: 3.5.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7582
Depends: libjs-mathjax, libjs-sphinxdoc (>= 5.2)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-doc_3.5.1-1.pgdg+1_all.deb
Size: 2308872
SHA256: c82bd29f5e9269e11585cd173c707f96ab4c8c276331436a762fac84e906abcf
SHA1: d641c5f79900d9ea6f6f18886ac4b62a25fb3dc0
MD5sum: 7638636490c21aee963defaae32d3fe5
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.
Timestamp: 2023-10-19 11:52:22+00

Package: postgresql-14-pgrouting-scripts
Source: pgrouting
Version: 3.5.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3308
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-scripts_3.5.1-1.pgdg+1_all.deb
Size: 61016
SHA256: 843c767892567a14dced405eb7cfa2b993261b42b50811db9fec04b6630b1abb
SHA1: 05aa2d2e8f6ca81533a1ed108bcd4eac5797391d
MD5sum: 0033312878bf86b4ce57c125099068d5
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 14.
Timestamp: 2023-10-19 11:52:22+00

Package: postgresql-15-orafce
Source: orafce
Version: 4.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1234
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-15-orafce_4.7.0-1.pgdg+1_arm64.deb
Size: 401960
SHA256: 0822009aa411e1a56b6ddb4e136e50b8fe2bf8897b0ad0faccfab38e8ccae9f5
SHA1: dd95f42c2ec17dba1a755d03c4e6de9f26b74c85
MD5sum: 363b2a1d0a90a1a9a4dcc2571fff7dd8
Description: Oracle support functions for PostgreSQL 15
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2023-10-19 11:52:22+00

Package: postgresql-15-orafce-dbgsym
Source: orafce
Version: 4.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 339
Depends: postgresql-15-orafce (= 4.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-15-orafce-dbgsym_4.7.0-1.pgdg+1_arm64.deb
Size: 289108
SHA256: f061dd77fbde54e3f00618d274bba5ab23853a34e7d2a1c14513ce2c41a1cf28
SHA1: 8f36d114e5fcd2d68b7fc7cfe2d1e5b1b18b7d87
MD5sum: 6ae5a28555c3e524befcc25c6e958a19
Description: debug symbols for postgresql-15-orafce
Build-Ids: 4f31ec231c36766c8a62307296e83b52e2ca7ae8
Timestamp: 2023-10-19 11:52:22+00

Package: postgresql-15-pgrouting
Source: pgrouting
Version: 3.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3126
Depends: postgresql-15-pgrouting-scripts (>= 3.5.1-1.pgdg+1), postgresql-15, postgresql-15-postgis, postgresql-15-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Suggests: postgresql-15-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting_3.5.1-1.pgdg+1_arm64.deb
Size: 754160
SHA256: afb7dd5c17021d9c297b85c29945614adac59ba9f7b39f2e64c85ee3ca1098a7
SHA1: 16b81abd764e21490e5c30a233f8a6097639e05c
MD5sum: d0f8a892aa64f757aad8245f2154055d
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 15.
Timestamp: 2023-10-19 11:52:22+00

Package: postgresql-15-pgrouting-dbgsym
Source: pgrouting
Version: 3.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 24606
Depends: postgresql-15-pgrouting (= 3.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-dbgsym_3.5.1-1.pgdg+1_arm64.deb
Size: 24580868
SHA256: 4434b493e6be50b75ad52cd3ae5d052817695b5cedf65b3b4d9300c1e2e74fda
SHA1: 8c227e07b2edb69704af310c5c91b50aa2d6e12c
MD5sum: 5cc77f5faeac6a873e700b9e16ea3209
Description: debug symbols for postgresql-15-pgrouting
Build-Ids: e6d6f702ac719bdef153cc4abb9d621ffbfacb69
Timestamp: 2023-10-19 11:52:22+00

Package: postgresql-15-pgrouting-doc
Source: pgrouting
Version: 3.5.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7582
Depends: libjs-mathjax, libjs-sphinxdoc (>= 5.2)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-doc_3.5.1-1.pgdg+1_all.deb
Size: 2308852
SHA256: 1ca8e02ffafa8f9c95fcf3058f305238eb74978469ce45e6efb1db149520baef
SHA1: 9b844721aea3c0b8f086420a552cd82b5111e7c1
MD5sum: 476143e6f47cfd23c4a5d25cb881bea6
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.
Timestamp: 2023-10-19 11:52:22+00

Package: postgresql-15-pgrouting-scripts
Source: pgrouting
Version: 3.5.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3308
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-scripts_3.5.1-1.pgdg+1_all.deb
Size: 61004
SHA256: 107ff1bd08dfa68e40276d76a83b1e6843706f45f2fcc60b86dbe5cad367c047
SHA1: c758cccdd8774acd3f0040fe98ed322a87160e9b
MD5sum: 6b32cae82a267df4502fa2e4144a5c99
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 15.
Timestamp: 2023-10-19 11:52:22+00

Package: postgresql-16-orafce
Source: orafce
Version: 4.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1158
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-16-orafce_4.7.0-1.pgdg+1_arm64.deb
Size: 394544
SHA256: 5fdb892f4647f2e7e93b6d4eac13a1ab78b9dbe9d5e65402d071b8a8e4654ab0
SHA1: 7e7691827a97b39d956655b0eab0ef728a2b366f
MD5sum: 5296cbb63e19d48a838f5f7b3467991e
Description: Oracle support functions for PostgreSQL 16
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2023-10-19 11:52:22+00

Package: postgresql-16-orafce-dbgsym
Source: orafce
Version: 4.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 358
Depends: postgresql-16-orafce (= 4.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-16-orafce-dbgsym_4.7.0-1.pgdg+1_arm64.deb
Size: 307400
SHA256: 7463097ab447728ac60416e7170bcb1667bf4b98d4661ed7522994ffc49ef19b
SHA1: b983b4daf16811d5de97f8900a4eb39046616487
MD5sum: 869afd6b66caeaecb71a3a3dca3edb95
Description: debug symbols for postgresql-16-orafce
Build-Ids: ed7810a963ea1082314e8f05d81c5b6f4dbc5e99
Timestamp: 2023-10-19 11:52:22+00

Package: postgresql-16-pgrouting
Source: pgrouting
Version: 3.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3126
Depends: postgresql-16-pgrouting-scripts (>= 3.5.1-1.pgdg+1), postgresql-16, postgresql-16-postgis, postgresql-16-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Suggests: postgresql-16-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting_3.5.1-1.pgdg+1_arm64.deb
Size: 754356
SHA256: a94f9f0d2a0afc35d46bbf5d31afd71bd89a2532ba882f580730742a924cd74a
SHA1: c40d8f79b4e3f7edaae59835275695cb9e193e70
MD5sum: 3483c4b98a87cfb7d85cb26b3f830123
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 16.
Timestamp: 2023-10-19 11:52:22+00

Package: postgresql-16-pgrouting-dbgsym
Source: pgrouting
Version: 3.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 24633
Depends: postgresql-16-pgrouting (= 3.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting-dbgsym_3.5.1-1.pgdg+1_arm64.deb
Size: 24610488
SHA256: a361b3151ff843acab991ff80c2c9541e83718abb9efc1dc0e59fc1ce31963f4
SHA1: 3ab36500658ee10a71625794c14c0c0b57fc9884
MD5sum: 86762e3f6ddc12547a374a7eaf14de81
Description: debug symbols for postgresql-16-pgrouting
Build-Ids: 4eef51199f69d45e399cdc6b5476fc057e4e2059
Timestamp: 2023-10-19 11:52:22+00

Package: postgresql-16-pgrouting-doc
Source: pgrouting
Version: 3.5.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7582
Depends: libjs-mathjax, libjs-sphinxdoc (>= 5.2)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting-doc_3.5.1-1.pgdg+1_all.deb
Size: 2308912
SHA256: 475a3f39ed59e0d0038f078b92236687f7b28b137151eddc4191f6b2753266ba
SHA1: 64610f58921278347fbf0e2757b27fc3f67779b3
MD5sum: 90120316d400370e2cdf9e45298797e3
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.
Timestamp: 2023-10-19 11:52:22+00

Package: postgresql-16-pgrouting-scripts
Source: pgrouting
Version: 3.5.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3308
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting-scripts_3.5.1-1.pgdg+1_all.deb
Size: 61008
SHA256: c208ac7a4f01ed250fbfb66c89c356b356f0f33b8f12bb23e49a1826d204abbd
SHA1: 932214500f1e3d6ac33d7367a4d183e0ff8bff68
MD5sum: 368565be2d4f4aca73a3a57a64b83f42
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 16.
Timestamp: 2023-10-19 11:52:22+00

Package: postgresql-pgrouting
Source: pgrouting
Version: 3.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 47
Depends: postgresql-pgrouting-scripts, postgresql-16-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: metapackages
Filename: pool/main/p/pgrouting/postgresql-pgrouting_3.5.1-1.pgdg+1_arm64.deb
Size: 21012
SHA256: 87867520c39cf65e52730020d50acaf9530d6788ee2fb6664eafe311ff2b6cdc
SHA1: 38f36e85499f6fafeb36ccdc29dd2cdf4023925e
MD5sum: 8d8a3a420a28ac92142b5b410f0dcef1
Description: Routing functionality support for PostgreSQL/PostGIS - Metapackage
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This metapackage depends on the PgRouting package for PostgreSQL 16.
Timestamp: 2023-10-19 11:52:22+00

Package: postgresql-pgrouting-scripts
Source: pgrouting
Version: 3.5.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 47
Depends: postgresql-16-pgrouting-scripts
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: metapackages
Filename: pool/main/p/pgrouting/postgresql-pgrouting-scripts_3.5.1-1.pgdg+1_all.deb
Size: 21028
SHA256: 7b20868f5a55f816a414c546661de47ed9bdae73f4e43b7cae96b093887c91a7
SHA1: e7edd49eb2b2db872faa9a8871bfaa0f04efa06a
MD5sum: 38596fcca84fb6afe39410a5c582bf91
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts metapackage
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This metapackage depends on the PgRouting scripts package for
 PostgreSQL 16.
Timestamp: 2023-10-19 11:52:22+00

Package: postgresql-10-cron
Source: pg-cron
Version: 1.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: postgresql-10, libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-10-cron_1.6.2-1.pgdg+1_arm64.deb
Size: 34024
SHA256: 61fa566c614fd2e480b1e587b33c221b52ec52978ea35ed8450b0c68ae228308
SHA1: 80842e560b9892f3a7b4838a58aeda1d5b57c770
MD5sum: 803336a426e6f824babd3912bb6b964a
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-10-cron-dbgsym
Source: pg-cron
Version: 1.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-10-cron (= 1.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-10-cron-dbgsym_1.6.2-1.pgdg+1_arm64.deb
Size: 94248
SHA256: 4d94cebc498f633193a231551a5c84a8c068750a3370a0e38ee5c5b24043ba9f
SHA1: d2e756e95124213eced395b9f5a333d054cfc615
MD5sum: 9d76f01295bc3b7b2f0661705002cf56
Description: debug symbols for postgresql-10-cron
Build-Ids: e39ab8dccd7bfbcce217f70f4f78ef24bad743ec
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-10-jsquery
Source: jsquery
Version: 1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 173
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-10-jsquery_1.2-1.pgdg+1_arm64.deb
Size: 42224
SHA256: f08e89f6aca179f4372ddfdd73b44cbdae3d0ff4e10430e6278c2d5baabc9b45
SHA1: 3f611c5e5ebe48353e7b3194574da7f7d5e30e98
MD5sum: f8161b7e0caafa8f47dbf06a7b39104c
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-10-jsquery-dbgsym
Source: jsquery
Version: 1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-10-jsquery (= 1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-10-jsquery-dbgsym_1.2-1.pgdg+1_arm64.deb
Size: 94324
SHA256: 78caeeb098d9dc6460f859baa96b805ce5a1930caa2cea316cdc300ada38b084
SHA1: a4fce86e385cc02b534e9ed2679f6974061f6a53
MD5sum: bebd5050d94dc10dff0353ffb728766f
Description: debug symbols for postgresql-10-jsquery
Build-Ids: 65c87841175ecc51fddfe2cfcf3ef0623de13a99
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-10-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1857
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-10-pgl-ddl-deploy_2.2.0-1.pgdg+1_arm64.deb
Size: 41152
SHA256: 94bd6b7702672a3fc1ff30ec998f5323a9e3d4d2aae38c0194fa60446a3dff48
SHA1: ef7faa3ae81732f012eb02d82b396030472af3e8
MD5sum: a39eb55b97085bd2792ea9f0e0bec70c
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 10.
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-10-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-10-pgl-ddl-deploy (= 2.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-10-pgl-ddl-deploy-dbgsym_2.2.0-1.pgdg+1_arm64.deb
Size: 17632
SHA256: 0ae8b211d7eea95fa0d73a964125d038d0d5929819826a63a94cf9c10fd488a8
SHA1: bd6031a92228c0dcebdc927d0ee991979a6c2d85
MD5sum: 8e3e1bcfe0f756ec4c97cfe78dc31eb3
Description: debug symbols for postgresql-10-pgl-ddl-deploy
Build-Ids: 46f37eb5b3f17a87a92bc1a8e4406531543d1c55 810bc9b3b5560639f216851c8157f93f9e177db9
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-10-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: libc6 (>= 2.17), postgresql-10
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-10-pg-wait-sampling_1.1.5-1.pgdg+1_arm64.deb
Size: 14492
SHA256: cb9fc9956dbd2e2bf6408e1f177efbf037c9c9ec9e5ea5b5d39ef6c6d45f21c0
SHA1: f0020a9495d41fdf1b8edc1056430cad772a8a5f
MD5sum: 6342f1c5f7fef82c32e59a8b6662a66d
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-10-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-10-pg-wait-sampling (= 1.1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-10-pg-wait-sampling-dbgsym_1.1.5-1.pgdg+1_arm64.deb
Size: 52784
SHA256: f244007dbb3a1912e36361d235880c5e68657bd6c80cee33ec14e40b437f5ab2
SHA1: d76d7298e7d034043fec8e0a521605d3d2abdf2f
MD5sum: e1686cbfd920c9df8ac37fc20af82609
Description: debug symbols for postgresql-10-pg-wait-sampling
Build-Ids: 13a1903996d018dfd6ab9b47b8f1fdee2a2271ef
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-11-cron
Source: pg-cron
Version: 1.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 304
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-11-cron_1.6.2-1.pgdg+1_arm64.deb
Size: 104264
SHA256: c222244d1635ac264ff775542caac0a428610f2d7bd4a40618384b094fc92ccc
SHA1: 25d837ca0c28d90dc6997437a0e397815b215ea2
MD5sum: 3f41b23b8ed84b24abe2e4f9a301f986
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-11-cron-dbgsym
Source: pg-cron
Version: 1.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-11-cron (= 1.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-11-cron-dbgsym_1.6.2-1.pgdg+1_arm64.deb
Size: 96100
SHA256: 798b916c200bc78fd05438fdc006a32aa522cc864ff791d7c72bd04a550bb355
SHA1: 13cee98851ad36f3dec26e3809770a458d448815
MD5sum: 5e75ba18d1a38ecef284c7c15315abed
Description: debug symbols for postgresql-11-cron
Build-Ids: 20c1047a9784a8fa4163983d2a08cf6f54e599be
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-11-jsquery
Source: jsquery
Version: 1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 356
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-11-jsquery_1.2-1.pgdg+1_arm64.deb
Size: 137924
SHA256: b673030ab55fb08e9217f3a3d0871648826d290387eeb632949c9ad926b0637e
SHA1: 914abb66b7f98dd94817e1b83cee0225ea29dbc1
MD5sum: f6301648dbb5b3f963641c56b2e5eac1
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-11-jsquery-dbgsym
Source: jsquery
Version: 1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-11-jsquery (= 1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-11-jsquery-dbgsym_1.2-1.pgdg+1_arm64.deb
Size: 94592
SHA256: 09b3468eb22aac241cc066423aab333e7f92e5fa56d843198d4f6c35408467b9
SHA1: c248d595595f2532fa05debf0ad8911ecb0166cf
MD5sum: 8c613ab334ebe089f3260cde4e01b34d
Description: debug symbols for postgresql-11-jsquery
Build-Ids: fe4a325d266cc0039431f05b5d35947076731146
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-11-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1871
Depends: postgresql-11, libc6 (>= 2.17), postgresql-11-jit-llvm (>= 14)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-11-pgl-ddl-deploy_2.2.0-1.pgdg+1_arm64.deb
Size: 40412
SHA256: 46617d2efeff20572da03e2ec7ce0f3afc78a05f819d7fbbaa02c4d7a0b2dce1
SHA1: 81ebbef6a87b1547006a5a5aaf939a1307a15d5e
MD5sum: 1e2754d885b29ca0354ad45f49f062f8
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 11.
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-11-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-11-pgl-ddl-deploy (= 2.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-11-pgl-ddl-deploy-dbgsym_2.2.0-1.pgdg+1_arm64.deb
Size: 18156
SHA256: 18854b94a530ffac5dd921d9966e6f554199458c1c66b5ce086bf4e52123a691
SHA1: 0db73a6f0487c029c34628cc434b724c20dfb021
MD5sum: 25f56f35b5826ca7ee173ae3b405a217
Description: debug symbols for postgresql-11-pgl-ddl-deploy
Build-Ids: bfca6440c8e6e4d54334cadbccbe9c73ff04d865 cfd012c78f74dc1385e5c79279eb31b96635214d
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-11-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-11-pg-wait-sampling_1.1.5-1.pgdg+1_arm64.deb
Size: 40596
SHA256: 3354d47caac9e08e49cae18a4d85a8eb9633ca74c56ae70eb2aa52454592978f
SHA1: 73127a0ba63eb0152d7893e6602b663b11dcfff0
MD5sum: f5e751774a6f4e6c8e2a3dcc8534f011
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-11-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-11-pg-wait-sampling (= 1.1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-11-pg-wait-sampling-dbgsym_1.1.5-1.pgdg+1_arm64.deb
Size: 50860
SHA256: fe38373458a6b20f8299cab6ccd5462d1ba17730d293fa60e3c737930e58cdba
SHA1: f613f7a8d587dc2f8eb3cc9fcb47fb847e9a4aa1
MD5sum: ebb1cc13e0944debaa0ce71ab678b0e8
Description: debug symbols for postgresql-11-pg-wait-sampling
Build-Ids: 3ce09bb4ba8ac612812f79bab892d375f0a921f3
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-12-cron
Source: pg-cron
Version: 1.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 306
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-12-cron_1.6.2-1.pgdg+1_arm64.deb
Size: 105772
SHA256: 41a262f0ca3d74946e1093add3e81005a3392bf4abbae02c80a4974ee3c9148a
SHA1: ab9c81318a2721677f31d29cea164cb2ec036eb4
MD5sum: ca37b33059bdd149c35a3e3ea241988f
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-12-cron-dbgsym
Source: pg-cron
Version: 1.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: postgresql-12-cron (= 1.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-12-cron-dbgsym_1.6.2-1.pgdg+1_arm64.deb
Size: 103564
SHA256: d2e76dbf255d3241c583ba7cecc12851e249c3a699dbe91a870356288205f332
SHA1: f3ec3493fbc886f853c73cd7ded73b73c6085578
MD5sum: 40d5252bd49a286dbda11c7055d1ebbf
Description: debug symbols for postgresql-12-cron
Build-Ids: de9bfc88699b28636a68039e17247d3bf5da810f
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-12-jsquery
Source: jsquery
Version: 1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 356
Depends: postgresql-12, postgresql-12-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-12-jsquery_1.2-1.pgdg+1_arm64.deb
Size: 138196
SHA256: 08a0c616e214f0e1dbc27df1abdfcf5ee8b4cc3702a0499462a8c624eeb4e02b
SHA1: 5a334212ddf24781b1078636e23c6aaf1643f5a8
MD5sum: d5dbb81da67ba299b6b9d769790cc25c
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-12-jsquery-dbgsym
Source: jsquery
Version: 1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-12-jsquery (= 1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-12-jsquery-dbgsym_1.2-1.pgdg+1_arm64.deb
Size: 95108
SHA256: 9dfb034f5f0cfa5bdc9388d0b76fcc911841ded3ea128a84900c5bc5e31e4595
SHA1: 8275887a16a2e2e64e2bf49a503316d9c57370aa
MD5sum: 2c126a85ef7e5216d9fd3a3222ae0e0b
Description: debug symbols for postgresql-12-jsquery
Build-Ids: f2c26004f6a275f7e86c71ffb24dbcefa68ff2b8
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-12-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1871
Depends: postgresql-12, libc6 (>= 2.17), postgresql-12-jit-llvm (>= 14)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-12-pgl-ddl-deploy_2.2.0-1.pgdg+1_arm64.deb
Size: 40372
SHA256: a4f787ecb5630eae12655e20d64f3951825ae1ae3fda244916b7b7d2acf414ae
SHA1: 3a2ad86f2412da6880acd98eca5bfd33cda7380d
MD5sum: 3556e90d4fa429b8e73e39c94e47e85a
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 12.
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-12-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-12-pgl-ddl-deploy (= 2.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-12-pgl-ddl-deploy-dbgsym_2.2.0-1.pgdg+1_arm64.deb
Size: 18240
SHA256: cf8c76f504a1151f41cddba57822d4140136b94521b7376a50985e7692974cf0
SHA1: 6d72322cd385b52b6ddf309494ef5af1f2680669
MD5sum: 3f0ff9b82f61b4363c3a6d9774f146b5
Description: debug symbols for postgresql-12-pgl-ddl-deploy
Build-Ids: 7d801adb3e78033cd7eda81e59ebe654ccf2bd03 af0819c7bdad2d95f72cc8810893808592e63860
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-12-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 137
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 14)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-12-pg-wait-sampling_1.1.5-1.pgdg+1_arm64.deb
Size: 40764
SHA256: 75c6922b15c4dd7814cebdb6dd40b58546f9311d616206ce62a97d340c1e1787
SHA1: 209052a88458fb86a948fc9dc406759b6f0fba76
MD5sum: 99bd11a7e363e1640797e75fbbb31889
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-12-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-12-pg-wait-sampling (= 1.1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-12-pg-wait-sampling-dbgsym_1.1.5-1.pgdg+1_arm64.deb
Size: 52344
SHA256: fe80495edf3d5b8e7e8a6c4464deb956a932c95d94ec3478ec209d521b11267c
SHA1: 24b1d2a1b317749c4d377aa8708388f34db3a946
MD5sum: fc852275bd5667922240d64cd22bb716
Description: debug symbols for postgresql-12-pg-wait-sampling
Build-Ids: 1459305253078bc5c0ee56b93d1cd5718fc00a3e
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-13-cron
Source: pg-cron
Version: 1.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 307
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-13-cron_1.6.2-1.pgdg+1_arm64.deb
Size: 106436
SHA256: d1d9dbd7a6602cdf780b7b4c6b54c73364ae8be15bdd0a1dc61d1d4809d13e6f
SHA1: f58783fc02362e025ad4e2b5d68858d23bdc3a23
MD5sum: 3039a9267b5e0e2ab58e7ea3f723d291
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-13-cron-dbgsym
Source: pg-cron
Version: 1.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-13-cron (= 1.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-13-cron-dbgsym_1.6.2-1.pgdg+1_arm64.deb
Size: 107692
SHA256: ffe33651dadba2bf35a8a37a6c5bc0f5a39d262e9382380b2fdc51ec9e42307d
SHA1: 3f126aa7a2c50f76a9683e07cad3304d16d55fa4
MD5sum: 08d247e08fd749ebc5b544296545ba5d
Description: debug symbols for postgresql-13-cron
Build-Ids: 02fc2911e7c4bb829a3f464e6e7ef2d967653deb
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-13-jsquery
Source: jsquery
Version: 1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 357
Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-13-jsquery_1.2-1.pgdg+1_arm64.deb
Size: 138652
SHA256: ed28d61ebf3ea1c3ee90777beb13643a49e5978abd174ce9ad7299b6557cdf08
SHA1: e13722b9d4958107bfdf8218bdc90062dc21a4f5
MD5sum: acbf1bb8fdfab88973841606e77a997a
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-13-jsquery-dbgsym
Source: jsquery
Version: 1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-13-jsquery (= 1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-13-jsquery-dbgsym_1.2-1.pgdg+1_arm64.deb
Size: 97372
SHA256: b67fe819a4a72b70f40d4e006e200a3952adae87a77e8ea4425c13297eb6459a
SHA1: 31f98bb5d8ead994b1b67913916f4b3e4f5df95f
MD5sum: 1e815232e9c7be2c93a5659e84746a5e
Description: debug symbols for postgresql-13-jsquery
Build-Ids: 63173572a38b93518e1f0b23c56c2fff61d99b95
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-13-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1871
Depends: postgresql-13, libc6 (>= 2.17), postgresql-13-jit-llvm (>= 14)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-13-pgl-ddl-deploy_2.2.0-1.pgdg+1_arm64.deb
Size: 40644
SHA256: ba598a64bca5c9757f061613e1441164dc16feaa99d18f0d4c0ac6e4a663e587
SHA1: 430b883bfde6252dc7dc595644fd344119495c96
MD5sum: f25ae22c66e45674d1138c4cae1e6384
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 13.
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-13-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-13-pgl-ddl-deploy (= 2.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-13-pgl-ddl-deploy-dbgsym_2.2.0-1.pgdg+1_arm64.deb
Size: 18276
SHA256: 301895502484896e70fbaf7700c8829eb01cbcf1f0166b1245074f0f587d650f
SHA1: 2e656c5458f9540b36dddece309e92f622d39f33
MD5sum: da65414c59da0e9ec5050b176c3c98b6
Description: debug symbols for postgresql-13-pgl-ddl-deploy
Build-Ids: 5d3dc2f06f690e4a739369e5f2bd904f6e37c3ee 969757a3d4cc3e12b65525e693101b6ff5b9c923
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-13-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 14)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-13-pg-wait-sampling_1.1.5-1.pgdg+1_arm64.deb
Size: 40448
SHA256: b10551c6456c7110040baa1b3577703e855deac74389c0f0bddb53ef9d9ac179
SHA1: ca8fc384f677f56b19a944a43a7f6cd6f64bed96
MD5sum: 835a47d7cceef754fc9ecf287d4d7938
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-13-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-13-pg-wait-sampling (= 1.1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-13-pg-wait-sampling-dbgsym_1.1.5-1.pgdg+1_arm64.deb
Size: 50368
SHA256: fe8656c73e98965c2bff7691f8343bc7a24dbdd870db6feadfd7a2fa55ca81fe
SHA1: 841ca89123fd6338d26fd5113c7df89ee662b2c4
MD5sum: 7e71ae448714ecef018f1083fdbcbbd7
Description: debug symbols for postgresql-13-pg-wait-sampling
Build-Ids: 23511029ce3319d99b0df721d9c0b0fe7961b8c4
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-14-cron
Source: pg-cron
Version: 1.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 308
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-14-cron_1.6.2-1.pgdg+1_arm64.deb
Size: 107368
SHA256: ba7d79cb4b923b0a41ffaad47ce87a0fa9a328aba65de9cd5c41e971b7f46b0b
SHA1: dd543ce45aef5ce26c0fcd9b27c5eb9f2e933b05
MD5sum: 14cb20eb92c78ade4131f7d7fa9f6c16
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-14-cron-dbgsym
Source: pg-cron
Version: 1.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-14-cron (= 1.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-14-cron-dbgsym_1.6.2-1.pgdg+1_arm64.deb
Size: 110292
SHA256: 4e0e74621e215d1ed665ed337a6e9ba356c31f787b494423b419b82c9fe7e1fb
SHA1: c37dcd3ceb809a84bbf1a3b7e278067eb3e5dbbb
MD5sum: 157cb3a1d316767bcd9d08b724bac14d
Description: debug symbols for postgresql-14-cron
Build-Ids: a6bbe293943fd8940ec6b1ac59c9a7a68ef574fe
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-14-jsquery
Source: jsquery
Version: 1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 360
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-14-jsquery_1.2-1.pgdg+1_arm64.deb
Size: 139040
SHA256: 5105567afc09d097470a6d4e06a835639e9541445763fe5bb6b37ba317258337
SHA1: 9061c1f4d8609c9306e75cc0c2f1c2cdf4f2d481
MD5sum: ba116d2839b23c45616a67393d78bfef
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-14-jsquery-dbgsym
Source: jsquery
Version: 1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-14-jsquery (= 1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-14-jsquery-dbgsym_1.2-1.pgdg+1_arm64.deb
Size: 97416
SHA256: d592a6945ee892998d68c2b1f36413d00b36d740d5f9a378a6bfae9a03c945f1
SHA1: 8ef3062ed418970887828574f0dd5548159448fb
MD5sum: cba09ea46a520f1905e9cbe803f92fd3
Description: debug symbols for postgresql-14-jsquery
Build-Ids: 90869785de4ecd21f9959fecde30565b652778d0
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-14-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1871
Depends: postgresql-14, libc6 (>= 2.17), postgresql-14-jit-llvm (>= 14)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-14-pgl-ddl-deploy_2.2.0-1.pgdg+1_arm64.deb
Size: 40724
SHA256: 6ff9abb32c78131f167c4f07a5d0a96d0fd64f6ebc59d30e4ab4a432c9403041
SHA1: ad50a2d352754131670636c4cc9425215a6aef4b
MD5sum: be4055b5585d64773f716abf29cbe063
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 14.
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-14-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-14-pgl-ddl-deploy (= 2.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-14-pgl-ddl-deploy-dbgsym_2.2.0-1.pgdg+1_arm64.deb
Size: 18416
SHA256: 339e0dfc2168329d967cbc983dc878a561af0c3d1045c641e22d058602366f1b
SHA1: f49a26aaa9e6171fd48c2a1c4fbd92176ed1cadc
MD5sum: a82c532a971a3fa2c3b13606010f3275
Description: debug symbols for postgresql-14-pgl-ddl-deploy
Build-Ids: 3921992c95a1781c174369a2d6c19f5d1c94f366 60fc2473ade9dc14a13a00ff893f1284f1a12344
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-14-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 137
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 14)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-14-pg-wait-sampling_1.1.5-1.pgdg+1_arm64.deb
Size: 40668
SHA256: b23ea2e41db23ca64f9285988fd30d4bd179e53495fc12cc05c13e1ce1117c11
SHA1: ea5dca2e9de4e07b7bad854ed1022fd64f7cc1a3
MD5sum: c0a0d2da302913b5423245897887fb3c
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-14-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-14-pg-wait-sampling (= 1.1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-14-pg-wait-sampling-dbgsym_1.1.5-1.pgdg+1_arm64.deb
Size: 51332
SHA256: adca888a0e2f90bfaebcbba0a3d70ae40948642c3e5e7f830f132eadd3f20446
SHA1: bd7ee543f123642cc1daa2232d0f313af45b0337
MD5sum: c113b07a1b44fc646eb65824fd5d640a
Description: debug symbols for postgresql-14-pg-wait-sampling
Build-Ids: 58be9e29c3fd0579acae7c9066e43d6f30bbe6f0
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-15-cron
Source: pg-cron
Version: 1.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 304
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-15-cron_1.6.2-1.pgdg+1_arm64.deb
Size: 104396
SHA256: c0e46e483a63375a0d561c24982e8f20791952fcf162c9e834f340952b8c95d7
SHA1: d324ff835e980b1808570c686a5079fb5af902a3
MD5sum: d2ceee70db66793abe05eeed48ed12f9
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-15-cron-dbgsym
Source: pg-cron
Version: 1.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: postgresql-15-cron (= 1.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-15-cron-dbgsym_1.6.2-1.pgdg+1_arm64.deb
Size: 114004
SHA256: d0e24625e0173bf6ba1472a16dd2eff6266943bdfb87b999bfe708bf4014db0f
SHA1: 1cfe491e81a64bbfb6a9744c67c6265c6c283354
MD5sum: 67911d943822562a0347d803d21b5b65
Description: debug symbols for postgresql-15-cron
Build-Ids: 921fd069b0fec814f9cdd2621667e73465d1a116
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-15-jsquery
Source: jsquery
Version: 1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 360
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-15-jsquery_1.2-1.pgdg+1_arm64.deb
Size: 139332
SHA256: e76a17181a1c06bb9427a1514cbf41392db1c860cffe335bd47d630812985864
SHA1: b3bd7582c46cbd2c665971c430831ea926f42d55
MD5sum: 4471f911637d3851d8ca8b6c5894cfa7
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-15-jsquery-dbgsym
Source: jsquery
Version: 1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-15-jsquery (= 1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-15-jsquery-dbgsym_1.2-1.pgdg+1_arm64.deb
Size: 97592
SHA256: cf9c3b0af32a28a76fbd2e90a52c1e84f0aa9ce597b1fa619b855072ae4d1b28
SHA1: 6710fbd5443aba130b536860a51dfdbcf86effd9
MD5sum: f37f3e6e0ef7694c2fb072c8389cf1cd
Description: debug symbols for postgresql-15-jsquery
Build-Ids: 97d0741501f75421c01d5a818c6943b8e04d7114
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-15-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1871
Depends: postgresql-15, libc6 (>= 2.17), postgresql-15-jit-llvm (>= 15)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-15-pgl-ddl-deploy_2.2.0-1.pgdg+1_arm64.deb
Size: 40732
SHA256: c358bc940c1a410ab500aac4ae6f5f2e3e7ef328c41fb499d005eb8bfe5f4e3c
SHA1: f43f6c95e0e9ec5353559506fbb723579eb2169a
MD5sum: f7b9a81f460f66f85646757e340cdffb
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 15.
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-15-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-15-pgl-ddl-deploy (= 2.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-15-pgl-ddl-deploy-dbgsym_2.2.0-1.pgdg+1_arm64.deb
Size: 18540
SHA256: 310e6b11a784ce4bca6f2f0ddb09f7d2b267fa18454481f058085a81d1302f5d
SHA1: ef3faf079d6aa0e0111c438f4ed2c7a712004bc7
MD5sum: d037ce6adf9a47756f95ce73b8e99bcf
Description: debug symbols for postgresql-15-pgl-ddl-deploy
Build-Ids: 9e194a8006205ffb66af65d1855bea382467a9a6 d59bcb3b72ecaf42cee7f887968e0c332a9333f3
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-15-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 137
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 15)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-15-pg-wait-sampling_1.1.5-1.pgdg+1_arm64.deb
Size: 40940
SHA256: 107ad857f0dbd9cb81affcdedbeb18a6629be403841fe574384abef2a5ca4a10
SHA1: b19c378c925c96491eb7914779b75f7883e3792c
MD5sum: 0e59ef3bccb816539e757c9251328668
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-15-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-15-pg-wait-sampling (= 1.1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-15-pg-wait-sampling-dbgsym_1.1.5-1.pgdg+1_arm64.deb
Size: 51880
SHA256: 9edf106492ed8d630137df897c50a058ed232e70c96faa28741140d48f900e58
SHA1: ce89b41dcaa385478ab7e0681142d476a28c03f2
MD5sum: 759eb8415400d96d7e882fc16e4ae9f7
Description: debug symbols for postgresql-15-pg-wait-sampling
Build-Ids: a590335050c80cc754ff3f6b599245f95552aaae
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-16-cron
Source: pg-cron
Version: 1.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 240
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.17), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-16-cron_1.6.2-1.pgdg+1_arm64.deb
Size: 103704
SHA256: 8e518993a7a704924b8094ae73edb3f195e70546ff568a15118f59cbbe579f3b
SHA1: 3b984fa19e848f7ebb42b29dc28af89196d01d9e
MD5sum: 5100080a290dd698eb22600d1c4641f9
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-16-cron-dbgsym
Source: pg-cron
Version: 1.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-16-cron (= 1.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-16-cron-dbgsym_1.6.2-1.pgdg+1_arm64.deb
Size: 121688
SHA256: 734b30b7ab8efddc3aa8f3be8c5e910c92e0996b9f2d50f3a31882b247da4c58
SHA1: 26ce5715be8f74ee7ce44809982fe4ad30ef878e
MD5sum: c84432409150b36c94b71e795c5787f3
Description: debug symbols for postgresql-16-cron
Build-Ids: 2717a62171bca0e761124bf15a164c61d379ba83
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-16-jsquery
Source: jsquery
Version: 1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 358
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-16-jsquery_1.2-1.pgdg+1_arm64.deb
Size: 137104
SHA256: 35c5398bde5b9bac7fd56a2cd016f1f2a9d04efe50f493289c79c276933a081a
SHA1: b500c0a9bea87f947adc7f67e3ad6f1119752e0d
MD5sum: dfa5c2d3f3290af243126dce861f1094
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-16-jsquery-dbgsym
Source: jsquery
Version: 1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 126
Depends: postgresql-16-jsquery (= 1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-16-jsquery-dbgsym_1.2-1.pgdg+1_arm64.deb
Size: 106264
SHA256: 6d4f3d6dbb84bf26834c66bd21ddd6eb7439f96b8c62e3b378031b60bed8ecf5
SHA1: 5421f3ee3d63eac48ef9d3f16a68ef6cc1ba8c41
MD5sum: 3eafce101a6fdd6e0fe4f141b5457e5d
Description: debug symbols for postgresql-16-jsquery
Build-Ids: bb6a227b9da549e9c54f5adeaa9eead7cb19f966
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-16-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1872
Depends: postgresql-16, libc6 (>= 2.17), postgresql-16-jit-llvm (>= 15)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-16-pgl-ddl-deploy_2.2.0-1.pgdg+1_arm64.deb
Size: 41052
SHA256: ba895cd37c4f69adad075f4c93c1f0a0c761bf23337d45277f3bf95b7e6862f2
SHA1: 7dccae6b65933ef3528a082db5c3cabab29678b5
MD5sum: dd458aefd8be70184ffdb7c988e27f6c
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 16.
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-16-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-16-pgl-ddl-deploy (= 2.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-16-pgl-ddl-deploy-dbgsym_2.2.0-1.pgdg+1_arm64.deb
Size: 19244
SHA256: da89c9b0be8f98978c421106934e68b6c5e71ef7180db50599c56462770082ec
SHA1: 603f8c2d22ad2b56655f82eebb39c927bb4131cb
MD5sum: 801a42d3a28487e9f3697ed2eda80b0e
Description: debug symbols for postgresql-16-pgl-ddl-deploy
Build-Ids: 12636ebf40d0d5f2b9acfe31dd8ec0084b550f05 1a3412b2187e27151a281030a6ec57880d0ab55d
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-16-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 137
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 15)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-16-pg-wait-sampling_1.1.5-1.pgdg+1_arm64.deb
Size: 40640
SHA256: 36764eab22099204553ef82d06aeae68159336d9e78c3c27d071e6cef193b3e0
SHA1: ff16869f702a21f54c2afe4d1ae27e3c7cc236aa
MD5sum: bd6a9d3bcdf22de40324b729b1e951a0
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2023-10-24 12:39:39+00

Package: postgresql-16-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-16-pg-wait-sampling (= 1.1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-16-pg-wait-sampling-dbgsym_1.1.5-1.pgdg+1_arm64.deb
Size: 53372
SHA256: 3a4d07d0c2ef1fa59b498681471082d787b11601ad3a41d7ea7753a44bf41224
SHA1: 7023b8525d1ebd85a98065c686b1a2aa8020d05a
MD5sum: 6f5ddefbb02b178cde6c751b83f6258d
Description: debug symbols for postgresql-16-pg-wait-sampling
Build-Ids: a98c9246135582e1119d57558ce31bbd093f67f6
Timestamp: 2023-10-24 12:39:39+00

Package: python3-pglast
Source: pglast
Version: 5.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1194
Depends: python3 (<< 3.12), python3 (>= 3.11~), python3-pkg-resources, python3:any, libc6 (>= 2.17), libpg-query1504.1
Suggests: python-pglast-doc
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: python
Filename: pool/main/p/pglast/python3-pglast_5.5-1.pgdg+1_arm64.deb
Size: 253908
SHA256: 37b1d52b3a004e0f0ca429f10add15a554b0aaf8d1400b507cbcbeeb30599375
SHA1: f967e67456f834b261f01beb3e5942f57ed2a955
MD5sum: 1d48e91053f21d2b55ca8d59b8242e0b
Description: PostgreSQL Languages AST and statements prettifier (Python 3)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This package installs the library for Python 3.
Timestamp: 2023-10-24 12:39:39+00

Package: python3-pglast-dbgsym
Source: pglast
Version: 5.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1487
Depends: python3-pglast (= 5.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglast/python3-pglast-dbgsym_5.5-1.pgdg+1_arm64.deb
Size: 1420180
SHA256: 07696c6f71195386a3a8f4282f3a2bb5102b28b4c91871316dde2ff144a8bfff
SHA1: dd1471f20136898a9365b4f6a651795e302f1851
MD5sum: a6baabbbae7b877d1c1514c4da9a665a
Description: debug symbols for python3-pglast
Build-Ids: 1ec23d227d822c3f62a48407f939927a970502f9
Timestamp: 2023-10-24 12:39:39+00

Package: python-pglast-doc
Source: pglast
Version: 5.5-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3724
Depends: libjs-sphinxdoc (>= 5.2)
Multi-Arch: foreign
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: doc
Filename: pool/main/p/pglast/python-pglast-doc_5.5-1.pgdg+1_all.deb
Size: 272544
SHA256: 2e0ca5ed950e8ae41e6bb344e1c5c115a117b1588b679e3987a7acd30001beb7
SHA1: 261ffc904badf816b5207f92fa9db88e78de863d
MD5sum: eb27defa67ef5336a18364a2442931f9
Description: PostgreSQL Languages AST and statements prettifier (common documentation)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This is the common documentation package.
Timestamp: 2023-10-24 12:39:39+00

Package: vip-manager
Version: 1.0.2-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6634
Depends: libc6 (>= 2.34)
Enhances: patroni
Built-Using: etcd (= 3.4.23-4), golang-1.21 (= 1.21.3-1), golang-fsnotify (= 1.6.0-2), golang-github-coreos-semver (= 0.3.0-1), golang-github-hashicorp-hcl (= 1.0.0-1.1), golang-github-josharian-native (= 1.1.0-1), golang-github-json-iterator-go (= 1.1.12-1), golang-github-magiconair-properties (= 1.8.7-1), golang-github-mdlayher-arp (= 0.0~git20220512.6706a29-1), golang-github-mdlayher-ethernet (= 0.0~git20220221.529eae5-1), golang-github-mdlayher-packet (= 1.1.2-2), golang-github-mdlayher-socket (= 0.5.0-1), golang-github-mitchellh-mapstructure (= 1.5.0-2), golang-github-modern-go-concurrent (= 1.0.3-1.1), golang-github-modern-go-reflect2 (= 1.0.2-2), golang-github-pelletier-go-toml.v2 (= 2.1.0-1), golang-github-spf13-afero (= 1.9.5-1), golang-github-spf13-cast (= 1.5.1-1), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-2), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-github-spf13-viper (= 1.12.0-1), golang-github-subosito-gotenv (= 1.3.0-1), golang-golang-x-net (= 1:0.15.0-2), golang-golang-x-sync (= 0.3.0-1), golang-golang-x-sys (= 0.12.0-1), golang-golang-x-text (= 0.13.0-1), golang-gopkg-ini.v1 (= 1.67.0-1), golang-gopkg-yaml.v3 (= 3.0.1-3)
Homepage: https://github.com/cybertec-postgresql/vip-manager
Priority: optional
Section: net
Filename: pool/main/v/vip-manager/vip-manager_1.0.2-8.pgdg+1_arm64.deb
Size: 2027916
SHA256: 6440048249f346b47fb27d7b6db29712810d2c43cac6700775e76658e6a14488
SHA1: e81b19c0422cbb8a11eb1bcd7322968b233bad7b
MD5sum: 5dd0468a4e59ebf6998e5e01550d036f
Description: Patroni virtual IP manager
 This package needs to be installed and configured on all nodes of a Patroni
 PostgreSQL cluster. Given a Patroni namespace and scope in etcd or consul,
 the vip-manager service monitors that namespace for leader changes due to
 failovers or switchovers and adds or removes the VIP on the local node
 accordingly.
Timestamp: 2023-10-24 12:39:39+00

Package: vip-manager-dbgsym
Source: vip-manager
Version: 1.0.2-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2874
Depends: vip-manager (= 1.0.2-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/v/vip-manager/vip-manager-dbgsym_1.0.2-8.pgdg+1_arm64.deb
Size: 2376804
SHA256: be5cc585229bed28c4838151278dbc7719ca90c4b18fbba3c665eed9467b7c24
SHA1: 34b44c584eff5e72201a7aff657f54699060b51f
MD5sum: 39d4378e506cdf33b7c4dd90d0a963b7
Description: debug symbols for vip-manager
Build-Ids: 7506bd18dcc58300bcaf6bd8e972e2447f45b1da
Timestamp: 2023-10-24 12:39:39+00

Package: libh3-1
Source: libh3
Version: 4.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 185
Depends: libc6 (>= 2.29)
Multi-Arch: same
Homepage: https://h3geo.org/
Priority: optional
Section: database
Filename: pool/main/libh/libh3/libh3-1_4.1.0-1.pgdg+1_arm64.deb
Size: 59120
SHA256: de9b20d457742c3fd7e48b05e1925ed798c41a14cb130a417a97c0bda5ba3fbc
SHA1: e1df3348cbc7a1bc520618baad49216746163e05
MD5sum: 83da46de8d313c5a54a9a3c91702ff9d
Description: Hexagonal hierarchical geospatial indexing system - library
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the shared library.
Timestamp: 2023-11-05 15:07:40+00

Package: libh3-1-dbgsym
Source: libh3
Version: 4.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libh3-1 (= 4.1.0-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libh/libh3/libh3-1-dbgsym_4.1.0-1.pgdg+1_arm64.deb
Size: 81504
SHA256: 661c1948d7cf570c509b0514b165c33523512bc58d710af726d57732211d8369
SHA1: ac8aa54661f5ec771f066b83194852c5d0a9d175
MD5sum: 7d4345a7a461883a71ce22b20337fbe7
Description: debug symbols for libh3-1
Build-Ids: 2674177cd427a1ac6dab42ef446e0f461115e685
Timestamp: 2023-11-05 15:07:40+00

Package: libh3-bin
Source: libh3
Version: 4.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 858
Depends: libh3-1 (= 4.1.0-1.pgdg+1), libc6 (>= 2.34)
Multi-Arch: foreign
Homepage: https://h3geo.org/
Priority: optional
Section: database
Filename: pool/main/libh/libh3/libh3-bin_4.1.0-1.pgdg+1_arm64.deb
Size: 47976
SHA256: f4fcb542d7e60f14764732b616399b39bbce3da8e1d2abe9eb1fce2b2fd07aa4
SHA1: 59e1bf88445f1f27b346090e110270ba049cb0c5
MD5sum: 7f7366ebee1eb467feeefa6c787958f7
Description: Hexagonal hierarchical geospatial indexing system - CLI programs
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains CLI front-end programs.
Timestamp: 2023-11-05 15:07:40+00

Package: libh3-bin-dbgsym
Source: libh3
Version: 4.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 337
Depends: libh3-bin (= 4.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/libh/libh3/libh3-bin-dbgsym_4.1.0-1.pgdg+1_arm64.deb
Size: 204468
SHA256: bebc703bdd0b29028d950fc5c7a6f5a79642ebb7e915c732ade6637044a753c7
SHA1: a0cc68859e6ebdfa102d8711cd39f8a3ec528223
MD5sum: a05c24e9d56dffa48ff7d99d09b4facc
Description: debug symbols for libh3-bin
Build-Ids: 0f26d4aeb110944c41bcef8f3b3e155d42bec01f 4c760c7c757f01815c6d4ddfc58f33abe2cc715a 7c40f840214e3b19b21963cccf5fb6fb149196b8 871cebea5eb407327ac4569ed11a305f6b63a5fb a12954d72686343d6c522821ed702ee08d8a4c2d b14a03e7e6d6f16ca276052210912adb2fa7fc76 ca55a07c379cadcf48ca29f74fee047ba4924335 d2f9f4fd6d4670642867b2e586ab1e96ff4722ce db3da1ce44021e363b2b36ffaf4766c61b997d84 e3e6b53d0915b6cf360d34b8dd6b9928a2ddea1c edc288ab6fbf432a2a21abc9c50596b669797b90 f3b3149526c140dd00939d3c7eb9965bf0f7dc6f
Timestamp: 2023-11-05 15:07:40+00

Package: libh3-dev
Source: libh3
Version: 4.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: libh3-1 (= 4.1.0-1.pgdg+1)
Homepage: https://h3geo.org/
Priority: optional
Section: database
Filename: pool/main/libh/libh3/libh3-dev_4.1.0-1.pgdg+1_arm64.deb
Size: 26368
SHA256: 2213a61f9061a0be5073ba5f2b19faa44513ef240c8ee8d1deabaecd59dd9783
SHA1: f579265a66a002be7338678f7697e0356defa0d6
MD5sum: 45ec8119b49b11f83da2c392ba84b32e
Description: Hexagonal hierarchical geospatial indexing system - header files
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the development headers.
Timestamp: 2023-11-05 15:07:40+00

Package: pg-activity
Version: 3.4.2-1.pgdg+1
Architecture: all
Maintainer: Emmanuel Bouthenot <kolter@debian.org>
Installed-Size: 279
Depends: python3-attr, python3-blessed, python3-humanize, python3-importlib-metadata | python3-supported-min (>= 3.8), python3-psutil, python3:any, python3-psycopg2
Homepage: https://github.com/julmon/pg_activity
Priority: optional
Section: utils
Filename: pool/main/p/pg-activity/pg-activity_3.4.2-1.pgdg+1_all.deb
Size: 59160
SHA256: be552a80b835f885b3374c56af8b9230e99be3794d0840978a3e424b4ba69372
SHA1: 3a0cc6c13b52bb50bc8f1a75ee746104ef3192b3
MD5sum: 12781460e5098a7b93d3a18be274696e
Description: Realtime PostgreSQL database server monitoring tool
 PgActivity is a curses-based realtime utility to display information from a
 running PostgreSQL database server.
 .
 It is modelled after the standard 'top' utility, and displays information such
 as:
   - the running, waiting and blocking queries
   - cpu, memory and i/o usage of each query
   - the queries execution time
 .
 It also provides interactive commands to sort, filter, scroll and extend the
 queries list displayed.
Timestamp: 2023-11-05 15:07:40+00

Package: pgloader
Version: 3.6.10-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 27640
Depends: freetds-dev, libc6 (>= 2.34), libzstd1 (>= 1.5.5), libsqlite3-0, libssl3
Homepage: https://github.com/dimitri/pgloader
Priority: optional
Section: database
Filename: pool/main/p/pgloader/pgloader_3.6.10-1.pgdg+1_arm64.deb
Size: 25612976
SHA256: 455f42121aa4acb5d00580feb8a79cf83cb4b0c10f1eb0f961ea2a762949ffdf
SHA1: 5c4518e7042ef89ac6eb32a14ce32d551232bb12
MD5sum: 599282919f27638a27b71e0ce5246508
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.
Timestamp: 2023-11-05 15:07:40+00

Package: pg-statviz
Version: 0.6-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 429
Depends: fonts-noto-core, fonts-noto-extra, python3:any
Recommends: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/pg-statviz_0.6-1.pgdg+1_all.deb
Size: 310884
SHA256: f697cf70a82fb1a9880c667209964c116e346bd79452f21f92257a2530e4f666
SHA1: 4b53179a0842139f26d21c08813e9832107efda0
MD5sum: ee7cced9899ea4f7748144fcb77e726b
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the pg_statviz utility.
Timestamp: 2023-11-05 15:07:40+00

Package: postgresql-10-statviz
Source: pg-statviz
Version: 0.6-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: python3-argh, python3-dateutil, python3-matplotlib, python3-numpy, python3-psycopg2, postgresql-10
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-10-statviz_0.6-1.pgdg+1_all.deb
Size: 8208
SHA256: 5dd9db9cdb68b53074e75a6ed4e82b7a7e6ef933fd9a57912f495b3d9bda96e2
SHA1: 2e2cc24b281bbbc9f723701b8876598917d6226f
MD5sum: d16ccb4733b37219bcd890f4027ff7ea
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2023-11-05 15:07:40+00

Package: postgresql-11-statviz
Source: pg-statviz
Version: 0.6-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: python3-argh, python3-dateutil, python3-matplotlib, python3-numpy, python3-psycopg2, postgresql-11
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-11-statviz_0.6-1.pgdg+1_all.deb
Size: 8208
SHA256: 6cd16dca25961e9026d454386027593817f44fe7499b7d6272c66da7dd61a892
SHA1: 09349505b5c0482e76d88534225d9e0da7cb0f48
MD5sum: f908a4dc9c4a7132aff22517c54bc2ca
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2023-11-05 15:07:40+00

Package: postgresql-12-age
Version: 1.4.0~rc0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1949
Depends: postgresql-12, postgresql-12-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/apache/age
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12-age/postgresql-12-age_1.4.0~rc0-1.pgdg+1_arm64.deb
Size: 733892
SHA256: 2318602763854c431bdbf6f38c25978c8b79542e023dd0de021868a1f4b451a3
SHA1: 5cdaad05dc076de024395b470bff8dd694a5aa8c
MD5sum: 08f20f06c13f6f652b81aef938ff47e2
Description: Graph database optimized for fast analysis and real-time data processing
 Apache AGE is an extension for PostgreSQL that enables users to leverage a
 graph database on top of the existing relational databases. AGE is an acronym
 for A Graph Extension and is inspired by Bitnine's AgensGraph, a multi-model
 database fork of PostgreSQL. The basic principle of the project is to create a
 single storage that handles both the relational and graph data model so that
 the users can use the standard ANSI SQL along with openCypher, one of the most
 popular graph query languages today.
 .
 This package contains Apache AGE for PostgreSQL 12.
Timestamp: 2023-11-05 15:07:40+00

Package: postgresql-12-age-dbgsym
Source: postgresql-12-age
Version: 1.4.0~rc0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 630
Depends: postgresql-12-age (= 1.4.0~rc0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12-age/postgresql-12-age-dbgsym_1.4.0~rc0-1.pgdg+1_arm64.deb
Size: 568744
SHA256: 50e03459b9ea17f91bbe5c005ea09d70c00f6e3df3c262b8c266e6b8baa2f7fb
SHA1: f4f70a061ac41c1dd5c7fb13589aad684a78839c
MD5sum: d51346e083327a66ee70f9b44bdc5d16
Description: debug symbols for postgresql-12-age
Build-Ids: 11e38cbb85cfc917dff0da217f6fb50530545397
Timestamp: 2023-11-05 15:07:40+00

Package: postgresql-12-h3
Source: h3-pg
Version: 4.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 376
Depends: postgresql-12, libc6 (>= 2.17), libh3-1 (>= 4.1.0)
Homepage: https://github.com/zachasme/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-12-h3_4.1.3-1.pgdg+1_arm64.deb
Size: 47248
SHA256: df10c7f5988aa7f1787615806869c0b680a46cdb9e7626d50659b6f0a923f11f
SHA1: fccf7346e82fda22470538793d2ee9952d3e3701
MD5sum: 6ffde03cdbeded701862202a5d3a10de
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 12 extension.
Timestamp: 2023-11-05 15:07:40+00

Package: postgresql-12-h3-dbgsym
Source: h3-pg
Version: 4.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: postgresql-12-h3 (= 4.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-12-h3-dbgsym_4.1.3-1.pgdg+1_arm64.deb
Size: 102772
SHA256: 6065c036937affe8623fbbe7786fbf1510a09eda3dbf670549be7c9f5f5c04d6
SHA1: b5915b98cf299d7bccd2301568e760af4d33f918
MD5sum: 0b1a7d2b4bfb39cd9e99c19966655622
Description: debug symbols for postgresql-12-h3
Build-Ids: 185f48bf161cc93f015db0338b78ae1ca433c2f7 74245a0aa378c8678d3c2ac64de3ed13a12b0f27
Timestamp: 2023-11-05 15:07:40+00

Package: postgresql-12-statviz
Source: pg-statviz
Version: 0.6-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: python3-argh, python3-dateutil, python3-matplotlib, python3-numpy, python3-psycopg2, postgresql-12
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-12-statviz_0.6-1.pgdg+1_all.deb
Size: 8208
SHA256: 088763ec2bddec677fcfb3947b269a2529d7f7267c90a1e50da81699dfa8f7fa
SHA1: 0349c91bb94b397333d6c933b1fa24e90c28e8a7
MD5sum: 84e0b46faf7af7778e555865527bde54
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2023-11-05 15:07:40+00

Package: postgresql-13-age
Version: 1.4.0~rc0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1954
Depends: postgresql-13, postgresql-13-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/apache/age
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13-age/postgresql-13-age_1.4.0~rc0-1.pgdg+1_arm64.deb
Size: 739220
SHA256: 9670741751a0c4ce996dcf12f0cf765dd37835b4893ee871318f4176ea9a46ec
SHA1: eae213ab229bc00bdcdd76781145f97dfaef78f8
MD5sum: 55faf42ac313b11309bb1b43a349ae33
Description: Graph database optimized for fast analysis and real-time data processing
 Apache AGE is an extension for PostgreSQL that enables users to leverage a
 graph database on top of the existing relational databases. AGE is an acronym
 for A Graph Extension and is inspired by Bitnine's AgensGraph, a multi-model
 database fork of PostgreSQL. The basic principle of the project is to create a
 single storage that handles both the relational and graph data model so that
 the users can use the standard ANSI SQL along with openCypher, one of the most
 popular graph query languages today.
 .
 This package contains Apache AGE for PostgreSQL 13.
Timestamp: 2023-11-05 15:07:40+00

Package: postgresql-13-age-dbgsym
Source: postgresql-13-age
Version: 1.4.0~rc0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 669
Depends: postgresql-13-age (= 1.4.0~rc0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13-age/postgresql-13-age-dbgsym_1.4.0~rc0-1.pgdg+1_arm64.deb
Size: 606536
SHA256: bf12e0de810f5323ff860eddf1ae810759878e779173cfb2cbfa00fea0d65d34
SHA1: 528fefab1dab53c33d2c2fad381f34c9f91cbdd3
MD5sum: f390e7810fbe7cde8b136740dc0e7f70
Description: debug symbols for postgresql-13-age
Build-Ids: 5667f7a36da969b1230fa2d87659ac076c99bd48
Timestamp: 2023-11-05 15:07:40+00

Package: postgresql-13-h3
Source: h3-pg
Version: 4.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 376
Depends: postgresql-13, libc6 (>= 2.17), libh3-1 (>= 4.1.0)
Homepage: https://github.com/zachasme/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-13-h3_4.1.3-1.pgdg+1_arm64.deb
Size: 47372
SHA256: 307c11c904352d666c7eea3f1a4171a8e72d1cd751efd2f6cd7ede432cd64758
SHA1: 9aa0b293df99bfbc73d8f0fb5e0c41310fd93871
MD5sum: 3e4fcbb8822b87229372cfca273a2299
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 13 extension.
Timestamp: 2023-11-05 15:07:40+00

Package: postgresql-13-h3-dbgsym
Source: h3-pg
Version: 4.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 163
Depends: postgresql-13-h3 (= 4.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-13-h3-dbgsym_4.1.3-1.pgdg+1_arm64.deb
Size: 98764
SHA256: ca7e123146d8e16b18030e3ec40bcbdbb362d371921e7ce1cc5d00e86a687832
SHA1: c666358d221d786d982cf84a50c9771dd3a19099
MD5sum: e9994994a0a8e348c2ec2d70f37933a1
Description: debug symbols for postgresql-13-h3
Build-Ids: 4aab17c9de04405b5bea15f9ecdeea9833e10b41 541181440e05e625666d96e118b6bda5c1e42232
Timestamp: 2023-11-05 15:07:40+00

Package: postgresql-13-statviz
Source: pg-statviz
Version: 0.6-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: python3-argh, python3-dateutil, python3-matplotlib, python3-numpy, python3-psycopg2, postgresql-13
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-13-statviz_0.6-1.pgdg+1_all.deb
Size: 8212
SHA256: 216e67e39df8fd234cf9430f7b02058ee773cd53c934697f4f9df6419c1ba846
SHA1: 8babdb2a558a86e4e89d7b0fc06d5fc9d4e6bec5
MD5sum: 272d5669a1e04e66b239507c565387d7
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2023-11-05 15:07:40+00

Package: postgresql-14-age
Version: 1.4.0~rc0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1973
Depends: postgresql-14, postgresql-14-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/apache/age
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14-age/postgresql-14-age_1.4.0~rc0-1.pgdg+1_arm64.deb
Size: 745676
SHA256: 5e9b7531152ee92d18b63f44f3927b22bcacd5f76e03fa56c5e5867ac2bf584a
SHA1: ec8be3f97f8b4d3dba0e007fe5f5be8861ccaebc
MD5sum: 3d9078b20891baaf715bf21a5b524864
Description: Graph database optimized for fast analysis and real-time data processing
 Apache AGE is an extension for PostgreSQL that enables users to leverage a
 graph database on top of the existing relational databases. AGE is an acronym
 for A Graph Extension and is inspired by Bitnine's AgensGraph, a multi-model
 database fork of PostgreSQL. The basic principle of the project is to create a
 single storage that handles both the relational and graph data model so that
 the users can use the standard ANSI SQL along with openCypher, one of the most
 popular graph query languages today.
 .
 This package contains Apache AGE for PostgreSQL 14.
Timestamp: 2023-11-05 15:07:40+00

Package: postgresql-14-age-dbgsym
Source: postgresql-14-age
Version: 1.4.0~rc0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 676
Depends: postgresql-14-age (= 1.4.0~rc0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14-age/postgresql-14-age-dbgsym_1.4.0~rc0-1.pgdg+1_arm64.deb
Size: 613044
SHA256: 95901a9c7d9bf513fe25457187e6844af987df5aee51ed5e7cee8db75066224f
SHA1: 6376637726cb6a9135db1d6b0735170b02f78660
MD5sum: 766b9ff150862ce87c26385b12ac1897
Description: debug symbols for postgresql-14-age
Build-Ids: f2c8ebad2fd1db1169378cc8bced2de4b472848a
Timestamp: 2023-11-05 15:07:40+00

Package: postgresql-14-h3
Source: h3-pg
Version: 4.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 376
Depends: postgresql-14, libc6 (>= 2.17), libh3-1 (>= 4.1.0)
Homepage: https://github.com/zachasme/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-14-h3_4.1.3-1.pgdg+1_arm64.deb
Size: 46992
SHA256: d39cf5bcfe051cacd48dc81bd59abd880c5ddfaaa4f743ab2ff8943fc0206b2f
SHA1: f50b349df3f236b3ab9433bbe43b7f3d59404faf
MD5sum: 9438758a046d17f177f10a2b81194a99
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 14 extension.
Timestamp: 2023-11-05 15:07:40+00

Package: postgresql-14-h3-dbgsym
Source: h3-pg
Version: 4.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: postgresql-14-h3 (= 4.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-14-h3-dbgsym_4.1.3-1.pgdg+1_arm64.deb
Size: 96300
SHA256: eb180d8d5cae8522ca63c6830c72aba25c0ca5706b26cd463a687943073c3577
SHA1: c90e16b8bfdc49aa5f101d6d242f2cc13d7ffa5b
MD5sum: aa2df475fd398ee7935f4b8a46f3cb74
Description: debug symbols for postgresql-14-h3
Build-Ids: 460b71b712057dda52f5b3c9f03c7acd8eeeca8e 50588b6f8e48c59edab2943a99b865cb55bf9aeb
Timestamp: 2023-11-05 15:07:40+00

Package: postgresql-14-statviz
Source: pg-statviz
Version: 0.6-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: python3-argh, python3-dateutil, python3-matplotlib, python3-numpy, python3-psycopg2, postgresql-14
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-14-statviz_0.6-1.pgdg+1_all.deb
Size: 8204
SHA256: aae08842a8a7678cd147469fa81b17658230a8ed80fde41a035ae999c0fa3917
SHA1: b66c8469db734a114c21a6763d7956bd6db7c144
MD5sum: 493ae2f701c57f9d48d131c7871ffd25
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2023-11-05 15:07:40+00

Package: postgresql-15-age
Version: 1.4.0~rc0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1968
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/apache/age
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15-age/postgresql-15-age_1.4.0~rc0-1.pgdg+1_arm64.deb
Size: 743972
SHA256: 35a661149f1933797d364952f33be0c56c81e7d4f1f7de3c02a48737b791a1a1
SHA1: 64528f5a02de3a346598f3b9aeba3c8e008aba16
MD5sum: 25fe19564b074f64473aa4332ca9633c
Description: Graph database optimized for fast analysis and real-time data processing
 Apache AGE is an extension for PostgreSQL that enables users to leverage a
 graph database on top of the existing relational databases. AGE is an acronym
 for A Graph Extension and is inspired by Bitnine's AgensGraph, a multi-model
 database fork of PostgreSQL. The basic principle of the project is to create a
 single storage that handles both the relational and graph data model so that
 the users can use the standard ANSI SQL along with openCypher, one of the most
 popular graph query languages today.
 .
 This package contains Apache AGE for PostgreSQL 15.
Timestamp: 2023-11-05 15:07:40+00

Package: postgresql-15-age-dbgsym
Source: postgresql-15-age
Version: 1.4.0~rc0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 668
Depends: postgresql-15-age (= 1.4.0~rc0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15-age/postgresql-15-age-dbgsym_1.4.0~rc0-1.pgdg+1_arm64.deb
Size: 605832
SHA256: 30a96e0288e3fb2050cc99e0654ab5d24251120601a8e1926eb36dcd007cdd88
SHA1: e24c8e7c73f6a8895d8a4b5e9babee821a929822
MD5sum: 1ebab5a9bd67fa227060ccb0409a80ff
Description: debug symbols for postgresql-15-age
Build-Ids: 24575565e942139e617fd99d5c7f5d3a43f6cfca
Timestamp: 2023-11-05 15:07:40+00

Package: postgresql-15-h3
Source: h3-pg
Version: 4.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 376
Depends: postgresql-15, libc6 (>= 2.17), libh3-1 (>= 4.1.0)
Homepage: https://github.com/zachasme/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-15-h3_4.1.3-1.pgdg+1_arm64.deb
Size: 47008
SHA256: 4084241e019ce8d1942bbec633856ff0dace8e6d207bc4d09c9bfeab2e11ea20
SHA1: 4f43befbf1105978366cd2f36f00253d816fac9f
MD5sum: 7878c6d28c4a416704107c0d97d87236
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 15 extension.
Timestamp: 2023-11-05 15:07:40+00

Package: postgresql-15-h3-dbgsym
Source: h3-pg
Version: 4.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: postgresql-15-h3 (= 4.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-15-h3-dbgsym_4.1.3-1.pgdg+1_arm64.deb
Size: 96704
SHA256: f1bf4513a5fbf9d92ea1c0d62bdb4ad0a24f717845e2c4055aff07e8c72038fa
SHA1: 53e193fea04bba0ec3b53529f7ed951e50d80fe7
MD5sum: 20dafec0f12992874a54aab09439b00b
Description: debug symbols for postgresql-15-h3
Build-Ids: c534774245226c15969cc94bcb44c391d47a0195 e82a244e856ead927d684c152388c942a7822b30
Timestamp: 2023-11-05 15:07:40+00

Package: postgresql-15-statviz
Source: pg-statviz
Version: 0.6-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: python3-argh, python3-dateutil, python3-matplotlib, python3-numpy, python3-psycopg2, postgresql-15
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-15-statviz_0.6-1.pgdg+1_all.deb
Size: 8208
SHA256: db9b865aec480148e261527b392aa6c0158fcf2936a65b1aa1417e18570bbc62
SHA1: 63161524d199356cfd269bf86ab5b21de7987877
MD5sum: 7b056f17e47fe35a5b33de815af31bed
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2023-11-05 15:07:40+00

Package: postgresql-16-h3
Source: h3-pg
Version: 4.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 376
Depends: postgresql-16, libc6 (>= 2.17), libh3-1 (>= 4.1.0)
Homepage: https://github.com/zachasme/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-16-h3_4.1.3-1.pgdg+1_arm64.deb
Size: 47068
SHA256: 2464bde7e7a5956982e3331963d9ab48106b5e3615dad099d38f9df1fc6c08b1
SHA1: 00f3efc4e46ad406c6ab3ee58ce17a2f9c9e816c
MD5sum: d13b4f24fa59b4a04df29e9b0abf0d18
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 16 extension.
Timestamp: 2023-11-05 15:07:40+00

Package: postgresql-16-h3-dbgsym
Source: h3-pg
Version: 4.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: postgresql-16-h3 (= 4.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-16-h3-dbgsym_4.1.3-1.pgdg+1_arm64.deb
Size: 101744
SHA256: 0ae1513bdb8ce02757561473f5535f84a703ff5508ed986cf858b3682eb02f12
SHA1: 1477b3c9b2a9791a352f0e303a69c5d1d08444ed
MD5sum: 4e4ac85e6aedc2561a1f8a5c79a54a79
Description: debug symbols for postgresql-16-h3
Build-Ids: c33495158c5989de03e200b2bc1c9bc6b7648bce d2e80c8aab965a53cc4b21e62deff93ef93c38d8
Timestamp: 2023-11-05 15:07:40+00

Package: postgresql-16-statviz
Source: pg-statviz
Version: 0.6-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: python3-argh, python3-dateutil, python3-matplotlib, python3-numpy, python3-psycopg2, postgresql-16
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-16-statviz_0.6-1.pgdg+1_all.deb
Size: 8200
SHA256: 9321b671a110dd9612cc85e1ab24cc12099c03e7a81b6b3713eebf0f700e9813
SHA1: e8bef077c12e2e21d32ee588ab12686140495ea5
MD5sum: 57bb8287b85c1b3340f65e770c1cc064
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2023-11-05 15:07:40+00

Package: libecpg-compat3
Source: postgresql-11
Version: 11.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg-compat3_11.22-1.pgdg+1_arm64.deb
Size: 21032
SHA256: e81d4b747b1285b5e028f6b3312722b215f71d81aca1e3f98208a26e055d9afa
SHA1: 0b3ad8bbad724a4d0b1bf652302b4d400df75c1a
MD5sum: e42bec80047c2f86ff7f9b2ad1b85e5a
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.
Timestamp: 2023-11-09 14:11:56+00

Package: libecpg-compat3-dbgsym
Source: postgresql-11
Version: 11.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 11.22-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-compat3-dbgsym_11.22-1.pgdg+1_arm64.deb
Size: 16744
SHA256: 9df37a0f6b1baf51809afa2f7e024b24ee3822cc5e7f6ee0b5cef39a678e1deb
SHA1: 8aa584c0937b2a64f73ba798d1e50e45eb7768fc
MD5sum: ce0b3b3943ad17f81397e2453b2c9dcb
Description: debug symbols for libecpg-compat3
Build-Ids: a7938496c28955e8ff2dcc80b0126787e8e4790e
Timestamp: 2023-11-09 14:11:56+00

Package: libecpg-dev
Source: postgresql-11
Version: 11.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1319
Depends: libecpg-compat3 (= 11.22-1.pgdg+1), libecpg6 (= 11.22-1.pgdg+1), libpgtypes3 (= 11.22-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libecpg-dev_11.22-1.pgdg+1_arm64.deb
Size: 229444
SHA256: 10595b3f69999b2de1a790e3894b14051d7751eb52dafd16b86163365407ae1c
SHA1: 769b5bc0beaa6b75add0eceea2d06ab9e9750bf0
MD5sum: 8aa2d694267482c515f5565f8823c56c
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).
Timestamp: 2023-11-09 14:11:56+00

Package: libecpg-dev-dbgsym
Source: postgresql-11
Version: 11.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 270
Depends: libecpg-dev (= 11.22-1.pgdg+1)
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-dev-dbgsym_11.22-1.pgdg+1_arm64.deb
Size: 233992
SHA256: 8fa1a24d5953b4eda22fdc372ed8a7eefe188abe56f2b928bd2c57c7f39a05a8
SHA1: 4ecf1d837a30853422a9ed043d7b0381e7b7464a
MD5sum: 9392057d6892329ab938670cb1983435
Description: debug symbols for libecpg-dev
Build-Ids: ad3f12daf555d563b0f829919f2e923632ff56ec
Timestamp: 2023-11-09 14:11:56+00

Package: libecpg6
Source: postgresql-11
Version: 11.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 486
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg6_11.22-1.pgdg+1_arm64.deb
Size: 88500
SHA256: 103a620473b1a5bd1119e0704701393785fa3bef17c4185566c9f23f454deb2c
SHA1: 8c50ad1f59bc159bafb9633f2ccd1fd07374bbb9
MD5sum: 3e056b8f99a1c25a46ebf859f0a3b7fa
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.
Timestamp: 2023-11-09 14:11:56+00

Package: libecpg6-dbgsym
Source: postgresql-11
Version: 11.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libecpg6 (= 11.22-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg6-dbgsym_11.22-1.pgdg+1_arm64.deb
Size: 93340
SHA256: 89fcdc3812245f15ea0b524577fc754b74c3a6d7276df63ffdd3dc2ed7dd6fb2
SHA1: 1db91be0fb68b3eadc5a9e97ef6fef70c281175f
MD5sum: 6539b05a6d1626fb3e485f49b665f0a5
Description: debug symbols for libecpg6
Build-Ids: 0d861d597ff7c0e700a1c0120cbf51d67a669cca
Timestamp: 2023-11-09 14:11:56+00

Package: libpgtypes3
Source: postgresql-11
Version: 11.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpgtypes3_11.22-1.pgdg+1_arm64.deb
Size: 41900
SHA256: c0d2d7edaaf80f7b7afc27609278cb2fafb3cb36b3195469a5bf96d1c2a3a3bb
SHA1: 9639c3032d5896eb7f27e8bb567d4c028a102869
MD5sum: 93c64afa7ba25631add7244f90556ee9
Description: shared library libpgtypes for PostgreSQL 11
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-11-09 14:11:56+00

Package: libpgtypes3-dbgsym
Source: postgresql-11
Version: 11.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: libpgtypes3 (= 11.22-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpgtypes3-dbgsym_11.22-1.pgdg+1_arm64.deb
Size: 71084
SHA256: 8c9d421c7dce6be22e81b6511d2b7e23bf8075a40bc7bed69989cad4f352692b
SHA1: a3213a9375f67eec431a2574fcc8d2869ff03e40
MD5sum: bf42828d1c7e78b0adc2aa666da0aa36
Description: debug symbols for libpgtypes3
Build-Ids: 7b7e761343c35d18cb28abc93d2dfcd5678d4ad5
Timestamp: 2023-11-09 14:11:56+00

Package: libpq-dev
Source: postgresql-11
Version: 11.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 706
Depends: libpq5 (= 11.22-1.pgdg+1)
Suggests: postgresql-doc-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libpq-dev_11.22-1.pgdg+1_arm64.deb
Size: 166288
SHA256: 52e349161da47ed122f1dc91ef056a3866d2705c35f9399a871cb78478c6aef3
SHA1: 65fdde8136ec228772c1e0a2dc0d764af6dca8b2
MD5sum: bad618bbf0d87d81f66d811f9d1a3757
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.
Timestamp: 2023-11-09 14:11:56+00

Package: libpq5
Source: postgresql-11
Version: 11.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 784
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpq5_11.22-1.pgdg+1_arm64.deb
Size: 167492
SHA256: bc4764b5f61cab3923a2944a34a8c1bf97f2690fe3fea75666acd5f0f47f0c07
SHA1: 2ce04aa5fcf4f76ac5d9acd8c73e2fb4bdc07ed5
MD5sum: 7f7f8fa33a5f08f72ffca9b7817d1b69
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.
Timestamp: 2023-11-09 14:11:56+00

Package: libpq5-dbgsym
Source: postgresql-11
Version: 11.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libpq5 (= 11.22-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpq5-dbgsym_11.22-1.pgdg+1_arm64.deb
Size: 229988
SHA256: e89f2be85edac54639db40c16fd60685086c8c99518f8895e65e968dd88654d9
SHA1: 8d20482a46235a55e79c12e64aafd187409a537c
MD5sum: 8b83e42f769887d385119e0a74275097
Description: debug symbols for libpq5
Build-Ids: b6c713ebb71aa4b509c85aeca37d3d01528e9b6e
Timestamp: 2023-11-09 14:11:56+00

Package: libecpg-compat3
Source: postgresql-12
Version: 12.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg-compat3_12.17-1.pgdg+1_arm64.deb
Size: 21068
SHA256: a1f5023f3c67356b7346f8ebe4685a0a148515a82ed9403bd37015118957033d
SHA1: 341e0594d7c996b59e86127e0c47c4dd38530698
MD5sum: 658ca24442035e8a49afad06bd92c467
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.
Timestamp: 2023-11-09 14:11:19+00

Package: libecpg-compat3-dbgsym
Source: postgresql-12
Version: 12.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 12.17-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-compat3-dbgsym_12.17-1.pgdg+1_arm64.deb
Size: 16752
SHA256: 55ed166928379d650155df9ba99644137544c7f2845f731df0ce8755bb7ca6a9
SHA1: 56e9d60fdb125eae117c6e5a398a33af747e8aff
MD5sum: 8a03977ef60630ea1399f6a3be0e0868
Description: debug symbols for libecpg-compat3
Build-Ids: 5b9ae6391b292dd1d6df4b640298c42775df13d8
Timestamp: 2023-11-09 14:11:19+00

Package: libecpg-dev
Source: postgresql-12
Version: 12.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1518
Depends: libecpg-compat3 (= 12.17-1.pgdg+1), libecpg6 (= 12.17-1.pgdg+1), libpgtypes3 (= 12.17-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libecpg-dev_12.17-1.pgdg+1_arm64.deb
Size: 268288
SHA256: 487d99dcf4f1dfaa21930847b5cbbafc69574e311ecfdba456a09d12b06bae83
SHA1: b3d6b3e9b42b27d28a911a7cfd05bd1b11e2e9bf
MD5sum: 809ce74b50934ac4dac08b551d590c18
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).
Timestamp: 2023-11-09 14:11:19+00

Package: libecpg-dev-dbgsym
Source: postgresql-12
Version: 12.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 280
Depends: libecpg-dev (= 12.17-1.pgdg+1)
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-dev-dbgsym_12.17-1.pgdg+1_arm64.deb
Size: 244192
SHA256: 07b59c7dc4af5474289f4c399c0c886ba4377718c7e8143424d4acaef56e5da8
SHA1: 767b4f6dd4e1a360a009db5b1ccbad15683df134
MD5sum: b47dcdfd2184a64746a33926f228bcef
Description: debug symbols for libecpg-dev
Build-Ids: 54b6b0f26c4fdb80b98a8d09a2eff7990be3bf53
Timestamp: 2023-11-09 14:11:19+00

Package: libecpg6
Source: postgresql-12
Version: 12.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg6_12.17-1.pgdg+1_arm64.deb
Size: 60920
SHA256: bb63b18bbe82351ee133d116e5b2a7fdfa5b7848fbca141810ade6ca8c20d6d1
SHA1: 4ad1c49f91bbe7148a864965b6e16666ec3fe10b
MD5sum: 021c97366f285a8ecacae6e79f51d006
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.
Timestamp: 2023-11-09 14:11:19+00

Package: libecpg6-dbgsym
Source: postgresql-12
Version: 12.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 12.17-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg6-dbgsym_12.17-1.pgdg+1_arm64.deb
Size: 112652
SHA256: 64e0c565bddf6ca94ee152430a1da2781b0f8792aee9ed8a6210ee95204d0bfa
SHA1: 6ec29d1d0c0e6a0cadf266317222f408ab31de56
MD5sum: 2ca8f45134bf576aff3c11d795dc8e82
Description: debug symbols for libecpg6
Build-Ids: a8b9e2f50e16304e7cc25413c6f64851d91f60d0
Timestamp: 2023-11-09 14:11:19+00

Package: libpgtypes3
Source: postgresql-12
Version: 12.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 170
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpgtypes3_12.17-1.pgdg+1_arm64.deb
Size: 47132
SHA256: feee3d4be87c02139ac4f03da46e68da991c5166cd831f5ecd4531d008499edc
SHA1: 44122551468ff66fff6e199641b9587e7e207d27
MD5sum: 1c53423642b1f1e98aa259babd1b1261
Description: shared library libpgtypes for PostgreSQL 12
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-11-09 14:11:19+00

Package: libpgtypes3-dbgsym
Source: postgresql-12
Version: 12.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libpgtypes3 (= 12.17-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpgtypes3-dbgsym_12.17-1.pgdg+1_arm64.deb
Size: 88176
SHA256: 42f8039c4b1baa8e05b309a73f7bb31270b1bad30ac0511465df022b503673e2
SHA1: 636f5006d419d3a8864456d70ed442bfaaa292a7
MD5sum: 9c24a830e5c91f7e4026ebceb1a6daf8
Description: debug symbols for libpgtypes3
Build-Ids: 266c275eff676ad9afe801bb0db621c0dcaf492c
Timestamp: 2023-11-09 14:11:19+00

Package: libpq-dev
Source: postgresql-12
Version: 12.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 599
Depends: libpq5 (= 12.17-1.pgdg+1)
Suggests: postgresql-doc-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libpq-dev_12.17-1.pgdg+1_arm64.deb
Size: 144304
SHA256: cad536bd17654ffd8ebf461592f3e6482430c2a1b5d2192f2f7e17838a9737db
SHA1: 7c65795e27b293887aa869797ce8af392e962a0f
MD5sum: fca89e1442844170e923051077b993a7
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.
Timestamp: 2023-11-09 14:11:19+00

Package: libpq5
Source: postgresql-12
Version: 12.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 794
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpq5_12.17-1.pgdg+1_arm64.deb
Size: 176960
SHA256: 25ea8f2c92c50b01b8f8fdc7164bdde919ab67d7c189e5aa2aadbce6afc135b1
SHA1: c63cfbec1c5156fe28536543869201cabf1324c0
MD5sum: ca7a1f1933639dc1ec6fc31d5e87021c
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.
Timestamp: 2023-11-09 14:11:19+00

Package: libpq5-dbgsym
Source: postgresql-12
Version: 12.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 284
Depends: libpq5 (= 12.17-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpq5-dbgsym_12.17-1.pgdg+1_arm64.deb
Size: 251092
SHA256: 89db6dfd19e5bf7f4a7b845b6d2372d3bd95b8ce82556dca416fbfd6606753eb
SHA1: 28578dc06c21cec867036bcedb8162b85feadc50
MD5sum: 514d46872404c0d3f3204154b4ad1044
Description: debug symbols for libpq5
Build-Ids: 6215126d50bbfd1f17fde6fba2ed16b23ecd85c2
Timestamp: 2023-11-09 14:11:19+00

Package: libecpg-compat3
Source: postgresql-13
Version: 13.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg-compat3_13.13-1.pgdg+1_arm64.deb
Size: 26864
SHA256: e493f658e98f2ad5ab40dff9646363a1902a6d70686ed6a14e0a022ec7961c22
SHA1: afaa5592ba05c22059b04e03c6d37149760e87a5
MD5sum: 75ff6fb9d502b77d228742cefaead712
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.
Timestamp: 2023-11-09 14:10:36+00

Package: libecpg-compat3-dbgsym
Source: postgresql-13
Version: 13.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 13.13-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-compat3-dbgsym_13.13-1.pgdg+1_arm64.deb
Size: 39164
SHA256: 115424fed9308be45819b9460c1ef9e3c322e604f440f82cf700df758c63b609
SHA1: aefabf45f6cbcce4c4a77f08e9827d7424481d58
MD5sum: 63cef726ed37fd62a7a7920e6247d048
Description: debug symbols for libecpg-compat3
Build-Ids: b8c99eaa4bada70c74acd447b036860a95cb636c
Timestamp: 2023-11-09 14:10:36+00

Package: libecpg-dev
Source: postgresql-13
Version: 13.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1519
Depends: libecpg-compat3 (= 13.13-1.pgdg+1), libecpg6 (= 13.13-1.pgdg+1), libpgtypes3 (= 13.13-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libecpg-dev_13.13-1.pgdg+1_arm64.deb
Size: 267588
SHA256: a64949c9dafcb4aa891c0b5cb9b1319996f6449d602d16c83caa1f1b226226fb
SHA1: 1a88cd5651afe51b062ba9ead4128200187ceaf4
MD5sum: b9341f5560a1067e1434b55cb8a95837
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).
Timestamp: 2023-11-09 14:10:36+00

Package: libecpg-dev-dbgsym
Source: postgresql-13
Version: 13.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 286
Depends: libecpg-dev (= 13.13-1.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-dev-dbgsym_13.13-1.pgdg+1_arm64.deb
Size: 249984
SHA256: 3ddc25df35a1b96a6da86f9eefe90750c9b6b1e7d7e5989ef907631bbd8b1c4c
SHA1: dae8cfcb98901118f6be5c1cad3f5267bc5bb13b
MD5sum: a9af70deb8e4ba869d76cdbf341d3b2d
Description: debug symbols for libecpg-dev
Build-Ids: cab4ba0b0e99e266ba2c34fbe2ba97d8539e6e82
Timestamp: 2023-11-09 14:10:36+00

Package: libecpg6
Source: postgresql-13
Version: 13.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg6_13.13-1.pgdg+1_arm64.deb
Size: 61108
SHA256: 090c9661841f6f77bec825b3b6e4ec3ec41ceddec48b68ef06a23c25627a6fae
SHA1: ccdee3abf431dddfea4266fa1304636a913bf103
MD5sum: 34b2602c4c245e8eb47034ca807fddfb
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.
Timestamp: 2023-11-09 14:10:36+00

Package: libecpg6-dbgsym
Source: postgresql-13
Version: 13.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 13.13-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg6-dbgsym_13.13-1.pgdg+1_arm64.deb
Size: 112764
SHA256: 6a6038276802d4256a34ac3e36060babae097cbb8116be9ce32ad0586cc882a2
SHA1: 494e55f8f1030e7ed2ae65855b43091524740494
MD5sum: b1c800dbb75abffc55f26950709335a3
Description: debug symbols for libecpg6
Build-Ids: f022ff06e54f4a0f68a2077a5cec841554b80d29
Timestamp: 2023-11-09 14:10:36+00

Package: libpgtypes3
Source: postgresql-13
Version: 13.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 170
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpgtypes3_13.13-1.pgdg+1_arm64.deb
Size: 47280
SHA256: cbdcde4af6dfe3696039f4c84c3e73e6388b2a852e4e44272cf5faece69d7ae1
SHA1: d358ec4c7c9be2cc66369c10f9c74a19c158ce8e
MD5sum: 615fd3e73da72172c380b1cff8a54636
Description: shared library libpgtypes for PostgreSQL 13
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-11-09 14:10:36+00

Package: libpgtypes3-dbgsym
Source: postgresql-13
Version: 13.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 13.13-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpgtypes3-dbgsym_13.13-1.pgdg+1_arm64.deb
Size: 88432
SHA256: b42cd27529b117e123b3c2e5a73a6c8f7d576a3396fe5560b8b018765962db75
SHA1: 852d7c8bc04e3c523068953c3591e92a8bf548ca
MD5sum: 3602cdcacd7905bd789cbee83c2407b8
Description: debug symbols for libpgtypes3
Build-Ids: f3a275f5f22a662c6008a651b3ff82c73039240d
Timestamp: 2023-11-09 14:10:36+00

Package: libpq-dev
Source: postgresql-13
Version: 13.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 578
Depends: libpq5 (= 13.13-1.pgdg+1)
Suggests: postgresql-doc-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libpq-dev_13.13-1.pgdg+1_arm64.deb
Size: 140788
SHA256: ecc89f4c347d773aa2777f1aa233d94d73c05c6d758b7cc37fbfa76ce5705f52
SHA1: 51c0240f94870d7b97b8c435aa1a1197da8efc11
MD5sum: 9eea9f6ff370b8a464f4ec2626002d86
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.
Timestamp: 2023-11-09 14:10:36+00

Package: libpq5
Source: postgresql-13
Version: 13.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 853
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpq5_13.13-1.pgdg+1_arm64.deb
Size: 177136
SHA256: 1b82b6c67100ebc309939d9a9eebb04c2dde2d38b3512a9fa95934f26a3d25d0
SHA1: 48f9532aa9fcbde69c1b1bb9979792763831b9af
MD5sum: 56484c6d61aa934be0c12588a63dd4ed
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.
Timestamp: 2023-11-09 14:10:36+00

Package: libpq5-dbgsym
Source: postgresql-13
Version: 13.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 291
Depends: libpq5 (= 13.13-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpq5-dbgsym_13.13-1.pgdg+1_arm64.deb
Size: 256660
SHA256: 3555b5d48a00eef624ad8dd2f98452c68da4e34d3176e149110c955962db721c
SHA1: 62a133adaff9b72e5e242a65e5f4ec7b7c8c203b
MD5sum: 456e6376da10931f2a99f2836ced0181
Description: debug symbols for libpq5
Build-Ids: fd7d1fff8add8126d5b381db67e06c3ea74358df
Timestamp: 2023-11-09 14:10:36+00

Package: libecpg-compat3
Source: postgresql-14
Version: 14.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg-compat3_14.10-1.pgdg+1_arm64.deb
Size: 23548
SHA256: 922fb8bd13661e8875bc7a3bf1fbd4a4a706449f10d60ba13303e00dd00b7d03
SHA1: c8531c2703d31d7ac6fdb9877c5d50ed3d7e9915
MD5sum: 9f874e0dabbd8c774fc61e0c8559b59b
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.
Timestamp: 2023-11-09 14:09:40+00

Package: libecpg-compat3-dbgsym
Source: postgresql-14
Version: 14.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 14.10-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-compat3-dbgsym_14.10-1.pgdg+1_arm64.deb
Size: 39228
SHA256: 918cefbd8509fd98aa73cebafb7ffecda9664530c5995501ec9160f6a5819030
SHA1: 0478f7b03c94d401789558e0158b91e76680e991
MD5sum: 54d32c9887fb2dc57b2cef4028ca14fa
Description: debug symbols for libecpg-compat3
Build-Ids: 7e833542b598e2a5b0f96838cc262316be4f477f
Timestamp: 2023-11-09 14:09:40+00

Package: libecpg-dev
Source: postgresql-14
Version: 14.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1604
Depends: libecpg-compat3 (= 14.10-1.pgdg+1), libecpg6 (= 14.10-1.pgdg+1), libpgtypes3 (= 14.10-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libecpg-dev_14.10-1.pgdg+1_arm64.deb
Size: 272492
SHA256: 526b055bf7e532a6b1f6291d776c69705bb538365c88a03dbfa9ad85e4602010
SHA1: 1d1accc6356acdfba59ca87622bd821e26fdb288
MD5sum: d946a017a673b8450102402304898044
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).
Timestamp: 2023-11-09 14:09:40+00

Package: libecpg-dev-dbgsym
Source: postgresql-14
Version: 14.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 296
Depends: libecpg-dev (= 14.10-1.pgdg+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-dev-dbgsym_14.10-1.pgdg+1_arm64.deb
Size: 256380
SHA256: 371cd53afd848954a02a95b561640db1bbb5c1c422010c86c8f0822347affe24
SHA1: 011b5f5a11c8072ac1800e05f664c5b238305638
MD5sum: 5e482e24f68cd678dfcd22806c28abcc
Description: debug symbols for libecpg-dev
Build-Ids: 18fea9b67363c25ad34a0c935b094f06854ecfa9
Timestamp: 2023-11-09 14:09:40+00

Package: libecpg6
Source: postgresql-14
Version: 14.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 267
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg6_14.10-1.pgdg+1_arm64.deb
Size: 58296
SHA256: af024712e58a96f20c148e76dc1429cf7b42eff714f551eaf7cfab249a5f9adf
SHA1: 626cffe303ba9cb121d66182a875ca6383898c60
MD5sum: 9abf5b946e488df2a47718b768698a0b
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.
Timestamp: 2023-11-09 14:09:40+00

Package: libecpg6-dbgsym
Source: postgresql-14
Version: 14.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 14.10-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg6-dbgsym_14.10-1.pgdg+1_arm64.deb
Size: 112772
SHA256: fd03f103586c4c81dc3da9b1908596e80ba733e3c986f4b32690a7986079f111
SHA1: 3b68e93d11b6b5f2abd4ed321376248a5c940b4e
MD5sum: afdcd13dd23889db2b0fdb17f47b1c53
Description: debug symbols for libecpg6
Build-Ids: 0da408649a1576132ae8e395c254e18fc368514a
Timestamp: 2023-11-09 14:09:40+00

Package: libpgtypes3
Source: postgresql-14
Version: 14.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpgtypes3_14.10-1.pgdg+1_arm64.deb
Size: 43820
SHA256: 20b59b4ed75676c5c8b26be0c9ac606816fe4fe2f8f33e8b2fcb8536ba48af3e
SHA1: a8c54db633aa2aef011330ea430c016ce7fc73e6
MD5sum: 810e1e69e2f63096d66be63092ee5bfc
Description: shared library libpgtypes for PostgreSQL 14
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-11-09 14:09:40+00

Package: libpgtypes3-dbgsym
Source: postgresql-14
Version: 14.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 14.10-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpgtypes3-dbgsym_14.10-1.pgdg+1_arm64.deb
Size: 88584
SHA256: 60e38ffc96bf924d5965a1aac02b1b80b9d1977a2fa117fcd8a23e723ddff858
SHA1: 24f44e8902ef1f7a6f2e8259bf0a298574c92dd0
MD5sum: a82ef018081772f836dbe7c900d514e9
Description: debug symbols for libpgtypes3
Build-Ids: ddd9d7398db91ac417c259ab1d868fb319530eb0
Timestamp: 2023-11-09 14:09:40+00

Package: libpq-dev
Source: postgresql-14
Version: 14.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 587
Depends: libpq5 (= 14.10-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libpq-dev_14.10-1.pgdg+1_arm64.deb
Size: 140076
SHA256: 26651b9b45dab0c361384213bf55ef7236a37cce948eee9e63871f624bc46e4f
SHA1: c913876cb44572e9c570c92ae77a20c6a754c3b6
MD5sum: 2870762caf0d8c7f7cdce8041f950596
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.
Timestamp: 2023-11-09 14:09:40+00

Package: libpq5
Source: postgresql-14
Version: 14.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 816
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpq5_14.10-1.pgdg+1_arm64.deb
Size: 170924
SHA256: 8a36f0dd7941ac9bf5458a3b9dc7bd089ce4974c50384c757973aa18ac997bb2
SHA1: 923b25ebc87e3188d34e917ef14af40aa05c072b
MD5sum: 4a1b30d7b08ceaac6c616c16f9fd1651
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.
Timestamp: 2023-11-09 14:09:40+00

Package: libpq5-dbgsym
Source: postgresql-14
Version: 14.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 305
Depends: libpq5 (= 14.10-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpq5-dbgsym_14.10-1.pgdg+1_arm64.deb
Size: 269940
SHA256: 7630200da736a9d57e7ff626a8b21b66028225f768f4f443b20d269ff4a60c54
SHA1: f7e8020c5394921c7f9491ae7a1581eaaa2ffa6b
MD5sum: fbb0a4104ca87b05931be7850593924f
Description: debug symbols for libpq5
Build-Ids: 79055a6245f03e3ffd2eca3d8b859e76ea607aac
Timestamp: 2023-11-09 14:09:40+00

Package: libecpg-compat3
Source: postgresql-15
Version: 15.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg-compat3_15.5-1.pgdg+1_arm64.deb
Size: 21192
SHA256: df9867ab301d5d642a23041739878d9065cd9527943d4bcd8abfa8fc32440678
SHA1: 694957152cfd678d48dfdf8957726df549a3c8b7
MD5sum: 8418f6a68f47220673076e3900d3a0de
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.
Timestamp: 2023-11-09 14:08:59+00

Package: libecpg-compat3-dbgsym
Source: postgresql-15
Version: 15.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 15.5-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-compat3-dbgsym_15.5-1.pgdg+1_arm64.deb
Size: 39452
SHA256: 69f6d8d551273e6fc0ff213e560dfa38b9f62f634f04cbe353d06f502799a939
SHA1: 0f4d6e677f31c77c37d8bda89f5c52d40ced2023
MD5sum: f9c4814f559b21e450c56488441209a4
Description: debug symbols for libecpg-compat3
Build-Ids: 89a2a1610326a0e434cea7de6d54c846ca0a5ad2
Timestamp: 2023-11-09 14:08:59+00

Package: libecpg-dev
Source: postgresql-15
Version: 15.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1630
Depends: libecpg-compat3 (= 15.5-1.pgdg+1), libecpg6 (= 15.5-1.pgdg+1), libpgtypes3 (= 15.5-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libecpg-dev_15.5-1.pgdg+1_arm64.deb
Size: 276368
SHA256: 8bd349c2049296b102886a72187dcce22b24f0aa42edcf4569515b16931479c8
SHA1: 94accf00be4c232c4c7dd7d6d4cd884db95555ef
MD5sum: 52022e6536f455d1713daa7d7163e546
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).
Timestamp: 2023-11-09 14:08:59+00

Package: libecpg-dev-dbgsym
Source: postgresql-15
Version: 15.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 300
Depends: libecpg-dev (= 15.5-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-dev-dbgsym_15.5-1.pgdg+1_arm64.deb
Size: 260756
SHA256: 3092ee569674e0b01e528ebe886a0f6dd07bbc36e4a9b7aa48ed8da03ef9f9f0
SHA1: cf9fdccf3d3ef71baf3788b22058f2c3e60a9896
MD5sum: 691d1ea4312b2da8f9f989e19594c9f5
Description: debug symbols for libecpg-dev
Build-Ids: 18e8d0e422123c72efe9b71fe29f2e18bcf2e47e
Timestamp: 2023-11-09 14:08:59+00

Package: libecpg6
Source: postgresql-15
Version: 15.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 270
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg6_15.5-1.pgdg+1_arm64.deb
Size: 57488
SHA256: 43f6b4ee606dfce06c86102e8f97bb27777d96274063d1d911aaecfa4e13d96a
SHA1: 69c4054820231dfdb69cc514cc4cfdc6de1e4724
MD5sum: b29a9e46865ba7b412689672b090873d
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.
Timestamp: 2023-11-09 14:08:59+00

Package: libecpg6-dbgsym
Source: postgresql-15
Version: 15.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: libecpg6 (= 15.5-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg6-dbgsym_15.5-1.pgdg+1_arm64.deb
Size: 114980
SHA256: 7e9e281a830b24ea4d1bfb8dfeafa063ba508e54896a63f95d18ddf701eed348
SHA1: 21cfae50c6caeaf33df71634bbfb73dc9419e49c
MD5sum: 2bf24af4b194aaa4d917ce99dab922b3
Description: debug symbols for libecpg6
Build-Ids: 4322e0f141f2a2d02d2117cbf65e790242c1fd00
Timestamp: 2023-11-09 14:08:59+00

Package: libpgtypes3
Source: postgresql-15
Version: 15.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpgtypes3_15.5-1.pgdg+1_arm64.deb
Size: 41572
SHA256: d927abd0f22cf5094a367caf81d34a73ada8f75b37965311ccf9322a4ae14d75
SHA1: 6edeaf68d17d7380006ec64e991b2324defb9ef1
MD5sum: a39a9fcedb1ab67e90d931b61acab54c
Description: shared library libpgtypes for PostgreSQL 15
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-11-09 14:08:59+00

Package: libpgtypes3-dbgsym
Source: postgresql-15
Version: 15.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 15.5-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpgtypes3-dbgsym_15.5-1.pgdg+1_arm64.deb
Size: 88760
SHA256: 53532da77ff226b612bed52115ec98bc7aaa79770a8f85ee003c6817917a7526
SHA1: f04b37e52124ddf65de994b68b2837935aacf8d3
MD5sum: 158ab7220937bf4a83f24b289c8a9885
Description: debug symbols for libpgtypes3
Build-Ids: ef155420b85429683f8421ba7e428e950a8ebbbd
Timestamp: 2023-11-09 14:08:59+00

Package: libpq-dev
Source: postgresql-15
Version: 15.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 596
Depends: libpq5 (= 15.5-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libpq-dev_15.5-1.pgdg+1_arm64.deb
Size: 140872
SHA256: 9a72aac04d9e5cc73de13914125339f61b877ce3090f4c7e0dac91dea5513027
SHA1: 84af9b6d135786476ffcf17f1646df5d8111e639
MD5sum: 22973fa06fe9a65f0f95a5ec1ab542f3
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.
Timestamp: 2023-11-09 14:08:59+00

Package: libpq5
Source: postgresql-15
Version: 15.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 902
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpq5_15.5-1.pgdg+1_arm64.deb
Size: 180976
SHA256: fdf1e28ec6ff375f78a47083b0bd75d9309845785bbc84c4dd373b745c6541e9
SHA1: ee23a5344b4545af8ba88d102200c2c6c32721ec
MD5sum: 930ecca762e2d248f79f924cd8940999
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.
Timestamp: 2023-11-09 14:08:59+00

Package: libpq5-dbgsym
Source: postgresql-15
Version: 15.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 314
Depends: libpq5 (= 15.5-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpq5-dbgsym_15.5-1.pgdg+1_arm64.deb
Size: 278972
SHA256: 020e60d21f43ba6584777dd4ff5b0270688ebcb936acb9e74b7511fc993df130
SHA1: 1205d71036dda51e5087c72cd74acb5d984ca441
MD5sum: 98df26c22822b42b1de7213a814e8298
Description: debug symbols for libpq5
Build-Ids: c60a97fe774bac5d5c3b8b837909ae97b751b4e0
Timestamp: 2023-11-09 14:08:59+00

Package: libecpg6
Source: postgresql-16
Version: 16.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 275
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-16/libecpg6_16.1-1.pgdg+1_arm64.deb
Size: 56252
SHA256: b06d3085b8c8b7c1fa218de769ff50ec942606978c05dfefa51f30b81c255a3b
SHA1: 2c6a79c02be727a0f6cefce9cfe36cb68bfdf597
MD5sum: 6ad10c5343b16ecee01550d724da8f89
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.
Timestamp: 2023-11-09 14:12:34+00

Package: libecpg6-dbgsym
Source: postgresql-16
Version: 16.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 16.1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/libecpg6-dbgsym_16.1-1.pgdg+1_arm64.deb
Size: 114504
SHA256: a170dbd7ad7fbeab75984ba43450bf957f54279115fd37cf75a2f5e969b4a878
SHA1: fed41a59adec9b6f050c3105ed51fdc57c91c34d
MD5sum: 31e699b8d1055a43fd2e47974b05daa1
Description: debug symbols for libecpg6
Build-Ids: 47615f6a8625ecec15b07ac51cca559f49abae7f
Timestamp: 2023-11-09 14:12:34+00

Package: libecpg-compat3
Source: postgresql-16
Version: 16.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-16/libecpg-compat3_16.1-1.pgdg+1_arm64.deb
Size: 19632
SHA256: b1d924271397cd84868bd4f2d9f3c43a60523a8827850757197d8d68a453ecc1
SHA1: b491c956dae1c7454b5d9153d5bfe209e4cccfc0
MD5sum: fd4734c78b5f79433547ee40d737c6cc
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.
Timestamp: 2023-11-09 14:12:34+00

Package: libecpg-compat3-dbgsym
Source: postgresql-16
Version: 16.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 16.1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/libecpg-compat3-dbgsym_16.1-1.pgdg+1_arm64.deb
Size: 39424
SHA256: 646307bea9276daf184829744fb062d7a372c6cec40d1bd295b9818bc5f951a2
SHA1: f260da62966c85e35bf15cfe73ea420124ce6db6
MD5sum: e3f5c6dc58ee0da2a67ddaea4667c1f2
Description: debug symbols for libecpg-compat3
Build-Ids: 92bbfcf6a002fee88ab5d1ac6c8a58f933004c35
Timestamp: 2023-11-09 14:12:34+00

Package: libecpg-dev
Source: postgresql-16
Version: 16.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1632
Depends: libecpg-compat3 (= 16.1-1.pgdg+1), libecpg6 (= 16.1-1.pgdg+1), libpgtypes3 (= 16.1-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-16/libecpg-dev_16.1-1.pgdg+1_arm64.deb
Size: 276656
SHA256: d506a3898958cf31377e3f56e2b30ae4a20421ad993242fb95c9309020a6e6bc
SHA1: 8cfa074b8060fc2ba27c84650e3e00e63349e7c8
MD5sum: e61c39f678ed63173d1cd57141abfbad
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).
Timestamp: 2023-11-09 14:12:34+00

Package: libecpg-dev-dbgsym
Source: postgresql-16
Version: 16.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 303
Depends: libecpg-dev (= 16.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/libecpg-dev-dbgsym_16.1-1.pgdg+1_arm64.deb
Size: 262172
SHA256: 8dfc39ee28dbffbb5b5e33a0922cb8589ab5ca7cf24eb070d3c09788a374e2e9
SHA1: 1c7be21316864a06c5baae8a926050d286d4371d
MD5sum: ab68f67e85fb77243c8d508cff12d5d4
Description: debug symbols for libecpg-dev
Build-Ids: cb3e8ff0a0280a05d463844219f8d5d62d8b6261
Timestamp: 2023-11-09 14:12:34+00

Package: libpgtypes3
Source: postgresql-16
Version: 16.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 161
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-16/libpgtypes3_16.1-1.pgdg+1_arm64.deb
Size: 40204
SHA256: a3088248799f3d16b5a48a713b55e5e57716ddabccef1d459f63049efc2412b1
SHA1: 9a454ad9ef2fadac64880faa5a16ce3310836e0f
MD5sum: 26af0e51373bc122eedb03a48fa26c5d
Description: shared library libpgtypes for PostgreSQL 16
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-11-09 14:12:34+00

Package: libpgtypes3-dbgsym
Source: postgresql-16
Version: 16.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 16.1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/libpgtypes3-dbgsym_16.1-1.pgdg+1_arm64.deb
Size: 88936
SHA256: a12f5a8df7141ac15c9421af6f09cbfe2af18319bf7122580aac94ca8c741af8
SHA1: a856d1a04e180d2fab0a1d2fa5d961d06be5a06d
MD5sum: 9e5fc67c823364cacd442ebc39372a06
Description: debug symbols for libpgtypes3
Build-Ids: bb59aa63e3d4fb5de5b42a9d9141f7fac625dfe5
Timestamp: 2023-11-09 14:12:34+00

Package: libpq5
Source: postgresql-16
Version: 16.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1073
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-16/libpq5_16.1-1.pgdg+1_arm64.deb
Size: 208900
SHA256: 3dda9d61bffb90d23259588d7572d54a62f7a060177f76bef9cefb7a545b3bd5
SHA1: a55a7978401c3b49f34e638b47167fa3407e45a4
MD5sum: 98e75f6a0a0201d95f6387745629172f
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.
Timestamp: 2023-11-09 14:12:34+00

Package: libpq5-dbgsym
Source: postgresql-16
Version: 16.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 324
Depends: libpq5 (= 16.1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/libpq5-dbgsym_16.1-1.pgdg+1_arm64.deb
Size: 287716
SHA256: 735054fea40f63ac9cdf8866708e3ead574a604ac41190e65c67d59510281955
SHA1: 241e422e0a999bdee1ff14e2a4f6033606bacc8f
MD5sum: ddfed18ebcacc409e77f1b5d506f7777
Description: debug symbols for libpq5
Build-Ids: 9d0ebd8aaeea4bddf28426ea96f78912624e8651
Timestamp: 2023-11-09 14:12:34+00

Package: libpq-dev
Source: postgresql-16
Version: 16.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 594
Depends: libpq5 (= 16.1-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-16/libpq-dev_16.1-1.pgdg+1_arm64.deb
Size: 140524
SHA256: 506e9128455117e7d72a118e02c919b0f5444f2c767bc123544e651d42acd9c6
SHA1: 45bfe20dc7c77aff7d0084a73e651a92ece164fd
MD5sum: 8a40144734f25cb969f5515145f366a2
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.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql
Source: postgresql-common (256.pgdg+1)
Version: 16+256.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: postgresql-16
Suggests: postgresql-doc
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_16+256.pgdg+1_all.deb
Size: 11320
SHA256: bed008c6f8fe5041e867fbb420a798d04d910f36d17b95ee71dbbf4837edba62
SHA1: ce90c4042bf18a24a0b50ae314a59031eaa0ebfc
MD5sum: 0e335885e05819554712ed57caac15a8
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.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-11
Version: 11.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52633
Depends: locales | locales-all, postgresql-client-11, postgresql-common (>= 194~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm15, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: postgresql-11-citus (<< 8.0.0.PGDG-2~), postgresql-11-cron (<< 1.1.3-2~), postgresql-11-pgextwlist (<< 1.8-2~), postgresql-11-pglogical (<< 2.2.1-4~), postgresql-11-plsh (<< 1.20171014-3~), postgresql-11-rum (<< 1.3.2-4~), postgresql-11-wal2json (<< 1.0-5~)
Provides: postgresql-11-jit-llvm (= 15), postgresql-contrib-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-11_11.22-1.pgdg+1_arm64.deb
Size: 15470516
SHA256: 63ef829a3d018f8683a332c55b939316e0469656c22fc83a60ad0c87e9e96b34
SHA1: 31e17f9bd060722c102572c1593d01dcc0afcb96
MD5sum: b3de2eda7fbc254a28777051098b682d
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 11.
Postgresql-Catversion: 201809051
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-11-dbgsym
Source: postgresql-11
Version: 11.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15337
Depends: postgresql-11 (= 11.22-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-11-dbgsym_11.22-1.pgdg+1_arm64.deb
Size: 13808028
SHA256: c3563219fb42a007a5b551a80dd078d20d489d73ee13074f0f97ea419e4d35fd
SHA1: 3a532cc8df8b6494a9793854d74b49d5f018e2ba
MD5sum: 887a026b2c5372b0049678c148054b5d
Description: debug symbols for postgresql-11
Build-Ids: 038e491568d7a217e57177a7e3647297b7a5a8f3 04533b5b473a2bb00bc62fa3ac8c8b7da651263e 07d8a732085144e6d0c88b19edbb3ca5e42c0721 0d3f7464d485d6f1c964aebb8ba60262eb63d734 0e0ee7653ad3464dfe1a981b02d588ffb0b2c4d1 0eb277df4814e31c73e5146564e81c7b2275946d 156c0ad67483cc828b6b7b153da87f8dda763674 16409e55af9f8b65baba14b1df0c53e2132785b7 183640b9015c6fa3dbad28c629c90e797e53fec2 19bb3bbda6fe0d0c0f28518e88493d3db98b43f5 1af18375181cdadd3b7ed4e226fae7fa89fa621a 1d3838c02d2f5f82c6bba7e3a6514b8ca615908a 1dc88568670d8f9681c7c6fe8ba166f65f443264 1e54418c0602ac135c64addf7063821ea66835ec 226dc92b149636f5968af29901035335a516ee65 27beaf1eba73831483fd4bd9d4df3ed2f5577f04 295a1db5313260fd702c531108e95c95e5daf83b 299e91aba44147d753f23cb0a34a658e8c98b8e3 2a3788f20882d85d89c76eef275ea3ddf19f91f4 2aa312102698ea04cac8617cbe0b1e5b832f89cb 2c6783cb7135fce543818b4be69d9bb3041597aa 2f184bbf7bdd56b410f842aa8914d13ab20a36ed 2f34dc1c72b5cc54cb892cbec2ed918d982febf6 309ba3a52dcb75e9a814201ed73abb42799c670f 31f7152b8bfc27746c695fe049a4f4c2ee95f5c8 3325e650e74614fb3e760f104b03d5790f33f5b5 3931020149b933eeed09d73b83b8871f8fd74ad1 3b1b16ccaf628b649b7159b1f638e74f36ba4524 3bc695b6c625e9fb4e2b451f5f473f33be0c0d81 3c725e106c5f9844de7cbfede8f4a151f0d2d9af 4091a37898de86e166f5f2df45bb86e1db72e5a1 42f6ee7859b4c040c2d3abcca1426967f602fa77 432ecb48f33d719d3c9b423e628f051726de6525 491596e22322c5d4ef43e5b81b11378d40b8efc1 49830073f61d17312a5285b32655dcb5ce559a61 4bdccfbb5f43bf6bdf1ff60a9324dafbd5a1097d 521ab98b7196f4e571e7869587558f35a5169922 573cdbb9dafa7f0871bd9392cb3dc92b32553b0d 594c3ba3e2388469ca8e1b32f51ea1f24fd5854d 5f8118f0beb2cf3ce4e7d01275f1fd4dbaa66caa 5f87952998ecce314e3e97a55143c92768e9ced3 61082d59333ac5f55cbae60d5bf19caf2ac3ffeb 65890406b9ec2f43c0d1c7b7aacd6d9e9a0babfa 6bd352a6c9fe20febf8a491ce01ac41560e9b6b0 6cd2d5196ca025f5c4c802574f66e4e78a5a68d2 6e1a9c5fb58d6c862024248454189893cd5c3be7 6e7f0747384bc62be62fa689ef865504c5da6278 7060efbc3b9a14c90d4d1abe5dfe1e4d73349fa5 7526b284683338971a268dcb4c723e5c98968362 766f6e32e03d6aae34e8cc2e544eae4ddbeca452 769223ef8c0d8f6d03c6ccbe3169e795bfe66adc 76f4925e6b85038e294efb2d2380110cdf100485 7a865619ec95eb5f5bc5c36de56d40ed747f520e 7f629dda194f8ce4678d512f622194d88dfd3d0d 7fdd89bf093a760cf35924c98bda71d36f8f98d3 80e74aae517e1bd89d51e870239260d6f19bba63 8143c8750047cac0207a4b2d1608705968ae01db 831336b50003c542f14b3bd50626649931d6298e 83c035d3376597cd8600436cb1d78f24b4534e8a 86f5822a26d4a7e0d6fe6feb59fdc2060ae72458 8891aba7bc6ea6043aa208a223f35a189af05ba4 92607b865646363a8da09717b7505972fbb45eec 94b483c0de4c2be216bec6d439512c4af4bf5195 a55bb8486613c951de6074eb28f43639e17e4946 a64c32e50ac185e7fa89336bbf17c0dcddaf0af8 a99bbce1edd7763091e7427d94a2215e8bcee728 aa3bef6ac4be5617fd0b5a9a59ff1aa8318e52b0 ab13426766d72dc991b792e5f3735c1ccad1ed7f af45e48fc180ef0fea91137a9832dc5cc2ead76c af9074a04240cd481387378240ee529ed59b0df8 b12c09342273a3e5be92fe175943bb2fb570d98d b1b4f973ee0ba3bb994a1a758991d644999b97b9 b5325b238371d13578d1222123af76bd48dea6fe be692a523ac960744a59fcae36d6660a5fda19b5 be9afd78e70755264e8bf1d5785cac536d658dc3 c1c0c0813a4b13e8e7c6cc0f0a41f1140d3f17b0 c2545e20dccd45ee92f3aa1a05202e05eb2457f6 c9881bc7cf21f8c576aa54e86961f6dd426fd147 cd349c1de3b39c380547ab271cd70841a890b98c cff5e704de7ee9b58a6e1414a1bb5ba07dced935 d15e23b7afb8fe449a61fcc08eb05c7e9441157b d3451f51ce43ac7a2a005475755225e6b69de06c d4d006b0653f8b668cc83544c5abd8691871057b d71aa416ec43004cd9780733b4d4446c1db531c0 da3dddc3249f9f2f356034f86da62d32f9abf57c e0eb8be6937eb842ba26199ccce1bdf13e936e07 e37f3974a9d95cf43098c0880033a270bb7b91cb e6b4568055de9eeaa291af7a67b44b7e1194813f e9139e7a1c20de46d208eb8563178f5004bae017 eb488634e2a49e09414b0a58a925572981f07ca5 eee0d339edebfe995fa9a244c0400c86984d4719 f8500556de147cf7b8f2eaae35d9259fb568e1a3 fa2862ba8c5cae63f1397f1dccc8f18860ef6471 fdc11e58937144022a757c6cf5d266357e4b27af fe53d2ff577942784117206ed080bf2ec30e93e7
Postgresql-Catversion: 201809051
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-12
Version: 12.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54739
Depends: locales | locales-all, postgresql-client-12, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm16, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-12-jit-llvm (= 16), postgresql-contrib-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-12_12.17-1.pgdg+1_arm64.deb
Size: 16045312
SHA256: 30b33d4cbbae585becd8e2b1576d15666e719c84907ab53649e4710135bf9d68
SHA1: 50452e02e74b2d8b0d5ed29b028d712a1380069c
MD5sum: 4c7eeb47388412da2d8b7ce3eb6f09de
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 12.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 201909212
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-12-dbgsym
Source: postgresql-12
Version: 12.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16605
Depends: postgresql-12 (= 12.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-12-dbgsym_12.17-1.pgdg+1_arm64.deb
Size: 15025552
SHA256: 713d1d4c7b856572cacbc3e97dfa50e4afd33a01917785a83bd44d616067a0f2
SHA1: bc37f64f0f3d3366304ea32b5ea6d88410bfeb16
MD5sum: 4e4d8554858a7f347396c5a93d9c31c6
Description: debug symbols for postgresql-12
Build-Ids: 0136ff1346e5234f768f585045901f537f63f28a 0797b385bc753a440e26fa64dd6422072c19c58b 09d0905d997daf7db48f9931f2c70075a741491e 0aaea6feaf02be2818d82d1239485aaafeac5fae 0f72ebf760791f0db7c56a06a73eef0e5d05c763 11c936590b0117fb8ae16b7a91c7bb209b396d21 139b0e7d0f22d276e6e25db49067a201e2ee2e19 139c4b860fc5542ddbf06fbf2f550d600c8ecddf 2320a4a1a91fd8b995a05c524dc1ac7c7ed5e4a7 2aff9677727c5a1e960441f1ed927cc1eae97fbf 2d3b4c9a5aa360d39a265be567699aa981f1338a 309fb50a33f300a369ff30c0407b733d9b58e93b 31e06fb29572a6e92b77e0089f53a853fa1bb855 320c8feecf5c8a073b4ecdaae100fac31e5808c4 376b03aa61f9de1a02c3768efe293ab2f928186a 3b181add8dbd87ec8479699dfa6948d8ceae9df8 3e7a2e89d7fb85aa0d394322d91909153a6ab625 3e8e69c43005c4803a9b9c5b76023b328da20c22 3eb668d89f1f1efc38342514d3ce3794fa9e3497 42950a5f9cde0414497c8b766f81a423f5d74a55 43562eb5dd431afad63d8125e05037651592dc43 4474ce147841d391b61fb91d50565faf08d4c934 46bac98c63f0f59d593a5a97e70972ecbc9cb704 46f6ddbcf24c6def1a587ce27ad09a84be60b0d6 478b88fa42a6fe9d5a3ba887ed50b006797cb089 47efac3528d9dc63025447983c5bb7d809e90c93 49ea45f7a7588910c8ca046eebb568f78708d7ab 4ff3be669876ab85da36aeb482634fa118d9ec30 53c06e0f40b3c9054f0eb5e65af7721de5dcd926 55f431bd0be6cfb6f32755f0a349fdfc31199bf5 582a3d0a78f85c2658dc338c08e6f0a31cc937a4 589bf3c08c9fe71b5031f62454f036be4fb157e6 5b588048aa70d4a2193da49c32856ed4a3f5de24 616d1b8e27e00c110ac0dbaff22ab56ab2a5ed70 6b569e89f682e6c2d4e6da22f1629c1198583360 6bf60410c9346d8d87da1be0d65763974e09671f 6eb9560ae4328c05d620453fce4cbbf9a48b4bbe 75438fb1c6bcd236730d96a4f49bfd475190f02b 76751eed3bb1a7e3d6791003768863b0341b812c 76b7f315134e538b7c36b3af2ef1dcdd21258c73 79a54e72a1b51da37e450b1ebb925430806c0261 821c902bce0ea2ca3175aaf0e9c407f4dc887a55 83d93ef79ed89d5701be132ac1df4c9ddb8f9fe6 84f557cae28756c196b9fc8b7093c7b220bfa82f 88b5a6c88ccf87cef15c5742887ca20cf41fa2bf 890b25f563755d95bda4b225043537bdf5f68cc2 892f7d47284e02037f98e45973f9a5117c149d1a 8e472c9855c31f6d0e23f7050f6492ce9e58435c 8f3a3bbb5c9883db8732b1c0e96dde490f6a7b66 919846a612dfbe8194500143b6c45eb6802201a0 94525ea04be8a7b5e7760baddd361d7fcca9b466 94806196c871f07ecf0b9746317d2aeca85a2ec5 9a98a215772f4e21eadc71f1f99564fc992ad2c8 9bfe4b0eda6caa6ca50c08b2d34642bcfc15a837 9fbb01aa8ff1f78fff3fe1cb71ef646efe789a0b a0cb34d8d96ab278ccddc4e0ad71dcfee4a624d2 a1346a16768ceced24b9d2a342a33e926ef54f38 a395aa677c34f2617333b7f6f010d5b87a8a9860 a441a676c4da9896e8a7fe8582395baa78a4fa95 a6279a818d6b8acb6da99c117ae05dd25435b6f2 a69b285a38dbc846b354d0a1216d61b826844ac6 acde31bc5d0846d0a4aa4814dda2b72c7ee26c1e ae1fc5f09fd4e4e66c3f58cf28b56328282b0bad b2fac1f07e51073454f6ca13ccc69cddcf6ad157 b58bb8cbeb52f1580a85455a20753f759e48ca01 b6e2547dac976adf933622f3234ac1d9643a54ad b8af0e12425706706ec29fcbd20f8c53390ec039 b8f441cb3a165be35fafe70cb5818d9af61d3f6e ba7c5e069ce02094e76a7c007197a0f4f84f502f bbe56440841171da20b9477b4d014ef6f16eb366 be6834e7081ae98f04d00ef1eb9e60b972489d65 c608b05ccab4fe1dd97620c983c51eb53bdd6468 c702dae946222c85c181a16f036547267ad673e1 c7f1790b126730b18caf6b50a55f93e72b1f1934 d1b6efbf756b7019cca793d5f671fffd6e2a8633 d3e16c77cbf66c4ca31456c9c291f5eaa29a976e d57f022e5eb33e5b9cf6077b36a759a6df44c390 d5849b56e93b95f11f514e7bb0dadd1f344b0e3e d6a74ea712f0198cdb2215b829a1fde4c06bd452 db1d5ac370292bb23bddd011233e025c06a875c0 e0a33d24cd59c727990c9d65d5fdae75eab344b3 e110834c23dac64e09c1c4d1dd29a11e297ae3cb e1b4441222bb4fa74277137db95f6de06da1dc8d e1ba4cb35712450b2ce1b593654a0f818c9dd1e5 e3b099af7191484f5d9eda1bdb3a570a6e659bdd e4a8c9043a80fb8caeabb00fe5ae0ff380489b07 e7ceefbfd77154bf3e521dfae24681d0bfdbb09a ea1e364a4f083496c52948ac5d4943c4d562e368 ef183ab8387ef15704ec98c607ae8c40e740ce54 f4a6643339c2a659037b24a5d5fdeee4929147ec f9c0a23fd1fbf263062981ff846069e9a6c1f408 faa6353681448b01e043d71650df8294cf1721da fc1c98bb8f920d65ab195d5ad3f760d8d41d7456 fc2c0761cd9c8eb6138f571a3d16f5c82935cab9
Postgresql-Catversion: 201909212
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-13
Version: 13.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54514
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm16, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-13-jit-llvm (= 16), postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-13_13.13-1.pgdg+1_arm64.deb
Size: 16327656
SHA256: 2ff684e702fc6950c2b8396070528523951137cb71bd2351b8c5b690e73bd2f5
SHA1: 275ab17b82cbd01dababb2f15604362ce6c013e5
MD5sum: 6103b0029cf43966bf754c6a04e67dc9
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 13.
Postgresql-Catversion: 202007201
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-13-dbgsym
Source: postgresql-13
Version: 13.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17423
Depends: postgresql-13 (= 13.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-13-dbgsym_13.13-1.pgdg+1_arm64.deb
Size: 15814344
SHA256: 1137a581c9ec2f4ccce39413992e458240ae3bfec7dfccf8a2bea06a73cf57aa
SHA1: ead4507d8355eb89e2814d20dbce5f2a4783af9e
MD5sum: 5e989fbe5b8379e8571376ed6701a8f5
Description: debug symbols for postgresql-13
Build-Ids: 066edcb17aaa678317a3a0e8c289eae3b21c792d 0975905c25074dcf313f7934569829cf9e8d3f9a 0a79d8bf05b9c151cfb75e533bc7fb2dcb13ebf2 0fd64586ea4e3b230cf8f6461f95e653b119f942 107567bcdabfa7efabeb865179065f8ae43b1e03 1bc2b0361786edf08610587d65c1d45fb8c80d98 2303ffb7ae0436e738217821069978b4c5758636 23fdf0ceb2eec0a292b4e95f90e6cc3d36905ddd 24c347ce9014ea6db0eef7e2c7634c1aa22a1a01 255a36a0fffe2e8fe34d8f3bcf04a5d66a958f21 2ab58421c4f7269b6cd45cb47e0555f9210b23d2 309c5b97053c9134f1c9e25a511ebc82dbace68c 30cfa1e46ceafe672af3c614d1350da8f344c895 310e627471501ed7c71d514f559b36a0bd98f4cf 324b61f529c7f1b15581e6b30391cda7d68d0759 32ede9dbeea365b80eba32efa20b599a3b7e4c00 3498f0b5509daf375356760a1d162fda8a7cdc5b 3539a3e89ad1cdb5cf08b8ef54caf62e51aa68fc 3c6287b14ddc0b3aadb2b9dfb6fd1bb95af461cd 3e04ee1c80c67b760550bb1a8454f50b96ad857d 3ef044116eda5fe02565494456cc66402ec9f659 4344ffe5f9a5a6e0495f7c180ebafa687379165b 43f3e1949627c38e704ffe90610cc3cf1cd52c1f 48c2036771e82997c5f143d3e0f5f83a615b7a3f 4a9f40b5fba749fc310d1831bbb4926213034781 4bdf1fc558f37d5f3235b185a4f1264b6b3ff2dd 4ceb8e9f5940a7d0e2c90b9cf6be8819618a1683 53bfc4dbe8fe2f4362f0e0d58521a87d54cc7e58 53d2d63b04ce0d6c6d9b28d5b22c355382bd958b 540890081a17a2e39392a9677b50648325098bc4 578fad64858fb8099bd6ef127a26d65a36ea4ed5 5816dfade43e2bfee8548d4f8034dd1de0dc7386 5c99a989fb97c2590642faa9dae1ca6ef7745c76 5e511ca712b9d728a161ab8331828696e419bf8c 5e8a08e38ab9da24a91f00dc42ec35eb109c979b 60a8560049e70f57c2476216986655e89b1be541 61e01b9360cff69239bf1d6952f4536f31fe6a55 63154d281d6cd1b16eba000ce28a6e2d8e7344a4 66bcec833f675a6bcc3b857429dff27ca5faae5b 6ac5bcbbc80134e26393a80759ad27a879ad9388 6c779cf76da7402ef525dc647e5ba14005e065bf 6f20209b5094728fa83f69d3c9ab5c56ca9f9747 74a011b5b4e87b9035afd4e19602b0f8f535e274 7a4c69eb095e01a6e6cacb46b4fcd7c5032b385a 8240d57985e9bed42e2967fa41b1981c4735c854 86d2332a604ef954308614a67b176a1843cbe175 8c3311428da2068919a79af0bc71e1f8174ad107 8da75d8d23a19a969b03421e126b06bceeb0a4d2 8df8a5b2a02375be83e9e4910f494dfc1a7f93b0 8f6e5f7959aad2e8fc323e406fc7637db9b1c363 92af69115cb39078b75d671941da26e91347e0b1 93610116c6c549da7fb1b7c575e6e153717c0f7e 947dcc6b4fae3b612e843000df97848f60661bb3 95f348e6a96dde454cdcd219315bc83e711ef1f2 984c5094a1a6e2d046f7b30431038716aefb4337 9a332d790afa08682df4ae413159ad2cc04d9df6 9d129fc2e985236200a451c00125112190b54cae a73f4ddffa163bc531797a583c5c0d3ef5c0bb90 a821a002143417a4a338b1d055191ce0e2f5e601 ad12b1b83148864a33e4aaff013478f810dc5635 b15b017015cd37bbf3c4c3aa03a2681fa28d9ba5 b9ce837ba51c3f8cf3c53c7cea57ff682fe19ce2 bc19750a98f87c603dbb142990cc9bc2fdc4d724 be7e18379c3f234f5a2c53f4ed461caa6724a735 c0e590e146de1c6b19cfb5c8a91ada32b824c9ee c926a3d8b3fd837f1e0b2a14e1f81c3da5b66ae5 c9a7fb8ff9fccecbcdfaa896c8c897d566706df0 cce59ba5edeb73ddeb02d10149dc9e2ce8049051 d06225a77eb90a4fbd406f7626dcbf7043d8070a d5bb7e6dbdbaf502a74d939a0790dff31565c803 d66f4c8e208ca1c0411ff1c3531d9465b97bfa66 d7961521032b36fe52c7c7334ce1bc33e38848d9 d8ed1c606eb0c315a9a09024a3c5259a9fe3d006 d9b7371c1f64250d150ada37d8a1175c333726f6 db1e1ff218722ef38761a4c310789539a4d8d293 dc4c24826a737f3801d625a1799106058bb8917f de4d449dafbbc963323d649049dc15e6ef840f3d dea144a556bed823194a6fc2cbba308ed903629b e75dbe8ba174d2024be85eec5726b9b5f0759dd0 e86f1e5e6734a44187b5571fd3f22261f48f26f6 eb9d27af4cd8ca351d9d289149ed4905f679a897 ecd8fbf6d4b0aae620bcaaa34b87ee809b457aa0 ed2e5030069ce3aa2131dfe85bc5817e20607f6a ed6ef1b140e4deef78a2c716a735c8717b58337e ee6184e24943eccb3e3e997ce11a08e2e0b4152e f2537faf60ab7ac961f65079eb483c010f524ac5 f41dde16282d18dad41bd390ff078a7b54453460 f4d32af56ee920b582cb7c597b6acf611893cf05 f5f5d132f23d2b78e433fc0be14a0678003e1dbc fae3c3e681b3029d58b29f03efc5beae175214e8 fd2f4baf9f8fff881ce4029dfd7dd07059e71020 ff9bce2c843a6c4e4871d915ba367c0f08d2a71a
Postgresql-Catversion: 202007201
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-14
Version: 14.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56838
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 229~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm16, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-14-jit-llvm (= 16), postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-14_14.10-1.pgdg+1_arm64.deb
Size: 17128548
SHA256: 19f3d884558bf0264997ca34e718841ea663979da26c1ae33d2cb5fa1f1c8310
SHA1: ac22fe06620cfb21b7f861172f1b8f8be84d7c61
MD5sum: f7abfc23cc9416f137a08d74b336cc79
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 14.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202107181
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-14-dbgsym
Source: postgresql-14
Version: 14.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18485
Depends: postgresql-14 (= 14.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-14-dbgsym_14.10-1.pgdg+1_arm64.deb
Size: 16694308
SHA256: 30b8ba78333de0f98b0edba495a25e88f63d9c1803aca167575f9260b1e18520
SHA1: e9816382dd36cb71bfab0ded3e2503c112b9ea78
MD5sum: 8747d74ca7fcf3d2a2163ffe38e92770
Description: debug symbols for postgresql-14
Build-Ids: 0a31a4c3af7e1090231285b81f16eb3afceef005 0d59c36eea6d671f27759a6c100d6e674c267348 0e4e74a5a3836b3cff25796533afa37ad87fb27a 1055b4916ecc1f84fdfdb0458bd989b848a20f78 11c0c6866ef1b17d80296b72459c654ae4d4f6b9 14710b05b2687402a1bd8c36132ae087aa0ab4e8 15e4625555e9b75cf1d818ac22c6cf083682bd42 16c7e60844ddedad5f1d8e0db2f961cae8386772 19d212c1a8f14b15493898d1eab33fc53e46334e 1ab28c48f6454029feec0a2c8369bfa8f6923e16 1b0bbf493d93f1784ae1515bdc3d35518afe4edc 1ca1b458cb5ee94f6add2b905c55c487d4f20517 26508b03b4fc3aaefb477d894374fd8440bb5b22 273e5d1c301c2f8ace173bb28e933fdffbb091b0 28a0085c533d966aa7962eddf586adc72cd392c0 292c36c7cace998b6ff1b66bfde988b56eab0ace 30b9433c4c87dbead59c61aa332eb5b106cd005a 35b84cb763a632ff185e5485014c2d23ecbcdca0 38116697f4832fe688d718c1ab64345fff2a2174 3cb12e494af11a9202b1d0490f7dfed95eaa7a9a 41409a261c9b5124e675e451a1753ecdd49b4f8c 433202e90ed477e83abd07c7fe4cd6bd2cf76464 5283cea513958718b4cc78de33dfa96da1476a4f 5311d188aae280d87ab0c7d7ec73c387378549d6 5506e9768ba6f775c2d936e4c8ff98a9689889c5 56637fb3bf2ef2b83b8c5f807f46a766ec1130bc 595d70db75ea85382c73fddafb22e9d1be4aa216 5d306cef5c67750e956cd894431f7e0cd4ccbf03 5e0663592b633941b39ee4c8fdb574f838668d89 5f368d96ec4849956e90635a8f99e6ac4abd5847 64a229340230d3253946234be250d2e43476e42a 68cf39c2535c4d0cf97e79e1fefaa181721c7fc8 6ac89017622cde8233dcc1810e72e1e04e79c427 6ce5774c4ba155958acfd364ed4916df9afb46ae 6dfbe5a1f19450ab835561c9e424632bc821ce13 6ea5670ee2918f47f64eb1ab0e0fd8994e46cb3c 71954774e0e7460963d44f97134ecdfb44876475 74837d1cd0361a591b422179bfde37aa303e23f0 755182def171d4c0aee2fbec8af3e30220a28fcc 7652bfbc12439aa64c4400f1ad97f9fdee00c988 7776d156a96266e6439086dc7c3c16e9fa48fdd8 7a54ea799235f9b5e03f7a2cf25e034a3fc0a34c 7bd7be62ae1d125bff342936b3208fdc5320da86 88967732754b4c6b5360335bacd9abe298255da7 88d68d271a803948ed06d9c830ae42715c811d0c 89540bae8082e2c8cb33fabf88e8270ee7cbd7dc 89bc35fa0fa10f0f528d75d03d6af3ce6bb1cbcd 8bcd70f52d1e0ffb8a8949d21d9558aa5c3fe7c4 8f66b57b855cb8bad21fb2011d4269dbdf98c6cc 93901595078c165ab7564559bd548cb2ee09816a 9392ed4fa10796d3e0c98997e4e283e4674f71b1 9864e0e6f0846af48cc4835b4c0c4bf8da5c65f1 9a8373ed17a87935aa2c795231e26b29c0197a8e a06b4efa8a5f7414824a50e926f9e03e48e04459 a4f20918f0eaac6e2a9c94505993c67181067977 a7728d7d222d0cbd87969d9055c4c5c55792fd44 b3c296d747d27a3a44e59e4b25e61bac7d15ace8 b600d9097d81a250d0e1bce15e9c8f1d0ad69f7f b71aef4d1b7f811093e9d39c833c0e211622f356 b8cd4e11321625b4ece404a6a92a12cc65df5dc0 bb2de7d965703d9027996e64b53982acf03f32cb bb326526708e5d7b0f1df4e79e3ef14034a296fb bdebfc53056db2511dcce1be7928a695f01e0bb5 bee955ba452e65d6013fa65a3310b667a758fc06 bf298e97e47fc58533ead6510f02f0f37fdd9d4e bf9ea5f100c4c540727dce0aa3c3ed13d55f920b c1f0a369313676440902d6a3a43c383bfc774ac9 c7fac703425a795f39db9aeaea9fdfca8830eb6b c854f4f21e4195316db6af52ee19c5a449265653 ca3aff0c92ae06d9ec06b52ead1f987c57384982 cb8ab0a81dc9d5fca9aa54a8cb5ebb76e5d7a04a cbfc9cf8e2b929331549b79d4228155db6786743 ce000f6000c16c1fdf42ef11c804461c778e38df d0620431a0307ee2220af4946fd42f9a2ad25c0e d19fad805f637f791559ecaf31123acdd952a47b d21ebb80f4389dd3575861ad746dcb8159f020e1 d69cc8cb870a1a6aa776cec5590a53f805174f5c d6cddd1c47e9d7419603da37fda2c523b2fe612a da8b386c4f2e6779d33358795c3b3ed3f526a4f8 dc4d2fc4c81cd322f2a9e933621bc59572d9ea28 dce16b066529759c65f809f491c810b87eebc944 de0b4472b324de7ac8d87d921554924dc7fd166a dfd1f70eafc36d7c0d7b95900c35fa27935cdea5 e0bdb36f71c672075845c8f97f289e3a9f957108 e23699bfe5ba277af2c634244f7d6e0e68ca37e8 e255e3426826cb9044bddb0568f7ef35fdb135e7 e323345c77ccd28d8f9a9342fea6d18b796a57cd e423ba26647edbdbcfa8a84bde9bc8fb3b247b94 e4d1c9dfcab2b8861290d0a105a88ee1d2ec8dff e89ed60f9f4539d0d22973eb4f6cf33f69958d8e ebcbce8240e5215b1a769ce1b96a538f1d0f7f3a edef50af55cc4658201e61fc05af6dde8fd46edb fdd54149af6e4dc69c4a7b7210351a756ea14eee
Postgresql-Catversion: 202107181
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-15
Version: 15.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59924
Depends: locales | locales-all, postgresql-client-15, postgresql-common (>= 241~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm16, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-15-jit-llvm (= 16), postgresql-contrib-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-15_15.5-1.pgdg+1_arm64.deb
Size: 17740528
SHA256: e0fd0d0d906b110331a6299d8b6a89e1e91a862dcb271f0207026d6619a50ec4
SHA1: 6d2d9605e148c659ac61c8df0af9b064718ca007
MD5sum: 9c19a389a254a705298b9ee83156dd63
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 15.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202209061
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-15-dbgsym
Source: postgresql-15
Version: 15.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19127
Depends: postgresql-15 (= 15.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-15-dbgsym_15.5-1.pgdg+1_arm64.deb
Size: 17303088
SHA256: 3de0dbfe421d1b7ad0b0a3dd1b74c1f0638e9bbba49a71662500df691f1ba7e7
SHA1: 838a2b2766bda0af037d66abfb0bf7394f922819
MD5sum: 159f78d3dea2ae4f580474948a145df2
Description: debug symbols for postgresql-15
Build-Ids: 04f8083d44ea6d7d6817cc71d556ddc27cd5ad24 050be4c0239bbe8d222d8a99fda46c47e955f747 05c21b7bc743305cf61af3b4942866435a074488 082194664fc7c9914a408cc9a704f38c781f3bcf 0be47b372c37c768552b3e99acbc2ce5ebafdfec 0c6c7885db4a390bf4e615ee241b8996cc71e48f 0eb22d5ffcd9bf41d0ed96106c2e3479539242ec 14107765c4869bc3b4d956969d9001f414b9a780 15a390f5db2467d0808d215a3e6f07daf9a63f3d 166b22b8a975b39a74cb7215cdef788b884a5298 187ba4ab457e4dded28b5c083e8a7ff3f452a2ca 18b051419bb03fc1a2d8cb3254381e37b4c3061d 1b49c4c0efe5a63975c87a0df079b8db70dbc401 1d69b9565fd49d9cd6331342d1a0e52e30f46cf3 1e925a1333401816f3db400fe30e49aa2363f47b 1ec4cf9f203bc8936a7d869f55770290bbaf7be1 2828d0c6a0d060ad2fe96946e2f1d3533f76194a 2a02136bab3cef649d4a22c688777d76fa2ef957 2e30c93cd0a7557bf31ec37c940bcfc0347cefce 2ed81c344931fcf306cd35ac9a7ac6848aeef2fd 34eb47fd6e8bb244c969a8031d7d1844b30b6462 370d27f4c0b10e9d7d3f4985f4cbba64003a602e 377054e5a4f782e10f36aa4e2bd9f037d06563bb 377ee27e4655b36dd0a151dc79c4d16449456316 3e3f0d582d9fc4460a95648ff7625d0aa388aab1 400850f07f92480a121f7a54e7b34df40567fcb3 40812dd64deeff4c089483b39c6109648fa1e60f 47917bfb657a634a37ea795113b799e571312ca6 4967c7c5a3bc12414b775b137db83439989c2c64 49764eed0472ba2f9508d0365298576024e3b058 4cb864a2360a79faa284eebc6c23ff0ff1f1628c 57bca15d9817e6260382bc8949f64d88fc2a5e68 57cd697c891f7ee0bba4e95c6cc46cc9154c63c1 5a7e0819b2d406eecdc4759fb40d9dae670d8438 5bce7266b8f096e03b0ff021f4799addbb46154d 5c614ec48137412d89aaa75ab7da2d1644c2c070 5e8c0ec3139ea151eae05807c24c3f510e7ea503 5f34fa2a1b525f906ad896fb097a5ff67a97ed58 63046dd48794f6b7711e858ebbee4d5f80a156ad 645aa07afb8d0364e1c131fe2442442ab192c396 665dc730e94329226bffc492c85b1726eded40a3 68762354416a5c958d7dcdeb6576787582cc1e06 68fc1270393d2faf9cb9a7b0b6952272ad12e009 7709d380eda0229cc153293a73e9259d126dfdd5 778761d2667934434e91affacd7af35eb0ad1434 77bb30e866e49c9de3c41a10f040c4c4e956156e 7d3cf55e3c5dfc36ecc7088032dd87df15a74c71 7dadf55f022e68dbb64fe580bc464d4f323c8d4b 7ea773a7a7f61e1c61d23fce7a5d7c565239770e 802f1d6a9003b0e1386606eb50d1fd6bf32d1d59 853bbb924bfa76d5d034847e8d60901ae0d6d4a5 864ead7e018a362c54f0f70657ce51e104d3cf57 87c5330dd8b70538078a4a72fae2fe86d711f835 8b1707e75ab31b12af0727966286f90654018fff 91a6caf81f45b73fba5740e754b96abcd76bbe89 947c1550a218559f9829434265b3325a49acf57b 96494ae978392f74e5d7e9cbc09c242e32a4a4a4 96cead99e7ffd3ba9eee3cb19d802fb7ba351c88 9e35bd4d16313d7460273c0d5aa89312376eee2b 9f7d6194bf3f9761420b1114ac8ce8afb4300727 a42165cc806d467fcc7b9daa5bbe2df2c37f2f43 a50a7e88a0f15607e68d7f7cd25bbd7c9c33aa29 a82938df5a7906c3c7be7d3de6f494b911118083 a8336d12234a3df4bfb3a38d83074716c7b9b3e1 a954c75f89cf377091bf30ee080aeae017609e9b aad804350f69c074cbc224ed190d805de18de86b ab257604da49fe3fc3e07d898ba4b4483d8e116a adcb80bf8d3b4c62b120dcbe547302647e8f5c75 b4db59e329456ebf9a9abce5f06462e716565d9e b6265deeb0b4f4bcab348df3fbe68d00e0336435 b8b316b281f1f4776fe1ce0a0bef381987aef13c bf0045bb18bcf7b507c2a43ee6a68376e6ae8601 bf896fd994baf65051df3387798c0965c3073227 c28f207e4c76e6fc4a1559203a488d632a6c4e7c c35d799bf52f2db1c271af5cf069097b9e04cb2d c9b257bc5f061b1ad6305be4dac9a63efe77c8af ccadf76f494ab4216dc6a14ad593a2a62b690d77 d30ebb6c740be44efd12d585668f097bdabcabba d63efbc3858d56c9d38dbf078155cff67078cb21 d87fbace25d79b7a33aeadb21ae2fcaf58cd6b44 db4fde1f1cd0d75d4f161846d63f278190b1e2c5 ddd3c30c1d48964a165238b357bafeb6830f451a e180b73fdfa8ed7e27299141eda306edca3d742b ea9988385443039f6ffe70d6af624651facee9ee ed02401cfc0f9edebff4eba5941602a64f0b9c04 edfd51bbe33f3c04a4600d51f51c8f845452c3d8 eeb310a777fc703f40397e39082930994c0acaf9 ef23a800dfef53ee6c6f544743497e3e6bc5bfb8 f41e815b5cc04db1865bbfe45a2065cb7f3c373d f421ded4b862804502e4b22d29c677c66a553301 f7d5f4b07fe5d05ba146a18b4d552984b0f88318 f8b95c4d8220b0f1992a19a633ed6828b1fd3dbb f92eeeb737fc927d361d25473699f1934ebaabf8 f9e162938e475f5f7d7bd835621776fb1febd6fd faae4540a2b765e5e5a3e9b71fae367dcc993a8a fe43ecc398b38b58435862fda8aa2fdd7e1aec65
Postgresql-Catversion: 202209061
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-16
Version: 16.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63894
Depends: locales | locales-all, postgresql-client-16, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm16, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 16~~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-16-jit-llvm (= 16), postgresql-contrib-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-16_16.1-1.pgdg+1_arm64.deb
Size: 18547964
SHA256: 6ef653b5615f24db518b05f8e470dbdf1da8c3550e0af5060eef051f0eafd7dc
SHA1: 9a46365c116013a3cf5cfe8ab2406842cd8c29f7
MD5sum: 12fe8479000c831c3cdf858c31ba20dd
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 16.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202307071
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-16-dbgsym
Source: postgresql-16
Version: 16.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20648
Depends: postgresql-16 (= 16.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-16-dbgsym_16.1-1.pgdg+1_arm64.deb
Size: 18807796
SHA256: 4a010739a99cf3f7136904907821f9199733f3b53925a45ad1d04f975f90c6c4
SHA1: 3cbe1f638ca1d61e52fd807c4b04d3a9da1d577f
MD5sum: ae1c358187a53935d3aaa4ebafadb889
Description: debug symbols for postgresql-16
Build-Ids: 01af6dcc92a88b8dff05837150268b647b7523cb 0738b46b03db3fe4d0f440a0254eadeebf306651 07c0f88042491e524e2aa7f53acec2c91c534042 0b1fb5e12c66c098b904fcc0ccca19bc51fc6610 0de9fafb94cda8f9d77b493ed6013ba6e5b10b1b 10d8ecef204e5d6df02fbb49e2c207696a2a9761 11ae1535d04dd09f727c6fddd5a25bda298067eb 11e78381080e1d64b850d017d47a0431a1ee1915 13cc6425cc547c40ab07257244f9d19c2cfe6884 17f584d3bbc5c367eb8a6e2ca634ab5330824024 18bd2f30d2c4089801ff79f8d6be154c179a35ea 1b48b8938a7cd654991eaa2a4175a65c767e2040 1b4ba620875dac86de9640bd7a6e4d84dca70559 23c6c53cd3369de9d3453d1c35849a41e7b46fc9 27b00c858eaa2f96e1c58252b5491c3d382da2fc 2843100beda317393aa1fa6f80207f7be853b664 28b69e43eda40e0f1cf6a22ee92f2603dec97d1f 2b468aa001746e5fe3eb2dec98bb04b04c751e4c 2e52d0c3ed28173ed55e03200f0c425985524cb9 30cd9aaff8e21c62ff76748d18dd5f2e1181efe9 3670322eabbb3f0166b36bbabe33995faab4e470 373a628e27f62ed2997daf47f83fbb3c86f6cef7 3c9f23ec281ebfdac7b29746ef967dd1a71943c8 4055920e8d0b5b4a14b1d45aae1d70271f56670f 429c796d44e73b415e42575d19d180e4d54757ae 45aedbba7865840de84423b7ee5c6ba1aab151c9 4ae1805d9f40f4434bbd8f44bc72255faa9894c2 4b339b6a2cda857dbf28b4825971ff3b4cd495dc 4c61d101050ec1dd61eed86ab06208c6bf3e5b4a 4e35884481c7dc7219938e00d4a4aa2081d68129 4f52e0527fc83e492179561393b4b20ad4f3f78f 52c4017aeb23247750ffc27756b4c35ca3525984 55acadfa01d3bb498847667dd0eb6327814f4053 594417f5776af955673b3fc232a557808f6fbfff 5a87182e459c5ce33b2125b13f9cd9b3537e4303 5bdee305f0b71a22ede51c5491a8e4191e4e386e 5c1dd1bff81c98beb1f6c8288d42573a1f9b3b1b 62d2c0521e4ff362a0cae796df2a4bab226ec8b3 63fa4e47e1d982fc44e0ce359f80f10fbc7d8660 683e0347201f2accdf73ede47fb6666a8a6859e8 6a0a69b25d3b24fe66fb12d090e5f8c8f9118ddb 6b7ca7beba30319fadda072e9d3f846a61ad786e 6c6f426b742a3f5e848023e15bf30494a308951a 6d41a770e96d2015931c2804531f5a919444e62e 6f1999d8a0ba66a3eeb51a5b4ad93829e6aef777 7797226d6f91b94850968ff5f2f4d413ed78eb00 7af895f9ab344073b5ab6051f60331eec30bc066 7ef8ca8ce6cb93d46c1a5304d28df0d32ba7cc1e 82a46fd85457ae35df7afffcd8aaa29dd56c8bbf 83682d471dba07e2dc7f76213849948f8145fdaa 8559c4aa5290b23411a1fa5d2b32f76ff2a7affe 85cc2e8ac69323e91c5db3a4b4b534a16c3b1bae 864a972cf8f2b9f46c5bc88da378898243ce36d0 891d7e393006088e74459ba7493c8a5f480205e0 93f8dfead0a50395872995f2193343b756b6cdc8 9789fab3ee90a0761fe2a33d0e40b906a8738234 9a3fb6f85856a7424bcf1b310d4c3b6aa0cd7998 9a897b28be229ff254fc0602a79566603e954ba2 9d7892dfe66724f1b8a0d0c4fd851cf45bf1f720 a7e92e2c6f39377beac8721a1cd5cb3e864ba33e aa7c833f2ee9b22a59834a43a126e494cf79b39c adaffa76afb0aebae68f9b54a4ec9da00a3036ac aee0e1e8c1f70bffd004a650b12c3ee97bbfb48b af0b8da469473673231603d894061b4af2491128 b09fdc9b493f14646e2f57e3539b1c49887541fe b1e2e189a15832b7677d8058a9ea714c6866dac8 b300391772484a75ef251313ee7027d6da192023 b4be1b524f5c9dcee4691ccf636b29335dc7827e b567bda73f0af9b8ebb44aedc1ae8f3c9181621a b8e43a5b69938b14da085b8eddfd0e9e2ce0055e bb99f981d0f0b97d43cbb4f78c5dacdf417b6f21 be3f089826bb694ec63e4ceb85915413a300850f c02612fea964cd4d6502752b0a7ba604ddc9b38c c1a08cee7a08bd5d81b8c37c3d028703444cf544 c3f50960f0744525477f683af16d82b1131aebc5 c4821f7f87caac8a90e29ea845bb2f8fd48ffced c63fc01607e2eabc2eca5c89d3aaac80d6a4926f c6930d3ae4bb4a6dab5e4cb40d7812596c4062fd c72ec0f93742ddf453ed8c0e6035f3b736732fb1 c99f8df8003946f64e4eb7fb33bce354bb9683d4 c9dc805f812c50e93ee7f6ab0023e7c6012b3032 cc3070feb5134114e9f7c9ac38f803afcf7f28fc d21ed7f9a016e7b84a2340b638b6f0956d09b2bf d3e50de0fb2a18e21318e8603cd2924144c23759 dc7c59586963b1c5ee923e76fc06b6cc6b448a79 e0b31e1c845cff8e4c1636a2df7a07e8d879b010 e453fd88e3c7e4a68ffc68ae1a139d1f3f115bac e4aa72df390a1913ca012362d6eaf2246991d02b e6971fbfa049073f06a9bbee5dbf8a1648685e8c ed7673bc98362f64b38ec8527508a62520938393 f22d85ebcb2d9866ae7d544910ffd0f6303ee221 f3239aa50c60aa2f75f08bfe69497a5730ddfa6c f3b49429c164111eebc6f7470341d67044a85215 f6b4bb6c99a2fe8ddacc6983768bfe84432ae95e f71b01ac0b678ab4d69174aa9e98cc1559482ad0 f8861a6d352116075d34a20b5f67a1a5b4bad89a
Postgresql-Catversion: 202307071
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-all
Source: postgresql-common
Version: 256.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: libecpg-dev, libpq-dev, postgresql-common (= 256.pgdg+1), postgresql-server-dev-all, postgresql-contrib-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-contrib-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-contrib-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12, postgresql-contrib-13, postgresql-plperl-13, postgresql-plpython3-13, postgresql-pltcl-13, postgresql-contrib-14, postgresql-plperl-14, postgresql-plpython3-14, postgresql-pltcl-14, postgresql-contrib-15, postgresql-plperl-15, postgresql-plpython3-15, postgresql-pltcl-15, postgresql-contrib-16, postgresql-plperl-16, postgresql-plpython3-16, postgresql-pltcl-16
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_256.pgdg+1_all.deb
Size: 11468
SHA256: 6c1ffeace52cd8cc24724d64f038c03074644ade9c80e01728c4ec142c7679b9
SHA1: 2c50d2406aed88fa62d27295a75122f997555eb5
MD5sum: 87279cb893d124c09169d2416833e502
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 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.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-client
Source: postgresql-common (256.pgdg+1)
Version: 16+256.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: postgresql-client-16
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_16+256.pgdg+1_all.deb
Size: 11336
SHA256: 4d04dbf41a23d0297a0c0ddbb98f552f4047338ae1b1ad995114536ef5cc5c7a
SHA1: a7a71c56ae1e482b67e69f1ee67168829c5d2171
MD5sum: b35b621207945c321de3db0b696749db
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.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-client-11
Source: postgresql-11
Version: 11.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7183
Depends: libpq5 (>= 11.22), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-11, postgresql-doc-11
Conflicts: postgresql-server-dev-11 (<< 11.6-2~)
Replaces: postgresql-server-dev-11
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-client-11_11.22-1.pgdg+1_arm64.deb
Size: 1468728
SHA256: 134807bdbfa96bb3cbdbddc10d7cdf1fae716ecd21fb09a4feda01b406f3976b
SHA1: b280792ac814534d1f9fc5533b0719b679da3146
MD5sum: 143b80cfa990e83a9e29e3ae12fa38eb
Description: front-end programs for PostgreSQL 11
 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 11. If you install
 PostgreSQL 11 on a standalone machine, you need the server package
 postgresql-11, 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.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-client-11-dbgsym
Source: postgresql-11
Version: 11.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2013
Depends: postgresql-client-11 (= 11.22-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-client-11-dbgsym_11.22-1.pgdg+1_arm64.deb
Size: 1699020
SHA256: 824eb56563931826989099d4e9594f31f1c41cc0ce3c01970b8e71b9e8d42109
SHA1: e646115b1b3719976408b3c2cb3a7547272d72c9
MD5sum: 1d05deff34f72f9cdce192f4a82ab6a7
Description: debug symbols for postgresql-client-11
Build-Ids: 2cfa8d3314a9e3ca1f17282040a7cd99c93d10b0 31cb818c58d8d04fbfe0cb434fe288cf94da7ba4 37e62afc11698274096395d26917e25446fd7ca1 3b653faa4a877b0c5117dbedddd62928d0e63fae 471ce5d7d8498a8085ee188617dfe7d0fea61b26 75c03a546d5fed7a288612dff6bf62d3fbbe6828 7ab258e0eb6ef40c1033d30de1fc6be32bab8a98 83d5c06b228cdddd5439e43d37b41504fe4ad139 9d4413984601f44189069b5cc8838d125187847c a9bdd29f88f424a4ca9b602389841d3acd5b3289 b0b2dab1360e7789bd99eab53d51d1db2147a0b5 b33b7173b9bc5a955f61b60e18d4ee2bef6abc41 bcb9b48c632e1b33803e1a384d30c9cbe835ff5c d7a1cce9382dc4902bab300cefc84cc55260a4c5 e100d321ddb373685a2119ad910accc8ad4cb0e3 f87e4ee0b4fbd916a42da25bdd76b327bfaacd27 ffd42407e95fada97b8cf3d0d0efd4b65f882c7f
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-client-12
Source: postgresql-12
Version: 12.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6659
Depends: libpq5 (>= 12.17), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-12, postgresql-doc-12
Conflicts: postgresql-server-dev-12 (<< 12.1-2~)
Replaces: postgresql-server-dev-12 (<< 12.1-2~)
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-client-12_12.17-1.pgdg+1_arm64.deb
Size: 1406236
SHA256: 4d3a3a4b9611eebbcaf335be0ae7314debf963a9b02753351ca2960204bc44a6
SHA1: 1ea84f0dda6d222d0997614d5362abcae3e5c698
MD5sum: ce7796f5f0101a8ba9e100d439961ace
Description: front-end programs for PostgreSQL 12
 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 12. If you install
 PostgreSQL 12 on a standalone machine, you need the server package
 postgresql-12, 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.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-client-12-dbgsym
Source: postgresql-12
Version: 12.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2218
Depends: postgresql-client-12 (= 12.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-client-12-dbgsym_12.17-1.pgdg+1_arm64.deb
Size: 1873164
SHA256: 2b1875445af6b1d6de958d523d33917ed6cf4cfe18cad305c6b07e8ddd9f1ff8
SHA1: 3a39d5f797b94efb861386402e81596039ca3dcd
MD5sum: 556b2213f2a45893797d8e8bcc887d92
Description: debug symbols for postgresql-client-12
Build-Ids: 051d23d506c32652f04d7c64ab276f767d02f3f3 21c6a51a6d5e6544a53adeb607a053585d1ae561 258f92eaa7cceb913f69b2a371d0d0ce92452f5c 2f5d3d8bda1c98c7b077e61f38c210906ac8760c 4031eedd9b40f9855ec1db9d22ced7334f11fd59 51d85e3a4a741ee002ecf8b9862b3ec41de8919c 640d0ec0da57fef483a2d76d101c6d439f2e6a1d 73a90ebbb5b104e1ea74167b29ec001c831cb9aa 8fedd5246bbfab4cbf433a9799c7f415f234c6e7 93b1ba9f61001f0185bfab11696532eae4e3d8c9 9d109b65d86327e724843ed62ec31dfc74b23076 a835abf8076cd11f13bda111b233b5b783a9a06c abf84796b44ce991cd6971d882c57fb5f06bf1df b8278cd510bce37c57ada6eb5b8820e960574458 d2d788ae86543c2fba5b9fdc3a5cdcf64270ccbb dbd92cc42ecdaa3a5b03230d7cb91d34d010ef22 f5745c4c1ca13a3351dd3886b7f5342e2566db9a
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-client-13
Source: postgresql-13
Version: 13.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7170
Depends: libpq5 (>= 13.13), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-13, postgresql-doc-13
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-client-13_13.13-1.pgdg+1_arm64.deb
Size: 1483628
SHA256: c71c4bbcce10720da3a33935ddc6b984527631e9f1cadbf6c369afaf3863be62
SHA1: 05e127191400e423786500b70b4af82fa36cebc0
MD5sum: a2a49a0ec30d70c013f424c13a0d11a8
Description: front-end programs for PostgreSQL 13
 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 13. If you install
 PostgreSQL 13 on a standalone machine, you need the server package
 postgresql-13, 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.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-client-13-dbgsym
Source: postgresql-13
Version: 13.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2390
Depends: postgresql-client-13 (= 13.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-client-13-dbgsym_13.13-1.pgdg+1_arm64.deb
Size: 2013916
SHA256: 9e1f2b7626ddddd084e59e4c47c3a39fd8822d6fa79ecc07a7c69a091e4b49a7
SHA1: e54d7933b1ca4b1c6949bae7fc34a53b4c62ef94
MD5sum: 33139d431b5799d343cdc86c60b86137
Description: debug symbols for postgresql-client-13
Build-Ids: 2b2376d34eb3730d138bc6c210f9360ea753ba93 3d9b9eb7a85b4901cd7df648ec07f3aa75797083 419c451c71f6caa22c503be63cc1f3ff8c2a640f 42c345fea4e6efc97bfd244dc6b9df0cd4458d7b 43f64749fa0cc3c9bb42b5a4d4635d53cfb6a413 61c320afe3cdd5058e7979817ef3f50d45401fe9 688b830d54305dd1d6b3deb4c2729ad5b2ecd6d3 6e0481f467767e722a375ccccbe4ee41d5e0a5f8 6f342c57b737078719cf94f4c238c146fdc58775 6f6c80ab20f51a14543dfde1ff118042588e3d20 779ea2ac0380aa950dfb5e935ec9bae74f5a3152 824459f67e95313a343681869aa23b8b27bd848a 99e4199a1a2bc39fcf0bd9ca8a6608326464e132 9b4f237038d04aea62985818eb977296521f1e83 aa826d86e04d6d2cd5c5a8f09e91ac24f6c42ec1 b17bfaf5b513ba59ae912cff7d24151f71c46c7a b88538c273305d448279e15f829126c4a8019859 e3a9132baa30b4c2f83f024cbd898f007c551886
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-client-14
Source: postgresql-14
Version: 14.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8265
Depends: libpq5 (>= 14.10), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-14, postgresql-doc-14
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-client-14_14.10-1.pgdg+1_arm64.deb
Size: 1599332
SHA256: 646c21cc3b673f23c8737b7269f447553c08b129a48970da05b5103b7ff4602e
SHA1: 9a983d551dcc30673c852abbbd2b46009f61f9c7
MD5sum: c6e0a9cb3767ff550172cfebc671c51f
Description: front-end programs for PostgreSQL 14
 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 14. If you install
 PostgreSQL 14 on a standalone machine, you need the server package
 postgresql-14, 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.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-client-14-dbgsym
Source: postgresql-14
Version: 14.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2780
Depends: postgresql-client-14 (= 14.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-client-14-dbgsym_14.10-1.pgdg+1_arm64.deb
Size: 2337712
SHA256: 9803142c08dfbe84857580fd55e11cada18244cc18436faf7f3a90fcf82d1d7e
SHA1: b944d1d686af0823e0da396a065ac1a52aa27ca8
MD5sum: 8ce472b33addebd8dcf2e53033544120
Description: debug symbols for postgresql-client-14
Build-Ids: 177d6cb92141c11ee6330cecb62dcf14fa6dcdc8 1ba373c6ff67c22fe7101c2a9864ddad57a3c03c 1d58c3166d327cabaf77015a5853a0538ad909e6 23c66b209fab316cf581ce04fcd28085b4c63e4d 3f5ca8e688ccb63711d97da53557cd0c3b53c455 40768901fa81293ebe1345c6c4966d406733175e 42f0da93b212a728f5c84cafc294fa102c74ff74 4c60bfd3470d90feb7ac8f680b9d305cc06ec4f5 55b96904b6f764e0457f36c9440a94dbfae1c8b3 699ba0727e20e00ebf38ab4c6c83ddcc3251fb83 6f1c9871a7ec221e17e313be6d4ef6f625fe0b28 70420791cf5d5bf3917a47e134c9b386185a469c 84d48f459303a8a8c9728e9cc3385ab7ee3a169a 8b437af15e3e715b590d1abbf818263ae6db6c0c b347ee31d7a568aab25ecf524caaee73f4930afd b437765fcc0b08474d6887ecf300ea8c16553ba8 bdc97477a072da1ce45489036771e92ce149c47a c069b622515554144c9557357261808d4ebc7140 c901265c87e61f35cfdd28dfd19bf6ec200c0bba df7aef8bede84ee0b1f664c4d3a7d9a011994990 fb44b53ddcc5f17473e79312a7cd288b176b3579
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-client-15
Source: postgresql-15
Version: 15.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8791
Depends: libpq5 (>= 15.5), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), liblz4-1 (>= 0.0~r127), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-15, postgresql-doc-15
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-client-15_15.5-1.pgdg+1_arm64.deb
Size: 1662280
SHA256: bc590ad062fec203e9b8c0ac17baf6af69409ebd555dbdff1f077532b8ca1f29
SHA1: 358a28db8b55d1837a86f9fc7972fada49963273
MD5sum: 2931d62f2969e115d9d5af38fbe78a06
Description: front-end programs for PostgreSQL 15
 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 15. If you install
 PostgreSQL 15 on a standalone machine, you need the server package
 postgresql-15, 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.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-client-15-dbgsym
Source: postgresql-15
Version: 15.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2969
Depends: postgresql-client-15 (= 15.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-client-15-dbgsym_15.5-1.pgdg+1_arm64.deb
Size: 2508524
SHA256: ffddff662fa7846fc805173682efe580c3afad8cd58fa53f2cf945e9796304f4
SHA1: 4200ce201b251ba6e98ed8b10bba6c30df47e835
MD5sum: 9168c993aae8e85464593eeb5b0f261a
Description: debug symbols for postgresql-client-15
Build-Ids: 09df270932122140a6c058d8b66c4f958049a207 0dffacc08cb026cf93607a17122d284176538952 3bf6103c6ccf13e36b6f1f53148dfcd6a7c96afc 3d9144779e74b2ce03659504bdb75a4302a2ae26 3f40b812e2269be204c3aa66b55f4177272c3630 4272f0c4400d13522d7a7a4b9fefd89c0dab6bf2 4b47c4fda633da1a641093a2ad57029860601582 527f9a68f952fc74f4ba81f91b3b24d07abaa78f 6dbadb7e51c9fe8738fc50f7b991d1b29bcb3d4f 947c568cb51b2aee8daaf8e681e7c0e003b092e0 9ba6e331d29b1acf46d2e4c66861f64ec11e821a a85c2646f662c74d3723e737d888a4b9019dd1ce ad361c30390734d367dc1859a5d737ad9f284b8a ae324a5508da041d4787704646d44d359b97fa63 b5c39f5db05bdbae13a1f1c487b47b3546647c0c b9367ded2f6e973535962de201b2db8b67ff7a16 c7d3d00b5846b89e7f00b85e7403ae8f9fd42a63 ce6911f5014a766d0e09db4b83a8a0318abddfb1 ddc707e0af8c3ea145ae38ffb97d65dc056f88cd f6e842d981f15507381a62bbefc217b27d54bcdc fe259c1bb60e17a9f301858b9d8f364cc3d4160a
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-client-16
Source: postgresql-16
Version: 16.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10166
Depends: libpq5 (>= 16.1), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), liblz4-1 (>= 0.0~r127), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-16, postgresql-doc-16
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-client-16_16.1-1.pgdg+1_arm64.deb
Size: 1871080
SHA256: 3a3ba47220a6656d8c3f844a1524713b33dc965c8e02df00aa7ade4a30c5b153
SHA1: 139543b8330fc6962c23de6c295a190da8a647a1
MD5sum: 1b81128b2cc7ed0562433be4ce151ec1
Description: front-end programs for PostgreSQL 16
 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 16. If you install
 PostgreSQL 16 on a standalone machine, you need the server package
 postgresql-16, 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.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-client-16-dbgsym
Source: postgresql-16
Version: 16.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3066
Depends: postgresql-client-16 (= 16.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-client-16-dbgsym_16.1-1.pgdg+1_arm64.deb
Size: 2596904
SHA256: 425d7d92a944864fe4893a2edec64324d22b24a5a1063d60dd8c92c2ba1cf3c0
SHA1: 1f18a66aed53cf72fc955fe2c1bf1e86f00e2a6a
MD5sum: b029546582ad5d9f38f06c2b860ebedf
Description: debug symbols for postgresql-client-16
Build-Ids: 14600364a5025f2a4ea65efbe10f281ebe331da5 2953f6420a5df02d70884547ea5940ec8aa30ae7 35c3c0a92c63c00277003c4b2a8f14988f8f254d 360346430786e95da0d099086e0bc81317ac4fd9 3b00ecea5b25a7e512f2d60d555f1c812a05d058 3fdfc21db5cf4f7c020501cebbe1a0d328d64eed 4489afedc0af4457863329b3382afc0de3c3974a 570589c824a327c2a82618beda8968510d5c6e3b 59e59088cd0e7ac3e1cc845d0ffb05562517b3c2 5f3dbe884be4b17e09bedb9ead8a1440d2528607 633ccbc73718d8e43f95441c01b014b481f2a65b 7bc19026994368ff5b3709990c2d52cecd5fb9b2 7cad598d03d2e45cf2f507d3eb17a789c88428c4 81cf3f4dbad2d39bce406f1ce77811aab0fd0a6a b071aac8df9eee05b9962316235d0724e363c249 b8740b04bd3dfcfec6544932bd9ecbaaa614584f b983587a9a31f1968a16edbc28877ee0fdf64ef7 ca47aead0318e450954148be0271a60358768799 d87f98dab63f504418c060fd60238d2bd333dd1d eb0e7b0281de9e4607f114d916d2a28391865474 f58647157820851fda1c281c414c45eecb73c878
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-client-common
Source: postgresql-common
Version: 256.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: netbase, perl:any
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_256.pgdg+1_all.deb
Size: 36388
SHA256: 0543580601beded67ce8cb4ee62257e0e20a5e9aa2e517d74d7787941cf25e4b
SHA1: 30c83b0573f8de8bf77eaaa8ab8edac7d5380993
MD5sum: 34ec69855d2513b431a8755e4d314f9e
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.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-common
Version: 256.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 659
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, libjson-perl, sysvinit-utils (>= 3.05-4~) | lsb-base, postgresql-client-common (= 256.pgdg+1), ssl-cert (>= 1.0.11), ucf, perl:any
Recommends: e2fsprogs, logrotate
Conflicts: pgdg-keyring
Breaks: postgresql-9.1 (<< 9.1.1-3~), postgresql-server-dev-all (<< 204)
Replaces: pgdg-keyring, postgresql-server-dev-all (<< 204)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_256.pgdg+1_all.deb
Size: 179716
SHA256: 753d74ed34c16091d2637f8932c4270cef3d640616637416c5f9aaf0d22bb5bc
SHA1: b7ccea6e3f8dd1d937c2807f7fcd53be0f7a0d8d
MD5sum: 4f2da33790a86cd56eceb43d28e8cfd4
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.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-contrib
Source: postgresql-common (256.pgdg+1)
Version: 16+256.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: postgresql-contrib-16
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-contrib_16+256.pgdg+1_all.deb
Size: 11328
SHA256: 39addc5aa31f09ecdf0cae0df5d42f15da76a15a14a5e99556edd6a3b5710093
SHA1: 9400730325c7d71960fe6609942573a334db12be
MD5sum: 62ebbec2ae3a72aa9bdbdcc9eed06156
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.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-doc
Source: postgresql-common (256.pgdg+1)
Version: 16+256.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: postgresql-doc-16
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_16+256.pgdg+1_all.deb
Size: 11324
SHA256: 9bc9fa6328e6c59a78ea8832034aaccebbb402b18ce487deee2e539ddbae2336
SHA1: ca218a1d73b2ee6d2629cc69192c6a3da42a84f4
MD5sum: d3ef6514ff00085279ad01f44f0aa20f
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.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-doc-11
Source: postgresql-11
Version: 11.22-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14658
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-11/postgresql-doc-11_11.22-1.pgdg+1_all.deb
Size: 1887620
SHA256: 261d400e0528b6c9f4c75896131698304d9710d05d89fd5c28ecc55e6ad6dd2e
SHA1: d6648d78a631654f59f1703ffa321e83bba3901f
MD5sum: b30f86067c6ccd92d0666f28216d6997
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 11. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-doc-12
Source: postgresql-12
Version: 12.17-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14975
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-12/postgresql-doc-12_12.17-1.pgdg+1_all.deb
Size: 1924612
SHA256: d68c1d644f9bcdeb2f16210e2e0c6923950267ab9f5ee0ac0374c1bdaf5997b2
SHA1: e5541dfe41d0995208870fd5521cd78b47d94889
MD5sum: 407f472e1642f7df57b5c09bbd0a4e25
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 12. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-doc-13
Source: postgresql-13
Version: 13.13-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15710
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-13/postgresql-doc-13_13.13-1.pgdg+1_all.deb
Size: 1969700
SHA256: 39f1058d8bd9c5dfdfef2c4a29db66dc231b43b6aaeb70766f131684f7bf48f0
SHA1: 14c8ef681d267f7d91bfdabd80b30182b23d853a
MD5sum: e0c6bbc21ed9fe369e4a171f824cc27b
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 13. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-doc-14
Source: postgresql-14
Version: 14.10-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16150
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-14/postgresql-doc-14_14.10-1.pgdg+1_all.deb
Size: 2016480
SHA256: a00c63c7b5e685d336d4c83411acb6dcd1fc57f1e0dc434b846b037059f9f851
SHA1: 925e0df67a2eb38229fb4d113bfd730fb18d7602
MD5sum: b543e94ec836025c8908d1b0e816c05d
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 14. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-doc-15
Source: postgresql-15
Version: 15.5-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15993
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-15/postgresql-doc-15_15.5-1.pgdg+1_all.deb
Size: 2027280
SHA256: 76c638ff16786002599988bba58fe281076a386732f7dc83b6d3fcf8d8bb189d
SHA1: b98525d7e2918015b2e9667fa3899a6919d665dd
MD5sum: a33a48fa00c2a64640b4df5f4d06a4bf
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 15. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-doc-16
Source: postgresql-16
Version: 16.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16524
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-16/postgresql-doc-16_16.1-1.pgdg+1_all.deb
Size: 2075460
SHA256: a06c675345ac749a285aaa4cebf3596eb2e179065c93db5dd62d2f1b6540e497
SHA1: b1a3e0f47ad1300532d47075c1eb10d5f2a7d629
MD5sum: 6876da831ac8fd05fa5c8e780c0c6c99
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 16. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-plperl-11
Source: postgresql-11
Version: 11.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 436
Depends: perl, postgresql-11 (= 11.22-1.pgdg+1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plperl-11_11.22-1.pgdg+1_arm64.deb
Size: 65140
SHA256: 0cce701c1b0ada13359334bc70d663166be91b0fb6447a0d6415df3d9f4da5f3
SHA1: 8d4c5377ceea02dd1204f714109a24172fb5881f
MD5sum: 4efe2f8179f46e5271384ee234fe3986
Description: PL/Perl procedural language for PostgreSQL 11
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Perl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-plperl-11-dbgsym
Source: postgresql-11
Version: 11.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 210
Depends: postgresql-plperl-11 (= 11.22-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plperl-11-dbgsym_11.22-1.pgdg+1_arm64.deb
Size: 171700
SHA256: d76a3fe8eba7447e7d92c15f36f32df627e610481b4e77c23d3316b4a82c8806
SHA1: d93875ebfc6f1a502b2d63d66d386f82b959e774
MD5sum: b4d5a8da071415ba5ecf1b4572057825
Description: debug symbols for postgresql-plperl-11
Build-Ids: 0753430d9602ffeecf6b26c01ba48a81b310b677 944df67b04dbdae9f70f96035b3b9b4eb793c501 c79282cb81ce2de29f8088f50ee79ab81b448b5a
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-plperl-12
Source: postgresql-12
Version: 12.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 479
Depends: perl, postgresql-12 (= 12.17-1.pgdg+1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plperl-12_12.17-1.pgdg+1_arm64.deb
Size: 85724
SHA256: b43a8d5346016f479a7c8ec076632cd560b7e5dc6edd7345dc0e05f90e2f6c88
SHA1: 18a45cf061e22f8575b0390105d5cbb2bbe984f3
MD5sum: f67475f9fc8050b57e2f275f05afbe6a
Description: PL/Perl procedural language for PostgreSQL 12
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Perl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-plperl-12-dbgsym
Source: postgresql-12
Version: 12.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: postgresql-plperl-12 (= 12.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plperl-12-dbgsym_12.17-1.pgdg+1_arm64.deb
Size: 174452
SHA256: e746f0ee24ee8283f00aa818855f55be91b89f82224d25575619655c3e60f405
SHA1: d8544ff3b4331fbdf0ce953142f45b22faa0149a
MD5sum: 4cce39184eda022b9011728ecd6b49bf
Description: debug symbols for postgresql-plperl-12
Build-Ids: 1df203b399ff2454e96dd0c03718954367172889 6213e803825503448f50969a7269fb9be326b673 e0f486bc9746e569a7ec029c1f253d68994478fa
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-plperl-13
Source: postgresql-13
Version: 13.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 559
Depends: perl, postgresql-13 (= 13.13-1.pgdg+1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plperl-13_13.13-1.pgdg+1_arm64.deb
Size: 90304
SHA256: 7246f237660e26a8799ae68c440e598beccfc0dd749082c96d9f6c30fccd06c9
SHA1: 4fcb9e438eeaa38402f93dfd6a1bb471ec47c1b7
MD5sum: 188dc297197fe9a5f3cef9c3b0af496e
Description: PL/Perl procedural language for PostgreSQL 13
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Perl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-plperl-13-dbgsym
Source: postgresql-13
Version: 13.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 225
Depends: postgresql-plperl-13 (= 13.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plperl-13-dbgsym_13.13-1.pgdg+1_arm64.deb
Size: 180468
SHA256: a653ed02f5860c5131c61a76f20acfce19835bcd7177299acdd45e11020aa178
SHA1: 69e551771f8c7319a260bf15bd810ce1fea74f65
MD5sum: 1701afef3f8d6efb943c2f497ce92717
Description: debug symbols for postgresql-plperl-13
Build-Ids: 29725588e0ef7586525e18693d32e608f246f36f 2bfc74cf7387a3df72a6345a88bafccef8ed04b1 7bbc9c69e10f41bedc564239d29bdd38332023ca aa4fe385acef57d356699634b280b3c9f02ca445
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-plperl-14
Source: postgresql-14
Version: 14.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 567
Depends: perl, postgresql-14 (= 14.10-1.pgdg+1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plperl-14_14.10-1.pgdg+1_arm64.deb
Size: 88220
SHA256: 7310c6faa75308129fe08bb13efd997ed798eb827a2fcaa036671e3edec126a6
SHA1: 3ceea96c5e0f91e921a24b60b32c16b6c242c063
MD5sum: d8ddfc57381a7e91aa276cc91b394076
Description: PL/Perl procedural language for PostgreSQL 14
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Perl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-plperl-14-dbgsym
Source: postgresql-14
Version: 14.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 225
Depends: postgresql-plperl-14 (= 14.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plperl-14-dbgsym_14.10-1.pgdg+1_arm64.deb
Size: 181256
SHA256: 624ac55892e1d4e6997fd68a004e109d1e0c02ae0351962b80a18929ff2f26d7
SHA1: 12d6dc9410516d39609aeb5042b732514d11f499
MD5sum: 70dc672793bb7f07f089a0fb158f704d
Description: debug symbols for postgresql-plperl-14
Build-Ids: 6b6e432846b70630cdd50ac947dfcfdff68b5ef6 e17b9b6cc2929dd0c5b044f9357e6ae8541dc8c9 ee6d12fc549fc98dfdc19b3fb3e2189595d7bf57 ff3da3524bf78d06dbed8090702767bc531e7c7b
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-plperl-15
Source: postgresql-15
Version: 15.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 569
Depends: perl, postgresql-15 (= 15.5-1.pgdg+1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plperl-15_15.5-1.pgdg+1_arm64.deb
Size: 86900
SHA256: ea050535d3ef9033f6d376cb0f084f406f70b7adb69fc95d6eb70725aaea82e8
SHA1: 457dd474310c8ab40af1bbbfda111f5d915cc2b7
MD5sum: d61c8a11873a65dfa20322626cf15fa3
Description: PL/Perl procedural language for PostgreSQL 15
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Perl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-plperl-15-dbgsym
Source: postgresql-15
Version: 15.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 229
Depends: postgresql-plperl-15 (= 15.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plperl-15-dbgsym_15.5-1.pgdg+1_arm64.deb
Size: 184792
SHA256: 3aaa2a60710b38f1de5e52b030fcbaba8c6f91e46f954b99207a51703f749cf5
SHA1: 9265246538837e7b724f6f1ae21bf659bbd25f7c
MD5sum: 2d145fd5146b24676d2dec133e2bad44
Description: debug symbols for postgresql-plperl-15
Build-Ids: 27a94d0e01b028ebc7f24b1edd20983d0ff883fd 5f156a299eec01064730c3e08ca9afb9ae02bc47 b79d49a8c350773e9cea7b48489a2df9ea522d2f e498ba09abbadb3d4f888e88ff02099ab31cb4da
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-plperl-16
Source: postgresql-16
Version: 16.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 582
Depends: perl, postgresql-16 (= 16.1-1.pgdg+1), libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plperl-16_16.1-1.pgdg+1_arm64.deb
Size: 86744
SHA256: 79a30f45d552012228f551d34cbd3e926198265a4cc3c379a66e438d9caedd17
SHA1: 4af8becee7fc476c62f1aefb4594eefbca94d97a
MD5sum: d87b1ed4cfe99c30d51a330fd17473e5
Description: PL/Perl procedural language for PostgreSQL 16
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Perl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-plperl-16-dbgsym
Source: postgresql-16
Version: 16.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 234
Depends: postgresql-plperl-16 (= 16.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plperl-16-dbgsym_16.1-1.pgdg+1_arm64.deb
Size: 188568
SHA256: fbc2c98134e6eb15894f848eef6feb616660f1269ca27ee3b47c6f4e7a6e69b5
SHA1: 92b9095e67a8049418ba40d968f77c4e1d5a9a5c
MD5sum: c48d440970e69d166db92a49cdd02580
Description: debug symbols for postgresql-plperl-16
Build-Ids: 616afab8cba76f744d52bd973da8f5b6fc4a1e94 71489372aef2d9a6d1c6eb3617fe7d89ecde2d93 74b8bad3f2fc4959f22bdd8b7e8b16ae103a79a9 77ac50f360cb71dca3829957736f4d8359dfc073
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-plpython3-11
Source: postgresql-11
Version: 11.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 427
Depends: postgresql-11 (= 11.22-1.pgdg+1), libc6 (>= 2.17), libpython3.11 (>= 3.11.5)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11_11.22-1.pgdg+1_arm64.deb
Size: 76392
SHA256: b09121591c5f97cc81b9b0c7c17bf994621b58bfa095b8ab621090bdc2bfcf41
SHA1: 14366740354d80e2f1337dd5f2e4a1f8dde007f7
MD5sum: 65a49799d701046a632df6c0098a6e8f
Description: PL/Python 3 procedural language for PostgreSQL 11
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Python 3.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-plpython3-11-dbgsym
Source: postgresql-11
Version: 11.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 225
Depends: postgresql-plpython3-11 (= 11.22-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11-dbgsym_11.22-1.pgdg+1_arm64.deb
Size: 173160
SHA256: 086254b6266d542f3c759eddd20d27293bf4e8b82f534403e3cefa903cc69cff
SHA1: 2e4da1517d0482ab6c56e0cdb2bf78fcaed1b405
MD5sum: 3f9d5ba50b2e382c6902b1c1ce2720df
Description: debug symbols for postgresql-plpython3-11
Build-Ids: 18280e6bc9ba9691c7cff973543677140e54cbdc 44438fe96bd98c6afa7658d8aa567d897ba9a84a 5fbf9860676f802370fa7fdfdab6ada71bf74524 f19b533be565b6a6a642717600cd96929735c5d1
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-plpython3-12
Source: postgresql-12
Version: 12.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 642
Depends: postgresql-12 (= 12.17-1.pgdg+1), libc6 (>= 2.17), libpython3.11 (>= 3.11.5)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12_12.17-1.pgdg+1_arm64.deb
Size: 108688
SHA256: 49444c247c25e1417e85ee8feba10a745b558f7902890f7e940277402025b2f6
SHA1: ac84376e0eb9e1bcfc25529452998f5337218f82
MD5sum: faae8b983c0d6f928c96e84d532c6095
Description: PL/Python 3 procedural language for PostgreSQL 12
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Python 3.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-plpython3-12-dbgsym
Source: postgresql-12
Version: 12.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 228
Depends: postgresql-plpython3-12 (= 12.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12-dbgsym_12.17-1.pgdg+1_arm64.deb
Size: 174644
SHA256: 9cf5f84acec5a45c055a21f83c3225d45cf8177fdffe3300abaefd28a34759b2
SHA1: 39c7af978ad9d56211dd43631a06033deac92ef4
MD5sum: 462226636ecf03e489bee626a4e80e48
Description: debug symbols for postgresql-plpython3-12
Build-Ids: 2e84cb29bf01a38316e80380b8992b467761dd25 693169ca2bfe4c83c518780a2c4eb0fa64d4d2c7 802ba504a764ddde98949a3af7a12162d4e33bcd ec0bdf0ba58a26e103c11ccade57228d20119f5d
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-plpython3-13
Source: postgresql-13
Version: 13.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 641
Depends: postgresql-13 (= 13.13-1.pgdg+1), libc6 (>= 2.17), libpython3.11 (>= 3.11.5)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13_13.13-1.pgdg+1_arm64.deb
Size: 107848
SHA256: b7f672a6904dbad403baddb4062801199d76306b629ceb0e442540d69bd2a808
SHA1: 08d20f2157d15bf522b23249b3ff7e555f5d4dc0
MD5sum: beed1e0fb7b31832131fa540958eea65
Description: PL/Python 3 procedural language for PostgreSQL 13
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Python 3.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-plpython3-13-dbgsym
Source: postgresql-13
Version: 13.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 228
Depends: postgresql-plpython3-13 (= 13.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13-dbgsym_13.13-1.pgdg+1_arm64.deb
Size: 175316
SHA256: ff9ea0282c56eb24005d6979b22f2684603001d4227580a2acee1e1491d79106
SHA1: 9f3b626e00445bfc74810c9d270329dfb5523610
MD5sum: 77d86685462864d1dc174c7c291d8606
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 118624493d50adcc2d395b8b45da422f9553237a c060cfb2f66391c226222f465b4a5f59e083d99e e35e1c23a85e4555a3021801abba635146b5f15b fd5c41545b241be2a204fcecd530e003b5e8b6bc
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-plpython3-14
Source: postgresql-14
Version: 14.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 720
Depends: postgresql-14 (= 14.10-1.pgdg+1), libc6 (>= 2.17), libpython3.11 (>= 3.11.5)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14_14.10-1.pgdg+1_arm64.deb
Size: 108476
SHA256: 5ce0a1b31e2828e44a3c75a86bd500129b1d724f41f0c4cf080cb00c782c9bd6
SHA1: 72a4a646039db6d688243de9948b133f72b300da
MD5sum: 9cb58bda6e145a12e10c4da7dd505eae
Description: PL/Python 3 procedural language for PostgreSQL 14
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Python 3.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-plpython3-14-dbgsym
Source: postgresql-14
Version: 14.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 229
Depends: postgresql-plpython3-14 (= 14.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14-dbgsym_14.10-1.pgdg+1_arm64.deb
Size: 177020
SHA256: d21add355774ee29002b878a9d56d54d981a3ca645867cc3b0dbf1f21da1c319
SHA1: 19d99ecf169c85e225567c5dadb41efd22aa079c
MD5sum: db411993957a000bb3d7902b0b09403a
Description: debug symbols for postgresql-plpython3-14
Build-Ids: 3f06cbeda6c0f2f41bd826d8935c901d96d47be0 4f9c4724c6ead043d029169122d5f206f31f4d14 ad1c98142a303cacea23e6987879b16a3609ccf5 d805b699d75e47c5f62408331805d121ffb002cf
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-plpython3-15
Source: postgresql-15
Version: 15.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 671
Depends: postgresql-15 (= 15.5-1.pgdg+1), libc6 (>= 2.17), libpython3.11 (>= 3.11.5)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15_15.5-1.pgdg+1_arm64.deb
Size: 107636
SHA256: a3a290db4c383cf8a6bbd50a0b03d63b12cc1cb14bc209b53db32dd6b9c9bf4f
SHA1: e142a2a2d2309dceaddeead0fa8f2db695623f6a
MD5sum: bf8615a35a9b0a29b13386bbc992fe72
Description: PL/Python 3 procedural language for PostgreSQL 15
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Python 3.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-plpython3-15-dbgsym
Source: postgresql-15
Version: 15.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 228
Depends: postgresql-plpython3-15 (= 15.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15-dbgsym_15.5-1.pgdg+1_arm64.deb
Size: 177980
SHA256: 6f7ce60d19b9e073b1db4fdfc214cf19e05b5edb15869d30b72ece38655af4e2
SHA1: 118531dc863c4ac0190a39441fbfb0d041e8abfc
MD5sum: 0cc83f29982de6f8a6890142c2358224
Description: debug symbols for postgresql-plpython3-15
Build-Ids: 0619a0e8ba126cd3c0ab531ea0391207a186b50c 94a844b627cfb649c88e8b1e65800a49ed1b5011 a53e792aca321ed081227d4e4529d0a3784cd9a4 fff0f32001d35142ddd3c934b0619a9a58556344
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-plpython3-16
Source: postgresql-16
Version: 16.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 682
Depends: postgresql-16 (= 16.1-1.pgdg+1), libc6 (>= 2.17), libpython3.11 (>= 3.11.5)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16_16.1-1.pgdg+1_arm64.deb
Size: 106688
SHA256: 8cf38ded388af102d15b59d5cb8d106330fa0f8d50264f471b57d94e782438ee
SHA1: 93d82e51a1c0c1ee2057dd0503334f808cd2782a
MD5sum: 7b5506f4fdfcd659bbda2bbbdc14c325
Description: PL/Python 3 procedural language for PostgreSQL 16
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Python 3.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-plpython3-16-dbgsym
Source: postgresql-16
Version: 16.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 232
Depends: postgresql-plpython3-16 (= 16.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16-dbgsym_16.1-1.pgdg+1_arm64.deb
Size: 182668
SHA256: c642d5d6d47550011eacc13f92451163150301bc725764f5f88d0e7ffc63de27
SHA1: 3b9572d3a36632f7803df5c9f6b5e9466b933941
MD5sum: 29a2c520a0566ff82ddacaa9790bb61c
Description: debug symbols for postgresql-plpython3-16
Build-Ids: 290708f30c9408a3de02a94972f3db17e2a2b4f6 3d6807d19481090c9c213bded1847b0fa75b6db6 8b74495cd1cde779c1d07e33bef0d6805e27c4ea a3e6293a9d5eb7c2f8e210ec52592484d43e1719
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-pltcl-11
Source: postgresql-11
Version: 11.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-11 (= 11.22-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11_11.22-1.pgdg+1_arm64.deb
Size: 41012
SHA256: b09eb7d945d98c322917257e53bf18065a8840c58a1a8c068b7fe372421c5b6c
SHA1: f16e3927864400370232135e651043be9c0d965b
MD5sum: 3f428736328cdea8675d58f5dc205168
Description: PL/Tcl procedural language for PostgreSQL 11
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Tcl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-pltcl-11-dbgsym
Source: postgresql-11
Version: 11.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-pltcl-11 (= 11.22-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11-dbgsym_11.22-1.pgdg+1_arm64.deb
Size: 70384
SHA256: ca940b832b83ad045f5d8278bf2429eda7b22460635031b1013b00034481b33e
SHA1: 98588bcf372bf240d61b3a0674eca6c4d1fa75d9
MD5sum: b5dd487dba2369526aff009a58c0e548
Description: debug symbols for postgresql-pltcl-11
Build-Ids: af88506c262633c0d670c884ce1537dd570fcdd7
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-pltcl-12
Source: postgresql-12
Version: 12.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-12 (= 12.17-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12_12.17-1.pgdg+1_arm64.deb
Size: 42268
SHA256: 203aa26d2b896d73bd4f45002676b2e13a1f167883e9b9de9fe1c125126d167e
SHA1: 87cc12d145bba2665d6ff0e128a2fdd3faf9de63
MD5sum: 2badbcbdc6e551358d243c94453605ef
Description: PL/Tcl procedural language for PostgreSQL 12
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Tcl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-pltcl-12-dbgsym
Source: postgresql-12
Version: 12.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-pltcl-12 (= 12.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12-dbgsym_12.17-1.pgdg+1_arm64.deb
Size: 71440
SHA256: a57343cd9fb2fdb905060542259323856c8fa788b12fc8f247a55ebba02880c4
SHA1: 1140f5295192e2904c929f4af1dea94b2cc19775
MD5sum: 393b58b45b22b33eed808c267633eccb
Description: debug symbols for postgresql-pltcl-12
Build-Ids: e9eccda7bcf61df4efdd0545e57045e7df652dbd
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-pltcl-13
Source: postgresql-13
Version: 13.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 190
Depends: postgresql-13 (= 13.13-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13_13.13-1.pgdg+1_arm64.deb
Size: 42780
SHA256: 9f9eff4f996e05a1e910666bce8f02b90e8be626f900c637317531257f68c586
SHA1: 2e6057837aab363e0bc4550f6e6f11d3af336f2a
MD5sum: 9250fd412cd2b736e2a217cb6635d8ab
Description: PL/Tcl procedural language for PostgreSQL 13
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Tcl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-pltcl-13-dbgsym
Source: postgresql-13
Version: 13.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-pltcl-13 (= 13.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13-dbgsym_13.13-1.pgdg+1_arm64.deb
Size: 74812
SHA256: 911b74795abc9553036cb8b08edc68d646b372084c5c3939d0a4261a0923b72b
SHA1: 67585b046653e6fe0612c164a15519b3bb940ced
MD5sum: 337ab4c7321167ba1c13a40a09dafc03
Description: debug symbols for postgresql-pltcl-13
Build-Ids: 1b5ad36b2ab0c253202eb8d97149d720dcfe703a
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-pltcl-14
Source: postgresql-14
Version: 14.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 188
Depends: postgresql-14 (= 14.10-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14_14.10-1.pgdg+1_arm64.deb
Size: 39736
SHA256: 482bcad2efffd201c50990754e785e5ecaea8039986b316441e5c25e3f20894d
SHA1: 064cae718f3b23bbcd8c96a8d171132024061193
MD5sum: 8beb604cdb20912418d8d2493fa6df3f
Description: PL/Tcl procedural language for PostgreSQL 14
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Tcl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-pltcl-14-dbgsym
Source: postgresql-14
Version: 14.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-pltcl-14 (= 14.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14-dbgsym_14.10-1.pgdg+1_arm64.deb
Size: 75404
SHA256: 7d0d6c12ed2dd49c50bfcdb867d870baa7856defb52601d379fbf220fc62274f
SHA1: e72031ab4ad21947c679f6770dccdde072f2482d
MD5sum: 73641b927ba9774575417d5501b80496
Description: debug symbols for postgresql-pltcl-14
Build-Ids: 3361090174ffea549c56c4290bab0e7997bdb12b
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-pltcl-15
Source: postgresql-15
Version: 15.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-15 (= 15.5-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15_15.5-1.pgdg+1_arm64.deb
Size: 39192
SHA256: f7500afd0c00cd8c6ad6e430bf8093acf2032106e2f3e8b4e79709e1f2f2e22a
SHA1: b79018024cc65c0b317ec5483ace51e8e3ad6d7e
MD5sum: 5d21a486ad406bd89b52486a730d6f94
Description: PL/Tcl procedural language for PostgreSQL 15
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Tcl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-pltcl-15-dbgsym
Source: postgresql-15
Version: 15.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-pltcl-15 (= 15.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15-dbgsym_15.5-1.pgdg+1_arm64.deb
Size: 79196
SHA256: 0db3b7240fbf1ca556860347b943dcdfbceeaeeb96afdb1307459b696b86e77c
SHA1: ad141e66128a356abd50f5685d1d60f3984a8816
MD5sum: 04f96c479946ed88d28c1de7b739a69b
Description: debug symbols for postgresql-pltcl-15
Build-Ids: cfae67957c801a3fd29b4fb800210cb8bfde9886
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-pltcl-16
Source: postgresql-16
Version: 16.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 203
Depends: postgresql-16 (= 16.1-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16_16.1-1.pgdg+1_arm64.deb
Size: 38428
SHA256: 2324e37e405bc7e56cbf4d4f85741c236c1316c93d7b2570784d8e903e40b024
SHA1: 29e5916427ecc408fb2e8fb8c990fc9d1956cd0a
MD5sum: adea6382d413db3d89c0e24e2265c3e4
Description: PL/Tcl procedural language for PostgreSQL 16
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Tcl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-pltcl-16-dbgsym
Source: postgresql-16
Version: 16.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: postgresql-pltcl-16 (= 16.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16-dbgsym_16.1-1.pgdg+1_arm64.deb
Size: 82044
SHA256: 09b47e26f9b7c82377c90ddece663513255e006dfa5bb711ef0da419fcc6fcbb
SHA1: 1a1738c9066e1d28b10c3ac240877916e425550d
MD5sum: 78df5f4531a8daf27463c4a00097d01d
Description: debug symbols for postgresql-pltcl-16
Build-Ids: 497f8a654bd5e524fc7b2a5dd0785c6181294033
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-server-dev-11
Source: postgresql-11
Version: 11.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5075
Depends: clang-15, libpq-dev (>= 11~~), llvm-15-dev, postgresql-client-11 (= 11.22-1.pgdg+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-11/postgresql-server-dev-11_11.22-1.pgdg+1_arm64.deb
Size: 929420
SHA256: 10d0ea2064f22f5d8f9dc368510b42e4581745344b2e841a0bc5d85085a179e9
SHA1: b1b633fa4cb483480884e3b49cb5fd8f30814aa5
MD5sum: c3f1015a46bbe8aef2f071b83515cb6f
Description: development files for PostgreSQL 11 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.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-server-dev-12
Source: postgresql-12
Version: 12.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5661
Depends: clang-16, libpq-dev (>= 12~~), llvm-16-dev, postgresql-client-12 (>= 12.1-2~), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-12/postgresql-server-dev-12_12.17-1.pgdg+1_arm64.deb
Size: 997312
SHA256: 7e92d5acff4a0d253a82108bf0145f2d01a266ec10f3ce9d053b15ac680f1bf4
SHA1: 9af82b88a7e7cbef055e24c77162bd56d50cdf0d
MD5sum: 0cb234bef9648e451a1c7b7e5162220c
Description: development files for PostgreSQL 12 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.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-server-dev-13
Source: postgresql-13
Version: 13.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6176
Depends: clang-16, libpq-dev (>= 13~~), llvm-16-dev, postgresql-client-13, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/postgresql-server-dev-13_13.13-1.pgdg+1_arm64.deb
Size: 1043064
SHA256: 3e48b15c761bf5b26d717148316c47dbb972e83810d6fccdbf15a010c22e5e82
SHA1: e9118e25975b485cd38ff1feab247cc443b81180
MD5sum: 50034fbb3e335bc9c0a86835ebbeef94
Description: development files for PostgreSQL 13 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.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-server-dev-14
Source: postgresql-14
Version: 14.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6691
Depends: clang-16, libpq-dev (>= 14~~), llvm-16-dev, postgresql-client-14, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14_14.10-1.pgdg+1_arm64.deb
Size: 1116496
SHA256: 02acafe178e8879667e5ea11372c1ad690ab1f56d5ff55617ad172b1e105001d
SHA1: ba8e4e4628330f44ebf535dc730f0dde956281d5
MD5sum: 7e90dc1d6af8f9dd9b809e12b06ab799
Description: development files for PostgreSQL 14 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.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-server-dev-15
Source: postgresql-15
Version: 15.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6850
Depends: clang-16, libpq-dev (>= 15~~), llvm-16-dev, postgresql-client-15, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/postgresql-server-dev-15_15.5-1.pgdg+1_arm64.deb
Size: 1141176
SHA256: 66cc6d9747a268b45b0d465b3251bf1a6dbaf960eed6b530251a1afa58223117
SHA1: 08f842c3bd3dd1e158ca9591a561af82b6994d83
MD5sum: 2fa60ad81f4eb6dc1e8ccee74bc9b543
Description: development files for PostgreSQL 15 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.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-server-dev-16
Source: postgresql-16
Version: 16.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7043
Depends: clang-16, libpq-dev (>= 16~~), llvm-16-dev, postgresql-client-16, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-16/postgresql-server-dev-16_16.1-1.pgdg+1_arm64.deb
Size: 1168064
SHA256: bceaeb304c085786267d4d3a67ea59edfc2f25a78765f0394ab6fae7430382ac
SHA1: 0a906ee1611ef9f26606a0cef46db35d28972f19
MD5sum: 09231287634c85a1abcc35027d6f45bd
Description: development files for PostgreSQL 16 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.
Timestamp: 2023-11-09 14:12:34+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 256.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: make:any, postgresql-common (= 256.pgdg+1), postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12, postgresql-server-dev-13, postgresql-server-dev-14, postgresql-server-dev-15, postgresql-server-dev-16
Multi-Arch: same
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_256.pgdg+1_arm64.deb
Size: 21592
SHA256: bf654de9c9e9449823e961bef058ff232bab0941a88a173aefd7f58e3622c89f
SHA1: 4be7d90f37bb1f0911388516c20029f430c8f091
MD5sum: d898b7386724724ccd1bf426dd07f6ba
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, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 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.
Timestamp: 2023-11-09 14:12:34+00

Package: patroni
Version: 3.2.0-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1303
Depends: python3-cdiff, python3-click (>= 4.1), python3-dateutil, python3-pkg-resources, python3-prettytable (>= 0.7), python3-psutil, python3-urllib3, python3-yaml, python3:any, python3-psycopg2, python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes | python3-pysyncobj
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_3.2.0-2.pgdg+1_all.deb
Size: 248712
SHA256: 99091270e6033e1c0a67cee6a245b7460acc81db64aa6c03d72dcca94ad9d122
SHA1: 8a0af379bc707d635f5e6863d58ea9e8d23430c9
MD5sum: 28c8ad81202e8d3fe834f94bf05ff85e
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2023-11-15 15:38:08+00

Package: patroni-doc
Source: patroni
Version: 3.2.0-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6236
Depends: libjs-sphinxdoc (>= 5.2), sphinx-rtd-theme-common (>= 2.0.0~rc3+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_3.2.0-2.pgdg+1_all.deb
Size: 479900
SHA256: 2413f65098d699291943c1a44b67a15aed255b2231a6f35c6e2f835c95681d3f
SHA1: 61bc93506ae8a92eb7f892636414891ffc2a0c16
MD5sum: 33d04c26781688f7bd9cddaebeac5771
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2023-11-15 15:38:08+00

Package: pgmodeler
Version: 1.0.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18223
Depends: pgmodeler-common, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libpq5 (>= 8.4~), libqt6core6 (>= 6.4.0), libqt6gui6 (>= 6.4.0), libqt6network6 (>= 6.1.2), libqt6printsupport6 (>= 6.1.2), libqt6svg6 (>= 6.2.0), libqt6widgets6 (>= 6.3.0), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Homepage: https://pgmodeler.io/
Priority: optional
Section: database
Filename: pool/main/p/pgmodeler/pgmodeler_1.0.6-1.pgdg+1_arm64.deb
Size: 4752384
SHA256: 814f3de48c2a53067ea3030b2cbaf20dd3e04493d6d8039b35acdd5b786c3c3d
SHA1: 37ab5554275b9c1d1f2eac08c29c5db9808b0ffa
MD5sum: efd628814f9f7b556974fbf35520fa43
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.
Timestamp: 2023-11-15 15:38:08+00

Package: libh3-1
Source: libh3
Version: 4.1.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 185
Depends: libc6 (>= 2.29)
Multi-Arch: same
Homepage: https://h3geo.org/
Priority: optional
Section: database
Filename: pool/main/libh/libh3/libh3-1_4.1.0-2.pgdg+1_arm64.deb
Size: 59140
SHA256: 5722dbfa67382e5e7c2009d6a76468acb2e54ff24be1d098f427ad51ba2d737c
SHA1: 2a067b5efebb999633075afe8d2f26ca015add75
MD5sum: 5b54656d241efb7613dbda699f04baf3
Description: Hexagonal hierarchical geospatial indexing system - library
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the shared library.
Timestamp: 2023-11-15 15:38:08+00

Package: libh3-1-dbgsym
Source: libh3
Version: 4.1.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libh3-1 (= 4.1.0-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libh/libh3/libh3-1-dbgsym_4.1.0-2.pgdg+1_arm64.deb
Size: 81476
SHA256: b930111769a8dc2f143966a17b6ab1141102e1349e44b10a2654796f0fb495d4
SHA1: 2a8c6166154cfd1daf23e5afcfc37c416f08769d
MD5sum: 6dd8f0f3140617497991eb4175b84e37
Description: debug symbols for libh3-1
Build-Ids: 2674177cd427a1ac6dab42ef446e0f461115e685
Timestamp: 2023-11-15 15:38:08+00

Package: libh3-bin
Source: libh3
Version: 4.1.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 858
Depends: libh3-1 (= 4.1.0-2.pgdg+1), libc6 (>= 2.34)
Multi-Arch: foreign
Homepage: https://h3geo.org/
Priority: optional
Section: database
Filename: pool/main/libh/libh3/libh3-bin_4.1.0-2.pgdg+1_arm64.deb
Size: 48044
SHA256: 49fb1f2d124b9801df74dc505983dddc351d3651a10c2266da14cf9e2a081bba
SHA1: 96ac3c4194cdc23d1f74b53e871cc36319d8fdea
MD5sum: b86de7da99ab242f255e733851a65839
Description: Hexagonal hierarchical geospatial indexing system - CLI programs
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains CLI front-end programs.
Timestamp: 2023-11-15 15:38:08+00

Package: libh3-bin-dbgsym
Source: libh3
Version: 4.1.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Depends: libh3-bin (= 4.1.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/libh/libh3/libh3-bin-dbgsym_4.1.0-2.pgdg+1_arm64.deb
Size: 204432
SHA256: af4c368e6a310d87f343f21514d4888f128797e6ab40d8a0f71aeef877652322
SHA1: a771666aafab0f810c61b90d255e9d5ac589844a
MD5sum: ab1c629c6bf7585dca5dbe6bcacf0383
Description: debug symbols for libh3-bin
Build-Ids: 001a696a0a994ed2317c96777ebfe356b93f8e51 135ba16bdad4e302c1210807b3fab41b94ea2e6f 1432c8d454968b6d3649921e4fc9bdff9893fb7c 1437df14f06ab027566743999b06943643200286 15d01de88978dda537c2cf51f4783a06dcd555a6 475b653a23a13ff21cd6e502d2d4eb5306949cf5 4b56db5cd868c3c6a1fdadb97f2a863d6aa0dea7 59893167932f2d7f1e0a02ba0a3a5167922c7374 616aaa3bcd17f8658a2691a5be7491dfd8a2a2fd 77fdcc7588c6841a1cf739e47ea39c1ceda6b2fb b04cbf80a3638e28c0ea8d4d94a20bfb9fb03c45 d764cad756637d5bced3bb1be67251bf848b3ed5
Timestamp: 2023-11-15 15:38:08+00

Package: libh3-dev
Source: libh3
Version: 4.1.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: libh3-1 (= 4.1.0-2.pgdg+1)
Homepage: https://h3geo.org/
Priority: optional
Section: database
Filename: pool/main/libh/libh3/libh3-dev_4.1.0-2.pgdg+1_arm64.deb
Size: 26428
SHA256: 66b4558f1433c7e1049a8643f59e87657ea1aa7470a00f3700499f856f5a6c1d
SHA1: b6501799fb24ad4d37282b2f1f0425a7e3c46843
MD5sum: e90d726ad4e590e60536c4928b997145
Description: Hexagonal hierarchical geospatial indexing system - header files
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the development headers.
Timestamp: 2023-11-15 15:38:08+00

Package: pgmodeler-common
Source: pgmodeler
Version: 1.0.6-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1797
Multi-Arch: foreign
Homepage: https://pgmodeler.io/
Priority: optional
Section: database
Filename: pool/main/p/pgmodeler/pgmodeler-common_1.0.6-1.pgdg+1_all.deb
Size: 351452
SHA256: 6ed20f044c031030b658e1e6524046244603b8bc42998f5fef78e39bc12cde8a
SHA1: de5c1ab6bbacbe95bc99e1b5bd4fd20f4e5fd45f
MD5sum: 85374cb83ba1da2f1775c7143a966247
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.
Timestamp: 2023-11-15 15:38:08+00

Package: pgmodeler-dbgsym
Source: pgmodeler
Version: 1.0.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56742
Depends: pgmodeler (= 1.0.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmodeler/pgmodeler-dbgsym_1.0.6-1.pgdg+1_arm64.deb
Size: 52874148
SHA256: 2dbab9b0b53fce5dd06db1919b516a8189dace148cd0cc71059393be5643bb4c
SHA1: cc1534d380fc1df36872958674ab414095b8f8f6
MD5sum: e5a9b792b53f097979f93d9f2e55d248
Description: debug symbols for pgmodeler
Build-Ids: 07648e5b8b853947d7771785aadf6f59c2a00688 164ae370ce15146758f03d39ceee7b46fe377ab8 1d3a2ca7bcec4b876330fc66e415af3893885314 65d84a57ff7129eb1fd3e26f1b753299e1215ebe 6826a141a481bc99704c556a36ec31a4879649cd 9007f3ffb42615319918482bea4c46697f52c6bc c3ce5e8922ff95656d9f8f165c6933ac890af9e7 cbfac70114152ef3533dbfb6235bad7f0b471419 f0d5460e818f80306eac0de3e61cfb2387b06ee0 f3d5aadb7dd5078b0b15b3eda852c50edf57694e
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-10-pgsphere
Source: pgsphere
Version: 1.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1050
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1), postgresql-10
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-10-pgsphere_1.4.0-1.pgdg+1_arm64.deb
Size: 173688
SHA256: b879b6e9387cd9f90f966ac077eb9965bbfdbb0d18ca448e25648747a7e5ccd9
SHA1: a17df548601bf475ed91b2b4c553d4fd495dad83
MD5sum: 50283e9adeb344d81c238b953e90a825
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-10-pgsphere-dbgsym
Source: pgsphere
Version: 1.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 402
Depends: postgresql-10-pgsphere (= 1.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-10-pgsphere-dbgsym_1.4.0-1.pgdg+1_arm64.deb
Size: 343520
SHA256: 38f6cee1278945a91abef4deb4456f81e2e13747a031d4592891592e56555698
SHA1: 6cd702946dfa035a3b73878596c5c6e36694c4f5
MD5sum: 41a684c013173247bd3d283cfcc01711
Description: debug symbols for postgresql-10-pgsphere
Build-Ids: 882c79e41ea109379ff45ed6cdfd75fa7fce6c20
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-10-powa
Source: powa-archivist
Version: 4.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1744
Depends: libc6 (>= 2.17), postgresql-10, postgresql-contrib-10
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-10-powa_4.2.1-1.pgdg+1_arm64.deb
Size: 40632
SHA256: e2097a545d18777a0b7a97e685177606c8e67f23951e2dbdf608ab31274a24aa
SHA1: 5831555d15bb702c7cb07aae2c92746e308e4894
MD5sum: adccecbf774e646a096ce5d8c5331eaa
Description: PostgreSQL Workload Analyzer -- PostgreSQL 10 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-10-powa-dbgsym
Source: powa-archivist
Version: 4.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-10-powa (= 4.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-10-powa-dbgsym_4.2.1-1.pgdg+1_arm64.deb
Size: 33684
SHA256: 8f9cc345854b6b634d62fb797577a7292c8c7f2274f74cd77a36dcba05372f3b
SHA1: 26c17bc55055b63f4b5abe8721291d13b978655a
MD5sum: 544d2aa296eee5a8cc36a60139193423
Description: debug symbols for postgresql-10-powa
Build-Ids: 9033265a071d0a8c47b871d73b2d9984df40db66
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-11-pgsphere
Source: pgsphere
Version: 1.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1661
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1), postgresql-11, postgresql-11-jit-llvm (>= 15)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-11-pgsphere_1.4.0-1.pgdg+1_arm64.deb
Size: 418912
SHA256: f2d0546649a0ec358b9afcfb72a2f1d9f1fde4cc4fd58626c7a42deef78c4034
SHA1: fa536ad1539aa8b2043f2a2e63bb48e0888e354d
MD5sum: 640e27c09ec8de297084b1247c7f1915
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-11-pgsphere-dbgsym
Source: pgsphere
Version: 1.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 404
Depends: postgresql-11-pgsphere (= 1.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-11-pgsphere-dbgsym_1.4.0-1.pgdg+1_arm64.deb
Size: 345988
SHA256: a26db7c22425111acb201d93eccc6c2b940fc032bc806456f79ac031ad68325f
SHA1: 5f8a53931c8e97b15464ad3ab82739d2cc053a56
MD5sum: b7af7bb22223075a436073437e326f0f
Description: debug symbols for postgresql-11-pgsphere
Build-Ids: 94bf19d7336eda1642633fa0f3b0be12d596d5fd
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-11-powa
Source: powa-archivist
Version: 4.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1770
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 14), postgresql-contrib-11
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-11-powa_4.2.1-1.pgdg+1_arm64.deb
Size: 55376
SHA256: 66f4608066ff609c651fc69083df179aed4acd618f3110d2deb3f90510d9b7d8
SHA1: f87b582f37a413a5ed0c8b68efc3b2f56ee37063
MD5sum: 3c9b3a74261c84bfd16edc3a44cdc27c
Description: PostgreSQL Workload Analyzer -- PostgreSQL 11 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-11-powa-dbgsym
Source: powa-archivist
Version: 4.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-11-powa (= 4.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-11-powa-dbgsym_4.2.1-1.pgdg+1_arm64.deb
Size: 32464
SHA256: 635d1636e7055267cdc4da29b3825e20552e324ec2d86bc35dacafe8a0707d34
SHA1: f02ea26473881da4db7c691fceb4866eaac06011
MD5sum: 7938c0293234e43402f17bc498c17884
Description: debug symbols for postgresql-11-powa
Build-Ids: 3fa59cf6dce47814e4ac3d8d9093c9371db31f1d
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-12-credcheck
Source: credcheck
Version: 2.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 175
Depends: postgresql-12, postgresql-12-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-12-credcheck_2.3-1.pgdg+1_arm64.deb
Size: 68248
SHA256: e59a51daf36c222e3784897a6d69de8bf3b8e006dea3b7e3ed96ca0f73c6d91a
SHA1: d7c896f5dac80e6c86b8e017de90e6dd320b9081
MD5sum: 9bd92ee287ffced66e8169933a1cf60c
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-12-credcheck-dbgsym
Source: credcheck
Version: 2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-12-credcheck (= 2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-12-credcheck-dbgsym_2.3-1.pgdg+1_arm64.deb
Size: 62916
SHA256: a0402afb0dadc7b1f1f4aa594b9c721fc60ae50de506b3b9005deedcfb2344c7
SHA1: 89d58437d541004cf3391a1ea8ddbfc7c8db05f5
MD5sum: d059834a3de72e5c209a2c1af4dc0787
Description: debug symbols for postgresql-12-credcheck
Build-Ids: a39f61a0c12b6d28e078e624f41b93ba718bf7db
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-12-h3
Source: h3-pg
Version: 4.1.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 376
Depends: postgresql-12, libc6 (>= 2.17), libh3-1 (>= 4.1.0)
Homepage: https://github.com/zachasme/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-12-h3_4.1.3-3.pgdg+1_arm64.deb
Size: 47340
SHA256: 1200ffdd0e421b52e68ecc6e59ab7c8c8476acd6871ca2d4a81bd80b61030a75
SHA1: 1d4e55d95f0350df3c93f9116689bd60e8abdf29
MD5sum: d9684510a7433a46235bc85b11a0f558
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 12 extension.
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-12-h3-dbgsym
Source: h3-pg
Version: 4.1.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 170
Depends: postgresql-12-h3 (= 4.1.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-12-h3-dbgsym_4.1.3-3.pgdg+1_arm64.deb
Size: 103524
SHA256: 8de5c2d0562865527ad90274a89a85e931782a18e82e7fef621a69f43de12407
SHA1: dc28568a38abd93ff3e9ea53ca89378614902f52
MD5sum: 8ce975ff7b7d692a16e7d416aea1212d
Description: debug symbols for postgresql-12-h3
Build-Ids: 0b139f1bac8848a9be0176f0791099ed2cead37b 5088bc396a74b18520f792123b9701e7ecca2077
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-12-pgsphere
Source: pgsphere
Version: 1.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1673
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1), postgresql-12, postgresql-12-jit-llvm (>= 16)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-12-pgsphere_1.4.0-1.pgdg+1_arm64.deb
Size: 424544
SHA256: 42a5e67623a5837892b4f2f89b291a7d5cf38525afa4adbf2af605b5e40b1bb9
SHA1: 2cb7fd8baf8bab4ed09603e5352b5ba2cd90a53a
MD5sum: ecf3ad0a59ef53059197b09017fffd17
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-12-pgsphere-dbgsym
Source: pgsphere
Version: 1.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 426
Depends: postgresql-12-pgsphere (= 1.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-12-pgsphere-dbgsym_1.4.0-1.pgdg+1_arm64.deb
Size: 367540
SHA256: 6fc9d6a1255da581d023dce0f4e4fc8b9a567887b13aa8b3775aa10e5c15c66e
SHA1: 55cd8c463d46db36c2dc82e02b869d758d5dd0da
MD5sum: 409fa58dea38c577e20bd7e6cbb566a6
Description: debug symbols for postgresql-12-pgsphere
Build-Ids: 4a1f3f709198b475fb68b6e47a75c5e74320bf7a
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 2.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 789
Depends: postgresql-12, postgresql-12-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_2.6.1-1.pgdg+1_arm64.deb
Size: 338204
SHA256: c587e3d214eee30ee0245e2cb8ee66f2f6180dd5df135b309d6218687fc05fa4
SHA1: 30db86ae28cbb75109364c0970e2bd3d320070e6
MD5sum: 0b6c22958d1e5a5e760821cd9f7be468
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 287
Depends: postgresql-12-plpgsql-check (= 2.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_2.6.1-1.pgdg+1_arm64.deb
Size: 255560
SHA256: 73f9d179efddacbdb8ee1bf7684836faa5c81da58b410f7ca9ab12fc8ffb79f9
SHA1: 2ceb6a0ccaa9e8ed3add823cb793311f151d4ac1
MD5sum: ffeed5b6716791abcc1727de38aa39f0
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: be32739ac12f4eb9507aba85e1620b80ba0eecdd
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-12-powa
Source: powa-archivist
Version: 4.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1770
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 15), postgresql-contrib-12
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-12-powa_4.2.1-1.pgdg+1_arm64.deb
Size: 55508
SHA256: 8a873852a7eabab68c68527c0c8123d11ccef287e317b1b9b66c64803fd86cf8
SHA1: 7ca7941795b5454618df7d85e5b378ed38e50504
MD5sum: bdde42a3a5932c81c95360d080e8dcb1
Description: PostgreSQL Workload Analyzer -- PostgreSQL 12 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-12-powa-dbgsym
Source: powa-archivist
Version: 4.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-12-powa (= 4.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-12-powa-dbgsym_4.2.1-1.pgdg+1_arm64.deb
Size: 34208
SHA256: e5b7cd7dc72ccd6b4f8c9ac42a639fedad8c8f1f5df603bef025ba96cfa53c51
SHA1: 86b40c9ec7bab91c4862f0c0eb3a29b2b4cb0078
MD5sum: 715e84f06d2f5d250927c51a108d0f95
Description: debug symbols for postgresql-12-powa
Build-Ids: a65a53f7a44199f5fd36f2f36c658d353c0fd313
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-13-credcheck
Source: credcheck
Version: 2.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-13, postgresql-13-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-13-credcheck_2.3-1.pgdg+1_arm64.deb
Size: 68224
SHA256: f8c0d3014bee465b8957a5646623396489e7a86029358887ebf77606f21d07e4
SHA1: 02dbe2f28134ba8b09f8be6d2bda60404d4271b4
MD5sum: 6cca1d7e0822b53b95ed1ed8d705ac36
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-13-credcheck-dbgsym
Source: credcheck
Version: 2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-13-credcheck (= 2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-13-credcheck-dbgsym_2.3-1.pgdg+1_arm64.deb
Size: 66352
SHA256: 46d262d5f56c57f601118ff74ac81f5464061cf3f2a791951ad00240f35b5762
SHA1: e1a8bd8149680704514ad1d7555b8a9260592ae0
MD5sum: 8a01d6d0f2ec5047dda0f7766220c8b5
Description: debug symbols for postgresql-13-credcheck
Build-Ids: e89ff1af43a3e6544cafb0eea776c22d8c45b0f0
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-13-h3
Source: h3-pg
Version: 4.1.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 376
Depends: postgresql-13, libc6 (>= 2.17), libh3-1 (>= 4.1.0)
Homepage: https://github.com/zachasme/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-13-h3_4.1.3-3.pgdg+1_arm64.deb
Size: 47288
SHA256: 7cb2af79125786acecca4c0b24e200cd8a03ae62b72aa9b63f090ba565f95f57
SHA1: c1b1cd1d9f71fad81ab97d41c57f9191b889efc0
MD5sum: f9c11d8d941d9e2fbbdb61f91b179851
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 13 extension.
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-13-h3-dbgsym
Source: h3-pg
Version: 4.1.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: postgresql-13-h3 (= 4.1.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-13-h3-dbgsym_4.1.3-3.pgdg+1_arm64.deb
Size: 99476
SHA256: b2c2c90f0b134f7f285cc5b03ef86b7af373ec298d1a0b93e516d5d1d8bc586c
SHA1: 184633ae550f85bad8bfa93e160a53f5fd71baa9
MD5sum: 2f501e8cddea125dccf1ebfdd63cc36d
Description: debug symbols for postgresql-13-h3
Build-Ids: 87e4754fe17085d8947f242fde1c8ce6a5c3ac61 880dc6c195b31e69dff7a6ba9946ab7d2d83ba0b
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-13-pgsphere
Source: pgsphere
Version: 1.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1677
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1), postgresql-13, postgresql-13-jit-llvm (>= 16)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-13-pgsphere_1.4.0-1.pgdg+1_arm64.deb
Size: 425860
SHA256: 9890017d9451f024365a381722454dd87025c01b351c94d3b43f7196f1bda955
SHA1: e5c93ed2ce09f9bb9296faed6b52a6c71654017e
MD5sum: 55315a7d1f9ca68d777a01dee971cebf
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-13-pgsphere-dbgsym
Source: pgsphere
Version: 1.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 427
Depends: postgresql-13-pgsphere (= 1.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-13-pgsphere-dbgsym_1.4.0-1.pgdg+1_arm64.deb
Size: 368968
SHA256: 13d7a3e6287fc9d074566ddd0de6365c4f6c1e625a89a5a7fe3796135a1bb169
SHA1: 9bb4a6fef39ad39dbe0234f6e2315a71b002fbd0
MD5sum: 6cf11684fe233af8454367212379f15b
Description: debug symbols for postgresql-13-pgsphere
Build-Ids: efccf2eb96bdd4da75c9e6572004f643939f8bfa
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 2.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 791
Depends: postgresql-13, postgresql-13-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_2.6.1-1.pgdg+1_arm64.deb
Size: 344800
SHA256: 66b78ea7af91d9af648b81fac4b404adec4866101e4ba4945d913b24970ff760
SHA1: b44669a1c03fe4b314f8b19bb3929b8c6bfdafc9
MD5sum: 9cdaf3a06586ac6f19da55d6cb4d9ae2
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 309
Depends: postgresql-13-plpgsql-check (= 2.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_2.6.1-1.pgdg+1_arm64.deb
Size: 276840
SHA256: c7b998d212c38c52d4c124e8502a167b2356227113f030dab3f90826bb185c52
SHA1: b4f051faadb2bec70289972698bb3ff25a087f9d
MD5sum: ae4214313a478db6d1d8f7d27f88dd81
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: 4505af84e3b3caeb82529407ad662cada61b6a69
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-13-powa
Source: powa-archivist
Version: 4.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1769
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 15), postgresql-contrib-13
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-13-powa_4.2.1-1.pgdg+1_arm64.deb
Size: 55248
SHA256: 68b5fa03d1c22c5b07b8bc80883c28f0aa95192c3225517cff6c47b15ca1fc8e
SHA1: 1d853413e06525bd0b140ddb3618bfe2c84a056a
MD5sum: bd2fe0bd71a33fb09ee0bc65b4cd3725
Description: PostgreSQL Workload Analyzer -- PostgreSQL 13 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-13-powa-dbgsym
Source: powa-archivist
Version: 4.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-13-powa (= 4.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-13-powa-dbgsym_4.2.1-1.pgdg+1_arm64.deb
Size: 31376
SHA256: 27b19441896dd4a421362c0dbd135e97855a573da1dbfb8fd50bed3551adddba
SHA1: 2978b3d106ca7f782fc3fb7fe0f154408f198207
MD5sum: dc4412b243b7ae31d65ca2750c4dc280
Description: debug symbols for postgresql-13-powa
Build-Ids: 9cd3884c175aec55cf87d9aad9e3d03f53854664
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-14-credcheck
Source: credcheck
Version: 2.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-14, postgresql-14-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-14-credcheck_2.3-1.pgdg+1_arm64.deb
Size: 68908
SHA256: e5fe243405d55827b78108448cb9cea71af7c9430ccb4d1a9877a999a0eec296
SHA1: 4a3ad676129c1d11fab022940492c430d43425d8
MD5sum: a185a834319622c180d2e9a41d615b9a
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-14-credcheck-dbgsym
Source: credcheck
Version: 2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-14-credcheck (= 2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-14-credcheck-dbgsym_2.3-1.pgdg+1_arm64.deb
Size: 68220
SHA256: 358eb511d56210d8dce4d4f3d21a0a47c8c9fd76180e5e3dc4a701f138136978
SHA1: 1320471352fa6400bf1939360829dde807dee65a
MD5sum: 386f2a49da1bcdcf5ed7bb5e2d0bf0d9
Description: debug symbols for postgresql-14-credcheck
Build-Ids: 01d26f9f72009b68b3abafd73e138bbfe85d6b65
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-14-h3
Source: h3-pg
Version: 4.1.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 376
Depends: postgresql-14, libc6 (>= 2.17), libh3-1 (>= 4.1.0)
Homepage: https://github.com/zachasme/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-14-h3_4.1.3-3.pgdg+1_arm64.deb
Size: 47120
SHA256: 9d3645b66e1014525bd6cf10e329602dcdb668acebe72bf78a5bd9f09c9fdd89
SHA1: 814897eabeca29b9b8626de8c71cea381408d8f4
MD5sum: 86516f65cd06b814ad91a5b9101c2d8c
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 14 extension.
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-14-h3-dbgsym
Source: h3-pg
Version: 4.1.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 163
Depends: postgresql-14-h3 (= 4.1.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-14-h3-dbgsym_4.1.3-3.pgdg+1_arm64.deb
Size: 97120
SHA256: 34383b070fdd187d1d7587fd330d79e7ea1b1df0ef30c2f69b409bd39e824dfb
SHA1: ee8eb95cf6ba209a1efdaf6b5f39c5a278758866
MD5sum: 8a3971019ec2c34c8ef4685e145d16a7
Description: debug symbols for postgresql-14-h3
Build-Ids: b0bbf5ed5238ee04a8a36aff4459707b529d753c ed6bc89f9d0d18d4357e79908c4d621d5b999d0a
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-14-pgsphere
Source: pgsphere
Version: 1.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1685
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1), postgresql-14, postgresql-14-jit-llvm (>= 16)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-14-pgsphere_1.4.0-1.pgdg+1_arm64.deb
Size: 426628
SHA256: be79b38af661952e810cd65d088af82c53c9863adada5945006624fa84ee09f7
SHA1: 9271c33a0fd9a84ef4b457682231ea3afce11c73
MD5sum: 7bb329bb81b6ee77f913ce1d0f92af5a
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-14-pgsphere-dbgsym
Source: pgsphere
Version: 1.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 427
Depends: postgresql-14-pgsphere (= 1.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-14-pgsphere-dbgsym_1.4.0-1.pgdg+1_arm64.deb
Size: 369296
SHA256: 63501d0f2c184ac9c45a5d574bc865462193d7fb72950108744265da0c7138b3
SHA1: 3ec405981ce70018e453994c254399f7e226e519
MD5sum: 6aa6973dd050786c674a21abdcd7a335
Description: debug symbols for postgresql-14-pgsphere
Build-Ids: ff7a0f00e2cd3302fafd3e2f85067580953061ae
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 803
Depends: postgresql-14, postgresql-14-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.6.1-1.pgdg+1_arm64.deb
Size: 349464
SHA256: 4d2276f93a4465c2f0735900f7476e9eb41e03a8da0920e8bf0df36ec628ef06
SHA1: 621b1a960c9938306cc28db64daa7507e4872732
MD5sum: 2f4d23e1acf9b60477ca447bd71ec452
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 314
Depends: postgresql-14-plpgsql-check (= 2.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.6.1-1.pgdg+1_arm64.deb
Size: 281568
SHA256: 46b0d9ad1b9423505ee41aef2060c24db90530eb486461aa64573516b0df3b65
SHA1: e27b377051c50dd06bf5eb4aa5baef05dfe206ef
MD5sum: bf4049ee6bb95f7f3287f23a2d093ada
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: 198812ad7b08aae9d1023c71fc380ff338e1e151
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-14-powa
Source: powa-archivist
Version: 4.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1770
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 15), postgresql-contrib-14
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-14-powa_4.2.1-1.pgdg+1_arm64.deb
Size: 55788
SHA256: c5a0a3bbee9cc29f4b77802d4c8039453afd35c235654562e303b69019fcbacc
SHA1: b060b193dc52e68b634a6a22b2c5b7bba5ad150d
MD5sum: 92068a45b4b6e5fd77ef945b270406b4
Description: PostgreSQL Workload Analyzer -- PostgreSQL 14 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-14-powa-dbgsym
Source: powa-archivist
Version: 4.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-14-powa (= 4.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-14-powa-dbgsym_4.2.1-1.pgdg+1_arm64.deb
Size: 32172
SHA256: f3e744f83d717d7eb5dc2c198bbf96abcb3d4b38ea51f68b89efa2f787e0d03e
SHA1: b46bd60f577f8e75508ee83ec02cba56bb21a551
MD5sum: fa00fe05ad768a2d1b5d6f35d2454995
Description: debug symbols for postgresql-14-powa
Build-Ids: d42b23130ab0ce4d10f3dc91121fd90a057576d9
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-15-credcheck
Source: credcheck
Version: 2.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-15-credcheck_2.3-1.pgdg+1_arm64.deb
Size: 69800
SHA256: 86dbf7f6000c9ff523a6b032c2633adcbec2b4daa336cee0bb3a9ae1ccd64ef9
SHA1: 1654dc7c32240f4764c273c75597ee35479899fe
MD5sum: 743f31236b696f87453e3fd8ea75bc8e
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-15-credcheck-dbgsym
Source: credcheck
Version: 2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-15-credcheck (= 2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-15-credcheck-dbgsym_2.3-1.pgdg+1_arm64.deb
Size: 69292
SHA256: 567ace9a14698660ed3e7b366ab91118f2c785d7b0fd31cafb2c74aebec0075f
SHA1: 7fbfd6b931034e05e467145640cb207d4ea49427
MD5sum: ec9843a5cdf08c2294a1db1fd58b4eeb
Description: debug symbols for postgresql-15-credcheck
Build-Ids: d88c162890e1f08a6e595f230fc579429eb92a74
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-15-h3
Source: h3-pg
Version: 4.1.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 376
Depends: postgresql-15, libc6 (>= 2.17), libh3-1 (>= 4.1.0)
Homepage: https://github.com/zachasme/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-15-h3_4.1.3-3.pgdg+1_arm64.deb
Size: 47148
SHA256: 8cdb59de1cbf9b212c4a9c62cedf771914e36dfcc4265e1ff4b523739746d5c2
SHA1: 3fbc05a5175b1f4b2d0bad0b44151b74bfa714ee
MD5sum: b37cfc87f4bfa6997c61aae17222fc4d
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 15 extension.
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-15-h3-dbgsym
Source: h3-pg
Version: 4.1.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 163
Depends: postgresql-15-h3 (= 4.1.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-15-h3-dbgsym_4.1.3-3.pgdg+1_arm64.deb
Size: 97484
SHA256: f0a6f700a3459fe92981a190d36de60c2081773131eaf588c8bcc018277054ae
SHA1: b526853728d0a37424209d383c18d9ae4c3e1e6f
MD5sum: 6b8d4822579fd90c716f1abf111708ba
Description: debug symbols for postgresql-15-h3
Build-Ids: 4c141a3ec2c5b7453b8231fac68166365c1dc568 bb6e862c2922fc6c8bfb089e2dab260bbcb0f201
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-15-pgsphere
Source: pgsphere
Version: 1.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1685
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1), postgresql-15, postgresql-15-jit-llvm (>= 16)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-15-pgsphere_1.4.0-1.pgdg+1_arm64.deb
Size: 426664
SHA256: 3f7b701643c1814afcfb51dc6f0741fa35079ec9b46747d2a40a0e17a32637f2
SHA1: f1024735a2a73e7d386026923cbe13ab66142e28
MD5sum: d5086e916ba1dccb6e14871a29a085d5
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-15-pgsphere-dbgsym
Source: pgsphere
Version: 1.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 427
Depends: postgresql-15-pgsphere (= 1.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-15-pgsphere-dbgsym_1.4.0-1.pgdg+1_arm64.deb
Size: 369324
SHA256: 822909d69f6858462d6333cbb8375a4963a68fa0007f7e92d9889f1b15c8cd61
SHA1: 9fa3811a3e0fc1fba39aaba8d13c18a5e0d3d18c
MD5sum: 19c7aa5e9175e88a457e9924a16dcd9f
Description: debug symbols for postgresql-15-pgsphere
Build-Ids: d35589aa6595b813af3ac97fbd421de4c5fe4412
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 830
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.6.1-1.pgdg+1_arm64.deb
Size: 365032
SHA256: 405910de9501c961c11e7d1266d4ffc5de788afe8d7ca130715c7d01b52abd62
SHA1: 1de714cf314d141f0ed7dd41696d337810da9a0d
MD5sum: 614e1f2d780987aabda3d97e15d8ec69
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-15-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 345
Depends: postgresql-15-plpgsql-check (= 2.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.6.1-1.pgdg+1_arm64.deb
Size: 312448
SHA256: 63da7b4584640517531a97f153e57d0ee16d332912376c7671af3cc0319f0f88
SHA1: 6adecba681b05b4bba8362c78fe76c8c0fe82710
MD5sum: bf8b57789e06f5c577a3284d489a0f05
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: 5afb8f5b3e97e24105d66a6b5cff384091877b3b
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-15-powa
Source: powa-archivist
Version: 4.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1769
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 15), postgresql-contrib-15
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-15-powa_4.2.1-1.pgdg+1_arm64.deb
Size: 54996
SHA256: 457dde70e48846442901ef75b411fa29fbd91b2f2a75e9dad7ff7e578be4192d
SHA1: 1db65e728cf692d22cd1538fc889ff5a66b6e683
MD5sum: 11a77131baaee5b4928594abefaee364
Description: PostgreSQL Workload Analyzer -- PostgreSQL 15 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-15-powa-dbgsym
Source: powa-archivist
Version: 4.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-15-powa (= 4.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-15-powa-dbgsym_4.2.1-1.pgdg+1_arm64.deb
Size: 35276
SHA256: 2c30ca968d00356387826365b7027ce6c2ee380aa0dcc82b67b53e4e2184b6cc
SHA1: 22c35becaacc0a83eb119e85a47119c4d0ee0ba8
MD5sum: 30d5bfdb1138ffd2efef691776b995e8
Description: debug symbols for postgresql-15-powa
Build-Ids: 9fa68675caa70490be66983a52a5a78b592a7d14
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-16-credcheck
Source: credcheck
Version: 2.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-16-credcheck_2.3-1.pgdg+1_arm64.deb
Size: 69580
SHA256: dc53786b7674bed92fe9c81d2007d3c12d8d9511f4f27ad545979bd05e8fb960
SHA1: 50835cdb7b10bc19f4c74a529f060f3983ad19b6
MD5sum: de7c822cb8a2e268ea783fc67a879ff2
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-16-credcheck-dbgsym
Source: credcheck
Version: 2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-16-credcheck (= 2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-16-credcheck-dbgsym_2.3-1.pgdg+1_arm64.deb
Size: 71196
SHA256: f4611eecf969d3c94f93f1583c171970e031766497af5c488b6bb7e19ca50a11
SHA1: f375d38fa6aeec33bf787a606dc392fed2f38b27
MD5sum: 0009fefd67a9756cf22174530e937423
Description: debug symbols for postgresql-16-credcheck
Build-Ids: e7e3c3f723e54454d4010ab095ccac5f58b4afba
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-16-h3
Source: h3-pg
Version: 4.1.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 376
Depends: postgresql-16, libc6 (>= 2.17), libh3-1 (>= 4.1.0)
Homepage: https://github.com/zachasme/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-16-h3_4.1.3-3.pgdg+1_arm64.deb
Size: 47080
SHA256: d88c09681e41814192a6e23df6df8293ef911f60a6fd7263ce2d86da40608d84
SHA1: 285254dd1ff9223eec874a4841f9ed2036920819
MD5sum: 325f82db0c22a5e4a4c3152ec74fc2a9
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 16 extension.
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-16-h3-dbgsym
Source: h3-pg
Version: 4.1.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: postgresql-16-h3 (= 4.1.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-16-h3-dbgsym_4.1.3-3.pgdg+1_arm64.deb
Size: 102472
SHA256: c5af30853cd92cb1a7471c46fb819684933a925b2370ef6498f4a3844447f303
SHA1: ff38cb2133e79f8340d3b2c918272487e293e958
MD5sum: e1fa253ddf1d36873bea09e899c068c5
Description: debug symbols for postgresql-16-h3
Build-Ids: b1fa3589b32bfdeda2dc0e7adcff8ab3b0498438 cc0b20af0f4da0990f764f9c762f01f6ce883a60
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-16-pgsphere
Source: pgsphere
Version: 1.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1683
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1), postgresql-16, postgresql-16-jit-llvm (>= 16)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-16-pgsphere_1.4.0-1.pgdg+1_arm64.deb
Size: 423904
SHA256: 929d0055ba02f7d19ff22864ef90a75cf6da35b585bea7e994d556a1aaf1441a
SHA1: 9a25f24a4b581c616a91e14784c233adbc48f803
MD5sum: 03925d77f82e94bba95eface52d57485
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-16-pgsphere-dbgsym
Source: pgsphere
Version: 1.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 486
Depends: postgresql-16-pgsphere (= 1.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-16-pgsphere-dbgsym_1.4.0-1.pgdg+1_arm64.deb
Size: 429356
SHA256: 9f648c2e501d545d3b0093be162455ba4b1fa8235b64b077c3709c8e5ab1cc6c
SHA1: 75f6291873945f72fffa9f468cf5f66e673240c2
MD5sum: c4f4adc991fd2dc36fb4a9628d42a72f
Description: debug symbols for postgresql-16-pgsphere
Build-Ids: b39b20723a1d29f980a190c2e6b32faf83ee7e16
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-16-plpgsql-check
Source: plpgsql-check
Version: 2.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 763
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check_2.6.1-1.pgdg+1_arm64.deb
Size: 360844
SHA256: 1d35ac3ac3fab37ec5c260c236907e3bb3396d461418853a165a42f123d5971a
SHA1: 39e37551c31781e082e055ceeb87de6322d451ba
MD5sum: a16254dc7b3fd2a8b5391f32d6fa3484
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-16-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 354
Depends: postgresql-16-plpgsql-check (= 2.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check-dbgsym_2.6.1-1.pgdg+1_arm64.deb
Size: 321368
SHA256: 531ce4d564d1ad6e4126c1c6bb1b6959d5736f4a983010b770598cc17ad2f1bc
SHA1: fe6f48bf055566b8f07e8cdc397e8880200db121
MD5sum: 7d42ae226f7e81a9398d4e1108caf07e
Description: debug symbols for postgresql-16-plpgsql-check
Build-Ids: ac34c3056f6d37c57a35d57012e31fc75d19bbd3
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-16-powa
Source: powa-archivist
Version: 4.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1769
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 15), postgresql-contrib-16
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-16-powa_4.2.1-1.pgdg+1_arm64.deb
Size: 54496
SHA256: e4d6cf5b5d542241706fe8817a854dde67968527720c8b197b5c3e8e0511be1b
SHA1: 7365ad03f8717a3315e0bc5763827a17d46e6875
MD5sum: 3efedabb9aca2f4cef03668c02c6d65b
Description: PostgreSQL Workload Analyzer -- PostgreSQL 16 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2023-11-15 15:38:08+00

Package: postgresql-16-powa-dbgsym
Source: powa-archivist
Version: 4.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-16-powa (= 4.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-16-powa-dbgsym_4.2.1-1.pgdg+1_arm64.deb
Size: 36380
SHA256: b816006181219c8e37947416b88a81792803a5f1075a16317f6a4656eeace83d
SHA1: f1dcce693a9e991638817bd44b98954eb580c407
MD5sum: fd783b024d2b24828b103a8efecbe340
Description: debug symbols for postgresql-16-powa
Build-Ids: aeec682e7e4d9d2041259c5991d9ba7399586143
Timestamp: 2023-11-15 15:38:08+00

Package: pgcopydb
Version: 0.14-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 880
Depends: postgresql-client, libc6 (>= 2.34), libpq5 (>= 9.1~)
Homepage: https://github.com/dimitri/pgcopydb
Priority: optional
Section: database
Filename: pool/main/p/pgcopydb/pgcopydb_0.14-1.pgdg+1_arm64.deb
Size: 280544
SHA256: dd94c89c76572542c5f8dc2c376dcdb7c1f2b525758615f61ecc3d370905455b
SHA1: ed3b8d365169b1555b36c601d180b61d16c6b8fb
MD5sum: 233b9cde1af4b8c8c1c31d6e058a4102
Description: Copy an entire PostgreSQL database from source to target
 This tool copies an entire PostgreSQL database from source to target. It
 implements `pg_dump | pg_restore` on steroids, including advanced concurrency
 tricks to make the operation faster.
Timestamp: 2023-11-22 14:31:31+00

Package: pgcopydb-dbgsym
Source: pgcopydb
Version: 0.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 530
Depends: pgcopydb (= 0.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgcopydb/pgcopydb-dbgsym_0.14-1.pgdg+1_arm64.deb
Size: 480800
SHA256: 4d206fb9e97cd63766f613554293890c71fd8ac1d262c596a2d951e3a535ee51
SHA1: 2495778c902b1bf39678b3deb5ee4b77b0c19c15
MD5sum: 36af59546231503903d60b8783a09574
Description: debug symbols for pgcopydb
Build-Ids: 9c24776842d8e5b683f81ee19898100160ee144f
Timestamp: 2023-11-22 14:31:31+00

Package: libpgpool2
Source: pgpool2
Version: 4.3.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libs
Filename: pool/main/p/pgpool2/libpgpool2_4.3.7-1.pgdg+1_arm64.deb
Size: 140256
SHA256: 0ebd4b5d135bd0cdd680ff44bc025697f96670ca21c4542970c921c863896036
SHA1: 2185cffe5e7669bccb9a32136a1e57ee65378ba7
MD5sum: 6f091f5c54c4a04de0c1d8d9614374a2
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).
Timestamp: 2023-11-25 11:16:06+00

Package: libpg-query1504.1
Source: libpg-query
Version: 15-4.2.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2810
Depends: libc6 (>= 2.34)
Multi-Arch: same
Homepage: https://github.com/pganalyze/libpg_query
Priority: optional
Section: libs
Filename: pool/main/libp/libpg-query/libpg-query1504.1_15-4.2.3-2.pgdg+1_arm64.deb
Size: 507804
SHA256: 3ff768b9de0aaa83d5103578a9e35f760bb46d92541ebd4570156f0324b98dc6
SHA1: c34d5fa0f90a4c48bbf6b035997be9a402bb57b8
MD5sum: ee3c29438f35c23e74651661943c506d
Description: C library for accessing the PostgreSQL parser outside of the server environment
 This library uses the actual PostgreSQL server source to parse SQL queries and
 return the internal PostgreSQL parse tree.
Timestamp: 2023-11-24 17:31:06+00

Package: libpg-query1504.1-dbgsym
Source: libpg-query
Version: 15-4.2.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2199
Depends: libpg-query1504.1 (= 15-4.2.3-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libp/libpg-query/libpg-query1504.1-dbgsym_15-4.2.3-2.pgdg+1_arm64.deb
Size: 1961304
SHA256: c5113d0b5c43c2d41aefe7c40fb7ffb25cdda20b1850c242ca9781b127760f92
SHA1: d80359d578d2f84de03edf6d5b3011e0ca193efe
MD5sum: fcf1667fc1b5865365688be95733dfbb
Description: debug symbols for libpg-query1504.1
Build-Ids: 8c0d72c37f0a394ecad585593cb4bfe2c0478eec
Timestamp: 2023-11-24 17:31:06+00

Package: libpg-query-dev
Source: libpg-query
Version: 15-4.2.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8170
Depends: libpg-query1504.1 (= 15-4.2.3-2.pgdg+1)
Multi-Arch: same
Homepage: https://github.com/pganalyze/libpg_query
Priority: optional
Section: libdevel
Filename: pool/main/libp/libpg-query/libpg-query-dev_15-4.2.3-2.pgdg+1_arm64.deb
Size: 1191812
SHA256: 936e173bb545b57efa53658f7071e515079cc02d37ef4a08a1e2037540746e90
SHA1: 2627533ddd841ee4d70e7673086a1c422b2390f8
MD5sum: 54a90e0c1179fe14dbdc3565c9161ce9
Description: C library for accessing the PostgreSQL parser outside of the server environment
 This library uses the actual PostgreSQL server source to parse SQL queries and
 return the internal PostgreSQL parse tree.
Timestamp: 2023-11-24 17:31:06+00

Package: libpostgresql-jdbc-java
Source: libpgjava
Version: 42.7.0-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 1068
Provides: libpg-java, libpgjava
Built-Using: libscram-java (= 2.1-1.pgdg+1)
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: java
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java_42.7.0-1.pgdg+1_all.deb
Size: 984284
SHA256: 4064cb710d48bd925d0e970c9bfb2256a043789384e25eff8ebbc0f08c27c2ef
SHA1: 8861da42c8b37563a8a59a43a2000f7a50a9aa1b
MD5sum: b408369c8612630809c01d44363f2c2b
Description: Java database (JDBC) driver for PostgreSQL
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
Timestamp: 2023-11-24 17:31:06+00

Package: libpostgresql-jdbc-java-doc
Source: libpgjava
Version: 42.7.0-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 11488
Depends: default-jdk-doc
Provides: libpg-java-doc
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java-doc_42.7.0-1.pgdg+1_all.deb
Size: 451584
SHA256: a77752fc1d813c1f6b588519a40c6c5b306cbef93ac948b49dca45ca47d8e875
SHA1: 8188470c7fca92e89685c488e477f919ba754711
MD5sum: 52efadb2ec175b3d848fab79023e2906
Description: Java database (JDBC) driver for PostgreSQL (documentation)
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
 .
 This package contains the documentation.
Timestamp: 2023-11-24 17:31:06+00

Package: pg-auto-failover-cli
Source: pg-auto-failover
Version: 2.1-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1087
Depends: openssl, libc6 (>= 2.34), libncurses6 (>= 6), libpq5 (>= 9.1~), libtinfo6 (>= 6)
Recommends: postgresql-10-auto-failover | postgresql-11-auto-failover | postgresql-12-auto-failover | postgresql-13-auto-failover | postgresql-14-auto-failover | postgresql-15-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/pg-auto-failover-cli_2.1-1.pgdg+1_arm64.deb
Size: 426492
SHA256: 1c661415837a91300703e32c7cc4714b457dee139e3fb9222608f4ce32f17c59
SHA1: ade163743f60e32753c3a22864157c31a27d3bc3
MD5sum: 5851cbe63347e352f14f283f798303fe
Description: Command line interface and service to manage pg auto failover Clusters
 This CLI is used to manage pg_auto_failover installations to provide High
 Availability to Postgres.
Timestamp: 2023-11-24 17:31:06+00

Package: pg-auto-failover-cli-dbgsym
Source: pg-auto-failover
Version: 2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 626
Depends: pg-auto-failover-cli (= 2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/pg-auto-failover-cli-dbgsym_2.1-1.pgdg+1_arm64.deb
Size: 560464
SHA256: 7a849200b2eb9c93420f8e9f457d73cb08f3ac894b5dbc4e909e460593e5ba0e
SHA1: 916b56176a8a1b6b807081e0258ec5185d3ea891
MD5sum: 14eaebd5ff9de0b61c28fc60f2555532
Description: debug symbols for pg-auto-failover-cli
Build-Ids: cc164bf7956706db309665bced2f74b4a8f4a3f5
Timestamp: 2023-11-24 17:31:06+00

Package: postgresql-10-auto-failover
Source: pg-auto-failover
Version: 2.0-3.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 282
Depends: pg-auto-failover-cli (= 2.0-3.pgdg+1), postgresql-10, libc6 (>= 2.17), libpq5 (>= 8.4~)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-10-auto-failover_2.0-3.pgdg+1_arm64.deb
Size: 56712
SHA256: c97103b984c2b3c2abd06b3c7b33210f01ea4f71f0fad5653d2618df8f5da952
SHA1: f4a9ed9dad326e72588455cdaa9ca6e63e3877b6
MD5sum: 0c7cffdc688e7729149d48ba41c0b240
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2023-11-24 17:31:06+00

Package: postgresql-10-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 153
Depends: postgresql-10-auto-failover (= 2.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-10-auto-failover-dbgsym_2.0-3.pgdg+1_arm64.deb
Size: 129816
SHA256: cb6f96a04362739f429e49f3d8bc3c32cec0b1033a017be407fafdebc1115d70
SHA1: 8e14988497b76ad45c532b1398eb2b5d71885fbb
MD5sum: 56b47e43881e42152118d57ac153a74d
Description: debug symbols for postgresql-10-auto-failover
Build-Ids: 03af7a3b15784393dd51f2109249dd31f706e6b8
Timestamp: 2023-11-24 17:31:06+00

Package: postgresql-11-auto-failover
Source: pg-auto-failover
Version: 2.1-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1068
Depends: pg-auto-failover-cli (= 2.1-1.pgdg+1), postgresql-11, postgresql-11-jit-llvm (>= 15), libc6 (>= 2.17), libpq5 (>= 8.4~)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-11-auto-failover_2.1-1.pgdg+1_arm64.deb
Size: 371368
SHA256: f7a030d397678b7c580d67abf3e448bf610ed45eeff7d3427d2718a9eb8d21db
SHA1: fc5ff46c01d793c0de4a8533fd963edd8195448d
MD5sum: 7c956c663189409b76f21a715b142a32
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2023-11-24 17:31:06+00

Package: postgresql-11-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 152
Depends: postgresql-11-auto-failover (= 2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-11-auto-failover-dbgsym_2.1-1.pgdg+1_arm64.deb
Size: 127872
SHA256: 7eb7a26a1507a270e006fe584555e6d7b167ed99c605625bbb35770da3996180
SHA1: 4b728fedf7141fb7ec6e1e11eac90544f7425eba
MD5sum: 02da4d734d48a9b38b542d397f0f4027
Description: debug symbols for postgresql-11-auto-failover
Build-Ids: 8d1acf8fff2f70a5575fbb1a87852d160b37ecc4
Timestamp: 2023-11-24 17:31:06+00

Package: postgresql-12-auto-failover
Source: pg-auto-failover
Version: 2.1-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1135
Depends: pg-auto-failover-cli (= 2.1-1.pgdg+1), postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17), libpq5 (>= 8.4~)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-12-auto-failover_2.1-1.pgdg+1_arm64.deb
Size: 393452
SHA256: 66eed706921b4932f443460904bc5ecd940bc4efe0b2236dbf5f909fa98639f9
SHA1: faade8b51f473067f18cd7680bda30dc66828d58
MD5sum: f3ca999e223bcdaae4617d1dfd04960f
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2023-11-24 17:31:06+00

Package: postgresql-12-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 159
Depends: postgresql-12-auto-failover (= 2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-12-auto-failover-dbgsym_2.1-1.pgdg+1_arm64.deb
Size: 135272
SHA256: 0b099ec57ffdc06b94749b9cc017ceac57418786cf664b0a102ea58b6ff102aa
SHA1: 7fc6707846b70ba2e890679f82a207aa43413ad7
MD5sum: 2fd9c4845fe84a3c9df515818fd8d1a0
Description: debug symbols for postgresql-12-auto-failover
Build-Ids: b91190d495a1d42004fa72fa2de26f1c2b5cedc5
Timestamp: 2023-11-24 17:31:06+00

Package: postgresql-13-auto-failover
Source: pg-auto-failover
Version: 2.1-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1156
Depends: pg-auto-failover-cli (= 2.1-1.pgdg+1), postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17), libpq5 (>= 8.4~)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-13-auto-failover_2.1-1.pgdg+1_arm64.deb
Size: 400844
SHA256: 45d9c78063b5407f78824319547a51055dc4096739eed4b24f11a807ffb3d051
SHA1: 3e8a176247c0952c650f5af6f5d4a08e20e58a6d
MD5sum: 8682799437c056e0d76e7aa34810158a
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2023-11-24 17:31:06+00

Package: postgresql-13-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 165
Depends: postgresql-13-auto-failover (= 2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-13-auto-failover-dbgsym_2.1-1.pgdg+1_arm64.deb
Size: 142108
SHA256: 91be3643f4250f885265142663b1407aeccb6b0d390f91bf0eb673f935901e36
SHA1: 549c9fe6e83d14b91eca763e00d54395ffac94a5
MD5sum: 8af8e454ca567cf27d003997f438c89f
Description: debug symbols for postgresql-13-auto-failover
Build-Ids: 0abe4213f675f728f5de42242a3fba92cc4c7ddd
Timestamp: 2023-11-24 17:31:06+00

Package: postgresql-14-auto-failover
Source: pg-auto-failover
Version: 2.1-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1172
Depends: pg-auto-failover-cli (= 2.1-1.pgdg+1), postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17), libpq5 (>= 8.4~)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-14-auto-failover_2.1-1.pgdg+1_arm64.deb
Size: 406116
SHA256: 0ded1094911a6001d8bd39a4f32ae23f8c668c43da975be66eda5c6235a9a6cc
SHA1: c05a3768891a44b74e75dbe227152b815c368818
MD5sum: 25cb75a526140893ba7d6ae177f80630
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2023-11-24 17:31:06+00

Package: postgresql-14-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 168
Depends: postgresql-14-auto-failover (= 2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-14-auto-failover-dbgsym_2.1-1.pgdg+1_arm64.deb
Size: 144812
SHA256: 3fcc06078efb775c47823104c36821bcc534d542651487dae2f11361765e36ee
SHA1: e3b6c3a071b23a368f8a5fd221693c506d65311c
MD5sum: d7d0e3116708ec5f70e2eaebf52397e4
Description: debug symbols for postgresql-14-auto-failover
Build-Ids: 106adfbc7b905caca3ca12a7a44c300d819e5c7c
Timestamp: 2023-11-24 17:31:06+00

Package: postgresql-15-auto-failover
Source: pg-auto-failover
Version: 2.1-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1156
Depends: pg-auto-failover-cli (= 2.1-1.pgdg+1), postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17), libpq5 (>= 8.4~)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-15-auto-failover_2.1-1.pgdg+1_arm64.deb
Size: 399616
SHA256: 854b7ea989f226c04b2f3948a124cf044f589f9b1bf3eda09f722843b97f94cf
SHA1: 97a1d1b025418888c1d9ceb96545a16587ab9ab5
MD5sum: 45f44670892b4094ae63219c3d3dbfe3
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2023-11-24 17:31:06+00

Package: postgresql-15-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 176
Depends: postgresql-15-auto-failover (= 2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-15-auto-failover-dbgsym_2.1-1.pgdg+1_arm64.deb
Size: 151988
SHA256: bb6a14982e2d4a487ab1ca92e14680ac1828f93811b8103e1a1a8fa3c1b3be6d
SHA1: a4f9c72c39c9b47d570892843468e8bce3cf0247
MD5sum: caff8daf66f90271a41463acd4c3b42f
Description: debug symbols for postgresql-15-auto-failover
Build-Ids: 74b09c5fde79fa0295b438c47d7061582aee8f3a
Timestamp: 2023-11-24 17:31:06+00

Package: postgresql-16-auto-failover
Source: pg-auto-failover
Version: 2.1-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1176
Depends: pg-auto-failover-cli (= 2.1-1.pgdg+1), postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17), libpq5 (>= 8.4~)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-16-auto-failover_2.1-1.pgdg+1_arm64.deb
Size: 406880
SHA256: 99867e872d670a6d240d127973eaa059b981a36da3903d467a87b239dfd521c1
SHA1: 08068a6f5247807008b718236a6434ca299f5fc3
MD5sum: 5b0a57733b33eb7b5559e39037f335e1
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2023-11-24 17:31:06+00

Package: postgresql-16-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 196
Depends: postgresql-16-auto-failover (= 2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-16-auto-failover-dbgsym_2.1-1.pgdg+1_arm64.deb
Size: 172944
SHA256: b5ddf86c5e35c91c8498ae43adfc24d051139d6470ba3a1fa8ea47592d7e19fd
SHA1: d106b36e3163a0387a5a04b1a1cc042f3fda40b8
MD5sum: d619eecdea1ce4fdd105b6f1e97989ac
Description: debug symbols for postgresql-16-auto-failover
Build-Ids: b316df2b4469e08c43d49e30b448aaf9f6ffc19b
Timestamp: 2023-11-24 17:31:06+00

Package: libpgpool2-dbgsym
Source: pgpool2
Version: 4.3.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: libpgpool2 (= 4.3.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/libpgpool2-dbgsym_4.3.7-1.pgdg+1_arm64.deb
Size: 63440
SHA256: 44560e2e777cfe5545eb90dc3d142c28501e4248c6fa5737ccd44cbb11434f24
SHA1: 340c848a64ab924c70bf09f03b40aeeb9dd06903
MD5sum: 76ec7b1bababf2b327a75bee39f91fa5
Description: debug symbols for libpgpool2
Build-Ids: bebaa50d35b50ba1d8134ef667f074b4e507f742
Timestamp: 2023-11-25 11:16:06+00

Package: libpgpool-dev
Source: pgpool2
Version: 4.3.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libpgpool2 (= 4.3.7-1.pgdg+1)
Conflicts: libpcp3-dev
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libdevel
Filename: pool/main/p/pgpool2/libpgpool-dev_4.3.7-1.pgdg+1_arm64.deb
Size: 150616
SHA256: 9e62afbc69409858bd55cb382bd83b2949b1876427145665ab9e2c42e8ef753f
SHA1: 639abc683c79566630dc33e76590cbb62825fa10
MD5sum: 7411b2ad5c48460ec3bb83513b33e133
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).
Timestamp: 2023-11-25 11:16:06+00

Package: pgpool2
Version: 4.3.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6876
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: libpgpool2 (= 4.3.7-1.pgdg+1), lsb-base, postgresql-common, ucf, libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libldap-2.5-0 (>= 2.5.4), libmemcached11 (>= 1.1.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3 (>= 3.0.0)
Enhances: postgresql
Conflicts: pgpool
Replaces: pgpool
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/pgpool2_4.3.7-1.pgdg+1_arm64.deb
Size: 1188132
SHA256: e071eee21fc9e444b750270df345da09c5f333fe81d51b919b9988129a4f2b12
SHA1: 2fb85a30a8bdf009193fc003d9ca4e3e59c8bdc6
MD5sum: 26acfbe68de0b7c2b999830c81669874
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.
Timestamp: 2023-11-25 11:16:06+00

Package: pgpool2-dbgsym
Source: pgpool2
Version: 4.3.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2104
Depends: pgpool2 (= 4.3.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/pgpool2-dbgsym_4.3.7-1.pgdg+1_arm64.deb
Size: 1948344
SHA256: 1cd0035c899c56a3d593d6a0befc526c0307e15b08eaf0f0ad179dd2a60d7491
SHA1: 92ba7fe5b8bb39de0783df0ea18e391a8e872d8e
MD5sum: 2896d59b552ca1b06bdbba6eca3bba24
Description: debug symbols for pgpool2
Build-Ids: 04cfcd5890df9bfab1eaff03295525e0388ad80e 0d95aceeb4e363ffd6b0cbff38bb2b2b9e54a1c3 25f39a7c2795bf43bdda94fd482b42f778be2018 33a5a51da2e738b9c57d0901b4083dcf90807e9d 7556ce522890ac50785a1bf7af8ba14b5023aa59 8beb32abe62ae921a29b6cb7d9c0d0474eedbfd0 df9f33aec054c9c2b8cb5238d9489977bb543f28
Timestamp: 2023-11-25 11:16:06+00

Package: postgresql-10-pgpool2
Source: pgpool2
Version: 4.3.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 381
Depends: libpgpool2 (>= 4.3.7-1.pgdg+1), postgresql-10, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2_4.3.7-1.pgdg+1_arm64.deb
Size: 132484
SHA256: d1cd1bb23580496e22afb063083013a27da221ac3f79f7b600a4c8e3f62d49e9
SHA1: 3dbfb78284ebe248b89db2d9bbfd39c1c75e5025
MD5sum: 43ddf93cc6be8f01d80999de3b7a65b2
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 10 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2023-11-25 11:16:06+00

Package: postgresql-10-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-10-pgpool2 (= 4.3.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2-dbgsym_4.3.7-1.pgdg+1_arm64.deb
Size: 53280
SHA256: 34866aeb9d47cf0e8d90234196f4f689c6608747ec48c25d9209960aaf3981dd
SHA1: 420f3dd58f8364583b8fddc07e06015f881e3ec5
MD5sum: 84aea92dad8f162217a4e18245a622e3
Description: debug symbols for postgresql-10-pgpool2
Build-Ids: 0c9c830c695ca740bfa979002b48fd29a8361b27 836e2cc55d7286b4a413593c8f6cb4fc913aec37 f9b4ad7f8d0946411df15f6b66b13c88b774c0ed
Timestamp: 2023-11-25 11:16:06+00

Package: postgresql-10-pgsphere
Source: pgsphere
Version: 1.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1051
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1), postgresql-10
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-10-pgsphere_1.4.1-1.pgdg+1_arm64.deb
Size: 173892
SHA256: 52ad0fbb077475b468438deed6015b93a0bb45d5497a2da7cefb1659801b6271
SHA1: d99784081464bee3f5b1d7f03a9554b8a9297b97
MD5sum: 50a2a21543f5484a9015800c5295dd80
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2023-11-25 11:16:06+00

Package: postgresql-10-pgsphere-dbgsym
Source: pgsphere
Version: 1.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 402
Depends: postgresql-10-pgsphere (= 1.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-10-pgsphere-dbgsym_1.4.1-1.pgdg+1_arm64.deb
Size: 343500
SHA256: a52887a7bcdca07e1cd9f928a13b66d35609a97a88758015e15bed8abbd2319f
SHA1: 7c30afe37cd201eeda805d48ac94ae9f11be2a90
MD5sum: 607c979fac61b045890f5d4629742b7c
Description: debug symbols for postgresql-10-pgsphere
Build-Ids: 7db2d1c35650a5c735befbc197d0467875658b3d
Timestamp: 2023-11-25 11:16:06+00

Package: postgresql-11-pgpool2
Source: pgpool2
Version: 4.3.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 437
Depends: libpgpool2 (>= 4.3.7-1.pgdg+1), postgresql-11, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2_4.3.7-1.pgdg+1_arm64.deb
Size: 159080
SHA256: be2f2953a48506a6b866a75aef97716bbd8e45126c9b45b0783b734373b62151
SHA1: 9b1a853a3abe7e64e819254d9a777c99e72eaefe
MD5sum: 4385ebb9bb04ad1a7e3462c8df93d832
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 11 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2023-11-25 11:16:06+00

Package: postgresql-11-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-11-pgpool2 (= 4.3.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2-dbgsym_4.3.7-1.pgdg+1_arm64.deb
Size: 51192
SHA256: 9d82509fbae9776f0169e6a0d034cd7f40463d7390670cede26f99dc31b852e0
SHA1: 931f476252ad36fbeacd1f3700cffd651f23bc5c
MD5sum: af1dec2342024f2a91158a219971d784
Description: debug symbols for postgresql-11-pgpool2
Build-Ids: 0ea784cbade577030037605a54b0a4feed8d5392 81e5af20f475cf6eae90ae1a0c881a113cdc31b0 e767e8d4e9762a9b48ad8602f6633996804bc9a6
Timestamp: 2023-11-25 11:16:06+00

Package: postgresql-11-pgsphere
Source: pgsphere
Version: 1.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1662
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1), postgresql-11, postgresql-11-jit-llvm (>= 15)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-11-pgsphere_1.4.1-1.pgdg+1_arm64.deb
Size: 418804
SHA256: d3401da91a6a230a572d87026f01733364c68fbe6cd7976917219a4a75d71df3
SHA1: ef255d2e297708c122bcd272d6df93ecd2dffa84
MD5sum: 9c11251f4663043b85faa183ee5b3966
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2023-11-25 11:16:06+00

Package: postgresql-11-pgsphere-dbgsym
Source: pgsphere
Version: 1.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 404
Depends: postgresql-11-pgsphere (= 1.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-11-pgsphere-dbgsym_1.4.1-1.pgdg+1_arm64.deb
Size: 345968
SHA256: 612b113a75a78f108d47c17d29f6b07c0fc5dce9c3d64619a04b909535840130
SHA1: 127a58c79f7ab766aad8fa6c162ae963a171e0ed
MD5sum: 8cc217f6d518b5ec064ab218379376e2
Description: debug symbols for postgresql-11-pgsphere
Build-Ids: f2c8999568111e084b5368ddd9fba34f904c44db
Timestamp: 2023-11-25 11:16:06+00

Package: postgresql-12-pgpool2
Source: pgpool2
Version: 4.3.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 438
Depends: libpgpool2 (>= 4.3.7-1.pgdg+1), postgresql-12, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2_4.3.7-1.pgdg+1_arm64.deb
Size: 159524
SHA256: 1c24ea5c410fd062df17b2167ddc080cc24b7d63c1e4d84734e7d8d4b8e6a704
SHA1: 9c6a110328e90de2d2cf7f0aad4f9923059bace7
MD5sum: d99379fdaf2622446ae5b357cb39b010
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 12 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2023-11-25 11:16:06+00

Package: postgresql-12-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-12-pgpool2 (= 4.3.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2-dbgsym_4.3.7-1.pgdg+1_arm64.deb
Size: 51864
SHA256: 491205899af5896fd97cc2e58175796df433a42c27c12ad64da52611ca77819a
SHA1: ac4bd93601c06fd56f452361336c05a03a77d371
MD5sum: 354a5bb23b5ee2b75d95ce0c7eba09da
Description: debug symbols for postgresql-12-pgpool2
Build-Ids: 005a3b224dc87e1618469a368925e732a13ac5c8 5bc17f7dd63867d479ec11b56a042ebfe8e9b777 fe15177a9c7f2cc1d6dbe408818fef6481fc5198
Timestamp: 2023-11-25 11:16:06+00

Package: postgresql-12-pgsphere
Source: pgsphere
Version: 1.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1674
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1), postgresql-12, postgresql-12-jit-llvm (>= 16)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-12-pgsphere_1.4.1-1.pgdg+1_arm64.deb
Size: 424644
SHA256: 32e3fe8c49305450662a79cd3825319193e1a649e5c7a86a19dc5746543db1f2
SHA1: 0db90f74d4209cdf36cf889f9046483d286c39ae
MD5sum: 7426b98e5af636e58cc952d71645068b
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2023-11-25 11:16:06+00

Package: postgresql-12-pgsphere-dbgsym
Source: pgsphere
Version: 1.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 426
Depends: postgresql-12-pgsphere (= 1.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-12-pgsphere-dbgsym_1.4.1-1.pgdg+1_arm64.deb
Size: 367532
SHA256: 1da163a690bad2dacc20cdccd7c826d26b9fe933f39a31e8de237cb75d9e473f
SHA1: 937630e3064b7bccb34ee081895c9598f410a4b5
MD5sum: 6e79530236f404ac757484a3d658dffc
Description: debug symbols for postgresql-12-pgsphere
Build-Ids: 378264deb79bdfa2e9702862802fa94782a88a55
Timestamp: 2023-11-25 11:16:06+00

Package: postgresql-13-pgpool2
Source: pgpool2
Version: 4.3.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 437
Depends: libpgpool2 (>= 4.3.7-1.pgdg+1), postgresql-13, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2_4.3.7-1.pgdg+1_arm64.deb
Size: 159372
SHA256: 265015942dc3bf8bee5640bec96ae786b0d1e0662d3561562ee82c1940b6a360
SHA1: 3a3274a351f037b1020a0584b26046de2abd8143
MD5sum: ce236c59461d3fac32464b4a4dd60f9f
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 13 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2023-11-25 11:16:06+00

Package: postgresql-13-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-13-pgpool2 (= 4.3.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2-dbgsym_4.3.7-1.pgdg+1_arm64.deb
Size: 49284
SHA256: b4f6e9660b84ca1d96f5f3eb73ea57d43ff390fdf366898b375c1b8a308dd324
SHA1: b5678e43af6319de2f434d95b9652f70170ec78b
MD5sum: b138faf6230410fa7f41568698f6209b
Description: debug symbols for postgresql-13-pgpool2
Build-Ids: 044eecbfb6fbb3c73c04479a8d64a6d5c8ca537f 4274673b0cfdbfc0b5cf2464aa2fa28d246fffd6 45eacdedbc8536f3195b85d3c55627581601c95a
Timestamp: 2023-11-25 11:16:06+00

Package: postgresql-13-pgsphere
Source: pgsphere
Version: 1.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1678
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1), postgresql-13, postgresql-13-jit-llvm (>= 16)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-13-pgsphere_1.4.1-1.pgdg+1_arm64.deb
Size: 425840
SHA256: 91ce9cab1f3d9324616144809bacf9f3b0e7a2a2f3e95527835598464d57db35
SHA1: 70edaffee2fada825c362ce794a93e2386ef9358
MD5sum: 8755861d98f45d6d9deae9e36a256be3
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2023-11-25 11:16:06+00

Package: postgresql-13-pgsphere-dbgsym
Source: pgsphere
Version: 1.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 427
Depends: postgresql-13-pgsphere (= 1.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-13-pgsphere-dbgsym_1.4.1-1.pgdg+1_arm64.deb
Size: 368944
SHA256: 11740037444d8610f8d6a899b8a2097898866d66894404dd338c335c5736758c
SHA1: 69d4e551b02d79296a85016e417e462de5b2e85c
MD5sum: 4f2c26082b3a1527598f407342d6208a
Description: debug symbols for postgresql-13-pgsphere
Build-Ids: 2fbafefc335c5e2d003682af7b727a8c8354a948
Timestamp: 2023-11-25 11:16:06+00

Package: postgresql-14-pgpool2
Source: pgpool2
Version: 4.3.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 439
Depends: libpgpool2 (>= 4.3.7-1.pgdg+1), postgresql-14, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2_4.3.7-1.pgdg+1_arm64.deb
Size: 159872
SHA256: b7015af5a49b55318c56ad08379601c96e360099ef68192a2e940e640a2d6360
SHA1: 22c951ef82cef0ef72d727a04b972a1d7a1ff299
MD5sum: 7cec2121d399b97eb2f94606db25725f
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 14 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2023-11-25 11:16:06+00

Package: postgresql-14-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-14-pgpool2 (= 4.3.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2-dbgsym_4.3.7-1.pgdg+1_arm64.deb
Size: 50136
SHA256: 74d707dee9478ace90a3bf27d5b157cf75f62f1c570bdc8c325e844b2db278e5
SHA1: d4cf3ddc943d122e217a0658212356d201c59274
MD5sum: 8fd65c74123093838e8a6effab2cc7dd
Description: debug symbols for postgresql-14-pgpool2
Build-Ids: 29831ea1d3a331dcbe55c52dae16c97018ce3d77 434c9852d7503dacc034db81e3944772eda353e1 6ea9361db16bc2581bf03a0e8d99872802be145a
Timestamp: 2023-11-25 11:16:06+00

Package: postgresql-14-pgsphere
Source: pgsphere
Version: 1.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1686
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1), postgresql-14, postgresql-14-jit-llvm (>= 16)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-14-pgsphere_1.4.1-1.pgdg+1_arm64.deb
Size: 426672
SHA256: ecbf4d2822877a67f39f78f9197e99118da4c5a6decb25e762ec3638a47d0144
SHA1: c3ad62e348cc863fcf404e6d16561d2c6958d07b
MD5sum: 6721cefca4795c8c695da69b92c75138
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2023-11-25 11:16:06+00

Package: postgresql-14-pgsphere-dbgsym
Source: pgsphere
Version: 1.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 427
Depends: postgresql-14-pgsphere (= 1.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-14-pgsphere-dbgsym_1.4.1-1.pgdg+1_arm64.deb
Size: 369284
SHA256: 9d05a4641ef819b69d7ad8ef45192e3871d78affd647c3b3004b51701a79eeca
SHA1: bc9f127a9dd0adb68f74c10549db645dddc8d0d5
MD5sum: ffa8420f4345ef76d29d5ca7ab14dd78
Description: debug symbols for postgresql-14-pgsphere
Build-Ids: bf6124feaacf5b9677ed53a3e62cc407b98634a1
Timestamp: 2023-11-25 11:16:06+00

Package: postgresql-15-pgpool2
Source: pgpool2
Version: 4.3.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 440
Depends: libpgpool2 (>= 4.3.7-1.pgdg+1), postgresql-15, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2_4.3.7-1.pgdg+1_arm64.deb
Size: 160856
SHA256: c5e6c97c48deddb3907e632baa85c3723830ec4d5e708f251f4cd8a0ac3acb9f
SHA1: 1d019798bec2c5d7fcd07e025ebb40386b3a86d7
MD5sum: e766514de7360eb83d152ab34a04361f
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 15 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2023-11-25 11:16:06+00

Package: postgresql-15-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-15-pgpool2 (= 4.3.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2-dbgsym_4.3.7-1.pgdg+1_arm64.deb
Size: 51104
SHA256: dce98f59b96bef9bf4f6179f5d71ecb545c2ca10f0287363026e347e53b71e5f
SHA1: 469e7e170a760284b4aca4670ca37a685c7dd1cc
MD5sum: d2d5b27200177bfcadf5462d3cd897db
Description: debug symbols for postgresql-15-pgpool2
Build-Ids: 3007f278d93455177fe99cd93ab992029f9b91ee 5844f2a6ed0976ddcfe2fec4c67979098e317a20 d0b226e79944c7c52e84f6a7c597c6cfdc24bfae
Timestamp: 2023-11-25 11:16:06+00

Package: postgresql-15-pgsphere
Source: pgsphere
Version: 1.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1686
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1), postgresql-15, postgresql-15-jit-llvm (>= 16)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-15-pgsphere_1.4.1-1.pgdg+1_arm64.deb
Size: 426712
SHA256: de61f5f603aa34b6d4119da88df810a0fefcc66d07959e6b2158c6a7cdd03396
SHA1: 60e10ffbc3ac98891ba6a1a420ccdeea18c2df7d
MD5sum: fb9fa0504c220d436f3d594d8612c93a
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2023-11-25 11:16:06+00

Package: postgresql-15-pgsphere-dbgsym
Source: pgsphere
Version: 1.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 427
Depends: postgresql-15-pgsphere (= 1.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-15-pgsphere-dbgsym_1.4.1-1.pgdg+1_arm64.deb
Size: 369296
SHA256: e031f0e226da2c9efc024d857e68897572eb950063432b0662c4891e07995152
SHA1: 64ed62e779dcdf355ed896ce68ba717dc60281f1
MD5sum: e7117834f197e23b1423ebd4ec13a491
Description: debug symbols for postgresql-15-pgsphere
Build-Ids: 03c36f84b9722c150fd1c1f30d78f2def7144c95
Timestamp: 2023-11-25 11:16:06+00

Package: postgresql-16-pgpool2
Source: pgpool2
Version: 4.3.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 440
Depends: libpgpool2 (>= 4.3.7-1.pgdg+1), postgresql-16, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-16-pgpool2_4.3.7-1.pgdg+1_arm64.deb
Size: 160696
SHA256: b9b5a25b71a874215003ea4fccc67067393d4f8a8799afa8cd4bfb37b90e517a
SHA1: ac8bd372940aa55213d584f9ff5c046116493274
MD5sum: fed7c80c29d403cf08fd22bb80381caa
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 16 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2023-11-25 11:16:06+00

Package: postgresql-16-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-16-pgpool2 (= 4.3.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-16-pgpool2-dbgsym_4.3.7-1.pgdg+1_arm64.deb
Size: 56604
SHA256: b9aaadef94a4a90afd17f2c14cc2d6345a2a86dadaa1058181f0cc1f56d249f7
SHA1: 7a53aaf2c2a0dbc86f343d1fec5394040d4960aa
MD5sum: 04b1ea438e17704d604ba205f1d6774c
Description: debug symbols for postgresql-16-pgpool2
Build-Ids: 03eb9e10f57afe714df10529680421e9c0bc16ab 9aab7a37d227fca38271af2b6b9ff4c4ad2ab2f3 eaa1a728429094ac95408ce560617ac9b6aee367
Timestamp: 2023-11-25 11:16:06+00

Package: postgresql-16-pgsphere
Source: pgsphere
Version: 1.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1684
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1), postgresql-16, postgresql-16-jit-llvm (>= 16)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-16-pgsphere_1.4.1-1.pgdg+1_arm64.deb
Size: 423868
SHA256: fd902b7ab5f7f2905c26ecc25b1af3cba20e944395c7f8fe7a529929f4fb5ac4
SHA1: a10087d9ede9ed0b7eacfe94d0b1a9e45ed2e82e
MD5sum: c1a6eeef58381937510beae5da32fda9
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2023-11-25 11:16:06+00

Package: postgresql-16-pgsphere-dbgsym
Source: pgsphere
Version: 1.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 486
Depends: postgresql-16-pgsphere (= 1.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-16-pgsphere-dbgsym_1.4.1-1.pgdg+1_arm64.deb
Size: 429340
SHA256: 3800d478f4bf102e55e85c2852126690231256893a7206965ed566e5981fdb09
SHA1: 91469daf9780f9894667890aec5019d96d50fe74
MD5sum: 47d4a14433c19a5b781ed9c7f4a399e8
Description: debug symbols for postgresql-16-pgsphere
Build-Ids: a30ef01c02a12c9df5d3b588980c9dd4e498592e
Timestamp: 2023-11-25 11:16:06+00

Package: pgbackrest
Version: 2.49-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1079
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.34), liblz4-1 (>= 0.0~r127), libpq5, libssh2-1 (>= 1.5.0), libssl3 (>= 3.0.0), libxml2 (>= 2.7.4), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc, check-pgbackrest
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.49-1.pgdg+1_arm64.deb
Size: 377692
SHA256: 8a2af0403bfd056368bdf572dbe2a5452387745dab435a0fca1383e4e84e9617
SHA1: 646a4c322a497f147c162b77ffeae37dc3755e31
MD5sum: a01c54fd60d52ae59456d4f0125ae7e6
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.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2023-11-28 09:58:42+00

Package: pgbackrest-dbgsym
Source: pgbackrest
Version: 2.49-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1414
Depends: pgbackrest (= 2.49-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.49-1.pgdg+1_arm64.deb
Size: 1316000
SHA256: 65b76fcfa5cc1cc3e0668c4c3e0390008a6d36b0d69227ea3c6d8e65b1e4f012
SHA1: 388791231d30a8eb029e726fe9d1c4da47dd212f
MD5sum: 69a35d016fb6ed9ef9cca51bf3db0efe
Description: debug symbols for pgbackrest
Build-Ids: 4beb27104ae157b086995bbe59232f5c083a8bee
Timestamp: 2023-11-28 09:58:42+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.49-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1803
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.49-1.pgdg+1_all.deb
Size: 122884
SHA256: d76eaecc28e74d92a8000cadcc7828a9cfbc7761e0f3b47be26577559a2a7c7f
SHA1: eb103d2d39d09ba566ea397f619da5d387b0b919
MD5sum: 3e54eb60ee31b762be757512ab1f2821
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2023-11-28 09:58:42+00

Package: postgis
Version: 3.4.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 632
Depends: libc6 (>= 2.34), libgdal34 (>= 2.0.1), libgeos-c1v5 (>= 3.6), libpq5, libproj25 (>= 5.2.0), perl:any
Recommends: postgresql-postgis, postgis-doc
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.4.1+dfsg-1.pgdg+1_arm64.deb
Size: 144216
SHA256: 90c41678df77a117596f66c08dbbf752ed6872ee6d3b4788314d1bbd651b32dc
SHA1: 2e9560a2b30656f1b9f51aaa7d6192f9e1bbdb36
MD5sum: 6982aafc132054555b6c8735f8d1db19
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2023-12-01 14:28:26+00

Package: postgis-dbgsym
Source: postgis
Version: 3.4.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 707
Depends: postgis (= 3.4.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.4.1+dfsg-1.pgdg+1_arm64.deb
Size: 535496
SHA256: 03eb0d27932b870e359c7f5ada9e01f76c7971359ea4a82e7c1b42c7db994e8d
SHA1: d782ee8fec8a8725b5c49780a8a8d91156acf0cd
MD5sum: 2db7f21b17407f0d0840a56c7e0d86f8
Description: debug symbols for postgis
Build-Ids: 174dae5f6eb16f0f78205945bf76df5c91f5331e 6e7bc4e50293c33d5409f1c499d5c3005ee2f378 dafadde010c042331f521fe9c4b9be5773dd9ea9
Timestamp: 2023-12-01 14:28:26+00

Package: postgis-doc
Source: postgis
Version: 3.4.1+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6223
Suggests: postgis
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: doc
Filename: pool/main/p/postgis/postgis-doc_3.4.1+dfsg-1.pgdg+1_all.deb
Size: 2916408
SHA256: 977c5156645252e877e6f6ee23dfee79226233984ee732636242939cc11f10b8
SHA1: fd88fd17562672d609f58257e46b75b546e98089
MD5sum: 53dbaa423be0305253e0943c4e5a9ed6
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.
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-10-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.4-3.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 158
Depends: postgresql-10, libc6 (>= 2.34), libgdal34 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-10-ogr-fdw_1.1.4-3.pgdg+2_arm64.deb
Size: 32316
SHA256: 76822c38e6728d1dc7b94ddd31393cca47396bfb42215318827e0deb5198e027
SHA1: 801c51f80eb1dc448122728d10538b9f3badc1d7
MD5sum: 8471ae1b51db93e367c555eb9b224b28
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-10-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.4-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 150
Depends: postgresql-10-ogr-fdw (= 1.1.4-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-10-ogr-fdw-dbgsym_1.1.4-3.pgdg+2_arm64.deb
Size: 117580
SHA256: 0058b23b372a75d6687e644b201f5e4137f6fd05fba5fbab0ab270c5902fa80f
SHA1: d22785139fe87e15b7d368d8d96eaedc1e60b699
MD5sum: 52682e817da0c9f19f5d964bb1c15aa1
Description: debug symbols for postgresql-10-ogr-fdw
Build-Ids: 580205a78dcb229f3b92b86792fdc7dc9ef61b24 6bb83cbd19cc43525ea869dfb195f11eaf6385cb
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-10-repack
Source: pg-repack
Version: 1.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: postgresql-10, libc6 (>= 2.34), libpq5 (>= 8.3~rc1-1~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-10-repack_1.5.0-1.pgdg+1_arm64.deb
Size: 71136
SHA256: c9dce754e04c55b6cb2af9986ed5d5d24642247902e90ff75dfe047324b0b636
SHA1: 1fd238953ab9fd13758c777725bd2901723cecb6
MD5sum: 51fe57f8a0535b3c8e5ffbb4b49b620e
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 10.
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-10-repack-dbgsym
Source: pg-repack
Version: 1.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-10-repack (= 1.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-10-repack-dbgsym_1.5.0-1.pgdg+1_arm64.deb
Size: 117108
SHA256: 0b195e71ec87f24c1b599d2abce9307e596e8571b32ea401752d3f1a4a764fb1
SHA1: 9ccfc10abab95935333c639efccee3df282b2fb3
MD5sum: c3cb4791ebe7dafdb7f0c96a83e7c4d0
Description: debug symbols for postgresql-10-repack
Build-Ids: 7c4d4cc8dbcd9252cbaa34ae5796b5ee09593e9d f7db7e43cbc5565d9bda28a6a81668b5894d03ef
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-11-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.4-3.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 284
Depends: postgresql-11, libc6 (>= 2.34), libgdal34 (>= 2.2.0), postgresql-11-jit-llvm (>= 15)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw_1.1.4-3.pgdg+2_arm64.deb
Size: 100348
SHA256: 3507f19ffc4f450440e4a997cbb56257d135cd5a6671c1a542bd994872d76f23
SHA1: 85ac18bf76e1bc92cca67d3eeb530215f331d6f1
MD5sum: 82ce59edd6a68976b09718e3f5a5c1f6
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-11-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.4-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 159
Depends: postgresql-11-ogr-fdw (= 1.1.4-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw-dbgsym_1.1.4-3.pgdg+2_arm64.deb
Size: 126184
SHA256: 179e1cbb0085889e96f8bdf96ab6fbb9775de67f21d4883acbe974705abb6022
SHA1: 19800d41ace8251629e6bbeb92f70cddb86f6cad
MD5sum: cb7d33e06825ec2144e40d82e1ac59b1
Description: debug symbols for postgresql-11-ogr-fdw
Build-Ids: 5c5ac2f546749e3e95ff6bcd856b9ce3e2d7bcc7 b79a2c8f3078280bb876769f7529ee3db214800e
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-11-repack
Source: pg-repack
Version: 1.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 309
Depends: postgresql-11, postgresql-11-jit-llvm (>= 15), libc6 (>= 2.34), libpq5 (>= 8.3~rc1-1~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-11-repack_1.5.0-1.pgdg+1_arm64.deb
Size: 98752
SHA256: 55fea00cc3f27226c1b2b843520f51366d2eaf6251ffdd15eec3ceac07d986f4
SHA1: 7a27e7d4866f672037b06983f7421dba19d8f29c
MD5sum: 461d090f3abf721fb4626335d0cd5b76
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 11.
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-11-repack-dbgsym
Source: pg-repack
Version: 1.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: postgresql-11-repack (= 1.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-11-repack-dbgsym_1.5.0-1.pgdg+1_arm64.deb
Size: 118064
SHA256: cbb4483599e182255a15068ae79184fd12ff606e53540e1ea754ea6fbb64f841
SHA1: 1043c91afadf337d5704a6874b4193e830a081b5
MD5sum: 925bacbfdf57a4b9a6b0d5b29d826f03
Description: debug symbols for postgresql-11-repack
Build-Ids: 1b6b8417c0b0b13a0cbd04b4d8ce542e0a3a4a13 638647867d107a1357358226e41bba5849fda071
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-12-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.4-3.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 286
Depends: postgresql-12, libc6 (>= 2.34), libgdal34 (>= 2.2.0), postgresql-12-jit-llvm (>= 16)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw_1.1.4-3.pgdg+2_arm64.deb
Size: 101504
SHA256: a68a275b0813dd806b07ca7b9fdf3009f210bbabb9f61be7079c6566b0ad9a43
SHA1: 949472e907dd4e04f2b9efccf1d30bccca03c472
MD5sum: 4ab2f0b591d29b85a3ecc91db611461c
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-12-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.4-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 156
Depends: postgresql-12-ogr-fdw (= 1.1.4-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw-dbgsym_1.1.4-3.pgdg+2_arm64.deb
Size: 123880
SHA256: db95739380b2463ee745c3ea922d36b0fdea04342115e264fce768dee398c5f7
SHA1: ee3ae0507fe4dbd6d90c9429070a49da89e4b909
MD5sum: 4e8166636975d12e190814c61d96357b
Description: debug symbols for postgresql-12-ogr-fdw
Build-Ids: 790b278e3653666d59aadae41464cfb6ba6418e0 c227e214a50986fdc2105c1cfed815a0bfb1262b
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 2.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 795
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_2.6.2-1.pgdg+1_arm64.deb
Size: 339704
SHA256: e08e018fac3555d17d390db351da5cb8704b1d2b118e3efaaa344ab9f7c0161e
SHA1: 6a2ae115fcaba2ed72c6e475dafe56c8c95778ad
MD5sum: 2b331249c22b1ec0ac754801b9c612e4
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 287
Depends: postgresql-12-plpgsql-check (= 2.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_2.6.2-1.pgdg+1_arm64.deb
Size: 256160
SHA256: 041270db26e124f0da057a8172af2016655addcc3366876cf9e6f6efcfac64d3
SHA1: 0b7470e6edefd11990a4734e0b2ab202b3340f83
MD5sum: bf52644f4f3f5948306dacdd2e1a22e5
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: f30e78773a78d35ff2fcf68537cbf204f49487c7
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.4.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10205
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal34 (>= 3.7.0), libgeos-c1v5 (>= 3.12.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-12-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.4.1+dfsg-1.pgdg+1_arm64.deb
Size: 3595356
SHA256: a40cb9bf2a779485cc4813b29ea09c4a1d15a4c38e8a0fbecc2a031b075930d0
SHA1: 80244a4ffd5440b0199e99fd29e45337ee60af2a
MD5sum: 9c44071d96dff00b4c0895777bd22fbb
Description: Geographic objects support for PostgreSQL 12
 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".
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis
Version: 3.4.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4512
Depends: postgresql-12-postgis-3 (= 3.4.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.4.1+dfsg-1.pgdg+1_arm64.deb
Size: 3955332
SHA256: 867977cf27a6a863126ac75befef680d5fdf29e95c52e1566f354c37863805e9
SHA1: 01162382adfbdd8693f261e92715c08a1a8802bf
MD5sum: 47edd940d09c093009213c9105f1a56e
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 0fb41db4a5074ef1f6764c107b0442350c375a62 aae842a9d0d90cafb9f0f5c46ceb62e04e81d8f8 bfb549c4594c4f35e9b9be1c2b9490f0e975f72b fbf76b56fc486da5ece5563ab446f23dff660814 fc65c4bd96c8c54ca5fae6765ff93ff08e803aa1
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.4.1+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38811
Recommends: postgresql-12-postgis-3
Provides: postgresql-12-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.4.1+dfsg-1.pgdg+1_all.deb
Size: 1300012
SHA256: 4c94d30d1580b19edb394ccead5b149e0cd4dfd613a1609e28bc113ba397b51f
SHA1: 08490c06864ede22564b30d2e328be2a848c9cb2
MD5sum: 4612ad756c6c2e7457299311674d30c3
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-12-repack
Source: pg-repack
Version: 1.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 309
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.34), libpq5 (>= 8.3~rc1-1~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-12-repack_1.5.0-1.pgdg+1_arm64.deb
Size: 103624
SHA256: 5d9236fec17861357feecc33da467296a6c9480c72440197687afec4b7c2e6fe
SHA1: 92b829471900930d477edf460d0684fb966e6570
MD5sum: 2de5bd90d95bb389f89c7bca4f375e13
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 12.
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-12-repack-dbgsym
Source: pg-repack
Version: 1.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-12-repack (= 1.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-12-repack-dbgsym_1.5.0-1.pgdg+1_arm64.deb
Size: 114964
SHA256: e33293442bb2ed6c99022fa037fe7844e2c3a87088f8c017d27ed1d3a8baaafd
SHA1: 4576e8055b6c3335e4f46ed3c9dec025150c3768
MD5sum: 2db0a8ae6a14c275eb2531e8fba350d5
Description: debug symbols for postgresql-12-repack
Build-Ids: 01b009212f5a76380769983d8438826bd67eb7ac cbd34d15f679ea107e7b63a60b8ef6544abba5d2
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-13-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.4-3.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 289
Depends: postgresql-13, libc6 (>= 2.34), libgdal34 (>= 2.2.0), postgresql-13-jit-llvm (>= 16)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw_1.1.4-3.pgdg+2_arm64.deb
Size: 103696
SHA256: 9308163813f47f50b5e85008ddd94eac52912cc316d4826548b89fa86da9c49b
SHA1: 3482021afcaee9d295c2d73427d99e0d33ae4e6d
MD5sum: f444c06876f030175553b2083f000f08
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-13-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.4-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 171
Depends: postgresql-13-ogr-fdw (= 1.1.4-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw-dbgsym_1.1.4-3.pgdg+2_arm64.deb
Size: 139288
SHA256: e6a41823887903752732695f3ade9a9777d171b68df1f62163264d01e984a11a
SHA1: f38bbd3ce597afaa285a4783a6a4b0ddb7df9d3b
MD5sum: 2c5895db24f197ca0be652852abdf82a
Description: debug symbols for postgresql-13-ogr-fdw
Build-Ids: 7d3bf383efb4648f16632b422bfa3ac7c83db157 e4ed4e27d2aeaf405919cf20f4690cddf7f58887
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 2.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 801
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_2.6.2-1.pgdg+1_arm64.deb
Size: 345732
SHA256: 785cd2d910666f1b15869cbaba10247ca7bf0c467f8c3991ed0205f57ec03002
SHA1: 767be54b799c2ba65a4fd4780db294987754bddf
MD5sum: 802d8e1e290fce66db59eeed75a98dec
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 309
Depends: postgresql-13-plpgsql-check (= 2.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_2.6.2-1.pgdg+1_arm64.deb
Size: 277352
SHA256: 246d8c3e1cbaeefbd3e4900d1c72169400b2433e3a2c494b87ccfdd7bb107c36
SHA1: b45693a2e4e17da87cea903585321a1aabaa1903
MD5sum: 59eedbfcbe635453e14b94cae20e3f6f
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: 8a6a10e1a4922e267bde592f5a94be83ee61e0ac
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.4.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10190
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal34 (>= 3.7.0), libgeos-c1v5 (>= 3.12.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-13-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.4.1+dfsg-1.pgdg+1_arm64.deb
Size: 3603416
SHA256: ee5a4cc319de58f13adfc38b8eb69d5ec3fab9afd1923cc91cae4e898403e0a3
SHA1: f9b68d8a3dac53948340ab253079d9fc9f2c83c7
MD5sum: fe5dfc8795c5388d0dc1f8b4a6b74f48
Description: Geographic objects support for PostgreSQL 13
 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".
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis
Version: 3.4.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4536
Depends: postgresql-13-postgis-3 (= 3.4.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.4.1+dfsg-1.pgdg+1_arm64.deb
Size: 3977776
SHA256: 4d592d7c3b888ba28b93c84544d7a832a47a8c096e8159115571d7016964bb87
SHA1: b6cf478c6477c14a4898a8f2db612330ff708ed3
MD5sum: 7259df7aa8d6b0a0817f1d3f4177f3ee
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 5138e1f43574029b66d6cef04efc012dddc2d835 b13a4054c560d657e7b6d33a1c1329b0d55ae9ad d3cb81b92f67ec9ba5a06544e3294505f39b03a1 e6e8b8bacb838d974e1e6c1f51a960ddb02c95b8 f1264b4afdf58fe73e13f61d38d2994e945535a2
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.4.1+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38811
Recommends: postgresql-13-postgis-3
Provides: postgresql-13-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.4.1+dfsg-1.pgdg+1_all.deb
Size: 1300004
SHA256: 367d9906d342620776c8b42e54cd3220e6d201e881de5f6db6125031891e966d
SHA1: 9b9ee4815967323c025a00353683753d9ac78709
MD5sum: d454f52a8589c29794c7c69cdab439e5
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-13-repack
Source: pg-repack
Version: 1.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 311
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.34), libpq5 (>= 8.3~rc1-1~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-13-repack_1.5.0-1.pgdg+1_arm64.deb
Size: 104516
SHA256: 63d0337d08d5841a236d15dc130e32fbaefd4b18a980476cd25179b9c519f51f
SHA1: 09071e006d4714b618faaedc020923c3dc6ca703
MD5sum: 83cc790600bc5da3db0cf01052308c4e
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 13.
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-13-repack-dbgsym
Source: pg-repack
Version: 1.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-13-repack (= 1.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-13-repack-dbgsym_1.5.0-1.pgdg+1_arm64.deb
Size: 115832
SHA256: 5d80be26f71ffb822603e3811085be03b52b1c4729ad38125695af91a4664f9c
SHA1: ac5000c5c8b1943d98e2a08e7051b7e4e375c1fa
MD5sum: c063ba7a13ba617bd50b0175d97391e6
Description: debug symbols for postgresql-13-repack
Build-Ids: 577db62730545a63f167bb7fe03f046c112f2af4 891aaa42a860f74ed999d85de9c43a9043faa8f8
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-14-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.4-3.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 289
Depends: postgresql-14, libc6 (>= 2.34), libgdal34 (>= 2.2.0), postgresql-14-jit-llvm (>= 16)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw_1.1.4-3.pgdg+2_arm64.deb
Size: 104024
SHA256: 23583bb325762bc4c529a3fe59663ac3369bee2ac3526cfd1f3072f97644492a
SHA1: 313f8e7427ee65adc480a4f69c66cd93d2e9f632
MD5sum: db327c523236ce81ee945afa10e08327
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-14-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.4-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 174
Depends: postgresql-14-ogr-fdw (= 1.1.4-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw-dbgsym_1.1.4-3.pgdg+2_arm64.deb
Size: 141484
SHA256: 2bee1d7687f8cb2e215e1b10ad49302cf244fdc5b527c87ab2b2f3643cafafdc
SHA1: a58d93ac44750a35b93f9c00fd8ca158a258bfe8
MD5sum: e0cbfe0edb15bc244c92e55e0372f04c
Description: debug symbols for postgresql-14-ogr-fdw
Build-Ids: 075b0e335e250c5051cda793a6a695d9f3725389 8f06e6c88ed6ae8fe6f0c7e782c0bf4eab9147b4
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 812
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.6.2-1.pgdg+1_arm64.deb
Size: 351296
SHA256: 4b424b9c601f4f3d341ac39b65aaec5701df0158b142c181ff2c845f322c49f8
SHA1: 7c6108de0977f5b081d9ba3e6934af4d16971e3f
MD5sum: bf3c77f9c210d12f75abcae0bddaeb73
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 320
Depends: postgresql-14-plpgsql-check (= 2.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.6.2-1.pgdg+1_arm64.deb
Size: 287724
SHA256: 450a8d791d644019b2f139cff4cb98f51eca96beb532b1c8a72e0b375b6bca1f
SHA1: f22fa1677f7ca8658e5e8cc449f127939dfdcf34
MD5sum: 9021cc9d699d5b23c5ebc07046db8fe2
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: 58fbf5dc89e47ad4358c72294042ddab9eefad02
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-14-postgis-3
Source: postgis
Version: 3.4.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10323
Depends: postgresql-14, postgresql-14-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal34 (>= 3.7.0), libgeos-c1v5 (>= 3.12.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-14-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3_3.4.1+dfsg-1.pgdg+1_arm64.deb
Size: 3617540
SHA256: 72bbc5640f12f16117e6758bac85c2934bced8f6978c32936c490c72fb1cc0e8
SHA1: 79386f4a1bc04d9b2bed8d85e87a5a4cc4e07689
MD5sum: c3e31bc2398dffb230f26a3bf1b2034b
Description: Geographic objects support for PostgreSQL 14
 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".
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-14-postgis-3-dbgsym
Source: postgis
Version: 3.4.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4524
Depends: postgresql-14-postgis-3 (= 3.4.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-14-postgis-3-dbgsym_3.4.1+dfsg-1.pgdg+1_arm64.deb
Size: 3965576
SHA256: c0ddbb3857c7d05a9e7abfd2edd79221ae14e73fe14384195a99a200fc51d6ef
SHA1: 843438e715b30939e31add399d6b0464ff8ee76b
MD5sum: e5b56691d21c9938752437435e67258e
Description: debug symbols for postgresql-14-postgis-3
Build-Ids: 047a027be9bd78208573672ee6edcdbaded54ff1 06f4c5f32f957160358e653f01f66f42eca5030d 0af6488e9fab6bf4bc96312947ebfea6ede15592 4fd6a57ec256d6aef39e7e8cc05cb8fb18579567 ec80872673a88b162f884c0937fcd73d52eb16f5
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-14-postgis-3-scripts
Source: postgis
Version: 3.4.1+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38811
Recommends: postgresql-14-postgis-3
Provides: postgresql-14-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3-scripts_3.4.1+dfsg-1.pgdg+1_all.deb
Size: 1299976
SHA256: 8b25d0ae513be807bb524610278036cbc76addf3cbd099bbcf49dc8b42aa1e15
SHA1: e8ba8c9ec9c85b0338f00d7269bc3f3e00bc105d
MD5sum: f97ffaa9239e4974829a3b680e0a6734
Description: Geographic objects support for PostgreSQL 14 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 14 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-14-repack
Source: pg-repack
Version: 1.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 312
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.34), libpq5 (>= 8.3~rc1-1~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-14-repack_1.5.0-1.pgdg+1_arm64.deb
Size: 105844
SHA256: ab4f19009d7b8431bcaa3b5cb34898ecc97dbc81725f54503b4c11ba05e643a5
SHA1: d93eea8227827649e6a8d7898f74fa155cfcd178
MD5sum: dd4d04f6f28be9586dc9cdebb608df11
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 14.
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-14-repack-dbgsym
Source: pg-repack
Version: 1.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: postgresql-14-repack (= 1.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-14-repack-dbgsym_1.5.0-1.pgdg+1_arm64.deb
Size: 116792
SHA256: f5020565b6e2def56c2d07739b2de6ea0dc1c30412df849de356649160d98163
SHA1: 8b21986a18ccefb5acfd341565dd11bcd9dde233
MD5sum: 4e761e85548039a02c2d971b785b8f5d
Description: debug symbols for postgresql-14-repack
Build-Ids: 86e98ed0c4a3c7324b0a3496360acdf141a24dc8 e29dd383dfb51435c8c5136207b44434da1104db
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-15-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.4-3.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 290
Depends: postgresql-15, libc6 (>= 2.34), libgdal34 (>= 2.2.0), postgresql-15-jit-llvm (>= 16)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-15-ogr-fdw_1.1.4-3.pgdg+2_arm64.deb
Size: 104244
SHA256: d2eb842ceabb59925fa3a0c1969067240d385e1da2ef5d3b4898d8f7c248b90a
SHA1: 1e3fdff9e85033be290392c8be680d126e59c12a
MD5sum: 143e844218fc0a9264b14ff7672bc4b3
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-15-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.4-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 161
Depends: postgresql-15-ogr-fdw (= 1.1.4-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-15-ogr-fdw-dbgsym_1.1.4-3.pgdg+2_arm64.deb
Size: 129756
SHA256: 5e7fcab60b1d2da353ebf0bc23ab33630e745e9e7d7576c257561d5d1926582f
SHA1: fd2a43580473657c81c57da54358024e47f0e832
MD5sum: a1146256d6413521f5a0f0003b207bbc
Description: debug symbols for postgresql-15-ogr-fdw
Build-Ids: 3400991570c9754a1bc092416325159c22e2cd2c 34fbb6a01fa67465a09833588c878cef19a780da
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 836
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.6.2-1.pgdg+1_arm64.deb
Size: 366368
SHA256: 63f24500dadc94ac5ae06571b3d3022ee81fb39b4ef6174ab47f6575d984f382
SHA1: ecc9278db326c83c1ef5ae92df56775a565a8f50
MD5sum: 1ab3cfbbdaca9d1dec7a91c907fc0b92
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-15-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 352
Depends: postgresql-15-plpgsql-check (= 2.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.6.2-1.pgdg+1_arm64.deb
Size: 316624
SHA256: e9749bc423c3647b244365de2653ed17fd9a020abf5845e87e96af014f2d668c
SHA1: 494bfaf5b3fe62a4adfb2a63bff3898561c908ae
MD5sum: c1d33c223d83c7e15fcc25dd3ed5400c
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: f07f5e0a72a10455cbd2f3c886c75b05505705df
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-15-postgis-3
Source: postgis
Version: 3.4.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10478
Depends: postgresql-15, postgresql-15-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal34 (>= 3.7.0), libgeos-c1v5 (>= 3.12.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-15-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3_3.4.1+dfsg-1.pgdg+1_arm64.deb
Size: 3665684
SHA256: 959e8f5c6d19efba7ffab24e751d8d458a523e38a8c69876f0b5a3b9ed602d52
SHA1: 9c37d2b1eaf8ccbf1ab9225530b702c9edc8a531
MD5sum: 91c2e676c143f12ab2f3fe95b8362420
Description: Geographic objects support for PostgreSQL 15
 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".
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-15-postgis-3-dbgsym
Source: postgis
Version: 3.4.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4534
Depends: postgresql-15-postgis-3 (= 3.4.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-15-postgis-3-dbgsym_3.4.1+dfsg-1.pgdg+1_arm64.deb
Size: 3972844
SHA256: bfbff3dea6967fbd2e97e2e7767ba541450ae447bccf0dc5251b66e33865eb9a
SHA1: 2ddbdcde38d207695e0601666d58257cd918f754
MD5sum: 6069468de422e0c08342fee1f25b60f9
Description: debug symbols for postgresql-15-postgis-3
Build-Ids: 072ce84d69094ef8a1466992abc4e4291dfa308b 0deef84784e407837c1e4263919fa1d32dd56f83 49921156db098b851fd88a15e32d83161a1cfa4d 54f3f943b94a910fdf2b6502b4ef36d659a4ee04 755c1bc168eef46569a1126f0ba663f2ecaa20d6
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-15-postgis-3-scripts
Source: postgis
Version: 3.4.1+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38811
Recommends: postgresql-15-postgis-3
Provides: postgresql-15-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3-scripts_3.4.1+dfsg-1.pgdg+1_all.deb
Size: 1300032
SHA256: 2559c3ea4ffa0ca315d54b79b76edd4992bdca6a7772b119e6875106a0b848ff
SHA1: 3bcfecf2173e4f9582cfb91b3819a3bb88481329
MD5sum: 267dedc1e916fe809a4d205221b7abdc
Description: Geographic objects support for PostgreSQL 15 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 15 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-15-repack
Source: pg-repack
Version: 1.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 313
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.34), libpq5 (>= 8.3~rc1-1~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-15-repack_1.5.0-1.pgdg+1_arm64.deb
Size: 107148
SHA256: 13a63a86dea52d3e943f9f1d3e7d1257169548c9c9a9da3d54a192149f560a52
SHA1: 64f3de1d874dc63527c08977eb5107f1fbcfe5b3
MD5sum: 7b1e35c2cb320e3b4c4d07e647b9a8ea
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 15.
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-15-repack-dbgsym
Source: pg-repack
Version: 1.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 155
Depends: postgresql-15-repack (= 1.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-15-repack-dbgsym_1.5.0-1.pgdg+1_arm64.deb
Size: 119932
SHA256: 800d75d93de534c9587eb7ef6a23e7ce723d2a7bcca2fe1392d0b133c151a657
SHA1: 65b2c15008a41e53ace413a35c5ebf1a1718259b
MD5sum: 19aa710e3c37aa1568b3facbc04355dd
Description: debug symbols for postgresql-15-repack
Build-Ids: b2d54b9e452b1e09f03c31f79384fd8e1755d7ac d19afbd6428d832fcf555aa57162564f3428dbd4
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-16-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.4-3.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 290
Depends: postgresql-16, libc6 (>= 2.34), libgdal34 (>= 2.2.0), postgresql-16-jit-llvm (>= 16)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-16-ogr-fdw_1.1.4-3.pgdg+2_arm64.deb
Size: 103656
SHA256: 0b6ad2754ca27d9bf23acd422fcf43b80ecd830108eb786c52a7d0eb9ae2f6dd
SHA1: ba49d73749196b06bf0ada1c1eb69b5f546a8d20
MD5sum: 83357314642e8439e7bf290383c12e4c
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-16-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.4-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 167
Depends: postgresql-16-ogr-fdw (= 1.1.4-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-16-ogr-fdw-dbgsym_1.1.4-3.pgdg+2_arm64.deb
Size: 134740
SHA256: a4055d88994d2dee41c87500a219b8b5433d5b27ef16033f3c70cc9d9f8445f7
SHA1: 84377dc4c5dba92547079c908a9542eb35715d6f
MD5sum: 6a05b1dddf1dafc0fca9c76b2a96e1fd
Description: debug symbols for postgresql-16-ogr-fdw
Build-Ids: 87ac4fa08b36cf4154dee9c476e6e9d51061cb3f e9c528276cc8b95520abb4dc5a6d238c45c69e2c
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-16-plpgsql-check
Source: plpgsql-check
Version: 2.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 771
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check_2.6.2-1.pgdg+1_arm64.deb
Size: 361384
SHA256: c6f514cc144bf43043650253c0c31cb315c94f2b765538171173da418d15d8b8
SHA1: d59e212ec45efa539e0e774a10de8d0c2accd419
MD5sum: cffbea89302e0073edaf269f437c08ae
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-16-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 360
Depends: postgresql-16-plpgsql-check (= 2.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check-dbgsym_2.6.2-1.pgdg+1_arm64.deb
Size: 324800
SHA256: 8de38e7828aced2c94acc8db61a5fc58bd6341587a393339351c842a3ddc47a3
SHA1: 33d0c4cc83046c847e4e0b06f0b5077b9ae3c962
MD5sum: 637406d28852f1ec419b7f2783f4f8b4
Description: debug symbols for postgresql-16-plpgsql-check
Build-Ids: b6f98f242c2455fe9922b3ea1f22756785181d1f
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-16-postgis-3
Source: postgis
Version: 3.4.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10706
Depends: postgresql-16, postgresql-16-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal34 (>= 3.7.0), libgeos-c1v5 (>= 3.12.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-16-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3_3.4.1+dfsg-1.pgdg+1_arm64.deb
Size: 3733084
SHA256: e09f5f606496239435c8a66496b4fae924dc031dc7f4bfbb72a5827c132660dc
SHA1: 0af67adfbde2b0aaeff6f550dbbffb00db9d904f
MD5sum: ad18883f3778fce03441a7be2a301fb3
Description: Geographic objects support for PostgreSQL 16
 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".
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-16-postgis-3-dbgsym
Source: postgis
Version: 3.4.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4650
Depends: postgresql-16-postgis-3 (= 3.4.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-16-postgis-3-dbgsym_3.4.1+dfsg-1.pgdg+1_arm64.deb
Size: 4101292
SHA256: 05f2b50a4910835d91e53f4bb64529e081c6a39c9de12a76d803ccf203b73320
SHA1: cd0af00de9f430de25cb207989d8031a75cd0f12
MD5sum: 38913364ef480f4e32f07fd140f86d10
Description: debug symbols for postgresql-16-postgis-3
Build-Ids: 68d069868144741df967c5fb8aaf13a56874d01c 86e0c15f1fc544b0a745ab283bbdc60fe4023af7 d2b5cda6b63e42c78c6d117da7f59914922d65ff ec448b51943b51bbcfec1ab6f72daec2bdd3fc27 fba513a70affc6341b1870a901615ddc46fcef8a
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-16-postgis-3-scripts
Source: postgis
Version: 3.4.1+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38811
Recommends: postgresql-16-postgis-3
Provides: postgresql-16-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3-scripts_3.4.1+dfsg-1.pgdg+1_all.deb
Size: 1299956
SHA256: e44d10cbe58a497a449288155c497037b8985c2a73c2b94a7db16e1f0210d97c
SHA1: 07c7060c738d5c6f9396b499968dd070fd44c0a7
MD5sum: 51fd0d50a9c299b37d32d3e00592f8a7
Description: Geographic objects support for PostgreSQL 16 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 16 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-16-repack
Source: pg-repack
Version: 1.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 313
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.34), libpq5 (>= 8.3~rc1-1~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-16-repack_1.5.0-1.pgdg+1_arm64.deb
Size: 107000
SHA256: bfc2af000c8a4d486211d38ef93ced268447ae8d707f36aa419c64bf221ee785
SHA1: 7ae8e946a32a6d725af6c7b00b9e5601d090aec0
MD5sum: c0db48565cfa001952b861377678c2bf
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 16.
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-16-repack-dbgsym
Source: pg-repack
Version: 1.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 157
Depends: postgresql-16-repack (= 1.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-16-repack-dbgsym_1.5.0-1.pgdg+1_arm64.deb
Size: 122024
SHA256: 23cae355c8c2f97ddf7f8011508d84b1539dbeb49b08d0c9163e4caec642cfa0
SHA1: 55350bf0ba1e2455f087a48862e7841d5f8595e1
MD5sum: 81c613f543cd84e1aa9b8628f8f71f79
Description: debug symbols for postgresql-16-repack
Build-Ids: 566c1505a360ce63b58c2fe241803237de9def0f daea8ba29684e14bcffc16f6654464286f541040
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-postgis
Source: postgis
Version: 3.4.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 65
Depends: postgresql-postgis-scripts, postgresql-16-postgis-3
Homepage: https://postgis.net/
Priority: optional
Section: metapackages
Filename: pool/main/p/postgis/postgresql-postgis_3.4.1+dfsg-1.pgdg+1_arm64.deb
Size: 20432
SHA256: a50ef0982023238fc570f60b1428322b75753aa0d41d32a9fa16fe6be75d3f9a
SHA1: 79aaf2c881db04b3f06a43636e08841598f15f44
MD5sum: 3db3e9f53e3d8792a69a011d926cafc9
Description: Geographic objects support for PostgreSQL -- Metapackage
 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 metapackage depends on the PostGIS package for PostgreSQL 16.
Timestamp: 2023-12-01 14:28:26+00

Package: postgresql-postgis-scripts
Source: postgis
Version: 3.4.1+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 65
Depends: postgresql-16-postgis-3-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-postgis-scripts_3.4.1+dfsg-1.pgdg+1_all.deb
Size: 20468
SHA256: ff267058e9b651e38e24ca6af2159fc071a47ec2bbe7695021a20483eb943bca
SHA1: 6c88b78bd11fef0c3c8d9275d2727986925a6db7
MD5sum: 79d54011f3994688e049670422fe221b
Description: Geographic objects support for PostgreSQL -- SQL scripts metapackage
 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 metapackage depends on the PostGIS scripts package for
 PostgreSQL 16.
Timestamp: 2023-12-01 14:28:26+00

Package: pspg
Version: 5.8.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 364
Depends: libc6 (>= 2.34), libncursesw6 (>= 6.1), libpq5 (>= 9.0~), libreadline8 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_5.8.1-1.pgdg+1_arm64.deb
Size: 131568
SHA256: f5fbe59f987e69d564b9e4acfe584f9bba21eee8e3ce56e274615c8b022e600b
SHA1: 623a2fcc281655a18ce1ca6e7e5a84a2d1885220
MD5sum: 80f2225313075caac62c74a0832e471e
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2023-12-01 14:28:26+00

Package: pspg-dbgsym
Source: pspg
Version: 5.8.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 446
Depends: pspg (= 5.8.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_5.8.1-1.pgdg+1_arm64.deb
Size: 417536
SHA256: 64f46f3a24ec35401f40b94aec6c19b020e590a74e07e654639f97246b15d4a5
SHA1: f05602e9bacba39a51ef74536b1c717cb543f4ab
MD5sum: b12015506dbb6e5ef59fd2af30b3af2b
Description: debug symbols for pspg
Build-Ids: b09fdf801737b167067211464be012058cc84d51
Timestamp: 2023-12-01 14:28:26+00

Package: patroni
Version: 3.2.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1305
Depends: python3-cdiff, python3-click (>= 4.1), python3-dateutil, python3-pkg-resources, python3-prettytable (>= 0.7), python3-psutil, python3-urllib3, python3-yaml, python3:any, python3-psycopg2, python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes | python3-pysyncobj
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_3.2.1-1.pgdg+1_all.deb
Size: 249296
SHA256: 1dbbf70c8ab7d3874250c343dc394b2819c2bf7ab14e309af946a16b0ea07b31
SHA1: aca721b4314699e933defc0b44fdf836b8602342
MD5sum: da71a7652a77741b5ff719ae00087ff8
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2023-12-04 19:45:02+00

Package: patroni-doc
Source: patroni
Version: 3.2.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6266
Depends: libjs-sphinxdoc (>= 7.2.2), sphinx-rtd-theme-common (>= 2.0.0+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_3.2.1-1.pgdg+1_all.deb
Size: 487524
SHA256: 0f0ec39d5a4513e2edb90568befdce2279696d062e56ea9bf7f79e47c2ab3de4
SHA1: d0af5528ecbb0f96271fc28a1d760ebdc069b2c2
MD5sum: b4494288fb3b9b00468e93e8a5d33815
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2023-12-04 19:45:02+00

Package: pgmodeler
Version: 1.1.0~beta-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20168
Depends: pgmodeler-common, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libpq5 (>= 8.4~), libqt6core6 (>= 6.4.0), libqt6gui6 (>= 6.4.0), libqt6network6 (>= 6.1.2), libqt6printsupport6 (>= 6.1.2), libqt6svg6 (>= 6.2.0), libqt6widgets6 (>= 6.3.0), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Homepage: https://pgmodeler.io/
Priority: optional
Section: database
Filename: pool/main/p/pgmodeler/pgmodeler_1.1.0~beta-2.pgdg+1_arm64.deb
Size: 5421212
SHA256: 38042322390dd44f44bc2d803dfa27e422a1880cc5a2d8257f3122f4aaede7bb
SHA1: 067d4899efc32485adf8b333545bc517e7ad1aa3
MD5sum: 42bfccb260dd6a2e4e160f301cb4b25e
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.
Timestamp: 2023-12-04 19:45:02+00

Package: pgmodeler-common
Source: pgmodeler
Version: 1.1.0~beta-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1926
Multi-Arch: foreign
Homepage: https://pgmodeler.io/
Priority: optional
Section: database
Filename: pool/main/p/pgmodeler/pgmodeler-common_1.1.0~beta-2.pgdg+1_all.deb
Size: 369780
SHA256: 8246b3dac1af07ae971fb1efd3656585f6d3d7a65ba22299ef12d6323a3a9f0c
SHA1: d37f3505d6c59f47d855e77079d2905c218791e4
MD5sum: 59fca1482d34841fd02c259bb4d64939
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.
Timestamp: 2023-12-04 19:45:02+00

Package: pgmodeler-dbgsym
Source: pgmodeler
Version: 1.1.0~beta-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57987
Depends: pgmodeler (= 1.1.0~beta-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmodeler/pgmodeler-dbgsym_1.1.0~beta-2.pgdg+1_arm64.deb
Size: 53435608
SHA256: c11f32fd30e9ba7056b9d3b8b66c3f8b15c0f56232096fa27f21db13b1e2f627
SHA1: cb870ea864bf4de3d6a98c20e4d3cf2b70f9eefd
MD5sum: 8ffed7e288c1c5a4d5a29be0435d364a
Description: debug symbols for pgmodeler
Build-Ids: 1ee1d1fe27d28f79842086030e464fe3f3c26ff0 30d24e1ef4cef17b515445c06f35334a3035c9d5 52ab59e21baaaacd18159b1311d4c29e9a324379 5d46a39ac05a0a87d4ad6a018b761feb36f6981d 94e7f2a215359b6af7c45d803e8dd8cf16d2604d 9839fe67e414da43abb2fc0c35ebccd26700b820 b42eb09b869ce47922bbe8d65a770bd5c0737452 c74cea40ed50af932e1c4e707c989c559cddbb81 e1c2b19d0fbbcb60922837f652f554e5ab720314 f11f4d6afebb722be3195c014b784398d08ce076
Timestamp: 2023-12-04 19:45:02+00

Package: postgresql-10-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1915
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-10-pgl-ddl-deploy_2.2.1-1.pgdg+1_arm64.deb
Size: 41316
SHA256: 434ccd3f6463024b7265052e0f753c1de6b16c58b14ce2ecd85eb4f4b4b95b8d
SHA1: bb3482c33787699ea5c3269249446b21c1ba438c
MD5sum: ca5d3bd0de2cdfcb918f2fe37dad60c3
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 10.
Timestamp: 2023-12-04 19:45:02+00

Package: postgresql-10-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-10-pgl-ddl-deploy (= 2.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-10-pgl-ddl-deploy-dbgsym_2.2.1-1.pgdg+1_arm64.deb
Size: 17620
SHA256: 2e3bc4910f9e45bd7bae5037327c050a99b511a867efd146ede1c42b535dc270
SHA1: c397a3203319a9b7b0c3758ebe831b2434f41969
MD5sum: 4ebf8c460756cda2551a3e209858f195
Description: debug symbols for postgresql-10-pgl-ddl-deploy
Build-Ids: 56e4caba2925b4875bcdc9dd724315c0b404af80 888891dd7ffee09b97bca5899a5688bb569e0b34
Timestamp: 2023-12-04 19:45:02+00

Package: postgresql-11-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1929
Depends: postgresql-11, postgresql-11-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-11-pgl-ddl-deploy_2.2.1-1.pgdg+1_arm64.deb
Size: 40548
SHA256: e1ab0711ff0691c40f645f8fd832ae2a65544875459a10ebeff7fdcd2453af55
SHA1: 46a17f0637d9569612942e997f798bd5d996ba2c
MD5sum: 7e400b8dfffbb3a89e72f6e7e98ef802
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 11.
Timestamp: 2023-12-04 19:45:02+00

Package: postgresql-11-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-11-pgl-ddl-deploy (= 2.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-11-pgl-ddl-deploy-dbgsym_2.2.1-1.pgdg+1_arm64.deb
Size: 18152
SHA256: 2f81b9a7e0d8817a721a5f776dc86cda6a0e10c2e86985530362c6bc8422837a
SHA1: 3f62519cec32e3026b9a8062bcee037076efd9ca
MD5sum: 24af87d7e8204a731046d081daeaaeb0
Description: debug symbols for postgresql-11-pgl-ddl-deploy
Build-Ids: 5e569034ed423e6ebaa8ef3c4d8d5132b9cf7fea e8f1d306510b42f789020ed8ccc7bb54fcf23146
Timestamp: 2023-12-04 19:45:02+00

Package: postgresql-12-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1929
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-12-pgl-ddl-deploy_2.2.1-1.pgdg+1_arm64.deb
Size: 40496
SHA256: d3806154813e3ad33e201684aac3c9a83ff58efd62b9b37d59b7764517dff343
SHA1: 397e0a007facabe15c6bd81dce1855113359d34d
MD5sum: 48c47364a57e551a490cbb8d81e8edb4
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 12.
Timestamp: 2023-12-04 19:45:02+00

Package: postgresql-12-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-12-pgl-ddl-deploy (= 2.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-12-pgl-ddl-deploy-dbgsym_2.2.1-1.pgdg+1_arm64.deb
Size: 18228
SHA256: ec1c9887bf5e2ddcd5d8cbc52262fb701d1cb9cd09e6db0cb4ee1fa029c21c1f
SHA1: ca41f0fbc9e38b3110ff3ef3b99b766e02fea466
MD5sum: 5cc311d1b56b8f9798c27093bb3a2b4e
Description: debug symbols for postgresql-12-pgl-ddl-deploy
Build-Ids: 330a3a111f82da2a398011444ee300022240321a ac7fe5b4be3c6e54d6a323c1265eb8a79d8239ec
Timestamp: 2023-12-04 19:45:02+00

Package: postgresql-13-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1929
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-13-pgl-ddl-deploy_2.2.1-1.pgdg+1_arm64.deb
Size: 40836
SHA256: 1562ef359ea234ab44c8bfa33828899bced87186dd82b483e12a7a925b0f3c01
SHA1: 16cd82c8d3a2907a73b5c8261a62aa6d5266a9a7
MD5sum: 1a446674773783e65d777f12e871d32c
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 13.
Timestamp: 2023-12-04 19:45:02+00

Package: postgresql-13-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-13-pgl-ddl-deploy (= 2.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-13-pgl-ddl-deploy-dbgsym_2.2.1-1.pgdg+1_arm64.deb
Size: 18256
SHA256: b6edd30fa2e1ff65f741c607893409341777d5b6eb69708878e34a0506f6247a
SHA1: d53c001e80f42dac788006b963b06e60aaca0e61
MD5sum: d4143095768ef86fee53e19e2d80f353
Description: debug symbols for postgresql-13-pgl-ddl-deploy
Build-Ids: f50ebc85e9c48a6c7b9358228a6a08bb68112d2a f841fb21ef00477473e0eaa35464ecb8d29eb833
Timestamp: 2023-12-04 19:45:02+00

Package: postgresql-14-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1929
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-14-pgl-ddl-deploy_2.2.1-1.pgdg+1_arm64.deb
Size: 40928
SHA256: ec387a6d961bb2ee17060dccbc5e5710c642ab94ea6bd519f379e31c43ec9a8d
SHA1: ea816f91a64120f81e2ba3e16667a25f428ba8cb
MD5sum: 6a0b62897cf5a6c10a09513ba080e2b5
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 14.
Timestamp: 2023-12-04 19:45:02+00

Package: postgresql-14-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-14-pgl-ddl-deploy (= 2.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-14-pgl-ddl-deploy-dbgsym_2.2.1-1.pgdg+1_arm64.deb
Size: 18380
SHA256: e1e60ffa652a71a7d25fd9a1b7e2cdd12c85ed7fa3c81c82dca1a59c19538363
SHA1: 9dd787700310b78d1e00492a7c94c072856f9ca8
MD5sum: 2c2d800504faed8161ea623656c7a812
Description: debug symbols for postgresql-14-pgl-ddl-deploy
Build-Ids: 3e67bc7af859016ae8aa39a826ee82729c291f86 495facbb62dfc5f9b47a667891c8a18dfa276c41
Timestamp: 2023-12-04 19:45:02+00

Package: postgresql-15-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1929
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-15-pgl-ddl-deploy_2.2.1-1.pgdg+1_arm64.deb
Size: 40916
SHA256: 3248eb5290b34a8be5dd0b33da8faa0dc99be0d79c622e5ab15a21b0f7ce6307
SHA1: 4fa8e55053b94cdf89ca7b4eed4e47547683f9d0
MD5sum: c97670899205836a1c6cc218344f28a2
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 15.
Timestamp: 2023-12-04 19:45:02+00

Package: postgresql-15-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-15-pgl-ddl-deploy (= 2.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-15-pgl-ddl-deploy-dbgsym_2.2.1-1.pgdg+1_arm64.deb
Size: 18528
SHA256: 1ea5ff23a292386a31200e309d2ace12f700f6cf38e634b267656ca857607cf8
SHA1: 6d61acbc932f96a747fa67d16f678b4d5b81f6e4
MD5sum: 7319b536c7bea1b150c8d3f493cf268a
Description: debug symbols for postgresql-15-pgl-ddl-deploy
Build-Ids: 019c333184804dd715953d168707ac4e5f2b1510 ac8a28cdc01d276ade4af0faf6121ff421f0b598
Timestamp: 2023-12-04 19:45:02+00

Package: postgresql-16-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1930
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-16-pgl-ddl-deploy_2.2.1-1.pgdg+1_arm64.deb
Size: 41232
SHA256: ad0d785bcc33d7755051a6157dab4e9f116825d2c23fff0fbc9deab5c491692e
SHA1: 71135d4701e10fd72e95d2ecb0a9e61f96f587c4
MD5sum: e2f61882449b68455ab08bb1023f817e
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 16.
Timestamp: 2023-12-04 19:45:02+00

Package: postgresql-16-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-16-pgl-ddl-deploy (= 2.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-16-pgl-ddl-deploy-dbgsym_2.2.1-1.pgdg+1_arm64.deb
Size: 19236
SHA256: 6b14cf602a26aa27f27775d0ac2d335be401e5f472710cb0d0d76738686c7172
SHA1: eb5418b2626ea7c8e5d091da07f3195383d66fe0
MD5sum: a5828228e7d87f75123f0654c38e353f
Description: debug symbols for postgresql-16-pgl-ddl-deploy
Build-Ids: 3dc33553d59ad94a6142b60124ebdb2b3b219dde 7876c452234492d6dbb9917c30dbeb799f2722fa
Timestamp: 2023-12-04 19:45:02+00

Package: python3-londiste
Source: londiste
Version: 3.12-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 276
Depends: python3-pgq, python3-skytools (>= 3.7.0), python3:any, python3-yaml
Conflicts: skytools3
Replaces: skytools3
Provides: londiste3
Homepage: https://github.com/pgq/londiste
Priority: optional
Section: python
Filename: pool/main/l/londiste/python3-londiste_3.12-1.pgdg+1_all.deb
Size: 51448
SHA256: 6b4d9599965bdb1a1f061502a271ce453872d418288d8b12dac157f0b220f7d5
SHA1: f3c94df7101b348e61d08295aba72ca476000302
MD5sum: 99b2454fa53655474b5c47fa4b24353e
Description: Database replication for PostgreSQL based on PgQ
 Londiste is a PostgreSQL database replication tool written in Python, using
 PgQ as event transport. It is part of the Skytools toolkit.
Timestamp: 2023-12-04 19:45:02+00

Package: python3-pysyncobj
Source: pysyncobj
Version: 0.3.12-1.pgdg+1
Architecture: all
Maintainer: Michael Banck <mbanck@debian.org>
Installed-Size: 202
Depends: python3:any (>= 3.6~), python3-cryptography
Homepage: https://github.com/bakwc/PySyncObj
Priority: optional
Section: python
Filename: pool/main/p/pysyncobj/python3-pysyncobj_0.3.12-1.pgdg+1_all.deb
Size: 38412
SHA256: d00484a12a923272c4937f4fd6d9041389d8a291308b7fb469d1b8de6fe11702
SHA1: 3dd9f6980e9f0684705b2a0dd8d384dd1c1902b4
MD5sum: db619362a81f778967238ef61b42e780
Description: RAFT-based python class replication between multiple servers
 PySyncObj is a python library for building fault-tolerant distributed systems.
 It provides the ability to replicate your application data between multiple
 servers. It has following features:
 .
  * raft protocol for leader election and log replication
  * Log compaction - it use fork for copy-on-write while serializing data on
    disk
  * Dynamic membership changes - you can do it with syncobj_admin utility or
    directly from your code
  * Zero downtime deploy - no need to stop cluster to update nodes
  * In-memory and on-disk serialization - you can use in-memory mode for small
    data and on-disk for big one
  * Encryption - you can set password and use it in external network
  * Configurable event loop - it can works in separate thread with it's own
    event loop - or you can call onTick function inside your own one
  * Convenient interface - one can easily transform arbitrary class into a
    replicated one
Timestamp: 2023-12-04 19:45:02+00

Package: python3-skytools
Source: python-skytools
Version: 3.9.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 425
Depends: python3 (>= 3~), python3:any, libc6 (>= 2.17), python3-psycopg2
Homepage: https://github.com/pgq/python-skytools
Priority: optional
Section: python
Filename: pool/main/p/python-skytools/python3-skytools_3.9.2-1.pgdg+1_arm64.deb
Size: 71316
SHA256: bc4984858657c2f2ae9d23d955e653351ea377d1091868d53a9ae081cb9e6055
SHA1: 45a90f0da390df19cc394eb58b6394fb537485f2
MD5sum: cf7171fcbf8e6405a428a450c440b806
Description: Skytools Python modules
 This is the low-level utility module split out from the old Skytools
 meta-package. It contains various utilities for writing PostgreSQL database
 scripts.
 .
 Features:
  * Support for background scripts - daemonizing - logging - config parsing
  * Database tools - tuned connection - DB structure examining - SQL parsing -
    COPY I/O
  * Time utilities - ISO timestamp parsing - datetime to timestamp
  * Text utilities - natural sort - fast urlencode I/O
Timestamp: 2023-12-04 19:45:02+00

Package: python3-skytools-dbgsym
Source: python-skytools
Version: 3.9.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: python3-skytools (= 3.9.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/python-skytools/python3-skytools-dbgsym_3.9.2-1.pgdg+1_arm64.deb
Size: 24348
SHA256: 49389eaf4e3517287f502c4f86f7b5805420e3a9787ced0eacceddd13b7955df
SHA1: a083be90f06682a1e382f28e74e293366cdced99
MD5sum: fd94e88be542227e17e38c3a410c116e
Description: debug symbols for python3-skytools
Build-Ids: 9a3e4aa53dd428ce397ed548e38509ec258518c9 e0b4766303b2d7620b9a33b928282ea50b133599
Timestamp: 2023-12-04 19:45:02+00

Package: postgresql-12-pgsphere
Source: pgsphere
Version: 1.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1674
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1), postgresql-12, postgresql-12-jit-llvm (>= 16)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-12-pgsphere_1.4.2-1.pgdg+1_arm64.deb
Size: 424224
SHA256: e948e8ca3997746062371c5af74b21d24a56ff35e36b8586586198ddd1ff11a1
SHA1: ee1d9abca772a31e2cdd83f822c2f31bd9be144d
MD5sum: 3609947ef4957429350648ce136b7bbc
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2024-01-04 10:04:39+00

Package: postgresql-10-tds-fdw
Source: tds-fdw
Version: 2.0.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-10, libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-10-tds-fdw_2.0.3-3.pgdg+1_arm64.deb
Size: 33636
SHA256: 5362cec18373898fe4bb21eb510354e2738e7b4cb8e328c2ad168b8c9d0409e8
SHA1: a19808b836ebd5209aa007fc1fe712ec7fad686c
MD5sum: 07d67e7b0f9a4b0429e8b58710c543b9
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2023-12-05 11:26:30+00

Package: postgresql-10-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-10-tds-fdw (= 2.0.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-10-tds-fdw-dbgsym_2.0.3-3.pgdg+1_arm64.deb
Size: 117808
SHA256: 35dae9888efac09cfa60a3292b6279335aa9db45db7fcd967a710b859a17d599
SHA1: cc219523f593e052f57a7401b8531e8eb6a8f94c
MD5sum: 3ceedeafef77ac6c9b8479c449830bb2
Description: debug symbols for postgresql-10-tds-fdw
Build-Ids: 411054cd5272389c34ecbcda7de2644d507da787
Timestamp: 2023-12-05 11:26:30+00

Package: postgresql-11-tds-fdw
Source: tds-fdw
Version: 2.0.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 318
Depends: postgresql-11, postgresql-11-jit-llvm (>= 15), libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-11-tds-fdw_2.0.3-3.pgdg+1_arm64.deb
Size: 125852
SHA256: 4fd9e226dba6777c4249c16be20b7598d9b80a7abf3b863b342f1138dc685641
SHA1: ea72e90d76b826e361e474c1c2353d2da8875ee2
MD5sum: c43a5c2a2ceda013c33b1d56418ae2c2
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2023-12-05 11:26:30+00

Package: postgresql-11-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: postgresql-11-tds-fdw (= 2.0.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-11-tds-fdw-dbgsym_2.0.3-3.pgdg+1_arm64.deb
Size: 119208
SHA256: fcb447cfdfe2f5ef26c3c186525dfbd9472679c718ccaf470a96cb2962a758a9
SHA1: a2929dbe67909d3c854cb755ec141d3cdb6c8455
MD5sum: f279839cb669c4564e3c7e9022ff802f
Description: debug symbols for postgresql-11-tds-fdw
Build-Ids: 9fddb9bb189ebd378b7e3f9155004e87188a6be2
Timestamp: 2023-12-05 11:26:30+00

Package: postgresql-12-tds-fdw
Source: tds-fdw
Version: 2.0.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 318
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-12-tds-fdw_2.0.3-3.pgdg+1_arm64.deb
Size: 126496
SHA256: 2be3c4222b01220bf6df617d0321e3263026f4aa44b608dc8ce6794254924f12
SHA1: 82791cfbc50a6dc726792ad13be253483b1cf583
MD5sum: ca1f164bcb127a3a5338ae684d9894a5
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2023-12-05 11:26:30+00

Package: postgresql-12-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-12-tds-fdw (= 2.0.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-12-tds-fdw-dbgsym_2.0.3-3.pgdg+1_arm64.deb
Size: 126928
SHA256: 433fffa53f5985604ffd042d615c20606971482a424f48376acc817409a02566
SHA1: 514e312ca73f25a1c612ff06dcf905cc41d1c22d
MD5sum: b1acc669c0ea023432bc3d5560025633
Description: debug symbols for postgresql-12-tds-fdw
Build-Ids: 625901d95efc075f3030419ec251debf86b51337
Timestamp: 2023-12-05 11:26:30+00

Package: postgresql-13-tds-fdw
Source: tds-fdw
Version: 2.0.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 322
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-13-tds-fdw_2.0.3-3.pgdg+1_arm64.deb
Size: 128136
SHA256: 9ed882d0f8a4553f60e7955c4811536b71879e57c6a9e085c8aa8a696d4be659
SHA1: 61399ad5f76c39c0fd9f7e7fbbed5d680efad20d
MD5sum: f517eac7d822323f8805c536e2605517
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2023-12-05 11:26:30+00

Package: postgresql-13-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-13-tds-fdw (= 2.0.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-13-tds-fdw-dbgsym_2.0.3-3.pgdg+1_arm64.deb
Size: 134564
SHA256: ff12a90d241cf04eddb21d82073ebb1ebc5e34b9a75ed20d3e45d25b8e69488c
SHA1: c5491430def301974092bbb038665be0aacd19d7
MD5sum: e7a8e26990b6f9ac5b19ebe05d41459e
Description: debug symbols for postgresql-13-tds-fdw
Build-Ids: fd77cd195e635b03ccff39dec2de8c97353b714a
Timestamp: 2023-12-05 11:26:30+00

Package: postgresql-14-tds-fdw
Source: tds-fdw
Version: 2.0.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 324
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-14-tds-fdw_2.0.3-3.pgdg+1_arm64.deb
Size: 128984
SHA256: 9735167839421e5ad1c51f781a4a09a89d27c4832ccf26c91848afd3a52114f8
SHA1: ffeaac1fa1e924c456d34e38b58f8465af6def9e
MD5sum: e958a4c75eff0d86d19c9fea1ce46bcd
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2023-12-05 11:26:30+00

Package: postgresql-14-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-14-tds-fdw (= 2.0.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-14-tds-fdw-dbgsym_2.0.3-3.pgdg+1_arm64.deb
Size: 136784
SHA256: f6760868d3e2be133e070a9b5d6fff9cf0c8136be8fb41b0e43f2d959576b588
SHA1: 83ba44ec24e0ea28932fc14fceef2a85deebd9b7
MD5sum: 9ab3cf229a93f6687fc1137b85edf91a
Description: debug symbols for postgresql-14-tds-fdw
Build-Ids: 555249d090558687cf43e8d84ec22a3ec1bee01d
Timestamp: 2023-12-05 11:26:30+00

Package: postgresql-15-tds-fdw
Source: tds-fdw
Version: 2.0.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 324
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-15-tds-fdw_2.0.3-3.pgdg+1_arm64.deb
Size: 129604
SHA256: f118c511d4a324a4fb3ee3516a64226248dd1de501942581880798690a9603a1
SHA1: 00e550590ffaf516a42d94920e43a66ef13a9c8b
MD5sum: c42340544c7a4fc6639967e5850e99bb
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2023-12-05 11:26:30+00

Package: postgresql-15-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 155
Depends: postgresql-15-tds-fdw (= 2.0.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-15-tds-fdw-dbgsym_2.0.3-3.pgdg+1_arm64.deb
Size: 137836
SHA256: 1172e8d5e40ed239a3fad49811ac20776bf42f79b3a272d3b8f7bf0c92a1ecff
SHA1: 0929fb2c28ddd07858785ab47bcef08d693680a0
MD5sum: 01cf8ce6f6ef7728496f93e268f65801
Description: debug symbols for postgresql-15-tds-fdw
Build-Ids: 2932a985b6d6f77ba9539355220780758236a70e
Timestamp: 2023-12-05 11:26:30+00

Package: postgresql-16-tds-fdw
Source: tds-fdw
Version: 2.0.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 324
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-16-tds-fdw_2.0.3-3.pgdg+1_arm64.deb
Size: 129392
SHA256: 8a371d22151072aa447ceb77b752a642b8181577bd0a83d91d01e92b920cd753
SHA1: 0df48b23096d8baa267c4f42b9afe8cb9c3c1d4c
MD5sum: c58dc9b1ce331f89024cbf26cdf6c3c3
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2023-12-05 11:26:30+00

Package: postgresql-16-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 157
Depends: postgresql-16-tds-fdw (= 2.0.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-16-tds-fdw-dbgsym_2.0.3-3.pgdg+1_arm64.deb
Size: 140240
SHA256: f4106fe9ad6a3ae2c99f3a90e917f826b79e65ee3253a1d38ef12296241e9ca4
SHA1: 518fb04b6022f29bee2115b28774dd6b3d5e21e6
MD5sum: 20f2521fad3dfecfcb1622bd10b0cb24
Description: debug symbols for postgresql-16-tds-fdw
Build-Ids: 6c88f00e8051520d2f32f798d2740411a7cc3ff0
Timestamp: 2023-12-05 11:26:30+00

Package: libpg-query1605.0
Source: libpg-query
Version: 16-5.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2943
Depends: libc6 (>= 2.34)
Multi-Arch: same
Homepage: https://github.com/pganalyze/libpg_query
Priority: optional
Section: libs
Filename: pool/main/libp/libpg-query/libpg-query1605.0_16-5.0.0-1.pgdg+1_arm64.deb
Size: 528756
SHA256: 5505025af388aa211030d944e16733b8ef54860979fc144ce9bd8fccc95d0b83
SHA1: 4f70bd275719b106471646e0a2cf9d831c3422ce
MD5sum: 99e407c435f561451acdef66526965f6
Description: C library for accessing the PostgreSQL parser outside of the server environment
 This library uses the actual PostgreSQL server source to parse SQL queries and
 return the internal PostgreSQL parse tree.
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-12-pgrouting
Source: pgrouting
Version: 3.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3126
Depends: postgresql-12-pgrouting-scripts (>= 3.6.1-1.pgdg+1), postgresql-12, postgresql-12-postgis, postgresql-12-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Suggests: postgresql-12-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting_3.6.1-1.pgdg+1_arm64.deb
Size: 765388
SHA256: f280524b46e601a0889fe72ca2f4310d4f810f5d5287d657ec390175f5991326
SHA1: c10ceb142a2ca8aea65e982ab6946d360b7896cf
MD5sum: f08799a5311e3be830049704213a98d6
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 12.
Timestamp: 2023-12-07 21:08:54+00

Package: postgresql-12-pgrouting-dbgsym
Source: pgrouting
Version: 3.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 24924
Depends: postgresql-12-pgrouting (= 3.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-dbgsym_3.6.1-1.pgdg+1_arm64.deb
Size: 24925408
SHA256: f0b4e008b076e095aedd035938556c1644aacc204a814ffc74ffa36bec1974fd
SHA1: eea70cbaea04fd3b3d6422624440d3c6c36e009b
MD5sum: 08ed73b38a144bc39537515e2eaaa912
Description: debug symbols for postgresql-12-pgrouting
Build-Ids: 1456d7f619a891d8b08f6c80ded0e7ff6717d9c0
Timestamp: 2023-12-07 21:08:54+00

Package: postgresql-12-pgrouting-doc
Source: pgrouting
Version: 3.6.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7868
Depends: libjs-mathjax, libjs-sphinxdoc (>= 7.2.2)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-doc_3.6.1-1.pgdg+1_all.deb
Size: 2313308
SHA256: 6a707cf9342fa19c6430a7b42c2a12d7cb523d1232bdf304e3d5012c8edb18e3
SHA1: 34213c94caeefd501c23cb91e89604612bac797f
MD5sum: ffd71c9bad4dff65c980e69aa8c516ec
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.
Timestamp: 2023-12-07 21:08:54+00

Package: postgresql-12-pgrouting-scripts
Source: pgrouting
Version: 3.6.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3494
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-scripts_3.6.1-1.pgdg+1_all.deb
Size: 62732
SHA256: e34b90907c5a437ee6aaff2cd6b1d872ee074cf993a87d942525ac879f3ec4d6
SHA1: 15cdc8d1a40bb2b99f569d72daae6ea92699370d
MD5sum: 771f779746cc7ba60bf64dd4dfca86a6
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 12.
Timestamp: 2023-12-07 21:08:54+00

Package: postgresql-13-pgrouting
Source: pgrouting
Version: 3.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3126
Depends: postgresql-13-pgrouting-scripts (>= 3.6.1-1.pgdg+1), postgresql-13, postgresql-13-postgis, postgresql-13-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Suggests: postgresql-13-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting_3.6.1-1.pgdg+1_arm64.deb
Size: 765188
SHA256: 6bbda363113428df763d6f96a601211b1fa079632dd64f82bf80f4c0fb750045
SHA1: 3ee6d6858ac90fb29221c6366b030f6badcc5da8
MD5sum: 4bf5a22089536de9a29eb51a58436ceb
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 13.
Timestamp: 2023-12-07 21:08:54+00

Package: postgresql-13-pgrouting-dbgsym
Source: pgrouting
Version: 3.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 24920
Depends: postgresql-13-pgrouting (= 3.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-dbgsym_3.6.1-1.pgdg+1_arm64.deb
Size: 24922604
SHA256: de926143d99c148697641a008f8e71dc2476c846a9d808cdd271f29ba30cf003
SHA1: 68bc61d5ba2297636c9ec074662905f39d3a8ecb
MD5sum: d55d453c373fd5abef1c753cc26dc2c7
Description: debug symbols for postgresql-13-pgrouting
Build-Ids: 258697204b02fa944982b014d95ed6fbb9c81920
Timestamp: 2023-12-07 21:08:54+00

Package: postgresql-13-pgrouting-doc
Source: pgrouting
Version: 3.6.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7868
Depends: libjs-mathjax, libjs-sphinxdoc (>= 7.2.2)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-doc_3.6.1-1.pgdg+1_all.deb
Size: 2313292
SHA256: c9682a8c28e66b5eec803ee090b0ed321121d1145056522bf6246022876169c8
SHA1: 3c7a54bcc9ab1a85c94d95a0f6dc2fb06627e4b2
MD5sum: 183dce393bfabb3243507154beb770c5
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.
Timestamp: 2023-12-07 21:08:54+00

Package: postgresql-13-pgrouting-scripts
Source: pgrouting
Version: 3.6.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3494
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-scripts_3.6.1-1.pgdg+1_all.deb
Size: 62744
SHA256: 059c539e0c9dcd6df6ce7179b1d98e63ada1d970523fb6e30aa63d6a8ba6d256
SHA1: 6ee265539334ddc411fd7252d7c0a9e943ef6b0a
MD5sum: 08be3a691667574edf4ef2edd25ffc1a
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 13.
Timestamp: 2023-12-07 21:08:54+00

Package: postgresql-14-pgrouting
Source: pgrouting
Version: 3.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3062
Depends: postgresql-14-pgrouting-scripts (>= 3.6.1-1.pgdg+1), postgresql-14, postgresql-14-postgis, postgresql-14-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Suggests: postgresql-14-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting_3.6.1-1.pgdg+1_arm64.deb
Size: 764912
SHA256: 8073f6587c85258fa150d9e65467cf35b553d8181a79ad1e32552482d8fa278b
SHA1: ef168981cc3a79bd4a831d9aed3cfc18bcde2529
MD5sum: 2eb143291c06aa1a394b7d268cfd8c57
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 14.
Timestamp: 2023-12-07 21:08:54+00

Package: postgresql-14-pgrouting-dbgsym
Source: pgrouting
Version: 3.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 24924
Depends: postgresql-14-pgrouting (= 3.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-dbgsym_3.6.1-1.pgdg+1_arm64.deb
Size: 24927936
SHA256: 9c6f34f2aa8bbc314a8e62ca1624d39080d4a07d9a8180d19b7a9def8fb763d4
SHA1: ca81367de5d1f6fe826af72972318cb6fd313e40
MD5sum: 25a5f63861a2ab7ffc79232d88f5e361
Description: debug symbols for postgresql-14-pgrouting
Build-Ids: bd292a1e263cc7affbfa900b8966a079d5c29659
Timestamp: 2023-12-07 21:08:54+00

Package: postgresql-14-pgrouting-doc
Source: pgrouting
Version: 3.6.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7868
Depends: libjs-mathjax, libjs-sphinxdoc (>= 7.2.2)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-doc_3.6.1-1.pgdg+1_all.deb
Size: 2313272
SHA256: c3b81520d4fabab9f01fab123c11f7f213b4585de7327060926f87681f0bf2f5
SHA1: 93d3aee14bfc8593e147e0d507a0101975057633
MD5sum: fa502bcfa8e2d87753aa382dad781f33
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.
Timestamp: 2023-12-07 21:08:54+00

Package: postgresql-14-pgrouting-scripts
Source: pgrouting
Version: 3.6.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3494
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-scripts_3.6.1-1.pgdg+1_all.deb
Size: 62744
SHA256: 2a4cc1530b74a491a2d78030d639cc3d43b698dff849850f93076d0735915ba0
SHA1: 6008ca1276a7c71837fa2e9b7b5625a02442a5ae
MD5sum: 39cf53ea816b84a110b7296d1135547a
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 14.
Timestamp: 2023-12-07 21:08:54+00

Package: postgresql-15-pgrouting
Source: pgrouting
Version: 3.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3062
Depends: postgresql-15-pgrouting-scripts (>= 3.6.1-1.pgdg+1), postgresql-15, postgresql-15-postgis, postgresql-15-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Suggests: postgresql-15-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting_3.6.1-1.pgdg+1_arm64.deb
Size: 765188
SHA256: a3d5f0ef21a9c6eabd52032910990b38d4ce6ea624a1fe787fb053761bbcc763
SHA1: 406994c6a7b344957e71e683da278b3065b3baef
MD5sum: b8fd7c169406c77ad62af3b6b3140b83
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 15.
Timestamp: 2023-12-07 21:08:54+00

Package: postgresql-15-pgrouting-dbgsym
Source: pgrouting
Version: 3.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 24936
Depends: postgresql-15-pgrouting (= 3.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-dbgsym_3.6.1-1.pgdg+1_arm64.deb
Size: 24937456
SHA256: 28d891cdcb5fff9bad4c814aa4294ca7ec2c08af0ca745a93d5531f04e8b9aac
SHA1: 4cac965fec4677d4b058fe19135aec1a5afd5fd8
MD5sum: 121f79c7f31d507c80ff0db647e37b13
Description: debug symbols for postgresql-15-pgrouting
Build-Ids: 38b07791d075765c52889db175cc2f58e0f6b7b9
Timestamp: 2023-12-07 21:08:54+00

Package: postgresql-15-pgrouting-doc
Source: pgrouting
Version: 3.6.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7868
Depends: libjs-mathjax, libjs-sphinxdoc (>= 7.2.2)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-doc_3.6.1-1.pgdg+1_all.deb
Size: 2313332
SHA256: a13bf81f927930270648d456068f24d75fe25e9b99ee25d9a0f320a15cfb758e
SHA1: 6d4b7d5eb3bf6458f5cf0eba6ccdd043b0d13181
MD5sum: 49a30d423b6211987af4302c8b7bf6f4
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.
Timestamp: 2023-12-07 21:08:54+00

Package: postgresql-15-pgrouting-scripts
Source: pgrouting
Version: 3.6.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3494
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-scripts_3.6.1-1.pgdg+1_all.deb
Size: 62744
SHA256: 1d7d035cfc9a20ae6d50bea4130656b949a5f43b378ae05ecaa29fa98b25d53c
SHA1: 01283a7fb4cb844dc6bb42181edacbb6e01e636e
MD5sum: 515de5b8caa08f7d1a742c1ca32c2253
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 15.
Timestamp: 2023-12-07 21:08:54+00

Package: postgresql-16-pgrouting
Source: pgrouting
Version: 3.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3062
Depends: postgresql-16-pgrouting-scripts (>= 3.6.1-1.pgdg+1), postgresql-16, postgresql-16-postgis, postgresql-16-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Suggests: postgresql-16-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting_3.6.1-1.pgdg+1_arm64.deb
Size: 765828
SHA256: 69f74e75bd24c079866cea40917795681ae3f236f11d9e01bc553c9ecd18e346
SHA1: 9dde200b709db3deb2ee49258870365b1d65ef11
MD5sum: b53463fb54eac6dd2d37e98ad359196c
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 16.
Timestamp: 2023-12-07 21:08:54+00

Package: postgresql-16-pgrouting-dbgsym
Source: pgrouting
Version: 3.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 24961
Depends: postgresql-16-pgrouting (= 3.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting-dbgsym_3.6.1-1.pgdg+1_arm64.deb
Size: 24961928
SHA256: d73b951386dd9d5d12d670f127836e7f400631e449c3212983259c8c0597d44d
SHA1: 7719dad5ea88ca7c9fda8502e3a657abd0b10c45
MD5sum: a8fe6deaca8eba574a98566e237ee08e
Description: debug symbols for postgresql-16-pgrouting
Build-Ids: 4c092eedc0cb8200388f3be8edab198dece3f209
Timestamp: 2023-12-07 21:08:54+00

Package: postgresql-16-pgrouting-doc
Source: pgrouting
Version: 3.6.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7868
Depends: libjs-mathjax, libjs-sphinxdoc (>= 7.2.2)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting-doc_3.6.1-1.pgdg+1_all.deb
Size: 2313320
SHA256: 796b8636f409a0294636acf6d9862d1adc305384141ff4fd066c1eabcc0028bd
SHA1: 26990229472ab5ecba5fc83ef682a746517d7a51
MD5sum: 901fc642569fe9bf6716811f3fce8944
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.
Timestamp: 2023-12-07 21:08:54+00

Package: postgresql-16-pgrouting-scripts
Source: pgrouting
Version: 3.6.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3494
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting-scripts_3.6.1-1.pgdg+1_all.deb
Size: 62728
SHA256: 2370c0119060314a5719b1c96a0cbaba603ba7b7a4e893b0fb9b68732c7cfc4e
SHA1: ec1481c07bfc0ec653c2e698ba92421ce1c0f065
MD5sum: 6719057351c24a10a38288d0dc92cc61
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 16.
Timestamp: 2023-12-07 21:08:54+00

Package: postgresql-pgrouting
Source: pgrouting
Version: 3.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 47
Depends: postgresql-pgrouting-scripts, postgresql-16-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: metapackages
Filename: pool/main/p/pgrouting/postgresql-pgrouting_3.6.1-1.pgdg+1_arm64.deb
Size: 21604
SHA256: 49a3d00e4b333d5047cabe66a70f670b7172b51f7c25a61a1f0fe8c6c063333f
SHA1: 5cb45e252481b2b36fa54a8458cd97e1765f4283
MD5sum: 15f50e092e718ed4a9c67eec339e7941
Description: Routing functionality support for PostgreSQL/PostGIS - Metapackage
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This metapackage depends on the PgRouting package for PostgreSQL 16.
Timestamp: 2023-12-07 21:08:54+00

Package: postgresql-pgrouting-scripts
Source: pgrouting
Version: 3.6.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 47
Depends: postgresql-16-pgrouting-scripts
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: metapackages
Filename: pool/main/p/pgrouting/postgresql-pgrouting-scripts_3.6.1-1.pgdg+1_all.deb
Size: 21632
SHA256: f4b679403b346b1cd41c997ada3b33c04a739726a1e92b413049357b3706449c
SHA1: 95ecdd36c9ea682ad76e672fee8e167146c1554c
MD5sum: 8c058df3d0c74ead39b0a83de08e5d3a
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts metapackage
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This metapackage depends on the PgRouting scripts package for
 PostgreSQL 16.
Timestamp: 2023-12-07 21:08:54+00

Package: python3-psycopg2
Source: psycopg2
Version: 2.9.9-1.pgdg+2
Architecture: arm64
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Installed-Size: 851
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.17), libpq5 (>= 10~~)
Suggests: python-psycopg2-doc
Homepage: http://initd.org/projects/psycopg
Priority: optional
Section: python
Filename: pool/main/p/psycopg2/python3-psycopg2_2.9.9-1.pgdg+2_arm64.deb
Size: 155824
SHA256: 85a88acd0f7b0eef3fa5db91a61db871bbe11a8742763bc1a5c1ec0f5c2b4c39
SHA1: 63d874c1b66c7bc310460ed35ad25d5253a4e475
MD5sum: 3494dc1f2cb58f54191f852a4c2642fe
Description: Python 3 module for PostgreSQL
 psycopg is a PostgreSQL database adapter for the Python3 programming language
 (just like pygresql and popy.) This is version 2, a complete rewrite of the
 original code to provide new-style classes for connection and cursor objects
 and other sweet candies. Like the original, psycopg 2 was written with the
 aim of being very small and fast, and stable as a rock.
 .
 psycopg is different from the other database adapter because it was designed
 for heavily multi-threaded applications that create and destroy lots of
 cursors and make a conspicuous number of concurrent INSERTs or UPDATEs.
 psycopg 2 also provides full asynchronous operations for the really brave
 programmer.
 .
 The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0
 and being thread safe at level 2. It also includes some extensions to the
 standard DBAPI-2.0 to allow for better thread performance.
Timestamp: 2023-12-07 21:08:54+00

Package: python3-psycopg2-dbgsym
Source: psycopg2
Version: 2.9.9-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Installed-Size: 589
Depends: python3-psycopg2 (= 2.9.9-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/psycopg2/python3-psycopg2-dbgsym_2.9.9-1.pgdg+2_arm64.deb
Size: 509880
SHA256: 9d23119bef02e202a4303a3939ec46d940517ca82a99736d94b3a6cd5c4ea0af
SHA1: 183bae2bca104ef19084d55d6f275430e01b2e10
MD5sum: 1c6f115684737a9401d98285858f1fea
Description: debug symbols for python3-psycopg2
Build-Ids: 4308a7e35093f83ab23424f2c3ccd8bafae97c28 566a650c0f63c4435ad7c9c491437eb09c0703c8
Timestamp: 2023-12-07 21:08:54+00

Package: python-psycopg2-doc
Source: psycopg2
Version: 2.9.9-1.pgdg+2
Architecture: all
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Installed-Size: 1915
Depends: libjs-sphinxdoc (>= 7.2.2)
Suggests: python3-psycopg2
Multi-Arch: foreign
Homepage: http://initd.org/projects/psycopg
Priority: optional
Section: doc
Filename: pool/main/p/psycopg2/python-psycopg2-doc_2.9.9-1.pgdg+2_all.deb
Size: 310256
SHA256: 3572ea99473d47c00204fe35a20d557426507e29f59f520605a70cb020c635bb
SHA1: 60b40ab914234d3c0236d82c2927aa2963dd029c
MD5sum: b80200b986880f4d836ede8f4481012a
Description: Python module for PostgreSQL (documentation package)
 psycopg is a PostgreSQL database adapter for the Python programming language
 (just like pygresql and popy.) This is version 2, a complete rewrite of the
 original code to provide new-style classes for connection and cursor objects
 and other sweet candies. Like the original, psycopg 2 was written with the
 aim of being very small and fast, and stable as a rock.
 .
 psycopg is different from the other database adapter because it was designed
 for heavily multi-threaded applications that create and destroy lots of
 cursors and make a conspicuous number of concurrent INSERTs or UPDATEs.
 psycopg 2 also provides full asynchronous operations for the really brave
 programmer.
 .
 The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0
 and being thread safe at level 2. It also includes some extensions to the
 standard DBAPI-2.0 to allow for better thread performance.
 .
 This package contains the psycopg2 documentation
Timestamp: 2023-12-07 21:08:54+00

Package: libpostgresql-jdbc-java
Source: libpgjava
Version: 42.7.1-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 1074
Provides: libpg-java, libpgjava
Built-Using: libscram-java (= 2.1-1.pgdg+1)
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: java
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java_42.7.1-1.pgdg+1_all.deb
Size: 990000
SHA256: 1203a440b368e37be4006c90870ae0096de41159d16292239ccf63d6f427cb0b
SHA1: 88dc54b740f8c65f908138adc7d085bcfe32b824
MD5sum: 3ea1786d0f8d4a4e1da9a8bcebc604bb
Description: Java database (JDBC) driver for PostgreSQL
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
Timestamp: 2023-12-08 17:59:05+00

Package: libpostgresql-jdbc-java-doc
Source: libpgjava
Version: 42.7.1-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 11509
Depends: default-jdk-doc
Provides: libpg-java-doc
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java-doc_42.7.1-1.pgdg+1_all.deb
Size: 452464
SHA256: fcbaec2a4adb01176f77800fadd852e111305502dd531537443553f764ac429e
SHA1: 2b4b4b35105b5f361fcd6f7eeb5af92094193e4a
MD5sum: b576c6740d74794a9ffe7a3039c2fbe9
Description: Java database (JDBC) driver for PostgreSQL (documentation)
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
 .
 This package contains the documentation.
Timestamp: 2023-12-08 17:59:05+00

Package: postgresql-10-repmgr
Source: repmgr
Version: 5.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1088
Depends: postgresql-10, repmgr-common (>= 5.4.1-1.pgdg+1), libc6 (>= 2.34), libcurl4 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-10-repmgr_5.4.1-1.pgdg+1_arm64.deb
Size: 207320
SHA256: 6ce3e0b652c497627e621a242ced30694a27934f5f4c9000f313bea6e81b7026
SHA1: dd61b685410c119db29a62c49ccdf69845bf03f5
MD5sum: 0d97a1bf282bb804e04218a864296f77
Description: replication manager for PostgreSQL 10
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 10.
Timestamp: 2023-12-27 21:09:58+00

Package: postgresql-10-repmgr-dbgsym
Source: repmgr
Version: 5.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 664
Depends: postgresql-10-repmgr (= 5.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-10-repmgr-dbgsym_5.4.1-1.pgdg+1_arm64.deb
Size: 598568
SHA256: 3adcf0833ec963ca4882456a99be4af28ee09764b167fbd8d1b2fee76f206952
SHA1: 39bf3fed967fd3babbe735c570a9ff47e151da2a
MD5sum: 341eb96f6263d1844198e229fb046fde
Description: debug symbols for postgresql-10-repmgr
Build-Ids: 1dbac9126adb255f33b54522285fe7f1e56c3737 7d824a63ff8d6541726fd198410c5c2558f6f47e 91fde8f7c91a17ce90d42a5f5b47b1045992cefc
Timestamp: 2023-12-27 21:09:58+00

Package: postgresql-11-repmgr
Source: repmgr
Version: 5.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1113
Depends: postgresql-11, postgresql-11-jit-llvm (>= 15), repmgr-common (>= 5.4.1-1.pgdg+1), libc6 (>= 2.34), libcurl4 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-11-repmgr_5.4.1-1.pgdg+1_arm64.deb
Size: 219308
SHA256: def2cc8bb736eb808ba743c7f9a77f968764dc09a732b6ea85fc1de6a94c0e81
SHA1: cbf7c1b758b4954908a7ca43357e078aeaf0b427
MD5sum: 6bba7d4d0acf479cb66cfdf6cf34858c
Description: replication manager for PostgreSQL 11
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 11.
Timestamp: 2023-12-27 21:09:58+00

Package: postgresql-11-repmgr-dbgsym
Source: repmgr
Version: 5.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 666
Depends: postgresql-11-repmgr (= 5.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-11-repmgr-dbgsym_5.4.1-1.pgdg+1_arm64.deb
Size: 598808
SHA256: 54625d385f6b86e30fe0ad3d399fcfd53c377c6307cd05ecd7dcc53099a96761
SHA1: e8b67a10d651c432663e621b0524cf51d3f5f153
MD5sum: 7b9b469085b9fd50679f506a1a7e39b9
Description: debug symbols for postgresql-11-repmgr
Build-Ids: 7246769442826d4bb5911f90fabaa76b30095df0 e06f03e9ec80042cff21b9629a30768e9b560282 fedae00920e94497ac34c71060c96caad900b5be
Timestamp: 2023-12-27 21:09:58+00

Package: postgresql-12-repmgr
Source: repmgr
Version: 5.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1113
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), repmgr-common (>= 5.4.1-1.pgdg+1), libc6 (>= 2.34), libcurl4 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-12-repmgr_5.4.1-1.pgdg+1_arm64.deb
Size: 225864
SHA256: f4d7f763e656b0ead3c7856296185910873d9a770372e3ae75e88c7cb7059d44
SHA1: 67d4421d4c2d931dd5b3687d9a139d73d38d29ff
MD5sum: fc1297b29f15d59a8c9bda75b060dd9f
Description: replication manager for PostgreSQL 12
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 12.
Timestamp: 2023-12-27 21:09:58+00

Package: postgresql-12-repmgr-dbgsym
Source: repmgr
Version: 5.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 671
Depends: postgresql-12-repmgr (= 5.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-12-repmgr-dbgsym_5.4.1-1.pgdg+1_arm64.deb
Size: 600616
SHA256: 801861c189a381860d6e64a0fda3292d4b09c28537043b9f96ad5c081df35038
SHA1: 5b51bb45a34b29117438c6c8afa0e8644ddc1323
MD5sum: 471fcfd8e9211b5f6e6a07c8444a2a84
Description: debug symbols for postgresql-12-repmgr
Build-Ids: 16c371cb72c08f414bce373ff5038b7841405e93 579c28fc904c32ae07d671f9887a565bd0591352 b7b874b640bf6a0bae747892b762be75a292a967
Timestamp: 2023-12-27 21:09:58+00

Package: postgresql-13-repmgr
Source: repmgr
Version: 5.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1113
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), repmgr-common (>= 5.4.1-1.pgdg+1), libc6 (>= 2.34), libcurl4 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-13-repmgr_5.4.1-1.pgdg+1_arm64.deb
Size: 226004
SHA256: b222a8e2b2a94feb1f5d22d15c7b60c256080ae77732f8475c36c86e6317cedb
SHA1: d8595426c6d056789adcc79c40f066bdbbf36723
MD5sum: 0080736d4b0046b5161307645aa437cb
Description: replication manager for PostgreSQL 13
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 13.
Timestamp: 2023-12-27 21:09:58+00

Package: postgresql-13-repmgr-dbgsym
Source: repmgr
Version: 5.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 671
Depends: postgresql-13-repmgr (= 5.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-13-repmgr-dbgsym_5.4.1-1.pgdg+1_arm64.deb
Size: 600820
SHA256: 15c99a602e6a3c8f7c39628592f822ea0864086633e8347d5783b52f5d49258b
SHA1: 8c581d8f2a63d96b9bc9ba8e75ac909ae4fff602
MD5sum: b74f223bd5287e44652b8f1c21885ea8
Description: debug symbols for postgresql-13-repmgr
Build-Ids: c9823ffa234a23b04b72c2b6bca69c1e648be1d9 cc0a7b09a2b6486fc751c4a0f3afea89108a8c8a f1007df2a01aaa8f2445f11f2535d40644e5bc47
Timestamp: 2023-12-27 21:09:58+00

Package: postgresql-14-repmgr
Source: repmgr
Version: 5.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1114
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), repmgr-common (>= 5.4.1-1.pgdg+1), libc6 (>= 2.34), libcurl4 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-14-repmgr_5.4.1-1.pgdg+1_arm64.deb
Size: 225824
SHA256: 41d1436a6b2211b2c4398428d71112982f29e6f08ab6a424aa7870389e286290
SHA1: c80f6b8828ad867ee9307d087859053303d9c879
MD5sum: 71f4c2d286b3ac400da3b85fcfc88ed9
Description: replication manager for PostgreSQL 14
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 14.
Timestamp: 2023-12-27 21:09:58+00

Package: postgresql-14-repmgr-dbgsym
Source: repmgr
Version: 5.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 671
Depends: postgresql-14-repmgr (= 5.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-14-repmgr-dbgsym_5.4.1-1.pgdg+1_arm64.deb
Size: 601172
SHA256: 7eb80a00c1397abbd5403ce183002df93d7116ea4ffda0fb63ab15a4892fafe0
SHA1: ce4b28892718eba3b34be547f0f28c970ae057ba
MD5sum: 948d06525bde932a7ae2d71f6f31e5ca
Description: debug symbols for postgresql-14-repmgr
Build-Ids: 2287a8eb504733375321b350252135787f31200c 7e19f09d75dd880182eeb1a67cddf19a16ce1b6b d63d6de7bfedcb59bf9fa14094c94d74636b022d
Timestamp: 2023-12-27 21:09:58+00

Package: postgresql-15-repmgr
Source: repmgr
Version: 5.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1114
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), repmgr-common (>= 5.4.1-1.pgdg+1), libc6 (>= 2.34), libcurl4 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-15-repmgr_5.4.1-1.pgdg+1_arm64.deb
Size: 226808
SHA256: 83f22852adeebe3899afb6634a7e99277b4463110b7fb488d8665338803b3875
SHA1: d0cb3e7229e7a341da3b5036b7f88fbae1215589
MD5sum: f3fad353b1d46084fa67dfd5113c456d
Description: replication manager for PostgreSQL 15
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 15.
Timestamp: 2023-12-27 21:09:58+00

Package: postgresql-15-repmgr-dbgsym
Source: repmgr
Version: 5.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 672
Depends: postgresql-15-repmgr (= 5.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-15-repmgr-dbgsym_5.4.1-1.pgdg+1_arm64.deb
Size: 601384
SHA256: 1a5ca883586c0f2474e8f48515faf7fd33c09c62593ccd1a09ccab53c9eef534
SHA1: 3f297dcd20a03b06ca8f4de280b6dbde43b7b9bc
MD5sum: 3ee3e205f7cc64a2706f31c39c399b63
Description: debug symbols for postgresql-15-repmgr
Build-Ids: 39625bace2b40d611b88901c92d55331f943359d 437ea96933ae7bb005f347889f09662bc8066ea8 49a6ed50e8abc09b6dffff7efd3ff920bbcbe105
Timestamp: 2023-12-27 21:09:58+00

Package: postgresql-16-repmgr
Source: repmgr
Version: 5.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1178
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), repmgr-common (>= 5.4.1-1.pgdg+1), libc6 (>= 2.34), libcurl4 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-16-repmgr_5.4.1-1.pgdg+1_arm64.deb
Size: 227820
SHA256: b8095f5ded6950ddaba8aba92ae6bba3236a560153d0b433769adfb3dc057f15
SHA1: 3e6eeed8866e86a8522471542515802d88cace51
MD5sum: ee0038dea81c9228c16a5031068327fb
Description: replication manager for PostgreSQL 16
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 16.
Timestamp: 2023-12-27 21:09:58+00

Package: postgresql-16-repmgr-dbgsym
Source: repmgr
Version: 5.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 684
Depends: postgresql-16-repmgr (= 5.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-16-repmgr-dbgsym_5.4.1-1.pgdg+1_arm64.deb
Size: 614608
SHA256: aeff68a425fcac95091fefd8f65d68ff8b3c809944ba252d135f4917441beebc
SHA1: f6507ea0b658ce3df58bc5443ef9c936bde705bf
MD5sum: 762d0a09e804db70fb5103cd83d75798
Description: debug symbols for postgresql-16-repmgr
Build-Ids: 0d5637f44e323c0d73e05f301e0106f2a0a55ae4 22956d898fac09e4733c6a5383d0096bbe261c88 f5168b4c7c546a26a9714ddedcc074be3cdff3d9
Timestamp: 2023-12-27 21:09:58+00

Package: repmgr
Version: 5.4.1-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 20
Depends: postgresql-16-repmgr | postgresql-15-repmgr | postgresql-14-repmgr | postgresql-13-repmgr | postgresql-12-repmgr | postgresql-11-repmgr | postgresql-10-repmgr
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/repmgr_5.4.1-1.pgdg+1_all.deb
Size: 13524
SHA256: 871971c74fb2720d8851c3cd3ae5eb16e78cc3d42e69dd277c4872eef1d1d32e
SHA1: 026776b7918be607d6e7d1a90b08bd5d18877e27
MD5sum: fa344b7194aa59b11b60437743e0e132
Description: replication manager for PostgreSQL (metapackage)
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This is a metapackage that depends on the version specific packages.
Timestamp: 2023-12-27 21:09:58+00

Package: repmgr-common
Source: repmgr
Version: 5.4.1-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 308
Depends: postgresql-common, lsb-base
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/repmgr-common_5.4.1-1.pgdg+1_all.deb
Size: 196944
SHA256: e8c2ed93683f73b3df2be38b2b6bb11c92eba0a862536a135da70b2f98492841
SHA1: edd90fa98c0ab7fd5da50d4a0687e836fb2ff771
MD5sum: 4bc7ae1fa02c0be615e54ec42e0c6d79
Description: replication manager for PostgreSQL common files
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr files common to all versions.
Timestamp: 2023-12-27 21:09:58+00

Package: libdbd-pg-perl
Version: 3.18.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Installed-Size: 635
Depends: perl (>= 5.36.0-10), perl-dbdabi-94, perlapi-5.36.0, libc6 (>= 2.17), libpq5 (>= 9.3~), libdbi-perl, libversion-perl
Homepage: https://metacpan.org/release/DBD-Pg
Priority: optional
Section: perl
Filename: pool/main/libd/libdbd-pg-perl/libdbd-pg-perl_3.18.0-1.pgdg+1_arm64.deb
Size: 204356
SHA256: 8d8c4b8bf8113f71936689df96e846d8532f3b0e1b8f6609fd6dc6c217617c17
SHA1: caeefcc0eed282ee9dc8c3d9479ac1ac710a65d1
MD5sum: 50f92836a616e273a67583dde3a30406
Description: Perl DBI driver for the PostgreSQL database server
 DBD::Pg is a Perl DBI Database Driver module that works with the DBI module to
 provide access to PostgreSQL databases. It enables you to control a PostgreSQL
 database in a Perl script.
Timestamp: 2024-01-04 10:04:39+00

Package: libdbd-pg-perl-dbgsym
Source: libdbd-pg-perl
Version: 3.18.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Installed-Size: 222
Depends: libdbd-pg-perl (= 3.18.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/libd/libdbd-pg-perl/libdbd-pg-perl-dbgsym_3.18.0-1.pgdg+1_arm64.deb
Size: 201632
SHA256: b669977007560020fa645f599fe2550f005bb77974f81c374df0f25127e28aec
SHA1: 4f6dcdc65915dab98a03bfa67455e93f57617245
MD5sum: d912504f7e354ea8d3011e3281cc0aa2
Description: debug symbols for libdbd-pg-perl
Build-Ids: b6a71cde20d8dedba4f954ddfbce32c752084fa7
Timestamp: 2024-01-04 10:04:39+00

Package: pgbadger
Version: 12.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1713
Depends: libjson-xs-perl, libtext-csv-xs-perl, perl:any
Multi-Arch: foreign
Homepage: https://dalibo.github.io/pgbadger/
Priority: optional
Section: database
Filename: pool/main/p/pgbadger/pgbadger_12.4-1.pgdg+1_all.deb
Size: 380108
SHA256: f4903005729697106d5fca6e84a911735ce31b9b08ec33a271c583d1037c0cfb
SHA1: 83c64711ac69afe0469fa887bc8a28075c0720d7
MD5sum: dea671b88386c5f22acab7d844e6e93b
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.
Timestamp: 2024-01-04 10:04:39+00

Package: postgresql-10-pgsphere
Source: pgsphere
Version: 1.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1052
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1), postgresql-10
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-10-pgsphere_1.4.2-1.pgdg+1_arm64.deb
Size: 173848
SHA256: 9d990f574fc32da04a698cb230d06d547bda639e3970aec55b7867c8050ff2e6
SHA1: 6c55be5b83e4874f0b35b2561559fbfbdec37c1c
MD5sum: e56f3fc09d3ff6523e6c157d3e78a406
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2024-01-04 10:04:39+00

Package: postgresql-10-pgsphere-dbgsym
Source: pgsphere
Version: 1.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 402
Depends: postgresql-10-pgsphere (= 1.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-10-pgsphere-dbgsym_1.4.2-1.pgdg+1_arm64.deb
Size: 343748
SHA256: 4a4c134192a96535284ac85fc436bbf3895423198158f7c88e15988b099ac510
SHA1: ac6c8e4797b10035a185c0383aec736e07e61f8a
MD5sum: 82d0dd935dcc4354f517a4719d9097dc
Description: debug symbols for postgresql-10-pgsphere
Build-Ids: 95b713bbed0c3888294b7dfb2233f2bc152a5fde
Timestamp: 2024-01-04 10:04:39+00

Package: postgresql-10-powa
Source: powa-archivist
Version: 4.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1923
Depends: libc6 (>= 2.17), postgresql-10, postgresql-contrib-10
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-10-powa_4.2.2-1.pgdg+1_arm64.deb
Size: 40856
SHA256: de07a4a5a162cb89c809b456b992bc7b163891dafb01f02259196b0a657b230b
SHA1: fedafc279a2d5ca5079601e6c49fdd3514e944fe
MD5sum: 0272eb2cd498c457870b2bbec5d31d96
Description: PostgreSQL Workload Analyzer -- PostgreSQL 10 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2024-01-04 10:04:39+00

Package: postgresql-10-powa-dbgsym
Source: powa-archivist
Version: 4.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-10-powa (= 4.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-10-powa-dbgsym_4.2.2-1.pgdg+1_arm64.deb
Size: 33684
SHA256: 964984d617121a601a00d06380fae19f1d3ed690899ae96b0f71756dc10e1ff0
SHA1: 243b66c6025bd1cc68ef28c3a5f2daf529a1f06f
MD5sum: e81d0d173e29f9e7c10cc747763a45fd
Description: debug symbols for postgresql-10-powa
Build-Ids: 05fa8546aa53c6c3a4ec99d0105743472190fe40
Timestamp: 2024-01-04 10:04:39+00

Package: postgresql-11-pgsphere
Source: pgsphere
Version: 1.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1662
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1), postgresql-11, postgresql-11-jit-llvm (>= 15)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-11-pgsphere_1.4.2-1.pgdg+1_arm64.deb
Size: 418376
SHA256: 737387b19e6a9c0073799488f0b9843a2cdb3dc77686755615bd0bde1329368e
SHA1: aae3cac4562a21ef596317729f1dbeacc3f1eb2f
MD5sum: cc76f9836f715ca7093b0679fc52e424
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2024-01-04 10:04:39+00

Package: postgresql-11-pgsphere-dbgsym
Source: pgsphere
Version: 1.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 404
Depends: postgresql-11-pgsphere (= 1.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-11-pgsphere-dbgsym_1.4.2-1.pgdg+1_arm64.deb
Size: 346044
SHA256: 36cec52935d748879756bf90420fbbc3d7badd9cf3238474d90f87d7e28a670a
SHA1: fcbbff89b94981154da4f4a80ac519f1af3b578b
MD5sum: 3f4396374b50aafc6b3b2e0b81c22df7
Description: debug symbols for postgresql-11-pgsphere
Build-Ids: b95b75ba65f217809353ffd80c74e9ae890c8b13
Timestamp: 2024-01-04 10:04:39+00

Package: postgresql-11-powa
Source: powa-archivist
Version: 4.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1949
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 15), postgresql-contrib-11
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-11-powa_4.2.2-1.pgdg+1_arm64.deb
Size: 55612
SHA256: 0519c86b39f70e4178512161d8cc824303f112a75eb30dc7c52770eef349bf95
SHA1: ebb11f8b2632a10c4cfc58379860b0f01e0cce57
MD5sum: 37ff1ebace0ce056b90613c51317c7f1
Description: PostgreSQL Workload Analyzer -- PostgreSQL 11 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2024-01-04 10:04:39+00

Package: postgresql-11-powa-dbgsym
Source: powa-archivist
Version: 4.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-11-powa (= 4.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-11-powa-dbgsym_4.2.2-1.pgdg+1_arm64.deb
Size: 32476
SHA256: a3a5ec80f8bcc8369397b3a8294f1c2d548857adce7704412762d74d2f385152
SHA1: f74af826decbd444b2b3b4da5bf43185b459950f
MD5sum: 067416a9de7ff7a3a35bf4f571fee3bb
Description: debug symbols for postgresql-11-powa
Build-Ids: dc37188ca0c4cdc92b2a1aa9917acf09e71823ce
Timestamp: 2024-01-04 10:04:39+00

Package: postgresql-12-pgsphere-dbgsym
Source: pgsphere
Version: 1.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 426
Depends: postgresql-12-pgsphere (= 1.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-12-pgsphere-dbgsym_1.4.2-1.pgdg+1_arm64.deb
Size: 367740
SHA256: 7b7b7c429cc36203ebe6438f478061af9fd419529dc6551c8d74c5affc24f8d1
SHA1: 11c6dd8f2537d716d88b987b2a8dc4dab0a7762d
MD5sum: b4bcd86c5555701ebd2390acd7ec872f
Description: debug symbols for postgresql-12-pgsphere
Build-Ids: 64a2c256281ddc02de46dcf99223248970be9d78
Timestamp: 2024-01-04 10:04:39+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 2.7.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 817
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_2.7.1-1.pgdg+1_arm64.deb
Size: 353604
SHA256: 65b1c7f47c54b9fb0b194a11f3d9dd210710cd23bc607d6720afee05f5fdea68
SHA1: 65c49df69f58bc202b9158c035b826f29c29ab76
MD5sum: 225526172aba46571d2c4ffaef3ba006
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-01-04 10:04:39+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 298
Depends: postgresql-12-plpgsql-check (= 2.7.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_2.7.1-1.pgdg+1_arm64.deb
Size: 265996
SHA256: 8209187f867a73bf210bb627fb7c17ba10301da21317b1eba6b1d90522ac6439
SHA1: 96d3fd2ec8b42ca26f805cb419176b9b73ac7c16
MD5sum: 6417658ca9cacda256e2dfaabc8fa86b
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: baa5069efc44db33b1545acc13bfccea6391640c
Timestamp: 2024-01-04 10:04:39+00

Package: postgresql-12-powa
Source: powa-archivist
Version: 4.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1949
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 16), postgresql-contrib-12
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-12-powa_4.2.2-1.pgdg+1_arm64.deb
Size: 55864
SHA256: 6bcdee5445bf30999984c9b6e9b9b3a479b7adba551adb9dd22f286901ba072a
SHA1: e67d7091cb12a1afcddb0c407c6bbe8cf6d71388
MD5sum: b1dd3fe598c165a9a495c5cefd991250
Description: PostgreSQL Workload Analyzer -- PostgreSQL 12 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2024-01-04 10:04:39+00

Package: postgresql-12-powa-dbgsym
Source: powa-archivist
Version: 4.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-12-powa (= 4.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-12-powa-dbgsym_4.2.2-1.pgdg+1_arm64.deb
Size: 34212
SHA256: ce02ba50d472b6940010263b86b7eae6b214023466fc1541b1cd639b85f76a18
SHA1: adc7e2994e3466be08beba5425a4a96c7ff61d46
MD5sum: 6f7b0b37a223a0421dca930642135cce
Description: debug symbols for postgresql-12-powa
Build-Ids: 1ea1638928b179791d8f1d5f773789cde496f39f
Timestamp: 2024-01-04 10:04:39+00

Package: postgresql-13-pgsphere
Source: pgsphere
Version: 1.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1678
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1), postgresql-13, postgresql-13-jit-llvm (>= 16)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-13-pgsphere_1.4.2-1.pgdg+1_arm64.deb
Size: 425056
SHA256: f18bbd95d6df47e8b966c5571c3ec6e79044ee839fd7827013badb809ad79925
SHA1: 842edc5eb6d32d78710e7efc62822c3e0df15b9c
MD5sum: 82f1b4de129db47c890596e5b62de027
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2024-01-04 10:04:39+00

Package: postgresql-13-pgsphere-dbgsym
Source: pgsphere
Version: 1.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 427
Depends: postgresql-13-pgsphere (= 1.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-13-pgsphere-dbgsym_1.4.2-1.pgdg+1_arm64.deb
Size: 369120
SHA256: 9ef6d0520867ae74de633db991c0213defc9ce87c4ef19d0c7213d9dca7de357
SHA1: 51dcdc83185072ee382db5a45e0bab4b81452975
MD5sum: 8094f5f42484940a6b4491d35b1b1c9e
Description: debug symbols for postgresql-13-pgsphere
Build-Ids: edd003a84edd1b99d7983f5f0aae55ba7c0f16d0
Timestamp: 2024-01-04 10:04:39+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 2.7.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 823
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_2.7.1-1.pgdg+1_arm64.deb
Size: 359292
SHA256: 58fa95e0bca4c200d90b4de543c3956706b6474ba434a4b35e422204bc6883db
SHA1: a0e7e94802952b66473afdd6d2356e6d3517f0f4
MD5sum: db2085504963a6109873eade26455d01
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-01-04 10:04:39+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 321
Depends: postgresql-13-plpgsql-check (= 2.7.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_2.7.1-1.pgdg+1_arm64.deb
Size: 288000
SHA256: 616e2a2885b7e812e9c6d506da14c2461acbc6ee064ce9ce619e8e497843b64b
SHA1: 58c88f38938223e7734f23e2cd5abb7bf651f54e
MD5sum: dc96bb96a9d76a23df3774ffb1c55a96
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: 0855bc4ee19b662bc0409c5445e361ded0750de9
Timestamp: 2024-01-04 10:04:39+00

Package: postgresql-13-powa
Source: powa-archivist
Version: 4.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1949
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 16), postgresql-contrib-13
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-13-powa_4.2.2-1.pgdg+1_arm64.deb
Size: 55680
SHA256: 8256617fc2f4822d0132f50dbcbd64f7211ada1c8c4fc50beb60bf9779211b7b
SHA1: 7b96a01c486a7d178e99794093deca6882820ef1
MD5sum: 7524c2ce2080dedfe602de38e6544f5c
Description: PostgreSQL Workload Analyzer -- PostgreSQL 13 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2024-01-04 10:04:39+00

Package: postgresql-13-powa-dbgsym
Source: powa-archivist
Version: 4.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-13-powa (= 4.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-13-powa-dbgsym_4.2.2-1.pgdg+1_arm64.deb
Size: 31380
SHA256: 6c69fa45b9abec775da819b0d9ee65b50623f45a974fc3485df0030b003c6e11
SHA1: 995fd58c76ad2dbe64eedded37c7986249119d88
MD5sum: e202fcd558687db7dbeab5cedcb18c1f
Description: debug symbols for postgresql-13-powa
Build-Ids: 9fbde6807aa24768e9dc07965b2ab06d10cfec1b
Timestamp: 2024-01-04 10:04:39+00

Package: postgresql-14-pgsphere
Source: pgsphere
Version: 1.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1687
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1), postgresql-14, postgresql-14-jit-llvm (>= 16)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-14-pgsphere_1.4.2-1.pgdg+1_arm64.deb
Size: 426260
SHA256: 6d3f0dd101314edd0568fd1fb70e8479cdbef07ab51e2d74e035d0e60a9e133c
SHA1: b7ccdda4475cfd0821c2ac9e567701b17ccda19f
MD5sum: dbd1c2309b938c84d31dab62ca377ab0
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2024-01-04 10:04:39+00

Package: postgresql-14-pgsphere-dbgsym
Source: pgsphere
Version: 1.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 428
Depends: postgresql-14-pgsphere (= 1.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-14-pgsphere-dbgsym_1.4.2-1.pgdg+1_arm64.deb
Size: 369456
SHA256: 598a1c7c497d46d2e4630f7df1bdd17a515a38565c872f9fbeeda006b7b38169
SHA1: f8dfee13f640dfe61167682825e27b49974e8b9e
MD5sum: 1a5b3bc37e00c39b4d0e1b4f67f86fc7
Description: debug symbols for postgresql-14-pgsphere
Build-Ids: d09ae1edc8a1b3631a6d73bae8057fab44043ad4
Timestamp: 2024-01-04 10:04:39+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.7.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 833
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.7.1-1.pgdg+1_arm64.deb
Size: 364764
SHA256: e998f7e4422a145a03a6fa9ac867d1df149e688042f44b3388aa673f6fbdea69
SHA1: 47bbe7e4c8571334a545f917b272ade6ec3b22f9
MD5sum: ea90ef802d7a7bea1669e6045a2953c9
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-01-04 10:04:39+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 329
Depends: postgresql-14-plpgsql-check (= 2.7.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.7.1-1.pgdg+1_arm64.deb
Size: 295760
SHA256: 392274f67027a577e08ee0581bdc925a3578f0539ff6b0750dc282e97501fa2d
SHA1: 873199c6cb55640a0ad8fc224ec455fad32e1372
MD5sum: 7d0199693869d32ebcd0fede5566826a
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: 6e9867bf57896bfb17089a46864ba08dfd6a55f1
Timestamp: 2024-01-04 10:04:39+00

Package: postgresql-14-powa
Source: powa-archivist
Version: 4.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1949
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 16), postgresql-contrib-14
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-14-powa_4.2.2-1.pgdg+1_arm64.deb
Size: 55720
SHA256: e329e3231772f06d3d7cff2137b7470546380ef8979d483c9bb6e5dd1b40c730
SHA1: a5a46784c978ab90f659d743ba7c8dac79f560d4
MD5sum: ec9bce1012dc8208459eae729cab4a71
Description: PostgreSQL Workload Analyzer -- PostgreSQL 14 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2024-01-04 10:04:39+00

Package: postgresql-14-powa-dbgsym
Source: powa-archivist
Version: 4.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-14-powa (= 4.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-14-powa-dbgsym_4.2.2-1.pgdg+1_arm64.deb
Size: 32180
SHA256: 513f725ae9ee3302069f3c080bc45d29deef2eed1a545b398d47b2e9bb7ccc35
SHA1: b53ba5f5bb8c67bdf7131689b43e066e5d0d7bea
MD5sum: 2a909a3a7b830be10e7961c2eb6b390c
Description: debug symbols for postgresql-14-powa
Build-Ids: 6bb5940508aa999e369ea63280e632b4a0bd30b0
Timestamp: 2024-01-04 10:04:39+00

Package: postgresql-15-pgsphere
Source: pgsphere
Version: 1.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1687
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1), postgresql-15, postgresql-15-jit-llvm (>= 16)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-15-pgsphere_1.4.2-1.pgdg+1_arm64.deb
Size: 426616
SHA256: 86d7b1ef159d5f121be57bb38c9b04de5ad11ce91c0e2036e991c48fc283a99a
SHA1: b8c301f2a5d4f9c05cd17eafe26164882254a454
MD5sum: 3ba66076d3dc5b96d081d1aee1c31593
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2024-01-04 10:04:39+00

Package: postgresql-15-pgsphere-dbgsym
Source: pgsphere
Version: 1.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 428
Depends: postgresql-15-pgsphere (= 1.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-15-pgsphere-dbgsym_1.4.2-1.pgdg+1_arm64.deb
Size: 369424
SHA256: ac24b1306bc1e34792014fbaaced5b220ebc9d0c1e18faa2105ef9eb32c01a48
SHA1: eab9b31158ed3db143ccc7650a5c8b07c7eb05ac
MD5sum: f34b45eaa4827f7641e848d93aab6b3f
Description: debug symbols for postgresql-15-pgsphere
Build-Ids: 67e14e29a1ba8a20f0dee92749e087d13c6ae824
Timestamp: 2024-01-04 10:04:39+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.7.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 861
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.7.1-1.pgdg+1_arm64.deb
Size: 381036
SHA256: 6c6498710b594b90ca4fe23fe63a90e831f4582fcfa9f926b9b15696eeae9107
SHA1: 4492bafe85abe7dcbac61b66bb7d266a0ed91f95
MD5sum: 7aa088cfc2c6b2526713dabfedb7a40c
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-01-04 10:04:39+00

Package: postgresql-15-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 360
Depends: postgresql-15-plpgsql-check (= 2.7.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.7.1-1.pgdg+1_arm64.deb
Size: 325724
SHA256: 9029a27dd31027e68332d641a78e31d6401055efbc49c7bd6699edce58abc9c6
SHA1: 2254a8941cf02900459483cf1e5e550c12d05f24
MD5sum: 16e82b296f2e43ad850b17c76e29a518
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: 6102c3bc2a952f4ec72fe07461bdfba22f0ff4a1
Timestamp: 2024-01-04 10:04:39+00

Package: postgresql-15-powa
Source: powa-archivist
Version: 4.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1948
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 16), postgresql-contrib-15
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-15-powa_4.2.2-1.pgdg+1_arm64.deb
Size: 54984
SHA256: 83c13fea0ba04fac9845914f59590d61b5187dcf098abf091fecc8d3ba87aa9a
SHA1: 7aaa4dbece1df084e8c546cbaefdb9930382f8e8
MD5sum: a1da24cecbe3812f40d8be87ec823168
Description: PostgreSQL Workload Analyzer -- PostgreSQL 15 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2024-01-04 10:04:39+00

Package: postgresql-15-powa-dbgsym
Source: powa-archivist
Version: 4.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-15-powa (= 4.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-15-powa-dbgsym_4.2.2-1.pgdg+1_arm64.deb
Size: 35288
SHA256: 780cb90e643b705ce07e7a17b691e2d372b66647ffbd50b37eae7df6a0e29d91
SHA1: e7fdfcc5b34fe19684dd615b48a011db1c714608
MD5sum: 16b75b9189e333bebbf65948abade499
Description: debug symbols for postgresql-15-powa
Build-Ids: 089acea923b5b4bdc8a34e330d84a7b3d242bc16
Timestamp: 2024-01-04 10:04:39+00

Package: postgresql-16-pgsphere
Source: pgsphere
Version: 1.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1685
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1), postgresql-16, postgresql-16-jit-llvm (>= 16)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-16-pgsphere_1.4.2-1.pgdg+1_arm64.deb
Size: 423312
SHA256: e8c91f5cd0a5e841e7224b7782ad49f431cabe698103373b8f1335b09f51978d
SHA1: 28c06d64a2700eb08823e76a662bd5bf327c8e3b
MD5sum: b501d5cbbaeed87f3033da7b06173e6c
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2024-01-04 10:04:39+00

Package: postgresql-16-pgsphere-dbgsym
Source: pgsphere
Version: 1.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 487
Depends: postgresql-16-pgsphere (= 1.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-16-pgsphere-dbgsym_1.4.2-1.pgdg+1_arm64.deb
Size: 429644
SHA256: 83551751049ff1dac7163e1cd0bb42d160bbde6bcee56ddbed8f97de7a8f26de
SHA1: ff6a673abfd58d49376b8945c9e1a82d41eaf0ba
MD5sum: 97ddab46ee1a991b59252d46b052f146
Description: debug symbols for postgresql-16-pgsphere
Build-Ids: c66af426b4131b46365a8bfaf209cf6a1ebaa479
Timestamp: 2024-01-04 10:04:39+00

Package: postgresql-16-plpgsql-check
Source: plpgsql-check
Version: 2.7.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 860
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check_2.7.1-1.pgdg+1_arm64.deb
Size: 375560
SHA256: d2bbe19d2745b391542f258d1e959454abc4c7808316aaae80d8305dc14bdcee
SHA1: d0668f78c027bf24ee248a02a961dddf5846f650
MD5sum: 7ca9ef2db60c745cb5f255f2bd16622a
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-01-04 10:04:39+00

Package: postgresql-16-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 370
Depends: postgresql-16-plpgsql-check (= 2.7.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check-dbgsym_2.7.1-1.pgdg+1_arm64.deb
Size: 335232
SHA256: a131d7d7f8a921500385c910a31fdce9c97b3ca8e00ee986be78393e1562515a
SHA1: e01e39e5295d6c7a5dc8f6c00b038c8d427cafa3
MD5sum: 7adb8c796c3064b45dd32f8fc8de8ba6
Description: debug symbols for postgresql-16-plpgsql-check
Build-Ids: abe108297b8973b2c9a494922894e561e5e46598
Timestamp: 2024-01-04 10:04:39+00

Package: postgresql-16-powa
Source: powa-archivist
Version: 4.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1948
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 16), postgresql-contrib-16
Suggests: powa-web, powa-collector
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-16-powa_4.2.2-1.pgdg+1_arm64.deb
Size: 54508
SHA256: 8319200ea248dcaad5013727ed7e62f2ad095eb06a2f58fa8a32d374b5380d22
SHA1: 507c360a16e11e0b712318c0c427043e55c6c5fc
MD5sum: 4e7026536645def59cbf85884bc48e14
Description: PostgreSQL Workload Analyzer -- PostgreSQL 16 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2024-01-04 10:04:39+00

Package: postgresql-16-powa-dbgsym
Source: powa-archivist
Version: 4.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-16-powa (= 4.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-16-powa-dbgsym_4.2.2-1.pgdg+1_arm64.deb
Size: 36396
SHA256: eca111a0b9a1a0e625de8da03503115b210f019ad00fc9d72a0772fe3c087d3c
SHA1: baf3fdef1678a679affafd60fad96393eaf74641
MD5sum: bcfd03c92ae6615267c84e4f67577499
Description: debug symbols for postgresql-16-powa
Build-Ids: cb7705f97b947b2f4ee20b65b841fe42f4a2699b
Timestamp: 2024-01-04 10:04:39+00

Package: python3-pgq
Source: python-pgq
Version: 3.8-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: python3-skytools, python3:any
Homepage: https://github.com/pgq/python-pgq
Priority: optional
Section: python
Filename: pool/main/p/python-pgq/python3-pgq_3.8-1.pgdg+1_all.deb
Size: 31284
SHA256: 65923128fa7acf7d7b92bf61a9525d6c787c54822c4c0bd6d2d6d48282f3e627
SHA1: c68e0f73e675b42a13ed5e3cb8c97e2fe30753a6
MD5sum: 7520789d0f03728bae2a3897c6a6b8f2
Description: PgQ queue processing for Python
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the Python3 module.
Timestamp: 2024-01-04 10:04:39+00

Package: libdbd-pg-perl
Version: 3.18.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Installed-Size: 634
Depends: perl (>= 5.38.2-2), perl-dbdabi-94, perlapi-5.38.2, libc6 (>= 2.17), libpq5 (>= 9.3~), libdbi-perl, libversion-perl
Homepage: https://metacpan.org/release/DBD-Pg
Priority: optional
Section: perl
Filename: pool/main/libd/libdbd-pg-perl/libdbd-pg-perl_3.18.0-1.pgdg+2_arm64.deb
Size: 203144
SHA256: 9c7214a763a9f043a9ff342bc83ed0af3391c730b8bd57cd18d9fa88982b189b
SHA1: cb58dec5523a7730a85d7e867947f2e2769c5b63
MD5sum: 968b5f2c368f7a071842bd5e7f52993e
Description: Perl DBI driver for the PostgreSQL database server
 DBD::Pg is a Perl DBI Database Driver module that works with the DBI module to
 provide access to PostgreSQL databases. It enables you to control a PostgreSQL
 database in a Perl script.
Timestamp: 2024-01-11 14:22:33+00

Package: libdbd-pg-perl-dbgsym
Source: libdbd-pg-perl
Version: 3.18.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Installed-Size: 241
Depends: libdbd-pg-perl (= 3.18.0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/libd/libdbd-pg-perl/libdbd-pg-perl-dbgsym_3.18.0-1.pgdg+2_arm64.deb
Size: 221440
SHA256: c031f9f5869c1d00014b60a8d68fd725044340420bf770871dd1e1e4f08730eb
SHA1: e723d2281630e88649c2500714eca35ebedfdbe0
MD5sum: 59b7391bc1773121e4d871b874187dbb
Description: debug symbols for libdbd-pg-perl
Build-Ids: b5955ff2b6eaf04a8198ae9d0cf6cef523a1715a
Timestamp: 2024-01-11 14:22:33+00

Package: libpg-perl
Version: 1:2.1.1-10.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.17), libpq5
Multi-Arch: same
Priority: optional
Section: perl
Filename: pool/main/libp/libpg-perl/libpg-perl_2.1.1-10.pgdg+2_arm64.deb
Size: 31372
SHA256: 429b196a38ac7ce48cc9efeb8ad4b871e4154996ce3049f9e23b1ff53d3bbe9b
SHA1: 05f0a181ef87ae98274daf6f3414e1991f931f8b
MD5sum: c35fecf42978dc7d6e0eca32e29f8c68
Description: PostgreSQL interface for Perl
 This library enables Perl scripts to communicate with the PostgreSQL database
 backend.
 .
 This is a very old driver, newer applications should use DBI and DBD::Pg
 (libdbd-pg-perl) instead.
Timestamp: 2024-01-12 11:49:45+00

Package: libpg-perl-dbgsym
Source: libpg-perl
Version: 1:2.1.1-10.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libpg-perl (= 1:2.1.1-10.pgdg+2)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libp/libpg-perl/libpg-perl-dbgsym_2.1.1-10.pgdg+2_arm64.deb
Size: 86940
SHA256: 31a9305a37593b1474fec8881a9e9acee868ad5f0223985af0fedb3b6b0c8d24
SHA1: 4c6f5f77581f463e327c9fd3e686dc9c5f2e1037
MD5sum: dc8cff081469d8250db26b1276033c91
Description: debug symbols for libpg-perl
Build-Ids: 9df315916112fdc38c3456b982f9487b82fe611e
Timestamp: 2024-01-12 11:49:45+00

Package: libpg-query1605.0-dbgsym
Source: libpg-query
Version: 16-5.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2296
Depends: libpg-query1605.0 (= 16-5.0.0-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libp/libpg-query/libpg-query1605.0-dbgsym_16-5.0.0-1.pgdg+1_arm64.deb
Size: 2043196
SHA256: d0bd385ff1805f64be4acb93048be4992aa60c9cc986c39a7eae4a9a30de5e82
SHA1: f99011c4c036bcc82d2c77cea7b7b5b4b0e465c2
MD5sum: 4f5ad05e427bef6b2fddc0adfe330172
Description: debug symbols for libpg-query1605.0
Build-Ids: 1697696a8436e64e566a5daf24404d537ba12409
Timestamp: 2024-01-12 11:49:45+00

Package: libpg-query1605.1
Source: libpg-query
Version: 16-5.1.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2944
Depends: libc6 (>= 2.34)
Multi-Arch: same
Homepage: https://github.com/pganalyze/libpg_query
Priority: optional
Section: libs
Filename: pool/main/libp/libpg-query/libpg-query1605.1_16-5.1.0-2.pgdg+1_arm64.deb
Size: 527724
SHA256: ed6e78956e30e33cecafbc960f9d59e59b3daca7da3566d4e6c5a1ebfef2a43a
SHA1: cbdfc36787c89947234a21fc6f053c76754d9403
MD5sum: 9623c6206a6fa0ab3017c59f650cff05
Description: C library for accessing the PostgreSQL parser outside of the server environment
 This library uses the actual PostgreSQL server source to parse SQL queries and
 return the internal PostgreSQL parse tree.
Timestamp: 2024-01-12 11:49:45+00

Package: libpg-query1605.1-dbgsym
Source: libpg-query
Version: 16-5.1.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2296
Depends: libpg-query1605.1 (= 16-5.1.0-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libp/libpg-query/libpg-query1605.1-dbgsym_16-5.1.0-2.pgdg+1_arm64.deb
Size: 2042628
SHA256: 6d5ed06bc78eae5be5dbce1b1214f55e1f2a5cfae6d4202348c407e452de8a8b
SHA1: 6d9dd56cf1136dcb639099564b8e142bd4960b5a
MD5sum: 1faec2a01edec1ab620a35a914b6c138
Description: debug symbols for libpg-query1605.1
Build-Ids: 9dff4c7ecd4bfc6865e34fb33f150ce097df28d5
Timestamp: 2024-01-12 11:49:45+00

Package: libpg-query-dev
Source: libpg-query
Version: 16-5.1.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8879
Depends: libpg-query1605.1 (= 16-5.1.0-2.pgdg+1)
Multi-Arch: same
Homepage: https://github.com/pganalyze/libpg_query
Priority: optional
Section: libdevel
Filename: pool/main/libp/libpg-query/libpg-query-dev_16-5.1.0-2.pgdg+1_arm64.deb
Size: 1279664
SHA256: 0e8aea85941c832ad4ab496916eacee74863f24d64098d634cabdb171944fdca
SHA1: 8249ad02b7fb4187ec7a662836321246c998b218
MD5sum: f08658781c0f3a524f449f4e4ca033bf
Description: C library for accessing the PostgreSQL parser outside of the server environment
 This library uses the actual PostgreSQL server source to parse SQL queries and
 return the internal PostgreSQL parse tree.
Timestamp: 2024-01-12 11:49:45+00

Package: pgcopydb
Version: 0.15-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 964
Depends: postgresql-client, libc6 (>= 2.34), libpq5 (>= 9.2~beta3), libsqlite3-0 (>= 3.7.15)
Homepage: https://github.com/dimitri/pgcopydb
Priority: optional
Section: database
Filename: pool/main/p/pgcopydb/pgcopydb_0.15-1.pgdg+1_arm64.deb
Size: 298628
SHA256: d671efb990e78fe5b11ccc7cc09869f930b2d316abbe7919d3a710dfa0d3cde0
SHA1: a57254a896b6c173552fd2519148418f73dfea73
MD5sum: f28a79fc783bf06578e5dc0a76bc56d5
Description: Copy an entire PostgreSQL database from source to target
 This tool copies an entire PostgreSQL database from source to target. It
 implements `pg_dump | pg_restore` on steroids, including advanced concurrency
 tricks to make the operation faster.
Timestamp: 2024-01-12 11:49:45+00

Package: pgcopydb-dbgsym
Source: pgcopydb
Version: 0.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 589
Depends: pgcopydb (= 0.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgcopydb/pgcopydb-dbgsym_0.15-1.pgdg+1_arm64.deb
Size: 530964
SHA256: baa932667348f7d8e27738a9c0261b0e19cc05e34d6bb92e8c72f3f06fbfe910
SHA1: ae3f5b32c147c07707a35bb1c24f5cfda0a373cc
MD5sum: 2721513fe8a512607af8f754dc579e54
Description: debug symbols for pgcopydb
Build-Ids: 795b3e09ef38f02738fa81cb6160ed43d3ec7e1d
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-10-decoderbufs
Source: postgres-decoderbufs
Version: 2.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-10, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs_2.5.0-1.pgdg+1_arm64.deb
Size: 14284
SHA256: f7a637010744c024967d80f47d7daa979e8df7457153d548cc6a8be538836f1d
SHA1: 78aeabf74d690e493374cba2b7f14f4be4582995
MD5sum: 0249b520e91fe918f46de7222daa3370
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-10-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-10-decoderbufs (= 2.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs-dbgsym_2.5.0-1.pgdg+1_arm64.deb
Size: 37664
SHA256: cff4649107b89bd45c12b51fb994252fee927b6ca3bd364f7812bc8adb174f3d
SHA1: 3b987ca1ba4329d7e114adb80cfa23ab611c3858
MD5sum: 92c5abb5d6c9dd27e9952a646f1c87f8
Description: debug symbols for postgresql-10-decoderbufs
Build-Ids: 589fa82a721000eee0cbd567ed5c60aca342ff71
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-10-q3c
Source: postgresql-q3c
Version: 2.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2595
Depends: postgresql-10, libc6 (>= 2.29)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-10-q3c_2.0.1-1.pgdg+1_arm64.deb
Size: 79540
SHA256: 42276b8dc1df86b33b4136494bfc1f525d8e89d06f522a24ae634187968d96a6
SHA1: 750dbc55acd072b5c938b5d6bd0e0358b9f73f40
MD5sum: 6b5d448a24920948f3f7b0929bbc3c9e
Description: PostgreSQL 10 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-10-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-10-q3c (= 2.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-10-q3c-dbgsym_2.0.1-1.pgdg+1_arm64.deb
Size: 76028
SHA256: 5908cc63ff45bb5b5f0dd51d608d45c0b303307e40cfbbc6805d6e42083d1ea9
SHA1: c1a4a1e33af725d6ad446013bdf180e82741bb30
MD5sum: b892baa8d5216c181f4dba56df717875
Description: debug symbols for postgresql-10-q3c
Build-Ids: daece2693eac44538cb2886fd4ad9ce14cb4d4ff
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-11-decoderbufs
Source: postgres-decoderbufs
Version: 2.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-11, postgresql-11-jit-llvm (>= 15), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs_2.5.0-1.pgdg+1_arm64.deb
Size: 43868
SHA256: 3112cc1bd10c849a27e6a6ad67637f5c0b13af5f99b029bbe68dc3ac48a048c7
SHA1: d95f1e397d6b675795c86e0d3584cd5f5ed99e8a
MD5sum: c03f558f90db3c31f6c307f391c46880
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-11-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-11-decoderbufs (= 2.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs-dbgsym_2.5.0-1.pgdg+1_arm64.deb
Size: 38188
SHA256: cb59332e98ac0812a4ad8205f34da833a45bf863655133c82a06a0a6798e3c32
SHA1: c26c06f1802194ac35cfb097174e7a5fd2ab7d23
MD5sum: 1b7bb19b9c9dc7e603a110d6c40de1ed
Description: debug symbols for postgresql-11-decoderbufs
Build-Ids: 8db334b75bbe1af429efb29f39772cd47f6659bd
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-11-orafce
Source: orafce
Version: 4.9.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1261
Depends: postgresql-11, postgresql-11-jit-llvm (>= 15), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_4.9.0-1.pgdg+1_arm64.deb
Size: 404164
SHA256: 04beb620010c0bbf9d8021349f2b62d30cb69d99e3b651744b7fd21718c74f58
SHA1: d3a5d7f3dfd7d4bf68a447fc0c6eb4c64b5ccb7d
MD5sum: b871c5c8e959994bf126465c2b4ada42
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 4.9.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 323
Depends: postgresql-11-orafce (= 4.9.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_4.9.0-1.pgdg+1_arm64.deb
Size: 271016
SHA256: b6f4ee3ce83233948cd8d095abfa1786d1554d83ca43e4145dcb38d254f58bb0
SHA1: c4b0204e4b5cffc213b776428b503f3ea68cd91d
MD5sum: 11fa73d96747bb719ac79b3192a67448
Description: debug symbols for postgresql-11-orafce
Build-Ids: b33e0f316edc6cac0892e3525f526a117621280c
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-11-q3c
Source: postgresql-q3c
Version: 2.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3489
Depends: postgresql-11, postgresql-11-jit-llvm (>= 15), libc6 (>= 2.29)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-11-q3c_2.0.1-1.pgdg+1_arm64.deb
Size: 164672
SHA256: 789e2f69e1f5d1aed9625da0597641d4749da7d830c127d577963b6270e66e2f
SHA1: 777a02f58b7c74aa328fb7ab13da2a79c7455f87
MD5sum: 5168c11200b591022f12a6da64233876
Description: PostgreSQL 11 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-11-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: postgresql-11-q3c (= 2.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-11-q3c-dbgsym_2.0.1-1.pgdg+1_arm64.deb
Size: 82868
SHA256: a1d5822c1724b823bd8e1f6ad3a15f4b05049897cc066560cdf0122bca96ded2
SHA1: 631f9cd08ddcbe29e7b64817bdd397f91ec001b4
MD5sum: 789821c93f16c0902d66f59192d0967c
Description: debug symbols for postgresql-11-q3c
Build-Ids: 3ed422f1f43b835f5954282bc117acad8c702df5
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-12-age
Version: 1.5.0~rc0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2040
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/apache/age
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12-age/postgresql-12-age_1.5.0~rc0-1.pgdg+1_arm64.deb
Size: 765676
SHA256: bdad30fd791c695ea776283f489fb4514977d6f24e58282bf2c646d76f42176d
SHA1: 992d40cbbfbcd559395d3c875f0eaecb7726bcad
MD5sum: 64b65f768286d8c04d77082f5c9927cb
Description: Graph database optimized for fast analysis and real-time data processing
 Apache AGE is an extension for PostgreSQL that enables users to leverage a
 graph database on top of the existing relational databases. AGE is an acronym
 for A Graph Extension and is inspired by Bitnine's AgensGraph, a multi-model
 database fork of PostgreSQL. The basic principle of the project is to create a
 single storage that handles both the relational and graph data model so that
 the users can use the standard ANSI SQL along with openCypher, one of the most
 popular graph query languages today.
 .
 This package contains Apache AGE for PostgreSQL 12.
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-12-age-dbgsym
Source: postgresql-12-age
Version: 1.5.0~rc0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 663
Depends: postgresql-12-age (= 1.5.0~rc0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12-age/postgresql-12-age-dbgsym_1.5.0~rc0-1.pgdg+1_arm64.deb
Size: 600364
SHA256: 762bb47004573b00ae7270b9e8c123d39b39756b9089fabb5d7c81178fb7968b
SHA1: 8f73b8f004f972b394a238346cc5615601617b87
MD5sum: 93f2ad6be2896f75bb72a6af85f90bdc
Description: debug symbols for postgresql-12-age
Build-Ids: 6e81cb389b64321084b9b4b92f7d4f8c1a04dde4
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-12-decoderbufs
Source: postgres-decoderbufs
Version: 2.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs_2.5.0-1.pgdg+1_arm64.deb
Size: 43756
SHA256: 7a043a00fe5fc57acb872b4daa7acd0bb8d444bf9b556f1b604376f5aaf42dee
SHA1: 064240a6ce5380eabf19083e0d8594a7685de74a
MD5sum: c2afb9492b5d9f6674cf676640a4baf8
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-12-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-12-decoderbufs (= 2.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs-dbgsym_2.5.0-1.pgdg+1_arm64.deb
Size: 38820
SHA256: 8f5a1d507afd0d27055720433fb48086f02bef81a02471b55ac1ea43a62f92ee
SHA1: 6af68638a3dc909cf686c9c1861c710a693f9e07
MD5sum: f770103ba61a7a3f711c22f87576a743
Description: debug symbols for postgresql-12-decoderbufs
Build-Ids: 3f70346458f521ac0d6c08b558a4755a495a327b
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-12-orafce
Source: orafce
Version: 4.9.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1269
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_4.9.0-1.pgdg+1_arm64.deb
Size: 399868
SHA256: 898879bceac485debb7ef2f00c53696eeeee170023016b2344b130861a3cc898
SHA1: edf620299014cd053e7a4c03be4bdd4366db00d8
MD5sum: ff4b3c924c1ee6dc52299f3daef86d64
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 4.9.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 328
Depends: postgresql-12-orafce (= 4.9.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_4.9.0-1.pgdg+1_arm64.deb
Size: 276904
SHA256: 185fd74c99d81ae525ba7d7c01d2479e4218c33a4b70c313684b2e686ccdd009
SHA1: 411801c14fa5bbc7ed7c04f64648dcc5857b8daf
MD5sum: 7f4d74c5658a570ac2ed941263e8675c
Description: debug symbols for postgresql-12-orafce
Build-Ids: 73f465a11f845789a27311e8369458e13ee35fe8
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 2.7.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 818
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_2.7.2-1.pgdg+1_arm64.deb
Size: 354176
SHA256: 871d01e2ccda98d8030e1db53c3b4bff9f60798dc132da04674eade0fdc0de53
SHA1: 1fafbdb67cad731edbed1fbf4f7fae3f19f23817
MD5sum: fca16e78b79dc05d01b625f21f4435ac
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 298
Depends: postgresql-12-plpgsql-check (= 2.7.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_2.7.2-1.pgdg+1_arm64.deb
Size: 266200
SHA256: 332ae4e000bd3a18d72722d11fb5f977427a25faf906a31000eabc9ae4103c02
SHA1: fc00bfcc1a10278739271b4ded2ac532dad18895
MD5sum: c4d21ea07ab22e2d163f3b8dbea390bd
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: f9b9328304d9fd1638f47f20d825d3a47f0d9a3e
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-12-q3c
Source: postgresql-q3c
Version: 2.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3492
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.29)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-12-q3c_2.0.1-1.pgdg+1_arm64.deb
Size: 164620
SHA256: 29d77db74fc4eeea71adf8d4b82ade416a1b09d10f4261469012a0988663b0f0
SHA1: 2c40ab0b069307175acdd22522c42dc4e092cdd8
MD5sum: e1aa2156dc1028003141140c9422347a
Description: PostgreSQL 12 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-12-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-12-q3c (= 2.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-12-q3c-dbgsym_2.0.1-1.pgdg+1_arm64.deb
Size: 84476
SHA256: cc718d7902eeda67798f29b9db74e23e883a3cec252a3fdfeaaec8ddf89b755b
SHA1: 9048d9560c02c732fadb7a92615a987c0a791d42
MD5sum: 6e699b0bb65c46923c849bc66fd00937
Description: debug symbols for postgresql-12-q3c
Build-Ids: 6a158b8a7e232352f41d1a03a52d8263939f8d42
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-13-age
Version: 1.5.0~rc0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2038
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/apache/age
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13-age/postgresql-13-age_1.5.0~rc0-1.pgdg+1_arm64.deb
Size: 770992
SHA256: a7470c587348815714e42814dc96e4c194a9fd2307b1b0331134bc947ab01923
SHA1: 79b2ee40ac2888784ef3bdccca3e2f8369ad3053
MD5sum: 463200161392c12ca3d45584e3e5b6f9
Description: Graph database optimized for fast analysis and real-time data processing
 Apache AGE is an extension for PostgreSQL that enables users to leverage a
 graph database on top of the existing relational databases. AGE is an acronym
 for A Graph Extension and is inspired by Bitnine's AgensGraph, a multi-model
 database fork of PostgreSQL. The basic principle of the project is to create a
 single storage that handles both the relational and graph data model so that
 the users can use the standard ANSI SQL along with openCypher, one of the most
 popular graph query languages today.
 .
 This package contains Apache AGE for PostgreSQL 13.
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-13-age-dbgsym
Source: postgresql-13-age
Version: 1.5.0~rc0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 705
Depends: postgresql-13-age (= 1.5.0~rc0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13-age/postgresql-13-age-dbgsym_1.5.0~rc0-1.pgdg+1_arm64.deb
Size: 641208
SHA256: e6419d3e32c4b232402ab22983e66eaa6a04f693824a22ef5066855b2fef52f9
SHA1: 5ab073d3dbebc95b7336ed1af7b76206e628f953
MD5sum: 5d3a8b4b32e114e6766ecac3a780b0ec
Description: debug symbols for postgresql-13-age
Build-Ids: 24d1ed9d3071987856acb5b7c2db9b05410e6b49
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-13-decoderbufs
Source: postgres-decoderbufs
Version: 2.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs_2.5.0-1.pgdg+1_arm64.deb
Size: 44060
SHA256: 928472e55c02655f1c6a3041dfc863ef199cfb07b7095ce1b203f9ec0e1efc68
SHA1: d5c72cdf1e0bce7fdfa438cbefbf75139f886f3d
MD5sum: 854dff073a5556d7e586032775a9deab
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-13-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-13-decoderbufs (= 2.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs-dbgsym_2.5.0-1.pgdg+1_arm64.deb
Size: 39912
SHA256: 8b48d2f8106dd994e25c6b61ebd5e1b22757f1de36c70c0f3ba70bb734e12480
SHA1: 74f21f58acd1a5d5158e23c110199dd8656f08c7
MD5sum: c740021fd49342b9c606a8af90785c70
Description: debug symbols for postgresql-13-decoderbufs
Build-Ids: 8fbea598f74d0fc1b767cc25b42441a7f1d8553a
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-13-orafce
Source: orafce
Version: 4.9.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1265
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_4.9.0-1.pgdg+1_arm64.deb
Size: 399244
SHA256: 091316ed07fc4c0b7e571891dccb3fe2bd101c7302f7b84f34bd6fec4c3acfb3
SHA1: c43d6733005991c40e18264d25b242b781a64dcd
MD5sum: cac85248cffbb9fccc750bbbfa8fe3ee
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 4.9.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 334
Depends: postgresql-13-orafce (= 4.9.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_4.9.0-1.pgdg+1_arm64.deb
Size: 282292
SHA256: c9cc65f8cca97ac7ca3ae8724d15a896adeeb39622311e1311b948c1bf37f0cb
SHA1: f0e735e600735c3790b6a9f8df7af1ecce5b96a5
MD5sum: 3e8b526535c18cfbc81a02fa7b71e1e1
Description: debug symbols for postgresql-13-orafce
Build-Ids: ed0853894107dd912b2efafb92f355ab842274de
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 2.7.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 823
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_2.7.2-1.pgdg+1_arm64.deb
Size: 359612
SHA256: d1c2d74518c7ba338d1a9327a0e74e3cfa214a37454b50684f6f9712386aa7c8
SHA1: 12b131e9c345580e29c90297908ce0a38a926cca
MD5sum: 66cc24fe432b42fec52109be2dd39e6b
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 321
Depends: postgresql-13-plpgsql-check (= 2.7.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_2.7.2-1.pgdg+1_arm64.deb
Size: 288380
SHA256: 76967905683ab3fd866d6bc9f04bdadabb8d236e69dccdb6a5dc7ce193dc63a1
SHA1: cf70fbbd28c01e2161ece2dd93349baff7868c05
MD5sum: baab1eda5af9a296cce4093e23df96fe
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: a04d82d0f4f1a89d55b320e724bc261a61231a2e
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-13-q3c
Source: postgresql-q3c
Version: 2.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3492
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.29)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-13-q3c_2.0.1-1.pgdg+1_arm64.deb
Size: 146920
SHA256: 83c68aa1298b94f76edf5edfa704c7f558f5dc086d5213e891a71165bcf387a6
SHA1: 96976f2c731bd6c5d6024a0348a0a4f42f84c03b
MD5sum: 27433f2759b2f2ce10ea747635a65076
Description: PostgreSQL 13 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-13-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-13-q3c (= 2.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-13-q3c-dbgsym_2.0.1-1.pgdg+1_arm64.deb
Size: 83696
SHA256: d51ee8d8d5d581260dc5ad494c64bf5235a258a4f930f1a36003101672cea4c7
SHA1: 94774b2c8c58903fa3b63fb53fa14b457dee43f7
MD5sum: 02e6289e6fb87e9414641bed666094d6
Description: debug symbols for postgresql-13-q3c
Build-Ids: b544b8d2fa2641d565c37bdf2f1ffce6d90ccaf1
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-14-age
Version: 1.5.0~rc0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2064
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/apache/age
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14-age/postgresql-14-age_1.5.0~rc0-1.pgdg+1_arm64.deb
Size: 780484
SHA256: b49dbd5de4d3c8f16a53270d98f586d82bf29011922dc0480e629c486739937c
SHA1: 9c927f5059456cb10bd879c5af5eccab7c498f90
MD5sum: 22d06b6421f2c3ceca668e229e481324
Description: Graph database optimized for fast analysis and real-time data processing
 Apache AGE is an extension for PostgreSQL that enables users to leverage a
 graph database on top of the existing relational databases. AGE is an acronym
 for A Graph Extension and is inspired by Bitnine's AgensGraph, a multi-model
 database fork of PostgreSQL. The basic principle of the project is to create a
 single storage that handles both the relational and graph data model so that
 the users can use the standard ANSI SQL along with openCypher, one of the most
 popular graph query languages today.
 .
 This package contains Apache AGE for PostgreSQL 14.
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-14-age-dbgsym
Source: postgresql-14-age
Version: 1.5.0~rc0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 711
Depends: postgresql-14-age (= 1.5.0~rc0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14-age/postgresql-14-age-dbgsym_1.5.0~rc0-1.pgdg+1_arm64.deb
Size: 646476
SHA256: cf21bf992baaaa240e0032377db094bff40bff23cf166d85652a347e4e26d53f
SHA1: 9dae4d109b13dad624bf5d87197cf5f0ccc237da
MD5sum: 6de4c604af7c2c72c5f06cbb5fede7d7
Description: debug symbols for postgresql-14-age
Build-Ids: 0f7981bbb9c8ca2d277691f6585d8ab29e9318f0
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-14-decoderbufs
Source: postgres-decoderbufs
Version: 2.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs_2.5.0-1.pgdg+1_arm64.deb
Size: 44380
SHA256: 0accf1d46bf9723bca90f46e44c89e37c629ddbf3e579f85c158ecebc95bc1a2
SHA1: d9937bc4208ac298fd00dab9afd61cc0e5af2da7
MD5sum: 67b965aa2f7eca3bb83b136ec56bf009
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-14-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-14-decoderbufs (= 2.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs-dbgsym_2.5.0-1.pgdg+1_arm64.deb
Size: 41216
SHA256: 946d9e1279e671a967f7561031aae76820ce294e8df36519b85d70ade67ee700
SHA1: 53a6410e41eaa50db4f1932379838ba1da6d95ad
MD5sum: 8089a06540b379c22eb576675d2908c4
Description: debug symbols for postgresql-14-decoderbufs
Build-Ids: fc7f779206ec284664c77a92097d52d7177e2a44
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-14-orafce
Source: orafce
Version: 4.9.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1275
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_4.9.0-1.pgdg+1_arm64.deb
Size: 401784
SHA256: 91091a4880ba3b4a5ee0489461bc7c439cec41fa72990802a90af8170851f43f
SHA1: adc8fef3df95356133bb8ae03b668ba83e79271c
MD5sum: e44f112150900a836b6be3cf23437ccd
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 4.9.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 340
Depends: postgresql-14-orafce (= 4.9.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_4.9.0-1.pgdg+1_arm64.deb
Size: 288544
SHA256: 340bae5077d46fe426ce4c7f368beef08a80ed467f96be4da406329436da0cb6
SHA1: dfecfa59ea7e9828cc315efc3b2a49058129ceef
MD5sum: 83190a7ddb331498844679155d72b285
Description: debug symbols for postgresql-14-orafce
Build-Ids: 954b73fe05abbe275b3386c74e7f77d6a939beb7
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.7.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 834
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.7.2-1.pgdg+1_arm64.deb
Size: 365256
SHA256: e0470d8c4df0a91b8b3bc1d02d5ce45492ed4aaf05e46d63b040726402b57a00
SHA1: 31df46f191387f5f0a0d70248c157a00a29f5998
MD5sum: e5afb67ff33639d1cdd7b7e0a2112619
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 330
Depends: postgresql-14-plpgsql-check (= 2.7.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.7.2-1.pgdg+1_arm64.deb
Size: 296028
SHA256: 6ba7197c5eb8e450a54ce78b2e39e9a38b77a34027e86dd3128acc956c0723e9
SHA1: 42f892a4f865976274fb482b64f1bbb6fb774c7c
MD5sum: f22fb35b29cbd5335ec8e0adc8bee4bf
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: b07480b2060c9110d6b29ace3eb403f8aa1f5e34
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-14-q3c
Source: postgresql-q3c
Version: 2.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3493
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.29)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-14-q3c_2.0.1-1.pgdg+1_arm64.deb
Size: 166184
SHA256: c159ac6aa8d0eb854e82add7ecf477c7c2c74e5c253d4331ee95399552610924
SHA1: 7ca43c122c529419a6b249d2964f078fa96e4209
MD5sum: da637ec9d2216851feafe61b726a1263
Description: PostgreSQL 14 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-14-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: postgresql-14-q3c (= 2.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-14-q3c-dbgsym_2.0.1-1.pgdg+1_arm64.deb
Size: 84636
SHA256: bf987666bc4ad25c58b8b88e80e1b8ac58f7082fa9549bca04305d27bb668c99
SHA1: 27d1064e7474a096d5f7ae67529b51d9d49b5083
MD5sum: 80a501697f8359833c5a16e7b9ddfcb1
Description: debug symbols for postgresql-14-q3c
Build-Ids: e189fa4e02452a7973bb34eb5c82845b5b6bc700
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-15-age
Version: 1.5.0~rc0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2062
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/apache/age
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15-age/postgresql-15-age_1.5.0~rc0-1.pgdg+1_arm64.deb
Size: 776744
SHA256: 26ccad9c4c525325d392272b7daa8796fd3b39bc57910cd920926368f72499a6
SHA1: c17529103e6166105f5ff04779be3940ca2c4336
MD5sum: 79ccdf8e46cd3e34c9ff93996625a234
Description: Graph database optimized for fast analysis and real-time data processing
 Apache AGE is an extension for PostgreSQL that enables users to leverage a
 graph database on top of the existing relational databases. AGE is an acronym
 for A Graph Extension and is inspired by Bitnine's AgensGraph, a multi-model
 database fork of PostgreSQL. The basic principle of the project is to create a
 single storage that handles both the relational and graph data model so that
 the users can use the standard ANSI SQL along with openCypher, one of the most
 popular graph query languages today.
 .
 This package contains Apache AGE for PostgreSQL 15.
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-15-age-dbgsym
Source: postgresql-15-age
Version: 1.5.0~rc0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 702
Depends: postgresql-15-age (= 1.5.0~rc0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15-age/postgresql-15-age-dbgsym_1.5.0~rc0-1.pgdg+1_arm64.deb
Size: 638304
SHA256: 225680c037d516f774190041edee4220096ad778a6ecdfd82b4da682e451f86e
SHA1: e4a1f4ae1df329f69165ab534ef23c08878b2784
MD5sum: 953b2b3c8609795d2a21b52d3340ed19
Description: debug symbols for postgresql-15-age
Build-Ids: f018d08d443770291f88536b5098c7e014a360c5
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-15-decoderbufs
Source: postgres-decoderbufs
Version: 2.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs_2.5.0-1.pgdg+1_arm64.deb
Size: 46664
SHA256: 882cc0e3d295c2406793f346333455a2ee221709f12e8d06f4b36bc99cc0205e
SHA1: 29ad69c3dc21189a33ef3b8f4ccf36886798af46
MD5sum: 5aeecf8a699caec3c58428fb8e59e0a9
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-15-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-15-decoderbufs (= 2.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs-dbgsym_2.5.0-1.pgdg+1_arm64.deb
Size: 51840
SHA256: c1138ead4938d907f7f9bc9d6b00fb5fe29773a2ce6f4651d6711673e6cfe232
SHA1: 961d47012accaddfd6390fc674ecf6b2db22e211
MD5sum: 1e8aec930ace7d63bc7025f4079369dd
Description: debug symbols for postgresql-15-decoderbufs
Build-Ids: cd073e0da2d20da2804d83f0edda2ec8ed505e60
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-15-orafce
Source: orafce
Version: 4.9.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1276
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-15-orafce_4.9.0-1.pgdg+1_arm64.deb
Size: 401820
SHA256: 39435c7e09cbd5e8f7790191a811e693e1c18f8c83ff624691b0aad4551ba28e
SHA1: ad370b4e9c1862df63c00623d7dccc6def88302f
MD5sum: 9d13edabb25693c187b164115ce75ee6
Description: Oracle support functions for PostgreSQL 15
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-15-orafce-dbgsym
Source: orafce
Version: 4.9.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 341
Depends: postgresql-15-orafce (= 4.9.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-15-orafce-dbgsym_4.9.0-1.pgdg+1_arm64.deb
Size: 289920
SHA256: 0de477ca8404c3c5784905dee01f0d38552c77639ccf050506205ea2ed28974c
SHA1: 1e0019c9b807a90e75fbf246ffe3100ffbc4070b
MD5sum: c2ca78895a2eba1ca00714b2c41c37e5
Description: debug symbols for postgresql-15-orafce
Build-Ids: 18ebcfa3cc447df17f35df3ee8bd73fcc96acb69
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.7.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 862
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.7.2-1.pgdg+1_arm64.deb
Size: 381540
SHA256: 8bdae4a3a81cddce62f3bb0597f8a9370c87852c20d12226c2862df6a7d9e60b
SHA1: 35a3611e2a25e7afd4acffef82d9b94c1ca71b38
MD5sum: 6dd60e0d5c664bf26edbfc0620155dbc
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-15-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 361
Depends: postgresql-15-plpgsql-check (= 2.7.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.7.2-1.pgdg+1_arm64.deb
Size: 326232
SHA256: f7b5fb0b983c03410cc22b03ee141dff5b0782f71451c86046b6c923a0d69d15
SHA1: 3547f5017491b08bd22adf9555682105d45b09d5
MD5sum: 5eabc8811a0476d78204569e062b3ead
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: e35817564a8a899fddb8c6298cc6bd9ee636ea5e
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-15-q3c
Source: postgresql-q3c
Version: 2.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3495
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.29)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-15-q3c_2.0.1-1.pgdg+1_arm64.deb
Size: 160324
SHA256: ea9a121e03aa98cbb4db5683f4f3910fd4fd7de02a957537b6da0ea68a251564
SHA1: 2981785a6e29cd64e626e355805d989339c5f47b
MD5sum: def2439bdf0dc3731b7a5502c28a5af2
Description: PostgreSQL 15 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-15-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-15-q3c (= 2.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-15-q3c-dbgsym_2.0.1-1.pgdg+1_arm64.deb
Size: 90344
SHA256: 4fc00e8e2b9841888b8e224c471dbe40d17117384f881cb5af1f69f3e54aa8c1
SHA1: e7775c6c0ceb3bfc14dc06c1174e2a354b38e973
MD5sum: 89c1a82581f5e358ac4efad4b8439059
Description: debug symbols for postgresql-15-q3c
Build-Ids: 473ef17039e2e02048e173f51934fe1e20299314
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-16-age
Version: 1.5.0~rc0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2065
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/apache/age
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16-age/postgresql-16-age_1.5.0~rc0-1.pgdg+1_arm64.deb
Size: 771732
SHA256: 89c4dffd7787de5f4f02fba42207e6bc9a268ec8a10f635f5edbfd7e88da30b9
SHA1: cc9b653b1f7754515307a3dd968541449b0088dd
MD5sum: 585358f4e69e1f77d1410fd6bb51351c
Description: Graph database optimized for fast analysis and real-time data processing
 Apache AGE is an extension for PostgreSQL that enables users to leverage a
 graph database on top of the existing relational databases. AGE is an acronym
 for A Graph Extension and is inspired by Bitnine's AgensGraph, a multi-model
 database fork of PostgreSQL. The basic principle of the project is to create a
 single storage that handles both the relational and graph data model so that
 the users can use the standard ANSI SQL along with openCypher, one of the most
 popular graph query languages today.
 .
 This package contains Apache AGE for PostgreSQL 16.
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-16-age-dbgsym
Source: postgresql-16-age
Version: 1.5.0~rc0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 755
Depends: postgresql-16-age (= 1.5.0~rc0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16-age/postgresql-16-age-dbgsym_1.5.0~rc0-1.pgdg+1_arm64.deb
Size: 692416
SHA256: 1fc604d28f4b9f1b359e1c681c0291842825bc55dacfbc0773cbfbffc6c8a85a
SHA1: 8bc237def4fe294e5bc3b7c4daff93e905812a8a
MD5sum: 0ce2531901acd70d98f6eb2efba1b413
Description: debug symbols for postgresql-16-age
Build-Ids: e6a8069249d34fd7952f9255b241455b6128d99c
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-16-decoderbufs
Source: postgres-decoderbufs
Version: 2.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-16-decoderbufs_2.5.0-1.pgdg+1_arm64.deb
Size: 46140
SHA256: 00ca705a85117141a41e7f23c1751c6627b52176a99ee3fe754abbfcc909e694
SHA1: ac1bcfc0a3d21484ada18c11db435dd647105ad8
MD5sum: 143b63d54eb09209a6f7cca13069517e
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-16-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-16-decoderbufs (= 2.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-16-decoderbufs-dbgsym_2.5.0-1.pgdg+1_arm64.deb
Size: 53676
SHA256: f456c3fe47fc7c8b0b9b2cd89f27618a51cccd044f17e32649d7908075566c0d
SHA1: cd3a41b03d42148ec2c4a806ad1a34a298133d0c
MD5sum: 14f089398af34a8a6d8e776d55c4944f
Description: debug symbols for postgresql-16-decoderbufs
Build-Ids: 14dd458aedf663345b50d7dd16ab917189311c67
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-16-orafce
Source: orafce
Version: 4.9.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1204
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-16-orafce_4.9.0-1.pgdg+1_arm64.deb
Size: 395052
SHA256: 6fd81bb55e38568d66c8fbee8a3ca0bf1455b4bbf34d97c4e31ef7cb17ce9f62
SHA1: b440ea10d639484901672361242438a5386d06d2
MD5sum: ab52b4a69abc543751f9ab3a9a8c0162
Description: Oracle support functions for PostgreSQL 16
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-16-orafce-dbgsym
Source: orafce
Version: 4.9.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 357
Depends: postgresql-16-orafce (= 4.9.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-16-orafce-dbgsym_4.9.0-1.pgdg+1_arm64.deb
Size: 307612
SHA256: db992af655ea83098fe5625c60d98507ea2587a8453dcf1bf6684832c1741546
SHA1: 995e8f194ced20d05b396f5e1e4ccb30549f529c
MD5sum: f0360521d24c97fb48aea8aeda025894
Description: debug symbols for postgresql-16-orafce
Build-Ids: cbc397dd70c550316e227a6f1bba4bc3b8f57f12
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-16-plpgsql-check
Source: plpgsql-check
Version: 2.7.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 861
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check_2.7.2-1.pgdg+1_arm64.deb
Size: 375620
SHA256: bf401222f5a34699eda8b6f7dabd75d2ad0788d086670f28842b8273b17ad850
SHA1: ed6be57f97be2ed9ebe68096984edcebf3610a52
MD5sum: f282216cb58654adc05a3fe95ec71390
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-16-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 369
Depends: postgresql-16-plpgsql-check (= 2.7.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check-dbgsym_2.7.2-1.pgdg+1_arm64.deb
Size: 334284
SHA256: 1e1826804b623ef369980654e180c2749031690c6af4ffc9c63bd22a88d866b5
SHA1: 49aff2eae96ae4a0f5ebf9da4002398db12002d5
MD5sum: 9b7c23b752bfcfd87e0fac714e03b504
Description: debug symbols for postgresql-16-plpgsql-check
Build-Ids: 15e88aac4102a8e511fffa831ae7b7119aa0dfa4
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-16-q3c
Source: postgresql-q3c
Version: 2.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3495
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.29)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-16-q3c_2.0.1-1.pgdg+1_arm64.deb
Size: 165160
SHA256: 3ab9ac53a491c9126d65d9ac4bfb9eed222bad1c0f44f0ec70cfe3a15ade6f6b
SHA1: cdfe709877630f3c7b0a42f97bbe5b075dbfe7b1
MD5sum: 0478a34684f08e3b8fcc8019e782efaf
Description: PostgreSQL 16 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2024-01-12 11:49:45+00

Package: postgresql-16-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-16-q3c (= 2.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-16-q3c-dbgsym_2.0.1-1.pgdg+1_arm64.deb
Size: 98132
SHA256: fa3842d102d9cd20b4fbfed3f91baf144a4f76df73eaf98e7cecc7e48954823d
SHA1: 70d965a2dda7be8f0738beb3a97222ac478f3619
MD5sum: 5c0c5e50b2f126c79f73bbf9eddf6edc
Description: debug symbols for postgresql-16-q3c
Build-Ids: f8660c2f042c0fc03bc973b644f9503e09f36a8b
Timestamp: 2024-01-12 11:49:45+00

Package: python3-pglast
Source: pglast
Version: 6.0~dev1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1841
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3-pkg-resources, python3:any, libc6 (>= 2.17), libpg-query1605.1
Suggests: python-pglast-doc
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: python
Filename: pool/main/p/pglast/python3-pglast_6.0~dev1-1.pgdg+1_arm64.deb
Size: 403108
SHA256: 6ec09899bc36375c93536c5b440ad2e1d23ee363fd746353908b6137bd855754
SHA1: 6721c2fec4da71dd75a327e5e3b4323724b87fa5
MD5sum: b707f3cbfb24f8f193b0ef7cd2b79d1a
Description: PostgreSQL Languages AST and statements prettifier (Python 3)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This package installs the library for Python 3.
Timestamp: 2024-01-12 11:49:45+00

Package: python3-pglast-dbgsym
Source: pglast
Version: 6.0~dev1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2909
Depends: python3-pglast (= 6.0~dev1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglast/python3-pglast-dbgsym_6.0~dev1-1.pgdg+1_arm64.deb
Size: 2828376
SHA256: 5a428ce67ea64278fa9b20f940b70aafa0af027a64e533bf51221a8b08723d88
SHA1: 8a16d6c2393701cde03fd3e0fe41a6f9b74c9d7e
MD5sum: 58c3861166049b437e1e3eef23924b1e
Description: debug symbols for python3-pglast
Build-Ids: 85d779ba8fda47425e0da131d3923ec6453596d8 94beb0eb134e329a453559688a8a84f4b54b5ef4
Timestamp: 2024-01-12 11:49:45+00

Package: python-pglast-doc
Source: pglast
Version: 6.0~dev1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3824
Depends: libjs-sphinxdoc (>= 7.2.2)
Multi-Arch: foreign
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: doc
Filename: pool/main/p/pglast/python-pglast-doc_6.0~dev1-1.pgdg+1_all.deb
Size: 278380
SHA256: e2372100e1d06ad1878c00a7b9a00ff634f38cc9d3d007fe0ecb2fdb750a4858
SHA1: 8b608f84eb8e5e3fc1667f044e2cfe3a3142baff
MD5sum: 2cd3689c2573ed7c43c62bd44d3be022
Description: PostgreSQL Languages AST and statements prettifier (common documentation)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This is the common documentation package.
Timestamp: 2024-01-12 11:49:45+00

Package: libecpg-compat3
Source: postgresql-10
Version: 10.23-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg-compat3_10.23-2.pgdg+2_arm64.deb
Size: 18368
SHA256: a059047a776f8433606da5fd0261e05306bc6850202cb45118ce0692562d59b4
SHA1: f896730ba55a75af4911b53cc75b377fa6374735
MD5sum: 261e413504bc111339a4b57045abe358
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.
Timestamp: 2024-01-16 11:09:56+00

Package: libecpg-compat3-dbgsym
Source: postgresql-10
Version: 10.23-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 10.23-2.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-compat3-dbgsym_10.23-2.pgdg+2_arm64.deb
Size: 16728
SHA256: 0404ba28e3ee83cc0facdddfc60f26e65441ad3a1fd2e29795b348b1546a41a8
SHA1: 7bf938943dbfd604eff8881733d4600c979d1659
MD5sum: 62dbf239ab47021a981240ab1dda0469
Description: debug symbols for libecpg-compat3
Build-Ids: 9daa718630224a1cf28be654225c4ec1cd125402
Timestamp: 2024-01-16 11:09:56+00

Package: libecpg-dev
Source: postgresql-10
Version: 10.23-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1249
Depends: libecpg-compat3 (= 10.23-2.pgdg+2), libecpg6 (= 10.23-2.pgdg+2), libpgtypes3 (= 10.23-2.pgdg+2), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libecpg-dev_10.23-2.pgdg+2_arm64.deb
Size: 222668
SHA256: 33450bbee186101d35a4f2b60cc01d50209916881cc7f66c359d088a7754224e
SHA1: a12f8d1a4465f91f8be3d43f475869f023178045
MD5sum: 37d9cf9ef8367a5d3053b0fb73bf59ca
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).
Timestamp: 2024-01-16 11:09:56+00

Package: libecpg-dev-dbgsym
Source: postgresql-10
Version: 10.23-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 266
Depends: libecpg-dev (= 10.23-2.pgdg+2)
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-dev-dbgsym_10.23-2.pgdg+2_arm64.deb
Size: 230932
SHA256: b8b46341945a160105c98137092cb1e3a8866f6bb3c0d2e7fec170a1cf515409
SHA1: 7cd6f0fda8bb1dd68f77572e8e08d74bcaedcbf7
MD5sum: 02bc75471ac2e8fce1fe518f8cb6db24
Description: debug symbols for libecpg-dev
Build-Ids: fee183392c8c3696102bd48919aaa602ecc2db20
Timestamp: 2024-01-16 11:09:56+00

Package: libecpg6
Source: postgresql-10
Version: 10.23-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 461
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg6_10.23-2.pgdg+2_arm64.deb
Size: 82564
SHA256: d5b903487470e3ae648b546532db3348297bbc8143dc36f76836668f9d7da4fa
SHA1: bf1546b5c4027857b1934cf260985b0d135e814c
MD5sum: da0189c27b7ac02e813404d7c876940a
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.
Timestamp: 2024-01-16 11:09:56+00

Package: libecpg6-dbgsym
Source: postgresql-10
Version: 10.23-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: libecpg6 (= 10.23-2.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg6-dbgsym_10.23-2.pgdg+2_arm64.deb
Size: 92584
SHA256: b0b560c5e7235a9066d916cc7ed529bd95dedf96ae21b5e1787fd61420b6e938
SHA1: aae8117679096d8c368db56fc84544670d7966c9
MD5sum: 18f645f52502486a7af20688b9d109ab
Description: debug symbols for libecpg6
Build-Ids: cad1f620daa235e1e34b2685c26b7a1ac48bf48f
Timestamp: 2024-01-16 11:09:56+00

Package: libpgtypes3
Source: postgresql-10
Version: 10.23-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpgtypes3_10.23-2.pgdg+2_arm64.deb
Size: 38832
SHA256: 1a6a57dbca39c88291163198141231de56b872ef97a103a2507afc19b53c7877
SHA1: 67a658089cc06ae648627340e19eb37e705bea77
MD5sum: dc7218147f799157f4d1609e8dd05f0c
Description: shared library libpgtypes for PostgreSQL 10
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 11:09:56+00

Package: libpgtypes3-dbgsym
Source: postgresql-10
Version: 10.23-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: libpgtypes3 (= 10.23-2.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpgtypes3-dbgsym_10.23-2.pgdg+2_arm64.deb
Size: 69484
SHA256: 65cafab9a5d0b98ee63256ad232ea7b822eb4489370d166511f8fb7e3015ddbe
SHA1: 70fbd46ca2285b2f5cf74a4da23519555bc1a4fb
MD5sum: a0e407bb11670909ef52eebafe953368
Description: debug symbols for libpgtypes3
Build-Ids: 118bd22d94fcbe6cf82e633be8231903a9647654
Timestamp: 2024-01-16 11:09:56+00

Package: libpq-dev
Source: postgresql-10
Version: 10.23-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 691
Depends: libpq5 (= 10.23-2.pgdg+2)
Suggests: postgresql-doc-10
Breaks: postgresql-server-dev-10 (<< 10.1-2~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libpq-dev_10.23-2.pgdg+2_arm64.deb
Size: 160876
SHA256: 9511a77f74a4f11992812be1e5fdedf28d9b69cddd3981d058220768d2ab6ca0
SHA1: 375de97656d0ae7fe601db82f99db6cc17180ccf
MD5sum: d2dd814c22f74fe2a65c8f20ffb42bb4
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.
Timestamp: 2024-01-16 11:09:56+00

Package: libpq5
Source: postgresql-10
Version: 10.23-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 774
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpq5_10.23-2.pgdg+2_arm64.deb
Size: 163500
SHA256: e5707a6a424438602b283e44952003411c1e51674ffe39e51f42982c713b2021
SHA1: 0ff881456953f325b7f09c26237c2577e6ebf9b2
MD5sum: 6004d6b5b2f0eb9d8bf022154d0c29ce
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.
Timestamp: 2024-01-16 11:09:56+00

Package: libpq5-dbgsym
Source: postgresql-10
Version: 10.23-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 260
Depends: libpq5 (= 10.23-2.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpq5-dbgsym_10.23-2.pgdg+2_arm64.deb
Size: 228316
SHA256: 8994769c3baad07a3331aef2aab54beec069db85794e5df1e9a4ef2200a6a180
SHA1: 45d7d7abd9764a91387d2e3ece8507e5439b3828
MD5sum: adf964533d2cbbb158d334f74df69ea8
Description: debug symbols for libpq5
Build-Ids: 3e3b628dc7d5d1de37136a9a59345b2c40a5ddfc
Timestamp: 2024-01-16 11:09:56+00

Package: libecpg-compat3
Source: postgresql-11
Version: 11.22-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg-compat3_11.22-1.pgdg+2_arm64.deb
Size: 21024
SHA256: bd8346d55c11a49df920b6d8ed72e851d92294239f124a9b816d3c6c8df0e64a
SHA1: a15260c12d22658682654eea9e5cc6e4a1270af0
MD5sum: c5d1860ceacc3b9f7f6f75de9136e1a0
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.
Timestamp: 2024-01-16 11:10:00+00

Package: libecpg-compat3-dbgsym
Source: postgresql-11
Version: 11.22-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 11.22-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-compat3-dbgsym_11.22-1.pgdg+2_arm64.deb
Size: 16752
SHA256: 6ecb81df2eeaf29ccacd6b299de4378f2fc2d5a4ddf5400ce4375149d1ff6a0f
SHA1: a5ca871b30331bd7c349494a6448d0b6c4babd17
MD5sum: 3a2d93d990b8699b212514b269c77c87
Description: debug symbols for libecpg-compat3
Build-Ids: 03af9cca61de5982b1e594f0293f5bca7d3691b1
Timestamp: 2024-01-16 11:10:00+00

Package: libecpg-dev
Source: postgresql-11
Version: 11.22-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1319
Depends: libecpg-compat3 (= 11.22-1.pgdg+2), libecpg6 (= 11.22-1.pgdg+2), libpgtypes3 (= 11.22-1.pgdg+2), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libecpg-dev_11.22-1.pgdg+2_arm64.deb
Size: 227372
SHA256: dde635804b00d35a5b208aa220f61954f0422f30eb3d447bc4a464d4889c4630
SHA1: e1cbc61d3e9a8f8d3cb11308a372b7c81baa1903
MD5sum: 253bffcf48b01ffab81b3b405da227a7
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).
Timestamp: 2024-01-16 11:10:00+00

Package: libecpg-dev-dbgsym
Source: postgresql-11
Version: 11.22-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 270
Depends: libecpg-dev (= 11.22-1.pgdg+2)
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-dev-dbgsym_11.22-1.pgdg+2_arm64.deb
Size: 234004
SHA256: eb880d9047a74924c202d722cc3e3f2e81891bc1827efd177f1c25f0cc70c828
SHA1: 032c0123d2a44c40e6cdc439fa37778a7f50c2c4
MD5sum: f696cdd3bdfcd9452ea605314274bb48
Description: debug symbols for libecpg-dev
Build-Ids: 54a74d9eb325f9b20cb694c4cb46e6eff1a4baa7
Timestamp: 2024-01-16 11:10:00+00

Package: libecpg6
Source: postgresql-11
Version: 11.22-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 486
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg6_11.22-1.pgdg+2_arm64.deb
Size: 88480
SHA256: 23e9cf16d39ca61dd77397c540f3c0358f513c6d340b53753b9952e42b563872
SHA1: 2dfc59351cc4865317370b8500b8a74b68d0a6ca
MD5sum: 2f59f8aeedb4c13206b8db3b4bbe36c9
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.
Timestamp: 2024-01-16 11:10:00+00

Package: libecpg6-dbgsym
Source: postgresql-11
Version: 11.22-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libecpg6 (= 11.22-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg6-dbgsym_11.22-1.pgdg+2_arm64.deb
Size: 93344
SHA256: 014ddedb5081884d4911d294e1dd27c558e3c20233d30c8564ddc8c8a37cc33d
SHA1: c4da1fe77838d882dc8de73bf8692d4cc0bf54fd
MD5sum: cc0b478af50735d7ec274663cfef4756
Description: debug symbols for libecpg6
Build-Ids: 37791d40ef0d5b7d9dcee03bf0c12a08ca5ed8b2
Timestamp: 2024-01-16 11:10:00+00

Package: libpgtypes3
Source: postgresql-11
Version: 11.22-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpgtypes3_11.22-1.pgdg+2_arm64.deb
Size: 41916
SHA256: 2f239374802bab6df1a9e5958756c954d36089a701b8a2ca0cf9e6307bec4928
SHA1: 009154c56402f5ccad17cee59d79a62ac0977e2e
MD5sum: 773620547db7fb82714b28ade5b5bda6
Description: shared library libpgtypes for PostgreSQL 11
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 11:10:00+00

Package: libpgtypes3-dbgsym
Source: postgresql-11
Version: 11.22-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: libpgtypes3 (= 11.22-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpgtypes3-dbgsym_11.22-1.pgdg+2_arm64.deb
Size: 71108
SHA256: 66661b2a5fb7ba847419912a02d18c14165d58e369d9b541353435b774422cb5
SHA1: a09892d148346be8b919d13af606681be187f4c4
MD5sum: 8be5b349420cf0392e2726ce62d529ca
Description: debug symbols for libpgtypes3
Build-Ids: 160a239370b50252ae7e26a690c6ec4b5ff3f5ef
Timestamp: 2024-01-16 11:10:00+00

Package: libpq-dev
Source: postgresql-11
Version: 11.22-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 706
Depends: libpq5 (= 11.22-1.pgdg+2)
Suggests: postgresql-doc-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libpq-dev_11.22-1.pgdg+2_arm64.deb
Size: 166284
SHA256: e2cd87ed2f7f36eac07a773c627a56c015e191c0cd5c154c1c3412c5e7a7adc3
SHA1: 958eca4ae6b22ead477de40f7f1937ec0961893b
MD5sum: d610a99fe9de19645ca03dd2145d9a2c
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.
Timestamp: 2024-01-16 11:10:00+00

Package: libpq5
Source: postgresql-11
Version: 11.22-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 784
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpq5_11.22-1.pgdg+2_arm64.deb
Size: 168320
SHA256: 1b06232c882683235c05c82c93d88f8a6f22be00fb3ae2d34a80f8bfc6c5db41
SHA1: 02b4bb3d06bc169b56d80b1d2e98c3d4485c8be1
MD5sum: 4628e5fbd1082c812d926a2d19d1a356
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.
Timestamp: 2024-01-16 11:10:00+00

Package: libpq5-dbgsym
Source: postgresql-11
Version: 11.22-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libpq5 (= 11.22-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpq5-dbgsym_11.22-1.pgdg+2_arm64.deb
Size: 230016
SHA256: 1faba8ce0d03aa2c6f6314d617058f200871cc3cfb6044f93ff62c6ea9f4409b
SHA1: fbd6d083fbfe95d73c272f63ebfec00f59fef433
MD5sum: 20f5c2e944c23ebd55376b24624066e6
Description: debug symbols for libpq5
Build-Ids: 0e0c25cdecf3eb1b0c4e9fedb2bb6c0ad3c9bbc1
Timestamp: 2024-01-16 11:10:00+00

Package: libecpg-compat3
Source: postgresql-12
Version: 12.17-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg-compat3_12.17-1.pgdg+2_arm64.deb
Size: 21068
SHA256: 02151e3a3e698e897caa23a6e18f1fc1c64953229833b67bdec3abfba86a2d75
SHA1: 0a60d45607a3685b9dac54ceb41dc5f7354246c4
MD5sum: 0c9eb8d1f40a56ed496460d02c726032
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.
Timestamp: 2024-01-16 11:10:05+00

Package: libecpg-compat3-dbgsym
Source: postgresql-12
Version: 12.17-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 12.17-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-compat3-dbgsym_12.17-1.pgdg+2_arm64.deb
Size: 16764
SHA256: 3128a819cc4f9d6a176bd14ee5113fc73dc1aa275529026c3ba22bcfde8b0dc1
SHA1: 25bd55f6f2dd0c499493d2f9fa54f1f9a0217397
MD5sum: c2da84be2faed4485047038cfcf5be0e
Description: debug symbols for libecpg-compat3
Build-Ids: 398c993989fa7c4f0057a53c4a0a9b93ca6f4b1d
Timestamp: 2024-01-16 11:10:05+00

Package: libecpg-dev
Source: postgresql-12
Version: 12.17-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1518
Depends: libecpg-compat3 (= 12.17-1.pgdg+2), libecpg6 (= 12.17-1.pgdg+2), libpgtypes3 (= 12.17-1.pgdg+2), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libecpg-dev_12.17-1.pgdg+2_arm64.deb
Size: 268772
SHA256: b016cb41f6ad211db87d9ff1a77091ac92cbbeb8aa6bc0b1ba102a94507f8c74
SHA1: 6881e88ee11dbe48e77e41e782ecbc72ad8ba123
MD5sum: b58fc5a6e120fc4c9be6a3a629bb7d6e
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).
Timestamp: 2024-01-16 11:10:05+00

Package: libecpg-dev-dbgsym
Source: postgresql-12
Version: 12.17-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 280
Depends: libecpg-dev (= 12.17-1.pgdg+2)
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-dev-dbgsym_12.17-1.pgdg+2_arm64.deb
Size: 244168
SHA256: b6a287396f4b7aaacc9223193ce8f4dbc81d4aa17e446c899523f17df14c6c18
SHA1: 38862af4b30bb88fa0a113ae82d3c392e54aa48a
MD5sum: 9b25f3d7dcc46ab0109cb0e661d17bbb
Description: debug symbols for libecpg-dev
Build-Ids: 387a438d23f68593376807ea3d78f2ce65afcd63
Timestamp: 2024-01-16 11:10:05+00

Package: libecpg6
Source: postgresql-12
Version: 12.17-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg6_12.17-1.pgdg+2_arm64.deb
Size: 60916
SHA256: 49f2227ddcaf745d3a8ce637b856779d6cb8d56cf9fb63162493bd1beca5dbc5
SHA1: 2e9338b6754c8ba0bd36255591d8d79ef72b0dd8
MD5sum: b5876ebacf77f88c903536be348c5d19
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.
Timestamp: 2024-01-16 11:10:05+00

Package: libecpg6-dbgsym
Source: postgresql-12
Version: 12.17-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 12.17-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg6-dbgsym_12.17-1.pgdg+2_arm64.deb
Size: 112656
SHA256: bc40a525096530d4f0eff239f2e65a535b0c2650c37aa97e096f546af649faf5
SHA1: 257779586a7529e93fb37f1b62ec36c2efafeef2
MD5sum: e4db1791fdf14e5da59752648d5e2575
Description: debug symbols for libecpg6
Build-Ids: c6260d8e5a107250092d8f07d9e088d23b9e07f6
Timestamp: 2024-01-16 11:10:05+00

Package: libpgtypes3
Source: postgresql-12
Version: 12.17-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 170
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpgtypes3_12.17-1.pgdg+2_arm64.deb
Size: 47000
SHA256: 4afec4ff65524049ccf4973cfa1f38b58b13881122aa27ad4e1675cdfa93f0de
SHA1: f7d396c5ed70091d1083883f40d34d1052064bad
MD5sum: 69347eb44cdbe14120cbbf83d9d53835
Description: shared library libpgtypes for PostgreSQL 12
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 11:10:05+00

Package: libpgtypes3-dbgsym
Source: postgresql-12
Version: 12.17-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libpgtypes3 (= 12.17-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpgtypes3-dbgsym_12.17-1.pgdg+2_arm64.deb
Size: 88188
SHA256: b9cdf7df7317adf1fa3e7a1a3b349ab441dc1e3564a625052086ae519b79b6de
SHA1: 92e8bfeb318b39a70bc2870b1fcd7666408271a7
MD5sum: ec0bdb2114eb5b261a7c9cc22f95cb39
Description: debug symbols for libpgtypes3
Build-Ids: 3260d3b5315bd7347363d28fa22419c754b95920
Timestamp: 2024-01-16 11:10:05+00

Package: libpq-dev
Source: postgresql-12
Version: 12.17-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 599
Depends: libpq5 (= 12.17-1.pgdg+2)
Suggests: postgresql-doc-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libpq-dev_12.17-1.pgdg+2_arm64.deb
Size: 144308
SHA256: ecbb0db79b8ca63f193e4d32e7414222cef5d42108f1855d02f83db30afeba90
SHA1: 72d127db1d388e80ce249486a26cbfbf993c2713
MD5sum: 485b0935e469dd825c56216d1a585b9c
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.
Timestamp: 2024-01-16 11:10:05+00

Package: libpq5
Source: postgresql-12
Version: 12.17-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 794
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpq5_12.17-1.pgdg+2_arm64.deb
Size: 176756
SHA256: 1622ff24f769dd441ba0f53fc15237396285cbe769b9ed7fe15de1312d804964
SHA1: a06434b0287d8c69038cee2b7d408f14c053d059
MD5sum: 031d360f55c821b6d55a2fe857d2f42f
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.
Timestamp: 2024-01-16 11:10:05+00

Package: libpq5-dbgsym
Source: postgresql-12
Version: 12.17-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 284
Depends: libpq5 (= 12.17-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpq5-dbgsym_12.17-1.pgdg+2_arm64.deb
Size: 251020
SHA256: e617cd59f5bb25bffe37a142d8812470999735f794026d70f471f96ab499b3d7
SHA1: e3611cd4989eb0d405d28cfda93c05422cee80f9
MD5sum: 0aa4f27b28443425ac50acd8b6345b2a
Description: debug symbols for libpq5
Build-Ids: 45b38e5619cce6099ca599661f939a7c21322527
Timestamp: 2024-01-16 11:10:05+00

Package: libecpg-compat3
Source: postgresql-14
Version: 14.10-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg-compat3_14.10-1.pgdg+2_arm64.deb
Size: 23548
SHA256: 5e132dd088d6a963984caaaffd3af6f1afa72aa20e335e01b59c380e30d833eb
SHA1: aee960360873665b0112ca04caa73790553e7a18
MD5sum: 7dcba31677ae788bb67eab588ad7ac9e
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.
Timestamp: 2024-01-16 11:10:14+00

Package: libecpg-compat3
Source: postgresql-13
Version: 13.13-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg-compat3_13.13-1.pgdg+2_arm64.deb
Size: 26856
SHA256: 65a91df3a8838c6d04b8427abc2a0083094d989cd7dfed8b7c5db6bdc631be2f
SHA1: dee16e0b27e072d00b18e955e6f1223335d5d12e
MD5sum: f9501a012dc963acd4ad8581a6977494
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.
Timestamp: 2024-01-16 11:10:09+00

Package: libecpg-compat3-dbgsym
Source: postgresql-13
Version: 13.13-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 13.13-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-compat3-dbgsym_13.13-1.pgdg+2_arm64.deb
Size: 39156
SHA256: da490262cacb7fa37fda160cad2cdce4eeb4db9407dea79ea308253b4da66bae
SHA1: c8b346cc54b636a5147fba0125d1ea62fa390496
MD5sum: bd96fb81e08dc296210c7ff520bbe853
Description: debug symbols for libecpg-compat3
Build-Ids: e2a96b17853b8a779f21720c98fb70109b1a0c97
Timestamp: 2024-01-16 11:10:09+00

Package: libecpg-dev
Source: postgresql-13
Version: 13.13-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1519
Depends: libecpg-compat3 (= 13.13-1.pgdg+2), libecpg6 (= 13.13-1.pgdg+2), libpgtypes3 (= 13.13-1.pgdg+2), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libecpg-dev_13.13-1.pgdg+2_arm64.deb
Size: 267580
SHA256: aedcb9ee11dcf995a8d66b0723b87e90f9ba8ad221fb60c40a93919482410262
SHA1: 9c262c74543a66ba25c55a23def91943d2160815
MD5sum: 0985a58d0b70ac206b74cca233716ce7
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).
Timestamp: 2024-01-16 11:10:09+00

Package: libecpg-dev-dbgsym
Source: postgresql-13
Version: 13.13-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 286
Depends: libecpg-dev (= 13.13-1.pgdg+2)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-dev-dbgsym_13.13-1.pgdg+2_arm64.deb
Size: 249984
SHA256: b5dae40bb8d73c2d0fdfee3ae4d8f557e97ca229d10782e4434641227cd149f9
SHA1: 6a3d5b7375b7226b5af61645f7dd9669ce66616a
MD5sum: 69b88dc09c9017d40a5ccac6d03900a0
Description: debug symbols for libecpg-dev
Build-Ids: aa4e166a37a68cc2e49b7978abbc6a3a3a1396d2
Timestamp: 2024-01-16 11:10:09+00

Package: libecpg6
Source: postgresql-13
Version: 13.13-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg6_13.13-1.pgdg+2_arm64.deb
Size: 61080
SHA256: 32461b58bda1dbfb65344cc554ba7a2ac40c7556ac6c5f97a1e078acaaf4d75d
SHA1: e5f8d67a79971f06828df6c95f0bb39aa130ac83
MD5sum: 8a32cab5980d49111bae353d03286e58
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.
Timestamp: 2024-01-16 11:10:09+00

Package: libecpg6-dbgsym
Source: postgresql-13
Version: 13.13-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 13.13-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg6-dbgsym_13.13-1.pgdg+2_arm64.deb
Size: 112764
SHA256: 52139bedff5bb7c394db69c36d2ce513d50a202d1b92f1afb74036b78b93a2d5
SHA1: 945cbb634eb54474073bc71c18c302607658345a
MD5sum: f08ea85f4ea532c1d8b0a108adf7ae72
Description: debug symbols for libecpg6
Build-Ids: b5e112c75232823bc25eb14c7c08b81481b6def6
Timestamp: 2024-01-16 11:10:09+00

Package: libpgtypes3
Source: postgresql-13
Version: 13.13-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 170
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpgtypes3_13.13-1.pgdg+2_arm64.deb
Size: 47288
SHA256: e599a66367de3b1413e6ca949598b477ef3fae16f3a324adbfd4ecb8b6f5628b
SHA1: 4207d290d511397f1c2254d29c31bc79fdc5b052
MD5sum: a2024e9dcaa925dff3b3d4e992190f96
Description: shared library libpgtypes for PostgreSQL 13
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 11:10:09+00

Package: libpgtypes3-dbgsym
Source: postgresql-13
Version: 13.13-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 13.13-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpgtypes3-dbgsym_13.13-1.pgdg+2_arm64.deb
Size: 88432
SHA256: cbb45138d052bf4e166df31836fce13cbcb2da6771e5e4b60a689ca20c0c5c3b
SHA1: e9ab09d706932def9a59cdc48a599db6cc2572f5
MD5sum: 6edb6ab771a6675012f98441b2d8d394
Description: debug symbols for libpgtypes3
Build-Ids: 4b9847cb5751c37cc85efb962ebab2bdcaaa9bf2
Timestamp: 2024-01-16 11:10:09+00

Package: libpq-dev
Source: postgresql-13
Version: 13.13-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 578
Depends: libpq5 (= 13.13-1.pgdg+2)
Suggests: postgresql-doc-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libpq-dev_13.13-1.pgdg+2_arm64.deb
Size: 140792
SHA256: 8e0813b7952b658d97b0830a014addb674493ede4eb0350134753e3d160b1f3b
SHA1: 321dc3d49a65509e68cca027027ecee2b8134f7a
MD5sum: 61d2b55ee2d45fc51b6b72e9dd237ea4
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.
Timestamp: 2024-01-16 11:10:09+00

Package: libpq5
Source: postgresql-13
Version: 13.13-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 853
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpq5_13.13-1.pgdg+2_arm64.deb
Size: 177124
SHA256: fe69683917c0d28dce7bd60de10fcecc6c6c9716888fffa9445f67f62c11b4f1
SHA1: d28d8c7a19ef0cbe7bd56a4d576ee0f517849806
MD5sum: 798357cb51db802072b790b51ed90793
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.
Timestamp: 2024-01-16 11:10:09+00

Package: libpq5-dbgsym
Source: postgresql-13
Version: 13.13-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 291
Depends: libpq5 (= 13.13-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpq5-dbgsym_13.13-1.pgdg+2_arm64.deb
Size: 256640
SHA256: 503c813b7f4396459e96fb980ed20fc49ea8378bef86b5e9805b8973f41d3776
SHA1: 1db8cf3e32acc5395a0b41b3335103acb063e055
MD5sum: 786c0cd9f4499f5c83b7286dd2e88a47
Description: debug symbols for libpq5
Build-Ids: e12d5a9e38fa49e9c9465bcb5be318f0c6619bc3
Timestamp: 2024-01-16 11:10:09+00

Package: libecpg-compat3-dbgsym
Source: postgresql-14
Version: 14.10-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 14.10-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-compat3-dbgsym_14.10-1.pgdg+2_arm64.deb
Size: 39228
SHA256: 564f6e2a7085319ec24b822d73ab00551cf362d39e70ec039c117e1cb612f2c4
SHA1: d7e35390743d690ca3d2cea5a3e48a008a11a0eb
MD5sum: 481d08efa70119bef10773c893d79384
Description: debug symbols for libecpg-compat3
Build-Ids: 7becf56ad566b0d97bcbd61874b1667700d569be
Timestamp: 2024-01-16 11:10:14+00

Package: libecpg-dev
Source: postgresql-14
Version: 14.10-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1604
Depends: libecpg-compat3 (= 14.10-1.pgdg+2), libecpg6 (= 14.10-1.pgdg+2), libpgtypes3 (= 14.10-1.pgdg+2), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libecpg-dev_14.10-1.pgdg+2_arm64.deb
Size: 272344
SHA256: c568e6b828984b0cd077b0eff73f71aa525239958e084b0e575e47c4d5ae9d87
SHA1: 4184b9a272c2ac4591a14c22fa1e8f6ff75bdaed
MD5sum: 1a98837ee1c85d82205bdb15b15ab1c9
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).
Timestamp: 2024-01-16 11:10:14+00

Package: libecpg-dev-dbgsym
Source: postgresql-14
Version: 14.10-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 296
Depends: libecpg-dev (= 14.10-1.pgdg+2)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-dev-dbgsym_14.10-1.pgdg+2_arm64.deb
Size: 256332
SHA256: 4abee21d5b3c89e2f2f5dcae0e53461677e9ee210a96ff7c1603832ab66453ab
SHA1: 1ed8acf1c91d8d09458b4f25a20842787c5f6c98
MD5sum: 3ab58b278c36cb97a7e74376e86b2999
Description: debug symbols for libecpg-dev
Build-Ids: 732daf353f7ee936a25990ac14449657f322f754
Timestamp: 2024-01-16 11:10:14+00

Package: libecpg6
Source: postgresql-14
Version: 14.10-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 267
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg6_14.10-1.pgdg+2_arm64.deb
Size: 58500
SHA256: af461824140deca30d440c8a3a190d852df2f50cbc879347865e720de9ea692e
SHA1: 7a5d958f6cf96c164ba2969c6af36e070c0f0df4
MD5sum: 4538a728d589c416886ba71312f04a19
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.
Timestamp: 2024-01-16 11:10:14+00

Package: libecpg6-dbgsym
Source: postgresql-14
Version: 14.10-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 14.10-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg6-dbgsym_14.10-1.pgdg+2_arm64.deb
Size: 112768
SHA256: a7ac54296ef66bc9cd6e04c2ab9150fc23b411b111023612227118d165c8bad1
SHA1: d0078ab31985c9f289267c4fb51289df88ef92e7
MD5sum: 1545133b843cb6b7d138a7707d1b559f
Description: debug symbols for libecpg6
Build-Ids: 0615984386da8c76532ca9be06ff1094cbcb9212
Timestamp: 2024-01-16 11:10:14+00

Package: libpgtypes3
Source: postgresql-14
Version: 14.10-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpgtypes3_14.10-1.pgdg+2_arm64.deb
Size: 43828
SHA256: b4cac850b6e017ad2024575f00cf7f919966bcad38021c6aa783588211924f92
SHA1: ae947d17348abe617ef68687f8f0808a7107f16b
MD5sum: 1aeae6454d7b01fd1ce0feb21ed16487
Description: shared library libpgtypes for PostgreSQL 14
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 11:10:14+00

Package: libpgtypes3-dbgsym
Source: postgresql-14
Version: 14.10-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 14.10-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpgtypes3-dbgsym_14.10-1.pgdg+2_arm64.deb
Size: 88584
SHA256: fdbfa2716bc13f1f661b51e724498c2822167f1e7092c3fe7b4d14ea97a27948
SHA1: f46fb28849e308f1d35e449895d131363bf5f147
MD5sum: 625976958d0b688f3647cf9742a10935
Description: debug symbols for libpgtypes3
Build-Ids: 5aff72cef3941885f9ff674067beaa9d3919e499
Timestamp: 2024-01-16 11:10:14+00

Package: libpq-dev
Source: postgresql-14
Version: 14.10-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 587
Depends: libpq5 (= 14.10-1.pgdg+2), libssl-dev
Suggests: postgresql-doc-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libpq-dev_14.10-1.pgdg+2_arm64.deb
Size: 140076
SHA256: 00a67acdd7dac4c42c11a1709a5e618e921863909749041ceb658f7026cd420c
SHA1: bbc68986894e24d4356abfe5cf555314201044c1
MD5sum: 4bfd05b22ab0b0cf23348fd53f03a8e4
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.
Timestamp: 2024-01-16 11:10:14+00

Package: libpq5
Source: postgresql-14
Version: 14.10-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 816
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpq5_14.10-1.pgdg+2_arm64.deb
Size: 171024
SHA256: 1e73bc05b9612c3a025d49935c7f8d12fd552ab4bbf2daaed854ed37faba5afa
SHA1: eb399b123f61fb375a0bfb89f2c255e77e3ffa72
MD5sum: 0be363e797f4ce756497af46f74fa17a
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.
Timestamp: 2024-01-16 11:10:14+00

Package: libpq5-dbgsym
Source: postgresql-14
Version: 14.10-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 305
Depends: libpq5 (= 14.10-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpq5-dbgsym_14.10-1.pgdg+2_arm64.deb
Size: 269928
SHA256: 1eebc5350242e08c37fceb5f746b9075de86004a69b441916896092235665e9b
SHA1: bc986a4359f80d1743d0262294b57d371f2bae3e
MD5sum: c48cbebc2ebe1aa6f7f7e0cafa1854c8
Description: debug symbols for libpq5
Build-Ids: 873def6986706aa1f0adb46df0f88a6053ff35cc
Timestamp: 2024-01-16 11:10:14+00

Package: libecpg-compat3
Source: postgresql-15
Version: 15.5-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg-compat3_15.5-1.pgdg+2_arm64.deb
Size: 21204
SHA256: eb66102b3e2f2b8bbd58d60dfc3933ca36d4cf7adeb7ef49543e37c9bae15a9b
SHA1: 56f4e2a31789bd623a24d4113bafcd1daae987d4
MD5sum: 57bd1bf02b4b0961804da5ee8c77eeff
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.
Timestamp: 2024-01-16 11:10:18+00

Package: libecpg-compat3-dbgsym
Source: postgresql-15
Version: 15.5-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 15.5-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-compat3-dbgsym_15.5-1.pgdg+2_arm64.deb
Size: 39464
SHA256: e560be89ba37abefad1163061b4d878f2246093d07ecff1a850e1802624cce72
SHA1: e67d2138d3168e636aee8628146699eee10ea423
MD5sum: 84c57d6870d73c6d3f581bf6ad4a1214
Description: debug symbols for libecpg-compat3
Build-Ids: 7c20ff1cb1269a94d8b0556ca92b338ae7366e5b
Timestamp: 2024-01-16 11:10:18+00

Package: libecpg-dev
Source: postgresql-15
Version: 15.5-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1630
Depends: libecpg-compat3 (= 15.5-1.pgdg+2), libecpg6 (= 15.5-1.pgdg+2), libpgtypes3 (= 15.5-1.pgdg+2), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libecpg-dev_15.5-1.pgdg+2_arm64.deb
Size: 276056
SHA256: a46f04f6e5c6943e9a617cc9d4c9078ef6bd5397c6904bf70d9fcb7f3fb4f493
SHA1: c5004bcb1627437d371e9389639bccc8a89fdaf2
MD5sum: 8ae7f04329f2fa7db6575e54eb1026ee
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).
Timestamp: 2024-01-16 11:10:18+00

Package: libecpg-dev-dbgsym
Source: postgresql-15
Version: 15.5-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 300
Depends: libecpg-dev (= 15.5-1.pgdg+2)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-dev-dbgsym_15.5-1.pgdg+2_arm64.deb
Size: 260744
SHA256: f58fd64a1725d3503df4a5be488cbfa1098b0f6661e8cfbdebf955b1a506429b
SHA1: ee24f91e63c7751026a028fae6d0bc86a76f60ff
MD5sum: f17729483786fbc0eaedd33fa9a55b6a
Description: debug symbols for libecpg-dev
Build-Ids: a0bfcf8eb147be9942aac4862bb5bdf83245f903
Timestamp: 2024-01-16 11:10:18+00

Package: libecpg6
Source: postgresql-15
Version: 15.5-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 270
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg6_15.5-1.pgdg+2_arm64.deb
Size: 57532
SHA256: ec313b5c4516c28480c72828fd0d42ed8859e9a4d60b765ab854c9d1b2e92ada
SHA1: d74e1d786a34241e55790972515cc3e67a9fdbcd
MD5sum: af443f7947cb6ba9db67c6810be168fa
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.
Timestamp: 2024-01-16 11:10:18+00

Package: libecpg6-dbgsym
Source: postgresql-15
Version: 15.5-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: libecpg6 (= 15.5-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg6-dbgsym_15.5-1.pgdg+2_arm64.deb
Size: 114980
SHA256: fa82ba111430d8c2fa34bb98872aad3a4ac905eb93f6b6c875227454f4c82bdb
SHA1: 8fc496a1e51b5a8889d04a16a7b3c3549187f806
MD5sum: 45b0743adecf1bafb762c8d2fc394da5
Description: debug symbols for libecpg6
Build-Ids: 46870c734bb9934efc28ab05e924d353a452c95a
Timestamp: 2024-01-16 11:10:18+00

Package: libpgtypes3
Source: postgresql-15
Version: 15.5-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpgtypes3_15.5-1.pgdg+2_arm64.deb
Size: 41580
SHA256: da17478bda38e8ed268f0dddb50a918e7fffe6c4ec52ff6a45501d0a2cda1d62
SHA1: bdd02febca922d4f9742a3c003f43d1c2813c366
MD5sum: 46e954367341a0d734e9aa9ae9fbcadd
Description: shared library libpgtypes for PostgreSQL 15
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 11:10:18+00

Package: libpgtypes3-dbgsym
Source: postgresql-15
Version: 15.5-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 15.5-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpgtypes3-dbgsym_15.5-1.pgdg+2_arm64.deb
Size: 88748
SHA256: b438d78cec10540de709c9a7201e278875fff655ef6af534793d2049f1949d5b
SHA1: 09b329691d3d2f9fb949a48e14ed0e5d37640229
MD5sum: 090df90177d258ce90f35b3eb8f0a91f
Description: debug symbols for libpgtypes3
Build-Ids: b98d04c8aa21443781853d32701e81700f34f20b
Timestamp: 2024-01-16 11:10:18+00

Package: libpq-dev
Source: postgresql-15
Version: 15.5-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 596
Depends: libpq5 (= 15.5-1.pgdg+2), libssl-dev
Suggests: postgresql-doc-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libpq-dev_15.5-1.pgdg+2_arm64.deb
Size: 140876
SHA256: 11a3303b3bc526f05548b61efd194291a5ca9cca5a48c70cdf94d87951fbe8c3
SHA1: b979cbe8a752cd8771df77cf1ffed63951538d02
MD5sum: 46f148a94671302dfecb9172b30be5ab
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.
Timestamp: 2024-01-16 11:10:18+00

Package: libpq5
Source: postgresql-15
Version: 15.5-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 902
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpq5_15.5-1.pgdg+2_arm64.deb
Size: 181052
SHA256: 8248ffab98b6b41d4ec3e8838cdaed639faf8cc77e97950cb2869cae56bfd03f
SHA1: de5fbebf7e8f7c7148375e530057b6cb1f63d7d3
MD5sum: 5597ec7da78079f44a282223da932df9
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.
Timestamp: 2024-01-16 11:10:18+00

Package: libpq5-dbgsym
Source: postgresql-15
Version: 15.5-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 314
Depends: libpq5 (= 15.5-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpq5-dbgsym_15.5-1.pgdg+2_arm64.deb
Size: 278976
SHA256: 2605146f5f1984ff34159132d1097b6c6ad4d88670399866fa6c47875451a591
SHA1: 4535a146825b75f8a760c5b419060faccde887d5
MD5sum: 39d05fb99f5f7dc29a5f84a717603775
Description: debug symbols for libpq5
Build-Ids: ad096db64abfbbc20810d4ba2e9920f2047e7d8d
Timestamp: 2024-01-16 11:10:18+00

Package: libecpg-compat3
Source: postgresql-9.1
Version: 9.1.24-13.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libecpg-compat3_9.1.24-13.pgdg+2_arm64.deb
Size: 12180
SHA256: 7123b71735c7c75ea032ef913aab72573556e0c391330f7697bfa05f481847ba
SHA1: e5c3af249c167e3aa3842a4a402fa46869322992
MD5sum: 2455082a047e8ebbe697fbfb7670b2dd
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.
Timestamp: 2024-01-16 11:09:33+00

Package: libecpg-dev
Source: postgresql-9.1
Version: 9.1.24-13.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1033
Depends: libc6 (>= 2.34), libpq-dev, libecpg6 (= 9.1.24-13.pgdg+2), libecpg-compat3 (= 9.1.24-13.pgdg+2), libpgtypes3 (= 9.1.24-13.pgdg+2)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libdevel
Filename: pool/9.1/p/postgresql-9.1/libecpg-dev_9.1.24-13.pgdg+2_arm64.deb
Size: 193664
SHA256: adaad2d1b46605a171c9b3b14b4fa04bfd16c4797333e06906cbcc5b4a96b60b
SHA1: 1865b9facef3b64ec7867811d441906dd524a0bc
MD5sum: bcadd1740a045c2ebde3b161f6a53d25
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).
Timestamp: 2024-01-16 11:09:33+00

Package: libecpg6
Source: postgresql-9.1
Version: 9.1.24-13.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 421
Depends: libc6 (>= 2.34), libpgtypes3, libpq5
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libecpg6_9.1.24-13.pgdg+2_arm64.deb
Size: 71936
SHA256: 658ff20c0ac874ea168b10007f91499bd473afa7a420bc1b7b375787a23c46a8
SHA1: bc97aea8bbe60e2b2c61e0675dbb9a4a90e17753
MD5sum: 47c56a11cdcd6ee456505fa1621ef6cc
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.
Timestamp: 2024-01-16 11:09:33+00

Package: libpgtypes3
Source: postgresql-9.1
Version: 9.1.24-13.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libpgtypes3_9.1.24-13.pgdg+2_arm64.deb
Size: 32724
SHA256: 403b62a0d4f94cb7e569e13f753ba222f28323564f94411a3d4f5efe7b09fc83
SHA1: 30587491a647fd9018be6abcc57b007335eb7325
MD5sum: f1dc2264ad18ad242200df1fdafacd76
Description: shared library libpgtypes for PostgreSQL 9.1
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 11:09:33+00

Package: libpq-dev
Source: postgresql-9.1
Version: 9.1.24-13.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 932
Depends: libc6 (>= 2.34), libpq5 (= 9.1.24-13.pgdg+2)
Suggests: postgresql-doc-9.1
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libdevel
Filename: pool/9.1/p/postgresql-9.1/libpq-dev_9.1.24-13.pgdg+2_arm64.deb
Size: 170172
SHA256: 615f0d148662747341fc127b50d510d35ffc61d621b232fb4edfd424996adf92
SHA1: 46fc8bab52fba79c66953b9554b5e35289f5d7da
MD5sum: a907311a3fbdaaaeb034556568278c1b
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.
Timestamp: 2024-01-16 11:09:33+00

Package: libpq5
Source: postgresql-9.1
Version: 9.1.24-13.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 542
Depends: libc6 (>= 2.33), libcom-err2 (>= 1.43.9), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap-2.5-0 (>= 2.5.4)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libpq5_9.1.24-13.pgdg+2_arm64.deb
Size: 112044
SHA256: 33c78d7840f61e61297f3ee48e5ab4cba77c9336fa03cea5aad94fa76653a107
SHA1: 6489cf77cf7b4268c58141bc5a04acb69d1816eb
MD5sum: ce1cff25fdca86d3c657290289950886
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.
Timestamp: 2024-01-16 11:09:33+00

Package: libecpg-compat3
Source: postgresql-9.2
Version: 9.2.24-10.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 91
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libecpg-compat3_9.2.24-10.pgdg+2_arm64.deb
Size: 12052
SHA256: 699c44b0a3bc2238c34fffd7f96b2b1437768e2441a2ef0ee62abb80465efbb7
SHA1: 97ed329335a56273912716baa4583f692e0b04f3
MD5sum: bf1ac07037588fa3098f7ec085467080
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.
Timestamp: 2024-01-16 11:09:37+00

Package: libecpg-dev
Source: postgresql-9.2
Version: 9.2.24-10.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1098
Depends: libc6 (>= 2.34), libpq-dev, libecpg6 (= 9.2.24-10.pgdg+2), libecpg-compat3 (= 9.2.24-10.pgdg+2), libpgtypes3 (= 9.2.24-10.pgdg+2)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libdevel
Filename: pool/9.2/p/postgresql-9.2/libecpg-dev_9.2.24-10.pgdg+2_arm64.deb
Size: 195340
SHA256: ae771d86406d65616a38014dfeff0371d8c5380d77f586385d99ec4d2154042c
SHA1: f7ce125380774de78c6159b08e7b80e29f23c853
MD5sum: 223021a921a9bf3168f6d1288c4a27b4
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).
Timestamp: 2024-01-16 11:09:37+00

Package: libecpg6
Source: postgresql-9.2
Version: 9.2.24-10.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 418
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libecpg6_9.2.24-10.pgdg+2_arm64.deb
Size: 71644
SHA256: ddd088598c8a36fc320cf5dba81295014c7dfb090f74df02c676ab552064e3c0
SHA1: 6b1d2c405c8bcb4d9272acac445ccba08536a20b
MD5sum: 28f125448c942d8ae0cbf80133fd26df
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.
Timestamp: 2024-01-16 11:09:37+00

Package: libpgtypes3
Source: postgresql-9.2
Version: 9.2.24-10.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libpgtypes3_9.2.24-10.pgdg+2_arm64.deb
Size: 32556
SHA256: 99503a8c34d32be78b7d962c10033eb0636fc8b570ea9a3c5a87001db193eda0
SHA1: 64d44f9f331a33e434fc06d2e49fb9c2e49c1f26
MD5sum: 8fabba3076149310f9b39f851f2c70b6
Description: shared library libpgtypes for PostgreSQL 9.2
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 11:09:37+00

Package: libpq-dev
Source: postgresql-9.2
Version: 9.2.24-10.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 975
Depends: libc6 (>= 2.34), libpq5 (= 9.2.24-10.pgdg+2)
Suggests: postgresql-doc-9.2
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libdevel
Filename: pool/9.2/p/postgresql-9.2/libpq-dev_9.2.24-10.pgdg+2_arm64.deb
Size: 177804
SHA256: 545b24e9c5a75808b0f302933f21753165eeed6b6a6f9665a9253bce7b9e7fb1
SHA1: 29bc50d0c4fd72bbe3539f6c98f8d2cdd06e0c82
MD5sum: 3600dc85dc01cff80d2d6f59e198eab8
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.
Timestamp: 2024-01-16 11:09:37+00

Package: libpq5
Source: postgresql-9.2
Version: 9.2.24-10.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 521
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libpq5_9.2.24-10.pgdg+2_arm64.deb
Size: 113004
SHA256: 013dd87e43983aa0970c85ae1004bfc2e4b9903f36e163290678d222ce6c787b
SHA1: 635a45a36ea6c7a7fd2f0411c00ce12646cf3a6e
MD5sum: ad4882427a741412c2e6e7fbf379d6b9
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.
Timestamp: 2024-01-16 11:09:37+00

Package: libecpg-compat3
Source: postgresql-9.3
Version: 9.3.25-9.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libecpg-compat3_9.3.25-9.pgdg+2_arm64.deb
Size: 12040
SHA256: 74037417f79d8523351d685f1e5b7940bc2eb5b02e60d484e629541c9d4ce139
SHA1: 163e4a7513ac7df3b96fa6ea9d941b95a2aff507
MD5sum: 59f234ae818c3b6fc67528828460d4fd
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.
Timestamp: 2024-01-16 11:09:41+00

Package: libecpg-dev
Source: postgresql-9.3
Version: 9.3.25-9.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1105
Depends: libc6 (>= 2.34), libpq-dev, libecpg6 (= 9.3.25-9.pgdg+2), libecpg-compat3 (= 9.3.25-9.pgdg+2), libpgtypes3 (= 9.3.25-9.pgdg+2)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libdevel
Filename: pool/9.3/p/postgresql-9.3/libecpg-dev_9.3.25-9.pgdg+2_arm64.deb
Size: 199104
SHA256: 437c18d51d73c2206fad5aa361561b661051612a0e0444cb0c4e12620e4bb0a7
SHA1: dfa3c3e5c104ca903bf57299c4563a9986d6466b
MD5sum: 24c872a4f3f9b73d663ff033af02500d
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).
Timestamp: 2024-01-16 11:09:41+00

Package: libecpg6
Source: postgresql-9.3
Version: 9.3.25-9.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 419
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libecpg6_9.3.25-9.pgdg+2_arm64.deb
Size: 72016
SHA256: bb8a058029bacaa5247d7dbb55ca15151d3a75ffc58f858c919242b9bc2eeeb6
SHA1: 37bc0bc7c6174695ad5e07f950631faa612c5088
MD5sum: 583fc3dd367339991c2d745139fd684a
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.
Timestamp: 2024-01-16 11:09:41+00

Package: libpgtypes3
Source: postgresql-9.3
Version: 9.3.25-9.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libpgtypes3_9.3.25-9.pgdg+2_arm64.deb
Size: 32568
SHA256: 1c128f116e99ca4fb4cff46f2e77766a27ba6699bae289c1b3fc4f0e45608bc4
SHA1: f19a225dcef7a92c9f255964580b13d6eb712483
MD5sum: 4d1a05677461fd5c05dda326a36fc5e4
Description: shared library libpgtypes for PostgreSQL 9.3
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 11:09:41+00

Package: libpq-dev
Source: postgresql-9.3
Version: 9.3.25-9.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 736
Depends: libc6 (>= 2.34), libpq5 (= 9.3.25-9.pgdg+2)
Suggests: postgresql-doc-9.3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libdevel
Filename: pool/9.3/p/postgresql-9.3/libpq-dev_9.3.25-9.pgdg+2_arm64.deb
Size: 145044
SHA256: d76e557e1afa1a49d0e36d7dc51e218d6d7378c7fc1ce6a8c822af567df373df
SHA1: 0661cefd85e5d150ec7c3df711e3ef4244003a95
MD5sum: d584276124b3fa6ec74060e0c8314a4f
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.
Timestamp: 2024-01-16 11:09:41+00

Package: libpq5
Source: postgresql-9.3
Version: 9.3.25-9.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 534
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libpq5_9.3.25-9.pgdg+2_arm64.deb
Size: 114284
SHA256: 73ac167a433b8b1b170d464ecee45bd020237c1e1482f66ab18205622dc32dcf
SHA1: ccdf21371535f5b1bb237c07f9dc72396eeb2436
MD5sum: 4566d53e415b1d8e1457785eb58a709c
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.
Timestamp: 2024-01-16 11:09:41+00

Package: libecpg-compat3
Source: postgresql-9.4
Version: 9.4.26-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libecpg-compat3_9.4.26-8.pgdg+2_arm64.deb
Size: 14168
SHA256: 258b7e67413290a6b0201535757a45660989c513a563c6475141a44b410fd743
SHA1: f04e848ad2e66a54e96b841d94c8a01c8ad3afb7
MD5sum: f36f068003a28666ad7a817ecb583f19
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.
Timestamp: 2024-01-16 11:09:44+00

Package: libecpg-dev
Source: postgresql-9.4
Version: 9.4.26-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1116
Depends: libc6 (>= 2.34), libpq-dev, libecpg6 (= 9.4.26-8.pgdg+2), libecpg-compat3 (= 9.4.26-8.pgdg+2), libpgtypes3 (= 9.4.26-8.pgdg+2)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libdevel
Filename: pool/9.4/p/postgresql-9.4/libecpg-dev_9.4.26-8.pgdg+2_arm64.deb
Size: 204324
SHA256: edbebfed4891149c2c52839e812594721ba0cc643f226f201ec46d8938442577
SHA1: d2ad2835d3d5f73ad574e90414d35ee9c0136757
MD5sum: 0b303233f465466c788f5621d6350042
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).
Timestamp: 2024-01-16 11:09:44+00

Package: libecpg6
Source: postgresql-9.4
Version: 9.4.26-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 432
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libecpg6_9.4.26-8.pgdg+2_arm64.deb
Size: 75632
SHA256: 31e12bc758bab6273dc080aa3b1534b98636245932d0c71af5e42a7d9ffedf38
SHA1: c66046a4dc3c6f6d5f009d2e118a4c1104b04042
MD5sum: 0bbc5f91ba9ea33910ab6c5d5a13cad9
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.
Timestamp: 2024-01-16 11:09:44+00

Package: libpgtypes3
Source: postgresql-9.4
Version: 9.4.26-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libpgtypes3_9.4.26-8.pgdg+2_arm64.deb
Size: 34548
SHA256: a7fa0167ac108361b8d8ce2e6470e4ee216c0b12aa44c26640365f03c47f2835
SHA1: cae99f507e8fdf0f1737d03d38f20f3b8f7f7ad9
MD5sum: df0cd31909f1d1c106756e6dee63bfc9
Description: shared library libpgtypes for PostgreSQL 9.4
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 11:09:44+00

Package: libpq-dev
Source: postgresql-9.4
Version: 9.4.26-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 745
Depends: libc6 (>= 2.34), libpq5 (= 9.4.26-8.pgdg+2)
Suggests: postgresql-doc-9.4
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libdevel
Filename: pool/9.4/p/postgresql-9.4/libpq-dev_9.4.26-8.pgdg+2_arm64.deb
Size: 148012
SHA256: d3b40d6154e4e1ee8c92b183397603840f62978298f7bf4aa44622ab494d797f
SHA1: 4c21ca9c17c791ba9da0a6bf9cc99bdf87517132
MD5sum: 96015ebd218326510c1cadea51225b35
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.
Timestamp: 2024-01-16 11:09:44+00

Package: libpq5
Source: postgresql-9.4
Version: 9.4.26-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 533
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libpq5_9.4.26-8.pgdg+2_arm64.deb
Size: 117320
SHA256: 0c4cccb8ed7cd21cd010e1dc821a7e1fd356003721f24d37531ca843ca51d49d
SHA1: f94923856cae0a5bffda4f05547198355dd7685c
MD5sum: 5dc8f6bda5d59015e28fa0aae86ee846
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.
Timestamp: 2024-01-16 11:09:44+00

Package: libecpg-compat3
Source: postgresql-9.5
Version: 9.5.25-6.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libecpg-compat3_9.5.25-6.pgdg+2_arm64.deb
Size: 16148
SHA256: d54c6e4759843b332f3676c3f6dba957e31b40518db2e88f41dc9e235ba8edcb
SHA1: 83cb928b7dfafbe3e4ea2941a07e4203ff569c77
MD5sum: d049b553f1bba3b42310834a2dfc5af1
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.
Timestamp: 2024-01-16 11:09:49+00

Package: libecpg-dev
Source: postgresql-9.5
Version: 9.5.25-6.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1182
Depends: libc6 (>= 2.34), libpq-dev, libecpg6 (= 9.5.25-6.pgdg+2), libecpg-compat3 (= 9.5.25-6.pgdg+2), libpgtypes3 (= 9.5.25-6.pgdg+2)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libdevel
Filename: pool/9.5/p/postgresql-9.5/libecpg-dev_9.5.25-6.pgdg+2_arm64.deb
Size: 212044
SHA256: be3dd1a58772d678e7821f2532b7efe0498b2068de5de8836886a53f5a0a295b
SHA1: 34303dffabe152362fddad293af3841ca3c67402
MD5sum: d2552b4dcf625d544e01ae428ae5527a
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).
Timestamp: 2024-01-16 11:09:49+00

Package: libecpg6
Source: postgresql-9.5
Version: 9.5.25-6.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 458
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libecpg6_9.5.25-6.pgdg+2_arm64.deb
Size: 80772
SHA256: 03171b53049b443140f65f549bbd31bc264a8e2692fa4fa04bc36d7b59096eb9
SHA1: bbcd5478f6208c17450873efb44e45eaaa37f5c0
MD5sum: 195a5805c7d1065ca4f3bd1892ffe3a3
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.
Timestamp: 2024-01-16 11:09:49+00

Package: libpgtypes3
Source: postgresql-9.5
Version: 9.5.25-6.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libpgtypes3_9.5.25-6.pgdg+2_arm64.deb
Size: 36572
SHA256: bd1a942ece9458e7e4997ccc289c5687623101c2f5264c9cd33090e708fd3657
SHA1: c403bf2b7d2c6e8f641007c49cb22859b8dc36ae
MD5sum: 2445035524cfd10ddb93928b4527041c
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.
Timestamp: 2024-01-16 11:09:49+00

Package: libpq-dev
Source: postgresql-9.5
Version: 9.5.25-6.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 767
Depends: libc6 (>= 2.34), libpq5 (= 9.5.25-6.pgdg+2)
Suggests: postgresql-doc-9.5
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libdevel
Filename: pool/9.5/p/postgresql-9.5/libpq-dev_9.5.25-6.pgdg+2_arm64.deb
Size: 154184
SHA256: 1222f87d0b7bbd3533fd7c9cd35f04dd9c18c538572bed0e69c0e632ca522b14
SHA1: 9fbeeef5d4460ef2ec7c787ba81b827d0c722a84
MD5sum: c1a0c6b9f14f9a2750092aa78e0edb03
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.
Timestamp: 2024-01-16 11:09:49+00

Package: libpq5
Source: postgresql-9.5
Version: 9.5.25-6.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 648
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libpq5_9.5.25-6.pgdg+2_arm64.deb
Size: 129668
SHA256: 94f93669818b336c381417bb26d022b284bd1043757f79855cce707b45a1342a
SHA1: f2832bdfaacd1cee98443b69b60fd70ace59fc78
MD5sum: 37b9c760f55e2fd98fbae96f096ac23c
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.
Timestamp: 2024-01-16 11:09:49+00

Package: libecpg-compat3
Source: postgresql-9.6
Version: 9.6.24-5.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg-compat3_9.6.24-5.pgdg+2_arm64.deb
Size: 17340
SHA256: 84961327948ff3456ec92fe583a6d2d8be7d8e85d44f8b10d6a20bc1095ee694
SHA1: 381bdcd3a7323c09c50d1ae5a7419c3a812a670b
MD5sum: a0119a8f44131f26c8e2fd57db26d5e1
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.
Timestamp: 2024-01-16 11:09:52+00

Package: libecpg-dev
Source: postgresql-9.6
Version: 9.6.24-5.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1247
Depends: libecpg-compat3 (= 9.6.24-5.pgdg+2), libecpg6 (= 9.6.24-5.pgdg+2), libpgtypes3 (= 9.6.24-5.pgdg+2), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libecpg-dev_9.6.24-5.pgdg+2_arm64.deb
Size: 216060
SHA256: 612a81cb4446af9ed25919f5c5d9bea0cebd96d2027b3ee4bce65383a20395e2
SHA1: 43113a41a4eec526d5e68506b83bd20eb0cafe2b
MD5sum: 98cf90eda3931e8a053631777da1853c
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).
Timestamp: 2024-01-16 11:09:52+00

Package: libecpg6
Source: postgresql-9.6
Version: 9.6.24-5.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 460
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg6_9.6.24-5.pgdg+2_arm64.deb
Size: 81324
SHA256: beaa6cab9a22b4b077f52c6229e8798216af7e0e273c52f49b1d997928fb9887
SHA1: 29eb72f47dfd55ffe16aae758d09c9264e635b73
MD5sum: d716f3f35fff739da6c46cde113b48de
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.
Timestamp: 2024-01-16 11:09:52+00

Package: libpgtypes3
Source: postgresql-9.6
Version: 9.6.24-5.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpgtypes3_9.6.24-5.pgdg+2_arm64.deb
Size: 37788
SHA256: 5a6c88b0b2147f1145278eafea2411184ac2d453dc085e6b3eac1affbd56f60f
SHA1: 9700de021bda9d4b1b799b1972ddc039737255c5
MD5sum: 708415210a5a297237ef8746956f33b2
Description: shared library libpgtypes for PostgreSQL 9.6
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 11:09:52+00

Package: libpq-dev
Source: postgresql-9.6
Version: 9.6.24-5.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 776
Depends: libpq5 (= 9.6.24-5.pgdg+2), libc6 (>= 2.34)
Suggests: postgresql-doc-9.6
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libpq-dev_9.6.24-5.pgdg+2_arm64.deb
Size: 156324
SHA256: 64cec6ca892cf46972925bd73c02b2af837a9afbff78f07921744e2a1ec438bf
SHA1: b958bf97409aaeaa43e327cbdc2a397ea72730a9
MD5sum: c550c081d8ed2fcc7897918a5dfc3a70
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.
Timestamp: 2024-01-16 11:09:52+00

Package: libpq5
Source: postgresql-9.6
Version: 9.6.24-5.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 660
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpq5_9.6.24-5.pgdg+2_arm64.deb
Size: 131256
SHA256: f670c01b1f0de8da20e243dd20a4089759ee0da6dbe772201df00b9e96d13621
SHA1: 3f2508ba424bd460998438c12399f87646b443d6
MD5sum: 10ceaa508fd7c959b79ec332d3201934
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.
Timestamp: 2024-01-16 11:09:52+00

Package: check-patroni
Version: 1.0.0-1.pgdg+1
Architecture: all
Maintainer: David Prévot <taffit@debian.org>
Installed-Size: 90
Depends: python3-attr, python3-click, python3-nagiosplugin, python3-requests, python3:any
Homepage: https://github.com/dalibo/check_patroni
Priority: optional
Section: utils
Filename: pool/main/c/check-patroni/check-patroni_1.0.0-1.pgdg+1_all.deb
Size: 16960
SHA256: d0e112e1e81de606993d736a0f6120fdaba5f01a277e727d0ea45c60cfc2266e
SHA1: 073a7e2378f175d0eb1d3c861b93fdd39a1f1a12
MD5sum: 1b36a43c86497fa9625161f449097fe9
Description: Nagios plugin to check on patroni
 A nagios plugin for patroni that checks presence of leader, replicas,
 and node counts, and also checks each node for replication status.
Timestamp: 2024-01-16 13:24:29+00

Package: libecpg6
Source: postgresql-16
Version: 16.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 275
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-16/libecpg6_16.1-1.pgdg+2_arm64.deb
Size: 56232
SHA256: ee0172f85ae64ff89813aa16ccc11073811f1f9bfd22633eb2188a17b2220173
SHA1: 21299a31ae3555eeb580fe02bd6791acea9dd283
MD5sum: 3f1e82a9853741740e515ff5be2e44b6
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.
Timestamp: 2024-01-16 13:24:29+00

Package: libecpg6-dbgsym
Source: postgresql-16
Version: 16.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 16.1-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/libecpg6-dbgsym_16.1-1.pgdg+2_arm64.deb
Size: 114516
SHA256: 8a587892a881e4c1487285ab58741270653463dd59b2beeb9af4077f55f4ea34
SHA1: ed94acbef9ecfcf9dfd86f2997f664de5ef091b4
MD5sum: c84f7596e6399825dd334307dfd7f195
Description: debug symbols for libecpg6
Build-Ids: 7f32698f630d2cc69583822d1400e085d7158c19
Timestamp: 2024-01-16 13:24:29+00

Package: libecpg-compat3
Source: postgresql-16
Version: 16.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-16/libecpg-compat3_16.1-1.pgdg+2_arm64.deb
Size: 19636
SHA256: a52204d079359656aed03b29df2ab0d8a8c87f2257349ed7c99a94200983b6f5
SHA1: 8ea3eb1173813eb69d2178a61f5caa144a4a8921
MD5sum: 0092c77ffa01d72502c17260d423192e
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.
Timestamp: 2024-01-16 13:24:29+00

Package: libecpg-compat3-dbgsym
Source: postgresql-16
Version: 16.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 16.1-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/libecpg-compat3-dbgsym_16.1-1.pgdg+2_arm64.deb
Size: 39428
SHA256: 1e6c5534e69295a84842c5ffc79ec98a7d40a934bd7b243ea3b96898d4438269
SHA1: ad0783200ff76e444849f30616b70a252661ba3a
MD5sum: 09c4283f770c02249a809664ffead907
Description: debug symbols for libecpg-compat3
Build-Ids: a03ae8ec7c310c2c7877d98cdca747b6c86f1a8d
Timestamp: 2024-01-16 13:24:29+00

Package: libecpg-dev
Source: postgresql-16
Version: 16.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1632
Depends: libecpg-compat3 (= 16.1-1.pgdg+2), libecpg6 (= 16.1-1.pgdg+2), libpgtypes3 (= 16.1-1.pgdg+2), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-16/libecpg-dev_16.1-1.pgdg+2_arm64.deb
Size: 276768
SHA256: 78d84ff1a8862d809f56d7d0278619282468af309c3c5ce5c17168a366bb76e5
SHA1: 942ec5e4f6c5c258f6811ff77e048eacb38c1e3f
MD5sum: 52ca7f4269f8866c1381c436797d4e4f
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).
Timestamp: 2024-01-16 13:24:29+00

Package: libecpg-dev-dbgsym
Source: postgresql-16
Version: 16.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 303
Depends: libecpg-dev (= 16.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/libecpg-dev-dbgsym_16.1-1.pgdg+2_arm64.deb
Size: 262196
SHA256: 76ec395b8e9e91d45b2f2c5b5fadc470f7ee0056ae4eda574a4dfd06cb1c9c0f
SHA1: 7a0fd96fe02ba3781ea00718e22456f03e6e8cc3
MD5sum: 6c5a1f2bcd1ac340f7540c710a16768e
Description: debug symbols for libecpg-dev
Build-Ids: 2e6b2b95d2bf427f01527c5f400aed4a669e25a4
Timestamp: 2024-01-16 13:24:29+00

Package: libpgtypes3
Source: postgresql-16
Version: 16.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 161
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-16/libpgtypes3_16.1-1.pgdg+2_arm64.deb
Size: 40216
SHA256: 46b399b2e0779fe5715d09f0e4fab8d5dc28505511e576e601977ad755d8e5cd
SHA1: 6d5190049c23e4c9412e43f7c1034de160064dad
MD5sum: bcbdd9185545308ed4d5cd2047ccbacd
Description: shared library libpgtypes for PostgreSQL 16
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 13:24:29+00

Package: libpgtypes3-dbgsym
Source: postgresql-16
Version: 16.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 16.1-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/libpgtypes3-dbgsym_16.1-1.pgdg+2_arm64.deb
Size: 88952
SHA256: 401c3746afa659b36429c8ca70546e9bc23cf119bd504a4a5266b4d95f1c749f
SHA1: 35437d8ce97e7b0185d82892ed2e6ff43b290f33
MD5sum: 4e5bd3af625863d7d9ccbd7dc8675a2e
Description: debug symbols for libpgtypes3
Build-Ids: afb9d1dd87ac26f7fafe4f50eb5b65cc5611fef7
Timestamp: 2024-01-16 13:24:29+00

Package: libpq5
Source: postgresql-16
Version: 16.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1073
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-16/libpq5_16.1-1.pgdg+2_arm64.deb
Size: 209060
SHA256: c3d3eb91f76ef57f9d793b8d9be10373692ef0a8a00765ab1b0330ea05272d1b
SHA1: d97ba2a20943c3891cab2765a59fa1343b88e486
MD5sum: 1ff9a9aff04ba2b62b1cf6662d13cbbf
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.
Timestamp: 2024-01-16 13:24:29+00

Package: libpq5-dbgsym
Source: postgresql-16
Version: 16.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 324
Depends: libpq5 (= 16.1-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/libpq5-dbgsym_16.1-1.pgdg+2_arm64.deb
Size: 287712
SHA256: deaadc3140504d70466c8eabd11eed674070b475a93c7b44a92c83b6ce5e6e32
SHA1: 15481efade9c78a2154a372591724b6ae5ccb634
MD5sum: 2858dc70af5016153ca8b4810c80c662
Description: debug symbols for libpq5
Build-Ids: 23563663045c966bbcc9fb1c26b7b666add06502
Timestamp: 2024-01-16 13:24:29+00

Package: libpq-dev
Source: postgresql-16
Version: 16.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 594
Depends: libpq5 (= 16.1-1.pgdg+2), libssl-dev
Suggests: postgresql-doc-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-16/libpq-dev_16.1-1.pgdg+2_arm64.deb
Size: 140540
SHA256: 6f891a08b7b053701e765eed7b49ca47c2adf1e08af08826aee8baa6361eb1ca
SHA1: 7a86f3d78d0e4a013e62f0c435441a6654e0e7af
MD5sum: 429a00775564f52ab7a0096676f1dbce
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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-10
Version: 10.23-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28400
Depends: locales | locales-all, postgresql-client-10, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-10
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-10_10.23-2.pgdg+2_arm64.deb
Size: 5033296
SHA256: b966a8baab51ad93d61d054767457257d37cdcacd2c3a5e64f405905fbf2d7f9
SHA1: 88c184b2e16268035ad572d2e77d14df22acd836
MD5sum: 4db98524e09215e159647fab007eefbb
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 10.
Postgresql-Catversion: 201707211
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-10-dbgsym
Source: postgresql-10
Version: 10.23-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13573
Depends: postgresql-10 (= 10.23-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-10-dbgsym_10.23-2.pgdg+2_arm64.deb
Size: 12090748
SHA256: c4e5635230a1cb85372d5de419e0e5fef08b84412ed1c67331585a18c93614ee
SHA1: 5e17c06a275d51f6b681a86548fb18e8334aa775
MD5sum: 66c27c8e6131199b52aef8d16661f732
Description: debug symbols for postgresql-10
Build-Ids: 0247d03d6f8a3c2f9fff739aec25b718e58a3bc6 04e8922e4bacdc6e28683eb911b4b5b2d24d8136 052f9af4136093174d8d3cb3cfe438934722aefa 0925d21c433f769d962b1664f0d0e5364cf71269 0b69e4603a8ff9c7f3ead193e8c095ebd2723441 0cb7adfc88abde9bf78993fe0d90216424918251 100b67666981fd8086c4c98b8bdef162b848cb7f 14491059b9fc6e54149b3adb590abe65525a780d 18c069a1f4e575ad890169775f36c09964a6ca2d 1a3d2e5a7055ec42416322c30327fa47d9636e19 1e8eb5a6635018ac8da85480a3ec65097c254381 25b4786b546b46b3cd0a01b29876a39923d11cfa 284be5dee03d4a19ab1366d5e537f950f5f40bd5 289125f6694d96516c579aa98800972feca54151 2a7f6724df51537f6f9148be2b1ee4ab89500cfe 2ab34ed98aa2aea0a2c852b4acd4730ede59fc2c 2d6f0b332ba801baf6825d28d3515674f21c3561 2f2d42f96722b60865e693f3314d8bb73b6c9fe5 301adc16a310b579142c609d2c4e73f7ddb0834f 36a78a482f85b83bd5c821d3e2ece0d5f87a5497 37999d50995d58303536773a9138e640cdf0e32a 3b6f193eb2c62f2b45ec5320d434cba768e9fdb2 3fe20e8037079c6c45a3938fd3d6463d611bdaaf 4053f4874ba86422283b7d5c063ecf25f56499cc 454ca4babc30118c667e9f948ad128a1c2ef68d1 47f04ccfe95dd1538ddf32b252a9c0037637d4d7 4b98544cf88c23473829aab18dbf80c7d43cd32e 4f04249897934420ded42145f89fd4f416a56aa2 4f5b1c44fe0389d50f9aff9cc0efb1e789791155 53188729edbe65415ca150e1349efed55f6adbf6 53efd6047aba87ff4deaa7d6f4f1a9a99225bad0 5d3a562f2a206422c015e0bee9e00cc64a31a76f 5e5fdb379b6f33844c08423c9eb560e4c60877b1 5fcfc9a457681638e84c1b0c1c2535030ff7771b 605c23c67259749dfa2802a0317fbac19d754366 607f8e997c3b700077b1fe738c356bc89bfdc36c 6092a6110cb47a36ac34abe3f3f4406ad0ecb671 665a1236ba5b9a1494505bff2b1ff2d28508d022 6b52113a15a72931d30dafe69a344d049bfe396e 6f3a3a7d9e0c3a368e9a9915b7a3aee9e6845880 700af017faf5c6af96d33b221e9922fcc230ef8e 755ab9e6c9b3f22192366d220e9708b45e255b36 7697d9606d60a25c0da5d20cc3e453b384269a31 76ac1c3f3d9ac9d498fef279332ceae47cc5241f 7c3f2f9209a63c31109c708a253a4d8526c5133b 7c46f1fd0813f2f3f7c74abd342567df9830f76e 7d6e6c158e29d7a6e77a29cf8eae1399b4b5e8fb 7d7a21f97fab451ee96c63fc50018b12d1d45e9a 7d810648099001ea15cdd66556c1d2032184ebf7 7fa8a81456908d9cda7f4a3b6248d4c647302c1d 7fe0ea1a3baf5fb4e7673ab5af0c0b028baac571 8024c0b9afd30a73dfaaeefc475a0de7d86f74cb 816c6bf0df6abd04040c262a2536640441ab7567 8240add49b15c25a6c9878af5639bc42fec8caf1 8675457eb4a3e5ffa98f0e6f6f0c69cc881fc486 89d9111ba539d1e36947227ef7dd9cf692393a2e 8cbc2e0add0435130b8b06c4d7766116cef4bd4c 8efe16d8ae6ad5b6a25c43d22516961f7de1f355 912490e002cfd464797929d0999016435a365832 985a1796c927bd8721af9f94cf808fb480a4dcee b2daf50efd0922ebc8393f14f9302900b6a03659 b70b176c76b128f37527d5c8ea864fc95e5ba65b bd82ad3432b6c15663dcb4f24eb2e07027854115 bdcd24211c2a639065d83a4dd3ef7d59ff38d8b9 c1e31bfe630dd6ab8649fd816fcadb650adfcc8a c63f0dada04b158db41571d141ab4c8c0b23b100 c6459b80046ce41499ae639b2d0450db743f5e2b c6e815158e272f625ed6c9702afbcc4a98d51168 ca8d73fa26809e1a20fba33b83721fc8cd1853b1 cab42315937a7f929f733aeb7f7afc58fd848418 cef258ef34db8cf0b9cac4b44c4e2e3f0d5f4af9 d37ca490242371f9cc7df11e6b43e8cabf6716c1 d3a73951bc40f456a25d7bf15dc16c2007861f5b d4514c96479e1cc8a0b06bd5856661ca9252149a d4fe98e22b62744c6774b96139bad8939c0f0a68 df3cba31cf080bf98c4a398c2d43e84a2104233e e2584d03c44d8c7122847e4ff81d00a7704705f8 e376575d36e484c434f4fb7e798cf065560979f6 e5f1cdbdd12f2f56ec98dc231541c6211154b5f3 e7753adec6303271dd6f041c3b832136ad56ab79 e927882c550b3baf6a7a6f09e6092a0ace4da051 e9b97387e0f82ec19d1de17a67e1441405d858c3 ea7e9335c14b3818315c6bad258242ffe20ff342 ed18568ff3be22ea4e25207a4e2d35643a30bb1a eddff04afb2418745fe8bd11f0b13282348f5ddf f02e042ac2969631a5c0a42d350fe9340e1a62ae f0ddc9936a70c9db43a31319a2c3e8d6116f7e99 f11a53ca6bdc1f3eed3b6dc94c7a38182a917d01 f2fae6a98e2dc5952abce09b32b9bcb6c99bc4ce f734375f9feb5b4b5251ac327674e819d022ac92 f7773f60014a1cfb773e048e9d5bf29932ffc6d2 f86d33114310e484f08121242578a22510a8de63 faab3b81a46f41532a86ff9225c2c3e5d2ad4d27 fea5ab2cb5e41d7c80abc2d95ceac5402324e478
Postgresql-Catversion: 201707211
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-11
Version: 11.22-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52804
Depends: locales | locales-all, postgresql-client-11, postgresql-common (>= 194~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm16, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: postgresql-11-citus (<< 8.0.0.PGDG-2~), postgresql-11-cron (<< 1.1.3-2~), postgresql-11-pgextwlist (<< 1.8-2~), postgresql-11-pglogical (<< 2.2.1-4~), postgresql-11-plsh (<< 1.20171014-3~), postgresql-11-rum (<< 1.3.2-4~), postgresql-11-wal2json (<< 1.0-5~)
Provides: postgresql-11-jit-llvm (= 16), postgresql-contrib-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-11_11.22-1.pgdg+2_arm64.deb
Size: 15394028
SHA256: e33b2ed4d00eab036f4fbf87fd352c166b36e8342e5c9c4bde29c27267231a25
SHA1: aa66eff26c15d989209944056b6eef6130ae9d80
MD5sum: 3a54dad23d7898840b8fe55b98111950
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 11.
Postgresql-Catversion: 201809051
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-11-dbgsym
Source: postgresql-11
Version: 11.22-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15376
Depends: postgresql-11 (= 11.22-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-11-dbgsym_11.22-1.pgdg+2_arm64.deb
Size: 13852324
SHA256: fb70ee7aa1260b9a00a1607dd7f8e64ce8c11b52d0d4b31268300cabdde0a801
SHA1: 992bf8f767f638748a168e74dc956c205273f106
MD5sum: 1abd0fb4c1e82c159b62119126f27ea0
Description: debug symbols for postgresql-11
Build-Ids: 01cf92977700589a9a9b1deaeaa747d25f9f4bfd 07bdc9b15cd65a3ce401422bbb5c4c26ccffae70 08920bf36e5a525398a12aaed2170641159906de 107a4f82e3109b545ee8261a4713719f2f771838 11303a675bdbdb270081e13b64020e28f3b6f68f 115ec87e181bbaf5fe96b850091d39cee5195f16 169bcfb365370fe73c642d98e8550d8ce851bc15 1a3d3c18f6d4bbf290fd40ea9058a609abe16729 1afb103d10b141db90130625301a878d4556b00a 1b18258cab52767c6dd612c33e790d9de7b6a297 1c284d1e4d1b9c175d907dd81a5f9be9d7c6dd83 1ced061823610eed35f36bcea5f080f192f1a3f0 1d3e71787cc35eacc2ce95d5dcb1cd8d339779e0 1ebeb7a4f763750a331041e3f309c84eabaa4734 22b2d86c9aefecc4dc04724c4e442a0bba5f37d1 249f4b00cc33c68079652ab44034bdfee14f92b7 251929f03750644b8528af9b093cf554a4ec5842 2547836a825a2adc19a4a280b191c26d281a2822 262245ffea7700d52964afcf433a5fc2ea951bd9 2631e1ded5d3265562e78c817ae90c926849fc5d 2be83a587086b13d84d270e5732c66b87180dfd7 2dfc0e353970f6331e6c3ac0604affedcbfddabb 2e4f7090c69d6cfa91b0b681f97da13e03fa46d8 2fb93681cb47b4cc199a45c112e98cf283350afe 33bd7b5c0bfe8ac50e3a78f93ccc0b103fd87672 35956afe00a773e9740953019313acdf07597e8e 36defcc5046b878598bdd7b7ab342a57f48dfae5 3821a1b4e3affab52931f0535a473ef04d31dbab 39906ffa6b2f739698c60d1c911bb311c03e8024 3f0d413f8888c47fd66df367bd9a9634be9afef6 3fcf6096ba0656fce00915cad586914b92c542b3 43691fb7488a8e020df798af8f12595b786f3055 4416e859d92deb37b3b2fa34933c9cf8e6e20525 454db16af77743398df58744facd67a82bf21a6f 4b68ee4c228652b6ad024b6c9ba4ce6996278f23 4bf478c273c584aae2a8e297b2ec138abc305ac5 4bf89de6bd6308775ae8aea29e7ba753e000e687 58bc2a64bc0b91a7cb5742a255354b36c3b342f0 5ac519236b6a823281182f91e3ba38ad094667db 5ac80fc9119fb79538428bd9a8bd5bf54bce026b 6502a217ca5bba841c7b46331bfdafbdd6d8783e 6d027906957742d3e4bc61439f960c1b31883395 7210987efcf08151c5a5075ff185d6a0dcc6428c 74906e0e2c1ac1fffabd89121f3d1040e547e021 74f09b9a1cc0f580121a6406d35d84516581f3e4 762962d32a8c4bce33addfa9888ef93c132f1eae 77a663cd0139f523d6b413aef8a7aca6413005cf 77ae18ee37189e47ae38edc9ea9f35815c9b7c54 78119c62b439afcd096d345da9ad53b59f2bde21 7a70350ae9c389556b18c6902f859104da0c9999 7d88ed3a13983562ca1b1a4dcd939a3e0e7c41b4 834bf6c39b018a497e6261ad5a4dd5fe379e7da3 85aa81a3d7691212a62b55ab9f3d66e55568094a 86d35c4c240d5c4cd33c230bc6db4e04336876dd 8c3d8f310e1ef16b43c92d0931161d3042a072e5 8f0f91a0b11a29279c5b869cac1b79ca62bbbc1a 909f3d8e2cae48d1507202b0bd97cace9d4e2b59 9281e590b0fa2df4baca8c3a9a38b4409ee1d1ef 92b79c8a2e4d2d47774bb6218e4783ea1ca11a50 93f33af4961275dc332a85c633e6f1f0a38e36fe 945170cf3eedd2b7d3e7d74dbeb9d43a874f1871 96fb268efc6a0c3b47932380f3f194fa2eefbfba 978834f24941821bacc49eaecfe77c5b903944d8 9e81804d740d2b45ce9a2d22956a2bc3a12cc084 a00968e18cec9a45ff9032110cb9b268e692e337 a03e450f7b39e9662e7df34dae920e95d8819aea a162de2c7d06cb563df5145f1e9bd4d648766c3c a2f314920299c2bc392cd63582f96618e0c96f28 a32ecacaa87a94b8be69b728d65d0a3ba717fa1d af5d5de11029541d3aab242bb79c2a0f8ee56077 b097da45353b72591a1052e18e6e22cf628d8d4e b1a5ec6f4f8f0eb129d170a93ca2cf2042194393 b77add2c6e7fc967337cf14e62977acc9b85a7d8 bf02cc0cf4bb8bc95b24e16934428034fb431d98 c08be5c3e90ab9d9dbb68a6c7d3ff60390a4f1f4 c0ea03c02bf852af35c86d2f15f5e2510f91e63e cd143db18ace79bdbfa702b33dfaf24912cc460e d1113516aa7f11a7aea4dd6dca5921cb18df0c72 daede364ee91912052f06e5418902fe250fe8c49 db70f71a21c1a0fe19cad4e2f0221e3ad7854593 dfbc84a22cb67bea0423ac85e773a068cadf9260 e18683835d2e8424c98a40183ddb1c102565e9bf e1f244485a44411da8e2beba1f7adb568ce0a30f e715ecb85ad763088c8506d7dc00590b140d45dc e84bd09a92546f98377efd97108606bb0ca87847 e9935c7f9015afea0a22829b7b124a8505eca13f e9ccccb82fc4be8a785c8f49073f96812dd403f2 ec8824833b4a4d898d47b9eb150ef27a2223a1f0 eca9d9c68d2e692960ec82e942bf6b060c32b7a9 ef8c0d5b665771180ef161d5b88620ee17312525 f1c1e305a6bd00c8529d77fd2f3cea9f77a18796 f5110a86b832874b32ad42613fbb2190f183e970 fd326f25bf8b1d6a94fb59a4bb841c4966698896 fe3ade6e8a8b6b35430a58166d807d9fdd725271 fedc1bf938fad7e8f5611c1994f2062e97839def
Postgresql-Catversion: 201809051
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-12
Version: 12.17-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54740
Depends: locales | locales-all, postgresql-client-12, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm16, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-12-jit-llvm (= 16), postgresql-contrib-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-12_12.17-1.pgdg+2_arm64.deb
Size: 16043956
SHA256: b6cb088d7c3ba32e26aa5cc2e2e449d686849f3d3dbab21c4967595d4857d99c
SHA1: bdf41fb56ca32dff8df93b77b49b0772fa2d303e
MD5sum: ca18d54559d910d1f2f0fd0652dd9d2b
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 12.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 201909212
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-12-dbgsym
Source: postgresql-12
Version: 12.17-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16608
Depends: postgresql-12 (= 12.17-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-12-dbgsym_12.17-1.pgdg+2_arm64.deb
Size: 15020984
SHA256: 6fce3ddf3b16f0312e928229b3ee4a0af6eb854bdff321333b3b19b8b0b1d44d
SHA1: a0b2f3a3607e6c954ba303f9cdd0f9ed136f3283
MD5sum: e49adc439dbf380511f5688396066724
Description: debug symbols for postgresql-12
Build-Ids: 00a0c1543270a1de0431851fac49ab7033fec0df 09e5828b85bbf80ae5cfef7abd3669c129992b67 0be3d3cc4e83b60125d3ce647e4ff9ee29035c8e 0f025c7b4387fe2524286e9d20c2dcae5619992c 148ba6bd1ce6ccc16b1a20a4758144d5962ff620 1794fcfd15d033559abc8fad592c07c76c4ce8d1 18f01fc278d9f47674dbe7f31acf097bed03752b 1dce86de3966f0bffee0acecb63a5ea3da83496e 1e13398309ad62015aa382f1e17b7fda12a15d3f 1ea73e4adf67442ae75746bd4a481da4811ef319 1eb6f0f148c9e6a4874489438934e51a8cbe911c 27a2998f0edd2044155fccae1144a4285825b1cc 2856d35e3b98fcfb3f726a91cd987f90ff27346b 2d29367a14378a01e93beeadc0755453c1c1eba5 2dadd9d2ce19bf3435d01e3a6799965df7721902 2e3497ed666cbf3a1de7077ee2c832158f0404ba 315acb988ee97230efef4168166e26b296befda0 3478e026f6b5ff2fdb60a57ede741286e886f346 38868ae8d25216dfffdb16a97f3703af5fd6a130 391f938784b459594f9cf24c8e8a3daff07b1bc0 3de1029a1dad87ee489051cbade7ff82d63a71b1 3f7088db2f24449a9f75017ffbb15daecc6a9845 4021779b9d71dfb076f484360b5fde776dda3600 4487f70dec6f3de81608cf708534120de4ef42a5 46b38c827e1d5b07f2a4a100bb3e7f2e8e92aa3a 48357fde9f05bc10185d0832b8a0fe6c7b8efeeb 491474b87ca2be7ed1f31c83cc3b4f4431bfcfa3 4980adfd9494bc915e78c16620dbb7257ec0de8c 4cdc9f341c6f6349dc994bcb8484900ec4d9a075 4f97082f1488c5d5b21844d1c0b6b3d70f83bb5c 51c49c369b526bffb6473bbde71b86c65e9d91a7 522eb9e943ce99389ae0d0709c10f5a4878a8157 541114bd8a9ca887e5d8afcd9ce20d112b24bb0e 54a0525f30dce81d922dcf2923bdb50387e05ccb 5647a072e8acd19345a0ee3951500f4f54aaceb5 573716f200455cdf5c8b09124562bf6c54706bcc 61f4280a5f86a0b10a0d91c2fb1b10f773c5b25c 6595911f9f975229a88c24e8c9ff1354ab12f910 6dee1ce4e4f8c928e8fe8167df2d073a6ae85ad1 6e0e97e0280bea34f93f2acf593b87c42840a790 71086e8c734c2d6955fb275e5bad82fa2e387ce4 7331bd7342865e12939b6e2ea7cee9564e94922c 73a65d9cd9db87eaef06228130838e83a1690e05 7428b15107129403247987835b72e3d7f3376b88 77ef265961cb35071746dc38abac13cb4a905377 783e2c6a15667b47a18fe5a600b85be71d2380bb 7a1da943f2f41bc6c0de1f2ce62746d2dc140bbc 7a8fd2c59b2cbcba7841c2201a87d4066632b0fa 849394f9321ce99017714d73b88d429c7133b224 86e229f061abe33a772c2acfd5bbfcac572df8c6 879db1f22af78658be7747614947504a5f750bee 8ec0b70e02aad596133e1195c2027ef83344b8e7 93896e592f8ad65bc0fae55b1812570a07f9ba83 945f671bc9cfbece94022bac42fc5ff495a5c6f6 945fd128021d63aea98c60fd30cad64fca522f45 98f7d785e56f2d2484281d6e86acf0c33a7c9adf 9b70ea16171acdc07d011b3e23fba1da220858e7 9ba38ac36db1d10ce49b9ac896a6c19130dd837d 9bbc9ccccd07cb5777563931809211ed0420dcb2 9eea4ab24e20df00af3d4269777c2867cd19e8d5 a15f57674b999ead3a732d52c54f9b358c1eac9e a400be9f2a28624426f340a46f16792ee3a9cc58 a6fef59d766b7ce343f9ebfe341b9db1eb3c697b aef4b6119cb9cad68259ec27d0780798ae3a727a b3be01d90f0cbedb344f050504afc9caaa3a0664 b444fe96bfe37f7212e47e5ed635f09f988ca93c bad822eec3b2f2e9d9e5e936e7d1df933ad4eef5 bb071c901cd301a21e475e0bbc861ab2a7c7e47b bfa9f4c101d3075bee320d8cd1ecda9eb8e77619 c1f613b8c701cd14ffcfb803c1072881f794008a c7ded6b837982d6931312528be93f7af04442703 c7eab7fe7bfbd1676e676da8825f629040455d52 cb6fde38f9462d0183b783df95518fcaee8b2aaa cbd86e62777b3a9ad3ef13c224b806c5bdae5153 ceb558afc874b1119961df4698c68dbb417c6b06 d039e40a7a9b728679c56ae6bf95f937f47b557e d42f047221a09de79b9ce291429957a7784823ca d42fc44ac1996479f9eed39b621c6bfa2df663af d7cfe0608d691aac63735323dd0d4b8a435b115a d8f3bacda557bc1dbe4e8a952c73e8ce4267c988 dc136a166103d5ebf322804899efdab2348db760 df79c634aced4bf703b8cccbecacedcb2f07874e e090bef37565d5aafd979b9f8f0d021cfe2bca89 e0bb6a6051a248884c10a04656b181f279ceecd1 e2be5e1c5c8193cd8c872ff4b7c7427b454b5850 e59d9d493a0653d2ac3dbd4719e97e4a1386c4d0 efa6d6fe040b0b7a870dc284e587b679ffd7e97a f1fc497abb8e857ad9567793492ca48190e726d3 f5f3862482a0225eba154a90be5477252985fd8c f7c8ed524446c8f6a1169e069007974caa69a7c8 fa6cce342dac5c7e3d8e9e53216d308531540951 faed3ac1624bd3eae929cfe80b86e4250eb21605 fc89336246b160d35b4204208c8907067d5b3c77 ffdfefa5536362bb650ba45a1e7b7300034a2920
Postgresql-Catversion: 201909212
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-13
Version: 13.13-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54514
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm16, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-13-jit-llvm (= 16), postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-13_13.13-1.pgdg+2_arm64.deb
Size: 16341932
SHA256: 9f3512fbd5cd39c8f0f113f563df3a52acca18e47a3dbcbdfcc171f5ccaabe70
SHA1: 5828fc3ad057b7ba66a89bcdc41356b2ba04438c
MD5sum: 6ed847a4b7d2b099485fdcfab9214572
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 13.
Postgresql-Catversion: 202007201
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-13-dbgsym
Source: postgresql-13
Version: 13.13-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17423
Depends: postgresql-13 (= 13.13-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-13-dbgsym_13.13-1.pgdg+2_arm64.deb
Size: 15813012
SHA256: aae16f6a03397f94e8f0126cc78ea365e49203e55d8b7bbc038c71aa45e01f11
SHA1: 934966d735b501e1620bb987278c01369cf18b3c
MD5sum: 4a815298c168fcf253be67cd08120d1e
Description: debug symbols for postgresql-13
Build-Ids: 00fc468cf2177131249ae5181a50bab039bf2a8d 01742c9fa09ce4e4d14f44334d85ac1688ef0625 02950e19aa6e034e747a360805239adb3c5f5e09 0592bbf0a65a212c05abb0e7708aa3b37e256a4a 05b16f825f671304f0294c30df4c9896d3b90971 10f013be361bd6dddf3caac2a662e44c37dbf0a5 11d5ebaea9606d2396e9baa8b9caf17b4924ffff 1b3b3f72cbe909f0e634f66c75fb2f24d7ad3156 1e877347af29f2bbb54f140f886f871b62870bbe 2078ceb2c35cef4001775a491e688e371ff6b55c 22fb1dbe3fd3a4bc6646627cfd24c34f8ce74b59 25019813df4689180ddb89ac0dff373e51479837 251aa8c4238c5e2ab78da8c3e2ac3d903d6d9cac 25f597dd6a40d64544445cebb95a34295523c080 2649b834067d8d48a654c2d90cff0670924e39f1 2bc1debe10a50095587c0995fd580a2bae8d0ac9 2e4ebaa3496c283e8f50ece4f5a38f3c410bc1fa 2febca88fba526bcf4c302403efa4a8019d3a78f 3313b4c95e8c26b47081e17b15986c3bd9d1c6d1 3ebe5c9a828f77b8f6022fb28eb14e16bb69e085 3f2c1d40ebd67f700c9fcf007370b16b95ec1494 3f772ddf2e0774cfbdc03641711028a56600f3da 3fa0e6694a8df059e0b0abb67ccd821d2de7860c 41527640166a923233184fd6535ade4c69287e79 453d395f233571077feda402fc051a4fc1ba8e06 46b8ac8d42916c6a49e8c265517fa2102ce041db 48c1827c434fed21d3ce147ad5fe79846f83d7f8 4bca16744767083f3ec1c2fbe5ce8b027a4b7fce 4f0cbd4a873c32573f954ce560bcfe9f505eb8e0 545da566947cf319773c86cb96fe9a8c1fa93a60 55b9e1833b47ad01e16a8fbde5b964a3a5e88a69 5ff6ba4840697c60bac89a40a02f05527d3e9bd4 61e03fa2c5fa0fb47365aec6d2ac9ca85f72adba 64d6cfc9932e2e8c14c85fc66e5ed583c790f0a9 655f4c335998b60d1e05e429676f12148e235f9a 65caa95358c0e91357610d6b4f09006262f2f37f 69ffb4ac5934029244ec0d0eaf115be7d11cd1e3 6ded5c8389be47bc8328638b03a390d616979860 714f3967548f683056d72b6f4a959b3b746676f4 7884b0abd4f101db3c1433109544b3ef23bca8fe 7c32045744eb694e822fc544552ed784c4a812db 7e458d6540237cb1a2e094a515ecee630d23b674 80d1d46a57a57af096214a84c52f8b26aaffc363 80e3e815550a0886ee29ec71831611d421a45af9 84f516812ccb850b662ef9885f882bf107639eb1 86d6da05374a1d1ad380584c25364b4b6d18cc88 8ad1afbe6d86995639e1b765491ae76a66fa16df 8bf607b03e821df0f1a14cbb80d28dd6e3d3c852 913419099e49deb3106bbb4067e5cae0e652d1fa 940b1d214b4b742f7173883fc8800b658e125834 94bf89a39cdbb182e9c51cd62f7ec0b41784ad3a 95a28762a8c9327931af6d22ca872c4e0af0adbf 9bf3c7da99fde20af173503fe15b14f6e54c5bb3 9edf625cad310d814ac1c22ba10a7760bb6876f4 9f4ca354b2e070f52851db95c8c3bb99056869c9 a4d11e3820917510aa1f3e0a911957b7d9d5098d a54d46c52aed709d33e089ad8bf37ccc5d1e13d4 abeca79f965e786bc647390623ad213ecec4de03 b1686a896f437a9d4b44e5efff7b8f699e2de5b1 b174f7a2538c80521cd3aa63febaaa3b8df1f84a b33a68b267bca0346dd075c05347b63546ea7c60 bc3880b9aa5686e2d135d3a1be3daeeba8ddaf6b bd19b35e7a9ae9aa627f4c3d638022ffd18ef557 be37e7c166607fe9e31ab8e4bf95944a1fd5cebe be490e71547754a87492bad4a6d758bb3a1e24dd c62114c2be5e2afbbffa989beaa2e92a216d9aba caf17e8519dd1bb070d17e6d6082e7573054b043 cb25ef6893b9884f89c5902ec6d39440627f11b3 cbe8b942bef26f5aca41f3c6b061541efbde28c4 cd7408f65971e90107abfb06b53ee82e7e6c9d23 cebb287f8f188a26f5b2c4d0da12d101f4f45d75 d4f5b5e0ff81a71ad8c8e3b11a62cefd3326863a d8547ae20c65091071839c3080287bc6613d114b dcb65b4b1b821d59c9159f21c38c0cac6b992d19 df9e4d4e8b10bae917b29d111e297f64b02d431d e02f77f2d3d5b849475b27ba45e5a0c482d55bd0 e271ef54d73d7653b73830f3e3f2cadf6f152715 e425fde6aa1f41fc155b456c09ba287cac11692f e66c6e2f658090d03f538cfb870fbcde77a0ed7b e71371530fd166303344ba570d16c15b89ba493d e764b1705ce66f231b75737c80e39c1d0450d84b e82991e685ad6847056fdc703b5287c197153cd5 e9e00dfd0bb8c5bf8ea0fbc147821f3fa0e10a05 ea4f08666dda398c9c36c1271fae76be193b9353 ebd68f06c8db09485fdc86db0273f4742aba47dd f2b28670405f2f2a8317ad9a4a4cae022cb36866 f3571f2807d4a0baa957338df4caae0f824e11a3 f4a1d88aa5d6613781702aa168bba3fdd48bb077 f5600a9b6363f8070a4a8d486a19cac59682455f f5754803525f832c46ed270f1c49676442b1bb1d f66a40582b158291e920c5076816ac97daed6248 f732389dbf888156c750ab3117cbca529b25727d
Postgresql-Catversion: 202007201
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-14
Version: 14.10-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56774
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 229~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm16, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-14-jit-llvm (= 16), postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-14_14.10-1.pgdg+2_arm64.deb
Size: 17130808
SHA256: 1a06619524d012daaa287c9eb9f3e38251a31cbd64826e766ac441b1c0ffdea5
SHA1: 3405905c96c9e944cdb4d198d4ce21a293dea24d
MD5sum: 6c11affebfac2123f14a143713db3cc7
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 14.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202107181
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-14-dbgsym
Source: postgresql-14
Version: 14.10-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18484
Depends: postgresql-14 (= 14.10-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-14-dbgsym_14.10-1.pgdg+2_arm64.deb
Size: 16690376
SHA256: 510007f9b06e766ab7f4a7c219046fe9d2188e1c91f424818b6dbd1c23405760
SHA1: 3d275110b459adf241c8efe79d7608c2978a2424
MD5sum: 8c11c150ea9bed8de0116328643975e6
Description: debug symbols for postgresql-14
Build-Ids: 00a6481fe7860c7ac68b8d08cbb51c9a23749398 042d3540efb009b06988911afae8bdbaee0b4018 056c72703651ba53107bed8deff6be4fb1f4551e 06996977247d13824199e9b240378b87b9581c71 09b522922df93998194ecab741ec19f50df97551 0d22b4c1b1d11470203c5b0e8de5f35c323e64c8 161ebcad10db3f0c984bbdd2fb77045a8bed8aef 186e505b78d45bdfee82181ee4037bef3d2baa80 1e9dece1d164c2855d9b23c24c03d93462bc5370 204879eb022abbc7a10525fec28e73d362a6dfee 238e2f981721898a7f126324a8139f311c80bdc3 2829eadda2c1c28307dad5765b9a93c64e638662 2bd189d734ff31aad62cdcbedb260900d5bb49b9 2dfa793d08f2b46a43dea2e8e0e9b054f82aeedc 30c2d084a98e7ce9c09451074681d1d81dd91e28 326db2f84c632f36eb0b0aba13f2c2d3eb7d8a8f 33305d435859d2fcdc98b1fd2f6b19610237c132 34398172b3580dcd05a83d2c471f6ec7abb6497a 35b7dd8e5bb9ed959d441c0bf85e288148b97ebb 35de3595c39cba7279a68e81723d8fe039ac72de 3685e8fa73b0a47a0e22646a198926f203ad1bc0 3b5aeb89b2d3bae55f44ecc9a4c9498c6e024249 3bf330802fc47f93e621c2571a199a7474117b89 3fab6a50e080759547cfb9b622affee3ef9f5f9b 4008289f323b0354a15983837d25c31cf5d0dd46 41dde10005e6dab1f7a2408d8f9dffb131a6aa86 44516c6d2c916a18c194f91e71b75dc34a859971 45f42093b874bbf546af9c22672b6d2dbc9271ff 49541fed42c87be5a0168f53090b1253c5b2679b 4a768cb568faaad6a0eb5981d7e31df87b426c32 4b0bfdabf329e45a22dd11299f4b53e9f6295cf4 4c0213d66e10f41998b2c4c6869e23f6f6932dba 4e8ff8af345f3212e3aa3d07f30d54b4312d6b05 51135032ffb5a0dbf3cda7228d6cb0a441f8c72f 53b4ddf098895f353273cd37f8d7b6f3e238cb96 55992d0dc376ad1e2add4166200f37acadb93ba2 5c34244c08d5f27ae358ed69cf467568b919c971 5e4661a2b2e5f9f9cec4456435150d091930c8c4 60fbd54f719db99f5a9865c48e0ac3b17507d716 623ad2b5ae3db53168d7a342f787783afb73f480 6796e99aab14199acbff07afb7de4c75c3667f97 690e0a5de8899e276242637f2d13fcc7ebd1776e 6cfab21a465d8f4ab585a52e9fbe33145e327107 6d7a9a1def38abf5516362cee93b92a7013e44eb 7179ece15d2398462e406cca096df49ff12274d4 7cc4646c1ddd8fd2016448b0b492875c003cde57 7d56ddd4f2bd6dca2017e53f7c071bda46b719e2 7e95976ac87deb09821d1c025dff5b53b68cd658 811a88050ef417950ac60456c85d8246c9448f41 83593d6b5c8e7a1e0522450a6caa200163e60360 8553b016d3640b585fd8d4931aad177a165cc4ac 85c414e4eea3a5ae83c5db2fcfb562cab034583c 884338929c140c4461be2dffd0938db365e0bf14 8b5331d620234fa141338a2e4b495d8d2d9769de 8d8171e1d3d297f2982e4682dcdda985fa6ada2a 90b43ab1c50f1ed995f6de92feca3bb0fceb4e8d 96b63cebdf0b1e85e89e3b6793abf0f9d3c074e1 96ca2416aeff19304506651a87198817b5c65e57 96d14b391d18bd8428d34fac5943962e07f1ca88 99f97a6fdbf27ef25a704d86b5190ac33dc6a5ac 9c07e912b60f0380e30ca4e79d2dcd39c08a7310 a1567d4df2b4d806e62c89d9263b36044acf9224 a31cce728b67efbb724c5f79eaa10d8612231a67 a31da16a68b5f629321ed78e185f04b228680b21 a713116bc382137eed2691abd7b0243b3e74bc58 ac27b9f7367d0fe89aa78320761092308c4b37ad ace6c3f737d3ccc257b29cddd48eed8051dafe52 b3b470f0b1e32ab9869cff241cefbfde0c43de26 b3c4c12759fa01e3aab154944585260628898e91 b447932846f43f27118ee9246295430c80e827d0 b8619456c44b7a61e1342247318fbae2d7f84149 b8e368db4081a744d55f878188c678ea37e91cd7 ba066dedcf098d0be94f7d0410d2982bdb7ae1b7 ba926a25df859ca34c78b42169232cb7dd6da88d bac68cf554fdb07cb98d444193d30eaec198d685 bbbdfbf6a097a2707eb72acd9a078b2e72d0818d c3c087d263319b6d219afc18dec510561cb5519a c5d05cf4ea6d5abbe972d6994c98659c41c1e6ba c73729a9dd11e510f134b19194745255dda537cc d8485fcb7c5d030f1efcf1792c11dae3be9bfb1d d93848c0308993182728dcf4beede2c550329764 dd304ed14ff878121a31c605aebab77dc8816b37 e08ee2ab267e68ae89c2048d5318d7a3e208066e e4937f1ae0e913156b36f123c6a7dc5e16395f84 e5a02882e584733e334b249ab7aff95f50b5811b e6a6f26abdc07e2b356c908d9a06356a12f5edb0 eb791ad47d1c65bf01fc8b5a26c1eee928c329a1 eedcc7cd3d60dde8fae0052637089d8b5f13d345 eeee8ce9e13214e803023fc1c81e904a3aff1376 ef9bb932ac421f56c1a186d0a23818d37a6149c0 f1ae10c84dd28819ab75b0f8fbc6578f8a99e382 f588a7d2c6d7a19944d264d85f465a36f1836b27 fa4e110c77539955e64e6974079fa641e8ee0b8f
Postgresql-Catversion: 202107181
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-15
Version: 15.5-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59925
Depends: locales | locales-all, postgresql-client-15, postgresql-common (>= 241~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm16, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-15-jit-llvm (= 16), postgresql-contrib-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-15_15.5-1.pgdg+2_arm64.deb
Size: 17727040
SHA256: c4747bf87eb3da7fd01c5c6a525bd0c5aaf844cb104048176d8e1beeb2768eb2
SHA1: e2b811b5a376d8e8b233d0d563f15f8a16bd9e47
MD5sum: 9b812e6c5eb1d37d793f890ac11271f4
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 15.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202209061
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-15-dbgsym
Source: postgresql-15
Version: 15.5-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19133
Depends: postgresql-15 (= 15.5-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-15-dbgsym_15.5-1.pgdg+2_arm64.deb
Size: 17302884
SHA256: 6e7863de322b15ca92d50944ca764538c8d8d34dbc01be0d1758187ede8abba9
SHA1: c01d576b658295d48f1ba7642641df6df5d8dfa2
MD5sum: d173afb9734ccf2addcde1d2b12c7e9f
Description: debug symbols for postgresql-15
Build-Ids: 01056913581469fb99f1364312f741cc81759d34 068934e4590300071aae08db2dd242ec3d90b6a8 06f519bfbe9df2fee5af7821f0c8457ef9579bbb 099c557524ba867cc4d8d3b3b94592ba36f1e565 12d29c729aa3683b5912a07d6ac4743402bb0bc1 1635ef8921f9a588691845796403fc13ed1e6af5 17bff42d77a0fb88d3f093740adbafe32c6694a0 19945b8bb5f1f9cb13600b5161985948d9f4a3d5 1d4a9690a7ffa1ba6ac0de152fb70c91f6f8c2ac 1eabfe6d41b7271dbec5cafab941505dcc386dd8 21cc39bc51946b7a404d4ed38c151f8c3c00707f 21fd238903e71c312700d3b831eddf1158fc320b 2445ce30d3b1dadec64dd096a22a528b30c74619 255aaf4e53d217bef1816eb3ad5d437bbef377ab 262b1ede2ee8fa65cd25f6e21e5b150019400501 298ad035acc560350ee80377665b1ed7db80973f 2e040e0a6f4c505a14ea8f562bf95e5e2c26ed54 31a7478818508bc7afaaa63438ff438f99e48127 326fab96cd7b5f2b958dd10796ccabe797a50d02 387f1af0fc5f7e22d1e625598857e0421e68b854 3f6140a916a5c766d92933663daedc537ee131b9 40fae8817afed087b0e99bb0183fb2b8ac1f33a2 451bd0707f09a73c863d8d77f40a755f89ad8d01 47aa7b7b02a91477ff4dc62091da978ca7855138 49a116ce2e1a85ab8a539dde701734786bdd244a 4c4566206537fd8d03a1bd7bc89303313c7eb5ad 55badcc375ab3993e51387871b70da42773d990a 586c8e3aa918c42d68c25b67a84254c271f3abf7 5bdf30966e86398bde150eba91b7408c60d069da 5bfc3bd552f005726607f673c998568ecb3297f1 5cb465feee378d7cffd4e0bbeefaea108a1ce33a 623120f22b0d8543c12859dcea3186dcebb4c762 6257e740265e629ce9f53ddcbd65f2678e13c0cd 69afe62433394bf5dad4204f379a39cc9b4f3d99 6d6c27dcd06f7a6fb98b899124938d6db735c97f 6de4c2926b8d62c5d5be650b578920b3d426e6a5 7117aa21d0dfdf4a2d15130ca8a49fdace83470b 71cec23545fae60bd92203b3c502f5cf7aa2783d 7527f9fd8cf0de14637337725430395357c6c307 77608667264564a07be76e27d85444213ad19f21 7978103c6e40e2a5f2e1e4d897abed7d7b2a472c 7a5f44a1e55ca246db203aa3acb01bdbeb43f750 7c69ae998cc574838699273ce67ec7ebb87c736a 7d09581c54b2fdb25b8c3f420bdeeb78961684c3 7ee8d459b8068bc34f1652389e3462e5dd3cd691 807990133fda5ebc47268f17e10d4f8e8c2ad516 88f0ac3a57d9571eaf34ed6bd093b92008110c44 8f56f9af0cd32d8209b0dd99400b097f54742bf0 94694e54816adb0677859e4bb18ba8b24fae38a7 958a0d1f2a3660136d8861a6a7c4796dd2af8aba 967414413c06203184def025c4d593e6a8a19059 987fd1cd263e93bc2149b010acae4ffd5282c809 9b2d69b24afd2fc1585d214ad37abe679923c284 9b7a352cd463b61b4ce869fe96a5518e2f6125f3 9bac98f25972cef8932cdcf113bf7fe015af92cd 9ecda1c86712c0766832fe9ea479d9d5f88408ff a3af1a09804adad0816239b0d2310479f93b5abe a7708604daaa14ab1baff1b4a6e142c964150a5c aa6551a75ffdc6d867eeb41e74ab392aadd0420d b48158f6edfccc322a715cd194374f1717661a31 b71e53c232c674ff059c9a0b536f1b1dea2e7197 b9f952ae420394b44b0de7fff83170ba32d525ca ba117d5ac3055439cba008a0afa54c41fde8ef16 bb06974e7c57330e163c34f19d8ccd4e71c49895 bca39e9d2b86b9be1fe87f71ddf2c3de927f8d78 c01d3e7b13dfc116ff2a992dabac8381a21e4038 c1ba6b10b317937eba05f089657925eaa26beec6 c41282c7831e1d9430ca7f3bd9b3fb883141e8cf c558c222a8357d298b03d703421f40f3ca9a97ff c67cb43908c82a62195bebdaeb9c04558834ef5b c6b421233ef1d6b938d7ce63e55240177675031f c9a51c6f7c3ea0707ec9cbf9ac1c89d16c53d766 cbcbf376b48bb00f52bf3f0fe5e9f23e415c3f09 cf3eba05914299e1b9f0d22c8c4b87acdefb8ed3 d1b729db1aec48fea2d8d77a7e847c0e36c48c9a d24d1b842b4ef1289fb6fff8b01bab0617506b04 d92b5027883a4b82444430a61a7460f4e31c7532 db9c0bc9ca8108d0021550d262a5efaa5dda91c1 dd67848b5eeb44b5fc7f74ee19d80a4b0e19ab7f ddf0997221e4e898d9c4c704c3905d5e713faf46 e0502c8aaf3464dc26990bf239743edd9328d61c e1c8c4d474c81a82b4292fe4f1078c10da9461fc e2e3c15195fa9605ffb3f323d89d326478cf0a06 e30f6de106bb816eaa4a30617304b5def9b37d0b e6e406ae4a8aca9b6dbe7cd7f32a521db4d68bd9 e80fb700d60ce60c1b5efa7e6e05ea68f61f9efa e8809f221bb7e8b1b26a24a193617a514039a590 e896c055a35f49dcd8a53877b232e15d0c20c110 f5ab78d639215bb2269fa614f0b4e54eaa5e5f27 f79e5818b7917d16c102281a7dd299949f058a48 f7b9dc8720ecb4e5af73707a895ef7b39f74d20c f8c28d24def0a8e752ca30ad3e94ced3f3f52e88 f8c98464ed8e682a3e7ce614677b162fce4085d3 f90fcc7524891f087d17eeb0f29c9513e24afd93 f9ab1f6bb5abc18a248b13b7077c32a8956aceb9 fd4e5a4fcaa3b23285e4eb1f12a7bf1ec277325d
Postgresql-Catversion: 202209061
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-16
Version: 16.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63893
Depends: locales | locales-all, postgresql-client-16, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm16, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 16~~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-16-jit-llvm (= 16), postgresql-contrib-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-16_16.1-1.pgdg+2_arm64.deb
Size: 18563468
SHA256: 655034d78ca7fdd29c85b8c5ce980f2beb85f5323958b9502c416d3bba58dad7
SHA1: d7cf2d6612a613fb64e60b3bf087e71f9e1ed015
MD5sum: ee349b870ae3522db1264a22d3864aca
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 16.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202307071
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-16-age
Version: 1.5.0~rc0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2065
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/apache/age
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16-age/postgresql-16-age_1.5.0~rc0-2.pgdg+1_arm64.deb
Size: 771828
SHA256: b4b5388937a9c858fd63cc22adaef2f51e3149ac548f4ca060278c39bef2cdd3
SHA1: a5b3abdfbe3e2c6f64f0270f5424d395a959615e
MD5sum: 2fe5a4399d6921a7865d5ecebba07cd8
Description: Graph database optimized for fast analysis and real-time data processing
 Apache AGE is an extension for PostgreSQL that enables users to leverage a
 graph database on top of the existing relational databases. AGE is an acronym
 for A Graph Extension and is inspired by Bitnine's AgensGraph, a multi-model
 database fork of PostgreSQL. The basic principle of the project is to create a
 single storage that handles both the relational and graph data model so that
 the users can use the standard ANSI SQL along with openCypher, one of the most
 popular graph query languages today.
 .
 This package contains Apache AGE for PostgreSQL 16.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-16-age-dbgsym
Source: postgresql-16-age
Version: 1.5.0~rc0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 755
Depends: postgresql-16-age (= 1.5.0~rc0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16-age/postgresql-16-age-dbgsym_1.5.0~rc0-2.pgdg+1_arm64.deb
Size: 692412
SHA256: 87ec06d8893f8ce512ed663be5b27eadf852082d9c6dbcaab12dbb6afbfa9893
SHA1: 087d104f7807305fa1abbf368e3aaded798ecbf0
MD5sum: d50a78825bb1c23b9ad755bcf5f9548b
Description: debug symbols for postgresql-16-age
Build-Ids: e6a8069249d34fd7952f9255b241455b6128d99c
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-16-dbgsym
Source: postgresql-16
Version: 16.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20642
Depends: postgresql-16 (= 16.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-16-dbgsym_16.1-1.pgdg+2_arm64.deb
Size: 18805172
SHA256: 3c1795df513c20abcf02cd9d640cd45c75c4fe758e6902126baf9b07c5c49c8b
SHA1: a2d3286ab349e99c51e989590752f58e837eca0a
MD5sum: f457f421c1c7e45db1ab51b62767ddd5
Description: debug symbols for postgresql-16
Build-Ids: 03590e46ae869c428963d645b8a0b0283ffea282 06f2aec203ea6909b330eaf98a970049e0fd5ddc 0b111ef9d3a715c7ab8380b935e889f0cc633441 0e1addbf661cfbf495b2c45a67de05c683293e52 1465e26a4db03b4fdbcd3b6c06af9ea42c4f1608 1496ee5e962c092faded620a78ede1779ddf88ea 1771ae6d42e8f2df61d79f28b145b24f22dad040 18ba496ef6c5db4301f3f36c96407ad96651e33a 1b8e77cc933b2b81633e7100b69759e841d2d4b4 1c2a3efdc1f9a0ec451039e487d3a048537a627e 1cb634f0e1541e719c71f8b11051d24a2c2648c1 1e45c962b36fbe622461ae6f5a52f1a504eec9eb 1f22abcee88d6755ec81c4602be3dfc6ad9eda1a 1f565f345864112747b77805cee2f217d8266694 20dcb0b926c6218b11d21cc6c91c8dd9a9bcfdd4 2296b09b3892d44586f584d1033ccb06eb7cc2f2 2418e85008e1fc77446827eae366ca0e9faa34fe 24d4e80d56fb80abac543004df90a4d994481e69 27c1158dca27aef4ca04adb64a7a8502d9c0c5ff 2b76e55645933ffd8528f548d828df3f4ed16601 2b8b3ca2d94df9af3ae7ae4537c0b09699c0acdc 2decb36cbb9b1fa62c1ea4a25ee1f25bb4b6e5ec 3683f32a557e3a213b2387afa3e6462c1d334f23 3a95dfe8a23e916893ce50396234e16ae0885385 3e127c8cb66a8f5697aed548e239dad818690e8d 3e8d7bf28774f3a6a0e44aeca51dc11096e9c3ef 40bd4647bf2a9700121112ddd9f70eaf3b93956b 45c2815a6069393e93456cc713dbf92cb30d433b 468f0260ea02dd53e49ba587187f5325bcfc7a54 4816020b7b1eca0ca6c9bb1351723980a0b52b22 48e0bccb5aa2d52868ee84e484062bc54dec3859 4adb862a9d10ba901433f2960a06bc1c50f09daa 4bd47665e76c5592456280c5f8098d1bb1a61b60 4d14ba6d9fabc086468e1a851fed30bcc6675bcc 4f9ee25eca38d69dfebf11d94e16fd27a741de3b 54fdc5c6bb2ead63f972986d46bc9144a4df61eb 57f16c4b3f4cc30812836519ca0beb80d4fb265a 5c4eb4512e5d1a99eaaafa6335ccb0a1c36cf3b6 60448fc3756fa31a97d0ce60f446c86de6dc482c 6a0fd90e350181437e7df9e8ea0bfeb3d4b25963 6bc1c272de1c8f8166e52f4aacb01778f4f2151d 6f7c53f654c778138389342b368a6282828e7293 70a82643c53d4052cc65e8e1186c78ed8e754e33 70beb5e73d07ce3e1fa656fe58e8619aa02e940e 70df5ba64ea3b0c56f15d207627b6d5fd5820418 712d0ff0925082d4c0634baaea3b09df86b69e12 71fc33d82a6c1d61884431d8613384f1bae151ff 722741d690a2bdfe577b18cd2de97ed745c5a4e6 763e565caba06b044b1da706e28c4256e60773f2 77c617c3ce2697eaa342544f8a01f304152a7c10 783254c2ac05a1c5d30937d0156cc4cc180b16b4 7bee5b7f7b9c48a3ee9133b678d77ec21662c196 7ce3d8d87202353cd9564c937464e1c35cd7821c 810bce59bdd461f1ffe0682501060a6374e055f8 81ae661b1210ab22fe9c50e70344ede94eb9b5f4 8264a42008987acb740af54e2e3419c4eebf3765 82f30b4b347834ee0f4e62c2eb50a5d8d1a674da 8362a7bd4479fd9cf0d5a82c6325ed467060cdd6 85978b7c0e14c37c4944ce4fad9af21149e5518e 8669951413e40485ef24b6ce0138f937ff25fcd5 8893966a17ceead949faf72bc1719e01e39cc562 8f003a486b4f1847d480a8201f2877392f66e170 923c1e764f2aa38aca70c1710e7b583490b38f4f 929aa075c660fabdc2f23afd594b60c832b6c5c2 93496d17ad6a17313118a5d7cdedb5ff1f5870ec 96da522e94803006f5b8428f4ad7b76b30e03cf0 9bb26ef0a60e0e2178f36ab157372e1a59bfb8b1 a0adf1a0db42a63a52cd5eae04aa5549f9359aa1 a0fbf2e99cd88aa4197ddaac8b2da3632d073e67 a41f7a0fe8224f554aac2f0035d286445bd87a91 a542c32fdb15cce82b12c335d91ce34b8a238420 a5cd5ad8b217b832c48354cf410d47aaf9b3c0c7 a9c15fe6a682dc8270367d70420232124bc30b3d afd5456e9de7635f0f839d8c9d79905bf8299140 b3921b12eb3a690a0fc5c78eb75700f07520e2b8 b4a719c453b615338ee5a69712a4c5269e2ec1cf b4b62d72628105b59ab1a829c1d825f7a3d70776 b7cf43ff80d7e2a35534ac9fb7a3bbb81b42951e b7dd5e2f0a2d1569b58b1ce5379916181586121d bca65ef8dd26b523e4d684c1970e40470b018694 be0b48594afdaf1cbe7584104cb49a968138c826 bff519168ed4be2ce01e5a0882540f08eb4d04fc c602bb130bea2e7546a819eb7979890d68e3b161 d10e989bf57d06d2a018bb872c4a517466901e0a d88ee831bc498383096fb5a97bd61874687170d5 dabdff3389006fdaa6b419847593cca80fdbd498 e45fd41e5d85e1afebc9e8f407d2b6129ccb1f68 e9ea6e72cff90fb7258982b1815b3276060eeaae ea8a27b6ed4f18dca2ec5216c17403a0eaefe969 ebfce070fdea549356526cbeb0539c845742eeaa ed806ee0a5aa92cee9afd99707b0c84f6141a6e6 ee317844f8deecc92b466950d9796d4a615425d0 f10f5ba761abd1760135f9dcb11b977527b89ff2 f388f724f38076cfab18008e6aa032caeaf38cf6 f98b931fb20fd6854f4e6ce3fd1f3a162953bcce fd3d30cc3ee12030ea5bde88719dcc22df4c4aca
Postgresql-Catversion: 202307071
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-9.1
Version: 9.1.24-13.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19370
Depends: libc6 (>= 2.34), libcom-err2 (>= 1.43.9), libgssapi-krb5-2 (>= 1.14+dfsg), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libxml2 (>= 2.7.4), postgresql-client-9.1, postgresql-common (>= 115~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.1, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.1/postgresql-9.1_9.1.24-13.pgdg+2_arm64.deb
Size: 3302244
SHA256: d2571109573540097797b725d1c2adb3985d34bb22273b59eef45d389aceb71d
SHA1: ea48c8df45ac4371b6d5b928b11da341f41649d7
MD5sum: a9d0a082901a08a181d1a083cf31d784
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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-9.1-dbg
Source: postgresql-9.1
Version: 9.1.24-13.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27306
Depends: postgresql-9.1 (= 9.1.24-13.pgdg+2)
Replaces: postgresql-9.0-dbg
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.1/postgresql-9.1-dbg_9.1.24-13.pgdg+2_arm64.deb
Size: 7698788
SHA256: bdc6f52d7de67c583e28e24c3b6bca215e7ddf339ca6797a711e752ab08543a7
SHA1: dfe7d6fc09f50afe7f1caa27a87c106ef6bda62c
MD5sum: 8879dc7d2c1befe3279451edd8c60a95
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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-9.2
Version: 9.2.24-10.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19886
Depends: libc6 (>= 2.34), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3 (>= 3.0.0), libxml2 (>= 2.7.4), postgresql-client-9.2, postgresql-common (>= 135~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.2, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.2/postgresql-9.2_9.2.24-10.pgdg+2_arm64.deb
Size: 3465568
SHA256: 0cf78c3688ff4dd492045f7e09403e23306775b539d689e5c98e307a476a13f3
SHA1: 14de363f9f39a650dbcd4f25417e77a3efb42d97
MD5sum: c8204108a051adb63d6bbedf90592f63
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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-9.2-dbg
Source: postgresql-9.2
Version: 9.2.24-10.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28903
Depends: postgresql-9.2 (= 9.2.24-10.pgdg+2)
Conflicts: postgresql-9.1-dbg, postgresql-dbg
Provides: postgresql-dbg
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.2/postgresql-9.2-dbg_9.2.24-10.pgdg+2_arm64.deb
Size: 8239540
SHA256: 99c161fc065d571942a58af21614b33791a3e86c2caa6a20c9bfee4f0eefe090
SHA1: ce1c278bf49bde4ede648c3e7ff1c89a809906fb
MD5sum: ebd6adf9f43e76f00f8d3bc93dca9e11
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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-9.3
Version: 9.3.25-9.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20070
Depends: libc6 (>= 2.34), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3 (>= 3.0.0), libxml2 (>= 2.7.4), postgresql-client-9.3, postgresql-common (>= 142~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.3, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.3/postgresql-9.3_9.3.25-9.pgdg+2_arm64.deb
Size: 3490736
SHA256: aa765acc3b2de2e79d541ecf2b1a88943e4fccb83b8feb66627a1d5a82f639bc
SHA1: 15b8329cbd5d6e31ff704d8efb7c2748e59c555e
MD5sum: afbe8f2379810e65a305d731772b73c9
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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-9.3-dbg
Source: postgresql-9.3
Version: 9.3.25-9.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15008
Depends: postgresql-9.3 (= 9.3.25-9.pgdg+2)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.3/postgresql-9.3-dbg_9.3.25-9.pgdg+2_arm64.deb
Size: 13211356
SHA256: 6290f059f1554429068daf5b990f1c9947c2f1413313d91c51a6e059eab91429
SHA1: f6c1d3d1aedb299edf46d3a95b72cd43f6127f1b
MD5sum: 3d35570f7c4797f4336061105d004517
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.
Build-Ids: 0021b0354e9393e0e133785bac3004dd022b8576 05efa1b9831d306b3390f7c5297a69208add0415 07bd3ccaaf15942290be3aa71bce538754d8017f 0d4cd7d2b004be1bb7d3ee559af4aeda29f0384b 111ee1fc2bd871c713eefb7fb96252b222ca8750 1300b96c0c421fb2ae70e8d26d37ccf9381fd280 13aaa52967a05e10b37dd08ee004f2aa3e3221ea 17dab02a054c9cc4543a2b415f3eb925eb87e9e9 1b7d932157e914619edc85ba45bbbb0018b44e80 1bad776121e664409b74a607142f27eb05e0c7a0 1fd19508de5f45063ef019ddedad8a37458e0e15 20b20fb7d5eb13a99932b5423d009758c8b34d57 21a5ae9ddb3946151ba8d9c8d82520e182e376cd 254d91f4472544bbdabb2f1d682ac6b960bc4151 269747dbddd4d5fd7c51de9f2859229411f3c191 27970ef23abbe3c22302a33457bb03ed6a4bb473 279b52d16bf7ffbce28f347c95892c7856c0cafe 297e7fbfee375ea2d61d2df9a10dde1ce0621c33 2ab0d8f88aebf30bccbf370f75d36ddb44a1c783 2e6b763b772f1f44425dfeb208778064626735ad 30f5ce668633600824a7ac9360b487fc6841bb33 320ca709739dd4b52c863a8e369d065778b2e244 33328961dae6ce2a9a7342e5c2ee4e60479621a6 34547730d6a9f2d62c626b9dcce49c5656d973bf 348265daad3c7b2b5f1924f709c8669b9cef9f2d 35ced9a7d4bd13ba9c4c7dd0374f3503b0668b23 384ee451fea54c9fa40eec3a23892eae335dba67 38a7c4109c1f09bd7ea65d282e5b8b875490f760 39147c2e5106f6d4b4f6f8d1894a1ea77dfc8e93 3aba53750c75a9b7a32cc8bdba3e1c2f3d83a977 3b9a28c002db55cdbca34090b6bd01ad714d900d 3d30969d0d54ec6a67dbb4338fd7e3ec5cc18247 40e313ea12dcc62bdc4d34adb423ca1a4f3f98af 40eda6e40197e5ce0835bb46ef041a2b15223061 4579ae5686ebf879a7f49b60364673307ba1ceef 474f78efc11f67fb95ea781cab998c1dfcb0ab2a 49392d654453d8decf2e4381217d1cef71447297 493c595d8ef8e9da0ef7393909f37fd8bcac8107 4ceaa7d4e2edac4c1dbc341c6c276c5ce882d20e 4f42a8cfccc54cfd4a8bed9dea89b3807ec6de65 524d54cd590b47d3ef78e5c76e66e25a5ab9b0f4 54f0a5945a256d25c239f014a4ed26a75014cb39 616b34475839df3118908114ef0f9aa940f68a19 61dbcbe526bc4804226e567c9d0bdefc85f8255a 62f828c40c417dc2097caad50f0784c6b2f5eda8 683472bf6e2f62115087d37464e8b19aa1b09af0 6a586cd0e8fe1434b385d13c06bf5181e2bbab61 700c0754bbb811fc4370662c7bef9d6293a2fe20 71d73cd408e6821957c5c4c5042150c16afb1110 73d57b49f2215e5dd4fbf964256b662ff8d2885a 74b9c9de6d87e0156ef4e1ff864bfed67c3f228d 780876d01cf6d05b96a8864ea7ca3d71d24dc6f0 7ba58eb2e8c0771077cee4c9441087f428b0761d 7c788c7cd89fa8e3ea331b00b284ed7a38a4006e 7da05e86e3273c651027b08a18dd7fdba8223c9f 8000a960b5d70842da839cdc7b5db23f7a8de794 84fffe905b4be93b2b8136101f747d6109012d8e 8632b9785dde26f575b2274f7ad9d7648a240267 8f2d4e07b64563302978a3d17c316e7699fe3c42 92638ce82beede4e473fd601c81c424e126a0540 948ac32208df2cb5edc8e9f1b94811b760c8f883 9b07c8085c22181e9d1bd960c67ad09f2eabdad2 a32646358c9607990d7fe9fe5753e922a0b8d5d3 a37d7c3d472143456badc7073b53ad11e6e2cc9c a3df11c947f4eb71e1b15dafb1cfbd0f12616b21 a421063845ff1c3e3c0fd7d75c0744d71bf3f539 a85adb42c5e36b3ca08bde47d463e859e9b576c6 a8ed99a62b80c266d2eeb2c48a4a2ad2499a3236 abf77eaddf36eed19ef779f9f970ba306b72004d add10898a00c2223241c60464ada59189b131c09 b3260f740a231953472a87a2c66e337cd3d48578 b3d135bf9cfcf6ef29d109919ec15850083d472a b51c3e971176fea28d6b9c24baa0f5d2f58f3c65 b52a131028e493cd75e623a119150b165b648fa1 b57709f4f7b7fa016e69e0622a663d07682975d4 b5d29c5515066a13e6348464f8328a2bd2eb708c b8433bee2d0832a68f2d976c28933b115abd4563 b8c9f989d0c13a9d0b74c1d5248ebe733fe71a0a b8efc12ce919ab925d4c1299c81537479f97287b bf62f877aa50a34e4a3d515a1d99ccb062d2cdc5 c60eecf5e517934005439f0fe626d06dcfc43bf1 c94e24092515670e3c15ecabf76396dd1d8b49bb cbbd996c173d5ecee52dcfe594a1bf6ae682267e ce1ffc9540939369e386e90fae598300ed597425 ce7f1f63b6ad80d16136a8d7e4e01b8fbe8b4b4a cf4e2ebefd4653a9a2c4ab69d1aaeb77afc89cc1 cf87039515040bb27ac30c3c87dc15125d30896c d03b64e414e564dd033e2a1c67a6ddd647cbec0a d053b8d9e32248d657ea89e10db895d87cec1ac8 d28ccbf9d3b9f2fb36e1890bf0381f3bb4d3a803 d46fb96c6acaab18814e8e4263fd03f1b263fd2a d4b6aa4c52aa45b18bc012d91cb46bc77622bee9 d4f7778797c9b8a5ebd7e7c615ec017618955b9d d65ee40a9979832b27d9fc2344045c22c0d18b74 d9e887a20de4a520c17283006198366908f65ca9 dd026571d3f97fe17ff52beb3858e87eaa13b495 ddf1e5862779a7ae0045399ba03ac258cb3b5a9e e0b6be142a25707683a622a0ee66353fb3c91148 e12dabb17c67a8fb9b027b4461176f2cb027bb5c e1ef8812d407b32bac161dabc00732b1e36752d0 e36851a7c5e629161246e2527af715bae72bfb7f e4357cb84e808f7ab3d98ba66cbbeb104752456c e4bb004b0ea2b2870ace8e60c19019585ae232a4 e541b7e58ffb50bca5b6528de3139abdc4a4e7ce e58ce45cd844b2bbf1151862a0bd74b21d9ef443 e5eb819cc812eecc1bedd888806b91db689da64c e6e9e7a956889a561d2f588529da2d8916d728fc e6ed0e26404e3454e35e9992e5ad76980453cd67 eab84ca3b09106256c3ce2383fd0227fd0b3cdf4 ef6fe724f1e9da202dab6fead9af8397722c1f4d f4aa6cef1bdbdb3e2bc0f1883759581ba35b158b f68436b4a19056c30798938de8a0887be9d62579 fa6b7a1f49677cc82472d677b0ae375d3f3f996c fc2b563105edea8b20c128c41c8eb7d743aa2a7d fdc92c1d1f22bb09d2b0799467d81972a9d49898
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-9.4
Version: 9.4.26-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20926
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3 (>= 3.0.0), libxml2 (>= 2.7.4), postgresql-client-9.4, postgresql-common (>= 142~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.4, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.4/postgresql-9.4_9.4.26-8.pgdg+2_arm64.deb
Size: 3745372
SHA256: 8db73b774520ed7056ee9190bf6892567dfe36429415fa5abc6475db5feb7045
SHA1: bba3eef3b1784d85c12d6884d322ca63d25a814c
MD5sum: 2866fb26d07fca46486dc0f5063cd8ca
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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-9.4-dbg
Source: postgresql-9.4
Version: 9.4.26-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16046
Depends: postgresql-9.4 (= 9.4.26-8.pgdg+2)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.4/postgresql-9.4-dbg_9.4.26-8.pgdg+2_arm64.deb
Size: 14142328
SHA256: ee6ef515504a48261c261c0dfe4968a9a4ca1211a1f7ae116101d44e1a4af515
SHA1: bc566842269c805a310bbc5a07e2f59d87423da8
MD5sum: 3fad4d3dd07d65325e83c4443fcf4188
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.
Build-Ids: 023b25e15893c6f162e17d681516893422551d62 0509798fc40fbbd07da62fb4d7c1d49a010584d1 090cf63bb4e9fdc4c3cc649f2b58a6129b3dc9fa 0b4a64bc48f4fbb9e47083432d913cf54e42107f 0e593af17607532a0b6161f68f1dc88a01d89aa3 0fca3f1164022eb549f09d766bf2d0773510daa2 1141988b139cf42446c3b7ebf8554a900fbd655d 1466e83089421ccf5b2dea151269bda2c4de42e9 16a00fa457db7a387b269765988ef3a4943868c2 1f2193fa59af7a251af7a13385c2c0012c20357b 205b059d5cb4244fee7ff7c542092e4fcfaa83d6 25f4c2b404456b85131f850947159e815c32b91a 2607ba90832a1e5159eb85d1c27cb5accf72bfc2 273ea9be5c50531a1e76b4eb1c028b935eb1fc47 2793ff4d97c134d2156174d3db98f028a5035f96 28692c9ad0af4b5c2c2b2c8ecf698f41b0c2cfe0 2d5fc1e0fb29c921ca0aec84036d49860da0c46a 2d980f6edec875b8138087528df471221256ed0f 2f15e6476a5980e741bfe3fb2b25699513963d19 2f742333e8d899dff2e61dc0ba543f0e8a578e2c 335b1208709df14aaa161a3fdb94621b35884314 383318e3f3802231d4b8d74acbf5e02d341a9f0b 396e4c2631a6895fe0aac7f311d79c84dd998bc5 3aac6a9b89a1d687a9b5fe6afcecbb77de533a40 3eea8778b47b309ef540e78ae59742b596af2350 418c30206c96b2239114e7469976a28cb28e8773 427b1f0d35d912f26f3975ba1a2677e2236d1322 4b33d85e6a604b263e151e6c53c12d2cad248744 4cf20a7e77d942be23edeef80517a55de8495cb4 57249925b14df740edb2704dd3f55fa21c8b2058 58216021900fc01083dfc9a0b59bfc6454d73e32 594c4a916cbde3ea1116dd464e763f463f514846 5a6bfb25f3faf90d6863a9e55c454bb784d7ab50 5ce63895d9b161310803d562fcf2bfeb2c9cf2b7 5e75de68650750890ffaa6d6657ecceb63b57ac8 604c895cf0580fd96448a6f365efe8e5d2f4fc3d 61c9711ff6e79398b6a9ca50df54983334859964 63d0977d2cb5466615bfd3101de9f2d49bb43a41 6ba264093912101f110f0043241c523ec13355ef 6ce6c22609b0b3afa655b8e84c3f5ad80e50134e 6d71563f6092af3daf20a858bf2197e6474f35d3 6e1336de95980b3ecb7fc7b67bc1597db791f4aa 6f266f88713e35c9e5cc0dd12161cc65f1751dc0 703e27308a837b83684992adf7ea2224affa4f70 7061ea9afe0e78f4c15b3d3e4d6eb3c17fba396d 71ddd6c6703ac0a2b07bb6dc5fc22ac2569e835e 752cb5a0e40811f26ea082fd8a372c2f09eefe00 77c20491fbb90c11e8403b51bf0e3d55df5cac3a 7820747d086f212aaaf7ac80eae45ba6726430fd 78652803921f956432cd289c6312636450e885c4 824e47753ef8fa31101e79e3354eb8c49919a7b7 8329b3aa793606668b6baf3a0ad74b6438754afb 848bcec007906b9428f4fc5511047d65fc12f04f 86a43f623a772dab84bbebee0a840e831a3c46d6 86cc968292e1368ba82b16a098d595db55e93c72 88ed85d4739f1f11f1447ef3ccfcbadcb4f7877e 89ca53ded039534ba3ac4f37363a71e827c50873 8a90756a1f4007029af87335193d296cf5c92813 8acd924fff3830e015a28268ea1462641c8d1578 8c122b348c3e8cc994b55063f443505acdbe89b5 8d7f54ca834b9aa512ae6fb4d7f4e0bc899be3a7 8ff8866b8a2c35a16503723176f69bf841873370 901444847a49c564ebbf3e5382e02c8a669de8e2 9397ecfb1d71bda7a1b2dd489a42bc38eede8012 94ce74e54682dee655f95b381f4f425dd064a882 96a92abe2c30f623237a09ab25d0c411a3982fa8 96e9cbb1e83d76ab1594ec8eb06769c5bc414bb0 9845c9023af8051b2ddc9350658417362f1db0db 9ab46d06b2585f91a9a8cb2b83a18fc951ba42c1 9b2848b27b16cf7f52c82c12628aaa9fc78f30b8 9b3b22a8ca41946e53d540b817f0a7f4c8de13ae 9bba41abca071830693b65f57f027664a7c636ea 9ca6d20b0463e474a4c7fbf04610fc533897c7af a0683d90dec09d6efae83cc4e61e0a3cbb0c5de0 a1b504c1140928acaee4ad47f8c56154f2e3457c a1c07af203c920538175e9a7619f7cac13298bf5 a32ee8ff4d567931e3a56e468cd9e395f5794c0f a3386a35758a38718c442bf46359117560f7aa52 a3717b1c4f30a74247de1629b6070408e8046f62 a4d97c83b7a511cae316289efb184474f494af5f a5eed403305f20853b7dac3a14afeed512e9a908 a65eb8537637b9b4b5da313cd4cfdf736c57c96f a9496987ca75214edef95fa072c3303b05c96501 abb2946fb9bc39ec0b54293e5b673bee0941895b add650fcf0f7fb3a6c04f36486500b80c27b534f b3ef85d911a6a088572dff867cdf13cc5dc6ca10 bb6d4df61213c4ec88c9f685fd92b5fe574ba29a bc9aa5158b3247791e3155a9f0403347ae2b65f3 c31bb223acf857754647d003ba675bac197c927c c3f8baa0a97ec10c662c306649374c782c1c669d c58ef27176550117f8f1ca6f0749957667c44da0 c7b1e293aee0f45835e673c21567f72f6e1c1ab1 cbff2138d8aaa0cc2a3b9c14ac403873520b11c2 ce4af76d7aa8c79a712fd88eb8e12ea51d7ccd2f d12feff2af6a611dc21407fcc1620d3ccfca9a16 d192666d0a3ef7bd037276a430255945f7c54006 d26eb92861fa024ddcf9173f132167606c7089ad d45baff9007bc801587709dca71a80b9334a3ff2 d5ab2cbbbceeeefcf2d04299ff6b4c79e07ac034 d785a7405b274abb331af704ec524aaee5e320ec d87d82c4d6926533914d9e99aa8817cc4e1ab53d e0198de2fd8b17519a0b3bf39ed50fc6b60a93c3 e52e34d12799de12cddbab42e409e3bd771206b2 e68e8db89bf34f8f17fa5cf33560331b7e6fc15a e7486b3ee6bc6b0600e1b1bf511415c8706ee2d2 e7add54d694ce7412ba894d03f949c44c92a60ef e7b2fac7ba521c66fff9a719d6bddd344e7ee543 e81eb1b94e946119881996989f9503ff6b0b98fe ea4ddacb70572247797151c2e542668644c12aee eb012a3bb0937bc747368d5a49d41d92d6a1a233 ed62a16abed697a7f9eb9f7e2c178134647162bf edf400d3b9338e632f23b4c6e18552522da8b47f ef4138d05e9e630e04fc7312f50e4f9e43fe85f6 f444c791c1f1c247c50d5c18c138164090f3dcd5 f55b8324025cbcda63da6c04938b855cfae752c2 f5a045c5b10b70ee353073e3628545017aadcece f634ffef77ef829888bc60318b0c4cd48c99d6c3 f7092b34410e4894f21011d66d89e461dd9c0c09 fcaaaff399870aad0fd706a1bb29d94887f8daa0 fdc06466f3c870f2f31ad55e732b8caab2659066
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-9.5
Version: 9.5.25-6.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21920
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.2~beta3), libssl3 (>= 3.0.0), libxml2 (>= 2.7.4), postgresql-client-9.5, postgresql-common (>= 158~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.5, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.5/postgresql-9.5_9.5.25-6.pgdg+2_arm64.deb
Size: 4018600
SHA256: 947b755108a43f36f13ddc0b722902d97da3fc50c7f38a9ae3196876623cbc61
SHA1: e68c53751557eabcb87885d3e4996bdc2292f4b1
MD5sum: 71832411f69178829eae1b174e8ad814
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 9.5.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-9.5-dbg
Source: postgresql-9.5
Version: 9.5.25-6.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14623
Depends: postgresql-9.5 (= 9.5.25-6.pgdg+2)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.5/postgresql-9.5-dbg_9.5.25-6.pgdg+2_arm64.deb
Size: 12804348
SHA256: 4de93befd1efbb53a8ed0aef042cb3be50c5632e02b608f21dcea707fa12c05d
SHA1: c031e42317afb41f53078fb392922269e5cdc5a2
MD5sum: 727fdb6ddcb0931e8190bffd92294d30
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.
Build-Ids: 00aa913d9fc1029c51faa24c9fad34a54d15df7d 04143f15f6a687c4ab950690130bc31abdaf4308 06921fd0aff1c4b1fb5447a720d3c8f992528b3e 0948bae82ec4e1d5565539709f68650489880c4f 0cf0ec3fda2fda904c0ff320ff283996da5422d9 0f0b674299eee51b23fdc3cac2aa017d7a192878 121763b375a4908584c2a45e911811356c30ecf3 146a6ed05a7e5ecae6f33e0bdfffdc2bc7090d65 14832afa5b735aa10dfdea8d55694ff9a6e3f902 1502daf0322143e2f291174e7dfcdbb7ba31ffc8 16071e526d93764737069354d8be1500b07e3bf6 1852bedd4066967a364340ef51cd9fb354567062 1c868ad4c13ee0a5b17f44cbe851a53e94aee9ad 1f6da7468b020ae4cac776b970b8eaa14e97f799 20bdda08383d4f2a42c7155ff5d1b2e0d8d45b27 2151a830f78538a475ee15ebfa534228748d532d 22d5d3d6b8902351536ff000b9df7bee6f8d0a39 27bd20e384919e56ae0d3f80a7f52222f5280896 2aaf13e42a0a2038422cb96549684532abbd76f6 2c69d7391be098cef31293e735e1a44a5d99985d 32c86e29511052f620fbdf7c633f44349e389f9c 354dfd2ad6c1e55467adadac78a7fac8097098d2 35c6bfc3bab445e99d80549139faf23a397f2a28 369c01e8927ed0740d3d245d3e969eeceb32f407 383a6dc134772aca1d756a5e50bf627f04572534 383cdb8e9edd1fa989632635e819dbd47a06a0d2 3eddbaabef47f1986b4ecd9fddb29c1f885ebd36 41f1e442d360b190c18696fcf2be28f9dd54c0bd 43da0fef1c950a41e35ae4def3f6ba70d232e228 46788e0fa9e4fca2fd616351849dbb4ff17591a2 48db5b79c291b23b57f3f2c0e2567be94337f97d 4a4791a2b469c89ef4b438e08f783a899cd42699 4ad82ec508a34e6c3aacad2a57a67d41e71b225a 4afbc853b7ea3bbb878025cd65fc235f8ae42590 4bd1b640119f73764a32a0aff963154302326dd4 4c2f5174e2c932a1428dd7bc71c4569ac91c379e 4c6fddacbe2c6549526e22cbc3db7a0214915f31 50b4672ae52402f153ee03bc57558f5f3f00368e 524e6f9ec05978cc14939aca459f91a5726941e2 530b483e6b283a239bb2c65e4f7559682ac46832 54b0336176c86dc1a48e94484be677ffc5631ab8 557f6972280162def1afdfd076691f31ae37f428 561774e0124e5a5eadf258148714ffd9eb890196 5984a94b249d1453e1d417db209c5c31b6296722 59bb7af7c7052574e617390212fb2e76d68cd5f1 59ebbb061975eea64555eb037a273a5b6c600461 5cece19a987e2eba698da809a0d8e15966bf0185 5de6efd368183220f4ac7c909efb724eaa41111e 60eee05506af118eb2dadef253d6863d5cff0e7d 63e66b86a994f818a95daeb83635d77ee205cb30 657f5f302e4d67c90149b089b01d9f72f9772dec 68da5a4bb11fc75038821b6986affdaac78a2b4c 714a669ff1131754a5cc04c8417824cc201e1e33 76001a2b5f7f671cc92301f51fa7c61482ee0303 76025d0a09888c82e2126829868c5b9897c84f64 770dc7d3474d905c531dc4754d0f2b66c35cbf39 786a51da300287fc201407bffae206f847dcafa5 78c108d0a95f2fdcf7ea5db030b690ec62627615 7c18f04c0eb61e817f4ff10ac3cf6016bb9d1cdb 7f88dbe3cde093e6eb4963cd4e3301e3c43ea257 81409492acb5aee3f4f737415b0babe93c5b906f 817dcb44883b8e4ea19147a906a3b44f0dd93726 818e7e04dcbb0edb6227104082c5d418b5d86f84 844a07a9c1830e84f834dacce41d9f7077d9f120 8524a4a7c4dd6907565f9f8e6462349e952e2ea9 8568873fbc9d4e16bb3a2ddc42d929a54c6d7098 8b46848556b5475d89fb1cb218cf2747cf1039aa 8e57959143d7b7c47e22f6269df870418f3aa25b 8f08fdacce700883bcded8c2a02216452201bf5c 915bff6425b72e7d1824564d7e59dcdc5f49e0ef 962dbe9b09fbf7b81eb4f5928b7379aaf739d910 984d760a8591a4e570e56ac07ed65f6fd423c886 98e6de81b9187b1f23b9208dec32d4473a32b235 9c7420e18e1a2f98d2add4afc9f9881261bc9fb9 9e78482e893d1e745074e70a2936ae8091d05552 a1cd07b14820a501bbda1bf3b2467cde7dd48f69 a3c6d3898650ba2b3b56788b80f1959b1ece6ddb a402a7f142e723738eadb04f4db9dd195c076222 a46ef44b95ca94c5da9b0f4cb2bfdaf0a29f063b a4981d42871edf454ba0788114caceffdb8dd713 a4de9a4bb92e2e17989f0d65e6c18fce14f53748 a525712d4fa38443041087f72b423692df9a8da4 a70353d199cc658c1a9b04fbc70a5b4a6c80b830 a9a41c7f25ea362e610a930b60edd846f913228e ab54caad8789b9cf40f633891c98bc90906e90a8 ad3f17b2ddf911cf72b1946a2450f6bef875c6b4 ad45504ac736dec58d60d6443b94dfc8c1ad4a4a b68c86a1e39aa34b9aeb7be9fb9ce713cae5e358 b70bf49f35127cb473d68cdbdabe11a387f77d84 b7a3d72e8b6428d9eb338404d92062c6efb378bf b9f883672a447402364c925f28ce74d9e9d18825 bba7202563a6ec184a3361e7df2d2ddc313ab022 bc3ff8d105eca1a5177c9f33225912855b8d2613 bcfcde9d3cac4389c7f02f4c1e31c2616d8989ac c315f522ecec03605728b79f12c0c8260aff2e22 cbaf0dbc756f8440aeffd521e9cf1883a57d6520 cbf488778477d0adcb0b5b496b8625a829f3da6a cda8dbf5c810ee8dbb4db9ba1afc47104281cbe6 ce3fe7145d8bafb424e5c19aeff844499071d49c cf443081c38b084269017d76c32ac72ff4caf609 d1b5e6900fbb16f3e2921f98e8e46bf2a659b945 d3a048aa9c235b529a7474a1cddff86ad9f8152d d77cd7b529e4e29c9010c1dc79f4fc3c75cd545b d807c74276ff75b671d453de39a4881c6232cfd9 de9b37086a2cd8b3caedd816774187a591c71994 dea76435a9170535a561e2ca6c8a0761f9ee736d df8e116f329f85f2fdb695824678d6816a4d173e e0c26ececa99de64addcaad3feec8c08379ffcdb e2af2be33cf19bdb7cef08285316ae984d876b65 e692a04f18e95cadd86b77b4aef5cf50a2a14a9c e96b2ff7de5611d2e1701dd3877494db0b798226 ec695e07e5a6a538714b8c693aaad6701b3fe360 ecc8c2205cfe2c1d3af7e531b32d35bb4a1066be f2c916935880351cdf32879596cf3e6e06108bb4 f5564c7dfb6f926cb744c70cc88ad7782c6dd8f7 f727fe10f2530b16b01f765c70b15151bb590d55 faa1c001bf130ef2be542086a216ddc1140158ef fb28605a3cd41b76246d3c4349ca06b8c7808a19 fbb63cdda7bd866fa1fa1a661f3a95870f1e4742 fecb2aff4ec4dbaeb5ccdc074f5f99a4201caf31 ffa5ad763c4be582bd60a89f8a25b3cdb71fbfdc
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-9.6
Version: 9.6.24-5.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23591
Depends: locales | locales-all, postgresql-client-9.6, postgresql-common (>= 171~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libssl3 (>= 3.0.0), libsystemd0, libxml2 (>= 2.7.4)
Recommends: postgresql-contrib-9.6, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-9.6_9.6.24-5.pgdg+2_arm64.deb
Size: 4297172
SHA256: 537c0180fb17711e3dc78b9fcde8830b9072b99cebc40047d8249ab9ea6f485b
SHA1: f20afe806da2cfd3ba642e323bff6f530e173f13
MD5sum: bcf7329e532bde079bfc3a88a590397d
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 9.6.
Postgresql-Catversion: 201608131
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-9.6-dbg
Source: postgresql-9.6
Version: 9.6.24-5.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15357
Depends: postgresql-9.6 (= 9.6.24-5.pgdg+2)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.6/postgresql-9.6-dbg_9.6.24-5.pgdg+2_arm64.deb
Size: 13475864
SHA256: 9b2ab0b6bbe0a8b8cfc5b57f5c03df4444e1534709db8760563d0edf0b4e30b1
SHA1: d1213956c9b64ced112a019f570822853cc7af87
MD5sum: 1316e3fa3f3ae8c61bad5bcf4ab72ac6
Description: debug symbols for postgresql-9.6
 This package provides detached debugging symbols for PostgreSQL 9.6.
 .
 PostgreSQL is an object-relational SQL database management system.
Build-Ids: 07a95542128d4227b4951008584b40d9800f2464 07d7df07562a9b45d51799cf6f7fa482a2b16ee5 0838648b9c9c6c6c6bdf504008b3dc3642af188f 0b58585567d0f9e313f10b9f5c04783eb982e4e5 0c44b91708d54b98e458928efd207017640ffed8 0f556f1c815a6950956cbe431c7059f1fb763e80 0f8cc7d9c0d7463eb618317c18719172374cb9e4 10ccdfa5ebb278e2e025d5e2bc604d33e79f36dc 13b07db588611c66f12ce0befd40faecdb74fd48 13e9c8505ad99369de444bd2a78cbb89391c3c7c 14a984d08e971dffb505b4ca3285d8334b40b6ef 14feeca4f96cdbb9ee0898d48817a657e5d2976f 18ae49c38d756666511822c83d5dce936b41edac 1b2e7f16bfabfe1f8d555db4f4a6c48c6c148c4e 1cfaf2c880a44e5da7f9726d091248591a52dbd1 1d2027b07efe9e0275f8262ee920b94a110acdc6 1e5f5123613145dbd2ab8f11e15a6b8230821e9e 1efbd027d545a9e3af872b992bd23660911ae402 20dbc80baabe725ca28327d28b1c722384df7721 218248f17581a8716dc509bd212574db7050f7eb 238792083e88edc41b13489d7178b62c7a427aa4 27d5a21ae30e14f900f26d64102a50d5a25110ea 2a3dd1f4cb3eef42676f1b620454ae2a4c1b927e 2b2899d29c1ec623636a48b2446068dabb3a9b8e 2ca8a85f03e5464e9945a48df035a103478225c6 31b638ce084a8ac366c5db4f3afa492986c2c4f8 3375685c04dc56062685ec2dc09275390f1be6a0 34884617250cb29b53de43f7259a3bc4997946b1 3783eb09efbaa0095a53aedd660280fc9b8ebca7 3ab2eaeced8f7aabb94e539af61c7e6c04fd8cd5 3e633a5c070752440d36dcda9085c9f4cd91c4d4 3f115406aef584373eefa4ba8d6436d05b26ab16 3f966ffe24ce989e27c8902ca7970c649220f1ae 46146bbe3535c8847885b74c740302f134936565 467bb4d16a795cb98b5b50077b71cb8855a64d55 4815dd1e90127da7fbebccc3620da3f102a656ae 4ccf88446ec8ffc1e8af6fc2d8b10a3c54fce4ae 4fedefee8cc049546868a008a072d0d6163cbf19 51205eb76c73eed8258266095bd986b048a0da07 534d3fde1fa96a8c430c829c35494dd34f84fc6a 54aa8d48b4579967fc94c6b35f516d01996081c9 56d7325d78cb33994f271ec64c6aa2dee661dbfa 58923029a03aeb710f51c4242e44bc1f6ab541cd 59cc26c4cffbe6a6b2e1f3d642c7553bc92d6578 5b2365a9d82e9a812a284a9f949eb68d7faa2a90 6628f2c411b84deee65eff6988a0513ab438c36f 69804de38f481c0793b5d5e5a56c68b343b9e9a1 69dc19e1e5fd6249ed6d10413999628cba636fae 6cb2ed069efdfe7ceeac79ecf4acf14f4306be22 6e9bf5036fd2a8c1dbac9b8ac6e66e73b7fbe38f 6eb200f00b00bf8a1f0109b3d180277c3561ddf5 74b26cbee66ab4f7cad815edf72149908e130d29 754150751de44cb66c7c8500a107fd4161dee102 7566a433e3827bbfba5821a5d6124b056ab54f06 7832503413289f711507d620fa1f6d0b41483acd 7927d672250011df05abc1d23119e321efd3e7be 7e0bc4ff765c77f907337271360e9106bde000c4 817955f91f8ea984ec5e48a45c121f8b88629a1a 8538316ffab48435fc870960252051b079bf76c5 88cd707a2e7a241f516ea5a24863dc9a5e786da7 8bc36c502965434b1c8b1ab4df24e2f5dcdebbce 8c11d3abea61c622c77161c434fc9dddae3e9cdc 8cbafc69f20a619e60967a7fd15b9f5d27869891 8d013b76ee5d5fb62475dbfbd8f445d228126647 9123aac51b25274b1b9ed0338dc393f80f1eccc0 941f319cf6b65ffb29e4d10a3ec4b1de289c8bf8 94824687eab85ed8797dafcbe4612d321b86508e 985f0ed01c35b5ea77230b66cc0adae23b524f37 98daf6bde12f66b83f156c31cc0b2063b41d11bb 9a5d75b35caeba8360c6d49905b6cdf334ef6a89 9d88549d8092ebf90f19cd4221afcb3879c25d89 9fbed493afa8a21cf7de8e30f4d3dfe7303bfecd a035ca3c6b66677adc8e56fa54c141ee097004bf a091c9e1e8ec84deb13ccd686e75fba8058e7063 a1387e3dfc91a4da96143b6fc72e915a3c164af0 a1dc10833371f1730a267a9dddbc73c7a38290d7 a800e6aa2fe3e5509fd2b709b4ec7cbd41f621b9 aa6590c49e6ff315d65a7bb67b3ff0786d25e10b ab4613f93703bfe481f6258343be62e39d2a0810 addc2f75256eede2ca28ae7aaa6143321167ab34 aeff2a1ff4fa74055846cd8d22feacbd53000e45 b0bb808b33af931bd98f52343760367fc1e2926b b26b1e58394cd0b8ca8069037ff4a83f8d1b6075 b42372d51ecf86f561283555c969fd633730bcd6 b99693c721d2424b7b7bf5cae15a38b0f95d8a5f bb10ccad3632bef8ba2e00b34a8fa734f7049529 bd8f248d62d9d910a55978c5643fa9a512cf0bfa bdad5e173e3b6a6714f99958e4ceb79ce32e25a9 c15f1ffd41502961ecd70924dd162863c4f7e18a c3c2baf97e78cd42c175c46875046e494fa07e62 c650d70e9e40a8596602e97e04eb8da252b1e8eb c97642f3360a252f41f86e79cfc78a0090db495d cd028bfdeb33caaa3f9b76d0ce8eaf0f63e626d0 cf4e3794a3d94add2b572534bffaa45d0dc7f22b d0a3b141e6bcfc5e46055070e628c2227af2ec90 d0e03dd4286b436da451324877a9b911e062e5a8 d39a18135a936f6de5c75dc2a8c9b7357be1bd8f d5d63f958ca5be67324d4f19310bff3ba67c9f11 d5d7033c7089fdfa5b2ecb482b72529453b2e206 d66cea12e05db1109eec9eb277e48c0d352b6c21 d8b3f8ab83f5e1c48c78135f39cfb8d0a28ac2e3 d909ba841f6a3cdd0d9e3586ca50cd98423695df daf7b03c3ffc1076b4b737c9634388a799a58e08 e03bff7b3c5fc9044c0a175c609fcd5a37067726 e2c8ab6d22faf4b41df883404c7721d174892ba1 e2de773aa3d43ec64677eae2282c9c07b8995bb6 e3bfc4b4ff524416824180df4d973c46a73546c2 e4b8388d139e749c4d57d9f419a13ed5e77ec365 e5e33ad654639ced4a4a8d62834eb4b7dad9c1e8 e6c44371d90558df312d1c821a68fff680909811 e730e34d67d4eff7576270553f97e327bf8b9c8d e809533f9e93641eb9ca0442149f7e2c07c92049 e92acf8f39eef88a5ea37e6283b6b304dc3af27a ec41863034d8874f0521259eafd91dd06944211e f48889464b86e1e110c9d6d1c475769b46baea34 f739f3dd45b903b6ab1446c77c9b9d9880be4ab8 f7e8a0238335d4d87729b085808aa9b302ec2560 f8a510390babed275faf506a75b16b5b970b8847 f8e59b04bef81186e63ae143f62076aea3ed7d99 f9fa8ce83e55dfba3addf4dac36a801faf657114 fa094f830820500c0475949a7b538425223464f5 fa57b6caee452711c26b881ee03d5ca86ad59dec fe780f3b988253af05bff1a365bfda8de900b4e8
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-client-10
Source: postgresql-10
Version: 10.23-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6998
Depends: libpq5 (>= 10.23), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-10, postgresql-doc-10
Conflicts: postgresql-server-dev-10 (<< 10.11-2~)
Replaces: postgresql-server-dev-10
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-client-10_10.23-2.pgdg+2_arm64.deb
Size: 1418276
SHA256: 731a990f9fbfb85933004c31bd000d8f1c66ca8032668d1751334f9a547c9771
SHA1: e9ce1729f06a3cbd1f3e752800ff83629dd24969
MD5sum: 924efb2b083ba83f0a23416b609ef8a7
Description: front-end programs for PostgreSQL 10
 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 10. If you install
 PostgreSQL 10 on a standalone machine, you need the server package
 postgresql-10, 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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-client-10-dbgsym
Source: postgresql-10
Version: 10.23-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1986
Depends: postgresql-client-10 (= 10.23-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-client-10-dbgsym_10.23-2.pgdg+2_arm64.deb
Size: 1677668
SHA256: 6ad54558a62d6a2493c23ac0cbc8b591bdffb27931df2d894a2f7c239f14d5f6
SHA1: 9d82b69281ace7d0100356804c7f2f4b18d9f4df
MD5sum: 96b81c27da4ac8f2e92781ebe845ba90
Description: debug symbols for postgresql-client-10
Build-Ids: 02ebc3118eed431cd8748c93d1899002b261dfde 0c67fb9244678fcc577076929033d1ee9b56c433 0d91d86f8110a4f7fc2b254b3ae760cfcfc4351b 2596ddddf043566c11d6b388d21fc0bc250b1383 68ae49ec6cab8332206b7009fcfb7d2ac515d9a2 6a854aee76fb1fc6ee8745513877b4664b730479 7ba867f35e3155e888c9b60a6acec927e9e8feb8 878ef94e93d80b09acc2be815e4afb31f2776311 87d9a2ac5b2f5d0b88b0fc0b5098a921fa263021 98d8120b8834a2e0a57e266c6ccf7b06a2703d1c a1c456c5071f0b28295f8c0cb844cb2d6540841d a2045fa6d5940c1e911023eaf4e7d3c69d7bbf9f bef03d32deaa263e60ec1aab43c0d53dd844c09f c0a1d7f9f3a655021c113d76408977fe7de4a63d e0a4891f7f66e1af86e741117dfd1b06221e102d f1781eeb1b7964d5408140e84829b99b214d143b f9f7a63bd148ed230684d3074357f8d43c051fc0
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-client-11
Source: postgresql-11
Version: 11.22-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7183
Depends: libpq5 (>= 11.22), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-11, postgresql-doc-11
Conflicts: postgresql-server-dev-11 (<< 11.6-2~)
Replaces: postgresql-server-dev-11
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-client-11_11.22-1.pgdg+2_arm64.deb
Size: 1469364
SHA256: 38ef55d2e0453aaaecd7488553bc781cf890cc6112647d1fd0926054eb0abcd9
SHA1: c04b6c577292b7523a50e236eecc473b2740f74e
MD5sum: a8e9646053dd5af3f882def36c555fcb
Description: front-end programs for PostgreSQL 11
 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 11. If you install
 PostgreSQL 11 on a standalone machine, you need the server package
 postgresql-11, 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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-client-11-dbgsym
Source: postgresql-11
Version: 11.22-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2013
Depends: postgresql-client-11 (= 11.22-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-client-11-dbgsym_11.22-1.pgdg+2_arm64.deb
Size: 1700420
SHA256: d4927f8f06d4a0662db150c7503306d16a753305b7d239b63186d9cdcf626c9c
SHA1: 94c48bba1263dff1e178575db7d5592156fffaf9
MD5sum: cb8543ffe6c5b851cfcc8db336510d1e
Description: debug symbols for postgresql-client-11
Build-Ids: 0313961d9bbecea0476a9eaefffc3c59f4646c10 0f5f657c5e9e8f69ec742835b64850e50f3ad212 178abca3dbc111f0c07d4330b9fcb77b2211bc5f 213aae977eae9ef424bb8e0b71052ee0ec6d5b79 26a01d1ed4c2c6c4575939b729e484c5b9d4ad3e 2a4cc48a5983d29d105cc4e3a2f9cc1e94f903bc 46b1843a6f7c12fed3452640f8ab45dfbd7e3710 4e5e22d74e70b67c4e6b11e633eaf6d092f61561 69e174bec974b45ac7674d71bacee34b416dd104 707576bf03c958592b550b6139e2cff4f90ab944 7498e07a5787f527a7469e0b8d10174293f3e399 751a7b83c0304e69863b304d745a250abb1ba906 8fd1fa499c179d2f8672aefe4808f7249bd5f014 c017841b2e8a5feb2d6cbcec4034d55fed6b0d53 c8334e3882d3f5f7f43c02bb0313d31ca3802563 d9a3ccfa10685aafe723a3cc5d6507285d4e6efa e509306a7ae19074f2e996bfe6008516741a3f86
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-client-12
Source: postgresql-12
Version: 12.17-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6659
Depends: libpq5 (>= 12.17), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-12, postgresql-doc-12
Conflicts: postgresql-server-dev-12 (<< 12.1-2~)
Replaces: postgresql-server-dev-12 (<< 12.1-2~)
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-client-12_12.17-1.pgdg+2_arm64.deb
Size: 1404684
SHA256: 835536815349dddb8799b0d1b6c8589819f4832d207ed957cf5c6193e01f6125
SHA1: 4897c117d0d62b82ffe7fbf3a50cb8501e35b5e1
MD5sum: a0550323048d4b03d88b43921a06352e
Description: front-end programs for PostgreSQL 12
 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 12. If you install
 PostgreSQL 12 on a standalone machine, you need the server package
 postgresql-12, 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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-client-12-dbgsym
Source: postgresql-12
Version: 12.17-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2218
Depends: postgresql-client-12 (= 12.17-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-client-12-dbgsym_12.17-1.pgdg+2_arm64.deb
Size: 1872308
SHA256: db22cd4fe8a1eb16ea3ad2ccaaf0455846ea78f240a28d61b0dee14db6d29ff4
SHA1: 70c4c1432cdaa42e2cacfa5c27571b554dc04545
MD5sum: 84cc46ba5b1cf3334c3610fe24fa2283
Description: debug symbols for postgresql-client-12
Build-Ids: 2144b082cdfaeee57199b5fee5369e0fb6a9a78a 2274d217917a236a6f8cf4d9bb49821ef7d7edfb 289d691dc82ea920565f259688800835b5aa5ba7 4ac0fbc62d2417b9cbad76a78accde79f1132164 4bdbc41930da8e23b0cb8d3d91c2986b9cd24175 648c6e379d760393f169a1ea4ebdc3e9a692ed23 65bcdc049259d555477f186a642166757ff2c399 8b71297844ac58582264ab7f0dc151d3c1110df5 8ed8503c80ac9cb5acf3e3e551e14fc32302900a a1f1e87835cbefcf75a4a4b9ef8714bd4b3b5782 a6cf90fb948ed2b359f4cbac35dd3c6148e2cf78 b7ba467a45ba70cace37df7f8f470de24d325dee c2acf13861f9632f8539355fdc3d305d7829758f c852362d41c0e49f8f2c482404b776621affb462 d9dff91f02a32623989a7c17858155a0fed5dd4a ebbe54e8a70421e249a1a021866f1cb53769416a ffac5e525f0705982c22b545ab17741a266b0eb0
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-client-13
Source: postgresql-13
Version: 13.13-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7234
Depends: libpq5 (>= 13.13), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-13, postgresql-doc-13
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-client-13_13.13-1.pgdg+2_arm64.deb
Size: 1483644
SHA256: 58b5f6cd328349fd06033a7c86ff6909f6cb2f945ca2599ebdc362498dac3952
SHA1: 5400ed2e65f55fc7c9047eee6f8d25d55b5da7b8
MD5sum: 06017e604e058b2eb7168e2a84a6e87a
Description: front-end programs for PostgreSQL 13
 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 13. If you install
 PostgreSQL 13 on a standalone machine, you need the server package
 postgresql-13, 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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-client-13-dbgsym
Source: postgresql-13
Version: 13.13-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2390
Depends: postgresql-client-13 (= 13.13-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-client-13-dbgsym_13.13-1.pgdg+2_arm64.deb
Size: 2013164
SHA256: b228b1d2508741103a7b374ca1166b0de4f3f9e0b9a26845f7e858785d6feff4
SHA1: 8c7b76d3b761d026a8ebecb7d14361f0ed6fa258
MD5sum: dfe9967a894871fa171361715422f6bf
Description: debug symbols for postgresql-client-13
Build-Ids: 0f125a3658d4d0aba3e07077927ac302d7e8b159 1d404d93c737ea945a22d1733dc48af9e572675f 1d615999e511c3a01e4a713aa60b3a539fce287f 290663f52f14091e3cef0f24aba6cf855eeda059 2b98abef43ba0008a17c2dce0c7df49c99a33f07 2e8087fca0b85b947506e7226be81e3f16b94057 32b5a37ef8e605e8a19e5ffda8bbe24dd236a773 36b5d74fccb8052b74381d1542e114ddd4188ef9 4d91ef177c6392c236a0d627cf284edee25eef60 51d14e9252cf287b3b285bc90806801cbebcb4cc 641451ad0ee59491d2e29b2bb3bbef2d76c93242 6cbae2511ce78778a573ee3d45f6e68b98bc8bff 903ee965105328a7bc4ad621b82b2f326978feb1 a1a6e057b6d8f3bcae76929b6987d11f64e8bad6 bd1b1134b195ccf63dc4c29848eba7580abc3441 cf85084ecfd0c241eef8837b897431465ffaedd9 e343be382e4149b5b76b7e36d184c06f6a6df24e f504c5345ad2d39086fbceae6b3d29c264cb6f85
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-client-14
Source: postgresql-14
Version: 14.10-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8265
Depends: libpq5 (>= 14.10), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-14, postgresql-doc-14
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-client-14_14.10-1.pgdg+2_arm64.deb
Size: 1599372
SHA256: 33b7d1e188e7c771dcf696b38e0f2d6df8bbd941f0331d50c05e61180bcb25b1
SHA1: c7cf42c86af28e18deea563f3cc97790332bfe2e
MD5sum: 74147b2d4d7a74a58bb88aad5a316075
Description: front-end programs for PostgreSQL 14
 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 14. If you install
 PostgreSQL 14 on a standalone machine, you need the server package
 postgresql-14, 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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-client-14-dbgsym
Source: postgresql-14
Version: 14.10-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2779
Depends: postgresql-client-14 (= 14.10-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-client-14-dbgsym_14.10-1.pgdg+2_arm64.deb
Size: 2336884
SHA256: 0e0babe10ab920574c8d3d6ab62ee562096d5665907ed9de33c7bec90420400c
SHA1: 5231840f57d1dd8becdc81ab9c208830a2ba4bc7
MD5sum: 7e113171dc0af8ac98c87ef8243629af
Description: debug symbols for postgresql-client-14
Build-Ids: 1bf4c615b96ff67d096e1398ec7d22ed2df81234 30e67235a2a841c3827efd0df9e313133cef0110 37e19fe51212879ac63dae0f31055f38c6c7ed3e 38fddf13e14d734b8bcf551f61a53d3d117206da 445cad3d33784528823f3dd20a3b8773e1a97164 5ac32947d78d2b10ebb188020a091560140fe642 6a5fce65ac1b6e07bb855d91d36b0f65eaf70c66 6b39e3695d2791b35d459f6881bdeabb7041a9c8 72affe47e7b7a6e4fd97ae0639223495eeb9b354 7b3db6ed72e42554400a649b4fee1a744434b21a 7caf6f2069358cee70ffe301565611b65b1912fd 7cd9fefd7533286db62107dd3f98c858a731143f 92bd2f9eda947dac253334bc015a37bbff847ec5 95fdfd555b40e0d7dfbeb17a91d5ea7ffb65d39e 9aa78b96c2178b38787b5768b84924c329be89d0 bf7913d4cae614fa0e0d9a30fdd0a382d91e710e d77fde938faf4abfb8f7f73d7acd438cbca7dfa4 da0d7ab6fa1f3f254eb3162b79d22093cc948057 df0f1d099a1f3dde18551ced06a51eacbdf4b8b2 e5cdd8c3120719b692c42ccb79a5f98fa837cdb1 ec0efdd184cbc6a7eea4d76ea542eeaef82268e1
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-client-15
Source: postgresql-15
Version: 15.5-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8791
Depends: libpq5 (>= 15.5), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), liblz4-1 (>= 0.0~r127), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-15, postgresql-doc-15
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-client-15_15.5-1.pgdg+2_arm64.deb
Size: 1663268
SHA256: 5347df163bfbd46d21e9cbc095806d709a05a5fc27ee07e5e4e940fbc8cdb90f
SHA1: f818d2205243652046bcb8b35641a8f853fe5ebc
MD5sum: 08078ddfc517d6327213bb63e44201f0
Description: front-end programs for PostgreSQL 15
 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 15. If you install
 PostgreSQL 15 on a standalone machine, you need the server package
 postgresql-15, 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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-client-15-dbgsym
Source: postgresql-15
Version: 15.5-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2968
Depends: postgresql-client-15 (= 15.5-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-client-15-dbgsym_15.5-1.pgdg+2_arm64.deb
Size: 2508080
SHA256: 68a2adfefc86bef05c87b2932aa021ac6906f5641061a4cc0b4ef911f19d4d74
SHA1: b1ece9dc63508a7182377695ffaebc8cc2c8852b
MD5sum: 23ce967278d6d5c663e820316fd7c4bb
Description: debug symbols for postgresql-client-15
Build-Ids: 19c27e6963d360b185cd03046bbb794f9b0f32cf 274fa4030b5ab4e1e6d94d05aaa32039f4dfafb0 29ac26a85d529ef5b1a8d8450444a74c9ee49a43 2a7f4ac6a7efd2a576ee4f123888c93f85be9419 31cdd026a0e4df812b4411c60bcee4a6d762787f 58c5d068b3bc0e896aa9afe47f66f3ab5c8f66ee 6027b142ab6119087b00c5fdc375676dd9e26cac 79dd0f9bbc575e3186b182804ac5c2e3944a64c5 7f2ed9023a92bf1988563521e9b1ded1c032cfe1 85962acf49473246ad2500bd0a48f70c1eadb550 9b502980332d9a2ab2f119c9290659152c5df040 9bebb90324a8a3bec71eca16e48c90e9230e4e98 9e23b46b9a8deb4abaf3e2f9f0917dea5e9cecb5 a72b9f18b68d1e5c68c1eff3d4d94910d064695a bb8950c19b1d902c9b19f11fbe88c16c66a67836 c11b53429de649a57309a9c01b2c803ff6b2eba5 d3759919d887706c1a2d3ce54eafa928382c28f9 d50b67d552e56c153c38b19705a6743d1ce96a23 d6537c8fdf9ecde244ed560bdac7d540ca9c82a1 dfd01d52f102cb0a53914c9990e3ca1b94e4412f f5fdf9eea394c347729bf07a538cbdbe86bdc584
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-client-16
Source: postgresql-16
Version: 16.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10166
Depends: libpq5 (>= 16.1), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), liblz4-1 (>= 0.0~r127), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-16, postgresql-doc-16
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-client-16_16.1-1.pgdg+2_arm64.deb
Size: 1872156
SHA256: f77e0985d9fe2cd560fc458b78c3f167341b81ea8610629a23557bfd1806faa0
SHA1: 5a5e6ca37e94633b393d94d79bfadebe64d6d31a
MD5sum: 3ec7c2d64fff1391fa11d972443e874c
Description: front-end programs for PostgreSQL 16
 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 16. If you install
 PostgreSQL 16 on a standalone machine, you need the server package
 postgresql-16, 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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-client-16-dbgsym
Source: postgresql-16
Version: 16.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3064
Depends: postgresql-client-16 (= 16.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-client-16-dbgsym_16.1-1.pgdg+2_arm64.deb
Size: 2600140
SHA256: bb04a5d38bfe754bb6d4d0f60fdc949a244b782cac4b4cd73945b09c5c785a6b
SHA1: f3510d6f142d3966c0901d4947e26c4921183936
MD5sum: 9ab8b7a9ab1a33624202a76b23b86800
Description: debug symbols for postgresql-client-16
Build-Ids: 14cfc7350fc23945b8d0f04a84640a8e4ef672db 2908a55343957f50898f34f5021d8df68ccfa15b 367801f08f2e5899a95ba7b4b6d9b0c019ff0892 4475ca87bea10cf1b4074f7eac5bc28c56797104 48d1df9f11d725c9480d94d8c9f56abcac4a44d6 4a7d7b0011960b687372cf2a4985db6956d1defa 4c0205db9386b50c7aea0d2d93b7da6dea516634 4e9dc384230dd755bbc8f3bd7d61afed80a3268e 63dc0461b3aae1750d318ccb57565c3e0d022327 660e087137c5052008fbc9f48a9089b71c50eeb8 661516ca60e5533f278df2e9eafa3d035194ce89 7d0f7d4e540feac5bd78b894578290aedbe2500b 85476504e7bfbe6fc6c3f6221b19d7224b6bff9d 960ba25ce0d014284dfbaefe09bd1d1f213d6650 9d55168166522fea67ccc2615f2b51fb95ebc4a9 a2bf29a0a98a4f10dbed51fb2a39e1f5d1e2d3cd affe94919759d3c139e9b44492d0a0e384f89a0e b8bf2de73e4a810217978c3caf61bd9ddada33b8 d382ac28c9abd6f09092d2e06f6d626e15900ae0 d3c4cb4c82e2fd26713f897ae92f6df652a6d3e2 ddc8086cad4b07d7ec36cded9f2fadf9c37b756f
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-client-9.1
Source: postgresql-9.1
Version: 9.1.24-13.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4431
Depends: libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.0~), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 115~), sensible-utils
Suggests: postgresql-9.1, postgresql-doc-9.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.24-13.pgdg+2_arm64.deb
Size: 959360
SHA256: c6f6cd633c4f6fd34de12cad3475da252cb76e7981c754ac98cb0b15e2b973f3
SHA1: 9fd2c772746b46178b021f67c8ce4ffcc3e70c48
MD5sum: f5c761b5c61d10a87ab0297068fb9c7a
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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-client-9.2
Source: postgresql-9.2
Version: 9.2.24-10.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4510
Depends: libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.2.24), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 115~), sensible-utils
Suggests: postgresql-9.2, postgresql-doc-9.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.24-10.pgdg+2_arm64.deb
Size: 965444
SHA256: 132844aeb019870563378a94cefe4043f499794f56ca1b12f4e131a5c4cc451d
SHA1: 769cc6cd72983bfd708c4428b1f8bfb68bb75f1e
MD5sum: b71488349d21fdf2a83a96d6c1447c1e
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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-client-9.3
Source: postgresql-9.3
Version: 9.3.25-9.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5125
Depends: libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.3.25), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
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.25-9.pgdg+2_arm64.deb
Size: 1026628
SHA256: 786edb743decfb2fc1d2aa9f8777ecb0b25a0b826f5dff919f789780a349f4fe
SHA1: 3165d98e7d8e52e2afa132ee7b461095d4fbaacb
MD5sum: 034f7e399875c510e133591c684538df
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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-client-9.4
Source: postgresql-9.4
Version: 9.4.26-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5686
Depends: libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.4.26), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
Suggests: postgresql-9.4, postgresql-doc-9.4
Conflicts: postgresql-server-dev-9.4 (<< 9.4.25-2~)
Replaces: postgresql-server-dev-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.26-8.pgdg+2_arm64.deb
Size: 1127528
SHA256: 4e1b953ad4e06450636c0d18946300e741607bcf715cd7f96cad12aad4c61c09
SHA1: df1d8a6a401771f42aa407b0fb9e95dce899dd3c
MD5sum: 34e765487cb3e8e12ab5949284155bf3
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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-client-9.5
Source: postgresql-9.5
Version: 9.5.25-6.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6309
Depends: libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.5.25), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
Suggests: postgresql-9.5, postgresql-doc-9.5
Conflicts: postgresql-server-dev-9.5 (<< 9.5.20-2~)
Replaces: postgresql-server-dev-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.25-6.pgdg+2_arm64.deb
Size: 1266488
SHA256: 1c91523975ae6f5e9c9bfcba2aa4396920a68d64a40b43eef3c69b56f745c400
SHA1: 67f3953375d3ef7f61ad13221847026868792322
MD5sum: 9f53211ab0aaaf124924b68110087bae
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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-client-9.6
Source: postgresql-9.6
Version: 9.6.24-5.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6510
Depends: libpq5 (>= 9.6.24), postgresql-client-common (>= 142~), sensible-utils, libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-9.6, postgresql-doc-9.6
Conflicts: postgresql-server-dev-9.6 (<< 9.6.16-2~)
Replaces: postgresql-server-dev-9.6
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-client-9.6_9.6.24-5.pgdg+2_arm64.deb
Size: 1331084
SHA256: 6df600c5c74bf610447e7fa26e7b618dd8660d24575699b5e3a54a95875ef162
SHA1: 4dd854dfde2686c4c7b8e982d6c7d3acedd6da05
MD5sum: 0e058922e658d7fe6cf902fa5773ac91
Description: front-end programs for PostgreSQL 9.6
 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.6. If you install
 PostgreSQL 9.6 on a standalone machine, you need the server package
 postgresql-9.6, 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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-contrib-9.1
Source: postgresql-9.1
Version: 9.1.24-13.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3814
Depends: postgresql-9.1 (= 9.1.24-13.pgdg+2), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libossp-uuid16, libpq5 (>= 9.0~), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4), postgresql-common (>= 115~)
Suggests: libdbd-pg-perl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.1/postgresql-contrib-9.1_9.1.24-13.pgdg+2_arm64.deb
Size: 352856
SHA256: 948b60f48480aeee496c816582b55308f2b9e704401c376f14f61283c7db98c3
SHA1: 42edd149c97c3c24d08ece33b0e4b5825e47652d
MD5sum: ed1fbb8310d8f5a7180028b28839947a
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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-contrib-9.2
Source: postgresql-9.2
Version: 9.2.24-10.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3987
Depends: postgresql-9.2 (= 9.2.24-10.pgdg+2), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libossp-uuid16, libpq5 (>= 9.2~beta3), libssl3 (>= 3.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.24-10.pgdg+2_arm64.deb
Size: 361328
SHA256: eee7403cb99050b8415dba10020181cc9da21f465e90ae19d32d4b8e9fc473df
SHA1: 124f85c4b20f6d1165debac54a4c327e94ec7ab9
MD5sum: b461e251164529b832ccba1e1de469b6
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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-contrib-9.3
Source: postgresql-9.3
Version: 9.3.25-9.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4128
Depends: postgresql-9.3 (= 9.3.25-9.pgdg+2), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libossp-uuid16, libpq5 (>= 9.2~beta3), libssl3 (>= 3.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.25-9.pgdg+2_arm64.deb
Size: 391044
SHA256: 5240afbe6eedba3d58b27399fa10374ec0d08736dbeaf27e103daa29dc0949e5
SHA1: 3147b09ea842ff3ad35955a8dffe07fe40a01faf
MD5sum: fc7db9602f0d749933177776055f837b
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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-contrib-9.4
Source: postgresql-9.4
Version: 9.4.26-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4411
Depends: postgresql-9.4 (= 9.4.26-8.pgdg+2), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl3 (>= 3.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.26-8.pgdg+2_arm64.deb
Size: 429940
SHA256: 3d06c2d486cc7179fc63cb10c4be0047bccd4a57ab50ffd5c497c5b563a4d49b
SHA1: b2e82362b0bff062cbfb4ce3c10554e95843fa57
MD5sum: 776468c10d49c629860f7ff44faae9e8
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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-contrib-9.5
Source: postgresql-9.5
Version: 9.5.25-6.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4431
Depends: postgresql-9.5 (= 9.5.25-6.pgdg+2), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl3 (>= 3.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.25-6.pgdg+2_arm64.deb
Size: 441076
SHA256: 860b5a25370e1efbdc457df9838cbc0eb1cfe96a4f61ea88946a5b1919a7c5fe
SHA1: 414eaf69a6c01df27bdef7cda158af95d60781c4
MD5sum: e9260f93129cd3ce62169466040c2cbb
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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-contrib-9.6
Source: postgresql-9.6
Version: 9.6.24-5.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4749
Depends: postgresql-9.6 (= 9.6.24-5.pgdg+2), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl3 (>= 3.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.6/postgresql-contrib-9.6_9.6.24-5.pgdg+2_arm64.deb
Size: 487596
SHA256: 8d712d013d1657a08c8f7822deb2c022b70d4a23356aad47e0fad307fcb33710
SHA1: 61570de4bef6cf9bd3316817315ee84f7a25a72d
MD5sum: 31185290b53cfa675c033806b9b96012
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.6.  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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-doc-10
Source: postgresql-10
Version: 10.23-2.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14158
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-10/postgresql-doc-10_10.23-2.pgdg+2_all.deb
Size: 1826576
SHA256: 8e40f3e050206228327ce77190f7f34fe974822294a712012c6c0d1fcbf91364
SHA1: d030acd6bbe9c42fac4722a03075958aa0b82c39
MD5sum: 2a35f43947de6dacc96fd90fbc2ef746
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 10. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-doc-11
Source: postgresql-11
Version: 11.22-1.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14658
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-11/postgresql-doc-11_11.22-1.pgdg+2_all.deb
Size: 1887740
SHA256: 088fecaffa2437d5c0f3f52da1dbfdc263fbced4faf3863929e21abecf6883fc
SHA1: 1029d88c3fef8b0a682846d29018a3a933bc70e1
MD5sum: 9730be757509f86f06f2da803efe42a4
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 11. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-doc-12
Source: postgresql-12
Version: 12.17-1.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14975
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-12/postgresql-doc-12_12.17-1.pgdg+2_all.deb
Size: 1924552
SHA256: cae540612135057686ab3447aeb506d46b38b52c3e4a46dc448dfbe34dd0369f
SHA1: 83dbfacd840ae317c40c5c22a54d46a9228ac221
MD5sum: c98ffdfe0de7558b7beda8b369de125a
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 12. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-doc-13
Source: postgresql-13
Version: 13.13-1.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15710
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-13/postgresql-doc-13_13.13-1.pgdg+2_all.deb
Size: 1969592
SHA256: 7cbda315243e6f844a21908434c9b4444153a341f4295d740fc740be44186da1
SHA1: 1c6088778ec494a7f0f9b222adb4d65e9202efca
MD5sum: 12a36554efe56f3d4c7dc669b5487695
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 13. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-doc-14
Source: postgresql-14
Version: 14.10-1.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16150
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-14/postgresql-doc-14_14.10-1.pgdg+2_all.deb
Size: 2016480
SHA256: a9bd8e5d751021b8bce9ca5a2507570e2c7f4700c8d4efc8c8e2c7a7eb098fb7
SHA1: 0f026a22e16464e9422b20f8a289aefaba979030
MD5sum: 884f158722e961aa2dc00fa9dec5c089
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 14. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-doc-15
Source: postgresql-15
Version: 15.5-1.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15993
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-15/postgresql-doc-15_15.5-1.pgdg+2_all.deb
Size: 2027268
SHA256: f1eb627dc3226f616f916773f4e87ac1dce3b15a9b4cdaae02f8ba17e6e37be7
SHA1: 7bb07d8d7ba7f6f9bc3b20b5de55b5cf1dc001a3
MD5sum: 0b598e90fa5359e06d91334af2371446
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 15. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-doc-16
Source: postgresql-16
Version: 16.1-1.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16524
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-16/postgresql-doc-16_16.1-1.pgdg+2_all.deb
Size: 2075248
SHA256: 782efe486d1378111503050790fe63ec603d211375a9ba7cf728b6460bc15abd
SHA1: be3c4efd76c73c0a836f1ba82588451d38363536
MD5sum: 3a0ec81e47734700941e925c104091e6
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 16. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-doc-8.2
Source: postgresql-8.2
Version: 8.2.23-11.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8293
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-8.2/postgresql-doc-8.2_8.2.23-11.pgdg+2_all.deb
Size: 1224692
SHA256: 7e8335b2418d5a9f075a561152044d3551e9b515b70efc712cf1e21e48995d03
SHA1: ea94ff87564570fdb88ed2f30235b38615eb41a5
MD5sum: 08812ec8687d28baa48fd5be3d675f7b
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 8.2. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-doc-8.3
Source: postgresql-8.3
Version: 8.3.23-8.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9847
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-8.3/postgresql-doc-8.3_8.3.23-8.pgdg+2_all.deb
Size: 1458900
SHA256: 807137edaca3cbfcd93000b4576be59f6239f7797a51517adf724e3ce1c332be
SHA1: 8fd8da288277530bbc3d0837c342a69345e7cf94
MD5sum: be54ea8848f3c874aaa70cc334694823
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 8.3. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-doc-8.4
Source: postgresql-8.4
Version: 8.4.22-9.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10553
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-8.4/postgresql-doc-8.4_8.4.22-9.pgdg+2_all.deb
Size: 1313656
SHA256: 2686194821b1bc00148f5bbce9e17acbfc89c763897d2b1b7382cbbbff8853fe
SHA1: 4dc28a967e39da0c9552ed27c5d1674b55df93d8
MD5sum: 6309450aef35596a3465a062adece4a7
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 8.4. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-doc-9.0
Source: postgresql-9.0
Version: 9.0.23-9.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11461
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.0/postgresql-doc-9.0_9.0.23-9.pgdg+2_all.deb
Size: 1477956
SHA256: 4767ecebeee1fea13c75c53fe66b66b26c2a74af86f9e048554aaae81f345b0b
SHA1: 95f8aedbced3bb009f01c0650dbfb3f9786abc3e
MD5sum: 10f60de45921d4970f2cc130e4f3a2c4
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 9.0. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-doc-9.1
Source: postgresql-9.1
Version: 9.1.24-13.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12598
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.1/postgresql-doc-9.1_9.1.24-13.pgdg+2_all.deb
Size: 1602052
SHA256: f055d0a38dc3ce9df0a7a72bfbab6f77998ad1371651b31a375b092ac9a9a178
SHA1: a10bdfa12d31e12f85de5fd457ca65f2086010cb
MD5sum: 5f246e7382d70c4b83b71c900c3ddb1f
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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-doc-9.2
Source: postgresql-9.2
Version: 9.2.24-10.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13408
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.2/postgresql-doc-9.2_9.2.24-10.pgdg+2_all.deb
Size: 1690160
SHA256: e95cb25f6d9b831f7627e98740290777dceb03375c3be799960607d56e04588c
SHA1: 83f8575eae5e73801a7e05354f9c6f29541f87aa
MD5sum: de7c1a88b71b7035ac97df407138cfdd
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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-doc-9.3
Source: postgresql-9.3
Version: 9.3.25-9.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14218
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.3/postgresql-doc-9.3_9.3.25-9.pgdg+2_all.deb
Size: 1770296
SHA256: 3bf5b18f39181876312e88755a5c66ec0dd20623fea14680131f0c42dd8cab23
SHA1: 29c7960129826bfa84fb000a94e6c42848111db5
MD5sum: b5db86c7f1e7d780c6e9c5f5ee6c2c32
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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-doc-9.4
Source: postgresql-9.4
Version: 9.4.26-8.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11501
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.26-8.pgdg+2_all.deb
Size: 1561036
SHA256: b89d437b93e33aafb8ae4f6cdda5ddc0e5175446098fa529b1e438a236542049
SHA1: f2f20ead952504beeaf85df764bf12ca9a5b9e9c
MD5sum: c16808a3932ba9d4d50cc8c50cddb61d
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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-doc-9.5
Source: postgresql-9.5
Version: 9.5.25-6.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12014
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.25-6.pgdg+2_all.deb
Size: 1630820
SHA256: cdf0da810f0305e6ef8b98fe0369f6f7490372d5f964e49bace5b2e5747e87c8
SHA1: 8c69bc251da681caeeacdfa7a4de64266705d9a6
MD5sum: c76a73bd34363effe9d3c9a81af7b437
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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-doc-9.6
Source: postgresql-9.6
Version: 9.6.24-5.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12467
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.6/postgresql-doc-9.6_9.6.24-5.pgdg+2_all.deb
Size: 1697676
SHA256: 0abf2dd5c54a9b78c591f343011dd5269f14abcc3574d194096ff8b8f81e027e
SHA1: 3973ee5559a194a2e9e52318231a82c11bafdb75
MD5sum: b945ebef9f162c157cb078c482a5023d
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 9.6. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-plperl-10
Source: postgresql-10
Version: 10.23-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 355
Depends: perl, postgresql-10 (= 10.23-2.pgdg+2), libc6 (>= 2.34), libperl5.38 (>= 5.38.2)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plperl-10_10.23-2.pgdg+2_arm64.deb
Size: 57900
SHA256: afc55f0c20eac6fdc81b1cac4fdb77d99daf7da6d883481932af52aebf9d16ee
SHA1: 63761b8ac4af691759a56a656b47e30c213fc3ac
MD5sum: 9968b273f44164cf945aec84cd7f6ed2
Description: PL/Perl procedural language for PostgreSQL 10
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Perl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-plperl-10-dbgsym
Source: postgresql-10
Version: 10.23-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 196
Depends: postgresql-plperl-10 (= 10.23-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plperl-10-dbgsym_10.23-2.pgdg+2_arm64.deb
Size: 165144
SHA256: 0baac2300f7e60b33c45a1c350a3b896c82f4148db94ebae2911d0faa35eb032
SHA1: db522e48223cd76599b219e1629d7589fa7a72bd
MD5sum: fe0207938b411b190bc6f7150648cbd8
Description: debug symbols for postgresql-plperl-10
Build-Ids: 71b40a4b0bd2baebc23328696ffba263347b0db2 a4fee0e042a7daf7c18e51e275aaec74edeb3946
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-plperl-11
Source: postgresql-11
Version: 11.22-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 436
Depends: perl, postgresql-11 (= 11.22-1.pgdg+2), libc6 (>= 2.34), libperl5.38 (>= 5.38.2)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plperl-11_11.22-1.pgdg+2_arm64.deb
Size: 65412
SHA256: cef4e78d5d05879862a156e45076e2b2fbf06d0da54fece53b33839d38cc2345
SHA1: c55da7344aa421a1edd56428692faa1d63fa229e
MD5sum: 730a9f96dd1aeaf457fe510c50e662d8
Description: PL/Perl procedural language for PostgreSQL 11
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Perl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-plperl-11-dbgsym
Source: postgresql-11
Version: 11.22-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: postgresql-plperl-11 (= 11.22-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plperl-11-dbgsym_11.22-1.pgdg+2_arm64.deb
Size: 181108
SHA256: 348870a1ba3af546a097d6ba748856f48d14e888c8262cf7e901ff4cbf0e74d2
SHA1: 88be4150ec7fbb40ea3942101933f1192bac227c
MD5sum: ced17746ab0d1bfbe6531e2b09caae93
Description: debug symbols for postgresql-plperl-11
Build-Ids: 40f39989370673036939610d0fcbbe1fbd94e592 438383be094b718dcfcf745fa81c271ab59d8b2b c0632462e4fe8add18de8c29a24ea67b2dec8ca3
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-plperl-12
Source: postgresql-12
Version: 12.17-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 479
Depends: perl, postgresql-12 (= 12.17-1.pgdg+2), libc6 (>= 2.34), libperl5.38 (>= 5.38.2)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plperl-12_12.17-1.pgdg+2_arm64.deb
Size: 85904
SHA256: 6679a60d7828c299eca9a632aaa3d5ae50c65c9ce6d69f1332b4e75631148033
SHA1: 36292f85663162d9e99110d5d95914ee54b91430
MD5sum: 89c90901edf9e9fb5e7c102b9e311d14
Description: PL/Perl procedural language for PostgreSQL 12
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Perl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-plperl-12-dbgsym
Source: postgresql-12
Version: 12.17-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 222
Depends: postgresql-plperl-12 (= 12.17-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plperl-12-dbgsym_12.17-1.pgdg+2_arm64.deb
Size: 183552
SHA256: 83e7bed4953fce3f0d79274dba3d33713f703322293be6662700adc0f3f9ef4e
SHA1: 64d35742228d89eb15f4c56022ef8a4e708cb3f6
MD5sum: e8a600e66dd3621694b129886975b170
Description: debug symbols for postgresql-plperl-12
Build-Ids: 2c5bbb9c556bf8b0e635aebe360978c733c7ce3f 5a09e5e09b36d7baac8fd7599bc696ff4f7103b1 8d8b87ba569048d23be4094f5174cc4e9e15b541
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-plperl-13
Source: postgresql-13
Version: 13.13-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 560
Depends: perl, postgresql-13 (= 13.13-1.pgdg+2), libc6 (>= 2.34), libperl5.38 (>= 5.38.2)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plperl-13_13.13-1.pgdg+2_arm64.deb
Size: 90416
SHA256: d6118f7ffa40d7ade7939d44839f902876b64169f7edfb8d2315557a222e77f7
SHA1: f3d3909ff7465c65c43a45143ad13e08561778c2
MD5sum: 45e0123f7d7d5c355adcec619c7f0ecb
Description: PL/Perl procedural language for PostgreSQL 13
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Perl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-plperl-13-dbgsym
Source: postgresql-13
Version: 13.13-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 234
Depends: postgresql-plperl-13 (= 13.13-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plperl-13-dbgsym_13.13-1.pgdg+2_arm64.deb
Size: 189464
SHA256: 0f15b33c2efe50c6827ec9cd51fa0b42a6426c2662ef12385dd08e1d6cd752a2
SHA1: f8ba8309be219d7c60d8c04301cc0c310930d1d9
MD5sum: c70d92543de32ac4059afeade7d1743d
Description: debug symbols for postgresql-plperl-13
Build-Ids: 0f926e7ac57fc2f64d86a6089c368732334896b5 58f21587bc94b1ca2fca575857ff5225d22493e7 86db60786dc467a84fc3a149da1798f92eb041ef e2ed0af7377c7d8ce4780df3453c846fcbfc8e3d
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-plperl-14
Source: postgresql-14
Version: 14.10-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 568
Depends: perl, postgresql-14 (= 14.10-1.pgdg+2), libc6 (>= 2.34), libperl5.38 (>= 5.38.2)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plperl-14_14.10-1.pgdg+2_arm64.deb
Size: 88512
SHA256: 0de2be99943ff0efeb61b45237af9725e9cfc7287645f27787f80673168c6c6a
SHA1: afc8b94a9e1b1123571e5cf96160d2e9c96a60cb
MD5sum: 40ad33fc46df1d5ed505f4d3d124e672
Description: PL/Perl procedural language for PostgreSQL 14
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Perl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-plperl-14-dbgsym
Source: postgresql-14
Version: 14.10-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 236
Depends: postgresql-plperl-14 (= 14.10-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plperl-14-dbgsym_14.10-1.pgdg+2_arm64.deb
Size: 190168
SHA256: e2c186b32dfe5ef597081e9556eacc754e78e0090da897f8a2f75df89b369f4a
SHA1: 76a4f11df418ffbc0227d0dafa413c04621fdf35
MD5sum: e8656b6167af1b9efc4dd6a34a8616dd
Description: debug symbols for postgresql-plperl-14
Build-Ids: 3c564cf3e3cc6825d197487007298d987fabc149 418a48968f048a8b13c03e21446a8e1c5b6cfc94 5fa584b350b90856b4bc232fddc0e2e90f0d3b52 99043165bb205b5db1590f503be5d61142ea6271
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-plperl-15
Source: postgresql-15
Version: 15.5-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 569
Depends: perl, postgresql-15 (= 15.5-1.pgdg+2), libc6 (>= 2.34), libperl5.38 (>= 5.38.2)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plperl-15_15.5-1.pgdg+2_arm64.deb
Size: 87096
SHA256: 5a90359d4fa5aa26c5c606a8d9b8185fa432803af3da7ab88c4aa3511c5bcd87
SHA1: 266d79771197e4ce04ab33428e8595fc910d6d60
MD5sum: 97e0c6a1ef8ba247bfe2d25ac57b949b
Description: PL/Perl procedural language for PostgreSQL 15
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Perl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-plperl-15-dbgsym
Source: postgresql-15
Version: 15.5-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 239
Depends: postgresql-plperl-15 (= 15.5-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plperl-15-dbgsym_15.5-1.pgdg+2_arm64.deb
Size: 194044
SHA256: d5e136a8461012722845eb32ea59f5d6724afa80c3c44828f257de8c85c8557e
SHA1: 63093886a7f7ac217549dbb6fd45128dc64e3b8c
MD5sum: 1c338d7cf0a3a89d8e18463966fb2369
Description: debug symbols for postgresql-plperl-15
Build-Ids: 2014bb511c9b30d77ce0e41e42579a37d6d74c53 49af99082b41f69ca6b72bc0993d75c3aaf34b45 6d8f0bc4846409c223a342c5111bf34534cc9d2c 7f7eafc243e25010ea6f8e40eb8df16b2cc36078
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-plperl-16
Source: postgresql-16
Version: 16.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 582
Depends: perl, postgresql-16 (= 16.1-1.pgdg+2), libc6 (>= 2.34), libperl5.38 (>= 5.38.2)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plperl-16_16.1-1.pgdg+2_arm64.deb
Size: 86296
SHA256: 8fa4185b62cde5132eb75cb90f49642e7e755143fa9b77037df85e9f250e7046
SHA1: 4bead2e2e805ba89bc23543b51028dda81a96143
MD5sum: 7c0cf85c5e7d67369948acaa1ea3a673
Description: PL/Perl procedural language for PostgreSQL 16
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Perl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-plperl-16-dbgsym
Source: postgresql-16
Version: 16.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 243
Depends: postgresql-plperl-16 (= 16.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plperl-16-dbgsym_16.1-1.pgdg+2_arm64.deb
Size: 197912
SHA256: 15501460cacb867eaaef0f8116c3043d5ec4910b3f6ffa2bd3659aafb1224eab
SHA1: f9c21ec150f877658e0a493516107ae18605cdfb
MD5sum: f304c413f00bbba347c2078f44291862
Description: debug symbols for postgresql-plperl-16
Build-Ids: 44913a06f8bacfcec2e066d07f4741e902b9eff0 4a94b31e861fc2c9f207c156787cc4f06e2088bc a1fae2975bcc83548a836ae1eba90a234dbf8cb9 c1aeb6ee91b0a77467d585d569049695a5a50e8d
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-plperl-9.1
Source: postgresql-9.1
Version: 9.1.24-13.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libc6 (>= 2.34), libperl5.38 (>= 5.38.2), postgresql-9.1 (= 9.1.24-13.pgdg+2), 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.24-13.pgdg+2_arm64.deb
Size: 45908
SHA256: ddac8e9e20e054715ec5a410467cd521ae4e6a18dc785a1d7f270c7b2ac5ec57
SHA1: b6d4ffba6102ef999598ef007055b3a4e0bb6b63
MD5sum: 11fbfe5722a612670fc77b7ef14a62fc
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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-plperl-9.2
Source: postgresql-9.2
Version: 9.2.24-10.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 255
Depends: libc6 (>= 2.34), libperl5.38 (>= 5.38.2), postgresql-9.2 (= 9.2.24-10.pgdg+2), 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.24-10.pgdg+2_arm64.deb
Size: 44820
SHA256: e0058e401129a71d230c4ba358e1dce9f0a7b6e96b3a83ac8ae160721f1726c9
SHA1: 925824c53f1a2e9997596beb7d04f5146371befa
MD5sum: 2df1c64f2e97f5f264673a32b92e9fed
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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-plperl-9.3
Source: postgresql-9.3
Version: 9.3.25-9.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 255
Depends: libc6 (>= 2.34), libperl5.38 (>= 5.38.2), postgresql-9.3 (= 9.3.25-9.pgdg+2), 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.25-9.pgdg+2_arm64.deb
Size: 44552
SHA256: 92b9bf1a7432b0d216f27925eab6d70493307bacec1692e4186fd749529f660d
SHA1: a0ac90a7208617b73be9d494e2b2a54906612d94
MD5sum: 4f0bfb61c4bbf7c0680ff500efa5645d
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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-plperl-9.4
Source: postgresql-9.4
Version: 9.4.26-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: libc6 (>= 2.34), libperl5.38 (>= 5.38.2), postgresql-9.4 (= 9.4.26-8.pgdg+2), 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.26-8.pgdg+2_arm64.deb
Size: 47800
SHA256: 25e0519d93b8abd8f3b60e7db48905ea51dec1f32bc05081fbecafdab2fa1cae
SHA1: f80fcf4710e82e0c90c140b87c3fe1eb255d98ba
MD5sum: e4b29ae2def9bb6115a6f036fd3ea043
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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-plperl-9.5
Source: postgresql-9.5
Version: 9.5.25-6.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 358
Depends: libc6 (>= 2.34), libperl5.38 (>= 5.38.2), postgresql-9.5 (= 9.5.25-6.pgdg+2), 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.25-6.pgdg+2_arm64.deb
Size: 54956
SHA256: f86de19a6b6f940580f9bf2e5c93070732c219429b191a845570b385b39a03a8
SHA1: 3714a5b16c2f1a39bf16257f690bb026892049c3
MD5sum: 1b73df0a1abcef395536213895a405b2
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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-plperl-9.6
Source: postgresql-9.6
Version: 9.6.24-5.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 361
Depends: perl, postgresql-9.6 (= 9.6.24-5.pgdg+2), libc6 (>= 2.34), libperl5.38 (>= 5.38.2)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plperl-9.6_9.6.24-5.pgdg+2_arm64.deb
Size: 56900
SHA256: 0828b3faf80e3417aa2c0cc58fa4b5bc568181e38edc85dce08ea9cd73c3c2a7
SHA1: 95e9579e0743e1793c85838ac474eefcf744b404
MD5sum: 0a73aacaa332846f7c388eab48cc8461
Description: PL/Perl procedural language for PostgreSQL 9.6
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Perl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-plpython3-10
Source: postgresql-10
Version: 10.23-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 313
Depends: postgresql-10 (= 10.23-2.pgdg+2), libc6 (>= 2.17), libpython3.11 (>= 3.11.5)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10_10.23-2.pgdg+2_arm64.deb
Size: 53676
SHA256: d3fa130046f84ff94032b308e8fe74a336035659c81323c9294375a57aaa7a19
SHA1: 9713310cfd5af6b1a4bc694efa02d3e629a5e6f0
MD5sum: 732d2748bb9dc88e01ae50123d286c77
Description: PL/Python 3 procedural language for PostgreSQL 10
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Python 3.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-plpython3-10-dbgsym
Source: postgresql-10
Version: 10.23-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-plpython3-10 (= 10.23-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10-dbgsym_10.23-2.pgdg+2_arm64.deb
Size: 152752
SHA256: c9918b89724eb6da00f1eabcaaac1ecfbada69eb78853bf30243e0c753f2b29e
SHA1: cde3f6bac78b271b60555a420ea7944ba3fa2806
MD5sum: 92ca030094bf3dcf20268444ff07f208
Description: debug symbols for postgresql-plpython3-10
Build-Ids: 7264a55738582ad0141752aa8e635f4cf6b04a12 9a825b9e8a92b018f24ce3b9b8cf5f163b246cad fa5f7fc107ffcabd961f45b52687fdcb519cc249
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-plpython3-11
Source: postgresql-11
Version: 11.22-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 427
Depends: postgresql-11 (= 11.22-1.pgdg+2), libc6 (>= 2.17), libpython3.11 (>= 3.11.5)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11_11.22-1.pgdg+2_arm64.deb
Size: 76248
SHA256: 254e2a148d3b903f542c64d2b2123b171b6e03a943a84e4eca8bdbde2b97f61c
SHA1: 4b097ea0d83d7176f12f4ce1a81c9fedf68f73e3
MD5sum: a57c9da2a3911b86db7c2244619cdd2c
Description: PL/Python 3 procedural language for PostgreSQL 11
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Python 3.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-plpython3-11-dbgsym
Source: postgresql-11
Version: 11.22-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 225
Depends: postgresql-plpython3-11 (= 11.22-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11-dbgsym_11.22-1.pgdg+2_arm64.deb
Size: 173548
SHA256: fd8b55e6ae4293949f0c947d7ef06cd04c4cd978cc7ac42ee22026238305b808
SHA1: c4583fc173226c7c47ecc1499f88ce40dab20eba
MD5sum: 33b8fda0f1c021c382e0b0e713fb3391
Description: debug symbols for postgresql-plpython3-11
Build-Ids: 038fe8d4103766e1d0e0494a28ebf970a92a9645 1a92a0b58478d9b1db38645c266a0c9aeff1c92a 82d3f5691d098a5202312ea35ceea60126e58571 d6c7fcf9c787f526fa9e111c2a29e2bb40b41661
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-plpython3-12
Source: postgresql-12
Version: 12.17-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 642
Depends: postgresql-12 (= 12.17-1.pgdg+2), libc6 (>= 2.17), libpython3.11 (>= 3.11.5)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12_12.17-1.pgdg+2_arm64.deb
Size: 108908
SHA256: fbc2db1cde7e28102926fc5c366d8e26be74eee33aa7f8267e2633c1a5ecbdd3
SHA1: c69185f61777847ced0bcfe5a79a6eae12a38a39
MD5sum: 16f61c832e1c4025b3182f7deee6ed24
Description: PL/Python 3 procedural language for PostgreSQL 12
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Python 3.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-plpython3-12-dbgsym
Source: postgresql-12
Version: 12.17-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 228
Depends: postgresql-plpython3-12 (= 12.17-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12-dbgsym_12.17-1.pgdg+2_arm64.deb
Size: 175444
SHA256: c70f1cca9d9ae62af13e33331a89fe3f82538caf1b12bc9f94fac6d17205a4a5
SHA1: 8ca4fd13802a5ef31de95986fd66178ec42f7b98
MD5sum: 84c8f3bcc8fdc2724bef0381c6b787fc
Description: debug symbols for postgresql-plpython3-12
Build-Ids: 03d1e853dc54900e57340c074a4c50fd66d3b06f 2ae384d19ffcef51b1f11a093fd9b9a9db241175 4a0ab0ea0edb6bdc4b37cc4bbf557ed17d9b624e 97cb81e27feea1c0cebf3089472ca4cd961b144d
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-plpython3-13
Source: postgresql-13
Version: 13.13-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 641
Depends: postgresql-13 (= 13.13-1.pgdg+2), libc6 (>= 2.17), libpython3.11 (>= 3.11.5)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13_13.13-1.pgdg+2_arm64.deb
Size: 107936
SHA256: d91f6bbf224f67a0b92bb0c7438cc7bec97ca77d7bfc82a92c822182e1145f34
SHA1: afbe73689da1949a27672247010754aedcfc8cca
MD5sum: d3b510f4f7f030bcbf807b6911193dbe
Description: PL/Python 3 procedural language for PostgreSQL 13
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Python 3.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-plpython3-13-dbgsym
Source: postgresql-13
Version: 13.13-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 228
Depends: postgresql-plpython3-13 (= 13.13-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13-dbgsym_13.13-1.pgdg+2_arm64.deb
Size: 176076
SHA256: 90f6640e0f4e0f1e7089da6b876da1d6ebaf2b415662c12625d9c78eb97bfd60
SHA1: 29bc62c7191c084f928cb36c19d192e290e574f3
MD5sum: 149a513043190ecc7639e1b7b56bb6f9
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 19e1ea3881c3ffca0d51d734082ca0180e0ecd31 7c68d6198079f9cde4600181978a14879b277f5e 8644e5d7007102a4868530bd578292a5156d9fc8 8708f759d1f5a3897b8947fccf4678bd1bf30188
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-plpython3-14
Source: postgresql-14
Version: 14.10-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 720
Depends: postgresql-14 (= 14.10-1.pgdg+2), libc6 (>= 2.17), libpython3.11 (>= 3.11.5)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14_14.10-1.pgdg+2_arm64.deb
Size: 108124
SHA256: ade89754a3bd86179510cc01cb41b1673b919044f28c7366fd77f538a077877c
SHA1: 908ca7dc3ce19c4f8852b7618575d8f08fcb315a
MD5sum: 36ef22e8c5724472bdf83676ecf4b1ab
Description: PL/Python 3 procedural language for PostgreSQL 14
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Python 3.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-plpython3-14-dbgsym
Source: postgresql-14
Version: 14.10-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 229
Depends: postgresql-plpython3-14 (= 14.10-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14-dbgsym_14.10-1.pgdg+2_arm64.deb
Size: 177060
SHA256: efe312e3ec284785d16ccc2b67fc8a4b2b34281741607b1a8a7a440d92c24ed7
SHA1: 7291f593d674002d06d754df2a6d499cf7186967
MD5sum: 121f35144c25b14c272814537ffc7d57
Description: debug symbols for postgresql-plpython3-14
Build-Ids: 09d43dee41682eeb78dc913eabe2d9edbcd5f350 3d01d0cb743dfd881b710b80346b22c4e50a94b7 4ed817e6244c56199809491d03824095e04acea8 7a37bdca7885f2b563b020c47e685e46bfabab72
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-plpython3-15
Source: postgresql-15
Version: 15.5-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 671
Depends: postgresql-15 (= 15.5-1.pgdg+2), libc6 (>= 2.17), libpython3.11 (>= 3.11.5)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15_15.5-1.pgdg+2_arm64.deb
Size: 107572
SHA256: 4691abc34242108399e9e3b12c1a12e1c415208b8f05ad2a924f381073da69ef
SHA1: 4ff3e36734b18ae6854ac37810c1f84125f6d08e
MD5sum: 2ff3ef968ed79599a92d8d794d8ed7e9
Description: PL/Python 3 procedural language for PostgreSQL 15
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Python 3.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-plpython3-15-dbgsym
Source: postgresql-15
Version: 15.5-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 228
Depends: postgresql-plpython3-15 (= 15.5-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15-dbgsym_15.5-1.pgdg+2_arm64.deb
Size: 178040
SHA256: dd9714b5ce5b025a9d88635068220ade4dbf829eed856ef1c4b01026601ae082
SHA1: f1957ef71234c9e18db0ef9e73600d54023d2d7d
MD5sum: 2380118c10787fb79ee794bc673d442a
Description: debug symbols for postgresql-plpython3-15
Build-Ids: 2b0de4f7674bdb24120a95a7761a36110d68b4ba 31eb1d2ec4759c67fee3ed71cba1573d7a8fcb78 cc1514dbf9bee4de6e0d7c360aa934fec4932169 ed43057e40286856722758c2c6874e4b855f074c
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-plpython3-16
Source: postgresql-16
Version: 16.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 682
Depends: postgresql-16 (= 16.1-1.pgdg+2), libc6 (>= 2.17), libpython3.11 (>= 3.11.5)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16_16.1-1.pgdg+2_arm64.deb
Size: 106788
SHA256: 38f16189fe870871fba55ea7cf758a24784e2626723c49c931fcac81fbc1f4ac
SHA1: fdff0f7ece5765b02b15819a2891216d49dd67b4
MD5sum: daf70be52dcb1a6f2e5e718c3085bedf
Description: PL/Python 3 procedural language for PostgreSQL 16
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Python 3.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-plpython3-16-dbgsym
Source: postgresql-16
Version: 16.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 231
Depends: postgresql-plpython3-16 (= 16.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16-dbgsym_16.1-1.pgdg+2_arm64.deb
Size: 182660
SHA256: 2128dd26fc8bcdda626080aa017348f565794488d720021c73628b3a2d4a7b7e
SHA1: 6fa8558f70f75f5b53f446e77c2897aca20d28de
MD5sum: 968100db3137c252db9cd5289e90ca1c
Description: debug symbols for postgresql-plpython3-16
Build-Ids: 75d0b030c44f08173f00212277e79f11ea1f4369 7d46f64bdd9320e58fa359c36081ba356c26d0a0 7dcf9f9c29b70f6df0e2c6b4cd4ab52621dc158f fab1d1f93a54b491167c4ccb2745f9980c244e81
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-plpython3-9.1
Source: postgresql-9.1
Version: 9.1.24-13.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 163
Depends: libc6 (>= 2.17), libpython3.11 (>= 3.11.5), postgresql-9.1 (= 9.1.24-13.pgdg+2)
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.24-13.pgdg+2_arm64.deb
Size: 36924
SHA256: a829d796f413d69277bfe5e126b26c9a4773a697fd49fa06d6782032cbbc7c77
SHA1: 05c7e71a2572c7214c5b7b14588dce4ffb1baf6e
MD5sum: 200d2837739d1d5fe0f78641b96d52eb
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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-plpython3-9.2
Source: postgresql-9.2
Version: 9.2.24-10.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: libc6 (>= 2.17), libpython3.11 (>= 3.11.5), postgresql-9.2 (= 9.2.24-10.pgdg+2)
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.24-10.pgdg+2_arm64.deb
Size: 39580
SHA256: 4a1a2e2ab72b6137522925c78d107f28bdf506609d2642437f1e0425e3d86b74
SHA1: eac29452bfcd0b805f44d13452f1df087ea15d0a
MD5sum: 7b37249b810bc7af6589319adb0a28d9
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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-plpython3-9.3
Source: postgresql-9.3
Version: 9.3.25-9.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: libc6 (>= 2.17), libpython3.11 (>= 3.11.5), postgresql-9.3 (= 9.3.25-9.pgdg+2)
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.25-9.pgdg+2_arm64.deb
Size: 39712
SHA256: 04010ceb183493d11048bd19d06c8cf438eda94e7027a2fe7cce252c2be98246
SHA1: cff1d8aba18f075922c227c0fca84dac698010b2
MD5sum: 34c3ec776ed6880bb716331f0bf75207
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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-plpython3-9.4
Source: postgresql-9.4
Version: 9.4.26-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: libc6 (>= 2.17), libpython3.11 (>= 3.11.5), postgresql-9.4 (= 9.4.26-8.pgdg+2)
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.26-8.pgdg+2_arm64.deb
Size: 42024
SHA256: eecfa31e4b391eb87b43f3af0c6a189862ad4fcdbca6b80f6b79b10775680d51
SHA1: 053e1604033ef07bb8dbf10a55531c5237420f93
MD5sum: 68a9f37640743d54b164ab726e5f8233
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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-plpython3-9.5
Source: postgresql-9.5
Version: 9.5.25-6.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 311
Depends: libc6 (>= 2.17), libpython3.11 (>= 3.11.5), postgresql-9.5 (= 9.5.25-6.pgdg+2)
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.25-6.pgdg+2_arm64.deb
Size: 48012
SHA256: 89b80f6c07f45a27e5ca0aae1117d27a99edade07439e8326da1e90cab31e54d
SHA1: fb37723ebe2bccf4b57003f4da549c2dc0c217f5
MD5sum: 01ec2c524cb2301d85c45136455e0583
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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-plpython3-9.6
Source: postgresql-9.6
Version: 9.6.24-5.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 312
Depends: postgresql-9.6 (= 9.6.24-5.pgdg+2), libc6 (>= 2.17), libpython3.11 (>= 3.11.5)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plpython3-9.6_9.6.24-5.pgdg+2_arm64.deb
Size: 50848
SHA256: b29791a8bc6c45bbce38377ed7ca19fa4b7dac63a2db6b419f07fe3b0f585c97
SHA1: 2a672e633e02132efbb540e166494d46856083f4
MD5sum: bcf3752176259705a3d49e20182c1382
Description: PL/Python 3 procedural language for PostgreSQL 9.6
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Python 3.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-pltcl-10
Source: postgresql-10
Version: 10.23-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: postgresql-10 (= 10.23-2.pgdg+2), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10_10.23-2.pgdg+2_arm64.deb
Size: 36836
SHA256: ed61d1b7ed8ff34e47cab42e6907c37804723763eb558e296f2cbb4ce5df22da
SHA1: 071947bcd062132feac1099723806348582e6944
MD5sum: ae211cf30d98e9107f35a404bf74e774
Description: PL/Tcl procedural language for PostgreSQL 10
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Tcl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-pltcl-10-dbgsym
Source: postgresql-10
Version: 10.23-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-pltcl-10 (= 10.23-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10-dbgsym_10.23-2.pgdg+2_arm64.deb
Size: 66860
SHA256: d454d26186dc903ea51a0a0a4f0ea3bff9c176d762a64eec71ae6f0da7cf3ac6
SHA1: 73e930ccbf5e163e374f8dd6d77150bbffbd2812
MD5sum: 34d840a61b0ef466c990c156552e8e48
Description: debug symbols for postgresql-pltcl-10
Build-Ids: 381fe9b4b46e0b007fc82cad8a310cd2bd663e15
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-pltcl-11
Source: postgresql-11
Version: 11.22-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-11 (= 11.22-1.pgdg+2), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11_11.22-1.pgdg+2_arm64.deb
Size: 41008
SHA256: cdf6d22d15566546812ef77f5d45c58e4b8f690f6693aae510d90f6af8b1d91a
SHA1: cb9c18661f4d6f19459fd8b2f5a0f9f4a99c4a4b
MD5sum: 785f1994eba53dee89548d8dbfdb9113
Description: PL/Tcl procedural language for PostgreSQL 11
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Tcl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-pltcl-11-dbgsym
Source: postgresql-11
Version: 11.22-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-pltcl-11 (= 11.22-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11-dbgsym_11.22-1.pgdg+2_arm64.deb
Size: 70456
SHA256: facaa76117a81c01ff66faf3eed5e773ea27dde05851a63a480cb1a635780af4
SHA1: c199ddea8d0f99c7f28d225a202ad4bca02d9466
MD5sum: 0ddad47e19adb0a4420a874d735aeeb4
Description: debug symbols for postgresql-pltcl-11
Build-Ids: d618fa5ecb19e2fd7b968466a2b5ea2c0c6eb65d
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-pltcl-12
Source: postgresql-12
Version: 12.17-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-12 (= 12.17-1.pgdg+2), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12_12.17-1.pgdg+2_arm64.deb
Size: 42020
SHA256: cab50d269e3dba747bbcd9b8a271e012cd10d491b00a5fd343afcabf2d5861ca
SHA1: 2cf968b0e568992831c5cc2f711df059647daf50
MD5sum: e8ef60d4e6908cfb4c19c51d93bad4c5
Description: PL/Tcl procedural language for PostgreSQL 12
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Tcl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-pltcl-12-dbgsym
Source: postgresql-12
Version: 12.17-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-pltcl-12 (= 12.17-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12-dbgsym_12.17-1.pgdg+2_arm64.deb
Size: 71500
SHA256: fdb4211050bc5a5c48350e5f0aa7a8586c234b5108d14e90dc18ddd7c73d1cd2
SHA1: 84a0d819da8f5b17c61651e85aa804f4ca369a33
MD5sum: a043d34f039194f4dde427588d3ff703
Description: debug symbols for postgresql-pltcl-12
Build-Ids: f816ceb96aae6ccdebca38a495b2f27850fb7ac9
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-pltcl-13
Source: postgresql-13
Version: 13.13-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 190
Depends: postgresql-13 (= 13.13-1.pgdg+2), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13_13.13-1.pgdg+2_arm64.deb
Size: 42948
SHA256: f4b1d117cc970740fb13366d4ab9e3f3aa4f5f48056bfd49268f4ab73227e114
SHA1: 4c065c5b68af37370a0e6d630a7eb4fa430a9c17
MD5sum: f3ac652599969ce3ec7e4f2f61c2a8fe
Description: PL/Tcl procedural language for PostgreSQL 13
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Tcl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-pltcl-13-dbgsym
Source: postgresql-13
Version: 13.13-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-pltcl-13 (= 13.13-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13-dbgsym_13.13-1.pgdg+2_arm64.deb
Size: 74816
SHA256: d3a52efd71c90806d0d50f3f1bdcb141060fb82d3bcd9040ca6093ce3791a53d
SHA1: a4ec873f4752f1ca39fec8a057f187e7add6878a
MD5sum: c8a2b5677f36a2cef665efdf2bfc6381
Description: debug symbols for postgresql-pltcl-13
Build-Ids: b096c74923cf3c17ea547c38dd324430985262f3
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-pltcl-14
Source: postgresql-14
Version: 14.10-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 188
Depends: postgresql-14 (= 14.10-1.pgdg+2), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14_14.10-1.pgdg+2_arm64.deb
Size: 39728
SHA256: 71c46fc346ae2cb34fce984949e6eea124e5ca4aa7312d3363157574b93da1e6
SHA1: 2c88a781374a51a213d740df57bd8556cdbb1cf5
MD5sum: eedff07c58aeb2aac293a13daa6e6e9d
Description: PL/Tcl procedural language for PostgreSQL 14
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Tcl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-pltcl-14-dbgsym
Source: postgresql-14
Version: 14.10-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-pltcl-14 (= 14.10-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14-dbgsym_14.10-1.pgdg+2_arm64.deb
Size: 75440
SHA256: 843de6d5296a65146a06dd02eaf231e7fa00dc34b95a22d34ff50392e0ad6ec7
SHA1: f92812ddc300365ba1cd55d56c08ecbe98f6134d
MD5sum: 3922cc1603a5673d9c44347ca2314c21
Description: debug symbols for postgresql-pltcl-14
Build-Ids: 3cb0f94afddd2d0f5f719a64aa547e3be26ab3e1
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-pltcl-15
Source: postgresql-15
Version: 15.5-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-15 (= 15.5-1.pgdg+2), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15_15.5-1.pgdg+2_arm64.deb
Size: 39204
SHA256: 2c28168fbbc72b575b80cb08d91165a624fdabc04e59e8d74edfeef5a17d965e
SHA1: 3a61bf79c0271ab79270e109afade723116973ce
MD5sum: 4ab0f861d9c1bd87f0d7bac9bee56032
Description: PL/Tcl procedural language for PostgreSQL 15
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Tcl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-pltcl-15-dbgsym
Source: postgresql-15
Version: 15.5-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-pltcl-15 (= 15.5-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15-dbgsym_15.5-1.pgdg+2_arm64.deb
Size: 79224
SHA256: b1039e1c691e3a6f1e4ffe07ad3f6d71809644a52c4069c91877aa893fa33f91
SHA1: 20d42a08819b585e96e521b7d910b806e627c163
MD5sum: 4a477eb319eb7aa01c28483121bf79b2
Description: debug symbols for postgresql-pltcl-15
Build-Ids: 6db5176c13e9158cbe9331c397c7be012535bdf0
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-pltcl-16
Source: postgresql-16
Version: 16.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 203
Depends: postgresql-16 (= 16.1-1.pgdg+2), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16_16.1-1.pgdg+2_arm64.deb
Size: 38408
SHA256: 1e7d5c07617c42eebf7a87443fa4e2413ac98124f152b3a84f133961ea9501b3
SHA1: 6613419cc200a77c9ef2a0d99796e6b19c7a0507
MD5sum: 6afd95d843318177eb997a380454c5e4
Description: PL/Tcl procedural language for PostgreSQL 16
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Tcl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-pltcl-16-dbgsym
Source: postgresql-16
Version: 16.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: postgresql-pltcl-16 (= 16.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16-dbgsym_16.1-1.pgdg+2_arm64.deb
Size: 82064
SHA256: 4e1390102a08236503146abde8e9c5921ccefea6f67444f309ed7144c1cbe195
SHA1: 61876e2836e98c809470d98f3a4247821fdce560
MD5sum: 7645bf54cae13a76c91042b74ffc3447
Description: debug symbols for postgresql-pltcl-16
Build-Ids: 4e7bcf4e80e4c3676f504207e0e1d3e1ad8f1e00
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-pltcl-9.1
Source: postgresql-9.1
Version: 9.1.24-13.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 170
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.1 (= 9.1.24-13.pgdg+2)
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.24-13.pgdg+2_arm64.deb
Size: 26224
SHA256: 7c9baca99462c74a395c738f5778e0b6392a8c9cb2ce8fac3bb56da35c234a00
SHA1: 3c2eae4464580b1d60ceff01fe484c13dfa6b121
MD5sum: 9e344af6d4a4fb548e1845090dc5cd1a
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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-pltcl-9.2
Source: postgresql-9.2
Version: 9.2.24-10.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.2 (= 9.2.24-10.pgdg+2)
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.24-10.pgdg+2_arm64.deb
Size: 26008
SHA256: 9c8ef85a4c7563f6714e134f2dc560efb728a44e29a26b49c251ec5f05abd9e5
SHA1: ab7d8d4888668375e9b06bb4bd0d09fc96950241
MD5sum: e822108283975ce1d8336431c4fa3090
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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-pltcl-9.3
Source: postgresql-9.3
Version: 9.3.25-9.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.3 (= 9.3.25-9.pgdg+2)
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.25-9.pgdg+2_arm64.deb
Size: 25880
SHA256: 59f15ccc47169e88e5beb1af66da25583dee02b121c98e7818d94ddeb5557834
SHA1: 5db33306ba49e1c0ca6962fa74a570adb737c496
MD5sum: 4fc277621caee151a3ec6201869d6542
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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-pltcl-9.4
Source: postgresql-9.4
Version: 9.4.26-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.4 (= 9.4.26-8.pgdg+2)
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.26-8.pgdg+2_arm64.deb
Size: 27916
SHA256: c0a5d8a82d54752e1a8b45a71eaeb3da958cb76a5dd59acb65e76d089a407e50
SHA1: 468aca0cab93b80d6ebf30256bd48a790dd0afff
MD5sum: 1a445e525779ba4e2a3957cf49dea394
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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-pltcl-9.5
Source: postgresql-9.5
Version: 9.5.25-6.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.5 (= 9.5.25-6.pgdg+2)
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.25-6.pgdg+2_arm64.deb
Size: 32444
SHA256: 3375e119ffaba04046c655029185709317eb4abaf7f597acb8429241b81543bc
SHA1: b2a804322a27fbfde840c15a784d7c4049741e5d
MD5sum: e15a77243e58f957e0692facc927473f
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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-pltcl-9.6
Source: postgresql-9.6
Version: 9.6.24-5.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 191
Depends: postgresql-9.6 (= 9.6.24-5.pgdg+2), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-pltcl-9.6_9.6.24-5.pgdg+2_arm64.deb
Size: 37848
SHA256: 6d6e1f34b3cac4937deafcc87168aa6da4eb7c7c1464a5c5777d3c814d226ca3
SHA1: f3730d8f801013aecb65fe3890e9e97230779d56
MD5sum: f8da3ee5870898a0132b1834b1a01c4e
Description: PL/Tcl procedural language for PostgreSQL 9.6
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Tcl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-server-dev-10
Source: postgresql-10
Version: 10.23-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5524
Depends: libpq-dev (>= 10~~), postgresql-client-10 (= 10.23-2.pgdg+2), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Replaces: libpq-dev
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-10/postgresql-server-dev-10_10.23-2.pgdg+2_arm64.deb
Size: 942652
SHA256: 8810032dbc940ded07cb96d46cfda3a62bd7fb8ba1760d469c0b18ed5393c623
SHA1: b7e3a0d2c409d4687cbf4cf9eb8e6048c758ec11
MD5sum: fc66da53290737667bde087d82734c84
Description: development files for PostgreSQL 10 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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-server-dev-11
Source: postgresql-11
Version: 11.22-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5075
Depends: clang-16, libpq-dev (>= 11~~), llvm-16-dev, postgresql-client-11 (= 11.22-1.pgdg+2), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-11/postgresql-server-dev-11_11.22-1.pgdg+2_arm64.deb
Size: 929420
SHA256: dade4f42a353a8468b76cd08f497c6a8488dc3d157cf10e2bfcfe3deea14edbf
SHA1: 37443029df61c67d188164a4694e33e22c6232e1
MD5sum: 33e748bea260747e265bf0955734cedc
Description: development files for PostgreSQL 11 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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-server-dev-12
Source: postgresql-12
Version: 12.17-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5661
Depends: clang-16, libpq-dev (>= 12~~), llvm-16-dev, postgresql-client-12 (>= 12.1-2~), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-12/postgresql-server-dev-12_12.17-1.pgdg+2_arm64.deb
Size: 997208
SHA256: 844bc6372cb15bcd5b107f28e59e75b3c79a4a8b2f94d890f3b16d29711e5a78
SHA1: 3a3e4a9e1015f6c7942ac3a9a645e8ca8b3f0fb6
MD5sum: 3d0f42fe61b15aa30d08ad20b90c7606
Description: development files for PostgreSQL 12 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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-server-dev-13
Source: postgresql-13
Version: 13.13-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6176
Depends: clang-16, libpq-dev (>= 13~~), llvm-16-dev, postgresql-client-13, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/postgresql-server-dev-13_13.13-1.pgdg+2_arm64.deb
Size: 1042844
SHA256: c02111b81f7f7a57d75741efc10499ea6d3a7395da71419e20175f7e2f58e6d2
SHA1: 75487f85656f818d45575d9a5fe8e24be7cb39dc
MD5sum: 4e46969175d51e134f259ca045824b59
Description: development files for PostgreSQL 13 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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-server-dev-14
Source: postgresql-14
Version: 14.10-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6691
Depends: clang-16, libpq-dev (>= 14~~), llvm-16-dev, postgresql-client-14, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14_14.10-1.pgdg+2_arm64.deb
Size: 1116212
SHA256: 906507729d80cd8371f64e1fe62ba5c8b33620eda093f03c46a3ab9d93714062
SHA1: 1e7e8668c54c591d00eea78bc50d4c03a364a6ca
MD5sum: 0affb94797a4741195c6fcc2d1df4605
Description: development files for PostgreSQL 14 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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-server-dev-15
Source: postgresql-15
Version: 15.5-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6850
Depends: clang-16, libpq-dev (>= 15~~), llvm-16-dev, postgresql-client-15, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/postgresql-server-dev-15_15.5-1.pgdg+2_arm64.deb
Size: 1141100
SHA256: 83465d15776fc9d002c01d2a6b57891152e3b7bbfcb60185ffc9967206a67970
SHA1: d1f31c4f514b3314f987abb9c39a475c69409e6c
MD5sum: 057b1964dcb2352d7c4658084a5eaa0a
Description: development files for PostgreSQL 15 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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-server-dev-16
Source: postgresql-16
Version: 16.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7043
Depends: clang-16, libpq-dev (>= 16~~), llvm-16-dev, postgresql-client-16, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-16/postgresql-server-dev-16_16.1-1.pgdg+2_arm64.deb
Size: 1168068
SHA256: 566b8a6553127870dc2d8f98b1f23f32dcb2d9a7aef0ec77cebfc130c69ffbfb
SHA1: a0be6dd976f8bae835ec1ff6557f57639bab5eda
MD5sum: a459fb2231da12cbb9f80c75bb5931fb
Description: development files for PostgreSQL 16 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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-server-dev-9.1
Source: postgresql-9.1
Version: 9.1.24-13.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3101
Depends: libc6 (>= 2.34), 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.24-13.pgdg+2_arm64.deb
Size: 536360
SHA256: 64a23ef886749ef4aec572e10d58e986711e70bb15193dde41cc24f95f5a2908
SHA1: d12ef5fd1a21ac7f3aaf3cd7c2c8c5c41071f15d
MD5sum: e1d79aa66ecddbcd3648e1b2962839d7
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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-server-dev-9.2
Source: postgresql-9.2
Version: 9.2.24-10.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3319
Depends: libc6 (>= 2.34), 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.24-10.pgdg+2_arm64.deb
Size: 575656
SHA256: 5783c6d6ce6970143b76d651121a6a0da80a7ddb15473ad8c084178fac82fc48
SHA1: ac9a804187699324bb27c5f1753a64066c785a87
MD5sum: 1576a6cb582820c391c39d8e74ce56f9
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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-server-dev-9.3
Source: postgresql-9.3
Version: 9.3.25-9.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3560
Depends: libc6 (>= 2.34), 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.25-9.pgdg+2_arm64.deb
Size: 619308
SHA256: b7039aa5cfd5ad52d73a31cf2fcf5f8dd833f1d15ea3d842011465991ae36e9f
SHA1: 8e7f9107e8995447e986308d18ebe75c9f8da8f0
MD5sum: b8ce239abb525bfd9522300a8e6dc1fe
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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-server-dev-9.4
Source: postgresql-9.4
Version: 9.4.26-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3562
Depends: libpq-dev (>= 9.4~), postgresql-client-9.4 (= 9.4.26-8.pgdg+2), 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.26-8.pgdg+2_arm64.deb
Size: 616912
SHA256: 593cce767f63afb969fed532795e8b2df4773ccb6862afe955f9ebb3dd62b04b
SHA1: 326005fc1fdb59731280f52c280cd6ac7b95a4ac
MD5sum: 2600032087d55b5c3a473c7e84ff147a
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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-server-dev-9.5
Source: postgresql-9.5
Version: 9.5.25-6.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4082
Depends: libpq-dev (>= 9.5~~), postgresql-client-9.5 (= 9.5.25-6.pgdg+2), 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.25-6.pgdg+2_arm64.deb
Size: 712876
SHA256: be77a8face307042e9f8a902519ac26997ffc78e55e03200c2aa975d20aed284
SHA1: 12baf589048f9e671a02a2dc8e7f2bb1c80eaffb
MD5sum: ed166f6eecf0973ebdb9b2d91e45dd72
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.
Timestamp: 2024-01-16 13:24:29+00

Package: postgresql-server-dev-9.6
Source: postgresql-9.6
Version: 9.6.24-5.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4423
Depends: libpq-dev (>= 9.6~~), postgresql-client-9.6 (= 9.6.24-5.pgdg+2), postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-9.6/postgresql-server-dev-9.6_9.6.24-5.pgdg+2_arm64.deb
Size: 780932
SHA256: a6d9ac89d092ae3f0f077f3eb24b93289e2e525b12c9e93102bffc9d9200a4ad
SHA1: 39ff8fcc5f26f6111d25d7198d65ab96955c6726
MD5sum: f8172b6d17a60217b6c5db44d6d43254
Description: development files for PostgreSQL 9.6 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.
Timestamp: 2024-01-16 13:24:29+00

Package: librdkit1
Source: rdkit
Version: 202309.3-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 22012
Depends: libboost-iostreams1.83.0 (>= 1.83.0), libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py311, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.34), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.2), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 3.0), libmaeparser1 (>= 1.3.1), libpython3.11 (>= 3.11.5), libstdc++6 (>= 13.1)
Homepage: http://www.rdkit.org
Priority: optional
Section: libs
Filename: pool/main/r/rdkit/librdkit1_202309.3-2.pgdg+1_arm64.deb
Size: 4324588
SHA256: a76d5d31d23f70eed3f40cce266a4bb0e728f6a42aa6b8d06795914fb5a8c495
SHA1: c159bc42c8fa19c5903283c295b3754a158424a0
MD5sum: bc8ee3e59e9a107b13205e0aa3bd1ead
Description: Collection of cheminformatics and machine-learning software (shared libraries)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the shared libraries.
Timestamp: 2024-01-21 09:28:03+00

Package: librdkit1-dbgsym
Source: rdkit
Version: 202309.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 104048
Depends: librdkit1 (= 202309.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/librdkit1-dbgsym_202309.3-2.pgdg+1_arm64.deb
Size: 101269524
SHA256: 1e41c801e69a200c23b89305bf03c24b489558e9659e0ac847d71707df7cc5ad
SHA1: 4eab6a445511555f891bf6aa74e848d117ae0c6f
MD5sum: 679cec4a4436a43072dc348f58915289
Description: debug symbols for librdkit1
Build-Ids: 0173badefd049d15677a458e232fe140dcd8c1c6 035301b7349417f73cc08db40089daaf1fe1ead7 0f407877764314c3ccdcc2741c1abec3979aa3cf 13c972a8a47b5202a4b8584be53266cc96159769 18278eac78f5877a77cf1d746c18a98c0eef7dbd 19e043dc0473ce6c9f47ed0792186b763bd6862f 21a452ad2e4e78e6b730c4cb72dec1e35a3f4781 22145e823b5ae82cc34f9b737168c10c9f0644cb 2424483420114749f210d0b2a4151b70c298ad5d 24cc9719545cdb8b8cfc89b65fb84812ca7077b6 24eee07643a8ca0fb234e43b855b514b48e34c76 267aa954e1b957a7fa5256b962be9871b13233d7 2853697c90531c7712dc54f60feda2f8fc45a6c6 2ba864747a5184444c722377b68c3eccff8101e3 2ffcbb009a0a7d6e5c40b7c02d7032b3332f1203 35f5f3dfa456b7e02fa8b6048d10c5846b749b21 36c46f657d79beffdec720771595b166c12f9c60 395e2541e1563debc1a93c2478403aec4e8819f2 399fe55c36d6687f3de8229e3978bdc6532fba00 3d3bd50b21fdf193d1e4c622100e27596215bc6c 45acf9226cc8885b4d4cc028918c3e2a66438d3b 4b0f6e9358ed5155c14a70b0f49396b27aa4d2d9 4b13069a91369713856726250792bc82d02c7acc 5343c9dc6ec647071761dff3c591b53faf1155ce 558fc11704563393a9db562e59a18d6b85b212eb 5839c42bb6b688704187bea010cdacb6acaae8ff 58dc3af78b8a697120545639cc75c6856b6835cc 58e43095178b1bbb334cec47f6ae6f8be807b77d 5cc422a5b02dae177389f09bf3c2b430c5c64ed1 5f33e5daae6fb64b22035ac07daa9d5ff18e2e28 66df78b35bb75a887c568527ebc8cee6f2b831a7 685014328fd8709af0050095eff787e096ab4ac1 6e13e9bf60b3565e8f8edcc43dc7eaf6311542b1 6f97a5e3a1ccd380e79819e09d790b02b1143268 75160bb4ba3ec6f07e7c4c0235101e574b37bc8b 86df885881cfdf296dd3ffc5688670eb35e74593 975462a94d5937d54424713fadc55ece755a940e a0f8654c9bc2f3c2607d7941833b8731f18bfc6e a52922f397d0e72a4af1b8a6ae144d87c01892a5 a7e0349ee401017d7cabd4927a889a595a730e60 a9bd15b5f71f416950d4f41433b4c8f05d0cf073 b045a66325bb539cb2398e12824d66a88bd99f2b b0c74f43a55da10af5a1114cea98a8a1658c170c b9c4af3bb03cf0ab9fef557748004a0ea3b1d0d0 be06613b08679a67ddea05642398c14e7ff01646 c57d45812a200b188c4c8429dc75d47905d9c7d8 c5a2360de0c7943dca8fca9f4a76a3964b9e680a d0124c91317f91554100a48f6854dc4f5acee126 d216d3e94485295f7886a4df595cafd0eb0e6b8b d7a2225c851623a1bf56aa4ce094c2c44d99509f ded013e4423faa6c3b8bf858dc245a4177b0326b df2c5805a5cb26005daf673fe7232a4ca02a5597 e645a2b7f2f4952eb07e86cffa3d5f31a5563242 eb536254e6307db3aa32877946806868fceff166 f32c987f9652aaed602730d96a20b29290d83d95 f596840702e714e7c4957cc389196efe1fdc1e89 f93c65f27d0c8a0fe4a3087bbb0f1c1a72c83e93 fafd509d45c213f5edc7bc8a1174fbaa06593af5
Timestamp: 2024-01-21 09:28:03+00

Package: librdkit-dev
Source: rdkit
Version: 202309.3-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 2299
Depends: librdkit1 (= 202309.3-2.pgdg+1)
Homepage: http://www.rdkit.org
Priority: optional
Section: libdevel
Filename: pool/main/r/rdkit/librdkit-dev_202309.3-2.pgdg+1_arm64.deb
Size: 409444
SHA256: 3d22a81dce6c1abc0262d6f5c635e5810fb3f7b25ba158331aae2b74027035ba
SHA1: f15c6bf4e3084cb9dec5fcd2004ec7d7b7a65c69
MD5sum: eed37532f24bf8ef72ae966b050bc7a2
Description: Collection of cheminformatics and machine-learning software (development files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the header files.
Timestamp: 2024-01-21 09:28:03+00

Package: postgresql-10-rdkit
Source: rdkit
Version: 202309.3-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 507
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202309.3), libstdc++6 (>= 13.1), postgresql-10
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-10-rdkit_202309.3-2.pgdg+1_arm64.deb
Size: 208880
SHA256: 903357c60d32d3a97ddc3178b5703bd0627b23256bce182b009d95a1bdb5d959
SHA1: c3d22b9e331ddeb3b574c7ffe2c0a4846757d85c
MD5sum: ecc03cc5461b8b1f9257cd6e541d6c1a
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-01-21 09:28:03+00

Package: postgresql-10-rdkit-dbgsym
Source: rdkit
Version: 202309.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1145
Depends: postgresql-10-rdkit (= 202309.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-10-rdkit-dbgsym_202309.3-2.pgdg+1_arm64.deb
Size: 1080052
SHA256: 02c4663506e5845a049238caedab96b2b2e04e3a7159bda739d4c79abe9a3191
SHA1: f398df940a325d3030828caa4423614a65958ce2
MD5sum: 040dcbb3e10e45886fa30bd72ab27a8e
Description: debug symbols for postgresql-10-rdkit
Build-Ids: fab0e5c935012274c47f0996a675e529ba9c52f8
Timestamp: 2024-01-21 09:28:03+00

Package: postgresql-11-rdkit
Source: rdkit
Version: 202309.3-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1209
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202309.3), libstdc++6 (>= 13.1), postgresql-11, postgresql-11-jit-llvm (>= 16)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-11-rdkit_202309.3-2.pgdg+1_arm64.deb
Size: 488604
SHA256: 1dcc60988fa4bac6f2f0dd8bf98375a33b7ab5198b1b35e26bdbfe0a1c6ee2f3
SHA1: fdbb69913113ae380cd3143e78f9e59e9f13a264
MD5sum: 60f06e8d3e7029a9aa526856327695eb
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-01-21 09:28:03+00

Package: postgresql-11-rdkit-dbgsym
Source: rdkit
Version: 202309.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1145
Depends: postgresql-11-rdkit (= 202309.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-11-rdkit-dbgsym_202309.3-2.pgdg+1_arm64.deb
Size: 1080240
SHA256: 66063d4ba24372fb789dc3fe49df2d2c9ae76c2440aab2899cfd30dec0a60978
SHA1: 0853fe01704e8910c7d693cba27c4bf4220a1a89
MD5sum: dbd06a2ee456b0639ee3405f5810b8b0
Description: debug symbols for postgresql-11-rdkit
Build-Ids: c6b50c29d1f3e02882fa6d576e2b9a2dd9d1d8e4
Timestamp: 2024-01-21 09:28:03+00

Package: postgresql-12-rdkit
Source: rdkit
Version: 202309.3-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1210
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202309.3), libstdc++6 (>= 13.1), postgresql-12, postgresql-12-jit-llvm (>= 16)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-12-rdkit_202309.3-2.pgdg+1_arm64.deb
Size: 488704
SHA256: 763cda8e7639262056d8c2e9336cf4adf8fa95b0fd43c0285ce852332e6161fb
SHA1: 62db8dd8b26f013a56f65b94453a502f01769174
MD5sum: 7a00e9ad8c464337fba7cf35771590ff
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-01-21 09:28:03+00

Package: postgresql-12-rdkit-dbgsym
Source: rdkit
Version: 202309.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1145
Depends: postgresql-12-rdkit (= 202309.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-12-rdkit-dbgsym_202309.3-2.pgdg+1_arm64.deb
Size: 1080500
SHA256: 0d3ed20211d8b8b4d471c7ea667153b51f1c7e39b81ba23018e38182b0d2720d
SHA1: f51deb2130b0e1d6f22c2803461101a6080db6d0
MD5sum: 6b0103e6f4ab64884557678353c8f969
Description: debug symbols for postgresql-12-rdkit
Build-Ids: 3bed5634cd9343174a917b8d15116e584f9ddb62
Timestamp: 2024-01-21 09:28:03+00

Package: postgresql-13-rdkit
Source: rdkit
Version: 202309.3-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1211
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202309.3), libstdc++6 (>= 13.1), postgresql-13, postgresql-13-jit-llvm (>= 16)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-13-rdkit_202309.3-2.pgdg+1_arm64.deb
Size: 489372
SHA256: 2ec52ca9a1f2d988f0fd9ded36a802146dd857c9995fbe989520437734ea2ab9
SHA1: 841feca7e4ee716feed33df8bdd77e688f1d7e85
MD5sum: acc6753fc850329dab14a28aadb226c0
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-01-21 09:28:03+00

Package: postgresql-13-rdkit-dbgsym
Source: rdkit
Version: 202309.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1149
Depends: postgresql-13-rdkit (= 202309.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-13-rdkit-dbgsym_202309.3-2.pgdg+1_arm64.deb
Size: 1084288
SHA256: 1c0f1b6d5b9d4b8a5e0c9c788a2e02a81334b13d07cc89ac0ebea5fc06c8cdfa
SHA1: 6ff119f9416f2e3b6fe8845feef157af9d3bbe38
MD5sum: ec8a8a19629654c34466bb0d9d217dd0
Description: debug symbols for postgresql-13-rdkit
Build-Ids: 9d68c58aa2ab4ebdb21d4d6c943e47a3da3378ad
Timestamp: 2024-01-21 09:28:03+00

Package: postgresql-14-partman
Source: pg-partman
Version: 5.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6954
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-14-partman_5.0.1-1.pgdg+1_arm64.deb
Size: 223808
SHA256: e747fb9f930980019b13164d47fc43190456f49af8194111f9e9efdc26471989
SHA1: d5535e0493b94535a0f75428062ea3af7aa69280
MD5sum: b3716507e665488133f3a992f679a326
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.
Timestamp: 2024-01-21 09:28:03+00

Package: postgresql-14-partman-dbgsym
Source: pg-partman
Version: 5.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-14-partman (= 5.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-14-partman-dbgsym_5.0.1-1.pgdg+1_arm64.deb
Size: 34440
SHA256: 81db1a06c806995b79f255e2ced5c29c6c814c492864e6d97c9ce1d3879cbedf
SHA1: 8ba7eabe3c62006e5e7895796a1bd711ebd282eb
MD5sum: a4bdb571b8c46f66d22b66a2c2b0cffd
Description: debug symbols for postgresql-14-partman
Build-Ids: 2f08bb85486fcefa4b1bdabcef61f5a5951dbc2e
Timestamp: 2024-01-21 09:28:03+00

Package: postgresql-14-rdkit
Source: rdkit
Version: 202309.3-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1151
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202309.3), libstdc++6 (>= 13.1), postgresql-14, postgresql-14-jit-llvm (>= 16)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-14-rdkit_202309.3-2.pgdg+1_arm64.deb
Size: 490456
SHA256: ccc398e6d7bce4dd320b0d31123712233950d02ef000ac19336a328198b09c3f
SHA1: 2ef6fa745ead4ac6b2155a54c7147d6257cf04fa
MD5sum: 9a01e2b85bcf462e638621e8d6acec9f
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-01-21 09:28:03+00

Package: postgresql-14-rdkit-dbgsym
Source: rdkit
Version: 202309.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1148
Depends: postgresql-14-rdkit (= 202309.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-14-rdkit-dbgsym_202309.3-2.pgdg+1_arm64.deb
Size: 1083900
SHA256: cf2a9a4c3c5337d6409cf9c6e26e7547aed1d1b890c8194ee342211be7b80104
SHA1: 9002964330fd874961f02971d2adfa3fb37133f4
MD5sum: 9aad81a1e7bb223e06045076bfc794ed
Description: debug symbols for postgresql-14-rdkit
Build-Ids: a68c84e1283da4d019dcd9be3b8ee121fdb1bc9a
Timestamp: 2024-01-21 09:28:03+00

Package: postgresql-15-partman
Source: pg-partman
Version: 5.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6955
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-15-partman_5.0.1-1.pgdg+1_arm64.deb
Size: 225220
SHA256: 74becbdcf0b3fea5fd2a7a41ccad8575dd14e0166fd5a4fc4c4c8f124e5b0714
SHA1: b429e25a57bd37f046226b9b2f7f929910c675a3
MD5sum: 1249a414eeac43b81a7efe86471c8556
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.
Timestamp: 2024-01-21 09:28:03+00

Package: postgresql-15-partman-dbgsym
Source: pg-partman
Version: 5.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-15-partman (= 5.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-15-partman-dbgsym_5.0.1-1.pgdg+1_arm64.deb
Size: 40480
SHA256: fb2d8386fcb3885882de5b0a5ccdcf6b3929aa64c1bdc0e3b01e714f918699f2
SHA1: eb8b1f8f10a49a6662153b539fcc2b2719e90355
MD5sum: 9b94983662e0836543501dbec8b591ed
Description: debug symbols for postgresql-15-partman
Build-Ids: ebed696a6e41bf27d552bce16eb813b8dd5c049f
Timestamp: 2024-01-21 09:28:03+00

Package: postgresql-15-rdkit
Source: rdkit
Version: 202309.3-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1151
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202309.3), libstdc++6 (>= 13.1), postgresql-15, postgresql-15-jit-llvm (>= 16)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-15-rdkit_202309.3-2.pgdg+1_arm64.deb
Size: 490404
SHA256: 66a41738f288dc40137dccf51aaeb509b731726c2c33fd784a7fef3dae6f2a7b
SHA1: 9becf073bcb80b8367f20c863e3bda0663a46d40
MD5sum: d99080b9d99a764c571e49d576ae0ed3
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-01-21 09:28:03+00

Package: postgresql-15-rdkit-dbgsym
Source: rdkit
Version: 202309.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1149
Depends: postgresql-15-rdkit (= 202309.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-15-rdkit-dbgsym_202309.3-2.pgdg+1_arm64.deb
Size: 1084420
SHA256: cca4a2d2fd4e20b7c8a0437cea1ac61fe4d7224eef87b0508b379debd7d7369c
SHA1: c40dda5cf01881b0f18077bafe132955d458156a
MD5sum: 37584b90b3ad34056d0087f66dc0ac34
Description: debug symbols for postgresql-15-rdkit
Build-Ids: 5b0c323ad107189ca49b7f24eebccfad9795bbd5
Timestamp: 2024-01-21 09:28:03+00

Package: postgresql-16-partman
Source: pg-partman
Version: 5.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6955
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-16-partman_5.0.1-1.pgdg+1_arm64.deb
Size: 225068
SHA256: c212b077fb471ba596505fc7bf46b5cc2cd4ea4dd7af56c37e8c0bf11d87e4e8
SHA1: 4540d0d5ca26a2553c5145926f59ded9e59502da
MD5sum: f37c39c965d9dd684b3c218ee6b1ad01
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.
Timestamp: 2024-01-21 09:28:03+00

Package: postgresql-16-partman-dbgsym
Source: pg-partman
Version: 5.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-16-partman (= 5.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-16-partman-dbgsym_5.0.1-1.pgdg+1_arm64.deb
Size: 41608
SHA256: 3f6bc5d6693fcf6fbe6feae6983e5546f52a3d3742f2f57727fe12abea99dd18
SHA1: acd0c9afebd590ff856a027024139a54c169374e
MD5sum: 2438aa2a39bef3719938e0a24297634a
Description: debug symbols for postgresql-16-partman
Build-Ids: 89eeece8a0140fbfab0202846aa3274e1399dc28
Timestamp: 2024-01-21 09:28:03+00

Package: postgresql-16-rdkit
Source: rdkit
Version: 202309.3-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1213
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202309.3), libstdc++6 (>= 13.1), postgresql-16, postgresql-16-jit-llvm (>= 16)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-16-rdkit_202309.3-2.pgdg+1_arm64.deb
Size: 487936
SHA256: 92298136ebfa7359d2fb6c2e37a96fe5c9cfefa2333025873c1d5c995888f2f3
SHA1: fd2fc1496343014e5ede7c79b9a8f5335a1eda4d
MD5sum: 5f2bcd8e1d22721d8cdcc0b782e3ffac
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-01-21 09:28:03+00

Package: postgresql-16-rdkit-dbgsym
Source: rdkit
Version: 202309.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1165
Depends: postgresql-16-rdkit (= 202309.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-16-rdkit-dbgsym_202309.3-2.pgdg+1_arm64.deb
Size: 1100460
SHA256: 044df67eb3a29d5410f296081ba7f6530171edd093bf5fe1e356a28cd9e03a56
SHA1: d0ac3972b5cc98744d417b4a274f68e9955d4537
MD5sum: b9c9880bec96c2d70c05c4e0a636a9ec
Description: debug symbols for postgresql-16-rdkit
Build-Ids: ca81f89445d3c64e6a565cba1ae1a01e8a4f6792
Timestamp: 2024-01-21 09:28:03+00

Package: python3-rdkit
Source: rdkit
Version: 202309.3-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 32000
Depends: fonts-freefont-ttf, rdkit-data, python3 (<< 3.12), python3 (>= 3.11~), python3-numpy (>= 1:1.22.0), python3-numpy-abi9, python3:any, libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py311, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.34), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.2), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.5), librdkit1 (>= 202309.3), libstdc++6 (>= 13.1)
Suggests: rdkit-doc
Homepage: http://www.rdkit.org
Priority: optional
Section: python
Filename: pool/main/r/rdkit/python3-rdkit_202309.3-2.pgdg+1_arm64.deb
Size: 4296860
SHA256: 5e1e2e8eb02cf934747c5008bc16940d751d4e2b61a0aadfa51736bfb10d1aca
SHA1: 7a3e6a4d0b4cad52b29ca29f314c3d7350f71077
MD5sum: 04efd7bb185631f00d8267a179780a66
Description: Collection of cheminformatics and machine-learning software
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
Timestamp: 2024-01-21 09:28:03+00

Package: python3-rdkit-dbgsym
Source: rdkit
Version: 202309.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 63735
Depends: python3-rdkit (= 202309.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/python3-rdkit-dbgsym_202309.3-2.pgdg+1_arm64.deb
Size: 54667412
SHA256: ac2b94bb0fce2db3f259097f7f67a2f4c2dd50e6a2a16cb77369ddf13d2e61f4
SHA1: 04b53275ba6dcc0cb228741dc475bea9ae7601c8
MD5sum: 7697f0df226ea8e34570924cc0ea2694
Description: debug symbols for python3-rdkit
Build-Ids: 0c265b8f38f173a053c1760355c7ff8c29b0fb77 0e8cd667c8061da8d6812ed0555f2caf9b0f9af2 129285ea83a59dd47360ee2202969070ed593b5e 13bb695b9174a29696e0b29dfa860f665ade6795 187cfc38f2cc793febe8a890db3402e9cf001a70 1ab70957c5657019a1ffbeb1d8b40711dbe80b23 1d4ec8bed11799a1aed85a5c13b3fa8008822188 2434fa7c5b003310440e9a75f6c29e5398b07fa6 267bf1fc169c06fa051f25baf2a3bf01a170e340 323d8a73d0ecc83f2198135e757f540f98b73ff3 348c7015f633fc59dfc552228e55f50d56aabe0b 35edb915852c74402e897e9ad78afbf8fcfea880 36a0cf708536aef46d8a929cbef5871908f581cf 3e2cc12b7c64af08c932359b3b926b689ffad324 3fab03992b6bd597a391c1348cdc5b423e4197fe 3ff914045c8262a2655a787a63b04d5d226bbc80 4157b48c37bbbd7255cf62b1af6fddb3661ffbca 4432988a404dbffcb988175ab5cb90cb2aea57e5 52cdfaa8875d2ae6cfde47d6d81eb47a32640ce9 66ea88d02907e5a401ec7d5f7f06fc09d9a41411 68cbfd0678e8352d786656e17c5199d469d3999c 6a8bea7026ff8f16c9d3dead0e106461c4966326 6f0835db7d337c155f807246c62b05c91fe8e16d 6f2862f7299516b9bd7c17e9d4b34f4fd9508233 72d42135fe77644cb93b9b4722c677722cb45f8b 7e5dc961c310a2dd0f499af5bf3ae09d11313ecb 815ec6f1b1743420a1a1c5240973f407fdaffa2e 89a701e569e7e8fc25c2d0c0b90df7241bb13484 917efebd5af02caa291e4aede38a0c4bd7e25409 9a1906fba43534ccf20020cafdb27ecea292aeb5 a28af009083726e7ef54227892d1c8154fbb0003 ae8674446e97404336aee05ff933f4c5d509aed0 b1b843380d6244d66eb4071fd0948fe51d9d29bc b64840d2da74222ed43b82c57038a557cf136647 b8670fa8ce25fbdc3ae37dbb4c9d69e0461a71bb c5e574e43a51bf07a11c9071748c86c860e799db ce71124a773015277842989d446dfdc8397c8360 cf79b83af76dcec20b2dc85fed507138e5bf32af d052d6dfccf89d9b20aa98dc976b43d389b75dc1 d8c7591f5e71ca55e5f1d09fde8d569b94e8efa6 dcdc77d6e612ba284da4ce563885bf63dbbba1de df1570b343201f56b2fc4829614078cf9c478f10 e02724331c2b0982a1aecc5e4f0d1f47aa316c53 e2d6f1fdb078823c5bf5cf09657aa90ef88b1371 e5bf55c2fad85b3465784b7e8a89249db182a6fb ea4b6912d9d9406bed7091c14ade2e6696cb1383 ea5e57e3a9d9946fb4f3535ff7b3e20e4d4ddd79 eb17ce0817986f1adcdd230da8465db925517536 f1999ce0b7d6a8d936ba49e52ba3309c4c06ff7a f5fb59ee08ae5229a6ede682e4b0a5aefdea8735 fa3d461e16bed0263cb6a5aa2013e3017a28ae07
Timestamp: 2024-01-21 09:28:03+00

Package: rdkit-data
Source: rdkit
Version: 202309.3-2.pgdg+1
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 59178
Homepage: http://www.rdkit.org
Priority: optional
Section: science
Filename: pool/main/r/rdkit/rdkit-data_202309.3-2.pgdg+1_all.deb
Size: 13114272
SHA256: 47fb4b07e2bf3fb07c4c6e77bbf05b4ff9c9152be2be21a0ef8df12ba90c5a3b
SHA1: 16e5a024051b77ee7cabdb3e12e8f2a0c05c46f0
MD5sum: f80c64c994414ae885567117478c1f1a
Description: Collection of cheminformatics and machine-learning software (data files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains data files.
Timestamp: 2024-01-21 09:28:03+00

Package: rdkit-doc
Source: rdkit
Version: 202309.3-2.pgdg+1
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 77458
Depends: libjs-jquery, libjs-underscore
Homepage: http://www.rdkit.org
Priority: optional
Section: doc
Filename: pool/main/r/rdkit/rdkit-doc_202309.3-2.pgdg+1_all.deb
Size: 8712312
SHA256: c01b7d05381864d5973e5b80a7a9148a8955aad2094c3ca232538a9a1f7a3d63
SHA1: 5a7088d5041fa66594012237f022c1be944a3a5f
MD5sum: 18bb56a6522dfb92e858230dae5b3df7
Description: Collection of cheminformatics and machine-learning software (documentation)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains the documentation.
Timestamp: 2024-01-21 09:28:03+00

Package: pgbackrest
Version: 2.50-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1078
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.34), liblz4-1 (>= 0.0~r127), libpq5, libssh2-1 (>= 1.5.0), libssl3 (>= 3.0.0), libxml2 (>= 2.7.4), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc, check-pgbackrest
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.50-1.pgdg+1_arm64.deb
Size: 380100
SHA256: 8269647cd648e2f7222c2b632e3f83adef863fb6b3a9ff3d6ca50cf1503fa1a3
SHA1: e51df64e9c49f9f1ce3b941d06f74f3d5cd5bc8a
MD5sum: d91b151b72226aa848a911e35b3ec0bc
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.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2024-01-23 11:40:32+00

Package: pgbackrest-dbgsym
Source: pgbackrest
Version: 2.50-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1418
Depends: pgbackrest (= 2.50-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.50-1.pgdg+1_arm64.deb
Size: 1319876
SHA256: b0c4a71bebc4091376bfaa2a3cc2767239b5786b2f1c4aa017e276b8d27ec0a8
SHA1: 1981606ae2e47587afe1450b2fd7aab79a018c8b
MD5sum: 64ae8fd04aa109b75e2b9f7132e83bd7
Description: debug symbols for pgbackrest
Build-Ids: 1e9360c071c08098f64ee7de621f4a3928acd4a7
Timestamp: 2024-01-23 11:40:32+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.50-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1804
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.50-1.pgdg+1_all.deb
Size: 123200
SHA256: fd7d8f76ef8554cff358a97d26e905ddd7475d0eed3e44078a3bb18084e17f5e
SHA1: 7753ada3b704b499d2fe04c83a51b5606191c384
MD5sum: 25f8f7822a35583a181d4f6b98e7e883
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2024-01-23 11:40:32+00

Package: libecpg-compat3
Source: postgresql-10
Version: 10.23-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg-compat3_10.23-3.pgdg+1_arm64.deb
Size: 18400
SHA256: 7d09c013a8cf335105fdb9f9d82382f29504af57957982f76e5b81aa587b77e1
SHA1: c400ffbfd2d4236015075e4dcd6ca3fa32560ba3
MD5sum: 886ec9c9df5ef8c2a7f812fa4f00552b
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.
Timestamp: 2024-02-08 16:27:54+00

Package: libecpg-compat3-dbgsym
Source: postgresql-10
Version: 10.23-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 10.23-3.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-compat3-dbgsym_10.23-3.pgdg+1_arm64.deb
Size: 16740
SHA256: 6b2d9443841532d0571ee7fa63573a1a40abe5153d382904ca4aa41d03186166
SHA1: dbf199194827d1502397e27a81f793cbd8308f29
MD5sum: 4534156d81ba44451b37e60100c2a9db
Description: debug symbols for libecpg-compat3
Build-Ids: 9948d4579a6211fa3d0c3ca9cb55a3e6c4b12f11
Timestamp: 2024-02-08 16:27:54+00

Package: libecpg-dev
Source: postgresql-10
Version: 10.23-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1249
Depends: libecpg-compat3 (= 10.23-3.pgdg+1), libecpg6 (= 10.23-3.pgdg+1), libpgtypes3 (= 10.23-3.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libecpg-dev_10.23-3.pgdg+1_arm64.deb
Size: 222752
SHA256: 6def0769b381c581063561b0d691a84e31fea6c41ae89f5e396aec0abd3a91c6
SHA1: fa33c288d4fee2e238171625db92fe3c9df42331
MD5sum: 5ada12f62122a34cfe2f27276b3bab6c
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).
Timestamp: 2024-02-08 16:27:54+00

Package: libecpg-dev-dbgsym
Source: postgresql-10
Version: 10.23-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 266
Depends: libecpg-dev (= 10.23-3.pgdg+1)
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-dev-dbgsym_10.23-3.pgdg+1_arm64.deb
Size: 231004
SHA256: 6be10b3c861d384f78b1972ed70961c10b652e473d4ede236b470ba15d78fa9c
SHA1: e87c5f313d9134d9438cc07f1defcbbd423c8fda
MD5sum: 58c7fd1366a6e46b89f61950e42e2e55
Description: debug symbols for libecpg-dev
Build-Ids: 940c2742e90bd60771d333b50326a820a9e05568
Timestamp: 2024-02-08 16:27:54+00

Package: libecpg6
Source: postgresql-10
Version: 10.23-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 461
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg6_10.23-3.pgdg+1_arm64.deb
Size: 82604
SHA256: 1ce466c5cd03d315a26b88c735e6c7d45d345a178219d4f7081d940d9aad6acd
SHA1: 021dc0212bf3ce974d047c93560b9bd9da2b5469
MD5sum: 8d3a46c2db4fe1f8a84185e49a3d2871
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.
Timestamp: 2024-02-08 16:27:54+00

Package: libecpg6-dbgsym
Source: postgresql-10
Version: 10.23-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: libecpg6 (= 10.23-3.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg6-dbgsym_10.23-3.pgdg+1_arm64.deb
Size: 92564
SHA256: 559cb07d01065eb170deeb202ef3a62b8997b486fd4b9244e304c82c20147235
SHA1: 817622592e1a85fa2d91e4cec7d0f9598c25358b
MD5sum: f03c40bd3a3be6406101e06ad4d918bc
Description: debug symbols for libecpg6
Build-Ids: 1a011175313c4f2b18b52b73859ae9b0e11e36d4
Timestamp: 2024-02-08 16:27:54+00

Package: libpgtypes3
Source: postgresql-10
Version: 10.23-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpgtypes3_10.23-3.pgdg+1_arm64.deb
Size: 38860
SHA256: 93e09c2fdeb7d55b1802b401289404865921ee1f38db44ca761a037230bc2a54
SHA1: e3097f3ff4bf3793cb56a6cb559af635a32ca570
MD5sum: 840e0b2c1c2e0a48188cf5140fdc13a8
Description: shared library libpgtypes for PostgreSQL 10
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-02-08 16:27:54+00

Package: libpgtypes3-dbgsym
Source: postgresql-10
Version: 10.23-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: libpgtypes3 (= 10.23-3.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpgtypes3-dbgsym_10.23-3.pgdg+1_arm64.deb
Size: 69524
SHA256: 05fda086511e77adb9b2c8ed59125891e21411e5feee6a3a2bd5e4020ff82aa2
SHA1: 412c8f5a975a4679f598f9b3c216d0ce9630b94b
MD5sum: f54de5bffc71472a6f91c1399e4c3377
Description: debug symbols for libpgtypes3
Build-Ids: 14398d98ba2befda0a4814e61f749f47478ffa53
Timestamp: 2024-02-08 16:27:54+00

Package: libpq-dev
Source: postgresql-10
Version: 10.23-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 691
Depends: libpq5 (= 10.23-3.pgdg+1)
Suggests: postgresql-doc-10
Breaks: postgresql-server-dev-10 (<< 10.1-2~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libpq-dev_10.23-3.pgdg+1_arm64.deb
Size: 161016
SHA256: f44fc8bfcf203edfcb678489e58fa05a27ad891d23e30d40215615b510d8eb02
SHA1: 5ea3fd695a7c2b54d7f2b91915257e5002eee804
MD5sum: e22204456203bfc5740be326acf082f4
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.
Timestamp: 2024-02-08 16:27:54+00

Package: libpq5
Source: postgresql-10
Version: 10.23-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 774
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpq5_10.23-3.pgdg+1_arm64.deb
Size: 163476
SHA256: f116a42b1cbfe3668ee240ba2d564397597b7c8c3c56c083a35bca3c9d55b161
SHA1: 97bfebb3fd066f311dbd0c811793c1b3294978e8
MD5sum: 50ba555c1b1ab855c86fe01147618ff0
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.
Timestamp: 2024-02-08 16:27:54+00

Package: libpq5-dbgsym
Source: postgresql-10
Version: 10.23-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 260
Depends: libpq5 (= 10.23-3.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpq5-dbgsym_10.23-3.pgdg+1_arm64.deb
Size: 228316
SHA256: 02eccce67ad44ab50f7257dbf79662553a9d229b20782be7dd106b3ffcd8272b
SHA1: 30713b40ac406eeafa7b383940d605b0e9855526
MD5sum: 361611bffd4ee879a9d078a665be008f
Description: debug symbols for libpq5
Build-Ids: bd2b4034e3d1b3434b1e2834adf510d24960607d
Timestamp: 2024-02-08 16:27:54+00

Package: libecpg-compat3
Source: postgresql-11
Version: 11.22-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg-compat3_11.22-2.pgdg+1_arm64.deb
Size: 21052
SHA256: 34d37e58273efa1be0ef2445b9d1e17e60d7c3c59120c873169b1c64ec7eb6b9
SHA1: 74ee4a7cfce3bd7f6cef76b7519b2df186519a87
MD5sum: 055427e8b70e1bccb349ebe738902c29
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.
Timestamp: 2024-02-08 16:26:51+00

Package: libecpg-compat3-dbgsym
Source: postgresql-11
Version: 11.22-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 11.22-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-compat3-dbgsym_11.22-2.pgdg+1_arm64.deb
Size: 16748
SHA256: fa1f312065cbfb018e0aa6fb5f96d01da3c70672aea20cd8aa2da6eb7b361586
SHA1: bd754ffab12aed880cf9fb9cbaeed6e1777d20dd
MD5sum: 733f454b30866ef2733be6cf0d672380
Description: debug symbols for libecpg-compat3
Build-Ids: 1ed312b1867640332893baf6ca04467a717e4eb9
Timestamp: 2024-02-08 16:26:51+00

Package: libecpg-dev
Source: postgresql-11
Version: 11.22-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1319
Depends: libecpg-compat3 (= 11.22-2.pgdg+1), libecpg6 (= 11.22-2.pgdg+1), libpgtypes3 (= 11.22-2.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libecpg-dev_11.22-2.pgdg+1_arm64.deb
Size: 230540
SHA256: 347582c4f5631ef2655dfe69925615b323d036a5840fcc45ca7b99a0dadaa840
SHA1: 7958346b2f97cb2f4a1aa1b36b1eae21829f2691
MD5sum: 22ddd0c3e619968c014b71fe01d40f12
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).
Timestamp: 2024-02-08 16:26:51+00

Package: libecpg-dev-dbgsym
Source: postgresql-11
Version: 11.22-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 270
Depends: libecpg-dev (= 11.22-2.pgdg+1)
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-dev-dbgsym_11.22-2.pgdg+1_arm64.deb
Size: 233936
SHA256: b7980503bd8706a7f98b4694a1d09a2226d87680b62a254c3555bdc527760f19
SHA1: 104688893336907c4ad797f47298e76f16a103ee
MD5sum: f4a56750183023fa771688d87ec78bb0
Description: debug symbols for libecpg-dev
Build-Ids: d9687553cf957030950948bdc739a3e778e87717
Timestamp: 2024-02-08 16:26:51+00

Package: libecpg6
Source: postgresql-11
Version: 11.22-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 486
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg6_11.22-2.pgdg+1_arm64.deb
Size: 88500
SHA256: 13fbc7837e6761312c19685d7bf3c7ef07377026e56d4fc3ebbf2b415eab4e64
SHA1: 10336a28831f2ed5680bae425da7cad200ca6603
MD5sum: 2caf06eb314e656157e0b27291a81f8e
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.
Timestamp: 2024-02-08 16:26:51+00

Package: libecpg6-dbgsym
Source: postgresql-11
Version: 11.22-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libecpg6 (= 11.22-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg6-dbgsym_11.22-2.pgdg+1_arm64.deb
Size: 93344
SHA256: 730e3e4ff7524b96191eff7c298668d4cdb8ba210f2a091341757d09b4d37e81
SHA1: f7ac9038465f831b56f5ae2d8d4fdc2a569ec59d
MD5sum: 0879ced45352432a32843a36b0423681
Description: debug symbols for libecpg6
Build-Ids: 20405236f3205fadb2fa014aeede070b0ca49e28
Timestamp: 2024-02-08 16:26:51+00

Package: libpgtypes3
Source: postgresql-11
Version: 11.22-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpgtypes3_11.22-2.pgdg+1_arm64.deb
Size: 41948
SHA256: 22d6a0426cb70622f97d7b4bc7ef53ca449d24fb405bc0f15d00ba9588d49b1a
SHA1: 7d5f01ef007cb726841dcd7a586be6a13e519e99
MD5sum: 08a72aa8151b074d90db39da287965ca
Description: shared library libpgtypes for PostgreSQL 11
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-02-08 16:26:51+00

Package: libpgtypes3-dbgsym
Source: postgresql-11
Version: 11.22-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: libpgtypes3 (= 11.22-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpgtypes3-dbgsym_11.22-2.pgdg+1_arm64.deb
Size: 71120
SHA256: e594bde45c05b13348d911cb7be4657d77efb81bd94cfb105bb6d3501a0cfc60
SHA1: 0d616ac3e7f8531ceb946dd6e9e88adbc4a68239
MD5sum: b7e5a42494e15c722e39462801a797f8
Description: debug symbols for libpgtypes3
Build-Ids: beda23ff55b7f8fa6bb73a104cc6ca3c664de889
Timestamp: 2024-02-08 16:26:51+00

Package: libpq-dev
Source: postgresql-11
Version: 11.22-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 706
Depends: libpq5 (= 11.22-2.pgdg+1)
Suggests: postgresql-doc-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libpq-dev_11.22-2.pgdg+1_arm64.deb
Size: 166400
SHA256: 607cae6058287c71654f61af65a05e4849792d51188a7692b72fb06fbf131546
SHA1: 58847c52da45ff212bfc6713b039b5d4136a2fca
MD5sum: 32e9cbb04d059656a045a283b80154fc
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.
Timestamp: 2024-02-08 16:26:51+00

Package: libpq5
Source: postgresql-11
Version: 11.22-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 784
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpq5_11.22-2.pgdg+1_arm64.deb
Size: 168524
SHA256: fe9de393046cfc99aba311445fcec8aa0b4f6f601dff68f2b909b0aef441fc69
SHA1: c7830e11c60d28a93073505e73212a48687a47a6
MD5sum: 7b08d4e3885f6cba251cc0eea2cb7d32
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.
Timestamp: 2024-02-08 16:26:51+00

Package: libpq5-dbgsym
Source: postgresql-11
Version: 11.22-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libpq5 (= 11.22-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpq5-dbgsym_11.22-2.pgdg+1_arm64.deb
Size: 230016
SHA256: 252be9e412dad0ee50623f1a1eb7b591b2c085f01f901df484df69c0947dc509
SHA1: e987fe387688461e8e3d9e1136017e12a5817a69
MD5sum: f82478330ba1ff0a2355beafcbe9108b
Description: debug symbols for libpq5
Build-Ids: 013f0ade0e9fe482f581dc9c92705290cf87a4e4
Timestamp: 2024-02-08 16:26:51+00

Package: libecpg-compat3
Source: postgresql-12
Version: 12.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg-compat3_12.18-1.pgdg+1_arm64.deb
Size: 21300
SHA256: 329365e9f5833d9973f0f56593f4ca2edcd16a7c514a678284c7ef41f00b238e
SHA1: 51fe4ba11a007567e4058a41ee06888c441987b4
MD5sum: bd821fb9703eb215a5eda5b11d46351f
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.
Timestamp: 2024-02-08 14:59:30+00

Package: libecpg-compat3-dbgsym
Source: postgresql-12
Version: 12.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 12.18-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-compat3-dbgsym_12.18-1.pgdg+1_arm64.deb
Size: 16768
SHA256: 313d8881f100cdea08e006f69ee920dc690d36ac0e0ecec71caa177a6ddc3db1
SHA1: fb00ffdfddd2b7500587bfa9010d27e9b3f6184e
MD5sum: a982b07f00d39682bb4463b3f342e1d3
Description: debug symbols for libecpg-compat3
Build-Ids: 40a4ae236b2b930e7f4cd208af1e658f852ba715
Timestamp: 2024-02-08 14:59:30+00

Package: libecpg-dev
Source: postgresql-12
Version: 12.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1518
Depends: libecpg-compat3 (= 12.18-1.pgdg+1), libecpg6 (= 12.18-1.pgdg+1), libpgtypes3 (= 12.18-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libecpg-dev_12.18-1.pgdg+1_arm64.deb
Size: 268880
SHA256: 0e0d202e6504018cd679c436645675453c9b7591523f203e81ff3bc7e9051ebf
SHA1: dcc48b57def87ae7f453ab94f01f99b720a15b9c
MD5sum: 46a183674be7507a682606951c423529
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).
Timestamp: 2024-02-08 14:59:30+00

Package: libecpg-dev-dbgsym
Source: postgresql-12
Version: 12.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 280
Depends: libecpg-dev (= 12.18-1.pgdg+1)
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-dev-dbgsym_12.18-1.pgdg+1_arm64.deb
Size: 244156
SHA256: 5128163ae36a93ac0efe5920cf944ebca58ebef265ddf14a32d00ac425b3ba5a
SHA1: 3e8c6f469979ad61917ba8b8b011e42380a2d91b
MD5sum: 10c8da8ff77947ed5d037da7d271d0e0
Description: debug symbols for libecpg-dev
Build-Ids: d5a95132f6f35781cec70a9a3bd7d25f07a8f448
Timestamp: 2024-02-08 14:59:30+00

Package: libecpg6
Source: postgresql-12
Version: 12.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg6_12.18-1.pgdg+1_arm64.deb
Size: 61144
SHA256: 91fbcbdc6b37af296bf238ac8b63b2ff68e8c368c9b48c9b52e36ce4c6b27806
SHA1: d2c4b4495b03a01db9cdc4248e343826c7030e4e
MD5sum: 31484644bfa3db9bb049d2bff94cec44
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.
Timestamp: 2024-02-08 14:59:30+00

Package: libecpg6-dbgsym
Source: postgresql-12
Version: 12.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 12.18-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg6-dbgsym_12.18-1.pgdg+1_arm64.deb
Size: 112648
SHA256: e9aaa31ed2414ef14e5a1d617dd474c6a8289c97da77091eacee8503e96b3c03
SHA1: 38ea8fda142af98db288811af5c730be28fb6162
MD5sum: 3c599d6ebc1d5f42b9179ad821dea0ba
Description: debug symbols for libecpg6
Build-Ids: 5e97ebb49693fa625ffd26af42c7f275076f9712
Timestamp: 2024-02-08 14:59:30+00

Package: libpgtypes3
Source: postgresql-12
Version: 12.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 170
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpgtypes3_12.18-1.pgdg+1_arm64.deb
Size: 47236
SHA256: 73cad95b07d0ff591a98916a77ce3ba647e78d1b09be37100f8445098bc12428
SHA1: b80001b62db5e9a6216ea15a82c86782f0bb484b
MD5sum: 3213e6c6227f8509893988ee71a12ee7
Description: shared library libpgtypes for PostgreSQL 12
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-02-08 14:59:30+00

Package: libpgtypes3-dbgsym
Source: postgresql-12
Version: 12.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libpgtypes3 (= 12.18-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpgtypes3-dbgsym_12.18-1.pgdg+1_arm64.deb
Size: 88184
SHA256: bd7731668bd6331cfff98f71a041051882157fb07ea9c0a3df0e804b3d61da9f
SHA1: b2030e35320d2a5e27222c1feb370ab20943df4e
MD5sum: 67457869806ba198b7071cc498f261c8
Description: debug symbols for libpgtypes3
Build-Ids: 9173e32ff78cb87c82df45222cac712a1abaecf2
Timestamp: 2024-02-08 14:59:30+00

Package: libpq-dev
Source: postgresql-12
Version: 12.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 598
Depends: libpq5 (= 12.18-1.pgdg+1)
Suggests: postgresql-doc-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libpq-dev_12.18-1.pgdg+1_arm64.deb
Size: 144568
SHA256: 0ac1318f3dcbf12d2503961a5ffa23de27aa8001dbdb6c6439fd28abfb6d40c5
SHA1: ec55262a178bf9032bd0a21f68659a38a1ab3b0f
MD5sum: 1fd3aff986436022a9aca7ac781b3a48
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.
Timestamp: 2024-02-08 14:59:30+00

Package: libpq5
Source: postgresql-12
Version: 12.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 794
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpq5_12.18-1.pgdg+1_arm64.deb
Size: 177252
SHA256: 46992eb93e133aea0644e1534ea8deb483358a6b0d15b19d1eea1f5a068b58a8
SHA1: ddf5b8ec84cbb8b18955953a9382ccf121fdd429
MD5sum: abd834c7c45ee3f740afdcf70cbd0117
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.
Timestamp: 2024-02-08 14:59:30+00

Package: libpq5-dbgsym
Source: postgresql-12
Version: 12.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 284
Depends: libpq5 (= 12.18-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpq5-dbgsym_12.18-1.pgdg+1_arm64.deb
Size: 251136
SHA256: a3965b1f9627886309f277082109102b5d793f6b2be587c8f5c8cbaaefc149b6
SHA1: 9b55d5ef23ef60e307e6b07d61371c33c0b79637
MD5sum: 40959c74be7401b2f9e8f292203404f8
Description: debug symbols for libpq5
Build-Ids: 110933ed464493bee19f9ec9e19d8edbfffdd956
Timestamp: 2024-02-08 14:59:30+00

Package: libecpg-compat3
Source: postgresql-13
Version: 13.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg-compat3_13.14-1.pgdg+1_arm64.deb
Size: 27048
SHA256: 0f9f73414aecf066879f844bda4b753a4cbc40b5249205b8dbbcae3e38eab2bd
SHA1: f9447324b819b1dc7e4effb3ed6f50b66823687f
MD5sum: 6c1ba535b3199ccc667b05a1504fce4d
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.
Timestamp: 2024-02-08 15:00:09+00

Package: libecpg-compat3-dbgsym
Source: postgresql-13
Version: 13.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 13.14-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-compat3-dbgsym_13.14-1.pgdg+1_arm64.deb
Size: 39180
SHA256: c509a9a447f6ce82eaa2509ab117ffc509ad0727170f24779abfc0ff4d1148e8
SHA1: e45a9b1a289765c3092e7fdc94f024c84f44725b
MD5sum: 36d8e209ac8c0b1884a86821bb227db5
Description: debug symbols for libecpg-compat3
Build-Ids: 6721b480f23fca290e8916f0ab134bd09b0bd161
Timestamp: 2024-02-08 15:00:09+00

Package: libecpg-dev
Source: postgresql-13
Version: 13.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1519
Depends: libecpg-compat3 (= 13.14-1.pgdg+1), libecpg6 (= 13.14-1.pgdg+1), libpgtypes3 (= 13.14-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libecpg-dev_13.14-1.pgdg+1_arm64.deb
Size: 267728
SHA256: 1ddecb83794a040a42746760ebcedc7a2a3eb24a96a2db8c1bcb3473cff47e1d
SHA1: fc8be3d11236eb5b60d72d869f9ba0c75dbba656
MD5sum: 6039dd751a8d1acdc24aad1ca365a2b9
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).
Timestamp: 2024-02-08 15:00:09+00

Package: libecpg-dev-dbgsym
Source: postgresql-13
Version: 13.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 286
Depends: libecpg-dev (= 13.14-1.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-dev-dbgsym_13.14-1.pgdg+1_arm64.deb
Size: 250000
SHA256: dfa2df1b222b1613acbcfb3af02ed5c31c7d8ebc511ebbf7bee89710b68b3bcc
SHA1: 1c146608c5d49a8885dece09a4eceb7597abadbb
MD5sum: 1b76cc9a1100ab679f4ef83ce13797a8
Description: debug symbols for libecpg-dev
Build-Ids: 022003631c1bdf285d56e6a8255d60333aba2e55
Timestamp: 2024-02-08 15:00:09+00

Package: libecpg6
Source: postgresql-13
Version: 13.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg6_13.14-1.pgdg+1_arm64.deb
Size: 61360
SHA256: f675dbf9d695f7cdac6f75acb8b2501cb4bfffd2347f01b1029f4001eb30aaf6
SHA1: 98355b0de772fe7be3cf6566361ccc42298256b0
MD5sum: bfa05d45ddc0b2485412bb5ef25afff6
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.
Timestamp: 2024-02-08 15:00:09+00

Package: libecpg6-dbgsym
Source: postgresql-13
Version: 13.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 13.14-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg6-dbgsym_13.14-1.pgdg+1_arm64.deb
Size: 112772
SHA256: 6f5daa1110153774ff0bf1d058cd23413800aaea6ca9585f536e4714584b04bb
SHA1: b654433269b6154e10b22fac8f08fae957d0fa0d
MD5sum: c282a818925d033618e59ef1c4dc4313
Description: debug symbols for libecpg6
Build-Ids: e925a490f4b903232572ed2fa9aee027107613fd
Timestamp: 2024-02-08 15:00:09+00

Package: libpgtypes3
Source: postgresql-13
Version: 13.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 170
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpgtypes3_13.14-1.pgdg+1_arm64.deb
Size: 47504
SHA256: c34182230ff04b33f39e500288a26ce6a69f95945b66866e0602ef05838b9e44
SHA1: 0b19e9f56d794eef2e1251ab84b1359a3209e08f
MD5sum: b3c1e16680051a430ba1cde57ecc1758
Description: shared library libpgtypes for PostgreSQL 13
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-02-08 15:00:09+00

Package: libpgtypes3-dbgsym
Source: postgresql-13
Version: 13.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 13.14-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpgtypes3-dbgsym_13.14-1.pgdg+1_arm64.deb
Size: 88432
SHA256: c88d312fe26b5eae4fc3463839039046154bdc5e7f0af0945d4c398cc140a1a8
SHA1: 132e20f7bb035841c5efe2594357989555802f66
MD5sum: a5e9f61398f4ce8ef3426e16204f77e3
Description: debug symbols for libpgtypes3
Build-Ids: 90d62b89f3d03729900fdc09b1793498a145470e
Timestamp: 2024-02-08 15:00:09+00

Package: libpq-dev
Source: postgresql-13
Version: 13.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 578
Depends: libpq5 (= 13.14-1.pgdg+1)
Suggests: postgresql-doc-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libpq-dev_13.14-1.pgdg+1_arm64.deb
Size: 141056
SHA256: 3b2c66f0f2ac5eea60d3436424f1dbacc9128c28efe8fee73134cf2b5b465059
SHA1: d3ff9d195bef8867d18213f54c94d975c38e777b
MD5sum: 7d927bddd8fe38481160bb107f48e39e
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.
Timestamp: 2024-02-08 15:00:09+00

Package: libpq5
Source: postgresql-13
Version: 13.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 853
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpq5_13.14-1.pgdg+1_arm64.deb
Size: 177732
SHA256: 3c582a56562a3b03faa3862e08bcf422a615cb91fec06ebdd08edc2452e93596
SHA1: 02458eb05b7f2303228a9494dbf28daa6bbd238f
MD5sum: 0df0fcfb057f7e6519cdc93b267e2e5c
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.
Timestamp: 2024-02-08 15:00:09+00

Package: libpq5-dbgsym
Source: postgresql-13
Version: 13.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 291
Depends: libpq5 (= 13.14-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpq5-dbgsym_13.14-1.pgdg+1_arm64.deb
Size: 256892
SHA256: c0bfb98b3076ec99a0c6f9b47994a37bc239d056e2b5b019df8816b86f819d11
SHA1: 5a12e926364c7c84efaf1f44fb4af7edf9e693af
MD5sum: 1f36479e157685be7401a79701f3afe9
Description: debug symbols for libpq5
Build-Ids: 1cdd6207157cbc7dcf4e4da275fdf5bc5355249f
Timestamp: 2024-02-08 15:00:09+00

Package: libecpg-compat3
Source: postgresql-14
Version: 14.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg-compat3_14.11-1.pgdg+1_arm64.deb
Size: 23796
SHA256: 84c7fcc8385b51cb61d58834b0cf38447f3da484d8d61378c59c35440595e6a6
SHA1: 25e818d4c7a64cea9714f1f0c9a71d373d114e01
MD5sum: 442cafa84456f11b35b8bb5d4bf8673a
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.
Timestamp: 2024-02-08 15:00:47+00

Package: libecpg-compat3-dbgsym
Source: postgresql-14
Version: 14.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 14.11-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-compat3-dbgsym_14.11-1.pgdg+1_arm64.deb
Size: 39248
SHA256: 1241cafe4988ea3b3699ee7cef06f4dc06ead2783c490c0afa39a2c6abb71533
SHA1: a78133a2ff8b0d775ec02a9f4e3772d847e309bd
MD5sum: a98bf8bdcd031411f75d8fab37b7bd33
Description: debug symbols for libecpg-compat3
Build-Ids: 37432edcc2ff334ee75f9f7a28db478668971c93
Timestamp: 2024-02-08 15:00:47+00

Package: libecpg-dev
Source: postgresql-14
Version: 14.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1604
Depends: libecpg-compat3 (= 14.11-1.pgdg+1), libecpg6 (= 14.11-1.pgdg+1), libpgtypes3 (= 14.11-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libecpg-dev_14.11-1.pgdg+1_arm64.deb
Size: 272756
SHA256: 308a2c6ee8062355df8ec268d5070f8dcd97869a739e84f53eeb80acb9f14f5b
SHA1: 740d9b9040d67a355a66e1ec5c6ea5def9b4e50e
MD5sum: a9652a56ef279aec3f595be138f02133
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).
Timestamp: 2024-02-08 15:00:47+00

Package: libecpg-dev-dbgsym
Source: postgresql-14
Version: 14.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 296
Depends: libecpg-dev (= 14.11-1.pgdg+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-dev-dbgsym_14.11-1.pgdg+1_arm64.deb
Size: 256352
SHA256: 3cf44458afcdee7da6c1b3ae2306824c7d44af9c6b8c036c53e3d88bff8c7964
SHA1: 123dba0edc0de20f6e4eb3561b4e9523ba6258f2
MD5sum: c301eebaf57ff936988a51c6f77c6a55
Description: debug symbols for libecpg-dev
Build-Ids: ae7adc48f283deceeda7c668d51dcdbafb7c9703
Timestamp: 2024-02-08 15:00:47+00

Package: libecpg6
Source: postgresql-14
Version: 14.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 267
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg6_14.11-1.pgdg+1_arm64.deb
Size: 58864
SHA256: 417b332f58351486ea26515454895aa3e0bc4513a108744b4472613ef160cf1e
SHA1: 5ea4bde1c75f12ba5678670abd2ae9c6061678f3
MD5sum: d559aa6da08fdfb987ba833e93f599d7
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.
Timestamp: 2024-02-08 15:00:47+00

Package: libecpg6-dbgsym
Source: postgresql-14
Version: 14.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 14.11-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg6-dbgsym_14.11-1.pgdg+1_arm64.deb
Size: 112780
SHA256: cf33e3b34b9233c4db62e425f6eb759a60e47ab8e4d9215ef377056a7e13bdc4
SHA1: a6125e2e79ecab3770d8eb1cb5ea92cadf5a36d3
MD5sum: 118a6590d429e235b511d8bca2d43ae5
Description: debug symbols for libecpg6
Build-Ids: 5d8f96862a2cefc01e42e8f22c46c094fd2b0f57
Timestamp: 2024-02-08 15:00:47+00

Package: libpgtypes3
Source: postgresql-14
Version: 14.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpgtypes3_14.11-1.pgdg+1_arm64.deb
Size: 44140
SHA256: 35e405ff78825a86596553601d1c8a4bbbd050411c540ec5f4c4b8ae29219b87
SHA1: 76d2ce9c419c36f0f72c5f02417e5eafee5e18f7
MD5sum: e102b1368bc93cfacef685c4831b2717
Description: shared library libpgtypes for PostgreSQL 14
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-02-08 15:00:47+00

Package: libpgtypes3-dbgsym
Source: postgresql-14
Version: 14.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 14.11-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpgtypes3-dbgsym_14.11-1.pgdg+1_arm64.deb
Size: 88584
SHA256: d28366ff54ebff2f9a486037bc80ced4ae7fc8a620ca5c5cd82207b3d2edd765
SHA1: 534f978e27652beb4d9d1e4aceff5f0b1a7d4bdd
MD5sum: 094f4b01655e33a04d8d7aa3f7c0fa66
Description: debug symbols for libpgtypes3
Build-Ids: 821ecb02516920b440a3fc6dfddb617576822abe
Timestamp: 2024-02-08 15:00:47+00

Package: libpq-dev
Source: postgresql-14
Version: 14.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 588
Depends: libpq5 (= 14.11-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libpq-dev_14.11-1.pgdg+1_arm64.deb
Size: 140612
SHA256: 6ba566cfbc76b7fa69a8263d51be0a678abc05e67a87b367f11d8811ea57f66f
SHA1: b669c200ada2bd73efb4fd4ef88cdacfcd9c3074
MD5sum: fcc7abb65d1f1ccaef78b49c0f75eea3
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.
Timestamp: 2024-02-08 15:00:47+00

Package: libpq5
Source: postgresql-14
Version: 14.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 816
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpq5_14.11-1.pgdg+1_arm64.deb
Size: 170308
SHA256: a64845a310fd41ecca3569f732052486eb95a942e24fbe0dce846c30e7097b8d
SHA1: d4c1ef06cd514f34506625f2055a72f07155c370
MD5sum: 742c45737d75e0d4b8808995a67b2373
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.
Timestamp: 2024-02-08 15:00:47+00

Package: libpq5-dbgsym
Source: postgresql-14
Version: 14.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 305
Depends: libpq5 (= 14.11-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpq5-dbgsym_14.11-1.pgdg+1_arm64.deb
Size: 270224
SHA256: 8f7d95554977ebce9f3f46b65ba8e7cfe0c16dbd3c8e35f6f6446385ed2c6079
SHA1: 98962cc57b60c0643484391a996a2d683545071f
MD5sum: 584b5d9bd5ab9e792c3b673697e54c51
Description: debug symbols for libpq5
Build-Ids: bb4987664983ecb7a8f525866536d97cd769457b
Timestamp: 2024-02-08 15:00:47+00

Package: libecpg-compat3
Source: postgresql-15
Version: 15.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg-compat3_15.6-1.pgdg+1_arm64.deb
Size: 21464
SHA256: e7e568733ea78d4c3357a8f6fe0e58416f6ee05e28f8edb373191c0a1ea14a4f
SHA1: 6abbc112be4c899a0a465ba63921426781461180
MD5sum: 4305f71ffc3d89df1361312d13e846bc
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.
Timestamp: 2024-02-08 15:01:23+00

Package: libecpg-compat3-dbgsym
Source: postgresql-15
Version: 15.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 15.6-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-compat3-dbgsym_15.6-1.pgdg+1_arm64.deb
Size: 39452
SHA256: 35e8c20018adc71628f164ba53381b5eb3733900080764df5125399a4322c0a0
SHA1: 988323ab415f06043333f5206c6ed0e6e6cfe673
MD5sum: 377af4e4274c04bba3a91dfb4b69fb23
Description: debug symbols for libecpg-compat3
Build-Ids: 3f3b0bc1305abd5af93b268e9b0d5f986e80f144
Timestamp: 2024-02-08 15:01:23+00

Package: libecpg-dev
Source: postgresql-15
Version: 15.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1630
Depends: libecpg-compat3 (= 15.6-1.pgdg+1), libecpg6 (= 15.6-1.pgdg+1), libpgtypes3 (= 15.6-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libecpg-dev_15.6-1.pgdg+1_arm64.deb
Size: 276296
SHA256: ea4d5407a4e8ab7d1d83970fc6e21c4ce8594996a357a37379acbccb7f6a6e43
SHA1: 3769c8e6753d6e69dad6d8801a235028757aae7a
MD5sum: cf92838be0580059c44fd9e6719ca52e
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).
Timestamp: 2024-02-08 15:01:23+00

Package: libecpg-dev-dbgsym
Source: postgresql-15
Version: 15.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 300
Depends: libecpg-dev (= 15.6-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-dev-dbgsym_15.6-1.pgdg+1_arm64.deb
Size: 260744
SHA256: d8fc8b1ab3ca87db8b01fc1bb86b83023bcac872fcbb80c7ddf463f10b095a69
SHA1: 4e2010d0d8e08e1db125b206d7ad0c105c91c587
MD5sum: 4218633c5e415c7477535991ba77e343
Description: debug symbols for libecpg-dev
Build-Ids: fdaed9dc163f4a7652b3dda212aaa72c6be939b6
Timestamp: 2024-02-08 15:01:23+00

Package: libecpg6
Source: postgresql-15
Version: 15.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 270
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg6_15.6-1.pgdg+1_arm64.deb
Size: 57544
SHA256: fbe7baeb37195d2904a9b8674b07da52ee22b268a346072a305f5bdde7b6c91c
SHA1: f3fe96c0ef1bad303ba2676dabf550e51837758d
MD5sum: bb252808f92db107de2f1c25867e5de6
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.
Timestamp: 2024-02-08 15:01:23+00

Package: libecpg6-dbgsym
Source: postgresql-15
Version: 15.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: libecpg6 (= 15.6-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg6-dbgsym_15.6-1.pgdg+1_arm64.deb
Size: 114984
SHA256: 7d1f840496ac9ac99e635f9ff97406251a5598a7848892fa4e5b7d16e9847611
SHA1: 4f98cffcdb32903f93ffd85c627eca92168fbeee
MD5sum: 56cbefc46326b4d91c942c17030bdcff
Description: debug symbols for libecpg6
Build-Ids: 1001072e55d95475450de9d11c7e835861b29059
Timestamp: 2024-02-08 15:01:23+00

Package: libpgtypes3
Source: postgresql-15
Version: 15.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpgtypes3_15.6-1.pgdg+1_arm64.deb
Size: 41852
SHA256: 6fecb31101208e63901705150a7cb0a1556161aba77fd1dc8c3d50dc5c6ade91
SHA1: 4e4fe34d472fb259e7d934badd076cc3c3ba079a
MD5sum: 9455f56b9ebdda63db777f2940280f15
Description: shared library libpgtypes for PostgreSQL 15
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-02-08 15:01:23+00

Package: libpgtypes3-dbgsym
Source: postgresql-15
Version: 15.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 15.6-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpgtypes3-dbgsym_15.6-1.pgdg+1_arm64.deb
Size: 88752
SHA256: 64c75232d58fae25dd067b266a7ae93bffa5b66ac5ea14cdd0a83b9b73b2b6a4
SHA1: 7fe69aefd8a78db0fe558f6287b601d6fa3beb84
MD5sum: bf8f55fab502f3d92a380a6bc1b1e643
Description: debug symbols for libpgtypes3
Build-Ids: d8193fcf4fcea4ef0c87b1cf92edaab8282bf379
Timestamp: 2024-02-08 15:01:23+00

Package: libpq-dev
Source: postgresql-15
Version: 15.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 596
Depends: libpq5 (= 15.6-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libpq-dev_15.6-1.pgdg+1_arm64.deb
Size: 141388
SHA256: d2c14386e9e960932791e71ea5ee2861672321f7b5510fcf9e82d6df87444345
SHA1: 10188e5b9ed3eca518172abda6b2c0ad37a715dd
MD5sum: 89f7972ae50a4b137b242a5a93850374
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.
Timestamp: 2024-02-08 15:01:23+00

Package: libpq5
Source: postgresql-15
Version: 15.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 902
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpq5_15.6-1.pgdg+1_arm64.deb
Size: 181532
SHA256: 90274245e72238602b4fdec85bbb7823b06630afef38f5f07283ea2a284f5a22
SHA1: dbeed2ac537e1de49adff80976cc264b6e6ab295
MD5sum: 25a7e6fdf90d73441fd1dbb812cedaf1
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.
Timestamp: 2024-02-08 15:01:23+00

Package: libpq5-dbgsym
Source: postgresql-15
Version: 15.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 315
Depends: libpq5 (= 15.6-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpq5-dbgsym_15.6-1.pgdg+1_arm64.deb
Size: 279368
SHA256: a2d754e5e9f1635843b863d2c0932dde5e10616447ef092f2f82cd898c880cb8
SHA1: 4b55204a57cc57e10e3e5c9935e83d9ab588c052
MD5sum: c26cd1abccb430b0019d857e3855c254
Description: debug symbols for libpq5
Build-Ids: b89604bff6222f459735cf703ccc05e097c6b5fa
Timestamp: 2024-02-08 15:01:23+00

Package: libecpg6
Source: postgresql-16
Version: 16.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 275
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-16/libecpg6_16.2-1.pgdg+1_arm64.deb
Size: 56792
SHA256: 43132350f17b775508d003853d22ab9d1c61e8b7046d5f438ebe317f26b9a51b
SHA1: 9acbdf8d1423f5b7b149f2534770af00d6089fab
MD5sum: a3993b9fd70f3b0aee2ef26680e4e062
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.
Timestamp: 2024-02-08 17:34:43+00

Package: libecpg6-dbgsym
Source: postgresql-16
Version: 16.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 16.2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/libecpg6-dbgsym_16.2-1.pgdg+1_arm64.deb
Size: 114504
SHA256: a272e9a79aa1897507a0c24f5b8394627a8937f59a99b6608bac280c44fd34b9
SHA1: e8354c16db0e55479f682bd60d8c309373da5dde
MD5sum: e7d02efdb65ca8553afaaa645dc5a96b
Description: debug symbols for libecpg6
Build-Ids: 8a64ad67ccd38486316a37f51b54070959371827
Timestamp: 2024-02-08 17:34:43+00

Package: libecpg-compat3
Source: postgresql-16
Version: 16.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-16/libecpg-compat3_16.2-1.pgdg+1_arm64.deb
Size: 20032
SHA256: 391f079cb66821e3871fc614764ce40f82a394076c5f484a3006ac69bfc4ba4c
SHA1: ea430e83c913c2d54eb10367d1024c39c58d16a5
MD5sum: 32c424a4ddd4c91e13185fe6fcf34bcd
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.
Timestamp: 2024-02-08 17:34:43+00

Package: libecpg-compat3-dbgsym
Source: postgresql-16
Version: 16.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 16.2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/libecpg-compat3-dbgsym_16.2-1.pgdg+1_arm64.deb
Size: 39428
SHA256: 6cbec6b7634c5ad3c26ddbb9dbc76e14ef8cd0973de51da5bcf4f12b5504abff
SHA1: e3066ca53d58cad926fc8cd3f44b1e1f9878d98a
MD5sum: 79a72c66b801fd1171bd81d53bda6297
Description: debug symbols for libecpg-compat3
Build-Ids: 367d2f6dbeae32ff8f20e1175c41093473d12d68
Timestamp: 2024-02-08 17:34:43+00

Package: libecpg-dev
Source: postgresql-16
Version: 16.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1632
Depends: libecpg-compat3 (= 16.2-1.pgdg+1), libecpg6 (= 16.2-1.pgdg+1), libpgtypes3 (= 16.2-1.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-16/libecpg-dev_16.2-1.pgdg+1_arm64.deb
Size: 277176
SHA256: c2b2f77a686faba4e84ecfa18e8bd164c3069321d7d31a9fe5513b6bac59087d
SHA1: 910cf25ccb83d1de70603e0a2be84269bed1f7f4
MD5sum: a5a1919a7999718d812618edafdbec7d
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).
Timestamp: 2024-02-08 17:34:43+00

Package: libecpg-dev-dbgsym
Source: postgresql-16
Version: 16.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 303
Depends: libecpg-dev (= 16.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/libecpg-dev-dbgsym_16.2-1.pgdg+1_arm64.deb
Size: 262188
SHA256: 739d385d655b31a817460eff325488b36a8d9fd3d230ab807d9a95f832cedd91
SHA1: f147825bba5726d4e5317cdf77150377c85c7062
MD5sum: d68e9018450b61cad4db72a736656366
Description: debug symbols for libecpg-dev
Build-Ids: 125213c149d0b74ad3ce565adf7e9cd609d52829
Timestamp: 2024-02-08 17:34:43+00

Package: libpgtypes3
Source: postgresql-16
Version: 16.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 161
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-16/libpgtypes3_16.2-1.pgdg+1_arm64.deb
Size: 40616
SHA256: bcf9db5eff5d3be9f3d812bcb103cf9b1fbe5f2848ed97316a20cdc823548c5c
SHA1: cad3d3674f404814f5af93fd484fd2bf9f4cc37c
MD5sum: 174989b8064c8764a266e4605c6b277c
Description: shared library libpgtypes for PostgreSQL 16
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-02-08 17:34:43+00

Package: libpgtypes3-dbgsym
Source: postgresql-16
Version: 16.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 16.2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/libpgtypes3-dbgsym_16.2-1.pgdg+1_arm64.deb
Size: 88940
SHA256: 7e4bffb9c680a1b168b765c744a4ac93dae2d61845e36884b38bd2f844672e50
SHA1: 54a2bc28b3af3f57f39634615c44b7accbe6bca4
MD5sum: 3ea1c8bf8c6be7733469c3311408dbd5
Description: debug symbols for libpgtypes3
Build-Ids: 29c02fb6b312bb11093114011571b21fc6943274
Timestamp: 2024-02-08 17:34:43+00

Package: libpq5
Source: postgresql-16
Version: 16.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1084
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-16/libpq5_16.2-1.pgdg+1_arm64.deb
Size: 210196
SHA256: 42a9b20ed3425902090e2b7be1a77452e2703e989c3cdbc367ca8b551e152524
SHA1: 77bf1d633eac1b9cdbcad5e9d566c4bf7847a004
MD5sum: a48d703ff6a929bbf703196f3f5a9e31
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.
Timestamp: 2024-02-08 17:34:43+00

Package: libpq5-dbgsym
Source: postgresql-16
Version: 16.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 324
Depends: libpq5 (= 16.2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/libpq5-dbgsym_16.2-1.pgdg+1_arm64.deb
Size: 287908
SHA256: a041d47cabe670389459a6f73630ef841a152aef5a372ccb747d219f8181c424
SHA1: f4dc2a0f64e6f6a5aba888ebb47d3a4ea0e2fb45
MD5sum: a8ccda22baa76768230a40fc342c03e1
Description: debug symbols for libpq5
Build-Ids: 50c37f6b834e6ceb7af7820e696bb8c9f425ff93
Timestamp: 2024-02-08 17:34:43+00

Package: libpq-dev
Source: postgresql-16
Version: 16.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 594
Depends: libpq5 (= 16.2-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-16/libpq-dev_16.2-1.pgdg+1_arm64.deb
Size: 140932
SHA256: a2a0b87e5332cb4de147a186855dd64dac180458bf25f47db3d75864a7ec33b3
SHA1: 1699268b87795b111792b8aaaeebed16a83b2cc3
MD5sum: 06c8655607ef481b04117babfcce4929
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.
Timestamp: 2024-02-08 17:34:43+00

Package: patroni
Version: 3.2.2-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1308
Depends: python3-cdiff, python3-click (>= 4.1), python3-dateutil, python3-pkg-resources, python3-prettytable (>= 0.7), python3-psutil, python3-urllib3, python3-yaml, python3:any, python3-psycopg2, python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes | python3-pysyncobj
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_3.2.2-2.pgdg+1_all.deb
Size: 249828
SHA256: 9a916898e1663490634c22186cb2aab16153af8a81ed5fcba7910e884b93146d
SHA1: c23bcc25381a3d1438d7e74f178b2198bc372e0e
MD5sum: ca0f6446ac532be58562926749cfb646
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2024-02-08 17:34:43+00

Package: patroni-doc
Source: patroni
Version: 3.2.2-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6276
Depends: libjs-sphinxdoc (>= 7.2.2), sphinx-rtd-theme-common (>= 2.0.0+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_3.2.2-2.pgdg+1_all.deb
Size: 488672
SHA256: 025645ec0f760304e52dad2945aa213fcb92d23a8c086186fcf58e93470f3299
SHA1: 7bcd801e2bbbcdb84c809a86f44d241320bccad4
MD5sum: ad7ad158faec3e2651fc9d06d920e7df
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2024-02-08 17:34:43+00

Package: pgmodeler
Version: 1.1.0~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20494
Depends: pgmodeler-common, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libpq5 (>= 8.4~), libqt6core6 (>= 6.4.0), libqt6gui6 (>= 6.4.0), libqt6network6 (>= 6.1.2), libqt6printsupport6 (>= 6.1.2), libqt6svg6 (>= 6.2.0), libqt6widgets6 (>= 6.3.0), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Homepage: https://pgmodeler.io/
Priority: optional
Section: database
Filename: pool/main/p/pgmodeler/pgmodeler_1.1.0~beta1-1.pgdg+1_arm64.deb
Size: 5485204
SHA256: 082d8eda17894bc65b8a2237f125d41e02934e5066655568ea61d88b603f1af8
SHA1: ee1f45f91e403513f868dfff9d8dbb857d03efd3
MD5sum: 629b82876333e521d7c841c0e8d52cb7
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.
Timestamp: 2024-02-08 17:34:43+00

Package: pgmodeler-common
Source: pgmodeler
Version: 1.1.0~beta1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1930
Multi-Arch: foreign
Homepage: https://pgmodeler.io/
Priority: optional
Section: database
Filename: pool/main/p/pgmodeler/pgmodeler-common_1.1.0~beta1-1.pgdg+1_all.deb
Size: 371228
SHA256: 9444987d1c7eb4e7134e2a71519fe132a3b9066a3249e37796d5e82dd6794fcd
SHA1: dbbc7e0d0966a257e9924d2e73944ad7269ba566
MD5sum: ef8547f51e2b7593e8e595f8ce9491f8
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.
Timestamp: 2024-02-08 17:34:43+00

Package: pgmodeler-dbgsym
Source: pgmodeler
Version: 1.1.0~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58363
Depends: pgmodeler (= 1.1.0~beta1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmodeler/pgmodeler-dbgsym_1.1.0~beta1-1.pgdg+1_arm64.deb
Size: 53558676
SHA256: a5639a6fbbb930c03e6aa06b9fe5ac0f399c531e606d71f95916e6fb18ccb215
SHA1: 32ba9b71877abd4e9c930aa88d6c5a437a777818
MD5sum: 305b3e95f8008cbbcbd136582929740d
Description: debug symbols for pgmodeler
Build-Ids: 4d79f04aade1030bba1a7f906f550e8e8498878f 567089eff3a5559cc73ed6b3940d5e811535c64f 6a27331788873fb82a125c03c69ff35f79c8a85e 6f8f47ea14eed1ac6c77b498f6815c5e80ab83e2 8f185122f208cd3bff7adff7b2dc3eadb087ebb4 9b34bb351d59f768c3e496494ce67bb7c1f7f1b5 ae75dda06f75d09f2dbf6159fe26e618b99477ce d3667a7bd09f563e9dcc3a26a0eef2ec80a0f0cf de4165cc9b9ec5cf3adf3562102a0aee2e19c45a f53b905cf7be5fa1e3a1c9ca4fd611b69813bf17
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql
Source: postgresql-common (257.pgdg+1)
Version: 16+257.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: postgresql-16
Suggests: postgresql-doc
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_16+257.pgdg+1_all.deb
Size: 11620
SHA256: 37ab0946136ff6749d67e5f516b48d109668ab71409d62bf5c4a066e2a0b1ddf
SHA1: 8c371304ae3152d6b316d83376704ceb8b3a39f6
MD5sum: 4ad63c52fd375d05768a382861b6c028
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.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-10
Version: 10.23-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28400
Depends: locales | locales-all, postgresql-client-10, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-10
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-10_10.23-3.pgdg+1_arm64.deb
Size: 5033212
SHA256: fbcc3b0d839e3b2c3b19545ab8ef203f59d28964f40569d3568d9fb789515228
SHA1: dccc6cfcd4ca89d9d736253373a748f1a9ce6bc5
MD5sum: 8943d1ace64e1a9dca1fd50a724bf743
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 10.
Postgresql-Catversion: 201707211
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-10-dbgsym
Source: postgresql-10
Version: 10.23-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13580
Depends: postgresql-10 (= 10.23-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-10-dbgsym_10.23-3.pgdg+1_arm64.deb
Size: 12090260
SHA256: 4236a243d1488dd45a033099cfc1a1ddf8931f728b3fd7327bb7384d65b1030c
SHA1: aed914c41fc09f06a72d1c403558fd3ea0cb79cd
MD5sum: 84e6c40a9d0c943c8381c976e637849a
Description: debug symbols for postgresql-10
Build-Ids: 00013116790bcbf18e2319a3e29f2e07fcb20277 00621055e6f730794b8a164b9d551af1f1c44530 01ea783c85acf68ee87dcd080564407b4c476f9d 05f8ef6a990abb915594959bc93672e34957e56b 0e046757c68db2024e01914b7a1c9e18a713d56d 131f32581d65b00d45c8c31d59e574107330f60f 163974f381ce2327e6c38d80463c92edc7f910a9 180bd8e5371e0223e54cfee1e324653bfa106b5f 19e8ff09cb84d2fba668276029da16b0090ad44e 1bdeb9cf7da16d4a97186d41abcf9a9ef652124a 203925e4252129cb1fccc6e72bf8414c945f914d 207582099f68aa3903c8606c403e8aa128dd23e0 21af7c28c9c85a8159fc6c23d5ea03aba2562b00 2719a8be31089e1bf23803cfd4c37b1e360de080 2840881bc4397eae74f549a6659137b91668a08b 29f1efc3848e34a656be7ea2d01ac8260f28491b 2c2d4d6e75e6b158b54c74acf45ff62b13b97f61 2dcf87d620fef25268d54f5c636fb012328d4c80 2e7351a69f6d3a9e253c61f652a9f63b6e7b57a8 317030fec62ac42e478332a27f6684385fd7ff7e 32349c63d57286431c607d6808cda8333f8e7839 390e21bd6fa28d0ec301d707ad9b8a253d580ae8 412e7a9e86e8188e5a16aa12081b4298ef0493ca 41cd4eb7086f26f85ec1526417836f69d312aaf9 44e39069bf5e02ae8ebff23cceacdf0e1a696e8d 45e83b6cb825e3f8ad8bd4e77a2c87d276721680 4829ab7bc8c325b781a9f8ab66ff215cd185890b 4a2cc918ac9e871fb007536bd78473643df7445a 4daf5f19682f237601da951829524c9a2772d20f 5080ede9f8cacf8923fa14770c7c115255974045 5338b0b915732f636b5d7d1efb697c20b10be0aa 5623017e6f0ecce3021cb144505d016ffe29f2ff 57617ad7ee1ec4d937ffa46a3bb4bfe4ce831727 5bad58e5ace2e27658c5049e846a8acc2dcea793 5bcab39d973686648423f3001ddf174c6353703f 6488709c3432c46d4be2a0fdf2034f4f7fbf4e14 6531eb0da7bf4bed81000a6ebe1a8f55807ac39d 65676992277995f8153d273cb50cffc4fbd6d4b1 66011c7d233fc983d50f35a050ae3bfe66d03b20 67e31644aaa17132b5e0170df96909b17cce9bc8 6927a31ab2c7675716413f227b226ed44913c226 6d69c92dd79722ba35f8a0aabccd556f30576f94 6e32c068bbb42384a2b92eaffac8f1377ea53f4d 72241be5fea37e6d8d009f275302e1c5ee44fa3c 74dd7332b3777c1e87d68eb2013daa19fad67360 74f01b6333a705832da1673ab7d5e2f4c57d95de 7671ba9904ddec0e8c301049d64f7f6b8e4091ed 7733a189ba56855808e1894d03b23ef0cd0f0241 7c4840e9e045a195fdd2f3023cd1c4090077f5d4 7c7e4f6e96f672d7365a2e4a2605e1c58c3eac26 7e66e2232a93d80edcbd965d32a387e0f66b7a25 80b65f8e248aa95f7b18a279ad4e173f62ed2787 842402f41cc0257b3804a754fa9802cdd2fe60e5 87d68586432cf2618cb3f3127d0a9cc4789467aa 903e5646b94ad9a7ae671dda76764c16ff00ba45 939ec780120ddf390ca67bff54060c1039713ea1 958c509141bfcc211934b94af93a4454fc2ca203 95ca68519a59be47517f5220232b113d11b64586 9a9b53963f180e388df6bf2889cee68e2bc22e3a 9c55253b02eccf8b8bf71f467a400b40c7d880cf 9c5950ae22e34edeeeab54d829c18e2e26a4d224 a7f4d9be4601a1678be9f9b222d8b34ab30fb66d a98c86848999f89cde7eae7082ce17045a821dc8 a9e2c0c1517911765e0c099fc76acef6b7e84c28 aae4fbafde298b47d26485bf3962c5e979cf0e4b abf60f0017317b15d09a81703160e74292fb54af ac0b02d08d533c9804c9a7e729d1c02691d7d9b0 aca77997f784df6ad1e75b7f4c89fa9961d32a22 b66481e653930f3022eeaf3326a33e03fd070ab2 b80440afa1b37a0bf0070fdafdd1b0d7c0c42161 b88c813bfc85acbbbeda15da043cd89ba2c00274 bd37d9deecd79ce3dc482c7c6e42db6a0e74b7c6 beb6a353688f462a15e13ac974ed80bb1369c336 c44e2c05c473731072cb86774560ecd29f7169dd c7d56feb1e1de3172cbd5f2d0e0fd4add45a5396 cd7e50ba3087cf3906ca6a519931a1e185775143 cdbd7e25e538f7dd2c0b570621171ab70803552e cf2a06e46be604fcc73298c770d72178d437c9ac cf85c720ddf87f8480a67865898dbdb0742312c9 d26362df99d963287c322693e0981d301f051b6f d481872e66b823421015b94cb74e9bdbcbd75c84 d5e712e900c6ebce23fc0b35b2f856e15fbee9bd d68e9f55fde1c68328b4fae9f9ecff952b6a4230 d719378fa34ce68473e0ef9407bc63023873840e d89b8fc6c60ff8ddd3267b7bed3f2643c6c37949 d9cd469bbfea43bbf20d85fc2b7261ebd5592e34 de21c0517949ce03cc598f5b7081a41f2cf811c0 df0799ab0f4d6dd9c0031c6cc5f9e41480b413f2 e6c90e2cc2f6db587cc188f4d562f566384bc7d9 e750e11624429679fe82823b399a4f6246d7bc72 ead3dce60d0721be0c251cfca2f6279d36d28c91 ef1fa82796f0169c801965c532debd02f8e8e5db f6743c7f0e40b3c2996681ee9cfb65691a77ca65 fc867d5c39fe530aa1be5daa51687e51c990e4d4
Postgresql-Catversion: 201707211
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-10-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.3-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 138
Depends: libc6 (>= 2.17), postgresql-10, postgresql-contrib-10
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-10-pg-stat-kcache_2.2.3-1.pgdg+1_arm64.deb
Size: 18372
SHA256: 539a44cf43ff5add01a6cb98308b172f8beb94e72019a7c8333e962dee5e803e
SHA1: 6db306a310181f39a52afa81a8aa31b55f615c0d
MD5sum: 1c9c0f8020b7506e8d44e19c3ba9907d
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-10-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 58
Depends: postgresql-10-pg-stat-kcache (= 2.2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-10-pg-stat-kcache-dbgsym_2.2.3-1.pgdg+1_arm64.deb
Size: 41648
SHA256: b1e37d51fb1f94a651c233348020be30f959fa48adf10ad60fff011c019c76be
SHA1: 380c66e4c739ee9b682ff105be6c8f20bae826b1
MD5sum: fd4f4e2c9c9e1f35444d5f9c10f1fec4
Description: debug symbols for postgresql-10-pg-stat-kcache
Build-Ids: aed476abeaaca368fc07f8a9b9ab889930e92d9d
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-11
Version: 11.22-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52806
Depends: locales | locales-all, postgresql-client-11, postgresql-common (>= 194~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm16, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: postgresql-11-citus (<< 8.0.0.PGDG-2~), postgresql-11-cron (<< 1.1.3-2~), postgresql-11-pgextwlist (<< 1.8-2~), postgresql-11-pglogical (<< 2.2.1-4~), postgresql-11-plsh (<< 1.20171014-3~), postgresql-11-rum (<< 1.3.2-4~), postgresql-11-wal2json (<< 1.0-5~)
Provides: postgresql-11-jit-llvm (= 16), postgresql-contrib-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-11_11.22-2.pgdg+1_arm64.deb
Size: 15390404
SHA256: 412bb13b4d70e93491aea36278463505ea35fb66ab9718d9955cfb63e329ba56
SHA1: bfb61e73c321572245f72057ab2fa7da0da9770a
MD5sum: fd67ec40f10bab96e1bcc97828d6ab50
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 11.
Postgresql-Catversion: 201809051
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-11-dbgsym
Source: postgresql-11
Version: 11.22-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15378
Depends: postgresql-11 (= 11.22-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-11-dbgsym_11.22-2.pgdg+1_arm64.deb
Size: 13853888
SHA256: e071b8a8388b1566ebb3d30e11ca23c1263a0fc60a5a954891b869aa702e8605
SHA1: 3b9111f8d6c55294c72744e8ac43e0cb595e6d5b
MD5sum: c2e8c1d4ee31f54387d052c74816cb1f
Description: debug symbols for postgresql-11
Build-Ids: 038ca788196d5d2509a459a1c45bf8bda61ff7f6 045a9d019ab159e70b1365777975fd8ed23cb0d9 0aa67be32d151e91151a0e9a1212e8cd5d5d2496 0dab5c54982fee7d76da3413248d7ccf20aa4450 102258640a56fbe49b352a09e94383c19c6253ce 1fe20aef3591777876c3c1ddf7fbc894c27baeed 2034b767ac23379f388205206143ae6afbde5a6a 205f625db365b87145eec92090ab127cc67338f3 25570f16a197b8d3af5aed8ed31c84989de5aac5 282109593a2c8eb8f7ad81eec3d5c25f3e820245 2bc2fc5b2792d1043ccfddc8a1519fe9c042cd2d 304e52669fbb63fcd3bd5f46b392ad41f9e643c5 30c23afeb44ec79861e96c1af99f547a8cd5d333 3172e67478691061a0f6fb092c876fdb07f7a289 334c254679ca70f9646f1fab2af27e341cb7fae7 33d8e592846ff13487b3d564cc9069294c657844 35bfced57747c9a561f17aeaa40b7ad90c19540c 36c68419cdc5e8b6eabb451863a2b9618e210773 398ef746497ab43daee89538576ba843768d7b7f 402ce26cafc73cf8eb42291467596efe013bc96d 41fcb88bea619d206167a21683e63179d89cc0a3 4214e7d818c4242ac19e371317160dc21d770508 4656dbe7749d0df29862bfaa73d95695fbdc8547 46c9e3d5d276f2a27af14f3243cdd05f3b7d128e 4926b7b9df4126553c111cb900cb9f9b96527fe5 4b4dfb5c952dd33fc16809a05f7044db42408948 511c3e1954363c1c49111968714d5f47c1bdeaba 52394fd80b43d4cdb192e2764dcf45b6797760a8 54371707f8bc3b9705697c5dc32bbf224a39feb8 56c361250e2e277836ed5eceb7c1116da47bfb4b 5a07b78dc964a2ceb3b3dcf46d3da8e6bbb66257 5ab4a068448709a7d0d9f992c5b2683ba4bc2d90 5df7d3212350c28e212ab395708a1f2faa1c7832 61d3c88a0046e9b98dd6689ff35b00a40da6b60f 622c0c06a7c553f26a0e9cb34f9c12034b63ef7c 65fc8470c99b6bac0970186f9bb1d32ed0158e21 6772aaca433405d09c6e6648762229f4b63b0db5 6936591ede91cae16ce114f678e87bc733646a35 6a6e77475074a43e2e73bf65d4642425a2f01b8c 6eff82b276fdf4a029b58deb8b960b1f6a04d6a8 6f5d7a72734dd6e538da9f5fe74262dc5f58b6bd 6f8bb0e10338fb2423063249b5f1c2aa41e1933f 710a95a33dcbae8d96b677865b60c1698187b7c7 73e9179302d5e9b71922f5da96f4240c3e7345a0 766a5d7b55cb6c7fe55c548a595d046ce7bde231 776d25ac3a183caff97d60ee796622c80e45a447 776e22176f09c252c0dfec4df6c83a8f7480d50d 77ef72adc89a275a49d89eeca4f760a991a03e39 78195b440c5d845bd9a45bef0887ff975e058436 788d754e449b09eee33fd2bc10da04b24c7d31d8 7b79c65a1afe0cc9b342beef2be3ba9368c6f135 7bafdbdd451a86b646afb8e1e3797b69a5c53af2 7dc031a979a45fb6aefca28522825e7e4e1bd6ab 7dd0cee32a5f2966e9b344ac7e65b60f489285f5 7eb0130e2200c9a9cc9d7b8bd856ceed761c42b3 7f3ad8d51309fd3efff310fe9723633b14847dea 85f98e20b13abd4f9255f49af27f5ef0408330de 873d1d59492b0aa2e3ecd5418771ea83037dcbca 8bb3eebc18de877f5c7acd91d415b74371713e72 8cdf0af15c54cb64209e29ee245e6f444f2991f1 957c65beeb599b0ff1515e49780406f0e1facd34 97077986ca85df6ea9230573232646a2f2973a98 9cbca0b46854410796c952869e18464eb1e2160c a50a00001a5e1c14d68bd70f469fe1492c84bcaf a6a825e5cf9eccf6bd593d3df6a1169a0b9be4fd ab657e69de496c9b9e60d8e133253a86caf01b86 af0aa3b3832c0f40527ee060558af5ce88d3cb0d b03cd170f0b55d9c9aaeffaf402b0b0f44d7a7a1 b37f53bb39ba816eb167222951c7ecbaba8fb2f2 b705313a593e2dd536a54f96eeed2b7d87b93d63 b731969fa78856329e062bd401e481720316db80 b8d3250e9b25df5447b5ce9e8434e05b4c0fc6de bef2107899e638cd87428433846e152e1a060b5f c229b6e43b5355381e11cb0ae8bcc829f6723140 c329721e70448d708fd65028ff3caa9fbc0f6ead c45a8939cc497ea583a243392294a3571e3806e6 c5fb50df7190f52738c27d5a709b79675d37ed78 c987e3ef7dcabbfdf55854d3dbd8df51338d8c72 cd95efde349bcc2459e12b571f1e660618ae7bde d15b764aa5a64e7fc91be18b1d82aeaa22a2a053 d49e943108bb9a2c90d4d02cb993de18802b482d d537a8a9eeeed93a4203ac15fefff7918aeb01d1 d80f1716a2da0d6888426d3919631fc8e9dd19da d91926bc157e10a99f8a2d2dc087635e76b770c7 d96d83f58628f305c83fbc1851b4a2e5d6344c49 e2430324b8154522f28bddfbc6845ebbc5038445 e2dd977c12a8d33dcc40b8694e5af56278eece19 eb8e107810f432ead0b37c121f052440c4fb5209 f2c4dbd9ed46e6953219617fef46fd574a3332c0 f56cf0d859188acdd6d21f02ce8cabec937f10ed f84e209140ee7d522de0e373bee4c2f8ab83f067 fa65d2bb755d1f67ff277e63500cd6827d6c1767 fc5efaf4572da1cd9a8764c3933c945a8b8a1bbd fcac1da6514622c09171e4d0d05c1d6de4c77f3c fcff6bcf9a9fee08f6912f385050c7607ebaf61c
Postgresql-Catversion: 201809051
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-11-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.3-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 173
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 16), postgresql-contrib-11
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-11-pg-stat-kcache_2.2.3-1.pgdg+1_arm64.deb
Size: 38308
SHA256: 252fa2680c08cc768fa99388f4fbc4f0b9bdcf36dccdc434339acfda654d8a4e
SHA1: addf16a14d29b81f5901dd88ed62c9fc0b697fe7
MD5sum: be2390101efe3eb4f7b40f953a6c1ec7
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-11-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 51
Depends: postgresql-11-pg-stat-kcache (= 2.2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-11-pg-stat-kcache-dbgsym_2.2.3-1.pgdg+1_arm64.deb
Size: 34780
SHA256: 3753781c8e969f798e401310e5347630493a7f0d5916365eff3b3d72a6527316
SHA1: 1af27a2b35ca31db766eecbb3de33a21f28692a3
MD5sum: 659bbdea2100c40d0b6d192741ba643e
Description: debug symbols for postgresql-11-pg-stat-kcache
Build-Ids: 70c66bf0ea4621ac356b06c15dfcc01c19f7f005
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-12
Version: 12.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54747
Depends: locales | locales-all, postgresql-client-12, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm16, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-12-jit-llvm (= 16), postgresql-contrib-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-12_12.18-1.pgdg+1_arm64.deb
Size: 16048428
SHA256: b5f84c410ab6a7666ec26013bc33de4615a2e4084e17c979202ff82758ae90fa
SHA1: 80b31931737658a8cb71839c70f06b57aaecd897
MD5sum: 741e8f321f925d9842fbbb3ac65b2729
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 12.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 201909212
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-12-dbgsym
Source: postgresql-12
Version: 12.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16614
Depends: postgresql-12 (= 12.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-12-dbgsym_12.18-1.pgdg+1_arm64.deb
Size: 15034224
SHA256: 53a7539896eb0fdf469629fd7e2680137e437c023d348784f87b8353ede6cdc6
SHA1: cd807e1867772c14379d9740c515fa262fd3f818
MD5sum: 6e16ef6a52c860d53c788dd5b2777918
Description: debug symbols for postgresql-12
Build-Ids: 076963b87d8e64404de5945c6987d816ea647849 091e4eaebc30462704f60f0d8c95714e5a2855b3 0949ac61996d1f812b17accfe1000e819f0259aa 110c25458a0663c7183a7a6b6190b1261120cb6a 114a6138869b81c02a48e88cd307ccdfd8ae39b7 138bb046477185f1702098ab7936b27235d06fe2 164bf59305a8d5bf012aede0ce83d2cdb4ba69e7 171215f49daa6c6f6d623bd352913c3ed74f6d9b 18a88fd8129eac70bd3bcc747ceb3e19d952d73e 18aeebee4db9b4ba9a443fc41d8819b286bc09a5 1b7c2dc03f24519b5b7e8016533c034134e4c8b7 1f4be05275754105c0bef6ba5e33a86b52b8d4ee 20371b9c116abefb4f20e52bb3d4a6e591c2b750 21e7ad434e995dc856ef48604d38bb2b08bebc15 247a2af0eab2374aa4407b39a5f550520c2e18af 26a7faea11cef859dadf3cfc6b20b8c711656364 291a5a65045c67a4b7f4ab80eea72f90be65860e 2b2a9bfa769a5782f87d4a814f953afc776780fb 2d8024d77b5d58992e468e2e14b193d4a28105a7 3189ecc5ba6d556a0cc66a722aacf597b11dc543 37b7d22d7693f6d6364fff36af5db289876f09b9 39f1a183b3cfbec2288baada8e5b2248dc76ebe5 3c3b80de463cb3f2e3484ba4122329d93692283f 3c995bd60f3dac9435325b06ae4e051aa59d8735 41c223569141475dd6b1b7241675aec5cc508b71 43b054f3c85f4b6dbe6571df6458bc8d9357c652 4b27c04d2f9175e3b0f60ead41223e77adba8faf 4d60d3794c7d95dfd882dbc8e77da85a5fa6a8e0 505beb6279a7a4dca6c6c4580564403bfb7a41db 56440c55d75f5c7058b93ad10b85b2daa2ef3b8e 58619a4fdbe8010c790ae5b08601e01729db3484 5939f7d680a243175c62746c10c473b0756bc016 5aa2cb78fcd7831276310dcf35d834b9e6e05e4c 5b7816afe0f830f602ebc6a837dc74395a7c3026 5ce9c0b1e654f7966320a4f3ea5b842a6a41c797 5fa090207966fe8065bcec6fb285b4138f97cee6 603766f891d86008a6f6def31aba0dc0860d9390 60bd2a571db5dbd5c393560dcf974ed587a8e967 6466bd5884dfc80da748332d4d482f05566a61a4 6afad276313b0280d0a3d2cfca42fc8d0908a2b0 6be7da53b78d4c0911ed82b6624539e3a9a3d195 6f5f6d5518a51559e7c2a538e6a7d2949395b3f8 775428ccad927a7ea2c4f2f562391063c091ef18 787db74c7349e429fca3ce97fcf58c34e2cdbc67 7c090ecb3e8e9fa9795b388255c79b4a2e7b9026 806a853a9e926b4cea6330dc417606b72225ce2d 847304b8a0fa1a61c87e160a2f4d2287585f7cfb 8ad84bf61821b8d034a62c1f7f9757b62d236733 8cb7a24f7f0521550b82d30fa7e0a962a873f69f 8dd8edc54eb05161b4dabf6db9319e2ccacd6499 9553a15781b3ba9b2b02ac99fc7e2ca7266a48f2 95814cfff02e7e5c83214c378f44d78d8056250c 960aac0f87c8a61e83cdd8c36b22a9a19b5270d0 97fcf12c3dfff089217b9ad3b45950ae333a45a4 98f4db2b27ca8064fc53a1980a00e9262d58ccd4 98f77dd55e2a4dd34f4b56617881b4463dbd05e1 9ca1e8de7714aa6813ec3791248bd59c0b7c7d9a 9cb738c19443681dcb6d09e8bda36ad558d3c77c 9ddece44b157e609c9be62ab86f66368d03b7015 9f268103a136b40642567a5678369d2f7edd455b 9fbc25722de553b4604ea2eda9b3f5081e240592 a4c176e4c21c0bc2dfef7bd596c8d733437f9989 a8efdad56441f1b058fdcd6a3a6ff2e7ba4673d7 ac30ed6bcdad7a645c147bae41016c1d9cbdfb9b b2be4699707d4e8eabd611010d27e2fec8b85831 b336c22f9c5e70217215a0b005319bfb05f79935 b3708c5ca413d1122cb5c07f71205d85b8bd7e44 b43cd21cd76c686a3073c0a42f081c122646e723 b659c7e4cbbf23f3672ae00a6651aa02fee54e42 b955560063821e7ff5992769c62fc3f5c7e530d0 ba1dd7958af9e2e4a2a9fab116eac257a8b45f7a be66990cc4b1ae0188c3bdc5df61b80d8fdd77c1 bfd6dc2b9ce76d874b388638fa97144f8a16c995 c2ea613c30bb2030a64adc4220455a36755aba40 c6224f1ce7821070d19f24a4c9292a173d1f1bd0 c718ca67203988947c425b43785231e5aa53e93b c8bca9e1c77c6621e0a45833a26c80c05e9c97c3 ca89c62cf33c9b13c7c853c63b3966de78567a4a cc4ea2fab59601e37ec46fc37c01ed53bb15a3fa cc9f8f1d90a537d9bf45a31a8044c55d44f80847 d56dce4fc422333ac7cc1dc96de590d6f1bd8a36 d7a66ee32f3a3056990e8d3eaead0f1c17ef5633 dc1059b96fc5fba4d767461a612687928ace442e dc92f9194b2ce4e1d772b3d41a4753c791cabe3f e1f9febd76ade50c7a5bd72dc4aa0855fe67d78b e87a5d5b38f3ddacfbf803ec6224d23ff698d2c0 e9ece1429e711ac5f56f211b474515494c442c6a ea9a883a87aaa5326c5e466c93d094e58521dfa4 eaff4954f0f3a2e1b9b6d2f678090cb8cd3e0f89 eeb59586a911bd7cd0be88bd888eb8732b6ba985 f524d3ca8f9aa21a5bf54823cf5dcb1d07c595ad f7128af1b3409ddc6166d727c4eb2ec50d2fb94e fbe92e8d0e55034246123d21b5fa9b730f13ea2b fd533ddcc836fc2f783da84afac6ed574d811a1a
Postgresql-Catversion: 201909212
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-12-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.3-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 174
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 16), postgresql-contrib-12
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-12-pg-stat-kcache_2.2.3-1.pgdg+1_arm64.deb
Size: 38732
SHA256: 3b5ec3046b67fe60a9efd3fe158bce554acfb18b093435f7acf97f67d01579f3
SHA1: 78d0725dcda5a4deb4bc75aba8b9af833b7d2bec
MD5sum: 0672fcbb401a2d6a6d18ca33bc2decf6
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-12-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 55
Depends: postgresql-12-pg-stat-kcache (= 2.2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-12-pg-stat-kcache-dbgsym_2.2.3-1.pgdg+1_arm64.deb
Size: 38296
SHA256: bda64cebaedc27624b0cad8fa30cb4744a04c09d64eed697f22b200b3d0a20a5
SHA1: 6c6d5f6a860d96f4b7cd1a1d6858725f0c782fd2
MD5sum: 18a30fca43c76ff49915bef5d41d36ec
Description: debug symbols for postgresql-12-pg-stat-kcache
Build-Ids: 234ba4f8f9130b38c8b6cea35b6ea37cdd6635c7
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-13
Version: 13.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54525
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm16, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-13-jit-llvm (= 16), postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-13_13.14-1.pgdg+1_arm64.deb
Size: 16331760
SHA256: 6c5c0fa4b258e19ae808db845e7e704c12959988414609debfb86a34920468ae
SHA1: 0e56765c16b390a97be8eedd3e64061b363d4635
MD5sum: 22bb7cb1983bf51e74f0154f04e177b6
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 13.
Postgresql-Catversion: 202007201
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-13-dbgsym
Source: postgresql-13
Version: 13.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17432
Depends: postgresql-13 (= 13.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-13-dbgsym_13.14-1.pgdg+1_arm64.deb
Size: 15824080
SHA256: 7da488c8532ca6cd41339b45a4642d2cac22c966088ccce2bfbdc30ee2e0f0dc
SHA1: ddac1b8678f9b49021d142e4fe8b3468e8285093
MD5sum: 9e027802a6a86bf20eaef61fa0b9035e
Description: debug symbols for postgresql-13
Build-Ids: 002287285bcf43c1fd77b49cebd230944832ef9f 02dafd34c54e38dd506018e8c846256d25880fcb 097800f6d21473a6a56eed1c34d5bc6a79ff86be 0b6635971f949eec1921c91f4f59f07d574d4b49 0c01839fd27adad6be40e5af60f11ca0b13220bb 0c82cf39fb2242413bd2c9dee2f2d7e67ecf9822 11cb35d31eb464b1c54f6af27873f1a42ef3dfe3 1253eeacc0301940afb4b26a59b9edacfb852464 13eddbafc60b947ed63f909318c6133817044ad1 152b32c4513ca86563e41591b590379bab5674aa 159d7b12dcae60061aea8645a06bd837e28119b8 15b8ac14b77c73bca9ca01c30b9fab596a28aec0 1700963f66eefc4e9d47d7541f4ec49eb44ee380 175a62747becbb789fd01231e91ac64c98d7cc2b 1c2872ed049c9abe18f8443f7cfd4226eb8b95e0 1d9c9c705b0625a4a0ee2051dfba5079a49aebde 1ea78bf378f87eb586d18ad7131964758a769918 2bcf3d531af306162d783b2a1bb1264391aeb884 2daa10c58c23ec428bb0fcd9a96fc5abd53b4b8d 2db97d367fa4f3ed4b21a4e2ea89a3692dac8bd3 3616c6b927cdc5832f105c4840c8e843b058318d 3679490676f1343afd8cf0f362208d16256f2346 3801fc215d2cc9b41c2b7df394ed802f2aeebf94 39521ad4553a2329fd52fcd20fd84f3e0656e3da 3f98735b430f25ea4caa91abff76944f110be74a 424fde1f68dbc71f149d128b480ed21800b22f79 43da440c035e88e48f5896dead8af4cd642619b1 45ff00fa7235a3303b7caf514cf35c8ad66eaa94 48ba91cf60e44f0155f4d5fe823434591970ac28 4b2645717f99b5c2e86f4ac060a6a23a30e26dd6 4e5a18bb7239387086c07d5f82e893c59a6d0242 4ebc1c91106efe5f5714622f79bfe3ee93c8c44d 51ec08a30997d59e23dfdb40010a8204b8e0c000 5315d9680f800e2191d2d186da8f57c769452905 5503a2caa35c7e973033eae1e270dde8ce4651ff 575b11dae3affb01afdc377076966dae52b687de 598f0791ab34de374a2081fa8aeb7e123a42b45f 61f60188bbd2eefc76465a49634f485829048f91 642dd400b9c744e5a5d6162584d4a0c6be427c99 6539e199e317f38d5b913b1cebcea9d0f8f0ad0b 6820c25de8a6fac091b061e6020076fe822a2253 68f9cef99bbe933b6bea488374fd5f6ee4c68a2e 6bd2a59fcd2ef8687d1b7f121e5ceebe79b166e7 6c7202797bfd9d7cb33f70aca9d80a44e8a66f8e 6d68497128225561c52f1b65cc51ebf5a4472abf 6e6598747da9d11acc6d751dd1acbd07d98fcecc 6ebaa7f42a9c1b095f87abe03b65ef923b5ac30b 708677ae50d5f2d2d95016186e62c16b25abbe69 7a3b386ffc22c6211cf0f2ee58d21750df502f8b 7b1a61f7a838caf1f2ddd8edc0636876cceb6145 7bc894a6cd3135f3eea2e291de07004fb2c37498 80b27cadc8de9104449b7c3138df8cda8a47f1b5 82a6f3b2ac4bd36d261c7f6193b86c16f3358d0a 8a2388e0f63917602d39945fd6a590a710e4d20f 8c167038cceedb8c047567e0389bc961ef348fa5 8c30de882c036ad2c8e57b184c2cc96ae4abe226 8c361cbd5061ae61e75a2cec1108deae3da341a7 94c7cb3df38fe4341a6fdbfbd3e062238db1f710 95c13de0c8140a261769bb9d9f565810f95b2416 9a86b32d1a92c9055de6c530973eb25be032366e 9b1c737ece0b4a88af43b2ef358fe588be45ce70 a024386d56b46fd6b63eb43965b89ed68244d5d3 a7050a507501e31385f76392d60b3006240c3c01 a99791b8a36f6dc7a171e95627fad468aa53f098 aa38a0735e7775e6bc3b7e7b3c5eff75335bd2b3 ab40e094f66c699ca4a6ddc0d86123d94972100e b0e0bb661cf22ff90625570e52da3e2a49b8cab6 b842c2f2b498d2eb1fdf79ab571ae9315d875a84 b9997420638cee744c1396f726882337c9a5562a c02b655d64c45d82aef43aacb5c3b2d13d3837eb c31c0a653501840adeaba7e890084e03093c3cde c77fec59193e488f91896f6195e05e23f997452f c821fd5a2977bc484893eed7dbf4d87707a1830a cb93649aeb1b73f853715de6637875dc93a31e18 d17d0be501c8f3cbec577f52262cc2cfb9a92511 d3b7aa01e3028c0dd28e26f5ec61537b206366b6 d4c4c74001fe96b91502fa6a6a4756e0913fd2f6 d783d88666595e8060b9931e1f28d8a0992c76d4 dfd1ec3be40c8106cc48d6b238f899fd96ac5e4b e20dc8e14fd4810efd11efab7d35ae21e15983c6 e43c5c149c68ba5045f630b7d856018ad4f1098f e5d75cb1aa930183f9fd96a4ba966d97af5bc271 e61782926b431be507e537752831b33a24dd1c94 e7c86defdca5828907d43dc39df67ebf466e8087 eca9db3513001f4d16ed78a159d87bef0cf35d61 f25e47fe8a22aa849e62629574ceced1f33a3aac f27f45a41d98e51bb18d615aa58dceb5fc19889f f41ab616db5bd952ac621db54c23d77d551c6e00 fbc471f581b71b86024878730ddf3239a13cd2bb fd64f1986ff6abefa265588d17441576da6b4502 fe31a7bb6c8a3bdb5bda505e918ed21e9fb9bf9a ffc1e7ce93530cfb7d681f89190a165b343808a9
Postgresql-Catversion: 202007201
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-13-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.3-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 176
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 16), postgresql-contrib-13
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-13-pg-stat-kcache_2.2.3-1.pgdg+1_arm64.deb
Size: 41232
SHA256: f1b77dc73216c57bff91ea6fe05eebb4f5d2057c1513c2f0cf370f55aabde473
SHA1: 9c112c231760e5ebc8e1c5acbffc82df5b1bb6b6
MD5sum: d41c3fe4ff29db2e89ced4e2f749c6d2
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-13-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 56
Depends: postgresql-13-pg-stat-kcache (= 2.2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-13-pg-stat-kcache-dbgsym_2.2.3-1.pgdg+1_arm64.deb
Size: 39324
SHA256: f049de31f0f25ed2af7eeebe5d457d247c98fc3f2df44725612129978cdf5a78
SHA1: e8f5838f7fd60a0414da4a75d296b4dde90d0dd3
MD5sum: 03990bd3c65921c6b6d1748d11cf69aa
Description: debug symbols for postgresql-13-pg-stat-kcache
Build-Ids: 79e7b56aecd8febd8863934df4fe251816bcd1a2
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-14
Version: 14.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56852
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 229~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm16, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-14-jit-llvm (= 16), postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-14_14.11-1.pgdg+1_arm64.deb
Size: 17123384
SHA256: a2b3218cee36627cc83fc8b58c2a78f98878c191989a162ebd9c42bb71a0462f
SHA1: a4773e799c0713d6019124828a9420a9faaa45c7
MD5sum: 3968512e573f6fd221e9ef765a74f056
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 14.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202107181
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-14-dbgsym
Source: postgresql-14
Version: 14.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18489
Depends: postgresql-14 (= 14.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-14-dbgsym_14.11-1.pgdg+1_arm64.deb
Size: 16710824
SHA256: a419cd811f8c8481102428e76e45f251fdbd49175a1dd7db4085b158a0bde7b3
SHA1: aeb5e25e2533fbe3d69bba130abcf47df052bde3
MD5sum: bb9c3e839c387433b1fd454c4ee7f1d6
Description: debug symbols for postgresql-14
Build-Ids: 00a31ba1195aaf721e57f4059194166d4cf54845 0207c51901fe61c85f57d5a7504e4e897c2379df 02f86eb1401b55686401cf817b59c492a8d65356 09f27796cee06a6af77b9a9678db0d612fb7e3e4 0c43519056d9309035fcce658ddd9cbe7cc9ce0b 0c8a746f7a52c574b729729c9859367b1a5bd12c 0d35807b64a97e0f390c6d56c01a24430a68b724 11258e5316e2d0333774483640f1903a8a50c77d 12bc766e0defa647a4a691b64bdb8380c9e7c631 16df3b4d6901aedb3d4e4afd8dffe10ea36d8aed 1f9a761c0eba02dd03897a2ae4878d13e4e27702 21614b00cf779f012c858242d4291f3003e2cf67 23cec7a9787bc9e3ca4f029906071b94c9bd2325 2da77fb67b6661a9dc11e70ff462e5fe7b428e0d 2f8be7ced6bc10fa68483397fa3a9c6548e126db 2fc2defeea968a297ea70e6e63d5741053b39786 331a7951dda029c032851d646965b61c27d32722 3487743a0e02cf96ee8c15db4ed17aae6b4dbee7 3a48fff3163eabc16f14e8d1c8d7f751977a48f3 43079c8696f2dfd8e0372a93c8cbfcfcd11bf21e 4b63e9f15abaadc6aae059622b8b3442d4dad551 4e3a911309b8c53444972cad99f17d07cf20105e 4e7b7e3935c8b69e53f74d7344c1238273a09972 4ebb2b97b27c1c73fd1c1aaac86fea4ae6e3eb88 525a572048d34ea37ab177228a7ddfb21f5216ba 5541698c6e912e84df3011d8e1b124f9ec4c9b6f 56394197ae0cd85a6046d8db146e1ae4c1ede3fe 56937e4fe9ff60a677570fbad41601f9f49779e4 5990af1400ab3b2dec9b18ef81fa6044ceb69ecc 5c359a1b64a58ee46ec60c5b71915c37fc047a61 5d84761d16fc5256cbc87d6b2801fce9743f0d5d 66ad1e3ca9af81dc6e81fcd511535517621626d2 6a4973901cf895364ed2969a18def20d67f53fb2 6cecde4d8df7f3cbf740745ec6548e1809bbe476 6d7c5c54802caada4ce5a2e68c2ef2bd517f2f0d 6e5a74346ab702c3e3dbad1cdb450ffb49e36b57 70122ae572f00e0293de2ab440764924be6ceb85 7658e38ae29ac7e8722febb80eafc903b1f6f4ee 7cd35dc61cd761b19b17b8ceeca2bd9407b266d2 808991b62a61019cbe52652169999ee6e008423d 827b90c875d470c401018bfa86f55f4b71d5cf08 82f6c7445acbd77b2c75228ef943d3f125156a4c 852e0b39cdf791131111a2bdde14765c2de52d98 887b86545e17bfb189ea7ef0972403fc2dedc0f8 8a6ff5529d85c773bc28ea334955c2422209e196 8de2753d4add81680ede0b8dab19696b2e2fd3cf 8df5d36495d02ea1d96c88c9d8a586f20a873c87 8f3255ac6a544153740b9918a2facadbd811a9e7 9052f7d2a729776b312387c3f94ac43553020d85 91332c1c2097f83230ba865078f6f161af15b144 91d55e6ad0a983e41187b476abcf21f8b35aa7e8 9a7ef9234b74327b9bfe57ee0290116ee91252b6 9b31aad3d81143261482be6bddb7ba70a62a2943 9ed72ed527d265c56e12f2017f7d8c2e6cdfda71 a0b99ec09f19813a9197ad723239eda8f8644a63 a11d829b5215b704fbdd9719fb502b048976b500 a15cc09158097d81aebd5bcf754fe44e37a3639c a22ded8f6d4ff21319a72a94f39b2ef0fb281745 a48d3cbf334f48022a8d0251f63e63d6aca7eb6d a6544c92d9392485670164b19f1a379ed61aa6f7 aa3befb32fffd242345fe12a1ebaa2bb0eeb3f3f aedd033d8bbb8a7051661cae537133abd069b15f b0236504be000f18b24c2b4eb6dbceafed7f2fa3 b47ba85ee023e7887a6b9849ca27ffefb60f1c74 b6adb33d70ba6a833c6a1162c1eae76b26f02504 bb40b6ab3e7c6c4749833c6d771e0b073fd8a47d bef5ac5015c5dec8883d2b65251bb3e73d1e117c c52c852cb840257a578bb70157fe7995e768c698 c6111010703788a07581bc76fba4c4e25f68a5b3 c8f7bb7863e57851334d15922b49157b49ebbb4c cbc100bebff0a820c5406ee7d9c84c587e216e41 d58949452288a5ad4adbd0dfe9f30b0ef48c1397 d654c46ed9bf24e48d7766cfb9fc762dde0f28d1 d6a52366c33674fd52d184ce4b13808f659f902c d888364672b055757ce9f484f366215deed349bc d8a9504588950a8e112c7c84832f8232d55a1b77 dc925f036409ebe40c18c7b2cc2e71af2c491e5a deb9e3808ed4e8fd505967ae58aabc0dfee089b7 df22b994eb4179a394d0842c3a5c755b60fcc0d6 df433e7320433b22cf7f43ad246aa6b8078473d5 e1a4a217af0c54930419a2ea4a8b2cd741a3fdbb e5a1618bb4242c1b309eead33a8123e00db3b945 e5d97e774863e8cc7e1b335bbf771b168807fe17 e89d0cee01189105d6392c300abfefe5e83b5f71 ea1adaabb30c4b476e228bd4764298dbde89cc72 eb5a46e8291fbd66fb788ddbae6ae972fed02235 ef6ac66c28ccbc7f75565225085afec38cdf13d7 f0a6e7d0a6e8ca971fe2355670ec8be88ee14791 f1e1c5ca50b54d25f5cc7d7f581859462a3b35ac f35b8ffc607290031f1819ba4a8490881f56fa49 f573b6610ed1149cfefd536d69955273b9f123a8 f75992d7445ec7d5d3bd47633569a9ee365a3c9a fe652f9c014cf2b3511be45725e2c9ff89247c8b
Postgresql-Catversion: 202107181
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-14-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.3-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 177
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 16), postgresql-contrib-14
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-14-pg-stat-kcache_2.2.3-1.pgdg+1_arm64.deb
Size: 41648
SHA256: 90d0dcd48579222f888effedd2b5ace4b24ef5d2cd286a1cc01dd9ce666c86d6
SHA1: 9ab6ce76a8c80412b5cea2a4e2bfc92df8b08163
MD5sum: 0deb1e0deb40c540aa185c6abe1557ce
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-14-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 57
Depends: postgresql-14-pg-stat-kcache (= 2.2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-14-pg-stat-kcache-dbgsym_2.2.3-1.pgdg+1_arm64.deb
Size: 39864
SHA256: 2519241c4855940e7d899a4d4723c7439330942aae703a02d2947ae546ffc52e
SHA1: 9a1fadd22de0b5ced82704e18f4801f2ad65362f
MD5sum: 1438602971344c7dfe6ce963237233f2
Description: debug symbols for postgresql-14-pg-stat-kcache
Build-Ids: 010918ba504cf23965077fc411e7afc032f7ae1f
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-15
Version: 15.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59940
Depends: locales | locales-all, postgresql-client-15, postgresql-common (>= 241~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm16, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-15-jit-llvm (= 16), postgresql-contrib-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-15_15.6-1.pgdg+1_arm64.deb
Size: 17747300
SHA256: 4c6d421648b0d89dbc312b109245f8d75fd8d72b53168f4c7ede34dba8b7ffe4
SHA1: 03f7d5eae0bbc542e5b297c66683785ba69a2319
MD5sum: 699a8ed44727ab81947c43c22174d687
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 15.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202209061
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-15-dbgsym
Source: postgresql-15
Version: 15.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19140
Depends: postgresql-15 (= 15.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-15-dbgsym_15.6-1.pgdg+1_arm64.deb
Size: 17315276
SHA256: 2654ac4204fe4f57741a3690efd8a8f67cff3ad5be27daf2c16b5abcd8052c65
SHA1: c471c0f1aa7b6b2af60496fc87a1e73a65c32b84
MD5sum: bb09a0fa07dd3887627e5fecf8eb4e8d
Description: debug symbols for postgresql-15
Build-Ids: 01780c83257aae96db24d7a733f7f58bf4ef2f6c 01e31d2a5de7b80110ce896ffb49ea7356a370cf 05262f2b1ef39101514596a762fa456b36f5a875 0533807cd0df02b2eba22a12d609df2d5526b3d1 0537a0b557e77ec12c806aee16d6a25215f08244 084eba3017b801cfc3f40f2c9321ea2209d1b4b5 0b7dccfbd73d607c78f5839db0f4fd75c2d88139 0e823879f24cf5ae96d86fe92a8c435520523d95 0ecea6290aace8754e7dcd78dafa432f6fb6800a 1011554548c1bca085214f53257840b89d75dadc 111fc183b7010886d28105f81c48b2e9f0044863 11d8eb13cce7c1207c4c8a417604724940c9b059 12ca3b956819c3b9962e6705a76f4350f2cc7b96 16cd50ac5f6d2b6e8bb140bf8bb7fa8932169b4b 1cc117c730d4395c70d48a17f8e4d52b60cacc70 1d32bf331ebc127d05e8af60ccec64583689edfd 2688e6d907d2ec5e2c3fd6e57bdc3c9477649c99 2a02e3d5393b22bf76ce3803b32e399dadc0fc97 2c12fc2cce391eaf8a3cf28846adcd8f6a74a905 2c6c936e1c8241b89b122be65ff2661f45340306 316d42fa2d4732e6604d0c9f886c77c1e857de06 3190f7745e849138376db0a1ad36e3e02381ab27 32f3c2fcc48fa2856d333c9b33b443107d947929 3630f68fdb37b42b527f07a5449fd178e83eccb7 4212e6280d8a5ad43731e249212bff2f0ca16f02 4264af1a85300665446e0ddc8fd11cad1fad845f 49b04828af2badf9322fefdec2f0adae89dd67cb 4e5f5655cedceffc0cbea7017742c2b80b4ae524 51a405802a418ea1640e4efc0e9a6c6fc9572529 529fac77fbcdb1e3b7f582fb1102e831629b771d 54abdb16803d09f1448f980751b7c65298e6b4cc 5b56ca45cf0451b549cfef85a613e6a96f3d4b27 60ac261b96ad0e58210f0a85b9284504d87f1583 626f6f7bb598101a3a4879176790c0b934abb234 64c3894f4cb1f184c9c18453b62cd2f51886ecc7 6606ee002443345850d1a1a963caaedf1b3bb6ea 670ef53fdf757282cbc0fb257f4b919e828834ba 6e2d0844b282d4244d024402238b50e46bd6ffdc 701e8da1844922d57c4fc8168e874065f28e145e 72964221bf5ac34508ccad0117c07d8aa46b6f1c 75197d02912392713a0a9f8bdb5091dcaffad5f2 7678be53778ec319169732ef267ff38687389bee 77021c525b3d4856591d32e9bfe55e4854f1d42c 7c3eef8a13faa854985f1abbd9a8113b294a3e24 80812f906001f729ee91433eedf17a24f81a9d16 8291321411953278b651c8036ca05e03250357e1 85b32958fe56afdf7ef8800798d59dc95d58abfe 86f1f658dd12f6421d5cd0248a22951352c45b7d 88c72574e2372e82a0313b0f02137e6b32058557 899ba8099dbc877fa1fb87a3e86c4e558d27646a 8ae3790b421faed1925ca584a776a13d9033d613 8b818ff723c4d7222c4fe65e480c79d747a89d1a 8b9635d7b3151868d4bf040b2b5379f98f48cbf7 8b9c685ac16952338f54cf8276fd71ee2f959963 8fbeda2c7de6d0573414eb5a77bd11577485a07e 945290f61062b048b4cca84fbba31107bf777a66 98b117b46c4bfd33292d19b6d46e23f89dff26aa 9b490a74e69ab8eef8ba7b0c78d737b2caae4f99 9c63d1ac4f088637a5a274e19c1e86d4b7ca7ef5 a0fce5748f4abab438d4ec450ed73430a84ca250 a6a48f3c7ae69f2182e80f36516cdf2e8142195a aabc3a276ba33703d6a4025267a15e0d1cca32b2 addfd7b454f6300394f59e52677405cbd85ccd1f b02197baeaefa81a21185ec3265a394df177f0ce b1c2b0c7d6169ec95877181b9c7e7b023c4bde0e b3fae7cd65644640e9c98c57ca1591e0ddf8e691 bd32a653b632302522b83bc25bcc808b6cdc6030 bd7b9a2d69c9079eb5802a95b5ad8f7049d1e5b2 c0936f769f7e00b2672c4b7dd39058d32fd6444e c54d04c7ed5679a04623d1635db4240e5ac6dd7c cab89b6c8a1b02405c5d86ba8e3414a73b931742 cbc97b2de4965e5fed28916f48932aa8e5560f61 cd3fdcc5f424f3f6ce0fca98e87abef6b0ecbe49 cdcc9aeedbd0da60b17622724de6b9d237150519 cdd1ed4699f69d249c19f372c44fd5f02e600f99 ce1bdd4d6aefed155e4f5d39edd19adc5108af38 ce400b13d8f8bae43bd0de637dbf7b99c4d83228 cf1bfe99b068d97c4e361dd56349b47b747a8f84 d2eb8a8586cd19f597dfe358a72091997c67aab9 d5dc5b5c56a852fd07bf8871a5263376dd9112e3 d8cc3b41b5c9297da7e1c421bc0bd536fd35d159 dac9eb18d161ed52b3ba7b93ed25b4b7072382b3 de3e73e0fc4264125b88273311525e2d560334f8 e00a494d6f9284bd06c12750b8e643e34ae9f654 e1262a3c7eb04776c2bccc6fc0d551028ccfe7fc e460028560d08f4d3a914babe43d680285c20afd ee661cf4c68f66b55e64ce6dd1cdb7f1dcc37503 f50e0f401cc13a75f44b32b9ce63eaba1b4d6871 f519c931d9d8c82d910253e3c7e023883c342f1d f525c18c85113289a99ab1f78b4e78b58c7c8251 f55f41f92560219a716cc4bd8d681994ee1ad941 f7e502a186efe106c91a85c4e0b287cdbac8d02b f8c3ab09b47e89b6aad235149e7cb1634023b6fd f9184b9bfb947b092b89e5f45da8f1b220991e22 f9fa5228f7ddfc52972f9f366346150f145008ec fe59b632a1c75167d05a99e4018b0d8f4103b21c
Postgresql-Catversion: 202209061
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-15-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.3-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 178
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 16), postgresql-contrib-15
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-15-pg-stat-kcache_2.2.3-1.pgdg+1_arm64.deb
Size: 41616
SHA256: 9fd918f2ab3fee269914c992a093982011752eb77fac381c3c2c3bf8bbbbfac2
SHA1: 157c3e57ddd411ef1479ada7473a6684fdbb74de
MD5sum: cc43df1a69c55efcc5357f4706821847
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-15-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 57
Depends: postgresql-15-pg-stat-kcache (= 2.2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-15-pg-stat-kcache-dbgsym_2.2.3-1.pgdg+1_arm64.deb
Size: 40252
SHA256: 2f20382252cecb55cf462cf5feb36657b806a024a69997891b8b3f2100ee44cb
SHA1: da25320a22448ba705ac51d39ebb8aaa4d345963
MD5sum: b508aa865fc2767f939b67658d30181a
Description: debug symbols for postgresql-15-pg-stat-kcache
Build-Ids: 4d8fcca508389475fd52cef084e77d06131172ab
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-16
Version: 16.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64081
Depends: locales | locales-all, postgresql-client-16, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm16, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 16~~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-16-jit-llvm (= 16), postgresql-contrib-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-16_16.2-1.pgdg+1_arm64.deb
Size: 18571252
SHA256: c1aace5e1e8fb4234034b669e4d1a8d8209793345d9baccab512c408053b08a1
SHA1: 536a086327438c8410e4075ff08bb1ce0a06460f
MD5sum: a485494ab25c77d6d8db8f757b62f8c5
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 16.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202307071
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-16-dbgsym
Source: postgresql-16
Version: 16.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20653
Depends: postgresql-16 (= 16.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-16-dbgsym_16.2-1.pgdg+1_arm64.deb
Size: 18817516
SHA256: 78274642820af23eb08a9f5ab9ca5d183c32577a15ddea475cc586b8b5e14d46
SHA1: b204d8df4aeb7cd8dc4b3a89ad03e07ddb9b7007
MD5sum: 64c41485fdc6ae2283f5149f0d4316bf
Description: debug symbols for postgresql-16
Build-Ids: 003b2fdfd58a2378e62a519d99c7446a355121fd 0411a948646a583eb5ea54f9b6946fc0b219658e 0657e191a47795be42ed19a4d7e20821c432253e 06b396fbcbb52d990c6d0c6880cdcbf377754c57 0772ba631cd706ea13bc28433e5b478ff19f5659 097788301548d30b2bcc4b5674f565249bc450c0 09df9f1029558ddd037e92103fb71d9d93a004dd 0ba79f5b564f3824b5e58bd87617dda166e06978 0c28413f703d9374ab5b81231ce67c2e32556b6a 0e58b50a499600dba881b856e6bb859efa1a27d8 0ef1298afeed310805bb9c2031f600657aaf6b63 106f498b42fcdb3885bd2ca2357e800f2112f910 164cb184c1759ab9849127136f6c80c44258464f 1774e4134119dc850228d75f6b2c18ff36153f71 17d4d109aaac98fc881b1ba90f021156705f3df6 18d55eee9f8ab0f20b1e7d31666bc24fa18eae9a 1a1f0bcc5388fe28024791c7f9ee3e4517e3fe1d 1cf9508d12d967781fe5a995c2d668c3c57bd52e 1deaec5e4792f66749e4be7a54c27bb6a3e80829 2692d67c8955570382b55699aadeb82671bdc739 270b4d3d89a0b64d26df6d7e86e4b875f19c54ac 27c3363a49c646cbefa57a99dd81283f0ff9a59c 29a517b6f50a5a2507ca33debac356e1a26e1d57 2b376a9ec6bbcbf29d4a2ad34c5fd0a866018a2e 2b4a85871b9ad74a2b3a84a05711c2b866d5f383 347bdc506bed42db46ea4ae0c5d404142f92d50f 36b20e24c05e5b605e28b0544dce55abaa0c80b6 387a075771939e667904a1ea6f4928f35dd30228 38bf9865249f4ba2b2a0204e673d6e1dcd34bd18 38f05a1ffce5837799a34329831932ad8f27a752 3af89e7817541996b4fbf04824479bd44a91f922 3d7771d009ea540ad5c2992d3660549e8bc7e6f4 3deb5856d8c8d0bc3e61847346ec0da0b54bcfc1 3f952c0d20745175a700085088047b017f12262c 420ab0b811a8ada655897f2a47eecac14608004d 4267134c8572ffbbb211be6ef058f77bad5de86b 437514dc7c9b794fbc55eee56ef37cc71ca4ce5c 43c17c8530d69375a451af14b00e7593622f748c 43eded2841914e091b7f44a577ff5b70f1874c59 44a2eb788046e563b983f1cb1b5dcd1fcfd65205 45a330118a21d76b0a5722860112fa202b2f5e1d 4683ec9218f24d00dc97341074ff0c3a95fdaf47 470d4a26ebed28a4fb9c683edf02fd8dd833f1c8 495bf195e8bef4a932e841108abe373929800a86 4a4e649e045657d21784f2f1267d74d4f68f0758 4c462f54dce0435cd1e74b955e2a44187ae880e3 4ca4fb83de7109d8196184346549890082d5175a 507ede36270347abc4fcd30a19297bea50503077 52b61050c133318b6e1067039bc5a88d6ed799c8 55c0d2f1f93d62774b8d49e2e662db6efffda6f6 579c6515a0457a1f40b918545df6bc6e83b6b0a5 594ab90feefdea007c99cc35decdb4065dbb322d 5aa98f7e3c9965ea95c945001f2e86e52d7adca8 5d92eec2b5c061c0ee89a35e0803ab52786181c4 604b3341b9a9a267bed0aaec98406d25bd3f76a4 614325e023a3488a6b820392534fa85e48fe6804 68e2d9211781f3f882cab26ad76b7e8344c54012 6e27d1d47cbe3371cdc3e029aa3c4a69883cfeae 718555b1a1fe05567a82f8a1179fb0976d57abc4 75a4254646e07116bef9eaff4af46a774d98a8dd 7ead2fd7c2df192f6d1092f482748ab0c7123e90 7fed92d38fa6774a4618524bf11b1c508920b5f2 81aac59375392ce024601642a9518870c53c27ca 84970e3737e0bae2ab25873ada61bdb21ff2c4bc 8d59968d16694ea1f6749ae4c6992b9412e00190 8e7269fb04ea5e15d6782a016884e002885dd9c5 92aa4769e6a2cd85d98fcec1c639cabc3cf85f16 9481e5ad76a238680e283b7cdf97a86f2dc2c5bf 96d7e776f8d3ae44d1736102a80d63897af14706 9d4122462e14524916711f52fc32872c39ae1f5a 9e60192cfdf79d613f81cf193380241b09d8ecdc a24747755d2159fa800ce4c4b2a74017d562dcc8 a3c29ec2aec361de21dbb7518c273619638e63d9 a97610bbb058c94efdf6d8a43972861b1ba4ab83 ae6642c489ac21b70ef4a491aa80a0beb1f2aedf b00887718eba64e1b66fcd1b29b77b9d8507dc5f b17f2d6cdc9341d72b77d12cde2e0f510202ac49 b52210f88ac02d2218f6745638c3e7bcc50ea109 b8f7148505ecd8fd7d482e1836d3ed902ff6b6f7 bb0d06c9a032599addd6abbe2285a66af7dbec13 bb4aec25440a0fd1394590cd5c804774973de859 bb7afca3f7703653f21cc42ce7c6479509637ce5 cc788098d17e9f34adeb9eb618af86ef8d040b4d cdd96c17823a7148f978394c48e5cf707943cb22 d2b84939edd1bf16fd39331f900bca8ca1117df6 ddb9f56770049ad1ec2167e7bd32e5397a2d76ae e07d8bdc4aa27f2d53df20356325c4be9f92f30a e5d7bb65920c10bdbacc0da80c6e815f71759fab e93a5a75617d31da886cebb79054a3fc23bded00 ec46f4bfc373aa4c8cdbae8951021fe5f7f3e70a eeabbeacb0ad0e67daa7fb8b9102b4ab77672998 f2f864e333c21dca6b291457f3df697de7da89e8 f455eacc744e87e6910f054bc7ab0995214fdb94 f5a3973f33cb7e93ca5f897507d265a595ddc2b5 fa584fc80c2bb7131b1f2025e3b6ad35157ec7c6 fdc39959f3170ab6f741b43045f7733ab85873fd
Postgresql-Catversion: 202307071
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-16-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.3-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 178
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 16), postgresql-contrib-16
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-16-pg-stat-kcache_2.2.3-1.pgdg+1_arm64.deb
Size: 41500
SHA256: 446dde12b6300f292f08efac19b617c5e1ba88332ccd8a6ff23dfa9a9bc0ea05
SHA1: d986e5489805e3c5b675b6498ccd62e67f1075ac
MD5sum: f82bfccb026b89c773756f8e458e8bbb
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-16-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 58
Depends: postgresql-16-pg-stat-kcache (= 2.2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-16-pg-stat-kcache-dbgsym_2.2.3-1.pgdg+1_arm64.deb
Size: 41636
SHA256: 7e929fb066e2b1c136709f03fa2c4d4e03b6cea3592d0daa831ffa43175af333
SHA1: 181872dd2798c9c715749cf202dc04b7ca541c21
MD5sum: 2b67a184b45a7e1545f25835c821b725
Description: debug symbols for postgresql-16-pg-stat-kcache
Build-Ids: 666aeebe66706756ed558d27a7c9e62e05eeb79e
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-all
Source: postgresql-common
Version: 257.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: libecpg-dev, libpq-dev, postgresql-common (= 257.pgdg+1), postgresql-server-dev-all, postgresql-contrib-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-contrib-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-contrib-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12, postgresql-contrib-13, postgresql-plperl-13, postgresql-plpython3-13, postgresql-pltcl-13, postgresql-contrib-14, postgresql-plperl-14, postgresql-plpython3-14, postgresql-pltcl-14, postgresql-contrib-15, postgresql-plperl-15, postgresql-plpython3-15, postgresql-pltcl-15, postgresql-contrib-16, postgresql-plperl-16, postgresql-plpython3-16, postgresql-pltcl-16
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_257.pgdg+1_all.deb
Size: 11772
SHA256: 9c7cb944b338c7900eb110879efc6d88ac6118ac196411acc5c03e61fcad7891
SHA1: 3b55100bf3f03cdf18889a8e553de8d3c0a486b1
MD5sum: 0bef2591981d09714ef3464a7793a755
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 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.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-client
Source: postgresql-common (257.pgdg+1)
Version: 16+257.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: postgresql-client-16
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_16+257.pgdg+1_all.deb
Size: 11640
SHA256: b97480035e90f71aef280a18dc48bf3880cc9f71bff6dfeaf3207b3801ef273c
SHA1: dea31d17a9b0e4fa5cd5b68d372d90ec08ca2576
MD5sum: 275fa93098917048a4969ea37af8f026
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.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-client-10
Source: postgresql-10
Version: 10.23-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6998
Depends: libpq5 (>= 10.23), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-10, postgresql-doc-10
Conflicts: postgresql-server-dev-10 (<< 10.11-2~)
Replaces: postgresql-server-dev-10
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-client-10_10.23-3.pgdg+1_arm64.deb
Size: 1421536
SHA256: 1e5c15b26450f4776c2944d3f7df70832116ea347d67adca68ee52a2096ef506
SHA1: b804b26b1c436b3f01bb37a466e98cfb13572dc9
MD5sum: 65e7e694a3bf6a905bf31b06179de3b1
Description: front-end programs for PostgreSQL 10
 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 10. If you install
 PostgreSQL 10 on a standalone machine, you need the server package
 postgresql-10, 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.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-client-10-dbgsym
Source: postgresql-10
Version: 10.23-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1987
Depends: postgresql-client-10 (= 10.23-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-client-10-dbgsym_10.23-3.pgdg+1_arm64.deb
Size: 1676636
SHA256: cdfea9dada8c04e47c225bd20ab853be5635226f7a03f93c4ea1484cd26ad307
SHA1: 57ef3b23484f041378235ec9f332b770bfefd2b5
MD5sum: 20915b7a4cd3ed57e100301f24894846
Description: debug symbols for postgresql-client-10
Build-Ids: 09c602997c765e3e52571fe57a0716f6085ca5f1 2de63a4e53bd4ef07a4918b6da48ac68218124c4 30cc987b724245fbe7feca732352f36e3777cfa7 504e76d1a92da0f24bcc175ccdd74e263aaeba39 5ac134298517097fab924f57780f886f67a3f51d 6772feddcf2ad97e02617155fb4d66a2b4273cbe 6e4b5b63ddaf238efd99dd3d8ab562dbcbb4cfbb 7fff1d041ad7da0e416058d4b8053f3d5c0b506f 812c11f50eb97e33accb8a834927123eb3d3d09c 846ec2806b2a7814091dec1df7f61d4d15242f51 8541d3d8e416e33abc12682d160485774138c5d6 938b06d9118223759af33ef10a0b4e94109481d7 a585fa31fff9c081ffac5eab42ff4e28039bd260 a9b10f08f7bba1bd010af2d2ecfb1858287d72ad b5c5f37c95724417658fe90b7d3224dfcbd7cc25 dadf2d129942f99f507e217873fc132b83f4d459 dba59fa30ef62a662e9b0479ecdf947f9a7c7822
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-client-11
Source: postgresql-11
Version: 11.22-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7183
Depends: libpq5 (>= 11.22), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-11, postgresql-doc-11
Conflicts: postgresql-server-dev-11 (<< 11.6-2~)
Replaces: postgresql-server-dev-11
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-client-11_11.22-2.pgdg+1_arm64.deb
Size: 1469148
SHA256: e7515e09018642a179a970b0955c288f268ce98baac40c6e22013016d69363eb
SHA1: f0398fdb3dba12f6f55c8c08bda1568ee66d29a3
MD5sum: e7bbb437c86c9cc8dcafddd461866cb7
Description: front-end programs for PostgreSQL 11
 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 11. If you install
 PostgreSQL 11 on a standalone machine, you need the server package
 postgresql-11, 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.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-client-11-dbgsym
Source: postgresql-11
Version: 11.22-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2011
Depends: postgresql-client-11 (= 11.22-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-client-11-dbgsym_11.22-2.pgdg+1_arm64.deb
Size: 1699296
SHA256: 9ceef1d1ac3347174847d0ff7222114278dae3d81765d3175fa70894957a4336
SHA1: 4961f535c8096adcea8248edae22c4fb9d581b73
MD5sum: 2d5a673043a6f30b2e0317acdd1da211
Description: debug symbols for postgresql-client-11
Build-Ids: 093475d6ec356c5558495764434e171026dc139d 09adbef67404a807e464ab67793f33a46bf4d858 14cfc9d7840130a3a330de93fbdc5b6815f257ee 23b251b39173d9f51c622adef775a786d6fe3853 2e1ada79fabc1dcc59508434023144e5dc88603a 35c621992be84b6adb14126145149b4caf4f1e1a 399f8cca2d728e335f7c73133f067dd92ea0a0a0 3a5b380c1ed1a2752bea4dc0a0b3790089c10fdb 4db92a2a7b2b105f6dc1ce19dcbf603caa00d96d 5290dd8ada18fed9e1a2ab4205de74c5185c77d2 57088fc9dd22ae04ccd66a807539fbbf8813521c 5d9ec80b349f8b0ff4cdb03f4411020679a620ca 82b049c003ca9ee9a3858358ab1ac82d80e5e83f 8eaea7fe03d14b6c22292d3e9a32d6ebefa36f8a be53e5ee8455e132a67db7aa6f4054024e967e70 c3620c3126671eca7ddff2267010bb5d632e270d cec6ae71d0172d26dde99c2f20858ca0d96b6044
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-client-12
Source: postgresql-12
Version: 12.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6659
Depends: libpq5 (>= 12.18), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-12, postgresql-doc-12
Conflicts: postgresql-server-dev-12 (<< 12.1-2~)
Replaces: postgresql-server-dev-12 (<< 12.1-2~)
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-client-12_12.18-1.pgdg+1_arm64.deb
Size: 1406620
SHA256: 84b2a2afbbeefbd8fa8ae361674eb93c190e315ff4f86bb180096803ba9c7b84
SHA1: ac12902727989ccef5b1ee118d7c2af1a6531f3f
MD5sum: 78bbfed897c4d25c6fc805630a551265
Description: front-end programs for PostgreSQL 12
 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 12. If you install
 PostgreSQL 12 on a standalone machine, you need the server package
 postgresql-12, 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.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-client-12-dbgsym
Source: postgresql-12
Version: 12.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2218
Depends: postgresql-client-12 (= 12.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-client-12-dbgsym_12.18-1.pgdg+1_arm64.deb
Size: 1874392
SHA256: 7491e71e6223c3d62ddcb4c560d88894cb40ba7ff06f011c25d3ac1e7860e002
SHA1: daeb1d63cfac1bff46d448b25e7f06c2e70524a7
MD5sum: 9f979d191dfa726d36ebb8c107c00ead
Description: debug symbols for postgresql-client-12
Build-Ids: 2237d6dc841cf24c6a1d41cf2a692cde5553536c 2d2863349acc4c40192d72a07dada327dc91725d 31a7a2ece6bfdda3242cbbab42f9f1140b8edbd9 32da2d574c058dd6f334a411b2ef70da0326ec81 35995f8b9a89a33e631384f26498db5b4ee832cf 4edc627cd413388b69444308c1d03d508b84d939 560df63a0f1013fbc73d72e9f1b9a7a6f777666c 575714461216894c915039f96408c4e683f641ff 6a98bddd6655029479f3a510b910f721b51c5f80 a94c839494a9eb39f4125bd2ce41ca26c1e78c8a c4f4276b44e7e25ee1d63f8b614f8d1c0fef7c75 d410cef86cb1c43791f06eadbfa33f0e685a563a e73f1ed282822a6b0949ceef73886f7598ddc712 ea26462a893141c9811f2f4a3e3bf0cc630630d3 ec717953bf291377b93c86774f7d214c57e6983b ece56a96333aeb6e472c60231d1e49f917bf3cf6 f1fef968b507b7e2690c4e7ce9ba9d6160ec8dfe
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-client-13
Source: postgresql-13
Version: 13.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7234
Depends: libpq5 (>= 13.14), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-13, postgresql-doc-13
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-client-13_13.14-1.pgdg+1_arm64.deb
Size: 1483764
SHA256: 08530bc2ff0379ecaa3ec62d097c76ccb4f4daaffbb7fe2f795482609e602bbb
SHA1: 3977391ec092e00da399f916747b3f10c31644ad
MD5sum: 0b4157e1240bc104817bbc995dbe190e
Description: front-end programs for PostgreSQL 13
 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 13. If you install
 PostgreSQL 13 on a standalone machine, you need the server package
 postgresql-13, 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.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-client-13-dbgsym
Source: postgresql-13
Version: 13.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2390
Depends: postgresql-client-13 (= 13.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-client-13-dbgsym_13.14-1.pgdg+1_arm64.deb
Size: 2015024
SHA256: 023f26567641391e3214f1cb58b1ba8a17ac3da762bda17e63e73ed2f389ea06
SHA1: 20e54008181c15c7b48e7e99898f7aff78d87597
MD5sum: d1f534fc9f2e81f4ee0befcd4866f955
Description: debug symbols for postgresql-client-13
Build-Ids: 117b072eefa97b3fa69654b1c6380a66b5cc7c39 187cd5a57f3fac2a14e5f46a6d748c7ca5616f22 25a5d753beb34834f6a371e6cfbdcdffd4dcd507 420013d2c0ec1ac8cb15a40c35ad9203c14d12d3 5ea779b7b5c786aa093a3dd4ec0fd93e4be27d60 5eab3a3eef8a911febffd16b883ad5176fd90555 6832d31925ecc58869d7879c98f6a8e471bd4312 6f5218dd7b63bf47e5cac410ead312e8033ce0bd 8095a206041fc49bf01525da33a201d976ce945e 8f318942f45b7a2f07d4848d3cf01b55860984af 9de3adf32906b55ff3f2ae8ff517a7ec3d34cc98 a59a908794aa3ac9ea5c25ec9c67b22833c1d943 beed78275079dabf6929c6be3bbe185bfdd0591c bf70a3209df1f91ebe7858d521ea411c8658aa58 d94b7e1a4257fed0d0e66b01f39e254090962767 dc5e7ab195ade7dcc24b8019a3e1c87d0b3a655f e4560deac805aee73933c110902dfc61388ae7fd e8f678bca63cd6e357e562aae9482df72e0b147b
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-client-14
Source: postgresql-14
Version: 14.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8265
Depends: libpq5 (>= 14.11), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-14, postgresql-doc-14
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-client-14_14.11-1.pgdg+1_arm64.deb
Size: 1598980
SHA256: acf4857ccb3bec336e6010ead0c6f606233c35ca75ff2339d329a9d17ed6a26b
SHA1: 082673aee5268b4663d5a0ddd0c11cfa49f93d86
MD5sum: 8dc9d4c68e1acf698e579df4787121dd
Description: front-end programs for PostgreSQL 14
 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 14. If you install
 PostgreSQL 14 on a standalone machine, you need the server package
 postgresql-14, 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.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-client-14-dbgsym
Source: postgresql-14
Version: 14.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2780
Depends: postgresql-client-14 (= 14.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-client-14-dbgsym_14.11-1.pgdg+1_arm64.deb
Size: 2336948
SHA256: 4978e95b78ff4454c4e94c2423df87211196ff353c31ef40ff8c99863836c6b5
SHA1: 61b81a30b3f3950eb2828fdd5fc68d6dfac74150
MD5sum: d05c54c23bfb41df4cab8f45c7693f84
Description: debug symbols for postgresql-client-14
Build-Ids: 00519eccd5d7126fa3fb6a3458394b635ceff37a 18be9c23f33c59f5410c6e2ef95fa5b5607a4c1f 42a38294cc14064d0bee2cba4bf531961cdb7a1a 4ee780773a9f4855153b636b956197cafa27feda 53054f1fd076afd177db039c3f89a6fe8d672c36 55a96981898a36a50d7ecaefcebfdb191e5d9e33 6ea24d4c5f7d4844d0f6d1e148ad694008382758 750ce70c2a3211dde96ac4ef5afe2ff25ce6bddc 831a9d51265f81b55878590e97f83938202dfde1 9580c38467f4e59c3b2327239b49edeec3d32425 a13797a28ddc4b5858743e67457924b7ddb904ca a7e5144d54ccd6defd60724d6ae65c24d45f60dc aba2d8adf35cea9ad84913dd5d70729cc945dbc5 c153edc61825b4671fece3596ef18f3eb29ecfe7 c28d77f762926d98d2795ca648af8dbb29357daa d2e03d0ccf8713051d27a85a191219bdad3f33fa d908f594a8ac557726f252d6e6a630f847b31e7b da7aa8dd9552bbac47393473795fd1a652e3fbc9 eb19897920124040e714fc5e429e42fe73f6ec58 eb3985a4bbb18f04fd582140897f363ce3dc698f f9c270670e3f463fb7c46baa3ad2d090b160ef32
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-client-15
Source: postgresql-15
Version: 15.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8791
Depends: libpq5 (>= 15.6), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), liblz4-1 (>= 0.0~r127), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-15, postgresql-doc-15
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-client-15_15.6-1.pgdg+1_arm64.deb
Size: 1665188
SHA256: 9f739ce1f5d7a1165be00b1410af9c30d0b75e3ef1a6de52dbcf812b938793d6
SHA1: e170928a385e54c86b3ea2cd7f9543b705084645
MD5sum: 91ea8a9adc521d9a6ba171b321dae9c3
Description: front-end programs for PostgreSQL 15
 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 15. If you install
 PostgreSQL 15 on a standalone machine, you need the server package
 postgresql-15, 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.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-client-15-dbgsym
Source: postgresql-15
Version: 15.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2970
Depends: postgresql-client-15 (= 15.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-client-15-dbgsym_15.6-1.pgdg+1_arm64.deb
Size: 2510456
SHA256: d9a81206e8de95bbe084f63e81b72fecfe203fd65319748eaa5b20484f052f45
SHA1: cc9e93d229d2e0d4e9f7a31fdd1d7faf4a46c428
MD5sum: f91ad06db7787c90f8bbfa10d3f14395
Description: debug symbols for postgresql-client-15
Build-Ids: 03ba05da8c77c11a730a2b543f6727e974cd3a7e 052c8ca54e276bb05f1cc2cb6595f534b86225d6 2b6e90fca1e2e3af57fe7fbff3d0a114c25e9ef7 33ef194374b1a5973b72afb7ea94f1bf281daed4 53a1a9730fc6b636c3767cee4f81e6b3bb13c512 57f2a1f66333e196e74846cc856a6f36e452ee46 5f8551869c95c83a07b158f5bd1e3386816ad2bf 71ccacf5d9d455d363ed9902fa0ed0b9dff824a7 84be4dca1702f7751395193ba23250e6d3b527c9 85c41eeb6a61a9a8edac278dd2fc475d0c8a34a5 8ca5f99ead2ba9d170eaa97a37260a4f84f86c8e a3b8b37e43772840df1ef252bcaea7bc6dd4dc2c abca7f90ba4290f48ac6b9a62512322167ad25c3 b4908913b1be98b547ce35b37d2f89a0c538099c b9daa29cb997e6c6765ea8fea154426b5c291862 bc52bdf89426eade885168b4d0340dec50b18d5b c1b3a1662f3e5b77b6ac4ae5ab3ce970e98c2a5d c470d95f7dbf6e7229f24eb71a2cee70930bbf8f ccd84b600919442a8389855152dd41c203f67739 ef37071af391291cbf4f9dc1ee56aa17d8388d7e fe8529fe4b83b3000ec75e0487edb2c2d5b6b1d0
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-client-16
Source: postgresql-16
Version: 16.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10198
Depends: libpq5 (>= 16.2), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), liblz4-1 (>= 0.0~r127), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-16, postgresql-doc-16
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-client-16_16.2-1.pgdg+1_arm64.deb
Size: 1867420
SHA256: c965a7fb8ec413165568443c2c17f8242008dbd5275e074b662aecf43eca6489
SHA1: 2b66a37706f8bec5973e65ba6010dc2d9162e259
MD5sum: 9c4d78f5b4de07772a4503c1c00cfda3
Description: front-end programs for PostgreSQL 16
 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 16. If you install
 PostgreSQL 16 on a standalone machine, you need the server package
 postgresql-16, 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.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-client-16-dbgsym
Source: postgresql-16
Version: 16.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3066
Depends: postgresql-client-16 (= 16.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-client-16-dbgsym_16.2-1.pgdg+1_arm64.deb
Size: 2598828
SHA256: 820eabed41043ea274943045de7113316cf34a787b2f26b0e457123aae11dd29
SHA1: b80b55dcc1a5cb614cde7d008d422d1ef1f71723
MD5sum: 32440e4f9b914505d6a27b57c33e5d77
Description: debug symbols for postgresql-client-16
Build-Ids: 073548ba81318dac871f0008708e46f51aba4ff7 0849bf450434fe2fe5eb03e86a7256ebe2ac9252 0c5bf85d41cbabf9ccbea23be70e5b3c63209b25 12ad3c0a379e73ca89b2cb2ba7fd652d14427d64 12bef2aa0b8aa3256f181ed939437b51f8b2758f 1deffa070f8d4f966ade2810dfbc847348a23854 243789a1111727c17337e120f8710776d44dbcb2 2b66196215afcba99e0597309c3dd37dac489151 3505eb28dfcd53da27d764b92e657ba5cc099ce1 3b5f1164c47cc3d21c872c320fcba9a85c9851d3 4e1c294a9edab4e2053087a7264a6e33607d8774 670e90f5186eac784d13916dc8b832b5effe7aa9 7c332876b773792b1194ff6ea3a8cebed4548611 85ecf5381f62e6650dec8408cd04e89a53ca3527 8e2d4041d59edb5126abc8b57fb189ba74f19989 975b6676723542e352eaf85adfb69f9832f2ea6b 9de58bcd0a3f9012de690bf5f33594b4a0c49cd2 b8007cf496bc82342a74634fdb9764a420b06add d16e5a3c5499a5eb052a7b946c391b40d0606cf5 d5247f1a1b57b0286a254a1d88e076c41dc1d09a fd80561df434925df6a303e1bf407f0dfffa6792
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-client-common
Source: postgresql-common
Version: 257.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: netbase, perl:any
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_257.pgdg+1_all.deb
Size: 35760
SHA256: 74e7165f42d49479c55ad018d385f130b6949e53de6ba9da15818bd42ebf18fc
SHA1: a927901514314a091b20549af6216d07a3d56dcf
MD5sum: fbf6f22b7d49ed9ca609e7ede6b6c648
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.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-common
Version: 257.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 649
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, libjson-perl, sysvinit-utils (>= 3.05-4~) | lsb-base, postgresql-client-common (= 257.pgdg+1), ssl-cert (>= 1.0.11), ucf, perl:any
Recommends: e2fsprogs, logrotate
Conflicts: pgdg-keyring
Breaks: postgresql-9.1 (<< 9.1.1-3~), postgresql-server-dev-all (<< 204)
Replaces: pgdg-keyring, postgresql-server-dev-all (<< 204)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_257.pgdg+1_all.deb
Size: 168096
SHA256: dc3bd2464f253159a35e7dd57e4e5dd4d9c4689d93cdfecf3a2d2a1f6ddd238f
SHA1: 80477a0e24501f1021e7ab7f0069115b6b99f716
MD5sum: 91525682b24e60c56b666561bf05963d
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.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-contrib
Source: postgresql-common (257.pgdg+1)
Version: 16+257.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: postgresql-contrib-16
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-contrib_16+257.pgdg+1_all.deb
Size: 11632
SHA256: e2c8c16f11daa25902f35dbb2b9b0b77c4aba57e0a06bce48edc8d0cc4978eba
SHA1: f9dba5b6629bc388da97c6e9a3ac66d556e08a60
MD5sum: 5557baba4d93cadb3df744d7f01f6a47
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.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-doc
Source: postgresql-common (257.pgdg+1)
Version: 16+257.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: postgresql-doc-16
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_16+257.pgdg+1_all.deb
Size: 11628
SHA256: 25fec70f4d842654e93c845d3879f20803bea1b8c3a9079ae92bfabac98816ec
SHA1: 38059883e9af0ba8c21321668fa472132ea4ad1e
MD5sum: 7cb64481090768b65d0c46f8156a7236
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.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-doc-10
Source: postgresql-10
Version: 10.23-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14158
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-10/postgresql-doc-10_10.23-3.pgdg+1_all.deb
Size: 1826548
SHA256: f82a04fc4039b506bb96fa6e3bef2e7025d76139f0460e4545eb1f8870659380
SHA1: 2ab24b39d105a355fc2af8339e5f8f1f75bc31e7
MD5sum: 043d559548bc8c91d2a6d0820237e865
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 10. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-doc-11
Source: postgresql-11
Version: 11.22-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14658
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-11/postgresql-doc-11_11.22-2.pgdg+1_all.deb
Size: 1887788
SHA256: dd6573cf7efca0aff4c3d3e1e6871586ae2b4df909e86b72e9a6d4045fe26b83
SHA1: 046ebee11b3726e102394de83d3cfc8787c89f20
MD5sum: 98a542a01a7bfb99fbdc988a040854de
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 11. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-doc-12
Source: postgresql-12
Version: 12.18-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14999
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-12/postgresql-doc-12_12.18-1.pgdg+1_all.deb
Size: 1928592
SHA256: 4d9ccb5c9a19a7c7b9eb5a80df9c3fb9d7631a09d163d1ab24ad3a35f628c0df
SHA1: 24fa753dccec3aba2aa543dc9fd6740425e9865b
MD5sum: 3bb9e795a2e874b712a61717e7d527fb
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 12. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-doc-13
Source: postgresql-13
Version: 13.14-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15735
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-13/postgresql-doc-13_13.14-1.pgdg+1_all.deb
Size: 1973296
SHA256: 5f33ac7ebce67a8b48edebb3ea2429418b6730d983837676039880d1af8fbc3c
SHA1: 81fcce82ddf76946241f5c30a4f8bbf257a6d235
MD5sum: eb1de7a41153f7166234af441ef91147
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 13. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-doc-14
Source: postgresql-14
Version: 14.11-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16178
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-14/postgresql-doc-14_14.11-1.pgdg+1_all.deb
Size: 2021744
SHA256: 9a893bde221b366d8bffc32ef505c94ea9c245c6a8492f6f77fb8b4d20506634
SHA1: fdeaf6aa5b280bc5a9c641da99e3f33805300061
MD5sum: f95f2a3a111e2b27986e1e6aa88fddbd
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 14. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-doc-15
Source: postgresql-15
Version: 15.6-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16028
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-15/postgresql-doc-15_15.6-1.pgdg+1_all.deb
Size: 2033404
SHA256: 50ec9e23961367487466d052d4a18838ee91399341d67f84ccb2a0112ff574eb
SHA1: 4cbe1c7ce31105dd76248374c243edba11bfa80e
MD5sum: 0ec4e4762d76ced8963143ee2e66dcdd
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 15. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-doc-16
Source: postgresql-16
Version: 16.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16562
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-16/postgresql-doc-16_16.2-1.pgdg+1_all.deb
Size: 2082820
SHA256: 3a3619e7dcb4639a0571d2729b4bdf2744f0c74ffa9f44be9f101d0a0dfd473f
SHA1: 1cac3ad5719b69799dfee8a57f93a379dd3772dd
MD5sum: 342f6856c5ab28e29c7c95e35077ffff
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 16. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-plperl-10
Source: postgresql-10
Version: 10.23-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 355
Depends: perl, postgresql-10 (= 10.23-3.pgdg+1), libc6 (>= 2.34), libperl5.38 (>= 5.38.2)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plperl-10_10.23-3.pgdg+1_arm64.deb
Size: 57948
SHA256: 97d42b9a019bc9818a3aeacc0f60c4c4623052ffd196f31919f3715f03707142
SHA1: 8384a9ddb24a390ffb479693c0a114cd4bb46b83
MD5sum: 53d12593650e370154daff5e7d046c9c
Description: PL/Perl procedural language for PostgreSQL 10
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Perl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-plperl-10-dbgsym
Source: postgresql-10
Version: 10.23-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 196
Depends: postgresql-plperl-10 (= 10.23-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plperl-10-dbgsym_10.23-3.pgdg+1_arm64.deb
Size: 165004
SHA256: 9c85f8e95d5f9472deb0c8a8129fb56e5e061e53390d983fc387c474580e4ff8
SHA1: 89c5561328b6008aa7a49bf5545bddb8141a934c
MD5sum: a8df642c59c71699d423d1cbb5fc5609
Description: debug symbols for postgresql-plperl-10
Build-Ids: 5fe8286be098790a33e031b6fd7f9d89c3b62c49 aa4b3da823d41675fa370487a93ac72978fa6a41
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-plperl-11
Source: postgresql-11
Version: 11.22-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 436
Depends: perl, postgresql-11 (= 11.22-2.pgdg+1), libc6 (>= 2.34), libperl5.38 (>= 5.38.2)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plperl-11_11.22-2.pgdg+1_arm64.deb
Size: 65440
SHA256: 251b347c82cc2a554dff6a7bb75219f0e5361ea522662ea513d33c19f73d2d77
SHA1: 959b1a6c551e99e5b28855e76d58f8f4361ca46e
MD5sum: 818b4d18024ee7d7143c8149c8c59ac0
Description: PL/Perl procedural language for PostgreSQL 11
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Perl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-plperl-11-dbgsym
Source: postgresql-11
Version: 11.22-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 218
Depends: postgresql-plperl-11 (= 11.22-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plperl-11-dbgsym_11.22-2.pgdg+1_arm64.deb
Size: 181196
SHA256: b45d188184be66d074deeeea2cdb4251e94cd36a67cb132ebcd0dfeb28259af7
SHA1: 074c997ca8b8b2f25e1edac3f41f39a9ac3c450d
MD5sum: 53c20485d63d9578961434cd1a32b86a
Description: debug symbols for postgresql-plperl-11
Build-Ids: 419eaad14039cc1d04c592734b3ce60a8c5169a7 41e5b3bb48ea34277c89edd8dcb9feb4637bc58a 8b20cfcd5a06fb78b11dffa2c6abf9fb6fcecc6d
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-plperl-12
Source: postgresql-12
Version: 12.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 479
Depends: perl, postgresql-12 (= 12.18-1.pgdg+1), libc6 (>= 2.34), libperl5.38 (>= 5.38.2)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plperl-12_12.18-1.pgdg+1_arm64.deb
Size: 86168
SHA256: 59488a8aa10cf74ca65deaf6022ca7852ad4b46d505ef98b53fb15bb807c48d1
SHA1: 8e2aa18576f205002a690f3aa871859db005cab0
MD5sum: fa212eeb26f49cf65b0e9f8871005812
Description: PL/Perl procedural language for PostgreSQL 12
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Perl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-plperl-12-dbgsym
Source: postgresql-12
Version: 12.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 222
Depends: postgresql-plperl-12 (= 12.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plperl-12-dbgsym_12.18-1.pgdg+1_arm64.deb
Size: 183540
SHA256: 595e634ca5646d8fe15b615c4142021855c652819c37d8984e84bc234bab3cc0
SHA1: c787f3a40daa7170dc0e6cce1afb3f9066c68416
MD5sum: 6ebd072ec12587b643e323dbe0598c79
Description: debug symbols for postgresql-plperl-12
Build-Ids: 03a5f3fdb7068bbdc77ed38d82486067c903530a 129b6db942cdb7673527e3a9f5a7457641cef7ff 8a607cdd65dd856b2e5c06d1437480da60ea07e5
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-plperl-13
Source: postgresql-13
Version: 13.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 560
Depends: perl, postgresql-13 (= 13.14-1.pgdg+1), libc6 (>= 2.34), libperl5.38 (>= 5.38.2)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plperl-13_13.14-1.pgdg+1_arm64.deb
Size: 90588
SHA256: 3afd62d5093ae5b7c98b38f6656481724d5ec322afe6d322197be1458710c0b2
SHA1: 0ee75cf8bc350aae28944511f170ccf09bdf260f
MD5sum: 74539e4421b14dee85c63c1b00858170
Description: PL/Perl procedural language for PostgreSQL 13
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Perl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-plperl-13-dbgsym
Source: postgresql-13
Version: 13.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 234
Depends: postgresql-plperl-13 (= 13.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plperl-13-dbgsym_13.14-1.pgdg+1_arm64.deb
Size: 189504
SHA256: 2df9e89dbc5ce0b75f48edbbbbe363868f494b9746cbf265d8264dce8f8855f9
SHA1: 4c858fcd0612514b5120d4d5ac584aaced3679d5
MD5sum: f1f4f2135198b8cd01218278ace3a4fb
Description: debug symbols for postgresql-plperl-13
Build-Ids: 9234d4f8707f9ba1733e56f8e05873c408ded85b b031714fab6a7a85d7de28885cf540694d002d5d e0b3021e5a74676a0016ef0bb0fa583f9c6b6a48 ecdb0c66aca41de16fcb1554fcf91f73ddbb8e38
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-plperl-14
Source: postgresql-14
Version: 14.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 568
Depends: perl, postgresql-14 (= 14.11-1.pgdg+1), libc6 (>= 2.34), libperl5.38 (>= 5.38.2)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plperl-14_14.11-1.pgdg+1_arm64.deb
Size: 88784
SHA256: fa66651241c84305e7dc919cbfc2897992dfc573531967c1e599400616c0542f
SHA1: 58262e1a5b775a5f0e71a3159d358fec1fabfc07
MD5sum: fb72e24371d523a715d7347c23ffd017
Description: PL/Perl procedural language for PostgreSQL 14
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Perl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-plperl-14-dbgsym
Source: postgresql-14
Version: 14.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 236
Depends: postgresql-plperl-14 (= 14.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plperl-14-dbgsym_14.11-1.pgdg+1_arm64.deb
Size: 190256
SHA256: bb1c9d89d6c5277cde7ac8620c618614d47e3b30ff9091e765040da604425256
SHA1: ad9831ea15daa16f91c5af804a2076757011f4f2
MD5sum: a7d7bb9a927a54afbf3743436a04acb6
Description: debug symbols for postgresql-plperl-14
Build-Ids: 9627bade23aac26d6d8e29a5183fa2741e3e70c0 b544479f3341a4c39a9a5854abe596adca4d5ee9 c75f8c9271468d5e5714bc82c9e4199a3ded0589 ecbc2fe6c0460ab209ab16d9d789fdc2cae3e14a
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-plperl-15
Source: postgresql-15
Version: 15.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 569
Depends: perl, postgresql-15 (= 15.6-1.pgdg+1), libc6 (>= 2.34), libperl5.38 (>= 5.38.2)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plperl-15_15.6-1.pgdg+1_arm64.deb
Size: 87236
SHA256: b0a91af8bff0709c030f20d34ab0197fea70e41febc27adb15d89269a2c0e002
SHA1: 53c4b19c442a6be8d842e5e407f32d737bb722be
MD5sum: c427dbe4a333662cfcd6a367836f776f
Description: PL/Perl procedural language for PostgreSQL 15
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Perl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-plperl-15-dbgsym
Source: postgresql-15
Version: 15.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 239
Depends: postgresql-plperl-15 (= 15.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plperl-15-dbgsym_15.6-1.pgdg+1_arm64.deb
Size: 194188
SHA256: bb5b4b7fbfd7262c5bf712353c1e782cdffb39224b676bac7b90984a4dd815ad
SHA1: 4bb61094273fa99b88b36d6941d229bdddd278a3
MD5sum: 52293f9a87abdbb20a876d0eb6ab9067
Description: debug symbols for postgresql-plperl-15
Build-Ids: 2a313d24fb79180c6d902b6e555f26ebb77e17e9 8930a54f957e808e424b59f7e1c1dc2a78298495 c650db1c80a634b7bd2ce6a2959de4bce12e4f23 dd9e0ce24e092acfa3d9d9a8cfef41d3f118ea13
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-plperl-16
Source: postgresql-16
Version: 16.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 582
Depends: perl, postgresql-16 (= 16.2-1.pgdg+1), libc6 (>= 2.34), libperl5.38 (>= 5.38.2)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plperl-16_16.2-1.pgdg+1_arm64.deb
Size: 86780
SHA256: 7fcb5bb19e955610a14353eb5512ced26eda32dd964819484b3b1f09f9b506a3
SHA1: 93c317b0d5b32cc44be3b30e52e0578a133d6775
MD5sum: d1a9c426d72a499c98a8b803483347f9
Description: PL/Perl procedural language for PostgreSQL 16
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Perl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-plperl-16-dbgsym
Source: postgresql-16
Version: 16.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 243
Depends: postgresql-plperl-16 (= 16.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plperl-16-dbgsym_16.2-1.pgdg+1_arm64.deb
Size: 197812
SHA256: 2e89ebda5d21c2a7a42273f2a0cc6c5baa67803f0104145eda84204214e72684
SHA1: fe01c2e55d6038c2a7bd1f7f0ee16f750c9b8f0c
MD5sum: 7cf515961c2fe5f2c5fc8de2b6e0b26e
Description: debug symbols for postgresql-plperl-16
Build-Ids: 04ddddf46ebf5d614d8a205e643e8722769786e1 71a3d19bcc7b83ce0f66d0316c333dd4035ce31d eb413d1ea34896958843a33abb9bfc81f9fb1269 f56a008bc519ab1e0de128ae78bff5b3910d8b64
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-plpython3-10
Source: postgresql-10
Version: 10.23-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 313
Depends: postgresql-10 (= 10.23-3.pgdg+1), libc6 (>= 2.17), libpython3.11 (>= 3.11.5)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10_10.23-3.pgdg+1_arm64.deb
Size: 53596
SHA256: f20fca615c31a70051689de73061833515c6c1463bac8dd3d7617f1bfefab248
SHA1: ae18602d949de65c274eb8eb3ac263798f81916a
MD5sum: 8bdcc01fbec1c6186b8eeb1c8d9f8818
Description: PL/Python 3 procedural language for PostgreSQL 10
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Python 3.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-plpython3-10-dbgsym
Source: postgresql-10
Version: 10.23-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-plpython3-10 (= 10.23-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10-dbgsym_10.23-3.pgdg+1_arm64.deb
Size: 153160
SHA256: d80cfc9b13c32fa344f0491d4969877f617c36ff0090c2c7e65f576a08725606
SHA1: b6fed6adf333df4abfd91e2bf707cb12bb65506a
MD5sum: 335f1d77766f03f99c03d3fa3f872140
Description: debug symbols for postgresql-plpython3-10
Build-Ids: 29c86f43cbc209c773f10c82f55121b4a93e7efa 955e31a96f1ece8589f932354988f740840f345a d9115543f7edf842994251931390e0897a0c4465
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-plpython3-11
Source: postgresql-11
Version: 11.22-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 427
Depends: postgresql-11 (= 11.22-2.pgdg+1), libc6 (>= 2.17), libpython3.11 (>= 3.11.5)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11_11.22-2.pgdg+1_arm64.deb
Size: 76160
SHA256: 45b2ea52929b58a8926c25f2c3ecc7f4f75bfb9a2435e465667837d8b77acdb6
SHA1: db58032570253f12475c0b5e5836d8210f401a79
MD5sum: f6c8794a1f41c812d37693e74dcffd70
Description: PL/Python 3 procedural language for PostgreSQL 11
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Python 3.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-plpython3-11-dbgsym
Source: postgresql-11
Version: 11.22-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 225
Depends: postgresql-plpython3-11 (= 11.22-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11-dbgsym_11.22-2.pgdg+1_arm64.deb
Size: 173756
SHA256: 81545d812a37365488710942a7cdbd2518941ada4b356abe70e4dc28bfcf0c34
SHA1: f0c4400cc8ef98b5a69714466175d454a0711094
MD5sum: 6960e3714a133675710d6ecbda52df6a
Description: debug symbols for postgresql-plpython3-11
Build-Ids: 422a96dddd29d631af1c4e6490a8cbe9c65cf5e1 c7daec1d2112ceab804d30afbfb34b025d31ed60 eabb4d3f76b6364101503bb8630561ce52e15f56 f7828605c7c8b19bc472441bf1597cef6209b0dd
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-plpython3-12
Source: postgresql-12
Version: 12.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 642
Depends: postgresql-12 (= 12.18-1.pgdg+1), libc6 (>= 2.17), libpython3.11 (>= 3.11.5)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12_12.18-1.pgdg+1_arm64.deb
Size: 109164
SHA256: 86403b119887283df68c8d048ad7b6fe23eff9a8154bc3f62c15fdc4829e24ba
SHA1: 0b7bc738e4e027301edeb04f267f55d2d5f370af
MD5sum: bb278c495810848c75e45621949b1c0d
Description: PL/Python 3 procedural language for PostgreSQL 12
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Python 3.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-plpython3-12-dbgsym
Source: postgresql-12
Version: 12.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 228
Depends: postgresql-plpython3-12 (= 12.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12-dbgsym_12.18-1.pgdg+1_arm64.deb
Size: 174812
SHA256: e145a0260ab1b38e2b22149ed811216c19b614b44acffc6a46e0e8f124d575e6
SHA1: d095ca33ede83d989e16ca4cbf561c3503b2f9e6
MD5sum: 266344aef5e166230fa06fa890085e00
Description: debug symbols for postgresql-plpython3-12
Build-Ids: 2d75e4acf213d33ba864c240b7bf1606ffe1ae91 75e091339aa7617cd7df727e25db143585776580 a7e0f76ed7a824d346aff252f046812cc25ab7de d571d3685d381c26e48783d5419a8e4e129bef47
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-plpython3-13
Source: postgresql-13
Version: 13.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 641
Depends: postgresql-13 (= 13.14-1.pgdg+1), libc6 (>= 2.17), libpython3.11 (>= 3.11.5)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13_13.14-1.pgdg+1_arm64.deb
Size: 108792
SHA256: 5f596841e93207086522fa1595d4aea01d81ba85ad090cd1c02733521f733b92
SHA1: 9d0f3a4e308b9e13129c4251818b604ed87c78ec
MD5sum: a6804988194ac097963254a0e2860fbe
Description: PL/Python 3 procedural language for PostgreSQL 13
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Python 3.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-plpython3-13-dbgsym
Source: postgresql-13
Version: 13.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 228
Depends: postgresql-plpython3-13 (= 13.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13-dbgsym_13.14-1.pgdg+1_arm64.deb
Size: 175492
SHA256: 30023c6e8d6b8961f5f7e3fe8f30c42bcbed3ba969db522ae44f53f576dc7259
SHA1: 203a583d32552e1fc3faa62db1b1a13854539a2b
MD5sum: 43229a83cf4b67b76df9427e3cf624b4
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 149bab20c83cba17fa0a0657edbca198816e5631 3bc87896d003990d3a9dc63b6a8a39e1beb6e0ec 7ff309b37d17e1bd77cda78f6478f1b0e686ba7d ff68d8c2781f74b7e78658554b43359eba6b4432
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-plpython3-14
Source: postgresql-14
Version: 14.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 720
Depends: postgresql-14 (= 14.11-1.pgdg+1), libc6 (>= 2.17), libpython3.11 (>= 3.11.5)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14_14.11-1.pgdg+1_arm64.deb
Size: 108144
SHA256: 339434e83a8d9d250f81c59a4dabcc65fb1ad2636d28e8ed5b1433c5697dc0f4
SHA1: d37d44ec98daa3eb667ea39d16e256137426bfa0
MD5sum: 9a50506ad982a33163b6fde15e23b5b8
Description: PL/Python 3 procedural language for PostgreSQL 14
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Python 3.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-plpython3-14-dbgsym
Source: postgresql-14
Version: 14.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 229
Depends: postgresql-plpython3-14 (= 14.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14-dbgsym_14.11-1.pgdg+1_arm64.deb
Size: 176796
SHA256: e6bca359a1d515f29c3a086b89fcf265da0557e02ccd6bc5bb7433ad24b21f47
SHA1: 1355d71175102cae1d09c29f627eafc6e4f73bf2
MD5sum: 6680400332147a3096996edcafc9bd0d
Description: debug symbols for postgresql-plpython3-14
Build-Ids: 1c6b2b6d64ab706e1e4e9c48469d909e753f9bf2 2770a0dcebfc0cb0e7d11e9d50ad577fc1e691b5 a8cef9bee12098841bafb3254552b8376a47f8ab d4e840f182ca649347eb638a1c8cca389079ae66
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-plpython3-15
Source: postgresql-15
Version: 15.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 671
Depends: postgresql-15 (= 15.6-1.pgdg+1), libc6 (>= 2.17), libpython3.11 (>= 3.11.5)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15_15.6-1.pgdg+1_arm64.deb
Size: 107812
SHA256: 9729f598c381be34da76f88536b523dfeb0ad25ce554761b9b37e1e8d3748de6
SHA1: d8d7270fc49a01569a6e14ff83b7ac7a9f05df92
MD5sum: 07b335d211094adff86312cc05b7862e
Description: PL/Python 3 procedural language for PostgreSQL 15
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Python 3.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-plpython3-15-dbgsym
Source: postgresql-15
Version: 15.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 228
Depends: postgresql-plpython3-15 (= 15.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15-dbgsym_15.6-1.pgdg+1_arm64.deb
Size: 177980
SHA256: a0c8dba58cccbdab6bbe871990f5ef53e43a20403b2dc4c5d970f71e19112b18
SHA1: cbe8cfbd85957f9ae5b56836c8e8c6b1286cb83e
MD5sum: 7c156a4360798952f19070a7799250dc
Description: debug symbols for postgresql-plpython3-15
Build-Ids: 542a7a8b65cb1ab44bfe08efecfb3f4dedcb74a4 b9065365d935f411ac996ba7592b3323955cc443 c9d3eab4db9adeb6c62445f75f941be305a4eb09 f8488750078c5fb743599e291250c0d76204a645
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-plpython3-16
Source: postgresql-16
Version: 16.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 681
Depends: postgresql-16 (= 16.2-1.pgdg+1), libc6 (>= 2.17), libpython3.11 (>= 3.11.5)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16_16.2-1.pgdg+1_arm64.deb
Size: 107040
SHA256: 163a68c8fc0bad2cd83b9d23e4e3e03586d1a89a4de123bf6afa271b9f29da83
SHA1: 8a4ab1639787152be9b962681bec8deb90214d96
MD5sum: b2f124c9b6564067b1c686346bcde093
Description: PL/Python 3 procedural language for PostgreSQL 16
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Python 3.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-plpython3-16-dbgsym
Source: postgresql-16
Version: 16.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 232
Depends: postgresql-plpython3-16 (= 16.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16-dbgsym_16.2-1.pgdg+1_arm64.deb
Size: 182592
SHA256: dd432f2d919c24f331445f73d7a3590edb8064e773057c6c69bdd5fb58a0bab7
SHA1: 1c8d2d1b017e19fd36aa0de287ad5b152353f8d3
MD5sum: 0c05083cbaefc2b163a99e26a504cedf
Description: debug symbols for postgresql-plpython3-16
Build-Ids: 02375bd4401f1935fa09bc2fa34bec3f9ff06008 34b4b4769bbff452ac65f4f870919c8b7d03821a 43b0f094b45a4db6b7f494af3fe1cbed1c6da3de 56b9ee73b2a3f9ab6966b9f965a96d4f1a506e0c
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-pltcl-10
Source: postgresql-10
Version: 10.23-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: postgresql-10 (= 10.23-3.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10_10.23-3.pgdg+1_arm64.deb
Size: 36876
SHA256: 1ecd0cc0f4bfe182e6d6732b592f37f2052c4ac062d4f4a5129e877604890563
SHA1: 50e2bcaecc8ccbe5358914d175e11494b8dcacad
MD5sum: 5f019d3404dec6dc5b8bb6e16cd05feb
Description: PL/Tcl procedural language for PostgreSQL 10
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Tcl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-pltcl-10-dbgsym
Source: postgresql-10
Version: 10.23-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-pltcl-10 (= 10.23-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10-dbgsym_10.23-3.pgdg+1_arm64.deb
Size: 66856
SHA256: a0741e2038f898aaa6ed4dc8aaf10e4a5ff60df40740d27415d047e0e2108a75
SHA1: 043856775958ec439f3615b128d5bbc9ebc9f69a
MD5sum: f36d49f5a13a44c69e0e2a2585ee7e6b
Description: debug symbols for postgresql-pltcl-10
Build-Ids: 51181e817255306649ab51022e9f1f073bf7e8ff
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-pltcl-11
Source: postgresql-11
Version: 11.22-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-11 (= 11.22-2.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11_11.22-2.pgdg+1_arm64.deb
Size: 41056
SHA256: 5cd3a5dced618fff198728bf843591290e7af6106e2e152ce8bd9073d2cae8af
SHA1: a0a33d2b2abeec0f702f020ad397be28c498ed5f
MD5sum: 2d6a2e9a502348fd5efd0fe3443c2398
Description: PL/Tcl procedural language for PostgreSQL 11
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Tcl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-pltcl-11-dbgsym
Source: postgresql-11
Version: 11.22-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-pltcl-11 (= 11.22-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11-dbgsym_11.22-2.pgdg+1_arm64.deb
Size: 70464
SHA256: f1d1b080dcd64e3bff37cb2a48cac4c0ecfc06e4f1beba87654f68040d02aff4
SHA1: 30e1f07e33c65085d1a2a23bfa023f51d48cab54
MD5sum: 13648f0b9c0b40f81a5c6f1e9b5c5034
Description: debug symbols for postgresql-pltcl-11
Build-Ids: e438235e4d7e95e1f3aac82c19095307f3d71f9a
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-pltcl-12
Source: postgresql-12
Version: 12.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-12 (= 12.18-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12_12.18-1.pgdg+1_arm64.deb
Size: 42280
SHA256: 7766a61882133b3fa94ef03a0f389bc868f1901347382aafdb48e46db2c7ee8e
SHA1: 4e342f2348a2de732eec3aada3b5ba0b4e2197de
MD5sum: 8c7dbd3901ec2e827b84cb4e747fee64
Description: PL/Tcl procedural language for PostgreSQL 12
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Tcl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-pltcl-12-dbgsym
Source: postgresql-12
Version: 12.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-pltcl-12 (= 12.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12-dbgsym_12.18-1.pgdg+1_arm64.deb
Size: 71496
SHA256: 2bde90ebbf6c2b886bb4a19f3aad2433a5368a6784ff62adb408fe2754ecf6e6
SHA1: 33a3def2a5ef0ec0c4f650b9ab9a7f022b1a905f
MD5sum: 206fc65b13d429fedb503201b4971eed
Description: debug symbols for postgresql-pltcl-12
Build-Ids: fd3d71b1dc129a45ccc05c10a15dc0dbc1bce6df
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-pltcl-13
Source: postgresql-13
Version: 13.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 190
Depends: postgresql-13 (= 13.14-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13_13.14-1.pgdg+1_arm64.deb
Size: 43176
SHA256: 18c9a4f082e2c45f91e325ef0e1369c7d58e7a3996a610e149301b8a156171f9
SHA1: f1721f8235b41b047d506a3b93d527b3f8b28551
MD5sum: 2cf1d289b645531d3eb47349ff5db8e4
Description: PL/Tcl procedural language for PostgreSQL 13
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Tcl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-pltcl-13-dbgsym
Source: postgresql-13
Version: 13.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-pltcl-13 (= 13.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13-dbgsym_13.14-1.pgdg+1_arm64.deb
Size: 74820
SHA256: 4709dafa9cca33f964fe80858654447e47498c7de5e6b4865de2bdebc56d9304
SHA1: cdcb61ade15c343e0e3a121c7320cdf2c07033b7
MD5sum: 63a82972223f60cf8672f51a43a7671b
Description: debug symbols for postgresql-pltcl-13
Build-Ids: 2c0b0e97636a729e611e073177169365d08ca404
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-pltcl-14
Source: postgresql-14
Version: 14.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 188
Depends: postgresql-14 (= 14.11-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14_14.11-1.pgdg+1_arm64.deb
Size: 39976
SHA256: 3c79dd9939fdce5ff56ae843b65314cc6fcce93a95a2f2ad09244932bb6f0d89
SHA1: 465d6a91271e062402cecfeece1721c8aa75f8d6
MD5sum: 4c0935831cf3c55a50cd807cae6d3f6d
Description: PL/Tcl procedural language for PostgreSQL 14
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Tcl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-pltcl-14-dbgsym
Source: postgresql-14
Version: 14.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-pltcl-14 (= 14.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14-dbgsym_14.11-1.pgdg+1_arm64.deb
Size: 75416
SHA256: 6e46e3f6bc2b5670a94fcad3a0a83948df6c928c5b22865624bf568d3f2e739a
SHA1: 4059f01e41753cb98a5eb0f41d362bd1460e6c5d
MD5sum: 0b946ab776ebaaaaa900d3077f1198f0
Description: debug symbols for postgresql-pltcl-14
Build-Ids: e9812c1a8dc9bdaed082df264429be88e176fb56
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-pltcl-15
Source: postgresql-15
Version: 15.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-15 (= 15.6-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15_15.6-1.pgdg+1_arm64.deb
Size: 39480
SHA256: f834799dd8f76ca7472d321b3869fb6cbffb90ed22554233bf79add28201622c
SHA1: d3e940c6124b0879f5834f0e18e9e4fe0c26893b
MD5sum: b94a71fdb3276d46c801f3c16c504b16
Description: PL/Tcl procedural language for PostgreSQL 15
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Tcl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-pltcl-15-dbgsym
Source: postgresql-15
Version: 15.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-pltcl-15 (= 15.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15-dbgsym_15.6-1.pgdg+1_arm64.deb
Size: 79244
SHA256: bfb0c3613ee28440fb6d68bbc373406a46cf0c73b1f9a7d609bd88fcaa52aa40
SHA1: 58c2d452f0d177ce6534a23b0c303bd95826d249
MD5sum: 3e03a493ad63ea85f375ff6f9f8eef8e
Description: debug symbols for postgresql-pltcl-15
Build-Ids: e092fbea39873df011fb4d0a8476cf13ab628203
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-pltcl-16
Source: postgresql-16
Version: 16.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 203
Depends: postgresql-16 (= 16.2-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16_16.2-1.pgdg+1_arm64.deb
Size: 38804
SHA256: 446705168fb1f63ea507de84f360838cefbd44d531d4ca45b4e736c0d406bb80
SHA1: d479bf061cf573bc839062a06ff9de49fe63050a
MD5sum: 362002ede984c6c5ae546ed35232bb33
Description: PL/Tcl procedural language for PostgreSQL 16
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Tcl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-pltcl-16-dbgsym
Source: postgresql-16
Version: 16.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: postgresql-pltcl-16 (= 16.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16-dbgsym_16.2-1.pgdg+1_arm64.deb
Size: 82052
SHA256: 9534c39b0cc91f6a96c5a5a10b1a4e059d5d6e6518940f09d3dcbefbdf8158b9
SHA1: e079d5277925cd3fb80361d3a29cee3d479426a0
MD5sum: d6bd1eceb8253faff8521e1de9228390
Description: debug symbols for postgresql-pltcl-16
Build-Ids: 6f85daebbd2663c4c3fea5e74aaaa99775b3804a
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-server-dev-10
Source: postgresql-10
Version: 10.23-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5524
Depends: libpq-dev (>= 10~~), postgresql-client-10 (= 10.23-3.pgdg+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Replaces: libpq-dev
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-10/postgresql-server-dev-10_10.23-3.pgdg+1_arm64.deb
Size: 943112
SHA256: 86c37aea3a5bc813c738fc2b92a5da9d720b93482b314c8fc803a696cd1ccf19
SHA1: 56a76579e03f443451578365bb294652e8a5953c
MD5sum: 157adc30859869582a766fccd0c62c13
Description: development files for PostgreSQL 10 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.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-server-dev-11
Source: postgresql-11
Version: 11.22-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5075
Depends: clang-16, libpq-dev (>= 11~~), llvm-16-dev, postgresql-client-11 (= 11.22-2.pgdg+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-11/postgresql-server-dev-11_11.22-2.pgdg+1_arm64.deb
Size: 929820
SHA256: 6f79206f276d74c6b2b97a91f6340c73b9f40f4082a2c9ccfcaddc9e90469112
SHA1: 04fdb251d9ac9ac04a043dd697335fbfc26b7586
MD5sum: 24e75a10bffb14e1d2cea503df73e133
Description: development files for PostgreSQL 11 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.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-server-dev-12
Source: postgresql-12
Version: 12.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5667
Depends: clang-16, libpq-dev (>= 12~~), llvm-16-dev, postgresql-client-12 (>= 12.1-2~), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-12/postgresql-server-dev-12_12.18-1.pgdg+1_arm64.deb
Size: 997904
SHA256: 100c0e836a890829264ff3b2481cb4ad2a8fddbb20a6eae1834fa77c5d702619
SHA1: 86c7503fb17228af3deaa3c05a72fb57253c8cfd
MD5sum: e6bb53db66b490f423801b8616d91719
Description: development files for PostgreSQL 12 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.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-server-dev-13
Source: postgresql-13
Version: 13.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6181
Depends: clang-16, libpq-dev (>= 13~~), llvm-16-dev, postgresql-client-13, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/postgresql-server-dev-13_13.14-1.pgdg+1_arm64.deb
Size: 1043796
SHA256: b34f7a4b4439fe91dcd58b15eb44b88a042a65a4f2f2784e87bf1192a7af8fc4
SHA1: e659d613de244c011308fb8fa35a62619514abd7
MD5sum: 10ac0ce02a89c8315eee44882221a882
Description: development files for PostgreSQL 13 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.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-server-dev-14
Source: postgresql-14
Version: 14.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6696
Depends: clang-16, libpq-dev (>= 14~~), llvm-16-dev, postgresql-client-14, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14_14.11-1.pgdg+1_arm64.deb
Size: 1117996
SHA256: 8f142a501bbecc4b6d5c0a66f34511fdd0cbeb575697c337c472e153580be674
SHA1: 65fd39d15404357a20e905dc8d6970817fa37972
MD5sum: 1c69af79d167ecbf24a719fbb545b06a
Description: development files for PostgreSQL 14 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.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-server-dev-15
Source: postgresql-15
Version: 15.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6855
Depends: clang-16, libpq-dev (>= 15~~), llvm-16-dev, postgresql-client-15, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/postgresql-server-dev-15_15.6-1.pgdg+1_arm64.deb
Size: 1142332
SHA256: 87a9178b86f5ee640de3cb454b8443825fd0331ded6dfe4e3e27b34dc0d70eb9
SHA1: d7328b9a9015270391eea6c104dcb62e6a07ee65
MD5sum: ce597e6a9576607312dcc16b0f93f425
Description: development files for PostgreSQL 15 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.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-server-dev-16
Source: postgresql-16
Version: 16.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7048
Depends: clang-16, libpq-dev (>= 16~~), llvm-16-dev, postgresql-client-16, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-16/postgresql-server-dev-16_16.2-1.pgdg+1_arm64.deb
Size: 1169232
SHA256: 594f3ae7cdf2af33d987f8e0a99631d7cdd2a3493c84bb62640bc88c9c0b5a81
SHA1: 2821bd29fc8470a9002f171eef6f072b2665c134
MD5sum: 028bef1efef3ab16e024263c2a85e112
Description: development files for PostgreSQL 16 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.
Timestamp: 2024-02-08 17:34:43+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 257.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: make:any, postgresql-common (= 257.pgdg+1), postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12, postgresql-server-dev-13, postgresql-server-dev-14, postgresql-server-dev-15, postgresql-server-dev-16
Multi-Arch: same
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_257.pgdg+1_arm64.deb
Size: 19972
SHA256: e1ca9dfbdd4e72725922d6f13dd7dddea74388cc019a72cda2402307a77bea88
SHA1: 1ce5a64a890fcdbc577ece6fd986150206dfc928
MD5sum: 98556b60b881628aa55e846991ac10f4
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, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 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.
Timestamp: 2024-02-08 17:34:43+00

Package: python3-pglast
Source: pglast
Version: 6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1842
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3-pkg-resources, python3:any, libc6 (>= 2.17), libpg-query1605.1
Suggests: python-pglast-doc
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: python
Filename: pool/main/p/pglast/python3-pglast_6.1-1.pgdg+1_arm64.deb
Size: 403508
SHA256: bc6ae8498849c5bc82cef9ccb0925ab1812e38b9e45d69ff629197eefcce814f
SHA1: 672c9e943725f6ccf07d0260d17c63da018133ff
MD5sum: bfbfbac48bd5e617c209e1db330ccc76
Description: PostgreSQL Languages AST and statements prettifier (Python 3)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This package installs the library for Python 3.
Timestamp: 2024-02-08 17:34:43+00

Package: python3-pglast-dbgsym
Source: pglast
Version: 6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2908
Depends: python3-pglast (= 6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglast/python3-pglast-dbgsym_6.1-1.pgdg+1_arm64.deb
Size: 2828052
SHA256: 795c123e5366d481c6b4a0b9515d68dc3d6863aeaf678f65a6dffb1cf2677be2
SHA1: b084f223b96450a1197680b22bb2a7b5e0489d0b
MD5sum: 0ca5fa871380ca6fbf090512ddabb9f4
Description: debug symbols for python3-pglast
Build-Ids: a289752367867795ec91df1d505373769a302618 e1a22c9795b425308701a18cfa8c7721659fa0c0
Timestamp: 2024-02-08 17:34:43+00

Package: python-pglast-doc
Source: pglast
Version: 6.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3825
Depends: libjs-sphinxdoc (>= 7.2.2)
Multi-Arch: foreign
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: doc
Filename: pool/main/p/pglast/python-pglast-doc_6.1-1.pgdg+1_all.deb
Size: 278756
SHA256: 4d6ea164b9495bc3ebbe90619fbd1a7765995fd6f24d7e9ae0a3fcd438b08b88
SHA1: 1a5c93d2521f57a8a817c95e9efeba35114494be
MD5sum: 95453b066c51641db60bfeb8826654c3
Description: PostgreSQL Languages AST and statements prettifier (common documentation)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This is the common documentation package.
Timestamp: 2024-02-08 17:34:43+00

Package: sqlreduce
Version: 1.3-1.pgdg+1
Architecture: all
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 67
Depends: python3:any (>= 3.8), python3-pglast, python3-psycopg2, python3-yaml
Multi-Arch: foreign
Homepage: https://github.com/df7cb/sqlreduce
Priority: optional
Section: python
Filename: pool/main/s/sqlreduce/sqlreduce_1.3-1.pgdg+1_all.deb
Size: 15244
SHA256: 93763d85eb0f01c58d4e6b0cd9dead7885eb5e45ef18c92d49095c9f78639336
SHA1: 86e965d8ae01087bd5b2048a2377d8e510382373
MD5sum: 9246eece8653a575b1c7f4b858920b57
Description: Reduce verbose SQL queries to minimal examples
 SQLreduce takes as input an arbitrary SQL query which is then run against a
 PostgreSQL server. Various simplification steps are applied, while checking
 that the simplified query still exhibits the same error from PostgreSQL.
Timestamp: 2024-02-08 17:34:43+00

Package: pgagroal
Version: 1.5.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 669
Depends: postgresql-common, libc6 (>= 2.34), libev4 (>= 1:4.04), libssl3 (>= 3.0.0), libsystemd0
Homepage: https://github.com/agroal/pgagroal
Priority: optional
Section: database
Filename: pool/main/p/pgagroal/pgagroal_1.5.1-3.pgdg+1_arm64.deb
Size: 234896
SHA256: 9e8cbe12d1c70274ef271f5ff910a80da6b7fc06a1eb09e17cd8f8e7a3fbd49c
SHA1: 7458a06838ebf816d6bd792410f8a23423b08011
MD5sum: 3bf745578d4d8afe6b35d3c122923b54
Description: High-performance connection pool for PostgreSQL
 pgagroal is a high-performance protocol-native connection pool for PostgreSQL.
 .
 Pronounced: p-g-a-gro-al, named after Agroal in Portugal.
 .
 Features:
  * High performance
  * Connection pool
  * Limit connections for users and databases
  * Prefill support
  * Remove idle connections
  * Perform connection validation
  * Enable / disable database access
  * Graceful / fast shutdown
  * Prometheus support
  * Grafana 8 dashboard
  * Remote management
  * Authentication query support
  * Failover support
  * Transport Layer Security (TLS) v1.2+ support
  * Daemon mode
  * User vault
Timestamp: 2024-02-09 13:16:03+00

Package: pgagroal-dbgsym
Source: pgagroal
Version: 1.5.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 369
Depends: pgagroal (= 1.5.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgagroal/pgagroal-dbgsym_1.5.1-3.pgdg+1_arm64.deb
Size: 308888
SHA256: 468a340c0ae6895920a84e39124e589df6c9193a260e86f0d963f999adf4eec5
SHA1: 166528c3a9d05e556b8e137d607adb0088b74111
MD5sum: 542accf9654a2c374413defd8049bb89
Description: debug symbols for pgagroal
Build-Ids: 3b74a1dba69b119689bac8f5446c1caa800a14e6 52b297c7de73a6f01ceded0286853e5c9211ae19 d50a6cf30464a077e9bf20cdb127a36b1652ccf4 e1b58a36da3223dddd417ed22ff88c942e622cac
Timestamp: 2024-02-09 13:16:03+00

Package: pg-auto-failover-cli
Source: pg-auto-failover
Version: 2.1-2.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1087
Depends: openssl, libc6 (>= 2.34), libncurses6 (>= 6), libpq5 (>= 9.1~), libtinfo6 (>= 6)
Recommends: postgresql-11-auto-failover | postgresql-12-auto-failover | postgresql-13-auto-failover | postgresql-14-auto-failover | postgresql-15-auto-failover | postgresql-16-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/pg-auto-failover-cli_2.1-2.pgdg+1_arm64.deb
Size: 426524
SHA256: 63824a72cb0dddd2913231da0419614bab74d544de1fd0f3e77bc7a31aaa0593
SHA1: a06f9e621196def1076ccd303ce76ad434428448
MD5sum: 9d146a8c71c6115d47cc93537929d477
Description: Command line interface and service to manage pg auto failover Clusters
 This CLI is used to manage pg_auto_failover installations to provide High
 Availability to Postgres.
Timestamp: 2024-02-09 13:16:03+00

Package: pg-auto-failover-cli-dbgsym
Source: pg-auto-failover
Version: 2.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 626
Depends: pg-auto-failover-cli (= 2.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/pg-auto-failover-cli-dbgsym_2.1-2.pgdg+1_arm64.deb
Size: 560468
SHA256: aa585f851b25fcbe6228918ea59798107de418b8e16f21966e1cc4e53ea80ba1
SHA1: ec6ff3c074af90a23c146816264ed5508f179680
MD5sum: 63b7e9307a973f8b9c759ddb649f301e
Description: debug symbols for pg-auto-failover-cli
Build-Ids: 9b8bb918f1bd57a1237fb4ff5a796e671f07ea73
Timestamp: 2024-02-09 13:16:03+00

Package: pgbouncer
Version: 1.22.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 632
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: postgresql-common (>= 26), libc-ares2 (>= 1.12), libc6 (>= 2.36), libevent-2.1-7 (>= 2.1.8-stable), libpam0g (>= 0.99.7.1), libssl3 (>= 3.0.0), libsystemd0
Suggests: python3, python3-psycopg2
Enhances: postgresql (>= 7.4)
Homepage: https://www.pgbouncer.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbouncer/pgbouncer_1.22.0-1.pgdg+1_arm64.deb
Size: 222708
SHA256: 8fdef5326cf86f06711ae7550c570ef2030d9d3b35e5e15cf6adebec050dd1b8
SHA1: a694571cc6f5ba29705f040be3ae4056e1c58f1b
MD5sum: ec05e32438bbfc7f6f3524040625acb6
Description: lightweight connection pooler for PostgreSQL
 PgBouncer is a lightweight connection pooler for PostgreSQL providing the
 following features:
 .
  * Several different methods of pooling 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.
Timestamp: 2024-02-09 13:16:03+00

Package: pgbouncer-dbgsym
Source: pgbouncer
Version: 1.22.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 595
Depends: pgbouncer (= 1.22.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbouncer/pgbouncer-dbgsym_1.22.0-1.pgdg+1_arm64.deb
Size: 543140
SHA256: 3265a89138dcbfece86a46a3ba040bdf9ddf67c64853e9b2c361abe86ac9d011
SHA1: 0f3c90e71d58ffebae8e35f5c8df29abe4579e69
MD5sum: b595a92ff49c54edb47faa1210a1eab2
Description: debug symbols for pgbouncer
Build-Ids: a41e7be51305c4172e35384af7703289bce569d5
Timestamp: 2024-02-09 13:16:03+00

Package: pgcluu
Version: 3.5-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2473
Depends: libjs-jquery, libjs-underscore, perl:any, postgresql-common
Recommends: sysstat
Homepage: https://pgcluu.darold.net/
Priority: optional
Section: database
Filename: pool/main/p/pgcluu/pgcluu_3.5-2.pgdg+1_all.deb
Size: 357020
SHA256: f74327fb36c185f32273cd249ba6c99ac8834a2a10bd0a7a1db949e78c241723
SHA1: 8be9fb6e02db35fa81a9f345b8b405787fde0b63
MD5sum: 8327e664429be8d9f4e45c4739f0a3e8
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 three parts:
 .
 pgcluu_collectd: collector used to grab statistics of the PostgreSQL cluster
 using the psql command line utility and sar from the sysstat package
 .
 pgcluu: generates static HTML output containing charts and graphs
 .
 pgcluu.cgi: generates dynamic HTML output containing charts and graphs
Timestamp: 2024-02-09 13:16:03+00

Package: pg-statviz
Version: 0.6-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 429
Depends: fonts-noto-core, fonts-noto-extra, python3:any
Recommends: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/pg-statviz_0.6-2.pgdg+1_all.deb
Size: 310896
SHA256: 732756ab90fa4fa308ab491a14531d055f63ad1a1750f00e6c0ae30edaf29840
SHA1: 7b38d2701ec378454514bb979584a59f26618b94
MD5sum: eab591e6a8656e9b496efb3a1a7a7825
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the pg_statviz utility.
Timestamp: 2024-02-09 13:16:03+00

Package: pgtap
Version: 1.3.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28
Depends: postgresql-pgtap, libtap-parser-sourcehandler-pgtap-perl
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/pgtap_1.3.2-1.pgdg+1_all.deb
Size: 20616
SHA256: cd5c67e1dfa81f3ec8ad6e74a2d3012efe9d827ff1cf28efcb28fbaf8c068f74
SHA1: e903770e0d47d608f17c97ce02e776c328632a6f
MD5sum: b257a47b43a4f90a7db1c073bb84e0ba
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.
Timestamp: 2024-02-09 13:16:03+00

Package: pgtap-doc
Source: pgtap
Version: 1.3.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 356
Multi-Arch: foreign
Homepage: https://pgtap.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgtap/pgtap-doc_1.3.2-1.pgdg+1_all.deb
Size: 66512
SHA256: 1647fcc9194edd1af536f379289134b0e6980cdda71881083fb0b1313394506c
SHA1: 91d7be2b6a1ff26fc501fc5bbf08b72fcbae09bb
MD5sum: c00821ac34438e5deda752199c65b08b
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.
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-10-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: postgresql-10-pglogical, postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-10-pglogical-ticker_1.4.1-7.pgdg+1_arm64.deb
Size: 12568
SHA256: 7280398ead499dfe49fc5a01cb1bffa01d5068b274d3d392064c04d38ae4f7ef
SHA1: c2acae0a9cc8cb08559a4b2099416476563de700
MD5sum: f281421efef1498a3a52f9b558d2f4cb
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 10.
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-10-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-10-pglogical-ticker (= 1.4.1-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-10-pglogical-ticker-dbgsym_1.4.1-7.pgdg+1_arm64.deb
Size: 14880
SHA256: 67fec3524eabd3ec231170cc0609b25530bbdb6c2243d081882ddb06ce9ad798
SHA1: d976b26961ba1268e3200aa5cf359ed4400c891f
MD5sum: f2e5b28f7ed8b581e00d2973b8a85a07
Description: debug symbols for postgresql-10-pglogical-ticker
Build-Ids: 85b3fea6ebaa93c9c100d1a461cb12f6eebed3a3
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-10-pgtap
Source: pgtap
Version: 1.3.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1793
Depends: postgresql-10
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-10-pgtap_1.3.2-1.pgdg+1_arm64.deb
Size: 62440
SHA256: d72782925ebdd132bac8da9155144ec7e2eab48347fa425804d3923554cd263e
SHA1: 7b0f8fc925bd0c58d85e0fd6fc88d2a485cc25f6
MD5sum: c79be9bcffda50f31b8f61de43eb4d9e
Description: Unit testing framework extension for PostgreSQL 10
 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 10.
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-10-statviz
Source: pg-statviz
Version: 0.6-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: python3-argh, python3-dateutil, python3-matplotlib, python3-numpy, python3-psycopg2, postgresql-10
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-10-statviz_0.6-2.pgdg+1_all.deb
Size: 8236
SHA256: f86974b4b457f4058143a8774ec4428b84bd3ac4c7fcce5a34c7f301207d798b
SHA1: e2640f7bae1c37a1a3904be2a3ffb9914c9accaa
MD5sum: 537f9b99280c324db16dddf9c85b46d9
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-11-auto-failover
Source: pg-auto-failover
Version: 2.1-2.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1069
Depends: pg-auto-failover-cli (>= 2.1-2.pgdg+1), postgresql-11, postgresql-11-jit-llvm (>= 15), libc6 (>= 2.17), libpq5 (>= 8.4~)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-11-auto-failover_2.1-2.pgdg+1_arm64.deb
Size: 371288
SHA256: 84458c47e3994bdb679b3f1b9b4357049914e92963d26d9b5b7cb639c0b3d654
SHA1: 93d058a1b8d094603b327969ab25253c12d1cc1c
MD5sum: 46faf111c2314c3d6768039f9a7f1b8a
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-11-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 152
Depends: postgresql-11-auto-failover (= 2.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-11-auto-failover-dbgsym_2.1-2.pgdg+1_arm64.deb
Size: 127864
SHA256: 953c1c8d63d02e148cc44c4a932b4bbeefb0cddc8b9b0631baa0cf420e60d94a
SHA1: c75cc30b6efdeffe57ad5e476de55b18ec214d88
MD5sum: 65371ea5709ad524d7e6caa92be11ac6
Description: debug symbols for postgresql-11-auto-failover
Build-Ids: 021f2df87d0999a60c9a2c7a92d3a2dbedb9e7d5
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-11-orafce
Source: orafce
Version: 4.9.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1270
Depends: postgresql-11, postgresql-11-jit-llvm (>= 16), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_4.9.2-1.pgdg+1_arm64.deb
Size: 401664
SHA256: d663243387b00acd0e189c019ea5f3d60730c9eade078a0d46f4fa696a6d4983
SHA1: 587d9827843ad2ee8534be59ff8e6eca60b69a71
MD5sum: f7b0225ca3f6b758f348a951b2c9ac80
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 4.9.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 323
Depends: postgresql-11-orafce (= 4.9.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_4.9.2-1.pgdg+1_arm64.deb
Size: 271172
SHA256: c70454b7fb56960ecd889436c8fce235ca67e3083fd6ddde1ef1058827fa50d2
SHA1: 109b749c891a0e9042f1f5f65846aa1d08bd9c10
MD5sum: 12ac8b78f61b4972f9c8b0a57e1e81b4
Description: debug symbols for postgresql-11-orafce
Build-Ids: 06282cbffa37715c265422f47fbfb9f0187e1164
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-11-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-11-pglogical, postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-11-pglogical-ticker_1.4.1-7.pgdg+1_arm64.deb
Size: 21460
SHA256: b3893996035ac35318b6d7614c195418be23288105043119346c22dada858bb0
SHA1: a79396fc4ffc83d4e0e9b48ccc5d5c338888d6f3
MD5sum: 5d2b17183c7cbec2c7067295d009c102
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 11.
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-11-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-11-pglogical-ticker (= 1.4.1-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-11-pglogical-ticker-dbgsym_1.4.1-7.pgdg+1_arm64.deb
Size: 15088
SHA256: a015f9440b8a4d73cbe16e6ec1e7137280c7290c6986bfda1eff4a2c65567d24
SHA1: 7528a94ab37793976baf15f0cf38a44a0e7b0821
MD5sum: 000d108c0a9f19289cc3f25361fb401d
Description: debug symbols for postgresql-11-pglogical-ticker
Build-Ids: 63253fe3186ac4d500719a17940151f3a2fa7744
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-11-pgtap
Source: pgtap
Version: 1.3.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1793
Depends: postgresql-11
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-11-pgtap_1.3.2-1.pgdg+1_arm64.deb
Size: 62396
SHA256: c91f29fc1cc578eb9a03261060c0d07aaf337f06266ceb9f3e941f250728a74e
SHA1: 4f9725171f2a91fdf5ff7cfeb7e4a786bd28b4c5
MD5sum: c2795c945bd3fc80ac844c4983709ded
Description: Unit testing framework extension for PostgreSQL 11
 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 11.
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-11-statviz
Source: pg-statviz
Version: 0.6-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: python3-argh, python3-dateutil, python3-matplotlib, python3-numpy, python3-psycopg2, postgresql-11
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-11-statviz_0.6-2.pgdg+1_all.deb
Size: 8244
SHA256: 52576400b2503fbb6a6838ce7d2e625efc29c02502d27fcd5c31d36ceaba6d28
SHA1: b2f97f3d7b1a5854a7fbd45bed0beb68e2438bd2
MD5sum: 6b2ac10c71236c218658ee51f858b0cf
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-12-auto-failover
Source: pg-auto-failover
Version: 2.1-2.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1136
Depends: pg-auto-failover-cli (>= 2.1-2.pgdg+1), postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17), libpq5 (>= 8.4~)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-12-auto-failover_2.1-2.pgdg+1_arm64.deb
Size: 393664
SHA256: b81d16e04b214ca2e800e22f310b4bb3cd12577a4af475aa4c88ce02034b5a5c
SHA1: b37f91f6201aad2ce4c9a90bcfac5a92dc5040c2
MD5sum: a43714ba53a9811c9df0627bf85c47ed
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-12-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 159
Depends: postgresql-12-auto-failover (= 2.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-12-auto-failover-dbgsym_2.1-2.pgdg+1_arm64.deb
Size: 135276
SHA256: 167d6a78b1707700675e8801b53ef1a2fe2d42e99161f000ad37c6ef73694d70
SHA1: 054cda0085f658f0f2b7a2b20470710289b19431
MD5sum: 1c67c534f9b8fad72d56e55b02dc6649
Description: debug symbols for postgresql-12-auto-failover
Build-Ids: b3aebfab162954cb6c6add2fbba6ddb82a8ebc5c
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-12-credcheck
Source: credcheck
Version: 2.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-12-credcheck_2.6-1.pgdg+1_arm64.deb
Size: 69508
SHA256: a53a013424dc096f0e621b683de63532000c750ec8b29c00bc3e21be5cfb32b9
SHA1: 0f44012175ebef348f378ffd2ef448429a469204
MD5sum: 8a6ffdf02b9340af095b95f873cd8bcf
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-12-credcheck-dbgsym
Source: credcheck
Version: 2.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-12-credcheck (= 2.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-12-credcheck-dbgsym_2.6-1.pgdg+1_arm64.deb
Size: 63168
SHA256: 66e4b37b204b1d03019bec29d768ca2cd9ce68393e458e194e23a2c97987f57e
SHA1: 9c206033c394c82f7d3d1ba2044e6c6f8f2cb87e
MD5sum: 941fff68ec076bf2d0586afb27ee3932
Description: debug symbols for postgresql-12-credcheck
Build-Ids: 20c770f216e62fd0cc80034aa32b7b8b21ee2be6
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-12-orafce
Source: orafce
Version: 4.9.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1269
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_4.9.2-1.pgdg+1_arm64.deb
Size: 400084
SHA256: 9d1aff0585b6ed38467df655ae4a6a340dccea37c9141bf58e831338367956e1
SHA1: cdb39a18de2e22af84253f533d6193533cc74c0c
MD5sum: 984d823b93738782cd2ac0865a0e29d6
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 4.9.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 328
Depends: postgresql-12-orafce (= 4.9.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_4.9.2-1.pgdg+1_arm64.deb
Size: 277184
SHA256: bb4f9d71105904d27d17cee7a12f8f7a0cad2c0d4160cadb06d2917365a31586
SHA1: 546a7208765f406b61456aa0ffa32e07b8cd608e
MD5sum: a05fc677b5b0b7529ed4abba64224d44
Description: debug symbols for postgresql-12-orafce
Build-Ids: d1ed6238becdec87a079a1e9ba94008b067eebe7
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-12-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-12-pglogical, postgresql-12, postgresql-12-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-12-pglogical-ticker_1.4.1-7.pgdg+1_arm64.deb
Size: 21320
SHA256: b89f45b3d0f2e675286d67ba437303c09dc623e38e2049db21be40807170aef6
SHA1: 621004ee58b57156464f039a5ca3610540848de3
MD5sum: 1b796f9fd77c71c1350daa166fa87b46
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 12.
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-12-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-12-pglogical-ticker (= 1.4.1-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-12-pglogical-ticker-dbgsym_1.4.1-7.pgdg+1_arm64.deb
Size: 14364
SHA256: f98c727faf4a93d71e979bbf2cd326b076aea74cf6385721d5437901bb5e0f9b
SHA1: fd64210dd12b6412d60475aaf3393361d316f872
MD5sum: bdefa7035826d327a52d224eb7e6014b
Description: debug symbols for postgresql-12-pglogical-ticker
Build-Ids: f1d095d72b2fa8da49e724156e1080d6c8b22a49
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-12-pgtap
Source: pgtap
Version: 1.3.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1793
Depends: postgresql-12
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-12-pgtap_1.3.2-1.pgdg+1_arm64.deb
Size: 62400
SHA256: 111e51e9645a3d1dcf16cba187ea8a6f8c8b7b3502a371d3bb08f98e61c43ebb
SHA1: 4df96ba429a3cdf32ef503da64e72c66c4c9af2d
MD5sum: da9a3ca2d4cb47a65ba94c8593daaa5e
Description: Unit testing framework extension for PostgreSQL 12
 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 12.
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-12-pgvector
Source: pgvector
Version: 0.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 511
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-12-pgvector_0.6.0-1.pgdg+1_arm64.deb
Size: 211596
SHA256: c355dd49a7a91b20ed5a6e9ae7ad9859f365f3f9f3dcdb698a4526a0d1285f09
SHA1: 9c76d1ddf1d386a03767063d64e4943127177538
MD5sum: 37d98c9b2ffd05bfb68dd97d77bd507d
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-12-pgvector-dbgsym
Source: pgvector
Version: 0.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 238
Depends: postgresql-12-pgvector (= 0.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-12-pgvector-dbgsym_0.6.0-1.pgdg+1_arm64.deb
Size: 213100
SHA256: 69a371bb39e8681effca4f2ca0ad59b69196e2c5b0ccf930893f5bd82f73f39d
SHA1: 85ae3bfda07366d221d1702958960d46d9565166
MD5sum: edf036e208999f73030ddb2e0b3017f5
Description: debug symbols for postgresql-12-pgvector
Build-Ids: 96d468b087b27d1071a982c22e54db63b14b4311
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-12-statviz
Source: pg-statviz
Version: 0.6-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: python3-argh, python3-dateutil, python3-matplotlib, python3-numpy, python3-psycopg2, postgresql-12
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-12-statviz_0.6-2.pgdg+1_all.deb
Size: 8244
SHA256: a38a0d2dc45fcf9aca4326035ad99c24989ca5370e6841b2733432c35cc77f05
SHA1: 2f36c0be8f47e4385bfe039b54c7c2c3affc59ed
MD5sum: 6d9da3077dba4428f8a763c98657c1a7
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-13-auto-failover
Source: pg-auto-failover
Version: 2.1-2.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1157
Depends: pg-auto-failover-cli (>= 2.1-2.pgdg+1), postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17), libpq5 (>= 8.4~)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-13-auto-failover_2.1-2.pgdg+1_arm64.deb
Size: 400976
SHA256: ee2abbf15abc9794ff701292bec70920724a3b0855a4e3b78bb55545cca011ab
SHA1: b48eedffa4bbcf1cf8b411fad1ac28c375cd8a87
MD5sum: fcab57b9da2386c7121ee55d0524181f
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-13-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 165
Depends: postgresql-13-auto-failover (= 2.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-13-auto-failover-dbgsym_2.1-2.pgdg+1_arm64.deb
Size: 142100
SHA256: af27cdb1a7ef95b2ba3db1d8ae6dc9f7a31d87cb5cfb560d380f9ebed704ab98
SHA1: 193291ec99516320843acf191741a3ed03f137d6
MD5sum: ff36538d6001fee206d166969bd2afcd
Description: debug symbols for postgresql-13-auto-failover
Build-Ids: c94ce50d24f071c0570b6cf195ccc2b98605320b
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-13-credcheck
Source: credcheck
Version: 2.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-13-credcheck_2.6-1.pgdg+1_arm64.deb
Size: 69620
SHA256: 4ee49b2c4ed80dec53cb5fbf76ae1f8d865afeec3f02a11e7e00fd1e9272b1db
SHA1: 2a905b1d4e620f9bc3b8955a539a1a8aabbaa967
MD5sum: 31d8cbf4a4832ad0ffb8ef4813786b84
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-13-credcheck-dbgsym
Source: credcheck
Version: 2.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-13-credcheck (= 2.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-13-credcheck-dbgsym_2.6-1.pgdg+1_arm64.deb
Size: 66732
SHA256: e392d7e2a51ad0f6e3a84fc44c04c953be87c19aa7a346c3368cc6a7e5cda874
SHA1: 69abdbe757f226baac13b572e92269f2d321638b
MD5sum: 87bff967a810514d9926f623790fe9f3
Description: debug symbols for postgresql-13-credcheck
Build-Ids: f68fed5b89e17d91163bc7c8a17f412206f81864
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-13-orafce
Source: orafce
Version: 4.9.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_4.9.2-1.pgdg+1_arm64.deb
Size: 399252
SHA256: d4dfaafe08d28c398085f25fc46ae757a652d8276521d6f70272730672a9ce65
SHA1: 485001db93ef1260ea383cf198e02d4565252d18
MD5sum: eac108d5c4d24c7d5ba702819675820f
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 4.9.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 335
Depends: postgresql-13-orafce (= 4.9.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_4.9.2-1.pgdg+1_arm64.deb
Size: 282656
SHA256: 89eb81484510fda9ddea1349e44c83b0cb2a3a873f9d69d072e5ebe406949423
SHA1: ab245647461245950b4dbcc0145d9bdf6376a630
MD5sum: 20e837e477bb6b65cc311ed2719485e9
Description: debug symbols for postgresql-13-orafce
Build-Ids: b92268e44d3946ddd334eaf457294db66cc91474
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-13-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-13-pglogical, postgresql-13, postgresql-13-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-13-pglogical-ticker_1.4.1-7.pgdg+1_arm64.deb
Size: 21320
SHA256: 92af6760c8d8d6fe91732eb8f73f9de3b4c7f9ba4165c4576365926538530b38
SHA1: 7dc958ce2391fb252a5929a91e533082387b6c2b
MD5sum: a89cc1a17c4c433ff535ea36a64ec8ad
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 13.
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-13-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-13-pglogical-ticker (= 1.4.1-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-13-pglogical-ticker-dbgsym_1.4.1-7.pgdg+1_arm64.deb
Size: 14412
SHA256: 77fc3d0d048820e3dcc26ca4723bfeef550437e419e45e6c6ae5d2150ca9f597
SHA1: 92d8d58977a13c4d3f8b9b41da7bd63a9f76704d
MD5sum: f9878d309276f50db5a0180f7164e67e
Description: debug symbols for postgresql-13-pglogical-ticker
Build-Ids: 4a71a87d86ba5fd77be898c15decb0d5e8de32fc
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-13-pgtap
Source: pgtap
Version: 1.3.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1793
Depends: postgresql-13
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-13-pgtap_1.3.2-1.pgdg+1_arm64.deb
Size: 62428
SHA256: a9dd08795fd58028ca840016b0570795f9d6c39b44721110cb5137555810b24e
SHA1: c1f810e0cfc33e5177f676e702f98fe4728801ea
MD5sum: 547e5977151c5ecdd2c42cf25133ddfd
Description: Unit testing framework extension for PostgreSQL 13
 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 13.
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-13-pgvector
Source: pgvector
Version: 0.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 506
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-13-pgvector_0.6.0-1.pgdg+1_arm64.deb
Size: 209020
SHA256: 206d7faf16cea45c49de22e70f8c7e9c884f8f33164358face02f2eb81a8787b
SHA1: d2066b6c630f8754c3d76c6e761b81e51a8721f0
MD5sum: e80e99b871822b8c652c70c2f1dcbdcc
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-13-pgvector-dbgsym
Source: pgvector
Version: 0.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 243
Depends: postgresql-13-pgvector (= 0.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-13-pgvector-dbgsym_0.6.0-1.pgdg+1_arm64.deb
Size: 218368
SHA256: b8ee486971848db0cbf0025fb6a9f0ca070f9f0d4d7ed934edbb5d5406eb1dd2
SHA1: 3bc7823a441c439d025c2244a48ca6d3c70c60c4
MD5sum: d88d4f37a29e7fdf984c802e5a6b4f86
Description: debug symbols for postgresql-13-pgvector
Build-Ids: fbbe07e851b6f243756b791ec49bde53891de2e1
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-13-statviz
Source: pg-statviz
Version: 0.6-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: python3-argh, python3-dateutil, python3-matplotlib, python3-numpy, python3-psycopg2, postgresql-13
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-13-statviz_0.6-2.pgdg+1_all.deb
Size: 8244
SHA256: 5e333d7ef995f3994916e33c4b3c2e928ac576d4c4543ea1a44906702696f27a
SHA1: 9697e24d5d3733ce4e5cfa6fcba4a91d4a8c005c
MD5sum: bad4969ab4342dd4d95be6a6da4ee6f7
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-14-auto-failover
Source: pg-auto-failover
Version: 2.1-2.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1173
Depends: pg-auto-failover-cli (>= 2.1-2.pgdg+1), postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17), libpq5 (>= 8.4~)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-14-auto-failover_2.1-2.pgdg+1_arm64.deb
Size: 405964
SHA256: 5c39040bb2d0e28a67e5c9d41c49f84ef363b5d684b529fd0c1eeca9eaadf6ea
SHA1: 28ef23d19260cf60da15e7263eaf2192821024c0
MD5sum: f859c68a0e826ee84f4ba3bd09b74352
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-14-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 168
Depends: postgresql-14-auto-failover (= 2.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-14-auto-failover-dbgsym_2.1-2.pgdg+1_arm64.deb
Size: 144836
SHA256: 2a1700e653db08fc01b5d2de0385a1ff9e75bf92837376ca051e2b59381566fc
SHA1: f2271e9889e4d2ff0ba839705ca9e8a164b717fa
MD5sum: d192a0e2aca55fc87e3caa94279ab6bb
Description: debug symbols for postgresql-14-auto-failover
Build-Ids: 29ba25e49e8fea80ae1aa965c6defc48129ad6d1
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-14-credcheck
Source: credcheck
Version: 2.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-14-credcheck_2.6-1.pgdg+1_arm64.deb
Size: 70352
SHA256: 3316088f5c7da3c8f769a7816788c25ee7b37949558fc2f9f7ee0cd2f9217e7e
SHA1: ae018269a6b95b5aeffbfa36af88cf7a8d2ea0d8
MD5sum: c2d8204f07974a7882e1e77bc4080678
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-14-credcheck-dbgsym
Source: credcheck
Version: 2.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-14-credcheck (= 2.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-14-credcheck-dbgsym_2.6-1.pgdg+1_arm64.deb
Size: 68488
SHA256: d352f08451d1617fbfcce91157c44f2530b87ef0c55541856ec986a8579153a1
SHA1: 438f9b26d5c3327f8d289fc4ed7f0d0de9c99984
MD5sum: 65bc717f9422c664d19a3e716f12ffd2
Description: debug symbols for postgresql-14-credcheck
Build-Ids: 233922a98c98092826e65bf86be89bb78c278f18
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-14-orafce
Source: orafce
Version: 4.9.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1275
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_4.9.2-1.pgdg+1_arm64.deb
Size: 401884
SHA256: 393c23eccee06e455b3400cec3660f66420bf2a1c414dd98985f3702060a2778
SHA1: 68eccc9012323784293953dc1e75868caf05f2d9
MD5sum: d6a086f565cd021d30cf1303c485786b
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 4.9.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 340
Depends: postgresql-14-orafce (= 4.9.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_4.9.2-1.pgdg+1_arm64.deb
Size: 288924
SHA256: ae9fba83d3e81e65fbb3aa739d87564565ccf8d062c48d50ce1232e5e2b7afb7
SHA1: f12ab3ca6ebf2fea9504be7be12cc78ac4eeab43
MD5sum: b74070a1998f084a47277632293e9a33
Description: debug symbols for postgresql-14-orafce
Build-Ids: 5daa96a57ff86b93281e522158b8bbb72acfc610
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-14-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-14-pglogical, postgresql-14, postgresql-14-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-14-pglogical-ticker_1.4.1-7.pgdg+1_arm64.deb
Size: 21372
SHA256: 17e5efe6b52d632fcb1c4c8689a3021243a446e82b01dd3a5e87a1314ae23472
SHA1: b9fe2ebdc459ca825f1addd7149de6a70f406043
MD5sum: f47769a63732f6cc2bbe6da037bf3a8e
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 14.
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-14-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-14-pglogical-ticker (= 1.4.1-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-14-pglogical-ticker-dbgsym_1.4.1-7.pgdg+1_arm64.deb
Size: 14600
SHA256: 498969a37df4a2292fe11c4ee0d3da339f85016eb9d61a29e98db1d0d8ac1657
SHA1: 8acd2c688bc93c93c9734b53d66444f151696e7f
MD5sum: 923b4c401c4c9de33ab5476ad62a192d
Description: debug symbols for postgresql-14-pglogical-ticker
Build-Ids: 6923f26523d503d08d12c6454fa77e549ed1a84b
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-14-pgtap
Source: pgtap
Version: 1.3.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1793
Depends: postgresql-14
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-14-pgtap_1.3.2-1.pgdg+1_arm64.deb
Size: 62420
SHA256: 24ad1fae27be5eb7d1c80fd1b2e93731cab95eaff4b42fdedd1ae75265ed5514
SHA1: 618ffddf4439b2509b86d6a4990e63423b0f23b7
MD5sum: dc1189c46bb9cc9105d19cd14596e341
Description: Unit testing framework extension for PostgreSQL 14
 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 14.
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-14-pgvector
Source: pgvector
Version: 0.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 510
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-14-pgvector_0.6.0-1.pgdg+1_arm64.deb
Size: 211976
SHA256: fc8b30bf7d45d7358af5796673e376ad32626bf60851f87df82dbc2846c0f224
SHA1: e4562e737386ff731f8ab0adffb56e5a7d7cffb9
MD5sum: 0cc603c375a13e850614440dab7226d6
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-14-pgvector-dbgsym
Source: pgvector
Version: 0.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 249
Depends: postgresql-14-pgvector (= 0.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-14-pgvector-dbgsym_0.6.0-1.pgdg+1_arm64.deb
Size: 223256
SHA256: 6fbf8f91355693d2b90b7397d5a958fdd738c3f3ea815379c7573724737ed2df
SHA1: 38c4b9c050e7d4e51ed925ec3057627936d76a2c
MD5sum: a2351d12e70c9487619f2398478fe0f5
Description: debug symbols for postgresql-14-pgvector
Build-Ids: 97673322369c747a1242c1ab0eece73e842a7d34
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-14-statviz
Source: pg-statviz
Version: 0.6-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: python3-argh, python3-dateutil, python3-matplotlib, python3-numpy, python3-psycopg2, postgresql-14
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-14-statviz_0.6-2.pgdg+1_all.deb
Size: 8240
SHA256: f5472a06296064512f864099c8451562a40d80514274776b90e2d439feeec44d
SHA1: 13d9503b6bd5620cc60a558b18549d6e2333d3a5
MD5sum: b629d28431130887bc22c75f2607d396
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-15-auto-failover
Source: pg-auto-failover
Version: 2.1-2.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1157
Depends: pg-auto-failover-cli (>= 2.1-2.pgdg+1), postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17), libpq5 (>= 8.4~)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-15-auto-failover_2.1-2.pgdg+1_arm64.deb
Size: 399384
SHA256: 5521074dbe82acc81fa715c779365a815d4d9288390c5023b3ebbfae544c8c40
SHA1: 939bfe3324ecb0ca635d6b8957d207f841fa766a
MD5sum: a0f3ca4c3465262aae731af78638eb0f
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-15-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 176
Depends: postgresql-15-auto-failover (= 2.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-15-auto-failover-dbgsym_2.1-2.pgdg+1_arm64.deb
Size: 151984
SHA256: 3c91e9658362adf9aa2afab519dc1ee3587c94cf5e497c550ab5284948858602
SHA1: b21a9b24c0f5ba3aefe341ca7ef66249ba78860a
MD5sum: 235dc581a08b99436c74bc237728fabe
Description: debug symbols for postgresql-15-auto-failover
Build-Ids: f5daf2164d1e49bcef2c6ea9fc8217e96b78c4d7
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-15-credcheck
Source: credcheck
Version: 2.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-15-credcheck_2.6-1.pgdg+1_arm64.deb
Size: 71076
SHA256: 8ef652f8437364d40e2ac91df0aebe4b81f5212342adcd298c1c97ce1d9e3fe3
SHA1: 24464ff24c3d372be4cee8550953374c3afee56b
MD5sum: f1fa8efc0b6aabfbef802aba64cf7314
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-15-credcheck-dbgsym
Source: credcheck
Version: 2.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-15-credcheck (= 2.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-15-credcheck-dbgsym_2.6-1.pgdg+1_arm64.deb
Size: 69572
SHA256: f5971200e389f476bd42c72db086be1a31a3e4ed95b5ac3630e6ec89cafa2ce8
SHA1: 686da9ca2ef22a09f24f9e455fa20498dbe513d4
MD5sum: c78a4490b237c5ede7185e9c94deca1b
Description: debug symbols for postgresql-15-credcheck
Build-Ids: 3d406ece98e3e98e413c61176c4a6e2d78d6e6dc
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-15-orafce
Source: orafce
Version: 4.9.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1277
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-15-orafce_4.9.2-1.pgdg+1_arm64.deb
Size: 402592
SHA256: ad0e2d4eb3ccb3574b4a05d545f2800bb6eeb1ac7f67dbd8496d1b964fd6254c
SHA1: 62f4f77461e0b5ba3e27e76d90a5e7c2c9251f0b
MD5sum: ecceb81a28ada8d6ec6ef015096f3cd0
Description: Oracle support functions for PostgreSQL 15
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-15-orafce-dbgsym
Source: orafce
Version: 4.9.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 341
Depends: postgresql-15-orafce (= 4.9.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-15-orafce-dbgsym_4.9.2-1.pgdg+1_arm64.deb
Size: 290200
SHA256: 02ee9a34770cf5a9aa686feb0d71a5439bfd536a9ffa61e0453385335d6450f4
SHA1: 57caa354c9d0d6771eac86f2ffa4afe18f5a9fa9
MD5sum: f09895cec4fe062d7ef1a3c376711d3a
Description: debug symbols for postgresql-15-orafce
Build-Ids: 26727d8285681ba07a7e48208438b5022a56f09e
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-15-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-15-pglogical, postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-15-pglogical-ticker_1.4.1-7.pgdg+1_arm64.deb
Size: 21328
SHA256: abe9ca651f9f807ae767a47db36480c1f0edbd836fbf371ac443ce1ea573217c
SHA1: 556906239f5d4c392cad71ab83fd56c4a6a02612
MD5sum: 4c561fac2c0252f40b9c97300189ca36
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 15.
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-15-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-15-pglogical-ticker (= 1.4.1-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-15-pglogical-ticker-dbgsym_1.4.1-7.pgdg+1_arm64.deb
Size: 14812
SHA256: 60b2701ca5152b305a4a32b7631c37a44c6aa4586216fcb706415e9bbfbfbe4b
SHA1: d6b592d81dbf2f856e52ae83822fbebb0efdced1
MD5sum: 7abca82cdaff13c03baf3c6c8cd82225
Description: debug symbols for postgresql-15-pglogical-ticker
Build-Ids: ab7df4ae89dae78042394d4b21b4ae5f54b6ffe2
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-15-pgtap
Source: pgtap
Version: 1.3.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1793
Depends: postgresql-15
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-15-pgtap_1.3.2-1.pgdg+1_arm64.deb
Size: 62432
SHA256: 5c76f9f7772e793e5883801d6e17f60841c6985218191009982d5e1db73c2e5b
SHA1: 088bc63501af72e01be8624596dc3be3f468f1a3
MD5sum: 3b0d8999ae6cc8e54dab1240a6f88934
Description: Unit testing framework extension for PostgreSQL 15
 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 15.
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-15-pgvector
Source: pgvector
Version: 0.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 509
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-15-pgvector_0.6.0-1.pgdg+1_arm64.deb
Size: 211876
SHA256: 306b762a3d4783b75c3eddb9150c100e3a49fcf42e679c27b986671d0f0d70b4
SHA1: df94bcf55f00ecb8edae9e09ffc96161aefd850c
MD5sum: f7a4391959da89a9f437f2d4a0fddf32
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-15-pgvector-dbgsym
Source: pgvector
Version: 0.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 250
Depends: postgresql-15-pgvector (= 0.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-15-pgvector-dbgsym_0.6.0-1.pgdg+1_arm64.deb
Size: 224260
SHA256: ce1a0edc97df61b1d665e9cd55484814587fd77a5674eae8fb67c0fa6a7fb67d
SHA1: ca4b38f2ab817bf39f57f6cd428ece4f3b2ca0f1
MD5sum: 8c3cfd342859f0b0c3ac565f91e8a43d
Description: debug symbols for postgresql-15-pgvector
Build-Ids: 68c2266116ec445a313093982970b326b0223f36
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-15-statviz
Source: pg-statviz
Version: 0.6-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: python3-argh, python3-dateutil, python3-matplotlib, python3-numpy, python3-psycopg2, postgresql-15
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-15-statviz_0.6-2.pgdg+1_all.deb
Size: 8240
SHA256: b0b7d5c08f032297ba403f43d5f1486352c605296168650e3068d57cc3ff43ba
SHA1: e70cbb959c3d76f8e068ca7fe70a758632b4897c
MD5sum: a1524d324320245bdcca022fdcfb031f
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-16-auto-failover
Source: pg-auto-failover
Version: 2.1-2.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1177
Depends: pg-auto-failover-cli (>= 2.1-2.pgdg+1), postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17), libpq5 (>= 8.4~)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-16-auto-failover_2.1-2.pgdg+1_arm64.deb
Size: 406724
SHA256: 21416e1f668f9732d18e898053b446038cb64125d1118ed4f795e540b4031c38
SHA1: 5eb4ff89e425e253e7d8cdb8384b1989dd4687a6
MD5sum: 72634ecbc740fdf9bee5f1c1e19c184a
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-16-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 196
Depends: postgresql-16-auto-failover (= 2.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-16-auto-failover-dbgsym_2.1-2.pgdg+1_arm64.deb
Size: 172944
SHA256: f9aa67065dda31ad9ef0f5c143a4c7f63bfe822ac5de2b2f0228204473406e63
SHA1: 08dbf75bbc9a03fdb2074cf26aecedbc516a3694
MD5sum: f9cd66a65406a925a10cc34c44b9031e
Description: debug symbols for postgresql-16-auto-failover
Build-Ids: de5564d6879c3fce4274159a7f1e6e136bf80cb4
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-16-credcheck
Source: credcheck
Version: 2.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-16-credcheck_2.6-1.pgdg+1_arm64.deb
Size: 70708
SHA256: d16a1bbb1d88a8367374e31740e6461a1405240565a3c5fe4f89c6c7fb19923e
SHA1: 36408f7a7ccd41db1e787e1bb6926207db100f77
MD5sum: 8df6f24270dd429aaf8043226103fb03
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-16-credcheck-dbgsym
Source: credcheck
Version: 2.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-16-credcheck (= 2.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-16-credcheck-dbgsym_2.6-1.pgdg+1_arm64.deb
Size: 71388
SHA256: 91ec20656eef7d0b5ea56d4467b3879d37b29a682cbffbfea8689bea8728bf65
SHA1: b63d65307def8a0ed42c09329bc1b790926f0cc9
MD5sum: 4bf9e376adc8ff0de4f0aa40ab72e856
Description: debug symbols for postgresql-16-credcheck
Build-Ids: fc621a1005f0d7500bb17259566bcfdfc237fa15
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-16-orafce
Source: orafce
Version: 4.9.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1204
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-16-orafce_4.9.2-1.pgdg+1_arm64.deb
Size: 395252
SHA256: 0ffe995d43690d368bafbb1d6f09b35a530afe86c6d6099f64499e453c74a727
SHA1: 4e5de80ccdd08a0debb0042a3ffd5f413caf65e0
MD5sum: 57931787905ce5682f9085c2faf48696
Description: Oracle support functions for PostgreSQL 16
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-16-orafce-dbgsym
Source: orafce
Version: 4.9.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 357
Depends: postgresql-16-orafce (= 4.9.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-16-orafce-dbgsym_4.9.2-1.pgdg+1_arm64.deb
Size: 307800
SHA256: cd5c1f6952633d4906166af9c2a5908b5a11c8fc662d4dc9072ee5c780d5ec8a
SHA1: de34ded6fcc662c1b349839c2f76b59ad1695ee6
MD5sum: 82fc08182adece895a5d32d19ad563d3
Description: debug symbols for postgresql-16-orafce
Build-Ids: 309b4ff8751e947f608337cdcae28da05b5bd9b8
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-16-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-16-pglogical, postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-16-pglogical-ticker_1.4.1-7.pgdg+1_arm64.deb
Size: 21212
SHA256: a7026b711b9b9517191af09b38e8fbe452c88496d82fd0244393aeb7e75f38fa
SHA1: 0cc2f16079c959c5d6aedfd0d4afeba9575944d9
MD5sum: 839b4c5ceb25dade4ece7c01c1c1e16e
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 16.
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-16-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-16-pglogical-ticker (= 1.4.1-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-16-pglogical-ticker-dbgsym_1.4.1-7.pgdg+1_arm64.deb
Size: 15652
SHA256: 4b177de02f4ef49045b1b9ceb04fac1522d256d79db801726e3c2e09e9dabab3
SHA1: 111d42fc24a70469cb694e3557e135904ff2facb
MD5sum: e6f756c30ef0c8d5896fcabba1ea14ea
Description: debug symbols for postgresql-16-pglogical-ticker
Build-Ids: 2519ed90b0a538a66a4f5949baae8883d3054f7f
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-16-pgtap
Source: pgtap
Version: 1.3.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1793
Depends: postgresql-16
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-16-pgtap_1.3.2-1.pgdg+1_arm64.deb
Size: 62436
SHA256: 4b57223b85a126d29fb5f9dbd308a9e4c83c012c8aa64568a50e8df33df9ee51
SHA1: 25acf96fd19676868026c44066e296af804ea0e1
MD5sum: d6ad6d2e8824fd5c3df5f518d61a4421
Description: Unit testing framework extension for PostgreSQL 16
 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 16.
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-16-pgvector
Source: pgvector
Version: 0.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 507
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-16-pgvector_0.6.0-1.pgdg+1_arm64.deb
Size: 208988
SHA256: 54a01bad7ac6093ed4d7fdb59f38c7a48e075fdf609463986953c4c98891a51b
SHA1: dcf5f1929dd453cba4772870f1a6eeaa4d1fad5c
MD5sum: d49a590116d2dcef8cd96f990aa90a4f
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-16-pgvector-dbgsym
Source: pgvector
Version: 0.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 272
Depends: postgresql-16-pgvector (= 0.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-16-pgvector-dbgsym_0.6.0-1.pgdg+1_arm64.deb
Size: 245928
SHA256: 06989b0a641704e411b6cbea772d583e3becdd23ad52279b02f702af8334c362
SHA1: 35e731b75a5dda686a298f618550a16be1e67f0a
MD5sum: 73b4faf5a477fd781f00c766c414ef2c
Description: debug symbols for postgresql-16-pgvector
Build-Ids: 4d0952ee0d709798ec5021463201dbbc2046c619
Timestamp: 2024-02-09 13:16:03+00

Package: postgresql-16-statviz
Source: pg-statviz
Version: 0.6-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: python3-argh, python3-dateutil, python3-matplotlib, python3-numpy, python3-psycopg2, postgresql-16
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-16-statviz_0.6-2.pgdg+1_all.deb
Size: 8236
SHA256: 3a8dca2d5b04e204be135dd26182c3ce8d60ed67895ce36f6fcb002a0c48fe86
SHA1: 90e56d93dbf0e4431ccc1cac412e743964ffc287
MD5sum: b164cc225bd1d673e288f97e13055a79
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2024-02-09 13:16:03+00

Package: python3-pglast
Source: pglast
Version: 6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1842
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3-pkg-resources, python3:any, libc6 (>= 2.17), libpg-query1605.1
Suggests: python-pglast-doc
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: python
Filename: pool/main/p/pglast/python3-pglast_6.2-1.pgdg+1_arm64.deb
Size: 403456
SHA256: c346f8115625ee8d1cd21f4676f860f90ec6867b8d5312be73551adfff8428dd
SHA1: 6e7490f8883326eecf3e2f43e0851e4ccbd076c5
MD5sum: 51569a1af2decc9428536a6e4eae8461
Description: PostgreSQL Languages AST and statements prettifier (Python 3)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This package installs the library for Python 3.
Timestamp: 2024-02-09 13:16:03+00

Package: python3-pglast-dbgsym
Source: pglast
Version: 6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2908
Depends: python3-pglast (= 6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglast/python3-pglast-dbgsym_6.2-1.pgdg+1_arm64.deb
Size: 2828048
SHA256: 93853ab6acd4af9da7628fdc949e943e8d6c1a8b530eb70edd973a9a4e5b2f44
SHA1: 067975e929fed1d9a9a177fc6761751e94963c31
MD5sum: 1052010b6b6e00446a67442f424c1198
Description: debug symbols for python3-pglast
Build-Ids: 112a5adde22a16f7cd2d0137bc7584df0f8e88bf f2b0a6d75c58aff623eb8ea9f22e04b0e2ce7eb7
Timestamp: 2024-02-09 13:16:03+00

Package: python-pglast-doc
Source: pglast
Version: 6.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3825
Depends: libjs-sphinxdoc (>= 7.2.2)
Multi-Arch: foreign
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: doc
Filename: pool/main/p/pglast/python-pglast-doc_6.2-1.pgdg+1_all.deb
Size: 278904
SHA256: 332bc9bd25305dd6ef1493c51d7b27ab9cc613a13edba14bb4fd084e8b0af4d5
SHA1: de2e4e2e2be988c5acbeea08ed4e8e602829da7d
MD5sum: 80b9208ea920bb5d776ae1bb42c10180
Description: PostgreSQL Languages AST and statements prettifier (common documentation)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This is the common documentation package.
Timestamp: 2024-02-09 13:16:03+00

Package: pgtap
Version: 1.3.2-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28
Depends: postgresql-pgtap, libtap-parser-sourcehandler-pgtap-perl
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/pgtap_1.3.2-2.pgdg+1_all.deb
Size: 20664
SHA256: 1ed57cb98bb0e75d18988619703ee3d25d71e5389ed4376d90d675741fb59b50
SHA1: 984a8c0abacefaf111bd0730ba4cf34df6632eff
MD5sum: 048c36fd01cf23b4d176e0051cd0afe1
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.
Timestamp: 2024-02-10 18:54:11+00

Package: pgtap-doc
Source: pgtap
Version: 1.3.2-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 356
Multi-Arch: foreign
Homepage: https://pgtap.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgtap/pgtap-doc_1.3.2-2.pgdg+1_all.deb
Size: 66552
SHA256: 934f6fbb4c41d6d2a0739bfce6774800fd2a4f559817b6da255ab0c603d98566
SHA1: 78f3030cf232cfca0a48bde4463ddefb19257962
MD5sum: 0057301ec658996b6a995c2941dbafef
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.
Timestamp: 2024-02-10 18:54:11+00

Package: postgresql-10-debversion
Source: postgresql-debversion
Version: 1.1.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.17), postgresql-10
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-10-debversion_1.1.2-3.pgdg+1_arm64.deb
Size: 8932
SHA256: b561b2beb3f78649fe387557cf363a0cc0e420958836541ff319ef6aacfe2c98
SHA1: e30dc9aef78bc251b119484615c05d0e94e811a7
MD5sum: 6570b662dc4707b3905a9192d2c458ac
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()
Timestamp: 2024-02-10 18:54:11+00

Package: postgresql-10-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-10-debversion (= 1.1.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-10-debversion-dbgsym_1.1.2-3.pgdg+1_arm64.deb
Size: 17408
SHA256: ee5e8750c46cd47c87a43927012a466c7510232de040c478a80a3e860b4fdca1
SHA1: 1129a0cf705a1b2c5951ae5b5a4ba3afdfcf556d
MD5sum: 4f44be48df5bb21236c907ccd9318fb9
Description: debug symbols for postgresql-10-debversion
Build-Ids: c95357256305cfe4fbb9b67d936be4d59f7b39d4
Timestamp: 2024-02-10 18:54:11+00

Package: postgresql-10-pgtap
Source: pgtap
Version: 1.3.2-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1793
Depends: postgresql-10
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-10-pgtap_1.3.2-2.pgdg+1_all.deb
Size: 62508
SHA256: 785e1fece837bcc6d0fb3f4af652ab541647a878e003926c112b88b1c777df4b
SHA1: ca6ba476a6c81948c9d169e90567d5f3d631751b
MD5sum: ac3a85ed4d0c5a12669f7c39b84199e5
Description: Unit testing framework extension for PostgreSQL 10
 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 10.
Timestamp: 2024-02-10 18:54:11+00

Package: postgresql-11-debversion
Source: postgresql-debversion
Version: 1.1.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 16)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-11-debversion_1.1.2-3.pgdg+1_arm64.deb
Size: 13940
SHA256: ce804fbc8c549ab22c18a878b7706b71f1253c722c7153135135ad1477bef794
SHA1: 94f93975ef5d61099ac2868695f8c497eae3f6ce
MD5sum: 752d0d378d73f12b5cb6c073a73c2737
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()
Timestamp: 2024-02-10 18:54:11+00

Package: postgresql-11-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-11-debversion (= 1.1.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-11-debversion-dbgsym_1.1.2-3.pgdg+1_arm64.deb
Size: 17576
SHA256: 84fc8ca61fa16514279c8d4dab6e2566835ce41f958ef946a4cc62035b0f367b
SHA1: e977c08a1d299530749f83f9f5018750d9e510d1
MD5sum: 10a7308d23933beffda68245f824055b
Description: debug symbols for postgresql-11-debversion
Build-Ids: 9301f47948cadef18706d59f745a7d6321b9b041
Timestamp: 2024-02-10 18:54:11+00

Package: postgresql-11-pgtap
Source: pgtap
Version: 1.3.2-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1793
Depends: postgresql-11
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-11-pgtap_1.3.2-2.pgdg+1_all.deb
Size: 62492
SHA256: 1c2dd8d457fba46f1cadeb8a31b177ed9ced26c8b114e28bc455a6697f429e36
SHA1: 6b462153611bb2df63255c8feecea506faa436dd
MD5sum: 7f89b43d06cb0561f642a0a97b29da80
Description: Unit testing framework extension for PostgreSQL 11
 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 11.
Timestamp: 2024-02-10 18:54:11+00

Package: postgresql-12-debversion
Source: postgresql-debversion
Version: 1.1.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 16)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-12-debversion_1.1.2-3.pgdg+1_arm64.deb
Size: 13952
SHA256: 5aa50f16eff4c0dbe46ed75e5fa1f3cf886e08ccf5751ba79f5c56e23cfa0bf5
SHA1: 2bf31c16018396b3cece56efec470ff3528d52e3
MD5sum: 62ce8dd638f7ef29abbb76084b026a33
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()
Timestamp: 2024-02-10 18:54:11+00

Package: postgresql-12-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-12-debversion (= 1.1.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-12-debversion-dbgsym_1.1.2-3.pgdg+1_arm64.deb
Size: 17700
SHA256: 8dd15f2000a222cab37759c39c9a01251854277fcc5612d16c3ace632bccc172
SHA1: e0b50f5abc7dece0e05b8e728f3a31f670cfe73d
MD5sum: e539062b7e7e9fec9dac7c711d6155ae
Description: debug symbols for postgresql-12-debversion
Build-Ids: a81b9bc49bb8962ff6856c93976b39693d789c0a
Timestamp: 2024-02-10 18:54:11+00

Package: postgresql-12-pgtap
Source: pgtap
Version: 1.3.2-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1793
Depends: postgresql-12
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-12-pgtap_1.3.2-2.pgdg+1_all.deb
Size: 62460
SHA256: 4fc9f5f4358cad452f81b3889879836c07fb735aff70314a23471b325d7856be
SHA1: b2d340555ae152de04f75bafd3b3a12e53dbc34d
MD5sum: 5f0fde1fe6a1963ad0dca6185b75eeb8
Description: Unit testing framework extension for PostgreSQL 12
 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 12.
Timestamp: 2024-02-10 18:54:11+00

Package: postgresql-13-debversion
Source: postgresql-debversion
Version: 1.1.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 16)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-13-debversion_1.1.2-3.pgdg+1_arm64.deb
Size: 13944
SHA256: cbaf5f47f04975751530e7b4bba7a9ec86a78d0025511183b86ad45230fa96a8
SHA1: 3016dfc29dd54d93288c19cfb9f684f78975a082
MD5sum: fb34a37943ea32763fe7b943a73c0567
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()
Timestamp: 2024-02-10 18:54:11+00

Package: postgresql-13-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-13-debversion (= 1.1.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-13-debversion-dbgsym_1.1.2-3.pgdg+1_arm64.deb
Size: 17848
SHA256: 25645578d0b228a054491223fd7cdd93a09b62d6dac3843d558cba6f0cad836a
SHA1: dfe779d206e0ecdd5330875d5a29ad08262526f0
MD5sum: 5a4fbfb0f56fc04a4f178c324ff1b814
Description: debug symbols for postgresql-13-debversion
Build-Ids: 15edbf135edfebb36723a630e5b470313a4d2d19
Timestamp: 2024-02-10 18:54:11+00

Package: postgresql-13-pgtap
Source: pgtap
Version: 1.3.2-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1793
Depends: postgresql-13
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-13-pgtap_1.3.2-2.pgdg+1_all.deb
Size: 62468
SHA256: bbb4bb01f0a073b7313d05dc4e6db4883353036420f82528c539b8312edea5aa
SHA1: 28e6c266875a778018431c4f5ce3c249e0561121
MD5sum: 9a879b183bb40eb70394f73b8bc2d0b1
Description: Unit testing framework extension for PostgreSQL 13
 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 13.
Timestamp: 2024-02-10 18:54:11+00

Package: postgresql-14-debversion
Source: postgresql-debversion
Version: 1.1.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 16)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-14-debversion_1.1.2-3.pgdg+1_arm64.deb
Size: 13940
SHA256: 72ff374230aef6e2b66965b4f9b14d0f2ac5093f12b233fe44b0354b1e91f662
SHA1: 11bcd12011e9daa411fbcdcd6f267dbe2cc01745
MD5sum: 125a807dd013ece839dd637c41ee0ae0
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()
Timestamp: 2024-02-10 18:54:11+00

Package: postgresql-14-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-14-debversion (= 1.1.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-14-debversion-dbgsym_1.1.2-3.pgdg+1_arm64.deb
Size: 17944
SHA256: 374f419b7bc3e4ce0b513848e69f1a1731c5692e1895bd2f7d7ede677c72f1f8
SHA1: 7d6e2b6a4f438938107b9f238a1d0623a5d7740d
MD5sum: 9beb3d2501dc6f6b4c18f50d3b120efe
Description: debug symbols for postgresql-14-debversion
Build-Ids: dcef02f70de96b7b121a399b36bf0f9ec069624e
Timestamp: 2024-02-10 18:54:11+00

Package: postgresql-14-pgtap
Source: pgtap
Version: 1.3.2-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1793
Depends: postgresql-14
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-14-pgtap_1.3.2-2.pgdg+1_all.deb
Size: 62432
SHA256: 80daf89310ae19842e46d57aa09d8b71d4e62937981b0a5dc18038d95f270e83
SHA1: dbbf72d7098ef36fbc602caac74db845441c5f17
MD5sum: bf42a9f57537386cba4a8d587b2ff3fb
Description: Unit testing framework extension for PostgreSQL 14
 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 14.
Timestamp: 2024-02-10 18:54:11+00

Package: postgresql-15-debversion
Source: postgresql-debversion
Version: 1.1.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 16)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-15-debversion_1.1.2-3.pgdg+1_arm64.deb
Size: 13968
SHA256: 3e8aeca700c9538fec3fffe6a5344191b1fefa854af1f36a5714526c7b3ee962
SHA1: d1a642b627b48808c7069793a2b61e68f61812e9
MD5sum: 14582bb857b177c91270c28cb0a0d991
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()
Timestamp: 2024-02-10 18:54:11+00

Package: postgresql-15-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-15-debversion (= 1.1.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-15-debversion-dbgsym_1.1.2-3.pgdg+1_arm64.deb
Size: 18088
SHA256: d263550a91556a1c44a80023202e304be90245376f8bf3bd2f0e22cb6fb81679
SHA1: 859449e87f5e0ce38bacec31d8aa00961dd0b89f
MD5sum: 94b5c61176b1e96717d8596468c48737
Description: debug symbols for postgresql-15-debversion
Build-Ids: c90ca4958bb51cec47ae653e886bca4569b6623b
Timestamp: 2024-02-10 18:54:11+00

Package: postgresql-15-pgtap
Source: pgtap
Version: 1.3.2-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1793
Depends: postgresql-15
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-15-pgtap_1.3.2-2.pgdg+1_all.deb
Size: 62428
SHA256: ae70e24ae8920939e0cff363d05eb09c5145bf5ff1298a8ea8e39f826ef41a13
SHA1: a2075f3f057f6485fea65f50a976edc9e15636a8
MD5sum: 6c136a1a4279a140d46222bdbc500ca2
Description: Unit testing framework extension for PostgreSQL 15
 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 15.
Timestamp: 2024-02-10 18:54:11+00

Package: postgresql-16-debversion
Source: postgresql-debversion
Version: 1.1.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 16)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-16-debversion_1.1.2-3.pgdg+1_arm64.deb
Size: 13952
SHA256: 8d5c497a033b7d9e40dcde971373d0e45d1683fad6567790be46f2abb15fa24e
SHA1: 8471469035437b52c494edf00e758fc46611e651
MD5sum: 186a544a584b88dcb8a504d011a5c0b3
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()
Timestamp: 2024-02-10 18:54:11+00

Package: postgresql-16-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-16-debversion (= 1.1.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-16-debversion-dbgsym_1.1.2-3.pgdg+1_arm64.deb
Size: 19800
SHA256: 096dd56f9bf763ba180aac51103ca790c948fcc5845627055da90023cfa7b359
SHA1: 9d44d60c576e20afe1065db10117ca65c1751e9b
MD5sum: 7d4b1fdca4e942195a1bdec5bdbce4a9
Description: debug symbols for postgresql-16-debversion
Build-Ids: 7699e1a05c19bda869cabfe076242402acbae664
Timestamp: 2024-02-10 18:54:11+00

Package: postgresql-16-pgtap
Source: pgtap
Version: 1.3.2-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1793
Depends: postgresql-16
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-16-pgtap_1.3.2-2.pgdg+1_all.deb
Size: 62468
SHA256: 5a092e7f3abca1507d2d35c58215f58dcb8e3e67b3f63ec46d0f6bb6e95b5a7c
SHA1: 06bd3d22f38b53bdf6f6d593625d41a2ab546626
MD5sum: 7409b9c74342a562be612a1e1de82115
Description: Unit testing framework extension for PostgreSQL 16
 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 16.
Timestamp: 2024-02-10 18:54:11+00

Package: postgis-dbgsym
Source: postgis
Version: 3.4.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 707
Depends: postgis (= 3.4.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.4.2+dfsg-1.pgdg+1_arm64.deb
Size: 535556
SHA256: e0440be3275ef083e1648a5f8920dc2f8994f3fe17b25028032b74913acf8d8f
SHA1: 9c4a30e7ddc80a18de51f9c6b856b568e0176a3b
MD5sum: fcd447592c35b283f11662cc302ba86c
Description: debug symbols for postgis
Build-Ids: 6d25173d93b72e50fed76cf3eb0083b46fd7d0bc 9a5b4cd854d956b414dbe4ea498fefdb67e052c5 a8162415935ce0431bfe603a5747f8a794be157b
Timestamp: 2024-02-15 16:53:53+00

Package: postgis
Version: 3.4.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 632
Depends: libc6 (>= 2.34), libgdal34 (>= 2.0.1), libgeos-c1v5 (>= 3.6), libpq5, libproj25 (>= 5.2.0), perl:any
Recommends: postgresql-postgis, postgis-doc
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.4.2+dfsg-1.pgdg+1_arm64.deb
Size: 144608
SHA256: 1bf9975cb7d7bd9c018346dcb37b3fc0aef64143b0f2557e19ae906e17d0d80b
SHA1: c50086ae6cb737a82354df2e6337073d1db8bdd4
MD5sum: 46107cf57d3e84f14d5d2bfab7084ec8
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2024-02-15 16:53:53+00

Package: postgis-doc
Source: postgis
Version: 3.4.2+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6226
Suggests: postgis
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: doc
Filename: pool/main/p/postgis/postgis-doc_3.4.2+dfsg-1.pgdg+1_all.deb
Size: 2916932
SHA256: b132ead596084b91fa4e94fd676724d009ae50fec4b520964960ac35150acd1b
SHA1: 82d43bcd11314c5a129ca480be59122939b3264a
MD5sum: b3a600a1b83bee4886d1cce5804f0030
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.
Timestamp: 2024-02-15 16:53:53+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.4.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10222
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal34 (>= 3.7.0), libgeos-c1v5 (>= 3.12.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-12-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.4.2+dfsg-1.pgdg+1_arm64.deb
Size: 3601408
SHA256: 2da2b5ac8e5c9f46df17e1cb54862ca7ea9e09e08b1512d1b7910a6bdbc7587f
SHA1: b4ca488d640bd03183a8db33f1fa06d5404978be
MD5sum: 1d1ddedeab0ceb96ef12488bc13a1d23
Description: Geographic objects support for PostgreSQL 12
 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".
Timestamp: 2024-02-15 16:53:53+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis
Version: 3.4.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4516
Depends: postgresql-12-postgis-3 (= 3.4.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.4.2+dfsg-1.pgdg+1_arm64.deb
Size: 3958108
SHA256: bcd6a624302acda27219b98c8666bb3204cc1ce9e13ad3bef35860187aa79407
SHA1: 06a8fa97891d8d6d92ee01b72c0ebbecf93a87c7
MD5sum: 0d85aa5ec959c579b3c9c8a38f065031
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 1514fb8f6a58a9e415fae59ef334df6138a24d20 1e5c8536fee3673ad6b36d61a881a15cfa9ae742 3f0897637a8ed93313ca2e7345f096be3ce6c901 b5dccb5f3153bff1eadbfea7f0378d7bd1ad53d6 df6cfdd56e602120c677c20a10ce4c3b432c56ff
Timestamp: 2024-02-15 16:53:53+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.4.2+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38818
Recommends: postgresql-12-postgis-3
Provides: postgresql-12-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.4.2+dfsg-1.pgdg+1_all.deb
Size: 1300284
SHA256: ac59049584366bd6ea7f49691adb21bb07c39555a27e83f7c55a7cea82172e38
SHA1: 8553b13f638007a9e9f750fdbf77151776e5deef
MD5sum: 8b2aacf1351ae14beea5227e7c5beffa
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2024-02-15 16:53:53+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.4.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10207
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal34 (>= 3.7.0), libgeos-c1v5 (>= 3.12.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-13-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.4.2+dfsg-1.pgdg+1_arm64.deb
Size: 3610056
SHA256: 7fdedc3bc4837bfa1fbbc7cc337883d5e89fb2f6e3347388e44253a70c559139
SHA1: f7eeb60708b67125f126ed511e93213c60975655
MD5sum: 103eca198cd7dca8a746dd08ef394704
Description: Geographic objects support for PostgreSQL 13
 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".
Timestamp: 2024-02-15 16:53:53+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis
Version: 3.4.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4542
Depends: postgresql-13-postgis-3 (= 3.4.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.4.2+dfsg-1.pgdg+1_arm64.deb
Size: 3984716
SHA256: 9178c5e1a6b170d8fe4d957e3da0867b1cf075308295582f7a84d7ad2ec9fa84
SHA1: c0ca5e582b4e325f3f938612e01d377dfc88a031
MD5sum: f088bed0b9a2c3280400634edbe07855
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 01e5f263271cdcc3649160c0311a1b024d4bb854 2e9f76c2f0163f5f2d1338ee95c81bf7e2975edb 2edf9f6fb3f77109ec18703fb995a7abf5935e9c 7a84ce99ef1f46510f5ec4ade838a089cab4296f cab55aab4d08cf36b628271bb621601bd3c9c126
Timestamp: 2024-02-15 16:53:53+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.4.2+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38818
Recommends: postgresql-13-postgis-3
Provides: postgresql-13-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.4.2+dfsg-1.pgdg+1_all.deb
Size: 1300216
SHA256: 2b0dbc8f07d635489e1bc06ab082673a97f344e77f641ad6fe769126be54a061
SHA1: b487b52bd42d05d5c77f164f947d8d600591ca75
MD5sum: 5e34952f29f2fbf28a3609f3a346d1d6
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2024-02-15 16:53:53+00

Package: postgresql-14-postgis-3
Source: postgis
Version: 3.4.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10339
Depends: postgresql-14, postgresql-14-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal34 (>= 3.7.0), libgeos-c1v5 (>= 3.12.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-14-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3_3.4.2+dfsg-1.pgdg+1_arm64.deb
Size: 3623304
SHA256: 70486cec9af9f29f19a9c50eb436e94cb3c00dbbe1c47e9905f6045835b74e6b
SHA1: 4aae66404399891a57844335a16cd27055c08324
MD5sum: 753a25d942e1af01dedf8f703252f861
Description: Geographic objects support for PostgreSQL 14
 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".
Timestamp: 2024-02-15 16:53:53+00

Package: postgresql-14-postgis-3-dbgsym
Source: postgis
Version: 3.4.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4532
Depends: postgresql-14-postgis-3 (= 3.4.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-14-postgis-3-dbgsym_3.4.2+dfsg-1.pgdg+1_arm64.deb
Size: 3973152
SHA256: 8474b5f87ae98362ab7b8fbf56514ce9bc35d5c376edd75274d3cf892587b8b6
SHA1: 635ef8666c91e07f45b2a1401c1e104f190db094
MD5sum: b13d65411d7533e0989304eccc097806
Description: debug symbols for postgresql-14-postgis-3
Build-Ids: a106c3b05fca935590799679f0be6fac0103167f a9127a12a7bb19898bc7834aeda42c150d14a6f0 bc51f0874940df819425c27c9024d75de71d8c30 f92ed1a53de0130b74d9e62c6fbad18243010e90 fafaa817d0006f3d3167fbe49326ce5291b6bd1e
Timestamp: 2024-02-15 16:53:53+00

Package: postgresql-14-postgis-3-scripts
Source: postgis
Version: 3.4.2+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38818
Recommends: postgresql-14-postgis-3
Provides: postgresql-14-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3-scripts_3.4.2+dfsg-1.pgdg+1_all.deb
Size: 1300440
SHA256: 3da3580a5a69f8db09d0ebcd3bf327e34610e1f5b9fd8655246cf80b16416e47
SHA1: b1f698cacb5401a235e2c97741e44f00eef2b248
MD5sum: 3362746d0af12d4765eeba94bf247298
Description: Geographic objects support for PostgreSQL 14 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 14 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2024-02-15 16:53:53+00

Package: postgresql-15-postgis-3
Source: postgis
Version: 3.4.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10431
Depends: postgresql-15, postgresql-15-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal34 (>= 3.7.0), libgeos-c1v5 (>= 3.12.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-15-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3_3.4.2+dfsg-1.pgdg+1_arm64.deb
Size: 3671028
SHA256: a0f2aa5df60a979f4fef72d66d3b14086b06c6e9b6da6b4d969485be2b231d61
SHA1: ff91608b025941c857a8f40cca20d22ed9526458
MD5sum: 3274fdd35f44dd6e58a5112025ed1412
Description: Geographic objects support for PostgreSQL 15
 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".
Timestamp: 2024-02-15 16:53:53+00

Package: postgresql-15-postgis-3-dbgsym
Source: postgis
Version: 3.4.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4543
Depends: postgresql-15-postgis-3 (= 3.4.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-15-postgis-3-dbgsym_3.4.2+dfsg-1.pgdg+1_arm64.deb
Size: 3981972
SHA256: f6c53a14385c657d7c966b24d8cdcd11e3bf68a9351b8200ee87fabe31737877
SHA1: 39381a18711c048f2299bbeea9d6f141a9eefdfc
MD5sum: bf21b7f9fd66017c2ca604f9cff63567
Description: debug symbols for postgresql-15-postgis-3
Build-Ids: 0bde4fb57d2c11d7b821e12422ab582a3a72cfe0 126b2dbdb4bec478739f596dae94f32fd79637af af3555ccb25889a166ad73f041b08e0f736b1a39 e197ff8eebef556aca0993b30c7b61f9d127d3c4 e3a0a39ae984c3a9db1b16760568955d9da8cc53
Timestamp: 2024-02-15 16:53:53+00

Package: postgresql-15-postgis-3-scripts
Source: postgis
Version: 3.4.2+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38818
Recommends: postgresql-15-postgis-3
Provides: postgresql-15-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3-scripts_3.4.2+dfsg-1.pgdg+1_all.deb
Size: 1300128
SHA256: 3821a57e61e33e4a122470d3a8d0b9e92a98cfffb921e3bb376124d8b0dc2567
SHA1: acc456e4edc7c777f9ecb6aa38cb5125f3edab90
MD5sum: c1cc3f627cfee2ba8d34ae57ae1d26ea
Description: Geographic objects support for PostgreSQL 15 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 15 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2024-02-15 16:53:53+00

Package: postgresql-16-postgis-3
Source: postgis
Version: 3.4.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10722
Depends: postgresql-16, postgresql-16-postgis-3-scripts, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal34 (>= 3.7.0), libgeos-c1v5 (>= 3.12.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1 (>= 1.4.1), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-16-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3_3.4.2+dfsg-1.pgdg+1_arm64.deb
Size: 3739340
SHA256: d84e984e108d2be0ff152e2de5244fb7876cf05aac308641a5348d2dd78440f3
SHA1: 7951c8bd8f4953b63f405e12c37e6e871fe07334
MD5sum: 1905d5a1bb2ab1f67b3ec39c4a763257
Description: Geographic objects support for PostgreSQL 16
 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".
Timestamp: 2024-02-15 16:53:53+00

Package: postgresql-16-postgis-3-dbgsym
Source: postgis
Version: 3.4.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4655
Depends: postgresql-16-postgis-3 (= 3.4.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-16-postgis-3-dbgsym_3.4.2+dfsg-1.pgdg+1_arm64.deb
Size: 4105436
SHA256: 2dbf9c57c963758ab22cccd2ae93a4b5c1f3996fd878ea818ba9c00ed4d8ae16
SHA1: f45df418b66146a80d0dc98830fe0afef3cdf9e4
MD5sum: b8bfb657cf5ec369ae26a1eaee6f93a5
Description: debug symbols for postgresql-16-postgis-3
Build-Ids: a154da0c9376068fc03db865d726c54db74542ad b14575fe4749b8d5e461c6640c8fe6b3be63f84b c73b2fde5dbc422c150455aead1545f320ac62dc df6b0c63f6c30da3b4eb2158191694b8bda61a5b f81ada6ac541e276aeeb7d1d64b642e4ae493c47
Timestamp: 2024-02-15 16:53:53+00

Package: postgresql-16-postgis-3-scripts
Source: postgis
Version: 3.4.2+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38818
Recommends: postgresql-16-postgis-3
Provides: postgresql-16-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3-scripts_3.4.2+dfsg-1.pgdg+1_all.deb
Size: 1300088
SHA256: f2805810ba18dc421712e82767f644e094a463b40555ed045f806a5bd43806bb
SHA1: f88ab963db166f1d602651b26e0461bd08f8f00c
MD5sum: 1ff0d5019a1408709520b46883a74ec4
Description: Geographic objects support for PostgreSQL 16 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 16 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2024-02-15 16:53:53+00

Package: postgresql-postgis
Source: postgis
Version: 3.4.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 65
Depends: postgresql-postgis-scripts, postgresql-16-postgis-3
Homepage: https://postgis.net/
Priority: optional
Section: metapackages
Filename: pool/main/p/postgis/postgresql-postgis_3.4.2+dfsg-1.pgdg+1_arm64.deb
Size: 20540
SHA256: 529d9bec2899c6e7fee198931ca97f39dbf2ee34a552a50cee36571cb0e83668
SHA1: 647e6d276af054f39aa48061682082723c4d0a60
MD5sum: 7197fb52a185fbf2e3c7b0ee75f49ec0
Description: Geographic objects support for PostgreSQL -- Metapackage
 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 metapackage depends on the PostGIS package for PostgreSQL 16.
Timestamp: 2024-02-15 16:53:53+00

Package: postgresql-postgis-scripts
Source: postgis
Version: 3.4.2+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 65
Depends: postgresql-16-postgis-3-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-postgis-scripts_3.4.2+dfsg-1.pgdg+1_all.deb
Size: 20568
SHA256: bd229f36f86afeb1e9d89ea7678d399b030ad5417f22d3acac850b768e4bbb06
SHA1: 8458c06ed8ccaf2f2cf43fc953d58e6976b9a2dd
MD5sum: e404274e658fc3e9bd07d6c6378a54eb
Description: Geographic objects support for PostgreSQL -- SQL scripts metapackage
 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 metapackage depends on the PostGIS scripts package for
 PostgreSQL 16.
Timestamp: 2024-02-15 16:53:53+00

Package: vip-manager2
Version: 2.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11634
Depends: libc6 (>= 2.34)
Enhances: patroni
Conflicts: vip-manager
Replaces: vip-manager
Built-Using: etcd (= 3.4.23-4), golang-1.21 (= 1.21.6-1), golang-fsnotify (= 1.7.0-1), golang-github-coreos-go-systemd (= 22.3.2-1), golang-github-coreos-pkg (= 4-3), golang-github-coreos-semver (= 0.3.0-1), golang-github-golang-protobuf-1-3 (= 1.3.5-4), golang-github-google-uuid (= 1.3.0-1), golang-github-hashicorp-hcl (= 1.0.0-1.1), golang-github-josharian-native (= 1.1.0-1), golang-github-magiconair-properties (= 1.8.7-1), golang-github-mdlayher-arp (= 0.0~git20220512.6706a29-1), golang-github-mdlayher-ethernet (= 0.0~git20220221.529eae5-1), golang-github-mdlayher-packet (= 1.1.2-2), golang-github-mdlayher-socket (= 0.5.0-1), golang-github-mitchellh-mapstructure (= 1.5.0-2), golang-github-pelletier-go-toml.v2 (= 2.1.1-1), golang-github-spf13-afero (= 1.11.0-1), golang-github-spf13-cast (= 1.6.0-1), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-2), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-github-spf13-viper (= 1.12.0-1), golang-github-subosito-gotenv (= 1.3.0-1), golang-go.uber-atomic (= 1.11.0-1), golang-go.uber-multierr (= 1.6.0-1), golang-go.uber-zap (= 1.26.0-1), golang-gogoprotobuf (= 1.3.2-3), golang-golang-x-net (= 1:0.20.0+dfsg-1), golang-golang-x-sync (= 0.6.0-1), golang-golang-x-sys (= 0.16.0-1), golang-golang-x-text (= 0.14.0-1), golang-google-genproto (= 0.0~git20200413.b5235f6-3), golang-google-grpc (= 1.38.0+really1.33.3-1), golang-gopkg-ini.v1 (= 1.67.0-1), golang-gopkg-yaml.v3 (= 3.0.1-3)
Homepage: https://github.com/cybertec-postgresql/vip-manager
Priority: optional
Section: net
Filename: pool/main/v/vip-manager2/vip-manager2_2.3.0-1.pgdg+1_arm64.deb
Size: 3078612
SHA256: 5fea5d1d5c66f3806ec0118a2df4ec5dd636892fc2ca23bf1ff163ee81989a24
SHA1: 6ad2e9091edec9ca962cd70ac657a9992bedfb4d
MD5sum: eb6d3d6515ea55490ee9b1362e54c509
Description: Patroni virtual IP manager
 This package needs to be installed and configured on all nodes of a Patroni
 PostgreSQL cluster. Given a Patroni namespace and scope in etcd or consul,
 the vip-manager service monitors that namespace for leader changes due to
 failovers or switchovers and adds or removes the VIP on the local node
 accordingly.
 .
 This package works only with version 3 of the etcd API.
Timestamp: 2024-02-15 16:53:53+00

Package: vip-manager2-dbgsym
Source: vip-manager2
Version: 2.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4930
Depends: vip-manager2 (= 2.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/v/vip-manager2/vip-manager2-dbgsym_2.3.0-1.pgdg+1_arm64.deb
Size: 3830720
SHA256: e706f31a791ea0e083f742af24f47e3cf66042c1f46c483baf79dc7bc741525b
SHA1: fb40a59b169dfe54fea68052b9ffec40cbe9aa25
MD5sum: f176eede0e674314c211d5874b6eef03
Description: debug symbols for vip-manager2
Build-Ids: c836fd9f02b1eb53f70bb60f80c0d841709846c3
Timestamp: 2024-02-15 16:53:53+00

Package: postgresql-10-pg-fact-loader
Source: pg-fact-loader
Version: 2.0.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1144
Depends: postgresql-10
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-10-pg-fact-loader_2.0.1-3.pgdg+1_arm64.deb
Size: 41380
SHA256: b4277bd8a1621d05502c86ea35879dff637702c1906067c7123d7e774d681754
SHA1: af24b647d161faa8debcc9b86c02f9b33005214b
MD5sum: 55b7dcaa85ce043c192f92f284859050
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 10.
Timestamp: 2024-02-16 10:53:05+00

Package: postgresql-11-pg-fact-loader
Source: pg-fact-loader
Version: 2.0.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1144
Depends: postgresql-11
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-11-pg-fact-loader_2.0.1-3.pgdg+1_arm64.deb
Size: 41384
SHA256: acc33442567534beac3f46ed6eb9e77f5779673166a285a649c706509910ae7f
SHA1: bc063c2ba8d32f655680d801f801563b638d8263
MD5sum: 1b85fbb5866f6786ffb458e0600ef2fa
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 11.
Timestamp: 2024-02-16 10:53:05+00

Package: postgresql-12-pg-fact-loader
Source: pg-fact-loader
Version: 2.0.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1144
Depends: postgresql-12
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-12-pg-fact-loader_2.0.1-3.pgdg+1_arm64.deb
Size: 41380
SHA256: 0b9a288c93526f82270499590982c8dca857b343bc6328560811b262fe1066e0
SHA1: c97a3dfff00e346425d9162e52f6c97ef76cbea0
MD5sum: 4f03f0368a003c9454fef716f53c3e2d
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 12.
Timestamp: 2024-02-16 10:53:05+00

Package: postgresql-13-pg-fact-loader
Source: pg-fact-loader
Version: 2.0.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1144
Depends: postgresql-13
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-13-pg-fact-loader_2.0.1-3.pgdg+1_arm64.deb
Size: 41376
SHA256: cfaa568031bc24a05760929963cd1b585460bafb2989161f1243c9369700fd25
SHA1: 594d22ee141dfb1bddd8e91d626b6214ac124217
MD5sum: 67f48ae45e13e1ff0a69086faa53d58a
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 13.
Timestamp: 2024-02-16 10:53:05+00

Package: postgresql-14-pg-fact-loader
Source: pg-fact-loader
Version: 2.0.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1144
Depends: postgresql-14
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-14-pg-fact-loader_2.0.1-3.pgdg+1_arm64.deb
Size: 41376
SHA256: 1cc0787133386449bbd32fb06472509a1fa2e111cece1eefb91a892f2f0c1492
SHA1: 958769707b52c6c5505bebefcf8b6af4bcf7052c
MD5sum: d803e13b10aad72c7b867f16f520a46b
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 14.
Timestamp: 2024-02-16 10:53:05+00

Package: postgresql-15-pg-fact-loader
Source: pg-fact-loader
Version: 2.0.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1144
Depends: postgresql-15
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-15-pg-fact-loader_2.0.1-3.pgdg+1_arm64.deb
Size: 41376
SHA256: 7c085a1697087e3cc1eded16f387dcf019955c8d9fa67d9bdecb2897cf0c272c
SHA1: d53df6bf363e49ad7058f7d203d0a22839486380
MD5sum: 7d92f780a0192e5c6142a40ab69e35af
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 15.
Timestamp: 2024-02-16 10:53:05+00

Package: postgresql-16-pg-fact-loader
Source: pg-fact-loader
Version: 2.0.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1144
Depends: postgresql-16
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-16-pg-fact-loader_2.0.1-3.pgdg+1_arm64.deb
Size: 41388
SHA256: f06fdff7272bdc2387fbf3f40e222d939113010c518574946d2797f83a096216
SHA1: 574a2d2880539b14ca7d8eae5bb118ca54f3107b
MD5sum: ec16d648dcc746492f7310fa22a316f2
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 16.
Timestamp: 2024-02-16 10:53:05+00

Package: libpostgresql-jdbc-java
Source: libpgjava
Version: 42.7.2-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 1079
Provides: libpg-java, libpgjava
Built-Using: libscram-java (= 2.1-1.pgdg+1)
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: java
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java_42.7.2-1.pgdg+1_all.deb
Size: 994752
SHA256: ba374b54c0c81b2933cff88e4f52f74364a9223801c774e5d007b347ebf96470
SHA1: 1f7ab08ce80181cd2604cfc8347706ebd90ebca2
MD5sum: a54d0d322fbf3567508c7e498aed3c5c
Description: Java database (JDBC) driver for PostgreSQL
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
Timestamp: 2024-02-22 11:11:58+00

Package: libpostgresql-jdbc-java-doc
Source: libpgjava
Version: 42.7.2-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 11572
Depends: default-jdk-doc
Provides: libpg-java-doc
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java-doc_42.7.2-1.pgdg+1_all.deb
Size: 455436
SHA256: 37fca43451cd617f4d00354a58cc8ddc31b3a737d999338318027eaa748761b1
SHA1: e5a3056fd7d4f903548b9908b01c3a55f55008e7
MD5sum: 1e91ca920d0e1068f8c61af94e8bec3d
Description: Java database (JDBC) driver for PostgreSQL (documentation)
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
 .
 This package contains the documentation.
Timestamp: 2024-02-22 11:11:58+00

Package: pgagroal
Version: 1.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 738
Depends: postgresql-common, libc6 (>= 2.34), libcjson1 (>= 1.7.13), libev4 (>= 1:4.04), libssl3 (>= 3.0.0), libsystemd0
Homepage: https://github.com/agroal/pgagroal
Priority: optional
Section: database
Filename: pool/main/p/pgagroal/pgagroal_1.6.0-1.pgdg+1_arm64.deb
Size: 252904
SHA256: ea7ebd6c427a405ec5153d05e1ff0353122174998828649d25005bbaa0fc3e27
SHA1: 96a2a15126f09a1965b0c387bd907cc336c07677
MD5sum: d1f668cfc0402d1ed73b8eef9649d90a
Description: High-performance connection pool for PostgreSQL
 pgagroal is a high-performance protocol-native connection pool for PostgreSQL.
 .
 Pronounced: p-g-a-gro-al, named after Agroal in Portugal.
 .
 Features:
  * High performance
  * Connection pool
  * Limit connections for users and databases
  * Prefill support
  * Remove idle connections
  * Perform connection validation
  * Enable / disable database access
  * Graceful / fast shutdown
  * Prometheus support
  * Grafana 8 dashboard
  * Remote management
  * Authentication query support
  * Failover support
  * Transport Layer Security (TLS) v1.2+ support
  * Daemon mode
  * User vault
Timestamp: 2024-02-26 12:50:03+00

Package: pgagroal-dbgsym
Source: pgagroal
Version: 1.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 393
Depends: pgagroal (= 1.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgagroal/pgagroal-dbgsym_1.6.0-1.pgdg+1_arm64.deb
Size: 332880
SHA256: ddba3b50046f127b93e7ac5e85f97786d7fd5a85a2bb3831ac650fdf3241165b
SHA1: 3c7d098342af0733c5abac07977c0873e35441e1
MD5sum: 5bc9dc095ee2b5ff021d57770b269331
Description: debug symbols for pgagroal
Build-Ids: 48da4782fe5374ee5ec8dcd03e7bb95fff89385e 5796868a763e6ffa0284c9db576e24acb3549e59 a35f4fdd222bfec73077ad25cd68e6cb01f50646 e11562665daa5aa2a345176577075830500c8f15
Timestamp: 2024-02-26 12:50:03+00

Package: barman
Version: 3.10.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 81
Depends: python3-barman (= 3.10.0-1.pgdg+1), python3-pkg-resources, adduser, rsync, python3:any
Recommends: openssh-server, openssh-client, postgresql-client
Suggests: barman-cli, repmgr
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman_3.10.0-1.pgdg+1_all.deb
Size: 46564
SHA256: 91334a19ab2605845bdfa9278e3c4fc5258093d17bff6b410442012a105f23c7
SHA1: bad6ecfec74f44d18e83760fb36356c260ee1916
MD5sum: 450b498092ffd980ad94118c6cbe548f
Description: Backup and Recovery Manager for PostgreSQL
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides barman binary.
Timestamp: 2024-02-28 14:07:01+00

Package: barman-cli
Source: barman
Version: 3.10.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 19
Depends: python3-barman (= 3.10.0-1.pgdg+1), python3-pkg-resources, rsync, python3:any
Recommends: openssh-client, barman-cli-cloud
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli_3.10.0-1.pgdg+1_all.deb
Size: 7176
SHA256: 1412ff1d459d86aecdea9d202defd8816e262f9a8f5da1a76bb027929e154092
SHA1: 410eacde08ab7b019f18736779bbfa398fa6d47b
MD5sum: e7b44ac38f33ef2953550ec6fdca81bd
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 organization 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.
Timestamp: 2024-02-28 14:07:01+00

Package: barman-cli-cloud
Source: barman
Version: 3.10.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 53
Depends: python3-barman (= 3.10.0-1.pgdg+1), python3-pkg-resources, rsync, python3:any, python3-boto3
Breaks: barman-cli (<< 2.10-3~~)
Replaces: barman-cli (<< 2.10-3~~)
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli-cloud_3.10.0-1.pgdg+1_all.deb
Size: 30472
SHA256: e73c01a3103d8fe1fb4d990332ec7407f0c90addc8a64780ff3a0219f82c55e3
SHA1: d51ab0d0e707ac4b42d887ade4ca6fbdebcf6044
MD5sum: b740498c6c95066631bdf5e022996545
Description: Cloud 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 organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli-cloud package contains cloud client utilities for the
 integration of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by 2ndQuadrant.
Timestamp: 2024-02-28 14:07:01+00

Package: elephant-shed
Version: 1.3.8.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 9
Depends: elephant-shed-cockpit, elephant-shed-grafana, elephant-shed-omnidb, elephant-shed-pgbackrest, elephant-shed-pgbadger, elephant-shed-portal, elephant-shed-postgresql, elephant-shed-powa, elephant-shed-prometheus, elephant-shed-prometheus-node-exporter, elephant-shed-prometheus-sql-exporter, elephant-shed-tmate
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed_1.3.8.pgdg+1_all.deb
Size: 2848
SHA256: 04c993b3c9269460d65dca8432cbba26623e57503d3a4c404ce45dd0322dabbb
SHA1: 30dcef2efef1b8287b1208657a9ec37d75bad310
MD5sum: c73c6cd94e016e500b36fbad715e15e1
Description: PostgreSQL dashboard
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This meta package depends on all Elephant Shed components.
Timestamp: 2024-02-28 14:07:01+00

Package: elephant-shed-cockpit
Source: elephant-shed
Version: 1.3.8.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 18
Depends: cockpit
Recommends: cockpit-packagekit
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-cockpit_1.3.8.pgdg+1_all.deb
Size: 3264
SHA256: a375c7c5abae733806b433e4c5d7f73d5e59b9dbd5eb6439020ba1e08024e995
SHA1: 476b8758c4e92e7bf779df9a4138a3ca299726dd
MD5sum: b8c34a40708b7fecb5c355f8d23ab1f6
Description: PostgreSQL dashboard -- cockpit integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with cockpit.
Timestamp: 2024-02-28 14:07:01+00

Package: elephant-shed-grafana
Source: elephant-shed
Version: 1.3.8.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 164
Depends: curl, grafana (>> 5)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-grafana_1.3.8.pgdg+1_all.deb
Size: 15524
SHA256: 7be5795f6cb7ef65da298c72416bdd46baf117128fde2e5e848ee4896fced960
SHA1: b96dac496acce230bc3449af4711257eee7e1618
MD5sum: 6b5583684bf07f6dcd5f5ed8b74603b5
Description: PostgreSQL dashboard -- Grafana integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with Grafana.
Timestamp: 2024-02-28 14:07:01+00

Package: elephant-shed-omnidb
Source: elephant-shed
Version: 1.3.8.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 13
Depends: omnidb-server
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-omnidb_1.3.8.pgdg+1_all.deb
Size: 3236
SHA256: 10c06acf2dda99329f4e2bf22e378cb6797d0ed6e340c790f4cc536a7cfaf3e2
SHA1: 0ab74111b989aacf9211e1bd54d38eb758795248
MD5sum: 618514c96d041abe420b29a6934a1c2d
Description: PostgreSQL dashboard -- OmniDB integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This meta package provides the integration with OmniDB.
Timestamp: 2024-02-28 14:07:01+00

Package: elephant-shed-pgbackrest
Source: elephant-shed
Version: 1.3.8.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 23
Depends: pgbackrest, postgresql-common
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-pgbackrest_1.3.8.pgdg+1_all.deb
Size: 5184
SHA256: db2140cfbd144ca1c4426269cc1e4d4cab07d8e273975b631455a7a1ff167581
SHA1: 778cd28b160627fd60adec39267200f2759e1a37
MD5sum: 2b23e9740d0697af32cfb2edec435b40
Description: PostgreSQL dashboard -- pgBackRest integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with pgBackRest.
Timestamp: 2024-02-28 14:07:01+00

Package: elephant-shed-pgbadger
Source: elephant-shed
Version: 1.3.8.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 26
Depends: pgbadger (>> 9), postgresql-common
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-pgbadger_1.3.8.pgdg+1_all.deb
Size: 4780
SHA256: b252f72363041a92b3f1c54c6989ead5488b0827a1455c89987a4ef000b293bc
SHA1: 9be0fc4c7bfecd636e3d83f551b237b17ef3bc03
MD5sum: b4c1ec2644f8dd024e2a83adf3c31190
Description: PostgreSQL dashboard -- pgBadger integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with pgBadger.
Timestamp: 2024-02-28 14:07:01+00

Package: elephant-shed-portal
Source: elephant-shed
Version: 1.3.8.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 7962
Depends: adduser, apache2, libapache2-mod-authnz-external, libapache2-mod-authz-unixgroup, libapache2-mod-wsgi-py3, libjs-jquery, libjs-bootstrap, libjs-popper.js, libtemplate-perl, libcgi-pm-perl, pwauth
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-portal_1.3.8.pgdg+1_all.deb
Size: 4183108
SHA256: df819440f8008439f6ccd2664736982f269bbfdcaa027e4df3c5ea4ebf8c873d
SHA1: 724e6a81f4abe3667abf25cf328feda50d9b8c89
MD5sum: c6aef623dd7486dfb7b48ef3991b8cee
Description: PostgreSQL dashboard -- web interface
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the web interface.
Timestamp: 2024-02-28 14:07:01+00

Package: elephant-shed-postgresql
Source: elephant-shed
Version: 1.3.8.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 25
Depends: adduser, postgresql-common (>> 183~)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-postgresql_1.3.8.pgdg+1_all.deb
Size: 5512
SHA256: 4c81d18c013c87fad652029154fdf62f29087f93077ce272704fd3f684e6af54
SHA1: 1e72c8989bba45fdd8018f156ae5d1eb4f1a4994
MD5sum: a222be3c805ad099284aad2abbb281e9
Description: PostgreSQL dashboard -- PostgreSQL integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with PostgreSQL.
Timestamp: 2024-02-28 14:07:01+00

Package: elephant-shed-powa
Source: elephant-shed
Version: 1.3.8.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 13
Depends: powa-web, postgresql-common
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-powa_1.3.8.pgdg+1_all.deb
Size: 3736
SHA256: a5a021d50f1caa2097fbd9cf6a815c18ce49d77b0f65bd62a53bf486ba193601
SHA1: 7cde20db93fadbf7422d4dc83e319d3eba432b24
MD5sum: 53d791ac24382d71bb2dd7b859ea135b
Description: PostgreSQL dashboard -- PoWA integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with PoWA.
Timestamp: 2024-02-28 14:07:01+00

Package: elephant-shed-prometheus
Source: elephant-shed
Version: 1.3.8.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 23
Depends: prometheus (>= 2.0)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-prometheus_1.3.8.pgdg+1_all.deb
Size: 4776
SHA256: e8530ef10cabce16f5108da2647a0bf69a00509735b6ef14094ef2b01a88babf
SHA1: 11613e8f169d70cc621599e97a66b178b7a10197
MD5sum: 0a5d57d812f9c853297350ba03dcd99c
Description: PostgreSQL dashboard -- Prometheus integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with Prometheus.
Timestamp: 2024-02-28 14:07:01+00

Package: elephant-shed-prometheus-node-exporter
Source: elephant-shed
Version: 1.3.8.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 28
Depends: prometheus-node-exporter (>= 0.16.0)
Breaks: elephant-shed-prometheus (<< 1.1)
Replaces: elephant-shed-prometheus (<< 1.1)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-prometheus-node-exporter_1.3.8.pgdg+1_all.deb
Size: 5900
SHA256: 60078520f45574f490298416c95268635cb6051cbbc606d7df822b4f1bd98a05
SHA1: 897791c6968ea8f07b48c93faa22094f08461075
MD5sum: 87f49f3ac98fc915d70da00aac7157b3
Description: PostgreSQL dashboard -- Node exporter integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with the Prometheus node
 exporter.
Timestamp: 2024-02-28 14:07:01+00

Package: elephant-shed-prometheus-sql-exporter
Source: elephant-shed
Version: 1.3.8.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 55
Depends: libyaml-perl, postgresql-common, prometheus-sql-exporter
Breaks: elephant-shed-prometheus (<< 1.1)
Replaces: elephant-shed-prometheus (<< 1.1)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-prometheus-sql-exporter_1.3.8.pgdg+1_all.deb
Size: 9336
SHA256: aa2e950c6eab33ccdd8528cb1b2a02ca639cfc2fa9d821fa3a02404f351e3a40
SHA1: 3ecf7b29732c2e581622b5ad17326b56c1435e4d
MD5sum: 064112aa02054acd6a304ada52f1ca59
Description: PostgreSQL dashboard -- SQL exporter integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with the Prometheus SQL
 exporter.
Timestamp: 2024-02-28 14:07:01+00

Package: elephant-shed-shellinabox
Source: elephant-shed
Version: 1.3.8.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 10
Depends: shellinabox
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-shellinabox_1.3.8.pgdg+1_all.deb
Size: 2992
SHA256: 7f87abb96d950cfb2a68efd4625cc65318c1fc51d0ebd17e1255e68fe421bd03
SHA1: a0f7033094b4e4a7c8684de3b4cb2388b1f9cd89
MD5sum: 0a9810e12ba081f85f298a7d4d1ea1b9
Description: PostgreSQL dashboard -- shellinabox integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This meta package provides the integration with shellinabox.
Timestamp: 2024-02-28 14:07:01+00

Package: elephant-shed-tmate
Source: elephant-shed
Version: 1.3.8.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 19
Depends: tmate (>= 2.4)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-tmate_1.3.8.pgdg+1_all.deb
Size: 3744
SHA256: 8b9b3e359b957390ebf636f247081a8967d30b68beeb267ee8362e36e8302790
SHA1: 264c371dd39d78fc1f80d01204dda24f87369580
MD5sum: a2f60434ea25f8a0129d2d79d5c30662
Description: PostgreSQL dashboard -- tmate integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with tmate.
Timestamp: 2024-02-28 14:07:01+00

Package: python3-barman
Source: barman
Version: 3.10.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1441
Depends: python3-argcomplete, python3-dateutil, python3-psycopg2, python3:any
Breaks: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Replaces: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Homepage: https://www.pgbarman.org
Priority: optional
Section: python
Filename: pool/main/b/barman/python3-barman_3.10.0-1.pgdg+1_all.deb
Size: 225496
SHA256: 27ddb08c4a70149310c0bcf2b7301f0357a21d6a6f4ada68b62197fb9d3b456a
SHA1: ae4a0e31aee7f3d1fbbadf64726044fd361223e5
MD5sum: 514f7c147fc283c2be45bba9e6633d0f
Description: Backup and Recovery Manager for PostgreSQL - Python modules
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides Python 3 modules only.
Timestamp: 2024-02-28 14:07:01+00

Package: oracle-libs
Version: 2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: libaio1, wget, unzip
Homepage: https://www.oracle.com/database/technologies/instant-client.html
Priority: optional
Section: database
Filename: pool/main/o/oracle-libs/oracle-libs_2.pgdg+1_all.deb
Size: 3120
SHA256: cdd21e37553ed3bc475a2f288f4e2fd7f9911cff05f69919969ae4dc134119d5
SHA1: a9fa606a39ca7daf2b1ee94c9eb885a59e679578
MD5sum: a3dbd52a28a834a23e5f5838280f7f90
Description: downloader for Oracle Instant Client libraries
 This package retrieves and installs the Oracle Instant Client libraries.
Timestamp: 2024-03-04 10:06:21+00

Package: postgresql-12-pgvector
Source: pgvector
Version: 0.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 515
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-12-pgvector_0.6.1-1.pgdg+1_arm64.deb
Size: 212984
SHA256: bb7710e3d8029619b42a569c33f1310dde1565dc38c9fadbe5d21a9aaa4b8fd9
SHA1: 3e8ad2dcf86adac76a0709a47ac941537a5702cb
MD5sum: 66e046a27cf45dc6cb0e87252f232849
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-03-06 08:46:01+00

Package: postgresql-12-pgvector-dbgsym
Source: pgvector
Version: 0.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 239
Depends: postgresql-12-pgvector (= 0.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-12-pgvector-dbgsym_0.6.1-1.pgdg+1_arm64.deb
Size: 214020
SHA256: 9f57af076c2270980c5780886ffc6a09a1711d8740dfab6f70441bbfffa4402f
SHA1: 43aac21cf9c177b7658e65a8272098de517197fa
MD5sum: 262517b8061890707dced3f586d9aae9
Description: debug symbols for postgresql-12-pgvector
Build-Ids: 28a07834803a97b00f9e60ac4354337af533f94c
Timestamp: 2024-03-06 08:46:01+00

Package: postgresql-13-pgvector
Source: pgvector
Version: 0.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 510
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-13-pgvector_0.6.1-1.pgdg+1_arm64.deb
Size: 210536
SHA256: 42f08a262b12f9cf30243407e39d1a0beb269a1128ecba0c44b7a9ebe73ab6b3
SHA1: 343ca31cd2508b79cafbb5e85de8bf69dee47b28
MD5sum: a171b1ec3c1f28a0cde03940083048d8
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-03-06 08:46:01+00

Package: postgresql-13-pgvector-dbgsym
Source: pgvector
Version: 0.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 244
Depends: postgresql-13-pgvector (= 0.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-13-pgvector-dbgsym_0.6.1-1.pgdg+1_arm64.deb
Size: 218996
SHA256: 4edbcb13338b42fd65788117c981a99bcca8932847eb33b14687f821a2fc1cb8
SHA1: dfadf5345fec99330546186fd3e83425111a8a4e
MD5sum: 450bbdb4164d8fabc85215d01a7c9c84
Description: debug symbols for postgresql-13-pgvector
Build-Ids: dc16e87e5b16b3ce80e7344fd4d8f3f27848a670
Timestamp: 2024-03-06 08:46:01+00

Package: postgresql-14-pgvector
Source: pgvector
Version: 0.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 514
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-14-pgvector_0.6.1-1.pgdg+1_arm64.deb
Size: 213312
SHA256: 69234b8536816e2a28ba1399c37372efc15631177b809f7da80e8123c2be1e44
SHA1: e683a948ecb4c0027388a2f8e8f109981ab6e5d3
MD5sum: ba4ef8456a875ce043443ac44790f0b1
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-03-06 08:46:01+00

Package: postgresql-14-pgvector-dbgsym
Source: pgvector
Version: 0.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 249
Depends: postgresql-14-pgvector (= 0.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-14-pgvector-dbgsym_0.6.1-1.pgdg+1_arm64.deb
Size: 223680
SHA256: ca3ca8d9137c1f2214c4a17338201874f3f5ed44ec752d068ef9c8fe8cbf38b4
SHA1: 3e94f89be22e9ff134a7cbfd3bbb851112730349
MD5sum: 6382a505f32164b69a60d81071fca856
Description: debug symbols for postgresql-14-pgvector
Build-Ids: 8f016a1f598c81e59800aa4fff88fc7276e17be9
Timestamp: 2024-03-06 08:46:01+00

Package: postgresql-15-pgvector
Source: pgvector
Version: 0.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 513
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-15-pgvector_0.6.1-1.pgdg+1_arm64.deb
Size: 213568
SHA256: 98dd763dc8da19d63385c5d9fb5193a2dc71e0d66558cc254a10ad2cf71d6df5
SHA1: 2c0c3f5890a789dc7089c5f3cf3260bed32e4285
MD5sum: 5fa3eece5a3402379f01b49736eb2c80
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-03-06 08:46:01+00

Package: postgresql-15-pgvector-dbgsym
Source: pgvector
Version: 0.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 251
Depends: postgresql-15-pgvector (= 0.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-15-pgvector-dbgsym_0.6.1-1.pgdg+1_arm64.deb
Size: 225028
SHA256: 3342f6c0d03e8eff29bc820647652ec4c97b236389f48e77434d8617b85354de
SHA1: 8ce258347c1bc414ecad16855c2cf6ef8d923c2e
MD5sum: c1d6a7e09a5419898fb90c33a4b46466
Description: debug symbols for postgresql-15-pgvector
Build-Ids: a551b9adbff0c5d4b443024b7fe9ae6acb8b651f
Timestamp: 2024-03-06 08:46:01+00

Package: postgresql-16-pgvector
Source: pgvector
Version: 0.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 512
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-16-pgvector_0.6.1-1.pgdg+1_arm64.deb
Size: 210908
SHA256: 0b102f216680f7f71a9126cd59247b079a1538dadf1700841e9d33fcbb9e23de
SHA1: b1906b99ee881c933dad40b427357284ec4bac33
MD5sum: eb2cb051867da99581063c00b81a11b8
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-03-06 08:46:01+00

Package: postgresql-16-pgvector-dbgsym
Source: pgvector
Version: 0.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 272
Depends: postgresql-16-pgvector (= 0.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-16-pgvector-dbgsym_0.6.1-1.pgdg+1_arm64.deb
Size: 246352
SHA256: 83b8ba7e25e80ae2044b72ce598afde59ec96e159e10591f7564cefbc1420f5f
SHA1: 6010592928b85037ff69f35eb7dc4ac3f4afe77a
MD5sum: c785c5e070d2447e0460e4ce0a721d1a
Description: debug symbols for postgresql-16-pgvector
Build-Ids: af31ee47cd4033c219decd6708d9d35e82948f15
Timestamp: 2024-03-06 08:46:01+00

Package: libpostgresql-jdbc-java
Source: libpgjava
Version: 42.7.3-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 1079
Provides: libpg-java, libpgjava
Built-Using: libscram-java (= 2.1-1.pgdg+1)
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: java
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java_42.7.3-1.pgdg+1_all.deb
Size: 994752
SHA256: dd401f81a7c8a517122ae1a1112f7f4fa2ca037f46c182a413e8b332759a6955
SHA1: 06a3ea06d9a76f13c4eb395ee2fecc69d458e819
MD5sum: d656798313871da95b76d6e4504a7a15
Description: Java database (JDBC) driver for PostgreSQL
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
Timestamp: 2024-03-15 14:47:21+00

Package: libpostgresql-jdbc-java-doc
Source: libpgjava
Version: 42.7.3-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 11572
Depends: default-jdk-doc
Provides: libpg-java-doc
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java-doc_42.7.3-1.pgdg+1_all.deb
Size: 455480
SHA256: 30aca6431797f03f0c79210254fe3382c65a6866e911c19c9c5763fbd4dfaaef
SHA1: 503fbe9b190882e9cfd854f1ccf2afe98d66dd57
MD5sum: c8c3c4d17afcc499f284c64ac9c653f9
Description: Java database (JDBC) driver for PostgreSQL (documentation)
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
 .
 This package contains the documentation.
Timestamp: 2024-03-15 14:47:21+00

Package: pgmodeler
Version: 1.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21097
Depends: pgmodeler-common, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libpq5 (>= 8.4~), libqt6core6t64 (>= 6.4.0), libqt6gui6t64 (>= 6.4.0), libqt6network6t64 (>= 6.1.2), libqt6printsupport6t64 (>= 6.1.2), libqt6svg6 (>= 6.2.0), libqt6widgets6t64 (>= 6.3.0), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Homepage: https://pgmodeler.io/
Priority: optional
Section: database
Filename: pool/main/p/pgmodeler/pgmodeler_1.1.1-1.pgdg+1_arm64.deb
Size: 5579156
SHA256: 870d6a8c194ece1206731336520b3c12816336470c8c785bc776148b4b8acdd7
SHA1: c1f855d702c282c0f978086ae05908c1d5789b72
MD5sum: 2bf55cadeac6512c0df31e6e86f3ee9c
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.
Timestamp: 2024-03-15 14:47:21+00

Package: pgmodeler-common
Source: pgmodeler
Version: 1.1.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1945
Multi-Arch: foreign
Homepage: https://pgmodeler.io/
Priority: optional
Section: database
Filename: pool/main/p/pgmodeler/pgmodeler-common_1.1.1-1.pgdg+1_all.deb
Size: 376228
SHA256: 7ed8f8fe98d516e655ed40d9a8e58ef3013137f1db444580e462e838f940bb95
SHA1: 7be9902da997818f8cd13d00030a54a38a2aa23a
MD5sum: b3bda89f731b211867c0c5ae26339bdb
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.
Timestamp: 2024-03-15 14:47:21+00

Package: pgmodeler-dbgsym
Source: pgmodeler
Version: 1.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58678
Depends: pgmodeler (= 1.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmodeler/pgmodeler-dbgsym_1.1.1-1.pgdg+1_arm64.deb
Size: 53760328
SHA256: 239777c751428748573169871f9e82ad7eaf7fc38aea8f3604b886d7ad930b49
SHA1: 296031f4a52103782e4b3330e3bf0f27e7364205
MD5sum: 1279537bbfe8028d28e7ee484ac85bb4
Description: debug symbols for pgmodeler
Build-Ids: 15b2fda5737e98a65dd48dea5e1a0cd93974f834 1b4a4c0bfbdfc6a53872f667378f1b1c273676ee 25901af3f5ff71cf5c7581f640f54c4b59149e82 40bbb86a019e2e1776e5764df9627ebd16cce4b6 4176b1e00a38e66f40f81a2190edeb46318af532 575efbe976a2baa7bc1a4b131b35677d2fc2cbc3 61edbd98025cd3a517fb8404007bdeeac54d1f9b 82a7fddfc85bf49a2c03b2578f4d4be14ae328b5 8e18f507117f0410cb0d9cc569438a3ae34385c0 b70af68c48d97f5c6528886db7db57824df37124 f982e75f3933492ecac41666e694357b5061fbe1
Timestamp: 2024-03-15 14:47:21+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 2.7.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 818
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_2.7.4-1.pgdg+1_arm64.deb
Size: 353944
SHA256: 08b3dda1d782ad91e6ccccfbaaf59d099197d064415e4d212a9f7ab982a3a08e
SHA1: 936522292245386018a290604ae13d8ff9c99aa5
MD5sum: 12726d543951e3bcb18f98a7c681f2cc
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-03-15 14:47:21+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 298
Depends: postgresql-12-plpgsql-check (= 2.7.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_2.7.4-1.pgdg+1_arm64.deb
Size: 266228
SHA256: 07919f78cdc3d5460ffa179e6ae913f78b53c28557a461afad603c355c0b00b0
SHA1: bd0ffc51270f4ab0ab9e6b93ab57f1c3be056d60
MD5sum: 240759901b32ba4071a2d30b899c5f39
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: 7f44909bdbceb775f390820d70baaea967b8ab67
Timestamp: 2024-03-15 14:47:21+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 2.7.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 823
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_2.7.4-1.pgdg+1_arm64.deb
Size: 359732
SHA256: 9a917f382b2a6bc5de333d82b852bcd7fe0dbd4c87679ab27fee8a0b3b948bce
SHA1: 1135a72e2e1c187e16e9d8434f9230202743a858
MD5sum: 31175b218d77faec9a264d572c2972ee
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-03-15 14:47:21+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 321
Depends: postgresql-13-plpgsql-check (= 2.7.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_2.7.4-1.pgdg+1_arm64.deb
Size: 288404
SHA256: 6bbd38c037c05a9c81e745b81286b325ba633613a54872d5604c500c020b5567
SHA1: 7e125e06840e5c6fa437c5ddd789111c2a7489e9
MD5sum: ae6b93c4d9a846806d0e4a154c2cb8a8
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: a73cb566941211e357e568d8ed7ad769f9bb077d
Timestamp: 2024-03-15 14:47:21+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.7.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 834
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.7.4-1.pgdg+1_arm64.deb
Size: 365316
SHA256: fa506e3056b43758c11284329d88ba29b4fa4e0e79813a4b31fae6b9b04fa356
SHA1: a3d2cf7b42cacd115f11fbf2270a35aabb4085e1
MD5sum: 09c7835d47fbd66846c762d1af356746
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-03-15 14:47:21+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 330
Depends: postgresql-14-plpgsql-check (= 2.7.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.7.4-1.pgdg+1_arm64.deb
Size: 296100
SHA256: d3cfda06cd16e2bd29268e5a3c4fc58ce34206011ab18a1a673bd7eb0483d847
SHA1: e757e4e2b318aaafd90a90e47179991b58a3716a
MD5sum: d3d29fa7169525dc9dcdef8520729921
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: 6effe97bc4881ac1c75bfb95691e286dc6bd723f
Timestamp: 2024-03-15 14:47:21+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.7.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 862
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.7.4-1.pgdg+1_arm64.deb
Size: 381612
SHA256: 4364e0dfdad29e31c99a7d6640943e654003c0df4bc0debe738b789e939c1685
SHA1: 12a10cd667d5dcf8c5aa3b8ae16911dffc7adb75
MD5sum: 3a4db5405bb8349b4e3ca0ce5c1c68be
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-03-15 14:47:21+00

Package: postgresql-15-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 361
Depends: postgresql-15-plpgsql-check (= 2.7.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.7.4-1.pgdg+1_arm64.deb
Size: 326392
SHA256: d7e271ec63b084c6e06655a535b186abcd303edb8ed18098d40a39487b1ab594
SHA1: 914c1e3e611a83e1bc6bda306635d57973af98da
MD5sum: 9206cc1a8853f5b5a8887d92f5ec02c4
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: ffb25dcafb075d388b575bf0c827a34aab926e05
Timestamp: 2024-03-15 14:47:21+00

Package: postgresql-16-plpgsql-check
Source: plpgsql-check
Version: 2.7.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 861
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check_2.7.4-1.pgdg+1_arm64.deb
Size: 375524
SHA256: 67c510f105a2b4eed664d10e5a6c9ac4c3fbf75d3864ef5e05e64c1f3092c8ea
SHA1: 76d374b28572ad8bd71aa3f65d202088203001af
MD5sum: 80925212a89d3ca3dea34926c33770be
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-03-15 14:47:21+00

Package: postgresql-16-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 369
Depends: postgresql-16-plpgsql-check (= 2.7.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check-dbgsym_2.7.4-1.pgdg+1_arm64.deb
Size: 334528
SHA256: 62a5d2a3b0c9ce17768a2845d50dedb6b3a1ef0345740fd2ba2f9f86c194f26a
SHA1: 58ea1d1b0b5d344496b774d7792f4c7353d2f34e
MD5sum: 2571978e229a6dcd5f58a822a0fd40c3
Description: debug symbols for postgresql-16-plpgsql-check
Build-Ids: 54f7569b439e978f10ee158075de24b639ec2441
Timestamp: 2024-03-15 14:47:21+00

Package: libpgpool2
Source: pgpool2
Version: 4.3.7-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libs
Filename: pool/main/p/pgpool2/libpgpool2_4.3.7-2.pgdg+2_arm64.deb
Size: 140420
SHA256: 153e66f078110ab72fd59241c6692cc1afc6ee20af380bec816c09c6db44428b
SHA1: 216cba8292cea275001125773f6fcc51f44e7f3f
MD5sum: be81af102433f19d70a93614c21ac6f8
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).
Timestamp: 2024-03-18 11:18:41+00

Package: libpgpool2-dbgsym
Source: pgpool2
Version: 4.3.7-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: libpgpool2 (= 4.3.7-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/libpgpool2-dbgsym_4.3.7-2.pgdg+2_arm64.deb
Size: 63416
SHA256: b6acf145c998bfdb878d499a8589b439bd94db54a76af31c7fa40c0b06142802
SHA1: e205b201a04eb09b98a43a8491de60bc232ca0c1
MD5sum: 0463007b1081fc802a8ce45d7473cfd1
Description: debug symbols for libpgpool2
Build-Ids: 146f672b1fcc0dd51e7c581f659fdbe068d85e6d
Timestamp: 2024-03-18 11:18:41+00

Package: libpgpool-dev
Source: pgpool2
Version: 4.3.7-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libpgpool2 (= 4.3.7-2.pgdg+2)
Conflicts: libpcp3-dev
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libdevel
Filename: pool/main/p/pgpool2/libpgpool-dev_4.3.7-2.pgdg+2_arm64.deb
Size: 150800
SHA256: 9b9a6acf37efe6ed3ca5ee02b9e26781f8988958318cf017fd948f8a589480dd
SHA1: a145ad13b2052c80f0ea29dec54a951d632e2a8a
MD5sum: ceb02ba4c09c021841ba67e3b74ac4bf
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).
Timestamp: 2024-03-18 11:18:41+00

Package: pgpool2
Version: 4.3.7-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6876
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: libpgpool2 (= 4.3.7-2.pgdg+2), lsb-base, postgresql-common, ucf, libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libldap-2.5-0 (>= 2.5.4), libmemcached11t64 (>= 1.1.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3t64 (>= 3.0.0)
Enhances: postgresql
Conflicts: pgpool
Replaces: pgpool
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/pgpool2_4.3.7-2.pgdg+2_arm64.deb
Size: 1188380
SHA256: 0d4a3b2cc1ab0952c1cc4c86059b3d6c7222495166e9e19eaf59ef487c4f6be1
SHA1: 5e78aa38ebdbb6e50747a7c1ecb5e57549a34bfa
MD5sum: b5c881d62dcedfdf9fcb29b482016186
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.
Timestamp: 2024-03-18 11:18:41+00

Package: pgpool2-dbgsym
Source: pgpool2
Version: 4.3.7-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2104
Depends: pgpool2 (= 4.3.7-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/pgpool2-dbgsym_4.3.7-2.pgdg+2_arm64.deb
Size: 1949040
SHA256: 2baf36109004dffaf0e8056564c51941d2cf2758cb9ec6866dc8454120750880
SHA1: b0f31da9aa26129d6b6f5cf0c3eea0c447388aa8
MD5sum: 41d0105ea4ed5b14e9c6e908e53185d6
Description: debug symbols for pgpool2
Build-Ids: 1f58dda6a46074e20bb81c2ec8e184d63b62fab3 3fe4c2219bdce9b56f40121a790c901b0a144d4a 724c26fa565225353bcbe331a6648ae31d0c29fe a84b4bb25689ca5fbb6f03cfedd2a82ff21c4fad db0463317a18fbaa986753e68cd66d9539c63fcc e185e850ad9cd58305b6aa64f1fdc5546169894c ea61635e63a5030f43050159d82d59d52b711601
Timestamp: 2024-03-18 11:18:41+00

Package: postgresql-10-pgpool2
Source: pgpool2
Version: 4.3.7-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 381
Depends: libpgpool2 (>= 4.3.7-2.pgdg+2), postgresql-10, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2_4.3.7-2.pgdg+2_arm64.deb
Size: 132732
SHA256: 41c6816c4dfb66b7f62860a5bf63269b8b001b5aac867b764f333c0c20c89308
SHA1: c89d493e143ce928b6b0369323f80b62d2cd5298
MD5sum: a39daff1001524c088a784d887596fd6
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 10 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2024-03-18 11:18:41+00

Package: postgresql-10-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.7-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-10-pgpool2 (= 4.3.7-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2-dbgsym_4.3.7-2.pgdg+2_arm64.deb
Size: 53316
SHA256: 76eae5b98e5690d3dc65bdcb01b27c85032051fe72c43cd40280c88040ba13fe
SHA1: c72b5a0776300404787a9b71f0ae8461fcbdd492
MD5sum: 6ff0a844df51c83ad0a3ec4ab56e82f5
Description: debug symbols for postgresql-10-pgpool2
Build-Ids: 1658d60dc573b7a272880aad4a7c210f34f6d5b5 3ea3aa59b99e7de0a2ba74420d8829536128354b 761504e3d175eb49951eafc61c39c1b407b82963
Timestamp: 2024-03-18 11:18:41+00

Package: postgresql-11-pgpool2
Source: pgpool2
Version: 4.3.7-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 438
Depends: libpgpool2 (>= 4.3.7-2.pgdg+2), postgresql-11, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2_4.3.7-2.pgdg+2_arm64.deb
Size: 159584
SHA256: a6b40d3b9e17a729a2eb0194c7cbd166c9b27fe53f5983606bc5f4e572a0f4fa
SHA1: f7b4a1a289e070d2fc9cca16aebb172ea803c6ad
MD5sum: 3af9fdec33fe5f80f984fd8ccbebe048
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 11 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2024-03-18 11:18:41+00

Package: postgresql-11-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.7-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-11-pgpool2 (= 4.3.7-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2-dbgsym_4.3.7-2.pgdg+2_arm64.deb
Size: 51220
SHA256: 37df4c0436c67ff5821c1355b61d3c325544b4aa213d1c220aea95bac618343a
SHA1: e29b86035dbe93af00924694567ad8b941c867e3
MD5sum: b7171cc9c6326b96232313bd3b864dfd
Description: debug symbols for postgresql-11-pgpool2
Build-Ids: 0f2dbcd10de0ec4921865d8499bdafdc67126267 76b78d6965ddc4af61506511e0b23968e2356e7b baee11a278247382d49eaf548ed72587c0ae1b93
Timestamp: 2024-03-18 11:18:41+00

Package: postgresql-12-pgpool2
Source: pgpool2
Version: 4.3.7-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 438
Depends: libpgpool2 (>= 4.3.7-2.pgdg+2), postgresql-12, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2_4.3.7-2.pgdg+2_arm64.deb
Size: 159768
SHA256: 0d61c7119a7a9f49e0957cef5d6014b5e252321dc1c941aca83b609623da6d3b
SHA1: ffcc38137ddd522a21e3912b555c0a0f4925cf4d
MD5sum: e999010f92f316cd151d2cb211dd9630
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 12 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2024-03-18 11:18:41+00

Package: postgresql-12-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.7-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-12-pgpool2 (= 4.3.7-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2-dbgsym_4.3.7-2.pgdg+2_arm64.deb
Size: 51848
SHA256: 89cbfcb032f4662fb02bddb046f2f5308f88cb420dac43225866cf89582fb8f6
SHA1: b27d7e7aa3cbdb36c110387f773433a68002d78b
MD5sum: c2832e450157068c26036ee4efccfd3c
Description: debug symbols for postgresql-12-pgpool2
Build-Ids: 0a7913c41f00169d0ed268106880d6926164fb86 185c601df199322837d49c4924bd17eb0418c783 dcdc433251cc27bee139e8b2868dc283b75df515
Timestamp: 2024-03-18 11:18:41+00

Package: postgresql-13-pgpool2
Source: pgpool2
Version: 4.3.7-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 437
Depends: libpgpool2 (>= 4.3.7-2.pgdg+2), postgresql-13, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2_4.3.7-2.pgdg+2_arm64.deb
Size: 159480
SHA256: 63b980987491749066f8a9a328f128aaea4a2b134a1c1d300bb5e394724bdde7
SHA1: c37d11d672670c06ed46e14d2396c5865e9a81ca
MD5sum: 8f900193760de3cffd82446e1bbffee8
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 13 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2024-03-18 11:18:41+00

Package: postgresql-13-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.7-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-13-pgpool2 (= 4.3.7-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2-dbgsym_4.3.7-2.pgdg+2_arm64.deb
Size: 49280
SHA256: cb4aaf9ecdfee69d3e1894b7ee6ae179b883f3db0276aeb46e76578811ea7c5e
SHA1: 7018123c25f31153f2fde0d9a96aae747e04a685
MD5sum: 33d958a91fc83aab0dc2d1fd92384932
Description: debug symbols for postgresql-13-pgpool2
Build-Ids: 800a07e7ffae090c6ee04ca1b8655a105e5b458a 8dd22530b9220c222c8e2a71fb153ef6f68e5e6e bfb6d542832e5e3ba73fa02897a7ab7105974ab5
Timestamp: 2024-03-18 11:18:41+00

Package: postgresql-14-pgpool2
Source: pgpool2
Version: 4.3.7-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 439
Depends: libpgpool2 (>= 4.3.7-2.pgdg+2), postgresql-14, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2_4.3.7-2.pgdg+2_arm64.deb
Size: 160024
SHA256: 8f88c0131dda858f604aa1d3f82905c232f02e0386dc1bd29614695368807676
SHA1: 44ed9d3aeff753928370ec29b267401e453948e0
MD5sum: d80b39af7e3e99468ffe737bb011dd4e
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 14 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2024-03-18 11:18:41+00

Package: postgresql-14-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.7-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-14-pgpool2 (= 4.3.7-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2-dbgsym_4.3.7-2.pgdg+2_arm64.deb
Size: 50180
SHA256: 5b4c5012c2b7d1d91923c4c2079006de15a49c92e450d40fd373926c117eead7
SHA1: acc82bbe33e5472ae8f710f1980cdfc46a2cd192
MD5sum: 1f653c9db8cd2ec2eb7192e462334c88
Description: debug symbols for postgresql-14-pgpool2
Build-Ids: 2057041f626a4544420d8a7b7aef3e7dab2949cb 915fab48d817d3ac946792671441d933f277263a 9da21dee10d1e7356ee2b76847ab0755044dd96f
Timestamp: 2024-03-18 11:18:41+00

Package: postgresql-15-pgpool2
Source: pgpool2
Version: 4.3.7-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 440
Depends: libpgpool2 (>= 4.3.7-2.pgdg+2), postgresql-15, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2_4.3.7-2.pgdg+2_arm64.deb
Size: 160976
SHA256: 96e8f61ed3e9bf1d5b6d241706256b2159081fea3dc869dce9b7e58515d8b4d2
SHA1: 8eef9c0928aa71d86445f93feccca8b8fbbb625c
MD5sum: d7141d3889402d2982eab1e8d21504fd
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 15 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2024-03-18 11:18:41+00

Package: postgresql-15-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.7-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-15-pgpool2 (= 4.3.7-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2-dbgsym_4.3.7-2.pgdg+2_arm64.deb
Size: 51104
SHA256: 8bcc9cbc606ac36a8716a6bd6d27e643529bd3aa5795e0b44af33141f716f4e5
SHA1: dbfeb23c3127e85f6ad93bc8064251ae97044fc1
MD5sum: 9d735eec10d5ddcce5f7ce58c263a27d
Description: debug symbols for postgresql-15-pgpool2
Build-Ids: 24c049bedac581a1f1132a24fe64ff5ab9fe84df 5c4e6e50345c6e99c4e5447bc9674ca40746d3e0 d8bc293e9df2a54d5cca34e2e181fc6a6f21b6cd
Timestamp: 2024-03-18 11:18:41+00

Package: postgresql-16-pgpool2
Source: pgpool2
Version: 4.3.7-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 439
Depends: libpgpool2 (>= 4.3.7-2.pgdg+2), postgresql-16, libc6 (>= 2.33)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-16-pgpool2_4.3.7-2.pgdg+2_arm64.deb
Size: 160860
SHA256: 1be1a743d95f9eb07dc355fc0b2ca2a4d0173d90421ca6c48afa6ead6fa2bd55
SHA1: b19a0d9cb94ac2997efe980f68f09e0ce565e0c9
MD5sum: 80d3967db2d7c4dd313f8b4c931ca88a
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 16 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2024-03-18 11:18:41+00

Package: postgresql-16-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.7-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-16-pgpool2 (= 4.3.7-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-16-pgpool2-dbgsym_4.3.7-2.pgdg+2_arm64.deb
Size: 56608
SHA256: 5234c6b6a85630038f6e53447f747506ac49a1f191f7dbdc20e6f2864c7ba82c
SHA1: fc7eb3de80d617104c1b35a8cab548f0c710b0ac
MD5sum: 288a0a7adb090981648351dc405c274c
Description: debug symbols for postgresql-16-pgpool2
Build-Ids: 232b4b3c863c2b43856a98f844c5c1b28831bda2 dd4190f0e3d6b6fb4a62fef9647157d4f102764b dedbb5e5fa4c4fb72c1e14da07a08fc7ce64c8a7
Timestamp: 2024-03-18 11:18:41+00

Package: resource-agents-paf
Version: 2.3.0-2.pgdg+1
Architecture: all
Maintainer: Debian HA Maintainers <debian-ha-maintainers@alioth-lists.debian.net>
Installed-Size: 139
Depends: corosync (>= 2.0.0), pacemaker (>= 1.1.13) | pacemaker-remote (>= 1.1.13), perl, resource-agents | resource-agents-base
Homepage: http://clusterlabs.github.io/PAF/
Priority: optional
Section: admin
Filename: pool/main/r/resource-agents-paf/resource-agents-paf_2.3.0-2.pgdg+1_all.deb
Size: 37132
SHA256: 413079b59f9264beedce9e7096ea2fa07814377371bac2d56876b7711c7472ac
SHA1: fc95e0f76433d9db1de0c20f163d667777f26fec
MD5sum: e2e4ee3fa2a71a51974d9043575110e4
Description: PostgreSQL resource agent for Pacemaker
 PostgreSQL Automatic Failover (aka. PAF) is a new OCF resource Agent
 dedicated to PostgreSQL. Its original wish is to keep a clear limit between
 the Pacemaker administration and the PostgreSQL one, to keep things simple,
 documented and yet powerful.
 .
 It only supports multi-state (Master-Slave) PostgreSQL clusters.
Timestamp: 2024-03-18 11:18:41+00

Package: postgresql-10-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 310
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-10-roaringbitmap_0.5.4-1.pgdg+1_arm64.deb
Size: 84988
SHA256: 527c9960dae97fa63d8f944b766cc72b538377d4ebe4df35e3e5984bf0489764
SHA1: 5f3af3d1e304699be57220fb76c94a7514b56d35
MD5sum: 10c8703d9708ea4695aee78bdff0796d
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2024-03-19 17:05:42+00

Package: postgresql-10-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 380
Depends: postgresql-10-roaringbitmap (= 0.5.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-10-roaringbitmap-dbgsym_0.5.4-1.pgdg+1_arm64.deb
Size: 348788
SHA256: 3a6f7a1ec28d09626782a39450e296f9adc4c1d1723f0ca724997ead4673a794
SHA1: 35848c1e53a2dccaf557c7bffb9eb4a2e460e011
MD5sum: 41df5315d9c90e1c4e3e7c14240c3421
Description: debug symbols for postgresql-10-roaringbitmap
Build-Ids: 37bdfcd29ac5149183572cca85d3bb7fc3fe448a
Timestamp: 2024-03-19 17:05:42+00

Package: postgresql-11-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 726
Depends: postgresql-11, postgresql-11-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-11-roaringbitmap_0.5.4-1.pgdg+1_arm64.deb
Size: 298956
SHA256: 95d86aa48e14a84233202d0c269c8dbd3300e0ae2c04ef87a998a7c1f0f4fa32
SHA1: 0ac11beb50da893626cbfab391c1da0b2d2c1eb7
MD5sum: fcb32f8a3a3f70235a4482edb011137b
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2024-03-19 17:05:42+00

Package: postgresql-11-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 378
Depends: postgresql-11-roaringbitmap (= 0.5.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-11-roaringbitmap-dbgsym_0.5.4-1.pgdg+1_arm64.deb
Size: 347324
SHA256: fd75ba92e4040cadd53732fea5c94b7ed6b2e6a3887da29a4cf2df07174540d5
SHA1: c2675bb41b6c965f1ddbb6ef86b47ea711de51ee
MD5sum: 0ba3fc1abeabcd6ba03ebcdda8590ddb
Description: debug symbols for postgresql-11-roaringbitmap
Build-Ids: 5e147311d0c25e3b27e5d96d7f86ddfaf3e58e24
Timestamp: 2024-03-19 17:05:42+00

Package: postgresql-12-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 727
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-12-roaringbitmap_0.5.4-1.pgdg+1_arm64.deb
Size: 299112
SHA256: 6b93f2c782da7cb99ab2f26dbcf02f579932912ec3657ae5265607b8b635e083
SHA1: 6a9d1477a02283cde89d186193e079954459cb1c
MD5sum: 656a6c119c6828cb4533603e6ab1519d
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2024-03-19 17:05:42+00

Package: postgresql-12-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 378
Depends: postgresql-12-roaringbitmap (= 0.5.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-12-roaringbitmap-dbgsym_0.5.4-1.pgdg+1_arm64.deb
Size: 346644
SHA256: 87b23d852444f7426b385cc4c3e9f131769a9367a3d7e0a82db3eb65469a6c65
SHA1: 7bb73f6cbc0cc6105aa63df8851ead1076bf802d
MD5sum: 84e0f5ce5139725ee962e82bf714f7c8
Description: debug symbols for postgresql-12-roaringbitmap
Build-Ids: c8c2c8f35fb3f54dbfa05b0235e64653f2062076
Timestamp: 2024-03-19 17:05:42+00

Package: postgresql-13-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 726
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-13-roaringbitmap_0.5.4-1.pgdg+1_arm64.deb
Size: 299184
SHA256: c4d0b6f642e9001e949401b8caea787421d317b52d80692ae82659b3e9ec9df3
SHA1: 651cb32bc98c5211ab23467d73348344bf773edb
MD5sum: 9cc6e68dc08029646b6f894b52b859c3
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2024-03-19 17:05:42+00

Package: postgresql-13-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 375
Depends: postgresql-13-roaringbitmap (= 0.5.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-13-roaringbitmap-dbgsym_0.5.4-1.pgdg+1_arm64.deb
Size: 344008
SHA256: 14c252676b9af3c01ba56a173eb1e27f1c9a011a8a9dba96416151bd18bf7523
SHA1: 939d0716c46986f01be6f792415d80a370ac9604
MD5sum: fedd05ab4657c964fd016c03a5fc78b9
Description: debug symbols for postgresql-13-roaringbitmap
Build-Ids: aeb2ba62440143b3190963c7a5347a1d752b5d06
Timestamp: 2024-03-19 17:05:42+00

Package: postgresql-14-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 730
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-14-roaringbitmap_0.5.4-1.pgdg+1_arm64.deb
Size: 299876
SHA256: c0f524b35fc03fe45dbf075bbb1ef7c1e35f6966c1219b9c952e513655d786c0
SHA1: 6792ead4b058b6adfb5fab67fe4874d04fef1c97
MD5sum: 5fec0e725ed82bdbdbc9522af9d9ab91
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2024-03-19 17:05:42+00

Package: postgresql-14-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 376
Depends: postgresql-14-roaringbitmap (= 0.5.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-14-roaringbitmap-dbgsym_0.5.4-1.pgdg+1_arm64.deb
Size: 344816
SHA256: 705e2e5295892fabd311a3a54a85d8b78af8244dfb66fcd1eaf69644eb8fc859
SHA1: 0723e7bd8dbe8c8843b13d2fe825f185df0399f6
MD5sum: 137c51cf708296171d8df9595866e189
Description: debug symbols for postgresql-14-roaringbitmap
Build-Ids: 7db9d1f5c44b2dd9ede2ac448b458c563f1f4177
Timestamp: 2024-03-19 17:05:42+00

Package: postgresql-15-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 730
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-15-roaringbitmap_0.5.4-1.pgdg+1_arm64.deb
Size: 299856
SHA256: 285dfebded8381001741cf513c2388e24047bc989c9d639a56d22bf71ccedad5
SHA1: 8bd58eb8d3f2fb57852cd4924e58f43f8291198f
MD5sum: 143efd307c0ee23a2ecd22c72f4734a7
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2024-03-19 17:05:42+00

Package: postgresql-15-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 376
Depends: postgresql-15-roaringbitmap (= 0.5.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-15-roaringbitmap-dbgsym_0.5.4-1.pgdg+1_arm64.deb
Size: 345016
SHA256: 81a9b8d988ce4c3126d09e05d69962249be2cbf0c5c14c16068ae36da61ee6c7
SHA1: 472e7aa46c295f2d6a3bbacfc92980a5ef55ae5e
MD5sum: df66d0783ba451e0d8dfdd053bf645af
Description: debug symbols for postgresql-15-roaringbitmap
Build-Ids: 209a8228bfd5cc11e6fed27a5388ee68fe403020
Timestamp: 2024-03-19 17:05:42+00

Package: postgresql-16-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 730
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-16-roaringbitmap_0.5.4-1.pgdg+1_arm64.deb
Size: 298748
SHA256: 00acc050023b7a6266c0aee0b7e69e6ae7b3f6a86301f9c0884d4caa886d12e9
SHA1: 0ef5d1ae332c87f9e4e0c9ef37c82ab1aecbc1ca
MD5sum: f2982166680128e8385ad6c3f692120c
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2024-03-19 17:05:42+00

Package: postgresql-16-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 435
Depends: postgresql-16-roaringbitmap (= 0.5.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-16-roaringbitmap-dbgsym_0.5.4-1.pgdg+1_arm64.deb
Size: 405724
SHA256: dec91c31b90b55e6b8f0c2d768619891c0ace312d92f65ed619201fce03515d3
SHA1: 35770a23e9c01c747d3909eaff6b16a42a19c03f
MD5sum: c2526c6eb27fd42968942047b8aad09d
Description: debug symbols for postgresql-16-roaringbitmap
Build-Ids: 1c322bf78d0f29d6f8304c3750dda0cd51040f15
Timestamp: 2024-03-19 17:05:42+00

Package: postgresql-14-pgfaceting
Source: pgfaceting
Version: 0.2.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-14-roaringbitmap, postgresql-14
Homepage: https://github.com/cybertec-postgresql/pgfaceting
Priority: optional
Section: database
Filename: pool/main/p/pgfaceting/postgresql-14-pgfaceting_0.2.0-1.pgdg+1_all.deb
Size: 9676
SHA256: ce814dac8ea6e8e4d87212da5b2bcfc3ef379caa9d8407a3941ab3cd114a8661
SHA1: 7bcd6ca72c978649f8dc8830343187852e28aa81
MD5sum: 1a4fcb7fc5da33fb55290d72e6218aee
Description: Faceted query acceleration for PostgreSQL using roaring bitmaps
 PostgreSQL extension to quickly calculate facet counts using inverted indexes
 built with roaring bitmaps. Requires pg_roaringbitmap to be installed.
 .
 Faceting means counting number occurrences of each value in a result set for a
 set of attributes. Typical example of faceting is a web shop where you can see
 how many items are remaining after filtering your search by red, green or
 blue, and how many when filtering by size small, medium or large.
Timestamp: 2024-03-20 15:40:35+00

Package: postgresql-15-pgfaceting
Source: pgfaceting
Version: 0.2.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-15-roaringbitmap, postgresql-15
Homepage: https://github.com/cybertec-postgresql/pgfaceting
Priority: optional
Section: database
Filename: pool/main/p/pgfaceting/postgresql-15-pgfaceting_0.2.0-1.pgdg+1_all.deb
Size: 9672
SHA256: 8eb2174d519af270650a26865e89174eb3aa47f9c43edaf93ad8cb3d32b8fa2e
SHA1: edfcecb5855f98c7ef8c406639fb6de0c7cbc5f9
MD5sum: bd8c54b4e0f6e2a56039783fee5c46eb
Description: Faceted query acceleration for PostgreSQL using roaring bitmaps
 PostgreSQL extension to quickly calculate facet counts using inverted indexes
 built with roaring bitmaps. Requires pg_roaringbitmap to be installed.
 .
 Faceting means counting number occurrences of each value in a result set for a
 set of attributes. Typical example of faceting is a web shop where you can see
 how many items are remaining after filtering your search by red, green or
 blue, and how many when filtering by size small, medium or large.
Timestamp: 2024-03-20 15:40:35+00

Package: postgresql-16-pgfaceting
Source: pgfaceting
Version: 0.2.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-16-roaringbitmap, postgresql-16
Homepage: https://github.com/cybertec-postgresql/pgfaceting
Priority: optional
Section: database
Filename: pool/main/p/pgfaceting/postgresql-16-pgfaceting_0.2.0-1.pgdg+1_all.deb
Size: 9676
SHA256: b0f2a6c645f512bac3a7e97d0181f8d429c19659e9f72d15080965cb63ff1f92
SHA1: 1eb1e632f29da9c582e1ef7db5b807eafb20ee76
MD5sum: 6482dea3a155669837ec1042da5c40d7
Description: Faceted query acceleration for PostgreSQL using roaring bitmaps
 PostgreSQL extension to quickly calculate facet counts using inverted indexes
 built with roaring bitmaps. Requires pg_roaringbitmap to be installed.
 .
 Faceting means counting number occurrences of each value in a result set for a
 set of attributes. Typical example of faceting is a web shop where you can see
 how many items are remaining after filtering your search by red, green or
 blue, and how many when filtering by size small, medium or large.
Timestamp: 2024-03-20 15:40:35+00

Package: postgresql-10-pljava
Source: postgresql-pljava
Version: 1.6.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1358
Depends: default-jre-headless | openjdk-17-jre-headless | java-runtime-headless, postgresql-10, postgresql-pljava-common (>= 1.6.6-2.pgdg+1), libc6 (>= 2.34)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-10-pljava_1.6.6-2.pgdg+1_arm64.deb
Size: 917796
SHA256: 7dec7f1b76bec083b43e3a431321867ee3d0ee0781a7aaa964c56095938c127d
SHA1: b98b325307a662436872e3099d2ccd335fd17d80
MD5sum: e4fbecdd8f1e32e652b587a6f25a96e8
Description: Java procedural language for PostgreSQL 10
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-17-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2024-03-26 18:36:30+00

Package: postgresql-10-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 350
Depends: postgresql-10-pljava (= 1.6.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-10-pljava-dbgsym_1.6.6-2.pgdg+1_arm64.deb
Size: 287044
SHA256: d44fa19a291a85036720700b33c530e304ba05e69eca964c6d2a0ceec67b0293
SHA1: f1ee618dcfbc0e498e9695e19161297dc05f7808
MD5sum: 3700372beef2b3ede4b2e61a424f7001
Description: debug symbols for postgresql-10-pljava
Build-Ids: 706e4a73e69f4a85967d71e2612a2e3cfbff0c88
Timestamp: 2024-03-26 18:36:30+00

Package: postgresql-11-pljava
Source: postgresql-pljava
Version: 1.6.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1358
Depends: default-jre-headless | openjdk-17-jre-headless | java-runtime-headless, postgresql-11, postgresql-pljava-common (>= 1.6.6-2.pgdg+1), libc6 (>= 2.34)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-11-pljava_1.6.6-2.pgdg+1_arm64.deb
Size: 917504
SHA256: 0ab4f51a2f1838b278650e3415229160564f0a414fa68c076f28aea4d4f4e8d0
SHA1: b65cd8e01394265ac502dd5aff3c88ad2a75e990
MD5sum: 9844cbef9334b955f2647490817b1b7c
Description: Java procedural language for PostgreSQL 11
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-17-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2024-03-26 18:36:30+00

Package: postgresql-11-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 345
Depends: postgresql-11-pljava (= 1.6.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-11-pljava-dbgsym_1.6.6-2.pgdg+1_arm64.deb
Size: 282988
SHA256: aae7d00d8b92f02e608ecededd86efa69c0ad3a0f6d77181a40e1642c6ae4fb1
SHA1: a77e858c1edcb3c5743654a295a4aacd7450f6a4
MD5sum: 5be49bbad8f5bd1b40ed8ed190189164
Description: debug symbols for postgresql-11-pljava
Build-Ids: 7da5f448982b31329286989dab5ad4850f9e7bf6
Timestamp: 2024-03-26 18:36:30+00

Package: postgresql-12-pljava
Source: postgresql-pljava
Version: 1.6.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1358
Depends: default-jre-headless | openjdk-17-jre-headless | java-runtime-headless, postgresql-12, postgresql-pljava-common (>= 1.6.6-2.pgdg+1), libc6 (>= 2.34)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-12-pljava_1.6.6-2.pgdg+1_arm64.deb
Size: 917180
SHA256: f77cf44c3fcb1422b9171e2e28892f7430265880aa2d963e4d74ace421045264
SHA1: a42df9c334c62f951c79b025d852fac882657b3e
MD5sum: 6fcf89510d504a13c0551ea6af408508
Description: Java procedural language for PostgreSQL 12
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-17-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2024-03-26 18:36:30+00

Package: postgresql-12-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 353
Depends: postgresql-12-pljava (= 1.6.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-12-pljava-dbgsym_1.6.6-2.pgdg+1_arm64.deb
Size: 291268
SHA256: addf3a37c34f2ebabc271a5a190857dd5e80e8cff6683ad5afd97254420e62c4
SHA1: 6b8c6e252c43d11df1e5d4b79aaa18fe409ea0e7
MD5sum: af54be5a2f05b101aa717f2708ca627d
Description: debug symbols for postgresql-12-pljava
Build-Ids: 452a37d44f8670649b860f8127b3c52c1fdbb4eb
Timestamp: 2024-03-26 18:36:30+00

Package: postgresql-13-pljava
Source: postgresql-pljava
Version: 1.6.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1358
Depends: default-jre-headless | openjdk-17-jre-headless | java-runtime-headless, postgresql-13, postgresql-pljava-common (>= 1.6.6-2.pgdg+1), libc6 (>= 2.34)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-13-pljava_1.6.6-2.pgdg+1_arm64.deb
Size: 917104
SHA256: c96e25b4f41d47fd9baad17cec5582d3142eb239186eb98abdcbfe415ee848b0
SHA1: 6c40bafe25931b1315b39846674deff0a01423fc
MD5sum: 11add847ddec2f0ce08c944bfa9e9c00
Description: Java procedural language for PostgreSQL 13
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-17-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2024-03-26 18:36:30+00

Package: postgresql-13-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 359
Depends: postgresql-13-pljava (= 1.6.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-13-pljava-dbgsym_1.6.6-2.pgdg+1_arm64.deb
Size: 298036
SHA256: f6aa7763e30cec2ff609c1589df518f670c5ab2e1c2ad4192f9881773329e5e3
SHA1: 40a512222e9d89d239d2581a9c1541992c2fffd3
MD5sum: 3633d15334f21a87b68d97899d7789bf
Description: debug symbols for postgresql-13-pljava
Build-Ids: f6fb9fe2eedbf663578099faccae6f4f45738b9e
Timestamp: 2024-03-26 18:36:30+00

Package: postgresql-14-pljava
Source: postgresql-pljava
Version: 1.6.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1358
Depends: default-jre-headless | openjdk-17-jre-headless | java-runtime-headless, postgresql-14, postgresql-pljava-common (>= 1.6.6-2.pgdg+1), libc6 (>= 2.34)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-14-pljava_1.6.6-2.pgdg+1_arm64.deb
Size: 917348
SHA256: 67a89a0ef1ac6d2c8889bdc37a2df182e32c594b2e24420fa2142f54f4b9e5ed
SHA1: b23cf7e3d8aaee1ca87b3d79e7c6bd01b27af08f
MD5sum: f7b7cd188194fbd1da15798974818b46
Description: Java procedural language for PostgreSQL 14
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-17-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2024-03-26 18:36:30+00

Package: postgresql-14-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 363
Depends: postgresql-14-pljava (= 1.6.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-14-pljava-dbgsym_1.6.6-2.pgdg+1_arm64.deb
Size: 300316
SHA256: 3c586eca35a72b387ab06e8d6311d006efa929c1d15db9637239bc61b0a3fb25
SHA1: aa82d5d58e3ed7c69fe2ddfa72865425ada8b8f1
MD5sum: 15c9e45216f3c492be20c976bb609883
Description: debug symbols for postgresql-14-pljava
Build-Ids: 3f10b32d5ff9ca147df26d4510d955d5c8595254
Timestamp: 2024-03-26 18:36:30+00

Package: postgresql-15-pljava
Source: postgresql-pljava
Version: 1.6.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1358
Depends: default-jre-headless | openjdk-17-jre-headless | java-runtime-headless, postgresql-15, postgresql-pljava-common (>= 1.6.6-2.pgdg+1), libc6 (>= 2.34)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-15-pljava_1.6.6-2.pgdg+1_arm64.deb
Size: 917104
SHA256: a9647e1272dab21024d5520236bd9ee2967dc277756ad62d09b751499c202109
SHA1: 7fc601a445c612eb7cc1cd23665241fd59b1b684
MD5sum: c0488e6f81e6667a0259caf5f8df2c2a
Description: Java procedural language for PostgreSQL 15
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-17-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2024-03-26 18:36:30+00

Package: postgresql-15-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 364
Depends: postgresql-15-pljava (= 1.6.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-15-pljava-dbgsym_1.6.6-2.pgdg+1_arm64.deb
Size: 301440
SHA256: 8b68b53f58d03926d575605b2308525be31884afa60b36deb8992e755a0cd42c
SHA1: c269f27f15939b4845459215c55c0d9785509867
MD5sum: bd923fef630a8278b3725f1ee41ca41d
Description: debug symbols for postgresql-15-pljava
Build-Ids: 36c50510c55318b3ccf2026796027dd8e4b58492
Timestamp: 2024-03-26 18:36:30+00

Package: postgresql-16-pljava
Source: postgresql-pljava
Version: 1.6.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1358
Depends: default-jre-headless | openjdk-17-jre-headless | java-runtime-headless, postgresql-16, postgresql-pljava-common (>= 1.6.6-2.pgdg+1), libc6 (>= 2.34)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-16-pljava_1.6.6-2.pgdg+1_arm64.deb
Size: 917148
SHA256: ee1a37e81c6f2d20b3004544ac9ecc8446cba7d678304886afe9914b17776ee7
SHA1: 8a848a4ed967065bb3b7f66101b20908fae3dc65
MD5sum: a9547361ca5826bd1824db329b818f50
Description: Java procedural language for PostgreSQL 16
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-17-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2024-03-26 18:36:30+00

Package: postgresql-16-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 370
Depends: postgresql-16-pljava (= 1.6.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-16-pljava-dbgsym_1.6.6-2.pgdg+1_arm64.deb
Size: 306964
SHA256: e17ad9191204f2ce1d9e0ad9b5e95950d08dd5c1841a502feba3bca4ec4077ac
SHA1: dcd2f2453860ade973db4d64986bbd02e4ad76a2
MD5sum: 9da2db59dfe4ad7d445ea7a3bb1d49a4
Description: debug symbols for postgresql-16-pljava
Build-Ids: 03bc2d435380cc4fac1e807b903a674f2fe6389b
Timestamp: 2024-03-26 18:36:30+00

Package: postgresql-pljava-common
Source: postgresql-pljava
Version: 1.6.6-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 18
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-pljava-common_1.6.6-2.pgdg+1_all.deb
Size: 5252
SHA256: 2faf63f356a0fa9ec1c2f3a084c30b5a6c85a135942de693b520c3de2a43e2e0
SHA1: 8da8c8600034b7ca6ba56036a54aac059e815f78
MD5sum: 178968b7e31d8178e94b03c70664fd30
Description: Java procedural language for PostgreSQL, config files
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package contains the pljava.policy config file.
Timestamp: 2024-03-26 18:36:30+00

Package: librdkit1
Source: rdkit
Version: 202309.3-3.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 22012
Depends: libboost-iostreams1.83.0 (>= 1.83.0), libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py311, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.34), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.2), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 3.0), libmaeparser1 (>= 1.3.1), libpython3.11t64 (>= 3.11.5), libstdc++6 (>= 13.1)
Homepage: http://www.rdkit.org
Priority: optional
Section: libs
Filename: pool/main/r/rdkit/librdkit1_202309.3-3.pgdg+1_arm64.deb
Size: 4323896
SHA256: e7bb3acdfef275267e6a363608673ae3e395739ea9e5e446dce4bbaec582a00c
SHA1: 8f55b24400bc682e10f41ca19e03f34ac2f6f257
MD5sum: 75d9fac413bea3182c8c4b9c9e372e75
Description: Collection of cheminformatics and machine-learning software (shared libraries)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the shared libraries.
Timestamp: 2024-03-27 14:13:33+00

Package: librdkit1-dbgsym
Source: rdkit
Version: 202309.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 104041
Depends: librdkit1 (= 202309.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/librdkit1-dbgsym_202309.3-3.pgdg+1_arm64.deb
Size: 101257620
SHA256: 67fa75a06b4962a3091d2f94c3668f6a22f2944c05d197336878af2fd933b0f3
SHA1: 77fe6c8f24725b80283a227d37b9531903e086e9
MD5sum: f164256722b74fd6e3f77db473a5a789
Description: debug symbols for librdkit1
Build-Ids: 0102b5efe2cc59d8ff58a7dac2e4079749e34319 0800b4842da2848a26c5a762c75b2bd2c65e7958 0c1ff0ba4e070386f5d3916a1596718676bb4c30 0d11339695eec77a73919a49d6c5824e4e4765f8 0d541a1ff15fafd48ddce887726d2bb8a2e20853 10b93bebfd8e49f391595323d82ef482e1a0d4e3 116ec1a41b92cd43489bb5590afc7a419c89d8ff 181cf4dd62d34b14cc58f13836c37cc18521403d 1907c14db712c85751d82f7455a05bfb645f7b2c 197d957ff32475b8d6359cd2fa7db4e203cad770 2254e8eb20ae4a8ea73979be13cc9c6aac4ac0cd 2b5f010977d9f19bb0c8f71972cdebaba69249ca 2bcf05f2c464841d46c012f013dead141c76dda9 2f25a31c7b64bf76f26e26e5c5eb23d4e9ecf318 31f43badae353f44c0aef32e9c41d7e01ce84271 3fe8c18177c12f88a16a3fd5a11cfe09cefe4063 4906d6571ae0a4140969b6363def538c51fdce4c 4bd3529ae4d6f403d5dc137d8d24b95d2a61981f 4e47e97e0b7b40ac834a806588a057e32d388c93 592a87cf13ae9a98d9f98eab459365b70ef1f0e5 5a4d3bde1efbc7a742bc54f056848829fafb3a3e 5f2fc4f01179a28c6c48690f081618b38a008cd3 64e21921684e22cd591f76ad3d16c35a8e866717 69d23c350a67b3de68384b3fe1de3db3e8ebdfb7 6b1010f6224ee55330bab5e1b18dca6f0633af02 6c0e405e3a1a3cfb9a3a07af67d9e3db0afa7526 6c15dbfdfbce34132cb447274267492e860cbeba 706a2c5a59b8a7b92b7e0fa02338349f0c3cad4a 74e45004dcb7eaae061750f9876e32369ed8050e 755a9c5d8d6a8be993e09062ab46218b9825e7c3 782d2f739f5551052ec1e12ef78a430ed8c97f8f 8673e49c954182759f9ef854ac7be3596f204d45 8bbba0bd9bbe984c007b5a5c6469b3fd166ed096 8fe5f56fc3aa142b43babe8560997a14bf79ae6d 954215e0004ab718f34f90e2db2b7ec966492630 9aa03d218ae3f60438b3d79a22222ba06ae09502 9dfc8dce9fd4b766c1419012eb41000a6866ec77 a41cf78bcbe64624f081469585e58b53497284b7 a4d5795e7b242e0685ec526ffa00cfa9fef42947 a69a515a33c58d715df80b4bdd75e547009defbc a7918174480566ea091819989bc83b2819caef48 ae374013695993a40902438f378fd7aa93387749 b70d5780b8cfd3d95c5545f943ef65f170e9abe7 ba5c169e18711c0463e5ae2038b2a93cf7f6cdc3 c143623083ba18ea37e900fb932618c48c4fa53b c30769d437c75e3fd8d7232a4e855c2a00a31e8f c4cb6d092cb54c98ba9bfe97433618674f123cdb d0748daab70f345de3433ee4b15d0741282303ef d4d44208ef22ab58622c6261c961f0fe5aec6935 e5524291fabab20074279b07604f510e6c7df7a6 e64803cb59738a0a158c60b5a2a673b105c01866 e6cfed7cd83ad84226ec857ef5a751ee168321b4 e7767c4d9f9a03c61d8bc3edb2c5bfcc23a91c3c e81c725ad521f7246faf3e6e6ae37b1bfce25b94 e989b90dac9f688030b0a1bcec5de489425bdb1e effa7891da2033fbf56019b983113da4fb764791 f50fa0c561f24f15553147380f90f56d5cf87194 ffccc6ce4423ce3d02e92c35e114da6a96146079
Timestamp: 2024-03-27 14:13:33+00

Package: librdkit-dev
Source: rdkit
Version: 202309.3-3.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 2358
Depends: librdkit1 (= 202309.3-3.pgdg+1)
Homepage: http://www.rdkit.org
Priority: optional
Section: libdevel
Filename: pool/main/r/rdkit/librdkit-dev_202309.3-3.pgdg+1_arm64.deb
Size: 415080
SHA256: 8d0472f4ae1e5f808f6d3833b14797de6328450a9132f6007784f48b53656058
SHA1: e32849b192cda08302864ef144672f782ad4a484
MD5sum: fadee4b286c68638f7388596a352148f
Description: Collection of cheminformatics and machine-learning software (development files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the header files.
Timestamp: 2024-03-27 14:13:33+00

Package: pgbackrest
Version: 2.51-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1142
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.34), libgcc-s1 (>= 4.2), liblz4-1 (>= 0.0~r127), libpq5, libssh2-1t64 (>= 1.5.0), libssl3t64 (>= 3.0.0), libxml2 (>= 2.7.4), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc, check-pgbackrest
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.51-1.pgdg+1_arm64.deb
Size: 410032
SHA256: 111614f9705f80060a94ddd7886d1d53c62877acb9b358e96d64cce837302825
SHA1: 59014c89bb7d9900be96c26cad1619481c4c7dca
MD5sum: f0d3c5bc8c5af94c36db457c3ec03088
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.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2024-03-27 14:13:33+00

Package: pgbackrest-dbgsym
Source: pgbackrest
Version: 2.51-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1432
Depends: pgbackrest (= 2.51-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.51-1.pgdg+1_arm64.deb
Size: 1328740
SHA256: 881da7aff5bee7b568e60c0ded39b07c08f569ccb68b12adf718b2411756f534
SHA1: 7d06be8c64c607fcfd7adea2b1ac453ad8e8ca7f
MD5sum: db49f5cf47804ad793e8ae3b2af66ce1
Description: debug symbols for pgbackrest
Build-Ids: a92ba577020634b5b5d29915f4344e44d258c51e
Timestamp: 2024-03-27 14:13:33+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.51-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1809
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.51-1.pgdg+1_all.deb
Size: 123764
SHA256: a04e5861c3581be3d513d77818aa2b7b41d6211328191bf5a5ebdc4833b0216f
SHA1: 2815f2f54f1b523580c58d7ee696f78eb4427463
MD5sum: a1f5423e4ed0ba5d24cc9ed6d0562aff
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2024-03-27 14:13:33+00

Package: pgloader
Version: 3.6.10-2.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 27377
Depends: freetds-dev, libc6 (>= 2.34), libzstd1 (>= 1.5.5), libsqlite3-0, libssl3t64
Homepage: https://github.com/dimitri/pgloader
Priority: optional
Section: database
Filename: pool/main/p/pgloader/pgloader_3.6.10-2.pgdg+1_arm64.deb
Size: 25555164
SHA256: 77e9f52fb018f783329f548bc2d6ef11a6498b8962a5db06589a10c1c0a8f62f
SHA1: a1855a891da8005b615c8b9308f431f50162a257
MD5sum: e59cff4f6648825d7b7cfd2a1f4a6e6c
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.
Timestamp: 2024-03-27 14:13:33+00

Package: pgstat
Version: 1.2.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: libc6 (>= 2.34), libpq5 (>= 9.0~)
Homepage: https://github.com/gleu/pgstats
Priority: optional
Section: database
Filename: pool/main/p/pgstat/pgstat_1.2.0-3.pgdg+1_arm64.deb
Size: 32288
SHA256: 5336d19be829e6874e32d54f82f17eec51a888c65dd53a32a4e897f224bf753f
SHA1: 104d13dc71b9103d24958eddd82825991d5e31d3
MD5sum: 8388f47ac82278b2056e4f2e136dd3bc
Description: Collects PostgreSQL statistics the same way as a vmstat tool
 pgstat is a client utility to gather statistical information from a PostgreSQL
 instance in real time, and acts like vmstat or sar.
 .
 Supported statistics include archiver, bgwriter, connections, databases,
 tables, tables I/O, indexes, functions, archives wals, temporary files,
 and pgBouncer.
Timestamp: 2024-03-27 14:13:33+00

Package: pgstat-dbgsym
Source: pgstat
Version: 1.2.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: pgstat (= 1.2.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgstat/pgstat-dbgsym_1.2.0-3.pgdg+1_arm64.deb
Size: 40012
SHA256: 59608bf9a226b3644b8e9d759ff13266f019c8cfdd64625e1896811833f1b4b7
SHA1: 0a599b50ac50ba3d99888cadce99b348a9b52094
MD5sum: 4e20ed9d863924a203394e039c01e1d1
Description: debug symbols for pgstat
Build-Ids: 073ab010525eefaf24d407aa926e32c8838dc695
Timestamp: 2024-03-27 14:13:33+00

Package: postgresql-10-pgpcre
Source: pgpcre
Version: 0.20190509-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-10, libc6 (>= 2.17), libpcre2-8-0 (>= 10.22)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-10-pgpcre_0.20190509-7.pgdg+1_arm64.deb
Size: 9592
SHA256: c3a938de9a68aa9f49019322791817afc903cee6d4d16ec1ef6b23a408432c16
SHA1: d9c9cf2e6118829e15164fe91cbb8a5ab6a9e1bb
MD5sum: a5cf340a3c9978acee05975a210774de
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2024-03-27 14:13:33+00

Package: postgresql-10-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-10-pgpcre (= 0.20190509-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-10-pgpcre-dbgsym_0.20190509-7.pgdg+1_arm64.deb
Size: 14996
SHA256: 57485e99435af08741e7979cc38796fea3314e6a7dcad1bbfdf8f223b52107d4
SHA1: e5cb6100c910c3d06bd60df7f444960d021fc4f5
MD5sum: 3959b44be077c86fd8b67bb9dad4079e
Description: debug symbols for postgresql-10-pgpcre
Build-Ids: f7edd54385c0e3da696b5e0a5316d3c617a4d50d
Timestamp: 2024-03-27 14:13:33+00

Package: postgresql-10-rdkit
Source: rdkit
Version: 202309.3-3.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 507
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202309.3), libstdc++6 (>= 13.1), postgresql-10
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-10-rdkit_202309.3-3.pgdg+1_arm64.deb
Size: 208848
SHA256: c91d6e5336e7c294a096e418f57a4557a33a6be24958d743dcf192f43a3ff83a
SHA1: 6e388825944739a5cbac9bb17e67359761f6e37a
MD5sum: 2d2a358c43cc068183462ae85eb4a6cd
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-03-27 14:13:33+00

Package: postgresql-10-rdkit-dbgsym
Source: rdkit
Version: 202309.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1145
Depends: postgresql-10-rdkit (= 202309.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-10-rdkit-dbgsym_202309.3-3.pgdg+1_arm64.deb
Size: 1080068
SHA256: 390f2a2897a8298edbf5abbce1d436be850b0a0f502ca1d3bce58296ffc70ef9
SHA1: 05b654449dd4dd94b185982ea58a7ade814a9929
MD5sum: 1b6389fecb8c2dfe04cf21f8d453f7f5
Description: debug symbols for postgresql-10-rdkit
Build-Ids: de57caa8095aecb3c310e11168c3303cacf7c014
Timestamp: 2024-03-27 14:13:33+00

Package: postgresql-11-pgpcre
Source: pgpcre
Version: 0.20190509-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-11, postgresql-11-jit-llvm (>= 16), libc6 (>= 2.17), libpcre2-8-0 (>= 10.22)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-11-pgpcre_0.20190509-7.pgdg+1_arm64.deb
Size: 19356
SHA256: 94aaba6e29f817d19aac2deeb3c9cf679b0085e86f4e517967897040d96fe079
SHA1: 493d82185fb7141051892b0ca14b636ffcd7345d
MD5sum: 12cbd69a8d9cdad9b418ad6ed9a19ef5
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2024-03-27 14:13:33+00

Package: postgresql-11-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-11-pgpcre (= 0.20190509-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-11-pgpcre-dbgsym_0.20190509-7.pgdg+1_arm64.deb
Size: 15100
SHA256: 42aec317e924ad43270f55c40911f0e659e2ff5fd3a6c00db0664833906e0514
SHA1: 24cb6940df3ccff17e6c2ef2430c61a504bf2d5a
MD5sum: ecb5cccd30b11f612317a347694ab35f
Description: debug symbols for postgresql-11-pgpcre
Build-Ids: 3cb1d9c94e8e017a61741bf06322fbf4944cc0bc
Timestamp: 2024-03-27 14:13:33+00

Package: postgresql-11-rdkit
Source: rdkit
Version: 202309.3-3.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1209
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202309.3), libstdc++6 (>= 13.1), postgresql-11, postgresql-11-jit-llvm (>= 16)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-11-rdkit_202309.3-3.pgdg+1_arm64.deb
Size: 488328
SHA256: 93a4ae4ecb272bc48dddb5de9792ff6d3f5438a22e16f45f0f63a1ff889ef23c
SHA1: 6e6c64239e06b3cbbf1e7d76bffc6f392de9a848
MD5sum: cda176d8328e851ff5c455c482a9ac99
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-03-27 14:13:33+00

Package: postgresql-11-rdkit-dbgsym
Source: rdkit
Version: 202309.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1145
Depends: postgresql-11-rdkit (= 202309.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-11-rdkit-dbgsym_202309.3-3.pgdg+1_arm64.deb
Size: 1080104
SHA256: e28f86670beb10a57ad1b55339b3e92804f1a69217cddb8c5a877f1f3ace1573
SHA1: cfc6e84fa1d1bd9526aed87e54ba2df0f413d2c3
MD5sum: bac1cd693b6e0029c1d07943748ced02
Description: debug symbols for postgresql-11-rdkit
Build-Ids: cc3023a8b37821d85ab1233bc99221a741ef850b
Timestamp: 2024-03-27 14:13:33+00

Package: postgresql-12-pgpcre
Source: pgpcre
Version: 0.20190509-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17), libpcre2-8-0 (>= 10.22)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-12-pgpcre_0.20190509-7.pgdg+1_arm64.deb
Size: 19396
SHA256: 5c6d66ef9694563835684c33ae41953bf9819d594267ac8f00ac0609a523961e
SHA1: 2eaf16a1e90a7f25cc3fe91b0dc02baaf6c8a985
MD5sum: 8ee6ee2e0580281630bc5457465216fe
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2024-03-27 14:13:33+00

Package: postgresql-12-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-12-pgpcre (= 0.20190509-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-12-pgpcre-dbgsym_0.20190509-7.pgdg+1_arm64.deb
Size: 15276
SHA256: 9d9221eb5a18fab1711b42ccc485d8e9197c8cd6b1192b6b4a891ca8dfd2a978
SHA1: 9eedce88d63271418a9c7c6da4a390dc67f62acc
MD5sum: 4a66e25a93505df7c7bad3539eba426f
Description: debug symbols for postgresql-12-pgpcre
Build-Ids: 35cb946c244eb7e4e6059be923b8328c59b10b54
Timestamp: 2024-03-27 14:13:33+00

Package: postgresql-12-pgvector
Source: pgvector
Version: 0.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 517
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-12-pgvector_0.6.2-1.pgdg+1_arm64.deb
Size: 213984
SHA256: 68e971d817dd7169e355e06e6bb2f7318811b3b346a95f3a1373505772bcd169
SHA1: 9d113e5e98736f19e29349c196a8aba51f50405d
MD5sum: f098ea8db26dabb1e986347ea3924c17
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-03-27 14:13:33+00

Package: postgresql-12-pgvector-dbgsym
Source: pgvector
Version: 0.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 239
Depends: postgresql-12-pgvector (= 0.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-12-pgvector-dbgsym_0.6.2-1.pgdg+1_arm64.deb
Size: 213900
SHA256: 7762332c6803cd9a19786186ec8826358a47d47d44ecd3ed3a6c4410ec2c38b1
SHA1: c6b730a0d6ebb26b60e345e63ba2b3688c2b0e88
MD5sum: 5ab36f3125b3fc4efc5ef16666103697
Description: debug symbols for postgresql-12-pgvector
Build-Ids: 1fb244e2ac4b328465ab7ebf459a979e7fee9cc8
Timestamp: 2024-03-27 14:13:33+00

Package: postgresql-12-rdkit
Source: rdkit
Version: 202309.3-3.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1210
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202309.3), libstdc++6 (>= 13.1), postgresql-12, postgresql-12-jit-llvm (>= 16)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-12-rdkit_202309.3-3.pgdg+1_arm64.deb
Size: 488748
SHA256: 37d4233947f11e7d05b318665e491367d88d9023d0a96c425ca9be6cf98b035d
SHA1: c52805f5bc479d18d7ba7b873216d1183c444844
MD5sum: 8f0e5f2e4057ee5edc45848981fefbd3
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-03-27 14:13:33+00

Package: postgresql-12-rdkit-dbgsym
Source: rdkit
Version: 202309.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1145
Depends: postgresql-12-rdkit (= 202309.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-12-rdkit-dbgsym_202309.3-3.pgdg+1_arm64.deb
Size: 1080464
SHA256: 4bd284aefaa5e18ecba2ddbb79fb080cf9b30ac40f631848190d46e1a676869e
SHA1: 991b2d5b69c14127ccfee73b243565b099deb740
MD5sum: 3e71d3a39ef685008ed1db0699ac4bdc
Description: debug symbols for postgresql-12-rdkit
Build-Ids: 118e5d0dcb59630fcbf8f56b904b28eca1758f70
Timestamp: 2024-03-27 14:13:33+00

Package: postgresql-13-pgpcre
Source: pgpcre
Version: 0.20190509-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17), libpcre2-8-0 (>= 10.22)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-13-pgpcre_0.20190509-7.pgdg+1_arm64.deb
Size: 19360
SHA256: 1acdcb3b0afde664466b9fc481b3ea38fa1dfd387dc896c77eae3a2e079c6836
SHA1: c1a7b2f48bc39015a1a99556deee66350fb85479
MD5sum: cb941b3cf05fa65475648ef16897d7d4
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2024-03-27 14:13:33+00

Package: postgresql-13-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-13-pgpcre (= 0.20190509-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-13-pgpcre-dbgsym_0.20190509-7.pgdg+1_arm64.deb
Size: 15316
SHA256: 56b087725b7a214b747d03d1a08a7bb48a6029fd0fdc415cc6fba86265303f20
SHA1: 667b71d941e10dec159d8d27a734976d60405d7d
MD5sum: 204332e6b0937a58839bf2464f15d616
Description: debug symbols for postgresql-13-pgpcre
Build-Ids: 8767232b597d738e3bcb54b0377334478cc1d49e
Timestamp: 2024-03-27 14:13:33+00

Package: postgresql-13-pgvector
Source: pgvector
Version: 0.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 512
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-13-pgvector_0.6.2-1.pgdg+1_arm64.deb
Size: 211632
SHA256: 3be4539acd85d9451418902cf43702aa02ed827da9f2b4d97369fe6e73c8cf5b
SHA1: d6184f9c792a51c45b77850feed6cce86ec4758e
MD5sum: f8a68c71387b6dfcb17a5634c35a3d70
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-03-27 14:13:33+00

Package: postgresql-13-pgvector-dbgsym
Source: pgvector
Version: 0.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 244
Depends: postgresql-13-pgvector (= 0.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-13-pgvector-dbgsym_0.6.2-1.pgdg+1_arm64.deb
Size: 218960
SHA256: 46bae6bddff4ab018cde0e3c084bfb50cfe37b9a5671c670dae079b020c68a04
SHA1: c3aaf1c052b2a0783dd476aae337160e6c07e8ef
MD5sum: d95608fe9a42db12217d7acb6b302e3b
Description: debug symbols for postgresql-13-pgvector
Build-Ids: d98433f8bae4d7393c8e6af64840c82ae224528b
Timestamp: 2024-03-27 14:13:33+00

Package: postgresql-13-rdkit
Source: rdkit
Version: 202309.3-3.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1211
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202309.3), libstdc++6 (>= 13.1), postgresql-13, postgresql-13-jit-llvm (>= 16)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-13-rdkit_202309.3-3.pgdg+1_arm64.deb
Size: 490552
SHA256: 9864a1de428529b143cfc684c567af4197ca24d30934c7e121b485e16d633824
SHA1: 6721e62f7db32e8b421938f6dcbd70620b219041
MD5sum: 7a3b6ff68120dd5a3e2a423b665998b0
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-03-27 14:13:33+00

Package: postgresql-13-rdkit-dbgsym
Source: rdkit
Version: 202309.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1149
Depends: postgresql-13-rdkit (= 202309.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-13-rdkit-dbgsym_202309.3-3.pgdg+1_arm64.deb
Size: 1084428
SHA256: 3f846689fed00523f4044874c58e6828a2fda8d90fb3d50138bfe2f85b4bcb90
SHA1: 30445c083751c26d70bc771ad2a053f91d9da014
MD5sum: 424c3fc40d54462afbe0cc2a0ce52fbf
Description: debug symbols for postgresql-13-rdkit
Build-Ids: b685388072db085961ad0ca9ffc428178425f124
Timestamp: 2024-03-27 14:13:33+00

Package: postgresql-14-pgpcre
Source: pgpcre
Version: 0.20190509-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17), libpcre2-8-0 (>= 10.22)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-14-pgpcre_0.20190509-7.pgdg+1_arm64.deb
Size: 19504
SHA256: 84db2a127cf3945d2424284f75dc4855a61fde7fe95915bbaaf98a406c385539
SHA1: 65295e3d1fd7e748067bcd5dc3a3e3d53591b5f3
MD5sum: 6d77c2837fcd1fb5bd1b21c30da85f39
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2024-03-27 14:13:33+00

Package: postgresql-14-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-14-pgpcre (= 0.20190509-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-14-pgpcre-dbgsym_0.20190509-7.pgdg+1_arm64.deb
Size: 15460
SHA256: 6b686d6eb26c86ca9b48934486bdb6d5ff664df8dfba6c41fca1df5021108ed2
SHA1: 1b6ec8b7f7bfabb8faf3d93baddd2993142cef7b
MD5sum: b72a3e42981cbcf97483e231ac115519
Description: debug symbols for postgresql-14-pgpcre
Build-Ids: a8adb34352c0157e535e27d68cbd84168674dedf
Timestamp: 2024-03-27 14:13:33+00

Package: postgresql-14-pgvector
Source: pgvector
Version: 0.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 516
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-14-pgvector_0.6.2-1.pgdg+1_arm64.deb
Size: 214360
SHA256: 3df79f67351c16668ec2e6f297ece9232081fabbcfa2e2ae08018a7717f43ff2
SHA1: c876924b4e44685ed941339af8a99f024b256b69
MD5sum: 1391022278b2f29a58fd7cd35990b874
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-03-27 14:13:33+00

Package: postgresql-14-pgvector-dbgsym
Source: pgvector
Version: 0.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 249
Depends: postgresql-14-pgvector (= 0.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-14-pgvector-dbgsym_0.6.2-1.pgdg+1_arm64.deb
Size: 223684
SHA256: f429f0bee5eb44153cc02ca509e7b9f0842d43300d8036c105168f99662c247a
SHA1: c32fe5ad5883efbb002a8e52810daacab3f04c58
MD5sum: 6a2a82f6fdb8b194dd6ea81c204a8789
Description: debug symbols for postgresql-14-pgvector
Build-Ids: f14fa11361499f51aab099cb7414cf720e5372cb
Timestamp: 2024-03-27 14:13:33+00

Package: postgresql-14-rdkit
Source: rdkit
Version: 202309.3-3.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1151
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202309.3), libstdc++6 (>= 13.1), postgresql-14, postgresql-14-jit-llvm (>= 16)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-14-rdkit_202309.3-3.pgdg+1_arm64.deb
Size: 490576
SHA256: d1e1078198925f18e84c58f4408bbaa67a33f3f870645be40b9b6c7f88a3d468
SHA1: 67d9a4606e42ef4508f91152aa45221047a10b8f
MD5sum: 095d20c29060fdc03d1f1682ea92eecf
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-03-27 14:13:33+00

Package: postgresql-14-rdkit-dbgsym
Source: rdkit
Version: 202309.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1148
Depends: postgresql-14-rdkit (= 202309.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-14-rdkit-dbgsym_202309.3-3.pgdg+1_arm64.deb
Size: 1084000
SHA256: 02e762a3c8e116a907bc34e01a72c5a9611797867d1cc6036a88349c203461ff
SHA1: 492e0ceb2b763a120dbbe4bb72d501646c80d8b7
MD5sum: 462b5ed38b544f734852612abf045d8f
Description: debug symbols for postgresql-14-rdkit
Build-Ids: 6809ee89c98d56752b1f38ca3db373d723341e75
Timestamp: 2024-03-27 14:13:33+00

Package: postgresql-15-pgpcre
Source: pgpcre
Version: 0.20190509-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17), libpcre2-8-0 (>= 10.22)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-15-pgpcre_0.20190509-7.pgdg+1_arm64.deb
Size: 19540
SHA256: 5d5803090adcbf0e0fbc5d880d6d8e66de3dd8abc47fe77a3faa414cdc16e10b
SHA1: c83258fe9e51995d85420471fb4e9c29b5e991c5
MD5sum: 700ded33588270d820b259dd66911517
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2024-03-27 14:13:33+00

Package: postgresql-15-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-15-pgpcre (= 0.20190509-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-15-pgpcre-dbgsym_0.20190509-7.pgdg+1_arm64.deb
Size: 15568
SHA256: 957f36ed8f8f4fa30a76896743cf4ee10e7bcd7b7b3604f14b2c2898ebfc6038
SHA1: 21944b2939c52de426a819c73a1a9a34b12ba70e
MD5sum: f78288e1cde9c4e1a5a03fb8c3dbfc14
Description: debug symbols for postgresql-15-pgpcre
Build-Ids: 10fc267152aecbee1a61f01b9ce5c484c7c3b9f0
Timestamp: 2024-03-27 14:13:33+00

Package: postgresql-15-pgvector
Source: pgvector
Version: 0.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 515
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-15-pgvector_0.6.2-1.pgdg+1_arm64.deb
Size: 214976
SHA256: bea6d43dee8ffe7ab14aca2f56c955ce2c613df6d3aa5dc6424e97479f6a6421
SHA1: 92b1ef795297b3c1d56834a356c1e0706b4a1cfe
MD5sum: ff1440c7eea9f50cc5dd9cb8916562ae
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-03-27 14:13:33+00

Package: postgresql-15-pgvector-dbgsym
Source: pgvector
Version: 0.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 251
Depends: postgresql-15-pgvector (= 0.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-15-pgvector-dbgsym_0.6.2-1.pgdg+1_arm64.deb
Size: 225028
SHA256: ea36366a315b15f06ad5260b2869c1eb7aa0f5b6629356fe65a0d008075ce4fe
SHA1: 2239bbd37c172e1c1e4d65abe44245f52e06a878
MD5sum: 0ad340cfe4837c7cfc1a66e115613a79
Description: debug symbols for postgresql-15-pgvector
Build-Ids: eb1802e9bc92911339e1482876fe9ac5dce730b6
Timestamp: 2024-03-27 14:13:33+00

Package: postgresql-15-rdkit
Source: rdkit
Version: 202309.3-3.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1151
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202309.3), libstdc++6 (>= 13.1), postgresql-15, postgresql-15-jit-llvm (>= 16)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-15-rdkit_202309.3-3.pgdg+1_arm64.deb
Size: 490796
SHA256: fce76192ddce76686ad03a4d432dc54ceafa367128d1f74820a73f65c6fb24ae
SHA1: 390272ab81ac154b0a042c650cbaade61f61a329
MD5sum: 2d2dca7e45e764b23517ce3460207398
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-03-27 14:13:33+00

Package: postgresql-15-rdkit-dbgsym
Source: rdkit
Version: 202309.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1149
Depends: postgresql-15-rdkit (= 202309.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-15-rdkit-dbgsym_202309.3-3.pgdg+1_arm64.deb
Size: 1084400
SHA256: d281017f1b7e6418a49fe750ff73c47bed8ce1428d25332e5dbac8ff2cadb842
SHA1: c0a98f1a7906bd1caeaface681b896e8015454d2
MD5sum: a0de4a4acef01acb5696236290775576
Description: debug symbols for postgresql-15-rdkit
Build-Ids: 77e5608b81344808f4d22072075f8a584dbdf6d4
Timestamp: 2024-03-27 14:13:33+00

Package: postgresql-16-pgpcre
Source: pgpcre
Version: 0.20190509-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17), libpcre2-8-0 (>= 10.22)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-16-pgpcre_0.20190509-7.pgdg+1_arm64.deb
Size: 19468
SHA256: 0ebbac3c9f852b2999b80a85071a5b8fe2e1146c1c1136f6c21ad3584917f22b
SHA1: 3395ea13d9fb57017bf375367d5ad2c030158baa
MD5sum: c2e49243f8621da0be58ac7dab6acdd0
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2024-03-27 14:13:33+00

Package: postgresql-16-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-16-pgpcre (= 0.20190509-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-16-pgpcre-dbgsym_0.20190509-7.pgdg+1_arm64.deb
Size: 16696
SHA256: 32aac2c1297355dd72dcecc9d97b02640ebd71867e540de22000f8dbcad2ec35
SHA1: dd80aa7cf27c31b3639ca7020f8995ad859a89f2
MD5sum: b3caf73e4108062afbda5b5894eb2dea
Description: debug symbols for postgresql-16-pgpcre
Build-Ids: 5d854476c091eb09fa494239ab7b0468f9e51e42
Timestamp: 2024-03-27 14:13:33+00

Package: postgresql-16-pgvector
Source: pgvector
Version: 0.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 514
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-16-pgvector_0.6.2-1.pgdg+1_arm64.deb
Size: 211904
SHA256: 15c3b41d69866e68074e7c7eb2836cf2261ba5a177bd075df1d196106935e003
SHA1: 36340838dafaf7a177b07fc5913954b85a62e9af
MD5sum: 0df4853430eef59820a2b59237f613e8
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-03-27 14:13:33+00

Package: postgresql-16-pgvector-dbgsym
Source: pgvector
Version: 0.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 272
Depends: postgresql-16-pgvector (= 0.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-16-pgvector-dbgsym_0.6.2-1.pgdg+1_arm64.deb
Size: 246320
SHA256: 9a34462634e7eeb8aaac90e52805cf37785b8b58ca96f1c205a37d89e34465db
SHA1: 78d792b1d4e5d451b626fbc65c0a248abb9e689a
MD5sum: 8743fe6eff789aa31f82dc7cf1d0747b
Description: debug symbols for postgresql-16-pgvector
Build-Ids: dd4a87c13528d46a8021de72cd37e5d59c2d90d0
Timestamp: 2024-03-27 14:13:33+00

Package: postgresql-16-rdkit
Source: rdkit
Version: 202309.3-3.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1213
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202309.3), libstdc++6 (>= 13.1), postgresql-16, postgresql-16-jit-llvm (>= 16)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-16-rdkit_202309.3-3.pgdg+1_arm64.deb
Size: 487892
SHA256: aa0312c35838db45492fdbe95536848fdf8724e74d2d2e33ae0e611be859a2fb
SHA1: 261b7ea4f1b2adc153189e0d8bb6ead69c8a4be5
MD5sum: 80550f603c725bcbd9b9026aeb44f32f
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-03-27 14:13:33+00

Package: postgresql-16-rdkit-dbgsym
Source: rdkit
Version: 202309.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1165
Depends: postgresql-16-rdkit (= 202309.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-16-rdkit-dbgsym_202309.3-3.pgdg+1_arm64.deb
Size: 1100456
SHA256: 10c6190a140cf36d2f932890fd9f8ad47a92eb034c8a7b13dab998cbcfe723f6
SHA1: e4e22989ae66c862d4b2f033029e9cef9fcb6d6d
MD5sum: 5e09dd1ae6b9e972d3eb066301b68cf7
Description: debug symbols for postgresql-16-rdkit
Build-Ids: 2dc4aa4fd2ec3b63161e0769712b8de173aa26e5
Timestamp: 2024-03-27 14:13:33+00

Package: python3-rdkit
Source: rdkit
Version: 202309.3-3.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 31936
Depends: fonts-freefont-ttf, rdkit-data, python3 (<< 3.12), python3 (>= 3.11~), python3-numpy (>= 1:1.25.0), python3-numpy-abi9, python3:any, libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py311, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.34), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.2), libgcc-s1 (>= 3.0), libpython3.11t64 (>= 3.11.5), librdkit1 (>= 202309.3), libstdc++6 (>= 13.1)
Suggests: rdkit-doc
Homepage: http://www.rdkit.org
Priority: optional
Section: python
Filename: pool/main/r/rdkit/python3-rdkit_202309.3-3.pgdg+1_arm64.deb
Size: 4293716
SHA256: fb71f622cc0e09fe4e9c10650788e488df00b5fc61b92dd98b52308093091151
SHA1: b742806f856fb5ec8a300061293d68989d4d8cb9
MD5sum: f4416aa41b75b0515fb31b7992aacdc4
Description: Collection of cheminformatics and machine-learning software
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
Timestamp: 2024-03-27 14:13:33+00

Package: python3-rdkit-dbgsym
Source: rdkit
Version: 202309.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 63736
Depends: python3-rdkit (= 202309.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/python3-rdkit-dbgsym_202309.3-3.pgdg+1_arm64.deb
Size: 54669544
SHA256: 3154f3662e6c43f75dd22521c2bd23fd1b00427c310652f536dfd6ca31e1ee0e
SHA1: d654f9a3af7fe33a0c9ff4d0ca61585cb50d103c
MD5sum: a8e5b63e558a97ec03ef379caad1a0b5
Description: debug symbols for python3-rdkit
Build-Ids: 01a50b1e48f219b3686760e30b4d7d1dc23917a3 02fb52d57592f59be65b3f9c4233969ab92d178f 054cda09a539e2f8577a4cad9848ccd0d7d7ccc0 05bc635d4270f2ce5abcfdfa448d0f9b69295b9e 0756df35d1dc4426b1b21ba5af59bbf9f6045146 161e59b564a16dc584d0c293b23376aa2f7817d5 1acca624bb45ceb0258425260b0830f0d5d976e9 47746bb7e8de6420da28292ca86905be7ea3f855 4d7ce8246916b7cf25c5da6f9c69afb4d4ad35b9 4e535e781646883b7cdc5509aa099c88566ff900 531f08d1c2b4b10fbcd94cf2b9c4f173a2f2175d 65d20074c976c49c5f738f2af8d465fddf941aff 677888b6b0f7def7b825499cc8032c152cbfa651 6c10e89b9c1dbddba603757db96f725aba6e15bc 6c6275d264afbef30d00ddc72e6c683b385bf98b 71a8cd77673f334f55780974c6d6116ac14c47d8 7564ee481d8582a5a3e2192b34a263a1976f6cfd 78bacb17aadebf5f6e1d1511e4b04f0f99a22aaf 8335cb6c5af085100c20ed25a821aa35af6ff43b 8b40466eeddb13d91e35ed57e96a696699c04e1d 8dbc29dafdd3c037a2b7123762dd5bfc1987e634 91a86a9a14bb3adb468707f1b020c31b39e76907 97b19e16748ebe0ea99c254283c5d1a0aa8a8276 98045574fe8abb7f67ef3934f742cb6f0790983c 9ef107cb08a6fcb8432b62bd4c1d41a49a98ff71 a1fe179c9247e277269df28deab4164b16009e3c a3315f82418127b56fc1b6c55881e510859e18ab a548977aecebc419b7d64fece44029e62f294aaf ac4cdee1732a4b7b10d94a80424a5e912afc5073 b06f121fb662345ce9c00b36b6e578f86b3115ca b12e073f74dcfa082c4ab495857b8d414258731b b459bf14a9baba44da5beac38bf42bf432d65ef5 b92b55102b017b344d28451fa8dc8fd4e6b1deea bb5cb0edefaa88402e3438113e97d1dfea61774d bc22d4b78bdd965295d6ef2aca87f67f31fcf8d3 c044cb235b6974ba5b8b6031f58999f030821253 c80ac68e3c50e82ee4d2cb93e285fe75740502b3 cce0ebc706710eaa53e6740feefeca88b9a855f7 d1a363a9542c3f9e5836ae3ccf2e0d8130dbe5b9 d4a4f68f9eb8c1f1e2863ab483710d60dcb91a26 d71855626c9187fd03a6f9c0166f82fff0ca8d8b dbaf3682b537e698478ef75a4b6bed1c0acdcd02 ddac73f7f4f21e9107780c0e8a3929118829e936 de11e6a453da2de73b303cd90c87086567eca084 e34c3d638773b8cdd50accc7d23fb25d6c4209e2 e4c4121aed6a78f7f2ba153277470e469c106212 ea7bc7ae85580a344973a20da96cac4be23b0481 eed60aa3f8f263c3565fc98c62ed1930ea5409c2 f62aab670f44656f67d70ab545ea816305bf0df0 fce6eac33ac1f7d687afabe0153a962313ce09ec ff4bd168ed0507ddfdeea6753f8c2bc4c13d0176
Timestamp: 2024-03-27 14:13:33+00

Package: rdkit-data
Source: rdkit
Version: 202309.3-3.pgdg+1
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 59178
Homepage: http://www.rdkit.org
Priority: optional
Section: science
Filename: pool/main/r/rdkit/rdkit-data_202309.3-3.pgdg+1_all.deb
Size: 13114608
SHA256: 7e0f65d22cd716eca3b1e82008913b5d3c3f82f4b76da5303e0be7016f1b5607
SHA1: 549a957bd3aae24ad88b8eb95bb16d8f7a675eb1
MD5sum: 0ddd0bb9c0de8215a567cd67444554a3
Description: Collection of cheminformatics and machine-learning software (data files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains data files.
Timestamp: 2024-03-27 14:13:33+00

Package: rdkit-doc
Source: rdkit
Version: 202309.3-3.pgdg+1
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 77458
Depends: libjs-jquery, libjs-underscore
Homepage: http://www.rdkit.org
Priority: optional
Section: doc
Filename: pool/main/r/rdkit/rdkit-doc_202309.3-3.pgdg+1_all.deb
Size: 8712432
SHA256: a589df6363670a9613e95eba1007133410bc94921f890b41692da01f420c2153
SHA1: 2f01d9244cb840354ded5212b789f0979a8a8f01
MD5sum: 6e6562f2a0cfbf887676f72f5d0ec6a6
Description: Collection of cheminformatics and machine-learning software (documentation)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains the documentation.
Timestamp: 2024-03-27 14:13:33+00

Package: postgresql-10-http
Source: pgsql-http
Version: 1.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: postgresql-10, libc6 (>= 2.17), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-10-http_1.6.0-1.pgdg+1_arm64.deb
Size: 18340
SHA256: d0bc0c7231e840ccfc6021ac466e8cf7650874bfda81018d63fa919d5a7dac33
SHA1: 3be436bc4477cb19cf352ab687a48d7c52e4548c
MD5sum: 30458c958c956e04ddb021f244479bcc
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-10-http-dbgsym
Source: pgsql-http
Version: 1.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-10-http (= 1.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-10-http-dbgsym_1.6.0-1.pgdg+1_arm64.deb
Size: 55336
SHA256: 1c2b11b46514c488080f3951fb323589c7f3dc00753289b7f41d9fadb779e688
SHA1: 6bcf8ca5eceb04b61c04dd7bff9a65326c4d73ae
MD5sum: e371e076f1ffe334b7e25b3a8d076c04
Description: debug symbols for postgresql-10-http
Build-Ids: 322b1753bff15cbd75533d61468801702ec3cc09
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-10-pljava
Source: postgresql-pljava
Version: 1.6.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1366
Depends: default-jre-headless | openjdk-17-jre-headless | java-runtime-headless, postgresql-10, postgresql-pljava-common (>= 1.6.7-1.pgdg+1), libc6 (>= 2.34)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-10-pljava_1.6.7-1.pgdg+1_arm64.deb
Size: 920092
SHA256: a00088bfc9a243b2e538a900bbb07a75af459108ea5a524f02fe73a3091d7d99
SHA1: 61fcad0232e7c0dd578e149875f7f2d4547fdc43
MD5sum: 5367f0f368492e79408204952e46967c
Description: Java procedural language for PostgreSQL 10
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-17-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-10-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 350
Depends: postgresql-10-pljava (= 1.6.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-10-pljava-dbgsym_1.6.7-1.pgdg+1_arm64.deb
Size: 287100
SHA256: 3f93af320f816f67531597dc5fd691b7bd20ff5fffa81557b9c14087d51fc509
SHA1: 879c11fdfc85c892969e70823ecb39770803b973
MD5sum: 4fa18fc9d3ef23e0b7fc2544100ca863
Description: debug symbols for postgresql-10-pljava
Build-Ids: 7d147231fc16c518d61b30144c276431f3cdc7af
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-11-http
Source: pgsql-http
Version: 1.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-11, postgresql-11-jit-llvm (>= 16), libc6 (>= 2.17), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-11-http_1.6.0-1.pgdg+1_arm64.deb
Size: 47188
SHA256: e48ceb926440c8e4e05a07c90d378f8a41088ddc6847514c5ec9d235fe9e631f
SHA1: cbc2b8429b5a87f2df8a936f981b56f06183919e
MD5sum: 590c8b2584b4ba9feede04959f6ff93d
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-11-http-dbgsym
Source: pgsql-http
Version: 1.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-11-http (= 1.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-11-http-dbgsym_1.6.0-1.pgdg+1_arm64.deb
Size: 54336
SHA256: d01123f79689af65c3c8854b9318c0d2049c38fd13adeea33d22c482793042f0
SHA1: fb43e8fb32919bf28adf722ff403d09b6624938b
MD5sum: 67f5861d79485b8f186e5010805e13e6
Description: debug symbols for postgresql-11-http
Build-Ids: e3257187e579a14664d4712c3833815805e86909
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-11-pljava
Source: postgresql-pljava
Version: 1.6.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1366
Depends: default-jre-headless | openjdk-17-jre-headless | java-runtime-headless, postgresql-11, postgresql-pljava-common (>= 1.6.7-1.pgdg+1), libc6 (>= 2.34)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-11-pljava_1.6.7-1.pgdg+1_arm64.deb
Size: 919720
SHA256: 6cfd73ab15097ad4f7be727a861c7f911e8d73310fba650f97b7a4051e2bc1d7
SHA1: fea0788f86d2f61fcfc868fcbfdd094777b0077c
MD5sum: e85590041028301fe669fc5c9e126e76
Description: Java procedural language for PostgreSQL 11
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-17-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-11-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 345
Depends: postgresql-11-pljava (= 1.6.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-11-pljava-dbgsym_1.6.7-1.pgdg+1_arm64.deb
Size: 282952
SHA256: bb9d3bff0166ba0c1b0e38f7874a575cedc6cd16751ff5938e1de58fc437ed7b
SHA1: 1a24317f23a915398e8f22331dc34335d2899f31
MD5sum: 5194ba00a561326324fe3090746fc3e2
Description: debug symbols for postgresql-11-pljava
Build-Ids: e0dc68cde05a55ee22266d762199231cebbc6aff
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-12-http
Source: pgsql-http
Version: 1.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-12-http_1.6.0-1.pgdg+1_arm64.deb
Size: 47152
SHA256: 0b14b4f58479be4c317c04f1eef160ce1419265207f4830fd4955d59158bfc0d
SHA1: 4ce45bcd29868c7eebc741430867b750b5c01ef4
MD5sum: d698903879fbd3f5ca3d8d74e4a94a91
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-12-http-dbgsym
Source: pgsql-http
Version: 1.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-12-http (= 1.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-12-http-dbgsym_1.6.0-1.pgdg+1_arm64.deb
Size: 55952
SHA256: 849b0fe1b7a243e68ce3b739e83b2d89521dea9ae05aae9f3ad3d084bbf1f965
SHA1: a1061b57b62a146bbebea320265905569f04a53f
MD5sum: 68eb1619f135989aa457c8b16a4f0c32
Description: debug symbols for postgresql-12-http
Build-Ids: c002e69612b70d7c37e81369d1e1c9c8ad734462
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-12-pgrouting
Source: pgrouting
Version: 3.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3126
Depends: postgresql-12-pgrouting-scripts (>= 3.6.2-1.pgdg+1), postgresql-12, postgresql-12-postgis, postgresql-12-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Suggests: postgresql-12-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting_3.6.2-1.pgdg+1_arm64.deb
Size: 765424
SHA256: 857bd455356b2faa41a0e23b687f9a3e9a6e86004d71053597cd433a77bc38c7
SHA1: bef5491482bd8f919f8b4309be188fa52f692f46
MD5sum: 742c79967f44c4def9221879525829b7
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 12.
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-12-pgrouting-dbgsym
Source: pgrouting
Version: 3.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 24839
Depends: postgresql-12-pgrouting (= 3.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-dbgsym_3.6.2-1.pgdg+1_arm64.deb
Size: 24844612
SHA256: bdd283670e8f62efbfc98e66bc0cdd53b12c050efe240c266bd1fdbe9da152a5
SHA1: d77027cb61d908274493f4aed79b8ac2d564a447
MD5sum: a1c6b2a6b0c96b6103f18f17947da597
Description: debug symbols for postgresql-12-pgrouting
Build-Ids: afa740b96d0653dd6d212c7b5f2cb6bf6df7fef9
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-12-pgrouting-doc
Source: pgrouting
Version: 3.6.2-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7868
Depends: libjs-mathjax, libjs-sphinxdoc (>= 7.2.2)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-doc_3.6.2-1.pgdg+1_all.deb
Size: 2314204
SHA256: c78e9448cbe924fa0bae1da307f13eaa6ebddc4618083587d6c7a2413dfae0cc
SHA1: 0c8e796df587fa08448a30ae24078c86c7d1c1df
MD5sum: 46be6f2e1143d258ad12599c48990632
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.
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-12-pgrouting-scripts
Source: pgrouting
Version: 3.6.2-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3494
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-scripts_3.6.2-1.pgdg+1_all.deb
Size: 63056
SHA256: 94ded8b518e381397b56249545aeed914d3cb1645fb6e8c0242271600ba0e78c
SHA1: 6f9f63fcac6fcdbbd1ed7193e489e039b5facaa0
MD5sum: a8323a68b019769d679c740ab4a82625
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 12.
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-12-pljava
Source: postgresql-pljava
Version: 1.6.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1366
Depends: default-jre-headless | openjdk-17-jre-headless | java-runtime-headless, postgresql-12, postgresql-pljava-common (>= 1.6.7-1.pgdg+1), libc6 (>= 2.34)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-12-pljava_1.6.7-1.pgdg+1_arm64.deb
Size: 919640
SHA256: 2de2f5b7cf52ed5063fa76d61977debf44c8e473e04f3e9ae69edbc6e6ddf4d9
SHA1: 3ef87a6875cac19b37b74437f6046fc38da64cae
MD5sum: 33e754f35651a100c6f7fa78fada9981
Description: Java procedural language for PostgreSQL 12
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-17-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-12-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 353
Depends: postgresql-12-pljava (= 1.6.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-12-pljava-dbgsym_1.6.7-1.pgdg+1_arm64.deb
Size: 291324
SHA256: f7475079153308877f9391e2f526872ef697e7b532d8f8db94f890d662c87e8b
SHA1: 2fa848adeffc5c6686832d02d142c012e16ae972
MD5sum: b44a9f90e5541bbd7f44b0924d03135d
Description: debug symbols for postgresql-12-pljava
Build-Ids: a9051adb6dd0bc724865d64f20e4e0bafea17f32
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-13-http
Source: pgsql-http
Version: 1.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-13-http_1.6.0-1.pgdg+1_arm64.deb
Size: 47532
SHA256: bebd966b3c26c92b6a070cf8dc526cde0964ed584fa52c63ac3d2b734ebdd679
SHA1: 403b5f596c4ad8a7b88a46109ba9d926684b7389
MD5sum: 1973fb4754174cfed807790e69b7ab85
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-13-http-dbgsym
Source: pgsql-http
Version: 1.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-13-http (= 1.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-13-http-dbgsym_1.6.0-1.pgdg+1_arm64.deb
Size: 57220
SHA256: ef7446c71ec1fe7aa44913b951b61621e82c9c0bd7f81b5f6efe54d418ab456f
SHA1: 49db40ffd9f037b687791f7a5fa6501e68112a97
MD5sum: dc94f52938e65b832898eda2ac3f4610
Description: debug symbols for postgresql-13-http
Build-Ids: 9c9aa7c9ce198f575668b539fe1c83d89935966f
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-13-pgrouting
Source: pgrouting
Version: 3.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3126
Depends: postgresql-13-pgrouting-scripts (>= 3.6.2-1.pgdg+1), postgresql-13, postgresql-13-postgis, postgresql-13-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Suggests: postgresql-13-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting_3.6.2-1.pgdg+1_arm64.deb
Size: 765940
SHA256: 6c37fcb1a8ad3c1713c6640aff19c213a4e93d9618926223a9d55d00e9fa2fa8
SHA1: b05e80d823cc1879759fb1bb7f8f7e559a554f8c
MD5sum: 30e3e3fe3be61d94eeeb5aad896577e6
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 13.
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-13-pgrouting-dbgsym
Source: pgrouting
Version: 3.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 24835
Depends: postgresql-13-pgrouting (= 3.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-dbgsym_3.6.2-1.pgdg+1_arm64.deb
Size: 24839820
SHA256: 9a073dfc96d2efde2b841619ce34f91e2f467a4f1a34c23c56e4e568fd437c2d
SHA1: 3a8f9ee62a5c47e825629e2cef073cd0bcd978e2
MD5sum: 7492e0414db0a53a5e43563e52aac669
Description: debug symbols for postgresql-13-pgrouting
Build-Ids: 8a87d7f898bfb39fcb8ac5ec58c7cd48df480ef9
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-13-pgrouting-doc
Source: pgrouting
Version: 3.6.2-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7868
Depends: libjs-mathjax, libjs-sphinxdoc (>= 7.2.2)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-doc_3.6.2-1.pgdg+1_all.deb
Size: 2314444
SHA256: e7492571acfc51ac4d279e58e4624b751cdd97b423fb6c2d6c3cec24b45d05f9
SHA1: f012ea61a682d3a2bc5ca6a3c342c7b4487ad03c
MD5sum: e46397d4eada39eb07f1febf6ac18fb6
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.
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-13-pgrouting-scripts
Source: pgrouting
Version: 3.6.2-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3494
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-scripts_3.6.2-1.pgdg+1_all.deb
Size: 63044
SHA256: 9b5f2e0ed3e931ec1c774234577181a8179d5a631f27049ce962178d847c5c5f
SHA1: e86153765eca5f404fd35df684b4ecac23f6b2e5
MD5sum: 65ba2463f59cf2ba44f584ce6bddae81
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 13.
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-13-pljava
Source: postgresql-pljava
Version: 1.6.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1366
Depends: default-jre-headless | openjdk-17-jre-headless | java-runtime-headless, postgresql-13, postgresql-pljava-common (>= 1.6.7-1.pgdg+1), libc6 (>= 2.34)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-13-pljava_1.6.7-1.pgdg+1_arm64.deb
Size: 919408
SHA256: 329c8e84f91ec09d433f710192a3910f49cad76e9bfcbfd1f6c756e88bba2589
SHA1: 29ac808374c4007045deb53ba99807be01684554
MD5sum: b327262d5fc8fb4721d79cd777b2d532
Description: Java procedural language for PostgreSQL 13
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-17-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-13-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 359
Depends: postgresql-13-pljava (= 1.6.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-13-pljava-dbgsym_1.6.7-1.pgdg+1_arm64.deb
Size: 297976
SHA256: 23415919167a1f653bd942dd25e395d6dafb23271f64cc1b9e65bc87128b9ab7
SHA1: 9c1ad50544ce64c8a208b6f097f6b4e7b2d74d74
MD5sum: 3cf950e6ee66a595a4ed097468aa5fd5
Description: debug symbols for postgresql-13-pljava
Build-Ids: 4db079e66b1e2db3442f50a4661a31a1c2aab751
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-14-http
Source: pgsql-http
Version: 1.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-14-http_1.6.0-1.pgdg+1_arm64.deb
Size: 48012
SHA256: 9e984f11c195223adb29729f3df5d63c1a794a7c58dbf8f5ae4fe819814588cb
SHA1: a29a2af227d60d45cb521f0e7bf9422f7a12143e
MD5sum: ff73a40df995f4aadbec28294fca18d4
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-14-http-dbgsym
Source: pgsql-http
Version: 1.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-14-http (= 1.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-14-http-dbgsym_1.6.0-1.pgdg+1_arm64.deb
Size: 58644
SHA256: bd4d456556d826ffdda2181c1d76040f99fc88ae3e6c874d0f8cb08bbbef8d61
SHA1: 4e0344e56f065d24b839e3a58998a885c73b1c91
MD5sum: d5cfa7acbf3e41459e5772ea8a372bfe
Description: debug symbols for postgresql-14-http
Build-Ids: b1b7bcae40433bfdbc54d5f0cc0a6fc071cd1f5b
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-14-pgrouting
Source: pgrouting
Version: 3.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3126
Depends: postgresql-14-pgrouting-scripts (>= 3.6.2-1.pgdg+1), postgresql-14, postgresql-14-postgis, postgresql-14-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Suggests: postgresql-14-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting_3.6.2-1.pgdg+1_arm64.deb
Size: 765716
SHA256: 15fa407d55e4df45f94a5ff56a19545c3373c2c4c616964321437deacf8c10d0
SHA1: bf7e1be41bec25adf766e8113b458ac5204fcfa4
MD5sum: 24c09d3db74d5fbfc4d9bc6bd61c9fcb
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 14.
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-14-pgrouting-dbgsym
Source: pgrouting
Version: 3.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 24837
Depends: postgresql-14-pgrouting (= 3.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-dbgsym_3.6.2-1.pgdg+1_arm64.deb
Size: 24843756
SHA256: a417a0b40bfb3dea58c4e49906713656f1fd1972cc20e48549707724c157ad10
SHA1: d65b8f3988a05f0de4b6ef034ba29faf66e41c6f
MD5sum: 1a66bb586f85c8d9d971e658b8811805
Description: debug symbols for postgresql-14-pgrouting
Build-Ids: 5ef35038990f126a4b4f27ff2aafdd2eab4f0527
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-14-pgrouting-doc
Source: pgrouting
Version: 3.6.2-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7868
Depends: libjs-mathjax, libjs-sphinxdoc (>= 7.2.2)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-doc_3.6.2-1.pgdg+1_all.deb
Size: 2314304
SHA256: 04746e0bc1108e6bfe2e91168f9e1ab9fa35058627db38bba1b6d99cd9758830
SHA1: 4e5969a9b1307913a578a4efcd3c0a4823db8bf9
MD5sum: d1312702a415779a2ba21bfeedb52a51
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.
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-14-pgrouting-scripts
Source: pgrouting
Version: 3.6.2-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3494
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-scripts_3.6.2-1.pgdg+1_all.deb
Size: 63080
SHA256: c40652570fb0f8c1499624fa6936c4a22a140a7f67a5a17bea5893f2ae84ca5d
SHA1: 71dfcbe97eb5c7079a6a8f16c33bc60c8ae6b7c8
MD5sum: cb4118bbdf0b95d190651706dffb2e88
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 14.
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-14-pljava
Source: postgresql-pljava
Version: 1.6.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1366
Depends: default-jre-headless | openjdk-17-jre-headless | java-runtime-headless, postgresql-14, postgresql-pljava-common (>= 1.6.7-1.pgdg+1), libc6 (>= 2.34)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-14-pljava_1.6.7-1.pgdg+1_arm64.deb
Size: 919460
SHA256: 8829f4f70aa124e5e447debdea755534229b792decbe22c7a5128361a051d0ef
SHA1: 3c6a884a268f0084c33d6188fd0ffb064ac15e55
MD5sum: 6f90ed6cf004613c63abc3e85bf68181
Description: Java procedural language for PostgreSQL 14
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-17-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-14-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 363
Depends: postgresql-14-pljava (= 1.6.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-14-pljava-dbgsym_1.6.7-1.pgdg+1_arm64.deb
Size: 300320
SHA256: 65be4ccf91729046c73c95da5c73e232ab2020b9d879286593470417332f8b21
SHA1: 222e11bb5b7c2a2b9c3fa0ce5c58bf36fb4810f2
MD5sum: 2ef97f27160485e9440f4a1ff717795f
Description: debug symbols for postgresql-14-pljava
Build-Ids: 1bbdeca664c9ca6c7384bb0eb8f7478fe1f368a9
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-15-http
Source: pgsql-http
Version: 1.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-15-http_1.6.0-1.pgdg+1_arm64.deb
Size: 48100
SHA256: 9366fb505ed96e9fa9d88600b6449c1d5cc6d830fece9b9cfe80a36724ab273d
SHA1: 782bb84cb40fc4db63a8b03bc482f7fe90fa96fc
MD5sum: 1fc99d27ecf0a744a1068052445e94b1
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-15-http-dbgsym
Source: pgsql-http
Version: 1.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-15-http (= 1.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-15-http-dbgsym_1.6.0-1.pgdg+1_arm64.deb
Size: 59008
SHA256: 691fe9b6f16946eb60c9d7db3c846f60e862041322fe570ddbd3f9df55629380
SHA1: 23d129f6f907136474842da4464d8a0b3c201096
MD5sum: d3ca5d6271c0e3d461e2c4ebea7c63ff
Description: debug symbols for postgresql-15-http
Build-Ids: df2dd7ce67198d6588c2186c1f2f92f3480668ed
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-15-pgrouting
Source: pgrouting
Version: 3.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3126
Depends: postgresql-15-pgrouting-scripts (>= 3.6.2-1.pgdg+1), postgresql-15, postgresql-15-postgis, postgresql-15-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Suggests: postgresql-15-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting_3.6.2-1.pgdg+1_arm64.deb
Size: 765840
SHA256: d4df0937e86b63aa70d22bd93e170ea4ebf53088c9466cba05e210baf3d665bd
SHA1: 1697c14140f1f9696c773daf4daac2ccacccc812
MD5sum: 73fafea445bf8145ee36a5e47d47a8fd
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 15.
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-15-pgrouting-dbgsym
Source: pgrouting
Version: 3.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 24850
Depends: postgresql-15-pgrouting (= 3.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-dbgsym_3.6.2-1.pgdg+1_arm64.deb
Size: 24854524
SHA256: 684e44585ebd45af384c900918661c9ff5ca9fe9cee44cf66677dd2a7ebf0db1
SHA1: ec89145522a26963264668a3b73300e8bb0c512d
MD5sum: b537bb83982cb4b11baa8bd87bbadc84
Description: debug symbols for postgresql-15-pgrouting
Build-Ids: cb6257aea37d093dcb49ca55cb167650e868e115
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-15-pgrouting-doc
Source: pgrouting
Version: 3.6.2-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7868
Depends: libjs-mathjax, libjs-sphinxdoc (>= 7.2.2)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-doc_3.6.2-1.pgdg+1_all.deb
Size: 2314316
SHA256: 030c81bd2c6c228357968e2f4c1a4b2ff658493657efdb9cd28ffa1633c170f2
SHA1: 66a775c78c0f773a282f7cb45a48588f82edfa04
MD5sum: 0a8509665ba23f5cbe618c6519dd16e4
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.
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-15-pgrouting-scripts
Source: pgrouting
Version: 3.6.2-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3494
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-scripts_3.6.2-1.pgdg+1_all.deb
Size: 63068
SHA256: fe2faceb1770ad9935c042c5f406915658d7d56180204a0602754fcec76c90f6
SHA1: 1f4237a89141b34f93e1d8d53767dd0218c7ae6f
MD5sum: e50dfb7649473005831f2bec8f5d6355
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 15.
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-15-pljava
Source: postgresql-pljava
Version: 1.6.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1366
Depends: default-jre-headless | openjdk-17-jre-headless | java-runtime-headless, postgresql-15, postgresql-pljava-common (>= 1.6.7-1.pgdg+1), libc6 (>= 2.34)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-15-pljava_1.6.7-1.pgdg+1_arm64.deb
Size: 919400
SHA256: ebd297411535bd56d18ec8229f3be6b0dfd6a1109320fecb65d23857dac85049
SHA1: 664b1fa96b83a89b83a119314abbc8a19167c2f2
MD5sum: ac939c91969aed1b65540dd9ec35cd08
Description: Java procedural language for PostgreSQL 15
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-17-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-15-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 364
Depends: postgresql-15-pljava (= 1.6.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-15-pljava-dbgsym_1.6.7-1.pgdg+1_arm64.deb
Size: 301360
SHA256: 6fba8d65a0029b0afa4574768c31e540ae6fd9f05c6c06652edd8aec146aadab
SHA1: 1dd92ce39eaafc92c69e7ea5d63b3ec64f43f9d8
MD5sum: 339afcd2440986aa8a583af9497cbc42
Description: debug symbols for postgresql-15-pljava
Build-Ids: c639f95fb6e83cd89d516c1d57ba6ee8b79fe67c
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-16-http
Source: pgsql-http
Version: 1.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-16-http_1.6.0-1.pgdg+1_arm64.deb
Size: 47264
SHA256: 9dddc7fb7af894c2aa9f6668e23815394e79530d04b5cc44ce1426151e69e713
SHA1: d9e44b197caaa3c204946e06764c0a73376f2105
MD5sum: 03670adcf35d25629b1bdcbb0c9ce773
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-16-http-dbgsym
Source: pgsql-http
Version: 1.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-16-http (= 1.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-16-http-dbgsym_1.6.0-1.pgdg+1_arm64.deb
Size: 59780
SHA256: 47d873cf8233a0701b08cde60a50e39558c51ebb975071a8a8d7634ba4657508
SHA1: 517204869b932b866b2c9d93bdae3aea564821fb
MD5sum: 55e086f074467aafa0352d4064a966ee
Description: debug symbols for postgresql-16-http
Build-Ids: 935dbcf2ec2d3946b0fe188328ea76b44575dae8
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-16-pgrouting
Source: pgrouting
Version: 3.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3126
Depends: postgresql-16-pgrouting-scripts (>= 3.6.2-1.pgdg+1), postgresql-16, postgresql-16-postgis, postgresql-16-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Suggests: postgresql-16-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting_3.6.2-1.pgdg+1_arm64.deb
Size: 765864
SHA256: 7feae0002090eb06cda58d0c37974bd6dda2c087f8ffa77ac5ba60eb3d71e544
SHA1: f103eb6c72824bbc40c4c8287582110581b618a6
MD5sum: 9ac9d3becb1e739922e76c8498d307bc
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 16.
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-16-pgrouting-dbgsym
Source: pgrouting
Version: 3.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 24878
Depends: postgresql-16-pgrouting (= 3.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting-dbgsym_3.6.2-1.pgdg+1_arm64.deb
Size: 24883284
SHA256: bac1a395bb7347e7b179e670e9554c5ce378d9a281d0ab1be07f6c89f5cf381d
SHA1: 507a002e23ccae4d0c7afd2657aad003dd5f1ee1
MD5sum: 3bb7080d6bef016cbda3bf1f791fa8c7
Description: debug symbols for postgresql-16-pgrouting
Build-Ids: 00e9e28929027c9ea1c09c8472e3e709408f4098
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-16-pgrouting-doc
Source: pgrouting
Version: 3.6.2-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7868
Depends: libjs-mathjax, libjs-sphinxdoc (>= 7.2.2)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting-doc_3.6.2-1.pgdg+1_all.deb
Size: 2314228
SHA256: a94042bc8327e0d858b3143b04b18c2b451b551f9c972f0bb7a7625cf3bfb0e4
SHA1: a2e1eaf0487ab2d4e81420ab901fba70caab7d40
MD5sum: bfd4f0feadae4c9a8a915be2673cfd63
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.
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-16-pgrouting-scripts
Source: pgrouting
Version: 3.6.2-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3494
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting-scripts_3.6.2-1.pgdg+1_all.deb
Size: 63092
SHA256: 8b5ce6a80ee7e0ae60dcce9de4ba7acc6e57255462f9170f1fd153d7fc3013d0
SHA1: 2b5c25ac12e3256f2824ac64c7c8d024c62dde83
MD5sum: 009959a48e457698b850471d1b50ac09
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 16.
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-16-pljava
Source: postgresql-pljava
Version: 1.6.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1366
Depends: default-jre-headless | openjdk-17-jre-headless | java-runtime-headless, postgresql-16, postgresql-pljava-common (>= 1.6.7-1.pgdg+1), libc6 (>= 2.34)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-16-pljava_1.6.7-1.pgdg+1_arm64.deb
Size: 919156
SHA256: dc75e557730ad8a3224ace2b884ec7e1764469a96b34637523eceb8069babfa9
SHA1: d7f6a43c4b12c7f4e110743ddf1ca4a03f8793f3
MD5sum: f58787c42e13dcf33dea23a3fda2a01a
Description: Java procedural language for PostgreSQL 16
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-17-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-16-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 370
Depends: postgresql-16-pljava (= 1.6.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-16-pljava-dbgsym_1.6.7-1.pgdg+1_arm64.deb
Size: 307000
SHA256: 572246687fce4e56a31726f88b196a7d0fcc1ef3a4d274c5ad184169b7edee6d
SHA1: f02ee89c628fd305b468f81c08f69a5c3ab42cd8
MD5sum: b9724aa3141e62719b4a4a24be54dfea
Description: debug symbols for postgresql-16-pljava
Build-Ids: d597aefc1dff2ca46f0d5d6b27092fc51507f483
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-pgrouting
Source: pgrouting
Version: 3.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 47
Depends: postgresql-pgrouting-scripts, postgresql-16-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: metapackages
Filename: pool/main/p/pgrouting/postgresql-pgrouting_3.6.2-1.pgdg+1_arm64.deb
Size: 21884
SHA256: b673d504177c13fb70a3ab9935f7a1043c3ac99724cf98c673a79e071632afbc
SHA1: 750c3a15380202282ea23bb3b26d890b499793c6
MD5sum: 0eff031ee0f591ba67e12aa2b26368a9
Description: Routing functionality support for PostgreSQL/PostGIS - Metapackage
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This metapackage depends on the PgRouting package for PostgreSQL 16.
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-pgrouting-scripts
Source: pgrouting
Version: 3.6.2-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 47
Depends: postgresql-16-pgrouting-scripts
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: metapackages
Filename: pool/main/p/pgrouting/postgresql-pgrouting-scripts_3.6.2-1.pgdg+1_all.deb
Size: 21900
SHA256: 5425f65b29111365483da40e4c2c54baf4dabfa076c5b8376bb1ddbeec564c5a
SHA1: 24e147d906f4287d5a7a8d39d79b41b3b88322f1
MD5sum: 40a4eda0332fd45acdab051f77322207
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts metapackage
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This metapackage depends on the PgRouting scripts package for
 PostgreSQL 16.
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-pljava-common
Source: postgresql-pljava
Version: 1.6.7-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 18
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-pljava-common_1.6.7-1.pgdg+1_all.deb
Size: 5352
SHA256: c80e967a3fcd394e26711fdc02933e34b76c329d7fd30908f4e9da4e03e8483e
SHA1: 6a54338accf3b5524a78ae2e60eef7697cd7c475
MD5sum: 028f8492b4d00ff0e5e87c3875df6d61
Description: Java procedural language for PostgreSQL, config files
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package contains the pljava.policy config file.
Timestamp: 2024-04-04 15:46:11+00

Package: prometheus-sql-exporter
Version: 0.4.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10649
Depends: postgresql-common, libc6 (>= 2.34)
Built-Using: golang-1.22 (= 1.22.2-1), golang-github-beorn7-perks (= 1.0.1-1), golang-github-cenkalti-backoff (= 4.2.1-1), golang-github-cespare-xxhash (= 2.1.1-2), golang-github-denisenkom-go-mssqldb (= 0.0~git20170717.0.8fccfc8-7), golang-github-go-kit-log (= 0.2.1-1), golang-github-go-logfmt-logfmt (= 0.5.0-2), golang-github-go-sql-driver-mysql (= 1.7.1-2), golang-github-jmoiron-sqlx (= 1.3.5-1), golang-github-lib-pq (= 1.10.9-2), golang-github-prometheus-client-golang (= 1.19.0-1), golang-github-prometheus-client-model (= 0.6.0-1), golang-github-prometheus-common (= 0.51.0-1), golang-github-prometheus-procfs (= 0.13.0-1), golang-github-robfig-cron (= 3.0.1-1), golang-go.crypto (= 1:0.21.0-1), golang-golang-x-net (= 1:0.23.0+dfsg-1), golang-golang-x-sys (= 0.18.0-1), golang-google-protobuf (= 1.33.0-1), golang-yaml.v2 (= 2.4.0-4)
Homepage: https://github.com/justwatchcom/sql_exporter
Priority: optional
Section: database
Filename: pool/main/p/prometheus-sql-exporter/prometheus-sql-exporter_0.4.5-2.pgdg+1_arm64.deb
Size: 2866316
SHA256: d8b976d79a34c2351a347fa35a5ff628f96064547b666875f5d5a91fe267c172
SHA1: 7ca327d491abc03d99eff3ed89b277ce9e30ce05
MD5sum: c1041a7ed6d39ed50809b90a35f274d7
Description: Flexible SQL Exporter for Prometheus
 This Prometheus exporter extracts various metrics from PostgreSQL, MySQL, and
 MSSQL databases. The metrics are configurable via a YAML file.
Timestamp: 2024-04-04 15:46:11+00

Package: prometheus-sql-exporter-dbgsym
Source: prometheus-sql-exporter
Version: 0.4.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4357
Depends: prometheus-sql-exporter (= 0.4.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prometheus-sql-exporter/prometheus-sql-exporter-dbgsym_0.4.5-2.pgdg+1_arm64.deb
Size: 3390704
SHA256: 875a2aa90910f54ecb3ddf6b356b19bc709671948168fd3fc7e6c2001d75b5e5
SHA1: 93ac4de6329b6e0f8311f97d127cadf86b91b139
MD5sum: e7a5e4f58f142d7ea645f65f3301ccd6
Description: debug symbols for prometheus-sql-exporter
Build-Ids: fd782ccab3ccb751b96994668d10f55b33b64bae
Timestamp: 2024-04-04 15:46:11+00

Package: postgresql-10-http
Source: pgsql-http
Version: 1.6.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: postgresql-10, libc6 (>= 2.17), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-10-http_1.6.0-4.pgdg+1_arm64.deb
Size: 18468
SHA256: 4078ca69fa3bd50ffc029b75720f9269bbad821379bf8f317cf03a3dc775ef22
SHA1: 7a6000aeeb860f5555a1ef402997011759388e62
MD5sum: e7a46c165386152cc87e630efe2b4e9a
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2024-04-09 11:24:46+00

Package: postgresql-10-http-dbgsym
Source: pgsql-http
Version: 1.6.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-10-http (= 1.6.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-10-http-dbgsym_1.6.0-4.pgdg+1_arm64.deb
Size: 55340
SHA256: 6d8d74319a7794247ded36e1e071ec588811a766eb352fc175864b4e933138ce
SHA1: fc08a3d3c78a0613169edeb456cb3ed40adba84b
MD5sum: 97060c9d3cce777dce316683ecad4c0b
Description: debug symbols for postgresql-10-http
Build-Ids: 322b1753bff15cbd75533d61468801702ec3cc09
Timestamp: 2024-04-09 11:24:46+00

Package: postgresql-10-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 311
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-10-roaringbitmap_0.5.4-2.pgdg+1_arm64.deb
Size: 85480
SHA256: 15310e9fab48f182ac1d00f8a0062f706e9828afe99c95ba98ad8b111d421c5b
SHA1: 9210366c55b9fc37dc0920a734c452791c1e9f5c
MD5sum: dddd9562b0b281503ee94e7322413358
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2024-04-09 11:24:46+00

Package: postgresql-10-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 380
Depends: postgresql-10-roaringbitmap (= 0.5.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-10-roaringbitmap-dbgsym_0.5.4-2.pgdg+1_arm64.deb
Size: 348792
SHA256: b1816ba2c4d92516aa144ddced8c06450f26043cab82523a6f95b96af0b6969a
SHA1: 5d6e35c3bb871e54eb021d1ac4db5213c6c45c50
MD5sum: f4577e72c43b96e85dda55866685d9c1
Description: debug symbols for postgresql-10-roaringbitmap
Build-Ids: 9af91e325e7b9e6bb44818586b23efeaf0239d20
Timestamp: 2024-04-09 11:24:46+00

Package: postgresql-11-http
Source: pgsql-http
Version: 1.6.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-11, postgresql-11-jit-llvm (>= 16), libc6 (>= 2.17), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-11-http_1.6.0-4.pgdg+1_arm64.deb
Size: 47344
SHA256: 7c9039b1eb2641f3d39ba001db47a00498ae2d256401f520bdad6c57d721e8e8
SHA1: 63201b7547d7622b0f3cf8f44c2d07914568d0a3
MD5sum: 58ea37283f075a83183abab4412df9d1
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2024-04-09 11:24:46+00

Package: postgresql-11-http-dbgsym
Source: pgsql-http
Version: 1.6.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-11-http (= 1.6.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-11-http-dbgsym_1.6.0-4.pgdg+1_arm64.deb
Size: 54340
SHA256: 6920d37c4b6e5f0d39fd568ceeaeac9551a2de0f7f2c1455c11f0dcef6d15f58
SHA1: 874e936d2f4ac569251e1a023b9ff13dcc92235e
MD5sum: 20d78eba2af44923977698d333956cd9
Description: debug symbols for postgresql-11-http
Build-Ids: e3257187e579a14664d4712c3833815805e86909
Timestamp: 2024-04-09 11:24:46+00

Package: postgresql-11-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 727
Depends: postgresql-11, postgresql-11-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-11-roaringbitmap_0.5.4-2.pgdg+1_arm64.deb
Size: 299120
SHA256: 85cd71e9b3edac367e7f60d125c629e4fd18ecafa69fc1b44719e487dd4ffe10
SHA1: ea0cf2b7e57d7115ed52aa4d476892857ebeb351
MD5sum: ef685d47c18a0a8b79ccfe735b444958
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2024-04-09 11:24:46+00

Package: postgresql-11-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 378
Depends: postgresql-11-roaringbitmap (= 0.5.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-11-roaringbitmap-dbgsym_0.5.4-2.pgdg+1_arm64.deb
Size: 347316
SHA256: 9e87f1f8678811a6580393af75270f6093521f99594e9caf06779892a6782529
SHA1: 6a6dffd317002b958ef07bae3587f1923e709335
MD5sum: efeb1dd62bacf463074f16a03948075d
Description: debug symbols for postgresql-11-roaringbitmap
Build-Ids: 306aedd1ca17feed684e20f7302f3502f4b1a06f
Timestamp: 2024-04-09 11:24:46+00

Package: postgresql-12-http
Source: pgsql-http
Version: 1.6.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-12-http_1.6.0-4.pgdg+1_arm64.deb
Size: 47392
SHA256: 3372f04b4a4237b97be07e8a9193a81e0de37ae96786e3a25dea3b916c377e89
SHA1: 9ca8dc4d1ce969ca3e59c8b1e76e5c66bf16b08e
MD5sum: ec31f148517d72b18bbac24fdc655673
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2024-04-09 11:24:46+00

Package: postgresql-12-http-dbgsym
Source: pgsql-http
Version: 1.6.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-12-http (= 1.6.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-12-http-dbgsym_1.6.0-4.pgdg+1_arm64.deb
Size: 55956
SHA256: 4e1b1ba76a80efbd0840ee02905c8a57573950572b70ef8c729b65684fca9e2d
SHA1: 82a2d792a99c3c47ed35dc932810f81fc8c1eb1d
MD5sum: 1c3ec093d5b482315126ed7da4abaf29
Description: debug symbols for postgresql-12-http
Build-Ids: c002e69612b70d7c37e81369d1e1c9c8ad734462
Timestamp: 2024-04-09 11:24:46+00

Package: postgresql-12-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 728
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-12-roaringbitmap_0.5.4-2.pgdg+1_arm64.deb
Size: 299432
SHA256: 39e7e0b53a59428f21be72f1713cab273fe40178a5ee1f8faa11e97e04021a8e
SHA1: 5593281d88ecd6f3495011584d5aa2702e9e2b7f
MD5sum: 49d05e5cfdddead9ff06f2dcb94b18b5
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2024-04-09 11:24:46+00

Package: postgresql-12-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 378
Depends: postgresql-12-roaringbitmap (= 0.5.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-12-roaringbitmap-dbgsym_0.5.4-2.pgdg+1_arm64.deb
Size: 346644
SHA256: 2bc91181319a0eececca9ae7064c92c49c6b9ba05e7683e60c8bf9e7a76d9f3a
SHA1: 6bf8e9ca50c7585fccbdc702d1b674b0a4e1889e
MD5sum: a4e8fbfc6f793756e570dbe22bc0bf7e
Description: debug symbols for postgresql-12-roaringbitmap
Build-Ids: ec33a7dc6206dca5b35435716d3bf25408827a7b
Timestamp: 2024-04-09 11:24:46+00

Package: postgresql-13-http
Source: pgsql-http
Version: 1.6.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-13-http_1.6.0-4.pgdg+1_arm64.deb
Size: 47728
SHA256: e7f2f61d103e7542f0dffe3d42a5bf502d78d79fe1d3a4ee92994c777bb69def
SHA1: 8a30d1fcdfc3e3da619164265847699213cb068f
MD5sum: 9027f1f8e373af759821a7b27e3dc9ba
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2024-04-09 11:24:46+00

Package: postgresql-13-http-dbgsym
Source: pgsql-http
Version: 1.6.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-13-http (= 1.6.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-13-http-dbgsym_1.6.0-4.pgdg+1_arm64.deb
Size: 57216
SHA256: b0d7e75125fd9fca5e6c64dd32d31f4d2887f090a1c820476073eeb55d27c14c
SHA1: 26667caacf9913436cf29daff3336694b50c3d49
MD5sum: 6803ec77a45daa91a1a0a9af0306efda
Description: debug symbols for postgresql-13-http
Build-Ids: 9c9aa7c9ce198f575668b539fe1c83d89935966f
Timestamp: 2024-04-09 11:24:46+00

Package: postgresql-13-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 727
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-13-roaringbitmap_0.5.4-2.pgdg+1_arm64.deb
Size: 299060
SHA256: c05b0bb4446cf20e1c480e2528bc4642464cecacb5af31e62a49625034d5fe5e
SHA1: 15a078e8a85b7b52fc3f1a2f0819e99899534a62
MD5sum: 3aff55eb8281a486baa36cf3a2c33dfc
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2024-04-09 11:24:46+00

Package: postgresql-13-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 375
Depends: postgresql-13-roaringbitmap (= 0.5.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-13-roaringbitmap-dbgsym_0.5.4-2.pgdg+1_arm64.deb
Size: 344012
SHA256: 2d726ae167db9d9ceeb0e9636e9b2b8ec7c0847b341e76667754b40756201a5d
SHA1: e94fc30f6214886a39349cee66ef1ca0aafc7dfa
MD5sum: e8714394b32efb3bbbbe7557be55631b
Description: debug symbols for postgresql-13-roaringbitmap
Build-Ids: 73ead4fb971b9130ad9a526cc4e3e5a28d258bd7
Timestamp: 2024-04-09 11:24:46+00

Package: postgresql-14-http
Source: pgsql-http
Version: 1.6.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-14-http_1.6.0-4.pgdg+1_arm64.deb
Size: 48128
SHA256: 43930fc5088a5e2b515f171727f76c8663b1d3d1e346e9490dc8a6269dddbe42
SHA1: 0d03042640d4138ef346580a0a15e396f91984ef
MD5sum: cbf935d59792e1675dff1681442f05d6
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2024-04-09 11:24:46+00

Package: postgresql-14-http-dbgsym
Source: pgsql-http
Version: 1.6.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-14-http (= 1.6.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-14-http-dbgsym_1.6.0-4.pgdg+1_arm64.deb
Size: 58644
SHA256: 3874f7477324da557ee55057a347c23a883b17f6f34906fee66fef4eeabbc5ab
SHA1: b0fb9b20401826c3fa69b6161ceb5ca5a64d55f8
MD5sum: e30d3ae4d8d12a54cb5ca0a78f896c7d
Description: debug symbols for postgresql-14-http
Build-Ids: b1b7bcae40433bfdbc54d5f0cc0a6fc071cd1f5b
Timestamp: 2024-04-09 11:24:46+00

Package: postgresql-14-pgfaceting
Source: pgfaceting
Version: 0.2.0-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-14-roaringbitmap, postgresql-14
Homepage: https://github.com/cybertec-postgresql/pgfaceting
Priority: optional
Section: database
Filename: pool/main/p/pgfaceting/postgresql-14-pgfaceting_0.2.0-2.pgdg+1_all.deb
Size: 9716
SHA256: 209223ead1856fc121ce9874ed5dbc7ece7bc18daec00adcc507c2676c777a2e
SHA1: ec908772690fde358b34b4122a12ee4ca1d9af1b
MD5sum: cc35449ed6a27b4c229afda570436c98
Description: Faceted query acceleration for PostgreSQL using roaring bitmaps
 PostgreSQL extension to quickly calculate facet counts using inverted indexes
 built with roaring bitmaps. Requires pg_roaringbitmap to be installed.
 .
 Faceting means counting number occurrences of each value in a result set for a
 set of attributes. Typical example of faceting is a web shop where you can see
 how many items are remaining after filtering your search by red, green or
 blue, and how many when filtering by size small, medium or large.
Timestamp: 2024-04-09 11:24:46+00

Package: postgresql-14-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 731
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-14-roaringbitmap_0.5.4-2.pgdg+1_arm64.deb
Size: 299700
SHA256: fa0b8245761378266eb339b6810f681e0e38f5cf6b6950a367e22728f195b657
SHA1: 55a941c7e7dfb860f0ec976ef7d6d0d979013462
MD5sum: 4d0575c34154a422463abb6b690019e3
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2024-04-09 11:24:46+00

Package: postgresql-14-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 376
Depends: postgresql-14-roaringbitmap (= 0.5.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-14-roaringbitmap-dbgsym_0.5.4-2.pgdg+1_arm64.deb
Size: 344816
SHA256: 9aaf514ff08e7339fcc67e8218312c9262ec543485a42e4962bf2bc8615f6114
SHA1: a5ef5b99e7ff5eb6d0a51a9a96882e009b77a6a8
MD5sum: 1977a1f9e2d549b999549b87484d13b0
Description: debug symbols for postgresql-14-roaringbitmap
Build-Ids: 5bc49041e8e354a738e783fc1c09d815c28676ee
Timestamp: 2024-04-09 11:24:46+00

Package: postgresql-15-http
Source: pgsql-http
Version: 1.6.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-15-http_1.6.0-4.pgdg+1_arm64.deb
Size: 48288
SHA256: c97085f840072dd10b05a66653c00368a32237d6eea8cba4f0644b86eaf8f4e7
SHA1: 556d86e4c031f3536287b2456720d00db70e711f
MD5sum: f7273826f25b03c6835b5a7970baafd5
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2024-04-09 11:24:46+00

Package: postgresql-15-http-dbgsym
Source: pgsql-http
Version: 1.6.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-15-http (= 1.6.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-15-http-dbgsym_1.6.0-4.pgdg+1_arm64.deb
Size: 59004
SHA256: ad1a49357af0fa6a8837aa0ecd0eab0640a9109d3a7f1fb26be1507e566ce587
SHA1: 2cd5dbeacf2f44d9ecd80dae23cea81271ee3cdf
MD5sum: 51f7ed8f9475468137c9ab6da1effa55
Description: debug symbols for postgresql-15-http
Build-Ids: df2dd7ce67198d6588c2186c1f2f92f3480668ed
Timestamp: 2024-04-09 11:24:46+00

Package: postgresql-15-pgfaceting
Source: pgfaceting
Version: 0.2.0-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-15-roaringbitmap, postgresql-15
Homepage: https://github.com/cybertec-postgresql/pgfaceting
Priority: optional
Section: database
Filename: pool/main/p/pgfaceting/postgresql-15-pgfaceting_0.2.0-2.pgdg+1_all.deb
Size: 9716
SHA256: be275a74611b269d703c7b5ca5bddf80e7e17f5ae326c6ed4a4704a1523003e8
SHA1: 762bad638bdba88d13738fe2fb459ee113643a81
MD5sum: 55d530d89ee0f2639a02c168462d9df7
Description: Faceted query acceleration for PostgreSQL using roaring bitmaps
 PostgreSQL extension to quickly calculate facet counts using inverted indexes
 built with roaring bitmaps. Requires pg_roaringbitmap to be installed.
 .
 Faceting means counting number occurrences of each value in a result set for a
 set of attributes. Typical example of faceting is a web shop where you can see
 how many items are remaining after filtering your search by red, green or
 blue, and how many when filtering by size small, medium or large.
Timestamp: 2024-04-09 11:24:46+00

Package: postgresql-15-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 731
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-15-roaringbitmap_0.5.4-2.pgdg+1_arm64.deb
Size: 300584
SHA256: 9f201e033cee4e5d5058ef234249f63727579879bd41d6f2444706c4758a76a5
SHA1: 73a0d81e3913446c1edc1d631867796a3e165dc3
MD5sum: aa0afeed5e443fe85daafad28ca3ea71
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2024-04-09 11:24:46+00

Package: postgresql-15-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 376
Depends: postgresql-15-roaringbitmap (= 0.5.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-15-roaringbitmap-dbgsym_0.5.4-2.pgdg+1_arm64.deb
Size: 345032
SHA256: 3b885b055127b27ff24ae6c0932951c12219f82a8b8da89c22e986c6813c8ffa
SHA1: 7ba5923c81a8fe20dc363cfe4e30c96e6a9ab099
MD5sum: 6fb9fbacee299b7a0dfee4385e592f86
Description: debug symbols for postgresql-15-roaringbitmap
Build-Ids: 559e0bc8f40e8b43e223d13a1ef60c1e0e668d5b
Timestamp: 2024-04-09 11:24:46+00

Package: postgresql-16-http
Source: pgsql-http
Version: 1.6.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-16-http_1.6.0-4.pgdg+1_arm64.deb
Size: 47500
SHA256: 1e88b572e9952a8d91297102feda3f1b06cb01b11aeb3150dac2acab6bfafc95
SHA1: 8f8422557d3579cca488463801d823bd886ce744
MD5sum: 874de421894a9ea0873cb02e2fceb24d
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2024-04-09 11:24:46+00

Package: postgresql-16-http-dbgsym
Source: pgsql-http
Version: 1.6.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-16-http (= 1.6.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-16-http-dbgsym_1.6.0-4.pgdg+1_arm64.deb
Size: 59780
SHA256: ac8bfd0d6b639cdef8e70314b0efa1133896dc40abb58161da648bcc57e62e55
SHA1: 033cce4b3e47912b39901a6a6d180cbbf96e4d53
MD5sum: 86039fea24910b9b1cd4e944b82a649c
Description: debug symbols for postgresql-16-http
Build-Ids: 935dbcf2ec2d3946b0fe188328ea76b44575dae8
Timestamp: 2024-04-09 11:24:46+00

Package: postgresql-16-pgfaceting
Source: pgfaceting
Version: 0.2.0-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-16-roaringbitmap, postgresql-16
Homepage: https://github.com/cybertec-postgresql/pgfaceting
Priority: optional
Section: database
Filename: pool/main/p/pgfaceting/postgresql-16-pgfaceting_0.2.0-2.pgdg+1_all.deb
Size: 9716
SHA256: e4b18cae9376e570e545c421fdc4bee624edbb8e2c2078ba45fb36c75c884d10
SHA1: 7005c67bcd663808a48dceb41d2f413b24844e94
MD5sum: 1458e81cbae41833f33c12893d701d56
Description: Faceted query acceleration for PostgreSQL using roaring bitmaps
 PostgreSQL extension to quickly calculate facet counts using inverted indexes
 built with roaring bitmaps. Requires pg_roaringbitmap to be installed.
 .
 Faceting means counting number occurrences of each value in a result set for a
 set of attributes. Typical example of faceting is a web shop where you can see
 how many items are remaining after filtering your search by red, green or
 blue, and how many when filtering by size small, medium or large.
Timestamp: 2024-04-09 11:24:46+00

Package: postgresql-16-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 731
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-16-roaringbitmap_0.5.4-2.pgdg+1_arm64.deb
Size: 298788
SHA256: d7cedf48231c1908f4bc27cb0ceb0fedd71125b4089c1ccffb05e2ba6822ba68
SHA1: ffa18ec47561073ae0298afd80359c67056a2e79
MD5sum: cc3742c5aeb12e467406cc5b3e5e8f16
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2024-04-09 11:24:46+00

Package: postgresql-16-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 435
Depends: postgresql-16-roaringbitmap (= 0.5.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-16-roaringbitmap-dbgsym_0.5.4-2.pgdg+1_arm64.deb
Size: 405720
SHA256: 52c6ec402450f4e81b1acba273d6db90efcb3b437a19cd2bb49a4e05f20ba07d
SHA1: 2ca9f3e4570577b1dbb31807640ed6dd6cb96f18
MD5sum: 36d107293eaf065cc2408218fdaf4c4b
Description: debug symbols for postgresql-16-roaringbitmap
Build-Ids: 50f01e8397a7af850cfc7a2a703474b5667de486
Timestamp: 2024-04-09 11:24:46+00

Package: oracle-libs
Version: 3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: libaio1t64 | libaio1, wget, unzip
Homepage: https://www.oracle.com/database/technologies/instant-client.html
Priority: optional
Section: database
Filename: pool/main/o/oracle-libs/oracle-libs_3.pgdg+1_all.deb
Size: 3180
SHA256: bad20050db342725bec76ddc787f7a42d42348e4d366ad9c9f5399b566ac6107
SHA1: 00ac7afa1c86aae4fb3e0bc355599322bde4bde0
MD5sum: a222c882b916afbccf00a63a582a4fc2
Description: downloader for Oracle Instant Client libraries
 This package retrieves and installs the Oracle Instant Client libraries.
Timestamp: 2024-04-15 12:57:05+00

Package: postgresql
Source: postgresql-common (259.pgdg+1)
Version: 16+259.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: postgresql-16
Suggests: postgresql-doc
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_16+259.pgdg+1_all.deb
Size: 11808
SHA256: ab3a3af332031ecb417ca73e3024562d638cc9ce66a4d89929719f3bc98a84bb
SHA1: 10a0ccb0eee54d44d1e35a26332c178ae479aa8b
MD5sum: 43173e3e209d79632589c0777730e1ac
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.
Timestamp: 2024-04-15 12:57:05+00

Package: postgresql-11-orafce
Source: orafce
Version: 4.9.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1270
Depends: postgresql-11, postgresql-11-jit-llvm (>= 16), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_4.9.4-1.pgdg+1_arm64.deb
Size: 402068
SHA256: 3bcdb773aba9eb48fc480b85a7961bc1b5f19cd0030c26077cacdd06a4c40923
SHA1: 1bc3c62f317fee16cb302e6b4642409fb6889dad
MD5sum: 197cb801d2bd52d393f24037b8a1e3c8
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-04-15 12:57:05+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 4.9.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 323
Depends: postgresql-11-orafce (= 4.9.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_4.9.4-1.pgdg+1_arm64.deb
Size: 271468
SHA256: 44d721d0d86a52c4de38e8571b00ad7870f363f57bbed369444e2cd798c97424
SHA1: d900ca9fdc227ba0ee11467b5fff1c9b1c825727
MD5sum: c2c79a33453365f168dc5d0bb5adc8f0
Description: debug symbols for postgresql-11-orafce
Build-Ids: df722be6670e277191af388dd25211ac46a483d6
Timestamp: 2024-04-15 12:57:05+00

Package: postgresql-12-orafce
Source: orafce
Version: 4.9.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1270
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_4.9.4-1.pgdg+1_arm64.deb
Size: 400780
SHA256: 6a1fff5bf7d8c2fe48620815c597a3611698caf8895b9d34fe9b7419ccb686b1
SHA1: 85f26470db04f74418659388b6272458efdf4258
MD5sum: a398464e418d8704599ec5c1a34504df
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-04-15 12:57:05+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 4.9.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 329
Depends: postgresql-12-orafce (= 4.9.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_4.9.4-1.pgdg+1_arm64.deb
Size: 277316
SHA256: c538eedbf63506dedb4636e2e1b72c5b4d08e56a80fdefb5c300f20f18683728
SHA1: f9192cd707a0e082a18a1b4831c809f2e8414558
MD5sum: b38dbfacde484224f23ee317846be52f
Description: debug symbols for postgresql-12-orafce
Build-Ids: 94a048b55861020ba5a304b14fc6200650fcf74e
Timestamp: 2024-04-15 12:57:05+00

Package: postgresql-12-pg-hint-plan
Source: pg-hint-plan-12
Version: 1.3.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 396
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/ossc-db/pg_hint_plan
Priority: optional
Section: database
Filename: pool/main/p/pg-hint-plan-12/postgresql-12-pg-hint-plan_1.3.9-1.pgdg+1_arm64.deb
Size: 135176
SHA256: a4aa701ec7cc9e0d4b942cad76ff840c0a363d09b7f9c3bd45e7ba788ffabe05
SHA1: 71dad680e3e8172a6233c24a1537350b95ab776a
MD5sum: 78c455bf6c026d63ba08ecc932223523
Description: support for optimizer hints in PostgreSQL
 PostgreSQL uses a cost-based optimizer that uses data statistics, not static
 rules. The planner (optimizer) estimates costs of each possible execution
 plans for a SQL statement, then executes the plan with the lowest cost. The
 planner does its best to select the best execution plan, but it is far from
 perfect, since it may not count some data properties, like correlation between
 columns.
 .
 pg_hint_plan makes it possible to tweak PostgreSQL execution plans using
 so-called "hints" in SQL comments, like /*+ SeqScan(a) */.
Timestamp: 2024-04-15 12:57:05+00

Package: postgresql-12-pg-hint-plan-dbgsym
Source: pg-hint-plan-12
Version: 1.3.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 139
Depends: postgresql-12-pg-hint-plan (= 1.3.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-hint-plan-12/postgresql-12-pg-hint-plan-dbgsym_1.3.9-1.pgdg+1_arm64.deb
Size: 120064
SHA256: 4d6d44ae9ade6a7444e1bdbc193c66777c69d74b8c7bad78c0e4fa63b7169873
SHA1: cf77104614338456859bca26846913dca09ca8a6
MD5sum: 45a182ba93156b3407da86d1a4e444f5
Description: debug symbols for postgresql-12-pg-hint-plan
Build-Ids: d1bcdcb960738b64764c69142b72d18f67e0b8e5
Timestamp: 2024-04-15 12:57:05+00

Package: postgresql-13-orafce
Source: orafce
Version: 4.9.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1269
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_4.9.4-1.pgdg+1_arm64.deb
Size: 400152
SHA256: 9bdc5f976d9aba58f98c2e13f07d7c6ab04b32b0f1f29870d28a3fd076eafa64
SHA1: 0dce9630d0825d1938790e67dbd2a5ede9ab8faf
MD5sum: bbe971aaa53aa96668ba9e8d3d849ae4
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-04-15 12:57:05+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 4.9.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 335
Depends: postgresql-13-orafce (= 4.9.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_4.9.4-1.pgdg+1_arm64.deb
Size: 282832
SHA256: deac232ff122013d4e0fbf4da0580426301d02fafca27764649521b60ff5c080
SHA1: f4596846cd33da1f50f8cc18e61f9543ba89fdef
MD5sum: e67f8863f2a440512dec3d7a5a981d9b
Description: debug symbols for postgresql-13-orafce
Build-Ids: 24feb4fcc8d9db4656c9831fcabce6b1c94d25ff
Timestamp: 2024-04-15 12:57:05+00

Package: postgresql-13-pg-hint-plan
Source: pg-hint-plan-13
Version: 1.3.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 403
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/ossc-db/pg_hint_plan
Priority: optional
Section: database
Filename: pool/main/p/pg-hint-plan-13/postgresql-13-pg-hint-plan_1.3.9-1.pgdg+1_arm64.deb
Size: 140616
SHA256: 8dd6f4923d994b781b59e2a983a85c4026aec0262e8514bfa602aa0cccd2c8ed
SHA1: 602a0acb257862593b12a6c9f33748283b879ed4
MD5sum: 31734bd1cff0d161a85393df46810ed9
Description: support for optimizer hints in PostgreSQL
 PostgreSQL uses a cost-based optimizer that uses data statistics, not static
 rules. The planner (optimizer) estimates costs of each possible execution
 plans for a SQL statement, then executes the plan with the lowest cost. The
 planner does its best to select the best execution plan, but it is far from
 perfect, since it may not count some data properties, like correlation between
 columns.
 .
 pg_hint_plan makes it possible to tweak PostgreSQL execution plans using
 so-called "hints" in SQL comments, like /*+ SeqScan(a) */.
Timestamp: 2024-04-15 12:57:05+00

Package: postgresql-13-pg-hint-plan-dbgsym
Source: pg-hint-plan-13
Version: 1.3.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-13-pg-hint-plan (= 1.3.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-hint-plan-13/postgresql-13-pg-hint-plan-dbgsym_1.3.9-1.pgdg+1_arm64.deb
Size: 131092
SHA256: 3fd2f9603173bad408768100ec499dfd99c353f007bfcd42d6fed205489c07bf
SHA1: 467c6fd6b8dbe1fedc1b4712923892005b766111
MD5sum: 7fcd0f20300ed31a6a9d6f42c73e0759
Description: debug symbols for postgresql-13-pg-hint-plan
Build-Ids: 3531677777c5b37bf57e28d21f3816d1e9d11158
Timestamp: 2024-04-15 12:57:05+00

Package: postgresql-14-orafce
Source: orafce
Version: 4.9.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1275
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_4.9.4-1.pgdg+1_arm64.deb
Size: 402916
SHA256: 1c78eea3c5af7e0b2be7dc9ce9b580535cb580b99d2ee299b375089a272f8820
SHA1: d47af931eb461475d9b9c0bf5e2fa06571ab47cb
MD5sum: e9610a2dda95bafcf1d6c7cca9cc9dd9
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-04-15 12:57:05+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 4.9.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 341
Depends: postgresql-14-orafce (= 4.9.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_4.9.4-1.pgdg+1_arm64.deb
Size: 289056
SHA256: 177523f051e53f50e01875515f69f824c89c6c0da2aab2c7d55aad32fd064ce4
SHA1: f8503117c2e5b63f7f13f4ddd5fc1fc945f24f18
MD5sum: 4f3051ee25ad56f97299c0228a40690b
Description: debug symbols for postgresql-14-orafce
Build-Ids: 5db086cd81cc1b0bb77e97716c83eafe6cf997aa
Timestamp: 2024-04-15 12:57:05+00

Package: postgresql-14-pg-hint-plan
Source: pg-hint-plan-14
Version: 1.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 322
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/ossc-db/pg_hint_plan
Priority: optional
Section: database
Filename: pool/main/p/pg-hint-plan-14/postgresql-14-pg-hint-plan_1.4.2-1.pgdg+1_arm64.deb
Size: 123428
SHA256: 493b32f85a7063acf0e3447d1458d8b318726e853257bef00a67523a82d45c6d
SHA1: 49ea7bead44a2e677e584a8fa6b7b8fd4e88890d
MD5sum: 2d494d77ebf017aae5700ed906b71190
Description: support for optimizer hints in PostgreSQL
 PostgreSQL uses a cost-based optimizer that uses data statistics, not static
 rules. The planner (optimizer) estimates costs of each possible execution
 plans for a SQL statement, then executes the plan with the lowest cost. The
 planner does its best to select the best execution plan, but it is far from
 perfect, since it may not count some data properties, like correlation between
 columns.
 .
 pg_hint_plan makes it possible to tweak PostgreSQL execution plans using
 so-called "hints" in SQL comments, like /*+ SeqScan(a) */.
Timestamp: 2024-04-15 12:57:05+00

Package: postgresql-14-pg-hint-plan-dbgsym
Source: pg-hint-plan-14
Version: 1.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-14-pg-hint-plan (= 1.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-hint-plan-14/postgresql-14-pg-hint-plan-dbgsym_1.4.2-1.pgdg+1_arm64.deb
Size: 125736
SHA256: 23b1dbc01e53fd523be54da073c16211680892305cb8a3bb075ee555a9579cdc
SHA1: ab5c1a393dce033fc868c79dd8634d12c4361bd6
MD5sum: de553a9a63e2bc2aa1b9282c7acce003
Description: debug symbols for postgresql-14-pg-hint-plan
Build-Ids: e65b9d4f0cfeb876b704031520c70d9a810262fa
Timestamp: 2024-04-15 12:57:05+00

Package: postgresql-15-orafce
Source: orafce
Version: 4.9.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1278
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-15-orafce_4.9.4-1.pgdg+1_arm64.deb
Size: 402892
SHA256: 92d167e1c8ccada947224c34ebae694414c6a0f0dfcc391be283553ab632b437
SHA1: cfe8eb0d8334cbe1dbbec530196b3b837ed488e6
MD5sum: 354e02a6c456d258d73d6cfe1295aec3
Description: Oracle support functions for PostgreSQL 15
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-04-15 12:57:05+00

Package: postgresql-15-orafce-dbgsym
Source: orafce
Version: 4.9.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 341
Depends: postgresql-15-orafce (= 4.9.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-15-orafce-dbgsym_4.9.4-1.pgdg+1_arm64.deb
Size: 290432
SHA256: 2fa44cace26363c04790f2764dbc18d513dec08c2416ddb801fea17e306c6d5b
SHA1: 33554740d341b823f098d6e8f9217e977da863f6
MD5sum: 8b88ed206a4dc51f37e12dc779cfa0e0
Description: debug symbols for postgresql-15-orafce
Build-Ids: 6cb44738a832d2b418a3635f74db2d812ad98be6
Timestamp: 2024-04-15 12:57:05+00

Package: postgresql-15-pg-hint-plan
Source: pg-hint-plan-15
Version: 1.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 324
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/ossc-db/pg_hint_plan
Priority: optional
Section: database
Filename: pool/main/p/pg-hint-plan-15/postgresql-15-pg-hint-plan_1.5.1-1.pgdg+1_arm64.deb
Size: 123744
SHA256: de33bb57a81776a630ad735fa099a0984c494497c7f11b4e2bee13091cba8485
SHA1: 3720e1aebc70873dcecaddccb990e8f42f3e8a0d
MD5sum: 3ab49e507cb47fd2cbeaff532056f986
Description: support for optimizer hints in PostgreSQL
 PostgreSQL uses a cost-based optimizer that uses data statistics, not static
 rules. The planner (optimizer) estimates costs of each possible execution
 plans for a SQL statement, then executes the plan with the lowest cost. The
 planner does its best to select the best execution plan, but it is far from
 perfect, since it may not count some data properties, like correlation between
 columns.
 .
 pg_hint_plan makes it possible to tweak PostgreSQL execution plans using
 so-called "hints" in SQL comments, like /*+ SeqScan(a) */.
Timestamp: 2024-04-15 12:57:05+00

Package: postgresql-15-pg-hint-plan-dbgsym
Source: pg-hint-plan-15
Version: 1.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-15-pg-hint-plan (= 1.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-hint-plan-15/postgresql-15-pg-hint-plan-dbgsym_1.5.1-1.pgdg+1_arm64.deb
Size: 126516
SHA256: 500efdabeceae4fb978dcf4de46d9d65177ad0d0a63476abbbe20d8592c656f8
SHA1: 6f3027a01c4b6d44e853134c432c3d48392e1cf9
MD5sum: 543ac2c45a0ef3d484316cd071baa9df
Description: debug symbols for postgresql-15-pg-hint-plan
Build-Ids: bbe70ffe39778678b7b37569701bcbf82293f698
Timestamp: 2024-04-15 12:57:05+00

Package: postgresql-16-orafce
Source: orafce
Version: 4.9.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1205
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-16-orafce_4.9.4-1.pgdg+1_arm64.deb
Size: 395932
SHA256: ece99fced115e933a1a802814c7e265e458eab0dbb4539c18b51dff39482bdd1
SHA1: 840d162adbcb9da730d4059b62f8a1780718130c
MD5sum: 47afbd4c82f38a1a6a7aa9cf9797308e
Description: Oracle support functions for PostgreSQL 16
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-04-15 12:57:05+00

Package: postgresql-16-orafce-dbgsym
Source: orafce
Version: 4.9.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 359
Depends: postgresql-16-orafce (= 4.9.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-16-orafce-dbgsym_4.9.4-1.pgdg+1_arm64.deb
Size: 308304
SHA256: 80c48330836533d575edca6bbddd9c2abcbed5bd91ec6f5ef43d8dbaf31a032a
SHA1: 2a9c0c521d2d0e35868a6c0c4ef326700c7c554d
MD5sum: 83cc53ce84addfca960f085ea0a81b42
Description: debug symbols for postgresql-16-orafce
Build-Ids: 772da6e14c7e2e8e742b6caf87359da34f96352b
Timestamp: 2024-04-15 12:57:05+00

Package: postgresql-16-pg-hint-plan
Source: pg-hint-plan-16
Version: 1.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 326
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/ossc-db/pg_hint_plan
Priority: optional
Section: database
Filename: pool/main/p/pg-hint-plan-16/postgresql-16-pg-hint-plan_1.6.0-1.pgdg+1_arm64.deb
Size: 124352
SHA256: b859e8ca1ca30577acb6276e6a3ff1bf5734143e41e91494accf723e4808ba32
SHA1: 455b874aa53298766084b69be721287659f6c35f
MD5sum: da6d86519479d8c3792f3587b65b97ab
Description: support for optimizer hints in PostgreSQL
 PostgreSQL uses a cost-based optimizer that uses data statistics, not static
 rules. The planner (optimizer) estimates costs of each possible execution
 plans for a SQL statement, then executes the plan with the lowest cost. The
 planner does its best to select the best execution plan, but it is far from
 perfect, since it may not count some data properties, like correlation between
 columns.
 .
 pg_hint_plan makes it possible to tweak PostgreSQL execution plans using
 so-called "hints" in SQL comments, like /*+ SeqScan(a) */.
Timestamp: 2024-04-15 12:57:05+00

Package: postgresql-16-pg-hint-plan-dbgsym
Source: pg-hint-plan-16
Version: 1.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-16-pg-hint-plan (= 1.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-hint-plan-16/postgresql-16-pg-hint-plan-dbgsym_1.6.0-1.pgdg+1_arm64.deb
Size: 127960
SHA256: 98e6f16015353b16a9dc62eeb80e2d52ae21032a726332833a7379553453258b
SHA1: cf2e48d1a512bf50bd806c14c19fd696d049bf98
MD5sum: 9f61273d98423b5dfa17b5154d640ca7
Description: debug symbols for postgresql-16-pg-hint-plan
Build-Ids: 34e217d3f169c4cfa4e3ea03828e44115b3720c8
Timestamp: 2024-04-15 12:57:05+00

Package: postgresql-all
Source: postgresql-common
Version: 259.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: libecpg-dev, libpq-dev, postgresql-common (= 259.pgdg+1), postgresql-server-dev-all, postgresql-contrib-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-contrib-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-contrib-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12, postgresql-contrib-13, postgresql-plperl-13, postgresql-plpython3-13, postgresql-pltcl-13, postgresql-contrib-14, postgresql-plperl-14, postgresql-plpython3-14, postgresql-pltcl-14, postgresql-contrib-15, postgresql-plperl-15, postgresql-plpython3-15, postgresql-pltcl-15, postgresql-contrib-16, postgresql-plperl-16, postgresql-plpython3-16, postgresql-pltcl-16
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_259.pgdg+1_all.deb
Size: 11952
SHA256: 737b029555fdd9ff39368ddb1e2bd33445fdd4662888e20f038f1e09f5def496
SHA1: 7a8893521570f1914d4448b775a24a88fc490462
MD5sum: 1372d0a7a5016aa69a30be2167f6f65f
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 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.
Timestamp: 2024-04-15 12:57:05+00

Package: postgresql-client
Source: postgresql-common (259.pgdg+1)
Version: 16+259.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: postgresql-client-16
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_16+259.pgdg+1_all.deb
Size: 11820
SHA256: 5185ab0de65ff960678de3390c2835de5514ec453c77756c216ee4b4deab0a73
SHA1: 45a8f13015f26c40dd9689c514c8b0f304b4d6e4
MD5sum: fcb972ed6ade1a743980e676fa68f90f
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.
Timestamp: 2024-04-15 12:57:05+00

Package: postgresql-client-common
Source: postgresql-common
Version: 259.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: netbase, perl:any
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_259.pgdg+1_all.deb
Size: 35948
SHA256: b1da4878a8269778dd92b722ae25eb0e84fea59fd54b9952bfbee1ab034f2fa0
SHA1: b415acad67e4dfc3223f9d00360690bda63a44b1
MD5sum: 358681eeacd8ad93d573e7640e92bc79
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.
Timestamp: 2024-04-15 12:57:05+00

Package: postgresql-common
Version: 259.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 648
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, libjson-perl, sysvinit-utils (>= 3.05-4~) | lsb-base, postgresql-client-common (= 259.pgdg+1), ssl-cert (>= 1.0.11), ucf, perl:any
Recommends: e2fsprogs, logrotate
Conflicts: pgdg-keyring
Breaks: postgresql-9.1 (<< 9.1.1-3~), postgresql-server-dev-all (<< 204)
Replaces: pgdg-keyring, postgresql-server-dev-all (<< 204)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_259.pgdg+1_all.deb
Size: 168120
SHA256: 70ec0bfeacbdfe8c1093bf34eb90bae79490db5f66bf3572ef3c029d99dbf07c
SHA1: f1f2a88869cf2f2f2de6ee44d2fd4b3caa05f308
MD5sum: 62246d214d31cc198e2df7c736eef44b
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.
Timestamp: 2024-04-15 12:57:05+00

Package: postgresql-contrib
Source: postgresql-common (259.pgdg+1)
Version: 16+259.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: postgresql-contrib-16
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-contrib_16+259.pgdg+1_all.deb
Size: 11816
SHA256: 414af5d34bf5dfc9a44fe9d5aa3a7ea8f8e2bfd3f61b250fca91b4ff0e578317
SHA1: cbfead45e896d5b26126e99ea234475e1515061f
MD5sum: db3abd083f6cfa5ea6d3fe1bf1704db4
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.
Timestamp: 2024-04-15 12:57:05+00

Package: postgresql-doc
Source: postgresql-common (259.pgdg+1)
Version: 16+259.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: postgresql-doc-16
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_16+259.pgdg+1_all.deb
Size: 11808
SHA256: bf886c49044e4033c0b8d4d4d1ca117f96116bc9724fd23d93502d9b42267914
SHA1: 655ea1d37080be71aa9a279ccdc3ba4bc9da9dca
MD5sum: 779760c53d684fe28a221c7911072c12
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.
Timestamp: 2024-04-15 12:57:05+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 259.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: make:any, postgresql-common (= 259.pgdg+1), postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12, postgresql-server-dev-13, postgresql-server-dev-14, postgresql-server-dev-15, postgresql-server-dev-16
Multi-Arch: same
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_259.pgdg+1_arm64.deb
Size: 20144
SHA256: 11dec762eee54fefb9ec10d9b722dc4daaf6b7e0197070072317d868f155fdd6
SHA1: daf0d1ab3016b927f4cc7fd5796c7752aa31a016
MD5sum: c904d2b9b68941f1d87285fcc280f5e5
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, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 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.
Timestamp: 2024-04-15 12:57:05+00

Package: oracle-libs
Version: 4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: libaio1t64 | libaio1, wget, unzip
Homepage: https://www.oracle.com/database/technologies/instant-client.html
Priority: optional
Section: database
Filename: pool/main/o/oracle-libs/oracle-libs_4.pgdg+1_all.deb
Size: 3328
SHA256: 5d6a33af5ffbbb4f9a8a44b320e2bb38b5bcfbcc6e9c640e84edce772d22dac0
SHA1: 0acd5b7b455219ae759593321a0f821744be3925
MD5sum: c8800910ef7f2b48fc7535c4c023cd94
Description: downloader for Oracle Instant Client libraries
 This package retrieves and installs the Oracle Instant Client libraries.
Timestamp: 2024-04-16 08:51:37+00

Package: pgmodeler
Version: 1.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21098
Depends: pgmodeler-common, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libpq5 (>= 8.4~), libqt6core6t64 (>= 6.4.0), libqt6gui6t64 (>= 6.4.0), libqt6network6t64 (>= 6.1.2), libqt6printsupport6t64 (>= 6.1.2), libqt6svg6 (>= 6.2.0), libqt6widgets6t64 (>= 6.3.0), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Homepage: https://pgmodeler.io/
Priority: optional
Section: database
Filename: pool/main/p/pgmodeler/pgmodeler_1.1.2-1.pgdg+1_arm64.deb
Size: 5582492
SHA256: d692baa68dc30e65ff1ec50f6b63faf5878b73c1a988d0081fb307da14597f61
SHA1: 0a192256c99ce527e8a2b450dbe542431ab55c91
MD5sum: 009fb626580d81c59e2e8259ac57edda
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.
Timestamp: 2024-04-16 08:51:37+00

Package: pgmodeler-common
Source: pgmodeler
Version: 1.1.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2006
Multi-Arch: foreign
Homepage: https://pgmodeler.io/
Priority: optional
Section: database
Filename: pool/main/p/pgmodeler/pgmodeler-common_1.1.2-1.pgdg+1_all.deb
Size: 380112
SHA256: e64f3c9b055cf2bcd1a4c77ea5ea368df9a2f11d270d3f81e9ed73848d97ceaa
SHA1: 1efcd1f02366758e5bd175930dae89b7c38387fb
MD5sum: 7b05577d7ac632b3bee5ee29bb161cea
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.
Timestamp: 2024-04-16 08:51:37+00

Package: pgmodeler-dbgsym
Source: pgmodeler
Version: 1.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58672
Depends: pgmodeler (= 1.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmodeler/pgmodeler-dbgsym_1.1.2-1.pgdg+1_arm64.deb
Size: 53744584
SHA256: 6504bf5f43e97b226c86fb54267e8418c0593eef2e839d798b58ea9083445263
SHA1: 622737f0b29434f9fee44a3d35e9eeff15fe57ee
MD5sum: 50aecdd2d1c14c26ed414a87a70f130b
Description: debug symbols for pgmodeler
Build-Ids: 0f1cf5786b146c804da5bc56f41245da31c4c4c0 0f6a2e3c6b8fda69b57940c0a24af6744925be41 22446e4ed66f74e9145bd83c2de5efce88a167ad 27a0aa70b96dbde1379b72738acbf6195904c7b4 3b9f7af645dc456b07ac1876a2cff90fa2abd5e3 3db92aab3a84ec5e98153b57cbe8d55ba66272ef 86da9df62d20f03d32c4043ebfd00f72cb12b687 8f748d299e6f4a03e54796d100f02d7472b448c1 a0861715e465965d24bff0d8c62660ef1a3ab86a a4e411116d87b99b2e4ab11a2f1ef6ca0a15e316 bd1085d4fb56a46b81c9c9cc601c45555d6f2914
Timestamp: 2024-04-16 08:51:37+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 2.7.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 819
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_2.7.5-1.pgdg+1_arm64.deb
Size: 354232
SHA256: ec6ee40dc8faf151fe933da3312350bc77fc879a3a3449d259d135390d73ae86
SHA1: 694dff79e7e330b09c4025deb54eb347ca496405
MD5sum: 1ceb4369133b723bd76703fe9c9ab2a7
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-04-16 08:51:37+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 299
Depends: postgresql-12-plpgsql-check (= 2.7.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_2.7.5-1.pgdg+1_arm64.deb
Size: 266416
SHA256: be7f2e033d3d10b2962f0494e597a490681ab803eb75be6ccb141e8e372b399b
SHA1: f3092d66888c37905ffe6f3985740d51e03549ed
MD5sum: 5f7cee87db89dc515a6cd4c2cb212798
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: 459556faeba0df9399dfc42cbf18674910c8eed2
Timestamp: 2024-04-16 08:51:37+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 2.7.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 824
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_2.7.5-1.pgdg+1_arm64.deb
Size: 359760
SHA256: d46fef95341e68f4c340018184163285c4a1d5fd6dd22c7562dc5710714d8868
SHA1: 9fb49decccb6c015760553880a06390a4a3597db
MD5sum: 56af983d4a7377bd86c178f094e8ec56
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-04-16 08:51:37+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 322
Depends: postgresql-13-plpgsql-check (= 2.7.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_2.7.5-1.pgdg+1_arm64.deb
Size: 288668
SHA256: 1768f98f03dc7dfffe2f4298eb4b499198b87024279a49633b8f1ea9933ea572
SHA1: 05963222ba14baca88ef43d73f187258674ff95a
MD5sum: e0570af424ab7c09915d9320c9f7ee4a
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: 70d83dc93d9cf30df7a79e11935b7810c39496de
Timestamp: 2024-04-16 08:51:37+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.7.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 834
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.7.5-1.pgdg+1_arm64.deb
Size: 365164
SHA256: c71dad079c1f48d644c1892aa703391e62be325c91cd7c35a4519491c0c16796
SHA1: 2dfa493636dd04d950b70783015de48fbe480e52
MD5sum: 4d8323b653eb9500f0a4b235f84f6759
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-04-16 08:51:37+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 330
Depends: postgresql-14-plpgsql-check (= 2.7.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.7.5-1.pgdg+1_arm64.deb
Size: 296500
SHA256: 424cecf202dca179440b2a5e6e2aeaf0d259318596c1e1df5d3b7fc85be92db4
SHA1: e72893e93eee5cf9e08518f32655629cdb94410a
MD5sum: 9340287a87954aabb61bae0b65173bb7
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: 30c315198ef32b8a5c710e9c1aa4cefef6c827ba
Timestamp: 2024-04-16 08:51:37+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.7.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 862
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.7.5-1.pgdg+1_arm64.deb
Size: 381556
SHA256: 35512811c19b17b74f71f956194661a705efb3a648791ec82cfd74f1ba37cbcb
SHA1: 135c53a7329f41af96370cd2c5a28099404ebbe5
MD5sum: 410d510e9ddad89970dd4f72437518db
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-04-16 08:51:37+00

Package: postgresql-15-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 361
Depends: postgresql-15-plpgsql-check (= 2.7.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.7.5-1.pgdg+1_arm64.deb
Size: 326536
SHA256: c92e254281571dc7d0570fd7d23584243f4b9b5a7d159a707a9f969b3d30512b
SHA1: c861c47d3852f475b19b23e50cebc5875b3514c0
MD5sum: dd6028c063c3b0f12ef6e1b3194009d2
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: 918997b454dfed2db511e2c11abe4b3588328856
Timestamp: 2024-04-16 08:51:37+00

Package: postgresql-16-plpgsql-check
Source: plpgsql-check
Version: 2.7.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 862
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check_2.7.5-1.pgdg+1_arm64.deb
Size: 375964
SHA256: e2a731d8858b3fba9c3ab284bfaf3ca6e3f5de856282f1560da94455bd044477
SHA1: 6a50f8d6c13114355a6a1f928f814d7871ff6de2
MD5sum: 68076b6253fa477e8f2c415012c4b0f0
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-04-16 08:51:37+00

Package: postgresql-16-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 370
Depends: postgresql-16-plpgsql-check (= 2.7.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check-dbgsym_2.7.5-1.pgdg+1_arm64.deb
Size: 335476
SHA256: daf9a8ac0e92dc509f06dc9b1940f0931247db5b6e33ddc1ea6792a9875209b6
SHA1: ba111042b597bb1912280676f5c6fabfee138b3d
MD5sum: cfc553244782487ee1f59e81ed7a7674
Description: debug symbols for postgresql-16-plpgsql-check
Build-Ids: 45db5a6595c3a09163a3d67729edf49ba610f0fc
Timestamp: 2024-04-16 08:51:37+00

Package: pspg
Version: 5.8.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 366
Depends: libc6 (>= 2.34), libncursesw6 (>= 6.1), libpq5 (>= 9.0~), libreadline8t64 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_5.8.4-1.pgdg+1_arm64.deb
Size: 132808
SHA256: ec41f08cd744e1c6a4a2d141f6c3f001f26f9e2d743b3f13d23553f83c35fd79
SHA1: 6469f3977afb5a71a13d95d7a819f949b72c180b
MD5sum: a4199514299af4dfbf979c1198e4ade9
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2024-04-16 08:51:37+00

Package: pspg-dbgsym
Source: pspg
Version: 5.8.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 446
Depends: pspg (= 5.8.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_5.8.4-1.pgdg+1_arm64.deb
Size: 417760
SHA256: 0ec0a8656df19981d5932eaa554a850e3dd9492cdd16f6cb012ddd089588dfe6
SHA1: beb0be176467a3ddfb42e9f942ecbddf8301bf9b
MD5sum: d8750ee4da7ef820237c29d5b54eb0f4
Description: debug symbols for pspg
Build-Ids: a8e522ff9379b68fa8928f32a8018bf79a3a0e58
Timestamp: 2024-04-16 08:51:37+00

Package: libecpg-compat3
Source: postgresql-11
Version: 11.22-3.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg-compat3_11.22-3.pgdg+3_arm64.deb
Size: 21128
SHA256: ec8488ddb66b38ff9e8de0941ae086d7d9725b2c1854d9f6176828502e2c2cb2
SHA1: b41ab4486233684ae4cb70c63f71b7acbd50c56a
MD5sum: 082ed4684409a4f39bf00a31f28fee1e
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.
Timestamp: 2024-04-23 20:25:36+00

Package: libecpg-compat3-dbgsym
Source: postgresql-11
Version: 11.22-3.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 11.22-3.pgdg+3)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-compat3-dbgsym_11.22-3.pgdg+3_arm64.deb
Size: 16748
SHA256: e61c05102838a50aaf68ff9f66722cf4262c4345c5fe83f7e165069c9d797f0d
SHA1: c385a50c9decf7f21b4aa462bb2d4e0a998497c7
MD5sum: 8e2b10f85ed61c0e7803110d5725c066
Description: debug symbols for libecpg-compat3
Build-Ids: 03469d901bd7a27f15a15397a20cb8d3309dedf3
Timestamp: 2024-04-23 20:25:36+00

Package: libecpg-dev
Source: postgresql-11
Version: 11.22-3.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1319
Depends: libecpg-compat3 (= 11.22-3.pgdg+3), libecpg6 (= 11.22-3.pgdg+3), libpgtypes3 (= 11.22-3.pgdg+3), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libecpg-dev_11.22-3.pgdg+3_arm64.deb
Size: 229220
SHA256: 3c7ec6f26c835fe20e5a32b093ec851e8928555db32806c6fd00ba9c193455f2
SHA1: 23beb314d80f98cbeb314ba609119996a41803bd
MD5sum: e6357822ae96340d06a5652a50289a6f
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).
Timestamp: 2024-04-23 20:25:36+00

Package: libecpg-dev-dbgsym
Source: postgresql-11
Version: 11.22-3.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 270
Depends: libecpg-dev (= 11.22-3.pgdg+3)
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-dev-dbgsym_11.22-3.pgdg+3_arm64.deb
Size: 234012
SHA256: d2a4b9961ef1082e2dac52498e183922324181cef1289e8e4b525c491644aa38
SHA1: f29bc2829861e2be2745097e101d3bb0726b1330
MD5sum: 8cc953ec9db97a51a0fc7d59aa287233
Description: debug symbols for libecpg-dev
Build-Ids: dbb7ec8c3f3baf5ce5b873707b52122083b55a66
Timestamp: 2024-04-23 20:25:36+00

Package: libecpg6
Source: postgresql-11
Version: 11.22-3.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 486
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg6_11.22-3.pgdg+3_arm64.deb
Size: 88620
SHA256: a15bdd5a1af6b8b99fbe079a853b17a516f6cd245e2728149bb3cbc49e8e7dff
SHA1: 900660fac087815e6b94e2ffcab04c4ab9cf051c
MD5sum: c5a94089ff52e4bd8b22db3582ad3929
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.
Timestamp: 2024-04-23 20:25:36+00

Package: libecpg6-dbgsym
Source: postgresql-11
Version: 11.22-3.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libecpg6 (= 11.22-3.pgdg+3)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg6-dbgsym_11.22-3.pgdg+3_arm64.deb
Size: 93344
SHA256: f187d4e229990dc7f5b6af18e0938d8ab387e87482d68a9d4aed7dd972a74981
SHA1: b6a21e5f68209ed5b9d11de709230423593bd6f8
MD5sum: 0b6c8755c5c5967fa528547f1f2ad9c4
Description: debug symbols for libecpg6
Build-Ids: 58b47fbb9b5988bfe8f00ddd8839e9733326ec42
Timestamp: 2024-04-23 20:25:36+00

Package: libpgtypes3
Source: postgresql-11
Version: 11.22-3.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpgtypes3_11.22-3.pgdg+3_arm64.deb
Size: 42008
SHA256: 21f1292979cf3ca96fe6a8baa5b7d365e2a06dfff21c751e24c004999b990c33
SHA1: a7e659563f6b0b656e08b6ff75bbae98042331a9
MD5sum: ffe5c5378436466b0e796674c4261152
Description: shared library libpgtypes for PostgreSQL 11
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-04-23 20:25:36+00

Package: libpgtypes3-dbgsym
Source: postgresql-11
Version: 11.22-3.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: libpgtypes3 (= 11.22-3.pgdg+3)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpgtypes3-dbgsym_11.22-3.pgdg+3_arm64.deb
Size: 71112
SHA256: ecda200f289f1c54ae2f28e6848c344e76fb4b3d1ad7ef9b7c910adf52aec4bf
SHA1: 25014e2df76894ebd4c2cc920bda568437eae362
MD5sum: a29e73bf5dd91d9702e0f467537061ad
Description: debug symbols for libpgtypes3
Build-Ids: 4ffa0f5e5cd960260ba09c019b85a2716f56d48e
Timestamp: 2024-04-23 20:25:36+00

Package: libpq-dev
Source: postgresql-11
Version: 11.22-3.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 706
Depends: libpq5 (= 11.22-3.pgdg+3)
Suggests: postgresql-doc-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libpq-dev_11.22-3.pgdg+3_arm64.deb
Size: 166396
SHA256: 48febc02030743339dd8552f75c931423d9670d168924c18f2e41611a6e142df
SHA1: 3e036c8b5430e14b1c90ccbfa421161501235959
MD5sum: a3dbde1b16f9ff3249235aa2607867b0
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.
Timestamp: 2024-04-23 20:25:36+00

Package: libpq5
Source: postgresql-11
Version: 11.22-3.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 784
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpq5_11.22-3.pgdg+3_arm64.deb
Size: 167564
SHA256: 7a68cf6650bf3d51380f5bfa5ddd57d11b737ce36a557560e637ff9cdf0a0c44
SHA1: b2b225a4ad42fb85ae0cec6358f9efd459b24c83
MD5sum: aab204017324d9b1ea1c63cd8889cb4f
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.
Timestamp: 2024-04-23 20:25:36+00

Package: libpq5-dbgsym
Source: postgresql-11
Version: 11.22-3.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libpq5 (= 11.22-3.pgdg+3)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpq5-dbgsym_11.22-3.pgdg+3_arm64.deb
Size: 230048
SHA256: a15379445ef94a810211d33843a3ebcc094d2efbb35e8f23493ca163f974a7c7
SHA1: 0881199498c74c8ec3fc16bb18847f814a390f2f
MD5sum: cc48eb328d111efac1ffcdc9295ed584
Description: debug symbols for libpq5
Build-Ids: a44dce29cb001e0bce18ea63b5e85287310a7e3d
Timestamp: 2024-04-23 20:25:36+00

Package: postgresql-11
Version: 11.22-3.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52634
Depends: locales | locales-all, postgresql-client-11, postgresql-common (>= 194~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm15t64, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: postgresql-11-citus (<< 8.0.0.PGDG-2~), postgresql-11-cron (<< 1.1.3-2~), postgresql-11-pgextwlist (<< 1.8-2~), postgresql-11-pglogical (<< 2.2.1-4~), postgresql-11-plsh (<< 1.20171014-3~), postgresql-11-rum (<< 1.3.2-4~), postgresql-11-wal2json (<< 1.0-5~)
Provides: postgresql-11-jit-llvm (= 15), postgresql-contrib-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-11_11.22-3.pgdg+3_arm64.deb
Size: 15471660
SHA256: 924ce79ab695f2a73f74c646a3ae1cb7b196ebfa06f95239edfc12ea570eab5d
SHA1: 15248b605471a3a899b8f8fa36ab88729933125d
MD5sum: 23bd1fa0341ad2d020e6ae5d78957b86
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 11.
Postgresql-Catversion: 201809051
Timestamp: 2024-04-23 20:25:34+00

Package: postgresql-11-dbgsym
Source: postgresql-11
Version: 11.22-3.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15334
Depends: postgresql-11 (= 11.22-3.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-11-dbgsym_11.22-3.pgdg+3_arm64.deb
Size: 13813056
SHA256: 4b69866dff6c58d375fb90fc5e9cd0fc5864326447e998443ee255351556a27a
SHA1: 73f5eba3c2408f1ad6832a5e2084382c0ec4ea7f
MD5sum: e297b56e5d6aba899b7d432104af67a6
Description: debug symbols for postgresql-11
Build-Ids: 025beeabb7b71586e2350048ee00779f8ce8aac0 045525c687587b0645976d28efec1cf2ed6bc8d9 0c35f23d1825991e6c35642e17817aed7ac72aa7 0d09b8913213a78a0190c3ec874218b96534133e 0f08a96636b1551fe8bab4a916f17954309f0991 0f20f62f9ae02e3dcb825f3a0b3831a675d1cc0e 17431349f32a3cb73ea980b5e487ab35b5cf329d 1a33108c1dd27ed71dbe3526ea8004ea978e4d53 1a9a2f9259f6e3a2483244c5193a24b6fe059744 1b0a1792058397a88591c46a92fc1083bf8d483c 1cd0982ddf54d5162a9f0f17ddeb44f337d96525 1f02ebb7fe00473d68510ba4213675e772a209c2 1f4ebbb854acefddffba53ba435a268d27b5850f 209ded9f9a653c1dfcca3085b520c5b5ec798a31 275dbb2aeae79ff18875f23feef7053a512064f1 27fb24fdf300e6d61420557020b40b019b75f9db 2fe941f6bc498055995402bc1877e7470b944f85 2fef2b4c1f39bb9c43c2d96710e802973cdfae76 30a5fd71f212e68cb1cd0b77ee0a0b34d0baefa3 31ed2f094b5383b148f9cd48a2b1ce78de8e3a51 3eb2b363513d034c362f26cce31877a44351865b 414230e9d4334f1a6185abda225231e3d482c88e 418772c283fe1f0f97a3e068d5a83dda3842dc1d 41c7a8a8cc2e800f645dc69b2fed5e49fde85deb 42f8a9edd770e4006c1b43374465e967e3fa19c2 478cb398998a410f6989dc0196be89df92858ab3 47e790662609ba2120e2da0a51df496027052a83 4805038a2c47e956384fa95654e194416c002075 4b706feff551cfeb6c4f0686aaadb9fcc6e9bcee 4bf71737e4c7c557ddffdd5ed298de7390dd156f 4dcf5150f4461b5fc6a6e228c2c7fb3ffe610036 505ab88a65168e6e7f94e6edc793e77389c53ac1 5634f6d8b081551cf6c7a7e058fdbb52b72e6182 57c2695f9a2583ef5d37aa9ad9d5a0420a636e4f 5a0b64271b216d54b72c05f4a93efee013033d2e 5a317675039e6f199b6a059e826a855338d84ec5 64033201169add3625b149362922db1ff9d7b390 71285c4042b95bfdc7a4a0b821357eef52f25636 74a0150bbbd1051e9926e785a37d4ddb7e6e33b2 7a7d1d8d1acb00e1e91790b4bac54bd3281e905c 7e63f3b6540067e59548e7038791517fe9347009 8112c605708146297581888eab638fba43d15e58 84ea6b826eb0923a2b3a9c46b3a138c7d6a68f2d 8502111d598a1371646fb90b27d7b46ec9961124 8cb719e7b70b450c449b30cbf986659b7096b0f2 8e722ad3d71c7275dcc3b52db5a4c534b0d816e0 8eb637b03577f75cb7ee95275f908744a708c95e 903b14dc133e97f855da7b57a63501ca24cce145 990d536f3c0423d11d117de975ed6227000fdbeb 9b5d9352b371c2f5b66fcb4326c269983dcdd256 9b629b04e3c8db4306d701dd128b08b91db0f1a8 9edb042115d8e6df75afa69cb0792db2167b9e07 9f58ae5b5a657b4963021853234a610350026369 a47b85e404203420b7963f45d2a739a2b8d72582 a4d19fda47da0c4442415db7c09490b10ee75691 a62e8b5e2161b9d118872c8590be70c21d071795 a73c46c8ee2a2c2f5719c3aed1039e7e5f4dd42c a97a73215c12782c1097f42315551fd44e4e695a ae83df74ea233b63d038ac99c790ad37d434a55f af76e2be78c273fc06b545d64a4611077eba1de8 b226af0ec1ff853853c9f7440fc6d1a3448abd1d b65d123b12967efa4feaa48bb26aae82754778ec b95a8e166fe7ebd790ab181c6c11d2f3b67d59c1 b96cfa0abf51633ba8e7316b1af65b966d54fcb7 c1d93b90ed12de99b5064c89279f1fc7c1b6e6dc c2708a859677e8f9c8961ae68ebb812fc4d6ab9f c9880b233588276a31da6dfe4494af2a640559a7 ccd2d072390c2d07fb9b32bd5867f9fb015306cb cd01ab0d582944b289fbdfedc05f48dadd21c67b d0f3ab01c4b7190a9f7f08fc69018cf8f558b9ff d110ac39daecf9fb4c67be64edce7f57bda46192 d16c962bb1234f22891fabb47cf398d5761a6ead d1824e18cebda843bca19541931f3f7de508e02a d5a9acf8e55e007be8c8478e980e50d8805839c2 d760d5c899d27ac09e7a90bb5b54736f0e909ecb d91f6eb49d8ba57e429142376defc4e2d20af016 d932482452e213646989678757b6082679d426a5 dc9f909c3bee9c07872c547461a9dbe7c8a827fb df4894f002392d7817f13fd137070b68e15f84fd e657edd44e6d2f92208a205f21e861fb4d80048f e6af707963d6d72225e80112557555cf75db2055 ead527b114a33d853f64a434abd6e126ee6b9441 ec8e4ebefbeb28388e507b228f6efe788dd8906b ee50bf42543f67fbcdddc0030b153981e87b8565 eed47e04d23411325c2e77fe157c781a6a9a9f72 f02f2e6a7e9afa7f9298b9b02c709d1702a832c9 f04d256371cabfc3e3189a44792319d3648640e8 f137650c4a8ff2af348d9cb603a7d89982934aef f169f93d94bf0b7ba0c845b6b02cfe18d0fda2ec f676b20a8b7e3aa347d1a5c8a74b2b491c9e26cc f9b2fc875d98f6af21d6cc55291551eaf629dc70 fbfd49500a930e9699fb3958a2a112e4eeffe4da fcf6d399c9fb86130d4b65f1bd0652276c844393 fd95898a1b9c10141b92ffcd02f981b68bfeca17 ff92e6cfd8f415e14e4841487e47f871ff2cefda
Postgresql-Catversion: 201809051
Timestamp: 2024-04-23 20:25:34+00

Package: postgresql-client-11
Source: postgresql-11
Version: 11.22-3.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7183
Depends: libpq5 (>= 11.22), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-11, postgresql-doc-11
Conflicts: postgresql-server-dev-11 (<< 11.6-2~)
Replaces: postgresql-server-dev-11
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-client-11_11.22-3.pgdg+3_arm64.deb
Size: 1469964
SHA256: 6f01dd9e9d00684a397b4e9f49093277bc4a9d5392a9cec69d2fcc85cbb8374a
SHA1: 60f24ff020c49c4df9a13683d0f8bbbaaf38c6bc
MD5sum: 406f64b5b2225bad73770f0a30057fc1
Description: front-end programs for PostgreSQL 11
 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 11. If you install
 PostgreSQL 11 on a standalone machine, you need the server package
 postgresql-11, 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.
Timestamp: 2024-04-23 20:25:34+00

Package: postgresql-client-11-dbgsym
Source: postgresql-11
Version: 11.22-3.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2011
Depends: postgresql-client-11 (= 11.22-3.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-client-11-dbgsym_11.22-3.pgdg+3_arm64.deb
Size: 1700080
SHA256: d88d317971c9e347fa66c0fa723fdcb875d07af739a4c0230f0d15ba1acd535a
SHA1: fcd83c446ce6c2eacc4b926fb58588dfdde12fe8
MD5sum: 1e7dc5fc04d379a03f746902784e54e2
Description: debug symbols for postgresql-client-11
Build-Ids: 047ba00a2941371886883046710b84b1220e10aa 0b918a9227afa6db1aed0fc2a9e7ba46c1a98620 0f20e75ca24b28ec37cf4a6d688584256f2930b0 144e60c316b4c0cca7067b38bcccc09507ca6068 14ad95cea931326555b5ed08d2e9b686aabe7ed5 173ec7cd208584744c89ac2af21c2d76cbc276c5 39592d611887c1142cc587b7f3714ccf7699d1b2 3d3607d5988bb88d3a671cff7e5dc0852b035bad 5b52877c2ba8298f02c11ca04865219676612c9c 7125e8c189c923689c013a16af8662dd2e6b51aa 725378070b8c9af53cd5ce21471dc7fc35bbc38c 99004a649602a15cea04afd5ebdf9db4d538218b 9c0c7c76b30e68a75456f94e368298acabec77bd a2141036259353c32dcd87089bfb2a430fd8b6b3 bc703d08e4b68aa2edd9eef15c986ec56ae7575c e6fe52479aedade20e3d40470afa083cbba0fa76 e7597055e715f0b6f7e23ee090f111e3d39b98b3
Timestamp: 2024-04-23 20:25:34+00

Package: postgresql-doc-11
Source: postgresql-11
Version: 11.22-3.pgdg+3
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14658
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-11/postgresql-doc-11_11.22-3.pgdg+3_all.deb
Size: 1887992
SHA256: 9a592379a285c3da8972c36b65c497f598be6b049f0535dd92b323863ea9bb15
SHA1: a33f55a069248ff1c47baaf009868bcf359a198c
MD5sum: 20dfa04d23e3553a323474755ec4604f
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 11. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-04-23 20:25:34+00

Package: postgresql-plperl-11
Source: postgresql-11
Version: 11.22-3.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 436
Depends: perl, postgresql-11 (= 11.22-3.pgdg+3), libc6 (>= 2.34), libperl5.38t64 (>= 5.38.2)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plperl-11_11.22-3.pgdg+3_arm64.deb
Size: 65548
SHA256: 6d5d0c0a38cdd0d0a38f79d4919a21e99862bd6d8d20c41ae2dc40cffe46b81d
SHA1: 5a0e054cf7ef55cc1d6aac88cd619a683e135d2e
MD5sum: 3af51dd41a9d7209a635aad278dd1ac6
Description: PL/Perl procedural language for PostgreSQL 11
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Perl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-04-23 20:25:34+00

Package: postgresql-plperl-11-dbgsym
Source: postgresql-11
Version: 11.22-3.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: postgresql-plperl-11 (= 11.22-3.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plperl-11-dbgsym_11.22-3.pgdg+3_arm64.deb
Size: 181220
SHA256: 75a53873929e26d6567a5b45009c152f124aedb332f58d63e54a90fdd9747b99
SHA1: 72153b6d80a9412458af77b602cd176db2346de6
MD5sum: 20d1641e78f64fb4d6c3dc5f6234327c
Description: debug symbols for postgresql-plperl-11
Build-Ids: 05c2a4256d739c413998d2feb4828c93e1370e52 381e53a1565ceb80ab83481a99ac7148e45eece0 6244746cbdc4f4c2e80c5dbf1d3781d4d0470371
Timestamp: 2024-04-23 20:25:34+00

Package: postgresql-plpython3-11
Source: postgresql-11
Version: 11.22-3.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 427
Depends: postgresql-11 (= 11.22-3.pgdg+3), libc6 (>= 2.17), libpython3.11t64 (>= 3.11.5)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11_11.22-3.pgdg+3_arm64.deb
Size: 76524
SHA256: 7d28b5b477b6ad27f7f8d9674ef86730a780df2a962153ae6a26680f55759d5c
SHA1: ff5084e42a35ac5f4fc2eceec93545527f6cb2b0
MD5sum: 14901de8b5389845b7a4fce43c8b3ee0
Description: PL/Python 3 procedural language for PostgreSQL 11
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Python 3.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-04-23 20:25:34+00

Package: postgresql-plpython3-11-dbgsym
Source: postgresql-11
Version: 11.22-3.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 224
Depends: postgresql-plpython3-11 (= 11.22-3.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11-dbgsym_11.22-3.pgdg+3_arm64.deb
Size: 173784
SHA256: e2072186a71cb3b11a62c32c9d51ea16533eb3951010cba24b3632fbe222a398
SHA1: b8b968c3429d554ba9b7dca53a411084ff8c8c45
MD5sum: 53c7473bf56f799d6e869ced0ff1e4db
Description: debug symbols for postgresql-plpython3-11
Build-Ids: 540e00431c41a570f60121b0c142c5751cae6480 8df8f5164a271aeed3248ffc230cc4f77ef2aec9 db51bbb5a81d2acc9802400662f02a4f72f3b306 db80c03b9904d7958750c058ee49148c14bd5885
Timestamp: 2024-04-23 20:25:34+00

Package: postgresql-pltcl-11
Source: postgresql-11
Version: 11.22-3.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-11 (= 11.22-3.pgdg+3), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11_11.22-3.pgdg+3_arm64.deb
Size: 41156
SHA256: f0d2481ecc4f0989ba35753b2ef370e4ca26c5fbb493191b854b41ae1dd5b099
SHA1: 13ad4ab168b06e8bb08955602dbcc925bf9520c4
MD5sum: 96f5e43f0c79e87c9e7a50a454a2c046
Description: PL/Tcl procedural language for PostgreSQL 11
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Tcl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-04-23 20:25:34+00

Package: postgresql-pltcl-11-dbgsym
Source: postgresql-11
Version: 11.22-3.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-pltcl-11 (= 11.22-3.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11-dbgsym_11.22-3.pgdg+3_arm64.deb
Size: 70460
SHA256: 9c512a3a1933fff6efdb4770c9e35030d1b9ac032f35a768da145c895eabb669
SHA1: c1051262871b81ea0b411b19b7eebce47ddf1249
MD5sum: 4bc54fe1122deaec8d852cb43fdb64e7
Description: debug symbols for postgresql-pltcl-11
Build-Ids: 903ebcc810d92b072d8262db76c4e2999163578f
Timestamp: 2024-04-23 20:25:34+00

Package: postgresql-server-dev-11
Source: postgresql-11
Version: 11.22-3.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5075
Depends: clang-15, libpq-dev (>= 11~~), llvm-15-dev, postgresql-client-11 (= 11.22-3.pgdg+3), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-11/postgresql-server-dev-11_11.22-3.pgdg+3_arm64.deb
Size: 929612
SHA256: 6d14507b460f1dcc61bfcdc6e82cddd7e07b14b27370f3ca2217fb384aaad809
SHA1: 4178d4d672797e8ead954a52d97e018981e6a612
MD5sum: f5b5ea6cb149fb8f02fe991e72d2eae0
Description: development files for PostgreSQL 11 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.
Timestamp: 2024-04-23 20:25:34+00

Package: libh3-1
Source: libh3
Version: 4.1.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 185
Depends: libc6 (>= 2.29)
Multi-Arch: same
Homepage: https://h3geo.org/
Priority: optional
Section: database
Filename: pool/main/libh/libh3/libh3-1_4.1.0-3.pgdg+1_arm64.deb
Size: 59292
SHA256: bf40686bb8b66fdf4ef3c0c21380f9c93ba152e311f7b6be68e02d260cc4f721
SHA1: c107d3b1cd21d795ca7676c33a116ca9b0d3130a
MD5sum: fe01a3854b52f6baf3d39f783332dcb4
Description: Hexagonal hierarchical geospatial indexing system - library
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the shared library.
Timestamp: 2024-05-01 13:21:19+00

Package: libh3-1-dbgsym
Source: libh3
Version: 4.1.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libh3-1 (= 4.1.0-3.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libh/libh3/libh3-1-dbgsym_4.1.0-3.pgdg+1_arm64.deb
Size: 81484
SHA256: 8b4477393442b3d7f16b27e6e47880a2099170c42b80b25f65788213b9c248a1
SHA1: d69c481d7d33f8da368c6e8dff7530aeabf81dcc
MD5sum: ee2ddd25776cb1f2bf556958d4e4a64c
Description: debug symbols for libh3-1
Build-Ids: b4767a22a65f3682afeb76c9ee92111d62207d45
Timestamp: 2024-05-01 13:21:19+00

Package: libh3-bin
Source: libh3
Version: 4.1.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 858
Depends: libh3-1 (= 4.1.0-3.pgdg+1), libc6 (>= 2.34)
Multi-Arch: foreign
Homepage: https://h3geo.org/
Priority: optional
Section: database
Filename: pool/main/libh/libh3/libh3-bin_4.1.0-3.pgdg+1_arm64.deb
Size: 48132
SHA256: dc19f707a36f40cb5a421050e6b1e29e104fdfd9ea47391b881e46a72b66aa10
SHA1: e98c07bf5574fa9d345e282394782bbebc69c0e0
MD5sum: 1a3781bf88557c5fe4442fa2bed5d5f6
Description: Hexagonal hierarchical geospatial indexing system - CLI programs
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains CLI front-end programs.
Timestamp: 2024-05-01 13:21:19+00

Package: libh3-bin-dbgsym
Source: libh3
Version: 4.1.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 337
Depends: libh3-bin (= 4.1.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/libh/libh3/libh3-bin-dbgsym_4.1.0-3.pgdg+1_arm64.deb
Size: 204484
SHA256: 4743ef3d5326cc6a65154932b33da58bb3f170a5bbf6cabd38de23644ead0e5a
SHA1: a064a6672cecee197dd9491ee95765a06b987d7a
MD5sum: c99f1f0a7cd40693fa57c1934c9fd091
Description: debug symbols for libh3-bin
Build-Ids: 098f03958ca9e41fd157697867e7847d767aeb93 2d8feeb43bb09e4f78c50f76ff5f3aff438402bb 38b6445081a38fe5e242f71718aa956c7644b10e 421aecfa6aee58081cc6d7c25504a24d59f89908 45f66d04cd21ead53dcb1e02b6cec74152e9bf51 4c2c8085cc8ed28555c500861f81689b31214601 7b0283689a60e65fc90247ccf851cd003afa5a97 8f8dc24ee7dc13fc62230625803ffb03b9128394 b6680ef9d3fc00a02128f108648ef69a4c5ad52a d5eda214620664c29f479943dd784aaa1599d3f2 e90dbf33a439a9b6010ae5a46d9a7cac55357de0 ea8f49245d7eb9e31fe45fcb61aa6a6cbcca1ce1
Timestamp: 2024-05-01 13:21:19+00

Package: libh3-dev
Source: libh3
Version: 4.1.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: libh3-1 (= 4.1.0-3.pgdg+1)
Homepage: https://h3geo.org/
Priority: optional
Section: database
Filename: pool/main/libh/libh3/libh3-dev_4.1.0-3.pgdg+1_arm64.deb
Size: 26548
SHA256: a1b99bf472769d230a90a77a2db5092857f4643c7db0c8b16c7e410941ea2110
SHA1: e24696b0ffa12748392b78290f49ccec5f3760ff
MD5sum: c170bfa59665fadd21de7ae3531e3a61
Description: Hexagonal hierarchical geospatial indexing system - header files
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the development headers.
Timestamp: 2024-05-01 13:21:19+00

Package: librdkit1
Source: rdkit
Version: 202309.3-3.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 22012
Depends: libboost-iostreams1.83.0 (>= 1.83.0), libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py311, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.34), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.2), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 3.0), libmaeparser1 (>= 1.3.1), libpython3.11t64 (>= 3.11.5), libstdc++6 (>= 13.1)
Homepage: http://www.rdkit.org
Priority: optional
Section: libs
Filename: pool/main/r/rdkit/librdkit1_202309.3-3.pgdg+2_arm64.deb
Size: 4324356
SHA256: 7181ec05d8419c4c2e550dfe06554c26554d69777579415f87b5d120cc8c8a65
SHA1: 7cb9ac24bd8118af8efafcea6641ba126180aac0
MD5sum: 151e593ec520009d09d82a2f5c0c0c08
Description: Collection of cheminformatics and machine-learning software (shared libraries)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the shared libraries.
Timestamp: 2024-05-01 13:21:19+00

Package: librdkit1-dbgsym
Source: rdkit
Version: 202309.3-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 104041
Depends: librdkit1 (= 202309.3-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/librdkit1-dbgsym_202309.3-3.pgdg+2_arm64.deb
Size: 101253496
SHA256: 47ca5a89e30717b4d34443c3cd425e80e86cfebb5291c383bef4ed6477541157
SHA1: 8c4c616b6c564d498672180a32f32dba7c1f8f7b
MD5sum: 738f04d1ce110ddd534474b590531e9b
Description: debug symbols for librdkit1
Build-Ids: 0a519d8770f125c70c774944c31612b3939693f8 0b15885718734c3bc0d97aa899270e1aca05a8e5 0ddf170aa1011ab5a0cf4422256459305b5c421b 112fc42833b80ee5534400d2fce745b47920246d 17e017b5d6f14273bf5728f81ca7395424f24e2a 1fc1decccb6782a61137cdb7d19cb298bb0493d3 21f50f5d0b2bbe2b701f5a0caebd1dca1beee835 22a5752f073d370f09c1a3783345a2fb9a60fe70 26ce4c29109f8e7d1e691a39b88f75d6a2b0816a 26e3ecc9fa6f9622d01e03d349881fce0ccbe31f 31e1392a0e854326f8d024c8ec25a488bf775d1b 3fa2e361ebe4a4ec57c472c3583fe55c17e4c2a5 40ffd01ed08ef1efe13b4d96975f536c67561745 43c9a8b38903c4fc3f0abcb94fcd15e56cf15b85 4528e0bf4d911ca2b00258cbb8b702d349bfaf4e 4ae9f28afd616e343a442fdd9a1ec653a64a8561 4b62f1a036ba81ede197aeb7dffe1483606863de 4d502c9accbee9c5ef999e6cb7031c6704f23a56 55933ed7dd4807eba36e0c98500eb8e2873a7a00 591133696289a5a37b14d7ac121b9a0b757cdef5 5995754fd4984addbb7733daed596412bfd0b9cc 59fff3b59de90919c7ea8f1b08fd72cd97fde256 5da2c16e05d2af9496354b3a5a98af7027cbf708 62c02cd097398e7d9b3922e6417cd3a52843259e 6377f04c837c374e57cb5e1f7d897fa39193b413 640066915ccfc29a43f501ecc3a2bacc67b2663b 68b79cbe1a59af018118776e631f4d1df7ceb111 6affba6fcf291ef4d82d3ab46f7b82f1b0f1372b 6d4462987302f1f0c2be893b9f3989009451a38d 775af17e2978f3da452d88cd23deefc67dc29b0f 82049354d234fbdf88e6eec77ff92a4a49fa53ba 82ad86f6453d4dd50bf266b464544bc63b2273b3 845b3a5fff533fecf18bc7949906cc520fd6ae56 8df35e15d188bf20ad4508ce27936c2c8711b9ef 8f24d3e0c184594d7eb26314f876085f6187bf09 93958c97fa50035598622b757cc610a2c692d085 94f5bace79729b01d48a3910849ee97ba4524649 9790da0207f7b3da0ded717594f03863a8bf0165 996e7165e7e3cc493374cfaa4d529a186fa984e2 9d4b814dff0830fd36f561e2ffbe10fcd15fdf20 a10d8de22bd7d0ce512663b60c67d0b95e6d06cd a70a1a7728df010102f0a98103d41d413b8f9fb0 b7ed7bb5699be7460a41d78f7bf7d64e0fac9bd9 bae177bc65ec79fa6db67cb3e24232c5c7ab5936 bae901862c9053b10d6719ac67c3ab85f7fd66e0 bff67aa73565aefd1ecc05ffff0fbe634fd281ef caf770eee681cbef3be82a50f51efcee3a74a205 d02f6b7c2eecf00172f10731bf0bcaf40e646117 d0fe493d3dbbd15d759f2fabfcbf92e411c09141 d1088fb1b9d690546656949bf4816aabd6a71008 e76f828533da58b85b0dd7b298e6f0c1d7a4d605 f09fa743b56aa68d0c5b03f4e6dbb7e838f533b8 f2f687d30d6d8864f9952e4351bb9361fd072b50 f829aec3d0f04f81506a7ea35ca1c52296f71884 fb6dd7b40d3941f89537c4ecde261dfa54ed4191 fc2867ee396b632f05f3d4cdccd53e687f4c3ed8 fd823ef62fee3a8901ff8493a1cff8c22559f3fd ff16acd661a7d2c031c01c0d829b3f2498ff3d09
Timestamp: 2024-05-01 13:21:19+00

Package: librdkit-dev
Source: rdkit
Version: 202309.3-3.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 2358
Depends: librdkit1 (= 202309.3-3.pgdg+2)
Homepage: http://www.rdkit.org
Priority: optional
Section: libdevel
Filename: pool/main/r/rdkit/librdkit-dev_202309.3-3.pgdg+2_arm64.deb
Size: 415088
SHA256: 45c780169b80dcbed4f1254bf242488d04d809c8c887b14f7b8bc411f6513b07
SHA1: 309bd91d0ad9f9cd7c1d58370fda43da957c8475
MD5sum: 61b4d90cb64a239c159333b9f9fb4ae4
Description: Collection of cheminformatics and machine-learning software (development files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the header files.
Timestamp: 2024-05-01 13:21:19+00

Package: ora2pg
Version: 24.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1558
Depends: libdbd-mysql-perl | libdbd-oracle-perl, libdbd-pg-perl, libdbi-perl, libio-compress-perl, perl:any
Recommends: postgresql-client
Homepage: https://ora2pg.darold.net/
Priority: optional
Section: database
Filename: pool/main/o/ora2pg/ora2pg_24.3-1.pgdg+1_all.deb
Size: 434280
SHA256: 8a370bc277cad27bd7db18f29e60c4a60121b905cd7c0f8977dc06c7b363739b
SHA1: fbe8afaa7ca7a141591cb9a20390b474f6833344
MD5sum: 2a54775e28f9648a93a0d87923eedbb3
Description: Oracle/MySQL to PostgreSQL database schema converter
 Ora2Pg migrates Oracle and MySQL database schemas to PostgreSQL. It connects
 to the database, scans it automatically and extracts its structure or data.
 It then generates SQL scripts you can load into PostgreSQL.
Timestamp: 2024-05-01 13:21:19+00

Package: oracle-libs
Version: 5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: libaio1t64 | libaio1, wget, unzip
Homepage: https://www.oracle.com/database/technologies/instant-client.html
Priority: optional
Section: database
Filename: pool/main/o/oracle-libs/oracle-libs_5.pgdg+1_all.deb
Size: 3444
SHA256: f8189eca8267954ed6d29dd2db31c7b7e55e18894217bf44432624cd352dfab6
SHA1: 245b42c3919d9cb8ce8e5a466fd4c60235492738
MD5sum: 6d78a920b50740c79540b3f3bb66ab25
Description: downloader for Oracle Instant Client libraries
 This package retrieves and installs the Oracle Instant Client libraries.
Timestamp: 2024-05-01 13:21:19+00

Package: patroni
Version: 3.3.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1385
Depends: python3-cdiff, python3-click (>= 4.1), python3-dateutil, python3-pkg-resources, python3-prettytable (>= 0.7), python3-psutil, python3-urllib3, python3-yaml, python3:any, python3-psycopg2, python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes | python3-pysyncobj
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_3.3.0-1.pgdg+1_all.deb
Size: 261164
SHA256: b053a5ffcd008b0ff4bc776ee1c484c12ea1f72a4795b73b66a9ac16e1f3b808
SHA1: 4673f2ead5476cadd72f6e8db163cddcae5600dc
MD5sum: 91d32320392c7362b7c86ee9ea4b8594
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2024-05-01 13:21:19+00

Package: patroni-doc
Source: patroni
Version: 3.3.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6664
Depends: libjs-sphinxdoc (>= 7.2.2), sphinx-rtd-theme-common (>= 2.0.0+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_3.3.0-1.pgdg+1_all.deb
Size: 509152
SHA256: ed5e22bd9144823393684cfbe8d7cf1b2fc6a2bea6af47d240fda133eb99f9d9
SHA1: 02d210248f2514012477c2d2a69c5f38a6a7482a
MD5sum: f2be35a407433aad2d442949f34d73f6
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2024-05-01 13:21:19+00

Package: pgbouncer
Version: 1.22.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 632
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: postgresql-common (>= 26), libc6 (>= 2.36), libcares2 (>= 1.12), libevent-2.1-7t64 (>= 2.1.8-stable), libpam0g (>= 0.99.7.1), libssl3t64 (>= 3.0.0), libsystemd0
Suggests: python3, python3-psycopg2
Enhances: postgresql (>= 7.4)
Homepage: https://www.pgbouncer.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbouncer/pgbouncer_1.22.1-1.pgdg+1_arm64.deb
Size: 223116
SHA256: 24e83fb76eef7bc8f37541f25f20e2dca7ce23f26c399860418c1ab3483c9c65
SHA1: 52566ac45b883b3001ba8200b1f88064818f14d3
MD5sum: 7c4116ee83cbddf289ff88a22e574657
Description: lightweight connection pooler for PostgreSQL
 PgBouncer is a lightweight connection pooler for PostgreSQL providing the
 following features:
 .
  * Several different methods of pooling 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.
Timestamp: 2024-05-01 13:21:19+00

Package: pgbouncer-dbgsym
Source: pgbouncer
Version: 1.22.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 595
Depends: pgbouncer (= 1.22.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbouncer/pgbouncer-dbgsym_1.22.1-1.pgdg+1_arm64.deb
Size: 543212
SHA256: da5775a84b473a76fca14a7b77493831c57012f542e9a4fd2e7467cb2663d924
SHA1: 89755881cc7271d04526f0be57ef31f0fda0bb52
MD5sum: 1fe3bf709e9e74cf55aadb84dd71dae2
Description: debug symbols for pgbouncer
Build-Ids: 4289121aa003dbfbfbcbecd47e6c7fbd3b80675b
Timestamp: 2024-05-01 13:21:19+00

Package: pgtap
Version: 1.3.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28
Depends: postgresql-pgtap, libtap-parser-sourcehandler-pgtap-perl
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/pgtap_1.3.3-1.pgdg+1_all.deb
Size: 20868
SHA256: c2f214439ef6d3be02519316808798c1df3d470237d8e01afdcd89fd78a345b4
SHA1: e8103ab6d451e9f010a299d46d143122aebaeb7e
MD5sum: 68b593728abc541582c02517bb32fa62
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.
Timestamp: 2024-05-01 13:21:19+00

Package: pgtap-doc
Source: pgtap
Version: 1.3.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 356
Multi-Arch: foreign
Homepage: https://pgtap.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgtap/pgtap-doc_1.3.3-1.pgdg+1_all.deb
Size: 66768
SHA256: 19e95ee7a2d2eb2dad3c631b3d2069fbf996f9fd3801aee2a57ad7e05200de33
SHA1: 78c97f86720940660558e38e30c2f72456b54fe0
MD5sum: 5829416a1cabf6300a134e6762046cd9
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.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-10-debversion
Source: postgresql-debversion
Version: 1.1.2-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: libapt-pkg6.0t64 (>= 0.8.0), libc6 (>= 2.17), postgresql-10
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-10-debversion_1.1.2-3.pgdg+2_arm64.deb
Size: 8928
SHA256: f207ab81e57b10c71fb694e4e7ded0886cc78d14cb9573218003200a24d516b9
SHA1: eb1949edd821a5638a3d30ec3bf161478c82638c
MD5sum: 3efbe217f2d02cf7a5ca32005d87d68f
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()
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-10-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.2-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-10-debversion (= 1.1.2-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-10-debversion-dbgsym_1.1.2-3.pgdg+2_arm64.deb
Size: 17804
SHA256: 5942d77760275c4e065b8d3b38173e5effd30176a9e13bad7a22e20d3dde7d56
SHA1: c7e173dbed54c662e613ed09f0442e3bec84ca09
MD5sum: a8dd3afc98d7e6a9c620c3aba1d01571
Description: debug symbols for postgresql-10-debversion
Build-Ids: e33958ef3eff893966fbfb744e754ef0f65b6501
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-10-decoderbufs
Source: postgres-decoderbufs
Version: 2.6.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-10, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs_2.6.1-1.pgdg+2_arm64.deb
Size: 14364
SHA256: 0fe42e7828f180edfd5f1ffaee5cfdbd6ea78385193b66ac018c45e8b4f4379a
SHA1: 3a118ed8ec2eef4d817d59d4737c8e8d1de5f93c
MD5sum: 91c56b406491382fca2ab631f6cbe155
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-10-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.6.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-10-decoderbufs (= 2.6.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs-dbgsym_2.6.1-1.pgdg+2_arm64.deb
Size: 37696
SHA256: 997bdb36c3fbc69cf6bb36165193379212bc07844ab871e12fb101b926e293bf
SHA1: 762ce22b54514605246e10ee33cf3e11ca92ec32
MD5sum: 733441e4898738c12afff26bc05703ba
Description: debug symbols for postgresql-10-decoderbufs
Build-Ids: 77b4c8a6ea208a3787df8e02adc35f4745468c76
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-10-http
Source: pgsql-http
Version: 1.6.0-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: postgresql-10, libc6 (>= 2.17), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-10-http_1.6.0-4.pgdg+2_arm64.deb
Size: 18472
SHA256: 679bbd54ffad26a75aad064293282d97fc02bace459429abe243a639ed4b6db8
SHA1: db610d58c87db0f8047225ee54e8f15998587875
MD5sum: 7498b2659bff1dc7eab3a5da3680b1df
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-10-http-dbgsym
Source: pgsql-http
Version: 1.6.0-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-10-http (= 1.6.0-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-10-http-dbgsym_1.6.0-4.pgdg+2_arm64.deb
Size: 55340
SHA256: b6f9c39463779a6e09c596c98bd9eec1e3256eb2e0c68ee3bda54d19512d1524
SHA1: 4b9e45373dcd1a1e1495e7c2f2b557cfa2c0ff5c
MD5sum: 285197900eac26d0e0dd67c166932af3
Description: debug symbols for postgresql-10-http
Build-Ids: 322b1753bff15cbd75533d61468801702ec3cc09
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-10-pgpcre
Source: pgpcre
Version: 0.20190509-7.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-10, libc6 (>= 2.17), libpcre2-8-0 (>= 10.22)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-10-pgpcre_0.20190509-7.pgdg+2_arm64.deb
Size: 9592
SHA256: 3c9dc453c78b45d0e9f78d18b3bff1c06944a53f9efd3ec8337226f58e04579b
SHA1: e30b218d083e2f04f04ab9d230fb66a0c9626503
MD5sum: b6ef719e89557c7807f9ece2d7100f15
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-10-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-7.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-10-pgpcre (= 0.20190509-7.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-10-pgpcre-dbgsym_0.20190509-7.pgdg+2_arm64.deb
Size: 14984
SHA256: 6fa917225f248ea97afb1cc3d5af87447a8527ee253f11fae5a2818b01859e2a
SHA1: 0c00f36e6dc17e5a5bc26f1cfa2bab3cff9d5360
MD5sum: e8b2d65b33ce58261522386e4c6982fb
Description: debug symbols for postgresql-10-pgpcre
Build-Ids: 0b4cd744693b083fececa1246aaba613a0b1ede3
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-10-pg-rrule
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: libc6 (>= 2.17), libical3t64 (>= 3.0.0), postgresql-10
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-10-pg-rrule_0.2.0+git20211101.d7d10f2-1.pgdg+1_arm64.deb
Size: 10716
SHA256: 212a053070a1b5dbf671bd67153995b5cd7842b2cd1f1e4ade7b566c49bd8055
SHA1: d46b51e37de93f637d4a99e70bf6c578e60fa217
MD5sum: 20440da33014182cf473900208dac9a1
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-10-pg-rrule-dbgsym
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-10-pg-rrule (= 0.2.0+git20211101.d7d10f2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-10-pg-rrule-dbgsym_0.2.0+git20211101.d7d10f2-1.pgdg+1_arm64.deb
Size: 19732
SHA256: ae1e3367e53ac5a5947aaf959ccb6a3d03e227fe616e471affea66e0d39fbdb5
SHA1: fcfe1f5d7c72a49f6dcc433dc9df1f9ec8ba2ba5
MD5sum: 53f9172f704622a8655bb8b5198fd07f
Description: debug symbols for postgresql-10-pg-rrule
Build-Ids: 0a8f0a737184f32831311f3e165554d1df2119ab
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-10-pgsphere
Source: pgsphere
Version: 1.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1054
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1), postgresql-10
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-10-pgsphere_1.5.1-1.pgdg+1_arm64.deb
Size: 176972
SHA256: 2f88ca2c386f57382d6d355eb196544b5b0b051fe28b3ba793996266d1f25286
SHA1: 3254d5d7183a78cee77a677e652202cae8843478
MD5sum: 63f05aef01f2c5a14c54e8331278a9f8
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-10-pgsphere-dbgsym
Source: pgsphere
Version: 1.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 417
Depends: postgresql-10-pgsphere (= 1.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-10-pgsphere-dbgsym_1.5.1-1.pgdg+1_arm64.deb
Size: 358492
SHA256: 446b8ae8d3c8144798a54362eb89e6b9e2e8e3aed3a9c200ca658acf85744380
SHA1: e4fedb653bff290d0be0b7f5ee87cb4a913f60a2
MD5sum: 9cd357c13997e5f643f4935bf94d7fd6
Description: debug symbols for postgresql-10-pgsphere
Build-Ids: c3316519c3056ccae882db51d1473130e453be5f
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-10-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.3-1.pgdg+2
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 138
Depends: libc6 (>= 2.17), postgresql-10, postgresql-contrib-10
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-10-pg-stat-kcache_2.2.3-1.pgdg+2_arm64.deb
Size: 18368
SHA256: 497cd5842f27ef0b37bddf5ca250919f2bbc98d780a2bd6c6ea263ab73c2ecc3
SHA1: 8b71c8185ac6508495c414b62d0c3bf2ccdc3e21
MD5sum: 3f02c65734a5c8eaf6bd703a6eadb97a
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-10-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 58
Depends: postgresql-10-pg-stat-kcache (= 2.2.3-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-10-pg-stat-kcache-dbgsym_2.2.3-1.pgdg+2_arm64.deb
Size: 41644
SHA256: 38b4f629c789c60ff2ebc62797967a87845dd3fcc7e442c47389c013000f5662
SHA1: fba1622eba81f3cc0ee41195b8e10d68b18ec74a
MD5sum: 7c49bdace468a08a29c6439c5911a33c
Description: debug symbols for postgresql-10-pg-stat-kcache
Build-Ids: 065c8c7364657b65afb3c19366f143413a776c96
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-10-pgtap
Source: pgtap
Version: 1.3.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1795
Depends: postgresql-10
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-10-pgtap_1.3.3-1.pgdg+1_all.deb
Size: 62888
SHA256: ff0c905d37704e3a63b29d116d33ed435e1dbed989cd4d77f696a5e67aefcbb6
SHA1: 56c4e0a5d24bab275ab2c8f68a4d2984cae83d33
MD5sum: f7ec9b33e62e872457d443a1f5714554
Description: Unit testing framework extension for PostgreSQL 10
 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 10.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-10-rdkit
Source: rdkit
Version: 202309.3-3.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 507
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202309.3), libstdc++6 (>= 13.1), postgresql-10
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-10-rdkit_202309.3-3.pgdg+2_arm64.deb
Size: 208948
SHA256: 78d335fbb5f46ce6f15048900c14f612149a5930a9cc365b649c0d3253b12de4
SHA1: 59635609feae05499c75ff86d48547f0577dd56b
MD5sum: 5273b3c979dc3ad0bcea82181559b0e9
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-10-rdkit-dbgsym
Source: rdkit
Version: 202309.3-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1145
Depends: postgresql-10-rdkit (= 202309.3-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-10-rdkit-dbgsym_202309.3-3.pgdg+2_arm64.deb
Size: 1080084
SHA256: b63ab6df0232213db78c412de594131d3b10cf2365b0a83dac62614e53ac68cc
SHA1: 2963c858901dc98826b741cddd07790236788d69
MD5sum: 5e43a839ccce9f52bd1ea02ca94c7160
Description: debug symbols for postgresql-10-rdkit
Build-Ids: 7f932422f685d3b472c0c597d8acff4d665f242b
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-10-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.4-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 311
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-10-roaringbitmap_0.5.4-2.pgdg+2_arm64.deb
Size: 85480
SHA256: aeeb35dda779df0622b7c5fe29242f2ed26d91b87edd0ae80116488082569609
SHA1: 10d546e6ccb3899f03bb140a02482cb6413edd01
MD5sum: d21f40e9ba483d55b1be4235861f5ddd
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-10-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.4-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 380
Depends: postgresql-10-roaringbitmap (= 0.5.4-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-10-roaringbitmap-dbgsym_0.5.4-2.pgdg+2_arm64.deb
Size: 348792
SHA256: bf0af703e2a55121c5285fc80af3c01cca1839f7e327c70a5b9fe2c9bccae126
SHA1: ad734b73d036af8281e24a6494b2040f7b0728b8
MD5sum: 24233ffd8dbc767c4dcb743ed832f2e6
Description: debug symbols for postgresql-10-roaringbitmap
Build-Ids: 9af91e325e7b9e6bb44818586b23efeaf0239d20
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-11-debversion
Source: postgresql-debversion
Version: 1.1.2-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libapt-pkg6.0t64 (>= 0.8.0), libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 15)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-11-debversion_1.1.2-3.pgdg+2_arm64.deb
Size: 13908
SHA256: 839cdddbc6069ba83d6c42d83786314b677725ccf7ad62ef670e492452453df7
SHA1: 5661522d304db6112cd9107babcb1412967cdc80
MD5sum: f5a2c0271756b464bc8c6d3f05629af3
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()
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-11-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.2-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-11-debversion (= 1.1.2-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-11-debversion-dbgsym_1.1.2-3.pgdg+2_arm64.deb
Size: 17960
SHA256: aa949fb80aaf54e64a29c4e86e3601b670f8987ad885348ca29ce484f50cef06
SHA1: 0c3f8301004703a6b1f218ac8c53287ba6940b38
MD5sum: a9c242557738f8e7a9067eea2c7670ad
Description: debug symbols for postgresql-11-debversion
Build-Ids: 8c587ab716c8aad35552a9201d27b67f968d9b8d
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-11-decoderbufs
Source: postgres-decoderbufs
Version: 2.6.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-11, postgresql-11-jit-llvm (>= 15), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs_2.6.1-1.pgdg+2_arm64.deb
Size: 43844
SHA256: 4c16a32c9c5f6b28e7042bd949b43b7d100ca199cd4e3270ef7af762d9dfb643
SHA1: b0cb66a55c7f5aea8dfa1b683b88d091e63058dc
MD5sum: 5eeace1a77b0e0d31a46d487123dffd1
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-11-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.6.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-11-decoderbufs (= 2.6.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs-dbgsym_2.6.1-1.pgdg+2_arm64.deb
Size: 38196
SHA256: b9ef00dae514f1fe2ac0f2c4325dbb86253a79f3804644c09b310c4bb85790a5
SHA1: 8d81475d7c4f93d93d4eb6a1f4ec759a3aea6eab
MD5sum: 845752ca110b9a47b7c1287c024a3890
Description: debug symbols for postgresql-11-decoderbufs
Build-Ids: d06ddbf41ba0e1c7de25ed937fc89a479a48e432
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-11-http
Source: pgsql-http
Version: 1.6.0-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-11, postgresql-11-jit-llvm (>= 15), libc6 (>= 2.17), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-11-http_1.6.0-4.pgdg+2_arm64.deb
Size: 47140
SHA256: 669e733aaf721185e25ea13d87a2735c5a3027656bdfbef6b93f584e8e557b97
SHA1: 82d826c843e60f500674882b2f67b2cc79e7ec20
MD5sum: 270adc88c4c7b297a858186115f1abbf
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-11-http-dbgsym
Source: pgsql-http
Version: 1.6.0-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-11-http (= 1.6.0-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-11-http-dbgsym_1.6.0-4.pgdg+2_arm64.deb
Size: 54344
SHA256: 4619a9836a9e51302a1331fb51e142081b61f087fa3a7dae1aa10ecc8105ca9d
SHA1: ca942c647d0ee0418e42f0b96e5c68b1a92ae5ac
MD5sum: bc721eccb26121154445da91cda5e36b
Description: debug symbols for postgresql-11-http
Build-Ids: c12d6a8965e5adf81119b821306f64b5b2028adb
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-11-orafce
Source: orafce
Version: 4.9.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1262
Depends: postgresql-11, postgresql-11-jit-llvm (>= 15), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_4.9.4-1.pgdg+2_arm64.deb
Size: 404896
SHA256: f4e490fc23c97c98b9d5afce9c2a2ad0943e432ed7490b0cf4546f8c84783478
SHA1: 337771d11bbe0d54529e9ff4df1610c78a977b96
MD5sum: 46d859387bb7e17766aaef34e2a35cc9
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 4.9.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 323
Depends: postgresql-11-orafce (= 4.9.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_4.9.4-1.pgdg+2_arm64.deb
Size: 271464
SHA256: 8b97cc9122ebd60adb4027ac8bb87b0fea433daede617b76c54b2f7c286d9e98
SHA1: bec4b76bacba3fce10888d96223524cc669b4c60
MD5sum: d73135ac508fa4951a84e62591c24383
Description: debug symbols for postgresql-11-orafce
Build-Ids: 35f52a298605f801a12761c6aa8371c886910cb3
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-11-pgpcre
Source: pgpcre
Version: 0.20190509-7.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-11, postgresql-11-jit-llvm (>= 15), libc6 (>= 2.17), libpcre2-8-0 (>= 10.22)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-11-pgpcre_0.20190509-7.pgdg+2_arm64.deb
Size: 19068
SHA256: f125c136218041345b7202559ecf65404d1cc82f76e99caa0c9b48242c7e528a
SHA1: ef5c9ffd4be51e320565cc20b9b2277602f6d561
MD5sum: cdf4390fe204df0e3ba93ec65ba7e43f
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-11-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-7.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-11-pgpcre (= 0.20190509-7.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-11-pgpcre-dbgsym_0.20190509-7.pgdg+2_arm64.deb
Size: 15100
SHA256: 77b52094ab8fd2caabed13fd7e0c6f25fcb5a7f527c05c1f2a5797d2265c3277
SHA1: a1bc308f6b8f78eb342ed085a45f1c645bfb91a9
MD5sum: 3cf01c17a6e0687e12b5ba51a482093e
Description: debug symbols for postgresql-11-pgpcre
Build-Ids: d8f01c9cf9b4f5123c22353b075da9137cf1d87f
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-11-pg-rrule
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: libc6 (>= 2.17), libical3t64 (>= 3.0.0), postgresql-11, postgresql-11-jit-llvm (>= 15)
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-11-pg-rrule_0.2.0+git20211101.d7d10f2-1.pgdg+1_arm64.deb
Size: 24824
SHA256: 41044a429015f8a2e72d988da1c2a544ff703a84087ba2064d4aade31f876469
SHA1: 206ec424828d081b68bbf344d5c8d4c030376c51
MD5sum: 8af5839214e7c2c301807be4af7dd19f
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-11-pg-rrule-dbgsym
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-11-pg-rrule (= 0.2.0+git20211101.d7d10f2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-11-pg-rrule-dbgsym_0.2.0+git20211101.d7d10f2-1.pgdg+1_arm64.deb
Size: 19840
SHA256: d5ef69bd0afe14844413ecab82102e46b200208f6da4509cbd3c4b05c7c6a24c
SHA1: 0081b92f5fba80dcac88ec5a585f93ec28937524
MD5sum: 1dae49e1e444bfb29cac2477705e7c2f
Description: debug symbols for postgresql-11-pg-rrule
Build-Ids: f0ff2105be6101d6b0f30e2aaeae19d3e4dedfc6
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-11-pgsphere
Source: pgsphere
Version: 1.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1679
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1), postgresql-11, postgresql-11-jit-llvm (>= 15)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-11-pgsphere_1.5.1-1.pgdg+1_arm64.deb
Size: 430496
SHA256: 0676de1993f3979f837d79c7bfde0b2fc3a3199088f7342bd5530a5e95c2967b
SHA1: 543b4c79a40be7a01aad9951e6d26f5a97b391f0
MD5sum: 453566bab90f51bb839d5510ad6f146a
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-11-pgsphere-dbgsym
Source: pgsphere
Version: 1.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 419
Depends: postgresql-11-pgsphere (= 1.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-11-pgsphere-dbgsym_1.5.1-1.pgdg+1_arm64.deb
Size: 360848
SHA256: 3a4cf1504e0c1291753f10a4bb994a7441345cd585b05c4b8ff602b4758a67b2
SHA1: ed93d33d33d486aacfd1e102edcdf44e1db99094
MD5sum: e485e9b27261008006343f4909401b44
Description: debug symbols for postgresql-11-pgsphere
Build-Ids: c09b89e95929d1308788c5f6c477afa13218d0de
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-11-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.3-1.pgdg+2
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 173
Depends: libc6 (>= 2.17), postgresql-11, postgresql-11-jit-llvm (>= 15), postgresql-contrib-11
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-11-pg-stat-kcache_2.2.3-1.pgdg+2_arm64.deb
Size: 38124
SHA256: 5512997bfafe40cad586f3e953e8195f660bcf2ee18a912b88b42bb4ccf66d42
SHA1: 1769d73fc9f1987f60b27be580e15603f99d102a
MD5sum: c1083528b54bb73b470078afbc751550
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-11-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 51
Depends: postgresql-11-pg-stat-kcache (= 2.2.3-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-11-pg-stat-kcache-dbgsym_2.2.3-1.pgdg+2_arm64.deb
Size: 34780
SHA256: 0299bd3dc5c9056c135eae8a2bc4d902b4e01295bf09523c34929c44ba749101
SHA1: 99d7ec3ba6504ec385d87740efe853e5cf56d63b
MD5sum: 4d8c13f3ab5594f05fcf95a177a2d02f
Description: debug symbols for postgresql-11-pg-stat-kcache
Build-Ids: 87f9d8a3cb6a409d3676f674a013457537080854
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-11-pgtap
Source: pgtap
Version: 1.3.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1795
Depends: postgresql-11
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-11-pgtap_1.3.3-1.pgdg+1_all.deb
Size: 62876
SHA256: 92cfa31020a066d067869a1761a9af102b88ca990dff16f5d9d9c8738f7ecd63
SHA1: 9e29d63aa70453298dcef2cc46d1b8ecaf240665
MD5sum: 6ca691114f339492beb59abc70604cc0
Description: Unit testing framework extension for PostgreSQL 11
 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 11.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-11-rdkit
Source: rdkit
Version: 202309.3-3.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1252
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202309.3), libstdc++6 (>= 13.1), postgresql-11, postgresql-11-jit-llvm (>= 15)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-11-rdkit_202309.3-3.pgdg+2_arm64.deb
Size: 522164
SHA256: 987eec3bac5d53ab447a3005fe4374f9ce2f01b64ce9b379a8104283443a1a10
SHA1: e5f0377605fde340bb8ecd88032366898cf73c60
MD5sum: f99457629b790abc77760425497faecf
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-11-rdkit-dbgsym
Source: rdkit
Version: 202309.3-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1145
Depends: postgresql-11-rdkit (= 202309.3-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-11-rdkit-dbgsym_202309.3-3.pgdg+2_arm64.deb
Size: 1080092
SHA256: 94f5409a5a81644a522ac7039bb27ba9472f6e3dde3feba725eb81c0d8d4eb8c
SHA1: c9b7f806ff6941c8b42969e05ff6d6dd2b9ecf82
MD5sum: fc193bce91579dd028b2cc0803f01787
Description: debug symbols for postgresql-11-rdkit
Build-Ids: cc8f7a9b8586f8f6fa50cc2d9d0b8e244dcc61ae
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-11-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.4-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 728
Depends: postgresql-11, postgresql-11-jit-llvm (>= 15), libc6 (>= 2.17)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-11-roaringbitmap_0.5.4-2.pgdg+2_arm64.deb
Size: 300340
SHA256: 4ce9a719322643ef53c8586c52371b0f0c7c4ed284026808d581270c59a28a06
SHA1: 823026f74aa78136fda7a88ed37c3d731521bfbc
MD5sum: f05914ec8c17d21844f7b490448870b4
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-11-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.4-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 378
Depends: postgresql-11-roaringbitmap (= 0.5.4-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-11-roaringbitmap-dbgsym_0.5.4-2.pgdg+2_arm64.deb
Size: 347316
SHA256: 93ae5fddc16b34c237a419d1bbba54cd9aad6fc0687cd69d99cc660c30897e4f
SHA1: b497e7de021491499ecac03aebd9f923533239f3
MD5sum: b3d744e1b2ff376892a896b866afcc6a
Description: debug symbols for postgresql-11-roaringbitmap
Build-Ids: 306aedd1ca17feed684e20f7302f3502f4b1a06f
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-12-debversion
Source: postgresql-debversion
Version: 1.1.2-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libapt-pkg6.0t64 (>= 0.8.0), libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 16)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-12-debversion_1.1.2-3.pgdg+2_arm64.deb
Size: 13944
SHA256: 4a0a28ca4ac14474d64d58741543478d21fedb2c1f9d6722cc27d1a9914570d4
SHA1: bc27f7baf717804164747652a955ec17eab2277c
MD5sum: 9cda6558291ba0586ca35596f80d9fa0
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()
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-12-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.2-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-12-debversion (= 1.1.2-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-12-debversion-dbgsym_1.1.2-3.pgdg+2_arm64.deb
Size: 18068
SHA256: eb4a666130119b3106ee1b55c3a5228f55a3750990af0689ed2c5c3b6222cd6a
SHA1: 820f6268ee2de3a2d3d1d31263660d85949c4810
MD5sum: 9707975e41356e9fc09a229d4619c230
Description: debug symbols for postgresql-12-debversion
Build-Ids: c6ec27eef7c73dd4cbe3eb9988f4085e16bd7b6e
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-12-decoderbufs
Source: postgres-decoderbufs
Version: 2.6.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs_2.6.1-1.pgdg+2_arm64.deb
Size: 43796
SHA256: 68278f9ec36825215a541af9c8d0f01d1b93e5d232acf417e813fdf1f84288c7
SHA1: dca34c5518017aabbe90167ea6b099475f9d6458
MD5sum: c532e23bc5f188222727a0e3d5101855
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-12-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.6.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-12-decoderbufs (= 2.6.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs-dbgsym_2.6.1-1.pgdg+2_arm64.deb
Size: 38848
SHA256: b469a34375d07fcf0621fbdec1af164635e95bf3b8d8a5d499655445e84ebb45
SHA1: 7405fb49ae18714863198387eca749eaf66ebb3d
MD5sum: 1590a980d303d894ceb31277dacaedc4
Description: debug symbols for postgresql-12-decoderbufs
Build-Ids: 7b5e5cc5448d5e19a252caf1651016948e3af521
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-12-http
Source: pgsql-http
Version: 1.6.0-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-12-http_1.6.0-4.pgdg+2_arm64.deb
Size: 47328
SHA256: 72022ef7d050a283442e10b5af4494114cb4cd42669f0e7d8e297ae1d27d9136
SHA1: 2495c593196020cf5d970bfe993a80074cdfab26
MD5sum: 4027a85438eaabeb63118da9ad503dfa
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-12-http-dbgsym
Source: pgsql-http
Version: 1.6.0-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-12-http (= 1.6.0-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-12-http-dbgsym_1.6.0-4.pgdg+2_arm64.deb
Size: 55956
SHA256: 553357d4dc4eee3db99ec3149fb4690711b23f7e840ccb9297a04aa82542d7c6
SHA1: f7cb2978f572588fcde247fd0216efa0e35518cf
MD5sum: 0c539db653ddd71a70126ff82d52970d
Description: debug symbols for postgresql-12-http
Build-Ids: c002e69612b70d7c37e81369d1e1c9c8ad734462
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-12-orafce
Source: orafce
Version: 4.9.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1270
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_4.9.4-1.pgdg+2_arm64.deb
Size: 400780
SHA256: d067a9bd2129bb914f7493388078dbf5ad84b1d1f864a8ed4e874b19454dad07
SHA1: 4e24800c06b380070ed07b9eed6cb63504371e98
MD5sum: e035e621e7d193370d64e35c6e08d5ca
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 4.9.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 329
Depends: postgresql-12-orafce (= 4.9.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_4.9.4-1.pgdg+2_arm64.deb
Size: 277316
SHA256: f0ac8efeaa8a857b85cd6387a117ae029871764e1e6e96c3b7d108df1865884e
SHA1: f98fd395115997b5a97279684fd47fd643d71488
MD5sum: 649493651819ca7b051119cdc8cae9ce
Description: debug symbols for postgresql-12-orafce
Build-Ids: 94a048b55861020ba5a304b14fc6200650fcf74e
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-12-pgpcre
Source: pgpcre
Version: 0.20190509-7.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17), libpcre2-8-0 (>= 10.22)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-12-pgpcre_0.20190509-7.pgdg+2_arm64.deb
Size: 19384
SHA256: 9ce1ac2a1050bf2046cea39524358e64f1401c927cae8d34dbe4768def0bcf6f
SHA1: 9eb4af18ad07c3a6c67bc7cdce12b63ebfe11c21
MD5sum: c9a0bb5829fd7855ebeeee52ce596004
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-12-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-7.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-12-pgpcre (= 0.20190509-7.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-12-pgpcre-dbgsym_0.20190509-7.pgdg+2_arm64.deb
Size: 15276
SHA256: c7c48077ed5faeb019e722a2ac1ac70b7e5b3fe3108710180fb3908885c6b177
SHA1: bca65cdfdc0dbd0d7f2c8655d9637617b950ddd1
MD5sum: cf6667e5663df4f52cdcfc036f173c58
Description: debug symbols for postgresql-12-pgpcre
Build-Ids: 5dc3baaf41552c83071b8123c0cce96991b1a4ea
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-12-pg-rrule
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: libc6 (>= 2.17), libical3t64 (>= 3.0.0), postgresql-12, postgresql-12-jit-llvm (>= 16)
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-12-pg-rrule_0.2.0+git20211101.d7d10f2-1.pgdg+1_arm64.deb
Size: 24784
SHA256: 168a5c45ea9343773da172dab118d092413d739e7d615acb6ff537692b237b2a
SHA1: a0af77ec506d606623ca27c61b762acce8986d3c
MD5sum: 93251c25ecdae87eec55f84cbc703b41
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-12-pg-rrule-dbgsym
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-12-pg-rrule (= 0.2.0+git20211101.d7d10f2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-12-pg-rrule-dbgsym_0.2.0+git20211101.d7d10f2-1.pgdg+1_arm64.deb
Size: 20040
SHA256: d87a7ef7ea66ac96bbcaaa024542624af41eebf9d83453882796553742e59920
SHA1: f07a6722851c7d2cc89f2fbb32001650d4a76e5b
MD5sum: f08e54fa34b18bec9a9fd36d07cbc51c
Description: debug symbols for postgresql-12-pg-rrule
Build-Ids: 1fd6152d768c55b0d9867a248abd980ef84e7aca
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-12-pgsphere
Source: pgsphere
Version: 1.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1692
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1), postgresql-12, postgresql-12-jit-llvm (>= 16)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-12-pgsphere_1.5.1-1.pgdg+1_arm64.deb
Size: 435708
SHA256: e53628282aca293b3bb5f46989b425d1f09f388276344729035b3d8d8b718ac8
SHA1: cc043064b1522df3151353eea9986a7c07dc326c
MD5sum: 42a652da180e8e31c4f7d84c2054dff7
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-12-pgsphere-dbgsym
Source: pgsphere
Version: 1.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 441
Depends: postgresql-12-pgsphere (= 1.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-12-pgsphere-dbgsym_1.5.1-1.pgdg+1_arm64.deb
Size: 381704
SHA256: f27e9ef38f9e8f877d7af625d48b21766aaaccd39f141a4a29cc166e0e1f615d
SHA1: 0918ee5a668451e78fd04c4d8d0f3ec5b9541074
MD5sum: 53bc538c61e3f8a797c38c7aa21979ad
Description: debug symbols for postgresql-12-pgsphere
Build-Ids: b2b8cbb1ef1c60a1acebb3732b9936e06cda8835
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-12-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.3-1.pgdg+2
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 174
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 16), postgresql-contrib-12
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-12-pg-stat-kcache_2.2.3-1.pgdg+2_arm64.deb
Size: 38740
SHA256: d13aa6cf7471e6aee74782a52d8ecef03500ed924497efafcba72185a3000452
SHA1: add7c13679c2958c0ddba762c04aec340133d3bb
MD5sum: a7e4dadc833eebe79ba6219dc815c788
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-12-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 55
Depends: postgresql-12-pg-stat-kcache (= 2.2.3-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-12-pg-stat-kcache-dbgsym_2.2.3-1.pgdg+2_arm64.deb
Size: 38300
SHA256: 0f3a1e4f348f0a305a5217cb03de68ec40fbfb56f49f7181355d7b9170ef6ae0
SHA1: abf51ec5842c9bcdfafb4a52d1c097a73492a57d
MD5sum: 28f11a62898ae5814d913edd317aead3
Description: debug symbols for postgresql-12-pg-stat-kcache
Build-Ids: b16ac6ef22a9437c2c22ff99f3e37971b4ada0f3
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-12-pgtap
Source: pgtap
Version: 1.3.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1795
Depends: postgresql-12
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-12-pgtap_1.3.3-1.pgdg+1_all.deb
Size: 62884
SHA256: c63d5636bca55b38b1a397d0657e660fcb9493aaa0249774dd81a916de995d13
SHA1: ca5b7aef0e2e0ddd364acdc4ee4d6a38bc8d5af6
MD5sum: 6ff8a661085312d1b6c85efe5dd63717
Description: Unit testing framework extension for PostgreSQL 12
 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 12.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-12-pgvector
Source: pgvector
Version: 0.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 734
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-12-pgvector_0.7.0-1.pgdg+1_arm64.deb
Size: 272676
SHA256: 48a7b7ad5b4b5afa107d263eb806e6a2b28c8635abc390cb46bd8d5b3660f4a6
SHA1: 8cd3d3aacd1c63d28c1293c01e852063484e96b8
MD5sum: 86f8854944ef634ae1d0454f14a39189
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-12-pgvector-dbgsym
Source: pgvector
Version: 0.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 307
Depends: postgresql-12-pgvector (= 0.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-12-pgvector-dbgsym_0.7.0-1.pgdg+1_arm64.deb
Size: 274680
SHA256: 01fe0e25fe99e68db935aad0188b6c8b63074e1c8abb19cb29d2034a23408e31
SHA1: 76ec22a70303153255be17554a5c226a4ee46e0d
MD5sum: fa5d75dfc74f6bef59d891e92a134863
Description: debug symbols for postgresql-12-pgvector
Build-Ids: 65d60f14b21e07025ba45c1ab1f5ae8efa9feb72
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-12-rdkit
Source: rdkit
Version: 202309.3-3.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1210
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202309.3), libstdc++6 (>= 13.1), postgresql-12, postgresql-12-jit-llvm (>= 16)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-12-rdkit_202309.3-3.pgdg+2_arm64.deb
Size: 488580
SHA256: fa64f165e25b44ddd9e7a93c5b15fc9c8ef8e8b080cd3e4911ffa598bb0bade1
SHA1: 96386660478e5982f1841626219e6ee4406af5d8
MD5sum: 18799fe9bff95961ede5b2da9922e5cf
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-12-rdkit-dbgsym
Source: rdkit
Version: 202309.3-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1145
Depends: postgresql-12-rdkit (= 202309.3-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-12-rdkit-dbgsym_202309.3-3.pgdg+2_arm64.deb
Size: 1080428
SHA256: 0ae932b7b9751d0babf12f356e3db63d776dfa45d9756b58437e56b3f1644c36
SHA1: 8a23f6a24bc7b21a19b492b6949763fb18681ea5
MD5sum: 0776bbfc03fd9460afa1f83557d9e292
Description: debug symbols for postgresql-12-rdkit
Build-Ids: 03b48aeaf2477db7b03622a625398935b2284109
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-12-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.4-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 728
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-12-roaringbitmap_0.5.4-2.pgdg+2_arm64.deb
Size: 299368
SHA256: b6aea93fd811fb94294641101761555543eae2eba8fdfbc2f0bd5c04de11f5e3
SHA1: 13cca7562408508116ac2afdf30a484439450f64
MD5sum: 52b9372b78df631525fa859e75426d85
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-12-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.4-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 378
Depends: postgresql-12-roaringbitmap (= 0.5.4-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-12-roaringbitmap-dbgsym_0.5.4-2.pgdg+2_arm64.deb
Size: 346644
SHA256: db8609a778f4d403ebc7ff2c9938a72b1924c6c8ee82bd91d3afa97d6d9cad7e
SHA1: 98433b2f114ab56e229d895f2805f7c03455aa77
MD5sum: 70c7cdf4f1932ba74dd9470319c1da8d
Description: debug symbols for postgresql-12-roaringbitmap
Build-Ids: ec33a7dc6206dca5b35435716d3bf25408827a7b
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-13-debversion
Source: postgresql-debversion
Version: 1.1.2-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libapt-pkg6.0t64 (>= 0.8.0), libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 16)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-13-debversion_1.1.2-3.pgdg+2_arm64.deb
Size: 13932
SHA256: 63178e50e07639b8395bf279e72dd86b435c931b3dba008b571ec0e8696d265a
SHA1: 5f9deaab9b53924795f5305687a76d3d95646ed6
MD5sum: 387ba8f3905c60661067253e63c23971
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()
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-13-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.2-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: postgresql-13-debversion (= 1.1.2-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-13-debversion-dbgsym_1.1.2-3.pgdg+2_arm64.deb
Size: 18228
SHA256: 393f422a13dc71793c9ec17e35b7cf9b72556c32130cad9559a501c73b40c500
SHA1: f1ecc705f549da205fd9f648eb1bf4b0a9077739
MD5sum: 89408f068684058c9ba789084e82d1f3
Description: debug symbols for postgresql-13-debversion
Build-Ids: 17e75d45f093c4ec2c3fe46f0e0a72f0c87a7c1a
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-13-decoderbufs
Source: postgres-decoderbufs
Version: 2.6.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs_2.6.1-1.pgdg+2_arm64.deb
Size: 44136
SHA256: 774841eea78b323cee66245342d78d6091f1a5a1cf6f0c6a9a990fd0e7420d21
SHA1: 602232c66d1e05302c0cc257245ba957193402d1
MD5sum: 45726c41351e606f1dcec9f029adbc15
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-13-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.6.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-13-decoderbufs (= 2.6.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs-dbgsym_2.6.1-1.pgdg+2_arm64.deb
Size: 39908
SHA256: a0a7a5741e0a3061ee7a1f637df2a60e6013ea100edf75522f4f6624163f45df
SHA1: 40245188c8a11d05baec63ed13f8ece41f412c03
MD5sum: 51849e6cb1d1762abb7eafd0ce88be7b
Description: debug symbols for postgresql-13-decoderbufs
Build-Ids: 2c0f5e7969c073771fe113ee8ef3a310f0e9ce80
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-13-http
Source: pgsql-http
Version: 1.6.0-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-13-http_1.6.0-4.pgdg+2_arm64.deb
Size: 47732
SHA256: c8e7177726005ad6bc2648a5ad2060fe98998c7c3292444ad6617f455d644c83
SHA1: ba02439b134aef69d0eb840971efb2519963b25b
MD5sum: aa5cebbe89f867fcb16f257367b90cc9
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-13-http-dbgsym
Source: pgsql-http
Version: 1.6.0-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-13-http (= 1.6.0-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-13-http-dbgsym_1.6.0-4.pgdg+2_arm64.deb
Size: 57216
SHA256: db3552aa6d4a9c26f423f04b5239dc2308753b22b5932088e2cac6079a1ed649
SHA1: 5c20eff4e6f06e6f5a5afbfd4212dce6a4e2cbe2
MD5sum: 1272340d2f917adfc2bde6472e233b93
Description: debug symbols for postgresql-13-http
Build-Ids: 9c9aa7c9ce198f575668b539fe1c83d89935966f
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-13-orafce
Source: orafce
Version: 4.9.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1269
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_4.9.4-1.pgdg+2_arm64.deb
Size: 400140
SHA256: a6ab3d03f09ca87e4d0587e4ae3ec7127d9b96d7376b7f068d42df36adea5b36
SHA1: e0be705f206820aa9133db7837491af47a9ad59a
MD5sum: 85161c513f54c3451c27b07929ce2a05
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 4.9.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 335
Depends: postgresql-13-orafce (= 4.9.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_4.9.4-1.pgdg+2_arm64.deb
Size: 282832
SHA256: 4179c4c48b606c78da48f60c2215df3047671087615a07bf040551f8ae7b5db1
SHA1: d4e9feef9e6928ed2ff17689ede5356b12f2966a
MD5sum: 466098213a487704693cbcebf1ec9f6a
Description: debug symbols for postgresql-13-orafce
Build-Ids: 24feb4fcc8d9db4656c9831fcabce6b1c94d25ff
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-13-pgpcre
Source: pgpcre
Version: 0.20190509-7.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17), libpcre2-8-0 (>= 10.22)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-13-pgpcre_0.20190509-7.pgdg+2_arm64.deb
Size: 19364
SHA256: bc48d47da53661c9b60259d01057931d894eb8a232cce1be8bcbfccf17b9ea63
SHA1: 8b44fe3a30f249bfcf75622a1aa6dc155691daf8
MD5sum: 61bd2ce2e1da343a86bfbd54cade0ee1
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-13-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-7.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-13-pgpcre (= 0.20190509-7.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-13-pgpcre-dbgsym_0.20190509-7.pgdg+2_arm64.deb
Size: 15316
SHA256: 40627027beb6834c52578a7a2ca79df438d2cf1148a46d3631f12746c89011f3
SHA1: 3c8a4390d9d9e02700f21431ad735ab735e58268
MD5sum: d3ae68326b4be193f6a108f5c2e3b1ce
Description: debug symbols for postgresql-13-pgpcre
Build-Ids: 5d10e64a6550ae8e02010ff922735c56de09d31b
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-13-pg-rrule
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: libc6 (>= 2.17), libical3t64 (>= 3.0.0), postgresql-13, postgresql-13-jit-llvm (>= 16)
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-13-pg-rrule_0.2.0+git20211101.d7d10f2-1.pgdg+1_arm64.deb
Size: 24816
SHA256: 4818b387839d36f781b2605705e41d1d9319e52d12bf7dc0c51e91d9f0f1c371
SHA1: 9c6a33acbd5889cbf66cba7f164ec92a3a819bd5
MD5sum: 1d1d83f38f20f5ed704652a368fb82d1
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-13-pg-rrule-dbgsym
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-13-pg-rrule (= 0.2.0+git20211101.d7d10f2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-13-pg-rrule-dbgsym_0.2.0+git20211101.d7d10f2-1.pgdg+1_arm64.deb
Size: 20116
SHA256: 63cc7c52cbd6f3260088c6cf207af50feeb6d18111850715838cb05587682333
SHA1: ae8326710be847a8e6c95031219df12c0afec3c8
MD5sum: 1f7cfcdfb0f2b658db6691eef6a7c8b6
Description: debug symbols for postgresql-13-pg-rrule
Build-Ids: 6b1a94852ab66aff1ea1137a79c50f73b07ac893
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-13-pgsphere
Source: pgsphere
Version: 1.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1697
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1), postgresql-13, postgresql-13-jit-llvm (>= 16)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-13-pgsphere_1.5.1-1.pgdg+1_arm64.deb
Size: 437872
SHA256: 173d89b6f8d882e81767bf2fbdd9a1fbec7fb2ac27ce38de44f2745265c01ab6
SHA1: 66dde870a9e1bdc3dc24ed1c13ff67a54169a747
MD5sum: 4403698446187720d02d2cc78f5107ea
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-13-pgsphere-dbgsym
Source: pgsphere
Version: 1.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 443
Depends: postgresql-13-pgsphere (= 1.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-13-pgsphere-dbgsym_1.5.1-1.pgdg+1_arm64.deb
Size: 383892
SHA256: 7d2b7e837a6bc9979e53a4ad5c1a189b5043e255b1eb3c53c7db83fa21ebca1f
SHA1: 9d2195e89cf156b9748e04db8f986144c09fc87f
MD5sum: d872ac794e34a2f0ca8850ce8551d53d
Description: debug symbols for postgresql-13-pgsphere
Build-Ids: 5a78cdd75b2208cea57391f36995b847d2595cbc
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-13-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.3-1.pgdg+2
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 176
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 16), postgresql-contrib-13
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-13-pg-stat-kcache_2.2.3-1.pgdg+2_arm64.deb
Size: 41232
SHA256: 6a2d9c04794af1bfca2c37b3d78ee8018b67098e0c4a152f0a7a8a45d9dfc9cf
SHA1: aabd0756dff9f514ce7424cba943672a59413885
MD5sum: de964de1dcafe6d92e12697fdd13969b
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-13-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 56
Depends: postgresql-13-pg-stat-kcache (= 2.2.3-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-13-pg-stat-kcache-dbgsym_2.2.3-1.pgdg+2_arm64.deb
Size: 39320
SHA256: 5d3fc4c2824964d458343cc4e61c79e0ae2aa149a8dbe9c85ca4593f830334d0
SHA1: 5d017e0b4589f744ffb2cf6fb4dc16e8cf19745b
MD5sum: 017fd72bf8ea298df343eff37ba34ef2
Description: debug symbols for postgresql-13-pg-stat-kcache
Build-Ids: c74fd987f09964d2bebfb666d822e8802a26883b
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-13-pgtap
Source: pgtap
Version: 1.3.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1795
Depends: postgresql-13
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-13-pgtap_1.3.3-1.pgdg+1_all.deb
Size: 62872
SHA256: 81b0e767bd78393f86a552f1d49ae4d366f6d57000fe54b9225f82658cd798eb
SHA1: 5ac5b655a5efe6607bd82f48f3738251bcf11481
MD5sum: 8564daafa148d26a95494060fa928688
Description: Unit testing framework extension for PostgreSQL 13
 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 13.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-13-pgvector
Source: pgvector
Version: 0.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 729
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-13-pgvector_0.7.0-1.pgdg+1_arm64.deb
Size: 270376
SHA256: 10279a40cb7d063a88beb2307587ebeb6b77966e15728444e7ab51e556263bb8
SHA1: 05f38e24647dc3c95b9b45669f4a6115674580aa
MD5sum: 11f767b77f06921d12c70303c38f2152
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-13-pgvector-dbgsym
Source: pgvector
Version: 0.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 311
Depends: postgresql-13-pgvector (= 0.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-13-pgvector-dbgsym_0.7.0-1.pgdg+1_arm64.deb
Size: 279056
SHA256: 9ba78171a392bc97901835269c78ed5af95639861421b8c6405617887a241c79
SHA1: fc3f461bec4c02f2208ef5c8287368075d264038
MD5sum: d0724ff4c0ffd20af37784680ab92a56
Description: debug symbols for postgresql-13-pgvector
Build-Ids: d81fbbcf32767c1f3be6e61fedc01ae5374b5970
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-13-rdkit
Source: rdkit
Version: 202309.3-3.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1211
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202309.3), libstdc++6 (>= 13.1), postgresql-13, postgresql-13-jit-llvm (>= 16)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-13-rdkit_202309.3-3.pgdg+2_arm64.deb
Size: 490324
SHA256: 190718e85ab76afd057a4b6a15d02f50be4316205cf413b71512848f730a2782
SHA1: 7a8020a840f6d36a6959cf18adf4e93e8dc8f6fa
MD5sum: 2dc46aa368b374e9bbe46152e0c031e2
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-13-rdkit-dbgsym
Source: rdkit
Version: 202309.3-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1149
Depends: postgresql-13-rdkit (= 202309.3-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-13-rdkit-dbgsym_202309.3-3.pgdg+2_arm64.deb
Size: 1084424
SHA256: 428ea4bda30c075e509018d4821185bbba2562b5b7c1b972facd472dc1b33f0f
SHA1: 15803484f7b2533bcd3adbd68ad301163b4ec77f
MD5sum: 2c920d1565f791328324617ed1d8b62e
Description: debug symbols for postgresql-13-rdkit
Build-Ids: 1a463f19295d85f5574ab24f4225d0bf89107884
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-13-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.4-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 727
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-13-roaringbitmap_0.5.4-2.pgdg+2_arm64.deb
Size: 299000
SHA256: 068da3f76fe462505ba5dee6a6f1dca2db10ae075de94c00ca92fd2b610c24b8
SHA1: 3cfec321821278755f68c1e8ebb7fa81d2edcf86
MD5sum: d026b57ff9f1d13dc7cf88b3c9d3d9d2
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-13-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.4-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 375
Depends: postgresql-13-roaringbitmap (= 0.5.4-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-13-roaringbitmap-dbgsym_0.5.4-2.pgdg+2_arm64.deb
Size: 344012
SHA256: 8cc32c65da6e01622cf95922eba6ddad28b84210dcf58a15bed7e9d7f5b2ec94
SHA1: e6a46d51a5b947e8c0735d9ca850b5abeb01355b
MD5sum: 189106d40985db7c97a2062a30f5f8e4
Description: debug symbols for postgresql-13-roaringbitmap
Build-Ids: 73ead4fb971b9130ad9a526cc4e3e5a28d258bd7
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-14-debversion
Source: postgresql-debversion
Version: 1.1.2-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libapt-pkg6.0t64 (>= 0.8.0), libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 16)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-14-debversion_1.1.2-3.pgdg+2_arm64.deb
Size: 13924
SHA256: dfc42816df8b34e2a562314f1ac251ea8ce918a7738bb35337b3c063f163f355
SHA1: 59feba59a1b34e02f782b7d754f99239fb312581
MD5sum: d50e29eea051ddbc432edc0e71d8af96
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()
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-14-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.2-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: postgresql-14-debversion (= 1.1.2-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-14-debversion-dbgsym_1.1.2-3.pgdg+2_arm64.deb
Size: 18308
SHA256: 1ecc37dbc831aeb86405e8b6bc74d026a8ff6ec983968a003e55559856f87e08
SHA1: a819a41d39be1b477abb03fc171b7f57942c2c71
MD5sum: b2a5a81003e40e485a4089795843a342
Description: debug symbols for postgresql-14-debversion
Build-Ids: 8d6d2bb193513f0576f0af6b13b3f532f57744ef
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-14-decoderbufs
Source: postgres-decoderbufs
Version: 2.6.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs_2.6.1-1.pgdg+2_arm64.deb
Size: 44428
SHA256: 10f832362a8d0b56a5651711ef7763dc1cb3850b769a5c611db01d81c7478d32
SHA1: d0b6c7dfc640637ec4035b267bd4fe07030ed7cd
MD5sum: 8be7e1fcb9dce05a5ec76a2c459ee051
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-14-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.6.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-14-decoderbufs (= 2.6.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs-dbgsym_2.6.1-1.pgdg+2_arm64.deb
Size: 41220
SHA256: cb9fe47eb03f4c8c97e94ceaf347858cd24238feb9ce6103656742fc86c3140f
SHA1: fde094bc6d18b841a9b5e6ad8e23a65acf8f0dcd
MD5sum: 6a510b6e8b1278d76558feb02604342c
Description: debug symbols for postgresql-14-decoderbufs
Build-Ids: 33dbb612c7caf8fb451e2bff1b9c40183fa5b57a
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-14-http
Source: pgsql-http
Version: 1.6.0-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-14-http_1.6.0-4.pgdg+2_arm64.deb
Size: 48200
SHA256: 794674b3584f3a93d768d83ecf55a2f5da0076c9a8f49417be0600c8f30a9249
SHA1: 5788f0838c3d2817aa10d2fddb050f20a45c2ed3
MD5sum: 5956dc32a5e1499eaa804984140ddceb
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-14-http-dbgsym
Source: pgsql-http
Version: 1.6.0-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-14-http (= 1.6.0-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-14-http-dbgsym_1.6.0-4.pgdg+2_arm64.deb
Size: 58644
SHA256: 1541be32924f5a9febd72fbad308eb969bfa9bf94a889171a9d6cfdc66e8693b
SHA1: 8a8f5c85988dc8af4a463dec6b07d314ff9806c9
MD5sum: 2485dd0748bc0d89a2786c6ef83a59ba
Description: debug symbols for postgresql-14-http
Build-Ids: b1b7bcae40433bfdbc54d5f0cc0a6fc071cd1f5b
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-14-orafce
Source: orafce
Version: 4.9.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1275
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_4.9.4-1.pgdg+2_arm64.deb
Size: 402768
SHA256: 4cd672cd8829e0afbe86c385abd10c776d4f239c522f8769ba24b82d16db0613
SHA1: 0f50cc3c96975b1a32fdae5a171d171bb97677ec
MD5sum: cffac91a8e05cae79d6165527d0d2c26
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 4.9.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 341
Depends: postgresql-14-orafce (= 4.9.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_4.9.4-1.pgdg+2_arm64.deb
Size: 289056
SHA256: c066605dbb010cd38b7d63e5ce79255c372e760b08e87bc26dbd0cdc569abb83
SHA1: be913114ace8034a114164c58caf43ae1a8f0065
MD5sum: 156fcc3c7c88fce5632f77dcf1159cbc
Description: debug symbols for postgresql-14-orafce
Build-Ids: 5db086cd81cc1b0bb77e97716c83eafe6cf997aa
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-14-partman
Source: pg-partman
Version: 5.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7157
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-14-partman_5.1.0-1.pgdg+1_arm64.deb
Size: 228816
SHA256: 29ed3dfe249475d8b36584e3f34a5773924e70120489d7b4e087d1cb9f7f9836
SHA1: bf358be703c57acb08b27fb328c11cd6e0efd3eb
MD5sum: 3a55430efcb0c1142c7eb9b12915ff9a
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.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-14-partman-dbgsym
Source: pg-partman
Version: 5.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-14-partman (= 5.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-14-partman-dbgsym_5.1.0-1.pgdg+1_arm64.deb
Size: 34476
SHA256: b4ad879a3fa8360ce82b07f016b9b8abba9efe449c995057acacc60b7d2d6b82
SHA1: 6e647e5d8673e985162a699b5b910bc7c3eda6a4
MD5sum: b035cfa200b89be9b693efd6b6e49ed1
Description: debug symbols for postgresql-14-partman
Build-Ids: 1ea99555635d27cfb95d087c9c36aafa9c2ae302
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-14-pgpcre
Source: pgpcre
Version: 0.20190509-7.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17), libpcre2-8-0 (>= 10.22)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-14-pgpcre_0.20190509-7.pgdg+2_arm64.deb
Size: 19496
SHA256: 747fa1c498a22100602083ad7b08fe65f6cef009bd5ae60e76b330d31351c33b
SHA1: cac713c4c4b1c3984b4d63903b2db22e840ea137
MD5sum: 5428a7b5be196eca0cd5965408b9b0e3
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-14-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-7.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-14-pgpcre (= 0.20190509-7.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-14-pgpcre-dbgsym_0.20190509-7.pgdg+2_arm64.deb
Size: 15460
SHA256: 070fd5e3c2629886b30a7adcf50e62fa7c02674f67eba5e43a35f16aeae26351
SHA1: 3e08a42621cf26019101c6ecdb7604ec3a741ae6
MD5sum: 72d998eb08e15f621a7331f37393eaa8
Description: debug symbols for postgresql-14-pgpcre
Build-Ids: 3392ebaa363e8998fb806ad8d631de54b1cd9425
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-14-pg-rrule
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: libc6 (>= 2.17), libical3t64 (>= 3.0.0), postgresql-14, postgresql-14-jit-llvm (>= 16)
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-14-pg-rrule_0.2.0+git20211101.d7d10f2-1.pgdg+1_arm64.deb
Size: 24868
SHA256: 540115afa7d51b2b0832d42780143eab824c46077a83a1d662a66c483ba86824
SHA1: 1babe84a2ace350a545b2fc77afa97153787ea98
MD5sum: 1e766fa0a65b2d0731b41fb749b816ae
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-14-pg-rrule-dbgsym
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-14-pg-rrule (= 0.2.0+git20211101.d7d10f2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-14-pg-rrule-dbgsym_0.2.0+git20211101.d7d10f2-1.pgdg+1_arm64.deb
Size: 20276
SHA256: 390b6024610cfc3c426b1b06924d6181cf953ab38e8d2284de725b6c30827b0d
SHA1: fcf7a979f75e7ac6949d55b63cd400ba927a9dff
MD5sum: 192a1564f5d462a4d72b57d29ed4a31d
Description: debug symbols for postgresql-14-pg-rrule
Build-Ids: dfc9a255a9a6e38a2e2274fea12469fd4532bbe0
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-14-pgsphere
Source: pgsphere
Version: 1.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1706
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1), postgresql-14, postgresql-14-jit-llvm (>= 16)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-14-pgsphere_1.5.1-1.pgdg+1_arm64.deb
Size: 438336
SHA256: 320f03cccc8e71ea017e3564c1e16aa16369a42ce87822bc3ddbf502120bdd9e
SHA1: 3618cf3305d927c2ca9264c4182c25c69a09774d
MD5sum: b1ac95b8110e5682f2df6b401f102073
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-14-pgsphere-dbgsym
Source: pgsphere
Version: 1.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 443
Depends: postgresql-14-pgsphere (= 1.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-14-pgsphere-dbgsym_1.5.1-1.pgdg+1_arm64.deb
Size: 384008
SHA256: 0c810af22709ae6b3f21691398ad2ea8960e0301f1202d2195646ca88684379f
SHA1: d3c82e29afdc6ed53f0eb379709b8dc494c0d786
MD5sum: 215a0f48155334ef51da2c84c13b1ffa
Description: debug symbols for postgresql-14-pgsphere
Build-Ids: a4b7f3093c56280c3b2b1c73de396064194ce4a1
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-14-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.3-1.pgdg+2
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 177
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 16), postgresql-contrib-14
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-14-pg-stat-kcache_2.2.3-1.pgdg+2_arm64.deb
Size: 41632
SHA256: f45fdc912d7c46e91fc090602616e2cb2dbe90d0a25bdc34b8d7ab6bca14350a
SHA1: a9e171da12b73f4078965a5b4b3e161a368d6ffb
MD5sum: 6787cf3fdb5df4d9c55e0fc13830e4b8
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-14-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 57
Depends: postgresql-14-pg-stat-kcache (= 2.2.3-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-14-pg-stat-kcache-dbgsym_2.2.3-1.pgdg+2_arm64.deb
Size: 39872
SHA256: 1cd96579fe3d7d33532059114b5226a458caf6637ed7a0c97970faaeb2d9dd1a
SHA1: 5885f0f7bbe3a7e7b656c34e8899c3b4682bdb5e
MD5sum: 263332f701bef0eb41abf405d0a92521
Description: debug symbols for postgresql-14-pg-stat-kcache
Build-Ids: 94cc9bd013c83575571fea7e33084e8720aa9451
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-14-pgtap
Source: pgtap
Version: 1.3.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1795
Depends: postgresql-14
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-14-pgtap_1.3.3-1.pgdg+1_all.deb
Size: 62876
SHA256: 7304ff2d561d756e9c113c01982f32f26335682904dae9a59aa9c8cb36b812f6
SHA1: ea307b60764aebca553e5ab7dd8da481f248e24f
MD5sum: 5c58276c34454e33861fca6a146ae0e1
Description: Unit testing framework extension for PostgreSQL 14
 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 14.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-14-pgvector
Source: pgvector
Version: 0.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 735
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-14-pgvector_0.7.0-1.pgdg+1_arm64.deb
Size: 272512
SHA256: a041e585f25a3d1f10ef497ff54f5780cb87f3cc8a4c6dea9c0289242834371f
SHA1: 983b595c9395c72a337bdfc96fa9e3f1dd3f5204
MD5sum: 87663240d9d2aa583fb7f66d9cfba8e5
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-14-pgvector-dbgsym
Source: pgvector
Version: 0.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 315
Depends: postgresql-14-pgvector (= 0.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-14-pgvector-dbgsym_0.7.0-1.pgdg+1_arm64.deb
Size: 282644
SHA256: 7bd6e7a1075cda7fc86a725457701f8b1293f163673ad2af00096dd844a95ff8
SHA1: 6623a8565abc049f337c64a514367195fc2794d2
MD5sum: e6287e43bbc050a519b41cdad12694ad
Description: debug symbols for postgresql-14-pgvector
Build-Ids: 5db24e4137cb4d3db5ccf48847e9e7056ac4f83d
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-14-rdkit
Source: rdkit
Version: 202309.3-3.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1151
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202309.3), libstdc++6 (>= 13.1), postgresql-14, postgresql-14-jit-llvm (>= 16)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-14-rdkit_202309.3-3.pgdg+2_arm64.deb
Size: 489548
SHA256: 09238deb8f7db7714cbe5bee61a33c7faef66476a8d7fb848f003855a342dae9
SHA1: 42f5053bc3a83aae237058829b939b596ae7e11a
MD5sum: 1bbdd79cfb21cfcfa0e83cb91ae61c1f
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-14-rdkit-dbgsym
Source: rdkit
Version: 202309.3-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1148
Depends: postgresql-14-rdkit (= 202309.3-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-14-rdkit-dbgsym_202309.3-3.pgdg+2_arm64.deb
Size: 1084000
SHA256: ea1e92e6f42c1d4e042f8a72f6805f1d9ae9dc53e09dc78e5fb3e694b594f8a1
SHA1: 63084592e0810821640e2fed3d2186ae705d65c8
MD5sum: 2cf7396bf536dac0a451e84cd3e10fc9
Description: debug symbols for postgresql-14-rdkit
Build-Ids: ba8186d4c2d5c45987cf012b8f3892a767cbb5be
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-14-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.4-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 731
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-14-roaringbitmap_0.5.4-2.pgdg+2_arm64.deb
Size: 300100
SHA256: 63dbb8944b3e14907c7080d83be584f8af46244f3e0d3dffa516cd5d3c3d9620
SHA1: 322fe036f34bc790067f1fd1963ac293ade29a38
MD5sum: 19f2a0cbce1b89d1c894c8546877db54
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-14-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.4-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 376
Depends: postgresql-14-roaringbitmap (= 0.5.4-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-14-roaringbitmap-dbgsym_0.5.4-2.pgdg+2_arm64.deb
Size: 344816
SHA256: afd7f602fdd58704bce374586d80ee2bfc9f25b874443e4f45259b547e0a1b38
SHA1: 44a26e9f8d4509ddac03d687ce5a1436f90559f0
MD5sum: 8c69502f455f5f4f52e9ce35e3c1e9f3
Description: debug symbols for postgresql-14-roaringbitmap
Build-Ids: 5bc49041e8e354a738e783fc1c09d815c28676ee
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-15-debversion
Source: postgresql-debversion
Version: 1.1.2-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libapt-pkg6.0t64 (>= 0.8.0), libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 16)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-15-debversion_1.1.2-3.pgdg+2_arm64.deb
Size: 13960
SHA256: d22e6b6ece0e1c3404f70f7067a8bc7b03ef4b2228866af0e6d52f258663b23f
SHA1: 5a458f7ca2d3725745795c8c0b99b001fb750038
MD5sum: 35bc8aa0f323af9092b23cfa380f0258
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()
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-15-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.2-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: postgresql-15-debversion (= 1.1.2-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-15-debversion-dbgsym_1.1.2-3.pgdg+2_arm64.deb
Size: 18460
SHA256: b58010756427e64f03ebcba96d409481265b59170d7e11679f9d2f5b320d0778
SHA1: e7630561c28053647cf0cc984ce5ebf65ad5cec2
MD5sum: 151a13e1a1356f2c4635ae232efb0e95
Description: debug symbols for postgresql-15-debversion
Build-Ids: 3fc9fba715c09ab8b71b66cf5b8ec6b1149c6c53
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-15-decoderbufs
Source: postgres-decoderbufs
Version: 2.6.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs_2.6.1-1.pgdg+2_arm64.deb
Size: 46636
SHA256: 1b12aaee1ec39b6e2993100bb7ec431d51f4bb0cf9d1f1c07f68e7b8b5d7de31
SHA1: 41fd5035b5a56517a2bb1985605c91fffbc149ae
MD5sum: cdecb664a8b32cb564a521632cc949c2
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-15-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.6.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-15-decoderbufs (= 2.6.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs-dbgsym_2.6.1-1.pgdg+2_arm64.deb
Size: 51824
SHA256: 8b3d91032b50771bf60355c35b23a7c78227813a60e74af6dd2fc3d02bece135
SHA1: c1da3742e25879ab504be1e65fc3204725ee5191
MD5sum: c218f406fc2f2a5f7ea4227087193c33
Description: debug symbols for postgresql-15-decoderbufs
Build-Ids: 55a944ced5718b3bcc3b76c6c5edca20e09230ad
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-15-http
Source: pgsql-http
Version: 1.6.0-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-15-http_1.6.0-4.pgdg+2_arm64.deb
Size: 48256
SHA256: dbc9f80840142e596e9443d2f6bd0f35607f261310f9ec1a581447551c436d1b
SHA1: 9486e055def9b855c971389f3249a591d0c3a449
MD5sum: 59ba9a4bb166cf3e53d8dcc3804a3d33
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-15-http-dbgsym
Source: pgsql-http
Version: 1.6.0-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-15-http (= 1.6.0-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-15-http-dbgsym_1.6.0-4.pgdg+2_arm64.deb
Size: 59000
SHA256: e25f51d06b4c8dd351502add88162e65aa7067b7ecf43352f0070c813180b43e
SHA1: 41f8fe1356d0a46a5eb55ba9621dcd6f2e18ff60
MD5sum: 8fa68f2e443582ecb9631c9f07a7aa0e
Description: debug symbols for postgresql-15-http
Build-Ids: df2dd7ce67198d6588c2186c1f2f92f3480668ed
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-15-orafce
Source: orafce
Version: 4.9.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1278
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-15-orafce_4.9.4-1.pgdg+2_arm64.deb
Size: 403044
SHA256: 11925e325df809caa33464487250da79e66aed072d26762813567aa8364912bf
SHA1: d6d25c279732b9a77153cfc272bc9a77985e1e80
MD5sum: 7cd2a12e0e1b73ad6963c9badd6f204d
Description: Oracle support functions for PostgreSQL 15
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-15-orafce-dbgsym
Source: orafce
Version: 4.9.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 341
Depends: postgresql-15-orafce (= 4.9.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-15-orafce-dbgsym_4.9.4-1.pgdg+2_arm64.deb
Size: 290432
SHA256: b588a4b8c2a2770deffcfb1232f6f22a06f19d219a2e837c8dc5d9b43da25ed6
SHA1: 4df62f1993e45bc0f22534fcb551b5d1b73b602f
MD5sum: 84f5859c643059373b1ab32505feccde
Description: debug symbols for postgresql-15-orafce
Build-Ids: 6cb44738a832d2b418a3635f74db2d812ad98be6
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-15-partman
Source: pg-partman
Version: 5.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7158
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-15-partman_5.1.0-1.pgdg+1_arm64.deb
Size: 230116
SHA256: 03c15fef41a443d3655913228934c3c60f645b8e563da96f13f34c4a15046703
SHA1: 20a02a0dc549d3a51aa3b7cd7b6b9027b925b609
MD5sum: 245c96a60c74a8e04ad87c9510e2b9a0
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.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-15-partman-dbgsym
Source: pg-partman
Version: 5.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-15-partman (= 5.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-15-partman-dbgsym_5.1.0-1.pgdg+1_arm64.deb
Size: 40500
SHA256: 23e26f09540e94261f30d035e124cc2e23dcc7b4b9296f196973a232cdd3fcd0
SHA1: c764ca33db98df614cf5a6d96ffa52fadf2191ae
MD5sum: e0b8b92ec8791c126b1b0b2482862062
Description: debug symbols for postgresql-15-partman
Build-Ids: 3afecbcbdec61195129422853c9d1b2ae52d0f47
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-15-pgpcre
Source: pgpcre
Version: 0.20190509-7.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17), libpcre2-8-0 (>= 10.22)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-15-pgpcre_0.20190509-7.pgdg+2_arm64.deb
Size: 19576
SHA256: cd132fff0804c0e1e0028e027fc9213250f7c85902e60fefc00a09bddacca96a
SHA1: ec720f93e7f2396c5228c54b3349bc028c7f47f2
MD5sum: b20ba7fac9542697b3079791892256fc
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-15-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-7.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-15-pgpcre (= 0.20190509-7.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-15-pgpcre-dbgsym_0.20190509-7.pgdg+2_arm64.deb
Size: 15568
SHA256: d3c754e9ef2bc4e5f5aca376352f7ebd0b9a6a8d5ba4fadca682e6733d77133d
SHA1: 14c0e1c6ed024678b8c69b88e60fa0179e0ed079
MD5sum: 551f572961ca4864ca85d02233057a89
Description: debug symbols for postgresql-15-pgpcre
Build-Ids: 8f99e87b53dea6234427760b990c6b0a9827a575
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-15-pg-rrule
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: libc6 (>= 2.17), libical3t64 (>= 3.0.0), postgresql-15, postgresql-15-jit-llvm (>= 16)
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-15-pg-rrule_0.2.0+git20211101.d7d10f2-1.pgdg+1_arm64.deb
Size: 24864
SHA256: d75184f90e677edc9df52b45555c5c8ea2cf2e7e90099c3e651f64e0b170d746
SHA1: 22fd186a2d1bccc406b4c0baf7154ff7c97910bb
MD5sum: 38e3cd3cfb77afad7280d697d660b7e7
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-15-pg-rrule-dbgsym
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-15-pg-rrule (= 0.2.0+git20211101.d7d10f2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-15-pg-rrule-dbgsym_0.2.0+git20211101.d7d10f2-1.pgdg+1_arm64.deb
Size: 20368
SHA256: b5937fa67f2f04a752587417bd71cbec881b71f2f90f7230af4b2a847e35e86e
SHA1: f9c5f42f335042bdfd4136399210bba440d76d16
MD5sum: 10df521f3b634996f8b1f5ec5e365bb2
Description: debug symbols for postgresql-15-pg-rrule
Build-Ids: de207d2af189f1278d2a098ba4c325f2d1b5c981
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-15-pgsphere
Source: pgsphere
Version: 1.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1706
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1), postgresql-15, postgresql-15-jit-llvm (>= 16)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-15-pgsphere_1.5.1-1.pgdg+1_arm64.deb
Size: 438540
SHA256: 765389ce9dfbb48b9a698f2b17d98e654c2ddeb5c75904a589a41753b97bc3a6
SHA1: 314979d239236befc83d128afeee4191e0674ff7
MD5sum: 3d9cf770b07e5e9561707a3c6efb167e
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-15-pgsphere-dbgsym
Source: pgsphere
Version: 1.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 443
Depends: postgresql-15-pgsphere (= 1.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-15-pgsphere-dbgsym_1.5.1-1.pgdg+1_arm64.deb
Size: 384128
SHA256: a3bd1c5deeca07277e6480b96a8f418647998ceeb188702ea2a0e6f0f43300dd
SHA1: 5d51966e70812dbaed6f5bc79dbca1ff419f8c52
MD5sum: ececde9926ebd8b01a21db2f742e5965
Description: debug symbols for postgresql-15-pgsphere
Build-Ids: 4c737410de81609095eefba9d37e57f8ad93ba90
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-15-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.3-1.pgdg+2
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 178
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 16), postgresql-contrib-15
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-15-pg-stat-kcache_2.2.3-1.pgdg+2_arm64.deb
Size: 41556
SHA256: 5198ec96d3535ca231296d93393ca2af7f6663c6f326675596285df2d8f63805
SHA1: 512a0ae6da39efa0b67ae18a67bc3a230a19b118
MD5sum: e947eef170bf8faf55d9a5de87cd60b4
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-15-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 57
Depends: postgresql-15-pg-stat-kcache (= 2.2.3-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-15-pg-stat-kcache-dbgsym_2.2.3-1.pgdg+2_arm64.deb
Size: 40260
SHA256: 7a072948da20525ca98420ba6561cd4e407da2d11c8e2add37cf94765fa08847
SHA1: af69dafd85a903182e38fe3882d9322363fb65da
MD5sum: 417adf9de38910d4ee37bcd6f027931b
Description: debug symbols for postgresql-15-pg-stat-kcache
Build-Ids: e8b716b1fd0c0923540ae0e2e2fe893ee1575120
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-15-pgtap
Source: pgtap
Version: 1.3.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1795
Depends: postgresql-15
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-15-pgtap_1.3.3-1.pgdg+1_all.deb
Size: 62896
SHA256: 649f45c4c8f7bda6901b4b568c72745fdb07cbb38de40a6a41d2fa9a691efeb3
SHA1: 508e093ad7fab8bd4651c78830a2abdc1fb3e476
MD5sum: 20f871f92f8521af4c01bd016f62e2e4
Description: Unit testing framework extension for PostgreSQL 15
 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 15.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-15-pgvector
Source: pgvector
Version: 0.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 735
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-15-pgvector_0.7.0-1.pgdg+1_arm64.deb
Size: 273136
SHA256: d59e97b15d8526c4041ce528b840cf41463691b9a67128ad4cb090842b746fcb
SHA1: 7664f73a907a960d1d9b92d1443be8cee3b7864e
MD5sum: ec4fef782b0b10a3e3a12cb639f1a9ae
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-15-pgvector-dbgsym
Source: pgvector
Version: 0.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 316
Depends: postgresql-15-pgvector (= 0.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-15-pgvector-dbgsym_0.7.0-1.pgdg+1_arm64.deb
Size: 284064
SHA256: a687c9decf54343541be6185c013aacae5d144272ba494250b3a3bfa152e4ec2
SHA1: 05308e1241fe1f91eabe3e8c01457bcaadf59f60
MD5sum: 784fe497a34277413a4f4b3843abee41
Description: debug symbols for postgresql-15-pgvector
Build-Ids: 9205210f1bed43ed6e00719b67175821ccd5c8c1
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-15-rdkit
Source: rdkit
Version: 202309.3-3.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1151
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202309.3), libstdc++6 (>= 13.1), postgresql-15, postgresql-15-jit-llvm (>= 16)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-15-rdkit_202309.3-3.pgdg+2_arm64.deb
Size: 490464
SHA256: c1f3820d6b432c9d0749220cefb83758d5711ea734175936d1fab4e00f436ae1
SHA1: 419230951ccb6058b78ddfe629e0f2d1217e252b
MD5sum: f9da4caea8f5f199151c706ee54a36b4
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-15-rdkit-dbgsym
Source: rdkit
Version: 202309.3-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1149
Depends: postgresql-15-rdkit (= 202309.3-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-15-rdkit-dbgsym_202309.3-3.pgdg+2_arm64.deb
Size: 1084396
SHA256: 5a3c0ac9608381a0826d6cdc71ec969eaf0f69f71fdecf189f383b0844684a7b
SHA1: 31f354c08fbad508b50a392c2d3ab2eebaede412
MD5sum: 404bf71a102b869a7e7671c38e498604
Description: debug symbols for postgresql-15-rdkit
Build-Ids: 05c72bc29bc0634870c0c64a05b53678ac617eb3
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-15-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.4-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 731
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-15-roaringbitmap_0.5.4-2.pgdg+2_arm64.deb
Size: 299928
SHA256: fffb3b6905904a17d849d75bf38291119a9de6481c86141d37dcb6ebbead16ee
SHA1: 3155187ac700b8ef0ce49f6bf463be16b8ccdec6
MD5sum: 8929ddc430b9872e504789c62a83a22e
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-15-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.4-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 376
Depends: postgresql-15-roaringbitmap (= 0.5.4-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-15-roaringbitmap-dbgsym_0.5.4-2.pgdg+2_arm64.deb
Size: 345032
SHA256: 84c526795802799b121788a59cca3ce997f139dab2b99652c6bb8264ad11001a
SHA1: 5c24187168e0e12473744b4f9bffc7a80e05d558
MD5sum: 469e031ba9fa311b1889ca52a02fb9b3
Description: debug symbols for postgresql-15-roaringbitmap
Build-Ids: 559e0bc8f40e8b43e223d13a1ef60c1e0e668d5b
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-16-debversion
Source: postgresql-debversion
Version: 1.1.2-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libapt-pkg6.0t64 (>= 0.8.0), libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 16)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-16-debversion_1.1.2-3.pgdg+2_arm64.deb
Size: 13948
SHA256: cdfb1a21689d7eb87685fd6320b4e781b0615ddeec51ed868f4acd88547c8761
SHA1: 33d3f41ef88ad7af3d820a7ab50de375a19c76f3
MD5sum: 4f227852149faf15b3cdb5b1efd93c08
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()
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-16-debversion-dbgsym
Source: postgresql-debversion
Version: 1.1.2-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-16-debversion (= 1.1.2-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-16-debversion-dbgsym_1.1.2-3.pgdg+2_arm64.deb
Size: 20200
SHA256: 704c5fd8c58ab08a323eda4906fdf5eee215c13fe447e71fde0954cadf20abe5
SHA1: 71f59ad7f5d4d20687b1c32084e94491b197fde6
MD5sum: e749ba181cdd85ecb14d064263322397
Description: debug symbols for postgresql-16-debversion
Build-Ids: b366a0590c7f0c6bf23f3278f819624d1c05116a
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-16-decoderbufs
Source: postgres-decoderbufs
Version: 2.6.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-16-decoderbufs_2.6.1-1.pgdg+2_arm64.deb
Size: 46152
SHA256: 2dccf044a9de9ec1929941b93ab7c4fad30d038083a99e018b22def7e4df4e9c
SHA1: bdac7383e94cd3aa1006c579d4bddad97f6e7df5
MD5sum: 69215ad3e35cd8192100d715d68a7623
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-16-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.6.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-16-decoderbufs (= 2.6.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-16-decoderbufs-dbgsym_2.6.1-1.pgdg+2_arm64.deb
Size: 53688
SHA256: e5b997bc7cedbc37158c8fdf5dece55fe88c9a01c9dce231c3c8b08059b7912a
SHA1: a0e38078af29148dd95698471b2c86392647976e
MD5sum: 7e2a373c2f236fc06e69d9f3ba413312
Description: debug symbols for postgresql-16-decoderbufs
Build-Ids: 754e4121496fa9e401fe55a3838e8b5af9652a32
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-16-http
Source: pgsql-http
Version: 1.6.0-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-16-http_1.6.0-4.pgdg+2_arm64.deb
Size: 47404
SHA256: b63f36ec8cf49da39dc570634bb9777953920ee8bb8c2dd265c7c52099be4704
SHA1: dd5bf09b285864a7201bda8be0003dad2ce63a16
MD5sum: 6dc5101b21d17ca804faeb9caaa48235
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-16-http-dbgsym
Source: pgsql-http
Version: 1.6.0-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-16-http (= 1.6.0-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-16-http-dbgsym_1.6.0-4.pgdg+2_arm64.deb
Size: 59780
SHA256: 7637fb18c34b0e5f0114e25d04c28aa90dda12a286da697e17eb5a2290bf496d
SHA1: 8c23fa689200ea03f4f17ad312a11ce4045220db
MD5sum: 0d3046874bcb914e45ed0ec93a2a53fd
Description: debug symbols for postgresql-16-http
Build-Ids: 935dbcf2ec2d3946b0fe188328ea76b44575dae8
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-16-orafce
Source: orafce
Version: 4.9.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1205
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.33)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-16-orafce_4.9.4-1.pgdg+2_arm64.deb
Size: 396128
SHA256: a19de2ea1413e5645246c024826413f41fdfc044eab8f10a593b316c409c46a3
SHA1: 193ae23c28ddce2b7ad45cc9c3e25b087536af69
MD5sum: 9a3bcdab791a2d4488bb9eafa01900d9
Description: Oracle support functions for PostgreSQL 16
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-16-orafce-dbgsym
Source: orafce
Version: 4.9.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 359
Depends: postgresql-16-orafce (= 4.9.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-16-orafce-dbgsym_4.9.4-1.pgdg+2_arm64.deb
Size: 308300
SHA256: f07d8e88b4cc529a36208bc3dc81be0d91f0ae2dd9d96de8dff40f2c5bbed57f
SHA1: 01033fe5be74f6f5f93f9d5f49fc4b025cb4e2bf
MD5sum: 0d48d626bc862e2588662943663f33ff
Description: debug symbols for postgresql-16-orafce
Build-Ids: 772da6e14c7e2e8e742b6caf87359da34f96352b
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-16-partman
Source: pg-partman
Version: 5.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7158
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), python3, python3-psycopg2, libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-16-partman_5.1.0-1.pgdg+1_arm64.deb
Size: 230036
SHA256: c4d46aace326062314357d4d98f7362cc369563e92016be48b2c4e2f7ed57a79
SHA1: b1c6bf65b72145ee932b131c9fe1d7b8bda38f77
MD5sum: 7e0636acd68b803ef89cfe053bdfc41f
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.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-16-partman-dbgsym
Source: pg-partman
Version: 5.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-16-partman (= 5.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-16-partman-dbgsym_5.1.0-1.pgdg+1_arm64.deb
Size: 41612
SHA256: c2404285e70812b82e5ee29b08d3ace0a535ddbb3e4240ebafbb09696cf96196
SHA1: a9bb1986b5a42f15623abae0619227e1ad55eb0f
MD5sum: 6b928f47ef2845c2c2b5a97fd9aa4c20
Description: debug symbols for postgresql-16-partman
Build-Ids: 5853ef1b481e74cd72f6b6f0669e79117cae6d3d
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-16-pgpcre
Source: pgpcre
Version: 0.20190509-7.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17), libpcre2-8-0 (>= 10.22)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-16-pgpcre_0.20190509-7.pgdg+2_arm64.deb
Size: 19468
SHA256: b764e9d1165fb7a56365318e1e82177dc477de7252e92089fabe13709969e8b8
SHA1: 9a03ed5ce00d0dd7b9ea733c8d184851b889717a
MD5sum: fcfde2996d26b9c2e33a8825fdee8db5
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-16-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-7.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-16-pgpcre (= 0.20190509-7.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-16-pgpcre-dbgsym_0.20190509-7.pgdg+2_arm64.deb
Size: 16700
SHA256: 668fde20cab74a1ee8b76692edc56f0faedb34d1e00497d89b09cb4792f46125
SHA1: d24fef1421210d9ba1a68822940b5b7d99e2cd5a
MD5sum: 64b4d10f12d174f74da6afcf5212d35d
Description: debug symbols for postgresql-16-pgpcre
Build-Ids: cd151fe415301dce0a8c21e0cfb6a167b88a4dfe
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-16-pg-rrule
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: libc6 (>= 2.17), libical3t64 (>= 3.0.0), postgresql-16, postgresql-16-jit-llvm (>= 16)
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-16-pg-rrule_0.2.0+git20211101.d7d10f2-1.pgdg+1_arm64.deb
Size: 25284
SHA256: 5aa895aaa6c2db234e4c038791db00c8d15fc88fe7953aa81de446f00d41ca84
SHA1: ac08ed0c4cc122dca5c15731d5621b38d6c2cf9e
MD5sum: afa5e57fa893c326991be9472763a7da
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-16-pg-rrule-dbgsym
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-16-pg-rrule (= 0.2.0+git20211101.d7d10f2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-16-pg-rrule-dbgsym_0.2.0+git20211101.d7d10f2-1.pgdg+1_arm64.deb
Size: 23416
SHA256: e628f14febc312e2bcf45e97592df1e5bd6ce51b9f6e111dda1d1f2ae9ffae9a
SHA1: acd888582833551d6ff043aecfafea6e8f928772
MD5sum: e4690f2b9d03eccb07fe5218a806663d
Description: debug symbols for postgresql-16-pg-rrule
Build-Ids: e9340c5fc96c3e01becb6067b1f70782770cd546
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-16-pgsphere
Source: pgsphere
Version: 1.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1704
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1), postgresql-16, postgresql-16-jit-llvm (>= 16)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-16-pgsphere_1.5.1-1.pgdg+1_arm64.deb
Size: 434872
SHA256: 0ff603f818a7111438f69ec7cc7a56332f0ab1edf4375ddd33a7c6aad12cb644
SHA1: d62d3df250975656e94e92675748548b86177faa
MD5sum: 20663aef415304aecbeb834fae516548
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-16-pgsphere-dbgsym
Source: pgsphere
Version: 1.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 503
Depends: postgresql-16-pgsphere (= 1.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-16-pgsphere-dbgsym_1.5.1-1.pgdg+1_arm64.deb
Size: 445120
SHA256: 9265cf9f80e23a36080c9373bede2edd127c750561e200437364f2e3d68064dc
SHA1: 0c60f5d21ee123a10621bf1702c36fb4ccaee8bd
MD5sum: b9e975b01df8aa654f02a277e581cd1c
Description: debug symbols for postgresql-16-pgsphere
Build-Ids: 403bb277ef176985ce9742feb09e44020a882008
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-16-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.2.3-1.pgdg+2
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 178
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 16), postgresql-contrib-16
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-16-pg-stat-kcache_2.2.3-1.pgdg+2_arm64.deb
Size: 41484
SHA256: d5c7cd3b64d2ab9df7d7cca475df625fecfbf2d8507d4ae819343fa961301530
SHA1: 6a8731c094ef662830798727d2533c90b22ff910
MD5sum: e689d5412a77b1b15ea6dd334bf1e8fd
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-16-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.2.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 58
Depends: postgresql-16-pg-stat-kcache (= 2.2.3-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-16-pg-stat-kcache-dbgsym_2.2.3-1.pgdg+2_arm64.deb
Size: 41644
SHA256: dde432b0b8a583f5158818fc75ac5058a3a3b3994e345de28c4fc819c05f0cc2
SHA1: 148e644046f6b108bca30eca0601699147c64235
MD5sum: 354b56be33500f6d08f062f36a6b737c
Description: debug symbols for postgresql-16-pg-stat-kcache
Build-Ids: bd31bd6e0c3ba0d456c08e49bcb21e1a6dd10dce
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-16-pgtap
Source: pgtap
Version: 1.3.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1795
Depends: postgresql-16
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-16-pgtap_1.3.3-1.pgdg+1_all.deb
Size: 62880
SHA256: 421f658e4dcfcee3e43f4e9c563b8144c74d150833d242a3b6009f6cbbacd2f0
SHA1: a8dc8660afb5f8351b2813e954de3499943e921e
MD5sum: 44e66c1cb7f80dffc8f3510f39339ae5
Description: Unit testing framework extension for PostgreSQL 16
 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 16.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-16-pgvector
Source: pgvector
Version: 0.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 732
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-16-pgvector_0.7.0-1.pgdg+1_arm64.deb
Size: 270404
SHA256: 6c365594b77fec7b139ff11cd3bc6a2c4ce441e180ff5a445aa7276668ed1561
SHA1: cbd6a38a3fff52412d049de6c54f699381aca226
MD5sum: 1d0d88b17d6592d467b93d696afc2879
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-16-pgvector-dbgsym
Source: pgvector
Version: 0.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 347
Depends: postgresql-16-pgvector (= 0.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-16-pgvector-dbgsym_0.7.0-1.pgdg+1_arm64.deb
Size: 315052
SHA256: 937c4de3db2d5dbf653a11c09925b7bbb361d0d0c9b1fbebf30597f49bc0c804
SHA1: c965bdaa247db667d2f8a56c11546f2699ca90d4
MD5sum: 6b27e9299caf9156adb7ecf067997a5d
Description: debug symbols for postgresql-16-pgvector
Build-Ids: 65197d66e8ff21d4d39b58935b6f45202d9ae599
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-16-rdkit
Source: rdkit
Version: 202309.3-3.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1213
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1 (>= 202309.3), libstdc++6 (>= 13.1), postgresql-16, postgresql-16-jit-llvm (>= 16)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-16-rdkit_202309.3-3.pgdg+2_arm64.deb
Size: 488012
SHA256: 5bc03fe34b36c986db753048a525d7bd5a19e25b3c0d5378d6e7eb5cba43e30e
SHA1: d890c79996f01792902f6c9b8e859272ec15e1d7
MD5sum: 941575d6a3bc8c6e934178b91911986a
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-16-rdkit-dbgsym
Source: rdkit
Version: 202309.3-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1165
Depends: postgresql-16-rdkit (= 202309.3-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-16-rdkit-dbgsym_202309.3-3.pgdg+2_arm64.deb
Size: 1100468
SHA256: a46b0f592943df78c3e28806a2d5a1a04e23b470a6d155d5d5e0b79ef4ccecab
SHA1: 03ee778fd89fd2644fbccfcda20ef8c0278b5710
MD5sum: 0d6f8d7cdd6d5ba8295672a64751671d
Description: debug symbols for postgresql-16-rdkit
Build-Ids: bf5e47c5c44b491d045de1f61be2497bdf1d368a
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-16-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.4-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 731
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-16-roaringbitmap_0.5.4-2.pgdg+2_arm64.deb
Size: 298752
SHA256: b3d77279cc95597e7925847b203a48d061ffcf9ea35a43b9ed5c90d25cc675c6
SHA1: e25d1e2e4af05b41d3e4f76fa419daecd5ac32a7
MD5sum: 19d7fcba7f55691d49113ffcac241433
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2024-05-01 13:21:19+00

Package: postgresql-16-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.4-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 435
Depends: postgresql-16-roaringbitmap (= 0.5.4-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-16-roaringbitmap-dbgsym_0.5.4-2.pgdg+2_arm64.deb
Size: 405720
SHA256: f415edf0a23f0961e75d0664ef07f530023c21a354ad65b650db058de472482b
SHA1: 27ce85b822ba1789b6fd74900d8da25f4111aa29
MD5sum: 303fdcaca29cc14c3f9fb3b6735d3d66
Description: debug symbols for postgresql-16-roaringbitmap
Build-Ids: 50f01e8397a7af850cfc7a2a703474b5667de486
Timestamp: 2024-05-01 13:21:19+00

Package: pspg
Version: 5.8.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 366
Depends: libc6 (>= 2.34), libncursesw6 (>= 6.1), libpq5 (>= 9.0~), libreadline8t64 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_5.8.5-1.pgdg+1_arm64.deb
Size: 133048
SHA256: d5acdabbcf6d61e622b4c978fb47d8f834173434cd2abffcd1e2bc2e8a8c3b35
SHA1: 9fd6a0d6ddc1eb22277de5deda754ca1ecb92bfe
MD5sum: a66088e88f1894aa30293e4b7f1ffbc6
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2024-05-01 13:21:19+00

Package: pspg-dbgsym
Source: pspg
Version: 5.8.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 446
Depends: pspg (= 5.8.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_5.8.5-1.pgdg+1_arm64.deb
Size: 417636
SHA256: 2cb3a29ab54e3f8cfee6a22d08b2bf6df771183e2bef4459f2d5f19b9ce8ecc5
SHA1: 2ecefa747a57c9721a48fdb4ed5f4f4813186710
MD5sum: 3c98bbae4e7e06fb6e323c59df8fa6c8
Description: debug symbols for pspg
Build-Ids: a4d81ef3e8efeb0b186af36a7d94fdef6323203e
Timestamp: 2024-05-01 13:21:19+00

Package: python3-rdkit
Source: rdkit
Version: 202309.3-3.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 31936
Depends: fonts-freefont-ttf, rdkit-data, python3 (<< 3.12), python3 (>= 3.11~), python3-numpy (>= 1:1.25.0), python3-numpy-abi9, python3:any, libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py311, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.34), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.2), libgcc-s1 (>= 3.0), libpython3.11t64 (>= 3.11.5), librdkit1 (>= 202309.3), libstdc++6 (>= 13.1)
Suggests: rdkit-doc
Homepage: http://www.rdkit.org
Priority: optional
Section: python
Filename: pool/main/r/rdkit/python3-rdkit_202309.3-3.pgdg+2_arm64.deb
Size: 4292696
SHA256: 498eb11a3ef7de0b522e3de45aa11ebe9cfa3bae2caca00602b317ff85ec3fe5
SHA1: f6f55254facd4488cffd9d5da0f8d5cb515e5f73
MD5sum: 752336e48140ef979986c5c61f935cd9
Description: Collection of cheminformatics and machine-learning software
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
Timestamp: 2024-05-01 13:21:19+00

Package: python3-rdkit-dbgsym
Source: rdkit
Version: 202309.3-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 63736
Depends: python3-rdkit (= 202309.3-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/python3-rdkit-dbgsym_202309.3-3.pgdg+2_arm64.deb
Size: 54674260
SHA256: 71882249bd2e6bc8d7d3100b35c9b7e7b60cd7fe71c4722206704fe8ad972408
SHA1: 4cd1db7ed398757f09fe050dc81025e1d1e200a6
MD5sum: 364b7b1630606634b552f9ce9dd0f0ef
Description: debug symbols for python3-rdkit
Build-Ids: 03c6487d87e104a40060075a367d217c853fbe06 04279447e1d12f843031cb681ba13831a0cff335 0b1caf3128dfce9725c153bc1b72bf0771d00b0c 10be1a4d87ebf351d6e62e7354e9fba3895b0342 1325ffe64a6e9ad96129a488a4b00a02bad7d730 1c64ec3e0a90fc929f6f8f5bd77c2ba06466d557 1d110ebb045500705a85f62eeb7fad561020d014 20909ed144359d5b2dc09f978aef5b595da7fc9d 2223496f51769c19320c5b7ced0dea6ce05e2690 28f55be66ae1bb34109a48ec8d83e6342165f48f 2e73e8f3d49f595b4bc4a60a792438afdb52fece 32d4255dd1093060074eda81685b48e496c095ce 353287d91fdcdfa0bde4bc32d7072be298ce4642 39f1af3d91fa56baf0c4a6a4f699672f9bdd9d5b 3a82c189b4d2db2a24c57e6c7043a8705250fed5 41fdea773a36676d6dfeaeda13e68dcb00e21be6 4300742f41e233ba40dab72b581c7e3bb3ff741b 435c25f361ffa2f251d8695b8467c65f80d4f5ed 46c3ad87f41941c0cb8a2eccdcbf4eae685efa0e 4d21a77194a199ad3a226a76c02dc4bb0e9f870b 50839089fe091f244e868c30a0a32d0193301049 554ecee37d645beb0522e8548aee1c3e1ee45112 56bbb15a67dead50089168436a60a9902d2007bc 57214eec3f0a25907b8ec05c3f084d3988284e1d 65365a802b7e2783cc4c4d0d1a2f9019e1ce3357 66154371fdb7a4bc72d0fffd95676b12e8b33c67 67586142d6a925d46a5f9d939aa124e4ec3fdfaf 6d5829b76b1bb45fe4e1230442d0dff5382cda43 6fe83cfa9798ca6f3309e319f33b901f1b4ac18c 755005e993014ac8449a939e3bbc8efd33d59858 7dcb39eb903ed85ddc9cfc7f2f8fe79ab57ec98c 7f77f4babab683bc6b1a4dbb7703f6b691c814b0 85d71eb25e60b10ef5a00dae093b375ac26e16ee 8e8d2970e50fc888644a0c2fda8f5082ba7344b8 938e70a99548ec6c56cfc470fc002c37c8d4b3cd 9bb1da46f2d5d5a16c951abdea2cccf62edc88f6 c6003027ce4e16d4044682ff0c7a6152d1f0bbde cc8311c1c69483a3d92c223de10ef24a360b0eba d0fe93c80e4d2e678d2599d64751309e2d1ff682 d327b523b7c36d77866aeaa89b6b30c60fd9a8bb d40227075149fdd86e3464d2f751dca6e54a008d dc0b6b1e6ef6997860b7a290f1d8af7775237f84 dfd7cb6cb2f0be174c4700cfc22326e624fc4df7 e5b1334fe0f044421518ef4ee96decc054e38d3a e78f227d7206eae19eafdc85f19d033482317250 ea5762530d844415510334f813ddcc307ee62c23 ec3394cdf8e2074639d6afe1374074033108d597 ec71ff304460b656be707de9ca68c3c34ca5898f eef9983d5ce4889903ba17a5800d89d8f2120f8a f62caa844bacd630a3e629e568ecf433cb867d8a fed12e4340b0433a207a670044fdb86e589775ca
Timestamp: 2024-05-01 13:21:19+00

Package: rdkit-data
Source: rdkit
Version: 202309.3-3.pgdg+2
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 59178
Homepage: http://www.rdkit.org
Priority: optional
Section: science
Filename: pool/main/r/rdkit/rdkit-data_202309.3-3.pgdg+2_all.deb
Size: 13114608
SHA256: 41b7a4fb3aa112766dcbe28c9ef002bc21535081a87a56213ca84114b58a8b37
SHA1: b9a123be12239632f2f2189d3a538968d09a50b0
MD5sum: c1d4c82addf9f7021a28f06158f9fd79
Description: Collection of cheminformatics and machine-learning software (data files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains data files.
Timestamp: 2024-05-01 13:21:19+00

Package: rdkit-doc
Source: rdkit
Version: 202309.3-3.pgdg+2
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 77458
Depends: libjs-jquery, libjs-underscore
Homepage: http://www.rdkit.org
Priority: optional
Section: doc
Filename: pool/main/r/rdkit/rdkit-doc_202309.3-3.pgdg+2_all.deb
Size: 8712412
SHA256: a59976e506ab96050497e60d1f75ec48cee8a763f2b097e4e6c4982d6883ca88
SHA1: cc5489b43feb26bd9a6c7b46bb63e1baab3b69dd
MD5sum: b7a40d787287b5bc6695ffc4b8b68b57
Description: Collection of cheminformatics and machine-learning software (documentation)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains the documentation.
Timestamp: 2024-05-01 13:21:19+00

Package: libecpg-compat3
Source: postgresql-11
Version: 11.22-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg-compat3_11.22-4.pgdg+1_arm64.deb
Size: 21176
SHA256: a61a8e738e6a589c695f8f079a95c8a13edd7a6701c7302d6e4674f089cf1b67
SHA1: e1960707024cb52cfbe7cfa5785d1c0267d4be23
MD5sum: 041866f4d404d9963575066ac2658a92
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.
Timestamp: 2024-05-09 15:24:03+00

Package: libecpg-compat3-dbgsym
Source: postgresql-11
Version: 11.22-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 11.22-4.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-compat3-dbgsym_11.22-4.pgdg+1_arm64.deb
Size: 16744
SHA256: a1a09957feb841052c35fbb437eaecc17517c884ca051b67a3c75bb607c7d23c
SHA1: 70b7deb8258d40f74ec7211105bd89af47564996
MD5sum: 0c4b4b42fe22cc0d2c1343f6fd810d73
Description: debug symbols for libecpg-compat3
Build-Ids: 1700e6be312589f5a2f731340b717d3c36052fb0
Timestamp: 2024-05-09 15:24:03+00

Package: libecpg-dev
Source: postgresql-11
Version: 11.22-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1319
Depends: libecpg-compat3 (= 11.22-4.pgdg+1), libecpg6 (= 11.22-4.pgdg+1), libpgtypes3 (= 11.22-4.pgdg+1), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libecpg-dev_11.22-4.pgdg+1_arm64.deb
Size: 229080
SHA256: 145e9352d548a884c1696dbaeb3ee0efdea4fd2bfe75077cd0ba4ceeaf2d3a8d
SHA1: 7c5a7521c7154f211ca4630d9c4fa42b9ccb547b
MD5sum: 678c1b1cba5b2b4de792f2207621392c
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).
Timestamp: 2024-05-09 15:24:03+00

Package: libecpg-dev-dbgsym
Source: postgresql-11
Version: 11.22-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 270
Depends: libecpg-dev (= 11.22-4.pgdg+1)
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-dev-dbgsym_11.22-4.pgdg+1_arm64.deb
Size: 233972
SHA256: 7cd9f1c1d1289c33d4f1f6b5e10a36f4a91ff6e397cd04d010fa4026e29fe9eb
SHA1: 41b4c22f1a11ba357509152a8d2c5c382622c3c0
MD5sum: 8f0e73abaa7c351ac2bcc278f4515d58
Description: debug symbols for libecpg-dev
Build-Ids: 728418b5a9d919d14d4f165904b40f555b3f5b0c
Timestamp: 2024-05-09 15:24:03+00

Package: libecpg6
Source: postgresql-11
Version: 11.22-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 486
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg6_11.22-4.pgdg+1_arm64.deb
Size: 88644
SHA256: 44028cd0be3da979caf324fcdcbe4d572a246ea6cfe6802330238d3b6eb8f09b
SHA1: e7b208893dabbdd1dc0bea884fe2dff17e47a28b
MD5sum: 1b63b4dcc83e13de1f71f43810911d31
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.
Timestamp: 2024-05-09 15:24:03+00

Package: libecpg6-dbgsym
Source: postgresql-11
Version: 11.22-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libecpg6 (= 11.22-4.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg6-dbgsym_11.22-4.pgdg+1_arm64.deb
Size: 93348
SHA256: 5a3cd88d0861bb56015c55651c58a97c7f3cd94ef13df12e554d9b9664a9dd23
SHA1: 14d3be34bc248f2d9fb9f28c43278d574fbfeb74
MD5sum: a7a22ffabe8f6e07e9ce0de98765b321
Description: debug symbols for libecpg6
Build-Ids: cd7e2abcc6205de6bf4d12610592681ce324f753
Timestamp: 2024-05-09 15:24:03+00

Package: libpgtypes3
Source: postgresql-11
Version: 11.22-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: libc6 (>= 2.17)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpgtypes3_11.22-4.pgdg+1_arm64.deb
Size: 42104
SHA256: fe8fd6be32352553e6fa8f5189e282e4631f65bd9dd40c3766b099594d1b58e3
SHA1: 07d2bde41d00c619a1bed18d725c23833e245098
MD5sum: 9348455c330f2b5c31cc877af99bf775
Description: shared library libpgtypes for PostgreSQL 11
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-09 15:24:03+00

Package: libpgtypes3-dbgsym
Source: postgresql-11
Version: 11.22-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: libpgtypes3 (= 11.22-4.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpgtypes3-dbgsym_11.22-4.pgdg+1_arm64.deb
Size: 71108
SHA256: 0844956c8df2ebde8912461fc67c9e156077c3d6a545e29d69cbdd62b7562f63
SHA1: 6a091ff3ca1a0c0787c1c25beaa2139d883ac8ec
MD5sum: f8be6841dab3795fbc3ab129a4f36797
Description: debug symbols for libpgtypes3
Build-Ids: dee3f57967d98aa70b518e6d520f7cf2710c63e0
Timestamp: 2024-05-09 15:24:03+00

Package: libpq-dev
Source: postgresql-11
Version: 11.22-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 706
Depends: libpq5 (= 11.22-4.pgdg+1)
Suggests: postgresql-doc-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libpq-dev_11.22-4.pgdg+1_arm64.deb
Size: 166352
SHA256: ad705b82cc7e9fb907c4309cc7353bfda399a4041de8de06c62219c072df3f32
SHA1: 1100b7b3526460e148d095efc207479814ad8c2e
MD5sum: 40c30996f2b7e7c1f423c59ffc8ad0ec
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.
Timestamp: 2024-05-09 15:24:03+00

Package: libpq5
Source: postgresql-11
Version: 11.22-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 784
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpq5_11.22-4.pgdg+1_arm64.deb
Size: 167820
SHA256: 92935c9f18fb31f87bcd9b131a89021d8374ee392b39d40eee03200853cec040
SHA1: 45e1768f86771ffa0494bd724a69c6cecb9891c5
MD5sum: b27e0c68a1cae944d433abf94045edd5
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.
Timestamp: 2024-05-09 15:24:03+00

Package: libpq5-dbgsym
Source: postgresql-11
Version: 11.22-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libpq5 (= 11.22-4.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpq5-dbgsym_11.22-4.pgdg+1_arm64.deb
Size: 230044
SHA256: d9a0cc0d020d495beb9b7c85f317d06493d8c0e07aaaf42b8fbf7ffd3e49bd50
SHA1: 6c72312b9ab7b508ec81df82d1491e0f52c00e9c
MD5sum: 68f2cf2ef4caa32da88343a98f086ccc
Description: debug symbols for libpq5
Build-Ids: d5e2cee3eda43979082fb1d0426356543fd0aa07
Timestamp: 2024-05-09 15:24:03+00

Package: libecpg-compat3
Source: postgresql-12
Version: 12.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg-compat3_12.19-1.pgdg+1_arm64.deb
Size: 21328
SHA256: 5287d0a2065cca944d9a5fba8083590bcfa386756dcc2ca90ff4a5d1d72e6ff1
SHA1: 9262210384dab0735a1036b0bb220170145d998a
MD5sum: b78278a3bf0da331d601940eeb6b5851
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.
Timestamp: 2024-05-09 15:24:49+00

Package: libecpg-compat3-dbgsym
Source: postgresql-12
Version: 12.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 12.19-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-compat3-dbgsym_12.19-1.pgdg+1_arm64.deb
Size: 16720
SHA256: 5fbb08e6915fa796f6159b98db1412b22cf7d28ac5413427555565ec67d1d47d
SHA1: 68d71ebba0a16df00f92a946f754cfa5e5de54ef
MD5sum: ed78a917fe243ae801c9c33b5ec96f55
Description: debug symbols for libecpg-compat3
Build-Ids: 37c667898e6402e6a8fdb3a9890075f96848b5ec
Timestamp: 2024-05-09 15:24:49+00

Package: libecpg-dev
Source: postgresql-12
Version: 12.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1583
Depends: libecpg-compat3 (= 12.19-1.pgdg+1), libecpg6 (= 12.19-1.pgdg+1), libpgtypes3 (= 12.19-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libecpg-dev_12.19-1.pgdg+1_arm64.deb
Size: 269076
SHA256: 6404ad788b5784004250f0628fd5c5f7d1b1a232056f3c7483c943a444bb96bf
SHA1: 2c9ef82a39327294ec3fe2069199be7477e88125
MD5sum: fa1cd3665250ebb9c2259a88e7d5138c
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).
Timestamp: 2024-05-09 15:24:49+00

Package: libecpg-dev-dbgsym
Source: postgresql-12
Version: 12.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 281
Depends: libecpg-dev (= 12.19-1.pgdg+1)
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-dev-dbgsym_12.19-1.pgdg+1_arm64.deb
Size: 244780
SHA256: 5a767a205cd5f0134edc8ae0b1938731732224960748a6f64e8cd59e2ae487b7
SHA1: fb424e8ed91193ece64fb88c1fde698aa9d6632b
MD5sum: c9415e35f8a90436cf231234e092e28f
Description: debug symbols for libecpg-dev
Build-Ids: 76b52be942e9dbd129ddc5f03b92d9d5e95089b9
Timestamp: 2024-05-09 15:24:49+00

Package: libecpg6
Source: postgresql-12
Version: 12.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg6_12.19-1.pgdg+1_arm64.deb
Size: 61192
SHA256: 9c2f3264fdbc13f7db6b85f3ba0de6c58146e074ac08d6f132ca3536bff27c44
SHA1: 8c46af8899e18b662cbb0ea397d7770bfcb8c92d
MD5sum: 5c4a781123f0ccfab217a24d44be7f49
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.
Timestamp: 2024-05-09 15:24:49+00

Package: libecpg6-dbgsym
Source: postgresql-12
Version: 12.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 12.19-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg6-dbgsym_12.19-1.pgdg+1_arm64.deb
Size: 112600
SHA256: af72f991510e0d7a4325bb892ee19f15b6024a9019568df9cb674bdf5829ac2f
SHA1: 750d701bdbb6ab4d5da2690e5970e34c1a8e1c0d
MD5sum: 0a0bf5f63e434ad698cd2979e6c7e90a
Description: debug symbols for libecpg6
Build-Ids: 5ba61c9e0ef56cf5ef9e03ea29cd5ab51a2c48c1
Timestamp: 2024-05-09 15:24:49+00

Package: libpgtypes3
Source: postgresql-12
Version: 12.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 170
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpgtypes3_12.19-1.pgdg+1_arm64.deb
Size: 47320
SHA256: befc7f09b927d2d1c26d67b580f2acb105e92e491b15f656d25bb3d3d31305d6
SHA1: 4bb2282e9dda1ac29bc8a5783225c74c321a10b8
MD5sum: 90d27e18bd1825632b682ffe70b828ed
Description: shared library libpgtypes for PostgreSQL 12
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-09 15:24:49+00

Package: libpgtypes3-dbgsym
Source: postgresql-12
Version: 12.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libpgtypes3 (= 12.19-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpgtypes3-dbgsym_12.19-1.pgdg+1_arm64.deb
Size: 88192
SHA256: 652efbe8db9270694523b25f624dfb5c9e2e0f8840cd119e68e15de4a3aae72a
SHA1: 555cf4c62a24a7962f793943f77dd0eca7cfda65
MD5sum: 709343a440d03e6f16de0d20ec7c8535
Description: debug symbols for libpgtypes3
Build-Ids: 465602cb274a43fe18480bbbc1abc5b37f71056b
Timestamp: 2024-05-09 15:24:49+00

Package: libpq-dev
Source: postgresql-12
Version: 12.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 599
Depends: libpq5 (= 12.19-1.pgdg+1)
Suggests: postgresql-doc-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libpq-dev_12.19-1.pgdg+1_arm64.deb
Size: 144656
SHA256: 5c47c620cbb2caecf97bc1d6f44a109e9f722fc779f23b100fd6b5471d81bc4e
SHA1: a8eabd995d9d829291dd07538eb8c3a1493a4cc5
MD5sum: 9895b25973fc5446c5bcdecc847b1931
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.
Timestamp: 2024-05-09 15:24:49+00

Package: libpq5
Source: postgresql-12
Version: 12.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 794
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpq5_12.19-1.pgdg+1_arm64.deb
Size: 179536
SHA256: e2cc21d5bc7e1e08a82f479c8f299d988747d18ef2062bab29abb653a8f27fe2
SHA1: 51d808f7818548a4ab6ef6da06bd391c5ea384b6
MD5sum: 8a4c55cc5bcfffabca52d8199a4143e1
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.
Timestamp: 2024-05-09 15:24:49+00

Package: libpq5-dbgsym
Source: postgresql-12
Version: 12.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 286
Depends: libpq5 (= 12.19-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpq5-dbgsym_12.19-1.pgdg+1_arm64.deb
Size: 252704
SHA256: 5bf65dcf26054c72d91b6d0ebcbd3b810feebfa0b20800fc0b59c0c42cbaaa3e
SHA1: df76a8d2ab13313a08e5f2762a64b3957d2a2c25
MD5sum: 1b7b131bbe571a3f85c0a63e80ec5d48
Description: debug symbols for libpq5
Build-Ids: b0a377d27850dfcf262e79fbe50ff5b6cea048ae
Timestamp: 2024-05-09 15:24:49+00

Package: libecpg-compat3
Source: postgresql-13
Version: 13.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg-compat3_13.15-1.pgdg+1_arm64.deb
Size: 27064
SHA256: e200342bca29da8de8fdc3ec4106d8ee1c111a2b7bdcb83e64edbb4cdfcebb58
SHA1: 2ef2a1fad064b88263dad216bbb39c4d1d1fc631
MD5sum: 3d091439ce63f5bbf153db7def5170f2
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.
Timestamp: 2024-05-09 15:26:33+00

Package: libecpg-compat3-dbgsym
Source: postgresql-13
Version: 13.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 13.15-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-compat3-dbgsym_13.15-1.pgdg+1_arm64.deb
Size: 39140
SHA256: 1defa47712820b5ca5e88c40ceaedc95aee37bcea814c27c52e940bb87fb7e88
SHA1: 3f1784bea1a530eec2016f6d05ea38229e9bc23e
MD5sum: 3e289c6425cbcc6c9cf82849c955e3dc
Description: debug symbols for libecpg-compat3
Build-Ids: 844e51e019bbebfd9827362f5fb2b59bdfc0457a
Timestamp: 2024-05-09 15:26:33+00

Package: libecpg-dev
Source: postgresql-13
Version: 13.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1519
Depends: libecpg-compat3 (= 13.15-1.pgdg+1), libecpg6 (= 13.15-1.pgdg+1), libpgtypes3 (= 13.15-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libecpg-dev_13.15-1.pgdg+1_arm64.deb
Size: 267924
SHA256: e8db7fccb7c1d814937217a54df27c351a4a0c9ec7930fb73aa9af24b3fcbcca
SHA1: afcd08506774076da6ce98396c6e488832837dd7
MD5sum: f7e86d3c242a918668fc0dddfd8efb69
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).
Timestamp: 2024-05-09 15:26:33+00

Package: libecpg-dev-dbgsym
Source: postgresql-13
Version: 13.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 286
Depends: libecpg-dev (= 13.15-1.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-dev-dbgsym_13.15-1.pgdg+1_arm64.deb
Size: 250328
SHA256: 962992de3558428e7f23305143435a1e75d102bec1dce26430503251c697682d
SHA1: f11a83f4a87d8dc21cd036a60e8060edda551981
MD5sum: 8b4ef811ba98a69c8a88e35dabe4012d
Description: debug symbols for libecpg-dev
Build-Ids: 5dbb9ab45ce4d306320515dcb29b54330365dad1
Timestamp: 2024-05-09 15:26:33+00

Package: libecpg6
Source: postgresql-13
Version: 13.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg6_13.15-1.pgdg+1_arm64.deb
Size: 61060
SHA256: cb0557a7cba8c2580df50dfe3c4985f10f43932507f38bc212d23dcf986dc4b5
SHA1: 9a84331ca42370b92473b65f43f2c1de44904b2d
MD5sum: 343f4a9a39e16aa82f7f380b9896368f
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.
Timestamp: 2024-05-09 15:26:33+00

Package: libecpg6-dbgsym
Source: postgresql-13
Version: 13.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 13.15-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg6-dbgsym_13.15-1.pgdg+1_arm64.deb
Size: 112896
SHA256: d93f38c88d110af3271938dbc4a1fc99d2ca7a565890cbb0aa1045f3aa410c3d
SHA1: 227e3d6fcb30e727554752eb7f8dbdd0ecaffe7d
MD5sum: efeaf7ffbbd79141079b56bb8d9d8a9e
Description: debug symbols for libecpg6
Build-Ids: f723cc10013d2eb2946f1affe69d14a17310b643
Timestamp: 2024-05-09 15:26:33+00

Package: libpgtypes3
Source: postgresql-13
Version: 13.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 170
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpgtypes3_13.15-1.pgdg+1_arm64.deb
Size: 47428
SHA256: f1f86563cbf031eb067e85a9dcd8a25ea94d768d4a0d84621f63ab45c2f8e502
SHA1: 1c84117fcd27ab02d741960a1facf7351c3fc4db
MD5sum: 5dedc351fca329b4ccab5a88d88b87a4
Description: shared library libpgtypes for PostgreSQL 13
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-09 15:26:33+00

Package: libpgtypes3-dbgsym
Source: postgresql-13
Version: 13.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 13.15-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpgtypes3-dbgsym_13.15-1.pgdg+1_arm64.deb
Size: 88504
SHA256: 3d8a8e48a61216a4bd54a5bbff5e8ca6a04b8836e6242765d77796554cb4601a
SHA1: 71d91f94b73c92d6ae69d9217732cce45a294147
MD5sum: d4a2e4792f3db4decba910db25430f28
Description: debug symbols for libpgtypes3
Build-Ids: 8fb59ec1e2ed0cb36600e89271cd511159c08c77
Timestamp: 2024-05-09 15:26:33+00

Package: libpq-dev
Source: postgresql-13
Version: 13.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 579
Depends: libpq5 (= 13.15-1.pgdg+1)
Suggests: postgresql-doc-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libpq-dev_13.15-1.pgdg+1_arm64.deb
Size: 141240
SHA256: 9866c236751a36746f96a65bb933fc46f0f00bd8d2fdeec18f037390780d3bb4
SHA1: 5f712e18d06a630dccea87c61933c56703000f29
MD5sum: 0e37a2873c653addc0b708f11eadf7ed
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.
Timestamp: 2024-05-09 15:26:33+00

Package: libpq5
Source: postgresql-13
Version: 13.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 853
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpq5_13.15-1.pgdg+1_arm64.deb
Size: 178516
SHA256: b3e123e55a7a99d5d3f022d7deaf3b6a375405f68d7bd98e5a78f1110a1830da
SHA1: 74607f8a51c43fafbfee98e961a3489895d373f8
MD5sum: 2cba0196b011d40197cbf7f72428ba88
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.
Timestamp: 2024-05-09 15:26:33+00

Package: libpq5-dbgsym
Source: postgresql-13
Version: 13.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 293
Depends: libpq5 (= 13.15-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpq5-dbgsym_13.15-1.pgdg+1_arm64.deb
Size: 258072
SHA256: caab07600adb28134c1f1e95c49f9327afb77dccec81282ee555056a258197cf
SHA1: 62108e4ba6f52244cfee8ed9ee05e158bbef4e03
MD5sum: 6dc1a8dbf035733ac876c8bc06a1f196
Description: debug symbols for libpq5
Build-Ids: 8847f1ad13d64b92b90881323f11788ce83c2b04
Timestamp: 2024-05-09 15:26:33+00

Package: libecpg-compat3
Source: postgresql-14
Version: 14.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg-compat3_14.12-1.pgdg+1_arm64.deb
Size: 24472
SHA256: fe21fb89914287459ad15ce3044c0406e37e1837051f12fc929bb7c65708c4b7
SHA1: 5b93f8e58bf6525c31c8ae287e06ffa36a02cd8d
MD5sum: 92024341b884ab99216ffab088565142
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.
Timestamp: 2024-05-09 15:27:30+00

Package: libecpg-compat3-dbgsym
Source: postgresql-14
Version: 14.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 14.12-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-compat3-dbgsym_14.12-1.pgdg+1_arm64.deb
Size: 39240
SHA256: 8ee70edc5c0e62ed3956764a856f21d994cd8281ab81180a0926bbbb570cbc80
SHA1: d53261b1ac1e05e037b36c7644c204854c8f857d
MD5sum: 6d28a155334a195affccb1d07706f9c4
Description: debug symbols for libecpg-compat3
Build-Ids: 9ac3ae14e39c686daf096312e02ee175dbed656e
Timestamp: 2024-05-09 15:27:30+00

Package: libecpg-dev
Source: postgresql-14
Version: 14.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1604
Depends: libecpg-compat3 (= 14.12-1.pgdg+1), libecpg6 (= 14.12-1.pgdg+1), libpgtypes3 (= 14.12-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libecpg-dev_14.12-1.pgdg+1_arm64.deb
Size: 273180
SHA256: 16bb2a6628bc2035a19c9835a0cbf3e8b5b9d38bab68f849d72963f8c54b7ebc
SHA1: 4ba973aff09b7a04c57eefa97f457af03f4d2895
MD5sum: ee41add52e04213df5e7547be1216c6b
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).
Timestamp: 2024-05-09 15:27:30+00

Package: libecpg-dev-dbgsym
Source: postgresql-14
Version: 14.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 297
Depends: libecpg-dev (= 14.12-1.pgdg+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-dev-dbgsym_14.12-1.pgdg+1_arm64.deb
Size: 257084
SHA256: d578f246579f8729dfe6a9ed96e90740cd6c9bc6753363c87b1b2b49af492152
SHA1: 65cf0834cdcf4634ee75fb934b4991db2735141a
MD5sum: 361c670f6160c661c1ac3c2b6e23e22f
Description: debug symbols for libecpg-dev
Build-Ids: c5652ce1749c4069be53b96acbcccf4389a2cd77
Timestamp: 2024-05-09 15:27:30+00

Package: libecpg6
Source: postgresql-14
Version: 14.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 267
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg6_14.12-1.pgdg+1_arm64.deb
Size: 59252
SHA256: f39f01067b6168f63d1dae5d165a7c19aecab8b5643704cbc37622d27b5237df
SHA1: d99f26a08bd559971433b5600a33e603fe36df91
MD5sum: 40c1ece39509dce320d194ec3efa305e
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.
Timestamp: 2024-05-09 15:27:30+00

Package: libecpg6-dbgsym
Source: postgresql-14
Version: 14.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 14.12-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg6-dbgsym_14.12-1.pgdg+1_arm64.deb
Size: 112664
SHA256: 0549ee760e34a3c60c149039010cef56ddcf71a550d7e6d886fe01b9eb28d741
SHA1: ec52c3c2ceb594a58a1f9ae10000f83f179ad171
MD5sum: 0b4282e890d508d3c280837f3713996f
Description: debug symbols for libecpg6
Build-Ids: fcffe7a86bc7a226d84b34d79c3b568c6ff6ea3a
Timestamp: 2024-05-09 15:27:30+00

Package: libpgtypes3
Source: postgresql-14
Version: 14.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpgtypes3_14.12-1.pgdg+1_arm64.deb
Size: 44820
SHA256: 3fcb1d5eb4828eb424185183ee4336f2c60632060464c1f98b3841ea5334e5fe
SHA1: 46026bd6a41dad4c791f6c43eb6cdd401445c18e
MD5sum: bd283e7cd9859254bd1714e1616da909
Description: shared library libpgtypes for PostgreSQL 14
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-09 15:27:30+00

Package: libpgtypes3-dbgsym
Source: postgresql-14
Version: 14.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 14.12-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpgtypes3-dbgsym_14.12-1.pgdg+1_arm64.deb
Size: 88684
SHA256: 7fefa2a939f48ab39d38aa1181e7d58acb78a41d2a0bb38686fc100101f669e7
SHA1: da9d02635c7262523c22e3a2fe37036071044a1b
MD5sum: 3ba2621802c2dec41959a02902041fee
Description: debug symbols for libpgtypes3
Build-Ids: 4a318231b531ab6f17556ddd715aa4dd07c27c76
Timestamp: 2024-05-09 15:27:30+00

Package: libpq-dev
Source: postgresql-14
Version: 14.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 588
Depends: libpq5 (= 14.12-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libpq-dev_14.12-1.pgdg+1_arm64.deb
Size: 141340
SHA256: 6f6d8245f6216d950f285f0f1498acff7362ff6dee69f74a143ed8ebc34f5945
SHA1: dfdf32bb4c6c8d1c8b9b6ce04d98efe21c060e7d
MD5sum: 5baa4ec89c15f9f80ebe7abcf4fe395e
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.
Timestamp: 2024-05-09 15:27:30+00

Package: libpq5
Source: postgresql-14
Version: 14.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 816
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpq5_14.12-1.pgdg+1_arm64.deb
Size: 171120
SHA256: a09295a326ce7c82ab31c5a587fe1e2ad50df920d427bdb0886a70789184fddc
SHA1: c02853c46ba5071f0535972d373dbfb89c8a7608
MD5sum: 738b6a36c6cd723b2eb5c5239f8c23b0
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.
Timestamp: 2024-05-09 15:27:30+00

Package: libpq5-dbgsym
Source: postgresql-14
Version: 14.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 306
Depends: libpq5 (= 14.12-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpq5-dbgsym_14.12-1.pgdg+1_arm64.deb
Size: 271316
SHA256: 36aa911be4da0a16ba1550b3071667ceed51a27cd97dfd45a10f4bcca5fdcb88
SHA1: 122fe3a08d146f75764e9c942aff5539d7534d04
MD5sum: e1abbf16ee27e7b383e810121279acb2
Description: debug symbols for libpq5
Build-Ids: d0c9f2fcaf5e21a5e03fb32432abe0d052ec9d65
Timestamp: 2024-05-09 15:27:30+00

Package: libecpg-compat3
Source: postgresql-15
Version: 15.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg-compat3_15.7-1.pgdg+1_arm64.deb
Size: 22144
SHA256: 3afedf8ed35caa4c6227bdf9e24ad6caa1a7725338a648d6a8f458509619c5b9
SHA1: a91bbb1c476d4ff5742f27a64604dd4c7c5c5a30
MD5sum: 6a861715d740bc951489e232694ff7cd
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.
Timestamp: 2024-05-09 15:28:18+00

Package: libecpg-compat3-dbgsym
Source: postgresql-15
Version: 15.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 15.7-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-compat3-dbgsym_15.7-1.pgdg+1_arm64.deb
Size: 39424
SHA256: 0f6229bb667262855a2d67f36f32440564f0884524de3fc0c0755df09451f2bd
SHA1: 0047ea80732fed00ec81af6c93ae12000b84101e
MD5sum: 74ee68038cd7bb1b8184bfa48fa681ff
Description: debug symbols for libecpg-compat3
Build-Ids: c41647abd0ea754149ce7eb681d60e02c1f643eb
Timestamp: 2024-05-09 15:28:18+00

Package: libecpg-dev
Source: postgresql-15
Version: 15.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1632
Depends: libecpg-compat3 (= 15.7-1.pgdg+1), libecpg6 (= 15.7-1.pgdg+1), libpgtypes3 (= 15.7-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libecpg-dev_15.7-1.pgdg+1_arm64.deb
Size: 277744
SHA256: 27dceb4bf1cfd8a2eda30fb8f412b9f840d8e9492c7e2cbb43c69d0b2bf39530
SHA1: ed4d63c98bce185e71a00916c383f53e0764b202
MD5sum: 90cf3d9dbbb1c2edb3dcc5fb578fb2f8
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).
Timestamp: 2024-05-09 15:28:18+00

Package: libecpg-dev-dbgsym
Source: postgresql-15
Version: 15.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 303
Depends: libecpg-dev (= 15.7-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-dev-dbgsym_15.7-1.pgdg+1_arm64.deb
Size: 261156
SHA256: 92699970c4650027edd59a177fc939862bed3c269741ab237fb4a83ccaa104b1
SHA1: a59a5da446919d21366665c1bc8a0fdd89c11198
MD5sum: 437ae7f05453bf4fb8b6fe7ac29809e1
Description: debug symbols for libecpg-dev
Build-Ids: 30c014f76921a66df0f0c39b34703a7a79b833b1
Timestamp: 2024-05-09 15:28:18+00

Package: libecpg6
Source: postgresql-15
Version: 15.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 271
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg6_15.7-1.pgdg+1_arm64.deb
Size: 58172
SHA256: 2435d9ef00a80f74e2564dfa45176380054e7b27cfabf95eab152cdc901041d6
SHA1: 969f50bc88167be9bbdd51dab1f1782d67cbf3cc
MD5sum: ee6573dd4bbc3994f19df656a6aa6abd
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.
Timestamp: 2024-05-09 15:28:18+00

Package: libecpg6-dbgsym
Source: postgresql-15
Version: 15.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: libecpg6 (= 15.7-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg6-dbgsym_15.7-1.pgdg+1_arm64.deb
Size: 115232
SHA256: 97c4eeced4d6ea4dd456ed8d1c20d7df123a14b4dd50327ac4b335826bf8352f
SHA1: 6cee1a5b6eb332c789d6f59381af9a9bd729cd07
MD5sum: acac8953f368589e17322d72e3d009fe
Description: debug symbols for libecpg6
Build-Ids: 1db5bab163c993dba0425a262826d02d43b6b36d
Timestamp: 2024-05-09 15:28:18+00

Package: libpgtypes3
Source: postgresql-15
Version: 15.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 163
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpgtypes3_15.7-1.pgdg+1_arm64.deb
Size: 42592
SHA256: 3fb1a5de571dc51ce64345b132bf69932c0c3da5e8e0a6dd4608fad0932e01ae
SHA1: a6369f64c160fbf75a0c5751270f18c29c1a5eda
MD5sum: 67f674c62532e43014f99109571609bd
Description: shared library libpgtypes for PostgreSQL 15
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-09 15:28:18+00

Package: libpgtypes3-dbgsym
Source: postgresql-15
Version: 15.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 15.7-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpgtypes3-dbgsym_15.7-1.pgdg+1_arm64.deb
Size: 88908
SHA256: cb97a5639e2f98714c89778675da31cb1cdb1ed82e29e80e20b83b485d370eeb
SHA1: 8eea631a7651e1dc85fb6a800244f8039b131a44
MD5sum: d9434700053246e0a2b0ac63bdb05cc7
Description: debug symbols for libpgtypes3
Build-Ids: 0dddbf3c484202bceaaffe774676e4ab934fb438
Timestamp: 2024-05-09 15:28:18+00

Package: libpq-dev
Source: postgresql-15
Version: 15.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 597
Depends: libpq5 (= 15.7-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libpq-dev_15.7-1.pgdg+1_arm64.deb
Size: 142168
SHA256: 9d33be9a88053b9c3a0b7e8ca1f165e8c343f607464460944a6a02505288c63a
SHA1: 978dd571bcdbeffcf0e4f46d5e1017571438532c
MD5sum: 9d97861fa086f4dc85e03012f651c44f
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.
Timestamp: 2024-05-09 15:28:18+00

Package: libpq5
Source: postgresql-15
Version: 15.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 903
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpq5_15.7-1.pgdg+1_arm64.deb
Size: 181744
SHA256: e4aaf5e9ab790d39f126309a9584939409095bb6392f9dd78283ced7836839da
SHA1: d29c916335572000501808701eafdaea622b5122
MD5sum: 94216a3ac951002d4f55cced49f83865
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.
Timestamp: 2024-05-09 15:28:18+00

Package: libpq5-dbgsym
Source: postgresql-15
Version: 15.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 316
Depends: libpq5 (= 15.7-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpq5-dbgsym_15.7-1.pgdg+1_arm64.deb
Size: 280960
SHA256: dff557d92b3028ecc490e707e141c088a5bfc506cb5aefd97368d8f1616d2f65
SHA1: e70876b9a935abb64b38944b22c0ad1c2bd68bfc
MD5sum: 85d8181bdbd6952a6e3ad7101b977429
Description: debug symbols for libpq5
Build-Ids: 8caa9596beeeff124c5d76aecaa0969924d285e9
Timestamp: 2024-05-09 15:28:18+00

Package: libecpg6
Source: postgresql-16
Version: 16.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 276
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-16/libecpg6_16.3-1.pgdg+1_arm64.deb
Size: 57352
SHA256: 295b2b78d046a9871e0cba14f96faa0b8c5883ff2dcb73832315e005c5eb59db
SHA1: 6fedab7f25becf6bdffc5bbe7909b465df116109
MD5sum: 3889dfcf6d0988439a0df92d76c206c9
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.
Timestamp: 2024-05-09 15:34:33+00

Package: libecpg6-dbgsym
Source: postgresql-16
Version: 16.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: libecpg6 (= 16.3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/libecpg6-dbgsym_16.3-1.pgdg+1_arm64.deb
Size: 114872
SHA256: 311c6ed98c213dbfe436055b88b66ea3e199a00580628ef9e19ef88ab6b7a66c
SHA1: f21101010d6d6f2a1f10cb0249df356c6c3d5f21
MD5sum: 79d813e0ee9aa2e4448054ff95e55ea9
Description: debug symbols for libecpg6
Build-Ids: ffc720dee596a1423484fa249c69a52814d5b51d
Timestamp: 2024-05-09 15:34:33+00

Package: libecpg-compat3
Source: postgresql-16
Version: 16.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-16/libecpg-compat3_16.3-1.pgdg+1_arm64.deb
Size: 20772
SHA256: 844f955842394252f534b5d0f38355f7d3893706b2ac9d60d9d49e9656f090a8
SHA1: 3626280a4443dd124c409e2b42d3c437992b36d0
MD5sum: fe34b25ec3674bae4e6f9a88549223ee
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.
Timestamp: 2024-05-09 15:34:33+00

Package: libecpg-compat3-dbgsym
Source: postgresql-16
Version: 16.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 16.3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/libecpg-compat3-dbgsym_16.3-1.pgdg+1_arm64.deb
Size: 39440
SHA256: c12a2ab91a4073ef73a73a3cc8e1e30b30c539ef7a39004e66d18dbf347f7914
SHA1: e96b3e676f11d420b020dcdf888c2d7be3151468
MD5sum: c8785fb616859150092ea38d11095245
Description: debug symbols for libecpg-compat3
Build-Ids: beddeaefca13e96e709fa653002642b69ee320c9
Timestamp: 2024-05-09 15:34:33+00

Package: libecpg-dev
Source: postgresql-16
Version: 16.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1633
Depends: libecpg-compat3 (= 16.3-1.pgdg+1), libecpg6 (= 16.3-1.pgdg+1), libpgtypes3 (= 16.3-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-16/libecpg-dev_16.3-1.pgdg+1_arm64.deb
Size: 277712
SHA256: 9dc866ff721dd30b674e35721217b2623ba77f52b88fc45debd5dece7d9cbbeb
SHA1: cc2fd74cfecdb50116f9bc3dc8c64ef6990df724
MD5sum: 004ab04ab9ebd188898cc11cf7d70521
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).
Timestamp: 2024-05-09 15:34:33+00

Package: libecpg-dev-dbgsym
Source: postgresql-16
Version: 16.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 304
Depends: libecpg-dev (= 16.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/libecpg-dev-dbgsym_16.3-1.pgdg+1_arm64.deb
Size: 262656
SHA256: 6417f137cc9b8dba3a0f14360458cd650f4964dbf9c67574c269a8f108d20c2f
SHA1: 14987ca2a6d958efad16aa219a51fb9cd9d3136c
MD5sum: d575c03bb20fb0e1441b774a5ffdcb11
Description: debug symbols for libecpg-dev
Build-Ids: 97d7e001414f0e18eadd4152d85079756b0b1f3d
Timestamp: 2024-05-09 15:34:33+00

Package: libpgtypes3
Source: postgresql-16
Version: 16.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-16/libpgtypes3_16.3-1.pgdg+1_arm64.deb
Size: 41480
SHA256: c673b9c0caae8d5611ab69226bab08b7fb15adbb13e68de35190c1e98dfeea29
SHA1: 5b0f66d7fd2bcc5756843b35d500646edb2eccfe
MD5sum: ad84e5ee8acd41c6f31d4d8fe8ff011f
Description: shared library libpgtypes for PostgreSQL 16
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-09 15:34:33+00

Package: libpgtypes3-dbgsym
Source: postgresql-16
Version: 16.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 16.3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/libpgtypes3-dbgsym_16.3-1.pgdg+1_arm64.deb
Size: 89076
SHA256: 83623c6807602da45f978ab976c56827bf2b59f52f184bcb73254817bf144191
SHA1: 4e8ae5b4f991fff4dfd10314aeb61e61d098393b
MD5sum: 95548dc91e242d3e621ea0e4972bd890
Description: debug symbols for libpgtypes3
Build-Ids: 007c354c11b0f29b030eac97e00e27514aeee86b
Timestamp: 2024-05-09 15:34:33+00

Package: libpq5
Source: postgresql-16
Version: 16.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1092
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-16/libpq5_16.3-1.pgdg+1_arm64.deb
Size: 212296
SHA256: 7e89dbd62e5135eb2a9b11a39031486d1fcaa89df2cc5a368d8c18901075eec4
SHA1: da810267b413229077c0a5cf834594c995a01a62
MD5sum: 4c1557c8425b6d53815184c4b1ffc356
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.
Timestamp: 2024-05-09 15:34:33+00

Package: libpq5-dbgsym
Source: postgresql-16
Version: 16.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 325
Depends: libpq5 (= 16.3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/libpq5-dbgsym_16.3-1.pgdg+1_arm64.deb
Size: 288916
SHA256: 30465971e4d757d6c0202b461123ee0d5be320818dbd03d26303ec60a887d22d
SHA1: 4de8dee28c1d9ec3671e0fc62f4a978bc3a9a9c0
MD5sum: 253656144e35392dc16aa68763414325
Description: debug symbols for libpq5
Build-Ids: 3413b37defee7499b674fc5d89bd71dd5139c909
Timestamp: 2024-05-09 15:34:33+00

Package: libpq-dev
Source: postgresql-16
Version: 16.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 595
Depends: libpq5 (= 16.3-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-16/libpq-dev_16.3-1.pgdg+1_arm64.deb
Size: 141696
SHA256: 76b78490db0492e19fd8b22c399eacc3c9d6054a84a3941da9548441a64f50c1
SHA1: c3d47d334ae32e3e1a3f5e31adc7b468d9ddeb01
MD5sum: 7bca86a7c4308b4c96589c4f191f7614
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.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql
Source: postgresql-common (260.pgdg+1)
Version: 16+260.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: postgresql-16
Suggests: postgresql-doc
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_16+260.pgdg+1_all.deb
Size: 11832
SHA256: 053853f8884fd2e2e851e09d5cdae4c672e00ebd5dc8a36cb59281dffe754eb7
SHA1: 550960fe81bf7180640dec01cb3355158d83699d
MD5sum: 84fe1369f5734030b7eaef804b161d59
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.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-10-hypopg
Source: hypopg
Version: 1.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 103
Depends: libc6 (>= 2.38), postgresql-10
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-10-hypopg_1.4.1-1.pgdg+1_arm64.deb
Size: 24256
SHA256: 16968407fa90ebf2d0a47d406bc66f07ec0cdf714aa4f11879ca2400ffaa55bc
SHA1: 8312035f670c862fc98bca729ef074c8442a6e33
MD5sum: 7a500eedcc3ceeed4c9c186f953928d4
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-10-hypopg-dbgsym
Source: hypopg
Version: 1.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 88
Depends: postgresql-10-hypopg (= 1.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-10-hypopg-dbgsym_1.4.1-1.pgdg+1_arm64.deb
Size: 67724
SHA256: 70e1534af40f7bba9772a7e86afad143cfbd7bde2603adc458321939aae672b8
SHA1: 94f1c5032182fae3e1f2a8bd14c9e9c274f53270
MD5sum: ffb146db694b960ca87af1a1bbe4b90d
Description: debug symbols for postgresql-10-hypopg
Build-Ids: 69a09c86be97a3c11095cce41ad4792d97075d43
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-10-pg-gvm
Source: pg-gvm
Version: 22.6.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-10, libc6 (>= 2.17), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-10-pg-gvm_22.6.5-1.pgdg+1_arm64.deb
Size: 19464
SHA256: 4d57987628f90b5d8a72003c4ed935c76f32afa4f913ac23ab5bb5c21078ba3f
SHA1: 1d32f5c21c257107b45502c9de86fced323b4313
MD5sum: b87b8959300d2bdd042cbb5bc5eb8d47
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-10-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-10-pg-gvm (= 22.6.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-10-pg-gvm-dbgsym_22.6.5-1.pgdg+1_arm64.deb
Size: 26412
SHA256: 48babdc2e05d960de1a0c776a99f464fd531029b674f96840e1a0ae86f0c8529
SHA1: 634759cc5db05870b946afc780d32b05bc9752a8
MD5sum: 1f83d9bb4a9e34db2438cca51243489f
Description: debug symbols for postgresql-10-pg-gvm
Build-Ids: 79e76351bfcfe4acf699310824c118d26f5560f2
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-10-wal2json
Source: wal2json
Version: 2.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-10, libc6 (>= 2.38)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-10-wal2json_2.6-1.pgdg+1_arm64.deb
Size: 16896
SHA256: 994d781122ec6a174580556b17b803c2977541e37c5ff0db01b67b06477a20bd
SHA1: a2f574a2d60efee52f6417a3a2ccdce169a0a6d2
MD5sum: 80c86d473f3da116a542aafdc5510bd0
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-10-wal2json-dbgsym
Source: wal2json
Version: 2.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-10-wal2json (= 2.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-10-wal2json-dbgsym_2.6-1.pgdg+1_arm64.deb
Size: 52044
SHA256: 31b69879762c955b5bb29d673ba64f7011b9fe9cf54e852654aa4a81774e13e5
SHA1: c943eafa0a8b3838823222b36f065b9f5542f011
MD5sum: ab9ddf39f6ab9b83e60097fc035b5e8a
Description: debug symbols for postgresql-10-wal2json
Build-Ids: 2edeafb61b376c28de281768850adb3e36b80e22
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-11
Version: 11.22-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52633
Depends: locales | locales-all, postgresql-client-11, postgresql-common (>= 194~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm15t64, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: postgresql-11-citus (<< 8.0.0.PGDG-2~), postgresql-11-cron (<< 1.1.3-2~), postgresql-11-pgextwlist (<< 1.8-2~), postgresql-11-pglogical (<< 2.2.1-4~), postgresql-11-plsh (<< 1.20171014-3~), postgresql-11-rum (<< 1.3.2-4~), postgresql-11-wal2json (<< 1.0-5~)
Provides: postgresql-11-jit-llvm (= 15), postgresql-contrib-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-11_11.22-4.pgdg+1_arm64.deb
Size: 15475984
SHA256: 48b566f1ab1b76e01203ef08f3d300bebe7fdd772a5c162912801f457a7cf481
SHA1: d750bd5b496afca6d2ae1d038c8e1c671fa17934
MD5sum: 9e195e3ad63bcd9d3db32a3270ff145f
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 11.
Postgresql-Catversion: 201809051
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-11-dbgsym
Source: postgresql-11
Version: 11.22-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15339
Depends: postgresql-11 (= 11.22-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-11-dbgsym_11.22-4.pgdg+1_arm64.deb
Size: 13812976
SHA256: d6bde37302fbf5488ff36cb550f2a38ec0e0c2f003d9872e8e83b8f3531510ed
SHA1: f8e9b7e7a48abbe3b3800efdf55709d8195e3a98
MD5sum: f548591d66d85a23af7341b114bed849
Description: debug symbols for postgresql-11
Build-Ids: 020c915efb6237f3008e4e7d9509591fd3377457 02ae2efd38de5c949ffc58a150082d3679614c85 0b24e273a41768e49d9683e0a0743bee506b1432 0c579d82c0af8721ffc4f4f15aecc4c4891864f5 12c0d5f4d9754168224ea0735fee9c6a8ab6a6fb 1633c06b27b09ac8d7ca9a44ed95033f3ce88797 16e056ada3a1292490e9d6fbe7490ab3a5d13fd7 18a8d9c96d57c141f29f95b585fbabb0045a9133 1b1ca5e7fca49b129d6afec5edadabcf6f76a2f8 1b7a672a765bf4bedc5445236b92a537927b67a0 1d6f779c24279afd0f592f7086c0735638de0889 25ec8e4eedc8017228353dcf72918348b0d31fdb 28a9c4011092a77c17c790f3622938ffe5276de3 29d94d67bba8f2e3682a4af1462a3693a59ac30c 2dd7fd6c89ad8c6e70d03f22e1f9f697a2019ada 31ef065c5aecb97a047f3218ce226d95463b854e 3350721697c17accd0a2742bed52b6ff112fac91 35fe564b42a38ddf7111c4bad564fe87e06feeb5 37c65631129872058d3b4e97a8efdce716794cc8 3c65fd4472199559a7e85d7a06936333779b1123 3d1b39382612feebdf330fb1828f84626904457a 44c074fccf2ae7a1cd4e44f7a42f36421129362c 4a434a43b01e37286d9f6f2912c29a4250c8aca1 4f422e7c4f2a0cebf9222389d8303ff29b4fefc9 4fcd97544e22d726cb54a3d22b3af84bf7f1cf96 522d1014f62a95039d917f0fb0c7ad7a014d57b7 53bcc32827d5af03be333d46588a9447edeaef50 547189db828d20bd36b16a83fe34af54e1fd2154 5476aff614e5adfc71532a86bf1094b6a928b5fd 5958a7e01e99093a0eaca3dc633ed1235d368344 5ad4d2c14aa88a38d1618ade13c91ab5ebe11add 5e74cf3b022382f53287a0046195195226a6f684 61e4d68dbcde9537003d0cbfd1b44bce5f95131e 6355a00925221d717c626158cc78293e58b7d9b4 6744692592bf0b6bd29805ca6343406321f5931e 6b1cb86c4bb8885cd62ba46108aace9c5fb00e8f 6b735947b44b0f5aae7cb8fdc5f8753bb81a2340 6d76f9cf0cc553f5a21c4c7bee5783119b5debaf 6e921ab9731db4005a25ce6d83acee9c92825d25 736da26ee64876145429c1f3fd86d3e26b0d8a45 7524b28511b86bcad78d9bfde1c89cb7419985a3 7782f03e1aaa8f402ca4534f4017921728d72540 81ca113c56c4fb2b2f2a450e6d4dc7e44dcbd7e8 836cce879f049ad99de5da2fa8dd37505071a69c 861b1a3f13a55ee63c2de2ddc91df8386bf49927 86b919523340be37fc589bd716d89f1c4b2afc00 8f57a69ad44d3a870797b999c5fcf8be85c725fb 8fb137718d387fd9d6abe689bd614c82f8b9b383 94b2a2ee2f36d0adc8f92f1bd24489950487e695 9507172dfd53b515e25739ef29f40aa700e4bd40 980f15854c2295436015c4f19e8b2ece72664a0c 994052e2b63deb76a82e33778526a43056cae0a1 a07e5afe89218109ac61195cb4799a459e9919db a0f357fb85a432dca294a1d22cc70e3ecc28be9d a113f191fb43b432f3ac0f7d0e9590ef18de22e1 a4977211bb9f6f51c689f19376eb312507b4c683 a6ff95a2c2d2bb3ac21c6e7745de7c6e5e363c09 ab5e8c5776cc83c52b85bb7802d448c73e239e0d ae2272cd7e4156538b423578008b56c69dea5c2d b0b667b5ed69a8f16ad743d2506ae9d2375bff2a b196849742f16a16e94615e0de6a1ad320325861 b8b508439387e8e5f819c6e73b6ad3c378df53b2 ba698e80cbcb902c31fb78442164d60638ac73b9 bcc614178d0838f5d0b59d81b76d92c22fbb88c4 c0579b32175c0aca02a5806d1ccf23f446a2bd46 c1892f2463707970c2ee7e3a04fe43c46294f97f c25217a51bffe45c66ed2b34c617fa9cdc620fcb c3f8ec55736c32e0b803e1367adc54619c977596 c62f98cbc42e6716aeeec5e42f33ea7e65bf1b13 c6b2ab49f2f571cf4f54616b041496ddc7e84c88 c7741917736895acfceb1b7cd1c267c1e5cec803 c7dc0343669f6ba59f50b056c0a4fb1474cffd2f c7f9efc9a29a23c25d8dbf8ce87f4a51cf1e55a0 c9a44465d67bd21550c6c5a03afab7f96da20d0a c9d3c2837a1e369b43f77c3ea5c43cffc3e95a06 cb2627681311e600418f9b59c8bdb6a4f2aa56f2 ce630142e13eda6770ce687f10c565916997d618 d1246c01a02cdf169855c946e1421487229b4748 d2a641d7a67eb898bf7609699ab5e703306909b0 d71d382f6c710d89d922bb87e189a39aab19d088 d9aec9911e6d69463a3e7386fd9d1fd40719825a da97b5ec0654847df3c40ca14a75d5ad5e06e902 ddae0de184081b07460152761ac5a6680236450c dde2e87a4560abc3b078c9dc1741dfedf18a6cdc e2f1862ca5d98ceff2f59ca5e956587073241439 e416f5a18875377a316a1cff8fa1cf36ba7e49d5 e4af0803b8448dda8b8df4efe0eb8f4aa9e122d7 e7216780a4c4a7523d6f19e873f4f34d4e25dcfc e8cb38b8e3456da869604318a817fbf84d5d88ac ecba3b79c0b3adaddd13b260b35cc36516cac6f6 ed83aebab63478a348c9da1933b77dcafe7ea49f f4b37925d1aa6ee1a1641a26672fa95e8b76ea49 f73476d85b3ab002a2c12d357a01ad13bd7d092f f7ae12c3c325b89979f5e201d0c5907e6f14049d fe514278710e238e20f6b0423097e803699b952c
Postgresql-Catversion: 201809051
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-11-hypopg
Source: hypopg
Version: 1.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 191
Depends: libc6 (>= 2.38), postgresql-11, postgresql-11-jit-llvm (>= 15)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-11-hypopg_1.4.1-1.pgdg+1_arm64.deb
Size: 72404
SHA256: b12e16e4c0c4f5404fd80bd142d8d30f1d87407c415d3b1ba0cad5c210ca3f49
SHA1: eb157c2d3daf1d65e53a6847307d46be4d1ab0ba
MD5sum: 31c1498a444c441a95bd64bd71d8671b
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-11-hypopg-dbgsym
Source: hypopg
Version: 1.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 97
Depends: postgresql-11-hypopg (= 1.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-11-hypopg-dbgsym_1.4.1-1.pgdg+1_arm64.deb
Size: 77048
SHA256: 42d1033946b7b69c81dcc1fcc0e0b8a4388ed496477447fa1eede080eed5c926
SHA1: 78a2bf7e4662130177a361b3ea042155f8f3dca9
MD5sum: 6f2c7fd1c04b8f2158fa7f5ac33e3334
Description: debug symbols for postgresql-11-hypopg
Build-Ids: 47e4df64c318a2360771c63465936ad808e44ffd
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-11-pg-gvm
Source: pg-gvm
Version: 22.6.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-11, libc6 (>= 2.17), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-11-pg-gvm_22.6.5-1.pgdg+1_arm64.deb
Size: 19468
SHA256: d2c8a27f02b586fb506af43d7b4d436ee3ec30fca602ec3734bfdd227ae800e9
SHA1: b62e63bfc18cb38807d00407c905a54b313b126b
MD5sum: 04425bf8fb4f16758dbb0e80fed0292a
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-11-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-11-pg-gvm (= 22.6.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-11-pg-gvm-dbgsym_22.6.5-1.pgdg+1_arm64.deb
Size: 26392
SHA256: 94bd787e0fdeae3d575fb74392a6438202c6bcd2c7fefb431b77c778bbc29b98
SHA1: 0cb9cd7a8a0672c4b25c9b114281a3e48284ddc9
MD5sum: f734c7f675a04b62818eb69c53bd38ae
Description: debug symbols for postgresql-11-pg-gvm
Build-Ids: 1bb7ad61adaae07f2d18ba557ea1d3668e348ba1
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-11-wal2json
Source: wal2json
Version: 2.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 153
Depends: postgresql-11, postgresql-11-jit-llvm (>= 15), libc6 (>= 2.38)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-11-wal2json_2.6-1.pgdg+1_arm64.deb
Size: 60076
SHA256: 27970e03164c8766f797510d43cf3456e01cf7a90d049593947716b0711f84e7
SHA1: 214bbf94f7e7de8da55c264a64e8b95ce949526c
MD5sum: 7c1af2c1a052ebc5529342f9c592fceb
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-11-wal2json-dbgsym
Source: wal2json
Version: 2.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-11-wal2json (= 2.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-11-wal2json-dbgsym_2.6-1.pgdg+1_arm64.deb
Size: 54596
SHA256: 112365d3f8886437cee43e7ad945a2cb9c7e7ff648765fdb478e4ecc839e425f
SHA1: 8c4ebae699134508c5c66702d664e07f55a22afa
MD5sum: 663f5ad0535662840ec3df91c9d0f038
Description: debug symbols for postgresql-11-wal2json
Build-Ids: 187bdec63249eaa6196d1301686bc11628cb3cd1
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-12
Version: 12.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54750
Depends: locales | locales-all, postgresql-client-12, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm16t64, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-12-jit-llvm (= 16), postgresql-contrib-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-12_12.19-1.pgdg+1_arm64.deb
Size: 16043272
SHA256: 3a66da4418ef18e5c28866f83bd8e8eaa8a186cf03177407571b1ae001fafea3
SHA1: 6398c4f0996f89651bd94d8dbb63f32eff02896f
MD5sum: 82305f73a0df4f472f402523d72e8f23
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 12.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 201909212
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-12-credcheck
Source: credcheck
Version: 2.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-12-credcheck_2.7-1.pgdg+1_arm64.deb
Size: 69764
SHA256: 55b751d2daa48e3e1ed82fa05dd5e500d1695fdb9ddaa23d5732df137fd6231b
SHA1: 2b7a8a5db82e2613f6b9ba3d8996b49ea052ecac
MD5sum: 3b469291cb5c47eda8fe3bab1290e006
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-12-credcheck-dbgsym
Source: credcheck
Version: 2.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-12-credcheck (= 2.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-12-credcheck-dbgsym_2.7-1.pgdg+1_arm64.deb
Size: 63228
SHA256: a67570e9732ee3b908e35914c065b561a48664be38709bae5179316e5e3f6d80
SHA1: 4f42031977d08378a7584454422cb5f14c26a9bd
MD5sum: a6d0990010dca5d1fdcd27a93a4305c3
Description: debug symbols for postgresql-12-credcheck
Build-Ids: aa75db0c1923a821b8a5cd13d577822ec8e37ec7
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-12-dbgsym
Source: postgresql-12
Version: 12.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16631
Depends: postgresql-12 (= 12.19-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-12-dbgsym_12.19-1.pgdg+1_arm64.deb
Size: 15048948
SHA256: f0c1394cd6a9fc6df772f64bc9322d574bd31b6c1cd4f3c738a2e4f69a2176ce
SHA1: c11f1718f6d29828d1c32b77cb11bb7da82cea97
MD5sum: 733f8e42232fa87599566148c95870a6
Description: debug symbols for postgresql-12
Build-Ids: 0041cc3549b856231b88230747191a0ce568d6b3 05661bf1fca7257484438290366e7f010d2661d5 0fc6bbc22354b2cff9f17b00af56c8df85c2306f 1106105aaa9b5ef98a5a50cbca799862e6c73a13 1319868183554ca3ab0359f2346106d14c6f62f9 156471e6bcb5b741ada3f9e913757533eb589529 1a99c590baa5f1ad2614daa1a000beab4ae75578 209708d54fa5be52ce6a33b8d8edbee3c506c850 20f47d606f45508a44d18be0158d67208c0ea049 237f21d94c8e078d7b6c4147dd4ea717d12f090e 2de7d27fe4a93dc82a5a9913327d6e93e5d252a3 2f10120297e6076f5b6c1cfec89303dd364b681b 325c4d880798bd4f56b118d00d1a1c35639ea97c 3431153408a79a7383c5b2bd652822f7417cf168 3538dec300890f9eb6e67d0d4a2f06fd9d52cfce 365f9db836c8bbb09f5b71f902813e1305d7814d 3847c507ea769063df2b31f5087bafaa22c01afc 387ce50e84e1524994dc6a95edfb8c73e8af2108 38a97cfa2fc0224383e485e22ddd6e2a5a9d4709 39198de2f3fe059f75dfb3b843169617828b0c7d 40e1514d4e7c7e2d5058e47b28ab41ceb8e60c4f 41d2caaa6f3b47174ed598d0b51335795c4ca3c0 451604d42aa5c8d31657ace10dbcc848dd1857f2 455cd5a8942ab1395309ba2059e80153c46f5f69 4c963fff7d467818040c2a244f27796aebd4cba1 50c934b1d2899fc8ac161d8ee972cc6876fdc24b 5ab34d4ae7a7347aaf47205278ee818fdc7acd13 5b9089da598e1014f6bbb7741c752247eef1d76f 5beb18df3f2f77ea47f11a7f2c4a664d470f7c11 5ea7d5ebd81ac16a18bae428e7fe86a07c47a930 6060505251dcf3f0358d2e531ea55493061f4c5d 63e4053089fe2162247a10bc4c65fef3d0943580 6522940c9cb9de30a4a19b08caea40a6260a9e57 653cdc33ffce9c202d269bb3d708eef961032f09 658439db54c910ca75ce49a68ad766e2a7301a68 6670960f1dcc684755ef593ba63927dd1f30d8fe 67497d7f5f1560d289da8634675e126fff5f71ab 6c57b0119c7038c24a57a3d361201b02d50d2dff 6cf9f7b2ffdd4359739cb91239a99a33ffe2b3f9 6ec0641bc6577e9cdb642d1f64282e45240f45f8 72db4623f4faf05d9c8025096fad2e62c2cce7b3 73084d4fd08e65b14709e3b966f33322945bf519 738b704da88c78f9d1658a5e53968be9c9347947 75494bc06305b981a641436043bdb7d533a19ed9 78254989ec129ab159b08c51383277ec7f095573 78eb09d113b5f77d16ac2e65993dd21108753ce5 7b24485fcb25c90f231493c570e87416914cba59 7e61370a2ba253338b15c35c6a148eddf69cc2f2 840d9e8a987507682517777c917550df9639b7b3 8aef03b68eeaeb48e9fe6e3ffea1f586884ab5d7 8ed43d35100dc4425366312d32035ed76bcb5215 9211c4b2e32a8f6bac91e16c322268a5ff106b2f 93da68dffa180d29ed6a636559ffebbc4fdac2ed 9455368e28a0ec372f685ba7115162f6ce22079d 94c75bf9c97ca703c25ef9e4fac985e4e4b8c259 965f491bb02a1a2d02f1633da348389a0768c40b 9c0a0aef6516985deed6f40066fac10e7e2f74e1 9cc0179746fe63f61bf0b40709edaa2541a0d649 9df202ff05ae02e6b52529320b32c0319db371ae 9eea0180bbe4172a91682d69afadeddcd94af30d a1e76a3ee053d6f77fdb3581e5314d063a42884e a4b564f8c203ee1cb005688ff16e240fb56712a3 a92d03cf631dd1f24985a9cf2cb99480e9572afd aa18e7e89583c081e8986a6049877ecc8ef9cd5c ab555949cabbfffc1c2b363e573fa93ba7c22fa4 b0cfb4ea61debe826ce8fef17b479bba89705d7a b343f72f95cee364aff15cb917a9784364ff851e bcad32375e1da473b915b9a312fc5d02b2de0946 c2348ff15c449b4b4b7d67084b4174a83aee5f9e c59372a822a34061a3b951436a15b4857e5576df c607a33e83b6e347fd5d593b11a88451768a5dd1 d061fd99e28eda890cc796e24771c760562954ae d1d21cb278e70045b39a5d6ef2c43d833afe9b97 d2943e9e07492f1510988d870dccc87ebda548ce d64346a65ac46b1dfab500cf2c9dac21ff641939 d65497d12bf7e5c7fb2e030dd7a7eb5878d33ff6 d709b961f6ef85ce0847bf2e26cd6869e1e6506b e12f04991d6a2f3758e8b790a767a959e64436cf e2feba9a1f966e85e834a57170f87976b42abcac e362b19abef7ddf341bf29aebcd2fbba8a558764 e721b46f5bd0a5424755eb200ffb3291ae6f6e20 e776f1714c3eaf5bbe40fb73f4c9fdf5399744fe eae13af03682b6b92fa46dd27638322a952e30b2 eb62933d2a927f1680b4d90b667975dc379c13be ed60d5be8ef3e20e442cc1800ebecdc551c47022 eddf69e56471bc4f2031f2badad003f5c9f2ad71 eef447a65f71259b5739f2a47d74d8d7558333a3 ef6c0ac7e91e7e8c0ccbb34565f879f58e69c341 f1d69e88edd6606252e4d84c92be95b93192bb17 f2386aa9bcdcf7b1b38d0077d204c21f2df2da99 f27dcec0c1defdb1e5f1da0c40efcd13a15f213a f57b4787f55651b616519e91b47baeed8e6317a1 f8f50b68559e689b4656933be2cbee60c891c573 fe7d3d51a025e725e64a5934c91a122fc289fe3b
Postgresql-Catversion: 201909212
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-12-hypopg
Source: hypopg
Version: 1.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 191
Depends: libc6 (>= 2.38), postgresql-12, postgresql-12-jit-llvm (>= 16)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-12-hypopg_1.4.1-1.pgdg+1_arm64.deb
Size: 72640
SHA256: b2ae8bc8ce8d6d5c1deb1cbda12ef6a5349a2915ab37392133509465ef527d11
SHA1: f20f97f93e51e227b1873b08a393e6731e18ecaa
MD5sum: f84731b5d92aee738f42fc050bbc5a09
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-12-hypopg-dbgsym
Source: hypopg
Version: 1.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 95
Depends: postgresql-12-hypopg (= 1.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-12-hypopg-dbgsym_1.4.1-1.pgdg+1_arm64.deb
Size: 76864
SHA256: 946f41c26c2ce3218f068167b6f5a8da6d0c9f1569836703ac2241fb981ffa21
SHA1: 8b6e00e56afa55dddb638559778f5e8e09016d68
MD5sum: 2d552ba64a2a32ca60a8953d9eaaa827
Description: debug symbols for postgresql-12-hypopg
Build-Ids: 1fa0546094fcbf3f3af084209658043f6b789419
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-12-mobilitydb
Source: mobilitydb
Version: 1.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3260
Depends: postgresql-12, libc6 (>= 2.17), libgeos-c1t64 (>= 3.9.0), libgsl27 (>= 2.7.1), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0), postgresql-12-postgis-3
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-12-mobilitydb_1.1.1-1.pgdg+1_arm64.deb
Size: 647924
SHA256: abeed64d3d42fb978c5965786d0ae25812c798cdbc004d93bbe629cf9f8ff08c
SHA1: ff0b9862f8162ff9120a909d27ff6391fc53f13d
MD5sum: d525a70e28f746578ea2184bae2b7076
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-12-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2339
Depends: postgresql-12-mobilitydb (= 1.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-12-mobilitydb-dbgsym_1.1.1-1.pgdg+1_arm64.deb
Size: 2115404
SHA256: 81804d76672e947dac2519e9277e3f74c799673d01b219f00718cece0f67894c
SHA1: 397a4433c823f5064b2e94dbd623e8dbad2d11e1
MD5sum: d54aa223e19dcc999665b7691ea67e6f
Description: debug symbols for postgresql-12-mobilitydb
Build-Ids: 1cf99f7616a675bfe4603533b007bd6336760d4e
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-12-pg-gvm
Source: pg-gvm
Version: 22.6.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-12, libc6 (>= 2.17), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-12-pg-gvm_22.6.5-1.pgdg+1_arm64.deb
Size: 19496
SHA256: 62ff9866588d8c0751c6bfc7c8d5c51d2e3821d25a2bdfce440d5533cbe653db
SHA1: a7cf9d469c5385eef2720f1d40255e414faaa301
MD5sum: 071b44abd7dc82c504e7100d1ca550f9
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-12-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-12-pg-gvm (= 22.6.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-12-pg-gvm-dbgsym_22.6.5-1.pgdg+1_arm64.deb
Size: 26984
SHA256: 6c8f011da032a11c19ac810df17abb741ade719c48a2f2922f2762b2311853d1
SHA1: 54fd6215e68e9b4c6741e0f0875a6bf87a6a4b8b
MD5sum: c20e8fe98b064ca51a6c814bef766774
Description: debug symbols for postgresql-12-pg-gvm
Build-Ids: d36d36e948d81d2b1ebcd202e9c9258e8a600cf8
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-12-wal2json
Source: wal2json
Version: 2.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 155
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-12-wal2json_2.6-1.pgdg+1_arm64.deb
Size: 60944
SHA256: 8aaeff89fdf12f128407e3aebc9592e914e2ec8b394145bf08c70a770b581e6a
SHA1: 2e96a19560d1f74cdbee41d3f25590daf5715c53
MD5sum: f9a4ea84450739a9f3e420a4bbde9094
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-12-wal2json-dbgsym
Source: wal2json
Version: 2.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-12-wal2json (= 2.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-12-wal2json-dbgsym_2.6-1.pgdg+1_arm64.deb
Size: 59136
SHA256: 1566257cbf61e58a9fb697a79e30c04e55ff387c24e1a3cac119c1f28643b677
SHA1: 63258ebfc63f64d713bde32fedc3a63bbfda387c
MD5sum: aa776fae2b0e08d02ae7e03ab01eaec0
Description: debug symbols for postgresql-12-wal2json
Build-Ids: 1c08d43ee287a8f3a006dec31a3a889c8ee160b9
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-13
Version: 13.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54589
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm16t64, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-13-jit-llvm (= 16), postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-13_13.15-1.pgdg+1_arm64.deb
Size: 16327528
SHA256: 566955c9d5bacc6741785c78bcb444a281852ff087b209f108466b8b5f2d0fc2
SHA1: 86886bb7cce09a9dc13e364eb6fafc01d3689a18
MD5sum: d4ccdf115c2dcee2b04d185db21ff6e2
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 13.
Postgresql-Catversion: 202007201
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-13-credcheck
Source: credcheck
Version: 2.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-13-credcheck_2.7-1.pgdg+1_arm64.deb
Size: 69992
SHA256: 901a45053df57a7e23dc48fafeabdc94a04dfabae4102e0e0ff5c6758ed80ebf
SHA1: 44d928c7a7a3f78ac62fde317ab09b8c5faab29e
MD5sum: ddb2fbb24013f5269ed1f7d54ba52b48
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-13-credcheck-dbgsym
Source: credcheck
Version: 2.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-13-credcheck (= 2.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-13-credcheck-dbgsym_2.7-1.pgdg+1_arm64.deb
Size: 66768
SHA256: 3f14df12e0e857e3ea7838bb65e643cc1d7a4ac4f7e3e0bda0a9ad376d4a6d92
SHA1: f70d696c4eabfe8b698b30a77ea7f7df5e0c33bf
MD5sum: ad95737de939f5a27fc4f1dccc1a2d79
Description: debug symbols for postgresql-13-credcheck
Build-Ids: d86f8d5615daa14e7c796b8892a25b7112f7f70d
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-13-dbgsym
Source: postgresql-13
Version: 13.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17444
Depends: postgresql-13 (= 13.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-13-dbgsym_13.15-1.pgdg+1_arm64.deb
Size: 15830876
SHA256: 90e4cbfd267ab183219a5b3e1ad472bc690d8cb08882e5efefaa91790aa6538e
SHA1: 21e15a0efb1de793c5ea2cd4cb44a9f1d0059400
MD5sum: 7f5bff41539e7ebe154948fffb5c7ea1
Description: debug symbols for postgresql-13
Build-Ids: 0ccfd23d19c220008b20ce65188a17b98b692261 0d6b52b9a9e64b8d60fa11299eda381ec1fd4edd 0f3ca7d8f98d2148ad64e232cb4d558bd14ef0de 102d41d82a4aced5c41421c04718ffb80f327b2b 13e1302936bf65f8dad573bf2651d08954fd21fc 168f7419ebf3a16c0d11b57b124b1421ec94b864 18e88e8c5962e587180a773ce0fbe000c0e25143 190f7afd92a5f9473b9931541ce1733fa6bd683b 1934de17a2c14e7a022d2a128fd9d5fd126600a2 1b71a2b1917916a0db17c980c8944199b468a0c2 1b9292e040bfbc07947344788e2b087e969bf1d6 1fb4f281619bed611514e762d2a6b38dbfc78845 1fe5ea09116bf07bf094c55ad2169763cb5dc748 215164d52d4897fdcbcb71610282f3d759c969ee 229d2e669934b9fbed864307764d42efc3a5274e 23b86f4aa458852d3dac90b9e86a6bfc0d49dac9 2499d8a633566e7e96a003a998b0ba6e0c96c6fb 26b709340ee578e7cb66168ae4dcbc10a2a0eb05 28afa5d0842a66bad51ee25e56be779056228613 2b2a0dd1ae148f2a45d773d1e5771d4b06521e8c 2ffc07782d77979cad293023907bd569068b5cbc 309f29642b4b1db937ffc71134f3facf48c11ae8 3141ec1650790d049dc369c798aa31ad8243850a 33c55f134eec6c82ba50ec4778bf72b1b5636aaa 352ccf0cd9d704f27c3091a1963c8d52c2895655 3567e56bad482206614c0a0fee61314edd90a649 35b8ed7180887f5497e9bd8db8bf11cac7549f40 381e0bf37e26c0065332d2c0bdb331c0a8b0f361 3da13536ed7f01695c8732ce4143aedc999af81b 3e3575f7f188b0f26107d5dc988b7641c9a66b54 4262397703414d00b18e3e136138b57cf425bc25 4329e87c53f28c98df0ebc52b1b9a8af56ff0b9c 4e2e5e9e704fc7a1f69feac4d59a4d520f0c50b2 4e492d78148a64de1128d715371e74b2f7485632 5053f182dd5106cfab8e02b898910881c401f237 51a316a594201fb4f09b91908a8a439a1dc2d5eb 51dad4b228be9abbcc00bb1116a791fa6abef287 52f28e51d6d7d4eee13812127717bf394d9025ba 5490fc9e35b7ea6d1a70776e0d001a124e0f33bf 5b4084816794a7f56cb7397610ce07baa28760ff 5e97eec3df7328aa5607df74fab420bb004a7ca6 6058d3cfee3fbe68476fa41bf6c309e21bee6e14 66600dce90759ae03cbbe2fe2c475cdd09d1bc77 68a01413166616d5856ebd22e6d8ebbccf4b2737 6d2f8df73da721a4c7e83ad6f56aa526e7e602e9 7aeb9672ea7d72df3ea7c9e3cbb54c9554669520 7bbede55e200e060ad5c5413ee8437c1d74c305d 804ad4b3c0ba1e170b09f140d77f872f30bffa5e 82405f3e8f839ec88a79283078ec0d23a08a843d 8460add0df85fc4eb55e902ac90871e92719582c 84df2a5d89e156b73896316e437f970cd7991de2 885a23de3c52d723a1cb8df5621bcc0bfe250be2 8c6a66d3a6e73ab487ef4836409635d5dc63c701 8e3f3a6f91c19ca114ce691f21c1f862ec93c394 9164761b1f4ddabb12ec927dfc536c10a45f1a43 91f1e7924f0e3fd481500966062042e7722e0ef2 931cc8c1fe71a39ed738ca79443b33cd7bbb9903 951f3cb64de34dd126ddb71a6d2b269baff3b3de 9c52ba375e72380d3acd842691e9191360c630ca a0fce22d65e8d88ab1e6d162f5aeff5f3b112d63 a2bf2d90fad5886bd608e6a3e08cf9cc8533fba2 a76a8e153f4e85267f195ae47b1f774bfc1289aa a86bbf23589140740c01b50f2ab5fe0ef870e3a9 aa85ea37fcea765bfd3a5c008785b496b2df9cfd adf56ef95ca75853ec79c29c9488f2930235ad26 af869178a8557c75a3412cd0c6bdbeb0e261bb5c b3e9229a747d0980d16565046dbcd68aa9f5f55a b5ce299d9d674407c38721c927ba23786f94f87f bd417a7811b780fd32674e73a852540b30a059d1 beb5e2bb29ab958c72e54537fc133bab8db74d1f c023779b95031471150b5d0a03401b034736f196 c14a09d8a02cdb5da4462a47f2caff496c2df647 c4320cf9832057a0da253d3358316644af71dd6b c6c841665d8f8c30e6171d37d66926481f56dae4 c9e1894f8d400cf3793bb8f3629340906f8cd336 cf79ce138939efcd870639f00d0efbc2cd34357d d1f605d86015aa8fd2c08974cb05a4db6f205bc5 da86551717b7c2873755091235f81b7321405d0f dd00c0ca896478d0b373b72490b3dda31a49c22a df45fd8e5a69e206b193a7d512e5b279b09907dc e071a64d07a2d917ccfea39bc5b17a265676d4f5 e3923065f4647534c389e778047d0a8d96cdf545 e6183ea3d8d06103f1721c9c1d9ac07940ebbd5b e9bf04b40978ea409f17654d091b13e81550ed8f ea96011bf2965635fe449f7c481e384b05b3defb efd119ba075d4e0b32ffbcc308ce3fada9b3926c f596243c1537fcea091fca6f6918501929ba3451 f5a2795bbe4c35e7ca7ccd63e9546f119022e2a5 f650076d32dbab833d8f43fc0896c24785873f07 f65a3191517b599e79400f60f0f459d5ade0a752 f6c47ed1ce404fe589afec7156905683a0f642a9 f8194092a263d92a45355903340a77d159965f31
Postgresql-Catversion: 202007201
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-13-hypopg
Source: hypopg
Version: 1.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 194
Depends: libc6 (>= 2.38), postgresql-13, postgresql-13-jit-llvm (>= 16)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-13-hypopg_1.4.1-1.pgdg+1_arm64.deb
Size: 74528
SHA256: 1268424618fef338cc79885ee5848ee3b05b1cf376a8a6c0725c192e1ce9dd1e
SHA1: 5c25387846655e0d632923b13c8db926485145d0
MD5sum: acbdb7fa35c7f4d9f9334d23a9decbc9
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-13-hypopg-dbgsym
Source: hypopg
Version: 1.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 107
Depends: postgresql-13-hypopg (= 1.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-13-hypopg-dbgsym_1.4.1-1.pgdg+1_arm64.deb
Size: 88464
SHA256: 373106b5604aa1d2ed06d1fba7a1a04ef1b885c44c12c3fcd9974b9496b396b0
SHA1: c20b0099ab500be9bd9b6816f37b83b8cc1cae2d
MD5sum: ddd51c72fa4251ce86cab49f2ad5e216
Description: debug symbols for postgresql-13-hypopg
Build-Ids: 794b73b87849009e645a6fc9f73c98b4b2863c9d
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-13-mobilitydb
Source: mobilitydb
Version: 1.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3259
Depends: postgresql-13, libc6 (>= 2.17), libgeos-c1t64 (>= 3.9.0), libgsl27 (>= 2.7.1), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0), postgresql-13-postgis-3
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-13-mobilitydb_1.1.1-1.pgdg+1_arm64.deb
Size: 648028
SHA256: 58085aede2e4127d8ebeff46a0ff5701eeabcbc4c66ffd2677694190e43d7ff8
SHA1: f93b2c4e21e384019316a072e2a218aacbd6f008
MD5sum: 277852b47894c081e4cee8b6f2fb1bc7
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-13-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2343
Depends: postgresql-13-mobilitydb (= 1.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-13-mobilitydb-dbgsym_1.1.1-1.pgdg+1_arm64.deb
Size: 2119404
SHA256: bdad17c2582a2ea3acafabb5167ec11bd407d62203d22deace3511b71787bd70
SHA1: 9c3f2312701764ec10ee36f12f26cb4dff841faa
MD5sum: 73a4e4db3d2fd7ef546d6247c3a9ffe7
Description: debug symbols for postgresql-13-mobilitydb
Build-Ids: b9112cbd01fe14b34650d56738924d5d02c75c4f
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-13-pg-gvm
Source: pg-gvm
Version: 22.6.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-13, libc6 (>= 2.17), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-13-pg-gvm_22.6.5-1.pgdg+1_arm64.deb
Size: 19528
SHA256: 44acb398a697a0200d27bc8667675f284911f39f98ad36c2a48e6d9396c2e63e
SHA1: 0c356fd35ae6d1958a9ef2c6ac55bbb0dbb12828
MD5sum: 754841d23c883aee6e26d9cc030da8e0
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-13-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-13-pg-gvm (= 22.6.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-13-pg-gvm-dbgsym_22.6.5-1.pgdg+1_arm64.deb
Size: 27012
SHA256: a25539a54880ca368610977e71e589f6252fb0ecdb4968a3902aa893f8f2a8fe
SHA1: 0d036546010d085181c055022cf0d739abf28620
MD5sum: 333bb90410acee9b41af3cd912122a70
Description: debug symbols for postgresql-13-pg-gvm
Build-Ids: b4d3bc102518b1531950d10387eccdf2bace7193
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-13-wal2json
Source: wal2json
Version: 2.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 156
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-13-wal2json_2.6-1.pgdg+1_arm64.deb
Size: 62476
SHA256: d10f1b4e3b94dc06d09b1cacf092eb50e381b229c0e0f1a8f8dd50f90cc486a6
SHA1: dcf65f60cd6d5ddfd7741101825154a60be1bd11
MD5sum: 557f5d45db65e9e3217772498b5f4f60
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-13-wal2json-dbgsym
Source: wal2json
Version: 2.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-13-wal2json (= 2.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-13-wal2json-dbgsym_2.6-1.pgdg+1_arm64.deb
Size: 61340
SHA256: 6ecee195b22d6395c5e5c78c6532510e18442b2f268a8e34305f611f6d8445f3
SHA1: c4706049376baad94ed54b5a5503f8704cc8b4a6
MD5sum: 56c9df740e7eb4fdb0114c9938f7a0fe
Description: debug symbols for postgresql-13-wal2json
Build-Ids: 4cbfa459bacfee4b3df4ef2e315073b96abb9f03
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-14
Version: 14.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56865
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 229~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm16t64, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3t64 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-14-jit-llvm (= 16), postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-14_14.12-1.pgdg+1_arm64.deb
Size: 17151688
SHA256: 9b8751973ef11e53081e9356249f4a97475bca081b2208a29280b9db405b1958
SHA1: f5aacaa298cbbe388ba96f0b389ff957f5750b81
MD5sum: dbf823e3bba5f61589f8fe044e7a9319
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 14.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202107181
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-14-credcheck
Source: credcheck
Version: 2.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 185
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-14-credcheck_2.7-1.pgdg+1_arm64.deb
Size: 70636
SHA256: 4b1be0d6ce77fcc375e34a2220ada691b825872d90ec05e598161ed5dd527c76
SHA1: ae922ffc1c0fe2eebbaba53b3f14101263bff4c9
MD5sum: b84b60cd213f49ca8a5d77f60e7396f9
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-14-credcheck-dbgsym
Source: credcheck
Version: 2.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-14-credcheck (= 2.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-14-credcheck-dbgsym_2.7-1.pgdg+1_arm64.deb
Size: 68600
SHA256: ae5e5a2b312504e01731fbeaaf867bed64f40d5031e71f6b35f9e0ccb93b7828
SHA1: 3b71f9ed0603f0b5e2b6868e91f176d87ad5a16c
MD5sum: a522f2eb2934bd442a1d7ad28c4ec9e5
Description: debug symbols for postgresql-14-credcheck
Build-Ids: 0b96ba6a3fbaad07d033bb1193fff4464de6a37d
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-14-dbgsym
Source: postgresql-14
Version: 14.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18507
Depends: postgresql-14 (= 14.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-14-dbgsym_14.12-1.pgdg+1_arm64.deb
Size: 16720744
SHA256: e767728efd42a7d3736cca1df0e7bff066dadba2c4611c2c5a10bca1abd88947
SHA1: de4e3453f4ae5daf7abe069315b2b087f13fafae
MD5sum: 97dd4c5e5446787d37f17b4cc108ba6f
Description: debug symbols for postgresql-14
Build-Ids: 0082a6bdcc480f6a0d02a1e11063c9bc58b6bffe 07a3db80da29f90d96ba15c8fc2299577440623e 09c07c06acb5f5ace84a5baf9dba61e0d46f4355 09d2c8f24fe8f57aaf7c55835285872bcf99d232 0b8a1e77f9e62f7c707ec859c4295abf9522fbfe 0c49fa809de75ebc88500faa17361f5f92b824ed 0f2e8be59e88c901497f704223b562e4c38b66b3 140cfff13118104fc17cd01ca725209de4bc0edf 168b511ed188ade700a169974f2cf3d032716d0f 17a78d54a552d3ee957dcb0906e1fbb0a362831f 1805702a95d18bdf631998a4027ea0f391d2f91c 19d53a4504c13e84c328a85c077299029bc7e20c 1a7e5df62689b7ce0cc39076c935e34e742f239b 1f65bc0fb8f8aac8f8b65ceb0a2e180d211fe4da 20e6cd21ea2f082fcb5e944c8dcde33b40ca2947 21af0b2b4fa5eec4ea5dbcc991f3f1d22dbe2d6f 2231eddc1ffa05d73f0b7d9ffd2c1d88da331e81 23d60e3ee29c9e3eff733b312c02da7696ce971d 2444d370f94268239b0206290ad23b2a6c5e42fd 267240e16958d40a9367cd50b5c0c3b68772cd06 2813d1191e1d040df8c12bfebd15a3c90f675c92 2865b955580b7f772e10e2f19d1d247337c01e6d 28b390936cc8b6340720546c7a725c79ad782197 2b67bdc4ca1ee96fba10773805f6ea2e62878c65 2e552916805c972036b68815d9af512323a4b385 32f6edc506dddf8f4be4d4ec0d2ad3907fe18943 3463d5c8131ddcafe04d0ba7e0595698fe9ee995 347beddaeeee7dcbb1ba4dc97152dc2c0ec3c99d 4495309254f0c201fe1b41310b86351220e57005 449d8c24c7e62287e21a7928a848a13a61fd62fd 464e09da71fe9ab41949879de63dc8a1a6a6f66a 47245ab6e76fd92ed343d650b04c38f2b24ae7e8 4b4ec93a13305018125378699776b02b052f2761 5080a647db21ac851f95fe64414377cd9bc6f6c2 51ffc7d7bf501c36b3b836e1f36bdf69fb03ae81 555d77ae61a790fc27e6c14ecd1440fec6b0c941 569c110f7e3fd28d3c7f0076bfbd9ab14d497186 5a74b33b4543d9807dd804764fece45600d8f89a 5aaabe8130fc0b28df4503f1158869592009a915 5c94ba5c4c1357e774eb51e99b1e009f1f180ef7 60351b33fdeb47004968c7638f6eb79946940c39 64ff50215de07c18c9c204614bf1e71481ece04a 650e0182bc35fe7d9f41b67c7d466acf729b3837 6c2175f27393bfe9771288660da275e7fd9921ab 6cb39c0c686944752752ffdb239564d97ca351a9 6fb406b2c8970ba49ba9c80aa5b9cb80c3919481 783955d11259c96aeba2c6c8c65bfbaf423ad7c9 793f58f822e55d61e686b0cc959767e40cb2c178 7e07e0352eb0d21425e03fc1ab95b8328873a9cb 8574764731799b69c17f781d21c1f28f5c870a5f 862acce3d38fe5a220fbe28117be902c57536933 8fe5a0d4b5ba5ad43d099da0b1a5c4fa8d317a4e 91a815b9b3a03dbc70f53585616211faeaa89970 935b9abaf921186d915862a53cdfe406316a8db7 93ee4de4a331e86dba8cef56ad892020374cb2bc 94eeba8ecb83aaada4840264f474cf431dc77186 958366743f2fda44f5af982a831cf4d1a00e6d06 9a3d507955d71cbda6a4e746cec50b6321d1ebba 9c76e9e35b84a4cd8979224c0135934d72528390 9fa0fda5c5eca31ac991e06ef983fc37a8cbd559 a31012d21cf2b0492600cf88b35d37d6f02dabac aa304a1d71082f86a16c224f09b1447837eb9d5b ac5c2b20af93fac0491b0f21ebaae401ade8c264 ac81a1f56ffe2cce1aab252d82c2a93eee38d354 ad52402b351506b93e08eabee3bbd738941f5d61 b381f2727a0e0e35f530f3d181c48d1280268966 b4300e6f7ffa967bbc864a7148e1c214085821be b595f38f19987404d7ba793967e881125e825166 b77950e4ef361e31d4711335c68948baf77d69b2 b7c6d4b9c649f1b95eefa240975405cbea5aabbd bb4fe3a56a499ea092c63d35c1dc3fb05258bede be54ccfcdc16b12ff678362d6876ce03ca3cb9ab c75be603fb435a489a217b1c295b5ded185da958 c9518cd1f933c0d951a113c1f8b44c41effb8994 cae48af8677522225bc64adc9df69c59e4446090 cc1b26676224502435932fa7e68dff2de41f2b4f cd3efd27a239e68d6b129ebe5b9ade2f45521bcd ce6337e109a54e60f00c26ff595cb1d0f1e23c6a ceb6bca9f0fcd1b3755b1b3a096f2a541db75bfa d1e103974d489f62b3a6a1dd1dab9cfc4dca0498 d40ff4970b316bd3647381e2846f4c78d04ccf56 da1a40c7aeb1682f4842f866d205ba428a256f50 ddc7a1437d73e3ed93f0c26ab2b58f1f18d1887e df75df7fc34bbaa1b13239cbe6485db822a14610 e1d7b97f7f4ff6684875242d6f898d9c56e261be e91b92baf2f8d39df3a791d718b4bff3e930fc76 f080cefb24b9cdb175fe179d3623b09d9efa72c8 f23b989b34b69c04eb152275c8be21dfa67e4449 f4ede677bb4e39482a31917a7551e5a81635e123 f606496b046886621ce363f1ff4f47c3cbaa27d9 f9d206b384b9d866033e3bdac14033a5fe7cb307 fd67885ec7b345d859538ac63394dd9409cc6fde fef049cd6fbd0e4dd34af5c7ced8ef33cfac3b07
Postgresql-Catversion: 202107181
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-14-hypopg
Source: hypopg
Version: 1.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 196
Depends: libc6 (>= 2.38), postgresql-14, postgresql-14-jit-llvm (>= 16)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-14-hypopg_1.4.1-1.pgdg+1_arm64.deb
Size: 75960
SHA256: eaf574508d227e47d9f39356f83c8a70d2a4fc89d57391a618748d11fd30af2a
SHA1: e29ca55bf9cc6b7433f88ecd03aefb822c526716
MD5sum: b3a9acdff2911aa8c1cd32b39caa709f
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-14-hypopg-dbgsym
Source: hypopg
Version: 1.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 113
Depends: postgresql-14-hypopg (= 1.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-14-hypopg-dbgsym_1.4.1-1.pgdg+1_arm64.deb
Size: 94656
SHA256: 571eb776bec66b7ebb25448a84fea8becddb67302267e9f6660010a6409dba46
SHA1: 327e787eb22afcab7d43dafc1c480af3fec7a251
MD5sum: 67c35a2e4b906f2e2609e93f7c6e449d
Description: debug symbols for postgresql-14-hypopg
Build-Ids: a0a02a08aeeb734a7ce950ca609ad7ac438dbdff
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-14-mobilitydb
Source: mobilitydb
Version: 1.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3259
Depends: postgresql-14, libc6 (>= 2.17), libgeos-c1t64 (>= 3.9.0), libgsl27 (>= 2.7.1), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0), postgresql-14-postgis-3
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-14-mobilitydb_1.1.1-1.pgdg+1_arm64.deb
Size: 648104
SHA256: 9e193234913697763520c49616c4d4b8c34041cf98a33d687420b6b297041a98
SHA1: da8c599aa80a260baa3e19d85fd4795ddc278ad8
MD5sum: 531c49706ac389226b46c2af8a30220b
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-14-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2348
Depends: postgresql-14-mobilitydb (= 1.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-14-mobilitydb-dbgsym_1.1.1-1.pgdg+1_arm64.deb
Size: 2123980
SHA256: 34015f4cf3b33884e2e8690e6b19c82c936dc5945817e047fafec0f54fbde5b1
SHA1: 9959327abb3882326abc661caa2d99a3a95994c9
MD5sum: e814b5d5f96f76603e45f6ba9337073e
Description: debug symbols for postgresql-14-mobilitydb
Build-Ids: b3941ca2aa7893d426e6d0e91fb3af312eff5a15
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-14-pg-gvm
Source: pg-gvm
Version: 22.6.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-14, libc6 (>= 2.17), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-14-pg-gvm_22.6.5-1.pgdg+1_arm64.deb
Size: 19536
SHA256: 31314c80f9ff6f227798a90376037a43c9202cc7fb0e779e123633a3b1e514a9
SHA1: 99595422e101f8db73fb96fe7597abadf433e985
MD5sum: 6c9874a5978289f04b2dedd49b0e47dc
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-14-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-14-pg-gvm (= 22.6.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-14-pg-gvm-dbgsym_22.6.5-1.pgdg+1_arm64.deb
Size: 27112
SHA256: 0684255a50d6448b7eec1b080f09575245d2c1badcf0eb588558cbe762290a8f
SHA1: a6a6c4c66242abb196da94141e6606809df2d95e
MD5sum: 2115d9ca26bda4936e30a6b3ddc305fe
Description: debug symbols for postgresql-14-pg-gvm
Build-Ids: e88c2013054ba4d01b81cb0fa79f7e8733abe19a
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-14-wal2json
Source: wal2json
Version: 2.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 158
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-14-wal2json_2.6-1.pgdg+1_arm64.deb
Size: 63960
SHA256: 425f57e210d80de4f491162f51c359cdfd156800d1183ee373b4c0ff5a285aba
SHA1: 61201103ccf9abf476f2fbf912be443a09954ed7
MD5sum: 97f270452e031472a5b0de1d1980a0df
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-14-wal2json-dbgsym
Source: wal2json
Version: 2.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-14-wal2json (= 2.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-14-wal2json-dbgsym_2.6-1.pgdg+1_arm64.deb
Size: 68988
SHA256: c2ed5958ca514d08a4ca60457b205eb77a5d1e347606460cc7f0ced7a64aa2ae
SHA1: 080aa1c673ef399aa69626f3a5ceeb208209c4ab
MD5sum: f463367fb08643609342afaf3238ae94
Description: debug symbols for postgresql-14-wal2json
Build-Ids: 54e1bfd2cec94a848b963e71772c5859a357ec37
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-15
Version: 15.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60012
Depends: locales | locales-all, postgresql-client-15, postgresql-common (>= 241~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm16t64, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3t64 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-15-jit-llvm (= 16), postgresql-contrib-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-15_15.7-1.pgdg+1_arm64.deb
Size: 17732704
SHA256: eb6c0e3c254b31f107d495752495b916b1df5b08068e0af13d767f609a4a796a
SHA1: 9d261b8bf911465e634fc6069fb21cb32dd2b35a
MD5sum: cd841c5f8427e7b2f469430327f7b04d
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 15.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202209061
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-15-credcheck
Source: credcheck
Version: 2.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-15-credcheck_2.7-1.pgdg+1_arm64.deb
Size: 71376
SHA256: 1536bdff6c3c48d46d9249bf6a88e57f0cca50b523bfb58b3b5776f9da181260
SHA1: 5e243c6911d450f0572b05f5352f4804be08101f
MD5sum: e2caf963ef0f46c20d208046cf3eabb3
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-15-credcheck-dbgsym
Source: credcheck
Version: 2.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-15-credcheck (= 2.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-15-credcheck-dbgsym_2.7-1.pgdg+1_arm64.deb
Size: 69652
SHA256: ae8d5aa32e885012edb2e591769bef17b2e998aa8aa8547ba2251ba26a54904c
SHA1: 59af61d82e41f3e4a8ac27a37ce72a0cf0e1b3c6
MD5sum: c0535ed7125b11781fb360b7d6976c49
Description: debug symbols for postgresql-15-credcheck
Build-Ids: c881949e69859d4f988bfa702ec1bb49b4024e4f
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-15-dbgsym
Source: postgresql-15
Version: 15.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19161
Depends: postgresql-15 (= 15.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-15-dbgsym_15.7-1.pgdg+1_arm64.deb
Size: 17335212
SHA256: 9c035fd714a47b15f644371e3b67b2fa25c5ba122178dd90091d308acec9ce3c
SHA1: f94e60cdce513e91967b4e763106e5d9dd44d469
MD5sum: c01f7982bb4002c1402f01c47d2f3f4f
Description: debug symbols for postgresql-15
Build-Ids: 031fbde4b264fdfd8063bc24ad11d85f56bfbb52 0322848df0ce6ab9710738fc0cc592c8e9bab67b 045ef52d1213189cf420598b9f6b21fc6fbe7bee 05a6772125168130189539e0016371c755aabc07 069539738c0737b423e21a751f36b70e29d1fc82 06b3cb6c466a9d0e2aab6219c82aa34a35d75f3c 07beb487ba911bcbe575e6fb73e0bf022905bb4b 097ec2742b33f14504cc1d8958558262a8451ac3 0a55a482f8008ed1104ae74c3d6beaf549a1a5d8 0a9786cbdacedc5dfec930336fdf26211c2e495e 0eb123a432f972d496ab8f9abe490352467f1bc3 0f0c190bd8eca12ee7cb754090c6e79457ca875f 0fcd38a1ff2badfb5e37c8ab78ad779ab3392729 10b10c74429429e3e208bd84b4870ee34bbf8e86 11a464d4fe6e81184dee9287d5f399d0f636b3d1 136d437a1c9e030e093aeba4d447cccced088799 147044d5ad62ccee0ae669ea8dbaca8634afcd72 188d9162095d63d4929fee17465537bfd1054725 20a7f2c49fe2a813f1d4d256831ea2321b9e90d8 27453c2e4d66d28709c2c9aaf3756bc8158ceb54 281a9babd02037a5c9385bbf4868d1d83fab9e70 2e0bf7138a86b01d9717863934c8b8842ede007c 2ee425559815f079c89bed363b86b5c5db5bc82a 2f4a410f35f740055838f17fce6090413fff271d 33bdbebbe6aa005a24f5cd41631a753cbb1463f1 364cc3a093ea82ed5708d0a61cdd160d19eb0e90 39bc77dd8ff6156617d7497d6363fbebce86e434 4326ce2b0ae8df7ea42d6ee3cc4de1ce77e5625d 46f2638aa07060df87e5b25966ab0cdd156d1f57 51650eea9ea914f1e41d0b2a412db784f1b5b244 521fc1aeffb5c8e0161f7d5a854f9d7e14b77c30 5e69e3931a7090d098357a110f2a55740e1cbda5 610179ccbaf492bc65b6e7074fa6c880b09b64c6 61772edb406ae170114af3f50faee513d73e9dcd 63d2a50268210593402361ef5b949d86b0055708 64a11acef79f3937e9011873125b046fb0f84925 6585fb0f72f476b0e7ac271116fb1328b5c40f7e 6952a58eeb220eb8bf983a7582ca2082a9a5c244 6a03fe3e78fbcf22a7b3c2eb08da2d07a903d0e5 6abf0b88fed55322afe7001d4b011c31c16f088e 6d7c3879170b5edd9bf6ecfeba636757793be664 6da2b2a0b70b0c16d4aa8164d33dc0efa02c67b0 6e4147322f7c2ad66c710e331109a6c152b0ac24 7401033a1daa2e43ada6c9b79635941de02d392a 74104d28061d85578bc6b7d5708642f83536ce50 74303832d62b0d370157a82692c13d9923b0669e 75780d32840b1354524567a400596a914980d8d7 77820d8295288e1d6e99fbbc0f577677ba5cf812 7b67af510ffa001f062e1288165187388771b274 7c8b76b23e427efc99aab3b3aedf443e4806cea1 7eddb8d7931455dd6e171838b7a567b1f898162f 80aec93b9d598b97f09270da6f84553bdef31989 840e7c40e1946ce60d14bab9d788c98b87a90d65 85ae21e86eb3ca628a6ce6681518264f7860e0af 8987976705bd762b0f48dc67f9fc7e32e3c6f6de 8c044cd1a82ad8c657af1653e9646571ccdfa185 91e52c59fe6e3835e842aa554e5f41bf9c71a6a8 92226b6f0e9dbb3d26f9c5a3586f1b67ceaf12fa 94214815c4c468c5abb9c6991b149080aea85082 980574728ae974dc73854a6f04683f3d53690d52 98a72df5aee86b77ffd46a1b2dc42d1bf34b820d 9be2c9c3dee848598b3fa95b44946847d81ef4d8 9db8a7904b5a092981b6f7874ec73491bbd0d24f 9efbe21f2b1743b8c675e509177f6a64339ed2c5 a1b1931c51fb18ba5c722be8fc53b925904fa447 a568fa1c8cecb32b7416df1062db382661d88ac5 a6bfa7439ef9b8e2487c818ac424f283b4b3473c ad7ea3ac3bedf4de0aaf7d7ad6427a785386746c ae394864ab0142687bb34218d18cc43620be532a ae5630e6789c62b3914d26bb5c0f672fe8897ada b17e1db94fdad0367e3e4c7aa76b7587cd942430 b710ef2d02990cfb4cbe1f3c03feb3317771547b bf89b47f46c796f44ca8ac32dda4e1e943e0caa4 c0de9234db88409f7478dfc7df218264ea41f4cd c200cc3f54deab9e1689109d908d9f6f8e48f090 c635b83e7af5e934e957c7f342512b685991abd5 c8ad4c2ee77f026670b09bd5c424584bb400991f c8de45020b20901c4b3e20a7b955dec8258cc760 cbe29c07ee4e0ef4ed17a5131d21c75974093b41 d1868f0b95ca43de02bb1e9f937f082c3d025554 d2de668e7aaa825dae632fab896259631d2b7902 db70ae4407db59da982ffee70bddf58907d54f52 db82215528fb092c776bcfc2ab3866ee6368c0a1 e0705600e7c1c139112273e63633737b34ff8def e429789102903d68cf347b003c4a73e919418ce7 e4b9b87689ff4f84c7847a69f9ec5ec58c2a2e16 e78da5eeefb36c3c683961fa343d467789adbac3 e93f437aed8fbba5de3e80f9acc4d1f32743a43a eb098cac68eed61321b59f4a0a5ada95219a6f65 effb68bde6c7530e68e99ee488a36c522fac7f65 f7c9ec3ecf773ff6dba74f390e636e3f828a9f8e f90218f17346fa0fdca35838d5504f63be4b510a fbd8f229caaaec99e9c8f166dcb54eb9db0f1365 fbd911ec08895860472b2cb3e1cec47ea5988797 fbfff3b587e55d6ccdb51676a393af4b04967c02 fd4a6de38a3028f40aeae07e5d24ef9c4fcebe28
Postgresql-Catversion: 202209061
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-15-hypopg
Source: hypopg
Version: 1.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 198
Depends: libc6 (>= 2.38), postgresql-15, postgresql-15-jit-llvm (>= 16)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-15-hypopg_1.4.1-1.pgdg+1_arm64.deb
Size: 77520
SHA256: 904184f7fee0d53eb0b853a5417903b8271315b098dae807c8056983365b3f98
SHA1: e0ca0a52f8efd6910b6039d33b85cecac2729cd8
MD5sum: 5e01def8439cb000d4617e95079155c4
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-15-hypopg-dbgsym
Source: hypopg
Version: 1.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 107
Depends: postgresql-15-hypopg (= 1.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-15-hypopg-dbgsym_1.4.1-1.pgdg+1_arm64.deb
Size: 89460
SHA256: 388b15eaba16a5c4a28d5f558876ebcc39bd4352a53de950944f8fbf8531d31d
SHA1: 1fb7c404a774c147cacec7cd377f395b1a5e5c98
MD5sum: f9d60b0ae181f6ba42f0c4f98d0b9628
Description: debug symbols for postgresql-15-hypopg
Build-Ids: 81a9e37db4b3d04a71ea06d37d23f2154d33665c
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-15-mobilitydb
Source: mobilitydb
Version: 1.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3259
Depends: postgresql-15, libc6 (>= 2.17), libgeos-c1t64 (>= 3.9.0), libgsl27 (>= 2.7.1), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0), postgresql-15-postgis-3
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-15-mobilitydb_1.1.1-1.pgdg+1_arm64.deb
Size: 645808
SHA256: 66796e3ed99e611f32c64bd54fffc067db572be97ef297177d28a8017f3a08f1
SHA1: 60cbca0b96b197f019b4fbf7e5c22cce769046aa
MD5sum: c984c140caf5090875fa727e8077243c
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-15-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2350
Depends: postgresql-15-mobilitydb (= 1.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-15-mobilitydb-dbgsym_1.1.1-1.pgdg+1_arm64.deb
Size: 2128124
SHA256: e83e7201b0414eb1ddc08afe80847a6cb9205cd7a710ace885c7573f6bbdf9d1
SHA1: fad5129ae7a1efed6286fc569f0b97ea741d0731
MD5sum: dc6bfa969be9f45f78a4d9075b0584fa
Description: debug symbols for postgresql-15-mobilitydb
Build-Ids: f099f5d89005b25b6fc6fff876824cc5c4d943bc
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-15-pg-gvm
Source: pg-gvm
Version: 22.6.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-15, libc6 (>= 2.17), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-15-pg-gvm_22.6.5-1.pgdg+1_arm64.deb
Size: 19544
SHA256: 5de712cc5557e3f5d30b2ce8922cb318b6b1275a0294a4264334d8b4f142ccbd
SHA1: 33124c630f9e3e7a0f0c9cbb69ca47a90a205b57
MD5sum: e09ab24627ef7139c5f34a4ebdc0430e
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-15-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-15-pg-gvm (= 22.6.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-15-pg-gvm-dbgsym_22.6.5-1.pgdg+1_arm64.deb
Size: 27204
SHA256: b16afee35c81565356305de3c96f52c03e53013c1bccb01f941c6446c6d2a560
SHA1: 3ed4cd5e3267af47ef41c31cc7c7cac9660ab4bb
MD5sum: d2fa344cd5b69b0bde521b2d167fc53c
Description: debug symbols for postgresql-15-pg-gvm
Build-Ids: 8ed8d0a4850c420b67978fed9a5241e885e31436
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-15-wal2json
Source: wal2json
Version: 2.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 160
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-15-wal2json_2.6-1.pgdg+1_arm64.deb
Size: 65756
SHA256: 4b7e5707525455e31ae410b8ad12023dfba5351eab4f25f14f974f1250cd5c29
SHA1: 6285e367cb40331b7a8003312efbff4aae6adb91
MD5sum: 6f15243e08d62d542a6088c0f75a3580
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-15-wal2json-dbgsym
Source: wal2json
Version: 2.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-15-wal2json (= 2.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-15-wal2json-dbgsym_2.6-1.pgdg+1_arm64.deb
Size: 73964
SHA256: dc46614941332745d3d8259e3cbe34e6f038775245744f37cd96e843296ab687
SHA1: 5e2c3f7eae14f26cb741df3a831294753e3b919e
MD5sum: 53dd23dc856e58ac5525dc06e997bd40
Description: debug symbols for postgresql-15-wal2json
Build-Ids: 1d94ca7beca7afb4e3fcb51eae2bfd01d727d6ea
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-16
Version: 16.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64218
Depends: locales | locales-all, postgresql-client-16, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm16t64, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 16~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-16-jit-llvm (= 16), postgresql-contrib-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-16_16.3-1.pgdg+1_arm64.deb
Size: 18570000
SHA256: 3701fa620ec0e4eee35f6bdb5a3ac14ab82887f4e152d3f66b147c7acdf9fef4
SHA1: feef47ceeaa3fd073274b4c2a4c59183fb405610
MD5sum: 77a4ec9c04fb96ba4f7632cf8e753f42
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 16.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202307071
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-16-credcheck
Source: credcheck
Version: 2.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 185
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-16-credcheck_2.7-1.pgdg+1_arm64.deb
Size: 71024
SHA256: fc5b2d8ddbc6d4abdac3cfbfaee82c56d52b99ba40f475cc4445867632c111fc
SHA1: 11b3e9ac7e058081f9ed9f4286a75a4eba8fbae8
MD5sum: c39e19236d7196d14d749a84c69f38da
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-16-credcheck-dbgsym
Source: credcheck
Version: 2.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-16-credcheck (= 2.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-16-credcheck-dbgsym_2.7-1.pgdg+1_arm64.deb
Size: 71472
SHA256: 53789926c6e281f5f65f3f9d797a29d0af276ac6c187533b630a9be1e8651624
SHA1: 055e61228b194cccb8ef11d6f2a4dcf8b8198efd
MD5sum: 301a0af2d3d53f6edd8bdc2dd7d9ffb5
Description: debug symbols for postgresql-16-credcheck
Build-Ids: cb868ff8f0ea7bb4d4f90f998581ea5115cab672
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-16-dbgsym
Source: postgresql-16
Version: 16.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20674
Depends: postgresql-16 (= 16.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-16-dbgsym_16.3-1.pgdg+1_arm64.deb
Size: 18828356
SHA256: 7af0482c495c3b383df5fe36eb969e86aa78f7a042bb333ebd45ef79a717e17d
SHA1: 24e8d5b29e176f6db7aca418ec2dcc599e988352
MD5sum: c4ec5cf8348431f0184114f234d516e7
Description: debug symbols for postgresql-16
Build-Ids: 075547cbda6e935f873b9954b1e87edafd7213c6 096738bf319aec3a7ff3dc4f86d63e812ab4c2aa 0a50f0a8e00e21d7d7bbcc27ccc0f9a25e2ddd31 128da6755527d56c71b6f1b6f498f88fefdec8c4 152c0f3b880cfd4c7ef0b7252d2e8791365afeb0 17c7a63bf3fca262f91376490c04320524827dc2 1b1892188c6dbb19b661a96b1e26d24fbe10f9e0 1db99396af935af824765783b40704cc417c5047 2767d4ee32d7ecdfe57f60fe1c0a3f0c70a37935 289237411f79eefe65301de61a704f0eb5f8676f 2a09c8a1f2ee8c830f8e43c1dce5e90171ee558f 2a96894aea44b4e74648fce4b58b0e2b697aef3b 2c8d566873e18d49ae833d7f380b52f91682cac1 2e632a59d6c21101c04ec5fd9d6af9f99d1c6e7f 2e7c98db3a357daffe7ad7519320e7552e44e928 30708b708c658244366cc5642b4a3844a0f1bc1a 323b2466a0a928c40e61ad487612b4dabe6c7361 375dcba7bf81d77c6cf43dc36d356b38b64d802d 3b59fdc41ca626cba0f64ff60b326f905b46636a 3dbb1007daa9a4ea76419dd6abfec74b4d84f6ce 3ddcd4e4262c6781abb0df6315dcdab07552fe28 3f789faf789e4f9b1dd98e06fa6b51843198be96 3f929d5831d654bcac67bc5472404835860910f7 4127a8a86fbcf7bcd26d4f250797d39afc5a6070 42bf9b86f7112f5f5814438cc45fca120d4e1d36 509cbea5c7443a2a10128caa516b2656f2e94089 51c748757b817c708a0388052d1ed88b5457d390 5428f41a3cff2af665651de8570766ba3b77b754 5d81e052b5818c84a5592d6dbb66f25e64d51dfa 5dae3fcb5f3915de9427a5a4699fd9f28cd67f79 5f49dfeca6d67b50a423ca96f10e529eb62d7f58 5f5d6b5011ca3c8c84348e374c3b5bcdc9d6ccdd 66a8013cb7099ff433889b9f3b9e89676cf2d49f 67753e744f3f6acec4726bfac79e5b00c8ceb6f9 6a57f0fdc116c963f3fe21965a09f6f35f0d0ca6 6ba6760a13c264dc6ac2cf3b36c8d143c8ed3044 6bef2b85fea965fc7d62e87515dc194de2fa671f 6d63327789bcb65ab98ad4d8ef01fcaa17cc4e5d 6e448b506bb905796693d9a6830ef38b6e70ee3a 6fdd7f634ea14b72a1dabe344f50f3cde2d826e4 732698c41573c3cd99003d7308d1d272a49117f0 73edf5b8b4b21424af1c1ea15b30115d74012716 75e2535a6bdbddf7c642bfdc36209e9c183851b4 7b2ca74226d63a8514e03022798b27a030d4eb72 7c605674b5711d4ce58b15914858c67dc92a8ce4 7d885571881cbd78b11b6c64c2c4735b637077a9 7e7ad7dd541b61b3b87667e25233c98f28d709f4 7f85643d52704797bfdeb7fa8c1ce5243f192686 84375957625402ee5c202145f26fb9d888ca6219 8da76e5c98eb0923c475c969b70101fd1704fe99 8eb4e40d9a8f11c43b3566b8521072e0f868dc7a 90d4e23ead9376b23606ea6f566f09a4ea52627c 91848d4b442fb039464f5fcce5b5e41694f2dcc8 92784a91cc144c2d4f60b8d96c58863f431f4df5 92c52f0960956a4587bb5264aadc2582d1f3b3e3 9a83aaa23b3495c843d593b76c4b3ccaef98103a 9a8fe6240d467e550473d05a3495c27dec1ce62f 9c02aea2d5b3256f4856bd492193963ca7a9321d 9c684a365a845bd94463893caa6d6495a1a20609 9e095e01e0bc10771d7a5d5541cb489f815f2366 a43abbe866087c2e23a78115e5fb7f4b4d7e9b42 a558973a587dc5638a8f901be91b62f666f657e7 a77b1b7731d44a57917879af08ec4dcb48b73f7f a77f246e8bc7db5e1c2fd35292e5a63ce86d7064 b09d2e673fc22626527e4ed797c22cc641ae2c93 b147500e4e80ca406cbc91c47639785d7722ed34 b1cbfd1d08fa629f3eeb038682f656ea45fc2870 b9485edb0d8b040bd8421a2938b3d5efe4982aaa ba741cb91073044ab8539aab546c584b2e915fa6 bdfe81b74d3976dc2be7e65c9e02657f4d809e05 be52e83e7ec737461f2f0a98d8548fb454802e9c c75c1966769d687a9015002b62ffc0d2dea22729 c7f44adf03138d81dca4fd03bb54ea50344b7fbc cb3833bf7c4e63258cba4a96b73aaeb9cf1b1cac cc8f4f707b0ab5ec93cad31532df8612c78e3490 d10cec26281b9695be02c7a92b76eaacf7e50e38 d1c9b6a6b0c5e9646da7dfd26bf413b4930a8014 d3a885c74b72267a954e0bdc255f8334465aad4c d51b28579b8987033cfcca46fbd408660c3daeee d5277316f9c91b94b02f3be148b03d00608f479c d786bcec429a33ba0b857ece5f298cf9d4ad9531 d96cab8548f6db3605ecac26768a9bf7d664dbaf dfce8ed900ef19abf1e760d5065ea018dcfc0fe7 e2002954abdf08cffd0dbca6e95c0076452deef4 e30948d9491ecfd4957083fe78ac45893e3c21ba e3d1c0d81b4cc7b802d6faf2a346a8df87b22b71 e6ea06898736e425ed808fde46e24a3ffefb16a2 e9965b9b9ae559f9b5e4dff9bde174b7372fc899 e9dc8b08d22a57f8959179ddecbc3cabe10cef33 eccf01d735de9432c4d68b47629770e967e72e06 ee8d851bdf049f0b231a1014977c788b5d77d72c ef4346fe60bcbc0739965fa5b86da48e9deca631 f1dbaa599a95c858cdec32a7974f5ebf46ca8beb f33f9a7babb96666de0b9a0bcbae34be7b279461 f5334b24f571f4381b32f1c0d7870074db18f9bb f6dbe99e23325d59aba639f58e04318ddd832959
Postgresql-Catversion: 202307071
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-16-hypopg
Source: hypopg
Version: 1.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 198
Depends: libc6 (>= 2.38), postgresql-16, postgresql-16-jit-llvm (>= 16)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-16-hypopg_1.4.1-1.pgdg+1_arm64.deb
Size: 77180
SHA256: 70c59e347b48368e03f3fc971219d9467f4438b9199ae7d436bf75db1aca7eab
SHA1: 714befc0cb601241144abc1a0cc2305fb9300622
MD5sum: eb54588db7750fd7f27e02d1d75ae555
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-16-hypopg-dbgsym
Source: hypopg
Version: 1.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 110
Depends: postgresql-16-hypopg (= 1.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-16-hypopg-dbgsym_1.4.1-1.pgdg+1_arm64.deb
Size: 92488
SHA256: bae9aa4925857fed69903aa73002a08c5bee64ce7f2dd35706913abaa45c6daa
SHA1: 351b9e52dacedb58633ee3f47cd871d754ec542f
MD5sum: a6a749d1b3679bbea0312a0e9777fe2d
Description: debug symbols for postgresql-16-hypopg
Build-Ids: 6c129fb5437d83770f70389853ecbdb1e939130e
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-16-mobilitydb
Source: mobilitydb
Version: 1.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3259
Depends: postgresql-16, libc6 (>= 2.17), libgeos-c1t64 (>= 3.9.0), libgsl27 (>= 2.7.1), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0), postgresql-16-postgis-3
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-16-mobilitydb_1.1.1-1.pgdg+1_arm64.deb
Size: 645904
SHA256: e09047279ee7d8557ea9d7c2b04cf02328cde0216a629926ac76c69388624e8e
SHA1: 124460281ed8a68954a8628041f137e8559bcc18
MD5sum: 42f9bf0f7d2fe9f189c4263224d6c80d
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-16-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2504
Depends: postgresql-16-mobilitydb (= 1.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-16-mobilitydb-dbgsym_1.1.1-1.pgdg+1_arm64.deb
Size: 2283928
SHA256: 242c3fc2eb46e100e9ebd023e3715cc793fed18988336a96a78f9649cc6ef51a
SHA1: 7a712ca150612a56b83385565034f72b11bfb96b
MD5sum: 4315ddf0a0da7b0c365d4e1a74169b73
Description: debug symbols for postgresql-16-mobilitydb
Build-Ids: 30a1d89759d77701dd75bffd21eaee882be2620a
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-16-pg-gvm
Source: pg-gvm
Version: 22.6.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-16, libc6 (>= 2.17), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-16-pg-gvm_22.6.5-1.pgdg+1_arm64.deb
Size: 19532
SHA256: da224832b67bfb80962661cb82bd34f9e39c905ce04e5c41e6a4cfecc51e3115
SHA1: 916c27558b1d049536b9ad86b6bff458d784bf77
MD5sum: 94af559db613612d5410eadd945d5dcf
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-16-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-16-pg-gvm (= 22.6.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-16-pg-gvm-dbgsym_22.6.5-1.pgdg+1_arm64.deb
Size: 28456
SHA256: a5252576f10c8657ab5e498d9ed631059683c8feaaa8b63a57001fb710bf691a
SHA1: 45e789b3fcbd1a443a76fcef5ffc06b46afb2ffc
MD5sum: 931c775db6f65abc4ec5ab73ac46c136
Description: debug symbols for postgresql-16-pg-gvm
Build-Ids: a102c29a6efacfcde18edf93f31adece4cfbd1cd
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-16-wal2json
Source: wal2json
Version: 2.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-16-wal2json_2.6-1.pgdg+1_arm64.deb
Size: 64836
SHA256: 971dbc9def9f45175790e45c9c3d12bd5b03b648301a0290ef7978243fd9e094
SHA1: 9b41daa181bd3f174bc65f606bacbd5dec6694ec
MD5sum: 3ddc070ae288f190f450b582e3ce26bb
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-16-wal2json-dbgsym
Source: wal2json
Version: 2.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-16-wal2json (= 2.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-16-wal2json-dbgsym_2.6-1.pgdg+1_arm64.deb
Size: 75980
SHA256: 23a2b843b160c015ac2bd60815ef660445abdfae89b0dc18923702fa88247314
SHA1: b1d05d4a5152ea4a6a63c532694915f359aafcdf
MD5sum: 2817832aabef5b0bcfe4f5570052aa4f
Description: debug symbols for postgresql-16-wal2json
Build-Ids: 1b11bfe42d7785d038e10f0b8ea3f0a28dbf0931
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-all
Source: postgresql-common
Version: 260.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: libecpg-dev, libpq-dev, postgresql-common (= 260.pgdg+1), postgresql-server-dev-all, postgresql-contrib-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-contrib-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-contrib-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12, postgresql-contrib-13, postgresql-plperl-13, postgresql-plpython3-13, postgresql-pltcl-13, postgresql-contrib-14, postgresql-plperl-14, postgresql-plpython3-14, postgresql-pltcl-14, postgresql-contrib-15, postgresql-plperl-15, postgresql-plpython3-15, postgresql-pltcl-15, postgresql-contrib-16, postgresql-plperl-16, postgresql-plpython3-16, postgresql-pltcl-16
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_260.pgdg+1_all.deb
Size: 11984
SHA256: 15375f07979682b1cfede6a6d58269024ddd2f1eceb978247aec21d0b099d0eb
SHA1: d953989deab07d2b87c5b6da2ecdd3b69100398d
MD5sum: 6df8de73068ad8c6b4492a9f70f37890
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 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.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-client
Source: postgresql-common (260.pgdg+1)
Version: 16+260.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: postgresql-client-16
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_16+260.pgdg+1_all.deb
Size: 11848
SHA256: 5498a3e7974596f2b205439e53e33b6d718d7cc3d6f62041cb0b0fcc40e03887
SHA1: 971e198808a7bfa5e048cf1f3f7723b408736cb3
MD5sum: 3bce3b793a3e10040310ab006925dd13
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.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-client-11
Source: postgresql-11
Version: 11.22-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7183
Depends: libpq5 (>= 11.22), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-11, postgresql-doc-11
Conflicts: postgresql-server-dev-11 (<< 11.6-2~)
Replaces: postgresql-server-dev-11
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-client-11_11.22-4.pgdg+1_arm64.deb
Size: 1469332
SHA256: 238f1e02460a806c86afb0e99821608da94b31f6abea71e888524ffbb5f149c6
SHA1: 9f11179788debd331f0f321d697e7e48b5fb0b5b
MD5sum: ab30466ddbd94ed463e36c55f7a2724c
Description: front-end programs for PostgreSQL 11
 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 11. If you install
 PostgreSQL 11 on a standalone machine, you need the server package
 postgresql-11, 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.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-client-11-dbgsym
Source: postgresql-11
Version: 11.22-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2012
Depends: postgresql-client-11 (= 11.22-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-client-11-dbgsym_11.22-4.pgdg+1_arm64.deb
Size: 1699736
SHA256: a6aad16f38cf1848f9960460cea7d8c910038342cf2d6a500ab99b14b9a4f4b1
SHA1: 623e288d4faf38a1d3e0cc2966d74f45a3a6b2cd
MD5sum: 71d066392a5987ca714af732f0689e65
Description: debug symbols for postgresql-client-11
Build-Ids: 12d7a6f538a16b5084389a4531d340e9cf6f7a3e 1baa17664966567aad45e7d2421af080eb7acb1b 4c87d5d214bde2fd7d90f4d4be02aa01edb50288 50ee4ed823ab153216e953f4f9e91f344c177da3 7ab457aba783aeb8eaeb3b8124af5da0a1c3578c 7efdf36a80118cabbc188d90c35dabc3a5ab90b6 829b2ce83e88e961f46223b09403f5fc40058fb7 8adeec8efaa5f87375e8c82d04269c7646558202 918205baec4f0cf42d30197ed0bf4f8db0f2b669 93c79e96a2cc4066a62005084da342f5d44bd618 a30dc7daf0307fc2bb3891d580f62c4a82c43429 b45defdf126f0f4d437e21168fd87a8181586d89 bfda2fa51fb23f17ea49a3507d65fb5594782c47 c4e3d0342a1587fef669da137bd10e85b13a1e7c cf1b6628b71f92d2174fbe1322b84ba91d7bdbe3 d10bea83d0bf602c0c1692ef382011455ec3f306 d22a09b7a89ed22b072ccb65ff9f97ca887bd774
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-client-12
Source: postgresql-12
Version: 12.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6659
Depends: libpq5 (>= 12.19), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-12, postgresql-doc-12
Conflicts: postgresql-server-dev-12 (<< 12.1-2~)
Replaces: postgresql-server-dev-12 (<< 12.1-2~)
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-client-12_12.19-1.pgdg+1_arm64.deb
Size: 1410040
SHA256: 4a19e1e43d0d0b5272aa37b198fa284b648bc65a0cd78058f7798a7047dd369d
SHA1: 8ebe464cb687a3e5658c998d3683e363b4ebc3e3
MD5sum: 5888b8b91e3262169d67750cc11d158f
Description: front-end programs for PostgreSQL 12
 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 12. If you install
 PostgreSQL 12 on a standalone machine, you need the server package
 postgresql-12, 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.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-client-12-dbgsym
Source: postgresql-12
Version: 12.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2221
Depends: postgresql-client-12 (= 12.19-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-client-12-dbgsym_12.19-1.pgdg+1_arm64.deb
Size: 1875496
SHA256: 390a5e7cbd184a7f30f288d6814b6ce34e47c982489cc0537924336c0bc1f36a
SHA1: 777f6639f3ca60d2f6d74e63f87a6cac7c428456
MD5sum: 9895ae089a46940b9e54cc121b836971
Description: debug symbols for postgresql-client-12
Build-Ids: 0a5b2e2f81d52b5b9e4eafdbf4825024824e59e0 3c0842206e75f38be6dbf3601ef2c2450ea3af80 4c2983e0431921522e897f6f483a8f5c84b47be1 50f828587b6588d222c0d5af863e7d70ba2c1f4d 54a813953d0033c7dae5cabaf5ae81e2b6b85e9f 55252f5d79021a63ab13f4464d427f174fd4a172 69f0a0d18736d0e271e9b23dcf98cea943c27847 6bfe3e442a166efb3f27caa59afc5405d11b9851 7264f24de403f3a7d28796a349560ad0f1a84dcf 73acf81d9a086e35bb4e79ef86665cb57eb20178 844027cd6947b2600df894746a7a78b517ad3b0d 8b053858774ca8e90c3fb57ee6a31e38569ff97b afef4e5e0e2a43869033434702fe5b6ed5fc4d71 b14dd7f9707987e1f953675a34c16d9244f741f7 ba68bcadb32dd57605ce60929199c0da00296eb4 ce7292e044dabd978db047dd53d301432db7b42e e36099a7e44f9b78c9cb8222203ebdcab8ffe829
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-client-13
Source: postgresql-13
Version: 13.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7170
Depends: libpq5 (>= 13.15), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-13, postgresql-doc-13
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-client-13_13.15-1.pgdg+1_arm64.deb
Size: 1483848
SHA256: 64e0050f0c6b5debcb63b10371eacc39320e478bf55ec0124da85813052022e3
SHA1: 7b300a3012c834692cf48be1046f7bb010c91e15
MD5sum: e617e3619c026e91aa4519c4ad1a3b03
Description: front-end programs for PostgreSQL 13
 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 13. If you install
 PostgreSQL 13 on a standalone machine, you need the server package
 postgresql-13, 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.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-client-13-dbgsym
Source: postgresql-13
Version: 13.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2392
Depends: postgresql-client-13 (= 13.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-client-13-dbgsym_13.15-1.pgdg+1_arm64.deb
Size: 2018368
SHA256: 9f45359b11b28e6fafaf7e0383393f9bb45da39e255789dd19ef6daa5aafbc61
SHA1: afd39fb9d25f1977a20f2fc658f8cbd5dd065e88
MD5sum: a6f20a687ed0e1946e331dadb00a61ea
Description: debug symbols for postgresql-client-13
Build-Ids: 09d5281515bb53ca00b07ad5ffa4300249e8d472 14e301dc5730ef8f50031083aa7f33bc5d207f0e 14fe7c9478b085869f7ceba657a59bfdc9369170 3139942dfe49a744263210633992f052c2a2a14e 3b43bd8a3423da61f1287b7d21eded20e8efef9a 459de0e03dcf7980da2a6af0f9446e1e97a80233 4a618720a3ea56000e92ddc691a569f0b3ea36de 4a7fa9c0da84d01f0853a7622a22874ef00eee37 59f2346319fdcda04709013ad376e2e402c2efe1 5fe8cedbce3b043b2cd57802e0a403d4a58d7061 8a1c32f2ee83be12916d6259e4991e03a0daa8ba 92fc28118a5f39b2d88a5a77581dcebda6af5a96 9da281183dc88a91aecef48de9282a33cacd1719 9f615fdb16a2f03e6e3b9bb5186f10cbd45380ae b1fd25f6cb750f06b9f7b83e801277c3fef884bf b28ddda4782d444a1665019b138d0f6a456bfb99 ed9ec5ba487b600da1b3ff39cccaff02eecb1938 ee5602ea907f62b6c3729b8ee3c0c1f34285a0f4
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-client-14
Source: postgresql-14
Version: 14.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8201
Depends: libpq5 (>= 14.12), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-14, postgresql-doc-14
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-client-14_14.12-1.pgdg+1_arm64.deb
Size: 1600392
SHA256: 94057437287bb3cbe637eeb0a5debd9c59ee9c002f66ebde564d09fa5bec6cdb
SHA1: a217f5ad29978ccd5c810fcea32ce7c3d5852691
MD5sum: 8533c7d91d8ea2c12f404dec1e231c74
Description: front-end programs for PostgreSQL 14
 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 14. If you install
 PostgreSQL 14 on a standalone machine, you need the server package
 postgresql-14, 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.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-client-14-dbgsym
Source: postgresql-14
Version: 14.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2785
Depends: postgresql-client-14 (= 14.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-client-14-dbgsym_14.12-1.pgdg+1_arm64.deb
Size: 2344872
SHA256: 7b75ca099edef8a14072425124b5ea30d3cd2eb02f930e52ceddbd0339508b0b
SHA1: b9a1baacf1b1ae9f6641e430fad3b595c50a7ccc
MD5sum: 9fbf642c53320a082074a11b8d5e20bf
Description: debug symbols for postgresql-client-14
Build-Ids: 1804ca8f7e9bb33b654a97600bc0350b7782f426 1d46696a768e344e3532dd731b11c8d6e253059c 3b5ecf22016ceb1a7657b72538152d68b347d7a3 3ef266b3a61210cb97a38a956c057a50d43c2360 3fe46911dcf6758e998d60ba0bf078aff3d178e9 3ff077744c7d701a4daf3971909cee5bd475ee6b 4e9a5d9c75d451bdbbc82ca9d04d4015c9cfff7e 5180c1d5f5ff365e79cdddcb78f991c73db2d5d9 55cc6dc51bb9d4292c4442a0e059b8600017ada1 5b049e217ace70f5fb4a8d684e5a541eecdf1962 5dd287f6faedf257cdc398fb30e3ed965c246b8d 73a6f0d603f1ee334a528d3681f6b3d0be96bc01 8feb93931581c0f622437aa459623173f05eb8f7 ab6e1fac95720819cccce284db1838fffaa08efd d9eeb9f2e3e819d149bf173e0cc853447341949d e29251cdb01269c453a01ef2d3f539cbe6060837 e3cfc956c2b9294c6a88dddc47b2265c87003d19 e7383a588d33a890b3c964dbd10f1ccd157c0610 edc1c2cdf83f14ffe34239f0f8a22bfd7486d29b f0ecfafd2c7d77865a1e9f32d025cd9c8d76e20f f3bee6700ec85ff13aa8cb1e7cc452d1276ab619
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-client-15
Source: postgresql-15
Version: 15.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8792
Depends: libpq5 (>= 15.7), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-15, postgresql-doc-15
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-client-15_15.7-1.pgdg+1_arm64.deb
Size: 1663140
SHA256: 50a86b55157a1a2f5b120d3ef63ee43c75dc2bb42b3e5e55e7ac3cc57c556651
SHA1: 618c3b48417302db98f3558611295ea6c11191cd
MD5sum: f7d81abbfba209e0d9f32b23fcd364c4
Description: front-end programs for PostgreSQL 15
 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 15. If you install
 PostgreSQL 15 on a standalone machine, you need the server package
 postgresql-15, 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.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-client-15-dbgsym
Source: postgresql-15
Version: 15.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2977
Depends: postgresql-client-15 (= 15.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-client-15-dbgsym_15.7-1.pgdg+1_arm64.deb
Size: 2516656
SHA256: 449cdf23ea56f780313e0156e1022838e4e6939a45d1cc91ab972b07b3243e11
SHA1: 3afc578a7bf6334b650e112771a81a7e80c3b1d2
MD5sum: f8b28b1f8aa07e002d0c9bd6ca436895
Description: debug symbols for postgresql-client-15
Build-Ids: 0a77135fc87208da3a931ace638699429024a6dd 157ec9a2f56f4e0d3d79d604c07c080dce6eed7e 1af5bbc584b2565a6e7ae2c5f787700d13fd720c 210bbadd8842c502994292de764a6e04f7b959b1 21e6c8e398ed68abad1068dfb53594d0891f0a94 450cebb771c54ed4697babedf0126402035b182e 54ed9574844407a00a111ef79dd8bea24738eb77 68b0c6f57b3ac4348a6204137a23627551edf35c 6920e22960b3614e94fc9fd5bc56c1736babee21 7a1e1219ab418d83b5dd873208dd14c480371a59 81470fdbf78e90394ee732d13f342fea5927e2c6 874b67640eb525a7784e6e00ea38814ba5b2fba2 8b9e92cf6f6cff0bada0090c4bdc6083d80841d8 93b8da19ab9731f2c13caa3078f6a3d4a5cf642c a7bf68549dffc47cb1967dade46e5f381080ae59 ac36435f2fad95eb1d59922e1b7882468cd4bba8 b0e95e223fdeb205a76ced1a24969b69fd9883ea b984fabdce4bbd8c5d3edf13afabec9bb82cdacd c05dba4140c3b4994a8ad596e8e39cfd112796ed e353fa7a530bbad7b669146a48cf2025803996f3 e4573361c05c556fc14f9bfd203f8da18aa34103
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-client-16
Source: postgresql-16
Version: 16.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10200
Depends: libpq5 (>= 16.3), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-16, postgresql-doc-16
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-client-16_16.3-1.pgdg+1_arm64.deb
Size: 1868028
SHA256: 940125bbe989fd22ae20d7714ef8cd13364a9fae2c3c5064b0e47a80dc9684e7
SHA1: 72678ffca30588163060a213c7db38ec506fa45f
MD5sum: f1043aa6092165753ea0c5307292d1f1
Description: front-end programs for PostgreSQL 16
 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 16. If you install
 PostgreSQL 16 on a standalone machine, you need the server package
 postgresql-16, 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.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-client-16-dbgsym
Source: postgresql-16
Version: 16.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3072
Depends: postgresql-client-16 (= 16.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-client-16-dbgsym_16.3-1.pgdg+1_arm64.deb
Size: 2604784
SHA256: 8d7fa8c772d7c455ff6bdaa2b0ffd0eb6c47d453c2576e7f69450051b24976b1
SHA1: 421bdec5b563728bcfc85a6a29266460d35f28f0
MD5sum: fa29d203ae73b9fe66dbc73c5ec9824b
Description: debug symbols for postgresql-client-16
Build-Ids: 06b86902a116bc14f153407ca7322790999c56cb 11492bc418b78e7ade302f9cef6442a5426adb6c 302ce9ab2ebcc701e86112d75c477e4661dec0fd 35c273502aeb8230014f258e731182ce954f3394 3bf88ea215b82516d221233aa8ba1f7f0ae88828 4ab1e49541ca8bab003b229e232883c3ba641ae0 4d603b0663553a8c44c0c2de31720dba831990fe 69afc39ef983bd834480b480e57c1c283cca75e5 765644f623e7ba913c9f5644607989b97968c6a2 77c60c1474002c29528237d736edbf72ccc70fa6 7a1580d0aa062d6d7df525c63ac472a6c69322d1 888c4b7c40c9efd080b9c0fa3a9a3eb65896acdd 9728529095a53dedccf24ae4b36855fdcc90876f 97f03899bfca068908c4af09868d522de5a4d96c b92746655c9c248f9cf43797a37754ff3f5e6086 d2ff29d5b1ba9a2a270d5134a4602d0d6e67cb56 da3de15e56cf564492fb24d522c381a0ae92cb36 dc8d17d16d5655783e9ac69c141e3efc3cade2e4 f7c3b3cfcbd155b30c56985ab67be5ca4bfc02f6 f97c348c20a62846226357d1fbb26f7eb086bf11 ff8d82da8f84a077096921ddafac8e8f275ee9ae
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-client-common
Source: postgresql-common
Version: 260.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: netbase, perl:any
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_260.pgdg+1_all.deb
Size: 35980
SHA256: 3bfc9ca32023ec4865c888c72dac65942ded55006364d2c6ad0051b5df158974
SHA1: 95d93ea255a73e03e377c3a6e6fd56031313a89a
MD5sum: cd4a161390110461bc34791ee6da938a
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.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-common
Version: 260.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 651
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, libjson-perl, sysvinit-utils (>= 3.05-4~) | lsb-base, postgresql-client-common (= 260.pgdg+1), ssl-cert (>= 1.0.11), ucf, perl:any
Recommends: e2fsprogs, logrotate
Conflicts: pgdg-keyring
Breaks: postgresql-9.1 (<< 9.1.1-3~), postgresql-server-dev-all (<< 204)
Replaces: pgdg-keyring, postgresql-server-dev-all (<< 204)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_260.pgdg+1_all.deb
Size: 168728
SHA256: 0dd1b7b4b7254fd6bf791a60654242ff42f77c36d689fa67664437e0b5e18516
SHA1: 7a4437bddbc385f6ee28b761777e11b4a14c53e2
MD5sum: 0023956c0ba1bf5b1804ecebe4b7c406
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.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-contrib
Source: postgresql-common (260.pgdg+1)
Version: 16+260.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: postgresql-contrib-16
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-contrib_16+260.pgdg+1_all.deb
Size: 11840
SHA256: 0e75c69eea3173ebb715261a2778b92f4edd7a479500434dd39fdcba4ac90a4b
SHA1: abe74c6c3f3e0f5402cd0b560e0aa20f7d56a41d
MD5sum: b73429fef742bfab641897729862f6ba
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.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-doc
Source: postgresql-common (260.pgdg+1)
Version: 16+260.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: postgresql-doc-16
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_16+260.pgdg+1_all.deb
Size: 11840
SHA256: 78b36805704f80f3c4c1d0dbbb62688818c22b5c9176af748246c77b51d6455f
SHA1: 4b300f8c02bc94149303f530739d1c5d713366a0
MD5sum: 9061f7165d1c2eaa797901643c394c45
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.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-doc-11
Source: postgresql-11
Version: 11.22-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14658
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-11/postgresql-doc-11_11.22-4.pgdg+1_all.deb
Size: 1887856
SHA256: ab2149547f8eb65fc73c0a41d36c4beb8c04c869c6982580f3553b465d7026a4
SHA1: 0711447db79fd4827ae82caa878915dd5bc2732a
MD5sum: 0e92a35b300ff22e804a00497b615d67
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 11. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-doc-12
Source: postgresql-12
Version: 12.19-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15016
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-12/postgresql-doc-12_12.19-1.pgdg+1_all.deb
Size: 1930736
SHA256: 56ab04ed8feef44038932674e64471409ba02c7fa25eb293854753ab1dab33ce
SHA1: 4f97b7e4f83c5d0d6fba2487ccab4e0f664d18d6
MD5sum: 27198fef8ce23a118332a725380e51f9
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 12. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-doc-13
Source: postgresql-13
Version: 13.15-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15754
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-13/postgresql-doc-13_13.15-1.pgdg+1_all.deb
Size: 1976060
SHA256: 9841027d5040fd496dc3e978ec63590047ea0d70cb50a6c9017cbc5eaf5b1999
SHA1: 91e64fbd4beb3a932609111db43533590052ff09
MD5sum: 5d5c68a335ce217c42e948866ca35d73
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 13. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-doc-14
Source: postgresql-14
Version: 14.12-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16203
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-14/postgresql-doc-14_14.12-1.pgdg+1_all.deb
Size: 2025796
SHA256: 8f4a4bd0356e2e16451c71746155e629085315340fc6438f50d2d19338c7f71c
SHA1: 1cf876bface195312eeb964b09bede35aeb2ecb0
MD5sum: 1c1933ecff3c8507ffa4626c6e43c514
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 14. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-doc-15
Source: postgresql-15
Version: 15.7-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16057
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-15/postgresql-doc-15_15.7-1.pgdg+1_all.deb
Size: 2038232
SHA256: ecc789f01f144a7a8c589bf4bd9a667ffa3fb118cd9528785ca75dadbbd2b467
SHA1: 40801bdd222565b652cd1a0acd6feb5352657099
MD5sum: 082692560277afd5eafca3203ec28d8f
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 15. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-doc-16
Source: postgresql-16
Version: 16.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16591
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-16/postgresql-doc-16_16.3-1.pgdg+1_all.deb
Size: 2088424
SHA256: f3fa6be4f5550831f899fb7e859a4188b3c91cc668298784a8f135d2ec799432
SHA1: 6dd649d990f81cb00dfcdb137ba99d8720ab0a7f
MD5sum: 08e57da21685e48caa35a507875429f3
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 16. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-plperl-11
Source: postgresql-11
Version: 11.22-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 436
Depends: perl, postgresql-11 (= 11.22-4.pgdg+1), libc6 (>= 2.34), libperl5.38t64 (>= 5.38.2)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plperl-11_11.22-4.pgdg+1_arm64.deb
Size: 65676
SHA256: 09e72d4b05eeeec884a35882283bfb538330172ec7cae49f9244562de9e4ef26
SHA1: 63c40aae9ba099348fed95eff80fe25fca39847f
MD5sum: 90a5c2975f6ac002908c918053c4a905
Description: PL/Perl procedural language for PostgreSQL 11
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Perl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-plperl-11-dbgsym
Source: postgresql-11
Version: 11.22-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: postgresql-plperl-11 (= 11.22-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plperl-11-dbgsym_11.22-4.pgdg+1_arm64.deb
Size: 181196
SHA256: cd746318f75139e9734d449fa9ab48c42c7b0ba85e8ff7590a4214de4e2a4d92
SHA1: 9ac8a244500c07daf4bbc5f562dcf27fef7f9bab
MD5sum: 5dc39ab7a0af75112fb68ee5ec351293
Description: debug symbols for postgresql-plperl-11
Build-Ids: 0c18df4dcab3065cbf668be4de88598f1bd3c64f 26cf353b4b83be1bd68ca142202bcea4c8f4ca88 cfae43b65db1cbb54eaf9e1666c4a786dbaae4a5
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-plperl-12
Source: postgresql-12
Version: 12.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 479
Depends: perl, postgresql-12 (= 12.19-1.pgdg+1), libc6 (>= 2.34), libperl5.38t64 (>= 5.38.2)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plperl-12_12.19-1.pgdg+1_arm64.deb
Size: 86176
SHA256: bd9254c43f4987ce698397e3d05b88083d5426e2167223c09fdc03dc93c92700
SHA1: 1abbfdd60a87139a6e0336938f91950d79bdb701
MD5sum: b991d7e5545d3e9872f72fd101603b80
Description: PL/Perl procedural language for PostgreSQL 12
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Perl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-plperl-12-dbgsym
Source: postgresql-12
Version: 12.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 222
Depends: postgresql-plperl-12 (= 12.19-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plperl-12-dbgsym_12.19-1.pgdg+1_arm64.deb
Size: 183380
SHA256: 45f8cf5dfb5ebd3147b71a0291b6f6c1af1344a0a80ea2ff995461cfb961aa85
SHA1: 424cc4d5585966353da3873b104befd1ea3b6167
MD5sum: 2ddd8827e7520f257b4ea2d7e17d33d7
Description: debug symbols for postgresql-plperl-12
Build-Ids: 1ed74ab3511a7ccf32a9e92bfe30a800a79ed9c8 dfb6f22831d82ebab96808be5a60cbe9b426ac00 f3a77fefd034dfd6e8e758a759a2f03d3c59b2c4
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-plperl-13
Source: postgresql-13
Version: 13.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 560
Depends: perl, postgresql-13 (= 13.15-1.pgdg+1), libc6 (>= 2.34), libperl5.38t64 (>= 5.38.2)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plperl-13_13.15-1.pgdg+1_arm64.deb
Size: 90596
SHA256: 77b68a42e34965287c70da1fe0bc1ae8783dfebc61900fe0f52452570c39903b
SHA1: 6db802439a860d578498fa753f520a52148d87b1
MD5sum: d4ed2395a574422af6e6de02d5843a8d
Description: PL/Perl procedural language for PostgreSQL 13
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Perl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-plperl-13-dbgsym
Source: postgresql-13
Version: 13.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 234
Depends: postgresql-plperl-13 (= 13.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plperl-13-dbgsym_13.15-1.pgdg+1_arm64.deb
Size: 189384
SHA256: 203b1c00a50805ffd5e64099f33fc44a341a84732a85e9fb2bca0507d3301eee
SHA1: 837869cb1e219452adab4b6ce0a0325f66815367
MD5sum: eefb6b4ae7379eabac97a146d4839299
Description: debug symbols for postgresql-plperl-13
Build-Ids: 03c2cda032bdf1ae3782b54b47183d56b988fc30 1cb05ed052d84d531f7b858ce0f150710b0d50ac ca915746b4a492eedaf0d83e4963d83c3ce13b3f d5a55a566e02de04506fde54c5fe9c7a1ac7b324
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-plperl-14
Source: postgresql-14
Version: 14.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 568
Depends: perl, postgresql-14 (= 14.12-1.pgdg+1), libc6 (>= 2.34), libperl5.38t64 (>= 5.38.2)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plperl-14_14.12-1.pgdg+1_arm64.deb
Size: 89472
SHA256: 494d56aabb71d21eef93e3b50f48b7b0c88c0b9a33aa94fa4c21b6309fcddffc
SHA1: 793db51159b03ea31dee084799003cfc2a24d579
MD5sum: ae98fbf7c76597170d52ea4cc4db6678
Description: PL/Perl procedural language for PostgreSQL 14
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Perl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-plperl-14-dbgsym
Source: postgresql-14
Version: 14.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 236
Depends: postgresql-plperl-14 (= 14.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plperl-14-dbgsym_14.12-1.pgdg+1_arm64.deb
Size: 190176
SHA256: afd057652d42e079922bf119d048c0a5d15daf64446f8cd499bb280f81dc61b4
SHA1: 25f4db4552497992b201aeb86b091c4a28187b95
MD5sum: e312c23c6d0bfb55a85c4ff116c05923
Description: debug symbols for postgresql-plperl-14
Build-Ids: 6a6c52067946deb3d3f0f3d8aaec35869fa29696 809e431fc5fe9167c7c1c275621e0acf7446c726 b01a34641caa149989b9cc9c7348374c50689806 ec3f0a3b9c1c463d72eb8544e2bc1cac64939e11
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-plperl-15
Source: postgresql-15
Version: 15.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 570
Depends: perl, postgresql-15 (= 15.7-1.pgdg+1), libc6 (>= 2.34), libperl5.38t64 (>= 5.38.2)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plperl-15_15.7-1.pgdg+1_arm64.deb
Size: 88008
SHA256: 0c9c99b6e90ca1b162bef015f8059a5f785e45c3d30bfcf3ab8573524a07f9cf
SHA1: af0a8f158ebb860414febd09fcd55ea3aaa9ba34
MD5sum: 20661ac92d2f9c937601ece39dd4255d
Description: PL/Perl procedural language for PostgreSQL 15
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Perl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-plperl-15-dbgsym
Source: postgresql-15
Version: 15.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 239
Depends: postgresql-plperl-15 (= 15.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plperl-15-dbgsym_15.7-1.pgdg+1_arm64.deb
Size: 194188
SHA256: 11d5bc5d5ef87082fb981a395a2daa0f7f7606df8272e018773a671e878c85cb
SHA1: 38b4692354f98f74759f815e1dd46af37feec4a9
MD5sum: ff6cd45183e3a6ab0cf0b6cd19d92253
Description: debug symbols for postgresql-plperl-15
Build-Ids: 0115b7b5f5bc34e0a3dbf0f2cac49e08d69191ce 36dc285c147cdf06c2771ee78536deeac5e7dd63 7961bda5177a48818e71dab6136f62a3c212562c a8521a28c3fd7b34358119eb46c1401b0cc9adf8
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-plperl-16
Source: postgresql-16
Version: 16.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 583
Depends: perl, postgresql-16 (= 16.3-1.pgdg+1), libc6 (>= 2.34), libperl5.38t64 (>= 5.38.2)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plperl-16_16.3-1.pgdg+1_arm64.deb
Size: 87432
SHA256: fb542efabdbad5d0ede46864831f620006d15aa31b6d5e96f620eba38d70790d
SHA1: a4cf24e87b3ed3e6eaf81d7a3229b31e63fb4384
MD5sum: 354af7209410ccf49fc7dc50fd0da612
Description: PL/Perl procedural language for PostgreSQL 16
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Perl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-plperl-16-dbgsym
Source: postgresql-16
Version: 16.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 243
Depends: postgresql-plperl-16 (= 16.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plperl-16-dbgsym_16.3-1.pgdg+1_arm64.deb
Size: 197796
SHA256: f6b8d2002be36254a113c5bb9a3a63a30d630d631175e1f77fb545b14c0af397
SHA1: cb303a71ef98e2365089d372f82ee7d20edf25fb
MD5sum: 87faeb2e8c342b5f916089c09deffb70
Description: debug symbols for postgresql-plperl-16
Build-Ids: 492618c761ac7e4436c03618bdeedf0f8774fc24 5191e1ced80db76957d44d6be7453e1bceb5802e be030c5dc155d06184f65f069c8a843c0451c269 f040b867d968643d62b93a18363ac34cadb625dc
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-plpython3-11
Source: postgresql-11
Version: 11.22-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 427
Depends: postgresql-11 (= 11.22-4.pgdg+1), libc6 (>= 2.17), libpython3.11t64 (>= 3.11.5)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11_11.22-4.pgdg+1_arm64.deb
Size: 76468
SHA256: 099ca24324061d0148263d89014b46cc824b654419a372d23c8dd2f62b256cc7
SHA1: ffb70442196d6ced7d68bf77afcc6e6ce0fb0393
MD5sum: 24e92eb5b546d05915b5ed261048f9d6
Description: PL/Python 3 procedural language for PostgreSQL 11
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Python 3.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-plpython3-11-dbgsym
Source: postgresql-11
Version: 11.22-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 225
Depends: postgresql-plpython3-11 (= 11.22-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11-dbgsym_11.22-4.pgdg+1_arm64.deb
Size: 173808
SHA256: a07d72b734459228a0e735e6d406463637e50aca7f43081fd409264dcf8b9cbc
SHA1: 90752e377a39eddc8944de55529ebb40eb9b4cff
MD5sum: 7328dc06df94c878c531216813026c73
Description: debug symbols for postgresql-plpython3-11
Build-Ids: 3cc443da2606fe1d161efbf6ab883b48f26b006b 56135f13ec353aa0eb81fa45ca9dd8baa34043cf 59823b65a2438afb6ba5c02c3fcca75bad907d7f e729e721d9e012f9ceca0a037e5528d739339ff0
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-plpython3-12
Source: postgresql-12
Version: 12.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 642
Depends: postgresql-12 (= 12.19-1.pgdg+1), libc6 (>= 2.17), libpython3.11t64 (>= 3.11.5)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12_12.19-1.pgdg+1_arm64.deb
Size: 109104
SHA256: a7fe66c06a6dcf97ac71c98f5e4b3b967b54bbfc7aac6976f88dcb95cfcf965c
SHA1: 85074653c33d158033c8436ae3d1ce66ed42f05e
MD5sum: dd8c84bf7a8ebae97fe14ec39b58f1ea
Description: PL/Python 3 procedural language for PostgreSQL 12
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Python 3.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-plpython3-12-dbgsym
Source: postgresql-12
Version: 12.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 228
Depends: postgresql-plpython3-12 (= 12.19-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12-dbgsym_12.19-1.pgdg+1_arm64.deb
Size: 174640
SHA256: f5ec11d44bdf6db037d77c80378a3fb11b36cb24f3bb11be9edbe2cc7dddcf75
SHA1: db1103b1e974bc9349b72ccef6c13bf27d5823d5
MD5sum: b5c3485ca206becfd7ae951f3248a6c6
Description: debug symbols for postgresql-plpython3-12
Build-Ids: 17c512c8ba943bb9d568fbf2dd0b2e752973b2fb 1b2cf1df27fe0c00d716bbe3dc41f1d35196f0ba b2245a2182a155a2c2edde778c1604c557ebfd6b c069a09558a3b2ca256299bfea35d987cf82ac9d
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-plpython3-13
Source: postgresql-13
Version: 13.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 641
Depends: postgresql-13 (= 13.15-1.pgdg+1), libc6 (>= 2.17), libpython3.11t64 (>= 3.11.5)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13_13.15-1.pgdg+1_arm64.deb
Size: 108464
SHA256: 8979df31bad56fb8feef83f0b2c38fb925dbd1e1f97882340b0480f3465575f6
SHA1: faad0897c75d940b15e98361edd3fbce383faaac
MD5sum: 01f6f37dfdfe60e12ce7c5e7c6fa0f72
Description: PL/Python 3 procedural language for PostgreSQL 13
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Python 3.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-plpython3-13-dbgsym
Source: postgresql-13
Version: 13.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 228
Depends: postgresql-plpython3-13 (= 13.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13-dbgsym_13.15-1.pgdg+1_arm64.deb
Size: 176064
SHA256: b4d0e65d0a421196f4329fdeec6019020a62dee0d6a255013389178eb7af122b
SHA1: c77e073f9d6d25834ae312cc30c15b3d937921c7
MD5sum: 015281b123636c2f8270025d98a8e435
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 78746cd875dbdaac2113a3ac06cd3145802acde0 7a311f58a82bee82f13fdeade777fdeb8762fe98 adb77707526fa31ce0bb7a4203303545dae0e33b f12e1dcd8aced7adfd04700d6dcf356184306d32
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-plpython3-14
Source: postgresql-14
Version: 14.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 720
Depends: postgresql-14 (= 14.12-1.pgdg+1), libc6 (>= 2.17), libpython3.11t64 (>= 3.11.5)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14_14.12-1.pgdg+1_arm64.deb
Size: 109460
SHA256: 187c9ff94c87684585b5e1e53d797b3420c01fc3fc2519c0e32b4d21f5c34b99
SHA1: 8596a2b717f4f3263ad5a402f01877a5e1854b93
MD5sum: 15141dc633da6143e5b61393ff5203e9
Description: PL/Python 3 procedural language for PostgreSQL 14
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Python 3.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-plpython3-14-dbgsym
Source: postgresql-14
Version: 14.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 229
Depends: postgresql-plpython3-14 (= 14.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14-dbgsym_14.12-1.pgdg+1_arm64.deb
Size: 176532
SHA256: 9c085ac09343d6cdbf36d70ab2d48035d3a8a4d6323537563d545a8b10e04578
SHA1: 32da8e558801ef204be66f741545afddae13c0b2
MD5sum: 65f99b42c03da29420e2567ee0a4bbcb
Description: debug symbols for postgresql-plpython3-14
Build-Ids: 072e870eed22929264a78f46709d0ec05dbd3deb 2a469c426e3a24e06df8df2b08ea86140ae82eb1 2fc4d1138ebbb831aa4597614d02100e3bc56d03 cba0e83125846bd93ea182c3a23293c89dfa4b59
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-plpython3-15
Source: postgresql-15
Version: 15.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 672
Depends: postgresql-15 (= 15.7-1.pgdg+1), libc6 (>= 2.17), libpython3.11t64 (>= 3.11.5)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15_15.7-1.pgdg+1_arm64.deb
Size: 109164
SHA256: 24662114de8cb4b1f94d728f8ddb2ee1b0a6c73e3440cdba7fb9294cdc13f2f4
SHA1: 7e1e1d34d40ef8253086228943c219df3da3c659
MD5sum: ea0d6bf0e99452be74c44e324e8432fc
Description: PL/Python 3 procedural language for PostgreSQL 15
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Python 3.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-plpython3-15-dbgsym
Source: postgresql-15
Version: 15.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 228
Depends: postgresql-plpython3-15 (= 15.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15-dbgsym_15.7-1.pgdg+1_arm64.deb
Size: 177952
SHA256: 8e20f3f6e7cae39ae7cc8b337fb44c483874b78cfe3fced8486ddf13e12d9fa0
SHA1: 9235875e43c3cc6885b98b4430813d3cb4a4095c
MD5sum: 3f926052ae4ce3a87b003726b3d5c983
Description: debug symbols for postgresql-plpython3-15
Build-Ids: 1db806abcbd6a9d9676b96e4ba6d0bf0837d6489 4fe81ec02473b1ad0e5fed05ee079b58148791a3 65034ceba70517e063c6cc1b2fe24c71bb4b4278 b9e14d265c8aa6495c147070d9549ecf48da9b0d
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-plpython3-16
Source: postgresql-16
Version: 16.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 682
Depends: postgresql-16 (= 16.3-1.pgdg+1), libc6 (>= 2.17), libpython3.11t64 (>= 3.11.5)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16_16.3-1.pgdg+1_arm64.deb
Size: 107780
SHA256: ceee850f4f0cdf7f31ab11df7f73c15b59b2154f939727403ef678873bd30c16
SHA1: 41fce40cc25805faf022ed875c46b7f9c3f28185
MD5sum: bf91e146798f4187144687965297f5ec
Description: PL/Python 3 procedural language for PostgreSQL 16
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Python 3.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-plpython3-16-dbgsym
Source: postgresql-16
Version: 16.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 232
Depends: postgresql-plpython3-16 (= 16.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16-dbgsym_16.3-1.pgdg+1_arm64.deb
Size: 182660
SHA256: 74020cedc40cbc1b604f666f115ea8830d2ecdc478bf7db897a9349c030d01c5
SHA1: 43bc7c08588c475e00f11841e7c4614b0861a8f4
MD5sum: 561267512bcd28886037014563b8bf85
Description: debug symbols for postgresql-plpython3-16
Build-Ids: 1094824914a0b13e1447dd2b4cff686db0208759 29325a30c7fcae3bcc8f8c4b022876f164e6d11a 9ab632b20ddc104a58d40348b75023ce1aadf08b df9da7d8a74cd1b69483c825fd7436d7ccffafce
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-pltcl-11
Source: postgresql-11
Version: 11.22-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-11 (= 11.22-4.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11_11.22-4.pgdg+1_arm64.deb
Size: 41176
SHA256: 3b5d6a7eb148e59c1816f506bb5b6d6057e4ee7ec639b808deda5e8c8194516f
SHA1: f748b10d16637671fb956ad4616f52a73f0baf3c
MD5sum: 7d90d068a353546b90a275ef02fc49de
Description: PL/Tcl procedural language for PostgreSQL 11
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Tcl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-pltcl-11-dbgsym
Source: postgresql-11
Version: 11.22-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-pltcl-11 (= 11.22-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11-dbgsym_11.22-4.pgdg+1_arm64.deb
Size: 70468
SHA256: 2bfb32e9e6aaf032d17745e275cf34e218f8e51beaa5878936ef7a874314a268
SHA1: 0a7cc97dea89872a21d3118427682bd707207aa0
MD5sum: 2ce93d44c6a65f2aefde0c72108a66b3
Description: debug symbols for postgresql-pltcl-11
Build-Ids: 2dc401c3d484b388686925f919e0b42b5e40c989
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-pltcl-12
Source: postgresql-12
Version: 12.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-12 (= 12.19-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12_12.19-1.pgdg+1_arm64.deb
Size: 42268
SHA256: 0a4dab0a79a5e06639e67078c4eb3d1584b5bf227f21970353047a805614be97
SHA1: 8e6bb5061c0e03cec8956c9f9f95be3f14330c59
MD5sum: d07f3214afba37aabea695b7a76d652b
Description: PL/Tcl procedural language for PostgreSQL 12
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Tcl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-pltcl-12-dbgsym
Source: postgresql-12
Version: 12.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-pltcl-12 (= 12.19-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12-dbgsym_12.19-1.pgdg+1_arm64.deb
Size: 71492
SHA256: d38d6103cf494b27f41ca275e4b0478a6152f102bb625c879052a22b054cfaba
SHA1: 88ee2aa9985f0125049555c9020e37885c264c17
MD5sum: 57e59c091728deb82aaaf2c93d0b964d
Description: debug symbols for postgresql-pltcl-12
Build-Ids: 5375290eae922e9933d9175d68dbfb46b1d63a62
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-pltcl-13
Source: postgresql-13
Version: 13.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 190
Depends: postgresql-13 (= 13.15-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13_13.15-1.pgdg+1_arm64.deb
Size: 43120
SHA256: 4cc5e7e93245c4d8b3bb3352dec633f1584ac4991edd663682faacb7661747de
SHA1: d87de03df35db7fdd2b13ac8a6c19ea402bc28ef
MD5sum: 29e8e27afa35dea1fd68a58503019954
Description: PL/Tcl procedural language for PostgreSQL 13
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Tcl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-pltcl-13-dbgsym
Source: postgresql-13
Version: 13.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-pltcl-13 (= 13.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13-dbgsym_13.15-1.pgdg+1_arm64.deb
Size: 74796
SHA256: 6a25830a290f3ddd69a4a02d26f439342287e856e4a0957ca8454c5b4c97c503
SHA1: ce20e376af46cd137a408dcd9ef083a471f2986d
MD5sum: 169f86e3808b0e0a0a36a69d237624e4
Description: debug symbols for postgresql-pltcl-13
Build-Ids: c44afe4c918df9a0ad3483987b8be9b02bf5353e
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-pltcl-14
Source: postgresql-14
Version: 14.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 188
Depends: postgresql-14 (= 14.12-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14_14.12-1.pgdg+1_arm64.deb
Size: 40652
SHA256: b5e327389c660020b71ca523cbe73b30f6f57a88004cd89b1e9930d26ab06351
SHA1: 2d4d254fc7656c590fccdcdf472bb858ef7ac2f4
MD5sum: 1e7c1e38077392b417da726a299e8069
Description: PL/Tcl procedural language for PostgreSQL 14
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Tcl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-pltcl-14-dbgsym
Source: postgresql-14
Version: 14.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-pltcl-14 (= 14.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14-dbgsym_14.12-1.pgdg+1_arm64.deb
Size: 75400
SHA256: be12c7641f967207a1c586e081baf307e056cd3d756aa126a8473be95a6227d2
SHA1: 343af483bf281610998805a0d536c6fe77939c83
MD5sum: 884058d81e4929f8f717b2cb35514e7f
Description: debug symbols for postgresql-pltcl-14
Build-Ids: 95d87abf6ccab0487393838a54aa82c29239faca
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-pltcl-15
Source: postgresql-15
Version: 15.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 196
Depends: postgresql-15 (= 15.7-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15_15.7-1.pgdg+1_arm64.deb
Size: 40152
SHA256: 7d4e4ca5810da2ae18d4d76dc94fbf6f64866cfb58cdad796d13460c9d05a136
SHA1: 39f94c3e367d09d3c27da9333f417f01a1a4528e
MD5sum: a815f1180cdbedb726ea80273c5c453e
Description: PL/Tcl procedural language for PostgreSQL 15
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Tcl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-pltcl-15-dbgsym
Source: postgresql-15
Version: 15.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-pltcl-15 (= 15.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15-dbgsym_15.7-1.pgdg+1_arm64.deb
Size: 79208
SHA256: 743319cadd3834a667b2ed1a819989760b256b13368f5fe0d306aebe4fd07db3
SHA1: 4cc55e7b2c213c1cae6fd526c56fbc142d3915e0
MD5sum: e998d8414e88918f366b9ec0a63a6606
Description: debug symbols for postgresql-pltcl-15
Build-Ids: 11bdef2c8ab8a62939f1123d98a3cf8e7786301b
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-pltcl-16
Source: postgresql-16
Version: 16.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 204
Depends: postgresql-16 (= 16.3-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16_16.3-1.pgdg+1_arm64.deb
Size: 39524
SHA256: a43f6839075fa4aea426993978aeb73a23a212a0c9fcd7474a6e17635e5d8133
SHA1: 3b41713a0c47322f4de38282ea4096e660c2727e
MD5sum: 46e86342fddfa0d74d93e016984c5b86
Description: PL/Tcl procedural language for PostgreSQL 16
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Tcl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-pltcl-16-dbgsym
Source: postgresql-16
Version: 16.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: postgresql-pltcl-16 (= 16.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16-dbgsym_16.3-1.pgdg+1_arm64.deb
Size: 82028
SHA256: a56fcb42e518e012f9f218edfccb5816670e287de6e246eac74ec31bca07da24
SHA1: d8617cb99119287477e62842936c3438baebb86a
MD5sum: c1227e2ed50b2f1611d583bb34f3487b
Description: debug symbols for postgresql-pltcl-16
Build-Ids: 0272a48c81df91492124c8d6dab551b2dfc21e2b
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-server-dev-11
Source: postgresql-11
Version: 11.22-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5075
Depends: clang-15, libpq-dev (>= 11~~), llvm-15-dev, postgresql-client-11 (= 11.22-4.pgdg+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-11/postgresql-server-dev-11_11.22-4.pgdg+1_arm64.deb
Size: 929964
SHA256: ed1cfa792e8dfe58be2d1c5ce5ff68994f8bf7cde45210dea3261081111eab78
SHA1: c24bb18a40730730b06801f260c44f5c49fad005
MD5sum: 7bfc3bd2f8e8f60ffbb27b27e333001e
Description: development files for PostgreSQL 11 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.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-server-dev-12
Source: postgresql-12
Version: 12.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5662
Depends: clang-16, libpq-dev (>= 12~~), llvm-16-dev, postgresql-client-12 (>= 12.1-2~), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-12/postgresql-server-dev-12_12.19-1.pgdg+1_arm64.deb
Size: 997900
SHA256: 01fd7de898e258ae435ee7a87301c262757123748f69f315ff0d3c667e075efa
SHA1: 00df2d6236584c296517334720c7b0e4209dd7df
MD5sum: 6c4ff5f6df8154a159b7ee41cb5ee7ab
Description: development files for PostgreSQL 12 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.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-server-dev-13
Source: postgresql-13
Version: 13.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6176
Depends: clang-16, libpq-dev (>= 13~~), llvm-16-dev, postgresql-client-13, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/postgresql-server-dev-13_13.15-1.pgdg+1_arm64.deb
Size: 1044628
SHA256: 052da5139522f78a6ea0b5342f56718219ca5a2167382c8cb011a9495c0be68c
SHA1: 2992c9c1cdd7271a1dc01440a019a97abff7111c
MD5sum: 7a5fc377e90077a13a763fdce3605649
Description: development files for PostgreSQL 13 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.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-server-dev-14
Source: postgresql-14
Version: 14.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6690
Depends: clang-16, libpq-dev (>= 14~~), llvm-16-dev, postgresql-client-14, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14_14.12-1.pgdg+1_arm64.deb
Size: 1118080
SHA256: 7396eb3ab07e1673e18482a7f69e7def78409076fbae2fd07c8455929a3d3926
SHA1: 2c351cedd4e38399d3d3efbfba940b1d95e658db
MD5sum: 730395d38a574e7516be8e2f3ef7c91b
Description: development files for PostgreSQL 14 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.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-server-dev-15
Source: postgresql-15
Version: 15.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6851
Depends: clang-16, libpq-dev (>= 15~~), llvm-16-dev, postgresql-client-15, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/postgresql-server-dev-15_15.7-1.pgdg+1_arm64.deb
Size: 1142968
SHA256: 0da83325f2dd67cc890c6e1ec2d01e7dc7b02c2ef15cd3b263acc9ac12e12173
SHA1: 40a606a9aaf82d0a2a0133c7833c7eff955af0ef
MD5sum: 257bf85a63520b0a9e846d6ff66ab718
Description: development files for PostgreSQL 15 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.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-server-dev-16
Source: postgresql-16
Version: 16.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7043
Depends: clang-16, libpq-dev (>= 16~~), llvm-16-dev, postgresql-client-16, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-16/postgresql-server-dev-16_16.3-1.pgdg+1_arm64.deb
Size: 1170032
SHA256: ae7d51183a55ce2f524da5796713341eb7bd32a21adb26401073282f5bd4d88d
SHA1: d1bd550c1f93edfcd618e7b384bd2f5182a046b4
MD5sum: dbb7acf159cae2e314e41d461d01620b
Description: development files for PostgreSQL 16 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.
Timestamp: 2024-05-09 15:34:33+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 260.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: make:any, postgresql-common (= 260.pgdg+1), postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12, postgresql-server-dev-13, postgresql-server-dev-14, postgresql-server-dev-15, postgresql-server-dev-16
Multi-Arch: same
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_260.pgdg+1_arm64.deb
Size: 20184
SHA256: c6deece31ab1e46bca86bb7e504d27b6272f7c885a3b43caff08bf12739433fb
SHA1: e540edba4fbaa498f0216965fe045a2706d23f33
MD5sum: 53f64b32dae2f6e1ee5b123bf7af78fe
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, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 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.
Timestamp: 2024-05-09 15:34:33+00

Package: oracle-libs
Version: 6.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: libaio1t64 | libaio1, wget, unzip
Homepage: https://www.oracle.com/database/technologies/instant-client.html
Priority: optional
Section: database
Filename: pool/main/o/oracle-libs/oracle-libs_6.pgdg+1_all.deb
Size: 3492
SHA256: f434eb1e7da3279556bf21d12ae1e0ed03829a7f89c2e08251a7d2905c9f9046
SHA1: 7b016fd0f5c39b8bf1ad01c205b71710a9edf700
MD5sum: c294f445463ad728cdcc46b0b0722982
Description: downloader for Oracle Instant Client libraries
 This package retrieves and installs the Oracle Instant Client libraries.
Timestamp: 2024-05-13 10:07:10+00

Package: pgcluu
Version: 4.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2491
Depends: libjs-jquery, libjs-underscore, perl:any, postgresql-common
Recommends: sysstat
Homepage: https://pgcluu.darold.net/
Priority: optional
Section: database
Filename: pool/main/p/pgcluu/pgcluu_4.0-1.pgdg+1_all.deb
Size: 361308
SHA256: 2ced1e0fdcb222b2ceca4487ba850fc4576c70b959ee8bc0f53b824704187042
SHA1: fadb2cfc3affbdd6155330d30ebbaa703ed5c39a
MD5sum: de6428d49cc21e3c1ebe2169b8523480
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 three parts:
 .
 pgcluu_collectd: collector used to grab statistics of the PostgreSQL cluster
 using the psql command line utility and sar from the sysstat package
 .
 pgcluu: generates static HTML output containing charts and graphs
 .
 pgcluu.cgi: generates dynamic HTML output containing charts and graphs
Timestamp: 2024-05-13 10:07:10+00

Package: postgresql-10-oracle-fdw
Source: oracle-fdw
Version: 2.6.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: oracle-libs, postgresql-10, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-10-oracle-fdw_2.6.0-1.pgdg+2_arm64.deb
Size: 78752
SHA256: bd06351d0f2383ee3d4d2ac587291378d79bf7a73b0ffe492aa4020be4172056
SHA1: 7606fe681b521798e9738e0c81b06fa197f7e466
MD5sum: 1f8377fc6661e93adb4f5cf43c0cbabf
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2024-05-13 10:07:10+00

Package: postgresql-10-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.6.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: postgresql-10-oracle-fdw (= 2.6.0-1.pgdg+2)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-10-oracle-fdw-dbgsym_2.6.0-1.pgdg+2_arm64.deb
Size: 168480
SHA256: 789f7b4acfdf9c449a637bb2fd648c7acc3061b6566453b6ac1e56ed0ce3ec3b
SHA1: 85f46a0579daa1c6aebcd8ecc51bb30ae687c368
MD5sum: b46cd6e1b9cda4bc71a7b88546c274cd
Description: debug symbols for postgresql-10-oracle-fdw
Build-Ids: c3d066a309d690432ec0debe19edea7f9e5bb289
Timestamp: 2024-05-13 10:07:10+00

Package: postgresql-11-oracle-fdw
Source: oracle-fdw
Version: 2.6.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: oracle-libs, postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-11-oracle-fdw_2.6.0-1.pgdg+2_arm64.deb
Size: 80016
SHA256: 86e9d01f5979863c3ee68ad91b06d5052c79a38304f00d56d97378ae50c3706c
SHA1: eed1fc4c07e344f56e9e3744c9586348976415bc
MD5sum: d1817afec310481d0f493a2bc23df5e6
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2024-05-13 10:07:10+00

Package: postgresql-11-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.6.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: postgresql-11-oracle-fdw (= 2.6.0-1.pgdg+2)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-11-oracle-fdw-dbgsym_2.6.0-1.pgdg+2_arm64.deb
Size: 171908
SHA256: 6f8d830ffa50fe35af9fd20d0d0e3c2a01135eb55dea2a9f8c344f7c2bee2330
SHA1: 9bd2615ba125f834f57383c2f6e8c9f1675505cd
MD5sum: ed91859dce48167627d00390d25d9c98
Description: debug symbols for postgresql-11-oracle-fdw
Build-Ids: 13d249c7a1f9163b76055aaa3181ab3301bfc812
Timestamp: 2024-05-13 10:07:10+00

Package: postgresql-12-oracle-fdw
Source: oracle-fdw
Version: 2.6.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: oracle-libs, postgresql-12, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-12-oracle-fdw_2.6.0-1.pgdg+2_arm64.deb
Size: 79888
SHA256: 124c7c7a44f8b2d429b4a7ab5a4728c343776396fb69569b49fbd08e2b3dd50c
SHA1: 296f1e8d11e3560cdf60941b3cd9f8d65556fc09
MD5sum: 110cfce409a2ee276ee871316c558bb0
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2024-05-13 10:07:10+00

Package: postgresql-12-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.6.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-12-oracle-fdw (= 2.6.0-1.pgdg+2)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-12-oracle-fdw-dbgsym_2.6.0-1.pgdg+2_arm64.deb
Size: 177572
SHA256: 950727a9c5d6b6542e5fca38601ce531a7b3a66de869f28b973747c87d70e99c
SHA1: 6751dd5d0d71da4a3697718a2a3d9d789aaee89f
MD5sum: 7a47495a6d0256d7b16fc9eecbcb3ead
Description: debug symbols for postgresql-12-oracle-fdw
Build-Ids: 05e511fd8e2cf40d5b3cb251c4433e9c5d3a5b91
Timestamp: 2024-05-13 10:07:10+00

Package: postgresql-12-show-plans
Source: pg-show-plans
Version: 2.1.0-1.pgdg+1
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 118
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-12-show-plans_2.1.0-1.pgdg+1_arm64.deb
Size: 25828
SHA256: 7b8cea1caa650fb292449f657c999e55ac1a1cefaa66e420b8d1832e5ea5e11f
SHA1: e6c1ebd92ab9c8ea735f5a4fab718dff2dab0729
MD5sum: 28f5a25ff28c395e73cb3c9f08a99022
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2024-05-13 10:07:10+00

Package: postgresql-12-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 50
Depends: postgresql-12-show-plans (= 2.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-12-show-plans-dbgsym_2.1.0-1.pgdg+1_arm64.deb
Size: 34120
SHA256: 5c1de76128c77c78b1c0536a0fc48ee4fa7de0c8f0ee815fcb8c7f13072cf3f7
SHA1: 7eeb71dac65d3fcf8233bbbeb8a04b7650c2b713
MD5sum: a5ff06b5d81a0ea746c09ee54912142d
Description: debug symbols for postgresql-12-show-plans
Build-Ids: 23e4401421e06214b00d6281e82bc9c6630e1e0f
Timestamp: 2024-05-13 10:07:10+00

Package: postgresql-13-oracle-fdw
Source: oracle-fdw
Version: 2.6.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: oracle-libs, postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-13-oracle-fdw_2.6.0-1.pgdg+2_arm64.deb
Size: 80884
SHA256: 3b7d27598366a3708534800539e4eba59bed98c424125733f9d3fcc87942996b
SHA1: 6cdf242c18d97c27055b35718c248e0de4155681
MD5sum: ecd8aff527bccc12523596d3701254d3
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2024-05-13 10:07:10+00

Package: postgresql-13-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.6.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 205
Depends: postgresql-13-oracle-fdw (= 2.6.0-1.pgdg+2)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-13-oracle-fdw-dbgsym_2.6.0-1.pgdg+2_arm64.deb
Size: 184884
SHA256: f8d9cfa7d4751fa8aff3053daa243deb2d3ef3e4dff1c4e2b840def8b2dd56f5
SHA1: 76f9eae35d5684c3ed0e72a0b9c0ffd0b1d41266
MD5sum: 28824f7814f3f6f5c5178c44e646b65e
Description: debug symbols for postgresql-13-oracle-fdw
Build-Ids: 1cb3b5282111c7e8084e7b74bface436535e2cba
Timestamp: 2024-05-13 10:07:10+00

Package: postgresql-13-show-plans
Source: pg-show-plans
Version: 2.1.0-1.pgdg+1
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 119
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-13-show-plans_2.1.0-1.pgdg+1_arm64.deb
Size: 25872
SHA256: c32072ed6ce5ace405666ec359d5c1b33f6a7bac0d7513859383e20b3c4e8be3
SHA1: ffcb07bdc1a43963a33c1840b3b7bf8059712b83
MD5sum: 00ce248c466b3d7472f0a5e24fd85116
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2024-05-13 10:07:10+00

Package: postgresql-13-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 50
Depends: postgresql-13-show-plans (= 2.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-13-show-plans-dbgsym_2.1.0-1.pgdg+1_arm64.deb
Size: 34908
SHA256: 9e6e07832ca9ec0f740b9cfe7b453d0856872ce239a181a5db1a6c33cc263cc2
SHA1: b78078675e1ab6a86a825ea9bb0dbde71e43d823
MD5sum: ddcb75311819231627efecb5c0ab88ba
Description: debug symbols for postgresql-13-show-plans
Build-Ids: fdabf411b3ad61e42d6bb99cfab247ac0924ee88
Timestamp: 2024-05-13 10:07:10+00

Package: postgresql-14-oracle-fdw
Source: oracle-fdw
Version: 2.6.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: oracle-libs, postgresql-14, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-14-oracle-fdw_2.6.0-1.pgdg+2_arm64.deb
Size: 81076
SHA256: 9f63257154f2fa0be60b32227a955d0d1ec3468d1281085df846d2aad7ba5dff
SHA1: fa59a60075942faf6c084380ff30c7a2481a8082
MD5sum: d702485c1ddff438104f0b9051f546a5
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2024-05-13 10:07:10+00

Package: postgresql-14-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.6.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 207
Depends: postgresql-14-oracle-fdw (= 2.6.0-1.pgdg+2)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-14-oracle-fdw-dbgsym_2.6.0-1.pgdg+2_arm64.deb
Size: 186096
SHA256: a8c42e33822173098206ff20755e271b3f75d03d4d1f75c6af8d52c2a2d5bce7
SHA1: 808e172a3e6df5312d9a61691710dabd97cd8d19
MD5sum: 6b872b9aefc87c91e07fcad59c4c0441
Description: debug symbols for postgresql-14-oracle-fdw
Build-Ids: f8dd9b3ffd934a2f7b9db49fde244b337c21fbe5
Timestamp: 2024-05-13 10:07:10+00

Package: postgresql-14-show-plans
Source: pg-show-plans
Version: 2.1.0-1.pgdg+1
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 119
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-14-show-plans_2.1.0-1.pgdg+1_arm64.deb
Size: 26156
SHA256: 882e9f4e33fd326952915e0065c5a2769d7d1a7c9590cd45fd8103b59a934f81
SHA1: ea753b20608c27dbc4ddd0b75900a2fb1087b5be
MD5sum: 1b17f765ea100ec072af288465606436
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2024-05-13 10:07:10+00

Package: postgresql-14-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 51
Depends: postgresql-14-show-plans (= 2.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-14-show-plans-dbgsym_2.1.0-1.pgdg+1_arm64.deb
Size: 35812
SHA256: 78aa466e9095acaa93f82d463ab4264c2a619e92280f9a310b71fb8d21400942
SHA1: f5c93881dcf689a0622c460e86f9538c4c401836
MD5sum: 5459fadd553576a3410305fbe3d1239e
Description: debug symbols for postgresql-14-show-plans
Build-Ids: 8c0c6bdc58339e96c5eb2d5ca4335c822ccfd9bf
Timestamp: 2024-05-13 10:07:10+00

Package: postgresql-15-oracle-fdw
Source: oracle-fdw
Version: 2.6.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: oracle-libs, postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-15-oracle-fdw_2.6.0-1.pgdg+2_arm64.deb
Size: 81608
SHA256: 8bc924285cb704e35390754233bbc8797a162534f33029c2404925f2c3d4436a
SHA1: 05dde8daebaaa08b71df6caa9c34d6856c540f7d
MD5sum: 0e9a58582b8a3d8dc3b9356801d470e5
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2024-05-13 10:07:10+00

Package: postgresql-15-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.6.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 210
Depends: postgresql-15-oracle-fdw (= 2.6.0-1.pgdg+2)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-15-oracle-fdw-dbgsym_2.6.0-1.pgdg+2_arm64.deb
Size: 189380
SHA256: e814583f3f60761dc4710103d801f6c18cc73cc0e23ae9c177b63eab609a72d4
SHA1: 844ad30a7b2e9371a78a0f03153fdeca5ed71af2
MD5sum: 321049da58101d2335f1961fcad13143
Description: debug symbols for postgresql-15-oracle-fdw
Build-Ids: c9853fcdb18239616b5792ccc3b124567ceb4d29
Timestamp: 2024-05-13 10:07:10+00

Package: postgresql-15-show-plans
Source: pg-show-plans
Version: 2.1.0-1.pgdg+1
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 119
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-15-show-plans_2.1.0-1.pgdg+1_arm64.deb
Size: 26364
SHA256: ee9a2b8947c5cfe1fbac67a4b240dd67b0082c989bf353486ae668388e55cb04
SHA1: ee7aaec1be2d4eab41a5393e9b0889138c32b844
MD5sum: 9e3da3961f28c949fadf67b857b3747e
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2024-05-13 10:07:10+00

Package: postgresql-15-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 52
Depends: postgresql-15-show-plans (= 2.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-15-show-plans-dbgsym_2.1.0-1.pgdg+1_arm64.deb
Size: 36220
SHA256: 89b69f1f26c54f4579bf901389f9488631dfcdcbee654f774d6aff4f0cd6a749
SHA1: d8ad6a52e1831dac910f92f5e67a9636f9cfc65b
MD5sum: ea9e28f2e784f48cd29de5d0b2615bdc
Description: debug symbols for postgresql-15-show-plans
Build-Ids: f568190bdb429ef00c86683f5fd2fe4a6235a4f8
Timestamp: 2024-05-13 10:07:10+00

Package: postgresql-16-oracle-fdw
Source: oracle-fdw
Version: 2.6.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: oracle-libs, postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-16-oracle-fdw_2.6.0-1.pgdg+2_arm64.deb
Size: 80440
SHA256: 42becf6fce36f9f918316934058fa11f349822ff3f539ed3e0108dc8763e7fe9
SHA1: 21bcf6221d887163af15d0866b3f1731f2925de1
MD5sum: 759e0f85fa1f120c054c89022a795d28
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2024-05-13 10:07:10+00

Package: postgresql-16-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.6.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 215
Depends: postgresql-16-oracle-fdw (= 2.6.0-1.pgdg+2)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-16-oracle-fdw-dbgsym_2.6.0-1.pgdg+2_arm64.deb
Size: 193960
SHA256: 6573422770e8f8f8fcd95876f01b870380221142aee246a82ae149a2926dca62
SHA1: 4ac47aa1118a56d972e52c63b076af6e575f6d4e
MD5sum: 848d70159a5de601f5412edc60dca756
Description: debug symbols for postgresql-16-oracle-fdw
Build-Ids: 9b134ab3fb793aca7b4d8fdf7dba56e0d051dc0e
Timestamp: 2024-05-13 10:07:10+00

Package: postgresql-16-show-plans
Source: pg-show-plans
Version: 2.1.0-1.pgdg+1
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 119
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-16-show-plans_2.1.0-1.pgdg+1_arm64.deb
Size: 26296
SHA256: 55218afc396b44a0ebf983bfc747e74b4691b5592288604b80c09ce60f7b1b74
SHA1: 4ab56dd125d11c3e10f871defaf4b6d3fa7c3a13
MD5sum: 2aa3e1073400b5f8f3594674b029762e
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2024-05-13 10:07:10+00

Package: postgresql-16-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 52
Depends: postgresql-16-show-plans (= 2.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-16-show-plans-dbgsym_2.1.0-1.pgdg+1_arm64.deb
Size: 36956
SHA256: 19ecb2db6e2df02e7be8d53c3e1c33c67fcef4f4c163ac98ebb2c64f5fac3eb5
SHA1: 52097e9b8f5cbf308667b833e543cc9bc5647e86
MD5sum: a3eecbcd414ce0ae4b7a6ebfccb6d609
Description: debug symbols for postgresql-16-show-plans
Build-Ids: 9b5502a3db27ce5dd5e2f045e03b082bf8ec0c4b
Timestamp: 2024-05-13 10:07:10+00

Package: pspg
Version: 5.8.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 366
Depends: libc6 (>= 2.34), libncursesw6 (>= 6.1), libpq5 (>= 9.0~), libreadline8t64 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_5.8.6-1.pgdg+1_arm64.deb
Size: 132964
SHA256: 2d01342284913587c638a89ae85c0fe60cac2cb765b4be30cb126a74bd985804
SHA1: 4f9ccf0c91cf76f58b62f2c12baf8a6f440c6db9
MD5sum: e1d1a722f278ad8ae7773f3676d1fe5b
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2024-05-13 10:07:10+00

Package: pspg-dbgsym
Source: pspg
Version: 5.8.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 446
Depends: pspg (= 5.8.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_5.8.6-1.pgdg+1_arm64.deb
Size: 417720
SHA256: 224e29c747106fb33fcded60238ce8b5391eedb2779ab75e89da817d7e04887c
SHA1: 76c70855d2ebbd45ba405ad05a8355189e79fe1a
MD5sum: 730ca999048fa4461663e4a5d7f97a87
Description: debug symbols for pspg
Build-Ids: 228745f73dd184d02d68f625d32c72906febf694
Timestamp: 2024-05-13 10:07:10+00

Package: omnidb-common
Source: omnidb
Version: 3.0.3b+ds-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28744
Depends: fonts-roboto-unhinted, fonts-glyphicons-halflings, libjs-jquery, python3:any, python3-cherrypy3, python3-django (>= 2:2.2), python3-django-auth-ldap, python3-django-sass, python3-openpyxl, python3-paramiko, python3-pgspecial, python3-prettytable, python3-psycopg2, python3-pyaes, python3-pymysql, python3-restrictedpython, python3-scrypt, python3-social-django, python3-sqlparse, python3-sshtunnel
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/omnidb-common_3.0.3b+ds-5.pgdg+1_all.deb
Size: 4369048
SHA256: 8815032c9c47bee3c3a0bb4e82732ed9a0ac59c7a98be9e2247381eef76a8500
SHA1: 2484bb7f3197f54ef2051ac6793e73d227caaa6b
MD5sum: ce84ab2fbfe7b2285822ccff2657229a
Description: Web tool for database management (shared files)
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight. Check-out some
 characteristics:
 .
  * Web Tool: Accessible from any platform, using a browser as a medium
  * Responsive Interface: All available functions in a single page
  * Unified Workspace: Different technologies managed in a single workspace
  * Simplified Editing: Easy to add and remove connections
  * Safety: Multi-user support with encrypted personal information
  * Interactive Tables: All functionalities use interactive tables, allowing
    copying and pasting in blocks
  * Smart SQL Editor: Contextual SQL code completion
  * Beautiful SQL Editor: You can choose between many available color themes
  * Tabbed SQL Editor: Easily add, rename or delete editor tabs
 .
 Supported DBMS: PostgreSQL, Oracle, MySQL, MariaDB
 .
 This package contains shared files.
Timestamp: 2024-05-15 16:22:59+00

Package: omnidb-server
Source: omnidb
Version: 3.0.3b+ds-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: adduser, omnidb-common (= 3.0.3b+ds-5.pgdg+1)
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/omnidb-server_3.0.3b+ds-5.pgdg+1_all.deb
Size: 8844
SHA256: af1c2914f9656d0c899e7d1798325be8393e74ddddcc75ff05cab7f9fad61c24
SHA1: 151783f662254ea785254d3c3db00a52533e4192
MD5sum: af6943fb6225412d43206e97e493b773
Description: Web tool for database management
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight. Check-out some
 characteristics:
 .
  * Web Tool: Accessible from any platform, using a browser as a medium
  * Responsive Interface: All available functions in a single page
  * Unified Workspace: Different technologies managed in a single workspace
  * Simplified Editing: Easy to add and remove connections
  * Safety: Multi-user support with encrypted personal information
  * Interactive Tables: All functionalities use interactive tables, allowing
    copying and pasting in blocks
  * Smart SQL Editor: Contextual SQL code completion
  * Beautiful SQL Editor: You can choose between many available color themes
  * Tabbed SQL Editor: Easily add, rename or delete editor tabs
 .
 Supported DBMS: PostgreSQL, Oracle, MySQL, MariaDB
 .
 This package runs OmniDB as system service on http://127.0.0.1:8000.
Timestamp: 2024-05-15 16:22:59+00

Package: pgmodeler
Version: 1.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21098
Depends: pgmodeler-common, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libpq5 (>= 8.4~), libqt6core6t64 (>= 6.4.0), libqt6gui6t64 (>= 6.4.0), libqt6network6t64 (>= 6.1.2), libqt6printsupport6t64 (>= 6.1.2), libqt6svg6 (>= 6.2.0), libqt6widgets6t64 (>= 6.3.0), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Homepage: https://pgmodeler.io/
Priority: optional
Section: database
Filename: pool/main/p/pgmodeler/pgmodeler_1.1.3-1.pgdg+1_arm64.deb
Size: 5582084
SHA256: 4af57f9e6e77cf8972f75a5e672cd6f67deb12720746cb44e834efc8271c2746
SHA1: c26c4f6f61bda839a82b9063938fdabff9516ec8
MD5sum: 9b56dc5ea10cffcf71fc0066abe8fe84
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.
Timestamp: 2024-05-15 16:22:59+00

Package: pgmodeler-common
Source: pgmodeler
Version: 1.1.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2007
Multi-Arch: foreign
Homepage: https://pgmodeler.io/
Priority: optional
Section: database
Filename: pool/main/p/pgmodeler/pgmodeler-common_1.1.3-1.pgdg+1_all.deb
Size: 380496
SHA256: 42ba238b01120dc6c767e0546de5a9c1c37fe00dd41102a6718e78aad4c42db7
SHA1: 5cd5bc5c3244ebc7af7ed62a90f0297411e9dcca
MD5sum: eb6fb68c618d2b27f8f27990e8e86afd
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.
Timestamp: 2024-05-15 16:22:59+00

Package: pgmodeler-dbgsym
Source: pgmodeler
Version: 1.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58666
Depends: pgmodeler (= 1.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmodeler/pgmodeler-dbgsym_1.1.3-1.pgdg+1_arm64.deb
Size: 53754328
SHA256: 90b5138613db7de6ed47b4775c0e1ff32b7f70165bdee43c7b1617358ec10c3e
SHA1: 0d0ca263210a9852df341e3e0bf84e3de48852d5
MD5sum: f310a345b0270c065c7ef0a91d2c5862
Description: debug symbols for pgmodeler
Build-Ids: 287d98892ea3bde50091c91f292f62e27421e238 32851bf1442c99d57ebecbf1cc6261586290739e 36fdb0855f599d375668a6b36b96cf3a38555572 686c22ef7c7f54a62938e58d2b00555b73f0b60e 7d5e1463e3a00db0c3b8a6f030f3da27d33f7f8f 8ec549270070bce8f5b49041d11ce846805cf070 9164ab8afc10de3749d92acf5bdfa08ae8481482 a35dfa80d4dd2d43e725dae27e4ce26bd79beab7 a9b50ee6a28385c8efc0bfd46810c123b48a3dba bc8e935f88b4dcfecdb920b4b47310f469a62f67 ec8f47c88408805f99789fd97f2b01b42257b279
Timestamp: 2024-05-15 16:22:59+00

Package: postgresql-11-orafce
Source: orafce
Version: 4.10.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-11, postgresql-11-jit-llvm (>= 15), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_4.10.0-1.pgdg+1_arm64.deb
Size: 407220
SHA256: 2ba4837ab9fa0c7eee32bffa9bfed956a0a5c8bea928828fbf3923405f786541
SHA1: 5515c929eb4be4f8f2558e713a0546dc01b8b6d3
MD5sum: b0bcbe13bfed04a7e70404d90f7e4eda
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-05-15 16:22:59+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 4.10.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 326
Depends: postgresql-11-orafce (= 4.10.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_4.10.0-1.pgdg+1_arm64.deb
Size: 273180
SHA256: 7cfb0abdacb7ce717fbe54940a75219440f72e53ab803bbaaf22a032e5d3c37b
SHA1: 4ae5edf1491a7ea97236016aa03de58d55869688
MD5sum: 4d60713201dd2b7dbc5ac6ebef1e0288
Description: debug symbols for postgresql-11-orafce
Build-Ids: ef7485f498e16252941e0c01a12b267cadde917e
Timestamp: 2024-05-15 16:22:59+00

Package: postgresql-12-orafce
Source: orafce
Version: 4.10.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1275
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_4.10.0-1.pgdg+1_arm64.deb
Size: 403768
SHA256: a7968db676d35e1cdede5648a9131b0f5ebce082d3c2e5a58d658e63689c5d00
SHA1: 5138577a8e6dd15df1c7599ac2807ba585742237
MD5sum: 6d8df6fb5b656ca0a1da521d6f731bda
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-05-15 16:22:59+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 4.10.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 332
Depends: postgresql-12-orafce (= 4.10.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_4.10.0-1.pgdg+1_arm64.deb
Size: 278956
SHA256: 9361e7ba45312c0b7d7cb96211c6e5d8cddb468ed5ced4d78ff3c156ea15644a
SHA1: 024147083b074a79c0b59b8e7f2d8e5be6771d49
MD5sum: d8808c35c37faf9046e9eb35cf8c4d10
Description: debug symbols for postgresql-12-orafce
Build-Ids: 74df65c55e271a9a70bff986f2d7cf7d8f34dfca
Timestamp: 2024-05-15 16:22:59+00

Package: postgresql-13-orafce
Source: orafce
Version: 4.10.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1273
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_4.10.0-1.pgdg+1_arm64.deb
Size: 402904
SHA256: c77ab03e6884729757b649fbacd541dd0a98cfb24197872447ebd939bd2a957e
SHA1: 947846e4eaf7f85c2d0fcf6e55e2d333231903a1
MD5sum: 68ca8933dc2917ed5fc3266f4a04c281
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-05-15 16:22:59+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 4.10.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 337
Depends: postgresql-13-orafce (= 4.10.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_4.10.0-1.pgdg+1_arm64.deb
Size: 284228
SHA256: f6f51e5c026122eb0072571806722efc9cd5d6b1e3fd60203c06e03a3c5ba980
SHA1: 07c76d60fb91703ecb03d215063d2515eb99e715
MD5sum: 060d00236becdbb2a9bc1aade5165697
Description: debug symbols for postgresql-13-orafce
Build-Ids: 3e07ad458952d5f5268246699668a333fa9055af
Timestamp: 2024-05-15 16:22:59+00

Package: postgresql-14-orafce
Source: orafce
Version: 4.10.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1280
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_4.10.0-1.pgdg+1_arm64.deb
Size: 405852
SHA256: 152dcc769e86a4e3c2ffb123b995e8036cb7f0a33ba26b1ff92f37ef8e57b258
SHA1: 8ebad34d3327a4927e815be4c74e75fb185f48e9
MD5sum: 45ec4c2c6a153d0d7387b975f0fdeccd
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-05-15 16:22:59+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 4.10.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 342
Depends: postgresql-14-orafce (= 4.10.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_4.10.0-1.pgdg+1_arm64.deb
Size: 290340
SHA256: c0df08395ea7197f93ffed9b1f6051becbf1fb1e9eef46e5d3a7d5ef0d6aa532
SHA1: 476dad83153484df18a315aedc9fbbefeb68c217
MD5sum: 41357a46d0566ede0c2189213b4e5dbd
Description: debug symbols for postgresql-14-orafce
Build-Ids: 7458bf980cfcbe164dae9afbaec94ba724815de0
Timestamp: 2024-05-15 16:22:59+00

Package: postgresql-15-orafce
Source: orafce
Version: 4.10.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1282
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-15-orafce_4.10.0-1.pgdg+1_arm64.deb
Size: 405472
SHA256: d4aa004de52892f98caed2244b71cc2f34ba173aaf41211a038b0409e50c3c85
SHA1: 5f2a03048f7199b616be6705d981f1e1b64f4487
MD5sum: ab628db413b793086ba9ad7947d7a3e3
Description: Oracle support functions for PostgreSQL 15
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-05-15 16:22:59+00

Package: postgresql-15-orafce-dbgsym
Source: orafce
Version: 4.10.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 343
Depends: postgresql-15-orafce (= 4.10.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-15-orafce-dbgsym_4.10.0-1.pgdg+1_arm64.deb
Size: 292420
SHA256: ff6fb8fd7fdf81b2030e10f09b01d2cfb85116674328981f0f92447656f8dac1
SHA1: e2cc54c7614b5bdf27a41d26a8ba462649a1a229
MD5sum: e29e7060c0fce0497ad3927cda995421
Description: debug symbols for postgresql-15-orafce
Build-Ids: fbd023812a76609c72f0573e4b2e3fad6a2cbe11
Timestamp: 2024-05-15 16:22:59+00

Package: postgresql-16-orafce
Source: orafce
Version: 4.10.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1210
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-16-orafce_4.10.0-1.pgdg+1_arm64.deb
Size: 398608
SHA256: 70ed70199cf840281563bb3b3327228a402dab63860094400cc18508cd9c8a57
SHA1: c272b4db964481012575c9dd2c7313a974eedbe1
MD5sum: 76a6eb8d8ba6b8e02df87b4cdcf0a5af
Description: Oracle support functions for PostgreSQL 16
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-05-15 16:22:59+00

Package: postgresql-16-orafce-dbgsym
Source: orafce
Version: 4.10.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 361
Depends: postgresql-16-orafce (= 4.10.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-16-orafce-dbgsym_4.10.0-1.pgdg+1_arm64.deb
Size: 309724
SHA256: 6981c61c813818cb1a077c455f3ad8a15c7ae1bba58c62c0c63811a9e454d19d
SHA1: 0d94748037d93827e0e73a136cafa8a955ece103
MD5sum: 418898b99a3fa6ec74841526257c9422
Description: debug symbols for postgresql-16-orafce
Build-Ids: a5071fd438f4c5fe1513ac4789af0485db56aa74
Timestamp: 2024-05-15 16:22:59+00

Package: powa-collector
Version: 1.2.0-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: adduser, python3-psycopg2, python3:any
Suggests: postgresql-powa, powa-web
Homepage: https://github.com/powa-team/powa-collector
Priority: optional
Section: database
Filename: pool/main/p/powa-collector/powa-collector_1.2.0-3.pgdg+1_all.deb
Size: 16708
SHA256: ddf601c7df4ebf9d6ce3d35e473e2a2659020c4affed8ba696b671094d1732d5
SHA1: 00e93ebe56b413306ef0ca050594803058de70da
MD5sum: 905ee58e88d038604f683058c33b71e7
Description: PoWA collector daemon for remote snapshots
 This repository contains the powa-collector tool, a simple multi-threaded
 python program that performs the snapshots for all the remote servers
 configured in a powa repository database (in the powa_servers table).
 .
 Related packages:
  * powa-web: web frontend
  * postgresql-powa (postgresql-NN-powa): archivist collecting statistics
Timestamp: 2024-05-15 16:22:59+00

Package: pgtop
Version: 4.0.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: libbsd0 (>= 0.7.0), libc6 (>= 2.38), libpq5 (>= 9.0~), libtinfo6 (>= 6)
Enhances: postgresql
Breaks: ptop (<< 3.7.0-1~)
Replaces: ptop (<< 3.7.0-1~)
Homepage: https://gitlab.com/pg_top/pg_top
Priority: optional
Section: database
Filename: pool/main/p/pgtop/pgtop_4.0.0-3.pgdg+1_arm64.deb
Size: 48056
SHA256: be3932265363616b6e0aa838c400c97c07698a648cc34bcda5569860e6fc5a2b
SHA1: 430811f296112f4340f88bae5111d54964133850
MD5sum: d98480fa5d686f1ccc7265209ff896d4
Description: PostgreSQL performance monitoring tool akin to top
 pg_top is 'top' for PostgreSQL.
 .
  * Monitor PostgreSQL processes.
  * View currently running SQL statement of a process.
  * View query plan of a currently running SELECT statement.
  * View locks held by a process.
  * View I/O statistics per process.
  * View replication statistics for downstream nodes.
Timestamp: 2024-05-21 15:40:27+00

Package: pgtop-dbgsym
Source: pgtop
Version: 4.0.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: pgtop (= 4.0.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtop/pgtop-dbgsym_4.0.0-3.pgdg+1_arm64.deb
Size: 104256
SHA256: cec289efb143b25e1a63b91136da04efc2592b903b51f09df69130b01c6961b9
SHA1: 18bd2012d3d55c51b46e983e9691765051ab472c
MD5sum: d896ded719e74b67d5dff82a97efac8e
Description: debug symbols for pgtop
Build-Ids: 0ce3bc973cdaabecbee6a52e4cb294f74f10d4d7
Timestamp: 2024-05-21 15:40:27+00

Package: vip-manager2
Version: 2.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11843
Depends: libc6 (>= 2.34)
Enhances: patroni
Conflicts: vip-manager
Replaces: vip-manager
Built-Using: etcd (= 3.4.30-1), golang-1.22 (= 1.22.3-1), golang-fsnotify (= 1.7.0-1), golang-github-coreos-go-systemd (= 22.5.0-1), golang-github-coreos-pkg (= 4-3), golang-github-coreos-semver (= 0.3.0-1), golang-github-golang-protobuf-1-3 (= 1.3.5-4), golang-github-hashicorp-hcl (= 1.0.0-1.1), golang-github-josharian-native (= 1.1.0-1), golang-github-magiconair-properties (= 1.8.7-1), golang-github-mdlayher-arp (= 0.0~git20220512.6706a29-1), golang-github-mdlayher-ethernet (= 0.0~git20220221.529eae5-1), golang-github-mdlayher-packet (= 1.1.2-2), golang-github-mdlayher-socket (= 0.5.1-1), golang-github-mitchellh-mapstructure (= 1.5.0+git20231216.8508981-1), golang-github-pelletier-go-toml.v2 (= 2.2.1-1), golang-github-spf13-afero (= 1.11.0-1), golang-github-spf13-cast (= 1.6.0-1), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-2), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-github-spf13-viper (= 1.12.0-1), golang-github-subosito-gotenv (= 1.3.0-1), golang-go.uber-atomic (= 1.11.0-1), golang-go.uber-multierr (= 1.6.0-1), golang-go.uber-zap (= 1.26.0-1), golang-gogoprotobuf (= 1.3.2-3), golang-golang-x-net (= 1:0.24.0+dfsg-1), golang-golang-x-sync (= 0.7.0-1), golang-golang-x-sys (= 0.19.0-1), golang-golang-x-text (= 0.14.0-2), golang-google-genproto (= 0.0~git20200413.b5235f6-3), golang-google-grpc (= 1.38.0+really1.33.3-1), golang-gopkg-ini.v1 (= 1.67.0-1), golang-gopkg-yaml.v3 (= 3.0.1-3)
Homepage: https://github.com/cybertec-postgresql/vip-manager
Priority: optional
Section: net
Filename: pool/main/v/vip-manager2/vip-manager2_2.5.0-1.pgdg+1_arm64.deb
Size: 3123932
SHA256: 34e4d0067d26207abe329a952bc797145de3bb2eb57829d9d8a090ab22686fbd
SHA1: 6af3b5b9d9432c105e34b3b7f522987433908da6
MD5sum: 5fed4970c7e441f3fdc951e7153f3d23
Description: Patroni virtual IP manager
 This package needs to be installed and configured on all nodes of a Patroni
 PostgreSQL cluster. Given a Patroni namespace and scope in etcd or consul,
 the vip-manager service monitors that namespace for leader changes due to
 failovers or switchovers and adds or removes the VIP on the local node
 accordingly.
 .
 This package works only with version 3 of the etcd API.
Timestamp: 2024-05-21 15:40:27+00

Package: vip-manager2-dbgsym
Source: vip-manager2
Version: 2.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5050
Depends: vip-manager2 (= 2.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/v/vip-manager2/vip-manager2-dbgsym_2.5.0-1.pgdg+1_arm64.deb
Size: 3902968
SHA256: 52b55463bd536ac80d55dea15f316b6bbd28a5e566baf7692961e774de44f9e0
SHA1: bfc959a3ea975f96d0e899abedc1af8af7635d9a
MD5sum: 3ab21f04e603320498c64beee9ea10ec
Description: debug symbols for vip-manager2
Build-Ids: 98735c25511866df686a1dd2d93ef70b1e8c6fa3
Timestamp: 2024-05-21 15:40:27+00

Package: pgcopydb
Version: 0.16-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1944
Depends: postgresql-client, libc6 (>= 2.38), libgc1 (>= 1:7.2d), libpq5 (>= 14~~)
Homepage: https://github.com/dimitri/pgcopydb
Priority: optional
Section: database
Filename: pool/main/p/pgcopydb/pgcopydb_0.16-1.pgdg+1_arm64.deb
Size: 720596
SHA256: 070d380aa115285fcccf3e3245365eca147983674d13f229f9eb54b213d62f4b
SHA1: 756f78682b724a583bf2f42972b17ec7b6f91dac
MD5sum: 1ca745190d4ccf87b0de105ec221f8dc
Description: Copy an entire PostgreSQL database from source to target
 This tool copies an entire PostgreSQL database from source to target. It
 implements `pg_dump | pg_restore` on steroids, including advanced concurrency
 tricks to make the operation faster.
Timestamp: 2024-05-22 16:51:14+00

Package: pgcopydb-dbgsym
Source: pgcopydb
Version: 0.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 2432
Depends: pgcopydb (= 0.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgcopydb/pgcopydb-dbgsym_0.16-1.pgdg+1_arm64.deb
Size: 2364804
SHA256: 58f96c8e055bdbd167462adba7221bdaacfe2da183cbf4849aea51b30e04c9f5
SHA1: 382d24658009862e36cbe2ffa608640dac9e043a
MD5sum: 683f8ab7e1a6856bfd08d985b42a2a8e
Description: debug symbols for pgcopydb
Build-Ids: ef72a05ff7650d7b3da6cfbd6d925351fbdd54f6
Timestamp: 2024-05-22 16:51:14+00

Package: libecpg-compat3
Source: postgresql-17
Version: 17~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libecpg-compat3_17~beta1-1.pgdg+1_arm64.deb
Size: 17852
SHA256: d58197b28283063a20d1a936cbeb43758a3848e3e9ec753a85911cc15f3c72d0
SHA1: 7019242b3f72697daee37b066609dd5bd0dc1bed
MD5sum: d00151e4cbf7963f45717a766bd3eaea
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.
Timestamp: 2024-05-23 11:39:46+00

Package: libecpg-compat3-dbgsym
Source: postgresql-17
Version: 17~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 17~beta1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libecpg-compat3-dbgsym_17~beta1-1.pgdg+1_arm64.deb
Size: 39468
SHA256: fc90b58615021f864b05cfe2a0701f60ebd8401697cccbc508d8a08ea0770709
SHA1: d8978b6c49d4684ec768ba4f940cc1d980e458f9
MD5sum: 021c2790fe6a05cb7ef8df91bf8593c4
Description: debug symbols for libecpg-compat3
Build-Ids: eea8c1f6602c51ed25560a9a81edfcaa85cb5c2d
Timestamp: 2024-05-23 11:39:46+00

Package: libecpg-dev
Source: postgresql-17
Version: 17~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1694
Depends: libecpg-compat3 (= 17~beta1-1.pgdg+1), libecpg6 (= 17~beta1-1.pgdg+1), libpgtypes3 (= 17~beta1-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libdevel
Filename: pool/17/p/postgresql-17/libecpg-dev_17~beta1-1.pgdg+1_arm64.deb
Size: 280156
SHA256: 25f0b660735eea5bc703b69479774672e50daf772f9329baf22fb50e48046b3b
SHA1: 5bc3db1d6dd56616a52eef527892c607a87d6176
MD5sum: 37ff5d9fdd27f047c313bb57c87228c4
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).
Timestamp: 2024-05-23 11:39:46+00

Package: libecpg-dev-dbgsym
Source: postgresql-17
Version: 17~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 318
Depends: libecpg-dev (= 17~beta1-1.pgdg+1)
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libecpg-dev-dbgsym_17~beta1-1.pgdg+1_arm64.deb
Size: 271140
SHA256: 137659282d5aa37010dc084dd49ab33dc137bd58cf82f154df31ebb7da13f1d2
SHA1: 6326ba563225b55be9731a35dd6d3fe1b5ffcc9c
MD5sum: f090abbfedaf864d4e0305b864a87d1e
Description: debug symbols for libecpg-dev
Build-Ids: 79c7b9cce3cf65ba6c960a13cf7ed7d9804aa9d6
Timestamp: 2024-05-23 11:39:46+00

Package: libecpg6
Source: postgresql-17
Version: 17~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 273
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libecpg6_17~beta1-1.pgdg+1_arm64.deb
Size: 54376
SHA256: 91c0c5f74f320ff4e279a5ec86d7fd17763980d1282cf9e75b3bc625e29ef07d
SHA1: fa3d4ce87d51692db0ed9df8d64efed9895fa203
MD5sum: 99ca0e000581b2c439066ee4099e8ac6
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.
Timestamp: 2024-05-23 11:39:46+00

Package: libecpg6-dbgsym
Source: postgresql-17
Version: 17~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: libecpg6 (= 17~beta1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libecpg6-dbgsym_17~beta1-1.pgdg+1_arm64.deb
Size: 114768
SHA256: 9c8c590795fc98280fac3ad7104cbd3a107a8f2123d289454cd1873b852da460
SHA1: 490b85d6d614968bae6e57d27fd292e34a6b17f9
MD5sum: 01317da31db4d8e3290dc951ea47f1f1
Description: debug symbols for libecpg6
Build-Ids: b2be787438a08da37333d36a0e01fcf5baec635b
Timestamp: 2024-05-23 11:39:46+00

Package: libpgtypes3
Source: postgresql-17
Version: 17~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libpgtypes3_17~beta1-1.pgdg+1_arm64.deb
Size: 38424
SHA256: 5cc70afccc1d3dd17bf5ef59276f193577c12220998b64e59438d9fc8c4a0ffe
SHA1: 33f2d821e6f1f9d723587d886baf905d6521c719
MD5sum: 7fff8dffda18ec1f6294054ec36bc883
Description: shared library libpgtypes for PostgreSQL 17
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-23 11:39:46+00

Package: libpgtypes3-dbgsym
Source: postgresql-17
Version: 17~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 17~beta1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libpgtypes3-dbgsym_17~beta1-1.pgdg+1_arm64.deb
Size: 89108
SHA256: 2856b108052f57dae29598abe002e447aaf5571e8a78b655de8611b06cb647c4
SHA1: ac3e4c53e3d970fd4629af1400d7b10ecae214da
MD5sum: 70135f3be0d422fcbddcaed663ff974b
Description: debug symbols for libpgtypes3
Build-Ids: c3815fb1adf58a7a875429fb94751b23fd488407
Timestamp: 2024-05-23 11:39:46+00

Package: libpq-dev
Source: postgresql-17
Version: 17~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 611
Depends: libpq5 (= 17~beta1-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libdevel
Filename: pool/17/p/postgresql-17/libpq-dev_17~beta1-1.pgdg+1_arm64.deb
Size: 142880
SHA256: ef97db8d2bd78748c04b92887f341c63e497bc8d7d9803faef91b7bfb0cae849
SHA1: d83fb875363aee1a0c753a508da3bb3b19b36704
MD5sum: ea02c694fcc80cb37f4331e5f34be85d
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.
Timestamp: 2024-05-23 11:39:46+00

Package: libpq5
Source: postgresql-17
Version: 17~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1094
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libpq5_17~beta1-1.pgdg+1_arm64.deb
Size: 214236
SHA256: 85ed968dcf400fe82e512c45d6086ba23fb94f5c573041308dc84b95c57c06ee
SHA1: 079d30b20e48ad891035de9dae4b5e58cb4ca7f1
MD5sum: eebe064ce2c44487ddce1417d3126a81
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.
Timestamp: 2024-05-23 11:39:46+00

Package: libpq5-dbgsym
Source: postgresql-17
Version: 17~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 333
Depends: libpq5 (= 17~beta1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libpq5-dbgsym_17~beta1-1.pgdg+1_arm64.deb
Size: 296428
SHA256: f60a9bf71684aee054507262ecee42ba35f6266e9ff674aeadd371a5e6ec7216
SHA1: d4501abe65904074d0fa1a34bdb0d3ba15f52581
MD5sum: fdc02e84f07dbdc730be45f223eb828a
Description: debug symbols for libpq5
Build-Ids: 96f51bbf039c97624ed828af94ad05c6b2d36cea
Timestamp: 2024-05-23 11:39:46+00

Package: postgresql-17
Version: 17~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65882
Depends: locales | locales-all, postgresql-client-17, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm16t64, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 17~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-17-jit-llvm (= 16), postgresql-contrib-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/database
Filename: pool/17/p/postgresql-17/postgresql-17_17~beta1-1.pgdg+1_arm64.deb
Size: 19192752
SHA256: 130508cb8dc9f5099266f151930a47a5ee0e20bf6d678122c02e5cc54464d37b
SHA1: 0cc8a602caef8b4a7af85037d7486dd669436a80
MD5sum: 4b0c629ba87ab952fb2ab4b16d37b1ed
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 17.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202405161
Timestamp: 2024-05-23 11:39:46+00

Package: postgresql-17-dbgsym
Source: postgresql-17
Version: 17~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21722
Depends: postgresql-17 (= 17~beta1-1.pgdg+1)
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/postgresql-17-dbgsym_17~beta1-1.pgdg+1_arm64.deb
Size: 19838436
SHA256: a75b0717024dad274f886ad1d8e00540efc769c916f8c457c298132064da6bd1
SHA1: eee9236663ecd4713e1cb538fb2aea316a630d80
MD5sum: 883af47ec4c224e3cec0dc8adcf28095
Description: debug symbols for postgresql-17
Build-Ids: 08a720af612dfc7105bca96513d952b69bbbe225 0b90269f77db561f09a24643b348bc5438d4ad40 0c50b096792f06254e3383386b5bd0decc6ac6c3 11e05a3b2f5ef8bd421b477d1eb31f25bcce1b48 1743e8126ae46cc3451dce4d962a31efc3c75ff7 18562c3edbfd39daf5c12b3f9c4395502655e374 1f99266bf66912bd4447e41bd6848395773e0275 21928487c86d427e8ad3d55b3eeba88f864767f6 23cf700b6c406f4d1ed6bb2524f016c8a03126c9 28192c9e742ec555009a7c43641e649e7be9fb0c 2aba28b3105ef7eadbf9e44902a9a14818087853 2e08a7fe2d562698cf88d6d0195577f6d256af68 2ec489f14f66071d2297ed41f8d3aceb3c9fcc17 3980eeecf8bd720bf81fdb650b036ba67faf5049 3b76c5a227bf5652621cb67daebe203f4392cb96 3bca0a06d05a7a2406cc356d863919003aa9fad4 3eba453b6c50808a8723f3f49d9b49e870ee7094 3f4ba70eb8bd48fd6dd7f377c3b53405dc0b3ce1 4209dcbe284abb17d715b3d6b91e4cc9b8891865 427390daa7f7b3477ded50d186435d6ee700f2f2 487d403ee0ad025d5478518614afdcc27df92897 491d14cdfe3519b9c86ff5ee1800d0bff3b4a6b3 4d9616978c80c692dceecae7bdd89ec103b2a374 4fbc5fa8c99775a45142e4568fa52fef425e2b63 51e40a918c1fd29385ddf9bfd753659bf68a8fb9 53f4e52008d3e66172dcad88ea2f692bf9250959 591c3e1564782e99a7d1986dbb8107681b861ce8 5b8eef23009a88b9d47ee4f439dbd509857587f7 617dc871c05365d703ad5a23d82b3799a45a04e2 6215d452c9c1a8fd6acbedaab33c4499774b8b98 645ae6a538b7fcce628ad62a149577b7178e8e7d 671d6eb141c8f0e40eb37d551a736e4cb741b287 6a47e6a91898ab8a4876e291ae3aea7a36910044 6ee20ca9c390f2435bd863be98db8cdceaafafe6 72fad4cd4cd720e3bb8032a46931a879d8bd5865 740cb56b81b698295f060f18697c9950cc6eb72b 7525bd11bdcd20410b017cc2389f0364990f9894 759ea8d6e370f54572fbca56bf35c4549807b585 7673060a2c6585a77b729f0dec3566ca10843f06 79b053fc62051606a94cf18308780911489f5407 79cfe390528d60538dc037c74bac0e50845afe7b 7a831310d224692283c61b9c5fefd6d60385c07d 7cd2693b9cb2b33081849724e1d46c07dfe1135b 7d230518d12b5885f8c3fb6137ee5dab881e57cb 7f0f7604660d9c67703a33b13205f11abe2edd23 80a8c1b76debd6fa74a3332f228e13a48037b393 80bf69205f7636a18b83c313f21018d6c6e7726b 81524d02e2bc77d50aa8b0875d502a74b9d6b8a5 859083a980939be4a450894805c7ffe920acbcaf 87bc0cb91c0ee29f5f49432e1ce5a39c6986a7a7 8a46ae0bc963cd28bb594cf20d5d8a235136239b 9890cfb3c21fce5bf4229c601f310c602d6d383d a616d2d4aa4bc81db774fa4c710e5a269554c322 a719441f858634f834db3ecbb5540ec27671170c a7626950d85904ff54c2a5deb32622d964d053f8 a7dd55609015d661b776f676ce4ee03409953015 aa248a727cc6d4720b8cc357fa39674b7520272e ac08e62129022292f213768fe94182c869610e34 ace9754f8c3eac15a92b598871b4ca7ea8abc550 b3f8fec748c6627170cf1e8d3fcdba3248007fe0 b512d5123fba3df6fd5943d1f08112db9a13efc6 b79858cd05de6e8d55523f52fb2d49444427ddf8 ba44af63120687d6892bd80254bacf24480f5dc6 bab0d76f51ba6e1f2e5d373e3d54b1e098710ef9 bb75e4b69360c8722defbfb5d6dbe3af20ab412e bc22a2dc9f49c74734517c8358cad1ae1c871d93 bca50c14b09d76ff1356f45e6557142f4d7fd809 bf3e3b9aaa541057d20a3f33ef731c808d3e23e0 c267b85cd96b060e7c6da469bd040eb45b96a1fb c2f6769605f43dad769b58a2d68292c04811db38 c2f7aba514c4c6585b6c6c8ac6e5614776ffcbf9 c3a808d7ec4844e625d96c37fb2a520824c64c9c c74a5b0a0db99af7619b9054d71870b5e3421d25 c7fd16ae09276bfebecbf573050ff41c96a3aa76 cc74d24a1855b08aa0972849438d513cff4efb30 cfd989d06d58b603460412c6685b8411b12f3ec4 d09c289b131ff771af97e6123b924cb01aba8071 d3b61f0e69c9d43eda7a9bbc59d829e046275f98 d5defcd9219a5bea470a56a81dc3f2893db884e0 d5f2e8e8617ea5e4edef8a1f198bfb0d4a396013 d7a93c7a640927dccfdd1195926ef0f45c7fc019 d9ae95a01b0e3cb5c90557f1505430453ce34be5 d9c732059971556bd407ab10a1ee60be68ccbc3d df8a767acdd8f7aa6792729f8d61d28ca23080c4 e1adedcb991118b22910ba39792d3b00a8872daa e1f5b50b8381f77421f681c44c658a79a5b30302 e3213ce961493dc3320eadee87cc185d0dde8ba4 ea444e803fc1a7a4ae59a3e65717eea776fe2e02 eaed2b6429d10971145613888b2e4ecf3068c96f eb8e5288ca465a1b111037819abb49845ae2be5c ec5be9bd810c75cc188dfe6b7e6b2d9c6b8b3265 f16ed4f191514b408cb3f160c49438e751f6539e f3fd6dc3cc99d458c30171fa088bdf9a0f6f6ab0 f415ed890d1c7434badda5d63fa459fa8cb4d66a f62323954494b3dfc1067f701fb1586ce2a61a60 fe47eb679dc11e60e7fd2ce5eae651902631c60e
Postgresql-Catversion: 202405161
Timestamp: 2024-05-23 11:39:46+00

Package: postgresql-client-17
Source: postgresql-17
Version: 17~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10560
Depends: libpq5 (>= 17~beta1), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-17, postgresql-doc-17
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/database
Filename: pool/17/p/postgresql-17/postgresql-client-17_17~beta1-1.pgdg+1_arm64.deb
Size: 1942924
SHA256: 7ad4fd24f480beb5e1276247c60c64dcd645387ec481723a244c4937f11721d0
SHA1: 95878401e0317f8a33e0ebad12d16ae83f5561d7
MD5sum: b825ac6929a278abea8b8eb230ad70a1
Description: front-end programs for PostgreSQL 17
 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 17. If you install
 PostgreSQL 17 on a standalone machine, you need the server package
 postgresql-17, 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.
Timestamp: 2024-05-23 11:39:46+00

Package: postgresql-client-17-dbgsym
Source: postgresql-17
Version: 17~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3326
Depends: postgresql-client-17 (= 17~beta1-1.pgdg+1)
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/postgresql-client-17-dbgsym_17~beta1-1.pgdg+1_arm64.deb
Size: 2830912
SHA256: 1dd3ce5021064a8d372480a88f196cc65853c08cfb32a5fdcae9af2c11936dd8
SHA1: d063de1f17e260672f94f89de6a33743b0f077ae
MD5sum: a2303e8167ea5293039e591e415818cc
Description: debug symbols for postgresql-client-17
Build-Ids: 0c19eb926dd1bcc0fb33e0547d8b2d378ddf08c3 496637619f2c9f74c98c6528309c56995ae9d960 58af7356df4ed47695a76b571768af5aea043428 75472c4bf052301c369e96db32ffd1e08c95acc1 7be23c47ed79577491c46d2b979ddf1af3fb67d6 81e0cead6f16f1e8572fee1b77524ca8e6dd1955 8a799a0dfd74ef02eb44e8a72035549ee3ce1ae3 908e2dc4e3fe82c2e6fcd631a24e71fc3f110410 974bc5473b3ab5afa0f299616c5aee8cf75b73ca 9da9998d71d1a36941d44c1a89141cc6e2ebd46f a9b7c3d048c4ad8b31548b9647431c01d05d1844 b5add1e29ac402ae3c5c3949e863a826989ffe31 b8d7aa3bda8cefbfa0d41fd6e0b796a3200c3145 bdcdcc96a6c051291730e0eadee8732b3c52d086 c334339b4e0bab55bc994a97354999e33c8347e4 d5ee5d9932b2edbb4bafd2f532373615e86d1a3c e26b79de21ae450f7ac3d292b5d4dd5cb3c83b7b e782a8faa008c1213e936f4ba68da71ea93ec345 f3aaf11e0514e255589cf26526eae1004dfedea3 f9312c67ff169063b8abdada7c39be298a0f1afb f9e5350e50b7b0626943f49df9c549173577baca fa341908a922ed80bef7a277f2a55f4012e8a282
Timestamp: 2024-05-23 11:39:46+00

Package: postgresql-doc-17
Source: postgresql-17
Version: 17~beta1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16741
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/doc
Filename: pool/17/p/postgresql-17/postgresql-doc-17_17~beta1-1.pgdg+1_all.deb
Size: 2099168
SHA256: 4d520ff23a07db454253ca5c757d3e8c473a33e07b254c72d15753261f84a0ed
SHA1: edbc28aa1078c066f70509d36109fe4bbde97069
MD5sum: d233556b096fce214837eeae47288bc7
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 17. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-23 11:39:46+00

Package: postgresql-plperl-17
Source: postgresql-17
Version: 17~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 580
Depends: perl, postgresql-17 (= 17~beta1-1.pgdg+1), libc6 (>= 2.34), libperl5.38t64 (>= 5.38.2)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/database
Filename: pool/17/p/postgresql-17/postgresql-plperl-17_17~beta1-1.pgdg+1_arm64.deb
Size: 84568
SHA256: 754cd8ae45fc5c947172969bebf861caede8e4c60f93a2bac0eb902cb62e60b1
SHA1: 7d8b64a6f11b271019d0959091d290c9c0f706fc
MD5sum: 806138f9dca61af01b25683751174ec8
Description: PL/Perl procedural language for PostgreSQL 17
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Perl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-23 11:39:46+00

Package: postgresql-plperl-17-dbgsym
Source: postgresql-17
Version: 17~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 246
Depends: postgresql-plperl-17 (= 17~beta1-1.pgdg+1)
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/postgresql-plperl-17-dbgsym_17~beta1-1.pgdg+1_arm64.deb
Size: 201136
SHA256: 5ea3404f8fdde0f15c54c2c5ff0c84528275a67ad89c543ef76df9bfa2d49bcd
SHA1: 2b1b0c83203fefbab0c05e6fbdda5325c57b16f1
MD5sum: 83cb52fd00e43eea6598ad7643ad8df0
Description: debug symbols for postgresql-plperl-17
Build-Ids: 742b55ad9f0e47e0ef71e571014357b823572424 a2cd7ac92741f0aa9173c21e02d2a9ed3ced93bf efd81b895ad4719cad95eafe2b3d1a53a69c71c2 f2d0bd49e46e0342b8239c0336ee41fff1455d0c
Timestamp: 2024-05-23 11:39:46+00

Package: postgresql-plpython3-17
Source: postgresql-17
Version: 17~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 679
Depends: postgresql-17 (= 17~beta1-1.pgdg+1), libc6 (>= 2.17), libpython3.11t64 (>= 3.11.5)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/database
Filename: pool/17/p/postgresql-17/postgresql-plpython3-17_17~beta1-1.pgdg+1_arm64.deb
Size: 105076
SHA256: 305661b130a7978f3c4750d11a78f8d89317354082aec4b530b04dda5a3c1e2b
SHA1: 846f8ddb952865f9c70330157c5331159fce18fe
MD5sum: 3b89e1ae8d76e8138c91ea016302a178
Description: PL/Python 3 procedural language for PostgreSQL 17
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Python 3.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-23 11:39:46+00

Package: postgresql-plpython3-17-dbgsym
Source: postgresql-17
Version: 17~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 236
Depends: postgresql-plpython3-17 (= 17~beta1-1.pgdg+1)
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/postgresql-plpython3-17-dbgsym_17~beta1-1.pgdg+1_arm64.deb
Size: 186740
SHA256: f4de6288dfecd6b863cc6349f687bd7068a048d00d3119d2ac9192147712903c
SHA1: 108db674e26aa8209c89f1589d316736cbd3b4a6
MD5sum: 6ebe502e617ae137ac92993f6a59100b
Description: debug symbols for postgresql-plpython3-17
Build-Ids: 4a16f44d22826f7e31caab8561e88ad068cc5e7f cae51f7c1363ebc32dd2b8d0756080245bf429c4 d0bd1d764c393a8c38d5864d02aedbf9971ca8fa eca0121fcbf3741ad9629b25e342e9adc746d2d4
Timestamp: 2024-05-23 11:39:46+00

Package: postgresql-pltcl-17
Source: postgresql-17
Version: 17~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 201
Depends: postgresql-17 (= 17~beta1-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/database
Filename: pool/17/p/postgresql-17/postgresql-pltcl-17_17~beta1-1.pgdg+1_arm64.deb
Size: 36568
SHA256: 3ad9332163553110a29d4b2388810c5d7581d68cdd7d969286cc5cb971dad891
SHA1: 5af21a6def5655a0e7df09ae80ffc39f3991d238
MD5sum: d524aebe120533cf133ef4712a779c34
Description: PL/Tcl procedural language for PostgreSQL 17
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Tcl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-23 11:39:46+00

Package: postgresql-pltcl-17-dbgsym
Source: postgresql-17
Version: 17~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-pltcl-17 (= 17~beta1-1.pgdg+1)
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/postgresql-pltcl-17-dbgsym_17~beta1-1.pgdg+1_arm64.deb
Size: 85440
SHA256: 705960f9c7896455aa3c21d739923a8d92327499f8eba4b87fbd79fdd1979219
SHA1: 1efd7e9606df5881ca08899ce49e251f160c4d6b
MD5sum: 697b42be5961b52d693932722eff4315
Description: debug symbols for postgresql-pltcl-17
Build-Ids: 7f3170dc4c7f5c4883d0b4d33abb02906a3889d1
Timestamp: 2024-05-23 11:39:46+00

Package: postgresql-server-dev-17
Source: postgresql-17
Version: 17~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8261
Depends: clang-16, libpq-dev (>= 17~~), llvm-16-dev, postgresql-client-17, postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libdevel
Filename: pool/17/p/postgresql-17/postgresql-server-dev-17_17~beta1-1.pgdg+1_arm64.deb
Size: 1306024
SHA256: b17c278082025f687b6938c4cce43940a9b85290b75d37dafe6716e20b744e3c
SHA1: 786932af0d1abf69b710541e10ca8e1866e4ec61
MD5sum: 40e3a620b871f645f065931895867feb
Description: development files for PostgreSQL 17 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.
Timestamp: 2024-05-23 11:39:46+00

Package: postgresql-server-dev-17-dbgsym
Source: postgresql-17
Version: 17~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-server-dev-17 (= 17~beta1-1.pgdg+1)
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/postgresql-server-dev-17-dbgsym_17~beta1-1.pgdg+1_arm64.deb
Size: 56744
SHA256: b20c61d1a6e755f3723759a087c74054106935ace9cafb4b25a1cd57465aef14
SHA1: 57310da42e0bb43a49f5b00a60bfce0c2847ae04
MD5sum: 2f14f39833307d16afb84327e922c822
Description: debug symbols for postgresql-server-dev-17
Build-Ids: f918ec9004734abd1af479880f34da0134faf0ca
Timestamp: 2024-05-23 11:39:46+00

Package: pg-rage-terminator-17
Source: pg-rage-terminator
Version: 0.1.7-9.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 98
Depends: libc6 (>= 2.17), postgresql-17, postgresql-17-jit-llvm (>= 16)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-17_0.1.7-9.pgdg+1_arm64.deb
Size: 15444
SHA256: f80542aee4b9cbf7b60995455dbf815aaa38b93c751a75ee4d5476ca3601c1ce
SHA1: 83189ef030bac1ad091c015aa6ee8959735d20be
MD5sum: f1b8946c93bf91fd21367cb7289c484e
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2024-05-23 13:44:00+00

Package: pg-rage-terminator-17-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 28
Depends: pg-rage-terminator-17 (= 0.1.7-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-17-dbgsym_0.1.7-9.pgdg+1_arm64.deb
Size: 13372
SHA256: f84c7c3de19495ec738feab2f814f7ae4a748aae2a8e13c16b0699a21ca94234
SHA1: bc0d8612fcd83d36b1b0f5bd711a7c9eda73a6f2
MD5sum: 4513d8aab98001493a096411f3af4b42
Description: debug symbols for pg-rage-terminator-17
Build-Ids: f2b3a714c0a7197bcd294df356bee035e3734cc3
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-10-pg-rrule
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: libc6 (>= 2.17), libical3t64 (>= 3.0.0), postgresql-10
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-10-pg-rrule_0.2.0+git20211101.d7d10f2-2.pgdg+1_arm64.deb
Size: 10812
SHA256: f753679b6b11b03aec2bcbd4ae6337d9f00b898a409c733bb613ccfe7aca5688
SHA1: 5a54ef3f324210d17e4daaaefcb4d1d42cdc7900
MD5sum: 547489d63cb99bacf1fdf4671064ddb3
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-10-pg-rrule-dbgsym
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-10-pg-rrule (= 0.2.0+git20211101.d7d10f2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-10-pg-rrule-dbgsym_0.2.0+git20211101.d7d10f2-2.pgdg+1_arm64.deb
Size: 19732
SHA256: 1af024bbddbd32f5a936d7fab39c5037c4725a357336a98f4df2a57b817a425b
SHA1: c85895d64793bc8b89f6298a8b8a515e2c421928
MD5sum: cdfa42323f28724fce38dc0edcfd491e
Description: debug symbols for postgresql-10-pg-rrule
Build-Ids: 1021237181066dedab0edb2eea52dbc4b0ecb181
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-11-pg-rrule
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: libc6 (>= 2.17), libical3t64 (>= 3.0.0), postgresql-11, postgresql-11-jit-llvm (>= 15)
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-11-pg-rrule_0.2.0+git20211101.d7d10f2-2.pgdg+1_arm64.deb
Size: 24908
SHA256: b463b23105e526538dc5836b48fa3a027f7162547faf0dc68deb8d70dcb6d46d
SHA1: 27d46d659f35551bda015c7db85c00dda39a46ab
MD5sum: 8899af9999bfc6f64f86fa000da41dbb
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-11-pg-rrule-dbgsym
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-11-pg-rrule (= 0.2.0+git20211101.d7d10f2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-11-pg-rrule-dbgsym_0.2.0+git20211101.d7d10f2-2.pgdg+1_arm64.deb
Size: 19840
SHA256: f0641123537913210bc6f7e840d785ae2e0c0f7b5b2c460325a02fe37b400114
SHA1: c3d10b686c5eb056e66b89788d667e28c9743dbb
MD5sum: 3ddbcc2eec78b160055265eb7649fd7b
Description: debug symbols for postgresql-11-pg-rrule
Build-Ids: 9fc4abbe7fbbf0bcf8b2fa65919f38d2e2e3ad91
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-12-pg-rrule
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: libc6 (>= 2.17), libical3t64 (>= 3.0.0), postgresql-12, postgresql-12-jit-llvm (>= 16)
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-12-pg-rrule_0.2.0+git20211101.d7d10f2-2.pgdg+1_arm64.deb
Size: 24856
SHA256: 1628aec95cb9d18c6e214d64387496f98406a342433c5af6c414a09885b0f753
SHA1: 443953baa3f9c1dd018ed03ed3b922d3679a8fd6
MD5sum: 3a372e5816684d15fff2b2002098c87e
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-12-pg-rrule-dbgsym
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-12-pg-rrule (= 0.2.0+git20211101.d7d10f2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-12-pg-rrule-dbgsym_0.2.0+git20211101.d7d10f2-2.pgdg+1_arm64.deb
Size: 20048
SHA256: 22288ef4cccbbb68a14d1a66d04afe7411f5df80a82fdb0c7d11764d34fb1f1b
SHA1: ee13f6d0380db8efe85677dc16cf6d1e3e51eb92
MD5sum: 8570e4bb6cba98b9025bbf298e1ea814
Description: debug symbols for postgresql-12-pg-rrule
Build-Ids: 680a7349b34f3962b8fa092e208e54dea01aa690
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-13-pg-rrule
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: libc6 (>= 2.17), libical3t64 (>= 3.0.0), postgresql-13, postgresql-13-jit-llvm (>= 16)
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-13-pg-rrule_0.2.0+git20211101.d7d10f2-2.pgdg+1_arm64.deb
Size: 24876
SHA256: 85dac8e01e636331e37b71b18bcc69a65b287399aab5ec09dc7e0a3eb4b177e8
SHA1: 5ec8ea045fd929b46ae651164daa465d2cf46747
MD5sum: a061cf297f80df1903aba27d44df4185
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-13-pg-rrule-dbgsym
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-13-pg-rrule (= 0.2.0+git20211101.d7d10f2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-13-pg-rrule-dbgsym_0.2.0+git20211101.d7d10f2-2.pgdg+1_arm64.deb
Size: 20116
SHA256: 7c726cdadfaa7d35017fb128eb2433bb8cf44e7723042cdd7d9a6f5b31a1db41
SHA1: 80fc1d5831c75c9b5b8be363f29b7c3f363a9c46
MD5sum: 99b52cdc2e4c0b1f4fd4f810fa767895
Description: debug symbols for postgresql-13-pg-rrule
Build-Ids: 76475262ad591b7532959693c7718e3eebeae0f3
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-14-pg-rrule
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: libc6 (>= 2.17), libical3t64 (>= 3.0.0), postgresql-14, postgresql-14-jit-llvm (>= 16)
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-14-pg-rrule_0.2.0+git20211101.d7d10f2-2.pgdg+1_arm64.deb
Size: 24964
SHA256: eca852abbe942bb0c26ecd5f8075ea762631c1e978cda171340b239d15b5964d
SHA1: e917c44c90ae7be44e9e748515e5b7d0575b8dfe
MD5sum: b4bcc3b9cf71ff5d509c89997e01c300
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-14-pg-rrule-dbgsym
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-14-pg-rrule (= 0.2.0+git20211101.d7d10f2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-14-pg-rrule-dbgsym_0.2.0+git20211101.d7d10f2-2.pgdg+1_arm64.deb
Size: 20268
SHA256: f06e21cba3ac4e8f531ede438a8929f13a2362d6604d80fb3bd691f358096f9f
SHA1: 5a96b68a695dada9468a6d718940617ef95c2045
MD5sum: 5e992e0c5eb3b0f3c9a513d714fd8eef
Description: debug symbols for postgresql-14-pg-rrule
Build-Ids: 6f79cc5819e309eec59d009dea977a50f0119fbd
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-15-pg-rrule
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: libc6 (>= 2.17), libical3t64 (>= 3.0.0), postgresql-15, postgresql-15-jit-llvm (>= 16)
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-15-pg-rrule_0.2.0+git20211101.d7d10f2-2.pgdg+1_arm64.deb
Size: 24944
SHA256: cccea01dc22edec45dc38032dcf067c4c71f9bf4465dcfc133eebd2a394752b3
SHA1: 91007e7108d0508b5337c7f2735699eaa5593a1e
MD5sum: 1a3cb79b447b00a8374cacbc9f60677d
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-15-pg-rrule-dbgsym
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-15-pg-rrule (= 0.2.0+git20211101.d7d10f2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-15-pg-rrule-dbgsym_0.2.0+git20211101.d7d10f2-2.pgdg+1_arm64.deb
Size: 20360
SHA256: 05600e1aad216b2ace98c858fbf71373ee35e37ec790ed2e0cc13d98e9719e50
SHA1: 6d497c0960a3a7cb9b2dff6799f2f934c10df368
MD5sum: 787ea08ea0d713d6e5fa1a41f3d7a6e3
Description: debug symbols for postgresql-15-pg-rrule
Build-Ids: c906e5b40d84d254bfb2e064093ef8c7f9fc7cf0
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-16-pg-rrule
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: libc6 (>= 2.17), libical3t64 (>= 3.0.0), postgresql-16, postgresql-16-jit-llvm (>= 16)
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-16-pg-rrule_0.2.0+git20211101.d7d10f2-2.pgdg+1_arm64.deb
Size: 25368
SHA256: 082298465bae9266c29462e7707cb03da2ea4624b29a8958fd65d947e02e5964
SHA1: 3bc26b8a49063c1ff29568b68a6e668d128c5927
MD5sum: df0b684ff4a347ae66ef754be2fa4f8f
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-16-pg-rrule-dbgsym
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-16-pg-rrule (= 0.2.0+git20211101.d7d10f2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-16-pg-rrule-dbgsym_0.2.0+git20211101.d7d10f2-2.pgdg+1_arm64.deb
Size: 23420
SHA256: 2336658aac38cc37ead5e14423ed2566d824aca7e67621f883e50e5a4a954c21
SHA1: fc74f4320d788ca66dcc9021b8c8c29845167dfc
MD5sum: 408d51b336cf8ace11de36076fbefe7e
Description: debug symbols for postgresql-16-pg-rrule
Build-Ids: b2811b6b60f0db0c66ee045cea512f0a03a1da61
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-asn1oid
Source: pgsql-asn1oid
Version: 1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: libc6 (>= 2.17), postgresql-17, postgresql-17-jit-llvm (>= 16)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-17-asn1oid_1.6-1.pgdg+1_arm64.deb
Size: 13188
SHA256: 9f78702861737f797c8e8cc8306d722fb17e75d578931659a854a2e4b0808b54
SHA1: 87faf8646f003f15b5b429d695436a28c59d78ef
MD5sum: 22a59e02e4f9ab3134edaeef4a240780
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 17.
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24
Depends: postgresql-17-asn1oid (= 1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-17-asn1oid-dbgsym_1.6-1.pgdg+1_arm64.deb
Size: 9728
SHA256: 4fd47f55fb32d7874259104fb4983cd023e7c4934d20375a73eae968c4cfff0a
SHA1: ecf1990a0adea6242cef160a62ace42c9be7e5a6
MD5sum: 3fe7b448de6244fabd024a0b967aa645
Description: debug symbols for postgresql-17-asn1oid
Build-Ids: d524da669bd2af2696bf45e0f77fc9269e6cdb5c
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.7-2.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 97
Depends: libc6 (>= 2.17), postgresql-17, postgresql-17-jit-llvm (>= 16)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-17-bgw-replstatus_1.0.7-2.pgdg+1_arm64.deb
Size: 15692
SHA256: 5bac2bef1ad75512649ef1fb8719d494a12cba37f42617f936bd385d7b89b64d
SHA1: c806d82853e6038eb73cd7a8cec1c975576ccdc1
MD5sum: 6c600b5410765a44a8a0a30fdcb3ecd0
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 23
Depends: postgresql-17-bgw-replstatus (= 1.0.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-17-bgw-replstatus-dbgsym_1.0.7-2.pgdg+1_arm64.deb
Size: 8912
SHA256: 5d080afcc24f028db379d15832d2bbceb8737216924f592c6c2717592658fa4e
SHA1: 6b7a65d8b62c009980078d25ac09fb9cd9e65e75
MD5sum: 2661880bc7370c251cf661cb22f02a57
Description: debug symbols for postgresql-17-bgw-replstatus
Build-Ids: be4617a8c25758309ace3298c73f18c4afe88a67
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-extra-window-functions
Source: extra-window-functions
Version: 1.0-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-17-extra-window-functions_1.0-5.pgdg+1_arm64.deb
Size: 16376
SHA256: f1ef2c0953acbfa26a9034d90e848288ac173b901af2c6be1958bf646652a1a5
SHA1: cc8232e14f0844fd987108e865472836011773b5
MD5sum: ee60c252bd21f5a3e8b5506f71aac515
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-17-extra-window-functions (= 1.0-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-17-extra-window-functions-dbgsym_1.0-5.pgdg+1_arm64.deb
Size: 9808
SHA256: 81dbb013b5675e3352fe57c07c5c861adf72aeb5a46f8c42785bae2bbfb1b6b7
SHA1: 9145bc696d911168453c48d3afc2c206746bdf35
MD5sum: f6f9454956f72244c39c01eb5031c04d
Description: debug symbols for postgresql-17-extra-window-functions
Build-Ids: 1a5e13dcc7d63fbd348c7bf28e92b78edd1bb850
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16)
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-17-first-last-agg_0.1.4-4-gd63ea3b-7.pgdg+1_arm64.deb
Size: 8756
SHA256: 467fb9b5ad0a3bda06b825f924305cd21d1eced47d342fa4987c5b3aa42074ec
SHA1: 30084263f5f8af3ce8205898f7ea8e1e347d9369
MD5sum: addf56a81e0491516792ebb8b2a258a2
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: postgresql-17-first-last-agg (= 0.1.4-4-gd63ea3b-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-17-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-7.pgdg+1_arm64.deb
Size: 3948
SHA256: 750f0187f9989d5ae4f27c5c00e840e7f39f356214c648364c6a2480be59a751
SHA1: 86d01ded81c5f64880a5ed10893d5d10480cbf6d
MD5sum: b0ca84acf8d5e34ba196d8a4971294d0
Description: debug symbols for postgresql-17-first-last-agg
Build-Ids: 1047df02e7d7b7f30c9f44ba7d39c4831f196025
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-http
Source: pgsql-http
Version: 1.6.0-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-17-http_1.6.0-4.pgdg+2_arm64.deb
Size: 47572
SHA256: 881ace652b596dcc938d2d8478475c4661b12d834bcf36d5ae7edcdbd14329e3
SHA1: d7cf4e0b25ed25bf6bd17c8cf9607541dffadc34
MD5sum: bfac6b25c6d2e030410ccc07a6211f02
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-http-dbgsym
Source: pgsql-http
Version: 1.6.0-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-17-http (= 1.6.0-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-17-http-dbgsym_1.6.0-4.pgdg+2_arm64.deb
Size: 60656
SHA256: 2ec7770db2825a98fab39837b445cf48b795e6802d05561499bb86f746efd804
SHA1: a4e6cf5eb2806c83e9f0cd87e924729b2e9a5dee
MD5sum: 5c70bdee3ef8ec5bce8300c804242537
Description: debug symbols for postgresql-17-http
Build-Ids: 272c885f7aa3bb4999ff676b6151139bce22a9a4
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-hypopg
Source: hypopg
Version: 1.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 198
Depends: libc6 (>= 2.38), postgresql-17, postgresql-17-jit-llvm (>= 16)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-17-hypopg_1.4.1-1.pgdg+1_arm64.deb
Size: 77708
SHA256: 38d0df5c708ccc9598f1db7569675f34932fae5209a1e8d53599102d9763621e
SHA1: e01a162c908e0506bc7c08a4541b3539ed237bce
MD5sum: 830a5a73fdff196ecec8c9edca049031
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-hypopg-dbgsym
Source: hypopg
Version: 1.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 112
Depends: postgresql-17-hypopg (= 1.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-17-hypopg-dbgsym_1.4.1-1.pgdg+1_arm64.deb
Size: 94008
SHA256: c3e7bd77c7a392bdcedaac0991cf2f2b5ee7918afb500e53e8144d825e2118e9
SHA1: 4798b263720f44824f109a718fca710a20200551
MD5sum: fc0c21d0bfdf31d74edc58103c64b69c
Description: debug symbols for postgresql-17-hypopg
Build-Ids: 7525e656dde55cd081dadcb78cfa0491f68662a7
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-ip4r
Source: ip4r
Version: 2.4.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 603
Depends: libc6 (>= 2.38), postgresql-17, postgresql-17-jit-llvm (>= 16)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-17-ip4r_2.4.2-2.pgdg+1_arm64.deb
Size: 197604
SHA256: e2ce1704918dd53bddd325a2dbd4fc3bf4986d1ac365b6cab9d9ae86c0f4b523
SHA1: 43ad36869519adbf1853d414f9ae0012ed7dbf4c
MD5sum: 522d9e4bbfb09b7ffd7419e0e5ca35c1
Description: IPv4 and IPv6 types for PostgreSQL 17
 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.
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-ip4r-dbgsym
Source: ip4r
Version: 2.4.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 244
Depends: postgresql-17-ip4r (= 2.4.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-17-ip4r-dbgsym_2.4.2-2.pgdg+1_arm64.deb
Size: 208884
SHA256: c5974568fbe4f8c8596cc0eaea125bfd9e2e4f4bce24a449234d8f165f19d9e5
SHA1: d3cc315ffc45a1b3da9d1e682f38652dd6b0114d
MD5sum: 2c5c9ddc97c61e511948a46257ae59ef
Description: debug symbols for postgresql-17-ip4r
Build-Ids: 7658705adb7373dca0e899310b991ce88d19f34d
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-jsquery
Source: jsquery
Version: 1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 361
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-17-jsquery_1.2-1.pgdg+1_arm64.deb
Size: 137716
SHA256: 04c036134871ceac3cdd60b947282c6868ebeadd3322937908c2cddecc0ca9b1
SHA1: 6fc1487e453c3a4f85e15c47bb44cee695807458
MD5sum: 7c1938800d06dd3e6224815d62b5b701
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-jsquery-dbgsym
Source: jsquery
Version: 1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-17-jsquery (= 1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-17-jsquery-dbgsym_1.2-1.pgdg+1_arm64.deb
Size: 106676
SHA256: 0d525f326ebf270f47f6cc2300db6f35029ad01d2f2fbe3f6522ce3f6f415f34
SHA1: 0426b402eb9dc7e197ae5d5522f57a8df1bf2f1b
MD5sum: 2d95e450b53c060f4f2530ce898cf2e4
Description: debug symbols for postgresql-17-jsquery
Build-Ids: 064990b6586b7ba7f5c08579eaf3bccbe092bbf2
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-londiste-sql
Source: londiste-sql
Version: 3.8-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-17, postgresql-17-pgq-node
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-17-londiste-sql_3.8-4.pgdg+1_all.deb
Size: 20576
SHA256: c91eee1f3683bfc4c10d79211092570ff1aace99f63753965b2a7a7afd2ffed3
SHA1: 14c80f0568429b0ec1676ebe8aa21890a8bbcbd9
MD5sum: 42af328f9dc2cefc39993c21be6ab6d3
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-mimeo
Source: mimeo
Version: 1.5.1-17.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4485
Depends: postgresql-17, postgresql-contrib-17
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-17-mimeo_1.5.1-17.pgdg+1_all.deb
Size: 128552
SHA256: c43a01a26c08b6e5337ec4da87d7979a22c026b775bc5783dd3ec90b52e1bb05
SHA1: cf01b14ca5fd4b661e4ea1ff83e4b267497e422c
MD5sum: c8d3e8c178785510951ec634d7da6cb7
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.
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-numeral
Source: postgresql-numeral
Version: 1.3-6.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 257
Depends: libc6 (>= 2.38), postgresql-17, postgresql-17-jit-llvm (>= 16)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-17-numeral_1.3-6.pgdg+1_arm64.deb
Size: 77816
SHA256: 910d8e0d65e9188ddf5c275680f61dda3c7f58b8c7c9a5ecf07ca9fa56d82e01
SHA1: 0b422099928f1eac04b668cf2eba3662d8e2eb5c
MD5sum: aeaef7f6b96c3e0cbb9b1c264455fc01
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 66
Depends: postgresql-17-numeral (= 1.3-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-17-numeral-dbgsym_1.3-6.pgdg+1_arm64.deb
Size: 44428
SHA256: 9793120a51f8efa58595c6cc43c8fda911497a53e748c67b7ec4f966e264f66f
SHA1: 6d584b7018970cd6b5da1f375e0fbbdadd374f14
MD5sum: dddba6770fc384470e415a68b63eecd9
Description: debug symbols for postgresql-17-numeral
Build-Ids: cbd1dd422e2642edb380befb39b7acdebeb16d5d
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-omnidb
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: libc6 (>= 2.17), libpq5, postgresql-17, postgresql-17-jit-llvm (>= 16)
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-17-omnidb_3.0.0.20201026-5.pgdg+1_arm64.deb
Size: 23132
SHA256: caa05fccd1857564a240168dd2b3940654322e0c8e7e39db4ce74051f8db17a3
SHA1: c79f136ce621259b3ddde0db0bab098e84183c82
MD5sum: 5ab806bec0d90ebcf05c1d5d8a00d12f
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL omnidb_plpgsql_debugger extension for
 interactive PL/pgSQL debugging in OmniDB.
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-omnidb-dbgsym
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-17-omnidb (= 3.0.0.20201026-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-17-omnidb-dbgsym_3.0.0.20201026-5.pgdg+1_arm64.deb
Size: 45612
SHA256: 601eca70956a193589cecbacd37ec2a7fe43f0e024afe8360ebe57a58b475b2c
SHA1: c7c7c7010db800507392e48b9888dcddbd07f33a
MD5sum: 4a190bdf2510034c496194b20935983e
Description: debug symbols for postgresql-17-omnidb
Build-Ids: 44e8ea8860a2999a0146cac53857a0fbe439c2ca
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-oracle-fdw
Source: oracle-fdw
Version: 2.6.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: oracle-libs, postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-17-oracle-fdw_2.6.0-1.pgdg+2_arm64.deb
Size: 80412
SHA256: 6c88d44ce7f52af9793120649d3d5a304a6c0f3b15817398cade2a64e5c5eab6
SHA1: f31e9d965848b823d9c79c0a6c2b12a398363da3
MD5sum: 3238dd1fad0386ed606b8558f70b2456
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.6.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 216
Depends: postgresql-17-oracle-fdw (= 2.6.0-1.pgdg+2)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-17-oracle-fdw-dbgsym_2.6.0-1.pgdg+2_arm64.deb
Size: 195408
SHA256: 300498843d12f3cc0807a50ec8170225728c242ef036b545fa53382dba160af5
SHA1: 341073ff5ec3c112fd54f54ecb7532ca92942f83
MD5sum: 788c8e8c859d5aae963ae40de96ba689
Description: debug symbols for postgresql-17-oracle-fdw
Build-Ids: b746dc887d1ebaad95fbc31e4be7a8a2516d9f66
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-orafce
Source: orafce
Version: 4.10.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1212
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-17-orafce_4.10.0-1.pgdg+1_arm64.deb
Size: 399880
SHA256: 106e60f8eb03f5204b7ea482532bcaef90637c6b3f0eb6b82e47c3dd5c483ed8
SHA1: ea800631b5a466ab4dc96a747f1ec7a026dff166
MD5sum: 696a628b498b35b7f151aeb76c576362
Description: Oracle support functions for PostgreSQL 17
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-orafce-dbgsym
Source: orafce
Version: 4.10.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 366
Depends: postgresql-17-orafce (= 4.10.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-17-orafce-dbgsym_4.10.0-1.pgdg+1_arm64.deb
Size: 314800
SHA256: 25664c55a6855f295922873d0cd58f3b398a33272e9e037ecdf2835f30514440
SHA1: 75777daf964b2b12cc8081e9ce4aefdb5c931847
MD5sum: bf32ba03d5ac6f6ecf76a1f68511520c
Description: debug symbols for postgresql-17-orafce
Build-Ids: b5435893d384978f6fdef163fb24b19f51fb5945
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-pgextwlist
Source: pgextwlist
Version: 1.17-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-17-pgextwlist_1.17-2.pgdg+1_arm64.deb
Size: 39240
SHA256: 3e7a505f2b0a01dd41c603a3cc61cc13d16dfd886d1cac29324b5d01900d6519
SHA1: e66df0167252d0b87dbe0e65e4da73dc3bd990f5
MD5sum: 38f0798fc68e11e9c52bc1d6de350055
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.
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.17-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-17-pgextwlist (= 1.17-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-17-pgextwlist-dbgsym_1.17-2.pgdg+1_arm64.deb
Size: 58820
SHA256: c3eed050ce0869074cf995c92ced49736d6014c5fdd28fbeb70192e0c6f34d5f
SHA1: a3c0063f8795e79614d16807952ce1d033527ed2
MD5sum: 938c6ef2fa846f689fb44336d54bc453
Description: debug symbols for postgresql-17-pgextwlist
Build-Ids: bbd6cc0132a8f521f962de04a33060ffc89c6bdd
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-pgfincore
Source: pgfincore
Version: 1.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: libc6 (>= 2.34), postgresql-17, postgresql-17-jit-llvm (>= 16)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-17-pgfincore_1.3.1-1.pgdg+1_arm64.deb
Size: 33116
SHA256: 6fe30df60a62a130e9951b4b10bd6a58cf47d9be029ff76deb253f37807fffa3
SHA1: 6f25ce8af982d363135eaa5c82149d57603ba60c
MD5sum: c4eb55dc972961dee17ac70bd008fe6c
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.
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-pgfincore-dbgsym
Source: pgfincore
Version: 1.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-17-pgfincore (= 1.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-17-pgfincore-dbgsym_1.3.1-1.pgdg+1_arm64.deb
Size: 45824
SHA256: 487db3ccc8e4214fd39f60cb4a4077c7cc940c66adecb9b81da3d6407285e814
SHA1: 87710f8b4debdc7f855f74a5e844413bdf76996d
MD5sum: ac1fbc6570b4011150d7a3327f358eb4
Description: debug symbols for postgresql-17-pgfincore
Build-Ids: 7cd0fe273eeea383ca8dfcc3976edeac7a5ef776
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-pgmemcache
Source: pgmemcache
Version: 2.3.0-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 165
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-17-pgmemcache_2.3.0-13.pgdg+1_arm64.deb
Size: 52276
SHA256: fd6f921214a9025e5df469db73370589f62e899b6c3dfa45b13601a46922ad9f
SHA1: a42bc4a275a3fa723a06be7653ccefc952fac76b
MD5sum: 9bea4940357812340d3efd2906423585
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.
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-13.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-17-pgmemcache (= 2.3.0-13.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-17-pgmemcache-dbgsym_2.3.0-13.pgdg+1_arm64.deb
Size: 53356
SHA256: 1e194fb522dc0c42ac58b6cb78307d13a14767734c2c9a283ab8337d390dc535
SHA1: e5a9b0cfe36e2a0dec1eadfcee6c137f1fc1b50b
MD5sum: 54a40aff5f26c0c832cb4060949d56d2
Description: debug symbols for postgresql-17-pgmemcache
Build-Ids: 801659b59e0fe104c92482c82eeea51fa393a6fa
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-pgpcre
Source: pgpcre
Version: 0.20190509-7.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17), libpcre2-8-0 (>= 10.22)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-17-pgpcre_0.20190509-7.pgdg+2_arm64.deb
Size: 19428
SHA256: dbbd30e857b1d4e2f0fd0b40135a1fead25b0149d72cc7a7a68c4b4464900dd9
SHA1: 32254396a8700b30247ce697542756e8f38e7fbc
MD5sum: 020bafee34ee8836019474b07dfde0b6
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-7.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-17-pgpcre (= 0.20190509-7.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-17-pgpcre-dbgsym_0.20190509-7.pgdg+2_arm64.deb
Size: 16920
SHA256: 4b0afa711d82c98090ca58d9e4071d3a9c2d4cbe6c22be2d77e8aa35270048ef
SHA1: 1a0f9c700c5c312df2e21010b90a8f0804e7223b
MD5sum: bc2aef49f3c27571ec87a004771e4d51
Description: debug symbols for postgresql-17-pgpcre
Build-Ids: 289f3e29cdd5b310d228cdf3dd670a0ede61086d
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-pgpool2
Source: pgpool2
Version: 4.3.7-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 440
Depends: libpgpool2 (>= 4.3.7-2.pgdg+2), postgresql-17, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-17-pgpool2_4.3.7-2.pgdg+2_arm64.deb
Size: 160928
SHA256: c44d85b4c50d3910710fc7cc3d0ee5dcb4d6f7e05903c8e172a86fc91b257250
SHA1: 051269f7a150a58d14400828f279e2eea9dbb169
MD5sum: fca03062cbe920da0b1ef00f7222af41
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 17 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-pgpool2-dbgsym
Source: pgpool2
Version: 4.3.7-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-17-pgpool2 (= 4.3.7-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-17-pgpool2-dbgsym_4.3.7-2.pgdg+2_arm64.deb
Size: 57624
SHA256: e60b069db3457875b650078ea1536fc7e18d200823f24312ac869ecbce09d9d3
SHA1: 90c0ec77ce8dda1cf64af46e910a52d9d90ea73c
MD5sum: f520691c88e6636488b17f7de0d8d229
Description: debug symbols for postgresql-17-pgpool2
Build-Ids: 7774828082a338f429a1942807f5e8e6c75061e1 d9b3ccdaaa034729b40bb8fc29f3073be518a3c7 de8d5cceae5d9c4972ac589b519068ca4f7f92c7
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-pgq3
Source: pgq
Version: 3.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2244
Depends: libc6 (>= 2.17), postgresql-17, postgresql-17-jit-llvm (>= 16), pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-17-pgq3_3.5-3.pgdg+1_arm64.deb
Size: 149496
SHA256: 3e1bd63c678e90f60a1977fbe0a684bbd0a1d129935922aea00abc8e0374741b
SHA1: acf633e69a7e821c8439048582bc16ec824a1915
MD5sum: 17e002af8e1c719db8fe52fa5467accc
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-pgq3-dbgsym
Source: pgq
Version: 3.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: postgresql-17-pgq3 (= 3.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-17-pgq3-dbgsym_3.5-3.pgdg+1_arm64.deb
Size: 82356
SHA256: da7c94d2f9a8c580eec85f06cfe5d39216e527ec8b8c36ab095a1ea470161d9f
SHA1: 7c2800e97c1fa8d11c78087786740e1ff4e618f9
MD5sum: d279788cce7c07e5764709d8a4d843f5
Description: debug symbols for postgresql-17-pgq3
Build-Ids: 646b46d9da83ca7e844e40768dace63c974cb49d 6992d81a73c56b30151e7c814ddcbf4fe2ba303b
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-pgq-node
Source: pgq-node
Version: 3.5-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 538
Depends: postgresql-17, postgresql-17-pgq3
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-17-pgq-node_3.5-5.pgdg+1_all.deb
Size: 12752
SHA256: bfbfd5b10fe980c4fa906841ce3b29a5f412d376ff3cbd0d97e24cbe00e5e0ab
SHA1: 829eb5a56b83543b875f35b52c612d962c9d14a2
MD5sum: 2b831b917fe4a7a8fc47e1e1e477d0b2
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-pg-rrule
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: libc6 (>= 2.17), libical3t64 (>= 3.0.0), postgresql-17, postgresql-17-jit-llvm (>= 16)
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-17-pg-rrule_0.2.0+git20211101.d7d10f2-2.pgdg+1_arm64.deb
Size: 25380
SHA256: e398f4bf1ae6c7e8ec0ff420a1e363971f6c1374348de2b838205cab2080203d
SHA1: cce82ce71d615358fde7b6dc1a8f750c477d1798
MD5sum: 643c8ac6156220f134ef6ef4922cfd36
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-pg-rrule-dbgsym
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-17-pg-rrule (= 0.2.0+git20211101.d7d10f2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-17-pg-rrule-dbgsym_0.2.0+git20211101.d7d10f2-2.pgdg+1_arm64.deb
Size: 23648
SHA256: 1e3c82e0a94f3404ab3c54db6e887aa6dadcfdecda4c095022a6cb45e4a9c61d
SHA1: 26c1d3ce9a6c28cc92485eae68bbe8fa77071cae
MD5sum: cd3efa85ecd1da1229b36482bbbae94c
Description: debug symbols for postgresql-17-pg-rrule
Build-Ids: effed8f4e98c7d0fbc0d724482286f4d8cc56fe1
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-pgsphere
Source: pgsphere
Version: 1.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1705
Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1), postgresql-17, postgresql-17-jit-llvm (>= 16)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-17-pgsphere_1.5.1-1.pgdg+1_arm64.deb
Size: 434996
SHA256: 67dad4d77a1deda3075b7af50271f9f21513e196de84d159011f2e4250e3404e
SHA1: f8190a88035c93fc72c728e7d2dbf1fd6bef0426
MD5sum: b622bbb10606d3b79d5944c5d5b006ac
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-pgsphere-dbgsym
Source: pgsphere
Version: 1.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 504
Depends: postgresql-17-pgsphere (= 1.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-17-pgsphere-dbgsym_1.5.1-1.pgdg+1_arm64.deb
Size: 446464
SHA256: dc4bb062feeaf72681a5a890559c2da7ccfb5875d02752ac9e573364b9707884
SHA1: 30977d0ee18701fac875d8bc5903e563f7fe7dc5
MD5sum: 41f716f9c6b0730c9f18ea925f11d40c
Description: debug symbols for postgresql-17-pgsphere
Build-Ids: eed84919ade003b2d52285a9c4c7e2276018e139
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-pgtap
Source: pgtap
Version: 1.3.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1795
Depends: postgresql-17
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: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-17-pgtap_1.3.3-1.pgdg+1_all.deb
Size: 62860
SHA256: a67acef637d8e35542c85b969c172c128c1d326227646d762413cd8fba1a7ab8
SHA1: 98fe5a11dfdb6dfb4a5979fe235353a68dcd68ef
MD5sum: b6b412f3e7ca8216f0876b9738c6bf60
Description: Unit testing framework extension for PostgreSQL 17
 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 17.
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-pg-track-settings
Source: pg-track-settings
Version: 2.1.2-2.pgdg+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 150
Depends: postgresql-17
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-17-pg-track-settings_2.1.2-2.pgdg+1_all.deb
Size: 9768
SHA256: 942b5ea39225dc33ff0db657bb4f20a785cbf6f4d9aa06ce4cccc04d6ad3970a
SHA1: 35780d5ccfb1a819d20c9189127e6e8b3e483b58
MD5sum: c1740040679a9afbe92ae82ceb66bbe7
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-pgvector
Source: pgvector
Version: 0.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 751
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-17-pgvector_0.7.0-1.pgdg+1_arm64.deb
Size: 279876
SHA256: 0976707d37d438c9abd7a0d0621051ca285d11362d8481a6a2e27c692e380213
SHA1: 23febd8f48974224a58dc04a7c9837ffb3bbbe10
MD5sum: 3fe90dfeeb911a0a8cc04de58fab8971
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-pgvector-dbgsym
Source: pgvector
Version: 0.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 369
Depends: postgresql-17-pgvector (= 0.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-17-pgvector-dbgsym_0.7.0-1.pgdg+1_arm64.deb
Size: 331300
SHA256: 4217a5acecf1a90c4c92bac07fe9c97d7e545c5b7765a4455eff5f18ade4e9d3
SHA1: 29130465a68cbfba54d07f2c80bf62198e48a49b
MD5sum: afc54d8660446b1c57ea86351a9ce66d
Description: debug symbols for postgresql-17-pgvector
Build-Ids: 62e1844f732f70b67c282120bdc11596303a8ade
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 137
Depends: libc6 (>= 2.17), postgresql-17, postgresql-17-jit-llvm (>= 16)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-17-pg-wait-sampling_1.1.5-1.pgdg+1_arm64.deb
Size: 41100
SHA256: ba3d01628f4cb64f78f7e5d7ee4465efb8cd271118a5f935f12a899156ecdfdf
SHA1: aec21ef61e84ad52e6c519d8e3ec744a0bf3a6c8
MD5sum: c14b58a90f54695fa8f7d9df1f7e2baa
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-17-pg-wait-sampling (= 1.1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-17-pg-wait-sampling-dbgsym_1.1.5-1.pgdg+1_arm64.deb
Size: 54392
SHA256: d393fc21632c6a03a15f6c334d98f047f046a253e605cd6e470e5e6a90d05e70
SHA1: 231ddfaccce49f522ed75989c98ee693aeb43e93
MD5sum: 656b3f8b0bec6eb7abefd9b85d8f2025
Description: debug symbols for postgresql-17-pg-wait-sampling
Build-Ids: 54cfdfc641d2ef753260be4d6d6489617723ef0e
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-plpgsql-check
Source: plpgsql-check
Version: 2.7.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 870
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check_2.7.5-1.pgdg+1_arm64.deb
Size: 381732
SHA256: 330495deb016a0a9224c63f7a5df4cc39a53bf93b65a801eb97da7ff5415dbf4
SHA1: 17db1d794281f1ce60f62efb448539a96a35e16c
MD5sum: a14d2ae5d4e3bd75af1a094012cbbbc7
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 390
Depends: postgresql-17-plpgsql-check (= 2.7.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check-dbgsym_2.7.5-1.pgdg+1_arm64.deb
Size: 354416
SHA256: 6579b33a282a26b034ece2dfd3e4cfd44b3c851c67ddae72a1ff82cbeac25154
SHA1: 3a3e7c23c6d714b842717f0e5423730136326418
MD5sum: 8bfca6cbc489dd28f916b7727b150104
Description: debug symbols for postgresql-17-plpgsql-check
Build-Ids: 701c67224ab301d018ee1609543beb879e66f944
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-plproxy
Source: postgresql-plproxy
Version: 2.11.0-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 373
Depends: postgresql-17, libc6 (>= 2.38), libpq5
Homepage: https://plproxy.github.io/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-17-plproxy_2.11.0-11.pgdg+1_arm64.deb
Size: 152016
SHA256: 93747ef3931c5b45877f324e7c27036269ce1f8e999122f6a87f3f362258b6f2
SHA1: 89b7c41044c5594eff898b032d78163046aa9d47
MD5sum: 7ef6cbf8353ce72d67044cb0c3a3666d
Description: database partitioning system for PostgreSQL 17
 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.
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.11.0-11.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-17-plproxy (= 2.11.0-11.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-17-plproxy-dbgsym_2.11.0-11.pgdg+1_arm64.deb
Size: 128704
SHA256: 6ba4974bbcb7f2ac42cd415e81d7db3a2f6c0b45756546636c373cebae5c9ad6
SHA1: 16153396b8dbd5617da1e7451d6aa0a15e2d5873
MD5sum: 16e1ab2ae0cfcd2f8381994c29d8650e
Description: debug symbols for postgresql-17-plproxy
Build-Ids: 5d0212c763c3c9feb64363d4e988c52631ac6fc8
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-plsh
Source: postgresql-plsh
Version: 1.20220917-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: libc6 (>= 2.38), postgresql-17, postgresql-17-jit-llvm (>= 16)
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-17-plsh_1.20220917-2.pgdg+1_arm64.deb
Size: 33244
SHA256: b7a4e263530ff892645f6c79ad911d9f8e504099819e205551e3eb92a15008df
SHA1: 77f37a0d97aaea41968d9e626a8a5793dc00328a
MD5sum: 7f288257bdbaa74d0eba9850c4ef102f
Description: PL/sh procedural language for PostgreSQL 17
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in a shell of his choice.  You need this package
 if you have any PostgreSQL 17 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20220917-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-17-plsh (= 1.20220917-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-17-plsh-dbgsym_1.20220917-2.pgdg+1_arm64.deb
Size: 50780
SHA256: 9c16ae08383979e03742c5e079519ec5fffcb24be467437c38c7c2870ef72e35
SHA1: 2416ebab87ef29dc34ae87c7c5eb3688ac105cfc
MD5sum: 6af2f66682da18cfd8db8ebdcdfe5078
Description: debug symbols for postgresql-17-plsh
Build-Ids: 0fc23e7948965785eb4056c77a08d11e45d484ab
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-pointcloud
Source: pgpointcloud
Version: 1.2.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 530
Depends: libc6 (>= 2.38), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-17-pointcloud_1.2.5-1.pgdg+1_arm64.deb
Size: 108232
SHA256: b6306c39bb0147f207cfd7b377cf165da5f90b2175c16a1ed085c1073788799f
SHA1: b59a18da1bf149d814bf5b7a48389feb5152e564
MD5sum: 44d6457f043df05bad494e73a50a331a
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: postgresql-17-pointcloud (= 1.2.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-17-pointcloud-dbgsym_1.2.5-1.pgdg+1_arm64.deb
Size: 181512
SHA256: 64462b5aa82454c00242e62475bf5ba10dbc683744f5a83942dc260bae98ed15
SHA1: 218af2b0116e2fb25920c4a8df28f9af643712a2
MD5sum: edc7d2c32a9855502578605a9c4487db
Description: debug symbols for postgresql-17-pointcloud
Build-Ids: 4d69e1a13fa362df41f852e1875f0398ab021fec
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-prioritize
Source: postgresql-prioritize
Version: 1.0.4-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libc6 (>= 2.17), postgresql-17, postgresql-17-jit-llvm (>= 16)
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-17-prioritize_1.0.4-11.pgdg+1_arm64.deb
Size: 12548
SHA256: d40b3d5a05a2f2003a09cb9182950b22db3548bff299a35d1e6c8f55a3c8c83d
SHA1: e909f2323469f172ffa944da4366a1cfe824ccee
MD5sum: 450e82e856dd323097e7d3b06bbe3657
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.
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-11.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27
Depends: postgresql-17-prioritize (= 1.0.4-11.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-17-prioritize-dbgsym_1.0.4-11.pgdg+1_arm64.deb
Size: 13420
SHA256: 405cb823b2496dd43beda866dc70d8c7485903b61e4443c24fb3edecea1402a2
SHA1: f31c992171b339845feef4cd7da6acee632215ff
MD5sum: a1e53049090e16a9d09c824c54230637
Description: debug symbols for postgresql-17-prioritize
Build-Ids: e3042984e7ae795f15ad7c598d3b372a0203725c
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-rational
Source: pg-rational
Version: 0.0.2-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-17-rational_0.0.2-6.pgdg+1_arm64.deb
Size: 26016
SHA256: 263e6938fa1732041a6e507d56cc3cd9ec7421951a926d4da27fec4de919c442
SHA1: 8f04fc253357ba074e4baedd2f5822eeceda77a4
MD5sum: 5cae4b9cf48aa29527675c2561973ee2
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-rational-dbgsym
Source: pg-rational
Version: 0.0.2-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: postgresql-17-rational (= 0.0.2-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-17-rational-dbgsym_0.0.2-6.pgdg+1_arm64.deb
Size: 23036
SHA256: 238530434f232b4bce588196ec8b7d02dcc87600d7be081eb392c99468c7b803
SHA1: 9bddfa2da1705d79aba2bf044c1b6fa9cf616360
MD5sum: 4fd450119868ab22e08bfa8ea958ea15
Description: debug symbols for postgresql-17-rational
Build-Ids: c26339778b5464936629358d591696f620d3f379
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.4-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 731
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-17-roaringbitmap_0.5.4-2.pgdg+2_arm64.deb
Size: 299076
SHA256: 30b4ba5b99e3a5db520f0ec710b7b55cc1ab61364b043e05e3ccd50724d38b28
SHA1: 0e9372c20257f76da0daa26c29a737c267f37621
MD5sum: 570aaa5bcbcb0f50c3c1f17cc2de2d23
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.4-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 437
Depends: postgresql-17-roaringbitmap (= 0.5.4-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-17-roaringbitmap-dbgsym_0.5.4-2.pgdg+2_arm64.deb
Size: 406876
SHA256: 2fc4f8da67e4c43998b7d514c281437a52951934c3eda2ea985fcc9dc42ab4e7
SHA1: 71735b65c4564bf291b71a2c31327b69079f8d1d
MD5sum: 94a9909eb2dee4b4b187216ce0d364dd
Description: debug symbols for postgresql-17-roaringbitmap
Build-Ids: 20f13d2546c61083ed520533a9a469bb24f67be1
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-semver
Source: postgresql-semver
Version: 0.32.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: libc6 (>= 2.38), postgresql-17, postgresql-17-jit-llvm (>= 16)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-17-semver_0.32.1-2.pgdg+1_arm64.deb
Size: 39804
SHA256: 8999a522598f47fccfac82ecf9e5f226ff5f0876d575ac912463e81c0b6fb4e6
SHA1: e32daef57bb9774d5f462a8f2a13ef5cfd36c6ea
MD5sum: 194537379b406acb406211e43dbf0a92
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-semver-dbgsym
Source: postgresql-semver
Version: 0.32.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-17-semver (= 0.32.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-17-semver-dbgsym_0.32.1-2.pgdg+1_arm64.deb
Size: 25100
SHA256: a0bf6574e10fa3dff94a6d57b17bf34e70b10d6bd68c62a68987f9e73ec60eea
SHA1: b85e2ea12b860d8325f66986d73511ff73aea742
MD5sum: d689afc3e0f3c59095a519da3e5e187c
Description: debug symbols for postgresql-17-semver
Build-Ids: decd702ce8fca831d90120fdf7f60bee0969dd0c
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-show-plans
Source: pg-show-plans
Version: 2.1.0-1.pgdg+1
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 119
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-17-show-plans_2.1.0-1.pgdg+1_arm64.deb
Size: 26364
SHA256: 10452fb3bf68fee395b17f17f5405a303506fb096a8867bbac133d287a5da751
SHA1: c1271f59adb05cd3abf17349fad06162e0b98269
MD5sum: 32fe0c96d8f5bc7a971fab84dd4e6582
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 54
Depends: postgresql-17-show-plans (= 2.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-17-show-plans-dbgsym_2.1.0-1.pgdg+1_arm64.deb
Size: 38112
SHA256: 2b9cb2f151318d6dba65d4d34e1e21323bc5331726e2df2b9f576c3372670406
SHA1: bdfffcdc10c8be735d89976151b70cdd8cd7f5e4
MD5sum: dd24153205c5184e26be3267c24107be
Description: debug symbols for postgresql-17-show-plans
Build-Ids: efa4fac0c699813ce3a05bf9d660113be0ce95c5
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-similarity
Source: pg-similarity
Version: 1.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 324
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-17-similarity_1.0-7.pgdg+1_arm64.deb
Size: 104924
SHA256: 67c92b0d4ea207e7961ccb6204004339521c3657a4ac65d75c2409978b7b0abe
SHA1: 006442cb67dd60c667f2f403db6d193224dd6f72
MD5sum: bd808beb6ab08501b98ccac663f92dbf
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-similarity-dbgsym
Source: pg-similarity
Version: 1.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-17-similarity (= 1.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-17-similarity-dbgsym_1.0-7.pgdg+1_arm64.deb
Size: 67984
SHA256: 8ef6b68027d740d0a39e54aef7e1341bb79211a0dee5f81f47baf6652460d44c
SHA1: a25a9a79fb687aca3c468d7b5dd04611e709c7d5
MD5sum: 0d55411e21340303f51b87a144a046c8
Description: debug symbols for postgresql-17-similarity
Build-Ids: 2c4558f03ef9d135a73fc71bab5d7f1381f5e2ed
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-snakeoil
Source: pg-snakeoil
Version: 1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17), libclamav11t64 (>= 1.0.0)
Recommends: clamav-freshclam | clamav-data
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-17-snakeoil_1.4-1.pgdg+1_arm64.deb
Size: 17604
SHA256: 852a9d17eb0ff550bde3c16fd340038d04f0f888e89fc87c24ca6b8e6caa81d3
SHA1: b3878ed85b421b8124cd1880eb8ddf1816b1a6d8
MD5sum: 2f4c6479a8ab3472fd2ade99db3d9fb9
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2024-05-23 13:44:00+00

Package: postgresql-17-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-17-snakeoil (= 1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-17-snakeoil-dbgsym_1.4-1.pgdg+1_arm64.deb
Size: 15808
SHA256: e94a47c53677dd5152a5a1899f9a3dac3192a219f1253d0db738a1d3df6ead82
SHA1: b3d6433a924ebc2514ccc59ea418d515e9bd78cf
MD5sum: 49c01633c5d2aa27b6284d987918b9c5
Description: debug symbols for postgresql-17-snakeoil
Build-Ids: 20bc2290e70b75137c68d0884e0931887c47347b
Timestamp: 2024-05-23 13:44:00+00

Package: libecpg-compat3
Source: postgresql-9.1
Version: 9.1.24-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libecpg-compat3_9.1.24-15.pgdg+1_arm64.deb
Size: 12360
SHA256: 1f443dcc1ba50d5c847a00498a9bc8eb81a72338b84a14f755a9d5c9b27d50bb
SHA1: 11929238af3ee2c20bc3341740aebfefe57e3e13
MD5sum: 5a6d7ca5a47eebc6f2a74d3f05a28f08
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.
Timestamp: 2024-05-28 12:02:43+00

Package: libecpg-dev
Source: postgresql-9.1
Version: 9.1.24-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1033
Depends: libc6 (>= 2.38), libpq-dev, libecpg6 (= 9.1.24-15.pgdg+1), libecpg-compat3 (= 9.1.24-15.pgdg+1), libpgtypes3 (= 9.1.24-15.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libdevel
Filename: pool/9.1/p/postgresql-9.1/libecpg-dev_9.1.24-15.pgdg+1_arm64.deb
Size: 193444
SHA256: 2196880ff5aad261504ae0fd4862fbfaf1f1e928a9096ecb317a98d04ca02855
SHA1: 1325e5e37ecf5da9afb52131638faa24972e38a8
MD5sum: 1b8a7c40a55de336525d09f3ce58b5b0
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).
Timestamp: 2024-05-28 12:02:43+00

Package: libecpg6
Source: postgresql-9.1
Version: 9.1.24-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 423
Depends: libc6 (>= 2.38), libpgtypes3, libpq5
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libecpg6_9.1.24-15.pgdg+1_arm64.deb
Size: 72136
SHA256: 9e0ee9acfcc990d446284a965cedb4dd6239b44f529f69c55aac57ff209fe851
SHA1: 809f610223e05b5042c7d7457f47534045efcd83
MD5sum: 129840a736556568f129474d57ffb246
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.
Timestamp: 2024-05-28 12:02:43+00

Package: libpgtypes3
Source: postgresql-9.1
Version: 9.1.24-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libpgtypes3_9.1.24-15.pgdg+1_arm64.deb
Size: 32952
SHA256: f5b0aba15c5ce7ce9976e3f28412b3fb20a7fe096ad9f3a18179595897bdb096
SHA1: 692eea774f10f4310ecb40e01d5ed3c639a96e28
MD5sum: abd339b89f5a514436e54b17b46a1ca7
Description: shared library libpgtypes for PostgreSQL 9.1
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-28 12:02:43+00

Package: libpq-dev
Source: postgresql-9.1
Version: 9.1.24-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 930
Depends: libc6 (>= 2.38), libpq5 (= 9.1.24-15.pgdg+1)
Suggests: postgresql-doc-9.1
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libdevel
Filename: pool/9.1/p/postgresql-9.1/libpq-dev_9.1.24-15.pgdg+1_arm64.deb
Size: 170252
SHA256: c3b9098c087f2c3a15bc6985ac28ab36e90796432ad449155ee30126199fed70
SHA1: c97e8a8437d8280d043c380aeb96a245e1e77fb6
MD5sum: 781f7a81c35876c435ea65164079202a
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.
Timestamp: 2024-05-28 12:02:43+00

Package: libpq5
Source: postgresql-9.1
Version: 9.1.24-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 543
Depends: libc6 (>= 2.38), libcom-err2 (>= 1.43.9), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap-2.5-0 (>= 2.5.4)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libpq5_9.1.24-15.pgdg+1_arm64.deb
Size: 111404
SHA256: 28268f6b386b90ec3f396d8f0f50565c82fd2cd50bf467ab01dc18716cee409c
SHA1: f5cd325fb60969dae0ad848692e937c9fef40c74
MD5sum: 95c334dfd2f2226cbdcf0c8b0dd91346
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.
Timestamp: 2024-05-28 12:02:43+00

Package: libecpg-compat3
Source: postgresql-9.2
Version: 9.2.24-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 91
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libecpg-compat3_9.2.24-12.pgdg+1_arm64.deb
Size: 12236
SHA256: e84b9ae87d46109d412c0250907f4a63b20cfd62ececb3ef5710d5bc6f57ed8c
SHA1: 503f40cf9db28804357e4aa27bcfaf0fd40f7564
MD5sum: 95604907d95bc2bc2023d80cd0d05495
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.
Timestamp: 2024-05-28 12:03:09+00

Package: libecpg-dev
Source: postgresql-9.2
Version: 9.2.24-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1097
Depends: libc6 (>= 2.38), libpq-dev, libecpg6 (= 9.2.24-12.pgdg+1), libecpg-compat3 (= 9.2.24-12.pgdg+1), libpgtypes3 (= 9.2.24-12.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libdevel
Filename: pool/9.2/p/postgresql-9.2/libecpg-dev_9.2.24-12.pgdg+1_arm64.deb
Size: 195404
SHA256: c1a3e68a825b0db96cabcc41f585fb54a9d0b71235ce046a76298d8e1de5a316
SHA1: 261ce219b308a7e26dbae10329f1eae7f4781973
MD5sum: c767946d8a65d7422306a26fec531e07
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).
Timestamp: 2024-05-28 12:03:09+00

Package: libecpg6
Source: postgresql-9.2
Version: 9.2.24-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 419
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libecpg6_9.2.24-12.pgdg+1_arm64.deb
Size: 71980
SHA256: f95e5e8251c5191beaa14d0323378bc9def59a2405874cace2043dcc299d51ae
SHA1: 49ca337708bc716682182d8bfe57f89d11bcb66e
MD5sum: 462c59ca96ab6a57861a4ee2f11890cf
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.
Timestamp: 2024-05-28 12:03:09+00

Package: libpgtypes3
Source: postgresql-9.2
Version: 9.2.24-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libpgtypes3_9.2.24-12.pgdg+1_arm64.deb
Size: 32768
SHA256: a07ea796f763af9625a8156036454600d4a22ccec110c7c0daef4d0d8d74f80d
SHA1: d48a83374cb306377e7fc5d1edd0de77a31589f9
MD5sum: e56e13d5478ec02c83f1f38501cf6069
Description: shared library libpgtypes for PostgreSQL 9.2
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-28 12:03:09+00

Package: libpq-dev
Source: postgresql-9.2
Version: 9.2.24-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 972
Depends: libc6 (>= 2.38), libpq5 (= 9.2.24-12.pgdg+1)
Suggests: postgresql-doc-9.2
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libdevel
Filename: pool/9.2/p/postgresql-9.2/libpq-dev_9.2.24-12.pgdg+1_arm64.deb
Size: 177764
SHA256: f05bd91f0e922e5cc158c5730272847e36133b71658d2bd42f0dd754cb8b9c54
SHA1: 7636c7cfab8e546864ec0a6fa5f5ebc3763c1481
MD5sum: 796d8bf3938c36e7dd29cb9068bfb272
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.
Timestamp: 2024-05-28 12:03:09+00

Package: libpq5
Source: postgresql-9.2
Version: 9.2.24-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 521
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libpq5_9.2.24-12.pgdg+1_arm64.deb
Size: 113328
SHA256: ac1ab9ac5cb376069b252b05307b1336ffa75d9fb2a201e14e1a776ebccb3f26
SHA1: ac0056462af48cb9e9b4e7a307a689078b1cfaf8
MD5sum: d4c4e09cc1c0ef30e8ddedd49854c8e8
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.
Timestamp: 2024-05-28 12:03:09+00

Package: libecpg-compat3
Source: postgresql-9.3
Version: 9.3.25-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libecpg-compat3_9.3.25-11.pgdg+1_arm64.deb
Size: 12192
SHA256: b7cb0d8e5b263e959d2a0dc1ada2f817ccff3966aff18e0f022fbe917c84fc92
SHA1: b584464d0603d6c698a6d15e3c25a0b70917f77b
MD5sum: fe12dbaed0bc4d21bde4b783d7c243db
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.
Timestamp: 2024-05-28 12:03:35+00

Package: libecpg-dev
Source: postgresql-9.3
Version: 9.3.25-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1104
Depends: libc6 (>= 2.38), libpq-dev, libecpg6 (= 9.3.25-11.pgdg+1), libecpg-compat3 (= 9.3.25-11.pgdg+1), libpgtypes3 (= 9.3.25-11.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libdevel
Filename: pool/9.3/p/postgresql-9.3/libecpg-dev_9.3.25-11.pgdg+1_arm64.deb
Size: 199224
SHA256: 6452982669689ae3510a627caa356093f79d64e9a0b19f62bca3a61759947333
SHA1: 0cb4b22f6fa0bf6ced3b06fa553a2e5e085c44fb
MD5sum: 42f898c37aaa88345771fb95b04a609e
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).
Timestamp: 2024-05-28 12:03:35+00

Package: libecpg6
Source: postgresql-9.3
Version: 9.3.25-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 419
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libecpg6_9.3.25-11.pgdg+1_arm64.deb
Size: 72212
SHA256: 5bbfb46c85a5976135b775bd96e309943d0cd997da5a720e066df643c4838368
SHA1: e89b373419b176a3a4a2ef7461d05cafdae7bf68
MD5sum: 46935ef4a1132366ea788cf37e94276d
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.
Timestamp: 2024-05-28 12:03:35+00

Package: libpgtypes3
Source: postgresql-9.3
Version: 9.3.25-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libpgtypes3_9.3.25-11.pgdg+1_arm64.deb
Size: 32768
SHA256: 4da71a5ddf91b555103b86d02b50b8c3e4f5ff7d51d35fb5aed003de84779d81
SHA1: a5783dc4beccfa08976d86eb97872ebf36edfb1b
MD5sum: 076ebc311de33db263a49cf37e98af03
Description: shared library libpgtypes for PostgreSQL 9.3
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-28 12:03:35+00

Package: libpq-dev
Source: postgresql-9.3
Version: 9.3.25-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 735
Depends: libc6 (>= 2.38), libpq5 (= 9.3.25-11.pgdg+1)
Suggests: postgresql-doc-9.3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libdevel
Filename: pool/9.3/p/postgresql-9.3/libpq-dev_9.3.25-11.pgdg+1_arm64.deb
Size: 145020
SHA256: 978ab12b7ca8532fe769715b8299c06c36253ab90da3bb00ec6fe04fc0443754
SHA1: 67ce54bda5799ce83818644200c2da9a66a1edd9
MD5sum: 32224d597f4cc315f09c36a3a6777ca5
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.
Timestamp: 2024-05-28 12:03:35+00

Package: libpq5
Source: postgresql-9.3
Version: 9.3.25-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 534
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libpq5_9.3.25-11.pgdg+1_arm64.deb
Size: 114540
SHA256: d4c190080bf522aec3f8b6f46b2d871cf5e12c61c74cf412a121c74ca2eb9a8f
SHA1: 8c11cbd965b8d3851398ecbcb0c48ca2e186b774
MD5sum: 3399b0407c07feadf8b35007abbbd10f
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.
Timestamp: 2024-05-28 12:03:35+00

Package: libecpg-compat3
Source: postgresql-9.4
Version: 9.4.26-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libecpg-compat3_9.4.26-10.pgdg+1_arm64.deb
Size: 14304
SHA256: 15cdae51583ddb6b76710c6d8fa93559c1c7dc2419d6fb701f5ab2868a96eac5
SHA1: 34eafeddc0dc4242e51d90680194bd29a6535280
MD5sum: fd96d6113e56966354869a8eac83b92f
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.
Timestamp: 2024-05-28 12:04:01+00

Package: libecpg-dev
Source: postgresql-9.4
Version: 9.4.26-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1115
Depends: libc6 (>= 2.38), libpq-dev, libecpg6 (= 9.4.26-10.pgdg+1), libecpg-compat3 (= 9.4.26-10.pgdg+1), libpgtypes3 (= 9.4.26-10.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libdevel
Filename: pool/9.4/p/postgresql-9.4/libecpg-dev_9.4.26-10.pgdg+1_arm64.deb
Size: 204484
SHA256: eb6cfa2b9f8f9c8a14d088328b621b116d6d0a4ec77e9f9b07bdb979a95b1b74
SHA1: 3daa2b0d2b13715028d9985d2ea27d042df5bba3
MD5sum: 516437260b2840651ab38d42dc3fc82b
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).
Timestamp: 2024-05-28 12:04:01+00

Package: libecpg6
Source: postgresql-9.4
Version: 9.4.26-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 432
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libecpg6_9.4.26-10.pgdg+1_arm64.deb
Size: 75768
SHA256: 3606536be734d6509d568a42a5709a2095fdcf5c168e6764f0ab3ced3bc674e0
SHA1: 2706cd4aa99e415b38ca05d56347058dfb3f3461
MD5sum: 58987ee65f1862344db54cb76e26aadc
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.
Timestamp: 2024-05-28 12:04:01+00

Package: libpgtypes3
Source: postgresql-9.4
Version: 9.4.26-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libpgtypes3_9.4.26-10.pgdg+1_arm64.deb
Size: 34692
SHA256: b2e8c4a350f0abd8234d14fc7827b521720fc1467b2d030ccf1d21fff8c02ab5
SHA1: 1fe492adc8c0a44daa788c80a4df56133d4b4a0e
MD5sum: 8fead0ff875a74ec7fcaf9400b365487
Description: shared library libpgtypes for PostgreSQL 9.4
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-28 12:04:01+00

Package: libpq-dev
Source: postgresql-9.4
Version: 9.4.26-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 744
Depends: libc6 (>= 2.38), libpq5 (= 9.4.26-10.pgdg+1)
Suggests: postgresql-doc-9.4
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libdevel
Filename: pool/9.4/p/postgresql-9.4/libpq-dev_9.4.26-10.pgdg+1_arm64.deb
Size: 147984
SHA256: 68fda9ceeb5ce57c410b337a4833543d84666b57493261954832da90a123dce7
SHA1: aabb349367716ef3e052e70803b30d7bccaac578
MD5sum: 541edd9c45a5ec1f5a77d6e2dd02286c
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.
Timestamp: 2024-05-28 12:04:01+00

Package: libpq5
Source: postgresql-9.4
Version: 9.4.26-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 533
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libpq5_9.4.26-10.pgdg+1_arm64.deb
Size: 117496
SHA256: 78c12a63883f4b49d023c52409f408eb908f14f7c71b3f946ac28713d0d7b3ac
SHA1: 6fd9d06d3b4eac13702aa03c1d393e07dfd5927f
MD5sum: 9218d0fa4c0a1c980f24f535f61c646b
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.
Timestamp: 2024-05-28 12:04:01+00

Package: libecpg-compat3
Source: postgresql-9.5
Version: 9.5.25-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libecpg-compat3_9.5.25-8.pgdg+1_arm64.deb
Size: 16300
SHA256: b64fa4e49bf1cd750bd89579e53d8866358f979a2128f9a2220e2407273f23f0
SHA1: 081f6473066ebdf94e5fd57683f2b5d2df0a76af
MD5sum: 1af1ae7cdf8d85ceb56129a3ab9a22f9
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.
Timestamp: 2024-05-28 12:04:29+00

Package: libecpg-dev
Source: postgresql-9.5
Version: 9.5.25-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1181
Depends: libc6 (>= 2.38), libpq-dev, libecpg6 (= 9.5.25-8.pgdg+1), libecpg-compat3 (= 9.5.25-8.pgdg+1), libpgtypes3 (= 9.5.25-8.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libdevel
Filename: pool/9.5/p/postgresql-9.5/libecpg-dev_9.5.25-8.pgdg+1_arm64.deb
Size: 212020
SHA256: 843187697c6bbad530169ab38f092ac9aaa81bd85fab427a6e03967c53fb11a7
SHA1: 6d8d041df50fd0ed36ea82caff08556d5ae12e81
MD5sum: 923c507d88973d939b07b1ceba1cc6b1
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).
Timestamp: 2024-05-28 12:04:29+00

Package: libecpg6
Source: postgresql-9.5
Version: 9.5.25-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 458
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libecpg6_9.5.25-8.pgdg+1_arm64.deb
Size: 80888
SHA256: a4970bcb16be807a8cba31de739e9edbefca3871d98fe80a14a77968e39212df
SHA1: 0122aebd7d141fbc4f96a92af9597b81af3cc058
MD5sum: 9b8b10b28ce747f88c0b0372360b6594
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.
Timestamp: 2024-05-28 12:04:29+00

Package: libpgtypes3
Source: postgresql-9.5
Version: 9.5.25-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libpgtypes3_9.5.25-8.pgdg+1_arm64.deb
Size: 36732
SHA256: c98afa3ae039facc70722226ab25e28133e1486791638f1d613368894d8e77b3
SHA1: 78208408fd71315a2857cfc86c01921820c4b79a
MD5sum: 43769aa37f48a4e8d4fb7378fa0fd0ea
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.
Timestamp: 2024-05-28 12:04:29+00

Package: libpq-dev
Source: postgresql-9.5
Version: 9.5.25-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 766
Depends: libc6 (>= 2.38), libpq5 (= 9.5.25-8.pgdg+1)
Suggests: postgresql-doc-9.5
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libdevel
Filename: pool/9.5/p/postgresql-9.5/libpq-dev_9.5.25-8.pgdg+1_arm64.deb
Size: 154132
SHA256: cb2d73d2cd1c4f42aabcf53b8eae8f69efd92ed3cbaa37e4f1e2458a2dd6d6b5
SHA1: b1f420dadd18a90ed6060c7c3f012efe0a2d597f
MD5sum: 1039ee9781ec4ee67082658b654068e5
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.
Timestamp: 2024-05-28 12:04:29+00

Package: libpq5
Source: postgresql-9.5
Version: 9.5.25-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 648
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libpq5_9.5.25-8.pgdg+1_arm64.deb
Size: 131092
SHA256: 96cf42dc6b99486f630d6beec0a4f7bc6a60947b3e2f56179dd6669e7bacf5a9
SHA1: ada86b5ce95a0f466ea12a2ab5c514f6ca6ba1c3
MD5sum: d9efa87b6c1946e213631603fb6546e3
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.
Timestamp: 2024-05-28 12:04:29+00

Package: libecpg-compat3
Source: postgresql-9.6
Version: 9.6.24-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg-compat3_9.6.24-7.pgdg+1_arm64.deb
Size: 17472
SHA256: bf409ecdbbc32f9b0dd1b3722a1e187b631899850e13106fe0307ad1e1f76907
SHA1: 8d51c26274dcdf9a019027e4b6519df5ea14bb45
MD5sum: 43389ad27017ae86277932982f0dfb4e
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.
Timestamp: 2024-05-28 12:04:56+00

Package: libecpg-dev
Source: postgresql-9.6
Version: 9.6.24-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1246
Depends: libecpg-compat3 (= 9.6.24-7.pgdg+1), libecpg6 (= 9.6.24-7.pgdg+1), libpgtypes3 (= 9.6.24-7.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libecpg-dev_9.6.24-7.pgdg+1_arm64.deb
Size: 217344
SHA256: 6b1dfa87add9c53296ba4a6fce1d672c4ce6ae9a15142dac2776d6f4c040cb3c
SHA1: f4862b140bf9b945aad2bece5954c0ac9becaea9
MD5sum: 3f5391e54ed0dece5ab74d0d0b4b850c
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).
Timestamp: 2024-05-28 12:04:56+00

Package: libecpg6
Source: postgresql-9.6
Version: 9.6.24-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 460
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg6_9.6.24-7.pgdg+1_arm64.deb
Size: 81368
SHA256: e634e5d9296bd77208c16fe10f97188949f5dc3e65273c0e0d1161bba17a4ad1
SHA1: 73ea0d85cf8ae252a0fa06109f9ef893a9a4231b
MD5sum: 0504687a23186b6b3ac73828b2e5b1bd
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.
Timestamp: 2024-05-28 12:04:56+00

Package: libpgtypes3
Source: postgresql-9.6
Version: 9.6.24-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpgtypes3_9.6.24-7.pgdg+1_arm64.deb
Size: 37964
SHA256: 67000fabc0de39f1024d51864b7eb19665086e2eb4664c9f853c10c583c09f74
SHA1: 383eb84a608c2d66bdbef52a951630f00fa68077
MD5sum: 2fbf6a087af57c56117f1a2a3e4758f8
Description: shared library libpgtypes for PostgreSQL 9.6
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-28 12:04:56+00

Package: libpq-dev
Source: postgresql-9.6
Version: 9.6.24-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 775
Depends: libpq5 (= 9.6.24-7.pgdg+1), libc6 (>= 2.38)
Suggests: postgresql-doc-9.6
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libpq-dev_9.6.24-7.pgdg+1_arm64.deb
Size: 156352
SHA256: dd247080ec41405946ed8c962f530955ad742ae6bc9689779c93a016c54bf234
SHA1: 847fad4aec026e2ace606b5d7d77f2687fa19aa9
MD5sum: e6d37282528ea5e58944b3dc97562614
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.
Timestamp: 2024-05-28 12:04:56+00

Package: libpq5
Source: postgresql-9.6
Version: 9.6.24-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 660
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpq5_9.6.24-7.pgdg+1_arm64.deb
Size: 131336
SHA256: 7e372f3b674aed835b6a2da72b4b98af40c07a6006fe455ed93f069175ef5b76
SHA1: cee0c645224f626ab53059ec3da383f7a386dd19
MD5sum: 622e757c10c6367630e8a88e17ad4a9c
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.
Timestamp: 2024-05-28 12:04:56+00

Package: pgqd
Version: 3.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: postgresql-common, libc6 (>= 2.38), libevent-2.1-7t64 (>= 2.1.8-stable), libpq5
Homepage: https://github.com/pgq/pgqd
Priority: optional
Section: database
Filename: pool/main/p/pgqd/pgqd_3.5-2.pgdg+1_arm64.deb
Size: 30620
SHA256: faa72fe96c0a72eaed9b252aebdebf0ab230ec70d56c5c9ebc05c4b86db83e7a
SHA1: 22c99161a3b0054ca18f2cf8ebc0c00d4ccc3df8
MD5sum: 9ce65b060486736befb2308a627cd67e
Description: Queue maintenance daemon for PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the queue maintenance daemon pgdq.
Timestamp: 2024-05-28 15:06:19+00

Package: pgqd-dbgsym
Source: pgqd
Version: 3.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: pgqd (= 3.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgqd/pgqd-dbgsym_3.5-2.pgdg+1_arm64.deb
Size: 84680
SHA256: 72e5d0fa160100f2cc267c1945bb8cfeeeaa9513a4bcbd049563e18137b94d71
SHA1: 1e1f60e007842ed86216859fd17da62dc1aa4de4
MD5sum: 0692bf9283da6f93eb8a5b3566fe3209
Description: debug symbols for pgqd
Build-Ids: 6596bbe2ef12d37dd09cb63c4dcaae14638e20d5
Timestamp: 2024-05-28 15:06:19+00

Package: postgis
Version: 3.4.2+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 632
Depends: libc6 (>= 2.38), libgdal35 (>= 2.0.1), libgeos-c1t64 (>= 3.6), libpq5, libproj25 (>= 5.2.0), perl:any
Recommends: postgresql-postgis, postgis-doc
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.4.2+dfsg-1.pgdg+2_arm64.deb
Size: 144220
SHA256: 41a4435ce7aa0f5b0bab545c2d3fb768138e59370912e6cccfefcfddda827a91
SHA1: 42254c9c7073fac823154f7c73aec67660fa4cda
MD5sum: 4d684da5aa523e65da2ca092a973b51e
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2024-05-28 15:06:19+00

Package: postgis-dbgsym
Source: postgis
Version: 3.4.2+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 707
Depends: postgis (= 3.4.2+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.4.2+dfsg-1.pgdg+2_arm64.deb
Size: 535488
SHA256: 74555ebeb5a89eb669d870a02e4804a2c96ec63a51a40fe0a9a2278915d1b582
SHA1: 1f64b13896a133dd898f91b2091f76bd47b5b332
MD5sum: 2a9e79c432f5d85e6e272e2d99dd19e4
Description: debug symbols for postgis
Build-Ids: 6729bc7711e87114338559cb7937ad1fc89ee26e 6d362390357b3b9dd6ea01fa1a4dcb23765922fa cc40f8ed6bd58af3e6d9338faa901a11715841ba
Timestamp: 2024-05-28 15:06:19+00

Package: postgis-doc
Source: postgis
Version: 3.4.2+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6226
Suggests: postgis
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: doc
Filename: pool/main/p/postgis/postgis-doc_3.4.2+dfsg-1.pgdg+2_all.deb
Size: 2916932
SHA256: 7211e459b1de9654bf3c995781515339bdcaf304165190512c6a84ccca7ff771
SHA1: 1b6866bf296d16b45b280082043a22832dcdd5db
MD5sum: ca4a8a18123d7f30488b8668aa63d199
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.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-10-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.4-3.pgdg+3
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 158
Depends: postgresql-10, libc6 (>= 2.38), libgdal35 (>= 2.2.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-10-ogr-fdw_1.1.4-3.pgdg+3_arm64.deb
Size: 32296
SHA256: e8bb13c01f01e41a7fd252f37bebf68f40602c3a6a17824060a87a6a578db525
SHA1: 2c716df52be4f385e2b4af2bb60d320b8edbd3a6
MD5sum: 8938e24893d48a6bc7521d486cc5642c
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-10-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.4-3.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 150
Depends: postgresql-10-ogr-fdw (= 1.1.4-3.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-10-ogr-fdw-dbgsym_1.1.4-3.pgdg+3_arm64.deb
Size: 117532
SHA256: a6cf53b80bf31cdb01dd68b528e8d41a2417f5f7f9db306cc5e0748193453c42
SHA1: a2291add727510f8980b08371004824cb8322117
MD5sum: 1a8c18573498ee9674b7bf66dd7c4c5b
Description: debug symbols for postgresql-10-ogr-fdw
Build-Ids: 04781b70efa1a13049bcdca2f3b46518ff6bbb74 fdeefe0e53387e331c9deb3672fbc46c05a68ec6
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-10-pg-permissions
Source: pg-permissions
Version: 1.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-10
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-10-pg-permissions_1.2-1.pgdg+1_all.deb
Size: 7916
SHA256: f585197601abc4d699dbaf09433062a94e2daab37b9e89710fb5519669737d89
SHA1: 0959cf2a905cd30e13f5a7b218babd432c8aa1c1
MD5sum: 608a69e875ec40cb32da46ed8c14e3ab
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-11-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.4-3.pgdg+3
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 284
Depends: postgresql-11, libc6 (>= 2.38), libgdal35 (>= 2.2.0), postgresql-11-jit-llvm (>= 15)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw_1.1.4-3.pgdg+3_arm64.deb
Size: 99660
SHA256: 052038ee74b85dc622af5f6cecba763b88cafef6657303454e42d6da3870bbe7
SHA1: 7ee86169f40624bb8ea5eb11e52e7a2e697ba28f
MD5sum: e9d8462b19ff3a91fb58e9bede7ef9ad
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-11-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.4-3.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 158
Depends: postgresql-11-ogr-fdw (= 1.1.4-3.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw-dbgsym_1.1.4-3.pgdg+3_arm64.deb
Size: 126188
SHA256: cdebf72bd954713c6d3308f53ce6279a5d80d40be4868680e9f6b7a597e329ce
SHA1: ea06334bfcddccf841d1afae946e27b387ce2b99
MD5sum: 35bcee8aa9fed1c211e0c6e2d7fcb0d2
Description: debug symbols for postgresql-11-ogr-fdw
Build-Ids: 427b30bea85536513083a47fbe603fb6ef0918be c828f766a0d456b8872fa19b7ae933ea70a730e8
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-11-pg-permissions
Source: pg-permissions
Version: 1.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-11
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-11-pg-permissions_1.2-1.pgdg+1_all.deb
Size: 7916
SHA256: f8c113b9b7dd5dc9e7f8fb4e655b1d2356bc22e44fa01931a91b6bf06fccdee4
SHA1: 080a0f1855f66a8ed21a14e03c0e2c6aa1f76c33
MD5sum: 27877381dc5002482ea0f6526aefc544
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-12-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.4-3.pgdg+3
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 286
Depends: postgresql-12, libc6 (>= 2.38), libgdal35 (>= 2.2.0), postgresql-12-jit-llvm (>= 16)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw_1.1.4-3.pgdg+3_arm64.deb
Size: 101320
SHA256: 131c3d0548ed820bfae00054d86d8f899880969df4652417ea42494af4f207c4
SHA1: a5c641e5e5a8801d1dd6d0506991d4aa833598da
MD5sum: facceaa2dffcdd02ff1d5c0cc3a59428
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-12-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.4-3.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 156
Depends: postgresql-12-ogr-fdw (= 1.1.4-3.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw-dbgsym_1.1.4-3.pgdg+3_arm64.deb
Size: 123880
SHA256: 059257d816737cd0d06b90156df2a47dfda0e232b795c4912f732020f09a8c91
SHA1: 0297c715175e7836efca9ca9ea7d22a1abb1c627
MD5sum: a259f7a771a32a2f7ab3c9a601b9d4b1
Description: debug symbols for postgresql-12-ogr-fdw
Build-Ids: 0a3954414753a37b4df36e9227f270ea0082b8b4 d15eeca6098b7d3c9015b0dc3de2e7243f416757
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-12-pg-permissions
Source: pg-permissions
Version: 1.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-12
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-12-pg-permissions_1.2-1.pgdg+1_all.deb
Size: 7912
SHA256: ca7a402e758e64b890c1ec04c45b816c0d6c622798f23ea2f71f9372cbb56766
SHA1: 42d0136872c9bb69c933956bac233e32682f5a3f
MD5sum: 04416a15cd40add2a0421349c32f34ca
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.4.2+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10223
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal35 (>= 3.7.0), libgeos-c1t64 (>= 3.12.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1t64 (>= 1.4.1), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-12-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.4.2+dfsg-1.pgdg+2_arm64.deb
Size: 3602304
SHA256: 03d914618dd0d3ab7e390dc36507d74a2fd2248b6819f51266278eff8d9675d5
SHA1: 95ec21115d460a882532e366468cbc5c9c035375
MD5sum: 9ab2694d15651d2303787454ebbebbb2
Description: Geographic objects support for PostgreSQL 12
 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".
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis
Version: 3.4.2+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4517
Depends: postgresql-12-postgis-3 (= 3.4.2+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.4.2+dfsg-1.pgdg+2_arm64.deb
Size: 3959176
SHA256: 98a03a5227cb1d3658412d43c2ef476db1bdfc534dc0fe40d2b3b30926cb2f6b
SHA1: f43be083e06e0d5e2fff2f956a563dd16e71e54f
MD5sum: acf616fc82028dc26fb871fbdf015977
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 5eb326f082d2b8868831cf6d2358339072bce843 61b68b4987d3100ee9a9845f3fa84fc71a6f4a04 8230d9840f957349b6033b2d6a805e746b7cfad7 aba13074ff5655e8b20bd33d21d58554c3fa1c51 fce21f592cd385185cb6dabbee9ec225af966880
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.4.2+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38818
Recommends: postgresql-12-postgis-3
Provides: postgresql-12-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.4.2+dfsg-1.pgdg+2_all.deb
Size: 1300200
SHA256: b23c62115956b013ae2b05f649f647112a376ba014e71c0143ed1acff0a5e005
SHA1: be8d413366f5f96aa680019de67097fd6c6e934f
MD5sum: 5a5868603940748923dd0cee98782254
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-13-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.4-3.pgdg+3
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 289
Depends: postgresql-13, libc6 (>= 2.38), libgdal35 (>= 2.2.0), postgresql-13-jit-llvm (>= 16)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw_1.1.4-3.pgdg+3_arm64.deb
Size: 103700
SHA256: 548f226a6c129e2ed3491e4614f56927fa03ab29d25279666471f16cdbf28988
SHA1: af53301a572ae62946117232fa049942798c91cd
MD5sum: 823a1771f4934b72db6991f710171bfd
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-13-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.4-3.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 171
Depends: postgresql-13-ogr-fdw (= 1.1.4-3.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw-dbgsym_1.1.4-3.pgdg+3_arm64.deb
Size: 139216
SHA256: d1e59af5f07ed47501170a0bf55ba570ef413b04cd4bec71e8ea34888cfa69e5
SHA1: ae9c7c9226271ee4c524ea418cfe334aa4bf148d
MD5sum: 76c9a2880bbc3367c9aa029305023442
Description: debug symbols for postgresql-13-ogr-fdw
Build-Ids: 951495a29cf3394663ed75543c793704cd101369 ef9ebd4e8f611c67e94c4272e096f6f613cb543c
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-13-pg-permissions
Source: pg-permissions
Version: 1.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-13
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-13-pg-permissions_1.2-1.pgdg+1_all.deb
Size: 7916
SHA256: 0189d6d45c75af826dbc7378a2b851f66f88172ed0bcfec3cf087c3c30acaa78
SHA1: 792a806bd94fe3c8b168c8a0aa25616eae99acd9
MD5sum: 6be8cd41ba78de7494cdebe9489ba585
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.4.2+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10272
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal35 (>= 3.7.0), libgeos-c1t64 (>= 3.12.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1t64 (>= 1.4.1), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-13-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.4.2+dfsg-1.pgdg+2_arm64.deb
Size: 3608216
SHA256: f8eee58a633a5a4ab3ea4afda4c170af59d3aa266ab4275be5d5becb1e9fbfae
SHA1: 1f613be32ed062d9dcfd5fd767f52784d9c15961
MD5sum: 8bf2694ebc50f44687ad7e92ff8fc083
Description: Geographic objects support for PostgreSQL 13
 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".
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis
Version: 3.4.2+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4543
Depends: postgresql-13-postgis-3 (= 3.4.2+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.4.2+dfsg-1.pgdg+2_arm64.deb
Size: 3985672
SHA256: af4975e57b24e356c405b017aa4eb16932cb7fbed967b270f36c01328d255718
SHA1: 8a65c5b7ce1fc99c3b4728df553dbfb9ad2710c8
MD5sum: fdfb07ea7fc2f8b74e816287ab26f94d
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 423c67a8c12599a1d9155a5f4700fcb21cbc7f0f 76147a0ebb8866c74fc8994e516d73b80a6a59bf 7eb8fe1b2a08d132f34babadd03f8e1d106cac04 9c94f4b5cfae94778f074506ea02b7e89ecf141b c35054a791059726615a4afb0b8e57f481d77953
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.4.2+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38818
Recommends: postgresql-13-postgis-3
Provides: postgresql-13-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.4.2+dfsg-1.pgdg+2_all.deb
Size: 1300328
SHA256: 56e680523e39f0394c6441ae6ac8f0a69c2b5ec937d7bd33fcae05eab8b5fe21
SHA1: 8a8aacb17768a5b336d1a22cd8e9a97dae87c16a
MD5sum: 3585c536c6b6b5daeb690b50bf4a828b
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-14-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.4-3.pgdg+3
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 289
Depends: postgresql-14, libc6 (>= 2.38), libgdal35 (>= 2.2.0), postgresql-14-jit-llvm (>= 16)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw_1.1.4-3.pgdg+3_arm64.deb
Size: 103892
SHA256: b41ac8f82b0d5b016d4eea4c1ae8b64b9580b09dec8806a99ec228e07bfe5d0a
SHA1: 9bc979fde0207b67f7e58690b5b7b086f0bcd8ed
MD5sum: 06a90ea891874cc245d7fbe35566f977
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-14-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.4-3.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 173
Depends: postgresql-14-ogr-fdw (= 1.1.4-3.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw-dbgsym_1.1.4-3.pgdg+3_arm64.deb
Size: 141476
SHA256: 9d827c15e5487bbf97b558d4c137aff5567fe248dae0c3d12ada4f5d871f7eb9
SHA1: 4a32588872788f9d2288064765f9c8b95c511f19
MD5sum: c764c786a753d0d3d2a96a95b1cdf083
Description: debug symbols for postgresql-14-ogr-fdw
Build-Ids: e10c7c738fc4c3de6a601ecc84f1b484e65648b0 e9e29bcbb4d4f2501aceac89fcc02ca783116589
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-14-pg-permissions
Source: pg-permissions
Version: 1.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-14
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-14-pg-permissions_1.2-1.pgdg+1_all.deb
Size: 7916
SHA256: 1a5c0ddb1ea9a65fc5535c7a43f12cc7688f93f65c3d687875f13945853b968c
SHA1: f2ee70b1bf746d0f50ad2487bfafa75fe9adcc82
MD5sum: 4aebd855b754340ab2d9a0c7c9ed4b3e
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-14-postgis-3
Source: postgis
Version: 3.4.2+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10276
Depends: postgresql-14, postgresql-14-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal35 (>= 3.7.0), libgeos-c1t64 (>= 3.12.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1t64 (>= 1.4.1), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-14-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3_3.4.2+dfsg-1.pgdg+2_arm64.deb
Size: 3622052
SHA256: ad70a3c9a1eeb1c2cc7e59752bc45b013c2c005f2ed6a2d54455d86d530f21f2
SHA1: 3e0a69b81bf06cd85c01c48e9db3b5532fc17f23
MD5sum: b47a7aafe7d1204182b9940eb6124684
Description: Geographic objects support for PostgreSQL 14
 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".
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-14-postgis-3-dbgsym
Source: postgis
Version: 3.4.2+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4531
Depends: postgresql-14-postgis-3 (= 3.4.2+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-14-postgis-3-dbgsym_3.4.2+dfsg-1.pgdg+2_arm64.deb
Size: 3972344
SHA256: c3e817f128561cec0afeace46ddb00caa80479e1d7bfd494d503c72d201653c3
SHA1: ace6910e85f596216e4e1adf213711e7b4c9ac94
MD5sum: 00837884214119a049a38f4858cbfc4d
Description: debug symbols for postgresql-14-postgis-3
Build-Ids: 0a4ed3991623d75b0a1d3e568eb23090e7aa7960 1453cb1347802592f97dcd2f7705f75696762290 5b0ba587f97b03aec3de4b0c4fe902dc7f6ae912 6864eb374f2565cec3f096cbfe37f6c11f0e4e88 c35a9745edf7df1371c22ae010653dcad42433e1
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-14-postgis-3-scripts
Source: postgis
Version: 3.4.2+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38818
Recommends: postgresql-14-postgis-3
Provides: postgresql-14-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3-scripts_3.4.2+dfsg-1.pgdg+2_all.deb
Size: 1300272
SHA256: e042d9d85c1fda86002a79d6736b57e4e63ff19bddfcc9361ae06f71b12a06c4
SHA1: 7100932c8638c5de27d0e814708bec533e6d6d7a
MD5sum: 2c6292f5740154fd71e3bf2664633d4d
Description: Geographic objects support for PostgreSQL 14 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 14 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-15-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.4-3.pgdg+3
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 290
Depends: postgresql-15, libc6 (>= 2.38), libgdal35 (>= 2.2.0), postgresql-15-jit-llvm (>= 16)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-15-ogr-fdw_1.1.4-3.pgdg+3_arm64.deb
Size: 103928
SHA256: d5aee74194cc71a1f516191d1949bc4025aa4c1823c5903087e73761268d143a
SHA1: f9c500d5b0efd8bf6783a34e5dcc79dc9b13b1f7
MD5sum: 17aa0e6be3dcae679b84b6b9b1cb956a
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-15-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.4-3.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 162
Depends: postgresql-15-ogr-fdw (= 1.1.4-3.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-15-ogr-fdw-dbgsym_1.1.4-3.pgdg+3_arm64.deb
Size: 129800
SHA256: f8ebf784c098042f24bbc190ba8e54b006d6a970787c408a3b4343f8a288090c
SHA1: 2054bca39797e77f5ead2ecb06ce05436913e138
MD5sum: 3667b8bf6b0cc6eeb5bb22ce89e6b2f2
Description: debug symbols for postgresql-15-ogr-fdw
Build-Ids: 01ff9ad0b8a3ba46ca82f492b98f20bb0293336d 083f32fcbcddbed236dd76f8fd6e3090aeab8d76
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-15-pg-permissions
Source: pg-permissions
Version: 1.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-15
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-15-pg-permissions_1.2-1.pgdg+1_all.deb
Size: 7920
SHA256: 243d5dd70546edf153201201dde5bc85b0ae74f1b7f690a57d0d34bdb98d2e13
SHA1: a14a0fd3513b149d2dc1e7ff6ec107d138033281
MD5sum: 92505c945b632bf239084fae69d51172
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-15-postgis-3
Source: postgis
Version: 3.4.2+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10432
Depends: postgresql-15, postgresql-15-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal35 (>= 3.7.0), libgeos-c1t64 (>= 3.12.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1t64 (>= 1.4.1), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-15-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3_3.4.2+dfsg-1.pgdg+2_arm64.deb
Size: 3670660
SHA256: 89db54bf8a535f61c052e9c0520ee76a569c07ba869a4cf34ab90d31d54191bf
SHA1: c981b7154a4d6126c0bd56444b115acf58c61252
MD5sum: 3137a9078d3d1eb7f75a294b787fb6c7
Description: Geographic objects support for PostgreSQL 15
 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".
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-15-postgis-3-dbgsym
Source: postgis
Version: 3.4.2+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4542
Depends: postgresql-15-postgis-3 (= 3.4.2+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-15-postgis-3-dbgsym_3.4.2+dfsg-1.pgdg+2_arm64.deb
Size: 3980360
SHA256: bd3b16f427f8319a55fd6dde81efcae2f8fa6b1c04511524a72770caf20c0426
SHA1: 63bfd8be0f454d8aeb2ca20a451ab27a5de404aa
MD5sum: 8a34579f66dc0627f446a7b83f10038b
Description: debug symbols for postgresql-15-postgis-3
Build-Ids: 08fda4def2db86e6b11221dbbab765967a66a872 89aebd00333d63b09e0bdc456b1619f979b1c0fd 8da11cd815361b5521f56c1b3fd47422c15855a8 95c15ccb8341f064463fc2ddf6f44c80c4cc132d dbc527c367ae1e8e80b96a9b6257b1ca734925cb
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-15-postgis-3-scripts
Source: postgis
Version: 3.4.2+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38818
Recommends: postgresql-15-postgis-3
Provides: postgresql-15-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3-scripts_3.4.2+dfsg-1.pgdg+2_all.deb
Size: 1300360
SHA256: f3fc977393574662ff7e9b341788d84457cdafe3a1ee23c064d79d58865bd177
SHA1: 6b4f3f98de22dee01a240da05b04bb59ee989b95
MD5sum: 4ccb467de131486633c079ea95a6fb31
Description: Geographic objects support for PostgreSQL 15 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 15 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-16-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.4-3.pgdg+3
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 290
Depends: postgresql-16, libc6 (>= 2.38), libgdal35 (>= 2.2.0), postgresql-16-jit-llvm (>= 16)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-16-ogr-fdw_1.1.4-3.pgdg+3_arm64.deb
Size: 103364
SHA256: 5f95b02a94b2b7e2216f1a5009fe63ce5b63cd3199c7e0469ad1ef975bfde948
SHA1: a57a712e9507f530bd344ac7d64278ad7b0b316f
MD5sum: f5cc3282af98763ec55e4e59e7fe5f79
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-16-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.4-3.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 166
Depends: postgresql-16-ogr-fdw (= 1.1.4-3.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-16-ogr-fdw-dbgsym_1.1.4-3.pgdg+3_arm64.deb
Size: 134624
SHA256: 0fdd143ae289077ab50ac76e55b13314231eee18ef350137a2bdc52424a1ac0f
SHA1: 92a7bbb1692086a40fb779df8692d5cb1f61d749
MD5sum: 052e8b83c9c2ae06cfe446e0a4f63965
Description: debug symbols for postgresql-16-ogr-fdw
Build-Ids: 372b5ccc46993327f8ee19e217cb54f35bd19a42 bf611df37b45a11f5b9742ff12ce3181d91a6b2b
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-16-pg-permissions
Source: pg-permissions
Version: 1.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-16
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-16-pg-permissions_1.2-1.pgdg+1_all.deb
Size: 7916
SHA256: ae40c09724615af7bec035438445092a932f22c56909d2d6f61839daabd6a1c9
SHA1: b5886394ea59ffbd9966cf97c9dd77c9304db543
MD5sum: c22ca1107718fab1607ffe7aff12d415
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-16-postgis-3
Source: postgis
Version: 3.4.2+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10660
Depends: postgresql-16, postgresql-16-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal35 (>= 3.7.0), libgeos-c1t64 (>= 3.12.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1t64 (>= 1.4.1), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-16-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3_3.4.2+dfsg-1.pgdg+2_arm64.deb
Size: 3738860
SHA256: be8bd883ab8d08d3b351663d224a6f9e0433462de395d703f85bb573503be1c4
SHA1: 6a4682cff57b87640d6d6dc93aa9be22914e1d1b
MD5sum: ce086e0cbc71f40b0c36946ebe87cdc5
Description: Geographic objects support for PostgreSQL 16
 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".
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-16-postgis-3-dbgsym
Source: postgis
Version: 3.4.2+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4656
Depends: postgresql-16-postgis-3 (= 3.4.2+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-16-postgis-3-dbgsym_3.4.2+dfsg-1.pgdg+2_arm64.deb
Size: 4106880
SHA256: 55a967a1b41ac9c7ae53b816a85d1538d1d8a10c39bed7a7d6c9d834b8fc42ab
SHA1: b5e30226f7d025e90d786a6dc0237a6f47db09db
MD5sum: 7c4f722c604bbf39adb7a31e150387aa
Description: debug symbols for postgresql-16-postgis-3
Build-Ids: 194e7addbcc371fda5c37a780774b3454005ec14 56b758d3f559d56989860943ae673e563d6130d5 8ba1aa25c501788c56ffdf73dc3a3cd6d00b0355 98ad9e5c0a80c9549643eea924974c02ff8ddeb7 9f5c3c4433692f66e780b17f208c4a093a709b79
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-16-postgis-3-scripts
Source: postgis
Version: 3.4.2+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38818
Recommends: postgresql-16-postgis-3
Provides: postgresql-16-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3-scripts_3.4.2+dfsg-1.pgdg+2_all.deb
Size: 1300124
SHA256: 7ba3deaf5d3e3cb75b55dff8e13915f32e8757cbf436e23b66ee3bd2c6ffcb97
SHA1: f6c82bfd92baf65361b716de0093c5923aedf16a
MD5sum: 3522ebe9675f67e1e7cc25d797fdbea2
Description: Geographic objects support for PostgreSQL 16 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 16 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-17-pg-permissions
Source: pg-permissions
Version: 1.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-17
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-17-pg-permissions_1.2-1.pgdg+1_all.deb
Size: 7920
SHA256: febefe6448d8cc85c952052b31635262d4817134dd5916e2d6d570fcd6a8a062
SHA1: 1f985f4581adfdef56760671b9ae8fc7c462c0b3
MD5sum: 47cf8b3772d19f1e0f0a7a98e35345af
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-9.1
Version: 9.1.24-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19381
Depends: libc6 (>= 2.38), libcom-err2 (>= 1.43.9), libgssapi-krb5-2 (>= 1.14+dfsg), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libxml2 (>= 2.7.4), postgresql-client-9.1, postgresql-common (>= 115~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.1, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.1/postgresql-9.1_9.1.24-15.pgdg+1_arm64.deb
Size: 3295304
SHA256: 4b6b50c0f6cd20c4e9f44927dad08a95ac5ed85ea17e5adba51983617b2f1234
SHA1: 6ddb39eab54a9fc0e6fcc6d6335da1138c8b7868
MD5sum: d895f9fda4464d928721ab5ce7efd1a8
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.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-9.1-dbg
Source: postgresql-9.1
Version: 9.1.24-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11273
Depends: postgresql-9.1 (= 9.1.24-15.pgdg+1)
Replaces: postgresql-9.0-dbg
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.1/postgresql-9.1-dbg_9.1.24-15.pgdg+1_arm64.deb
Size: 9736680
SHA256: e4b08cdcd8546ba6db8b951b44f409e3a17fa35b8790ce874ae1deba5871d40a
SHA1: 725e0177b1cca0f45a07e5bf1c2d30c043eecbb7
MD5sum: fb9c7d82d241c59dc07ad6c668d4a796
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.
Build-Ids: 00f7e58ca424ac13aa512c7672b7bc854e774eac 02fba95934abf8265faf505253db0ba3d4cd97df 05757f2a5a0393b32f419f82fe54d3603f5f253b 083238e0fb8dad04e13dcc78678d91c2e06a5462 093e2afb70ecd244a73cf5b47dbc5bdb587d3bd6 10b08016171082ffdd2655dc28d4cabbc14be0cd 10df7b9a69170a6375fa0fffd11de4b166d20795 1235e93679575236c14ebeddc1b36f27b5f6036d 160c3861b934bcd58fd3e6f35d0b0697680f76f4 1a033f6c82004dbc22765fe440d68d36bb41da9a 1f6eea87c62db002cafeb7fd137c16d96075d459 259178b6770c870d183b77bce28dbf41a635e56a 2a8406e96f42218870cbd19556da4ad25638b728 2db93f160c0402f6d8eb4ec05de94bf52a3bb950 2ffaf70849a77691c67a022200a1bb1af8870603 37d3bcb7a560cc55ef73abdc9d0e4bf39342bf0f 459b783395c07ff943c7d6b2401db453a9c1fcde 47a5608d85148d974f94deaa1bdcd4fe6a6fed98 48ed5d10101d4bbe5f350778121bf841b6e09937 49cd27445092d5437af44d80425825a6d5e18508 4d5d99d3685359a03ac6231437a90b4beb4c5a75 4e7632857882f3b3f0650c2cdcbce6930df7dc45 53cb2da0e2e128171fc7f1009652b18c57620a9a 55efedf3143a2bf510ba3a5d5a68e87770d1e980 573a55ae482df34595da9f1e83b42b6e40b56af0 5862a1d604939d5b150255b1859cb36796f8f5ad 5a737a1da0e69b4d4811b048ffa7ec9360a3d1d6 5ae52a27c3673dd614a04374d2bcb75fc11607c8 5b47d29380b067b3091a2618d15f88ba68cb54a2 5d774e52a23a889ee46ad6934e6f65b7e6c6fa93 5e2a8d42c38b803957919175714a76404f9854ef 5ea7c6d6ce2aa2d50f492b499ed7749a026a586c 5f433bb58fada707e0e5f5194d6192260dd47b93 60ffcf2b6cbe4387164fd591540ca00c459da4c7 61fb1752434bf5860654c644286063f5fa26d292 64daabcc7349d3b27f7047553aca7a44f16b244f 67b93d84ed6e7fd4f5491b20d43bbbdc3e7d5ad8 69584707320360eb8707371323dea7a192fcd619 698be13882abd8ddde1b15e8af695186ade0f80f 6b577de80ad54f83d52d17b7c2efeaaef8e7abe6 6ba24be9c5028bbed484e0ac4a0cdbc2599e7367 739be9d6fdd0c306fc4c83138dd195d4935fd52b 7726755691f38c384610958936627bc4b6b9d0f2 781f592aabfce2ef6e6bee376f65fb6ffe470333 7a8d76f305b3a4365add1d8fd3da845110769b48 7abc3bc54bf3f2e0cacbc20d2a9065dc1af46be1 7af8c3adb8f2321a5b0f8a051c1032ba81b32c35 7cad36e6a6c7ccfb54b20b3427bb1ca8ca01e32b 7d6e6a32b25cb2121cc079ddd4b1c10c9bffa6a2 7d815fae406f3ea844f9d936596a625d68796d57 7ecbca3e66a4c8ab56ae8b52c56e2a844c5eebaa 7ef08df8fd44588c1636039a7baf6a87e43eab73 8076547d69a6f42be985f048ffbd69ce79829de7 842bb2ed8e29c3d54853705c096a3a1ddfe095cf 8573b9f3265265d1f189ef4caacfe9d8bedb470f 87cfd6b143ebfa82db84efe99d098d46097c02fb 8960b32893d25e0e3c5fc45caacdf59abf122355 8d8e1fc4c5da5491331731f26ee67eac4626ade7 8ec6c3ebd4f3fdf11f8363a751252ac60d3ff801 9137aaf50827e9df1fa597452abfc39503f4b54f 917643bc89fd4c95c99348ed56d7a3c506cdedba 9329dd14ad99341748b44915dd3c8dc9f41d23f9 96c8fd86355222bf94be1bd42d774f20f33cf792 9726921d30b17fe95e28d1a8f0f988123dc1e6d1 992b80717f0f86c43c38b32872d3cf4177ac8fab 9b1882ab2c4faabc9da797f2ba03e36a7e754fb1 9bfbf231bf55a97cfcbe55bfd2da9313b5ff0b0f 9c3833a15189ef9fba2d413e93ca907085575fbd a0074a040d665f03449c088948596e32b4dbe8d4 a5840cedd5afbf51a96032c7fb5104e72aac9ed4 a5fa904cc6d4b735b4ba7e54213925195fd93849 a798e83df18de512030e40bfbf6b04e0e02e7c96 a8e279c11ee6e7e1a31d8d9af001c371f994c691 abfcc88aa87ba3b3804d9e0727cd5104a455b339 af4848f6b216661a350f286361ba867db8fa13f7 b8b2f5a813f5a1a90a5c5d89d95f1703a5494a04 b8baf57670b4761c1911952f491a54df53a1b1a9 ba10077a4cc4f4ac5665a050409267e8b42144ea c1625f06c220bf52f815d38c998455fd897468a0 c4625de98c5d16d26cd16b9c6709a53abaa15ec0 c52bd6277b36f0105d0f9fc9c3a3374400ddce27 c58f6c10d61c6190e99b6c065c04d89e484ff02e c80fefba0392375064ec3f0b973a883151536cf2 c89870950a31f1ac792feb264ef5e19ac8d97cca c9401a5dc6fddeeb91a50a0d32283e2fd5b23375 cbeea3b873534c91ca4ed93622064a948fdfbb85 cc456870dd9f59df2a280b7b8145d6592b819c91 cfbb2611bcda6e308d4ed6c1f9b48ea2c614e854 d3707cb7f503595019d9ab2eab8ec85edcbf3b74 d3e8ff91282377d8b165f7ffa2835d98d3f1c62d d48e9237043d091dff3ece4df6bbd2c71080ca55 d49c002113d1089c739c7e14eda2a3f707ff27a9 d6736c4eef1b6e2e379e17a858d7b4c243372075 d7b6949f53cbe6aebf8faf3e5525eaf4682b9814 dae735f63b21b9d819f381317555d3a667fc8aa4 dbdc0fba0102ebab1919d77c32019d6e283bd61b ddbf8dec38c15ced7293e75a8c856267f1eacc10 e15ac61fbac9917829c7dbae9ef277576cf7d28b e305378aca0a671439240776002a8b1058e7cb02 e9c00d011327d5e52d526b4f87f5a5556ee8efda eec844a4f7dcebc122e4bd7a4bcf4819044f3e7e f2665526a25a543a6150432c2bec8860cb5add73 f2f4290be672f1ef7348ed1093715fcb7965c8f5 faa3103b2398309a4cbb01931c92880475ae5b6f fcfd953f25336dbb38eaa19f0bbc74c6e2145ddd fe44c05286ea4627103f5203b5c4ea3297d21a17 fe9cdad1633f4e300522792ae6bbcbb87f0e4d90
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-9.2
Version: 9.2.24-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19959
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3t64 (>= 3.0.0), libxml2 (>= 2.7.4), postgresql-client-9.2, postgresql-common (>= 135~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.2, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.2/postgresql-9.2_9.2.24-12.pgdg+1_arm64.deb
Size: 3458920
SHA256: 45554bd25027f643aa128d708622ee2230afd617306c036a88a5ea2bf4dc5fa2
SHA1: 05aff8cb0f6c7ff61564e0f61117af9f4bb7e7fa
MD5sum: e12675618876e93fac3f3ed9cb2bdd8d
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.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-9.2-dbg
Source: postgresql-9.2
Version: 9.2.24-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12009
Depends: postgresql-9.2 (= 9.2.24-12.pgdg+1)
Conflicts: postgresql-9.1-dbg, postgresql-dbg
Provides: postgresql-dbg
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.2/postgresql-9.2-dbg_9.2.24-12.pgdg+1_arm64.deb
Size: 10396832
SHA256: edbd8268de369e5fe953495eef626c5d3becfcc42f3efd463f17d41a13b8f1a3
SHA1: 8085fc06dc24cf2ca8f3849a7d95f6c1d9412166
MD5sum: 57df435b59d6b77ee62be84c66790b2f
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.
Build-Ids: 01c41a02f1f48156218bcc993a9a92a752fbed6a 049b0a0c4fc3711c6eb62ead63a2226e01897e6e 05e3685006825e7ba6c582e08987b4ff4bcb8207 09908e8fe8c91f5dc60936de7840c7256af068f7 0a7b5f198b732bbb97f60daa186db5baf8930b60 0ac3d64abdcc630f1a58c045477dbf46d964021c 0df503d985b840944833509780dc7c3defaf302b 0faabe96c407f53e84d78d3cda485931ecd45ae6 14a711c2a01b3446e08b06e59154d6e346627456 15f6867826d3922ca6249b8ff27739a150c2f42d 1ab4cb53e15dbf092fc1efc785f0da1607a951ce 1c3efd3accd4ea4bd58c8a539c8b52936ec39df2 1dba5db8529d588fe108abb1263e90fd6515380f 1f6e9a022b959a3cbc0f6eaf73fff62e885c69e4 1f786fb3b2df6af81a6218a0318185ec22af088d 243e5e8307e0b151d8ed6a3155dc6e481c378daf 246a5421c6eabb707b58d3822547bdd3d3549ac8 248602e5454aa294b748ec8ca673e17cff94faa0 257470d72480e79893d045348c63ee6fda60ffdb 2a5ada450b6247b513a910c16ef4ff9c734f3b2f 2b6dd081041de91559edbcb919c501b614a3309b 2c5d36a955cc10bc143fc783221a1ae2f09c4784 2d86356f6848295eab8c6799ae75a68a0a5ba1fd 2d9dce32597e99d90933d2b28696dba4143d8054 2dfcf08a50008f733cafd01ac786972e504bec4b 30b9b2b0e76d19cd6e7a7d43c7b6db3f5f2af862 383e2e80d072acb40610cdf94a790fd37139a125 3899722794ac44a5f4b87db5d813405b76789ade 3953e3b0fcd3e67b31c11b5915e76f017335dcfc 3ac36bde8b42f05828e22ddfba938ace40c9ff00 3e5d258f4fb21702aaf32049d5598c00d1b0c04b 41e1ed2f50cb4ddfd2892a39279361cb2d7620a8 420c3c2ebc50a2e129e993bd2816e2e2e72c331b 42137fa4406b7dcf101ffacee7bbc73bb96bbda0 4452847d91af2e3fa95d510f3fca0baf40219b47 44adb283c3cc9566d36e2940c58b255c6caeb02e 462347c6898601ac7d2b213b2c5ad14c4ee8a69b 4df7e72fa3c794ece6c14253f0aa6e5ad76832c8 4fc3d05f0f62fce82c825e39f8019ed05593063c 51c66f3fa01262b0b2d34e85692c4ee2578f1adb 51fc05adb0abb3811c6e21e28b10722c8c83139e 544a132fcd42b90856a681a72e3a15e202100ef0 5719f1ac094f6f7e3553f0a3c29b0c7e8884b1c1 586c56bace8f28451a3d9ac1c11ff0a1e4c29613 5b98b2a98fea67e49852a71cf46a0cf55bc33d86 60e180281263288de8c11b179dd7a5e5107b84d9 611e13fde6df87bcb27240e8e64d2ace7e361288 64dffc4f49b880234bd39125d7ad720ffa70b825 6639e5aca0e778b1d6a98c61c66d0ae23e9df9e0 694b30c739161c4071968dc21b3a268a00bf6ec6 6c54ab971686a95727411753d85127e17b64e6d9 6cd4606adef5878d5b0f4056b64a62a7042207cf 6f7cfb8466fe52b02ea7640a6bcaac2bb0bc0993 75053538d2b43a520e3c0e2c4c81976dc0a67caf 7610b48c335323787fa56209bbd917932e0c62c1 766bfc1199fb01a92c08e45048fbd712ccff3e97 77a4e18fdbef44c102d576edfad6eabce414e8f8 796acef84fc7141a5907a3d17d0f324081fb75bd 7c0a499753dda4d4df931b76ab9db01359387560 801a3a672270a3425dee3f5659486687e4a21323 82c64722083bc4fc40609a88af74f24226fe7dc7 8323e9c7d9b3b7904b7faace7ddee4fd4b6660ca 83c38362f34e5d879edc5fd4f77a32b6247ff8d8 85c29a3706d8b0cd986abe2d066383a5d582498c 8761e6732a100c47c0fd525f2deec9cf53b3b79f 89b27498d9b77a046749f6cbed9ef0b22848aa30 8f829d9672195b1e1d3635fcd3a948fb08bd739e 9164ca5bfa5aa7b8b3063ce38ee7cd7a2e255b64 92e096ae8562046239b99505218ba8af20ab682a 95341af6f1dc44381fe13161dc17a952fe64d3c8 9736ec3c1e1b7b5b2f178f7d1593a70eece4df8e 9741a119e154eff9f0eb198ff212f0fbb5b5fb90 9cf09a7c376b408bb79066a34e8ffc92aaa24f80 a17720997a7efd2af389b2a5200e187c3484a25b a6836134d03e9e4dd4c1f392ea1d0a935a0db8b8 a756c9a1481924bab3a193e63c2fc1096cf521bf a7f9bf54de23a5b66a65184ed8fe480e3aa3810b a95df3d7ea606e437aecb2fecdd2b1d6ca945f46 ad84d2f1ec6eb8ed8022a8fb774ca9a5493069b8 aefea907fcbf69bb0cc0e1c567eef17a037669fe b00a4566ac71ff78bbeb720f769e8be1cf5c857e b053fe573706eeb029fe71cbcfb76d6eb3903545 b1543ed7315b16ce897c4805a636e185669ca6c3 ba7d66df3b171583432a2f86dc73b9607eb3d589 bd5f87410f4c9fe0aaaf3a358bec651b11b10d42 be12c46d458850d2ac807b1e3d933c8f58919ff8 c80ab4380fd2ba623a10209a0a8cede793c0f21b cd8c1a5d17e3341ccb1ba51438f3dd37c8757819 cea684e8895801318616855f4c34f71c4df2378d cf17244d9ec86ad5eecba3301dc1da2987f2642d d317b9511e2575bf29bff216a6f0cc9622bb4243 d63f1a1b94a7b0dbb8f4b89ce1fa3ed5018682a4 d8c2fa7ab040606456e5e9f14cde7fd7fbcab318 d995493d20f677c09cf1462150199e54500299e3 d9eba4e8d74feace2afdceec6b9bc10b17f751c4 dedba133006da83527818bb1d7f23b513dca7a04 e09ed1c34953a3c75ff58ddb67d0bc5ce1556873 e1c770f18d816beb223bda12af75bc342b334b6e e378eb000b585847c9ed68b59707bd7874a8044b e39a5c777dd043b3f03343a0fb17923ce68ccf71 e448219e806526d45997ba460dd1f8c1bc822149 e627c3e0d41a3917929b6abccf9e9037ce5c96c4 e8b8b91149b1a6d9afba783afaae8e05b5587baa ef121be8a5cdc5a257abcaf513aaf32be5a2f1c6 efb46e9273cfe23761735e4ca497e8a7c3e3fd1d f0c3b909a0c9e99223f9a0472dcb7b5df4fc69a8 f566edc14800873b1fe31dab457dd028d1ce42a0 f8e2c3386d35ea5ba252672377ae0aaa5bfa3830 fa2c7d89377faeb0399a2c6c47e47abe0da76e28 fd24d1d578a22b2658413e101851b72dc3059824 fe3e49584051eb6a67544d55f8841984454b528b
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-9.3
Version: 9.3.25-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20013
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3t64 (>= 3.0.0), libxml2 (>= 2.7.4), postgresql-client-9.3, postgresql-common (>= 142~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.3, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.3/postgresql-9.3_9.3.25-11.pgdg+1_arm64.deb
Size: 3497264
SHA256: ce8edbdd05b3d6460cd5fe1d5a1f88bbc15d58b4e376f46108b4be7693043ead
SHA1: f410cd49f648c1f7542d2a1d001610a5d4e5be8a
MD5sum: 4dd10ecefcff17aa4fdc8b8391adf44c
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.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-9.3-dbg
Source: postgresql-9.3
Version: 9.3.25-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12885
Depends: postgresql-9.3 (= 9.3.25-11.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.3/postgresql-9.3-dbg_9.3.25-11.pgdg+1_arm64.deb
Size: 11209548
SHA256: 017ceb6ad3d60b1eff57ac0d039fbe3d295b9e44fd5f15dad42e0d3abf23ffb3
SHA1: 9aab7cbb47b7a97810a06b4bee3de5a1d6bf3d92
MD5sum: 2f2d3efcce59fa275b2478a0edb5ef7e
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.
Build-Ids: 01615fc434d9b9a13bd944dc3943c195faca72f3 0492228aef6d6ced07de71ec28b337e3827a69ce 04a14e8a742556a62f36b3e8ff9bbfbaadfe8a4d 08428af0506fe6f0076525f5ccca35698916dd07 0b56a04d445d6cf8bd6446242d10a7fa07ba32ac 0bcd22442ac23601d07d76680c89f80f08d78432 0dd17e82a2b63e562a71571cb8a82448cda44f8a 0e6934cdf6ab6fb6a0fbf4e629afda36392ce314 0f664b4e61959c245260d3d16e276be95586af2c 102cd784fa3762d51f594a3013e6502157f9efca 130f40b132208ffc90c0ff241e65ac372a7eeff0 14a9664942346270182d9adf8035a4fc6920505e 16f678387185f4624cbdd728aa1943ba2a5e80a3 17efcc401796339bc4854a567be8e954665f0f35 1849d6e985492572e6c3aaa35ac8de48c680c85d 19d3fa7a3fc4206095021b98474836125b0662d7 1c457787863a462bd0e0aeae47377237ab94bac8 1f1319f064b2a8af422a86947b2737ed5377faed 1f9313ba5f3acd0926bbb0090f4f6c30046c26f2 1fbb2026c0e8e50c9aa693bf21ca47ca527f829e 22c4fb6320080cca4e8f6f53d2e28dce71d30f21 23b0d7cd0d5b326f331e72119c44ec6cf509faa8 2904fb3b326e65fb7c87cbe48e58abd539be776d 2a0f8dd85ccb51b82c59e1a01274517becce6366 2c852d92dc0229d02e808cab64955ee15cdbe716 2d93396266f24f34daacfc12c5de81d333499712 2db6083dec37c747e2545d32de43a4beb096df79 3216c82b6438a394590769b0abc586aea405dd12 343293413d0a29b8416279682cdb40eaa8560146 38468becbef037b72e72ce4add4650882d0aed9b 387cdd20ef7fb811c746d944aa7e0b2372bd9d32 3888a4d33e670457160d7a1910f600f6086782f8 3bd2d11dfe26c4a3813b2166e40961858a09b5ab 3c6fa9067a38a8397bb24453a30e7544ec7682db 403e8e4fc381e5d039e848f59de952200e0bf28a 42f285799cbc5b763bc5a976c88326fd6cb11b22 43e000a26c45bd1f8b70c370ae483fd8cb6a07ad 4c241667dbd453c20c4e92adbf46432ad77debc1 4fb727fb25aec397469fd859b0caa378e9f4ac41 4fcaf1e65f1a9707cf0322f2789d5693853ed104 59802afc1f4733d59f37f68da22d09e858207ed6 5ac86e1a2f885d9ae680848700de35a05be14975 5e1e0a31552e47b9d477bea75f98dfe483098d0e 60a618b245efd43f44c80aa5fefc58f2cf31ff28 613d4525db888e09ed1584447cd931b6f5164af1 66ed0649a6d588b33b8317cc1e000e107ee9e1a4 67ef3c79f834dc6dcb0fa797e8fb1238e4cc4b79 68c4bf070241bf8e455b13d9cb85a5f928d9ab31 68ee4972c33ca0a228ab987f1c75e471d3063a4b 6e177b6e75fc2c3a9b74130347d6a454e7974c6b 6e4f0ffba12353e28717712a09b8d37f3827c9fb 705f9f1b4b922eac7b5676e2c5d95b98597d66f3 711cea1091d7c81aae70039320576e65d3c9f017 716b3a146b06907e10be543eda2d9234d390d074 756ef46471fba452b8d09ab6f97949aa3c639a2e 76e128b75fceabc451461eb9729e7768044caa94 772c71ee55ed2539fad164982018936f40e25c53 77cd7a070e105cd22e2d4980097a9b597003ec46 7b77f8085e726038977968e355f72bb766239837 7f7fdbcf3d3e5a2717cba8196d808bb31d175344 813b1f5e4a316bcda2fe0541d2a8ee6f885d45b1 8355595325ff24ea3f69d0388a802c30183cb38a 845ba19735113f6c58e88d3b96fe25f4796ab2d3 8586e23cfdb9a65ac4cc79896ef7734e7a8aebea 898e8e3c984e7e8378ca2301a9de443f08719da1 8ae5a2be03614f56a139754c7cde6a410823b225 8bbce9f0367eca66f021ede51973eac0bdc54093 8f615b01c6f26ba5404ee78fa34cdf940ab0419a 924eb4d20cd4bf50450bda5f542bf3f32f1ef74b 9353e6e5431959e6bb724306e6df8cd8af728f3b 93c725df7bac89b6d982c04ea58028ea2be7061f 946227eefc7bce298a5453afa0a6e06f12dbb8fe 97f75989687f3ac56e3d7e8a4f3f4e22c33ebf3e 990268c5c87479354748ff540b72aea3404b1566 99848d6f6bec361e2805648366f4f17052b2b8be 9a86fe96474b8d0f63a4df16dcc90827077fa114 9acaf510e54c6a244ad92505dac98b0212c66604 9e911143cfa111a0841fcc8246161cbc786e334c a1641360d85226b8b32e63b6e742bc4c448bf4f6 a2b5ee89a37795e6ccac729af15cfe2933ef0771 a45f7e7ff893977fcbc35b000e62457ad81976b3 a5991131b85fe22f12b299ddc729c77fbfe40484 a66c1e0c287a37dc1a511014ddadd8edd92e2b88 a682168179b02873969f95696ae1e6b523bdd7fe a6eba3d680fbaa868d71e36ab23af4ff521181be ac82d308faa68d0372514d5beaf5b4a17bdcfe16 af0a798cc17fc83bd23cfbaedf036acd380eaf05 b006534a910aeccd8ec083c7a03614d3d95e0acc bb9930b2323e7b9c4b7078e6ca1c7f9f816e8080 bed33c1bc96d1db2e8303d199f9e85bac5d9a8d9 bf7f7cb4a46de595eab05b9a72ef44fb4580fa26 c277ef3da7ec0a0e1fd44cf1fcea2e3d87b83ef8 c2e47b116c9e1987735b25899ab433c47bc507b2 cb3fd50fec0f4ac51ee389fd4ca682804ba928d9 cc8983c682690ec021a01d61f0638b4e2e9e54ff cdbfde6af8115e5ce4056ce9e1d243be60b9f74e cdd42b7ebc37c36bd9ebe64f2dc02cd175cf2240 cf21ffaf26c201c4e0ef17bf1fbfa0848bce8c80 d088b6f104dad38fc243e8a636211768862235df d1380051e6d4c28a32775900f10fea171ea6f908 d2dc292ab8196945e306a6134023de49cb98f0a3 d51d70558e902b6cd0f4459b2f061f5067e6ac17 d57ea0105638c6024427858fa4b9b634b6012287 d99c18b2de672b918348db20355f8d7c89d08876 db56fd160896286aa44e9af0fe1379ce150224b6 dd07e36522e5afb62d0c00867ed825e848c69e36 df5d872b31660801cc0250f78f0e0b9dac3e6710 e4d05706055c5917294ee1a9cd98e91d4267fea7 ed7a132921479a5ab2d010cafd5196824e3d94ab ef1b54d408da4274d8253a41f84fd5e236b78abc f96244867cdd806ca62d928c645999eb419dfdd7 fbf6b0e0d2f9d601cfe2fea038720c105104fac7 fc19a7523955d434867853c4a190bae06d1253dd feb4246850f6f2d6d5fc986b43c4b94029ffef0b fec4cabde7c04fb89b80c8e1d364c7e83ac42bdc
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-9.4
Version: 9.4.26-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20933
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3t64 (>= 3.0.0), libxml2 (>= 2.7.4), postgresql-client-9.4, postgresql-common (>= 142~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.4, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.4/postgresql-9.4_9.4.26-10.pgdg+1_arm64.deb
Size: 3742560
SHA256: 28a8e55ae01461d8a636b3d6edb472b452851399b0ed37724e9f7bcbf3f481fb
SHA1: ae7330e8d6df17de7c09a3ab14c030898045eef6
MD5sum: 2ac3690190a57213cc78af0753daf671
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.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-9.4-dbg
Source: postgresql-9.4
Version: 9.4.26-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13744
Depends: postgresql-9.4 (= 9.4.26-10.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.4/postgresql-9.4-dbg_9.4.26-10.pgdg+1_arm64.deb
Size: 11952156
SHA256: e4ba2dc52bca7b104aa34b200fdf67b8e1ba47dbb9dc225824dc10fd1b0a5db0
SHA1: 2deb56a9b9bf62d57a5c4751e5c0a63fe8595e9b
MD5sum: 42f486cb08b37faf76fdc57c5e57fca9
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.
Build-Ids: 0594750b18198cab597842747c7b4627d64cc480 06b6f5d21fdb2d78101d4ce26a2be1b87fb71e8e 06c5d4377f7fb0bc0ff5851aa098fea461df0883 10b912d41b011d2327aa77eb7fb2ac03b078b6c6 149fa1de3832f26c1d39f3d708d646127defe77c 17fd99173a5b87a0ffb0c5c2ae941a6c3da8fda3 19a469b22a438ecb79c53b75157899ae0639f83a 1a4c7e6f19c0ad2ae35f35665ac65c80bb3c3d5f 1c4fad9f294cf4fd5e80579b2f35405e76866a5d 1daa06bc77759b5c32bc8edaf1fc0372d361a39b 21d3e46d4278f4499397c493b14b49ff8d2c59b3 2490302976614eb695fb431152e8112b551d6e5f 28167e0de691e672c9219170d695a952392f2d03 2852269da919008ac1bf2bd605c988b0df2ca7f4 2b6419899e9cc0191e4f5a6517d3dabe2e05d3b8 2d90700f2138e35d3722e0eef561e89608f6c3fe 2e041f041000fd1b910bdcda473a5a718f1a170e 302e1b47a4c3c76fad55739664e2724c88648bdc 361badb4241bbae817c0767762b9d6ba3e20ad26 39acef6de9e36a3ca471810bdabac2816f3975c9 454fd98077d4bf0be411a9cd9461dd7a4097b4c6 457f83625f8074192fdd7fe6470714f17a743a62 45eb16f651c68c373ef2049e5a7dee949eb856ec 45f646c5a2763a585a4c7d752417707084f4c9c1 49cf608d6313da9041f9818b6a191c1d16820271 4a031d5b4aeb8a9e6a5dbe057c877fa80331cc80 4beb4bc9f5c56b7e2a6083df62fafeb37f52f1b7 512c355b864fdcd19100a1844bb39fe018c45d9d 5183fab778fdc27ed09e7fd6ad4fe921e55ba307 51dbb71ca191cd77a63c84394c287a03cc7eb34e 5290324d53da2146f1bf46d5f7cd254db9ec814d 529ac293addca48190b8436251222a3dff75c7b2 56f089529b0e16388515f670549e31fa14d5d75f 585aabe1e22d743b272a71ff2f4db6383c957c1f 588e5f2632eb2acfdf97a0fdb2c03a32563da9cd 593f81e893429d64a076d2e39c6e2893a8705f48 5b2f023e590f0d1b44d8694c61a8467cc5635646 620e111487e1fef6251f9bf7da1b60263726d37d 622547be597b453d4557cde883baf882933f8f07 6431a616395478a6b03ef1267b7adc5ba46dfc79 671adccdd732c98ce95ff955dbbf72796b0c0ad8 69ab1876f263a997aa24f734a889b4a925914df2 6cbc107bdcdd1a1605130db5eb2bbd912f3749e8 71330676d092ecae87de4525024d8f4e6b0e9ca8 71bedc0a16b95646583fbcfa7578a161480d2398 76cdcc70a302b36e59ce15e7eaefdef973333b63 798731cf7eea476b0186bf95851fd8a293b5e3ff 7b43485e52b28c3840841b8a1ddfe783768fa544 7c6864b9d0937abd3ef5609c9dcdae051570d01e 7db979ff3d2abce0b0424d54e51338da77f72bdf 806573e761f25d58cf1e854caccb81d2a9a90f3a 82d685dc52e34aab02b56e432a95e4792eea6233 830a2a6c9e9be9541063ed315e4bb8ff07f4709c 84f2ce729aefdc40a378a636a9d4ac9cd539bacb 853da194b9e52f66d631e2c76834f2ac6e27e0d3 89084e0bbc2ab30066b2f058ea9503eadcfdf56a 89959be38fdb992764f08390b31895b6e425af97 8ae10a527220107d87596819f71c12e6fbf299ce 91b1df542171af2709529270ee9e59aa040bf084 949de7e855f55dacc01dc5cb33b5ed059e260c2e 94f6277cc76565d6fb0f7ad4c003bc6d6a3c85fa 9687deed122bdeb66bc6944ec565dcfa9f190e91 97aa97a2d3869e4972672aeea04eed7f881a4c37 9945d5525d662df80c01026c8ffb65f8d2f4c64c 9a1fbd979d74cbdccc825b3446b7b9d6b1e5b2fc 9a3fb0e1cf814d2acd5e6be6a7155bcfae4ec82f 9ad826ebe96c13cdca7b9c7a88b99be398cdad7b 9b01e950becb33480504472c09ff7a2a7398c114 a02854233bb029c6d104ff51926252addefd01c7 a135b72f2f5ded322c03e0faac96563aba49ae7e a673940dabe561fd059ea4ee701f46cc104c6d5b a77c4472163940d09f2db49a6f21ed2facc86c57 a806701dfbec3f51f63a8764e2460a1f5ac50e4b a838709d2a84bda41b20ea4bc2e0220cf85fe99a a839a222e8ce78347874854fb67f8a31a6a205e1 a882bc1d441fedeb5f0eea4dc7934530ed6afb34 aaac8f3e53dc76c4cea72756890710b48a8c4e6e ac9767a90c9d995cef2a5a276abf19423eaab9a1 af7a58cd312efd2a32a196a8a873bca0909a9da2 afac1361c78ed4f1a8831ef6ac7426d70129ca89 b30783b59bc152a2be4dd935ab91c9c06752ddd2 b3083598dfe804acf62438b5a68248267be6bd1a b64402f60f877d88b3c8603b56fd15b0e4af7d38 b65fe898a0da88bb24a53d8c8833cf17a47147ab b992210ab12ffef70fd6692b056dd442ea3b22fd bb9b710f2e24cc6fc2c39fed270dc260b1479026 bd59944a27a1ad581cf4373035b967fcffbf382c bfa2d83b9f01f5f7d532ae087ac4d069d457606e c42c59b729579c0a9f316f7988077b35ce973334 c52fb734cc817aab0d6663db36c3a91cca3efc37 c67509e230e584d100a30c087fa0b740bc68f9f9 cae2e29eb002b20219dc3730bd9080d1fc4b8cc8 caf1efb7d74f2d17beb6bd02f8c8b00509727664 cfaecbfe07d40641630d06675c75208055356bcb cfd51980a1a750ec119370de0d0c10ab33c04db0 d15cb0004777438c15408302a021edbde13f410a d31034de7cb5d597a4f00af116daacae771fab42 d36807794b70855a1e83d5a39caab5b578e9733f d3ffa62f266b3433e11059bfb0d18ec73341df38 d48a1248954f20d3bd5e612939ba219a6dafdc8c d5a23495082b3e376d2e85f2fc3d3e8908b7dfd5 d60c3052324905f9810e5c55f343ce0bc4996819 d6c928ebd2a7a2d00a93fc7a9ed6690f2c736022 d6d9f381249d5e86e31073f1cdab8f70c9a1b017 d8d9d39b8367dd176f08f5adb1f1e7b2b6cb4a72 da8e947f82fcbe38f84d334fc6e859efb70b575b db72c1a73a46b33b8b115f9e295cfe7c53fa5419 e1c09aaa827dec1102fff935239e1c9d643df762 e80872fef6e2004b6f7cc7ef23089cec069af025 e86d254829036e64c29f78941401331cbc18ab1e e909303e7e944c985d24eb317abc72fc3a42daf5 ebb2aa1981ce16be5c6642d8e64493a384fa8e30 ec77792ef1efdba954c27fe83491cf8526961b52 ed8b8391c82de68908cfe365e4d1b7bfd3136aa8 f0093ddf476c2cc5a44171419c4f819b85198aa5 f163ca78cec6c8234203c07d8b4b369f634fceef f2711bfe20a54d1c4f3d9a3a7cb15bba9c54515b f359cc2e98aecc47548b3691d3c9e3d9c9bb0791 f3b807fcffbd0b08b68ffc0e713324f25e9b6de9 fe57be71d95720bfb990ed4ce85a2702c85ca261
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-9.5
Version: 9.5.25-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21920
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.2~beta3), libssl3t64 (>= 3.0.0), libxml2 (>= 2.7.4), postgresql-client-9.5, postgresql-common (>= 158~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.5, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.5/postgresql-9.5_9.5.25-8.pgdg+1_arm64.deb
Size: 4016440
SHA256: 09e934b5c6d1cc0f5d5d6e901041e8872b6395431e6443e65f971098e805ef6d
SHA1: 3eccfc81019c091c0bd5015104191248de38726e
MD5sum: 487cf005a6cc369de11ee88bb0a83377
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 9.5.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-9.5-dbg
Source: postgresql-9.5
Version: 9.5.25-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14642
Depends: postgresql-9.5 (= 9.5.25-8.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.5/postgresql-9.5-dbg_9.5.25-8.pgdg+1_arm64.deb
Size: 12808824
SHA256: 3c93d07cd033fe0c8bf2d2373dc2bdb9576a629acd7feae8dc654259dc52b7a7
SHA1: fb0d5abdf60670a356fa1267e1a52f1070568eeb
MD5sum: d41aef2a6fccc971da4a5ca055c43e5b
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.
Build-Ids: 00e84e6eea4cf4941fd5e113531213294109251e 0420016d2a695e87db363ac8368f564060cf9c10 049ec91e6f5bba303024cfdcf6d731b6ee7a068d 07cd4b57657e429f7b99df1e0cfe971efd211235 0cc9062c6bc7e452e75e191f64f2aa249a67a562 0dc7e4aed149ffce546c34a1eefaba9f3a39f750 0e5deaa94dda504f8e7e02550dd49579f2768637 10f99cfa065ffaba93cb9ba079dd43dc8b910f4e 12dd822bbd9f853393c178fc1b77570f018f55bf 14b4aaeee1aefbe53aaa26c19e0f4d836fd535b3 154fa96f943be3b0871a464e1561187f2c2687c7 17c0fc6ed3162089ab324046d7e360e299b6ce0a 1942c94c8b0ff350f4e43776b6158357ca5d4d59 1993f0351d48447416b8be4a6cda18f4fa2404a6 1a42c0c08b0379d4c6549bdae0cca2e3fe18f475 1c801300d70a2016d7a3b5e4e4110c9ab997e18c 1fdf19382f054922b8cd996ba95a1e015d99cf9b 204da9c3332a362890444ba1b5473458e48b4024 24e519c3188e77bb099d6eb3f994c72f7e4ba55f 24ede20b6801d8006f4ed4efdd1d8e6bdc7af99c 277e0d86b18f290130050ba09bf6598d4953d4d6 27af771ef046342be48fc9be4b005a1ca1342599 28da59642eae1cb03e30e38753341c6d887054e9 2c320d50ba1d92ae4e4cbedc26b597eb90c9e71b 2ed71b8cff1de7f6b8d54b790aee68229d4f58f6 3147afeecfc97ec44b91c2fa80559f080546a9f8 31e705fabad9b0a0cbcedb838eebbed79c9afb1c 3236262417d4768e77564698b5e05bea34562c4f 334cb7e32ff8904c2246d6f2af4596f89d45a032 34df87052980b680a451eead7a57eda5e3e998c4 3581ad0821dccecee7cf6f471d6391518083927e 36344775c0dec0f60b28079f503697be71859322 393914e56df6f4a5486b755458d6582eea7e694f 39677e6db951520d6b149da58fc51c22d60c7da7 3f04faa8981a0f1a8c9b0e730449c6fb70bb268c 40fa2c0e8bcf0f9b47f13d521ae2275b4c7e6974 46233f0e500674a7fe10dad58da9ce90ddc2b168 489873dcf998ffac7f12084ceb6989785aa8fddf 4b73d9f99c18f07317d8539c12c616b4079c0bfa 4f6cd3da3c15ec158f5d86ee569ff27492d3c121 52cc5ddbce9fdcec9ed820ec28759158a0f4d389 54a2469aa7f0caa1fe2fa788f868b9ff2a18094f 55f4861c8ac1219fda568f6c34ac3b9767f180aa 55fdddb607b7275c12ed56a86101019cb82711f2 5719e6719ff1a2cd78539b0751834259727aaf89 5a22f7d82b7736af935813f64d8b3c4ecfdf7fb3 5a79d65feba7f28f4917434733660fd06b3d0c85 5a92f5ad8a04d960475951d158c6339a5b43de28 5b1ba1a7af24ccf69f14a5cc79e12192d608f0d0 5c815be3ffffc92231f127a92b19c3c5402d1958 5f5d829cf5aaea7707f324470b3b885ab4ceaedd 62691789e66f42dcc42da333ecca70d3d4168378 62bc155fb932608117899962373341178a0ec845 62fe9b55e995eda10903653c33fe16f17aca9a4c 638f2ec25738a1f79753be8c85a51bf50a6bdcf2 64be21f64a5908e9240247af6f359dddb7ba98d5 68576488a6eb0bf58a922aff1739a5bc06bfba1d 69faf133753b4d4193747873837014d38ed03e64 6a2e3824493e21142ae70d146ad23c21ed9fc8fd 6fcfd5f8093592a6c013ccd301718c9a36ff53a8 71f836150c44475c48d171106767f1faee7bf367 74250382e0fb6f1419b20f4ad2f99bfacec440b4 746f771e3d556d3c2dc6d090ab245adc568db86b 748ff9a91181b0212355e7b7af4ca33f603a0b7b 76320cb062932971b429f26bee67857d60fb333e 7717fef2200c6e3b81f049f9d5a1b7ca405830ce 7eab8ff6b524680c3d8143a27654c75af3856091 81ac99939b7e2ee6d0648b88937386d32c5dc1e0 85c10514b0036ae4ed021277e2d7a5434c037f35 8665315c00769a0baa1f2da2ddc4e0ee31656937 8ad70e1d55a1b22197520f89ae966e8ad5031255 8e7a918730025f1a3bb938cb52404dda7f9e0b96 901304949a6a65f28fc93704cf4e3e0947dbc019 913e8b86509c58176b3a511b5c9bfc1522e8cfbd 9215575059f72370fd360ae093633e35fb1be62c 942ff7427adb5d6ce1d57e9fa7e7ef0ceda1bf46 9758451b37949f97183b815fd041e2781c30430d 9a21dabbc9afb28827e0112a56edc7d7fd2d00ff 9d60da971cbf787e544587ddc7d6dd0fadafa912 9f266c681c7fe35607cc8871b518b246ac1ae57f a014e7c807c8d6178d5d174261b5ef8ad7f9e3f0 a0189f674a18920db881fe6f646feb1d925d34fc a22cd992732f4a177c105830cbbd754329ee9463 a296e99901f35d3013039139080d3d867d033ce5 a53988046c7592deb65e867b031d9260a0f46ba7 a57e31742dc65c6438b77d7cd0d7c2704bd644d0 ad3068272d2ff018457debdd841bcb20a9e8eb40 ad3d8860c31ac939cd5769bd1d2f2fb0b52ff99b b13342d851178f22cc48fbb49bf84a12c28f271e b168ff5e0839772d99cfe5f91387a0c17e1f7143 b48c3ef224dd5b022b19f1f620cc8f21aac6053f bb4fe151be221ecf7a48e4777ae11f9afa9ca33c bd08f5a36818522d790640e20b03d07964ec8032 c2372076e3d4467b1ca50a2d721e7c0cde6db551 c7f6d7b0ef6e3c7c6f5bef5d090c6b603976f175 c8f7f4fe941ff168a23df8b1ae8051ed559e953a ca79687c1b53405dece359cb3b56aae0c90b467d cbc424ecdd758c7bdf2fc8ec99a1da8151572565 cc3c884f3f64ca40822772ff6e99e8ee733aebf2 cdf078c36ad574eaac727d6265d318d18308a3d5 d5585d87d054dda0b7d8de8401e1f3734429b6b2 d82ec5619f0c72123de5e259539507f83d16ac2d d9f59db35e565fb1ea2d5d2d9f2443fc556360b9 da6e394314e3b746993495bc3cfcdecf0f2b1aa6 db6ddd3850a44ca2c4d859163ce14fbaef698f43 dd73e64d073da150d40f01bb4cd59bb0b62614e9 df3644e77e11257e27ae0feddddc7d3abf16dc94 e29ff295991d1c6ffe08625fcda703c3fdd4bcda e3b5518dcfc5188f02ab12a4e9d5d3fc80569eb9 e470e745a67189feee75faac13ca3494d7352fa4 e8f5d1584c414063ccaf3f7e1450d01aeefe6701 ee83238b5446ebd2c310673cbcb76f0776d20492 ef8e3856965b7946c1fbf504521a078d2d922512 f07cca544f79611e164c3739ec7b17b4f52add24 f2d1bbeef7057f6180382fc27f7085f5d59f4d03 f3586518b8712d7502ef4c0bed4fc1074348eced f36570524f4534c93ce6fef8acd18e35c04bf229 f3a005fa5d7b3607e0b9ffc4476ef69e78a61095 fba43fa56862c8d8a4d25e2b24dec84c952f2caa fe75cadf74fcee14a244b6b370f6929675fb9f6d feeec2fcce48e2b93bcc1fdf406c51804274cc1f
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-9.6
Version: 9.6.24-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23591
Depends: locales | locales-all, postgresql-client-9.6, postgresql-common (>= 171~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libssl3t64 (>= 3.0.0), libsystemd0, libxml2 (>= 2.7.4)
Recommends: postgresql-contrib-9.6, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-9.6_9.6.24-7.pgdg+1_arm64.deb
Size: 4296676
SHA256: 66043b77c1f0967c52eda450342db1e99d8edcea7eac29269d203fcf47ddb9d4
SHA1: 4b86670590a2db74a85cb533e4b0922e556f82f4
MD5sum: 0ec81c937181cff9c381c284a90a7b4d
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 9.6.
Postgresql-Catversion: 201608131
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-9.6-dbg
Source: postgresql-9.6
Version: 9.6.24-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15366
Depends: postgresql-9.6 (= 9.6.24-7.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.6/postgresql-9.6-dbg_9.6.24-7.pgdg+1_arm64.deb
Size: 13496164
SHA256: 80ce9ca122c08f0d9b6af492a57d0b983866fe4a88a9e6f1d383c2a2a603f460
SHA1: 30a4c246ae9f3eabd3f027259aeacf8a46cbb9f9
MD5sum: 26ce30a104f2f5a906aabfc960ac9d8e
Description: debug symbols for postgresql-9.6
 This package provides detached debugging symbols for PostgreSQL 9.6.
 .
 PostgreSQL is an object-relational SQL database management system.
Build-Ids: 0009922d5599cab0385a6bf817e5eebc52e0b3bb 01d4b2ec476cc708b863f7a32a75aa4cbc911f45 03d3da9c6afb87c27483978e6e1cd833ddcd68e0 0552e8e48f640c256465c108108b798bc3138477 0752d482846d346b568e0c3069f35bf8e3686fed 0b404da539089e579847b871d7b36d57e46da89f 0d4a58167b203d453813d4ebca67af646b77cb0c 14b0cfc3f749423175876a5454db7bd1cc5ce5fa 15ada74883800b5ec225a0964b2e5bcf9997fe39 165f11cf57be1c6096d5d8e882246c5720678919 1850cf0503b096e152cfcdb7e7f721f6cd12c65d 20a34d4ccd9368ac4ebe5d866126cb271bc44344 21a930851d9b5e26848268412d1a166acfaae792 22c5d0b180ad26a916f861ccb774debb5d074d6f 2632c520439e850fb4d7c02029b8caff0acfd620 26fb9c4fb251c3dd828772feb5c96632163467e5 280d6e58e50eacb5e26ca1015690f781f0aa6a3c 296d0f514931c1a067da7c5205651c73f576aebc 2c651abe39c98b995fc08c3ae7bc0b319fd14439 2db5754215295c765f188adb5df58ff50088d594 2e5e00b9bba28a425765522a17413c065637b5ed 3077314966bfa3ec0b1face76344840323d95423 3503bf8d1daf326cf1ffb56cc4d6f1f67ada44a9 3b2f4c6d5408b20dac21242dbb7237b237226a32 3f958152723fb2960a263b65f8b36e5ca8556608 40a5e1dc5dea3535fe069ccd21d282337b6e17c3 43d97115280bc07b03f76148e4b29aed9f13d20f 44a0b2d2b9b1fdcc6276cff99807006891948c2d 45ce828ef365dcc4bb69af5b710f2edc56c4fdc2 4ad4204a4970eff2af6d5d129137c9b1e2c57884 4c12c4d674de9905a7de3554cb3aa805c0106ada 4ca5d4d6b17a0542d65002ad4f2e77ed791e1b6f 4d1bb1dc3844aa735c1f2a0c49c822bb65f93ee7 4db2673a236ade99da2a3ee001bc4f182e15a928 4e494d0c49709fa56060e2a995af04d33f98a398 50d4ea640266262642605cc54f45a8bbc36565bd 511e63f84866f52fa9dcb0bf1c88ea8927062fc3 53104ce22ca2244dce972129df4456456d0a2b32 5481e83b580f85e10d6bb81e2d4c80512bf5251e 588c9366b1a53efa73f971c7be02f550b008f786 58febf6a8a9d2d22afe2d3bbf592656169620342 5b6381040af54f447e1452f6903a80a6891c6f61 5b88dd3912dc694c1578ad940b356fec44ea9b25 5c221c764f996c950177918cfeeebbe0f40d90ea 5cb237e8542cee8ddc5152ed55417ce5ab5d535d 5e014aa02bd6f1ac4c5d63e33ba4a94861e8f5d8 5feb86434d10600ad463e3f8d7556d50d0b29e7c 60745690aa31f2f6ec3cfed5283a9152b0a2b44d 6430f98a556887feb304eada6144a65987926c6b 67183e8e53f18dec64cdf34eaa8462edb01aa049 684ed30096c87240526d77dade6419030c1d3434 6b5af0d9635a7988ae3ff2ec821258530e8eabf4 72e7ce30387fceb197632a16f72ba67fca315970 73532048680e0a58154a6eb7e30d6524b0f0da3f 7527e86fd8b9366179dbd6e6811ab16b150e8261 75aeb9460d79a8a3d95e9a1152beb18a3491d725 76d1f58d969f30281edb16604bf3be89ef6af3e2 77d42ac9b32b8e4f57b2716046dbdbd02e9595ca 77fab9aaad37c0c4101460cf4f7b394ca40a28f5 7c84908b1b094f5aa5b3319552ac366334da6b78 7cfade6ccf1d8e48fb167f0aceb5481d716752dd 7d7f31b863a05df63f506cd2ad94700ab68793a3 7dd15bfbae64628f7b0382c1809a08021b130916 7ffb416aeebcfdcb6b5d330c12e3bf33616aef68 8241c18381fe9cc9f5f5bafd27a187c0a231f7da 824bfeb8e32c686c3e7dff70ea9b48b75aa49370 82c76589f074cd4fe9d417ed3ff08efff56bdc81 8498ba1d004669e0f7be23f3f5bc3eb7b681c528 87010aaf083f83e7776965a72edd8438c40e3a8a 873902a9ef00dfa3d094e43488ee91e20133d0a1 87bd82b78194a40fc3632f9bf17bcae0e9333a07 87df6fa190e6da0d7f087f9f5b195fd42214bb4d 8964a96b15d37cfad14e92a76a64ee36c927c3fa 89f492f577ffe3cac0c38a1a6cf74d5729a23e3c 8bbb0024afcc2fa755a9ebc66ace23c97b79be84 91819055c83bfb7878f6e3fd0e3ba16593c98efe 949824e12520288983da4e49419bcd407e50ed94 97208ee7adb423d3701e1f285adae9cc5eb19dac 97512096af7347419902e1ae8961239cae232232 9e8d0d81f0318455bedef745f9de580bf2c35759 a3d392c50876b44d5fc7a51e3f13798495379295 a62a9a2e90882cb3115a7a2e39bbde41910a4ef5 a917ddeacdb76bba1a3e3fa513dd0195625d54c4 a9df186961a0e1558bdc429040dd55d6ae29758e ad18b355c97d1bd064315a1ab224b5ddcd42e29f adb7faa3d518ceedeff8348f6879bb5898df61ad ae6937f2e60582b795634fc79def850633f6a46e ae92311c6e845c0886f8871b6fff7f0ed3ba854d b0984b6eddbd011444202f85671f64029076c772 b140e842b2770657ff4c8085715990af79480f50 b3ae468f681e4809ea8d085d62b25e90ce6b0bfa b69b8a90f98477a0d6b57488f31d995d4c60c68c b6cb7a6efc82c37c2641882e7033e6e57501cfec b798a2729f937fbaa9ddcb06825c5d0ab6cd8691 baba157bfaf353f4e147cc8baa84dead245efbcd bdd44a4573ae953a801bf2208c515b5402cf5aba bdfa46d484f64204713d4c1d8f37d3c1dfd9d920 c102dcb4bdb4c5b07176a713e695b7a796f6e857 c28c7b174f7246648dcc9c245e043da57cc2d704 c47d55b50e1777f6b41dd78df54c20b0be7fc5f2 c5b1d035378195d20dc7fa5de68b79dfabdbd817 c8c3bab7901fb7c2736ab812edca41e8f00bc173 caaf1e4cd6bf7db54e1d8045b5f4cb227792d467 ccfad233efd031cec3ca04e9d1e5a78953895846 cdcd623bb3a552569b79563f4678ea62e2b5218f ce2147fe55d8d40d144e0b03ed99ecc27e4a89ca ce4fdbe678950725fe6024f98b3b62dddef43026 d0da5d9511ac2dfcf3a7bec85ae4b95a1e428f84 d2223f8f729c52280f845c280e377738c4d2af05 d5e8545e1fcc9d13bcdbfd1e9ce2777b1d5ce8ba d78d8782ad47f8cae042801bcd096187cf570695 de69b69537acdbaa8b5c975f157319439fb9471d e1dc540d1064b8b934d0a1599408a4cf4950e3c9 e343bede6f90b77d8d166076223959ba2b3af167 e37f0af30878217749a6b770843325938e361dea e981ca821eae1f8511e45ca37994ea484c76eec5 ec1b6525552fc1be6faea34b6f17be277099951e efa5794473da2ff21966f03a0660d4b930a18d86 f2037002cf950caa2208f5b3d37e38fff57d3140 f454afc723795c26ec7ec26aabd71c3ff516ddc1 f5678c33131c5685cd167d7421aaa71eaa4bd74b f7c34933cd4fb2df7d4987e17a33a535d02fa372 fb97b488141322585ba2cc97c7edd13a8f6f4c74
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-client-9.1
Source: postgresql-9.1
Version: 9.1.24-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4496
Depends: libc6 (>= 2.38), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.0~), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 115~), sensible-utils
Suggests: postgresql-9.1, postgresql-doc-9.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.24-15.pgdg+1_arm64.deb
Size: 960772
SHA256: aa2401bbe9e0537dd5813e3e876f97f639bf811822a5b0077bb467def1d9cbec
SHA1: da411cf7f3459f9d427b6cf828bfd3a3bafddb6c
MD5sum: 824d8f5facfc913b11c903db4febd3eb
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.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-client-9.2
Source: postgresql-9.2
Version: 9.2.24-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4638
Depends: libc6 (>= 2.38), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.2.24), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 115~), sensible-utils
Suggests: postgresql-9.2, postgresql-doc-9.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.24-12.pgdg+1_arm64.deb
Size: 966820
SHA256: a3e81d75b1b3ad4c7e9f381add6a72c601cc5cd31f78368176209e09291ba367
SHA1: dcae12a3d7bcf38ae0b61978a69deffb3701685c
MD5sum: 1186a4038b537aa870192cb0c01d3d51
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.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-client-9.3
Source: postgresql-9.3
Version: 9.3.25-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5125
Depends: libc6 (>= 2.38), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.3.25), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
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.25-11.pgdg+1_arm64.deb
Size: 1029088
SHA256: f242c0198018ae008259413cb0dfaf14c453a43cf9f04aa761a56154a33f8b47
SHA1: 1245d91fd70f74afa084b904c8cbe778ea46bbf4
MD5sum: 74c2af0c39622f5d27a1fececc4abfb7
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.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-client-9.4
Source: postgresql-9.4
Version: 9.4.26-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5688
Depends: libc6 (>= 2.38), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.4.26), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
Suggests: postgresql-9.4, postgresql-doc-9.4
Conflicts: postgresql-server-dev-9.4 (<< 9.4.25-2~)
Replaces: postgresql-server-dev-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.26-10.pgdg+1_arm64.deb
Size: 1122336
SHA256: f1cccd96a1a574faa3a98c349756c79fe98d237bc6b87777147a49589d6f11cf
SHA1: 1ea706dea317e680b0ce452af32addf8ebd7435e
MD5sum: 76eac8b9dae6188e6d2009a1b34d44a4
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.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-client-9.5
Source: postgresql-9.5
Version: 9.5.25-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6309
Depends: libc6 (>= 2.38), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.5.25), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
Suggests: postgresql-9.5, postgresql-doc-9.5
Conflicts: postgresql-server-dev-9.5 (<< 9.5.20-2~)
Replaces: postgresql-server-dev-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.25-8.pgdg+1_arm64.deb
Size: 1264856
SHA256: d093873eed9fd75a561a3fdfecad0b4c30d4db3c1c9e818d897cec89b47b4afb
SHA1: 3fd1eceedeed668ace708ad8127f8615a2ff6eb6
MD5sum: aa77772af1809ee61a257c6fc48af95b
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.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-client-9.6
Source: postgresql-9.6
Version: 9.6.24-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6510
Depends: libpq5 (>= 9.6.24), postgresql-client-common (>= 142~), sensible-utils, libc6 (>= 2.38), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-9.6, postgresql-doc-9.6
Conflicts: postgresql-server-dev-9.6 (<< 9.6.16-2~)
Replaces: postgresql-server-dev-9.6
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-client-9.6_9.6.24-7.pgdg+1_arm64.deb
Size: 1330892
SHA256: f52f1d488c8ea15125517a58c71747cd50ff86fecbc2da40fe399b6fa5252834
SHA1: dbc5366d51bb704edcdf17b61fb3c339e42c7d95
MD5sum: 7bbb90eca641c9546cbea97fb206bc36
Description: front-end programs for PostgreSQL 9.6
 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.6. If you install
 PostgreSQL 9.6 on a standalone machine, you need the server package
 postgresql-9.6, 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.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-contrib-9.1
Source: postgresql-9.1
Version: 9.1.24-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3825
Depends: postgresql-9.1 (= 9.1.24-15.pgdg+1), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libossp-uuid16, libpq5 (>= 9.0~), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4), postgresql-common (>= 115~)
Suggests: libdbd-pg-perl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.1/postgresql-contrib-9.1_9.1.24-15.pgdg+1_arm64.deb
Size: 354568
SHA256: a2d01bde965c13573081b33a7ea17e4df28c9a1ce45bcf131ec89f374394452b
SHA1: f23fbb8a6f1e8e6a7a629e72fd592d9389742816
MD5sum: 9f66ade200be263a5f9fea010507a30f
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.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-contrib-9.2
Source: postgresql-9.2
Version: 9.2.24-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3998
Depends: postgresql-9.2 (= 9.2.24-12.pgdg+1), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libossp-uuid16, libpq5 (>= 9.2~beta3), libssl3t64 (>= 3.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.24-12.pgdg+1_arm64.deb
Size: 363024
SHA256: f5f9f595d49cbe189aa2c1c72422de448ed868adbd0e3f2f24346404132ef61c
SHA1: 4511343ae1e5fdea854733339e075bcc6b0db427
MD5sum: a937cb99fb048b3eb22ec651f603c922
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.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-contrib-9.3
Source: postgresql-9.3
Version: 9.3.25-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4140
Depends: postgresql-9.3 (= 9.3.25-11.pgdg+1), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libossp-uuid16, libpq5 (>= 9.2~beta3), libssl3t64 (>= 3.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.25-11.pgdg+1_arm64.deb
Size: 391532
SHA256: ef49b6e9a7ad71a6c2b1eee0b7d777fb957a1fdd4e7f90724041b2cb92ae1398
SHA1: a763342805852acd1df3387b01732b7997414d01
MD5sum: aaaa05c6f8cb3237981565c885f52247
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.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-contrib-9.4
Source: postgresql-9.4
Version: 9.4.26-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4424
Depends: postgresql-9.4 (= 9.4.26-10.pgdg+1), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl3t64 (>= 3.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.26-10.pgdg+1_arm64.deb
Size: 430148
SHA256: a2dd32b94ef4eba9b61a50bca7a266e0a375fa5700857b91f652ea9401b26853
SHA1: 1256940ce77bed569393d6e4a8923d6cacb04b33
MD5sum: e21d070b030998ca3a4769d42b085220
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.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-contrib-9.5
Source: postgresql-9.5
Version: 9.5.25-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4431
Depends: postgresql-9.5 (= 9.5.25-8.pgdg+1), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl3t64 (>= 3.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.25-8.pgdg+1_arm64.deb
Size: 441172
SHA256: 9f24d4c798391292322b1f50b08861b51cac16d9af236b9cd0250d361ee4c67f
SHA1: 9507ee5f587b37eff6a2944f6c50a9d7e8297337
MD5sum: c948b0d06398c55d6be21d301337dbf7
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.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-contrib-9.6
Source: postgresql-9.6
Version: 9.6.24-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4749
Depends: postgresql-9.6 (= 9.6.24-7.pgdg+1), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl3t64 (>= 3.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.6/postgresql-contrib-9.6_9.6.24-7.pgdg+1_arm64.deb
Size: 487720
SHA256: 0aadc98c17290efe4227957df3b8656c026229df28dfd2088fc3f19df2e1a6a3
SHA1: 4b338562aa6acfc218a9fe1cb86326418339e045
MD5sum: 16e33c6d0e992dd471a859db75fae1fd
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.6.  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.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-doc-8.2
Source: postgresql-8.2
Version: 8.2.23-12.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8293
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-8.2/postgresql-doc-8.2_8.2.23-12.pgdg+1_all.deb
Size: 1224864
SHA256: 787f0a630b60dd63e85c68db9540a07090cd04992d3a0eec1f9e4975341000e1
SHA1: 75ad9d7fa4efb24545a3d0350bed6cc87697317e
MD5sum: f8de19460fa1956e3929775c4ad497e5
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 8.2. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-doc-8.3
Source: postgresql-8.3
Version: 8.3.23-9.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9847
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-8.3/postgresql-doc-8.3_8.3.23-9.pgdg+1_all.deb
Size: 1459000
SHA256: 8d6243b1f47b301653161f03a01068aee6c7d710f0d2472099781c3956edd7d7
SHA1: 040d3f1ce1f8120b5036c436c1a8d5da1db25316
MD5sum: 2988aced602cf49a24bf88a470457e60
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 8.3. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-doc-8.4
Source: postgresql-8.4
Version: 8.4.22-10.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10553
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-8.4/postgresql-doc-8.4_8.4.22-10.pgdg+1_all.deb
Size: 1313452
SHA256: df80442dabdede34d3240716d98a415850bcef8de9bc67636240ea316ff9b8b3
SHA1: 4cc0d63c71a9ce1488e352f4c212c72ad6d4ad49
MD5sum: e4a07daee3767353514fd90ea5a86282
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 8.4. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-doc-9.0
Source: postgresql-9.0
Version: 9.0.23-10.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11460
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.0/postgresql-doc-9.0_9.0.23-10.pgdg+1_all.deb
Size: 1477776
SHA256: b27c467a6a83f187efd451d593cb1dfd8b3a302b7da1069bff17841d138a3d40
SHA1: b976ac8eb8bf7c4adf8a406d51aabdf4452f5484
MD5sum: 89d747616d4fa608b330f82f7935ea02
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 9.0. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-doc-9.1
Source: postgresql-9.1
Version: 9.1.24-15.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12599
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.1/postgresql-doc-9.1_9.1.24-15.pgdg+1_all.deb
Size: 1602056
SHA256: f416a027ccdab88028bf19b4916a17fccdb076cb48396481b45f76353d8c325a
SHA1: 8fad8c98222740ef86c84c9daedd4fe34a2e8256
MD5sum: ea381830e9365e1643d0fb02e1a69617
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.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-doc-9.2
Source: postgresql-9.2
Version: 9.2.24-12.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13408
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.2/postgresql-doc-9.2_9.2.24-12.pgdg+1_all.deb
Size: 1690212
SHA256: 62e70263a927b25da123c5f7034364e515ba4804f7f7a0ded8201fc7cd6163a8
SHA1: 345a3ff762bb73f252fd2f44fde728ee4b9c2166
MD5sum: cb75e192eb63867b15ced909fabf6d44
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.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-doc-9.3
Source: postgresql-9.3
Version: 9.3.25-11.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14218
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.3/postgresql-doc-9.3_9.3.25-11.pgdg+1_all.deb
Size: 1770492
SHA256: a70ef0946e7736f1794edcbb3d1733fbb47c02486d29f105efb08e86154d12a7
SHA1: 79a68589dbed6158167db7ec5a67510753af1ea3
MD5sum: 3ece882f950a797a09d08f714a2618f3
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.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-doc-9.4
Source: postgresql-9.4
Version: 9.4.26-10.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11501
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.26-10.pgdg+1_all.deb
Size: 1561120
SHA256: 96f03e863fc295f631a753d42f4c3e5cd8ddf7216fd965ab128d55059093779d
SHA1: 69e7d326f0d93c9d11d6ba68cbd83ddb9141f299
MD5sum: d65f6e6643e598ab6389d8dd1a99d8c5
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.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-doc-9.5
Source: postgresql-9.5
Version: 9.5.25-8.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12014
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.25-8.pgdg+1_all.deb
Size: 1631116
SHA256: 99957acdf716e13ec13b472eaa46d2f145dcdc7bcb27b55183cca77ea714f7af
SHA1: 277d1ec319b7fbfd6258341f407f743301f457bb
MD5sum: f0af1eed317968ed29036f24709603d7
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.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-doc-9.6
Source: postgresql-9.6
Version: 9.6.24-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12467
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.6/postgresql-doc-9.6_9.6.24-7.pgdg+1_all.deb
Size: 1697756
SHA256: e5afef0051e8403acce13941e225a736c6cb2a24f126091a8759e07764e34c3e
SHA1: 48d9399de56b5492cb681bbf1230ad2b06321b2b
MD5sum: 161be449f76cf32c93ca8fbb527fdd53
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 9.6. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-plperl-9.1
Source: postgresql-9.1
Version: 9.1.24-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: libc6 (>= 2.34), libperl5.38t64 (>= 5.38.2), postgresql-9.1 (= 9.1.24-15.pgdg+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.24-15.pgdg+1_arm64.deb
Size: 46128
SHA256: 01ba24b2e25b10404dafe311afcb3e7a57e4ddf675530eb73f2e2f3e95e1da37
SHA1: a235c221a55a68fd8492566a7b1a94a47df4c087
MD5sum: 45dccd66c84904779cf480578ca294e0
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.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-plperl-9.2
Source: postgresql-9.2
Version: 9.2.24-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 255
Depends: libc6 (>= 2.34), libperl5.38t64 (>= 5.38.2), postgresql-9.2 (= 9.2.24-12.pgdg+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.24-12.pgdg+1_arm64.deb
Size: 45064
SHA256: 5fc539880347397d56190348ccf6a5e6e7bd0cfdfe24eb2eed174eee4372a82a
SHA1: 3f334da22ffb328f2f6aec5fba60461fa998a63a
MD5sum: 5661deff297bf7a703b50e9a8b4bc995
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.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-plperl-9.3
Source: postgresql-9.3
Version: 9.3.25-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 255
Depends: libc6 (>= 2.34), libperl5.38t64 (>= 5.38.2), postgresql-9.3 (= 9.3.25-11.pgdg+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.25-11.pgdg+1_arm64.deb
Size: 44716
SHA256: 74737ff13097d0d5d5cc71883486d7206dd5769ac16a4096197f7ac6169719aa
SHA1: 5b307856330b4991ad6fe293612a77ab175dded2
MD5sum: 3c575832b034943ca6f73fccd8b5224a
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.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-plperl-9.4
Source: postgresql-9.4
Version: 9.4.26-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: libc6 (>= 2.34), libperl5.38t64 (>= 5.38.2), postgresql-9.4 (= 9.4.26-10.pgdg+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.26-10.pgdg+1_arm64.deb
Size: 47940
SHA256: 092ecc0f3e47eaa961c5238183f117dc5df404688ce8c2aaf9f14fcf0baa10c0
SHA1: 5b4e12e9e78fdd975b3299af5d4125fb1789c782
MD5sum: 19282d1c238175837b8a9b2accf6d90f
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.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-plperl-9.5
Source: postgresql-9.5
Version: 9.5.25-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 358
Depends: libc6 (>= 2.34), libperl5.38t64 (>= 5.38.2), postgresql-9.5 (= 9.5.25-8.pgdg+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.25-8.pgdg+1_arm64.deb
Size: 55156
SHA256: d5c78fecf4822aaa0f4b8644a81f1835fec0b9d51c91d809eff16be1c4b663fa
SHA1: 3fb105fd3236f1b5dfde9330b30ff079d919f51e
MD5sum: e6a04782f5b50e011d4cbb1827cffe84
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.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-plperl-9.6
Source: postgresql-9.6
Version: 9.6.24-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 361
Depends: perl, postgresql-9.6 (= 9.6.24-7.pgdg+1), libc6 (>= 2.34), libperl5.38t64 (>= 5.38.2)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plperl-9.6_9.6.24-7.pgdg+1_arm64.deb
Size: 57120
SHA256: b1791c6755e275ca7b83a04a12db00ab5612ae665349e4374a85bb59d4c01a9f
SHA1: 8dd09f16710dbb4f192fab928c48d3e735d9c211
MD5sum: 2312e83e8c172a456291a7421d262c46
Description: PL/Perl procedural language for PostgreSQL 9.6
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Perl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-plpython3-9.1
Source: postgresql-9.1
Version: 9.1.24-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: libc6 (>= 2.17), libpython3.11t64 (>= 3.11.5), postgresql-9.1 (= 9.1.24-15.pgdg+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.24-15.pgdg+1_arm64.deb
Size: 37112
SHA256: f6a188af7568c1043e81ad0f53f6616e024a162ef38d13657de4396424d75465
SHA1: ddcc8cd4509d75bedc7f7041247c289a7c1f2b91
MD5sum: e877856712388674331b418dc600568c
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.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-plpython3-9.2
Source: postgresql-9.2
Version: 9.2.24-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: libc6 (>= 2.17), libpython3.11t64 (>= 3.11.5), postgresql-9.2 (= 9.2.24-12.pgdg+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.24-12.pgdg+1_arm64.deb
Size: 39784
SHA256: 96a064ce5472e370c93692746a4d7b615d1bfa559949755243de1d0714f1414f
SHA1: e8c05c1d797182753370958f5d5269bae4d27cbf
MD5sum: 74036e1d431508772c8cd66b927c2b94
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.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-plpython3-9.3
Source: postgresql-9.3
Version: 9.3.25-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: libc6 (>= 2.17), libpython3.11t64 (>= 3.11.5), postgresql-9.3 (= 9.3.25-11.pgdg+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.25-11.pgdg+1_arm64.deb
Size: 39856
SHA256: f2f59d6d6748b1453749b66c445189f2827155cd8af94d539a49a972feb70e82
SHA1: 6f01ea3ebd109f26820582163a84098329720f56
MD5sum: f5751c78531ce23989f896ccc1446e20
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.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-plpython3-9.4
Source: postgresql-9.4
Version: 9.4.26-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: libc6 (>= 2.17), libpython3.11t64 (>= 3.11.5), postgresql-9.4 (= 9.4.26-10.pgdg+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.26-10.pgdg+1_arm64.deb
Size: 42364
SHA256: e1eae76c367d3504c56f79760a9d7f80ceb9e80a15e526cd3231f45d169fe6d4
SHA1: 2102069c7896068409191135fc54fcf54706551d
MD5sum: d247309ff1ccf5a1bef8221e65767b41
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.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-plpython3-9.5
Source: postgresql-9.5
Version: 9.5.25-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 311
Depends: libc6 (>= 2.17), libpython3.11t64 (>= 3.11.5), postgresql-9.5 (= 9.5.25-8.pgdg+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.25-8.pgdg+1_arm64.deb
Size: 47916
SHA256: 4a9540cdd4b1e2d7f59b0013399f926fc16fc7c3830acfc9e76f4e95cd825de6
SHA1: b30b8f3b9fcc003bed57a9f6d6f6cc821d42bd8f
MD5sum: 4dcb816693c378ff5f721fc532404e2e
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.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-plpython3-9.6
Source: postgresql-9.6
Version: 9.6.24-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 312
Depends: postgresql-9.6 (= 9.6.24-7.pgdg+1), libc6 (>= 2.17), libpython3.11t64 (>= 3.11.5)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plpython3-9.6_9.6.24-7.pgdg+1_arm64.deb
Size: 50956
SHA256: 79ce5fa1facb481437b34346100106f7ff0bc6dd4e6c7eeaba230fa0a17627db
SHA1: 45917d874beb304b21c0621aad485d25cb5f2b6e
MD5sum: a532b1f2c65691777d44df935f0084ec
Description: PL/Python 3 procedural language for PostgreSQL 9.6
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Python 3.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-pltcl-9.1
Source: postgresql-9.1
Version: 9.1.24-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 171
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.1 (= 9.1.24-15.pgdg+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.24-15.pgdg+1_arm64.deb
Size: 26384
SHA256: 6e5a8d0c476a986d377d7714de30f281078a63633000e8f3bf0738b754cc102a
SHA1: 55579e0a0c81353849338eb6f595ba2ced9e30ae
MD5sum: d351a89dbaf1472257d06f25a84c9c06
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.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-pltcl-9.2
Source: postgresql-9.2
Version: 9.2.24-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.2 (= 9.2.24-12.pgdg+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.24-12.pgdg+1_arm64.deb
Size: 26240
SHA256: 816369e1bc7c5c188e357b3c4592d49985c02def12fcd3e4bf9bb09255d57783
SHA1: 02cec03da788651d5d18b3542baeec081586e196
MD5sum: 1c3caee633907efba428bdef8c9f0f6c
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.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-pltcl-9.3
Source: postgresql-9.3
Version: 9.3.25-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.3 (= 9.3.25-11.pgdg+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.25-11.pgdg+1_arm64.deb
Size: 26052
SHA256: 906e5b85eda5dc71c44f3649001f6b000345e8a4a88a0eda10d958e7beb09771
SHA1: 04e4b0b47ff8479a48b25fc1b7519ad8215cda52
MD5sum: d4531fb5a74ac81425d0b2434fdb1d60
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.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-pltcl-9.4
Source: postgresql-9.4
Version: 9.4.26-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.4 (= 9.4.26-10.pgdg+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.26-10.pgdg+1_arm64.deb
Size: 28040
SHA256: cae0692a3453667c5b3fffa3ca114dead8df30a8d6289d5233b41925df2dbd8c
SHA1: 4d0ef6e3a273128dc0b2f71d6ce2b648a8cb06cc
MD5sum: ac280c7758e5e7c9e648f3c5827c14e9
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.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-pltcl-9.5
Source: postgresql-9.5
Version: 9.5.25-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.5 (= 9.5.25-8.pgdg+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.25-8.pgdg+1_arm64.deb
Size: 32704
SHA256: b81098b22048c1b85113d3dae9f6eb8958c7444a2967cce50a1ee8dcadb24a2f
SHA1: 796ca2495dc6af9a643f0744a4f6b74727c512e2
MD5sum: 51f7b25e9c66b9724875f004ec8af496
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.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-pltcl-9.6
Source: postgresql-9.6
Version: 9.6.24-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 191
Depends: postgresql-9.6 (= 9.6.24-7.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-pltcl-9.6_9.6.24-7.pgdg+1_arm64.deb
Size: 37964
SHA256: 23ec0dd57c5d93d0bce501eabeaf70526a735a5ccdc30935954583d2984aa496
SHA1: 5c84236e5d11fef6f7227cd64df432964675eca0
MD5sum: c22cfc7b761742c03357c6543a427576
Description: PL/Tcl procedural language for PostgreSQL 9.6
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Tcl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-postgis
Source: postgis
Version: 3.4.2+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 65
Depends: postgresql-postgis-scripts, postgresql-16-postgis-3
Homepage: https://postgis.net/
Priority: optional
Section: metapackages
Filename: pool/main/p/postgis/postgresql-postgis_3.4.2+dfsg-1.pgdg+2_arm64.deb
Size: 20540
SHA256: 934d02f30814f4ad12f3be6cc6f8a88f26c53c9c30582de4d603f1eb530a18f5
SHA1: fd1f2ed98d1b9d0aa99e9227f8b3e53a8149db32
MD5sum: 68ccdb0cd1f2c609f0508f529fd6c378
Description: Geographic objects support for PostgreSQL -- Metapackage
 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 metapackage depends on the PostGIS package for PostgreSQL 16.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-postgis-scripts
Source: postgis
Version: 3.4.2+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 65
Depends: postgresql-16-postgis-3-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-postgis-scripts_3.4.2+dfsg-1.pgdg+2_all.deb
Size: 20564
SHA256: 09ac71e7965a54dc07769e4d1516f9f35342a288baf2f29e32d87c54403b63c7
SHA1: abe18fc7466c7c9ed006f50d546be845151b4843
MD5sum: 7427c6023fc702464ec35b47963cbb38
Description: Geographic objects support for PostgreSQL -- SQL scripts metapackage
 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 metapackage depends on the PostGIS scripts package for
 PostgreSQL 16.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-server-dev-9.1
Source: postgresql-9.1
Version: 9.1.24-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3104
Depends: libc6 (>= 2.38), 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.24-15.pgdg+1_arm64.deb
Size: 536840
SHA256: 4081ca772f060a1716fefbcc774b97a497a480757043dbb9247fb724612a3bf2
SHA1: 52c57052d6f88c3d9fd48e446be97fe15992c842
MD5sum: 502809307c8f7ca020a89be657172d32
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.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-server-dev-9.2
Source: postgresql-9.2
Version: 9.2.24-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3321
Depends: libc6 (>= 2.38), 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.24-12.pgdg+1_arm64.deb
Size: 576228
SHA256: d1ba45ebca6962558ebbe3053db1411e84dc061385e03e5d2b85f56b8e2abf7a
SHA1: defa070fa12fd60d3e9ea94dd62677b6b5beca0f
MD5sum: 8ee7dda4eff7917fb9ed0c22808109f4
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.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-server-dev-9.3
Source: postgresql-9.3
Version: 9.3.25-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3559
Depends: libc6 (>= 2.38), 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.25-11.pgdg+1_arm64.deb
Size: 619528
SHA256: 2ea332f564febde269f4533b50d01e02d787b2d31593a1913f71269059efc259
SHA1: aa0cb9121fa94d6707fc08e390dd069c9177d220
MD5sum: da3baf02c78ebea4a8cfd78bb4bb152a
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.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-server-dev-9.4
Source: postgresql-9.4
Version: 9.4.26-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3560
Depends: libpq-dev (>= 9.4~), postgresql-client-9.4 (= 9.4.26-10.pgdg+1), 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.26-10.pgdg+1_arm64.deb
Size: 616756
SHA256: cd3abfa852cc40b9b7af8d6e0dff4f8bf59a915a961c75b9111e55b7fb3faa54
SHA1: bd9b9a9edecd6528a19ec786b13a41daec2d7b69
MD5sum: e5333f5c9c05dd2133181f294257c987
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.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-server-dev-9.5
Source: postgresql-9.5
Version: 9.5.25-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4079
Depends: libpq-dev (>= 9.5~~), postgresql-client-9.5 (= 9.5.25-8.pgdg+1), 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.25-8.pgdg+1_arm64.deb
Size: 712616
SHA256: 5d19ddee56b648b6414a49b60a7d8c68d6fd98963ca221ecbb7d117ec162a855
SHA1: dd4a36d59e969eb8d69b80d0a9fdb2afa513f38f
MD5sum: 5acf93b96f2a7a1ed2664713c940d3af
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.
Timestamp: 2024-05-28 15:06:19+00

Package: postgresql-server-dev-9.6
Source: postgresql-9.6
Version: 9.6.24-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4420
Depends: libpq-dev (>= 9.6~~), postgresql-client-9.6 (= 9.6.24-7.pgdg+1), postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-9.6/postgresql-server-dev-9.6_9.6.24-7.pgdg+1_arm64.deb
Size: 780728
SHA256: 7b324c9911717dc53d15c55eef24a2fda016ba7868054a2233d7c9522be7a8ec
SHA1: 867192c2c25aa0ace521c9d69822d26066613304
MD5sum: a2ca2d849337c5d7fa3df4545d3fd19c
Description: development files for PostgreSQL 9.6 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.
Timestamp: 2024-05-28 15:06:19+00

Package: odbc-postgresql
Source: psqlodbc
Version: 1:16.00.0005-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1352
Depends: odbcinst, libc6 (>= 2.38), libodbcinst2 (>= 2.3.1), libpq5 (>= 9.2~beta3)
Enhances: unixodbc
Multi-Arch: same
Homepage: https://odbc.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/psqlodbc/odbc-postgresql_16.00.0005-1.pgdg+1_arm64.deb
Size: 352888
SHA256: a11b6636b239f03595e33c3e5b091ecfebf2a907994826328142bde96217dabb
SHA1: 5a99dd8d3f7093a4b142b406986cf97e36b87938
MD5sum: 617aa9e0d325aa6ba234f8d494600567
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.
Timestamp: 2024-06-03 10:46:51+00

Package: odbc-postgresql-dbgsym
Source: psqlodbc
Version: 1:16.00.0005-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1141
Depends: odbc-postgresql (= 1:16.00.0005-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/psqlodbc/odbc-postgresql-dbgsym_16.00.0005-1.pgdg+1_arm64.deb
Size: 1069788
SHA256: eb6dd7198b46f04736109e7a47d5a8baac7d25f72166b346f0d42eac6baf6492
SHA1: 3f350aa7f7f1c32c93ba8b1a12fc51332c0b8c6c
MD5sum: 5effc5e24641685f24a40c5aa750028d
Description: debug symbols for odbc-postgresql
Build-Ids: 26702ea6d32b86e3ce3977eec9a8ed6ff5265343 f36b5ede21589e0477a726fbe8456e16d8d7622f
Timestamp: 2024-06-03 10:46:51+00

Package: pgbackrest
Version: 2.52-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1142
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.34), libgcc-s1 (>= 4.2), liblz4-1 (>= 0.0~r127), libpq5, libssh2-1t64 (>= 1.5.0), libssl3t64 (>= 3.0.0), libxml2 (>= 2.7.4), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc, check-pgbackrest
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.52-1.pgdg+1_arm64.deb
Size: 413632
SHA256: 90ea3c4cc77131dd5d694d4840ddee0c1a6da7ec59ee2c9f283676c1d0dc1242
SHA1: da6cb8f01c93a92742eba6809e970a4ff0430ff6
MD5sum: 8f38eb21754ca773a66b388d199d832b
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.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2024-06-05 12:29:19+00

Package: pgbackrest-dbgsym
Source: pgbackrest
Version: 2.52-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1444
Depends: pgbackrest (= 2.52-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.52-1.pgdg+1_arm64.deb
Size: 1340080
SHA256: df2df0383af47dbbb589e1cd7a975ec2a1a3dc8c03c21f44bc52c579e2d20446
SHA1: f309ed6ff13ca5572b3c6c73c249bd24bb618bc2
MD5sum: 8cc311681f8f423cbfb839bb78c74f04
Description: debug symbols for pgbackrest
Build-Ids: 606606bbe2b60489433219e5011621ba784415d2
Timestamp: 2024-06-05 12:29:19+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.52-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1809
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.52-1.pgdg+1_all.deb
Size: 124284
SHA256: 6ebc223ff6c0dce743ce3bf95f0d5f2a4a73a361cda09ad5e3e0780c67f6a3d6
SHA1: 19afe44eb7a6ceeb43988b2c787b49a243d80206
MD5sum: ad7bcb71d55eb0a8f7353cadaf52f4be
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2024-06-05 12:29:19+00

Package: pgtop
Version: 4.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 158
Depends: libc6 (>= 2.38), libpq5 (>= 9.0~), libtinfo6 (>= 6)
Enhances: postgresql
Breaks: ptop (<< 3.7.0-1~)
Replaces: ptop (<< 3.7.0-1~)
Homepage: https://gitlab.com/pg_top/pg_top
Priority: optional
Section: database
Filename: pool/main/p/pgtop/pgtop_4.1.0-1.pgdg+1_arm64.deb
Size: 48988
SHA256: 72a3201050a541e37be8e822c73cb176dea090df851f0fa843d8fcb964ea7a2a
SHA1: b7338fed3058c1998a29d4de42d7593f5a926f7f
MD5sum: 90133ef046a6054634ca812374752811
Description: PostgreSQL performance monitoring tool akin to top
 pg_top is 'top' for PostgreSQL.
 .
  * Monitor PostgreSQL processes.
  * View currently running SQL statement of a process.
  * View query plan of a currently running SELECT statement.
  * View locks held by a process.
  * View I/O statistics per process.
  * View replication statistics for downstream nodes.
Timestamp: 2024-06-05 12:29:19+00

Package: pgtop-dbgsym
Source: pgtop
Version: 4.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: pgtop (= 4.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtop/pgtop-dbgsym_4.1.0-1.pgdg+1_arm64.deb
Size: 107896
SHA256: bc55822a23c35ce9f7dda8bc422b2681d6d78221ff715f47ff79adf43ba7a6ec
SHA1: 6de1f8f95fab977b493e1362783fb102c8dbf5df
MD5sum: dfd97c54573cc30860dd35856cfdeb28
Description: debug symbols for pgtop
Build-Ids: f08e86b17c7f56cd8c7bc7bd260891069e1dc8a9
Timestamp: 2024-06-05 12:29:19+00

Package: postgresql-11-orafce
Source: orafce
Version: 4.10.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-11, postgresql-11-jit-llvm (>= 15), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_4.10.3-1.pgdg+1_arm64.deb
Size: 408328
SHA256: 35bc20ac1d2ff017a315e11deb84f0969c2158ab68f002e17a2bef427d23dca5
SHA1: 22d4197fdbab913bcea7ed3972e5564b243cf9cf
MD5sum: 0e0a0431b4e253c18d8e6486d14a7b92
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-06-05 12:29:19+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 4.10.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 327
Depends: postgresql-11-orafce (= 4.10.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_4.10.3-1.pgdg+1_arm64.deb
Size: 273772
SHA256: b900af6685b28f55fcd1bf32525ea658fce145e957ceca32f9fdf29ecd685b96
SHA1: cfe735c576dc5c0b49272761cf5b5d77f3265dff
MD5sum: bf7cc91d6eddfec20674cdce2c7e7d1e
Description: debug symbols for postgresql-11-orafce
Build-Ids: dd2898f723c76cb5e5f5b3ccba87a784c8c3594a
Timestamp: 2024-06-05 12:29:19+00

Package: postgresql-12-orafce
Source: orafce
Version: 4.10.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1275
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_4.10.3-1.pgdg+1_arm64.deb
Size: 404300
SHA256: 2ba5141379a0e8df091a30956b70c16f77e3faff6e98b5d7ae38b3fcf604cbe5
SHA1: b1341aa9f1598ec4cedec14009ed85432229e795
MD5sum: 88a94aa96623a5ce594e4ac346f243a9
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-06-05 12:29:19+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 4.10.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 332
Depends: postgresql-12-orafce (= 4.10.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_4.10.3-1.pgdg+1_arm64.deb
Size: 279100
SHA256: 02d0a333a9b77dd93120231f5bedc8b74ce047fd364f41d7373fa5a9e981e333
SHA1: 21e757a8e5f0d61df0ec9d9337405489f3b7ac62
MD5sum: 03dae0ca24b594be4c7b75903fa7ac8d
Description: debug symbols for postgresql-12-orafce
Build-Ids: 685a385a8e28858cfedecd832c45acce09d48f47
Timestamp: 2024-06-05 12:29:19+00

Package: postgresql-12-pgvector
Source: pgvector
Version: 0.7.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 735
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-12-pgvector_0.7.1-1.pgdg+1_arm64.deb
Size: 273136
SHA256: ae5450947e57a5107864f904d4648c1b2abd0b92383d88d9f93ca233d88e6c2b
SHA1: 3231354277217330d3a3eebc2fe9f844cfc2eb90
MD5sum: 2718fba468e3bc0a5ec1a147003116fe
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-06-05 12:29:19+00

Package: postgresql-12-pgvector-dbgsym
Source: pgvector
Version: 0.7.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 307
Depends: postgresql-12-pgvector (= 0.7.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-12-pgvector-dbgsym_0.7.1-1.pgdg+1_arm64.deb
Size: 274772
SHA256: 04513cf614d4cc426783428cb3097b4ccd32e0e6977c38d2271c7bd1abecf501
SHA1: 5ef992f6edfd139a1f67692c63ff87e291765a43
MD5sum: 458a1741506a9758f86fa47dfcfaacbe
Description: debug symbols for postgresql-12-pgvector
Build-Ids: 65675b87782249e80bb8b41125bf3639ac03d847
Timestamp: 2024-06-05 12:29:19+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 2.7.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 819
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_2.7.6-1.pgdg+1_arm64.deb
Size: 354388
SHA256: 1ca36131d4fcc71fc9621de503a13e529a69096511f377a093a8a98875a7425f
SHA1: 19b63ddda7423504a465a0f22002c0fd6a64cfd2
MD5sum: ff8d48f48267cc5acd2e0ed94f6441d6
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-06-05 12:29:19+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 298
Depends: postgresql-12-plpgsql-check (= 2.7.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_2.7.6-1.pgdg+1_arm64.deb
Size: 266268
SHA256: 54241b8f0962471eb43fb063b595fe024b88419a529cac7d9cf22deaa82a5016
SHA1: 8b6b24a5cdf85849143ffa394f88100b74644d8d
MD5sum: c59cea7bca79eb37bbf0af867375bb7d
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: eee9da7f659a630e9a43508abfe497def3950185
Timestamp: 2024-06-05 12:29:19+00

Package: postgresql-13-orafce
Source: orafce
Version: 4.10.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1274
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_4.10.3-1.pgdg+1_arm64.deb
Size: 402956
SHA256: a0dc756890943a5ec4ac432e502ab0d9907adc0be28083471fbefa95d16c5a88
SHA1: 420b6d0a0dac2bcae04a2447c645174dad13612d
MD5sum: 4fb10a39f4282697a8557ae9ed6e3115
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-06-05 12:29:19+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 4.10.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 334
Depends: postgresql-13-orafce (= 4.10.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_4.10.3-1.pgdg+1_arm64.deb
Size: 283808
SHA256: 91232e75ac1d48f50d2064cbca1c91a650c0f77cdb00cfc4f1761c9bdba2378f
SHA1: b0cada6e96b9b71d62c343273c9847530585478f
MD5sum: c34e3d02f6b722fbebacae503031e8d2
Description: debug symbols for postgresql-13-orafce
Build-Ids: 55b774cb456a92eee2c89e6d580af83940e2d3fc
Timestamp: 2024-06-05 12:29:19+00

Package: postgresql-13-pgvector
Source: pgvector
Version: 0.7.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 730
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-13-pgvector_0.7.1-1.pgdg+1_arm64.deb
Size: 271456
SHA256: cb8f1eeb3762f67674cb8ef64995a4af91e48a4af6407be9ba198186f09d2e48
SHA1: 5bfa372bbeff826c251f56c3f35f5160ade01e00
MD5sum: 7653311f339692ce6f3bdbd6c9a9e6ad
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-06-05 12:29:19+00

Package: postgresql-13-pgvector-dbgsym
Source: pgvector
Version: 0.7.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 311
Depends: postgresql-13-pgvector (= 0.7.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-13-pgvector-dbgsym_0.7.1-1.pgdg+1_arm64.deb
Size: 279212
SHA256: b8cbe78c1018c62c41a56611e6bffbf7035dd8702405c3c67e91f4b85656bea2
SHA1: d285bb4ae46b36552f2c6ab53364d4f16e32be09
MD5sum: 71335594e912924f5cafcb6523800240
Description: debug symbols for postgresql-13-pgvector
Build-Ids: 1eb5ac13e25df6f55e03d9f55f92593167681217
Timestamp: 2024-06-05 12:29:19+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 2.7.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 824
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_2.7.6-1.pgdg+1_arm64.deb
Size: 359908
SHA256: 54f1adec07279cb7336e8c28ff777b7caa78b71853edb3e00ff55b30fedf41d7
SHA1: 778ef46567d4c59a5301ebc2135e1b666dcf5761
MD5sum: 6b59f209c888b622866a172d36427ad6
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-06-05 12:29:19+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 322
Depends: postgresql-13-plpgsql-check (= 2.7.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_2.7.6-1.pgdg+1_arm64.deb
Size: 288492
SHA256: 22ef83c476400c35fb4b2acf4e8a17e6f3b7a696cd7e14ff9ddcb65579c625ea
SHA1: df839ec459e6aaae6b968f3d586d912c74b717f9
MD5sum: ec943245d2a6bb95d5faf9da3f670d82
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: 8a8ef20c749e710c7125a22251dcbf1d430eae44
Timestamp: 2024-06-05 12:29:19+00

Package: postgresql-14-orafce
Source: orafce
Version: 4.10.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1281
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_4.10.3-1.pgdg+1_arm64.deb
Size: 406628
SHA256: 802f7f6f62bf605c2a5faea4378caa07fefbfdbb9873ee494dad4ef672d6cb2f
SHA1: afb2d9b1b3ac718696a0f3540328daf06e8df50b
MD5sum: b6cb2cd1994da495e98a1529daf1c44b
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-06-05 12:29:19+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 4.10.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 341
Depends: postgresql-14-orafce (= 4.10.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_4.10.3-1.pgdg+1_arm64.deb
Size: 290368
SHA256: 89e37261ec48230274374490125920426104e1a7ea4d60bb514fcb2a89b66bc0
SHA1: c31e81bd164cd5019a4c41d5d709407fca922f2c
MD5sum: d15328e28d4300034064bdd606a180c0
Description: debug symbols for postgresql-14-orafce
Build-Ids: c29247d1eb5fc4127e05c7149d63b8a8bf609152
Timestamp: 2024-06-05 12:29:19+00

Package: postgresql-14-pgvector
Source: pgvector
Version: 0.7.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 737
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-14-pgvector_0.7.1-1.pgdg+1_arm64.deb
Size: 273540
SHA256: cea2407b96d07b8a4b16e7b05f9bd90315adc5fe642f964922fbf656d5742049
SHA1: 40f62356512bad8ddf921e87e4a78287f1055799
MD5sum: 18ce864a66ffba40a323405b32e557b5
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-06-05 12:29:19+00

Package: postgresql-14-pgvector-dbgsym
Source: pgvector
Version: 0.7.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 315
Depends: postgresql-14-pgvector (= 0.7.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-14-pgvector-dbgsym_0.7.1-1.pgdg+1_arm64.deb
Size: 283032
SHA256: a2d48cf1459f5053f86961a8bd2b4a13533d5b1ba06793dc9797676065366709
SHA1: 0e5ede4e96618fc170e520c75af42417d31a5c84
MD5sum: a717e73ffe791e2affec744618876037
Description: debug symbols for postgresql-14-pgvector
Build-Ids: 53f72e13449a7875f86eacd0ff220f44c17b2d5a
Timestamp: 2024-06-05 12:29:19+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.7.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 834
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.7.6-1.pgdg+1_arm64.deb
Size: 365376
SHA256: 0fd5880b87ac105163f0e504fa570e14c6aca389b6f68def6bfa5fcbb402f429
SHA1: e571f7f422c665a19bbe103589e9d73723c1a494
MD5sum: f4e63416cd81df866a9f0e74a0ba26fa
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-06-05 12:29:19+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 330
Depends: postgresql-14-plpgsql-check (= 2.7.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.7.6-1.pgdg+1_arm64.deb
Size: 296324
SHA256: bc5859c7500e497c382d16655ed8584cc62fc1ebe4e0ab0cbc3d1fde39b00b24
SHA1: 377a90c3e0281a450e96cc2181781a3d16a1ce05
MD5sum: 46264ca3f5792e38ef711954a16d05b5
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: b65c49f98a3a44a1a971c8006c72455a9cd533bf
Timestamp: 2024-06-05 12:29:19+00

Package: postgresql-15-orafce
Source: orafce
Version: 4.10.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1283
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-15-orafce_4.10.3-1.pgdg+1_arm64.deb
Size: 405856
SHA256: aef700b14641d22c568eb7c368aed81a661d15f6b9243227f68e6565780975ad
SHA1: 8614acf94e8701bb76c0018723c092dd16e869ec
MD5sum: ead8488d0a5e6297e20c07d3a276979a
Description: Oracle support functions for PostgreSQL 15
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-06-05 12:29:19+00

Package: postgresql-15-orafce-dbgsym
Source: orafce
Version: 4.10.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 343
Depends: postgresql-15-orafce (= 4.10.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-15-orafce-dbgsym_4.10.3-1.pgdg+1_arm64.deb
Size: 293112
SHA256: e891c26d3a5e192cb74958bb3c6df170487799e9af96348177aab1385aabdc16
SHA1: a66735420da3c5ebfe9ae8477caf0009588ad17e
MD5sum: d6edfdcabc130d00515f5a2732ec0a03
Description: debug symbols for postgresql-15-orafce
Build-Ids: 2fa8547c56d3afd056f2bcd7c06648bfa2985ae7
Timestamp: 2024-06-05 12:29:19+00

Package: postgresql-15-pgvector
Source: pgvector
Version: 0.7.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 737
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-15-pgvector_0.7.1-1.pgdg+1_arm64.deb
Size: 273412
SHA256: 9bc2204382c4e2be8aa404a2701bd88b56c7e870e0935cbf0f5dd2689f09ed1a
SHA1: f87a9f4635eec15903c62de941ea6d2234fced6f
MD5sum: 88fe6626f721fbffe09ac84b5685da16
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-06-05 12:29:19+00

Package: postgresql-15-pgvector-dbgsym
Source: pgvector
Version: 0.7.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 317
Depends: postgresql-15-pgvector (= 0.7.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-15-pgvector-dbgsym_0.7.1-1.pgdg+1_arm64.deb
Size: 284288
SHA256: d24f3cd795592b480d5a68c3b3f156efd2e594d5a8f45a1d3bea6ba5d8840206
SHA1: 2c092fc6d62e182336b677ca082e6484b2b32672
MD5sum: 927375c06da115409e4f695ccb575fb9
Description: debug symbols for postgresql-15-pgvector
Build-Ids: 40fc83f2ee99be269af52f48bedf37a7dfe1e8e4
Timestamp: 2024-06-05 12:29:19+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.7.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 862
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.7.6-1.pgdg+1_arm64.deb
Size: 382012
SHA256: dadd20a3df6407e16922d179e6c5cbe357ef75f6fb13ff68e8b9b68075ed9ec7
SHA1: ba3c5d3ad3fbfcf52046f8431fd7375cb6a60fdf
MD5sum: eb3ce38b77f0d80933f10beda7e42101
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-06-05 12:29:19+00

Package: postgresql-15-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 361
Depends: postgresql-15-plpgsql-check (= 2.7.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.7.6-1.pgdg+1_arm64.deb
Size: 326348
SHA256: d7967e3b5613f1c20697ed0028dbf476df02ef32911253fb88f42742a7370701
SHA1: 2883540fd6e5947a6061394664d4ae9e570e776b
MD5sum: 1174fafe366abc5188d979c5fd9d52f6
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: 63dca23aabbf5abafe243b33d7f2560f880fa675
Timestamp: 2024-06-05 12:29:19+00

Package: postgresql-16-orafce
Source: orafce
Version: 4.10.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1210
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-16-orafce_4.10.3-1.pgdg+1_arm64.deb
Size: 398544
SHA256: 6556513cfe21b321137c3583b5beea30f5078e15f4ddcdf17c9a5bab0c0041e3
SHA1: 5fa6f6b65211aee18c55e4bb4f6a93072a807ccb
MD5sum: 7c96dba1d96cacc4c66a09c6a779e34d
Description: Oracle support functions for PostgreSQL 16
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-06-05 12:29:19+00

Package: postgresql-16-orafce-dbgsym
Source: orafce
Version: 4.10.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 361
Depends: postgresql-16-orafce (= 4.10.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-16-orafce-dbgsym_4.10.3-1.pgdg+1_arm64.deb
Size: 310072
SHA256: 857718d9a7a08464051959e37c3b3f0fbde04ee7ab0f8dca9c6364e96e676343
SHA1: 44f9a286821b516acb16a58951bb2490a6aaa8bd
MD5sum: bc6467c6052cddaff86c8dfcd374142f
Description: debug symbols for postgresql-16-orafce
Build-Ids: 092a1c52516b7176f8abd243c9f14bba7e1f51c1
Timestamp: 2024-06-05 12:29:19+00

Package: postgresql-16-pgvector
Source: pgvector
Version: 0.7.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 734
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-16-pgvector_0.7.1-1.pgdg+1_arm64.deb
Size: 271124
SHA256: 5ea31185cc561a22b179e02c38aa434984da1372fd22c3432d6f7bcd1451d44d
SHA1: f8b8b5954cdb4ed76fe78496bc8cef49550fc2bd
MD5sum: 34af04f3729c54fd8e47e545d83d3af8
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-06-05 12:29:19+00

Package: postgresql-16-pgvector-dbgsym
Source: pgvector
Version: 0.7.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 347
Depends: postgresql-16-pgvector (= 0.7.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-16-pgvector-dbgsym_0.7.1-1.pgdg+1_arm64.deb
Size: 315504
SHA256: 40ae631bfdb7019842f81bd4793bf2a6161f71851ba15cbf6c4d0baf4f7e0d2c
SHA1: 29969d292347eafcc6541c240eb56f71553b20d6
MD5sum: e254b0e6de3bfb2c51504803f27e0805
Description: debug symbols for postgresql-16-pgvector
Build-Ids: 7ccba9fb14f3e1284d8d7e6d0066f9cba27607c2
Timestamp: 2024-06-05 12:29:19+00

Package: postgresql-16-plpgsql-check
Source: plpgsql-check
Version: 2.7.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 862
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check_2.7.6-1.pgdg+1_arm64.deb
Size: 375772
SHA256: 014bff8e23cc2fdaad18c6db2838f1caadd1f97d9d3d549dc3ed57eb3c1b9c91
SHA1: 3aaf0d9101f629bc4d9cdbc4852fe99cbdd46d58
MD5sum: 09f21f5294d31195101e61474a3fc3f2
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-06-05 12:29:19+00

Package: postgresql-16-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 370
Depends: postgresql-16-plpgsql-check (= 2.7.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check-dbgsym_2.7.6-1.pgdg+1_arm64.deb
Size: 335376
SHA256: 73395424e86aa7db77b6f44ce4fdf02ee0c0790f93010f7fdd2da0a601a4d2a5
SHA1: 48deda25b7cfbe50056d8c8279a7c2ad9ccf4772
MD5sum: 7beb9209f01c4ce98872835764254329
Description: debug symbols for postgresql-16-plpgsql-check
Build-Ids: 60416426c3cd6b8c708b689de02aa38d994dbea9
Timestamp: 2024-06-05 12:29:19+00

Package: postgresql-17-orafce
Source: orafce
Version: 4.10.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1212
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-17-orafce_4.10.3-1.pgdg+1_arm64.deb
Size: 400332
SHA256: 15d9107e2599d89971be98c8a67fe8521eb46fe3176e3f0a39f5e46be3ddde82
SHA1: a716314cad112e5350648be299b7eac211199a5d
MD5sum: 6d8c35ca6c22641d56500f57a952a8ca
Description: Oracle support functions for PostgreSQL 17
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-06-05 12:29:19+00

Package: postgresql-17-orafce-dbgsym
Source: orafce
Version: 4.10.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 366
Depends: postgresql-17-orafce (= 4.10.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-17-orafce-dbgsym_4.10.3-1.pgdg+1_arm64.deb
Size: 315032
SHA256: e2caab6b15264ed9d948d7dda61a8c7d8e8e7c09a8c7e24c6c1357e5f4ffdba8
SHA1: ce5da373fc596a4fdcc0acec5362964544603332
MD5sum: ed314984f09b36f2c1520da5725e70f1
Description: debug symbols for postgresql-17-orafce
Build-Ids: 9065378d4431a148cca10e369265a078cac16599
Timestamp: 2024-06-05 12:29:19+00

Package: postgresql-17-pgvector
Source: pgvector
Version: 0.7.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 752
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-17-pgvector_0.7.1-1.pgdg+1_arm64.deb
Size: 279912
SHA256: c53746b8f8b8a47024aa88fe38de0194e90b3534512d15092c31aff8dadf8504
SHA1: 40a563f3ebf659ff55ca29fe92a25ea0d679b6fd
MD5sum: 0ec96d0b165ca3c9e1ec507a72ddc81e
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-06-05 12:29:19+00

Package: postgresql-17-pgvector-dbgsym
Source: pgvector
Version: 0.7.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 369
Depends: postgresql-17-pgvector (= 0.7.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-17-pgvector-dbgsym_0.7.1-1.pgdg+1_arm64.deb
Size: 331472
SHA256: 474c75190d13bdb0c4e0475c2041ee30f15a346485d467f440140b8ca7b1de00
SHA1: ffffaf6358e458e3a45c37dd667a719f8651fdef
MD5sum: dfa6da57711e3dbdfa1f7833932f17ae
Description: debug symbols for postgresql-17-pgvector
Build-Ids: 07105da7b87f1c5efe28df005fa87261f8377ec5
Timestamp: 2024-06-05 12:29:19+00

Package: postgresql-17-plpgsql-check
Source: plpgsql-check
Version: 2.7.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 870
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check_2.7.6-1.pgdg+1_arm64.deb
Size: 381772
SHA256: 7438307a2ee533e442278de69f909fdf1ddf4cf8bd7723fabe12e132f903e31a
SHA1: 3b8b96765a2404e9058b70e148ba07fea2d28ce7
MD5sum: f11dcf312f3ba0201c00dbce3337545d
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-06-05 12:29:19+00

Package: postgresql-17-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 390
Depends: postgresql-17-plpgsql-check (= 2.7.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check-dbgsym_2.7.6-1.pgdg+1_arm64.deb
Size: 354244
SHA256: 071b764f6b42ef97a33611d1359e3f666233d0382af2e3cbc3fa1f7190a03b65
SHA1: 9183e742fb3912086d787b96527c770049d59a9c
MD5sum: ca86901111f55a147ec41364ed069012
Description: debug symbols for postgresql-17-plpgsql-check
Build-Ids: 5690fba654933f5b93d3fc5700466db5e3e59a40
Timestamp: 2024-06-05 12:29:19+00

Package: pgagent
Version: 4.2.2-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 545
Depends: libboost-filesystem1.83.0 (>= 1.83.0), libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.38), libgcc-s1 (>= 3.0), libpq5 (>= 8.4~), libstdc++6 (>= 13.1)
Recommends: postgresql-10 | postgresql-11 | postgresql-12 | postgresql-13 | postgresql-14 | postgresql-15 | postgresql-16
Suggests: pgadmin3 | pgadmin4
Provides: postgresql-10-pgagent, postgresql-11-pgagent, postgresql-12-pgagent, postgresql-13-pgagent, postgresql-14-pgagent, postgresql-15-pgagent, postgresql-16-pgagent
Homepage: http://www.pgadmin.org/docs/dev/pgagent.html
Priority: optional
Section: database
Filename: pool/main/p/pgagent/pgagent_4.2.2-3.pgdg+2_arm64.deb
Size: 102196
SHA256: d887f47e02a15427f03fbc90c5b9d8b68070e267f2797583712d2999b23a1f78
SHA1: 1826959f3ddaa988406f0f1a84fbe033138fabb4
MD5sum: 30fdccb4ce9a6b14842d0b3ca2ec75c4
Description: job scheduling engine for PostgreSQL
 pgAgent is a job scheduling agent for PostgreSQL, capable of running
 multi-step batch/shell and SQL tasks on complex schedules.
Timestamp: 2024-06-08 13:28:55+00

Package: pgagent-dbgsym
Source: pgagent
Version: 4.2.2-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2137
Depends: pgagent (= 4.2.2-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgagent/pgagent-dbgsym_4.2.2-3.pgdg+2_arm64.deb
Size: 2080360
SHA256: da652214b4d6620a57745c5dc771a2d52b1760abecdfba84701edbeea8e52c1f
SHA1: 59062bed4dd2d4d973edb18bcfe98f45d9cda3b0
MD5sum: 2b4150fb5071a4fa00f869a4d415ffa8
Description: debug symbols for pgagent
Build-Ids: f0683d8b0113b7eaba8baab7cafffa5ccbfe49a3
Timestamp: 2024-06-08 13:28:55+00

Package: pgmodeler
Version: 1.1.3-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21296
Depends: pgmodeler-common, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libpq5 (>= 8.4~), libqt6core6t64 (>= 6.6.0), libqt6gui6 (>= 6.4.0), libqt6network6 (>= 6.1.2), libqt6printsupport6 (>= 6.1.2), libqt6svg6 (>= 6.6.0), libqt6widgets6 (>= 6.3.0), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Homepage: https://pgmodeler.io/
Priority: optional
Section: database
Filename: pool/main/p/pgmodeler/pgmodeler_1.1.3-1.pgdg+2_arm64.deb
Size: 5606996
SHA256: dabcbb2165ab73add52e30d517eee15c179dcfceffec46ec0a494bf8585026ec
SHA1: be8491795a8f4a6f67686a2aab89251a44dc5c3a
MD5sum: 9f3de18b98f4914ba506dc8b58373ae3
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.
Timestamp: 2024-06-08 13:28:55+00

Package: pgmodeler-common
Source: pgmodeler
Version: 1.1.3-1.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2007
Multi-Arch: foreign
Homepage: https://pgmodeler.io/
Priority: optional
Section: database
Filename: pool/main/p/pgmodeler/pgmodeler-common_1.1.3-1.pgdg+2_all.deb
Size: 380496
SHA256: e22fcf8743d0e95f013111a00a898bbddee73713759dac727c39a5428b6dd214
SHA1: 80880bc8c0ee87a417b04b0361752772c8b111ec
MD5sum: 1923cd84660394448d042fb620b1d657
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.
Timestamp: 2024-06-08 13:28:55+00

Package: pgmodeler-dbgsym
Source: pgmodeler
Version: 1.1.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60088
Depends: pgmodeler (= 1.1.3-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgmodeler/pgmodeler-dbgsym_1.1.3-1.pgdg+2_arm64.deb
Size: 54758200
SHA256: 7770fff6a79455b90d782389b1303f5aa0dd3af643521eb6b0bef8980e8a2e89
SHA1: 45bc1e5db6167b8e9c0f2afae1fe285c204ad8c5
MD5sum: 272bf2ee65ac23ba04199e7a5d535e5a
Description: debug symbols for pgmodeler
Build-Ids: 100f65d3ecf66734e0656f1b1692d8c79d81680f 1fdecd42df281790c1c9e5329c754d123f207d97 5fe75da13230d32f031776087c456f153d377460 8742b2ff8bc171f4634dc6b5e39c195679642d76 9360fc19cb509aaff91c9e1e46dc2bbf02557b66 9b25f5c0a589ca6fded76a5bce2bbbd984ace251 b1eee494056181f047d4c004f87c8c54ce04679c b2ffa05dd922a22b849cb4a87d8778540b71beb7 c73a8ff8628c65e434884b15dc6ef6691318d518 cc0b2451cf8d41078abcd100aa5a555b855b23e5 fd8b8563b531b0d4bb78dc1a4a7a0fb4d1c5ad17
Timestamp: 2024-06-08 13:28:55+00

Package: check-patroni
Version: 2.0.0-2.pgdg+1
Architecture: all
Maintainer: David Prévot <taffit@debian.org>
Installed-Size: 101
Depends: python3-attr, python3-click, python3-nagiosplugin, python3-requests, python3:any
Homepage: https://github.com/dalibo/check_patroni
Priority: optional
Section: utils
Filename: pool/main/c/check-patroni/check-patroni_2.0.0-2.pgdg+1_all.deb
Size: 19820
SHA256: 21b00bac1c93d3f49d5d42c82a3a69b61fc6a1f14d6a6c09228759977ced55d1
SHA1: d92df54b9f63c5e16ad2d7e197a9380d50ba798c
MD5sum: b915c207a1f02192eb91a101bc6db880
Description: Nagios plugin to check on patroni
 A nagios plugin for patroni that checks presence of leader, replicas,
 and node counts, and also checks each node for replication status.
Timestamp: 2024-06-12 13:15:21+00

Package: libpgpool2
Source: pgpool2
Version: 4.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libs
Filename: pool/main/p/pgpool2/libpgpool2_4.5.2-1.pgdg+1_arm64.deb
Size: 140560
SHA256: 2b13e0a3b7ebee8173fed1793ebfd5e61234df12964363f13520530c482c628b
SHA1: 67317b92c25cc7d78f72427c92da85e7b04af66f
MD5sum: d6e5d6928edd85bc5d293e745ec6973d
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).
Timestamp: 2024-06-12 13:15:21+00

Package: libpgpool2-dbgsym
Source: pgpool2
Version: 4.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: libpgpool2 (= 4.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/libpgpool2-dbgsym_4.5.2-1.pgdg+1_arm64.deb
Size: 64332
SHA256: 4b983fdc0978e5199a81248a8eb3e8931e777c67daacd9a81adcc86d78e66290
SHA1: 2284a01a5706ff80ed0708ac52962f785739fd28
MD5sum: 3170215c4fa29e3b451a77da7fa21520
Description: debug symbols for libpgpool2
Build-Ids: 43c54967452e3ca7719b880bb08dbf8637a7ce6c
Timestamp: 2024-06-12 13:15:21+00

Package: libpgpool-dev
Source: pgpool2
Version: 4.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: libpgpool2 (= 4.5.2-1.pgdg+1)
Conflicts: libpcp3-dev
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libdevel
Filename: pool/main/p/pgpool2/libpgpool-dev_4.5.2-1.pgdg+1_arm64.deb
Size: 151048
SHA256: 4579936322ab4ead152fcb6776afd6d5ea07d97b27d511117c6e7f6158eff3a4
SHA1: 82e082052a6cbaceeee35f0d8e665f43311c3fcb
MD5sum: b9e51e39a212ed5dcf644fb619077feb
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).
Timestamp: 2024-06-12 13:15:21+00

Package: pgpool2
Version: 4.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7232
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: libpgpool2 (= 4.5.2-1.pgdg+1), postgresql-common, ucf, libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libldap-2.5-0 (>= 2.5.4), libmemcached11t64 (>= 1.1.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3t64 (>= 3.0.0)
Enhances: postgresql
Conflicts: pgpool
Replaces: pgpool
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/pgpool2_4.5.2-1.pgdg+1_arm64.deb
Size: 1224960
SHA256: 6a1d847d6a13488b4e8431fbfa918a622b1e98a0de532f1535c7609927141dba
SHA1: f802487871cde80aaabe5c5188e4e3850d7e5114
MD5sum: dcc7fd65da0ff3e732c703d9a274b582
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.
Timestamp: 2024-06-12 13:15:21+00

Package: pgpool2-dbgsym
Source: pgpool2
Version: 4.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2160
Depends: pgpool2 (= 4.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/pgpool2-dbgsym_4.5.2-1.pgdg+1_arm64.deb
Size: 2007356
SHA256: f5ea61d110461bedd0a001921ed7c6bcdd5f0fa460b36794bc4ae520b397f84f
SHA1: 26f9b4687c261dbb0b3da55c76a530f1aff16734
MD5sum: 5f299eeb6558a769a63b63deaa62c292
Description: debug symbols for pgpool2
Build-Ids: 0d8cb4bcd878762277572555490293202ec32bd2 45b1a55a05e7c8f2150bb1cae1984ad2e0165976 53e6a628b2753b9899a8f8a72c036b3b800b038a 6630d93b6d70aafd692cfa52d2c840a9baa649db 68786d6acf525ee7a665c8c124ca2c5f86dc9022 79ec83a53472bd0dcf85b033026d26acc2ef6a0e 9a6198a84a96d2030bee3ab4f8d73c3b7350a2bb
Timestamp: 2024-06-12 13:15:21+00

Package: pgtop
Version: 4.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 158
Depends: libc6 (>= 2.38), libpq5 (>= 9.0~), libtinfo6 (>= 6)
Enhances: postgresql
Breaks: ptop (<< 3.7.0-1~)
Replaces: ptop (<< 3.7.0-1~)
Homepage: https://gitlab.com/pg_top/pg_top
Priority: optional
Section: database
Filename: pool/main/p/pgtop/pgtop_4.1.1-1.pgdg+1_arm64.deb
Size: 49072
SHA256: 941d14dd13d7c3728daf551370007ea798750c43a4b3cf270c71f162132c23c2
SHA1: e0c4dbec00f246483b2e2f558cc7e5c350947909
MD5sum: 6f070aea4c41f0f5a064ddd3509cab64
Description: PostgreSQL performance monitoring tool akin to top
 pg_top is 'top' for PostgreSQL.
 .
  * Monitor PostgreSQL processes.
  * View currently running SQL statement of a process.
  * View query plan of a currently running SELECT statement.
  * View locks held by a process.
  * View I/O statistics per process.
  * View replication statistics for downstream nodes.
Timestamp: 2024-06-12 13:15:21+00

Package: pgtop-dbgsym
Source: pgtop
Version: 4.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: pgtop (= 4.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtop/pgtop-dbgsym_4.1.1-1.pgdg+1_arm64.deb
Size: 107920
SHA256: b7c65b2d7c0811ef96f79c0845677883095663f026b88568d30c167f918efd22
SHA1: c047544e589f0cf23d663e1dba8b0a3f7ae899c3
MD5sum: 6a1b3679feb879181b196291726023ae
Description: debug symbols for pgtop
Build-Ids: a42c6a369a1be9f7bef35a53205e3de53f84eb07
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-10-pgnodemx
Source: pgnodemx
Version: 1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-10, libc6 (>= 2.34)
Homepage: https://github.com/CrunchyData/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-10-pgnodemx_1.6-1.pgdg+1_arm64.deb
Size: 30772
SHA256: cd5f1ea50de2800bd9ff1a853178fc0a2fb4a5d38ed8ee30c608251109159dd0
SHA1: 5ca519a631704be658ebd81c821faa98701a3021
MD5sum: 92e8257c6e66b2cc9ac570f31e8b355c
Description: FIXME PostgreSQL extension pgnodemx
 FIXME long description here
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-10-pgnodemx-dbgsym
Source: pgnodemx
Version: 1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-10-pgnodemx (= 1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-10-pgnodemx-dbgsym_1.6-1.pgdg+1_arm64.deb
Size: 77916
SHA256: ceab09c61b7d10f7cba9879d9989ad0c6daaf0746500e0b858b1db278524f1d1
SHA1: feb83207ab96c031f9f52f39e641edf238f4f5b3
MD5sum: 210ed4a5a20e1d42090ed18741b4b806
Description: debug symbols for postgresql-10-pgnodemx
Build-Ids: bc33f868198e5b144d9bafdee29b661559a8ed88
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-10-pgpool2
Source: pgpool2
Version: 4.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 388
Depends: libpgpool2 (>= 4.5.2-1.pgdg+1), postgresql-10, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2_4.5.2-1.pgdg+1_arm64.deb
Size: 132908
SHA256: f4590718254ca65e2aca498bc14266d553ab0be7eedbb6bb83489bc1a9f68d8b
SHA1: ff92fc277840ba2707baf588db294040060f375c
MD5sum: 1bce5a1a1c8d29f1063b5d81e4ad24f7
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 10 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-10-pgpool2-dbgsym
Source: pgpool2
Version: 4.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-10-pgpool2 (= 4.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2-dbgsym_4.5.2-1.pgdg+1_arm64.deb
Size: 53372
SHA256: c3a1fbbc37a375c2d1b39f85a0496f9b5cfd68de7df83299fe969629a97ab45c
SHA1: 1bbb218c9c805a1b77057b6a44f07e3f5fa09849
MD5sum: e4ec190c23a593cd1392bcfbed2f07cf
Description: debug symbols for postgresql-10-pgpool2
Build-Ids: 5dc166d577b33d774099ae81fe244177444effe4 643940954135bb7b2563cda6c612b22675440675 72179d370af2ccca97bc40bd22a2b0bda25af070
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-10-snakeoil
Source: pg-snakeoil
Version: 1.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-10, libc6 (>= 2.17), libclamav12 (>= 1.2.1)
Recommends: clamav-freshclam | clamav-data
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-10-snakeoil_1.4-1.pgdg+2_arm64.deb
Size: 8808
SHA256: c0c92be6d2f00128ea7e91d6d6e26b65f7031584c9627ef9c3049bca9ede82cb
SHA1: 56ee5912ce00bef9cdb94e647cffc2a19006f0f2
MD5sum: 82ba2e8c7dc123c75c579ef96d4d1879
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-10-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-10-snakeoil (= 1.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-10-snakeoil-dbgsym_1.4-1.pgdg+2_arm64.deb
Size: 13928
SHA256: 5123f1745a78865aa269ac13202950f35520697fa6cbec944e4e31ca07070a70
SHA1: cabf50082a6ffd39404f995c981090b5c35aff3a
MD5sum: dc67fa9077bac05e047b95751cdb9b62
Description: debug symbols for postgresql-10-snakeoil
Build-Ids: 2eac7dabb033a3612fcf0f0c765e90f104287f5d
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-11-pgnodemx
Source: pgnodemx
Version: 1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: postgresql-11, postgresql-11-jit-llvm (>= 15), libc6 (>= 2.34)
Homepage: https://github.com/CrunchyData/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-11-pgnodemx_1.6-1.pgdg+1_arm64.deb
Size: 93808
SHA256: 5b82f4e96bdb43bb2d7e500b5b6f662e5c2082e52fd8dbe0292420b47b498346
SHA1: 1420f838a4ba7d196c2813952129dcfda1f75502
MD5sum: f786380298b6780ba731531960ae0bc1
Description: FIXME PostgreSQL extension pgnodemx
 FIXME long description here
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-11-pgnodemx-dbgsym
Source: pgnodemx
Version: 1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-11-pgnodemx (= 1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-11-pgnodemx-dbgsym_1.6-1.pgdg+1_arm64.deb
Size: 73876
SHA256: 34f0531f900ea4bc7953659d6b0d01919ce3387d98f184abb78302e0b2efe7ee
SHA1: 12848548872aca8ef520989baaf6dd1b7b36e194
MD5sum: 107ed817f414bdc78da36fb038d90daf
Description: debug symbols for postgresql-11-pgnodemx
Build-Ids: 084e5233fc5396b349ed1788b4d5a300883e697e
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-11-pgpool2
Source: pgpool2
Version: 4.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 444
Depends: libpgpool2 (>= 4.5.2-1.pgdg+1), postgresql-11, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2_4.5.2-1.pgdg+1_arm64.deb
Size: 159460
SHA256: 49f476964f1e0713f2f1c54bc490961720f4c8c5f8ab9da1acca6719d1509c7c
SHA1: 57c3dceeaa321fbe68fa650046edd13d80d0c440
MD5sum: ebd41ec1e9cb521b589bae189327ef10
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 11 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-11-pgpool2-dbgsym
Source: pgpool2
Version: 4.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-11-pgpool2 (= 4.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2-dbgsym_4.5.2-1.pgdg+1_arm64.deb
Size: 51208
SHA256: abee7d435186703ece4c3ca1335a0ff5b977e7bb8836d1d890e9706b570f4ce5
SHA1: f72b9f161983cd6ec3429bacde36576addce8e40
MD5sum: 14706c04e340057a9d928d7499e9f7a9
Description: debug symbols for postgresql-11-pgpool2
Build-Ids: a30b3158231ffbf290fded3f548cdd6951b261c4 b0eb37787d8e5ec6868fdc8609f795f05641726d e4c8c823db14388da12e7a3e9d203bbf36db976d
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-11-snakeoil
Source: pg-snakeoil
Version: 1.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-11, postgresql-11-jit-llvm (>= 15), libc6 (>= 2.17), libclamav12 (>= 1.2.1)
Recommends: clamav-freshclam | clamav-data
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-11-snakeoil_1.4-1.pgdg+2_arm64.deb
Size: 17480
SHA256: 20edb4d3b6f80dbeccfbcb90ff43f02d2c1cc3ecefb7cc733349d16d41115df6
SHA1: f381f029bf6dcb851e1ed8dfe2f4aac2992b90de
MD5sum: f51bf7f167e354e92b4ea2ab67c47ac4
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-11-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-11-snakeoil (= 1.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-11-snakeoil-dbgsym_1.4-1.pgdg+2_arm64.deb
Size: 14004
SHA256: 493c2f7666020caae7319c031a181aeb90889623c14a288ddf998221528fe943
SHA1: 1ee7e1f287d4f65270a40dd03dd49410f0ae850c
MD5sum: e23350f8557dbce4b79c2ece774370dc
Description: debug symbols for postgresql-11-snakeoil
Build-Ids: 6182e41600afc87265679daef9f02a5a5c4c9d00
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-12-pgnodemx
Source: pgnodemx
Version: 1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.34)
Homepage: https://github.com/CrunchyData/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-12-pgnodemx_1.6-1.pgdg+1_arm64.deb
Size: 94020
SHA256: 581209f14b4c3179c8bb6b0ad657b9c44b81a6654fbc3cbf16143cf6e409aaa3
SHA1: daee9d2a0690e4441a4b9abaeaa202d4a761024d
MD5sum: 298b343758b31f55148026dc09587969
Description: FIXME PostgreSQL extension pgnodemx
 FIXME long description here
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-12-pgnodemx-dbgsym
Source: pgnodemx
Version: 1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: postgresql-12-pgnodemx (= 1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-12-pgnodemx-dbgsym_1.6-1.pgdg+1_arm64.deb
Size: 77348
SHA256: db0e0a832f6f5a995774df9931a85bf394a11c21911f1d665fc5308d02f06c29
SHA1: 0ba688caee8ac4f04108878810e8e59bee757a7c
MD5sum: 516f1575ffbe879777b08929d8a708fb
Description: debug symbols for postgresql-12-pgnodemx
Build-Ids: 95bfc2f0e6bace262ea3b6af6a4f99e5e12758ce
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-12-pgpool2
Source: pgpool2
Version: 4.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 445
Depends: libpgpool2 (>= 4.5.2-1.pgdg+1), postgresql-12, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2_4.5.2-1.pgdg+1_arm64.deb
Size: 159964
SHA256: 28419c4037e3c6730a1d0c77d2f19ee906baaeb094797fdb557f1e740fe17d1e
SHA1: 69cad791546d88771f82d2006f800e0313c89827
MD5sum: 3ad676ccd113a597910a342662a1eb4c
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 12 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-12-pgpool2-dbgsym
Source: pgpool2
Version: 4.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-12-pgpool2 (= 4.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2-dbgsym_4.5.2-1.pgdg+1_arm64.deb
Size: 51864
SHA256: 2aa934aa7ccdb77c66d3b194fe6ce3fa6f62f0303f02b6c5135dea83b9088e07
SHA1: bf0ebf125609bb74fece582b1462210446902f80
MD5sum: bad804d518e214e827f2ca33f9f7da60
Description: debug symbols for postgresql-12-pgpool2
Build-Ids: 21d6ae2ab557dd5d277f2fe134f80268823de182 79fff535b6ffea1e14387fdf83906c77ed393043 b4eb1ab68be83384adb0b2992a1537e32e4bce5f
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-12-pgtt
Source: pgtt
Version: 4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-12-pgtt_4.0-1.pgdg+1_arm64.deb
Size: 63988
SHA256: 6a4a277404900600035522474f6eee11a0f8565a6807e87ef520a1c909a96a36
SHA1: 91cd2e513a9dd812d335637a37bc0019dc92f7d5
MD5sum: 3a5dfda1d39fca63f68aec744ec284b3
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-12-pgtt-dbgsym
Source: pgtt
Version: 4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-12-pgtt (= 4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-12-pgtt-dbgsym_4.0-1.pgdg+1_arm64.deb
Size: 69176
SHA256: f4bbe8e23cfd62ae590d2717759f06ed1df62547be9cf8f4ae0ea4f4b0ea4007
SHA1: 496de3067c5deb905fd9bb5793b345e571944471
MD5sum: 25de9e2d53de09e329768c11cd13e9f6
Description: debug symbols for postgresql-12-pgtt
Build-Ids: 672cbb286db80cba41cf17ec86fa872f99292473
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-12-snakeoil
Source: pg-snakeoil
Version: 1.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17), libclamav12 (>= 1.2.1)
Recommends: clamav-freshclam | clamav-data
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-12-snakeoil_1.4-1.pgdg+2_arm64.deb
Size: 17576
SHA256: 0129b1fdfc9bc8815bb39a1dfb092cc25b828f0c08108c016ae4e8ee68f2beae
SHA1: 687b5c1c35d9ffbd7216281af2fd24b71c9a742b
MD5sum: 0799b491cf84e36b393352a908df0398
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-12-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-12-snakeoil (= 1.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-12-snakeoil-dbgsym_1.4-1.pgdg+2_arm64.deb
Size: 14384
SHA256: 11c4a2827efdfa596c1db3fdee611babcfe48036e5ecd4e63e192119bcccb575
SHA1: 23a56552eb8567d4323b7c237ee02201aefa1b70
MD5sum: c4e70d464a2b415d5e35949d8e1ff284
Description: debug symbols for postgresql-12-snakeoil
Build-Ids: 29384db937a5ebcc3c62f2868c39fc4db06cf237
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-13-pgnodemx
Source: pgnodemx
Version: 1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 254
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.34)
Homepage: https://github.com/CrunchyData/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-13-pgnodemx_1.6-1.pgdg+1_arm64.deb
Size: 91364
SHA256: 8de7b01f66a77bca2bbcd2f41c7ac9ada4afb92cabfd3df787288b5d8034572e
SHA1: 60694a7a2ff527790e1034148dee7bac08aed048
MD5sum: 7d36fcb30474da194e19d1b8b85a8120
Description: FIXME PostgreSQL extension pgnodemx
 FIXME long description here
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-13-pgnodemx-dbgsym
Source: pgnodemx
Version: 1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-13-pgnodemx (= 1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-13-pgnodemx-dbgsym_1.6-1.pgdg+1_arm64.deb
Size: 74052
SHA256: b529d9b1d390a709864717ad8448aff326758ddabd67b1b4e52ca54a8514f94a
SHA1: 21320893597bfd75b4564820af78e25a4fa813e5
MD5sum: 34bfa534948065ca329e241b4e492f32
Description: debug symbols for postgresql-13-pgnodemx
Build-Ids: fe2aab18bf68ad0c09f03bba8c00eb532b55aeab
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-13-pgpool2
Source: pgpool2
Version: 4.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 444
Depends: libpgpool2 (>= 4.5.2-1.pgdg+1), postgresql-13, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2_4.5.2-1.pgdg+1_arm64.deb
Size: 159692
SHA256: 74b5cf369f3c9313cfd5bc2582df5ca459d4680c582f2aac15ec7f986546fca6
SHA1: 9f57d9e019c8daf286c077dbcefb4305e5e3536a
MD5sum: 9cdf8759ec7ea47492b423df5a9545c2
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 13 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-13-pgpool2-dbgsym
Source: pgpool2
Version: 4.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-13-pgpool2 (= 4.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2-dbgsym_4.5.2-1.pgdg+1_arm64.deb
Size: 49376
SHA256: c5e9bffe0a93f230961dd0f08767b93ba33d64f38aee38c898fb62b0ab1569f6
SHA1: a4ab4d750ed7687ba1a3a78b7f9e147c822eeeb5
MD5sum: 1be8b23e4ceb837368eeab011ab2fe60
Description: debug symbols for postgresql-13-pgpool2
Build-Ids: 2fd607763ce69c8dc2297fcb4f65a384c8421b27 48c2c4f2ac41300bb2f2e4860a89c831e6b92bfa cdfa40ec2a383cd62afab4f65a34a0fd75bba132
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-13-pgtt
Source: pgtt
Version: 4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 197
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-13-pgtt_4.0-1.pgdg+1_arm64.deb
Size: 65696
SHA256: 82ef6805b1662220411764fdf3cfc8d7d357c5a42616f2bb0c2b78ab8b295f48
SHA1: d12a2a8ce5051c65da628013a507ad4959cad0a3
MD5sum: 01b797383d8bdf3776ee406934d13fbb
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-13-pgtt-dbgsym
Source: pgtt
Version: 4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-13-pgtt (= 4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-13-pgtt-dbgsym_4.0-1.pgdg+1_arm64.deb
Size: 74620
SHA256: 5cc711456e4b82541edf7490fdf9cedd788fd738742f003d6b26a1b216b16e53
SHA1: 68c8f09f4e99589c901cb1fa8ccf1c4d02180a5d
MD5sum: 1037edc44af9bd862c88f8dee0a9b60c
Description: debug symbols for postgresql-13-pgtt
Build-Ids: f513fa02cb37d53f76b7d75ad3e250623cfd0b47
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-13-snakeoil
Source: pg-snakeoil
Version: 1.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17), libclamav12 (>= 1.2.1)
Recommends: clamav-freshclam | clamav-data
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-13-snakeoil_1.4-1.pgdg+2_arm64.deb
Size: 17852
SHA256: a63cc2ddcfee9b4ffaaed0da0d8adffa53c83749c7bb2e1e6f3229cfbc67a035
SHA1: 9a56c5efd995d34fe0b6535cf16bb7b75ac1e4af
MD5sum: c613209406629c7b9d4fbe8ef1a59057
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-13-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-13-snakeoil (= 1.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-13-snakeoil-dbgsym_1.4-1.pgdg+2_arm64.deb
Size: 14640
SHA256: 78dc52d4c3c807552c683a77c0728b395e3c648295c048370dc907bedf6cfee4
SHA1: 16eac71dd81cf8f0a868fb9848f6050a96aa1cac
MD5sum: 73e99c887b234419d20110fe51deecc3
Description: debug symbols for postgresql-13-snakeoil
Build-Ids: 29e08317e0ad8c01afc07cf34ef8d4ba04f33f37
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-14-pgnodemx
Source: pgnodemx
Version: 1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.34)
Homepage: https://github.com/CrunchyData/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-14-pgnodemx_1.6-1.pgdg+1_arm64.deb
Size: 91936
SHA256: 45d1baba6ec666d7840d74466ad0e032b698947730e422ada0241e5a7c21ca46
SHA1: 201b1c2edb1508fa646f802713f127693b6d2fe3
MD5sum: d0d74fa81f4df19a3844e6e216ddc829
Description: FIXME PostgreSQL extension pgnodemx
 FIXME long description here
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-14-pgnodemx-dbgsym
Source: pgnodemx
Version: 1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-14-pgnodemx (= 1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-14-pgnodemx-dbgsym_1.6-1.pgdg+1_arm64.deb
Size: 74364
SHA256: 27354e9cf768b52db9da4718c8ab3aaa5b93936ce598531124eb649fcd88319a
SHA1: 0c6ee0e009fd0f5467e8f961a77802e03479bcf3
MD5sum: f2ae1db72b068e848c728eedb397970c
Description: debug symbols for postgresql-14-pgnodemx
Build-Ids: 154467842c80f0cf303e79c14651ac5b2e172064
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-14-pgpool2
Source: pgpool2
Version: 4.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 446
Depends: libpgpool2 (>= 4.5.2-1.pgdg+1), postgresql-14, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2_4.5.2-1.pgdg+1_arm64.deb
Size: 160256
SHA256: fa21fb816f4ae1a7fab13362a1a6153ca48cf1c49e94506de83318df864ae14c
SHA1: 4d4e3a03dace2065099639eb4ce67f9f14be2cec
MD5sum: 653953fb128a462a171547559136305c
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 14 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-14-pgpool2-dbgsym
Source: pgpool2
Version: 4.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-14-pgpool2 (= 4.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2-dbgsym_4.5.2-1.pgdg+1_arm64.deb
Size: 50168
SHA256: 0f7bbfeb0e476df7862d55a3568b6cf05856d6ce7b64a5535d179679cf6ab353
SHA1: 75768e3b75cea498946882eb345038159e566974
MD5sum: 197910f4c1c6a3c8ae40deafd4c85e4e
Description: debug symbols for postgresql-14-pgpool2
Build-Ids: 150265aefdf497fb415289748a6cbc170a6a5b68 3c6965a5795f5e59671d23a00f117a5c7638b6f5 c37755763db7a717f56dfff5b71ac19d7d7b2e44
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-14-pgtt
Source: pgtt
Version: 4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-14-pgtt_4.0-1.pgdg+1_arm64.deb
Size: 66636
SHA256: 272a0fb74a5f9d97fd36cc132461cfd3853f3d3870cd9d9ef6a8a8f333f37a25
SHA1: 2cd1a943e56db6b48d2b94b90d1c739dd2bccfdc
MD5sum: 790bd69c03c751514c81e13e754629fe
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-14-pgtt-dbgsym
Source: pgtt
Version: 4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-14-pgtt (= 4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-14-pgtt-dbgsym_4.0-1.pgdg+1_arm64.deb
Size: 77976
SHA256: b7a009233a0d14db045b8c7b254d6cbb9477ba7c4c7050d7b5377f68c0777220
SHA1: 27c2d83ecf8801eed6d16b23459a2b2445047c03
MD5sum: a1a5f161dfb0736d603040798069d575
Description: debug symbols for postgresql-14-pgtt
Build-Ids: 98504c107a8fa0ebdc84db0dcc2b6596a00e2def
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-14-snakeoil
Source: pg-snakeoil
Version: 1.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17), libclamav12 (>= 1.2.1)
Recommends: clamav-freshclam | clamav-data
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-14-snakeoil_1.4-1.pgdg+2_arm64.deb
Size: 17924
SHA256: 200a6ef12c7f256765d69319b473517b2af2173e5f475d8cf499fb1b45c12521
SHA1: a153a8ae5852bfe59e1156ee9996fa26eef4b0c1
MD5sum: a1484ac1036483098874753550d48301
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-14-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-14-snakeoil (= 1.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-14-snakeoil-dbgsym_1.4-1.pgdg+2_arm64.deb
Size: 14772
SHA256: 4645264566f70159c34365cd0681c669c4ce40bafd90d7c4e9314d2e4e52dac7
SHA1: 43d1f6d4e336a1d9e3d73612bcba0ab60a310972
MD5sum: 45de3239caac28fee25230fb221d1116
Description: debug symbols for postgresql-14-snakeoil
Build-Ids: bd84d5c9d0a4613c5044b65f6f3324d79592ff04
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-14-timescaledb
Source: timescaledb
Version: 2.15.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13640
Depends: postgresql-14, libc6 (>= 2.38), libssl3t64 (>= 3.0.0)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-14-timescaledb_2.15.2+dfsg-1.pgdg+1_arm64.deb
Size: 343596
SHA256: 5dd074b4d089dc8d609f9b50e8cd63ab9d328f04df1a73c0fe5ca94cbe9cdde5
SHA1: 9e9ea65eb98a87490f2a524e29b250d1ba5dc2fe
MD5sum: cca0833bcd60f55882af2e6eaaba7612
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-14-timescaledb-dbgsym
Source: timescaledb
Version: 2.15.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1186
Depends: postgresql-14-timescaledb (= 2.15.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-14-timescaledb-dbgsym_2.15.2+dfsg-1.pgdg+1_arm64.deb
Size: 1069096
SHA256: 0d228dd84fefc7401d9a485d03fe405e1a69b48868c2033b52ea9701f39bf66d
SHA1: fda468be160b99a3e5bbd91531dc6c1591e10863
MD5sum: b96239735cf869066a170bc6492013e9
Description: debug symbols for postgresql-14-timescaledb
Build-Ids: 558322e3e787905a13c6d7f0d42bd68a6784d155 edac1da14a8c705b73caf60fb023acedcce1fde8
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-15-pgnodemx
Source: pgnodemx
Version: 1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/CrunchyData/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-15-pgnodemx_1.6-1.pgdg+1_arm64.deb
Size: 92160
SHA256: 4b530cc091ba6624f71b3322f6accefab031e28768ae706ad4bb9c63e7141da7
SHA1: 7a51260f726bad1aed284ef93264311156da5f27
MD5sum: 873c0b3b6bd42c91bc87fd31492cc032
Description: FIXME PostgreSQL extension pgnodemx
 FIXME long description here
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-15-pgnodemx-dbgsym
Source: pgnodemx
Version: 1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-15-pgnodemx (= 1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-15-pgnodemx-dbgsym_1.6-1.pgdg+1_arm64.deb
Size: 74888
SHA256: 5dca1b070d39c42162c5d124451a05d7edece4585b9fe34a123d67fba55a5f4b
SHA1: 6eb648e47b6050f6640e5713ab0755288365ca33
MD5sum: f98e98f32b9bbe7b6b74d331f80cb6f8
Description: debug symbols for postgresql-15-pgnodemx
Build-Ids: 1fc6bc476ad8cd57d17953fa3cb72e02d1477a38
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-15-pgpool2
Source: pgpool2
Version: 4.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 447
Depends: libpgpool2 (>= 4.5.2-1.pgdg+1), postgresql-15, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2_4.5.2-1.pgdg+1_arm64.deb
Size: 161260
SHA256: fc00589e1be8174bc0e0830dca4b7f8e727d2d0d3ee9b41520b8af4745baf984
SHA1: 9c01b357253d060d4399c1452d68abb858ecbfab
MD5sum: db4fa1f833b43665cda16837fdb5e204
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 15 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-15-pgpool2-dbgsym
Source: pgpool2
Version: 4.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-15-pgpool2 (= 4.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2-dbgsym_4.5.2-1.pgdg+1_arm64.deb
Size: 51108
SHA256: 0000dad486597ca9d61d1f94ce8557181d911c5c0e0b0499decf6b204d2189d9
SHA1: 982765ddf96991d9757c8bd2bd7ca2268a14005f
MD5sum: 64cddb8e4ba1ab8bf0a34b16289bc8ad
Description: debug symbols for postgresql-15-pgpool2
Build-Ids: 6ca0f17e6b2dfc2ed8e8fff62fd2fb491155882f 6e178f6c342084443d764ca8c0ae3390124c5734 c0a956db222d738306994ef68732e08852d68491
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-15-pgtt
Source: pgtt
Version: 4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-15-pgtt_4.0-1.pgdg+1_arm64.deb
Size: 67028
SHA256: 8be4dc0dcb6647432f2dfb68ab6fa23ddf14d8f8de9d109586ace7d07ef58014
SHA1: d72ecd0f038e8459cb632b0224c33839f722db19
MD5sum: de7c2c32b41491ee10637154bc0d8862
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-15-pgtt-dbgsym
Source: pgtt
Version: 4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-15-pgtt (= 4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-15-pgtt-dbgsym_4.0-1.pgdg+1_arm64.deb
Size: 78932
SHA256: a967701e78e6794819392be63fd38a5729a258fb29d7245c43f5b6a09f9b0bdd
SHA1: 663d54672dc83e1f1096ebc2af3105cefe299739
MD5sum: 24a3ecf3248a277fb0f550c710928017
Description: debug symbols for postgresql-15-pgtt
Build-Ids: 2e82cc51d1d8e97728ed61d070c720c8f549b2bb
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-15-snakeoil
Source: pg-snakeoil
Version: 1.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17), libclamav12 (>= 1.2.1)
Recommends: clamav-freshclam | clamav-data
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-15-snakeoil_1.4-1.pgdg+2_arm64.deb
Size: 17900
SHA256: 86d29a786fa6f58a784f8a845aa0a51d34f364ef118a2ce8674ee8226ea4f02e
SHA1: 85a893233e48a5bf6f09187a60ea62e6e27d206c
MD5sum: ec0a6641b953ec9f948d1b934258f333
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-15-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-15-snakeoil (= 1.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-15-snakeoil-dbgsym_1.4-1.pgdg+2_arm64.deb
Size: 14876
SHA256: d22eff8505f2be08cd137c5ffed7cf792db752dce94562826238a347c086f084
SHA1: e45468fe5d79f46bd5da1d74586240547be4719a
MD5sum: f5e2d1034eba9d8201466f5b8b4f9c85
Description: debug symbols for postgresql-15-snakeoil
Build-Ids: ad96ec909207870e4cc32c05d845028de7ce6787
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.15.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13704
Depends: postgresql-15, libc6 (>= 2.38), libssl3t64 (>= 3.0.0)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.15.2+dfsg-1.pgdg+1_arm64.deb
Size: 346592
SHA256: b4f3d60d7fdfad125e8a055f15718e8c17cf140eaf22e280e13389afde9f7036
SHA1: 8fcbc1687d639d6fea9397f9b2b863aa3a0bda82
MD5sum: 196ad1fdca54b4ae689271020091541e
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-15-timescaledb-dbgsym
Source: timescaledb
Version: 2.15.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1176
Depends: postgresql-15-timescaledb (= 2.15.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.15.2+dfsg-1.pgdg+1_arm64.deb
Size: 1059020
SHA256: 068144da3b79c98d72b8bdbdd58fcf43d30453303bfa17ed4863164fedee1a0f
SHA1: b4c44280f5375800124e6042fd01eb60ce7c51c9
MD5sum: 2bd4c8a14a60e5d194208d0842c00da5
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: 2301c9ab45bf6553a7c8b3407316fc253d393610 6feb01b7ff080e0fb87e88bd1ede79487a71c499
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-16-pgnodemx
Source: pgnodemx
Version: 1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/CrunchyData/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-16-pgnodemx_1.6-1.pgdg+1_arm64.deb
Size: 90912
SHA256: a052e9aed225df1ff821e47f2ac3ff8be93cffc31f57137c921bd624336eeea8
SHA1: 1ff9d04abd6a3232001207645f12e76b4d998a84
MD5sum: 56129a6ad32d50603ea797afc51a22c0
Description: FIXME PostgreSQL extension pgnodemx
 FIXME long description here
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-16-pgnodemx-dbgsym
Source: pgnodemx
Version: 1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: postgresql-16-pgnodemx (= 1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-16-pgnodemx-dbgsym_1.6-1.pgdg+1_arm64.deb
Size: 76040
SHA256: 9175747d992be3acf2469a92285f93a68c3ec5364b2ec26391fe492c593d8078
SHA1: 975edfee848c764b72be060a010f1739808630a5
MD5sum: a9b1beb579dec87b8cea3adf45096f52
Description: debug symbols for postgresql-16-pgnodemx
Build-Ids: aaa2a6af67e2a9efa9de14c353980f84b7c75d83
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-16-pgpool2
Source: pgpool2
Version: 4.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 447
Depends: libpgpool2 (>= 4.5.2-1.pgdg+1), postgresql-16, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-16-pgpool2_4.5.2-1.pgdg+1_arm64.deb
Size: 161040
SHA256: 4b2dababe711ad3ff6df9bdab89b47eca163ffc10ceb72f259b109fb8d090d4b
SHA1: c7838a2adea912cdfadedc04b1559e905279f80c
MD5sum: adbd932e7231a5f36808c0b7f65833c5
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 16 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-16-pgpool2-dbgsym
Source: pgpool2
Version: 4.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-16-pgpool2 (= 4.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-16-pgpool2-dbgsym_4.5.2-1.pgdg+1_arm64.deb
Size: 56628
SHA256: 04a7ffb14a0da08b628aa2452c4655d3febdc8dd82454180c1f91386e64f2190
SHA1: 640163e3fde6884219cc9d7811b1512f630fc3ad
MD5sum: e8a768e3abecd8384dd217479a0ea565
Description: debug symbols for postgresql-16-pgpool2
Build-Ids: a69d5db8cee1f02eb5560b43d7c502240f5e9aa7 d2e6a60fe8bc97a33afd8fbcfa025fcf90e49cf9 e43411fa8315fd0dec4f00bae21c498002edda83
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-16-pgtt
Source: pgtt
Version: 4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-16-pgtt_4.0-1.pgdg+1_arm64.deb
Size: 66504
SHA256: d652acd928c5b9dbdff53164227d1345399a1d814be4255dd501862cc749d3d0
SHA1: f04849e349a7d188d3481bb4ec58636552213cfe
MD5sum: 3d611134fe63da445e8a32162f3f4fb7
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-16-pgtt-dbgsym
Source: pgtt
Version: 4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-16-pgtt (= 4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-16-pgtt-dbgsym_4.0-1.pgdg+1_arm64.deb
Size: 80136
SHA256: 4c2c64b1fc4c49973d8ac5e8a74724ced3b9b952b0f5d1ed9bd927652551613b
SHA1: f324c9d0436b551c086173d7dd965eaf8fed9536
MD5sum: f8e72f6d9baac1b8be541d0492b41ebe
Description: debug symbols for postgresql-16-pgtt
Build-Ids: f9312336eae0beffcfbeea8331ca3b11776a4a58
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-16-snakeoil
Source: pg-snakeoil
Version: 1.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17), libclamav12 (>= 1.2.1)
Recommends: clamav-freshclam | clamav-data
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-16-snakeoil_1.4-1.pgdg+2_arm64.deb
Size: 17632
SHA256: 52c2f67568da808de5d8a45a51901d2b642000533e1654d84d8140bba0112ea4
SHA1: 7d968b85f5e79f7de4b88040e152c72c03958599
MD5sum: 3e6b8bdf8bdd318a3d953c9e1a404e3e
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-16-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-16-snakeoil (= 1.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-16-snakeoil-dbgsym_1.4-1.pgdg+2_arm64.deb
Size: 15596
SHA256: 7ffecfe91bc4536893676cbdc549a42944f097ebbbdf526ff20feb7956862c59
SHA1: cfa7bbf9fb698146839e8fd406615da10f1b9648
MD5sum: 47a191bcd9cea6035df3afd5ff901f17
Description: debug symbols for postgresql-16-snakeoil
Build-Ids: 7d2109ede6b34b6f2bee667c3bbde9784858d8ac
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.15.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13640
Depends: postgresql-16, libc6 (>= 2.38), libssl3t64 (>= 3.0.0)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.15.2+dfsg-1.pgdg+1_arm64.deb
Size: 345568
SHA256: 1d32a7e5546696530700c23930432466171fd535ce1fd4b888213481782a9dc6
SHA1: 9e471589be6bb00f3ba51c549e5bfe0e02cb4e21
MD5sum: 2ac5e98b313850a57e6d47a4ae08d3e0
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-16-timescaledb-dbgsym
Source: timescaledb
Version: 2.15.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1221
Depends: postgresql-16-timescaledb (= 2.15.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.15.2+dfsg-1.pgdg+1_arm64.deb
Size: 1106324
SHA256: a010792505e06ca4c6e5a6e6049d4f518400ba0dc82a193dfe733fc9c3440359
SHA1: 73868d9c17b5a3f6a463e5d65e955ac5efce3f05
MD5sum: ba54fbe295a2f62263d4dd067532c5c9
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: c4810b0b21fb3e1dd90f9b849d9bf310dedd47c3 e54455ec2aafc46b6800e798c264fe5da48f3c45
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-17-pgpool2
Source: pgpool2
Version: 4.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 447
Depends: libpgpool2 (>= 4.5.2-1.pgdg+1), postgresql-17, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-17-pgpool2_4.5.2-1.pgdg+1_arm64.deb
Size: 161172
SHA256: b14d669c7d46cc9a11a55fa4212d794e6b2e105352dc13e0daa471801fd8073c
SHA1: b63b5dbaae77846e167098101cb0bb9271ece1bb
MD5sum: 4acd49abb660b6097c51689b7804cd79
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 17 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-17-pgpool2-dbgsym
Source: pgpool2
Version: 4.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-17-pgpool2 (= 4.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-17-pgpool2-dbgsym_4.5.2-1.pgdg+1_arm64.deb
Size: 57596
SHA256: e067f3c722f3a0dad1f59568781a0648a3f6d47ec01fcc1c8f35013c05f4990c
SHA1: c819cdca62b7af6cdd90e0f558b7c7a25231e21c
MD5sum: 6008c69651d7ed44ca9487e8bf7cfef8
Description: debug symbols for postgresql-17-pgpool2
Build-Ids: 157ddebc29eaac34fadc6e8c104f248869d3a6f5 58aceabe9ad3f1b0fb692290424c3cb2bc557e55 b4e662e1c15fe18c2388cdc6430ef155e17080cc
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-17-pgtt
Source: pgtt
Version: 4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-17-pgtt_4.0-1.pgdg+1_arm64.deb
Size: 66640
SHA256: 1afd4adc1129be298d8bde17dee9a16bb613b125161cba188d879c88830a9219
SHA1: d9e9ab2217730c855f69d7208dd3c9160e736425
MD5sum: 0aa933c810fb2347be99d27586dee021
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-17-pgtt-dbgsym
Source: pgtt
Version: 4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-17-pgtt (= 4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-17-pgtt-dbgsym_4.0-1.pgdg+1_arm64.deb
Size: 81520
SHA256: ed3fe8eb5c4a3c7e9cb07ed7d59c463da747a6e15bd2b6f1cdbb7b7f3d93cd8d
SHA1: 3dbc359cdc8bee698bf5058606221d6dfaca45e1
MD5sum: a1aabadc0e6f6da8ae61268553f673fc
Description: debug symbols for postgresql-17-pgtt
Build-Ids: 30817afa4cd077e22aea25e32e434e8ea8bf3546
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-17-snakeoil
Source: pg-snakeoil
Version: 1.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17), libclamav12 (>= 1.2.1)
Recommends: clamav-freshclam | clamav-data
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-17-snakeoil_1.4-1.pgdg+2_arm64.deb
Size: 17612
SHA256: 2dec6155f79479cd8fcf6e449b6a08cc4811efd9a07d1553ac11d0faab919240
SHA1: b8cc4ad9deb353ccf2aa264da898249fc4955aa5
MD5sum: 3193096468fbd5debd5956dae5350025
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2024-06-12 13:15:21+00

Package: postgresql-17-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-17-snakeoil (= 1.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-17-snakeoil-dbgsym_1.4-1.pgdg+2_arm64.deb
Size: 15792
SHA256: f36aa3f705274e0fc9112f413b775b4d87fc00c52eccba47dee95e69ffb8b2b5
SHA1: e6dba15c881dc8ea138e1a1ac54bf85ef4bbf535
MD5sum: 53d1b3902a43ce31f8207ca14011b618
Description: debug symbols for postgresql-17-snakeoil
Build-Ids: 5f154316e3c4271cb3bdd3ed99311287de9ed3e5
Timestamp: 2024-06-12 13:15:21+00

Package: omnidb-common
Source: omnidb
Version: 3.0.3b+ds-6.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28745
Depends: fonts-roboto-unhinted, fonts-glyphicons-halflings, libjs-jquery, python3:any, python3-cherrypy3, python3-django (>= 2:2.2), python3-django-auth-ldap, python3-django-sass, python3-openpyxl, python3-paramiko, python3-pgspecial, python3-prettytable, python3-psycopg2, python3-pyaes, python3-pymysql, python3-restrictedpython, python3-scrypt, python3-social-django, python3-sqlparse, python3-sshtunnel
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/omnidb-common_3.0.3b+ds-6.pgdg+1_all.deb
Size: 4369188
SHA256: 624d75bbc706876f0f6142014101bedce3894591e50e9f23e58e99ca96b48abf
SHA1: c5d0c13b084c0a36393b1c12ebf6373b18b440a8
MD5sum: 4892dfce50ce5fb939f9b775aa40ef20
Description: Web tool for database management (shared files)
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight. Check-out some
 characteristics:
 .
  * Web Tool: Accessible from any platform, using a browser as a medium
  * Responsive Interface: All available functions in a single page
  * Unified Workspace: Different technologies managed in a single workspace
  * Simplified Editing: Easy to add and remove connections
  * Safety: Multi-user support with encrypted personal information
  * Interactive Tables: All functionalities use interactive tables, allowing
    copying and pasting in blocks
  * Smart SQL Editor: Contextual SQL code completion
  * Beautiful SQL Editor: You can choose between many available color themes
  * Tabbed SQL Editor: Easily add, rename or delete editor tabs
 .
 Supported DBMS: PostgreSQL, Oracle, MySQL, MariaDB
 .
 This package contains shared files.
Timestamp: 2024-06-24 10:46:43+00

Package: omnidb-server
Source: omnidb
Version: 3.0.3b+ds-6.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: adduser, omnidb-common (= 3.0.3b+ds-6.pgdg+1)
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/omnidb-server_3.0.3b+ds-6.pgdg+1_all.deb
Size: 8996
SHA256: a767d5a53ef382321e8ab41641e615bc176abb3fb4d0d6eb2204164ad211896f
SHA1: f01a0a01ea959aa6703f1f243ce39f22b00777cc
MD5sum: d33546334e27dc54b246f137a33c872c
Description: Web tool for database management
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight. Check-out some
 characteristics:
 .
  * Web Tool: Accessible from any platform, using a browser as a medium
  * Responsive Interface: All available functions in a single page
  * Unified Workspace: Different technologies managed in a single workspace
  * Simplified Editing: Easy to add and remove connections
  * Safety: Multi-user support with encrypted personal information
  * Interactive Tables: All functionalities use interactive tables, allowing
    copying and pasting in blocks
  * Smart SQL Editor: Contextual SQL code completion
  * Beautiful SQL Editor: You can choose between many available color themes
  * Tabbed SQL Editor: Easily add, rename or delete editor tabs
 .
 Supported DBMS: PostgreSQL, Oracle, MySQL, MariaDB
 .
 This package runs OmniDB as system service on http://127.0.0.1:8000.
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-10-dirtyread
Source: pg-dirtyread
Version: 2.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: libc6 (>= 2.38), postgresql-10
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-10-dirtyread_2.7-1.pgdg+1_arm64.deb
Size: 10732
SHA256: 5efe972d2218fb55e66ec31b0274c0c56b40737773f7887d8597d16bd1b511e0
SHA1: 72859ae5089744ef2d52e6975391126ac3b0181d
MD5sum: 96891e6b9e5011c9f616bc1ac4e7fa63
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-10-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-10-dirtyread (= 2.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-10-dirtyread-dbgsym_2.7-1.pgdg+1_arm64.deb
Size: 29108
SHA256: 9b2f0eb4076dfedf8ebd1ef2088417dfdcb9b86d97773588b52fa6b86664bee4
SHA1: 4ba4a886271d5ec9304b2efb96713836bf86abd8
MD5sum: 606887c940f408bbc0458b28b191694d
Description: debug symbols for postgresql-10-dirtyread
Build-Ids: 54eaf281b9938d3a4be753ef8f98d6f15dc5e478
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-10-pgnodemx
Source: pgnodemx
Version: 1.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-10, libc6 (>= 2.34)
Homepage: https://github.com/CrunchyData/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-10-pgnodemx_1.6-2.pgdg+1_arm64.deb
Size: 30976
SHA256: 2dc372b8dfa4a844db893869799a8329fcb1df12f5a64dfc968e139895bf2fa3
SHA1: bb0524b36dfc5bd228ea9fa072d1756d0f7cf04e
MD5sum: ef4b9b8b1d7f89e9d402a3641bbad200
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-10-pgnodemx-dbgsym
Source: pgnodemx
Version: 1.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-10-pgnodemx (= 1.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-10-pgnodemx-dbgsym_1.6-2.pgdg+1_arm64.deb
Size: 77904
SHA256: ff0afc7fc7b8c38b1f90c215bc7d625aae113194dbfa11eda5615fee7130267a
SHA1: e2e327c9f1fe84bd21de80ebf0fad2494f4ea9a0
MD5sum: 3c2cdd1554cf88704e6e93523df19bdb
Description: debug symbols for postgresql-10-pgnodemx
Build-Ids: bc33f868198e5b144d9bafdee29b661559a8ed88
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-10-pg-permissions
Source: pg-permissions
Version: 1.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-10
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-10-pg-permissions_1.3-1.pgdg+1_all.deb
Size: 8328
SHA256: 5160fe7bcd0d4904d2c8d6b54225dd91aff3a9d7eadd156c31eac889f1959699
SHA1: c66706c76267688d5fae6a92677e872631b9f100
MD5sum: 8b917fc5b41eda667e772a22cd0e4dbc
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-11-dirtyread
Source: pg-dirtyread
Version: 2.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: libc6 (>= 2.38), postgresql-11, postgresql-11-jit-llvm (>= 15)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-11-dirtyread_2.7-1.pgdg+1_arm64.deb
Size: 24820
SHA256: fa4c3a5a1644eabcf433296bdb09fd8685f4eb907461d3c148e0a5f98639762a
SHA1: 6069e8f6cca8ad1455cf5a7f1e833faf17ee8698
MD5sum: dbca618757cf2f9ec23a2fb9e5f04ebf
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-11-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-11-dirtyread (= 2.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-11-dirtyread-dbgsym_2.7-1.pgdg+1_arm64.deb
Size: 31076
SHA256: 6e9a13bbd77b0ca722dbabb6e81b5ea0c00d7223fd3f1fc2ee1fe7ac5c1a9ea3
SHA1: dd145b226b680ead86f13f91de0f7650affc6f54
MD5sum: 5b1b7275c378e2625a6851aa83c470ff
Description: debug symbols for postgresql-11-dirtyread
Build-Ids: 6765b2bc68864796922d2ca34a94778dc85bf428
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-11-pgnodemx
Source: pgnodemx
Version: 1.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: postgresql-11, postgresql-11-jit-llvm (>= 15), libc6 (>= 2.34)
Homepage: https://github.com/CrunchyData/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-11-pgnodemx_1.6-2.pgdg+1_arm64.deb
Size: 94052
SHA256: 5724adb173a5112cb126073779ac949763a6cb3592fc83fb857a4e65078d9170
SHA1: d72c19a366f07159508663fa769cf07e0e04ca85
MD5sum: e9a74a09c668f14bf7f1f25ef4a7332b
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-11-pgnodemx-dbgsym
Source: pgnodemx
Version: 1.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-11-pgnodemx (= 1.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-11-pgnodemx-dbgsym_1.6-2.pgdg+1_arm64.deb
Size: 73880
SHA256: 7019028436791c5fea1b05ef1c8176026990d14116a5badcd42c7f1158926fa6
SHA1: 8c2d9fcd7e99491adaa20ca470d3d747b585e122
MD5sum: f6b09a6764ae6b447a716a02d504ed81
Description: debug symbols for postgresql-11-pgnodemx
Build-Ids: 084e5233fc5396b349ed1788b4d5a300883e697e
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-11-pg-permissions
Source: pg-permissions
Version: 1.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-11
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-11-pg-permissions_1.3-1.pgdg+1_all.deb
Size: 8328
SHA256: f543d375bb390b197b13c025266d8e02d6eefc8cce159d64f7fa48561a1cb4da
SHA1: 2a30cb47606f0d20f1f492d98e229fc46f5e65fb
MD5sum: 226a950ebbe3600a0d9336bc0e95a05d
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-12-dirtyread
Source: pg-dirtyread
Version: 2.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: libc6 (>= 2.38), postgresql-12, postgresql-12-jit-llvm (>= 16)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-12-dirtyread_2.7-1.pgdg+1_arm64.deb
Size: 25624
SHA256: be1a115cb1bbbd139aa2426e5a2a0fa43bb28d7a0345585cda93bc401d6caefc
SHA1: f7cb7ed1ea80705d0e191082a0b9b5e91e7274c8
MD5sum: 75e97dc770fbb0809fa2bb7199ff4f6d
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-12-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-12-dirtyread (= 2.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-12-dirtyread-dbgsym_2.7-1.pgdg+1_arm64.deb
Size: 34864
SHA256: f888f6e427d76cd6ae02fe326ef3d1d0b59f4ee50b7daae67300c9a18cefa39b
SHA1: 3f37eb0d32d9a0dd7e7a43ed07b425ca8680d8c9
MD5sum: f1c35593b6bfd1737fa9cbb924c9dd60
Description: debug symbols for postgresql-12-dirtyread
Build-Ids: 84a5322c3a95b123621362796cf1d359400f6760
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-12-pgnodemx
Source: pgnodemx
Version: 1.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.34)
Homepage: https://github.com/CrunchyData/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-12-pgnodemx_1.6-2.pgdg+1_arm64.deb
Size: 94128
SHA256: d4f471ff3c480aed8b95673c95f6e8daf7fc2b48c521dc2357c7a9d9f6d62a95
SHA1: bdf9a187b8be67a3930816c74dd3a33eacb9ee03
MD5sum: 3d90b2e7dfebbf36a68c0a890a77a07f
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-12-pgnodemx-dbgsym
Source: pgnodemx
Version: 1.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: postgresql-12-pgnodemx (= 1.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-12-pgnodemx-dbgsym_1.6-2.pgdg+1_arm64.deb
Size: 77336
SHA256: 21ddc4ab4bcf438774a975edcc75330a3b01f170515b8bdf1e582d683fe13a67
SHA1: 6601131c637aac6ad531447a3858d526e1b80837
MD5sum: 368894c34382d934649b1b32d693f824
Description: debug symbols for postgresql-12-pgnodemx
Build-Ids: 95bfc2f0e6bace262ea3b6af6a4f99e5e12758ce
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-12-pg-permissions
Source: pg-permissions
Version: 1.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-12
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-12-pg-permissions_1.3-1.pgdg+1_all.deb
Size: 8324
SHA256: 1ed0e3f7fdcdc1759ea49c7acad7f2d2cdcdc5eb822ab1dd575634a9302a7bcc
SHA1: 01fc7d332cbf22b964ce1eeb0c94a52099a3aa70
MD5sum: 52f88662717b43c66ba272d4a187bd87
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-12-pgvector
Source: pgvector
Version: 0.7.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 739
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-12-pgvector_0.7.2-1.pgdg+1_arm64.deb
Size: 274496
SHA256: 6859c8283f3f6ab7a17f2875d06f479b3b685c207d00fe199b4464577155289e
SHA1: 4faa1ac9cfec059db7692994eca1d65f5c625b19
MD5sum: bd8e436733d595e123a9583d016a41ad
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-12-pgvector-dbgsym
Source: pgvector
Version: 0.7.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 307
Depends: postgresql-12-pgvector (= 0.7.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-12-pgvector-dbgsym_0.7.2-1.pgdg+1_arm64.deb
Size: 274976
SHA256: ea81532f258e2bb5fc3f1f60b8fa99cbc2408c59d248d6408ed530ccd368cb7c
SHA1: b4a79ea4b100f8e5c47a305714f8386d8753aa64
MD5sum: 62b43ec9ab56f00f22fbe5452210cb43
Description: debug symbols for postgresql-12-pgvector
Build-Ids: 3af96ec9cd2f0f02dc6ee1a51b8fe3beb5b0f207
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-13-dirtyread
Source: pg-dirtyread
Version: 2.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: libc6 (>= 2.38), postgresql-13, postgresql-13-jit-llvm (>= 16)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-13-dirtyread_2.7-1.pgdg+1_arm64.deb
Size: 25360
SHA256: fd7ed9b46366bf80ce6d5b7afe65404f5146e1d8d9095efdf3e7a6f1c98a389f
SHA1: 00bfe510f621b54ead399f271fd3a409a3e98485
MD5sum: 7c6fd31b4f8e9fe9e5a29f4d18144733
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-13-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-13-dirtyread (= 2.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-13-dirtyread-dbgsym_2.7-1.pgdg+1_arm64.deb
Size: 31916
SHA256: f384355cb7ea32e3b11dfac9f38344c9af0116c8844745d2e658b8a35ae0e87c
SHA1: 3ff832aa8c26875c5d88e0e9e5b784521293a853
MD5sum: 71deaa315a2b6a28d664b026d2ae7ea5
Description: debug symbols for postgresql-13-dirtyread
Build-Ids: 988f532988b7509d742f06a0e37d365e0801a227
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-13-pgnodemx
Source: pgnodemx
Version: 1.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 254
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.34)
Homepage: https://github.com/CrunchyData/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-13-pgnodemx_1.6-2.pgdg+1_arm64.deb
Size: 91488
SHA256: 51708fae583cffa0350938c32f28f69fca1e059852caee0710eaaa9319973d1b
SHA1: a309f04fe5f032d29a81fa2cb7bbd8866685b3e6
MD5sum: 12091252d323bc61fe4e89556564c130
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-13-pgnodemx-dbgsym
Source: pgnodemx
Version: 1.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-13-pgnodemx (= 1.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-13-pgnodemx-dbgsym_1.6-2.pgdg+1_arm64.deb
Size: 74044
SHA256: 242a6a0173bf3161afafe8fdc74fae1ff2efc0c18d04ab124f69fa9e247f9302
SHA1: d97920e2fc571dfc6c14ad123406197cc044ff6a
MD5sum: f55f7648632130eef303fe80708ced00
Description: debug symbols for postgresql-13-pgnodemx
Build-Ids: fe2aab18bf68ad0c09f03bba8c00eb532b55aeab
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-13-pg-permissions
Source: pg-permissions
Version: 1.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-13
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-13-pg-permissions_1.3-1.pgdg+1_all.deb
Size: 8328
SHA256: d825b6660966bea1c49f612fb334cef867ab2be3d6727dfa21859d71fa9fe36a
SHA1: 3c9da514cc77e02446dc79ea7a54ed2b6c70a8b7
MD5sum: 2f6db278a53b4a998e1b42895f4ce510
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-13-pgvector
Source: pgvector
Version: 0.7.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 731
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-13-pgvector_0.7.2-1.pgdg+1_arm64.deb
Size: 271780
SHA256: 78f9d80a4fc764e42b8af292bd405804d6c159b63ef3e0a610c065e77ba64e6f
SHA1: 6e7a80db0237df058bc1be4217a3783f686e79c3
MD5sum: a1ec543e32655b9ab301fb1820d5335b
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-13-pgvector-dbgsym
Source: pgvector
Version: 0.7.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 312
Depends: postgresql-13-pgvector (= 0.7.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-13-pgvector-dbgsym_0.7.2-1.pgdg+1_arm64.deb
Size: 279944
SHA256: 30121a14bae48da6c5a74cf3a757b48225e3913b56c7ddc16f82d13438d64284
SHA1: e36b50631ee6e8740b3ee14b2727ec3d5923c041
MD5sum: 306255a639a93fc219613f98a563b0c5
Description: debug symbols for postgresql-13-pgvector
Build-Ids: 8e489363ac4799fb7bde6e7dfa655d936c25c34d
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-14-dirtyread
Source: pg-dirtyread
Version: 2.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: libc6 (>= 2.38), postgresql-14, postgresql-14-jit-llvm (>= 16)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-14-dirtyread_2.7-1.pgdg+1_arm64.deb
Size: 25620
SHA256: 046063f0457f75ac85df56078ccacb2fc2286808cd1e78365f94c38e7c0fca3c
SHA1: 8ab3588e43b41eff9e09146b236b2592fcde88e7
MD5sum: a947f6864dac87dea792c3c6a478030f
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-14-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-14-dirtyread (= 2.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-14-dirtyread-dbgsym_2.7-1.pgdg+1_arm64.deb
Size: 32648
SHA256: 90ff11ec4136e3c0a75c29fcad5c066507e1ef6a7fb1d29556930f1ed7cce186
SHA1: c401527e55092154190ba0184b45232179ff25a8
MD5sum: 138af9fa89d3440da8d643965b0663ba
Description: debug symbols for postgresql-14-dirtyread
Build-Ids: 9ce9f28c7842b8de562b8885072082ae143220e8
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-14-pgnodemx
Source: pgnodemx
Version: 1.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.34)
Homepage: https://github.com/CrunchyData/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-14-pgnodemx_1.6-2.pgdg+1_arm64.deb
Size: 91816
SHA256: 32818d97f22c78a469e30a2a2655d6567be6f5e59db9a6c17765d7635c5ee47f
SHA1: f8f48b5c2f3e5962a4944ce146b1f4834455c5a1
MD5sum: 3221ff82515516e21ec15a3ce23b624e
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-14-pgnodemx-dbgsym
Source: pgnodemx
Version: 1.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-14-pgnodemx (= 1.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-14-pgnodemx-dbgsym_1.6-2.pgdg+1_arm64.deb
Size: 74360
SHA256: 5dec87e3deb1357235037da2d56313e771fba4084345b52c1b2ab2c6e008e705
SHA1: 5681ea0706a86e51e6bfad7db0993fd80602d164
MD5sum: edbdd6cdc2fa356582e5cb12c223d4dc
Description: debug symbols for postgresql-14-pgnodemx
Build-Ids: 154467842c80f0cf303e79c14651ac5b2e172064
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-14-pg-permissions
Source: pg-permissions
Version: 1.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-14
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-14-pg-permissions_1.3-1.pgdg+1_all.deb
Size: 8332
SHA256: d839a7119f648c52b1c224f52a6c550ad6a13a2c1f79ca1a4cc38971a74f6652
SHA1: e3cbf439d0880e68239d19a61b76e6daedd9d9ed
MD5sum: 19ac14d930061f796e2a981fc70ec41f
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-14-pgvector
Source: pgvector
Version: 0.7.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 741
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-14-pgvector_0.7.2-1.pgdg+1_arm64.deb
Size: 273892
SHA256: bfaa54e3b4535da3fe43bbc77928d667a7ba52505a0df2884e9bda74e040a70a
SHA1: 5b7a8c911cdde013045e566bbeba33a628a051d8
MD5sum: 77868febba3a79d83d55e9eaac5261f7
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-14-pgvector-dbgsym
Source: pgvector
Version: 0.7.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 316
Depends: postgresql-14-pgvector (= 0.7.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-14-pgvector-dbgsym_0.7.2-1.pgdg+1_arm64.deb
Size: 283680
SHA256: 237992f13bdfe03f25d5aa7b9dcc6c62fbac14383a232cf8888b440b611c57bb
SHA1: 922fc4780368a1d6a91488b33918ed3aa1a99df1
MD5sum: 2d140d46649e1939b95b7fb196399969
Description: debug symbols for postgresql-14-pgvector
Build-Ids: fb680db6e137100b44562521d759ebc06c8315eb
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-15-dirtyread
Source: pg-dirtyread
Version: 2.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: libc6 (>= 2.38), postgresql-15, postgresql-15-jit-llvm (>= 16)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-15-dirtyread_2.7-1.pgdg+1_arm64.deb
Size: 25632
SHA256: 8721fd572cceacf9a50ea2a114c7dba432eec9403ffbc92b1dca3bc1317843b3
SHA1: e9614daaf33ae643d7c71da2af72fecb2a166ce2
MD5sum: ffb17d2c03e2e1ec5078d2f9ba167fa8
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-15-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-15-dirtyread (= 2.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-15-dirtyread-dbgsym_2.7-1.pgdg+1_arm64.deb
Size: 33104
SHA256: adb8313805b8c1a469a95c2bd68d97f02c6547cd42da5d2ca1e88be450129619
SHA1: 9e2fcf6bd300bf1686429dbe1b186ab782f41ecb
MD5sum: 791be8c0b438f70885ee898111cd75d0
Description: debug symbols for postgresql-15-dirtyread
Build-Ids: 4388cabe9c7d69183d93a1f80a5b5a2ee0739da8
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-15-pgnodemx
Source: pgnodemx
Version: 1.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/CrunchyData/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-15-pgnodemx_1.6-2.pgdg+1_arm64.deb
Size: 92188
SHA256: 54d5761dca39555fd1f5e429c567f925ecd5c5b349723523a6dfd974ae808545
SHA1: d196b7bc93f2bda7c69010d09d0f0ca0090b862b
MD5sum: 16449cc46a3856ce2e46bcf1bccdc994
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-15-pgnodemx-dbgsym
Source: pgnodemx
Version: 1.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-15-pgnodemx (= 1.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-15-pgnodemx-dbgsym_1.6-2.pgdg+1_arm64.deb
Size: 74920
SHA256: acf68b8979c3133075d33a033997feb333ea69e598303d8a23fdca94dcf57e11
SHA1: aa945bee443d1ff516c09713fc9636c18bc8ac94
MD5sum: 9edc21303133ce427c9c294f36eb13a5
Description: debug symbols for postgresql-15-pgnodemx
Build-Ids: 1fc6bc476ad8cd57d17953fa3cb72e02d1477a38
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-15-pg-permissions
Source: pg-permissions
Version: 1.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-15
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-15-pg-permissions_1.3-1.pgdg+1_all.deb
Size: 8336
SHA256: 678f0832da7da26fe1abfc542f86e8c4263ac48d7f5d921be6a0bfc00201ffad
SHA1: 5f30a8321253e9c510709acd37f28fa1547973ab
MD5sum: 839ecb8068ec15e5c08f684a6752f335
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-15-pgvector
Source: pgvector
Version: 0.7.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 740
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-15-pgvector_0.7.2-1.pgdg+1_arm64.deb
Size: 274676
SHA256: 06f08d78bf811d409d259849d2ad9eefe3db7710a8d2a902fbae0e057600143f
SHA1: 5d8d653e7c1012fbe88f36fc0f6dfa9528eb8747
MD5sum: e39d00efbb0db8b2cf33160e43c12180
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-15-pgvector-dbgsym
Source: pgvector
Version: 0.7.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 317
Depends: postgresql-15-pgvector (= 0.7.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-15-pgvector-dbgsym_0.7.2-1.pgdg+1_arm64.deb
Size: 284812
SHA256: 6b2c301d4cd38d3f12b6c0ed65aea42e2d5ce3c947562292b911b6eb00f5450c
SHA1: b058ab757b3f297286dcdde2d9dc1687211abbf7
MD5sum: 52589005c09523e8d987b7be563b0917
Description: debug symbols for postgresql-15-pgvector
Build-Ids: 0ed472601c89474505d5501f6b1b47bd0c9a7605
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-16-dirtyread
Source: pg-dirtyread
Version: 2.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: libc6 (>= 2.38), postgresql-16, postgresql-16-jit-llvm (>= 16)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-16-dirtyread_2.7-1.pgdg+1_arm64.deb
Size: 25620
SHA256: 9ad8a7b236fe847c3cd729f670e5c5fb20e7051762611ee1f5f8266833f8fe44
SHA1: d73789c08274ab4b06094dc36e5361b5d9ffa0c0
MD5sum: 24dfd2f31a1bba2f6e6af0fb44b9ac7a
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-16-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-16-dirtyread (= 2.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-16-dirtyread-dbgsym_2.7-1.pgdg+1_arm64.deb
Size: 33612
SHA256: ed081b0ec0fb8ba109a93dcc773fb305abb28f391635f3ad42dfb4fdbf14da76
SHA1: 1d53a9b2b8ef3b0af4def98d052163fe63e0ee31
MD5sum: 06c67094b1f8e601e401d78a2313dcdd
Description: debug symbols for postgresql-16-dirtyread
Build-Ids: 4d4324f880f1878914924cf02fa7683d48ba49f0
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-16-pgnodemx
Source: pgnodemx
Version: 1.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/CrunchyData/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-16-pgnodemx_1.6-2.pgdg+1_arm64.deb
Size: 90672
SHA256: 0dcbfa36043b0adcf240800f7efa2cb5c35561111558494836c0a3f8d0780b50
SHA1: 513b9573f61ce6a4f54cb3ce08c91d2948e7ffff
MD5sum: dc92fc882ac5d1d082ec5429990f7e64
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-16-pgnodemx-dbgsym
Source: pgnodemx
Version: 1.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: postgresql-16-pgnodemx (= 1.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-16-pgnodemx-dbgsym_1.6-2.pgdg+1_arm64.deb
Size: 76036
SHA256: d5a769a120cd7c03af3be2df8746c0bdc9bf83f4aed2e3123a070cdd117ca97d
SHA1: e5bf3debb8d7479b8de5295925f62f2bd597abe3
MD5sum: 804758601984a5f948a4d653041e2221
Description: debug symbols for postgresql-16-pgnodemx
Build-Ids: aaa2a6af67e2a9efa9de14c353980f84b7c75d83
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-16-pg-permissions
Source: pg-permissions
Version: 1.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-16
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-16-pg-permissions_1.3-1.pgdg+1_all.deb
Size: 8332
SHA256: 03eec74acd7de33579f36f38f38f3b8487cc6a67a39ec994dbb4f481ad2ff422
SHA1: dce942d9b90a7a7b04f56c90b630f1deec95fb41
MD5sum: b51167a4a5d709b12e0f8b53efebc10c
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-16-pgvector
Source: pgvector
Version: 0.7.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 737
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-16-pgvector_0.7.2-1.pgdg+1_arm64.deb
Size: 271804
SHA256: 689162708136051a7bade1a7472096261e4fbd23a4263cf513eea9d5dff8d846
SHA1: f0d12491264bd59d4c054ca1464b4ff1dcc3fd5f
MD5sum: 87d686551264f5bb66ed7fa6bf6d7a08
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-16-pgvector-dbgsym
Source: pgvector
Version: 0.7.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 348
Depends: postgresql-16-pgvector (= 0.7.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-16-pgvector-dbgsym_0.7.2-1.pgdg+1_arm64.deb
Size: 315416
SHA256: 081b024fc7861bae3a9b6275bd40d3d66bcd5d805b06cb67735c15dd5148b188
SHA1: 2a989d63b17d90644bfa0630acae2f25eb132a31
MD5sum: c69d9c57b2ec32b24449db0083ea723a
Description: debug symbols for postgresql-16-pgvector
Build-Ids: 9289603fe3a2f6fd4ed6fd257e6d7d1dc8f71e25
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-17-dirtyread
Source: pg-dirtyread
Version: 2.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: libc6 (>= 2.38), postgresql-17, postgresql-17-jit-llvm (>= 16)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-17-dirtyread_2.7-1.pgdg+1_arm64.deb
Size: 26088
SHA256: c6e5612505648af6f9faaeccc56e31e4441ba99ba88f247d171eb2c8a889afa4
SHA1: 4ce46ebefea5115136b48ca61a8b61ebcc34605d
MD5sum: b18b11b55388f87751099ca9408ee268
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-17-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-17-dirtyread (= 2.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-17-dirtyread-dbgsym_2.7-1.pgdg+1_arm64.deb
Size: 37072
SHA256: a870e43c2f6e365d56488d1c0b5a126a6a9009de9f5fcf6f0117001277c36970
SHA1: e1fad0536220bb24bb3466bc9b23bcba964e4c87
MD5sum: d64661cdf3f06f9caf85c16d4a860277
Description: debug symbols for postgresql-17-dirtyread
Build-Ids: 080128d1dc4a7e60c756664e6c4599738faef432
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-17-pg-permissions
Source: pg-permissions
Version: 1.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-17
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-17-pg-permissions_1.3-1.pgdg+1_all.deb
Size: 8332
SHA256: b40b34c2bc6a480badeabd333fe7cf2ca0b80ac212f113a86f9728018eb80f1b
SHA1: 0dc84834ebf321559fc57af116c47f5965471b38
MD5sum: be168e6cce4b79788ef7726aa09cfc35
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-17-pgvector
Source: pgvector
Version: 0.7.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 755
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-17-pgvector_0.7.2-1.pgdg+1_arm64.deb
Size: 280852
SHA256: 137df907b37ef08052a51fcb7cd60c34775506b0bea524b53ec76b12d55d5c47
SHA1: c4dc0d7ececd8bf268227f7efe23121451766d47
MD5sum: ea2878b7cae9aa4d86edb0af1c333f4f
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-06-24 10:46:43+00

Package: postgresql-17-pgvector-dbgsym
Source: pgvector
Version: 0.7.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 369
Depends: postgresql-17-pgvector (= 0.7.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-17-pgvector-dbgsym_0.7.2-1.pgdg+1_arm64.deb
Size: 331696
SHA256: 7205b458e19dd3e80895238271e8375ec54ee93aee438088507e78edadce0c81
SHA1: 249fc99d8db829c1c862c2f538a20741afec1447
MD5sum: 049777bf91c4cce6840f62aaeb90d618
Description: debug symbols for postgresql-17-pgvector
Build-Ids: 6316177fca5f5f08516beca1efd718bf2516400d
Timestamp: 2024-06-24 10:46:43+00

Package: barman
Version: 3.10.1-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 81
Depends: python3-barman (= 3.10.1-1.pgdg+1), python3-pkg-resources, adduser, rsync, python3:any
Recommends: openssh-server, openssh-client, postgresql-client
Suggests: barman-cli, repmgr
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman_3.10.1-1.pgdg+1_all.deb
Size: 46716
SHA256: 211e001128b6886557d15185991c7d3be331f96d03e0e6165643a8117bf887ff
SHA1: 62f4b06091dc2666cd407e0ac6005d57e07221ab
MD5sum: 5c0ea5ecf249d678dbf9d34e44075fc9
Description: Backup and Recovery Manager for PostgreSQL
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides barman binary.
Timestamp: 2024-06-25 18:29:05+00

Package: barman-cli
Source: barman
Version: 3.10.1-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 19
Depends: python3-barman (= 3.10.1-1.pgdg+1), python3-pkg-resources, rsync, python3:any
Recommends: openssh-client, barman-cli-cloud
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli_3.10.1-1.pgdg+1_all.deb
Size: 7200
SHA256: d8b7adf753f1899552044c2792d66188338640f658f90574664f537b37a3bf92
SHA1: 71f6d96b3b8fc79e720aae3a5b98eacbf7999b57
MD5sum: decb97b1a6e3d9ff704ad93447fb157d
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 organization 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.
Timestamp: 2024-06-25 18:29:05+00

Package: barman-cli-cloud
Source: barman
Version: 3.10.1-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 53
Depends: python3-barman (= 3.10.1-1.pgdg+1), python3-pkg-resources, rsync, python3:any, python3-boto3
Breaks: barman-cli (<< 2.10-3~~)
Replaces: barman-cli (<< 2.10-3~~)
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli-cloud_3.10.1-1.pgdg+1_all.deb
Size: 30564
SHA256: 8ae5aeb988f5be58766e63b44f61a6d5bfbf680d40328acaea910e8c79533a8c
SHA1: 0742ba6aef50d2fd519a90e0d085cb3aaffadd91
MD5sum: f4f37088431f7a4e329e9fb76b178fc1
Description: Cloud 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 organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli-cloud package contains cloud client utilities for the
 integration of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by 2ndQuadrant.
Timestamp: 2024-06-25 18:29:05+00

Package: pgbackrest
Version: 2.52.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1142
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.34), libgcc-s1 (>= 4.2), liblz4-1 (>= 0.0~r127), libpq5, libssh2-1t64 (>= 1.5.0), libssl3t64 (>= 3.0.0), libxml2 (>= 2.7.4), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc, check-pgbackrest
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.52.1-1.pgdg+1_arm64.deb
Size: 413676
SHA256: cf23ebf4f72e957b06bcd8ece5d7cc6013aa8cb6175d6d651040d2379a51b505
SHA1: 5f91dcf9165dea6610e7d3acdfd3f8719f6c7326
MD5sum: 301019c493908c51c537ae3fba6c86a9
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.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2024-06-25 18:29:05+00

Package: pgbackrest-dbgsym
Source: pgbackrest
Version: 2.52.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1445
Depends: pgbackrest (= 2.52.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.52.1-1.pgdg+1_arm64.deb
Size: 1340320
SHA256: 9c9fb3d9282b36f079ad43dde2f92f46e5a2ba2ab82a22896279f34709b3af9c
SHA1: c4b623525c1d5513779269756a5903c76e3b5542
MD5sum: ec9a77348a66c1d0d413d8b0801aa70d
Description: debug symbols for pgbackrest
Build-Ids: 0ab3d250bea460204efe6e5b0ee0e27fd4a6edc1
Timestamp: 2024-06-25 18:29:05+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.52.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1811
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.52.1-1.pgdg+1_all.deb
Size: 124372
SHA256: 0ec2aa96ebc2a30d5f7378e23ad3b8878fa2a7e990bf2aef55d6433d7e40be6e
SHA1: cdf4f24ebb0b0c61b163a3bd1bb83b8b029f54af
MD5sum: bbbfef68a67d9838d297890741c78f28
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2024-06-25 18:29:05+00

Package: python3-barman
Source: barman
Version: 3.10.1-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1442
Depends: python3-dateutil, python3-psycopg2, python3:any
Breaks: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Replaces: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Homepage: https://www.pgbarman.org
Priority: optional
Section: python
Filename: pool/main/b/barman/python3-barman_3.10.1-1.pgdg+1_all.deb
Size: 225696
SHA256: 9c4db6c5a072628af15c2d7686c5fc4fc7189753915fb1d9a2263c5c924b5c6a
SHA1: b450f731ad61fdbbcd2b89baaeeea9efb9526c10
MD5sum: 4fe99d8b1e5dda67eca11c5f9769a037
Description: Backup and Recovery Manager for PostgreSQL - Python modules
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides Python 3 modules only.
Timestamp: 2024-06-25 18:29:05+00

Package: librdkit1t64
Source: rdkit
Version: 202309.3-4.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 22076
Depends: libboost-iostreams1.83.0 (>= 1.83.0), libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py312, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.38), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.2), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 3.0), libmaeparser1 (>= 1.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1)
Breaks: librdkit1 (<< 202309.3-4.pgdg+2)
Replaces: librdkit1
Provides: librdkit1 (= 202309.3-4.pgdg+2)
Homepage: http://www.rdkit.org
Priority: optional
Section: libs
Filename: pool/main/r/rdkit/librdkit1t64_202309.3-4.pgdg+2_arm64.deb
Size: 4326888
SHA256: 438139304cce2a10493a089cd65ec54c4c11328187cda1d175cdb49e9b2450c6
SHA1: 23779942d68fb406396bf04e35f71a3c9d830257
MD5sum: 1ac9bb5e8b465a771da28f1f094c5d7a
Description: Collection of cheminformatics and machine-learning software (shared libraries)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the shared libraries.
Timestamp: 2024-06-27 09:00:26+00

Package: librdkit1t64-dbgsym
Source: rdkit
Version: 202309.3-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 104041
Depends: librdkit1t64 (= 202309.3-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/librdkit1t64-dbgsym_202309.3-4.pgdg+2_arm64.deb
Size: 101264376
SHA256: ce099123a8d24a52c9845c633c79ff9c278973d932ea421ff509d4449366c632
SHA1: 4bf8b179ca4f9eaa70b0c064040359b557b38442
MD5sum: d354676874f41a957f56526a82252bc6
Description: debug symbols for librdkit1t64
Build-Ids: 0c2f6d038a7d0f72da32413bab594d6d245eff38 0dede0a16757224582a323657a97e992268aced8 0feea874f075a2054e00e56fcc21c8af3e777c7d 14c28dd76eae2f6c6551eb977e605e9a6700dca9 174587e30aaaed1ccf0677db4e6b90bdf5229d12 19803dd4a9c3a039eee021e9bf58a53c71c2ad7d 1a2edcdac2766fb3d842bfa97c078bc823e1efdf 1e23220366ef7f6863c448138327ef6f77782598 20622f6d5d57bd45c9722ba7d15ef79233b441e1 220820979089a1e3560c4de56846031eeeaa11cf 2442bef7c2cd7f6dcebd3266ae2049fb78da14e3 257f4a5a877091200aca33ac812ca3092bab5dc2 2a750eb6f2f58873686e958e91324dd071f51baf 2b11c248bcaea260d91036f8db5d62147a88641e 34cfdfade172939f9f2333c8430373e1295213ec 39008279cec98ea98c8e4c46be94f5f054d110a2 3a7f9d3969ea7f630f17d5c731f79628d3d3b3ed 486359d3fba0e13ea2da71c3b47026c40657a58f 4866496f6d6d50301bcc3600a3269c16cc7e0b04 4a77ec51dcdb52000259f34422301fd57322ad14 4f0dbb931cd39543db70b366d3548e576bec1d29 5878d30fc54bc0d53cfd455506aa60fe1eeaaada 594b66391e90811bbcd1bed297b5430fbc2ad4ca 5ac0c986d6cc6cc78906ff94d6848236d2e9d273 60606faf78e82adf9142d973b83fa19a955c8de6 610917a6d4270f153fec2964ff19f67a6408c3c0 61d2007aa0b5e1bf76a66930781d61251805f23e 639e8bdc9b07f029bacd317b6b69b033e300a46a 6753d279596ee73c83dcd7450963b0252b5637b5 6b925ff6c9cdb2ef0a9a076eae60a7d3f3216759 6c50b23385b888ab30f968134c520e7a0ef34bba 72c4613880ec94be3fa062c2b2ebf39b2d76cd05 763d6ac7a842387ff074d0a7e3c0c723fd5e9863 798455c4a9ae3c1d5cec09365ca2ea1af8e6a146 7ab95e692494fb99faf63038b69ee7f255f64374 80f7d41773ba7bc9d383fba99f43add05501b304 91889245d5a54da7711f980da1eb27e3b1979305 94345a584a7515053f3035885d21ac37fbd95475 95001aed8675517e3162168c340dfac4d6e9c030 9acaa9dcbb5a9499e73d53ba23e1bfd0d8708e64 a53c0b6649aa0780c4542230f49ca438cc55a49e a6c97d36d85b0c2ef8d6952cfb19a2df7bae251d a7230d7b2da5a97fc9866bfa15a313b519d70a1a a7961e19b9de28eedb15c69ec10b01846aa991e5 af98351e175a9f56e5a449fd2b82b2b83b3d971e b2e8a99b24fcf690d074d4f18f27fb6f0c3b0a02 b87617547f836625f061212e8ad6dcfcc6d28ee5 b8886698e410e63b59dbcc1f441ca4c86ef75db5 b9ce45a990a6bfbbd427520cfeb56392fbcdb008 ba9aaf9c9d8d1c2fb27b08a1ff502629c13faa06 c0f1697acd74cb028a2992728406b096b6001df2 c1e2184007acd1d501e606fbcf9ea691f295d6bd cfda1bcb91b98c7a69be21e20b542105a31a15fd d5b8eca1caa90bb95e7282bc17c599f64eaab28a db4f68ae6c09f9a0a74c957269138b0ffb995bac defff8ec0b2b5150b355d22ed1c7b99cad9c10b5 e82e9ceeffc644064517a944865c6cca37440729 fe606d4bd0a4391ae755914fde71ee609fa0b29f
Timestamp: 2024-06-27 09:00:26+00

Package: librdkit-dev
Source: rdkit
Version: 202309.3-4.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 2358
Depends: librdkit1t64 (= 202309.3-4.pgdg+2)
Homepage: http://www.rdkit.org
Priority: optional
Section: libdevel
Filename: pool/main/r/rdkit/librdkit-dev_202309.3-4.pgdg+2_arm64.deb
Size: 415132
SHA256: fc3372043ff25b7574a60cf3a553c6f52017da8ca20c30410924bc98e4444fa8
SHA1: 525d57dc15b9560e9d6a9ddbdd1f3e1635a2f1a4
MD5sum: 1db6c43dcca875af24d810ca46e79fed
Description: Collection of cheminformatics and machine-learning software (development files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the header files.
Timestamp: 2024-06-27 09:00:26+00

Package: postgresql-10-rdkit
Source: rdkit
Version: 202309.3-4.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 507
Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202309.3), libstdc++6 (>= 13.1), postgresql-10
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-10-rdkit_202309.3-4.pgdg+2_arm64.deb
Size: 209000
SHA256: 718cb1e294db9dc594a5790466531f069cfb9d76cb71af7bd5854860f1662ce1
SHA1: 5509cd24c8bf557ceb00d5adb23c6a578c07ae21
MD5sum: b514db964c7ea5be7a7569918f339486
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-06-27 09:00:26+00

Package: postgresql-10-rdkit-dbgsym
Source: rdkit
Version: 202309.3-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1145
Depends: postgresql-10-rdkit (= 202309.3-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-10-rdkit-dbgsym_202309.3-4.pgdg+2_arm64.deb
Size: 1080584
SHA256: 156d3aac52234245292b27fcc6585923c59ea67d1975484b5e33afdbef8b4d28
SHA1: 1f5eaa04f0614ed41cca5fc049dd5815403582a7
MD5sum: 5fb3de5873f75ebe42b901443203dd96
Description: debug symbols for postgresql-10-rdkit
Build-Ids: 511afe93d0528e5b41d52c04e61ecd6afa3bc1c1
Timestamp: 2024-06-27 09:00:26+00

Package: postgresql-11-rdkit
Source: rdkit
Version: 202309.3-4.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1252
Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202309.3), libstdc++6 (>= 13.1), postgresql-11, postgresql-11-jit-llvm (>= 15)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-11-rdkit_202309.3-4.pgdg+2_arm64.deb
Size: 522392
SHA256: 10aa098bb5be85bf5e3f29c85e16d270462dc4185518eb6bcc935bf8faedfb9c
SHA1: 48aa7657bfd0827c32c38b396b475f432c1e2b8c
MD5sum: 8a3a548a09facb7957a6eeaf56765ddf
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-06-27 09:00:26+00

Package: postgresql-11-rdkit-dbgsym
Source: rdkit
Version: 202309.3-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1145
Depends: postgresql-11-rdkit (= 202309.3-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-11-rdkit-dbgsym_202309.3-4.pgdg+2_arm64.deb
Size: 1080484
SHA256: 9798b4ef7708baea0de64652ec3eb73f938a944186eb8f1a910efb06b97aa026
SHA1: 411477c6b9c8ace4b94ad1951be8bfca278ef056
MD5sum: 20f22eeb52f2e5c149a6cb81ed4c6991
Description: debug symbols for postgresql-11-rdkit
Build-Ids: 01b832255ab3545c91555d69ccf96b703501e9b5
Timestamp: 2024-06-27 09:00:26+00

Package: postgresql-12-rdkit
Source: rdkit
Version: 202309.3-4.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1146
Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202309.3), libstdc++6 (>= 13.1), postgresql-12, postgresql-12-jit-llvm (>= 16)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-12-rdkit_202309.3-4.pgdg+2_arm64.deb
Size: 488936
SHA256: cad939f9377a70ebb9858be46dfa6f2e8ed92c67a2aeb8230d2955539e710f62
SHA1: 9b2ab9810e6579cd34bf4d82170271257bc6cb46
MD5sum: f02025c1dbad48e074f4a1b3bb30f8cb
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-06-27 09:00:26+00

Package: postgresql-12-rdkit-dbgsym
Source: rdkit
Version: 202309.3-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1145
Depends: postgresql-12-rdkit (= 202309.3-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-12-rdkit-dbgsym_202309.3-4.pgdg+2_arm64.deb
Size: 1080796
SHA256: 38baf7c5f89012fb7493cdd65f859373695417578268daca23ba2a0e8053d6f5
SHA1: ca34488e034fafd1bd846272573918a5943dc1dc
MD5sum: 718e7fd6149342e69f47c58bedb744e3
Description: debug symbols for postgresql-12-rdkit
Build-Ids: c584470cd82ef022af50e93381a4daa75e445d8b
Timestamp: 2024-06-27 09:00:26+00

Package: postgresql-13-rdkit
Source: rdkit
Version: 202309.3-4.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1147
Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202309.3), libstdc++6 (>= 13.1), postgresql-13, postgresql-13-jit-llvm (>= 16)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-13-rdkit_202309.3-4.pgdg+2_arm64.deb
Size: 490836
SHA256: 338a13332ea2ecb2b6235c240dfd097539d7b52aa24d65bc8ba75679fae6d46a
SHA1: 9de445bc963a3e19e1dd70cff72ed4ac349cc09a
MD5sum: 9ae9851895c8df02c9480829be208efc
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-06-27 09:00:26+00

Package: postgresql-13-rdkit-dbgsym
Source: rdkit
Version: 202309.3-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1149
Depends: postgresql-13-rdkit (= 202309.3-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-13-rdkit-dbgsym_202309.3-4.pgdg+2_arm64.deb
Size: 1084804
SHA256: 1437913ffb6708fa645459af67e9441853dae8bb45eb56b286c7ecae0a2a8d85
SHA1: 9cc56dd79ef847d08cc470b870bd1a6b259ac4d1
MD5sum: cdb962dedd8f4be99d550053660df975
Description: debug symbols for postgresql-13-rdkit
Build-Ids: a879c343d54c305659222d26217b1d14976b9a80
Timestamp: 2024-06-27 09:00:26+00

Package: postgresql-14-rdkit
Source: rdkit
Version: 202309.3-4.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1151
Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202309.3), libstdc++6 (>= 13.1), postgresql-14, postgresql-14-jit-llvm (>= 16)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-14-rdkit_202309.3-4.pgdg+2_arm64.deb
Size: 490720
SHA256: 14566272c99acb68fd22a39d0f3c77001018a3490e0b3bad5ea7cc3426f6611d
SHA1: 675ae8487a65fcf4bf0d8a5d7d267c70e50ecff9
MD5sum: 76f0f72057dad6681ea960bad0e404f6
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-06-27 09:00:26+00

Package: postgresql-14-rdkit-dbgsym
Source: rdkit
Version: 202309.3-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1149
Depends: postgresql-14-rdkit (= 202309.3-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-14-rdkit-dbgsym_202309.3-4.pgdg+2_arm64.deb
Size: 1084456
SHA256: 48ae6be09647eb9ad48bd1307e485730a7cb87bfa14ba7305433aa93c0d42516
SHA1: 30e72a8cbeb5216a24e34023ad0fa7b0425b0d48
MD5sum: 0278fa34a21bfa649b4a96258c8c11c3
Description: debug symbols for postgresql-14-rdkit
Build-Ids: 0e32ffcd972848eeb2a82b3b27a3300592286fee
Timestamp: 2024-06-27 09:00:26+00

Package: postgresql-15-rdkit
Source: rdkit
Version: 202309.3-4.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1151
Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202309.3), libstdc++6 (>= 13.1), postgresql-15, postgresql-15-jit-llvm (>= 16)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-15-rdkit_202309.3-4.pgdg+2_arm64.deb
Size: 490796
SHA256: 0407eef873036bb8de98114685a3b5c48339ae1e90244af3666188d18fd6e48a
SHA1: d88c424008464cddf01c29a86a94c1167efe068d
MD5sum: b674132017429667a331199c9c860e96
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-06-27 09:00:26+00

Package: postgresql-15-rdkit-dbgsym
Source: rdkit
Version: 202309.3-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1149
Depends: postgresql-15-rdkit (= 202309.3-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-15-rdkit-dbgsym_202309.3-4.pgdg+2_arm64.deb
Size: 1084408
SHA256: b26db51dbaf41706fd2da100f5687eed032ba45fc0cdae41852a4220994ee18d
SHA1: 2c6c2c69468388400d195c9b3d744d67b58a4316
MD5sum: 1d5e3755018dcad73590c22cea5857d7
Description: debug symbols for postgresql-15-rdkit
Build-Ids: 7124da86c7eac987061dd3f69aacbdf20273be44
Timestamp: 2024-06-27 09:00:26+00

Package: postgresql-16-rdkit
Source: rdkit
Version: 202309.3-4.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1149
Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202309.3), libstdc++6 (>= 13.1), postgresql-16, postgresql-16-jit-llvm (>= 16)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-16-rdkit_202309.3-4.pgdg+2_arm64.deb
Size: 488156
SHA256: f65fa092ff7f5190aac212725881ebfa746fd6b30205c9ca3908ff9103d2bc3c
SHA1: 0e79590c45bd356c759539caa8c2da04db0da25d
MD5sum: dcb1a0349c3e21d967a78bb5e10ed691
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-06-27 09:00:26+00

Package: postgresql-16-rdkit-dbgsym
Source: rdkit
Version: 202309.3-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1165
Depends: postgresql-16-rdkit (= 202309.3-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-16-rdkit-dbgsym_202309.3-4.pgdg+2_arm64.deb
Size: 1100888
SHA256: 3144256e57178c47b2217552905d420dc42fc8a2372161fa815da64e7c3c5520
SHA1: a4c7658929882d1f86394e9686811ae83de48188
MD5sum: 522d18aaa4bb460bda21a1cfde83c6e5
Description: debug symbols for postgresql-16-rdkit
Build-Ids: d25268aae7df53d3fa557b02020e31074dd8c451
Timestamp: 2024-06-27 09:00:26+00

Package: python3-rdkit
Source: rdkit
Version: 202309.3-4.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 32256
Depends: fonts-freefont-ttf, rdkit-data, python3 (<< 3.13), python3 (>= 3.12~), python3-numpy (>= 1:1.25.0), python3-numpy-abi9, python3:any, libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py312, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.34), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.2), libgcc-s1 (>= 3.0), libpython3.12t64 (>= 3.12.1), librdkit1t64 (>= 202309.3), libstdc++6 (>= 13.1)
Suggests: rdkit-doc
Homepage: http://www.rdkit.org
Priority: optional
Section: python
Filename: pool/main/r/rdkit/python3-rdkit_202309.3-4.pgdg+2_arm64.deb
Size: 4292572
SHA256: cf1201cda797374112258c0afd8c76e056330ad07293e2ff34f7aec27c721858
SHA1: c422043a79bcfef25f6445b9765cfa5d935650b4
MD5sum: d7270dfb4f9942de9ed89d29e3cfaea7
Description: Collection of cheminformatics and machine-learning software
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
Timestamp: 2024-06-27 09:00:26+00

Package: python3-rdkit-dbgsym
Source: rdkit
Version: 202309.3-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 64312
Depends: python3-rdkit (= 202309.3-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/python3-rdkit-dbgsym_202309.3-4.pgdg+2_arm64.deb
Size: 55239580
SHA256: d80caae493205d831842a4200aa3ffeb9189904fac9b7285fe0a2a8e7def11ee
SHA1: 3ede5afd3b9d9c93cbe839de92c30c23a6ef2d6c
MD5sum: d34699f1ee4fc196908b95c5f36b0eef
Description: debug symbols for python3-rdkit
Build-Ids: 031328245d91facde551fc105a1d09f54b5b15f3 06e9257ba515e98fa8db20875b7143cdace4623e 0a664762c8ccb8291723bfcab091998de38eafa6 13af9589cb2769798de9a76d97f5d01c48ced22f 15052d6142425c20cd20778a74eab5ccf9434f53 215bf7777c9bfdca640134aee68ffc8ed19d4c48 2432a55d8e2f5b5c5df27f12274219f3bd856e8f 39ce85d32d12802d332275c7807d72a1c41f2551 3a2d08ea6655ad248f0b1695311d1d629f2acb00 3e5e54d064fdc86078a560c1cad2503e0c45bdf8 3e9034fd0c2c16a7d85af47a2d8b406fee9f35bf 4035dd41a5e1f8d9b431e6a746e33e13d97213e5 417be0e8e30653f073e70d0464785c7c2e2702ed 42028b8e80d8f4aa785e762a87941cc76d56c41c 44ef8650d37f67c28771fa22480dea5df8d153dd 53e7142316bab3805617c80c60d44054e2a70e24 581bdc91a7dc9f9df5cc5b2be3d3331f872b9854 6533900b2ed0a0515a8c7a6c211dcad88c7184e0 67cb1698c6b759b7195dc3573fdddeb35d02bb8f 7319523dd145343cc16f9f44cd3a37b48e0fcd43 789837b7d89be422ffe64665c4e4bdb0b1fa2617 7b4db7f6c4d04cfeb02aceec763e679aa8ec1a51 7e7eba53a7506352ea64ac5015241f36b2cdd8ae 7f0557535890c59504d4cd5ef6854cb33090dcd5 839a686df229409ee6c29508fb8986cdb9dbd431 8806e24fc1b11e5a66f7f6b394013e78fc5f9ed2 89c59fb239a94248b83214dc4865cb5bdb5fbbf2 91362556bfd28b1a02cc17de840802cc875eb05a 99425e3eaef9185ae808aa53c8194a701581374d a026e5e92b3d2c8e7e5ee9f681a4f93a7f2b4a10 a42ff7287d15d537f23076eb8fe0f14f4f752f41 a5f41a64fa6bc32fbc10e5eb2a3a097de8446440 a76f6238c7151f58af224a024d4a8944ce4e92a3 b13b1c2c8ef73fb8660e071c846364f33e67e48a b6df8ee10823536e50091d36b0bd4e9cc58dfdf2 b91abfdb95604492fd98aa44c75a30ed427eb880 c53f2e41aff7952541e18277a14d7eaaa874a053 cca3c465943d40e7526212adefc3f50e8820491f d392c568e4caac7510d59ad412f0080850e92876 d3ea38759181f31a46486ceea0f188bc5f2a28be d76f5ef77681d08ba8f929101475b81100fa6da0 d93bd99dd28c69b9d3e527e47f3f588d1356addc dae86feb9170e51e40a6944e158aeaab1852cd21 ddbaf835a2182627c1e1ac3a29c94a3c72382f5a dde9434546564117f7ac5a2134788836a2d9966d e8f2252350799a407c8e64b7cbcc41437048c514 eaf1744ac55400384decc03e739cd56ef273b430 ed96582ad459ed755fd2db764afd7fe0406f2d5c eebeaf66347aeb34b9471c395fe2f7721b8eb1d3 f13fffbd924df2dd820164ab25530dacba43c685 f526b50ced8ad849850e86c0e1023a459c7ffc8a
Timestamp: 2024-06-27 09:00:26+00

Package: rdkit-data
Source: rdkit
Version: 202309.3-4.pgdg+2
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 59178
Homepage: http://www.rdkit.org
Priority: optional
Section: science
Filename: pool/main/r/rdkit/rdkit-data_202309.3-4.pgdg+2_all.deb
Size: 13114352
SHA256: 522e18db9435f469ed3bb2fafd075d2d23c5139d4ecc7bb5c6b70c79b02edbd0
SHA1: 657bdf5a0f5c221b6c173c71f32bc4192a362789
MD5sum: 9918ea0b9007cf05fa54c7e176aaec8a
Description: Collection of cheminformatics and machine-learning software (data files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains data files.
Timestamp: 2024-06-27 09:00:26+00

Package: rdkit-doc
Source: rdkit
Version: 202309.3-4.pgdg+2
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 74923
Depends: libjs-jquery, libjs-underscore
Homepage: http://www.rdkit.org
Priority: optional
Section: doc
Filename: pool/main/r/rdkit/rdkit-doc_202309.3-4.pgdg+2_all.deb
Size: 6101428
SHA256: bc7d7c2a3c6bfe23652cc3909e24ddad26f3291b91e3e6bdab1bb0eccad77e07
SHA1: d1300c5017072daf58ad36ca159d22c058cefd63
MD5sum: 501e0a3d0add5679bfb4e8deb63c89f2
Description: Collection of cheminformatics and machine-learning software (documentation)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains the documentation.
Timestamp: 2024-06-27 09:00:26+00

Package: libecpg-compat3
Source: postgresql-17
Version: 17~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libecpg-compat3_17~beta2-1.pgdg+1_arm64.deb
Size: 17900
SHA256: c6940fee7524d9987aaa04f1df35fd835fd4eedcd3712b80ca3dc2d7019e1e6e
SHA1: 47bf2a6a652eba31097c9435b83d3849a5175004
MD5sum: e8f515d2b2ef252ab0e9b821fdecca4c
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.
Timestamp: 2024-06-30 17:34:20+00

Package: libecpg-compat3-dbgsym
Source: postgresql-17
Version: 17~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 17~beta2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libecpg-compat3-dbgsym_17~beta2-1.pgdg+1_arm64.deb
Size: 39476
SHA256: 663de12d89a3958ca6830ec5f2a835ab339568951bd944e738a3ac96f941821a
SHA1: 5389714cfb6bd94bab400c0b916edd956c778099
MD5sum: af31c62f5f7018713444c73fdd99d02a
Description: debug symbols for libecpg-compat3
Build-Ids: 7f40056925b0e01f7427b7522a7425cf003b6d29
Timestamp: 2024-06-30 17:34:20+00

Package: libecpg-dev
Source: postgresql-17
Version: 17~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1694
Depends: libecpg-compat3 (= 17~beta2-1.pgdg+1), libecpg6 (= 17~beta2-1.pgdg+1), libpgtypes3 (= 17~beta2-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libdevel
Filename: pool/17/p/postgresql-17/libecpg-dev_17~beta2-1.pgdg+1_arm64.deb
Size: 280336
SHA256: 0180a2f0af138b29f83f181c2fb45738508b4790bbd3075d67fcd880eb38883d
SHA1: a741ec7bf27c805c59bc633c29448e82f49d668d
MD5sum: 5aa41aeecd9cc9c77b0f81ca914dac3e
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).
Timestamp: 2024-06-30 17:34:20+00

Package: libecpg-dev-dbgsym
Source: postgresql-17
Version: 17~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 318
Depends: libecpg-dev (= 17~beta2-1.pgdg+1)
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libecpg-dev-dbgsym_17~beta2-1.pgdg+1_arm64.deb
Size: 271300
SHA256: 5bf7850ff8b91b89b4acd4ecf6f5ca538580cd2cffe98f56a8c95ec0989645ea
SHA1: 69c58749637ec3bafaafb3f05c426d3872c9147b
MD5sum: c200e317bb874434bbe7256e7f144522
Description: debug symbols for libecpg-dev
Build-Ids: a17073c9569c8f180ee84cd6b1b9a0ebdd635f34
Timestamp: 2024-06-30 17:34:20+00

Package: libecpg6
Source: postgresql-17
Version: 17~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 273
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libecpg6_17~beta2-1.pgdg+1_arm64.deb
Size: 54484
SHA256: 16519e54277f961cf69b060f66c2a34afdfaf8acac5590fad8a2ebba96c43296
SHA1: 4c2ee87efff25c4edd0693000d9f8ae9347ba7ec
MD5sum: 2577bc9f433746962ee602c43a9dd66c
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.
Timestamp: 2024-06-30 17:34:20+00

Package: libecpg6-dbgsym
Source: postgresql-17
Version: 17~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: libecpg6 (= 17~beta2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libecpg6-dbgsym_17~beta2-1.pgdg+1_arm64.deb
Size: 114916
SHA256: f7db751f7c23a8b1f0e49ee648ef385ccb196ea2a19128f8806d8ae6cb462059
SHA1: f1a9ce29975c5fa0aa88c2516593f78ce9362d89
MD5sum: 48e7b69e27a51528e3de640604141724
Description: debug symbols for libecpg6
Build-Ids: d40f6196532c538a15f300a6bfc6685e2cfa358d
Timestamp: 2024-06-30 17:34:20+00

Package: libpgtypes3
Source: postgresql-17
Version: 17~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libpgtypes3_17~beta2-1.pgdg+1_arm64.deb
Size: 38492
SHA256: acb393dd2bab1c88a475d454dfc277ab2b7320d9fad7f6293fe210735c18d419
SHA1: 7fcf49abe98f414b3513794a489efb19bdf80735
MD5sum: a661130d858d4ec230beba950ccadbc3
Description: shared library libpgtypes for PostgreSQL 17
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-06-30 17:34:20+00

Package: libpgtypes3-dbgsym
Source: postgresql-17
Version: 17~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 17~beta2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libpgtypes3-dbgsym_17~beta2-1.pgdg+1_arm64.deb
Size: 89120
SHA256: 7eebf6803964c310ef52beb2681db06ef1b1824469c9c1735f3e1ba8f963356e
SHA1: 308cbe9bf9059e0635a04ce4dbbde74e018fee9f
MD5sum: 4ea29108049c4d7a9bd9695f77c36837
Description: debug symbols for libpgtypes3
Build-Ids: f7689dcb91763d69dd3f93f1f42a7015ac064e0f
Timestamp: 2024-06-30 17:34:20+00

Package: libpq-dev
Source: postgresql-17
Version: 17~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 612
Depends: libpq5 (= 17~beta2-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libdevel
Filename: pool/17/p/postgresql-17/libpq-dev_17~beta2-1.pgdg+1_arm64.deb
Size: 143072
SHA256: 731243683f1e490476307697fb37366125b89582381e926539b3d1f6e9e2dd36
SHA1: 807143ab475efb3f6e603b541d86f809b1242adf
MD5sum: f77e35d2feb6ae72906161df1caa7449
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.
Timestamp: 2024-06-30 17:34:20+00

Package: libpq5
Source: postgresql-17
Version: 17~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1095
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libpq5_17~beta2-1.pgdg+1_arm64.deb
Size: 212664
SHA256: 3da8403aa0afecf74eda7db9bf7eae34b45435a12d65f9d43ceb35819d9fb8c6
SHA1: 96e3a71f8326cf29b3614b89774ef39f0e1fa3be
MD5sum: 6700334f65e7e280ea68c5479f359449
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.
Timestamp: 2024-06-30 17:34:20+00

Package: libpq5-dbgsym
Source: postgresql-17
Version: 17~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 334
Depends: libpq5 (= 17~beta2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libpq5-dbgsym_17~beta2-1.pgdg+1_arm64.deb
Size: 296496
SHA256: 1031ce79f093257e5c24a5fcce1511ecacc2e0f61d577392ec38078ae3e01310
SHA1: d8152d26848de8f7c43f5f9878c67bb4b29a79a4
MD5sum: 35d76ebf5709b1bf57e97e61f3e2dc64
Description: debug symbols for libpq5
Build-Ids: 26a039d920cf1c35ceffd0b55154a0f68bd1c194
Timestamp: 2024-06-30 17:34:20+00

Package: postgresql-17
Version: 17~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65993
Depends: locales | locales-all, postgresql-client-17, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm16t64, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 17~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-17-jit-llvm (= 16), postgresql-contrib-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/database
Filename: pool/17/p/postgresql-17/postgresql-17_17~beta2-1.pgdg+1_arm64.deb
Size: 19185460
SHA256: 584953f3ec733800dcc6be02be9f1f52057589cc656914ab95bdb0e695459182
SHA1: a9004e4a72592af25c382bd418cc6d8aeef45a1d
MD5sum: cc3271fcfdef0e4206127db831476064
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 17.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202406171
Timestamp: 2024-06-30 17:34:20+00

Package: postgresql-17-dbgsym
Source: postgresql-17
Version: 17~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21732
Depends: postgresql-17 (= 17~beta2-1.pgdg+1)
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/postgresql-17-dbgsym_17~beta2-1.pgdg+1_arm64.deb
Size: 19842352
SHA256: 5d3bb0b7dbdf4c1ff260eade2cfb0d209ab69afdc56f7156e672cc9f5b235ad2
SHA1: 9c274f8fbc8e99a0d0a1563c4742c22dcdf02f53
MD5sum: b720683c29cda67d089d4c07c38f8a66
Description: debug symbols for postgresql-17
Build-Ids: 01ad1c0f926a1e866a85b09c76bb1984e04d5717 036089166d6162b827d4bf4b162ba5d4567711f0 08f09ccdc5e359a9e37f6d5fc61a4d7fc1124dfc 0a7dfe328ffed2c5474089ea1ebb501ea8ac813b 0c056adfd34e7c483e08851ceb8fa24ead502437 0cd7a053a279f15ba75821d75d6738924229d0ed 0da6cc3ffc047e58bd4a511a7635c708874d970c 1c02d0e121c08cdbebdc11a6230566dcbb6c390a 27fa11fe1dccfe9a640635a03a252b7ceade10fc 29d47a3b8f2a30fc886d5219d909a6b94cfb6bbc 30b1c99eb0d7695daa00a58491a723d0a1108485 30e7b8d7bb97226390dd36b58e1bed955b6cb028 366653c3eaa98d8d49cd369b9ce975415b575f9f 3738f823c1b7b3be5959bc6af18a6748ee23412e 3bef9dfaee1ffe4548c3b6347f3af1981d3608af 3c5e330d4469c1e78aa0029f20d67537f2d01f3a 3d8cb5b603aead436bf81e16accb663d15f15175 3de59ded5ba6944a805fb85a93c4451375ae285c 3e80c135215ddc5ebfbeee5b90e83a4ae8b3d35f 3f571553ff93f2e3d8f10275be96c8f7ca30e733 44beb4eecb9b016d990ad3eeea41068e68c503c9 48907b19997afae8237870e1c106029af9b43a35 4d82c6070e3915fc15a8e33579f494f7e1750c4f 4ed4481328ed305e42ea14d20e47a4eb7cd202f4 50cc2902ce372cb0c4df434a2fd2286c7c7e1a36 5238cc8ec85dcb95dea62464292a91f6a7868e3f 52eca979650232eb6b3ad742c6e901b1f90e0e3a 5a55d3705fa3d619956ac8decc9bac4a1544e4d1 5b827439a53b4bba87bcbfb7586695da02cc9877 5cbdf27e1a30f285589576e5e260d12b87ad7458 5fc59ddb539e953dfe20ab10d2857a2df1f19b10 605b946d3d2b2445b2092582e78e616227558827 655d93b7a1e1813024b0aa6e95b05038907a9729 65d187ba0e3fb87cb43b9aa1dd978d6a84f4a2c5 66a4d88fd001d40d12f1187af380c9ec878c7c04 68265659f7acc3ac3485846a475c0857240215c0 69ded7dc3f8273c7f721e052c2d39f6b958de4cf 6a858a371092a9c8c039691c73e9574728ec32d2 6ba20d9abd112d2847f6aed30d300f42a7202dd0 6dfa03d524880c6525545926f8d8a4399097a24a 6fdc54b5c17ff5c659e9d789cfe879f41ecab4d8 70695272b9de94d8618ca83134cbb6502bf156e2 71c4cf29d07f210fc170130a29a17cf022be55d5 738d8b23c720fcb92e6f09cca6dc4fc8df9f72ca 7a152681e6dbe60f6caf4c26d823bd46b112b981 7b8290c7da8b4491fc9f71c7aa250aea44cd8a52 7fe379c8f30b5050de26965d464f3f42ef0a60fd 80d3856c96b6743bb7b775c5e77bed7cd860b20e 81191b45a0d03ea6f94e7cd692af71df370641a6 8127b6b02070560dd33357a769a7880baed99c76 85f83f06a27829276782300e6f1e1eac1e3bcb01 8739ce78911bc3c46336e90b4c26f2f9dccb030c 88767a03a232d697e8ba4630dab533ef92d830a1 8aeeb3b9d325bf8ad1e59d86446e6bc99e9c6133 8e45d2a89415091046b86ea26f9f3b9b3d2e1689 90188b43f8f3843f72957979ccc402b789b89651 907bab2c0a733db6b3e25d43e1df8bed55dd0a4e 925aeee1eb4c4c93cc6630ed1c500ccdc7b5e036 964db94d05b79371c6bc856773204c989b591f9b 96a210412e18b9a99e82437ae59a42885059234d 9728ccd2b4f8b36e0e3f495547335f010e48d230 97c5bbbdec5373097c875be44982f977bfc90fe2 97fdac42bb4f9535eff97f05f7aa76abae179ca4 98692546c45d2090e1f3b7a4fd9e72e89a5709b4 9e4c54cb996f7ea487611bb637868c44aa32324a a1d8d1389f9fa8a173ddd316020566e52f2ef98b a47354c41a6af95044e10e505346961bbee23efc a71484df036eb764d30b70d9a01d5b9989723820 a8220a0f3c10b50ead9d5154dab909c4657d86ca a847ea0c4c11f6c38f91937af551022637a0a563 a98bbcd67e66c7db617d8de272d1ff70d273f443 aa9858b683e62406eb8d12731a87518bcf1ee3cc aaeab19f292d0718bb1e6a36ec0b242e5c75e0b2 ad8241837ac8f2600da51bd05b6e27c9f872418f bbba28990cb002e3271ea74bbb6ef6ca70e5d244 be4f782883fb5c9c64aad2bf7cacb4ef5844f5f2 c22bc0c61e0feb6044458c103a1222bc423010d1 c4708611c88fc02357cbfef86249e6ef7be831bc c92748d100a2594a4275dcdeecd4170dcee98519 c9f8a7d5957887db9c9c5f8c0a589c29434e8bd9 cc8320203cb6c18e26ce0725184ac30059efa53d cef9af3691c8fb4ccbe6c552d71fc62b6e6627af d027ec8e4e8ea268f592aea6631407e43aed2002 dba382b93ca0afa849c8642ff8a5eb400c8e0a43 deb831aba95ba84f520c247a9a4ea3c55bd71526 e390d561c168a9df979a735ac960ff3d870e26f3 e6fffb2a1b8c2e3776e26f4d7d2b60180873a29d e83b66e88d02d253b6cef6612a6e7580b9ea16cb ec4f37e5bcdbd6b72b4490f444758d10e589f60d ece76a7353c7470a4eb5f7c17294e7558d649239 f1e9f03df515f5c4898e62f55dac6e5e24bba4cc f29bba1a74a648925a68c64b494715a243aa4e6c f6936b8ff9d911ea2876ee53128b54e484e94a47 f91cd15a652e4f5b320f667592afb7a4d16673cf fbeb762b6cecf17a73ae1b03da50cd2acc4f886f fc2b77e78e3c607a8f7b38f139ae4bac3ca886f0
Postgresql-Catversion: 202406171
Timestamp: 2024-06-30 17:34:20+00

Package: postgresql-client-17
Source: postgresql-17
Version: 17~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10596
Depends: libpq5 (>= 17~beta2), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-17, postgresql-doc-17
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/database
Filename: pool/17/p/postgresql-17/postgresql-client-17_17~beta2-1.pgdg+1_arm64.deb
Size: 1940072
SHA256: 4a6b1614e615fd8f37142390c3403d9f30cff7086e1996936884d10a15b8b29e
SHA1: 413fd4ec4a194d5d1e99fca892fba4b92877c55b
MD5sum: cdd0a6a6c05d3f2a80f97bad3b090a94
Description: front-end programs for PostgreSQL 17
 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 17. If you install
 PostgreSQL 17 on a standalone machine, you need the server package
 postgresql-17, 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.
Timestamp: 2024-06-30 17:34:20+00

Package: postgresql-client-17-dbgsym
Source: postgresql-17
Version: 17~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3326
Depends: postgresql-client-17 (= 17~beta2-1.pgdg+1)
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/postgresql-client-17-dbgsym_17~beta2-1.pgdg+1_arm64.deb
Size: 2831752
SHA256: fb8fe30cd95c1563d2d8353f912189ea5537a1ad0d2d58b9f302f1c042efc706
SHA1: c2f341c152f92a02a8723342755cef5f89ed3c55
MD5sum: 8d6202baa6b629258b2ce4f55c7d9dd2
Description: debug symbols for postgresql-client-17
Build-Ids: 00e6672c2938846e811a41e3924bc86f8fc7869c 092749307cb2075345dfb4c35406d8067eeee053 145dd539651d3d844ad6ae74a9efd8ac821e58ae 27060f6fff1f92d9a005538c60ba8b912917e789 37ddbd3b7e3a24d60582d37fd7e3ad45df1dcc98 3efe6161d9c5a35cdf815613e91cc5bfafcc60c1 4368403f2c2dba7e5be13231d17da9fc76bd533c 43c2bf0287179b02222a6051e8a05183ddfdb37b 589bc51c2e1b4c4aee5b3c0d769d85d2d302984d 64cae44f5a61d326a1f06f98db9067458d4ba084 657801ccdd7b2c94f4bd486242cf95f34f9db6c0 92f5ca11035b4255ad884d78184030c5405e472d 9743ea72cf5848a980c3b03dae3a81df02bc8556 a2c1a3d59373c96f1136c0eb5a0c8cab8e0b19a6 aaed77b55d5eee8472a325d4f8fa14cf9ea30611 c32641836766a9011c61c4d2cd348849c747c848 ca5fecdfb1782380fb3bf68eba981359ffc22dd7 d2791e61e7ed8478cfb022b419884c168d5bd327 d4b6edda7695b67d627cbf19219f5ffbc137b8eb e6d8e109a897a241bf5eb22108ff8116578201a6 f5392cfbd77d10621b2ffaf01a7284e2a9493819 f8bb1e07f856c6c20e307e91a2f54c574ad7353b
Timestamp: 2024-06-30 17:34:20+00

Package: postgresql-doc-17
Source: postgresql-17
Version: 17~beta2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16787
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/doc
Filename: pool/17/p/postgresql-17/postgresql-doc-17_17~beta2-1.pgdg+1_all.deb
Size: 2103420
SHA256: 2b3843e2ea63774a588d7bdbff22bf424840ff1245166af9028cd8c3130ad1d9
SHA1: d533da57b7a5bf128de91919f4a0cf34fad7390c
MD5sum: 2e99dd9984d5703df0629df03656ab17
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 17. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-06-30 17:34:20+00

Package: postgresql-plperl-17
Source: postgresql-17
Version: 17~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 580
Depends: perl, postgresql-17 (= 17~beta2-1.pgdg+1), libc6 (>= 2.34), libperl5.38t64 (>= 5.38.2)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/database
Filename: pool/17/p/postgresql-17/postgresql-plperl-17_17~beta2-1.pgdg+1_arm64.deb
Size: 84664
SHA256: 8df7387d848eb20cfd354e3da143c6c7bbffb013e1b10486c67359a86bfb0287
SHA1: 4941641cf94f9c4a90c17681ac3503be0c945fd8
MD5sum: 63d288dc73c98c54582836784d205386
Description: PL/Perl procedural language for PostgreSQL 17
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Perl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-06-30 17:34:20+00

Package: postgresql-plperl-17-dbgsym
Source: postgresql-17
Version: 17~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 246
Depends: postgresql-plperl-17 (= 17~beta2-1.pgdg+1)
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/postgresql-plperl-17-dbgsym_17~beta2-1.pgdg+1_arm64.deb
Size: 201112
SHA256: 71716758f143f77ceaeaec69b8ab3b71662b3763f9c4377aa2e9c6fca9d8e986
SHA1: 9a2220a5281b3a3d6d369c2040cf4b6dc6b227da
MD5sum: dbe1d538b6013677872e2f66955797e8
Description: debug symbols for postgresql-plperl-17
Build-Ids: 0448dbf5e1affa08ea8e6036fd3bb695f5ef8d80 121a82df7c61f2e36efebf947a24e2ee19a9591b 4e152d9ca948be020a1640163bc063b51f559d33 864762d0f4aa2e73df846b82603b496a76a737f9
Timestamp: 2024-06-30 17:34:20+00

Package: postgresql-plpython3-17
Source: postgresql-17
Version: 17~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 679
Depends: postgresql-17 (= 17~beta2-1.pgdg+1), libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/database
Filename: pool/17/p/postgresql-17/postgresql-plpython3-17_17~beta2-1.pgdg+1_arm64.deb
Size: 105432
SHA256: 103cf6b79b58360cdaf050eba85c24d686510dca5a6eb8c2ec3aebc36aaff657
SHA1: 115f87f49ee1a7e6fddfa408b506da082bc3af76
MD5sum: 97191de899f2f1be5da64ceedc8100ee
Description: PL/Python 3 procedural language for PostgreSQL 17
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Python 3.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-06-30 17:34:20+00

Package: postgresql-plpython3-17-dbgsym
Source: postgresql-17
Version: 17~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 241
Depends: postgresql-plpython3-17 (= 17~beta2-1.pgdg+1)
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/postgresql-plpython3-17-dbgsym_17~beta2-1.pgdg+1_arm64.deb
Size: 189872
SHA256: 7846a7cff32c9a5c4a07d78f0a193416f6b5cc2da9245cdd34f2f1eb530ce3f0
SHA1: 90378ba9be5cb4bf80c67c2ce4318aa1c45a0371
MD5sum: 7e9f88cf51ff5ed5ac3571d81fc0d6ab
Description: debug symbols for postgresql-plpython3-17
Build-Ids: 4c6ec9c67df7d1a57c64b3824a3ccb94037f3600 a56bb7ebade880bf838b972a0afe9f6d51fcc54a c22dbd0af3658d63c2908b0ecde22bd0594572bc fabc88172b03e373466662ee069d1395acf0f521
Timestamp: 2024-06-30 17:34:20+00

Package: postgresql-pltcl-17
Source: postgresql-17
Version: 17~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 201
Depends: postgresql-17 (= 17~beta2-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/database
Filename: pool/17/p/postgresql-17/postgresql-pltcl-17_17~beta2-1.pgdg+1_arm64.deb
Size: 36820
SHA256: 397782fdff406618078cde70ee8bccc61e5cb4d196f350c7cafc356df69ce154
SHA1: d39c274bfee743891210675a4cdd231301d3e7fb
MD5sum: 4d97581616102f31fd1aa23a4e3df49b
Description: PL/Tcl procedural language for PostgreSQL 17
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Tcl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-06-30 17:34:20+00

Package: postgresql-pltcl-17-dbgsym
Source: postgresql-17
Version: 17~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-pltcl-17 (= 17~beta2-1.pgdg+1)
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/postgresql-pltcl-17-dbgsym_17~beta2-1.pgdg+1_arm64.deb
Size: 85476
SHA256: 6ad6a54ad64ddf80005bcc50e6919077d4a188b737d0dd9f048e3ad42b61aa1c
SHA1: 4e11033b1e8af2573ad225e488a5f8401df357e9
MD5sum: 8448a72e7b3ea38c8c11dfac051292eb
Description: debug symbols for postgresql-pltcl-17
Build-Ids: b927257f76a47206d66e23f77c0f21873e23b963
Timestamp: 2024-06-30 17:34:20+00

Package: postgresql-server-dev-17
Source: postgresql-17
Version: 17~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8262
Depends: clang-16, libpq-dev (>= 17~~), llvm-16-dev, postgresql-client-17, postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libdevel
Filename: pool/17/p/postgresql-17/postgresql-server-dev-17_17~beta2-1.pgdg+1_arm64.deb
Size: 1306244
SHA256: 973d24bd9ce9e903b99b514b14d62d30c0c448ce60e9701218134cc54ce05e55
SHA1: 2e35990022e50be6846a6eeb8668f3c35c7ccd60
MD5sum: a0befd885a5258778477162ef0ada20b
Description: development files for PostgreSQL 17 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.
Timestamp: 2024-06-30 17:34:20+00

Package: postgresql-server-dev-17-dbgsym
Source: postgresql-17
Version: 17~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-server-dev-17 (= 17~beta2-1.pgdg+1)
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/postgresql-server-dev-17-dbgsym_17~beta2-1.pgdg+1_arm64.deb
Size: 56732
SHA256: 1d5dcc0bfacba00f6f120635fa9e4f27cd34ae4e51179de0cb06c0ea821a5893
SHA1: 4169e953f511f943e17ccfe92506eba8dabf1991
MD5sum: 4fb4918bdf1d2c78bf47ba336887df68
Description: debug symbols for postgresql-server-dev-17
Build-Ids: fa64f672cdfe3ec69fc088853aa66505c03b2daa
Timestamp: 2024-06-30 17:34:20+00

Package: postgresql
Source: postgresql-common (261.pgdg+1)
Version: 16+261.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: postgresql-16
Suggests: postgresql-doc
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_16+261.pgdg+1_all.deb
Size: 11928
SHA256: b4463d92782d119634ad4b6448c2c92f32d14d48531f7bff082f1b60cb56c792
SHA1: 31dac7087f99ccb3f0be29d0f6d9a5b3e9fa1ca2
MD5sum: 92d7b89b0659a2972ea430934d4ae518
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.
Timestamp: 2024-06-30 17:34:52+00

Package: postgresql-all
Source: postgresql-common
Version: 261.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: libecpg-dev, libpq-dev, postgresql-common (= 261.pgdg+1), postgresql-server-dev-all, postgresql-contrib-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-contrib-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-contrib-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12, postgresql-contrib-13, postgresql-plperl-13, postgresql-plpython3-13, postgresql-pltcl-13, postgresql-contrib-14, postgresql-plperl-14, postgresql-plpython3-14, postgresql-pltcl-14, postgresql-contrib-15, postgresql-plperl-15, postgresql-plpython3-15, postgresql-pltcl-15, postgresql-contrib-16, postgresql-plperl-16, postgresql-plpython3-16, postgresql-pltcl-16
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_261.pgdg+1_all.deb
Size: 12064
SHA256: d14bef3d0c4aa664671481d3fa6eb2a16971daf9c479a16cb92cb2ee18518a7b
SHA1: f47c41c7fec2511dbe7458546eaf770af8752e59
MD5sum: 7205f5314096f1fb3f40c895ba24d6d1
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 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.
Timestamp: 2024-06-30 17:34:52+00

Package: postgresql-client
Source: postgresql-common (261.pgdg+1)
Version: 16+261.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: postgresql-client-16
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_16+261.pgdg+1_all.deb
Size: 11932
SHA256: a1e97b90176481279777e35fc7355b76f4a8eb3cfd8a0b5ad032f945bdc0773e
SHA1: 88356174dce5b8b2e3dfe56b2306bbed9860bd24
MD5sum: 86141d364fccda9f2b83d15798583e2b
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.
Timestamp: 2024-06-30 17:34:52+00

Package: postgresql-client-common
Source: postgresql-common
Version: 261.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: netbase, perl:any
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_261.pgdg+1_all.deb
Size: 36072
SHA256: f4d27f83a59a224105c962f68f0aad3a56441510ff7f9cc8b582d11fec706ebc
SHA1: c7840d23d6538a7650564f1df452c38e8a14ccc5
MD5sum: 4a9b317b8bbef6def2c258e6a0fa1a6b
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.
Timestamp: 2024-06-30 17:34:52+00

Package: postgresql-common
Version: 261.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 651
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, libjson-perl, sysvinit-utils (>= 3.05-4~) | lsb-base, postgresql-client-common (= 261.pgdg+1), ssl-cert (>= 1.0.11), ucf, perl:any
Recommends: e2fsprogs, logrotate
Conflicts: pgdg-keyring
Breaks: postgresql-9.1 (<< 9.1.1-3~), postgresql-server-dev-all (<< 204)
Replaces: pgdg-keyring, postgresql-server-dev-all (<< 204)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_261.pgdg+1_all.deb
Size: 168856
SHA256: 706a216a7d1f614789dae2146adc4bad2317871a359194305d6706e417d37616
SHA1: 258b3e1796b9aa1c714fb2a73c7e393ab154cae7
MD5sum: f7b30c4960253a071ad4b17c753237dd
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.
Timestamp: 2024-06-30 17:34:52+00

Package: postgresql-contrib
Source: postgresql-common (261.pgdg+1)
Version: 16+261.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: postgresql-contrib-16
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-contrib_16+261.pgdg+1_all.deb
Size: 11932
SHA256: a0321db5c27305f2f59cfd47cc52059f8636ab7003ca3009131d5b87dc7687ff
SHA1: d6ab456abbd988c9febfb535ec12465db8654538
MD5sum: 36ef8b6e1b9eda85b3938812fcf694ee
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.
Timestamp: 2024-06-30 17:34:52+00

Package: postgresql-doc
Source: postgresql-common (261.pgdg+1)
Version: 16+261.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: postgresql-doc-16
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_16+261.pgdg+1_all.deb
Size: 11920
SHA256: 4fd1d14a05177d1c17517d8fccb3a7b33ca8b34b7b42bf499b90d12f0ab72926
SHA1: f30d92e757f4d8f254432aa1b2e238cd0e72bb5a
MD5sum: 4c46f91c47e26b439e19830946bd1f89
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.
Timestamp: 2024-06-30 17:34:52+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 261.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: make:any, postgresql-common (= 261.pgdg+1), postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12, postgresql-server-dev-13, postgresql-server-dev-14, postgresql-server-dev-15, postgresql-server-dev-16
Multi-Arch: same
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_261.pgdg+1_arm64.deb
Size: 20264
SHA256: 4b889fc6d0209b913126e089b31d94ed821750c4fe376c1bfbbf38c25e43610f
SHA1: 1bbe1819f0fd15ba8d3446ddd43a61e47bf5a967
MD5sum: 2c537c55fbb5fd77afc5a49a13ebbc26
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, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 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.
Timestamp: 2024-06-30 17:34:52+00

Package: pgbouncer
Version: 1.23.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 636
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: postgresql-common (>= 26), libc6 (>= 2.38), libcares2 (>= 1.12), libevent-2.1-7t64 (>= 2.1.8-stable), libpam0g (>= 0.99.7.1), libssl3t64 (>= 3.0.0), libsystemd0
Suggests: python3, python3-psycopg2
Enhances: postgresql (>= 7.4)
Homepage: https://www.pgbouncer.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbouncer/pgbouncer_1.23.0-1.pgdg+1_arm64.deb
Size: 229304
SHA256: 421d1fdcbb4fc1f15f864b6abcf38f066b073b394837473aa54ad5a0ffc43396
SHA1: 7dbfe86a1901418b554f6f2d01ba400b0b19573b
MD5sum: 2fe8ebb6a6205f96f967392e62ad536a
Description: lightweight connection pooler for PostgreSQL
 PgBouncer is a lightweight connection pooler for PostgreSQL providing the
 following features:
 .
  * Several different methods of pooling 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.
Timestamp: 2024-07-04 11:53:24+00

Package: pgbouncer-dbgsym
Source: pgbouncer
Version: 1.23.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 613
Depends: pgbouncer (= 1.23.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbouncer/pgbouncer-dbgsym_1.23.0-1.pgdg+1_arm64.deb
Size: 559732
SHA256: df140c788df35b24dfa4f6ee1a28f22ccfb44683c71f63ab9d2b5d412576264f
SHA1: f4aeddbc86dada3c98bfed61c967eeece5dde2d3
MD5sum: a73c57559b1d3cd0c1fc9b889952d232
Description: debug symbols for pgbouncer
Build-Ids: 2daab2f32afebc9730e9a741fab88c79e513a17a
Timestamp: 2024-07-04 11:53:24+00

Package: check-pgbackrest
Version: 2.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: libdata-dump-perl, libjson-perl, perl
Enhances: pgbackrest
Breaks: pgbackrest (<< 2.28)
Homepage: https://github.com/pgstef/check_pgbackrest
Priority: optional
Section: database
Filename: pool/main/c/check-pgbackrest/check-pgbackrest_2.4-1.pgdg+1_all.deb
Size: 18968
SHA256: e3b907a4bc5640ba543b547b0eef1dbfc5a07aac4c15195a2a73db3d23a8a6bf
SHA1: f2b34424f7c492ee83a19b915971ff07dad0d629
MD5sum: 4e7a716ae06320224b9a2fff312dc8e2
Description: pgBackRest backup check plugin for Nagios
 check_pgbackrest is designed to monitor pgBackRest PostgreSQL backups from
 Nagios.
Timestamp: 2024-07-08 14:53:57+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 2.7.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 819
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_2.7.7-1.pgdg+1_arm64.deb
Size: 354464
SHA256: 9c23e69c0ffdc7149f68033b30c686340b62c4736fc4fc2c93a31d008eaf9b37
SHA1: e67fb49911ea772641e0268c8ef50ff98b37b6a3
MD5sum: 2bb95912abaea973cae02b0c7cc457fb
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-07-08 14:53:57+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 299
Depends: postgresql-12-plpgsql-check (= 2.7.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_2.7.7-1.pgdg+1_arm64.deb
Size: 266452
SHA256: db200c6435cc92c473fe4798f8123df25cdda402efe53647dad6ccf42c6ab581
SHA1: 4d1c4bac2a0109d88aa7b28a25622cab31a47c69
MD5sum: 5d80ea4df3ff6296f0b2a39655111696
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: ed36930c968390f186564f688a829f5083b350d3
Timestamp: 2024-07-08 14:53:57+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 2.7.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 824
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_2.7.7-1.pgdg+1_arm64.deb
Size: 360224
SHA256: 0bfe03b807c2be66d096bc3fc19e6d2fcc8634d365024dae8d4873281cb85678
SHA1: 7a4fc94c436f548f4bf57b0e6fabd70b0c88439c
MD5sum: aa2c08078685d4e7304dca8679f922f6
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-07-08 14:53:57+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 322
Depends: postgresql-13-plpgsql-check (= 2.7.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_2.7.7-1.pgdg+1_arm64.deb
Size: 288624
SHA256: 376012406bd49c77cc23f3c4c49151ac26cc84610733444066dd448a6adad5fa
SHA1: 618a26499bcf928d90a9a0bc58ed41c4949ac732
MD5sum: b7b24f71ff4a75fa31a81ed2bb351231
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: 6d33f0216beab9de1a71c8f95e0de181fcaa4120
Timestamp: 2024-07-08 14:53:57+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.7.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 835
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.7.7-1.pgdg+1_arm64.deb
Size: 365436
SHA256: fdd356330f35717ca0e4d4990d69ff2a0b88a82aa5784946d4e9e690ed372553
SHA1: 472d9d2a868ca5bd40542e1ff9ab6000148900ad
MD5sum: cf679ab07dbf537c183e6d187b41c99c
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-07-08 14:53:57+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 330
Depends: postgresql-14-plpgsql-check (= 2.7.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.7.7-1.pgdg+1_arm64.deb
Size: 296456
SHA256: 6a61835df8fa922a239db797a25d391e012ec98848d27aa8e752b2f95e230de5
SHA1: 7013006d4dfa3d47501b99e884ffe7922d27e958
MD5sum: 8e0f1bb4a597281fd0b2931ae8e3c2a2
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: c2d2cc4198e6159352df793c06a5b2c4cf9a7678
Timestamp: 2024-07-08 14:53:57+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.7.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 863
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.7.7-1.pgdg+1_arm64.deb
Size: 382144
SHA256: 79958bf0359dd239b1d276c2c7121747dc59d26b88e852de4bb1d4dbe945f7dd
SHA1: 37bf511ae2d881258e34fd41cd3cf88a15b0e8a2
MD5sum: 4c96ba181552f5631105629c5c859d76
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-07-08 14:53:57+00

Package: postgresql-15-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 361
Depends: postgresql-15-plpgsql-check (= 2.7.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.7.7-1.pgdg+1_arm64.deb
Size: 326380
SHA256: f356b2dad785b55c0f9f6bccebfc4b0e5daf2b09f39326d14890f31685659949
SHA1: 6ccf02e5fb48c51c649f506297e2f353203b6353
MD5sum: 5965fde71b3149d120a184248c1987bd
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: 6b6561fea28dac535d3b315e08ace47d427bb96e
Timestamp: 2024-07-08 14:53:57+00

Package: postgresql-16-plpgsql-check
Source: plpgsql-check
Version: 2.7.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 862
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check_2.7.7-1.pgdg+1_arm64.deb
Size: 376028
SHA256: 34a58ac42da31b05da866f2ce03b158150c951cd24a4f33087840f857c0f3e3d
SHA1: 7750894905fc665e85acfce3bac1f6c3489f9e3b
MD5sum: 98d20959a29d9d03cbc1ced139ce5c2c
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-07-08 14:53:57+00

Package: postgresql-16-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 370
Depends: postgresql-16-plpgsql-check (= 2.7.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check-dbgsym_2.7.7-1.pgdg+1_arm64.deb
Size: 335460
SHA256: b1d20456a853c655e1cb07ecedc9d2a69208f8767e7f9dc08b5c69f855d2b3ac
SHA1: 1fe379baab92495e6a6b419a052f5ff23226dee1
MD5sum: 8afd2d6439cba4709d4e1a9d5a20a5e9
Description: debug symbols for postgresql-16-plpgsql-check
Build-Ids: 64689945f756f9f13b821339de336434710b1acc
Timestamp: 2024-07-08 14:53:57+00

Package: postgresql-17-plpgsql-check
Source: plpgsql-check
Version: 2.7.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 870
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check_2.7.7-1.pgdg+1_arm64.deb
Size: 382240
SHA256: 96717225c64fafdf771f83ca5e5123bf5585c1ed9ba71cfe3dc13164e3253918
SHA1: 214161483eab52b4ce79efc7e9313492eac1c50e
MD5sum: 810de8e2db8a835196d07d5226633b17
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-07-08 14:53:57+00

Package: postgresql-17-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 390
Depends: postgresql-17-plpgsql-check (= 2.7.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check-dbgsym_2.7.7-1.pgdg+1_arm64.deb
Size: 354244
SHA256: d89b126bedcda67a65b0cfdd652c822b01942e3f39cb7312b4006fc7a77ac726
SHA1: 8f66ba6060dc945f8bf24fccaf3dea49c3de2506
MD5sum: e88cef1ca7c6f42ece3349e8ede225e7
Description: debug symbols for postgresql-17-plpgsql-check
Build-Ids: d8fd840e108f4c4c2862f226b5b169adf7bc0248
Timestamp: 2024-07-08 14:53:57+00

Package: sqlsmith
Version: 1.4-1.pgdg+3
Architecture: arm64
Maintainer: Andreas Seltenreich <seltenreich@gmx.de>
Installed-Size: 526
Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.0), libpq5, libpqxx-7.9 (>= 7.9.1), libsqlite3-0 (>= 3.6.18), libstdc++6 (>= 13.1)
Homepage: https://github.com/anse1/sqlsmith
Priority: optional
Section: database
Filename: pool/main/s/sqlsmith/sqlsmith_1.4-1.pgdg+3_arm64.deb
Size: 139592
SHA256: ca198e180a4719467c489ddedf698c9ac84abd7d9074eac84fed7457f7924cd7
SHA1: f71ba4b254f6a63064fb84ee977a810cde6b5850
MD5sum: a743f4c0b09ee7465e19a4a58a1ed0fd
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+ and sqlite3.
 .
 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.
Timestamp: 2024-07-13 18:43:56+00

Package: sqlsmith-dbgsym
Source: sqlsmith
Version: 1.4-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Andreas Seltenreich <seltenreich@gmx.de>
Installed-Size: 4084
Depends: sqlsmith (= 1.4-1.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/s/sqlsmith/sqlsmith-dbgsym_1.4-1.pgdg+3_arm64.deb
Size: 3997388
SHA256: d4de9e0634cfc3c48941672c1e19afa33de059decd99f14904c9c8879ecee168
SHA1: 1def076decf8a1b0a107faff26da1abc04f6ebbf
MD5sum: c903f19f99bfb02836e362a20b38f418
Description: debug symbols for sqlsmith
Build-Ids: 1f2073fd6a85c7d20d8118b0b7bc4b5885a99aab
Timestamp: 2024-07-13 18:43:56+00

Package: postgresql-11-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 292
Depends: postgresql-11, postgresql-11-jit-llvm (>= 15), libc6 (>= 2.38), libgdal35 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw_1.1.5-1.pgdg+1_arm64.deb
Size: 103064
SHA256: 4d65512ae77c07797f819d9d6ecaae90ac6ad87d92dcbee9b863f655a121f813
SHA1: 28f2cb5b4bbac918c0fe3cda3fa2cf9597d86041
MD5sum: 302901e7931c42d6d4c8c3ae4a40abea
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-11-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 162
Depends: postgresql-11-ogr-fdw (= 1.1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw-dbgsym_1.1.5-1.pgdg+1_arm64.deb
Size: 129692
SHA256: 3f85d4895ab1cdb08f4c85cd735909cdee1f1f8083aa212aaaadc067bc0a2f75
SHA1: c6162fee60ec501680a2850d90a3b3d7b0868a76
MD5sum: 0dcfcfc7001e4fb655c7af964d3623c9
Description: debug symbols for postgresql-11-ogr-fdw
Build-Ids: 1c398fd3631f529ff1437f0ef616986f57b5bce0 46cb0b743ac7748fa7a97f37db0f4b27fc96dde6
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-11-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.6.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 175
Depends: libc6 (>= 2.34), postgresql-11, postgresql-11-jit-llvm (>= 15), postgresql-11-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile_1.6.1-2.pgdg+1_arm64.deb
Size: 45092
SHA256: 5bc94e603f2caccfd44203bc25753b98d20aa5b1a18789e60eccf80abaf34d37
SHA1: 6dcbde1188f643f033e67686962bde101db9e12d
MD5sum: b449b26425d0d354504a9fed2b00b1c4
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-11-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.6.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-11-pgauditlogtofile (= 1.6.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile-dbgsym_1.6.1-2.pgdg+1_arm64.deb
Size: 32456
SHA256: 1ba54e931d565ee2e7fd1ce273a433ad90e6c72bdb89453dcde77bd31bcc0f15
SHA1: 56df833f0fb1785e62c2dfb2b0dec8a9e3e03265
MD5sum: 832046e6a38e0fc99edaaede796ff454
Description: debug symbols for postgresql-11-pgauditlogtofile
Build-Ids: 6d2de6271e71cc290d2d32fa387324ab34d574d5
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-12-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 293
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38), libgdal35 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw_1.1.5-1.pgdg+1_arm64.deb
Size: 104800
SHA256: f7293f112639342b710eee4c7cb3f99c928483b72139434a708d6e2ee2cc6a89
SHA1: 6bf7b410c24db4f702dbbd57cbe366865fd13cd1
MD5sum: 42550f9a9fb486d33fc5790e8c477e60
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-12-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 160
Depends: postgresql-12-ogr-fdw (= 1.1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw-dbgsym_1.1.5-1.pgdg+1_arm64.deb
Size: 127236
SHA256: d77a03c89ace272141f5f0486ea79221746fe37407ddc3a1bcf9de7a6074e6fb
SHA1: 4eb180c69e042ba077fdc094cb0e034f398845b7
MD5sum: 18317b4b73179471a1142df294308a9e
Description: debug symbols for postgresql-12-ogr-fdw
Build-Ids: 110ceede21b99a67b3f850865a29708768e75c88 8204a04580315bdd8ba52393da0c235c0e1eae82
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-12-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.6.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: libc6 (>= 2.34), postgresql-12, postgresql-12-jit-llvm (>= 16), postgresql-12-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile_1.6.1-2.pgdg+1_arm64.deb
Size: 44956
SHA256: 5dfca9dbf8ae9bbc53b9c58707893490d596bfe916f47a8b1afce406ed26efe6
SHA1: 65721a1d362f49653c85f67a196782ad49ec321b
MD5sum: 46935700a0d150969beed324c127e0b4
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-12-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.6.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-12-pgauditlogtofile (= 1.6.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile-dbgsym_1.6.1-2.pgdg+1_arm64.deb
Size: 32348
SHA256: 074f190ac3b52833c9d1e0a714b638d99876e6faf7d5e1e3b818fd74ee589c44
SHA1: 01bf273ab91723bb5b09acff4141d476e07465b3
MD5sum: f20fe26f7b5f67fc4a5c24f0c177ea1f
Description: debug symbols for postgresql-12-pgauditlogtofile
Build-Ids: 7077890e34629f95a9e8f220f3c51aa07046c2b5
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-12-show-plans
Source: pg-show-plans
Version: 2.1.2-1.pgdg+1
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 119
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-12-show-plans_2.1.2-1.pgdg+1_arm64.deb
Size: 26372
SHA256: 878e6d454b5cd929adbb871107723469f2f672166b59c6b035e978b658b0bc0e
SHA1: 9b7d1fd9ddb3acb5dbb55b074503e1b2b03db457
MD5sum: 8efc242acd4fe7fa025c8e1b01aba94a
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-12-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 49
Depends: postgresql-12-show-plans (= 2.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-12-show-plans-dbgsym_2.1.2-1.pgdg+1_arm64.deb
Size: 34044
SHA256: 19079261ad8b084070a7179ab193407e8b233fd702aaa05c5ad462e20268fee6
SHA1: 43e9fbb4252752bec4083ff45e478ec5ab0613d5
MD5sum: cbf0eed4b4dcb77d8a6a813d813d969e
Description: debug symbols for postgresql-12-show-plans
Build-Ids: c0d420c5eedbe536376a25214746ba181953bd54
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-13-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 295
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38), libgdal35 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw_1.1.5-1.pgdg+1_arm64.deb
Size: 106916
SHA256: fdb30bd1156f61afd6e772b8f7fdf13b12706b71345b6636d673233353e82d24
SHA1: 79bdf3b9c8562b66cef9fbe1f52635ed524d3246
MD5sum: 5dcedcc1f0d6daf7e6b29bf2fc2cb358
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-13-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 175
Depends: postgresql-13-ogr-fdw (= 1.1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw-dbgsym_1.1.5-1.pgdg+1_arm64.deb
Size: 142212
SHA256: db959b0cb9d752476a5c7a1807a5b3a0c5242b71fa7423e09dcc76557c0925d0
SHA1: 04b3a574505a4b608a4ca037508f797f754fd63d
MD5sum: a7d8e12eb02bc9662a8a36a54d32b59f
Description: debug symbols for postgresql-13-ogr-fdw
Build-Ids: 226af821c330439502ca3beb6b8e463b86875a32 56e9580f6f5f6403342541dee712bd5fe9e53285
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-13-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.6.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: libc6 (>= 2.34), postgresql-13, postgresql-13-jit-llvm (>= 16), postgresql-13-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile_1.6.1-2.pgdg+1_arm64.deb
Size: 44944
SHA256: 06493830203fea713ed0f67923d3bba83759cd3599b0f36d38f74dbe4a2ab708
SHA1: 34a5a3189811bd75982198ba49b13ccc1e2e6790
MD5sum: 48c84770377b07fac40e7d761835da39
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-13-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.6.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-13-pgauditlogtofile (= 1.6.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile-dbgsym_1.6.1-2.pgdg+1_arm64.deb
Size: 32412
SHA256: a9827611915213e7c1fc7b25db776d5ad5124e3eb4d2179a18dab7486005f4e8
SHA1: 08a7905d2e7d0ca38167dd33aec49d317d7b313b
MD5sum: 916282b17d9c46baf1d6a49465cc1a71
Description: debug symbols for postgresql-13-pgauditlogtofile
Build-Ids: 8a4bbda8a087716aac20177c6f8b16afa16b01f0
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-13-show-plans
Source: pg-show-plans
Version: 2.1.2-1.pgdg+1
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 119
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-13-show-plans_2.1.2-1.pgdg+1_arm64.deb
Size: 26516
SHA256: a2a538f31e99a3fa27a5fc4e7feabe450ed7de177c4811d43d7229c5d05f19d6
SHA1: 75ba82e14658cddf413c89173959bb2201b6989e
MD5sum: af06850b401cc1ea4dfd8701199cadae
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-13-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 50
Depends: postgresql-13-show-plans (= 2.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-13-show-plans-dbgsym_2.1.2-1.pgdg+1_arm64.deb
Size: 34800
SHA256: 39f5e196d4d524b65221d1a0d011a7be484f13077398582bb232a3cffd563b5f
SHA1: 3fdd122f7a0214aaf671f3aedb09432f100cc355
MD5sum: 304a940c3f2f624e79eeb66dd8a59ccd
Description: debug symbols for postgresql-13-show-plans
Build-Ids: 66ed70eed964231c46bc295339d28067ccba5d74
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-14-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 296
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38), libgdal35 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw_1.1.5-1.pgdg+1_arm64.deb
Size: 107084
SHA256: eefee4f43ef5425ca8854547b6ab1d01a0923b3401fbe9bd3810abfe7e54175e
SHA1: 837b3895927cf9a05d77b3970c7fe78ced234f84
MD5sum: 4a67947061915cdc22fffb200b69e7ce
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-14-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 176
Depends: postgresql-14-ogr-fdw (= 1.1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw-dbgsym_1.1.5-1.pgdg+1_arm64.deb
Size: 143504
SHA256: e0f4f8d864f51769a88ad54e52f78d8d4c03e5c8af003b33ff71429066556c0f
SHA1: c434429838e707210dac81c6f256a4a90a5e375b
MD5sum: ebdc1b0f9e67ba021bfeb8dd54048c92
Description: debug symbols for postgresql-14-ogr-fdw
Build-Ids: 330f6064c4b638d48eccec18973de91e79f090ed 8ca9f49e346793381b0aea5992c3c93a2a90a040
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-14-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.6.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: libc6 (>= 2.34), postgresql-14, postgresql-14-jit-llvm (>= 16), postgresql-14-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile_1.6.1-2.pgdg+1_arm64.deb
Size: 45136
SHA256: 526800b332e3faec540f29b74a39b6019c24aa0785cfac8b27d70864637c33a9
SHA1: 6eb20bb7556ef950eafb65f6bd361d4feac448f1
MD5sum: 800ed3a12c647efe3cfe1c0b11756915
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-14-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.6.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-14-pgauditlogtofile (= 1.6.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile-dbgsym_1.6.1-2.pgdg+1_arm64.deb
Size: 32948
SHA256: 2ff67261f1648ff32445cf7680df1e0c397908fed21c10e55688423997b1d993
SHA1: 6a2287fc30acc3148607462426fb9729752cf5b5
MD5sum: 901337361a97ed0c9a3163168a414396
Description: debug symbols for postgresql-14-pgauditlogtofile
Build-Ids: 6f26cc50bf5291d5c99220c20f2cf51d80a1e70f
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-14-show-plans
Source: pg-show-plans
Version: 2.1.2-1.pgdg+1
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 120
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-14-show-plans_2.1.2-1.pgdg+1_arm64.deb
Size: 26308
SHA256: c8104b09b95da40ac0098eba5510a833b521488c077c8bf583fb95cfe36205f1
SHA1: fb7aaab43f3ff59934e81fec58b63ffa40a1e9e5
MD5sum: cf14003383141b9f310f3b6032a3dcb9
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-14-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 51
Depends: postgresql-14-show-plans (= 2.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-14-show-plans-dbgsym_2.1.2-1.pgdg+1_arm64.deb
Size: 35748
SHA256: 9cc63ae5bc649251ee8179ed032fd1843352163b1ee1956b0e93b46a80c4cee3
SHA1: 6af42d8d4e7012968d472360dcabf3cd7331011f
MD5sum: 966730ce6a59df86a7e6a4b614a3090d
Description: debug symbols for postgresql-14-show-plans
Build-Ids: 5eb1fe85c0c80f9ab5197c10f123d8025e99b236
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-14-timescaledb
Source: timescaledb
Version: 2.15.3+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13854
Depends: postgresql-14, libc6 (>= 2.38), libssl3t64 (>= 3.0.0)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-14-timescaledb_2.15.3+dfsg-1.pgdg+1_arm64.deb
Size: 344328
SHA256: 428df9d46b2a85993a6cfec700daaa0a7ffca2e48d232c589fd7dd3ae9343e14
SHA1: 61eb4fc86986b99f8dbe08a1580dc5e572a7daf8
MD5sum: 93aeddfc3c99077da2395b95eb0df789
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-14-timescaledb-dbgsym
Source: timescaledb
Version: 2.15.3+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1187
Depends: postgresql-14-timescaledb (= 2.15.3+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-14-timescaledb-dbgsym_2.15.3+dfsg-1.pgdg+1_arm64.deb
Size: 1069284
SHA256: 1a7648c3d211e831b088e23aac37adb27671893025db0bc53151e9f238ee38fe
SHA1: b0f8d2036b9ea3c0d65e315eaed6ffe9bebe320a
MD5sum: 77b87ed9725eceba009c88bd1003964a
Description: debug symbols for postgresql-14-timescaledb
Build-Ids: 7b3e684cb3e788e010d5fb7d2dfa55ea8321266a dd5838cdcbb7a41c97ac6c9cdfb948c15d7131b6
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-15-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 296
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38), libgdal35 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-15-ogr-fdw_1.1.5-1.pgdg+1_arm64.deb
Size: 107952
SHA256: cf227019d8a3973c848fa8a5952316b672702af1535d430578cddaddb3697530
SHA1: d0e96d9b8d381d378507b74e1198f90fd04e46ce
MD5sum: 3ea76c4f416d45b59fe53e4d79119548
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-15-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 165
Depends: postgresql-15-ogr-fdw (= 1.1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-15-ogr-fdw-dbgsym_1.1.5-1.pgdg+1_arm64.deb
Size: 132204
SHA256: ad818e3082b090565294bc8221f25084e687d6a5e23f6edf6edabbdc6fde19ec
SHA1: 54b109629692f813c28b42372b0d219db21733ea
MD5sum: afa7aaa737ebdd9121dcd3d4effc4b15
Description: debug symbols for postgresql-15-ogr-fdw
Build-Ids: 4322c27b675223ecc86ef596571f6b07e008fd3d da314f9c8ef0acb86215b154e862f81a59dbfea8
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-15-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.6.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: libc6 (>= 2.34), postgresql-15, postgresql-15-jit-llvm (>= 16), postgresql-15-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile_1.6.1-2.pgdg+1_arm64.deb
Size: 45420
SHA256: 92ae974fb700a764f917e6e0e2823857557fb13831052716ad610357614ee2e7
SHA1: 0ad30a377a25c941e1dd332f2dd8282359b0be9f
MD5sum: bfb0289557a80e476da08146c004a98b
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-15-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.6.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-15-pgauditlogtofile (= 1.6.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile-dbgsym_1.6.1-2.pgdg+1_arm64.deb
Size: 33392
SHA256: 740e496ab9158397e02ee1e0bf465e538262cc51e80ac0d48694e74ad83eceb2
SHA1: e3da0ac64e8b59c953b31dbcfe5debe584d427fe
MD5sum: 0c09b2d5998a48686c0654f1aea12b31
Description: debug symbols for postgresql-15-pgauditlogtofile
Build-Ids: 3c90b25e18bed64eba7f22544504c56aa3f01d4c
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-15-show-plans
Source: pg-show-plans
Version: 2.1.2-1.pgdg+1
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 120
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-15-show-plans_2.1.2-1.pgdg+1_arm64.deb
Size: 26576
SHA256: eef4a38e214f930f268a719a42c1ae38fa3a6d4d1730aea10269961a7ee4ac30
SHA1: b53e8fc2c3902e069a0c8dfe5f705ccf03dc66ee
MD5sum: 22eaf5db9e8ef50ab4dbe5ca9c00c66d
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-15-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 52
Depends: postgresql-15-show-plans (= 2.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-15-show-plans-dbgsym_2.1.2-1.pgdg+1_arm64.deb
Size: 36164
SHA256: 2fc5a5e484a7cf73da6382a7621824c86f2efcca0919f30792980ec7a840c181
SHA1: 26831b258ca26ef3177a38612f492224547b86e4
MD5sum: af26b60315755e0d95f19ee4f3278fc5
Description: debug symbols for postgresql-15-show-plans
Build-Ids: d0390af0ca2a11763601d076a7955732effab938
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.15.3+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13854
Depends: postgresql-15, libc6 (>= 2.38), libssl3t64 (>= 3.0.0)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.15.3+dfsg-1.pgdg+1_arm64.deb
Size: 346900
SHA256: 6be3310d7c5caf944cee440f985b9b0680635109fc50fe25ad96e5cf54db2428
SHA1: e07cec16250b5e594d1dbcdc36f52349f5018ff2
MD5sum: 16f21ed731ce45f6f4e33bf165ec8c32
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-15-timescaledb-dbgsym
Source: timescaledb
Version: 2.15.3+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1176
Depends: postgresql-15-timescaledb (= 2.15.3+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.15.3+dfsg-1.pgdg+1_arm64.deb
Size: 1058912
SHA256: eb9040a3d0a3053353262389b2034bf51c8f750f528e29ffb3bcff28799d3252
SHA1: 3397a47f75b15e1877a584ff628b0bc988cb8789
MD5sum: adf465624d87962fc5b876348792208e
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: 65a1781e32c993dd764185556ab80adc7fc4af80 a1f8612062d2271af8de6b4146f7c01696a533ea
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-16-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 296
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38), libgdal35 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-16-ogr-fdw_1.1.5-1.pgdg+1_arm64.deb
Size: 106920
SHA256: 93635e61e0e5fd515b8a74dfaba5d04b9b230157d9ecb3f09eed6ba4858b9378
SHA1: 697e201680ec37f0a7011c026cf3c447ff203b02
MD5sum: 47fbae580ca972b375837b739e99026d
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-16-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 169
Depends: postgresql-16-ogr-fdw (= 1.1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-16-ogr-fdw-dbgsym_1.1.5-1.pgdg+1_arm64.deb
Size: 136724
SHA256: 276beb030be12dd04f3908e9dfbb50e61df9a05b4791d1ea1a956a4bb7705913
SHA1: 44502ad664261ba7ef4078972188d6ae1f531966
MD5sum: 4655a58dfa5940614671ae777538acd7
Description: debug symbols for postgresql-16-ogr-fdw
Build-Ids: 1335115cb586bc6d16c0b703ed9f309a80538281 2831fa4a330a9ae39b235f52194fe2427b7d6978
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-16-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.6.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: libc6 (>= 2.34), postgresql-16, postgresql-16-jit-llvm (>= 16), postgresql-16-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile_1.6.1-2.pgdg+1_arm64.deb
Size: 44808
SHA256: ba6ba428f4bc15a31dcd66c5ee58764a65e29f4ef0a8603728de32cbe23ccab1
SHA1: e286e8d94bc1b6f0ff7438824e55ca1923f66259
MD5sum: b59ce00820070a5930da5337ad954b35
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-16-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.6.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: postgresql-16-pgauditlogtofile (= 1.6.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile-dbgsym_1.6.1-2.pgdg+1_arm64.deb
Size: 33888
SHA256: d3ba637f19ba2c4d9d48d5ca4cc0d0875992c03ef35426baa2f904c1cff5afcd
SHA1: 972ddb0c93633291447413beff2029a57b9ef130
MD5sum: 8de20eef0a199753d9b08535a1cf7594
Description: debug symbols for postgresql-16-pgauditlogtofile
Build-Ids: ff74da7693e48facb6ba4b15ee3f1a790fe79c32
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-16-show-plans
Source: pg-show-plans
Version: 2.1.2-1.pgdg+1
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 120
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-16-show-plans_2.1.2-1.pgdg+1_arm64.deb
Size: 26580
SHA256: bcc37ab20181bc9f10d4e0e97137fa0571839cad3b9b39316a59754fddd51736
SHA1: 896c86a1d9a1fc24c3b075f9c1c3594bdeb30f31
MD5sum: 1e3e52aedebbbff31837438c8e32414e
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-16-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 52
Depends: postgresql-16-show-plans (= 2.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-16-show-plans-dbgsym_2.1.2-1.pgdg+1_arm64.deb
Size: 36872
SHA256: 7ee5db63db91f2474c479ed83d3a4d07d7511c2276207332d0414fedf95e36f3
SHA1: 9c67057dfb56754cd153eb59eee3357a26698237
MD5sum: 740b27a9d5d0b785414ae49a341c0cbc
Description: debug symbols for postgresql-16-show-plans
Build-Ids: e5a6f37d9aeaa2ff41e045de7268aa09d3e54859
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.15.3+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13854
Depends: postgresql-16, libc6 (>= 2.38), libssl3t64 (>= 3.0.0)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.15.3+dfsg-1.pgdg+1_arm64.deb
Size: 345816
SHA256: db7c1a2ff6cdf64c7156b48de069a20d91c7d85a532b5dde009aad008af065b5
SHA1: 612946dd6be08a8228ab14540a06866915acecab
MD5sum: 48a8bd876f6f273f1eb6e052a7906574
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-16-timescaledb-dbgsym
Source: timescaledb
Version: 2.15.3+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1222
Depends: postgresql-16-timescaledb (= 2.15.3+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.15.3+dfsg-1.pgdg+1_arm64.deb
Size: 1106764
SHA256: c1453ae3fb5017d26cb3321225f4e4903683f135bf8804a2e2fbd7c6593c38a2
SHA1: d415604aa0148020fd8ac7e61267d0d7782eaf1b
MD5sum: 7cdbf34ec216d3e70b4f549ceaabb667
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: 41e8e6f95a29d3263ca4c4c35726a14a568e0d54 ed7e8e8ba48ff04f3f92109cd1be57e8d7730402
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-17-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 299
Depends: postgresql-17, libc6 (>= 2.38), libgdal35 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-17-ogr-fdw_1.1.5-1.pgdg+1_arm64.deb
Size: 107476
SHA256: 0bdac0d276c9a22110d85a98d9ee9fd7999e02e57f754fccf65b4918e9c8b814
SHA1: 348eac8ccf1896ab20745a0c06276e74e6a940e2
MD5sum: 44e419474b7ab90edc6c7907da3f119f
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-17-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 171
Depends: postgresql-17-ogr-fdw (= 1.1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-17-ogr-fdw-dbgsym_1.1.5-1.pgdg+1_arm64.deb
Size: 138600
SHA256: c6acb67762446c1cf278fef30ea7f82bc32a6ca0ab4fee8d3a7bc386d252977d
SHA1: 8dca533f14b32e0bd942e11b2e03cbd15e76b1e9
MD5sum: f6cbe5e9d79dcc0cff10a42e18c07942
Description: debug symbols for postgresql-17-ogr-fdw
Build-Ids: 5151f333c5578f3c956fc28d63abfff28a9a3038 5d1f67a546b9ea0016bba494731b969d0926a89e
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-17-pgaudit
Source: pgaudit-17
Version: 17~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-17/postgresql-17-pgaudit_17~beta1-1.pgdg+1_arm64.deb
Size: 53248
SHA256: 2615b0fe974f9f1b6832d9867fb37ec3638c03f1c48892f1e18ba57d208c1277
SHA1: 78fc36b4d65a66b72829eea718112e801e7d2079
MD5sum: 3944a1dbada38afe3c49c6faef6c407d
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-17-pgaudit-dbgsym
Source: pgaudit-17
Version: 17~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-17-pgaudit (= 17~beta1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-17/postgresql-17-pgaudit-dbgsym_17~beta1-1.pgdg+1_arm64.deb
Size: 59072
SHA256: 9ca9219509b232f357ec5f12482bb71e92cac387a984b15b138d852ff6818f1e
SHA1: bb07a443f481ea2fb902e4b51c1877b893efffe2
MD5sum: e517fada41abd3064d229ed92318facd
Description: debug symbols for postgresql-17-pgaudit
Build-Ids: e9403dc01b2dc0fbeb473e0df0d943a73b4c96eb
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-17-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.6.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: libc6 (>= 2.34), postgresql-17, postgresql-17-jit-llvm (>= 16), postgresql-17-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-17-pgauditlogtofile_1.6.1-2.pgdg+1_arm64.deb
Size: 44820
SHA256: 9cdd2e3c3fe799f4d14d0346e52d73bef0fce33f7bddca57df1fc6dc29d23800
SHA1: f40121104855e1eb9c48bc5681391380b52d946e
MD5sum: ec122276b162126ec86c676f4f483118
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-17-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.6.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: postgresql-17-pgauditlogtofile (= 1.6.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-17-pgauditlogtofile-dbgsym_1.6.1-2.pgdg+1_arm64.deb
Size: 34120
SHA256: d1b4a87e3c6d3c0b657070e8955bc86fe61c094f488752e6fb9ab758853a5344
SHA1: 288ab6f819ca861daf339398d9aa346e68b1f934
MD5sum: fd42b0a2e31f3424d3733a3521c1455a
Description: debug symbols for postgresql-17-pgauditlogtofile
Build-Ids: 8dfd2a454d74824abdf1a88063008595c47e9a8c
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-17-show-plans
Source: pg-show-plans
Version: 2.1.2-1.pgdg+1
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 120
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-17-show-plans_2.1.2-1.pgdg+1_arm64.deb
Size: 26584
SHA256: e46318c42157402e277aa8b1b8a4e73211114a19639ebf895dd46783ab92962a
SHA1: e5044f68607d9cdb5bffb1152b05a2a6ad953f07
MD5sum: cd925751d6910340e3db29d377eb7006
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-17-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: CYBERTEC PostgreSQL <office@cybertec.at>
Installed-Size: 53
Depends: postgresql-17-show-plans (= 2.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-17-show-plans-dbgsym_2.1.2-1.pgdg+1_arm64.deb
Size: 38000
SHA256: 73cd240f41a8069bf99c1a0ff4f6811274276e9d6fb176c62e9de6c796a306aa
SHA1: 7ce78f9a8b18de1f13397f55b7fb097697bff559
MD5sum: aa30d63ab159b2a3b2de821768f6fdfd
Description: debug symbols for postgresql-17-show-plans
Build-Ids: 95e15c56b06ef82ad3f3ba01fbf3246115fd64ea
Timestamp: 2024-07-18 13:19:31+00

Package: postgresql-10-decoderbufs
Source: postgres-decoderbufs
Version: 2.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-10, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs_2.7.0-1.pgdg+1_arm64.deb
Size: 14356
SHA256: 8c329a85448cfa50cf480ee6916e38dac78a1526b825d89ecce339868a5cd99a
SHA1: 2efc24bc12fc7b7421d99437a7e1b0fe6a3128b7
MD5sum: 5f56fceea232e59c6ac51a17d32ffddb
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-07-19 18:49:07+00

Package: postgresql-10-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-10-decoderbufs (= 2.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs-dbgsym_2.7.0-1.pgdg+1_arm64.deb
Size: 37664
SHA256: 4976d1d6619cf5e4c77d9b2170b3a2c1ee61c475d0eeebb8ac4c3120ba6b48d8
SHA1: 1230131b6b0e7877e40d1681eb9bba5dabc853c1
MD5sum: 3cfa3799c735b4c60e7ed7df3743398c
Description: debug symbols for postgresql-10-decoderbufs
Build-Ids: 6b983550a36ff642efb4367ed8456d06a0a9e4ed
Timestamp: 2024-07-19 18:49:07+00

Package: postgresql-10-pldebugger
Source: pldebugger
Version: 1:1.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libc6 (>= 2.38), postgresql-10
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-10-pldebugger_1.8-1.pgdg+1_arm64.deb
Size: 24996
SHA256: 0ee364bea3401a81d6abce1362a8929985fe927ae238d7d266a62420957608f6
SHA1: 3ece7ef0e1bbaa283b1f0dffad9a65ee29f317d0
MD5sum: 6b3101e83ef1a3f47f30fadd073ae7e3
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2024-07-19 18:49:07+00

Package: postgresql-10-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: postgresql-10-pldebugger (= 1:1.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-10-pldebugger-dbgsym_1.8-1.pgdg+1_arm64.deb
Size: 92640
SHA256: cf3b3cc8f5d1bb90ac4df9c415ca6f81ade830fc27f692b4b089d69f0bcd29e7
SHA1: 62073861262b6b1309b0959ee6c7236a5373fe17
MD5sum: e62ca36f62caed57d32e3f0f8f657a6a
Description: debug symbols for postgresql-10-pldebugger
Build-Ids: 4cf2fb1b13cb8751106170cffa3516bcb3b2a422
Timestamp: 2024-07-19 18:49:07+00

Package: postgresql-11-decoderbufs
Source: postgres-decoderbufs
Version: 2.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-11, postgresql-11-jit-llvm (>= 15), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs_2.7.0-1.pgdg+1_arm64.deb
Size: 43848
SHA256: 7abca53665b0c74809d320cf3a3913b75591e020b1c8b04ec30e30611b45d83d
SHA1: 3d298d95555a3c1315820a30cbeaca74d2b3eec2
MD5sum: 625111811acae24eb70e45de81c8c946
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-07-19 18:49:07+00

Package: postgresql-11-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-11-decoderbufs (= 2.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs-dbgsym_2.7.0-1.pgdg+1_arm64.deb
Size: 38168
SHA256: 51191ba531ebe3a1ffac77783c0b62429b4e8756bd3a1e920f0d409c64457306
SHA1: a544b48716ecd872b1687b229ff53bf3e878e993
MD5sum: f696602541f60bf548a6e5c743c955da
Description: debug symbols for postgresql-11-decoderbufs
Build-Ids: 58e8d3af91f1fc9406ebdc68b29c05c49e734e41
Timestamp: 2024-07-19 18:49:07+00

Package: postgresql-11-pldebugger
Source: pldebugger
Version: 1:1.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 214
Depends: libc6 (>= 2.38), postgresql-11, postgresql-11-jit-llvm (>= 15)
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-11-pldebugger_1.8-1.pgdg+1_arm64.deb
Size: 82516
SHA256: 3743abe453ed24cbc443ee08c2edefe2acc20eaf76c3df6e234cd4a7730e697f
SHA1: 4c2cf239942f84e77db8434d0a48c3f30c94b46f
MD5sum: 89edd246f9acf5e410b2a6320d8abfd0
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2024-07-19 18:49:07+00

Package: postgresql-11-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-11-pldebugger (= 1:1.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-11-pldebugger-dbgsym_1.8-1.pgdg+1_arm64.deb
Size: 91256
SHA256: 81c8b0c2a9ddf3ce7a5292444c834891772a385690964a966110d853b16f0254
SHA1: d4ed0860ecfa6fc2a6f7678f764e754b71ee34b9
MD5sum: 796347da5ea2cd82dfc98678f3c1206c
Description: debug symbols for postgresql-11-pldebugger
Build-Ids: 260f3c1730b580b1a21c03bd0b649338038fc2cc
Timestamp: 2024-07-19 18:49:07+00

Package: postgresql-12-decoderbufs
Source: postgres-decoderbufs
Version: 2.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs_2.7.0-1.pgdg+1_arm64.deb
Size: 43876
SHA256: 13c7d577daab49e7f473d5671240d1dbb2af7a91d1fa0122a457960cc157c80e
SHA1: cdd5994430909f8a68005cadfbe0c2b24e500cb8
MD5sum: 9c75921d5e2be1f5c50db1ad240be89a
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-07-19 18:49:07+00

Package: postgresql-12-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-12-decoderbufs (= 2.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs-dbgsym_2.7.0-1.pgdg+1_arm64.deb
Size: 38844
SHA256: 5ba5809414de9e12b782aace3067a2d29d60194219586aef4cc0f0de71feccfe
SHA1: 31bdb69b8bec4bc0a78d050d5b880f0df74fc0d5
MD5sum: 67fef0da6826e028a02d1f8041848f11
Description: debug symbols for postgresql-12-decoderbufs
Build-Ids: 1a8a4bf8fe289f7225410e20f43cb847458b6e25
Timestamp: 2024-07-19 18:49:07+00

Package: postgresql-12-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 368
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-12-mysql-fdw_2.9.2-1.pgdg+1_arm64.deb
Size: 150708
SHA256: 7814b86822b0ab713650322f59e8b04a68499186e6f5fb5025b62ece013f7405
SHA1: 784860c0a14ddad7614f1a37de79f9ee813519a7
MD5sum: b4ee16502ef7ce939cf5bd3d76ae03bf
Description: Postgres 12 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 12.
Timestamp: 2024-07-19 18:49:07+00

Package: postgresql-12-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.9.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-12-mysql-fdw (= 2.9.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-12-mysql-fdw-dbgsym_2.9.2-1.pgdg+1_arm64.deb
Size: 160548
SHA256: 0b4079b6fdecda66c72bb68bbbd66c81278572912864a65732fc809385d4c04d
SHA1: 26919df7dac0aba23f2a878370343ee090dc6756
MD5sum: e1f9c1120e93b20e296788eacf05b1c8
Description: debug symbols for postgresql-12-mysql-fdw
Build-Ids: 92437ec400bd0f396d1e786137c76bceb53c77fa
Timestamp: 2024-07-19 18:49:07+00

Package: postgresql-12-pldebugger
Source: pldebugger
Version: 1:1.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 215
Depends: libc6 (>= 2.38), postgresql-12, postgresql-12-jit-llvm (>= 16)
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-12-pldebugger_1.8-1.pgdg+1_arm64.deb
Size: 82860
SHA256: 822bbfaac6e460f2c05f5eca88ee0af2408864c279a2838692a4f718ca54beb7
SHA1: c26da4c8cd8953be948ab2d49b2ff3a6812af546
MD5sum: d9cda8a0aa836e26e238550af4ded3ed
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2024-07-19 18:49:07+00

Package: postgresql-12-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: postgresql-12-pldebugger (= 1:1.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-12-pldebugger-dbgsym_1.8-1.pgdg+1_arm64.deb
Size: 93368
SHA256: 150ae0c1ac18e33d9789bca2a46e47f02f0303c15046b769298a0dd9a29b75b5
SHA1: 2e86926b258c7e8ad39532d2dd9639fee7b7c6b7
MD5sum: 14264d38d3439cedc5c30c24690cfffe
Description: debug symbols for postgresql-12-pldebugger
Build-Ids: ecc97d09c52070c8e0095e286a858feedebf90c2
Timestamp: 2024-07-19 18:49:07+00

Package: postgresql-13-decoderbufs
Source: postgres-decoderbufs
Version: 2.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs_2.7.0-1.pgdg+1_arm64.deb
Size: 44184
SHA256: aff827d4972fb66cd2db7054a4c2b02164e52acd4ce86ec2a84ad3c1b3b798bf
SHA1: 2ab77811a509becf668f3c1e50ac771537e6780f
MD5sum: 9ad857a0cefc7ac1f8d649b4adb4c68d
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-07-19 18:49:07+00

Package: postgresql-13-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-13-decoderbufs (= 2.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs-dbgsym_2.7.0-1.pgdg+1_arm64.deb
Size: 39928
SHA256: 654d7497fb2e82f7371e05563bf9eee1066ff343bdeeb34d01705b6cc25cba28
SHA1: eb887fdcaf423f3d68c17aac645afc895b5ba153
MD5sum: 0a3bd68e04a000ef4ecae5fd253bfb40
Description: debug symbols for postgresql-13-decoderbufs
Build-Ids: 0e6aebd121e89e8f54c2351cce25e033d52f67b6
Timestamp: 2024-07-19 18:49:07+00

Package: postgresql-13-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 371
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-13-mysql-fdw_2.9.2-1.pgdg+1_arm64.deb
Size: 154136
SHA256: 8c068c3fd05ab23158024faeae11f022946217f5f304f3e1d674258f9300805c
SHA1: f7e1f7e0719a70792c633e869ed638f38c7159a4
MD5sum: a77df739df21cc81b9f46c86e68271b8
Description: Postgres 13 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 13.
Timestamp: 2024-07-19 18:49:07+00

Package: postgresql-13-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.9.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-13-mysql-fdw (= 2.9.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-13-mysql-fdw-dbgsym_2.9.2-1.pgdg+1_arm64.deb
Size: 167452
SHA256: 56137debcfb9a83fab4eda0bc4d029c788826683a98f93bafb95a178f03830ef
SHA1: d2529f91f1e37d241e22a74984c130d67613e2e9
MD5sum: 9d5d42049e8a314f57dea5baa1817d7c
Description: debug symbols for postgresql-13-mysql-fdw
Build-Ids: e46829008ba26db40a9faf6318247d518dd05534
Timestamp: 2024-07-19 18:49:07+00

Package: postgresql-13-pldebugger
Source: pldebugger
Version: 1:1.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 214
Depends: libc6 (>= 2.38), postgresql-13, postgresql-13-jit-llvm (>= 16)
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-13-pldebugger_1.8-1.pgdg+1_arm64.deb
Size: 82504
SHA256: bc0eb10dff4a6f93ec3a9c1df17d1afad496facc11a471abef86cde987f4b226
SHA1: a0dfc06ecd6adbee3daf6f41ff0c14d8d8f9fdce
MD5sum: c3d1b1b2112b6a0ab2b3bfa5454ae413
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2024-07-19 18:49:07+00

Package: postgresql-13-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-13-pldebugger (= 1:1.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-13-pldebugger-dbgsym_1.8-1.pgdg+1_arm64.deb
Size: 93784
SHA256: eb387b016006e58940b656465d6e2a14bd840dc2e17447f74aa626ade3ca0c44
SHA1: a1da5599aff9f99ba5dfcab0c15c437c798d6c99
MD5sum: ba1ea3fb977e13e3665b1935e0641587
Description: debug symbols for postgresql-13-pldebugger
Build-Ids: 501993999bfa9f879efbbba9e0423297d21d0acf
Timestamp: 2024-07-19 18:49:07+00

Package: postgresql-14-decoderbufs
Source: postgres-decoderbufs
Version: 2.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs_2.7.0-1.pgdg+1_arm64.deb
Size: 44416
SHA256: f74273a9ac24e02e51dbba0fcbf62260c8d566dccd16b8b5bed938c3030e674b
SHA1: 36b1aa375f7ad0155aab48a5934bbb613e703867
MD5sum: 217d4d910ea2fb496971a22b7e624e59
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-07-19 18:49:07+00

Package: postgresql-14-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-14-decoderbufs (= 2.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs-dbgsym_2.7.0-1.pgdg+1_arm64.deb
Size: 41212
SHA256: b4c161c70479d511b31fc5c5be3d2d2fccdd2b9b7a42f6c2bf44d262d9e46962
SHA1: 4950385f83ed1000adbdd5f656df1d75e8d056b7
MD5sum: c44c90819b5d91ff06f30592a08ded88
Description: debug symbols for postgresql-14-decoderbufs
Build-Ids: 482e5a48869d72d604bd12cb5d869028d913cd8d
Timestamp: 2024-07-19 18:49:07+00

Package: postgresql-14-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 377
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-14-mysql-fdw_2.9.2-1.pgdg+1_arm64.deb
Size: 158524
SHA256: 0f95d73476618a2d5455c5e9c46c1cfe7ba664216eef74501a86b405b486f759
SHA1: 6c13fbc49298b4495ac76742aae8ad6eeb98c5d3
MD5sum: 347d95e13ea6bc3498886b6325b122dc
Description: Postgres 14 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 14.
Timestamp: 2024-07-19 18:49:07+00

Package: postgresql-14-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.9.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-14-mysql-fdw (= 2.9.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-14-mysql-fdw-dbgsym_2.9.2-1.pgdg+1_arm64.deb
Size: 174980
SHA256: 02393f641763989bb8429a2d2c44c253fa3f0aa4c669d7a0922951383518ceee
SHA1: 888cbd87485a7c2ab42aa1ca24a6eca55318d59c
MD5sum: 20f795e0ff61e3331b0a447a416281af
Description: debug symbols for postgresql-14-mysql-fdw
Build-Ids: 7784ec56c20303bb924cdcb88c8906d665708736
Timestamp: 2024-07-19 18:49:07+00

Package: postgresql-14-pldebugger
Source: pldebugger
Version: 1:1.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 217
Depends: libc6 (>= 2.38), postgresql-14, postgresql-14-jit-llvm (>= 16)
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-14-pldebugger_1.8-1.pgdg+1_arm64.deb
Size: 83660
SHA256: ba20014175a20e8235ad3c6927ec70a6e6f9a7bb0e08de3620c8528127d61207
SHA1: b73830fbcf32a48d8a43d20c355f9a333f5b15ff
MD5sum: eb1983cb16b3bdd4d2ccde1440cdb081
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2024-07-19 18:49:07+00

Package: postgresql-14-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-14-pldebugger (= 1:1.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-14-pldebugger-dbgsym_1.8-1.pgdg+1_arm64.deb
Size: 95252
SHA256: 4007aff0d2ca3dcd11b74c8be3a02381bb6413e71cf17a6099c774031aa6f9d5
SHA1: 2c065c3e7546a4e24285a9a45b0fc9c81b81b74d
MD5sum: 22694e46047f230d6606282cea8564fa
Description: debug symbols for postgresql-14-pldebugger
Build-Ids: 27f1e9208d0b0f8de28a1dbd669a825d8f1ced50
Timestamp: 2024-07-19 18:49:07+00

Package: postgresql-15-decoderbufs
Source: postgres-decoderbufs
Version: 2.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs_2.7.0-1.pgdg+1_arm64.deb
Size: 46644
SHA256: 2e215208e29f74e49dfb443b652f4ddab44cacd8b24b64cf6726b4d7a189d95a
SHA1: 60d4daa55b688d3360f2e27877a00123b4601e28
MD5sum: 50a5df7957cfb2606aa951bb36de51ff
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-07-19 18:49:07+00

Package: postgresql-15-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-15-decoderbufs (= 2.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs-dbgsym_2.7.0-1.pgdg+1_arm64.deb
Size: 51832
SHA256: 0f3ea765cefad8fbd86427289b6bc0f7214cb0b5bc2acfd1e05686d60e5774a3
SHA1: 5972ca9d9aca49375bb9028b58254114756a1fdc
MD5sum: 2fd991c63b3ae26e2588f5ca60f97f72
Description: debug symbols for postgresql-15-decoderbufs
Build-Ids: e6a17c7f52176edd9978cd59897f1c16547369da
Timestamp: 2024-07-19 18:49:07+00

Package: postgresql-15-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 376
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-15-mysql-fdw_2.9.2-1.pgdg+1_arm64.deb
Size: 158780
SHA256: 23b3d9437466b1123b7873c0a77a58d60927ceb0f38654592fb825b860336922
SHA1: 7be894ba1dae2013d84ffc93fe6f67713950acfa
MD5sum: 9acf6c78d317a0d70ad4f1038459ecb9
Description: Postgres 15 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 15.
Timestamp: 2024-07-19 18:49:07+00

Package: postgresql-15-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.9.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-15-mysql-fdw (= 2.9.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-15-mysql-fdw-dbgsym_2.9.2-1.pgdg+1_arm64.deb
Size: 172316
SHA256: 2ecde5b18218b6c5636fde250df76167b842d53a04273aee7601e2ced1806267
SHA1: cc7a4e3d008a31445821ff6fbb6417b14e63706a
MD5sum: 98737d31f4c08178e1918ba9d6c3a757
Description: debug symbols for postgresql-15-mysql-fdw
Build-Ids: fb6f0b7fe65f43d16c78f7db13818c99d473506d
Timestamp: 2024-07-19 18:49:07+00

Package: postgresql-15-pldebugger
Source: pldebugger
Version: 1:1.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: libc6 (>= 2.38), postgresql-15, postgresql-15-jit-llvm (>= 16)
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-15-pldebugger_1.8-1.pgdg+1_arm64.deb
Size: 85064
SHA256: 8874856cdcfcb9d30bd667897aa777d3047ce719468ddab75b369456e9603e86
SHA1: f756d207a89d77627d1ddc34296fcd31d592e20c
MD5sum: 5422d8b23517b75ec8edcf675f34cf38
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2024-07-19 18:49:07+00

Package: postgresql-15-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 122
Depends: postgresql-15-pldebugger (= 1:1.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-15-pldebugger-dbgsym_1.8-1.pgdg+1_arm64.deb
Size: 103612
SHA256: 07976d0e5d52891400569a61a63762619cfca75a3198a4cb9a416eea806e712f
SHA1: 9ad43cb3823c1539abce2f02305d2533ab9398a6
MD5sum: 3ac67b7a5628eaf364991e7435c8a4b9
Description: debug symbols for postgresql-15-pldebugger
Build-Ids: 5c1871b1712384999b3ed625fe6f1f43b3fca659
Timestamp: 2024-07-19 18:49:07+00

Package: postgresql-16-decoderbufs
Source: postgres-decoderbufs
Version: 2.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-16-decoderbufs_2.7.0-1.pgdg+1_arm64.deb
Size: 46184
SHA256: f40159a46c32cd4a21878c01e1b39ae5c84920bc90ce639d9decd5f9f9d27432
SHA1: b4ab70ae2bd8ec0946b7c79666f15d5a7563112b
MD5sum: 53e87fcc80064bf000b648658ce5448d
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-07-19 18:49:07+00

Package: postgresql-16-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 2.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-16-decoderbufs (= 2.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-16-decoderbufs-dbgsym_2.7.0-1.pgdg+1_arm64.deb
Size: 53652
SHA256: d88015b02f76f2674a0f75f1c537326ef212d702cae5f77795bc0d4d2af00804
SHA1: c78cf02130d56c669bbeaa8af21444c1cdb47755
MD5sum: 1af7e1e8f89ea32a164eae37a9db3933
Description: debug symbols for postgresql-16-decoderbufs
Build-Ids: 87e985acc6c90c06142c7c1e49dbfaaa542ee185
Timestamp: 2024-07-19 18:49:07+00

Package: postgresql-16-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 376
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-16-mysql-fdw_2.9.2-1.pgdg+1_arm64.deb
Size: 157840
SHA256: 26734ec046888ff352d342665f5cc499011b24cd5a22937001c66148ae4732b1
SHA1: e48ac2564d3a380436c7019bb7b128bfd89b033e
MD5sum: f617e734753d464acbbb0284018fa7ec
Description: Postgres 16 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 16.
Timestamp: 2024-07-19 18:49:07+00

Package: postgresql-16-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.9.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-16-mysql-fdw (= 2.9.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-16-mysql-fdw-dbgsym_2.9.2-1.pgdg+1_arm64.deb
Size: 175964
SHA256: 26288757f86ca28b33a3322c14d3834d7b1bd1df4a6cecfb4ea8599a3df4fbc3
SHA1: deec2b8847ff7bc26d7dfc4d20fb8ed33b4b8fca
MD5sum: 7bd8432e6e138b088702deb1785067ce
Description: debug symbols for postgresql-16-mysql-fdw
Build-Ids: 4a9d5e243628911f5ee1543c493d5a3436e5de97
Timestamp: 2024-07-19 18:49:07+00

Package: postgresql-16-pldebugger
Source: pldebugger
Version: 1:1.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: libc6 (>= 2.38), postgresql-16, postgresql-16-jit-llvm (>= 16)
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-16-pldebugger_1.8-1.pgdg+1_arm64.deb
Size: 84484
SHA256: d4bd158b4f7c777f47af02d58d5d46d3cad6d83871c4db8bdbdecbf7d7b64877
SHA1: 3c80d65d398b51904c7f8bf6ca66cc635de2a839
MD5sum: 8c7972df7acaed143f155365a1e8137c
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2024-07-19 18:49:07+00

Package: postgresql-16-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-16-pldebugger (= 1:1.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-16-pldebugger-dbgsym_1.8-1.pgdg+1_arm64.deb
Size: 106788
SHA256: 66ee555c8047a19b7fa3c2f4c4e7c3feb0a5b57999ec7172d36767e8e0747157
SHA1: 17742ce1b1927ea553bcb21ef29b28a9ffadb483
MD5sum: e5ba7b538d592ebe9cb2327385ec40cd
Description: debug symbols for postgresql-16-pldebugger
Build-Ids: f8258fe123d3dccf57e49c2ceba83e7d15a50ce6
Timestamp: 2024-07-19 18:49:07+00

Package: postgresql-17-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 377
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-17-mysql-fdw_2.9.2-1.pgdg+1_arm64.deb
Size: 158160
SHA256: f650a15af36ff7921f2879ed5955793e9ec0da625032fa00392b6cbc7696660f
SHA1: 6236c6a0c33017fbc08c7d0cdc124c131c6c4dd6
MD5sum: 7ff963253ca5ef8eb5e148ee1b1b9d2b
Description: Postgres 17 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 17.
Timestamp: 2024-07-19 18:49:07+00

Package: postgresql-17-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.9.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 200
Depends: postgresql-17-mysql-fdw (= 2.9.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-17-mysql-fdw-dbgsym_2.9.2-1.pgdg+1_arm64.deb
Size: 180516
SHA256: 03e89a25e1a66b6bcc0aa180c1710c4ae995b65e1b140cc0a46ecfcbc422d8cc
SHA1: 87ee77a8f1d398d6f2f3cc632b7584cfae18e8f4
MD5sum: 1299709103fd1aa132f83aa8a0261a7b
Description: debug symbols for postgresql-17-mysql-fdw
Build-Ids: 4ddd30d34ba94b6d9c85f9efcf9bd01e5ac1fba8
Timestamp: 2024-07-19 18:49:07+00

Package: postgresql-17-pldebugger
Source: pldebugger
Version: 1:1.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: libc6 (>= 2.38), postgresql-17, postgresql-17-jit-llvm (>= 16)
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-17-pldebugger_1.8-1.pgdg+1_arm64.deb
Size: 85132
SHA256: 5e03d748293376587bff7afeceb96b9d6c049fd6ea1ff18fd48f1ac15857610e
SHA1: fec16b79e777c1553d56d3e88e500c1fbe9e1480
MD5sum: b555b6e8503a475cd13c1b6fa5c11ab7
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2024-07-19 18:49:07+00

Package: postgresql-17-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-17-pldebugger (= 1:1.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-17-pldebugger-dbgsym_1.8-1.pgdg+1_arm64.deb
Size: 110372
SHA256: e7c9b9c6c28df4ddfa0816046d647558a8a260e4bcf858ff2ad10011a3f85b26
SHA1: 8e13c5bbf91681bd4366367c795fcfece41cbe0b
MD5sum: 8c1650aeac4addd570b3e28c3fd97b22
Description: debug symbols for postgresql-17-pldebugger
Build-Ids: 455cf3de67435a239b28413e66aed546974be5ba
Timestamp: 2024-07-19 18:49:07+00

Package: pg-statviz
Version: 0.7-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 478
Depends: fonts-noto-core, fonts-noto-extra, python3-argh, python3-dateutil, python3-matplotlib, python3-numpy, python3-pandas, python3-psycopg, python3:any
Recommends: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/pg-statviz_0.7-1.pgdg+1_all.deb
Size: 313700
SHA256: 76d3ce5511f605d5adbbe30ddbe8024a85363c258bb8bd954adb616f7ba76b4a
SHA1: 239c9e676d9e0fc03c74bd1a4f3d7cecc69e6019
MD5sum: b5724506c38afa8e07d0480bc6b2a746
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the pg_statviz utility.
Timestamp: 2024-07-25 14:53:33+00

Package: postgresql-10-statviz
Source: pg-statviz
Version: 0.7-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-10
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-10-statviz_0.7-1.pgdg+1_all.deb
Size: 9320
SHA256: 590dc9e7bb79db0ea6943844d03feaf22ad683e31f76411b057cfbbe51dcd457
SHA1: 59b1522e32bc44b2ed94110dda8033a385850208
MD5sum: 7b34174abb59eb03dc6c5fc6f40bdeb9
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2024-07-25 14:53:33+00

Package: postgresql-11-statviz
Source: pg-statviz
Version: 0.7-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-11
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-11-statviz_0.7-1.pgdg+1_all.deb
Size: 9324
SHA256: f4a99d420f7c26700c14105fcfceca79a8d3af47b819de8ff1e3f3744be2d357
SHA1: c76e5f05708d30196acf1b002f0da54695119030
MD5sum: 13d8fc1579d1a5977decc8d05d1bb30e
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2024-07-25 14:53:33+00

Package: postgresql-12-statviz
Source: pg-statviz
Version: 0.7-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-12
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-12-statviz_0.7-1.pgdg+1_all.deb
Size: 9328
SHA256: 2a5674ca55668d2655a6b6c703b322a0d5e632a754b3efe345bdebab03296451
SHA1: bba0cf1bf0aaccb07c5c7f5b68de3fb5d9c8121c
MD5sum: a0270ec8a9f3cab523e074aaf45bb5e8
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2024-07-25 14:53:33+00

Package: postgresql-13-statviz
Source: pg-statviz
Version: 0.7-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-13
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-13-statviz_0.7-1.pgdg+1_all.deb
Size: 9332
SHA256: 3118f7ee176653e44464bad73f4d7d9463860bf395fd647f273d93de19d9ef1d
SHA1: 6ce01f29dcf0c048dbae8c3fed226049bc4e4cc7
MD5sum: df7ef9694650256d7f0f93090f9870ab
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2024-07-25 14:53:33+00

Package: postgresql-14-statviz
Source: pg-statviz
Version: 0.7-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-14
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-14-statviz_0.7-1.pgdg+1_all.deb
Size: 9328
SHA256: cb9f19fdf772cd5e7c0420a3989da0c185b9248dc45ad78bc180007c0d09d26a
SHA1: a62cb5981cd42beb4f767bc18c892f129f7b1ee6
MD5sum: 2a05d4e4c854caf3a130e041a2ead7ab
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2024-07-25 14:53:33+00

Package: postgresql-15-statviz
Source: pg-statviz
Version: 0.7-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-15
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-15-statviz_0.7-1.pgdg+1_all.deb
Size: 9324
SHA256: faedb507770b5bcd17f3575cc2ba55e98909cbd86a7f27637d523f9dda656c25
SHA1: c73b8d3f5a57e066606848567f8c9a9568af3fcc
MD5sum: 2858361842d6ddec680d889ac8aeef61
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2024-07-25 14:53:33+00

Package: postgresql-16-statviz
Source: pg-statviz
Version: 0.7-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-16
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-16-statviz_0.7-1.pgdg+1_all.deb
Size: 9324
SHA256: 915338fb3fbee8985535531dca8c6c5dc6bebffcdc0b6f4bbe4580eb5dc1f301
SHA1: 27eb1420fd5d64c2d2140c8b52e9392d9d080882
MD5sum: b8038e68ba8e23d3f0934a5c10973469
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2024-07-25 14:53:33+00

Package: postgresql-17-statviz
Source: pg-statviz
Version: 0.7-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-17
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-17-statviz_0.7-1.pgdg+1_all.deb
Size: 9324
SHA256: a00e051d591dd66e58ca5a503b10d26e923a21efaa321a741e0a4fc52c4dabf5
SHA1: a5234be347c1d79917e749478750fab91d577da9
MD5sum: 630e786433c62e8317fc193282dde1ab
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2024-07-25 14:53:33+00

Package: libecpg-compat3
Source: postgresql-9.1
Version: 9.1.24-16.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libecpg-compat3_9.1.24-16.pgdg+1_arm64.deb
Size: 12652
SHA256: 3ef2ef2567c46b313cef78e960a06b38733364d89f1468cce9931c8d1a04431b
SHA1: 5237154bab552e63734d84fd293c4451daf9597e
MD5sum: 876a4cba10fac2cabb47f194f522f2db
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.
Timestamp: 2024-07-29 17:38:40+00

Package: libecpg-dev
Source: postgresql-9.1
Version: 9.1.24-16.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1034
Depends: libc6 (>= 2.38), libpq-dev, libecpg6 (= 9.1.24-16.pgdg+1), libecpg-compat3 (= 9.1.24-16.pgdg+1), libpgtypes3 (= 9.1.24-16.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libdevel
Filename: pool/9.1/p/postgresql-9.1/libecpg-dev_9.1.24-16.pgdg+1_arm64.deb
Size: 193928
SHA256: 6faa44d11f7971e16a1e4eeed9cbdcd2bcc0cee25d08a6bbf412cc2c035bbdf1
SHA1: d5e7de0e8c3d2980004af092242cc13e91faa44d
MD5sum: 740a34b42beb6e450ca2fea27e4a4ace
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).
Timestamp: 2024-07-29 17:38:40+00

Package: libecpg6
Source: postgresql-9.1
Version: 9.1.24-16.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 423
Depends: libc6 (>= 2.38), libpgtypes3, libpq5
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libecpg6_9.1.24-16.pgdg+1_arm64.deb
Size: 72496
SHA256: c289fd2083c722607e532093a98fe5f9702536d577084b02a0aaa68ffb1df90c
SHA1: 9d0c2ecc054db2bf115251f597d392363b6f22aa
MD5sum: 7f219ea11c0710f3b2af24e8efa1897e
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.
Timestamp: 2024-07-29 17:38:40+00

Package: libpgtypes3
Source: postgresql-9.1
Version: 9.1.24-16.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libpgtypes3_9.1.24-16.pgdg+1_arm64.deb
Size: 33232
SHA256: e593391c4d01c0de25284401141b5c5b38e5560d603f550122fb02a62f280e30
SHA1: e558fc81b13611e8782e26349f4ab5ee6eecf4d7
MD5sum: f811aa9a241915b3c05d32b745344360
Description: shared library libpgtypes for PostgreSQL 9.1
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-07-29 17:38:40+00

Package: libpq-dev
Source: postgresql-9.1
Version: 9.1.24-16.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 933
Depends: libc6 (>= 2.38), libpq5 (= 9.1.24-16.pgdg+1)
Suggests: postgresql-doc-9.1
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libdevel
Filename: pool/9.1/p/postgresql-9.1/libpq-dev_9.1.24-16.pgdg+1_arm64.deb
Size: 170508
SHA256: faad3745d210052a3a64307e46e279c82783f4c8e4640ffcdd040fa488b93ae5
SHA1: 5b21a7321d6907e2bee891448714b6064d219e66
MD5sum: 8f2f1dfc10bd40c4dd122d0b59669ef7
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.
Timestamp: 2024-07-29 17:38:40+00

Package: libpq5
Source: postgresql-9.1
Version: 9.1.24-16.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 547
Depends: libc6 (>= 2.38), libcom-err2 (>= 1.43.9), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap-2.5-0 (>= 2.5.4)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libpq5_9.1.24-16.pgdg+1_arm64.deb
Size: 111836
SHA256: b72fcde6a9dee1af9e18ccc8d7736995dc8f0c5514c8f101ced16da4c8321cb1
SHA1: fb473c00ef47a6b4728631c0412f1a1d8841b05a
MD5sum: c73d172fcde7a1f9e5cdae95172a0330
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.
Timestamp: 2024-07-29 17:38:40+00

Package: libecpg-compat3
Source: postgresql-9.2
Version: 9.2.24-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libecpg-compat3_9.2.24-13.pgdg+1_arm64.deb
Size: 12520
SHA256: 0b5808fb4bdcccf46f2f39ad604d19bdc6844afc6dab40837787c26ae824d88f
SHA1: f8ed9cb0de6f00aa7c883273cb1d5eb4a9a626f6
MD5sum: 69e7d660918af19888d1889d6700f7fb
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.
Timestamp: 2024-07-29 14:31:33+00

Package: libecpg-dev
Source: postgresql-9.2
Version: 9.2.24-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1098
Depends: libc6 (>= 2.38), libpq-dev, libecpg6 (= 9.2.24-13.pgdg+1), libecpg-compat3 (= 9.2.24-13.pgdg+1), libpgtypes3 (= 9.2.24-13.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libdevel
Filename: pool/9.2/p/postgresql-9.2/libecpg-dev_9.2.24-13.pgdg+1_arm64.deb
Size: 195976
SHA256: 00fe8211def7e9c40e89201bce8920bbabd8d036e3f490947b1ddf8ea795c93d
SHA1: 67d3ab3748674974772685b833ef59642d0c185d
MD5sum: 7b4b31ebce9503ff838b319ce3fb51d4
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).
Timestamp: 2024-07-29 14:31:33+00

Package: libecpg6
Source: postgresql-9.2
Version: 9.2.24-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 420
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libecpg6_9.2.24-13.pgdg+1_arm64.deb
Size: 72376
SHA256: a78b9c6c3c38882afd1a0774dda78e985b757861807bf59b145cdbd74c1cd091
SHA1: a196da221f19be051abd27f8ef017cb369b7aae1
MD5sum: 0ec5ba534f72266312507f940ee12fb5
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.
Timestamp: 2024-07-29 14:31:33+00

Package: libpgtypes3
Source: postgresql-9.2
Version: 9.2.24-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libpgtypes3_9.2.24-13.pgdg+1_arm64.deb
Size: 32884
SHA256: 913322f780fc75c04a10bb69cf85aebecec33460a3af4f92f665a656b7b74fca
SHA1: 8fd643c39d2b01e3b6b46a8820e3e9dab8ee1bbc
MD5sum: f8ff45d3f4ace93ab3cd0b65bb597e79
Description: shared library libpgtypes for PostgreSQL 9.2
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-07-29 14:31:33+00

Package: libpq-dev
Source: postgresql-9.2
Version: 9.2.24-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 974
Depends: libc6 (>= 2.38), libpq5 (= 9.2.24-13.pgdg+1)
Suggests: postgresql-doc-9.2
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libdevel
Filename: pool/9.2/p/postgresql-9.2/libpq-dev_9.2.24-13.pgdg+1_arm64.deb
Size: 178328
SHA256: c6f7678af6d942a5474440b8f00a86fc0c768a916231433642dbb22429ba2c0f
SHA1: 95fbf434071329fa2afdf1fc85da8f1083298f13
MD5sum: 05093865d6c0d241c8f24ac3dacad24d
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.
Timestamp: 2024-07-29 14:31:33+00

Package: libpq5
Source: postgresql-9.2
Version: 9.2.24-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 522
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libpq5_9.2.24-13.pgdg+1_arm64.deb
Size: 113636
SHA256: e0234af1558112a721fe06cea9880a724a45dfe84d3420d97d087fbeb098ec92
SHA1: 17dc76606f122d12b2702f2971b0191485b16bda
MD5sum: 8b37b8a1b173da722ad3073a4eadb4d8
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.
Timestamp: 2024-07-29 14:31:33+00

Package: libecpg-compat3
Source: postgresql-9.3
Version: 9.3.25-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libecpg-compat3_9.3.25-12.pgdg+1_arm64.deb
Size: 12480
SHA256: 11981e6738686771c1ecb151407c239088e3bd59f8c5230f95bdddb5d79f2eac
SHA1: dad5898ba5db82dedb5c7578cb02a494bd9901a6
MD5sum: cdf46a5fe372eb3f2963e3f636421b82
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.
Timestamp: 2024-07-29 07:38:29+00

Package: libecpg-dev
Source: postgresql-9.3
Version: 9.3.25-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1105
Depends: libc6 (>= 2.38), libpq-dev, libecpg6 (= 9.3.25-12.pgdg+1), libecpg-compat3 (= 9.3.25-12.pgdg+1), libpgtypes3 (= 9.3.25-12.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libdevel
Filename: pool/9.3/p/postgresql-9.3/libecpg-dev_9.3.25-12.pgdg+1_arm64.deb
Size: 200000
SHA256: b58429c1939bb1b1614bb991867df2f79b1572027b3578721e23d840892b1947
SHA1: 0c27094f10a7b6d8524d125e0c3b0efc30e3733b
MD5sum: 271b192871d85510a429483ec6c2d6c7
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).
Timestamp: 2024-07-29 07:38:29+00

Package: libecpg6
Source: postgresql-9.3
Version: 9.3.25-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 419
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libecpg6_9.3.25-12.pgdg+1_arm64.deb
Size: 72640
SHA256: e095722957c4abe6f9f56a16b5d7911c44fade07913e99cb5d106a491e21b291
SHA1: 3f3b3cd0c82df6fe56d43ee1c11f44248e1d35d1
MD5sum: 11586ac3d6eace732eb20e257724d4a9
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.
Timestamp: 2024-07-29 07:38:29+00

Package: libpgtypes3
Source: postgresql-9.3
Version: 9.3.25-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libpgtypes3_9.3.25-12.pgdg+1_arm64.deb
Size: 32900
SHA256: 0bf9fc2ea070494d369f86a2c9d43dea6d5df3adeb06ba597557fdb63d6bb7ed
SHA1: 599521865c617696cd7f362f0ee5c33d78b20209
MD5sum: 8c2eb2c485eb7c4df616debc5644fe08
Description: shared library libpgtypes for PostgreSQL 9.3
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-07-29 07:38:29+00

Package: libpq-dev
Source: postgresql-9.3
Version: 9.3.25-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 736
Depends: libc6 (>= 2.38), libpq5 (= 9.3.25-12.pgdg+1)
Suggests: postgresql-doc-9.3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libdevel
Filename: pool/9.3/p/postgresql-9.3/libpq-dev_9.3.25-12.pgdg+1_arm64.deb
Size: 145548
SHA256: cfbde4594cef8dab2385bbd75fb3519a6e2fdf7a32593492a3c7e7b52b95f132
SHA1: 89481996ab49e1264800195f4273503cced8aed2
MD5sum: e32b23044a108dfd73b03ac879652881
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.
Timestamp: 2024-07-29 07:38:29+00

Package: libpq5
Source: postgresql-9.3
Version: 9.3.25-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 534
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libpq5_9.3.25-12.pgdg+1_arm64.deb
Size: 115168
SHA256: 5bf6f9fdb1f270b7c03de274be83973783eccc6eb2ab0d4dd8772bd5918c863b
SHA1: 5abd3b22aee3dbdd140679cfa138870173393c4c
MD5sum: 38a161a84960c3cf6dff5b7af196e877
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.
Timestamp: 2024-07-29 07:38:29+00

Package: libecpg-compat3
Source: postgresql-9.4
Version: 9.4.26-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libecpg-compat3_9.4.26-11.pgdg+1_arm64.deb
Size: 14588
SHA256: 6b8f794c072e0a071e2889f93a8ad541ea5097c34fbd65a5fa2ac8e13a35a987
SHA1: 3860163bf0968fd597b4aaf9636c549b0ca2625a
MD5sum: 811607116daa891c001a45c927e03f06
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.
Timestamp: 2024-07-29 07:39:12+00

Package: libecpg-dev
Source: postgresql-9.4
Version: 9.4.26-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1116
Depends: libc6 (>= 2.38), libpq-dev, libecpg6 (= 9.4.26-11.pgdg+1), libecpg-compat3 (= 9.4.26-11.pgdg+1), libpgtypes3 (= 9.4.26-11.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libdevel
Filename: pool/9.4/p/postgresql-9.4/libecpg-dev_9.4.26-11.pgdg+1_arm64.deb
Size: 205324
SHA256: fe5a825ceaaa2bdb24deb10f22f9d20ecea07f57569594289318be3359bbdd34
SHA1: 44caa6fb829d81f53620bf5f79cf96b2b280323e
MD5sum: 9e1f4b82c0104790e3d2fc45ea206dc2
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).
Timestamp: 2024-07-29 07:39:12+00

Package: libecpg6
Source: postgresql-9.4
Version: 9.4.26-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 432
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libecpg6_9.4.26-11.pgdg+1_arm64.deb
Size: 76196
SHA256: bd1802b6283798f90b43dcdc7eeb4e2c5222ab4f74c2e203272bb13c8ae92c90
SHA1: ca3ad4f3ce33bf9e2e44580435580ce8b6008e77
MD5sum: 81372052a107ac636350c5ee56311c5f
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.
Timestamp: 2024-07-29 07:39:12+00

Package: libpgtypes3
Source: postgresql-9.4
Version: 9.4.26-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libpgtypes3_9.4.26-11.pgdg+1_arm64.deb
Size: 34816
SHA256: 11e76a5dae271a80968fcaf7c708c5096feb2578bc0e936ec1d6b6d241a4e043
SHA1: 132035e6347ecfcb75ff8049ecdd21cafc43f9aa
MD5sum: acda83395004447d0f5c6ae1892aec51
Description: shared library libpgtypes for PostgreSQL 9.4
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-07-29 07:39:12+00

Package: libpq-dev
Source: postgresql-9.4
Version: 9.4.26-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 745
Depends: libc6 (>= 2.38), libpq5 (= 9.4.26-11.pgdg+1)
Suggests: postgresql-doc-9.4
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libdevel
Filename: pool/9.4/p/postgresql-9.4/libpq-dev_9.4.26-11.pgdg+1_arm64.deb
Size: 148464
SHA256: 48e59d12b5c506f5eca3fab32f797883849cd96f77d8721b632a09c7e9206a37
SHA1: 9173cf89581b30718e19d93ebbfb86fc6b15e762
MD5sum: 0de65d394daeb337c8ec0ad1261afade
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.
Timestamp: 2024-07-29 07:39:12+00

Package: libpq5
Source: postgresql-9.4
Version: 9.4.26-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 533
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libpq5_9.4.26-11.pgdg+1_arm64.deb
Size: 118168
SHA256: 0877f1831ed1808a32c7ed1e5a57c7f4b16467cabd239a228914e5a15f2d7d99
SHA1: 4c2a061e390921dc0268c4552641904a7c32fb21
MD5sum: 37d8ee3b212501c4c5d7788fcc291838
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.
Timestamp: 2024-07-29 07:39:12+00

Package: libecpg-compat3
Source: postgresql-9.5
Version: 9.5.25-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libecpg-compat3_9.5.25-9.pgdg+1_arm64.deb
Size: 16588
SHA256: cad3e89032920c20b2b7d3f160da7776c6c90f20a8dc9e1e47cad6f05581ef9e
SHA1: 42e7c3c1accd16979f6a169580e7c71f3e35e3f9
MD5sum: 9f7e623f744dd071c4484352442b0322
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.
Timestamp: 2024-07-29 07:39:59+00

Package: libecpg-dev
Source: postgresql-9.5
Version: 9.5.25-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1182
Depends: libc6 (>= 2.38), libpq-dev, libecpg6 (= 9.5.25-9.pgdg+1), libecpg-compat3 (= 9.5.25-9.pgdg+1), libpgtypes3 (= 9.5.25-9.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libdevel
Filename: pool/9.5/p/postgresql-9.5/libecpg-dev_9.5.25-9.pgdg+1_arm64.deb
Size: 212832
SHA256: b645799c80fc6fa80f821ba25fee5b067695d36d08a8edc679d143c84c34271a
SHA1: b8584c1021f2239d09b94db5a5212ec9daefeed8
MD5sum: 44d2c1317d80d42ef13121d987774855
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).
Timestamp: 2024-07-29 07:39:59+00

Package: libecpg6
Source: postgresql-9.5
Version: 9.5.25-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 458
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libecpg6_9.5.25-9.pgdg+1_arm64.deb
Size: 81292
SHA256: 658899a96906947fd7a1ad524ea3780464e5780cd6fe5d0ceddbaaf5a508d0ac
SHA1: 84a1ab00d4295d3331732bc8b8518e08dc9fcd20
MD5sum: 23f035436335dcfce562bc0f5bbbca3b
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.
Timestamp: 2024-07-29 07:39:59+00

Package: libpgtypes3
Source: postgresql-9.5
Version: 9.5.25-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libpgtypes3_9.5.25-9.pgdg+1_arm64.deb
Size: 36852
SHA256: b0ca1a83df062532fce9c93dcce433a71c40cc988cfccf34b42a59e7fd442600
SHA1: e41c65a24ab7991771977464b190219c9e84e214
MD5sum: ba71006908a38f28e5cee29f214be216
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.
Timestamp: 2024-07-29 07:39:59+00

Package: libpq-dev
Source: postgresql-9.5
Version: 9.5.25-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 768
Depends: libc6 (>= 2.38), libpq5 (= 9.5.25-9.pgdg+1)
Suggests: postgresql-doc-9.5
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libdevel
Filename: pool/9.5/p/postgresql-9.5/libpq-dev_9.5.25-9.pgdg+1_arm64.deb
Size: 154724
SHA256: 59eccd166816f44bf8320d2b6e5bf78dac3045cc87165d0b487dc0c72b0b30c3
SHA1: 266e97deb032862565a61e734f30512bd12ed657
MD5sum: a7bf6ee68182fc5dd2b92620ff74e6eb
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.
Timestamp: 2024-07-29 07:39:59+00

Package: libpq5
Source: postgresql-9.5
Version: 9.5.25-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 648
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libpq5_9.5.25-9.pgdg+1_arm64.deb
Size: 130224
SHA256: 23fdb7a5a75f41e2b0abbd1068fde9ff9f50ec8309766b78027e5a920dc45360
SHA1: 8630faa6153285122cd05265ba2424ed48ae3184
MD5sum: af18ed84c428532f448ebbfb5312dcf7
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.
Timestamp: 2024-07-29 07:39:59+00

Package: libecpg-compat3
Source: postgresql-9.6
Version: 9.6.24-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg-compat3_9.6.24-8.pgdg+1_arm64.deb
Size: 17764
SHA256: 33a71bc9671736645142c2215b54090a88aecfadbd908136d5199787c3504163
SHA1: 16da44c98604257279211e5499ac815de043922f
MD5sum: c71ed24f1fc5bbcd84574e47718eb7db
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.
Timestamp: 2024-07-29 07:40:35+00

Package: libecpg-dev
Source: postgresql-9.6
Version: 9.6.24-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1247
Depends: libecpg-compat3 (= 9.6.24-8.pgdg+1), libecpg6 (= 9.6.24-8.pgdg+1), libpgtypes3 (= 9.6.24-8.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libecpg-dev_9.6.24-8.pgdg+1_arm64.deb
Size: 217284
SHA256: 5ac19829a98d2afe26b771a88b4db9723b6b930733e7636f2e00f2064aa5cdd6
SHA1: a0eae0b906b94a0270831d6e37e079d20e6ab2df
MD5sum: 46873d70845a403a959ea9907cca2edd
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).
Timestamp: 2024-07-29 07:40:35+00

Package: libecpg6
Source: postgresql-9.6
Version: 9.6.24-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 460
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg6_9.6.24-8.pgdg+1_arm64.deb
Size: 81888
SHA256: 3b8671a08fc65ba07284ace00ef0d046cc0bb346e8682261637188be8b65e990
SHA1: 2351eba0c058ffe4d4c99a3952a4fa7b68bbc218
MD5sum: e5a8dba19dbeab860b34f85b317da29c
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.
Timestamp: 2024-07-29 07:40:35+00

Package: libpgtypes3
Source: postgresql-9.6
Version: 9.6.24-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpgtypes3_9.6.24-8.pgdg+1_arm64.deb
Size: 38076
SHA256: 874a9c2d3c20203d816312782d07e2e6cf5451804f7cba1d14a0c22293f939aa
SHA1: 78f9d6ada64701a48c1d82ad34954d58e58d5e1c
MD5sum: ce0c6b91530855aed9dc49f0458ec00c
Description: shared library libpgtypes for PostgreSQL 9.6
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-07-29 07:40:35+00

Package: libpq-dev
Source: postgresql-9.6
Version: 9.6.24-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 776
Depends: libpq5 (= 9.6.24-8.pgdg+1), libc6 (>= 2.38)
Suggests: postgresql-doc-9.6
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libpq-dev_9.6.24-8.pgdg+1_arm64.deb
Size: 156652
SHA256: 09ea08ea5dc50ed352d7416b0c48309bfd838be7d7590decf7ed5fd7fae10a9b
SHA1: 977eb27b2f820198fb9fa925a79a22733a569592
MD5sum: a85ff825db944f37a32343e89dfdb6df
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.
Timestamp: 2024-07-29 07:40:35+00

Package: libpq5
Source: postgresql-9.6
Version: 9.6.24-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 660
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpq5_9.6.24-8.pgdg+1_arm64.deb
Size: 131880
SHA256: cef42ffe9398cfb4f83e9d56ca4dc41bc5480c0c07aae831f25f8ddc88c9416d
SHA1: 5392fa929cd53733a8ccf429f62218111f4235f1
MD5sum: 51aa9f28384496f56837a9fc5cb4956b
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.
Timestamp: 2024-07-29 07:40:35+00

Package: pgloader
Version: 3.6.10-3.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 27058
Depends: freetds-dev, libc6 (>= 2.38), libzstd1 (>= 1.5.5), libsqlite3-0, libssl3t64
Homepage: https://github.com/dimitri/pgloader
Priority: optional
Section: database
Filename: pool/main/p/pgloader/pgloader_3.6.10-3.pgdg+1_arm64.deb
Size: 25052364
SHA256: 45f0bbb4e5665b35f2b0a5bb01a4939f24c1975705b12787a104d234f028b3b2
SHA1: d0e3eea2244e0a5ed9169ff9a22ba5dd6792372e
MD5sum: 0dcb9ef425c43c04960bbb31adaea14d
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.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-12-mobilitydb
Source: mobilitydb
Version: 1.1.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3260
Depends: postgresql-12, libc6 (>= 2.17), libgeos-c1t64 (>= 3.9.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0), postgresql-12-postgis-3
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-12-mobilitydb_1.1.1-1.pgdg+2_arm64.deb
Size: 654548
SHA256: 4d14b0d37cb270a83ec740ec11a589349438558c07bf5ba1423d5d9ee537f15a
SHA1: e881acc60496e1c53d259f90c97701abb64d628a
MD5sum: fa68a00bbd6a44ff4ecc89e08bca0fee
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-12-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.1.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2348
Depends: postgresql-12-mobilitydb (= 1.1.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-12-mobilitydb-dbgsym_1.1.1-1.pgdg+2_arm64.deb
Size: 2125212
SHA256: f443c53372ca7a916e986d449e6b7cfda1a11ec9bc301ff2f1512f50a0888bc2
SHA1: 5379015500e1ae039bf59749470100f95e58b659
MD5sum: d0084b58b5eeb0dafeee275fd69c2b28
Description: debug symbols for postgresql-12-mobilitydb
Build-Ids: 0846f8e74a4b68052c7238e4ef895c61e3732377
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-13-mobilitydb
Source: mobilitydb
Version: 1.1.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3259
Depends: postgresql-13, libc6 (>= 2.17), libgeos-c1t64 (>= 3.9.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0), postgresql-13-postgis-3
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-13-mobilitydb_1.1.1-1.pgdg+2_arm64.deb
Size: 653868
SHA256: c2d917df0d824d4601df5cb6c8a6aaaa7cb5323909dce017c2d4a894dbc74e34
SHA1: dc98735c8d7eee373f6d53c3e9e555f7466236c6
MD5sum: e46298e1d6d33f423cf120b09c0f07ae
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-13-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.1.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2353
Depends: postgresql-13-mobilitydb (= 1.1.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-13-mobilitydb-dbgsym_1.1.1-1.pgdg+2_arm64.deb
Size: 2129480
SHA256: 957f49ce4cc5646ec6ab0975d87cf6f1c6aa0313fcd3e058d1088c7bf055c0b4
SHA1: b58efc3e5342352fc7f2cebdbdc2ede658bcb290
MD5sum: df96b976fe0d4951ca605ac20f5cc435
Description: debug symbols for postgresql-13-mobilitydb
Build-Ids: 4e4e971fbc3a6cbce6b4788df21ad28f757bc184
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-14-mobilitydb
Source: mobilitydb
Version: 1.1.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3259
Depends: postgresql-14, libc6 (>= 2.17), libgeos-c1t64 (>= 3.9.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0), postgresql-14-postgis-3
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-14-mobilitydb_1.1.1-1.pgdg+2_arm64.deb
Size: 653620
SHA256: ba7ec1cc9a445061a14acf964171e4d82b08ff68ded8548cbefe6959375ec7a5
SHA1: b66ab66f789ece2c0320ba2fc41385695f79b92e
MD5sum: 413f5f6fa079498ffcacc1093ddc5fd1
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-14-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.1.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2356
Depends: postgresql-14-mobilitydb (= 1.1.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-14-mobilitydb-dbgsym_1.1.1-1.pgdg+2_arm64.deb
Size: 2133700
SHA256: e3eb0723b389510acbf623880c73efd3cc579f9b6ed24efdb4e8837635917a87
SHA1: 25678963ae34bdc5725eb753233b5ce3dfe94202
MD5sum: 3a17fce262ab2a2b0be10a65585b461d
Description: debug symbols for postgresql-14-mobilitydb
Build-Ids: 5321d1c70bbabcefe062cec8ef524efd85115f39
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-15-mobilitydb
Source: mobilitydb
Version: 1.1.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3259
Depends: postgresql-15, libc6 (>= 2.17), libgeos-c1t64 (>= 3.9.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0), postgresql-15-postgis-3
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-15-mobilitydb_1.1.1-1.pgdg+2_arm64.deb
Size: 653556
SHA256: c40732328af25c0111972b949a612b3e96cf8addb9bc98def5786293959d27a1
SHA1: a3d0e81f65a1e6aa91082b3a39e116965d2ab606
MD5sum: 89a9edfa23fb28243e770eca1cc81044
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-15-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.1.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2359
Depends: postgresql-15-mobilitydb (= 1.1.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-15-mobilitydb-dbgsym_1.1.1-1.pgdg+2_arm64.deb
Size: 2137136
SHA256: fdf2e9da4b4ded4c23e2da4e3122a68e2fdfcdc3986e9bb50e299d4e954937ff
SHA1: 6c4e6ae7947e16b92fc235b2ad0fb38719edb541
MD5sum: cdcf518cbaba67ee7eeb6404d0df1a58
Description: debug symbols for postgresql-15-mobilitydb
Build-Ids: b01e06e4be995ae7e046f037ef49b02e69949355
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-16-mobilitydb
Source: mobilitydb
Version: 1.1.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3259
Depends: postgresql-16, libc6 (>= 2.17), libgeos-c1t64 (>= 3.9.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0), postgresql-16-postgis-3
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-16-mobilitydb_1.1.1-1.pgdg+2_arm64.deb
Size: 652892
SHA256: 11c90ceb65e079eb080a0b8d5986869f164f49553b146c96c9145148432f20e3
SHA1: d3b57eb07818248e2abd27c83f5122bb7d1b2600
MD5sum: d56f74d0dce838e8d243440b0272193d
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-16-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.1.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2513
Depends: postgresql-16-mobilitydb (= 1.1.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-16-mobilitydb-dbgsym_1.1.1-1.pgdg+2_arm64.deb
Size: 2292888
SHA256: 747e7531b2480a88b1feb868e3c33f0d4e48952855072fe030e769a1b0e7bb3e
SHA1: d5f065f51ebcd04b51e455b5dc6511cd40495a1b
MD5sum: 90af125075679f35b0badbef09111cf8
Description: debug symbols for postgresql-16-mobilitydb
Build-Ids: 965c0d4133b916e86b39fb2dec417cfcfb0f0e3f
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-9.1
Version: 9.1.24-16.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19402
Depends: libc6 (>= 2.38), libcom-err2 (>= 1.43.9), libgssapi-krb5-2 (>= 1.14+dfsg), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libxml2 (>= 2.7.4), postgresql-client-9.1, postgresql-common (>= 115~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.1, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.1/postgresql-9.1_9.1.24-16.pgdg+1_arm64.deb
Size: 3321416
SHA256: a1d92c389ff0458fbf89e0a90c9de0020b542934260127a61743f0f96bbf0cae
SHA1: 0dd070c384327234d6a015b9b84bca461df72580
MD5sum: 12ca43b03f1425293e176de2926c6a47
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.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-9.1-dbg
Source: postgresql-9.1
Version: 9.1.24-16.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11285
Depends: postgresql-9.1 (= 9.1.24-16.pgdg+1)
Replaces: postgresql-9.0-dbg
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.1/postgresql-9.1-dbg_9.1.24-16.pgdg+1_arm64.deb
Size: 9725520
SHA256: 9d3ef2f4d10520097c6b14e800845cc2c804657e459053364c91f63e7209afb2
SHA1: 2ed54252f9e1f1a80588770ec2c380c508b630ef
MD5sum: 8820b87afb8956c4bcbde98c287af123
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.
Build-Ids: 00969e7644e5dbb46830ac86d2e635137eec2eed 03855914af5a3a9dad9e8d4d17bd601e1bf09977 059ba8e3b41a44e10c7b351c1ee6bb03865add52 08cab0e71a1ae372e8de7765ab6ac2f5b0745807 09368be9c88e587b9d96259e45008d6b578e2eb5 0d9ffd342e8fa2355560fb5606a4fd22ab0dcedc 0e60649a0f04db8475d1e69e9e24b70c3e3af4e5 1339cde45a04bcffada4bf6b0bca4b5474f7b4c3 13cdf754da135dad781736cda05cc85fedf19e0f 167e608a480d0d49ba7a8a8aeb509aee725f4ccd 1ba65ccebbe4725bf8ac11d33c7c8c526f54cff2 1bbbcfd11687e874b2443dfa1d8a93442fdaa576 1bc99fb54ff036aa772a56a71797666727f35c60 1be5aba485b891c2d7c05ca8f4f787b20294d780 214a85613d8541dda3ce8a176d4465e91bc506c9 25a3184d9d8f7e74af0ca62759808af2459721d3 2a7966c1fc9c960db07b705bf8c941aba2359b3e 2bf87448e0597ce83be604516e604dc1ed70018a 2c41438cd2bc999596af5246f27e39d142cf6a6d 3805226fc2b6580df931a7bc4faa6bc40113628a 3afb257401b768b74137884b614b9ff10930e162 3c3e51c7df9bc4738ea70e868b8365aa5780b103 3e0613f4400e7c024d359bf5d10583bd9c47ea80 3f4384f360a459cebafc8d682ffcce0b4e5b32fa 426e0e75d014641a1932f9c9438926951669de9d 440e9fd68f2c11121db3779a4f857c16a907f96e 476c1bd4323f5875ebcbf64fe5103e5c740e2687 47b722743d75926c9975e2c333d30da141582eb9 48a4cbc9fdf1a40cf3fb35248854b6f49fdcdb8b 4ca2c3965c08c285face87d8e6953faaf6c57f35 50bf58fed3b5126ecc76435905a6a790b2c43466 51cabaa47b88bb69b8f87dcfcf289ac5cf414f6a 549683cef42864a592f82dd83f0a13940f4ba323 61a03860e797b40c390db2ce6c89771d651c0162 628990805798050b2734498d9b281b64ccaf9c3b 69ab72b1c5a65030d358417b14f416e72b413fda 69aef7ca9670f6b82fea4e3a79495d433d25e2dd 6d54d032a9213c9e3609b19a7696b98c82597ddc 701246be9e6f97452bcfc37da422f8e276fc352e 70137d4292dbf7a09b75170f2c4dc87fc5e516be 714d5688dc045f7563300a2cd126321dfdcfb020 742b9a2920a2b385b08adf588cd7e6d28359d92d 7566fe0f557e5a4f480b4dc1d31c18c7d20a13f1 7591f2d6c6479dc13703d53dfdf1ed65962dfc83 76c4df8f309a4223c0dfcecdc0c3387d06f4b049 784b6e72dec57d6dc1b9d23ab11cb05ddf74709c 7854b9a4428e803ce924cc0a54a76922df1404a9 857a7b64a863b13bae6b0cbcba7e61031baff52b 87c20e6f556a1c2ffb4a6011849ea271bdc2be88 88246df1161de1b407a79e61412624c5d5606e14 8875288c1db51c7a39a20097fdf727a40aa7dfc6 89b71e4f31d30127bd6390912bcf71ca1816af63 8db0288767ca32609cfb74bfd465e76f3eb7ff47 8e43d303a39e062185cd3ea67d3bd6556f9a3e16 8f7bd78fc52a16d8822e63a6b8d4be572b9e39d6 93480955cfd26c8907a0cf508e027571c9f69028 956a996aded4ac06dabcedbe010da9aff7f5c4ed 9667e40189d40dfc4a69af18faf8b95aac025be2 975a05cef83bb33ced2abfe3a90e686ec9abafc7 97f9f7e5b5a964e1b651950bf64125ba316c5324 984dc27b589905321e0f857eb1f094415b0d8e4f 99b689eb5ddab9e9b37ca6c6c539a08229fc0edd 9c0556acbd6c50e664895d48f0db19830c405447 9cbe832e09300a12a5fd7f67362fe0f6d2319c54 9e454c03a064c0e63965f0300a0fe1d150a4a943 a13e7c0e9ebcd24f9910f7fc6e62a424a957740d a49c349db4e3b661f0514d8dbf36675c8d362f27 a6289edd07f7ff4b6e297bbc9d1ae2385393dabb a81bc975f74750d29089dc225ff24a6b14e3e8e3 a9a5405e8ff9c57f5ebd99969b750f16004199b6 b265d9b1c686b57f2a58fe91be8bb8c9aad6cd54 b65052fe7f2b06dd5ad8feceb047e29bc49a5f36 b6d2e5d5a1cf51259a42b4b86b5fceb2c79ea891 bb28961c75969905297780bbe588bbfe237684c7 bdb78488a69aa3fc1b38ea32d1abdd8319bf3a5e bff4dc41145d9b2840e09662aadc53e25337f2dd c036ac031fb0cf5dca9db771bc3c5e0b31611108 c8bca2c86af9549bd2956a5ebd1415f9aaf53932 cc1cb0e9bea3dc6cebe9706e687f3e26b4078c35 cc71e04d2af5c031e25d3a01220ef58b4e541dab cd17e29b0787086ff4124ed1bd4bfb09dc352641 ce7efd3f187d14b4674c7e323409425898cd33d1 d466fe59e166fd00ff13023d235eddb62a5c6f64 d4cdf68e19473b85167a698fcbbed00d506e5b1e d784bb5de569e1af98a3c044449375137aaaf17c d7b56d53b89de4737a652962db43782575495030 dd7826700070d40ef2f1cdcce5baf13daab3355f dfd5078f5361233a7732420ff61f49cc3f0e058d e152f2b00c3f64f3b90e0d2f34f44acffbb07b65 e1baffdee423dce89a1f5a7787fac3e796e1b6a5 e23fff2ac0e5fbab7f868d309c30e61c71e32299 e2415448f9627fc1a49ac9d637b10146d8c1efce e32066f07099d1a32846fc8d8d3d631878b6c109 eb1f33d94962d35c29fd749cda6239f9ac0d1f4a ebeaaa4ef9c97ad04f071b0f6531b0a5744c759b ed98527a75a6f317457f86351bd24ba6690e7984 ee0adcadcb70f10437877b78a1f4cfe6006b3908 ef25d53ab798bfa013b4cc4352ac6c5e221a0413 f068eee69b2c7f1a33f727c0b6d8a4279983c6fd f210b3ad8d079952fe8ffa24ac5988e14b3bd4a4 f3df2a0de08d0105b3e6ef354f86453ba64fdec1 f4d17023943079e593d91c7d4c611bb2752fafd7 f64c86a36627926817c5dcab48e95fa47e1aa5f6 f85b0b9f80bd7eb8012c8e387eda596f207f5a0a f92ad4fc9afdc89fe5b1cf6851b9e44b1ecff5ea fedf05a04accc1e0b027ac37f9c2d64e63831e23 ff406e42fedc0a3940681fa20a64b891f7e1efd6
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-9.2
Version: 9.2.24-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19905
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3t64 (>= 3.0.0), libxml2 (>= 2.7.4), postgresql-client-9.2, postgresql-common (>= 135~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.2, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.2/postgresql-9.2_9.2.24-13.pgdg+1_arm64.deb
Size: 3476748
SHA256: d7ccd7f772a0e721131187411d98063b52dc6f9a08768e6b885b188f7b29ca9c
SHA1: 415d25bde0454e626a96de81130d7a3be3b5404e
MD5sum: 11dd53620684621c0e42dbda70d5813e
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.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-9.2-dbg
Source: postgresql-9.2
Version: 9.2.24-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12036
Depends: postgresql-9.2 (= 9.2.24-13.pgdg+1)
Conflicts: postgresql-9.1-dbg, postgresql-dbg
Provides: postgresql-dbg
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.2/postgresql-9.2-dbg_9.2.24-13.pgdg+1_arm64.deb
Size: 10411232
SHA256: 32c82edd7711e7c88c57240a9997a09e64b11b58102665c9c565aa177897f3ce
SHA1: 83e692722c6c3ca2d6cde881a3b0da1f16a3720b
MD5sum: 91986d8275d8f46512543a1619d47e78
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.
Build-Ids: 00b8b75fe5fb06f9fed1e3b9a38471e3334a15f7 00c3586958813a9e10abec190b77b6636154df12 00eeacd5120e123ba5fc82728458d154e4380b17 02bb3db426d70b3ed0e1124d6854bf7d10508a33 0370336efe95a7bc56a3448dc79688f7bdef5712 03ccf85ecc45a8b49f429402a07a0634e8958f7f 0b81bf2d3ab0383e8b982724fa87acce072da198 0c77e4753164d395aef21b7587113b7f9c68872c 0d027f44c247373e863a38a89422655ba9235459 0d46bfc35ee10bb884d38da402057da11ae893bb 0f103827034eca4b756e570738cc98dee11736d2 1276db5dd686bc051d3aa9a2ca3c847c47970ce4 146765b24417117f9f5e69d0d337d623b0fac2e2 15815cd29739b4c9fe5fcea63195837a0cd9eafe 2134854992b747cb035af1e09563f1417432a4a3 2135f69034cd7fbb400e1c0ff0225c4e45b529ee 23f653c81d565410feffe8e0f654adaf181a0d0d 28506b7ecb0ab47d1ea649ce7bd22ada7cb5e580 2c5249a7eb8ae5b95ad2f04d815a56b353637e6a 2d65c47258b3530d6eafb707ac7239aca09cd991 2fd8a36cdea772bc161faacadc7b25d189bdab9c 31a4b01c9fc9531d5e3ee712ade732d06b8522f8 35f5800c5502345859a40eb2a035c0b1007db325 3e93acea8945f0567500bc5c5982c9f8269e043c 3fe27438ea1aaae45aae97d5be8db6db3ee6ef85 40ca9b65c925034374bd36a41faaebd1adae03e7 41597b333cd87047b1f27b7d72559c347f97c83e 41d9dc78ea5310b9c8115d8dbfdf8cddbb298adf 44aa8153c1d57abf9626642c8d3fbb0fe68bdf65 50a8ec853a9abb28f278a71d09d54f2965121101 520eb603b0c8d5b1e667493b18e4490e281ecef8 549244829c405971e9c3a75c035b817bfc904a6f 55477af2b063123ac36547ac2bf82a67bd3cd870 5675fd7ad12acf1e1a42842a53104aa8e83b600e 5776af0611563c1f06a023baa8c5217885f0c5d5 58eddd6f9ba85d62ea702c793d802cfca6a1f3bf 5df2903250726336d525a01b468d54899fe6023c 5ef096533f5f69dab3431f046c50a64964953ace 6170489645899c2ec0266fd33251f107895dd694 6a9a4d0587bc2f4547245aa61fcbe3d997e9b6d0 6dc88f1f1289c3521d509518f919127a682cc150 71704c9c5bf0dc6b1fec9be42c12bce7302a8719 72804f6cbe41be49a1b6c43a2ed6c4f7960a62b6 72c9893e71066058481f6c1389f3f852d6a9a9e1 756f19fda44b4058ef8f881fdcf25527d29c861e 78a7e68a6afa783c4f1e0c1a6650fa0a8da80a62 79eee0d7913d11909a74f65bbf39f162f0d07268 7ae71bb101ed596c2f82fe9b9ac20cec59e787fc 7b3e07923475a5e2fc69398a80ec4d1bf08bad1d 7d454ef77d292cb60856c2d140c50bf93b912941 864bc226010fa5ca4ca1c8fa44df1a58c8757b2f 8676d8fcd180113feec34e6d50af7e364c327a21 881db36c29e9c1261fc539b4f78238796a39be63 88c082a833875e726e6b1c6178dc98513d348fd3 8d8aa3a2394ae2f9adee4ac414073341a13f5acb 9157ee696f1a61e7884e8b0fcc08d445d4bb1cf9 946d1f3111193bbceaef66d006da3de8fa544fde 96dc9df93a58a2304468a934cbaf73760c2d9345 9830739b880895338122e886f2bd884ebc3c23ea 98f260f26039aa95d1cd39cff28c3950e6e0d1c3 9b34a0a2b88e3acf48977b2a51dd7945392c5ad0 9f2a6b91ac2be61e9e8a6e7f22c53f2d818a35ea a29a6a826b597bd3799872e00e4ce55cd31956c6 a601924d2a2e117ec7222760772baa4a98162df9 a7ebb3b690a9ea590f2a825227115e80006330f5 a9941f1e4f0638ebf0915b62f486c3573744fbfd aac67debf0e671a1bd1ee2450708a780d61208b0 ac195ceaf46ba01faa5c9b8ea5d451e433aacd67 b44e18d798ee348c52678be7ebb7480a14bdcdad b4c4058e90c5b1c45a6af43a4f3850aa199642e8 b8d6a25d6877f8e922d32e267d8d01a30dfe15f0 bd204ae73e7717822bbb716db8128cc83775de9d bed53c36f983ecec2a7cda4c7b24b6b64d5f0c08 c0673b2646dc006de45e385f449c855ba7ac88ca c1cf100cb7f12018c55b0dffd439b8b48c0147af c27c0c13c8de00be685486bc6363f32de1fbbd1b c2d6c39f4d8e583f7d4abdbcfba79adc58940178 c53862c842a728b76f14d83763a441d65264b3ec c6c06a8d5e98c0821e6dd2e7cbaef0084df82c76 cd4dc2dd902573ecdd1104871c48cfee74b5a041 d08df7cb5c6169f356186d170836aa6a50132013 d14d2cede82c0af90f155743a4ca4c04de9f583d d2636f5db75e3d9e27223804d988b35674f8c44f d337b37be8bb5f16b4dcee99f7235f0d823dca3b da6c92de6cb1bcec672885053409d756da6a621e daabcd635b5d2798da114c61534645fab1d03b35 dc9703f7fe6bedb091361e466ab86d358e9b06f8 de4638380c5ce1c952d7a9fdc166bdc289379303 e00b2809df929835bcc59c3fad93e84e9f81099b e05e518ef8f66916d8f1097ba51afc0173588261 e0a6b85bee80ada8949a41aa6b6d5795bd1ff33f e56831f9417476b5d0a8b894f1acaed71ac190c5 e570c9da9fcaff930db37ff985f499ba37a72b89 e61ff818d7f9af23ac230e3e97be92d2734c670e e7218925bd6b5339a5e05b56fdd267960664c5d5 e84de8dba3d55d04b8de22603e851b136635ed45 eb06b0b23df0077af8f949642ca7e16f53787155 ed1a196f7e8359bcf5df6883d54f895ec5bb3118 ee19b2e597be2bb383615452242975e50e39217c ee8e5c57e79ae7af6f5ab4695f0e752d7aad7a1d ee96c385dc216c0fcd6893e1b9c0c0179af80482 f01560e52b428c5ddbc8d061f6eff9e8908d719a f04d0b1f9eed2873d2219e7361233242382ec0e5 f288096a7ed43dfea7aa7d451b57764f0bfb92a7 f28a747fdae0c3c558aa17603a289ef61fe2ffb2 f43ed771a5fb7a099c17e2bb9eb056ef080b4158 f7f0dd15dd71515ef249a87bd52972f8b1755e82 fbffd39691061370cab37e32eaace7cc3e7858a8 fc7e4523b7814cab2450e31ab821fbbfb9dd4959 fea93aca258926bc350c3b02272a88ff66fcf21d feab9971f15119fac06c267a8f77ba9be44f7a50
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-9.3
Version: 9.3.25-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20020
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3t64 (>= 3.0.0), libxml2 (>= 2.7.4), postgresql-client-9.3, postgresql-common (>= 142~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.3, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.3/postgresql-9.3_9.3.25-12.pgdg+1_arm64.deb
Size: 3520656
SHA256: 4c8e9d9daeabc99928bdd2d6ac474ba65ab6f140ae80063340fa74cdf8b38026
SHA1: f3b8d2f65d54f6a0129c8de050c89b55cff4a5cd
MD5sum: 406974a45e4f0adc6a55dba0dd027bbc
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.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-9.3-dbg
Source: postgresql-9.3
Version: 9.3.25-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12932
Depends: postgresql-9.3 (= 9.3.25-12.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.3/postgresql-9.3-dbg_9.3.25-12.pgdg+1_arm64.deb
Size: 11220356
SHA256: 382250127ea9502b529c82d5060aa302726a7b04034f183d763f3862ad98207f
SHA1: aed5e7c39902845b3ea425d4a7d1e6993a7eeae1
MD5sum: 63a95901825319f220bbd4cd3989f5b8
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.
Build-Ids: 0083aa1eb293d05cc6fd3936a3e2a0918138184d 05691e249b3a814b61104325373b183e7828ea1f 06de611665329c7422dbbd4a2b42f4472cd32f7a 08b69f25d9f4d4224a582e9d3189eedf0a099a77 08e40669e3a4cc688655d37585cd9a456d362e44 08ea2cabca3dd015f99a3b87b1dbf05f3947f7e2 0af6b0edf3a27600369e2baea02d4637ff1589b3 10387c69f9d2b30e4cdb380ed2b5c8c494a9b207 10781307e5bb121ebe21dd8ab88f47642de6e071 1108e9f6fd63cdff31001fdf62a0323c96201207 193540c5ed689a8023ff29d583979d910d7c125f 1a1e3771f7399ba88ba25886d37f535a022b3825 1a4b1d3fb572016351b54f4ecf1bd37d03aebea6 1a564c4d1129e91e4ff11081728f627c7076614e 1a5dd757a02d04a8c4b72611df5a9e2e768e7a52 1c1829f65ec0f1ee102a3f7ef4ab7c67dcb28cd8 2130bc20d01574cb7ca4a24f6575c9eb9dc9ebe1 224d59b5763f783c8bf86587a1683c310e6c944b 229c9ca726a42295cf89ac7fc188e2b1b2fab390 22cabdb1a7cb20fe7ed7d29e234bb2f6e9d4ea8f 23cb30ad7c3037f21456165d609d4291ab2dc911 2b33d93758a2bc8f955754982d48c58086bf4207 2e59171a8a968f1e2f11a574bba74d49b03c3115 2e80c630f07fe587acb9cc6645276d853c6cd2d2 2eee782f95e232c3959a215bb7fb6d2593e8bd2b 3082f3c7ead7623bfff0ccdf7025f855301ba7cc 34758cc02236b9f4773cc291e4a08473239d5e0d 34ad97be187a0c7e0257b212ce4d980e7579dad6 3674f9b9b48bbde9e45b11892d26bad8e015fed1 3817303bb6e7b3a31077885b82692d78eaef82c9 39d78d00776af5dd03efaea48073307892b6ce8d 3d8677804bb80e2d6b16546a2c6173688bca2f8b 3e57cdd9e459ca8632eae3ea6ac410b6db592ba0 42b1a512ed79669076cdbda989ac158b410509fe 42f42d6e9609a74e14577a09c74b7024944e9be2 4e58577f46f132166cf46b1984acfa99fd1ab4fd 4fb3b711124ad980e578f6c637a6343b807caff0 542162a55fcff2e2708d979c44de553fcca63305 54fd0057757ad7544182540a74b638acfcdbcafe 551f016277be8ad027e48c6de8b7a7cf68b222c7 581cb87162f989ae868a54a0d77a14fdd825378d 5a158792c16b14d43d67768985f43bcb92620279 5a3503a46e7e263196a1350f597687d8458ca318 5ca4903caa0a7bbb21e6b331a70b3c58db7dbba5 5ea872c787a87efbb712a1f2f5b348f795d50238 643356507c556ade1c4fb6b8baa71270d4342242 67521694bebba9bad746124bf0cba80ef2fbd65a 6765e69699cf4ebd8d72c7fb10d4747774e617fd 688dfce830d9104df246f386dfd30379d0db38b7 6b038d9459afa0ce5c4fb726518aa85503c9c969 6e53ff81bac16d283861d98199ea003c8e252282 703d07606c60f71f8dbd755ce8075366fea3d654 73190b52151ec98d222d093ecf637ec79ee0d6a6 7347075c4d2cd6484c39ac72d748e978c07cab3b 736707abc1ff791886dc86415e047c3902a39157 746fd43d658d52e7ae41667904d3cd35a9a9ebaf 76d226a4cba1b32178f0218e675adbce7d027503 79c8a382f178a699103beba420bd9967089b31e6 7ae6e42d37b544c51195559b23376433bd42f2ce 7c21bf79b499d99a1c24c9bba90a994571fecb72 7f7d01f1066f2a262958a6fe7d22928c9c9062db 80c965882499e231dc419d4260fa8a8a9e9cf93c 816a18fc582b53316199107dc4b6a7f43fd08823 886be1e9208e2481ce0952e49e139a3da5749168 894b8e0d8bb83b825dd0f56aee578203a249fbc6 8995cd56f16270d867cc510978783090b164205f 8b6d78c2c599d343817fa759aa7191af8fc0e626 8d5214cf4b2c8af5a0feb9ed75679c587f9f3cee 9229cc0b9244cd8b5b81d97f16d52c0dbd18cb49 9480c303d4b8630acdaba4cd8fb8569b94dfe21f 97b920a3f467c4c9ef1aff7863b825694d49779d 99ba7ec43c4f58d9047d6a432804ec9471bfd2a0 9b1f2e977f7133af5bf7e68c2aff0836e856c556 9eb11b58f3ae3f199523932ddd7a3426b252bdc1 9fd9a1bd6431b216b53389e21a0b7c422f0b2817 a18db909ac228e9f9c11c24fcb18ff16741f6524 a384040ac9f539c4938e24b9279f571a599cebe5 a3ca9724526995b24688894f23248ea689974518 aa91e90b5dafdb2b19a6560d68ae78c991e78868 ae0cc64b212337e4ebd90d1fb5d16f5934b1afd4 b1631463bf58e589f406b5d3ae335c6ab4c7f5bc b5741a1fb9dd44428e827fa3375c8e4179485b74 b607571769eef1132de01754fde9f3cdaf5be221 b6531e494997e311cb1b9add7dfc5324a0e3ec42 b67e3802357489aab67e9eebd61c6575c50fba53 b68a109307a810f9d748ad0d85ef1991022aa557 bc9717153757dc296831752a3792ba107626f080 be4abfb94484ec5646d25991ede87394ad2b661d be662a718dfda765c6b8b58d3fe5ad27be39bcc0 bf5f2c17e418fe9829efb7fe83ed56dae81b6142 c154a154f90e282f6b193a44785d93a63e27f542 c4611bae048f2d56091309aa5f2a69e9f796b1fc c5d5f7cf387926270e59680aab84fde1c6c609e2 c5fa4a9085c1d0734a9addde1148eaa1ed8127ec c6b8acf5de140507fe9cda65ae3eb55914f2fe50 c74bcf8bdb1bf28f3b8e5f9e54c79034fb6bd7d1 ca9080cb3992d1d4e2bab5bff25c3c5b5566665d cb307c39d040674f533048d5826aa84e8e53a147 d08245861a798edac5e55a1131e368b66961fc52 d32eb6a506900613ed5713021245df9896ffd2c3 d51d9f8c46b09f4bb369e84f85fd104e38fb241a d52f35c1477b716e23ac72da22e5b7ec5cea42dd d6cea81cf6b57b758e635acbbb9617f085217765 d9f563bf1f4f3fc8b5c159593bf7406ce97e5154 dc892dba6bae87dc43bfedda9c7124876045dc1b e064c78bf1cefa5bf95dbdaee2db0cceea303426 e1dcee7ba221a7e05e61c649e9f0bc96ebab8cce e8fb288a1f83d001017634dfe67429dcec3f87bd ebd65f87ab754b09ac4347e7f8571a791493ca36 ec2daaba862e21806074f327086e70aaf9c40d50 f53df457dae0285a1ea9a317bb75cab0b3287f6d f698aa18eb6f9553b5a99feb219656abcc0bfd13 f6ed850c399465c3410708a8d23b610ae2848e1b f71a95df8cd02d84b12eed6b208a314499c999f6 fcc049d66f0b35bbcb914f10b61588d989de485e
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-9.4
Version: 9.4.26-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21013
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3t64 (>= 3.0.0), libxml2 (>= 2.7.4), postgresql-client-9.4, postgresql-common (>= 142~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.4, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.4/postgresql-9.4_9.4.26-11.pgdg+1_arm64.deb
Size: 3763644
SHA256: 25f0c4d2d83fcaed645debc7829c0092a339ad169be279889935820a8d7021dd
SHA1: e1b195e8a6e79fb87a63f46877e210468590548a
MD5sum: f2b321134e730dbde03b708d65c19fcf
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.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-9.4-dbg
Source: postgresql-9.4
Version: 9.4.26-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13758
Depends: postgresql-9.4 (= 9.4.26-11.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.4/postgresql-9.4-dbg_9.4.26-11.pgdg+1_arm64.deb
Size: 11965676
SHA256: 4c392e8c443b71629251a96561b491133181dfe54d34e025f077b0ee041a74fa
SHA1: 1746a44fdcfdeb4629452299274782b179cec929
MD5sum: e511915945b8999d57f55c6b6955ce5b
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.
Build-Ids: 00c51d4c0a4ff7cc079c510298b1c47320f65dff 0126d23dd47193cf7c0710278394967c898be8d6 0a1d52849b86f164d2609f97549ed9040adad255 0b232ae57e8c73fc46345dae3b417595cb802f82 0c800956c9b81f3fe08fc80cd9b8f88d63f576f7 0d99f888cb605411cc29b110eac9c7a6a72fe250 0f55830a3fe961cb9507d83350f916cf08a6f001 0fc96b9673d912dce9cd8339b008de649bd22517 11d2683897c92ba2d3c8dac8a62265ad68dd83b4 16c10f8d6184eca1b7846941cf3acfb4a030b23a 18806ba78758e3a9fb6fea83dbb3d0fba1ad3586 19835ff026ab8f229e8d0ee7346f53d500cbdad8 1b4a45d94fd7df404b0fdc14a59b15c478ad7c09 1bac799a2214e697b05f39d2527152feabf9cf1b 20ae13900e6beac2a42e889fd13c67908380eff0 20dfd55201594897052b6801b1b577eeec52919c 22e9c498b681f7024cc7664113ef3882267a0e04 23c28902b050222a61715f98407a0331f8dbeffd 23fb71a2d882c827f363524798046cfb570e392e 26e86bdbbcf3f89016ade43a465cc21dd82d900e 2846d555267cd92c63b77ff7803530229ce72cf2 2881eeb383948472f0e893ef31c537c8fbce4071 29c0e6a0657dcb8699042a5fe3aacab777e53858 2abeba9f954246b11ece931b2a0b5a4176e0362a 2c1b79a4049b5a8bcfa07265255791bb3d9f6fc0 2c7c16a2df0ccfa909eb305dff336a5fcefa5578 2d783ad00f44fcc9a29cf8b9b47c733d7ec7ed6c 34a67cc8756afaf03429643055b4b54d892150ab 356925e18b0bb63588af9ec6fabe33050f7902aa 382c1ce14e1093d6f23ab802a13deef0801d02b7 3aeab2142142353a11e8142e70f234f82e3f60b7 3b6c4d36e571607d181e899e48980f701061777d 40e787962256209de6d4fe01a8926b86827314e2 4414213ffab86f66221ddcfbdbe8c60ad118d554 451708c55e81909203ad278f6cf4713057be0b90 479c4e13b16eaabf4755d920e7816621dcc5f556 4bfcb616cdd52b48934706574d0847da2d37f15c 4e289e51e3f95c90ed536d7eb070f049b973827b 4eed03c5015fff79486ea55f99f04e530f53aa20 545873ae07160d0d73d7221e3fac402db7ecee7c 5630c52f15e80a7721a77d278d9f6b50fe1f1119 57340a8f9a2bd1067caf25efbfb3e9132355eb2a 59ba103f5a4faafdd919e325a7e77c41b9a4898d 5e3f99ade2b5d4260280212f750ba9e28878425a 5ed1b1e1e35d95f25897a2400e2af334d0fd12c5 5ee02142bda0896e1cd7b3067d64699f8d21552f 5ef8f599af986b3f10cc689dc5c4cb462e3da123 6582572620b02651de00a70b93a2d08263ef572c 659cc2e9f682db56d4b1a7a1e221dd1390e6b3b9 6631b0d026a68665f87e01ffd4484adb5da88ee8 68dfce807061db4fd70a3997e7092e427379050d 6e87a2caf3862794a21cbd061e7e4f5cbd9c8beb 7372e68b6d9fb1042f0c9601489861a1586b9f3d 75ea541ca4b0a409ec4341da293fc279d23f352e 78533dbb45404c916763b90641500470c396c7b6 7ea5c87fd3da54f82fe2d77045de696e158bb405 7ea6b08ec4bbc341ae5080206d2669e8c72cbe24 80f9c08fa03e4ae1c7a1eeb07c32ef1942908b61 865b564f9d40c79f1ae09bada307f74573d4da68 89c513c49bb6404b878271180fd687d3df3c39c7 8b2febb798b43e80974c166e083cfc085e781fb5 8d0790b3b7f0a1968da8fd9cd8c02a3ac0e6baee 931a0a28b88b3f0afe38619c7c88dfca9cc4b9f3 95f0673e79ac2fcffdd60901922c01b7d163c41d 975e47c0e8e30d5d5e44568c89dd0d1208c34a77 9a7b82a460e80e8688a0d88110af4d038d8e7cb0 9f72ea0e2f74854b75bfbd3146b9df5b2464d6d5 a02b9469ed756f151664dad2038c3aec9460ae92 a035a06376025d0bd251c37b6577f45d61a335a1 a0c3091ac5406a18d396f52c4f76102a2746fed8 a275e218680f78b0294ed34c20a2bae17613e8d8 a4f59cbc8d7f93f0ffebbded05e356d01db18227 a5124aff6c9e9536d592aaa963304c9fb7200839 a712e2e8994156d31d292ce104b54a523ede788d ae5dc957e1b2c6a4f3a710200b2824ea474efba0 ae6a5795748c80948c25f67014e200c850455606 ae72c2062cdb5d65714fe78f0b8a638598dd215d b4199bbf5058229b77f80a9f341dd8c3216e5f67 b63d053b2bc620ada47d79ca51fd8dddebffa7e8 b6f8afb60793f308a222991e4824f4f16a1f2dd6 b96992fb165ff3cffb8935fd786215f683433fbd b99609d5553bfcf2f7157d4f853ba3eb6b9f929d bc27340515cfe4408dbb41e5e7659f31d972b6f9 bf98d7b2c703875852f4825b3dd936a2ebc8ece8 c0c307fd7d417a8d4c541399d313ac2a05d759d3 c3022be7c3b75cfd82ae822fe8bd4466a8e74523 c3a1e8aa161e031fc32b2c2b6f42d1cc2d342bf0 c455acbb789755d17f7763cf9ff7fb5efdc6996a c67621d288a7f7628c63a0474dbcbf7f56ac8e89 cd5bf259da7d854313e0a0a70143efa4a4f1442a cd6b9329d614d6019f1aa8c1f5f0b2e27ecba8f9 cdd991c58294bcef0ccac22782ed9a87c34ba2c6 cf44056b2e14494e43a183d5ee0aee6e2914cf82 d2307e4cdf2d43cd73954d1cb3963f4bb854aec7 d5f2cd69e940e8768f5e37c05922f8c6cb62d0ff d77d4c362cbf4d0913efd60d10f2fa0742ddb0b4 d7982a1d60587e0fe4a465f970dff78c028cbad4 dc762bd6be1a8d80df41e42c5a103e9e4f34c5e0 dce4f4c8d3a1e3d960dbbc9bb61ad3b98e241fd4 e0c9d45ea56b8f0a231b32f7b957254fcd64126b e2ebad1d0672bf57a470fd5ec7842e5a2bf3edaa e2f4b7c1316652815ea1c1b8e0776aad0e82398a e3796843db823c3ad88f0f1baaf1e97a8fce296a e738da218a8e0f361d2d4b74438533d013f0fecf e781ee53ddf5e5fa6d05a2ccff0fe02da8cf1781 e95cc1e79278be856783bc893d0c2cb1a85f5738 eb6af5351dcdee96ffae23c2b2d8ea3f97ffbcbe edc79e0e0af4fad7c05b39fb9dfef51b97734bb4 ee707c2b45e9d3ffd8b076ee43363e55e5bea464 f18939ebc7e7056435d0c1417695c61fa61b7161 f3b73f4c7d54d3bf8cc25fb778d7169fa5e9f14e f48bad5dec3c62c08611d83be3645ce74eed8f5e f56806f032c473b54fb2ade51a7d114f2df34c90 f5874d157b3df5fe3220bf7119808d3d768aa3fb f62fcd5fe2750b0be1f81537d8788a4ba63c745b f771b9cb7b7335b4420eb66edbab9daf3af7edca fafc4ad83395d86cc4f5ee0a94540ee3ac710fd1 fb412a59928b8464db3c58c95c813f9e18eb57dc fbf3dfd8d2b322662797ed5e6caf6c0fdf41fd4e fdcd6bbe74af29ecf9fe8882b72a5d2434af2661
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-9.5
Version: 9.5.25-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21936
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.2~beta3), libssl3t64 (>= 3.0.0), libxml2 (>= 2.7.4), postgresql-client-9.5, postgresql-common (>= 158~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.5, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.5/postgresql-9.5_9.5.25-9.pgdg+1_arm64.deb
Size: 4038580
SHA256: 5215e78248d6a4796c90530463ca1edaeb049d97b8702bc2e7b70ae58bb24235
SHA1: 89f823a6eba8efa2e7da0bc29134d9055e3c7fa1
MD5sum: c0854b58b368e49e7af34aa644aef0a4
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 9.5.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-9.5-dbg
Source: postgresql-9.5
Version: 9.5.25-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14691
Depends: postgresql-9.5 (= 9.5.25-9.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.5/postgresql-9.5-dbg_9.5.25-9.pgdg+1_arm64.deb
Size: 12845072
SHA256: 13bae94445a2d1221bf11a968104db324d45c8de99e59ab94cb62567347be93b
SHA1: 270b94cce145b5e0b1352098ca0ba8bc340554fa
MD5sum: 1269472c1d698d432550f3d7ba6a5e55
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.
Build-Ids: 00ba36632eb9d3ec634834e27184e7b67ffd0217 00bfd684666cbc4e4a33ad47b54a7816bdd66a92 03cae75c2d45a5288830f0bcafa2c1578a4b0289 05500725166b9770bff9cb5d0eaac726b06b9186 066c0febc82002bc75a6e0ab58cd3df1c93d1381 087aea9a017dc23caec2d06494a3ba3c33e77fcd 0a4f0595d08670455cf687ad3d56f5cf00713b0f 10bc627265cf31d571f36ab75b2a43e1f5748e1b 10ee3ea38d1011ba09ae003427e7cdb14bd9d1b9 12a1fb69ab70a71f0435ca07f04f34ca3a2c183d 13d1004bc7b9e6a2d8912dd4fbb3a802942ab002 14e8b6f9fff524f670bc8c651c324ac7fdcc1dfb 16fcbb120dbac19407fb094918074664cab663c1 173b343b78fe691b6989838c702bc5ba27a6fc4d 18dd5aa9593c2c8b9a499ae13a29392adaff2311 1d4256a8bfac5cbc9a02f15764e430e38f710dd2 1f826c13b3af51152c5d5f3a47fd005a70a2b435 2359c7ecd767f7a1b2ff4bea31df7361ffd97617 23622dda24af8f192887153ec273c25efedb76d2 2388bf9d33bb457733c71021dc956adec878d310 25e90aebad5c84da6ac0f1dab7119296532ce2ca 26a0acae344679da1b249d09f8998443db5b8d0a 28225f7f64f983e6814343f550d955f0b9c33614 2b31aa88bb9c458cd8ec1ff5cbb82801e83ac42d 2d3fde1516fe025f50c3bcff62de9c7231b3ec85 31e59831735c33781a1a67ffcd8807f72b8f4873 333bff3d41470c3024803f2ff97bd6ea7708d2df 33da64512b95726d293f11417bfdff75bcbc2253 344ee5bc778ea057cbbdd1db0e29e841bdb544b8 352840ea022bc4b6d79673a736a4b62a185cdf96 397a8dd378db916561e58fc76ac210f33013d655 3b2c1f8327723ada99163fd56b54bb40e33b8500 3d23c8638da80180643a5159a1edbb88328dc901 3d5245c67236dc3cc084d04d09eedc302fa28a92 3e2610a8386d381c505b8aa3eeacf2c05a5b3344 414121271a638378fa5f05bd37908c0f001e768c 469fc771437e1dff358e9976d64c7cd35ab11b97 483af0c911d8468316b5fc18bdac409c6cf94f07 498284927960c117acde92368953912838b164eb 4dc20dfcf1915d7972eabe89642ec59c06f84f00 4fe8cc0490b012d605d77e4f10bc81f55b6b99e1 513441b81dac37dc0c538dd0d4f8908b1f37106c 5266aebf3dd4831f036d0f1de213f8ebcfcff64b 52b1f5cd546ac6ec86753057ac67c2410940a6fc 52d093094134e81d4219646c81930b49f035a0d6 54a8c2c83f0c0f37b0c599064698721a8db9532b 54cdfae1c81a29c3339e7f26099d1f61be279fdf 5648dfbe1a7a2b91796345a578c9f1d8c2c4bb90 5730c65595d3843dd98e87c91d23f4f303388fe8 5a7cf9c7bdef8e817ee13b46e5188b89c0595ec3 5cab8cffc53d12622266028265eded9539991e44 6252a7410d583fc534781adb35fba352da2a9a27 6567acef7ea6e16d056a49f3a9190bebcdbb42bc 70c117779ec5bc55f2830bb59c6930a225167316 7162a5ef19935579c699d7dfb80f1e26e40d9421 71ba85b29208858976cf584a0eea5f65f0c09096 754fac2c51926ea6d79b1d6653ab76c2add218b7 80ef5be3e572c65af8d536ba8f70921f8e0e218f 820e98424987b53fc691333ea74555d719242e8d 8688cdb818c82274711813906937544926cd1ad8 86d7237203c8883d4b5c558b71f36520a2cbe00f 87d43b028a393b0ba6288b3fc9086cfbd7d7a339 8f470644975ff8f183d33ef58135f84e7d7066bf 90b8bced84f2918331850dee9d98396db7a75d9c 921f609d6e5d833371a0efe0644d1a7029a18117 95dc54031884c60147622b9468e99076b1775685 9670c728b1d432980e275b3bdda2c0be596e245f 96e9268927d1d4b3644b35735deb19a98e9e888a 98c07a284a7dd76154359cbb1e975edb908182ad 990b7fb59302d2cd201e1fd56df3df1e8c8384ce 99ca17b829b20b0373381376e26170dcadd2f2d2 9f949072738351e1fd32fa4ad46368d2fbf20edd a180d09a56b6f60b1d2d2c2c19e8f78697bf3b13 a1eda8a62e8485600abce1a3cef96df093d1e97a a2423ee1ce082d043246d48e81535be8401048eb a4c34655def28c8fdf3420bac1b168f577b71bd6 a696315b4f8d33fa01dd138d093d91c3254074ca aad598e345f8afb6d9e059c00add49c63be9b5b1 aaf7c8e23103d9b3ba91a9425ceca6aec248ad44 ac4b0ed611046835476bd3d8afdfe5bcdcb39bc9 aca17c1b93a8c22318b2ae82cb3c25a2ddf91bdd aceb74428fe635d4ba6721f5e43325c11eb0b88f b4466c88fa09c56903303e2293fe3e1e382d6fb9 ba7a858a38afba6ba364a01cbc72fc3ba7defbc3 bb230e9d8f10d6fbc71d8274ed88a19ee9318ed6 c02e5bd2e9e84cea59a5d095529c38f7a6bbfd06 c078c7b4bdd6df95afd0aca93cea0d89231292a5 c22f758402742312b79030b9cf13d13d485f4866 c50f9db39abcd609d70a5a6ac026d487007aeb13 c5266777b163f2c88eb39aafbf81e112f7824968 c7878032e3a54cc09c856d85efac6b4a97a89897 cb3edb25db230080d15be4a560e3239f0afb6673 cf7e0eb3a67b8c38d949506210cb8fb31dcd0fa1 d041e2d7ef43a07743b81031203f6cb4b00c2f6a d07a2015c90d66e37fd260ee6a24be4623291aad d17f4f2e1e3492bb6109b026d09ff2c351a3f1c0 d3c223c1c0063eb3e58eaac311d44d4f69bb83c5 d51c5acd13ff330ae50400d476ffcfe1b56d1bdb d59d8af4b11b65bc6ae9e238f24551746b0db749 d7174df1b4f9d33e6ad235029af4bb8c88f6330a da9abdcd4c40b94f95c7eb3b323080154b59b93f de3d9490113f79c859d489952e1f8f8306222c88 e08d2b7be54ca2778b2fddcf6f20ad6f79bf724b e4110c0347be088dfc2b547cde197f7a924d436b e470f56ba3d8db7efabe739981a3f6a11c403b3e e74a38b48b63ab4577dac401d9dca2b9d259b4c3 e972ffe880c88ae38ad95c0790ac3c1e2323d7c5 eb844f4d586d09044e54ec4978673be9b23921b0 ebcd8268544013c4086e8a78d97884c212b4b809 ebe5342cb251e263e61718dff7db43f45794b19f ed7d00466cadc10585e9c74d8b902730b0f2c405 f031d92b0c799318edc74944ddb8201e939c8e08 f11d9681395ed43a401b560e7c6d0cb72690627b f14d4e00065c7954c5d0bbb1d0fa977fc71ab2a0 f157fd620a1b4a0086226f39b889e7671b6851ed f2f90d82835c0bc48a4ba6b17c3ca1575e8b7863 f41a56a1114c0c0b4434d9cc67709c81090219ac f66ed09fc74dece6dd85537f335533d140538678 f670332a97daddaff9864b77f89da08732b97ae4 fd48925a2b2ca757f0ac1fe8958b784b6b24bc7f fdfa32d449767f95c7881035e3c70f3f784ad44b
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-9.6
Version: 9.6.24-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23658
Depends: locales | locales-all, postgresql-client-9.6, postgresql-common (>= 171~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libssl3t64 (>= 3.0.0), libsystemd0, libxml2 (>= 2.7.4)
Recommends: postgresql-contrib-9.6, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-9.6_9.6.24-8.pgdg+1_arm64.deb
Size: 4314852
SHA256: 8215b5ccf98adf85bc54d7bcb71afaf632ab4fb6ef32de83405c94067c110320
SHA1: a78ef126a835f0680b1f9dec54448b6509480af1
MD5sum: 20729e8fca4435ed464c8feea66d01b6
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 9.6.
Postgresql-Catversion: 201608131
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-9.6-dbg
Source: postgresql-9.6
Version: 9.6.24-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15425
Depends: postgresql-9.6 (= 9.6.24-8.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.6/postgresql-9.6-dbg_9.6.24-8.pgdg+1_arm64.deb
Size: 13533456
SHA256: 1c5674e38118261b33b5d33016671c94158b91d3228540fd8d54770bdaa2e45f
SHA1: 02a5d80200e4c5da14ac8a181d717b6d45f2e58b
MD5sum: fdf0764844b1292427f79f26db13e5fa
Description: debug symbols for postgresql-9.6
 This package provides detached debugging symbols for PostgreSQL 9.6.
 .
 PostgreSQL is an object-relational SQL database management system.
Build-Ids: 0047998a2285ef9cdc2a9bae61d894d16ef5d8f5 09fc25d798a6762ed13ede6afcd66c4996310960 0cc8c373c4339fa3aa8463dbe28f731dbc30ec4b 0cead516bc72bc178e383358ec9022b9b14bc4b2 0f19190dd072c9171d0fe0c0fca1d1edb064a445 0f24755fdc85f17625f7f1ee3ac808800971fe4f 0fc00d1648d3a15ce9e143134a686a6f989711da 10174708af9a60ecb8404bc5c32ac0149ed6eb38 11644a7527251b4b2c29e04c993cc095a010a6dc 131f157567850b21dd9e3474814c40c50097c7ef 15690c177c5197d5d433fd881f3448015093a089 16d9de5b37d5f9833d332603d2667db80edb840c 177330b51e6df0dab80729063279f04a07a8b610 1848b1fe9e4ee91f6ff9be9cd96c0f5d3b4555bb 18c83f8d3152c1805dfb55cc79b15d03edf045e8 1a97b1d035f980f73c6c9231d3f0c2fbbb7cc4e4 1af996f18e91b36606225f060594dc8d6a551621 1c38c4fe3d9df76008ea583308217c182feb0a25 1ce1633f50443f8d8a037defd2fda18e16a1a538 1d36fd995422caf9ff5bcd7a65ba3eacad2ea41d 1f42b61b3f1f975ae81e4369cd4f74c4fde163ba 231e1aae6f461f07c6836d9b0b2a81e1aa1508d9 25b1aa18a447fb943337ee1283f8c54fd3f25aa2 25ea5dda634bac3045b9f3a2376e82de6386c2c3 2a9514a3fbbd32352b067c7107f73672cbb32877 2ada77c56e551e05dbf020d554d50235350be247 2b7d9f5b0929310aa7cdec9a823f054736462da6 2dc233a046c19b0e0a87d48f3eda0ec19a12a77a 2dcbe2481f776e8cc05ea91c48393668a312a122 2feb24820f338fd641b312586900d69de01c51b4 3153dc4e2b3ce04104382c7f9efefd99a28d5ed6 326b342a987e225470e42643ba0ebc29cda5cf71 36f5bc960b430cdafd0ba28ee897b8873038f31f 3bd2d657cd792021bda43b9b73ad123d73d22888 3e7a47df8daae328a61105adcbb3f2f8f32ec530 3ebd5c362fe30d9b93cbb4603891e7b4dbf6856d 3fd95a8838915071481d0ae05a66dc94a5f8b441 43945d2567d4e2298da42da8f7d9845829ce611d 461c3b8f329969b55a396cd354141e183438a2da 4722480ea0b06da74b2f4d4aea156ad15e309da4 4bcf138cfae5ff4cb675503c506f6007bdacca69 4c9e0752e2bd47280b64d226534d289c2a3f17ea 4fa89d01b00745fdeb7855794b8c667a6508a4f7 52adeed97c5caebd29fda9105aca03f321448401 5348e790dd54384a7d2119e3230b7c76820ee8f9 54ee234cfd78d27d6151ffc8c3d6079d44f2e556 565a6362365f0a062ea3731480f517b34d92e8dd 572b1b35354aebcf0913660137a01d14254b4ece 58eb8610d8ffa7f2a192ece39da16f9db84b7d3a 5af292ce3566b8e4f60113b342707f4462bba7fd 64c15c0d80f28c69bbd18ce7a2985785a3f74228 6773e1e444c966a696220ccdd1b6616fd06b5774 6b6832f2bde6a4962fabe4eb5cb6899dc717bab3 6f9083fea02af34e3a89992a6d333ec153195f73 71a9da4e1751f909d1d15dab668bbad4a6de9e45 71dd22137ec71b31c20724de5c013a95bc616fb5 72ae10eb64e85fc05f3bf78e7c764d2819333818 74265a060d8049c8016ca0b5882ebda5d7c4a07f 7561ef1bee1c300bc06a2fe7f2db428a2fdd3200 78abf85df467ab37875278b7b1c792a4ae280df5 78fee4d95fc2d0ffe186052837f9df2b9271a2c4 79358b379319b9b642e44cf0b3cb7473e4e51d9c 79a67da0bf8d9eb219cd63e58d9e9975fbec63f3 7b46833423ae5e661e434fc40e3cfc3af5db751f 7fe8e04d2796c63f6954d588bd337792a027dfff 82feda531ad89ec13b0a9a71812a3f8afb4442cd 836b8d82a2ef99487914338c1d1aaec44c4551ea 85b1f436482f48724d6be09b31b85b4397a13cca 88a8230257b726022b39398e66e3acadf81afcbb 89a5f64a2d4d64290c4fb099f49fefcc2b1496f5 8b908e56474efb0ba9cc248200467e04994edcbc 937bad5b3568d5da8f13a52dcc59ad9361fcb5bc 95ac6aa85437e22eb5ca90fa00827d3de73fa4ef 9793f345704abc08cb0aa7ccad14e3d7693cea03 9eaf46bc9c8d20089515328f64a0a72ac05add87 9f2d4e84fdba35cd80908e79100a6aed79cfdd82 9f8e63a3792cf3a43469106fc273246029f70a24 a08aad8bb54432e56edc048659a09bf23a32ccee a24bffad900eaa6136d7f83775292119b251c27e a38222df03f3a244a97f422bb382f9ab5d7aaf66 a38e789e474a8b1072b05618dc015f0ff57d3b91 a41d2b1bd606f8e59e30b5258e8301f9f63f1725 a47723d95dbd3ed3f647945414ba623a567a7c29 a65d6d77ace4dbfce05e43601519c7decf911997 a9881e10b4b0c9ba4f94bd1a837b1c89b3dda4af b27c5c343dcdd8c1e8719183fe677202baac5f54 b3d87afb2788ad2b1648480a9e1999d5efad8083 b86e85a1bbc6fb7d23930f3511791c2515474135 b997dc423d87b43eb210db8947d4c5a9889c3bd2 ba684819a8d2d74e3760e17d9b8d3f11688c20a6 bafc11c538feec585efa58ce61a6a510f01fbf21 bdec730eea93b5ff1eac1e628330f71715624308 bf78770b7ad09e310edb6b083c2a67a15748c350 c51b33a0d6c8db3e1d4057cc23d2ed72bbb28222 c5a58389c479d82bf68e09ecf817f4245a35665f c813b1dc36649f28e2c2e9566a75434f8b82d96f ce091331b585a4044a1467c6d52f8b4d1e15b434 ce380abc04a435cfdb0ad35fef922ea44f059a45 d1fabbac5150b7ba90ce2070d5544900eafd15a0 d27edd75b55f6322caa71fdeeb2afa2550afda1a d4ad6a5a7006d4a377ebe5e1535a5e6f3e6c95c7 d62c1c657e22455ce4ac9ad0c4de4ffdf99219b9 da33a2b327eb857ed43b00da7ed6b7fbe47c81c5 db199d883ffb8a4dadbf8bd3f6ef03cb955066be dc876c73e01a11c05f50e967836e3162e4fab69a dd518573444ad8b11a93532b23e9282feb5a2da2 df2b69157c6cab87f01f5f9359ae2c23b43b07f6 df834f57c5d3173293fc7a7bd578ed054168ec84 e26e51d94de90e0d33d6a999aa1e5630b0db4ab3 e2a2deb10080844f063b162e786ab106376d0825 e3bbf4187301e5fd57617394733c469a1eca0d9a e3dc4f6f7c15cc42678032bc61f45db3ac7391f7 e5616bdd5e59ca813b07d05e8ac427c298acf1ae e702b4f3203762fb0973a3a98b4fd4b7f50612c0 e757470c6acadc181cf95386dccbc9a6fd4e7e6f e8161c477a2299b4243999175a3ce2eaef747d20 eda481cded5f67d967c628914bda397d10e7c79a f3d0a73a3127bf6b499e36bd340d3419cd2ede6e f4ac6e8e8cb9a2eb79885170aac75648b5b4d282 f9e26beb414ee9d8f6d7231bf39b0928f50377ab fa4c4a1fa6a7615a5e8c9b337a369eba397e8f04 ff3e53fe6fbf9b8eac289a2c7d811a90faf57cf6 ffad49b7a288ffa753449979894ef5b7ba8e4f11
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-client-9.1
Source: postgresql-9.1
Version: 9.1.24-16.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4506
Depends: libc6 (>= 2.38), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.0~), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 115~), sensible-utils
Suggests: postgresql-9.1, postgresql-doc-9.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.24-16.pgdg+1_arm64.deb
Size: 960444
SHA256: 0e7b1f5a75827aafdc5e45bc9db24df99aab8fa54e14b2cb5f192c7ef6b8db7e
SHA1: 2bf1032b8a83a741dd23c411995f58467fcf8df9
MD5sum: f3ebfe1ff031c7ed66e61cb3fef7a748
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.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-client-9.2
Source: postgresql-9.2
Version: 9.2.24-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4578
Depends: libc6 (>= 2.38), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.2.24), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 115~), sensible-utils
Suggests: postgresql-9.2, postgresql-doc-9.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.24-13.pgdg+1_arm64.deb
Size: 966580
SHA256: dd7738b6f3f689ea1da7c27d63a14210642ecfd60e7915b067bb3351663d706f
SHA1: 9359abc8a49c9ea15de25453e5097e5445c4880b
MD5sum: 6e9df7648784a12f40e16e3a72914a1c
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.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-client-9.3
Source: postgresql-9.3
Version: 9.3.25-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5126
Depends: libc6 (>= 2.38), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.3.25), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
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.25-12.pgdg+1_arm64.deb
Size: 1029544
SHA256: d985324e0ca16e76316b1ce8beb86dfb656ef2cdee1992230d42dba58502efe8
SHA1: 64f9c41a22b7004a3bcac1e012ab165b9b1b4c60
MD5sum: 43199a96af3d2df0c4a4f1b8d775e2c7
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.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-client-9.4
Source: postgresql-9.4
Version: 9.4.26-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5689
Depends: libc6 (>= 2.38), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.4.26), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
Suggests: postgresql-9.4, postgresql-doc-9.4
Conflicts: postgresql-server-dev-9.4 (<< 9.4.25-2~)
Replaces: postgresql-server-dev-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.26-11.pgdg+1_arm64.deb
Size: 1126820
SHA256: 0c020524debb7c46348e337386cf1c5744f9ae34b2d4ce28bcc26ff1da0016cf
SHA1: 899387871860dc52d3b358012ba0c1ba1c8764f0
MD5sum: a65286ffd39cef2fc9f180ee92a960e6
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.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-client-9.5
Source: postgresql-9.5
Version: 9.5.25-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6309
Depends: libc6 (>= 2.38), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.5.25), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
Suggests: postgresql-9.5, postgresql-doc-9.5
Conflicts: postgresql-server-dev-9.5 (<< 9.5.20-2~)
Replaces: postgresql-server-dev-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.25-9.pgdg+1_arm64.deb
Size: 1271460
SHA256: 177f3cfe5b37528da45af0fa82c2e136d20f4650cb848e7e161a29ab151f9a32
SHA1: 2bb59653ef5b7fb30e707251a2e5013f3023a77b
MD5sum: 5161aa1f3c44f958aa3335a39dd7ae14
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.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-client-9.6
Source: postgresql-9.6
Version: 9.6.24-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6574
Depends: libpq5 (>= 9.6.24), postgresql-client-common (>= 142~), sensible-utils, libc6 (>= 2.38), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-9.6, postgresql-doc-9.6
Conflicts: postgresql-server-dev-9.6 (<< 9.6.16-2~)
Replaces: postgresql-server-dev-9.6
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-client-9.6_9.6.24-8.pgdg+1_arm64.deb
Size: 1333404
SHA256: 5f6a4d20746b655715da782b8fa16f905b69ac0573e1b29b1ca51431acb52df9
SHA1: 6a4c43464a147f84e26e164c8c940070a7a1beb4
MD5sum: 7e918b1fba10e231da2f6bc7807929c4
Description: front-end programs for PostgreSQL 9.6
 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.6. If you install
 PostgreSQL 9.6 on a standalone machine, you need the server package
 postgresql-9.6, 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.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-contrib-9.1
Source: postgresql-9.1
Version: 9.1.24-16.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3853
Depends: postgresql-9.1 (= 9.1.24-16.pgdg+1), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libossp-uuid16, libpq5 (>= 9.0~), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4), postgresql-common (>= 115~)
Suggests: libdbd-pg-perl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.1/postgresql-contrib-9.1_9.1.24-16.pgdg+1_arm64.deb
Size: 356096
SHA256: 7bd96cae9858659aefaf9cd3c7a009c351191290a77f383484f307ac0c90371c
SHA1: c4b956b2d76178127edd40ac82b49641cfd9ef2a
MD5sum: a1aa4d48d87d78d53819daa759b3b1d3
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.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-contrib-9.2
Source: postgresql-9.2
Version: 9.2.24-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4155
Depends: postgresql-9.2 (= 9.2.24-13.pgdg+1), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libossp-uuid16, libpq5 (>= 9.2~beta3), libssl3t64 (>= 3.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.24-13.pgdg+1_arm64.deb
Size: 364068
SHA256: d27715e43196cd1c0970bf0428f79d55687f324c4f51b988fd5f537cb86874f0
SHA1: 8aeeba97767f87999720edab3c8039ba0bffb940
MD5sum: d52d30d8e414a821beda7485df40c713
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.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-contrib-9.3
Source: postgresql-9.3
Version: 9.3.25-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4172
Depends: postgresql-9.3 (= 9.3.25-12.pgdg+1), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libossp-uuid16, libpq5 (>= 9.2~beta3), libssl3t64 (>= 3.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.25-12.pgdg+1_arm64.deb
Size: 392392
SHA256: 584704fd5aa55fe99ea07a9613da2d1cad6e63282105f306d40d33d627bfa0ed
SHA1: 808267a5a8b0b8f0df594308496d6e2b73be6bff
MD5sum: 00a6d9ce3796850a84c004c07827a789
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.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-contrib-9.4
Source: postgresql-9.4
Version: 9.4.26-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4459
Depends: postgresql-9.4 (= 9.4.26-11.pgdg+1), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl3t64 (>= 3.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.26-11.pgdg+1_arm64.deb
Size: 432776
SHA256: 5bf6db4dab77d8e1827f16af60779ae6bd62006cb8cb9e72851e7799d204168b
SHA1: 4a6e5ac2f7327077a5999e5071dc3f11d4176d86
MD5sum: e6162490b945d3c5b855abfa5546bb45
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.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-contrib-9.5
Source: postgresql-9.5
Version: 9.5.25-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4529
Depends: postgresql-9.5 (= 9.5.25-9.pgdg+1), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl3t64 (>= 3.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.25-9.pgdg+1_arm64.deb
Size: 443796
SHA256: 7a37a4cdd12b672e0d6359473cd4cf1606d8585195087c0960e935965dc5d55e
SHA1: 88430d2044c172480780c444127ced5aba0e4592
MD5sum: a3170b35405e8dbfe1bad07960157940
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.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-contrib-9.6
Source: postgresql-9.6
Version: 9.6.24-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4785
Depends: postgresql-9.6 (= 9.6.24-8.pgdg+1), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl3t64 (>= 3.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.6/postgresql-contrib-9.6_9.6.24-8.pgdg+1_arm64.deb
Size: 490656
SHA256: 81dbeedc0be68ff8733328366369c7900a9379d6a7b1394a270b495012641a4e
SHA1: cd22c96e7cf9073098631821aa4087dd0a1a3a2d
MD5sum: 741be468fe6c6cb49f45115864450408
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.6.  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.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-doc-9.1
Source: postgresql-9.1
Version: 9.1.24-16.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12599
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.1/postgresql-doc-9.1_9.1.24-16.pgdg+1_all.deb
Size: 1602232
SHA256: a7ce8e8fe03b8299443b7c1cf438adfae3f7a7c9623a6da6b8dfb2fd42acc168
SHA1: 1e8cf852b02e3c1b4d3f1b1f5f9a1f8ecfa262d1
MD5sum: 92e426972821853ccea1a3fe5264f6fc
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.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-doc-9.2
Source: postgresql-9.2
Version: 9.2.24-13.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13409
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.2/postgresql-doc-9.2_9.2.24-13.pgdg+1_all.deb
Size: 1690576
SHA256: dd9580d8cd85bc90c6837afca05aa7e4ff6b27298a97d77cb81c8be4866dda60
SHA1: 138fdba0484c282dff5c4c8f16eaec82236ba18c
MD5sum: 9c12bf7cbc7dd3a4aa66a3ece9e8c77a
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.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-doc-9.3
Source: postgresql-9.3
Version: 9.3.25-12.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14218
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.3/postgresql-doc-9.3_9.3.25-12.pgdg+1_all.deb
Size: 1770660
SHA256: 006f59c37a755dd70a19878ab34181f75fa1075287db7595890ab7059b253a2c
SHA1: 5e9906532227faf74f098a716e1b9a01d25e0246
MD5sum: 2a2223db662afec0634cbf097b7a081b
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.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-doc-9.4
Source: postgresql-9.4
Version: 9.4.26-11.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11501
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.26-11.pgdg+1_all.deb
Size: 1561200
SHA256: 5459fffc639eae5d2870271b17892279e083996aa84e48bce51154a360049420
SHA1: 2a0ab289072c1bed74a8e287661716b235aa1015
MD5sum: 55052b75d1e804de610c014c67649561
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.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-doc-9.5
Source: postgresql-9.5
Version: 9.5.25-9.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12014
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.25-9.pgdg+1_all.deb
Size: 1631104
SHA256: abcd72a37b5cbb5bc02dd7f46d03ab7d5888cf8318a0a2dac7122ad1616e0e59
SHA1: 512fa33b293f1d5ff96f2cf2bc1a536a9852bb49
MD5sum: 6146b8261d670884c8d968d6257652bb
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.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-doc-9.6
Source: postgresql-9.6
Version: 9.6.24-8.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12467
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.6/postgresql-doc-9.6_9.6.24-8.pgdg+1_all.deb
Size: 1697944
SHA256: a231ccaf8df05f8ab09c4ea5dfb39950402b0af7fc14f53cefaf99b03486a444
SHA1: 55893f9a3c157611a1f07c07702855ce8eb073b6
MD5sum: 4c9bac668d5f92cc3c20ccbb4ed1b085
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 9.6. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-plperl-9.1
Source: postgresql-9.1
Version: 9.1.24-16.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: libc6 (>= 2.34), libperl5.38t64 (>= 5.38.2), postgresql-9.1 (= 9.1.24-16.pgdg+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.24-16.pgdg+1_arm64.deb
Size: 46244
SHA256: e3a699ab41aefa637f6edd9f78712d17649b05c61c664912e1103069da4de1ef
SHA1: 5652bca327c86111c3ae29b0de5a81cff1ff309c
MD5sum: 633f82713cefecf29223b929efe29c1c
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.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-plperl-9.2
Source: postgresql-9.2
Version: 9.2.24-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libc6 (>= 2.34), libperl5.38t64 (>= 5.38.2), postgresql-9.2 (= 9.2.24-13.pgdg+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.24-13.pgdg+1_arm64.deb
Size: 45280
SHA256: d20fb392bf3ab13c96def9f9dcf2df9f20872dddb462df41e52596075cf19b37
SHA1: 87658eceee469c6302be26988cab5971f14788f4
MD5sum: f346a2c5cb326cb596a895f3aab12d3f
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.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-plperl-9.3
Source: postgresql-9.3
Version: 9.3.25-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 255
Depends: libc6 (>= 2.34), libperl5.38t64 (>= 5.38.2), postgresql-9.3 (= 9.3.25-12.pgdg+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.25-12.pgdg+1_arm64.deb
Size: 44720
SHA256: 938406edb94afda0977a4bd79eeb24a4d2772e562571aa7612fc16a49c19013f
SHA1: b4b88fa2cbf69b6ccc39568b95fdf4f346003a02
MD5sum: 1f7c9318834555b06e57ef274fb2e1ee
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.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-plperl-9.4
Source: postgresql-9.4
Version: 9.4.26-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: libc6 (>= 2.34), libperl5.38t64 (>= 5.38.2), postgresql-9.4 (= 9.4.26-11.pgdg+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.26-11.pgdg+1_arm64.deb
Size: 47912
SHA256: 63c72fe9e9596f24d61e6573a07c804c61ec931e45743d61940a5182f9b88267
SHA1: 17beab10ca9638d0e49bed8bf68d1eabbeaca347
MD5sum: 6a15ac285404960a8f73ab194e02a08f
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.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-plperl-9.5
Source: postgresql-9.5
Version: 9.5.25-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 360
Depends: libc6 (>= 2.34), libperl5.38t64 (>= 5.38.2), postgresql-9.5 (= 9.5.25-9.pgdg+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.25-9.pgdg+1_arm64.deb
Size: 55144
SHA256: eacd48e74c371b58fc308256234a2e2c2e05be942f66292fb8269e4158675ec0
SHA1: fbd704b2100fdca7d0b65943dd0431f6c0279b01
MD5sum: 9b20cd44a431876e5756bfbf732f4ec2
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.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-plperl-9.6
Source: postgresql-9.6
Version: 9.6.24-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 363
Depends: perl, postgresql-9.6 (= 9.6.24-8.pgdg+1), libc6 (>= 2.34), libperl5.38t64 (>= 5.38.2)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plperl-9.6_9.6.24-8.pgdg+1_arm64.deb
Size: 57120
SHA256: 34496b494d0b626be64e0cbc8c52fd2ef4df30c28669e1bdf33eab0ea961a159
SHA1: 07e5aff66792adc9ca12542c07ca1103fac1d181
MD5sum: 0295adad73bce74fdcd38b267ae55414
Description: PL/Perl procedural language for PostgreSQL 9.6
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Perl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-plpython3-9.1
Source: postgresql-9.1
Version: 9.1.24-16.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1), postgresql-9.1 (= 9.1.24-16.pgdg+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.24-16.pgdg+1_arm64.deb
Size: 37256
SHA256: 5d594ac9ffe4afe4d77933dcac01b86f15da4ac2c2c430611d4ae1271d05033e
SHA1: f248869952015d903e76b0ba53e56f640c08f54f
MD5sum: 3c7aee129b74589b2e3124bbd76146d8
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.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-plpython3-9.2
Source: postgresql-9.2
Version: 9.2.24-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 163
Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1), postgresql-9.2 (= 9.2.24-13.pgdg+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.24-13.pgdg+1_arm64.deb
Size: 40152
SHA256: 1b2f454ed7f4c9b16719e43ab81f3903a26665004a1636888f36cb12c60bd782
SHA1: 0b46b6bf287b3edf353b9f0954dbfa37db8a0ad0
MD5sum: 30a3784aee4f7f3ac4b84a862a9cae48
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.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-plpython3-9.3
Source: postgresql-9.3
Version: 9.3.25-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1), postgresql-9.3 (= 9.3.25-12.pgdg+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.25-12.pgdg+1_arm64.deb
Size: 40368
SHA256: 469c61564f56e1261530ad49d81c8f98f75bf302146f6a3d9ba880e29a4f018f
SHA1: 25540b0d6c503223911d97c944a74a28e7cbfc60
MD5sum: da720b595f74c9f23aa00bfd2d22a2c3
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.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-plpython3-9.4
Source: postgresql-9.4
Version: 9.4.26-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1), postgresql-9.4 (= 9.4.26-11.pgdg+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.26-11.pgdg+1_arm64.deb
Size: 42648
SHA256: 361fb977da0306ec90138ee6becd35b3a02df95c2d9fc67530d72323f46fb4ea
SHA1: 5230cc8892cf1fadca394b8a49b3f2956c3eb8be
MD5sum: c409fe1fd5e420dbd47a9510005c9773
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.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-plpython3-9.5
Source: postgresql-9.5
Version: 9.5.25-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 312
Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1), postgresql-9.5 (= 9.5.25-9.pgdg+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.25-9.pgdg+1_arm64.deb
Size: 48064
SHA256: 22a6621f64e6d2c67e560122aba9e9cb9fbb3cd2a75fd4849072ef4b8229ba8e
SHA1: e47a1a98114733964e00c28ebc1c4be9b4faa1ae
MD5sum: 2e27659cebf13c57fd9ef5549e8c5e40
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.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-plpython3-9.6
Source: postgresql-9.6
Version: 9.6.24-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 313
Depends: postgresql-9.6 (= 9.6.24-8.pgdg+1), libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plpython3-9.6_9.6.24-8.pgdg+1_arm64.deb
Size: 51408
SHA256: 5b843255165d320844f9f7bd7e98ce9d1122f00209b37f68a1b0d6da5c0e9bda
SHA1: 7996b7a3e295e0880e4f7adfbbfb531fe4fe1658
MD5sum: 95ef65279410a9198a77f7a07b4e7130
Description: PL/Python 3 procedural language for PostgreSQL 9.6
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Python 3.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-pltcl-9.1
Source: postgresql-9.1
Version: 9.1.24-16.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 171
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.1 (= 9.1.24-16.pgdg+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.24-16.pgdg+1_arm64.deb
Size: 26584
SHA256: 76de937a6d7feb9c4f168424c3b9ac9eb98b9eea006aac80779de436ad139aba
SHA1: ca461329c15e1333d1b2c990a183961b0197ed74
MD5sum: 565ede72d5d6e1224d85aba81289e927
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.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-pltcl-9.2
Source: postgresql-9.2
Version: 9.2.24-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.2 (= 9.2.24-13.pgdg+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.24-13.pgdg+1_arm64.deb
Size: 26308
SHA256: e5a15aa7b6367c76c70b95c55256b160d4ab4a996a4da67a40c944b5b60d9cfd
SHA1: c222e1d02f38783664fb305058a686e1cd088b47
MD5sum: 29a20ff4fe71e34e286497a78fc5b4c5
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.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-pltcl-9.3
Source: postgresql-9.3
Version: 9.3.25-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.3 (= 9.3.25-12.pgdg+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.25-12.pgdg+1_arm64.deb
Size: 26112
SHA256: 4ccdb7da490a460985ddbeec5409e8d9d4df458e92f60dc085f1c78e6caa1ecd
SHA1: f3baad23a2938de0a1347e1be53235efdfcbbb36
MD5sum: 86a11679e9ad32012a52bf4b0982f0b2
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.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-pltcl-9.4
Source: postgresql-9.4
Version: 9.4.26-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.4 (= 9.4.26-11.pgdg+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.26-11.pgdg+1_arm64.deb
Size: 28148
SHA256: 73f61edb3b96309a0f6ef832b4ca405367ebe62be0c0ae630d2e4e61bb9ff593
SHA1: 2ac84dad22058ee338396b009480ee666083dead
MD5sum: c6e560642344211294deea89134228a2
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.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-pltcl-9.5
Source: postgresql-9.5
Version: 9.5.25-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.5 (= 9.5.25-9.pgdg+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.25-9.pgdg+1_arm64.deb
Size: 32748
SHA256: c2bf4095027cf869739b906a844a8266a9780bfdc1555668edb74015b3164c13
SHA1: fa398444d32326a2bf1d342fa6e70096e9d98be8
MD5sum: bf98c57bedce9078c85dd75bbb98dc99
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.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-pltcl-9.6
Source: postgresql-9.6
Version: 9.6.24-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-9.6 (= 9.6.24-8.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-pltcl-9.6_9.6.24-8.pgdg+1_arm64.deb
Size: 38276
SHA256: e2be1c69c8d67a93bf4db93cf7baab8cbbe87e8f72d3e2c51efabd12a300882b
SHA1: 35e42199ec23639e2927b58373e8e2dab91f0bae
MD5sum: e521e258c81236217358870050eb71fe
Description: PL/Tcl procedural language for PostgreSQL 9.6
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Tcl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-server-dev-9.1
Source: postgresql-9.1
Version: 9.1.24-16.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3105
Depends: libc6 (>= 2.38), 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.24-16.pgdg+1_arm64.deb
Size: 537096
SHA256: c93a117c454c050eb0a488be0518345e937e2834f8b1aa404eb926f8ff022e0e
SHA1: 80c5447cabf0af11eaa2949570ee0a310e7bd236
MD5sum: 4a30305fabf400e377d21eb6f4069413
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.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-server-dev-9.2
Source: postgresql-9.2
Version: 9.2.24-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3323
Depends: libc6 (>= 2.38), 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.24-13.pgdg+1_arm64.deb
Size: 576436
SHA256: 5f6035f67b7fa39f4b593fafa582d24eb8856ec75184286421615174c2ff7007
SHA1: 7364471362af3ff74891a43779f6adaa1028844a
MD5sum: 3b7533cc6d87a02a073ba37790ab3e1e
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.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-server-dev-9.3
Source: postgresql-9.3
Version: 9.3.25-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3560
Depends: libc6 (>= 2.38), 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.25-12.pgdg+1_arm64.deb
Size: 619824
SHA256: 160bba1d4f35de30d251a12e8f3f7eb1dd5c5e75f514d0998ac9b3a1ca80e399
SHA1: 51643eaa56e80b27f6dc788734f2e8c542f7b165
MD5sum: b58c52cf718af87abdff511ac5e7c6f4
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.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-server-dev-9.4
Source: postgresql-9.4
Version: 9.4.26-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3560
Depends: libpq-dev (>= 9.4~), postgresql-client-9.4 (= 9.4.26-11.pgdg+1), 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.26-11.pgdg+1_arm64.deb
Size: 616900
SHA256: 11b1ba7d7c5a15fa287e0ec2743d578641b638139a0dc289acd0c4e1ca69126f
SHA1: dd9e98375d3abd6af18bc354130ae564f86f11b8
MD5sum: 80f362bdb97dae54f143b825ee54ddd4
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.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-server-dev-9.5
Source: postgresql-9.5
Version: 9.5.25-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4079
Depends: libpq-dev (>= 9.5~~), postgresql-client-9.5 (= 9.5.25-9.pgdg+1), 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.25-9.pgdg+1_arm64.deb
Size: 712852
SHA256: 1afcb8c8159b448eab055e1bbb3dc344b0481fa5c611447e76dcebafd667d34c
SHA1: ac50e4fc572640629f3ad9220ccd705185c99dca
MD5sum: ff06fdc459e3b5d99a315464fd331635
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.
Timestamp: 2024-07-29 17:38:38+00

Package: postgresql-server-dev-9.6
Source: postgresql-9.6
Version: 9.6.24-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4422
Depends: libpq-dev (>= 9.6~~), postgresql-client-9.6 (= 9.6.24-8.pgdg+1), postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-9.6/postgresql-server-dev-9.6_9.6.24-8.pgdg+1_arm64.deb
Size: 781752
SHA256: 95b7d656f109942fe7591580ad6dcaa5547232329bd4715cdda35fa7e4c1bf71
SHA1: 20b5a2595f73223d3cb701f9b96f772863539b54
MD5sum: 89c5ef2b3120b22942d7be87c1931b50
Description: development files for PostgreSQL 9.6 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.
Timestamp: 2024-07-29 17:38:38+00

Package: libecpg-compat3-dbgsym
Source: postgresql-10
Version: 10.23-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 10.23-4.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-compat3-dbgsym_10.23-4.pgdg+1_arm64.deb
Size: 16900
SHA256: faa038fa03d4b04a2e3381a4b3d34473eaa170fe60186b5bea8dead233da33a6
SHA1: c1150c5478dc30067ba5d36bf8f320beb5dde9c3
MD5sum: 72c6150aa86cedcfa8bae5b1ee22cfc9
Description: debug symbols for libecpg-compat3
Build-Ids: b939af51a23012ffbc133783ba1d53823a4178bd
Timestamp: 2024-07-30 08:01:15+00

Package: libecpg-compat3
Source: postgresql-10
Version: 10.23-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg-compat3_10.23-4.pgdg+1_arm64.deb
Size: 18704
SHA256: 11bb01ccf1d501b6b386e3e0b3ec7ab0229a7ba4c19dc19855dcc4882947714e
SHA1: 2cee5ad36f28c0ccbe1362198b96fe2130571c50
MD5sum: 163279ef966751fdbb72562e9649475e
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.
Timestamp: 2024-07-30 08:01:15+00

Package: libecpg-dev
Source: postgresql-10
Version: 10.23-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1248
Depends: libecpg-compat3 (= 10.23-4.pgdg+1), libecpg6 (= 10.23-4.pgdg+1), libpgtypes3 (= 10.23-4.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libecpg-dev_10.23-4.pgdg+1_arm64.deb
Size: 223600
SHA256: 7d823cc9930b409d70721e239648a5dc974b785aaff5c7ff71f33bd60dab29f5
SHA1: d628e190ab920eda87c108972d431a0c31125083
MD5sum: a4c9a095ae407211aef61769621aefec
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).
Timestamp: 2024-07-30 08:01:15+00

Package: libecpg-dev-dbgsym
Source: postgresql-10
Version: 10.23-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libecpg-dev (= 10.23-4.pgdg+1)
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-dev-dbgsym_10.23-4.pgdg+1_arm64.deb
Size: 228148
SHA256: 44d03c0d371c0df749b95ca617a9c1e733ab514efd844c15a47b9cae3c08c592
SHA1: f97ce311edaef7351fd5b699b844efb40b10d2bf
MD5sum: 68c8784547a71833626a06c5fa8ec8d4
Description: debug symbols for libecpg-dev
Build-Ids: b5c5cc019918fdf9282a2a9d888139525f7c7be3
Timestamp: 2024-07-30 08:01:15+00

Package: libecpg6
Source: postgresql-10
Version: 10.23-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 461
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg6_10.23-4.pgdg+1_arm64.deb
Size: 83044
SHA256: 2e339125b8d6d3f283caa9c29a4ef09cae505e4ccaf4420cc989060d91208e30
SHA1: 9a87eb1f2906125e8ddfb7da337b77c4f9e36036
MD5sum: 723740cf5bab8b5967f8bea47705d70a
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.
Timestamp: 2024-07-30 08:01:15+00

Package: libecpg6-dbgsym
Source: postgresql-10
Version: 10.23-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libecpg6 (= 10.23-4.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg6-dbgsym_10.23-4.pgdg+1_arm64.deb
Size: 92892
SHA256: 98b820226c3298931d5ba90d340ca21804835bee82d386b5df41ef84e59524b8
SHA1: 0658a6017f23a0aead59504c68929b2eb14469a8
MD5sum: 8ebab7370a20b5470543572f65705fba
Description: debug symbols for libecpg6
Build-Ids: a0d78e40595337132f273047e130127aa9465ef4
Timestamp: 2024-07-30 08:01:15+00

Package: libpgtypes3
Source: postgresql-10
Version: 10.23-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpgtypes3_10.23-4.pgdg+1_arm64.deb
Size: 39040
SHA256: e36778d28c2c9e3c37bf105b7129996a1f6375464a6913a4b7600845b321808d
SHA1: ed3fe69a0cf82f85bef5bbbab56f657fa8954381
MD5sum: ba3160ef5c852bbd1c14b1093d5f2fee
Description: shared library libpgtypes for PostgreSQL 10
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-07-30 08:01:15+00

Package: libpgtypes3-dbgsym
Source: postgresql-10
Version: 10.23-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: libpgtypes3 (= 10.23-4.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpgtypes3-dbgsym_10.23-4.pgdg+1_arm64.deb
Size: 70064
SHA256: f7198ab997c2348d1a5e37da0afc34c93f5b16ca379ef731f160cd18e2c32f28
SHA1: c9281abb3cadda77193e410df6c2d6e1d5976b1e
MD5sum: 524bf073f62c149e2c60b0837e314b46
Description: debug symbols for libpgtypes3
Build-Ids: 95be0d675b9b4df312b216c460f3a2baf3fbe4ba
Timestamp: 2024-07-30 08:01:15+00

Package: libpq-dev
Source: postgresql-10
Version: 10.23-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 691
Depends: libpq5 (= 10.23-4.pgdg+1)
Suggests: postgresql-doc-10
Breaks: postgresql-server-dev-10 (<< 10.1-2~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libpq-dev_10.23-4.pgdg+1_arm64.deb
Size: 161376
SHA256: b32d3596dacb9244f3e6355e8f53795f6ca5c478b77c41376358dcae9396e54c
SHA1: c2be8eb32fc280f1a474ae84c69560fe442d8319
MD5sum: 9c276bd9bff195611caecc55db01f1b9
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.
Timestamp: 2024-07-30 08:01:15+00

Package: libpq5
Source: postgresql-10
Version: 10.23-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 774
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpq5_10.23-4.pgdg+1_arm64.deb
Size: 164300
SHA256: f2f34a9b1e714c6cc36a1eaf550eb6082258b7930e3c14649ff34af82a5faf9f
SHA1: b211f493ba34f5522102d844dfe2025dec2e3ffa
MD5sum: d089443b888434cdf9bf31965b8025d6
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.
Timestamp: 2024-07-30 08:01:15+00

Package: libpq5-dbgsym
Source: postgresql-10
Version: 10.23-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 261
Depends: libpq5 (= 10.23-4.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpq5-dbgsym_10.23-4.pgdg+1_arm64.deb
Size: 230188
SHA256: 362f4bc879a0401d90960a71454a6e9942ea47d71fe2fa59fb3e7faa3ad80521
SHA1: a6568ebf5ad55c6d05a62535a99f5b28ef8a1294
MD5sum: 6beea9daca62b70dfe5dff6fbdfeddc7
Description: debug symbols for libpq5
Build-Ids: b8dbfaebd810f25b2ea790de8e8a2b998455d1c5
Timestamp: 2024-07-30 08:01:15+00

Package: postgresql-10
Version: 10.23-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28504
Depends: locales | locales-all, postgresql-client-10, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.0.0), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-10
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-10_10.23-4.pgdg+1_arm64.deb
Size: 5067412
SHA256: 142b3e9f4614c2d2506723ac1d3e799354b4e76296911e470dcf98b064a1f421
SHA1: 8c91f68cdd2f80842321b556246573ebf686f2f6
MD5sum: 57376bfcd73c919b0d819af686c569f4
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 10.
Postgresql-Catversion: 201707211
Timestamp: 2024-07-30 08:01:14+00

Package: postgresql-10-dbgsym
Source: postgresql-10
Version: 10.23-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13633
Depends: postgresql-10 (= 10.23-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-10-dbgsym_10.23-4.pgdg+1_arm64.deb
Size: 12120748
SHA256: bf0f4d0ecc744f16ab9e0af51b4a5c6a5d0dd2d2024c6f90b07dd0c1adba3c5d
SHA1: e3de6e832d02fa9396a2e12dd7cd2492dcaa78e3
MD5sum: 1a1d987c7bbbdb1e480793682d4089de
Description: debug symbols for postgresql-10
Build-Ids: 002c1ca5c5d150c76ca9af3af2db01884fc0bac3 039e9356ac550f1dd2e71d95500cd8cba416443b 05fd287d10584a0ed02d867a1c8de2c73b24bcc1 078e00b50b31d40fb86abe5e656c65bca70fe7c6 0d01baaaf44026965782e5254a5d6694dbd637ab 0d131b17432fb5aaa14fe943d17ce381430cc548 0f5644191aba462c56b17548511a79c593f41ca2 10c5f0082e0d597fcf09e99f94a8f307504da34b 145f6b9f44b7ef007e9185fb94ddb0055a898fef 1483f8842fd4e3c71f0dcce6f1519a5f12dd98df 14d86001c85d694d8c89970d7ea7fb6688d63645 15f88a80886fd113e1b54bdd6d65795831d13360 177edbb7fc3a4f6ec23403fe6a134877bab413ae 1ac974d81db3c74c6415edcc7823d6ef56f6dc6b 1b8b9d8151d152918216c6d4bcaedf6f03d11139 1d2881230eca1468dcd8a5ca5b9a69f6f84d3c5a 1e5bcba49d6f198367b313d3bcb7aefc862b6664 276688fcb8762617d7c2a6a9e7ae2cba46756976 2c7ad56c7094760268f2fef4c49b754adb08d5dd 2cd97f82c12e59442a58a70b7818b5006209f972 2cfe9fcbb02b8befa36ebadfe5e0ca7902c8897f 2dc4ef5b1c6bf31f2c888594cc060a9d337495ec 2e1007072a635770d6b2233f24cc1643a945d2d2 2ff99a8d6889acfe67379fcdbb4f2b6f528ae78d 36c1738477396fac1b8e34e6a5c58629825843af 37cef7586d19024addd967e480f779a8719f81b2 41ed9da8576c8f7167680f156e13b3972f217ac6 4384c04df4a87145ac514e552ed95551242dfeea 48f4b1ca92c8b7301086e5074c37ed48e8a3afe3 4f9555266caf96850022c507eedac565e10f8aa9 506a16d18d339b79a98d836071fe7241094d925d 52fabff0b215fc02763e1c9e116763db294837aa 577d2cc3e6f8b0cfd15406f64de5f155bfdb23b4 631f2fe4a97d7af06465b0af4981891020eb58cb 6385eea7f26926883b9cae74d5f5d0f66b0d2bc2 66f1cb552146b5215ce5ed50526f574276162294 693c63c72596c470cb665b24846bd2de6168a3df 6ce3aee714b3438304972032142c14d19d80d6ed 6ef4c1b71936a2f264e82a96c81ef4bee572baf2 71ace8d6eca7cbf7d0110ed63a6bfdea4d8e2714 743c21149fcb1332e7e3ef591db8e9ca4d924626 77d593e1abcf76b7562452f13ecb7b1e47abba8c 78dccaf6acd199080f7f556e049eba25c5ef3a03 79779058336ca06bcff2a5a0842f4add617c0a32 7fad1d6bf045fb61b2148457e23638177b5e3a1f 84051b351ecfa001460dbdb8507550dbc88a5ebc 845f22ecd6ef6e14e74dc1eb3f946524e422f680 86fbe3aad668ee2c3f71edff992c4d6493cd1256 898e7dc315ce250c3146a7b5e094ee7d58f81743 89b7bbe1c20525420a71ac07bfbe5eaaa3f16a97 8af9185c676d65fdd91b8cc63ce165bcff9ec098 8d569ef6f229370e4440c305d339dd573a11fddf 8d81632c580927193a9c7148c586beaf014322c8 9903c772349e6263e8a4c21a193e805acbfbffd4 a28624088575799d26a403fa88dd99024cac942a a6e591f3bd5f84050c6cdd900fc9fe1df9fb1754 a8df13813ec3936ae370f4d35a04d95292d75403 a951aa113e6fa0ac934862699a78e38be6822831 af9f911cad4b0471e1453fffac4a7bcf2f5dc912 b0a82ac2baa3e02eca643dafa092c23a83474f5e b23783bbd59c12b98890951ead9d83a310f15cdb b275b78d841ff3d9da5eb265ce1a644b4204f052 b5564f965a6fe3807e1f2e6c99decd6cd824e5c6 b7512a38a69df8b35237fb1769f89ab26f5c7e91 b9d2e198693f438aff4442ddac3ce3b48dc18bdb bc23dc02b5f89647add3afa2d6d5fb1d16920574 bed58db523cea9e3b4f2ad764d6819868cd38ce7 bef58d40147b568581390a3853590716e8627413 bfc067d2bd0998090f752594f3e3e0febaac4fb5 c1e7fcf76c468c8fe2a69da58c16f99d4f8440e6 c2c18fb17b4615cc074ec2998868478a169d208b c6c10e0394e97b63f02bb5c52ecf7a9453a002e6 c79323e1bdb36591d5855bcb7f7f710068fb36f4 cc3286a25c594e2575a4e35ec4df7ebca7193004 cd17a1e2ccc1c7103ec8c08b02dacf7eb5d23e4a cdf2a9373cb354a2cd7125b7be2e1c4952635662 d270533abc786f10ddab099f0fdc1fc29f061e86 dbfbb90d436564afc1020ef845e2eb5f1c463ca2 dc5759c842864de982413d6ca28ba2a2b2967fe6 de71f68ce70b27a13d3a8c91d30efc6a4772cde2 e214b0e9e870b9b279d905d974a411425d6fd7b8 e3a83eb1638b0059cde319d84944e4955f174d7c e57ffea0e4416d74f1693f02df29cefafbcfb2fe e6af39f433b72946a3a6098974cd578ea16e385a e70f5895d85810cd503e2188b2eee0282dfe2c27 e8d40ffc54aff4280e6829f07afc23f187e127fe e9ddf21925795109deb12d16b194a83ee8448e68 eae5b244bce19ebd647cdbf513a148c68f81509c f0e268f6f272f53ca6be0bca19b2d93a0f21448d f1c9c14713251310dd4bb60b51eb012b3d8e37a7 f4ec3290b9f0b0386869cdbf6b29255240dca2a9 f7b487cf56931de68dde3c63b1faddd8c245a87f f9708eb09b72f609fe2aaa64bfb26931b79bce01 fbe844b07dc6cacc956df47e20f86d3f2a70de66
Postgresql-Catversion: 201707211
Timestamp: 2024-07-30 08:01:14+00

Package: postgresql-12-pgvector
Source: pgvector
Version: 0.7.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 741
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-12-pgvector_0.7.3-1.pgdg+1_arm64.deb
Size: 275836
SHA256: 54710281ea49dc4da21ed7eef1dd8e2fcadfcb515623cb6ef0d4048a9f23efcc
SHA1: 9ae70a064387d9450f54724fd0eb472e46e4e61f
MD5sum: 8220f6cb817dbf5edfcd903b8d16c5b1
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-07-30 08:01:14+00

Package: postgresql-12-pgvector-dbgsym
Source: pgvector
Version: 0.7.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 309
Depends: postgresql-12-pgvector (= 0.7.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-12-pgvector-dbgsym_0.7.3-1.pgdg+1_arm64.deb
Size: 276404
SHA256: 6da0b278136a2d757d89a536cb62c71a026e5c2a29b5ad67410911d6a5046c2a
SHA1: 106fe9214caf0ac4ab63ac278ead851e9027b1a3
MD5sum: b876b50789cd7f0c404ecda92d16dd20
Description: debug symbols for postgresql-12-pgvector
Build-Ids: f765ca204813b37ee5c7600fdce53a0217a2dc0c
Timestamp: 2024-07-30 08:01:14+00

Package: postgresql-13-pgvector
Source: pgvector
Version: 0.7.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 734
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-13-pgvector_0.7.3-1.pgdg+1_arm64.deb
Size: 272964
SHA256: 3df1ff16adfafa899fca04d47f22aa1b82c412e5ec0861d2cd49d5c73d71bf55
SHA1: e2338ff876827014e553de03443c7d5343e7eabe
MD5sum: e59eefd62b7da25f22cfee51ff0e9d6b
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-07-30 08:01:14+00

Package: postgresql-13-pgvector-dbgsym
Source: pgvector
Version: 0.7.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 314
Depends: postgresql-13-pgvector (= 0.7.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-13-pgvector-dbgsym_0.7.3-1.pgdg+1_arm64.deb
Size: 281084
SHA256: 5398975f898ca0cf02b9cfa6bf322d9e1370181b65abeac973687dddcff173ea
SHA1: 2dd84455c32fd2db3a7ddbf0fb3b01c077aeb226
MD5sum: effc45634b1a25ae900d420bb68c5360
Description: debug symbols for postgresql-13-pgvector
Build-Ids: da0ab8b978efbffdf54a7fa84b65109c784deb90
Timestamp: 2024-07-30 08:01:14+00

Package: postgresql-14-pgvector
Source: pgvector
Version: 0.7.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 742
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-14-pgvector_0.7.3-1.pgdg+1_arm64.deb
Size: 275368
SHA256: 8aabf23fb2d3680607f5bf2ff78a2b1581dad1b027069fa6e3c48cd03c9d6ef2
SHA1: c30a65416e953ccc42938243dfedb777b7458ca3
MD5sum: 57c9dc31ef2c8e6cf0e1454524ecb563
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-07-30 08:01:14+00

Package: postgresql-14-pgvector-dbgsym
Source: pgvector
Version: 0.7.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 317
Depends: postgresql-14-pgvector (= 0.7.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-14-pgvector-dbgsym_0.7.3-1.pgdg+1_arm64.deb
Size: 284876
SHA256: 36e72c53fbdb38ec0435f7356f450b33e7af98fef9cd146b16c1adc6370a949c
SHA1: d1f3a1c914e1f8a25aa13c75c38073d8de0e6463
MD5sum: f8c154e800b1a43328fdac9778be6e68
Description: debug symbols for postgresql-14-pgvector
Build-Ids: d7b7937f1d690a5da728d2877f54bcb61f41a5ed
Timestamp: 2024-07-30 08:01:14+00

Package: postgresql-15-pgvector
Source: pgvector
Version: 0.7.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 741
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-15-pgvector_0.7.3-1.pgdg+1_arm64.deb
Size: 276292
SHA256: 0dcf8e24e9f7341c0a4d5acd63ba275405d557b486378c697c2e891fa90c7dff
SHA1: 81c434d9c270a861f4abb20da50dac4990ed0fc0
MD5sum: 78e14c2e0d5f92226b9ce939e4dcdbb8
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-07-30 08:01:14+00

Package: postgresql-15-pgvector-dbgsym
Source: pgvector
Version: 0.7.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 319
Depends: postgresql-15-pgvector (= 0.7.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-15-pgvector-dbgsym_0.7.3-1.pgdg+1_arm64.deb
Size: 286384
SHA256: 9aa3ef3e03cb502df2f21fed4d3d113e05a3c4d16137f7522699650411218659
SHA1: 4ed3305c78fcd22bb0aedd1ddb52a26b1f445c03
MD5sum: 5870d77bcaa4ce9654aab78287fe6e87
Description: debug symbols for postgresql-15-pgvector
Build-Ids: ca6a824e7ce808ed5cab4449fef848db8c2693d3
Timestamp: 2024-07-30 08:01:14+00

Package: postgresql-16-pgvector
Source: pgvector
Version: 0.7.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 739
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-16-pgvector_0.7.3-1.pgdg+1_arm64.deb
Size: 272660
SHA256: a1be06c06de75272d6cfebfe290980cd35a86d04922bddb9e895fcdec4cb001b
SHA1: 2b2f494d6b9bc6296bcd76ea4e2cac94f9157b55
MD5sum: 567f2f2daf8dc70a4238e74a410a939a
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-07-30 08:01:14+00

Package: postgresql-16-pgvector-dbgsym
Source: pgvector
Version: 0.7.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 348
Depends: postgresql-16-pgvector (= 0.7.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-16-pgvector-dbgsym_0.7.3-1.pgdg+1_arm64.deb
Size: 315628
SHA256: 79b96e82f1b8d3a33d999c351a993cced665266e675dfdf4f441782dc728dee6
SHA1: 99ffac02c974b7fcd5fc3a22d64a7740fe57b434
MD5sum: 30aa5f69dea89928fb37c91504b819a8
Description: debug symbols for postgresql-16-pgvector
Build-Ids: 526d65e21643ee8c7947aa924e21bcab35e9d040
Timestamp: 2024-07-30 08:01:14+00

Package: postgresql-17-pgvector
Source: pgvector
Version: 0.7.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 756
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-17-pgvector_0.7.3-1.pgdg+1_arm64.deb
Size: 282016
SHA256: b9b53de8c1f78da1a6464465c209e6afd61488fcd11cb7a2a0d967114bf1ad97
SHA1: d4077c45b0fadd9956a570871ad305c46d51ac69
MD5sum: 1db7f6d7d47c1aa4644c5beccaf0555e
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-07-30 08:01:14+00

Package: postgresql-17-pgvector-dbgsym
Source: pgvector
Version: 0.7.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 369
Depends: postgresql-17-pgvector (= 0.7.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-17-pgvector-dbgsym_0.7.3-1.pgdg+1_arm64.deb
Size: 331720
SHA256: 7b6071561f93356146b25ab669ef2165ea213f0d9c2818505b099e6e517ccba8
SHA1: c834ce2fa0cc9cb511a0b7c3ddae60f0b73ef835
MD5sum: a9fe8d476d4549d6d263aa0f9ee4536e
Description: debug symbols for postgresql-17-pgvector
Build-Ids: adc89ed391ba8ff99b7f4f8e17a2097746c0c00c
Timestamp: 2024-07-30 08:01:14+00

Package: postgresql-client-10
Source: postgresql-10
Version: 10.23-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6999
Depends: libpq5 (>= 10.23), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-10, postgresql-doc-10
Conflicts: postgresql-server-dev-10 (<< 10.11-2~)
Replaces: postgresql-server-dev-10
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-client-10_10.23-4.pgdg+1_arm64.deb
Size: 1420368
SHA256: 7846c14a6f0e623828e38fec0c115ca9b99cdbf810e5d0d18941fa13527b5535
SHA1: c53473bcc7f56d12c744380639eff00cf5b0783a
MD5sum: aaeaf531d0ae581ed9bf7d862836bd18
Description: front-end programs for PostgreSQL 10
 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 10. If you install
 PostgreSQL 10 on a standalone machine, you need the server package
 postgresql-10, 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.
Timestamp: 2024-07-30 08:01:14+00

Package: postgresql-client-10-dbgsym
Source: postgresql-10
Version: 10.23-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1998
Depends: postgresql-client-10 (= 10.23-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-client-10-dbgsym_10.23-4.pgdg+1_arm64.deb
Size: 1684204
SHA256: 20817dcbbc441ac6aff1a809b12fe1836bf1bae19bcd5e6b0d4504373f64db48
SHA1: 796505c66f12734a4466641ee48bf744acc6f4ea
MD5sum: ad45693b281da04293b78c1350913ccb
Description: debug symbols for postgresql-client-10
Build-Ids: 06a7b802201c678620bb4fa7e1469cc1a4c67fba 0a3d3cd9f3b5504b54152efc8425c9bedc7d43e1 0c7ada81b0b0fa56e49b9108f7abe61216b95655 3203b1f96e3c575f92219665b508d82a0c918bfe 4260a5579c09fa2613576e335ef3ec8d92c32316 43983d6e48ad66f9e9a8c6a2757ed88c265e28d7 46b8e4b0edb7d4d70586e6ac7a082bc997851f15 4efe886d69dfeb604095291394b81f84ad76152b 904391cd4799be2bb491f0b154d6d1c4c69b1c68 947f186ebcf6ecfda38aef89417b5b76c3a58bfe 959c2f212a1c86019d98fa5bcbc390090b08dff6 a3420dbfd172265179133921aa287a4993860152 b4994a65456fc95303bd16b7dd9d22c22b0d13dc b762d63950bcfc4a51910258410032c83e087ddf c2c4ab2e26cd1da178d3eb25e8da1f4914bd77b5 c4c60b0dd222c1f3e00ea99e8e11a3560c2e6b8e e2fb13a3a18dbf626814820888bc2712392dfa0e
Timestamp: 2024-07-30 08:01:14+00

Package: postgresql-doc-10
Source: postgresql-10
Version: 10.23-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14158
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-10/postgresql-doc-10_10.23-4.pgdg+1_all.deb
Size: 1826708
SHA256: 7ddf37ef53e05351260f3a36a839ce6ad4a765165f2a4936b35c2de414e39f3e
SHA1: 9b6d66e1385c085015e74a78bb9324bb39dfb34f
MD5sum: 478af7eb375ce3146d652f0a13425d14
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 10. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-07-30 08:01:14+00

Package: postgresql-plperl-10
Source: postgresql-10
Version: 10.23-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 357
Depends: perl, postgresql-10 (= 10.23-4.pgdg+1), libc6 (>= 2.34), libperl5.38t64 (>= 5.38.2)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plperl-10_10.23-4.pgdg+1_arm64.deb
Size: 58172
SHA256: 2cca1aee60bd3e24463377a4f0ad467ec4bc6b01d44f299eee16e676b48e61f8
SHA1: b6d625945c926a1066c4c867cd7aaec8db13f086
MD5sum: bef5df220a72171ee2f9943d4b4e10fe
Description: PL/Perl procedural language for PostgreSQL 10
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Perl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-07-30 08:01:14+00

Package: postgresql-plperl-10-dbgsym
Source: postgresql-10
Version: 10.23-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-plperl-10 (= 10.23-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plperl-10-dbgsym_10.23-4.pgdg+1_arm64.deb
Size: 164384
SHA256: 52cb0439c087607625284d29b93bc3a6aebf5bae641ea7e84f06823edadc1aef
SHA1: e92d083d64722f962766198404e4fa0527e977ec
MD5sum: ddd8cf87b2965aacec105cd7e31413f5
Description: debug symbols for postgresql-plperl-10
Build-Ids: 2fb31e3af5df59bb3732d4162d1b02920f7c0dde 94d8f6e82d3549b090584cac11bba26b6f662b8b
Timestamp: 2024-07-30 08:01:14+00

Package: postgresql-plpython3-10
Source: postgresql-10
Version: 10.23-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 314
Depends: postgresql-10 (= 10.23-4.pgdg+1), libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10_10.23-4.pgdg+1_arm64.deb
Size: 54004
SHA256: d8a194184d4bc95adbd3c9597f6ce04a41e43cee8002f2f2823f231d76416ca6
SHA1: e624f4c5d8f12021f77e8b3e7a0b35d27335645e
MD5sum: e5420a81567db14025c71983d093ed7a
Description: PL/Python 3 procedural language for PostgreSQL 10
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Python 3.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-07-30 08:01:14+00

Package: postgresql-plpython3-10-dbgsym
Source: postgresql-10
Version: 10.23-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-plpython3-10 (= 10.23-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10-dbgsym_10.23-4.pgdg+1_arm64.deb
Size: 155024
SHA256: 3ac34a80597250cddf12b750a0ce2c1f31d8c1f6a53230f38d22a66ea1307036
SHA1: 7e025f368e068fe16c33f0bbbf3a148e9c186bb1
MD5sum: 2b3975988debf8257f10ccc13141637b
Description: debug symbols for postgresql-plpython3-10
Build-Ids: 3adc2ab7d51426669006f8ac119ab538d6656b38 8490a5b83d47f5a0078e4bfe30bf766932451622 adccf9717c865be44da593f50ab1e8de8a1c30ca
Timestamp: 2024-07-30 08:01:14+00

Package: postgresql-pltcl-10
Source: postgresql-10
Version: 10.23-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: postgresql-10 (= 10.23-4.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10_10.23-4.pgdg+1_arm64.deb
Size: 37136
SHA256: 1fae1fe2e7c0cf9e000861f197d069e5f4da0950d76cbf07a71d5795747a9f15
SHA1: fdce39790e9ec1596efc7424eee47c88a4edeb2a
MD5sum: 659e766c0e04f137764188b4c315b072
Description: PL/Tcl procedural language for PostgreSQL 10
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Tcl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-07-30 08:01:14+00

Package: postgresql-pltcl-10-dbgsym
Source: postgresql-10
Version: 10.23-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-pltcl-10 (= 10.23-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10-dbgsym_10.23-4.pgdg+1_arm64.deb
Size: 66448
SHA256: 150e31ff25eb2719a8e52d4e1e760fae7c644539d6944d30a54257dcddb8b72e
SHA1: 48443dcdc1e043d448f795e7864e29dcfd4c8678
MD5sum: f68df9ff61ddebb2b93bdfc6731d3a85
Description: debug symbols for postgresql-pltcl-10
Build-Ids: 7b993d0706a9895cb092d3d13078d983689b0044
Timestamp: 2024-07-30 08:01:14+00

Package: postgresql-server-dev-10
Source: postgresql-10
Version: 10.23-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5522
Depends: libpq-dev (>= 10~~), postgresql-client-10 (= 10.23-4.pgdg+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Replaces: libpq-dev
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-10/postgresql-server-dev-10_10.23-4.pgdg+1_arm64.deb
Size: 943804
SHA256: 2f1c1c3d6dc8496c085abbb21167eb58b567d4920514d86ad32942fb9fb936f2
SHA1: 7f543b5fa4e02ff612ba7da413da86da1fcffd89
MD5sum: 2ae1f25d1d657e578695640f62fd4b93
Description: development files for PostgreSQL 10 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.
Timestamp: 2024-07-30 08:01:14+00

Package: pgbouncer
Version: 1.23.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 637
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: postgresql-common (>= 26), libc6 (>= 2.38), libcares2 (>= 1.12), libevent-2.1-7t64 (>= 2.1.8-stable), libpam0g (>= 0.99.7.1), libssl3t64 (>= 3.0.0), libsystemd0
Suggests: python3, python3-psycopg2
Enhances: postgresql (>= 7.4)
Homepage: https://www.pgbouncer.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbouncer/pgbouncer_1.23.1-1.pgdg+1_arm64.deb
Size: 231132
SHA256: 01d6acc56cc98ccbab6341d30546d14b15ac3b4a8db17e0a35a8d98f67f897e6
SHA1: 9e493eb9be4e8a9ee81987c44fddb8d055e0ed75
MD5sum: 4d4ff4ab5a34293d7f53cea44195e56c
Description: lightweight connection pooler for PostgreSQL
 PgBouncer is a lightweight connection pooler for PostgreSQL providing the
 following features:
 .
  * Several different methods of pooling 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.
Timestamp: 2024-08-07 14:52:20+00

Package: pgbouncer-dbgsym
Source: pgbouncer
Version: 1.23.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 615
Depends: pgbouncer (= 1.23.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbouncer/pgbouncer-dbgsym_1.23.1-1.pgdg+1_arm64.deb
Size: 561420
SHA256: 122aaafea3354b7936aa70678d634d6835d7ea92b481307fff3a838b29062d8f
SHA1: 4fee4a35a11b1b24024e1292416c1f9ead2ee7d8
MD5sum: b6e164c3d569a616f85916a30d3fa071
Description: debug symbols for pgbouncer
Build-Ids: 9cd650fb000cb428b6c8228c3d902f35e6bb6c40
Timestamp: 2024-08-07 14:52:20+00

Package: pgcopydb
Version: 0.17-1.pgdg+1
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 2011
Depends: postgresql-client, libc6 (>= 2.38), libgc1 (>= 1:7.2d), libpq5 (>= 14~~)
Homepage: https://github.com/dimitri/pgcopydb
Priority: optional
Section: database
Filename: pool/main/p/pgcopydb/pgcopydb_0.17-1.pgdg+1_arm64.deb
Size: 740280
SHA256: 82373e0541265aa6bf0c9efcc9492a51824c42fe7a413055d305fc50ed863d3a
SHA1: c9073e52fc3f1882cd2858ae17efc8802a8244e7
MD5sum: 11ab703200ecc113c2f74515659eee1b
Description: Copy an entire PostgreSQL database from source to target
 This tool copies an entire PostgreSQL database from source to target. It
 implements `pg_dump | pg_restore` on steroids, including advanced concurrency
 tricks to make the operation faster.
Timestamp: 2024-08-07 14:52:20+00

Package: pgcopydb-dbgsym
Source: pgcopydb
Version: 0.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 2466
Depends: pgcopydb (= 0.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgcopydb/pgcopydb-dbgsym_0.17-1.pgdg+1_arm64.deb
Size: 2398848
SHA256: 86936a8e9df200d831879b82160465829c9362d7390ee78437b11d1d97cdf1bd
SHA1: 83b3b7a824e80473fc6ff9745ce4716728572350
MD5sum: 17a5311f51e410b9985bcaf72a82f43a
Description: debug symbols for pgcopydb
Build-Ids: ecce8f72edea07ce1117a09dc8ebf6d10ab1ef0f
Timestamp: 2024-08-07 14:52:20+00

Package: postgresql-14-timescaledb
Source: timescaledb
Version: 2.16.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11314
Depends: postgresql-14, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-14-timescaledb_2.16.1+dfsg-1.pgdg+1_arm64.deb
Size: 353176
SHA256: 5e901252d1bad4398378738dc926cf089f52fd8a2f589e013c042d1efeefad7f
SHA1: caef621526e77f03eaa628f47b58e60c0ed4a0e5
MD5sum: 414230abe6a4835ff5793943702bac44
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2024-08-07 14:52:20+00

Package: postgresql-14-timescaledb-dbgsym
Source: timescaledb
Version: 2.16.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1217
Depends: postgresql-14-timescaledb (= 2.16.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-14-timescaledb-dbgsym_2.16.1+dfsg-1.pgdg+1_arm64.deb
Size: 1098980
SHA256: 35d5301bff0b5e03ac80dc2a8b01f96e0165767c92629d4848829ae4ce29dca9
SHA1: 5d82834a574fbaff69b219fb74649ea01d944a88
MD5sum: 33d780e49ca504054c37c493a073355d
Description: debug symbols for postgresql-14-timescaledb
Build-Ids: 6d897f47b237cfb71b9e32793a6e2d9ee755d4ce 763d98cbb13056b284a57a0364af416267fe62a6
Timestamp: 2024-08-07 14:52:20+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.16.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11314
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.16.1+dfsg-1.pgdg+1_arm64.deb
Size: 356496
SHA256: 28affd02312071adcda5639f67bc8078097146effd5de2ea07834f03442c1b4e
SHA1: 385bb0c2e7dd696358e75be91ec022fcbc5ac331
MD5sum: 27edd73db240551e0fed117aa4cb108e
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2024-08-07 14:52:20+00

Package: postgresql-15-timescaledb-dbgsym
Source: timescaledb
Version: 2.16.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1203
Depends: postgresql-15-timescaledb (= 2.16.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.16.1+dfsg-1.pgdg+1_arm64.deb
Size: 1085884
SHA256: e4a2a6d58ee8b5cf9e88af8e8f18499b17599f30139a50848288d2e3fcc4e8b2
SHA1: 0eaf0599aea8dcfbd023ee54ad2cded67fbd95ab
MD5sum: 207afbda24c6764116aceff873412e18
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: 6183bfbc78dfcbebae5165353a29f81865076d6a 92830b9574fe97c42cdbeb3a67a577f678d0268d
Timestamp: 2024-08-07 14:52:20+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.16.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11314
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.16.1+dfsg-1.pgdg+1_arm64.deb
Size: 355844
SHA256: 93c61f644bc97406c4a27d97bea9e891616d612484d5d6ff3799a1cfdfef1389
SHA1: 8c310abe371796143d36568972bd4832bfdca53a
MD5sum: 74f777f5281e1a539a9d3bb8742fcc16
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2024-08-07 14:52:20+00

Package: postgresql-16-timescaledb-dbgsym
Source: timescaledb
Version: 2.16.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1255
Depends: postgresql-16-timescaledb (= 2.16.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.16.1+dfsg-1.pgdg+1_arm64.deb
Size: 1139364
SHA256: 0d64e558fa2489a15cfb1191df9cc4f4af61ca97ea7f3ecdebd51de4bddb3c3b
SHA1: b5397d8f2f93e01db60849d59a8d279ac2ac8ab8
MD5sum: 4e06078972ff7de942bb922abfe41b2f
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: 59d1d51a1b747d24057ff804f8e8725e5401f937 f1db9ef636c7fa8d79cbf92cb0f6f291417c8a52
Timestamp: 2024-08-07 14:52:20+00

Package: postgresql-17-hll
Source: postgresql-hll
Version: 2.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 216
Depends: libc6 (>= 2.38), postgresql-17, postgresql-17-jit-llvm (>= 16)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-17-hll_2.18-1.pgdg+1_arm64.deb
Size: 84648
SHA256: 09be2abb0f328d9b225cc9983f359f3216191016b0e17318feb9a8dee913dd63
SHA1: 64950e242d86df2d506720f6c554fda117f18c6c
MD5sum: 3a4da66fefae4e0ecb2d84609f4522cb
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2024-08-07 14:52:20+00

Package: postgresql-17-hll-dbgsym
Source: postgresql-hll
Version: 2.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-17-hll (= 2.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-17-hll-dbgsym_2.18-1.pgdg+1_arm64.deb
Size: 102452
SHA256: 9850d35b928c96090a9da1d3ad6f2beaf674080642a2ee8f80da8752ca445ad4
SHA1: 3ce9809171960d43b10d6d1a7820bfa2617c74f0
MD5sum: ab9b58b10d731d99da83ca3b67614aa5
Description: debug symbols for postgresql-17-hll
Build-Ids: 5815326018b8b257e80a8d3d8536ad7220169ba3
Timestamp: 2024-08-07 14:52:20+00

Package: postgresql-17-pgmp
Source: postgresql-pgmp
Version: 1.0.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 420
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38), libgmp10 (>= 2:6.3.0+dfsg)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-17-pgmp_1.0.5-2.pgdg+1_arm64.deb
Size: 108712
SHA256: dba8a1f867505183b9b5d001776b6ce26559cda29d4e1679e01bc45ba873ce33
SHA1: 25c6139a2cc13e87bc58eddbbaceee2320a671f6
MD5sum: cf496d6bbc83229d0602da420cb5306a
Description: arbitrary precision integers and rationals for PostgreSQL 17
 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.
Timestamp: 2024-08-07 14:52:20+00

Package: postgresql-17-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-17-pgmp (= 1.0.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-17-pgmp-dbgsym_1.0.5-2.pgdg+1_arm64.deb
Size: 77152
SHA256: 5d3b44ada111dc988e998a107821f6d3a8c15458c480d20938d121687a23ab5b
SHA1: 99bd904c286f0ed758d0bef07e58ccc9cdd31372
MD5sum: 72f54d792745ed9b0b10c56fe3958384
Description: debug symbols for postgresql-17-pgmp
Build-Ids: fad49e17db294832e2e594231d98edb0b7b4e97c
Timestamp: 2024-08-07 14:52:20+00

Package: postgresql-17-pllua
Source: postgresql-pllua
Version: 1:2.0.12-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1050
Depends: postgresql-contrib-17, postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-17-pllua_2.0.12-2.pgdg+1_arm64.deb
Size: 398072
SHA256: 214f89f32d1c1bf762dfed115b09172398dc29d3e0035ea008e82a65fb8f0db9
SHA1: bfe9745a53e3a34baefef254c86060f867ad2650
MD5sum: 6c855a5de1ee852b1e5f440257216837
Description: Lua procedural language for PostgreSQL 17
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2024-08-07 14:52:20+00

Package: postgresql-17-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 399
Depends: postgresql-17-pllua (= 1:2.0.12-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-17-pllua-dbgsym_2.0.12-2.pgdg+1_arm64.deb
Size: 351432
SHA256: 36a3d32430023eb97ec2c891e1b70e21762fd136f9ee539c7463a346ebc02e4b
SHA1: 328aceafc0f956a2b4074a5872e4e7d8f36654b6
MD5sum: d804a899bb9d1a7dfd2a21ef3d1f9e38
Description: debug symbols for postgresql-17-pllua
Build-Ids: 575067002c4a27016f73c60b6b8acdbb2f727e16 78264db6668e3419265c02b75804138a899ef9a4
Timestamp: 2024-08-07 14:52:20+00

Package: postgresql-17-prefix
Source: prefix
Version: 1.2.10-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: libc6 (>= 2.17), postgresql-17, postgresql-17-jit-llvm (>= 16)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-17-prefix_1.2.10-2.pgdg+1_arm64.deb
Size: 44580
SHA256: 41f50f096ec30b88a359eea2fffece036024689b1ff0d8c7a29c08fccc1b850d
SHA1: 72cceb9750acf84708b5d88193b235a43bb29227
MD5sum: 022399c378f21563fcbfd326287fdb4c
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.
Timestamp: 2024-08-07 14:52:20+00

Package: postgresql-17-prefix-dbgsym
Source: prefix
Version: 1.2.10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-17-prefix (= 1.2.10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-17-prefix-dbgsym_1.2.10-2.pgdg+1_arm64.deb
Size: 49808
SHA256: 7fc49ff1c7eb82921c4c1cf76706eab48fe0360585564142f8e6965bd4dd5c85
SHA1: 35928e83e25e371b45893e05e3656209786a568f
MD5sum: e3dc021b63bd7df0ec6355a95e994ee3
Description: debug symbols for postgresql-17-prefix
Build-Ids: ce2be7afdc01468eafcac9341f11f2bf38d9e68a
Timestamp: 2024-08-07 14:52:20+00

Package: postgresql-17-preprepare
Source: preprepare
Version: 0.9-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.17), postgresql-17, postgresql-17-jit-llvm (>= 16)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-17-preprepare_0.9-8.pgdg+1_arm64.deb
Size: 17996
SHA256: 74f2ee03060c00420de174f0cfb7167fb9f69b387c24171a1b4cd0033f3e0ae6
SHA1: 45f630d0cc31bff3657f2911350a58d690be5181
MD5sum: f302b15ef344aa8ee96322b06d385d0e
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.
Timestamp: 2024-08-07 14:52:20+00

Package: postgresql-17-preprepare-dbgsym
Source: preprepare
Version: 0.9-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-17-preprepare (= 0.9-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-17-preprepare-dbgsym_0.9-8.pgdg+1_arm64.deb
Size: 17528
SHA256: 4ff1fdbb3f4df4f37d0af00b9b911c90abd36a3b740c50ab9307e10f9eed8ff6
SHA1: b564ecdd08724effc7d59d361328971ecc295924
MD5sum: 8c9b0d83b1c26dd9ddd330bde711f284
Description: debug symbols for postgresql-17-preprepare
Build-Ids: 7b502daec8051c10fad68c1322ef6fe7c14eb3e0
Timestamp: 2024-08-07 14:52:20+00

Package: postgresql-17-q3c
Source: postgresql-q3c
Version: 2.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3495
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-17-q3c_2.0.1-1.pgdg+1_arm64.deb
Size: 166200
SHA256: 4023ac0e5346df56cbf42238fe3cad07bc974038885a088974658c3875e7904e
SHA1: b43af2c2c9b89f80fec5aea802efdbb67c7c8de8
MD5sum: 0da721abc751972eeabe70502a31efc0
Description: PostgreSQL 17 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2024-08-07 14:52:20+00

Package: postgresql-17-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-17-q3c (= 2.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-17-q3c-dbgsym_2.0.1-1.pgdg+1_arm64.deb
Size: 102356
SHA256: a35b4b5bf842c76d25dbf2e682cb54d816535073913b229185dacdfd2c5808fb
SHA1: ace4d16ea8610bf4cb51d9926ccff585e8712b58
MD5sum: d8302b57da2a8bbbaa17317c36d5619e
Description: debug symbols for postgresql-17-q3c
Build-Ids: de92a1544568e1bec60687bcf9b8b604d0a9e131
Timestamp: 2024-08-07 14:52:20+00

Package: postgresql-17-slony1-2
Source: slony1-2
Version: 2.2.11-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-17, libc6 (>= 2.17)
Suggests: slony1-2-bin
Provides: postgresql-17-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-17-slony1-2_2.2.11-3.pgdg+1_arm64.deb
Size: 18160
SHA256: 3f910d927f984f9221a5d251b33b88846a338fcb48931b617f093e32dec7d49a
SHA1: d8252d7323064532b8720a37d44737eb37457b02
MD5sum: 4b683acdee9875da732f25df0b029fb1
Description: replication system for PostgreSQL: PostgreSQL 17 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
 17 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.
Timestamp: 2024-08-07 14:52:20+00

Package: postgresql-17-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.11-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-17-slony1-2 (= 2.2.11-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-17-slony1-2-dbgsym_2.2.11-3.pgdg+1_arm64.deb
Size: 72648
SHA256: acad16cde0f4c1a87c086c66a038d6828380ab79b049aa0ce807d81949c5f042
SHA1: 9da248c7e18c12d5852ba629226d83517a76eff9
MD5sum: 31e4869c485ef9c3201c81fc68eea78c
Description: debug symbols for postgresql-17-slony1-2
Build-Ids: 8faac1451580db852e286b62a0e7bc4d24e9c378
Timestamp: 2024-08-07 14:52:20+00

Package: postgresql-17-tablelog
Source: tablelog
Version: 0.6.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 170
Depends: libc6 (>= 2.38), postgresql-17, postgresql-17-jit-llvm (>= 16)
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-17-tablelog_0.6.4-2.pgdg+1_arm64.deb
Size: 52068
SHA256: ccdc63e704960f761bc36aed7c6f68d325f8863373b5afd1001d7d5115d7f82b
SHA1: 67da11f1c0d36cf9b468064434a5a1e7b43a8c13
MD5sum: 2f36027385a8bb94b8d51fd9c89e273c
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2024-08-07 14:52:20+00

Package: postgresql-17-tablelog-dbgsym
Source: tablelog
Version: 0.6.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-17-tablelog (= 0.6.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-17-tablelog-dbgsym_0.6.4-2.pgdg+1_arm64.deb
Size: 53904
SHA256: 27747a499fcd9a1c1207103cda1870ef5609ac83acb80b585bbfbe4859be3678
SHA1: 58545586939178d437ec595c2007a9b7728a7cc5
MD5sum: b00ae75ddd6169d587341ecc0e42c798
Description: debug symbols for postgresql-17-tablelog
Build-Ids: 570e04620a3a910ddc03be3f1ea80b68caf81964
Timestamp: 2024-08-07 14:52:20+00

Package: postgresql-17-toastinfo
Source: toastinfo
Version: 1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-17-toastinfo_1.5-1.pgdg+1_arm64.deb
Size: 13408
SHA256: be9c86a024a33957a3971340690369e2fe4f3305788d03a22780d2cc87b7e38d
SHA1: a91510e275cfa30ba50b7274e4b0e8bd0bde8c09
MD5sum: 3b913bca84783bdeadd8f258d3e8d601
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2024-08-07 14:52:20+00

Package: postgresql-17-toastinfo-dbgsym
Source: toastinfo
Version: 1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-17-toastinfo (= 1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-17-toastinfo-dbgsym_1.5-1.pgdg+1_arm64.deb
Size: 11832
SHA256: f60e55eea25cf009ce912936e6be25fee2de0cfb9176d2d79af74331af298635
SHA1: c86e7655870cd716cc38b6c1641d9c636345b7f5
MD5sum: 765e77328c3fb449ece3462db5e102c1
Description: debug symbols for postgresql-17-toastinfo
Build-Ids: 6e3bada46c7119867b4d6b8b90bb4bd98c0bf5ff
Timestamp: 2024-08-07 14:52:20+00

Package: postgresql-17-unit
Source: postgresql-unit
Version: 7.8-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 506
Depends: libc6 (>= 2.38), postgresql-17
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-17-unit_7.8-1.pgdg+1_arm64.deb
Size: 135228
SHA256: 70d98df083faa3f5cd42630a1fe7d1ee096b73cb7a58a8515ee871a72e657a7e
SHA1: 75cd5df17b59f8144c0fbd8716e9768791ee15cf
MD5sum: 37e82ef83ae6993efaa858b2c44024a7
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2024-08-07 14:52:20+00

Package: postgresql-17-unit-dbgsym
Source: postgresql-unit
Version: 7.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 85
Depends: postgresql-17-unit (= 7.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-17-unit-dbgsym_7.8-1.pgdg+1_arm64.deb
Size: 63756
SHA256: 3a456a9e3ad9ceeb28cd098c66440d34d09c4633f46a6ac8682b4421a9e3e253
SHA1: 989341378811f837d3a5169e917e973487bc5321
MD5sum: 082a63799889afc59c4fb0b978e14ca8
Description: debug symbols for postgresql-17-unit
Build-Ids: a4be833a06c67686814b242b8f7222b2cfcb2ced
Timestamp: 2024-08-07 14:52:20+00

Package: postgresql-17-wal2json
Source: wal2json
Version: 2.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-17-wal2json_2.6-1.pgdg+1_arm64.deb
Size: 65216
SHA256: 2838ab97486ab0afc8384dfd47a818140407150e29fca7762617d1138e564597
SHA1: abe57d8bab51af6ced9782912082330de9d5420f
MD5sum: af2f24e8b8d9c3e4ecab799f8a906a4c
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2024-08-07 14:52:20+00

Package: postgresql-17-wal2json-dbgsym
Source: wal2json
Version: 2.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-17-wal2json (= 2.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-17-wal2json-dbgsym_2.6-1.pgdg+1_arm64.deb
Size: 78944
SHA256: 2145ba40ffd981ea09a3babe707721682b73bd6435b9e3ec224df854821c3dfd
SHA1: 5e5d0a6043d851eaf603a104f22a478ef07d5c70
MD5sum: 90053502155533c8d6a8d7825ec3b7f1
Description: debug symbols for postgresql-17-wal2json
Build-Ids: e3677ee539016ca909473f38b58e389a06648790
Timestamp: 2024-08-07 14:52:20+00

Package: libecpg-compat3
Source: postgresql-12
Version: 12.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg-compat3_12.20-1.pgdg+1_arm64.deb
Size: 21844
SHA256: e3af915192804894a6c46ef5188c25a47420603063db3b7e395b6063a676d213
SHA1: c39ab023cfa052472d688dedc3918adbc625398a
MD5sum: 1318b7c246cda46aed62526998cf84a0
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.
Timestamp: 2024-08-08 13:34:31+00

Package: libecpg-compat3-dbgsym
Source: postgresql-12
Version: 12.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 12.20-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-compat3-dbgsym_12.20-1.pgdg+1_arm64.deb
Size: 16888
SHA256: f003f88de4ee7ead57c76cf3317924d51a9d8e0db85091200595a7677e821871
SHA1: ebd5e4cce27e613d7ab752d34e764ac4f55de565
MD5sum: 28a0c6cbd689df68958ba69e6ae433f8
Description: debug symbols for libecpg-compat3
Build-Ids: bf1f18870ada63a85c0671e3d53c52772c4d020a
Timestamp: 2024-08-08 13:34:31+00

Package: libecpg-dev
Source: postgresql-12
Version: 12.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1584
Depends: libecpg-compat3 (= 12.20-1.pgdg+1), libecpg6 (= 12.20-1.pgdg+1), libpgtypes3 (= 12.20-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libecpg-dev_12.20-1.pgdg+1_arm64.deb
Size: 269612
SHA256: 46ec5b5c44df6bf037588c55b520492600ba9be764bf8287fe9d2009122ff49e
SHA1: 0018d2c627f9965bfd1af09e6b43aa1fe07026ea
MD5sum: ec6095e5b40975b5d00d1dbd4c64c33b
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).
Timestamp: 2024-08-08 13:34:31+00

Package: libecpg-dev-dbgsym
Source: postgresql-12
Version: 12.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 277
Depends: libecpg-dev (= 12.20-1.pgdg+1)
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-dev-dbgsym_12.20-1.pgdg+1_arm64.deb
Size: 240948
SHA256: b9971902e2ab418913ad6a1cb16112a3e4ab24e3cf121d3f4e10d44d1a3f3db7
SHA1: 5cfcaab269217203c138db990f7660a10c5061b2
MD5sum: 20ab21a9cb956ef04837099a05dae452
Description: debug symbols for libecpg-dev
Build-Ids: a110da71138b883b835fbbe922a839f363ba436c
Timestamp: 2024-08-08 13:34:31+00

Package: libecpg6
Source: postgresql-12
Version: 12.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg6_12.20-1.pgdg+1_arm64.deb
Size: 61856
SHA256: eb309c70c49867b599775ba4e86ee9757cdf3d47290d0dff62725ed125b8624c
SHA1: a07549b2c31160bef9a040fe1e6a24f46bc4197c
MD5sum: 77335baaf7603864455aeed2e51d12ad
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.
Timestamp: 2024-08-08 13:34:31+00

Package: libecpg6-dbgsym
Source: postgresql-12
Version: 12.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 12.20-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg6-dbgsym_12.20-1.pgdg+1_arm64.deb
Size: 112568
SHA256: 9aed678a62984b60b115442ce4e710974c864ac9c16c6e6cc96546921935d56d
SHA1: 2b3f9fb0a928fcabd86d67766d007c7c8da20e56
MD5sum: ee0913e6c172f6de6953c9fdadf40e5a
Description: debug symbols for libecpg6
Build-Ids: abc5468ecd164e3c288d7735630e455618fb8727
Timestamp: 2024-08-08 13:34:31+00

Package: libpgtypes3
Source: postgresql-12
Version: 12.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 170
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpgtypes3_12.20-1.pgdg+1_arm64.deb
Size: 47872
SHA256: dce40586b0e922589e1edb895a2836e52349002266352d50e08fdd2ec695e02f
SHA1: b601f1270826b6136c297d8bf9ac2639bacc7fae
MD5sum: 7f2f2fab82348ad77296e319107dbd60
Description: shared library libpgtypes for PostgreSQL 12
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-08-08 13:34:31+00

Package: libpgtypes3-dbgsym
Source: postgresql-12
Version: 12.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 12.20-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpgtypes3-dbgsym_12.20-1.pgdg+1_arm64.deb
Size: 88660
SHA256: 9dc4e91faf27b55ee65b1470308ff5be1d8a56c289ede0a6c6e5f9d7ba6ed813
SHA1: f55f5a3195c34c27fa139bdbdc4448b3983af6c4
MD5sum: 5df24ab2afffd0a356bb7820001024bd
Description: debug symbols for libpgtypes3
Build-Ids: e93b6a384fa55195d2cd628b5366f3bdfcec9b2a
Timestamp: 2024-08-08 13:34:31+00

Package: libpq-dev
Source: postgresql-12
Version: 12.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 599
Depends: libpq5 (= 12.20-1.pgdg+1)
Suggests: postgresql-doc-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libpq-dev_12.20-1.pgdg+1_arm64.deb
Size: 145492
SHA256: e9bb95b31d151314b6bbc6866d04d79d8659a59278cd30feea696836cdec5e3f
SHA1: c4700616614a76211883c64b52273572ddd1793d
MD5sum: 096d37ff1e70de47a800ec76657edebe
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.
Timestamp: 2024-08-08 13:34:31+00

Package: libpq5
Source: postgresql-12
Version: 12.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 858
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpq5_12.20-1.pgdg+1_arm64.deb
Size: 178316
SHA256: 9243f61b6824601a52cf4f7192eee70ca4e4a5ba274d747d6f6aa0c13fb4c142
SHA1: 0d1a6b2e494d47d7925576a80eaff5d1162bfdc7
MD5sum: 86a625bbd31b53b057702ee5d94cf7f0
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.
Timestamp: 2024-08-08 13:34:31+00

Package: libpq5-dbgsym
Source: postgresql-12
Version: 12.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 287
Depends: libpq5 (= 12.20-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpq5-dbgsym_12.20-1.pgdg+1_arm64.deb
Size: 253252
SHA256: b372af21667c68936c712c92642ddad77a1e1ac75a5512218656d9615df44b7e
SHA1: d5bbd49f3bdf880b931c931ee3152c6a67ccc5f6
MD5sum: eaca2eae804858d8313fb17c1d34cee9
Description: debug symbols for libpq5
Build-Ids: 7d5a020c3c73448131f5239ef17b4a13f2ec17e2
Timestamp: 2024-08-08 13:34:31+00

Package: libecpg-compat3
Source: postgresql-13
Version: 13.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg-compat3_13.16-1.pgdg+1_arm64.deb
Size: 27680
SHA256: 988db27abae79604b5a385423cb2a85249f0615e5fab3b4502452f20079d6646
SHA1: 5ca565ac1cc9b8f40ab6263639ec2999e915238c
MD5sum: 94d3eff2ccd3cc5e29faa5a24bf7b634
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.
Timestamp: 2024-08-08 13:23:32+00

Package: libecpg-compat3-dbgsym
Source: postgresql-13
Version: 13.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 13.16-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-compat3-dbgsym_13.16-1.pgdg+1_arm64.deb
Size: 38904
SHA256: 4c127b254a15a5799c35488981e232c5a7b09fc806ee50919750ae2d3b27c2d2
SHA1: 75c682ef80487b91f918f3e31994845fdbce7847
MD5sum: 0ac361a07cf4e0a7c8047e65dc9e1a69
Description: debug symbols for libecpg-compat3
Build-Ids: 116e149d454a25a283441ddb6eb7c8e3f41f6b19
Timestamp: 2024-08-08 13:23:32+00

Package: libecpg-dev
Source: postgresql-13
Version: 13.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1521
Depends: libecpg-compat3 (= 13.16-1.pgdg+1), libecpg6 (= 13.16-1.pgdg+1), libpgtypes3 (= 13.16-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libecpg-dev_13.16-1.pgdg+1_arm64.deb
Size: 269044
SHA256: f3e0c7bd23b8f58622a786af503e53ec663586e6d95715b8ca784e22a8866984
SHA1: 7eb7b429497ed509d507d470ba098e768323ebb4
MD5sum: d877a69326735e2e441c85aa5942b27e
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).
Timestamp: 2024-08-08 13:23:32+00

Package: libecpg-dev-dbgsym
Source: postgresql-13
Version: 13.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 281
Depends: libecpg-dev (= 13.16-1.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-dev-dbgsym_13.16-1.pgdg+1_arm64.deb
Size: 246640
SHA256: 6e624a6a6e42b6393de196c9343abf2423ce5240955c2b146bb796244fc57859
SHA1: a8ce04b642e903b8cdb06c51ba375a77fddea4e5
MD5sum: 76f2210071b412480723402a3b121251
Description: debug symbols for libecpg-dev
Build-Ids: dc989f524a5630855b368bbaf9e9f5ffad033527
Timestamp: 2024-08-08 13:23:32+00

Package: libecpg6
Source: postgresql-13
Version: 13.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg6_13.16-1.pgdg+1_arm64.deb
Size: 62044
SHA256: b40d9df427d5a157ca8833d35a004917c6be98f348fbedf243b8ea975bb02cad
SHA1: 14a95a9dce215027a7b42c4e8184eeb48b491848
MD5sum: 457884998e364c44c8634ddb724c8cc9
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.
Timestamp: 2024-08-08 13:23:32+00

Package: libecpg6-dbgsym
Source: postgresql-13
Version: 13.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 13.16-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg6-dbgsym_13.16-1.pgdg+1_arm64.deb
Size: 112780
SHA256: c08fe16da37931d86957086e51e7b220b1c2ce8c3c686266131f69e3c79f8e96
SHA1: 063c391d2f29b13ac6d1e67a83eb94cef581c0e0
MD5sum: af873174558cce8bcfaf034e1ac11643
Description: debug symbols for libecpg6
Build-Ids: 4708bae04fef0242dbf1e0829aee8f1b9c5e6436
Timestamp: 2024-08-08 13:23:32+00

Package: libpgtypes3
Source: postgresql-13
Version: 13.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 170
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpgtypes3_13.16-1.pgdg+1_arm64.deb
Size: 47968
SHA256: 548502cbac88a3968de45b8e99e67bcf9bfdcd965f38d3d25c1e354a29bf576c
SHA1: d1b36c41da7dd39f39584f2762795999e542ef36
MD5sum: b5505b18159a05eb65319c2d21bad8f1
Description: shared library libpgtypes for PostgreSQL 13
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-08-08 13:23:32+00

Package: libpgtypes3-dbgsym
Source: postgresql-13
Version: 13.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 13.16-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpgtypes3-dbgsym_13.16-1.pgdg+1_arm64.deb
Size: 88936
SHA256: b6b2f710ae27488d243362209c75bb4d9e248544379d64c3a3d4a605372d2fad
SHA1: d29286e5a109fb6f36e174f3c8d38aaf6939488e
MD5sum: 933ca5cd28d51e7f17ef619f663f9ab2
Description: debug symbols for libpgtypes3
Build-Ids: 5c9fb7e5f311f73e2f30a5fb8d0851162a7ad571
Timestamp: 2024-08-08 13:23:32+00

Package: libpq-dev
Source: postgresql-13
Version: 13.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 579
Depends: libpq5 (= 13.16-1.pgdg+1)
Suggests: postgresql-doc-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libpq-dev_13.16-1.pgdg+1_arm64.deb
Size: 141936
SHA256: 00675ccbf6e42c6145465442435de56874ba4fee280e5d3fc06b2acf45a977cb
SHA1: f16f3e364f4d318599398d818ac5541995d5d144
MD5sum: 21f1d84c313427a46eceead3727e9636
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.
Timestamp: 2024-08-08 13:23:32+00

Package: libpq5
Source: postgresql-13
Version: 13.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 853
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpq5_13.16-1.pgdg+1_arm64.deb
Size: 178296
SHA256: 7e5d087d7d323a8513977fa4e8622e1a1d7e2f280fb31e1874f6c58bfe6b64cb
SHA1: e82f056bac57bd04261c1e311eeb36a0cde50397
MD5sum: ae24949cb81a6e0057db9c8bdaf5cfdc
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.
Timestamp: 2024-08-08 13:23:32+00

Package: libpq5-dbgsym
Source: postgresql-13
Version: 13.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 293
Depends: libpq5 (= 13.16-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpq5-dbgsym_13.16-1.pgdg+1_arm64.deb
Size: 258408
SHA256: 32df8a591fb9b60e4e6c9c259aa1e786a05f62816541f75706dcd1c74220cdc5
SHA1: fb9b232856154dcf12f48094cc31ff6959e4bba2
MD5sum: 9550d5146ba6dfee10e6b08cec74b1ae
Description: debug symbols for libpq5
Build-Ids: ba46a4a4e80f9571d53bb494da98d557d71a0047
Timestamp: 2024-08-08 13:23:32+00

Package: libecpg-compat3
Source: postgresql-14
Version: 14.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg-compat3_14.13-1.pgdg+1_arm64.deb
Size: 25084
SHA256: 9bb7cffc10648f4b89049bc22c54e439552598c088c0d12ff73346955ab0800d
SHA1: 936ccd51806ac256da3ff4760c925e0f4431a8ce
MD5sum: 9a4246eabbe062e13595a022be6f4c19
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.
Timestamp: 2024-08-08 13:19:51+00

Package: libecpg-compat3-dbgsym
Source: postgresql-14
Version: 14.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libecpg-compat3 (= 14.13-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-compat3-dbgsym_14.13-1.pgdg+1_arm64.deb
Size: 38980
SHA256: 9313422a36d8db04b00be04ec8f8ae5d3d7f04892e0d4bbe39c4f1c0893b0440
SHA1: aeb148dcd9bc87f949ccd5072d761b6d750f2b4c
MD5sum: 2125744691c1d85c31e51392579cc2a5
Description: debug symbols for libecpg-compat3
Build-Ids: fe389ab0d9406d4120a336672833a50fe0d0b6ca
Timestamp: 2024-08-08 13:19:51+00

Package: libecpg-dev
Source: postgresql-14
Version: 14.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1607
Depends: libecpg-compat3 (= 14.13-1.pgdg+1), libecpg6 (= 14.13-1.pgdg+1), libpgtypes3 (= 14.13-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libecpg-dev_14.13-1.pgdg+1_arm64.deb
Size: 274212
SHA256: 580d3b91889823985d6a8348f421471e43052b631fdb45d01932692caeeb5d9e
SHA1: 01951d50ad404009c20971a5a10c8ecaad3d0b0a
MD5sum: 6f6d88ff590d52620e8267144f46115c
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).
Timestamp: 2024-08-08 13:19:51+00

Package: libecpg-dev-dbgsym
Source: postgresql-14
Version: 14.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 294
Depends: libecpg-dev (= 14.13-1.pgdg+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-dev-dbgsym_14.13-1.pgdg+1_arm64.deb
Size: 254564
SHA256: e26b36d09d806ff423a857c83e0554dd4c932f789c1b5c8116a820c7ae29ec6a
SHA1: 101e0fc5b9fff2313e11e18b7c70f7527608d2b2
MD5sum: 037c75539bf407407e5c26568bfe4d0c
Description: debug symbols for libecpg-dev
Build-Ids: c1ed709afee968d3a484a809fba1d7f73f1fcefe
Timestamp: 2024-08-08 13:19:51+00

Package: libecpg6
Source: postgresql-14
Version: 14.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 268
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg6_14.13-1.pgdg+1_arm64.deb
Size: 59944
SHA256: d20675d158a1a38937cf3598ff91422c39611ac8131e429b242755a28563c5ca
SHA1: 78e419f88c596da3a6ed38e2aa8bbd067715fb1a
MD5sum: f4e55355abbdf32de0094fe58deb88cb
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.
Timestamp: 2024-08-08 13:19:51+00

Package: libecpg6-dbgsym
Source: postgresql-14
Version: 14.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 14.13-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg6-dbgsym_14.13-1.pgdg+1_arm64.deb
Size: 112668
SHA256: 75c3900c07b0f6331b36fe11bbd7fe423b79422ce1f92e323722436a1bdbbbef
SHA1: b594c0c388169a188d0f959f2132c456407de353
MD5sum: 2fbc6e41c787204c98a4a3f095d20bf4
Description: debug symbols for libecpg6
Build-Ids: a0c1be3a90b570ee0e82353d8c6b102b405f555b
Timestamp: 2024-08-08 13:19:51+00

Package: libpgtypes3
Source: postgresql-14
Version: 14.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpgtypes3_14.13-1.pgdg+1_arm64.deb
Size: 45400
SHA256: 8e94b5ca1923a3ff77efa86e82db836ba44a20cad13159e8d9f1eafbacd37610
SHA1: 42cc1b36f0923330642283fd73bf23144c80f194
MD5sum: 66e633d121fa3d0682095706938a3721
Description: shared library libpgtypes for PostgreSQL 14
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-08-08 13:19:51+00

Package: libpgtypes3-dbgsym
Source: postgresql-14
Version: 14.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 14.13-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpgtypes3-dbgsym_14.13-1.pgdg+1_arm64.deb
Size: 89124
SHA256: 8e9540698c6f8a61e93ff29e0da594a80becd2712130c8e0e020a3909b9f5d41
SHA1: c69c7cb203739e1b7c334263cc97404d0ffacb27
MD5sum: 4a7a958e27b2384d5c3e5cf50951fcbb
Description: debug symbols for libpgtypes3
Build-Ids: a105473efe714b1a2b781b6e7087b85a13dcc7f6
Timestamp: 2024-08-08 13:19:51+00

Package: libpq-dev
Source: postgresql-14
Version: 14.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 590
Depends: libpq5 (= 14.13-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libpq-dev_14.13-1.pgdg+1_arm64.deb
Size: 142148
SHA256: 59f3e43fc9ed059fead1e50a16a9c56de0fa185bc9f0462452daafb8af41f781
SHA1: 1e7dd123d1130d457922f081c6e63a01cbf5d48e
MD5sum: d0e32f5b333a43918f34fcf21d80847a
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.
Timestamp: 2024-08-08 13:19:51+00

Package: libpq5
Source: postgresql-14
Version: 14.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 817
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpq5_14.13-1.pgdg+1_arm64.deb
Size: 174024
SHA256: 146da392bd1590fa575eba8c972e173eb0bdf51d9e674a86d35a43d1c1058313
SHA1: dcaea0624bb2c2fb8e3bba9b0c36531a8e4e5863
MD5sum: 5089f34ad2444e892318a8441343ece6
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.
Timestamp: 2024-08-08 13:19:51+00

Package: libpq5-dbgsym
Source: postgresql-14
Version: 14.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 307
Depends: libpq5 (= 14.13-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpq5-dbgsym_14.13-1.pgdg+1_arm64.deb
Size: 271796
SHA256: 0d8ee9bd30f536077f8cffa13842dbc51b8564c1df5b18738921a61e756ca9f5
SHA1: f9bdd62eab5de8416be2f5a11e1614901b41c5a9
MD5sum: a669e311cab268948528c9c29f9691a1
Description: debug symbols for libpq5
Build-Ids: 343b7bc21a0d1143afc895a900ab241d23ae1471
Timestamp: 2024-08-08 13:19:51+00

Package: libecpg-compat3
Source: postgresql-15
Version: 15.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg-compat3_15.8-1.pgdg+1_arm64.deb
Size: 22848
SHA256: 1e28b42d18914166836734181d36a8163bcdaf1d4792423d13a67a6d155e4235
SHA1: 7b6c12d78920c8ad275d446760197d235f7b3cb6
MD5sum: 97024a4de7ecfe3b338416ff77168921
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.
Timestamp: 2024-08-08 13:17:08+00

Package: libecpg-compat3-dbgsym
Source: postgresql-15
Version: 15.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: libecpg-compat3 (= 15.8-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-compat3-dbgsym_15.8-1.pgdg+1_arm64.deb
Size: 39448
SHA256: c7eb1baa79c8e6e535c3c9cb18e026021472e8f5884253e1a46f9939a6742137
SHA1: ac1b7e914f6403dc4b3947345aee746eaeeb7e65
MD5sum: deb7e31fd4afe850ab18e2ebc061a16f
Description: debug symbols for libecpg-compat3
Build-Ids: d6127b41c25b4057c82acb5a241064dcf46fd8c5
Timestamp: 2024-08-08 13:17:08+00

Package: libecpg-dev
Source: postgresql-15
Version: 15.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1633
Depends: libecpg-compat3 (= 15.8-1.pgdg+1), libecpg6 (= 15.8-1.pgdg+1), libpgtypes3 (= 15.8-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libecpg-dev_15.8-1.pgdg+1_arm64.deb
Size: 279024
SHA256: 234a7b3ff2526aaf8b1caf160059573b4a3880c180f6fd0a64db0feb11ccab6f
SHA1: d55b8e40887339240830d99b66d0e2d1933f84d2
MD5sum: bcf48dc626b054d35d5206703e449cc2
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).
Timestamp: 2024-08-08 13:17:08+00

Package: libecpg-dev-dbgsym
Source: postgresql-15
Version: 15.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 300
Depends: libecpg-dev (= 15.8-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-dev-dbgsym_15.8-1.pgdg+1_arm64.deb
Size: 259264
SHA256: 36e912bba631c48ee70f43b566cd5ed80902624e8f2558c3fb47aa3d19817c6c
SHA1: 52ac77800925ab4cfa91b4bb919ef4f21c1fb2b8
MD5sum: 1a29f3015cd73cfeccbf6dbae37bff28
Description: debug symbols for libecpg-dev
Build-Ids: e172a04d94e6a9b5068017eb0c1a1bd714cde9c5
Timestamp: 2024-08-08 13:17:08+00

Package: libecpg6
Source: postgresql-15
Version: 15.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 271
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg6_15.8-1.pgdg+1_arm64.deb
Size: 59016
SHA256: 673c5bfe4dfa7541bea5cba5f1150e0278fbd37cd296e6fc6c0b2822430b640b
SHA1: 721f2d20986c7fabe66e8684555ac260c734f8db
MD5sum: b97bb2295b07aa80d3066f812c7d3b45
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.
Timestamp: 2024-08-08 13:17:08+00

Package: libecpg6-dbgsym
Source: postgresql-15
Version: 15.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: libecpg6 (= 15.8-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg6-dbgsym_15.8-1.pgdg+1_arm64.deb
Size: 115284
SHA256: 0ee371d495a4ad52050748eeb3a9a79d4df4ff1d8d9fc37fb252be451ec813f5
SHA1: fabb1b188c3fb04574de2a13cdb676d5eb2dd954
MD5sum: c617347a9daa98bf3a71f67f97416f9c
Description: debug symbols for libecpg6
Build-Ids: 43ce637771eb31aed7661d954afb9b1a5d90b494
Timestamp: 2024-08-08 13:17:08+00

Package: libpgtypes3
Source: postgresql-15
Version: 15.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 163
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpgtypes3_15.8-1.pgdg+1_arm64.deb
Size: 43396
SHA256: c55182b7d238a122b5908a1c9f399458f5f747cb5d18249bc597011bad02906c
SHA1: e3985eaa080d7e3c4c5c75decb9a573c09a43bc5
MD5sum: 479ab14f59f17328cb7f78bb6b04ddb0
Description: shared library libpgtypes for PostgreSQL 15
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-08-08 13:17:08+00

Package: libpgtypes3-dbgsym
Source: postgresql-15
Version: 15.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 15.8-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpgtypes3-dbgsym_15.8-1.pgdg+1_arm64.deb
Size: 89596
SHA256: 3014bd928c8f4a7c1f22d4bf1c773564e021ef4d5ed079e1d96745d5f4f3f435
SHA1: df94fe3c059db3a7c3eea6318afc89fd87f32da2
MD5sum: 76f4189b230d5c8b46c4cbcc5997f1b5
Description: debug symbols for libpgtypes3
Build-Ids: adf665caf502b150e88af977432a1420a041ce48
Timestamp: 2024-08-08 13:17:08+00

Package: libpq-dev
Source: postgresql-15
Version: 15.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 598
Depends: libpq5 (= 15.8-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libpq-dev_15.8-1.pgdg+1_arm64.deb
Size: 142940
SHA256: 336f5df118adef01fa868686c71ca03abbf6dffada83e085a90229ff507605c3
SHA1: 13a5dd188dec3deed3464fa7f38bb357eb3a8661
MD5sum: 504b172545c798f60c13f4b189047bb9
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.
Timestamp: 2024-08-08 13:17:08+00

Package: libpq5
Source: postgresql-15
Version: 15.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 903
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpq5_15.8-1.pgdg+1_arm64.deb
Size: 182844
SHA256: b99d1f5343c6cc25f6afdb8fd025abb356870a098cc38c162a472369c5c98a93
SHA1: 567ec1b6795381bdfcd57ddb052776e14c1fd691
MD5sum: caf892f4226798907d8f2fcb71f9d8a1
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.
Timestamp: 2024-08-08 13:17:08+00

Package: libpq5-dbgsym
Source: postgresql-15
Version: 15.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 317
Depends: libpq5 (= 15.8-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpq5-dbgsym_15.8-1.pgdg+1_arm64.deb
Size: 281152
SHA256: 3f713d831050d8859d73346d65495fe54d868c86136541ad67c65c3b5f173cdd
SHA1: 95a8fce24ff12c6abaffe3ce1c8117d97f29aeae
MD5sum: c0eda95075f1426594ad9c811ecfe484
Description: debug symbols for libpq5
Build-Ids: 864584714bf0aa4e08720cf063069356750349b7
Timestamp: 2024-08-08 13:17:08+00

Package: libecpg-compat3
Source: postgresql-17
Version: 17~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libecpg-compat3_17~beta3-1.pgdg+1_arm64.deb
Size: 18312
SHA256: 3c28c383c46b41f776f6774b266ea8cefb1fd3e9ac20348523ab0781efd715e7
SHA1: 7e161a236fb09c14caaa36aa7d909b6e9bb7243d
MD5sum: cd13b8771a7664b48da6673a35771595
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.
Timestamp: 2024-08-08 13:11:59+00

Package: libecpg-compat3-dbgsym
Source: postgresql-17
Version: 17~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: libecpg-compat3 (= 17~beta3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libecpg-compat3-dbgsym_17~beta3-1.pgdg+1_arm64.deb
Size: 39528
SHA256: 85248e0d346a8d74d5fb4a17d1530ec8336de1f9df04423681fe6c128955831c
SHA1: 0fb568241afd31fe01f026845fc9f8605d5c4f6e
MD5sum: c9c1d3593cfe60e53e26937792c1b7b4
Description: debug symbols for libecpg-compat3
Build-Ids: a1007b552a4d8a8d63670ffa37a69aa5cb1979af
Timestamp: 2024-08-08 13:11:59+00

Package: libecpg-dev
Source: postgresql-17
Version: 17~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1696
Depends: libecpg-compat3 (= 17~beta3-1.pgdg+1), libecpg6 (= 17~beta3-1.pgdg+1), libpgtypes3 (= 17~beta3-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libdevel
Filename: pool/17/p/postgresql-17/libecpg-dev_17~beta3-1.pgdg+1_arm64.deb
Size: 281180
SHA256: e910d8abe86ef5c2062fa9186cc9d0b8a4e9540ee2dc07fe899e687142c0466f
SHA1: d432c298d34ceaf30bffb4146c37dd1d14ebe268
MD5sum: 70c3d355407151b6a1140d899e132a96
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).
Timestamp: 2024-08-08 13:11:59+00

Package: libecpg-dev-dbgsym
Source: postgresql-17
Version: 17~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 315
Depends: libecpg-dev (= 17~beta3-1.pgdg+1)
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libecpg-dev-dbgsym_17~beta3-1.pgdg+1_arm64.deb
Size: 269312
SHA256: 41b4ebb694d2dfe9d8017a4c07d7ba999f9beb521f4432bbb00057b500f49f8a
SHA1: 99b162d73d246457673645dfc23765c637ef81b4
MD5sum: 230e484ff6e1a7e5e419a5f0d086b109
Description: debug symbols for libecpg-dev
Build-Ids: 86fc7a0c330344ee3e1274ce6372014b41394689
Timestamp: 2024-08-08 13:11:59+00

Package: libecpg6
Source: postgresql-17
Version: 17~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 273
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libecpg6_17~beta3-1.pgdg+1_arm64.deb
Size: 54980
SHA256: 14b6e26282fc869d2b7b6add0399dfec85a03d149fe78f39eeb598b6d48eb63d
SHA1: 3e1da0670c62056c2239d4d1bf1bc64e27541c43
MD5sum: 0da21334e7a4c41e7fe7639b717fe5a8
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.
Timestamp: 2024-08-08 13:11:59+00

Package: libecpg6-dbgsym
Source: postgresql-17
Version: 17~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: libecpg6 (= 17~beta3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libecpg6-dbgsym_17~beta3-1.pgdg+1_arm64.deb
Size: 114864
SHA256: 9d967bce7b7cfd53e6af4fd10aa656f528f754e838a38ae83550c3dd084d8cb2
SHA1: 1111c13c21e5385158bb9d73c973912d321efb49
MD5sum: 7db644332243abcb60956b6ac5fee255
Description: debug symbols for libecpg6
Build-Ids: a918a14521210a7f4555d34e9213a13b5df887fe
Timestamp: 2024-08-08 13:11:59+00

Package: libpgtypes3
Source: postgresql-17
Version: 17~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libpgtypes3_17~beta3-1.pgdg+1_arm64.deb
Size: 38888
SHA256: 1821c407bbf6176bac449aed1d338ceed76fc419edcef9e9e08723f56ade96e2
SHA1: 7e811bc2a9cd6465f2f13d8d310fe9b4e01d2196
MD5sum: 4ce64edf11a6c1c1441c342906244329
Description: shared library libpgtypes for PostgreSQL 17
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-08-08 13:11:59+00

Package: libpgtypes3-dbgsym
Source: postgresql-17
Version: 17~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 17~beta3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libpgtypes3-dbgsym_17~beta3-1.pgdg+1_arm64.deb
Size: 89836
SHA256: d1645e530edd9a701c3930c057114974fcee8fe78daf3beb03383c5e3f3011ba
SHA1: fb368c52501ae6cd625d161aff860af572e515ef
MD5sum: 6456def5fc6791a2091b20a0684279c0
Description: debug symbols for libpgtypes3
Build-Ids: ad92e40baf194268a1c795c7e884e6d25439ca50
Timestamp: 2024-08-08 13:11:59+00

Package: libpq-dev
Source: postgresql-17
Version: 17~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 613
Depends: libpq5 (= 17~beta3-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libdevel
Filename: pool/17/p/postgresql-17/libpq-dev_17~beta3-1.pgdg+1_arm64.deb
Size: 143852
SHA256: bd22b9bae22d0bcebb35fa5a9e0c944a029e86498416ab1b6c7ff86b86076e8f
SHA1: c71ff0d95de29c03a2cb3e7f613ea15de375c280
MD5sum: 5771d81d507bba64023309964c046381
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.
Timestamp: 2024-08-08 13:11:59+00

Package: libpq5
Source: postgresql-17
Version: 17~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1100
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libpq5_17~beta3-1.pgdg+1_arm64.deb
Size: 213800
SHA256: fd565a38e3eb7b985973c770f91129ffd0166baa2e5ade9129bffe46f81a0fae
SHA1: 3b5b97bcd4448615f1444ed0897a0814392bab0e
MD5sum: ee49e5c45fafab545e6d883457e60c62
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.
Timestamp: 2024-08-08 13:11:59+00

Package: libpq5-dbgsym
Source: postgresql-17
Version: 17~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 334
Depends: libpq5 (= 17~beta3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libpq5-dbgsym_17~beta3-1.pgdg+1_arm64.deb
Size: 297104
SHA256: f413f2bdfcab1b6f1ea156e4f02fb740f7c48432f1f85891a9b03a4936ceda02
SHA1: 3b13355f45298eabffc664093a94892c49902f08
MD5sum: 21f3370f57becfbe11a0a54c5bc77cf8
Description: debug symbols for libpq5
Build-Ids: 15e6ed76a4614259457dfa9375f96c254e90df47
Timestamp: 2024-08-08 13:11:59+00

Package: postgresql-17
Version: 17~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66284
Depends: locales | locales-all, postgresql-client-17, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm16t64, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 17~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-17-jit-llvm (= 16), postgresql-contrib-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/database
Filename: pool/17/p/postgresql-17/postgresql-17_17~beta3-1.pgdg+1_arm64.deb
Size: 19286388
SHA256: 6e1cc5c0b3f0e010ee80561fc06ad071e592c972427cd7447b9c4301dfc1fe93
SHA1: e9b0e9887126cf804baa4c55a4bd776206de5305
MD5sum: c708df810736cf3a26dc53613bca268b
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 17.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202406281-1700
Timestamp: 2024-08-08 13:11:59+00

Package: postgresql-17-dbgsym
Source: postgresql-17
Version: 17~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21835
Depends: postgresql-17 (= 17~beta3-1.pgdg+1)
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/postgresql-17-dbgsym_17~beta3-1.pgdg+1_arm64.deb
Size: 19924152
SHA256: f98d1a0a14d18cb210e481baec929d3ac441bbd1502c68b44f661e8d192d807e
SHA1: f8d9c06ec8740a8a0c69708eace48f4ef8ef6603
MD5sum: 6f41654480692f27e5a1043ecba10a97
Description: debug symbols for postgresql-17
Build-Ids: 01bc7da5ab806b688f87de6b9e9869a3c68bebbc 055a1ad65e4b1467375dc236e5826ea4e43ea051 084e7a0741c6c76c2dfef76602a32f3cde237c98 0d25ab8b0352e04b624a09b6f809d93036f986f7 0fe92bfc9e17b06a787edcc0dd1302e6cba7f615 107d5751d25736bebee004dd3b12c3cb16b8ebcb 1871e5c4d492117837692aedd34810943d60d3bb 1ad6664ccb746fd75ad7facf74c31c0a1348e057 1b167366fe8dd792d6bce4455e78100a76d25ff5 1c2387db351b2a5b35e63d8b4b899f961bb56a2b 1f119be44bee2be439a13beb4e6a36f62675a38f 224f2b562077f5a4bac4fe65755d772e79516b9f 2838709727033269f6d1ced2a577d2b25b0fe5e7 28d9f02edac7256ec1170ab1b0be5c44d810d793 2a698d4d8a3e61557e3de8f17c53ef6388da59b8 2d085efee6a5dfd209ae8cf7c3102d2712c054e7 2f72c6df68ed105f6344e4a376f0f3f72ac8fe88 304c6d9302958c88dbdbe3edf1c4f5792792cebc 359cc20d02df82aea528b944687ee06eb7309b1d 36720f0a9a3c88773d759589250e5b2c7f10397f 36c3174cda685c56ff89d57f3363e26860538829 36e43480184f12c057315f576229320a5f6f08cd 37c310477cc54780af6bc94fb80e7f03ed1b123d 3f24854729b61e5c4f98564964d3049551516bf2 3fcd2fc8e9e4f84e63769b639a875cb51ed4510c 40533c93595cf03cc614fc2c001c156f10a9aff8 43c5ac9e8286bf9f0d1baa734719dfef692d7dbe 4447567fd36feab858e9e682b564cdce5803e6a7 45dd85576a9dfb4c9d0ffdf1c450dee6b12c6844 466a118159e6724d374acd46761f1c5b86d2e358 46bd894e35f3ab47a1ab2fc91e699639f0328d79 4a276c8833f9b650299170eabffc8358247f7247 4bdf88b33d77660459b77f664e3ca065878eac4f 4d33fc039f2f9643fa5d5c2bb668b1930f0886a0 51f56482f5eb4d6d83fc36652e52d22344545b20 54c49820a33972145e3c0f7f79bcdb8b7ec9577c 552337bd33639e37fc1098142470ae75b6283d73 5abb856c4d2059f282df8448198767fe88713020 5ecff494f614ea64b7af5240015d9105cbc326c8 5f1bd3fc6b58b57abd79545645116c2846116024 63dedfa84d2f6ad98edd581866075fb2b8763f2b 645ee75e439a55b73f20c5751c71a7aea4951508 64d7979c3b5941626711545e8fc36ebd353f845e 652a103324e2f14503af9731c034f647cb6bbcc9 6642531ae043f93b6f71a348dd5a2ab545faf2a9 6698559d4f1d12433fefb3e045c36a5db396728c 6727331e18e8a461bf5fa568b2bcb6b5115f30ce 6818c130b88632f6680967749df2b4063029a596 6beeab55351202eb793f8929baad094ae93923e3 6fee5fca4b13301e19549262e7cefc2f2c1d6e4d 78a70467242a8d01bb502bfd7b36ab2af83184e9 7e0fad3c95d8d34298ad12a84711704714739860 86d3f634173483afd3958a6cf88d73a0bf331695 88f555626950a31f56fe640d74bf9ddd190fa495 8de825c021bfb2dafcf5b5e2ca1e9dac006b8290 962a9a8d6c258b8a134efb0bff504292cf9673e8 9be2f7410a184b3b572fcef144bc27c45de80b31 9df2be543c94460fc8af119ab909b212b566da03 9fc9b3a47c7d5123fce6cae938d720248d9b6737 a42f5cff3db793f27af306e9b2d5e907b575284e ab42dff3dec09d8fedce1929a3a81a60fe580fda adcecbda43a05a188f4cf59116e66c05ed0de531 ae0f992c70025dec6bd766857cd0eb302d484303 b2a093936f9f0695a43f988974eb785f40bcfb96 b38f817c31752338c4264b50a41687c8f03aa728 b72eb4772d2ce37e55d4eabba9aa8da1bf6e091f b750c51306b8e6e1df010bd52732c2669aef2300 bb4de951f0cae1aa669f0b01c66a68458f39cb7a be1f012beb4a81b171c89bf7f5e25d1f27662ac0 be440c9a2fcf72310a1a6dc4ea9056f2270193de beb5ddb3eb30476924120a2e1fc164789c60c7dc bf03223a83a47a5987fa1ce7f5648556700544c9 c1f86dd2d1a0cf65288d07b25307e83ccff13fa7 c3f31a69ffdc5880a94465a233f20253c4ebae88 c4a7d3028b622129aae7ce5ece9efbc40d39f626 ca2b7d252d216df531f1fca5f08f2a5bddf63fa6 d323a5652f2d686b0a26d94c63217f7ff9237cf3 d3cb0007fff918b7c1f6b6ab6f3036ca90624257 d61604c1be0f73fac797bca03a656db6dd4e5c7a d83c423e7e41e0139f7413f58ce1033cc6e3a8b1 da3f04f81b7b2e5e2a040a6129d2bc0e8e7222e5 ddde85c682447a2a540bdb41451ecb7c01b39b77 e223f443b0511b48db864d431b767eac052a9c40 e228403eac256b5d99c91ad899339e8ab5373419 e6ce46813f2b9b6de0dc333b68d09fd69988fc38 e7b2250e73f359829b5e25052a671390aef69f6b eb0a270137697d2d21ccaca62cd210a94f0609ad ebe72b58454791768faef3af73a92bcad713eaef f0438c8b7f1180ac0c99459a5391ac284b2b4e5a f0702891a4272598e5803ff5a1d87648a25d7207 f2c49e4022d7bcbb19b2cf445b986c1679065f61 f73a74c776a00f460b639df1affca0d6feb1ed43 f8ada3ad17f067cdd7b4fb496dde745017c16bcd f8faf35c5433e01fd2c442c21a78c7fb635ae91c fcec4acffdf973140bd814c68da965591ce15b9f ffe5d5582601e9d626c3be37deede1331f6eb6c2
Postgresql-Catversion: 202406281-1700
Timestamp: 2024-08-08 13:11:59+00

Package: postgresql-client-17
Source: postgresql-17
Version: 17~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10698
Depends: libpq5 (>= 17~beta3), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-17, postgresql-doc-17
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/database
Filename: pool/17/p/postgresql-17/postgresql-client-17_17~beta3-1.pgdg+1_arm64.deb
Size: 1952916
SHA256: b5c576b2c2f91e9e12e9fe8a5a875cf3c9d23374940589c8ac4bfa631b8b321f
SHA1: 8668fb25c4a0c475152480440b2ba153cf676e2d
MD5sum: 4af719bf8c11ecada76f18c4f4b3dd92
Description: front-end programs for PostgreSQL 17
 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 17. If you install
 PostgreSQL 17 on a standalone machine, you need the server package
 postgresql-17, 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.
Timestamp: 2024-08-08 13:11:59+00

Package: postgresql-client-17-dbgsym
Source: postgresql-17
Version: 17~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3333
Depends: postgresql-client-17 (= 17~beta3-1.pgdg+1)
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/postgresql-client-17-dbgsym_17~beta3-1.pgdg+1_arm64.deb
Size: 2828988
SHA256: c970c1a010a003826911fad2a1df5b19bb2b14fa3a44cdf7647b9d4e3df47c79
SHA1: ba00d497a7a2c709ab28831b3bf794433ac139fd
MD5sum: 5d901416b619e4dc53b3ecf3d794176b
Description: debug symbols for postgresql-client-17
Build-Ids: 02ed93e8db3169a3b48ce7f7f16436dfc3b0ceb9 0dc7595b2bc00c85d00a2c41cb946c10e4b31abe 1d7e4cb2990b217b24663f136976e7147ea29c97 34660b7b00d268365f16e2034b1a228c3b6560aa 34cb85b7d41b23c0491dd0f56d38aa262a04e230 481680bfdb48178ba9270cec2a2b6225a2c3a89e 66bafff531b32be77c7ea38ee8fdb0ea3f97fdc8 6c0aa0323a10ac487923ba97a42e0c013267e679 6ef1a22dfa92dbc75ae7ad14acd0a904a22c4efb 7ace4d90f06d4b5ac04ccce5587225feb9ccd21f 82370164ff958324f47a161508a446b71bb5208a 8abf000d4519bbe4f66c65b20ce6698029dfe88d a4c58b52b3affafadfa6f5386a717acb2fe6209c a5796013eed41a389236010cc0f7203e416dd2a8 abbf327d88d98154871d849f61a749685c6a16f9 cefffa460662b5351c96bd94b3f6a9dc3590c3f6 daaf9b485a3f847bf606e57c803725c02210fd54 e0ee259bfb362309335768f369fd91a82b34f40d ea72d078bdb1bb3df6876735c0f278713e47efc8 f8e426024b8dbe2df59cc5d8b139ae28a140748c f9591ab1dd09d1ef2226648fb7c5c0c5a7937058 ff31dd8b60c4384aade252b7011df5536c362f93
Timestamp: 2024-08-08 13:11:59+00

Package: postgresql-doc-17
Source: postgresql-17
Version: 17~beta3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16801
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/doc
Filename: pool/17/p/postgresql-17/postgresql-doc-17_17~beta3-1.pgdg+1_all.deb
Size: 2105028
SHA256: c275de3927df83ac0e081f0899145b420849071bd134b1625d1a5183dd6267f9
SHA1: 2e230dce047468dad25e3258f750652f2f012f03
MD5sum: a58c6695322c29835e00f08c3f74b3e2
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 17. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-08-08 13:11:59+00

Package: postgresql-plperl-17
Source: postgresql-17
Version: 17~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 583
Depends: perl, postgresql-17 (= 17~beta3-1.pgdg+1), libc6 (>= 2.34), libperl5.38t64 (>= 5.38.2)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/database
Filename: pool/17/p/postgresql-17/postgresql-plperl-17_17~beta3-1.pgdg+1_arm64.deb
Size: 84776
SHA256: 496f0c56c871938ed3039ea713a814a9a60622fdcb5cff9247da352d06b0f737
SHA1: a68a7b8315145e299509368478e0cff401dae157
MD5sum: c6b983380d64e351e031abe1ddc0c336
Description: PL/Perl procedural language for PostgreSQL 17
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Perl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-08-08 13:11:59+00

Package: postgresql-plperl-17-dbgsym
Source: postgresql-17
Version: 17~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 246
Depends: postgresql-plperl-17 (= 17~beta3-1.pgdg+1)
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/postgresql-plperl-17-dbgsym_17~beta3-1.pgdg+1_arm64.deb
Size: 200120
SHA256: c883665bef5f34e10cc6dc4642eb8cb4174d95a4dcf8f429705239f1e0c65cc2
SHA1: 00b6f03701b8800140c52220f591b0f7852fb69f
MD5sum: 0de9e3b934867ed2594eefcae4b91f7e
Description: debug symbols for postgresql-plperl-17
Build-Ids: 58b80b49978324c2ae6fa015626dec5835731ee5 7377de7a902803f31dd434f125f1b86a55bf3c25 78177e5fcd6c88ed512939fcad1fe66a7e199bd3 8734a15668f34bf0ec9b39b3b90ca7543328fd18
Timestamp: 2024-08-08 13:11:59+00

Package: postgresql-plpython3-17
Source: postgresql-17
Version: 17~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 682
Depends: postgresql-17 (= 17~beta3-1.pgdg+1), libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/database
Filename: pool/17/p/postgresql-17/postgresql-plpython3-17_17~beta3-1.pgdg+1_arm64.deb
Size: 105340
SHA256: 2afed80064bc00fadc48d5284af292e0ddc6211e61080715b30978ee1dfcc902
SHA1: db7efa2f7f31390002e08447de3e6d45457be35f
MD5sum: e034e72203d0235a3c3dd95ab669a7aa
Description: PL/Python 3 procedural language for PostgreSQL 17
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Python 3.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-08-08 13:11:59+00

Package: postgresql-plpython3-17-dbgsym
Source: postgresql-17
Version: 17~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 241
Depends: postgresql-plpython3-17 (= 17~beta3-1.pgdg+1)
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/postgresql-plpython3-17-dbgsym_17~beta3-1.pgdg+1_arm64.deb
Size: 189748
SHA256: 97b15b62a53b1c8cbd5107ff09b897ab930bdd733c275139fd38dc472ed72c1f
SHA1: f4e1c137f870d43a354cafb8e42fe8028111043a
MD5sum: ce0a52ff66c48c49af330a20d177bb71
Description: debug symbols for postgresql-plpython3-17
Build-Ids: 1b32c8b4ec367c7109c1638efe7331d5d413c847 a565bb63296364701e2589cdf07d524704bcbd68 c167059f59bc20aff3d6b840ad50b6a6e9982ff9 c54dc66fb77a8bd9fbb203568decc0c944a4554c
Timestamp: 2024-08-08 13:11:59+00

Package: postgresql-pltcl-17
Source: postgresql-17
Version: 17~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: postgresql-17 (= 17~beta3-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/database
Filename: pool/17/p/postgresql-17/postgresql-pltcl-17_17~beta3-1.pgdg+1_arm64.deb
Size: 36988
SHA256: 810d18f5f4bc7389a8781e5b2ee522cb41f9d64f18e31c3e1304215985f99fe1
SHA1: 7bdad3eae6ba8ce73d572f809a80ce862b1cc235
MD5sum: cbb7afc287119464df8de94783e1befb
Description: PL/Tcl procedural language for PostgreSQL 17
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Tcl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-08-08 13:11:59+00

Package: postgresql-pltcl-17-dbgsym
Source: postgresql-17
Version: 17~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: postgresql-pltcl-17 (= 17~beta3-1.pgdg+1)
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/postgresql-pltcl-17-dbgsym_17~beta3-1.pgdg+1_arm64.deb
Size: 85160
SHA256: e29fa8dfee91c58dab17cf3e6ea4032f2a17364cf72a5331691abf9126a3190c
SHA1: 715364ecdff2f1d8197b6a5bba3037b6f6855fdf
MD5sum: 93207d8f8fb87b1b6e142c7a8d9c5a64
Description: debug symbols for postgresql-pltcl-17
Build-Ids: 20072872310fd98c43a2b8d445e3d5d2a884ac91
Timestamp: 2024-08-08 13:11:59+00

Package: postgresql-server-dev-17
Source: postgresql-17
Version: 17~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8338
Depends: clang-16, libpq-dev (>= 17~~), llvm-16-dev, postgresql-client-17, postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libdevel
Filename: pool/17/p/postgresql-17/postgresql-server-dev-17_17~beta3-1.pgdg+1_arm64.deb
Size: 1310584
SHA256: 09a42ca0078b55a7afa29d2a28ee3f2a4940acd7ca65694f60a9c7baf72d18d1
SHA1: 189d4b9bd26108fbac48cc01f8120fae7ae70ef7
MD5sum: 58b549b7f2f4ac66a644c42a7c600957
Description: development files for PostgreSQL 17 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.
Timestamp: 2024-08-08 13:11:59+00

Package: postgresql-server-dev-17-dbgsym
Source: postgresql-17
Version: 17~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-server-dev-17 (= 17~beta3-1.pgdg+1)
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/postgresql-server-dev-17-dbgsym_17~beta3-1.pgdg+1_arm64.deb
Size: 56876
SHA256: 76892f3366709b02117c984686b82509816c389a3dc773f999c2a84b17d16227
SHA1: fdf25943f3ddde5a7a5bee16b83359c1b38e7cb0
MD5sum: a0dc038657699fe017708926d50ad7ed
Description: debug symbols for postgresql-server-dev-17
Build-Ids: d0de233bf6e08af79e4175a2ba6e4ce8182fed01
Timestamp: 2024-08-08 13:11:59+00

Package: libecpg6
Source: postgresql-16
Version: 16.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 276
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-16/libecpg6_16.4-1.pgdg+1_arm64.deb
Size: 58264
SHA256: ba954966473b2b7294ed756f616d2117cecdf6c57bf05e8f2ab319e19e07a3f6
SHA1: bc7e72245101f03c57cd8189ae34cfa04f0d767f
MD5sum: 688e8b6111dc9f5596bef2e20e050ec4
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.
Timestamp: 2024-08-08 16:47:01+00

Package: libecpg6-dbgsym
Source: postgresql-16
Version: 16.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: libecpg6 (= 16.4-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/libecpg6-dbgsym_16.4-1.pgdg+1_arm64.deb
Size: 114944
SHA256: 1945dba33a2fc826af76db782435d9fac2e8a9addae5b59e5f5058ab477f5599
SHA1: 97e8cf5ce29cae0b22dbbee298eac7fa08c0483c
MD5sum: eae02306695c07e4c164b57a5842022e
Description: debug symbols for libecpg6
Build-Ids: 7312870f1aff24bcd993be8e239c361a40798746
Timestamp: 2024-08-08 16:47:01+00

Package: libecpg-compat3
Source: postgresql-16
Version: 16.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-16/libecpg-compat3_16.4-1.pgdg+1_arm64.deb
Size: 21540
SHA256: 1461c5d3c0041d0a75ab8498835e54f9ccc0351d7c45ca5b847babb34b3a388f
SHA1: 34ee28057964c12d6184e3642514bc1cd4fe30aa
MD5sum: 2dc6cebb53cefcb85f2c830de9466859
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.
Timestamp: 2024-08-08 16:47:01+00

Package: libecpg-compat3-dbgsym
Source: postgresql-16
Version: 16.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: libecpg-compat3 (= 16.4-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/libecpg-compat3-dbgsym_16.4-1.pgdg+1_arm64.deb
Size: 39496
SHA256: 4ab1d4a4b3cf634cceb25815cb17ba0b74fbde21347a8ac786b9b7597defa342
SHA1: 1e4b5ba4cebf566bd46fb8eefd888a3973063cd6
MD5sum: 7b6ddb036affce98428b97deb480db62
Description: debug symbols for libecpg-compat3
Build-Ids: a181b7d2f75bf3f021d43f11f76b4b6fa1cd0781
Timestamp: 2024-08-08 16:47:01+00

Package: libecpg-dev
Source: postgresql-16
Version: 16.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1699
Depends: libecpg-compat3 (= 16.4-1.pgdg+1), libecpg6 (= 16.4-1.pgdg+1), libpgtypes3 (= 16.4-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-16/libecpg-dev_16.4-1.pgdg+1_arm64.deb
Size: 279168
SHA256: e521858675104d29f544266d4c581116d02ad8f6e4c33e047076606d9c2f8683
SHA1: 330f285a6f08d8d5324b2fec67739f13d69c4d9d
MD5sum: e38b4fbdc352d818abde0b2dc1d739b1
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).
Timestamp: 2024-08-08 16:47:01+00

Package: libecpg-dev-dbgsym
Source: postgresql-16
Version: 16.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 301
Depends: libecpg-dev (= 16.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/libecpg-dev-dbgsym_16.4-1.pgdg+1_arm64.deb
Size: 260924
SHA256: e40e063cdddc2a67427ab47f4e4ca42733daee3f727e4ecfd636c4aaacc023ad
SHA1: 117323d4a9f04d5ca28ff302a9981170527eff1f
MD5sum: bbb5827de480d2f6f2fa01d3777c2beb
Description: debug symbols for libecpg-dev
Build-Ids: f188fbeb967a895b090d325c6d4e962582eafad6
Timestamp: 2024-08-08 16:47:01+00

Package: libpgtypes3
Source: postgresql-16
Version: 16.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-16/libpgtypes3_16.4-1.pgdg+1_arm64.deb
Size: 42300
SHA256: 9f9f0ca2e0d74a97b19fe2d701ad6b745d87d31d2a5299900cc44403a135bd04
SHA1: 6ce5a7696fe869667f8c9af511b9014425256c43
MD5sum: 132e3979c047d713cc6b5f1a4db01027
Description: shared library libpgtypes for PostgreSQL 16
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-08-08 16:47:01+00

Package: libpgtypes3-dbgsym
Source: postgresql-16
Version: 16.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 16.4-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/libpgtypes3-dbgsym_16.4-1.pgdg+1_arm64.deb
Size: 89804
SHA256: d19508f5fed63d1fd9ebbee50380dda8e90bfb5c042d8467edab4f68ffae0c6b
SHA1: 92949b399a7bc30f7b2ae90eccedbc3943224b1f
MD5sum: e90c20dded2831faf64bd62399cbdf9a
Description: debug symbols for libpgtypes3
Build-Ids: 862bee25b37b381d804079503d99d3831d5c684b
Timestamp: 2024-08-08 16:47:01+00

Package: libpq5
Source: postgresql-16
Version: 16.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1092
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-16/libpq5_16.4-1.pgdg+1_arm64.deb
Size: 212744
SHA256: 593a96395250c1016d4a8604c584d64912e74a007ad927bf217055998abebdf7
SHA1: 22b9c4f650546ed54a20abf9336d6e6d5773bf3a
MD5sum: 86bde68c53420cc85f177ccc877a20d1
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.
Timestamp: 2024-08-08 16:47:01+00

Package: libpq5-dbgsym
Source: postgresql-16
Version: 16.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 327
Depends: libpq5 (= 16.4-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/libpq5-dbgsym_16.4-1.pgdg+1_arm64.deb
Size: 289968
SHA256: db6600ba5af8ac8b59010f679fc407ad5ff1ae7bd62673071040ffcdfe121fec
SHA1: 654b5575a97c308113a42d81adf4649b47869f6e
MD5sum: fc2c54331bf2b6ad25683e3469c58647
Description: debug symbols for libpq5
Build-Ids: f7dcfa3495962a1e06697cf9ed621d895c25e2b8
Timestamp: 2024-08-08 16:47:01+00

Package: libpq-dev
Source: postgresql-16
Version: 16.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 597
Depends: libpq5 (= 16.4-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-16/libpq-dev_16.4-1.pgdg+1_arm64.deb
Size: 142844
SHA256: bc6761b6df959d25902bf16d2ba5d239ab79e4cdb8ff22e68af4b58bb844075e
SHA1: ea330ed5f524bac11dcad8fa496a565d739ee391
MD5sum: 36bb54d360baae5f2f38e529c1a309a4
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.
Timestamp: 2024-08-08 16:47:01+00

Package: pgbackrest
Version: 2.53-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1142
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.34), libgcc-s1 (>= 4.2), liblz4-1 (>= 0.0~r127), libpq5, libssh2-1t64 (>= 1.5.0), libssl3t64 (>= 3.0.0), libxml2 (>= 2.7.4), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc, check-pgbackrest
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.53-1.pgdg+1_arm64.deb
Size: 417888
SHA256: c2cb6507ed1d1cc0df9ed8f4a440ca29eaa42e371fe83a55ffcc77591856e412
SHA1: be3d3398b6030f8bd1c52c2bfee1f0081b0ff774
MD5sum: 347e4239f44aab317e97ef0291f777cf
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.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2024-08-08 16:47:01+00

Package: pgbackrest-dbgsym
Source: pgbackrest
Version: 2.53-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1432
Depends: pgbackrest (= 2.53-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.53-1.pgdg+1_arm64.deb
Size: 1326800
SHA256: 3292a92e59d2f37b38f1278760a833352265b3cd8a54293bc46460db095cddb8
SHA1: 66946c24c8303cb159c8f12706d148315aaa1955
MD5sum: 6337f9c8a58547cce96186444cb72016
Description: debug symbols for pgbackrest
Build-Ids: 355e7959965f61aa791babe45c6bfde252f58aa3
Timestamp: 2024-08-08 16:47:01+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.53-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1812
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.53-1.pgdg+1_all.deb
Size: 124952
SHA256: 86484f495ecdde531e6b2b01d23bdbf026166b5fb657cc9ebd95cf8c797e480a
SHA1: ef3abcaf637c1753a5590502cb1693f29f471986
MD5sum: 18a792bdbb62aa5da1850927819fdf15
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2024-08-08 16:47:01+00

Package: pgxnclient
Version: 1.3.2-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 160
Depends: ca-certificates, python3-pkg-resources, python3-six, python3:any
Homepage: https://pgxn.github.io/pgxnclient/
Priority: optional
Section: database
Filename: pool/main/p/pgxnclient/pgxnclient_1.3.2-3.pgdg+1_all.deb
Size: 32932
SHA256: 02fc3e00b2ac8247260df7daf0603377c83c0b921136ecededc2111b597f4d3a
SHA1: 8bb335a5055b0935dcd31001c24c303266b3edb2
MD5sum: eaf375c8be576eebb67f7c245f6befab
Description: command line client for the PostgreSQL Extension Network
 The PGXN Client is a command line tool designed to interact with the
 PostgreSQL Extension Network at https://pgxn.org/ allowing searching,
 compiling, installing, and removing extensions in PostgreSQL databases.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql
Source: postgresql-common (262.pgdg+1)
Version: 16+262.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: postgresql-16
Suggests: postgresql-doc
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_16+262.pgdg+1_all.deb
Size: 12004
SHA256: d797cb00751ffd4d628f4ec66b9e339bf286ed6b72973058a342578a7565ca03
SHA1: 12f7197d02396bd0bef3a4103d292beaf8632f7e
MD5sum: 8a49f936a0c49c580faa8bf8b8963211
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.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-10-cron
Source: pg-cron
Version: 1.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: postgresql-10, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-10-cron_1.6.3-1.pgdg+1_arm64.deb
Size: 34044
SHA256: fb9b20884f848f509938e08134c49685c76f307a335182f427acb197d6b018f7
SHA1: 095625416e714f9feea43d998484fe0ea558726b
MD5sum: 8f6f53bd75dc3e5599b89575576db8fb
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-10-cron-dbgsym
Source: pg-cron
Version: 1.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-10-cron (= 1.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-10-cron-dbgsym_1.6.3-1.pgdg+1_arm64.deb
Size: 94452
SHA256: 9506e12a07a425d14d8e9629ecd4277e2f9bcb955e696c11d29040db5412eef8
SHA1: bace16d28ebce7b850796363872decb25f5e51fb
MD5sum: 69ca808c5e6bc21b32575bd52a975be1
Description: debug symbols for postgresql-10-cron
Build-Ids: 2bde6715c3dabef687f35a4ef0d08b9c8dc2d8ef
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-10-pljava
Source: postgresql-pljava
Version: 1.6.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1366
Depends: default-jre-headless | openjdk-21-jre-headless | java-runtime-headless, postgresql-10, postgresql-pljava-common (>= 1.6.7-2.pgdg+1), libc6 (>= 2.38)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-10-pljava_1.6.7-2.pgdg+1_arm64.deb
Size: 919640
SHA256: 3e3ba1067c5188d03b982efbe0dda35cb0fcb07bfcaa5bc682a5411457d25dfb
SHA1: cdd93a23bf0c62aea064fdb90b7d47b11d1dda92
MD5sum: 4b3e53d69acdaa31c694382c1bf9f485
Description: Java procedural language for PostgreSQL 10
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-21-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-10-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 349
Depends: postgresql-10-pljava (= 1.6.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-10-pljava-dbgsym_1.6.7-2.pgdg+1_arm64.deb
Size: 286876
SHA256: e12c3317ad4f980fcc872f4939837b2402fd2abe527298a8ef0e4d33a88b6912
SHA1: e6afb29dac3925279d0d92f238d133f1515c3b95
MD5sum: bcd09823782af8d93fe98b92505a46f7
Description: debug symbols for postgresql-10-pljava
Build-Ids: a24a174dc708395ff85c3c777b0fc278deb42d95
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-10-q3c
Source: postgresql-q3c
Version: 2.0.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2595
Depends: postgresql-10, libc6 (>= 2.38)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-10-q3c_2.0.1-3.pgdg+1_arm64.deb
Size: 80984
SHA256: 62047f5c1a4bc831ee5a4255ea06fd0f1a462c867f871e35eee9e14450b628f3
SHA1: df6edc906041d7f1e50d28a662d2eb197e726769
MD5sum: b0e57133f7e1f8bbc8dcdb4440f67bbb
Description: PostgreSQL 10 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-10-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-10-q3c (= 2.0.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-10-q3c-dbgsym_2.0.1-3.pgdg+1_arm64.deb
Size: 76248
SHA256: ed7a082e4a9dfd47ec2fa45bb51a41383bd24b2d1e935c050153eb4513a216ff
SHA1: 750c083e433ffab18f560e49d465a594d28e3633
MD5sum: 7cec65dd13474eda4b4f9275b34a90a3
Description: debug symbols for postgresql-10-q3c
Build-Ids: 36f5050cd0cf2a3bc5046cce30e61f30f1f7d031
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-10-semver
Source: postgresql-semver
Version: 0.40.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: libc6 (>= 2.38), postgresql-10
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-10-semver_0.40.0-1.pgdg+1_arm64.deb
Size: 24668
SHA256: 13a69cc198ddbe899c5d16face335b93cf4267dd99c359af94c280da6b12bc8c
SHA1: 1ec7b187f9aab13ab3a889eade1a6cc806eab1f2
MD5sum: f04b71547fd65d9679c968a01b0f15d1
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-10-semver-dbgsym
Source: postgresql-semver
Version: 0.40.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-10-semver (= 0.40.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-10-semver-dbgsym_0.40.0-1.pgdg+1_arm64.deb
Size: 19348
SHA256: e1854fef0ad293dba1273beeefc94daee678cf95510e2c3c57215645f3a69c07
SHA1: a8c31d245ca531d286155d456df67a0f008ca320
MD5sum: 40041554641d47123bddf726b61ac04c
Description: debug symbols for postgresql-10-semver
Build-Ids: a676736a76d54e2e923011d190d512d79eef5104
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-11-cron
Source: pg-cron
Version: 1.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 306
Depends: postgresql-11, postgresql-11-jit-llvm (>= 15), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-11-cron_1.6.3-1.pgdg+1_arm64.deb
Size: 104800
SHA256: 8b232ac84b68caf208af658622c1dfb8da654ee41849bf1276bc891186881f01
SHA1: 2917889f6d90065b544998965827dcd4f49b13de
MD5sum: 6c9e68005e7b0cb2bcace71ba63139b8
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-11-cron-dbgsym
Source: pg-cron
Version: 1.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-11-cron (= 1.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-11-cron-dbgsym_1.6.3-1.pgdg+1_arm64.deb
Size: 96312
SHA256: 4fc05020e6e207b68a0deaeb0d71fc69de1b2720f11a8f32c122bdac64af0411
SHA1: 966d561735aa328e01c4a3ce988a53cbbb91bb1c
MD5sum: 2a3a5067bed40c8a77015c11303ca965
Description: debug symbols for postgresql-11-cron
Build-Ids: 0f122f673a5b5ebb8861529e65e11767a70f7f1e
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-11-pljava
Source: postgresql-pljava
Version: 1.6.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1366
Depends: default-jre-headless | openjdk-21-jre-headless | java-runtime-headless, postgresql-11, postgresql-pljava-common (>= 1.6.7-2.pgdg+1), libc6 (>= 2.38)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-11-pljava_1.6.7-2.pgdg+1_arm64.deb
Size: 919748
SHA256: 0429ea9ca6dae6e3d89ffd8280ba1bf6849e43b06eaa8709bbcb05a342c9af29
SHA1: f25ba7154799ec5418fcd911c38db5db341828de
MD5sum: 9aea104ffd533f76b98b2b7dafead653
Description: Java procedural language for PostgreSQL 11
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-21-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-11-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 345
Depends: postgresql-11-pljava (= 1.6.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-11-pljava-dbgsym_1.6.7-2.pgdg+1_arm64.deb
Size: 282916
SHA256: 5e28a29abf00e0b0a38ce3bfb69432374e8c847a8db8685fc0f944e5cf7022d1
SHA1: 1b9ac346013509d4a7a737d4575846e4c4e77ad0
MD5sum: 722f54a54a1fcb67de3148aa1bfc9f41
Description: debug symbols for postgresql-11-pljava
Build-Ids: 02938103527ff4a0715066906c580097f698d522
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-11-q3c
Source: postgresql-q3c
Version: 2.0.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3489
Depends: postgresql-11, postgresql-11-jit-llvm (>= 15), libc6 (>= 2.38)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-11-q3c_2.0.1-3.pgdg+1_arm64.deb
Size: 160884
SHA256: 4fad73e0ec563d1724c99535531991486bf0ff301f1c2e6b382b827de97507d5
SHA1: ffc41e68747608bd0148a1f9956ce25372644574
MD5sum: c126f6ed0280cf2c9226561cdfec9850
Description: PostgreSQL 11 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-11-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: postgresql-11-q3c (= 2.0.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-11-q3c-dbgsym_2.0.1-3.pgdg+1_arm64.deb
Size: 83056
SHA256: bec14770a5fbbec61e276ef1c8ad6f627e5294550d57dcfb9b2d75568e7f48c6
SHA1: 3920f85732636301f39276c6e75f9e327fed3399
MD5sum: 93cbbc7ba557ee154f0685f8d9cc7bb2
Description: debug symbols for postgresql-11-q3c
Build-Ids: c31ae8d878a64d168eb3ca3da37612b137d0f3df
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-11-semver
Source: postgresql-semver
Version: 0.40.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: libc6 (>= 2.38), postgresql-11, postgresql-11-jit-llvm (>= 15)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-11-semver_0.40.0-1.pgdg+1_arm64.deb
Size: 40092
SHA256: 2bf3143471e9cabd5890af672c64726d7745f7e76170f94aea03e88f5226a960
SHA1: c30ad233edf3231a473cdb1aeba61579a26840c3
MD5sum: aa818b5aba035cf58c402614e022375e
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-11-semver-dbgsym
Source: postgresql-semver
Version: 0.40.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-11-semver (= 0.40.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-11-semver-dbgsym_0.40.0-1.pgdg+1_arm64.deb
Size: 19968
SHA256: d8ce02917c5b20304893f83071bc81df78fc4df3ed417a32a45a8b467db1dedc
SHA1: ba9e95ed78becb8f96317ba765ed679ac26c80f3
MD5sum: e3f655ecac3f4c92acbd6d57f7290e30
Description: debug symbols for postgresql-11-semver
Build-Ids: d5608bb1f98d5da4b11e0e2d8584f837454501a2
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-12
Version: 12.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54935
Depends: locales | locales-all, postgresql-client-12, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm16t64, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-12-jit-llvm (= 16), postgresql-contrib-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-12_12.20-1.pgdg+1_arm64.deb
Size: 16068248
SHA256: 3570e9f03a34f31939c09aa2db8727a549809318bee7169081d3a03483963fe9
SHA1: 79ff5ebfa766add0ade536e4f5fac37c6eb97011
MD5sum: ca7ebc20a08fb741c3544538bea770be
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 12.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 201909212
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-12-credcheck
Source: credcheck
Version: 2.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 185
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-12-credcheck_2.8-1.pgdg+1_arm64.deb
Size: 70204
SHA256: ef59d75c02a491fd28a3515d19d84ba6f00f89b9c79de6d071a27d1e8ae5d216
SHA1: f003393dea24664b94f07f031a8f25af751480e4
MD5sum: 77d034734a2893bed160823af70662ef
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-12-credcheck-dbgsym
Source: credcheck
Version: 2.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-12-credcheck (= 2.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-12-credcheck-dbgsym_2.8-1.pgdg+1_arm64.deb
Size: 63164
SHA256: f83757435a61ccc2239c5c7152a730def86cc5aeda08479e0045e6be95cf8dde
SHA1: 7985007f0fae4264b2552fcce9cf92596df34b58
MD5sum: 9f2bd84471a1c243b4dfc53b46c13461
Description: debug symbols for postgresql-12-credcheck
Build-Ids: dfab62932954122be4b334efcd48f80d328235a1
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-12-cron
Source: pg-cron
Version: 1.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 308
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-12-cron_1.6.3-1.pgdg+1_arm64.deb
Size: 105980
SHA256: 8787ae5802aeb65fcdd22a19c7081ec6e9d70cec3cbd392fa0ca29dbe8db9b98
SHA1: 7ba066ca63d0c6d5c16e15e6deb4c300837459d0
MD5sum: 896a4ca77f6c932f95bd1399d22bc09d
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-12-cron-dbgsym
Source: pg-cron
Version: 1.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: postgresql-12-cron (= 1.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-12-cron-dbgsym_1.6.3-1.pgdg+1_arm64.deb
Size: 103880
SHA256: 3d3fe10f0a2e537157e3264fbc97842ca610ba64e959b6b319c642bba5d087f1
SHA1: f00807490909e1f3ef7ec32a3a22802dfc6a6f12
MD5sum: 269bf4ca6046ec65ab472ddaffcc6152
Description: debug symbols for postgresql-12-cron
Build-Ids: df8942bcd5dc983edb888b9b5a96eabfc9c43e48
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-12-dbgsym
Source: postgresql-12
Version: 12.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16705
Depends: postgresql-12 (= 12.20-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-12-dbgsym_12.20-1.pgdg+1_arm64.deb
Size: 15103536
SHA256: 5df1009517ef6e3fb29a560f2522e1c9ac4835c283ebae552f9081c349e71d25
SHA1: 7d5e1eaa4b6566c220758c7e7a9aae41b85fc856
MD5sum: b6a6d49f2558cf1fd2558df5ae4ab39f
Description: debug symbols for postgresql-12
Build-Ids: 002528c2593c42511fee48115188f9fdb5c29b89 02e81b65479ecd61e67cd0940b0611f8787c89c2 06bab0960de38748e28bc86048d4418233a7824f 09f5d78ce46569e0e8f54f081b438547a903a5af 0acfc948af2e5d92f5285deb84fadef070166837 10b774eae26bfebcf124cfe87157deed733304ae 1344578bfd729d2d72c993965bf2b45b56be1119 13991ed68a0a36f2f576c0fb7e7fac3d1e04fd47 185a5bc4162f5c5777bd71b0f8c0bb34ea845e7f 1ae76b42de5a2742aae1bf40f1b43ade263ae698 1b2f7fcf3483203b2d60a085b2c769a147715f39 1e8ecf41479e207c30516a430e34e2ea35f32712 21fe141fcdf3b77531781953c8b4dc847c59ef79 24a533f5df2b8678cc89bd56dba2bb8c48dee60d 25006ac972b3c07f21c110faebb151a1493ca99d 292f90c077a6801925ea89c31540f24bc8ce5dc1 2ee43f5f134fa769cc95624d1b4d3f6ce4d86e7b 2f155b697f4d24e2dd2a2ed340771d7b831653b9 302018b88ecff28ebac0b4373e19410e9e0a81fd 3179dff55b9e0a507513e36f59f4c9794b132c09 31b1c5928f027c03b5e95175bf08da31e364d9b8 33eb966515bd076787d03b749e3eeee422ed151b 3c03e7a5f2aafe812c09b4d93eba95c9d64b86c9 3e50432842a18db915a2afe3777e0ccb4e586be4 4177975cad415c10b245a70cd311b5933396cce3 4c14405b124f3e3789a65efb945da82d8d68efb4 530ef6d93d2b445dec5568c67069e03a9746c6cd 55fc68149d6063ac8be10c6b048563132efda5d6 56e16fa5aaa868a3442a2a2ca37286e8423dd580 58843caafa0bfa083aea30da8c9d6dbbea2999a7 5d3017822ccfff217dd41f2ccfe7ff4befc7dd73 5f307af0218b3cbb62bf198281361532692ea0d9 6881875b8db961204ebdf33c7c0cc5fe0cb22841 696c63816c478b0692ce9c7448644eeb21062f24 69f2c2ee433e9a9f170cded0f228c25c8970238f 6c06920c22825ef57ea7cc0552b77133295053f3 6fe753614dcfcdb6a185d6f765c498031923c43d 75fe46c1f31e1682fbad5a762e199565d949565b 77478edb7bd9e96ccd3fc230ccab7f8d565857bd 78f67e8dedd54a60b1843c860cfd54a9105ded98 7908d8010891731458897a4c371b149d4ff54a80 7ab91937eef9122041933d068f411ca26be9e425 7c7b82419675bc6eae4f375391d496b9cd947b35 7e201c31e859e0bdc3414de6254694a274f773e0 7e6fd19ebf6aebea30530b0e3a3877d9ff6b5842 7ea491c1830dd9e700ed925d95ee3d79962741d4 8174af35ecd8a388279193f78f0c5716d608a6a1 8a1e81c1e26976a503652e46582de4419ce37f29 8aaba0133b80460b703a237e67eb3386743411bc 8ab8bb8d98b754767817e1b5fbee3c2e16c29a94 9035ca96eed957404167ab29c5405043d3912bf6 90e64d70a3142e6a820cf5e7c7270896cf7baab6 930c935477655fe9dc373a0961497dd6545a6123 9c759b0d4fb1143f3b711458ffbab069046c4e72 a0b8b68b1ff294aa307b7bbb3b425dbad9010a15 a76dc61c641e9acd479184e0c604a14927e9ceef a88e72485cc7c00ecf615d943d0366fcf4b5d885 a906ffc55e3578006ccfcc1f276bdba2c6e8c02e ab595e2b35259168e6a4381f2b928470af461a7d b1d229ca2de5fdeb4b4b1faaf30181463bb0d95f b2e7eda3f0dbf8f906f0b8b583bdf7f818eee3e5 b39c61969e3b2500348eefb27fd88d71624b21a6 b57f71497c5993bc602febc34c5cdf9b77a40730 b5ace32e449b1189db0c4955753a35acbcf43fd7 bc91fd40b67bf68a44ac2924ff5fcab14d486c4c bdc6cc595347a48b6d1a55dc77e0b751c3a6514a bde5702ee50c009278cb76e57660ef2c3e754fb2 be89cd3c9a4746df40d63f711425c22150dd4d5a c3864f9d41e9951ebcdd53d5cde9ecd6b9e0680f c48b1a05946b235b6cfcbcd6fd26075af641c117 c7bfff0f2add1a25451f1f794d6bd05c148e2b85 cb1c9effd702eb6c312ee3f3841767eb01e03e52 cba348d9f15d134843577681909ea03d3904757a ce84e572b55c535a28a15f17ca672f5a79ddf057 d01457dedddefe8ce9022ad47f31de10cd3842ea d083ac65bd16b4bc2fe9ded8d761c821cc3d4c16 d3c40990c8907b9006b1c222217a63f5619ebf29 dd1f5dda454da6ca9be67296b5d83c4c45f42995 de1c4e9953ce10afc11a305ab841553e8e1683fa de335a116698780cdd05d9942fe5756d90df7095 df91abee9119e6051b60d9924e4eee6da1923a0a e07c46d8ed4b34cb0a472a66073b557713e4920a e5deea250b65966acee02e2779ea44c1f40c5a7e ec6f6ff0bf93b0ce163be27f89f70be9fcc60f27 edc6280fa339dfce4739152a8999b8daaa7fb4eb f327e12e584a4f19b0e26675260c7b3f6a9980d2 f3e41c3f9584615c9429f69293f82762b741178d f4ac53ba3a62f13e3b01710477330f43d792d150 f538fdf9f7da47c1dd6ca49fd9b571cec054c26f f7313370b956c47747b1cfa291f269254e3c19d7 f854d7b7d2e331c4621d70e15d4b6b8193928374 f97c4920fc5b5a87b27858c9543e37aa4ac62b3e fb335a29be397bc34a4620b36e7cc417bc257740 fb7d086014013fff2a31447900604b1549d86f44
Postgresql-Catversion: 201909212
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-12-pgvector
Source: pgvector
Version: 0.7.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 742
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-12-pgvector_0.7.4-1.pgdg+1_arm64.deb
Size: 276332
SHA256: 8d905f296631d2c81582694008ae26d0bfa9f76e85e86b982cbf3a53b3db8700
SHA1: 74e2076b8753e3960d4dcfe17a5d60d606774459
MD5sum: e262dce093db53825086aabe0ad86b5d
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-12-pgvector-dbgsym
Source: pgvector
Version: 0.7.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 309
Depends: postgresql-12-pgvector (= 0.7.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-12-pgvector-dbgsym_0.7.4-1.pgdg+1_arm64.deb
Size: 276284
SHA256: f264333fe706fcb370a3188409045dc88e1bd4085f766314d8ff7c79b2555f9e
SHA1: 077649f3a9a4ebd3b1f24ed1ad06c16818f8d136
MD5sum: a27b6aea5c9727a44262af080e5be74a
Description: debug symbols for postgresql-12-pgvector
Build-Ids: 1b7858a12dfaa90ff7bb6757457d958f08a5f448
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-12-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 143
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 16)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-12-pg-wait-sampling_1.1.6-1.pgdg+1_arm64.deb
Size: 45904
SHA256: c794b98e72f64b16363fa5bdcc2ea8661a10a175adee2a62c10b437662a880f3
SHA1: be0e61c6ebea2067188a3a58f03b3f1147b5c43b
MD5sum: 468ba9f8bb6655a759ac28f691bb3b6a
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-12-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-12-pg-wait-sampling (= 1.1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-12-pg-wait-sampling-dbgsym_1.1.6-1.pgdg+1_arm64.deb
Size: 54900
SHA256: 8a9b3dcd9add2631ac03b1ffb80024a423f624f408b5be8c615b198adea89af2
SHA1: c4601185e4350c11acfac62412ee45a79db6b32b
MD5sum: a4728cda6d096c0c99eeb88ce895f11a
Description: debug symbols for postgresql-12-pg-wait-sampling
Build-Ids: 06e31f57e0fc45cd3acbdf16492abb1c13ef4358
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-12-pljava
Source: postgresql-pljava
Version: 1.6.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1366
Depends: default-jre-headless | openjdk-21-jre-headless | java-runtime-headless, postgresql-12, postgresql-pljava-common (>= 1.6.7-2.pgdg+1), libc6 (>= 2.38)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-12-pljava_1.6.7-2.pgdg+1_arm64.deb
Size: 919476
SHA256: 37bbf5b39a0a028925a4622ac0c58236face93e8946a70b4b222d7adfeea80ea
SHA1: bfabcf21a7fbaeff57ea89d4b84081a36a3bc261
MD5sum: abdfd76bcda0801f1e128e82a7b258fa
Description: Java procedural language for PostgreSQL 12
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-21-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-12-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 354
Depends: postgresql-12-pljava (= 1.6.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-12-pljava-dbgsym_1.6.7-2.pgdg+1_arm64.deb
Size: 291712
SHA256: ec2c98b09c616a44de853832d9586cef98b008456eac395346a2947773aabe56
SHA1: e19ce295ef998def20040d45ed4f75ceb7864597
MD5sum: ccb96593fa7d6aacfe969fcf99f6f816
Description: debug symbols for postgresql-12-pljava
Build-Ids: 664c21d30c0c5116c9bca595312fb470203924ce
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-12-q3c
Source: postgresql-q3c
Version: 2.0.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3492
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-12-q3c_2.0.1-3.pgdg+1_arm64.deb
Size: 151972
SHA256: 92e16aa05ad5047dad9f872997afa98fb525e93bfdc5dfb4ad9ec00fdbe50370
SHA1: 8ad4cc5c0c6ae1fd33a5ed15f0c153d36bc6dcdf
MD5sum: a7d7b31b922a9987e39d88e97596f6bc
Description: PostgreSQL 12 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-12-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-12-q3c (= 2.0.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-12-q3c-dbgsym_2.0.1-3.pgdg+1_arm64.deb
Size: 84080
SHA256: 66758f836ead8fb1b542d39466a3dd2b01e72bbe54fb844cf07a138fde0d1732
SHA1: be1243bec1352171853f14f7cf5113557834cf2b
MD5sum: c67f147f0235f8436cc132e71544ebc4
Description: debug symbols for postgresql-12-q3c
Build-Ids: 9c167ed2f9f49c0901d55be184fcdfe3ae3d9b4e
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-12-semver
Source: postgresql-semver
Version: 0.40.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: libc6 (>= 2.38), postgresql-12, postgresql-12-jit-llvm (>= 16)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-12-semver_0.40.0-1.pgdg+1_arm64.deb
Size: 40080
SHA256: e01d2cddf451e5a751998a0b06832159e72aa5f4bc99278a6183f0fa8aa9dfa2
SHA1: b4e3a1ac7e8dab12d5020e467850bfef6bd1074a
MD5sum: a6f1521c6dcff01cfd6177c7ae636101
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-12-semver-dbgsym
Source: postgresql-semver
Version: 0.40.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-12-semver (= 0.40.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-12-semver-dbgsym_0.40.0-1.pgdg+1_arm64.deb
Size: 20012
SHA256: 37a7a1049b82bf4deb7bab3e6c330c9dee281090e55cce029df683d8f3a4b47f
SHA1: a0759b30b31195cf7fbb88590727658370c1c231
MD5sum: 6fcc712d2cdbe191028b11e6682061fb
Description: debug symbols for postgresql-12-semver
Build-Ids: ad21730b896dd23572c4f9580748d03289f2811e
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-13
Version: 13.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54778
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm16t64, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-13-jit-llvm (= 16), postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-13_13.16-1.pgdg+1_arm64.deb
Size: 16379948
SHA256: 52089f11d42a40fdcab108238725c8e35857deae161957f3ebe14830e2e08ede
SHA1: 914e3b589e4487399532241bfc1f8fb236b76783
MD5sum: c6df530523d8a9f0844944c843a06357
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 13.
Postgresql-Catversion: 202007201
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-13-credcheck
Source: credcheck
Version: 2.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 185
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-13-credcheck_2.8-1.pgdg+1_arm64.deb
Size: 70380
SHA256: 2ba182964e2fc6768b98413e2bc2543c6ef5c0006cb1a711ba95ae86a51bf037
SHA1: be2dead97f835394f8977c31c61d0a717ca683cb
MD5sum: d5d9ba89894745aa6734949f11210611
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-13-credcheck-dbgsym
Source: credcheck
Version: 2.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-13-credcheck (= 2.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-13-credcheck-dbgsym_2.8-1.pgdg+1_arm64.deb
Size: 66672
SHA256: 75439afaee86e03d42e7fc7c346a73dec6fcbd2a4bdfefa8f863897128184b7d
SHA1: 60386449e5175e274faae7e331ea7bf64e7ba271
MD5sum: b84a9f0682b646ac3db2a20f26cbea86
Description: debug symbols for postgresql-13-credcheck
Build-Ids: 2d19c1d11e07210f90fa77aad51e98d4e203186a
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-13-cron
Source: pg-cron
Version: 1.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 308
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-13-cron_1.6.3-1.pgdg+1_arm64.deb
Size: 106792
SHA256: d24bf98f64cd6d7e8cdd0baa21d09333eaa61479fcada5f5dc0f8c50e856832a
SHA1: ad59c10215fb1648905fc7c4e3dff3d943f10b58
MD5sum: 0f6aa81958594bd2cc99b5b30f866efc
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-13-cron-dbgsym
Source: pg-cron
Version: 1.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-13-cron (= 1.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-13-cron-dbgsym_1.6.3-1.pgdg+1_arm64.deb
Size: 108016
SHA256: e56dc729d1222b1509ebf53e99e6f3264025d8da64234c43c65b6256717c3422
SHA1: 023c596e3506cdc1b5766298a94a3979f0ecce63
MD5sum: 7eabf0a482432740f6cf68be04404ebc
Description: debug symbols for postgresql-13-cron
Build-Ids: a7c9fef90cb4020d8fb37b535a2cf3c6a6b278cb
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-13-dbgsym
Source: postgresql-13
Version: 13.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17507
Depends: postgresql-13 (= 13.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-13-dbgsym_13.16-1.pgdg+1_arm64.deb
Size: 15872692
SHA256: 7ba67b1cae0822a7c1e1c5db379433a9002d19f0a799039a6e7b8c264b43a991
SHA1: b82d4ffc13a48d1fcb2f8990dbb3a8359799d393
MD5sum: 4bf1b85a6979cab86b14eefc3727c6f3
Description: debug symbols for postgresql-13
Build-Ids: 08e8be1da9acd7ce6ac4bbd9cb57488452646a93 0ee76e3de8fc0e9df5266066aa8038e0a1c02fa2 1029303f274a403953b05e777fc6ed82203bdf01 154f8e3c354f5ce901cb313076b77f0739be9a9b 19003eef87c81b420570971942ea409023679130 1bb4fbb16633b3251cf672e5ed8ae12a43442492 1e4cd15c894635ea213c6ed5b24f923d1f6b8dda 21810890153307ee906770957f2c0b1716422a22 251fdbd2b9d4503ade5ed302f641f21fbc0e7777 2555e2ffb09438ffbe4c84c294f1f6a3a77f50b0 2614270419c4eca0f2f4f12c947a390f8396e103 273a9a8d1774ac914d20b2f9bc02f990adc87a79 2d17a37eee4f62d5529d318bd7b86385e4cdddc3 2dca5fa4a650203381907840bc56a4312cc63d78 2e8ea1f928bb4819b2281d194793a6018f74272c 34de28c8d9ef54b4dce5421b3a5d49e41a31cd91 36816beec7b5018dd7bb6bed7249909caa2c798d 38a0aee6c93009db9a8e37d4d7f5194a75ea54f0 3bdde26a6497742733f0bfefc0fa271f01e76146 425111e7178830fca37d387ead5a43208be17896 4892963e753027d01cedacc1a655d2f2f884f3d7 4eb86a02df6e5839939ba888421febdf6a304f91 50c0ca58ca0f37242c100d8090c0aea9ca7849f9 52a7974ffee83c9b4226662031dbc4196c33016c 59017895cd7347f2601eb99f6f4e4871de20c303 5a99022c631cfefcab4452918ee8e55460d55807 5e6885d16401ad688b3e76f9e1a7e44871ca5e2d 6240e1068a7c3f32833066d645ae6958ce6dd9c3 62bf0e5c2a71908d1cb86d310e6de62531e38b03 66c53791a0c59cf22dd0096a2777323ebc227831 67164bcda12ddfb7387b48a507360ace11966025 67cff1e747b907baf80593e9d74dd7e5ab63807e 68d43b08e853fc3a1ed87eea61145d9ad4cdb085 69eb4bdaf732045ba9388bc7e1decdd6b7a8b818 6c83cdf7700660764aa3ace8f647ce9296e589e6 6d22e33badd25d2dedc3b4b0acf2f838858c7209 6e0b06e990beaefdd9ac632bef2019a9453b754e 6f6f69043c9e53623d30cab38fe9245daed94410 70bb48259d4094287bfebe9455334aa86ad6ff55 714cbccc1c9aeafe76f4d698394d2df223639b6c 75271bd922b80192310a39f43512b35a45fa0a31 7568a8888ef12764a263e8bd59dc9373dbbdb88c 7b75e4030221b3201aa0cb368c7f48f273ea793d 7c4c5be356a790afc1a52a90b005b7a2051cfde8 7cf333a7b5bc3e718084d1818b1f80ac556c8e20 7eb857738bd37cd8372304d4c1eb8d8bd474169a 83fb980fc64bf10b5195ec681606666b68526dd8 87711da63285c19094e2adc6df65dd0fbf30ed17 8b125e146a2145e1ca949877f7287616d546a512 8b1a46c3a3915fc1816f8649613097b835537d59 8f6c5978304a4bd644a4b486a4598706bef5de7e 9109b82b40a0b05cb2c2f6a53109ed5344212582 92c2e40ecc1b82839e10de3d8379f9133f623a31 93e1011c6ad547c461dd9948d0865383b867da40 96a4f9366d26d891ab16e36cc3c1506d26fc8088 a2bb664bdfa71f947e3174e809c760a9322fcf6d a3e2bff1f5d02b445692a10e993b1e895337d1ad a461444ac84bd87ecee88dd718a44c0e4e48bddf a52fea4efe49f915dbe9162483ab4a2a0869b901 a5766a8f374d82e619cf7f9700df3a861feac73b a99108bd957fc83280e730722a5a9a7c11cc1e8b aafd1fd1cadb9012173b99517cfc7b47dff85745 b3dd04116de251269a4eb77cd5587edf70b3c447 b69d9b15dd757eb0762a0aa1f0a45f901a1c92a3 b97cceee8aa4c2a89ec553a56ce36cd2373b4d4e baf6facab21f43c5220e1c656d801784fd7d5cdb bbfc1357c76e00bccfb46e2590fdf096ab570341 c0e9537283ac35f34b737eecb582f44a76ac6e4c c1353291afd6213d8dbbc225b5defc958d10b793 c3e1a43f94fbd52d96e2a20178fb28e0ad6089c6 c44d27061c646b49605f854e6744d868cea5fd04 c45029c4952e047f6b75a6b4763133b3dd0d6a7e cafe546cda9dc244d12155105da24065816e23a8 cb2d73faabb150d11e6b16f8dc9b07722230b090 cc6b46eacfa1844ee8754c23aa4d22ebc85d3b3b d50a111ffc3de9109ce52c34ef876d33a0731537 d6fba11d108d04a24ee8a26037881495611a5d4e d78f3d3eb66afcf3852606434e9bda65659dd621 dce476f3b1af1311ab28fdcaa7f0a109087f7594 e10d63db21991e2b7f6bbca1ad3d04f0a92ef3f2 e16fc107ec59656602dd2d3bf2e1a787ea0e6d7b e5e7e852cba5f21245d33f4e7e974d15d0c42059 e60dd996be15dde5c7453c2a79402f55d110aad5 eab56a2addb8ec23d8d04c610788c6efd68f9a24 ead4bd3b5939a34687641bbc4ee59385d8958a2b ec62e4634f5ef3b9f8fb1d74fe98fabca6a21b12 ec7899577917372aeb8015544e40595718384226 f05e520c7e7839bc7d7465faa87afe6be680d563 f0e315148e9843226faf602d3230a07a66bd8ebd f3663c57323913c3db7e3d485ee335930902150a f46db87fb3c3ce5b26802f671fc0ee2da313b790 faf132600dae4bae0a464654a9c6d7c7e2f71ced
Postgresql-Catversion: 202007201
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-13-pgvector
Source: pgvector
Version: 0.7.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 735
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-13-pgvector_0.7.4-1.pgdg+1_arm64.deb
Size: 273580
SHA256: 48627e1a55d704692916a55e64c1ae61ca58cc73e736d2fc8a1e9e9fdd82d99f
SHA1: 3bb3b9bc9df7600d379fd0c2e7147cfc8d4fa93c
MD5sum: 543d8d34c8dacf470d12453173a6a059
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-13-pgvector-dbgsym
Source: pgvector
Version: 0.7.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 314
Depends: postgresql-13-pgvector (= 0.7.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-13-pgvector-dbgsym_0.7.4-1.pgdg+1_arm64.deb
Size: 280996
SHA256: dc61a3ff910a7808cab290f357ced863f704e18dfe8d8475e95ff367bfe86a83
SHA1: 6b3ab086f70c322e078e2f346e4b255ab73b158a
MD5sum: 477dedaab62f4df38745086efa109a5d
Description: debug symbols for postgresql-13-pgvector
Build-Ids: c1e976ea7a2e38e540f0c85229122d47f6e6ba78
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-13-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 143
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 16)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-13-pg-wait-sampling_1.1.6-1.pgdg+1_arm64.deb
Size: 45644
SHA256: 9cb631c0f9c472b4f79dd3d7ebabb3bbfdeaadea9286c2d00004f0b9af9c9b4e
SHA1: c289e2cef7d0e187033d805933610543b5699c3a
MD5sum: 79a383ec197ca7c3feb0f44bb4a45a14
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-13-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-13-pg-wait-sampling (= 1.1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-13-pg-wait-sampling-dbgsym_1.1.6-1.pgdg+1_arm64.deb
Size: 55140
SHA256: ac9e93f4d8b2579c8e5d4f4cdddb17b8c2f0285092f57bd86037d7a877c240e5
SHA1: 5abb53e11e6bd8cd8d538f6879646b04acd80177
MD5sum: 6652a3f0f4476378d3c3e1ec2eb1719c
Description: debug symbols for postgresql-13-pg-wait-sampling
Build-Ids: fb2499999275e273c5df61b213ee65a5fd383cd5
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-13-pljava
Source: postgresql-pljava
Version: 1.6.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1366
Depends: default-jre-headless | openjdk-21-jre-headless | java-runtime-headless, postgresql-13, postgresql-pljava-common (>= 1.6.7-2.pgdg+1), libc6 (>= 2.38)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-13-pljava_1.6.7-2.pgdg+1_arm64.deb
Size: 919544
SHA256: 0cab6ff4f8afcb532fbd8f828555e11d26228d88550ee31849022d53e499af66
SHA1: 1e5bc6adeff100c4d1f006743c03e440ab6a8ef5
MD5sum: 15b7c27d6b23851ba4f99d9472fa5127
Description: Java procedural language for PostgreSQL 13
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-21-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-13-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 360
Depends: postgresql-13-pljava (= 1.6.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-13-pljava-dbgsym_1.6.7-2.pgdg+1_arm64.deb
Size: 298084
SHA256: a59e4e1302654a50b84ab5cf705a7cd72269ead28422854732ec075c364e1449
SHA1: 3e592ece6181a6d0504df234f0f6dad0f2366940
MD5sum: 34172c2c25d6dcc17d718a7cb695fc51
Description: debug symbols for postgresql-13-pljava
Build-Ids: 3b067b04d1a5a789928995f1b00bd8486a7bcb3f
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-13-q3c
Source: postgresql-q3c
Version: 2.0.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3492
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-13-q3c_2.0.1-3.pgdg+1_arm64.deb
Size: 156532
SHA256: 0f97b252ba37eb244a8269055cd1a1e259c8e2a5cbdbc5332e61d21e2695909e
SHA1: 29fcc121e18ee646e8304c4b4985ba0f91725e18
MD5sum: a532abe3007aef95690e427bdb7a5325
Description: PostgreSQL 13 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-13-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-13-q3c (= 2.0.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-13-q3c-dbgsym_2.0.1-3.pgdg+1_arm64.deb
Size: 83364
SHA256: 0eeffbbaa27322a1883145a91099e37d6773e8f19ce3ed585dbbbb688e12a5ff
SHA1: 5a18253942becb2bf89beec758616e0bdf20456a
MD5sum: 691c9c95d80a51fa47cf453c61137c07
Description: debug symbols for postgresql-13-q3c
Build-Ids: 4016a6fc4a872cfa1610077dd32b997dc3e6bcd6
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-13-semver
Source: postgresql-semver
Version: 0.40.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: libc6 (>= 2.38), postgresql-13, postgresql-13-jit-llvm (>= 16)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-13-semver_0.40.0-1.pgdg+1_arm64.deb
Size: 40396
SHA256: 464b744bff3aa529645b183dd766d302216a5d87d60f260954abeb3439028331
SHA1: 64003034374a32cb3b8c7366e655dd713d8bc7f1
MD5sum: 63b70edb07e29792ddadb12a7c4e2f44
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-13-semver-dbgsym
Source: postgresql-semver
Version: 0.40.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-13-semver (= 0.40.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-13-semver-dbgsym_0.40.0-1.pgdg+1_arm64.deb
Size: 20280
SHA256: 97eca78495b900521394482315dbb020cbb9e6a082181330190533db5d63a37b
SHA1: f3cf418562399dfedc6ac2037c898e60bb78aaa9
MD5sum: 024ae62620b67b5e64d3a840845f0ae3
Description: debug symbols for postgresql-13-semver
Build-Ids: f24c9b9b13e2dc97129703d0e1b9fcb2e5492c8f
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-14
Version: 14.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56998
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 229~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm16t64, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3t64 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-14-jit-llvm (= 16), postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-14_14.13-1.pgdg+1_arm64.deb
Size: 17150960
SHA256: 517b33001da91ce367c8c834ae91cdaeedfd5a035dfee8adce99d82a75725926
SHA1: 88132652c4d244ff372ed49a99c527c825ca06e9
MD5sum: 21a9827c24d573d36cb1ef2e35a1a5b9
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 14.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202107181
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-14-credcheck
Source: credcheck
Version: 2.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-14-credcheck_2.8-1.pgdg+1_arm64.deb
Size: 71064
SHA256: de893f6c944c2f19a32c8b120ca71bb34206d434d3160420db2642daa4a58c24
SHA1: 2ecdaf4f1f075db31016552a988a94f3b42a5b9a
MD5sum: eda7d9ea61a9c5bb5e0b30fa82123272
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-14-credcheck-dbgsym
Source: credcheck
Version: 2.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-14-credcheck (= 2.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-14-credcheck-dbgsym_2.8-1.pgdg+1_arm64.deb
Size: 68676
SHA256: d85659a10c8e89bf7abcfefc6f46ffbb9f8201660029510e28d6f3a3d6b1177b
SHA1: 2848b8c660c538b5f9be332b39982f9a54f7d563
MD5sum: 319dd1d6091a49ded71fed0aee8d2ed7
Description: debug symbols for postgresql-14-credcheck
Build-Ids: fbc5f02d2c2b08a6c0cce814d076151dc32857ed
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-14-cron
Source: pg-cron
Version: 1.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 310
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-14-cron_1.6.3-1.pgdg+1_arm64.deb
Size: 107508
SHA256: 4f68239c4d75e6fc267d9e23c29a7b466a382e43d5a8eadcc2cd2020d520c7c7
SHA1: 5571ae8c4524bf940c763ed53c0b1e65c3a30cb2
MD5sum: 40acce04c01d04084e8f8e6ac5eeb9cc
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-14-cron-dbgsym
Source: pg-cron
Version: 1.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-14-cron (= 1.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-14-cron-dbgsym_1.6.3-1.pgdg+1_arm64.deb
Size: 110604
SHA256: 99f1daeda7d9c5cac5ef6a73af9922debf1455ccbf518f8cd4cbde365175df0c
SHA1: f50abcc6e2589de88a4c6b381142a2b97c8d635d
MD5sum: 5c72f8939aa4f8308fffeee24f33e307
Description: debug symbols for postgresql-14-cron
Build-Ids: 92ce5da2cbb0d193a65948d26183bdab36e14d05
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-14-dbgsym
Source: postgresql-14
Version: 14.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18566
Depends: postgresql-14 (= 14.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-14-dbgsym_14.13-1.pgdg+1_arm64.deb
Size: 16764360
SHA256: 24fc255248d8e31faad40ea28ff6cf818678d750ee461b2ee8c83624dfff2da6
SHA1: 0b1610aeac1d3f65cf0644739e7416b410888405
MD5sum: b97f12a2e4fd4c0c92b7442f77882e5b
Description: debug symbols for postgresql-14
Build-Ids: 004bdf3fd8f63d6aaf8ee00a06577c8dd42a02d8 012ad4c9dc2035bbcc2335a204bbbe487924ca18 01678463aba8a013b48f116045aea22558cbb694 02004090c4316a0cac0b88b4472ebba15833177a 02185a64ee559003c8a22afe398df012b1f6a84b 0802a98371c46b2b4ce85edbdc6ced977779f985 0cdb3b15284b57f5eb59f97323a4c1b9ed0ba3ed 0eb42ec9db213dcd2ac0ce4661f4230e8daaf26d 16a664563b64c608efdcff99cb50ad3f86f96ec8 17ace653cff3f0fd90419ea256c4fa72ede9c1d4 1c9fb860fd80f71e8c39982e4dcfe7d7896b1cb8 1d967b4764b886a0b313db281d7086226d47f89d 2141fc68d9b0dad6d25193c9b2e9473eb330eff8 2ce90912c2f0194677337f79e41183fcdd1d148f 324fed5aa29e97d2fd486d11f0ea3fb9074dbaa7 36b8223163f51d9f3d610811214a5e6f90add970 36ca52e0db98b61aa672b77e6f2aace052afd448 37d77b2b1f090adb393a9c06ac2dcd1249c19ed6 3ade89885bc9b6943ac97823d3065252e3a2dbec 3c4a471b57287602ed374b913875ad5881554db5 45f4d54a371d5c3e621d81d65af708592aa27b04 46138b7dfb766f9cc16b2b63e519440a8e2cbcbd 48d872affc8bf942e71ad818eba64194375d4084 526cd8efc4d70670ba9d975d3899697bd1c7dae1 58275801ab00512072a44e1bb49fb100c6fccfaa 58fb2604b279d8162f33823b847e38fb72af7c89 59b91ffad5af6f0805376b40cdda8f1fdc0756b4 5a8a5df059c029aab8593ed5080dc8abc924370f 5c18a15cd5b0e015d77c1d397ff1f50a73e16ab8 5c1ff97fc96c0c1fd1f1c4933a0209ac412c8258 5e965b50f537895b0ec02dd6ce485fef02e709cb 6291e87a793b49fef5b9148e0868f59ae2dfd8ec 646d20cea39bf2306989c64a9136449a0597ba0b 67a3b669261516d9471eb36021b60c02edea69ab 6cab6958e20a3183fdd84c4f8d7b321a553eb420 6eb57848d79a4062730066b531885e8126666ddc 70b74a40f8d1460dbf6da910e305c32d250d8741 71d198f7c32420a6c63c531ee47dbe70cb05fb51 723501ae0b8747ed0b552e8077c09c0415afd8f8 75dc465eefac2b5cf0e596c72c90fd559a14a564 7a8af99362cdaa42ec4bdbe2a67d7e10dd8a725b 7e7a15aef99ee7e3c2121c343a2d70e04ece278c 8013741667ece7bfc63238c384755547ec5d918b 82d987da65034a08522e99e7cad5db017dbb6ef9 83b5e48284ed382f65a3c18e4b069d3895bde864 8b7faf1873c7310cd4caf54e95046983435238e0 8dc276d31238388bc3d8e323acccba507a49993e 8e7dbcd999cb29c2a60672dc00f698630ccc09d1 918442555bbaa2587b8cacc1c3dd38bc0e6dc519 924b510a13a0718bcf9854c3045b3f5a928e6734 93f5a1c4f76dc009bc00c8431f0dc4cbdce42581 9a4e70a496b36e543ec6e26c720b7da2b80998b8 9de256ca6abe0a6dda5e75cf0c180aa0e14b7a5b 9ebf2acc511886a3c94c95afdac34406cd91e77a a063b19408dcf324f28df59e3b1107f3ee3c2c7d a1caed6d36b86d3f3383f9efea446567b2f2b863 a235315cf20eadb2656f9373f67468e89e774e81 a50cbc8ddee76c6c1c1d6748c6f20b103cdcba1a a5ee80f435c42899be45fd625dd90557340a9029 a6065601c5f414eff4fd32954820fe747e1c426b ae82e1d9578022e4d5573724e398f000503134e0 b3ace9754323800be81dc12e11620a867818caee b62597bb70f325c21eb7d9d7c43e194d7da23ac6 b9e7e7262de88356a2c8d6f80d7e2b79ce059e79 bc413e792c958ba058fdad24743f90027e7db6d8 bcc98f3e7c44b8388641cc16677ea576bb277e22 c2480265d126e23e6fb623c71f3eb14d318234ff c3d5db6c5c0d508d35e27a0b2ef9362191cca18a c5a5b657bf80542abab4be88ddfc7a2c69c84cad c72f05d2c21eb971d8ad4c6d0c6f6d941c01f0c9 c92a680d30289ef442869acc35dc9372a698e3e4 c96694c3618b76556e24e157f6ade052261b2409 c96cdff470b4c1fbc94dc4a13897e83c7b0c9dde cd2736a70ec16414b6935ba206fd9f4edc0ee218 cde5438c81709e7d8763911097744d17339a6167 d36b8a20443f5cf477aa4d329f2055012a50874d d763ac847ea9e4481548fa7e79ae8635c952e69a d9f47e1e959b69bf432043d806a82b876ac72483 da733d6a0876dee9bfaa94993a6d19313760d43a dce84bf90f8546b377f41749f9cf6662928c6974 dd6678a355abef9973ec7e021a5586a0b5f174e6 dd78b4a0c8f7921d743f117cffff9ddba56ec5ce dd9f0b27a6cc71790618cbc3998a1b542c57b802 dee84fa41967cd53c81b0d12991f2252afde0d37 e0c0efaab6e381b354faf8a2ab83b8050bfa4534 e63c6ac685017a94339eab8fd69577915f8d8e2a e75e0c72fcdcb75c373418eddac808ca4e92a997 e7948bbcdedeeea7016e97ff06bcac81d1cb7fc0 e999c3fecc5abfc166091c49b55a9ef1cec86aa1 eb201252dee548597c936f0222b09e453f9582fa ecfd2f85d11174780798aac52e25d955839204be f39e38c4dc78844cbc3ef884e7fed35d7023c532 fc52df96de431946c18b4db8805e0621d701ddfd
Postgresql-Catversion: 202107181
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-14-pgvector
Source: pgvector
Version: 0.7.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 743
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-14-pgvector_0.7.4-1.pgdg+1_arm64.deb
Size: 276248
SHA256: 560f94b4eecf3b8133d4377c879202321c07f9abdf29e1b54dea4e687d70347f
SHA1: aa408b9f11660ca681780fa8bc97308b66952836
MD5sum: f09bb587c599a6c2efcf6a23e7660f2f
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-14-pgvector-dbgsym
Source: pgvector
Version: 0.7.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 318
Depends: postgresql-14-pgvector (= 0.7.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-14-pgvector-dbgsym_0.7.4-1.pgdg+1_arm64.deb
Size: 285060
SHA256: b048fb242afdcb29b1f63094f7e23b45d27fef6a696766acc0394a0ad17181ee
SHA1: 8a4cc878e3491cc8cefbb48dba14d1f7f333cd0c
MD5sum: 27d67daf50e9569f50808f5575071f7d
Description: debug symbols for postgresql-14-pgvector
Build-Ids: 37b5ee0c41e4b010b731feed030684a0f18ee60f
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-14-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 16)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-14-pg-wait-sampling_1.1.6-1.pgdg+1_arm64.deb
Size: 45964
SHA256: a8e3ba3b4d8c3eca8d5289d0e9f474b0c445df0493cfadf333c32e120f6c9fc7
SHA1: 6594df6adca6cf10ae8df8bea90a18e5d29785c2
MD5sum: 740e732b746651d10019385140306fb1
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-14-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-14-pg-wait-sampling (= 1.1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-14-pg-wait-sampling-dbgsym_1.1.6-1.pgdg+1_arm64.deb
Size: 56100
SHA256: 674cbae2cf33faab01ecfacaf5ac6dfce1c70633e038e042ce65edfc82a789b1
SHA1: b7e3aff237badbc9b400484c979fbf98f002bea3
MD5sum: 060307b4fee5dfd00d410e1354ca1e07
Description: debug symbols for postgresql-14-pg-wait-sampling
Build-Ids: 35528cd1eef26d4608542724c387daab47b06f49
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-14-pljava
Source: postgresql-pljava
Version: 1.6.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1366
Depends: default-jre-headless | openjdk-21-jre-headless | java-runtime-headless, postgresql-14, postgresql-pljava-common (>= 1.6.7-2.pgdg+1), libc6 (>= 2.38)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-14-pljava_1.6.7-2.pgdg+1_arm64.deb
Size: 919216
SHA256: 35296f8226bcbe0f53aa0ac7f805e8779949a52311abf2ee6b0b32a382960fbf
SHA1: 559ace553c6e752e494bdec18d117a1541df6b5f
MD5sum: b359bb3f4c2e6ddc16796555a43b1f4a
Description: Java procedural language for PostgreSQL 14
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-21-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-14-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 361
Depends: postgresql-14-pljava (= 1.6.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-14-pljava-dbgsym_1.6.7-2.pgdg+1_arm64.deb
Size: 299556
SHA256: 3b0b63c2a746ebaa91746067aeaf866c8138e9bb09e8b9a6d3922bd5f96f9969
SHA1: 07a7a52d764995931d0b2bc71b89d7ee562e97a5
MD5sum: 3cfd0ed8e8cb5f73fb16b2e22436a6e6
Description: debug symbols for postgresql-14-pljava
Build-Ids: 319e1348c86523cbd511da3971a276d8038bc716
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-14-q3c
Source: postgresql-q3c
Version: 2.0.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3493
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-14-q3c_2.0.1-3.pgdg+1_arm64.deb
Size: 165180
SHA256: 48114b3dfd00c3cb312d7c889fea3571204e20ba5e2c56aa53771875d0100e3e
SHA1: 4809e9cc4258b52c3644a82e0b0fc1ebff26076b
MD5sum: 6d9c162f5115c7add286b44a94c6a641
Description: PostgreSQL 14 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-14-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-14-q3c (= 2.0.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-14-q3c-dbgsym_2.0.1-3.pgdg+1_arm64.deb
Size: 84236
SHA256: 9afeaa4134cbccd193e67246a6a74eee1efae8c5d66dc518c21879bb5d9fda88
SHA1: a942b98d2399497c91b99bdfb607f4deef581d9e
MD5sum: 89460a7563dabc3b03c2b759cca5602c
Description: debug symbols for postgresql-14-q3c
Build-Ids: 901729982fac699101e2f119a8a51a8b2e7c629a
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-14-semver
Source: postgresql-semver
Version: 0.40.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: libc6 (>= 2.38), postgresql-14, postgresql-14-jit-llvm (>= 16)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-14-semver_0.40.0-1.pgdg+1_arm64.deb
Size: 40280
SHA256: 774115dd028a770cbffa5ca8a33e2d639f005592c8d25d990b14c10e701392fd
SHA1: 2ebe9f9d3eb200e61df980d03ddc6fbce7c4e8ff
MD5sum: 3e74881720e15fe8699cd2b8f7a0025a
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-14-semver-dbgsym
Source: postgresql-semver
Version: 0.40.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-14-semver (= 0.40.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-14-semver-dbgsym_0.40.0-1.pgdg+1_arm64.deb
Size: 20376
SHA256: 8b5697d35b5627217ab293b082c03b5ad46324a4c5e255b4567f3f6ffc7aa42d
SHA1: bb966b0b0aabef90ca1377a546718a9919e3fc6d
MD5sum: 0ec043c63b50f19d7ca3e3032e0a0829
Description: debug symbols for postgresql-14-semver
Build-Ids: d33a88aa2c357c7d412dfd5d5078ef3ff4ac195b
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-15
Version: 15.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60274
Depends: locales | locales-all, postgresql-client-15, postgresql-common (>= 241~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm16t64, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3t64 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-15-jit-llvm (= 16), postgresql-contrib-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-15_15.8-1.pgdg+1_arm64.deb
Size: 17789540
SHA256: 7c8d336eb1f08a5b36e174a89ec12356a45b125b9c4652ef6b9046b5058ab1fd
SHA1: 2669785349344cc04de4d8dfd1ea5722eaabf095
MD5sum: 3dc437f23c9f1edd10cbdf640424f616
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 15.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202209061
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-15-credcheck
Source: credcheck
Version: 2.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-15-credcheck_2.8-1.pgdg+1_arm64.deb
Size: 71620
SHA256: d3e6962e90f94d0d41b96ac6747243515fb9bd04d0b85aecc6c4197107011c0e
SHA1: 038b0700f85d0de8cecaa428faccba9afed6a689
MD5sum: 00ec17d72c1aaf88518a7459a546d21b
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-15-credcheck-dbgsym
Source: credcheck
Version: 2.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-15-credcheck (= 2.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-15-credcheck-dbgsym_2.8-1.pgdg+1_arm64.deb
Size: 69604
SHA256: e6834bad4105c274cb7b7cafa12c9cd9ef4f96bd730efd084055df08039009eb
SHA1: 8d45dcfeb20a5493c5a1451f50e8f9bd3b8e4825
MD5sum: bedba11d11a0423e4aed58d74173bf7d
Description: debug symbols for postgresql-15-credcheck
Build-Ids: 6e6479e574cceadc89a803ddce45a6ea1e26be31
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-15-cron
Source: pg-cron
Version: 1.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 305
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-15-cron_1.6.3-1.pgdg+1_arm64.deb
Size: 104564
SHA256: 72654cc9bfecfc9d01b701d6aeda58e5a1b0ee2df14b091d2739d9cc5bcdc326
SHA1: 29d40962b0efca55f6563819c1bc9a17576076cf
MD5sum: 6f30002b08f098c53cb29df9d6f28b90
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-15-cron-dbgsym
Source: pg-cron
Version: 1.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-15-cron (= 1.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-15-cron-dbgsym_1.6.3-1.pgdg+1_arm64.deb
Size: 114248
SHA256: 74ab9a302343e8de8d6a63c18a61f7277ab26e14715c00db48843b64969e947f
SHA1: 06dd7a012c96127027f5c7ea42989455697de358
MD5sum: 013945f34051ed068567f99f74be2413
Description: debug symbols for postgresql-15-cron
Build-Ids: c07a636a1282a9fc0e3f30baae027e1906857070
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-15-dbgsym
Source: postgresql-15
Version: 15.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19226
Depends: postgresql-15 (= 15.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-15-dbgsym_15.8-1.pgdg+1_arm64.deb
Size: 17378984
SHA256: cd70d663a4e60650e73fc157674a9494073218f82718af94e9ec27251bd9662a
SHA1: f033a3476b0348a1e5cd49112348d74b5d68946d
MD5sum: 15960ec2b6a810f370db445a4e7c20b4
Description: debug symbols for postgresql-15
Build-Ids: 04e55755da7de9a61b3abb1315742c4e716cc9f0 06259026fe931b5b751e914a1adc025142b5e3d0 06d1b42ab1db5f800d20222349ab5c9f0a171c92 0b5ab8f7906c2c3a1f43e0c8e5ea3fa975df30a6 0de88a87290fba678aa76f32ace4d525dd51be1f 10e48b4b68be18cc673a1f3d21bbf7feabbd8bf8 12ceb00e3551e32a2f9485d862c94ac3ac376db7 19e99de7928c56a10b36a19c0ed1e8244c5d7338 1a815cd39654570edafb10be30a587a10b9a35f1 1a911d61747007f29e0b69f18def746c7a49c3b5 1e4168a983245f831cd39c46251e424ced411b85 1ef906c79ac7b5b4e6a9ec1c0785bbbc39a814d1 1f96d0ce8a7a33797cb33b6ffa829f39ed3fdc65 1fd2adbc02f5baf9a8a2e2622bfb1204a76e0714 200ac9a14019bb5cd97571ae86598921cd0657a3 2348737a9c979df39bad932bb19c11be5b81e804 27b2ff7a3be5295bf5e44a203cd5610bfef545d3 28969fd1f43e244e4af7020a71de79460c5d9370 2c858e66d885ca1a8bfedc1d53a4b1d2be94cb6b 2cb705f02cd6f9c0c2199a8c783a1a4b6d85de01 2e8694adc7954be67dfff1744c73a7162649d30d 346ed9db82fb59f785b83c2255632080be20fe39 37684608bf79ab8733d094edd7cf61b0da2b0c7e 3c64d93f0679c46eda3b943aa36770607c8bb475 40466b73538cbef8bf2e65ee718d826a52c8d96c 41813af6a518c6b3682b309c104c9bf1ef79a4ff 43e6b9b1149265b1ebcd156e5fbbaffc747d0da0 4620ac31a85215b4b1efd79c890a60cff41d588a 491c110d6f18aa48a485ad77e7aae2e5af04e3d4 49ff5f6eeb1ecfe5e9ffd2bfa13fed7553424eb9 4a58bf94693256b0c37445bd055874ddc84506a1 5466d92efcf7a989051abc05e28dbbcb09b79d05 546ffae2dbb38587db5cbeb1c79e5592a8c2575f 5499b318fc4dae4846a12360e03df667472041fd 588a718b8d9b7cf771c210fcab95b6febfba92c1 5eb945fde9eecbd8377a78156562cab351ec24a5 60d8c2e6a71895f1821e1ec5df9fcc4742417f50 622d8229884165aaa775e2e4bba782a504f70289 62ba94fdd94d85810caadaf44f3b759b8f5626bb 68534ccc155c7fefe4f7f4b2766ccacd8276f5eb 6b9e2c65a44ee44c35d0c7425d3019468e21ff97 6ccf74f41ef8e383b453a5bea124b9efffa66108 7146f195ca419f22305ba3cbcaa6d3f3bbe79af5 7509693aaad3f2f5298414cdd25668c3c6889e74 79d5585ef0006bf101b2f7e10aafe135ebb44b5f 7c28df6c8d7d3c96bec27e4c4198abeb93092dec 82d79e3588cb0d2e37ddb4cae2bfc1c2a5eb7b3a 8b316e77eeb1b38a1d6965a053d97b4f545b4d80 8de8238612a74dcf0d0edec2b54810f6b7e3ae8c 8e9a223f001c3328529ae09efa7a6ae7e3a4c923 9a6d95c13035cd7d3b59e6ac201f64a4e7cbe6d7 9c271e42d2d825834ecbbf7a42edde88aebc30c7 9e80d4ad914906d94a1e1c02bebfd5b7008d0417 a1f58ef5be76784f156fd64e1d4e7c7633c659b3 a341022c6e84692fc8e636a3f04e086236bf74e6 a346ac44d749188afb7561d2fbd0ab0756f7e1a3 a40b86608808fa6fb4890f2ae8133b17f717602f a5731ce3b852d8b3cc8a44092d3e27e0dddf5810 a5ed3a26c613e286050127f423a4825ab39bfc77 a9747e9ad39f31939a933a8b72364edc7fd0619b aa12d53af49d63df5bed9770814d63550448c5d7 abb0fe2c3eeb4b32b8aa4a1093c80ee5b34b75fc aeb7ef9a8c67aa8ecd6c8024d6191a13cf4f6bc9 b04d4723b3be85e13a0e87bec2a4f272caa0cac3 b0b5161ae09c57f02a888a73b7beb594d17b9707 b0c35dcc8d9276f796ed117083f86d1093e5065d b17ca7be91280d9c2f5ca16fb3c9f8b783098928 b73d655a788469f0eafa4550902decbc9cfc2aa7 bab583a4405f6cecbad1f55fc479612eceb08367 bb0e32e59d32e289aa1a637cc6e836151645673a c0284fa5fdeb2d19bb7e43d23a7fa546f16bf876 c0354b8f2093f2f86093b43a33e05980acf9852f c10ac8168408a80b225331c0b951c11d67b0309e c294223e9615b8e80ba9931771a86673b6dd8e3b c3b1db5f879f835fb34ce7e421181ccfe006b90d c7f7eea0ce2d8190e3527e9d1f2841f37ae995d1 cc9b2a9f55026072fa8ca9d2b95822c0d81c041f ce8c21f253343e9e039fa1d4645b05a683de122c ce8f000db9c54116e37ec18b1c4da52cb67e8152 cef3e2b9698212204211a6f84d28018fb9edfc4a cf3bd013f6d491a2a87b8210abc2f192bd50cbcd d15e6c5b43f67786672ae12fb8a5c1ffb58cc27e d3df92b235371192d62ca1b474894e351630c84c d5ae891493dc9ae9442dabc055118a7ec7f8e21c dcb0273e2a0f7dbec94146832526086fa88955b8 dd65bac4a0ea39388a40b40a7ceceda4827bacc7 df410fbe95c5d836868cf36286f14343f587c178 e31f369d357595c6b4574bca54f795dee0cc7f02 e41464a22b46a185136125e504e8514920802c12 e437905001e496f682b4c33fe80c03bb3521723e e49dc8dfa4561bc2b43757b6f09cf309bf36873c e82dc6278ebe839ddcb5f984ef76f5fb196617c6 ecdcaeb9c68c8919ef079351826618175fe54d72 f0431ed3841c78ad21bbbd5f12ad33b9f7468dcb f6a0ca14c0c44783ad751ed222e500ab5fc4f77c fe085f4f5ee02cc66beff0480fe11fc1eb24efc6
Postgresql-Catversion: 202209061
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-15-pgvector
Source: pgvector
Version: 0.7.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 742
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-15-pgvector_0.7.4-1.pgdg+1_arm64.deb
Size: 277304
SHA256: 5f42d7261c5928c7a986a6d9ec2f37bf32b4cdc3499fc0415d8ea5d62a9c84e3
SHA1: b56f86c0559db3f25152dead6d0f1eb1009cecbc
MD5sum: 4526be449d387c813a0194c7d5adf21c
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-15-pgvector-dbgsym
Source: pgvector
Version: 0.7.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 319
Depends: postgresql-15-pgvector (= 0.7.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-15-pgvector-dbgsym_0.7.4-1.pgdg+1_arm64.deb
Size: 286352
SHA256: ac14b98d6f10278b5a80b2732e6059ce48e4f5c00427eebc091d8aac3ba14e81
SHA1: 77ebdce083d12adab116900f7788df84315eafe4
MD5sum: b735d09a9b22ad3b73cb06b6d4635153
Description: debug symbols for postgresql-15-pgvector
Build-Ids: 569c2e2c48afac3d84222df2581927d01368e7ec
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-15-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 16)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-15-pg-wait-sampling_1.1.6-1.pgdg+1_arm64.deb
Size: 46204
SHA256: 9b6d6d3a1c5c11af61c36d0170e315eeca4ce8f209cb7201a2c5e932d85ab050
SHA1: 530e002af1cd1242b5a93e3a628db5a74abba7dc
MD5sum: 09ad5d50766718065e996df83575daf7
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-15-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-15-pg-wait-sampling (= 1.1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-15-pg-wait-sampling-dbgsym_1.1.6-1.pgdg+1_arm64.deb
Size: 56632
SHA256: 6d8d161b6595b0715ec58bca61717cc44b1b9b70763782b0d0943b425ffd4cf1
SHA1: eedac1bbcc638a04443b478c73fd72e08333d2e6
MD5sum: c4817ad336b2687cbbb9b6a23e996f38
Description: debug symbols for postgresql-15-pg-wait-sampling
Build-Ids: 752ade1831ba237c1ed0ebe70c1f9e2d0988635b
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-15-pljava
Source: postgresql-pljava
Version: 1.6.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1366
Depends: default-jre-headless | openjdk-21-jre-headless | java-runtime-headless, postgresql-15, postgresql-pljava-common (>= 1.6.7-2.pgdg+1), libc6 (>= 2.38)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-15-pljava_1.6.7-2.pgdg+1_arm64.deb
Size: 919180
SHA256: 54e69bbc6fb0353188d7a259919898931dffbe5a1a2d05746be54c3fd5dda545
SHA1: 7c70d7b89d177969c30a6a20e6ebb1fa62e867d9
MD5sum: 81d3ee45116d5297eb572e0b9cb856fc
Description: Java procedural language for PostgreSQL 15
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-21-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-15-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 363
Depends: postgresql-15-pljava (= 1.6.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-15-pljava-dbgsym_1.6.7-2.pgdg+1_arm64.deb
Size: 300840
SHA256: 0b702e2503bc343a1003f06f2f5cee0d736f81c5803cb9da5f9cce46cd081f81
SHA1: d818ef40a679d8c4a68f23554ea34eff935ea15a
MD5sum: c691804f72ed1cf5a959b50d97d192de
Description: debug symbols for postgresql-15-pljava
Build-Ids: ed90e5eaa9e608c9e4055c3f337aced57ad18a96
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-15-q3c
Source: postgresql-q3c
Version: 2.0.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3495
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-15-q3c_2.0.1-3.pgdg+1_arm64.deb
Size: 165068
SHA256: 315e2b1da1d9702fe1bcb7d6cbec0b90ed5551c008a9dcd3865a2f38ffdaf00e
SHA1: 6ac7dd9b20de6f807cf90f3c2ba481cb7705b4c6
MD5sum: 20ce83a3b8b8de67a9b9254f10351a33
Description: PostgreSQL 15 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-15-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-15-q3c (= 2.0.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-15-q3c-dbgsym_2.0.1-3.pgdg+1_arm64.deb
Size: 90028
SHA256: edfdcab7fe0db038562db9c74d2d780985c34cc318c8b0ced5744a9be4e015ed
SHA1: f78f341f6997fe502308ee4ac8e47729629d7b8a
MD5sum: 9167ad726886af956df4e3ac906c725b
Description: debug symbols for postgresql-15-q3c
Build-Ids: 0e64f6abdfa97243f37800600e1cb608092d34ef
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-15-semver
Source: postgresql-semver
Version: 0.40.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: libc6 (>= 2.38), postgresql-15, postgresql-15-jit-llvm (>= 16)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-15-semver_0.40.0-1.pgdg+1_arm64.deb
Size: 40276
SHA256: 78bf43cf77e36a3170e1f7637ac4c29213ddd644b525bbccdc56611fd8cf9cec
SHA1: 0d0509855d0c469a194a8acd0668986f1d3b543f
MD5sum: 85bebf3ffc1d63fb3018a9cb3174dcb2
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-15-semver-dbgsym
Source: postgresql-semver
Version: 0.40.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-15-semver (= 0.40.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-15-semver-dbgsym_0.40.0-1.pgdg+1_arm64.deb
Size: 20472
SHA256: 559c375142c61fd9788c7dbfbd90af7ef7a1a06eafa291b1ca1d04e95fe0ed2a
SHA1: b90b38b03e4925cebd5f41e6bf06a5fc82651b3a
MD5sum: 2c96ddc8d35efe8c57589f338bfe1131
Description: debug symbols for postgresql-15-semver
Build-Ids: 802c8708476c376173d5551ca54e6e95f4d85b1b
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-16
Version: 16.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64412
Depends: locales | locales-all, postgresql-client-16, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm16t64, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 16~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-16-jit-llvm (= 16), postgresql-contrib-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-16_16.4-1.pgdg+1_arm64.deb
Size: 18576440
SHA256: 30e7f6f6eaddd0e33315294a8cc1eacda74eb867a1f1f1fd93c596c8e7331a78
SHA1: d20bf32a9d7869cc3e1829862b745092586191c5
MD5sum: 97e2e8a35c734febb183fbfd18daf2e7
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 16.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202307071
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-16-credcheck
Source: credcheck
Version: 2.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-16-credcheck_2.8-1.pgdg+1_arm64.deb
Size: 70968
SHA256: 37cae0cea6881970b8c8793b5d889e24822cd4de3feab75c76bfb0cbee65afd1
SHA1: c3c1145896e94f3b6617aea48cf442e5cec8a658
MD5sum: 008b83960427442ac6408d59c91886cd
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-16-credcheck-dbgsym
Source: credcheck
Version: 2.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-16-credcheck (= 2.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-16-credcheck-dbgsym_2.8-1.pgdg+1_arm64.deb
Size: 71264
SHA256: 035efa8393b1fa4f770bccbed33656541240e239869e794d98fc21e7faa24149
SHA1: de1d1c1002659c59f4cc5805db88ed8c4335fd43
MD5sum: f4608cf62bcc7a777a6891d59bf80cc6
Description: debug symbols for postgresql-16-credcheck
Build-Ids: 40b457eab7bdd0acc2bda0b207ec7f6f270fe5f6
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-16-cron
Source: pg-cron
Version: 1.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 240
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-16-cron_1.6.3-1.pgdg+1_arm64.deb
Size: 103732
SHA256: 9a6db49c30381a0586519fe7573942dca9e15753b415cb071ea8edc4c0126a0e
SHA1: 3d28ce63d35477ff8b750fdf24e6f4d0d5f55566
MD5sum: b7878b1d13f50bc5249bc807aaed861a
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-16-cron-dbgsym
Source: pg-cron
Version: 1.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 142
Depends: postgresql-16-cron (= 1.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-16-cron-dbgsym_1.6.3-1.pgdg+1_arm64.deb
Size: 121624
SHA256: f3328429f6b986f6d8f8a08b9326b80caea2abc16520b8a5343b93dc4f9e2e03
SHA1: e2299a5e9319d933052170a18884c7c2f6fbd24f
MD5sum: bae4783ca210d5c27b6ac372069de062
Description: debug symbols for postgresql-16-cron
Build-Ids: e7408014f5750cc8a11ef2e6f43a231cdd4f94cb
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-16-dbgsym
Source: postgresql-16
Version: 16.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20751
Depends: postgresql-16 (= 16.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-16-dbgsym_16.4-1.pgdg+1_arm64.deb
Size: 18893060
SHA256: 11a8c9db94125e472de229d19813c24f73d8508b904fa24d46ac1a685b356932
SHA1: 3cd46d231c34223b620ce9f9bdddbdaf2128d831
MD5sum: 1bb9f82572b9fef66c8fecbe420aa662
Description: debug symbols for postgresql-16
Build-Ids: 04b2435478f254a9cf83c1083e6129c6bad8350f 051ac30dfb0fe55f6df8c28212db14dce204a926 056b25f2a47d5ed9afd9acdf857d0f8f21098ebf 0861f61ae8c63c817f8e6c3728bdcaa118e53f23 0a5c45aaab69105071422643fb49587b200c93f4 0aadf3b5652bb0d6bea6364264f410fa1065b8be 13369df36c5467755e202ec2567052a0cc8dc64e 141e1b17f8cb3f776e95be04f29ee66bd2c06289 161df5bfbf2fedc2952b199890ab8a7c07ddb4ee 1650e705eab632b1619562aa7486c2acaa37307b 1b7ca59b8297f9246f91f17f32f6b1a71684d035 1e600dbfeb2d1e582f2167958e03562ad1f71771 228b7e5ab82e66c962c1ebcb5e9ab5f9f17df4f7 2b8fcb5bcbadc53fbd0ae4ced2f201d05ea0349e 2bb487010debb587fa8dc4d33b3c4c501d1f53b5 30a16f43a7fad697dbea5dc08c6f1e8337a88bf0 30aa96a8cc814ff6fa063d75de459a0ef438ef0b 32009a05f7b8084fdb21c110a1cdc6ca8e98a450 36047a455648dfe0314589149374eec23165fb2b 3649fffe9f67a3a9ca71a9e01b9f57e3be7fc60d 373464a0079067728cb4e044bb0878e534f95b47 3b0359e3a159d3f88b951997b8db18c53627a25d 3b174a265807ccb8569cbf69b86f4e18420658fc 3cfba000ba3a17dfb97230669d650c90ffe65286 3d49f065ae116492ca3f9536cede82196334ff78 4233f65fa38c22074ffd3238fdc6408d3424034d 47ccdbe75fc63e7d86039c6eee0d3573f7f59ffc 501fdd85db93b24f3483cf8f67a9783ac666de63 50750c8331f9bd6b290bb328111879a43bbca5d7 584834934799cc12d2ebd00a89399fa98da5f929 5b698b619a539714776aaa723ed6089e9ef5a20b 5c0cb324ea266f18643bb13fc2f9fa9b37d5c730 5da274606f67e27fff262495160532a0bcdc329f 602db33a1cb104d28ac72c874de4c966afbdae43 620d1db5c4281ea7ba044011df034ffdb755ba42 6541041ed2623ae0019fb9a3c53f48c013650886 66aaf0435907903f0d749cd5d2f4b5dad3c6aad1 6a76a1ecb57f8da1349e37b756158ccd9896eaa3 6aea6afc8f4a8591b379992d73bd1eea0b51b98c 6c443fb7554657ca4386431c0df53bef8e2353fe 7120408a0171702d245bdee6e65fc98c1ffe806f 7286e8d3be2bd39c9f4493291a9f2037bffa7f9c 72cefd3113457c4ddfe447831b9037103ccb8527 74000588c7c271dc1f4aa96a129fbcda2b80b0b8 74ca8a640d64e03268c877df44de308bceef4a6a 7af127c7f90b8926dd6ab811b10807decff06b2a 7e4d58af77286b605d49efc6f7e4a2651d4bb271 81dd0a04f82a194cfb8a7a8e150c910d93fcba34 8228122b592eaa029531cc47fa8233bd3c44587e 86433f1ddb71ab089bd8f0ec403ea57578c01362 86d8eb0aa6db57e98372a90f0d7c063f9e6fd540 87130cbecd23a7baef7f6387d814f7d54b95a159 882e4c138b319c6b22dc046fcd011ba52dcf5e7c 8a74073d7d5c53c9b5d99ce33a62889acf75723b 8e31474453bf4c6dcda73b3dc65c89277f40a3e1 9241129c13e98477b3131dc119b892f2c354fdc8 931bae269d0b7bec980699a23c2cbb6268cd414c 99c9b14180782b3066b27d20662e127fcacd4cde 99ebde0c6f8e53da1a4e0270905a8d8a08a551d3 9f54a40b30dde5734e60613cd1b5d1edbd280558 a205ac9df6a945e4221967e698b4954b649e59c4 a62e2eb24a186058944c3eccfe6f0a90407833de a6f5e5d08bc016a0002abc10d2196ab4501c8448 a94b07ed895d4e0548624180795dc6b9ce1ab843 ab21df5b81d6daa9c0250d35853ed3b8a5d32e61 ad76bf83a32f70a7a6fa7a309eb940fc95865c20 b1af3adcd6d6f080f3755acf6bb9148f7d2ab175 b424d1f80154aeeff1b9cf087d2aa0737dc2b88f b7ba612a6548a08fc1724bfe3856c450ed51c564 b865e61f90d32d295000e670eb2f6fc1f3a39d8d b999ca571dad78cde94fbc4a6d74b58ce165b63f bc3145c2f441de0ae58b5596b77413cc3dd8a3e6 bdb80b14f770549d08ac42a1ba0ed880251d1357 c3716a9fb9bd298cd22abe9f3db2321f2bed8086 ca68d6354faadb958239355d2fe71d1978e91f88 d07a091397318604a3db9d4a982380a9c2a3d406 d0c5689f91848b0f755affa3b6288049b9e438de d119c9e8ee3898712555ad57ea7b7a914b78b579 d3ba1c929025272c73b9974b23d30aa875813c7d d558784e6923a33005eeae57d304c875f7e1cc09 d6633a87456865f710f80133a374070de214d808 d7ea296260b3e62dc9c5018762226bfb764d3142 dcb7d6db88e3210c5ea3a34837d60f452b6b99d8 de0b7f9c7ef7f49a320915cbe11ec5cc38ce37c3 e38af433dc7ef34f11e9930f217f662b1dfbc5bc e6d7fbe9221dd283a44d011c816d1fb852c853d4 e80189d65f8613a39d57ac193538e1953056e6fd eb79702e1ec37942840b3803ff1d03595b271006 ee2f95b1f703da8bc61743db983854dfc22b11dd f18ad62c35e7f9360934d646fcb913363908965b f314ceb9abb6bacb3bf370e448c7eb2c8e0dbdc6 fbf9f10d000402f330b75ddbe84ad53f1881fb63 fc20f4f1850fdccc97a3face9f28a39cb84deca4 fca266276a104bbc25c970bc353e0aeb2d309032 ffd26b718c138aa7efca192892371f01a6d4f889 ffed0f200fb92567e8e7068f9be91d1a96c0ea4e
Postgresql-Catversion: 202307071
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-16-pgvector
Source: pgvector
Version: 0.7.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 740
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-16-pgvector_0.7.4-1.pgdg+1_arm64.deb
Size: 272880
SHA256: b5da6424dc9b56b698dd6ed6e5c78bb55bd768416efe0f49ebe07d21701ad501
SHA1: a02e361e967ac63dbb71b26eab33e9f114938c5e
MD5sum: 1d745c80c779bfe8d72143175f060ddd
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-16-pgvector-dbgsym
Source: pgvector
Version: 0.7.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 348
Depends: postgresql-16-pgvector (= 0.7.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-16-pgvector-dbgsym_0.7.4-1.pgdg+1_arm64.deb
Size: 315396
SHA256: d669c29a3a6f97f50e8091a5942cde270e9f5b3e7ad2739bdad01e15e90c9fd1
SHA1: fd4ede45a1c9acb4d09960277f5b277c3ba0b161
MD5sum: c3dd90c87b35fd05f15e4ef50535499a
Description: debug symbols for postgresql-16-pgvector
Build-Ids: 396ab2796d41b52315d93687feaa2afeace3f92d
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-16-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 16)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-16-pg-wait-sampling_1.1.6-1.pgdg+1_arm64.deb
Size: 45944
SHA256: 0d914fe516ff6d8858de871a1c50801b18831e277f59fa9e33b23a2f3c568d1b
SHA1: b8aaf196a8f36ac80bb9edfe332a42b22833b232
MD5sum: 3dc9b92b7c54af608e4d58f9d687aa3c
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-16-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-16-pg-wait-sampling (= 1.1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-16-pg-wait-sampling-dbgsym_1.1.6-1.pgdg+1_arm64.deb
Size: 58268
SHA256: 9dcc7b22479dfba3a52c922308c34e7c5dcced48e43e6901c253da166367787f
SHA1: e437b7dd3bc7cd6b230483d7c2793554d71bc50d
MD5sum: 9e2da4791c7d4f64111848c572eac868
Description: debug symbols for postgresql-16-pg-wait-sampling
Build-Ids: 39607afe3143c914721993f56bb4d76e19c5d2fc
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-16-pljava
Source: postgresql-pljava
Version: 1.6.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1366
Depends: default-jre-headless | openjdk-21-jre-headless | java-runtime-headless, postgresql-16, postgresql-pljava-common (>= 1.6.7-2.pgdg+1), libc6 (>= 2.38)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-16-pljava_1.6.7-2.pgdg+1_arm64.deb
Size: 918580
SHA256: 83de17988e811148f7ef747bbd12f9e2519f7d83f1922f5900d05e84a89ebe23
SHA1: ef26850f0dd16552ed13f72022d1f6f5846dbe77
MD5sum: 04f552520e6677354c718986b7d959eb
Description: Java procedural language for PostgreSQL 16
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-21-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-16-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 372
Depends: postgresql-16-pljava (= 1.6.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-16-pljava-dbgsym_1.6.7-2.pgdg+1_arm64.deb
Size: 307420
SHA256: 9d19543552761d11829bed7e2889e3b148bac335f70773365436a6e19cb0fd24
SHA1: c2bd60712c5d6259aceeee44f5f7bf16330584da
MD5sum: 5cb9f396d8ce7d6ae1865b7c431259b3
Description: debug symbols for postgresql-16-pljava
Build-Ids: fe806a5a0530edc6e9736529889b888b1f35e1a6
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-16-q3c
Source: postgresql-q3c
Version: 2.0.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3495
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-16-q3c_2.0.1-3.pgdg+1_arm64.deb
Size: 168388
SHA256: db6939ce5d8d0358969075c7fff9a9e47633b407f296c745a8e1b070d5ccb4b2
SHA1: 42d7ae5040ee3dfa6e6cb889e02a82eb2f3ae73c
MD5sum: 53f132dfe69e3a8497b1b12ecd3f7fa3
Description: PostgreSQL 16 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-16-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: postgresql-16-q3c (= 2.0.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-16-q3c-dbgsym_2.0.1-3.pgdg+1_arm64.deb
Size: 103504
SHA256: 14fb76b43ea472bf5c17c9c5198b613fc2ceea9a1099f9a0f178a901e1736de5
SHA1: b6319731dfc65d1ef3a29a7ff426130e0ae90c0d
MD5sum: a8802387cd046b858aeff4e5e28ef16c
Description: debug symbols for postgresql-16-q3c
Build-Ids: c211757e9e3e356ed835fa24ba9efe25b5229aa9
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-16-semver
Source: postgresql-semver
Version: 0.40.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: libc6 (>= 2.38), postgresql-16, postgresql-16-jit-llvm (>= 16)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-16-semver_0.40.0-1.pgdg+1_arm64.deb
Size: 40248
SHA256: cef1342cf1974df92e7175343f01cf496edb286cc8a17361cfe1ffe8618c6450
SHA1: 2f8f490f42e5c272f0ccc76e1b71b70416f2ee04
MD5sum: 469a61971467ef8d31cf7f3ba746f118
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-16-semver-dbgsym
Source: postgresql-semver
Version: 0.40.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-16-semver (= 0.40.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-16-semver-dbgsym_0.40.0-1.pgdg+1_arm64.deb
Size: 24884
SHA256: c0848e0b0976749a90fc5df825b467561e01af2792765f0b4e0eb9493b95ac1b
SHA1: fa63eb38a8a0ad73538b730c1c48fde95b24c9e8
MD5sum: f6fd3311a4c296dc588ca00a2e58fb13
Description: debug symbols for postgresql-16-semver
Build-Ids: 282f9324d5aed879dbf4f87bac45798d80b6e814
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-17-credcheck
Source: credcheck
Version: 2.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-17-credcheck_2.8-1.pgdg+1_arm64.deb
Size: 71472
SHA256: 1dff82c320b80dc75c20faafa6757cead305fde58b191fc7b9693e64ad71eb33
SHA1: 3251f76e3977d5108eaf0cd621d7bea2745f7ecb
MD5sum: 6b9058dcee74fb70331b5a97a29e45b9
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-17-credcheck-dbgsym
Source: credcheck
Version: 2.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-17-credcheck (= 2.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-17-credcheck-dbgsym_2.8-1.pgdg+1_arm64.deb
Size: 74356
SHA256: 3fb3b44a9348857f1b2d357d02dc6f7da4c7e2cb9234c03e330cbd0a5c40f71f
SHA1: f340e98c42d10d6f70e0cfa0f361faf821019a3b
MD5sum: 9fbda3648df0690972bf51e56537464e
Description: debug symbols for postgresql-17-credcheck
Build-Ids: 05dae880bfb9551be3efee71244fe0910434f555
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-17-cron
Source: pg-cron
Version: 1.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 241
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-17-cron_1.6.3-1.pgdg+1_arm64.deb
Size: 104004
SHA256: c9b424c92dbd91cf82e9a709e1ee567df53b3b959ad15e8168ef487882d37293
SHA1: ff93703796f3b7c641b14cdb8ac8f192d365e14c
MD5sum: 0fcc62c2a0e75aa3e30b7dacbaaf4da8
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-17-cron-dbgsym
Source: pg-cron
Version: 1.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-17-cron (= 1.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-17-cron-dbgsym_1.6.3-1.pgdg+1_arm64.deb
Size: 123596
SHA256: 82eb0843572d5f78f7ff00ace6e9f19db824e016d63afd3ef729c67d52b01076
SHA1: c42ce1093673e987be0f72e0117350cd9d55af80
MD5sum: 0fac9558c0578b13f165ae15cda33bcf
Description: debug symbols for postgresql-17-cron
Build-Ids: 0149a01b22366296de26865a5fbae07e0e6bb0c4
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-17-pgvector
Source: pgvector
Version: 0.7.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 757
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-17-pgvector_0.7.4-1.pgdg+1_arm64.deb
Size: 282336
SHA256: f6980a75576ae4e8a449e4c0e68145da3fd22dc338ed9fc4af8b0f7ee568411b
SHA1: dd901a2c8cd7c6a72a16afd0e667be9c8c37b593
MD5sum: 852e1964893fc8f3ae3be1571dc910e9
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-17-pgvector-dbgsym
Source: pgvector
Version: 0.7.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 369
Depends: postgresql-17-pgvector (= 0.7.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-17-pgvector-dbgsym_0.7.4-1.pgdg+1_arm64.deb
Size: 331560
SHA256: edf6f2ff463bc79b9c0b49c9a4532ebecc06078f06ac0f76feb7ee7cf7f43868
SHA1: 706b6695c38bddd0bffc29b8c8c58d855834d722
MD5sum: 4f25217e2919c8f2d50ecae65fe4af5a
Description: debug symbols for postgresql-17-pgvector
Build-Ids: b038e5d580fa7df0653c15137ae4905ca4cbd63c
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-17-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: libc6 (>= 2.17), postgresql-17, postgresql-17-jit-llvm (>= 16)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-17-pg-wait-sampling_1.1.6-1.pgdg+1_arm64.deb
Size: 46052
SHA256: b97bc7a492c4be2988fa2b92fdb242ecc99e1c74d1bd83b7a5048f522bbcf84b
SHA1: 2e238af8435204e906d36857a40b6b300becc2f7
MD5sum: 3f0cc0865444832b8d1d9442ea3149b2
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-17-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 78
Depends: postgresql-17-pg-wait-sampling (= 1.1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-17-pg-wait-sampling-dbgsym_1.1.6-1.pgdg+1_arm64.deb
Size: 59344
SHA256: 3763e8e01a8315c28167c00a4acbc8a289784a96f2fdc39745d4edba3b443537
SHA1: ae61f8b7f9a2efca0ca77af547948567487132a8
MD5sum: 658e4671962ac379375ea5f044b62dd7
Description: debug symbols for postgresql-17-pg-wait-sampling
Build-Ids: 0822c815e75106093b3e34fa86b3328f9a74288b
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-all
Source: postgresql-common
Version: 262.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: libecpg-dev, libpq-dev, postgresql-common (= 262.pgdg+1), postgresql-server-dev-all, postgresql-contrib-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-contrib-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-contrib-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12, postgresql-contrib-13, postgresql-plperl-13, postgresql-plpython3-13, postgresql-pltcl-13, postgresql-contrib-14, postgresql-plperl-14, postgresql-plpython3-14, postgresql-pltcl-14, postgresql-contrib-15, postgresql-plperl-15, postgresql-plpython3-15, postgresql-pltcl-15, postgresql-contrib-16, postgresql-plperl-16, postgresql-plpython3-16, postgresql-pltcl-16
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_262.pgdg+1_all.deb
Size: 12152
SHA256: 8a2743c537b585841310bfdac32d21e065e1a30068faa7b4f7454a2dae72bfb1
SHA1: 8a84f181750f0670c57b22bc45eaa625f02508a7
MD5sum: e57fbb2d3d981d5cc275265262a7b39b
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 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.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-client
Source: postgresql-common (262.pgdg+1)
Version: 16+262.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: postgresql-client-16
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_16+262.pgdg+1_all.deb
Size: 12016
SHA256: b7f013ffe36984488238636fb7a44714e8437bab85ea5b8ddb7e4c00a7f04a49
SHA1: 4bf9ab67cd28e4eeb1d4d60107da9401b3cac315
MD5sum: 2e6f1585c5fba20ea2697c275bc65ef2
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.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-client-12
Source: postgresql-12
Version: 12.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6734
Depends: libpq5 (>= 12.20), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-12, postgresql-doc-12
Conflicts: postgresql-server-dev-12 (<< 12.1-2~)
Replaces: postgresql-server-dev-12 (<< 12.1-2~)
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-client-12_12.20-1.pgdg+1_arm64.deb
Size: 1412600
SHA256: 4a738d1498ed21022caa03b1d3f7f466c2b91c51b8f8e131fefa00b9a2b079b5
SHA1: fbeffb89eae6ee61eb507b33a3ed223f35e59e17
MD5sum: 779c9b8f3e744d23d8084c08c7c6bd85
Description: front-end programs for PostgreSQL 12
 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 12. If you install
 PostgreSQL 12 on a standalone machine, you need the server package
 postgresql-12, 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.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-client-12-dbgsym
Source: postgresql-12
Version: 12.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2216
Depends: postgresql-client-12 (= 12.20-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-client-12-dbgsym_12.20-1.pgdg+1_arm64.deb
Size: 1862572
SHA256: 5d4d5a9438d356f61fb20e62674376ae9c41d33e0b13a5041ecf5dd38a799efa
SHA1: c0f428db38242636dd2609ecbc7c9dde7ccf0d4a
MD5sum: cfb1828dea86b0a667e720c49e47d94d
Description: debug symbols for postgresql-client-12
Build-Ids: 0f8e892ff130251204f9b084cc725f19b21becbb 1419d1c51ce8ba516aa0526a3400e9ae94739af3 2c7876afa0c95170ec69d5dc4ea66d3241a78e31 3d1e05ece0b214638dd395e7ea6129ff12fa46e4 4f9d69b369178d947f23d01efaaa93c11fc11b54 522e9e82fd8b8c1cb1b5a8343a47c266cf590553 56276711b7396187fae62667c8401cecf6cbdbb2 5e0b1d252ea61068e91a2807ca8e37f76551be40 6b1adb5d43314eb63ef56abbb789213a579a831d 78e4ef0c99ae4490c741b2f0c149e3f7aeedb33f 82ca5a558fbace25f820cbebe59267755ac73e76 a7c090bca2de8a71d4e33654eca48728bdfc680a b1bb64f38349efdb0ee427b5184c679160a3e5cf b48c18b63b6efcb060d25d8c34e0d4d4f17f049c bafb5b240898e67b7b24e00db3202021ff9e805e dc6f6ae279bba63775d2f51c7059949bc960d845 ebacd24d8dede75baa2ab9270e9c9b0a6e0c8244
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-client-13
Source: postgresql-13
Version: 13.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7115
Depends: libpq5 (>= 13.16), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-13, postgresql-doc-13
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-client-13_13.16-1.pgdg+1_arm64.deb
Size: 1488104
SHA256: dcd2e67194264eeac74c5a097db1a2193a33a8cc259236c761ddea70360b843e
SHA1: da00313ca9a10eca04cebfb67e94f37f0a81d7a5
MD5sum: ace74402d5a3c13bdffd241adc75494b
Description: front-end programs for PostgreSQL 13
 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 13. If you install
 PostgreSQL 13 on a standalone machine, you need the server package
 postgresql-13, 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.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-client-13-dbgsym
Source: postgresql-13
Version: 13.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2387
Depends: postgresql-client-13 (= 13.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-client-13-dbgsym_13.16-1.pgdg+1_arm64.deb
Size: 2012144
SHA256: 88f7ae00b738d974742bd8c5de36143da47389f0244f54065b8545802b77a98e
SHA1: a18c54f50b55b9371fcdbc5a75a3814bd87accf2
MD5sum: 70711ba55e07c73889f52d8ad1c51fb6
Description: debug symbols for postgresql-client-13
Build-Ids: 0c6abf999987fa8f08146571aee94dfc03c9ea93 0cad924b1a9b55431c5c6c11d4ddacf158a649ac 0f1c4d56dd1b0cc076e57429f48345d3baa421bc 10efe77355ba500c04a223a9156f019976089c1c 18e2c950c85c347a9f12e36a1da1b43656a4fe4b 1b22f296d1b4d32601aff035f5007c059ec6ad1e 2095d4c0235d6f9c23bb83d2124eaad0d5740b4b 292052a48189c2a5bcf357baa6dfc08ae0fedb3a 2ff6246fdb1e27ec79a1ce9bc912519cac7d629d 3f6984367effe6b3626c5c939903eb182d95f7fd 429d109da947cc68fe8cb76a4caa1856c94fb05f 48aa4e8613508637035a0bfc19d24e2516410000 4f33f4d3d417b89485f03665ecb299529089e2a7 5f020537a6a6d9be2184bee2d9ee902f30932096 7cddb7e0161d386a285692354020691cc72ae468 955608bb0a815dd27dbcb6c804ca227239531dab 9c9ab7d1d27f6294569f65ec6107513644fd698f e2fa1aa49b1a55173c0ec6ff36a405266b485199
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-client-14
Source: postgresql-14
Version: 14.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8148
Depends: libpq5 (>= 14.13), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-14, postgresql-doc-14
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-client-14_14.13-1.pgdg+1_arm64.deb
Size: 1604216
SHA256: 94151db3c91fd3dd53a2b6c9dd347d86ec36027e3f97f942544371175773be2c
SHA1: 0ae8f573910647887cee13c45349a94d2dbf2f53
MD5sum: c9cf920cfbf7aa032451294d65f3ffc9
Description: front-end programs for PostgreSQL 14
 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 14. If you install
 PostgreSQL 14 on a standalone machine, you need the server package
 postgresql-14, 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.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-client-14-dbgsym
Source: postgresql-14
Version: 14.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2783
Depends: postgresql-client-14 (= 14.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-client-14-dbgsym_14.13-1.pgdg+1_arm64.deb
Size: 2332424
SHA256: cd9a387ad7495d89fef2a8c4ae232e8c249bae14d65856381633e4c7f595d0a1
SHA1: 541d8f63bc0195200e9aea95e08440237b623dd8
MD5sum: 6e8ae8d4a25aa9ddce21e7c6375dcb9e
Description: debug symbols for postgresql-client-14
Build-Ids: 058a913b3d436411fd78704634263de1a857163d 0aeaa4ce955a4af26122db2a7df0576d63be5f46 1627d22df75d4c09b2804345c4cb0a3c87b290fa 1af02b112d33c0db718f924570b1a992cddf2b73 2f747ae1901ed9596e73bf3862650dfe9b1c8edd 435aecc41e237686c5fb84119c39abc458bae396 4b9d4bfd81231128f4b034b929b23a4b9fe13fc4 55f8672db27d06ddcbcb045473837ce6792ba505 59a670018ff2c7f68aef26245ad5da85cc8fbc68 6eaa5997eab928b55de15b054cdfafaf48e5774c 6fbf9c0f2878e7fce9ee6cbe21c8ebe7ddf770e4 719987a5467cbfc0b0b5e143f4c3c48170aa2496 7476c53125e73db6068ad8ce87aba9ccb3e5b403 8369e9e82c8799d7839ab8665a7f37fcf9b662e3 8e7da42a39374e4059086d7b96e5867c8d7e03cb 90eaaae0b8f6b12431735e6e0385d8a4514b2c25 ae2110dede88568e289bb9fd2ba7c3a0d7f41776 b651813cf0218157c9c49eb6e4d21338d8b2ca38 bda0d815af2b827dba6a688b61acffeb7cf4a5a7 d3d6096a1320efa612692dbbae34cc4d3f535c36 f4a38451b09c7a5e8c489fadeb521ee8255e0399
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-client-15
Source: postgresql-15
Version: 15.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8799
Depends: libpq5 (>= 15.8), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-15, postgresql-doc-15
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-client-15_15.8-1.pgdg+1_arm64.deb
Size: 1669248
SHA256: d751ba9934f096f372a04a38a959386dc7962f02d332c6929b4b474c24ace5c2
SHA1: ecf2960c9a4101babe5a302695ca88834c1a0f5c
MD5sum: ca2496968c2ffa1ec60d6989d3da00ea
Description: front-end programs for PostgreSQL 15
 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 15. If you install
 PostgreSQL 15 on a standalone machine, you need the server package
 postgresql-15, 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.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-client-15-dbgsym
Source: postgresql-15
Version: 15.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2982
Depends: postgresql-client-15 (= 15.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-client-15-dbgsym_15.8-1.pgdg+1_arm64.deb
Size: 2511776
SHA256: c47570a435b86526cfdf3a8ff112a9d48b91d77666a0d5c3a9f503aae967e26c
SHA1: f89bfcd6bca89c46f93a8cb473c8f3dcbde43475
MD5sum: d641650a92f1ba3e49750936eeef9d35
Description: debug symbols for postgresql-client-15
Build-Ids: 1d3880fc36cbbf4e8520654403f803556b6b594e 2004a98f774946aab97cf8df364c87febf84d932 3862cf1852d1eb8f2a322ad2c3657892ea8fe268 40fbcbc8c87a1ef804d9a2fb216d4c5e3c81382b 4734c9a48db76f413ce9d09eb678c65ba7c15426 5bf9a21482dc1f82bc509976eef001bae79daac4 62d63daa5fd642c8a981ecb30645bf45b242a11d 667687f9a49e398b1dc66520367a5821bf67a0b4 6b6a50ac19c6c7a87d3fe75478ef8b8bea7cec81 706ec9d7adfb9a4b905897cd70b262645a3132f2 7d2fdea4174d61e39aab036efa90ac0232c81d75 8e77cb84fd9a2e2f88b7a596bef92d9c57ed5fb9 9ac92fd85938252ee56bdbde731d7da9d4790cd7 c0812aa3cfb0e56117779be27248cc1e014e4960 c22f15fd95789dbe64a2426a6ea66f236cf8b04a c72ba3009e5b84bc132efb3c72a9922faeecc7bb ece1c750ef8d78c00d5fa20b20d9af54576bc085 ed7fce5a54d1434bc369a1e3cf49ba27255fcf19 f1b0eb99a94cf5a4767c299e79f5ec8d95ec3028 f40e35a67daa1f8e307003c00ef02ec4409f8e16 f970436645e6ea85b4f8825dd94e99e70fa097a8
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-client-16
Source: postgresql-16
Version: 16.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10270
Depends: libpq5 (>= 16.4), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-16, postgresql-doc-16
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-client-16_16.4-1.pgdg+1_arm64.deb
Size: 1873324
SHA256: 636f9e616ad810d556d46dd6f24dc374a39f56755015d9034ce7783eaa931792
SHA1: 1154b7a4ec6c06dce32c3edfda770e51a7ecc6dd
MD5sum: 0e28713a1a797b784d7b7ac3ea36e2c0
Description: front-end programs for PostgreSQL 16
 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 16. If you install
 PostgreSQL 16 on a standalone machine, you need the server package
 postgresql-16, 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.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-client-16-dbgsym
Source: postgresql-16
Version: 16.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3074
Depends: postgresql-client-16 (= 16.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-client-16-dbgsym_16.4-1.pgdg+1_arm64.deb
Size: 2600924
SHA256: fa8d4eeee068ca7b6e637f226703594a536df3ff139017867a9dd8142f29a539
SHA1: d9cbe89b93651ba423ab3d706729df66e88d91a3
MD5sum: 94827e98a5e8dde5ddcf92e727521ac8
Description: debug symbols for postgresql-client-16
Build-Ids: 06605ada5e70cedfb47cce2fc27dd9d17bd87513 26b58ef3b48a46abdfbf2f2327bea8ddeabbe911 47d13d87b782e38807dca64b4598733110ac9e4c 4e7a66aa28effc33d11cb9efba3c1158526358f2 6c5fdb0f0f9ae8100f21c45e8b12efe12d757ce8 7f3110860a5e464afdca4c8a37ed529b677dc72b 95d134406d65de8541337345d5c52bdf49f22754 a1069369735d932f3139437dd6cf5f96bd75b5e8 aa164647be173d01b55c3e4da76eab1c9fe60ea9 acb0fa78427d9fe5e7019e538a3e0712f55a7161 ba4cc5a402f943d57f11d1c69c2f912901fd3562 be8b7abaa7c45ed7ee8048e8c5850148760db32c c2603f85e04b5f0fc97394467ece4298987741a5 c55acf2d39e5bccb995b220f1a4108048258d0be c9fec52a8ff804935c94c07b67f8a247de9e40a4 ccd45886fc696969a0ff5ec78f2d0d555b658563 d80d2585dc09587309c94d3ea9b502582c0df89c d883cf9191e67b76e2bc513d5bab049cf92677f5 dfc762ab9274ba4c8fe3b467924f456e6c2b600c ecd3765177437ae1b4399b09c5e5eccf940dddba f0c947f30ab08acfe3f64ae715d6a58b90047656
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-client-common
Source: postgresql-common
Version: 262.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: netbase, perl:any
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_262.pgdg+1_all.deb
Size: 36188
SHA256: 0bada3f7d61451eff67fccdbfe0aa20bc0342854c290f5f62f843ad7a22601ca
SHA1: db7509b9ddfddf9cf49d1986114282c70102f9ff
MD5sum: 166056a334ee298d71aab9892194e8a0
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.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-common
Version: 262.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 651
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, libjson-perl, sysvinit-utils (>= 3.05-4~) | lsb-base, postgresql-client-common (= 262.pgdg+1), ssl-cert (>= 1.0.11), ucf, perl:any
Recommends: e2fsprogs, logrotate
Conflicts: pgdg-keyring
Breaks: postgresql-9.1 (<< 9.1.1-3~), postgresql-server-dev-all (<< 204)
Replaces: pgdg-keyring, postgresql-server-dev-all (<< 204)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_262.pgdg+1_all.deb
Size: 168900
SHA256: 58a912ed45f03dedac2830ae684b743e7e7149b52617aa040f7f9d8ce8b896e0
SHA1: 7bb814b8cc82cc577994b3960c86cb061c83f7ec
MD5sum: 55b01760d39938f3e9cfc00851aa786a
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.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-contrib
Source: postgresql-common (262.pgdg+1)
Version: 16+262.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: postgresql-contrib-16
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-contrib_16+262.pgdg+1_all.deb
Size: 12016
SHA256: 5d24865ef7eea621a0d942dcc89808a627bb8d1db0212c8fa62c23fd48655c76
SHA1: 0c2d1e5a56483415f4998548a2ddb5a9680bc7a6
MD5sum: 6357a790238cdc3d72de69696fc295a2
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.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-doc
Source: postgresql-common (262.pgdg+1)
Version: 16+262.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17
Depends: postgresql-doc-16
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_16+262.pgdg+1_all.deb
Size: 12008
SHA256: fa0b8ad5a7740e5e33a633b36b413ee830bf8de332bb4c6607521e1cb8b47175
SHA1: 58de20acb382f121293af0234a3b8ee1ce59fa21
MD5sum: 3dd9b2f30a014d06470e9e0405c22b38
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.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-doc-12
Source: postgresql-12
Version: 12.20-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15040
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-12/postgresql-doc-12_12.20-1.pgdg+1_all.deb
Size: 1934768
SHA256: 96ef73171973752b4fa4fa7c63b42df1e5f5e81298caabf678b7770940188d0c
SHA1: eebf9d5460a478f4c57b99a9fdf588b283358368
MD5sum: e7727d99fc613d6bd66bfd113ff5a6ef
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 12. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-doc-13
Source: postgresql-13
Version: 13.16-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15779
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-13/postgresql-doc-13_13.16-1.pgdg+1_all.deb
Size: 1980208
SHA256: 6c151799f5e8a2c967c779bc87ef0dc7b29952d3a2368718d558eff1ae9459d9
SHA1: 9a076356352418e602db1c54e9b7f8d344932cbf
MD5sum: 2f78c588ef39f1668ecd3320a01ce810
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 13. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-doc-14
Source: postgresql-14
Version: 14.13-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16234
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-14/postgresql-doc-14_14.13-1.pgdg+1_all.deb
Size: 2030404
SHA256: 95405bf399d2727108157cd46d7fb913233da65b0f42e082bc7b7171cb457a1e
SHA1: 0003bf598a468cda2e566780cbf5d40a2baa3e8d
MD5sum: f270a71ceda5eba2c997a303992ae925
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 14. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-doc-15
Source: postgresql-15
Version: 15.8-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16087
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-15/postgresql-doc-15_15.8-1.pgdg+1_all.deb
Size: 2043360
SHA256: 03c26c5e424c4667ced1fdd9659487e037c5cae2068acb32110e074dd8e154a3
SHA1: adf512db5f354c0acacb9263a65c32c18b83f77e
MD5sum: df19eac81a58f6ce165fb274858d399c
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 15. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-doc-16
Source: postgresql-16
Version: 16.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16622
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-16/postgresql-doc-16_16.4-1.pgdg+1_all.deb
Size: 2094104
SHA256: 8861f128d5cf35c26d21726968c5832c6406dd4bf84707c6748ab590a7b553d3
SHA1: fe0731150d15407de91b8159a4a6ab23b83a0057
MD5sum: d4107f68fc31470d8185ae3f90fbd615
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 16. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-pljava-common
Source: postgresql-pljava
Version: 1.6.7-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 20
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-pljava-common_1.6.7-2.pgdg+1_all.deb
Size: 6420
SHA256: 7aff52de730d10edf11cbc2b8e391c381f60fbcf8299563629d1256f35491e3e
SHA1: ca5839dd101db407420a90e96900b9509040fc1e
MD5sum: 99e5eb1f595783abfc6d2599afb43109
Description: Java procedural language for PostgreSQL, config files
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package contains the pljava.policy config file.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-plperl-12
Source: postgresql-12
Version: 12.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 482
Depends: perl, postgresql-12 (= 12.20-1.pgdg+1), libc6 (>= 2.34), libperl5.38t64 (>= 5.38.2)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plperl-12_12.20-1.pgdg+1_arm64.deb
Size: 86492
SHA256: a6af44079a3620c79a2247ba33f97d92082f20c882c3e638a20b14c9a14c17e6
SHA1: 7a4acda3a176d40d19e9548a2b5cc91451be4991
MD5sum: e51d49b77ab1c757920ae9e50608cece
Description: PL/Perl procedural language for PostgreSQL 12
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Perl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-plperl-12-dbgsym
Source: postgresql-12
Version: 12.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 221
Depends: postgresql-plperl-12 (= 12.20-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plperl-12-dbgsym_12.20-1.pgdg+1_arm64.deb
Size: 182560
SHA256: 4a67ddfc39cd12cbbac03073cb1bd56bcd397fee5d9bb0f7cef57fb0c3a45841
SHA1: dd6d99bb22a7f2571a13739a28b529ccce32e320
MD5sum: 38de629396dc01cd92902080c1e31fea
Description: debug symbols for postgresql-plperl-12
Build-Ids: b793ed779e83129db4d8ce38e5ad62b00b073c97 bf535dc3ea2422f730e38335a73e930fcc8fadd3 d50aa570a40c25aec459ea3730dd056325ed9099
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-plperl-13
Source: postgresql-13
Version: 13.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 563
Depends: perl, postgresql-13 (= 13.16-1.pgdg+1), libc6 (>= 2.34), libperl5.38t64 (>= 5.38.2)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plperl-13_13.16-1.pgdg+1_arm64.deb
Size: 91024
SHA256: b0a3db722a7ab859987c4f1baf1138f7b8043bc4c1fe8c8566f694351dafd6c4
SHA1: 1f18327b176098be3d153e5074a3572e16232215
MD5sum: 21b3604a875f19692f53a8c006c9121f
Description: PL/Perl procedural language for PostgreSQL 13
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Perl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-plperl-13-dbgsym
Source: postgresql-13
Version: 13.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 235
Depends: postgresql-plperl-13 (= 13.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plperl-13-dbgsym_13.16-1.pgdg+1_arm64.deb
Size: 188520
SHA256: b44977b5d8f893cb6918070e6b384a4b7f349189c13684f7a79213ce201316ce
SHA1: c43573ffbb0fbdd76e5333067d411b4bd58e3835
MD5sum: 8ac6110825eb993789a397e87781a506
Description: debug symbols for postgresql-plperl-13
Build-Ids: 4ffc7464bf920e022e4388c6b483446cba56d8e1 7a6e3618ec6acd834808850f2af75c0637e45298 8a2b564f304242792188d7e97c0af407ffc49285 be0658ab75362e542e421464c5cf44a943f742bc
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-plperl-14
Source: postgresql-14
Version: 14.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 572
Depends: perl, postgresql-14 (= 14.13-1.pgdg+1), libc6 (>= 2.34), libperl5.38t64 (>= 5.38.2)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plperl-14_14.13-1.pgdg+1_arm64.deb
Size: 89848
SHA256: ba9917383ecc1da26aa4bb398f6c58337c2fa64c41c8116fa6b71a31980ff150
SHA1: a9f6edfd9e70c0f5b8b2fdceb21a4b1778338f66
MD5sum: e3edd53560548a8e7753941af6be6f99
Description: PL/Perl procedural language for PostgreSQL 14
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Perl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-plperl-14-dbgsym
Source: postgresql-14
Version: 14.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 236
Depends: postgresql-plperl-14 (= 14.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plperl-14-dbgsym_14.13-1.pgdg+1_arm64.deb
Size: 189512
SHA256: 1a595c29d3fbd0846989a668061f645c689db19e39d978e7078aff57026dd9be
SHA1: ae5e25c9bce8425f50fea433aabe19b9ba5ffb3b
MD5sum: 79b7fba87e5b000914ef1348d75a59e5
Description: debug symbols for postgresql-plperl-14
Build-Ids: 43d99d6b158b5e36c2136ba9d9ea4bd984251265 9b66ef1415ac0d7b02568e04a9bc843c6059fa39 b15e8291c03caf7e2eec5f2f11bca465d1dbcfca d66e317aa5295585b693ef353764bf2dd5ef32ee
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-plperl-15
Source: postgresql-15
Version: 15.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 573
Depends: perl, postgresql-15 (= 15.8-1.pgdg+1), libc6 (>= 2.34), libperl5.38t64 (>= 5.38.2)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plperl-15_15.8-1.pgdg+1_arm64.deb
Size: 88536
SHA256: 39834eb34506d3cd26d200c465c339c1a329db03605ce7325d02b7879cee30a6
SHA1: 44ae5404f9a54df96be5df7e8b68274d6442354b
MD5sum: 2dce5d739435996238790fb641e8ff94
Description: PL/Perl procedural language for PostgreSQL 15
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Perl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-plperl-15-dbgsym
Source: postgresql-15
Version: 15.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 240
Depends: postgresql-plperl-15 (= 15.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plperl-15-dbgsym_15.8-1.pgdg+1_arm64.deb
Size: 193336
SHA256: 2d734c6894c3706cdfea0931b8482747cfd758489d6b2bdb65979f40676623bb
SHA1: 6dad4800c214c1c2cd8d9c9947ffb487b5e7ba2b
MD5sum: c5aff8b46b1ae732bc3f40539139d4cf
Description: debug symbols for postgresql-plperl-15
Build-Ids: 477b365ba1b65cdb7671bb19a0b8fdd029390ea3 94e49c089b17ab739d433b6ca27dedabcf0ddd24 edeaf4af4e23cf044b9632e9333e0686abe1f60f f0288410ebe8e6d748abb12a1f1e2d1cb37fc0b6
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-plperl-16
Source: postgresql-16
Version: 16.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 586
Depends: perl, postgresql-16 (= 16.4-1.pgdg+1), libc6 (>= 2.34), libperl5.38t64 (>= 5.38.2)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plperl-16_16.4-1.pgdg+1_arm64.deb
Size: 87860
SHA256: e4750793cc97ff9e7c38bb0042a9c78978cb3b9c8e8464bc814eeb65a9519438
SHA1: 2095a4c1652fdb4956b2d916b93c848568ef2316
MD5sum: 03911664f828e9999b64e2e5a5e6d740
Description: PL/Perl procedural language for PostgreSQL 16
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Perl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-plperl-16-dbgsym
Source: postgresql-16
Version: 16.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 243
Depends: postgresql-plperl-16 (= 16.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plperl-16-dbgsym_16.4-1.pgdg+1_arm64.deb
Size: 197016
SHA256: 31ead2bf5de420771dec5ec218e20263b42a842f9131b28865f80ab306e58c22
SHA1: 8c98fa9f6b7c5cc12d78b6c25e686a8be83e38c9
MD5sum: d8cc2fd23471c93b017765da633069b4
Description: debug symbols for postgresql-plperl-16
Build-Ids: 211065625f7192c1ca0370f3d5e47ebd5a0150dd 4559124e1f3c3c0793e2cdfe35984482eeacc16e 99ff4c42468dc61926d5079ffcdb09fabc58fcfe b473c76c9a36939136f253177563d674f3541514
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-plpython3-12
Source: postgresql-12
Version: 12.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 645
Depends: postgresql-12 (= 12.20-1.pgdg+1), libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12_12.20-1.pgdg+1_arm64.deb
Size: 109848
SHA256: 7ebe8ea50dc9561b74f04920c0e8a5f769a90f5b9a83bdbcd4d633043d10fc80
SHA1: d380bfed37b5d3132ad31ea0cc5e72ce16f83adc
MD5sum: 07ea80249f24f4c71e8b4b26af2c5f83
Description: PL/Python 3 procedural language for PostgreSQL 12
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Python 3.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-plpython3-12-dbgsym
Source: postgresql-12
Version: 12.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 231
Depends: postgresql-plpython3-12 (= 12.20-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12-dbgsym_12.20-1.pgdg+1_arm64.deb
Size: 178412
SHA256: 0d548fbf78aa83518188320de190938ca618179ed16c95f3979364af538809df
SHA1: 74336ab2e995dc6b5a9fd4a78b616e2318d92921
MD5sum: e1c0d847b6c61576c4a31e08fe67d426
Description: debug symbols for postgresql-plpython3-12
Build-Ids: 5b103f033c1d3ff82a5ef2a7fd0e2fbd2045b573 662960ff93f36f84c8e3ab8832f9731bc4f05c69 87b9ea80a1d8be877092f9c11a8759326355449d e0df55a7b18498f0218652474e7b9517ecb98c4a
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-plpython3-13
Source: postgresql-13
Version: 13.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 644
Depends: postgresql-13 (= 13.16-1.pgdg+1), libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13_13.16-1.pgdg+1_arm64.deb
Size: 109024
SHA256: 9d756e4f4df8181553ae3837f7fafb10e03ce411929d935b62cffb23ab8fb2d8
SHA1: 938845cbb6541b704e398a4e34de42349df5a04f
MD5sum: 1a29e4c68bbbd0288b87c4ffb20cec8c
Description: PL/Python 3 procedural language for PostgreSQL 13
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Python 3.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-plpython3-13-dbgsym
Source: postgresql-13
Version: 13.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 231
Depends: postgresql-plpython3-13 (= 13.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13-dbgsym_13.16-1.pgdg+1_arm64.deb
Size: 179160
SHA256: a7ba9b2f9b4033dbda33ddae087566cab876a3c0f9c499d42d8b428e8bce274c
SHA1: 4f604aa5f90997a77bc2f2ec2ccad9cbdeb7b6c8
MD5sum: abbf38efa062080284e5fd15a36f31e5
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 28c83c2115f753cc47065678f93d927991d90879 a9444763bfbfdf3a14ede9d6e397840b24a6a681 d8236a44cbc0bb5605a3a054089a4c7d0bd4f0e1 d8e0d62967b24f68ef6a7a6a3fec61b63fb34e70
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-plpython3-14
Source: postgresql-14
Version: 14.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 724
Depends: postgresql-14 (= 14.13-1.pgdg+1), libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14_14.13-1.pgdg+1_arm64.deb
Size: 110088
SHA256: f6a9966eb59327843ff135e3d535edc702e36be0f92e7165117278d3ff2460df
SHA1: 1e50aa9aec97d247bf3820e168ed7ef5cfc729bd
MD5sum: c9226dcafb8125efc66d5e5219f92f39
Description: PL/Python 3 procedural language for PostgreSQL 14
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Python 3.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-plpython3-14-dbgsym
Source: postgresql-14
Version: 14.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 233
Depends: postgresql-plpython3-14 (= 14.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14-dbgsym_14.13-1.pgdg+1_arm64.deb
Size: 179940
SHA256: dae3c589c9f7b266e825263713c15e6774acfb649d8550b2b758a0097b96a47c
SHA1: 07edd24875f511acca307692d22850fe0ed5b1b1
MD5sum: dad6f6a6ded4080dd531ddb32155e5e3
Description: debug symbols for postgresql-plpython3-14
Build-Ids: 1a817da4f0773fde7e257161069a52dd7121b661 2978cf784c8ba6f64157a70b4144c741d5039762 9be8c0146fef12338a1da36f29975edecc3dca95 ef817f78f01b10f82f5837e554e3e0c07fef3e37
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-plpython3-15
Source: postgresql-15
Version: 15.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 739
Depends: postgresql-15 (= 15.8-1.pgdg+1), libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15_15.8-1.pgdg+1_arm64.deb
Size: 109900
SHA256: 9945bc849f4e72baeee4044620fab0e11bbd97e33ade21e57317858c153aa7d2
SHA1: 2cf27411f08270cd93b91e9576adc937af8be93d
MD5sum: 751813e303d3d159202c36f73ea11001
Description: PL/Python 3 procedural language for PostgreSQL 15
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Python 3.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-plpython3-15-dbgsym
Source: postgresql-15
Version: 15.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 231
Depends: postgresql-plpython3-15 (= 15.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15-dbgsym_15.8-1.pgdg+1_arm64.deb
Size: 180848
SHA256: d597b10c368355bc9aed193774b1c3d86b2d2d2ee51fdfe75bc6e1c473d3d9b2
SHA1: df96a48f7638dac8c1089e8ec6a30daf11e74811
MD5sum: e5f75d0acc8aae68c5a51785954e96e1
Description: debug symbols for postgresql-plpython3-15
Build-Ids: 5282fc26dc1b5ef1b3400afa8d7a88377c335c20 7ffbb7cb3244f2199df5c3ca2ae77d21f50bfd7a dbe9d77d1b5f64d8ead50f43e5ec2b0b7eb55418 fae9c36a9c73d66a2c50c37ade10f20a664a1426
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-plpython3-16
Source: postgresql-16
Version: 16.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 685
Depends: postgresql-16 (= 16.4-1.pgdg+1), libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16_16.4-1.pgdg+1_arm64.deb
Size: 109068
SHA256: f649e5e04960be820b2558783e5a78411359b48bb6e615eeaca1921790d44f8d
SHA1: c589269a96b7c61d1b151c46c303fcefbb0b50fc
MD5sum: 8b7ff134fe5b41aa2151fbc2d5b24896
Description: PL/Python 3 procedural language for PostgreSQL 16
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Python 3.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-plpython3-16-dbgsym
Source: postgresql-16
Version: 16.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 238
Depends: postgresql-plpython3-16 (= 16.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16-dbgsym_16.4-1.pgdg+1_arm64.deb
Size: 185780
SHA256: 104960be71035a36e7076b325f113adebfa1ddfe66448aba75afe76b5968824f
SHA1: 300bce1d1e290ca261d74a697735b814c722784e
MD5sum: 9f7ba0ab79b6cc56c46ca90956de0d48
Description: debug symbols for postgresql-plpython3-16
Build-Ids: 91d012e11ab920a9258c25c93fdc511544c83444 ab2d1337158b127410667344f8965d2c45716003 d2b43a513f4e96c6a579ee0068e52ecf48a6e60f e50a84c9cb1991bebf6e024cc03d76632ab8ef3e
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-pltcl-12
Source: postgresql-12
Version: 12.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 185
Depends: postgresql-12 (= 12.20-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12_12.20-1.pgdg+1_arm64.deb
Size: 42912
SHA256: fc6acaf82d50e9dca01e01776840887219057f3e7b0fe026d477851162058e93
SHA1: d9d7a1068acc815081e9bb1247b9c86fc60b4209
MD5sum: fe584ade6b0f6cff33d9e5ed4ef257dd
Description: PL/Tcl procedural language for PostgreSQL 12
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Tcl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-pltcl-12-dbgsym
Source: postgresql-12
Version: 12.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-pltcl-12 (= 12.20-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12-dbgsym_12.20-1.pgdg+1_arm64.deb
Size: 71176
SHA256: 64afd5bb16961ba5d3c0297feb857d8784a1411d255b9eb244d1b032ea74e1f5
SHA1: efbc8283e51062225c2eafc74fe45c81503d76e9
MD5sum: 35f27614146fc9b932d8e1f333502ba8
Description: debug symbols for postgresql-pltcl-12
Build-Ids: 92ab7ac21b1641df58a959166c0477d7861e4f53
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-pltcl-13
Source: postgresql-13
Version: 13.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 191
Depends: postgresql-13 (= 13.16-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13_13.16-1.pgdg+1_arm64.deb
Size: 43792
SHA256: 1d98adb740708b53348db84049976d3008fcb46420e69e693d1e885f1c5332bd
SHA1: 56de91afa5f51e4f66dab38d4d28af2df899c7c9
MD5sum: e843adc7b3a4913310df13b84073730b
Description: PL/Tcl procedural language for PostgreSQL 13
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Tcl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-pltcl-13-dbgsym
Source: postgresql-13
Version: 13.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-pltcl-13 (= 13.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13-dbgsym_13.16-1.pgdg+1_arm64.deb
Size: 74460
SHA256: 954688d823c4758ab2150b29876342016bdbfc86552b8d86b8c539d0dc09e6fe
SHA1: 26e206b97abad799baf4ec6790f242024685b0aa
MD5sum: 3151f6adb817a9fac8e67ef475acf7c4
Description: debug symbols for postgresql-pltcl-13
Build-Ids: 5cecd648cbf5be503f62416ed4836edb840d3057
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-pltcl-14
Source: postgresql-14
Version: 14.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 190
Depends: postgresql-14 (= 14.13-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14_14.13-1.pgdg+1_arm64.deb
Size: 41164
SHA256: 847e1a7c45c283934a1cd1e3636f0fe71d82fa4239484909d4f1666cbd8f870f
SHA1: ae6c0b3390e13de003ed8fbd5239fec7f8d5ce32
MD5sum: 0c2a4d9b19232d98df9162359a614840
Description: PL/Tcl procedural language for PostgreSQL 14
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Tcl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-pltcl-14-dbgsym
Source: postgresql-14
Version: 14.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-pltcl-14 (= 14.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14-dbgsym_14.13-1.pgdg+1_arm64.deb
Size: 75136
SHA256: 8a5ee4124ba531f763a50635376c1eb5a45d3caa21b0582d1755331c91a4c0b1
SHA1: 9b3ef38ba9be89ef08889be95c14cd9fdcb329ea
MD5sum: e60cb87aa74565ed6ea64bc49e329eec
Description: debug symbols for postgresql-pltcl-14
Build-Ids: 42aaedd264689e7fa1b4b2c12337e9e26b8dd260
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-pltcl-15
Source: postgresql-15
Version: 15.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 197
Depends: postgresql-15 (= 15.8-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15_15.8-1.pgdg+1_arm64.deb
Size: 40748
SHA256: 0084d6f00f3af5b7d8cf8f407575b86232ace3ced20a382410152980a67b6c33
SHA1: ee8b63ff4d0b69bb4f3b8323b6c7e616ca39accd
MD5sum: 8036bf9497abb39cf16852e8e1bf8f4d
Description: PL/Tcl procedural language for PostgreSQL 15
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Tcl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-pltcl-15-dbgsym
Source: postgresql-15
Version: 15.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-pltcl-15 (= 15.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15-dbgsym_15.8-1.pgdg+1_arm64.deb
Size: 78988
SHA256: b88a855e72d89e7d2ffe8dd409bea9f00f0492151537623f7f4d47469a3de540
SHA1: 00fb18c8a827f462271db0da0d56d9c793417322
MD5sum: e475194c73925ffc99457708f512fdcc
Description: debug symbols for postgresql-pltcl-15
Build-Ids: fc14f37012b09e3aa59c0e3d9cdf03ee312dfcfc
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-pltcl-16
Source: postgresql-16
Version: 16.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 205
Depends: postgresql-16 (= 16.4-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16_16.4-1.pgdg+1_arm64.deb
Size: 40148
SHA256: 18d9fde05ade43d470e235ba1c07d64c60e88125c4a214d4e4082594bce84438
SHA1: 398081f12d2dbb3ff6bcd42f6cb8f829d4501c20
MD5sum: 558d5f093dc68fb7e98327f18cc93659
Description: PL/Tcl procedural language for PostgreSQL 16
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Tcl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-pltcl-16-dbgsym
Source: postgresql-16
Version: 16.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: postgresql-pltcl-16 (= 16.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16-dbgsym_16.4-1.pgdg+1_arm64.deb
Size: 81736
SHA256: f34c8ff3c10e9d1d11628b61846ccefcfd438c98ef9ac3a04863d2e199ce7e31
SHA1: 7e2ddb0155c05d23dfb9f808112e2774dce6593e
MD5sum: 730d59835d59868c07056eeb663bda22
Description: debug symbols for postgresql-pltcl-16
Build-Ids: fa6480e138a87ab68ae7a00f6577b2d12342dfec
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-server-dev-12
Source: postgresql-12
Version: 12.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5665
Depends: clang-16, libpq-dev (>= 12~~), llvm-16-dev, postgresql-client-12 (>= 12.1-2~), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-12/postgresql-server-dev-12_12.20-1.pgdg+1_arm64.deb
Size: 1000420
SHA256: c74cf1600445d6108d328cf9dd2dc571a7655d7c8c357a508d650b71d54cd50c
SHA1: 2713f78bedb1cc0e8cf97cfa08e42083dab7857c
MD5sum: e43d4932d1224502daa1a1d36ff1802a
Description: development files for PostgreSQL 12 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.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-server-dev-13
Source: postgresql-13
Version: 13.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6181
Depends: clang-16, libpq-dev (>= 13~~), llvm-16-dev, postgresql-client-13, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/postgresql-server-dev-13_13.16-1.pgdg+1_arm64.deb
Size: 1045996
SHA256: e3e30b0026347c53f24f9ab8ef2d6af14693ce9ba004b9158db31a6f420a414b
SHA1: 135284bc561795bcaafb1890b6810d086f3a68c3
MD5sum: 52fbb55647bafab48e128bfbc80d3040
Description: development files for PostgreSQL 13 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.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-server-dev-14
Source: postgresql-14
Version: 14.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6697
Depends: clang-16, libpq-dev (>= 14~~), llvm-16-dev, postgresql-client-14, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14_14.13-1.pgdg+1_arm64.deb
Size: 1120804
SHA256: e8c20373b90f5ca5e44c21fece1824e9722af9b3dc9d74bf142b25b275f57dd6
SHA1: 43e22d6ca7c6f2c86df17c59c39cbbeaac88a1df
MD5sum: 0416718c8345dc9f268c7b07f85a3883
Description: development files for PostgreSQL 14 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.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-server-dev-15
Source: postgresql-15
Version: 15.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6859
Depends: clang-16, libpq-dev (>= 15~~), llvm-16-dev, postgresql-client-15, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/postgresql-server-dev-15_15.8-1.pgdg+1_arm64.deb
Size: 1146020
SHA256: cc0d2220cf7bde64c53737f87f36b96119cbb66702a53b7e3e4af5f0bb1eee70
SHA1: 2e33a904999767321d559995443a37dfb30f1059
MD5sum: 4cf0f54126eec2eda5ea4fcdb91da871
Description: development files for PostgreSQL 15 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.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-server-dev-16
Source: postgresql-16
Version: 16.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7052
Depends: clang-16, libpq-dev (>= 16~~), llvm-16-dev, postgresql-client-16, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-16/postgresql-server-dev-16_16.4-1.pgdg+1_arm64.deb
Size: 1172672
SHA256: 44cde4dbe1ece2f05cbe3cc0241cb674feea68251e7707e3cf4d39ce6a425873
SHA1: d43e3130b5eadca1bd964bb172d438018b883afc
MD5sum: aa0e1a33191a457e3b94d0b44bc4e92e
Description: development files for PostgreSQL 16 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.
Timestamp: 2024-08-08 16:47:01+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 262.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: make:any, postgresql-common (= 262.pgdg+1), postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12, postgresql-server-dev-13, postgresql-server-dev-14, postgresql-server-dev-15, postgresql-server-dev-16
Multi-Arch: same
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_262.pgdg+1_arm64.deb
Size: 20344
SHA256: 4e18d43821668f01ce517de33f44a0ec65f8743234c70f9362af2a1c8ab0b841
SHA1: adeb395c07c095038b1ef1ce9ea6903f2b3d3980
MD5sum: a8da2b45e442894488f99fb52dd642dd
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, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 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.
Timestamp: 2024-08-08 16:47:01+00

Package: python3-pglast
Source: pglast
Version: 6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1196
Depends: python3 (<< 3.13), python3 (>= 3.12~), python3-pkg-resources, python3:any, libc6 (>= 2.17), libpg-query1605.1
Suggests: python-pglast-doc
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: python
Filename: pool/main/p/pglast/python3-pglast_6.3-1.pgdg+1_arm64.deb
Size: 274672
SHA256: 42bb321dc1b4dab16dadfc4001895c5c7dc7b645d8aabbb196a40ec66b9005cf
SHA1: 32a0e74322708f48c48acd55720fa94454b36240
MD5sum: c6c91a73e2e0c486811364c6d6b219b6
Description: PostgreSQL Languages AST and statements prettifier (Python 3)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This package installs the library for Python 3.
Timestamp: 2024-08-08 16:47:01+00

Package: python3-pglast-dbgsym
Source: pglast
Version: 6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1640
Depends: python3-pglast (= 6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglast/python3-pglast-dbgsym_6.3-1.pgdg+1_arm64.deb
Size: 1619804
SHA256: cb2507699c9bf1230bd6faa3c7d88e31810aa2420f9c1bd5d7ac64fde370f2d6
SHA1: ab7e3d19e97278fa368937fd3da78cafbc5ba15f
MD5sum: 89f3e0bd87bf18c858156abd33ffdb52
Description: debug symbols for python3-pglast
Build-Ids: 36ad0054a0ece522ab41b7fdee97bb7c3937a525
Timestamp: 2024-08-08 16:47:01+00

Package: python-pglast-doc
Source: pglast
Version: 6.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3845
Depends: libjs-sphinxdoc (>= 7.4)
Multi-Arch: foreign
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: doc
Filename: pool/main/p/pglast/python-pglast-doc_6.3-1.pgdg+1_all.deb
Size: 279492
SHA256: d517367bef8919ab9a47029871697788f564f7a8e5ccfe4be17b575b46a178db
SHA1: bc8b50e4970739953e0a4d6fcea5208cf554f1e4
MD5sum: 07dc8c28be38082196e58c4ecbad4c70
Description: PostgreSQL Languages AST and statements prettifier (common documentation)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This is the common documentation package.
Timestamp: 2024-08-08 16:47:01+00

Package: elephant-shed
Version: 1.3.8.pgdg+2
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 9
Depends: elephant-shed-cockpit, elephant-shed-grafana, elephant-shed-omnidb, elephant-shed-pgbackrest, elephant-shed-pgbadger, elephant-shed-portal, elephant-shed-postgresql, elephant-shed-powa, elephant-shed-prometheus, elephant-shed-prometheus-node-exporter, elephant-shed-prometheus-sql-exporter, elephant-shed-tmate
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed_1.3.8.pgdg+2_all.deb
Size: 2852
SHA256: c96ebccce89e463d2aab148a3f3b26fb8882d08dd89ebf5e4f4aba5dc724e6be
SHA1: 464629599b17daa13f09cc882e3249287301fdc1
MD5sum: 1b4be7a61cbc6a2875295b9e6ddf5727
Description: PostgreSQL dashboard
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This meta package depends on all Elephant Shed components.
Timestamp: 2024-08-09 16:26:29+00

Package: elephant-shed-cockpit
Source: elephant-shed
Version: 1.3.8.pgdg+2
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 18
Depends: cockpit
Recommends: cockpit-packagekit
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-cockpit_1.3.8.pgdg+2_all.deb
Size: 3260
SHA256: 4801fefd803899792c32e167dfc3fd4acbde9f185145811b7854df9dc6761c51
SHA1: 2e151cd613aec2ce2b7dc01b4706d05f5d4746eb
MD5sum: f1c75956a0fdad4209204dcc34d795ad
Description: PostgreSQL dashboard -- cockpit integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with cockpit.
Timestamp: 2024-08-09 16:26:29+00

Package: elephant-shed-grafana
Source: elephant-shed
Version: 1.3.8.pgdg+2
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 164
Depends: curl, grafana (>> 5)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-grafana_1.3.8.pgdg+2_all.deb
Size: 15528
SHA256: 51015a1c4f723a058acbb9dcc58f88e6b29ae4545291aa18b263caf9ac9c12e8
SHA1: b352d7267df11c1eb18908218ee54c71a3428702
MD5sum: f1821c296db6039fa0dcb146408848df
Description: PostgreSQL dashboard -- Grafana integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with Grafana.
Timestamp: 2024-08-09 16:26:29+00

Package: elephant-shed-omnidb
Source: elephant-shed
Version: 1.3.8.pgdg+2
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 13
Depends: omnidb-server
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-omnidb_1.3.8.pgdg+2_all.deb
Size: 3236
SHA256: 95f4fce3405daea4ed298f02d288751d84ddcdb89ff2dfcb1161f9bd92ba21f8
SHA1: 4b602a5c75f54aa0c298b2eed5977e20ad09053b
MD5sum: 2668327ddc59113515fde59fdecb3dbf
Description: PostgreSQL dashboard -- OmniDB integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This meta package provides the integration with OmniDB.
Timestamp: 2024-08-09 16:26:29+00

Package: elephant-shed-pgbackrest
Source: elephant-shed
Version: 1.3.8.pgdg+2
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 23
Depends: pgbackrest, postgresql-common
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-pgbackrest_1.3.8.pgdg+2_all.deb
Size: 5184
SHA256: 0fabf2d2d6b78eb123adaa0b3cfcb96c62dda6812f63f26d15600431491c9df3
SHA1: 802e49149456f51887a4ae2355c6970c4f210506
MD5sum: 0ce8b3cc8324eaabad51cb62c91908aa
Description: PostgreSQL dashboard -- pgBackRest integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with pgBackRest.
Timestamp: 2024-08-09 16:26:29+00

Package: elephant-shed-pgbadger
Source: elephant-shed
Version: 1.3.8.pgdg+2
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 26
Depends: pgbadger (>> 9), postgresql-common
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-pgbadger_1.3.8.pgdg+2_all.deb
Size: 4776
SHA256: 680bb8faa2f5b4f4aecbfd7424213b31f22474cffdd36040b959de7b595210c5
SHA1: c37a1dc8cc2eeaced738be9bc34e0963784fbfcc
MD5sum: 61eb70f77c0818ebcad0ad107c1220cb
Description: PostgreSQL dashboard -- pgBadger integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with pgBadger.
Timestamp: 2024-08-09 16:26:29+00

Package: elephant-shed-portal
Source: elephant-shed
Version: 1.3.8.pgdg+2
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 7964
Depends: adduser, apache2, libapache2-mod-authnz-external, libapache2-mod-authz-unixgroup, libapache2-mod-wsgi-py3, libjs-jquery, libjs-bootstrap, libjs-popper.js, libtemplate-perl, libcgi-pm-perl, pwauth
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-portal_1.3.8.pgdg+2_all.deb
Size: 4183524
SHA256: 61a6197488d5480959457c22a34222880db6317855d3b9d974caa4eb295ee48e
SHA1: c55c7c6db11904d8f15cc0d34c516348eae55f25
MD5sum: e0c9fcd6eca232cd14f23b92672c2d7b
Description: PostgreSQL dashboard -- web interface
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the web interface.
Timestamp: 2024-08-09 16:26:29+00

Package: elephant-shed-postgresql
Source: elephant-shed
Version: 1.3.8.pgdg+2
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 25
Depends: adduser, postgresql-common (>> 183~)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-postgresql_1.3.8.pgdg+2_all.deb
Size: 5512
SHA256: 36d20474268761e14f1efc0e2e03b8b58a9bb44b749725bfd261e91e30257eef
SHA1: 814b1ee6716c4fdda28af24d6972922b539441c1
MD5sum: 96673cd32b3fc3105d64fec2fdba55f2
Description: PostgreSQL dashboard -- PostgreSQL integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with PostgreSQL.
Timestamp: 2024-08-09 16:26:29+00

Package: elephant-shed-powa
Source: elephant-shed
Version: 1.3.8.pgdg+2
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 13
Depends: powa-web, postgresql-common
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-powa_1.3.8.pgdg+2_all.deb
Size: 3736
SHA256: bc7620de49fcdfc344a721ad6e8aa5fc6e3b5eee0c0e29ffac11f7290a99aa81
SHA1: 2158971c540a0e32e6558a564875af19b3bbd254
MD5sum: 7f476675b509631f550cee8765256374
Description: PostgreSQL dashboard -- PoWA integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with PoWA.
Timestamp: 2024-08-09 16:26:29+00

Package: elephant-shed-prometheus
Source: elephant-shed
Version: 1.3.8.pgdg+2
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 23
Depends: prometheus (>= 2.0)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-prometheus_1.3.8.pgdg+2_all.deb
Size: 4776
SHA256: a861f1e8fe5432c35fd1e8b81075cf7cd0c2768055a0d5ccc3ccd178c008902b
SHA1: fa62ca7db4c8e94f2044d1a19fa4cff7c041ae38
MD5sum: 2b6b85cde13c494c6ae88a6fac75f877
Description: PostgreSQL dashboard -- Prometheus integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with Prometheus.
Timestamp: 2024-08-09 16:26:29+00

Package: elephant-shed-prometheus-node-exporter
Source: elephant-shed
Version: 1.3.8.pgdg+2
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 28
Depends: prometheus-node-exporter (>= 0.16.0)
Breaks: elephant-shed-prometheus (<< 1.1)
Replaces: elephant-shed-prometheus (<< 1.1)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-prometheus-node-exporter_1.3.8.pgdg+2_all.deb
Size: 5900
SHA256: 85d288f24802c0bf1fb43ccd8d5b7903c04335ca5b10218ac37ce77594f70a03
SHA1: a0094cc591ec32efb4e7248c968fd2836f2da558
MD5sum: 7a773859066db91433caa9872bf66215
Description: PostgreSQL dashboard -- Node exporter integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with the Prometheus node
 exporter.
Timestamp: 2024-08-09 16:26:29+00

Package: elephant-shed-prometheus-sql-exporter
Source: elephant-shed
Version: 1.3.8.pgdg+2
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 55
Depends: libyaml-perl, postgresql-common, prometheus-sql-exporter
Breaks: elephant-shed-prometheus (<< 1.1)
Replaces: elephant-shed-prometheus (<< 1.1)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-prometheus-sql-exporter_1.3.8.pgdg+2_all.deb
Size: 9328
SHA256: 8760db76e7d01ac90d30e17c31f29fb87eefc128d25a25383113133dfec4e688
SHA1: eea89fe4932324cce5185fe95898c38a8e9389d7
MD5sum: 2bc7791fff91601264f3ff94ae0ed0d3
Description: PostgreSQL dashboard -- SQL exporter integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with the Prometheus SQL
 exporter.
Timestamp: 2024-08-09 16:26:29+00

Package: elephant-shed-shellinabox
Source: elephant-shed
Version: 1.3.8.pgdg+2
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 10
Depends: shellinabox
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-shellinabox_1.3.8.pgdg+2_all.deb
Size: 2988
SHA256: 242ed5b2ef9b909e5fd1d37dcef9324f11b53c60075de0f71dcd33eebbbef8a2
SHA1: 23601d8eeb9725bd7fe6e21ba5492abb1a5ca4ec
MD5sum: 601aab74db22062cfccae58dc5f49fb5
Description: PostgreSQL dashboard -- shellinabox integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This meta package provides the integration with shellinabox.
Timestamp: 2024-08-09 16:26:29+00

Package: elephant-shed-tmate
Source: elephant-shed
Version: 1.3.8.pgdg+2
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 19
Depends: tmate (>= 2.4)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-tmate_1.3.8.pgdg+2_all.deb
Size: 3748
SHA256: e95c140541d7cac1c71b986a3bc62056a4dd47836e45661d387ae9125ab705a0
SHA1: 24c26f9b4e832a0a507a0a101e7dfb8f173e0eb9
MD5sum: 461950e487c67bf11a2f8bf23ce31d09
Description: PostgreSQL dashboard -- tmate integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with tmate.
Timestamp: 2024-08-09 16:26:29+00

Package: postgresql-10-plr
Source: plr
Version: 1:8.4.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: r-base-core (>= 2.10), postgresql-10, libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-10-plr_8.4.7-1.pgdg+1_arm64.deb
Size: 62996
SHA256: d53b635684e4704b1619917049d5bf307bac8b07fcd518fd092ef9d93ba92532
SHA1: 641eff366fa0a61528b8b0192571a4fe5e7a966a
MD5sum: fac5684560d2f17576abf66fd5ee523a
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.
Timestamp: 2024-08-09 16:26:29+00

Package: postgresql-10-plr-dbgsym
Source: plr
Version: 1:8.4.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 137
Depends: postgresql-10-plr (= 1:8.4.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-10-plr-dbgsym_8.4.7-1.pgdg+1_arm64.deb
Size: 117080
SHA256: d51d970bfad6cba753d516fb373654eb65f9bb4590aa55b4a9530a35cfd7c77d
SHA1: 30ba1fd91866b1ca3b2231d4d998ab462b6a645c
MD5sum: 39404a96298d7eebccedfbb603f3ba9a
Description: debug symbols for postgresql-10-plr
Build-Ids: 2b6a81f230ce497b918e671091466b176bb2c2e8
Timestamp: 2024-08-09 16:26:29+00

Package: postgresql-11-plr
Source: plr
Version: 1:8.4.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 352
Depends: r-base-core (>= 2.10), postgresql-11, postgresql-11-jit-llvm (>= 15), libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-11-plr_8.4.7-1.pgdg+1_arm64.deb
Size: 153448
SHA256: 11e85f5c5d949d487ba3178108219d9c363572d88fdfbc700c0585a3f77c0371
SHA1: ab0d4b00706a51170f8abba71261eb5d0072fe1d
MD5sum: f49a01f47a91a0f55acad7239d7367e5
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.
Timestamp: 2024-08-09 16:26:29+00

Package: postgresql-11-plr-dbgsym
Source: plr
Version: 1:8.4.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-11-plr (= 1:8.4.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-11-plr-dbgsym_8.4.7-1.pgdg+1_arm64.deb
Size: 119744
SHA256: 4cc8ea6b17511905e0627057a9b4f46048032e4fe47250e5897ba18ecfdb2de2
SHA1: 828109982f682da902750a7010078ea1eedbbbf2
MD5sum: fa0fa5ee423b823c3f7564d1641b5e2b
Description: debug symbols for postgresql-11-plr
Build-Ids: b60f0f16108b4d2cc1ded7431a8bacc056024b34
Timestamp: 2024-08-09 16:26:29+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 2.7.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 819
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_2.7.8-1.pgdg+1_arm64.deb
Size: 354792
SHA256: 3c729e21d7736c12f018fb99b5337a6e360d42d0ced5d5ef73f677329ff2423b
SHA1: 987ef859b18b19769380cf8d84a082f9dad17f42
MD5sum: 610ca2786872a384cbeacbdd232aa7c9
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-08-09 16:26:29+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 301
Depends: postgresql-12-plpgsql-check (= 2.7.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_2.7.8-1.pgdg+1_arm64.deb
Size: 268272
SHA256: ad7fc81d3e8917c6a84318cb1b1f75819be3b4ccdcc62bee2c5073f871c21df4
SHA1: 571adfad629c9f5da357d2bfb3bcee0c7c0d80eb
MD5sum: 2509e4b05f56e694771efa9a9fb90071
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: 2d88323bb854ac8cfb7b2e15a7dadf362c7971dd
Timestamp: 2024-08-09 16:26:29+00

Package: postgresql-12-plr
Source: plr
Version: 1:8.4.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 361
Depends: r-base-core (>= 2.10), postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-12-plr_8.4.7-1.pgdg+1_arm64.deb
Size: 157560
SHA256: 58d503dd1bd4dd8d067694c04d183f3c65e380e18bc1a327184631e681d37e1a
SHA1: 56be8478663e03bcf131e3116a6b130d35ec5ffa
MD5sum: 1593d4d17d7825d30fcda4ad7ad90f6f
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.
Timestamp: 2024-08-09 16:26:29+00

Package: postgresql-12-plr-dbgsym
Source: plr
Version: 1:8.4.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-12-plr (= 1:8.4.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-12-plr-dbgsym_8.4.7-1.pgdg+1_arm64.deb
Size: 124452
SHA256: a4c96376702826f2c8c694e02f572de8474f88fc1a0716835682fc5838ed4382
SHA1: 389af55d11c3ee407b7f343d48a16d1fe396fe3e
MD5sum: fd191a8521262da757131b4155b491b9
Description: debug symbols for postgresql-12-plr
Build-Ids: 307f1a0789d57bdf466f51b1c2e391ff65dadbbd
Timestamp: 2024-08-09 16:26:29+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 2.7.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 824
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_2.7.8-1.pgdg+1_arm64.deb
Size: 361208
SHA256: 0337612350f40b1a78adaa7e5e610ebb22c26ca14e8bd88133caa94acc5e0070
SHA1: ed400e6377261cb5ed89c3af1a2451d4c5c337d4
MD5sum: 5d2ae72f8fb28230d02fcaa0e1893523
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-08-09 16:26:29+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 323
Depends: postgresql-13-plpgsql-check (= 2.7.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_2.7.8-1.pgdg+1_arm64.deb
Size: 289772
SHA256: 70fa2cf2b4c8657b7125eac3ec84f197a397d8bdf60d4c7b976c24079b6bdf87
SHA1: 3c61ee7bc6dc7abdfd99a4e9bd851f6d7e5b40af
MD5sum: 9bb2f3d1fa78fd51a5f979b5521f2cf3
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: 3b1776b5b0713a7d243a73feb6b9bfd7682feeeb
Timestamp: 2024-08-09 16:26:29+00

Package: postgresql-13-plr
Source: plr
Version: 1:8.4.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 362
Depends: r-base-core (>= 2.10), postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-13-plr_8.4.7-1.pgdg+1_arm64.deb
Size: 158156
SHA256: 4a029c3f6d1d218e061432dcb4a35709b09a64c216dc6c7b23c4160ba478df0d
SHA1: d9c3bfd016e18bb6d79f45ae0bc520ae511343fa
MD5sum: 7fb51b3918d51d8e26db49e27a57efb6
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.
Timestamp: 2024-08-09 16:26:29+00

Package: postgresql-13-plr-dbgsym
Source: plr
Version: 1:8.4.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-13-plr (= 1:8.4.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-13-plr-dbgsym_8.4.7-1.pgdg+1_arm64.deb
Size: 128088
SHA256: 859aaf17e313fd67bbbacd354fcb4a56ee20a7a3905826065a6769c5ed7c90ef
SHA1: fc7b17ff60e05425e6d56c2c8ead874fc65f254e
MD5sum: 6244aa69c0719f5437bf326910352e0c
Description: debug symbols for postgresql-13-plr
Build-Ids: 0239cd83938d93600868412dcd652344c8e6b7ad
Timestamp: 2024-08-09 16:26:29+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.7.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 835
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.7.8-1.pgdg+1_arm64.deb
Size: 366144
SHA256: ca7c5933dc44c0dfcedea2c328b66bbaaf7e86b023248f09fd9031c5c907a8bc
SHA1: d9dbd939700081eade82c9cb5769eeaee66195e6
MD5sum: d45dc1092339ec3b0c7e6935aaae59b8
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-08-09 16:26:29+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 331
Depends: postgresql-14-plpgsql-check (= 2.7.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.7.8-1.pgdg+1_arm64.deb
Size: 297392
SHA256: d99e81d67455564babeb5537f926dd8d8de2454495e7b2ed0574090eeafd33fb
SHA1: eea491bd61d23b96239b87c3511a903c55349b59
MD5sum: 61ef8bb01ffe7a5e781a0bd2411b47e5
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: 9923db3c9b3fe5857c7a43da16580aeca30050eb
Timestamp: 2024-08-09 16:26:29+00

Package: postgresql-14-plr
Source: plr
Version: 1:8.4.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 364
Depends: r-base-core (>= 2.10), postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-14-plr_8.4.7-1.pgdg+1_arm64.deb
Size: 159320
SHA256: 0e5faad2c4afd7e718697eb31e5bfd4252911b7b070949f7603a5c3e499405e5
SHA1: cf4a8402eab47e032adba9bee58c63c5b6b47906
MD5sum: a80c2d5c3746bd6b5ad679503a50e1b5
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.
Timestamp: 2024-08-09 16:26:29+00

Package: postgresql-14-plr-dbgsym
Source: plr
Version: 1:8.4.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-14-plr (= 1:8.4.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-14-plr-dbgsym_8.4.7-1.pgdg+1_arm64.deb
Size: 129844
SHA256: 214a2b67241f1a7d46d50d7e9d5f6b9c7ca7e1c878452537e4fbb393162f5307
SHA1: 1d77ecb16ad9c13565a8c79197fde10d7311e4cd
MD5sum: 7c4b0d2f00cd45148ce52a90c24a39ff
Description: debug symbols for postgresql-14-plr
Build-Ids: a7d85172e0384167ef7eb482aaaea1effe16740b
Timestamp: 2024-08-09 16:26:29+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.7.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 863
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.7.8-1.pgdg+1_arm64.deb
Size: 382972
SHA256: 7209ac1cab8453358a58ab156df998491deea1e40ea9f9e3b19ddefb5243a160
SHA1: 3d0adb90ca2e1afb2cc98464f74403e2574efb88
MD5sum: 12dece794d20acc97a72dfe1a5d0d45a
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-08-09 16:26:29+00

Package: postgresql-15-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 363
Depends: postgresql-15-plpgsql-check (= 2.7.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.7.8-1.pgdg+1_arm64.deb
Size: 328368
SHA256: b53f6eea594594fbb92a65e56d3397dfd615af411042ee7f2b19c2fe5480b44e
SHA1: 5aaa92f7ecdabe401d7566f2b1ea1d417afd1797
MD5sum: 49824ff68ab44e61443df9782456fe81
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: 4fb060cb80b5c75c221da71459119f2e2cc13fa3
Timestamp: 2024-08-09 16:26:29+00

Package: postgresql-15-plr
Source: plr
Version: 1:8.4.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 364
Depends: r-base-core (>= 2.10), postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-15-plr_8.4.7-1.pgdg+1_arm64.deb
Size: 159456
SHA256: 7c9c4478d7a83c4d01ad804989b21201eacd8d8fec677600240f2a7efc7c7419
SHA1: 183adc85ab6d6437cd63195b5067fdddebbb3dbc
MD5sum: 624674341dfbf098c545e6feba91055d
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.
Timestamp: 2024-08-09 16:26:29+00

Package: postgresql-15-plr-dbgsym
Source: plr
Version: 1:8.4.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: postgresql-15-plr (= 1:8.4.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-15-plr-dbgsym_8.4.7-1.pgdg+1_arm64.deb
Size: 130776
SHA256: 631301be703a7b514c9ad159d94340efe67134b864fb0a61b28eae67309cb8d6
SHA1: a09a3fd91cb7e79c6e93e354f0cb09dd34d77627
MD5sum: faf065570906f808e97170f6353fadba
Description: debug symbols for postgresql-15-plr
Build-Ids: 545665d0853f2870c633e25fd532567ca59c3240
Timestamp: 2024-08-09 16:26:29+00

Package: postgresql-16-plpgsql-check
Source: plpgsql-check
Version: 2.7.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 862
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check_2.7.8-1.pgdg+1_arm64.deb
Size: 377028
SHA256: 60daadfcc5acf6d26169e34c3e524b9282733cad29ddb4c0f355105bca30862e
SHA1: 32ea37e2fd31dac7763a2e6c3d44bab7c399de81
MD5sum: deed59b4aa1119e9c63b015ef7f28d6f
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-08-09 16:26:29+00

Package: postgresql-16-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 371
Depends: postgresql-16-plpgsql-check (= 2.7.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check-dbgsym_2.7.8-1.pgdg+1_arm64.deb
Size: 336984
SHA256: 7c8050fee93f7c3d7b396211b5387c4c75744479b6274cfba6274c3c3a20cb81
SHA1: 51fcf434a780dc010e2c577de9b6f1d335da06b1
MD5sum: 8778ac7be36a4a4f621d4daa189cb9d0
Description: debug symbols for postgresql-16-plpgsql-check
Build-Ids: 0563de2a32e3831e9698367f7f488519b0f6f391
Timestamp: 2024-08-09 16:26:29+00

Package: postgresql-16-plr
Source: plr
Version: 1:8.4.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 364
Depends: r-base-core (>= 2.10), postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-16-plr_8.4.7-1.pgdg+1_arm64.deb
Size: 158696
SHA256: 2ce6da66f83c45c7331c10150f7344512060f195ec54cb7b3d06445b1203e8fe
SHA1: a02a30117ea8682ea26684a75830179a1ebc3df3
MD5sum: fc5b12fd3b8406cf45e0d6cd721c9f05
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.
Timestamp: 2024-08-09 16:26:29+00

Package: postgresql-16-plr-dbgsym
Source: plr
Version: 1:8.4.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 158
Depends: postgresql-16-plr (= 1:8.4.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-16-plr-dbgsym_8.4.7-1.pgdg+1_arm64.deb
Size: 137572
SHA256: aec41b0795748307987662e8a395b7b76503a041c800442f4602a8f57cb549ae
SHA1: 5ef90f8aa402848df8605df62ceec31d2ea33b81
MD5sum: bd141a49f3f8892eb8593e34783dddb3
Description: debug symbols for postgresql-16-plr
Build-Ids: e216f262f91c6f21f986c6d8047336054f3efa93
Timestamp: 2024-08-09 16:26:29+00

Package: postgresql-17-plr
Source: plr
Version: 1:8.4.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 370
Depends: r-base-core (>= 2.10), postgresql-17, libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-17-plr_8.4.7-1.pgdg+1_arm64.deb
Size: 162820
SHA256: 4cb9253c48786c445fb55d555c67a0d196626a774ef2e5967c1b6a2aa8363e5a
SHA1: 25400b1e140c70a86947aa52dbf35ba592479115
MD5sum: 76e05863703a82fa0448e4cbe2355300
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.
Timestamp: 2024-08-09 16:26:29+00

Package: postgresql-17-plr-dbgsym
Source: plr
Version: 1:8.4.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 170
Depends: postgresql-17-plr (= 1:8.4.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-17-plr-dbgsym_8.4.7-1.pgdg+1_arm64.deb
Size: 149136
SHA256: 4656f83313a680412898465ac52669cd19f8dc3dd1c034acd3189361859d4b6e
SHA1: 41bdd2af1c06cef7d898b9df6c94409cf5dc18a6
MD5sum: 17a194c46c059db25caaa90d11d9294e
Description: debug symbols for postgresql-17-plr
Build-Ids: b1cc6ca385d447acabfc34070c80f5c96d67bb7f
Timestamp: 2024-08-09 16:26:29+00

Package: postgresql-17-semver
Source: postgresql-semver
Version: 0.40.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: libc6 (>= 2.38), postgresql-17, postgresql-17-jit-llvm (>= 16)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-17-semver_0.40.0-1.pgdg+1_arm64.deb
Size: 40448
SHA256: 1654ad619426716d8f575dc77b81c09f4b5f5df800fcfc83da4feeff02576a52
SHA1: a8aa66bf05aafcdd64b719a074f4c26f49a2f935
MD5sum: 750fa4ce3b0ca7ecf06ceba929a34842
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2024-08-09 16:26:29+00

Package: postgresql-17-semver-dbgsym
Source: postgresql-semver
Version: 0.40.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-17-semver (= 0.40.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-17-semver-dbgsym_0.40.0-1.pgdg+1_arm64.deb
Size: 25112
SHA256: e7bf9c0ca8e3f9ca4c2f939515cf7996034c10208fc0b1570161e3dc8c579f21
SHA1: eb2355d28c72473645cd6926f2d84906522f3344
MD5sum: 06526ded4c4b06d543177b043a6a0fa3
Description: debug symbols for postgresql-17-semver
Build-Ids: 9a976532f4dc3ef73c5a08f93dfd56a508edf1cc
Timestamp: 2024-08-09 16:26:29+00

Package: libpostgis-java
Source: postgis-java
Version: 1:2024.1.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 112
Depends: libpostgresql-jdbc-java (>= 42.7.3), libslf4j-java (>= 1.7.32)
Suggests: postgresql-postgis
Breaks: libpostgis-jdbc, libpostgisjava, postgresql-postgis-java
Replaces: libpostgis-jdbc, libpostgisjava, postgresql-postgis-java
Homepage: https://github.com/postgis/postgis-java
Priority: optional
Section: java
Filename: pool/main/p/postgis-java/libpostgis-java_2024.1.0-1.pgdg+1_all.deb
Size: 60052
SHA256: 537fc016eeefc03a8e64e4b299fe84e3c8dfac62308d37be828237c3d777191a
SHA1: 60bdb07315809f79eb0df2f6ca1d00b6a3f55a87
MD5sum: f0d557fe6bab503ae58dd9482f845214
Description: Geographic objects support for PostgreSQL -- JDBC support
 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 JDBC support for PostGIS.
Timestamp: 2024-08-13 13:19:06+00

Package: postgresql-11-slony1-2
Source: slony1-2
Version: 2.2.11-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-11, libc6 (>= 2.17)
Suggests: slony1-2-bin
Provides: postgresql-11-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-11-slony1-2_2.2.11-4.pgdg+1_arm64.deb
Size: 18128
SHA256: bcfb41a91850eb956beb45256b1f7853c3d417af23f539d40f16ae63e48409f8
SHA1: f20d787ae65e05b0b4f5a00aae4b6af51da1fcbf
MD5sum: 27180bf0c27418590232104240ba308d
Description: replication system for PostgreSQL: PostgreSQL 11 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
 11 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.
Timestamp: 2024-08-13 13:19:06+00

Package: postgresql-11-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.11-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-11-slony1-2 (= 2.2.11-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-11-slony1-2-dbgsym_2.2.11-4.pgdg+1_arm64.deb
Size: 58816
SHA256: 4bfe6b5f1a4703c6237207734f274f4ca9b048dd9cd670578218c44e6b56c5e0
SHA1: 897c522b4e2ff53f633ed5fef14a9224fa972137
MD5sum: 295ba0d495840ecff11f9ef50767ff56
Description: debug symbols for postgresql-11-slony1-2
Build-Ids: 7a04602f78f8133488426e808149ac7004e1ffb8
Timestamp: 2024-08-13 13:19:06+00

Package: postgresql-12-slony1-2
Source: slony1-2
Version: 2.2.11-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-12, libc6 (>= 2.17)
Suggests: slony1-2-bin
Provides: postgresql-12-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-12-slony1-2_2.2.11-4.pgdg+1_arm64.deb
Size: 17960
SHA256: 21423afe3cc9e3225b175ae0bf88eae385c0f7d4a6d6216e8476b16b35b8f757
SHA1: f77c001f09609152da9b8631e4e3fda17018f087
MD5sum: 6afe3958ee32053ba1f2ccbb38e4aab2
Description: replication system for PostgreSQL: PostgreSQL 12 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
 12 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.
Timestamp: 2024-08-13 13:19:06+00

Package: postgresql-12-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.11-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-12-slony1-2 (= 2.2.11-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-12-slony1-2-dbgsym_2.2.11-4.pgdg+1_arm64.deb
Size: 60184
SHA256: 2d268bb4eb998e4aecfc0143c0872298ebf5f9eaabc13c30a65b6a52088c4332
SHA1: 42cd427ace12ba1e94df80c5b65d7df78b6fe07f
MD5sum: 1d425bf4efc1dfc328dffa5c97bcea2d
Description: debug symbols for postgresql-12-slony1-2
Build-Ids: d37a1ceffffc85883a42831fb685f77522c435d6
Timestamp: 2024-08-13 13:19:06+00

Package: postgresql-13-slony1-2
Source: slony1-2
Version: 2.2.11-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-13, libc6 (>= 2.17)
Suggests: slony1-2-bin
Provides: postgresql-13-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-13-slony1-2_2.2.11-4.pgdg+1_arm64.deb
Size: 18404
SHA256: 98a4abe7dc3158be07259a09dcf5591779602dc2e2440d8f5d7ba7b2b563586a
SHA1: f1e03236c79f5dd5e5dcbe63e2e661e1734a8be2
MD5sum: 4d1bd654168a80920d20912b66179890
Description: replication system for PostgreSQL: PostgreSQL 13 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
 13 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.
Timestamp: 2024-08-13 13:19:06+00

Package: postgresql-13-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.11-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-13-slony1-2 (= 2.2.11-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-13-slony1-2-dbgsym_2.2.11-4.pgdg+1_arm64.deb
Size: 62628
SHA256: 25227c384d17f675525b825f4b9ff84156fe2cc702e91b359af2f79d4af6b7a4
SHA1: 51f4b9280c8265e48e4122589fff69600936981b
MD5sum: 7c9485a0e86ccfd6586e12d23f7c87a7
Description: debug symbols for postgresql-13-slony1-2
Build-Ids: a608e8b73a8e2ecbee771a0d2b16592e989b4ed0
Timestamp: 2024-08-13 13:19:06+00

Package: postgresql-14-slony1-2
Source: slony1-2
Version: 2.2.11-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-14, libc6 (>= 2.17)
Suggests: slony1-2-bin
Provides: postgresql-14-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-14-slony1-2_2.2.11-4.pgdg+1_arm64.deb
Size: 18460
SHA256: f03dffae83c873bc0f4522c0b0ce2f3e5651509b4ea9d1898794c0084fd1ae14
SHA1: cf27a964ad3ad0f1ef9f743f1face1af3edd4a27
MD5sum: 03a0c1805c49d17bad67f29c6b735496
Description: replication system for PostgreSQL: PostgreSQL 14 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
 14 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.
Timestamp: 2024-08-13 13:19:06+00

Package: postgresql-14-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.11-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-14-slony1-2 (= 2.2.11-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-14-slony1-2-dbgsym_2.2.11-4.pgdg+1_arm64.deb
Size: 63624
SHA256: 12eabbf5b982f164b94a653a31199cff0b61bbba3b8cd0f07c51227fdc99f7bf
SHA1: 4b1169747c2eaed0864378fef6a16da058974bd0
MD5sum: 152993712fe7aa2e05aea160bb0de088
Description: debug symbols for postgresql-14-slony1-2
Build-Ids: 68e38b0323d8a0f8ac5eda4ad69a671299d4ec02
Timestamp: 2024-08-13 13:19:06+00

Package: postgresql-15-slony1-2
Source: slony1-2
Version: 2.2.11-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-15, libc6 (>= 2.17)
Suggests: slony1-2-bin
Provides: postgresql-15-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-15-slony1-2_2.2.11-4.pgdg+1_arm64.deb
Size: 18468
SHA256: 2e3b88adf64f02202650510d429e1ebc6cee92b5ee6167a82a631bc9f3d545bd
SHA1: 6f70e7d2860a06d1ec910fd6850339c5e76ce02b
MD5sum: 74906a33cbe54f497672054db951b1df
Description: replication system for PostgreSQL: PostgreSQL 15 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
 15 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.
Timestamp: 2024-08-13 13:19:06+00

Package: postgresql-15-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.11-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-15-slony1-2 (= 2.2.11-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-15-slony1-2-dbgsym_2.2.11-4.pgdg+1_arm64.deb
Size: 66896
SHA256: c7922a79bdafab9bb262a2f1f76c36ce6028bd288dae492c8bf227ebcae6f8fe
SHA1: ec4fde9a1ee30328b5a31c25dc8dcb8288468667
MD5sum: 726dfe6793ea70f48b91c51458565fdd
Description: debug symbols for postgresql-15-slony1-2
Build-Ids: 406504837992b22f94b92084380beda28dc4c7ce
Timestamp: 2024-08-13 13:19:06+00

Package: postgresql-16-slony1-2
Source: slony1-2
Version: 2.2.11-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-16, libc6 (>= 2.17)
Suggests: slony1-2-bin
Provides: postgresql-16-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-16-slony1-2_2.2.11-4.pgdg+1_arm64.deb
Size: 18468
SHA256: dca5a7ee5831e16a163128b847a2b3cdad84ce12e34acd1a41b9d09eb40ce3ad
SHA1: 0b2ef0901df7c7a2a2bb9506e6d5cacced3f029d
MD5sum: 54e3978e2e429ec64df99c2034f87d2e
Description: replication system for PostgreSQL: PostgreSQL 16 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
 16 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.
Timestamp: 2024-08-13 13:19:06+00

Package: postgresql-16-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.11-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-16-slony1-2 (= 2.2.11-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-16-slony1-2-dbgsym_2.2.11-4.pgdg+1_arm64.deb
Size: 71468
SHA256: 61b38c283e0a864e5615287f0e4166e79f92f8022c578bdbea6e5dd51f228e44
SHA1: e6a06986487d84125a3a6ea205262c7115cd2b0e
MD5sum: 1166fdcffe53332c6e94e46bea499d14
Description: debug symbols for postgresql-16-slony1-2
Build-Ids: 8038d2e62a7cd59f829d0ff119edafbc66fa6320
Timestamp: 2024-08-13 13:19:06+00

Package: postgresql-17-slony1-2
Source: slony1-2
Version: 2.2.11-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-17, libc6 (>= 2.17)
Suggests: slony1-2-bin
Provides: postgresql-17-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-17-slony1-2_2.2.11-4.pgdg+1_arm64.deb
Size: 18472
SHA256: 9d0e63c000007e6c55afbb04421730dc9ce7ec3e2f3d4b324e3b21aa8ea8f09a
SHA1: f88c6861fbd8d102942841b13b3a6533c283d6e1
MD5sum: 655549f9223bbf0987050e227f11849a
Description: replication system for PostgreSQL: PostgreSQL 17 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
 17 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.
Timestamp: 2024-08-13 13:19:06+00

Package: postgresql-17-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.11-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-17-slony1-2 (= 2.2.11-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-17-slony1-2-dbgsym_2.2.11-4.pgdg+1_arm64.deb
Size: 72676
SHA256: 72308c601775e6ebcaf5ef1385b0a449ce82550247efb1552f971b9601f92f69
SHA1: 7a1bd51403c5a080a9113afcd0b3864b61f23014
MD5sum: de4bcaaf8e5ba1f2cce6a7e83b50ecfa
Description: debug symbols for postgresql-17-slony1-2
Build-Ids: 5cd005703c7d30d3dcf2c2462c7a68b28144dfb8
Timestamp: 2024-08-13 13:19:06+00

Package: slony1-2-bin
Source: slony1-2
Version: 2.2.11-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 880
Depends: lsb-base (>= 3.0-6), logrotate, postgresql-common, perl:any, libc6 (>= 2.34), libpq5
Recommends: libdbd-pg-perl, ntp | time-daemon, postgresql-16-slony1-2 | postgresql-15-slony1-2 | postgresql-14-slony1-2 | postgresql-13-slony1-2 | postgresql-12-slony1-2 | postgresql-11-slony1-2
Suggests: libpg-perl, slony1-2-doc
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.11-4.pgdg+1_arm64.deb
Size: 206468
SHA256: 6cd65720555a79c7d67e0173917ab031e7a8aa336e425ac2bf181e3b955fb2c6
SHA1: e56a8cccc6bdbbe892a32ab227b13e41778a980a
MD5sum: c100bb70a46b3e20a110f49f82f44b41
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.
Timestamp: 2024-08-13 13:19:06+00

Package: slony1-2-bin-dbgsym
Source: slony1-2
Version: 2.2.11-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 364
Depends: slony1-2-bin (= 2.2.11-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/slony1-2-bin-dbgsym_2.2.11-4.pgdg+1_arm64.deb
Size: 315484
SHA256: 9bff969a2edae6de24225b3f1d53f4eb1859e0269af03392a212928b97adb9c0
SHA1: c209699b8119c8438c46ccd08bab7c5174f2247e
MD5sum: b5b5a8878993ccdabb0cbf54d0c4716d
Description: debug symbols for slony1-2-bin
Build-Ids: 0a3d4830d352eac469f811f58c42a2ad72016a92 7065153bdaeb6414e519c20b6f806a5c55e40a80 dc1e8bdfdf3e983422514ee42b92f534ace3382c
Timestamp: 2024-08-13 13:19:06+00

Package: slony1-2-doc
Source: slony1-2
Version: 2.2.11-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1869
Conflicts: slony1-doc
Provides: slony1-doc
Multi-Arch: foreign
Homepage: http://slony.info/
Priority: optional
Section: doc
Filename: pool/main/s/slony1-2/slony1-2-doc_2.2.11-4.pgdg+1_all.deb
Size: 325532
SHA256: a4aebfd88ba568be30c291a180fe7fef24fe9a65fda479dd6d30c16a54862d04
SHA1: 4cd162b177999253633939377555cdc77cf05e41
MD5sum: b582094b04fedb4fdb2922d102fbd260
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.
Timestamp: 2024-08-13 13:19:06+00

Package: pgbackrest
Version: 2.53.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1143
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.34), libgcc-s1 (>= 4.2), liblz4-1 (>= 0.0~r127), libpq5, libssh2-1t64 (>= 1.5.0), libssl3t64 (>= 3.0.0), libxml2 (>= 2.7.4), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc, check-pgbackrest
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.53.1-1.pgdg+1_arm64.deb
Size: 417836
SHA256: c596ce890caa4ed723d07ce7831915ab730906934c48817ace82b65db443af3f
SHA1: 975f92575698ab2a8069d5696c4534a506343e06
MD5sum: 942bd4cc0aebd5ffabaf8c97466a5dc3
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.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2024-08-19 15:52:04+00

Package: pgbackrest-dbgsym
Source: pgbackrest
Version: 2.53.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1432
Depends: pgbackrest (= 2.53.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.53.1-1.pgdg+1_arm64.deb
Size: 1327064
SHA256: a2acab19a6b4c29214126892fddeaa54f208c1fd3c6d27dce7a5b7d6bdae0cd6
SHA1: da33e4890e13a2724647a2a42a1b945c156c4f87
MD5sum: 366b5a9f6f2cd3a6c4c66def60a35c4f
Description: debug symbols for pgbackrest
Build-Ids: 90591f419e59fab185a1e3ad31dfb63f3a43fa33
Timestamp: 2024-08-19 15:52:04+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.53.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1816
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.53.1-1.pgdg+1_all.deb
Size: 125136
SHA256: c5ad3c79f1e3ce8fbe3335fd43ceaaa79bac744c5ec6e38255fa4cc0cad46ba9
SHA1: 7706675eec1e7938a73142086f39ab039327f863
MD5sum: 1de8ae33d56d85a6ae5267adfa690d17
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2024-08-19 15:52:04+00

Package: pg-checksums-doc
Source: pg-checksums
Version: 1.1-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15
Multi-Arch: foreign
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: doc
Filename: pool/main/p/pg-checksums/pg-checksums-doc_1.1-7.pgdg+1_all.deb
Size: 6684
SHA256: 3ae98cda17f7bdd8ea8684e9944e0b574494ee12b98e886070d283d1bc7e1981
SHA1: 1e682b913e086d473995e175f97f9f8b2fdc8c42
MD5sum: c3c4d300e6b877ba6b9379d23c2dbef1
Description: Activate/deactivate/verify PostgreSQL data checksums (Documentation)
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
 .
 This package contains the manpage.
Timestamp: 2024-08-19 15:52:04+00

Package: plprofiler
Version: 4.2.5-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 642
Depends: python3-psycopg2, python3, python3:any
Recommends: postgresql-plprofiler
Provides: python3-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/plprofiler_4.2.5-1.pgdg+1_all.deb
Size: 338292
SHA256: 75db7c91b46a4c447f8fe748d3b77968fe214d0e56bcff9111df039a593febb8
SHA1: b6b1cac6ce922eb3fe68aac9e29644acf9737b52
MD5sum: 89fb0d6b0ef1b2d619c1be63ddb897f3
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 t.
 This package contains the Python module and the plprofiler CLI util.
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-10-cron
Source: pg-cron
Version: 1.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: postgresql-10, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-10-cron_1.6.4-1.pgdg+1_arm64.deb
Size: 34032
SHA256: 585e2370fd9fb56f8ff7028e859a5a5ba5946b01cb644153d43f473e02f399d9
SHA1: 0173e32f479373b090824f0a5ef53af0c610d376
MD5sum: 52b2af1a2b463606e0deb5ae0c1882b4
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-10-cron-dbgsym
Source: pg-cron
Version: 1.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-10-cron (= 1.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-10-cron-dbgsym_1.6.4-1.pgdg+1_arm64.deb
Size: 94368
SHA256: 2c7daf89e2132576a5a5599e1d5d988a5fae64162a7c568b5ede4e539d5ee6d4
SHA1: d2377a8c8140c0beee60a38a1e29195311572e83
MD5sum: 1e03e7775a1e5c8b716712da899e97b5
Description: debug symbols for postgresql-10-cron
Build-Ids: 52959f6e4f72ffa002c3bb598f35735855d1a22c
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-10-pg-checksums
Source: pg-checksums
Version: 1.1-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: libc6 (>= 2.38), postgresql-10
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-10-pg-checksums_1.1-7.pgdg+1_arm64.deb
Size: 29856
SHA256: 335a40ab45c24068d5b41edae974af6238b76a33a3ec6dafc425164023605451
SHA1: eca6659240dd3161cf0c8d33e678a979692478ea
MD5sum: dbf981d2623cd62843269f5d5970551b
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-10-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-10-pg-checksums (= 1.1-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-10-pg-checksums-dbgsym_1.1-7.pgdg+1_arm64.deb
Size: 26748
SHA256: 3bf248dc0f8fbc0f0b1b04de46ab3cc109ebfb4ceb1a75fbd9c1c4ac8f9d9b7c
SHA1: f253e07789197ecce4dede83741d824e907bd2cd
MD5sum: 2f2b2ce909af95b7299fa6b0576d5db6
Description: debug symbols for postgresql-10-pg-checksums
Build-Ids: 66bc6c786b3f01aa9bbc7fc4a674de9300d0c7d3
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-10-plprofiler
Source: plprofiler
Version: 4.2.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-10, libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-10-plprofiler_4.2.5-1.pgdg+1_arm64.deb
Size: 20400
SHA256: 519c681b547f5e6792339778cb4248a42563e8be23ff8510b215a1158534566b
SHA1: 4bf0065c345eca52881986b0d9cad92fdb9aa78d
MD5sum: 59fcfb9b7060ad68f7685202478e0717
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-10-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-10-plprofiler (= 4.2.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-10-plprofiler-dbgsym_4.2.5-1.pgdg+1_arm64.deb
Size: 53260
SHA256: f161be3bff510fa9a5483e560895c7f90d970fad337b1b920ffe5b5bd2144dac
SHA1: d05c883cb5eeece5acc2dd0398d857b0bffb9700
MD5sum: 9f6f1e96342694e202568e215c39512c
Description: debug symbols for postgresql-10-plprofiler
Build-Ids: 4ea302f31a499d3327b9f668a0d0ef9ab087e1c2
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-11-cron
Source: pg-cron
Version: 1.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 306
Depends: postgresql-11, postgresql-11-jit-llvm (>= 15), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-11-cron_1.6.4-1.pgdg+1_arm64.deb
Size: 104556
SHA256: e4b1e08f5a0b496aefa0ce208b16662c987cf98d24d5e9a4675ce0b2e46caaca
SHA1: 95c56c52193bc531ada14b1cc569194fbb87c2d4
MD5sum: 56bbb24d7cd5b195c8c575ed7031a282
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-11-cron-dbgsym
Source: pg-cron
Version: 1.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-11-cron (= 1.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-11-cron-dbgsym_1.6.4-1.pgdg+1_arm64.deb
Size: 96336
SHA256: a9245552d6dc320f6ce1472fe618401a4e5ba81ab751e736f667ccc31163305a
SHA1: f8a6c50ea927494f772027de1e08481b846198de
MD5sum: d22ba4a1bf5047d108669f7a9bb43cc8
Description: debug symbols for postgresql-11-cron
Build-Ids: a690f52223112ce89854af2e6525e3f7029542b7
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-11-pg-checksums
Source: pg-checksums
Version: 1.1-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: libc6 (>= 2.38), postgresql-11
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-11-pg-checksums_1.1-7.pgdg+1_arm64.deb
Size: 30552
SHA256: 4e544e55a7c8dbae8c844937db93390726b0566c53696a8eda7f2a272f11f277
SHA1: 4c27f039919a1c5b3a06377699c4a14438aa77f8
MD5sum: 6c9cc03ff956a86dfe232c545cfe28da
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-11-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-11-pg-checksums (= 1.1-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-11-pg-checksums-dbgsym_1.1-7.pgdg+1_arm64.deb
Size: 27116
SHA256: 454b641f3dc5e8dd9aa947141f498d3eec3bd4137640c98bc6af4dd72e41e26a
SHA1: 0845b4efdce321d8b418ca55d3141bdffeaa9f62
MD5sum: 88a26f384ad3f73f1de998daae0cbfb4
Description: debug symbols for postgresql-11-pg-checksums
Build-Ids: a48e651fba057552509df5f44fd3183b18c1d7e0
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-11-pg-failover-slots
Source: pg-failover-slots
Version: 1.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: libc6 (>= 2.38), libpq5 (>= 9.0~), postgresql-11, postgresql-11-jit-llvm (>= 15)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-11-pg-failover-slots_1.1.0-1.pgdg+1_arm64.deb
Size: 43432
SHA256: 58bbca5c3b89963b911b8df64790208bf4bc4b14a2e8ff3dcfdf6e03bd2a5bb0
SHA1: 5d592076e186aa33ed379598da538830aec1830d
MD5sum: 281184dd2a5a77aaf19af97c3b74dfd4
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-11-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-11-pg-failover-slots (= 1.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-11-pg-failover-slots-dbgsym_1.1.0-1.pgdg+1_arm64.deb
Size: 38840
SHA256: ac5f3fcb620ae34bbe276b1bd1e321c36ef91c6d18f0f4a1816b3385ca2c591e
SHA1: d04d8698db2e6f78ab1c963d1f847333c3d5211c
MD5sum: 74eb136e76b4b325d42286d6418c8403
Description: debug symbols for postgresql-11-pg-failover-slots
Build-Ids: b4fbdf8b3c0105559da0ad0a70cc514cc098ea64
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-11-plprofiler
Source: plprofiler
Version: 4.2.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: postgresql-11, postgresql-11-jit-llvm (>= 15), libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-11-plprofiler_4.2.5-1.pgdg+1_arm64.deb
Size: 50264
SHA256: 87831e38a5e08527c48b7c5e1a664256bb668be7bf8a8f03432ee536da41e6d3
SHA1: 0cedc2e9729a946e84842f911df13ab887f52b8f
MD5sum: b5f957cde915720caa9afb03c1926a2f
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-11-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-11-plprofiler (= 4.2.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-11-plprofiler-dbgsym_4.2.5-1.pgdg+1_arm64.deb
Size: 49684
SHA256: 6b1ba29fcdb41f51c9dea0dc9e5982cef589ef9c95aed4a41963db9b62ead65f
SHA1: 28a02c4ef8b5bf12a465009df828be7240a21a09
MD5sum: e19ad8f662682ca43206fbf04ab4ec20
Description: debug symbols for postgresql-11-plprofiler
Build-Ids: 12ef756aa95a6b553a6b39bdef78fff7fd9bc32f
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-12-cron
Source: pg-cron
Version: 1.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 308
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-12-cron_1.6.4-1.pgdg+1_arm64.deb
Size: 106344
SHA256: 68765d00fd5a3947996f1b6ab95eba733662a261df86685596b8ef6af8b8667c
SHA1: 7dfa6a2cf8b8bf01c4fbede6cc6e61b46ff3345e
MD5sum: 73c03aaa4b6f0e92745ad3a0587a211e
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-12-cron-dbgsym
Source: pg-cron
Version: 1.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: postgresql-12-cron (= 1.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-12-cron-dbgsym_1.6.4-1.pgdg+1_arm64.deb
Size: 104060
SHA256: 6fc855596385f83653fd9472b12eb7652410cb67e1e00f216ee8a4e866eb192e
SHA1: af084ca2c8348d8a456fb1c3fabad3c3a5aca1cd
MD5sum: 6a2c0d164f9090fdd571730eb6efd33b
Description: debug symbols for postgresql-12-cron
Build-Ids: 172ba3347ec5979b7162e7fdfc26d228d13f26ec
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-12-pg-checksums
Source: pg-checksums
Version: 1.1-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: libc6 (>= 2.38), postgresql-12
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-12-pg-checksums_1.1-7.pgdg+1_arm64.deb
Size: 35524
SHA256: 49eab276ba7022fcd2c964bcd9abd4816e0f1f451c4c0fb585a8d4733b50dbff
SHA1: b5b372295a829eb87441c9dc879c2abcf0f34ed2
MD5sum: c8f2904b83489d8d96aa02f34ee8ca13
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-12-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-12-pg-checksums (= 1.1-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-12-pg-checksums-dbgsym_1.1-7.pgdg+1_arm64.deb
Size: 22628
SHA256: 19e45ef159866baad498748246578c0709d2ef556c312828b7401ddebacc86d6
SHA1: 1e434f576788e0830c259f66abb3b89840081b4d
MD5sum: 6dc164f45f99f56ef44eebb328b683fc
Description: debug symbols for postgresql-12-pg-checksums
Build-Ids: 4508dd9aae122da85d4781e8890ed041aba4b459
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-12-pg-failover-slots
Source: pg-failover-slots
Version: 1.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: libc6 (>= 2.38), libpq5 (>= 9.0~), postgresql-12, postgresql-12-jit-llvm (>= 16)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-12-pg-failover-slots_1.1.0-1.pgdg+1_arm64.deb
Size: 43196
SHA256: 99307ff27fa82b2a84b18dce117ac9effb207f7cc10991c7ac01e27410ce52b4
SHA1: bc00fc05b8a5b06ccca80d7564fd5192f7d9f884
MD5sum: 8b45b6219cc2593da56fa5617ef7af5b
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-12-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-12-pg-failover-slots (= 1.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-12-pg-failover-slots-dbgsym_1.1.0-1.pgdg+1_arm64.deb
Size: 39552
SHA256: 47cc49a8ebd9679d539504bc9f5f644f7f0d2bf86afff7ffac3c56d15c7f284b
SHA1: c30ee9f17b2df978d63d11f3ef33b0d17d4601fd
MD5sum: 690a4336eeb7b61c49e8a226dfea6aab
Description: debug symbols for postgresql-12-pg-failover-slots
Build-Ids: 5d034cf299f67b6f1756cc70231fd08b5d8d2f84
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-12-plprofiler
Source: plprofiler
Version: 4.2.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-12-plprofiler_4.2.5-1.pgdg+1_arm64.deb
Size: 50652
SHA256: a9b03c4d36d2f54792f1344ced4d93b5ee3bd7c2858e4b1ec9e1bf9f5dd0baaa
SHA1: acc7e926f940d2f8fcc4ae16d367596473971be5
MD5sum: 0f11d488ebb7bf3d4bd84fd9f6ed7b8c
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-12-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-12-plprofiler (= 4.2.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-12-plprofiler-dbgsym_4.2.5-1.pgdg+1_arm64.deb
Size: 51528
SHA256: d705b14fe16975efc0271a21fa50d9af85b220a178f984d3b7994c60d5d63897
SHA1: 7cfb0d6e1bb1048d2b520264213fb6f8c8f3627a
MD5sum: 62747608331d64a76d9c967f23077eb7
Description: debug symbols for postgresql-12-plprofiler
Build-Ids: ebf6481ff611ae332ed5b869b87c31c9edc9f7fe
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-13-cron
Source: pg-cron
Version: 1.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 308
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-13-cron_1.6.4-1.pgdg+1_arm64.deb
Size: 106724
SHA256: 47071d5684753889c31842475cd88118d440ef5907e77db57f23a78ffdc1d0ec
SHA1: e8a2fec802810097cece1d1c10fe872eb310d2e9
MD5sum: fbf5e181a29fd9bdd3d71f613b88abe6
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-13-cron-dbgsym
Source: pg-cron
Version: 1.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-13-cron (= 1.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-13-cron-dbgsym_1.6.4-1.pgdg+1_arm64.deb
Size: 108200
SHA256: 7ad5a22e0353e487e9f86947c11be19cec720e0fc92663f77a1c29191966c830
SHA1: 95be18d1cec74b7ce80b92081d4c91102d6107ab
MD5sum: bada12d845ed8197cde56baeb723bf89
Description: debug symbols for postgresql-13-cron
Build-Ids: 09d689a85b54cdc425e10aaff02708c4cd4e5aa3
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-13-pg-checksums
Source: pg-checksums
Version: 1.1-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: libc6 (>= 2.38), postgresql-13
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-13-pg-checksums_1.1-7.pgdg+1_arm64.deb
Size: 35596
SHA256: db53e08f0a623266716841f49b50672a975a072db9b7d55c4b19d10a86bbf43f
SHA1: 02b39fb04d74867196f9d1e08d7f13d7583461de
MD5sum: 88008c6b8a3e247fbcb4a41025093acd
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-13-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-13-pg-checksums (= 1.1-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-13-pg-checksums-dbgsym_1.1-7.pgdg+1_arm64.deb
Size: 22628
SHA256: 057243fce5879e3f2df9ad1f1721db36e3e0783d2ca3879cb2447e7308fedabe
SHA1: defb2191d9f0a7af7ebe644f9ea186e22c9c93c2
MD5sum: f81eecef0c6c0e2629e4142dcc54c1aa
Description: debug symbols for postgresql-13-pg-checksums
Build-Ids: 2daba93ea1fe783848f6d93dd4a4b5bfd4c748d2
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-13-pg-failover-slots
Source: pg-failover-slots
Version: 1.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libc6 (>= 2.38), libpq5 (>= 9.0~), postgresql-13, postgresql-13-jit-llvm (>= 16)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-13-pg-failover-slots_1.1.0-1.pgdg+1_arm64.deb
Size: 43528
SHA256: 4812136eb5a3f42b86bc4e9ef8cc097e6bd8da2a5981aa9040e6fdb019042e61
SHA1: f23e199509119382878d49fd325e8328e5668a5a
MD5sum: e62ccad908b60eff2560ba4cb5e9fcfa
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-13-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-13-pg-failover-slots (= 1.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-13-pg-failover-slots-dbgsym_1.1.0-1.pgdg+1_arm64.deb
Size: 40480
SHA256: 6601bf8d41203368a3f08bb00165ea3814bef549345f605ca043baf14ae4aba7
SHA1: 6446bbed753e1756c05ce6642775784ed5e46bbd
MD5sum: 917a725ba2f12a515e5467eed2322483
Description: debug symbols for postgresql-13-pg-failover-slots
Build-Ids: 43f7f4d2d08e86e99ea1b52e9740a7ab8a47ae41
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-13-plprofiler
Source: plprofiler
Version: 4.2.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-13-plprofiler_4.2.5-1.pgdg+1_arm64.deb
Size: 51272
SHA256: 5ef395e80b36b772ab1950cc4b35a07711e6395d926b3d098b94ad095c629907
SHA1: ed7f2c98b57a95ed099fd4b249793563a1183822
MD5sum: 0f41b922dbfa94a94a9f9a7195228889
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-13-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-13-plprofiler (= 4.2.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-13-plprofiler-dbgsym_4.2.5-1.pgdg+1_arm64.deb
Size: 55540
SHA256: bd5fad1857554fcadccf2739fd8a4158e5eb6537aec7638fc2e299ce175fc39c
SHA1: 917f8351067531be8689b461588a0fc42f7703a1
MD5sum: 42d6c96c30992c91dbd4f4e4a7733d36
Description: debug symbols for postgresql-13-plprofiler
Build-Ids: 5e3ed5771caa4330e5d106447b436606df833639
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-14-cron
Source: pg-cron
Version: 1.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 310
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-14-cron_1.6.4-1.pgdg+1_arm64.deb
Size: 107092
SHA256: e02e316b5005addd45b80fe093305b087aa51c96476a469a928cb1d0bd250f6d
SHA1: 7accd9720dd4dcd4ddab8b7a59b73ba10261641d
MD5sum: 51c5b464e882d7685e39aac23f8d70b3
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-14-cron-dbgsym
Source: pg-cron
Version: 1.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-14-cron (= 1.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-14-cron-dbgsym_1.6.4-1.pgdg+1_arm64.deb
Size: 110592
SHA256: 26b8a65ba0d2e532f205c6e5eef8cd28c392530886e4e70308734aac9ccbd3b5
SHA1: c25ae8a7487ba9f9c2c485e0b1555a8f1b40b5c3
MD5sum: 5fd03437f239759999e1e4c94b99d177
Description: debug symbols for postgresql-14-cron
Build-Ids: 3a022235e997d204e56b3ca1e48fe9f8fa1ed5f7
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-14-pg-checksums
Source: pg-checksums
Version: 1.1-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: libc6 (>= 2.38), postgresql-14
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-14-pg-checksums_1.1-7.pgdg+1_arm64.deb
Size: 35720
SHA256: 74b80579149ac0685c8a9c9e8ddb8fd988aa1ffc3edd6cccb30e17358c553be8
SHA1: 26f857cb18ec62ad66732a6b5c2bd25c9ef7bc5c
MD5sum: 01b3373d541a0433ff6b2b62165c8ff3
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-14-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-14-pg-checksums (= 1.1-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-14-pg-checksums-dbgsym_1.1-7.pgdg+1_arm64.deb
Size: 22652
SHA256: 542b2057c29c35fec72474f817e53d96174543022f2248e5844bca914fccffdb
SHA1: 1ee9e45c7e659ec4817581b9e3490b132aa5625d
MD5sum: c818c1c08f9f64c322db2fedf71238fc
Description: debug symbols for postgresql-14-pg-checksums
Build-Ids: a52b7f7cbecac9d20869db845bbe9e16d76e8e29
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-14-pg-failover-slots
Source: pg-failover-slots
Version: 1.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libc6 (>= 2.38), libpq5 (>= 9.0~), postgresql-14, postgresql-14-jit-llvm (>= 16)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-14-pg-failover-slots_1.1.0-1.pgdg+1_arm64.deb
Size: 43500
SHA256: 3c56da500239cca29614054ba01090790944b455c9e5a3d5f2e383714259bf91
SHA1: 2f92b8c34c535dba1d7fb3d92d0637ae7667695a
MD5sum: de05b666c2c02e387131d79a237511eb
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-14-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-14-pg-failover-slots (= 1.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-14-pg-failover-slots-dbgsym_1.1.0-1.pgdg+1_arm64.deb
Size: 40740
SHA256: f90941f93e5836508fbfc31aec9e8424bdc3eeb85461110ff17ca723943fcebf
SHA1: cd1c9028686a09baf7dd4b0bed12a7568429281c
MD5sum: 982b0848712a2ea6e51f173c480a4219
Description: debug symbols for postgresql-14-pg-failover-slots
Build-Ids: e9027dc4a982eb2bd55345f4c75a86173b1d93ad
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-14-plprofiler
Source: plprofiler
Version: 4.2.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-14-plprofiler_4.2.5-1.pgdg+1_arm64.deb
Size: 51252
SHA256: e1128ba4b343746663dc82083ae9dabc0ad0ebadc31be19f262a82b5c5877b0d
SHA1: d7ddbe6b163ecc1c4829350b88ac5b0109dc6f82
MD5sum: 313a5c88fc06c55ab316882497b30f53
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-14-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-14-plprofiler (= 4.2.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-14-plprofiler-dbgsym_4.2.5-1.pgdg+1_arm64.deb
Size: 56500
SHA256: 426e664387f3547e28057cb5ac116721fbdbb970d36f1d53c21d5c4d37b77d5b
SHA1: 1c95bf66fcf3ee46086d6c353ce7734d80226478
MD5sum: 7397ab5907f8e673193afa824e292779
Description: debug symbols for postgresql-14-plprofiler
Build-Ids: d67d883879cabb5472e84471b371fd7d8eb264ab
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-15-cron
Source: pg-cron
Version: 1.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 305
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-15-cron_1.6.4-1.pgdg+1_arm64.deb
Size: 104304
SHA256: fc0eac86650b0d7038c72fb869f4a6b8f55992f1bf8e06e4b1b0165ab4884999
SHA1: 742963e791a7d0e07c69bbd05449e1b0b38b4a5e
MD5sum: 075774e690cda5a2416765825ea02be4
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-15-cron-dbgsym
Source: pg-cron
Version: 1.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: postgresql-15-cron (= 1.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-15-cron-dbgsym_1.6.4-1.pgdg+1_arm64.deb
Size: 114136
SHA256: 59e1bdbf61a9c4673c7ed550a5feba5f436e4f7a8c0282bc0f6b11b178063ed7
SHA1: 11935219056d8ecdccef53b4369c333d19b8f79f
MD5sum: bfcf114371e30d0427a6821f6cbe8aa0
Description: debug symbols for postgresql-15-cron
Build-Ids: e25f9a55f0b381bec35c8ccf75c1cc057c24e978
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-15-pg-checksums
Source: pg-checksums
Version: 1.1-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: libc6 (>= 2.38), postgresql-15
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-15-pg-checksums_1.1-7.pgdg+1_arm64.deb
Size: 35844
SHA256: d38f882997c66b2506af20a5f6d6407ac7e8070a57b43cf72c336fec276ffcf4
SHA1: 003d15f698e745e84c77b030519509df0260d0f2
MD5sum: 18a434ec89a95bb601d1e4af1f24c05b
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-15-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-15-pg-checksums (= 1.1-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-15-pg-checksums-dbgsym_1.1-7.pgdg+1_arm64.deb
Size: 22936
SHA256: 1eb685d7ae37279bd7306702811d83abbe83f6fefe0b7aecc899d006570672c5
SHA1: f556854d9dba315e6bd78898fb4d84e9383c5846
MD5sum: 0c84e0744b6cbda0ca36973c8bc18348
Description: debug symbols for postgresql-15-pg-checksums
Build-Ids: 1957e5682626a8d8a55b4189167f9fa2bbb676fe
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-15-pg-failover-slots
Source: pg-failover-slots
Version: 1.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libc6 (>= 2.38), libpq5 (>= 9.0~), postgresql-15, postgresql-15-jit-llvm (>= 16)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-15-pg-failover-slots_1.1.0-1.pgdg+1_arm64.deb
Size: 43556
SHA256: 2daea93252c1b4d181cf2ca58cb1ba9e18fc0b38f2e7998b4d838fe4ed557d33
SHA1: 0ab14a37f5b79991b1ffbf3abda506d4e987f894
MD5sum: aa5c7e8ce105af2edf4897c6486ae1fc
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-15-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-15-pg-failover-slots (= 1.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-15-pg-failover-slots-dbgsym_1.1.0-1.pgdg+1_arm64.deb
Size: 40996
SHA256: b3f925a3110b59e1f039aa62ce1dbae7d8cf45f7997cbe0354c3e21a3ab82d57
SHA1: fe1864cd57814c1f9d8d6b1382577b3954eb0b8c
MD5sum: 70fbaf64c0f5bafed707944b8b38631a
Description: debug symbols for postgresql-15-pg-failover-slots
Build-Ids: 0b0e7ffd4366c393b7a84b203771691171ca4aec
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-15-plprofiler
Source: plprofiler
Version: 4.2.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 171
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-15-plprofiler_4.2.5-1.pgdg+1_arm64.deb
Size: 53244
SHA256: 547d049e12762ff0f74d21cedf0a7512d2253562b86f7951cb7bcd9bb31350c0
SHA1: 851d46625375e9ba0de338303048c06dcfa0afe6
MD5sum: c18887737b94e0d33c533bf22150909e
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-15-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-15-plprofiler (= 4.2.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-15-plprofiler-dbgsym_4.2.5-1.pgdg+1_arm64.deb
Size: 65520
SHA256: 83dc95398a3c8d505f37dfa1641d1ccf999b89e8a8823d03fce1798b55b32a32
SHA1: 24b19f359f86481fcf836b8c8ea3cd110a4d0388
MD5sum: 09f09ae1269c2a973c3ac9f07a841388
Description: debug symbols for postgresql-15-plprofiler
Build-Ids: 558503951533e112ce3efc29e50a0f9ab3c627f9
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-16-cron
Source: pg-cron
Version: 1.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 305
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-16-cron_1.6.4-1.pgdg+1_arm64.deb
Size: 103952
SHA256: 31401024a81f5805cc74ef7f2e50708eb232865cdf1abb3ad0e561525ac4950a
SHA1: 09cfc305a40bb52b18674e8b1f6a74d4ec307635
MD5sum: f6bd8d0cc0c46dc7dae897be07fdf9a3
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-16-cron-dbgsym
Source: pg-cron
Version: 1.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 142
Depends: postgresql-16-cron (= 1.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-16-cron-dbgsym_1.6.4-1.pgdg+1_arm64.deb
Size: 121540
SHA256: 207db9d6457325c7894f4b056a89c2fa91f6c42fa4e4445f183d1b0b2ea33b19
SHA1: 34aaa88148a5e313aa9660788ded1d43cd386ff3
MD5sum: 49333b9f4bb158bf814f0d798a17e270
Description: debug symbols for postgresql-16-cron
Build-Ids: 89cca0b865e489e4d5b029052ef4cee681ffd5ea
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-16-pg-checksums
Source: pg-checksums
Version: 1.1-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: libc6 (>= 2.38), postgresql-16
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-16-pg-checksums_1.1-7.pgdg+1_arm64.deb
Size: 36292
SHA256: 87b4e82b3034891912806af0ae56908858b62f9f1542fce204aaba6417b0b4a5
SHA1: a2f6b15c2591471f232b76a42e7cc51d7f00c7a6
MD5sum: ee10e1c61c83d5bf2518108daa36855b
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-16-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.1-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-16-pg-checksums (= 1.1-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-16-pg-checksums-dbgsym_1.1-7.pgdg+1_arm64.deb
Size: 23588
SHA256: b32ed223634909e75ed61c7ec601594286ceebcd938f7aa25a2fee01fca66fec
SHA1: 1f03d21182e36b49bd2f07d25349060a419bafe6
MD5sum: ffe484b3dc3f3cd36568cad951d629bd
Description: debug symbols for postgresql-16-pg-checksums
Build-Ids: 9f927a68d0b285bf7dfe92c857272ef2a048c2fb
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-16-pg-failover-slots
Source: pg-failover-slots
Version: 1.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libc6 (>= 2.38), libpq5 (>= 9.0~), postgresql-16, postgresql-16-jit-llvm (>= 16)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-16-pg-failover-slots_1.1.0-1.pgdg+1_arm64.deb
Size: 43240
SHA256: 4ebf74479bf02b297ee3b58666086ad256d9d20479019fc46707ebdd65320eb3
SHA1: c2dc841ccfffb752f2273c987e695b5527df0c51
MD5sum: e7ad11103a21903e41e475694ce769d2
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-16-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-16-pg-failover-slots (= 1.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-16-pg-failover-slots-dbgsym_1.1.0-1.pgdg+1_arm64.deb
Size: 42076
SHA256: acc8be500844ba13a1ec9e6670834bfc86d6ba66986467871848c9c9ec4884a7
SHA1: 7cd64476cd4015ad21bd04f3b802bfd113f242c9
MD5sum: 03b1af87b9cabbcd338a2c36e6d65365
Description: debug symbols for postgresql-16-pg-failover-slots
Build-Ids: b64d1f13cbff643b8a154a5d9a98ae42afc5ac5b
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-16-plprofiler
Source: plprofiler
Version: 4.2.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 171
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-16-plprofiler_4.2.5-1.pgdg+1_arm64.deb
Size: 52832
SHA256: ac22694b0d70597f978ff039393c79a83efb718e729f5bb6635fca5687db3bd7
SHA1: ba28d34151a61d7c98b1a21a12332dd7e955b698
MD5sum: 6e1ad99e8146b6b52318381b24573d84
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-16-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-16-plprofiler (= 4.2.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-16-plprofiler-dbgsym_4.2.5-1.pgdg+1_arm64.deb
Size: 68840
SHA256: 816eebd185727b329381f55235630a02776d572cb583d379989eee10485a8e31
SHA1: d5758e21eeb0fc500c2e6d87cd6e01f8956527a9
MD5sum: 7fb4663208681f02ae06e679c9a41fa2
Description: debug symbols for postgresql-16-plprofiler
Build-Ids: 5aab550ac64f3bc208b64660bdcc99b6acbfde2d
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-17-pg-failover-slots
Source: pg-failover-slots
Version: 1.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libc6 (>= 2.38), libpq5 (>= 9.0~), postgresql-17, postgresql-17-jit-llvm (>= 16)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-17-pg-failover-slots_1.1.0-1.pgdg+1_arm64.deb
Size: 44732
SHA256: 80e268fb17be2bc8e62d8442d971afdb4b2e8e9fbd9e5bb5ba2518776ea8738f
SHA1: 886c4d01075d63243f60ff9230594bbab18f1b6f
MD5sum: 2b3672173da3fc97ee70bc4142b7a5d5
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2024-08-19 15:52:04+00

Package: postgresql-17-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-17-pg-failover-slots (= 1.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-17-pg-failover-slots-dbgsym_1.1.0-1.pgdg+1_arm64.deb
Size: 51720
SHA256: a72110ca77b4c953854331d44b940c96c659b9e83f5fe82830d1ea77e3192359
SHA1: aaede372a189aae76821e3b39bc49a56dff2e59c
MD5sum: ee990b444ea94688d36b17ee5e7e1409
Description: debug symbols for postgresql-17-pg-failover-slots
Build-Ids: bfe01f8800d38e31030df48c0ac166517c1cf97f
Timestamp: 2024-08-19 15:52:04+00

Package: barman
Version: 3.11.1-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 85
Depends: python3-barman (= 3.11.1-1.pgdg+1), python3-pkg-resources, adduser, rsync, python3:any
Recommends: openssh-server, openssh-client, postgresql-client
Suggests: barman-cli, repmgr
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman_3.11.1-1.pgdg+1_all.deb
Size: 50856
SHA256: 19b270e88004ed5eef2a7e0d6fe63f7bb9d1ba90c0560db46bb745173cf4d001
SHA1: bfe5292d68a820b16b18a7dd3b8208cf6b49b363
MD5sum: 5af56854683d12bdb4bf459c70f089fb
Description: Backup and Recovery Manager for PostgreSQL
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides barman binary.
Timestamp: 2024-08-23 11:15:33+00

Package: barman-cli
Source: barman
Version: 3.11.1-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 19
Depends: python3-barman (= 3.11.1-1.pgdg+1), python3-pkg-resources, rsync, python3:any
Recommends: openssh-client, barman-cli-cloud
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli_3.11.1-1.pgdg+1_all.deb
Size: 7224
SHA256: f6a358250af91e8f56a2efbc2844ca41198c7b74386181661aa82138c295464e
SHA1: 6b63e6e8b0aa2c5826b5a0fbda059994c5c072fe
MD5sum: ffb9e682a630671369a9063c30288819
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 organization 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.
Timestamp: 2024-08-23 11:15:33+00

Package: barman-cli-cloud
Source: barman
Version: 3.11.1-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 53
Depends: python3-barman (= 3.11.1-1.pgdg+1), python3-pkg-resources, rsync, python3:any, python3-boto3
Breaks: barman-cli (<< 2.10-3~~)
Replaces: barman-cli (<< 2.10-3~~)
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli-cloud_3.11.1-1.pgdg+1_all.deb
Size: 30532
SHA256: 623316e31e6b4a128697cc341cab4938090f91c8024b66d56ad50feb23818a8c
SHA1: 74f8bdec305201d1946b454794043f4a30bc2e4d
MD5sum: f371dc57e4a8bd97be634cc81150cfe7
Description: Cloud 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 organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli-cloud package contains cloud client utilities for the
 integration of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by 2ndQuadrant.
Timestamp: 2024-08-23 11:15:33+00

Package: pgmodeler
Version: 1.1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21427
Depends: pgmodeler-common, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libpq5 (>= 8.4~), libqt6core6t64 (>= 6.6.0), libqt6gui6 (>= 6.4.0), libqt6network6 (>= 6.1.2), libqt6printsupport6 (>= 6.1.2), libqt6svg6 (>= 6.6.0), libqt6widgets6 (>= 6.3.0), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Homepage: https://pgmodeler.io/
Priority: optional
Section: database
Filename: pool/main/p/pgmodeler/pgmodeler_1.1.4-1.pgdg+1_arm64.deb
Size: 5630092
SHA256: a2800c7492febf431c8210a2978584886173c882024ec57dae45a894237c524e
SHA1: a2b729772ba9774ad8ff99b05260331b49586507
MD5sum: 15ae7f4a4a2d28844cb755439f0f9c66
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.
Timestamp: 2024-08-23 11:15:33+00

Package: pgmodeler-common
Source: pgmodeler
Version: 1.1.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2007
Multi-Arch: foreign
Homepage: https://pgmodeler.io/
Priority: optional
Section: database
Filename: pool/main/p/pgmodeler/pgmodeler-common_1.1.4-1.pgdg+1_all.deb
Size: 380784
SHA256: 52fb572919a26ae937a40dc5ec89ede6f40ebafbb151e19585f23338034375d0
SHA1: 3c1c3fc78827712c770b498ee6b72f41932910f1
MD5sum: 3773e170fe34e3a1c52caa81826bb000
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.
Timestamp: 2024-08-23 11:15:33+00

Package: pgmodeler-dbgsym
Source: pgmodeler
Version: 1.1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60428
Depends: pgmodeler (= 1.1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmodeler/pgmodeler-dbgsym_1.1.4-1.pgdg+1_arm64.deb
Size: 55033732
SHA256: fdb50a1a3d1df301ada0d6899f14f33a822611bfc653092c8f86cb38b5f574d2
SHA1: 49f99cc1c7d98dcc2ff43fb8f29b6b411acf79fc
MD5sum: 07b1b1d83ac877917ff4803a34b741d6
Description: debug symbols for pgmodeler
Build-Ids: 0eca08ac23279101203f856d316d172954b34577 1283b6c95c4dd91beb8827bbb434e4bce364b591 13591980d93d93f3fcf0d04efeb3448d1c7b9a8c 8233ccfa805a1427ba69a56c67f17f11cc5f8646 86f9bf96be35b2288782fe47d7960dbd072aa728 b819fdce1460724a2221688c046c843b17845cb6 b97bae6d96a25b201e0eb4dead00aa01d9df7d49 bb4aea060f44cc3be6ea2cfe2fd65730f8ce5cee c848ad52c3b782ba1a8ca1b79e6330f2484df62b d14c145900b4b69335c24a7854d1d24920d86413 d6ccf591918a05b57671b60a3ad986309b186ddf
Timestamp: 2024-08-23 11:15:33+00

Package: postgresql-10-oracle-fdw
Source: oracle-fdw
Version: 2.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: oracle-libs, postgresql-10, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-10-oracle-fdw_2.7.0-1.pgdg+1_arm64.deb
Size: 80168
SHA256: 0aaa43cad5fc24208ab50662baa7b8f84f5c57123e51fc28f17e98f41c9fcc59
SHA1: 4e1a69dab625b9ba4be239010f890436500dc598
MD5sum: e911d1d3bbd767c47061c57638c1c922
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2024-08-23 11:15:33+00

Package: postgresql-10-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 190
Depends: postgresql-10-oracle-fdw (= 2.7.0-1.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-10-oracle-fdw-dbgsym_2.7.0-1.pgdg+1_arm64.deb
Size: 169204
SHA256: 795e6298b5cfaab6f005ea58acd53879a0222881a63cbfef2f4bb3d1413e90f8
SHA1: 2e886c1380c749ddfa5653026fbbbebf7f863d27
MD5sum: 0c589d20da56af1228324f9946f65ca0
Description: debug symbols for postgresql-10-oracle-fdw
Build-Ids: 9ba9bb4ce0b966a93bb3643bf8f6baf7e5627c38
Timestamp: 2024-08-23 11:15:33+00

Package: postgresql-11-oracle-fdw
Source: oracle-fdw
Version: 2.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: oracle-libs, postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-11-oracle-fdw_2.7.0-1.pgdg+1_arm64.deb
Size: 81036
SHA256: cc2ed855bcb645461ef4a0bbe07953d8d5b81f7300651417da71c46e76fc8310
SHA1: 5504682e3a4f921a12af6b09ebbf92f6b37fcf98
MD5sum: c5f8236d75ca55c0ffe3b54d8e393c50
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2024-08-23 11:15:33+00

Package: postgresql-11-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-11-oracle-fdw (= 2.7.0-1.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-11-oracle-fdw-dbgsym_2.7.0-1.pgdg+1_arm64.deb
Size: 172472
SHA256: 88d4a8654131e861ba09618607e9d6255600f2841bbec5a97074a9256e222095
SHA1: 69b05ea76e7cac44a94b4f9cf323e79ab7c55b49
MD5sum: 21733bf42c4afee7a05620f16d587444
Description: debug symbols for postgresql-11-oracle-fdw
Build-Ids: 5c4c0824345146f5b4725acb8fa892f60f2e840e
Timestamp: 2024-08-23 11:15:33+00

Package: postgresql-12-oracle-fdw
Source: oracle-fdw
Version: 2.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: oracle-libs, postgresql-12, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-12-oracle-fdw_2.7.0-1.pgdg+1_arm64.deb
Size: 81184
SHA256: d8934be45e2c426b068fb0314d474edefca94004e4398e16be0d4ebc20d694e7
SHA1: b6bc06e163eabd1eda637a1ef2b776ca7aced816
MD5sum: 7108ef117f4afeed7c81a23fb6f0cdd0
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2024-08-23 11:15:33+00

Package: postgresql-12-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-12-oracle-fdw (= 2.7.0-1.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-12-oracle-fdw-dbgsym_2.7.0-1.pgdg+1_arm64.deb
Size: 178180
SHA256: 354f2c089ba7ca63818ee041114a14854170deee8677da25e625e3b4f1711064
SHA1: 0bae537bc59e9bf4b9d7d4c24c683a393a058e08
MD5sum: 165baece202b3998e0233825a38b901c
Description: debug symbols for postgresql-12-oracle-fdw
Build-Ids: 2259d589ab432d3a3dc6b0dc44b3eaf9c244ee35
Timestamp: 2024-08-23 11:15:33+00

Package: postgresql-13-oracle-fdw
Source: oracle-fdw
Version: 2.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: oracle-libs, postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-13-oracle-fdw_2.7.0-1.pgdg+1_arm64.deb
Size: 82428
SHA256: e99453770e29cc8b3ebf6b5ca2d09241e72086563ef1140903a8d559105a3547
SHA1: 20d9f7f4bc99115b839365eb04c3be279743dda2
MD5sum: a22c1ade4edd95b4e6a98df49f23ac3d
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2024-08-23 11:15:33+00

Package: postgresql-13-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 206
Depends: postgresql-13-oracle-fdw (= 2.7.0-1.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-13-oracle-fdw-dbgsym_2.7.0-1.pgdg+1_arm64.deb
Size: 185788
SHA256: c7d3245e1f8d91210dd75c344bc51fea023308935662c5abbe07516d30feedd0
SHA1: 8b82738f767b125bb0b588ca2fa975ad720d5166
MD5sum: 971b0bc9e7dddf8ac8743e8a9db760d6
Description: debug symbols for postgresql-13-oracle-fdw
Build-Ids: 9cc951d38f7e47eeb30c2dcd122ec1ac87495e44
Timestamp: 2024-08-23 11:15:33+00

Package: postgresql-14-oracle-fdw
Source: oracle-fdw
Version: 2.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: oracle-libs, postgresql-14, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-14-oracle-fdw_2.7.0-1.pgdg+1_arm64.deb
Size: 82456
SHA256: 9080f8945bc51a7b3600ca4b88c7dc6b68d866381c2d6b7740e217c4fbdf5451
SHA1: 95dd4cf21b485daa121934fb721151cf3dba621f
MD5sum: b93dc45e229328d92dd9d955a5236f76
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2024-08-23 11:15:33+00

Package: postgresql-14-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: postgresql-14-oracle-fdw (= 2.7.0-1.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-14-oracle-fdw-dbgsym_2.7.0-1.pgdg+1_arm64.deb
Size: 187060
SHA256: e983b0e2852dc1117e34268ee27a55ff3c24b56770745a5cf4292ae702164e5d
SHA1: 290f002b264d175a948404d90119bcc2b8f93899
MD5sum: 12649ee565df835ccb37279bdcbba150
Description: debug symbols for postgresql-14-oracle-fdw
Build-Ids: 483a32fce05e3beab15c12a364c298983638987e
Timestamp: 2024-08-23 11:15:33+00

Package: postgresql-15-oracle-fdw
Source: oracle-fdw
Version: 2.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: oracle-libs, postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-15-oracle-fdw_2.7.0-1.pgdg+1_arm64.deb
Size: 82536
SHA256: 36e2e9352f3b1891e58e2acc90847c64cdcfd9a544b265a385ea317e7c9f8007
SHA1: 76c4b64ad7d117c148038e97ef39eafadfe279d2
MD5sum: 411d585d978fbe6c70aa92ae327e1f50
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2024-08-23 11:15:33+00

Package: postgresql-15-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 211
Depends: postgresql-15-oracle-fdw (= 2.7.0-1.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-15-oracle-fdw-dbgsym_2.7.0-1.pgdg+1_arm64.deb
Size: 189340
SHA256: 792bdd42d0f7c5b320258520c73a28a5f79266798695d24e55cefaf7301a17ed
SHA1: f4e17cbc2da271d11f16d01f392210191a68ef75
MD5sum: c57ae4a706c29131a51dc4035630528a
Description: debug symbols for postgresql-15-oracle-fdw
Build-Ids: 97bf4f3a2fc4aed3058136f8b7eb3cae478c45bb
Timestamp: 2024-08-23 11:15:33+00

Package: postgresql-16-oracle-fdw
Source: oracle-fdw
Version: 2.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: oracle-libs, postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-16-oracle-fdw_2.7.0-1.pgdg+1_arm64.deb
Size: 81768
SHA256: 6e7dce6405d33c449685caf3f263a1bfcd20b4bbf5c00cc00d24cbec6347a5e2
SHA1: 74a853d1aa24ce6940c82e4af56f10b0ca5f1aa9
MD5sum: 1b2020a22ee3dd9797d92e92c9a010ad
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2024-08-23 11:15:33+00

Package: postgresql-16-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 215
Depends: postgresql-16-oracle-fdw (= 2.7.0-1.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-16-oracle-fdw-dbgsym_2.7.0-1.pgdg+1_arm64.deb
Size: 194092
SHA256: e58382a12d25cb722a5a235e7d761cdd08423e370204a593e54a4bde6fe715bb
SHA1: 5b0c5185b632862235a01706702e3f76fcb8f82c
MD5sum: f4d9f65a8eaa918543e805152a9b8e8a
Description: debug symbols for postgresql-16-oracle-fdw
Build-Ids: f74d265829be545b6464dce949411e831067bc19
Timestamp: 2024-08-23 11:15:33+00

Package: postgresql-17-cron
Source: pg-cron
Version: 1.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 305
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-17-cron_1.6.4-1.pgdg+1_arm64.deb
Size: 104532
SHA256: fd6ef1506ea715b459895c69d7d1d08354d285d309ea4aa8cdd8c6ccc8d43006
SHA1: b09112e3395bb52c479953bc632f14d1d9d3b896
MD5sum: 39e2f6b92d8773ac3b4e02903238e3d1
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2024-08-23 11:15:33+00

Package: postgresql-17-cron-dbgsym
Source: pg-cron
Version: 1.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-17-cron (= 1.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-17-cron-dbgsym_1.6.4-1.pgdg+1_arm64.deb
Size: 123516
SHA256: b1ef26a7a175f669d8f9611430c3a05603a06286b225cc88a01be627512256d1
SHA1: e3a7aaf40340cb5bfeac66307e8a2537c59eb607
MD5sum: aa5a466f885ea49050e4d0fe2938b687
Description: debug symbols for postgresql-17-cron
Build-Ids: c4e6690940de981b0ab063e678e40154639d8759
Timestamp: 2024-08-23 11:15:33+00

Package: postgresql-17-oracle-fdw
Source: oracle-fdw
Version: 2.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: oracle-libs, postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-17-oracle-fdw_2.7.0-1.pgdg+1_arm64.deb
Size: 81700
SHA256: f7bb78b839ead0e673c15fc4603ab97d26cbd219c6ce00106307efbabe1e4f0f
SHA1: 31eb31747e143f055a5692211dd4bced60b3065a
MD5sum: 379cdfde02b39a15679cb0ef5a294d97
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2024-08-23 11:15:33+00

Package: postgresql-17-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 217
Depends: postgresql-17-oracle-fdw (= 2.7.0-1.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-17-oracle-fdw-dbgsym_2.7.0-1.pgdg+1_arm64.deb
Size: 195580
SHA256: b11308ef8528a777d169ea47bf666fb39014a9add94df82d42aa1841179663dd
SHA1: c45f5a87054257f9d75b4ceaa4bab78fee960cf8
MD5sum: c0e859ca9e7008b6c6d593c715c9fc4d
Description: debug symbols for postgresql-17-oracle-fdw
Build-Ids: 1d0b7e13d8e84f9d07b37bc5dcc1e0056077f338
Timestamp: 2024-08-23 11:15:33+00

Package: python3-barman
Source: barman
Version: 3.11.1-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1503
Depends: python3-dateutil, python3-psycopg2, python3:any
Breaks: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Replaces: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Homepage: https://www.pgbarman.org
Priority: optional
Section: python
Filename: pool/main/b/barman/python3-barman_3.11.1-1.pgdg+1_all.deb
Size: 236120
SHA256: 519fd7ed86bd1a1132aa54742b2524f2ce8cdff3a38f6f890ca19f3c65b642f0
SHA1: e0b61748e8b90b448b5b44b3d05ffc7ba6cbd5cd
MD5sum: 9688a77521c0b5cfb2db53f620153c60
Description: Backup and Recovery Manager for PostgreSQL - Python modules
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by 2ndQuadrant.
 .
 This package provides Python 3 modules only.
Timestamp: 2024-08-23 11:15:33+00

Package: vip-manager
Version: 1.0.2-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6836
Depends: libc6 (>= 2.34)
Enhances: patroni
Built-Using: etcd (= 3.5.15-7), golang-1.22 (= 1.22.6-1), golang-fsnotify (= 1.7.0-1), golang-github-coreos-semver (= 0.3.0-1), golang-github-hashicorp-hcl (= 1.0.0-1.1), golang-github-josharian-native (= 1.1.0-1), golang-github-json-iterator-go (= 1.1.12-2), golang-github-magiconair-properties (= 1.8.7-1), golang-github-mdlayher-arp (= 0.0~git20220512.6706a29-1), golang-github-mdlayher-ethernet (= 0.0~git20220221.529eae5-1), golang-github-mdlayher-packet (= 1.1.2-2), golang-github-mdlayher-socket (= 0.5.1-1), golang-github-mitchellh-mapstructure (= 1.5.0+git20231216.8508981-1), golang-github-modern-go-concurrent (= 1.0.3-1.1), golang-github-modern-go-reflect2 (= 1.0.2-2), golang-github-pelletier-go-toml.v2 (= 2.2.1-1), golang-github-spf13-afero (= 1.11.0-1), golang-github-spf13-cast (= 1.6.0-1), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-2), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-github-spf13-viper (= 1.12.0-1), golang-github-subosito-gotenv (= 1.3.0-1), golang-golang-x-net (= 1:0.26.0+dfsg-2), golang-golang-x-sync (= 0.7.0-1), golang-golang-x-sys (= 0.21.0-1), golang-golang-x-text (= 0.16.0-1), golang-gopkg-ini.v1 (= 1.67.0-1), golang-gopkg-yaml.v3 (= 3.0.1-3)
Homepage: https://github.com/cybertec-postgresql/vip-manager
Priority: optional
Section: net
Filename: pool/main/v/vip-manager/vip-manager_1.0.2-9.pgdg+1_arm64.deb
Size: 2068424
SHA256: 532795ea9ec3b0501bde0178a18db497b663191f1340e37d211671029475b2aa
SHA1: 998de1c96a3608db6154d74f67d41e0f4c7fecad
MD5sum: 7566a97b12fd3376c83f47bca10030cb
Description: Patroni virtual IP manager
 This package needs to be installed and configured on all nodes of a Patroni
 PostgreSQL cluster. Given a Patroni namespace and scope in etcd or consul,
 the vip-manager service monitors that namespace for leader changes due to
 failovers or switchovers and adds or removes the VIP on the local node
 accordingly.
Timestamp: 2024-08-23 11:15:33+00

Package: vip-manager2
Version: 2.5.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13802
Depends: libc6 (>= 2.34)
Enhances: patroni
Conflicts: vip-manager
Replaces: vip-manager
Built-Using: etcd (= 3.5.15-7), golang-1.22 (= 1.22.6-1), golang-fsnotify (= 1.7.0-1), golang-github-coreos-go-systemd (= 22.5.0-1), golang-github-coreos-semver (= 0.3.0-1), golang-github-golang-protobuf-1-5 (= 1.5.4-1), golang-github-hashicorp-hcl (= 1.0.0-1.1), golang-github-josharian-native (= 1.1.0-1), golang-github-magiconair-properties (= 1.8.7-1), golang-github-mdlayher-arp (= 0.0~git20220512.6706a29-1), golang-github-mdlayher-ethernet (= 0.0~git20220221.529eae5-1), golang-github-mdlayher-packet (= 1.1.2-2), golang-github-mdlayher-socket (= 0.5.1-1), golang-github-mitchellh-mapstructure (= 1.5.0+git20231216.8508981-1), golang-github-pelletier-go-toml.v2 (= 2.2.1-1), golang-github-spf13-afero (= 1.11.0-1), golang-github-spf13-cast (= 1.6.0-1), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-2), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-github-spf13-viper (= 1.12.0-1), golang-github-subosito-gotenv (= 1.3.0-1), golang-go.uber-atomic (= 1.11.0-1), golang-go.uber-multierr (= 1.6.0-1), golang-go.uber-zap (= 1.26.0-1), golang-gogoprotobuf (= 1.3.2-3), golang-golang-x-net (= 1:0.26.0+dfsg-2), golang-golang-x-sync (= 0.7.0-1), golang-golang-x-sys (= 0.21.0-1), golang-golang-x-text (= 0.16.0-1), golang-google-genproto (= 0.0~git20210726.e7812ac-4), golang-google-grpc (= 1.64.0-6), golang-google-protobuf (= 1.33.0-1), golang-gopkg-ini.v1 (= 1.67.0-1), golang-gopkg-yaml.v3 (= 3.0.1-3)
Homepage: https://github.com/cybertec-postgresql/vip-manager
Priority: optional
Section: net
Filename: pool/main/v/vip-manager2/vip-manager2_2.5.0-2.pgdg+1_arm64.deb
Size: 3531788
SHA256: 3419155be9182dd7e1c4feae8ba8ad8a3c2114908ca1e754df2e3f7b88c385f3
SHA1: f8276f55af9de879ac2e7d066253e0da24c309e7
MD5sum: 926e8f7ed778d6deb7c398f1ee1d8e61
Description: Patroni virtual IP manager
 This package needs to be installed and configured on all nodes of a Patroni
 PostgreSQL cluster. Given a Patroni namespace and scope in etcd or consul,
 the vip-manager service monitors that namespace for leader changes due to
 failovers or switchovers and adds or removes the VIP on the local node
 accordingly.
 .
 This package works only with version 3 of the etcd API.
Timestamp: 2024-08-23 11:15:33+00

Package: vip-manager2-dbgsym
Source: vip-manager2
Version: 2.5.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5905
Depends: vip-manager2 (= 2.5.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/v/vip-manager2/vip-manager2-dbgsym_2.5.0-2.pgdg+1_arm64.deb
Size: 4402932
SHA256: 1eea704b439dc6feb52635129a5a1619b00e4fc93deb2e55571381a704da969e
SHA1: c84b2a4759eb790cceecaf700d4d4e5d211fec81
MD5sum: ea70b58dbc07aa2204591376ac77207b
Description: debug symbols for vip-manager2
Build-Ids: bce98722ee64ec727cef134c1f1d2b65dba1b428
Timestamp: 2024-08-23 11:15:33+00

Package: vip-manager-dbgsym
Source: vip-manager
Version: 1.0.2-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2960
Depends: vip-manager (= 1.0.2-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/v/vip-manager/vip-manager-dbgsym_1.0.2-9.pgdg+1_arm64.deb
Size: 2432976
SHA256: 00c9a7efd850bdf52353a0701c7b84913c100295e0de63d739b8a2f80c10d110
SHA1: d14642234b4d1d33a246a218e571a3cdec7fba28
MD5sum: 5413071d9e9b5193ab77e23455ba15bf
Description: debug symbols for vip-manager
Build-Ids: 0ec3c90bcb450aa9c3187f944d2d4cfc114cab27
Timestamp: 2024-08-23 11:15:33+00

Package: libecpg-compat3
Source: postgresql-11
Version: 11.22-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg-compat3_11.22-5.pgdg+1_arm64.deb
Size: 21440
SHA256: d2b8ed600053ae43b46c8ae0baf5c3727d84c1f8c7bfb788829f25f3bef08c5c
SHA1: 9880346eec7334005a41156dccfd9541f8b60922
MD5sum: 0a23dc896c2b0bace9b4ea11c8f10499
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.
Timestamp: 2024-08-27 20:18:41+00

Package: libecpg-compat3-dbgsym
Source: postgresql-11
Version: 11.22-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 11.22-5.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-compat3-dbgsym_11.22-5.pgdg+1_arm64.deb
Size: 16940
SHA256: 17774de96b7544c21f3d741213f55defb62383bd66e4861d39a43fce4f0d634e
SHA1: bd49c3b136cad9e43d5fba4bf952c708a7769e50
MD5sum: 196441255b8380a9fc05154c34430c8f
Description: debug symbols for libecpg-compat3
Build-Ids: 39e9530d6beb182b75241843e5632952cdc630f0
Timestamp: 2024-08-27 20:18:41+00

Package: libecpg-dev
Source: postgresql-11
Version: 11.22-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1319
Depends: libecpg-compat3 (= 11.22-5.pgdg+1), libecpg6 (= 11.22-5.pgdg+1), libpgtypes3 (= 11.22-5.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libecpg-dev_11.22-5.pgdg+1_arm64.deb
Size: 228980
SHA256: ea1357e63341320050fa7c4f84e8eb42f72afa88b19443127d8e761da6e77929
SHA1: 9fa20292e00d8753e95ebe61c9c6bd1fdd681ea3
MD5sum: a60000c0131358cc64613e8838147009
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).
Timestamp: 2024-08-27 20:18:41+00

Package: libecpg-dev-dbgsym
Source: postgresql-11
Version: 11.22-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 266
Depends: libecpg-dev (= 11.22-5.pgdg+1)
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-dev-dbgsym_11.22-5.pgdg+1_arm64.deb
Size: 231144
SHA256: 9809f3ee73bb9b9a626f6a2cd28a97a375ebc971b33a2ee28c291102f47d30ce
SHA1: d0a1c5ba648d60ffa720c3fa81ea1d90c6d5b83f
MD5sum: 33e74c6d04fe6ad7d0322f9e0f2fc943
Description: debug symbols for libecpg-dev
Build-Ids: 9eca9672adb3c07709d35baa121af4f43cc2fbc8
Timestamp: 2024-08-27 20:18:41+00

Package: libecpg6
Source: postgresql-11
Version: 11.22-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 486
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg6_11.22-5.pgdg+1_arm64.deb
Size: 88944
SHA256: e8cbdf6cb86e2fd77c2471229f5551412f51f554c5e292baadb88927b5515dfd
SHA1: 9f15b857b4b05445238d34c14c41ea0f87ccd51c
MD5sum: 33038f45e463c03926cc8f635bea9e00
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.
Timestamp: 2024-08-27 20:18:41+00

Package: libecpg6-dbgsym
Source: postgresql-11
Version: 11.22-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libecpg6 (= 11.22-5.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg6-dbgsym_11.22-5.pgdg+1_arm64.deb
Size: 93128
SHA256: 23070a521e122a4aca121cced917e83effb82e83776e5953779990757b76e20e
SHA1: d675ba9e39756e1038669d0d56ae903d604fe119
MD5sum: 3a190d4c419dd951b8062815c2e84ce5
Description: debug symbols for libecpg6
Build-Ids: 2ef75b575f4a4c0ea3b46743ebc1ea1ca8460828
Timestamp: 2024-08-27 20:18:41+00

Package: libpgtypes3
Source: postgresql-11
Version: 11.22-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpgtypes3_11.22-5.pgdg+1_arm64.deb
Size: 42212
SHA256: 45a6a55bbb87d8f6c8fcc766f58089ca080152fe0419f0d59e6be1ceb14b32ca
SHA1: 0397553b1ba3eaa880b96ac0de10beae892ad89a
MD5sum: 165a3f676118b26281708ea4484b7586
Description: shared library libpgtypes for PostgreSQL 11
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-08-27 20:18:41+00

Package: libpgtypes3-dbgsym
Source: postgresql-11
Version: 11.22-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: libpgtypes3 (= 11.22-5.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpgtypes3-dbgsym_11.22-5.pgdg+1_arm64.deb
Size: 71352
SHA256: 931e93f49bfd2dc3e02b76071af07308bb1ce6594ed6bb05bb98827a8e91d495
SHA1: 1d0715df1a6d8ad8af46929a151bad72372ca681
MD5sum: 38ab0c55ba7a8005a3e819842f596d56
Description: debug symbols for libpgtypes3
Build-Ids: 7e804e92d20f5294bd8e31cfab7d07df62c1dd34
Timestamp: 2024-08-27 20:18:41+00

Package: libpq-dev
Source: postgresql-11
Version: 11.22-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 706
Depends: libpq5 (= 11.22-5.pgdg+1)
Suggests: postgresql-doc-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libpq-dev_11.22-5.pgdg+1_arm64.deb
Size: 166952
SHA256: c36815985c149f026d024165d5514c984e96c3fe03263f3c9fe0a88ef6f8c42f
SHA1: 9f57fb597bbce4ae5d2fef0fa67f14311c520dcf
MD5sum: 54bce3231e89bc84d478b8ee83ac160d
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.
Timestamp: 2024-08-27 20:18:41+00

Package: libpq5
Source: postgresql-11
Version: 11.22-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 784
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpq5_11.22-5.pgdg+1_arm64.deb
Size: 168168
SHA256: 6ab83e1478ff36ea12c4c63bde878464fddfd0d308c53866dc80ec860c118866
SHA1: f34509c2de88c20bb253ee963fea5f4fa35c0004
MD5sum: 5bf08461fbc5d24202057481223bbd54
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.
Timestamp: 2024-08-27 20:18:41+00

Package: libpq5-dbgsym
Source: postgresql-11
Version: 11.22-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 264
Depends: libpq5 (= 11.22-5.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpq5-dbgsym_11.22-5.pgdg+1_arm64.deb
Size: 231760
SHA256: 3c0020e7dc6a35d96b860e5ef2d4fc497871ffd08e7ea65772e30b78fa655b91
SHA1: 1aaee3fa5b8c9e32eababbcc95937229571dcaa0
MD5sum: 4e7a2bd5f3f80fe6af38de5420eeb9e4
Description: debug symbols for libpq5
Build-Ids: ab9e759ffd147d6552c05571f4e72913ac56a111
Timestamp: 2024-08-27 20:18:41+00

Package: postgresql-11
Version: 11.22-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52798
Depends: locales | locales-all, postgresql-client-11, postgresql-common (>= 194~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm15t64, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: postgresql-11-citus (<< 8.0.0.PGDG-2~), postgresql-11-cron (<< 1.1.3-2~), postgresql-11-pgextwlist (<< 1.8-2~), postgresql-11-pglogical (<< 2.2.1-4~), postgresql-11-plsh (<< 1.20171014-3~), postgresql-11-rum (<< 1.3.2-4~), postgresql-11-wal2json (<< 1.0-5~)
Provides: postgresql-11-jit-llvm (= 15), postgresql-contrib-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-11_11.22-5.pgdg+1_arm64.deb
Size: 15541968
SHA256: ed89f391797f81339b9d849f9b980288c2d45c119d2051a82d3a169428fd820e
SHA1: cf4299a074a04325aa8249f72cc28da2322edc7c
MD5sum: 5d04c5dee8a46da0f71037d3bd576285
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 11.
Postgresql-Catversion: 201809051
Timestamp: 2024-08-27 20:18:39+00

Package: postgresql-11-dbgsym
Source: postgresql-11
Version: 11.22-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15403
Depends: postgresql-11 (= 11.22-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-11-dbgsym_11.22-5.pgdg+1_arm64.deb
Size: 13859048
SHA256: 99ef0bf452165ace26ede673d2c38e86983efed7e56bd0b81e41ace2e03993d8
SHA1: 83eb1beacb66a9c246672fdb2f1f4ecebca30d04
MD5sum: 038d9b40fa6bdea176dc9d2cf3e09fde
Description: debug symbols for postgresql-11
Build-Ids: 01050b4abe49bab703150334829927d05b1d0eb3 011be332cfda2503f372e19a5b73f6ccc76568a8 079988e64b3ca878f880cf0551c5a24e35b33dfd 1233964a2690a5d62d3579c903a66725c0b2acdc 13e1ffd495fff7ca64984e5f79439f772325d973 1509c82c470d2c76f85c882e3212cdd9503e23c8 156c55e63e98ae0218997312794da6033a530a36 15d38caab56f25491dd3d1aedbc3f7afd92d0763 18451559bcf61ea01052edffd814dbb4c3fc572f 18a5a308f4c0ba6981688529fff023ca979efaff 1ecb373af86b325a4a587e56cda01182c79f4d87 20a605d061772cec97540e7a3868b640e356f73b 22b688c1ef1729a3c2cf99cade95a9891b902431 25c64a2a0cf2baa2db984ed4349a4c00d152d4bc 25fef100404a7d364967aa8cecf21558eb78aed8 26326c42bcbc4ec87b65118bef159f4d91907b89 28336d6adea4e41acfc65751ef5d9bb41d90ffcd 28b616bdae36678e4195d2b2af65b2e8ff880304 2c3e5efa9d4b2a48073c246b48f0d36e12874b4e 33cd404d3feafe3ea0b119049cb1225154de1fa9 36c89cb3d0f6d14c6373e149934833ed8b589897 386a5f3ca85e9803bcccfa7d763eaff79a928a9f 3908632916410f00cb0fbd2a5c497508e73ded85 39877a7f000413164af6d785c12630fdd82335d0 3c949b0ceaebe35aaf8bb778af01fe4fcbd7cd60 3ce0fb95d3688c5fde3f79c31428b5993a41a761 3fa4e712bed668124f37ee3436af4df8ef7dd15d 48cccbede1b3d7178906d6c4f47bacc74932e95d 4c9cf4088f2d267f5362f4de2b2d00ec575cb37b 4d44515f1a312bbf6ebd9b2eb777ca2db6d25f1a 50375289f5740a5de3f7428312cebebc63ed7b6a 51b8332d6cef3cf67e68664072d7a3bf0deb7086 5401103bd40f5a9fb80f81ee9a73ad910d0252b0 54b8872fcfd3e5815a356d7286f279a9a2c9a3c1 5678421bd7a9cfa3bf41d3ab695a97757acc8697 56c277a8929af508dd0ad0449f44aebf896f19c6 56cd1088e2f5083ddf3c17fcb28ca0e4d07dab12 571ab1c59e079ff1574bc112cb429ac01c98f606 5a2f86d9d3fe02d96f029fd6a0513d1e6aa42350 5a73b8e2a4440f63a9f5bc8db8df67902704c564 60b03772d92392ad7ae24cc8c90d281d7693d705 674864624ed92211a6d27a6b1d3be3f9073c8d44 6a062b7a7c623c6d3fefd256e44c0e32fa9a3dfd 6a29613cc3845e4e2ccc7703242b903501b9721a 6e050b31caeaa0b59fd1c57df2d766c4a9f35327 73dcfc50915546e510f8dd9e728c3f228c20137b 7497de4e1bfc56be27dce9d8b10c22cdb3f60491 764b0fa94baf634629b1cd67f8069c0f273e8dd0 7753cc175e96e11eb8f48d5dd821463d8fe87fd0 7b1c145009124ec9c339dfe245f2024345feb972 7b3364bd8bb957d13c91617bf84cb5147759b278 7bfa61c3c3b6d99230683f6c1401c2631ca94d63 7d1b85955c9e785e9cfb311b39542d6f51c6950e 800dae5e398f333f9515888ae32954220fa05291 8277b048d7ef236c50d0966396375255d7dcbd20 8706a46f5b6322b079aec9d24272e5d2590836c9 8fcb84ffd27bc7ec0d28427f84d8410028e33678 8fdca7c752a85dba0ba9ba14719e398e64e8060f 9172bc0002d7a68fa1f37b8722e9acf676518852 91b7d1ce44ae329c652b14bb1400bd0d3dc94a30 91c7830344661d97ddd6f81e67e1977ffd648b2f 97aff2d9f80bd7f9403219928a27dd0393a0e876 97be735ec7fef4f2f4f77b902267cb2b5f74f420 98e772301343c7aef9ae9c356e7b6a136e8206b0 99265c4a39c20e71ae8f2a7cab0f13bec61d836c 99748b591e6598d761677776d501a9c98e361997 9fe2ae510ddea3bd5d305ebf61484b809c37e295 a438068661fb43c3f7b25fb0686156e412c7d307 a685f0e6a689c96be7af1c40e05b8ff3a9a5c232 abf41ea87a0d9704d7043ade8ff25bdc2d9c5a0a ae4a94339dd6bf07caa41ffc14beab294a6b1518 af245683ccd1ccf830844c65ab3f9a8861735086 b0fe4d80c0c9e876ec3aaf1c85e399f97d9b570a b6d47b3b2256f73f96229118eea48f9973ed66cb b7038721d37807b240f48c39514ef1c54fa073e2 b76e6fe77d6efb5cc6e2104d1c1bb5d8b7db68da bac2c3d10747572dbd500cab235921ba7e33d50d bac96c135cb4350e05784fee49e0c87caeb3ec57 cbfe41e152bdbc3f5abfc14bab886eafb8fad871 d06998679478e7153a3d296c7e5ad3ef0e6bcf92 d27bc6775d895192dbbd1d4bc3b2b0efd6451a59 d91921bf891a17c675aaa5ea2f95a38092de22d7 df94d052ab18e16d437cbd8aff2e80c0fc261ca2 dfbef54dd21d3b3b1722d83b539452865d843db6 e3e2e6623bed6d14155b3ab9f9604c261cd4ce6f e6133413241cff14c11ec31d7fa9d9dd8e48b9cc ecc7dd376e9325b1f61d500c88e9a7734dbf8fa0 ed9ce3c3bd9a4fb2a599b7291d7d0bbe555a9905 edd14c8f2e9dd7612352f9e0c8d71590f509d204 ef361ea496e59eb7742b9153163435846d0d7c77 f05f86761ffc07c6b1445aed19b1b64d59013b7e f8e6b735be816957ec339bdd538c9157c2b14398 faa69dfb7da15f54728c784233d6fc0551b4c954 fc7d1a7b927b9c246201943813a1d1ba84c73e87 ff1a623641ca9ec764818e6e016ecfe61e1c2aa4
Postgresql-Catversion: 201809051
Timestamp: 2024-08-27 20:18:39+00

Package: postgresql-17-plpgsql-check
Source: plpgsql-check
Version: 2.7.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 870
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check_2.7.8-1.pgdg+1_arm64.deb
Size: 382788
SHA256: c5ac69f7dc4ff748d0bb07fa724b2f42eea59d53fc250a31b20dc99ed64a68e4
SHA1: f2198b6e99040439d5c16eb68a1166d6eccde305
MD5sum: fe4390015184526bd22ecac41100fffd
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-08-27 20:18:39+00

Package: postgresql-17-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 390
Depends: postgresql-17-plpgsql-check (= 2.7.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check-dbgsym_2.7.8-1.pgdg+1_arm64.deb
Size: 354656
SHA256: 1235b516017f388b2d5aacac02660825c3edcbc013cb9d8632f742224d1de469
SHA1: dfa9f56ffc26b5c6487a25dd4e8137fc9b220221
MD5sum: 5fb69e87eba7e51b79d47153e654b688
Description: debug symbols for postgresql-17-plpgsql-check
Build-Ids: fc37a255e14331feb4c395c4eccdce57ca0af897
Timestamp: 2024-08-27 20:18:39+00

Package: postgresql-client-11
Source: postgresql-11
Version: 11.22-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7314
Depends: libpq5 (>= 11.22), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-11, postgresql-doc-11
Conflicts: postgresql-server-dev-11 (<< 11.6-2~)
Replaces: postgresql-server-dev-11
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-client-11_11.22-5.pgdg+1_arm64.deb
Size: 1472784
SHA256: 409d804f01401aa2d1ef074fc177e85aa62c16d0b610febcf6c5dcad91d6723e
SHA1: 8d4801228ada8dec37e7d84e29e5314922d50ddc
MD5sum: a3c17db1e9cd0bf8182564c9f45514a1
Description: front-end programs for PostgreSQL 11
 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 11. If you install
 PostgreSQL 11 on a standalone machine, you need the server package
 postgresql-11, 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.
Timestamp: 2024-08-27 20:18:39+00

Package: postgresql-client-11-dbgsym
Source: postgresql-11
Version: 11.22-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2020
Depends: postgresql-client-11 (= 11.22-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-client-11-dbgsym_11.22-5.pgdg+1_arm64.deb
Size: 1704876
SHA256: a60e9af4578be1de0dcc79fde8a8777058ae1c9efb8c68508cced1d80d1b8651
SHA1: 480b698b331c94083f71fe45ce28951aec2b91e8
MD5sum: 687c645d5c842ba66de2a27eb089ee9c
Description: debug symbols for postgresql-client-11
Build-Ids: 0a4e870e2aeb571cd816241aab17181be32887a2 0e86ce9f50f8886d076438ee517c98612c9af4f8 1ca9d2d89fd2a5e840b10c6d0f9a78f6c741c011 29030defe97feea541d66febfab2e95bf3db6085 41def3dadbd1ac18ff502b20709d27c762cddb18 54fbb4c326e0e56be2e8607d6cfe5b813ee45688 6ae11cb689cc238255b2cf7df85c18b21ef7c344 72cc18fb7c19b9096dfb16f3efffefdd7442c89f 7f6e90892791176087fb307f01f314af247e6671 863efd8497ed10368331cd9459ee954fab1c5be2 a8ebadc7195801df6b7bbeaf6b176cd73fb0f19c d76e1f13381c133572bb50b5f897a6d5b42f1f02 d7ba887e605d9fcfc55386f710fe9b771c04a6e5 dd05a82a54c1319c5581a9d131dcc5dd967843f5 f0bd0c2ca6eb3c4c8ff917e2153d10a859a01041 f5a121a6b6fb78fecbf483f10624f3fcc9aa2c3f f9adf1d6c37fb151b907b4e29d6bf5d63a1708e1
Timestamp: 2024-08-27 20:18:39+00

Package: postgresql-doc-11
Source: postgresql-11
Version: 11.22-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14658
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-11/postgresql-doc-11_11.22-5.pgdg+1_all.deb
Size: 1887900
SHA256: 70c126537c5c357a43d24702fc95a2807b47790487f9f80608a66f5b4923d0e0
SHA1: 8f848065f1c341e8cac13dde2b889ce67028bd38
MD5sum: 449887859159ec6197692572aa87b3b2
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 11. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-08-27 20:18:39+00

Package: postgresql-plperl-11
Source: postgresql-11
Version: 11.22-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 439
Depends: perl, postgresql-11 (= 11.22-5.pgdg+1), libc6 (>= 2.34), libperl5.38t64 (>= 5.38.2)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plperl-11_11.22-5.pgdg+1_arm64.deb
Size: 65544
SHA256: 7966f9022f1b7f7493cb1155eae1b826c258645f725bd646ef3c82768a2afef2
SHA1: 264bfa041b59fe94d00b903cc2de7ad01446a3fa
MD5sum: c9fe8f5a4464834d3e2e90049621d3c2
Description: PL/Perl procedural language for PostgreSQL 11
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Perl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-08-27 20:18:39+00

Package: postgresql-plperl-11-dbgsym
Source: postgresql-11
Version: 11.22-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: postgresql-plperl-11 (= 11.22-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plperl-11-dbgsym_11.22-5.pgdg+1_arm64.deb
Size: 180288
SHA256: 3998cea9c2bb9648e02c2b05b6cb21cf77f148276f83fb98d8f959b4868ec855
SHA1: 10c346b8e55134ab12b39f4d0c9afe052aec0434
MD5sum: 48886af3397d5666d46237b4432eb6a1
Description: debug symbols for postgresql-plperl-11
Build-Ids: 1198d7c113dacfeb2f3c278f7e8f018816cb6303 470aab464ca286ee28e5b94ced3f3d0071b95c90 b463b9c9cd2232c04dee669a6bbc0fc9728a4c69
Timestamp: 2024-08-27 20:18:39+00

Package: postgresql-plpython3-11
Source: postgresql-11
Version: 11.22-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 430
Depends: postgresql-11 (= 11.22-5.pgdg+1), libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11_11.22-5.pgdg+1_arm64.deb
Size: 76684
SHA256: e4c01ca5657312d0a680f60623dd3886772d0b952baf64447c8cdb97f6b87e16
SHA1: d7111a2b725bedec77d0f06001b035535a3fc4aa
MD5sum: 32428b056bd9497429ed1639ab09a8de
Description: PL/Python 3 procedural language for PostgreSQL 11
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Python 3.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-08-27 20:18:39+00

Package: postgresql-plpython3-11-dbgsym
Source: postgresql-11
Version: 11.22-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 228
Depends: postgresql-plpython3-11 (= 11.22-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11-dbgsym_11.22-5.pgdg+1_arm64.deb
Size: 176036
SHA256: c27f8a5634396b9b55fc3bb8318bf850f8109a711422020c840ee040ed722463
SHA1: 73b1fd9780488df18e75d1af36e436ef05bf2b5f
MD5sum: eb462f31e638b1ffaf73a764b00afd0c
Description: debug symbols for postgresql-plpython3-11
Build-Ids: 27e99c5b22dee314f6a251ea1952a1a395022519 5fa4c691812ec39d688c8f39565ce05ade9d6b05 bdf6bfc6a7d5ba20d3a106efd2e93113802a958e de41c7ab7db14ab7fa0ba364b4d21f94f711bdc0
Timestamp: 2024-08-27 20:18:39+00

Package: postgresql-pltcl-11
Source: postgresql-11
Version: 11.22-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-11 (= 11.22-5.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11_11.22-5.pgdg+1_arm64.deb
Size: 41144
SHA256: 497795843ffeee085dca139bbd0865cf9063cf5c687375cf08c507ce56afafdc
SHA1: 4ebd1b7c9244e06025493b0829519d9a755e91be
MD5sum: 2f910541cd432b49f34f0b4df2bb493c
Description: PL/Tcl procedural language for PostgreSQL 11
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Tcl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-08-27 20:18:39+00

Package: postgresql-pltcl-11-dbgsym
Source: postgresql-11
Version: 11.22-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-pltcl-11 (= 11.22-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11-dbgsym_11.22-5.pgdg+1_arm64.deb
Size: 69960
SHA256: 43d788e16f018de4d9fae5eec87b5c73ddea3aee16c437acf3dafa41fadc2ac4
SHA1: 3ccb9cd76725fb8fae06a1a7d0de72895847729f
MD5sum: 182b04617e537259cf61a5c6aad406d3
Description: debug symbols for postgresql-pltcl-11
Build-Ids: 95817625a1295c20ca5056b04020d18afe96ae96
Timestamp: 2024-08-27 20:18:39+00

Package: postgresql-server-dev-11
Source: postgresql-11
Version: 11.22-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5074
Depends: clang-15, libpq-dev (>= 11~~), llvm-15-dev, postgresql-client-11 (= 11.22-5.pgdg+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-11/postgresql-server-dev-11_11.22-5.pgdg+1_arm64.deb
Size: 930428
SHA256: 8e8b0c945054137263d167a998d9b750dba218225504157d21a4d87d630e3a14
SHA1: f6aecae06643f3498d63780e7ffa2c6244013a4c
MD5sum: b9255b9dc5db2463223c9c8a44a31b32
Description: development files for PostgreSQL 11 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.
Timestamp: 2024-08-27 20:18:39+00

Package: pgxnclient
Version: 1.3.2-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 160
Depends: ca-certificates, python3-pkg-resources, python3-six, python3:any
Homepage: https://pgxn.github.io/pgxnclient/
Priority: optional
Section: database
Filename: pool/main/p/pgxnclient/pgxnclient_1.3.2-4.pgdg+1_all.deb
Size: 32972
SHA256: c73a04c53395adb2b8df1a32e34fa9ef06ba09081affb88542970150b7a2829c
SHA1: 37fd3724d45db1e80f49bd54bd200c534976531a
MD5sum: 62bf59410748412d8bf1623d863aeb31
Description: command line client for the PostgreSQL Extension Network
 The PGXN Client is a command line tool designed to interact with the
 PostgreSQL Extension Network at https://pgxn.org/ allowing searching,
 compiling, installing, and removing extensions in PostgreSQL databases.
Timestamp: 2024-08-31 13:13:30+00

Package: postgresql-12-pg-hint-plan
Source: pg-hint-plan-12
Version: 1.3.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 398
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/ossc-db/pg_hint_plan
Priority: optional
Section: database
Filename: pool/main/p/pg-hint-plan-12/postgresql-12-pg-hint-plan_1.3.10-1.pgdg+1_arm64.deb
Size: 136012
SHA256: 34f56d5dfc2fa5bd4afa439cc37abafd4345674ab91b44bf06f1d7a6b5f51d5e
SHA1: a56ce6b8f2b872ca365382b82424515c027cdd30
MD5sum: 84978f34bfbe253c04b65e9a4b68c8dd
Description: support for optimizer hints in PostgreSQL
 PostgreSQL uses a cost-based optimizer that uses data statistics, not static
 rules. The planner (optimizer) estimates costs of each possible execution
 plans for a SQL statement, then executes the plan with the lowest cost. The
 planner does its best to select the best execution plan, but it is far from
 perfect, since it may not count some data properties, like correlation between
 columns.
 .
 pg_hint_plan makes it possible to tweak PostgreSQL execution plans using
 so-called "hints" in SQL comments, like /*+ SeqScan(a) */.
Timestamp: 2024-08-31 13:13:30+00

Package: postgresql-12-pg-hint-plan-dbgsym
Source: pg-hint-plan-12
Version: 1.3.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-12-pg-hint-plan (= 1.3.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-hint-plan-12/postgresql-12-pg-hint-plan-dbgsym_1.3.10-1.pgdg+1_arm64.deb
Size: 120164
SHA256: 13ad00f3edc063906acefabcf88dd6802b9ef892864913381a2b6c7864ba081e
SHA1: fa80c017331fd3d2e4eae5fb7c997689bbb452c9
MD5sum: 77e288138db4c145c24db21dc473d2f6
Description: debug symbols for postgresql-12-pg-hint-plan
Build-Ids: 5a0905c27ca33086b88b84d95331d762bfb3c325
Timestamp: 2024-08-31 13:13:30+00

Package: postgresql-13-pg-hint-plan
Source: pg-hint-plan-13
Version: 1.3.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 404
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/ossc-db/pg_hint_plan
Priority: optional
Section: database
Filename: pool/main/p/pg-hint-plan-13/postgresql-13-pg-hint-plan_1.3.10-1.pgdg+1_arm64.deb
Size: 140872
SHA256: 9bb689aa21b7ee35dec0a49ca2c26ea80ca8312022b55b6fb6afb9cc3d847c5b
SHA1: 86321ba525d6a2083b0ee50268498664ecad4da1
MD5sum: c0361e9fe8de86284d62a53579dda8ea
Description: support for optimizer hints in PostgreSQL
 PostgreSQL uses a cost-based optimizer that uses data statistics, not static
 rules. The planner (optimizer) estimates costs of each possible execution
 plans for a SQL statement, then executes the plan with the lowest cost. The
 planner does its best to select the best execution plan, but it is far from
 perfect, since it may not count some data properties, like correlation between
 columns.
 .
 pg_hint_plan makes it possible to tweak PostgreSQL execution plans using
 so-called "hints" in SQL comments, like /*+ SeqScan(a) */.
Timestamp: 2024-08-31 13:13:30+00

Package: postgresql-13-pg-hint-plan-dbgsym
Source: pg-hint-plan-13
Version: 1.3.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-13-pg-hint-plan (= 1.3.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-hint-plan-13/postgresql-13-pg-hint-plan-dbgsym_1.3.10-1.pgdg+1_arm64.deb
Size: 129976
SHA256: b7d19379072508a4543f4f71287f34f65d28d89f401e28c132a5243426cb2680
SHA1: 24736ca456b5220d6b257a1de157efb1ae359ec4
MD5sum: cd84b66ea918dd362a45cf6f5332eb11
Description: debug symbols for postgresql-13-pg-hint-plan
Build-Ids: 3080e57e5ea438214c722c14d195b09670cedd48
Timestamp: 2024-08-31 13:13:30+00

Package: postgresql-14-pg-hint-plan
Source: pg-hint-plan-14
Version: 1.4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 325
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/ossc-db/pg_hint_plan
Priority: optional
Section: database
Filename: pool/main/p/pg-hint-plan-14/postgresql-14-pg-hint-plan_1.4.3-1.pgdg+1_arm64.deb
Size: 124268
SHA256: c489dc118b4819a2d6244e382336deb008a2e9ac5c084ae06c16ee05cef9372c
SHA1: e510d54dfa19311439592ecfea41963ccaffb47d
MD5sum: 39a1109860511ab9e77bd90722e81f8a
Description: support for optimizer hints in PostgreSQL
 PostgreSQL uses a cost-based optimizer that uses data statistics, not static
 rules. The planner (optimizer) estimates costs of each possible execution
 plans for a SQL statement, then executes the plan with the lowest cost. The
 planner does its best to select the best execution plan, but it is far from
 perfect, since it may not count some data properties, like correlation between
 columns.
 .
 pg_hint_plan makes it possible to tweak PostgreSQL execution plans using
 so-called "hints" in SQL comments, like /*+ SeqScan(a) */.
Timestamp: 2024-08-31 13:13:30+00

Package: postgresql-14-pg-hint-plan-dbgsym
Source: pg-hint-plan-14
Version: 1.4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-14-pg-hint-plan (= 1.4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-hint-plan-14/postgresql-14-pg-hint-plan-dbgsym_1.4.3-1.pgdg+1_arm64.deb
Size: 125108
SHA256: a8a96ee98b95586d0b08a29f0ffc058a2d9f7b9aba51bb4acd930231cc62044c
SHA1: 32ef0e3437495f3a58cc0dd92839bad79f6cd80d
MD5sum: 00cdb02cf5d2d831a8115aad459f2fee
Description: debug symbols for postgresql-14-pg-hint-plan
Build-Ids: 3f4fc38c8b72301667a620314ffbc410134bf5d1
Timestamp: 2024-08-31 13:13:30+00

Package: postgresql-15-pg-hint-plan
Source: pg-hint-plan-15
Version: 1.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 329
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/ossc-db/pg_hint_plan
Priority: optional
Section: database
Filename: pool/main/p/pg-hint-plan-15/postgresql-15-pg-hint-plan_1.5.2-1.pgdg+1_arm64.deb
Size: 124652
SHA256: a68614d9a87e8ccfe4864247b045f9f855a95c86d61ff433e5efd4959af9958d
SHA1: 6bd77942e87c75c957380b950b9571a77b45abc2
MD5sum: cd8c7f04428388d4ff84749c3c56081a
Description: support for optimizer hints in PostgreSQL
 PostgreSQL uses a cost-based optimizer that uses data statistics, not static
 rules. The planner (optimizer) estimates costs of each possible execution
 plans for a SQL statement, then executes the plan with the lowest cost. The
 planner does its best to select the best execution plan, but it is far from
 perfect, since it may not count some data properties, like correlation between
 columns.
 .
 pg_hint_plan makes it possible to tweak PostgreSQL execution plans using
 so-called "hints" in SQL comments, like /*+ SeqScan(a) */.
Timestamp: 2024-08-31 13:13:30+00

Package: postgresql-15-pg-hint-plan-dbgsym
Source: pg-hint-plan-15
Version: 1.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-15-pg-hint-plan (= 1.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-hint-plan-15/postgresql-15-pg-hint-plan-dbgsym_1.5.2-1.pgdg+1_arm64.deb
Size: 125708
SHA256: f5125438eb38e153de20d45c60ca9fbf13d772e128a7da5bbc54eff88337a376
SHA1: 09850626c071572dfb76312687df3a2ed0f05351
MD5sum: 622491af6e40deb11bb25b2dfbd6f649
Description: debug symbols for postgresql-15-pg-hint-plan
Build-Ids: 95389a0690491e97dcd0654faa8f00de30eae5bd
Timestamp: 2024-08-31 13:13:30+00

Package: postgresql-16-pg-hint-plan
Source: pg-hint-plan-16
Version: 1.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 331
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/ossc-db/pg_hint_plan
Priority: optional
Section: database
Filename: pool/main/p/pg-hint-plan-16/postgresql-16-pg-hint-plan_1.6.1-1.pgdg+1_arm64.deb
Size: 125092
SHA256: 75354f8de93d28c201ec3f46d61a7742aea629392eb85871c0757d19054ecd0f
SHA1: 413c5eafc84cd4152c71cc56ddc2aa58e3be1c3b
MD5sum: 10cbb93b2e856485c25dcff53ad87da4
Description: support for optimizer hints in PostgreSQL
 PostgreSQL uses a cost-based optimizer that uses data statistics, not static
 rules. The planner (optimizer) estimates costs of each possible execution
 plans for a SQL statement, then executes the plan with the lowest cost. The
 planner does its best to select the best execution plan, but it is far from
 perfect, since it may not count some data properties, like correlation between
 columns.
 .
 pg_hint_plan makes it possible to tweak PostgreSQL execution plans using
 so-called "hints" in SQL comments, like /*+ SeqScan(a) */.
Timestamp: 2024-08-31 13:13:30+00

Package: postgresql-16-pg-hint-plan-dbgsym
Source: pg-hint-plan-16
Version: 1.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 147
Depends: postgresql-16-pg-hint-plan (= 1.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-hint-plan-16/postgresql-16-pg-hint-plan-dbgsym_1.6.1-1.pgdg+1_arm64.deb
Size: 127492
SHA256: 0d5a15d5278814b49653c24b2c9ae420b552cd278cf93e8478b9be28d3d639f8
SHA1: c506a4b14c6db22b0de43bdf12b5713b8fdf720e
MD5sum: accf053ca547fcb7993560debadfc522
Description: debug symbols for postgresql-16-pg-hint-plan
Build-Ids: 72970a456d5d7f19f0b29a0d4a0da154a1cacb65
Timestamp: 2024-08-31 13:13:30+00

Package: libecpg-compat3
Source: postgresql-17
Version: 17~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libecpg-compat3_17~rc1-1.pgdg+1_arm64.deb
Size: 12260
SHA256: 01370b5045efec33cb3dd93a3a57376cf61dd4822522b35be51e069efa81c9bf
SHA1: c77d05adddfffd2eaaf4dafff9a06bace962dbd2
MD5sum: d30da249f2d59c4b64a28a40757a4dc3
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.
Timestamp: 2024-09-05 12:46:51+00

Package: libecpg-compat3-dbgsym
Source: postgresql-17
Version: 17~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 17~rc1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libecpg-compat3-dbgsym_17~rc1-1.pgdg+1_arm64.deb
Size: 16980
SHA256: 997a9690afec6b6c7377bff842e7bdc838ea45832d9b87cca6937953630c63ac
SHA1: 6ba6466fdb7ac52a4f4a0641b8a35202a0f2260b
MD5sum: 5fc172569d245b0e6b495b8fe4af6ea0
Description: debug symbols for libecpg-compat3
Build-Ids: 85e91a90d85a22287857cc752be96cf71bb30320
Timestamp: 2024-09-05 12:46:51+00

Package: libecpg-dev
Source: postgresql-17
Version: 17~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1696
Depends: libecpg-compat3 (= 17~rc1-1.pgdg+1), libecpg6 (= 17~rc1-1.pgdg+1), libpgtypes3 (= 17~rc1-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libdevel
Filename: pool/17/p/postgresql-17/libecpg-dev_17~rc1-1.pgdg+1_arm64.deb
Size: 280896
SHA256: 76def8f5b7e693167895f5e8e39483bd11f588232d5c537c5edc9310a43f1061
SHA1: ae7c5f318078d8570fe3d8aa6f7f9e2afd9e8488
MD5sum: 89dc7968b1211d2a4cdc04f26de17598
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).
Timestamp: 2024-09-05 12:46:51+00

Package: libecpg-dev-dbgsym
Source: postgresql-17
Version: 17~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 314
Depends: libecpg-dev (= 17~rc1-1.pgdg+1)
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libecpg-dev-dbgsym_17~rc1-1.pgdg+1_arm64.deb
Size: 268784
SHA256: f7d16d047d4cb73eba580861faa58da5c30a125c3aa4f3abb2f7402ddf915f0b
SHA1: aca5d8cc910d32104ed77fe8a631045eebe9f664
MD5sum: a4d5f46cdb1de11d547c6e016ee07f8c
Description: debug symbols for libecpg-dev
Build-Ids: 27d2189c11db7b9e6abe4b8022bf9de7d635a044
Timestamp: 2024-09-05 12:46:51+00

Package: libecpg6
Source: postgresql-17
Version: 17~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 273
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libecpg6_17~rc1-1.pgdg+1_arm64.deb
Size: 54992
SHA256: 90ad90c3cd1cace0223d5d45d53538f20af3173901c18fe2fc96c23a246ee292
SHA1: 6d2b79cca65ba4463fefaa5c13a8da642954c48f
MD5sum: cbeee6583095cf46246337dd74ee1894
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.
Timestamp: 2024-09-05 12:46:51+00

Package: libecpg6-dbgsym
Source: postgresql-17
Version: 17~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: libecpg6 (= 17~rc1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libecpg6-dbgsym_17~rc1-1.pgdg+1_arm64.deb
Size: 114856
SHA256: 5615b6dee1608c1d2019061ef498edc0f2e4fa295d9412cae402c6171575e465
SHA1: 47289d5f143ecb45625f71fbbf0a794e7336b2d6
MD5sum: f92986a69ea649d636223c95543fc73a
Description: debug symbols for libecpg6
Build-Ids: 7b95b143eadebe9a8b7bb82c3c6709158e17922d
Timestamp: 2024-09-05 12:46:51+00

Package: libpgtypes3
Source: postgresql-17
Version: 17~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libpgtypes3_17~rc1-1.pgdg+1_arm64.deb
Size: 38908
SHA256: f60dca7d1256615de3bcc46d3042cb1f8f16e03eef19b83f66a8a46c4a7cae80
SHA1: 311c9c4610f8b71365ae9d86a1e5f38e0f3e78d2
MD5sum: 2fbcdce7993fd292270695e4aca95fbf
Description: shared library libpgtypes for PostgreSQL 17
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-09-05 12:46:51+00

Package: libpgtypes3-dbgsym
Source: postgresql-17
Version: 17~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 17~rc1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libpgtypes3-dbgsym_17~rc1-1.pgdg+1_arm64.deb
Size: 89796
SHA256: b8f587ec7028b6ad01ee52194857b4a8b4fee26faea1390514275f10b8ae20fc
SHA1: 4adebcc89f8333392d10e05393e5c4f4c750fe93
MD5sum: c21a6ac95d67cb098ed89fb4fc5cc089
Description: debug symbols for libpgtypes3
Build-Ids: 0a41f5bd5bc9035adf1078b1883b5a7e83db79fe
Timestamp: 2024-09-05 12:46:51+00

Package: libpq-dev
Source: postgresql-17
Version: 17~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 613
Depends: libpq5 (= 17~rc1-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libdevel
Filename: pool/17/p/postgresql-17/libpq-dev_17~rc1-1.pgdg+1_arm64.deb
Size: 143984
SHA256: 89b85465d54a53a62a0ffc06a9a7ef99231320f92e8b5fec4a0c6e6fc6e3527b
SHA1: 5d3dc77bc3b59d7d92e5a7709d23c786fc0b8b04
MD5sum: 11f0ee63e7db7bc75abab88324bedd97
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.
Timestamp: 2024-09-05 12:46:51+00

Package: libpq5
Source: postgresql-17
Version: 17~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1100
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libpq5_17~rc1-1.pgdg+1_arm64.deb
Size: 214760
SHA256: e7e66126d55e07d3af86cb827e3fc7c48e652131aebb311c91e7ff11906ffc55
SHA1: 8ab5ecd5f1669ed285c60856848064298248ad02
MD5sum: 768bab25ed6e69644a48819163448e51
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.
Timestamp: 2024-09-05 12:46:51+00

Package: libpq5-dbgsym
Source: postgresql-17
Version: 17~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 335
Depends: libpq5 (= 17~rc1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libpq5-dbgsym_17~rc1-1.pgdg+1_arm64.deb
Size: 297392
SHA256: af868eeb39023ae755f270ca5e44c7da2a51788d1bec46077492941534f48d9e
SHA1: 61c8d719358431d45003667575d65bb9a0fbdef6
MD5sum: fcc9a031867054f130af56334627c551
Description: debug symbols for libpq5
Build-Ids: ea6b396eced27f979e102b35aed8efe70685f0e9
Timestamp: 2024-09-05 12:46:51+00

Package: postgresql-17
Version: 17~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66310
Depends: locales | locales-all, postgresql-client-17, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm16t64, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 17~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-17-jit-llvm (= 16), postgresql-contrib-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/database
Filename: pool/17/p/postgresql-17/postgresql-17_17~rc1-1.pgdg+1_arm64.deb
Size: 19269744
SHA256: 36ab27fd4e5944deeb709e53ac0de90b08cdc565d7c89151dcb34e9710566c5b
SHA1: b4094131f89b70c52c05b8aa5575d952758cee73
MD5sum: 5ae19bcae6852d458abdf4f54b4ad5cb
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 17.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202406281-1700
Timestamp: 2024-09-05 12:46:51+00

Package: postgresql-17-dbgsym
Source: postgresql-17
Version: 17~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21810
Depends: postgresql-17 (= 17~rc1-1.pgdg+1)
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/postgresql-17-dbgsym_17~rc1-1.pgdg+1_arm64.deb
Size: 19898592
SHA256: 57f661f643c24df66850df72b623c4e331a7da4e968994c485401d35dd2989b6
SHA1: 074ec13a58f9b52a60286552c2fff935b841b728
MD5sum: a2fc39cdd0857c68cca3d4c9fd572c97
Description: debug symbols for postgresql-17
Build-Ids: 009ae9e959923c0de529bbc49e401f982a87f0d8 0340c0400596da9e790958f445c9b08a08319cd3 0485a354be8d8dfe2e82ad2dac51895624356265 06f64929181a007c51f8102668159c1c54679b58 0acd1e8c9abed190760a8e27458546bd15e7901b 0bab5b64b6485ef43324505048af8114d5ed0d9a 1146e3543db433a5c7e6bfcf1d2dd7d4d3cfa957 14434e08aa894efecd5d821abcdb382d0748c436 14e2a792bfbaea1fc4f12641b12ffceab7d323e3 15634116d79f831c80345b6573f363ebede3450a 15b727814af74a530fb19244dc626fa9529650ed 19bd4a889c89ae4f983d3fa4f1179b27d00e5596 1c8f91792f3d26b880ae7ebaeb9715f7d7c73bbe 1f5a5f697323402f7dea5dda4aa1219f152e635a 2496b3b958be898eb00bed721bcb51e370c33ce6 2605a66255f9c66928aa88b06ff42f81957391f3 2b3209b1b5b391390e1ac46f731b933b134f3414 35c3bd5706683033502044df1620a32a883e3d63 3727069d6429e002f9c1779f5e0a1267049b929b 388a042fccf37ea7e80b95c77f49ac5691800586 3c6ee80eb9150bf2e4ac61ebdd08f0bfdd17a4f5 3f4220a599024edf80087cdca0bd4782b65ae9fb 41192fa231b4badac90f89fc9f1c79a81a76ad9b 4652dae44cd268bb8f88ddab58f01022f431a699 4730bdcb3fd2e8d7b6c7f00e0418da0f6ee23e3c 47afb593329ad74b3ec049e7b2790a0af6fff70a 48838b6de7ab08c833c7cda0fefe126068ace04d 4eed54b5847509615e0f0184cec875d246119922 5126115f7fb2e34675e71fa2a58f15b5b1282614 515e5f70dc8a19bbc9f007e7c1dddd48d2ee1f41 5a021d9f2aced438234736bbbce9a00864923dad 5b0afecd5f785636d7023460e48562a1aae43d6a 5b28cdcb7d0e5805e5a31951284bffc3193278b9 5b7bccf3ef68395e24fffe76e8eb38f83782e12d 5e8b551e216eaa946ab3d1fee75cf2d03ece1c6a 6204c09c0ca3edc320633b6c08cfc32cea2ba3f0 6737d70a2a12e2171f736e87035650fb62c823d1 6b2d2d50f92a0d1d2dd9a69ef1bdcac21f1d90cb 70076c92500bb61d2c63c2acae41ff4454e33ac4 71f0e21593722c7aaa92cf677071bf7e869760d4 7439273aacf2b1057314d9d318f9f723e5dec280 75d7cc0e1d6e2b333ec3dfd05e04ca78c0153407 7a5430497c8dc07598c0dc81c439398e5ff0cd3e 7a5944f3b112a8be2c344d8597dd741b58a65d48 7b564f40dd8c8883ddfe9571d1bcfab2dc9c1030 7d7937958c034ad906231f8d6d45b79dd6ed30ec 7e67255b8518e7532924730d69e3cb4ee8deb600 7f0b5dfc2c498d0333b8df6c081fd5f0e77a236a 808a96c72664e32ecf87ffa1bbcc50ed6cee841a 83cace712caa63772cfa7b1c47a34ed62f90831f 880c3e919a42af46f8532f9305d112b36901102d 884547cbed22ac9323689ad6bc2a4445f2eae684 8bd9b956337930154f4f0ff496b51797f16eadb7 93d81fcf2f60b0da923eec2ca885f0e9591572b1 958dd93b08bbd77743a70600b448cbb798a6d262 9656043cb816282f2495f07b0bf992ee56f0e20a 96ddcebf839410764f9a269e1eebc207b3903230 97302f45c8f299c669b7f5960f4723003c943b96 986b089a9a37b2c898e70652949b7a0e2d54c13a 9b36f52b3a94f6fa670729b27462b202482ccd11 9b55d14a4c10ecf65bc7a5599a66c0317e54e407 a542900f6ee75f33ddabc01de185d5c64355e34a a5a4dc7ba7a37f0ab3876c18fa6d15acc26d8bcb a743f2295a6599389c971749d74dcc41a77c9b83 a88f151b36935604ea545c21893418a364013881 a950f1418cfd7d2b723b6accbdb6105a4ea37ec7 a965f8684ed78909f1206b2823a49c66079ef31a ab6e1d196848720649b8e4715a55927ea631bb93 ac3bb9df9d991dc55923ad91cd1fcd3af9d49be9 b2889992ff5c3ce3ae1beb267e717d493163cc1c b756a4e11e2bbad6318f7f58715095ab8572dc0b b9125a7b19ef8a6ead85a8d798e133964cce628b bbd1dff92d24ea760568b23c37bb9b7c20ce2d05 bf5e8044d6d7d460bcb422ece9b84c009ad5dda5 c386e30ce1f8bfb5b74ce95bfea087753d2df738 c58b02dad604e5661ba4a5f8a93303ecf09f1cb4 c8528605ce8de9770da255f9a85bbca9badf8af0 c9b4981628e8ad00e33731d50647a34d1cb9ef81 c9eba5313f1269016f462aa9976e48efd258be16 ca0ba2f09eb1338d6b232aa491200619160d7571 ce4ef7ae3ed886f674b71cebcae824329cc25c8d d501680321945c2c83487557063f2ee5809680e5 d547f8f8985e54566c69e86bf5e35585a09ffbdb da2864109da3021f048bd6d24bcdcbcc7999c38e da405f9f3d7308fb5fa0654922b823e4cbacdd1e da71c7f9b39195aba7e5254b226bf3bec0225fba dc42759ad5a2b877ac7da96611b7707ed89195d3 e0ba09323112056a1ee64db3bff62b5f50686568 e424d808dda43b8d6c89908aec082389cbb6b159 e7bddab72ac3eb346bed87671eeea6a3a502f557 eb4ec5cd7fefbbbc2484978c42116cb127310a5a ef427ce70d620fc5c870a7840e58646f560c3218 f867c954451fdc5812f9bacbba5af79ff3012c67 f87e2de7adaf182d0aad97eac328cad00d6de434 f8faaa9032c1f954d6e59b399480f467398db78a fea53ff205aaec9dfb7cec50345b0eacace59ad3
Postgresql-Catversion: 202406281-1700
Timestamp: 2024-09-05 12:46:51+00

Package: postgresql-client-17
Source: postgresql-17
Version: 17~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10750
Depends: libpq5 (>= 17~rc1), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-17, postgresql-doc-17
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/database
Filename: pool/17/p/postgresql-17/postgresql-client-17_17~rc1-1.pgdg+1_arm64.deb
Size: 1955404
SHA256: 12963000789d8693b9bf8438ebaca7e6e7e714db3c2ca8c64e115b39ef9a1e20
SHA1: 47bce108467ad1d28bcf090365e072aa64f973ce
MD5sum: 02edb9f3888061ec1deddf8635f11504
Description: front-end programs for PostgreSQL 17
 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 17. If you install
 PostgreSQL 17 on a standalone machine, you need the server package
 postgresql-17, 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.
Timestamp: 2024-09-05 12:46:51+00

Package: postgresql-client-17-dbgsym
Source: postgresql-17
Version: 17~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3335
Depends: postgresql-client-17 (= 17~rc1-1.pgdg+1)
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/postgresql-client-17-dbgsym_17~rc1-1.pgdg+1_arm64.deb
Size: 2827812
SHA256: d9d2627cb3db1e57e9940af76248130f0f14d1e748f5282f7514479c36826969
SHA1: 145f2f625f7dc1a491377de0313a79a9eaddc3b7
MD5sum: 42a6754bcbe04317f8548aa96c2e0934
Description: debug symbols for postgresql-client-17
Build-Ids: 160f655fb3dddee4caa410d473554048e6529289 1f87343576b45e98f43a94ca3f125e91732ebc6e 1fe4b9d3fc7cac0f76b4c91c35ccc2e8c5f0ee2a 22dea29cfb9f855dfb1bd3dc812a5cdf05600e17 245bcb5c833f7c255390b5b5a2e9b965808d2ca2 380618c71879fa330b5200e9cf7b347d460cb30a 3f65e76f8e09263bda2506a75bba9e2d0da14a0a 49e8f431b2ae4346693db5779f390293aa77ab55 50e5ae622a894e92e5562676e53f84da9ea2abc6 55f406bc1dbbb9a7d5a8a1129dcb32454a44f5da 6f6b73f8f0ffd5efb993ebc4d23c74408449ef16 7584f7449bb42675ba49900fea999356707a0c3b 75baa703b54eeba4e474de7a0af8fda1dee1e7e5 7a752fe0d42a2c95e2ddcf1e9bdc8fcc2c588c08 810e10ca49062017b703542af7a5e97a9811c37c a067727498adb46eabfc8b531900bf866eeb469a a15c14e3c189110221851dea80faa4b67a50819b ba8aade5f2bdbed0154ae8dec4bae96eedf331d7 c8302022ff70cb8915064aa89e98579e74ead5d9 da2d10615ca9e9cded7abe306feaee79a488abd2 e1319f42280a7729ad61ae11bdd589b3f1860a9e f5e6ed2aadb3f691726e9671625a36e46bc2cae1
Timestamp: 2024-09-05 12:46:51+00

Package: postgresql-doc-17
Source: postgresql-17
Version: 17~rc1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16795
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/doc
Filename: pool/17/p/postgresql-17/postgresql-doc-17_17~rc1-1.pgdg+1_all.deb
Size: 2106836
SHA256: 8271b1586ece79f793f473482fc57afadc7e5c4d389cd08385f3e174f6744fb4
SHA1: ffcb123dbf005a3e94bc38d4ae86086535b6293b
MD5sum: 5beaa6aed91b692dfae0ff9db1450f58
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 17. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-09-05 12:46:51+00

Package: postgresql-plperl-17
Source: postgresql-17
Version: 17~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 583
Depends: perl, postgresql-17 (= 17~rc1-1.pgdg+1), libc6 (>= 2.34), libperl5.38t64 (>= 5.38.2)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/database
Filename: pool/17/p/postgresql-17/postgresql-plperl-17_17~rc1-1.pgdg+1_arm64.deb
Size: 84696
SHA256: abd4743a0e303ac745cda66b950ef25f858e00fc626eac562055ea27df2e5f09
SHA1: 9cfbd8532328580530e0dbd7def46b259096feb6
MD5sum: a6262efd5b4df739a4831477ff1e799f
Description: PL/Perl procedural language for PostgreSQL 17
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Perl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-09-05 12:46:51+00

Package: postgresql-plperl-17-dbgsym
Source: postgresql-17
Version: 17~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 246
Depends: postgresql-plperl-17 (= 17~rc1-1.pgdg+1)
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/postgresql-plperl-17-dbgsym_17~rc1-1.pgdg+1_arm64.deb
Size: 200228
SHA256: 75355ce47c5da69abceb001ecf999b525e3f6a0f8f22bb0a0b95791d36034ee5
SHA1: 8b38bd2faa3b2ac6844b507aa1f7b578a7237f63
MD5sum: 6217b51d17639baa8ae8e703ac4ffe04
Description: debug symbols for postgresql-plperl-17
Build-Ids: 29775a387003859b2c04188e9ec9c90e93168a1c 427abcb48f693f737dfcedef3af129bf655c1a86 576d47ea5c30abe0ad8800fe46e0c1be227c4944 de943fdbd642890d728752dbac52b20527794917
Timestamp: 2024-09-05 12:46:51+00

Package: postgresql-plpython3-17
Source: postgresql-17
Version: 17~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 682
Depends: postgresql-17 (= 17~rc1-1.pgdg+1), libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/database
Filename: pool/17/p/postgresql-17/postgresql-plpython3-17_17~rc1-1.pgdg+1_arm64.deb
Size: 105540
SHA256: 9488cec52b521ae43f57cd2bcf0661735e81f91e4d48354be6f13bcafc6f0fab
SHA1: 1a395a85a1e658f9fe6921839cb23405c903d625
MD5sum: adcb1d55cdd623ea513d21983cdede7b
Description: PL/Python 3 procedural language for PostgreSQL 17
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Python 3.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-09-05 12:46:51+00

Package: postgresql-plpython3-17-dbgsym
Source: postgresql-17
Version: 17~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 241
Depends: postgresql-plpython3-17 (= 17~rc1-1.pgdg+1)
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/postgresql-plpython3-17-dbgsym_17~rc1-1.pgdg+1_arm64.deb
Size: 189732
SHA256: bc96263ceb017faab9763957ffd64e28fa3d909b03bdb9adef496b5adc409427
SHA1: 682fbf8f1819831d084d2b83c2c70dd7f8a65dae
MD5sum: a2b194af70528d3b32f0828d8d23d706
Description: debug symbols for postgresql-plpython3-17
Build-Ids: 2433b5cd4762c1555e9ae5efc669cc6aa31e3f72 3a93fa50c43ad118cea937ca595c509feedfe1f3 6a24a8eb4fa0ee7bad5c3270e8101e26d3bd40a1 6c80193a0e9ea0037021dafbeb1c5a0c78c47b77
Timestamp: 2024-09-05 12:46:51+00

Package: postgresql-pltcl-17
Source: postgresql-17
Version: 17~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: postgresql-17 (= 17~rc1-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/database
Filename: pool/17/p/postgresql-17/postgresql-pltcl-17_17~rc1-1.pgdg+1_arm64.deb
Size: 37012
SHA256: 097cb0578bd98027a7e0089b96855ebdc248c04317ce3f295c11e3e84eda6458
SHA1: c5c0c3bf87047547a863363b5203dc7cb6ca27f4
MD5sum: f9985dee30d11eb41ec4955d48b4f556
Description: PL/Tcl procedural language for PostgreSQL 17
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Tcl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-09-05 12:46:51+00

Package: postgresql-pltcl-17-dbgsym
Source: postgresql-17
Version: 17~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-pltcl-17 (= 17~rc1-1.pgdg+1)
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/postgresql-pltcl-17-dbgsym_17~rc1-1.pgdg+1_arm64.deb
Size: 85152
SHA256: 0b53e3c7971720f6934af628d62521543eada36e46dad0192859d308fe08dba9
SHA1: 36ec93c0641e9eef95caaf36581f2669af3e569c
MD5sum: 01fdf06e454af9a520bc5cdad1f67e4d
Description: debug symbols for postgresql-pltcl-17
Build-Ids: 628f43e796c7243c18e07b478afe58ffeec37145
Timestamp: 2024-09-05 12:46:51+00

Package: postgresql-server-dev-17
Source: postgresql-17
Version: 17~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8336
Depends: clang-16, libpq-dev (>= 17~~), llvm-16-dev, postgresql-client-17, postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libdevel
Filename: pool/17/p/postgresql-17/postgresql-server-dev-17_17~rc1-1.pgdg+1_arm64.deb
Size: 1309752
SHA256: fb25a42984b75ae930605be1c815adf001268afc808f2edbefc26b28ddedc3ec
SHA1: 085aa88c06b9a1ea68961257420aeb2707eeee60
MD5sum: 70520be8ee5e4d98eb57fbe6df83fea2
Description: development files for PostgreSQL 17 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.
Timestamp: 2024-09-05 12:46:51+00

Package: postgresql-server-dev-17-dbgsym
Source: postgresql-17
Version: 17~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-server-dev-17 (= 17~rc1-1.pgdg+1)
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/postgresql-server-dev-17-dbgsym_17~rc1-1.pgdg+1_arm64.deb
Size: 56868
SHA256: 24e71eae177b8f0e4a250b3c7e0429e5c264f667cf13c4d44b427d2d554352b8
SHA1: 43174e93e11f28ccc5e69c1a78ceea7c1b55127c
MD5sum: a150f1c1efc8f40a4dc4474ada719421
Description: debug symbols for postgresql-server-dev-17
Build-Ids: 195116a5b00e22270532cc3950e5e15c5b9512d1
Timestamp: 2024-09-05 12:46:51+00

Package: postgresql-11-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 178
Depends: libc6 (>= 2.34), postgresql-11, postgresql-11-jit-llvm (>= 15), postgresql-11-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile_1.6.2-1.pgdg+1_arm64.deb
Size: 46736
SHA256: 422e9ba0409532a56dd06998eed33aceb8a3814b72ecb9bf1ec09967292c9f87
SHA1: 1f1bcf4a96f4701653ce3f6e2bb356e7195107a2
MD5sum: e97595060dc9e5348cab550adce6f99e
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2024-09-05 12:48:45+00

Package: postgresql-11-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-11-pgauditlogtofile (= 1.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile-dbgsym_1.6.2-1.pgdg+1_arm64.deb
Size: 32636
SHA256: 1b64268c89dda5441ca56bc8f93221ce1d64f91fe003653e57df794b5667926c
SHA1: 926fb9c84d6c30dee9b86777507dbffb9a0f647f
MD5sum: 2ab3087e7d9d21cb21e598bf752e239a
Description: debug symbols for postgresql-11-pgauditlogtofile
Build-Ids: 0a9355493c0e975402046e3ea3bf70fa7b6645ad
Timestamp: 2024-09-05 12:48:45+00

Package: postgresql-12-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: libc6 (>= 2.34), postgresql-12, postgresql-12-jit-llvm (>= 16), postgresql-12-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile_1.6.2-1.pgdg+1_arm64.deb
Size: 45304
SHA256: af9ec2bfdd2de9f78635b8aa2692ad8407078d0dda6dbfda7f2038ae5cb1d0f1
SHA1: c32b508fd82384a54824e85e08d029e74c89f6fc
MD5sum: f041f734f7912cb4c5d5962e94cf2c15
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2024-09-05 12:48:45+00

Package: postgresql-12-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-12-pgauditlogtofile (= 1.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile-dbgsym_1.6.2-1.pgdg+1_arm64.deb
Size: 32832
SHA256: 803b7e2c66d169cad824ff629b37dc865871a95429df93e6b300395724c8094b
SHA1: 1f6df2d5f67d59f770d4d95b411b476a23cbcbdb
MD5sum: a21429784964d128ffedbc616cf2303a
Description: debug symbols for postgresql-12-pgauditlogtofile
Build-Ids: dc3631e000b38b722607955448e2fa5a66882e43
Timestamp: 2024-09-05 12:48:45+00

Package: postgresql-13-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: libc6 (>= 2.34), postgresql-13, postgresql-13-jit-llvm (>= 16), postgresql-13-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile_1.6.2-1.pgdg+1_arm64.deb
Size: 45256
SHA256: e86c1d27b3cd178422b2347c611e66df44f03a3d2482424a8500b7eaa56bf00d
SHA1: 66d9fd862855fc63beb408d39fafc5d6c32ce40a
MD5sum: 26af6a6cf37609a5bc751b25b8d8a10e
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2024-09-05 12:48:45+00

Package: postgresql-13-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-13-pgauditlogtofile (= 1.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile-dbgsym_1.6.2-1.pgdg+1_arm64.deb
Size: 32900
SHA256: 7da7a86c1cdcd2f507ea604f99f2e38a342c476e2080067ffe80e6e92332ca1a
SHA1: 70de9aadc645fa1d06b63ef4ba5af5c688ce45dd
MD5sum: 67920f72b11d25645eb6696c0375bb48
Description: debug symbols for postgresql-13-pgauditlogtofile
Build-Ids: 582295b5bb56b472ae82cb38e189866fdb61ac0f
Timestamp: 2024-09-05 12:48:45+00

Package: postgresql-14-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: libc6 (>= 2.34), postgresql-14, postgresql-14-jit-llvm (>= 16), postgresql-14-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile_1.6.2-1.pgdg+1_arm64.deb
Size: 45380
SHA256: 45cffaf4ead493d0c307b101a7dbcfc77dddfa93dfa9d435769990b7fe362de2
SHA1: 1ad6e62d00a70cbff72a60fa8bb813504cca937c
MD5sum: 05e8e2921f7cb1bfb7937c743d1b9bbb
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2024-09-05 12:48:45+00

Package: postgresql-14-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-14-pgauditlogtofile (= 1.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile-dbgsym_1.6.2-1.pgdg+1_arm64.deb
Size: 33408
SHA256: c4e9056632d7b67298ca00fad5add4df592f3cf44ce159818b6b920f4da5c214
SHA1: e1ed0d0bbef3d32d82d3598fd1d012828b32d2c1
MD5sum: d2c5a490c433bf6703f02d6d6e8a4797
Description: debug symbols for postgresql-14-pgauditlogtofile
Build-Ids: b9ab6c66305f6822a8a9aed6437166365c1e1a26
Timestamp: 2024-09-05 12:48:45+00

Package: postgresql-15-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: libc6 (>= 2.34), postgresql-15, postgresql-15-jit-llvm (>= 16), postgresql-15-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile_1.6.2-1.pgdg+1_arm64.deb
Size: 45676
SHA256: f68d3a2e32825b4a36971107904ee0ff69b50115323543b0df7ad29ee67ff9a1
SHA1: 85aa5cd178fdb157af3e33a360197466cd48c028
MD5sum: 309a9caebe57869c2d3fef90cb6cc6bf
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2024-09-05 12:48:45+00

Package: postgresql-15-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: postgresql-15-pgauditlogtofile (= 1.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile-dbgsym_1.6.2-1.pgdg+1_arm64.deb
Size: 33736
SHA256: 68597cb4e60ab19de583e0f518b68d0f982d7792b4b71ea2776b95baecb5f606
SHA1: 1afb00ee559ad07028b6622b9782a46ff5c865be
MD5sum: c582423b1e10e3d9da29a3d3353c2c71
Description: debug symbols for postgresql-15-pgauditlogtofile
Build-Ids: 2c391a2aff478e3f551cc653890d0d1d496293a4
Timestamp: 2024-09-05 12:48:45+00

Package: postgresql-16-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: libc6 (>= 2.34), postgresql-16, postgresql-16-jit-llvm (>= 16), postgresql-16-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile_1.6.2-1.pgdg+1_arm64.deb
Size: 45084
SHA256: cad978ea61e467c033acd033a457cf59919e5007b87087b4fd5595d01defce4f
SHA1: 1a03216a087abaa07bd2a9d173b3ebf6a25fd435
MD5sum: 43bef94cbd2edb5fca443bc33bb86d50
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2024-09-05 12:48:45+00

Package: postgresql-16-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-16-pgauditlogtofile (= 1.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile-dbgsym_1.6.2-1.pgdg+1_arm64.deb
Size: 34212
SHA256: a7f3217462a9253e19efa2a1c7bede811b32be6b5f994d630e67579760c996b7
SHA1: 8da734e99c6c379667f77e9cfc432454ddba4886
MD5sum: 4576f14f9174ab90e9509ff7364c6b2e
Description: debug symbols for postgresql-16-pgauditlogtofile
Build-Ids: 74694563a187fd231c0601370d2ecfb9bd310749
Timestamp: 2024-09-05 12:48:45+00

Package: postgresql-17-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: libc6 (>= 2.34), postgresql-17, postgresql-17-jit-llvm (>= 16), postgresql-17-pgaudit
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-17-pgauditlogtofile_1.6.2-1.pgdg+1_arm64.deb
Size: 45104
SHA256: c174b83d1383ce104bcec1b7eeb70e841e980b5e2ca60d1459f537cf2b6c5092
SHA1: 081ca41b9846c9b8607aa3668fe2829435402579
MD5sum: cc02bed0aaf98fc3015148c1437bc6a6
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2024-09-05 12:48:45+00

Package: postgresql-17-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-17-pgauditlogtofile (= 1.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-17-pgauditlogtofile-dbgsym_1.6.2-1.pgdg+1_arm64.deb
Size: 34564
SHA256: 7bbafcd3edd4c58dd5087c253a07706635c01e75b561012c619d8eaabb3fbc1b
SHA1: 1eba4d2aa97e6c8033c957b46c5d0609b92aa6df
MD5sum: 510df40a309cd77dc7dccb31883a2739
Description: debug symbols for postgresql-17-pgauditlogtofile
Build-Ids: 20988fe920820f2a530294a3d962450d9d22a6d2
Timestamp: 2024-09-05 12:48:45+00

Package: vip-manager2
Version: 2.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13802
Depends: libc6 (>= 2.34)
Enhances: patroni
Conflicts: vip-manager
Replaces: vip-manager
Built-Using: etcd (= 3.5.15-7), golang-1.22 (= 1.22.6-1), golang-fsnotify (= 1.7.0-1), golang-github-coreos-go-systemd (= 22.5.0-1), golang-github-coreos-semver (= 0.3.0-1), golang-github-golang-protobuf-1-5 (= 1.5.4-1), golang-github-hashicorp-hcl (= 1.0.0-1.1), golang-github-josharian-native (= 1.1.0-1), golang-github-magiconair-properties (= 1.8.7-1), golang-github-mdlayher-arp (= 0.0~git20220512.6706a29-1), golang-github-mdlayher-ethernet (= 0.0~git20220221.529eae5-1), golang-github-mdlayher-packet (= 1.1.2-2), golang-github-mdlayher-socket (= 0.5.1-1), golang-github-mitchellh-mapstructure (= 1.5.0+git20231216.8508981-1), golang-github-pelletier-go-toml.v2 (= 2.2.1-1), golang-github-spf13-afero (= 1.11.0-1), golang-github-spf13-cast (= 1.6.0-1), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-2), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-github-spf13-viper (= 1.12.0-1), golang-github-subosito-gotenv (= 1.3.0-1), golang-go.uber-atomic (= 1.11.0-1), golang-go.uber-multierr (= 1.6.0-1), golang-go.uber-zap (= 1.26.0-1), golang-gogoprotobuf (= 1.3.2-3), golang-golang-x-net (= 1:0.27.0-1), golang-golang-x-sync (= 0.7.0-1), golang-golang-x-sys (= 0.22.0-1), golang-golang-x-text (= 0.16.0-1), golang-google-genproto (= 0.0~git20210726.e7812ac-4), golang-google-grpc (= 1.64.0-6), golang-google-protobuf (= 1.33.0-1), golang-gopkg-ini.v1 (= 1.67.0-1), golang-gopkg-yaml.v3 (= 3.0.1-3)
Homepage: https://github.com/cybertec-postgresql/vip-manager
Priority: optional
Section: net
Filename: pool/main/v/vip-manager2/vip-manager2_2.6.0-1.pgdg+1_arm64.deb
Size: 3533340
SHA256: 475bf2246dc2e3fb68ece0fd4a1562c6d39f275fbb2d1a78174b6e468a128dee
SHA1: ce0d48f13dcf92396ddd3ccddb8e42c78df0e96e
MD5sum: 6b524b0a4dbef07d03f0cd62e9773467
Description: Patroni virtual IP manager
 This package needs to be installed and configured on all nodes of a Patroni
 PostgreSQL cluster. Given a Patroni namespace and scope in etcd or consul,
 the vip-manager service monitors that namespace for leader changes due to
 failovers or switchovers and adds or removes the VIP on the local node
 accordingly.
 .
 This package works only with version 3 of the etcd API.
Timestamp: 2024-09-05 12:48:45+00

Package: vip-manager2-dbgsym
Source: vip-manager2
Version: 2.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5905
Depends: vip-manager2 (= 2.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/v/vip-manager2/vip-manager2-dbgsym_2.6.0-1.pgdg+1_arm64.deb
Size: 4403032
SHA256: ee8b941b3603b88165a238e797c6e2ecf6ba33b26ed135615a3323e096e20163
SHA1: 36bfcefc4906864baf85f76e13700f8132a9abe1
MD5sum: 5664186157b0417609a7e5f70c465599
Description: debug symbols for vip-manager2
Build-Ids: 595499988320257c15bb597874bdd347d732661c
Timestamp: 2024-09-05 12:48:45+00

Package: libecpg-compat3
Source: postgresql-11
Version: 11.22-6.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg-compat3_11.22-6.pgdg+2_arm64.deb
Size: 21464
SHA256: 8c57cd71a443f7a2493318865268767620d95170076d15bca68e39a87084e6ea
SHA1: 5d7fe83a6eb1fac66ebd03bba65b0bac59411462
MD5sum: b31386bd8dbaf17181d046428f56c938
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.
Timestamp: 2024-09-26 14:03:23+00

Package: libecpg-compat3-dbgsym
Source: postgresql-11
Version: 11.22-6.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 11.22-6.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-compat3-dbgsym_11.22-6.pgdg+2_arm64.deb
Size: 16944
SHA256: d945a196cae0357b57f02f73956d335974334707a9070edd38b2dc303974dbf1
SHA1: e4a397cd42ec9aa0f19a32dc5074a265ec8dc5ac
MD5sum: 52514462b0f8d7cdf1aaf6a3c53f31d3
Description: debug symbols for libecpg-compat3
Build-Ids: fb7032cfcee4011f653aa2d6c54af8d14a9091ca
Timestamp: 2024-09-26 14:03:23+00

Package: libecpg-dev
Source: postgresql-11
Version: 11.22-6.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1319
Depends: libecpg-compat3 (= 11.22-6.pgdg+2), libecpg6 (= 11.22-6.pgdg+2), libpgtypes3 (= 11.22-6.pgdg+2), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libecpg-dev_11.22-6.pgdg+2_arm64.deb
Size: 227976
SHA256: af597f5e85aca45ba274b28ae2ebb7fe548725183fa9324334b2b74acc90f37d
SHA1: 74004f8b53b1349e7fd94bf9fe44de2e8084daef
MD5sum: 53379aab8682e1dab1dd506158eb2e01
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).
Timestamp: 2024-09-26 14:03:23+00

Package: libecpg-dev-dbgsym
Source: postgresql-11
Version: 11.22-6.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 266
Depends: libecpg-dev (= 11.22-6.pgdg+2)
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-dev-dbgsym_11.22-6.pgdg+2_arm64.deb
Size: 231120
SHA256: 91f0acd55aa6f42bb6645696efcf7a625fdba522acf18c864bd8c6d24b458a5d
SHA1: f91e72dd3ced403ae9600fb0b32b8389c089b0aa
MD5sum: 59553bf539d9899678d5f08e4b3a2a36
Description: debug symbols for libecpg-dev
Build-Ids: e1ce993bbb76a4f0f209555448a30192455d427f
Timestamp: 2024-09-26 14:03:23+00

Package: libecpg6
Source: postgresql-11
Version: 11.22-6.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 486
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg6_11.22-6.pgdg+2_arm64.deb
Size: 88952
SHA256: 30bff85ad41f53f4c3e027ff98c336ced605ac6ba4f790904f57b9c7b1b57511
SHA1: a691c2ad186034ac98fc84a87022ec5f0e94637b
MD5sum: aa9af410e71a52c16a82ad0505b40b4d
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.
Timestamp: 2024-09-26 14:03:23+00

Package: libecpg6-dbgsym
Source: postgresql-11
Version: 11.22-6.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libecpg6 (= 11.22-6.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg6-dbgsym_11.22-6.pgdg+2_arm64.deb
Size: 93148
SHA256: 504bf95c9269c0f377babd704e397313a6c6a0745be7d6a49d3961f5c07efc08
SHA1: e95d298de5b4440ad008209f57348d52a62beecd
MD5sum: 594ab5b487f1ab2f3c9e4687f7f34c20
Description: debug symbols for libecpg6
Build-Ids: 32e1130f4b6cf4386a6488890a759f7526fa90e4
Timestamp: 2024-09-26 14:03:23+00

Package: libpgtypes3
Source: postgresql-11
Version: 11.22-6.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpgtypes3_11.22-6.pgdg+2_arm64.deb
Size: 42232
SHA256: bcc583e9b7723254838c450feb7239289858e13990349629799c61736a0c023f
SHA1: 2d8f3f6a0a341b1fe7cd5dcd106926605c602f22
MD5sum: 52bf6e6bdef5f1be335ce95f728c7092
Description: shared library libpgtypes for PostgreSQL 11
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-09-26 14:03:23+00

Package: libpgtypes3-dbgsym
Source: postgresql-11
Version: 11.22-6.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: libpgtypes3 (= 11.22-6.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpgtypes3-dbgsym_11.22-6.pgdg+2_arm64.deb
Size: 71360
SHA256: a8f37a10cf1ffd8381b4d29fc34abcd3b3a774782f7f24d40c4cd00737a7c5fb
SHA1: f7366bec7f39c78e41220abdc10cbd0e00121602
MD5sum: 85fd3bb8681d0642b7c8651b01989f62
Description: debug symbols for libpgtypes3
Build-Ids: d37956ecb3676b994f1bae1ffe6488b9a9103922
Timestamp: 2024-09-26 14:03:23+00

Package: libpq-dev
Source: postgresql-11
Version: 11.22-6.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 706
Depends: libpq5 (= 11.22-6.pgdg+2)
Suggests: postgresql-doc-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libpq-dev_11.22-6.pgdg+2_arm64.deb
Size: 166960
SHA256: 42195d04817b00142c14a5fb05b1546927ec4f17911827777719e247ce1a25ea
SHA1: 3d58ceb321cfe934016c11e1d1aa6aa68bc8cbfd
MD5sum: 1bc04252bc1c01d90844210f9fa842b3
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.
Timestamp: 2024-09-26 14:03:23+00

Package: libpq5
Source: postgresql-11
Version: 11.22-6.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 784
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpq5_11.22-6.pgdg+2_arm64.deb
Size: 168368
SHA256: 000973be5ddf5b9ba2281646a8a4d44a9a830c79622726136ff1ff4a66369dc6
SHA1: 20f7d8f84ebcc9ebe20826d89d956c966e261480
MD5sum: d06826d53793dffa577ea7ab0ff3fe8a
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.
Timestamp: 2024-09-26 14:03:23+00

Package: libpq5-dbgsym
Source: postgresql-11
Version: 11.22-6.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 264
Depends: libpq5 (= 11.22-6.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpq5-dbgsym_11.22-6.pgdg+2_arm64.deb
Size: 231768
SHA256: 03472f36b202b4778b8de411d6fcd4830b5eb319f0bf31498e7599873dbaaeb3
SHA1: fc13a3b5c9ef912f2342c906167fdf54717224ee
MD5sum: afc71eb59ceb4087b309dc029e8e69f8
Description: debug symbols for libpq5
Build-Ids: 5b22a3115c0b3ad61ddcd13c9f9b7e2b814f3f0e
Timestamp: 2024-09-26 14:03:23+00

Package: libecpg-compat3
Source: postgresql-16
Version: 16.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libecpg-compat3_16.4-1.pgdg+2_arm64.deb
Size: 21572
SHA256: 3f62a7bf7443587063e0e08646a60920e943d8ed899d2a46dc9ccb8b71edfd69
SHA1: 8d201f99644ff08591e9abaf9e12434c0e0ca559
MD5sum: 9a0f8f80aeb2897080ab89709e6b5ba2
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.
Timestamp: 2024-09-26 13:30:16+00

Package: libecpg-compat3-dbgsym
Source: postgresql-16
Version: 16.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: libecpg-compat3 (= 16.4-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg-compat3-dbgsym_16.4-1.pgdg+2_arm64.deb
Size: 39500
SHA256: a7ab9345a8f4ab1a3af1028bafb9870c878b55d861125e29da510ba2ec9d507a
SHA1: ab644e50886de894fa934fc481abdc1ab68df905
MD5sum: ddb123e6e2ebb3a884f0f121e4f8784b
Description: debug symbols for libecpg-compat3
Build-Ids: 07c2fea4e60d5a99fbea6c1c641e6ddab6a4869f
Timestamp: 2024-09-26 13:30:16+00

Package: libecpg-dev
Source: postgresql-16
Version: 16.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1699
Depends: libecpg-compat3 (= 16.4-1.pgdg+2), libecpg6 (= 16.4-1.pgdg+2), libpgtypes3 (= 16.4-1.pgdg+2), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/libecpg-dev_16.4-1.pgdg+2_arm64.deb
Size: 279104
SHA256: da605473bfe1a58d761ebec6098b41aa5e1441960f9c61d59ace34da0a1c7638
SHA1: ea16191b0c09165337c97d901e40aa264cc196f4
MD5sum: 2222a66cfaa7b05129b9ae5e274d3a02
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).
Timestamp: 2024-09-26 13:30:16+00

Package: libecpg-dev-dbgsym
Source: postgresql-16
Version: 16.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 303
Depends: libecpg-dev (= 16.4-1.pgdg+2)
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg-dev-dbgsym_16.4-1.pgdg+2_arm64.deb
Size: 261392
SHA256: 00e2b38b390d2ab937e805083dd522439349cf4bff9d512250c235aadcf921d3
SHA1: 0586e4a56e535880e83bafaa3eae96852aedeb79
MD5sum: eb96b55559c764fc592114185d995fba
Description: debug symbols for libecpg-dev
Build-Ids: 62579a31cdcdd659e5d0f96efd64b6c7c80c290f
Timestamp: 2024-09-26 13:30:16+00

Package: libecpg6
Source: postgresql-16
Version: 16.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 276
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libecpg6_16.4-1.pgdg+2_arm64.deb
Size: 58288
SHA256: c0e9a85b3986e108b9ae132d64d00404f4d46ec08c514f6a6f96f39001feed41
SHA1: 8a6c08e09e29db3271e202d6150ab8cbc7f5129c
MD5sum: 1cd715d7a43b6980cae901795667684a
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.
Timestamp: 2024-09-26 13:30:16+00

Package: libecpg6-dbgsym
Source: postgresql-16
Version: 16.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: libecpg6 (= 16.4-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg6-dbgsym_16.4-1.pgdg+2_arm64.deb
Size: 114968
SHA256: bd6a720fe3eaa597a8baa3fa5f8ce37370b042761d08230f862cb36a96d61681
SHA1: 02aad20b95f4eb22351e5150a11e7180223f16c3
MD5sum: d8ab5a56c51ecb3006c01ce78c6e2696
Description: debug symbols for libecpg6
Build-Ids: 550b1e14c31e479e4c5893eaf70e308d1524b436
Timestamp: 2024-09-26 13:30:16+00

Package: libpgtypes3
Source: postgresql-16
Version: 16.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libpgtypes3_16.4-1.pgdg+2_arm64.deb
Size: 42112
SHA256: 729f4d94ab4eec6941c8520b7dc810b1dd2b0cb29f4a0786e532537301586b7f
SHA1: 7c9efc0846c0211b9e0d85d2ba2d63e036587054
MD5sum: a12ceb4bd6889ca298a9db786e6d9216
Description: shared library libpgtypes for PostgreSQL 16
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-09-26 13:30:16+00

Package: libpgtypes3-dbgsym
Source: postgresql-16
Version: 16.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 16.4-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libpgtypes3-dbgsym_16.4-1.pgdg+2_arm64.deb
Size: 89820
SHA256: 6787cce32b24f4e476abd8c4c28fe1e8e5ff2e28d86cb3738dc643e1e2bc5647
SHA1: 9841f5c0fb3d4343779edf7b32022817ee990380
MD5sum: 9fa4f87f56cd2749c38d39408b571883
Description: debug symbols for libpgtypes3
Build-Ids: 2f0d27b8661f7fb109000b485d0a55af90aa41a1
Timestamp: 2024-09-26 13:30:16+00

Package: libpq-dev
Source: postgresql-16
Version: 16.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 597
Depends: libpq5 (= 16.4-1.pgdg+2), libssl-dev
Suggests: postgresql-doc-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/libpq-dev_16.4-1.pgdg+2_arm64.deb
Size: 142960
SHA256: 6722c62b2e54c36afac8b73cf05e706711dac80a5bab13f920fbbd9a8a068071
SHA1: af25b97907093c22cb93acee3c1c5ba268081ba7
MD5sum: a14b6a57e6bd694be8a18213ac881686
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.
Timestamp: 2024-09-26 13:30:16+00

Package: libpq5
Source: postgresql-16
Version: 16.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1092
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libpq5_16.4-1.pgdg+2_arm64.deb
Size: 213100
SHA256: f41fcccad6985d7801805ae266cdca74bf2b961abb843a88f8d72b719088fb51
SHA1: 3308365c29e92272149fd13ad1bd0c57b7ccc58e
MD5sum: dc380fa7afeeacda68803fc699fc8fd3
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.
Timestamp: 2024-09-26 13:30:16+00

Package: libpq5-dbgsym
Source: postgresql-16
Version: 16.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 327
Depends: libpq5 (= 16.4-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libpq5-dbgsym_16.4-1.pgdg+2_arm64.deb
Size: 290188
SHA256: 7b3f8d7857e55e66989cd57fd12db031bffc16599605d476a032afaee226a765
SHA1: 0ea1b2d1ee6bb67b62c9fb5c9dcc9057f37264eb
MD5sum: 64963d667bd3806c161bcbada718e146
Description: debug symbols for libpq5
Build-Ids: 6dbf841d204843f8bbe4cae8eef8cd4e9a15241b
Timestamp: 2024-09-26 13:30:16+00

Package: libecpg6
Source: postgresql-17
Version: 17.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 273
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-17/libecpg6_17.0-1.pgdg+1_arm64.deb
Size: 55016
SHA256: e3d43d911fc83992a4b01b1b3e2f8d7aefbfb367b3dcd8913b8c876e82336aaf
SHA1: 47810ec269bdab613de127f1bca5b591342c8f52
MD5sum: b2047135b0c115c59834492eb7bfe328
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.
Timestamp: 2024-09-26 14:07:31+00

Package: libecpg6-dbgsym
Source: postgresql-17
Version: 17.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: libecpg6 (= 17.0-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libecpg6-dbgsym_17.0-1.pgdg+1_arm64.deb
Size: 114864
SHA256: 93e27f75f70edc03a9cc52c3edab3a0275dbebfa44997e4a20020eb73feb0ba0
SHA1: 67e4ab29af87cb46274aa39980d172a404d947cd
MD5sum: ff5db2d576a965682ca71e423c9015e7
Description: debug symbols for libecpg6
Build-Ids: 202b1a5c8a52bba41b104b68c7e491ce8aebb658
Timestamp: 2024-09-26 14:07:31+00

Package: libecpg-compat3
Source: postgresql-17
Version: 17.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-17/libecpg-compat3_17.0-1.pgdg+1_arm64.deb
Size: 12260
SHA256: 035239bea929573071ab649a8679a418606241ee4321c64fffbfc60974602c23
SHA1: 1794766f791533bed540815ff38af9765b52ba99
MD5sum: 773d0b41b7205ace679402d5159bf9b8
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.
Timestamp: 2024-09-26 14:07:31+00

Package: libecpg-compat3-dbgsym
Source: postgresql-17
Version: 17.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 17.0-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libecpg-compat3-dbgsym_17.0-1.pgdg+1_arm64.deb
Size: 16968
SHA256: fccf3c8f7c449fb192dd6f7e0eaf6ee5f3f2b705389c95bfc0b45a38dfc7ddf6
SHA1: 836640efb0dcb57684f239751edab89e313e27c7
MD5sum: f70d9f2c737e8700e928c426a60fa7be
Description: debug symbols for libecpg-compat3
Build-Ids: 00344bac400cd37de5d613f30d97db668bbbdf49
Timestamp: 2024-09-26 14:07:31+00

Package: libecpg-dev
Source: postgresql-17
Version: 17.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1696
Depends: libecpg-compat3 (= 17.0-1.pgdg+1), libecpg6 (= 17.0-1.pgdg+1), libpgtypes3 (= 17.0-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-17/libecpg-dev_17.0-1.pgdg+1_arm64.deb
Size: 281412
SHA256: e6411435ace850cb0c6a0f03ee8a1c066114548a58c5d77563e8b06c6418f2bd
SHA1: a435faeed28daefb12814ddf0f832341df369ca9
MD5sum: 181d4b5c60495dc16f28247895fe874c
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).
Timestamp: 2024-09-26 14:07:31+00

Package: libecpg-dev-dbgsym
Source: postgresql-17
Version: 17.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 315
Depends: libecpg-dev (= 17.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libecpg-dev-dbgsym_17.0-1.pgdg+1_arm64.deb
Size: 268420
SHA256: 5c0da78ea70b2a3cd092abde9e882da2a64d10f31fbb48bee62c2501d65e9b3e
SHA1: b29eb92c4cd54f1ae45d10455cf35cc4138768a7
MD5sum: ed049067665409d13d0ef39459e0a375
Description: debug symbols for libecpg-dev
Build-Ids: 9ef4bb42782fd0293154861340983999c08ab987
Timestamp: 2024-09-26 14:07:31+00

Package: libpgpool2
Source: pgpool2
Version: 4.5.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 200
Depends: libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libs
Filename: pool/main/p/pgpool2/libpgpool2_4.5.4-3.pgdg+1_arm64.deb
Size: 141252
SHA256: 5e1d867f5937e59ef9a4a103a30b6f45968344ead12f3fb8b67a470c0fc2205e
SHA1: 2110b11086071fb002457ea5826081faa46f9413
MD5sum: 98e803191e60abc3aaf23adb82e4a324
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).
Timestamp: 2024-09-26 14:07:31+00

Package: libpgpool2-dbgsym
Source: pgpool2
Version: 4.5.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: libpgpool2 (= 4.5.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/libpgpool2-dbgsym_4.5.4-3.pgdg+1_arm64.deb
Size: 64940
SHA256: cbcaa9b04258bf8609667694bbcb29bca8923a509c6febca33fb5214b0620dca
SHA1: b29092e7a67572c43a36be4fd31e6cf438c1378f
MD5sum: 0ff1aa41066b0ce2cf14f1fe16886bbf
Description: debug symbols for libpgpool2
Build-Ids: 958d00000c1bb9d1a88c11517d7f34e20617c710
Timestamp: 2024-09-26 14:07:31+00

Package: libpgpool-dev
Source: pgpool2
Version: 4.5.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 260
Depends: libpgpool2 (= 4.5.4-3.pgdg+1)
Conflicts: libpcp3-dev
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libdevel
Filename: pool/main/p/pgpool2/libpgpool-dev_4.5.4-3.pgdg+1_arm64.deb
Size: 151804
SHA256: f8e9a6cb76693d7730df69e10e71e13b487bbe62b6caa5c6b5c7420d5ea082a6
SHA1: d8a98003c8a3eb31b2448efda1fc3c368051f794
MD5sum: 0a267a84b20e797bfa4d3ce2a5295b03
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).
Timestamp: 2024-09-26 14:07:31+00

Package: libpgtypes3
Source: postgresql-17
Version: 17.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-17/libpgtypes3_17.0-1.pgdg+1_arm64.deb
Size: 39060
SHA256: 41bf03848533f55ae3a545fe51753f917a8efa1fbc5265bf3e7b7bb298eb1e8c
SHA1: 6c4fe36c5e2d8fd0ba79ab5493ca68cbf6969650
MD5sum: 577cfc2bb7c47643f68f4f2bce2ebdad
Description: shared library libpgtypes for PostgreSQL 17
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-09-26 14:07:31+00

Package: libpgtypes3-dbgsym
Source: postgresql-17
Version: 17.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 17.0-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libpgtypes3-dbgsym_17.0-1.pgdg+1_arm64.deb
Size: 89776
SHA256: 50b01ffc94a8453d3165019a80c2f0827130d565b4ec24fff619faf93077ef2b
SHA1: 946b3ef68e0097a3bcf5a9ab786933f350003905
MD5sum: 001ac7ae35f8153aecb28ea7dbffbb1f
Description: debug symbols for libpgtypes3
Build-Ids: c2e4ab699ac5775be5a1311e4fc8b5772252764b
Timestamp: 2024-09-26 14:07:31+00

Package: libpq5
Source: postgresql-17
Version: 17.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1102
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-17/libpq5_17.0-1.pgdg+1_arm64.deb
Size: 214140
SHA256: d027375b96c4c176492f24717e6778d663254cd165af0d596923a67d0e508d31
SHA1: 37e789c930135bb0ebb6eedd9ffdf862e32fd33f
MD5sum: 7e9468adc01ee4293d6dc108a3006e01
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.
Timestamp: 2024-09-26 14:07:31+00

Package: libpq5-dbgsym
Source: postgresql-17
Version: 17.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 335
Depends: libpq5 (= 17.0-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libpq5-dbgsym_17.0-1.pgdg+1_arm64.deb
Size: 297384
SHA256: 66e81a1c54c711e49395bf988a30aff2cecdb3d6f6408a23166f8b3f58ff8c4c
SHA1: 3431aa10958c9057d8f844c2d103956771bfc7bc
MD5sum: 2465226022ad169e2c5e0c0fc3d15861
Description: debug symbols for libpq5
Build-Ids: 0ff422dfb77b118e74acf0a75701ecd7406c3110
Timestamp: 2024-09-26 14:07:31+00

Package: libpq-dev
Source: postgresql-17
Version: 17.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 613
Depends: libpq5 (= 17.0-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-17/libpq-dev_17.0-1.pgdg+1_arm64.deb
Size: 143988
SHA256: 3fa47aa851667a6f65c52f5656ba6362578d7db2cefdf7e17409d97e34793058
SHA1: 525d0ef3152ef6c11bd615c2be7e03d02e287c7d
MD5sum: 735e7e95a4edddaf89691b6b8c42c227
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.
Timestamp: 2024-09-26 14:07:31+00

Package: librdkit1t64
Source: rdkit
Version: 202309.3-6.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 22206
Depends: libboost-iostreams1.83.0 (>= 1.83.0), libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py312, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.38), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.2), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 3.0), libinchi1.07 (>= 1.07.1+dfsg), libmaeparser1 (>= 1.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 14)
Breaks: librdkit1 (<< 202309.3-6.pgdg+2)
Replaces: librdkit1
Provides: librdkit1 (= 202309.3-6.pgdg+2)
Homepage: http://www.rdkit.org
Priority: optional
Section: libs
Filename: pool/main/r/rdkit/librdkit1t64_202309.3-6.pgdg+2_arm64.deb
Size: 4404108
SHA256: 2da67beb2f355289bf7557aeb907081976c1fbe71361e3200fb80cfa49057ca3
SHA1: c6f4d3c89c545631ee1b715fa1bf9f33c27d7f76
MD5sum: 5a336ac0da1468baa8e86e108106bd17
Description: Collection of cheminformatics and machine-learning software (shared libraries)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the shared libraries.
Timestamp: 2024-09-26 14:07:31+00

Package: librdkit1t64-dbgsym
Source: rdkit
Version: 202309.3-6.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 105959
Depends: librdkit1t64 (= 202309.3-6.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/librdkit1t64-dbgsym_202309.3-6.pgdg+2_arm64.deb
Size: 103275924
SHA256: e174e5d715fac325e1147cfd09a13d9158f612859cb2256d34eeba4723ee3b04
SHA1: 9293fac0336720092cfd7db7a87a1c70a65d09a2
MD5sum: 3ae7fc85f0a2b84011e50aa57f9c799b
Description: debug symbols for librdkit1t64
Build-Ids: 00e17bb83b9627eb091d16ee924f09c7e9bfdd36 06d7df1c5bb4c737d752c367ed7b99d6464694dd 08182708e989bf8cd7408c694bff03510fac895d 0ecf90024649bdc09a4dc79485c7b3b6a979b181 0ef3a2784cf9d6b158729f9d2bbdf800c79bb67b 1cbeab0fa3ff5b5ba65293e84a1bc7698ea4ada8 3183415545aa96f0f469c3c7518e3509f8a8fc67 3372dc7c5805d31635f147cbe885283be9f91490 35af202ac98a477aff404801beb9f5625c58a47c 443044a311cc4e0367038fe2572674e92921b6fd 4adabab48b447acff00d37a24b0dc64e5c346d71 4ce9144cff22c5387af97bc93655ccf8236e71bc 4eac1bef312d69cefb878d5cf5835525a538af49 5511bf8f3456bc2a132204188066b065e08d33fc 5581ad4ecd94e2826c117052c177e073b69526ad 56804c3a0289936ad867770f1b8171b03c4d21a1 5ad6f33fb0fbe0b804d7bdf26d2d1b097601648f 5c77f777c8dc23b208e27e6051b6f2f2a46cf7c2 632c1c8c683dac5cbe48ab2f831d8547539d82ef 639a345402c067222fef621edb6d2cab54d84b71 66bd20b6e8fed1193d27cbfc7807da32de628d99 6de3cb108fd524a7183011b8bee9dc4c44363ceb 7424503a1668b1f872cb0567fb50afe1e0a8cef8 7691488c3f60e4611fd129b7c9347936ff6b8f67 7828c566d9c0879de4c45603f23cfa9ac223416a 89ad78398cfe852e4225e36ec9ef0ed13f53e62f 8a9253f860f06b33f69a572ade6e6ad4d97175d5 8ac330f1bc5cf2b3f02d6f15c2345dd9568e441b 8f8fc93c811119c6dcdf98fdcfdd8e504555d504 90679b236bffea92628d32786e7e7b566e784273 921a2af93641def0c1a44ac54eca1e4b3744151c 98933a67c153e8f9a44a2b7467843a4bac020713 9a616deff9a59666b5fc37d14576c3a6af84cf22 9b3d375d4ade90ea0c63e8f919802bffe6005e19 9d85dd4b975864cfebb1d059fb8891a3c12ac93c a1353b5ab543f785bcd6c20939025d553d63eddb a327e7e2d09784cd345ca9e6f715d9c938010efb a5a54fcbb1bd8d88b067d487399045e4c5bf7d6c a991083a1daf3460ec580dd5085e648471c01079 b14717e9c75e054ac3adf90dc1e91b782ebfda9c b224f6794af19656639bd7625006bc14dcc425f0 bcf84f1c2e4638cdedfe2cd3f9d3d50f77a0f354 c39b7f442b87f6d598a545ce7e5cbb0b20e79d1f c64c4b6fa8f46d06fa41a4b14ab6c6c839787905 c8f411f20b50ff288a9be45642086b9650dda342 cab2d82b5d5586ff8e06c7281c2997a8b3cde2c3 d0f0a905ac573e361e7fce475637dee6bde01d4e d1cecfa5ca81e70e4a02f5baf9c33bb4f7edd4a1 d686ba5803dac4fae93e6e1b9e8b5419a6ead057 d7879d91ef9e78551e138fd80cfe0549ed88f9e8 d7b26fac070c34483721270276cf935531995912 e8a83c4b18e10bd475b8ed3379ab2a036729545a ebf3d8dc4c7337b8a606cc402d40f23ec4d4f7c4 ec42a85c94ea9063a0a8a4212cecbda714ca771b f0173003851fb9b6f0974b3ff3f8e177336373f0 f0aaadc1a133ff5775b15bb3744bed686ef9aab5 f263b9b4aabab51a03ee0c09430080d04897f52a f40cf192f308db40db7cd1975d2b5d448815c981 feb118de147110c02f8ca2321d1857323a383f4c
Timestamp: 2024-09-26 14:07:31+00

Package: librdkit-dev
Source: rdkit
Version: 202309.3-6.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 2366
Depends: librdkit1t64 (= 202309.3-6.pgdg+2)
Homepage: http://www.rdkit.org
Priority: optional
Section: libdevel
Filename: pool/main/r/rdkit/librdkit-dev_202309.3-6.pgdg+2_arm64.deb
Size: 416056
SHA256: 679b517ec1d7ea30a033061dff3a29328e3271a9db3b98188ebd3a59846110d4
SHA1: 4a3cb892b89dcbe80fd5c84618514f7aab3c1f30
MD5sum: 8631624b1770a4c678a152497b9f416b
Description: Collection of cheminformatics and machine-learning software (development files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the header files.
Timestamp: 2024-09-26 14:07:31+00

Package: patroni
Version: 4.0.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1468
Depends: python3-cdiff, python3-click (>= 4.1), python3-dateutil, python3-pkg-resources, python3-prettytable (>= 0.7), python3-psutil, python3-urllib3, python3-yaml, python3:any, python3-psycopg2, python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes | python3-pysyncobj
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_4.0.1-1.pgdg+1_all.deb
Size: 275428
SHA256: 2ba75937f444248358fb06ee88f5b5fcd65d502fea02d3cde83ac604f21673a9
SHA1: 2c1f4aca095888926f38c666bb08bb3c1a42cee0
MD5sum: f23d4dc854ef470130d469590bd2d567
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2024-09-26 14:07:31+00

Package: patroni-doc
Source: patroni
Version: 4.0.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6951
Depends: libjs-sphinxdoc (>= 7.4), sphinx-rtd-theme-common (>= 2.0.0+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_4.0.1-1.pgdg+1_all.deb
Size: 529648
SHA256: e305fd868c5a71003cc3e56946ca3d5b7242b1daffc4a290d76444f07c6784e8
SHA1: 6f6b5cc0bba824808331aa7879d99716b9ab8eaa
MD5sum: d9db19c10f36098a3a38d147c4c8faf3
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2024-09-26 14:07:31+00

Package: pgagent
Version: 4.2.2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 553
Depends: libboost-filesystem1.83.0 (>= 1.83.0), libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.38), libgcc-s1 (>= 3.0), libpq5 (>= 8.4~), libstdc++6 (>= 14)
Recommends: postgresql-10 | postgresql-11 | postgresql-12 | postgresql-13 | postgresql-14 | postgresql-15 | postgresql-16 | postgresql-17
Suggests: pgadmin3 | pgadmin4
Provides: postgresql-10-pgagent, postgresql-11-pgagent, postgresql-12-pgagent, postgresql-13-pgagent, postgresql-14-pgagent, postgresql-15-pgagent, postgresql-16-pgagent, postgresql-17-pgagent
Homepage: http://www.pgadmin.org/docs/dev/pgagent.html
Priority: optional
Section: database
Filename: pool/main/p/pgagent/pgagent_4.2.2-4.pgdg+1_arm64.deb
Size: 104492
SHA256: 9879f2c7c50e86908f926a9efb7ba6ef9683929a90483c3f34e939e43c8385ad
SHA1: 175fbe7280cfb5489c95e4f3d47c5e3795ffd913
MD5sum: 6a74b4f26ee07e01d05567736645c12f
Description: job scheduling engine for PostgreSQL
 pgAgent is a job scheduling agent for PostgreSQL, capable of running
 multi-step batch/shell and SQL tasks on complex schedules.
Timestamp: 2024-09-26 14:07:31+00

Package: pgagent-dbgsym
Source: pgagent
Version: 4.2.2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2207
Depends: pgagent (= 4.2.2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgagent/pgagent-dbgsym_4.2.2-4.pgdg+1_arm64.deb
Size: 2152512
SHA256: f09f15e31ad3bb1ed3059a4d8a413acb1b1d75f1fc65d0628cbbadbda4ffe4dc
SHA1: f7091d5c118d0244300ee802514354bfd837f846
MD5sum: 2090df123a517e9062067cb0b38b0486
Description: debug symbols for pgagent
Build-Ids: 33c2f9a4c4afa22256d8bcbb4498c761c5b43d65
Timestamp: 2024-09-26 14:07:31+00

Package: pg-auto-failover-cli
Source: pg-auto-failover
Version: 2.1-3.pgdg+2
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1091
Depends: openssl, libc6 (>= 2.38), libncurses6 (>= 6), libpq5 (>= 9.1~), libtinfo6 (>= 6)
Recommends: postgresql-11-auto-failover | postgresql-12-auto-failover | postgresql-13-auto-failover | postgresql-14-auto-failover | postgresql-15-auto-failover | postgresql-16-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/pg-auto-failover-cli_2.1-3.pgdg+2_arm64.deb
Size: 432240
SHA256: d5a219c15d9408ece90da47dc8f0f8003fc8e7e52cec47184f5374208d6ae144
SHA1: bb579914f57bf4eca87d27f3a168cb9a208fa63b
MD5sum: b2702f3bd9e616e622e4f5e07a2404ff
Description: Command line interface and service to manage pg auto failover Clusters
 This CLI is used to manage pg_auto_failover installations to provide High
 Availability to Postgres.
Timestamp: 2024-09-26 14:07:31+00

Package: pg-auto-failover-cli-dbgsym
Source: pg-auto-failover
Version: 2.1-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 628
Depends: pg-auto-failover-cli (= 2.1-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/pg-auto-failover-cli-dbgsym_2.1-3.pgdg+2_arm64.deb
Size: 561116
SHA256: 29e52c89dd5eb314a9ab9b6f981c67dd469d6658893593818ba1289b07b4a9e4
SHA1: e021c17b9e05d1a602c3bdf5329f3e5e5462a9b9
MD5sum: 0b7a379a04c2aa459b13ee66e72b448e
Description: debug symbols for pg-auto-failover-cli
Build-Ids: 693d99fe6c74cdced434db0b5b73fd52287f198f
Timestamp: 2024-09-26 14:07:31+00

Package: pg-checksums-doc
Source: pg-checksums
Version: 1.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15
Multi-Arch: foreign
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: doc
Filename: pool/main/p/pg-checksums/pg-checksums-doc_1.2-1.pgdg+1_all.deb
Size: 6720
SHA256: a0e564b48f255e301a2f0a25bea32aec98adaa2b893530a2caf908b54d3c4e27
SHA1: 8feb72e64b2da9c1bf72f39539bc6d87437177cc
MD5sum: bd9d8623face31bb228772e816d0d9f0
Description: Activate/deactivate/verify PostgreSQL data checksums (Documentation)
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
 .
 This package contains the manpage.
Timestamp: 2024-09-26 14:07:31+00

Package: pgpool2
Version: 4.5.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7251
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: libpgpool2 (= 4.5.4-3.pgdg+1), postgresql-common, ucf, libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libldap-2.5-0 (>= 2.5.4), libmemcached11t64 (>= 1.1.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3t64 (>= 3.0.0)
Enhances: postgresql
Conflicts: pgpool
Replaces: pgpool
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/pgpool2_4.5.4-3.pgdg+1_arm64.deb
Size: 1226144
SHA256: 911027c34092d48ee1cfcef3b064eaaf1c38c0d63af01411bdf0d36ddab03f74
SHA1: 8f1014d3e60e669156830bdc74c60dc5d632456a
MD5sum: a4fb63d2f0019d85c4b54d7d1827001c
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.
Timestamp: 2024-09-26 14:07:31+00

Package: pgpool2-dbgsym
Source: pgpool2
Version: 4.5.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2146
Depends: pgpool2 (= 4.5.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/pgpool2-dbgsym_4.5.4-3.pgdg+1_arm64.deb
Size: 1989896
SHA256: b94c9d49977ac2a667f95918b43c7a83867181c6feafa4a43a3d1309b46f37b2
SHA1: ca76ebbb02cc6927b4d39baedcaeb6291fb070e7
MD5sum: d2de8915201c1092e53d6e52d6e94d0b
Description: debug symbols for pgpool2
Build-Ids: 0b0f4dc935eb6c12754a044dc70e46674a0ff839 304c8953b89b36ac11f90afe11615ee212d3bfff 342334488ab45bca19594d30937f751e1135c75b 4cc14194012946819723e8a7024866180b464f92 63a6975dac7a44acf673b94861b0cc2225b9b928 96449625fb68867fd272d9b56389c41c5e98ead2 f7bcd6ddff159d93ec48e2400ceb154024e0f7c5
Timestamp: 2024-09-26 14:07:31+00

Package: pg-rage-terminator-10
Source: pg-rage-terminator
Version: 0.1.7-10.pgdg+2
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 81
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-10_0.1.7-10.pgdg+2_arm64.deb
Size: 6828
SHA256: 6b97f8c4bd435be3d19882d3b69a68a5f561687bdab9ff507e8f01110a96aa06
SHA1: c5b6b417da0ca613fb6a243093cc0054b3e62384
MD5sum: 05e666b2b2519ffc9e0b7f9f40540225
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2024-09-26 14:07:31+00

Package: pg-rage-terminator-10-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-10.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 27
Depends: pg-rage-terminator-10 (= 0.1.7-10.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-10-dbgsym_0.1.7-10.pgdg+2_arm64.deb
Size: 11708
SHA256: 08772b09c2e9e0021bb6888a70e9abc6e7d4a2e524b871df9a37f6e5cc9b96ae
SHA1: b65dce45bd174e332c7430d447b09d077413280d
MD5sum: 468a32ef4419112260259e546ef2f5fb
Description: debug symbols for pg-rage-terminator-10
Build-Ids: f4194cedf1e6b2d09a0981778e2ab501299a9746
Timestamp: 2024-09-26 14:07:31+00

Package: pg-rage-terminator-11
Source: pg-rage-terminator
Version: 0.1.7-10.pgdg+2
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 81
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-11_0.1.7-10.pgdg+2_arm64.deb
Size: 6808
SHA256: 90a7a5a5e815e92d48ab16ec2df92e18d00b2ab0b11d3dfd1899436f4d2e7337
SHA1: 42b8353364c44a50529cdc3824ed2be732b219c1
MD5sum: f4dda9079aa9cfcb75875773b9127826
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2024-09-26 14:07:31+00

Package: pg-rage-terminator-11-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-10.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 27
Depends: pg-rage-terminator-11 (= 0.1.7-10.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-11-dbgsym_0.1.7-10.pgdg+2_arm64.deb
Size: 11880
SHA256: b54c803d8989bf9327dc2a720e0c1ae065a32ae9bf5b2ea51b0d3c0b2bc7b77b
SHA1: 1fb4f316b47d914f7b9cdf0cd28637a9c85fb070
MD5sum: 86a74469caa9ab5c4cb80ac7d9d47220
Description: debug symbols for pg-rage-terminator-11
Build-Ids: 51806d49394426c18e93975edcfeeeaf193d50fd
Timestamp: 2024-09-26 14:07:31+00

Package: pg-rage-terminator-12
Source: pg-rage-terminator
Version: 0.1.7-10.pgdg+2
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 97
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-12_0.1.7-10.pgdg+2_arm64.deb
Size: 15276
SHA256: 8e24d2e27a90cac9ffa9961e83366848e858028c385d256960f31cf947d27b19
SHA1: 0ca55cb3e6bc42592ecbdb89d73b9ff69e0547c1
MD5sum: 2c7803c5210ee03667507155431fd4c8
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2024-09-26 14:07:31+00

Package: pg-rage-terminator-12-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-10.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 27
Depends: pg-rage-terminator-12 (= 0.1.7-10.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-12-dbgsym_0.1.7-10.pgdg+2_arm64.deb
Size: 12120
SHA256: e60a1192fa053ff059e71adacc0b4fcc2a4654147ffbc09d1b1acef40131dc4d
SHA1: 5a3533177a398b5a8a842175b80ce7ad0062076c
MD5sum: ecd705adab328f31301559ac1b0835d4
Description: debug symbols for pg-rage-terminator-12
Build-Ids: cc9b4e45ed1c93ed80b93ca6bc868c976734b0a3
Timestamp: 2024-09-26 14:07:31+00

Package: pg-rage-terminator-13
Source: pg-rage-terminator
Version: 0.1.7-10.pgdg+2
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 97
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-13_0.1.7-10.pgdg+2_arm64.deb
Size: 15260
SHA256: e29c9d6c5d9d3b29c80a246add4898311be8c7eb4f9cb5ff9ac8275fdbe90325
SHA1: 4e7d7a9d0e9c66e1bf1bfbf9b3f25a20895611b1
MD5sum: cee294ceafe7659b3b4785284275ce62
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2024-09-26 14:07:31+00

Package: pg-rage-terminator-13-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-10.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 27
Depends: pg-rage-terminator-13 (= 0.1.7-10.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-13-dbgsym_0.1.7-10.pgdg+2_arm64.deb
Size: 12084
SHA256: cab8069bc1dcae88128635ee328be6043ff8c3ed9209f26aa285e447a427755c
SHA1: bf289490a2cc8862b7707d847334906e39751198
MD5sum: 84c95196a2e3acf6e3a7dfbcad91da17
Description: debug symbols for pg-rage-terminator-13
Build-Ids: 700f5c0afc1a2f8f224ec82358256604bcccaa18
Timestamp: 2024-09-26 14:07:31+00

Package: pg-rage-terminator-14
Source: pg-rage-terminator
Version: 0.1.7-10.pgdg+2
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 98
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-14_0.1.7-10.pgdg+2_arm64.deb
Size: 15608
SHA256: 3ed7fdda3f5355c706c8df65412d8bb6d568469e693f8de46294c2657a426c76
SHA1: 2eccd30d8ed2a9421bd9f071a383f407924318a6
MD5sum: a311fca3a2df5ee9db012e55b4ac014e
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2024-09-26 14:07:31+00

Package: pg-rage-terminator-14-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-10.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 27
Depends: pg-rage-terminator-14 (= 0.1.7-10.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-14-dbgsym_0.1.7-10.pgdg+2_arm64.deb
Size: 12456
SHA256: 2057a72a955ce7f9bc99ea4641aa1a8e9f22e65a04ea3bc4fcc6419982d87465
SHA1: 42966afcd0628deb31058b97fe9f9a8d7da3573b
MD5sum: c39c1f272ec5448120de6a9d766c5fbe
Description: debug symbols for pg-rage-terminator-14
Build-Ids: 928d1ca6064ad43062e790c488ba9db172012e0e
Timestamp: 2024-09-26 14:07:31+00

Package: pg-rage-terminator-15
Source: pg-rage-terminator
Version: 0.1.7-10.pgdg+2
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 98
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-15_0.1.7-10.pgdg+2_arm64.deb
Size: 15616
SHA256: 652ed8108ffd34b52bf1437d8c9d89ec6157f506840e5cffe68c40635732de36
SHA1: 7f3f72df2fd9dceac9cad4e7c8b825c9d65a8b6b
MD5sum: 32f95aa4f6bb4cb880104b1105187ecc
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2024-09-26 14:07:31+00

Package: pg-rage-terminator-15-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-10.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 27
Depends: pg-rage-terminator-15 (= 0.1.7-10.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-15-dbgsym_0.1.7-10.pgdg+2_arm64.deb
Size: 12560
SHA256: b96d54520377279a7014a405d98a8d84713888c50e47911bddd1a990dec4c4e0
SHA1: ad68baf85656362818ea02e1666d1fc77c4e11e3
MD5sum: 9274b98d64ac69d5788319cb4277bb0c
Description: debug symbols for pg-rage-terminator-15
Build-Ids: 898165a9a7af42f30ff4dd56c5f13da5cb14b0fb
Timestamp: 2024-09-26 14:07:31+00

Package: pg-rage-terminator-16
Source: pg-rage-terminator
Version: 0.1.7-10.pgdg+2
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 98
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-16_0.1.7-10.pgdg+2_arm64.deb
Size: 15592
SHA256: 30b7b2a2ba249130e04e5bc8e522df1b60b60ccbf075b0e612a23ed4e8593e86
SHA1: 3b9391f05ce49f5851a8daa2012d7b03f4dd648c
MD5sum: 289989ffb9d5b81a367601810d72a58a
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2024-09-26 14:07:31+00

Package: pg-rage-terminator-16-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-10.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 28
Depends: pg-rage-terminator-16 (= 0.1.7-10.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-16-dbgsym_0.1.7-10.pgdg+2_arm64.deb
Size: 13280
SHA256: b3be5d2d4f2fb42264a874343039a06265f26f9aa30c4f3e8ffa8c4afc3dc8ec
SHA1: ee7c732b25fa762583b841cc96f1d2334887e992
MD5sum: c47dea985a0fdcf4f47a5c505706577e
Description: debug symbols for pg-rage-terminator-16
Build-Ids: 780b9f5b38cf920878eccc4ec3686cfb63f3c438
Timestamp: 2024-09-26 14:07:31+00

Package: pg-rage-terminator-17
Source: pg-rage-terminator
Version: 0.1.7-10.pgdg+2
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 98
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-17_0.1.7-10.pgdg+2_arm64.deb
Size: 15580
SHA256: 70b9c8342b1f15ac9cc4c9c84eb041d33d4fc815f95cb7e96f2fcb42a945a4bb
SHA1: 7d76b13c29b9efdcc3e1cc141e49afc907342b23
MD5sum: 2f26d86c1c67effcca0010c62f4b1ba9
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2024-09-26 14:07:31+00

Package: pg-rage-terminator-17-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-10.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 28
Depends: pg-rage-terminator-17 (= 0.1.7-10.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-17-dbgsym_0.1.7-10.pgdg+2_arm64.deb
Size: 13416
SHA256: 1b19d46ad01cc813fd7dd3c0219a2a329b988f11e8c2a8c0d15e6260bd2d1dd8
SHA1: 0e908b319d9809b11592ea78cc620da720efdc65
MD5sum: 70264d3366cfbe0733b3a8b4600a0b78
Description: debug symbols for pg-rage-terminator-17
Build-Ids: f300d9630d566c91746cae67ce51fe1da292aaf1
Timestamp: 2024-09-26 14:07:31+00

Package: pgstat
Version: 1.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: libc6 (>= 2.38), libpq5 (>= 17~~)
Homepage: https://github.com/gleu/pgstats
Priority: optional
Section: database
Filename: pool/main/p/pgstat/pgstat_1.3.0-1.pgdg+1_arm64.deb
Size: 35560
SHA256: 82b950de4a9e147544c3a3eac368fdcc0d9a1b52f8d706ae6b2de7d181192afd
SHA1: 44274f0a25e9058c4bd217d4683dfd8b31b612ee
MD5sum: a05ecdc749e123677fa4a59aa72c7bf1
Description: Collects PostgreSQL statistics the same way as a vmstat tool
 pgstat is a client utility to gather statistical information from a PostgreSQL
 instance in real time, and acts like vmstat or sar.
 .
 Supported statistics include archiver, bgwriter, connections, databases,
 tables, tables I/O, indexes, functions, archives wals, temporary files,
 and pgBouncer.
Timestamp: 2024-09-26 14:07:31+00

Package: pgstat-dbgsym
Source: pgstat
Version: 1.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: pgstat (= 1.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgstat/pgstat-dbgsym_1.3.0-1.pgdg+1_arm64.deb
Size: 41936
SHA256: 2004bcce06fd52e8f1171434ed7728dfa50888df965779ab7fe869b0492275ff
SHA1: ef2e5c622b861edd4baf00929f8c35b2ab90e543
MD5sum: 4b6d55c698b5aac771b208ed9e42c4c7
Description: debug symbols for pgstat
Build-Ids: bb888ec65711fa5af226e6da5e1b0a52e187ad19
Timestamp: 2024-09-26 14:07:31+00

Package: pg-statviz
Version: 0.7-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 478
Depends: fonts-noto-core, fonts-noto-extra, python3-argh, python3-dateutil, python3-matplotlib, python3-numpy, python3-pandas, python3-psycopg, python3:any
Recommends: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/pg-statviz_0.7-3.pgdg+1_all.deb
Size: 313796
SHA256: 5274a31e302d0b18891fd6c469030640578d3c8f4ae48a33b049d4aed0d8eee8
SHA1: 58b0462796be4d2a136bc21ddf1ea9c303f3996c
MD5sum: 5f1d1deb8819fe07d0396b7fdc65f36b
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the pg_statviz utility.
Timestamp: 2024-09-26 14:07:31+00

Package: pgtap
Version: 1.3.3-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28
Depends: libtap-parser-sourcehandler-pgtap-perl, postgresql-pgtap
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/pgtap_1.3.3-3.pgdg+1_all.deb
Size: 20904
SHA256: 35656c7d1bc7374a4179156f516b4f934bc651dc64fd6ae743bd27530e84152e
SHA1: 1464efef7dd75fdd2b1192d508b8e31a24d464f0
MD5sum: db0502d4f9d4805ebb76fc5a46c7626e
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.
Timestamp: 2024-09-26 14:07:31+00

Package: pgtap-doc
Source: pgtap
Version: 1.3.3-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 356
Multi-Arch: foreign
Homepage: https://pgtap.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgtap/pgtap-doc_1.3.3-3.pgdg+1_all.deb
Size: 66816
SHA256: 85876da6ad81af5514944911fb6c51ad758e8f7a03231805538a0ebb0551109e
SHA1: 46e501d308c1f572050955905b4b2c6156bad387
MD5sum: 2f0c958e134363059118a5a38285a224
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.
Timestamp: 2024-09-26 14:07:31+00

Package: plprofiler
Version: 4.2.5-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 642
Depends: python3-psycopg2, python3, python3:any
Recommends: postgresql-plprofiler
Provides: python3-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/plprofiler_4.2.5-3.pgdg+1_all.deb
Size: 338348
SHA256: 410c2435e3a3cc09984e8b4b56dd04c7d53771070ae48e4ce8adff20ebfbc9fa
SHA1: 9a46ecf8cd4ba9bd247c27f6fd230580ecdf2157
MD5sum: 529572a505e148206a53fa93cb1b56ab
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 t.
 This package contains the Python module and the plprofiler CLI util.
Timestamp: 2024-09-26 14:07:31+00

Package: postgis
Version: 3.4.3+dfsg-2.pgdg130+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 633
Depends: libc6 (>= 2.38), libgdal35 (>= 2.0.1), libgeos-c1t64 (>= 3.6), libpq5, libproj25 (>= 5.2.0), perl:any
Recommends: postgresql-postgis, postgis-doc
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.4.3+dfsg-2.pgdg130+1_arm64.deb
Size: 145032
SHA256: 935b441f547727b724216eabaa6c5f29033b9c14696ef41b2ea7cd5e0e27ba39
SHA1: c6902fb71fecda342064f6a1832fcb70a0d145c0
MD5sum: 4a47ab9eaf952e004d526c51ea21a7c0
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2024-09-26 14:07:31+00

Package: postgis-dbgsym
Source: postgis
Version: 3.4.3+dfsg-2.pgdg130+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 711
Depends: postgis (= 3.4.3+dfsg-2.pgdg130+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.4.3+dfsg-2.pgdg130+1_arm64.deb
Size: 538052
SHA256: b21ab15ff1351901e0e370903f8f02006da52bb58388955967903c2b92389c1a
SHA1: bcf9e7ee0fb621f1740ba124f37a51361554a5ff
MD5sum: 5b3a01be751585972af1327a31de4035
Description: debug symbols for postgis
Build-Ids: 295cff7ac5c0e930d6fdb22c64c5ac40981748ac 3f7517d81ea31d616cc73f1d116437a5c582e523 cfb84a50d3cd3fc06e87d4f91c77b297eb5ea164
Timestamp: 2024-09-26 14:07:31+00

Package: postgis-doc
Source: postgis
Version: 3.4.3+dfsg-2.pgdg130+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6231
Suggests: postgis
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: doc
Filename: pool/main/p/postgis/postgis-doc_3.4.3+dfsg-2.pgdg130+1_all.deb
Size: 2917716
SHA256: 3e51b571561ffd3a7772a2b3ae3189a81501a7a0b7159ae0784ec3f406a83198
SHA1: f30c8d9181fd5d61ea572664d321d23a877fa2f2
MD5sum: 546223ea5c4657a922ea46c47f6beeff
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql
Source: postgresql-common (264.pgdg+1)
Version: 17+264.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-17
Suggests: postgresql-doc
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_17+264.pgdg+1_all.deb
Size: 12268
SHA256: e437a89df56ef6f57957e7db01515cd80783c0817969f6c8fb371d223593129d
SHA1: d7dfbbcd09addb16c2a6a7620a9c89ef479cce84
MD5sum: 28129b84351e10ae3c7ccb80348717ca
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-asn1oid
Source: pgsql-asn1oid
Version: 1.6-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-10-asn1oid_1.6-2.pgdg+2_arm64.deb
Size: 6496
SHA256: ba2e64c856adbd3ee8008cad65392a10245479a1c319b84f44c460952da52117
SHA1: 4c5aa520523278902f7988e002c6d86c765ff835
MD5sum: 362945a152613ae7095ab29d2703b6ff
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 10.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.6-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-10-asn1oid (= 1.6-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-10-asn1oid-dbgsym_1.6-2.pgdg+2_arm64.deb
Size: 8080
SHA256: f9d856a235bd6058b8be52073a5d49657045d926c90ab4eecd9072209967c2ca
SHA1: 5aaa4c3c2aeedb5528de96db5794273ae500d5b3
MD5sum: c444edb74a8c1a7b49387afedb32413f
Description: debug symbols for postgresql-10-asn1oid
Build-Ids: 868ddc1620977d9c90425507551a044df43db691
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.7-3.pgdg+2
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 82
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-10-bgw-replstatus_1.0.7-3.pgdg+2_arm64.deb
Size: 7440
SHA256: f88519f154aa53a3a1195fca23ac2ebaf13349dfa55a1bfe6ad04358cdff72d4
SHA1: 1d2ba0374e3fa60158924b58eb19e1808d4d2a16
MD5sum: 4f170739fddff7b9112a82413a6e3b83
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.7-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 23
Depends: postgresql-10-bgw-replstatus (= 1.0.7-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-10-bgw-replstatus-dbgsym_1.0.7-3.pgdg+2_arm64.deb
Size: 8408
SHA256: 0fff6fbb06ed4840f129a67d59b5789f379c9c80a2f531023efb0bfc93109b32
SHA1: 4eb00401b4331983ff0aa9f9f2e8176c31345fdf
MD5sum: cb97c4d9a8da92bd0cd9cffe168581fc
Description: debug symbols for postgresql-10-bgw-replstatus
Build-Ids: e79bb9a7b2a5195ae56e16b05291a083ebf39a0e
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-cron
Source: pg-cron
Version: 1.6.4-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: postgresql-10, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-10-cron_1.6.4-2.pgdg+2_arm64.deb
Size: 34212
SHA256: 7ba2dbfd51d2921ae6447155596ff62a2be620ccae5160885686b6ed8b00a317
SHA1: 9a65a4384628c78bde8b9e15516d3cf87399678b
MD5sum: 17213232e98ce696e52aaad764d22318
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-cron-dbgsym
Source: pg-cron
Version: 1.6.4-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-10-cron (= 1.6.4-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-10-cron-dbgsym_1.6.4-2.pgdg+2_arm64.deb
Size: 94408
SHA256: 58ce085cf2b490eb78765ae0388cb66bc26134ecb3d73f0ae844b31867bb51c6
SHA1: f283636b8b83344f9885f4547c6800aaa47790e7
MD5sum: c5127aaf65615533df7dc78f90c4f009
Description: debug symbols for postgresql-10-cron
Build-Ids: 412b53326d2900032a03b75f0c9a24594050084e
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-debversion
Source: postgresql-debversion
Version: 1.2.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: postgresql-10, libapt-pkg6.0t64 (>= 0.8.0), libc6 (>= 2.17)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-10-debversion_1.2.0-1.pgdg+2_arm64.deb
Size: 9212
SHA256: ed14bd87a5d115e58d418920ad864207c622a9c8c4dd5510f39d3da16dc689fb
SHA1: e52783c21f8d11cba0ae239f3cf2f9e9bbcfa5bb
MD5sum: 1fc7f97bbc13459edf60bdeecac6bcce
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()
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-debversion-dbgsym
Source: postgresql-debversion
Version: 1.2.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: postgresql-10-debversion (= 1.2.0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-10-debversion-dbgsym_1.2.0-1.pgdg+2_arm64.deb
Size: 17904
SHA256: 350b05546e51e85d2c68f3bdc6c57e585607547fd863d3e67b86ceefd6e7b47b
SHA1: b81ad16aa24d94145edbff7e35cb2e2b47a9875d
MD5sum: 9e4af1803742a20d7e7474afd097f7d0
Description: debug symbols for postgresql-10-debversion
Build-Ids: 634881b893c0e738ae73de05bad0a320d44cf89f
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-dirtyread
Source: pg-dirtyread
Version: 2.7-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-10, libc6 (>= 2.38)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-10-dirtyread_2.7-2.pgdg+2_arm64.deb
Size: 10880
SHA256: 022d8fe02307531a51788fcfa15eab42f85eef07bc7d76c02bd0502d894c56c1
SHA1: a34ddb618eae4d2717c4b1f7d4a9c60bcba50614
MD5sum: c2b1480aef1d5fd30be671f89f00453b
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.7-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-10-dirtyread (= 2.7-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-10-dirtyread-dbgsym_2.7-2.pgdg+2_arm64.deb
Size: 29268
SHA256: a59570ff3630af179f7f44aeeb48b002204fcedb6c5fa71db96c470de02250ab
SHA1: 936aec78c242dd0ab8469810d044e35b223e77b5
MD5sum: 3bbf463b228fddc9be2d42f2c6a80eaf
Description: debug symbols for postgresql-10-dirtyread
Build-Ids: a3c1e48ad02f558847c8e7192e8d897faffed2bf
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-extra-window-functions
Source: extra-window-functions
Version: 1.0-6.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-10-extra-window-functions_1.0-6.pgdg+2_arm64.deb
Size: 7924
SHA256: 79c46ce1fcc16bcae934022e54c2f11da8fc50a94de893f07428b84a15568b67
SHA1: 1fa735fdf4ee87982a984a1c3d44a4a0ed8e1916
MD5sum: 353382afd5a68662d5d604d1b458a6c4
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-6.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-10-extra-window-functions (= 1.0-6.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-10-extra-window-functions-dbgsym_1.0-6.pgdg+2_arm64.deb
Size: 9592
SHA256: e2a15e312ac9b092091d465f3567b319e2420718ae97f64e816f20d49248a4a5
SHA1: 692654109c4a5dbb15b1db255263870f24739204
MD5sum: 85d323f7eade484f9c4059cba2934b9c
Description: debug symbols for postgresql-10-extra-window-functions
Build-Ids: dbe522bc188c3cc48be4c01005ef6f35276ce82d
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-10
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-10-first-last-agg_0.1.4-4-gd63ea3b-8.pgdg+2_arm64.deb
Size: 5848
SHA256: a34e8cd1aae7b2a5035ef986e4efbae3c4ed6a9a2f529674b344ad6269a77ffc
SHA1: 03ec074dc13cf3ce20d80a95ace14aecf7e7043f
MD5sum: 2ebd166194c5941dcc17caa7180c39ab
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-8.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-10-first-last-agg (= 0.1.4-4-gd63ea3b-8.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-10-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-8.pgdg+2_arm64.deb
Size: 3976
SHA256: f334922f6f75a050ef06e0c24b9a75683cd2d25a87c0fc6acfacc760bcbcc7be
SHA1: 5a015b1d2cb544d2dade054fba1aeee8dbae8abc
MD5sum: ff3ebb36170c8a70ec876f8f7aba39fb
Description: debug symbols for postgresql-10-first-last-agg
Build-Ids: c53ce84ef6cad8925e6d71e7f8f462dd2b6d39f7
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-hll
Source: postgresql-hll
Version: 2.18-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 122
Depends: postgresql-10, libc6 (>= 2.38)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-10-hll_2.18-2.pgdg+2_arm64.deb
Size: 35824
SHA256: 9baea86dc527dd25d4e0707ace4d825a278a43ca669a4ab1849e3d29fc449a24
SHA1: 79625c295f34fb9db0778d2ef09de88bea018fa1
MD5sum: 501cbc00be8b43de736d991f6c029a1c
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-hll-dbgsym
Source: postgresql-hll
Version: 2.18-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-10-hll (= 2.18-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-10-hll-dbgsym_2.18-2.pgdg+2_arm64.deb
Size: 78452
SHA256: d6d38406ac06a5b5c8566a7c0ea6287e06022493a9b4167cb852572f648a8210
SHA1: 7cdb28f8b77a5857609ba9752252401735b244a3
MD5sum: cb5aba8b869b96a68f31a17e21b36c33
Description: debug symbols for postgresql-10-hll
Build-Ids: e519eb6417c7a951ea9cc67fb9cef1acad502fae
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-http
Source: pgsql-http
Version: 1.6.0-5.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: postgresql-10, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-10-http_1.6.0-5.pgdg+2_arm64.deb
Size: 18632
SHA256: 8a1e8914766b23e2b20f628f1fd7798514cb39450605ffcb13a3bf517d9c6635
SHA1: 1897400b4fd5aec2e64a0f9ff54d18e961b74de4
MD5sum: c876f3ba8d211ed5a51d43d549d07a13
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-http-dbgsym
Source: pgsql-http
Version: 1.6.0-5.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-10-http (= 1.6.0-5.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-10-http-dbgsym_1.6.0-5.pgdg+2_arm64.deb
Size: 55368
SHA256: 24bb47da5aa2c0b0684af6a8bc2836afa583c38e26ed7d83a1dad14fad26f123
SHA1: ed9af4099fb50214aed74d1372e0057f6c6e205a
MD5sum: a11ab235fcbea699bfe8304225e41968
Description: debug symbols for postgresql-10-http
Build-Ids: 0bf3e6d1ce56874596288bd2a0aae1fd1b23461b
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-hypopg
Source: hypopg
Version: 1.4.1-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-10, libc6 (>= 2.38)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-10-hypopg_1.4.1-2.pgdg+2_arm64.deb
Size: 24740
SHA256: b6ce396a38cc7697262e607da2a8e9fbb83626e5f2ab96b03ba543f0cd9f4da9
SHA1: 272959e53d6f518ca4514188129e8323a06c1fc1
MD5sum: bed34f369c922028c1c64de331afcd00
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-hypopg-dbgsym
Source: hypopg
Version: 1.4.1-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-10-hypopg (= 1.4.1-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-10-hypopg-dbgsym_1.4.1-2.pgdg+2_arm64.deb
Size: 67964
SHA256: b62fc460fb765494e04b2269a009b59d9782bf40a1b66a45a2b5c2160a7c261b
SHA1: 16a0b5b2a43ea54d62fb8a8b924a4934d7e97ea2
MD5sum: edddc1c469c780995e3914656b19c981
Description: debug symbols for postgresql-10-hypopg
Build-Ids: 8797fa55fc1b4c5ea4eb0bce5c5a539e1fb81a1d
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-ip4r
Source: ip4r
Version: 2.4.2-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 391
Depends: postgresql-10, libc6 (>= 2.38)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-10-ip4r_2.4.2-3.pgdg+2_arm64.deb
Size: 64488
SHA256: 2d37663d4bf2042ee26c1cf8f546ecc734e94f2d5f82b5f83640c341aea5b79c
SHA1: 87b2d5bc43fc88eef42b57605f8163067699e81a
MD5sum: c555fb676e0f71c209c196454c57d324
Description: IPv4 and IPv6 types for PostgreSQL 10
 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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-ip4r-dbgsym
Source: ip4r
Version: 2.4.2-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 211
Depends: postgresql-10-ip4r (= 2.4.2-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-10-ip4r-dbgsym_2.4.2-3.pgdg+2_arm64.deb
Size: 174844
SHA256: d72144a904a5ee576f67cd8a95e21002750392bb17be27ef8d0003253c41e2fa
SHA1: da06291548d43f17ba84dc6b22149e09fd0f77fd
MD5sum: 8ac0ffeee1fdb32a96300815c29ebbb7
Description: debug symbols for postgresql-10-ip4r
Build-Ids: 41e3af5115860c9d04b38c29d92b048ea61504d4
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-jsquery
Source: jsquery
Version: 1.2-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 173
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-10-jsquery_1.2-2.pgdg+2_arm64.deb
Size: 42296
SHA256: ce28220bc7fb268fa04079c4f101e8ef2a89eccb93f27365c8df5e62e966a209
SHA1: c764e52d54d2120059ac36c90a0a16c6b6d8f229
MD5sum: 95d84f508c37bc3c18787a86fdd77773
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-jsquery-dbgsym
Source: jsquery
Version: 1.2-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-10-jsquery (= 1.2-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-10-jsquery-dbgsym_1.2-2.pgdg+2_arm64.deb
Size: 95468
SHA256: 8b340a5eb574290ed5f31f363d05a97e9c60f077cff00bbd6d87ccaf022335c9
SHA1: a9e0730c16fb438beb552b4f8c3d99e9e0105509
MD5sum: bc30f09c210b76a003d864e140145377
Description: debug symbols for postgresql-10-jsquery
Build-Ids: ae2275409bcd63852cb775aa14bbfa2b4d1f9942
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-londiste-sql
Source: londiste-sql
Version: 3.8-6.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-10-pgq-node, postgresql-10
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-10-londiste-sql_3.8-6.pgdg+1_all.deb
Size: 20660
SHA256: ac11925e1ed353437e973e8113dc8692f9835c70104ec299184dcfa9d196e996
SHA1: 813d2a3229757b75440f10145e63379f3cd79ca4
MD5sum: ef6d00e38883a4796d4eefd4851ae9d3
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-mimeo
Source: mimeo
Version: 1.5.1-19.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4485
Depends: postgresql-contrib-10, postgresql-10
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-10-mimeo_1.5.1-19.pgdg+1_all.deb
Size: 128600
SHA256: f2e67d5c23a4c10b34cd6427b50a9dce68258d1d07af39b99354722016306c9a
SHA1: bb1082ff4e70f3ae060695b37ddbd425f0945886
MD5sum: d55798167f4ded2a555188241626c367
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-numeral
Source: postgresql-numeral
Version: 1.3-7.pgdg+2
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 100
Depends: postgresql-10, libc6 (>= 2.38)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-10-numeral_1.3-7.pgdg+2_arm64.deb
Size: 22644
SHA256: 51bed280f14dd78ac73b29bdb11ce4a06c5c28235da8838c5797f51e7859a841
SHA1: 48bf5edc910036ed023ec75e13dae76c0b43977d
MD5sum: 713a2db88d246982bab67771ba30ce51
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-7.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 62
Depends: postgresql-10-numeral (= 1.3-7.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-10-numeral-dbgsym_1.3-7.pgdg+2_arm64.deb
Size: 40784
SHA256: 460b287bff20981a27105be6f9c2eddcad361d3270712b1c4fa8348c04234a36
SHA1: 8c98509f4aec2a639bed7d6dbb6d3f488c297b9c
MD5sum: 5103b23524784def4f6a76dd49a59485
Description: debug symbols for postgresql-10-numeral
Build-Ids: 4ac80703c4ca44c9aa90fb2ff1fe56d244995e19
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-omnidb
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-6.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-10, libc6 (>= 2.17), libpq5
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-10-omnidb_3.0.0.20201026-6.pgdg+2_arm64.deb
Size: 7604
SHA256: 7aeb975d81d923770f96684fe05f3490f9aef99a5b82ffe303cfe00f94b437fa
SHA1: 0e37c2e21f28a94a0a838e5de348a82a06013190
MD5sum: 413ca0ea751b487ac9cc8dfd5e6c9b98
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL omnidb_plpgsql_debugger extension for
 interactive PL/pgSQL debugging in OmniDB.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-omnidb-dbgsym
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-6.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-10-omnidb (= 3.0.0.20201026-6.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-10-omnidb-dbgsym_3.0.0.20201026-6.pgdg+2_arm64.deb
Size: 31684
SHA256: ebb9f750c03e7012f6e897948fed85b4b343007f3495b85ceadbacaa3f899923
SHA1: 22cf1a19c1612b4762b959bd89a9f998af984c7c
MD5sum: c4a945f948f66c21cadba534fb553440
Description: debug symbols for postgresql-10-omnidb
Build-Ids: 1b8dff5cbd65a428b78d53a67c87359eac04ad35
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-oracle-fdw
Source: oracle-fdw
Version: 2.7.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: oracle-libs, postgresql-10, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-10-oracle-fdw_2.7.0-2.pgdg+1_arm64.deb
Size: 80200
SHA256: 2a48adf042fe42a3b6e0dc6c1f9dfc3b1640a0830f1c7bd573baa55bf94b4f8f
SHA1: 1c31c3c8815ec7eb39e5505288b3badda164b0d5
MD5sum: 211f48fc6c64c36c1c96bcdeb4dd4d15
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.7.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 190
Depends: postgresql-10-oracle-fdw (= 2.7.0-2.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-10-oracle-fdw-dbgsym_2.7.0-2.pgdg+1_arm64.deb
Size: 169188
SHA256: c548083966c4e7f6d80d81a380bb0bc571dad763b3ee7ed4d26b8fa0d5c3f8c5
SHA1: 2949892bf76d0ddfec095bbea486499e5b28da51
MD5sum: decfb487990a658b9530aefba9672cd5
Description: debug symbols for postgresql-10-oracle-fdw
Build-Ids: 322f56413db27d3e6ac9659bd8e3830852a7ec41
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-periods
Source: postgresql-periods
Version: 1.2.3-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 568
Depends: postgresql-contrib-10, postgresql-10, libc6 (>= 2.38)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-10-periods_1.2.3-1.pgdg+2_arm64.deb
Size: 34780
SHA256: 55e4f4395bdbff866960ea75a8535ae3ab3dfb68edef9b15ec702a5b07b651d1
SHA1: ba4a241d9540861029d6f5266ce2f8055d3694c2
MD5sum: c4875286efda90f22e96d12571ed0715
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-periods-dbgsym
Source: postgresql-periods
Version: 1.2.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-10-periods (= 1.2.3-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-10-periods-dbgsym_1.2.3-1.pgdg+2_arm64.deb
Size: 26344
SHA256: 7f2e69d47e394af3aa3d556bbcf8b7debf1d4043a7fe529199f7ec27fe245201
SHA1: 688193197a1f394a90d1bd97ee067fbdbc56b226
MD5sum: 55d3af6cb5972ddb8db021df887830c9
Description: debug symbols for postgresql-10-periods
Build-Ids: cb82ac96c45c3ec99927c63b3e4b316084c73be9
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pg-catcheck
Source: pg-catcheck
Version: 1.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-10, libc6 (>= 2.38), libpq5 (>= 9.2~beta3)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-10-pg-catcheck_1.5.0-1.pgdg+1_arm64.deb
Size: 27824
SHA256: 60dee6ac4e77ce53309119063742eea93cba84fa64f486f37ecde03a42e1229a
SHA1: 2156b71d907188985fa858949461b1e3b1dfc1cd
MD5sum: 7d0c7545a1495b269c2c1428ad928f9b
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-10-pg-catcheck (= 1.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-10-pg-catcheck-dbgsym_1.5.0-1.pgdg+1_arm64.deb
Size: 40180
SHA256: fa7bd89ba6633262542589009525d425b2824912fe9a99af9ee8bc69a87fb2c6
SHA1: 44f2e94a724ce55a71faefafb976bf0c6260a779
MD5sum: 395e70bce7de668b2a74d66853606c6a
Description: debug symbols for postgresql-10-pg-catcheck
Build-Ids: 19a83967abc92d4c099f93eb71589ef05f9d0b19
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pgextwlist
Source: pgextwlist
Version: 1.17-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-10, libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-10-pgextwlist_1.17-3.pgdg+2_arm64.deb
Size: 12756
SHA256: fb626134e8006ec6ff34fdf4b56cf2ffdd40160a87d03dd50cf3ce2e02d9e74d
SHA1: 4f7763ce67b91e9d5970db2de2c87637f08e5bf8
MD5sum: 7f5860b8400b21226a9da11e5dae5a9a
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.17-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-10-pgextwlist (= 1.17-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-10-pgextwlist-dbgsym_1.17-3.pgdg+2_arm64.deb
Size: 45920
SHA256: 41ff4fc02418b2c6a655ad7ef69d07778aaaa839b30dc85de0390a99061f45e7
SHA1: a7795f69e15f313de43f2cfb31393994aba5a2bb
MD5sum: a8162852de57f37cba62ea77cdbe9b92
Description: debug symbols for postgresql-10-pgextwlist
Build-Ids: 5a4d46eb84b730db189e526ee544b05f3c6e0614
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pg-fact-loader
Source: pg-fact-loader
Version: 2.0.1-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1144
Depends: postgresql-10
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-10-pg-fact-loader_2.0.1-4.pgdg+1_arm64.deb
Size: 41452
SHA256: 92fcb1921fe60223f58b0816b3aca77ed698cc5362abc5e14485c4fee203ca3e
SHA1: 9798024e720bec6dbd2de59fccf7e564eb7e273b
MD5sum: 072f951ef0b3cc2cde914953b910dc4f
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 10.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pgfincore
Source: pgfincore
Version: 1.3.1-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-10, libc6 (>= 2.34)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-10-pgfincore_1.3.1-2.pgdg+2_arm64.deb
Size: 14908
SHA256: 5c4c36a50b7d3c5b56d6ecab47f6342b0c373f48686fa92cd791017540bc6c93
SHA1: 1cfb7d4600b3c2a64f0030edd58a9159744f9a12
MD5sum: ee449c67392935e211ecbfee743acf41
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pgfincore-dbgsym
Source: pgfincore
Version: 1.3.1-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-10-pgfincore (= 1.3.1-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-10-pgfincore-dbgsym_1.3.1-2.pgdg+2_arm64.deb
Size: 36400
SHA256: 5ca6fc0f3ed3baa648960b591d8a7e267b68dcf72ff75c5f508bf6aadba3007e
SHA1: b9d182ed4d3b90a5e4b6dd81dc4abe4ca1035d24
MD5sum: 69b9ed41a3db483a9fef7a0c551bdf4a
Description: debug symbols for postgresql-10-pgfincore
Build-Ids: 105c5b2eec018e10a1ad6443edf475f510ebd126
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.2.1-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1917
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-10-pgl-ddl-deploy_2.2.1-2.pgdg+2_arm64.deb
Size: 41412
SHA256: a0e0c77045ebd2d38d254cc938c0c75524bcf7b42a79e7cb5ac5a305b54de9fa
SHA1: e789b83a90eb3f1b6551d78e2493056485e51f53
MD5sum: 5c6d91c837c3760932f44f55744cc37e
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 10.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.2.1-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-10-pgl-ddl-deploy (= 2.2.1-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-10-pgl-ddl-deploy-dbgsym_2.2.1-2.pgdg+2_arm64.deb
Size: 17640
SHA256: c873570695b36abf08f9913c8c98190090631d7817000c7d3e1faa8450e0fae4
SHA1: e62519000d0d6ccd35d06d71dbe7b32892c55424
MD5sum: f8cf0b2bc4317a90d4bcd706a61aa71e
Description: debug symbols for postgresql-10-pgl-ddl-deploy
Build-Ids: 436248f1b7c331dd4cfe45dc1f0bbd14cdad6c8a f3eb510f913a185e31196a0e3f133de54e630343
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pglogical
Source: pglogical
Version: 2.4.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 637
Depends: libc6 (>= 2.38), libpq5 (>= 9.1~), postgresql-10
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-10-pglogical_2.4.5-1.pgdg+1_arm64.deb
Size: 107912
SHA256: ff3c23c0517feb0d3b0d005c73fcb76b848166f09738cb4abe97858179c17ee7
SHA1: 1ec97df1ee0a549d135bcd34de03f5708074b0d3
MD5sum: 509143f6c1b2629feb554dfebf36483c
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pglogical-dbgsym
Source: pglogical
Version: 2.4.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 413
Depends: postgresql-10-pglogical (= 2.4.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-10-pglogical-dbgsym_2.4.5-1.pgdg+1_arm64.deb
Size: 346816
SHA256: 91c8257f16f932ffc755725e953e2196b73831fd53bfdcfc8cf4862bc96e54b3
SHA1: e40deec67a57f9198433dcb8c920adef171142d8
MD5sum: 45a161b0884ae5716a7722206cdafebd
Description: debug symbols for postgresql-10-pglogical
Build-Ids: 23e188dd4c7203d47dc656463abcbb4a47766fdc 7362545e288547a935dd15307875bf326258c984 874c6bfee96a3b8020d27af60a7b6d53eaf2774a
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: postgresql-10-pglogical, postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-10-pglogical-ticker_1.4.1-8.pgdg+2_arm64.deb
Size: 12676
SHA256: f347ff067c1e751544ba8d4f7b7aa26b96584f48db2961b02da463488b055ab4
SHA1: 28f08f1f9100994668af6e7b0d174919f4aac549
MD5sum: ac4863823298f4fbec2353fa8e1e0fe8
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 10.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-8.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-10-pglogical-ticker (= 1.4.1-8.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-10-pglogical-ticker-dbgsym_1.4.1-8.pgdg+2_arm64.deb
Size: 14872
SHA256: 161ad10afd16e98fac5e21872aaf001a96b0e19b7c4a21e210ddad13732882bd
SHA1: 02fe7d83d6cd11b5358faa491265c77e6c74ecf3
MD5sum: 395817445279a6d574ab1c4531b69e3b
Description: debug symbols for postgresql-10-pglogical-ticker
Build-Ids: 045b103f5a7135161fcfb4676366482bd62b21bb
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pgmemcache
Source: pgmemcache
Version: 2.3.0-14.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: postgresql-10, libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-10-pgmemcache_2.3.0-14.pgdg+2_arm64.deb
Size: 20700
SHA256: aa3e098d3482cac2d72afa2368c02e7115f6e0c60c3a9879dd3f1ce916bfc14f
SHA1: f2695963c92e361b5b8e1132009629585d4b0311
MD5sum: 219bdfe4dce76f1a7cbb87862768924e
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-14.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-10-pgmemcache (= 2.3.0-14.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-10-pgmemcache-dbgsym_2.3.0-14.pgdg+2_arm64.deb
Size: 43972
SHA256: 4f08987c8c416b12574265f1fa2d8cade9739014a688f4687375caf648a68597
SHA1: c4c54aab04a747f26c2ee39f9eddc31639f05ecf
MD5sum: 17470f591fd028f9276f149027595253
Description: debug symbols for postgresql-10-pgmemcache
Build-Ids: 0a34b4d9e51e693b3dbc779f111e030c45d8415a
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pgmp
Source: postgresql-pgmp
Version: 1.0.5-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: postgresql-10, libc6 (>= 2.38), libgmp10 (>= 2:6.3.0+dfsg)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-10-pgmp_1.0.5-3.pgdg+2_arm64.deb
Size: 44452
SHA256: 7c6e6f157a88b827011154f08d36690334a093beb9d169f4b1df7d7b3e867f9d
SHA1: ffc18ad491b82028b3a89248ae1f4d294ade5880
MD5sum: 37a295fb5640700a358202edcb085f67
Description: arbitrary precision integers and rationals for PostgreSQL 10
 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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.5-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-10-pgmp (= 1.0.5-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-10-pgmp-dbgsym_1.0.5-3.pgdg+2_arm64.deb
Size: 63748
SHA256: 544f0ad1452831517e923e7c28dc32438511161d48179100bdf2281983416f95
SHA1: 9a0611d2a401da5fb6e0fa7b518ebc8b2a7d47d7
MD5sum: f612e2b6af308f9de71efa158fe1badb
Description: debug symbols for postgresql-10-pgmp
Build-Ids: 720064c3a146780512929093e5b896cc0628bdc8
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pgnodemx
Source: pgnodemx
Version: 1.7-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-10, libc6 (>= 2.34)
Homepage: https://github.com/CrunchyData/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-10-pgnodemx_1.7-1.pgdg+2_arm64.deb
Size: 31516
SHA256: 40d9d07f12345081d5dfcce33ce38c8a3f40d78a8f8c48aacaa3d8ddb93f6b2f
SHA1: 6ff3948826c25bf6c44e61bdd91366aeaf62f4eb
MD5sum: ce6860fb3f396844192740ef5b49d958
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pgnodemx-dbgsym
Source: pgnodemx
Version: 1.7-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: postgresql-10-pgnodemx (= 1.7-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-10-pgnodemx-dbgsym_1.7-1.pgdg+2_arm64.deb
Size: 78684
SHA256: dbbe3dd78edc0cbc540144ce09c84528f39c4a802e85169eef0ccc8ef191cacf
SHA1: 3f7e0ceb5455e91235a3126b664fb3f587aa6fec
MD5sum: a035ce10cdea484a7f6eeaaf54f9a3f2
Description: debug symbols for postgresql-10-pgnodemx
Build-Ids: f5b355dc43b012e9c85f33deac12882ab52d5ebf
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pgpcre
Source: pgpcre
Version: 0.20190509-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-10, libc6 (>= 2.17), libpcre2-8-0 (>= 10.22)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-10-pgpcre_0.20190509-8.pgdg+2_arm64.deb
Size: 9712
SHA256: bd9f2bc81dfd1c5b2daeabb2d3381ca34d1ced99a2815306433af9459ef7099d
SHA1: 32edc2fc87222f19a068fafeac742e6e059b9580
MD5sum: 67c75ac464404cb6f888670f6bb03323
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-8.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-10-pgpcre (= 0.20190509-8.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-10-pgpcre-dbgsym_0.20190509-8.pgdg+2_arm64.deb
Size: 14980
SHA256: 76079282aed20fedbf4590d8d047cef422fe62e8ad53082ab966f6a870e2cdb6
SHA1: ad7225bc7433720036175b2533334618813d6c65
MD5sum: 7530b8f7fb4b918514b7e987029b5555
Description: debug symbols for postgresql-10-pgpcre
Build-Ids: d2d85ade496962171c04f568d0942d5236ec8623
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pg-permissions
Source: pg-permissions
Version: 1.3-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-10
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-10-pg-permissions_1.3-3.pgdg+1_all.deb
Size: 8420
SHA256: 685bad4e68401f701444efba9ecd4d9166626bc294f58aa7e0bbe2363db0248e
SHA1: 1e6b559d1bb6ebb0aa9244287979b02345a38d42
MD5sum: c1140ad9a8304a2ec0d545f408ffd054
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pgpool2
Source: pgpool2
Version: 4.5.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 392
Depends: libpgpool2 (>= 4.5.4-3.pgdg+1), postgresql-10, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2_4.5.4-3.pgdg+1_arm64.deb
Size: 133252
SHA256: cb2f7eb136cb6eab9096e581b962855857b925b3fa1ed6f59faf761e42ab895a
SHA1: 43467b86047f3300e97c25451caa683f569d7198
MD5sum: ba5acf57c2244717ef94f2d8cceaf61e
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 10 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pgpool2-dbgsym
Source: pgpool2
Version: 4.5.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-10-pgpool2 (= 4.5.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2-dbgsym_4.5.4-3.pgdg+1_arm64.deb
Size: 53468
SHA256: 74dc4ff584554f00c4aeddd5768dd2e1adcb32c1d99e4046a124594da30390a6
SHA1: 077522711d0c00f070e4792ced8b5c1042d7f38a
MD5sum: 069bf56c75fd9e53274cd4044fc0d71b
Description: debug symbols for postgresql-10-pgpool2
Build-Ids: 1b7ed2efde66977a512aa6c28d1d57c360fa534f 89c6df48c36370e76bdb0155a9864601a7618f84 cb53ee7904281eb1bd7a14d605009a870ba0018a
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pgq3
Source: pgq
Version: 3.5-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2109
Depends: libc6 (>= 2.17), postgresql-10, pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-10-pgq3_3.5-4.pgdg+2_arm64.deb
Size: 82316
SHA256: 0679fe4a8b6193911d852ea71a52944bf7ebbbada624e8ed7ecd653561d68624
SHA1: 5eb96e4e9302e6f67c10f4bbad21ba0ad75cb893
MD5sum: 86de553e91b5c4599c2b6c584a758dff
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pgq3-dbgsym
Source: pgq
Version: 3.5-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-10-pgq3 (= 3.5-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-10-pgq3-dbgsym_3.5-4.pgdg+2_arm64.deb
Size: 68160
SHA256: 80e3246e4f84485f928451ce23aa23138fa0a0148b8863fe2d0d7dcae93a5a1f
SHA1: 1db23f195b8101df723b8d1a82d882ffdbf3d1cb
MD5sum: cfda22b12548fbeecb7180cc7a43d87a
Description: debug symbols for postgresql-10-pgq3
Build-Ids: a48b4d174a8b9de09a2983fa39f772d4d33d4efe cb7fa63da360aea202617306415762170b59fff3
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pgq-node
Source: pgq-node
Version: 3.5-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 538
Depends: postgresql-10, postgresql-10-pgq3
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-10-pgq-node_3.5-7.pgdg+1_all.deb
Size: 12824
SHA256: 828ddc7d302ba8f47ffdda9c819f7f3aac78d515712ccf96c3323236d1ecccb4
SHA1: 6e9c37466ed8558375f1fe96d14ebecec1e8fefe
MD5sum: 388ad589308c70c1820c8f2b518305a6
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pg-qualstats
Source: pg-qualstats
Version: 2.1.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-10-pg-qualstats_2.1.0-2.pgdg+2_arm64.deb
Size: 29700
SHA256: f6b33e3caedf1c41c97f2cd534e66d48838162b42ec852d0118e50f23031d05d
SHA1: 5b2d793e291f292510284c28f3159b4d930a0327
MD5sum: 1a0e31b16e37a014a9ee19166a947de6
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-10-pg-qualstats (= 2.1.0-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-10-pg-qualstats-dbgsym_2.1.0-2.pgdg+2_arm64.deb
Size: 63468
SHA256: 034c79fc06919eb3e96d3c2af6f47d99a12d53daf6f60672208ece7cca74609e
SHA1: 857567377220a91067355c7012de68309131db5a
MD5sum: 64f742e26f78bda9229c14da55f30e25
Description: debug symbols for postgresql-10-pg-qualstats
Build-Ids: 273e2be4574c94fbb9f548dd43f983375b6d7144
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pg-rrule
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-10, libc6 (>= 2.17), libical3t64 (>= 3.0.0)
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-10-pg-rrule_0.2.0+git20211101.d7d10f2-3.pgdg+2_arm64.deb
Size: 11008
SHA256: ca6a81d53314c3698a5138150a6b64a002517fa379b994fe781b748d7f59cf51
SHA1: 32552560769db2d9bc0a8c7b0b5cb19888230984
MD5sum: 22cff30f5014e616d709d78fbd1a09c4
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pg-rrule-dbgsym
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-10-pg-rrule (= 0.2.0+git20211101.d7d10f2-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-10-pg-rrule-dbgsym_0.2.0+git20211101.d7d10f2-3.pgdg+2_arm64.deb
Size: 19788
SHA256: bd70492589e7ca6b91b96c2428fefd8e660a40f440b28ff08c51dc41e6f7bd93
SHA1: aca1d0c901d3bd18f0c08e1e942e0700a4d3035a
MD5sum: b0be3d385cd228403b7651d952404939
Description: debug symbols for postgresql-10-pg-rrule
Build-Ids: 99812970a823ef041cf28f38edaadcd639e1297a
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pgsphere
Source: pgsphere
Version: 1.5.1-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1054
Depends: postgresql-10, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-10-pgsphere_1.5.1-2.pgdg+2_arm64.deb
Size: 178548
SHA256: 3f8d56994408faa7b7c1493a91d9605c21f07d2a57d04b95e31959f6ad766709
SHA1: 60025dee65fbe06fd652ce028dd29b3736bcba23
MD5sum: 55abaee57f0576c9ea600986f67d16af
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pgsphere-dbgsym
Source: pgsphere
Version: 1.5.1-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 420
Depends: postgresql-10-pgsphere (= 1.5.1-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-10-pgsphere-dbgsym_1.5.1-2.pgdg+2_arm64.deb
Size: 361388
SHA256: b21da6aeb52e8fb476ad972f5418fef87a1c382e15fe52f1c84cbcefedcffdfe
SHA1: 96af76f5d1b52769fc9e083eec34309f12adabe0
MD5sum: aea31692a59bffbe353b171fbd1a54b8
Description: debug symbols for postgresql-10-pgsphere
Build-Ids: 5fd64139fdf06195ca3e907fc323bef6630a1969
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.3.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-contrib-10, postgresql-10, libc6 (>= 2.38)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-10-pg-stat-kcache_2.3.0-1.pgdg+2_arm64.deb
Size: 18860
SHA256: eae3d2d544691e891d7602421a881dcf5ab601fbc20eaa35b6ad97e453d50b11
SHA1: 029e88f12a9f909fd944367a20a922ff4d183212
MD5sum: d4e84751504e5d43a1e6db6cf1bc9b32
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.3.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-10-pg-stat-kcache (= 2.3.0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-10-pg-stat-kcache-dbgsym_2.3.0-1.pgdg+2_arm64.deb
Size: 41604
SHA256: 5a48c4b5c84fedd6b18664c9223aa3a2aa72642126c7b219876cf2e15f8dbade
SHA1: 61368cdf2599f7f504c46de2ee614d63e8118945
MD5sum: 10c6678cba835a9aa2d801469b4c6060
Description: debug symbols for postgresql-10-pg-stat-kcache
Build-Ids: 665b9cb7f089953870c3edeef31284aea45fe55a
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pgtap
Source: pgtap
Version: 1.3.3-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1795
Depends: postgresql-10
Recommends: libtap-harness-archive-perl, libtap-parser-sourcehandler-pgtap-perl, libtest-harness-perl, pgtap-doc
Breaks: pgtap (<< 0.95)
Replaces: pgtap (<< 0.95)
Provides: postgresql-pgtap
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-10-pgtap_1.3.3-3.pgdg+1_all.deb
Size: 62960
SHA256: d3289b9a33b6c8a657c330d4003db6d9cda3f8950aee99033e4a6f4ed83e10e9
SHA1: 7f1e31efa7bfb0e15b9113546976eb04dc08a687
MD5sum: 57af0d58479071683643a4c0eeef5051
Description: Unit testing framework extension for PostgreSQL 10
 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 10.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pg-track-settings
Source: pg-track-settings
Version: 2.1.2-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-10
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-10-pg-track-settings_2.1.2-4.pgdg+1_all.deb
Size: 9912
SHA256: 2c7ec98b67b18d02da2fbcc3c1a5549925fbeaaeb467db11ed3b1eb527a014ee
SHA1: 990153d0619f603eafe46340e9a8a7c4e7e8a055
MD5sum: 908a0fe3b38eae3cab6e465c464d166c
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pldebugger
Source: pldebugger
Version: 1:1.8-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-10, libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-10-pldebugger_1.8-2.pgdg+2_arm64.deb
Size: 25240
SHA256: d7ee04a83991059e5abbf76253fc224ad9004da13456b401f67297d2b077e376
SHA1: 72009075c83b1756cfd3126bed19708a2253e102
MD5sum: 386f57a190ebd597ced59f1490b12dfe
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.8-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: postgresql-10-pldebugger (= 1:1.8-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-10-pldebugger-dbgsym_1.8-2.pgdg+2_arm64.deb
Size: 92528
SHA256: 399debba1068a6b7f6d10a1f2aa641f74f1dac85e1d3541cfe56b727d2d06b55
SHA1: 8e3908ec8fa011438479fe357346ebb1b288ea94
MD5sum: d8b1c40e2479f701d4436b99ca80d3d9
Description: debug symbols for postgresql-10-pldebugger
Build-Ids: ac7f95ebe8e924111278c93f050b59f9bebd235d
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pllua
Source: postgresql-pllua
Version: 1:2.0.12-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 427
Depends: postgresql-contrib-10, postgresql-10, libc6 (>= 2.38), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-10-pllua_2.0.12-3.pgdg+2_arm64.deb
Size: 103676
SHA256: e7036965de13f29532264212e4b041e7a05bbb9c8a00eb83978621d45ef1fd08
SHA1: d0242a46c1302562193cfa199c82278f0d1d1087
MD5sum: 3cb8f4ea15c6ca3e19a8f5351781adc6
Description: Lua procedural language for PostgreSQL 10
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 354
Depends: postgresql-10-pllua (= 1:2.0.12-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-10-pllua-dbgsym_2.0.12-3.pgdg+2_arm64.deb
Size: 306716
SHA256: a5fa5cd4be3b42097aea581965db66bf06e410b8db62af543a5fc1dc3b0d32cf
SHA1: 1358c59cdcb1a108b2d58388ffff5f1a69ae7dfd
MD5sum: 0f5b4cf6334a11c563f8790a28ba279f
Description: debug symbols for postgresql-10-pllua
Build-Ids: 5c0325010da8f1f36c6bb7724a68d5128327862e 9e688aaebc535c78ababc2ebf05f37b208360be5
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-plprofiler
Source: plprofiler
Version: 4.2.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-10, libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-10-plprofiler_4.2.5-3.pgdg+1_arm64.deb
Size: 20472
SHA256: c469223ccb4a5bee2958a05d2fa3c61c688eb4e6d08f2af09464a0a732b8ecd6
SHA1: 1d7e6aee6d24f54c438cc0bca06a0d9c1f266b18
MD5sum: b2ed20d5cc344b79c767ea50f3f97f6e
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-10-plprofiler (= 4.2.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-10-plprofiler-dbgsym_4.2.5-3.pgdg+1_arm64.deb
Size: 53268
SHA256: f48fa4097d6787cb70a78e840230283ec82ee481198259ee0d74d610e1cd2fd8
SHA1: 2bf7fbe5b1c06f3ab660459282d2d6b9864d4413
MD5sum: 68e6d8e3853d3652dcaf9916dcd2e8f0
Description: debug symbols for postgresql-10-plprofiler
Build-Ids: b20d9b55cce0ba4e8ab2fb5eb09debca32cbf0c4
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-plproxy
Source: postgresql-plproxy
Version: 2.11.0-12.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-10, libc6 (>= 2.38), libpq5
Homepage: https://plproxy.github.io/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-10-plproxy_2.11.0-12.pgdg+2_arm64.deb
Size: 54592
SHA256: f0f5222d7085dad5f6e9608c3c77138d565b4949d41e9f5977386087ec729dfb
SHA1: a2631620f2f538fec4a05c6746457a90c59cf2a2
MD5sum: 6d61ab0b72c16f3ba3da507b2fde563b
Description: database partitioning system for PostgreSQL 10
 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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.11.0-12.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-10-plproxy (= 2.11.0-12.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-10-plproxy-dbgsym_2.11.0-12.pgdg+2_arm64.deb
Size: 113376
SHA256: f7a4257c6ab6016911a90bb535395378f8f6ebbc678baf18cefc4c69bb5db47f
SHA1: 9cee4e40d0af7f9630c90bf92fb71038bfa7ca46
MD5sum: 80f2215ea63a962285865a3c3fe39e99
Description: debug symbols for postgresql-10-plproxy
Build-Ids: 537fb5079082b0f1ec22e28cac275a78b9592814
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-plr
Source: plr
Version: 1:8.4.7-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: r-base-core (>= 2.10), postgresql-10, libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-10-plr_8.4.7-2.pgdg+2_arm64.deb
Size: 62864
SHA256: a5df3c0ea206484c14022cab2121b1e4ae5b0334c714c3693756d2fe2bf5e194
SHA1: 59e0a15447fba91ac2f6466709b30503bdf4ba40
MD5sum: 254e846fd77fea38f001250b59fc3a9c
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-plr-dbgsym
Source: plr
Version: 1:8.4.7-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 137
Depends: postgresql-10-plr (= 1:8.4.7-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-10-plr-dbgsym_8.4.7-2.pgdg+2_arm64.deb
Size: 117112
SHA256: 31f15cf29e1992b3864434b2c1d1dbe5565921942e348f90417476eec49ff660
SHA1: 735b4792f2ebc6cf7d225fc7f048edf22c86ee6f
MD5sum: fd9c00a70659d396788d573b38773b53
Description: debug symbols for postgresql-10-plr
Build-Ids: e6851cbba380def76f646bb5a6623f9717d2374a
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-plsh
Source: postgresql-plsh
Version: 1.20220917-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-10, libc6 (>= 2.38)
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-10-plsh_1.20220917-3.pgdg+2_arm64.deb
Size: 12116
SHA256: a35ca85b23e6e6b932d4807403c593280e6b8c7022a17e01b607eaee7cd9cfff
SHA1: e2a45b17f26919f9d10c5dcce0678dec0e59da8a
MD5sum: e1722b74aa2e9a03ad50c237215cbe17
Description: PL/sh procedural language for PostgreSQL 10
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in a shell of his choice.  You need this package
 if you have any PostgreSQL 10 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20220917-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-10-plsh (= 1.20220917-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-10-plsh-dbgsym_1.20220917-3.pgdg+2_arm64.deb
Size: 27372
SHA256: dfe81fa7c846f567dd3b0454711bd5a386dd7c19fdb11d8d28b0d88af428a7e3
SHA1: 922e48d5accccb7887c07cd100f40c234d652bc6
MD5sum: f9976bae6b31e0d9a87db7dc730018cf
Description: debug symbols for postgresql-10-plsh
Build-Ids: 044e5096630e77bcf475141b79c0ed2b70938b42
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pointcloud
Source: pgpointcloud
Version: 1.2.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 417
Depends: postgresql-10, libc6 (>= 2.38), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-10-pointcloud_1.2.5-2.pgdg+1_arm64.deb
Size: 53416
SHA256: c7022e62308384a3ba306943de52baf56e6460ef9e61aa2fe75e6f701c77a9ac
SHA1: 87c807a3f4965e1e4f5e1db43f8529ef5317d982
MD5sum: 634bf032d1e8c9df5bae90ef075fd506
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 196
Depends: postgresql-10-pointcloud (= 1.2.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-10-pointcloud-dbgsym_1.2.5-2.pgdg+1_arm64.deb
Size: 162192
SHA256: 873ef596c0cf28b3e6a389920f0451d098207ddf81206b34b5a3ab5d136e47ad
SHA1: c33006b645ca3d766a87f3ec4934fd9ad53d1e93
MD5sum: 4bced573ebd9375175bb71b0b24e2f7d
Description: debug symbols for postgresql-10-pointcloud
Build-Ids: baff7966bd15fb1829d4c5ceb87b26ce21be889b
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-prefix
Source: prefix
Version: 1.2.10-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-10, libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-10-prefix_1.2.10-3.pgdg+2_arm64.deb
Size: 20048
SHA256: 529f65a8be9fd31892a194a38ae119c927a21cc6f96a3e9bd768a7c6f6bd72e6
SHA1: 3984e9a1495e7de139b0273c1fc11ffde77511cc
MD5sum: 665f8597a00ec436b1a5d0c07852ae4d
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-prefix-dbgsym
Source: prefix
Version: 1.2.10-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-10-prefix (= 1.2.10-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-10-prefix-dbgsym_1.2.10-3.pgdg+2_arm64.deb
Size: 42772
SHA256: 2aa73c08cb079cd3f9a3c872943115107c18f96687ac127e6001a748fefeb0ad
SHA1: d2ce344d7de67bb1ee0e08f80c00f9f6fae3261f
MD5sum: 9b336b502fd861d90bc65d7bea916d46
Description: debug symbols for postgresql-10-prefix
Build-Ids: b881ee78f4859e984c10c6ca6aa6b17087f71fa0
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-preprepare
Source: preprepare
Version: 0.9-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: libc6 (>= 2.17), postgresql-10
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-10-preprepare_0.9-8.pgdg+2_arm64.deb
Size: 9124
SHA256: e35ae0ddc65beb0896015ed15b09ce929ffda063ce0b95f0a92884512676e230
SHA1: 94bdbb11cc848c531367e88bcb682f8ac37c09bc
MD5sum: 8aa8f05518cf93a482d44d1b2fd36bc3
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-preprepare-dbgsym
Source: preprepare
Version: 0.9-8.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-10-preprepare (= 0.9-8.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-10-preprepare-dbgsym_0.9-8.pgdg+2_arm64.deb
Size: 15576
SHA256: 1953490a5e972b3b855cc27c048761d2a3fc9c407d12324310925adffad7e6e8
SHA1: d879996d4df3c5ce44ff8ec75e9155140b454757
MD5sum: 2ce751144886e14fe5f8aae8e9ed030f
Description: debug symbols for postgresql-10-preprepare
Build-Ids: 5f27e7a09545b14d0904149effb63ffe58140c37
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-prioritize
Source: postgresql-prioritize
Version: 1.0.4-12.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-10-prioritize_1.0.4-12.pgdg+2_arm64.deb
Size: 6704
SHA256: 10f19533e0c96435ff648b7f8d08c5702857b88f5ad633a78b84a7818c823b31
SHA1: 26a9a598db93fba60d88bd26f2f228f04136fd60
MD5sum: 90bad86394ed90050a6a6ce71138a38e
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-12.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-10-prioritize (= 1.0.4-12.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-10-prioritize-dbgsym_1.0.4-12.pgdg+2_arm64.deb
Size: 11592
SHA256: 2697e5c6c9d87a3c138cf3584ebf70fec839304c43eced9c0e21cb74ba4bd9e0
SHA1: 1519e3d3d566ccc7aa301be25d679af02136d0c3
MD5sum: 8f323647776f14428ff585236b9fc534
Description: debug symbols for postgresql-10-prioritize
Build-Ids: e7ba0db5feb94cf68dfd675eccbb4c7a8ad9b191
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-q3c
Source: postgresql-q3c
Version: 2.0.1-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2595
Depends: postgresql-10, libc6 (>= 2.38)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-10-q3c_2.0.1-4.pgdg+2_arm64.deb
Size: 72236
SHA256: c043700711b4eb7ea55dc1a7a221c1d35f512245f6ccb4670aac76bab14e1d6c
SHA1: 2d8847e3b89c19799c87af797a9e4704af5e6888
MD5sum: 58652d0122aa0e4745f30ab19e23f8ad
Description: PostgreSQL 10 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.1-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-10-q3c (= 2.0.1-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-10-q3c-dbgsym_2.0.1-4.pgdg+2_arm64.deb
Size: 76292
SHA256: 7bf32c13b2c9b0011e3adf4922354db9c80d212673766e36ade0f15915982ee2
SHA1: 8c5811321462145c797dee9011e7737421fc2b41
MD5sum: 4e91113a118452724221abf0fd62684d
Description: debug symbols for postgresql-10-q3c
Build-Ids: e47e9f0463eb6a8a904c15483de8ed9001641f32
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-rdkit
Source: rdkit
Version: 202309.3-6.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 571
Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202309.3), libstdc++6 (>= 13.1), postgresql-10
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-10-rdkit_202309.3-6.pgdg+2_arm64.deb
Size: 209776
SHA256: 66c2577a9515d8b433ece7c40763042b40471e9e06096c7421fe2ab32a6a409b
SHA1: 64b22d1ec05e88a52950f9f496ec75fafe466964
MD5sum: cd84795db2f351ea4a6dd0e5d2b4df18
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-rdkit-dbgsym
Source: rdkit
Version: 202309.3-6.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1176
Depends: postgresql-10-rdkit (= 202309.3-6.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-10-rdkit-dbgsym_202309.3-6.pgdg+2_arm64.deb
Size: 1113844
SHA256: 00795b042cc1c6b19455e65ce20632b87310ca1c080077957a056f874f9dc261
SHA1: d4d9cf890eb6425e6323721bf7ffe6059d73f139
MD5sum: b6930002b515173b223e890391334fa9
Description: debug symbols for postgresql-10-rdkit
Build-Ids: 30ef68433c985fc59b8b96ece2f9020bcc3d4b59
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-repack
Source: pg-repack
Version: 1.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: postgresql-10, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-10-repack_1.5.1-1.pgdg+1_arm64.deb
Size: 72088
SHA256: 9c84c45f7b1f8897567f8493e63154831c312e6c9492ec9a93af0f491c99e7d3
SHA1: 5712898d8718b4a718fdf590c13f50189b2c1bfd
MD5sum: 537e63b15cd0fddb803cab37f30a1f58
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 10.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-repack-dbgsym
Source: pg-repack
Version: 1.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: postgresql-10-repack (= 1.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-10-repack-dbgsym_1.5.1-1.pgdg+1_arm64.deb
Size: 117956
SHA256: c838f253e9912c0454ae7d11c16ed6dc7bda0da0a49c110a000cad9f91f62e7d
SHA1: 4772a3a07e218ae225641c7f4ca5a0225b886f39
MD5sum: 978d41d21a69f53b00f36e60aba7755d
Description: debug symbols for postgresql-10-repack
Build-Ids: 53e683ceafa8a3f84a22c9f1d06a3b6c818f5a74 9d5b5e2625f84da507ee387d162c3b47b09782e0
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.4-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 311
Depends: postgresql-10, libc6 (>= 2.38)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-10-roaringbitmap_0.5.4-3.pgdg+2_arm64.deb
Size: 85676
SHA256: de5146731c5c9cdb75b9ec4b42f83ebfe9f23e00c54e94f2f6f31e0b29cbf159
SHA1: 8fc8da8b45c831ab99ad6764942c86a4b48d256e
MD5sum: 0680dbb65c766f46c672f67f1b530f85
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.4-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 378
Depends: postgresql-10-roaringbitmap (= 0.5.4-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-10-roaringbitmap-dbgsym_0.5.4-3.pgdg+2_arm64.deb
Size: 346744
SHA256: 38a136b5bc2eea1d238c2b2d8eb2b199adcd1e700469a56d3418e27b6c669b4f
SHA1: b39b90d2fae56e18da9fe480170cd32ac9c98ecf
MD5sum: 380b44668f3249da60102c8548b1b7b3
Description: debug symbols for postgresql-10-roaringbitmap
Build-Ids: 8528a8fdb262e4a7bc0bf56630308fc9c8eb83c6
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-semver
Source: postgresql-semver
Version: 0.40.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-10, libc6 (>= 2.38)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-10-semver_0.40.0-2.pgdg+2_arm64.deb
Size: 24724
SHA256: 251c8d3ebc38e09fa721ef7539285b353e3618c9f95d791a6a54355a31ededc4
SHA1: c54239eb43e7c63b86ff3756305d21b397a827cd
MD5sum: 9082f655aa9259d1f958b928f4c9dabd
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-semver-dbgsym
Source: postgresql-semver
Version: 0.40.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-10-semver (= 0.40.0-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-10-semver-dbgsym_0.40.0-2.pgdg+2_arm64.deb
Size: 19332
SHA256: 5debdd03ab14e1be6ddf0c7d7306a7c58d214269c4f7358e82e4efd32c943f36
SHA1: e1ad148a29c678d5becb885bc0a88c64a938c8ed
MD5sum: b6881fa02fb6f37b34426e0bbf051e64
Description: debug symbols for postgresql-10-semver
Build-Ids: c7f12b74771d291ac125b1c600db5940df989beb
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-similarity
Source: pg-similarity
Version: 1.0-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-10-similarity_1.0-8.pgdg+2_arm64.deb
Size: 32676
SHA256: bbd1d6df7446a6d667237c1d9d58372c21409db258e9beb1e3c65aea8b6c809b
SHA1: b23605331541f0ee6d5a4131063cb942295bc56c
MD5sum: d37092cdb0b173b7d246fa668cb77a8c
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-similarity-dbgsym
Source: pg-similarity
Version: 1.0-8.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-10-similarity (= 1.0-8.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-10-similarity-dbgsym_1.0-8.pgdg+2_arm64.deb
Size: 54932
SHA256: cbb8284b1ce87efe6e81ec660c01aa3bdb197a07e282fcac2295f2bb9013f670
SHA1: 8a34bbb5535b9d1bbce67add48783fbff2fe4f17
MD5sum: c5697f549eaa6a98660506a15b1c95aa
Description: debug symbols for postgresql-10-similarity
Build-Ids: e39f1783c9fb042d19499dc536231dc6dcd90ddd
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-snakeoil
Source: pg-snakeoil
Version: 1.4-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-10, libc6 (>= 2.17), libclamav12 (>= 1.2.1)
Recommends: clamav-freshclam | clamav-data
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-10-snakeoil_1.4-2.pgdg+2_arm64.deb
Size: 8912
SHA256: 1ba585dae75e21ac8c3c8ffa2d14627ee0ea9c4fae7b2110f0ab4e212f15abed
SHA1: ae38ea2d651f7d3d40d6566d60f569bddf88a89c
MD5sum: ef7612cfbf7c39b92bcf11330b020f08
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.4-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-10-snakeoil (= 1.4-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-10-snakeoil-dbgsym_1.4-2.pgdg+2_arm64.deb
Size: 13940
SHA256: 86d2fbb70e1d5110c76385fcce681edde9a21f1afd1086dc0298979b470d18ab
SHA1: 20d8dd93483b836e1d3bc0349f2bad3df95669db
MD5sum: 1e4ba7c635b1928846ca8f525b1d2084
Description: debug symbols for postgresql-10-snakeoil
Build-Ids: 124d860e103312e52f5ff03b30638a8419f4a89f
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-statviz
Source: pg-statviz
Version: 0.7-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-10
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-10-statviz_0.7-3.pgdg+1_all.deb
Size: 9400
SHA256: 81b2945e949ce232c6b032d3bfdc4233a77f6ea3d9aa84b0b918d938e448320a
SHA1: 462b753d7a5314cde66592f3c8a43792df075402
MD5sum: d117967b9b71a11adfd2c48fce67d798
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-tablelog
Source: tablelog
Version: 0.6.4-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-10, libc6 (>= 2.38)
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-10-tablelog_0.6.4-3.pgdg+2_arm64.deb
Size: 20164
SHA256: 2d33e37f1cb4035457d6c9909bbe2d5e69cc59a45fe1bc702fb46a723269f91b
SHA1: 9af1ca95bfe44f1d825da2ed3ba18f223e33e63f
MD5sum: fddde9f8f11900f5ee17ced63e781e1a
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-tablelog-dbgsym
Source: tablelog
Version: 0.6.4-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-10-tablelog (= 0.6.4-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-10-tablelog-dbgsym_0.6.4-3.pgdg+2_arm64.deb
Size: 33872
SHA256: 2fc2c1e8a8a21ac53705b5bf2239efefda3024816d5f01567ab9715d1e10842d
SHA1: c91a1d14d449f1f2840307b409e3fd0300a7f633
MD5sum: 28ddc7782a176a0b02ac0924555910b4
Description: debug symbols for postgresql-10-tablelog
Build-Ids: 14ee5f15411042fbac8253cf298b93a1e9abafa0
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-tdigest
Source: tdigest
Version: 1.4.1-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-10, libc6 (>= 2.38)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-10-tdigest_1.4.1-2.pgdg+2_arm64.deb
Size: 24024
SHA256: 5a720d7ca60bfd7365fde6fcfead52dde96a5a08b962bbb0ababb4ea364e2174
SHA1: e22cb6300ed2ec5a03ca8ab0f69c0a00028aff1c
MD5sum: 00c37da3b49e741507b1a1211842ccc0
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-tdigest-dbgsym
Source: tdigest
Version: 1.4.1-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-10-tdigest (= 1.4.1-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-10-tdigest-dbgsym_1.4.1-2.pgdg+2_arm64.deb
Size: 46884
SHA256: f1daeb06bcc0749103f8ef6128fb83308d9bd0b6ef1df985b45a7d0518192c46
SHA1: 15b8cd34bc7b3887faa3de3f05c4e0428908b93c
MD5sum: 218ef14d19563bab750db861046ef3b1
Description: debug symbols for postgresql-10-tdigest
Build-Ids: c38f9db5d028d8a65dd86179ddd23aae7629a961
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-tds-fdw
Source: tds-fdw
Version: 2.0.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-10, libc6 (>= 2.38), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-10-tds-fdw_2.0.4-1.pgdg+2_arm64.deb
Size: 34744
SHA256: 4db583ef16b218e5a495ed61c3d7fe78752eccb39ec87be5acfb06cbeec5e830
SHA1: d4fcd8a5715bfd8006fe33e2be31fd3754c80a9d
MD5sum: 47e27e00076d3b2cd36494bfc248322b
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: postgresql-10-tds-fdw (= 2.0.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-10-tds-fdw-dbgsym_2.0.4-1.pgdg+2_arm64.deb
Size: 118908
SHA256: f200ad330ecd35e21edcd624a3287768681fa7decfd8efafcb558faafccbe4c1
SHA1: 737b075b6c9ac5bc8bdf77ebf546a31817fa3130
MD5sum: 9df75bb7ae09c2142d6cdcac91b6f315
Description: debug symbols for postgresql-10-tds-fdw
Build-Ids: eb59149a1e9a9d9bf742fa705a1ba203ceded85e
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-toastinfo
Source: toastinfo
Version: 1.5-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-10-toastinfo_1.5-2.pgdg+2_arm64.deb
Size: 7184
SHA256: 681194df0bf282b9fa5dcb6f89a5210d045a8e75d437da4e62215bad08f51181
SHA1: 61cbbed18ba34a28a040b52effd395e879ab9da9
MD5sum: c72d329c4c62f1bd6a55b95e5454ea56
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-toastinfo-dbgsym
Source: toastinfo
Version: 1.5-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24
Depends: postgresql-10-toastinfo (= 1.5-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-10-toastinfo-dbgsym_1.5-2.pgdg+2_arm64.deb
Size: 10252
SHA256: 0ec53b1190f6ec1f83a3de7b80fc4d9b286d9ecac887757a7ea1fcf320fb7e88
SHA1: 38022d19718e3a64f45de986d516110476e2463a
MD5sum: 6a9eb672f45115863fbb78459238b5f8
Description: debug symbols for postgresql-10-toastinfo
Build-Ids: c30bc23d43c66e93389ded7b25944ce71283f27d
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-unit
Source: postgresql-unit
Version: 7.9-1.pgdg+2
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 382
Depends: libc6 (>= 2.38), postgresql-10
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-10-unit_7.9-1.pgdg+2_arm64.deb
Size: 76136
SHA256: c78b32a176665ea6ee3ce8ff103f9306e8a0b1832f1716b783a83885a679455f
SHA1: 9fc17933c886d9a361f38fc1ca32e03a7e8fcb0e
MD5sum: 772e7e765b8d933c49f13e94258282e1
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-unit-dbgsym
Source: postgresql-unit
Version: 7.9-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 81
Depends: postgresql-10-unit (= 7.9-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-10-unit-dbgsym_7.9-1.pgdg+2_arm64.deb
Size: 59144
SHA256: ac1fa76ed2ac59d928e9b43bf1e354d985b8bedbe0a2cfc5bcb6024b09985303
SHA1: a6cbd9760de088615cf5b3524cdc16df1ed1aa66
MD5sum: ec24886b5fcbd161b562baa5fabd3b8b
Description: debug symbols for postgresql-10-unit
Build-Ids: 24b493bda4b1aafd8374ac50acbfa37109c8778c
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-wal2json
Source: wal2json
Version: 2.6-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-10, libc6 (>= 2.38)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-10-wal2json_2.6-2.pgdg+2_arm64.deb
Size: 16924
SHA256: 0eaf4ea1728c2ee8ff6371d34419ad8b5adbf94e2511f2ac810fd53f55525d48
SHA1: f1365faa6b96189edba7e8596f5b7fd26180f249
MD5sum: d968769eea70a766d33e1bad420bda64
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-wal2json-dbgsym
Source: wal2json
Version: 2.6-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-10-wal2json (= 2.6-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-10-wal2json-dbgsym_2.6-2.pgdg+2_arm64.deb
Size: 51940
SHA256: b5b29be1ae495fd50fa40a9f1a3329b1298a6bec7da1a4737ee05ec3a1dff2a6
SHA1: ac8220a14fc15cd0a4ce43d60b6b2060448e3a0d
MD5sum: 46a1e5d85de43ac408305c243a2fba41
Description: debug symbols for postgresql-10-wal2json
Build-Ids: 263ec51bbaf7639a5ea70e321c2bbe3052958eca
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11
Version: 11.22-6.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29580
Depends: locales | locales-all, postgresql-client-11, postgresql-common (>= 194~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.0.0), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: postgresql-11-citus (<< 8.0.0.PGDG-2~), postgresql-11-cron (<< 1.1.3-2~), postgresql-11-pgextwlist (<< 1.8-2~), postgresql-11-pglogical (<< 2.2.1-4~), postgresql-11-plsh (<< 1.20171014-3~), postgresql-11-rum (<< 1.3.2-4~), postgresql-11-wal2json (<< 1.0-5~)
Provides: postgresql-contrib-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-11_11.22-6.pgdg+2_arm64.deb
Size: 5328540
SHA256: 784b2cbd35f7f864f63ae3f407ed81ec54b5ff81d56e91ddf32b7d321ef42ae6
SHA1: fdfa9cfb5745f0557e196a043aa31f7224a297eb
MD5sum: 6347e6d44597f2ab7063513e525bb37a
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 11.
Postgresql-Catversion: 201809051
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-asn1oid
Source: pgsql-asn1oid
Version: 1.6-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-11-asn1oid_1.6-2.pgdg+2_arm64.deb
Size: 6480
SHA256: f4bb0ade5d02e8c3e53b2b132b7fcf2a4b87ca7f9fdca782bd8491117ada03ff
SHA1: 2db9606002632606c4ceab0efee5d9dc23dfb879
MD5sum: baf7f2be742cd4c943236928fea419af
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 11.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.6-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-11-asn1oid (= 1.6-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-11-asn1oid-dbgsym_1.6-2.pgdg+2_arm64.deb
Size: 8092
SHA256: 3d174ebfb2e022fe7a7da3b9c5ca1cfa8088edc919d095ad915180e14e515c2d
SHA1: 5090b721c09719ff882c8708a22ef3f28a8fc531
MD5sum: 2c2e5108273da13a00b900a00758a9e6
Description: debug symbols for postgresql-11-asn1oid
Build-Ids: 1df25a49d84b0e0d099fcd8e9e4ecf96d6d47635
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-auto-failover
Source: pg-auto-failover
Version: 2.1-3.pgdg+2
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 285
Depends: pg-auto-failover-cli (>= 2.1-3.pgdg+2), postgresql-11, libc6 (>= 2.38), libpq5 (>= 8.4~)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-11-auto-failover_2.1-3.pgdg+2_arm64.deb
Size: 57036
SHA256: ec4b27af9bc5394f0ddfef0373e49e399742090e4ec0b3826b75abf73efdee27
SHA1: c0b2588d034a199d2b6c8b9b6a95226d441be8fb
MD5sum: b1fb8cd3993037499977fb6a4d5dd58d
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.1-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 151
Depends: postgresql-11-auto-failover (= 2.1-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-11-auto-failover-dbgsym_2.1-3.pgdg+2_arm64.deb
Size: 128256
SHA256: 76f950b5f6b19ff3c814c8ed7156248053fe7d75e9bc5b7c9fd0c0d524099ef0
SHA1: b0ed6d1aa5b6416f46c003bcb948bf3f50ddb521
MD5sum: 85ead1da37c56da0fbd99594710e607e
Description: debug symbols for postgresql-11-auto-failover
Build-Ids: 75e89a6213c075762f1cd68e0089ec4977de32b4
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.7-3.pgdg+2
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 82
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-11-bgw-replstatus_1.0.7-3.pgdg+2_arm64.deb
Size: 7444
SHA256: 26d77cb73cdefa162839a06a31fe62cf77439782c1a655ef373975117e4a50e6
SHA1: efa00909509e768ece3e370c843fee29e66be7ba
MD5sum: 9fea1af4e2c86cba12e048a953601427
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.7-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 23
Depends: postgresql-11-bgw-replstatus (= 1.0.7-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-11-bgw-replstatus-dbgsym_1.0.7-3.pgdg+2_arm64.deb
Size: 8384
SHA256: bece45098212313f362b53c1f76c54132dbef5834f7c683ea85919234f75cfff
SHA1: 855864191dbc8319adad5d2163c3ac86944916c9
MD5sum: 6760e8faf4fb81a2a0fb2e68a931cacc
Description: debug symbols for postgresql-11-bgw-replstatus
Build-Ids: 171ef11ca184bb7cd52d87347a074c46f5a8feba
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-cron
Source: pg-cron
Version: 1.6.4-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: postgresql-11, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-11-cron_1.6.4-2.pgdg+2_arm64.deb
Size: 34192
SHA256: e35331496f198d1ed39da07820596fd70eeaa4052d1c1e74b93b86a67eb6c27d
SHA1: 6b01c2bc8e698ff53e428d83f4dfa4ff0e3d2ff0
MD5sum: 490dc14bd43e7161e56aa56f711a607d
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-cron-dbgsym
Source: pg-cron
Version: 1.6.4-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-11-cron (= 1.6.4-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-11-cron-dbgsym_1.6.4-2.pgdg+2_arm64.deb
Size: 96376
SHA256: 4da65838b40e18b19b25bc7504f4ed4b9c2dda1b2d4287f0f305a618f732bb5b
SHA1: 90318dbb787a33aa40514917c4b96cb1cdec423f
MD5sum: 40059db1fc725372a6c6e7bf572d10be
Description: debug symbols for postgresql-11-cron
Build-Ids: 81c6f05d45cc1579ea56b5e2f6d5a4f21dfe3eb5
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-dbgsym
Source: postgresql-11
Version: 11.22-6.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14451
Depends: postgresql-11 (= 11.22-6.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-11-dbgsym_11.22-6.pgdg+2_arm64.deb
Size: 12910308
SHA256: e725df8be5c9c31a883f33d36da0436181e790c9b48fcb5c15e80e0ac360bb4a
SHA1: 3a586d1a12afb18843e83880723946886f9700a4
MD5sum: 04266db2b94ab7ece075145bc610a020
Description: debug symbols for postgresql-11
Build-Ids: 00cb9114fd7b7fcd815d6220c6b7e8573448e1cd 00f23275c47ae544d0927432a1c1cde48bd21758 05279a7ce49806063e1cbbc3b4214c69e137d359 06b71d3f89fc67db07795dc4caa810d1f44e2e2d 072c86c3ed582ee2b1c9fe3312817cfdc7224e14 0a0bf8f155bb0ef429486d982ed7739918a11c24 0a9d41718c1c91dab4a2937d039e08e0ce7dc106 0bd09104c18e68f3f479a8bf1367b782581952a6 149b3a3a3077393313fe52317c02f9390bd21304 16de99959bd41d405baf1ac35658b6f3448d30c4 1920b2e255f3aa5ced8915667c91023652fa852d 1b205140d1d349bfff24dc1294d03e7fcc0ab3f1 20d4a8563cb8edca4c58240e57a398871b4ef9e2 20eee029b68c69535c101fbfbfd9dc4d424f3373 226281364c475395cdfa2da9228143e40bcf5b60 2465119c16f9de048dfd20b7d3cd9a6f46c434a0 24ea099d4d6b0ad0e4ed4e1524d262084c652730 29b86b8e79a616bf585030973d04ac53a4fb1559 2ba71ae7fae3721aaf3b87d2e6f8306fd015fdd0 2f16fb720279cad9e6fafee7bcc5d95a3a9a74b3 302cccb753dc1e26561b399be12e3acb123161b8 30e5b001acb09690e2debe6f311319457c218e9d 33d3fdff1228b918066c490a019d6e916161c3e0 37540ff42d0970e32e493e6ca4a7410fcdcd4bea 3bbc1010c356fb0e6e80128c79381ddecff7f359 3bdab9138a53d01d4c81e3859efd811ce774dc02 3c28a51e57fb3b94e2962dcc4b014d8ddc453ae9 3cfc47b4cad2dcd22ba77be52617f516eb8f4220 3d622b262c1b4f367f327247ee5dc14ccee7b6f6 3ecf0d934a6a904802bac637dab9c8a0c4f87d49 44c4cce9f250f38fe1e8dc74d5651196c8ae43d3 456dbd25ec4c7aee53fa968ab40659b777e93379 4a68ca8ec7549fe444148b048570fee265ef8bcb 4f73501ebeb7fe2affd5d6203e737c34ff90c319 54ee36e01118245e7b6d50d6dcc389387c80caed 55e6be8f18d80ce06ee8d26333f5d0c5eebd2043 575c62c350981b5846392dda55cb84c0d914da5a 5c48c101a0c9e409e24abe9ad1bdc284afd1e16d 685143b14eb5a993f84236bdbb8ff315b8ded014 6d83de5aa6ea03a911049877c19820e87de31b04 731a5b8a5be0a40f32d5d2355821352f3c2e84a6 7761a36da243fd23c837223452cdd225e4c68e21 77fba107cf091fde99b3b98af62273fc5bc5dfa6 790764893e17089d9bbb0d0144229faec4f96237 7a92388dc8a2bf56aedf162c90fec80541ac5e9b 80ebbee4bc0402bdab99e950b3d1cfeb461e4936 814b75ace543edb0fa9dcd42282c30640f85a1f9 83aa06772621951edb5fe651127f9e7f06063c95 84066df9df3addf60387104e490f377f5d3561f3 854ce1257feb911d411a26450deec69ba0c5f002 8768baac31ff361d61e50a725923ccd11f8f8331 8a193cf77173c6ed862361b288164b6003b6627c 8b2331197bca65a9a6ee7911e38cda636104f9b3 8c0bde075f47591dbf62b461f2bb4de40d8833b1 8dc55ff67985af91818706f430265e759379f52a 8dd864a9857ffe0424c6fceaacf12c8ebe7d1ef1 91f3aa6ddb43e82ef495e3f185f351cc70c57a14 943c9a103b40a6624601b597a8c0b5957ea33071 98012c669ed296fa676b9ef7de33659a512b41e0 98f0c859a368d563068ab6639aed10a387ecc255 9c195db88cea4974507916f710a57c5d7d895310 9d495c0897640a0c9f98defb2a7609d0964df7a8 a6c0781a1dc369352a0a8eff4af469a0a43467f5 b004308a593f274dd076db9c16c55aee1cc00c6f b0cf107618b5531c0d3abd3b20b8a5903b706cb9 b7acd33f2a38aee284e8b267e5cb15415a4c4456 beaab6778846cfa0d076fd81745c3be83e98a009 c1e0358049ca824906933d8b49ff67a49729bdf0 c504aac3aa917638b5859a1355bd5cd573af5b79 c7adacadf0b19d6917c0babb1871758f6368c600 c7ef470d4a9d19e30a1a49100a0e7e4d348523ab c813cf7b1f87331f326f9df641f9fede7a0569c0 c8857e01d30463e2c4deeef270c8eeaa6f14c0b0 cc96a97a1e4249100e19cac30eba510f10f9a4bf d0d80aabd29807e2470ed7079b403786d63fedfe d88bb3f833b6b2de14eab7373a98975dd9609612 d8fac8eefe9c033f0d57997f99818cb1b27678b7 dbf7bc5745331e0e26ced2a7cc58719aa1c2b52a dc24bed51fc4aac5397d19e7d0c3bb60511ba0a7 e0dc531605d295eeb68b93f596f6db136f24393f e534352d263bba3589f94fdc422dabcf54701626 e7380d7df743e40ac89cebb7785a5ee33e45e017 e92d0e54672b179efd62c54a9b4a5f7e76ac2019 eee623802f1d8a471a47eba47f1221c788fb7dbf ef3fcacd5f16e061f5a2361a0b818941acfd866e f04b5e533f06f2720a6536d6e8e92af0fea7bedd f11adfb4cbb6257b35ec95efa69891cbcaf87b27 f2b03d3443ce4eea186d7b71ac494677a9b9fa43 f345ef4dd6a29578943058bc852b9a1e40188f6e f7575e6b3c9b19cd86dcab8afa50f8d4529a5e3e fa5780dfb5bb653e1e9739ca904590cd6d63adee fbbb1474223e22fd23da030ae69f2e653a3dc93d fd820d8327441da406e97445e9169ed79c16a489 fe579bf85c021ac73e4886948556cbf452a80815
Postgresql-Catversion: 201809051
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-debversion
Source: postgresql-debversion
Version: 1.2.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: postgresql-11, libapt-pkg6.0t64 (>= 0.8.0), libc6 (>= 2.17)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-11-debversion_1.2.0-1.pgdg+2_arm64.deb
Size: 9208
SHA256: eba076181b97bd980684cbc8cefbc6593392a0695cbf1bba2c4f7935d87d09b3
SHA1: 78a230e023cb86fa3f3852b9053144df2aa5b3a0
MD5sum: c5181b5dfac68624a2a1ff9b73dea079
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()
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-debversion-dbgsym
Source: postgresql-debversion
Version: 1.2.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: postgresql-11-debversion (= 1.2.0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-11-debversion-dbgsym_1.2.0-1.pgdg+2_arm64.deb
Size: 18084
SHA256: 09242c677eb3cd7b3dd081dc8568f23a6d168e7945c50cfe9b00c3ea247ace5d
SHA1: 849ce9b60c8a8ff4976d2cc4c72e4b25e4814c1c
MD5sum: 73d43e738055723b2c7f26fc32df5529
Description: debug symbols for postgresql-11-debversion
Build-Ids: 5bc98e41caccb7c80ab2447131d4a3ea4bb79ea4
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-dirtyread
Source: pg-dirtyread
Version: 2.7-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-11, libc6 (>= 2.38)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-11-dirtyread_2.7-2.pgdg+2_arm64.deb
Size: 10908
SHA256: b009dd0c6330f15a248759e591f03b22d2b900288c0596ebbd9fc24cd3a2634b
SHA1: b160e3357ded9d8f611c7cab18e56769bf8977da
MD5sum: 4a287a86174c9c712f3ce0998225ba17
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.7-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-11-dirtyread (= 2.7-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-11-dirtyread-dbgsym_2.7-2.pgdg+2_arm64.deb
Size: 31228
SHA256: 799bb0d3400b460e3dd1877bbba61670669a0e1d06ffa0e3f30a128d61bff434
SHA1: 9ea1b52552a63071dec559d6f85ea2e41d3dde30
MD5sum: 56a07b864cd8021e71433ae995b1f39a
Description: debug symbols for postgresql-11-dirtyread
Build-Ids: db2529a162b483d1087dbc9fcad889f3c1b23670
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-extra-window-functions
Source: extra-window-functions
Version: 1.0-6.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-11-extra-window-functions_1.0-6.pgdg+2_arm64.deb
Size: 7892
SHA256: f4c62ce35f43952472d63bbdb28d1994d73493d2f23de27fc9ff96bf4ea15fc3
SHA1: f9e7a5311700c02f51ee5036c61affa64dcb343d
MD5sum: 17b13fa1e0bc5dd1b04704ca18f9d539
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-6.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-11-extra-window-functions (= 1.0-6.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-11-extra-window-functions-dbgsym_1.0-6.pgdg+2_arm64.deb
Size: 9496
SHA256: c861ae328e2a28e5adb9e94986e338044e1fed9129ac5613b50ceb165b9e9488
SHA1: 8b1d3bf8bf38d7e6eea600f19a8ceff85a770e82
MD5sum: 8568bb90d9f0ab3a6eebff1b846f4678
Description: debug symbols for postgresql-11-extra-window-functions
Build-Ids: 2cbeb1b419166e2b6fda8fe10fccfdf50a23a534
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-11
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-11-first-last-agg_0.1.4-4-gd63ea3b-8.pgdg+2_arm64.deb
Size: 5852
SHA256: e41cfda98cbad1a8c13f1d6a034a7a01b3eb95c18ffe69374507f1644418a7e4
SHA1: af62609f5d892305e88accb654185d395f6782e6
MD5sum: 1d182c073f91cef7b10bfa5aaa556440
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-8.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-11-first-last-agg (= 0.1.4-4-gd63ea3b-8.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-11-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-8.pgdg+2_arm64.deb
Size: 3972
SHA256: 3ddec4fdde4d3e0e7683ca04e28e602db7ea88b8e0635ae7df637a24d78da593
SHA1: 2978cbd2c40c62b59b6af2734a46d1c0a1d3aeb0
MD5sum: 4cb26ae9efd75c9c4d0de7939027b75c
Description: debug symbols for postgresql-11-first-last-agg
Build-Ids: 089682a481dd91c4c3b195824c814ca372ce0a5f
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-hll
Source: postgresql-hll
Version: 2.18-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 122
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-11-hll_2.18-2.pgdg+2_arm64.deb
Size: 35744
SHA256: 160f7e1d21cecebdff79bdfb87a76c41b6c7ee34d87d9ae84c30366dc55731a0
SHA1: f789f63a0239fa250162bfd71e1800d062922493
MD5sum: 6ad3e84c1eaeca11b4bc9f5aa15a5fe8
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-hll-dbgsym
Source: postgresql-hll
Version: 2.18-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-11-hll (= 2.18-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-11-hll-dbgsym_2.18-2.pgdg+2_arm64.deb
Size: 81056
SHA256: 5689407540f557d8c47ff31e740cb8a548ea96cab0f58931c0ee50837bce802d
SHA1: ada69e15d05382e78fcbcce2e6b8f4b5eeb69f90
MD5sum: 647d80aa563d565214873d980ee33ea8
Description: debug symbols for postgresql-11-hll
Build-Ids: d458f8a14ce1a18458b4e2ae495914eaa3bb0a09
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-http
Source: pgsql-http
Version: 1.6.0-5.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: postgresql-11, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-11-http_1.6.0-5.pgdg+2_arm64.deb
Size: 18720
SHA256: fa860f1ca91a0a6cd738af498e0a792d3b214cefe260735941d83a734ae217da
SHA1: 7f56d144d80c9a102c58c86ca47e63d5de99c398
MD5sum: 2b7ce4d83a6a6de73f5cc38a44003e4c
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-http-dbgsym
Source: pgsql-http
Version: 1.6.0-5.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-11-http (= 1.6.0-5.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-11-http-dbgsym_1.6.0-5.pgdg+2_arm64.deb
Size: 54400
SHA256: 1c3a3c99676cfcfc8347e560f7bb3f1a66ec63d35677d09e034169afc5a377ce
SHA1: 255fc091cce01592248e0d7781d3f3375191a94f
MD5sum: d6150a731c70de58a0c5d4c7b1ea5a54
Description: debug symbols for postgresql-11-http
Build-Ids: 20164a11d6badeb3c6b0a9914c978c30fa3d9e09
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-hypopg
Source: hypopg
Version: 1.4.1-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-11-hypopg_1.4.1-2.pgdg+2_arm64.deb
Size: 25448
SHA256: 2dafe909317eef9fc24a493eb68bba9b0932f17612bae4633990d595485f6c2f
SHA1: e31d0404738fb6bb5d09c3f5bf25c0d3b6cac486
MD5sum: 5715c5c4ab50b179b3830ae00c0ba3e4
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-hypopg-dbgsym
Source: hypopg
Version: 1.4.1-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-11-hypopg (= 1.4.1-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-11-hypopg-dbgsym_1.4.1-2.pgdg+2_arm64.deb
Size: 77208
SHA256: 27f42cd61df71a73d38c788b074ec92e90843b742c1548bc622598bf7891f8fb
SHA1: 9c459302faf1cbb92d26521b403445bc0319f6bc
MD5sum: bd075583bb9683585eaf589b4be422f6
Description: debug symbols for postgresql-11-hypopg
Build-Ids: 4e71fe24c1b19fef0753b7fbdd048ccae43ee5f7
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-icu-ext
Source: icu-ext
Version: 1.9.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: postgresql-11, libc6 (>= 2.17), libicu72 (>= 72.1~rc-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext_1.9.0-1.pgdg+2_arm64.deb
Size: 36520
SHA256: ba20ab58285a674c1b3ede633a2a6d1c26612f7dc7086a72930a64b09fa1d1ab
SHA1: 7f74805466515e68fd0e7ed1d8661a130efe75d1
MD5sum: 3d075c2db97742f4947847b485a4e63b
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-icu-ext-dbgsym
Source: icu-ext
Version: 1.9.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-11-icu-ext (= 1.9.0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext-dbgsym_1.9.0-1.pgdg+2_arm64.deb
Size: 87860
SHA256: 03d28ad17f5c7cc4b93c879eaadc93d70a9fa58d5c4750a9d7ef01d1b40632fb
SHA1: fcb41a49cb02e32d16bd814d2dd30f99e8b74177
MD5sum: c84aa52dc1d8b0d2fb7b8a0434107916
Description: debug symbols for postgresql-11-icu-ext
Build-Ids: a0d29740a027eba9f842d8a46aa2cf401a61cc94
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-ip4r
Source: ip4r
Version: 2.4.2-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 401
Depends: postgresql-11, libc6 (>= 2.38)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-11-ip4r_2.4.2-3.pgdg+2_arm64.deb
Size: 66168
SHA256: cc5617a7d4c14ecbddd5203162996be8e6fff54726da2a158cc1daf89828eec8
SHA1: 634952b25ee5bbedd62c6e06da80b860699dcaae
MD5sum: 2fe99f42fb1fd7ef678ee6ddc5609c4b
Description: IPv4 and IPv6 types for PostgreSQL 11
 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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-ip4r-dbgsym
Source: ip4r
Version: 2.4.2-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 211
Depends: postgresql-11-ip4r (= 2.4.2-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-11-ip4r-dbgsym_2.4.2-3.pgdg+2_arm64.deb
Size: 174444
SHA256: 2f66ef5584b175055e04611d81b38057d9e70dab6034006b0ef967d3c1f020bc
SHA1: 9660057e0f8594c8a4b3a9694ca593915f104c00
MD5sum: b91b089f95790a8cc4bbebe3ea22e358
Description: debug symbols for postgresql-11-ip4r
Build-Ids: 692c0f45dc4a83b5c131d4892263492842e21b31
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-jsquery
Source: jsquery
Version: 1.2-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 173
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-11-jsquery_1.2-2.pgdg+2_arm64.deb
Size: 42156
SHA256: 0205ee00608ea8fe2b819dc4331697ecc9591c53a71145db4a1bedd36924ce40
SHA1: c2113433b4ba8f1e862a5f4e79fcc08dbb70b343
MD5sum: cad21f8003436dd94829e217ed6adf1e
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-jsquery-dbgsym
Source: jsquery
Version: 1.2-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-11-jsquery (= 1.2-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-11-jsquery-dbgsym_1.2-2.pgdg+2_arm64.deb
Size: 95540
SHA256: 5e436925b8eb736c053974572ab01d5361cdba7d1af47f878dba6665006083f7
SHA1: 9928f43a59721f287e589bef4fbf4f3cc68abdcf
MD5sum: 12fb3dc9d6178a18e24f02f82fedf19b
Description: debug symbols for postgresql-11-jsquery
Build-Ids: dae503b848a8dde539d62dcbd8db54dc54b18e16
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-londiste-sql
Source: londiste-sql
Version: 3.8-6.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-11-pgq-node, postgresql-11
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-11-londiste-sql_3.8-6.pgdg+1_all.deb
Size: 20664
SHA256: dad7f7e24f9bf3540ee471e0339a65c3393dcac74046c8670082cc1ffd3b61bf
SHA1: 231066c9d5dcea9d408d438c5297904c10e94082
MD5sum: 1a81d4ab84189691e2859560717b9512
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-mimeo
Source: mimeo
Version: 1.5.1-19.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4485
Depends: postgresql-contrib-11, postgresql-11
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-11-mimeo_1.5.1-19.pgdg+1_all.deb
Size: 128612
SHA256: 47a652200d04f216efbef95c0ddb1e532e61d574064c05cff7141c997c1f34f7
SHA1: dc60765d1f7d9143e7a6b00242c6c00cfdba168a
MD5sum: bd6ffc8345d66135bafb4f1d2f60bb02
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-numeral
Source: postgresql-numeral
Version: 1.3-7.pgdg+2
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 100
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-11-numeral_1.3-7.pgdg+2_arm64.deb
Size: 22724
SHA256: 2e508fdb012a64e10053c523eff4a1ff213b88992b075b60f49c6d6e9c8bf9ef
SHA1: 67e7e3f843ad1e029ce90aab50d8fa0625bab84a
MD5sum: 5d77dd344fa171ee6fba00d0944d16db
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-7.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 62
Depends: postgresql-11-numeral (= 1.3-7.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-11-numeral-dbgsym_1.3-7.pgdg+2_arm64.deb
Size: 40792
SHA256: e7ae7399e8cf4eb8ceeb093737135a57e1de62148f6d8aa91259b399abb99df7
SHA1: 06d0d5be03747724b79a34a6ccc7c57262020db5
MD5sum: df65fd2fea38f872ff6bb7967eae7640
Description: debug symbols for postgresql-11-numeral
Build-Ids: 2962d18a8219c020d0c2cd7f0a1080ea76741ef3
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.5-2.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 159
Depends: postgresql-11, libc6 (>= 2.38), libgdal35 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw_1.1.5-2.pgdg+2_arm64.deb
Size: 33436
SHA256: 0f4bb43154c72c5822b5164db82fd45b5c8d39795b077ea67e148b06e8ab9ca1
SHA1: 79e4c7108e616b41d470db3dd47484f2fbbfc927
MD5sum: df1aeb2a00c8e8bb0ebb7b4dc0b5a9c2
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.5-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 163
Depends: postgresql-11-ogr-fdw (= 1.1.5-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw-dbgsym_1.1.5-2.pgdg+2_arm64.deb
Size: 129980
SHA256: 5ba3b1d8c15534805074c34ed89b61bf2879c9a43d7bc9797b9e9a2b6c0c2c89
SHA1: 20a95fe5b4dbfe114316f11832f99d9e3e888cfa
MD5sum: ca47308a13633038604e5ea4811a1333
Description: debug symbols for postgresql-11-ogr-fdw
Build-Ids: 29ea0af477636366d40a056a700ecec5d24a0754 f32b23242fd286a1a7c9926d3f15c14db656e9b6
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-omnidb
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-6.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-11, libc6 (>= 2.17), libpq5
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-11-omnidb_3.0.0.20201026-6.pgdg+2_arm64.deb
Size: 7640
SHA256: b1c6e27bd86a8feb3e9f01d8320a553d668b5432d43ba23d080f47d540c65e1b
SHA1: 21e62ecd7b6d2e15bd69bf9e3bae9a9d40c03d82
MD5sum: 6efc05d981759a4a2653bb2ec0d6a0fa
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL omnidb_plpgsql_debugger extension for
 interactive PL/pgSQL debugging in OmniDB.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-omnidb-dbgsym
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-6.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-11-omnidb (= 3.0.0.20201026-6.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-11-omnidb-dbgsym_3.0.0.20201026-6.pgdg+2_arm64.deb
Size: 34464
SHA256: c8da3d30ecade8b903d0f718ab2588b45de5714f1bd6689df5477f2f7a201f86
SHA1: 8fe7914dcfdbb80c0390e7c38b01d63133998448
MD5sum: 84d2de1c77739356d08d8c98f965967d
Description: debug symbols for postgresql-11-omnidb
Build-Ids: c2351a26c747dbf9450850dc29425a25c0c733da
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-oracle-fdw
Source: oracle-fdw
Version: 2.7.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: oracle-libs, postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-11-oracle-fdw_2.7.0-2.pgdg+1_arm64.deb
Size: 81136
SHA256: 9d3395ffceecbddf035fc11196fecb2d52d5ef05d20a41ca0ba3f0d11d6ccd94
SHA1: 1dbb5d907fe3ac966f76b21597981888bbf4c32c
MD5sum: c13a6363ed4f83434c0e98e1bfd7602c
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.7.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-11-oracle-fdw (= 2.7.0-2.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-11-oracle-fdw-dbgsym_2.7.0-2.pgdg+1_arm64.deb
Size: 172504
SHA256: d638ef3dc36d3711912647824bde92203a575fd468c9b6e330505a4fe5ce7129
SHA1: d171c3e66b04529594956a1ec6e01c4a2b7ec04c
MD5sum: f5dada03cf130d6eb54274df2855e9b1
Description: debug symbols for postgresql-11-oracle-fdw
Build-Ids: 978d4db804383a0b5353a6fe0795866cd3bd6964
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-periods
Source: postgresql-periods
Version: 1.2.3-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 568
Depends: postgresql-contrib-11, postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-11-periods_1.2.3-1.pgdg+2_arm64.deb
Size: 34784
SHA256: 0482d8a77b824c9db58cc80928e6a6fa7a746f1ae19b1cf231409fb64093eecb
SHA1: 119af1fe98bae7bcd1cc1642c91b49864af285aa
MD5sum: 872760ea94687619aa6e90b518284209
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-periods-dbgsym
Source: postgresql-periods
Version: 1.2.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-11-periods (= 1.2.3-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-11-periods-dbgsym_1.2.3-1.pgdg+2_arm64.deb
Size: 26836
SHA256: 0df7568be1f0d8c1e7827adab12de0e92e3fe8ba2637a16e096392917b59d1a4
SHA1: b4bb4c31b6e5bb73031fd764827103cb52c165b2
MD5sum: f160733d726f4d8a896ac6907cd9dda0
Description: debug symbols for postgresql-11-periods
Build-Ids: 6243beac43436938d2378b789ec1ff0524320057
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pgaudit
Source: pgaudit-1.3
Version: 1:1.3.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-1.3/postgresql-11-pgaudit_1.3.4-1.pgdg+2_arm64.deb
Size: 19684
SHA256: f5e5eed402c97024c6c1c67753d062c241bcfebc544364a2fffcd039ba9e4fd4
SHA1: 13eb009646eb3cdd15bb78f22a931bb36407fa04
MD5sum: a1efc362d7f0d4c2ee98b4860697a1b2
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pgaudit-dbgsym
Source: pgaudit-1.3
Version: 1:1.3.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-11-pgaudit (= 1:1.3.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-1.3/postgresql-11-pgaudit-dbgsym_1.3.4-1.pgdg+2_arm64.deb
Size: 42560
SHA256: 0b9cd88a6167e8712da68942aec80c6b6a14b40a6a66182a439d97d98a18af80
SHA1: 6f96202f38967e5c34ed1edd1ae94f4aa5f87e9c
MD5sum: 51c5a833b7d1121d7ab399070b6693cd
Description: debug symbols for postgresql-11-pgaudit
Build-Ids: d26f0cc812111c908b087141717313674139b2d8
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.6.2-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-11, postgresql-11-pgaudit, libc6 (>= 2.34)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile_1.6.2-2.pgdg+2_arm64.deb
Size: 14344
SHA256: db4663c3db85614e453a02f1bd8f70c8072d075f76e12bb885f912c2ea1b0937
SHA1: d55743e2b02aea00730b46ee96adbde1398fbe2c
MD5sum: 490b0bceadb15f8e3bf4152741c8b516
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.6.2-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-11-pgauditlogtofile (= 1.6.2-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile-dbgsym_1.6.2-2.pgdg+2_arm64.deb
Size: 32644
SHA256: 8cfeb0a17ba93ac99d9032f96c81fd633f83c551a6017c0140fc68a2dbf4867e
SHA1: d5183dfaa13a8d902a0de9d7f5947bb6d0350157
MD5sum: f2a321b89cb1ac4bab99dd3a6cdd4eb4
Description: debug symbols for postgresql-11-pgauditlogtofile
Build-Ids: b80f08e5eabf5f00d071716b858fc61a169c2b9e
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pg-catcheck
Source: pg-catcheck
Version: 1.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-11, libc6 (>= 2.38), libpq5 (>= 9.2~beta3)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-11-pg-catcheck_1.5.0-1.pgdg+1_arm64.deb
Size: 27840
SHA256: 09368f09bc15515f67f16f6dcada8440a126dafab1f8d3293c73e6b80c790e21
SHA1: d66e9f8f65e40f5209636a4ad066b944b91cf645
MD5sum: 5f79077cf7d8b845dd6fe0d0c1bc2f37
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-11-pg-catcheck (= 1.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-11-pg-catcheck-dbgsym_1.5.0-1.pgdg+1_arm64.deb
Size: 40232
SHA256: 31676c6a3d85dd92d4765a91a3423ccb3dd4d7da27349c22618413ff22b14057
SHA1: 7f54f7acf00db6267561972af11bfa488f5af5c0
MD5sum: 727f5aa530f562a8e918eab691f3dc0d
Description: debug symbols for postgresql-11-pg-catcheck
Build-Ids: 2fd6de39a10ccd998e5df0c535f42fb109a6818f
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pg-checksums
Source: pg-checksums
Version: 1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: libc6 (>= 2.38), postgresql-11
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-11-pg-checksums_1.2-1.pgdg+1_arm64.deb
Size: 29812
SHA256: dbf54f42d8dd7e41a640cd925707cc71d48f88958a371dd2de3c2901c8d19dc6
SHA1: 917add327b3075228dfcbc6ad896691e78cd4afc
MD5sum: 66041fb9f77f364ba7306a6bfc53a746
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-11-pg-checksums (= 1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-11-pg-checksums-dbgsym_1.2-1.pgdg+1_arm64.deb
Size: 26828
SHA256: 4bae62789d27f3a296e34b8e25ce4aa2743e39f701394a110b8e92bcf3738cd5
SHA1: d2899ef2eed644269b971773bc7de16eaa42543e
MD5sum: 2fbfbf4be59ea3f03be26c50100a9578
Description: debug symbols for postgresql-11-pg-checksums
Build-Ids: 95ac21aee4cdbb451a1cdd0c94048ae257ed2fbb
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pgextwlist
Source: pgextwlist
Version: 1.17-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-11, libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-11-pgextwlist_1.17-3.pgdg+2_arm64.deb
Size: 12836
SHA256: b6372824d1c3bb073d32e66e6af6dc4915b6a29d6b64be69a2a6b05e9a9f1720
SHA1: 05b04f4a382a4c3fd2a60151a79de3b0a26d8660
MD5sum: d8b0145cd22080a4cd13dfa4ca96fe23
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.17-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-11-pgextwlist (= 1.17-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-11-pgextwlist-dbgsym_1.17-3.pgdg+2_arm64.deb
Size: 45968
SHA256: e9fddfb48d1cc0479004152e40748f1bc196df804ef254220eca2a8dd446c7b9
SHA1: e09c93f625221bb07a00988b1ebd8213b8255f56
MD5sum: accfb4fe1e9c7ce26485a6676ee5c6d0
Description: debug symbols for postgresql-11-pgextwlist
Build-Ids: be42bfd3ef9ecb272ff824d4ad6bfc64fddd7b88
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pg-fact-loader
Source: pg-fact-loader
Version: 2.0.1-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1144
Depends: postgresql-11
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-11-pg-fact-loader_2.0.1-4.pgdg+1_arm64.deb
Size: 41464
SHA256: 0f7310d6837be6a6e7e9f470d3403d3f8b9a6c0a8525709a4a92c8caa3dc854e
SHA1: 9e70fb6d0a3d5b4517c8a1297ee79bbcbd871466
MD5sum: 7ea4e5210baba500bee29526a6baf745
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 11.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pg-failover-slots
Source: pg-failover-slots
Version: 1.1.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-11, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-11-pg-failover-slots_1.1.0-2.pgdg+2_arm64.deb
Size: 16540
SHA256: 83d2f156a8fb62ebefaca6388e7584c90687dba00ddd7cd632e16e996c370849
SHA1: 0dc061d068c93cec3fdc2803bcd2bc791cd4a023
MD5sum: 1d7e56716bf647af3d921ae3e00f19e0
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.1.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-11-pg-failover-slots (= 1.1.0-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-11-pg-failover-slots-dbgsym_1.1.0-2.pgdg+2_arm64.deb
Size: 38868
SHA256: 00581c39f33e28a922510c16686e13244e76dafa17ec6c8b1410147257eddc50
SHA1: fdf40e42b424d4c265d7d2f403c89687b300a47b
MD5sum: 3f12f6cd91aae7d0ffb006164052e3c6
Description: debug symbols for postgresql-11-pg-failover-slots
Build-Ids: 5cf07de702f967d05b31f335a15523b94ac12141
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pgfincore
Source: pgfincore
Version: 1.3.1-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-11, libc6 (>= 2.34)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-11-pgfincore_1.3.1-2.pgdg+2_arm64.deb
Size: 14896
SHA256: b7c2dc394ba1bf41d52b047dee0a84d03a30117e359ade7e04f552ce01df447a
SHA1: 0d07df2afb428511e1ce3eb28be32497faa8c829
MD5sum: e5370c895578268bc5dd4cbf1fc5cdb8
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pgfincore-dbgsym
Source: pgfincore
Version: 1.3.1-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-11-pgfincore (= 1.3.1-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-11-pgfincore-dbgsym_1.3.1-2.pgdg+2_arm64.deb
Size: 37936
SHA256: 5aaa7b88adeca40f7c4bddd7e903decc7b6a16ac01c822cea3ba2390ebe4d52d
SHA1: fddc08664a5e9631169c8a4836919b9f19582d05
MD5sum: 371508d0b6c645f0b9e7bdbaead3fa2f
Description: debug symbols for postgresql-11-pgfincore
Build-Ids: e81e7343990a207c93a754f84bdc979bc7ce0238
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.2.1-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1904
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-11-pgl-ddl-deploy_2.2.1-2.pgdg+2_arm64.deb
Size: 28568
SHA256: 8339576e934834d591204e71fcc5ba39679f1c1faed512ecfceff67d555b686d
SHA1: 313201f7dd5c166b6af81c6680efcbbc244be1ed
MD5sum: d3edbafa070ad960d67d5edf21182e86
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 11.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.2.1-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-11-pgl-ddl-deploy (= 2.2.1-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-11-pgl-ddl-deploy-dbgsym_2.2.1-2.pgdg+2_arm64.deb
Size: 18156
SHA256: fed18efa08ea5e0917e34eb142cefde0d6f990916b95664e761cd695b18cd80b
SHA1: 51f64bbc3f9d703f6a47681219eeae19ac9344a9
MD5sum: 1af1d4c21f05f8e1ba195cad84b7b935
Description: debug symbols for postgresql-11-pgl-ddl-deploy
Build-Ids: 556ad6cbb5b54718755696ed97ef383608e35c26 e462fe9a32583b37f76c6fa7f5b9904e1a96fb8b
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pglogical
Source: pglogical
Version: 2.4.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 634
Depends: libc6 (>= 2.38), libpq5 (>= 9.1~), postgresql-11
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-11-pglogical_2.4.5-1.pgdg+1_arm64.deb
Size: 108448
SHA256: 770a99da0ef0aab90870ef74f366f3ea81bb04d5813189ee54d9d6965600a323
SHA1: d91e030ac8e1a75817b7b3b8db7aabe9eca0c4a3
MD5sum: 1207f22a38d7b4bf831db367b7aa3c33
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pglogical-dbgsym
Source: pglogical
Version: 2.4.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 423
Depends: postgresql-11-pglogical (= 2.4.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-11-pglogical-dbgsym_2.4.5-1.pgdg+1_arm64.deb
Size: 356164
SHA256: 7a03979071062feb88bef68a982184e2e558cbde6bea7215a296a563d589bf2d
SHA1: fce92d1e3994c754cab9f9e97d336ab096bc451e
MD5sum: 98d2fda34051771d166e7324c1f84b74
Description: debug symbols for postgresql-11-pglogical
Build-Ids: 52bbd6a75c39900cd242135810c565765fd00e9d d112aaeb4559cabf580714702ad80414eb99d313 f7132e4fb62a6e697270f75d32c1e81fa46d578b
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: postgresql-11-pglogical, postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-11-pglogical-ticker_1.4.1-8.pgdg+2_arm64.deb
Size: 12736
SHA256: 4f8e0b6ea2cf1ba47ca10f7bb18a0831bcdd1381cff0b5f5e50d482cac408e3c
SHA1: 50f2bbbf7dc39fa09cb1f63bde7226295c5e4335
MD5sum: 7959c19843716a5ebb8bb895f8f960b3
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 11.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-8.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-11-pglogical-ticker (= 1.4.1-8.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-11-pglogical-ticker-dbgsym_1.4.1-8.pgdg+2_arm64.deb
Size: 15124
SHA256: 1837587bfe169a10427ca3b2a46886086c793c1826d728e6d149b84daccc9da3
SHA1: 800a22fd5447982604c7426cdabcc6eadc66dea5
MD5sum: 94322da7bbc3b67887808d0d8e8e571c
Description: debug symbols for postgresql-11-pglogical-ticker
Build-Ids: 029a5f7c3bafeb58e9010f419c8fc5e0b323572e
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pgmemcache
Source: pgmemcache
Version: 2.3.0-14.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: postgresql-11, libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-11-pgmemcache_2.3.0-14.pgdg+2_arm64.deb
Size: 20700
SHA256: 9256a37e12db495bcb1b1c96d91bd44f0643653252c4f9fe27a03daadd6d0467
SHA1: 6758a197051bacfd8f134647519ca3785235546d
MD5sum: 2859e6e3d624183bbafa0a6cfe22e2b0
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-14.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-11-pgmemcache (= 2.3.0-14.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-11-pgmemcache-dbgsym_2.3.0-14.pgdg+2_arm64.deb
Size: 39432
SHA256: 77c17954eb9fc00cf75a16ccb84e833c944dc9dbfc7438c76720b11e4a6b5dcc
SHA1: 6b67907617f271ffdac85f65474a10a7ea7b1c1f
MD5sum: cf65d6d4435120864419655921ef5851
Description: debug symbols for postgresql-11-pgmemcache
Build-Ids: aa25a9a21820cc535050abcc13b10b7f9ce9ebc8
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pgmp
Source: postgresql-pgmp
Version: 1.0.5-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: postgresql-11, libc6 (>= 2.38), libgmp10 (>= 2:6.3.0+dfsg)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-11-pgmp_1.0.5-3.pgdg+2_arm64.deb
Size: 44484
SHA256: 416ae14bda9342f3708ccee706075a2cc57f494c7aabea3546b51b99540fe546
SHA1: 39efb7fb3f2c14ff34deadeeec40c3cae040b91c
MD5sum: a2f0b0994eaa73c4a7c7839e45839e32
Description: arbitrary precision integers and rationals for PostgreSQL 11
 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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.5-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-11-pgmp (= 1.0.5-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-11-pgmp-dbgsym_1.0.5-3.pgdg+2_arm64.deb
Size: 64520
SHA256: c346154258324f28501f4f731de8c17dbf0b56c11f621549951db7880c056d22
SHA1: 65fe04a8c29debdcc73a590f7291fccc1e823043
MD5sum: 1b2889297d9bab353733e9ce274562bd
Description: debug symbols for postgresql-11-pgmp
Build-Ids: 567ed356210be965446c4c2806ac1ba33bc7638e
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pgnodemx
Source: pgnodemx
Version: 1.7-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-11, libc6 (>= 2.34)
Homepage: https://github.com/CrunchyData/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-11-pgnodemx_1.7-1.pgdg+2_arm64.deb
Size: 31424
SHA256: 72975c7a5936b45e27c17f5b58112a44f645c7a8df2312b2ffd6ef9a77f0fa18
SHA1: b3bddeef35ee5184dbc662a8c6bb398ea16c4049
MD5sum: 7864c6c8b5e08ca918402879bd5c3084
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pgnodemx-dbgsym
Source: pgnodemx
Version: 1.7-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-11-pgnodemx (= 1.7-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-11-pgnodemx-dbgsym_1.7-1.pgdg+2_arm64.deb
Size: 74680
SHA256: 85428fea1dc3f48bb0b0b7536293ce946d0f7a5a2b79107064a33233a6d42c16
SHA1: 9e2631ef861f9e5023752fb9653826026819eb8c
MD5sum: d3b5f14bf9a266529fff3d022288db27
Description: debug symbols for postgresql-11-pgnodemx
Build-Ids: 468dd4addb44dbcb43b1ff614abbbcbda4ced88b
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pgpcre
Source: pgpcre
Version: 0.20190509-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-11, libc6 (>= 2.17), libpcre2-8-0 (>= 10.22)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-11-pgpcre_0.20190509-8.pgdg+2_arm64.deb
Size: 9712
SHA256: 667628d273570865c8e8abe95fd1cb794015155adfba1192ae2a55df2d6f1a4e
SHA1: 6fbd430eda304a10ae9d60d5c8c06fbf926d70ad
MD5sum: b41203b3bd7d8f6b1cdbe5ffd4739286
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-8.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-11-pgpcre (= 0.20190509-8.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-11-pgpcre-dbgsym_0.20190509-8.pgdg+2_arm64.deb
Size: 15076
SHA256: a910d5e538a60e938e5c4f2c410d86f8b54e5228f5061b0d552c64c5ff18e104
SHA1: 5114991f3950256f581319f92f9c4c2c302189ce
MD5sum: ed2a35b80228d58868e9372d37862d97
Description: debug symbols for postgresql-11-pgpcre
Build-Ids: 7f2775574a417d57cb28e982936f6f6bfc7c3aef
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pg-permissions
Source: pg-permissions
Version: 1.3-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-11
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-11-pg-permissions_1.3-3.pgdg+1_all.deb
Size: 8420
SHA256: e8b0d0ec3e0925c10c62775fce6bc6d33915c3dfa2601183730d576e2051c39f
SHA1: 027a233865bcb8ecf7eeaba46474cb2a71f3367b
MD5sum: 4f2f58af5c882e0aaf3553007609b772
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pgpool2
Source: pgpool2
Version: 4.5.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 448
Depends: libpgpool2 (>= 4.5.4-3.pgdg+1), postgresql-11, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2_4.5.4-3.pgdg+1_arm64.deb
Size: 160508
SHA256: 099e2dd69882511067bb8ce6ff7e63db21b876217b7ce1e9e940199bdbda3200
SHA1: a5c12ce706b7a0763f0602fe06f9afd9eeb6f392
MD5sum: 198eaebbbd8ab25ee0e2afc9f1c3342a
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 11 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pgpool2-dbgsym
Source: pgpool2
Version: 4.5.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-11-pgpool2 (= 4.5.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2-dbgsym_4.5.4-3.pgdg+1_arm64.deb
Size: 51308
SHA256: 22d5d47e4051cd8993734f431582be397d8ed59663d8c842c9f313c78c5b7b17
SHA1: 25a2df57a72f089d219cb4996b62854b3f14895a
MD5sum: 628dde6ab2b47bf170fafe3533ec5067
Description: debug symbols for postgresql-11-pgpool2
Build-Ids: 139f37bf8e72139dce2d6ee6842718cec52a0b3a a534c7aa72d34e8a733d65403ba2cf38ad2ebe42 c5436d2c27a5c4f2f26d95d121759be630cd7121
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pgq3
Source: pgq
Version: 3.5-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2109
Depends: libc6 (>= 2.17), postgresql-11, pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-11-pgq3_3.5-4.pgdg+2_arm64.deb
Size: 82324
SHA256: 87ed019b6d707ec99675fc944ebc535b2a1f2a145e063472f406e16f73f9a5ae
SHA1: 90f35dedb63904b50b5dffea012f7e4b17e2fd4e
MD5sum: f51894e22651984756f9191eecacf26d
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pgq3-dbgsym
Source: pgq
Version: 3.5-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-11-pgq3 (= 3.5-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-11-pgq3-dbgsym_3.5-4.pgdg+2_arm64.deb
Size: 69588
SHA256: 0c9a6f718534cf305e2873e2533d4239fb469963932a252a9cf174646657189f
SHA1: 431bbabd08cf4bcdc0476c8dd7909cc691b85105
MD5sum: a186cae6b25e283627453d3354618fb3
Description: debug symbols for postgresql-11-pgq3
Build-Ids: 1a2a68567cb3dee1f7da8de876fac9e1ddd173bf 6874ccdbc58eff513a6ec63a1016d1a12f36c603
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pgq-node
Source: pgq-node
Version: 3.5-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 538
Depends: postgresql-11, postgresql-11-pgq3
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-11-pgq-node_3.5-7.pgdg+1_all.deb
Size: 12832
SHA256: a0d26ff1391da8fe4d444aa5e3f04c7e70c7637170ddb7a223af61616759bd69
SHA1: 4d1a55f7bbb22f7d5fa59c6008ddfc83d7151ef7
MD5sum: 229de87c672eeda5f34ff7b47bc11161
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pg-qualstats
Source: pg-qualstats
Version: 2.1.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-11-pg-qualstats_2.1.0-2.pgdg+2_arm64.deb
Size: 29712
SHA256: b73b673b751be0c8dfb13f5d1a96831310ab02efc9f34533511842140a850812
SHA1: bc3d0321887f06166b75e6debc5c7c91fbc17fd8
MD5sum: 8d1330f010949f0e7cbe6fefe55c0cc2
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-11-pg-qualstats (= 2.1.0-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-11-pg-qualstats-dbgsym_2.1.0-2.pgdg+2_arm64.deb
Size: 57804
SHA256: f4fdd6c88180cb40267c3c4354af50cfd65790d04bc1cd587dd9add2b5313156
SHA1: 9bccb502c2854159b40f0be9e8ef4d067cb409b0
MD5sum: 98bc4df324440aaa3a697aea5f674f4c
Description: debug symbols for postgresql-11-pg-qualstats
Build-Ids: 6e88ca25d4cfa3c3cff75b2fdf5b15c02184f619
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pg-rrule
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-11, libc6 (>= 2.17), libical3t64 (>= 3.0.0)
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-11-pg-rrule_0.2.0+git20211101.d7d10f2-3.pgdg+2_arm64.deb
Size: 11032
SHA256: 002d418757c06e207f636ae7e647e3aa8346b2cc7ed402b3b34ee45562afd214
SHA1: d01fcc6049e9347bc5e73e6691cb6aa0c68e178d
MD5sum: 66a8a7a68f024e7c15254372391f9a67
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pg-rrule-dbgsym
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-11-pg-rrule (= 0.2.0+git20211101.d7d10f2-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-11-pg-rrule-dbgsym_0.2.0+git20211101.d7d10f2-3.pgdg+2_arm64.deb
Size: 19852
SHA256: 9761cd0dfa2cf93b21e634ebc748557180d52e10840f3d0bafaa38f01ee7f217
SHA1: f8eb85c3372932f3743466f017d7572189e354f8
MD5sum: 0b98d2b50051ff38658cca59de311161
Description: debug symbols for postgresql-11-pg-rrule
Build-Ids: 8766b6aa68bde0a9d9907e12c4f313f933e42fae
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pgsphere
Source: pgsphere
Version: 1.5.1-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1054
Depends: postgresql-11, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-11-pgsphere_1.5.1-2.pgdg+2_arm64.deb
Size: 178500
SHA256: f0e886023b79e5a2a2c44e4f31c5b75f31c8f5e3dd5e6e6ee61877e5c8c4cff1
SHA1: 820283e9e40e726a6a766dbc623b7b090132f3da
MD5sum: 7ae647c553bfebda8da2556ed568463d
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pgsphere-dbgsym
Source: pgsphere
Version: 1.5.1-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 422
Depends: postgresql-11-pgsphere (= 1.5.1-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-11-pgsphere-dbgsym_1.5.1-2.pgdg+2_arm64.deb
Size: 363752
SHA256: 22cb4751e721a18051fe2d81b849fab353b8d3bf1013faa164185b4028ffe389
SHA1: 3fb6e35e6282da6d3743ab23e5b552e75680795e
MD5sum: 901505fa11eab96f290698717ac134ca
Description: debug symbols for postgresql-11-pgsphere
Build-Ids: b8ebfeb32f4c2be513e151b3a32d5e6f689582cf
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.3.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-contrib-11, postgresql-11, libc6 (>= 2.38)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-11-pg-stat-kcache_2.3.0-1.pgdg+2_arm64.deb
Size: 18760
SHA256: 1e7084ee0e8d4960df3b6dc89219f6a070cef3fffb456ffd8a4ab0142d0c7823
SHA1: 175c4bc59b569c129c35474a021e6148b45a22f1
MD5sum: 111fe56fd92da75a40b65fe247fe9a84
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.3.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-11-pg-stat-kcache (= 2.3.0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-11-pg-stat-kcache-dbgsym_2.3.0-1.pgdg+2_arm64.deb
Size: 34576
SHA256: fd4ed34b8e89802b3a4df18e882559df6fa71ec76b1b9a329f65f83854b79d08
SHA1: f43998b3e29a58ce1cd569d04f7bfd2ed9c14298
MD5sum: 6c3155d07cf0742be9eabb11d71c7964
Description: debug symbols for postgresql-11-pg-stat-kcache
Build-Ids: 2a841a91448bb67fef02cad532e0cfc514214666
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pgtap
Source: pgtap
Version: 1.3.3-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1795
Depends: postgresql-11
Recommends: libtap-harness-archive-perl, libtap-parser-sourcehandler-pgtap-perl, libtest-harness-perl, pgtap-doc
Breaks: pgtap (<< 0.95)
Replaces: pgtap (<< 0.95)
Provides: postgresql-pgtap
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-11-pgtap_1.3.3-3.pgdg+1_all.deb
Size: 62952
SHA256: 2e060ffef3f552877194d9464bbbfc2d1181778edaeea0d24ce10b3210d04dc5
SHA1: dfb91c0df965b73356d21be15ed6c66b76239381
MD5sum: 46cb23e0db15b7600a7c32ae904ec0f6
Description: Unit testing framework extension for PostgreSQL 11
 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 11.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pg-track-settings
Source: pg-track-settings
Version: 2.1.2-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-11
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-11-pg-track-settings_2.1.2-4.pgdg+1_all.deb
Size: 9916
SHA256: 95caa721b4032ce2508ac1c469018e13ffb818d2ded79414ea12aaa86951d8f5
SHA1: 70b54ddd827683901fedc56bf1c601267d6915ae
MD5sum: 8e2f18349d92a1de4f1ad3e291ac9e95
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pldebugger
Source: pldebugger
Version: 1:1.8-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-11, libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-11-pldebugger_1.8-2.pgdg+2_arm64.deb
Size: 25300
SHA256: e678e95bd47577abc937db55ea709d5d55d7e4d4e1a4571abebbefbcb3653452
SHA1: a3ee288c177c4edc130de30dbd22526555cec591
MD5sum: 0c717d0e43900625780f35d656a4e452
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.8-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-11-pldebugger (= 1:1.8-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-11-pldebugger-dbgsym_1.8-2.pgdg+2_arm64.deb
Size: 91192
SHA256: ff3644a4394bb72671074d15138039cf0b32b7f574b22f97f4fdb979a81c0988
SHA1: 933483e2b7cda0de15f220b6093f797cbd1dcfa2
MD5sum: 0e9618f1bd3323a5d402026eed32799e
Description: debug symbols for postgresql-11-pldebugger
Build-Ids: 15ee9698c61a802c1720fbd1bd522bf958e22f30
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pllua
Source: postgresql-pllua
Version: 1:2.0.12-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 469
Depends: postgresql-contrib-11, postgresql-11, libc6 (>= 2.38), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-11-pllua_2.0.12-3.pgdg+2_arm64.deb
Size: 113436
SHA256: ce33b9fc3529cda2f74f4718366dc20d49408f6f8c3ca436340c5e4f7af8ef31
SHA1: f17ac9eab36c7589bf55ae75cd1838b069fa66e8
MD5sum: 0a0ce8ffe2a0e19070659b3d9c7af47c
Description: Lua procedural language for PostgreSQL 11
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 351
Depends: postgresql-11-pllua (= 1:2.0.12-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-11-pllua-dbgsym_2.0.12-3.pgdg+2_arm64.deb
Size: 304644
SHA256: 5256e47330c5c63ea4b16029247dbfbebe461b117a50eb991e2b5353f8be0301
SHA1: 59392e02bd5ad39853b9199a214a352fcb0cfcbc
MD5sum: 09e99e3eb106dbde8f487d657cbfcbc0
Description: debug symbols for postgresql-11-pllua
Build-Ids: a647546916929ff3e40754c27322fd022fbe5537 f850285aa01f51412c64d1691274de449cf967a2
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-plprofiler
Source: plprofiler
Version: 4.2.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-11, libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-11-plprofiler_4.2.5-3.pgdg+1_arm64.deb
Size: 20472
SHA256: 7ebf373522059ba0213b0ec0efaaf493a6f1e7d6a8da436f5860ff1ce7cc5d57
SHA1: a49386fc492b7464f8665126cc7970872ab2af94
MD5sum: 5ad4d81259661c65c7d5388ce935fc28
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-11-plprofiler (= 4.2.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-11-plprofiler-dbgsym_4.2.5-3.pgdg+1_arm64.deb
Size: 49720
SHA256: e7e5f5d6e090031470891dde04cb9f535e9712c4e1eb0242947075c12ff8da2d
SHA1: 131c137eb857c0fb866fdc53701814b119508120
MD5sum: 2a280ed520b6489617e14353b0c4e0bf
Description: debug symbols for postgresql-11-plprofiler
Build-Ids: d311019f007307b680f9f388f1e188cc6261112d
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-plproxy
Source: postgresql-plproxy
Version: 2.11.0-12.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-11, libc6 (>= 2.38), libpq5
Homepage: https://plproxy.github.io/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-11-plproxy_2.11.0-12.pgdg+2_arm64.deb
Size: 54528
SHA256: 1faf4d96678105872ed7d019cf8a349d9f2948cd82b2e717b016fed588993665
SHA1: 4ce2fdffccd2b17986895067865718215c70f281
MD5sum: 0dce949b4ed0609984d81cb4be815154
Description: database partitioning system for PostgreSQL 11
 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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.11.0-12.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: postgresql-11-plproxy (= 2.11.0-12.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-11-plproxy-dbgsym_2.11.0-12.pgdg+2_arm64.deb
Size: 110456
SHA256: 942822834f3453e1f49e0c23d2e0e2860ec6ee2d3b5dea07291552931e266266
SHA1: c02bf9c1003c5713d8f75ff799b8eaa590a218ce
MD5sum: 6fd1403bdc51c3ec8780568f5d5af830
Description: debug symbols for postgresql-11-plproxy
Build-Ids: af9804826a19d8920e5ee7c1cb0298fd627bbf64
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-plr
Source: plr
Version: 1:8.4.7-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: r-base-core (>= 2.10), postgresql-11, libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-11-plr_8.4.7-2.pgdg+2_arm64.deb
Size: 63340
SHA256: 2e3aeec465cd0ad146565f72cacfc30596c2ccbc97603c0d4f9b0ffe1410a0be
SHA1: 2e5971f65dded76d762c8028d00dd514aa6954b0
MD5sum: eb1c848c8e05a41922830e88646faefd
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-plr-dbgsym
Source: plr
Version: 1:8.4.7-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-11-plr (= 1:8.4.7-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-11-plr-dbgsym_8.4.7-2.pgdg+2_arm64.deb
Size: 119700
SHA256: 79b0413188de1767daf8d577300f4abdca77d4cc9586dd88d7e80fd5581db20c
SHA1: 3624297306b801b8e601773b09f0d3eb859e3cd0
MD5sum: b559255382c8f0d5b5876ec551272efe
Description: debug symbols for postgresql-11-plr
Build-Ids: 2d4a8a33b089d46fe0a2f806a5faa540891f29e3
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-plsh
Source: postgresql-plsh
Version: 1.20220917-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-11-plsh_1.20220917-3.pgdg+2_arm64.deb
Size: 12176
SHA256: fa8985809c91931f39657c836f051db7e505a92798847661d9bde7b3a355c193
SHA1: c3e9098fde68aad3b83ec111b454065bef8087e8
MD5sum: 148d309694f5d2e5b17718b892d13e18
Description: PL/sh procedural language for PostgreSQL 11
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in a shell of his choice.  You need this package
 if you have any PostgreSQL 11 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20220917-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-11-plsh (= 1.20220917-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-11-plsh-dbgsym_1.20220917-3.pgdg+2_arm64.deb
Size: 27772
SHA256: 8b03d5ccda772c7b505a99ae21cad984d49c08232d38a478c6d174e00cac0e39
SHA1: ef05428df44ee139d89700167084e41ce4ffecb1
MD5sum: cb25eb8b2b0c3626db0aaab8843fbf3a
Description: debug symbols for postgresql-11-plsh
Build-Ids: bd4a53c1a79ce46f19c06f51c4c6024f4dc3f1ba
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pointcloud
Source: pgpointcloud
Version: 1.2.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 417
Depends: postgresql-11, libc6 (>= 2.38), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-11-pointcloud_1.2.5-2.pgdg+1_arm64.deb
Size: 53640
SHA256: 698076b87b1904e57699de7b4f7e484ac6e52b6b948ac1635e800c250e0641d9
SHA1: d14615b54a44005a58aed0026c1f96250ddf7c1a
MD5sum: a708992d9ad07714a5e2755b8c65735a
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-11-pointcloud (= 1.2.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-11-pointcloud-dbgsym_1.2.5-2.pgdg+1_arm64.deb
Size: 161132
SHA256: ef474b609ca75d9e2f66db121b118d9856adafea2dda3298857bc2e723e76d49
SHA1: 5e82a276590eebfa1f02480eb1d185fcd7a7d334
MD5sum: 19c31a13acacad136b6c8d8889eb6f28
Description: debug symbols for postgresql-11-pointcloud
Build-Ids: 1fde9d21ec497fd545a8f28f357d1c8f5e0b39db
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-prefix
Source: prefix
Version: 1.2.10-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-11, libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-11-prefix_1.2.10-3.pgdg+2_arm64.deb
Size: 20220
SHA256: 81cc07f206f00a03ebdf68151e24434fd853141d518c8be95f0ce0c6180bedfd
SHA1: 83323166d8a60331d35e90f0c5d286e395a387e5
MD5sum: c611d7bbe13d28561246b354328c490d
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-prefix-dbgsym
Source: prefix
Version: 1.2.10-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-11-prefix (= 1.2.10-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-11-prefix-dbgsym_1.2.10-3.pgdg+2_arm64.deb
Size: 43508
SHA256: 0a952fd697eaf6f8588d6f87b6add6d0f79aae6bcefa3a0db499eca175eb4e93
SHA1: af6d20e53dfc68c50bc974bdb294f8241eb50a56
MD5sum: 097a6f60bd022e011b88427174896d0a
Description: debug symbols for postgresql-11-prefix
Build-Ids: 9272736d4b7acb722d76bac5212bd0381c8b82ea
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-preprepare
Source: preprepare
Version: 0.9-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: libc6 (>= 2.17), postgresql-11
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-11-preprepare_0.9-8.pgdg+2_arm64.deb
Size: 9152
SHA256: 78bba899064e929e2c6f93ab8613bce829eba3790a33f8cfb423d33f1cc209e8
SHA1: cb6e25b9862e66182776bd3b17d8590629aea01d
MD5sum: 54fd460bfd117fdc2d26790da0fdf43d
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-preprepare-dbgsym
Source: preprepare
Version: 0.9-8.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-11-preprepare (= 0.9-8.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-11-preprepare-dbgsym_0.9-8.pgdg+2_arm64.deb
Size: 15720
SHA256: 7c1a2286506e8d6b23eb3428596dd8849629843f86967863d88a56c8360c1c08
SHA1: 974a1078b0cc77794e596f1121750cb73510e704
MD5sum: 7b657b667ad70414bb96184e7c2516af
Description: debug symbols for postgresql-11-preprepare
Build-Ids: cb319bc79e1a6403f31ccf28b0fa7ab6f78725af
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-prioritize
Source: postgresql-prioritize
Version: 1.0.4-12.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-11-prioritize_1.0.4-12.pgdg+2_arm64.deb
Size: 6712
SHA256: a566e3bbb5ad97f6f634f869f00ee55608493fd3535729b13c73cd04b74b88ea
SHA1: 3cf1c24e746e335088a40a4ee60ef42cb8543605
MD5sum: 1a40b6c2655be785d0b37daadcb37503
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-12.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-11-prioritize (= 1.0.4-12.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-11-prioritize-dbgsym_1.0.4-12.pgdg+2_arm64.deb
Size: 11804
SHA256: 0c62a0f2c8272c2262127334d07e5ae1e8445b1b872ab2033248fc53272604e6
SHA1: 2e37ec15520cdef64849d5e5e6a6be79d744a2dd
MD5sum: 242e7310aa6f5de5344b858abe6a17dc
Description: debug symbols for postgresql-11-prioritize
Build-Ids: 09aa40a9104759793cf387b6cf598f8947f1f9fc
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-q3c
Source: postgresql-q3c
Version: 2.0.1-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2595
Depends: postgresql-11, libc6 (>= 2.38)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-11-q3c_2.0.1-4.pgdg+2_arm64.deb
Size: 72504
SHA256: 941035a46e7dc67408bf89f01f4ec7f8723e91b6df88ccfc672f923fefd9c060
SHA1: 8c26dc603c05cd456592066bb2610fd253dfec65
MD5sum: c0d4d3ab419f71dba9801a2a3f9c1f9f
Description: PostgreSQL 11 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.1-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: postgresql-11-q3c (= 2.0.1-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-11-q3c-dbgsym_2.0.1-4.pgdg+2_arm64.deb
Size: 83068
SHA256: a8fc480ec2df202e7f2eb56e0e2df07894e50feb2a2f0d186de9552792721d0d
SHA1: 0981a75b971a24ea43e9d00d8ef3ad8d8fc63d5a
MD5sum: 332dcc5b1daa2873040dac1bbf74108e
Description: debug symbols for postgresql-11-q3c
Build-Ids: 11730fa1a24c51240750791cb90bce3764085bf2
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-rational
Source: pg-rational
Version: 0.0.2-7.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-11-rational_0.0.2-7.pgdg+2_arm64.deb
Size: 11420
SHA256: 47baf424e759edc103c0012b86216d03875183855da9b45bbe9096ddb3e390a0
SHA1: c5de2f3a24d56627ff7b5a5b33d8e4d4f2d460a2
MD5sum: 0821bd692e1914969a57d0239a701584
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-rational-dbgsym
Source: pg-rational
Version: 0.0.2-7.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-11-rational (= 0.0.2-7.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-11-rational-dbgsym_0.0.2-7.pgdg+2_arm64.deb
Size: 19428
SHA256: 8b3d7f2c5607d615c1ce426db3a63f5fb811e8be981c2c831b67a669cbacb2a6
SHA1: 3b277dfebe760c70e66796034d756d0dc22c0558
MD5sum: 1ea584013d50f6a95abeafe964ae445a
Description: debug symbols for postgresql-11-rational
Build-Ids: 8ae68a6b3c4d2d5d1d956acca271066c3cc3d295
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-rdkit
Source: rdkit
Version: 202309.3-6.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 507
Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202309.3), libstdc++6 (>= 13.1), postgresql-11
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-11-rdkit_202309.3-6.pgdg+2_arm64.deb
Size: 209592
SHA256: ba84c411d64a0e2b70e98e9387727b76890b74459c070fc8c1eb8adf560680c4
SHA1: 8a482d19e1c5099600f29b69421d2a5c026d8bf6
MD5sum: 1453979e879c8fc04af5607a28cabf1f
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-rdkit-dbgsym
Source: rdkit
Version: 202309.3-6.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1176
Depends: postgresql-11-rdkit (= 202309.3-6.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-11-rdkit-dbgsym_202309.3-6.pgdg+2_arm64.deb
Size: 1114328
SHA256: 6cff0869352bf4cf68e40039458286a12b27f46b7c39751de18ec681f374ed21
SHA1: 976642017cd0093f013d3dc9565f3733b426312d
MD5sum: a5de2ff694d0384bc834a7bf5415b842
Description: debug symbols for postgresql-11-rdkit
Build-Ids: 26da71b906f061529f315482bae7d7c10b5c6d2e
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-repack
Source: pg-repack
Version: 1.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: postgresql-11, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-11-repack_1.5.1-1.pgdg+1_arm64.deb
Size: 72100
SHA256: bfb0aae01c82e37163c87a8d2bfbef658f15cf834ddf20ae21285ae01a5ab765
SHA1: e84b28cdee50ff88138bea271d735c0299865170
MD5sum: 26d7de0737e6bbea8ef0cf45cb749b93
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 11.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-repack-dbgsym
Source: pg-repack
Version: 1.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 153
Depends: postgresql-11-repack (= 1.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-11-repack-dbgsym_1.5.1-1.pgdg+1_arm64.deb
Size: 118804
SHA256: 1d8bb3c60bea6dcd86024c7af2a0e1f3ad9d65813fd1626f3fbdf5f6c448c882
SHA1: e686902d4c343bbfd35d71bcdf103420b44faede
MD5sum: c4bc5c88de5b75dd9391243f300acffc
Description: debug symbols for postgresql-11-repack
Build-Ids: 99ced23eedc8e6379a769ad0ce632ff08cedc0e9 aa9c067b5a25f3d55337c80ae6c9c099ac6a81db
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.4-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 311
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-11-roaringbitmap_0.5.4-3.pgdg+2_arm64.deb
Size: 85652
SHA256: 1fb2a71038d129f8edb536b983fd67ebfbedb5ed74f3497725bd1b228d86e725
SHA1: fa3bb49a4e2dfab869a0e4884fffba21dfa05a57
MD5sum: c288652274672d7814a8f116de31c34c
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.4-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 376
Depends: postgresql-11-roaringbitmap (= 0.5.4-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-11-roaringbitmap-dbgsym_0.5.4-3.pgdg+2_arm64.deb
Size: 345212
SHA256: d51ad8a1b7a8a066f400f3d6a8ab697127bde165f982b58aeb0e144565d7e01d
SHA1: ebb2a414271f2467bdea81d803267b615b229666
MD5sum: fe11e9c2f9245d04333cba53f3bae17a
Description: debug symbols for postgresql-11-roaringbitmap
Build-Ids: be580f3941c0b5f9aa3b7efb922fa629d35d00bb
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-rum
Source: postgresql-rum
Version: 1.3.13-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 490
Depends: postgresql-11, libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-11-rum_1.3.13-3.pgdg+2_arm64.deb
Size: 109856
SHA256: d7a540b605c0418bc1725bc525e970755416506864197924264802beaa3e2903
SHA1: b91c7694c7c61fe07ef863e2ab0be6cf813fbeae
MD5sum: 1d09d498d9b3ddcb5ae6eb77515684a3
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-rum-dbgsym
Source: postgresql-rum
Version: 1.3.13-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 348
Depends: postgresql-11-rum (= 1.3.13-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-11-rum-dbgsym_1.3.13-3.pgdg+2_arm64.deb
Size: 307736
SHA256: 68a185c53fe7dd003d29948c78108faef9ef89ab0a56e1ce677d984325421f9e
SHA1: b7bc25c3adf92b75ac3edb39550d4620cf675257
MD5sum: 4e94163c5737a9d3ff071dc31005bd02
Description: debug symbols for postgresql-11-rum
Build-Ids: 42a6c8bc745518d614b7765e655dcf8a1f104d84
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-semver
Source: postgresql-semver
Version: 0.40.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 147
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-11-semver_0.40.0-2.pgdg+2_arm64.deb
Size: 24668
SHA256: 61b71bf08493dc247c88860ee3b61e122c3363a146232eb582493f7a2d7222c8
SHA1: 246920d38d47570b1dd05ec4c8598556c37fd9a8
MD5sum: 2cd431cc493ac5d6fad94663b57078c3
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-semver-dbgsym
Source: postgresql-semver
Version: 0.40.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-11-semver (= 0.40.0-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-11-semver-dbgsym_0.40.0-2.pgdg+2_arm64.deb
Size: 19960
SHA256: 6de71874c15febd7a5018b948f3b18ef8c6d8767c240628798ff9fe8fe338323
SHA1: 30dd03cdead62024dec8b3b3b11f1aea2abd5141
MD5sum: 1550f9a936274989fd6ba12e64c15a82
Description: debug symbols for postgresql-11-semver
Build-Ids: 9d2565120df25c8bc0dc4aadded7993e4d8a9563
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-similarity
Source: pg-similarity
Version: 1.0-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-11-similarity_1.0-8.pgdg+2_arm64.deb
Size: 32712
SHA256: 3257c5b10b9552b65a55c43071b0a48951068a99e5acc271dd1cff6fcf277a76
SHA1: 4cc8e91c6a59695212f28f7e6ff122c3a75cc5a1
MD5sum: 61b3fa20a29f3726ac43ec0878ef65d4
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-similarity-dbgsym
Source: pg-similarity
Version: 1.0-8.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-11-similarity (= 1.0-8.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-11-similarity-dbgsym_1.0-8.pgdg+2_arm64.deb
Size: 54932
SHA256: 431505c37e4351cd857542020a5ce4c52252cf9d4c8455da412c582dc208550d
SHA1: b2ed293cd03e2640e22cb7d4a0e5d06fe9da1f8a
MD5sum: 0f4b71b388601d3621724e39ff406ee1
Description: debug symbols for postgresql-11-similarity
Build-Ids: 922af7adb20ec25141a92bf5656b0a003bc9f32e
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-slony1-2
Source: slony1-2
Version: 2.2.11-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-11, libc6 (>= 2.17)
Suggests: slony1-2-bin
Provides: postgresql-11-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-11-slony1-2_2.2.11-6.pgdg+1_arm64.deb
Size: 18232
SHA256: 403a239c536d2fae617561591082d85b1adf94ee03f4e9d47c7db965139317cc
SHA1: 103075c9f7197101d1d427358f8fc194fe8244dd
MD5sum: f85d324d9e2aa750131e6c0607d7f410
Description: replication system for PostgreSQL: PostgreSQL 11 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
 11 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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.11-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-11-slony1-2 (= 2.2.11-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-11-slony1-2-dbgsym_2.2.11-6.pgdg+1_arm64.deb
Size: 58168
SHA256: ad1d604af7b87d9223d65b4b7667abf8fc5f0691b51243c0b7a6006ca13ed8b5
SHA1: 3afed69b42e114ac2ecf54aa1c62536ea3949451
MD5sum: bdc33bf6d5d4fa8aeb040241f47db36d
Description: debug symbols for postgresql-11-slony1-2
Build-Ids: a1d3e7e07841173ed76e6b3415ec6793bbea303f
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-snakeoil
Source: pg-snakeoil
Version: 1.4-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-11, libc6 (>= 2.17), libclamav12 (>= 1.2.1)
Recommends: clamav-freshclam | clamav-data
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-11-snakeoil_1.4-2.pgdg+2_arm64.deb
Size: 8928
SHA256: e91befef2d8327835d7403477230a3346aa11cac4fab7154921c91354b90afee
SHA1: 02529ce875a222e29b5271d4c493a02c025bd1aa
MD5sum: 053cad43ecea63852595234ac3660191
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.4-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-11-snakeoil (= 1.4-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-11-snakeoil-dbgsym_1.4-2.pgdg+2_arm64.deb
Size: 14032
SHA256: f505460078c839013f352124f908c31caca89194655bfa408dc617ba7a947c03
SHA1: 92252960b2c8a643d4e5576a3b560a2d6c76b31b
MD5sum: 7dc67dbe20db2065d428ef74ed805716
Description: debug symbols for postgresql-11-snakeoil
Build-Ids: 7725b10d3b21cc33d35d6f15bcc72f7409b13d78
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-statviz
Source: pg-statviz
Version: 0.7-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-11
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-11-statviz_0.7-3.pgdg+1_all.deb
Size: 9408
SHA256: 881abe7343772ebb4c5331e59f5b578fe09a77d87dc003ae35742beb901a072e
SHA1: da56ba8d2869cd8199a48f4ab66cae09b5961a85
MD5sum: df7d1399cd969b90a31efdd013b980d5
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-tablelog
Source: tablelog
Version: 0.6.4-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-11-tablelog_0.6.4-3.pgdg+2_arm64.deb
Size: 20168
SHA256: 03bbf9251387365e5a8d71da1bd836f5c5e04a3d0092573fd4ff62552b8d0ec3
SHA1: 894838b38cde6aac1761196301fac4a0c0875d0c
MD5sum: f045799c62bc653ec1a2d493f964ba20
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-tablelog-dbgsym
Source: tablelog
Version: 0.6.4-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-11-tablelog (= 0.6.4-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-11-tablelog-dbgsym_0.6.4-3.pgdg+2_arm64.deb
Size: 34996
SHA256: 8ff7ec1aa4e1ceb69ffb89a124d5587f694c5578d683358442269816292ed741
SHA1: a8974eefec9c9d4f125e5dcb89f9d72218f87735
MD5sum: d873f175e086862974041961ead9a2f6
Description: debug symbols for postgresql-11-tablelog
Build-Ids: a37acdc027571debad3ca86874971503de647794
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-tdigest
Source: tdigest
Version: 1.4.1-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-11-tdigest_1.4.1-2.pgdg+2_arm64.deb
Size: 24184
SHA256: 816a5068f2cdb01b11a3ea887e43abc7db60d19d9fad79299d6751af236de5c6
SHA1: aa71fb14a438b5d3baa5cdc4ed19849890521895
MD5sum: 9605ad2362325be3b7e005639d5c15d1
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-tdigest-dbgsym
Source: tdigest
Version: 1.4.1-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-11-tdigest (= 1.4.1-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-11-tdigest-dbgsym_1.4.1-2.pgdg+2_arm64.deb
Size: 48384
SHA256: 17f232ce95b52a511d30587d5c1dc4a87cab074b4286f1f96d7c85211d197899
SHA1: 1ead1478f667978241e33bb12227a0691938f133
MD5sum: 31be66a978176d585ff4d2de12fdd81c
Description: debug symbols for postgresql-11-tdigest
Build-Ids: ae3ae72cf39ba00b697d37f75bc2d5e3d3c67ac0
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-tds-fdw
Source: tds-fdw
Version: 2.0.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-11, libc6 (>= 2.38), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-11-tds-fdw_2.0.4-1.pgdg+2_arm64.deb
Size: 34668
SHA256: 7692c4319954c54e3ea9411591ac5ecb9770b48ff90b5df4d1d28a9711cd1936
SHA1: 08f2cba8c6a04cc6d6b37c2dd6e9a0a5e407ea97
MD5sum: 6c90a7da0484f99f05c9fc220e015e1a
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: postgresql-11-tds-fdw (= 2.0.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-11-tds-fdw-dbgsym_2.0.4-1.pgdg+2_arm64.deb
Size: 120452
SHA256: 9796519d8ab8c5e75aeff43f1a30f8e8f62a41c1f870dfa4d55594417ee3b1ee
SHA1: ad36da5d69762f3d7db4dd32dd3287322c375110
MD5sum: 201aef8a91bc4de675dca704ba501b97
Description: debug symbols for postgresql-11-tds-fdw
Build-Ids: 2dc4ae8df9543ec9b0840edb688faa1e658cde1b
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-toastinfo
Source: toastinfo
Version: 1.5-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-11-toastinfo_1.5-2.pgdg+2_arm64.deb
Size: 7188
SHA256: d88158278ae8dc2cd479a60fe4464c4f0aafbf35cab4ae59f30e855ad41a14dc
SHA1: 07578c6b06c8a2059a603108bb5343c0497b14bc
MD5sum: be10edc6e82afab700333cef663b8b1b
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-toastinfo-dbgsym
Source: toastinfo
Version: 1.5-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24
Depends: postgresql-11-toastinfo (= 1.5-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-11-toastinfo-dbgsym_1.5-2.pgdg+2_arm64.deb
Size: 10340
SHA256: dd4c0000f50c97180f5245d29987b90e69b7efcbf9fbd260e05494de8eefdb22
SHA1: 382097981c3c1da47361ee94701c644d737cfe55
MD5sum: 06222ec992e23343d53df97f9c093671
Description: debug symbols for postgresql-11-toastinfo
Build-Ids: e609579fbfd9fe94fc53c917aa64cef9e8e52458
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-unit
Source: postgresql-unit
Version: 7.9-1.pgdg+2
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 382
Depends: libc6 (>= 2.38), postgresql-11
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-11-unit_7.9-1.pgdg+2_arm64.deb
Size: 76196
SHA256: 46992fdbd45ade2e61a459556bc3587c8d1588035b331794e8473791fbfc1888
SHA1: a735a7e13c8c52d7b4df8ab17ac2dfcee3cccacc
MD5sum: 1c0be43cd01801121383a40dc1b35a84
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-unit-dbgsym
Source: postgresql-unit
Version: 7.9-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 81
Depends: postgresql-11-unit (= 7.9-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-11-unit-dbgsym_7.9-1.pgdg+2_arm64.deb
Size: 59280
SHA256: 0b7e88ee9198697e0453037c9071948f048a799dd81a8f1915e0bffae06eb19e
SHA1: 3dc9316aa7b9def4f452fb526aec92415e1aaa99
MD5sum: 4d33e3c2f93e56d8dc39f85f20961bad
Description: debug symbols for postgresql-11-unit
Build-Ids: 84055e8bbda36a897e0b09fdc12193c1eb68f5f6
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-wal2json
Source: wal2json
Version: 2.6-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-11-wal2json_2.6-2.pgdg+2_arm64.deb
Size: 17700
SHA256: 9df5b4757dc45cd52bc37510093b202eee16fffc82cbfafc21efae24a59b619e
SHA1: 487dea23960e938707bc6a43337a1a3867a64af7
MD5sum: f073e5d167a4d7851bb2f7dee3aa494e
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-11-wal2json-dbgsym
Source: wal2json
Version: 2.6-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-11-wal2json (= 2.6-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-11-wal2json-dbgsym_2.6-2.pgdg+2_arm64.deb
Size: 54620
SHA256: 008bba0c38016284432d531f959c287d2d29c3a1f818a11b5b1124cfcbb183eb
SHA1: fe07f649bac94fa3f5d9f0ab854b492fcfc055f3
MD5sum: d3c02a86e44e3ccccd685d4149f77a24
Description: debug symbols for postgresql-11-wal2json
Build-Ids: 09ad45c4ed594b8cdd247d975dbccbc570c770ed
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-asn1oid
Source: pgsql-asn1oid
Version: 1.6-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-12-asn1oid_1.6-2.pgdg+2_arm64.deb
Size: 13456
SHA256: 68f1ba94d5edf3cd8f31437419c6f725991a1e4b8ec0ee50006b403ceb1b4137
SHA1: d943fc30a4667b822c81cd7c549ae56f3cdeda69
MD5sum: 5e66ff39e1742d6ca9ad093733202466
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 12.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.6-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-12-asn1oid (= 1.6-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-12-asn1oid-dbgsym_1.6-2.pgdg+2_arm64.deb
Size: 8148
SHA256: 99b7c5ce122e4ec92ee0e5c6d8f29082ac6057cf68ef041adbcfb104eba3d458
SHA1: c0638887beab16d80444663fae85ab82dccf1944
MD5sum: 80272d53cbcc4941852985bc386c3106
Description: debug symbols for postgresql-12-asn1oid
Build-Ids: cc813115bedcbaad1a5bb3648bbd6482df9268d4
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-auto-failover
Source: pg-auto-failover
Version: 2.1-3.pgdg+2
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1140
Depends: pg-auto-failover-cli (>= 2.1-3.pgdg+2), postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38), libpq5 (>= 8.4~)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-12-auto-failover_2.1-3.pgdg+2_arm64.deb
Size: 395256
SHA256: 7ad3b048c533ea6167c250ba4960d51066e2e50cf5cd22b03362fde6535b47ae
SHA1: c90ce6d670862d4f0db3595e4c7c11c29ca9ff2b
MD5sum: 4a4fe74b99c3edbf8c88e49d14c348c1
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.1-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 159
Depends: postgresql-12-auto-failover (= 2.1-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-12-auto-failover-dbgsym_2.1-3.pgdg+2_arm64.deb
Size: 136072
SHA256: aabfda0dc1b5f49bd7e46d197eca9a95d1d3743f2f2464407a332ab14b025b15
SHA1: 029742375ccd53aba96a653b79b3b8730faaab94
MD5sum: e465c5bf54a4497e73bf865716df0872
Description: debug symbols for postgresql-12-auto-failover
Build-Ids: 79a2d86291412e15df2a64ef9fca237ef9640aaf
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.7-3.pgdg+2
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 97
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-12-bgw-replstatus_1.0.7-3.pgdg+2_arm64.deb
Size: 15504
SHA256: 6b4758c629b1872a69e8ece626b9bede93c3a1799582ce49afa3d9c024d559d3
SHA1: 505494d1fb9d68a4764152fb84903a763515c8b1
MD5sum: 655e140a3ecbf470f06798363d1b4bde
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.7-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 23
Depends: postgresql-12-bgw-replstatus (= 1.0.7-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-12-bgw-replstatus-dbgsym_1.0.7-3.pgdg+2_arm64.deb
Size: 8304
SHA256: 622b0966ed93f7174108f465415f8bcbcdfecf2acc3bcaabd881987bceefc0ae
SHA1: d6bcae8e0b87186b9966169780c8ac6b506b7091
MD5sum: b95f019f67bdfdc1e5376d5448048a1f
Description: debug symbols for postgresql-12-bgw-replstatus
Build-Ids: a5bec0b4d73e5e72596fce9722333401d88702eb
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-credcheck
Source: credcheck
Version: 2.8-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-12-credcheck_2.8-2.pgdg+1_arm64.deb
Size: 70120
SHA256: dc20f308720e9c387a4366e710bad3ea74706f5b27eeaa408f38f43f28beda72
SHA1: e1f64bc772fe335a64fc231c819317089b56e5ca
MD5sum: 4ad961fc0cfdcae0f59da59978ad492b
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-credcheck-dbgsym
Source: credcheck
Version: 2.8-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-12-credcheck (= 2.8-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-12-credcheck-dbgsym_2.8-2.pgdg+1_arm64.deb
Size: 63240
SHA256: f2f7c00d27197d4ef1aaea48e88c1428f76bb9a7dda1cb593346ead7691a4dcf
SHA1: d6032998a0cad3e32ccb5d1cc282331f9983dfd6
MD5sum: 9a15758f8f7647750049ebab94c174a8
Description: debug symbols for postgresql-12-credcheck
Build-Ids: e641a75f6fcb39b97ed1bccbcf27e95a631b888f
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-cron
Source: pg-cron
Version: 1.6.4-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 308
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-12-cron_1.6.4-2.pgdg+2_arm64.deb
Size: 106492
SHA256: 0b5d7d191c84558f8fa91b7ecdbc8ef8d5ff37bb63ff1de185425dfcb3616435
SHA1: 227c98031e2088e3b0d15279ba9f1f9b78612cc7
MD5sum: ecc2b653df4aee54b83bc9a88ccdb643
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-cron-dbgsym
Source: pg-cron
Version: 1.6.4-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: postgresql-12-cron (= 1.6.4-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-12-cron-dbgsym_1.6.4-2.pgdg+2_arm64.deb
Size: 104072
SHA256: 5aab4257220bea74bc4468a9ef8fb6f5edffb0b5f8d7572d314c2c33a5ed816c
SHA1: 34dd160ee04a3fca0dda06666632017272665938
MD5sum: a5cfde557c14d911eba188570a113bc9
Description: debug symbols for postgresql-12-cron
Build-Ids: f0084fc382b0973f6473824c0accd6ca947e24f9
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-debversion
Source: postgresql-debversion
Version: 1.2.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libapt-pkg6.0t64 (>= 0.8.0), libc6 (>= 2.17)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-12-debversion_1.2.0-1.pgdg+2_arm64.deb
Size: 14184
SHA256: 14971be76cb8e79f1c21e5482b73a9798c10aca5fa118637342a2bbf774a59ff
SHA1: b01ec369eaba485204712c130d8f91115319db5f
MD5sum: a6ec2bad28cb30cab0f2ab92749e59e1
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()
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-debversion-dbgsym
Source: postgresql-debversion
Version: 1.2.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: postgresql-12-debversion (= 1.2.0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-12-debversion-dbgsym_1.2.0-1.pgdg+2_arm64.deb
Size: 18148
SHA256: 0b73461a17aa888b4722ea632d64bbca36f668ca1f5b9b0a8273ff3a42abee17
SHA1: 35f80c1dcf49b278e5ce0ed97750867522b79411
MD5sum: 31957e945a04bf0000c35b2a53779576
Description: debug symbols for postgresql-12-debversion
Build-Ids: f1c7b0771cd1cfa3369845ecd6b2e0dece2e8fe8
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-dirtyread
Source: pg-dirtyread
Version: 2.7-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-12-dirtyread_2.7-2.pgdg+2_arm64.deb
Size: 25756
SHA256: acd34a68f89734ae6fe98b60dce55fa68a99a29de44efdea657588dfc8f12b22
SHA1: 50134f6369ce77e404d8c15a43d36e8effe5eee7
MD5sum: 82f3a712f6a34f660595a363fa9caad7
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.7-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-12-dirtyread (= 2.7-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-12-dirtyread-dbgsym_2.7-2.pgdg+2_arm64.deb
Size: 35004
SHA256: a900660457b0261f186e58b58fe43dd7cdd171f045b5af767717bc2b8e30c857
SHA1: c72c0107facf1eba79f72a2dffae8d7f4f3a4f89
MD5sum: 6f32d24f96d63a860d1da625de110d3e
Description: debug symbols for postgresql-12-dirtyread
Build-Ids: efad8116acef9a6fa818798ab24a70957624de93
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-extra-window-functions
Source: extra-window-functions
Version: 1.0-6.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-12-extra-window-functions_1.0-6.pgdg+2_arm64.deb
Size: 16220
SHA256: 00105ceca5dc5c79ac3031c5ef7b5fc35424554735cf5a013a7dd9759f9c9ed5
SHA1: e61812ec9d18c5919d19864e3e61102161dd132b
MD5sum: 8b0c2ee5552a302b4a63e1c94d759ece
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-6.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-12-extra-window-functions (= 1.0-6.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-12-extra-window-functions-dbgsym_1.0-6.pgdg+2_arm64.deb
Size: 9540
SHA256: a9836d4d715bdf99211dfe25b0e949a70943b270485376ff61337e4454ee71d0
SHA1: b69535a09d2c46383f5fe10795e47c9c3284a5bc
MD5sum: a92a371ba0653aa9994f5d0ca97930bd
Description: debug symbols for postgresql-12-extra-window-functions
Build-Ids: e11639d513411d0d2073c2d8cc53762f6042a965
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16)
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-12-first-last-agg_0.1.4-4-gd63ea3b-8.pgdg+2_arm64.deb
Size: 8848
SHA256: ebc720cec46b79d33c8dde0d0772e9200723a459855d6c41fe277d6a6a8ed704
SHA1: 75e91304587d584bacbc41010c5964fbb7d76257
MD5sum: edf44df814499474b74c36ab81c1a4a3
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-8.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-12-first-last-agg (= 0.1.4-4-gd63ea3b-8.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-12-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-8.pgdg+2_arm64.deb
Size: 3988
SHA256: 19c0ac92c7a35055726421ff59699ff5c864ab3f01e2a9a066fb65d9dbeb5262
SHA1: 9ec71887e2222697099abd454804553ce3bf2536
MD5sum: d00c28cffbc113122c1e8060791f19d3
Description: debug symbols for postgresql-12-first-last-agg
Build-Ids: d97fe16a4333810b8e78d44f0ef2c5ce19505c18
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-h3
Source: h3-pg
Version: 4.1.3-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 376
Depends: postgresql-12, libc6 (>= 2.17), libh3-1 (>= 4.1.0)
Homepage: https://github.com/zachasme/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-12-h3_4.1.3-4.pgdg+1_arm64.deb
Size: 47788
SHA256: 9f2fcf93ff9b9d2aa6e8dbcf9a95bfd1f773557a8bd33cb5d8da12af13c33433
SHA1: 8c1ad444513a54bfb610bd339c1ad35d1a6e2f16
MD5sum: 0b26dd1a686473c3e87fa1edb64422fd
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 12 extension.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-h3-dbgsym
Source: h3-pg
Version: 4.1.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 171
Depends: postgresql-12-h3 (= 4.1.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-12-h3-dbgsym_4.1.3-4.pgdg+1_arm64.deb
Size: 104168
SHA256: 13b17a308b87201aa8ce2ecd9d981d8549c7ccea091064ec5b3750d2612f75fb
SHA1: e193eb23d60613f535dcbc549f16c4e69790e871
MD5sum: 250d518cb827ab7901c0c71e7004eec5
Description: debug symbols for postgresql-12-h3
Build-Ids: 1cce4bbfa004247bdde8b0071208e01a46b4ce74 330e4957806ad78823d8d7cd738bef3d97fefbbb
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-hll
Source: postgresql-hll
Version: 2.18-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 216
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-12-hll_2.18-2.pgdg+2_arm64.deb
Size: 84536
SHA256: 6113ef58770e8bc446476ab9dcaccf716aad252669d368347ef90bc86877ed6f
SHA1: f92d4281f8e191834cac82fbfbccc5508d78a0ea
MD5sum: c5691bff1522bb19a8fc52ff9ec5a2c5
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-hll-dbgsym
Source: postgresql-hll
Version: 2.18-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-12-hll (= 2.18-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-12-hll-dbgsym_2.18-2.pgdg+2_arm64.deb
Size: 88368
SHA256: 27946a1d67a74afd4acd6e591c44db1f508389833a1f97607e997c0d73f3729c
SHA1: e36574b9c48e78512276c988c9845e5584983c11
MD5sum: dbab53d519f963b7bf156597ca7a6111
Description: debug symbols for postgresql-12-hll
Build-Ids: d98ded96e28e64d5350265b503ab21fb50d19e86
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-http
Source: pgsql-http
Version: 1.6.0-5.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-12-http_1.6.0-5.pgdg+2_arm64.deb
Size: 47476
SHA256: b231ef5065a4f7199ff2c5f94410ea9aeb5a500684bb813cc791fe413b7f1e46
SHA1: 444e5c77c3d973d9d0593506380949cd2732ff9b
MD5sum: fcc87ed78604ed4d492d614e0f570c50
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-http-dbgsym
Source: pgsql-http
Version: 1.6.0-5.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-12-http (= 1.6.0-5.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-12-http-dbgsym_1.6.0-5.pgdg+2_arm64.deb
Size: 56092
SHA256: ead06d233dac84c41d9792038fb63398f6d490f93417c654229e4ab047891db0
SHA1: af125cb6d623296fed79b9d0a207f29802063dcc
MD5sum: ae9b05c1a808700b3bfa6f5a3ba2d374
Description: debug symbols for postgresql-12-http
Build-Ids: 04f66cd32569bd6bd0b07fd2c16c8b7da8f5f3b8
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-hypopg
Source: hypopg
Version: 1.4.1-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 191
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-12-hypopg_1.4.1-2.pgdg+2_arm64.deb
Size: 73116
SHA256: 9e302109da1af6b29c79d071969215d11c5e74271a4e650ab719aeac4d7c117b
SHA1: dad5f07a33ca6432490c033c96fd952cf6975195
MD5sum: aa0c18e2f6f811d10a7fb1bf10d2ff1c
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-hypopg-dbgsym
Source: hypopg
Version: 1.4.1-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-12-hypopg (= 1.4.1-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-12-hypopg-dbgsym_1.4.1-2.pgdg+2_arm64.deb
Size: 76956
SHA256: 1e3203685916ae4b408e309457e415de466713812b89df0943ba133b92df4c27
SHA1: 86773d563b966e63c73f2ecf28084d2d5f51b10b
MD5sum: 6ebc577caf82838ec46e64a09bacf64f
Description: debug symbols for postgresql-12-hypopg
Build-Ids: 6fa9c4a5db01e261a9439fbd4c87c7af035f49ce
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-icu-ext
Source: icu-ext
Version: 1.9.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 346
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17), libicu72 (>= 72.1~rc-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext_1.9.0-1.pgdg+2_arm64.deb
Size: 105584
SHA256: a01bf67f13b499238cfb6ba0079cd0c9e81a82f6b22668d62c34fd1574a10c2f
SHA1: 648a6ec4804b778afe053e3552de538f3eeba706
MD5sum: e894a0ce6d86d1e6cf6f814c5f74a9c4
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-icu-ext-dbgsym
Source: icu-ext
Version: 1.9.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-12-icu-ext (= 1.9.0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext-dbgsym_1.9.0-1.pgdg+2_arm64.deb
Size: 87904
SHA256: b23438fba4d299e0199a743e42a1a65d469500d585352852262000ff53b012be
SHA1: 872e7501cebf36342f5a0634e1861458ae222c45
MD5sum: 96525c21299bf3a380cdb33b8c48313b
Description: debug symbols for postgresql-12-icu-ext
Build-Ids: ea539fd278835b3d108913b90845e9e9dcec4250
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-ip4r
Source: ip4r
Version: 2.4.2-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 700
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-12-ip4r_2.4.2-3.pgdg+2_arm64.deb
Size: 201864
SHA256: 392a68300c4ebd368f2a33351832e2e7c043ed41f3156f0207954ba7b4afac86
SHA1: b9e092d13636768fcd2fea65ce3a7afa5ed29cec
MD5sum: 17783c508f0459ebd6cb873fc968dbcc
Description: IPv4 and IPv6 types for PostgreSQL 12
 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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-ip4r-dbgsym
Source: ip4r
Version: 2.4.2-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 217
Depends: postgresql-12-ip4r (= 2.4.2-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-12-ip4r-dbgsym_2.4.2-3.pgdg+2_arm64.deb
Size: 181004
SHA256: 3864c81025cd136ee3525eda4eab06f3c7565b314ffd5bd0d76de5ad63322be4
SHA1: 1310b6abfe074e1d31e60955031723320f781986
MD5sum: 346e26d116f27510a39dc5354ff401b7
Description: debug symbols for postgresql-12-ip4r
Build-Ids: 291b9e9eecc3dfada02693957c5a1e87a9b00e02
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-jsquery
Source: jsquery
Version: 1.2-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 358
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-12-jsquery_1.2-2.pgdg+2_arm64.deb
Size: 137812
SHA256: e6f446a32b2b8ed3af8c6907fdb3371a7cea7dbd370a49bba5ca36f7d4f62439
SHA1: f6da77f9f7befe13429f1de553039701d06654b4
MD5sum: 56e758343c1e21128d9f180903dc4a3a
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-jsquery-dbgsym
Source: jsquery
Version: 1.2-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-12-jsquery (= 1.2-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-12-jsquery-dbgsym_1.2-2.pgdg+2_arm64.deb
Size: 95880
SHA256: d801c188cd9964848e9cc9b310e7e07401e2e5e490af3e07b10f592731642cbf
SHA1: 14ee04cdfbc84535ebe63c87f9cd03c0d3263dc8
MD5sum: ea8c5d9ed131f6855560e092d5d986e6
Description: debug symbols for postgresql-12-jsquery
Build-Ids: ffbbcafb034c85dec1a788da5a1967c7bbf0eac7
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-londiste-sql
Source: londiste-sql
Version: 3.8-6.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-12-pgq-node, postgresql-12
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-12-londiste-sql_3.8-6.pgdg+1_all.deb
Size: 20684
SHA256: 8e5cf0b104ec2ded4513af9d0be5f30cccb7b9b6f9fdcab0df361385594fe034
SHA1: c71e7018181fdb966f729b456f298eaecec42c89
MD5sum: 53203502859e18e6ff6bc011efb50920
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-mimeo
Source: mimeo
Version: 1.5.1-19.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4485
Depends: postgresql-contrib-12, postgresql-12
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-12-mimeo_1.5.1-19.pgdg+1_all.deb
Size: 128592
SHA256: 301af4a0c5ac19655d41a9e0c4c7a29748daaaaf7f1b4dabecd6b6bf3c0903af
SHA1: 80ae183ee400b4a3cedaa44e69b991371d3d93e7
MD5sum: 435a788eca57382735dbf091cb6b2b87
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.2-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 368
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-12-mysql-fdw_2.9.2-2.pgdg+2_arm64.deb
Size: 150988
SHA256: fcc8f186fdc2bbc8bb5263b1a9144708582708bd8c3bfca25709d7ac80348b59
SHA1: 54d92f883fe767ab902634ba97ab8c5cca980ffd
MD5sum: a886709063330972d5082c16fcdb59e6
Description: Postgres 12 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 12.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.9.2-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-12-mysql-fdw (= 2.9.2-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-12-mysql-fdw-dbgsym_2.9.2-2.pgdg+2_arm64.deb
Size: 161060
SHA256: 6e35bf628b9e402b7d17cec0a4513403a1c49eb03b970e39dfda2b9ace5cca80
SHA1: c948f5ae9d0df116df7b29b3dec9ede571ca17d0
MD5sum: 296c552771162b765ae297f44e4827b2
Description: debug symbols for postgresql-12-mysql-fdw
Build-Ids: 0b7b5e4093dd73d5271717f4ce802106a8d5bbb8
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-numeral
Source: postgresql-numeral
Version: 1.3-7.pgdg+2
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 259
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-12-numeral_1.3-7.pgdg+2_arm64.deb
Size: 81156
SHA256: a1eec5b4a1e277060d6241efc5ddcfb0a6fec3a7831565a0610dc7c51e91713e
SHA1: bd0b9d6b929eedf1442c45496db73ae901209951
MD5sum: d1b858731595a13e6c695c7b9fc3cd61
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-7.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 62
Depends: postgresql-12-numeral (= 1.3-7.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-12-numeral-dbgsym_1.3-7.pgdg+2_arm64.deb
Size: 40776
SHA256: 3437d2efef6c5abe891b00557b7c9b823197a1dbe0066b6adc13312844bbfc2c
SHA1: 539498037f8aa053379dbc80caaff0a9f7a97673
MD5sum: 5542b8dc6a97bbd225b72b41579b98c1
Description: debug symbols for postgresql-12-numeral
Build-Ids: dad53cab60b614bca7c11c4cd1ea61a968ecd5d0
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.5-2.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 293
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38), libgdal35 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw_1.1.5-2.pgdg+2_arm64.deb
Size: 105720
SHA256: 2dcacf66bf512228592eb733b814132bd702a32131e5e989db9517f1b8b9299c
SHA1: c4ff44fa2e2643d7b9e814e5513657d28f9724c5
MD5sum: 2114f279fe774d7e2f14e488f5ebb91a
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.5-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 161
Depends: postgresql-12-ogr-fdw (= 1.1.5-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw-dbgsym_1.1.5-2.pgdg+2_arm64.deb
Size: 127556
SHA256: e68ece2130f556fa3a1c0f390bfb0b8b7240d7374967e7f62d3e98381791b68f
SHA1: bf25a8adb01d259653b73c5e87f8cfef53e86810
MD5sum: fc92fef6cd9b3521f66c0cac6d398cf3
Description: debug symbols for postgresql-12-ogr-fdw
Build-Ids: 5053c9ec37d62224e7fcb5a3ce34bfd222091bf1 71183f3200f02a120360d9be381b9e6ab60518a8
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-omnidb
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-6.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17), libpq5
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-12-omnidb_3.0.0.20201026-6.pgdg+2_arm64.deb
Size: 21396
SHA256: 22101a072a79a4c885415b3b20a5b7a08d7f0e40b5805e3cbcb20270e0fa7e7b
SHA1: 29b05c4d431c5c36581d090683b60e1a0fb56530
MD5sum: 4e00ac142e0ad4650daa62bae6bc3b83
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL omnidb_plpgsql_debugger extension for
 interactive PL/pgSQL debugging in OmniDB.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-omnidb-dbgsym
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-6.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-12-omnidb (= 3.0.0.20201026-6.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-12-omnidb-dbgsym_3.0.0.20201026-6.pgdg+2_arm64.deb
Size: 34956
SHA256: f5d242829e8b76b167a6bd9051948807ba2d3890738b02fa20146f29d57e47db
SHA1: dc12ca9867979af7929ed4e4afc906322e0a7582
MD5sum: 11d66858d24b22897ea5a4e9c518f4f8
Description: debug symbols for postgresql-12-omnidb
Build-Ids: 833dbec5005272989572ef58ada57620bd4b02b2
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-oracle-fdw
Source: oracle-fdw
Version: 2.7.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: oracle-libs, postgresql-12, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-12-oracle-fdw_2.7.0-2.pgdg+1_arm64.deb
Size: 81232
SHA256: 57f2700c50099c89a8ca0e7d2ada4127f22e0515cfbdb096cc81fce0dd2b39f9
SHA1: a0021c8b1178b67db4f484f66811ff421815dca9
MD5sum: 5c187754399d2f160007186728c1c048
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.7.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-12-oracle-fdw (= 2.7.0-2.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-12-oracle-fdw-dbgsym_2.7.0-2.pgdg+1_arm64.deb
Size: 178208
SHA256: 0cc3b03b6fa0909d1b65a9469772e1d67bb7e99529eaf64e1bea7604355fa2b6
SHA1: 9bc2a0e950f51851c72f242c16827999806f3289
MD5sum: 99f34d0ce5a8b2e7be285d8dd4b80601
Description: debug symbols for postgresql-12-oracle-fdw
Build-Ids: 0777272b5392a1a1ed27675b9ccba3569cdb89d4
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-orafce
Source: orafce
Version: 4.12.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1281
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_4.12.0-1.pgdg+1_arm64.deb
Size: 406476
SHA256: eaae925aa470045d88573a6f7b4186694c529de4a5b04da975be4eb236f8136a
SHA1: abd0c827396d7ac5bfa3c84e45444b8eeda4d06f
MD5sum: 7c3c7869197ece0aabf8447a4af48400
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 4.12.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 333
Depends: postgresql-12-orafce (= 4.12.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_4.12.0-1.pgdg+1_arm64.deb
Size: 280560
SHA256: 571796e500c596f28894e1c1bc11e430c30def519a0703b741f97c6b7abb63a2
SHA1: 8de7cfe95bb5e3047b75086aff8a47b771ca25a6
MD5sum: 53b6c2868502cc53d9350f6f2bc5ff87
Description: debug symbols for postgresql-12-orafce
Build-Ids: 50735e9a1c51d54ca17c3a641bef6f88c0a5abe8
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-periods
Source: postgresql-periods
Version: 1.2.3-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 597
Depends: postgresql-contrib-12, postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-12-periods_1.2.3-1.pgdg+2_arm64.deb
Size: 52736
SHA256: ad4054fd3e5a57d1a5efb349f704f58a46873a5b5850c8a17d6064daaca5cc5a
SHA1: b0d6a98f3ad98e6234a7870a0f69a28450a36296
MD5sum: fb8beab05e0faf11ec0ca0b544a3cc47
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-periods-dbgsym
Source: postgresql-periods
Version: 1.2.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-12-periods (= 1.2.3-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-12-periods-dbgsym_1.2.3-1.pgdg+2_arm64.deb
Size: 39756
SHA256: 000c7978e69df62aeee58e676792b0421a22b550f11b5c045382ddb1d569aa4d
SHA1: 3fa084730f3b50dbbf0932bc8b3765b940a1c080
MD5sum: 4ad453954ebe726a1cd9919e1f906684
Description: debug symbols for postgresql-12-periods
Build-Ids: e05865505ac56cbb8d0089b5d0b60b4c56dca436
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.6.2-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), postgresql-12-pgaudit, libc6 (>= 2.34)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile_1.6.2-2.pgdg+2_arm64.deb
Size: 45440
SHA256: f9d6846fe1408c95e190d4eb568cad7a4bacdc2d5bfd429a1caa9a5fd7c7d972
SHA1: f857e0850c6c26be0671f24a242a10c116a4ff2d
MD5sum: 9c458e32b0aa295964c2a1338bb168a9
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.6.2-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-12-pgauditlogtofile (= 1.6.2-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile-dbgsym_1.6.2-2.pgdg+2_arm64.deb
Size: 32836
SHA256: 720d4e8faae5e9ca5ff91a97bce3f3e42f8ddc4cab83aa2c2c70c8d77f1588a2
SHA1: 1fa9f3fbcfa0fb9363894ae808570406d9a95c1e
MD5sum: bde3b78cce73a94a6e8f6a67de3465e7
Description: debug symbols for postgresql-12-pgauditlogtofile
Build-Ids: 9093fc0915ab84707a3b8d1e6db42211b45753c6
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pg-catcheck
Source: pg-catcheck
Version: 1.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-12, libc6 (>= 2.38), libpq5 (>= 9.2~beta3)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-12-pg-catcheck_1.5.0-1.pgdg+1_arm64.deb
Size: 32672
SHA256: f1ffd88e3ba4a1781e16888a5b75bad4c281ee4be0dcdc08f813125a3b565c82
SHA1: 4182bb5214d7b37e1eb6319bc8edd1fab159d6ff
MD5sum: 9a4334ce6f226eca2264fdb74449e562
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-12-pg-catcheck (= 1.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-12-pg-catcheck-dbgsym_1.5.0-1.pgdg+1_arm64.deb
Size: 37916
SHA256: 6c12777762a2088c64a8b4b94811a1a92859ee070c3f87c0aa1373831407daeb
SHA1: 4ad13028009f50318b751d55996bf667e9e2aeb7
MD5sum: e9ceace22ff7cbe0e179704ed4f059aa
Description: debug symbols for postgresql-12-pg-catcheck
Build-Ids: 5723778a08fa388c2fa76cceebc6fd41bd7cbad3
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pg-checksums
Source: pg-checksums
Version: 1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: libc6 (>= 2.38), postgresql-12
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-12-pg-checksums_1.2-1.pgdg+1_arm64.deb
Size: 34892
SHA256: 2f7c9b83fedcedc625fbc5fa1b9b3c3101d5ba566ed7721aaab82a24121cc287
SHA1: 93b028ad545ab42f13442dc0fe9bb9b67c113cf0
MD5sum: b1f8c0e14eee315aceda8dd81edb133b
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-12-pg-checksums (= 1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-12-pg-checksums-dbgsym_1.2-1.pgdg+1_arm64.deb
Size: 22552
SHA256: 4a918ec5969d5be2b69011a095caf823b237e87f71f65806b30b4fb534677e73
SHA1: 3c6d0b97d9fff44187b755ac495ee9f64f2a8673
MD5sum: efd92812a32eaf973ff7db6374d13689
Description: debug symbols for postgresql-12-pg-checksums
Build-Ids: b4ede9fd77ecc75c2791d4bb3e5366c04d2f3355
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pgextwlist
Source: pgextwlist
Version: 1.17-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-12-pgextwlist_1.17-3.pgdg+2_arm64.deb
Size: 37128
SHA256: f4d29b6bfe55e624cecdc807d840fc8aab0d028a49fa1ac578cdb784ff61374a
SHA1: 479655fbdd655b77f0efcc30711a5d307dd4008d
MD5sum: 56c471e86ca7d09ecb05ffd472623864
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.17-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-12-pgextwlist (= 1.17-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-12-pgextwlist-dbgsym_1.17-3.pgdg+2_arm64.deb
Size: 47924
SHA256: 5762f7ca585b2b63b4cc9d6cf36d9a36adde266c4e2ddadf822869a5140bbfc1
SHA1: ce2481cf2c589af5d9adfb3d1735bcbc68b2ed4b
MD5sum: dc595b4158ac34583712c461574cb8ec
Description: debug symbols for postgresql-12-pgextwlist
Build-Ids: a0f11c7c6a614d410cc3c4a332763b56624352b0
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pg-fact-loader
Source: pg-fact-loader
Version: 2.0.1-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1144
Depends: postgresql-12
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-12-pg-fact-loader_2.0.1-4.pgdg+1_arm64.deb
Size: 41436
SHA256: b956c4c07bcafa8ebc518e6e8dd1c797f0c5a9945b9dd4de6152c11e28161c0b
SHA1: 6738fab689eed17d29dc3098dccf8675bbfb1360
MD5sum: 12c898261d112ef56bf5bd1d4ec5b0c6
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 12.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pg-failover-slots
Source: pg-failover-slots
Version: 1.1.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-12-pg-failover-slots_1.1.0-2.pgdg+2_arm64.deb
Size: 43220
SHA256: 7499e91d1a0739b510f2d6d2a53af2231d9267985dde28c18639f4602a1298bd
SHA1: eb0fae09f1702fe5519e41ea9108647f4dc4ca9a
MD5sum: 13c4a57e1267f292581970603d0d253f
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.1.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-12-pg-failover-slots (= 1.1.0-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-12-pg-failover-slots-dbgsym_1.1.0-2.pgdg+2_arm64.deb
Size: 39604
SHA256: 6a1232954c93ae7e0faf3ed65304eb14bec66e54a8af07cbfa0c0780c68f86df
SHA1: a7b6fce600d27fc225f5fb38cc1ad9847851ef44
MD5sum: 7618ff921b08d62e8b2d443fb61007c9
Description: debug symbols for postgresql-12-pg-failover-slots
Build-Ids: fd91c031bd3c2e41463c38a99bed3d4c7e8b4e58
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pgfincore
Source: pgfincore
Version: 1.3.1-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.34)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-12-pgfincore_1.3.1-2.pgdg+2_arm64.deb
Size: 32076
SHA256: f69d0f571c08e3711deeb67b5ad50bf9f2b3fb5afb0e1b3501d4f545a8c84a07
SHA1: 85b75a85b90de98d05f2ad93fecd673a3f84c569
MD5sum: 1914f346e67827fc07b8ed0e3b6cd10e
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pgfincore-dbgsym
Source: pgfincore
Version: 1.3.1-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-12-pgfincore (= 1.3.1-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-12-pgfincore-dbgsym_1.3.1-2.pgdg+2_arm64.deb
Size: 41676
SHA256: ede65e1526575afbfa4804d6acb29df8ccbcb7fda096482c8cc3bac747c61e01
SHA1: d6030335bdbb57027bfdb056f923f94f15859a24
MD5sum: a311f06e244fb459dade04d8f898443a
Description: debug symbols for postgresql-12-pgfincore
Build-Ids: 0ec0ed0f1b86c3185916bea23e9960876c9cc0eb
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.2.1-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1931
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-12-pgl-ddl-deploy_2.2.1-2.pgdg+2_arm64.deb
Size: 40640
SHA256: 1befa1f138715c3581ef23eab999afd0c9e30c6f884e079affb71ba83d289c8d
SHA1: f088d0ab8140384f5fb0143dab093953ecd8936c
MD5sum: a18f65807413be459a6da2ca034cec43
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 12.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.2.1-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-12-pgl-ddl-deploy (= 2.2.1-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-12-pgl-ddl-deploy-dbgsym_2.2.1-2.pgdg+2_arm64.deb
Size: 18256
SHA256: 20fe189e3287ef87d87e7858b923c66a9ffccfa70a13cf3f86802a36867f8653
SHA1: 36b30e101dca088305e6d14a7bc20695b70429f5
MD5sum: 11b5dc463493d5d2c79e640384d833ff
Description: debug symbols for postgresql-12-pgl-ddl-deploy
Build-Ids: 12a9856e12e7957ef9fb5340a5055296e7a6dd48 5eb4a7d0f3c4e7c0142cc7d327585a8e5e5b887f
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pglogical
Source: pglogical
Version: 2.4.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1323
Depends: libc6 (>= 2.38), libpq5 (>= 9.1~), postgresql-12, postgresql-12-jit-llvm (>= 16)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-12-pglogical_2.4.5-1.pgdg+1_arm64.deb
Size: 442740
SHA256: c60254572e081104acad406977cbe6ab2a34ea3047b5f205af05370594ce5724
SHA1: 3f64edfac273ea4311de9749ea65872575d405af
MD5sum: 6736e8abadfcc8a4fa70cfe7e1e89deb
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pglogical-dbgsym
Source: pglogical
Version: 2.4.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 447
Depends: postgresql-12-pglogical (= 2.4.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-12-pglogical-dbgsym_2.4.5-1.pgdg+1_arm64.deb
Size: 380436
SHA256: 83eb43623beaf3f612fbd165953f53593899c3fffc7fe3328d8f36e961f140ee
SHA1: 3f4fa1391d440c61c0e48ee7f315e5f38b3e5d4b
MD5sum: 128e5f6e851558421aafec4e9d0fc5df
Description: debug symbols for postgresql-12-pglogical
Build-Ids: 156d21138d45ce814e2810875d27ad9db96cfa15 1d97bd91cb949595b053deea9e428c8037eef934 780a0519bc792a6427d694e836fffd08b5561bef
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-12-pglogical, postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-12-pglogical-ticker_1.4.1-8.pgdg+2_arm64.deb
Size: 21480
SHA256: 864887f10d8dd06fb84c51d6bebc94e4599efb7f910eaa9492f8162d9899f6f1
SHA1: 103264cc6b77ae12278694f5aa763939da5857b3
MD5sum: 677733a5c7800eb0d84fa33aa6e09605
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 12.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-8.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-12-pglogical-ticker (= 1.4.1-8.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-12-pglogical-ticker-dbgsym_1.4.1-8.pgdg+2_arm64.deb
Size: 14368
SHA256: f841aa8d035518223111f45e61b1c39581ca0a17f8f5eb80abc95c26449d8576
SHA1: 9799e2607a128f27422e16f2c2e781b5025a3a43
MD5sum: 1de6db71380bcbb0e7d77d5de3bc604e
Description: debug symbols for postgresql-12-pglogical-ticker
Build-Ids: 9ec3c855a08463cb02a083e21689ce4d7c7b2043
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pgmemcache
Source: pgmemcache
Version: 2.3.0-14.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-12-pgmemcache_2.3.0-14.pgdg+2_arm64.deb
Size: 51316
SHA256: 54a5f00f717b4d0cbdd7dbc0d1bf0740f1a9703f9cbf5991b673faca3f201573
SHA1: 89c4a50f96005e1f89dc1037e0fd27f5d3214fce
MD5sum: 864253d5e407b0c857058e038a0e2eab
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-14.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-12-pgmemcache (= 2.3.0-14.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-12-pgmemcache-dbgsym_2.3.0-14.pgdg+2_arm64.deb
Size: 49668
SHA256: 96eab4eb24705d894ec26e8f91ff331fb97d1fba9f1c25265c0712eb9cf3bdd4
SHA1: d80889653eb3bbb46f26cd544db68abdbaa5a113
MD5sum: 07f666c6831e3e351c1a5d21273ece96
Description: debug symbols for postgresql-12-pgmemcache
Build-Ids: 3bfc0deeac4f385f39b528f5e3801ac584eb145a
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pgmp
Source: postgresql-pgmp
Version: 1.0.5-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 418
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38), libgmp10 (>= 2:6.3.0+dfsg)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-12-pgmp_1.0.5-3.pgdg+2_arm64.deb
Size: 109016
SHA256: fb3c3f0f0ef1d8f465c7bc7e4068f563959b3473d1e16aa5211637f7d0fb161d
SHA1: 42765a579697e7e0ed85e149bfc52750784bab36
MD5sum: c74dd6d613d090bcdf5182657aeac46a
Description: arbitrary precision integers and rationals for PostgreSQL 12
 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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.5-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-12-pgmp (= 1.0.5-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-12-pgmp-dbgsym_1.0.5-3.pgdg+2_arm64.deb
Size: 65348
SHA256: fd214db1a5bee4ed965917c9b4231bfd624a79a8d15f04ce7d1ec0b442f1fab0
SHA1: 9afc6d58ab617b60ec5498ab6950fc20bed0fd34
MD5sum: b2c33484f792e4b4daaa33320c905132
Description: debug symbols for postgresql-12-pgmp
Build-Ids: 2578e6813fee8bc38cccd23f0853ecf11ac2ea0f
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pgnodemx
Source: pgnodemx
Version: 1.7-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.34)
Homepage: https://github.com/CrunchyData/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-12-pgnodemx_1.7-1.pgdg+2_arm64.deb
Size: 94508
SHA256: 2224fb6e6d897687481a0c4e69f9f9627802b8c004fae62d2af026f834666216
SHA1: c3e4c0eb324288bb574944afe8f78b6e79f13b2b
MD5sum: 8e9959f8c04b23b609a7314b2587de53
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pgnodemx-dbgsym
Source: pgnodemx
Version: 1.7-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: postgresql-12-pgnodemx (= 1.7-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-12-pgnodemx-dbgsym_1.7-1.pgdg+2_arm64.deb
Size: 77964
SHA256: 8e65181456232f585d6d8b61a740e7e7f0ce5128eebc1df2da9c9db7dacdd2c6
SHA1: 3a403a89cf85996305495554daeaaa4e06b58790
MD5sum: 38ab0dc024bb12093a166b962337408c
Description: debug symbols for postgresql-12-pgnodemx
Build-Ids: 9b564f928068c5a8f625ddf94b271c4c1008616d
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pgpcre
Source: pgpcre
Version: 0.20190509-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17), libpcre2-8-0 (>= 10.22)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-12-pgpcre_0.20190509-8.pgdg+2_arm64.deb
Size: 19400
SHA256: a1e47d0915b6633f5879e9f206e0bef912ef17615ffaf117401af645e3554023
SHA1: e3f4ef789475af9f8baaf36f52a07f5f4cf55957
MD5sum: 4df152996ca49e4a438ca44ca764af0d
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-8.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-12-pgpcre (= 0.20190509-8.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-12-pgpcre-dbgsym_0.20190509-8.pgdg+2_arm64.deb
Size: 15280
SHA256: 3e2479379f667077f063f043d55eefdf684615428edab39da754ccba58f84cfb
SHA1: b9dd4875ba5c396fd9b207211f77106fc4c6f1ec
MD5sum: 5d32fa1e2028548152acee92fb93452a
Description: debug symbols for postgresql-12-pgpcre
Build-Ids: 391f62fcddc233faf4aee64dbe1b75dd08973702
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pg-permissions
Source: pg-permissions
Version: 1.3-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-12
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-12-pg-permissions_1.3-3.pgdg+1_all.deb
Size: 8420
SHA256: 3dc9420957a58846b9d2235998766aa17b7ca93e0d51ee7d6bdb8607479d9e80
SHA1: 4953e85b483061031d8aff368f6c060abfc0433e
MD5sum: 01ffa7687b3e3fc56bc77e778f4e5388
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pgpool2
Source: pgpool2
Version: 4.5.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 449
Depends: libpgpool2 (>= 4.5.4-3.pgdg+1), postgresql-12, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2_4.5.4-3.pgdg+1_arm64.deb
Size: 160280
SHA256: 1094da18d7d91e7c648288c35fdb3525b279d0b7c78602e343a6bb5ca8755fdb
SHA1: f203e427d934fa7c5aab071212c1cbf198c344e7
MD5sum: 1ebb3058e9abb229b42a9513fc4082da
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 12 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pgpool2-dbgsym
Source: pgpool2
Version: 4.5.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-12-pgpool2 (= 4.5.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2-dbgsym_4.5.4-3.pgdg+1_arm64.deb
Size: 51928
SHA256: 6041f83bcdb01bbeea1832bac74363537ffd95dcbdc167f4fadcccfc6771b11d
SHA1: e8e016b05d11e80bc42935e22652bf38fd7ce9fd
MD5sum: b71b742ad42be02896c45eb2a329360d
Description: debug symbols for postgresql-12-pgpool2
Build-Ids: d366de907c20c53b8deafc56777de2b6e43ca8d5 dc8c457abdc18c824850d901a297f8b17f196609 dce34b30d17b747b8c0ac52d3c9b2ca80c8865d9
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pgq3
Source: pgq
Version: 3.5-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2225
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 16), pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-12-pgq3_3.5-4.pgdg+2_arm64.deb
Size: 135932
SHA256: 1fbcd7d84d97b9b0bfa6f3f9144ce11e3046992820c6f54dfa4bca69a1210e42
SHA1: 9aa37df396755195c5f402fb3950d33768d8d471
MD5sum: 56939f239317b6da819e2f280d00355b
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pgq3-dbgsym
Source: pgq
Version: 3.5-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-12-pgq3 (= 3.5-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-12-pgq3-dbgsym_3.5-4.pgdg+2_arm64.deb
Size: 72048
SHA256: 2e5d97443ef0cfb9ff9616806d31cb17e47a3e6ae64f2d3dc236042fcc4153c5
SHA1: dbaac0a82ab60f8c2eed145c85ce17755b9e8d7c
MD5sum: 59a44e9a60a6e446f161f45b807e6110
Description: debug symbols for postgresql-12-pgq3
Build-Ids: 097ae3197c03a58cdf1d2012f06003479e352376 6ce16e909d664d2dcca31d7f3b7a88933d62db94
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pgq-node
Source: pgq-node
Version: 3.5-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 538
Depends: postgresql-12, postgresql-12-pgq3
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-12-pgq-node_3.5-7.pgdg+1_all.deb
Size: 12828
SHA256: 3f1fdaf2bca470a4c6416cdd70b1717f667eed50385a43a54bdfab860214855d
SHA1: 4e354f891c477400d484b4bbdf8524c65f4f1ed8
MD5sum: 4dd1d2ea9a24f0a3b137983828d91876
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pg-qualstats
Source: pg-qualstats
Version: 2.1.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 212
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-12-pg-qualstats_2.1.0-2.pgdg+2_arm64.deb
Size: 64612
SHA256: ac35e51ce12db05b765613aebbbfa64b5482bd83973807bd2febef82b724a9ee
SHA1: 0ff906a87a2d24e0c11fbb8f340a55ed42cbe28c
MD5sum: 50b9c3d33ee47ec1b54983859eb9ba91
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-12-pg-qualstats (= 2.1.0-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-12-pg-qualstats-dbgsym_2.1.0-2.pgdg+2_arm64.deb
Size: 58784
SHA256: 2003a386c201a764b19ff5b935547b7718019eb4914a07cc566283a72d2f1adc
SHA1: 29d7751867cdc96c52e3d96d8498910fd31d03e8
MD5sum: 6a907b4fb8263ea27e4783e382a451d8
Description: debug symbols for postgresql-12-pg-qualstats
Build-Ids: 125922c309b74266305194f3d46cd1490d828deb
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pgrouting
Source: pgrouting
Version: 3.6.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3254
Depends: postgresql-12-pgrouting-scripts (>= 3.6.2-2.pgdg+1), postgresql-12, postgresql-12-postgis, postgresql-12-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Suggests: postgresql-12-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting_3.6.2-2.pgdg+1_arm64.deb
Size: 830408
SHA256: e1934e9c2567914f01138cf1789d78904b014432ec63f7a07c6eb21b448815e8
SHA1: a4e34de09da03575033242f10c4a6edb9431396d
MD5sum: 042869f6ac6d30909845f767329e9705
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 12.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pgrouting-dbgsym
Source: pgrouting
Version: 3.6.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25824
Depends: postgresql-12-pgrouting (= 3.6.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-dbgsym_3.6.2-2.pgdg+1_arm64.deb
Size: 25857048
SHA256: 116eb0cc1523d7c1293162a1b16d772c7f1422ac90d97ecdf099976e858ce819
SHA1: fc5247d6c2d996c11786ebd2b793d4fd9670f063
MD5sum: 9608fa174ac006509c604a7e605f56ca
Description: debug symbols for postgresql-12-pgrouting
Build-Ids: 45497712a97afc5ae860e55dfb71e0bc13dc5b29
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pgrouting-doc
Source: pgrouting
Version: 3.6.2-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7863
Depends: libjs-mathjax, libjs-sphinxdoc (>= 7.4)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-doc_3.6.2-2.pgdg+1_all.deb
Size: 2314416
SHA256: 8dc9786f489508a31875dd7b718a7db8e270412a8f4262c9e75afb1d4a165d31
SHA1: ed716aac91295ba882e0b6fb906de2105f7d29fb
MD5sum: 2b91e9dc8c8dceb441b16c697a9dfab1
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pgrouting-scripts
Source: pgrouting
Version: 3.6.2-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3494
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-scripts_3.6.2-2.pgdg+1_all.deb
Size: 63092
SHA256: 5e8573cde37d91a9d5dee2c167ba61aeec0169d54340f27d18b759ce59b88a98
SHA1: 50f1de1a365956f0ecce5dd7e9a435014d7efb04
MD5sum: 351ec875704cd72351084be7d7d0379a
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 12.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pg-rrule
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17), libical3t64 (>= 3.0.0)
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-12-pg-rrule_0.2.0+git20211101.d7d10f2-3.pgdg+2_arm64.deb
Size: 25084
SHA256: 72766750db956c373ed76b2095c9a141cf9bd12644582b43184cf5f68125d4d1
SHA1: ae964ccb8d2451ca0a09193ab30621487f367742
MD5sum: d1cac4cad067cf804bae5c82c006c785
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pg-rrule-dbgsym
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-12-pg-rrule (= 0.2.0+git20211101.d7d10f2-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-12-pg-rrule-dbgsym_0.2.0+git20211101.d7d10f2-3.pgdg+2_arm64.deb
Size: 20028
SHA256: 22f6a1c9c802eaf45149be53d8fa0edd696787a1eff6fbcbfe4a3b87166b490e
SHA1: 85c23ff2eec218fcc02473c37d6a452873ef4918
MD5sum: eba8e89eceb4d7c2d5e383acadee4752
Description: debug symbols for postgresql-12-pg-rrule
Build-Ids: dd89ecbd7c7d1b6c7bb4b48693afff627cff11a1
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pgsphere
Source: pgsphere
Version: 1.5.1-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1692
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-12-pgsphere_1.5.1-2.pgdg+2_arm64.deb
Size: 437656
SHA256: 74744a7df253f7a972f257b9309cddf019eaedfbf9b939dcd206d594e248681f
SHA1: 6fa7122acacf95e4d3f97d839c1bfaa6f1d17289
MD5sum: a655005aac890a21a7b6b407a84dcf25
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pgsphere-dbgsym
Source: pgsphere
Version: 1.5.1-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 443
Depends: postgresql-12-pgsphere (= 1.5.1-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-12-pgsphere-dbgsym_1.5.1-2.pgdg+2_arm64.deb
Size: 384108
SHA256: 215b4c0b4f72ef084d5d6e084290dfb2a1019469406778805c09b7a08d64343c
SHA1: 6197885b0b6a28c73a940874e1f2ee2997a4f3f2
MD5sum: f8b6497c25c73841b759a2c5e0273168
Description: debug symbols for postgresql-12-pgsphere
Build-Ids: 9a2e829ca65204d658004b6732fde51d60b513b4
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.3.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 185
Depends: postgresql-contrib-12, postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-12-pg-stat-kcache_2.3.0-1.pgdg+2_arm64.deb
Size: 39188
SHA256: b8fd8fc98b82a334ede000b0072e75fa81be0fa77541d46124d1894a7d4e50b7
SHA1: 0d401f86226a66f84b56cbdd485daaf15e89eeea
MD5sum: 352bcd4f70b19bc384db6eb33b781c1b
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.3.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-12-pg-stat-kcache (= 2.3.0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-12-pg-stat-kcache-dbgsym_2.3.0-1.pgdg+2_arm64.deb
Size: 38316
SHA256: 24ed900dfe16220d4ce38d6c9c0574b3007f6faecd63f6bc3cb0b28acbf74224
SHA1: c6bfd66b5b09da042fc2d99fcd59dda38715ccf4
MD5sum: ae2557255cc306db92e461f92ea0a5cd
Description: debug symbols for postgresql-12-pg-stat-kcache
Build-Ids: 8fa710e96df2e6a9e294b0c2613a334f89027104
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pgtap
Source: pgtap
Version: 1.3.3-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1795
Depends: postgresql-12
Recommends: libtap-harness-archive-perl, libtap-parser-sourcehandler-pgtap-perl, libtest-harness-perl, pgtap-doc
Breaks: pgtap (<< 0.95)
Replaces: pgtap (<< 0.95)
Provides: postgresql-pgtap
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-12-pgtap_1.3.3-3.pgdg+1_all.deb
Size: 62892
SHA256: cfb3d2fa4ba8c6d299ba27a2263d557889260af177839403cb713fa915b3d6da
SHA1: 5856ef9724c1cd5ebd1e93a7ba0b4f78de7696fd
MD5sum: 266b4e8b1d9a586a5f1349df7a0bfd0a
Description: Unit testing framework extension for PostgreSQL 12
 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 12.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pg-track-settings
Source: pg-track-settings
Version: 2.1.2-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-12
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-12-pg-track-settings_2.1.2-4.pgdg+1_all.deb
Size: 9916
SHA256: 0fc35364992877dcf54afc7386bf9fcd0a9c198d3740faaf01657920c1e595f1
SHA1: 66ed9770c753f2d0c86031f5020af06d8e5e978b
MD5sum: 6e66fefdeeaf7f68954c0bca72df1197
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pgtt
Source: pgtt
Version: 4.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-12-pgtt_4.0-2.pgdg+1_arm64.deb
Size: 64296
SHA256: 2b064ecf27373bebc7dded74c1790887b5a9b0834f2236346134a4213753b6e8
SHA1: 02bc9911525439a72b1a50251679edcdbf1b4b94
MD5sum: a71b9309963b32834f02d935b0a05087
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pgtt-dbgsym
Source: pgtt
Version: 4.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-12-pgtt (= 4.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-12-pgtt-dbgsym_4.0-2.pgdg+1_arm64.deb
Size: 69384
SHA256: f94c265ab3719db1969a1ed7b6ab61883c5229ed45628e4db56ce7fb83b2cc55
SHA1: 3c9cfb9cbc8c07f590f3650c14f8236ade0623f8
MD5sum: ed3a1dc326bb39a3c5ddb1e32a2b6fab
Description: debug symbols for postgresql-12-pgtt
Build-Ids: 3191f09a5ddae84e5e93a80e6a23829a50627b9e
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pgvector
Source: pgvector
Version: 0.7.4-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 742
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-12-pgvector_0.7.4-2.pgdg+2_arm64.deb
Size: 276208
SHA256: 1146fde1638d8569d7562876691e7f66ca9b8578503f150637d9334b0dcc8779
SHA1: 3e7aace4c3bebe2e41defe84a5ae68996c5763a9
MD5sum: 0ea2b9ada012ba53a50a73990e60688c
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pgvector-dbgsym
Source: pgvector
Version: 0.7.4-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 309
Depends: postgresql-12-pgvector (= 0.7.4-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-12-pgvector-dbgsym_0.7.4-2.pgdg+2_arm64.deb
Size: 276204
SHA256: 58319147f2cfddb64e8b2e7df0806227375efc9a9ce510ed588d175f14fe8839
SHA1: 413169a8df0fd6458c1d444a01a5747883533131
MD5sum: 5a412bd6b4fe5e76cf521debcec9b4b9
Description: debug symbols for postgresql-12-pgvector
Build-Ids: 3b0e77337c3fcf30b35cd89ecf88109292854285
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.6-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 143
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-12-pg-wait-sampling_1.1.6-2.pgdg+2_arm64.deb
Size: 45904
SHA256: 5b4558b6dbdf1b28f2316e89b2ce6cab6f7ad0a0b0a7ff704d70dd775e0b824c
SHA1: f1abe8c951ae8006cfc28598acac7de0cc3c251f
MD5sum: 8f0b0712ad9f1f90b9bb0add9868f26f
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.6-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-12-pg-wait-sampling (= 1.1.6-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-12-pg-wait-sampling-dbgsym_1.1.6-2.pgdg+2_arm64.deb
Size: 54872
SHA256: 1de9e323891ff5bb87bb36ddccd09c3c1c8248921eb491cd369c1420e9ddc736
SHA1: 4598605885118adfc4d8809e1841b2030ef5ee89
MD5sum: 18f683e35ebca1678acb781df0f329c0
Description: debug symbols for postgresql-12-pg-wait-sampling
Build-Ids: 147150f709e8cae5f131c49e108253b0f98ea8c8
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pldebugger
Source: pldebugger
Version: 1:1.8-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 217
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-12-pldebugger_1.8-2.pgdg+2_arm64.deb
Size: 83800
SHA256: 27440d6476d4b48b3b259ac99dda6ad29c062a5ac85c3f9c4efa165ebec0e453
SHA1: 2498173e77df0e82cf1135eb49f76fbd25d002bd
MD5sum: 51845abd2fb0d81899befb6ed9abdfac
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.8-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: postgresql-12-pldebugger (= 1:1.8-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-12-pldebugger-dbgsym_1.8-2.pgdg+2_arm64.deb
Size: 93268
SHA256: ffefb952e3578809e82b691f859c3ed5989289798f66046f144fcba6fc8f0353
SHA1: f70e54e214679c4bf879eaadbbae1176ca78a7e1
MD5sum: 14516ecb4531f25ced8f2da054db3d8a
Description: debug symbols for postgresql-12-pldebugger
Build-Ids: 250ee192ffa4caef951e0f57128303083a4af21f
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pllua
Source: postgresql-pllua
Version: 1:2.0.12-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1042
Depends: postgresql-contrib-12, postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-12-pllua_2.0.12-3.pgdg+2_arm64.deb
Size: 393212
SHA256: 8798f1be12f30bb66907b611ef0b25eca59e67f9f6ac73bf693e84b1c711dba9
SHA1: 2cec78098d980ac7fb16a100aadd6416e1ced844
MD5sum: 87eba4223a9ebd6566e9626d4daa62db
Description: Lua procedural language for PostgreSQL 12
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 355
Depends: postgresql-12-pllua (= 1:2.0.12-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-12-pllua-dbgsym_2.0.12-3.pgdg+2_arm64.deb
Size: 308984
SHA256: 9d035163eaa917a85cdae8308b3473a29a813793d6adba09f4159b168ef783b0
SHA1: fe87ef8bf4ecebe0684ac51914cecfc942f41d59
MD5sum: 2e8ee45608a64ac865cb63f680940ce4
Description: debug symbols for postgresql-12-pllua
Build-Ids: b0b01c33dde4f389a61c3c5b23d0c539d517b7ad fc98d63f395967cd3ef9ae0d66ac71dac629d7b8
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 2.7.11-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 819
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_2.7.11-1.pgdg+2_arm64.deb
Size: 355012
SHA256: a57ada074691a34b2fc37ff711fb6978b2f65e8dc085a135edb3325c9135a0cc
SHA1: 24179d2ba9cc4991eec362a34cce2e637e2f1007
MD5sum: 966710074fbb4b8f8f8fc4508fe04953
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.11-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 300
Depends: postgresql-12-plpgsql-check (= 2.7.11-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_2.7.11-1.pgdg+2_arm64.deb
Size: 267364
SHA256: 8aff76f283b6b896e158d8670a3ad30719ddc65ab41b8024607baa04d253a1e1
SHA1: db3a55bfec7f0f9f56266bb3883686f4bdf87b6b
MD5sum: f62b321f57b3a8946be258e8d6224324
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: c06513710dd87297e83d6c59bcb58f65924b656a
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-plprofiler
Source: plprofiler
Version: 4.2.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-12-plprofiler_4.2.5-3.pgdg+1_arm64.deb
Size: 50696
SHA256: e2b4a7f0c1dbb787bb982f3882260feff2af73186866c2a11b5ce5a387251964
SHA1: 467559e83699b1f3ad01b56991d507da72815955
MD5sum: 3dbf91451b3c49b654912e23370d6051
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-12-plprofiler (= 4.2.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-12-plprofiler-dbgsym_4.2.5-3.pgdg+1_arm64.deb
Size: 51540
SHA256: c71404118713c33a5a3e41ee435302f15e333c4cc049a141aca6fa841adc4c9f
SHA1: 45b47edfaca65432a18837af8cbafe870defcaa0
MD5sum: 6f4ddd26892a0440e1172f0cacdf658d
Description: debug symbols for postgresql-12-plprofiler
Build-Ids: 67e8ce6944992ee4906593d732ba52047633f91b
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-plproxy
Source: postgresql-plproxy
Version: 2.11.0-12.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 369
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38), libpq5
Homepage: https://plproxy.github.io/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-12-plproxy_2.11.0-12.pgdg+2_arm64.deb
Size: 150464
SHA256: 4ad30e47d9f0cfa8d4354d1c2f32ab8f81cef51f605b8fbdf662ff671bb6cfc3
SHA1: 2875a598889fdc53f9912d1888ed67735400e369
MD5sum: 690bb1d8988d17fa5d8b380c05512a56
Description: database partitioning system for PostgreSQL 12
 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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.11.0-12.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: postgresql-12-plproxy (= 2.11.0-12.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-12-plproxy-dbgsym_2.11.0-12.pgdg+2_arm64.deb
Size: 112380
SHA256: c0b5ee607c94d9a982efc5fee8df3b3a8ca62e2227636ec27fb416aa6c460f95
SHA1: 29872a8e6b98f2014a487212734173a0afd39e2e
MD5sum: 74eb090e553afc99b1959d603913ce0d
Description: debug symbols for postgresql-12-plproxy
Build-Ids: 0af5c2cd09de9f9e3e0af932eb4c1f538ca75569
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-plr
Source: plr
Version: 1:8.4.7-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 361
Depends: r-base-core (>= 2.10), postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-12-plr_8.4.7-2.pgdg+2_arm64.deb
Size: 157428
SHA256: 73e54bab4ffc989aacc9f2006d7544eeca9e582cb35c10100ad4a84ad4cbbe23
SHA1: 715db7c77fa43fe2ed66199c942adc34fedaa23b
MD5sum: b7ff76e53a15fd49d5b239df5577c003
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-plr-dbgsym
Source: plr
Version: 1:8.4.7-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-12-plr (= 1:8.4.7-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-12-plr-dbgsym_8.4.7-2.pgdg+2_arm64.deb
Size: 124476
SHA256: d02fc7fa022ce12c3357b19bf632822558ec063f488a0fc564a919afcb3ac322
SHA1: 8b4f2daa414561f921c8a6226b71b7956c0db2b3
MD5sum: 15bf5078bace19ba5d26ff785cc238db
Description: debug symbols for postgresql-12-plr
Build-Ids: 4f8823994ca815203a065187d07d8f374357e8b2
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-plsh
Source: postgresql-plsh
Version: 1.20220917-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 123
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-12-plsh_1.20220917-3.pgdg+2_arm64.deb
Size: 32412
SHA256: 8f5f68d8cc92d23afb4ed19a03087e068c16fe1fb5a5c42a86e8c5be0527e721
SHA1: d0194646b9ed94356ace1f67e6faffc7e5b4853d
MD5sum: edc4d1463e7067aefef607a172eee048
Description: PL/sh procedural language for PostgreSQL 12
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in a shell of his choice.  You need this package
 if you have any PostgreSQL 12 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20220917-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-12-plsh (= 1.20220917-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-12-plsh-dbgsym_1.20220917-3.pgdg+2_arm64.deb
Size: 40328
SHA256: 0a1b4d0254ce59fff31b028c2bb9b4cec265695d608f2d34caadaf873261320d
SHA1: 612764cd380dfdfa305021c337f5fbda08adaeaf
MD5sum: f4da87ccc6b95e6a4d6b77f7ec8501b0
Description: debug symbols for postgresql-12-plsh
Build-Ids: e3273212058958a455b67f9db0fa224929dd929d
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pointcloud
Source: pgpointcloud
Version: 1.2.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 529
Depends: postgresql-12, libc6 (>= 2.38), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-12-pointcloud_1.2.5-2.pgdg+1_arm64.deb
Size: 107884
SHA256: 79415f3be3ed1af34a7ade77e14be4bd189622dd119c08674ae1c5212a1bf70b
SHA1: 6f41f272986f04c72aeab8c3ececc83b370a8e9f
MD5sum: 2de90eeffbdf82db5139b55af9e0f911
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: postgresql-12-pointcloud (= 1.2.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-12-pointcloud-dbgsym_1.2.5-2.pgdg+1_arm64.deb
Size: 170284
SHA256: 2f3f9504fe683c3713b03fe21b85a6cb649cf3559dd2445620583669819fa528
SHA1: b24fe24d95f002bf3b0f5da069b7209a5627ae6d
MD5sum: 7b7f578746768ceecd7be1755b3b9f4e
Description: debug symbols for postgresql-12-pointcloud
Build-Ids: 702fca2a8a503b6cdf421f1adf9850a282781a9d
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.4.3+dfsg-2.pgdg130+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10227
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal35 (>= 3.7.0), libgeos-c1t64 (>= 3.12.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1t64 (>= 1.4.1), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-12-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.4.3+dfsg-2.pgdg130+1_arm64.deb
Size: 3600384
SHA256: d25e13fb9b48542a061e1ee3a1f630231ed096248030a66ccb3e3b7bcde1a62b
SHA1: 0875f9887f4dc44ee996ac5d920646e6672c7a02
MD5sum: 2810883f56b1edefa21b8dbb40a33d87
Description: Geographic objects support for PostgreSQL 12
 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".
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis
Version: 3.4.3+dfsg-2.pgdg130+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4558
Depends: postgresql-12-postgis-3 (= 3.4.3+dfsg-2.pgdg130+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.4.3+dfsg-2.pgdg130+1_arm64.deb
Size: 4005876
SHA256: 470b2dd98f708e02c29d648cc69c720a44dfc60098218a4e76b405c4c1d27a73
SHA1: a6339c26bb62d8ba71fd939007b53431d697f775
MD5sum: 221e3fc899780bcfad120a460f666f21
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 1ca2ce89e71433cea00808a037d86507d59b31d8 47de0daf7af7ab84d06ebf47ccca4ed49d3abc02 5be53c9d48568c367f9914ca84ee1115576635b8 d76548674f5aedc6567f6104469becd8b24f70a8 dc7ff686cee40b6944e179a789917265a2253d7b
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.4.3+dfsg-2.pgdg130+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38867
Recommends: postgresql-12-postgis-3
Provides: postgresql-12-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.4.3+dfsg-2.pgdg130+1_all.deb
Size: 1301200
SHA256: 98e4c723a6a7ac829e6588dd65eb5339ffd23c6f1e60147e5a73a995da1b8844
SHA1: 0308f2a8fb069af542b14c8034fc67001fd3fd78
MD5sum: e8286270ba8d2d35ef2a6199e027f242
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-prefix
Source: prefix
Version: 1.2.10-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-12-prefix_1.2.10-3.pgdg+2_arm64.deb
Size: 45056
SHA256: f2be69f37c1ef77c1817acef62ad739e7f4d9809a0cdf9569840455465e7d02f
SHA1: 9b074bde8195c84e36035bb776c2d3c464561de9
MD5sum: 202f09a2c7db8d6390d5b5a0bd138641
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-prefix-dbgsym
Source: prefix
Version: 1.2.10-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-12-prefix (= 1.2.10-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-12-prefix-dbgsym_1.2.10-3.pgdg+2_arm64.deb
Size: 43524
SHA256: 6d2adb099bafecbf40aa23d1b3771905794c7f7d53ab8b49ce6207e5c71ad2a2
SHA1: 9f42c8443f536a72f77b5cd1010253edcf741b3c
MD5sum: 61ffcdf55612b8c97ccb49d35cc0a49d
Description: debug symbols for postgresql-12-prefix
Build-Ids: 075641a8db16aeed66a954b604c855ed9fbea7e0
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-preprepare
Source: preprepare
Version: 0.9-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 16)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-12-preprepare_0.9-8.pgdg+2_arm64.deb
Size: 17940
SHA256: eba245b74c54be32ac7617622c8ab79648afdefdeaecb3e512aaf48c2aa954ad
SHA1: 5d54e68d1eb871d5852815e0921864a3d5a8ab8f
MD5sum: 8f187935fd07179e1d0145fcb6251136
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-preprepare-dbgsym
Source: preprepare
Version: 0.9-8.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-12-preprepare (= 0.9-8.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-12-preprepare-dbgsym_0.9-8.pgdg+2_arm64.deb
Size: 16136
SHA256: 52faccbb4d6a91407a62af59e0f6ec9943d994ad098db71da8e387963c6b3791
SHA1: d39aae3a5c5f3d395ac773fa742ab0732bfac249
MD5sum: 54f4b74f8b2e9fc0cd6510af7e78f9f4
Description: debug symbols for postgresql-12-preprepare
Build-Ids: 57c885941b860be3f15053544f6d244a5c65679a
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-prioritize
Source: postgresql-prioritize
Version: 1.0.4-12.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-12-prioritize_1.0.4-12.pgdg+2_arm64.deb
Size: 12264
SHA256: 2cd7aed8e01002248509e38f2a792aa97ce349eed9f17e2c9056f6c5a61dfa5c
SHA1: f2a1f27b25c1675d61d6e0e4053aeb565aed3131
MD5sum: e555b6af23c58787069ca726f6de6458
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-12.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-12-prioritize (= 1.0.4-12.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-12-prioritize-dbgsym_1.0.4-12.pgdg+2_arm64.deb
Size: 12104
SHA256: 3d06f0df07ed61aeff868d204aa8ba215939009addde189b11dd4a1b626b1dd2
SHA1: 994e889bf7d28939c08a7782118aa42c9282080d
MD5sum: 2b927bbd0115ceb5164e8aeeac0c8397
Description: debug symbols for postgresql-12-prioritize
Build-Ids: 54858dd0bb8c803047386821e7746d84c829330a
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-q3c
Source: postgresql-q3c
Version: 2.0.1-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3492
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-12-q3c_2.0.1-4.pgdg+2_arm64.deb
Size: 136672
SHA256: 1975d3c0986892696245f38ff168b2aba96068661f80bced8e61841b913e3177
SHA1: bc1e9cfc9e565b69c8c8d5556d417ae860db61b4
MD5sum: c0ba1921d541a1d9a177b2c03ce3a5db
Description: PostgreSQL 12 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.1-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-12-q3c (= 2.0.1-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-12-q3c-dbgsym_2.0.1-4.pgdg+2_arm64.deb
Size: 84124
SHA256: 3466f03a385dc7aa4b283148c81cad87c2f3ab12a5c069dca99e8cd01c89624d
SHA1: 2035959b1385eb878343061f50d098b1b75c2fce
MD5sum: 1de74103ea5f53e969300c654cb99339
Description: debug symbols for postgresql-12-q3c
Build-Ids: 8a3b9cd175309b4bc3e37c2fa197eaca1fd2ca31
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-rational
Source: pg-rational
Version: 0.0.2-7.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-12-rational_0.0.2-7.pgdg+2_arm64.deb
Size: 25800
SHA256: e89814edbbc6e88c225e5645656d73a9a4b939346830e7629905abccb8a6f80e
SHA1: 20fc8df49b07b9aaa7511bbf5a11831fae73cab6
MD5sum: adafd76490ae41b45ffd419b18088e6d
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-rational-dbgsym
Source: pg-rational
Version: 0.0.2-7.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-12-rational (= 0.0.2-7.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-12-rational-dbgsym_0.0.2-7.pgdg+2_arm64.deb
Size: 19880
SHA256: 4ba06a716efbd5c2f26a049fd9519b1dd681bece47a4a363791022aa7c6896c3
SHA1: 832c65292cb441a881c75fed38002c875e337a30
MD5sum: 3e63b1c9afb4144292c86060785d307e
Description: debug symbols for postgresql-12-rational
Build-Ids: 5ad91449b4a0b3013178dd9b333ab83eb812fab9
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-rdkit
Source: rdkit
Version: 202309.3-6.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1147
Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202309.3), libstdc++6 (>= 13.1), postgresql-12, postgresql-12-jit-llvm (>= 16)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-12-rdkit_202309.3-6.pgdg+2_arm64.deb
Size: 489240
SHA256: e053d867085f50d0d1f3040119bda74c29fd2b212a44b333c251738a4a7d4e9d
SHA1: c704570de05d49a955f10d407e4c43b852c83029
MD5sum: 5069c1ba20d38474dd4d78da3e260b47
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-rdkit-dbgsym
Source: rdkit
Version: 202309.3-6.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1173
Depends: postgresql-12-rdkit (= 202309.3-6.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-12-rdkit-dbgsym_202309.3-6.pgdg+2_arm64.deb
Size: 1110400
SHA256: 610c56cbc094e4f90cfddcb62ac93aa75769c66a4e843dd965e856c0e45d36fe
SHA1: df4d1891fe146911eaf78dda3c0e82c825b914bd
MD5sum: b59c4bbdae1670f1f7cd86c61a461a09
Description: debug symbols for postgresql-12-rdkit
Build-Ids: 3568a5584a26e4f6c172d8bce69c68349018f79c
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-repack
Source: pg-repack
Version: 1.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 310
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-12-repack_1.5.1-1.pgdg+1_arm64.deb
Size: 105212
SHA256: 3827a4abc5fcc1bc512061cc475f56323e6230de5de2fc6d626247901fde5ff5
SHA1: c45e122220a0d737857f2cb4ba2af2521d6d9540
MD5sum: b042c967a5db27ccc4931f27dc500eed
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 12.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-repack-dbgsym
Source: pg-repack
Version: 1.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-12-repack (= 1.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-12-repack-dbgsym_1.5.1-1.pgdg+1_arm64.deb
Size: 116084
SHA256: bf54a8dafaeb017da118aca992e68595aa97139ad153a1f9ede5ffb93e3f3980
SHA1: 06d4d8c5fbca6382e4414800429cf53573b5bb09
MD5sum: 3c4c291ab6b75e22abb4c43d0f75409b
Description: debug symbols for postgresql-12-repack
Build-Ids: dc867388e01cea7a331217a1c6f5adc5bda6f2cb dedced4e9d4a551760619fc535dc2dd9c6b93314
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.4-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 728
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-12-roaringbitmap_0.5.4-3.pgdg+2_arm64.deb
Size: 300144
SHA256: 06d302b224847a984295cd7326a5fb9c35e29cf500eebf4d6837e93f1b4eb9fd
SHA1: c762333270688525034b9f15b0df0c580b272297
MD5sum: 641acdd2c5e598170f02f61381da8df1
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.4-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 376
Depends: postgresql-12-roaringbitmap (= 0.5.4-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-12-roaringbitmap-dbgsym_0.5.4-3.pgdg+2_arm64.deb
Size: 344456
SHA256: 8c03301aff34fc50a01b3c858c429ff6319313e42d20cd10b079e142fd77a09e
SHA1: 9b81f129c5756f05369e3dbe2c8590fcfcdc4a84
MD5sum: 969f9ea0f3fc9470dd2e26530971c47b
Description: debug symbols for postgresql-12-roaringbitmap
Build-Ids: 00615ba07833e3f65c78e1c731812d77ca327903
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-rum
Source: postgresql-rum
Version: 1.3.13-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1045
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-12-rum_1.3.13-3.pgdg+2_arm64.deb
Size: 389348
SHA256: 2d1dc92a89006796361c615522f055a118fa6c9deded2c2d6c5a9406c3b30c69
SHA1: fdb02735a5a899ae02c50d794e8eaca9d6543df3
MD5sum: 46b5c5c6d44d1312435164f35afc0440
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-rum-dbgsym
Source: postgresql-rum
Version: 1.3.13-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 349
Depends: postgresql-12-rum (= 1.3.13-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-12-rum-dbgsym_1.3.13-3.pgdg+2_arm64.deb
Size: 309664
SHA256: 8d319dfa20f22117539c581aad17d60411d21fc35b0ef59be9c6669d292c0d75
SHA1: 595fc138f32356caf40c26c39c0dfa207c3381d3
MD5sum: e522b2c12b4534273a77ee61a80dffcf
Description: debug symbols for postgresql-12-rum
Build-Ids: 26f54deaceb0d5e5a7391e26c46cfcd8710d842c
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-semver
Source: postgresql-semver
Version: 0.40.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-12-semver_0.40.0-2.pgdg+2_arm64.deb
Size: 40264
SHA256: 88550d5a1a0bdb3c9752aba332e8a7de85eaf55cdf30484906668204126a0023
SHA1: 0c38b824ba34314669d4ba480dac765c1b8c2e6b
MD5sum: 3e5aa9975b0475ca7c458398420af76e
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-semver-dbgsym
Source: postgresql-semver
Version: 0.40.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-12-semver (= 0.40.0-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-12-semver-dbgsym_0.40.0-2.pgdg+2_arm64.deb
Size: 20000
SHA256: 5e34de9115e99acb072d83472ea316dbc2aae55a5b356dd6a8d67c00bf3bb510
SHA1: 36826951ae2463f2d6e287da5eb85fcc260a4436
MD5sum: a0d028778d93f0a9876aa122bddc9fc0
Description: debug symbols for postgresql-12-semver
Build-Ids: c792afdd1f9214fe4a676af4f0b1796525606a59
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-set-user
Source: postgresql-set-user
Version: 4.1.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-12-set-user_4.1.0-1.pgdg+2_arm64.deb
Size: 38484
SHA256: 36b823d39245ded4750792b822fc039af54ad4b1cf3700ffa04350fea17f8455
SHA1: 13209215f00a7d3276a8a76cd62cd5ab8e1a0664
MD5sum: c954a561876c79996a8253dd09f563a0
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-set-user-dbgsym
Source: postgresql-set-user
Version: 4.1.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-12-set-user (= 4.1.0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-12-set-user-dbgsym_4.1.0-1.pgdg+2_arm64.deb
Size: 36432
SHA256: 04793d95581bfdde42588d4b3ad56b8fc98a12bec69a1a41e06fdadb97d83a65
SHA1: ab2546ee4a29c3da8dacd9c88fc02f42af33b642
MD5sum: add2c62309e11f503171b890ee9bf95e
Description: debug symbols for postgresql-12-set-user
Build-Ids: 1f779e8262925ab475982840eafc3d08fc8b81a5
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-show-plans
Source: pg-show-plans
Version: 2.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-12-show-plans_2.1.2-2.pgdg+1_arm64.deb
Size: 26464
SHA256: 78107add868dfe07c416a1253b6239c1228563ea487553c93f578de4f2471af2
SHA1: aaf1d94b5a055f4bed6eba1db5d2d47a3fcc69d5
MD5sum: 381d685cd6e1b8d56fb9abef7496b5b8
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-12-show-plans (= 2.1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-12-show-plans-dbgsym_2.1.2-2.pgdg+1_arm64.deb
Size: 34128
SHA256: 7983de2f5bac52711ec978b097f846c7606a5d935ac8f6aebe6d50f4c90cd78b
SHA1: b89324aa4bcb2f6317788a572454cab8a24e3b9a
MD5sum: bbcde29e8287b1d1f5b6994437541345
Description: debug symbols for postgresql-12-show-plans
Build-Ids: d2e64f1d975165a4ac56ad4f7f15a5776cd049bb
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-similarity
Source: pg-similarity
Version: 1.0-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 318
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-12-similarity_1.0-8.pgdg+2_arm64.deb
Size: 102712
SHA256: 8ec44bca8e511b5b5f0d2b551fdf50613699bf000f71ee163a8807df03530bb8
SHA1: d1275fd57a0b38ada5d2195591875761fecd1298
MD5sum: 43a51c97a51258eb9cede48b1f47308b
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-similarity-dbgsym
Source: pg-similarity
Version: 1.0-8.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-12-similarity (= 1.0-8.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-12-similarity-dbgsym_1.0-8.pgdg+2_arm64.deb
Size: 57572
SHA256: 4a7a5320eb76ffc218f8695d6871012ed72b0347dac710a5f1127c2d848be810
SHA1: 2402ef8a46a47ba9d0f6e2fdcc0fadf4956fb0af
MD5sum: d01a323c8decfd2f17f3ac372e96bd56
Description: debug symbols for postgresql-12-similarity
Build-Ids: c973539a4cabd0a8d45c041698633e42842c4df4
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-slony1-2
Source: slony1-2
Version: 2.2.11-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-12, libc6 (>= 2.17)
Suggests: slony1-2-bin
Provides: postgresql-12-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-12-slony1-2_2.2.11-6.pgdg+1_arm64.deb
Size: 18092
SHA256: 673458c6080a826cd7bbc3badf9a752f0c5067bba7cdbb1df8b6df2f0bb69a4b
SHA1: e72c4161e02ab41642ef5b1d5f28b629897956d9
MD5sum: ee1af98c07a1a93c365b06e63a5c7cba
Description: replication system for PostgreSQL: PostgreSQL 12 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
 12 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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.11-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-12-slony1-2 (= 2.2.11-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-12-slony1-2-dbgsym_2.2.11-6.pgdg+1_arm64.deb
Size: 59300
SHA256: ab0b90ca3cdcdeb68b19f8c52ccfb9c8d4a325633f99a3ac2876a4ca12622781
SHA1: 693de0d1ef79c739c3d8472404cff7364393527f
MD5sum: ef53f626a9207db1f5d1aa4d1bc0b1ee
Description: debug symbols for postgresql-12-slony1-2
Build-Ids: 18328be9f3e9c84fa8a6e9471f4ddfec029d42cd
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-snakeoil
Source: pg-snakeoil
Version: 1.4-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17), libclamav12 (>= 1.2.1)
Recommends: clamav-freshclam | clamav-data
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-12-snakeoil_1.4-2.pgdg+2_arm64.deb
Size: 17680
SHA256: 192ca860a145e4b5786a3a7158e16bd2c1d003ce72e51c93d997ccef61a3521f
SHA1: 9df4ef02b37946ac26a9156e115be1d42a39f093
MD5sum: afca57a97830ef83b7c8297b9966aa27
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.4-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-12-snakeoil (= 1.4-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-12-snakeoil-dbgsym_1.4-2.pgdg+2_arm64.deb
Size: 14400
SHA256: 03d86ce2480fd50aec587274af1cfc1dba00c5cfba66d261583cefe2db3b867c
SHA1: ebfb3cbc2d35c530075963df42dac1a4fa4b8db6
MD5sum: ebbd600f7cff8c3ceda2cf444f11226d
Description: debug symbols for postgresql-12-snakeoil
Build-Ids: 22573c1011076f937c1b404d41239fcaf3b8a184
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-squeeze
Source: pg-squeeze
Version: 1.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 370
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-12-squeeze_1.7.0-1.pgdg+1_arm64.deb
Size: 145376
SHA256: c7cc76438f7ab8876035436203651965b875225f24651a930fc577647e835173
SHA1: 151740a60c32cc1827eeb2c8ee5612f46b171081
MD5sum: e9e51663f9cf224c47301dd4ca7e39b8
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-squeeze-dbgsym
Source: pg-squeeze
Version: 1.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: postgresql-12-squeeze (= 1.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-12-squeeze-dbgsym_1.7.0-1.pgdg+1_arm64.deb
Size: 139468
SHA256: 26a6365f7047701605d0878aea4780f52eaa9d6f9b60f7a8818da4b35989e92e
SHA1: c810ab6c548e7a29c41a554f90614155ff7472fa
MD5sum: 23bc86d79cf31af63a97a6fd4b7fb7d1
Description: debug symbols for postgresql-12-squeeze
Build-Ids: 63f272b27b95085b46a86880fcc6e91a0aa1e494
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-statviz
Source: pg-statviz
Version: 0.7-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-12
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-12-statviz_0.7-3.pgdg+1_all.deb
Size: 9404
SHA256: e2f1d697344192a9e8683ae92010de26b36faf73f24412c9379b35df8abff873
SHA1: d73379c57eb7f03cc965f2e512e99cb20b32ecd2
MD5sum: 24b1125e1429f0e1a8f07014f09d9ccd
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-tablelog
Source: tablelog
Version: 0.6.4-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 161
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-12-tablelog_0.6.4-3.pgdg+2_arm64.deb
Size: 46788
SHA256: 9a68baf2994f05d872f8db61356250e1684ea52d8d59340279ad7dfe7ce2b5f5
SHA1: 60224612ec990f6b3716e6cf6f7696f8889b5d43
MD5sum: b40ef25b7a92d34f090f1fde330e4005
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-tablelog-dbgsym
Source: tablelog
Version: 0.6.4-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-12-tablelog (= 0.6.4-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-12-tablelog-dbgsym_0.6.4-3.pgdg+2_arm64.deb
Size: 36932
SHA256: be6964b9b27501c72e53a3c2752e1cd345f4bcaa31ca945b9f2e66873b1c0d7a
SHA1: 73606fcc98c900dc0500660aa2c3098b6258324b
MD5sum: e89dd2b93dfcb502ec1dfdd4f11233ab
Description: debug symbols for postgresql-12-tablelog
Build-Ids: 0483554bd7289b83f3e13dc4999a67be5738ad0e
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-tdigest
Source: tdigest
Version: 1.4.1-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-12-tdigest_1.4.1-2.pgdg+2_arm64.deb
Size: 67152
SHA256: 1b4c71e79c7cece5833b3429fad7102ebc4393f87b826c1ad50cf3c481dbf09b
SHA1: 7976e17e14c78b32bde4dbc83d8f5d943f2579af
MD5sum: c08cc777bc403791545343d5367d8897
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-tdigest-dbgsym
Source: tdigest
Version: 1.4.1-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-12-tdigest (= 1.4.1-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-12-tdigest-dbgsym_1.4.1-2.pgdg+2_arm64.deb
Size: 49228
SHA256: 94209a2804a7126a79e2a774d6f2df6fe2039ae6d41791b9c2a2ad9327cb1cd4
SHA1: c595683c58dfcd0ebd99d7728b7881bae434ff41
MD5sum: 7dcfce3c8caf4fed81f9b9613c3a59a7
Description: debug symbols for postgresql-12-tdigest
Build-Ids: 7baebba8cc4ae2f42e917887be01a28b10244d1b
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-tds-fdw
Source: tds-fdw
Version: 2.0.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 327
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-12-tds-fdw_2.0.4-1.pgdg+2_arm64.deb
Size: 129436
SHA256: 2ac909d45e458d86c31e6af1b704293b63bd0590c6829501dc63cc349a05231c
SHA1: fc3985bc373a1faa893c8fb01ac8f72b59d7ee40
MD5sum: 5fcd354cb8901b2f68584e8eff04b5f1
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-12-tds-fdw (= 2.0.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-12-tds-fdw-dbgsym_2.0.4-1.pgdg+2_arm64.deb
Size: 128196
SHA256: d505fb4d11f11a6dd131d0880e3d46427133285836f09ca358d05f4a96558e42
SHA1: b3e7fa950f214982dfac969f5504d480cb2b7ffc
MD5sum: 97efc9dce45ea98f10c071b4ea7339ba
Description: debug symbols for postgresql-12-tds-fdw
Build-Ids: 2133c4bf706975d781f86fd19ad9917d617a528f
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-toastinfo
Source: toastinfo
Version: 1.5-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-12-toastinfo_1.5-2.pgdg+2_arm64.deb
Size: 12908
SHA256: 51828b1ce8af809f39ecacf0026c0df7ea235a3e2cad42af86d8e6442a00df97
SHA1: 6ac9158cd688e2da7c6dce22e6d69e1208a31199
MD5sum: 6cd6e85b724922ad5e5cdcdfdbfcefd1
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-toastinfo-dbgsym
Source: toastinfo
Version: 1.5-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24
Depends: postgresql-12-toastinfo (= 1.5-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-12-toastinfo-dbgsym_1.5-2.pgdg+2_arm64.deb
Size: 10468
SHA256: a20affe8c335b27eccc6c5ab23ac63466ef5e5ff6f78d073b969339286911f27
SHA1: 38bd50bc2b5f9e05641a2ff398563ddffd623cfd
MD5sum: 022ab4eb3772f673f20d531cc87ff4c6
Description: debug symbols for postgresql-12-toastinfo
Build-Ids: 8e78c6e6e6224137382dc7b4e96381c227d352e8
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-unit
Source: postgresql-unit
Version: 7.9-1.pgdg+2
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 505
Depends: libc6 (>= 2.38), postgresql-12, postgresql-12-jit-llvm (>= 16)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-12-unit_7.9-1.pgdg+2_arm64.deb
Size: 136180
SHA256: 55ad35f7d2b2fcab7ba596236bc8587c230a2c84c094d64f3c59b9d8523835d3
SHA1: a5a5a144cd524fbb69334e48f1f30d15f2baccbc
MD5sum: 7bfb86cb4cac7d464c44900a6b416403
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-unit-dbgsym
Source: postgresql-unit
Version: 7.9-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 81
Depends: postgresql-12-unit (= 7.9-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-12-unit-dbgsym_7.9-1.pgdg+2_arm64.deb
Size: 58728
SHA256: 2120332936ebdbb4aaa3c4177fb97463ed2a3026cf894a79fdb639da7cb24351
SHA1: f1dc2a210112992baeb7aa76f07a350995850872
MD5sum: c38926babdee3a9349f2322945b2cf91
Description: debug symbols for postgresql-12-unit
Build-Ids: 4529d73d2ae34fa383265dd6a668bbafe05a134c
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-wal2json
Source: wal2json
Version: 2.6-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 155
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-12-wal2json_2.6-2.pgdg+2_arm64.deb
Size: 60980
SHA256: e40ff4255014498e5b3d1484cfd93aa7b44211d7c9312c124cc625399cb4bfef
SHA1: 42c6a5216e95df2757d066f5a392966d09e26829
MD5sum: 41f161d2f3bcb832db915627eb846fa6
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-12-wal2json-dbgsym
Source: wal2json
Version: 2.6-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-12-wal2json (= 2.6-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-12-wal2json-dbgsym_2.6-2.pgdg+2_arm64.deb
Size: 59084
SHA256: cf901c53f09413e5e544c93a44d8d272f2505fda6a718f8f1941e6f88f187b2c
SHA1: d9dea3aac8ec2a8f280ea2ee64bb0543de43d614
MD5sum: 8e2f747742b343b49ed7400754daf440
Description: debug symbols for postgresql-12-wal2json
Build-Ids: 509e0ba5e6fc9667d2604651283d0ca7efff147e
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-asn1oid
Source: pgsql-asn1oid
Version: 1.6-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-13-asn1oid_1.6-2.pgdg+2_arm64.deb
Size: 13420
SHA256: 59acc999d19db3f413add23780055ccf48b11c13cce208bf9ac935d3ad388bd2
SHA1: 36c87c5808700a133aafc154b7a64b42230fd01d
MD5sum: 6afdce97ca9b5b97e079537de29a787c
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 13.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.6-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-13-asn1oid (= 1.6-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-13-asn1oid-dbgsym_1.6-2.pgdg+2_arm64.deb
Size: 8232
SHA256: d8ae381b65e69dc7bad8d673a44af5d49b2911cee4ebd23d112e3e9dc0a4f739
SHA1: 346d3d335ee1f50a3977fa3feeb37051f4b8368c
MD5sum: 991091741d7e822596db32c363393a02
Description: debug symbols for postgresql-13-asn1oid
Build-Ids: e2cd66d27a970d60ed9528291649019ee720697e
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-auto-failover
Source: pg-auto-failover
Version: 2.1-3.pgdg+2
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1160
Depends: pg-auto-failover-cli (>= 2.1-3.pgdg+2), postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38), libpq5 (>= 8.4~)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-13-auto-failover_2.1-3.pgdg+2_arm64.deb
Size: 401384
SHA256: 0ed0ad66244ba8f4667efb78e8dea15ce73d8e48274f6b8ab58a4c4ba1703fad
SHA1: 139f799b5b87ed324d5a4148a5a480d2a521faa1
MD5sum: b236ae12ad27bdd6cb492a1058655364
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.1-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 166
Depends: postgresql-13-auto-failover (= 2.1-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-13-auto-failover-dbgsym_2.1-3.pgdg+2_arm64.deb
Size: 143000
SHA256: de9d9736e099d66e38f9a488f2e47a131fae2052aa7339d14f9c52f01c5c689b
SHA1: c7bf36d3515623d59d7ff5f7b34bfd4a646d0f8b
MD5sum: 39f5043c619cc1e64f7595b964e58e4c
Description: debug symbols for postgresql-13-auto-failover
Build-Ids: 6b3f1decc7c1b6e5d02cd3bc3a5199d714ab0ddf
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.7-3.pgdg+2
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 97
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-13-bgw-replstatus_1.0.7-3.pgdg+2_arm64.deb
Size: 15468
SHA256: e3a106a83bbc4ea33fea8a01e4ea413ab84fe505d1ccfadd4ed609c4a2e68cfd
SHA1: 517418eaaccff21ff8b8327cec2372c72eb9f7a0
MD5sum: bbeb0ec4fd28a7919af1d6b80049a8c7
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.7-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 23
Depends: postgresql-13-bgw-replstatus (= 1.0.7-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-13-bgw-replstatus-dbgsym_1.0.7-3.pgdg+2_arm64.deb
Size: 8272
SHA256: a1907614f0c1a4edf4da65491b255d8262d5953d442fe416ed39e3025c41e3e7
SHA1: 9f5ccbae9ce1048e84a8d56d565526c597388f5f
MD5sum: d470f0aae114c7de40c0e40eb7611329
Description: debug symbols for postgresql-13-bgw-replstatus
Build-Ids: da7390d8501cc826334d879062a35a42a799005b
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-credcheck
Source: credcheck
Version: 2.8-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 185
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-13-credcheck_2.8-2.pgdg+1_arm64.deb
Size: 70276
SHA256: b3ebd8271e24d042e91fe0d5838163cd87e0d6592834e882cd6d62dbac8260af
SHA1: 956206ccfdfdc206ad832692c274fb8782c3fa45
MD5sum: e48113302982233082370625bd88013b
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-credcheck-dbgsym
Source: credcheck
Version: 2.8-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-13-credcheck (= 2.8-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-13-credcheck-dbgsym_2.8-2.pgdg+1_arm64.deb
Size: 66760
SHA256: d7a5e0bbf3964a45e1223d9d9a0cd9350ce7fac65d759dbf69ab292dc456cc2a
SHA1: 619dd463e12e8427348022e3f4c304d580139695
MD5sum: 9021fc6c22bc5602874c91a7c8854ae4
Description: debug symbols for postgresql-13-credcheck
Build-Ids: 923e0c806c4fc8ca1117dda6d0714ec031c9fc6e
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-cron
Source: pg-cron
Version: 1.6.4-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 308
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-13-cron_1.6.4-2.pgdg+2_arm64.deb
Size: 107004
SHA256: 266dc58d9c0aa1217a6a0f52023d1aa5a28b2e09432529b8847ed9911fff3c1c
SHA1: c668eea27a03081e3335cc6df9fea1a7d0843a1c
MD5sum: da57be6eb2d5309813fbdca50593a6c1
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-cron-dbgsym
Source: pg-cron
Version: 1.6.4-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-13-cron (= 1.6.4-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-13-cron-dbgsym_1.6.4-2.pgdg+2_arm64.deb
Size: 108136
SHA256: 856e25b0c18ed509ec0a18011c1d874aa335de67b6e3c997b3d60d300532e56b
SHA1: 7df95b34004c766ae997cc3836aca95fc295efc6
MD5sum: be9c63b9d81ffb6582ada4904ad0524c
Description: debug symbols for postgresql-13-cron
Build-Ids: 85448c4de401b9b199b180c4ac1f29250cdcb58b
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-debversion
Source: postgresql-debversion
Version: 1.2.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libapt-pkg6.0t64 (>= 0.8.0), libc6 (>= 2.17)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-13-debversion_1.2.0-1.pgdg+2_arm64.deb
Size: 14184
SHA256: bbc8f611eff306b9b7f441208d92f06289d82e9b4ce510823ab2fcb479a7f7d0
SHA1: 223cd20a7cd1d848a7de674b1d492b5d7d61ad23
MD5sum: ebc8fef6aacb817d5704b669a566502f
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()
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-debversion-dbgsym
Source: postgresql-debversion
Version: 1.2.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: postgresql-13-debversion (= 1.2.0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-13-debversion-dbgsym_1.2.0-1.pgdg+2_arm64.deb
Size: 18324
SHA256: f98595b47c08cb6f72ac4fe491f526ad4e012ebbd2adfc21ae63f7e3623ace76
SHA1: 43f5625693107872249d8615aa3a70361d1dc766
MD5sum: 1484a9da91726e8d9966e64876e37a82
Description: debug symbols for postgresql-13-debversion
Build-Ids: 067dc83a66a9772c11fd2c34480119a386060a00
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-dirtyread
Source: pg-dirtyread
Version: 2.7-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-13-dirtyread_2.7-2.pgdg+2_arm64.deb
Size: 25520
SHA256: 4f2066b1979caae28dcc8b68529f4caf5cffe87810546b78c69892e5fc6f3019
SHA1: 28142240a4b9ff4d4a71b01251dda7057b5cba28
MD5sum: 601e1d23a7978422949cff627e53d573
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.7-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-13-dirtyread (= 2.7-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-13-dirtyread-dbgsym_2.7-2.pgdg+2_arm64.deb
Size: 31988
SHA256: 9f414771de2ee6c4957571c64d6c07bddb8a7f68ad1a1bed7a8299e77ef6f800
SHA1: 0676689ff48e668ebb7c15c7259575943770788a
MD5sum: 764040af0827ec62ab352992ce97f107
Description: debug symbols for postgresql-13-dirtyread
Build-Ids: 6c58d1a2e95f83877940d1e65428194e19a26fac
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-extra-window-functions
Source: extra-window-functions
Version: 1.0-6.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-13-extra-window-functions_1.0-6.pgdg+2_arm64.deb
Size: 16212
SHA256: 1550c85db092e07f92461e5adce8a906ad798d391efea9a8ba64bdc024ab551c
SHA1: cbb7bc28570833c034cfb44a962bfce50d6091cb
MD5sum: 877dcc379a0250a064fed1f1a0dd8e57
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-6.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-13-extra-window-functions (= 1.0-6.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-13-extra-window-functions-dbgsym_1.0-6.pgdg+2_arm64.deb
Size: 9524
SHA256: 7264fc20e62aeade74a5fe1ea1c7573645bb321f2212d42d0ce0595d3cb985b6
SHA1: 66e0870a66d76664d6627b38c83abf4e65240b25
MD5sum: 39947716a454b66d46a5acb15c62e169
Description: debug symbols for postgresql-13-extra-window-functions
Build-Ids: 99effc751842efbcd2af12e5a55a57c706907da4
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16)
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-13-first-last-agg_0.1.4-4-gd63ea3b-8.pgdg+2_arm64.deb
Size: 8856
SHA256: ce48a43f2724c207345d311f09cfed35fa1de98492327dc1a53e99a9a3c11b50
SHA1: 4ade4082bee9184a690260f0e2898202d942b76c
MD5sum: 888b39cd4af85afecc8fcb7848cff968
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-8.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-13-first-last-agg (= 0.1.4-4-gd63ea3b-8.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-13-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-8.pgdg+2_arm64.deb
Size: 3968
SHA256: 35e4f103444357c79268151cfd583d0bb4087d42a34456984d89e2df868c5fae
SHA1: 7b060ffe9c6ce35f72c0f50a885f3388e7dc5150
MD5sum: e76a279e799ea167e80bc98fa07818a0
Description: debug symbols for postgresql-13-first-last-agg
Build-Ids: c9b621b101d0cda2feea7261aba4409c8a02b0a4
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-h3
Source: h3-pg
Version: 4.1.3-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 376
Depends: postgresql-13, libc6 (>= 2.17), libh3-1 (>= 4.1.0)
Homepage: https://github.com/zachasme/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-13-h3_4.1.3-4.pgdg+1_arm64.deb
Size: 47604
SHA256: 3195677b8b2bc0e5ba4894df75b41527cd4e5ae188731334a42ce84abef12cdc
SHA1: 439951a3578878520cd3eb32f7d7efef9ea496d6
MD5sum: 362b6da9e58064a0e2631eb86f344290
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 13 extension.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-h3-dbgsym
Source: h3-pg
Version: 4.1.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 165
Depends: postgresql-13-h3 (= 4.1.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-13-h3-dbgsym_4.1.3-4.pgdg+1_arm64.deb
Size: 99492
SHA256: 07ea0a884c6768397fe8c3d5ac3885c172c20615cb0056f4914c86c99ba82357
SHA1: 7807e6e35b407e0df973983f3459868b4e71af70
MD5sum: e123fbfe5afa1963d595d6fb8835d6e8
Description: debug symbols for postgresql-13-h3
Build-Ids: 4512fe58725fda1bbe25cb267ebd2753a54373a2 bd8d36545d82ab7165bacc084a40dda28a3915a8
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-hll
Source: postgresql-hll
Version: 2.18-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 216
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-13-hll_2.18-2.pgdg+2_arm64.deb
Size: 84368
SHA256: 97c4fd01c1abd719aaff62ad6aa357f3d75b45bf5cdf2175c856c64792bfb761
SHA1: e07f67ee4c8a058c07f688c1a78d70c38eac2b21
MD5sum: 7712e13384a17029b4fc64a81017f40c
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-hll-dbgsym
Source: postgresql-hll
Version: 2.18-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-13-hll (= 2.18-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-13-hll-dbgsym_2.18-2.pgdg+2_arm64.deb
Size: 89500
SHA256: c9a4aa993bff963cbba076ed515aec89e9d41a3ea9560e6332cbbf26cb83517c
SHA1: 8721fe1bd94e5d6df568b400ebcbd60c8601bcaa
MD5sum: 606e4f45c0ef546bc34d07d9a032908a
Description: debug symbols for postgresql-13-hll
Build-Ids: 96283d9d21ba351ec05f648874e5d8f8aaf84100
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-http
Source: pgsql-http
Version: 1.6.0-5.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-13-http_1.6.0-5.pgdg+2_arm64.deb
Size: 47892
SHA256: dc6634e3ce9d49383255f7fa0e8abd3e77f968d7f16d313cb9cd3e63761b4cee
SHA1: 64bf5b37186a801e994fbe3b735f312f67f4b5be
MD5sum: f413d839c4a06ff74d47284ed974ac45
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-http-dbgsym
Source: pgsql-http
Version: 1.6.0-5.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-13-http (= 1.6.0-5.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-13-http-dbgsym_1.6.0-5.pgdg+2_arm64.deb
Size: 57332
SHA256: 9327561e46769ce334cdf9c6350b5001dd0000399ee098e5c8f2c8f75fa77c7b
SHA1: efa1560fb3a79fee089b633b684c736a3b9123e8
MD5sum: d8f954eec6dc6bebcb01bc4088377229
Description: debug symbols for postgresql-13-http
Build-Ids: c3377b3f94df4be6dd9b48c62a9041c39f804964
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-hypopg
Source: hypopg
Version: 1.4.1-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-13-hypopg_1.4.1-2.pgdg+2_arm64.deb
Size: 75068
SHA256: 4462960e47ffa05e9a1dc23c6146cd4bc85b4b1153b007153644ac357b2c99a3
SHA1: 4b875cac0dd8775c6ad2aeb40c6560344299b1ba
MD5sum: db61a6226f8200137b80759498f167f5
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-hypopg-dbgsym
Source: hypopg
Version: 1.4.1-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-13-hypopg (= 1.4.1-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-13-hypopg-dbgsym_1.4.1-2.pgdg+2_arm64.deb
Size: 88936
SHA256: 37ad11ce018f133150a8cda7e5025749522b81bf039791cc1d5980c243608191
SHA1: eab6242d5d51c34f91cf3093cd3b301de7dd7589
MD5sum: 7bce450e37391759898b1396227f8be2
Description: debug symbols for postgresql-13-hypopg
Build-Ids: a817e95f97159209abffacf12b9f6399399b6243
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-icu-ext
Source: icu-ext
Version: 1.9.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 282
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17), libicu72 (>= 72.1~rc-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext_1.9.0-1.pgdg+2_arm64.deb
Size: 106220
SHA256: 351f55c140aa3869d3a29b21830d112ad6bffc370791609d0b688c427bcc0946
SHA1: 261f9076cf935764954a7c9c6671562c05ad5535
MD5sum: b153f59e9d1e4f2437754ef561c5d6f5
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-icu-ext-dbgsym
Source: icu-ext
Version: 1.9.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-13-icu-ext (= 1.9.0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext-dbgsym_1.9.0-1.pgdg+2_arm64.deb
Size: 87564
SHA256: 2e0b74bb156f497556c8cca8107fa33ee96cb64492644a8f720816950a709f9c
SHA1: c253131a5af31c26ebf62ff1ab709eb65eff839d
MD5sum: 4c00e55ad98be3cf49ac769bfef30b19
Description: debug symbols for postgresql-13-icu-ext
Build-Ids: 02a986bb3cf740fdc3fc979e85f899404a51fa3f
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-ip4r
Source: ip4r
Version: 2.4.2-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 602
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-13-ip4r_2.4.2-3.pgdg+2_arm64.deb
Size: 196660
SHA256: 24af862807e235a14a4b3abaf0f029556586447e3eb3bb800ac597ef638ef998
SHA1: 593261e50b791f79c4115a8d919c486e01e37790
MD5sum: 4754c02944278c4190c1b6a2e09978db
Description: IPv4 and IPv6 types for PostgreSQL 13
 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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-ip4r-dbgsym
Source: ip4r
Version: 2.4.2-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 216
Depends: postgresql-13-ip4r (= 2.4.2-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-13-ip4r-dbgsym_2.4.2-3.pgdg+2_arm64.deb
Size: 180348
SHA256: d7ca2e7c1aff2051c91ecad5050731b3844bfcfbd998683c9c9f957fa48e1ed0
SHA1: b9c8984e2ef838fca9d9ed32e99fba5797c9cbae
MD5sum: 945cfeb6bf599142f833e0db0c0fb08f
Description: debug symbols for postgresql-13-ip4r
Build-Ids: df22b044c8a0e6ff1743a6ba2b1a28d4b5af40ef
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-jsquery
Source: jsquery
Version: 1.2-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 361
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-13-jsquery_1.2-2.pgdg+2_arm64.deb
Size: 139020
SHA256: 7dde308804f54500d9f3ea1530967de30ba78c572dddcc16d1948324fb06f5a6
SHA1: bd0eca9642e9244b72f156ccaa4a316d801a021b
MD5sum: a9072538eed46338fe0de1c4ecf06a44
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-jsquery-dbgsym
Source: jsquery
Version: 1.2-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-13-jsquery (= 1.2-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-13-jsquery-dbgsym_1.2-2.pgdg+2_arm64.deb
Size: 98212
SHA256: fc5d678779b4bcd866a5183f97d6ce420546b13d37f73fb34576965bf0d18848
SHA1: b847f490b09484ba731f9587234b1d6b6b625a78
MD5sum: 422a33dc4601a522e9afba46c34b5565
Description: debug symbols for postgresql-13-jsquery
Build-Ids: a1d123bef4ea8b79d984ec5eeefdaeefc1a76016
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-londiste-sql
Source: londiste-sql
Version: 3.8-6.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-13-pgq-node, postgresql-13
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-13-londiste-sql_3.8-6.pgdg+1_all.deb
Size: 20672
SHA256: 2c5a20a36baa1e46c52fcf59e58de7e306e959863494af22ee0b711753311ee2
SHA1: caf76b759a9227f647f8589dc0d69be2dcc3d511
MD5sum: 312ac8c47806b76814b85d2f6f753e76
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-mimeo
Source: mimeo
Version: 1.5.1-19.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4485
Depends: postgresql-contrib-13, postgresql-13
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-13-mimeo_1.5.1-19.pgdg+1_all.deb
Size: 128604
SHA256: fd1cfeb201246cdd05bbbd19c6e668643c419985d544df905ff5a0eb578ed8e7
SHA1: fd1918917ea2ea87f07ef970e9460608185d3c60
MD5sum: 13b6a083b614d13560bf0728fc2eb5d0
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.2-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 371
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-13-mysql-fdw_2.9.2-2.pgdg+2_arm64.deb
Size: 154816
SHA256: 39040693976683a7fa5316e2f0a056b54cec882c17e992661266c32f3d30a9f4
SHA1: f80948d8dbfd7732eb69510b02dafcd37b0f3cec
MD5sum: ebd7389eaa0ef8f41eb8c0e15cc31887
Description: Postgres 13 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 13.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.9.2-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-13-mysql-fdw (= 2.9.2-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-13-mysql-fdw-dbgsym_2.9.2-2.pgdg+2_arm64.deb
Size: 167616
SHA256: fad6c2bf717f93af7dfd5358d28b15af31e344f4ec9d05c3627e08fc89810e4d
SHA1: ef9498286c1d55654ffbc9a549717937ffd862e1
MD5sum: 29fc86b5f5785c311b66be6888818181
Description: debug symbols for postgresql-13-mysql-fdw
Build-Ids: 720327952fd74909832421023b4fc76e970d9c0d
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-numeral
Source: postgresql-numeral
Version: 1.3-7.pgdg+2
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 259
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-13-numeral_1.3-7.pgdg+2_arm64.deb
Size: 81176
SHA256: ad64a76b9e8a3f70c7066745c1f6619431f60d722a517c15c7a9fe706ece9686
SHA1: 10b1c77149cc299abbc1ac5ccef274a298b1e949
MD5sum: 620b00da3d406c3caeb567ee317cd41f
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-7.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 62
Depends: postgresql-13-numeral (= 1.3-7.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-13-numeral-dbgsym_1.3-7.pgdg+2_arm64.deb
Size: 40796
SHA256: 6c7b36d83e0a13c0d4c9093dc2d7402287fffacf6fc2461b7c464fc6c725985a
SHA1: e7c92c66847705af502dff4327b58dd2f873b333
MD5sum: b5109d85a569ebde58d07ff656c892aa
Description: debug symbols for postgresql-13-numeral
Build-Ids: 20101c9e5eacb1b0c18e4402c303c3e0d8d63410
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.5-2.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 295
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38), libgdal35 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw_1.1.5-2.pgdg+2_arm64.deb
Size: 107800
SHA256: 028fd8599e4d4a15d3878d153187f7b0d17a2d6a79620020824ccf362779c3b8
SHA1: 74992f60a3ef46e2dcba0122ecad85abaafdce63
MD5sum: 3410cfac0b04ae11a2ac6d43ffa8a722
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.5-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 176
Depends: postgresql-13-ogr-fdw (= 1.1.5-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw-dbgsym_1.1.5-2.pgdg+2_arm64.deb
Size: 143232
SHA256: 4401d8c6f49aef91b41690010dffbc5c87929439c3952b8d14f0b6feb578e69a
SHA1: 7293ec047344358c95bd8b206d981243f0f552ea
MD5sum: d11532ee68d68b24f2fd515ca0a4befa
Description: debug symbols for postgresql-13-ogr-fdw
Build-Ids: 7a2bf937dfa5a07e317643f434e9886f6a2c0ac8 bca39cc937b52e00b659ee7c4ade9dc0050cac11
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-omnidb
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-6.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17), libpq5
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-13-omnidb_3.0.0.20201026-6.pgdg+2_arm64.deb
Size: 21368
SHA256: 3cfee7dfedb5208ebfaef86e94915f051a27187e84130a19cde7b3759e1ab62b
SHA1: 3bbcc1fb94ee4f8e7eb505da6d39a43e743809dd
MD5sum: 148b39b8a5b003c4112d62c7f69d178f
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL omnidb_plpgsql_debugger extension for
 interactive PL/pgSQL debugging in OmniDB.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-omnidb-dbgsym
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-6.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-13-omnidb (= 3.0.0.20201026-6.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-13-omnidb-dbgsym_3.0.0.20201026-6.pgdg+2_arm64.deb
Size: 35080
SHA256: 67f42d6cc011f8f04868f5ec410792c8681da37ce7aec3ec586226d369a4aa01
SHA1: 366af41bc30021e4e826542dae31cceb9c415ca0
MD5sum: b0cdbffac6cd0a82bcb20af173804760
Description: debug symbols for postgresql-13-omnidb
Build-Ids: fab871f960e90710137d43b5a86bc0c61cb6140c
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-oracle-fdw
Source: oracle-fdw
Version: 2.7.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: oracle-libs, postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-13-oracle-fdw_2.7.0-2.pgdg+1_arm64.deb
Size: 82624
SHA256: 045f72731702d3bfac6389cb90b4edb1bcfa651950b74b4611e6fe6aca811440
SHA1: ee1dbaa4b01bc377eb996f1da67314ecfa4daced
MD5sum: ccece5386fae233fef8bdbb027083cf2
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.7.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 206
Depends: postgresql-13-oracle-fdw (= 2.7.0-2.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-13-oracle-fdw-dbgsym_2.7.0-2.pgdg+1_arm64.deb
Size: 185780
SHA256: b8c8b3c2b357516f86ef41181212bd8ee0326f4921c82f504393a3933652ca86
SHA1: df5b2b4ce9b6d6fee7029dafbe4c195865150df8
MD5sum: 1007137fd2b75bcb3823b273bb959e23
Description: debug symbols for postgresql-13-oracle-fdw
Build-Ids: 1315e78d1c962f27447875ca78d8f3dbfe48537e
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-orafce
Source: orafce
Version: 4.12.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1279
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_4.12.0-1.pgdg+1_arm64.deb
Size: 404920
SHA256: 1ed98f099abd113e8188a068c6549456c0b27decdfb12d4af8e9e10ff5e594b4
SHA1: ba419931b85648b81eabc8e3f1b0407fde64776e
MD5sum: f6aee425216f3c6d9e7061685dff1d5b
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 4.12.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 339
Depends: postgresql-13-orafce (= 4.12.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_4.12.0-1.pgdg+1_arm64.deb
Size: 286040
SHA256: 54c8553423f6d0d1ff60dadbc8c3f9f986b82381c6b25277b0d328548ac55934
SHA1: d5872bafd1fff142adf1f27fb40c95b919da8d42
MD5sum: 6844ac3320dde9cc107b18e189aa2d9a
Description: debug symbols for postgresql-13-orafce
Build-Ids: c518e713e3ed14150382e51f288e20809d1cbdc0
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-periods
Source: postgresql-periods
Version: 1.2.3-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 597
Depends: postgresql-contrib-13, postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-13-periods_1.2.3-1.pgdg+2_arm64.deb
Size: 52532
SHA256: 556e1b90796398869c954f90b9f028259b3fadaa02c656a33d8751d4481b6ce3
SHA1: be12a8370ccf22faae34273bd515ea8a6a994998
MD5sum: fcf693429554865c35f8936767b3f82d
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-periods-dbgsym
Source: postgresql-periods
Version: 1.2.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-13-periods (= 1.2.3-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-13-periods-dbgsym_1.2.3-1.pgdg+2_arm64.deb
Size: 37004
SHA256: d5e8184dbb2d3f9e642417f45420da6933fa091338cddaf481351cb334d86b0c
SHA1: 5eed02ee675e2d19e72fc6591650c6ac47acaad4
MD5sum: b8a77025c8f37ba3ee325cde1389563d
Description: debug symbols for postgresql-13-periods
Build-Ids: afc9004360fe4a8c2048642042432e6ff045214d
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.6.2-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), postgresql-13-pgaudit, libc6 (>= 2.34)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile_1.6.2-2.pgdg+2_arm64.deb
Size: 45384
SHA256: 6217797c59fcb285b80e7027464beb9b070ccdb8fe16f2ab999e77fd6ea829c7
SHA1: 52ad7172248c76a10c60fc3683fc2a241af9ab84
MD5sum: c1d7c48ff3362511b80a27df1d8880c9
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.6.2-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-13-pgauditlogtofile (= 1.6.2-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile-dbgsym_1.6.2-2.pgdg+2_arm64.deb
Size: 32888
SHA256: 97abf7971965b723454ada14b2d12210db3cd0e94afb91b38f1d03809adb3bba
SHA1: a8f2a21aae11d6e22b4d03e4496351eae8c9ecc2
MD5sum: ade901ed7ba6537ac4ec38968612b63d
Description: debug symbols for postgresql-13-pgauditlogtofile
Build-Ids: d2bf4676454da6a91c560d003b38fb7c0d065b6f
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pg-catcheck
Source: pg-catcheck
Version: 1.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-13, libc6 (>= 2.38), libpq5 (>= 9.2~beta3)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-13-pg-catcheck_1.5.0-1.pgdg+1_arm64.deb
Size: 32944
SHA256: d4085d826053257e1fcfce0512a2e9de323b1ab60bc11ba5d6fff30df5c0d024
SHA1: 1f68511f3393311bfce9bbace5eaf524365ce348
MD5sum: e5d5cff8f76ea94dfd7af780bfe30e27
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-13-pg-catcheck (= 1.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-13-pg-catcheck-dbgsym_1.5.0-1.pgdg+1_arm64.deb
Size: 37932
SHA256: 821973dfcb2c4c71c0c331c66b2bfb795eaea895a73f70fd226bd031f46b69d4
SHA1: 82d02a42b67aca085f8ce8b7bbe8acf3f12dc477
MD5sum: 77a8a3a6848a0d40e35f8a5f882331df
Description: debug symbols for postgresql-13-pg-catcheck
Build-Ids: 38b9947d117d1f435580d798f0f3d344f7567b30
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pg-checksums
Source: pg-checksums
Version: 1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: libc6 (>= 2.38), postgresql-13
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-13-pg-checksums_1.2-1.pgdg+1_arm64.deb
Size: 35100
SHA256: c89d8a474e1e5d8a45a2deea430b24b45259e7977b20314f1d2c053b5357c416
SHA1: 699f190b5d48b0f26f663ac89697377254ff0dbb
MD5sum: fd2cfa6a784d8f2c5d6f3fb04ac1deb4
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-13-pg-checksums (= 1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-13-pg-checksums-dbgsym_1.2-1.pgdg+1_arm64.deb
Size: 22536
SHA256: a20498e14e121096c7b2f08e1747c8d190d012a854ca9724f73d5c173c6032e9
SHA1: 58f918fd46d6cf11db833d63053e25b5d8142951
MD5sum: 48c1a427ebfad8efa9de0bedabe78bf0
Description: debug symbols for postgresql-13-pg-checksums
Build-Ids: 49bd639393df3ab62b094098649222b98e8a6890
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pgextwlist
Source: pgextwlist
Version: 1.17-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-13-pgextwlist_1.17-3.pgdg+2_arm64.deb
Size: 37488
SHA256: eac0710d3fe175d4ef04fd29a79e6d635e171c372082d4d9baa1a529d1a6f11d
SHA1: 2263fa120229a43c15d07e6c2e07db67fd888296
MD5sum: 340953833a7432f06dc734f62fabcbaa
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.17-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-13-pgextwlist (= 1.17-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-13-pgextwlist-dbgsym_1.17-3.pgdg+2_arm64.deb
Size: 54108
SHA256: 42ef5a283354c7223039d91806afd506e443c549a770a697a7bf5a0bd7201954
SHA1: f9a3aa9094ba4865aa78ce7cbb2fe6a53321331b
MD5sum: f8377c434b913bb9d073512eedb0129a
Description: debug symbols for postgresql-13-pgextwlist
Build-Ids: b3f8ef6cea163266acd8567c03bd26d8cf11b0cc
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pg-fact-loader
Source: pg-fact-loader
Version: 2.0.1-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1144
Depends: postgresql-13
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-13-pg-fact-loader_2.0.1-4.pgdg+1_arm64.deb
Size: 41440
SHA256: 018d4cd5f84a7bee0353b0852196661987ff99f7340e260f512dd6715bdc2646
SHA1: af17b625ce67816ee392b32df3fe27b5d30391f4
MD5sum: 9010caabddb9964d645a5b10fd474ffa
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 13.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pg-failover-slots
Source: pg-failover-slots
Version: 1.1.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-13-pg-failover-slots_1.1.0-2.pgdg+2_arm64.deb
Size: 43608
SHA256: 705e2c5fff6e84253f35bb343c024928462431d56245e4f1c63893ebc2e16af8
SHA1: 5bc86c926ac9278ddab39a877c23725390cfdf99
MD5sum: 83cee16cabfb8f039b90ed8cd5642cd0
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.1.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-13-pg-failover-slots (= 1.1.0-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-13-pg-failover-slots-dbgsym_1.1.0-2.pgdg+2_arm64.deb
Size: 40520
SHA256: 60fb0062333099ec5a50582688f2c5902d60d162577a06f582130f12626ef4be
SHA1: 24934511c94dac8c0e7292987e52fe5e7630f907
MD5sum: 0ef86ca341121af574ba812a6187dacf
Description: debug symbols for postgresql-13-pg-failover-slots
Build-Ids: 5c5c4b5384a616b90ea7e44f7de56f80a284ce3c
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pgfincore
Source: pgfincore
Version: 1.3.1-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.34)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-13-pgfincore_1.3.1-2.pgdg+2_arm64.deb
Size: 32548
SHA256: 28f41fcc6770b112b672f5dc8d9c3a1f629eea7179054d83b3bc4c346841ddcb
SHA1: 5d0ed71a809db75bc2eaf4da99c53475139fbcc4
MD5sum: beecef39c71f212ed96462bab4293def
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pgfincore-dbgsym
Source: pgfincore
Version: 1.3.1-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-13-pgfincore (= 1.3.1-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-13-pgfincore-dbgsym_1.3.1-2.pgdg+2_arm64.deb
Size: 39364
SHA256: deb3bf264d911a88b5e27bc7ec2b32ef459b6fc23b199a1359582a02e747d0b7
SHA1: 0537194db9fcc8f5fb45ef410c2a0bee7b9848e1
MD5sum: ee00151c49e7ecc19145cd6c18ebbea7
Description: debug symbols for postgresql-13-pgfincore
Build-Ids: b79a52ca6603b97df9e3e588b832ac879b5bb66a
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.2.1-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1931
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-13-pgl-ddl-deploy_2.2.1-2.pgdg+2_arm64.deb
Size: 40964
SHA256: 2868236a8678dff0271cf3c63aad213da9a3f011691cc88c2e030235e565055b
SHA1: e289128dae76123ffe949c21f1e4a4ea8c32c0c4
MD5sum: 673e5e6848153139ebc966763eb53da3
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 13.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.2.1-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-13-pgl-ddl-deploy (= 2.2.1-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-13-pgl-ddl-deploy-dbgsym_2.2.1-2.pgdg+2_arm64.deb
Size: 18288
SHA256: 13f93015a057bfeeccb715808c8603a1b648e54c851550fd6959e5964b7446f6
SHA1: 88fb9549578291114edb6d999c58394e769a2c74
MD5sum: 6a73568243d152e17630579c7c811584
Description: debug symbols for postgresql-13-pgl-ddl-deploy
Build-Ids: 14a3eac15acce687c655bcc72c54e9c51720656c 56b3bfd91ddabc94d2b25209cae31940c4010736
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pglogical
Source: pglogical
Version: 2.4.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1324
Depends: libc6 (>= 2.38), libpq5 (>= 9.1~), postgresql-13, postgresql-13-jit-llvm (>= 16)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-13-pglogical_2.4.5-1.pgdg+1_arm64.deb
Size: 446652
SHA256: 0b5572dc301289542466bcebdd489680e88f5b5c62d77fcb5838ca87daba5a81
SHA1: cfdbdd7c244d95b1dedf8452f44c78786d499076
MD5sum: 3ce543d55b2c3f229f0dc5727d2c52aa
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pglogical-dbgsym
Source: pglogical
Version: 2.4.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 491
Depends: postgresql-13-pglogical (= 2.4.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-13-pglogical-dbgsym_2.4.5-1.pgdg+1_arm64.deb
Size: 422500
SHA256: 06d517ba3a4a0b9693b4a0989f0f3245b5bb4dad795cb451bff38623b14d4a14
SHA1: 90dc6a44c663905e12f324a5af84ce7366c78cdc
MD5sum: be23fe8119d0f4a87bc6e2b29fc307f8
Description: debug symbols for postgresql-13-pglogical
Build-Ids: 00b8eb454e1012c35c7afc9fea04882ffd3ce2e5 00d3d3bcabdf646734a7fcd42f0deab7d4f755b7 bb8762de6b92de2167b600e53d3550871aa87638
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-13-pglogical, postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-13-pglogical-ticker_1.4.1-8.pgdg+2_arm64.deb
Size: 21416
SHA256: 91b42f932cbf1ed695e77be7bf0f7018c657f14a3c43dc08c4a61ab775db16f7
SHA1: c43a68387a244474d83a707cd4c882fc2a4244f6
MD5sum: 1ca5a41905b4bd780df682f80c5d3b92
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 13.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-8.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-13-pglogical-ticker (= 1.4.1-8.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-13-pglogical-ticker-dbgsym_1.4.1-8.pgdg+2_arm64.deb
Size: 14412
SHA256: 23172c9645e450fa1b47c8d2bdf60472b9a750f69b6b1d1bf3f1cba341b8a830
SHA1: 91879aaa712ba923f4a56280d85807823dee47f1
MD5sum: 28ccd1eeb3a82b2835b187ca1a7daba1
Description: debug symbols for postgresql-13-pglogical-ticker
Build-Ids: 62e1a1d0319aa5dfb780f5581294799d70f56628
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pgmemcache
Source: pgmemcache
Version: 2.3.0-14.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-13-pgmemcache_2.3.0-14.pgdg+2_arm64.deb
Size: 51584
SHA256: 16644b1ae1c66f2a2a6e0899a774aa89f3c408047e1d835ad25ee3dfa4539086
SHA1: 9885779297701737d0ad23dd3b8fcf52d94aca61
MD5sum: 3dab985ba383e90f0a0268f409350163
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-14.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-13-pgmemcache (= 2.3.0-14.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-13-pgmemcache-dbgsym_2.3.0-14.pgdg+2_arm64.deb
Size: 46800
SHA256: d3fa8a9f4006f9484054266baf330bff46ee83d3081dd8c79306dfc0a4ca187a
SHA1: aefbc1a473c1202cc6198564e52e29ff08b20dd3
MD5sum: 545888321f58e16250afcfe28e4aba6f
Description: debug symbols for postgresql-13-pgmemcache
Build-Ids: ad39a8827605a6a6da51a4ddbd844df184f4adab
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pgmp
Source: postgresql-pgmp
Version: 1.0.5-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 418
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38), libgmp10 (>= 2:6.3.0+dfsg)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-13-pgmp_1.0.5-3.pgdg+2_arm64.deb
Size: 108924
SHA256: d6e2efeff8f071a1c97ec4d59460da19c92a7c4089352872ffbd0bc252f9a1a5
SHA1: 756609bbd194dc5b43f46b6d6245907a7eaa6113
MD5sum: b0baac8029e49fc98da83a642f0251ec
Description: arbitrary precision integers and rationals for PostgreSQL 13
 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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.5-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-13-pgmp (= 1.0.5-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-13-pgmp-dbgsym_1.0.5-3.pgdg+2_arm64.deb
Size: 65212
SHA256: 2236c4432d6ddbee70fb5eb12b173cf95c3dea93ce8933af2fc49ec140b4ec3d
SHA1: 7d4010261d4f547d4475eb52deb9bb33086708f4
MD5sum: 0b146afcde269be9d70f51a9d5dda609
Description: debug symbols for postgresql-13-pgmp
Build-Ids: e71658bedf00c831ed6bee639b925752439b3275
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pgnodemx
Source: pgnodemx
Version: 1.7-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 255
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.34)
Homepage: https://github.com/CrunchyData/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-13-pgnodemx_1.7-1.pgdg+2_arm64.deb
Size: 92300
SHA256: c493ed7afa463a4f420af2aa7c3896f855998497c3a95faf907573fa1120edf5
SHA1: 140dd7082d451eddcc2ecdfb151f73a4953d7bfa
MD5sum: 627999ee2a144a621d6fcc3ccbb068d2
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pgnodemx-dbgsym
Source: pgnodemx
Version: 1.7-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-13-pgnodemx (= 1.7-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-13-pgnodemx-dbgsym_1.7-1.pgdg+2_arm64.deb
Size: 74828
SHA256: 2255231502e1b4519e175a7b0c40b4c96212741c6ad59ef71b0d2405bf241014
SHA1: 677090591e2941fc304745fc71a060f3743ce58d
MD5sum: e08fa59b1bd6a460d623c900d715be0e
Description: debug symbols for postgresql-13-pgnodemx
Build-Ids: 7cb3476c0167202fc62fbe88281edbaca2705b03
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pgpcre
Source: pgpcre
Version: 0.20190509-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17), libpcre2-8-0 (>= 10.22)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-13-pgpcre_0.20190509-8.pgdg+2_arm64.deb
Size: 19432
SHA256: dadad18a0f920f3076ad33ba57ca43401e24eb801635a0f3cc9c29d02ef92b7f
SHA1: afb69efcb1b44d36c4911387c9acc149c7bcef21
MD5sum: 5396cfcdc7559ec69bf00bdbdb3e3c0c
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-8.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-13-pgpcre (= 0.20190509-8.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-13-pgpcre-dbgsym_0.20190509-8.pgdg+2_arm64.deb
Size: 15324
SHA256: d578c828b494e345f4e4e368799b1579a722119b31a6a8b641fe312139653899
SHA1: 5ca5d2b4fee5e14940506cf3f08fc68af90e7dc5
MD5sum: 305b9de2db83834b61e79bb0a8a3c61d
Description: debug symbols for postgresql-13-pgpcre
Build-Ids: efbb8a2576f86fb0a3781278b7fef547e695fb86
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pg-permissions
Source: pg-permissions
Version: 1.3-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-13
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-13-pg-permissions_1.3-3.pgdg+1_all.deb
Size: 8424
SHA256: 760adfbea9835f38736f503c54c1c178d14e9564beb32fd7e772a943751428ef
SHA1: 63347d5a3e60b762b560e605d2e3a6cb1f4a3162
MD5sum: f5f6012a0c5710451d711aa8327c914b
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pgpool2
Source: pgpool2
Version: 4.5.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 448
Depends: libpgpool2 (>= 4.5.4-3.pgdg+1), postgresql-13, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2_4.5.4-3.pgdg+1_arm64.deb
Size: 160148
SHA256: 091d3eeee8ef80dd70544f7f5ca4bb39ecbad284af5bbe9377ee0f296699a613
SHA1: 8dbd2d58fd232405029b4a6f1a247852cf362112
MD5sum: 0998bdbd5f7a67276f75464b8e43b687
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 13 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pgpool2-dbgsym
Source: pgpool2
Version: 4.5.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-13-pgpool2 (= 4.5.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2-dbgsym_4.5.4-3.pgdg+1_arm64.deb
Size: 49540
SHA256: 399f447c21377f465ee07388d1e776a9a43533021caf1e91875cfcb6463f5724
SHA1: 6465007c1be9d2be50b992beaebe54a37e2693d0
MD5sum: 082948c19dcdd2edc308a2652beda1d3
Description: debug symbols for postgresql-13-pgpool2
Build-Ids: 249f8f0d916c39f707447ac2ada26c6c644c75c5 3dcb7ba141ca7b740aa714abbc8c0886ea9efba0 e99b8f7eae68e7cdaa1baf124938d1b91d74e9bc
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pgq3
Source: pgq
Version: 3.5-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2229
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 16), pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-13-pgq3_3.5-4.pgdg+2_arm64.deb
Size: 137400
SHA256: 81d702049edd73eb783015490369623d2a4ec062301277eebbacd847d31994d8
SHA1: 79544c382e4d85f2cf31efbdc4320bd921b3d179
MD5sum: 656e3c4762886a6ddaa6ae51d357ac46
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pgq3-dbgsym
Source: pgq
Version: 3.5-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-13-pgq3 (= 3.5-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-13-pgq3-dbgsym_3.5-4.pgdg+2_arm64.deb
Size: 74140
SHA256: f69994c08167bd00170f737179cc422a5b9a1118b93e222d1ddbf7a25d9b40a3
SHA1: eaac81fd9cf6abb0854dcdeb1dd10b7974b960d8
MD5sum: 274edd8b6eaac1c2a72bd2f5825fb8f0
Description: debug symbols for postgresql-13-pgq3
Build-Ids: 51d3ea7f480d49e85b09128ad4c91871c648ea00 a05d3ae89853be6f50b56facd06d9205776af3f2
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pgq-node
Source: pgq-node
Version: 3.5-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 538
Depends: postgresql-13, postgresql-13-pgq3
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-13-pgq-node_3.5-7.pgdg+1_all.deb
Size: 12836
SHA256: 443e2b40ef84f6368557ca6aff625ce2609473f8fc67fa5dc845934b3e631c6f
SHA1: 8342a271c35aaa26cf9575c4a1092c65a5e04435
MD5sum: aa5632fbe8c5ea54e88e7b2c72f112fe
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pg-qualstats
Source: pg-qualstats
Version: 2.1.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-13-pg-qualstats_2.1.0-2.pgdg+2_arm64.deb
Size: 65844
SHA256: 542bed636466a856bff112576d75d7b4d475430a9bd5efcc972d8314e49e2479
SHA1: b60c7a67545a89bc873506b07788c1fa8acc431f
MD5sum: f81b1d0f943c51d2800bbd5ce0cb6a01
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 78
Depends: postgresql-13-pg-qualstats (= 2.1.0-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-13-pg-qualstats-dbgsym_2.1.0-2.pgdg+2_arm64.deb
Size: 60896
SHA256: 4a74f0f557594d1b2577d08549c8e7ac1922778ae697b088dca2c201932df0bc
SHA1: 102cbd4990743f8c4f464d9ab8383ae86860c691
MD5sum: cb24d313f4b7a7dc6dfebaba2ed8ec47
Description: debug symbols for postgresql-13-pg-qualstats
Build-Ids: 3ef68989c3520231779293d7d512bd7a33c741e8
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pgrouting
Source: pgrouting
Version: 3.6.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3254
Depends: postgresql-13-pgrouting-scripts (>= 3.6.2-2.pgdg+1), postgresql-13, postgresql-13-postgis, postgresql-13-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Suggests: postgresql-13-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting_3.6.2-2.pgdg+1_arm64.deb
Size: 829560
SHA256: 9165815fdae3287d1d7a5e761843c0e423709c72a0b55c8337ccaef0699c8c0a
SHA1: 5104fe17f418ccd9b35ec04fa25339010d18fe76
MD5sum: d8900728c8acbbc95e6356a3f1570dfb
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 13.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pgrouting-dbgsym
Source: pgrouting
Version: 3.6.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25820
Depends: postgresql-13-pgrouting (= 3.6.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-dbgsym_3.6.2-2.pgdg+1_arm64.deb
Size: 25851780
SHA256: fad703aa4cc1c59b94ea67f45667712cd02f62ce55da9760431c95d76464fd3a
SHA1: c142dd1c6b160b4be99c7296c33a099df4e4d0a9
MD5sum: d1ec37d8ee6bf67c40287599a97c1973
Description: debug symbols for postgresql-13-pgrouting
Build-Ids: c9da1f82528d08d2aef26f8222b544b0a30343c3
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pgrouting-doc
Source: pgrouting
Version: 3.6.2-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7863
Depends: libjs-mathjax, libjs-sphinxdoc (>= 7.4)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-doc_3.6.2-2.pgdg+1_all.deb
Size: 2314480
SHA256: 8d1a6789843533132de457aa313216250e259b6f78bedcc323578aba5c28d741
SHA1: 00d9376ebe6cfa8ec85c65c63a0d2057884171c2
MD5sum: c5f9c30e1f0c9cf66eef4f874587f14f
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pgrouting-scripts
Source: pgrouting
Version: 3.6.2-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3494
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-scripts_3.6.2-2.pgdg+1_all.deb
Size: 63092
SHA256: b8b85fe52f1f28d3f2299dc4a862664763addb5d2f6bf665ffff0da81c16fa46
SHA1: 91d3668fe4dfacff2875f6a6b107137f5ac36f06
MD5sum: 897f2d14aef76531171ae3735ec2af60
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 13.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pg-rrule
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17), libical3t64 (>= 3.0.0)
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-13-pg-rrule_0.2.0+git20211101.d7d10f2-3.pgdg+2_arm64.deb
Size: 25108
SHA256: 562acbe4d9d975bf6f2c602ac94663f3fd439754465afe807ca1fa067aac058b
SHA1: ff38e547da8ab4033f76f7ae0cbdeac1f0c64163
MD5sum: ffaa52ff5199fa7d938862149d7a27a2
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pg-rrule-dbgsym
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-13-pg-rrule (= 0.2.0+git20211101.d7d10f2-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-13-pg-rrule-dbgsym_0.2.0+git20211101.d7d10f2-3.pgdg+2_arm64.deb
Size: 20132
SHA256: 06bbda7a8ba20ad7840445d9e76d591abd14f209af70ed6cd59e36d17ea9969e
SHA1: 4745af530dac805cd8743a1d361dd354ab4daa12
MD5sum: 2626324c4df99280d8d326a96c5b49bc
Description: debug symbols for postgresql-13-pg-rrule
Build-Ids: 03de0589cc6f4157fd78fea5e482c641558005ac
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pgsphere
Source: pgsphere
Version: 1.5.1-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1697
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-13-pgsphere_1.5.1-2.pgdg+2_arm64.deb
Size: 439260
SHA256: 29f393fa6fd41d86d34561a17d55aa4560553336792dae20b4e78c0995c23701
SHA1: f21a7727b5e19068da905b398d76c7f8a739de10
MD5sum: fc3238907f57ea1180338e19b969fc9f
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pgsphere-dbgsym
Source: pgsphere
Version: 1.5.1-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 445
Depends: postgresql-13-pgsphere (= 1.5.1-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-13-pgsphere-dbgsym_1.5.1-2.pgdg+2_arm64.deb
Size: 386556
SHA256: 2c4d20788e1130a931ba38ac9f9c8cbc341bfe3d28b71e8c5a67a86bcd24ab6a
SHA1: e54e61d893fe32d09b9552cf22bc43443a305d4a
MD5sum: 3ede8353d253bcfbfef6a03a0ec4897e
Description: debug symbols for postgresql-13-pgsphere
Build-Ids: dbc5d305aa64d4e5dd5dd7c7fd3ae105d5b29c4c
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.3.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: postgresql-contrib-13, postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-13-pg-stat-kcache_2.3.0-1.pgdg+2_arm64.deb
Size: 41944
SHA256: 23fac8a33938e641a6ea4d626b01a98c6de58abb3a814cb1b77a88c318a5025b
SHA1: 823486fb4ee4bf713900eea05a1257acd64cd006
MD5sum: b750cc82970d8f5815cb410317ffb0fb
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.3.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-13-pg-stat-kcache (= 2.3.0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-13-pg-stat-kcache-dbgsym_2.3.0-1.pgdg+2_arm64.deb
Size: 39452
SHA256: c46b93c6ddf4f7a4e5a42a7e15a7d04bf6dd2141c1a6cb1b1eef1149f42bddf0
SHA1: abbcee339570d008d2b23d6a1e427c69b0302485
MD5sum: 736799012e21dc6ceb812cb532e9f6b3
Description: debug symbols for postgresql-13-pg-stat-kcache
Build-Ids: b7e2113d9a9aa3858db90b869688d45953832d8f
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pgtap
Source: pgtap
Version: 1.3.3-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1795
Depends: postgresql-13
Recommends: libtap-harness-archive-perl, libtap-parser-sourcehandler-pgtap-perl, libtest-harness-perl, pgtap-doc
Breaks: pgtap (<< 0.95)
Replaces: pgtap (<< 0.95)
Provides: postgresql-pgtap
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-13-pgtap_1.3.3-3.pgdg+1_all.deb
Size: 62900
SHA256: 666e40ca9fd6a22bbda8dcc0ca5f0f0d39bfca05d35be8697824df6148a2eb5c
SHA1: 98b778492163e99aa121e7dc5282f5d8b72e2b90
MD5sum: 8fc97245fbe9abe72e78d20f9db9cc1d
Description: Unit testing framework extension for PostgreSQL 13
 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 13.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pg-track-settings
Source: pg-track-settings
Version: 2.1.2-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-13
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-13-pg-track-settings_2.1.2-4.pgdg+1_all.deb
Size: 9916
SHA256: da425f9807a78b98918be06edc2a77670af524babe5c1ddf5a511c0d981f6fcb
SHA1: c0f748263ed8e8e386e5b9d40a1a0671b661ab93
MD5sum: b5af3a4bbf143b1bed9ee70c2e2bc635
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pgtt
Source: pgtt
Version: 4.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 197
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-13-pgtt_4.0-2.pgdg+1_arm64.deb
Size: 65876
SHA256: 15df970ae642488fc8a6180235b66dc25fd1f09d4e0f76b836da02bef15f6233
SHA1: 696dbca2bce362756293bc4abdc2d8701ae32740
MD5sum: 60e6f97891fba3371c6563cc99356632
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pgtt-dbgsym
Source: pgtt
Version: 4.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 91
Depends: postgresql-13-pgtt (= 4.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-13-pgtt-dbgsym_4.0-2.pgdg+1_arm64.deb
Size: 74796
SHA256: 589f02c98486af45f6b3500c36e0c838b4dab13902d3002842ccd845dd093803
SHA1: 1b4974db8b72a3cdf0f389876de2a9b1918540ad
MD5sum: c6760f10ac65de6640f3e9b5f40d9032
Description: debug symbols for postgresql-13-pgtt
Build-Ids: b65ef582e020a5222fa95eb161fe31bdc36e5fe4
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pgvector
Source: pgvector
Version: 0.7.4-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 735
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-13-pgvector_0.7.4-2.pgdg+2_arm64.deb
Size: 273448
SHA256: 0bcdadef9aef82a987b3ef99493a630c553bfa35a31db5627b3f3c11efab2e6d
SHA1: 93908efba3905f05cf3609b872e3a13dab8841d4
MD5sum: 33bd8a12bf36c3e4b8910aaa9f0fedcb
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pgvector-dbgsym
Source: pgvector
Version: 0.7.4-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 314
Depends: postgresql-13-pgvector (= 0.7.4-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-13-pgvector-dbgsym_0.7.4-2.pgdg+2_arm64.deb
Size: 281012
SHA256: 1e7064eb48f6a7004d135847d33fa458e4dacfbbc4786f82ff1774e658e41d18
SHA1: 3c13d8523977c1935e4b4b614970bdde3d6d81d3
MD5sum: 1aa5b14dc12f192834610ed31f089ca3
Description: debug symbols for postgresql-13-pgvector
Build-Ids: a3c5613cac8ad1b01ac817e6f68f56351c208b0c
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.6-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 143
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-13-pg-wait-sampling_1.1.6-2.pgdg+2_arm64.deb
Size: 45728
SHA256: 5c913c0be8c33f3174d190db9b74d14062aeb1b01fa3afa0c6fb3fdf1de27bb1
SHA1: 74fb09fa90e6d482912e2d760c08297ec1e6713e
MD5sum: b383b177baadc33517e3cdc8bcc51583
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.6-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-13-pg-wait-sampling (= 1.1.6-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-13-pg-wait-sampling-dbgsym_1.1.6-2.pgdg+2_arm64.deb
Size: 55176
SHA256: 28e97b4e260f5767dd63ca9386eeb447c51724a2b253748c7604034817b0d77e
SHA1: d7381a2b779cffd84b2ea594bcd2b682f949ac70
MD5sum: 843ca76e32ae980fbff6aaf88f5ffcf0
Description: debug symbols for postgresql-13-pg-wait-sampling
Build-Ids: bce0a2b2de670b9e7e008eb5d3d1c8e92825e3cd
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pldebugger
Source: pldebugger
Version: 1:1.8-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 217
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-13-pldebugger_1.8-2.pgdg+2_arm64.deb
Size: 83344
SHA256: ae9e813de054ebef72d18e2426d28004a55bd8b79608f73ae813619e57ac6d84
SHA1: 1ee1c44f31571f3b0d258fc01fa18d05a4bd45c9
MD5sum: 0feb06ae3aefc5f13e730897e3787e88
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.8-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-13-pldebugger (= 1:1.8-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-13-pldebugger-dbgsym_1.8-2.pgdg+2_arm64.deb
Size: 93680
SHA256: 3698893e3e4a16e958ff70549bd2145d4f9378253acc0ddf3d7bbc16f0cf8bcc
SHA1: 556978a3988f11b14a9941655f69137828001509
MD5sum: b1b2783b1f06ec10903eb64317d2a060
Description: debug symbols for postgresql-13-pldebugger
Build-Ids: 3a8d9df314583c78ca1a3a2d27c0892b7c4b78c1
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pllua
Source: postgresql-pllua
Version: 1:2.0.12-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1041
Depends: postgresql-contrib-13, postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-13-pllua_2.0.12-3.pgdg+2_arm64.deb
Size: 392972
SHA256: 4b73e976367fb0e45832890faadef91028e0c2a3c949c5ba4c3b561aa8c5e094
SHA1: a25392ff3fb07c76480d0d40c13f7c8181247b93
MD5sum: 75363a391b27d0fcb23716b34f1fffd4
Description: Lua procedural language for PostgreSQL 13
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 359
Depends: postgresql-13-pllua (= 1:2.0.12-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-13-pllua-dbgsym_2.0.12-3.pgdg+2_arm64.deb
Size: 312592
SHA256: 29bfa84e5f1b7ba9b29e78a2d094300e50becb669646c623af8a5f8d63f07244
SHA1: 5a229f1f8c615688748b2a435b65d0478369c1fa
MD5sum: c676231acae1062e036eb50f3b31404f
Description: debug symbols for postgresql-13-pllua
Build-Ids: 04c7722d3ac0cf97acfcacc3e2b15d963653602e 21b0f636a0cb86d6693727a10fe73ad86979aeda
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 2.7.11-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 824
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_2.7.11-1.pgdg+2_arm64.deb
Size: 361716
SHA256: 136906eef5003b46a1331f425cee06451fd0e43ae77c717fa3ff09e6717d9443
SHA1: b1b110dde2486e61c707cac51fa1d2fc8281404c
MD5sum: bdf1a91179ad94b80ac61baf4841626f
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.11-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 323
Depends: postgresql-13-plpgsql-check (= 2.7.11-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_2.7.11-1.pgdg+2_arm64.deb
Size: 289824
SHA256: 2b53db2d9ec161d4f72b13569e0b94b6ef0ae06dd2ac3ba5c719b3c888018b57
SHA1: 55d366116a326d3e8fc260fdce06d2ae0fb97d72
MD5sum: 9e99e2912b0c5fe73d5da8b09c835ed8
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: 3fd1b47016d2549400313586a86a2fe9362828a8
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-plprofiler
Source: plprofiler
Version: 4.2.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-13-plprofiler_4.2.5-3.pgdg+1_arm64.deb
Size: 51328
SHA256: fbbefa29936afbd81db81671a4e33d72493319f3998dfbe532a6e013250d73ca
SHA1: 98fea77c5938e3a42bf68d0d1add85ef73523f06
MD5sum: d1c346267f8ef99396e5df6a3106d29b
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-13-plprofiler (= 4.2.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-13-plprofiler-dbgsym_4.2.5-3.pgdg+1_arm64.deb
Size: 55540
SHA256: e20d92116c202c5b6c08c612bcb10857f71c70fb7cfbdda0bcf1dac2a3a38d7e
SHA1: 96722ccf65a0f66d790bc3db3563d0f529331b90
MD5sum: 3ba42412860b5ec73de82369ffb9db56
Description: debug symbols for postgresql-13-plprofiler
Build-Ids: 0fde40860383f976e472743d20aeeb16ff2b6e67
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-plproxy
Source: postgresql-plproxy
Version: 2.11.0-12.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 370
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38), libpq5
Homepage: https://plproxy.github.io/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-13-plproxy_2.11.0-12.pgdg+2_arm64.deb
Size: 151060
SHA256: dd3d752e7381ca4903247efe299613904f9c3cf97637d89cdb9761ac56c7dcfd
SHA1: 560727203f8d3cf8bc33895baba0780790737734
MD5sum: 10a6e52728795288eb07b345964b5ad8
Description: database partitioning system for PostgreSQL 13
 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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.11.0-12.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-13-plproxy (= 2.11.0-12.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-13-plproxy-dbgsym_2.11.0-12.pgdg+2_arm64.deb
Size: 113496
SHA256: fe8c4ad88cdb4ebcaffb40387ee793a5cabb5cb48c1dea2d9f84b1a570f7acc7
SHA1: ea1db017dff4815319270430014ec15de07e5d69
MD5sum: 060fcf36d78cfe3cdae9793c3cbca696
Description: debug symbols for postgresql-13-plproxy
Build-Ids: 3ba27be414e68592411eb2d5cbc10b9570155baa
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-plr
Source: plr
Version: 1:8.4.7-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 362
Depends: r-base-core (>= 2.10), postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-13-plr_8.4.7-2.pgdg+2_arm64.deb
Size: 158144
SHA256: 55a72c2b33981d5f3f37932c55b2b5e28dde8e7a1107baa77e5a2dee815d8ad2
SHA1: 67787cad6086be3a994268c6fcb58a446196a8a8
MD5sum: f06d8e0250c4aafffed2e558a93cca5c
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-plr-dbgsym
Source: plr
Version: 1:8.4.7-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-13-plr (= 1:8.4.7-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-13-plr-dbgsym_8.4.7-2.pgdg+2_arm64.deb
Size: 128128
SHA256: baee4c5cac22ef1b6b5d3e584f9200be8f8066697d9fbc36198bc9d40685f7b7
SHA1: 338fd856c513439cecb1811c5b2371f29ae6646c
MD5sum: 75c1cc02337fd3fa1bed9e0f908047f9
Description: debug symbols for postgresql-13-plr
Build-Ids: dc41689fbd2f457cf485ca048a5f0f57c31bafda
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-plsh
Source: postgresql-plsh
Version: 1.20220917-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 123
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-13-plsh_1.20220917-3.pgdg+2_arm64.deb
Size: 32908
SHA256: 702b004de28ae1b697130a558d75efdbdaff5f7d0376f5a1ea4222c4f2664fe4
SHA1: 75da6b09f6dc96ba3e41ac6c94ba545100f48718
MD5sum: 4b8a565923a67d2cd96a18226381eb87
Description: PL/sh procedural language for PostgreSQL 13
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in a shell of his choice.  You need this package
 if you have any PostgreSQL 13 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20220917-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-13-plsh (= 1.20220917-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-13-plsh-dbgsym_1.20220917-3.pgdg+2_arm64.deb
Size: 43500
SHA256: 6081d33adcf9e80921b3caa5f73036619792770988d097f6186d0da5eb50d48c
SHA1: 54e6c923d24d1468ed447ac2514571be19820e8c
MD5sum: 029ffa70be17a59394f8782e5e4f2829
Description: debug symbols for postgresql-13-plsh
Build-Ids: 9f2768ee0c9ec46b599a132a9907f91cafbc3b14
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pointcloud
Source: pgpointcloud
Version: 1.2.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 528
Depends: postgresql-13, libc6 (>= 2.38), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-13-pointcloud_1.2.5-2.pgdg+1_arm64.deb
Size: 108052
SHA256: a0836c81c8e3023703badf9de465f525cbefa2fad73bb7ebe6fc89f7df1b13d2
SHA1: 7435cb041248c151731adbd614c41506b04969f6
MD5sum: 98ea571a8a2e291d9b570470e908db0f
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 203
Depends: postgresql-13-pointcloud (= 1.2.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-13-pointcloud-dbgsym_1.2.5-2.pgdg+1_arm64.deb
Size: 171928
SHA256: aa0518ccfbaaebb2a43bfcb3dbcf4a4a7d26acc16ea614c528c2e875f638170e
SHA1: 4a11463501bdde06721fbb03ca6200c58d44b262
MD5sum: eb87e0524e126176c46a4566923da1a4
Description: debug symbols for postgresql-13-pointcloud
Build-Ids: 03787c1c3e4da43aaafa319a2a733fc3e415916d
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.4.3+dfsg-2.pgdg130+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10263
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal35 (>= 3.7.0), libgeos-c1t64 (>= 3.12.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1t64 (>= 1.4.1), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-13-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.4.3+dfsg-2.pgdg130+1_arm64.deb
Size: 3603324
SHA256: 34de943623749189305a57b331924aa4b1dc28ca6fc681913016487068d63082
SHA1: e8bab5aaad57149fcb6a92a36cd40c6e2fdf21e8
MD5sum: 1b38c496537fb86b0a9d36391e2ef924
Description: Geographic objects support for PostgreSQL 13
 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".
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis
Version: 3.4.3+dfsg-2.pgdg130+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4577
Depends: postgresql-13-postgis-3 (= 3.4.3+dfsg-2.pgdg130+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.4.3+dfsg-2.pgdg130+1_arm64.deb
Size: 4025412
SHA256: 3d2ee80df5bbc6c3088b7ddf8a1c03a3cbeca3debd3ba216e8683a7161208865
SHA1: 64d1a93c2545f1ae9f990f1bc6cceb79628f36ef
MD5sum: ab523372ecbc56508a83cd2d79c3c80a
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 06175f07ec5cf61950b0489cd83a8aac4a51f189 09b0ace2287f62b4eb5b33e3cbcdf7241b551fb9 195113626078509f09f146f010dad01b64180e13 83090eec842e4185deceb91501dbfeee5c7b7d55 f1178d5c466153d4e73696da6b89f578b62999dc
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.4.3+dfsg-2.pgdg130+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38867
Recommends: postgresql-13-postgis-3
Provides: postgresql-13-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.4.3+dfsg-2.pgdg130+1_all.deb
Size: 1301236
SHA256: 0615a9b2c252210ddb2d4546ccc02cb31ea266f4c02c8d533a1913f8b4e7e580
SHA1: 2ffa12d30ff9a5aa7a7905a7778d36bdf2e29471
MD5sum: 05937bcc59d023ab51427ccdccacbef4
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-prefix
Source: prefix
Version: 1.2.10-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-13-prefix_1.2.10-3.pgdg+2_arm64.deb
Size: 44780
SHA256: e659c229e57d54ad2bde7f42339252206eb9fbafedf5e9d02470064dd0c7b14e
SHA1: 2d1366bb6d9634837286618039d0a0612184f00a
MD5sum: 51beea1f0e60f5e27ec189c44e176060
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-prefix-dbgsym
Source: prefix
Version: 1.2.10-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-13-prefix (= 1.2.10-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-13-prefix-dbgsym_1.2.10-3.pgdg+2_arm64.deb
Size: 43560
SHA256: 83ec3c464e55bdb02df08a415cc1c40fdcb93596051548eefb696cbea7fc241c
SHA1: 9115a6ccfb06643ebae390cfb5c81601dc14fe1a
MD5sum: 162d1f44e826a5eec9331c56b703c937
Description: debug symbols for postgresql-13-prefix
Build-Ids: 6a709f5a18de85e81df5cd93d830f9efd1813978
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-preprepare
Source: preprepare
Version: 0.9-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 16)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-13-preprepare_0.9-8.pgdg+2_arm64.deb
Size: 17984
SHA256: a3ad44d13a9dca3e5fbc893010c0fbaf63e60d1b008700b7959454b9c468f76f
SHA1: 0da51085b4d111188df72ece1c153281feb7e188
MD5sum: 0282449fb65cfee42888a0549b1653c9
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-preprepare-dbgsym
Source: preprepare
Version: 0.9-8.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-13-preprepare (= 0.9-8.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-13-preprepare-dbgsym_0.9-8.pgdg+2_arm64.deb
Size: 16300
SHA256: 92ab5a8048e63bf9438bafb15dd5fb1d642e7ad6305449cdfba8f44e0dafac0c
SHA1: 0b331443eae092464e2c22ffa55c5b44aa56d99a
MD5sum: 865b8980e1734b1df4f6b2cfa75ba6ff
Description: debug symbols for postgresql-13-preprepare
Build-Ids: e72f9719918ba1e15c8c14f3a7d3e6f6ada818e9
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-prioritize
Source: postgresql-prioritize
Version: 1.0.4-12.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-13-prioritize_1.0.4-12.pgdg+2_arm64.deb
Size: 12304
SHA256: 1adf9268edacd10668fc83fe67628243b802466b75046e061979c57b30bcbf82
SHA1: 989e33a42bcee510c3ff89fb4ec6964102354c32
MD5sum: 98dae613e3a3ac0d8123c160c3ded46e
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-12.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-13-prioritize (= 1.0.4-12.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-13-prioritize-dbgsym_1.0.4-12.pgdg+2_arm64.deb
Size: 12168
SHA256: 72835a0c127b990d8de0e4ffbb6baf9086c6180091ab427d999a250810c4affe
SHA1: a4b091aaaa7ab77897c73da67a71bc8de4eaefb7
MD5sum: 0b223ac069615a5100390da1bfa1ba5c
Description: debug symbols for postgresql-13-prioritize
Build-Ids: ba073263a6f4fe0c3a7433534d59ad7280f6f1ae
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-q3c
Source: postgresql-q3c
Version: 2.0.1-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3492
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-13-q3c_2.0.1-4.pgdg+2_arm64.deb
Size: 148828
SHA256: a683d3156ebbce98059daeab08194476a90292aee00d1b4a92ecd05501355d21
SHA1: f93f0a1078c34eae3db3a4778f525005c284362c
MD5sum: 23a3289cb200dcea64f8cb61e997fb2b
Description: PostgreSQL 13 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.1-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-13-q3c (= 2.0.1-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-13-q3c-dbgsym_2.0.1-4.pgdg+2_arm64.deb
Size: 83396
SHA256: b8de4767485fec654a931309ca2c1a98ba760a1d48ced94faf404d2919afa934
SHA1: efc3b7b53c6052f64388856dbe3c578c763e7c1f
MD5sum: 0fe8e28c5ef937228a3f307609cde6b9
Description: debug symbols for postgresql-13-q3c
Build-Ids: dde56e300c83b74be3a03ed6377135b4f1294f86
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-rational
Source: pg-rational
Version: 0.0.2-7.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-13-rational_0.0.2-7.pgdg+2_arm64.deb
Size: 25796
SHA256: dc0a4485c23206fee79080c246be8fee489d0187f262d13cd01410bbdb106556
SHA1: 921a85311f35e5742d7d022fea37615f32ee0e76
MD5sum: 7633d08e1afd8e4c090d7e404d578413
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-rational-dbgsym
Source: pg-rational
Version: 0.0.2-7.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-13-rational (= 0.0.2-7.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-13-rational-dbgsym_0.0.2-7.pgdg+2_arm64.deb
Size: 19972
SHA256: 5b5c30a2b1db442035a2058e663112d0c9226af19e0a2b2bceba974f50ba1b28
SHA1: b25ecded7ffd3b588ec89f49a690c657c939630c
MD5sum: 06eb47c551359b2be7c5430e9023bc7e
Description: debug symbols for postgresql-13-rational
Build-Ids: 16af12d11b785c679c3578dbe1e4039c51520112
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-rdkit
Source: rdkit
Version: 202309.3-6.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1212
Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202309.3), libstdc++6 (>= 13.1), postgresql-13, postgresql-13-jit-llvm (>= 16)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-13-rdkit_202309.3-6.pgdg+2_arm64.deb
Size: 491472
SHA256: cfc0db79a93227f0e2e6ff9f9ba81a49c1049163f8346dc399ba9696e62179c8
SHA1: 748cdaa65b088a93d0d9153b7e86bfb4e1461df8
MD5sum: 7df1d4da773abcbcad4b920345d3f81f
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-rdkit-dbgsym
Source: rdkit
Version: 202309.3-6.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1176
Depends: postgresql-13-rdkit (= 202309.3-6.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-13-rdkit-dbgsym_202309.3-6.pgdg+2_arm64.deb
Size: 1114272
SHA256: 810a1cb93131d4d620737b6c6ab431e5b0ca2e9f69dfd8037f0e07e7107b9d44
SHA1: c585cb04a2819e04e51918bbddf3e415374fcca4
MD5sum: 00396207a81df336d0f3be9413a806f8
Description: debug symbols for postgresql-13-rdkit
Build-Ids: 852941d96b25d9563a8ad39ab5828145b02a2288
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-repack
Source: pg-repack
Version: 1.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 311
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-13-repack_1.5.1-1.pgdg+1_arm64.deb
Size: 106288
SHA256: 56ec6d333f4c586e9c4d07aecb52a62876977760764e4f916b555805e76b21ab
SHA1: 059f816ca83bfd016f2f34a376a72861e83a749d
MD5sum: 822760e294b8a6a0990031999009a328
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 13.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-repack-dbgsym
Source: pg-repack
Version: 1.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: postgresql-13-repack (= 1.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-13-repack-dbgsym_1.5.1-1.pgdg+1_arm64.deb
Size: 116824
SHA256: 90a8ce5f288807920d73ca4577f8dd42ca254c7d34380f51bee755aa605f22f7
SHA1: 586cb3116f628e5f69292ba8ca801dcbbda0467f
MD5sum: 664d336f53d3b0b235d68a0bbcb7e644
Description: debug symbols for postgresql-13-repack
Build-Ids: 11f4a2b47351ba93bcaeb116b0b191b176e61846 b27b936cb7fe6ce92893c0586d045ace5dd5ef94
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.4-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 727
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-13-roaringbitmap_0.5.4-3.pgdg+2_arm64.deb
Size: 299968
SHA256: 1711d493c5beaa208345fcbd9c1a0ba4d283d4dff61749dd0216c76bd1ce33b0
SHA1: ef8aaee03dc3a4753b283cd7f08c51d8c8e74e87
MD5sum: 019279e42c92646d29410ba0598f7113
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.4-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 373
Depends: postgresql-13-roaringbitmap (= 0.5.4-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-13-roaringbitmap-dbgsym_0.5.4-3.pgdg+2_arm64.deb
Size: 341716
SHA256: a06aee949830b8d9767d28fc418172a3bd838118239fc1704d143a4686100324
SHA1: 3e28ad815f0aa2776fb44786bd9fa7b7ac7723e3
MD5sum: 2f7e5edf0bfb1ad4963f05988c633e7d
Description: debug symbols for postgresql-13-roaringbitmap
Build-Ids: 6dd8786bf20dd520e7b8fe5a91f2ef81ca9bf85f
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-rum
Source: postgresql-rum
Version: 1.3.13-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 953
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-13-rum_1.3.13-3.pgdg+2_arm64.deb
Size: 381996
SHA256: 8c183fd4fca8311d390d517035dbf0ac8f517842518947de0fb05835dddcdfa2
SHA1: 83a3bda95dad9a8a31dd91534865d52b734b5c1b
MD5sum: d79bc6a21771344ad1cac2fe04d7ada4
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-rum-dbgsym
Source: postgresql-rum
Version: 1.3.13-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 348
Depends: postgresql-13-rum (= 1.3.13-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-13-rum-dbgsym_1.3.13-3.pgdg+2_arm64.deb
Size: 308204
SHA256: a0df18ddce19e5101cd623d35e311d3922ec4d728ac5692e9b999d457d75b8d2
SHA1: 32053636b8355b07ba55aa2565aaedaf46d7a328
MD5sum: e8bef667b2c767b57e3e9cc9946961f6
Description: debug symbols for postgresql-13-rum
Build-Ids: 7461c946e11d9dcc174a9c168c536158ca0f5a58
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-semver
Source: postgresql-semver
Version: 0.40.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-13-semver_0.40.0-2.pgdg+2_arm64.deb
Size: 40568
SHA256: 731a2c06a006e0d5696a5b8b25f14a408a48148387830b039a0a56b54ce4e04f
SHA1: ed9bcb37994d500a0df9a532be3a0a4a3f22181c
MD5sum: 36a42429585e64c570bf71362c352b85
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-semver-dbgsym
Source: postgresql-semver
Version: 0.40.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-13-semver (= 0.40.0-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-13-semver-dbgsym_0.40.0-2.pgdg+2_arm64.deb
Size: 20256
SHA256: a286c01702906fb1f105510003d94ed622a599964c284ef3fe28a3631ad3156e
SHA1: 83c560bedfd351a2cd0f49582f265e91da726393
MD5sum: 0b0da9c0c9246b5ad41c66e60cbfd8ad
Description: debug symbols for postgresql-13-semver
Build-Ids: b495b1e57fdbc5d221d16504e37ad38f9946bbf4
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-set-user
Source: postgresql-set-user
Version: 4.1.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-13-set-user_4.1.0-1.pgdg+2_arm64.deb
Size: 38660
SHA256: 694bdde21845c9c40994d961de870af0cdd7bfce3cc3a13bcfe6f0b09944218a
SHA1: 8e8cf7eb5747fe530ebebd401a0f51ed47d7ecd4
MD5sum: 265f7c11e5525a57e58ead675ad842b0
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-set-user-dbgsym
Source: postgresql-set-user
Version: 4.1.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-13-set-user (= 4.1.0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-13-set-user-dbgsym_4.1.0-1.pgdg+2_arm64.deb
Size: 39352
SHA256: 073a422ceb0768e7340e219b5c7123c8105a0ca7588565b28b1c9ebbd6fa7667
SHA1: 403cd78afd7bd5934052c5c35b8f3bba966155ae
MD5sum: d760b0a0d4210d3c33b437fc9e7b2306
Description: debug symbols for postgresql-13-set-user
Build-Ids: 3773618aecc0fa77d2e60b4cd76c686bf9b0d558
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-show-plans
Source: pg-show-plans
Version: 2.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-13-show-plans_2.1.2-2.pgdg+1_arm64.deb
Size: 26592
SHA256: 4e12c78462afb79ea7e1947697643f00904a105bb5a05a9bc1747e24938ecd5a
SHA1: 5fc0ad18f898d37ec74e89e11404fb0f4eaa74ae
MD5sum: 53fc5151b8032f3d58a35abd7c219d59
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-13-show-plans (= 2.1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-13-show-plans-dbgsym_2.1.2-2.pgdg+1_arm64.deb
Size: 34992
SHA256: b83579c38cdb02049a5067ac8e043961af824c3cb328f83947aa6a42962603db
SHA1: a1eb773f6bb5eadd934287e090c57d7f9f477861
MD5sum: 0a97b81c43ae98dbe06d3759e8dccf71
Description: debug symbols for postgresql-13-show-plans
Build-Ids: 5f3fa19e2c312c49f30658859c77adc832381c1f
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-similarity
Source: pg-similarity
Version: 1.0-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 385
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-13-similarity_1.0-8.pgdg+2_arm64.deb
Size: 105372
SHA256: 8de489874436a89fec61940493d410760ce8f5eeebd165e8b6791d29b5372f33
SHA1: ffb66b9b55ab0865eabdd092014652d5e43e0cdb
MD5sum: 2abda5d46a62e8943bfb2dacfb3b46ab
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-similarity-dbgsym
Source: pg-similarity
Version: 1.0-8.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-13-similarity (= 1.0-8.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-13-similarity-dbgsym_1.0-8.pgdg+2_arm64.deb
Size: 61612
SHA256: 88c9fd20fc556a20d46444c0e634eead14d054ef6e42b6726e3df6a0cfae3e9d
SHA1: d91eca3a15f537352695832e921bf36de62ada03
MD5sum: 4b27fcb6a6d383502f82dd95be480edd
Description: debug symbols for postgresql-13-similarity
Build-Ids: 26c129f4795694e3ae1e869b2b9169ccc180da78
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-slony1-2
Source: slony1-2
Version: 2.2.11-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-13, libc6 (>= 2.17)
Suggests: slony1-2-bin
Provides: postgresql-13-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-13-slony1-2_2.2.11-6.pgdg+1_arm64.deb
Size: 18524
SHA256: 83922c2277e3de5d7b7f3a168137e1fa98c2a4488680012260fb68997b8ad1e1
SHA1: 72658f71715693c1c28fe56c6df31979dc3347e4
MD5sum: cb8595e3e5871a9fc086ab7fa2b5460d
Description: replication system for PostgreSQL: PostgreSQL 13 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
 13 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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.11-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-13-slony1-2 (= 2.2.11-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-13-slony1-2-dbgsym_2.2.11-6.pgdg+1_arm64.deb
Size: 61668
SHA256: c7b5c3e1c2443f9f8ab9e307a3c1232519172bfd18b30063b3ed3949e4a91339
SHA1: 7f87a90e3340ef78139279f9304b14d6ca054337
MD5sum: 5ca956be3a4924f31f17c4a50f4f0237
Description: debug symbols for postgresql-13-slony1-2
Build-Ids: aca8bb519c9c031b84ed50ecb6af4c8e5b89b5fc
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-snakeoil
Source: pg-snakeoil
Version: 1.4-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17), libclamav12 (>= 1.2.1)
Recommends: clamav-freshclam | clamav-data
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-13-snakeoil_1.4-2.pgdg+2_arm64.deb
Size: 17976
SHA256: 0dcd82c70a6615214eb1e032d5fac75d129974af51a502ce476f3cc951cb6b9a
SHA1: fd0588c2716ed34b8154f16f5d4c38e95e94775c
MD5sum: bb4cad8f761653763689c8cd5218ff57
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.4-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-13-snakeoil (= 1.4-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-13-snakeoil-dbgsym_1.4-2.pgdg+2_arm64.deb
Size: 14676
SHA256: ce7ea359268e1c7e344ce2c22544a8b2cfbb27f4b84fee9d5d0b714a82e14b27
SHA1: 89a1749126ff10b3a66ffb8499b71d592b652a10
MD5sum: a53989bd81742b7f60eaaf10e8401993
Description: debug symbols for postgresql-13-snakeoil
Build-Ids: f15b106e594020e8efef186f8a8812338e79e8e9
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-squeeze
Source: pg-squeeze
Version: 1.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 371
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-13-squeeze_1.7.0-1.pgdg+1_arm64.deb
Size: 145436
SHA256: cb4b630167dd2add8a9e0a4bdb461a1716b500f1f6e20044a9a4f97ada868c66
SHA1: 0cfc9887f4dca6f809aff05484c2b08ede811c5f
MD5sum: 0ff5230f20a543a16b6d849aa65d3dba
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-squeeze-dbgsym
Source: pg-squeeze
Version: 1.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: postgresql-13-squeeze (= 1.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-13-squeeze-dbgsym_1.7.0-1.pgdg+1_arm64.deb
Size: 140908
SHA256: 72a5335c24c1b83604870c9e51c8a20455d593abc24b973aa24fdd9d0d1fbcbe
SHA1: 90f2d26ca10ba70a3957c792ef97b1f526859586
MD5sum: 7acae0d2e41c6d28cb74b4a58dd44e6b
Description: debug symbols for postgresql-13-squeeze
Build-Ids: e48a248ebf584a30c4064629be57ba43775baa7f
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-statviz
Source: pg-statviz
Version: 0.7-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-13
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-13-statviz_0.7-3.pgdg+1_all.deb
Size: 9408
SHA256: c7b6f3341ca944d5219f4ffa3c5737449ab2061e11cb8554beeebc677e72a5b6
SHA1: c50d3b20b8bce4d0335a79cb6a4b00f87d478478
MD5sum: e2df4d089c4a690cf9632320ae56fb29
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-tablelog
Source: tablelog
Version: 0.6.4-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-13-tablelog_0.6.4-3.pgdg+2_arm64.deb
Size: 49656
SHA256: d6c22f150bc6efd11926e6f23ca670673aad90332c88cca69571c5d4e42d2748
SHA1: ef922db6debc29770fffb3adac2c8b558b801420
MD5sum: 6f9bd8c30dc3aa93f3517be8c4516e57
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-tablelog-dbgsym
Source: tablelog
Version: 0.6.4-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-13-tablelog (= 0.6.4-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-13-tablelog-dbgsym_0.6.4-3.pgdg+2_arm64.deb
Size: 39864
SHA256: 3ad69cb448422e521236c2509e96cba337ab924c230bba8efa66f4062cfc8b27
SHA1: 5c44b88b754544f4b8bd4330c23ef6d6a1a0dfef
MD5sum: 410e3ae5acaab0f83e64022affd394d2
Description: debug symbols for postgresql-13-tablelog
Build-Ids: c52efbc3f2412c503aebf92002852a9bddfbe0a7
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-tdigest
Source: tdigest
Version: 1.4.1-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 188
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-13-tdigest_1.4.1-2.pgdg+2_arm64.deb
Size: 67232
SHA256: 945887d92d4abe7697066fe47e50ea4b1ab80d08990f02762c3a3e3876dea77a
SHA1: a9f1021e64268aedf155d1103732671c328923cb
MD5sum: dfaa25f9418ac77fd08d8d8e99685d7a
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-tdigest-dbgsym
Source: tdigest
Version: 1.4.1-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-13-tdigest (= 1.4.1-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-13-tdigest-dbgsym_1.4.1-2.pgdg+2_arm64.deb
Size: 49848
SHA256: 0497c08ad46e6b8b239aa0dd97605913f31189e480b825132b915bd0388f799b
SHA1: d0d18f67438d7aaa5d61fe4aece0e25f968bf409
MD5sum: 473fa15c1ade2bb3f6f1e2d4263ff773
Description: debug symbols for postgresql-13-tdigest
Build-Ids: f58a0912c8a0c43cf04302ee7f4b0e94d44858c8
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-tds-fdw
Source: tds-fdw
Version: 2.0.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 328
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-13-tds-fdw_2.0.4-1.pgdg+2_arm64.deb
Size: 131696
SHA256: a1c6fdf4f886fdad94c973ba17611fe83c4237cbf3f66ae68cc707d540cec07a
SHA1: 55d58928ddaf10baccc841c42478e6c2f0f1299b
MD5sum: 073ac6a25a605def8bb0b84a22f9b7eb
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-13-tds-fdw (= 2.0.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-13-tds-fdw-dbgsym_2.0.4-1.pgdg+2_arm64.deb
Size: 136252
SHA256: 724d2600d4d6e5502564a956dcdbb04038901412a4f00a6dc630cd330a5128a3
SHA1: b5f4d9a1736655eeb58556e9ae81f2ffbd44b525
MD5sum: e29e2536e1e3ac7218e15d83cc67924e
Description: debug symbols for postgresql-13-tds-fdw
Build-Ids: a95111c4c90b8ef7876c16bccc67591533eb2394
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-toastinfo
Source: toastinfo
Version: 1.5-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-13-toastinfo_1.5-2.pgdg+2_arm64.deb
Size: 12984
SHA256: 604b022f0f5c3d79cf412714a93c2ff0dd731e8b08c26f6f022dc53158a91cba
SHA1: cf0ddbfa287e83fa4d8daeeca1b093199ab1b016
MD5sum: 0020bb8fe71d5d6b8cbc7be4fa9451d7
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-toastinfo-dbgsym
Source: toastinfo
Version: 1.5-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24
Depends: postgresql-13-toastinfo (= 1.5-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-13-toastinfo-dbgsym_1.5-2.pgdg+2_arm64.deb
Size: 10564
SHA256: cb2629775b76ac3c6a4d5d69e99abd2b277786550413ee523ed089201c243e65
SHA1: e84e6a23cd65fe519739a600a12fda1f585c33bd
MD5sum: 97794790104bde75ce9300bcdceb5d50
Description: debug symbols for postgresql-13-toastinfo
Build-Ids: 247744b89d98640d3e482e9164b3c23e70ca7e18
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-unit
Source: postgresql-unit
Version: 7.9-1.pgdg+2
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 504
Depends: libc6 (>= 2.38), postgresql-13, postgresql-13-jit-llvm (>= 16)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-13-unit_7.9-1.pgdg+2_arm64.deb
Size: 136368
SHA256: e5c838abc6a302e0c806041a7770bc6609175de36698f72383f007c582d710a7
SHA1: 085e48040175f6eb90ebd5dcec7c473aad669404
MD5sum: b22412607d7d89c621d261119a76ef70
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-unit-dbgsym
Source: postgresql-unit
Version: 7.9-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 81
Depends: postgresql-13-unit (= 7.9-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-13-unit-dbgsym_7.9-1.pgdg+2_arm64.deb
Size: 59060
SHA256: 986b4bac449891ec4be8a2541bc6849225af0fbb47ef0a98ac0152132998eda6
SHA1: c74f90be3cff3f194fde4b138a6e78ecb7404e1a
MD5sum: 50c91722c8d4f4f5205a2337af519dc2
Description: debug symbols for postgresql-13-unit
Build-Ids: 4ccdcc8ab574f491ffcf0a1f920b429f83a67594
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-wal2json
Source: wal2json
Version: 2.6-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 156
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-13-wal2json_2.6-2.pgdg+2_arm64.deb
Size: 62428
SHA256: d673fce995b06da2557f9659b94c0b650370652ebb1a66be25df4b0603adde9f
SHA1: fd453730eebf4d673a1182883c247e1a82cc5d8d
MD5sum: cc5562cff102efbc529cc35cc1138df9
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-13-wal2json-dbgsym
Source: wal2json
Version: 2.6-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-13-wal2json (= 2.6-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-13-wal2json-dbgsym_2.6-2.pgdg+2_arm64.deb
Size: 60364
SHA256: 526a7f633bedf2259a38f1cbf1a9b7e17234dec52741e9fd28ffcbfe5dccadf9
SHA1: 22beab0fa151dd5b786ef9139c7e0e2ae6545ec8
MD5sum: 506dc2702481014b622f5bb0d465b10e
Description: debug symbols for postgresql-13-wal2json
Build-Ids: b2925a7add6dfde46a26e87c3164a49a35c38d71
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-asn1oid
Source: pgsql-asn1oid
Version: 1.6-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-14-asn1oid_1.6-2.pgdg+2_arm64.deb
Size: 13252
SHA256: 7bacf00562b2079663da841cc2d0bd32422b6041bbda4e03a7ec9f90c875648b
SHA1: c2eb8fe6f64a75e890574083488771d3e2e739e7
MD5sum: 4b965768028e10f455b58cd26eaf68b5
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 14.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.6-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-14-asn1oid (= 1.6-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-14-asn1oid-dbgsym_1.6-2.pgdg+2_arm64.deb
Size: 8196
SHA256: a7a0b2ffaa0fda55c1e3cf1ca630bcaeec76860a5ee3727adeadad1e009d18f2
SHA1: bb8ca59f4af80da781e159c29def8bb0df6ea1cc
MD5sum: 333a0cefd57b1ff6303593a7a4901d03
Description: debug symbols for postgresql-14-asn1oid
Build-Ids: f934bf0486c08484c8db38856d14911fc71d367e
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-auto-failover
Source: pg-auto-failover
Version: 2.1-3.pgdg+2
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1177
Depends: pg-auto-failover-cli (>= 2.1-3.pgdg+2), postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38), libpq5 (>= 8.4~)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-14-auto-failover_2.1-3.pgdg+2_arm64.deb
Size: 407508
SHA256: 411d5350756afe976284801ef46da54a4aad705475b634c49ecfd66b184f1206
SHA1: 74b13ba584067f31aaf1ac1d67f6a0c2e49098da
MD5sum: 26b800ff1b326428fca57c36af9d2fa9
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.1-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 169
Depends: postgresql-14-auto-failover (= 2.1-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-14-auto-failover-dbgsym_2.1-3.pgdg+2_arm64.deb
Size: 145624
SHA256: 8fab7b8752a8746945e4a4dc40a2736d21b24662658ea686d2672983cda18efe
SHA1: 31252fc6c74e88b6b5b705d84c724da1c64dba25
MD5sum: 1d2abcff8e924f28f0f56c823947c59c
Description: debug symbols for postgresql-14-auto-failover
Build-Ids: a7f15098b010d4078b8b9279940f5adbc12fc890
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.7-3.pgdg+2
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 97
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-14-bgw-replstatus_1.0.7-3.pgdg+2_arm64.deb
Size: 15812
SHA256: a498ec8eed23e7e150455d363436ce1c199c0ffaaae7a4b3824f5f84ddfd1a2e
SHA1: 62dc38fb44e0f53ace000f377f4194e9985c1af4
MD5sum: ca239392328a7de2bd126cc6f044e8aa
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.7-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 23
Depends: postgresql-14-bgw-replstatus (= 1.0.7-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-14-bgw-replstatus-dbgsym_1.0.7-3.pgdg+2_arm64.deb
Size: 8324
SHA256: 1119124e7022c453da54d5232ff0949bed5eec40beb3868b63230e40adaefa19
SHA1: 17d55d0a6e5205f3d354f9449cf7f6ac1e90bfc2
MD5sum: 87ed32c524cfcf51aa32fb254b05874d
Description: debug symbols for postgresql-14-bgw-replstatus
Build-Ids: b71df19700246e9d7635f76d9454561ed457387a
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-credcheck
Source: credcheck
Version: 2.8-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-14-credcheck_2.8-2.pgdg+1_arm64.deb
Size: 70764
SHA256: bc0480ef4ffbcc4498f139afba991a435fb4e0c13886f2bf956874782fe5c5ab
SHA1: f88f380e7d089f45632ec95a2560ba703f159a4a
MD5sum: fab5fdb409111d11467ea9ad96eb97be
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-credcheck-dbgsym
Source: credcheck
Version: 2.8-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-14-credcheck (= 2.8-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-14-credcheck-dbgsym_2.8-2.pgdg+1_arm64.deb
Size: 68684
SHA256: 7d5324c5fb14bc00a7433839f5df2ac2f8a89e10646375a1c514adacf62021e6
SHA1: 88deb3d292e12c2582a1d5028bda5492fbdc15a9
MD5sum: 12f245cea5fedb3f00eebea01aab8647
Description: debug symbols for postgresql-14-credcheck
Build-Ids: 48d82d9f0c7440b01eaad62804766012d42bad3a
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-cron
Source: pg-cron
Version: 1.6.4-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 310
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-14-cron_1.6.4-2.pgdg+2_arm64.deb
Size: 107508
SHA256: 5ea6c93553118c58ab6ba30d710a8cf8ffc39f96c191cdf0119c2017f34190e5
SHA1: e5dfd65390de7bd9c50a6a20e040ea1d948234d2
MD5sum: d0a9382b463b2c83d30f22fb731935c2
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-cron-dbgsym
Source: pg-cron
Version: 1.6.4-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-14-cron (= 1.6.4-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-14-cron-dbgsym_1.6.4-2.pgdg+2_arm64.deb
Size: 110612
SHA256: 798de6333b53db20ca26221cf5c775aae9b5b8dcfecbce26d09d3f9d3719e3c8
SHA1: d8b69b9b997631712797e75d5672f26dbf31f911
MD5sum: a0e8c63aca57a593684f792037b58e04
Description: debug symbols for postgresql-14-cron
Build-Ids: e1dd2bb8109a4762dde9685b99740f83b7d89556
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-debversion
Source: postgresql-debversion
Version: 1.2.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libapt-pkg6.0t64 (>= 0.8.0), libc6 (>= 2.17)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-14-debversion_1.2.0-1.pgdg+2_arm64.deb
Size: 14176
SHA256: f3ef624e59cfd2c8fcc5d00eb7f6ce8a90c86addcb6a2099975eda9947ab05a8
SHA1: 9d65e0c5cc3fb0331b6248a256bf76c9b89efb49
MD5sum: 956ecfd7d9ade4642a24054c85b8ff1a
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()
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-debversion-dbgsym
Source: postgresql-debversion
Version: 1.2.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: postgresql-14-debversion (= 1.2.0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-14-debversion-dbgsym_1.2.0-1.pgdg+2_arm64.deb
Size: 18444
SHA256: 821802ef4de0ec4c59d0edbbdd29d57ddaba62a73533dbe217c3e3cf86892935
SHA1: 5dc06c17cb2dea9c5cb8d66f55e2000172af9976
MD5sum: 0eb96e33373b84ad45e073337aab1b02
Description: debug symbols for postgresql-14-debversion
Build-Ids: b207431f68de55bf3a3494a8cecf3f1ca802c630
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-dirtyread
Source: pg-dirtyread
Version: 2.7-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-14-dirtyread_2.7-2.pgdg+2_arm64.deb
Size: 25772
SHA256: 61ac472743b5f4277ffef80bfd474f30897cd8c1bd22b4de3ccf782cf25c6214
SHA1: 760714408afeaf33cf1f607604996f68d5316990
MD5sum: e18683ca4a078de807e4d6ec966a95b3
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.7-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-14-dirtyread (= 2.7-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-14-dirtyread-dbgsym_2.7-2.pgdg+2_arm64.deb
Size: 32780
SHA256: e46860fbeb763dcbe59e66bd02d6db8094baa0323d78a4a99bc49ec990996284
SHA1: 48b194658a9538fce0e6460c2062529b7ab4c249
MD5sum: 0d16e67fb898b367fdd94aee3de65b04
Description: debug symbols for postgresql-14-dirtyread
Build-Ids: e127fbb6861d397d18a11928ebbb87ba822f2952
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-extra-window-functions
Source: extra-window-functions
Version: 1.0-6.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-14-extra-window-functions_1.0-6.pgdg+2_arm64.deb
Size: 16540
SHA256: c0c64459a6b1449d134aeb5c47fe143b150ae2a655780a9e3b90875eab8ac6c3
SHA1: 841b96e3f26779ffddb3a71b0450c42cdbeb6fbb
MD5sum: a6ee554e052f5588694756d5284d6634
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-6.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-14-extra-window-functions (= 1.0-6.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-14-extra-window-functions-dbgsym_1.0-6.pgdg+2_arm64.deb
Size: 9516
SHA256: c9e952bc47d4512a3d6596e7959c81db39a6affcbb391611aa2da85fa82e918e
SHA1: 4c11c056e51345828b7be076681f92efa3701f1f
MD5sum: 1cc2ddb90df47a703adfdb599b712d07
Description: debug symbols for postgresql-14-extra-window-functions
Build-Ids: cecc1666b7a0879c83351fc26cf6eb1bb9c64ba5
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16)
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-14-first-last-agg_0.1.4-4-gd63ea3b-8.pgdg+2_arm64.deb
Size: 8860
SHA256: a928336a8ba29ebf77ba74e88d006283871ae691fc761a3b7430033005cdf492
SHA1: dac82b5d727f4a487eae79a2f6f07faa77a4422d
MD5sum: 6c241c3d928b65d2bc80004249f7ddc5
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-8.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-14-first-last-agg (= 0.1.4-4-gd63ea3b-8.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-14-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-8.pgdg+2_arm64.deb
Size: 3960
SHA256: 1e9cd97e4a5b873826bf93dd8a46b01023e8c75f2c5f3bb73e8f3db7373b0973
SHA1: 5600b66fa562ac71c05c1bb9c5eec5fd54be80f1
MD5sum: 650561e3ab245a93efc76c99c8747b93
Description: debug symbols for postgresql-14-first-last-agg
Build-Ids: 1752923cfbfe9fbaa8f554a4110e17cdc4711e68
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-h3
Source: h3-pg
Version: 4.1.3-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 440
Depends: postgresql-14, libc6 (>= 2.17), libh3-1 (>= 4.1.0)
Homepage: https://github.com/zachasme/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-14-h3_4.1.3-4.pgdg+1_arm64.deb
Size: 47592
SHA256: 7c98b3c98cc48dcc5485b8014647f31f18c70fe18e5fe13ea6cc427754f87c52
SHA1: c8eebc1e74c6dbbfb243ab35a734cf20564446e1
MD5sum: 77dce4fa32e5eeaed6d7ed3c97f7614c
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 14 extension.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-h3-dbgsym
Source: h3-pg
Version: 4.1.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: postgresql-14-h3 (= 4.1.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-14-h3-dbgsym_4.1.3-4.pgdg+1_arm64.deb
Size: 97688
SHA256: 524fafc96585db394f6996e3ad476004a9152337ee5df0c67fb0c70a5d412d13
SHA1: 352e2ed87d1b15ee943eeb22b33a85f61a72e4ed
MD5sum: 7040801e615ee6f9fec0127d9a104205
Description: debug symbols for postgresql-14-h3
Build-Ids: 7371a34985ede6aeb27f4e76d8920b51674610e0 9e84a9351a0e36731e49cd80110ba53c9e574c40
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-hll
Source: postgresql-hll
Version: 2.18-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 216
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-14-hll_2.18-2.pgdg+2_arm64.deb
Size: 84956
SHA256: 9c69b1242ef66e31bfcc6ee8642b1dcba304351d3775dd43f5db9049898338fc
SHA1: 39485e828e619acbf26a882891921954b302d082
MD5sum: 2866d29cf0691c695dbf319c8928ec48
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-hll-dbgsym
Source: postgresql-hll
Version: 2.18-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: postgresql-14-hll (= 2.18-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-14-hll-dbgsym_2.18-2.pgdg+2_arm64.deb
Size: 90896
SHA256: 8dbdacfc466ad6f88b0d9c02ac284a50646a4a827c23e4a5b6aefebadd4d4c69
SHA1: 8b80683818ceaf8faeb83f27721272612e83f0a6
MD5sum: 6e0004598d48a479c0799f7e21183296
Description: debug symbols for postgresql-14-hll
Build-Ids: b1424c428e83b138ed011b44260b9abb179118b4
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-http
Source: pgsql-http
Version: 1.6.0-5.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-14-http_1.6.0-5.pgdg+2_arm64.deb
Size: 48224
SHA256: d0e6361d6cf3f391d9ab30aee7b612706726a4ef1415843e222574362279a580
SHA1: 1bc41d425cf4f082a9064f752080acde3317400a
MD5sum: 2f9627c3b88c205b10c321199891fcb1
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-http-dbgsym
Source: pgsql-http
Version: 1.6.0-5.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-14-http (= 1.6.0-5.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-14-http-dbgsym_1.6.0-5.pgdg+2_arm64.deb
Size: 58644
SHA256: 5521fb6cd15a10d33390bdfeca3a170436db4548b5385b3cb74244412baeff42
SHA1: 4706c1123af6b9485ddf964267729e37f76b02b3
MD5sum: d44e536490dc6be2d57fd559ea7807f1
Description: debug symbols for postgresql-14-http
Build-Ids: 57713db4e3e045333773f2ee7daa3155a72184da
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-hypopg
Source: hypopg
Version: 1.4.1-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 196
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-14-hypopg_1.4.1-2.pgdg+2_arm64.deb
Size: 76648
SHA256: ccedc65757bb0be82f1d833a0b198af4af3a433d3f32740ab29415c96df28e37
SHA1: 56844265959728f7230c0eec618567d68d051c2a
MD5sum: 780c22992bf2b91a075829e8a7688eca
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-hypopg-dbgsym
Source: hypopg
Version: 1.4.1-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-14-hypopg (= 1.4.1-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-14-hypopg-dbgsym_1.4.1-2.pgdg+2_arm64.deb
Size: 95084
SHA256: 34bffcb9f922b513cccf552cb20e2b6cb41f573443e34cd61689eb1798019c92
SHA1: 129497803c1646ccaa436122b51ac87cb08032c3
MD5sum: c64c220f7c3d41e668bcfd0da20bf0a2
Description: debug symbols for postgresql-14-hypopg
Build-Ids: 89448c78c9007580968a61402abdd7b940633a63
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-icu-ext
Source: icu-ext
Version: 1.9.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 283
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17), libicu72 (>= 72.1~rc-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-14-icu-ext_1.9.0-1.pgdg+2_arm64.deb
Size: 106652
SHA256: 109928d076dff559b12d75d7a3f699daa84f85bec2963d2d62c1001978659661
SHA1: ea12c60f1a58d38c77a03e2444b5c34dc19f4e07
MD5sum: 1f8363ea4116f9a4dbc61790933fab64
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-icu-ext-dbgsym
Source: icu-ext
Version: 1.9.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-14-icu-ext (= 1.9.0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-14-icu-ext-dbgsym_1.9.0-1.pgdg+2_arm64.deb
Size: 87972
SHA256: a748d8ea82284caea7e593bfbeb76873fc3411ae9a70415d8775ea3d2dd54937
SHA1: a78e92dcf85766b79bf6dd805fcbefa927ee31da
MD5sum: 5da0f33a288a822f0ba88bf27b8413e5
Description: debug symbols for postgresql-14-icu-ext
Build-Ids: c22b97f3fed9a1d2e319c6b46ffc8a33eafba938
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-ip4r
Source: ip4r
Version: 2.4.2-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 603
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-14-ip4r_2.4.2-3.pgdg+2_arm64.deb
Size: 197068
SHA256: 0d9be52131d1eb43525e7381fdeb647bc370ddd1d2b887365a9763a54be2f981
SHA1: 94f1b693207a6dc9a0b4eb4deaf0fbfbbdb7ac82
MD5sum: df41d8ff1e06bd388a4dd6177b4981cf
Description: IPv4 and IPv6 types for PostgreSQL 14
 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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-ip4r-dbgsym
Source: ip4r
Version: 2.4.2-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 214
Depends: postgresql-14-ip4r (= 2.4.2-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-14-ip4r-dbgsym_2.4.2-3.pgdg+2_arm64.deb
Size: 177528
SHA256: 264087464b9b9eb43340b59cb5622bee99e32035fdc898a5c051c0837c8e2440
SHA1: 2ff88a482338300b9732be72e1121c5603acf8c8
MD5sum: 37293f333ad3dc0a49bc826a0e639b6f
Description: debug symbols for postgresql-14-ip4r
Build-Ids: 87d4f2d20c76f6bc28ebe65a2cdb75651a059ed7
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-jsquery
Source: jsquery
Version: 1.2-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 363
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-14-jsquery_1.2-2.pgdg+2_arm64.deb
Size: 139624
SHA256: e994460fd1ae50ef3a74ecf8babcd2d0af6bf2c5a4d67e9df41c1f9fd2f763fc
SHA1: 873c969572aa424dc52cb5759bf311e22206bdfe
MD5sum: 273b9c7bd628d983801b889728ba2325
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-jsquery-dbgsym
Source: jsquery
Version: 1.2-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-14-jsquery (= 1.2-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-14-jsquery-dbgsym_1.2-2.pgdg+2_arm64.deb
Size: 98164
SHA256: 22c8d42062d37ed875155eda58c78f011d4c92d7028e281fbb35d427879d9ab1
SHA1: 44729b420e9c19717b59795db677382d7d9dace5
MD5sum: a429f58866c539bd0e07d02f66ee08ae
Description: debug symbols for postgresql-14-jsquery
Build-Ids: 88e1298d4ecbadc7b3052c3d85aa38c7c66e50be
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-londiste-sql
Source: londiste-sql
Version: 3.8-6.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-14-pgq-node, postgresql-14
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-14-londiste-sql_3.8-6.pgdg+1_all.deb
Size: 20672
SHA256: a0ff900054c9880a9a546e8e8e43544ddd1a609711d3b546b4b8faaa6e6c11ab
SHA1: 3d82cfd6e8b69fdb885aa648575c71f512429089
MD5sum: 907b43e3e15fcd2da33f2bd2d0d083f8
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-mimeo
Source: mimeo
Version: 1.5.1-19.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4485
Depends: postgresql-contrib-14, postgresql-14
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-14-mimeo_1.5.1-19.pgdg+1_all.deb
Size: 128616
SHA256: c0b3b65c380c9b39893579572ba0f494392cea5efcd240b63916c1f2db098bd4
SHA1: da4adec4084d60f910fda61c657b5a372f4335ce
MD5sum: 5c3ab84a3be55c56987196392ddcf0f1
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.2-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 378
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-14-mysql-fdw_2.9.2-2.pgdg+2_arm64.deb
Size: 158988
SHA256: a493a461064bebba72d76dd42dd7b87e6ec457e73136ea14a93e89a9c933b0cb
SHA1: 9686b9330a41f2d4d7f51d2906acbb9c5439dace
MD5sum: 2b12f42d304134f2413ab766efd7b745
Description: Postgres 14 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 14.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.9.2-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-14-mysql-fdw (= 2.9.2-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-14-mysql-fdw-dbgsym_2.9.2-2.pgdg+2_arm64.deb
Size: 175152
SHA256: cb46e85a02a9fafe30e983c5145057b53eaec84416a3447d8aa152344c350572
SHA1: 4bd7c05a6055a747860c96469952d01e3aa78c3a
MD5sum: f1118efba32564a4554614f0c51f2af4
Description: debug symbols for postgresql-14-mysql-fdw
Build-Ids: 8911d73f725be4e1186d2cfd5927fb104e93579e
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-numeral
Source: postgresql-numeral
Version: 1.3-7.pgdg+2
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 260
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-14-numeral_1.3-7.pgdg+2_arm64.deb
Size: 81312
SHA256: 321441ade98e5ea281f9638c78bea657b2b8711924776b2d378f75fc7bd3a646
SHA1: 4717ea87f5fb9b0458dd2e4b08287f4ecf713329
MD5sum: 0b75d845b0caaa07638d51200880978c
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-7.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 62
Depends: postgresql-14-numeral (= 1.3-7.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-14-numeral-dbgsym_1.3-7.pgdg+2_arm64.deb
Size: 40780
SHA256: d3511ad5dfbf38b599e2534dd00960e9210542a8923400486c571e122e5f52fb
SHA1: 9becd9537abced76b44332c7adf0b7a2982fb741
MD5sum: 959567999b3f347621879bd59eeb63af
Description: debug symbols for postgresql-14-numeral
Build-Ids: fc122607cabe8cf7cb8b06dc90458cfc862f5279
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.5-2.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 296
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38), libgdal35 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw_1.1.5-2.pgdg+2_arm64.deb
Size: 108272
SHA256: 68c1d547cb11921bed267eb893386d306c00c7f22e9de3eac010c9af392d12a0
SHA1: ea76bb23d8b8666f5b17a634d61816933d3cf069
MD5sum: 6164c6710eb3471a052733b94db79c3c
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.5-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 177
Depends: postgresql-14-ogr-fdw (= 1.1.5-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw-dbgsym_1.1.5-2.pgdg+2_arm64.deb
Size: 144324
SHA256: 045bc6395e67a696a45acf45c211df31ee770d467427e951d9a31f9376567563
SHA1: 195611817bf555b7c6df135b6591ff1ec71f5b38
MD5sum: bf221deb2bf1959412356dc9dca331c5
Description: debug symbols for postgresql-14-ogr-fdw
Build-Ids: db0540bdcdd55de5ac02fa8ea30bdfc9c2a25f63 feb6e895243187ec06de8abc6d97499e2b322766
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-omnidb
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-6.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17), libpq5
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-14-omnidb_3.0.0.20201026-6.pgdg+2_arm64.deb
Size: 21612
SHA256: 59c8e4f64e3300e48c7c582ffa3b785e8102a09b23f2095f694d089768863e3d
SHA1: 04f24ef7b36127739ab696428f1e9b23de088a2d
MD5sum: b5ed2f0e32412e2c29affb871fc7de57
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL omnidb_plpgsql_debugger extension for
 interactive PL/pgSQL debugging in OmniDB.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-omnidb-dbgsym
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-6.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-14-omnidb (= 3.0.0.20201026-6.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-14-omnidb-dbgsym_3.0.0.20201026-6.pgdg+2_arm64.deb
Size: 35972
SHA256: 2de60e1b484f9e65e530be9ee596c06c02b95494de3e173827f527b35d74a3ef
SHA1: ed44a37e688e3d39ab4f01e8a0537780e3f82a55
MD5sum: 04cb47ac45826f1695f78ad51e4850a0
Description: debug symbols for postgresql-14-omnidb
Build-Ids: 322943b160e9799631724fc9bd4f2d77f62fa9b7
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-oracle-fdw
Source: oracle-fdw
Version: 2.7.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: oracle-libs, postgresql-14, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-14-oracle-fdw_2.7.0-2.pgdg+1_arm64.deb
Size: 82516
SHA256: a7836fdfa5ceae34a829b6a6cc277147eb0d44d9c0dd02d72c8765a19cca1509
SHA1: 7d5a434b4dc5f189ef39879717864fffc7269eb0
MD5sum: c594f9043699c573a053154fe1758e8d
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.7.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: postgresql-14-oracle-fdw (= 2.7.0-2.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-14-oracle-fdw-dbgsym_2.7.0-2.pgdg+1_arm64.deb
Size: 187040
SHA256: 6c49c7359884538e075839eedf7ce1b9f9ccc64eb9d4ebbeb6076edd5cf038c4
SHA1: 6d3db6e6443425ffd1fc236228fa0692386c9db1
MD5sum: f555c27ec71469da268c4e8433786467
Description: debug symbols for postgresql-14-oracle-fdw
Build-Ids: 82ab0b15bb395e1e417b71a86b5da284a80f9524
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-orafce
Source: orafce
Version: 4.12.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1286
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_4.12.0-1.pgdg+1_arm64.deb
Size: 407840
SHA256: b94fcfd74a284d5350b8df53842cbcb9310164b5c4837079acd4071e54a2868a
SHA1: 8686dce34a4784c3dfbff2e750164d2d9c3839ca
MD5sum: 21cda9a288fc163fb5ed5e6e31ff280d
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 4.12.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 344
Depends: postgresql-14-orafce (= 4.12.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_4.12.0-1.pgdg+1_arm64.deb
Size: 292252
SHA256: a21a76a8e3ccd43bd8aca2218c23d609d7abc13697af1d9a73862f2a69b07fd1
SHA1: 6e7108941924c52606d609a7e2c7785c8386d1b2
MD5sum: 6d1cc84ba1e77c053ff5a994d973f895
Description: debug symbols for postgresql-14-orafce
Build-Ids: f8c989cbab76a8581909ad0f9c19fd9ec4d5468f
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-partman
Source: pg-partman
Version: 5.1.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7157
Depends: python3, python3-psycopg2, postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-14-partman_5.1.0-2.pgdg+2_arm64.deb
Size: 228972
SHA256: ae148f34ca2375389f935a0fec772747250577dd5ddbf139805157c03016c7a8
SHA1: 48e8b2e387c3b8632e372502f449133e5d776b5e
MD5sum: 25dc1dcbb50fd3a5537489ca739b583c
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-partman-dbgsym
Source: pg-partman
Version: 5.1.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-14-partman (= 5.1.0-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-14-partman-dbgsym_5.1.0-2.pgdg+2_arm64.deb
Size: 34528
SHA256: aedf2817c445e56acb0efbb01e8473cd9e45e8e70e5df4a1a8665928eeb6f0ec
SHA1: 9ff72b8baf4ddf59bf64aec50a0cb2de13b0f003
MD5sum: 38558816883d03999aa146b84aef2233
Description: debug symbols for postgresql-14-partman
Build-Ids: 0b7f176ec09caaed61d2b2d04ddc1adfaa55c3f2
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-periods
Source: postgresql-periods
Version: 1.2.3-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 598
Depends: postgresql-contrib-14, postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-14-periods_1.2.3-1.pgdg+2_arm64.deb
Size: 52492
SHA256: 3772276e1d9c6546304ce3425d561e3466a94f0e77dde8e969865e6ed50db4e4
SHA1: f39e796c0a65b32297ea95f02bb04812a243fef6
MD5sum: a88986227c46d47457a4bad715142991
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-periods-dbgsym
Source: postgresql-periods
Version: 1.2.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: postgresql-14-periods (= 1.2.3-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-14-periods-dbgsym_1.2.3-1.pgdg+2_arm64.deb
Size: 37616
SHA256: b2c77afa48e060f768ebecf27f98e110185ab8c1288eae11de23fc37311b0dbf
SHA1: e1a3f796218a25844021b1c29326b57e465b9478
MD5sum: 5f41295cccd067bfc3dce5e8038acb69
Description: debug symbols for postgresql-14-periods
Build-Ids: df6c35baef3427d8c6f5b27683169ea9b42e8b05
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.6.2-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), postgresql-14-pgaudit, libc6 (>= 2.34)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile_1.6.2-2.pgdg+2_arm64.deb
Size: 45548
SHA256: caeb91c8ad2716d1139509d8d393e58fd741fa717a20c98518d88d3c51901608
SHA1: 2420b59e2370aa0d2de067c54c1bcf1882c0d3bf
MD5sum: a6f227fd50fff1807c746b91c8bfbc61
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.6.2-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-14-pgauditlogtofile (= 1.6.2-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile-dbgsym_1.6.2-2.pgdg+2_arm64.deb
Size: 33412
SHA256: 2bb339a52665f7c17593eb87d96b3aa42fd9d14b741b288615fa6cb7aa33b641
SHA1: ccb857314147ec20c849cebf69d1841b8639771c
MD5sum: d342325b66f93e3af89a4be9cbef4eb5
Description: debug symbols for postgresql-14-pgauditlogtofile
Build-Ids: 528e320f84b6a462f754aa51a0cf18323e8d2d3e
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pg-catcheck
Source: pg-catcheck
Version: 1.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-14, libc6 (>= 2.38), libpq5 (>= 9.2~beta3)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-14-pg-catcheck_1.5.0-1.pgdg+1_arm64.deb
Size: 34352
SHA256: bec98731fe063d09ec9c03028fff18de3504eeddedabc6e91588c37d3eff952c
SHA1: 8492cdb4f3c3999a6d734f8828118002f2489272
MD5sum: 6b6bf75c45a4a47cc4ac983bebf11eae
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-14-pg-catcheck (= 1.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-14-pg-catcheck-dbgsym_1.5.0-1.pgdg+1_arm64.deb
Size: 38128
SHA256: 6eb945aafd1368db3663e5be92192edc1309e86853055bd3ada72094e5f07652
SHA1: 51eddee2a86df17f1eea4a54ed2fb1167a369092
MD5sum: bd6ada415f791746e4bc3971ab4945df
Description: debug symbols for postgresql-14-pg-catcheck
Build-Ids: 557d82a2451ebe1af7b05d2c336aa8f370f34494
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pg-checksums
Source: pg-checksums
Version: 1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: libc6 (>= 2.38), postgresql-14
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-14-pg-checksums_1.2-1.pgdg+1_arm64.deb
Size: 35108
SHA256: 2771d1b43416e3ff4fb344036a17e20db7d9d060c9d5b264ec82c20c5458b259
SHA1: 0c862c5134df84a3054a2945d3756c25b142285a
MD5sum: 3cb70d0350bf3a2f3f494f255afb6366
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-14-pg-checksums (= 1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-14-pg-checksums-dbgsym_1.2-1.pgdg+1_arm64.deb
Size: 22580
SHA256: a29cc29665260eecd8629f33ec1903bac060905ef4eb7fb12f65501d325e9aa1
SHA1: ca40b58802dfd7bef948c03bf018161aea735123
MD5sum: 7d2cd2527730d553f687a55a4b951d0c
Description: debug symbols for postgresql-14-pg-checksums
Build-Ids: 6af5fb29f9f98d767dfcbf343be865136f11b9a4
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pgextwlist
Source: pgextwlist
Version: 1.17-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-14-pgextwlist_1.17-3.pgdg+2_arm64.deb
Size: 38272
SHA256: 30f69ae98bd88b636f648e6908bff1ba51f2da49647c43f41aacd23c55f390d0
SHA1: c77464b99e6a4fe915666223e96fda84f63287d8
MD5sum: c37937947524d11786bbbddb9d704d57
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.17-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-14-pgextwlist (= 1.17-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-14-pgextwlist-dbgsym_1.17-3.pgdg+2_arm64.deb
Size: 55644
SHA256: 538b8ef72b017aceb245b2401181ff63edea3fa7d21adafb394ef7002c7721fe
SHA1: c4c471f8ea6a0088d934508d645fdd07951f874f
MD5sum: 320f34f80ab5048c7d3a234811b620e2
Description: debug symbols for postgresql-14-pgextwlist
Build-Ids: 4a9f6b032f05f4d76b75e01c3fdf1ede6acf1289
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pgfaceting
Source: pgfaceting
Version: 0.2.0-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-14-roaringbitmap, postgresql-14
Homepage: https://github.com/cybertec-postgresql/pgfaceting
Priority: optional
Section: database
Filename: pool/main/p/pgfaceting/postgresql-14-pgfaceting_0.2.0-4.pgdg+1_all.deb
Size: 9788
SHA256: e4d1830ca8558239c04eb6c65917c7b666e3bb9be3586ba43a66164f72242e8a
SHA1: b70d85a9be299acb248845916e97433a1f444c68
MD5sum: 01b5b7b80f4aea8278550c800d7621a8
Description: Faceted query acceleration for PostgreSQL using roaring bitmaps
 PostgreSQL extension to quickly calculate facet counts using inverted indexes
 built with roaring bitmaps. Requires pg_roaringbitmap to be installed.
 .
 Faceting means counting number occurrences of each value in a result set for a
 set of attributes. Typical example of faceting is a web shop where you can see
 how many items are remaining after filtering your search by red, green or
 blue, and how many when filtering by size small, medium or large.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pg-fact-loader
Source: pg-fact-loader
Version: 2.0.1-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1144
Depends: postgresql-14
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-14-pg-fact-loader_2.0.1-4.pgdg+1_arm64.deb
Size: 41440
SHA256: 068ce79a2e3a7d35cee8c16b9dbdbd8ec023770c4d2d273ee763ef5ce809651d
SHA1: 3d36e232ecff097b41e2b10818e6003714f775dd
MD5sum: 44fc4fc063f0e12784f27f89371657b5
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 14.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pg-failover-slots
Source: pg-failover-slots
Version: 1.1.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-14-pg-failover-slots_1.1.0-2.pgdg+2_arm64.deb
Size: 43600
SHA256: a51f6d3443181fb0462f25397e6d2aa3142138b336ef35e79bf7c89c2d15bbcf
SHA1: 2e4fe5696250fa25de0985bc7b5c927f1fd37bc8
MD5sum: 60e8f0735b2b94e421cbf67ba66f5689
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.1.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-14-pg-failover-slots (= 1.1.0-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-14-pg-failover-slots-dbgsym_1.1.0-2.pgdg+2_arm64.deb
Size: 40784
SHA256: 24cf4963b6c2169b899f385998d81e1b4a7a05c52bf4375a356fe8c2b2166ea3
SHA1: 16e19e8204f71e2108100c98c89cb5f52d2af062
MD5sum: dec5c9d0a1e324c317d01c60284aa1e7
Description: debug symbols for postgresql-14-pg-failover-slots
Build-Ids: 060970c8fe78fa2448d40ad407b902bf42f92a52
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pgfincore
Source: pgfincore
Version: 1.3.1-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.34)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-14-pgfincore_1.3.1-2.pgdg+2_arm64.deb
Size: 32720
SHA256: 3f6a66414f9a58772f7d8da295b1baf481f580db9ba0947d110f872cbec0c21a
SHA1: f25b0577245d7e548dc77f4abf6eaad0b032a51f
MD5sum: 29d1579c0ffe582da6e974d78e80709f
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pgfincore-dbgsym
Source: pgfincore
Version: 1.3.1-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-14-pgfincore (= 1.3.1-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-14-pgfincore-dbgsym_1.3.1-2.pgdg+2_arm64.deb
Size: 40376
SHA256: 327e1a64df4f5a3629244208693502c62b95240aa963d96b3dfa0f2da854d565
SHA1: 89c9d23bc59888190a68be1ef361f8507bc2622d
MD5sum: 9d546246c323da5af156a6f70b9d9a56
Description: debug symbols for postgresql-14-pgfincore
Build-Ids: 474520176f188556093dad8ee4b8c3ad2cbdb046
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.2.1-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1931
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-14-pgl-ddl-deploy_2.2.1-2.pgdg+2_arm64.deb
Size: 41028
SHA256: 19b74bd2e2a38841ad798e43d443aec170abbd7c34a508117e130bea397f5ae0
SHA1: 6690f95b21d5c8eefd8fb093b43a58fd12b23ff7
MD5sum: 4e3f368d4d0333de86c6d2bcacb30587
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 14.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.2.1-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-14-pgl-ddl-deploy (= 2.2.1-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-14-pgl-ddl-deploy-dbgsym_2.2.1-2.pgdg+2_arm64.deb
Size: 18464
SHA256: 954e9c6d85fdc1a475568837552556454aa1ae6f386c8b4bb36684dbbbd0a296
SHA1: c53126e5275ca4197141434e3f449ddffd0c5bc8
MD5sum: 6161e0ad4d6a8e102d63bc9824ca835a
Description: debug symbols for postgresql-14-pgl-ddl-deploy
Build-Ids: 6a601f43365f70406cb7dbbca51cd29935d07b2c 7fcf5d4d4c69520f3d885f3d3f50d8873767b124
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pglogical
Source: pglogical
Version: 2.4.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1340
Depends: libc6 (>= 2.38), libpq5 (>= 9.1~), postgresql-14, postgresql-14-jit-llvm (>= 16)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-14-pglogical_2.4.5-1.pgdg+1_arm64.deb
Size: 451012
SHA256: 5ea2304d0d674e3746c210a6d702b3edc202aac5285ea17e84ab6efe35d9b182
SHA1: 3b840d5546fe8f8bf2ce13cb3a5268984491a52b
MD5sum: af92a115ae21ef297c5842e13b37bc92
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pglogical-dbgsym
Source: pglogical
Version: 2.4.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 494
Depends: postgresql-14-pglogical (= 2.4.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-14-pglogical-dbgsym_2.4.5-1.pgdg+1_arm64.deb
Size: 426740
SHA256: d2a8076e31a0cc8a428d3362fd25a77952e3ae4dc044623b0fd35b16d8210404
SHA1: bd0d7d20fbab7d31348180a03ab5874b0a28ed83
MD5sum: 710345f9f3c416fbb3f6783009826e58
Description: debug symbols for postgresql-14-pglogical
Build-Ids: 575597fd70f5acd6f0956716a63ae41de0e7772a 5dff6a03c211cd7f1be143e2de91a51b8c59747c edff5ce10c0ae03d104a353dea9dad58e66687f9
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-14-pglogical, postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-14-pglogical-ticker_1.4.1-8.pgdg+2_arm64.deb
Size: 21748
SHA256: 0e0e76a0f1da21c5995a6ff93ff9511c4d042675937247cef3ebb1e89f12182c
SHA1: 5377503773a08fc10792c11b3cb7fc20bda8ce30
MD5sum: a535ca04e50fa3968af1ebfa84e12ddc
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 14.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-8.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-14-pglogical-ticker (= 1.4.1-8.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-14-pglogical-ticker-dbgsym_1.4.1-8.pgdg+2_arm64.deb
Size: 14612
SHA256: 79204c6bf96be16f7746f413e4ab7f4e93bdb0acecf737f555a3215eb7c49b33
SHA1: 6a859656a69dc2f83315a145a8601de9b28489cb
MD5sum: b5cb325925c0161e8f2904ce0b6f43a2
Description: debug symbols for postgresql-14-pglogical-ticker
Build-Ids: 85d2de675b9c3f13206507510cbd0865d642055c
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pgmemcache
Source: pgmemcache
Version: 2.3.0-14.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 165
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-14-pgmemcache_2.3.0-14.pgdg+2_arm64.deb
Size: 51932
SHA256: fc4a092585ffdfff35dc158be58c4bbbf4e777a7496dc78726c30cf4615ca177
SHA1: d7e5e700b1806fbb745e23f091a9e7487a44e340
MD5sum: 434ffa7be2032d1ef038a8cc8f36b862
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-14.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-14-pgmemcache (= 2.3.0-14.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-14-pgmemcache-dbgsym_2.3.0-14.pgdg+2_arm64.deb
Size: 47896
SHA256: 2f84be9d7017da40c6afb8e4e9d08ecc38a0ca5a971a7a8286a449b8d5befca1
SHA1: 4781f8ece2191c5cb53ec0ffa47ec9845c981b2e
MD5sum: 596d0e0cc9c7154354f371f4adcf08e0
Description: debug symbols for postgresql-14-pgmemcache
Build-Ids: 5a0fa8c82ad40b420748dd3d8ac8cce5da499e94
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pgmp
Source: postgresql-pgmp
Version: 1.0.5-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 421
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38), libgmp10 (>= 2:6.3.0+dfsg)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-14-pgmp_1.0.5-3.pgdg+2_arm64.deb
Size: 109124
SHA256: fbfeca8c77829b1145bd74c253f159cd611e42dfe701f1cf60c62d089fde4e00
SHA1: 1b8fda007c230b6f2b2e685ee57588e1a381c533
MD5sum: 68b969effdb261aeaf188620b8891350
Description: arbitrary precision integers and rationals for PostgreSQL 14
 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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.5-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-14-pgmp (= 1.0.5-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-14-pgmp-dbgsym_1.0.5-3.pgdg+2_arm64.deb
Size: 65124
SHA256: 78881ed951bc54a57403dd5fe000e7cf99e93e4fe9cc594d733214d8a2e52572
SHA1: 3f7bf68f0394f44aac564adc57ba71752a36538c
MD5sum: 23a366e8a0a79907a60be828183b47ce
Description: debug symbols for postgresql-14-pgmp
Build-Ids: 1093a30a0834119fb445cdf901c87f1a4c33d3b5
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pgnodemx
Source: pgnodemx
Version: 1.7-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.34)
Homepage: https://github.com/CrunchyData/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-14-pgnodemx_1.7-1.pgdg+2_arm64.deb
Size: 92380
SHA256: 665cefcd658ae0492bcc6c4d8c1201b07aeacf8091fbd8625b83054aa84a67ce
SHA1: ed11fa36249b15fa8c27bcdb11a38dafb1d5f461
MD5sum: 0ab284c738e626b2e6313670f3b85225
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pgnodemx-dbgsym
Source: pgnodemx
Version: 1.7-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-14-pgnodemx (= 1.7-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-14-pgnodemx-dbgsym_1.7-1.pgdg+2_arm64.deb
Size: 74892
SHA256: eb7594f244714e7b60685c1901c62a787ac13b24938a437f0b51dc7ea27039a0
SHA1: 2633ef16def9382165256b6fc8dd81542e0638a4
MD5sum: 73130275677958e05788d36144d47dc3
Description: debug symbols for postgresql-14-pgnodemx
Build-Ids: 6f88955403c0048290ac3313cc256ab12341798f
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pgpcre
Source: pgpcre
Version: 0.20190509-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17), libpcre2-8-0 (>= 10.22)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-14-pgpcre_0.20190509-8.pgdg+2_arm64.deb
Size: 19744
SHA256: 89d74735ec7b273d879cb7252ac93a2fd879a38cb838a2f168b1f1d01b4fc278
SHA1: e9f4e6b6eea33f9cb544efa66f4bd40860d2445e
MD5sum: 0825661b17ee09435757e4ae30ea509f
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-8.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-14-pgpcre (= 0.20190509-8.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-14-pgpcre-dbgsym_0.20190509-8.pgdg+2_arm64.deb
Size: 15472
SHA256: b3ae8ba57d2b28431a1725b311fb4d76729733aa01104a10bbfd828e000c1f86
SHA1: 29b996e29081e0fb88027b5272b924f0e12d64fd
MD5sum: 59c4483b8edafa2065fb5fbc5972b131
Description: debug symbols for postgresql-14-pgpcre
Build-Ids: 5c832beae7f343f73acfe373b0fa29771f9acd8c
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pg-permissions
Source: pg-permissions
Version: 1.3-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-14
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-14-pg-permissions_1.3-3.pgdg+1_all.deb
Size: 8424
SHA256: 0dbd019069d7687e73224950d7d03a9fe964b608e80883f9e597fde768e4e8ff
SHA1: 55b86ef78e48a3a0545f667d2a58367250405cda
MD5sum: 92dc7526d7203b123b7882f719a08319
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pgpool2
Source: pgpool2
Version: 4.5.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 450
Depends: libpgpool2 (>= 4.5.4-3.pgdg+1), postgresql-14, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2_4.5.4-3.pgdg+1_arm64.deb
Size: 160500
SHA256: 1165005fa4ee7f9c8b1e44b03248ba2a0bf939148187526d252bf7db5307541f
SHA1: 6a7323354f22d0fb892ed6b9fea1a34519193566
MD5sum: 3dcf4cbf020f5ac07b2b8aa53d1660eb
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 14 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pgpool2-dbgsym
Source: pgpool2
Version: 4.5.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-14-pgpool2 (= 4.5.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2-dbgsym_4.5.4-3.pgdg+1_arm64.deb
Size: 50188
SHA256: 9f17ca34c269b7f2a550e78f70129d6b2dd8f679bb3a9007873a3045ec4eaf0f
SHA1: 4d87e9225b189d3c6134c3b10fc8ededf73ea995
MD5sum: 535d32ce7e800b1fd27532e79b0778dc
Description: debug symbols for postgresql-14-pgpool2
Build-Ids: 10174f2bb5b039afa1bac1decb7c0fc8e8a899bc 413ff433cb63146340bc7b4aa6f440ebe6c8ee20 4b2ca8f2f2f0897afa89d52bb7049891a1f5b424
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pgq3
Source: pgq
Version: 3.5-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2230
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 16), pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-14-pgq3_3.5-4.pgdg+2_arm64.deb
Size: 137684
SHA256: d69d87a85d29cd62bbe9bf5777c15d289bd51805f6502100124dc5495a2f01a0
SHA1: 26860c0306a3299c9df842734244968b4f080ecd
MD5sum: 5df938a82c18c923f3a8531f855002d7
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pgq3-dbgsym
Source: pgq
Version: 3.5-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-14-pgq3 (= 3.5-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-14-pgq3-dbgsym_3.5-4.pgdg+2_arm64.deb
Size: 75436
SHA256: 0765926d21ff640727278d127bb1131af3a9acc42e8c55d2bd87ca2f33773ccc
SHA1: 1cef25e20b87b1ef35221fe12db7620fb7e6a987
MD5sum: 936fe7f325410c2a21f21d5329f9641a
Description: debug symbols for postgresql-14-pgq3
Build-Ids: 155219780088db2b2d8cc533d341d1018fa1d5df 6a09bcc82aae6a8b0af67f027893d3be04bad4ed
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pgq-node
Source: pgq-node
Version: 3.5-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 538
Depends: postgresql-14, postgresql-14-pgq3
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-14-pgq-node_3.5-7.pgdg+1_all.deb
Size: 12832
SHA256: d28d92a7c7c385f59e7c5ca61ce3a49e52b5036979ac25d0293803d926ac8133
SHA1: 3268ea9db7cee5aef77a7801bf10e8f0a5eaf3a2
MD5sum: 7d561b7d3dd7e9d86674648dbae6b1f6
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pg-qualstats
Source: pg-qualstats
Version: 2.1.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-14-pg-qualstats_2.1.0-2.pgdg+2_arm64.deb
Size: 66100
SHA256: 625d33dda4567d75841c6783ac60b19cdbe6bc63b2a55476afc37c3f648ca853
SHA1: 9d79478953b4c18e6761af18645b421d0dd7b44a
MD5sum: 988f494ad7f25671c3355ba434837ed0
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-14-pg-qualstats (= 2.1.0-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-14-pg-qualstats-dbgsym_2.1.0-2.pgdg+2_arm64.deb
Size: 61648
SHA256: 0ff3b126f24568f796d87feb4a50fa66d62d5658818080bb40df16dddfefb2ba
SHA1: ee16213d7ad74fa39efad57d758ea61b7ee2c1dd
MD5sum: 5688f0f2d42127caf46e380294517e79
Description: debug symbols for postgresql-14-pg-qualstats
Build-Ids: 45027ebbf7acfee12cb97c21e718e6218ecb8565
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pgrouting
Source: pgrouting
Version: 3.6.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3254
Depends: postgresql-14-pgrouting-scripts (>= 3.6.2-2.pgdg+1), postgresql-14, postgresql-14-postgis, postgresql-14-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Suggests: postgresql-14-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting_3.6.2-2.pgdg+1_arm64.deb
Size: 830212
SHA256: d8e4536d7d7ffb75a758c6d65ff376fe9ba7fd77ce68c502ef12890507384d4a
SHA1: 1f04f02131727be6d77ff2caa2aa721cd50d0584
MD5sum: 3e751648c83855f885f9e89c2afa0c2c
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 14.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pgrouting-dbgsym
Source: pgrouting
Version: 3.6.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25822
Depends: postgresql-14-pgrouting (= 3.6.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-dbgsym_3.6.2-2.pgdg+1_arm64.deb
Size: 25852592
SHA256: 0c83dce6050309813b03232874ae414613b08cc0d327b30f82af57adcac31b93
SHA1: 303ce65e520f43c4da5e2904c2ee33e8ec1218b9
MD5sum: f99fb24b2ae0f68fe0907b1e6d371a8c
Description: debug symbols for postgresql-14-pgrouting
Build-Ids: a7d2ad8cd73f40bc52584dff462702c4a91060f6
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pgrouting-doc
Source: pgrouting
Version: 3.6.2-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7863
Depends: libjs-mathjax, libjs-sphinxdoc (>= 7.4)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-doc_3.6.2-2.pgdg+1_all.deb
Size: 2314500
SHA256: c48bf0adfa60f2db181c0048a6d652768d68aa6a5216029e01bc57d25be570c6
SHA1: 859ddd33d95bcf1d892a06fab5641e76bb9b0a3d
MD5sum: 5eb33685a199431eeac2667fba264101
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pgrouting-scripts
Source: pgrouting
Version: 3.6.2-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3494
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-scripts_3.6.2-2.pgdg+1_all.deb
Size: 63100
SHA256: cbcef9f91056a8909e07bca05c4eb7eb42c395837038444acea15628ced64c8e
SHA1: 2eeb40e4696947a1c9a5800a69892d75db45a5b3
MD5sum: df52dddf2a6932f602546540f5f44441
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 14.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pg-rrule
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17), libical3t64 (>= 3.0.0)
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-14-pg-rrule_0.2.0+git20211101.d7d10f2-3.pgdg+2_arm64.deb
Size: 25172
SHA256: b1aeb009965307832008363f22d97a819cf5b85396be081435ab8858010d446e
SHA1: 4ca4130fa60145244b3d63775e407617e3e61342
MD5sum: 9a90da63e9df80ca53ff1c8aa247fa55
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pg-rrule-dbgsym
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-14-pg-rrule (= 0.2.0+git20211101.d7d10f2-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-14-pg-rrule-dbgsym_0.2.0+git20211101.d7d10f2-3.pgdg+2_arm64.deb
Size: 20256
SHA256: 62de904621e7d52ea44d3671837382828e2eba950b6a8a2c4a7abd2803c4f1b2
SHA1: a6503daa6e485585f2be9efbdff713c8ea74c06b
MD5sum: 39b3203bf2fce41f2501d039e3c25012
Description: debug symbols for postgresql-14-pg-rrule
Build-Ids: a6f44a40515d20f7707aa549a5fbfc320e971f30
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pgsphere
Source: pgsphere
Version: 1.5.1-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1706
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-14-pgsphere_1.5.1-2.pgdg+2_arm64.deb
Size: 440496
SHA256: 74bc2d3f7f432189035121b4c874421bb0624bda1b689b4464d94451d03dc458
SHA1: 1276029c51bcb099febd52b0eeace0c159607230
MD5sum: e9a1b5e1a29647f2db8cb71a1b02ea97
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pgsphere-dbgsym
Source: pgsphere
Version: 1.5.1-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 445
Depends: postgresql-14-pgsphere (= 1.5.1-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-14-pgsphere-dbgsym_1.5.1-2.pgdg+2_arm64.deb
Size: 386148
SHA256: 64813dbbcc7e9ca1c331c47bbe0bb9ac2d87861b387ca46e38a3defb50511fd6
SHA1: a48053a2dc3b0a00631a322af7032f99a09ccb27
MD5sum: d7b912d0d85c6278f13d0333eb3d8e76
Description: debug symbols for postgresql-14-pgsphere
Build-Ids: 58c2b1b668a2091ba1ef58eb8a3293e10b1d33ee
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.3.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 190
Depends: postgresql-contrib-14, postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-14-pg-stat-kcache_2.3.0-1.pgdg+2_arm64.deb
Size: 42196
SHA256: 127876644b4beb08b8c3fdb7c985ef7592616af73295b7b2996665fc6e3114f6
SHA1: f69bdcdd66b27ead9187a583a1fcdc63fc21d063
MD5sum: f2064583293024af964813469e622838
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.3.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-14-pg-stat-kcache (= 2.3.0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-14-pg-stat-kcache-dbgsym_2.3.0-1.pgdg+2_arm64.deb
Size: 40008
SHA256: 79e844c03ec31086d3ea8752bf847b8d30c2310bd21cf6c26c08263907252d31
SHA1: 6f4fc2edcbfc89fe2bbd322844a19ae202b894d1
MD5sum: b61dae9231c944c65eda8991364d8175
Description: debug symbols for postgresql-14-pg-stat-kcache
Build-Ids: 7ef0398756676494de06b019fa12f2a160c21beb
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pgtap
Source: pgtap
Version: 1.3.3-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1795
Depends: postgresql-14
Recommends: libtap-harness-archive-perl, libtap-parser-sourcehandler-pgtap-perl, libtest-harness-perl, pgtap-doc
Breaks: pgtap (<< 0.95)
Replaces: pgtap (<< 0.95)
Provides: postgresql-pgtap
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-14-pgtap_1.3.3-3.pgdg+1_all.deb
Size: 62896
SHA256: 607033624df9f09d27d45035b7df059f5832bee713803e01b2321c497bb7226a
SHA1: 9fea4d00906ed25e502da9128810e2692fbc809b
MD5sum: dfec589fe5a31df3179b6774125357f3
Description: Unit testing framework extension for PostgreSQL 14
 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 14.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pg-track-settings
Source: pg-track-settings
Version: 2.1.2-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-14
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-14-pg-track-settings_2.1.2-4.pgdg+1_all.deb
Size: 9912
SHA256: 32aea6c32296c4bbfe9b7548d64b127395c64538d9826f97392c9be16d7fa57c
SHA1: 314eeb55999b9ce500f57a57d6d8dc3ba0ab3994
MD5sum: e8f48a52df2b784f1ed8385c81ab4a38
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pgtt
Source: pgtt
Version: 4.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-14-pgtt_4.0-2.pgdg+1_arm64.deb
Size: 66656
SHA256: 09d4296a3594f67807a80e72bc1576e5dd66e7165b776197c85cf68cd8408e5f
SHA1: 0a1e5735875edb50eb462a99787b4218a3a15adc
MD5sum: f5e30d6f5e13d65acdfa6545779e9c66
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pgtt-dbgsym
Source: pgtt
Version: 4.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-14-pgtt (= 4.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-14-pgtt-dbgsym_4.0-2.pgdg+1_arm64.deb
Size: 77972
SHA256: f99de4a2d209fac8fe83d85b9e380ef32e3ac5ad18e81dbf69298919dae48a40
SHA1: 778260dc83845c54d286c02bc614032c7c578f0b
MD5sum: 4ad6f0b524d565c1a249b2435b3da9ae
Description: debug symbols for postgresql-14-pgtt
Build-Ids: c5739a78f493b47dc82d0ff2ff6aa3704fa46aef
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pgvector
Source: pgvector
Version: 0.7.4-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 743
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-14-pgvector_0.7.4-2.pgdg+2_arm64.deb
Size: 276020
SHA256: e0c5be348b8b695c348f5696e7dccdc80161c5238161d1859a6deab3a435623b
SHA1: 01e148c53b0ac7a700b0aff9aa2ce8a837196615
MD5sum: fddb2d6e480cf7d390ee66b6c72f5445
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pgvector-dbgsym
Source: pgvector
Version: 0.7.4-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 317
Depends: postgresql-14-pgvector (= 0.7.4-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-14-pgvector-dbgsym_0.7.4-2.pgdg+2_arm64.deb
Size: 284976
SHA256: bdb7fa3715a4f2826412e00e9d22bc5765c4eb817d27c238dfcad8060afa6c71
SHA1: 5b60318484eee37f65d447f17e762642bd3d3eba
MD5sum: 1448ac4a8f594fff42a47e6f26f6e626
Description: debug symbols for postgresql-14-pgvector
Build-Ids: c938cccfd929d2f4d0ae7f65ad982ae4b3eebce8
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.6-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-14-pg-wait-sampling_1.1.6-2.pgdg+2_arm64.deb
Size: 46024
SHA256: 1523489ff4f050d12469be84b966696c5a016ea5e01b9aab1fb6ff81aa369912
SHA1: 1d33113f6137d052ea434854586f1df89793b193
MD5sum: d05d68f187dacb0836137ef8a387ead1
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.6-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-14-pg-wait-sampling (= 1.1.6-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-14-pg-wait-sampling-dbgsym_1.1.6-2.pgdg+2_arm64.deb
Size: 56120
SHA256: 39916879005ae3a2e33b018ddb764f37af66fbfad7bf41e3db08ff0ee6a67af2
SHA1: 7f51a0358ba4a70995e68cf492fd6684417ec338
MD5sum: efff936256e255673896fddd61347f7a
Description: debug symbols for postgresql-14-pg-wait-sampling
Build-Ids: 7fa83a925fd1d378ac6e7e1fabe339d917fd5ca8
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pldebugger
Source: pldebugger
Version: 1:1.8-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 218
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-14-pldebugger_1.8-2.pgdg+2_arm64.deb
Size: 84232
SHA256: d6ec2e6def8dc625131fc8501d77ccf38fd2b7d622dca6f773a8b4f7d9f48464
SHA1: 91e99350f7890d1a90c44cc9da0d35eafb25aad1
MD5sum: d9e186db1d6966139c9ce38bb10f63da
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.8-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-14-pldebugger (= 1:1.8-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-14-pldebugger-dbgsym_1.8-2.pgdg+2_arm64.deb
Size: 95100
SHA256: 27630783627e2edfeb00a0dce0a4ed1105aac70f8743f2be459c4ac9dbcc8c2f
SHA1: b373cb223b7e93f21bc3df0d976a10cfad7d1fd2
MD5sum: ae31cf87179bf8372e667d9ee477dfb8
Description: debug symbols for postgresql-14-pldebugger
Build-Ids: 175eae4169b6cab69787e41b7272f8882cb4dc94
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pllua
Source: postgresql-pllua
Version: 1:2.0.12-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1043
Depends: postgresql-contrib-14, postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-14-pllua_2.0.12-3.pgdg+2_arm64.deb
Size: 394576
SHA256: efa060fa0c3ad7c473f006bea142ed46667beb8208e8bf305c9a84090adcb953
SHA1: 6671e0fefdedc4de95da7441b17f6f39a3c98b26
MD5sum: 2a903fef28a89d3650893cef080a470c
Description: Lua procedural language for PostgreSQL 14
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 361
Depends: postgresql-14-pllua (= 1:2.0.12-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-14-pllua-dbgsym_2.0.12-3.pgdg+2_arm64.deb
Size: 313796
SHA256: 439a0850466759d974bffc146ce9e342a770eb4ed19e6ffb776c390a38a1e8aa
SHA1: e8972afa22712f7266d718713e6985ea94e1c1fd
MD5sum: d49ffe32772f460d6d55385772063417
Description: debug symbols for postgresql-14-pllua
Build-Ids: 213745c1b37be8f847d511ced16a93aa04d1a765 731819e68452b1afe18c9f4c9d21034609a0109c
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.7.11-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 836
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.7.11-1.pgdg+2_arm64.deb
Size: 366992
SHA256: 9048d69a7564aea83133a734624c3e68cd83e9899dced0b538ff5d8efe5cb553
SHA1: 1c8c87f35cf0bf451d9b14d5a9553bb342909985
MD5sum: e21d26738442c2f7955ddb06580e989d
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.11-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 331
Depends: postgresql-14-plpgsql-check (= 2.7.11-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.7.11-1.pgdg+2_arm64.deb
Size: 297292
SHA256: 785c7bae364a8d93979cc33e134cf18f46c758030cf2c684ab1297fbb47b1601
SHA1: 77c84979f6161d6cf8c84a74bff71b26308c47c2
MD5sum: cc1218ca3443c1b38aa3e37080e11a1f
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: c9b3d7bdd99d93089a57710d0c429a975de03e54
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-plprofiler
Source: plprofiler
Version: 4.2.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-14-plprofiler_4.2.5-3.pgdg+1_arm64.deb
Size: 51352
SHA256: 622553680b4b6f83e019d3ba1ad4f35f261048bb94b8c6d5f590c43cb6c1ad91
SHA1: 6f3dc7a729b8defc03660a4400212d44d19a2c70
MD5sum: f65df7f521e8c1fbbd4abcf9fc68fdaa
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-14-plprofiler (= 4.2.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-14-plprofiler-dbgsym_4.2.5-3.pgdg+1_arm64.deb
Size: 56524
SHA256: 6d647833b16e0c0a3678f5e4b77a0b305f0a63472d71ca6fe741ab4fcdf687e6
SHA1: c97180a402dd6dc8ef5bf4c4b921cf48ba3abeb6
MD5sum: 8b61a90a707f8782ac5a0896cc4661a4
Description: debug symbols for postgresql-14-plprofiler
Build-Ids: 174ed48caa00edf28f66792c2024a129e33a27d4
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-plproxy
Source: postgresql-plproxy
Version: 2.11.0-12.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 372
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38), libpq5
Homepage: https://plproxy.github.io/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-14-plproxy_2.11.0-12.pgdg+2_arm64.deb
Size: 151468
SHA256: dfeb6b79e77b16b65ce69be95faf034ad47f923972fe324666d7c8949ea90d7c
SHA1: 3f5749e6d17c9e45adf74672118a9989c163e15e
MD5sum: 747c2aaa81a76f101e29656092ba65ea
Description: database partitioning system for PostgreSQL 14
 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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.11.0-12.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: postgresql-14-plproxy (= 2.11.0-12.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-14-plproxy-dbgsym_2.11.0-12.pgdg+2_arm64.deb
Size: 114508
SHA256: bb34620a876fba8b4f6133e8536cc34606b3cb02766f94979739c3b424b9408b
SHA1: 19f6edd10752fc4cdc50af76b1f7aabe434ea20e
MD5sum: d3d2c7d512b83d6a0f6d402bc319b15a
Description: debug symbols for postgresql-14-plproxy
Build-Ids: e733924b0181586c632336a3092308ecddf72ecd
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-plr
Source: plr
Version: 1:8.4.7-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 364
Depends: r-base-core (>= 2.10), postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-14-plr_8.4.7-2.pgdg+2_arm64.deb
Size: 159224
SHA256: dea1641aa66883e2c308566faad56e622c9ca5d64d4f9209acf1f6c6183a089c
SHA1: d13297d0aa10ade9a31f8d10b467a88558906c3c
MD5sum: 64d2639a5d2953903b4f36cd1a680bdd
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-plr-dbgsym
Source: plr
Version: 1:8.4.7-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-14-plr (= 1:8.4.7-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-14-plr-dbgsym_8.4.7-2.pgdg+2_arm64.deb
Size: 129852
SHA256: cc8812e1085e064a9fda9943eaeecea0b7eb3597a2089e84b0015c58560573c9
SHA1: 39083c209ef0f52830b00a414674ae3527306ace
MD5sum: 9ed70ee1da6b325813bfb87fbd54c0e2
Description: debug symbols for postgresql-14-plr
Build-Ids: 4356a7dbf8d81e497be7a8d52878e6c322b19f7d
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-plsh
Source: postgresql-plsh
Version: 1.20220917-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-14-plsh_1.20220917-3.pgdg+2_arm64.deb
Size: 32956
SHA256: c855077780a54638c795fd634b3b0eb3a11926fec1541e75162c5199f3fed11c
SHA1: 2facd86dfc5cf143cba19e033716d5e956d29c83
MD5sum: 1ed1f142118a6a98972b649271f89fd3
Description: PL/sh procedural language for PostgreSQL 14
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in a shell of his choice.  You need this package
 if you have any PostgreSQL 14 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20220917-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-14-plsh (= 1.20220917-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-14-plsh-dbgsym_1.20220917-3.pgdg+2_arm64.deb
Size: 44928
SHA256: 26f2f8ea4a51386b9bd374817f9d2e52b2218760875d77dba2fe8c7c8a16c909
SHA1: 2e617922ecf5441eb0c9722406e44d714e7367a0
MD5sum: 849ce0bb5d937af369fbc1677f66321e
Description: debug symbols for postgresql-14-plsh
Build-Ids: 9d4c62da4a3cc1d01643ce6365163ceba9a44875
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pointcloud
Source: pgpointcloud
Version: 1.2.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 529
Depends: postgresql-14, libc6 (>= 2.38), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-14-pointcloud_1.2.5-2.pgdg+1_arm64.deb
Size: 108576
SHA256: 8a08c8e2d5889878970a38e1ac8e00e0ffd3d6b1fb2d879f79e9a31e8f5aa437
SHA1: 451de7f8de920dc67d58a3f42d4244a688bd552f
MD5sum: 56243881e0de5629ccb89e00a2fba436
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 203
Depends: postgresql-14-pointcloud (= 1.2.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-14-pointcloud-dbgsym_1.2.5-2.pgdg+1_arm64.deb
Size: 172848
SHA256: 8441905db6ebae695dd7c15ddf027cc8a43357e13c7e90ce8ab90d55893633bb
SHA1: ae7a93f22a15f0b0ed826faf6564c014b4df510f
MD5sum: 040eba09045c0cea36022242a56ecd41
Description: debug symbols for postgresql-14-pointcloud
Build-Ids: 682252669173f77a3529f306a7157d3621e5abfc
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-postgis-3
Source: postgis
Version: 3.4.3+dfsg-2.pgdg130+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10329
Depends: postgresql-14, postgresql-14-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal35 (>= 3.7.0), libgeos-c1t64 (>= 3.12.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1t64 (>= 1.4.1), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-14-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3_3.4.3+dfsg-2.pgdg130+1_arm64.deb
Size: 3611628
SHA256: b27386d2546faa4a726b029dcfb8cc70f2e49510e2e56cade92f8a31cd0a24aa
SHA1: fd8a8ef8eeb8175a0a4b621ac59bc9b88a097bb2
MD5sum: 5ebc606f104fafc507a26dfc497697fe
Description: Geographic objects support for PostgreSQL 14
 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".
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-postgis-3-dbgsym
Source: postgis
Version: 3.4.3+dfsg-2.pgdg130+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4567
Depends: postgresql-14-postgis-3 (= 3.4.3+dfsg-2.pgdg130+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-14-postgis-3-dbgsym_3.4.3+dfsg-2.pgdg130+1_arm64.deb
Size: 4017164
SHA256: 41f51531e37742c4e6d88e613bcc63a6a75433911b19daf5b2c3a829d6ec71a2
SHA1: 54ace557f52d41b5f41cff4cbdf3307819bca536
MD5sum: 379acc7a02e02b364f6e78dc4c3f0557
Description: debug symbols for postgresql-14-postgis-3
Build-Ids: 27fbfbd46a772ed1d6597dcce14e9e4698be0d8d 3e93edb387c95a7d1cf4c5fce2d76d3d37406f06 5fee8e343853d6c39c59850ba32054bd66aad309 7df2864712abd3a8db070b110dec4acb72dcff53 8e8bb93e4f371d9e645e366a375e0abbfdd08c4a
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-postgis-3-scripts
Source: postgis
Version: 3.4.3+dfsg-2.pgdg130+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38867
Recommends: postgresql-14-postgis-3
Provides: postgresql-14-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3-scripts_3.4.3+dfsg-2.pgdg130+1_all.deb
Size: 1300940
SHA256: 05ae41cd3d2c5138f0e1eebcf9aad1bf74d38281d030f339b5464d8e92519b22
SHA1: 111b33986b2b40a2687aab1cd2cba8f1a6a53068
MD5sum: ea9c490e8f21f37bc884e713554e1a5a
Description: Geographic objects support for PostgreSQL 14 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 14 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-prefix
Source: prefix
Version: 1.2.10-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-14-prefix_1.2.10-3.pgdg+2_arm64.deb
Size: 44840
SHA256: ad376047a7811c227d335bb128c4c205414534423b222ecaafb50c6d24e886f0
SHA1: fd48dcf0573b20210a011b660031886de4c613da
MD5sum: 148cae3d64415b66977d8de323e91b09
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-prefix-dbgsym
Source: prefix
Version: 1.2.10-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-14-prefix (= 1.2.10-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-14-prefix-dbgsym_1.2.10-3.pgdg+2_arm64.deb
Size: 43764
SHA256: a50c5836483954430d05f8db72e6758d01b96f63477e45d13e593c416f6fe231
SHA1: 9cc96e0eeeab21a65fbff2a18ce44765a1ebb0de
MD5sum: 15e2d392959293e5d48695a9fc4a1ece
Description: debug symbols for postgresql-14-prefix
Build-Ids: 4e15de9aed4a4502f99550f13db64bfa18555433
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-preprepare
Source: preprepare
Version: 0.9-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 16)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-14-preprepare_0.9-8.pgdg+2_arm64.deb
Size: 18020
SHA256: 7cf4ac6088ce582e0011efce430608d92d2880f37d71b4e656d2be0e1c2db667
SHA1: 84e517ad07e49f8a065d614b3c478ec6092350a6
MD5sum: eb308d657d29f0ccf3d119054687aa31
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-preprepare-dbgsym
Source: preprepare
Version: 0.9-8.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-14-preprepare (= 0.9-8.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-14-preprepare-dbgsym_0.9-8.pgdg+2_arm64.deb
Size: 16488
SHA256: 3905ebca8d3971b83317b4a8d8160ba3fcc319689fa357a3fbac5983aa554412
SHA1: de96a1337885b7daae0475beed4e9f914edfa644
MD5sum: c2419af866018f36350564dc871c2e17
Description: debug symbols for postgresql-14-preprepare
Build-Ids: 083718310b8cc569713df4305c5e67e08e07a177
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-prioritize
Source: postgresql-prioritize
Version: 1.0.4-12.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-14-prioritize_1.0.4-12.pgdg+2_arm64.deb
Size: 12688
SHA256: 5606e56e2dc01466dfa4da7847b49c71a0307af9f94abc81e8fde74c20d372ca
SHA1: 63e7fb0a32ac200aa369f7f3e8863395fb93ba81
MD5sum: 01ba754e8c1dfdd8855a7296403399b7
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-12.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27
Depends: postgresql-14-prioritize (= 1.0.4-12.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-14-prioritize-dbgsym_1.0.4-12.pgdg+2_arm64.deb
Size: 12596
SHA256: b44cbd315353c89d80726432911f3c2ed0c9d226fb2b5cdb274261586d73d1df
SHA1: b831ed3282694f81375a927e7cf08b45f23acd9f
MD5sum: a012be1f6bdcd6561dcf59a4b1b3c58d
Description: debug symbols for postgresql-14-prioritize
Build-Ids: 11d93f4823a0ad06cb0ee0a318dd5e647c1c36a9
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-q3c
Source: postgresql-q3c
Version: 2.0.1-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3493
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-14-q3c_2.0.1-4.pgdg+2_arm64.deb
Size: 158884
SHA256: a68cd2a6425e79ccb116f5dc60c02a68314f27e883b7d5c24c1a4101b1359d1b
SHA1: f3db09c1e1b2665b401c22d8a650a081c66ac7ef
MD5sum: b949ac4005fd73834c065da4353dd616
Description: PostgreSQL 14 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.1-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-14-q3c (= 2.0.1-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-14-q3c-dbgsym_2.0.1-4.pgdg+2_arm64.deb
Size: 84216
SHA256: cb400fb9e06fe610c36a92c0a9e6dcda29453a694a3c322bd3fb5d9ddd36b348
SHA1: e1f29020e3681d0b48d675641936ad9fe05a6065
MD5sum: 21b0df112edbd88c460a61d3445b93d3
Description: debug symbols for postgresql-14-q3c
Build-Ids: 90e69840c00cb1c8d58bb4612c0e67494b2df2cf
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-rational
Source: pg-rational
Version: 0.0.2-7.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-14-rational_0.0.2-7.pgdg+2_arm64.deb
Size: 26116
SHA256: a9262b58d620b369b55e75a17c420a516b8afdd6e5a08d18ca22084b74763ea4
SHA1: e3fccf9d90725c3f3903f5376540ede2f9fb5ffb
MD5sum: 5eb19a56c69250bdb1709785c295ca0a
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-rational-dbgsym
Source: pg-rational
Version: 0.0.2-7.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-14-rational (= 0.0.2-7.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-14-rational-dbgsym_0.0.2-7.pgdg+2_arm64.deb
Size: 20072
SHA256: ca88fb65efe463333045ee6b47e1162ca2128d41d3d12172a49832a0853b7815
SHA1: fdf5a55c1aa346aca99ad3a5484f760cfafb8ed0
MD5sum: f7e9cb55fda0dc5d9646c8e0d040c455
Description: debug symbols for postgresql-14-rational
Build-Ids: 9b8cc85f7598083dd797c583b47aca7574709b75
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-rdkit
Source: rdkit
Version: 202309.3-6.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1151
Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202309.3), libstdc++6 (>= 13.1), postgresql-14, postgresql-14-jit-llvm (>= 16)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-14-rdkit_202309.3-6.pgdg+2_arm64.deb
Size: 491404
SHA256: 96c1ae993d7f6dcdd2d23ce2c3aecb92cb2b0a7fdc80506c122456ab9701dc61
SHA1: acc9e4a779d6dbaba3d449ae44ea8ef1739711e3
MD5sum: 49a42793031c773a2013866860cc57d8
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-rdkit-dbgsym
Source: rdkit
Version: 202309.3-6.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1176
Depends: postgresql-14-rdkit (= 202309.3-6.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-14-rdkit-dbgsym_202309.3-6.pgdg+2_arm64.deb
Size: 1114328
SHA256: 37de1e66bf0afd6120b6685f26079b3ec807e08ceadbdd879facddb4fd538967
SHA1: 74986e43b55612cdfe681e73628b1dd8e7838bd9
MD5sum: f3f998dd5ac71d981c638dc8d55149b3
Description: debug symbols for postgresql-14-rdkit
Build-Ids: e1b9071e319ac9312061ec04306c07327192b5ed
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-repack
Source: pg-repack
Version: 1.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 313
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-14-repack_1.5.1-1.pgdg+1_arm64.deb
Size: 107924
SHA256: f26de4793f13db1b5888272ad921705117292439523ce383477c909406395669
SHA1: e04883f0886bde7113312c2b276ee8bf4ead77e7
MD5sum: 227f7ec89b75788dd4c72617cc3610c7
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 14.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-repack-dbgsym
Source: pg-repack
Version: 1.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-14-repack (= 1.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-14-repack-dbgsym_1.5.1-1.pgdg+1_arm64.deb
Size: 117976
SHA256: ceff5d3ebbfc8d3c244e5b5d18edf69a893c7af92f7d87e32317496cbe5ab9b7
SHA1: 180bc90fda8421acdf0443a2baa296ca6b2ac6a4
MD5sum: 2c9fdf11950f8dc3fa4c24645ad18bbd
Description: debug symbols for postgresql-14-repack
Build-Ids: 68912895a9f0de12bd863713e9d20a853cd83220 7cdc5c63c4aa903c7fd0a3bd53f5ee3fe16a6ed4
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.4-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 731
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-14-roaringbitmap_0.5.4-3.pgdg+2_arm64.deb
Size: 300704
SHA256: 145d254e515a235cbaded28f1e1e9500921c2c4f60e9da22a840d2efda390e12
SHA1: c7025658240bbfe41f9f376a7c62d55fc10218c1
MD5sum: 39e826ec8a3814f50fe52c31a206d99e
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.4-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 374
Depends: postgresql-14-roaringbitmap (= 0.5.4-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-14-roaringbitmap-dbgsym_0.5.4-3.pgdg+2_arm64.deb
Size: 342596
SHA256: c6d0a36b0774b88ae2e9ce24cfb105af40bbb0a8d2e9e3e50135688c479202a5
SHA1: 35d7cf3f7c9c2fe68c360dae493a84b4015cb84c
MD5sum: c600025d83d46d6dea7c08e851702d36
Description: debug symbols for postgresql-14-roaringbitmap
Build-Ids: abb6a13145e72ec7bbaca07e571f811fd9d7b6c6
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-rum
Source: postgresql-rum
Version: 1.3.13-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 958
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-14-rum_1.3.13-3.pgdg+2_arm64.deb
Size: 384548
SHA256: 310c37c2ee063492b10abc1af9d183f8d5a7a381aad99e7ad75a4ec1198ad06b
SHA1: 6c5033a61b6f6639e3ce33ef5e944051d2544d08
MD5sum: 950d0788d4fed69e2bccefbc76b1f2c8
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-rum-dbgsym
Source: postgresql-rum
Version: 1.3.13-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 351
Depends: postgresql-14-rum (= 1.3.13-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-14-rum-dbgsym_1.3.13-3.pgdg+2_arm64.deb
Size: 311052
SHA256: 42a045bb86e18cb5cda9c424b10cfc5aa71c22d143bfe2fbf1f0cb4b8ac65c3b
SHA1: 4510a543be13387ed3fdcb567ef696a7d6ffb07e
MD5sum: eaa5ed4a7201e35a78ab2178ce9d4127
Description: debug symbols for postgresql-14-rum
Build-Ids: c63fba747d795135037e8b06c9647b3bf4d7ad7c
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-semver
Source: postgresql-semver
Version: 0.40.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-14-semver_0.40.0-2.pgdg+2_arm64.deb
Size: 40556
SHA256: 83453cf7a1c8571787963420ace13288cc1a368290db25113cf24103cf38d799
SHA1: c5f4ed431f904b4f9652315dd02d52f5590f6c43
MD5sum: 045dfeaede0c609fba46f940b52538c9
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-semver-dbgsym
Source: postgresql-semver
Version: 0.40.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-14-semver (= 0.40.0-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-14-semver-dbgsym_0.40.0-2.pgdg+2_arm64.deb
Size: 20372
SHA256: a625b8881703d09f9d4f958d625e9b425a506ec7ea8fda17f4ba629afa53ef4e
SHA1: 49aec20ac1cab287c093684150c1e3e37a925e7f
MD5sum: 3a206f1b4a67a25041aa6fbdca0676a5
Description: debug symbols for postgresql-14-semver
Build-Ids: 72b77be07aece941a1dd43796ad13ca4067339b1
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-set-user
Source: postgresql-set-user
Version: 4.1.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-14-set-user_4.1.0-1.pgdg+2_arm64.deb
Size: 39784
SHA256: e732a6f9b724b9c0f1b6ab0fd1d2ef5a15e233618d76d476f9cdab64d7bc02cd
SHA1: 44ddc4e242d92db4445281953cb98ad8eb052d1b
MD5sum: 1a375b7af8d546131241611df2769d5f
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-set-user-dbgsym
Source: postgresql-set-user
Version: 4.1.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-14-set-user (= 4.1.0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-14-set-user-dbgsym_4.1.0-1.pgdg+2_arm64.deb
Size: 45100
SHA256: 18ad86c32f35cfb60a1cac5b052fa502f4065d1d907890d7a671ebe5ee285cf2
SHA1: 0e0fba0ca3a1ceded0d71a19f54147982b514851
MD5sum: d03d93060d0d04c5601e35a66a5d8e55
Description: debug symbols for postgresql-14-set-user
Build-Ids: d44e0bbd85cf4d97799e5ecdcb65f8dcf1ce8bac
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-show-plans
Source: pg-show-plans
Version: 2.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-14-show-plans_2.1.2-2.pgdg+1_arm64.deb
Size: 26432
SHA256: cb3f97ca3c9e498b62701006a215395917155fc5818539c2a1d5d26279d8f15b
SHA1: 572e208e427d435f7cf5995bf8814636a1f788fc
MD5sum: 006087f1e68f10cf4403a50103298099
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-14-show-plans (= 2.1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-14-show-plans-dbgsym_2.1.2-2.pgdg+1_arm64.deb
Size: 35900
SHA256: 0aca592c4442256adfac0054ee51f47517de216576d1cd04d2dbf6f585a53ac6
SHA1: ef253f675f4be073c1ebedd1ce624ee8aa60022d
MD5sum: e97075a5edcfed3e559923c266624eb3
Description: debug symbols for postgresql-14-show-plans
Build-Ids: 4d7b15ccf6b42e173e40ed0436c4d44d7cdcdedf
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-similarity
Source: pg-similarity
Version: 1.0-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 388
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-14-similarity_1.0-8.pgdg+2_arm64.deb
Size: 105764
SHA256: 5a1db43749d2852b11ca115230bee46006bd93ff978e73ae2223ba101f37a9a7
SHA1: 0484cf3bfd744667f692affbddef106f24390300
MD5sum: 37bea372d5b6810866f60c7d5b1b1b64
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-similarity-dbgsym
Source: pg-similarity
Version: 1.0-8.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-14-similarity (= 1.0-8.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-14-similarity-dbgsym_1.0-8.pgdg+2_arm64.deb
Size: 61652
SHA256: 1d0c4a314834a6c1155eda25c00ba9682af37f688840a175422b6fc695fca6d3
SHA1: 771909818b0c9485951598dc16424784f4b6eed4
MD5sum: 2b04d6adc9841ce669c79c34972e768a
Description: debug symbols for postgresql-14-similarity
Build-Ids: d4792ac55aba46727d4406b96179df16b9e5bc55
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-slony1-2
Source: slony1-2
Version: 2.2.11-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-14, libc6 (>= 2.17)
Suggests: slony1-2-bin
Provides: postgresql-14-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-14-slony1-2_2.2.11-6.pgdg+1_arm64.deb
Size: 18564
SHA256: 54248a3fd4ffae51a8c05891d77096ff5df7d689bc1dcc8afdb77c10f0ad3f53
SHA1: 2b64cff1b8c6394c0507d947016d328c6983b111
MD5sum: 51789469a7677af96c180f069f19fe0f
Description: replication system for PostgreSQL: PostgreSQL 14 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
 14 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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.11-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-14-slony1-2 (= 2.2.11-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-14-slony1-2-dbgsym_2.2.11-6.pgdg+1_arm64.deb
Size: 62708
SHA256: a7798277adf3857ad46ee2ae09a2d9631ce31b9c9fa425991279d5b6ef8af6a6
SHA1: 65cc09c6e5544a9a75d3eda514519bcb05039611
MD5sum: 243bee3cdad58d6fa753c04880d92c28
Description: debug symbols for postgresql-14-slony1-2
Build-Ids: 46c8fc7343d5d6fe6f20ca1793a59767347d37ed
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-snakeoil
Source: pg-snakeoil
Version: 1.4-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17), libclamav12 (>= 1.2.1)
Recommends: clamav-freshclam | clamav-data
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-14-snakeoil_1.4-2.pgdg+2_arm64.deb
Size: 18000
SHA256: fc04ee28570fde2b7e81209012940179c469d59951b2b1ef6bd677ac9781d5a7
SHA1: bc1a72541ba058ba6e6219db976e0b56eb5d63c5
MD5sum: 7f1b24411f579d25680b89970655f46d
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.4-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-14-snakeoil (= 1.4-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-14-snakeoil-dbgsym_1.4-2.pgdg+2_arm64.deb
Size: 14808
SHA256: 206855c30fa25372f3385371f7b8c24792d8278d732d6cae50b0916712bc9f51
SHA1: 9aab27ee782e0bbdb5a607d9cf793c84dda3378d
MD5sum: 28996352adb4b638cb2db5eee6bcdbf8
Description: debug symbols for postgresql-14-snakeoil
Build-Ids: c2d0166a66ecd361119a7e4b77370957369419a1
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-squeeze
Source: pg-squeeze
Version: 1.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 373
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-14-squeeze_1.7.0-1.pgdg+1_arm64.deb
Size: 148180
SHA256: 57df48f3afac012319ada5f06c67c89f28674d3f05d678ca3e20d52101e0747b
SHA1: 5210a0d51fae79634c7aa8face1597fae9200f10
MD5sum: ecb29e3f44c2eee8ce7fa357bf952471
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-squeeze-dbgsym
Source: pg-squeeze
Version: 1.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: postgresql-14-squeeze (= 1.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-14-squeeze-dbgsym_1.7.0-1.pgdg+1_arm64.deb
Size: 147324
SHA256: 922810acff716421a6b9bdc1ff48c4a60ae561f826c9df8c12a6322e217625e9
SHA1: 2d0fc32d08025ed27d41608a31357aec1a804cdc
MD5sum: 4bd13ddcd0e78cc8efb5d56b013a2e41
Description: debug symbols for postgresql-14-squeeze
Build-Ids: 9c04d8aaaa1dea694738b390ace7fa9879711dc3
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-statviz
Source: pg-statviz
Version: 0.7-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-14
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-14-statviz_0.7-3.pgdg+1_all.deb
Size: 9404
SHA256: 3565f6a6929b411d75bfe5420a4e048a3f4533199ad01b2ab3b2a7821984b12a
SHA1: f26b7548dcf174d3bad756c28f2c09253b208596
MD5sum: 58218e751050609b6cb8baeba97e0aac
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-tablelog
Source: tablelog
Version: 0.6.4-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-14-tablelog_0.6.4-3.pgdg+2_arm64.deb
Size: 49920
SHA256: 3a46b5febc477eaf9ec235138a1b364e1ced9c3322da61d97d3a6b5c019294cf
SHA1: 95ebcd01074d6769cba0ae280d66766e59e6f062
MD5sum: 8ff3c8e8057beb260db7d13cbccc1221
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-tablelog-dbgsym
Source: tablelog
Version: 0.6.4-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-14-tablelog (= 0.6.4-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-14-tablelog-dbgsym_0.6.4-3.pgdg+2_arm64.deb
Size: 40100
SHA256: fc32e169df4869bba83292dfe550ba71cf70893fa5f0926e27edc9afa13e2f41
SHA1: 4e3d8e986718456617358adddb61d754c7bfb19d
MD5sum: 3a63c34149fc8c74b41ae0432d9bd1af
Description: debug symbols for postgresql-14-tablelog
Build-Ids: 26e5c1c6b60f58532f2858a9ab8a39f1fd7e65d7
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-tdigest
Source: tdigest
Version: 1.4.1-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 188
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-14-tdigest_1.4.1-2.pgdg+2_arm64.deb
Size: 67196
SHA256: be0e720d3ddc3c61a48cd51137a7ad6df87a0b2063fbfa459883c5425c2242bb
SHA1: 8410af8bead02ddfe331fbfa3e3458964dcc8ab1
MD5sum: 9d93c7db1f06552104fafad56343a926
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-tdigest-dbgsym
Source: tdigest
Version: 1.4.1-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-14-tdigest (= 1.4.1-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-14-tdigest-dbgsym_1.4.1-2.pgdg+2_arm64.deb
Size: 48148
SHA256: 09ad7afe6e9849fb9d836c3eed6858845e14b0c53399b71057c0f89e79f3f6b5
SHA1: 5f15be61130bbb01fbbefccac30f171ec09398f6
MD5sum: b6485ab815820471c01725c179558356
Description: debug symbols for postgresql-14-tdigest
Build-Ids: 51e67a703bf8b7625af3c0ce6878d3f345235280
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-tds-fdw
Source: tds-fdw
Version: 2.0.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 329
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-14-tds-fdw_2.0.4-1.pgdg+2_arm64.deb
Size: 132728
SHA256: a494afe4cb5db280f9722bf159c3acd3594eaca1e309e3f15a3dde7f75629b27
SHA1: bf64cd221503f27e402e8e834b1fa941e3ddade2
MD5sum: fed9ee2b76b8f0dd0feb0eaa3c506b2e
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 156
Depends: postgresql-14-tds-fdw (= 2.0.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-14-tds-fdw-dbgsym_2.0.4-1.pgdg+2_arm64.deb
Size: 138560
SHA256: 26b73f85eaa32a5f6705a9ad6205595c379e3c3e1d555654ccdbc31a7aa46738
SHA1: 8fa38d7619dc32a88ff5f23291284ebea7fd4dba
MD5sum: 61edd9579e1242bc4f8711223943c11e
Description: debug symbols for postgresql-14-tds-fdw
Build-Ids: e97da485fe7126f07725de494677e4770e7f0d0f
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-toastinfo
Source: toastinfo
Version: 1.5-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-14-toastinfo_1.5-2.pgdg+2_arm64.deb
Size: 13600
SHA256: b623b15263a2b35ef47f8f7cc15e79b19888a9beaa43556be61d928a2d1c5a1a
SHA1: a81cba23d32d6238437e4931900fd27286a48ade
MD5sum: 08dc5b2703554943bc89439ef5c8ae11
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-toastinfo-dbgsym
Source: toastinfo
Version: 1.5-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-14-toastinfo (= 1.5-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-14-toastinfo-dbgsym_1.5-2.pgdg+2_arm64.deb
Size: 11004
SHA256: 89164f237231ee9c29a91a8f3dc2e577794f118c228fc6dfb1fb6f6e922e040d
SHA1: 1787033a5b35513796c79224821dd76ec236cb36
MD5sum: 7ba30692d46daf5ed0efcd0a459c841c
Description: debug symbols for postgresql-14-toastinfo
Build-Ids: 5c389cba1b63e6ef1a4ec66d450d01123d90bdbe
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-unit
Source: postgresql-unit
Version: 7.9-1.pgdg+2
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 506
Depends: libc6 (>= 2.38), postgresql-14, postgresql-14-jit-llvm (>= 16)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-14-unit_7.9-1.pgdg+2_arm64.deb
Size: 136352
SHA256: 493ab97340e29dccb3c12599fe64907a2998cef9764adab92ac14a2e20a57b94
SHA1: 2f9038618dff59577690e1878956d39c7103f6b9
MD5sum: 8294d65e15d452eeb6dfcfa94bf5fdcc
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-unit-dbgsym
Source: postgresql-unit
Version: 7.9-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 81
Depends: postgresql-14-unit (= 7.9-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-14-unit-dbgsym_7.9-1.pgdg+2_arm64.deb
Size: 58588
SHA256: d4df3f78a069975de988300029298c936178f41cb53c973be99234f8157af18b
SHA1: 69254c2655e6684b8d0066a75d1eda6a3ae78696
MD5sum: e47f3b65ead37bcd219097d1d3a1fea4
Description: debug symbols for postgresql-14-unit
Build-Ids: d04b509a32083abf60ad666f2fc3261ba7e14a36
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-wal2json
Source: wal2json
Version: 2.6-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 158
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-14-wal2json_2.6-2.pgdg+2_arm64.deb
Size: 64032
SHA256: 365f4d8bcaeab257a922eda9baad1a847f58a9f7eafa0afb9bc194e650020ed5
SHA1: 0e6f68d871909b293ad339c1a5fd02a1b01951e5
MD5sum: 65890b106a3e37d07e3b87336651c607
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-14-wal2json-dbgsym
Source: wal2json
Version: 2.6-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-14-wal2json (= 2.6-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-14-wal2json-dbgsym_2.6-2.pgdg+2_arm64.deb
Size: 67904
SHA256: 5343625239f571c2ff5b443e99d5c0455b69bcf55cd886470bf0502d001560bf
SHA1: 32d6e67759649fdc7a7747cfce092c78d7bf0dc3
MD5sum: 0837c92dba7c964b8e483e6fd920765b
Description: debug symbols for postgresql-14-wal2json
Build-Ids: a33acbc2093642e5307492510bc8e8b916239191
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-asn1oid
Source: pgsql-asn1oid
Version: 1.6-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-15-asn1oid_1.6-2.pgdg+2_arm64.deb
Size: 13244
SHA256: 677a90892a1046d7c257f99ce2aa82f70acc830b01347270ee0b1388e646bd27
SHA1: 430dc0608bb997c0e50768e3b486e509c03af978
MD5sum: 1f05c5f5e5590ec2b74fa591dfdaa0dc
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 15.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.6-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-15-asn1oid (= 1.6-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-15-asn1oid-dbgsym_1.6-2.pgdg+2_arm64.deb
Size: 8224
SHA256: e649a0c2e0b83bbe99f5378ce60f8d199ed3913cd03ae97f6c9dffef02db71c4
SHA1: 0c299bf3ab9e29cae90401b559163348aa3116e1
MD5sum: f8a6c9d333b202449e41273b34e15439
Description: debug symbols for postgresql-15-asn1oid
Build-Ids: 1fe9b6ab18f052864e4dcaa49cd89dc96f52a4a5
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-auto-failover
Source: pg-auto-failover
Version: 2.1-3.pgdg+2
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1162
Depends: pg-auto-failover-cli (>= 2.1-3.pgdg+2), postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38), libpq5 (>= 8.4~)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-15-auto-failover_2.1-3.pgdg+2_arm64.deb
Size: 401164
SHA256: ea42eb997d8217d087594a06b4ef8d23f392e13ab4c09a4ed2be9d8a41b9e957
SHA1: 2a9618a5488cf66b1e6762c5ac19892de582fec9
MD5sum: e2872b791d9d78d048924290106ee832
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.1-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 177
Depends: postgresql-15-auto-failover (= 2.1-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-15-auto-failover-dbgsym_2.1-3.pgdg+2_arm64.deb
Size: 152624
SHA256: 7a22b0f309831442337b1a08f78c9c8701086457e1e313ecbd0795829e9bd59b
SHA1: 54dfbea40104e392ea55be89255507f710f0eef5
MD5sum: bc01c2c7ba7be98de46162f810edde3f
Description: debug symbols for postgresql-15-auto-failover
Build-Ids: 7f76e7721ea1a8849296c18b4d20c083fe1a79cf
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.7-3.pgdg+2
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 97
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-15-bgw-replstatus_1.0.7-3.pgdg+2_arm64.deb
Size: 15864
SHA256: 30369436b82709d79bdffdd711653a9f8c5f3e9dacfd2f502bc245457adeb5a8
SHA1: 3eea1371362e55b6bfafd3d48e01a315006272c9
MD5sum: 1c245fd375b80c7ad3325ae5208b19ba
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.7-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 23
Depends: postgresql-15-bgw-replstatus (= 1.0.7-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-15-bgw-replstatus-dbgsym_1.0.7-3.pgdg+2_arm64.deb
Size: 8336
SHA256: 0945b440ea9f3f34205e8c4041460bb0ad8ab84f4a649c4f516f9d2069f8b5bb
SHA1: cd0e35acbcbb1c01c8a0b45bbacd0f50a14861e2
MD5sum: 5c1b75f4243200611b51c9798d1554ad
Description: debug symbols for postgresql-15-bgw-replstatus
Build-Ids: cf55d16d6f607f8bec52e9322e1dc4f935217e47
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-credcheck
Source: credcheck
Version: 2.8-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-15-credcheck_2.8-2.pgdg+1_arm64.deb
Size: 71424
SHA256: f595e46d54caa176cc634e03e58acacf114664163181df956667ebbbded884b1
SHA1: 365b9ee4ab18e3b7a5a8a02a0059aa459216290c
MD5sum: c5268a50683d40ae9509e42981a97395
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-credcheck-dbgsym
Source: credcheck
Version: 2.8-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-15-credcheck (= 2.8-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-15-credcheck-dbgsym_2.8-2.pgdg+1_arm64.deb
Size: 69720
SHA256: 4d40a74203364e7905a3910a3f97acc45ce6b5d9d66e6107699a5a84d7222b65
SHA1: 6ae5d13b29f11af7ec3a9dd247678f04c017d39e
MD5sum: c8b38ec7ce4c35bf8d99bac23804e1aa
Description: debug symbols for postgresql-15-credcheck
Build-Ids: f9114ec321ce3d8447cffc3cb710f2a229efbe47
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-cron
Source: pg-cron
Version: 1.6.4-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 305
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-15-cron_1.6.4-2.pgdg+2_arm64.deb
Size: 104700
SHA256: e151e6d82b3e633ed5c1a1277d6a169e989dcfe83f3e0773e4d64917c1e6fc07
SHA1: 7598b5f2c1253adbcc2cedc1bd801ada33ae7574
MD5sum: c1900aab5c1e3c0c45b74aec13b9242e
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-cron-dbgsym
Source: pg-cron
Version: 1.6.4-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: postgresql-15-cron (= 1.6.4-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-15-cron-dbgsym_1.6.4-2.pgdg+2_arm64.deb
Size: 114196
SHA256: 341f878b168d2977f1df40709802032f30d4a2d98b80ea0373c1dd1af235ec59
SHA1: 710ec39580881c336b2e4c19fb81a7710b7af34c
MD5sum: 67628066d3867dbbfc4515675b023e45
Description: debug symbols for postgresql-15-cron
Build-Ids: 26bc800abeb1e04b9827401da27a8ed56cf4b6cd
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-debversion
Source: postgresql-debversion
Version: 1.2.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libapt-pkg6.0t64 (>= 0.8.0), libc6 (>= 2.17)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-15-debversion_1.2.0-1.pgdg+2_arm64.deb
Size: 14224
SHA256: a5a211dee7a3b9478086cfcc166901b1cc6c048d91d0e2aeebf460450db7a073
SHA1: 2d6960ff9d57c3ea89aecd0cf968b56000575835
MD5sum: 011626ac35e5a661a4fa264afc0bf38c
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()
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-debversion-dbgsym
Source: postgresql-debversion
Version: 1.2.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: postgresql-15-debversion (= 1.2.0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-15-debversion-dbgsym_1.2.0-1.pgdg+2_arm64.deb
Size: 18564
SHA256: 6d44afd47decef6de5995ac1f35a134354e080773a76b1baf409a95a76f39b92
SHA1: a9ac39f5662aeed3ad5d0544fb94fcd2355ff14d
MD5sum: 65aa04ef6d32dd47f7ce3a673cdfbf5e
Description: debug symbols for postgresql-15-debversion
Build-Ids: 75e511b1d8dbb690f482ad775d3088990e516ea1
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-dirtyread
Source: pg-dirtyread
Version: 2.7-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-15-dirtyread_2.7-2.pgdg+2_arm64.deb
Size: 25808
SHA256: 0918b9f55b0fdc6c92a79995909824b34167c4a7112aed3141937268bf137d8c
SHA1: 62abb677700ba16768339849fbf80ca8f5f97ceb
MD5sum: d9290fd12bea55ad827a56818e7876b9
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.7-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-15-dirtyread (= 2.7-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-15-dirtyread-dbgsym_2.7-2.pgdg+2_arm64.deb
Size: 33180
SHA256: a1ede2ee0c9e4f140258794eb2d1bbe413283820e277d53712159d0463f2f62e
SHA1: 76f8702f69d46d861913fe95dcb7be329eb18195
MD5sum: 8250f508ed79c0d3313c92ddaeac4495
Description: debug symbols for postgresql-15-dirtyread
Build-Ids: d0336597c280ce5a28720f43e8e4b8c8d3decc7a
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-extra-window-functions
Source: extra-window-functions
Version: 1.0-6.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-15-extra-window-functions_1.0-6.pgdg+2_arm64.deb
Size: 16512
SHA256: c422fc4fc0cefa2a15f0e32ccc0a8b385ed814765848121946bc448f384cc038
SHA1: 510eddb8893ac97c5c05cfe6eefcc8b9d6a9d91d
MD5sum: fc75bcd1d5065507ed783d71c8c9f212
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-6.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-15-extra-window-functions (= 1.0-6.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-15-extra-window-functions-dbgsym_1.0-6.pgdg+2_arm64.deb
Size: 9544
SHA256: 269ff5158e8f09a2f635f9f586a1c10e574aa9ce5a25cdfbf35b2683fb1c7b6c
SHA1: 479a7a44a8598ea62937b5c1de888ad81376acba
MD5sum: bc56ece1392acca650facba9c99f22e0
Description: debug symbols for postgresql-15-extra-window-functions
Build-Ids: 5e26710fe9eada4d5caf274923a2cc2b7a19623c
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16)
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-15-first-last-agg_0.1.4-4-gd63ea3b-8.pgdg+2_arm64.deb
Size: 8884
SHA256: 70f9b3fe3dbdaf02ffa34284055beb878bd7108139a7fb3e9f9fbfdb9555e75a
SHA1: 57c5017f0911078e584d8c291b47273384e943c6
MD5sum: d34daf96e67e0ee27b99898e424e35f1
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-8.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-15-first-last-agg (= 0.1.4-4-gd63ea3b-8.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-15-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-8.pgdg+2_arm64.deb
Size: 4004
SHA256: e9f445d2f6fc7b00fafbeee89d8f28bd389731d49f5246864e417eceb0e51c37
SHA1: 17572b6d5f448ad75ffbb19059b59c796193c5dd
MD5sum: 84e18bb1439e90b17de449288104097e
Description: debug symbols for postgresql-15-first-last-agg
Build-Ids: 4a4b185d5960d93c40b2683e934cfdf8f241e630
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-h3
Source: h3-pg
Version: 4.1.3-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 440
Depends: postgresql-15, libc6 (>= 2.17), libh3-1 (>= 4.1.0)
Homepage: https://github.com/zachasme/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-15-h3_4.1.3-4.pgdg+1_arm64.deb
Size: 47540
SHA256: 0efa6d5497317f192657dda31ef6e018bf64d3f7f4cb6f1e03b4cbefdae79887
SHA1: 8ebe2dbb3deac5ab05bff03cee9183eae818a3a6
MD5sum: 29d8bcc0b9fd473b0f6e421c51764c74
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 15 extension.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-h3-dbgsym
Source: h3-pg
Version: 4.1.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: postgresql-15-h3 (= 4.1.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-15-h3-dbgsym_4.1.3-4.pgdg+1_arm64.deb
Size: 98112
SHA256: 3e7533dc23ef47c69507905978853aab800d2305b5221f0596b67b867a392019
SHA1: 0fd7dda58b616ea4ff8050756e8c220d666774b5
MD5sum: d9ad3257d7c50cc3f818a03017cc8dc7
Description: debug symbols for postgresql-15-h3
Build-Ids: 954f4b9cbe2070f14113eb10378f0ca435e5a5d2 e7c9d2d24df2afe47a429d6f00ae37ef4b9f3fee
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-hll
Source: postgresql-hll
Version: 2.18-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 216
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-15-hll_2.18-2.pgdg+2_arm64.deb
Size: 85100
SHA256: b4ba79eacc0668cf8463e6b9d0e9f5ccd4050cdadf489a7a2a66d78cb24428c4
SHA1: 16930199593e603d1c335169e36dd7c6f0565db4
MD5sum: dcfdef015d2e6c03ac7eaf2b268f053d
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-hll-dbgsym
Source: postgresql-hll
Version: 2.18-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-15-hll (= 2.18-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-15-hll-dbgsym_2.18-2.pgdg+2_arm64.deb
Size: 91376
SHA256: 6caf47b0170a08aee9536ae26dd2245661028f0d4d08148b0c6c806e9bd15042
SHA1: 3d1e791bd5acc54e4d4f17b67c90c1ba15f60c41
MD5sum: 671f1dece5bd1056f3d667b82515bce1
Description: debug symbols for postgresql-15-hll
Build-Ids: 49d3b851c24a96a1eb8ce8c75bc2a945615553e1
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-http
Source: pgsql-http
Version: 1.6.0-5.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-15-http_1.6.0-5.pgdg+2_arm64.deb
Size: 48316
SHA256: 2bed808cf2cf17624b55b7e17d5e21bcab310fa8872dcb0b900d7df4ba0cda4f
SHA1: 2b25feb646312ea22b201a920505cf24a49c2ef3
MD5sum: 300ec0d8506928db2e05b8b1272faee0
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-http-dbgsym
Source: pgsql-http
Version: 1.6.0-5.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-15-http (= 1.6.0-5.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-15-http-dbgsym_1.6.0-5.pgdg+2_arm64.deb
Size: 58980
SHA256: 2470379d2af9a8d43b8a45889e6e8ce01eac4a93036516c65b6d7771774ee521
SHA1: 59c744c3b78077eb15fafe9d308d2aa171a0e82a
MD5sum: 42f4b6e4140fd70607bc14c4164435de
Description: debug symbols for postgresql-15-http
Build-Ids: df6127c50eba9ce3e3ec38b3e2551b14db0ab7e8
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-hypopg
Source: hypopg
Version: 1.4.1-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-15-hypopg_1.4.1-2.pgdg+2_arm64.deb
Size: 78108
SHA256: 44a92d9639006ad1d1c38bd22a36b26e0f11da3262cdc951ae3a602232b1011c
SHA1: 69e376f53d8de3959b418a565dc615a0b4ca3664
MD5sum: a259edead7ee43f2202bc458d8463ac4
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-hypopg-dbgsym
Source: hypopg
Version: 1.4.1-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-15-hypopg (= 1.4.1-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-15-hypopg-dbgsym_1.4.1-2.pgdg+2_arm64.deb
Size: 89704
SHA256: b75b0d14f8dd5748a897489d49b8ef6dcee110efc923e00932c6bf79114e7f76
SHA1: 2b5511708887a946606c6a8200675fe47f6296de
MD5sum: d5ed16b205d27cc3e979c90f6e72cd81
Description: debug symbols for postgresql-15-hypopg
Build-Ids: 735532197bf1bf3375bd123e983d3f032e39081e
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-icu-ext
Source: icu-ext
Version: 1.9.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 284
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17), libicu72 (>= 72.1~rc-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-15-icu-ext_1.9.0-1.pgdg+2_arm64.deb
Size: 106136
SHA256: 22daca23f95c66802e879214f8628474a53d963813201b86c0be4f839134ca65
SHA1: 25becadcd490fc8f24bb6b32b848257a0909f6e7
MD5sum: dc71821391b8904978664d0da760fec8
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-icu-ext-dbgsym
Source: icu-ext
Version: 1.9.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-15-icu-ext (= 1.9.0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-15-icu-ext-dbgsym_1.9.0-1.pgdg+2_arm64.deb
Size: 88164
SHA256: dbaa36173b198e58f50b7df85bb0408b2e35f019f4dfc2b30781bb568560048d
SHA1: 4bdddd18a151874cfaa70c5305d977eaa0a5fe39
MD5sum: 2dad7e16c1ec7c339a6482a3ee3a6fe6
Description: debug symbols for postgresql-15-icu-ext
Build-Ids: d5f1d2ff27c9a8f5c9ad35e9c7e677254575ca7f
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-ip4r
Source: ip4r
Version: 2.4.2-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 603
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-15-ip4r_2.4.2-3.pgdg+2_arm64.deb
Size: 196964
SHA256: 954c8d18cc1a1ec76a35e74a54cd5effc6bdb513455451f8f533f7871bd988fc
SHA1: 9c99fb592c90200e86a4cbc942abf391cec52eb4
MD5sum: b13c844631abc715fc2b7f45c8dddc87
Description: IPv4 and IPv6 types for PostgreSQL 15
 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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-ip4r-dbgsym
Source: ip4r
Version: 2.4.2-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 214
Depends: postgresql-15-ip4r (= 2.4.2-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-15-ip4r-dbgsym_2.4.2-3.pgdg+2_arm64.deb
Size: 177896
SHA256: 57a8f3cd3aa838f03dc9f47db7837daf0c4597f494439edb1f935ed5d746b345
SHA1: 5b1e06a4a8c1f562b4d277ed167aca1e8ab6ff74
MD5sum: be2ebeb8c91609e0b6fc0fc4a941b7c9
Description: debug symbols for postgresql-15-ip4r
Build-Ids: e03536ccfa4b4d5f38f1fcf3e44e42e7cabf917e
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-jsquery
Source: jsquery
Version: 1.2-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 363
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-15-jsquery_1.2-2.pgdg+2_arm64.deb
Size: 139672
SHA256: c7474995717a79952883a72ffc499d3b0526cb1512e6c1e32d02f40135d93a72
SHA1: f84ba80e0bb634d3702a3eedb51a6a5932dc1247
MD5sum: 14f5e4733071adfef577c232845564f0
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-jsquery-dbgsym
Source: jsquery
Version: 1.2-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-15-jsquery (= 1.2-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-15-jsquery-dbgsym_1.2-2.pgdg+2_arm64.deb
Size: 98328
SHA256: 23d1a329e1c263c94af4c1d89655f0a9cde4ffe752e17db6776e7577d43c5fbe
SHA1: a9d21e0e664daf77011fa48f026a531f899fefe9
MD5sum: 90f79a1eb665d2b36ff11d248593edd4
Description: debug symbols for postgresql-15-jsquery
Build-Ids: 63b57ed01a81a2803f44d9ce6dce3015046c8143
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-londiste-sql
Source: londiste-sql
Version: 3.8-6.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-15-pgq-node, postgresql-15
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-15-londiste-sql_3.8-6.pgdg+1_all.deb
Size: 20680
SHA256: a4fbff34f845cef513b17a786a7f08fcf5c44b11d82766cda33a7358d07b40c2
SHA1: cdb74ea98941e3b61d03afac009585182631ab01
MD5sum: 159ddc7049c18851e36cb86112ae551b
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-mimeo
Source: mimeo
Version: 1.5.1-19.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4485
Depends: postgresql-contrib-15, postgresql-15
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-15-mimeo_1.5.1-19.pgdg+1_all.deb
Size: 128588
SHA256: 1943b1c59cab902d480ecced4a460ef64e6dfb3f29fc17363953c554e2ab24fa
SHA1: 84d252c35a36ec33501319c021d21343ee9a51d4
MD5sum: 0f0b4ac3569d93068319c58d12a8161f
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.2-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 377
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-15-mysql-fdw_2.9.2-2.pgdg+2_arm64.deb
Size: 159160
SHA256: 566fe6825bdb940c4ac9863913d2a63489cbb8a62d92bcc7f27acdf5ea7d649a
SHA1: 6fca664cfd760cf8e1220366d38dbfcc93e145c2
MD5sum: 9ddb9ce2097638d0738f05c71cd99c12
Description: Postgres 15 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 15.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.9.2-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-15-mysql-fdw (= 2.9.2-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-15-mysql-fdw-dbgsym_2.9.2-2.pgdg+2_arm64.deb
Size: 172268
SHA256: 066a61720dfbb1f77f4929641e727be500f95c8f88f9a08ebb820ce3e7c4767c
SHA1: ddbb8de55901e35d090d5348df7441634f350eee
MD5sum: 0df0541eddd6520fdd723d9d667493a9
Description: debug symbols for postgresql-15-mysql-fdw
Build-Ids: 1bd44800bfdfb4f2d119f8a49163e0df20daa104
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-numeral
Source: postgresql-numeral
Version: 1.3-7.pgdg+2
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 260
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-15-numeral_1.3-7.pgdg+2_arm64.deb
Size: 81312
SHA256: 259d2a106b8ca43eaec4df6ae758019d6767f35ff11fff833d76537fee1355c1
SHA1: a6f603576f93699a367fad6b820b563f1bd4df4a
MD5sum: c0ec401eba11f1b328e2f2af5e01b053
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-7.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 63
Depends: postgresql-15-numeral (= 1.3-7.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-15-numeral-dbgsym_1.3-7.pgdg+2_arm64.deb
Size: 40836
SHA256: a88e980ae3c5b0707afa71f95b97e1f2bfdf28bfdfa4a43170935731d7df5f40
SHA1: 4acc01683d64c84eb330c2d70d260e38634b1f8e
MD5sum: a3c73b85e153afc4aea7f1511b3ae8e5
Description: debug symbols for postgresql-15-numeral
Build-Ids: 189b0fbbc1cf41461108a3e74c892724d7c1126a
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.5-2.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 296
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38), libgdal35 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-15-ogr-fdw_1.1.5-2.pgdg+2_arm64.deb
Size: 108364
SHA256: 6776e543f0a1e01e18052c923a398d2ec6458001f1805b8e36902821715d17d8
SHA1: 3cd6cbd56f837f17d789d0de63066f654c2ca55e
MD5sum: 76478bbe9b1881981f992566e3deb70b
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.5-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 165
Depends: postgresql-15-ogr-fdw (= 1.1.5-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-15-ogr-fdw-dbgsym_1.1.5-2.pgdg+2_arm64.deb
Size: 132524
SHA256: c354736b362cc6a80b59e49147d69ef7afb594c4e206c0597b455c369901a531
SHA1: 25a60dc4abeffca950a58c67d370a122858184a0
MD5sum: 10960ecf0d057349d1fab2a7b9d446d0
Description: debug symbols for postgresql-15-ogr-fdw
Build-Ids: d1ba6bbb9536d6e8d0b2029c241280b27990a917 e7b3b263d20ed8ad8aa738e41380a83aed6b7daa
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-omnidb
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-6.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17), libpq5
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-15-omnidb_3.0.0.20201026-6.pgdg+2_arm64.deb
Size: 22928
SHA256: e72a365e871afd5d0c4fcb7a3d055841d843dbe05754bde1c5a2f62737006b19
SHA1: 02a293132b913cbbe376f06841c8c438811b8dc8
MD5sum: ee9b82e4cfef7ef49fc910813090a972
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL omnidb_plpgsql_debugger extension for
 interactive PL/pgSQL debugging in OmniDB.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-omnidb-dbgsym
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-6.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-15-omnidb (= 3.0.0.20201026-6.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-15-omnidb-dbgsym_3.0.0.20201026-6.pgdg+2_arm64.deb
Size: 41832
SHA256: 108a7474382674dd392d33b8e04cd69e09d9a7793066e2af5605b3e45aba561b
SHA1: 0ccfdce835375b88f8effc189a4f65a6f1c8432d
MD5sum: 089aeb9118ccf2c6c6c197eb6110265c
Description: debug symbols for postgresql-15-omnidb
Build-Ids: 2fa67d468306adb326cb2dab7cc97427e673a6a2
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-oracle-fdw
Source: oracle-fdw
Version: 2.7.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: oracle-libs, postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-15-oracle-fdw_2.7.0-2.pgdg+1_arm64.deb
Size: 82572
SHA256: f182f7ca86af419532a45edb1880d803ab8e32b40fb6a911d8430f6713d1047b
SHA1: a1c4ef061a750fe81f7ddc6ca0f9feddcd42bc0c
MD5sum: 9edd3b80b89284f8e9271a426c52d31f
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.7.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 211
Depends: postgresql-15-oracle-fdw (= 2.7.0-2.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-15-oracle-fdw-dbgsym_2.7.0-2.pgdg+1_arm64.deb
Size: 189428
SHA256: 422afb4823444ff7b1f2819ef259b655ee75ca7fbf07c167ccf2b5ae1a950633
SHA1: c82c1aad50dbd9489d2fd9177e283433bd10b1ac
MD5sum: 7c171266657c5a1238d7d7d04f0e014e
Description: debug symbols for postgresql-15-oracle-fdw
Build-Ids: 33f4537698f6b760d4e7609264ae34484656f2aa
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-orafce
Source: orafce
Version: 4.12.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1288
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-15-orafce_4.12.0-1.pgdg+1_arm64.deb
Size: 407972
SHA256: ac77f522b27ee4867f346fbfc402c25658a2f5169a87084e54ad971f0cebe08b
SHA1: c1e861cf68f2b7c50cb01afd7376934e1f677c6a
MD5sum: 7e45f15db299ca1615400f00d5d5c93f
Description: Oracle support functions for PostgreSQL 15
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-orafce-dbgsym
Source: orafce
Version: 4.12.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 346
Depends: postgresql-15-orafce (= 4.12.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-15-orafce-dbgsym_4.12.0-1.pgdg+1_arm64.deb
Size: 295028
SHA256: f04ade5251fac66d95d09b069a5e4031ba309765d74aecd652d54276893ed8f3
SHA1: fcb8094a831ffcbf2f60a400ab5696f1c146f922
MD5sum: f2c47260e0ca674f89f3e6cedb9e1ef6
Description: debug symbols for postgresql-15-orafce
Build-Ids: 20754b4cb9be5bed9c831dbbf4c3e42fe64fef96
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-partman
Source: pg-partman
Version: 5.1.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7158
Depends: python3, python3-psycopg2, postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-15-partman_5.1.0-2.pgdg+2_arm64.deb
Size: 230364
SHA256: 7c985854bf456094a1491b6c3d2c9764ced1793fed10f31003a69f480fdc83f5
SHA1: 0f0e0246a641e113e19122b556d8d51f84e31847
MD5sum: 39495946349245babb49d0f8f8f571f3
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-partman-dbgsym
Source: pg-partman
Version: 5.1.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-15-partman (= 5.1.0-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-15-partman-dbgsym_5.1.0-2.pgdg+2_arm64.deb
Size: 40560
SHA256: e5fe53057d5f72dbbf80b348c3d626132584c2431d32df7e1eb7f0872675ad10
SHA1: 6f46d992e38ed2015f85fcad36cf3f4ef8e4ff94
MD5sum: c5e00b10b98046e134534c646bf3467b
Description: debug symbols for postgresql-15-partman
Build-Ids: 56b96513621ab8a4748b3e72335c9b72109f7c3c
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-periods
Source: postgresql-periods
Version: 1.2.3-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 598
Depends: postgresql-contrib-15, postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-15-periods_1.2.3-1.pgdg+2_arm64.deb
Size: 52552
SHA256: ddc213911e39497101f85047f3e4816c31106b68bed02b4286332fd24d81a7c7
SHA1: bf20ed71bb51d5104855a1b128d5c611f11cc341
MD5sum: 8712f26cc2737af21c325da0ce52b051
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-periods-dbgsym
Source: postgresql-periods
Version: 1.2.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: postgresql-15-periods (= 1.2.3-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-15-periods-dbgsym_1.2.3-1.pgdg+2_arm64.deb
Size: 38076
SHA256: a31dda8e179c0371095c4458c35f67e45ed101340eeb0168295cd83517ab9daf
SHA1: fb7d8f14631c27c287e68677b3539d34c675e037
MD5sum: 03baefc459be526b20280470e9ae95f7
Description: debug symbols for postgresql-15-periods
Build-Ids: be61df4f09d950430ce0faff65bc8bdf7e4603ad
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.6.2-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), postgresql-15-pgaudit, libc6 (>= 2.34)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile_1.6.2-2.pgdg+2_arm64.deb
Size: 45856
SHA256: f9f5740eb7a3e46056555109abac74e79cc9f7d1e0d8e4a4150398257079c0e4
SHA1: 2d0fe57efdba9e2e90cbdcbc75cc48b4a3d4bf49
MD5sum: 39a85190c965e9fba1d81e6f288840c0
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.6.2-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: postgresql-15-pgauditlogtofile (= 1.6.2-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile-dbgsym_1.6.2-2.pgdg+2_arm64.deb
Size: 33736
SHA256: 13f4d08a3b77f2bbebfa18381d0f35fbd31e90962d46c5aee09c99e43516f58a
SHA1: 6db672c48e9ff241ea343206920410c3202feca1
MD5sum: 816e2ea1aec86614e90ff772faefe9be
Description: debug symbols for postgresql-15-pgauditlogtofile
Build-Ids: d9cdb7283dad0a1dfbc4c6505cfb1fadffb4bb0f
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pg-catcheck
Source: pg-catcheck
Version: 1.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-15, libc6 (>= 2.38), libpq5 (>= 9.2~beta3)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-15-pg-catcheck_1.5.0-1.pgdg+1_arm64.deb
Size: 34968
SHA256: c9b1bce9e83654f4d5b3cecc973f9b1450622a04d359b6b8517f0e8f52418cb2
SHA1: 48f5b1cab0986947242d075291425dc7577c8116
MD5sum: 5ac5fe281bb51332cadd2f9ee5258da3
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-15-pg-catcheck (= 1.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-15-pg-catcheck-dbgsym_1.5.0-1.pgdg+1_arm64.deb
Size: 38216
SHA256: 6ae21bd2f601d8b89e1422fcb72d7ca20a734580f8344d4f57638d92a4a022b7
SHA1: ff1ed4ecad7f5ecedaa40a1d98132a99e1256916
MD5sum: f67688ba0dbbc156a8435141cb03c981
Description: debug symbols for postgresql-15-pg-catcheck
Build-Ids: 78426d54fd45a66780e82bb140d4e94b07535db0
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pg-checksums
Source: pg-checksums
Version: 1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: libc6 (>= 2.38), postgresql-15
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-15-pg-checksums_1.2-1.pgdg+1_arm64.deb
Size: 35372
SHA256: 2b87096fc004c923893c4102a123f9fdcc46f01eebf13840500d98ca432672c3
SHA1: ad1f047fe4367ed86fa1f2842fcc357cf0408cf0
MD5sum: 5725e73c5302883b69457a2bf8927d4a
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-15-pg-checksums (= 1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-15-pg-checksums-dbgsym_1.2-1.pgdg+1_arm64.deb
Size: 22728
SHA256: 05ac23a690d2cce57277625993badfea91da835c00241e647936332f02a0a2c4
SHA1: 7f4c375f7923beeb42967273277fc5f3435fb940
MD5sum: eb8e01c81a9aa8ad822afae0860c4ae0
Description: debug symbols for postgresql-15-pg-checksums
Build-Ids: 8e90324811cc7c33a0c9ad0ff675e6a6346a344a
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pgextwlist
Source: pgextwlist
Version: 1.17-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-15-pgextwlist_1.17-3.pgdg+2_arm64.deb
Size: 38860
SHA256: b49543d9807fc0c35cdadd2ae11587d252cc0b8078c11ede689ddd168cf5f90a
SHA1: cecb0c6340a410a6aaf1b312b277a02818977067
MD5sum: dafdb834c489622b07f03df9a5d29edd
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.17-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-15-pgextwlist (= 1.17-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-15-pgextwlist-dbgsym_1.17-3.pgdg+2_arm64.deb
Size: 54248
SHA256: e1ab724b890d2b5eccd5689b986cde273ab44621b60a7e2b0a1a52ee2a3fe6ba
SHA1: 0f76917c04bcc3713f3d176de65970615774ed16
MD5sum: 74792950a17314949608433990948255
Description: debug symbols for postgresql-15-pgextwlist
Build-Ids: 06d12084252b85b6b5f0c7e7145fd07794a5c4d0
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pgfaceting
Source: pgfaceting
Version: 0.2.0-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-15-roaringbitmap, postgresql-15
Homepage: https://github.com/cybertec-postgresql/pgfaceting
Priority: optional
Section: database
Filename: pool/main/p/pgfaceting/postgresql-15-pgfaceting_0.2.0-4.pgdg+1_all.deb
Size: 9788
SHA256: c8947bc2abbc03d7fc4979517959e29c87f5a88adb9adfcfbb281589589754e0
SHA1: 0cbfdf82a8bae47eb636c9248ddebc61dd831fd3
MD5sum: 9b7cdbd5d5c9ca5f6ad6a5a739020ce5
Description: Faceted query acceleration for PostgreSQL using roaring bitmaps
 PostgreSQL extension to quickly calculate facet counts using inverted indexes
 built with roaring bitmaps. Requires pg_roaringbitmap to be installed.
 .
 Faceting means counting number occurrences of each value in a result set for a
 set of attributes. Typical example of faceting is a web shop where you can see
 how many items are remaining after filtering your search by red, green or
 blue, and how many when filtering by size small, medium or large.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pg-fact-loader
Source: pg-fact-loader
Version: 2.0.1-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1144
Depends: postgresql-15
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-15-pg-fact-loader_2.0.1-4.pgdg+1_arm64.deb
Size: 41452
SHA256: 54c87ce57feee1a1fbfa6e2f838ac01fdcda077db0aad4f971ab226abfa29f74
SHA1: 1f19ebd3f1043e70acd92b5823d90d5d21889da5
MD5sum: 7f54bb75da9dc188e96d81d5be479567
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 15.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pg-failover-slots
Source: pg-failover-slots
Version: 1.1.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-15-pg-failover-slots_1.1.0-2.pgdg+2_arm64.deb
Size: 43580
SHA256: cd791c0bf2a7aad3a409dd1f4140ceddcb5912cdb1cf54973d08be87673a63b7
SHA1: 4866da782e25c272f79f309bb448fec5b65dcf6e
MD5sum: 2be41e268a323219f9254f618d0790db
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.1.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-15-pg-failover-slots (= 1.1.0-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-15-pg-failover-slots-dbgsym_1.1.0-2.pgdg+2_arm64.deb
Size: 41056
SHA256: 80267616e3f0c3fd570463a96f5f7b31034f54557f26f25fcbf91b96600d6e87
SHA1: 3b990a72d3b66934e6eae1a83765b6de152e72da
MD5sum: 206403f2b58457a5294fbf8d199c06c3
Description: debug symbols for postgresql-15-pg-failover-slots
Build-Ids: 61faa7e41d1cf42069ac155da31894b0ff4cc84a
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pgfincore
Source: pgfincore
Version: 1.3.1-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.34)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-15-pgfincore_1.3.1-2.pgdg+2_arm64.deb
Size: 32808
SHA256: 698024ff2ddf24bca8115f3b13314bdbd14dee2be851b857c84927b2ed35d855
SHA1: 5f944eefeca30fc7b914f4e9d06e74df3ecc9a8a
MD5sum: d25e34fdb870c3fa99042bad7d8a2fc3
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pgfincore-dbgsym
Source: pgfincore
Version: 1.3.1-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-15-pgfincore (= 1.3.1-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-15-pgfincore-dbgsym_1.3.1-2.pgdg+2_arm64.deb
Size: 40764
SHA256: 22db3cd1624b63fdac5fa285d5e1e26aba845a0373b8755dc12273333b41089e
SHA1: d2cac7f620d13cb39eb06afeb66e6ece44e752ff
MD5sum: bba98cc1374f4c1af49b3c0640930b7b
Description: debug symbols for postgresql-15-pgfincore
Build-Ids: 2a616f8545a1f5972cd988e25535ad635094f366
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.2.1-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1931
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-15-pgl-ddl-deploy_2.2.1-2.pgdg+2_arm64.deb
Size: 41084
SHA256: 31851db7330e80574199bf0a7e95b367acea4978ce740e35a629a4ec6d4908f0
SHA1: bb6d056b54997fc22c7bb12d13b7790f61132088
MD5sum: 2254576c12a74275d65b0c60b07430a5
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 15.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.2.1-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-15-pgl-ddl-deploy (= 2.2.1-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-15-pgl-ddl-deploy-dbgsym_2.2.1-2.pgdg+2_arm64.deb
Size: 18608
SHA256: deff8d1398d80154cd8d52484a1648c4539aed623749cc14a91d250d6ad05743
SHA1: 97d35062facafc4b5733bcd29a7a26e1dabae40d
MD5sum: f589884ac7075edd6395d73e4979f6f6
Description: debug symbols for postgresql-15-pgl-ddl-deploy
Build-Ids: 3f68490a444b9d9c8fec74a34e424cc9bc9152ee 479d9a25b23a7954a46d278808a1cd656b9fe4dd
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pglogical
Source: pglogical
Version: 2.4.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1341
Depends: libc6 (>= 2.38), libpq5 (>= 9.1~), postgresql-15, postgresql-15-jit-llvm (>= 16)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-15-pglogical_2.4.5-1.pgdg+1_arm64.deb
Size: 450236
SHA256: c580d16cce921b14e6b5f3468565f2c0ac6a7a72041a7550bac82a1781d27232
SHA1: 6c5c8efe11c52661653de372df36160b673c097b
MD5sum: 6aea7074959f5c8453d272bbd2ac5e86
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pglogical-dbgsym
Source: pglogical
Version: 2.4.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 462
Depends: postgresql-15-pglogical (= 2.4.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-15-pglogical-dbgsym_2.4.5-1.pgdg+1_arm64.deb
Size: 395568
SHA256: 77dbaad221bf773443e93e250057ea85da64d7ad433d28994af282b4d0578e06
SHA1: a29d4cec936e9bbd6f849a275564dbc10ed9db07
MD5sum: b5122f170260f8916d86d80919c9a79f
Description: debug symbols for postgresql-15-pglogical
Build-Ids: 473f7de9a117f7d50582884c01e2c0d5665505c3 89d29fc0f074a5f59f76bdfd26996fcf58d34d04 e200a390ac8195d73c44f0df647cba915bc50af4
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-15-pglogical, postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-15-pglogical-ticker_1.4.1-8.pgdg+2_arm64.deb
Size: 21768
SHA256: 8383ec585ab0075b2534f2840c6f6e875924bd3fbec6c1b351c60bdb702de60f
SHA1: ad33ab60f7c13bd9827679b5d6489e66a00b0134
MD5sum: 25f2bda9ca12798e4e90dafb7fb9a689
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 15.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-8.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-15-pglogical-ticker (= 1.4.1-8.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-15-pglogical-ticker-dbgsym_1.4.1-8.pgdg+2_arm64.deb
Size: 14836
SHA256: c0e8ebef34272077c65528eddc87f5f11a6c93dc3861b6d1294be0443d0fa5d6
SHA1: 57b4797c8260593e32ac3f07e317c7bd0c16ce9e
MD5sum: 9bc02641e1e9c5b629ae17a873e20579
Description: debug symbols for postgresql-15-pglogical-ticker
Build-Ids: ff771fa12a8bbbdc2aa6403d0887871aeace2199
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pgmemcache
Source: pgmemcache
Version: 2.3.0-14.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 165
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-15-pgmemcache_2.3.0-14.pgdg+2_arm64.deb
Size: 52064
SHA256: f0857748eba3300da3e534b93e6c0bc86a1e7803d226ac457a43ee8268b2541f
SHA1: 484d28322c9fcf5b0c8a664cc3f7dc002fe2665c
MD5sum: 1ac077729ec780d9c4e212e3c0119dfe
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-14.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-15-pgmemcache (= 2.3.0-14.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-15-pgmemcache-dbgsym_2.3.0-14.pgdg+2_arm64.deb
Size: 48284
SHA256: 26e488f0adac20806260c5d76314631a11f0f0f6397a9cbdc444c3d3eda1749f
SHA1: 4454f38b2906d539db1f51035d165e3b78d3aecf
MD5sum: ce49ed766eb69cc04d7feb0d00a1ca97
Description: debug symbols for postgresql-15-pgmemcache
Build-Ids: 57a09cfefa403979e960971ffd2b2c0f69a98734
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pgmp
Source: postgresql-pgmp
Version: 1.0.5-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 421
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38), libgmp10 (>= 2:6.3.0+dfsg)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-15-pgmp_1.0.5-3.pgdg+2_arm64.deb
Size: 109292
SHA256: f3559ce32cda06223c9c4b572df32ebb7cb07be2a9369e7b1abc2e6bed859567
SHA1: 1496e9b69f3c4af40ab4d6a15425320cad18fb59
MD5sum: d707d91919dbbf60291f87d8883726db
Description: arbitrary precision integers and rationals for PostgreSQL 15
 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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.5-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-15-pgmp (= 1.0.5-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-15-pgmp-dbgsym_1.0.5-3.pgdg+2_arm64.deb
Size: 65184
SHA256: 0702634d1f08b23b30629d837aec2d27f58f99cd6edff69463c7df458d925569
SHA1: a325576fe866acdf9683f4dad5886dfe05337d12
MD5sum: 7af19987c60408cf0c082fea4b0b23cd
Description: debug symbols for postgresql-15-pgmp
Build-Ids: 110ba27297b3518a6dcd658734a1f8f30141a433
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pgnodemx
Source: pgnodemx
Version: 1.7-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 259
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/CrunchyData/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-15-pgnodemx_1.7-1.pgdg+2_arm64.deb
Size: 92684
SHA256: 1e22cd13709a271084161dc3dee8fcc658c43765bdb74cbf9dac67bbdce14332
SHA1: 1743cce227c4cd30fe2ef5dd34254c13b0961a85
MD5sum: 50dc544ffc18c5b014162f9d7bf0eba9
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pgnodemx-dbgsym
Source: pgnodemx
Version: 1.7-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-15-pgnodemx (= 1.7-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-15-pgnodemx-dbgsym_1.7-1.pgdg+2_arm64.deb
Size: 75444
SHA256: 555646d318ae15f54f27c55b9daea8aa9a3725bb0eaf2c07a745e5b54c6fc34b
SHA1: 0984578e62665550f741ee58a2da08184bf970bc
MD5sum: 448d7ba89fb19dac53d5f0979ded61ba
Description: debug symbols for postgresql-15-pgnodemx
Build-Ids: 920cfd5534153e5920cfc1de81ac44f46452f450
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pgpcre
Source: pgpcre
Version: 0.20190509-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17), libpcre2-8-0 (>= 10.22)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-15-pgpcre_0.20190509-8.pgdg+2_arm64.deb
Size: 19840
SHA256: f06209cde0ac23ff9d4df7c7cb8279780c9c91ef5e3e18c761aa4628c750b502
SHA1: 204fc5d8c233a676e5d8014e4cacd7714e2afdeb
MD5sum: 7ac38956c2eea96912f65d12d7e1a414
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-8.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-15-pgpcre (= 0.20190509-8.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-15-pgpcre-dbgsym_0.20190509-8.pgdg+2_arm64.deb
Size: 15588
SHA256: d631ecf33ddcde6188efea35b81574ab7d807fa9207e999212104726e3f8f728
SHA1: c3e6fbd583847d70c4fb7ab30fefff9f8808270f
MD5sum: 22f15b0e8db2e8dbd6d6fd152996c9e0
Description: debug symbols for postgresql-15-pgpcre
Build-Ids: a7373eedcd75aacafdaf8e7d5ee721a9715aaa9a
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pg-permissions
Source: pg-permissions
Version: 1.3-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-15
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-15-pg-permissions_1.3-3.pgdg+1_all.deb
Size: 8428
SHA256: 1fdb718784e50ffb566295fa9d6c774380cb0f3d7dfaf3d33777348ee751cd97
SHA1: 2e77fe6e1a77f0a8b30d39f8310893546b97af10
MD5sum: 23e9e2ebaf9b52b27f7f67fdea5a7df6
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pgpool2
Source: pgpool2
Version: 4.5.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 451
Depends: libpgpool2 (>= 4.5.4-3.pgdg+1), postgresql-15, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2_4.5.4-3.pgdg+1_arm64.deb
Size: 161660
SHA256: bba1f31c5e8894716762b7e69ba128e96ac3d8e86bab4630ae85ff58f81f3a58
SHA1: 408c9eed487408732d6c86fd72620346a591924c
MD5sum: 79871a7c45d23bfe18f4e4650d14f645
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 15 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pgpool2-dbgsym
Source: pgpool2
Version: 4.5.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-15-pgpool2 (= 4.5.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2-dbgsym_4.5.4-3.pgdg+1_arm64.deb
Size: 51180
SHA256: 6197c1d14b35437910affff9ab7050bdff30ea5c9daea308fc104653d705491e
SHA1: bbdc43479d3200a710c72f4ec0769ddae2c96281
MD5sum: ecf4e7ed68fc6e67be8f8f4bb6556d74
Description: debug symbols for postgresql-15-pgpool2
Build-Ids: 939a9b9bd08a3e804741446b81906e4519b743d4 9c03bde046a2f95f077fcadbfeb9a8745b2a5522 f72f689c70dea55da5ec5392bf6f17b2a7cdcb35
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pgq3
Source: pgq
Version: 3.5-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2243
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 16), pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-15-pgq3_3.5-4.pgdg+2_arm64.deb
Size: 147392
SHA256: f3192ac1eada23217e83c1a1a80aad57dfb544eca75d957adbc71c1a9366eaf1
SHA1: 382c3b1f8ccb9fe7a6f80f13bf17318fda48f9b1
MD5sum: e7c7e04b127225e13d654666e356e822
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pgq3-dbgsym
Source: pgq
Version: 3.5-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-15-pgq3 (= 3.5-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-15-pgq3-dbgsym_3.5-4.pgdg+2_arm64.deb
Size: 78548
SHA256: 49a84519ea5817fa0ecec546330fc31b291ca15cefea6bf7346f95a8854e9567
SHA1: 399ddcd8f50f48983c3edcc5f56787ee8bcd8867
MD5sum: 9322a50a86b4dd9cb1319d29b707c37d
Description: debug symbols for postgresql-15-pgq3
Build-Ids: 32b21e181e840a1bfa7d77c89b59a74bf0815d4e 54239cb9bb8525d91c882d830aac2a2c9a5d7ad5
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pgq-node
Source: pgq-node
Version: 3.5-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 538
Depends: postgresql-15, postgresql-15-pgq3
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-15-pgq-node_3.5-7.pgdg+1_all.deb
Size: 12824
SHA256: 36c7a51dbbc2b512d532f48c45ef939b227e46b3e0e9c8ba40b4754a4f0110f4
SHA1: 0a5a453c7aa505eb7986c6466bb577a195b536c2
MD5sum: 538e1a0fe6dd0febc13fe5e0ea2e1b4b
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pg-qualstats
Source: pg-qualstats
Version: 2.1.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-15-pg-qualstats_2.1.0-2.pgdg+2_arm64.deb
Size: 65352
SHA256: e97428d02fde5c66cd4a5abee0ab1a906b7526f11762ebb18d558ff12ad8a97a
SHA1: 6909d1f898a613faa1c997cf6e4ecce5b29b2767
MD5sum: af78530551fb74c461d0b2ce9df4c0dc
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-15-pg-qualstats (= 2.1.0-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-15-pg-qualstats-dbgsym_2.1.0-2.pgdg+2_arm64.deb
Size: 61960
SHA256: 17c5889ba0ac4fe1d0740c65599835db56bd756f178a4b15e209345aae3bc6fc
SHA1: 390d67f2937cb6a7de7f7e662f5ef832f680c2ac
MD5sum: e20117f1c8c928acca8a2d6a54c48860
Description: debug symbols for postgresql-15-pg-qualstats
Build-Ids: b5e0b77def5599e1ea922b270329d2670ce6178d
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pgrouting
Source: pgrouting
Version: 3.6.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3254
Depends: postgresql-15-pgrouting-scripts (>= 3.6.2-2.pgdg+1), postgresql-15, postgresql-15-postgis, postgresql-15-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Suggests: postgresql-15-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting_3.6.2-2.pgdg+1_arm64.deb
Size: 830060
SHA256: 0b23b569a24407490dcc199c99c9bcd01b5543cddaebcf344423027c28646291
SHA1: bf18346ea466c80cd5ea91ed36c0889b700394cc
MD5sum: a98b395ca1d774a85c3998f4059b65d3
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 15.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pgrouting-dbgsym
Source: pgrouting
Version: 3.6.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25837
Depends: postgresql-15-pgrouting (= 3.6.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-dbgsym_3.6.2-2.pgdg+1_arm64.deb
Size: 25867548
SHA256: c0746ec5a3949188443cea71b4009588d8d741dee01382f1c8477a1645e728e6
SHA1: 36506f7400e932caed57d3c86020f421161ca28f
MD5sum: 587136e90203bbcc07f8b0feed419b95
Description: debug symbols for postgresql-15-pgrouting
Build-Ids: ffcd27eaf778f854fd8298fd30c7d6edd841c6b8
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pgrouting-doc
Source: pgrouting
Version: 3.6.2-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7863
Depends: libjs-mathjax, libjs-sphinxdoc (>= 7.4)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-doc_3.6.2-2.pgdg+1_all.deb
Size: 2314428
SHA256: 02ae1205331d3d097fbb10cb0f37e6e41d746fab4e944405f5e739d848a7edc0
SHA1: de964de6f6367e33f0bb9c9d604db14209be2fd6
MD5sum: 97e3e763ef9a9d299c2e710e8d2f8585
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pgrouting-scripts
Source: pgrouting
Version: 3.6.2-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3494
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-scripts_3.6.2-2.pgdg+1_all.deb
Size: 63096
SHA256: b3b4301d1fee844b7ad3e91bf6513894a289ed315c306f66a2dfe288aaccfc00
SHA1: f5584b89da877d68aee666c5bc6c93ef746bc6a4
MD5sum: f0b6df4a728e36d535d7b4de7d0dac66
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 15.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pg-rrule
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17), libical3t64 (>= 3.0.0)
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-15-pg-rrule_0.2.0+git20211101.d7d10f2-3.pgdg+2_arm64.deb
Size: 25188
SHA256: 7b794e812dc8f190a9ae6f441df772c2bc94a4e17a7fed35d8b742aac64fe72b
SHA1: 7016d84bacc2b30270e03f289a90d438c4857b22
MD5sum: 673f23d3196894e52a282d10f0a8c0d1
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pg-rrule-dbgsym
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-15-pg-rrule (= 0.2.0+git20211101.d7d10f2-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-15-pg-rrule-dbgsym_0.2.0+git20211101.d7d10f2-3.pgdg+2_arm64.deb
Size: 20364
SHA256: 9ecf8f294a7d6e5dd9ad8063a701cb819d3e3929bc3783478a6859bcdfa7d151
SHA1: 999bc235c79e8d58728366d0745649cc3239571d
MD5sum: 95c550198e767747ec7e18f275436f4f
Description: debug symbols for postgresql-15-pg-rrule
Build-Ids: 9c266a35d56263b769c7d3fdf43403a8cc3d19b0
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pgsphere
Source: pgsphere
Version: 1.5.1-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1706
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-15-pgsphere_1.5.1-2.pgdg+2_arm64.deb
Size: 440548
SHA256: afb583c651f47acfc74e1923d4c5b5b1f72da4600563b741a770b8a09db582bf
SHA1: 69c616aac4dbe0208fa15c56ef54a2bc190ac386
MD5sum: 609349582f501d7976e8577788442ee3
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pgsphere-dbgsym
Source: pgsphere
Version: 1.5.1-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 445
Depends: postgresql-15-pgsphere (= 1.5.1-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-15-pgsphere-dbgsym_1.5.1-2.pgdg+2_arm64.deb
Size: 386384
SHA256: b687ea9910dd7f5a9575750f9166be40270700c50ee08394c1407cfd5973a3b1
SHA1: 8f597b8d61d9d8a7246a0045b89c5105298cf665
MD5sum: fab624aa17739f2012817ae8d82abcca
Description: debug symbols for postgresql-15-pgsphere
Build-Ids: dae0340b0b6a7cf99c33ef3d9fe7e194d1dbfc1f
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.3.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 190
Depends: postgresql-contrib-15, postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-15-pg-stat-kcache_2.3.0-1.pgdg+2_arm64.deb
Size: 42248
SHA256: c624b95f29f0822bacf780c04409b9f620a909bbef79a7de97f2529ef0009499
SHA1: 08657df20d2ddba1ecf0ba248416853dae74f6d7
MD5sum: 1d00c27a2fe74c547f6cff3900bf17e9
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.3.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-15-pg-stat-kcache (= 2.3.0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-15-pg-stat-kcache-dbgsym_2.3.0-1.pgdg+2_arm64.deb
Size: 40392
SHA256: 9562c2af9f0405793f39ef7c19de5dfae878dcba5c9fc16f4d83cec6d395a834
SHA1: 07de92573f59ad0af6f9791ffa07fcf85d8ee446
MD5sum: 32193eb703bf2e3546e1dfd0687e4432
Description: debug symbols for postgresql-15-pg-stat-kcache
Build-Ids: 27759f97907e13a45f1fd7b0a8b97d597b355c40
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pgtap
Source: pgtap
Version: 1.3.3-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1795
Depends: postgresql-15
Recommends: libtap-harness-archive-perl, libtap-parser-sourcehandler-pgtap-perl, libtest-harness-perl, pgtap-doc
Breaks: pgtap (<< 0.95)
Replaces: pgtap (<< 0.95)
Provides: postgresql-pgtap
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-15-pgtap_1.3.3-3.pgdg+1_all.deb
Size: 62912
SHA256: 173b399f2d799782b824498174bf379b4532e77de31ebe1864d760821e74acef
SHA1: cfffb7cf4ba1cd6ed1a27793355203d7fe9dc7a3
MD5sum: a47537b9d6532a768f2d319d310bfdaa
Description: Unit testing framework extension for PostgreSQL 15
 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 15.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pg-track-settings
Source: pg-track-settings
Version: 2.1.2-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-15
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-15-pg-track-settings_2.1.2-4.pgdg+1_all.deb
Size: 9916
SHA256: 0cc8d41bcfab3ff96f850691c7c59c934180e5e29f6f3ad6622ad14f79dfd08a
SHA1: 1630d15d39d76fd131e661e403c615db247cc598
MD5sum: c8d97dfcf3c0ace863e556f47aa7d28f
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pgtt
Source: pgtt
Version: 4.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-15-pgtt_4.0-2.pgdg+1_arm64.deb
Size: 67032
SHA256: dbd4663248e35f68903bb1b0dc5b033360795c340c1fa918c6d7683c3caa7a17
SHA1: e72203de7b3e0c022cf2a84d5899c123f56a028b
MD5sum: c6be39af051801f888558c79a98c35dd
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pgtt-dbgsym
Source: pgtt
Version: 4.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-15-pgtt (= 4.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-15-pgtt-dbgsym_4.0-2.pgdg+1_arm64.deb
Size: 78872
SHA256: 1ba02b93b74def14afa2800d143a473746a58977549b0f4ae3fba3d191e0d209
SHA1: a5212bbf08eed527d416504f82b2e13af9a355b3
MD5sum: d4ee460e42c7ba0d49a586652610b641
Description: debug symbols for postgresql-15-pgtt
Build-Ids: 7b460e3e1c302bc38ca2265b4f952d4d5fe84774
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pgvector
Source: pgvector
Version: 0.7.4-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 742
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-15-pgvector_0.7.4-2.pgdg+2_arm64.deb
Size: 276616
SHA256: e530460ae4dc5910ee1bbd536ee5cba2c85dbb7f967857e52a1539e087f537e4
SHA1: 1ac3e015ed0f173390561f5d09cd01163c0477fa
MD5sum: 282ecf3c6cd4d000a3b46269dcd98eff
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pgvector-dbgsym
Source: pgvector
Version: 0.7.4-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 319
Depends: postgresql-15-pgvector (= 0.7.4-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-15-pgvector-dbgsym_0.7.4-2.pgdg+2_arm64.deb
Size: 286348
SHA256: 9ef3b62aba7c2d89185d42a8e64bb2d9f3db99164c772aa23e3da35a6de1450e
SHA1: ed451b0a37589152b09e9b59f69f5bd13fa3227a
MD5sum: b3fe2f70191e61b24a24db0f9968d88c
Description: debug symbols for postgresql-15-pgvector
Build-Ids: 51c3ac98d5b0b366f931c485a3a9411e9b82f2c8
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.6-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-15-pg-wait-sampling_1.1.6-2.pgdg+2_arm64.deb
Size: 46296
SHA256: efca5f214863fd1eaed71012882d3a506de716ea98f982c6537b5dbeb8b19f70
SHA1: acb96c61ea767ebcd5d7849e3fa9adc8bdc700b2
MD5sum: eefddfc57685ad88b94175c5194a6453
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.6-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-15-pg-wait-sampling (= 1.1.6-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-15-pg-wait-sampling-dbgsym_1.1.6-2.pgdg+2_arm64.deb
Size: 56616
SHA256: dc216a133213de88c2d3661daf767ba28af738eb2cabed35d5b7fa6ae35d4636
SHA1: da22d0114b52184f3ac96cf75054bde95b76811f
MD5sum: c62a10371d8f7b1c01d0fec617daa506
Description: debug symbols for postgresql-15-pg-wait-sampling
Build-Ids: 48ce600ecad043115599dc17809908fd5629e9e5
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pldebugger
Source: pldebugger
Version: 1:1.8-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 221
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-15-pldebugger_1.8-2.pgdg+2_arm64.deb
Size: 85660
SHA256: aac534bddff13c4e92ddc086de7878e700a03454b8cad9ebdba08d41e00e2492
SHA1: 71a472d0ea4f3a0518afc7104c2ce8868c5718d1
MD5sum: cb1d2748157df78d113f1626e81578cb
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.8-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 122
Depends: postgresql-15-pldebugger (= 1:1.8-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-15-pldebugger-dbgsym_1.8-2.pgdg+2_arm64.deb
Size: 103468
SHA256: 38e9a45fc6a2e6f29242322997033e9d17debc90e782b78316f3e021dc98187d
SHA1: 4ffc6f6220d8ef4eb479f119c1ca394c3fc6702b
MD5sum: d8389e36638cc3c051928b0dd3931b8a
Description: debug symbols for postgresql-15-pldebugger
Build-Ids: babfb6a0931088ec295158a470888759aa273f29
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pllua
Source: postgresql-pllua
Version: 1:2.0.12-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1049
Depends: postgresql-contrib-15, postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-15-pllua_2.0.12-3.pgdg+2_arm64.deb
Size: 398912
SHA256: f95ccca5a8cf190589de030ccf102feb8d549b30c8074131331e350fa34e9f46
SHA1: bf8e7a7721795b0d34b7349975550df2fe92da07
MD5sum: 4c0061d55a7df0ef123e044983b1848f
Description: Lua procedural language for PostgreSQL 15
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 373
Depends: postgresql-15-pllua (= 1:2.0.12-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-15-pllua-dbgsym_2.0.12-3.pgdg+2_arm64.deb
Size: 326140
SHA256: 4c8223003c3cd0ca3ca872c9aa0b2446890981130e851764cd4569d740bbd46d
SHA1: bcccd244bcd580421614d0b1403ca171def0ed6a
MD5sum: e1682efa29dde70c8b7591d7a3162fb7
Description: debug symbols for postgresql-15-pllua
Build-Ids: e8aa411b772e5a49726dca7d5c4d3ea017be2645 f14e81a2231c3fa83d331250b0a826fa68287432
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.7.11-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 864
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.7.11-1.pgdg+2_arm64.deb
Size: 383472
SHA256: a6cde9c3f973fe185c4292b326c86d2b917cc82e6b600aec8e002090f1a6e7bf
SHA1: bd2da78d4f0ca296492e1e9ea974cd1c61442243
MD5sum: 43efe19ee09c4271a59fbdd1c7735ec4
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.11-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 363
Depends: postgresql-15-plpgsql-check (= 2.7.11-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.7.11-1.pgdg+2_arm64.deb
Size: 328508
SHA256: d625565f657f29ccd5ca9b5099513ccfd88b0aeba278741e563a25576f4460e3
SHA1: 431104b568621240fc1f68447eb38fab9c9aea1b
MD5sum: b9663e40c1dc738895e79cdd432f2b48
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: 3b269e75b91d36cffe11e39a6bf072ea574cbe75
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-plprofiler
Source: plprofiler
Version: 4.2.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 171
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-15-plprofiler_4.2.5-3.pgdg+1_arm64.deb
Size: 53352
SHA256: 8434d78873873918471e3ae5aca1fef2c4fadf4e72b9e6a844700d8af445d152
SHA1: 5015f77499795db3294fd100d3ca7e6d1fb9fdf6
MD5sum: 35e71ca8d87f221aee1da338903ecef1
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-15-plprofiler (= 4.2.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-15-plprofiler-dbgsym_4.2.5-3.pgdg+1_arm64.deb
Size: 65532
SHA256: ae1110d758ef1eca3c396be398218fdff2c5fe21cb9cfe717cd2814d5d9d771c
SHA1: 491c7e8433bd87529be30163e81ce1ce79bb67a0
MD5sum: 87d52db6131dadd0bbf63a6c42182ad0
Description: debug symbols for postgresql-15-plprofiler
Build-Ids: 12c2757def194f6e0132eb7ae1aa68e49adc30b5
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-plproxy
Source: postgresql-plproxy
Version: 2.11.0-12.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 375
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38), libpq5
Homepage: https://plproxy.github.io/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-15-plproxy_2.11.0-12.pgdg+2_arm64.deb
Size: 153868
SHA256: cdbd6361f0c156269fb6454439a277e73c639b3ef141d06c9fe885d5af3f596d
SHA1: 2ff701b72c15fda376a20213ac9583b5fff65162
MD5sum: 9ec0c3b00e838d3a9d5a65c132922ee7
Description: database partitioning system for PostgreSQL 15
 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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.11.0-12.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-15-plproxy (= 2.11.0-12.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-15-plproxy-dbgsym_2.11.0-12.pgdg+2_arm64.deb
Size: 124596
SHA256: faa6ffef37c20641bda1720a06cc2304c798903ffbd07da40344d726c5f06ecb
SHA1: 662edc08ee385a8a438e1eeaa884e3fc86a6763c
MD5sum: 37f40cea9e9f4d03ab88b2b1aeb27b0b
Description: debug symbols for postgresql-15-plproxy
Build-Ids: 2e2244028f4bc013b5ba371f31b6367fbefc4b7b
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-plr
Source: plr
Version: 1:8.4.7-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 364
Depends: r-base-core (>= 2.10), postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-15-plr_8.4.7-2.pgdg+2_arm64.deb
Size: 159612
SHA256: 01460bd6b1ff3e44b98aaa06091f4a329b12a86028f290d6a12336d1d31903d1
SHA1: 83b184c18449ec7543558e58b977ed711ad733b6
MD5sum: 5836c9f642b0051b40cc75854eb94a38
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-plr-dbgsym
Source: plr
Version: 1:8.4.7-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: postgresql-15-plr (= 1:8.4.7-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-15-plr-dbgsym_8.4.7-2.pgdg+2_arm64.deb
Size: 130808
SHA256: 1ef4382c3b70491ab3906ec747fba377decb813dcb1bebd28b6020c1ed199318
SHA1: 7b89e4b6c192c6a2200cf569122affd351701ae5
MD5sum: f197e20973c8c30ac3511d6ab4281d55
Description: debug symbols for postgresql-15-plr
Build-Ids: 15bad08defcf405c65641fb45db1d1dbeac958f6
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-plsh
Source: postgresql-plsh
Version: 1.20220917-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-15-plsh_1.20220917-3.pgdg+2_arm64.deb
Size: 33088
SHA256: ae70d05825a7302a7d96159a55724baa4cc3844581832078f59f6f276ebcd5d3
SHA1: 38f68330cc37f0833fa62fd451eda88811b9eee0
MD5sum: 7e6095782a24576e55fe1b462a6466b3
Description: PL/sh procedural language for PostgreSQL 15
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in a shell of his choice.  You need this package
 if you have any PostgreSQL 15 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20220917-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-15-plsh (= 1.20220917-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-15-plsh-dbgsym_1.20220917-3.pgdg+2_arm64.deb
Size: 46008
SHA256: 7ce8f0af9a2c059e74ad137f1935eb5cb50b99b3115bf65728b71e9b04296653
SHA1: 4bfa6c511696f403b51a1ef2b7f610dfde422bff
MD5sum: ad0aaa5ef239114d5049e6ab6d84eb53
Description: debug symbols for postgresql-15-plsh
Build-Ids: d8ef48cedc2278228de203ce6996b945f3fc982b
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pointcloud
Source: pgpointcloud
Version: 1.2.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 530
Depends: postgresql-15, libc6 (>= 2.38), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-15-pointcloud_1.2.5-2.pgdg+1_arm64.deb
Size: 108492
SHA256: 3933c70b99f7bef7c1674be46530d62c0e9b0d46806be8338ace46551c118502
SHA1: d1cb1f3afb5ef707dbdf15bad28d642414a4b320
MD5sum: abdfbcd5fc3dab27afec5de9fc957bb4
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 204
Depends: postgresql-15-pointcloud (= 1.2.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-15-pointcloud-dbgsym_1.2.5-2.pgdg+1_arm64.deb
Size: 173376
SHA256: 93eaf8c66ff89fb50831f18f56ae3237d475dc4074364c3e78213bb2173d638c
SHA1: 7befdd02c5f3be25d27ebbc01ad85bbd845f8af9
MD5sum: 14acc6b15136dfcc73203edb786c1874
Description: debug symbols for postgresql-15-pointcloud
Build-Ids: 833dd0c09fce85aacd43bf9c092c0e31a969ccd4
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-postgis-3
Source: postgis
Version: 3.4.3+dfsg-2.pgdg130+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10489
Depends: postgresql-15, postgresql-15-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal35 (>= 3.7.0), libgeos-c1t64 (>= 3.12.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1t64 (>= 1.4.1), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-15-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3_3.4.3+dfsg-2.pgdg130+1_arm64.deb
Size: 3661156
SHA256: e400caabc4a29b15c9573ff3d84b80ab01f5916348d7407fa88168cbec3662f6
SHA1: b04a7349d1c283627f99fa4234c60ed394ef30b4
MD5sum: 4154e8931dd0402f21cd0f6d4a03ecc3
Description: Geographic objects support for PostgreSQL 15
 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".
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-postgis-3-dbgsym
Source: postgis
Version: 3.4.3+dfsg-2.pgdg130+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4576
Depends: postgresql-15-postgis-3 (= 3.4.3+dfsg-2.pgdg130+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-15-postgis-3-dbgsym_3.4.3+dfsg-2.pgdg130+1_arm64.deb
Size: 4024112
SHA256: 8c7721009e5a85f914dc9e1434678123361e15e9bfecef19432469a32cb0855f
SHA1: ddcf32c2492cef82ee31e8bebe991b857070d592
MD5sum: d8766396600914e49f3e2ed9629d7a21
Description: debug symbols for postgresql-15-postgis-3
Build-Ids: 0a9cf1b9e8ae7efb491001789ace53e0f68140e1 3b9116a12e390116ab661679783a7a2bee2966cf 48315752e9bd2a4c0a9a075709fe23b012e23cbc 8e6e3959ee9ee28d5c5c34dd52fb91b277c83702 dd47576b587efd4a6177ae91e424167a2ef45027
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-postgis-3-scripts
Source: postgis
Version: 3.4.3+dfsg-2.pgdg130+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38867
Recommends: postgresql-15-postgis-3
Provides: postgresql-15-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3-scripts_3.4.3+dfsg-2.pgdg130+1_all.deb
Size: 1301156
SHA256: 5df97c5856222c2d7dd0fcf733b5de104d9f6191b647eb46ad1c03a3c87b389a
SHA1: 126a0b444dbd302267d563a83b062aecb69dcaf3
MD5sum: c91a31cfb0fda5a186b3d2cdbadc0987
Description: Geographic objects support for PostgreSQL 15 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 15 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-prefix
Source: prefix
Version: 1.2.10-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-15-prefix_1.2.10-3.pgdg+2_arm64.deb
Size: 44840
SHA256: 08a69095c4f855737577f468685fac41c06a681734d7a619daf2fbc97fe48cf0
SHA1: e062bed53f93fa4bd1986260763bb37221e5d36d
MD5sum: 2c8c2308e082801af9b181729c065055
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-prefix-dbgsym
Source: prefix
Version: 1.2.10-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-15-prefix (= 1.2.10-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-15-prefix-dbgsym_1.2.10-3.pgdg+2_arm64.deb
Size: 43880
SHA256: 9dff3bfae0256fc9ef2f02c4ce8dabe8fc505aa1ad7cd1302da692adedd4b524
SHA1: 3c20568ae155486241b218b81d1b069dfb2e1d3d
MD5sum: f3b250068a466b308cb0f182a83f93ee
Description: debug symbols for postgresql-15-prefix
Build-Ids: 824220f636ba2adee0592620f19b883645e04784
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-preprepare
Source: preprepare
Version: 0.9-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 16)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-15-preprepare_0.9-8.pgdg+2_arm64.deb
Size: 18040
SHA256: 4396e4d874f2a14dd9392d4e5ae01b9486f1854d049fd5984982e78fb18518f7
SHA1: cbeb9e89b0353458918f90365c3e9f94705d0865
MD5sum: fb450109b5dae96944fff6324a36a5ce
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-preprepare-dbgsym
Source: preprepare
Version: 0.9-8.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-15-preprepare (= 0.9-8.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-15-preprepare-dbgsym_0.9-8.pgdg+2_arm64.deb
Size: 16752
SHA256: 6c4649ea3d437050c070da2f9f1bd22d3129f171524a3af3a405cef731648697
SHA1: 2dff00d8df84359faff5cc6914be39e72520cc34
MD5sum: 3300a237707fce822adc2f8e4d1b7cf9
Description: debug symbols for postgresql-15-preprepare
Build-Ids: 1c560e6bc171ad53fc826a272492a350534f1dba
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-prioritize
Source: postgresql-prioritize
Version: 1.0.4-12.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-15-prioritize_1.0.4-12.pgdg+2_arm64.deb
Size: 12696
SHA256: 33e84634ae8ff4968933efa483c5381c93878e93c334c3c7f5d8dbc301b9c528
SHA1: b0bc1db1ec6590b1244af7fa38528fae0e99a10a
MD5sum: 5b9eefde563401b96f36f6b04fae33d1
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-12.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27
Depends: postgresql-15-prioritize (= 1.0.4-12.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-15-prioritize-dbgsym_1.0.4-12.pgdg+2_arm64.deb
Size: 12684
SHA256: e64e47ff153805d7037ab53f1aec623385b198be98520ad08a291153ccd02810
SHA1: c1ea63d1a0919a53e3301773f7369aec0047feff
MD5sum: 6fc90cea223316f7ef05f1abf344c9c7
Description: debug symbols for postgresql-15-prioritize
Build-Ids: 45cf306ffcf95e49914511da539e413ddcbd3bfe
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-q3c
Source: postgresql-q3c
Version: 2.0.1-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3495
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-15-q3c_2.0.1-4.pgdg+2_arm64.deb
Size: 148068
SHA256: 10a20693c834685cdd0e26fbfb69d727688a91f8720102511171372721239ae4
SHA1: 61e29e8fb77f4d69debc5afcd768848fcd140bb4
MD5sum: b0cfa45caf13cd07291427fb1cc3482f
Description: PostgreSQL 15 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.1-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-15-q3c (= 2.0.1-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-15-q3c-dbgsym_2.0.1-4.pgdg+2_arm64.deb
Size: 90012
SHA256: 5ef286ae1894f71adfef066aaf233419a5a6fcc9d1460bd3682a48bb283fd22b
SHA1: 2a6e256f12e1d1a2a16ad04acedd2bc29548eb2d
MD5sum: b1a4d9108c20ce7b906da0c833db6972
Description: debug symbols for postgresql-15-q3c
Build-Ids: c0ba8de5adc3b9b39fd45f0b88574df110e64259
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-rational
Source: pg-rational
Version: 0.0.2-7.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-15-rational_0.0.2-7.pgdg+2_arm64.deb
Size: 26160
SHA256: 811925a5c70610a8ec4cc8bcb7562ed20b7c1b2473196a403641c83f0ffbfbd5
SHA1: 4d0f2816def9c1052f6328decb0a6b28b59f1a31
MD5sum: 0fbf06ee9010e678e137672ac9eac680
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-rational-dbgsym
Source: pg-rational
Version: 0.0.2-7.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-15-rational (= 0.0.2-7.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-15-rational-dbgsym_0.0.2-7.pgdg+2_arm64.deb
Size: 20180
SHA256: 9cb31b55bf7867817296a5bc06dc3272b05f012ccdb7c6d57414b3822bea5806
SHA1: f9bc0c0ff15518ff5826e808d017dc5260a14493
MD5sum: 97c9e51ff95ba95c6002ee2eb605a6e2
Description: debug symbols for postgresql-15-rational
Build-Ids: b5845d75d12843dac70c5ab9a7e1bdaa7364cc23
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-rdkit
Source: rdkit
Version: 202309.3-6.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1151
Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202309.3), libstdc++6 (>= 13.1), postgresql-15, postgresql-15-jit-llvm (>= 16)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-15-rdkit_202309.3-6.pgdg+2_arm64.deb
Size: 491536
SHA256: 03e26f976bac5c0fa01d6ae0369904ac8fe4b036fd3cb9ff0756b3a02999df86
SHA1: bdb41e81b45bd2e4a312bd77ddfb099006570356
MD5sum: 2db79fbcdd196fe3659b1af5e8d7f6c9
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-rdkit-dbgsym
Source: rdkit
Version: 202309.3-6.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1177
Depends: postgresql-15-rdkit (= 202309.3-6.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-15-rdkit-dbgsym_202309.3-6.pgdg+2_arm64.deb
Size: 1114240
SHA256: 2fd5ba50a3d036e4e4114d99485c2393becd9bd45c73e3aabda9fde267a6a8b9
SHA1: 874b110bc94b84f6f9f9d18536c10b9a70e808fa
MD5sum: f694faee6027a356c3a0192fc5fa4d84
Description: debug symbols for postgresql-15-rdkit
Build-Ids: 7af1deb449ccbddf96d971b5f1ec436c7fbab3af
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-repack
Source: pg-repack
Version: 1.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 314
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-15-repack_1.5.1-1.pgdg+1_arm64.deb
Size: 109256
SHA256: 5a21abbfd98518741af4e540f08b1bc6b29491a1771e0e23997e30eab4876569
SHA1: 0929bbd46b5992c8f6e2fa3215fced4a64d022a5
MD5sum: 3d07d27dfa10055abdec4332eae2c89c
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 15.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-repack-dbgsym
Source: pg-repack
Version: 1.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 157
Depends: postgresql-15-repack (= 1.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-15-repack-dbgsym_1.5.1-1.pgdg+1_arm64.deb
Size: 121316
SHA256: 7387c658f4475259c2626f3293f215497629edbd778799c0bcbab77e051610e4
SHA1: d690251cfd144ca74e2840d048d14d2ecc2af451
MD5sum: 1774b8b1b2a1325a6e17b4a828758ecb
Description: debug symbols for postgresql-15-repack
Build-Ids: 2e32872128f22c48173748715bf187ecec13f816 4031617cfcaf9d4c7d133a9de4d8dbc9c9350937
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.4-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 731
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-15-roaringbitmap_0.5.4-3.pgdg+2_arm64.deb
Size: 301152
SHA256: 4f141274bbed38e2accd64a142093ab43c74377473bd773e8131d7ccb920e789
SHA1: c42f37181d6e49d1e49e7db5ebc0d2fb17d9fe69
MD5sum: e5f428a11c83d33d548dc641415cf6cd
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.4-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 374
Depends: postgresql-15-roaringbitmap (= 0.5.4-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-15-roaringbitmap-dbgsym_0.5.4-3.pgdg+2_arm64.deb
Size: 342916
SHA256: 72971ca77ae414ec2832b4af36fc1a37e10a3f1f28aa5cbe64c506add62ad5b3
SHA1: e4336128d40718d6ea945939e913216b07fd2807
MD5sum: c4fefdc40d9a181dc0a97de9548bef37
Description: debug symbols for postgresql-15-roaringbitmap
Build-Ids: 9f20a50afaf64eebdab5426623aa65e4eaf6e751
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-rum
Source: postgresql-rum
Version: 1.3.13-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 967
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-15-rum_1.3.13-3.pgdg+2_arm64.deb
Size: 385700
SHA256: 07a53c8731442520185960dd426927b691a0d0c7f39706efd64f6b04fb2c23c5
SHA1: 6cc0aa30f190d0aa524ce9e937cffad24b194151
MD5sum: 90ffea700c9472ad30a2597c7967a3b8
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-rum-dbgsym
Source: postgresql-rum
Version: 1.3.13-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 365
Depends: postgresql-15-rum (= 1.3.13-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-15-rum-dbgsym_1.3.13-3.pgdg+2_arm64.deb
Size: 324744
SHA256: cd136478cc6d78cc108ce45e4c2abf93f60add642018da5633b4c1e7527e643a
SHA1: 1d7eb9e323be4b7cac3b9d8690e8da07a062d54c
MD5sum: 05b6258856517305c3022f023daf0b73
Description: debug symbols for postgresql-15-rum
Build-Ids: ec653200a778570ec7ea623eb067bece851554b9
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-semver
Source: postgresql-semver
Version: 0.40.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-15-semver_0.40.0-2.pgdg+2_arm64.deb
Size: 40628
SHA256: 0ba22a17af430ffee0034997f16dcc5209ac4f39391873046057b4ba3c82f273
SHA1: ead4006de9c0b49516dec648fd4fcf59f620cef3
MD5sum: 2b9e880a448f263b09d993702ccd017e
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-semver-dbgsym
Source: postgresql-semver
Version: 0.40.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-15-semver (= 0.40.0-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-15-semver-dbgsym_0.40.0-2.pgdg+2_arm64.deb
Size: 20464
SHA256: 465e8d6486ae0fde44223bf85df68af558c0068b9f2cc7b723cdea56c6b975e1
SHA1: de463b7cda85ef3da76c6678555b34c5247cfa1c
MD5sum: b04beecf08587c2977cee1dded33b9a4
Description: debug symbols for postgresql-15-semver
Build-Ids: 2f99828fdaa8ed9f87f18b195534a6c5e5484818
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-set-user
Source: postgresql-set-user
Version: 4.1.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-15-set-user_4.1.0-1.pgdg+2_arm64.deb
Size: 39888
SHA256: c615162c66db166c4f99bc6405235bc5645eef91533c533b1e6f72cdcad76a67
SHA1: 5158df21f5d20a674cdec9c995fb550fc882d2f2
MD5sum: a147c8ef41d0d88dc89df13dfe0ec9ba
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-set-user-dbgsym
Source: postgresql-set-user
Version: 4.1.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-15-set-user (= 4.1.0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-15-set-user-dbgsym_4.1.0-1.pgdg+2_arm64.deb
Size: 46124
SHA256: 0611c93d290526a11bf82ab0ea288ea0d3f5d6390b4b14b4d84219c83400d90e
SHA1: 661c66ce9cd8de4c52193a9b1fb0306c319815fb
MD5sum: 104bd8a906c125713022747bf92484d7
Description: debug symbols for postgresql-15-set-user
Build-Ids: 027615cdbc1c02f96a2d5dc4f642ce87b88d3c30
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-show-plans
Source: pg-show-plans
Version: 2.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-15-show-plans_2.1.2-2.pgdg+1_arm64.deb
Size: 26716
SHA256: 035647b0fe23fda2661d8ec3712ce04208326bbb2826ad707f3d281d0bbeba26
SHA1: f7ed0535e594fe0766f2fa502fe6a30e198c5e35
MD5sum: f70bf332dbd683876ad25400bab8a4a7
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-15-show-plans (= 2.1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-15-show-plans-dbgsym_2.1.2-2.pgdg+1_arm64.deb
Size: 36308
SHA256: 65d512db923b120ea47001c46cdab20b55a6d8528486b6b000435d1ef6995fad
SHA1: 17f12dd7273de458a863c9468aacaf3aabf02766
MD5sum: 267b49e9bede4928e4f2bfe3c59ff13b
Description: debug symbols for postgresql-15-show-plans
Build-Ids: 330aa707ac0b71287310bf105a6565104961f6c3
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-similarity
Source: pg-similarity
Version: 1.0-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 388
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-15-similarity_1.0-8.pgdg+2_arm64.deb
Size: 105852
SHA256: 38ad1e2ae125de2438859a4b086b6f7f18ee8d863385863ac7a92e21dbbbdad8
SHA1: 6712f0b3f1b19636cb72afc97a3acf38b27015e1
MD5sum: d35c04dae2dfc1888658aa7b7526ba0e
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-similarity-dbgsym
Source: pg-similarity
Version: 1.0-8.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-15-similarity (= 1.0-8.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-15-similarity-dbgsym_1.0-8.pgdg+2_arm64.deb
Size: 61736
SHA256: 410884adfc3ef49b1d20660615cbc57063309b73dbf4887a9842e6a5595bd0d5
SHA1: 77def5dbdc20ab3dfe670ef06ab85128b3c5de0a
MD5sum: 0387fae4c2d4fee8a0d13d80a1cce3d5
Description: debug symbols for postgresql-15-similarity
Build-Ids: 52f73f3ac9be2d2b1e304854178a516211dc89bc
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-slony1-2
Source: slony1-2
Version: 2.2.11-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-15, libc6 (>= 2.17)
Suggests: slony1-2-bin
Provides: postgresql-15-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-15-slony1-2_2.2.11-6.pgdg+1_arm64.deb
Size: 18564
SHA256: 461a3bd9e8e6de934816ed35b297ccb318a43e9a09210f50588942c6e6bca5ba
SHA1: 70f81d5ef62ccc59d4d5f4ddd51bc9549dd18549
MD5sum: ee6f3a0c2a5b038b82d8bf0d77685c8e
Description: replication system for PostgreSQL: PostgreSQL 15 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
 15 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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.11-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-15-slony1-2 (= 2.2.11-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-15-slony1-2-dbgsym_2.2.11-6.pgdg+1_arm64.deb
Size: 65888
SHA256: 7a1bed58eccbc39fd968a7731223a9d01258640b241ae8b39aef0df0c628f3c8
SHA1: 664c67cbf420f7566d20074ee3c8a5c0b6e95465
MD5sum: 128f54a39fad758b3c7f019c2813c801
Description: debug symbols for postgresql-15-slony1-2
Build-Ids: 3ed50786664e11e227db8ab6b491da318f01f6ff
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-snakeoil
Source: pg-snakeoil
Version: 1.4-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17), libclamav12 (>= 1.2.1)
Recommends: clamav-freshclam | clamav-data
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-15-snakeoil_1.4-2.pgdg+2_arm64.deb
Size: 18012
SHA256: e7f239046e205da4770795d45f59a3c0bffcd0ddd684ad3229b7011d6d1213d7
SHA1: 935573bcfdb380bb05cafbf8f3de210f423fb99b
MD5sum: 5f68f6f8eb82dd10676269428d939409
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.4-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-15-snakeoil (= 1.4-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-15-snakeoil-dbgsym_1.4-2.pgdg+2_arm64.deb
Size: 14924
SHA256: 10068ab0f436278b9e8bf6164b1f1b407575f9c065335012c189c058033ff3fb
SHA1: 8064e481915f02ee95502f98f3f04b7e7791dd9c
MD5sum: edc5adc61311e215c68626f5d74a1113
Description: debug symbols for postgresql-15-snakeoil
Build-Ids: f3d1be124b98ce62caa90cf8b5c68c90f1408156
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-squeeze
Source: pg-squeeze
Version: 1.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 373
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-15-squeeze_1.7.0-1.pgdg+1_arm64.deb
Size: 148032
SHA256: 590d158eadc9606c27ee201314621a14ea2cdc87acbb092a8aefa4fe444858f6
SHA1: 7507b139c1f115758861de5fe4e613d0afb18b03
MD5sum: b733eae77112fecebfb8e19f620e9a48
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-squeeze-dbgsym
Source: pg-squeeze
Version: 1.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 174
Depends: postgresql-15-squeeze (= 1.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-15-squeeze-dbgsym_1.7.0-1.pgdg+1_arm64.deb
Size: 148788
SHA256: 1d676f906118938fc34b855f1840f59655a64255a23be1793a789895c02cf33a
SHA1: cf4da7f462ff32f785fb431ad021497e1f9bcaf8
MD5sum: 2a942b0dc61508d391f4a8812a61fbe0
Description: debug symbols for postgresql-15-squeeze
Build-Ids: 35bb4a135f4ff29abadb54fba290b682bbf37571
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-statviz
Source: pg-statviz
Version: 0.7-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-15
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-15-statviz_0.7-3.pgdg+1_all.deb
Size: 9404
SHA256: 60f34fd582f4834af637ca182361ce18283746c0d43b883a742fddcf441a4ac6
SHA1: 4fa41e46b46e0928013c6884de133ccfdcf1a729
MD5sum: c40963406d0667907fad092fdc9b898b
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-tablelog
Source: tablelog
Version: 0.6.4-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-15-tablelog_0.6.4-3.pgdg+2_arm64.deb
Size: 51780
SHA256: fa991b0055943e6f87dce717f9d3d716f487bb34e1e1a92a2d9ac8e99a553358
SHA1: 82b769344fe324766a37ebf146707f28129e281d
MD5sum: c56cc6775519c7da77952a202f89e533
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-tablelog-dbgsym
Source: tablelog
Version: 0.6.4-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-15-tablelog (= 0.6.4-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-15-tablelog-dbgsym_0.6.4-3.pgdg+2_arm64.deb
Size: 49840
SHA256: c1f1e6829473982ce1d70e2915c4422c37b7d064175f808674024e3baf154e94
SHA1: 9b09bc6ec3efebec5f544297d2d0be99e4a5cdde
MD5sum: d2ea240e49c294538aa1c8be85e07f70
Description: debug symbols for postgresql-15-tablelog
Build-Ids: d9e2f2a700b4b1b0d28e9a94774d16d845130a4c
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-tdigest
Source: tdigest
Version: 1.4.1-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 188
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-15-tdigest_1.4.1-2.pgdg+2_arm64.deb
Size: 67236
SHA256: 6e0470ad2a4a432db12a8d1eb043c17c4e9848fc17f48d7725e658bb9ac824ba
SHA1: e8ef8e002e3ef0d0b5285fb8ec757344ff651b2c
MD5sum: b1b0c03164336dc84ddc65121122fbd4
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-tdigest-dbgsym
Source: tdigest
Version: 1.4.1-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-15-tdigest (= 1.4.1-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-15-tdigest-dbgsym_1.4.1-2.pgdg+2_arm64.deb
Size: 48228
SHA256: ee7c53346cf161f46fe15607ecf4b2483c8f127799fc080724e557c6b3fec160
SHA1: 4d3d2e635ed25d46bd01a481bd4f519e21cb1c9d
MD5sum: dfddb0f7cf8043a35c074c1415e031d9
Description: debug symbols for postgresql-15-tdigest
Build-Ids: c6ca98976b102a66ad946864b27f90d1fcabe137
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-tds-fdw
Source: tds-fdw
Version: 2.0.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 331
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-15-tds-fdw_2.0.4-1.pgdg+2_arm64.deb
Size: 133196
SHA256: 973763ada35759da938e045e4f7afd94fb522139be91e5596bb6e4c3bbfe3508
SHA1: c0563f1671a29f1d40c3c0cf242d285f5d9311bc
MD5sum: a2b31f1e5bc1991f6a9e6a3be4d8e414
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 157
Depends: postgresql-15-tds-fdw (= 2.0.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-15-tds-fdw-dbgsym_2.0.4-1.pgdg+2_arm64.deb
Size: 139508
SHA256: 1e217e9812555523706f9a7f5d562bb6393a51caecd5caf007f2ea2ad9a6b423
SHA1: ea201ebc40ba2ea065d9800fd6191c1b99e47c88
MD5sum: e15718c6a36e05868a53571192184a22
Description: debug symbols for postgresql-15-tds-fdw
Build-Ids: 5975bba17bbed47e9483312703e9f0c90d8dc856
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-toastinfo
Source: toastinfo
Version: 1.5-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-15-toastinfo_1.5-2.pgdg+2_arm64.deb
Size: 13640
SHA256: 55d9f8830bf7a0bc9e05bbe5dca1547a2eedbeecc9ff3c8f83767d77fbcaa8b9
SHA1: 4ea424c47bd30b05569db2942b677359262ead70
MD5sum: c00adda4862cdcdec0e0495d9beaf904
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-toastinfo-dbgsym
Source: toastinfo
Version: 1.5-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-15-toastinfo (= 1.5-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-15-toastinfo-dbgsym_1.5-2.pgdg+2_arm64.deb
Size: 11084
SHA256: e61177e22e16029a0162870fb7c3f58cffcf84db6c247b27300ccfe309ce6c32
SHA1: 33cc96079ef0d9217a579c22d19b8f670f2a3082
MD5sum: d4596d9a6f27cfc492f2f6cfa737b8e5
Description: debug symbols for postgresql-15-toastinfo
Build-Ids: f96eef1e72ae858c1d3b86627fd44cfd623a96f3
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-unit
Source: postgresql-unit
Version: 7.9-1.pgdg+2
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 506
Depends: libc6 (>= 2.38), postgresql-15, postgresql-15-jit-llvm (>= 16)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-15-unit_7.9-1.pgdg+2_arm64.deb
Size: 136604
SHA256: 55e669b2096e9c782b9e8e9c0129898f6412e3be0d8584b74d1b443435407587
SHA1: 2abec32060dce92ae4390856aa70e4a531e6ba71
MD5sum: 893ad4dd971ceee92566fa84bc6cff64
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-unit-dbgsym
Source: postgresql-unit
Version: 7.9-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 81
Depends: postgresql-15-unit (= 7.9-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-15-unit-dbgsym_7.9-1.pgdg+2_arm64.deb
Size: 58628
SHA256: 4e69c98f5939f72ffc85f3a9bff0ffdb76c7a59bf909cfe2afee8301aeb1e5b6
SHA1: 75dc0d1eb383f72d1a157cf62f478e73bf1d058a
MD5sum: fc6f88517cdcd25f0fb96e45a309ae8b
Description: debug symbols for postgresql-15-unit
Build-Ids: 4c4ff12810b83ec4e847194ad134c6bbbdeb911c
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-wal2json
Source: wal2json
Version: 2.6-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 160
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-15-wal2json_2.6-2.pgdg+2_arm64.deb
Size: 65928
SHA256: 0409b444bd9a91f883e6e48e3a0c979fd5e9b249e7332d4d8b5fccbac75eaf56
SHA1: ab752c2886320626474f7d5496d3aeea0f24f185
MD5sum: 8ffefb7875fd61c279a7643b3d97416b
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-15-wal2json-dbgsym
Source: wal2json
Version: 2.6-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-15-wal2json (= 2.6-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-15-wal2json-dbgsym_2.6-2.pgdg+2_arm64.deb
Size: 73116
SHA256: aa2a420aff06caebce2268fd8ddefbda85df34150cf24e5a074d66d9050b8551
SHA1: 89814b9afd72f666eaa7d2687c59889b900c7d03
MD5sum: f5c41ff3dd3c81dd19c5151d5d6842f9
Description: debug symbols for postgresql-15-wal2json
Build-Ids: b3cf1b8e561cf85a0c4ec7a318c928d261155201
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16
Version: 16.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64414
Depends: locales | locales-all, postgresql-client-16, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm16t64, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 16~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-16-jit-llvm (= 16), postgresql-contrib-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-16_16.4-1.pgdg+2_arm64.deb
Size: 18599336
SHA256: 6af2e5d331263bdbaa0f2782ac8ef442d8738ea653b07b373be45424da4ff324
SHA1: d40301b9b76f9ca3fa075ba463510a27a19c24ae
MD5sum: 822007c6f8641c771dd29c585eafd414
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 16.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202307071
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-asn1oid
Source: pgsql-asn1oid
Version: 1.6-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-16-asn1oid_1.6-2.pgdg+2_arm64.deb
Size: 13260
SHA256: 05b40d127357ba1ae891d96c6519bc99813dcab816ea46f7043cf43653964966
SHA1: 99812b12f56da225dcf3691ef07e12efeb97e317
MD5sum: 0fcd22abb3ca05b8254bb47e2e8ae8be
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 16.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.6-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24
Depends: postgresql-16-asn1oid (= 1.6-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-16-asn1oid-dbgsym_1.6-2.pgdg+2_arm64.deb
Size: 9724
SHA256: 14cc72d6aa5740642a792c415c1462001cda243a7bb66e48b561f70a3d06dded
SHA1: 0e3d4ab2228ee453530910fbfcc8b7aa969466b4
MD5sum: 53e69dd58a12d12f18275559993dd62b
Description: debug symbols for postgresql-16-asn1oid
Build-Ids: 5bff41267db115e827703a69eecfb23b238cd5cb
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-auto-failover
Source: pg-auto-failover
Version: 2.1-3.pgdg+2
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1180
Depends: pg-auto-failover-cli (>= 2.1-3.pgdg+2), postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38), libpq5 (>= 8.4~)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-16-auto-failover_2.1-3.pgdg+2_arm64.deb
Size: 407412
SHA256: a0b10cae15505c4d489ff8448f4c6fcd3a3db01598ce8b86cec8cf0e62d02978
SHA1: aebed3f9f92c349b92d00310c4fce6eceea46a5c
MD5sum: 817b0c283bca683eb5115e23613d3251
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.1-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 199
Depends: postgresql-16-auto-failover (= 2.1-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-16-auto-failover-dbgsym_2.1-3.pgdg+2_arm64.deb
Size: 173676
SHA256: 8d4dd2e8a6c5d0dc1baa934a06d7a1bbc44a29317decb5a43852c0801529916d
SHA1: 0dc3396390b2b867760fca9a929b82794bc12918
MD5sum: 3adf46e44f1a64efeff98c3e51ad8f12
Description: debug symbols for postgresql-16-auto-failover
Build-Ids: d000ef01afaf3cc5feedca1e625a0fb3f12baf9a
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.7-3.pgdg+2
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 97
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-16-bgw-replstatus_1.0.7-3.pgdg+2_arm64.deb
Size: 15900
SHA256: d750b5fffdee0a3eb3d930c2dc5c1e89357b4aebf5523cd3a14f0defb63e4b8f
SHA1: c192c477406f94773fa9d11bb346100fc98ad11b
MD5sum: 4d75049e1904558f36156a4315ce8565
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.7-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 24
Depends: postgresql-16-bgw-replstatus (= 1.0.7-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-16-bgw-replstatus-dbgsym_1.0.7-3.pgdg+2_arm64.deb
Size: 8768
SHA256: fb1d237879cbb71647511f2d4de8f4b1a4a8ef3d194485c057af84b8dd659280
SHA1: 16867b26af57e2014c879f88579a97144a78fc98
MD5sum: b9ad2009aac354643d7fcd32bc0906c6
Description: debug symbols for postgresql-16-bgw-replstatus
Build-Ids: bde5e0c544a8df86390cb9d33a0f3a1eca0fe48e
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-credcheck
Source: credcheck
Version: 2.8-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-16-credcheck_2.8-2.pgdg+1_arm64.deb
Size: 70916
SHA256: b62b3cae1ad5ce5bd46a02aeb69460d898b6104ea0170e881e48c3a8b892e968
SHA1: 32803a6ffc582f9345f41bd0c6c7d5cbe64e6e8a
MD5sum: a8eb91bd739b3f91951450aaa69310cd
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-credcheck-dbgsym
Source: credcheck
Version: 2.8-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-16-credcheck (= 2.8-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-16-credcheck-dbgsym_2.8-2.pgdg+1_arm64.deb
Size: 71268
SHA256: 38242eb4889447b52f692decd5762a540ca6f963560e71b8fb867f5eafac820b
SHA1: 1682a72d2e10d161d57b8ece63cc3f467af88cbb
MD5sum: b1a8980646e574adc272ec1a560c9fc5
Description: debug symbols for postgresql-16-credcheck
Build-Ids: 3a49d8be02c78ee31b64f1f6a9e238a3c75ee927
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-cron
Source: pg-cron
Version: 1.6.4-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 305
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-16-cron_1.6.4-2.pgdg+2_arm64.deb
Size: 104128
SHA256: 2c6e2bddeca78d2da8620a8e500bd032de40859345df918baeffce8589a38fea
SHA1: 9a5a64392ba4374b54c1240ea355b8b6392fda1e
MD5sum: 262b791cf5b4663743abe9ac1f7a0eb2
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-cron-dbgsym
Source: pg-cron
Version: 1.6.4-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 142
Depends: postgresql-16-cron (= 1.6.4-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-16-cron-dbgsym_1.6.4-2.pgdg+2_arm64.deb
Size: 121604
SHA256: 2aa0e1396076ad2acaf562e5ce5803229928ca63bf22aea3181a4a52eeb12140
SHA1: e9b1b635e20feac4da1128339c07db6864001495
MD5sum: 31af161477daa6f43286f5a236d83c69
Description: debug symbols for postgresql-16-cron
Build-Ids: 1992812d4de79404f25b1ce024c8a96909a533fa
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-dbgsym
Source: postgresql-16
Version: 16.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20755
Depends: postgresql-16 (= 16.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-16-dbgsym_16.4-1.pgdg+2_arm64.deb
Size: 18891512
SHA256: bb9901a1473ba06af7c40fce8633378cf5f8dd90870119047d2be6eaa2d81aa3
SHA1: a42fd121e8610f35450b5c2a26914eae4c791af5
MD5sum: 38627353330e39a6ed2ba28f0c3b291b
Description: debug symbols for postgresql-16
Build-Ids: 02da98b0fcdc4b8ff0c5913339ed0de0860f7c55 02e706778e37a66e0a8681335977b25c6e0fcd06 051133a2a7ecf63a1c4673ba5104534e65732ac6 0886323db7eeac1e2f4a730898cce9ddf74526b9 0b2998bc62bbba7688139c398f22404503c86177 0bc395bafc59c35bbc280587bc290750dd2b9228 0cb9240cc071f005ec8fe646b332742ba786a02b 0ed39c6642d75d1e8051a2067bb45aa9c9d56a2d 0eef84735b7f52b549c2455ecbbccb9ac6c895a1 10710f3cbe8449ee8ea922cf758ade23fec29a37 124d146594c8f5ed9961ffa5ebaa11a95cb2467a 16eac7bc68b40cf9a1d2fc0447415d8e68c86fe6 1a6704cd8bf8887008e70f695ccff7d3da309e1f 1afe9b95c7fe13bc72e4e079d4df9b7ba7cd78bb 1bcfc10c6986ea51476e23e9c8cb058ccfa32f82 20de205df3dd81a2208861368515021eabeaba0f 27713199cb4099333c3ecda9b3ae7570be14375f 278b8a805325e4849b0127ca201369de9cf977c8 28ec0d481f3543de79c8b3a6d3f0f2930988df7e 32d808139cdc7d9642c6fcf4f37356a2843552b3 339f6d599952e850de7ae86bf18381d6780df502 34c920bef52daaa930a34bf4152333ff2897f2e2 39569d5d4570dbabb193da83753c815d18fb87d5 39d3a72c83288b826ede46a3880e677699f44ecc 3d1273084a4c8536ea6f151ff4406a31a4aa6235 3f05a39d6d4bdb1129d7b6762c4761ab9d1fa30a 4d4aa453a02a98858f3fd49e0abbc9167c00cbcc 4deb1fe242416dcdba9de4f251c080123776d18e 4fda7e16a3caae39bff46bd4bd66592288fd4386 501b3c9e7b5a6f24035c457c57327501cbd33352 502cc5a11bd9af6b3a4ad8f608db00648f155dcd 5415d0e14c0987b3b9bfa9a5bb69f97a63ad724d 56bf7f626c295a4b0a92bfb4c7282c1d771560e4 56fcc65fb3e07b85b59b6779b5a460214ea06583 5840ee0a4e096d1c02f97be5db11d99a41fe4927 5dc36b4c5a5350a29e748addd004ec08b0199d75 5f6f11e358cf5c433efbfe2afabef9097c405702 6403650a8753f368ad2af4a4c712b76bba50bdcb 665e3a45e629017bc0cf5cd66b5adceb8cade63e 694d8493b350b8689fcac895ad5d9886a9c8edd2 695bd70dea76e841fcba795bcf85466a66c644f4 6ab8d6beac662c1d99968cdba02e91629255160b 6ee79c2c175c355eb5cff267d001aa84d4c023be 718ec168ac79425bddc96f75055980e15f2518e1 78955140cc70fd962e1675d6d5a105591698a913 789ea6f5c14abfff9294ef41b892dba04bc6c599 7bbcac8d5d737e481c17337fd4abfbd6fac375c8 7be74764aaa441e5f589106bfe20f1a1185d5b42 852d4b66c524516d2690d6a52a743dc47cbf690a 85890094caf0b0967ae226397ac81e7d5f9541e9 881e876902e868e87f3d02c22a4f9eb8a5ea0b62 8ae94754004ce245929754749d8456827a4f94e9 8c02c223e80d1646be8da82e2cca54016a3dcff4 8d8ec5c917448074d58d8b914803187ded37ade1 8f60fc7d62155c8eb64ef81edeadc337a1b66b50 90d61afb0840bd0ff3e5b96f015ca5a29f52e45c 91150ee563195e522aaec98149eed321ff7949c8 98ff6d77ae8bec12049214a64a79b94ade89540e 9d6511d01d311ec254a9b2eb6ffd06d3f1ae3d9f 9da7fc42ff1c42a869f89a3748be474964ec1323 9ed9b219eb69fdd0ecd8f59479a9cf046dcb872f 9f337273dce3f5cc213ce9f98434c704de0531d2 a4e15252f8453a0ff85dc03ec9409587ec7e85b2 a52c2ee4af546728d03f37eb5880016292605ef9 a625ed69670dd8587fe35dbbe440b8d7203b12db a8e04f3f4ccb31ceda8ade8d0959697d703aa957 ab2703ff39b5f9ebb52f07d8342ac0565f49bb3d ac92ba7237d7bc35657092ccbc2cab11c92db2b0 aed14723098d4ea315fddead32c0153f0f0d4338 b2736b424b16d9cb61eeb67604a8aec5e79e3bbc b3afb3dbc3292cc951877a3c68b57f3692df9323 b4870c1f21b11d3c099b8c24c480452dad8bb3ca b4878c766e579747b6a32e02114b8eda1bdc7c20 b99f02bcef122436605e034502a3681690913120 ba991253a50430fe9064cfa372497dd992503953 bcd7abd5d608ce774889ff337638d595bb3a0fd3 c02287dd5e096a98d8edcfacbc526c0f3aa59738 c70675fbac463e8fbd81b637283a18d3fc6bc5fb c964b24b6034215573b817a1cf2f3a1eaac04aea d1c2e1f867863a80ff117ed287a074e06c8f918f d1d96bf5492c2e126ba5446532e39f1820059f29 d541133c1ab9591daff847e9b0676f2c9b9bca1e d95ad387daa780dd7c8b9935afed3f7d65740c17 dadd5c8480611e4eadbd104cf6a4931d8a7415c8 db0752d1d5118de965e8214ee2ac37313ed71eee db84ca755d1232e1226dca3848ec73b9fd40e9fb dbc1ba16abad11c5f22334969761014610734666 ddf60f5fdf23d21ef9103934cce62a6e2cfb12a9 e3bd1df0e2a00ed4de434fb412d06e0ab7218f9f e6d282baa5da1cfe49d75d12c10356e57fba376a eec84341065983d081e2d30a1a3c217b86a52fe5 f0b6cffa23090fbe3b70d7dd6b4cfbb74f27c3d0 f130c85dace22e12448098dc3726a6ffe9e1d46a f56524ead8c562c0be0cc6086cb7f7ad85d58833 ff8c7b0d7c79977de4d3fbc9f8b179b61a0d07f5 ffceb5d73eddc0fe23e24688c7946209dd97c355
Postgresql-Catversion: 202307071
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-debversion
Source: postgresql-debversion
Version: 1.2.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libapt-pkg6.0t64 (>= 0.8.0), libc6 (>= 2.17)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-16-debversion_1.2.0-1.pgdg+2_arm64.deb
Size: 14212
SHA256: 097000cbb71133c4af49a0e242039abc34fdb63c866f0ea82834a7fd18ba89ae
SHA1: f7a14bd0da735935b8b5c4413d050db72732ead3
MD5sum: 9dafb44476aa915bd88d5e3402043cdc
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()
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-debversion-dbgsym
Source: postgresql-debversion
Version: 1.2.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-16-debversion (= 1.2.0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-16-debversion-dbgsym_1.2.0-1.pgdg+2_arm64.deb
Size: 20328
SHA256: 28fd51e62413bd668cc490f50fd6c719ab0c1547d1509a67f31d01b773a7f69f
SHA1: 54bcbd8b8a283519621c8a498e72c472d9baa385
MD5sum: 275db29114b53740a9773af6017ec842
Description: debug symbols for postgresql-16-debversion
Build-Ids: 2c6e29e6c06377024e7926548a3c9586ad7da4d8
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-dirtyread
Source: pg-dirtyread
Version: 2.7-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-16-dirtyread_2.7-2.pgdg+2_arm64.deb
Size: 25732
SHA256: 91b0067ed6dcca2b6acf48692b88fdf8a1e8133eaa506cd2d9e694563e61d43a
SHA1: a18a47226fa7b1ad72e6a6fbf9be99536ebd717c
MD5sum: 9546a531aa3ff7154f45803a998f5cec
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.7-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-16-dirtyread (= 2.7-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-16-dirtyread-dbgsym_2.7-2.pgdg+2_arm64.deb
Size: 33756
SHA256: aa78b2f77ef009402ed79af8df9fb3fe3c7492368b3a800463138b186e0f8078
SHA1: 8d003bf9ee1ed435fde16fff83d7c2f262561c90
MD5sum: f417d3203a6fd5e2b507c812a73b59e6
Description: debug symbols for postgresql-16-dirtyread
Build-Ids: 95b7021813409cbaeef4e477c88bea65d908c799
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-extra-window-functions
Source: extra-window-functions
Version: 1.0-6.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-16-extra-window-functions_1.0-6.pgdg+2_arm64.deb
Size: 16488
SHA256: c7ccbf684a5c8fbfe37f2af989d0083854947f21b3abfd2c60dd6bc9d1a6603d
SHA1: 3bab4ed933bb9d5f773397ac002c2ebce9fe7ffe
MD5sum: 0512096c142d91e8fdf8ae120c0dcf74
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-6.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-16-extra-window-functions (= 1.0-6.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-16-extra-window-functions-dbgsym_1.0-6.pgdg+2_arm64.deb
Size: 9756
SHA256: 30f0d43162624f49571a90bfb911183d0dd2acc03402f0481aee6d9767c75105
SHA1: e47c5f76a9fa851a1735ef0fcfa2e763a1fe4059
MD5sum: 73c8f9f3dc8da04a623d6f066940a2a4
Description: debug symbols for postgresql-16-extra-window-functions
Build-Ids: d82baf7f3e8dcb95d4d9e1e36ad8bea5f570cfb7
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16)
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-16-first-last-agg_0.1.4-4-gd63ea3b-8.pgdg+2_arm64.deb
Size: 8880
SHA256: 92cbed89f761e8787526ddc1466fb38b4c03b96ee8cd69a55ec39b0c461660d9
SHA1: 1aa8125e26af174e4a9e30b7642f41174cf06ca5
MD5sum: 0cb5be404ae1fae8c1934fad8ad30d26
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-8.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-16-first-last-agg (= 0.1.4-4-gd63ea3b-8.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-16-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-8.pgdg+2_arm64.deb
Size: 4004
SHA256: a72f90801291ae3b7a0b4c8d1496e99ea8c4b7fd66d27f0eacea248601a758f7
SHA1: 0bab7a6bd932145d3100e1134c00cb61762d04de
MD5sum: d3d5aaf1162b6a2151bb429216baeeda
Description: debug symbols for postgresql-16-first-last-agg
Build-Ids: 5e5935e666c20a4f8d01f4140bd7beb361d51f26
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-h3
Source: h3-pg
Version: 4.1.3-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 440
Depends: postgresql-16, libc6 (>= 2.17), libh3-1 (>= 4.1.0)
Homepage: https://github.com/zachasme/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-16-h3_4.1.3-4.pgdg+1_arm64.deb
Size: 47740
SHA256: 6f10fb9bc0b8edaf9834348a63260eb820d6488285241d550de367d3165988eb
SHA1: 09f7f290b85fcf3f1475abf9c24d9e697366e18d
MD5sum: c4655ccb741a1d0b81ba0b9ec567f656
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 16 extension.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-h3-dbgsym
Source: h3-pg
Version: 4.1.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: postgresql-16-h3 (= 4.1.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-16-h3-dbgsym_4.1.3-4.pgdg+1_arm64.deb
Size: 102976
SHA256: 26e08d95404fefd108181958ebcc0e3680c3bb88edfc7b155481fde2ebd06fb1
SHA1: a2a8059e707f8ed426821ce5b33f354d176e2b31
MD5sum: 31a1516785c14d6e69ff2a9423312eba
Description: debug symbols for postgresql-16-h3
Build-Ids: 3d7c57ccbbd7731c59b1507ee9ee2cf4c3cf5748 72c37c08dd4a718bfa66a640ec94734ab9f19684
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-hll
Source: postgresql-hll
Version: 2.18-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 215
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-16-hll_2.18-2.pgdg+2_arm64.deb
Size: 84464
SHA256: b9796e2f66e474b4e1e4753d7f0eb4bcbd4b6cf0d7cbd69f15ced48dfbc5f296
SHA1: 2e886a4076cd649ba3873503505a19bf2cd42c06
MD5sum: f1e76b982c9e39386ae4099c11f62509
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-hll-dbgsym
Source: postgresql-hll
Version: 2.18-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-16-hll (= 2.18-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-16-hll-dbgsym_2.18-2.pgdg+2_arm64.deb
Size: 98260
SHA256: c146d5c81ed579c86dde2986e680e9f555acd4d629618e3df5e0fe318fff7b3c
SHA1: 85c33ab45bdc74fda9f6c45a83a111410fdfc4a3
MD5sum: 140d0d36bd2790400c245cb7b266d09f
Description: debug symbols for postgresql-16-hll
Build-Ids: 61a49e7c01d5da56a76656dc396f3d54c9e8ae72
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-http
Source: pgsql-http
Version: 1.6.0-5.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-16-http_1.6.0-5.pgdg+2_arm64.deb
Size: 47632
SHA256: baada675a9123639f95577a78f8144be3ce8272862f9a45d56696d178cf7173a
SHA1: 135a31dad63103b99cb94a7b8c6c07df94c4664d
MD5sum: 84d6fee565ec70f94773a5715eafc4e8
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-http-dbgsym
Source: pgsql-http
Version: 1.6.0-5.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-16-http (= 1.6.0-5.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-16-http-dbgsym_1.6.0-5.pgdg+2_arm64.deb
Size: 59964
SHA256: 99ca16568c0ad00f6fc566dc8a6143db152e1d6b0603ec55e3bd7138984b11aa
SHA1: eaf59757192461358d32f3916a53af7dbbc3caa9
MD5sum: c38570674fc882c0e83440f6c434bc45
Description: debug symbols for postgresql-16-http
Build-Ids: 9ec9d21762b1df88c2d9f5d5cdeb1aac9b840050
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-hypopg
Source: hypopg
Version: 1.4.1-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-16-hypopg_1.4.1-2.pgdg+2_arm64.deb
Size: 77700
SHA256: ca266158ba9c792e62f337403f3d88d41c89e6b188d9b0b186efc07eca25d2af
SHA1: 4a17ce05ab0aa4f473299912e5c5c5f284747da5
MD5sum: c0089024d3682f603f2c0bea8cdcc5a1
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-hypopg-dbgsym
Source: hypopg
Version: 1.4.1-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-16-hypopg (= 1.4.1-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-16-hypopg-dbgsym_1.4.1-2.pgdg+2_arm64.deb
Size: 92748
SHA256: 51ca8a21eedf406a183afd09548800e5d4214af5a1c23c1facf210c9ef47b85e
SHA1: be92cab08969375898f2b55deb7ee657e242f937
MD5sum: 5b6621bb989fa600562721ffef862b59
Description: debug symbols for postgresql-16-hypopg
Build-Ids: 11e062b837db443c31a5112c4df44caad0a5aeac
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-icu-ext
Source: icu-ext
Version: 1.9.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 282
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17), libicu72 (>= 72.1~rc-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-16-icu-ext_1.9.0-1.pgdg+2_arm64.deb
Size: 106020
SHA256: 2ea5836c2a4e0d63b8c79343a3531741365abcf3c10ee9ae9a9bc293d3d04560
SHA1: ab3a90ec097713f53f7f8655462bd6723ad30c63
MD5sum: 5a047d43728d36fb5fe30da4e49abdbf
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-icu-ext-dbgsym
Source: icu-ext
Version: 1.9.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-16-icu-ext (= 1.9.0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-16-icu-ext-dbgsym_1.9.0-1.pgdg+2_arm64.deb
Size: 95052
SHA256: 46a0f7bcaeff13dcddefce7533db917e5f55f13f486d0da390c02c36ea5b10fd
SHA1: e6045632db6332351d06f3caff9506f8c621f7c3
MD5sum: 16871bff73674a00005173c8f20637f6
Description: debug symbols for postgresql-16-icu-ext
Build-Ids: 27620c8f6a46f1cb5ee267bbda6cebc5d4a028cf
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-ip4r
Source: ip4r
Version: 2.4.2-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 602
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-16-ip4r_2.4.2-3.pgdg+2_arm64.deb
Size: 198244
SHA256: 2cff09828eec9f8a8b8e5e102432f63df5ea9ccfcfafb7eb930db11fbebb5126
SHA1: a2195cc9409c7aa2c0bd78cb69b7856d2c47535c
MD5sum: d77124573dc6286f7550bf350cae1117
Description: IPv4 and IPv6 types for PostgreSQL 16
 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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-ip4r-dbgsym
Source: ip4r
Version: 2.4.2-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 246
Depends: postgresql-16-ip4r (= 2.4.2-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-16-ip4r-dbgsym_2.4.2-3.pgdg+2_arm64.deb
Size: 210236
SHA256: 736dcaa60316e2e7aeeb73f8f149b5d05f4f0072f4cc8ada190335c95b469558
SHA1: f2b30542ef1e51765f74538e041d576059d5235d
MD5sum: 9198d335397a9bcedc2f1c6830d61787
Description: debug symbols for postgresql-16-ip4r
Build-Ids: e69c5447cac98d272d58b7c29567aab183fcc174
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-jsquery
Source: jsquery
Version: 1.2-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 361
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-16-jsquery_1.2-2.pgdg+2_arm64.deb
Size: 137412
SHA256: 1d33bbffd62c648a07047d4f9c1e1eed333eac36ec81442e61592493fedb0505
SHA1: 136150efeddd838e301b5d51f94bdc0d4387b636
MD5sum: 2b6c99ae7b40de93933c270f878e7e13
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-jsquery-dbgsym
Source: jsquery
Version: 1.2-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-16-jsquery (= 1.2-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-16-jsquery-dbgsym_1.2-2.pgdg+2_arm64.deb
Size: 106388
SHA256: dd12a17923e700c2dbc05d59ba17b3d1dd42ec670438ddc09cc53e9ccf118966
SHA1: 9a1f6e86f8244a1c2a67f683d031088e8716009b
MD5sum: 587f60333525ead653499dc34b9a41ce
Description: debug symbols for postgresql-16-jsquery
Build-Ids: 080c46ad1eec9d90251414139c6248994f86a3d6
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-londiste-sql
Source: londiste-sql
Version: 3.8-6.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-16-pgq-node, postgresql-16
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-16-londiste-sql_3.8-6.pgdg+1_all.deb
Size: 20688
SHA256: d9ec400e57f313904c8a943ffd49058fc28e42afe49c6c4bc6e2e4c9663cab80
SHA1: 303ef45bcdfa789782ece5f9700be1bd71244b9e
MD5sum: 8eab57481948756fbffc3e8011db834d
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-mimeo
Source: mimeo
Version: 1.5.1-19.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4485
Depends: postgresql-contrib-16, postgresql-16
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-16-mimeo_1.5.1-19.pgdg+1_all.deb
Size: 128636
SHA256: 9677b9392978c6fb6bf8be4553de67c32b1ff7a4386ed1d67cae1aa4b4c0a9d5
SHA1: 9c121e25c3999256d8bba0e778971c4430e2c321
MD5sum: 71e478280071a774f9bd5bae05c9eac3
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.2-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 377
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-16-mysql-fdw_2.9.2-2.pgdg+2_arm64.deb
Size: 158204
SHA256: 8ef1120554f0316eb0bc765ed29b18c362eed4866a16256098a3d9e6b8814a22
SHA1: ef0b095b4c4658f7d743059e9ef0c5dd747deb95
MD5sum: ca8fc28dabcec6c98dd0be23103dc7e5
Description: Postgres 16 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 16.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.9.2-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 196
Depends: postgresql-16-mysql-fdw (= 2.9.2-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-16-mysql-fdw-dbgsym_2.9.2-2.pgdg+2_arm64.deb
Size: 176448
SHA256: 73591057984c473be77facc5c212e1dc27c3e2bdb80fd4e707fb1412b0a2f43e
SHA1: 7c78722f49113ec6c857880a3fadb54514570742
MD5sum: d34c682d4314d4a5cd6f407fd1f49b88
Description: debug symbols for postgresql-16-mysql-fdw
Build-Ids: 8cca72e924dcbc332f1ef599e47ad1be9034f831
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-numeral
Source: postgresql-numeral
Version: 1.3-7.pgdg+2
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 259
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-16-numeral_1.3-7.pgdg+2_arm64.deb
Size: 79388
SHA256: 0df9c62d358214ffff80771480f119724da631dd9e7aa68acb929d327017f6d6
SHA1: a2559b26b94e143d0b6b06c485eecbcbfceb4f20
MD5sum: bcc2330500415e7b52dcc8991b5030a8
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-7.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 66
Depends: postgresql-16-numeral (= 1.3-7.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-16-numeral-dbgsym_1.3-7.pgdg+2_arm64.deb
Size: 44524
SHA256: 444f36ef974e05a2432ba227339440a6ab2da051b90f158921d4394410c64699
SHA1: f7311cc27f08290f812ec6c285991578f9d9188c
MD5sum: 7f9ae2b63e0610e44537320de95f421c
Description: debug symbols for postgresql-16-numeral
Build-Ids: b61c635110faaa09e9226d41dc93c05b75e631a7
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.5-2.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 296
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38), libgdal35 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-16-ogr-fdw_1.1.5-2.pgdg+2_arm64.deb
Size: 107696
SHA256: 7991e6f01e29b4caf3617e6f919b009f4b2111f0b2152d1ea37bb7f1444ffb18
SHA1: 6b8474bea5d127d5e7a85514e417e050445762c9
MD5sum: e6b84f3c5458ef3a56383ccfd66c67f9
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.5-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 170
Depends: postgresql-16-ogr-fdw (= 1.1.5-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-16-ogr-fdw-dbgsym_1.1.5-2.pgdg+2_arm64.deb
Size: 137228
SHA256: 4b2bd2a415f28c4f1071ae27ab611906cb4c61a3df179b71db3e02d2303a9794
SHA1: 168d023a4ee51c3d92f17112eafe1ea83f167c6c
MD5sum: 59a23051b140d0b00a7bcc85e0197a5c
Description: debug symbols for postgresql-16-ogr-fdw
Build-Ids: 3a8c2d894943e09237b532f29d0b50cd28fd69d5 d892e924def8b5bacd08cc68ab1bb34d31198677
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-omnidb
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-6.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17), libpq5
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-16-omnidb_3.0.0.20201026-6.pgdg+2_arm64.deb
Size: 22804
SHA256: e2ed79ccc7a392e9b920ba1c9fbc8f42bfd7517b404016495892c73fa772f265
SHA1: 48a83039eec34c5d5967720be8f6380308eaccfa
MD5sum: f74e1735902f10008f77af6748e13cec
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL omnidb_plpgsql_debugger extension for
 interactive PL/pgSQL debugging in OmniDB.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-omnidb-dbgsym
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-6.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-16-omnidb (= 3.0.0.20201026-6.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-16-omnidb-dbgsym_3.0.0.20201026-6.pgdg+2_arm64.deb
Size: 42440
SHA256: 5684df59f71e8dbdea24907473e725690a834d508f4622177f902e7038b03446
SHA1: f46dd96d61d97c3b2469c576146619d85ff899c1
MD5sum: a1e675b7476cdd24cd05c98352683569
Description: debug symbols for postgresql-16-omnidb
Build-Ids: 49fc02ca4ad4511511b4afd5ffda11b72dc4eb59
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-oracle-fdw
Source: oracle-fdw
Version: 2.7.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: oracle-libs, postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-16-oracle-fdw_2.7.0-2.pgdg+1_arm64.deb
Size: 81832
SHA256: 66fc463541cfec4667dc269d9013c1256be4516ae1f124602765c51f4cd26d3c
SHA1: 7c3c79242de9dec540e74f38360f7f4334b5773e
MD5sum: b9e33cecf51a62642c45d143efa84b06
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.7.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 215
Depends: postgresql-16-oracle-fdw (= 2.7.0-2.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-16-oracle-fdw-dbgsym_2.7.0-2.pgdg+1_arm64.deb
Size: 194092
SHA256: 0c8e7d4eb066d425c7fa267a34402204ecec643d339b3fb45753d70a3efd3a3d
SHA1: ce47e0339e1d113e3f985c8abcbd42535b368134
MD5sum: d0fa566224a7a4b9a40d638c8aac9f74
Description: debug symbols for postgresql-16-oracle-fdw
Build-Ids: 58cb84f21f2a9deef021d3617da54c723a190407
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-orafce
Source: orafce
Version: 4.12.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1215
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-16-orafce_4.12.0-1.pgdg+1_arm64.deb
Size: 400420
SHA256: ab29e58f135fd3d92ec9027fe0b12701caa24de7ebc8e0c2e58b2e031e8aac5f
SHA1: 0fcedd2e4a3a14c0e474d6e4eb0f441c7eeec81f
MD5sum: 36317fa47df621d987138b18db08457e
Description: Oracle support functions for PostgreSQL 16
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-orafce-dbgsym
Source: orafce
Version: 4.12.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 361
Depends: postgresql-16-orafce (= 4.12.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-16-orafce-dbgsym_4.12.0-1.pgdg+1_arm64.deb
Size: 310716
SHA256: 00316dac5b3981b4c6c00b933a08c875019836fce91e4784bc8d504414e17a7f
SHA1: 67297973d31c2a55eb96a9007d59798db06862d5
MD5sum: 7b9d2c5fff000b17059194a506d2d249
Description: debug symbols for postgresql-16-orafce
Build-Ids: cacfcaa37ad0d07f1bb79bfb473fd4e8122fb558
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-partman
Source: pg-partman
Version: 5.1.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7158
Depends: python3, python3-psycopg2, postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-16-partman_5.1.0-2.pgdg+2_arm64.deb
Size: 230252
SHA256: ab86fd5feba1b3d35bba0772c0b18f46e852fe01920745746484a10c14081b82
SHA1: 559300a08d3dcf82ec90b574eec50ba2fe58e6fd
MD5sum: 85deb25203483f50748746538c0c512c
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-partman-dbgsym
Source: pg-partman
Version: 5.1.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-16-partman (= 5.1.0-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-16-partman-dbgsym_5.1.0-2.pgdg+2_arm64.deb
Size: 41652
SHA256: 436fe3ff9fc3e5dac04b22007a5b510a16c739fd4ec2ca237a260cc51a48a8bd
SHA1: 36903601a8d2479ec653d9e8fe9096abf95aee29
MD5sum: 9c298c7154c1df0c531bccf008240495
Description: debug symbols for postgresql-16-partman
Build-Ids: 359af3dc7e249e139528a2b9f6550400562848c5
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-periods
Source: postgresql-periods
Version: 1.2.3-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 598
Depends: postgresql-contrib-16, postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-16-periods_1.2.3-1.pgdg+2_arm64.deb
Size: 52432
SHA256: 065d6c8abb17c8286771f7dce7834c4334ddb4b959de9c36c8109eb09dcaf570
SHA1: fd6d7ab6a1a717c649022615e3ccd73abb714d1d
MD5sum: 485cc63db9d38bff77e0fab66813b932
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-periods-dbgsym
Source: postgresql-periods
Version: 1.2.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-16-periods (= 1.2.3-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-16-periods-dbgsym_1.2.3-1.pgdg+2_arm64.deb
Size: 39656
SHA256: 9facbd29b2f51c4897fff6ac23ddeba08a8e79c3de3af707bccfa8fc3b667f84
SHA1: 0213c5f60b08ff48a74562a1bc6b06302ba150a6
MD5sum: 2299c0fe9586c20b002a5eaee933eb95
Description: debug symbols for postgresql-16-periods
Build-Ids: 329c959f34231e4fa44f7f9e223e9981e17b4e4d
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.6.2-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), postgresql-16-pgaudit, libc6 (>= 2.34)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile_1.6.2-2.pgdg+2_arm64.deb
Size: 45248
SHA256: 7ece3b19246c541e48599435d6988db087f8cb55d171fb6d6cb89f2b3026a568
SHA1: 193e7a1729b2d3ed9174d6e7f01a8030b91cbe35
MD5sum: 92e2375450b827a870b691a514229dc5
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.6.2-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-16-pgauditlogtofile (= 1.6.2-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile-dbgsym_1.6.2-2.pgdg+2_arm64.deb
Size: 34220
SHA256: c2e02c1a4d70139e48c1f16eced9e12daf26f641542d64aaa2ffd560c0d1515a
SHA1: f642bc4b050eb5c8d048a8e7581714a4b38c3a69
MD5sum: 92d6979dd70bfafae708532242ec8e7a
Description: debug symbols for postgresql-16-pgauditlogtofile
Build-Ids: d5f4e1710f66b9c40253b60422989bec8475ea3d
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pg-catcheck
Source: pg-catcheck
Version: 1.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-16, libc6 (>= 2.38), libpq5 (>= 9.2~beta3)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-16-pg-catcheck_1.5.0-1.pgdg+1_arm64.deb
Size: 35072
SHA256: f9c6d73481c4c55bf6f2bfd787553f5a9b8f4d04cbbe4d8fcf27168018b9261a
SHA1: a933acf6f2d4aee421e83bdcb270d43db8eb85ab
MD5sum: f3c31e0992e16474af1b227bc1b90c9e
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-16-pg-catcheck (= 1.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-16-pg-catcheck-dbgsym_1.5.0-1.pgdg+1_arm64.deb
Size: 38216
SHA256: 9d04dedc3e4c961c6eb32e6e90efaaab1cc421f9b4d282070852274b4ecaa05e
SHA1: 7778fe2a628989cae03205291ef2d6e2e7280415
MD5sum: 894337fce39050a46cbe510919d6ffd8
Description: debug symbols for postgresql-16-pg-catcheck
Build-Ids: ee481b7681b4f3c4538c6795ae9ba17526c028c2
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pg-checksums
Source: pg-checksums
Version: 1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: libc6 (>= 2.38), postgresql-16
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-16-pg-checksums_1.2-1.pgdg+1_arm64.deb
Size: 35888
SHA256: fb7be24af51a52a518af696bf0138d6e71b9f79c82a6c854ae8877ff9ee5a190
SHA1: 1b6a40597de4c70fbccd99a5081592ad9e72208c
MD5sum: 39b755570bb930b6e25e1f2e031de372
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-16-pg-checksums (= 1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-16-pg-checksums-dbgsym_1.2-1.pgdg+1_arm64.deb
Size: 23416
SHA256: 2a0afb58ca1fc61db1ab0725fec9243ae74f788153e9f897565d98cfeabf3933
SHA1: e5ff852b66d58a6d620661393e70b81c265cbc66
MD5sum: 0bb4578de357b2ae9355cfd5e483d393
Description: debug symbols for postgresql-16-pg-checksums
Build-Ids: 0bcb02912227f95a2c7434666350b49b16fe74ad
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pgextwlist
Source: pgextwlist
Version: 1.17-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-16-pgextwlist_1.17-3.pgdg+2_arm64.deb
Size: 38776
SHA256: b78a504ac33333846c0bcc3bb6c05dc7b3be09c51e21f02083f24afbdd750973
SHA1: c6fab1c03cdee339d7e37a305c6b7b6fa22275ff
MD5sum: 4db58377753b8bb951debe7860befae8
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.17-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-16-pgextwlist (= 1.17-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-16-pgextwlist-dbgsym_1.17-3.pgdg+2_arm64.deb
Size: 55832
SHA256: 84473d167344100cf69179119e17a2214fb457e8421044c646c03f945a5afaab
SHA1: 137e8f99d9050d806bb9383b9a98671072e0cdf5
MD5sum: 2abfaaf27159d427494b422e6c4a469c
Description: debug symbols for postgresql-16-pgextwlist
Build-Ids: f939419c78e583d58a14593ee68467d301e6c54a
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pgfaceting
Source: pgfaceting
Version: 0.2.0-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-16-roaringbitmap, postgresql-16
Homepage: https://github.com/cybertec-postgresql/pgfaceting
Priority: optional
Section: database
Filename: pool/main/p/pgfaceting/postgresql-16-pgfaceting_0.2.0-4.pgdg+1_all.deb
Size: 9788
SHA256: 3fb2bc4393cb839980dfa7ef729ad0a4474117e25d227e2737b2606b5691c988
SHA1: 16c94f34a3de166ef49a3c2192ab32e1946ac997
MD5sum: dfcbb2b1a5d077c9a562db1dee93e098
Description: Faceted query acceleration for PostgreSQL using roaring bitmaps
 PostgreSQL extension to quickly calculate facet counts using inverted indexes
 built with roaring bitmaps. Requires pg_roaringbitmap to be installed.
 .
 Faceting means counting number occurrences of each value in a result set for a
 set of attributes. Typical example of faceting is a web shop where you can see
 how many items are remaining after filtering your search by red, green or
 blue, and how many when filtering by size small, medium or large.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pg-fact-loader
Source: pg-fact-loader
Version: 2.0.1-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1144
Depends: postgresql-16
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-16-pg-fact-loader_2.0.1-4.pgdg+1_arm64.deb
Size: 41440
SHA256: 2262a9b15009609e92ca8d65cd735dde069f3c5521c6ba114ece2906d9817a53
SHA1: 2bebfdccc26019869ac4b28acef4d035495e1786
MD5sum: 8f799c87f3b6ebea712a9fd24bb9edf5
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 16.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pg-failover-slots
Source: pg-failover-slots
Version: 1.1.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-16-pg-failover-slots_1.1.0-2.pgdg+2_arm64.deb
Size: 43364
SHA256: f4c110355b4771147e9c80db30253bb5df7a95008cd9cf2d6efaddd8db879bd8
SHA1: 59beb0efe76126a0f955fdf644c04f5f98c94760
MD5sum: 9b1409bb6ec5dd48b82288d5edc93391
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.1.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-16-pg-failover-slots (= 1.1.0-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-16-pg-failover-slots-dbgsym_1.1.0-2.pgdg+2_arm64.deb
Size: 42124
SHA256: a0c4bd8ef732ef281ae4d3c733de21594e0d7cb3a6e4003d17e238e3f02ec6cd
SHA1: 6d35833b777351380350c3821d288246259c65ed
MD5sum: e24cceb9a893f6e45d4582043d816832
Description: debug symbols for postgresql-16-pg-failover-slots
Build-Ids: 43955baea83f5f714feea6f61c8dbd83867d95ae
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pgfincore
Source: pgfincore
Version: 1.3.1-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.34)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-16-pgfincore_1.3.1-2.pgdg+2_arm64.deb
Size: 32816
SHA256: 854392297c9d03868cabb270dc7b0fe1cff73e5a71a0abe153f6b2111d07bc65
SHA1: cbce70f7c35a2bc8666fda18388d00375f3c832e
MD5sum: c38c73602262387668ee9a1a46a2f923
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pgfincore-dbgsym
Source: pgfincore
Version: 1.3.1-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-16-pgfincore (= 1.3.1-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-16-pgfincore-dbgsym_1.3.1-2.pgdg+2_arm64.deb
Size: 42624
SHA256: 10150a30066279dead4c7e0c82871a62e04d4ce05f3b750f5a5043a9792ced71
SHA1: 766e6e9b2c6872c4ecc4d733c16cecdb32f23075
MD5sum: 4335040dcff80291ac925701eca305a4
Description: debug symbols for postgresql-16-pgfincore
Build-Ids: e3102d88cf1daef7949787acb99ab3801d82ba4b
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.2.1-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1932
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-16-pgl-ddl-deploy_2.2.1-2.pgdg+2_arm64.deb
Size: 41324
SHA256: c4d57ab3437127288afd16f54a064b113540f632ec9ffcc6bb7c640bcd98ec63
SHA1: ff8f256cc50094be49b1afa1f9559d541c9ef222
MD5sum: 61d35122038399df6350fef01c34e057
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 16.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.2.1-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-16-pgl-ddl-deploy (= 2.2.1-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-16-pgl-ddl-deploy-dbgsym_2.2.1-2.pgdg+2_arm64.deb
Size: 19292
SHA256: 9a168357a6ed9b2097b29f1f89a1b74d258a15746bb704855907fff8511d9466
SHA1: ce526e077a8e3ad1c95a8c6712798ee4ebff4d7b
MD5sum: e506dce2bbc199accaf954d3b6613883
Description: debug symbols for postgresql-16-pgl-ddl-deploy
Build-Ids: 0a3ed93bbde5285a2e33abd4ffdfddc03026d5a3 29c7bbc06bc54602e42d2dc731b6969d6976fbda
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pglogical
Source: pglogical
Version: 2.4.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1332
Depends: libc6 (>= 2.38), libpq5 (>= 9.1~), postgresql-16, postgresql-16-jit-llvm (>= 16)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-16-pglogical_2.4.5-1.pgdg+1_arm64.deb
Size: 444344
SHA256: f101d6445480c5e61878925c1c68eeee43bde927ebd64c815c2748b16d08b52a
SHA1: d1da5697b0d78b83a274495b7f046aaf3d788c50
MD5sum: e719fddc9273f1ed083804bdbf0763b1
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pglogical-dbgsym
Source: pglogical
Version: 2.4.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 498
Depends: postgresql-16-pglogical (= 2.4.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-16-pglogical-dbgsym_2.4.5-1.pgdg+1_arm64.deb
Size: 430812
SHA256: b95ec5f4323435abb1984fa7704f6ff25f8e49c61c87b6b534831dbda2e058bb
SHA1: dc7c3dadf9a6e9b8ced38fd8fded861a9dc48b6f
MD5sum: ad6bf5f3a9595911f9edbcb33f8a181f
Description: debug symbols for postgresql-16-pglogical
Build-Ids: 3d539a1edec7ba5caa9910ad1525f0629fe4aea5 8065a4e1ae4cbefe87f87ade5ddc1450001f70c7 8252795c5b63a2fd540f96266c9363e8aba47750
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-16-pglogical, postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-16-pglogical-ticker_1.4.1-8.pgdg+2_arm64.deb
Size: 21688
SHA256: deb275f7d63a8532e9f9ebb547e4fba85d799c180396cb91033284df637a2372
SHA1: 9043cbf3d4b93d49a8dce720c4435a584a529629
MD5sum: 82b4e568ec67b86ccd698e156a3a2bfa
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 16.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-8.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-16-pglogical-ticker (= 1.4.1-8.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-16-pglogical-ticker-dbgsym_1.4.1-8.pgdg+2_arm64.deb
Size: 15692
SHA256: dcd20378ea7a77e75ef1238fe98ca656bf8e42a8c020fb32a73a40980b6275c1
SHA1: e7f074a954ea24100d175f5f7df8316dc8bc374b
MD5sum: 311724376dd333147825a161431524a4
Description: debug symbols for postgresql-16-pglogical-ticker
Build-Ids: 3af36d1593cccb698e7de0a316b90fe2b107fa48
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pgmemcache
Source: pgmemcache
Version: 2.3.0-14.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 165
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-16-pgmemcache_2.3.0-14.pgdg+2_arm64.deb
Size: 51944
SHA256: 60ececc7736825b31740bd6821cdd7557d97a56faf27bff66fd92f980cb0ee47
SHA1: a3ef4b365f1ca7d68dd79eed81059b655cb5ffe7
MD5sum: a110a95ad347fb3c508dda74e2d71b40
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-14.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-16-pgmemcache (= 2.3.0-14.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-16-pgmemcache-dbgsym_2.3.0-14.pgdg+2_arm64.deb
Size: 49988
SHA256: 332f443f30e07f66a2d7717d1823a9c082692a30ec5cf6b8626765201741cf1b
SHA1: 074999cb9be52dc9e713402dded42f31ec2e0bfa
MD5sum: 03f89b4588bec57fbb1d3012cccb398a
Description: debug symbols for postgresql-16-pgmemcache
Build-Ids: a437b4971d1d86bc17a6b851ee4618ec3b7c5136
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pgmp
Source: postgresql-pgmp
Version: 1.0.5-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 420
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38), libgmp10 (>= 2:6.3.0+dfsg)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-16-pgmp_1.0.5-3.pgdg+2_arm64.deb
Size: 109060
SHA256: 7aec37872799cd2ed1d302dcb69154d9ff2d51ae2899928742659f0b60d36c39
SHA1: 8ed17eebafffb7747bba3f5f386740cca5c930cd
MD5sum: f1ba9364442207f8fcda47c3625bb664
Description: arbitrary precision integers and rationals for PostgreSQL 16
 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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.5-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-16-pgmp (= 1.0.5-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-16-pgmp-dbgsym_1.0.5-3.pgdg+2_arm64.deb
Size: 77380
SHA256: 9274c8b4e42fd5a4b67305907a348d22bf51aeb71772ddec30c3534474c6c43b
SHA1: b4b9aa4030ac82486b14bb6e86bee636e9879799
MD5sum: bfcb8b4171ac38566bb061c52ac9ef8c
Description: debug symbols for postgresql-16-pgmp
Build-Ids: c892c564bc3a2659952bb3b9fa8e6356bd12b896
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pgnodemx
Source: pgnodemx
Version: 1.7-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/CrunchyData/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-16-pgnodemx_1.7-1.pgdg+2_arm64.deb
Size: 91140
SHA256: 2b552b1d39c70d5d99ce8d7a6bf9a66c39abacdf0b274a92e6586f7d50a6fec9
SHA1: 488fe6112ea1c9bb8aea37ab858e84bbab7d0c0c
MD5sum: c5f69106f9909bc27dc47dd866fa64cc
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pgnodemx-dbgsym
Source: pgnodemx
Version: 1.7-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: postgresql-16-pgnodemx (= 1.7-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-16-pgnodemx-dbgsym_1.7-1.pgdg+2_arm64.deb
Size: 76476
SHA256: a9dc7458a3a149a6a9a7e72c372c648f08974a79aa14142099454d477de84f64
SHA1: 21e888f567c5b33c473e5d508e2c4399d12229c0
MD5sum: c960eb4428b1160607c82a5cea15e032
Description: debug symbols for postgresql-16-pgnodemx
Build-Ids: d1dbcb0dc364e78fc4428e034813777fa7bb88ed
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pgpcre
Source: pgpcre
Version: 0.20190509-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17), libpcre2-8-0 (>= 10.22)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-16-pgpcre_0.20190509-8.pgdg+2_arm64.deb
Size: 19740
SHA256: 70f1c4666b54b15652519a9c1d25b4f72b3bd3cfe182054ec73bd015a55e2d80
SHA1: b734246b62ed0e58e85e26c1fcc3b7558ce24d1d
MD5sum: 3e7e9fe008c94570a07a958fd54e2177
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-8.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-16-pgpcre (= 0.20190509-8.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-16-pgpcre-dbgsym_0.20190509-8.pgdg+2_arm64.deb
Size: 16712
SHA256: 30a7f94448dbc5ed4d06257aeacf5191ff6ba82a8afd12149aff843b1b6282ff
SHA1: 21ec2c901b79ec78dd1d69989fd40deb83095642
MD5sum: 6a8f67ca8f615d3bef031b9f8a63da90
Description: debug symbols for postgresql-16-pgpcre
Build-Ids: 352beff28928236c9181cc9ca6664931947e8b62
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pg-permissions
Source: pg-permissions
Version: 1.3-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-16
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-16-pg-permissions_1.3-3.pgdg+1_all.deb
Size: 8420
SHA256: b18586d8f4b39515186339098b8b6327ec2eaaf8d82db23ecb1b19d081843c2c
SHA1: 2927d2a518433b3b9b25b1dd5b7e1e0195cd274b
MD5sum: 4acfdec7b31a9c72a8779474f108ab80
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pgpool2
Source: pgpool2
Version: 4.5.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 451
Depends: libpgpool2 (>= 4.5.4-3.pgdg+1), postgresql-16, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-16-pgpool2_4.5.4-3.pgdg+1_arm64.deb
Size: 161416
SHA256: b3d509d96a2231a6ce2bc40d56de310649c36c366daf32f5b8b4e72d9bdd36c3
SHA1: 865b1bf0caf8f53ec74a82c61e86094827c0fefa
MD5sum: 83f2fd99c75eb69908f17b91dab3fabe
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 16 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pgpool2-dbgsym
Source: pgpool2
Version: 4.5.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-16-pgpool2 (= 4.5.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-16-pgpool2-dbgsym_4.5.4-3.pgdg+1_arm64.deb
Size: 56752
SHA256: 4447052a3cea57bbf8544348e564d408487c8d5b50da262071ebc53405c00d81
SHA1: b1c82b76eee977da7371ab929ceeefe6c2f4ed66
MD5sum: 9b3a725e2dda77ef36a5998a278d3c55
Description: debug symbols for postgresql-16-pgpool2
Build-Ids: 37c7a312dc8be26ae18950f46f580df1a0fa640e 51a1ad68a7630c32930eb432883039b59835a5a7 f18f7cbaedf0ce01ff498bae8ada4e6f6bbb85ed
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pgq3
Source: pgq
Version: 3.5-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2243
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 16), pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-16-pgq3_3.5-4.pgdg+2_arm64.deb
Size: 147072
SHA256: 0624704530781faeeb0695b5ea7c2087551c4973c701ea2ede626081a45aa7fa
SHA1: 9d225eb11654bc791056710263b6222259e50a80
MD5sum: a675c4131d8c089e3e16a8a5d3a03413
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pgq3-dbgsym
Source: pgq
Version: 3.5-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-16-pgq3 (= 3.5-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-16-pgq3-dbgsym_3.5-4.pgdg+2_arm64.deb
Size: 80488
SHA256: 90e436bd7a19661db4eadcbbea19a426d543ba41fa0b42a163db360d6ab195b5
SHA1: ae81d78f1a90096e18b953c835b66ab9c5757966
MD5sum: 721267feb5ff74318473f4b92354a56d
Description: debug symbols for postgresql-16-pgq3
Build-Ids: b045fc243e75a6a91c4aec8314ce144729e97591 fb83a674d3a1bd545961888eef29e97b25e99c85
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pgq-node
Source: pgq-node
Version: 3.5-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 538
Depends: postgresql-16, postgresql-16-pgq3
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-16-pgq-node_3.5-7.pgdg+1_all.deb
Size: 12836
SHA256: 4de09615bb7f7ebfd0d240d08437f474e22e04441c1f75329a1c9f052bd716c8
SHA1: 5e9800560a6ff77126054ea51507cb366be5fc28
MD5sum: 3c09e8808b27f5100da6be6dd3c50683
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pg-qualstats
Source: pg-qualstats
Version: 2.1.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-16-pg-qualstats_2.1.0-2.pgdg+2_arm64.deb
Size: 65268
SHA256: b6ceb6cfc6985987a4f56a7052156f7d9433eeb1c511e4a604886b231d879e70
SHA1: 3345f4c7142df78055db378b32217b32bfea9cda
MD5sum: e89574e1226c8ab9c8868b5b34fc02dc
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-16-pg-qualstats (= 2.1.0-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-16-pg-qualstats-dbgsym_2.1.0-2.pgdg+2_arm64.deb
Size: 63748
SHA256: ab21028a1d693d5cfc6927c41a4a85009fecda4c34e7b963119ad677ca9692e0
SHA1: 773bb3c08954944ac5fdd3968a7ff02487b6fc5c
MD5sum: db20c4ffd55cb83a8a3bf7e5c912a7ee
Description: debug symbols for postgresql-16-pg-qualstats
Build-Ids: a33c4e822b7c163579ca926425fcf6434a89da4b
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pgrouting
Source: pgrouting
Version: 3.6.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3254
Depends: postgresql-16-pgrouting-scripts (>= 3.6.2-2.pgdg+1), postgresql-16, postgresql-16-postgis, postgresql-16-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Suggests: postgresql-16-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting_3.6.2-2.pgdg+1_arm64.deb
Size: 830028
SHA256: 37d5b2737a9759fb78fa1270682de9a68ad6f6d2918723bd0b25356ce145c43a
SHA1: 2c488b38ab6eb1ff4fd26c5a63eda198414a3b22
MD5sum: 21def36149ebee73101dec6e6c3a47e3
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 16.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pgrouting-dbgsym
Source: pgrouting
Version: 3.6.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25867
Depends: postgresql-16-pgrouting (= 3.6.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting-dbgsym_3.6.2-2.pgdg+1_arm64.deb
Size: 25897468
SHA256: 416eae2f0322bb4ac064b898705ba32755400318f8fbf1c155208451827c4319
SHA1: e105ab54c6099d212e7143ff95eaa601dec55c51
MD5sum: 63f692c1a267dc5cc35a1535ed1e5400
Description: debug symbols for postgresql-16-pgrouting
Build-Ids: 67526e5c087630e1d6af74699990521bd045f2bb
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pgrouting-doc
Source: pgrouting
Version: 3.6.2-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7863
Depends: libjs-mathjax, libjs-sphinxdoc (>= 7.4)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting-doc_3.6.2-2.pgdg+1_all.deb
Size: 2314428
SHA256: 5c4e68b18ae092f4a13e2462da342fa3e8294e639475a8fabe923cd0630bdf3e
SHA1: 873867a905c780ffc37803ba7ee562d2cd3437e7
MD5sum: 65f523f4b52a0eca6fcdee49f5060438
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pgrouting-scripts
Source: pgrouting
Version: 3.6.2-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3494
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting-scripts_3.6.2-2.pgdg+1_all.deb
Size: 63104
SHA256: cd8927a1b0c7a7202f5dc3f3a115e3b526b3c07e5fbdbe0cad0c47b833a1cd9f
SHA1: 15c5f0dea789403b505437b1ba24b75c1aaf1953
MD5sum: fe6f32f71a065f7dc45c8123fa7bc17b
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 16.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pg-rrule
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17), libical3t64 (>= 3.0.0)
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-16-pg-rrule_0.2.0+git20211101.d7d10f2-3.pgdg+2_arm64.deb
Size: 25588
SHA256: ddc3b54db218863054eaf98d66916c84127e2480f488a92c471c13ca4d87d8c8
SHA1: f00bb088dbcd3ebabfa2826c00566fd6d70ff484
MD5sum: ab8151f3cad90035152fc217525b1339
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pg-rrule-dbgsym
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-16-pg-rrule (= 0.2.0+git20211101.d7d10f2-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-16-pg-rrule-dbgsym_0.2.0+git20211101.d7d10f2-3.pgdg+2_arm64.deb
Size: 23300
SHA256: 621f68d81d96d7463d252ae40d633c4e94f085463b10ddf51d97d055fd2d2dea
SHA1: 82c2652aeccc94ab703dd5414433acba3da20c6b
MD5sum: 148f25d819ada6c00412af0220e79bda
Description: debug symbols for postgresql-16-pg-rrule
Build-Ids: cc832dc57127cf78cf1d359bd3c6a3da051ad57c
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pgsphere
Source: pgsphere
Version: 1.5.1-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1704
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-16-pgsphere_1.5.1-2.pgdg+2_arm64.deb
Size: 437104
SHA256: 2efd037772122c970ab8ccb7edc22c0db7c044cdbb1e14cb3de9353f908fbb8c
SHA1: 006248ca7d5e9935e5ab1247081096d3c0db4752
MD5sum: 74d3d578f7c3d1ddac3dac6c723f4114
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pgsphere-dbgsym
Source: pgsphere
Version: 1.5.1-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 505
Depends: postgresql-16-pgsphere (= 1.5.1-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-16-pgsphere-dbgsym_1.5.1-2.pgdg+2_arm64.deb
Size: 447024
SHA256: d9d5b2a0b0b815b2db4c558b6419152eab75e5e42417c3472f6cdfc251b81c7d
SHA1: c59ff426bf665c3309bfc50a42eccbe3240d93da
MD5sum: 9259a6ba7c6f24bbfb8f95060f7e6856
Description: debug symbols for postgresql-16-pgsphere
Build-Ids: 27985f2cb2358423a02f37bd9823013308afb833
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.3.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 190
Depends: postgresql-contrib-16, postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-16-pg-stat-kcache_2.3.0-1.pgdg+2_arm64.deb
Size: 42084
SHA256: 505e7f72e7fc87f1669e9b5d3c349a9637dd6e67fcd3881c3fb113426ca14083
SHA1: 8c76a780460f09c128b0bb7711da07cfa5442074
MD5sum: 437e4594448f123c077eb3d256d89070
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.3.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-16-pg-stat-kcache (= 2.3.0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-16-pg-stat-kcache-dbgsym_2.3.0-1.pgdg+2_arm64.deb
Size: 41624
SHA256: 3d2767a6f9d1cb086f98e6a733f736ebdb31aeb623d89f1ed7b9d4d6fb0b576d
SHA1: 7828c7b9ff180c36259f7390ed0a95e4ac70de77
MD5sum: e531744dd006478f3c10382b8a262f67
Description: debug symbols for postgresql-16-pg-stat-kcache
Build-Ids: d455f8d788a4715c779538d390c4af087ebb8e5b
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pgtap
Source: pgtap
Version: 1.3.3-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1795
Depends: postgresql-16
Recommends: libtap-harness-archive-perl, libtap-parser-sourcehandler-pgtap-perl, libtest-harness-perl, pgtap-doc
Breaks: pgtap (<< 0.95)
Replaces: pgtap (<< 0.95)
Provides: postgresql-pgtap
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-16-pgtap_1.3.3-3.pgdg+1_all.deb
Size: 62924
SHA256: 4fd9d0a6aaf3f907cfa128013eaa89c05b7e7ec61f58347c9d9731c3ac2e9072
SHA1: 9cdbaec7d0646e400a6c69d066d05233933d96ce
MD5sum: 69d3258efc915284c51eee1b1bd79b2b
Description: Unit testing framework extension for PostgreSQL 16
 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 16.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pg-track-settings
Source: pg-track-settings
Version: 2.1.2-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-16
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-16-pg-track-settings_2.1.2-4.pgdg+1_all.deb
Size: 9916
SHA256: 58fdcd2d2ae52bb55c899074b9add46e0f9604dfa791f161e167bbf0199a686a
SHA1: a0b842ba51f46aa5a91791b3190c45b098c1d199
MD5sum: fb01665ca6ac50d484ae144b9ffa0bb2
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pgtt
Source: pgtt
Version: 4.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-16-pgtt_4.0-2.pgdg+1_arm64.deb
Size: 66656
SHA256: bdd48eff0da84d1b7a212a427446e18634cc95b36a9c2403f32040cae2cdfa40
SHA1: 61e6b323244cfe4eee3fe2e5ccf92b252c4d2c80
MD5sum: 4f65e4b145fd08383e0dc3ee96ba778f
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pgtt-dbgsym
Source: pgtt
Version: 4.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-16-pgtt (= 4.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-16-pgtt-dbgsym_4.0-2.pgdg+1_arm64.deb
Size: 80252
SHA256: 6b79b8984a6e3ae16dda503a20991d564ecce513247328d2c44d243aefa24403
SHA1: 46f66d4bf24bf02945c2f41f6a57accf8776c1b6
MD5sum: 3f993abfb9ff9572372fb557cc965672
Description: debug symbols for postgresql-16-pgtt
Build-Ids: ba7b5fe560d3c803e5df6d5bff959d444134a4d4
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pgvector
Source: pgvector
Version: 0.7.4-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 740
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-16-pgvector_0.7.4-2.pgdg+2_arm64.deb
Size: 273052
SHA256: e03b9e73364d34de8a302c6e3c8301d1b5ed851801ce23b28fc53dedab456c20
SHA1: 8905d8d1767819bdb4ce0f658010b11d708d2012
MD5sum: a30757ed4b05fc43a59244682278edcf
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pgvector-dbgsym
Source: pgvector
Version: 0.7.4-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 348
Depends: postgresql-16-pgvector (= 0.7.4-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-16-pgvector-dbgsym_0.7.4-2.pgdg+2_arm64.deb
Size: 315356
SHA256: 00e35fb595cf6b2321b8f60ad2a4b2ab5d713517f35d8c6548dc88654813265b
SHA1: ac9c1e9179e3b8cc38bdc16dec67a49e6ac1d570
MD5sum: 6e87a03203f8138567938a5edd6ed205
Description: debug symbols for postgresql-16-pgvector
Build-Ids: 29e047c7350dea8b6bed23bfd3543c32921f6584
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.6-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-16-pg-wait-sampling_1.1.6-2.pgdg+2_arm64.deb
Size: 45984
SHA256: 47864416165bf8e5c42954c1a283aaeac07eb2e80c519d7c79cc0d26e7bef6c0
SHA1: e2d22938ab8066ee2108b9aed31bc9ac5600fdd6
MD5sum: 10c2e3c0f38eccedddf7410ac610c284
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.6-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-16-pg-wait-sampling (= 1.1.6-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-16-pg-wait-sampling-dbgsym_1.1.6-2.pgdg+2_arm64.deb
Size: 58268
SHA256: 9f44bdbe2d2491d31baab5739869377e14e0660b88a530af1318b4a7a43078ee
SHA1: 345a9b4ceec4172a511c5c0b31f51ab7109ff23d
MD5sum: 040544a2b700505e16fa282e26499dac
Description: debug symbols for postgresql-16-pg-wait-sampling
Build-Ids: 1c25fa6c7b69390447e74ea1ae3326a40c1663af
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pldebugger
Source: pldebugger
Version: 1:1.8-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 221
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-16-pldebugger_1.8-2.pgdg+2_arm64.deb
Size: 85248
SHA256: f486b345a5df40404486e39192c31ae4809a9010a25e9374fb3fc41998a8efa6
SHA1: a851f3e048f00efc395cdac16bebec8ad593c6c8
MD5sum: 14333e45e64e74ba190b58f0bff5b6f0
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.8-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-16-pldebugger (= 1:1.8-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-16-pldebugger-dbgsym_1.8-2.pgdg+2_arm64.deb
Size: 106704
SHA256: 6b3454f8319f4d50b40f08f621083e70a5873951ed084d6d5159620120d24a74
SHA1: 5fd0b80d37af340287bd978969045c06e1fb6349
MD5sum: c8a158fa48ad6de2a9d4c6b28344b0d4
Description: debug symbols for postgresql-16-pldebugger
Build-Ids: b813d63605fa925ec7e6943ce5e7a8576017e1d6
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pllua
Source: postgresql-pllua
Version: 1:2.0.12-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1050
Depends: postgresql-contrib-16, postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-16-pllua_2.0.12-3.pgdg+2_arm64.deb
Size: 396396
SHA256: 4ba913baf0a5fcd8586829f97c2a3abcaef7d220333feb24f3bfe6c4794b9927
SHA1: 2a791521ec869417dd2197d2953543785a6cf8a7
MD5sum: 25990018ce6e539b156d7e14ecafe374
Description: Lua procedural language for PostgreSQL 16
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 390
Depends: postgresql-16-pllua (= 1:2.0.12-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-16-pllua-dbgsym_2.0.12-3.pgdg+2_arm64.deb
Size: 343896
SHA256: 1807d8a4b4cf79fc616aef6acc7fae52f607c27b0ae20ddcb1f4ba6092bb359a
SHA1: f84ec0822c4abeecbc0f4e872dfe0ac6310b328f
MD5sum: 13b5208e2d07c07eaf89b9004c2de171
Description: debug symbols for postgresql-16-pllua
Build-Ids: bff0979da807b182985af24589cee050379ca9f4 f7a230ac7269f33b71d6d07705a20fad39edd4d5
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-plpgsql-check
Source: plpgsql-check
Version: 2.7.11-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 862
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check_2.7.11-1.pgdg+2_arm64.deb
Size: 377392
SHA256: 1f00c5c42f0b159f7433e73204d8f07796f53753f52bd0272fe509946a4ee2df
SHA1: 6adfdb292423c8ad994c0692a442293d2f9f15ce
MD5sum: 84d8c9cfb42cb3cccde37c3ae60c22ac
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.11-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 371
Depends: postgresql-16-plpgsql-check (= 2.7.11-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check-dbgsym_2.7.11-1.pgdg+2_arm64.deb
Size: 336816
SHA256: fc25059d908646d7c84bfb58d986b3dd50d7a71147e210d3b29a2d250473f59f
SHA1: e1a191ec82cea2e23bd09eb7c8852f9c0fcc0a89
MD5sum: 661ce7f5c1de99787f32fd8f09a29d39
Description: debug symbols for postgresql-16-plpgsql-check
Build-Ids: e510e37d27f37215d29d6aba34e680460683b287
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-plprofiler
Source: plprofiler
Version: 4.2.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 171
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-16-plprofiler_4.2.5-3.pgdg+1_arm64.deb
Size: 52944
SHA256: 46a226217b6af2db86410671537ec0c78a3a8d922826a3c727fc9bb1503fa8ae
SHA1: bdcba4f3fde53c24da52ba14d839fdef7f62c06e
MD5sum: 3cec968f869c07ea59afa70d9a2bde74
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-16-plprofiler (= 4.2.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-16-plprofiler-dbgsym_4.2.5-3.pgdg+1_arm64.deb
Size: 68856
SHA256: 4a5fed70393848fbfd828211eb9d2f91d8d865c7de6fb3af0901a3aab2f593b3
SHA1: 6f5e8f604cd4689213f07759eae35e5fbbe3d213
MD5sum: d33b40ccb9c4959c1ea8b39c9ce5e10c
Description: debug symbols for postgresql-16-plprofiler
Build-Ids: b452ede78c2e35e820779fb7ad91e18de2a87028
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-plproxy
Source: postgresql-plproxy
Version: 2.11.0-12.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 374
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38), libpq5
Homepage: https://plproxy.github.io/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-16-plproxy_2.11.0-12.pgdg+2_arm64.deb
Size: 152296
SHA256: bd801d9b878cc40f06f81bfa7965c5268a8da65643c2cae8bc908a203943b262
SHA1: 4f41ef076c82320d1e5a5b86c0f34cacee49246c
MD5sum: 4ea837575e61b376091d57191ffc8a3e
Description: database partitioning system for PostgreSQL 16
 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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.11.0-12.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-16-plproxy (= 2.11.0-12.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-16-plproxy-dbgsym_2.11.0-12.pgdg+2_arm64.deb
Size: 128088
SHA256: 455f3a8d6cd2eb2e725721d45af286bc29c327b2fae7c68d3b04a09bef913474
SHA1: bc909a2a9399680fa99a1ce5379ad1e2992987a6
MD5sum: 3b56f99404753ec0c8cebfd753439297
Description: debug symbols for postgresql-16-plproxy
Build-Ids: 3b7a1ad089426f6669cbff24af8e5acb1f3b7c67
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-plr
Source: plr
Version: 1:8.4.7-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 364
Depends: r-base-core (>= 2.10), postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-16-plr_8.4.7-2.pgdg+2_arm64.deb
Size: 158768
SHA256: e84b534881462589bab7b62555c7313815096fbd2bf34c4d34becd58cee7da86
SHA1: 1d433aeac2e4a0073f8f240b937f4156bc1f24f2
MD5sum: 13025696dd2602cba57227a3f081a821
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-plr-dbgsym
Source: plr
Version: 1:8.4.7-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 158
Depends: postgresql-16-plr (= 1:8.4.7-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-16-plr-dbgsym_8.4.7-2.pgdg+2_arm64.deb
Size: 137560
SHA256: a4a76382b2717ecd746708c3b5aa19d30c9613e672d6546117db25c04c83666f
SHA1: e2d666d96a1c086fa36270ab6c0a36000a2d76d5
MD5sum: c109372b5f7376e41c29c5bb84cf7ca5
Description: debug symbols for postgresql-16-plr
Build-Ids: 324c956c0a8aefece6388e77dc913a7558710595
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-plsh
Source: postgresql-plsh
Version: 1.20220917-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-16-plsh_1.20220917-3.pgdg+2_arm64.deb
Size: 32888
SHA256: df232beecac5fb89ed71fb629445fa26dd100908efba89764ba3f90043b590d1
SHA1: 3a9ac181974fa42d0de4a9077be8a6aed499d032
MD5sum: 3c23e4af147501d75f61face72d62a52
Description: PL/sh procedural language for PostgreSQL 16
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in a shell of his choice.  You need this package
 if you have any PostgreSQL 16 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20220917-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: postgresql-16-plsh (= 1.20220917-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-16-plsh-dbgsym_1.20220917-3.pgdg+2_arm64.deb
Size: 47612
SHA256: 39a86cf53047033eec7f551bc731ebac7a97079ab5691fc71025a9fc778a91fa
SHA1: ef1408d4b0f7e2341297fe3809e787fae77a4e61
MD5sum: 5a6d7416eb703e8b6829e262b5a1f973
Description: debug symbols for postgresql-16-plsh
Build-Ids: 790a0a34d22cc3e5d82fc2196d81c8f46edb93ec
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pointcloud
Source: pgpointcloud
Version: 1.2.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 530
Depends: postgresql-16, libc6 (>= 2.38), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-16-pointcloud_1.2.5-2.pgdg+1_arm64.deb
Size: 108220
SHA256: a78b912773ac690761267f4cf8156e09328a7a25ec16784b7c2769c0820adf8a
SHA1: 0c19fffcdd2ae83781d5f3f70085aa7f1b4a17c1
MD5sum: 505ec96fb21088903f4a783580dfc237
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 211
Depends: postgresql-16-pointcloud (= 1.2.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-16-pointcloud-dbgsym_1.2.5-2.pgdg+1_arm64.deb
Size: 179924
SHA256: 60d81a1484a689c351a7d646f360bd8ec0509e58a4c54f2bfe90f484f3b1a87c
SHA1: ec62e7a9e080ed58871958b6bcabc7b62697a615
MD5sum: 9ab1c04769a207e581ad1b815b9f2444
Description: debug symbols for postgresql-16-pointcloud
Build-Ids: 632e1bcab3f864308a26a9a6e4722e42055555f1
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-postgis-3
Source: postgis
Version: 3.4.3+dfsg-2.pgdg130+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10599
Depends: postgresql-16, postgresql-16-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal35 (>= 3.7.0), libgeos-c1t64 (>= 3.12.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1t64 (>= 1.4.1), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-16-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3_3.4.3+dfsg-2.pgdg130+1_arm64.deb
Size: 3737184
SHA256: 434664a2401fada1c82cf0ce10070974d0c26543d245bd6426b85a3dbfa49537
SHA1: 973e034beb7ced0752805b53c560a67ff9a668d0
MD5sum: 65a4ccb1ecc953466602e60a4c006a8d
Description: Geographic objects support for PostgreSQL 16
 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".
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-postgis-3-dbgsym
Source: postgis
Version: 3.4.3+dfsg-2.pgdg130+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4692
Depends: postgresql-16-postgis-3 (= 3.4.3+dfsg-2.pgdg130+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-16-postgis-3-dbgsym_3.4.3+dfsg-2.pgdg130+1_arm64.deb
Size: 4148800
SHA256: 40dd75293d9741f36b7aa6040e04aaabacc0276d09e13c0591859bf69737390a
SHA1: 9a6499688ae659fe1e3f96a669226b8463d48735
MD5sum: c9802c25ca89bdecefc4edd8745db12c
Description: debug symbols for postgresql-16-postgis-3
Build-Ids: 39c29d09295cac32658982a4344a07ed1eb24f77 3c92a1b9afdc2d725efcff6a958c4777a1b9bd73 949b813003d6cc991223b8f232c3b10f75ac201d bb945fd7d5ef1d1c8aa08fbf7590c0290d51f342 d3b7f09f51e7c4b46f7b991df5510cd1fd700f13
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-postgis-3-scripts
Source: postgis
Version: 3.4.3+dfsg-2.pgdg130+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38867
Recommends: postgresql-16-postgis-3
Provides: postgresql-16-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3-scripts_3.4.3+dfsg-2.pgdg130+1_all.deb
Size: 1301316
SHA256: 80bfcd29b537bc85dba596e99b5e4cf23858a3abf541125c09865dcad08bc7ab
SHA1: eb96b37fd22a3afca77f1d8746361f662335650e
MD5sum: e273f8d9423e9cdb8142f5d52ff3e21a
Description: Geographic objects support for PostgreSQL 16 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 16 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-prefix
Source: prefix
Version: 1.2.10-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-16-prefix_1.2.10-3.pgdg+2_arm64.deb
Size: 44748
SHA256: e2529fb8ca209b9c1a1c9e50345a590a8c9425655decb9defa84b79150489152
SHA1: e64b1708e02e9cfefb7291d826a7e7c8a0ee3076
MD5sum: 4a705ffbddfb18636f3b82155dcd98d6
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-prefix-dbgsym
Source: prefix
Version: 1.2.10-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-16-prefix (= 1.2.10-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-16-prefix-dbgsym_1.2.10-3.pgdg+2_arm64.deb
Size: 47404
SHA256: 33e242613e442c6c77d6013c7760ebeb7828df20454f0b0239cafca8d7b645a0
SHA1: f870f15b31b2028f11569334b44b257741179db7
MD5sum: effddc68b4729bd15468f79e9d4c5658
Description: debug symbols for postgresql-16-prefix
Build-Ids: f8d75a9a723652f8668c578e80f9b6c63da12e00
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-preprepare
Source: preprepare
Version: 0.9-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 16)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-16-preprepare_0.9-8.pgdg+2_arm64.deb
Size: 18028
SHA256: 46230da5d96e57ca70d600d7f4a3a698a4da410474cbee7db1ce69ea51a77f41
SHA1: a729db0292ad23dfd2260e9f66f753dd2d57a398
MD5sum: 3731585aa095f616cde3f77d118d1600
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-preprepare-dbgsym
Source: preprepare
Version: 0.9-8.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-16-preprepare (= 0.9-8.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-16-preprepare-dbgsym_0.9-8.pgdg+2_arm64.deb
Size: 17216
SHA256: 4e3aa2eeee524408b256638e15a356cdb0fee8e55c233d55fd3cd865b982b71c
SHA1: 54be2c946995928014468ef9e1fee0968b22b40a
MD5sum: 31900f9a48bb1ecb2f44a3bcfdf137c9
Description: debug symbols for postgresql-16-preprepare
Build-Ids: 4fd6a4c1ee93a22191f8bc89b4e886806a60d9dc
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-prioritize
Source: postgresql-prioritize
Version: 1.0.4-12.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-16-prioritize_1.0.4-12.pgdg+2_arm64.deb
Size: 12692
SHA256: 97d277b440105354ffad7917399588a6a8dfbe0e217a7d76755e553135023b4f
SHA1: 2b19a18ba6519a8e6836c54fe1b05a859f028bba
MD5sum: 7dd670be94051d5c1866904dcb62eddf
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-12.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27
Depends: postgresql-16-prioritize (= 1.0.4-12.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-16-prioritize-dbgsym_1.0.4-12.pgdg+2_arm64.deb
Size: 13212
SHA256: 6af0b7ad2df13d0934298d85384819cc1a50f88cf87ba7af45dcebdbaefca07c
SHA1: 3d2e3359e814373dfcf63a179c35d3aa23fb7853
MD5sum: a4cf765c52cee742f60e013d70bd1c31
Description: debug symbols for postgresql-16-prioritize
Build-Ids: 9302787efffec2dba645bab5bdb4163185a40a63
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-q3c
Source: postgresql-q3c
Version: 2.0.1-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3495
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-16-q3c_2.0.1-4.pgdg+2_arm64.deb
Size: 168368
SHA256: 349c79f9b6b07bd940dac8c329a50414126c5bbee16310baa1bb3fd3950a1e0e
SHA1: 83bdfa2dabaf38a31a4855552bd6d7acf2876b8a
MD5sum: ff56e1e4d28045e736d22800f01b0d31
Description: PostgreSQL 16 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.1-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: postgresql-16-q3c (= 2.0.1-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-16-q3c-dbgsym_2.0.1-4.pgdg+2_arm64.deb
Size: 103536
SHA256: 45331595d49176d07b69d6ed91c023b2d43f0ad79a7819bd8b107475dcadfbe0
SHA1: 18359d466924fee5ef63504279f85be321139a4a
MD5sum: 3cdccc202ce80d5c67045ba5cac7cec3
Description: debug symbols for postgresql-16-q3c
Build-Ids: 89931f68f1024c4f85b856a9dfe3b1f06eb97c9c
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-rational
Source: pg-rational
Version: 0.0.2-7.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-16-rational_0.0.2-7.pgdg+2_arm64.deb
Size: 26092
SHA256: 8bd9a856f0c59c6f48be2313356e2d92618520a6edc271ecd895a8a5ae741728
SHA1: fd82ce4de204f40f658eda5141d81aaae6979580
MD5sum: f78e03ce5c52bfc76201f843b099e5c4
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-rational-dbgsym
Source: pg-rational
Version: 0.0.2-7.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: postgresql-16-rational (= 0.0.2-7.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-16-rational-dbgsym_0.0.2-7.pgdg+2_arm64.deb
Size: 22672
SHA256: 12ed053d0bcd8bd4c7da39730cdfd56d9873a7b1cae0fdbdcba606f915b87503
SHA1: 6cbed7a19624fd3f2b0ef981cf0645e2e2ccb609
MD5sum: a39ce4a10ce28b219383ff77dd135c3c
Description: debug symbols for postgresql-16-rational
Build-Ids: d11d9f62ed7c7b85a0582425fea99e75d9883398
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-rdkit
Source: rdkit
Version: 202309.3-6.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1149
Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202309.3), libstdc++6 (>= 13.1), postgresql-16, postgresql-16-jit-llvm (>= 16)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-16-rdkit_202309.3-6.pgdg+2_arm64.deb
Size: 488872
SHA256: 19fb623cf5117489cd0845b60ad8d3757a4287e26d5164da0b8cdcaf4b8a32c1
SHA1: 578096e373fe2ccc044bee07eacb9774ef9b0359
MD5sum: aac11edcde9de60be3b70b39f682f825
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-rdkit-dbgsym
Source: rdkit
Version: 202309.3-6.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1194
Depends: postgresql-16-rdkit (= 202309.3-6.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-16-rdkit-dbgsym_202309.3-6.pgdg+2_arm64.deb
Size: 1131620
SHA256: eaf87b336da1640729cd5a6b2faf9614657f13759ec6a3e83f8dcfe85b173c1c
SHA1: c251eb7165f21bd32e43408e676e3c0c1107d4d0
MD5sum: 190e18b565a547b8ad29dadac63715ec
Description: debug symbols for postgresql-16-rdkit
Build-Ids: d3900722a09baecb07601ad81c0d1dd03a8affb4
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-repack
Source: pg-repack
Version: 1.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 313
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-16-repack_1.5.1-1.pgdg+1_arm64.deb
Size: 108716
SHA256: 7a29799956e9f60cba4a3c6a4944c60b913f0894b676ee6f097e5e115d518254
SHA1: 5e5435093acc4cc76eb8ac170fcb630ad2ed9bb2
MD5sum: d3fc02c815a6f501e825885e8acada55
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 16.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-repack-dbgsym
Source: pg-repack
Version: 1.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: postgresql-16-repack (= 1.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-16-repack-dbgsym_1.5.1-1.pgdg+1_arm64.deb
Size: 123244
SHA256: 9d85e534d5a51f5af6b81bdea11890e5d13d024e53cffe8bbda7c66284dcb3fb
SHA1: a57af913447ce30825d66da5796d9348cddd46e0
MD5sum: 5bdbbb49647104ba26519944a27a0c59
Description: debug symbols for postgresql-16-repack
Build-Ids: 05222de265bf828d99978df59b97b4bf758b104e e7256c22791d60c4edaf5d1c9e50c53c56ba074f
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.4-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 731
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-16-roaringbitmap_0.5.4-3.pgdg+2_arm64.deb
Size: 300084
SHA256: 7298490bb4195eb72fdeb33729d6485e0799ce3d3c4c978eadce4bd409907874
SHA1: 597e25baae4f01bc004149dfcc57cc30c52e47a0
MD5sum: ba244258ecce7bbec7dbc198b3f5d54f
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.4-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 437
Depends: postgresql-16-roaringbitmap (= 0.5.4-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-16-roaringbitmap-dbgsym_0.5.4-3.pgdg+2_arm64.deb
Size: 406440
SHA256: 1bfdf7a33cfa5cf70ee4ad6a7d74b673aaf9db186b7c3a9ea9a946e4e28fd0d1
SHA1: eccde1aa4037860ad4f7972786cc3be8088f1f0c
MD5sum: c656b119dc48c1c17d4ed81965f5942b
Description: debug symbols for postgresql-16-roaringbitmap
Build-Ids: 765ee96d4e2ce699c15941ecef518d4e64075f76
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-rum
Source: postgresql-rum
Version: 1.3.13-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 868
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-16-rum_1.3.13-3.pgdg+2_arm64.deb
Size: 310900
SHA256: 7d2abd78ec7a30a47702f964e314701aa3be9ceabdccb07f7014521f3e973fc9
SHA1: 6280f23585732f8e0d6351cf998e0d6b50362ffc
MD5sum: 438fa8bc73825d261b0d5a210c1dd4df
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-rum-dbgsym
Source: postgresql-rum
Version: 1.3.13-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 334
Depends: postgresql-16-rum (= 1.3.13-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-16-rum-dbgsym_1.3.13-3.pgdg+2_arm64.deb
Size: 296788
SHA256: 4efcf5d2b78ee5a7622cc0c9661cd21ab541187917d0c7a261c6d4194254de71
SHA1: 19dc2c715a8526b22aab23254446617f6381545d
MD5sum: 38e6710cbd0bb7c95605a2ae8a249b3e
Description: debug symbols for postgresql-16-rum
Build-Ids: 221ecefe7b7571a56091ab28d198c70b39236e65
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-semver
Source: postgresql-semver
Version: 0.40.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-16-semver_0.40.0-2.pgdg+2_arm64.deb
Size: 40296
SHA256: 1696bff5546042567ee2dd58e4f4de2ceb585590869392ae1689b2b709c5808f
SHA1: 3db352f1045e569a474d5c04c6ad9ad76f3eb4e5
MD5sum: ea27fb132f017c64d33325c526854350
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-semver-dbgsym
Source: postgresql-semver
Version: 0.40.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-16-semver (= 0.40.0-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-16-semver-dbgsym_0.40.0-2.pgdg+2_arm64.deb
Size: 24876
SHA256: 3bafc64b10f9098fab48630dff1724648739f7d5f26272c9d93d8299018c0d0e
SHA1: d33ce281cf872ac302651231cf3363dd743c9d76
MD5sum: 37718f619807f477a8ad67af122a59dc
Description: debug symbols for postgresql-16-semver
Build-Ids: 1b54671765539abf806876b210e374894466c782
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-set-user
Source: postgresql-set-user
Version: 4.1.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-16-set-user_4.1.0-1.pgdg+2_arm64.deb
Size: 39876
SHA256: 8917aa8c2f7d7c4737c0a729e0b483a69bc370bd5cc455ed096ce4d97b875bf9
SHA1: 04db3affe82017bd576b2e90919e8b0a57d76a4b
MD5sum: b60aa1bc1ddf95f6fd3bcb02b482e606
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-set-user-dbgsym
Source: postgresql-set-user
Version: 4.1.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: postgresql-16-set-user (= 4.1.0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-16-set-user-dbgsym_4.1.0-1.pgdg+2_arm64.deb
Size: 47452
SHA256: e4843aa0fcf54f82cff4dd6fb677b51a8293f92d3cddc1e499521ae841977eb0
SHA1: 020aa4d32457ef3d446c84840d8294ef2eab8d27
MD5sum: 3998aadfe440931f1ba31cd0a1de8cbf
Description: debug symbols for postgresql-16-set-user
Build-Ids: 1707f2d8d7ca01ddd931ede78112f6de6f846ae4
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-show-plans
Source: pg-show-plans
Version: 2.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-16-show-plans_2.1.2-2.pgdg+1_arm64.deb
Size: 26672
SHA256: 21997e4a2d85a76ecb11cb5327af3ec9ba3a9a771cc7544fb1dd186e1ca3a415
SHA1: 94c31d2dae4c78e730da57955b764a4aaf8baf1b
MD5sum: 42a48660a029fa7a981f92f40c4c1a62
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: postgresql-16-show-plans (= 2.1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-16-show-plans-dbgsym_2.1.2-2.pgdg+1_arm64.deb
Size: 37036
SHA256: db81569b342e132565aac3571062d3658c35c79014a933a4bc9c561cc5b8a2de
SHA1: 11697c65557e96f24b05618caaf80f7790494346
MD5sum: ec1d83db594abeae066a0a03ddc73791
Description: debug symbols for postgresql-16-show-plans
Build-Ids: 8ea69c1c7b0c72b6cd99905f0a325afc4b9414d5
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-similarity
Source: pg-similarity
Version: 1.0-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 388
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-16-similarity_1.0-8.pgdg+2_arm64.deb
Size: 104872
SHA256: fecc1566e8a75cb7a952230c6d06c39e7981dc48f21a0e078c7715ecc2d873c4
SHA1: 55762d803e01da89cbc32dbbc1a004537098d9cd
MD5sum: 6aa58ddf89b11dadb0c6b3b77d9dccb7
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-similarity-dbgsym
Source: pg-similarity
Version: 1.0-8.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-16-similarity (= 1.0-8.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-16-similarity-dbgsym_1.0-8.pgdg+2_arm64.deb
Size: 67004
SHA256: 32f5426d44fcd75401ae5891cf43c0a0a629b10f98b98082b57d1dc9ee6f9764
SHA1: e803d87c05494320cdec218f044a17dee3119999
MD5sum: da7d6296cfcfbefb587ce93aa23823b5
Description: debug symbols for postgresql-16-similarity
Build-Ids: a99839c8e0f81f2eb3e62da200bc4b74f235d4e2
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-slony1-2
Source: slony1-2
Version: 2.2.11-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-16, libc6 (>= 2.17)
Suggests: slony1-2-bin
Provides: postgresql-16-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-16-slony1-2_2.2.11-6.pgdg+1_arm64.deb
Size: 18560
SHA256: 11b464fa2ae6cab9012bcabee9ab11187e26d75935959945c84ec779a5399c22
SHA1: 910293427bdae199391064363df3af2504d15504
MD5sum: 0aa50978cac4dd9c75bf66bb7a2616d6
Description: replication system for PostgreSQL: PostgreSQL 16 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
 16 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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.11-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-16-slony1-2 (= 2.2.11-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-16-slony1-2-dbgsym_2.2.11-6.pgdg+1_arm64.deb
Size: 70296
SHA256: 5968ca620f3a4c4258c21178a5113f5f3ef6acda572cf05d7e3cbf3203580fd9
SHA1: 0cb7a774ec88d7d237261de37499a0aa9b39ce6b
MD5sum: 615167dd9f5ad8e90e889dec3356f1d3
Description: debug symbols for postgresql-16-slony1-2
Build-Ids: 29194f29890067d87e94bfe95bf769da99154bab
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-snakeoil
Source: pg-snakeoil
Version: 1.4-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17), libclamav12 (>= 1.2.1)
Recommends: clamav-freshclam | clamav-data
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-16-snakeoil_1.4-2.pgdg+2_arm64.deb
Size: 17736
SHA256: 21f66c386441cc9d995571c480ca5955890a2da07459b4b0c6cb50a53626b142
SHA1: ad2e74a7697c7e5399555df6c823df5b6b759655
MD5sum: eb2c9cd76890d0c7943224b11c30eb6e
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.4-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-16-snakeoil (= 1.4-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-16-snakeoil-dbgsym_1.4-2.pgdg+2_arm64.deb
Size: 15632
SHA256: 4e9841dc9dcf851c05b831cb89cebf01bfb65fdcf5e574f924097c22a80066ea
SHA1: d41a1fc4fcd3e3b9b6e05b850703e4bb717b9af8
MD5sum: 0719ee28cbe05a770cbedeef296012b4
Description: debug symbols for postgresql-16-snakeoil
Build-Ids: 4dfdf760c5d2ec477695b3ed2d373abfa1f4a358
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-squeeze
Source: pg-squeeze
Version: 1.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 372
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-16-squeeze_1.7.0-1.pgdg+1_arm64.deb
Size: 147052
SHA256: 5a5aba5cef2a20d12e2a6ce9f520434ee480276b85c980b0c071bdefd46f69e2
SHA1: 484e5d8acbb22eaf38c09a42dc4e149c3a6437fb
MD5sum: 31800e5f58eb25e6a26dfd3b4a60bc55
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-squeeze-dbgsym
Source: pg-squeeze
Version: 1.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-16-squeeze (= 1.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-16-squeeze-dbgsym_1.7.0-1.pgdg+1_arm64.deb
Size: 154932
SHA256: 8d9b3851d53eb1479c7e39c196584a9dc4f29b41fca67f24bc7beebd2e8705a4
SHA1: 813f9e192aef021281e887ceaac5de1c662541c7
MD5sum: bf9fbca5cc7ef7ec3d4b8bbabf8de852
Description: debug symbols for postgresql-16-squeeze
Build-Ids: bdd5aaa664abb5d9bf6f9f465adb886241b977f9
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-statviz
Source: pg-statviz
Version: 0.7-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-16
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-16-statviz_0.7-3.pgdg+1_all.deb
Size: 9400
SHA256: 328b00b1ac6325e4ed2542d3c7781fb2870223e09cd631accd71442963880197
SHA1: 343a65640415e257d0e1a25558ea2ba56a5f223c
MD5sum: 66f6c893232bce2e9780694be3a128a5
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-tablelog
Source: tablelog
Version: 0.6.4-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-16-tablelog_0.6.4-3.pgdg+2_arm64.deb
Size: 51616
SHA256: 558a20a5cbdf554e60bc12deed0bbf14346b0d4a36457a090b676160d6ffcc0c
SHA1: d4f461b4e867f01f1779045ff9a29e86afdc645d
MD5sum: 716c1a6f9d5261427895c627e5b4a829
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-tablelog-dbgsym
Source: tablelog
Version: 0.6.4-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-16-tablelog (= 0.6.4-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-16-tablelog-dbgsym_0.6.4-3.pgdg+2_arm64.deb
Size: 50780
SHA256: 2083e34e3437cd8976ae22ba6a95eaa9f1834ef8ef85759dc68fbdd68f477626
SHA1: 85055ff765df39f1c9690c8751faf5604111ae91
MD5sum: bc1246bc8c0bd6e3eaf36d2bdeae9c25
Description: debug symbols for postgresql-16-tablelog
Build-Ids: 019698bffd6f93270864ec7ed9cb4a670d567a0a
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-tdigest
Source: tdigest
Version: 1.4.1-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-16-tdigest_1.4.1-2.pgdg+2_arm64.deb
Size: 66396
SHA256: e31ff5053426372ce84054b0c25075a6ed07f6ddc688110fc5a0a06ff9044bc5
SHA1: fd5f050a9bed5a42007a11fd19e27117340774eb
MD5sum: c4caa05b309e3443ee1999a0376ea7ee
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-tdigest-dbgsym
Source: tdigest
Version: 1.4.1-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-16-tdigest (= 1.4.1-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-16-tdigest-dbgsym_1.4.1-2.pgdg+2_arm64.deb
Size: 52236
SHA256: cf59e65d42e64a3b201308c2a45391e434d26e05b4774aef4b8bd52b2262baf8
SHA1: c04485ae403863164a1a30326a88b7f45111b763
MD5sum: 6c7b9a77d4a39104a580abeaed8349ee
Description: debug symbols for postgresql-16-tdigest
Build-Ids: 5a5a87d3bf764fdf856e67250d5dab6089b86f68
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-tds-fdw
Source: tds-fdw
Version: 2.0.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 329
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-16-tds-fdw_2.0.4-1.pgdg+2_arm64.deb
Size: 132848
SHA256: f6e442ea69f29c4c53c4a07add733d755009fd33744befce3ba16f09a74de20f
SHA1: cb8af130d7a767da3dadc289ccfae480fd42fdab
MD5sum: 2e064c0628afac109e1f8b96de9d29f0
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: postgresql-16-tds-fdw (= 2.0.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-16-tds-fdw-dbgsym_2.0.4-1.pgdg+2_arm64.deb
Size: 141696
SHA256: 584c11ed883d5023dc2aef62da0a16d4d19196461934e7856e08a79155bb7b69
SHA1: 79768bedb88d6754c913078aea849696470a2474
MD5sum: 74d93fd91aaf0fcfefb194ec7b3ae638
Description: debug symbols for postgresql-16-tds-fdw
Build-Ids: 4e95fc7daa1604ad652caf76bcfa82a096e17647
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-toastinfo
Source: toastinfo
Version: 1.5-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-16-toastinfo_1.5-2.pgdg+2_arm64.deb
Size: 13548
SHA256: 05602589eaf3b4b8f102f814f6cd2b87e6a556df761dec51270c11024d44864b
SHA1: 1781746f74ac626699acaa8c3d49734af0e10bcc
MD5sum: c8e3aeafc46cfc0a53e20bca62b44598
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-toastinfo-dbgsym
Source: toastinfo
Version: 1.5-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-16-toastinfo (= 1.5-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-16-toastinfo-dbgsym_1.5-2.pgdg+2_arm64.deb
Size: 11652
SHA256: b9154ed84caa7c0fcc6605f6d22ce5a328a912a981e5e0a153d2f9c4c667d9af
SHA1: 81801e19c3e2612eba840851bff771683c35328e
MD5sum: 8955ce23ede302c6f3406e748ea1b66b
Description: debug symbols for postgresql-16-toastinfo
Build-Ids: 702a9da85b93fd39bce9dd19349d96afc1e46fd7
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-unit
Source: postgresql-unit
Version: 7.9-1.pgdg+2
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 507
Depends: libc6 (>= 2.38), postgresql-16, postgresql-16-jit-llvm (>= 16)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-16-unit_7.9-1.pgdg+2_arm64.deb
Size: 135556
SHA256: ffbaf3d40b1b31f8bd7b65037761df8313ba15d941ad5c6ee5b5278379ba1db4
SHA1: aa0239111a7cc068086fa4de78f9ff3aefef89d4
MD5sum: db814de4fc00a32f7c15d29620286944
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-unit-dbgsym
Source: postgresql-unit
Version: 7.9-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 86
Depends: postgresql-16-unit (= 7.9-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-16-unit-dbgsym_7.9-1.pgdg+2_arm64.deb
Size: 63856
SHA256: 85bffeb79dbfbab0d0d466127a2c95d9cc2cb6d2c2589321e7932a538785f19c
SHA1: 8b8eada68ba1fc648ff9ed736fd88dc79dbe9510
MD5sum: 116d064e0043af11c35af02d6dfec3d5
Description: debug symbols for postgresql-16-unit
Build-Ids: d8dc26fbcfb5d1f9f9880418e4a3cac4a8412a6b
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-wal2json
Source: wal2json
Version: 2.6-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-16-wal2json_2.6-2.pgdg+2_arm64.deb
Size: 65016
SHA256: 4f6c11fd9e3327fe8cd7d9e978a9af9182c39d77ac071501d3edf8ff206cf003
SHA1: ac7d99e4e0e31fcf8c9cb3971c6fb65f5e3e1b29
MD5sum: 9f2206677445c306af71f64eef75416b
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-16-wal2json-dbgsym
Source: wal2json
Version: 2.6-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-16-wal2json (= 2.6-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-16-wal2json-dbgsym_2.6-2.pgdg+2_arm64.deb
Size: 75212
SHA256: 975e96bd6f3ad80c6d6e5a752a6d68328fff9512206222949830481ba6eb979f
SHA1: 39e3fc07b3610006d5ce016e3bc3adbc09d09316
MD5sum: 55d4b53b9f5cced091b15e79d07766eb
Description: debug symbols for postgresql-16-wal2json
Build-Ids: a3b2a3ddc8556d3bf885e27f0c176670b698420f
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17
Version: 17.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66636
Depends: locales | locales-all, postgresql-client-17, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm16t64, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 17~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-17-jit-llvm (= 16), postgresql-contrib-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-17_17.0-1.pgdg+1_arm64.deb
Size: 19327780
SHA256: a4bb46f929341bdf30575f3f2f310fb2653d10c6f1c147a9ca26764c23edd6fc
SHA1: 79206c1952bac1d6b073dd7d9c3cc94e1f37bd41
MD5sum: 99999101435faae7589b2cf940221c4b
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 17.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202406281-1700
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-asn1oid
Source: pgsql-asn1oid
Version: 1.6-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-17-asn1oid_1.6-2.pgdg+2_arm64.deb
Size: 13260
SHA256: a2c23dcc9042f3e2666fefdc5594b476a869c042bdcf3ac7736bd19432c01585
SHA1: 3e36964b38e04534b3ba9acd85014c0436245922
MD5sum: d5972e01de6b1d9d509517e8288cf963
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 17.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.6-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24
Depends: postgresql-17-asn1oid (= 1.6-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-17-asn1oid-dbgsym_1.6-2.pgdg+2_arm64.deb
Size: 9736
SHA256: 18ce39f6b686006f4d24be5ded566f2d9af24f293dcee9a1b7e75dcf8110fafc
SHA1: 31f264d9fc653a88d87e1c5751aac4ffe7269c22
MD5sum: 4b2a0c78c1dd1799edafcb9186b59ba2
Description: debug symbols for postgresql-17-asn1oid
Build-Ids: 44fffe49ce7325e618a684dcc493372a842a4395
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-auto-failover
Source: pg-auto-failover
Version: 2.1-3.pgdg+2
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 1198
Depends: pg-auto-failover-cli (>= 2.1-3.pgdg+2), postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38), libpq5 (>= 8.4~)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-17-auto-failover_2.1-3.pgdg+2_arm64.deb
Size: 414248
SHA256: 0a269d150e4d90132bf203e04ae258a456475683a381199f3cb1b3d763344ce1
SHA1: f7e2fefef76820bca76bc3b594ebefa00d6dce57
MD5sum: 7e05cc2a434f5b6dc2964e89a4f2e5c1
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.1-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 202
Depends: postgresql-17-auto-failover (= 2.1-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-17-auto-failover-dbgsym_2.1-3.pgdg+2_arm64.deb
Size: 177132
SHA256: 4d50f846cc262e50678b9b30c7e005569a9436997f9b5fddb0f0ee75cfa0b858
SHA1: f578bb194f81fa1304ea28dcf06691676bb415c2
MD5sum: 4b17195bb827360007e877d99c7c6f1a
Description: debug symbols for postgresql-17-auto-failover
Build-Ids: abf207c3e1247cd55480c048729a4fd1238b8ab6
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.7-3.pgdg+2
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 97
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-17-bgw-replstatus_1.0.7-3.pgdg+2_arm64.deb
Size: 15776
SHA256: 3d29350599f844f6cdaf43fc39709bac47fa0abd05615f88c14a83c2f508b7a3
SHA1: bcee3e0b33e6ef73545a754bb12f74cde9a3b26b
MD5sum: 4fbb7f638024a9902a5e1b2661b51fc2
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.7-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 24
Depends: postgresql-17-bgw-replstatus (= 1.0.7-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-17-bgw-replstatus-dbgsym_1.0.7-3.pgdg+2_arm64.deb
Size: 8940
SHA256: 903adf4222fc185992f4cb926bfc9f3ba8fd559f86d3b2f17fdd47ad5f8b5323
SHA1: 5c2b99096130749c92d7cf51ea32f0296cd5795f
MD5sum: 1b501cfc8ad033652850164bffeb58d8
Description: debug symbols for postgresql-17-bgw-replstatus
Build-Ids: dc0c57b6e79cdcebf08ae5efa680128b895d136a
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-credcheck
Source: credcheck
Version: 2.8-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-17-credcheck_2.8-2.pgdg+1_arm64.deb
Size: 71464
SHA256: 99505e97f1981198fd37850b73f8d6859e649e069025e35ff23464d2b2d96eb0
SHA1: 2074d4929f171dc9bd2f1dc62a89ed5afe405228
MD5sum: e18d7c7cba9f8f0ec2d3f8dd9ea00a63
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-credcheck-dbgsym
Source: credcheck
Version: 2.8-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-17-credcheck (= 2.8-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-17-credcheck-dbgsym_2.8-2.pgdg+1_arm64.deb
Size: 74436
SHA256: 1db7c673d1d20ff8a83d4d419bb1bae90b8e262cd76bbb5423f8f20eb736dc31
SHA1: 52b1368d261c8e4280d1500d878ae45fee214084
MD5sum: 18e49a209b8f1315030345d9d3bcabbf
Description: debug symbols for postgresql-17-credcheck
Build-Ids: 9acbdcf4860d1e0c0483d4d682e8efa9938fc25f
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-cron
Source: pg-cron
Version: 1.6.4-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 305
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-17-cron_1.6.4-2.pgdg+2_arm64.deb
Size: 104812
SHA256: 6a344d5e6eea9dd46f4cdc58d591949531407d59201d1b435b9fd0c70a7516a0
SHA1: da8c678d2f1091004bf545ddb33ebfe05344bd9f
MD5sum: 9067a8451b101c161c35131918674636
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-cron-dbgsym
Source: pg-cron
Version: 1.6.4-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-17-cron (= 1.6.4-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-17-cron-dbgsym_1.6.4-2.pgdg+2_arm64.deb
Size: 123544
SHA256: 469c01c11287b6d4c3ceca578a4d6ac4513897eacc0c0b6c7b997baf95692d78
SHA1: 47c99523d6b3c126437f8323a22582003a2eafa4
MD5sum: fefa6fd2d6f6a4f4e8fd012f92a05184
Description: debug symbols for postgresql-17-cron
Build-Ids: 97f0b6e5db34bf91fbb1c095390a90d2adf262f2
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-dbgsym
Source: postgresql-17
Version: 17.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21801
Depends: postgresql-17 (= 17.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-17-dbgsym_17.0-1.pgdg+1_arm64.deb
Size: 19897268
SHA256: d7dabb77b0e8069c1421b8046671bb15ac7882d5ab3b941ebdac8e0f3c65a3e2
SHA1: b9d9b92d8f52a7d98ad6cecce6c85af90888ebb3
MD5sum: 143f3933c57c708e5286c12cd44ea473
Description: debug symbols for postgresql-17
Build-Ids: 05a8102c783944028454892e0ece283b6ffda1fa 05e31b9ebc2067f719eaf71b34e71aa2865b7283 083d02770a3ca5ddac45e2e6671de23b5171c89c 087ab8a130c25dc2a3927871ca65b58779f3bef1 0ccf3dec48c2ac7ebd6ca98c9fd567b03e1f436e 0e54d11861e336a1a980fd71675b6c80bf9009fd 0e7a56dd161d96b00eb918d47b4ad65ad61f6241 11f3c05490640a2dc30416f47f064e3ec0d5edc7 146b1fa071360bf0338933195941ef8f8e054fd9 14aba098155deb9df0331dbe822ec1806eca67a0 1706923dd10d85291cc2e24c236b145e25efe044 1c1a27763d0dfb52cf7b8af9a9f795f9f650a76b 1c4d7fc9cd07aca8386a4b78e82a7ef18a2a64a1 1e17b7a5ad1de30885f65e07be6c49ce63518524 2266d38c86386e1f9afd09cf5f0ad7d7a0314689 23663c8018a83d59cbb5f5cfe02c1502d1a264d8 23df6117be0187809b3fbe3813da3f9373aa0d7a 2735dc8de8448fac6ce619636dcac91125a87bd0 27a55831e8bf3885e0754f9904645c1de09f50e4 2921c39e3bfa43114a14ebacbfe111eaeb967ab7 2965584d0cb1ca6da72a77cdd42228afff63ebc8 298e36170c356dff4dfa6892deb5a6ab62923b34 29c9a5e3f832b2a50d6e2476d0f0159610253ef4 29e5997e6bbab10f2310a64faefb8f396b00b7b1 2a47795b0a97ffeca6e57f38a23364b3ac4f8f0d 2ed63b19f0d41b177b131b823db469a027c8f40c 316331bf012d618e8518ae54a6192a8a59404430 33526d825441cdd2a1da6e111272d260816fb87f 35eff2cb0872476be4560369aa04ba7caf687575 3611b4b195aea09769e6140baa907f53379dc351 37ba21d4c236439a5afb5ffaafa4148476831e30 3853c9d4cb3500acef73d5af54f80d064e7e2ab1 3bbdcee1943f1760ba1c0ea2c6ddc31175ee710e 3de180dd86353cca146312731cf6663c3598043b 40046bba4ed301ae9f62939584dacae8a0d1c4af 413680083c98dbd9ecfb1bae950d3a1b1abe8799 4410ad4b3421edc0bfa57d30951e9286c0d3d3c6 447b5dcf86f2cd39809160c8c8bfc093750f882c 486c890c5e156bd20dad6d9af953fc6075b21684 4ddc461bb913dc356397c0d8a4219ddf62e8ab4e 4ea5a1aa69c35cc52fce4c8d7f7d130a694740e7 51d0db4bc1b08946f9ab1e6b4f75027f92ce860c 5c73dd1344c14afa0777b6ba074ef8df63323bdf 5dbabdfd36c62c0efd8691e23c5f1a46621eec18 5e14bd3316bd0710d1131562f553b4f02810942b 5ea1114b60df69687ef3c8d40e0ededc3567865b 6655a97447e95392b7c6fff4c40c784e2bc43616 66da9ee3d5615a51c72bb585f040ffedd01c77dd 68828f4355b91500d25c36882eeb8d7a979b4a98 69fab692c3e4ba96cdc095f9b8c34d14a835e75c 6db55ea40a64c1418da3a2fa1d94e6701e7177ef 6e19754a6017c479422e08e3915c2a093348310c 6e21c2c6f33c21c921de509f703f5488b8991998 75418f2eb5c8d442669007c16db36eccbe29af77 789ba68af6039d0b24fafdd8a67288febcf29729 797d50232c7d1ee15f5760f5550065712964ddc9 806ef695fe2c5a50c0ba5e467255c4b325de6fd0 88fe888bf3236c7833f522c12bc97b3ed1bd5ca5 8921b1f351e09b372a1414d1505133ac684647eb 8c7afd8b22200611683dd4b13d9c211ec89b969c 8dd96a8d761a22c7e7f4319330378249b24208fb 8ee8776ff75cfb99800a6845ba61a067c03c137c 8f06421cb0c99bc4dba402839069e7cf20071d3a 906084f1e1ac035d46acfdd8db740ef80267077d 9350b8d981d7a789a6bea662394ceb5ba38eae4e 94cbaab9e478a9fad6ef137935b415534cdea82e 9a3715fd7b6201e8110b34b9ce44a00596f1f785 a14eea03b3074456e3c5be10be048d8eec2e1d80 a3e3d05669fc737af97403f2e7ca2dfd842a12e4 a8bd89afe0fea7cfd3d80496e655b160c3e86cff ac1b3aa4ffcbce0f97e2507f37911f7fb3cc4fa0 acbeb5f3658fa7a06a32e9b91da79b35efe23969 b492003f87b2eef09edda075566365e01e12b0f8 b51f30c42cc7a65f4edd604fabfed875d6f7d761 b6011cd9b96df41f4deead488018fbf121bfa9ff b65b31560f8996d93b51877db730bead87a0146b bb099eb697d9823f6c19a9f24d9d13e87a4cbb9b bbc0517acf87d68d096f7df01806e38dedee4cde c4e3e1366d2f773246827d979c76725093eb6c57 cbf7a26a43dbe189f7e36898b2f9b14f15d7f5e7 d5040e2f9f9031ab2c8c76782580828af3b287cf d95f591c7e060b4023ac0ef4595d9048aa34877f dada206424b288f65c6713159b5a51c7ee66f50c dd23ed9b7f3d2ebb495ed506d2374c1f1a2d934c df8d7845aac8528a64ef523d2d5b52d476a06d53 e20dfb4946cc97de20d6a1638df0829b39a2f367 e8289571c42394efbc147f11233a04c61dfdb45b e96a1e0c2100ddca11855a06d56a179d6f5cb983 e9aca7cd377a5fc38ec2b650228bd019523199d6 ecb79dbfcfc5027180af82e4d5e08244557774eb f1d6a9a8111d9495f9ecb309cce6dceddf73bdf1 f781a9d3efa42d482f6472f04899f69c1fd445dd fa893a9c205a81af9cc5f7b18e58c6f773a39d98 fddbd9fb908503ffeca2fc8e9e3e60bdc0eafce2 fe2d9bbb568a2cb1e09f6a9e7e509d1c9245f519 fe6903d1f1ff5dc8380cd2d4e9b76dfd0a85bd06
Postgresql-Catversion: 202406281-1700
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-debversion
Source: postgresql-debversion
Version: 1.2.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libapt-pkg6.0t64 (>= 0.8.0), libc6 (>= 2.17)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-17-debversion_1.2.0-1.pgdg+2_arm64.deb
Size: 14204
SHA256: 3471fb232fa184eb4d4a9fb4745ef68e2b0d8ad953fda85e9a00bc480df30310
SHA1: 8eef5d5c6beea67130915ba5d2cc60532631c363
MD5sum: 8518b09bbb1afc4476ec32c0330a1ab5
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()
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-debversion-dbgsym
Source: postgresql-debversion
Version: 1.2.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-17-debversion (= 1.2.0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-17-debversion-dbgsym_1.2.0-1.pgdg+2_arm64.deb
Size: 20548
SHA256: cbc5e1d41262199ebf5a14f37cd592bbd95bff28cc4b1e54f7de9f41c55388be
SHA1: 6571fc9efc5a63b07cf9de11386859517ede72ef
MD5sum: 5bc09c5d2072f0459592f681cfd8cc81
Description: debug symbols for postgresql-17-debversion
Build-Ids: 326cedfb9750bf0796baceb39a81c59832e624bb
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-dirtyread
Source: pg-dirtyread
Version: 2.7-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-17-dirtyread_2.7-2.pgdg+2_arm64.deb
Size: 26252
SHA256: 08e1872216aad829a8612d4344cb861fd1baae23981ed86a4f764459f3b42fb5
SHA1: 16869627cd20c0be2ad745f8155e11ae381f2b70
MD5sum: 09999268796b91737742456f1c8404f9
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.7-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-17-dirtyread (= 2.7-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-17-dirtyread-dbgsym_2.7-2.pgdg+2_arm64.deb
Size: 37224
SHA256: 7b02d5e6cc02d82ede131e43f707360d3cba2564c9b2974d300f84dbc3e61caf
SHA1: c00e9ad5b083ff4470c88841af011e304cab041d
MD5sum: 1e8ffa3a9c5ba6ee2aef4718f48fdd7f
Description: debug symbols for postgresql-17-dirtyread
Build-Ids: 7274a6f95c137942e35da6cab48993ae326732a5
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-extra-window-functions
Source: extra-window-functions
Version: 1.0-6.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-17-extra-window-functions_1.0-6.pgdg+2_arm64.deb
Size: 16480
SHA256: 179b72d427bac48e4c4a8503a1a51228324ea24ade3a599d56cd503e1612772f
SHA1: 7e38085a2984a45bc2811382b6ff49ee8bacd333
MD5sum: 75bce025a85fd8b998e6e47381b3a958
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-6.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-17-extra-window-functions (= 1.0-6.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-17-extra-window-functions-dbgsym_1.0-6.pgdg+2_arm64.deb
Size: 9760
SHA256: 48eb296df006a7acc65532c8625d5179dd2d1ffb5f251b3de30bbaaddf284462
SHA1: 089d877677576d272eb97a9fb6c1fb4b8290cd81
MD5sum: 2ab6129801b0d481d23bcb59a7f43bbe
Description: debug symbols for postgresql-17-extra-window-functions
Build-Ids: b26c7c596f3b38e8cc7f8cf5653004a197ec8a36
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16)
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-17-first-last-agg_0.1.4-4-gd63ea3b-8.pgdg+2_arm64.deb
Size: 8880
SHA256: 24fce23ba1e3a479a7f5291c0ddada4888b929706fe5a2f1370f68fc1b739c10
SHA1: 6ce67239ad2412487f36a55af53ffa4e5fc766f4
MD5sum: 9f6ce4cca52faec781d1cd950cbb4cba
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-8.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-17-first-last-agg (= 0.1.4-4-gd63ea3b-8.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-17-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-8.pgdg+2_arm64.deb
Size: 4008
SHA256: d5abb408707a87a4d5160670f5c18a0da664463cb0545f4e03ec5c41566688d7
SHA1: 35e2a3524b9dc46e09b020874d2198ce30cfec39
MD5sum: 2ef78e7e5f78c8abaf83a11faa1225cb
Description: debug symbols for postgresql-17-first-last-agg
Build-Ids: 577ab3f0b38309ea848eef36fc406cb552e2251f
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-h3
Source: h3-pg
Version: 4.1.3-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 440
Depends: postgresql-17, libc6 (>= 2.17), libh3-1 (>= 4.1.0)
Homepage: https://github.com/zachasme/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-17-h3_4.1.3-4.pgdg+1_arm64.deb
Size: 47608
SHA256: 454bec1f834aa45840eaa0af7fe9ba36e7e95c026c8a3d8bf4cdefb27b1a3b6f
SHA1: beddc65dc16c9eb1f908f27d72ec52feae6cc435
MD5sum: 5d8c94abe110cdeb26ec2245baf640a4
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 17 extension.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-h3-dbgsym
Source: h3-pg
Version: 4.1.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 170
Depends: postgresql-17-h3 (= 4.1.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-17-h3-dbgsym_4.1.3-4.pgdg+1_arm64.deb
Size: 103972
SHA256: 6fb530869e3789af5f2ad391f4cb46afdcc2808c873ff87310048837efdf00b8
SHA1: 6a33975d47bb639b85b67235ee838d2c25530576
MD5sum: e677def3f628a8ded0958e343b8ff9a9
Description: debug symbols for postgresql-17-h3
Build-Ids: 05a3707d8bd35f40cb473a138865159daf5f8bae a878ad76969da21a8de0a5980c599a63846b15e1
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-hll
Source: postgresql-hll
Version: 2.18-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 216
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-17-hll_2.18-2.pgdg+2_arm64.deb
Size: 84956
SHA256: 1080c64d9aa353f194aa34538318f56bb94938685a34e6a9985f9612fdbd329c
SHA1: ac88498f6b9650cd3866fe589e00d2ad121cc441
MD5sum: b8304db6003d67c92dbd92ee9835912c
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-hll-dbgsym
Source: postgresql-hll
Version: 2.18-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-17-hll (= 2.18-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-17-hll-dbgsym_2.18-2.pgdg+2_arm64.deb
Size: 102576
SHA256: d9f66d22ad7f51c9c4fb5229cc7d08a3100ad9a2adc73dac3df3ad37e07450e1
SHA1: 40922237b64f0a224cf815bd8cc660e69e58c3a3
MD5sum: 1aa22ad0c0e0f245ad7acffe479f1f60
Description: debug symbols for postgresql-17-hll
Build-Ids: 3ac3c54559f6b07af7a3d6ec36af2a27aaab52a7
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-http
Source: pgsql-http
Version: 1.6.0-5.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-17-http_1.6.0-5.pgdg+2_arm64.deb
Size: 47692
SHA256: 145338b0d65dbcb018ed59b6c3e6b71cd8839ad2b76f5c9803690604a80e0e88
SHA1: 2e073558b80035cee1ec5538f9212ee8c5b15c82
MD5sum: a741f81672b1c8c3e86ef458041a674a
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-http-dbgsym
Source: pgsql-http
Version: 1.6.0-5.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 78
Depends: postgresql-17-http (= 1.6.0-5.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-17-http-dbgsym_1.6.0-5.pgdg+2_arm64.deb
Size: 60936
SHA256: 50453a8df17ab9b915a11d022810d5fac63394b0f1d7f2f6af403da41bf3e32f
SHA1: ebc112bdc79bc4f27c570ddd0dfe2b8fcd3fb1d2
MD5sum: 2e3251ff30afb5b0effdc237169d5b1c
Description: debug symbols for postgresql-17-http
Build-Ids: c63eb8c731da46853a7ebaf84f7986a8bd3d649f
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-hypopg
Source: hypopg
Version: 1.4.1-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-17-hypopg_1.4.1-2.pgdg+2_arm64.deb
Size: 78288
SHA256: 04ed507ce5b9c1560685180fd1c30be7e8717eea962c19cd0bd7f279003469db
SHA1: 1e60e356529d00193595ccc731acb9ae224c7802
MD5sum: 7f2dd562737d5b77e683b0c3b263e61c
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-hypopg-dbgsym
Source: hypopg
Version: 1.4.1-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-17-hypopg (= 1.4.1-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-17-hypopg-dbgsym_1.4.1-2.pgdg+2_arm64.deb
Size: 94340
SHA256: 04deeba8542daf3520858be2672295a2baa20ab27b615807d710cf95ae334db0
SHA1: 8fd8e90e32e03bcce8246263e7b212be97454a68
MD5sum: dc5af276c033fcfc5fe61c382ae74ad1
Description: debug symbols for postgresql-17-hypopg
Build-Ids: c520ab742a02e873e394e19e88c2762fff55ad11
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-icu-ext
Source: icu-ext
Version: 1.9.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 282
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17), libicu72 (>= 72.1~rc-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-17-icu-ext_1.9.0-1.pgdg+2_arm64.deb
Size: 106380
SHA256: 3ea869a3bff77995e52eca02c3d8948574bd40286c88ccc9eb1b1afc4ef05eb3
SHA1: 0746dca32d9f367e11cb9ab2e98449f932c64dd3
MD5sum: 051c540544fe854afdb84a4d8460ed00
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-icu-ext-dbgsym
Source: icu-ext
Version: 1.9.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-17-icu-ext (= 1.9.0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-17-icu-ext-dbgsym_1.9.0-1.pgdg+2_arm64.deb
Size: 95924
SHA256: 6acce46d8fa621f9f71aa3ea67e1b4957f3e77ac2bf8d1467f027338b1b54ec0
SHA1: 8888664cff2ffcecada2d7fd4e72c1b619a01f23
MD5sum: 2556958932a1aaa0967e3b3932400cf6
Description: debug symbols for postgresql-17-icu-ext
Build-Ids: 00bfd38e967714f29192ddb79d9e1daa13bd02b4
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-ip4r
Source: ip4r
Version: 2.4.2-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 603
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-17-ip4r_2.4.2-3.pgdg+2_arm64.deb
Size: 198264
SHA256: 0c818afc1c8a691b300c8156cdd9963d6f20c99b3ef0c1f8672050b56cd9d929
SHA1: 9ef46c57ab4a9cde416bef87435a368ec9d2b78e
MD5sum: 1aa113502150931695edd7a056f6b848
Description: IPv4 and IPv6 types for PostgreSQL 17
 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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-ip4r-dbgsym
Source: ip4r
Version: 2.4.2-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 246
Depends: postgresql-17-ip4r (= 2.4.2-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-17-ip4r-dbgsym_2.4.2-3.pgdg+2_arm64.deb
Size: 210624
SHA256: 8e7dd69ffa07c0117b887795bc072bf86c6078bc3c3a34d75f793f1c8477430a
SHA1: 1f04557fa8e83b30ab1b4641fe0a09b9e9ead858
MD5sum: b1021f783c3b6094219a5f4d57e4554f
Description: debug symbols for postgresql-17-ip4r
Build-Ids: 25d3b3a19e2457b344f0f5becefd684b1bbe6cc8
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-jsquery
Source: jsquery
Version: 1.2-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 361
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-17-jsquery_1.2-2.pgdg+2_arm64.deb
Size: 137780
SHA256: b46062cc9016eef42d7ed5508208e06e243a042372fbd8292cda5051fe620d3b
SHA1: b74def215c33912aa80d2da17eae26d28d56d592
MD5sum: 391c5b87be890f7702d264863d122af9
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-jsquery-dbgsym
Source: jsquery
Version: 1.2-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-17-jsquery (= 1.2-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-17-jsquery-dbgsym_1.2-2.pgdg+2_arm64.deb
Size: 106868
SHA256: 93e38c644048808667b81e938d3ab9c68067243052a734985d88e900d07794a7
SHA1: fa4d146d6b0ec112c3a2f7a81d569f089b43cd00
MD5sum: 5acc853aaf1ab191d4f58dad6926fdf6
Description: debug symbols for postgresql-17-jsquery
Build-Ids: ceda1d045ace2e5224ec05c6457d114d1b16a17b
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-londiste-sql
Source: londiste-sql
Version: 3.8-6.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-17-pgq-node, postgresql-17
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-17-londiste-sql_3.8-6.pgdg+1_all.deb
Size: 20680
SHA256: 6e42246d261d907a3f2680f8c0bcffd09e5b5e5d324611a68a9f36cdccba7c5a
SHA1: 735d7a129b0880edd475806f0b154d4bdc17af71
MD5sum: d3a5ccf45ec76111424493707a5ad7b7
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-mimeo
Source: mimeo
Version: 1.5.1-19.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4485
Depends: postgresql-contrib-17, postgresql-17
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-17-mimeo_1.5.1-19.pgdg+1_all.deb
Size: 128600
SHA256: b4a9d7431d61615dac1a0497536c90240088d56f92efe700e41a9a153c3cc5fb
SHA1: 8526784c359eb36d6b536dd3d2f552f64f98848f
MD5sum: 3564dcb60cbe0c7a4b80f8fda404ded7
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.2-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 378
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-17-mysql-fdw_2.9.2-2.pgdg+2_arm64.deb
Size: 158756
SHA256: bfe0595be9c35e5b83700c76098a956cd356128ca0c079e7a7612a838c6971bb
SHA1: b2294e9c63927d5397ede22b70ba7fcc60fa8856
MD5sum: c74c998daff6f4b2ccdbce4343b162b2
Description: Postgres 17 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 17.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.9.2-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 200
Depends: postgresql-17-mysql-fdw (= 2.9.2-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-17-mysql-fdw-dbgsym_2.9.2-2.pgdg+2_arm64.deb
Size: 180596
SHA256: ec6cc74dab3f2482f5d847e467540544706af8c9d5682283c4137d15392ea39a
SHA1: 251ddd289243733a767f80ed07a28ba7710382ca
MD5sum: facca12884669ba4e2a55da2eb6ec4bf
Description: debug symbols for postgresql-17-mysql-fdw
Build-Ids: d4c7b3dff0a19a25c152969df82cf1742a459433
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-numeral
Source: postgresql-numeral
Version: 1.3-7.pgdg+2
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 259
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-17-numeral_1.3-7.pgdg+2_arm64.deb
Size: 79304
SHA256: bc8dd67a7a617f49bee0b85be5443a5232621ae164d8a2400d1ccd9cbc3ffd3c
SHA1: 09bcfc2308bdab0e3df632dbc5c342c892af5af4
MD5sum: e9c84c4089c265033ccdc520317e3961
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-7.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 66
Depends: postgresql-17-numeral (= 1.3-7.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-17-numeral-dbgsym_1.3-7.pgdg+2_arm64.deb
Size: 44512
SHA256: c17ae7e7b9e50fd37188c221e3246a5c8a32a387f8705b6a31508a2a6d5b0c83
SHA1: c6ed1da57d9e5d4a951dbcc7e0c8310130f54b3d
MD5sum: 889641ec7787367bc692c72bb426d497
Description: debug symbols for postgresql-17-numeral
Build-Ids: 87efac34bec7780c398753c100852fbacacd69c9
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.5-2.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 296
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38), libgdal35 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-17-ogr-fdw_1.1.5-2.pgdg+2_arm64.deb
Size: 108096
SHA256: d067bfac0e2830080d359c1757c58cef6b9113d7082202fa9e8c6d4306b43ad2
SHA1: c2c4f2fde0667febe8e4cf756d4d93ef4dc5838b
MD5sum: 96884827d47cdbaa40c76b9e103f2955
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.5-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 171
Depends: postgresql-17-ogr-fdw (= 1.1.5-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-17-ogr-fdw-dbgsym_1.1.5-2.pgdg+2_arm64.deb
Size: 138784
SHA256: 9fc28ef974d476fc780fbf1301946f8a4905c0bf09a1d0da40ae90c5c54e3cc4
SHA1: 17141f42d7a0b7f3163967d66c3eb8776331d019
MD5sum: 993bb6ce7bf8e4480e38a9129ca5377b
Description: debug symbols for postgresql-17-ogr-fdw
Build-Ids: 341d21e5b4008fce16fe8090ff0896e8f7dd8549 bb79f58578769893347b6f854e77d12522df3232
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-omnidb
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-6.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17), libpq5
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-17-omnidb_3.0.0.20201026-6.pgdg+2_arm64.deb
Size: 23216
SHA256: 69eaa6b032d23e34a6372584728379097982a0e1f49035696b8dc093d3a3b2fa
SHA1: eef8bd66f6a0da9555f994462317154f331c68d8
MD5sum: b550d9865ad90c3539f3931ca101f16c
Description: PostgreSQL PL/pgSQL debugger extension for OmniDB
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight.
 .
 This package contains the PostgreSQL omnidb_plpgsql_debugger extension for
 interactive PL/pgSQL debugging in OmniDB.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-omnidb-dbgsym
Source: omnidb-plpgsql-debugger
Version: 3.0.0.20201026-6.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-17-omnidb (= 3.0.0.20201026-6.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/o/omnidb-plpgsql-debugger/postgresql-17-omnidb-dbgsym_3.0.0.20201026-6.pgdg+2_arm64.deb
Size: 45588
SHA256: 512961add89c94fca13bd2f6034c6bc19b7bd99758220faf49581a219fb7192a
SHA1: 0a60b5855ba96051db03cd10067354d2b4efb4a1
MD5sum: 4f068c3496e491f1a666c1b7a74976a4
Description: debug symbols for postgresql-17-omnidb
Build-Ids: 1a8d097755b3ba18ca5572f3464994a2cac4ed65
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-oracle-fdw
Source: oracle-fdw
Version: 2.7.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: oracle-libs, postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-17-oracle-fdw_2.7.0-2.pgdg+1_arm64.deb
Size: 81776
SHA256: 71c439c29af87ff67f2e569c99d45d8ba58203ce6f1aa5fd92e488662d95d6b5
SHA1: f57353e424fa481a536ccc90ac96fe324e61bf2e
MD5sum: b73017be5c7ff583d56ec57d1a23dda8
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.7.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 217
Depends: postgresql-17-oracle-fdw (= 2.7.0-2.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-17-oracle-fdw-dbgsym_2.7.0-2.pgdg+1_arm64.deb
Size: 195580
SHA256: cdb11341071622ea2ec13120452fd83ef8ccc11d13bf194a5be3972439688bcd
SHA1: de4ba1bf94ddee1bdac1dfb6b61dccfb26b6d18b
MD5sum: 2aef3bdf51ba2af159d801d16d9149e2
Description: debug symbols for postgresql-17-oracle-fdw
Build-Ids: 7ea7dd60b90db882bfab46543074507c7dac7d80
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-orafce
Source: orafce
Version: 4.12.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1217
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-17-orafce_4.12.0-1.pgdg+1_arm64.deb
Size: 402092
SHA256: 7f9c04a0e7c910e01dc873df5e9ca4f32ec79fa7235c1363c2bf53a54b3d504a
SHA1: b024ca95b691958c586530f724c8ea374ed1a131
MD5sum: 583f37944ae4c1959c82a639538de573
Description: Oracle support functions for PostgreSQL 17
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-orafce-dbgsym
Source: orafce
Version: 4.12.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 366
Depends: postgresql-17-orafce (= 4.12.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-17-orafce-dbgsym_4.12.0-1.pgdg+1_arm64.deb
Size: 315532
SHA256: dc88b09f382ca9c7eee25d802b3f88532ba9e4d62220560f92c6e524edf0e2b5
SHA1: 679036596478d78c9e00b2381cbf5f65cd9c2029
MD5sum: 173f83848aae9f204aa35c28363bb188
Description: debug symbols for postgresql-17-orafce
Build-Ids: 2c52e21b877020eee7667cc1d7ce5319b1ae7374
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-partman
Source: pg-partman
Version: 5.1.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7159
Depends: python3, python3-psycopg2, postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-17-partman_5.1.0-2.pgdg+2_arm64.deb
Size: 230700
SHA256: ddc009bc44b214dc2a887c4fd308112824ee9065fe52f50447238fbac97a0d51
SHA1: 6b45725d3774d52f9dc11b1d663b7498a6db49b7
MD5sum: 41f7a8ae44162c9ac31ae4b9e3f63e17
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-partman-dbgsym
Source: pg-partman
Version: 5.1.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-17-partman (= 5.1.0-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-17-partman-dbgsym_5.1.0-2.pgdg+2_arm64.deb
Size: 45092
SHA256: 5c1be0981ff1011622db3b921c2c60cabdaf10c5942b3ee65362467b99b69bf6
SHA1: 003c27d0795ec8e6594264136144e7be46df527b
MD5sum: e2b6b6acc29e73e686dbf91f9b325f92
Description: debug symbols for postgresql-17-partman
Build-Ids: 45554a536e770fa7b09685369e5c8f5f19ce8cc5
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-periods
Source: postgresql-periods
Version: 1.2.3-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 598
Depends: postgresql-contrib-17, postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-17-periods_1.2.3-1.pgdg+2_arm64.deb
Size: 52952
SHA256: 340c1a7f63f9ff203e1240d3dea91f7c02dc70be367381c6c4ff01dbe7d1720e
SHA1: 2acb5b7acaa0fb1d12a0d56a9d32a1e6917efb36
MD5sum: 0a088478a9a2e3e277fbd696641b658c
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-periods-dbgsym
Source: postgresql-periods
Version: 1.2.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-17-periods (= 1.2.3-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-17-periods-dbgsym_1.2.3-1.pgdg+2_arm64.deb
Size: 43092
SHA256: 1c8055d1662b283858ca50d8ba5b92d1341a11d929c869b5b550c2665004cdf7
SHA1: 012a4f64d37809a20467b7a4fd67cc6452d6acea
MD5sum: df0570fe094df1be646a55b36124c908
Description: debug symbols for postgresql-17-periods
Build-Ids: 6b1a490c08091e1785435137de58b3ebf9b51a88
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pgaudit
Source: pgaudit-17
Version: 17.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-17/postgresql-17-pgaudit_17.0-2.pgdg+1_arm64.deb
Size: 53604
SHA256: 1af69de97b529c68b301d1cb5803258d73435d08721c8dd9608d35c821728471
SHA1: 6ee9f1a45da09cf9614ef2b11ea0cf64936cb4eb
MD5sum: 2214c5b73f6c52af86f74d8f858c89a7
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pgaudit-dbgsym
Source: pgaudit-17
Version: 17.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-17-pgaudit (= 17.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-17/postgresql-17-pgaudit-dbgsym_17.0-2.pgdg+1_arm64.deb
Size: 59248
SHA256: a8233d87665164f0b75f5c7cbcf8e8faab691f03708dee0a3e523c42af036e91
SHA1: df5648f8e921de0eac8fb1527b25a17da1f55a0f
MD5sum: 4a0fc172e77ed28b105ca7b937297e33
Description: debug symbols for postgresql-17-pgaudit
Build-Ids: b9a6a3066efd830e9e76e6243539c6c7681c737b
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.6.2-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), postgresql-17-pgaudit, libc6 (>= 2.34)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-17-pgauditlogtofile_1.6.2-2.pgdg+2_arm64.deb
Size: 45212
SHA256: 7015d9930cc906fec99b72b5161d7a97d074339c6625c82f34ac802fe5993b3c
SHA1: 2c18770545bf917efaac93c47dbde000f7d60f0e
MD5sum: 3ee817d592894fc7f757428246f369f6
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.6.2-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-17-pgauditlogtofile (= 1.6.2-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-17-pgauditlogtofile-dbgsym_1.6.2-2.pgdg+2_arm64.deb
Size: 34568
SHA256: 41f6f5056975d978a5ddcd1d84b04233f52ba0852d36b4e8c5eeb4f58e10e806
SHA1: ec5e0ed288493286bfaf2d60fdd8812632ba35be
MD5sum: f3b3e23440728adb3c8921ca338b5ee1
Description: debug symbols for postgresql-17-pgauditlogtofile
Build-Ids: a1dc5d78b6aad4e0abe79703163d778f3beae537
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pg-catcheck
Source: pg-catcheck
Version: 1.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-17, libc6 (>= 2.38), libpq5 (>= 9.2~beta3)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-17-pg-catcheck_1.5.0-1.pgdg+1_arm64.deb
Size: 35136
SHA256: ad162b14bfe688c1285f8080eabee625dd99cf28f4b758607d1c148b3c3f6967
SHA1: 0cc3a76bcdbcc3c5784cb31665c70a8b1e09702d
MD5sum: f9d9f0b1566d179f68a966af3c5fef71
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-17-pg-catcheck (= 1.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-17-pg-catcheck-dbgsym_1.5.0-1.pgdg+1_arm64.deb
Size: 38236
SHA256: 3dfc46917e6ef5111e2ec39f5b55e6e013428b6f1a0187c7bdce8daab27b22ce
SHA1: cfef8597db2fd612dcd5c35a35eb70b58e421f68
MD5sum: 853bc5e45283fb464d185ecc8c5e4641
Description: debug symbols for postgresql-17-pg-catcheck
Build-Ids: cb2928094798575c6c32d01b78ac9032034e99bd
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pg-checksums
Source: pg-checksums
Version: 1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: libc6 (>= 2.38), postgresql-17
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-17-pg-checksums_1.2-1.pgdg+1_arm64.deb
Size: 38000
SHA256: 92038757425d3511e2b32718dd972a708ae910a8bff2135b911d48a13cf72343
SHA1: 643b21caa33d5a290df2cd749b13280e1c184fb0
MD5sum: a0dc5213e3978888a8bcfc46b93de8b4
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-17-pg-checksums (= 1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-17-pg-checksums-dbgsym_1.2-1.pgdg+1_arm64.deb
Size: 24172
SHA256: b6def20874fe830edc84cf361cc55a3cbf2c2d4147c4e05c2a282c81e5318ca2
SHA1: 2d4b84333ea50fca9444e5af8b7fae4fc7bdaff9
MD5sum: 5069b2037b94e3cf90ee61b7c24290b6
Description: debug symbols for postgresql-17-pg-checksums
Build-Ids: 99e1ef68b1c9879ccb5607a9c6cfb9804ec490ab
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pgextwlist
Source: pgextwlist
Version: 1.17-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-17-pgextwlist_1.17-3.pgdg+2_arm64.deb
Size: 39480
SHA256: fc014b41014b9e492abe8e02840fffd7b7daacf33ffc1f12f5a3c3806e8fb570
SHA1: 03d540fac76b94b8ad73f19d0120ad23c669f24a
MD5sum: 5cc2588387b1a0fdd50c63bfca39a9a8
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.17-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-17-pgextwlist (= 1.17-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-17-pgextwlist-dbgsym_1.17-3.pgdg+2_arm64.deb
Size: 58788
SHA256: 0e8e8375953249239a25209b60dbadc058395619dcf79710e7d48864bc30c4f6
SHA1: dc215ad02cfcf6cb84940cf2ce8cfad09e353a70
MD5sum: aa23f2113102c27aa70f661553c3a3f1
Description: debug symbols for postgresql-17-pgextwlist
Build-Ids: 959d3efe433b9cd9dbdedb8026ce8ed04d790b7d
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pgfaceting
Source: pgfaceting
Version: 0.2.0-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-17-roaringbitmap, postgresql-17
Homepage: https://github.com/cybertec-postgresql/pgfaceting
Priority: optional
Section: database
Filename: pool/main/p/pgfaceting/postgresql-17-pgfaceting_0.2.0-4.pgdg+1_all.deb
Size: 9788
SHA256: 791474603b80bb2e4e97a5e3f2b95f9bb328bbccee2dde434d61a19df2ef2933
SHA1: 343ad211abdb2a190d060c25d1662ddb267aef07
MD5sum: f94e5facba2e80b1602403828c6b4f3b
Description: Faceted query acceleration for PostgreSQL using roaring bitmaps
 PostgreSQL extension to quickly calculate facet counts using inverted indexes
 built with roaring bitmaps. Requires pg_roaringbitmap to be installed.
 .
 Faceting means counting number occurrences of each value in a result set for a
 set of attributes. Typical example of faceting is a web shop where you can see
 how many items are remaining after filtering your search by red, green or
 blue, and how many when filtering by size small, medium or large.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pg-fact-loader
Source: pg-fact-loader
Version: 2.0.1-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1144
Depends: postgresql-17
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-17-pg-fact-loader_2.0.1-4.pgdg+1_arm64.deb
Size: 41452
SHA256: 8d89a4eaca1d1c9b963c838496b9026c6fe9fc74a2aa9d5cfdb948b484664ee6
SHA1: 9a691d4ec8f9fdd3de72115d52b0d4f8c8139b13
MD5sum: 4688992f833aa567d1d87d1638974476
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 17.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pg-failover-slots
Source: pg-failover-slots
Version: 1.1.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-17-pg-failover-slots_1.1.0-2.pgdg+2_arm64.deb
Size: 44832
SHA256: 60b8be74297b61b24aca3f13b3ccc098d9fbc5940c0c7b4c45c6f0f81b317b84
SHA1: dcd5608e34530fefabd52709cb22f9609ba312fe
MD5sum: efca12c56a723c1959fe7bd0cb0c3f07
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.1.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-17-pg-failover-slots (= 1.1.0-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-17-pg-failover-slots-dbgsym_1.1.0-2.pgdg+2_arm64.deb
Size: 51712
SHA256: 841e527b2866f7d46e723013f15670c08a0144475bca96eca2bafa428bba35c8
SHA1: 80b1b9f80fc28a6bac276cc32318d1cac32aea17
MD5sum: bbce8e88dca0beae62f605cb03ef4d6e
Description: debug symbols for postgresql-17-pg-failover-slots
Build-Ids: d6ceb7acd8ae80807307b1882f513b8a26efbc24
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pgfincore
Source: pgfincore
Version: 1.3.1-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.34)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-17-pgfincore_1.3.1-2.pgdg+2_arm64.deb
Size: 33228
SHA256: ef8891472ee20207559b6342a8974bc5c8695af3f65ffd29bc728309e607ce55
SHA1: c76f8b08545a2f034dd04c763697fb45eeceeb1c
MD5sum: aefec15feab70489999de045fa859ac3
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pgfincore-dbgsym
Source: pgfincore
Version: 1.3.1-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-17-pgfincore (= 1.3.1-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-17-pgfincore-dbgsym_1.3.1-2.pgdg+2_arm64.deb
Size: 45884
SHA256: 90008c6aef135e400aaa640b9aaea7ac3a6433196515b6965b57957ecc816d2c
SHA1: 0b8621ad40afa98a4000f2aff80d9820bb873398
MD5sum: 1267d8571739306502a556c3ed073561
Description: debug symbols for postgresql-17-pgfincore
Build-Ids: 1eace18bd80bd8a09f3e97af540938e243e37605
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pg-hint-plan
Source: pg-hint-plan-17
Version: 1.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 368
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/ossc-db/pg_hint_plan
Priority: optional
Section: database
Filename: pool/main/p/pg-hint-plan-17/postgresql-17-pg-hint-plan_1.7.0-1.pgdg+1_arm64.deb
Size: 149164
SHA256: 0463379decd64c0b3e4c769a07b06debca6b22fa9e0d8dab9064ad4b5966c2f1
SHA1: 2dc272a75473b4b287aaec570de7215c05f9e675
MD5sum: f0e0910da2d560ea3b056028c2b28d32
Description: support for optimizer hints in PostgreSQL
 PostgreSQL uses a cost-based optimizer that uses data statistics, not static
 rules. The planner (optimizer) estimates costs of each possible execution
 plans for a SQL statement, then executes the plan with the lowest cost. The
 planner does its best to select the best execution plan, but it is far from
 perfect, since it may not count some data properties, like correlation between
 columns.
 .
 pg_hint_plan makes it possible to tweak PostgreSQL execution plans using
 so-called "hints" in SQL comments, like /*+ SeqScan(a) */.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pg-hint-plan-dbgsym
Source: pg-hint-plan-17
Version: 1.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 163
Depends: postgresql-17-pg-hint-plan (= 1.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-hint-plan-17/postgresql-17-pg-hint-plan-dbgsym_1.7.0-1.pgdg+1_arm64.deb
Size: 140760
SHA256: 279963397b749f850ddaf2a898f7808b102c0da125c6271852359f4ae341bbbb
SHA1: 7c4699d404b40de29594aa0ae8f66f3d3555964d
MD5sum: f34de5715de894ad7d007a4eeb9a1401
Description: debug symbols for postgresql-17-pg-hint-plan
Build-Ids: 9778ddf7a78b9f765b72630771aa9dc3131d2de6
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pgl-ddl-deploy
Source: pgl-ddl-deploy
Version: 2.2.1-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1932
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/enova/pgl_ddl_deploy
Priority: optional
Section: database
Filename: pool/main/p/pgl-ddl-deploy/postgresql-17-pgl-ddl-deploy_2.2.1-2.pgdg+2_arm64.deb
Size: 41344
SHA256: d9bec2d4634f07770734572553d656ca1a1454c666efb360036b2133d08ba165
SHA1: 9c5653b06cb4c526b3cdfe729c2841ff2a7d57c4
MD5sum: 6f39abb8f0f937784b0c7bf56da9a2b0
Description: Transparent DDL replication for PostgreSQL
 Automated DDL deployment using PgLogical for PostgreSQL 17.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pgl-ddl-deploy-dbgsym
Source: pgl-ddl-deploy
Version: 2.2.1-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-17-pgl-ddl-deploy (= 2.2.1-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgl-ddl-deploy/postgresql-17-pgl-ddl-deploy-dbgsym_2.2.1-2.pgdg+2_arm64.deb
Size: 19508
SHA256: d517734a755a0cd800555003d3a1cf25c76a57ade7a1c49ae502c153e130e6cc
SHA1: d6c9d303da260c046261a048c37dd79e78f5680f
MD5sum: 797205a6282ad9eb45e327f831c18d35
Description: debug symbols for postgresql-17-pgl-ddl-deploy
Build-Ids: 97e4aeee7a20f7b9dede132c05bc79b28288245f c659156b0ec0146ef6fb9dea211fc5e91778c5ce
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pglogical
Source: pglogical
Version: 2.4.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1336
Depends: libc6 (>= 2.38), libpq5 (>= 9.1~), postgresql-17, postgresql-17-jit-llvm (>= 16)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-17-pglogical_2.4.5-1.pgdg+1_arm64.deb
Size: 446852
SHA256: 4e31b20c0be9b61afa69a3cbcb91c41b5e85a3870c1c78b3fae6cb98b49d1342
SHA1: c09acec1adbd5996d7df3442d073238a4f512f90
MD5sum: eccf0a19e79754dae28a0410ec4fa77b
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pglogical-dbgsym
Source: pglogical
Version: 2.4.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 501
Depends: postgresql-17-pglogical (= 2.4.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-17-pglogical-dbgsym_2.4.5-1.pgdg+1_arm64.deb
Size: 432904
SHA256: 5ec335453d726944262b1c651d60049b21038b98c5fb43a395723b2e89f99e42
SHA1: dc9a4435b3124b6228b6e20059a94f035defaa1a
MD5sum: 00de610f6a6e84dbf08ec38b5e84402b
Description: debug symbols for postgresql-17-pglogical
Build-Ids: 35ec1f9f4f894a74dc28cd5bfea31949db241753 6e7ed1a6dda6e512b0dddac8eaaf3a605f0c198f 882c46ceea91645cf0e9698efd96e89582608aa6
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pglogical-ticker
Source: pglogical-ticker
Version: 1.4.1-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-17-pglogical, postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/enova/pglogical_ticker
Priority: optional
Section: database
Filename: pool/main/p/pglogical-ticker/postgresql-17-pglogical-ticker_1.4.1-8.pgdg+2_arm64.deb
Size: 21708
SHA256: 933a4d3004b50e2cbadd9c5778b20f6f21214b78b7d6955b6edeca3c44c9f959
SHA1: 2328e7f1b1df81152181b6079773a8f0e5430729
MD5sum: d9f7189c2d37ff5277017f78feb17e05
Description: Have time-based replication delay for pglogical
 A pglogical extension to get time-based replication delay for PostgreSQL 17.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pglogical-ticker-dbgsym
Source: pglogical-ticker
Version: 1.4.1-8.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-17-pglogical-ticker (= 1.4.1-8.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical-ticker/postgresql-17-pglogical-ticker-dbgsym_1.4.1-8.pgdg+2_arm64.deb
Size: 16020
SHA256: 02d2369124632d018d764ac37eec4f826510b6d3378dae1524768bffc0f08143
SHA1: 7435f07304fa807eb2f3cee4a595237d4bf17365
MD5sum: eaf58b0b0a8d54ad9085b52245e387fa
Description: debug symbols for postgresql-17-pglogical-ticker
Build-Ids: 8be1573b7d02f0e927f36e1ec562b66d564cc3f3
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pgmemcache
Source: pgmemcache
Version: 2.3.0-14.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 165
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-17-pgmemcache_2.3.0-14.pgdg+2_arm64.deb
Size: 52388
SHA256: 9b7bce27f5474736a6d6142f366834f003a6c7a099660ab33c1de0d4246d1b46
SHA1: 2af7227b86a110c234dee69d0be75edaabef361e
MD5sum: cc810b2d67f43c93d763624b464bb585
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-14.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-17-pgmemcache (= 2.3.0-14.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-17-pgmemcache-dbgsym_2.3.0-14.pgdg+2_arm64.deb
Size: 53372
SHA256: 81a05c39b40a0d39d91b50dac1d387304c59c5d1b284b1df4103e51f406dd740
SHA1: 7824093e37fb764a65a024993d6b4bb041bb68e5
MD5sum: 66ef16209eb6eb07c0f7c0cf69a81f18
Description: debug symbols for postgresql-17-pgmemcache
Build-Ids: c448dc528032ca120591e6c33ba4bc9bba8e8945
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pgmp
Source: postgresql-pgmp
Version: 1.0.5-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 420
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38), libgmp10 (>= 2:6.3.0+dfsg)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-17-pgmp_1.0.5-3.pgdg+2_arm64.deb
Size: 109068
SHA256: 26e8b39f4851fd46ab47586eb6fab8cacf719a2c674ebb98d86d0106b9c9cf94
SHA1: 865807b5dac04a840205463f780a442d6ddbf2a0
MD5sum: 59d1c82d7133b0c19ecb20750eede0c5
Description: arbitrary precision integers and rationals for PostgreSQL 17
 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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.5-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-17-pgmp (= 1.0.5-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-17-pgmp-dbgsym_1.0.5-3.pgdg+2_arm64.deb
Size: 77592
SHA256: 2f862808490a474fd651ab35b0bc6d69c650eb89697dbce285f939cc0c5f9e11
SHA1: 12f4b02795e228038e17f9537cfd5ca85f78eb20
MD5sum: 8af27bbaf931279cb689c41492223834
Description: debug symbols for postgresql-17-pgmp
Build-Ids: 2bcbec4ac30edbd84eae0bebc70d7a72733583a6
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pgnodemx
Source: pgnodemx
Version: 1.7-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/CrunchyData/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-17-pgnodemx_1.7-1.pgdg+2_arm64.deb
Size: 91228
SHA256: 9f7a9f76cbb7e22c6873191c4cb2c9ddcdf764daf75a1c04eb96238ce9c90988
SHA1: f8fa39026c127ec704ba12e8dadb64e72283de1b
MD5sum: a4de297ee0b3050da93cd437cf5a4288
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pgnodemx-dbgsym
Source: pgnodemx
Version: 1.7-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-17-pgnodemx (= 1.7-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-17-pgnodemx-dbgsym_1.7-1.pgdg+2_arm64.deb
Size: 77312
SHA256: 69288c0ca0b86f14153bdf01ebe5278f6fbe63ff8544fbbf066176bc689d11db
SHA1: f3e946cc1cad9b47eb5c99a4c5ac9d7d9b07d4a8
MD5sum: c320acb6eba386524d70b375e553816d
Description: debug symbols for postgresql-17-pgnodemx
Build-Ids: da5f94d6e9f3bf88d5aedc3d60237111d4d093fa
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pgpcre
Source: pgpcre
Version: 0.20190509-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17), libpcre2-8-0 (>= 10.22)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-17-pgpcre_0.20190509-8.pgdg+2_arm64.deb
Size: 19708
SHA256: e6ec934981729f20f980bdc9f3a4c2cf3a7f17ca794cc6834b2160ffd84fd625
SHA1: 1ed33b1318848750f414e232d73191b06da10532
MD5sum: c6628897dd402e02583ebc1cb03d5cdd
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-8.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-17-pgpcre (= 0.20190509-8.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-17-pgpcre-dbgsym_0.20190509-8.pgdg+2_arm64.deb
Size: 16936
SHA256: fe2af65743837ee42dc23797243ed0d3969787c5482dbee46cd42e2a74019ade
SHA1: 5ad942092fe075f7cae3642777a2f33c94fd244a
MD5sum: dcf49f0155fe53a96dd251231ba548b0
Description: debug symbols for postgresql-17-pgpcre
Build-Ids: a78c656b7c8e0ab19c743be856741e09852c4625
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pg-permissions
Source: pg-permissions
Version: 1.3-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-17
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-17-pg-permissions_1.3-3.pgdg+1_all.deb
Size: 8424
SHA256: 4fd1886271da9110bcca7598a4ff41247679ba18d94aa84309d9665506e9b309
SHA1: c23812290fce64a7cddf6f6730e8cb77b976f6d1
MD5sum: 3ea53082d3f877e2f9bfca8fa553b446
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pgpool2
Source: pgpool2
Version: 4.5.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 451
Depends: libpgpool2 (>= 4.5.4-3.pgdg+1), postgresql-17, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-17-pgpool2_4.5.4-3.pgdg+1_arm64.deb
Size: 161536
SHA256: db843b6e0b32ea2acdd5c2b34446c25ce7b97b6f6f01c89b3296c4e3761d180e
SHA1: ef75e7fe339f5a3aa2a333b0d9bd5582718f6bb1
MD5sum: 9a721a9ef19a2dcd8dbdb7f9b53c1a39
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 17 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pgpool2-dbgsym
Source: pgpool2
Version: 4.5.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-17-pgpool2 (= 4.5.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-17-pgpool2-dbgsym_4.5.4-3.pgdg+1_arm64.deb
Size: 57676
SHA256: ccd36c80003f56cad0372db1c5ca823ac43f71a0b41ac0bbea26a0d047934f12
SHA1: 90c8b43a90212696e35cb48666fd210fcedb6359
MD5sum: 62d5ecf0bdd6ae4a4ae722b1ba17e79e
Description: debug symbols for postgresql-17-pgpool2
Build-Ids: 2786a91eb8340a8ffd2ca0f75c918ec168331088 ebb23d5d51a7e90a285f35a8dcce201b865ee207 ff0cf137edef3db5a4b36650b19c904806232cd5
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pgq3
Source: pgq
Version: 3.5-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2245
Depends: libc6 (>= 2.17), postgresql-17, postgresql-17-jit-llvm (>= 16), pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-17-pgq3_3.5-4.pgdg+2_arm64.deb
Size: 149660
SHA256: 4007772154a1454e2319546674fa15678759553ed8787e9a53532eef8e997c71
SHA1: 2c667e1287942af2105f5ebc0c0ac7651bcd81b4
MD5sum: b168c238c2dc5ee49e8ecf6c42a8ac21
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pgq3-dbgsym
Source: pgq
Version: 3.5-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-17-pgq3 (= 3.5-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-17-pgq3-dbgsym_3.5-4.pgdg+2_arm64.deb
Size: 82512
SHA256: e13fd5731fde9dccd57d81079d6668a217dad0ab2a053d971833badf9a36fa33
SHA1: a3364307bc199791b1f358961f337bf2766a815f
MD5sum: b72d500e3290aba8226841aca5b6d71b
Description: debug symbols for postgresql-17-pgq3
Build-Ids: 1bde3233363a298792dcc61eb1ad2e5dcb2a844b 38c1eb57e19fecef6e27a2d70057a534fca6c047
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pgq-node
Source: pgq-node
Version: 3.5-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 538
Depends: postgresql-17, postgresql-17-pgq3
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-17-pgq-node_3.5-7.pgdg+1_all.deb
Size: 12836
SHA256: b2cf5b7bd718be6991a55e6130b37dcc4d0d7ec368922e9b9857fa0985b268b0
SHA1: 5f1a1a201acddfdbc98352e7e2aae9ca0e487fee
MD5sum: b79bc50d478621e426eff617de9af409
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pg-qualstats
Source: pg-qualstats
Version: 2.1.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-17-pg-qualstats_2.1.0-2.pgdg+2_arm64.deb
Size: 65248
SHA256: 3a007e2b568b7da5e74d235fc3b875fd96b7552da57e20074ba5d5ff92a7bdcf
SHA1: cf91cc254572f763238b0fb546fb55bacf9043d8
MD5sum: 14ef0ebd613d35e528ca8d91e114bb75
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-17-pg-qualstats (= 2.1.0-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-17-pg-qualstats-dbgsym_2.1.0-2.pgdg+2_arm64.deb
Size: 64752
SHA256: 554d2dda0a00dd17e70ef4fbb046a433e17f37800ec0abe90b5d4dbb1cc51ff4
SHA1: bd067d7ca5167ba02f081b67b73bd87208ac7702
MD5sum: ceeb96407c3f18748eeb16bcd2518547
Description: debug symbols for postgresql-17-pg-qualstats
Build-Ids: 2c4b024dfbc0ffce4d7ad1c89d11b9c9311e2c8f
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pgrouting
Source: pgrouting
Version: 3.6.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3254
Depends: postgresql-17-pgrouting-scripts (>= 3.6.2-2.pgdg+1), postgresql-17, postgresql-17-postgis, postgresql-17-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Suggests: postgresql-17-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-17-pgrouting_3.6.2-2.pgdg+1_arm64.deb
Size: 829732
SHA256: 3989d4a22360baa0da0e456586f6a6b2d357261c82e2b2491d786b06d517c55c
SHA1: 18e883712b6a5cd56abcd9feb20436decbf0dae0
MD5sum: 06a59e60d6f8748a2c4feb473dab747b
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 17.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pgrouting-dbgsym
Source: pgrouting
Version: 3.6.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25872
Depends: postgresql-17-pgrouting (= 3.6.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-17-pgrouting-dbgsym_3.6.2-2.pgdg+1_arm64.deb
Size: 25904052
SHA256: 5640284b278b66a818af0d6feae4766aaeb209f3d4e73d10f8ef75518b30d39d
SHA1: 7997b3808e0b1c72485b99f6af788222165bd8e3
MD5sum: d9f8b5b20b394a808382d82cb500b9f8
Description: debug symbols for postgresql-17-pgrouting
Build-Ids: 72fbbe49d8f365bc163a46096ab4f6552e477886
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pgrouting-doc
Source: pgrouting
Version: 3.6.2-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7863
Depends: libjs-mathjax, libjs-sphinxdoc (>= 7.4)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-17-pgrouting-doc_3.6.2-2.pgdg+1_all.deb
Size: 2314488
SHA256: f2ef909af93f7b9975e96f3db1da92f896d0cdd42cc8c343aeeb2425ffc9e3ca
SHA1: 56a705578b6661bd73547a000b0ad43b59109f0a
MD5sum: b81a36c39998bc6f634a4567d4ffeafb
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pgrouting-scripts
Source: pgrouting
Version: 3.6.2-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3494
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-17-pgrouting-scripts_3.6.2-2.pgdg+1_all.deb
Size: 63104
SHA256: 337528b435d8868a1b9443a9a4c0af0e81aad4b4efe19922c73ae57934522b1f
SHA1: 84bd4c19196e478e05ddfcd1024c65fc2fce13fa
MD5sum: 18479a2f848272d3e639d4336b1e7723
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 17.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pg-rrule
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17), libical3t64 (>= 3.0.0)
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-17-pg-rrule_0.2.0+git20211101.d7d10f2-3.pgdg+2_arm64.deb
Size: 25632
SHA256: f1162b4d38004abff15ca71d4b594de0531793ae28115c8136b9d98c9accb833
SHA1: 8196ec0f383bf96620b9dd8030613a8ea9e3db89
MD5sum: 0abadbedc2e7c7d557c08b79da5cb697
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pg-rrule-dbgsym
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-17-pg-rrule (= 0.2.0+git20211101.d7d10f2-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-17-pg-rrule-dbgsym_0.2.0+git20211101.d7d10f2-3.pgdg+2_arm64.deb
Size: 23568
SHA256: aa471f48e32a298896f853e1deb57034401a0f627b18484c5a60d8ffaedf4217
SHA1: 3250d4a23cabab1391f1d013cc1a9c6061cf2140
MD5sum: 456bf16beb41d21f4bf06e07353af8dd
Description: debug symbols for postgresql-17-pg-rrule
Build-Ids: 6ceeefc09e3b20a22c4d8a33258bad22ea649dd2
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pgsphere
Source: pgsphere
Version: 1.5.1-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1704
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 13.1)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-17-pgsphere_1.5.1-2.pgdg+2_arm64.deb
Size: 436904
SHA256: 7d5cd11dc38a3221e0ef972bab519fc983b6374cb6300ea844e2192069435bb7
SHA1: e1a736a5c6df37c164f0be17d708af9b343c525c
MD5sum: 9566ec3446e0d63ad5b13522f448e2d8
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pgsphere-dbgsym
Source: pgsphere
Version: 1.5.1-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 506
Depends: postgresql-17-pgsphere (= 1.5.1-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-17-pgsphere-dbgsym_1.5.1-2.pgdg+2_arm64.deb
Size: 448452
SHA256: 33510d8b9aa6ccf424cf06385f6e0d2f121ab008a567727d4c4ecdf584d9ac57
SHA1: 784793fe5b35aa1bfb2c4f36a59c4824b8264d07
MD5sum: 45a3f4aea8af81a4edfe5fdd87a0b630
Description: debug symbols for postgresql-17-pgsphere
Build-Ids: 0afa482dedc3e2e853a2ea1c824decf398b1a5a6
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.3.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 190
Depends: postgresql-contrib-17, postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-17-pg-stat-kcache_2.3.0-1.pgdg+2_arm64.deb
Size: 42104
SHA256: 5c12b20851b3527ef77a76b43f52c026b33b8cfb2f69903ebd565d22473ce872
SHA1: 8c9427001eb149c5de61b8f02aa18d19c089e7e8
MD5sum: deadcb69aa7758ed0e34ff0cd76a0b8d
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.3.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-17-pg-stat-kcache (= 2.3.0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-17-pg-stat-kcache-dbgsym_2.3.0-1.pgdg+2_arm64.deb
Size: 42564
SHA256: ba34db3746931ec9948355ac405147b919f94d33266c2d78000139431a0a02f2
SHA1: c5c097a78f270faeb2949261d2969789be2524a9
MD5sum: 5cb713c29ea8bb9dba76ae84a9f7dcd6
Description: debug symbols for postgresql-17-pg-stat-kcache
Build-Ids: 6176d8a337f350e624d3fc017b0a876deccc2384
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pgtap
Source: pgtap
Version: 1.3.3-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1795
Depends: postgresql-17
Recommends: libtap-harness-archive-perl, libtap-parser-sourcehandler-pgtap-perl, libtest-harness-perl, pgtap-doc
Breaks: pgtap (<< 0.95)
Replaces: pgtap (<< 0.95)
Provides: postgresql-pgtap
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-17-pgtap_1.3.3-3.pgdg+1_all.deb
Size: 62904
SHA256: f2c2f4223f527ae6e781be106acd008e74791e78a7a373f04d19acfb9980ff9f
SHA1: 6e847419e1a5cdcfed83ec6b083062ed78101b3b
MD5sum: 72476cf9a08e8b578c8b62cc07eb848a
Description: Unit testing framework extension for PostgreSQL 17
 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 17.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pg-track-settings
Source: pg-track-settings
Version: 2.1.2-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-17
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-17-pg-track-settings_2.1.2-4.pgdg+1_all.deb
Size: 9916
SHA256: 6bf7d18854d705b0e880ab73d503b77889960b495403bfa35195fdae0cd27e2e
SHA1: bfc0c66fbd491acf62dc1e8c0889a50483cf2430
MD5sum: d6c8e9fc428793aa69e81d557c330a9f
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pgtt
Source: pgtt
Version: 4.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-17-pgtt_4.0-2.pgdg+1_arm64.deb
Size: 66796
SHA256: f4e97761e63c6affe8434d18fa9d2a7bc9e03f47cb3748ba8ef3ae8e9acc4cbb
SHA1: e03dfa8a92e550a14db211bf3612d767e92b30c4
MD5sum: 5728ab2194e3cec91d0d308d7dfcfed4
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pgtt-dbgsym
Source: pgtt
Version: 4.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-17-pgtt (= 4.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-17-pgtt-dbgsym_4.0-2.pgdg+1_arm64.deb
Size: 81856
SHA256: 7c38c727a62ec87a07c661a2f0ac9c4a2037013cbc1f04e7c7c36ccbbb169e6d
SHA1: f872b2814df163a8bcca52f3e9ce8c9eb8ab2be9
MD5sum: 19b0e9b83edabd00a700348c8fe30d02
Description: debug symbols for postgresql-17-pgtt
Build-Ids: fc609503b46adf45b073eef654e1336cfcc4db48
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pgvector
Source: pgvector
Version: 0.7.4-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 757
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-17-pgvector_0.7.4-2.pgdg+2_arm64.deb
Size: 282376
SHA256: b1f8ce69aaf0caf73fdcd7d74ad070fc125e0827637cbc02b06111284ddbf5bc
SHA1: 27c96955a8aa924bc2e3743a8864046f5f3f4dbb
MD5sum: 735cc6eec95763e3d3a5733141699d7e
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pgvector-dbgsym
Source: pgvector
Version: 0.7.4-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 369
Depends: postgresql-17-pgvector (= 0.7.4-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-17-pgvector-dbgsym_0.7.4-2.pgdg+2_arm64.deb
Size: 331556
SHA256: d8dd6b20dbc8cc0428b1c2d0c92f1dafcdb38db67b5c90d958156eafb9032ce4
SHA1: 293170bb076eb0e42cc629ddd238f4df8ed46ee2
MD5sum: 925662fc666898738df8cb02764c5959
Description: debug symbols for postgresql-17-pgvector
Build-Ids: 342ec296eb56880b0f8533f5e2d21fbd96fa6a76
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.6-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-17-pg-wait-sampling_1.1.6-2.pgdg+2_arm64.deb
Size: 46084
SHA256: b3d3e8d9f0302c389a8bd8a7ab252b729dbc820a36ecca56aa158a9dc7db5cc0
SHA1: 5a030c370234b06bb1421f11850e3462052c78c3
MD5sum: 79c96ad161ddbfbea619ff6a323de736
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.6-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 78
Depends: postgresql-17-pg-wait-sampling (= 1.1.6-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-17-pg-wait-sampling-dbgsym_1.1.6-2.pgdg+2_arm64.deb
Size: 59296
SHA256: cae6dcdd7ff01752846a6ef205129aff117eb62125892f3e44d0974b4a4109d9
SHA1: c400384c7f0c048cd2bb9507812d7dadaf3e6910
MD5sum: 8563abbe8bc80bea06bb07822a813c26
Description: debug symbols for postgresql-17-pg-wait-sampling
Build-Ids: e3ec320d50068e625d50085330b62a93d2532fc8
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pldebugger
Source: pldebugger
Version: 1:1.8-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 221
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-17-pldebugger_1.8-2.pgdg+2_arm64.deb
Size: 85776
SHA256: c0497dfb26d693a70ba245c4ed8543bff600105fa093e859c4ef11143201c3e5
SHA1: 10bdfc39431d656ae7eaab8fa1eb9f4cec5600f4
MD5sum: 04b5df8f56113c33bd8a92ebe0185eef
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.8-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-17-pldebugger (= 1:1.8-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-17-pldebugger-dbgsym_1.8-2.pgdg+2_arm64.deb
Size: 110344
SHA256: 72ed0e43f3d1b81235997295cbc9877fe7b92d23360cffa8d16b8abb20df56ec
SHA1: 42d55f24d16400694c447dd1a118d37f444bf5c3
MD5sum: 9f9086875cbec65f40dcd338f48e4500
Description: debug symbols for postgresql-17-pldebugger
Build-Ids: 2f4a39056cf553e5bb7120ddc825e684dbe1f140
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pllua
Source: postgresql-pllua
Version: 1:2.0.12-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1051
Depends: postgresql-contrib-17, postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-17-pllua_2.0.12-3.pgdg+2_arm64.deb
Size: 398108
SHA256: df710fc4a20c978cfb2c91e5d736da39c5b7e27839273c49880361504e0777ee
SHA1: 5777b46adbf50ce1e12298a1d2f98dafd3a8779a
MD5sum: aa20995ea0481a19294b1c53a8270561
Description: Lua procedural language for PostgreSQL 17
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 396
Depends: postgresql-17-pllua (= 1:2.0.12-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-17-pllua-dbgsym_2.0.12-3.pgdg+2_arm64.deb
Size: 349868
SHA256: 0b0bdb4bd6de8deaa613a0be3d173512361b542e2ae8b7965889503f22441535
SHA1: 1a9b185f52c2af6c8fb41c26b7af9984649b26c5
MD5sum: 05bfc05d135950bfc4017b32f172dcef
Description: debug symbols for postgresql-17-pllua
Build-Ids: 36837553d34724cc2640222e7befcd7904319cbb b3ae43b71c1167ebabb6e65c20bcfa70df57c712
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-plpgsql-check
Source: plpgsql-check
Version: 2.7.11-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 871
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check_2.7.11-1.pgdg+2_arm64.deb
Size: 383716
SHA256: 766b9788911407ef5a0db9800d5db8f1f845b0e38237a1e2a7c5876b06104de6
SHA1: 43b3e8455ee93b1e36377e8bf9bbcea85d6936e7
MD5sum: 8013ababf04ba7fede5d0f6e71930860
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.11-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 390
Depends: postgresql-17-plpgsql-check (= 2.7.11-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check-dbgsym_2.7.11-1.pgdg+2_arm64.deb
Size: 354656
SHA256: d042373437898424991308bc7919d85364609398c07131d1ca111e084100f4bf
SHA1: d73b1efa0f53db01164f8d55fe7cbaf4742db343
MD5sum: 52fe7adf3c71168c79be7aa8f8148bf7
Description: debug symbols for postgresql-17-plpgsql-check
Build-Ids: 3e5ff197e11acff88789200df9c5b4c1017e1dc2
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-plprofiler
Source: plprofiler
Version: 4.2.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 171
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-17-plprofiler_4.2.5-3.pgdg+1_arm64.deb
Size: 53064
SHA256: 13d491a20bfe25d2fb8f1628e8b150d5dc74d97d3ec650af2a3bbf95b02af0f5
SHA1: b80ccef1493a3e2685fd3b68a2f7e3d358af51b6
MD5sum: ecb64e96e01ac2fad322fbb40e9dc124
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-17-plprofiler (= 4.2.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-17-plprofiler-dbgsym_4.2.5-3.pgdg+1_arm64.deb
Size: 69592
SHA256: 7d1aa655b4ae7860bc2a49ffd06579a1c8587a28f79cd0406c3f48303091ede7
SHA1: 28e6534e9afcf135880dda87d7236e89f99944b5
MD5sum: 1590e42d3f292d1c09b3a714c294d904
Description: debug symbols for postgresql-17-plprofiler
Build-Ids: e9e776ab8509e20555d3735178530bca4b76c41b
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-plproxy
Source: postgresql-plproxy
Version: 2.11.0-12.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 374
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38), libpq5
Homepage: https://plproxy.github.io/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-17-plproxy_2.11.0-12.pgdg+2_arm64.deb
Size: 152200
SHA256: 346febe807e1644e06d447e78115b424b77ec96d49c5e32ea2e2fa58b990bb7a
SHA1: 0a927b7810b6eb6c24d37359bb92e2bee56d7b74
MD5sum: d02a71853ff7437ae91d72a123e7a37e
Description: database partitioning system for PostgreSQL 17
 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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.11.0-12.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-17-plproxy (= 2.11.0-12.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-17-plproxy-dbgsym_2.11.0-12.pgdg+2_arm64.deb
Size: 128444
SHA256: f5978d6717c94fe402bc083ce6c19e89fe178b95a818356e69f35cbadc1165ca
SHA1: aac8bb8c4944dae773f50f19343661a49df45638
MD5sum: 0b0ebb7f1bba266190f70be772a891d6
Description: debug symbols for postgresql-17-plproxy
Build-Ids: 03b87fea786c1c0785b385151c665c003a039caa
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-plr
Source: plr
Version: 1:8.4.7-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 370
Depends: r-base-core (>= 2.10), postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-17-plr_8.4.7-2.pgdg+2_arm64.deb
Size: 162968
SHA256: 816a9c96148a901b11c2b1d595b5c8341c2b17d08256551eb5ce114ab1174085
SHA1: 2c980870eee011405dcfec7d006145040f33d145
MD5sum: 41a491f03e6f0faa94599f26ce4a58db
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-plr-dbgsym
Source: plr
Version: 1:8.4.7-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 170
Depends: postgresql-17-plr (= 1:8.4.7-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-17-plr-dbgsym_8.4.7-2.pgdg+2_arm64.deb
Size: 149112
SHA256: 728fa32a410a2e8ab94fa04270e5e934999aba566ab066a129e03480b09925f5
SHA1: 6b12c3dd4ea519eb69ce6530480475d8cb44f381
MD5sum: a315dae113e5a9bd5f6f54eb6e41cffe
Description: debug symbols for postgresql-17-plr
Build-Ids: 1f125117588028616fbebcc20ca72007402c1236
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-plsh
Source: postgresql-plsh
Version: 1.20220917-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-17-plsh_1.20220917-3.pgdg+2_arm64.deb
Size: 33340
SHA256: 307f7b71e618ca43525a2744b69ed37d9d705f23b8f40d24fb5205564c1ed2f8
SHA1: b45118cb05092d3872a2a39b891701131bac352a
MD5sum: 4246566b6764d64910d7a1be97901e11
Description: PL/sh procedural language for PostgreSQL 17
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in a shell of his choice.  You need this package
 if you have any PostgreSQL 17 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20220917-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-17-plsh (= 1.20220917-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-17-plsh-dbgsym_1.20220917-3.pgdg+2_arm64.deb
Size: 50960
SHA256: 9ac905add9e9acb155308bbf4b3f92b556cbf75d609f29b5801fe0466981820c
SHA1: 8b43eff58d2ea41b678743ad8f841d73834979a3
MD5sum: f0e4b6439ad35469530978cd54370062
Description: debug symbols for postgresql-17-plsh
Build-Ids: dc9e789ae0bb79a5dedebfcd293c996089507a81
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pointcloud
Source: pgpointcloud
Version: 1.2.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 530
Depends: postgresql-17, libc6 (>= 2.38), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-17-pointcloud_1.2.5-2.pgdg+1_arm64.deb
Size: 108500
SHA256: ff436dca3e445e0f00aec969ce187d0e0cf6994580fd6e63dd24c7afee5fcbe9
SHA1: aef6be37ea6cf94e1c6cd8fb5108360b0aaa5a65
MD5sum: 668d0bf6a617429488cf2bad004c0ff0
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 212
Depends: postgresql-17-pointcloud (= 1.2.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-17-pointcloud-dbgsym_1.2.5-2.pgdg+1_arm64.deb
Size: 181084
SHA256: 5d3c53e3a2cebafa57128b2fa08ce9e708dbe8de5323735a86923dbaad2b44b4
SHA1: e026cbf30c9e825eb767910455d8ed05051097c8
MD5sum: eeb24db6008c3fa5be51ddcd1257965d
Description: debug symbols for postgresql-17-pointcloud
Build-Ids: 62d71c2f6e4184823d37da7d23ff6fbfd907b742
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-postgis-3
Source: postgis
Version: 3.4.3+dfsg-2.pgdg130+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10712
Depends: postgresql-17, postgresql-17-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal35 (>= 3.7.0), libgeos-c1t64 (>= 3.12.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal1t64 (>= 1.4.1), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-17-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-17-postgis-3_3.4.3+dfsg-2.pgdg130+1_arm64.deb
Size: 3755192
SHA256: ba998314b06b5c0305b1b06fc1c241075599d0f4961198bd4edfde109f140380
SHA1: 057dfcdb3f4910e7f7178890693c539f4f9ace6d
MD5sum: 97fe4f56de57189b969c3179636c901a
Description: Geographic objects support for PostgreSQL 17
 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".
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-postgis-3-dbgsym
Source: postgis
Version: 3.4.3+dfsg-2.pgdg130+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4696
Depends: postgresql-17-postgis-3 (= 3.4.3+dfsg-2.pgdg130+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-17-postgis-3-dbgsym_3.4.3+dfsg-2.pgdg130+1_arm64.deb
Size: 4149900
SHA256: b65b514eb58e5d9920ddacd1f2a1d9b0bf8a27e30038a9e97f5d56195ba91b92
SHA1: 88c203396da6ab3f15b4e576f7b2c2d46456b91a
MD5sum: e8c297c0f7cc4f9308673b09615ba7af
Description: debug symbols for postgresql-17-postgis-3
Build-Ids: 01d20864601bbf67e14137cd14636cb5eb729789 39adfe79c72ab564152c6e6f096ffe361090c821 9438f6de38089fb0ae670651e8b2184216dfdc28 d6082501e5200be3ed9ffd59b514128f10c1c97e f612ecb6ecfc7a737475456984e0b350a0833021
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-postgis-3-scripts
Source: postgis
Version: 3.4.3+dfsg-2.pgdg130+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38867
Recommends: postgresql-17-postgis-3
Provides: postgresql-17-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-17-postgis-3-scripts_3.4.3+dfsg-2.pgdg130+1_all.deb
Size: 1301124
SHA256: 5986f0549904295568e4160157c787e71c9a2444dd841a0a00310aefd63ae411
SHA1: 7653acff0e1ec3a4f9a4f103c136f8d8d0431260
MD5sum: e14004b33ab224538a3f9e1747d37537
Description: Geographic objects support for PostgreSQL 17 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 17 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-prefix
Source: prefix
Version: 1.2.10-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-17-prefix_1.2.10-3.pgdg+2_arm64.deb
Size: 44756
SHA256: 7375b1841227feb338ac92a0d31c62f1a309e3b6a8a779b71f4086461eea42ba
SHA1: dd1110a6d2e67e39d8f5514df7925d224290b095
MD5sum: 83e2f05e3a3bb3a7812bdc1bb38977b1
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-prefix-dbgsym
Source: prefix
Version: 1.2.10-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-17-prefix (= 1.2.10-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-17-prefix-dbgsym_1.2.10-3.pgdg+2_arm64.deb
Size: 47664
SHA256: 08c658ba36c92d694256ac63ce65132754545c901181a370ba3b70aafc3164fb
SHA1: 6654556ae818f7a5b6cf697af1aa880b6982b87b
MD5sum: 4f56d574c4ba152dcb6a211a42367473
Description: debug symbols for postgresql-17-prefix
Build-Ids: 8b545e2ea563bd94db9b30f00c0040ab829081de
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-preprepare
Source: preprepare
Version: 0.9-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.17), postgresql-17, postgresql-17-jit-llvm (>= 16)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-17-preprepare_0.9-8.pgdg+2_arm64.deb
Size: 18032
SHA256: 5fe4dfe802cd6a03fb968bee5a96fa01b19d6703123e04d8a3ceb6ae7233ca2f
SHA1: df3c136763644e622bafa034d0fa59f53f9dc99f
MD5sum: 6e910cf0b2f7f222b9966e4b8f690096
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-preprepare-dbgsym
Source: preprepare
Version: 0.9-8.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-17-preprepare (= 0.9-8.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-17-preprepare-dbgsym_0.9-8.pgdg+2_arm64.deb
Size: 17516
SHA256: 57989ebef6a9a6bb3b18c9bc8deef98106e490d622de12948d4b7af38c49f3ce
SHA1: 720f6dece8146f332b6fab5ce76408ad9b8c5287
MD5sum: bdda28d0c2488a98dcbc461772a567f6
Description: debug symbols for postgresql-17-preprepare
Build-Ids: 08161334b873a72a6f49feb62b0fbbe2456615de
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-prioritize
Source: postgresql-prioritize
Version: 1.0.4-12.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-17-prioritize_1.0.4-12.pgdg+2_arm64.deb
Size: 12692
SHA256: f2c30392dd6b55193c99cc66e29fb3345fc1aed0d7b7510e2344a42585d78099
SHA1: 6609e54a4a0010cbd0c156f0286b7cf019edad0c
MD5sum: 061ee2e716a548f0fb850cec7363f3f7
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-12.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27
Depends: postgresql-17-prioritize (= 1.0.4-12.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-17-prioritize-dbgsym_1.0.4-12.pgdg+2_arm64.deb
Size: 13484
SHA256: 9e152fde465bbcef74e585e1b48530591352d5a05f8b4e156dc8af1c02c8f5fc
SHA1: 78a94d825de88472eca7729776517d52d1116f58
MD5sum: c984a0c5adcb963b97d4982a71dd7044
Description: debug symbols for postgresql-17-prioritize
Build-Ids: d2e5a224d8f642e88f53540e3521cc695680bcfe
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-q3c
Source: postgresql-q3c
Version: 2.0.1-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3495
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-17-q3c_2.0.1-4.pgdg+2_arm64.deb
Size: 168852
SHA256: d00d60da1a26d8d33e9aacc94e6c2403df69d1ebded05963c4f11584c7887786
SHA1: 7568b4c58d397bf89b517ee74b43d8328574773a
MD5sum: 6b90cc7723f5f303b1ef476120578fe3
Description: PostgreSQL 17 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.1-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: postgresql-17-q3c (= 2.0.1-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-17-q3c-dbgsym_2.0.1-4.pgdg+2_arm64.deb
Size: 107728
SHA256: 8d518ac1245a48a2d1db46c3eee7ae8be74a98c83d50d6d6976e3839592a6c7e
SHA1: ba831d0ebd90915f52c011b48550b2e5c2071e7d
MD5sum: 9fb0fb54451d56ccbbe42a09f55c6526
Description: debug symbols for postgresql-17-q3c
Build-Ids: 9ce3943dc6ab60d67169ceea272a570030b4cc9e
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-rational
Source: pg-rational
Version: 0.0.2-7.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-17-rational_0.0.2-7.pgdg+2_arm64.deb
Size: 26096
SHA256: 2c7876823533b300feea09af733a52588306ac7d79960430fa6bc811327fd906
SHA1: 2a246b133980646279cbdbfd84c02209a416e180
MD5sum: eaa3d9598d2d486fef9fed569f51deac
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-rational-dbgsym
Source: pg-rational
Version: 0.0.2-7.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: postgresql-17-rational (= 0.0.2-7.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-17-rational-dbgsym_0.0.2-7.pgdg+2_arm64.deb
Size: 22908
SHA256: 9d1cf3f21589aada4412897d9f272385dbd01e39719c51eacbcecc7780b78929
SHA1: e27681e914bee2ee9ebfc843ed4add0b5a1ac1e6
MD5sum: 21e092f52d1d9d2d1b56a04469efa032
Description: debug symbols for postgresql-17-rational
Build-Ids: 731859746b8c1f407b0a6162454e4ff3684ec5ee
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-rdkit
Source: rdkit
Version: 202309.3-6.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1149
Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202309.3), libstdc++6 (>= 13.1), postgresql-17, postgresql-17-jit-llvm (>= 16)
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-17-rdkit_202309.3-6.pgdg+2_arm64.deb
Size: 489204
SHA256: 3838d34fbb7112a40417cbd1056cff49ad1a403a224aa1cdddbe27f44da2613d
SHA1: a0bb379c7687ae75f555e8af3810aa81e85b8ec2
MD5sum: 5b4cdeb36faeea9f85a9d97d122282f1
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-rdkit-dbgsym
Source: rdkit
Version: 202309.3-6.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1194
Depends: postgresql-17-rdkit (= 202309.3-6.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-17-rdkit-dbgsym_202309.3-6.pgdg+2_arm64.deb
Size: 1132036
SHA256: e1c55550492cf8d0a74bf06671f8c1f33d0aa015428f59fd9b6c007915760dd7
SHA1: 926f6f1ff6d515fa3e4c9d780c3c4995afc815c2
MD5sum: eb862d05e0872de79b867be28c6dbf4d
Description: debug symbols for postgresql-17-rdkit
Build-Ids: dbd05e3015ea893f46b48369de3c20914e0e90ca
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-repack
Source: pg-repack
Version: 1.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 314
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-17-repack_1.5.1-1.pgdg+1_arm64.deb
Size: 109028
SHA256: 0d69ed727f4d3853abd5f572a587862a4e59e624bdf679aae9d7f520a10ccde2
SHA1: 3d7462acb4b9e876e0f9b4be872e6e9798badc43
MD5sum: 66a71699c744259bc0c892f5abd84737
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 17.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-repack-dbgsym
Source: pg-repack
Version: 1.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: postgresql-17-repack (= 1.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-17-repack-dbgsym_1.5.1-1.pgdg+1_arm64.deb
Size: 126428
SHA256: e591802fc4fe16279d9dfa9e76644d19d2a101240a845c96401227f2c0d688c4
SHA1: e0da05d7fc05e1e0a8f8697fef1df0351770d453
MD5sum: 2a7e5fc74782775bda1b388e0b5cee7f
Description: debug symbols for postgresql-17-repack
Build-Ids: 794ae17423e6f167a2e37a2180b5628f50683299 df8fb35dbbd98af5d06e66775569bb440c5825b0
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.4-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 731
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-17-roaringbitmap_0.5.4-3.pgdg+2_arm64.deb
Size: 300112
SHA256: a0bf72c806ccb0d69d2f583344fd58644d9ea959b442678237339405c73b06d6
SHA1: 9cdc6495d7022f48a0bf78613a4e82346082dccf
MD5sum: de292265f03db28b37be5a7b75ec2c2f
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.4-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 438
Depends: postgresql-17-roaringbitmap (= 0.5.4-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-17-roaringbitmap-dbgsym_0.5.4-3.pgdg+2_arm64.deb
Size: 407512
SHA256: 03d3f7def401a1f7bbbc1f476db8d5e5a8b837e9ef5e4f1f63b47471287b0dac
SHA1: 72ce7dd5391d66f3a729978b80e0a91d62712a2b
MD5sum: a62a691fe003b75b0dc6f0115e46c281
Description: debug symbols for postgresql-17-roaringbitmap
Build-Ids: c616f3fe64316a3a3e91529d82bddd8d191ee08a
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-rum
Source: postgresql-rum
Version: 1.3.13-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 804
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-17-rum_1.3.13-3.pgdg+2_arm64.deb
Size: 310876
SHA256: aef2e39792e453f9543bf316f35b34d82f945f9e88ecfd042f31282c17bb282d
SHA1: 4b537a9c34a2c423269eb92fb833ac0e7c544c51
MD5sum: bbcca0b7a186304ddae65a0fc8c97d70
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-rum-dbgsym
Source: postgresql-rum
Version: 1.3.13-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Depends: postgresql-17-rum (= 1.3.13-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-17-rum-dbgsym_1.3.13-3.pgdg+2_arm64.deb
Size: 298608
SHA256: 36b04ca34b4e9c2c282deea996c0201462b7d5de7d454e38faf8cda421dcbe9c
SHA1: f388150c4c698b9221c7878ac03733349ef86a8c
MD5sum: a927b17878976cceaa082d40f81f3c8e
Description: debug symbols for postgresql-17-rum
Build-Ids: f77980d3b211a59ce69e840e6066b8db5f874495
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-semver
Source: postgresql-semver
Version: 0.40.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-17-semver_0.40.0-2.pgdg+2_arm64.deb
Size: 40272
SHA256: 378fa5fb34fb418d68d022f46fc303fabb6961f510f8ef09e0d9949a9adea73f
SHA1: 76f89c03c260994c9b3fef45d6452050cef3ceac
MD5sum: 6cb2a15a3f09b6a0b8189dfcf956e8ad
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-semver-dbgsym
Source: postgresql-semver
Version: 0.40.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-17-semver (= 0.40.0-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-17-semver-dbgsym_0.40.0-2.pgdg+2_arm64.deb
Size: 25100
SHA256: 15564bfaf2c9704f41b765aff0918fa5f16b5a5f9b1dc00cad5bdfcf4abb99a3
SHA1: 393ebd1e73b4c028cac09e80c4bb1e65cffc8e08
MD5sum: 12b06b26a380b0b8e1788453d3dda64f
Description: debug symbols for postgresql-17-semver
Build-Ids: 6d6169655d8acaad5d4506bf01a4fd46523b035d
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-set-user
Source: postgresql-set-user
Version: 4.1.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-17-set-user_4.1.0-1.pgdg+2_arm64.deb
Size: 40272
SHA256: 9ca17cfb31bad21e0a2e5f90ee1ee45402e56e5b120cd15de3df115166d027df
SHA1: 7e09bf27920f75a2320c8650f92f27fe03f9db8b
MD5sum: b566a1916571bc276e805a3089ac3389
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-set-user-dbgsym
Source: postgresql-set-user
Version: 4.1.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-17-set-user (= 4.1.0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-17-set-user-dbgsym_4.1.0-1.pgdg+2_arm64.deb
Size: 50356
SHA256: bb71734ba9d89f064ed21f610768f29138ea2d65639c6c7b88bd4dd452748482
SHA1: e6b83caea657968dacd35629e21b0124c93bb9b2
MD5sum: b0392c150c7d7ca195f23fd39bd84a08
Description: debug symbols for postgresql-17-set-user
Build-Ids: 17f93e35a7dcd3cf532ebfca9c21c611bc1ba0dd
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-show-plans
Source: pg-show-plans
Version: 2.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-17-show-plans_2.1.2-2.pgdg+1_arm64.deb
Size: 26748
SHA256: 641e51e4591301184c3780cdcaa7bbf46988dccde6387115de9300012367f8cf
SHA1: c850fd6bdd884f0f0b46b30fc24481ed1e3c26eb
MD5sum: bfc88fdf9a8308ac759c0aff4c5227f2
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-17-show-plans (= 2.1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-17-show-plans-dbgsym_2.1.2-2.pgdg+1_arm64.deb
Size: 38152
SHA256: fe2c66bde68c1982af01bde46b72ec7b729531e6b85672e0d8c07139dbc8ebb1
SHA1: 2227b3c19dcc0937892efe8968b63d8ecf59b189
MD5sum: fbc83bb9ef09e7f1e7023d366e528f6b
Description: debug symbols for postgresql-17-show-plans
Build-Ids: 8b9a533601be9e1246036d1f503cb8324ab3c751
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-similarity
Source: pg-similarity
Version: 1.0-8.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 388
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-17-similarity_1.0-8.pgdg+2_arm64.deb
Size: 104912
SHA256: b3e724f41daea3ca6f6cde3980f8df30675713dba088d22e81fc59b5f020a5f1
SHA1: 1562de5a71e78a3190bd59c7956b8c98e308c285
MD5sum: 6078fe07f3d0eb835b76f59723a61a9f
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-similarity-dbgsym
Source: pg-similarity
Version: 1.0-8.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-17-similarity (= 1.0-8.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-17-similarity-dbgsym_1.0-8.pgdg+2_arm64.deb
Size: 67280
SHA256: f4ded342974b805be9bdf8fd02f442f6306937e41e78e027430de3d8cca547e9
SHA1: ac1798d9f3d1dd3fbf718bc4374b5c673a818904
MD5sum: e160550d33b2085ddab9ebdc45d555ce
Description: debug symbols for postgresql-17-similarity
Build-Ids: f5c4971e7fd4b2b1367477f53ffd9e353abdbfbd
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-slony1-2
Source: slony1-2
Version: 2.2.11-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-17, libc6 (>= 2.17)
Suggests: slony1-2-bin
Provides: postgresql-17-slony1
Homepage: http://slony.info/
Priority: optional
Section: database
Filename: pool/main/s/slony1-2/postgresql-17-slony1-2_2.2.11-6.pgdg+1_arm64.deb
Size: 18548
SHA256: c93f64ad461a2ac2f10ea60099c669b1fc890a25364df897ee502890ebaed6d8
SHA1: e10506080b59a47abfd309356390345126c0bd88
MD5sum: 63fbfc137381c666344fa2980dfbbdf5
Description: replication system for PostgreSQL: PostgreSQL 17 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
 17 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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-slony1-2-dbgsym
Source: slony1-2
Version: 2.2.11-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-17-slony1-2 (= 2.2.11-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/postgresql-17-slony1-2-dbgsym_2.2.11-6.pgdg+1_arm64.deb
Size: 71572
SHA256: 8f496c9e86e954b4e31660efdb0e994ead6c69e23a1416d6dcae045c0dd17750
SHA1: 2ff67c6a1f0d981d469422c3db76e8e1ad18c81e
MD5sum: 3aec2c361e401007252de69f80476dc9
Description: debug symbols for postgresql-17-slony1-2
Build-Ids: 4a173fca13aa83b082c40c0ceef8c57121c2c2c0
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-snakeoil
Source: pg-snakeoil
Version: 1.4-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17), libclamav12 (>= 1.2.1)
Recommends: clamav-freshclam | clamav-data
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-17-snakeoil_1.4-2.pgdg+2_arm64.deb
Size: 17740
SHA256: a18c775017f320d3e77ba4c20e938cc2bdc280d2fcdd7f8c5b4b57c43cecb226
SHA1: ec875235f48d0d7d360d09d7edd9ad9f6ab06bd3
MD5sum: 76419d0903f9558d27ca5fbccbd48e0f
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.4-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-17-snakeoil (= 1.4-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-17-snakeoil-dbgsym_1.4-2.pgdg+2_arm64.deb
Size: 15848
SHA256: b78a473ecabd27c8d5d19edee091e4b1e7c16a8a9cc3e477c8b4bf1b9c705372
SHA1: fc818f5b1ec3ad1dd5a48d36033c7a6b3237fd5a
MD5sum: 3da2a177b3dbfb9849393502ab452ec1
Description: debug symbols for postgresql-17-snakeoil
Build-Ids: 105484a58ffe4953d5e279b17fd0cd920f01a735
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-squeeze
Source: pg-squeeze
Version: 1.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 376
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-17-squeeze_1.7.0-1.pgdg+1_arm64.deb
Size: 148856
SHA256: d1bf22525daa07a3a42b85df9a0e70c1b552aba9093c20cc7f7db2adcfe3c5a9
SHA1: 03c00c0816eb917f04739765ac0a4a1df46524d5
MD5sum: 030e7e1205d3088909661b4e2e2f4c06
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-squeeze-dbgsym
Source: pg-squeeze
Version: 1.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 185
Depends: postgresql-17-squeeze (= 1.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-17-squeeze-dbgsym_1.7.0-1.pgdg+1_arm64.deb
Size: 160672
SHA256: 765469e4cc25884d767e8269e74388868bbfd4a76efbb188260465737c3b77eb
SHA1: a86a046da0621649ecbade89e6a59cce16eeded2
MD5sum: 506003148dcdc598ecad97c6c87ee81e
Description: debug symbols for postgresql-17-squeeze
Build-Ids: af4c1e0f4a7265299219cf66391c294bdeee011d
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-statviz
Source: pg-statviz
Version: 0.7-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-17
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-17-statviz_0.7-3.pgdg+1_all.deb
Size: 9404
SHA256: 1bd374d3de3c08269f5d19b722ae5b38cff61324c5de1b3dc5622828f699b708
SHA1: 786b13f1b8727a6a13516e56aa6e38d086eba569
MD5sum: 6289b829be35648b5b80cbe62d7a889d
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-tablelog
Source: tablelog
Version: 0.6.4-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-17-tablelog_0.6.4-3.pgdg+2_arm64.deb
Size: 52120
SHA256: cd7dfa5f9afb421c00154cea285c0b17a8dfd37982a0d02f2fa760f59493d1e7
SHA1: a3f3392471d4619ffb2d8f086dd6790f07eab316
MD5sum: b3c3d9e90c5d665f1d979411a74560c5
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-tablelog-dbgsym
Source: tablelog
Version: 0.6.4-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-17-tablelog (= 0.6.4-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-17-tablelog-dbgsym_0.6.4-3.pgdg+2_arm64.deb
Size: 54296
SHA256: c1edfbf4561a595a4f25581ddb58072ca5eac34f1d2e8697e520dfcaddaf3791
SHA1: 8f23f2a56a743ea9bb62847fde23fb5f63142643
MD5sum: 4717f4f8ebc301bc3b8deedd79ae1760
Description: debug symbols for postgresql-17-tablelog
Build-Ids: a3fab87c4e243de721f3f47df58c0712877efcd1
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-tdigest
Source: tdigest
Version: 1.4.1-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-17-tdigest_1.4.1-2.pgdg+2_arm64.deb
Size: 66404
SHA256: e283a57daf0b69d8f712ad6c0fcf81b3c0609dc6713240bfe82f0efb451bade4
SHA1: dda7a1919525b1af4f572d5b6f37abc871d55d77
MD5sum: eae1281943f28bbfd3c2019aa0e23b08
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-tdigest-dbgsym
Source: tdigest
Version: 1.4.1-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-17-tdigest (= 1.4.1-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-17-tdigest-dbgsym_1.4.1-2.pgdg+2_arm64.deb
Size: 52464
SHA256: c10da73f90aa048d481e6d4d8d95932c8a639c8ebc19c660ff59fe41c15109d5
SHA1: fbe88cdbf9dbd60ffa706400d68930300278e44e
MD5sum: 6d6540a8e60cde9e15f7b7770f4c9a34
Description: debug symbols for postgresql-17-tdigest
Build-Ids: 6d4967d4567c84f4b74dd12001488bfd21db9dce
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-tds-fdw
Source: tds-fdw
Version: 2.0.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 331
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-17-tds-fdw_2.0.4-1.pgdg+2_arm64.deb
Size: 133764
SHA256: 847c51f8c6ec98617deea0c1a28a081372f61d0068ba95c80aaf979a13da8fb8
SHA1: 2e7faa640ac2dea8b641bfc60416ce4033ce3fbe
MD5sum: 02ab2be729a4d2463427e706e78b6a88
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: postgresql-17-tds-fdw (= 2.0.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-17-tds-fdw-dbgsym_2.0.4-1.pgdg+2_arm64.deb
Size: 145420
SHA256: ac2eb692c9f9bac4fdadaadb77ecc5f7a02151c807411b78b7183654694e6626
SHA1: bca87f20d127897fbf05cab2b4ad19e726e5088d
MD5sum: 58b3b514e4c0ece6773b631473e6e89c
Description: debug symbols for postgresql-17-tds-fdw
Build-Ids: ff8108348bc53b884cbce81342f3ababf06f5581
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-toastinfo
Source: toastinfo
Version: 1.5-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-17-toastinfo_1.5-2.pgdg+2_arm64.deb
Size: 13548
SHA256: d4bf5105e203101758c4ed5a47a03e70a4ea5a3baac6caa1bb8b9c26f837ed53
SHA1: 20cab095b2242d7d93b70a10ccc8c6e2d37b0cfa
MD5sum: 37c0c84fed4f8c2104aab7d3ad62ec30
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-toastinfo-dbgsym
Source: toastinfo
Version: 1.5-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-17-toastinfo (= 1.5-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-17-toastinfo-dbgsym_1.5-2.pgdg+2_arm64.deb
Size: 11856
SHA256: 5884efbef1346a468a7dcbd2e6cc9d53c99338d8ee374254d62498a005915606
SHA1: c3bf870d26b355284c2b4792c23d6dfe08ac7005
MD5sum: e7845963ad4e34929e36eec61ff754d9
Description: debug symbols for postgresql-17-toastinfo
Build-Ids: d6acfc604f4be44495c3a90f5315cf1c537348fb
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-unit
Source: postgresql-unit
Version: 7.9-1.pgdg+2
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 507
Depends: libc6 (>= 2.38), postgresql-17, postgresql-17-jit-llvm (>= 16)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-17-unit_7.9-1.pgdg+2_arm64.deb
Size: 135612
SHA256: 104d9b19ea4d190962eea5d6331202e3be0e768e2dd8098473889314c4c7712e
SHA1: 74f12427961baf5d1f2d9af887a337bdd9b69749
MD5sum: b5cfaa5ac44b91e200e5123cc8684559
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-unit-dbgsym
Source: postgresql-unit
Version: 7.9-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 86
Depends: postgresql-17-unit (= 7.9-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-17-unit-dbgsym_7.9-1.pgdg+2_arm64.deb
Size: 64028
SHA256: e37044631fa95893c9007204e3f8a05eae9490c63787813455cf25827720e8ec
SHA1: 85c176b1cb41751cea0134d488ee027cce0cacd6
MD5sum: 9d9adcc33f7649a9090dfcf0c43abcfa
Description: debug symbols for postgresql-17-unit
Build-Ids: 0c2403cd92478140ecd9ba5ec39e040c1497d9bd
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-wal2json
Source: wal2json
Version: 2.6-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-17-wal2json_2.6-2.pgdg+2_arm64.deb
Size: 65260
SHA256: 8c0895825c7d5ab8fe1c9393edbc741a30bc5f95a36c721e70a5bce8afc64194
SHA1: 144cb5eeb74eb012655970f47c13cd080565f4c8
MD5sum: 42fd43f7cf9f0ba85a40a4eb01d4a5a5
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-17-wal2json-dbgsym
Source: wal2json
Version: 2.6-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-17-wal2json (= 2.6-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-17-wal2json-dbgsym_2.6-2.pgdg+2_arm64.deb
Size: 78216
SHA256: a64b21b3b654b7a6713ed6a253d448f6e3f966656b9d171c693713855ca28285
SHA1: 8a9d5f5c2201ff55e2768180b36d9bd298ae4a85
MD5sum: be1591397d80a34b062c2d73c9fb2cd1
Description: debug symbols for postgresql-17-wal2json
Build-Ids: b76300579b344c5105df23434c9a5e9135867d8f
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-all
Source: postgresql-common
Version: 264.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: libecpg-dev, libpq-dev, postgresql-common (= 264.pgdg+1), postgresql-server-dev-all, postgresql-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12, postgresql-13, postgresql-plperl-13, postgresql-plpython3-13, postgresql-pltcl-13, postgresql-14, postgresql-plperl-14, postgresql-plpython3-14, postgresql-pltcl-14, postgresql-15, postgresql-plperl-15, postgresql-plpython3-15, postgresql-pltcl-15, postgresql-16, postgresql-plperl-16, postgresql-plpython3-16, postgresql-pltcl-16, postgresql-17, postgresql-plperl-17, postgresql-plpython3-17, postgresql-pltcl-17
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_264.pgdg+1_all.deb
Size: 12408
SHA256: a782dd54efc610640acc16c66f042a563c1c37a6820d326ce2c3deb905e75f40
SHA1: 91030cbb43887a3243bcaf30e2fff37fdcb33cbb
MD5sum: 79b1308f3d4e5976e939d1a1d87dcd90
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-client
Source: postgresql-common (264.pgdg+1)
Version: 17+264.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-client-17
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_17+264.pgdg+1_all.deb
Size: 12276
SHA256: ab5099fc82272a70f918ea38f3a1fa3db2963eddbb578362370f6a6d9d067c5b
SHA1: aaefa355fa500a389a8c7a7208861916868d9f3a
MD5sum: 52763aa7088ef2f1ccad9831ecf67256
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-client-11
Source: postgresql-11
Version: 11.22-6.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7313
Depends: libpq5 (>= 11.22), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-11, postgresql-doc-11
Conflicts: postgresql-server-dev-11 (<< 11.6-2~)
Replaces: postgresql-server-dev-11
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-client-11_11.22-6.pgdg+2_arm64.deb
Size: 1472424
SHA256: e1d938c281776dffd6acaad6b02f08ac8b4e046318d6894409ca680862e4abd0
SHA1: 62dde0eb5391e027c8fdba1f872b2426c99360eb
MD5sum: b500bddb1b610d078483ec21b0617a32
Description: front-end programs for PostgreSQL 11
 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 11. If you install
 PostgreSQL 11 on a standalone machine, you need the server package
 postgresql-11, 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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-client-11-dbgsym
Source: postgresql-11
Version: 11.22-6.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2020
Depends: postgresql-client-11 (= 11.22-6.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-client-11-dbgsym_11.22-6.pgdg+2_arm64.deb
Size: 1704204
SHA256: 5d76c5e6976e84b4e8c13208e8305be0841c32ded23c749415044a7607e74779
SHA1: 0489514172bcf9af6aae0ef2702ff3ad2ce102f0
MD5sum: 9ab536fc5d558440e98846edc4307838
Description: debug symbols for postgresql-client-11
Build-Ids: 164999ecbc207e8b277c34d7699258f81b3ff4c2 207c731867d7037ec8ce7c4367c4d6a7e77fa2f8 37fde91f8a969061acf79238f83cc495b9c56e8b 3ea0447529520fd1d58ad07934475c3f3d189877 6daf8e4489d046e07a4fdfe10e87838591244f40 78b225fb44f3548f0227cc2510f34dc46ef2385c 7ee883c25bef4c938e28906d5a417c2e6d49cdbb 9d64eab81878fecde46b7afe53c8507576095e07 d0d70840324cfb998ab2b404b573579ccabea979 d723ee88b9bc25c64dd0f01b4b6807a2e7cf435b d7702dbb60b7240f30328ed9170a3af1622620a6 da37a36f3cfc4440ea69552711340dc87068eafd dfedc1245d902ce50128c7cc55e35988b608f4fc e2655d40274272c63c37e80cda25421bbb53ff42 e39618defd815bd861c18fd913d03873b7aa9840 e4fa7a1b57c3bfd463bdee0d93a865321993ac74 f43fc052fa0a2b532118ee5fdf7548396927279f
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-client-16
Source: postgresql-16
Version: 16.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10270
Depends: libpq5 (>= 16.4), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-16, postgresql-doc-16
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-client-16_16.4-1.pgdg+2_arm64.deb
Size: 1874928
SHA256: 48b1e64e04a8cd2db19cb0047f2c8f89ecc4a4e5e3502090b704f6b5842cad81
SHA1: 3f0bbb565277604721b3ccdf1d5ec6a334450422
MD5sum: 22b144bbff31b640e8cf9e5ddacf2307
Description: front-end programs for PostgreSQL 16
 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 16. If you install
 PostgreSQL 16 on a standalone machine, you need the server package
 postgresql-16, 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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-client-16-dbgsym
Source: postgresql-16
Version: 16.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3076
Depends: postgresql-client-16 (= 16.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-client-16-dbgsym_16.4-1.pgdg+2_arm64.deb
Size: 2600476
SHA256: 4b702b5f1e53d1f17d2fcfb1cc7c9a38e72a820a6f5cc0157cc07098622fca46
SHA1: 157b01eb326e2ca0b23d4aa31c5e4053c2516fe9
MD5sum: 011e4c9898a4d11adb0b73da934c160c
Description: debug symbols for postgresql-client-16
Build-Ids: 12940fc8de277dcb81fabe524e5854f6058cc52d 13d1505a9c313acbfa82a36422a604ca478e1098 1ba546ec81a5f1bf10b24f6673e3b803d915f60c 1fc55a919ffd5aef185fafa317b99ccb08bc182b 20ec6e235b3d288a8d33639e82638a2a1fec67f2 26eae2106e3deabc6c66df6eb31dddec35675d64 2da3e31ea60490dae2413bc14346aac6b1ba5c14 3af081e785244676439353c1fb1fe6b271e40a79 515f51eef2e30086b54dc1d58c190697e5d0cfb7 5439707e063b14cfb2e0437a594cc8f958e43459 5f8e110ac1c552730c162329340fffb71c329283 68cbec3727046a14c6ee52ae1d21968fe9b4c88e 6ac10fcacf89fd4c72a2ccd2f3cab2ac31ab30c3 6f0f0c25f2c4a5c3fcc63a05bb87acdc1cc4854f 713b1b3a74fc42ed5fb5e0155a1476469501b222 7c633138f641ef1c9aa4cb1cf0923dc25a7cf9a8 81756adb0f19f98ac57a291dbfe11cac2d8db224 bebbb604f23d2e360d79ec023697bd197c60bbe2 db281034cc463cc30b4b5500c6e402a92f012f6a f09b1b09a8264ce38b1f0d98fd3dd0be465e8efe ffcdfd3d7fb7cb66e934467bb42d9df329751a32
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-client-17
Source: postgresql-17
Version: 17.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10814
Depends: libpq5 (>= 17.0), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-17, postgresql-doc-17
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-client-17_17.0-1.pgdg+1_arm64.deb
Size: 1961536
SHA256: 6acaa944f03a7d6750f028d47712ae3b8e71333d566c39bb6ae867454818bad3
SHA1: de77a4bbffcab8c9533d4c8b0fbf22359eafe065
MD5sum: 9363a8c5f7c368b70d7f74c23bbe4bf8
Description: front-end programs for PostgreSQL 17
 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 17. If you install
 PostgreSQL 17 on a standalone machine, you need the server package
 postgresql-17, 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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-client-17-dbgsym
Source: postgresql-17
Version: 17.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3336
Depends: postgresql-client-17 (= 17.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-client-17-dbgsym_17.0-1.pgdg+1_arm64.deb
Size: 2828636
SHA256: e1f8d78913bb5caa9a859f16e8c66aaaf64b4d250ab74879bc673c383b7ac27f
SHA1: 86791a2c7111fe7dcceedfa553917c2d65cbc0c7
MD5sum: 1b76cdcf5827241223d56d2de08923d8
Description: debug symbols for postgresql-client-17
Build-Ids: 01733cd26f89ad50744df5fddf36e48f5ba6ce1c 317e55282ab83057c808c4053f6c2bf2bac8264e 3dfd5b6c853d30ee4feddab45662fae6d303681b 5025b71f616a081fad4cd2e04f135cfa8e27223f 552dbf4e78caffa986b250d6914e5974eded14c0 66d5bd2114a4fd487fcdaaaa6f3b24e765112814 6c664601e54f8567fb6de65c0d25847b051af5cc 6e5e275beb356412296ac84efee6b56c530ccfca 717d330531a47b419782eb33b7efbcb7b957bdd7 7e1cb14e68dd49f3286f58713627611a5a905156 99f4558ed1df3a1151806c1c582a83cc88456e47 a5a6133d5f8e798473c1572a300e98cb41da0228 a8d3ef16938f5992eba058b601405439221ec4e3 aa49d580dd5efa0caeebe61c61d64f119d12cbca b21e2d4b5842200943d9d985504630da3eb9fcb3 b29a6ccbb0fc6f1c4bc84f817253312ed687e868 b7f2048d9191bab66c1e486a025a20974810ae3e c89381a243db3f2f209f7f07d21bec0bdfa1e907 d214cf94c9dbcbd127270fd01da0626059a1255c d3e42cf5fabdc458b71e3343531783bd61ebe96e eca429f475082c6b80eb40d625dd592cca27f644 ed992364617d25912986cee583c972daee41a72a
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-client-common
Source: postgresql-common
Version: 264.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: netbase, perl:any
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_264.pgdg+1_all.deb
Size: 36412
SHA256: c8be3f8078f7249aa0978b54bbf7cde77695a35b4e37a98f1007920ef8d54c74
SHA1: 6c7da611d838ed9495fd3af198f24956bfc2c9b0
MD5sum: 4e640a5a5e5e44b9c23a05d28d54402f
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-common
Version: 264.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 653
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, libjson-perl, sysvinit-utils (>= 3.05-4~) | lsb-base, postgresql-client-common (= 264.pgdg+1), ssl-cert (>= 1.0.11), ucf, perl:any
Recommends: e2fsprogs, logrotate
Conflicts: pgdg-keyring
Breaks: postgresql-9.1 (<< 9.1.1-3~), postgresql-server-dev-all (<< 204)
Replaces: pgdg-keyring, postgresql-server-dev-all (<< 204)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_264.pgdg+1_all.deb
Size: 169212
SHA256: 9d46d94f61b1c2f72176a1bdd7ac242bef4564416896412834679c21dd05823d
SHA1: a6c1d1f7287c10254ff2135c3eb96eff428004b5
MD5sum: 187524ab9bfb70b29cb94fa755d7fbce
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-contrib
Source: postgresql-common (264.pgdg+1)
Version: 17+264.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-contrib-17
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-contrib_17+264.pgdg+1_all.deb
Size: 12272
SHA256: c1ef154866be86c8dfc7812ca732b058f9b9ec8aa39a0bff5ae46e28377c687f
SHA1: 509e12f773297e7913675af78fdf02adae3fc4bd
MD5sum: b839f03389ca865fabf59b017e6d9b98
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-doc
Source: postgresql-common (264.pgdg+1)
Version: 17+264.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-doc-17
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_17+264.pgdg+1_all.deb
Size: 12268
SHA256: 4bddf01905e00f4e307f93b7f7d6840b6f3de4b9952246b6cb543ab5a88c2030
SHA1: e6baf263e32080360d71531dd04cd5a1b47278e0
MD5sum: 8de2c1ec87020280ef02b5e0d4c639de
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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-doc-11
Source: postgresql-11
Version: 11.22-6.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14658
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-11/postgresql-doc-11_11.22-6.pgdg+2_all.deb
Size: 1888156
SHA256: 19a469b201d5717d56e39036408815d125d55932155e386acdbe661f14067cb5
SHA1: 7e259bfeec51b3098cbfe5c1fe8eca4297d86baa
MD5sum: 0f8ed7a0b5c8746fe4f9c669646f212c
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 11. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-doc-16
Source: postgresql-16
Version: 16.4-1.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16622
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-16/postgresql-doc-16_16.4-1.pgdg+2_all.deb
Size: 2094304
SHA256: 00490be1277a3113df2b4f1c8247d19cfb7f3adb4f952adebc5a4c60ea666650
SHA1: 1c0b8604e40bbbb37f6cf11efc6ec9c39b01bb2a
MD5sum: 895e9aa9992b01d6639bea4bf059b984
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 16. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-doc-17
Source: postgresql-17
Version: 17.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16817
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-17/postgresql-doc-17_17.0-1.pgdg+1_all.deb
Size: 2109548
SHA256: 2a5280aee3bfa1bbce0885436def99db586473cab1535aa8744d5c2f55378313
SHA1: bb640f34f2b92aa3ece9528cd89f214d0c310eed
MD5sum: 85d48cb13d8f5a1b37bc5db4a5d680d0
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 17. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-pgrouting
Source: pgrouting
Version: 3.6.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 47
Depends: postgresql-pgrouting-scripts, postgresql-17-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: metapackages
Filename: pool/main/p/pgrouting/postgresql-pgrouting_3.6.2-2.pgdg+1_arm64.deb
Size: 21936
SHA256: 970b8428be44abed31b9733f53ba951d7f7f7959e35a2d4396f8bcc2cf89250b
SHA1: bd20cc5a6818e3fdea402755b164821ca1f43231
MD5sum: 142554a245ad4221a0e378c43f6ff404
Description: Routing functionality support for PostgreSQL/PostGIS - Metapackage
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This metapackage depends on the PgRouting package for PostgreSQL 17.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-pgrouting-scripts
Source: pgrouting
Version: 3.6.2-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 47
Depends: postgresql-17-pgrouting-scripts
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: metapackages
Filename: pool/main/p/pgrouting/postgresql-pgrouting-scripts_3.6.2-2.pgdg+1_all.deb
Size: 21956
SHA256: 7f8766b5733d651554189da60ab61ea7a1a379973129620b3fe2377978791925
SHA1: 7ba37e89deec814d6069b710526b47896467dae0
MD5sum: ce18f0682e6bc4ef03e9286b94d6ef58
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts metapackage
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This metapackage depends on the PgRouting scripts package for
 PostgreSQL 17.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-plperl-11
Source: postgresql-11
Version: 11.22-6.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 439
Depends: perl, postgresql-11 (= 11.22-6.pgdg+2), libc6 (>= 2.34), libperl5.38t64 (>= 5.38.2)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plperl-11_11.22-6.pgdg+2_arm64.deb
Size: 65624
SHA256: e39b3c86536c15689c2479f706730e4965aced4dfd62b32b600874dee38c7a94
SHA1: 3da8be46ed88ca25097e1cd84ffd879e73c67c07
MD5sum: df724a5ea8538a8be187a9e6076c1fec
Description: PL/Perl procedural language for PostgreSQL 11
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Perl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-plperl-11-dbgsym
Source: postgresql-11
Version: 11.22-6.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: postgresql-plperl-11 (= 11.22-6.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plperl-11-dbgsym_11.22-6.pgdg+2_arm64.deb
Size: 180392
SHA256: da57cd8b4ade36e16cb0f9191032285ae80256db53d5d3989430cfb5a18e0d1c
SHA1: ba603b696f748a82b4290f9eb16d72de0cf677f2
MD5sum: e208598c55faa0f5a75bea1d49499b14
Description: debug symbols for postgresql-plperl-11
Build-Ids: 0f34624560f8b9f631f9cef458de5c3d501af4e1 1f2c0d2ddb78a5913d2eb0798e1f524e9405c0f3 adac806c2868f3cf0d17570fc13686fb47e2b567
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-plperl-16
Source: postgresql-16
Version: 16.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 586
Depends: perl, postgresql-16 (= 16.4-1.pgdg+2), libc6 (>= 2.34), libperl5.38t64 (>= 5.38.2)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plperl-16_16.4-1.pgdg+2_arm64.deb
Size: 87996
SHA256: b2914ae7c0204e66bc7aec47246a5a6bcd342d4f46c507fc5debe9f8b5804beb
SHA1: d7014db6dcbc235794b0120aefd265527e70fa98
MD5sum: 1f8ff2071964555e501a8fc157a9cf0b
Description: PL/Perl procedural language for PostgreSQL 16
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Perl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-plperl-16-dbgsym
Source: postgresql-16
Version: 16.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 243
Depends: postgresql-plperl-16 (= 16.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plperl-16-dbgsym_16.4-1.pgdg+2_arm64.deb
Size: 196668
SHA256: a1717adacc2bd56fd981a195da484468b7a33cb9f2fff79e4aeace74652d65b7
SHA1: bee0be18e1f1e487721a5defbbbd621183081a6c
MD5sum: e4d4fd7919424603185cfbfcb8681daf
Description: debug symbols for postgresql-plperl-16
Build-Ids: 189dc56d1afe2afb4428b1cf7de9d870ac393551 7ac6498bad1e147683cbbd8733901e57a3ae8bc2 91076706ae8d792672269da85ea17561df59e790 eb374d936aeee94069827347dffada7fc07746a4
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-plperl-17
Source: postgresql-17
Version: 17.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 583
Depends: perl, postgresql-17 (= 17.0-1.pgdg+1), libc6 (>= 2.34), libperl5.38t64 (>= 5.38.2)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-plperl-17_17.0-1.pgdg+1_arm64.deb
Size: 84712
SHA256: da954037b8200103980e0a5793887cb0985f889e10db041ab48110050f9b9249
SHA1: 46f580ce24ffa9ad21ed8a53d1273bd4d656acb4
MD5sum: de99f8a908599639285dc367f66bd7e3
Description: PL/Perl procedural language for PostgreSQL 17
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Perl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-plperl-17-dbgsym
Source: postgresql-17
Version: 17.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 246
Depends: postgresql-plperl-17 (= 17.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-plperl-17-dbgsym_17.0-1.pgdg+1_arm64.deb
Size: 199928
SHA256: 07568e30f05a82a4f2f13de766cad5cd89b063b5e81bdee88805bf2230680900
SHA1: 2888576ec9b0888bdad262edb0e49e089b2d95f7
MD5sum: 207f80366da1cade1021b31f89f0233d
Description: debug symbols for postgresql-plperl-17
Build-Ids: 0d86f69f99e9cdab60bbdaaa45af332cbd0a30c7 68a1e71694766e0130752d6fbe1c99fb27308a08 c7f14a0bdcf70d50b3c0edc04f2ea0d371f11abb dceb1c92a01b83cc9d271a9293033c004b8efd47
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-plpython3-11
Source: postgresql-11
Version: 11.22-6.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 387
Depends: postgresql-11 (= 11.22-6.pgdg+2), libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11_11.22-6.pgdg+2_arm64.deb
Size: 58868
SHA256: 4f4d98c01ac73740eda15f21ade87e760aa5707cbfa316f2bcfd107f853e9386
SHA1: 13d22ad273d03e7a2c706d8780cbe18e4a8c0fb3
MD5sum: 38bf666d74bc9db13fb3284f584e616f
Description: PL/Python 3 procedural language for PostgreSQL 11
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Python 3.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-plpython3-11-dbgsym
Source: postgresql-11
Version: 11.22-6.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 228
Depends: postgresql-plpython3-11 (= 11.22-6.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11-dbgsym_11.22-6.pgdg+2_arm64.deb
Size: 175520
SHA256: a8f384fdf0330b9b3aa5d01879b4ebc34b5df7f05a03e02eb02969264f54afaf
SHA1: ee33ff99e058142ec8ff9fd88e4372b322ecd5d2
MD5sum: 23af2e87a8011ac183d69a15618daff9
Description: debug symbols for postgresql-plpython3-11
Build-Ids: 25c136de9f71a37b69343ff27b54dd700469feca 6980d8ac53fdcdce0ffab54ac75e82e89a94a968 6ded8c9835d7b18c6ee1b0f0919524c6f648d64c bcab206b99525299c3818d0ecb0cae5ccbd65f10
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-plpython3-16
Source: postgresql-16
Version: 16.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 685
Depends: postgresql-16 (= 16.4-1.pgdg+2), libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16_16.4-1.pgdg+2_arm64.deb
Size: 108892
SHA256: aafe8febf17ccfd51adffbe23927c20132820d765a6386c1151d40fa8dbb74a1
SHA1: c8d2880c6aff7af07acc81379e63d31bffadb648
MD5sum: c71e8e9d079d7ccd841a480f1e9ea8dc
Description: PL/Python 3 procedural language for PostgreSQL 16
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Python 3.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-plpython3-16-dbgsym
Source: postgresql-16
Version: 16.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 238
Depends: postgresql-plpython3-16 (= 16.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16-dbgsym_16.4-1.pgdg+2_arm64.deb
Size: 186200
SHA256: 839bdb04431995e3336dc3df343545dac6d728e9eee15510ae64c4c821c75380
SHA1: 1b32f49b5e0b4f0e1262f9f5fb5d181e9eb9e26e
MD5sum: 2ac59c6a222fad29aae5956a899d91d4
Description: debug symbols for postgresql-plpython3-16
Build-Ids: 4975852883f7061d944854ad1263c1a93fe04261 53fabeb8c6fc863664b3a4edd246b596b7c48552 9716dcf1bc6698c904032788371794dabe46215e b3d178740da5a491139e55570be77f6a337513a8
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-plpython3-17
Source: postgresql-17
Version: 17.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 682
Depends: postgresql-17 (= 17.0-1.pgdg+1), libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-plpython3-17_17.0-1.pgdg+1_arm64.deb
Size: 105144
SHA256: b27688ca1a50c4d100b98ad31d25427ca9c23de0e6ef624169fb84ba37afd304
SHA1: 494c44945e4a9f87cbc5377b517b0dbf30f98da9
MD5sum: 1cc0675e49da93a7a694e4e4bafe302f
Description: PL/Python 3 procedural language for PostgreSQL 17
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Python 3.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-plpython3-17-dbgsym
Source: postgresql-17
Version: 17.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 241
Depends: postgresql-plpython3-17 (= 17.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-plpython3-17-dbgsym_17.0-1.pgdg+1_arm64.deb
Size: 189692
SHA256: 131f6733438c8f54cfc562a2935b6059e589d7e90775fc5dd6ed52a8dead8941
SHA1: 6ac07eccffc3d847a55818344eaa544f47e09489
MD5sum: 68f0390361ab23f1dafe0f5c77e64cad
Description: debug symbols for postgresql-plpython3-17
Build-Ids: 1f5fb7f0ac4bdc3dafbdef66769510ea26eac220 31c9c1e8ced1a5251766a9ca410ce2a8c9d01a9a 47ee6bc0b23a07159ca698eb5b6041af2a026638 eeb53fe7623d6592ccf3c8eeba53cfb6fdd388ef
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-pltcl-11
Source: postgresql-11
Version: 11.22-6.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-11 (= 11.22-6.pgdg+2), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11_11.22-6.pgdg+2_arm64.deb
Size: 41208
SHA256: 46324b143b92eac4306d73ffe02b053a01fe89df8691e3226af8153288e9919e
SHA1: 13b03fb477d163e0424988492f131324da3ffc07
MD5sum: 1abc484711efc83ec25ff9a91d7441f1
Description: PL/Tcl procedural language for PostgreSQL 11
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Tcl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-pltcl-11-dbgsym
Source: postgresql-11
Version: 11.22-6.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-pltcl-11 (= 11.22-6.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11-dbgsym_11.22-6.pgdg+2_arm64.deb
Size: 69960
SHA256: 56e7e8eb0d9a8ac1658e1e4ad4bfe1dedc253b9bd9d5bfcdfe05de8397184ac7
SHA1: c7bc31f9014796e2b945a81674098b5e00d6af90
MD5sum: 24dc1e0cd80e0bf3a25eb3cfd62866c1
Description: debug symbols for postgresql-pltcl-11
Build-Ids: 99f768dba8aca045169a059273ae7c2dc1ff190c
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-pltcl-16
Source: postgresql-16
Version: 16.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 205
Depends: postgresql-16 (= 16.4-1.pgdg+2), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16_16.4-1.pgdg+2_arm64.deb
Size: 40272
SHA256: 8bfa3a64ddb2405da910aab53a1db3c17016e6dd716b0a69cdf3324703034679
SHA1: b13cf96b7ee73bc55c3ca44eb497387f62067290
MD5sum: 3a79334fe106e34bae3ab8110ca4c153
Description: PL/Tcl procedural language for PostgreSQL 16
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Tcl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-pltcl-16-dbgsym
Source: postgresql-16
Version: 16.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: postgresql-pltcl-16 (= 16.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16-dbgsym_16.4-1.pgdg+2_arm64.deb
Size: 81736
SHA256: cef5aa798a7fa3c4f628bdc1dc2c49e74ffbb04f88a54187db1afb590c5bca39
SHA1: 82f4e6484d57fa4380e665c5092b1e29874ced77
MD5sum: c31bdf22c93657499c525054507bc176
Description: debug symbols for postgresql-pltcl-16
Build-Ids: 29fe5f633f1aadba30e307a782f8d05e0055a2ab
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-pltcl-17
Source: postgresql-17
Version: 17.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: postgresql-17 (= 17.0-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-pltcl-17_17.0-1.pgdg+1_arm64.deb
Size: 36992
SHA256: 87e22cf398004214197ded0cd8d0f7e84ab22a597f3b94d8d62e6b9e025f90ae
SHA1: e879b04d3ab27db8600048bfdfd3713e7e288a4f
MD5sum: fa198fca7b153dc4c04af337998b42d2
Description: PL/Tcl procedural language for PostgreSQL 17
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Tcl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-pltcl-17-dbgsym
Source: postgresql-17
Version: 17.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: postgresql-pltcl-17 (= 17.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-pltcl-17-dbgsym_17.0-1.pgdg+1_arm64.deb
Size: 85160
SHA256: 26ccbbeb4d0c8b771e247342262c47391b8d71ce94decbefa66382407ce416e7
SHA1: 37df143a7a075b5b2f863bde25a71ec99489d60a
MD5sum: 1b2ff7ac5c977f662824a4f265576d33
Description: debug symbols for postgresql-pltcl-17
Build-Ids: dcd96b0488d23938edda3774ed350812cd73a49d
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-postgis
Source: postgis
Version: 3.4.3+dfsg-2.pgdg130+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 66
Depends: postgresql-postgis-scripts, postgresql-17-postgis-3
Homepage: https://postgis.net/
Priority: optional
Section: metapackages
Filename: pool/main/p/postgis/postgresql-postgis_3.4.3+dfsg-2.pgdg130+1_arm64.deb
Size: 20736
SHA256: 1f58416ec977bdda30cff126da0c8c4a9ee40c6d7d4a2beffc0cc251213b7679
SHA1: 671b582e622afe08fba6c668ade4e353d4741a42
MD5sum: dd75ceeae4d652f600be27fea9f107e6
Description: Geographic objects support for PostgreSQL -- Metapackage
 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 metapackage depends on the PostGIS package for PostgreSQL 17.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-postgis-scripts
Source: postgis
Version: 3.4.3+dfsg-2.pgdg130+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 66
Depends: postgresql-17-postgis-3-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-postgis-scripts_3.4.3+dfsg-2.pgdg130+1_all.deb
Size: 20748
SHA256: a2fd6629bad95a98cc47e84ee7776ef086919e505588c659c2e74bea60086e79
SHA1: 682ae050fa7e41f18a3dd91ac2af7d86abac140c
MD5sum: 02f41350a48cb0297c6f6529d3e07910
Description: Geographic objects support for PostgreSQL -- SQL scripts metapackage
 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 metapackage depends on the PostGIS scripts package for
 PostgreSQL 17.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-server-dev-11
Source: postgresql-11
Version: 11.22-6.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5073
Depends: libpq-dev (>= 11~~), postgresql-client-11 (= 11.22-6.pgdg+2), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-11/postgresql-server-dev-11_11.22-6.pgdg+2_arm64.deb
Size: 930232
SHA256: ec54e914fb26f9e39e4b9b241a84126ecc30eaec26dc6d35d84175059ca5cd4e
SHA1: bdcdcfa03e8e4ad73ae1fe01f0b1fda979d44b37
MD5sum: af9618c70734041abb04f2eeb1083a70
Description: development files for PostgreSQL 11 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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-server-dev-16
Source: postgresql-16
Version: 16.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7052
Depends: clang-16, libpq-dev (>= 16~~), llvm-16-dev, postgresql-client-16, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-16/postgresql-server-dev-16_16.4-1.pgdg+2_arm64.deb
Size: 1172776
SHA256: 68bc8a982ad1e1ebcac787b754b0a32ef6f6dd3340ae979a1e9bfd16e6882285
SHA1: afd2ec6e0173fd270695ccdcdbcf8928c221d0b8
MD5sum: 65c5ca093bde910b4690a443e79ba6ba
Description: development files for PostgreSQL 16 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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-server-dev-17
Source: postgresql-17
Version: 17.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8339
Depends: clang-16, libpq-dev (>= 17~~), llvm-16-dev, postgresql-client-17, postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-17/postgresql-server-dev-17_17.0-1.pgdg+1_arm64.deb
Size: 1311524
SHA256: 79f29dd7e665a222b84caf27ede700f717846250f22aa0963ee55b5dd8fc5aaf
SHA1: ff39a2fd40eeee5cb55db94e3e374215fae11cad
MD5sum: f4a87843d896157fb380143eac730e9a
Description: development files for PostgreSQL 17 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.
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-server-dev-17-dbgsym
Source: postgresql-17
Version: 17.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-server-dev-17 (= 17.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-server-dev-17-dbgsym_17.0-1.pgdg+1_arm64.deb
Size: 56840
SHA256: 38e2a3c81a641c3589703c8834b2015a57366622e758625274623a15652e317d
SHA1: db3e89de79fbd2754a74baa55d63a722856c63e2
MD5sum: 51bd9fbe4bdb80b93c99f9bf32097ea6
Description: debug symbols for postgresql-server-dev-17
Build-Ids: 6209eed7b828ad3c3dab21508ab4f509915b6bdd
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 264.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: make:any, postgresql-common (= 264.pgdg+1), postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12, postgresql-server-dev-13, postgresql-server-dev-14, postgresql-server-dev-15, postgresql-server-dev-16, postgresql-server-dev-17
Multi-Arch: same
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_264.pgdg+1_arm64.deb
Size: 20664
SHA256: 779f2f67528025678b24fae72ee4725e023b1634e43c63230fc898439afd482d
SHA1: 9379405b6ddd017680367b52de9838e08615d6e6
MD5sum: 82af90e8b9a2cf3a660b865727d38b1d
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, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 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.
Timestamp: 2024-09-26 14:07:31+00

Package: python3-rdkit
Source: rdkit
Version: 202309.3-6.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 27262
Depends: fonts-freefont-ttf, rdkit-data, python3 (<< 3.13), python3 (>= 3.12~), python3-numpy (>= 1:1.25.0), python3-numpy-abi9, python3:any, libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py312, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.34), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.2), libgcc-s1 (>= 3.0), libpython3.12t64 (>= 3.12.1), librdkit1t64 (>= 202309.3), libstdc++6 (>= 14)
Suggests: rdkit-doc
Homepage: http://www.rdkit.org
Priority: optional
Section: python
Filename: pool/main/r/rdkit/python3-rdkit_202309.3-6.pgdg+2_arm64.deb
Size: 4093940
SHA256: 0fd144a40c230aa1f732129f2e122c25dd9c73568005d126be54c82d8a247c69
SHA1: e1e87777a8e7bd0534b96c85f53ab60f5b246a57
MD5sum: e2dd4a89d36c6b3aefb89465b8f50da1
Description: Collection of cheminformatics and machine-learning software
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
Timestamp: 2024-09-26 14:07:31+00

Package: python3-rdkit-dbgsym
Source: rdkit
Version: 202309.3-6.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 65126
Depends: python3-rdkit (= 202309.3-6.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/python3-rdkit-dbgsym_202309.3-6.pgdg+2_arm64.deb
Size: 56046200
SHA256: 3343d7df647d69a10b835fe25d5013f29fff9340aeec8a5873a0356ea31258c2
SHA1: 6b9cc3612e71f667e04b4a49f865e7c42e8609fc
MD5sum: bd068b43d9dee3ae6e8cc4d651c456f5
Description: debug symbols for python3-rdkit
Build-Ids: 013fa16a866f7d51a6ccee0155ce5d45f71b9140 078bae9fee58a0028669b14704f86cb3fc5637cf 0a7e09f710136cdf45d534c35b746aac299eb89a 0d50c60f4f952d7f521366ab3d7f3cb3a43a4c54 1156c33129342bb22504d58f92e45aa2910f790f 1f19c4b70caeef1adb3a040455254edcfdcf6312 2050f12f36d16f9de5728059cc60d5a9bcf8f46b 26798be56cb157bb7b64876172bff761ce6c531e 27846524e5f0448b22cd303403be2eaf11f5f86e 28b5e2a99588bfd2fa154d666faa09923e806f7e 29a1631fc686446108c63c0dc3a380f735061c7b 2a90ab2dab4a0953799977102cf81b7b8e812a88 3161a2b9cb01c441c15c7814f188867e1caf162a 3190bf42546e2cea6c81159f4ddb4d80a94cadaa 3995d39084d0187c0f5d976c94cb9408d40494ff 3debf1f41f259746d3727bc82d15bcdf210290dd 3e4edd30f582c8b3757043f42409a85df7af6c12 40f27fdbb4862808bc52272f8d64e38359b10f01 4e61c0cb1ba2e5b42b6dedf1a411d6cd3e3ec34b 5418bd3e580fd3daf14e5ebcda775fc1b8fd87d0 551d933fb0b05266f92c54f115e183ab85c1575d 5e7617bc69650439abe65ecdec5c536b380f3152 5fbfc2a6c354b0f51b28bcd5efc31a3c02176ac7 620b76b763a2787eb95a8523838510178a7519c0 645b62df7be0cedb47701f96361d84be94aa8e1e 67270d2b7ebb64e88032774ac828628d005ef2d4 6954f5561477eef49bc4a4562f1e4eaaae83c845 6e5aa896d7170ab18a8e4f0e51c5c4a761813e0f 80434608ff761b1736ccf8a7b5d71cd01813bd54 820489cc315ee19cfe7835a4471b73e906f38be6 86e159361f98cdab595ea1d11855087f281a27ac 8ad9a616312a268f5ca6e687f2beac2c3720bb22 9874f6d2a854173e1c5687d18f7ea2a8afe3f520 9e6b2360aea66d0d72a7761b8f34468d55b9fe6b a281bdff908b6398c66f310f3c20fab0ce6ff989 a558dff91e24367184f7dda94c1c89095655f916 a842a10aaf63c55dd8dc508bfdcb834e3a5f1190 b2ef29c586c32c1582b47a8a370b0afff854c729 b81b99f8b90e0e282a135975cd5234d288b696b9 c6cc1b24f384ffe2e8e651d352e6bdd7f0ed2b11 c7779188f5b75acbeb9da6fcf5a130f4e3ec4af3 c92959a3d59639cd10c73a95bf6e5c292d6f5716 ce43975507d04408178d9d44a7ba9f086077f0e5 d1793e78af762c7a55ec683de41f91421351e1c5 d908c94f03a8f5585845f4118e3d69b4d8fbbb0b db87b5e49b2ed28b773227c1e9117889988172bb dc8f23b1fe2367237b52f6e263120962a4ceb28d eab756a335d0c645d0a1f0d6b2102d65452c6368 f18c3d8c4a25844183c452757efbd93c2467a51f f25547af0c20b90817d3fbb90d71ca1c2000d0ed f965fa01d97ca6153d4d8b628321ca85ab56cc1d fe8b70e918e9daa4024933cd351b67ee65e33fc8
Timestamp: 2024-09-26 14:07:31+00

Package: rdkit-data
Source: rdkit
Version: 202309.3-6.pgdg+2
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 58437
Homepage: http://www.rdkit.org
Priority: optional
Section: science
Filename: pool/main/r/rdkit/rdkit-data_202309.3-6.pgdg+2_all.deb
Size: 13081900
SHA256: 1f01f903b9bd031a99c3bdb1ffc6bc56c99e00db34e4de5ce7379ceeb4f7aea4
SHA1: cc4ab36e8b3baf9d3138fb991208ae6838ca6402
MD5sum: 4047ef5dcdabb4e600157f09ad61a03f
Description: Collection of cheminformatics and machine-learning software (data files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains data files.
Timestamp: 2024-09-26 14:07:31+00

Package: rdkit-doc
Source: rdkit
Version: 202309.3-6.pgdg+2
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 74916
Depends: libjs-jquery, libjs-underscore
Homepage: http://www.rdkit.org
Priority: optional
Section: doc
Filename: pool/main/r/rdkit/rdkit-doc_202309.3-6.pgdg+2_all.deb
Size: 6102436
SHA256: 0cb468691ffe9052b3447217f6dc26f2ad568a1252a412cf10b7322e883f551e
SHA1: f3ff7631b3767fdcd8356a7d30cd04d51de764c0
MD5sum: 74b5684935c3c039b71c1dc6c615c950
Description: Collection of cheminformatics and machine-learning software (documentation)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains the documentation.
Timestamp: 2024-09-26 14:07:31+00

Package: slony1-2-bin
Source: slony1-2
Version: 2.2.11-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 887
Depends: logrotate, postgresql-common, perl:any, libc6 (>= 2.34), libpq5
Recommends: libdbd-pg-perl, ntp | time-daemon, postgresql-17-slony1-2 | postgresql-16-slony1-2 | postgresql-15-slony1-2 | postgresql-14-slony1-2 | postgresql-13-slony1-2 | postgresql-12-slony1-2 | postgresql-11-slony1-2
Suggests: libpg-perl, slony1-2-doc
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.11-6.pgdg+1_arm64.deb
Size: 204796
SHA256: e9809a70b04ff9c7c33c98c4bc6acf7f0ae2871e1373d57613c3861ca6fc36e4
SHA1: 484481671d55611b85e708542d1118bd7d5a125d
MD5sum: cbc1252199e39476eac858bfddd3ae6f
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.
Timestamp: 2024-09-26 14:07:31+00

Package: slony1-2-bin-dbgsym
Source: slony1-2
Version: 2.2.11-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 345
Depends: slony1-2-bin (= 2.2.11-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/slony1-2/slony1-2-bin-dbgsym_2.2.11-6.pgdg+1_arm64.deb
Size: 292608
SHA256: fa241918bee80996d32f6d6a6dab424cd563b796d196bceba828d97aa60db4e1
SHA1: b43f569d036dd72c5e9ca2ea4341a32dff537989
MD5sum: eccd0f4db2f314864e38e9e154472629
Description: debug symbols for slony1-2-bin
Build-Ids: 63144f2bc849a8148a2be02900930f618686cc76 66d43500d3a1df5037be25783e18ae04b61d26a9 cb528af1769707b17fe3db7acfee24e79b4e9844
Timestamp: 2024-09-26 14:07:31+00

Package: slony1-2-doc
Source: slony1-2
Version: 2.2.11-6.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1878
Conflicts: slony1-doc
Provides: slony1-doc
Multi-Arch: foreign
Homepage: http://slony.info/
Priority: optional
Section: doc
Filename: pool/main/s/slony1-2/slony1-2-doc_2.2.11-6.pgdg+1_all.deb
Size: 324172
SHA256: 42c2ca8b81758367e1f6f92dbc0c82cc4d7e909b50ff5ff3a827bea7e05c0d7e
SHA1: 30d26502bc2340d3d097b1c0346b13d392c6e3e5
MD5sum: 759f317ea86ac2893be6475baaaecb40
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.
Timestamp: 2024-09-26 14:07:31+00

Package: vip-manager2
Version: 2.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14254
Depends: libc6 (>= 2.34)
Enhances: patroni
Conflicts: vip-manager
Replaces: vip-manager
Built-Using: etcd (= 3.5.15-7), golang-1.23 (= 1.23.1-3), golang-fsnotify (= 1.7.0-1), golang-github-coreos-go-systemd (= 22.5.0-1), golang-github-coreos-semver (= 0.3.0-1), golang-github-golang-protobuf-1-5 (= 1.5.4-1), golang-github-hashicorp-hcl (= 1.0.0-1.1), golang-github-josharian-native (= 1.1.0-1), golang-github-magiconair-properties (= 1.8.7-1), golang-github-mdlayher-arp (= 0.0~git20220512.6706a29-1), golang-github-mdlayher-ethernet (= 0.0~git20220221.529eae5-1), golang-github-mdlayher-packet (= 1.1.2-2), golang-github-mdlayher-socket (= 0.5.1-1), golang-github-mitchellh-mapstructure (= 1.5.0+git20231216.8508981-1), golang-github-pelletier-go-toml.v2 (= 2.2.1-1), golang-github-spf13-afero (= 1.11.0-1), golang-github-spf13-cast (= 1.6.0-1), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-2), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-github-spf13-viper (= 1.12.0-1), golang-github-subosito-gotenv (= 1.3.0-1), golang-go.uber-atomic (= 1.11.0-1), golang-go.uber-multierr (= 1.6.0-1), golang-go.uber-zap (= 1.26.0-1), golang-gogoprotobuf (= 1.3.2-3), golang-golang-x-net (= 1:0.27.0-1), golang-golang-x-sync (= 0.7.0-1), golang-golang-x-sys (= 0.22.0-1), golang-golang-x-text (= 0.16.0-1), golang-google-genproto (= 0.0~git20210726.e7812ac-4), golang-google-grpc (= 1.64.0-6), golang-google-protobuf (= 1.33.0-1), golang-gopkg-ini.v1 (= 1.67.0-1), golang-gopkg-yaml.v3 (= 3.0.1-3)
Homepage: https://github.com/cybertec-postgresql/vip-manager
Priority: optional
Section: net
Filename: pool/main/v/vip-manager2/vip-manager2_2.7.0-1.pgdg+1_arm64.deb
Size: 3636200
SHA256: 554d2e966036bc6bb03d9f460181024524c346b56a7eeb3257d8e820b7be738c
SHA1: a65f5206cec4d88325cbbded3066b33910f8c35e
MD5sum: 838f9ecabdf9970172208a58e3134e2a
Description: Patroni virtual IP manager
 This package needs to be installed and configured on all nodes of a Patroni
 PostgreSQL cluster. Given a Patroni namespace and scope in etcd or consul,
 the vip-manager service monitors that namespace for leader changes due to
 failovers or switchovers and adds or removes the VIP on the local node
 accordingly.
 .
 This package works only with version 3 of the etcd API.
Timestamp: 2024-09-26 14:07:31+00

Package: vip-manager2-dbgsym
Source: vip-manager2
Version: 2.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6129
Depends: vip-manager2 (= 2.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/v/vip-manager2/vip-manager2-dbgsym_2.7.0-1.pgdg+1_arm64.deb
Size: 4582072
SHA256: 53e3d462f4a340321c25a9acd9ff838ec1e956fb0fd163426873e3dd3cb3ab1f
SHA1: ed12dd67e7fc54479ee8b1bf536189bcbc2f5e60
MD5sum: a7396bfff8025aa91938e46959e8eab3
Description: debug symbols for vip-manager2
Build-Ids: 67606539a1a2ba816c85a72c09703fc58ef5ac8a
Timestamp: 2024-09-26 14:07:31+00

Package: postgresql-10-pg-qualstats
Source: pg-qualstats
Version: 2.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-10-pg-qualstats_2.1.1-1.pgdg+1_arm64.deb
Size: 29980
SHA256: 5242561c20547a647ad27a7600501df0a280d04a0924a1116d94b34cdc8a1761
SHA1: 6da0874de9342842fe2af15f8a219491cee2c6d4
MD5sum: f032b5dd16b6d0c0ee3e0de464319170
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2024-10-03 13:12:47+00

Package: postgresql-10-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-10-pg-qualstats (= 2.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-10-pg-qualstats-dbgsym_2.1.1-1.pgdg+1_arm64.deb
Size: 63648
SHA256: 449b9ba7928f8e86f65afdec33786e509c68dff48a9428aca9fca413685bf09d
SHA1: 246547c28580f2e010c1fc95a0488ef4021f84fd
MD5sum: 56ff2a3c9d9670950fe5618b874b1fc5
Description: debug symbols for postgresql-10-pg-qualstats
Build-Ids: d865cf43b2a272e32a29a67eaf7540c84c3b2ba6
Timestamp: 2024-10-03 13:12:47+00

Package: postgresql-11-orafce
Source: orafce
Version: 4.13.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 644
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_4.13.2-1.pgdg+1_arm64.deb
Size: 127008
SHA256: 915fb2e6986697fc41a78e0a659b4aa712b873cc590d326a32bfc6db2b3b116c
SHA1: 441f0640d83bc6fff99f7e4f8aeccc23b091172e
MD5sum: fd5cafd9bedba90228de15354e36b834
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-10-03 13:12:47+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 4.13.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 330
Depends: postgresql-11-orafce (= 4.13.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_4.13.2-1.pgdg+1_arm64.deb
Size: 276296
SHA256: 448e363fd0affeff38cc4a018220f92698ede2e60401282d2c11f4542f3b00a9
SHA1: e9ed1518cdb438a7977a73c078313ec16c2e05bc
MD5sum: f643ccaf462f8fb1bc527afb3ccad9af
Description: debug symbols for postgresql-11-orafce
Build-Ids: bd8e2c7ad78e754f661378f6a19cea1531d6e982
Timestamp: 2024-10-03 13:12:47+00

Package: postgresql-11-pg-qualstats
Source: pg-qualstats
Version: 2.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-11-pg-qualstats_2.1.1-1.pgdg+1_arm64.deb
Size: 30020
SHA256: 81b3705660f6aa03e320b176eb0b4e79f48f10d1885d7b9cb9588709ce9e27cf
SHA1: c3fd4c0dd47e1ece3449535069cf6f005ff4eaec
MD5sum: 843e7a79407df1bd976d7d7767c58076
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2024-10-03 13:12:47+00

Package: postgresql-11-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-11-pg-qualstats (= 2.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-11-pg-qualstats-dbgsym_2.1.1-1.pgdg+1_arm64.deb
Size: 57996
SHA256: ccd45ca41319c3b8e8b3bd0d9056b6fb4e77985c1c16d3c5be61174e8113b7b2
SHA1: 2347a808fad6f3ea630266ec15ed9c549c35d60f
MD5sum: ff588a2f31d4bdfd46adec76e8ee7bfe
Description: debug symbols for postgresql-11-pg-qualstats
Build-Ids: 3473eb9d72ca8a471f2eaf695edef4971b644171
Timestamp: 2024-10-03 13:12:47+00

Package: postgresql-12-orafce
Source: orafce
Version: 4.13.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1283
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_4.13.2-1.pgdg+1_arm64.deb
Size: 408120
SHA256: 17fda56bd2dc6f4f9ba436f56b0804145f230444255f42f1dfb4396c3966578d
SHA1: 9924ecab1d98c7edc9ba85a556ac99ba22e15e9f
MD5sum: 1b2ee5b754d1a524034b596b8875eb3d
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-10-03 13:12:47+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 4.13.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 335
Depends: postgresql-12-orafce (= 4.13.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_4.13.2-1.pgdg+1_arm64.deb
Size: 281252
SHA256: bf05220af70afa3fd28cf715aba80cf398051ce348d6c7d325fb31277eb4a202
SHA1: 286e081fc88aee074151e0734046c247236fceca
MD5sum: 9c6d958bef496a99e07dcec7f385d386
Description: debug symbols for postgresql-12-orafce
Build-Ids: 982bdb59e2957284db860df0626cc8cd9e858e5e
Timestamp: 2024-10-03 13:12:47+00

Package: postgresql-12-pg-qualstats
Source: pg-qualstats
Version: 2.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 251
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-12-pg-qualstats_2.1.1-1.pgdg+1_arm64.deb
Size: 64984
SHA256: 87375472b35d0b30c0a89a8d4e1e9ae52fc4474885bc0ee5835cee4753908507
SHA1: 276fed01a50038ee38eb20a66821f6b3699119d7
MD5sum: c336d1147b4510f8a8b7e0baaec79262
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2024-10-03 13:12:47+00

Package: postgresql-12-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-12-pg-qualstats (= 2.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-12-pg-qualstats-dbgsym_2.1.1-1.pgdg+1_arm64.deb
Size: 58984
SHA256: 86552cef654422a077b00309678a5853ac9798eb0b9f65c2ebcc14f78b2cd31e
SHA1: cf709d6fd839bf26eda800af60a02e46601604da
MD5sum: 124fc18974bc056d6877b0774c26d6a3
Description: debug symbols for postgresql-12-pg-qualstats
Build-Ids: 0c353afd2ea40059b527f2a9982c94f4d8abcb35
Timestamp: 2024-10-03 13:12:47+00

Package: postgresql-13-orafce
Source: orafce
Version: 4.13.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1281
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_4.13.2-1.pgdg+1_arm64.deb
Size: 406964
SHA256: 2a751141cf7c9372a1008f7828f146ad0a973af302aef266dd3b0ac66186ec87
SHA1: 5a68793f6f803de6e06f6ac4daab1063e93a0504
MD5sum: 54eceb2160e6118608f15bea62562275
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-10-03 13:12:47+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 4.13.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 340
Depends: postgresql-13-orafce (= 4.13.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_4.13.2-1.pgdg+1_arm64.deb
Size: 286652
SHA256: f0240516d1b27f254a88bd1aea07cd773ebb3f943be57b80d600d0bb2ffa5e27
SHA1: 7e3cf965ed1b580d3db7f0dff0dbc53b8561528d
MD5sum: 85a4c5b9b60c69ec6bdec42b69699df7
Description: debug symbols for postgresql-13-orafce
Build-Ids: 9072b5061f11d7e39c89c387122c3f84d97eee50
Timestamp: 2024-10-03 13:12:47+00

Package: postgresql-13-pg-qualstats
Source: pg-qualstats
Version: 2.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 252
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-13-pg-qualstats_2.1.1-1.pgdg+1_arm64.deb
Size: 66168
SHA256: 01a8c9c2a125310811a102f368a5ab6e75fb21045c18eff30b4a159f07f775e3
SHA1: b497abb78281519edb7eb6304e8328cd04d975ea
MD5sum: aaca0cf09e13b1071fe6bc2b41629682
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2024-10-03 13:12:47+00

Package: postgresql-13-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 78
Depends: postgresql-13-pg-qualstats (= 2.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-13-pg-qualstats-dbgsym_2.1.1-1.pgdg+1_arm64.deb
Size: 61044
SHA256: 41f0c2d42629e8c253d76a6df557cb9239c32c9dfb39319491ad4d84066a2c74
SHA1: c0f1a509e426ad59c4a0ec8708acb17a80b49d79
MD5sum: 767d9ef541cc5902c41129901aeff860
Description: debug symbols for postgresql-13-pg-qualstats
Build-Ids: c03557f9ba9f042830b4b1087b8f676283847963
Timestamp: 2024-10-03 13:12:47+00

Package: postgresql-14-orafce
Source: orafce
Version: 4.13.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1288
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_4.13.2-1.pgdg+1_arm64.deb
Size: 409920
SHA256: e0afa7b81e87d89aa7ca7e298501ed62c3d5c923f5215330c46a56d4bc905180
SHA1: 39d8ebfd4d36d698a7937dcc0338baefe723f28f
MD5sum: f539f9eb5d5229471168bbf48b8eaee4
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-10-03 13:12:47+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 4.13.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 345
Depends: postgresql-14-orafce (= 4.13.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_4.13.2-1.pgdg+1_arm64.deb
Size: 293008
SHA256: c0b4d2c0263035498b2ff53fec760e601c7214aa83de6071ab9b56dc2b5ce91f
SHA1: e538013d873122e2772dd6ffcaa25410a7e4fe55
MD5sum: 6e771f65cc4197fe8e32b273411dabc8
Description: debug symbols for postgresql-14-orafce
Build-Ids: e00d5a45bebb5801e99282acef394b8ea643a326
Timestamp: 2024-10-03 13:12:47+00

Package: postgresql-14-pg-qualstats
Source: pg-qualstats
Version: 2.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 252
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-14-pg-qualstats_2.1.1-1.pgdg+1_arm64.deb
Size: 66456
SHA256: 5abd1d826281fd8428a25097c89f9aa48efcb700c129aa449fa91290681c0ff2
SHA1: 1bcbba60069d14a697eea85a602ee37efa6fe269
MD5sum: 066fb600d77b539dc7cd3d4baf1f5245
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2024-10-03 13:12:47+00

Package: postgresql-14-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-14-pg-qualstats (= 2.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-14-pg-qualstats-dbgsym_2.1.1-1.pgdg+1_arm64.deb
Size: 61824
SHA256: 65da8be41b542028e49c53a60941b504d5b40d1b36c3d54985a8b4c3cce5dc90
SHA1: 0741a3f6987c500ec72b864f5940bfeca28dd8cd
MD5sum: 4e0da8e3153e7430d0f95f35300465b2
Description: debug symbols for postgresql-14-pg-qualstats
Build-Ids: bca6c785b2b62eb182cfef97b0333b8359f8f562
Timestamp: 2024-10-03 13:12:47+00

Package: postgresql-15-orafce
Source: orafce
Version: 4.13.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1291
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-15-orafce_4.13.2-1.pgdg+1_arm64.deb
Size: 409848
SHA256: 17a3aeabac4050b2fcf1d0c52f29d5644abc3115a86e241b56a90e12cea788b1
SHA1: 8090152846a5f4e15b7f080cef0fd4b5a79a7f92
MD5sum: 2cbe75cccc869516d54b9c82f2465e42
Description: Oracle support functions for PostgreSQL 15
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-10-03 13:12:47+00

Package: postgresql-15-orafce-dbgsym
Source: orafce
Version: 4.13.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 346
Depends: postgresql-15-orafce (= 4.13.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-15-orafce-dbgsym_4.13.2-1.pgdg+1_arm64.deb
Size: 295820
SHA256: 30998722798596e5167513d47d49e5ff9a9a324b50b62843f5dc073c99274bce
SHA1: a175e9da94f7a467a9ce48c526ee372b3f30a3be
MD5sum: f005989b6efee4df920139d0b52ce5ed
Description: debug symbols for postgresql-15-orafce
Build-Ids: 90102a6c2e579a5f809f881a923a30314aacbcbb
Timestamp: 2024-10-03 13:12:47+00

Package: postgresql-15-pg-qualstats
Source: pg-qualstats
Version: 2.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 252
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-15-pg-qualstats_2.1.1-1.pgdg+1_arm64.deb
Size: 65664
SHA256: 5a799d12e884349c2ea8900344e1cd04e29c827560503208baabfcb741acfd4e
SHA1: d6a944d14b6e95517a301a6f4611df8a56b43978
MD5sum: f7a239d5c5fd5fdc3f0180bfe6b6b0a1
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2024-10-03 13:12:47+00

Package: postgresql-15-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-15-pg-qualstats (= 2.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-15-pg-qualstats-dbgsym_2.1.1-1.pgdg+1_arm64.deb
Size: 62128
SHA256: 85b6211a664916e7d4615e578ca0367d436408b3ff88b0e6fa4cede3ab9bfbb2
SHA1: 014a0eaf4eb2add3a4375a6c641ec97ea6bc0143
MD5sum: 9ad940c3bc362d85a33799cbfbb5a971
Description: debug symbols for postgresql-15-pg-qualstats
Build-Ids: 014c4129ff3d95a267f6e4c5ebc08622156adc77
Timestamp: 2024-10-03 13:12:47+00

Package: postgresql-16-orafce
Source: orafce
Version: 4.13.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1281
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-16-orafce_4.13.2-1.pgdg+1_arm64.deb
Size: 402416
SHA256: 0734a784ba5fc75c00e84e6e25986a84b6dfabbb353ed6703ef9846779c32510
SHA1: cd339940bcf8d3eb08258640e47257974d90103b
MD5sum: cdaa8adab38003d223ec097d2465e2d8
Description: Oracle support functions for PostgreSQL 16
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-10-03 13:12:47+00

Package: postgresql-16-orafce-dbgsym
Source: orafce
Version: 4.13.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 362
Depends: postgresql-16-orafce (= 4.13.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-16-orafce-dbgsym_4.13.2-1.pgdg+1_arm64.deb
Size: 311620
SHA256: 9e948d73e37f85f50e227593e6571edcbfb87e082119e368a07ff19c9b3d2b34
SHA1: 10239c5dd728b1a948695c03e2d1b6c037f73ec1
MD5sum: 7c3670e672501769487542cebca2c6fc
Description: debug symbols for postgresql-16-orafce
Build-Ids: 78656ec7b909e092e5424c7db315060f6f3a7e99
Timestamp: 2024-10-03 13:12:47+00

Package: postgresql-16-pg-qualstats
Source: pg-qualstats
Version: 2.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 252
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-16-pg-qualstats_2.1.1-1.pgdg+1_arm64.deb
Size: 65516
SHA256: b3f1ac90389a888dfea55a614849abc1cc0359c77d3be9513eefafaec0735f97
SHA1: 42b69bf972e84fb86e3f83360a1f9ae0acb19206
MD5sum: 9fc22843ba2b04244d639999388d16e1
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2024-10-03 13:12:47+00

Package: postgresql-16-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-16-pg-qualstats (= 2.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-16-pg-qualstats-dbgsym_2.1.1-1.pgdg+1_arm64.deb
Size: 63944
SHA256: 5af64a4c7beb60a66a8005dafa5c736d1a63268abd1054485ac438fe9b73326b
SHA1: fd20a1be1db213e8155e41b16b95a7dbc7e54c43
MD5sum: 447ea67a02c29a6db1bcdce47fa415dd
Description: debug symbols for postgresql-16-pg-qualstats
Build-Ids: 142b17d50f521a55ced355e4048850aa90afcedc
Timestamp: 2024-10-03 13:12:47+00

Package: postgresql-17-orafce
Source: orafce
Version: 4.13.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1283
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-17-orafce_4.13.2-1.pgdg+1_arm64.deb
Size: 404104
SHA256: 1379d19bb0e94901af5adfb23add8bcb5f60a7a1ef884bff1751df46ee788a75
SHA1: f0043a9024cf2b0d313d559fb79d8832a5db36a1
MD5sum: 4be0f35505c53efd5a6db53510d2e3d0
Description: Oracle support functions for PostgreSQL 17
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-10-03 13:12:47+00

Package: postgresql-17-orafce-dbgsym
Source: orafce
Version: 4.13.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 367
Depends: postgresql-17-orafce (= 4.13.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-17-orafce-dbgsym_4.13.2-1.pgdg+1_arm64.deb
Size: 316656
SHA256: 172f95c48d1a5ddff619a9e8592ff8684cf27308626c9a994b0133fce992626c
SHA1: a1b5a2da55b8b3f301e8b6678e0bfc1ab76f745d
MD5sum: fbc57585e14fb0fc16594cf03c65d1b4
Description: debug symbols for postgresql-17-orafce
Build-Ids: ef950f162f69b136032ae14f2503252f19e4da43
Timestamp: 2024-10-03 13:12:47+00

Package: postgresql-17-pg-qualstats
Source: pg-qualstats
Version: 2.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 252
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-17-pg-qualstats_2.1.1-1.pgdg+1_arm64.deb
Size: 65460
SHA256: f3d5289b5048afc1dbf55939a6b7375c695b191b6568467ff4e65ca85b7353ff
SHA1: 978099597c60bdb07d8d925e5a33f6d2a6f99295
MD5sum: 82fa4c126264a3bd82a22a3fb2cb9786
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2024-10-03 13:12:47+00

Package: postgresql-17-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-17-pg-qualstats (= 2.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-17-pg-qualstats-dbgsym_2.1.1-1.pgdg+1_arm64.deb
Size: 64940
SHA256: 963b091d4610c9b1bc3dafc7fe9570a220b0e7e89e5d825cfee2a778ec5b4ec5
SHA1: 1c5faed0337f0cfb8071e307e35e29b533c1a1bc
MD5sum: 94ec4826d82d0f96b19e8918c52ff5aa
Description: debug symbols for postgresql-17-pg-qualstats
Build-Ids: 94572459d758894a09c1e6fea68206976ac2ddf8
Timestamp: 2024-10-03 13:12:47+00

Package: pspg
Version: 5.8.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 366
Depends: libc6 (>= 2.34), libncursesw6 (>= 6.1), libpq5 (>= 9.0~), libreadline8t64 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_5.8.7-1.pgdg+1_arm64.deb
Size: 134064
SHA256: 6189e0be66a7344bd64ce71106df1e52442cb2d0ee2c211c8da69de59950f3d9
SHA1: be918905e412bdbf895a971acbec1d5505ff8350
MD5sum: bcfdd90827332f9c9f0ef304441eef0a
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2024-10-03 13:12:47+00

Package: pspg-dbgsym
Source: pspg
Version: 5.8.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 446
Depends: pspg (= 5.8.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_5.8.7-1.pgdg+1_arm64.deb
Size: 417628
SHA256: c861457e22db3dab3603a1e17de343c11828dd3e4989d095bcbaae1369af4b3d
SHA1: c04dbef2b63df5f590e27932480ff6a2c037ca81
MD5sum: 06e85315ca29c2632dbcdbabc9bde6b2
Description: debug symbols for pspg
Build-Ids: 80530f5dff059ca1329d8c9a31d991c8334e315e
Timestamp: 2024-10-03 13:12:47+00

Package: python3-pglast
Source: pglast
Version: 6.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1203
Depends: python3 (<< 3.13), python3 (>= 3.12~), python3-pkg-resources, python3:any, libc6 (>= 2.17), libpg-query1605.1
Suggests: python-pglast-doc
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: python
Filename: pool/main/p/pglast/python3-pglast_6.6-1.pgdg+1_arm64.deb
Size: 276068
SHA256: 81563720800233f209036e69dd6658f91af43948f9d3a41768570caef3b9d251
SHA1: 21a771b5af195788cec342f583551d54643766a0
MD5sum: bdd338742bd67f7a51ca93f09f29a8e2
Description: PostgreSQL Languages AST and statements prettifier (Python 3)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This package installs the library for Python 3.
Timestamp: 2024-10-03 13:12:47+00

Package: python3-pglast-dbgsym
Source: pglast
Version: 6.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1640
Depends: python3-pglast (= 6.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglast/python3-pglast-dbgsym_6.6-1.pgdg+1_arm64.deb
Size: 1620468
SHA256: 9e786de0c29ea7b85d18544d54508df2125c73f31124d8baf71cc121a3ed39f2
SHA1: 4f4aface802cf6b46b1a46863f7809a903d8b441
MD5sum: 43123cdf7cdcfc2c367efb51be5393b4
Description: debug symbols for python3-pglast
Build-Ids: 361ee6a2c44c8fd500ff7406b21309f618c054e0
Timestamp: 2024-10-03 13:12:47+00

Package: python3-psycopg2
Source: psycopg2
Version: 2.9.9-2.pgdg+1
Architecture: arm64
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Installed-Size: 505
Depends: python3 (<< 3.13), python3 (>= 3.12~), python3:any, libc6 (>= 2.38), libpq5 (>= 10~~)
Suggests: python-psycopg2-doc
Homepage: http://initd.org/projects/psycopg
Priority: optional
Section: python
Filename: pool/main/p/psycopg2/python3-psycopg2_2.9.9-2.pgdg+1_arm64.deb
Size: 118312
SHA256: 043fc8bb83300ba9779df75d4a03bbcb202f58c80dfcff3e59f9bf9043da0e77
SHA1: 86cdb88fa4829c645b5eb13802972ff929792b36
MD5sum: 95ba1353eaf859772586debb76d4d419
Description: Python 3 module for PostgreSQL
 psycopg is a PostgreSQL database adapter for the Python3 programming language
 (just like pygresql and popy.) This is version 2, a complete rewrite of the
 original code to provide new-style classes for connection and cursor objects
 and other sweet candies. Like the original, psycopg 2 was written with the
 aim of being very small and fast, and stable as a rock.
 .
 psycopg is different from the other database adapter because it was designed
 for heavily multi-threaded applications that create and destroy lots of
 cursors and make a conspicuous number of concurrent INSERTs or UPDATEs.
 psycopg 2 also provides full asynchronous operations for the really brave
 programmer.
 .
 The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0
 and being thread safe at level 2. It also includes some extensions to the
 standard DBAPI-2.0 to allow for better thread performance.
Timestamp: 2024-10-03 13:12:47+00

Package: python3-psycopg2-dbgsym
Source: psycopg2
Version: 2.9.9-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Installed-Size: 312
Depends: python3-psycopg2 (= 2.9.9-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/psycopg2/python3-psycopg2-dbgsym_2.9.9-2.pgdg+1_arm64.deb
Size: 273908
SHA256: 0860337976e9b4f23f62801144cfd1138ba5b7a80a5428a234c5c34deec4a135
SHA1: 46da2e6856745a22cda719d2915eebed60d241f7
MD5sum: 44cd09425fee3d8a8ab662f428c70b86
Description: debug symbols for python3-psycopg2
Build-Ids: 137365279484fd5c0db55579d4c8436a8d7a8877
Timestamp: 2024-10-03 13:12:47+00

Package: python-pglast-doc
Source: pglast
Version: 6.6-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3864
Depends: libjs-sphinxdoc (>= 7.4)
Multi-Arch: foreign
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: doc
Filename: pool/main/p/pglast/python-pglast-doc_6.6-1.pgdg+1_all.deb
Size: 281416
SHA256: fae9afdb96430542a41b5d9b0bb117b253fd6eb6d4f61d8317bf7abcde3998f9
SHA1: c7db1e0d4a375ac1425ac916a208f69d0f16fe85
MD5sum: 7ac59ceaf287abc71880e8497f6f4960
Description: PostgreSQL Languages AST and statements prettifier (common documentation)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This is the common documentation package.
Timestamp: 2024-10-03 13:12:47+00

Package: python-psycopg2-doc
Source: psycopg2
Version: 2.9.9-2.pgdg+1
Architecture: all
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Installed-Size: 1919
Depends: libjs-sphinxdoc (>= 7.4)
Suggests: python3-psycopg2
Multi-Arch: foreign
Homepage: http://initd.org/projects/psycopg
Priority: optional
Section: doc
Filename: pool/main/p/psycopg2/python-psycopg2-doc_2.9.9-2.pgdg+1_all.deb
Size: 310144
SHA256: c7d7aaf249aacbe3ef5c2de5c16329a5eb9444ebfcc304266d820f7ab7bff26c
SHA1: 2501f7e34f6e0765737fbc664d25c2c93c23b14b
MD5sum: 3de520ce00643b0303e8c3f9f160d8c9
Description: Python module for PostgreSQL (documentation package)
 psycopg is a PostgreSQL database adapter for the Python programming language
 (just like pygresql and popy.) This is version 2, a complete rewrite of the
 original code to provide new-style classes for connection and cursor objects
 and other sweet candies. Like the original, psycopg 2 was written with the
 aim of being very small and fast, and stable as a rock.
 .
 psycopg is different from the other database adapter because it was designed
 for heavily multi-threaded applications that create and destroy lots of
 cursors and make a conspicuous number of concurrent INSERTs or UPDATEs.
 psycopg 2 also provides full asynchronous operations for the really brave
 programmer.
 .
 The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0
 and being thread safe at level 2. It also includes some extensions to the
 standard DBAPI-2.0 to allow for better thread performance.
 .
 This package contains the psycopg2 documentation
Timestamp: 2024-10-03 13:12:47+00

Package: patroni
Version: 4.0.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1473
Depends: python3-cdiff, python3-click (>= 4.1), python3-dateutil, python3-pkg-resources, python3-prettytable (>= 0.7), python3-psutil, python3-urllib3, python3-yaml, python3:any, python3-psycopg2, python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes | python3-pysyncobj
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_4.0.2-1.pgdg+1_all.deb
Size: 276484
SHA256: 889cd16416240b1d99676dde592dbbec91718bbc1ab5ce192dc7779cd50fc1b5
SHA1: d80d902bbdbbbb6fc6b232af8a3bfed161eda7eb
MD5sum: 301a4152d054c5db7eaa656b23258997
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2024-10-09 14:29:22+00

Package: patroni-doc
Source: patroni
Version: 4.0.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7130
Depends: libjs-sphinxdoc (>= 7.4), sphinx-rtd-theme-common (>= 2.0.0+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_4.0.2-1.pgdg+1_all.deb
Size: 536432
SHA256: 6c2ee3d4252ad8c31ed1c2570712032703692902872502e47524fdb50880ec44
SHA1: 25a752826de7c77477792ad5f181866e9503bbac
MD5sum: 20486eb1e7cfcbd1180aa368fc8782ff
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2024-10-09 14:29:22+00

Package: postgis
Version: 3.5.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 637
Depends: libc6 (>= 2.38), libgdal35 (>= 2.0.1), libgeos-c1t64 (>= 3.6), libpq5, libproj25 (>= 5.2.0), perl:any
Recommends: postgresql-postgis, postgis-doc
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.5.0+dfsg-1.pgdg+1_arm64.deb
Size: 146136
SHA256: 7cc1d294f33a0eb7df1b9659d7a27f90fa51a97d2a75858000cb68eb88d68f03
SHA1: 8f993c7fca75ff63629d5ad94b425b2aaf9b8e18
MD5sum: 271062e6e4e4131966221fb3c8bb679f
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2024-10-14 15:40:46+00

Package: postgis-dbgsym
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 715
Depends: postgis (= 3.5.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.5.0+dfsg-1.pgdg+1_arm64.deb
Size: 540596
SHA256: a25b9498392133ebfdac73d6af1f7a0536c59f858707fb017f6a1542805e7ebe
SHA1: 93714ef603104c566fbd6e7c4c56152ab321427f
MD5sum: c1f9178762fa790fc37d81ed4cab0a19
Description: debug symbols for postgis
Build-Ids: 01a4657de132e37066ef6b58d23d8167feca9287 3dc3d3fc56057d3288c58d12f30099ebd20d1a09 7d6406f861b27a96a0dff40804e5a1807573b63c
Timestamp: 2024-10-14 15:40:46+00

Package: postgis-doc
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6977
Suggests: postgis
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: doc
Filename: pool/main/p/postgis/postgis-doc_3.5.0+dfsg-1.pgdg+1_all.deb
Size: 3078236
SHA256: a1e2026d74952ba815b3d97b997f1e9485fc4b26f63ba0ff3f54ceed96d818ea
SHA1: 4e46ee01962264ec57fb38b37c1c764547d28ae0
MD5sum: da0863fb8b09dc49ada5176f4735a055
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.
Timestamp: 2024-10-14 15:40:46+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10437
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal35 (>= 3.7.0), libgeos-c1t64 (>= 3.13.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 1.5.0), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-12-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.5.0+dfsg-1.pgdg+1_arm64.deb
Size: 3651472
SHA256: 5b4f266b74db320a110dce903a7fa7277afb54047a9f9e90aeb48812f187f93b
SHA1: d3e8903b98665d4ac7e68137b175cbbe51f84ff9
MD5sum: d9bc7bc9d5607013287a86c7a06bbfea
Description: Geographic objects support for PostgreSQL 12
 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".
Timestamp: 2024-10-14 15:40:46+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4652
Depends: postgresql-12-postgis-3 (= 3.5.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.5.0+dfsg-1.pgdg+1_arm64.deb
Size: 4087832
SHA256: b37edcd66ff3bafddfe90ff1b1dd8e544da02d31248f9e8c27473c6f8bc715fa
SHA1: e41712d296d21f94fb9802eb445699d6826b91e0
MD5sum: b3f48b47bd0c70224393fa736bf34512
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 0a6c59b5fb9dc81e8fbbcfd4898f310761b1bdc4 3693517ba3c280543792ef6640a5d6852de9d9b7 81c5c53a0106fa7126cb2bec026f23360380efbf 8369358493d780bdfc9f8cea2427adc8aeb1b166 f81ac02220076094cf59ad7e38eda3ef4e4e0523
Timestamp: 2024-10-14 15:40:46+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38484
Recommends: postgresql-12-postgis-3
Provides: postgresql-12-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.5.0+dfsg-1.pgdg+1_all.deb
Size: 1276156
SHA256: bb121c517127be132a625a55a78113e40863040c7660cd6a7062bd088e1681a8
SHA1: 6ef69123b5e30bbe75c72c13fd09d2a942fd89ba
MD5sum: 6d6a00cffa768c78940db3529e4b1b37
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2024-10-14 15:40:46+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10423
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal35 (>= 3.7.0), libgeos-c1t64 (>= 3.13.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 1.5.0), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-13-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.5.0+dfsg-1.pgdg+1_arm64.deb
Size: 3660124
SHA256: 30dbcba664d64110eb6850d250a410d0ec11f9716f654605108d491989b28253
SHA1: 67c1deb5918da3cef281ae21ee1cb63320bdc313
MD5sum: dab0eb0c647875823bd40aba5e52f4cd
Description: Geographic objects support for PostgreSQL 13
 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".
Timestamp: 2024-10-14 15:40:46+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4677
Depends: postgresql-13-postgis-3 (= 3.5.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.5.0+dfsg-1.pgdg+1_arm64.deb
Size: 4110516
SHA256: 808cafc66dc4d46d339a4af891695925bb884e9c508ffb0075166b2a26eed4d8
SHA1: 7c8235df84f0fffef5024ba5090c665d583acbca
MD5sum: 034d9cb7a3617b0cc487a0ae22074511
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: abc8a0ca0c26bfabf6f98f06ac381c57afd8006c aef429d7821b0baae72eede43122b47387550dd1 c965aff52db93991b69be29484a82cca52c05b68 d504fab8955bbe07abf8f0abb2f341daaa453b7b f65446853280ccd4e26657d19cc3aed69e3ee05a
Timestamp: 2024-10-14 15:40:46+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38484
Recommends: postgresql-13-postgis-3
Provides: postgresql-13-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.5.0+dfsg-1.pgdg+1_all.deb
Size: 1275908
SHA256: 21c58a30a18e894fdb72dfa0faeebced3347634920e277b92fb291e9eead41ae
SHA1: c544b7bc4e6865d2a8004ad2e5d6a3a99de32f92
MD5sum: 437d32215b809f36542e4c654010a9c5
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2024-10-14 15:40:46+00

Package: postgresql-14-postgis-3
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10490
Depends: postgresql-14, postgresql-14-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal35 (>= 3.7.0), libgeos-c1t64 (>= 3.13.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 1.5.0), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-14-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3_3.5.0+dfsg-1.pgdg+1_arm64.deb
Size: 3672368
SHA256: 9104df371a8ec0aa9c98a7adce42849c90c2c3ab2f06d2a42abaef09eade26a7
SHA1: e8510e76f35b0ef6b5db7314249c3b9d732656d0
MD5sum: f304f802d529b69119f97421a4a7ab83
Description: Geographic objects support for PostgreSQL 14
 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".
Timestamp: 2024-10-14 15:40:46+00

Package: postgresql-14-postgis-3-dbgsym
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4666
Depends: postgresql-14-postgis-3 (= 3.5.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-14-postgis-3-dbgsym_3.5.0+dfsg-1.pgdg+1_arm64.deb
Size: 4100208
SHA256: 042e90f15e022a04d1596e85231b68ca1d1f41f0464eb6b4c54bad02e1983481
SHA1: b7a735503327c5d7ff6f77b1418f0ddab829f126
MD5sum: 0a188ea7510a6edc8a9c0e6a69e6f700
Description: debug symbols for postgresql-14-postgis-3
Build-Ids: 82421d1af4a2975d005e4e9e3669788e240887b8 90217e81519cb942e5b2e1d006bf1e3c4439fced 97d973455f65a9f4ec1906431ff509d520cec8d1 9aec3da12499d82bcd44e2a5e135b96399d14a96 ce67a7b6b644fc256d11376e6d97e315f6cd1f7f
Timestamp: 2024-10-14 15:40:46+00

Package: postgresql-14-postgis-3-scripts
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38484
Recommends: postgresql-14-postgis-3
Provides: postgresql-14-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3-scripts_3.5.0+dfsg-1.pgdg+1_all.deb
Size: 1276008
SHA256: 3b915536fe5c41113b94bcae97e366a4bc5eba0076f88f3248d88627f2abdfea
SHA1: df0fb6a2bc410509ed21660caa217cc25b35b42b
MD5sum: 90ebd621406670965145d042d47281d5
Description: Geographic objects support for PostgreSQL 14 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 14 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2024-10-14 15:40:46+00

Package: postgresql-15-postgis-3
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10620
Depends: postgresql-15, postgresql-15-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal35 (>= 3.7.0), libgeos-c1t64 (>= 3.13.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 1.5.0), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-15-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3_3.5.0+dfsg-1.pgdg+1_arm64.deb
Size: 3710520
SHA256: c198a38a3a183eaddbff8057f6d25919d7a22446725f71e65f10cce87ad400c4
SHA1: 3270d21289e1fb83438fc38754539dd1aef176af
MD5sum: b6ddac6c51479ca3a556faad244c995a
Description: Geographic objects support for PostgreSQL 15
 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".
Timestamp: 2024-10-14 15:40:46+00

Package: postgresql-15-postgis-3-dbgsym
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4671
Depends: postgresql-15-postgis-3 (= 3.5.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-15-postgis-3-dbgsym_3.5.0+dfsg-1.pgdg+1_arm64.deb
Size: 4106088
SHA256: 795a6e79df72f55ba6d8c6fe8c666e862c384729178a5cd63ee5819cb8275a17
SHA1: fbea16ce6513cacee07f792c1ec0df51645a8525
MD5sum: d71dff366eacb2104233bdd148af11a7
Description: debug symbols for postgresql-15-postgis-3
Build-Ids: 0d15df180baa9bd4b7b517361251cba122728893 83c06d19bf32f6ae0599e8fb980cabcb06cf7dbe b291f8c9095bebb4577eb6ab7bd89c904cf50f92 ca177f6336970558ef33f59987aaaf309f301c13 db40f63e03a50e5034e859c316a084f940dc7f88
Timestamp: 2024-10-14 15:40:46+00

Package: postgresql-15-postgis-3-scripts
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38484
Recommends: postgresql-15-postgis-3
Provides: postgresql-15-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3-scripts_3.5.0+dfsg-1.pgdg+1_all.deb
Size: 1276080
SHA256: b9344239f2d0560aabee6c6f191872ae273dcfe26c61d13dc4abf23b9b64d7ec
SHA1: c503804bfe1af429fd1c693660d282abfae352cc
MD5sum: 117803b6c61b48acc59edbd5cd119613
Description: Geographic objects support for PostgreSQL 15 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 15 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2024-10-14 15:40:46+00

Package: postgresql-16-postgis-3
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10073
Depends: postgresql-16, postgresql-16-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal35 (>= 3.7.0), libgeos-c1t64 (>= 3.13.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 1.5.0), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-16-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3_3.5.0+dfsg-1.pgdg+1_arm64.deb
Size: 3485488
SHA256: a668e3e0069050b034c9f564995f3367460b6ba485685ac0631f2d1f51de32ed
SHA1: 6303daa3580d87307406ab20550d982a5df98cf2
MD5sum: 6f7e68c40b9bb62a0b5b54eedbd2ceae
Description: Geographic objects support for PostgreSQL 16
 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".
Timestamp: 2024-10-14 15:40:46+00

Package: postgresql-16-postgis-3-dbgsym
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4784
Depends: postgresql-16-postgis-3 (= 3.5.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-16-postgis-3-dbgsym_3.5.0+dfsg-1.pgdg+1_arm64.deb
Size: 4227376
SHA256: c7513717f3fa72473247f707705720c0f907e0a2426dbb93055cb6d63028bff7
SHA1: 24a0a341c35f1207a33e7b333ee9a8aa5ba03447
MD5sum: 292b0bd4c828f3c12515380de305a455
Description: debug symbols for postgresql-16-postgis-3
Build-Ids: 15c9bd61f471f8345b214cd6a140ddc448f6d3e1 15e3fddf8d010e4c9e83f99daacbac3e5726de40 1ef5b9d732fff86f4fc294c6b2b517f4f7c7e0b4 4f45fcccf265556fb204c91ea0486d06aa24af1f 4f530c9508a6d52e9424a1d0d47c8bed61b9b5d0
Timestamp: 2024-10-14 15:40:46+00

Package: postgresql-16-postgis-3-scripts
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38484
Recommends: postgresql-16-postgis-3
Provides: postgresql-16-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3-scripts_3.5.0+dfsg-1.pgdg+1_all.deb
Size: 1276204
SHA256: 3a2a3d873d10b67e9ee965a2ca460fdd6c33555fcfba205c058dfd86b2c6b220
SHA1: 19d41670700460b15ce084140f496b00d00b0edd
MD5sum: bab13f0727642659c56c9b3be3056dc0
Description: Geographic objects support for PostgreSQL 16 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 16 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2024-10-14 15:40:46+00

Package: postgresql-17-postgis-3
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 11024
Depends: postgresql-17, postgresql-17-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal35 (>= 3.7.0), libgeos-c1t64 (>= 3.13.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 1.5.0), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-17-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-17-postgis-3_3.5.0+dfsg-1.pgdg+1_arm64.deb
Size: 3805276
SHA256: 5b10e76fc5b5e6088f3b3b8787545e9ec79732ce70d0a60bf174df35d0aea363
SHA1: 33a21ffe139e21792ea97f5626a8f8d641e2bc68
MD5sum: 82f529cf402cbebd01adec1fce00f4c6
Description: Geographic objects support for PostgreSQL 17
 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".
Timestamp: 2024-10-14 15:40:46+00

Package: postgresql-17-postgis-3-dbgsym
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4796
Depends: postgresql-17-postgis-3 (= 3.5.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-17-postgis-3-dbgsym_3.5.0+dfsg-1.pgdg+1_arm64.deb
Size: 4237772
SHA256: b77e45e33763b63ca2a840dfa816b68bad62fa5dee8c4f526d92d11087e82210
SHA1: 5022ac8aa9b542de4f9f22fac5043fbd653f2c3e
MD5sum: 74bd22c637ff7641e3c0667270314674
Description: debug symbols for postgresql-17-postgis-3
Build-Ids: 35401be7a7b8421a3d0b1076e5c7fcf42d99ca29 684ea2641eaa6c61d89542d003d9bd30a713da32 b81c44c7fc723ad7e7fe18933a56792046d4bb80 c790510e56f4f6db267fa2abc054a052d8a39fb9 fd52044c27626ebd4742f4033e864700f26c21cf
Timestamp: 2024-10-14 15:40:46+00

Package: postgresql-17-postgis-3-scripts
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38484
Recommends: postgresql-17-postgis-3
Provides: postgresql-17-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-17-postgis-3-scripts_3.5.0+dfsg-1.pgdg+1_all.deb
Size: 1276168
SHA256: 9aa43907f745f98e7fb33496358e33891864dea9f54e44853b9b123fda4207bc
SHA1: 921bf87d52e998a41896823b24c1fe22d31b8485
MD5sum: 4cef8fb6a0b1ab16a12a82bb6b7ec840
Description: Geographic objects support for PostgreSQL 17 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 17 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2024-10-14 15:40:46+00

Package: postgresql-postgis
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 66
Depends: postgresql-postgis-scripts, postgresql-17-postgis-3
Homepage: https://postgis.net/
Priority: optional
Section: metapackages
Filename: pool/main/p/postgis/postgresql-postgis_3.5.0+dfsg-1.pgdg+1_arm64.deb
Size: 20916
SHA256: b6422e622cee737646d4f6ca849d5ee4a2e8d9af56dbbae25a8df0fdcd6770ed
SHA1: 27e946b6756a9b6536bfbb467166531c7519307e
MD5sum: f466a0d1db37da9f6eb57a5c3f7a04f0
Description: Geographic objects support for PostgreSQL -- Metapackage
 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 metapackage depends on the PostGIS package for PostgreSQL 17.
Timestamp: 2024-10-14 15:40:46+00

Package: postgresql-postgis-scripts
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 66
Depends: postgresql-17-postgis-3-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-postgis-scripts_3.5.0+dfsg-1.pgdg+1_all.deb
Size: 20952
SHA256: 89583b63359e6d3701756d9b29d014de355776003a3392b45447f9288277bd6e
SHA1: aefe739e59d9eea929147288db8b1e166f1304ae
MD5sum: 4371b85951268672bdceea2aa43d4007
Description: Geographic objects support for PostgreSQL -- SQL scripts metapackage
 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 metapackage depends on the PostGIS scripts package for
 PostgreSQL 17.
Timestamp: 2024-10-14 15:40:46+00

Package: libdbd-pg-perl
Version: 3.18.0-1.pgdg+3
Architecture: arm64
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Installed-Size: 570
Depends: perl (>= 5.40.0-6), perl-dbdabi-94, perlapi-5.40.0, libc6 (>= 2.38), libpq5 (>= 17~~), libdbi-perl, libversion-perl
Homepage: https://metacpan.org/release/DBD-Pg
Priority: optional
Section: perl
Filename: pool/main/libd/libdbd-pg-perl/libdbd-pg-perl_3.18.0-1.pgdg+3_arm64.deb
Size: 202948
SHA256: 73e52f74ac4b220c16e417287f4d155350afc5877698a055d6024eb6f9a39995
SHA1: 3591ca224dfc7c6447d4c82536d60d2dedfd3733
MD5sum: 4a96d47da4329741428072e1a65c2150
Description: Perl DBI driver for the PostgreSQL database server
 DBD::Pg is a Perl DBI Database Driver module that works with the DBI module to
 provide access to PostgreSQL databases. It enables you to control a PostgreSQL
 database in a Perl script.
Timestamp: 2024-10-27 21:17:45+00

Package: libdbd-pg-perl-dbgsym
Source: libdbd-pg-perl
Version: 3.18.0-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Installed-Size: 242
Depends: libdbd-pg-perl (= 3.18.0-1.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/libd/libdbd-pg-perl/libdbd-pg-perl-dbgsym_3.18.0-1.pgdg+3_arm64.deb
Size: 222820
SHA256: 46fefee83fcf63bb1113a1a176c182b4131ba8abd8d39548d982cc779f970f8a
SHA1: dd1f8827de5bf3b6e4e758d5f2a1261a6fe2683f
MD5sum: dd37748263ff4de4cc201e398f047919
Description: debug symbols for libdbd-pg-perl
Build-Ids: 2cf9c16530c86682754e07a87e0427f662361f09
Timestamp: 2024-10-27 21:17:45+00

Package: libpg-perl
Version: 1:2.1.1-10.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: perl (>= 5.40.0-6), perlapi-5.40.0, libc6 (>= 2.17), libpq5
Multi-Arch: same
Priority: optional
Section: perl
Filename: pool/main/libp/libpg-perl/libpg-perl_2.1.1-10.pgdg+3_arm64.deb
Size: 31196
SHA256: 600f1ee3be1fc53387dfea6c5c22d03ffd8fe69c27079dc5633234ee1ae8339c
SHA1: d82b901a1305c72fd4088d5180a4dc75042f4f2d
MD5sum: b7f282f2e7cbb4a0a465bdb2d656d6e3
Description: PostgreSQL interface for Perl
 This library enables Perl scripts to communicate with the PostgreSQL database
 backend.
 .
 This is a very old driver, newer applications should use DBI and DBD::Pg
 (libdbd-pg-perl) instead.
Timestamp: 2024-10-27 21:17:45+00

Package: libpg-perl-dbgsym
Source: libpg-perl
Version: 1:2.1.1-10.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libpg-perl (= 1:2.1.1-10.pgdg+3)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libp/libpg-perl/libpg-perl-dbgsym_2.1.1-10.pgdg+3_arm64.deb
Size: 86148
SHA256: 9914d88be4d6b45bbac6017cea4a492786a3829b3a066a00fc8e3b6e03001e35
SHA1: 3df982db8c3bf7823dc0ab7b28f4e544f51aff91
MD5sum: d275cb834756cfe91c47bd89131b9845
Description: debug symbols for libpg-perl
Build-Ids: 2760203b254955b5bd7c083a0afb8b840c16b409
Timestamp: 2024-10-27 21:17:45+00

Package: pgbackrest
Version: 2.54.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1207
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.34), libgcc-s1 (>= 4.2), liblz4-1 (>= 0.0~r127), libpq5, libssh2-1t64 (>= 1.5.0), libssl3t64 (>= 3.0.0), libxml2 (>= 2.7.4), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc, check-pgbackrest
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.54.0-1.pgdg+1_arm64.deb
Size: 421796
SHA256: 11878cf37acc6868a9ca0e46ca375a24d53fa4187401decbd59b00dbce89b056
SHA1: 9ebc98c9ffe9d3bdb2bca3744e0134fa6b7d12ba
MD5sum: abd4c1a9b68d5a00c3ee085c836bc60d
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.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2024-10-27 21:17:45+00

Package: pgbackrest-dbgsym
Source: pgbackrest
Version: 2.54.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1450
Depends: pgbackrest (= 2.54.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.54.0-1.pgdg+1_arm64.deb
Size: 1343308
SHA256: 54ccc15711c2ad842a09270735fbd10d16163e493ca2c075721d4c0b417dd9fd
SHA1: fabfb2f8fd61ddc35071506dbaf11d44ff86faa9
MD5sum: 8b47b88134c1c332998f5e8848a91e62
Description: debug symbols for pgbackrest
Build-Ids: bd6ae4a2fd729e2c94b73af2275264906d5bfaf5
Timestamp: 2024-10-27 21:17:45+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.54.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1837
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.54.0-1.pgdg+1_all.deb
Size: 127596
SHA256: 6ee98891c5aca254d14d1f9453fe10c018749a15303dc56ffa754aa09a3d0e15
SHA1: ae4672e5bdfb652cf0b5b53a889eed59e9ac1449
MD5sum: b716f1460af975986884b5fdb473076c
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2024-10-27 21:17:45+00

Package: pg-checksums-doc
Source: pg-checksums
Version: 1.2-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15
Multi-Arch: foreign
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: doc
Filename: pool/main/p/pg-checksums/pg-checksums-doc_1.2-2.pgdg+1_all.deb
Size: 6736
SHA256: 0eb2057af8a0de9472150fb7a86aac6b55811a15f9a7ea5860f05676011a6bb2
SHA1: 4cd07540d14624714aeee1dd67d3b745b98b7ce0
MD5sum: 5847882ae2f002d1d6018f64f1841f6a
Description: Activate/deactivate/verify PostgreSQL data checksums (Documentation)
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
 .
 This package contains the manpage.
Timestamp: 2024-10-27 21:17:45+00

Package: pgstat
Version: 1.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/gleu/pgstats
Priority: optional
Section: database
Filename: pool/main/p/pgstat/pgstat_1.4.0-1.pgdg+1_arm64.deb
Size: 40096
SHA256: d372d0eb062e485366c939b54416d4cde2adc208e60d19203002989ac2407590
SHA1: 55cad532f154b03f780744347afe7c3952ecdcef
MD5sum: 256a16c4b2971881c5369c6bf3e9ce2a
Description: Collects PostgreSQL statistics the same way as a vmstat tool
 pgstat is a client utility to gather statistical information from a PostgreSQL
 instance in real time, and acts like vmstat or sar.
 .
 Supported statistics include archiver, bgwriter, connections, databases,
 tables, tables I/O, indexes, functions, archives wals, temporary files,
 and pgBouncer.
Timestamp: 2024-10-27 21:17:45+00

Package: pgstat-dbgsym
Source: pgstat
Version: 1.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: pgstat (= 1.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgstat/pgstat-dbgsym_1.4.0-1.pgdg+1_arm64.deb
Size: 64120
SHA256: 4db498d250780cc84b2b21b70cfc5396f26f9277944c6f8700f9ae35b25b3703
SHA1: b0e4c3c9b29f9a3c5217785b4d89b68a93c582ae
MD5sum: 5bb76ab0de072d1f9083c169fdbd7c6f
Description: debug symbols for pgstat
Build-Ids: 44e789d996d202498feca6d1ab7f2be0a9ded9b4
Timestamp: 2024-10-27 21:17:45+00

Package: pgxnclient
Version: 1.3.2-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 160
Depends: ca-certificates, python3 (>= 3.12) | python3-pkg-resources, python3-six, python3:any
Homepage: https://pgxn.github.io/pgxnclient/
Priority: optional
Section: database
Filename: pool/main/p/pgxnclient/pgxnclient_1.3.2-5.pgdg+1_all.deb
Size: 33024
SHA256: 6d9ed1d000972a57f0152fa99a4b498fccafc4ea5fb4fded2a1b46153da3bd22
SHA1: 0d701fdf8811e0d7176066c8fa11d544d4dd8816
MD5sum: 14f1443b9646a527d4cedce666ba192f
Description: command line client for the PostgreSQL Extension Network
 The PGXN Client is a command line tool designed to interact with the
 PostgreSQL Extension Network at https://pgxn.org/ allowing searching,
 compiling, installing, and removing extensions in PostgreSQL databases.
Timestamp: 2024-10-27 21:17:45+00

Package: postgis
Version: 3.5.0+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 637
Depends: libc6 (>= 2.38), libgdal35 (>= 2.0.1), libgeos-c1t64 (>= 3.6), libpq5, libproj25 (>= 5.2.0), perl:any
Recommends: postgresql-postgis, postgis-doc
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.5.0+dfsg-1.pgdg+2_arm64.deb
Size: 145912
SHA256: ffe49c67ff50530a09fd65b054cb6ffc259b7b44e68e4d8903769d9ab6c0a402
SHA1: a7f88a3edbad268efeeeadb2d3d45b33852049fc
MD5sum: 1469ca50dc9c47287c4b9ad91eb5edb3
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2024-10-27 21:17:45+00

Package: postgis-dbgsym
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 715
Depends: postgis (= 3.5.0+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.5.0+dfsg-1.pgdg+2_arm64.deb
Size: 540592
SHA256: 0474408ca51fe1731549a7e6f77f8488db17201d4ed341dbf00d79e27e858869
SHA1: 61bd2150d43e884092a0f5a4c8c8eb250b4a1906
MD5sum: f053428149c56979f379d1e7f0b47573
Description: debug symbols for postgis
Build-Ids: 40868a234ba6330f0ef91338f690ee20900570b9 68a0c5f53d4704a1e282b3ef473459091963f3b8 8fff34f32b6232430e09c54b938f32b700994ea3
Timestamp: 2024-10-27 21:17:45+00

Package: postgis-doc
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6977
Suggests: postgis
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: doc
Filename: pool/main/p/postgis/postgis-doc_3.5.0+dfsg-1.pgdg+2_all.deb
Size: 3078236
SHA256: 0f0f1b9cabc993b8da75a70ddbe58fc44ac8fd436eae4900b5520da4827199da
SHA1: 1ea7da5777adf7813d83ea58d76f173c7554d1dd
MD5sum: 4ace76300dfa8d51875660cea7a9081e
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.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-10-http
Source: pgsql-http
Version: 1.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: postgresql-10, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-10-http_1.6.1-1.pgdg+1_arm64.deb
Size: 19148
SHA256: a3fd9a859ddbbc32274d86d5cb5940c457a4eaab9ace0e1abbb16cd79c9a3ebe
SHA1: 0214bca447cd1bcfdb5fc8e24d7bcae03a8dec91
MD5sum: dcbfc4850add13ad21f7ae27024b481b
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-10-http-dbgsym
Source: pgsql-http
Version: 1.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-10-http (= 1.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-10-http-dbgsym_1.6.1-1.pgdg+1_arm64.deb
Size: 55724
SHA256: cb0185e1aacb26a4478d996533b4c59a751c772d91f9e4af74fbc60d7f305334
SHA1: 51192812610c36be6e4cc7da29d0eb341559db1e
MD5sum: 9baafab0567c414537365f46b2eb87fe
Description: debug symbols for postgresql-10-http
Build-Ids: aa0d5296f2a35ccbb610f85f3bef728d202ec024
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-10-pljava
Source: postgresql-pljava
Version: 1.6.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1369
Depends: default-jre-headless | openjdk-21-jre-headless | java-runtime-headless, postgresql-10, postgresql-pljava-common (>= 1.6.8-1.pgdg+1), libc6 (>= 2.38)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-10-pljava_1.6.8-1.pgdg+1_arm64.deb
Size: 920032
SHA256: 614c5bb2350eff916c924ec97ec68154d6d079ebb731c586ac0874f31f1838f3
SHA1: 99c7cf35e504fd9a9e039cf8d92b7125e8a8a4de
MD5sum: 002daff92f8c328dad47cbadb2b09401
Description: Java procedural language for PostgreSQL 10
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-21-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-10-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 349
Depends: postgresql-10-pljava (= 1.6.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-10-pljava-dbgsym_1.6.8-1.pgdg+1_arm64.deb
Size: 286840
SHA256: c00da7654222167a7526ecc986dcd3b2c283f8863b1197caf7704bddf5540ef5
SHA1: 9f23c95fd4262a6856e2f60e71d01205d6fc1079
MD5sum: 57409f0acdc34e5d4e7a118c10ce21e0
Description: debug symbols for postgresql-10-pljava
Build-Ids: f5c5c2cbcdbc121e3271353557e3848cf5f18cee
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-10-preprepare
Source: preprepare
Version: 0.9-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-10, libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-10-preprepare_0.9-9.pgdg+1_arm64.deb
Size: 9184
SHA256: eb914ccc99a1a7d3ec4024b699b137b84633ffbe619f3fb8c4c1349588df5459
SHA1: 93e020c526f83e2e5618691b112bf6b9193b6610
MD5sum: 5f380f80beda4a2278cb30a677ffac53
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.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-10-preprepare-dbgsym
Source: preprepare
Version: 0.9-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-10-preprepare (= 0.9-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-10-preprepare-dbgsym_0.9-9.pgdg+1_arm64.deb
Size: 15564
SHA256: c24604c8ff8c9f1448b2bd075f2c2f5a23300bca1438b126e2a649dfefcd0557
SHA1: 56ca09773c6b91255538a8717a52f991ba9a6dbb
MD5sum: 88169af2414b15faedbdd944041e1d0a
Description: debug symbols for postgresql-10-preprepare
Build-Ids: 6814b7be39025ff75687021730280ceab476c438
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-11-http
Source: pgsql-http
Version: 1.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: postgresql-11, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-11-http_1.6.1-1.pgdg+1_arm64.deb
Size: 19076
SHA256: a9f56e201c84a35f0c160a020914c6a6ef981f18253a91ce70058449da1de686
SHA1: 239b3217a2d7a8a811717e88fe76c934fe434cca
MD5sum: 7fe6d7fb625d1461095ca2fe8f5add4c
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-11-http-dbgsym
Source: pgsql-http
Version: 1.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-11-http (= 1.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-11-http-dbgsym_1.6.1-1.pgdg+1_arm64.deb
Size: 54764
SHA256: dd79c3d428a2b35281a5e8edeecc20a98ffad69ee9d54f0f4afd34baf0bee62f
SHA1: 3a5bc5bb04a198269c418a84ea933c3848f227a6
MD5sum: d425f8a5ba3e681a49a423fa845154db
Description: debug symbols for postgresql-11-http
Build-Ids: 12ae877a5acef5a9e8744c32b0b53e87324036e7
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-11-orafce
Source: orafce
Version: 4.13.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 644
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_4.13.5-1.pgdg+1_arm64.deb
Size: 127036
SHA256: a9a08857303452f6e5d6955d9eebcbb37fc85e5e0bdc986348e519699b4fa099
SHA1: f33d97dc361e4be5ade8422710447d1fc0dc4e92
MD5sum: 52c4b33fce97e8a86d776d432bc23f12
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 4.13.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 330
Depends: postgresql-11-orafce (= 4.13.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_4.13.5-1.pgdg+1_arm64.deb
Size: 276312
SHA256: 33fea5ee46feca39300047d15e181fbb9827828bbe2fd12aecd9f29ff09b4a3d
SHA1: f22a268ef215779544c3211d3c224a6c4e1f42b8
MD5sum: 56e9aef76a703c9fc68cf5685bbc0555
Description: debug symbols for postgresql-11-orafce
Build-Ids: 88787e19a229bf72b77ce34614f7b2285c5a64ea
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-11-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-11, postgresql-11-pgaudit, libc6 (>= 2.34)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile_1.6.3-1.pgdg+1_arm64.deb
Size: 14324
SHA256: 07c250e18137c6c8b9e61a4326869111b858625b07e26e42515d8c8e0fb81b20
SHA1: a4ffd43513d761a94ce05d103fb2aa62f62c731d
MD5sum: fdc87b8f41880b9270ec32147906b8ba
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-11-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-11-pgauditlogtofile (= 1.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile-dbgsym_1.6.3-1.pgdg+1_arm64.deb
Size: 32652
SHA256: 10283e824edf9a3bfd028a339b2439024ff21ffff8fb06b2eecf17f986b7f935
SHA1: 6af733845ae5be774b70ed025234508ebcc5fc48
MD5sum: c5c645741fd7ef2ed446d29a4024ef6d
Description: debug symbols for postgresql-11-pgauditlogtofile
Build-Ids: 9561b8910d0330affadb07fd38a5084043091db5
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-11-pg-checksums
Source: pg-checksums
Version: 1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: libc6 (>= 2.38), postgresql-11
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-11-pg-checksums_1.2-2.pgdg+1_arm64.deb
Size: 29828
SHA256: b17bdebe91f0e2ff12c63aaf0bc5e22a946accc12d8de4c97e95d9d0494cb449
SHA1: 0ea5aefabbe9f1dd212fbf90bdc1d3c8a71c75a0
MD5sum: d630825020973df8e7bca5de1cf974f0
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-11-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-11-pg-checksums (= 1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-11-pg-checksums-dbgsym_1.2-2.pgdg+1_arm64.deb
Size: 26824
SHA256: 43f0b1679b5973019dd00fc585abfbcdf0f66136baa46eb02fab9da943ea4c5c
SHA1: 4bb4a78f7c059a261a09421f1753a4271aeb344c
MD5sum: f883cc560d557432e29a48c493ec5bab
Description: debug symbols for postgresql-11-pg-checksums
Build-Ids: 95ac21aee4cdbb451a1cdd0c94048ae257ed2fbb
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-11-pljava
Source: postgresql-pljava
Version: 1.6.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1369
Depends: default-jre-headless | openjdk-21-jre-headless | java-runtime-headless, postgresql-11, postgresql-pljava-common (>= 1.6.8-1.pgdg+1), libc6 (>= 2.38)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-11-pljava_1.6.8-1.pgdg+1_arm64.deb
Size: 919816
SHA256: 66093bf45413952510894cc45b0ece41418cf1c22ff052070c298360e64c614c
SHA1: bb48c7ef24c0f9cb30e78f133a3d069c5365555d
MD5sum: 658bb3cca2c358b3f4f6f5e207609b22
Description: Java procedural language for PostgreSQL 11
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-21-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-11-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 345
Depends: postgresql-11-pljava (= 1.6.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-11-pljava-dbgsym_1.6.8-1.pgdg+1_arm64.deb
Size: 282896
SHA256: 401282d9825ada4ef51211de231e9c0820a98283600a1009ab1ba281deba0623
SHA1: e40768cb012361504f88dcc5b4fdf62382989148
MD5sum: 8e406920d80c6a9d99e6ac208fcd5931
Description: debug symbols for postgresql-11-pljava
Build-Ids: 6c9e6155704d8632f2f298e3ee02a928a52cfe92
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-11-preprepare
Source: preprepare
Version: 0.9-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-11, libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-11-preprepare_0.9-9.pgdg+1_arm64.deb
Size: 9208
SHA256: 8bc8730c0a3de2ddca6937503639e709549c6c9324749afa6bca2809a7b1755f
SHA1: 57259f6282b64547be6671784b896d93f70c7412
MD5sum: 388d639007e730d825db4e1a47815ac6
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.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-11-preprepare-dbgsym
Source: preprepare
Version: 0.9-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-11-preprepare (= 0.9-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-11-preprepare-dbgsym_0.9-9.pgdg+1_arm64.deb
Size: 15708
SHA256: d9271bf6f36362a36c20b9d0e31b11adf7edaa20ef9945aaff8193ff79dbd279
SHA1: e99a4e5f56c1ff94abbb25e0f5e42d781da4ac33
MD5sum: a0de586d70b4481ff090063a0a198518
Description: debug symbols for postgresql-11-preprepare
Build-Ids: 933ff9df0a9a16e42b52ede48bf59c95371d6f40
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-11-rum
Source: postgresql-rum
Version: 1.3.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 490
Depends: postgresql-11, libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-11-rum_1.3.14-1.pgdg+1_arm64.deb
Size: 109800
SHA256: 555963909c3ec85f39173ef1d59b6010af101c8a7b91946e73a0df404a643b68
SHA1: f855c479c6040b20b375078080da309db227a515
MD5sum: 505ca0262448f9da6c83ac0f8305ab78
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-11-rum-dbgsym
Source: postgresql-rum
Version: 1.3.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 348
Depends: postgresql-11-rum (= 1.3.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-11-rum-dbgsym_1.3.14-1.pgdg+1_arm64.deb
Size: 307504
SHA256: 46453faf848157c15a8fc84833c434f25e965b3d1226d71361b5619defa2e61f
SHA1: 2eef39e068f48458cb2ae959c7cc1acf426bbef7
MD5sum: f99ccec305897fd938fe526bb29100e0
Description: debug symbols for postgresql-11-rum
Build-Ids: d774ff38a12d1cc89a79ccf6c3757a341b316df4
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-12-http
Source: pgsql-http
Version: 1.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 153
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-12-http_1.6.1-1.pgdg+1_arm64.deb
Size: 48552
SHA256: 2a1d448345d267429473daeb7334b6c121ebe778e389e94d3d0a584ff98d295e
SHA1: 0b3b916cf559551248feacc50437b3545cb5296f
MD5sum: e2d05bce3d9f3d61598ff930433aa27b
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-12-http-dbgsym
Source: pgsql-http
Version: 1.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-12-http (= 1.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-12-http-dbgsym_1.6.1-1.pgdg+1_arm64.deb
Size: 56520
SHA256: 9547d7940486f7a003fdb0c082d4c488950b999d9e5dba0ff74ca72eca5e1bc9
SHA1: bf416829ecc3624dbb3aa052b2f435b039610295
MD5sum: d5e610b0ee3fdde7d4ec13bb9511a398
Description: debug symbols for postgresql-12-http
Build-Ids: f3f3625940be9ce3ed22bdb2c04bfb537d5fa0f9
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-12-orafce
Source: orafce
Version: 4.13.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1283
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_4.13.5-1.pgdg+1_arm64.deb
Size: 408060
SHA256: ba7fe4f110cdca34a76b17eeda36d060a6e185cdd1a9fd7486880b18130695bf
SHA1: 0e6d1d288a4e92564891528f5cc007eba0b38b0a
MD5sum: 98835cca0952ec119cc5f484bdc730fc
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 4.13.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 335
Depends: postgresql-12-orafce (= 4.13.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_4.13.5-1.pgdg+1_arm64.deb
Size: 281224
SHA256: b2bc4e8f6afc76a834dee4ae272dd024975bd60179a600570065b7ae7ac4c763
SHA1: 4d1757e05d842a7725352818ce9de8d3fe6f77a5
MD5sum: 83a67642661ba1719f1a8095e633d219
Description: debug symbols for postgresql-12-orafce
Build-Ids: b8db287e123e845c95aeb66c0e06dbbda915ecfd
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-12-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), postgresql-12-pgaudit, libc6 (>= 2.34)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile_1.6.3-1.pgdg+1_arm64.deb
Size: 45512
SHA256: 68a3716e851d0b61c27df523c427008665bd7950fb09cf9e87348ac1d58422e6
SHA1: 29f397bd4d6da3b75c9fdc05860a916121bf29b7
MD5sum: 60ffddbf99134e6feabc0889d34f4d07
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-12-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-12-pgauditlogtofile (= 1.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile-dbgsym_1.6.3-1.pgdg+1_arm64.deb
Size: 32848
SHA256: 06e6865950cb3134b7f19224872a837f8dc568ae476fa704cfd73a65a4fa605c
SHA1: e9349dcf6bf4e7a54a53e38ad8d84a02ca4a6988
MD5sum: ee49955539bd4dd28784b0265d00b642
Description: debug symbols for postgresql-12-pgauditlogtofile
Build-Ids: 8b0af8ff99aab8fed6c474e33a0e747e7c918db8
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-12-pg-checksums
Source: pg-checksums
Version: 1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: libc6 (>= 2.38), postgresql-12
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-12-pg-checksums_1.2-2.pgdg+1_arm64.deb
Size: 34920
SHA256: 33e3cb0d66c6223ef0df666d6d48999dd91202e181a6471ca1554848cb60db52
SHA1: d41b08849747c70f34b8756c1894a91e14aff9f0
MD5sum: aa190008216b37ccc7e664b18f86a4db
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-12-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-12-pg-checksums (= 1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-12-pg-checksums-dbgsym_1.2-2.pgdg+1_arm64.deb
Size: 22560
SHA256: e1cb86e83532a95b7672a417e8730bb8bc99ae7f017478ce75a6274e70617686
SHA1: ad13084f5165bc539b4be56f759c8844be5ede9d
MD5sum: ff913ae71f4a69364aa8ca8ce0a7331d
Description: debug symbols for postgresql-12-pg-checksums
Build-Ids: b4ede9fd77ecc75c2791d4bb3e5366c04d2f3355
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-12-pljava
Source: postgresql-pljava
Version: 1.6.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1369
Depends: default-jre-headless | openjdk-21-jre-headless | java-runtime-headless, postgresql-12, postgresql-pljava-common (>= 1.6.8-1.pgdg+1), libc6 (>= 2.38)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-12-pljava_1.6.8-1.pgdg+1_arm64.deb
Size: 919652
SHA256: 28601da2e69ec75a6362b35ee8195de71a1b7e4375cabb09b3b30a1b404689b3
SHA1: 325789358f92c4235ad99a84a20d573313c8df13
MD5sum: 31f5098e885513357d4f4df0cf7f2cbd
Description: Java procedural language for PostgreSQL 12
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-21-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-12-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 354
Depends: postgresql-12-pljava (= 1.6.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-12-pljava-dbgsym_1.6.8-1.pgdg+1_arm64.deb
Size: 291748
SHA256: 9ccacbb2be30c8de4a949e9e99cbb08ff62f49b57562f6d8e57d92f313401f3a
SHA1: b72e04076b84a35b4ced7c98dffcb9bc2610cb85
MD5sum: b9623b6fbdbeb440cfaeb53e17b2d84f
Description: debug symbols for postgresql-12-pljava
Build-Ids: 20573576b253b1d61d262b0383178f990b90c95d
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 2.7.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 819
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_2.7.12-1.pgdg+1_arm64.deb
Size: 355208
SHA256: 11557b38d6c9407e72ed33c0d00ca95f9727a145640edff06cfd5e3e5cb95e60
SHA1: a579d39420e6de1d6afde2941e90622ae5aee714
MD5sum: 1073f8a57b080b7e49ca1948f774a657
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 300
Depends: postgresql-12-plpgsql-check (= 2.7.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_2.7.12-1.pgdg+1_arm64.deb
Size: 267364
SHA256: d14f50e7093e84526319bd8486dbe4eb35635232b15173841d43eb9285badc5b
SHA1: e288d810bb94bf461afd37c35b073237116408a1
MD5sum: dc7c2638e9d05e56c7a42959d7415c32
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: 375a065da628d3116d9c343c05dcbf93591f92bb
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10437
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal35 (>= 3.7.0), libgeos-c1t64 (>= 3.13.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 1.5.0), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-12-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.5.0+dfsg-1.pgdg+2_arm64.deb
Size: 3651076
SHA256: 2f8ea3abf8c9a85a90039cadd8067905f29c3eec09c6780a8d3df1e41db0646d
SHA1: 18b03e476f2e0c79466af563892fedcc2c4847e2
MD5sum: b51bb2e19ebd9d6160d0df269d88c2b8
Description: Geographic objects support for PostgreSQL 12
 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".
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4652
Depends: postgresql-12-postgis-3 (= 3.5.0+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.5.0+dfsg-1.pgdg+2_arm64.deb
Size: 4087888
SHA256: 521d965ba7db6032f1557ca39465a5cc2b969fc1f18a8827bff3be76e40fa7ec
SHA1: 237b9267cefe25e3662a1fda2627b54d3fbd8162
MD5sum: f6ee9e2dceaa69c337b4dc3b42d9a073
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 3f1858607543ceeff1d09c5a3041bb5ea37b2ad0 488a28fe5da991aee790c0637d5282c4f9b79fae 62dfdb5644e2892634e257ae6d9fcf3f0a05c31e c06814aed439f85df8f183d5b86072f590100863 ed9fdb67407611a35795c6de68a5999998117cb3
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38484
Recommends: postgresql-12-postgis-3
Provides: postgresql-12-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.5.0+dfsg-1.pgdg+2_all.deb
Size: 1276160
SHA256: d7e8010fe79c68dd71935829fda67a7e12b1413548380ed7ce8e9fec26122e1d
SHA1: c8012755008d0d7967cb6535b2598f92857ccb9e
MD5sum: a6b7cb7ec0280484318e35367bd9584c
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-12-preprepare
Source: preprepare
Version: 0.9-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-12-preprepare_0.9-9.pgdg+1_arm64.deb
Size: 17976
SHA256: 0df6ccd391834d6265d05b0daa51961b65900c2d94a3e97cd888659a66c43c51
SHA1: 28eb9f4ab54a00c6255ab8d2acd4e99aae933187
MD5sum: 46d9897205e5ab0bdc17f40eac3daee3
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.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-12-preprepare-dbgsym
Source: preprepare
Version: 0.9-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-12-preprepare (= 0.9-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-12-preprepare-dbgsym_0.9-9.pgdg+1_arm64.deb
Size: 16144
SHA256: b70eae5cb198e386a75c175e2aa9dbd5eddcdf20b49552d633ff3042146a0881
SHA1: 332c6ace9017a19d8fc93635a5fa1d300c97ff15
MD5sum: 84903e881c6eae58c835df9b2aeab190
Description: debug symbols for postgresql-12-preprepare
Build-Ids: 3b08977f08ac47ecb733e145e8c680898e7fab2c
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-12-rum
Source: postgresql-rum
Version: 1.3.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1044
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-12-rum_1.3.14-1.pgdg+1_arm64.deb
Size: 389496
SHA256: b74d4b3575b31ebe6071248279e704759d372e0ec24bac08442355399a0a64f3
SHA1: 2ddcb5e9619430e6f21a1746500a584d58c1a753
MD5sum: b28ea136adf2c2f6cb143668e20cbbc0
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-12-rum-dbgsym
Source: postgresql-rum
Version: 1.3.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 349
Depends: postgresql-12-rum (= 1.3.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-12-rum-dbgsym_1.3.14-1.pgdg+1_arm64.deb
Size: 309524
SHA256: a0151867b57182c3b0cb028390198c4e3ba528d0e2fbe6ee5185cffea2cf9d79
SHA1: 7f95e94c95b0458487ae18c536a8f98e5f069db0
MD5sum: 250b6f0b0940d5ddf5fb4d08440ee34e
Description: debug symbols for postgresql-12-rum
Build-Ids: 7f25750ca3300bd31cc2bab4313cddbbad9292e7
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-13-http
Source: pgsql-http
Version: 1.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 153
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-13-http_1.6.1-1.pgdg+1_arm64.deb
Size: 48832
SHA256: 1d422bdd09c4cedf6c0a05712e02b9df9b716a49753891a8c7649accb1c57332
SHA1: 25ad5464a604ac902573642d7882de9af3fce17f
MD5sum: 8c5d5255e5683fdacf5176a2a8a56120
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-13-http-dbgsym
Source: pgsql-http
Version: 1.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-13-http (= 1.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-13-http-dbgsym_1.6.1-1.pgdg+1_arm64.deb
Size: 57768
SHA256: 463329faefbed27825dcba72ccfa966f249108af15fed1cdb83374a080dd1aba
SHA1: 61d998262e8410d4793075cb0b0e0ccc45b87dec
MD5sum: a0f5882499f1dc3e736e5adee47f92f1
Description: debug symbols for postgresql-13-http
Build-Ids: 0ac6266fd4e3f39ae80d17dc87358660874be776
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-13-mobilitydb
Source: mobilitydb
Version: 1.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3345
Depends: postgresql-13-postgis-3, postgresql-13, libc6 (>= 2.17), libgeos-c1t64 (>= 3.12.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-13-mobilitydb_1.2.0-1.pgdg+1_arm64.deb
Size: 675936
SHA256: 97a2719ae5c8caa1f9169b78b0184ce13a8dcaad103d0224c63f739df83478c6
SHA1: 10eafa8d52a98fbed0eec4228cd19dd64bfd863a
MD5sum: 5420f13d9faa34aea4b06539140f9990
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-13-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2446
Depends: postgresql-13-mobilitydb (= 1.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-13-mobilitydb-dbgsym_1.2.0-1.pgdg+1_arm64.deb
Size: 2215484
SHA256: 957e5e677adcd613ba723102e63007e061da4968b3afb53e9f1b2bd88be78fff
SHA1: 71b0e368f401b226d7e65fad3cf3728888a88b22
MD5sum: 7fd507f0f7f87a684554a9aac10d120a
Description: debug symbols for postgresql-13-mobilitydb
Build-Ids: dc8d40964b3d0aa22d392b91e3c5cb54a25182dd
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-13-orafce
Source: orafce
Version: 4.13.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1281
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_4.13.5-1.pgdg+1_arm64.deb
Size: 406964
SHA256: 8c30b951d505453ca635b018ff93761f7a7b9cd9d8374dda1d8e964fb17974a4
SHA1: 119ad2d1e11c6a0dbbf617a8329eedce68db293d
MD5sum: b31b52f02e17bf4f291f425974dd4b9f
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 4.13.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 340
Depends: postgresql-13-orafce (= 4.13.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_4.13.5-1.pgdg+1_arm64.deb
Size: 286744
SHA256: 47be7813d10b2197ef8605c2c296a03dcfad19e24dbe665b77ac5e4397abcc05
SHA1: 1c825360eeee72a9fae149a11acf803aa1f6fe63
MD5sum: 88a7c3374a47530ec5ad3ecaad7aee52
Description: debug symbols for postgresql-13-orafce
Build-Ids: 2c919a8ac0d9f3791843a4d88d7c62d6e0794926
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-13-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), postgresql-13-pgaudit, libc6 (>= 2.34)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile_1.6.3-1.pgdg+1_arm64.deb
Size: 45456
SHA256: d73a273fa41d01e6f574d83da5d551119008eb9f5073fce45e6aa27747362d30
SHA1: 7f476b832f62cb76883da10def05404aeedf0ef1
MD5sum: 4c8c0aac199aca9d236b01dc34e29ee6
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-13-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-13-pgauditlogtofile (= 1.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile-dbgsym_1.6.3-1.pgdg+1_arm64.deb
Size: 32884
SHA256: ed702793fce83cd03277f5d948f7d6697b579490546192cb4e99292586c6ba8d
SHA1: 6f817fd8685eaa844299a0c6a2bba8bbb54c6120
MD5sum: 3d0e18c35240f22117867bfbaa3e37a5
Description: debug symbols for postgresql-13-pgauditlogtofile
Build-Ids: 7729a78a18ecee684988d37a917af3fb976e246c
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-13-pg-checksums
Source: pg-checksums
Version: 1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: libc6 (>= 2.38), postgresql-13
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-13-pg-checksums_1.2-2.pgdg+1_arm64.deb
Size: 35096
SHA256: 379e83380ef01e7ac872c9b5cf345f29fad18880b7d2ad5ffbf7f81ae2ed6724
SHA1: 50e5354c2163aa89017f929d6fee1ff0832aaae1
MD5sum: b080a1afa80fcc07f91608067d2f42d2
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-13-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-13-pg-checksums (= 1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-13-pg-checksums-dbgsym_1.2-2.pgdg+1_arm64.deb
Size: 22544
SHA256: fa050a21ba6374585e2ca0228c5100d3bfe574a3dd69f78c3aa630e396882f7e
SHA1: 9372234cc87414e9e87ffd3a41f1e77acd4b3377
MD5sum: ecdc5ff3a8de28e75eb90c032fdf3f2f
Description: debug symbols for postgresql-13-pg-checksums
Build-Ids: 49bd639393df3ab62b094098649222b98e8a6890
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-13-pljava
Source: postgresql-pljava
Version: 1.6.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1369
Depends: default-jre-headless | openjdk-21-jre-headless | java-runtime-headless, postgresql-13, postgresql-pljava-common (>= 1.6.8-1.pgdg+1), libc6 (>= 2.38)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-13-pljava_1.6.8-1.pgdg+1_arm64.deb
Size: 919740
SHA256: f1f765ef7780d87921ad57208edcf9e4c213a17e59f5e306cfce6e6410d21f6f
SHA1: 6baf8f84a6dafe7012e082ee44ccd373e6cbe44f
MD5sum: b927fe4f509fe262b640890bc2ebc88a
Description: Java procedural language for PostgreSQL 13
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-21-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-13-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 360
Depends: postgresql-13-pljava (= 1.6.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-13-pljava-dbgsym_1.6.8-1.pgdg+1_arm64.deb
Size: 298100
SHA256: e1cb77a656325a8bb9c4146316358f15828a408794ab408884fa52f2ff7ae084
SHA1: 02f01d5143d7a93840225d38483907d24409f603
MD5sum: eb9db4a879b38da2ebef879b7c6c483b
Description: debug symbols for postgresql-13-pljava
Build-Ids: 3a98fbfb935691b2b3c53495129f82f1c80fccb0
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 2.7.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 824
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_2.7.12-1.pgdg+1_arm64.deb
Size: 361256
SHA256: 33dc4b05ad65b778dd4635b9cb380c0fe39d1126886a58686ee4c2ec789a9419
SHA1: 819ffb4523e381c416d8c1d093e897cb31e0ac88
MD5sum: c82522cf98c8cd5bc8240e2a5285d263
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 323
Depends: postgresql-13-plpgsql-check (= 2.7.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_2.7.12-1.pgdg+1_arm64.deb
Size: 289844
SHA256: f78935bc54b34226056090617a796d2e7c839e1f75e65e7bece9e4cf85803e8a
SHA1: f6cfe4b3a12d89cb20e8766cc3ffc3366e8b33cb
MD5sum: 3bd97658ce067dcfa5659e46094510e5
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: 661bc2826911fe102be9d2f33d7469e4f653408d
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10423
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal35 (>= 3.7.0), libgeos-c1t64 (>= 3.13.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 1.5.0), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-13-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.5.0+dfsg-1.pgdg+2_arm64.deb
Size: 3660708
SHA256: f4df2410f831600f9d8077032a495723578e315aff98e86c17e0c7308cdb415c
SHA1: b8b07ac96584164167eb01bce265236b6123bf96
MD5sum: c6a04106b8435ce74fe1533b9618d6fb
Description: Geographic objects support for PostgreSQL 13
 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".
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4677
Depends: postgresql-13-postgis-3 (= 3.5.0+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.5.0+dfsg-1.pgdg+2_arm64.deb
Size: 4111260
SHA256: 664f488c3ae0efd011a0f93c411d086f86d3903bf9373fb8b518646be452be09
SHA1: c11765d0787a5e918eb25448c2de7ae54ed46621
MD5sum: 1bfd59cb5d7138533adb5279002dbbd3
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 596826f5d8891ffc7c7a86a8c40a3bb1a90cbc1b 7d51dee109ec19860b2c8c73a5dd104da0e0f482 a29a7cdd1fefddd477ea281dbd6018274fab1bf5 b706e4aed933791cc551c28b7b21b1f85bd3ae1f cf2a8aad84a7a892e2beaf7acb94342f46e8e740
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38484
Recommends: postgresql-13-postgis-3
Provides: postgresql-13-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.5.0+dfsg-1.pgdg+2_all.deb
Size: 1275976
SHA256: c41d2aa72108ccb9003daa65a47b4e772a0c54bfb0d8b7a0f4c8d4a8d57df7aa
SHA1: e88982529942b9868e802dbbe160ae41a2bd1b5c
MD5sum: 92d066afd4988fb455042dc1ff318cf1
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-13-preprepare
Source: preprepare
Version: 0.9-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-13-preprepare_0.9-9.pgdg+1_arm64.deb
Size: 18020
SHA256: 5c1f033cfceac75638c733433a2b877256ac5352150df0896632013b0cd41fac
SHA1: e27bc8506c8344258b2c323192164bf13345c7fd
MD5sum: be6665efd2492f2e205649c1194a47d6
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.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-13-preprepare-dbgsym
Source: preprepare
Version: 0.9-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-13-preprepare (= 0.9-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-13-preprepare-dbgsym_0.9-9.pgdg+1_arm64.deb
Size: 16296
SHA256: b556002e5ecd8f13567b03c3987ba194af6abf7fe575c6b61f3859362999ece6
SHA1: 4780438ab532b647e988989112c588ef3960f999
MD5sum: 36ec928c16f489895c0147b1cda79172
Description: debug symbols for postgresql-13-preprepare
Build-Ids: 47bf8310a6be836b1cc711e7312e89e1ed867293
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-13-rum
Source: postgresql-rum
Version: 1.3.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 954
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-13-rum_1.3.14-1.pgdg+1_arm64.deb
Size: 382240
SHA256: 79bc55c234772d8730606e69b5230bb5d04882217c84e2cfdbd10a11696942e4
SHA1: ad4236ea92fddd63470c98f1021a3a0e8a57a0dc
MD5sum: 1f855d51b4532bd107cd0d6bb07d2c34
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-13-rum-dbgsym
Source: postgresql-rum
Version: 1.3.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 348
Depends: postgresql-13-rum (= 1.3.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-13-rum-dbgsym_1.3.14-1.pgdg+1_arm64.deb
Size: 308244
SHA256: e9f0527f1440f344cac8bac1400150767493816b56a31dcaea4cde49fdb22400
SHA1: 8ea6a8d4200a9bd7bb168b41971935e3cd757b31
MD5sum: fec9aea095835a26d4766eae68533c48
Description: debug symbols for postgresql-13-rum
Build-Ids: 63c9019db01c45563343436412ae96e9ca99b422
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-14-http
Source: pgsql-http
Version: 1.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-14-http_1.6.1-1.pgdg+1_arm64.deb
Size: 49304
SHA256: e4143de089c8cebe9b401fbd3908d84a39ef372848113c35e3ac195cf7f68881
SHA1: c4f893d41e9afb35e06f9f590d5ed3294b3a1af4
MD5sum: f1702b3224dd70532243a54062e4bd06
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-14-http-dbgsym
Source: pgsql-http
Version: 1.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-14-http (= 1.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-14-http-dbgsym_1.6.1-1.pgdg+1_arm64.deb
Size: 59084
SHA256: 137f0e93ef40a432ad7720b45e1935fc7bb6b59dd58a4dbdfdb060017c3d5458
SHA1: 5bd9961273ab15ac51bea228243976325fa2a839
MD5sum: 1ba6eb7d551db349cdcfaaabfcd01bef
Description: debug symbols for postgresql-14-http
Build-Ids: 913ff0adff8f5a56d8e970b53c129a705b86cacd
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-14-mobilitydb
Source: mobilitydb
Version: 1.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3345
Depends: postgresql-14-postgis-3, postgresql-14, libc6 (>= 2.17), libgeos-c1t64 (>= 3.12.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-14-mobilitydb_1.2.0-1.pgdg+1_arm64.deb
Size: 676264
SHA256: a24b9e47ab2f659a89e54ef09bf57ba9d1bda21050af7cc067fd6719c801d40b
SHA1: 068d8c6a89e2334a1c2fa8ee0b36c5d32990e1fd
MD5sum: 1af643d54afdbc0d1ea8d20d721525e0
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-14-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2452
Depends: postgresql-14-mobilitydb (= 1.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-14-mobilitydb-dbgsym_1.2.0-1.pgdg+1_arm64.deb
Size: 2219488
SHA256: b3ba54400c82a912611b1f70e370e0bc310d2676f1a054578e7b0f952c28e8fa
SHA1: 37ecb55624a9a4e1ca3757c40f61dceeefad8183
MD5sum: 8ed61532c901e259de2f3aa8fb5b5e12
Description: debug symbols for postgresql-14-mobilitydb
Build-Ids: a5fba81d1f333750f738ce6e1f7300e832f3b81d
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-14-orafce
Source: orafce
Version: 4.13.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1288
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_4.13.5-1.pgdg+1_arm64.deb
Size: 410216
SHA256: 2375fb2144f8acced15da9af24c83e3395037ec9fae303068e9494bf17280ca2
SHA1: 4d71eeda8b8b2d218b4e8c41ec8f1463a151d444
MD5sum: 52baa9245f856a7ed5de342a1c8f1e04
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 4.13.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 345
Depends: postgresql-14-orafce (= 4.13.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_4.13.5-1.pgdg+1_arm64.deb
Size: 293012
SHA256: 4a2f052673f33347fc8b65c890a6f26058e1304ffa285a45125154c7a0c4dd57
SHA1: 8e3b1c14953fce9b9a46e031a59d9c3c9a85ecaf
MD5sum: b680fdf7fa65e45393956d4437b0dff9
Description: debug symbols for postgresql-14-orafce
Build-Ids: 4e8c4e6d6e1c39b58e98b70e43ed964d26d137d9
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-14-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), postgresql-14-pgaudit, libc6 (>= 2.34)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile_1.6.3-1.pgdg+1_arm64.deb
Size: 45608
SHA256: f281b7c75f3e4b7d8b8f394c14ad8f2f2e22ba66ceaa7476478fde475bf9a905
SHA1: 6492bba6a761048013f3fbd3b73852eb9cc76b2c
MD5sum: d8a360b571c37916e26bd45d095dd04b
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-14-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-14-pgauditlogtofile (= 1.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile-dbgsym_1.6.3-1.pgdg+1_arm64.deb
Size: 33432
SHA256: 0019669010788656f0e23143db280775b5aca22542b15f55075fff3645b65221
SHA1: 966fad21b7b890c00e90b8aa088ad1fc7ec69da4
MD5sum: c108d04291d979a731aa3c1a7f71cfc9
Description: debug symbols for postgresql-14-pgauditlogtofile
Build-Ids: 77139a4bd4e0480c1d58af2246fceb0d0806792e
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-14-pg-checksums
Source: pg-checksums
Version: 1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: libc6 (>= 2.38), postgresql-14
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-14-pg-checksums_1.2-2.pgdg+1_arm64.deb
Size: 35260
SHA256: 4d52b46761c29cf043c81c590dc5066673b95f3d3ddb9635c9e72df46d8b6f17
SHA1: 5b75fef127b139587635b412e64c64d54439d4bd
MD5sum: 66f8677113c1dde016796640fe732dbe
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-14-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-14-pg-checksums (= 1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-14-pg-checksums-dbgsym_1.2-2.pgdg+1_arm64.deb
Size: 22580
SHA256: ed8aaa3b67ab000f4dcff61ffaa0ebd4ab9cc1b83fa2af9503a02e3e56b14d2c
SHA1: 9852e5f3bce617e788b2c837e96506e7b480824b
MD5sum: f3949028b20ce02df3b849381e14d61e
Description: debug symbols for postgresql-14-pg-checksums
Build-Ids: 6af5fb29f9f98d767dfcbf343be865136f11b9a4
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-14-pljava
Source: postgresql-pljava
Version: 1.6.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1369
Depends: default-jre-headless | openjdk-21-jre-headless | java-runtime-headless, postgresql-14, postgresql-pljava-common (>= 1.6.8-1.pgdg+1), libc6 (>= 2.38)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-14-pljava_1.6.8-1.pgdg+1_arm64.deb
Size: 919228
SHA256: ee8f8290a06d90e6820c549a977b31efce758bf50ffca254195151614e8ae15c
SHA1: 08c0a5126d8f13546d7269a594aaced5d40fd274
MD5sum: ec312f50b7ae19f6bcea74f59b3aaccb
Description: Java procedural language for PostgreSQL 14
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-21-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-14-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 361
Depends: postgresql-14-pljava (= 1.6.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-14-pljava-dbgsym_1.6.8-1.pgdg+1_arm64.deb
Size: 299520
SHA256: b56c4ab0380d23fdba2ca679b05f411b7829a23a2e83cc5d0c7eb065fe11484f
SHA1: 5b68d4d28efa5bdb06d0233d3e1e89b818a3209c
MD5sum: 8c87314f772aa34987e0841614b682be
Description: debug symbols for postgresql-14-pljava
Build-Ids: ea3de4c5e78b24f1cb418615e5040c377b09d8a9
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.7.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 836
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.7.12-1.pgdg+1_arm64.deb
Size: 366924
SHA256: b54ca1ffa525124410575ed096069fcb2e7d7c9499ec51ecf38c874c7cac4386
SHA1: 0f5604f67fdc5077183ce0baa16d5d265db66a3a
MD5sum: 218feab211a2ef35c37189917f834967
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 331
Depends: postgresql-14-plpgsql-check (= 2.7.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.7.12-1.pgdg+1_arm64.deb
Size: 297276
SHA256: 3802840785665cdf6dde0b10c8409a359c482f733887e4961c9413f82a7c90fe
SHA1: fe7a5af78c39a8b49a54ed6105d3d94225b3176a
MD5sum: 48fbe0e28d19ffe1d57f020c6f0df3bc
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: b23124ddbcad72fbfd27a0281023de784017edff
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-14-postgis-3
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10490
Depends: postgresql-14, postgresql-14-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal35 (>= 3.7.0), libgeos-c1t64 (>= 3.13.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 1.5.0), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-14-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3_3.5.0+dfsg-1.pgdg+2_arm64.deb
Size: 3671924
SHA256: 2b3a064c27bd70b757475f62c5a305aaaf2df070708377b059a0a8ace02e0cc3
SHA1: ad8be738d3eeec08ced615adaa4747f7d9e90a04
MD5sum: 52923cbca7ae01f102f5a98f763a0ed3
Description: Geographic objects support for PostgreSQL 14
 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".
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-14-postgis-3-dbgsym
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4666
Depends: postgresql-14-postgis-3 (= 3.5.0+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-14-postgis-3-dbgsym_3.5.0+dfsg-1.pgdg+2_arm64.deb
Size: 4100516
SHA256: 89c5910b2e2ffd19ca86b9b21c9e5cfeee49854515b3d0e9134a6f8542ae286e
SHA1: adcab5a1c40187c5ac279b7a3f5cb9020890f86d
MD5sum: 5d97850e065f59282556bd16b4a440cb
Description: debug symbols for postgresql-14-postgis-3
Build-Ids: 1af5e4168d53dbd1917610cdd7e34db9c77d245e 2f87bf36bd84e298699395c853d7d5f0552707be 607417922a18fce662aa5a4e10379b10ab78683b 6dd14a165d3f7cb7adb684aac17dc452dca1aa31 da310a8e46fd3a379c6c4ee550aaaed06207b9e6
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-14-postgis-3-scripts
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38484
Recommends: postgresql-14-postgis-3
Provides: postgresql-14-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3-scripts_3.5.0+dfsg-1.pgdg+2_all.deb
Size: 1275880
SHA256: ff891eb939fd9615032344c33f557f9ab19f51f174ca8c4ed9bf172a12f4543d
SHA1: 6322d1b177043415cf4ff1161e4e216d018fd34f
MD5sum: 88277a8b0c1e67d0347bb6cc4501f92e
Description: Geographic objects support for PostgreSQL 14 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 14 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-14-preprepare
Source: preprepare
Version: 0.9-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-14-preprepare_0.9-9.pgdg+1_arm64.deb
Size: 18080
SHA256: a7488379a5a74a3c4970e2a6d8308d4710996ffac989b368afe2700a8d673ede
SHA1: dc1dc1a5bdbbf53b773035c79297c5293a0c770e
MD5sum: 574396fceb34fc81b9ed9fb0b3da2c67
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.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-14-preprepare-dbgsym
Source: preprepare
Version: 0.9-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-14-preprepare (= 0.9-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-14-preprepare-dbgsym_0.9-9.pgdg+1_arm64.deb
Size: 16488
SHA256: 5dbeb86c0f5630aafe1fcd76234be81733dc02d89d208cc6ef81a592fe190b1c
SHA1: a7a7ca6580cf98e8c880125667f6ebfd766a596e
MD5sum: 17c744d059e355488962e599f57fe1ab
Description: debug symbols for postgresql-14-preprepare
Build-Ids: 28e06ece187118f3f0c0002192f2cb23d3685074
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-14-rum
Source: postgresql-rum
Version: 1.3.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 958
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-14-rum_1.3.14-1.pgdg+1_arm64.deb
Size: 384640
SHA256: 7b126272b261a34ab88e15a2e049290f96a88290e14fc4d5fe1edaaf4868b03d
SHA1: 2fdc52acc1ac9eeb9106a668c00099fa9463f86f
MD5sum: adc1edd13ddabe7f6e8ecc285f133a16
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-14-rum-dbgsym
Source: postgresql-rum
Version: 1.3.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 351
Depends: postgresql-14-rum (= 1.3.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-14-rum-dbgsym_1.3.14-1.pgdg+1_arm64.deb
Size: 311152
SHA256: c0b61807da4c8bc850669df89bacbde49d3d840654fdee4c2a02acaa8591f004
SHA1: 02ac324c34d45879eae748aee85b2a9e266778e1
MD5sum: 7ba8982498d1301decab38f0808b756f
Description: debug symbols for postgresql-14-rum
Build-Ids: 9cf88c60b193d61cd9a6aa762e2545301d9c7750
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-14-timescaledb
Source: timescaledb
Version: 2.17.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11808
Depends: postgresql-14, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-14-timescaledb_2.17.1+dfsg-1.pgdg+1_arm64.deb
Size: 355168
SHA256: 0753416df6f95bb973a0fdab881cba45059b67bf23c2d6cbe8ddcea395b77ca3
SHA1: 5918e2d0566b4ebfa29882c6c0912a5be8b6fdc2
MD5sum: 4f4c1f11b9494c681f29103256f16e39
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-14-timescaledb-dbgsym
Source: timescaledb
Version: 2.17.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1210
Depends: postgresql-14-timescaledb (= 2.17.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-14-timescaledb-dbgsym_2.17.1+dfsg-1.pgdg+1_arm64.deb
Size: 1091596
SHA256: 28dbc69060122f7f8032216927145f185fc55fc58a9a3b2253f2cf54f5e8cc1d
SHA1: 43d6d3b7f1e9efef3be143014935c4086437ad36
MD5sum: 28b7011ecc34de51b91a00c8ee3bf89d
Description: debug symbols for postgresql-14-timescaledb
Build-Ids: 090c70c9a3541059c11dcaa8bb65c11086bc75f3 8ecf0ff17c3d66ade05babfb1b19f0ebcd098ab3
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-15-http
Source: pgsql-http
Version: 1.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-15-http_1.6.1-1.pgdg+1_arm64.deb
Size: 49284
SHA256: de1be919e66575922a2512d907ddffc033857963230abcb2ab50e1a6d6939374
SHA1: 398fcd34c3722d85793c9009d60bd71e28c9efa0
MD5sum: 4a8172b119948cb13dfa4f11e1338e31
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-15-http-dbgsym
Source: pgsql-http
Version: 1.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-15-http (= 1.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-15-http-dbgsym_1.6.1-1.pgdg+1_arm64.deb
Size: 59392
SHA256: b600076586f34e0b6e52660249dc997ccf539cf3638cabba4a07a938faad5a63
SHA1: 4815419afa2c85f165ba7c7ee41641daf3275b91
MD5sum: 21a2270feb998dd48c47be9ef51bf602
Description: debug symbols for postgresql-15-http
Build-Ids: 342df4e300940e9d17c361da8786bd41e15f99aa
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-15-mobilitydb
Source: mobilitydb
Version: 1.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3409
Depends: postgresql-15-postgis-3, postgresql-15, libc6 (>= 2.17), libgeos-c1t64 (>= 3.12.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-15-mobilitydb_1.2.0-1.pgdg+1_arm64.deb
Size: 676188
SHA256: 95398b592d8ab6056f55cfff53e6b4926f9b59498ec4ccad90efdc31b4e8001e
SHA1: 4ef7182a7ded0b6ac671701595fd5132a73a4c64
MD5sum: fe4df3a5670d7262e746e9b4390286c7
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-15-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2455
Depends: postgresql-15-mobilitydb (= 1.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-15-mobilitydb-dbgsym_1.2.0-1.pgdg+1_arm64.deb
Size: 2223720
SHA256: 35b958a437ca7f762b412c7ac3c1e5fdfd92ed2aa9a57e84c3c492045f0eec81
SHA1: 66ada190e30a731e30c0793571539fa492071f36
MD5sum: 8a21df34d14d21a235fbae03124c0429
Description: debug symbols for postgresql-15-mobilitydb
Build-Ids: 244650dc13f5b4389fb92065583ef781730a9f94
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-15-orafce
Source: orafce
Version: 4.13.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1291
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-15-orafce_4.13.5-1.pgdg+1_arm64.deb
Size: 409708
SHA256: 25c1b7ba05e20e01c861f1bcc23a306cdb84c19745ce0e13a87c482f6d053516
SHA1: cf977016da26ff71bc1c69459c204518e4c72c8c
MD5sum: a3c801436c2b511e18b38c6568993192
Description: Oracle support functions for PostgreSQL 15
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-15-orafce-dbgsym
Source: orafce
Version: 4.13.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 346
Depends: postgresql-15-orafce (= 4.13.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-15-orafce-dbgsym_4.13.5-1.pgdg+1_arm64.deb
Size: 295656
SHA256: 576440f6c3e6396005901079f03efc25c0cd6de91b0a5143cf79eb881fed8776
SHA1: df0202667f2ad707835621bf38cc307605a46825
MD5sum: ac6ab1beaf8b9f48171afe42c9dcde17
Description: debug symbols for postgresql-15-orafce
Build-Ids: 1ed4685870530a6cb093996181896783966a93f4
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-15-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), postgresql-15-pgaudit, libc6 (>= 2.34)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile_1.6.3-1.pgdg+1_arm64.deb
Size: 45816
SHA256: a0a80cca19e90be29c0de75f94b94f28736ebcca4d12d13620284b0204e2eb5b
SHA1: ace864099d15026359b68bdaaece0011d5e5c141
MD5sum: 95d48e99475f6c68b9654c160a959c19
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-15-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: postgresql-15-pgauditlogtofile (= 1.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile-dbgsym_1.6.3-1.pgdg+1_arm64.deb
Size: 33728
SHA256: 3500911c294c9e0e16dbfe6fff2c8104d954ae3bb0a117e56ecbcb81a84471fa
SHA1: 87a11fcb657f86674daa98fab8d0b90776f27c4c
MD5sum: cab59ff556b5feaeb0ddb2b7a61f18ec
Description: debug symbols for postgresql-15-pgauditlogtofile
Build-Ids: 9b5686a62a43827943057d854240cb610f1e3df4
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-15-pg-checksums
Source: pg-checksums
Version: 1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: libc6 (>= 2.38), postgresql-15
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-15-pg-checksums_1.2-2.pgdg+1_arm64.deb
Size: 35384
SHA256: 245579bd8fa50685aded4c3428ff0deb6135a19362d95f842587bd6b6b394dc8
SHA1: 7e5cc9a48b2d9b42ef7e7d34744894d5b3a93b01
MD5sum: 13d8c559185bd5b7e5066caa94a7654d
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-15-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-15-pg-checksums (= 1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-15-pg-checksums-dbgsym_1.2-2.pgdg+1_arm64.deb
Size: 22736
SHA256: 590279f4a133fa0c6824ba1575e7eab8d3d21d9b059d79205d80ed1311c49178
SHA1: 601f50706e3872d5eeb8a77d3ba1026bd0be5ba6
MD5sum: 881c381e9f1dba7d5e5a08909c4c645f
Description: debug symbols for postgresql-15-pg-checksums
Build-Ids: 8e90324811cc7c33a0c9ad0ff675e6a6346a344a
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-15-pljava
Source: postgresql-pljava
Version: 1.6.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1369
Depends: default-jre-headless | openjdk-21-jre-headless | java-runtime-headless, postgresql-15, postgresql-pljava-common (>= 1.6.8-1.pgdg+1), libc6 (>= 2.38)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-15-pljava_1.6.8-1.pgdg+1_arm64.deb
Size: 919604
SHA256: 992129fce29a130803a165e8c5710bcca94373836178ff4851c469809d50cf56
SHA1: c44b9191dd8f15c68a5043d28bd211994df2f4e3
MD5sum: df7777575114d32e337cd770e587a77d
Description: Java procedural language for PostgreSQL 15
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-21-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-15-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 363
Depends: postgresql-15-pljava (= 1.6.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-15-pljava-dbgsym_1.6.8-1.pgdg+1_arm64.deb
Size: 300708
SHA256: 60e8eb3ea86aefc6cd49eb9ce5505a7feb7dba72a6da8380c98714fe29e4b074
SHA1: 2708bd6dc8ca1a3c213d0003e5738e37b187cfb7
MD5sum: bfe57fcc05f1c18b266ae5440df5b887
Description: debug symbols for postgresql-15-pljava
Build-Ids: 261b5f5330b68394b0e5fa4708a38596c3e17ec3
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.7.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 864
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.7.12-1.pgdg+1_arm64.deb
Size: 383748
SHA256: 3493d987af2b2965092ec3844897715e3bdc56d950075b7a87daac055c91455a
SHA1: 787a7d45d6b0b8b042a008fd03ec1795c768519e
MD5sum: bd908d853730bd086c1e9a3515172546
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-15-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 363
Depends: postgresql-15-plpgsql-check (= 2.7.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.7.12-1.pgdg+1_arm64.deb
Size: 328548
SHA256: 364d384a8a3b7e3a0d537877bed53d852dfa8d6a9c92d59ab8ac0ccf4d987674
SHA1: 4d1d583bb2174c45d7da32886dbf9d9994d99068
MD5sum: 6ab907dad9fe23da5d094b01da413e0f
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: 872a64c6f42af1a74aa4dc2f4a6bf619ae781a09
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-15-postgis-3
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10620
Depends: postgresql-15, postgresql-15-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal35 (>= 3.7.0), libgeos-c1t64 (>= 3.13.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 1.5.0), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-15-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3_3.5.0+dfsg-1.pgdg+2_arm64.deb
Size: 3711368
SHA256: fe7b2e8b6909d1fd3b995c6cdddeaf4cf82a02da7a095e381feafbe4d3cf7758
SHA1: 8208625d0d787ac4ebda423de0e09c33da097f82
MD5sum: 41d676fe21fa931c92783842a725bc84
Description: Geographic objects support for PostgreSQL 15
 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".
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-15-postgis-3-dbgsym
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4671
Depends: postgresql-15-postgis-3 (= 3.5.0+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-15-postgis-3-dbgsym_3.5.0+dfsg-1.pgdg+2_arm64.deb
Size: 4106756
SHA256: 9f9cd4f99a8f847e5f7f631ba5f5ae7aad68497c663da7f786200ae7319710ab
SHA1: 2c63695c947814d1caae7175ce7c377416c606c6
MD5sum: 70c6ee425d8f3d50cd42605673f2fad8
Description: debug symbols for postgresql-15-postgis-3
Build-Ids: 1ce8dce8e5d5e88447655cee27698f646c38867d 398db7e1d6190c45e7aae349e5877721a6c6522c 3ff89ff27a22602a98c9db8ea02041a67944cbb9 56f4e9b1c6748de93b17b5481ff1d023bd04b8d9 6848f028a560f3be297bebc1f43f6a3bc169fafa
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-15-postgis-3-scripts
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38484
Recommends: postgresql-15-postgis-3
Provides: postgresql-15-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3-scripts_3.5.0+dfsg-1.pgdg+2_all.deb
Size: 1276084
SHA256: cb617d781fbf841aa76092dbd1c4b6291d145b73df986321de34d0f2936b37fe
SHA1: 057d1060f757dd8b07ce901572dfe6f9e9e68583
MD5sum: 9c96608090f6f3b7dbf241f8e62cfbf6
Description: Geographic objects support for PostgreSQL 15 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 15 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-15-preprepare
Source: preprepare
Version: 0.9-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-15-preprepare_0.9-9.pgdg+1_arm64.deb
Size: 18108
SHA256: ae09e927480e35e0bdb8fca92fcaaac9aaa9b03595ec80884d613af523a12057
SHA1: 21a0b64b02703e5c8a5a1da205283e308c7ce273
MD5sum: 69b2dd02e6702ce3faf79de1a7ae3c54
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.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-15-preprepare-dbgsym
Source: preprepare
Version: 0.9-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-15-preprepare (= 0.9-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-15-preprepare-dbgsym_0.9-9.pgdg+1_arm64.deb
Size: 16752
SHA256: 5c7970c4f21992e3e419ee2ba0fe1478b11801c1aa987122615abca5deb7a97b
SHA1: 32d1319b179573db9fd7e0312e6fb42ef68e1921
MD5sum: c0f3be7bbd22681512d795a32ae49f89
Description: debug symbols for postgresql-15-preprepare
Build-Ids: 5c06acbe4b91a05642ac16b8a0f531bb84f4fb5d
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-15-rum
Source: postgresql-rum
Version: 1.3.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 967
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-15-rum_1.3.14-1.pgdg+1_arm64.deb
Size: 386080
SHA256: 95933c7c514f6cad7ee713d43bb0f2c1449c146901d563ae962d01691f2a51c5
SHA1: cce69c7293a88d0528c203ac31b7d1e902e44b44
MD5sum: 231ef098de85ede915a47f1c9cf4bfe0
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-15-rum-dbgsym
Source: postgresql-rum
Version: 1.3.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 364
Depends: postgresql-15-rum (= 1.3.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-15-rum-dbgsym_1.3.14-1.pgdg+1_arm64.deb
Size: 323896
SHA256: 42fa6550d2880ea19f9fc86cce18e2c4b76b743d180b7f47a210f08fa0386c8f
SHA1: 16b2db421848f11d7ca9deb5b4e773643b92a01f
MD5sum: ff794ec5642e4552bf3a5b43aa032509
Description: debug symbols for postgresql-15-rum
Build-Ids: 39d65bb4bd89270ae2dbf5020500756a336b311d
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.17.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11808
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.17.1+dfsg-1.pgdg+1_arm64.deb
Size: 358064
SHA256: 414d5777069a7b3fb3b3f09e5872b4f5a190f96af110c7443cbbd68b956ae089
SHA1: 231b5e086de041c4269b257b887ed4041c161b27
MD5sum: a31f42aa32d09bc99227a2ef387e97bf
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-15-timescaledb-dbgsym
Source: timescaledb
Version: 2.17.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1200
Depends: postgresql-15-timescaledb (= 2.17.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.17.1+dfsg-1.pgdg+1_arm64.deb
Size: 1082244
SHA256: 89c607746f1b3af19b20f6ffc56461fbafec1a15cec3ebde6c6edbce0c88020a
SHA1: 3b41e461dc5d9318cb8fb8d8a1b44bc3d0038bd2
MD5sum: 5182c1aa5e1ca57544b84244ad733562
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: 78254d10a9f0f6a6e80a189ddfab3b7d99347a23 b3ab0bba56647b50eeb79026f90230f553492f68
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-16-http
Source: pgsql-http
Version: 1.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 147
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-16-http_1.6.1-1.pgdg+1_arm64.deb
Size: 43900
SHA256: 9043e5fe21be4d93668cb9eb65a640def4ef2f79f1e317c8cd7a70aec7467a27
SHA1: c010ec1e08b123a9056777f374a72dc605bde550
MD5sum: 3499cfee6fad3e0e5baf18ad3bc9ef2a
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-16-http-dbgsym
Source: pgsql-http
Version: 1.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-16-http (= 1.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-16-http-dbgsym_1.6.1-1.pgdg+1_arm64.deb
Size: 60008
SHA256: 89f455d64f2dedd7010a62a094ad903a8f348715996423d856d5eb0069bb13ac
SHA1: 07061fc1641730c8545b74518a958b7290887940
MD5sum: a2ec3b555414231ccd2d16cfc18a8508
Description: debug symbols for postgresql-16-http
Build-Ids: 68282781ba9961d25f2286c001d891dbb7432d07
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-16-mobilitydb
Source: mobilitydb
Version: 1.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3345
Depends: postgresql-16-postgis-3, postgresql-16, libc6 (>= 2.17), libgeos-c1t64 (>= 3.12.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-16-mobilitydb_1.2.0-1.pgdg+1_arm64.deb
Size: 674212
SHA256: b75646b673393582acac93744c37fedb45475af42ee89789e12fb76ccab640ad
SHA1: 3b478dd828c78fa2bdfca354de8f3ba9e8674dbe
MD5sum: 11358af06af85651248b9eb4816d35c7
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-16-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2606
Depends: postgresql-16-mobilitydb (= 1.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-16-mobilitydb-dbgsym_1.2.0-1.pgdg+1_arm64.deb
Size: 2378408
SHA256: 1ccb7e8284777b4a2360972c065beb7fc63e9a381e4cb716c6ddc719af38e8c1
SHA1: 024cda886378d65cf35e8bc56f3863b8fb695a11
MD5sum: e0c0643a91405fd86e9836c7a323f9a1
Description: debug symbols for postgresql-16-mobilitydb
Build-Ids: 67e053afea5b5fcce46e85c9fe5b198598f8f01c
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-16-orafce
Source: orafce
Version: 4.13.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1156
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-16-orafce_4.13.5-1.pgdg+1_arm64.deb
Size: 361684
SHA256: 916a93e49cf3933a206f3c5e116314f5f462a92674c26513137cac98b67ab56f
SHA1: fde74dc97dcd64cefef1b7178ee5f7be65a8bf5f
MD5sum: 04cf54c6f0a242a88b3ce23fdde5509c
Description: Oracle support functions for PostgreSQL 16
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-16-orafce-dbgsym
Source: orafce
Version: 4.13.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 356
Depends: postgresql-16-orafce (= 4.13.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-16-orafce-dbgsym_4.13.5-1.pgdg+1_arm64.deb
Size: 305208
SHA256: 0a0ac22dc91161021d71fdf5108515bbf79d1acb60f9952d2fe77ddb0ad0fc68
SHA1: baa116ac88cc042862d85cddab312a54da621093
MD5sum: 062b28a07efabeaf0ab56eaa04b2c24c
Description: debug symbols for postgresql-16-orafce
Build-Ids: b4889e6b55384d9dcdf6cdb8af224d282dfc44a8
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-16-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 174
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), postgresql-16-pgaudit, libc6 (>= 2.34)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile_1.6.3-1.pgdg+1_arm64.deb
Size: 41468
SHA256: ae8692566b4ab71b1578682e6accab8206692e49ff6ea3399e6c74720faf12f2
SHA1: 4798b48be3b90735d9d3f729348b6c9692809d97
MD5sum: 745d150fa39e2477e3688eab1ded18bd
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-16-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-16-pgauditlogtofile (= 1.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile-dbgsym_1.6.3-1.pgdg+1_arm64.deb
Size: 34132
SHA256: a261823e49d876e3f37369c1c0aec303ff58e4571d9a4ab3bc8e32b432021755
SHA1: 3c6b688c792d43477e5874d1b7a196454d33107f
MD5sum: 388c5b6e7d576af09b549835a5977e79
Description: debug symbols for postgresql-16-pgauditlogtofile
Build-Ids: 326799f074d881e6686fc813d2653510a9404c3b
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-16-pg-checksums
Source: pg-checksums
Version: 1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: libc6 (>= 2.38), postgresql-16
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-16-pg-checksums_1.2-2.pgdg+1_arm64.deb
Size: 35872
SHA256: 6c449025f6a01a4b082e79221779f3161dd29affd0f591582b7dcb62c8036f51
SHA1: c599cc60b295cd4dc74be6a95662cc2e46c5ce7f
MD5sum: 22ddcc30fd892f90378056d407730834
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-16-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-16-pg-checksums (= 1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-16-pg-checksums-dbgsym_1.2-2.pgdg+1_arm64.deb
Size: 23424
SHA256: 0289d6b3195d6cb879d79f475b9e468379e73c8117a44611ff7906bfb8fa4973
SHA1: 33e51a74cb3b44901cbaef5ebdb07bbffa9bcfab
MD5sum: c0f7b55c06d0be63dc8fda8af8810068
Description: debug symbols for postgresql-16-pg-checksums
Build-Ids: 0bcb02912227f95a2c7434666350b49b16fe74ad
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-16-pljava
Source: postgresql-pljava
Version: 1.6.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1369
Depends: default-jre-headless | openjdk-21-jre-headless | java-runtime-headless, postgresql-16, postgresql-pljava-common (>= 1.6.8-1.pgdg+1), libc6 (>= 2.38)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-16-pljava_1.6.8-1.pgdg+1_arm64.deb
Size: 918440
SHA256: c54f6461ff32ed0ef1f200c294f3707b51a3cd85adb845d90b2a776aa3d79f13
SHA1: 0e33762e8ab127d5827b7159efe6f7751d8edb04
MD5sum: 148ab9f3fb5d669b449e878438db2703
Description: Java procedural language for PostgreSQL 16
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-21-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-16-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 369
Depends: postgresql-16-pljava (= 1.6.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-16-pljava-dbgsym_1.6.8-1.pgdg+1_arm64.deb
Size: 306116
SHA256: 80e3e79e25d2b1f130255a7950d0577ad39219af35d0c5acea53ced52be663e1
SHA1: 59ce9440e0b876a809950f943344a1220e5ddf97
MD5sum: dde5dc76bd40492e49475c6a59a79ec2
Description: debug symbols for postgresql-16-pljava
Build-Ids: 146eabc0d7122283a77a8653cada2415a0b5ed2b
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-16-plpgsql-check
Source: plpgsql-check
Version: 2.7.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 658
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check_2.7.12-1.pgdg+1_arm64.deb
Size: 286264
SHA256: ec3242486a992091789aae32dae2b6f9b87a5091b0a8974ac9129894bbcccdee
SHA1: cb795ca92ef82582ae24ed4bdd7cafd281f07c3a
MD5sum: 5a2ea88159f3cb32e5f785810e6edce3
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-16-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 362
Depends: postgresql-16-plpgsql-check (= 2.7.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check-dbgsym_2.7.12-1.pgdg+1_arm64.deb
Size: 325900
SHA256: 595c16b793b8d7d6dc90d091da6a99a34f17c583c58f426c086f529d6dc3c6ce
SHA1: 89e4ee06f850fd7dc76599c1c72d0a3d631e413d
MD5sum: 406899c45393a13879961328e6859bef
Description: debug symbols for postgresql-16-plpgsql-check
Build-Ids: 457807a5c76719d32f3536554cb992707e666e13
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-16-postgis-3
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10073
Depends: postgresql-16, postgresql-16-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal35 (>= 3.7.0), libgeos-c1t64 (>= 3.13.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 1.5.0), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-16-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3_3.5.0+dfsg-1.pgdg+2_arm64.deb
Size: 3485128
SHA256: b5922fc9d9d676fc0b8bb6cf3f7afaeba988f3e66d0b91a7328cebf14f154246
SHA1: 350a43a0d082ed88420d489f0a3c21fb36453afd
MD5sum: c83ad0e05197ea0ff62157cde02d4483
Description: Geographic objects support for PostgreSQL 16
 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".
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-16-postgis-3-dbgsym
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4786
Depends: postgresql-16-postgis-3 (= 3.5.0+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-16-postgis-3-dbgsym_3.5.0+dfsg-1.pgdg+2_arm64.deb
Size: 4227416
SHA256: 12bd3172af2b7b3f49fe549b48c73396c927fa04fe72242f5d154995cd57cd0e
SHA1: 4121afc90dc3e94f95554a18466574a066f7715b
MD5sum: 25d49f039ff32c69b0389dea982454a8
Description: debug symbols for postgresql-16-postgis-3
Build-Ids: 0462b762a060402bd548d07cfb2d764239c8deb4 273dbf821690129a29dff0bf72eb315293bbbdc5 aff6aab14024595dbf9acbcfeab8cd76e11e38a1 e437b50701cd17934ebf6cf5ac62102e5c81eae3 f1965931a61a01d7716b20060d87c63890334442
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-16-postgis-3-scripts
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38484
Recommends: postgresql-16-postgis-3
Provides: postgresql-16-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3-scripts_3.5.0+dfsg-1.pgdg+2_all.deb
Size: 1276092
SHA256: 6c46e3e7da8888d5ee3f815ed0925bb4c7d413e29cb5b12b4cbfdf033b09fe8a
SHA1: 18d4a9e5a67926e4890b7cb5515deb190ce4f142
MD5sum: db3e29b402ea818d775e6f5bcde0fda8
Description: Geographic objects support for PostgreSQL 16 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 16 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-16-preprepare
Source: preprepare
Version: 0.9-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-16-preprepare_0.9-9.pgdg+1_arm64.deb
Size: 18100
SHA256: 9b5fae9e34a8f7869472fc7f2e25177adc4da3ea073c01190fab55af04a356d8
SHA1: 1f8d18ef5d3b59df0c205d8f3ccba6e409505e33
MD5sum: a91baf91a6a5690017c74a00f965a96a
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.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-16-preprepare-dbgsym
Source: preprepare
Version: 0.9-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-16-preprepare (= 0.9-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-16-preprepare-dbgsym_0.9-9.pgdg+1_arm64.deb
Size: 17204
SHA256: 1391284874b0b6eeac0e24e5d39e5c14b6c7d6d14582fa1e91434f3f0f164f72
SHA1: d69cf8c33434f2b6cde76b24de27a5961bdb7a1a
MD5sum: 95595130e50aa1d7bb85eeaa7dbc6283
Description: debug symbols for postgresql-16-preprepare
Build-Ids: 28083906e6ecafe0132e73851e3e00d6486231cc
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-16-rum
Source: postgresql-rum
Version: 1.3.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 701
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-16-rum_1.3.14-1.pgdg+1_arm64.deb
Size: 240872
SHA256: 552b1e27028e807f5a0ebef7dac4eedd745ce1bd71634c39b3d564640b5113a1
SHA1: 4b627c395f728e59f216ae3eae5d0f022af9b7a8
MD5sum: 574f4a3c29b20cc16a63b29528de8ba9
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-16-rum-dbgsym
Source: postgresql-rum
Version: 1.3.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 314
Depends: postgresql-16-rum (= 1.3.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-16-rum-dbgsym_1.3.14-1.pgdg+1_arm64.deb
Size: 276264
SHA256: 7263fab84b869e98aa152dceeebbb70ac563bf4b9177d91372a8a6c8fd496041
SHA1: 87eb0cea0e6d80731eb75eb3cec851740cfaaa69
MD5sum: 2be5b59d200ad98ea5c2513656434a64
Description: debug symbols for postgresql-16-rum
Build-Ids: 4b6197487f5e83a916637bb0b44b4553018c7c36
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.17.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11744
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.17.1+dfsg-1.pgdg+1_arm64.deb
Size: 335952
SHA256: d211b1d6fd21b81dc12207470213621fa35ddabfcc999c7629cd13730334e3cf
SHA1: 05ef6045699c1e8019d72b6c98fab4cac87b11ce
MD5sum: 3b012a4f03e40cf327d45c035ec582b9
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-16-timescaledb-dbgsym
Source: timescaledb
Version: 2.17.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1199
Depends: postgresql-16-timescaledb (= 2.17.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.17.1+dfsg-1.pgdg+1_arm64.deb
Size: 1082008
SHA256: 85e091bedad4317ac2f01d2bb9caf36cc07418d3ac966e19ae7fa122b500789d
SHA1: 6c198314673812851c55c54e82e29ea96903f784
MD5sum: 7cc60df0aaef8bf27ac9d53bff4a2d44
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: 8f62b6e6f723d102d44359a48eda922b0c6ce1f8 cfcd652d73be77c1b232db184b6611dc75c639ff
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-17-http
Source: pgsql-http
Version: 1.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 153
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-17-http_1.6.1-1.pgdg+1_arm64.deb
Size: 48736
SHA256: a8ff5e8d6ca6ac31c73a3589a9a8a74cb13b2257898efd0fd42c5189872ccc62
SHA1: 8da7c222f32ac548b784f6f7e5c7643968d0dd57
MD5sum: 6a35a05f6e61298e6eb44a178cbfe9d7
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-17-http-dbgsym
Source: pgsql-http
Version: 1.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 78
Depends: postgresql-17-http (= 1.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-17-http-dbgsym_1.6.1-1.pgdg+1_arm64.deb
Size: 61352
SHA256: cb8c7a7dfcc371d424136eccfd9c3c2f1ab5ee1d847c4ce36d68b3a974459c83
SHA1: c156f5d935754d9f9feb27391586fd4570b7e556
MD5sum: c1e8e609b0ea5e931a0abfd7d1be6660
Description: debug symbols for postgresql-17-http
Build-Ids: b814fa4babada5fe587898ede59352b96533347a
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-17-mobilitydb
Source: mobilitydb
Version: 1.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3345
Depends: postgresql-17-postgis-3, postgresql-17, libc6 (>= 2.17), libgeos-c1t64 (>= 3.12.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-17-mobilitydb_1.2.0-1.pgdg+1_arm64.deb
Size: 675916
SHA256: 8ca136000a4a30311cd714e197faf1d5476a80a3a179c27c20839e965c7ddad1
SHA1: 4a6beac47f88da0f8034df1d7a29557b69e75af2
MD5sum: 53198ff7ac48b1adc9614f038d87cada
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-17-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2615
Depends: postgresql-17-mobilitydb (= 1.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-17-mobilitydb-dbgsym_1.2.0-1.pgdg+1_arm64.deb
Size: 2387344
SHA256: df2e5e5ef767916497c550a45f4145d13cbb0f7d4a1dc956848547014c472491
SHA1: bce7d9d957a73233198d648d6799bb4c29248b69
MD5sum: f0e5ea430a59ded11754ef30b00a7735
Description: debug symbols for postgresql-17-mobilitydb
Build-Ids: 30aab354ba084b9c880061eb1a0a58d6ee256f5c
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-17-orafce
Source: orafce
Version: 4.13.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1283
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-17-orafce_4.13.5-1.pgdg+1_arm64.deb
Size: 404228
SHA256: 23bf449736567360e7f2fe955414b22aaee9567012a15710fac2c84b75c03161
SHA1: 89f4abf76d96e2487bb7ac819bb385171962a75a
MD5sum: dd160864f1f8656cdcb12159c710bc5e
Description: Oracle support functions for PostgreSQL 17
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-17-orafce-dbgsym
Source: orafce
Version: 4.13.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 367
Depends: postgresql-17-orafce (= 4.13.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-17-orafce-dbgsym_4.13.5-1.pgdg+1_arm64.deb
Size: 316632
SHA256: e6a2dbb63767ee49a34bbd82bc158803facd45a7f5d345e6422d318a30b629bd
SHA1: ee98bdde1afa59a76d96cfcced3a5ae8fceb4eed
MD5sum: 1749f1d79851707cbbce869b52c66b89
Description: debug symbols for postgresql-17-orafce
Build-Ids: a66027545d3abf65433054cb6ef7c58110709aa4
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-17-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), postgresql-17-pgaudit, libc6 (>= 2.34)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-17-pgauditlogtofile_1.6.3-1.pgdg+1_arm64.deb
Size: 45120
SHA256: 25ab93bf1dbd6b4895cf187e878191a13fdfec0f917c76dcedb89b7d2ab1ce36
SHA1: 91c5313b495c1ee1cd310e9c00cbe4d6b95bf611
MD5sum: 69d9cb634aeb5255f3e174c3cf68459a
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-17-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-17-pgauditlogtofile (= 1.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-17-pgauditlogtofile-dbgsym_1.6.3-1.pgdg+1_arm64.deb
Size: 34508
SHA256: a45202c88354fcb4013865a3a5f73af3f32676b3e7b053197585ea8c1e711bbd
SHA1: 207891f451eb3efe4329c06712474df75286c265
MD5sum: 76995bd006605143f80dc65e4397e1e8
Description: debug symbols for postgresql-17-pgauditlogtofile
Build-Ids: 444e0a32c5c235c10a22f9941a09c8306f0d1922
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-17-pg-checksums
Source: pg-checksums
Version: 1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: libc6 (>= 2.38), postgresql-17
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-17-pg-checksums_1.2-2.pgdg+1_arm64.deb
Size: 38032
SHA256: b91cf21011374a55a38f9ab527ee3e3adf62bfe8127857234f78805e6e8778e6
SHA1: e518a3f66ee1d9151b38f038d59f3c3722847ebb
MD5sum: 29432d019a59382bdb24f264d999381d
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-17-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-17-pg-checksums (= 1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-17-pg-checksums-dbgsym_1.2-2.pgdg+1_arm64.deb
Size: 24180
SHA256: e7b3b347d38fdfbc4387f1c9545d3b7a1b525327455ed36f5ef8cba43d05525a
SHA1: 7f2693b8f9e3018b8238faf372c8fbf1aef0200b
MD5sum: 9ff8f4dbb385526b2454734e842f3b1c
Description: debug symbols for postgresql-17-pg-checksums
Build-Ids: 99e1ef68b1c9879ccb5607a9c6cfb9804ec490ab
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-17-pljava
Source: postgresql-pljava
Version: 1.6.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1369
Depends: default-jre-headless | openjdk-21-jre-headless | java-runtime-headless, postgresql-17, postgresql-pljava-common (>= 1.6.8-1.pgdg+1), libc6 (>= 2.38)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-17-pljava_1.6.8-1.pgdg+1_arm64.deb
Size: 919060
SHA256: 4bdad9c24446044f80d286a0b4091c0d0ccfa78dda92bef1c97708db378509d5
SHA1: d54fef7821cd57b749644f8632f1c7a108c0238d
MD5sum: a20aef7b35e30043515e21a493a18d37
Description: Java procedural language for PostgreSQL 17
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-21-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-17-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 372
Depends: postgresql-17-pljava (= 1.6.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-17-pljava-dbgsym_1.6.8-1.pgdg+1_arm64.deb
Size: 309064
SHA256: 1b34aed963b87f637b396d07da5dba8462c3650dba05dd2b72090fdb44f6a18e
SHA1: 91d3dfde6b13c1b5117c7fd1737e3c44f76286ee
MD5sum: 4e01277a8f69195de358d20b13bc326c
Description: debug symbols for postgresql-17-pljava
Build-Ids: 480cb2dc08364c7eb244d5ea6d88126efe60858e
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-17-plpgsql-check
Source: plpgsql-check
Version: 2.7.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 871
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check_2.7.12-1.pgdg+1_arm64.deb
Size: 383736
SHA256: 971208ae8bfd0867f628b85ef5c478fb09877569169d14b259bae6cb59386da4
SHA1: 81167fbd58b5e3d5d3384bf15c028aacd8060bfe
MD5sum: 314b45530a7cd6e8bd4ca529ac5d3439
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-17-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 390
Depends: postgresql-17-plpgsql-check (= 2.7.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check-dbgsym_2.7.12-1.pgdg+1_arm64.deb
Size: 354640
SHA256: 224801b7e3977ce2128a5ce994c5ead6a2390ccff939d1f14bf82e19f4a08427
SHA1: b280619c50551920701b53f62a8ca6d5ac39f16c
MD5sum: 536914a4a0ee51b13ed44d63579e0c68
Description: debug symbols for postgresql-17-plpgsql-check
Build-Ids: 2785dab09a5f230ab772e12168d99fd11d28dc9f
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-17-postgis-3
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 11024
Depends: postgresql-17, postgresql-17-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal35 (>= 3.7.0), libgeos-c1t64 (>= 3.13.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 1.5.0), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-17-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-17-postgis-3_3.5.0+dfsg-1.pgdg+2_arm64.deb
Size: 3804388
SHA256: 3bcf56e50eecd2933d1c37a33699379f3c7f61975e693c0ed17254c140a0d594
SHA1: 52d1052d8ddfcaac06419444ddac0e0806f4b635
MD5sum: 722e24de0fbf2804282c715d4ef9875e
Description: Geographic objects support for PostgreSQL 17
 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".
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-17-postgis-3-dbgsym
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4796
Depends: postgresql-17-postgis-3 (= 3.5.0+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-17-postgis-3-dbgsym_3.5.0+dfsg-1.pgdg+2_arm64.deb
Size: 4237456
SHA256: ca3bc1353d3ac24308d2abab44c0d84fc3c2d6498e0bf31ef00abb94b68760e8
SHA1: 32cf22dc1fd287da7d03d2c4e4cf0375a16ae04f
MD5sum: 8a9a896300f7f0720be08f0d9b5cf3ef
Description: debug symbols for postgresql-17-postgis-3
Build-Ids: 3e73d4b5ab3e0e041ef7ddb1de6ccb74fae4206c 5077c887bc67f57c18a4a1b52db858a6ba346c70 5ac1547b168fd767c5772177207a4eaa7a85d730 a42e98a596afea90270174076a3e1cbe5a388218 c15527f7a9f4a552985af2adaa89ce87549fb840
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-17-postgis-3-scripts
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38484
Recommends: postgresql-17-postgis-3
Provides: postgresql-17-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-17-postgis-3-scripts_3.5.0+dfsg-1.pgdg+2_all.deb
Size: 1276172
SHA256: 4619e82c906d2b660fd67733c36d49a24441184e4fb9abd86872684ce54e32bb
SHA1: 18a6d2f3d4053d3fe0b7f526144654a17cd81307
MD5sum: 492de1347fece70264f7529d0cf6dfb3
Description: Geographic objects support for PostgreSQL 17 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 17 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-17-preprepare
Source: preprepare
Version: 0.9-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-17-preprepare_0.9-9.pgdg+1_arm64.deb
Size: 18100
SHA256: ace3f9f8490289fc1bf307726cc1b08720a4085300c0abc38602b05fb8e640b8
SHA1: d1a111b3d1c09b337aa76848ac4583a05321cddf
MD5sum: 45ae4dd15ae94683a56865d7cff069ab
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.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-17-preprepare-dbgsym
Source: preprepare
Version: 0.9-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-17-preprepare (= 0.9-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-17-preprepare-dbgsym_0.9-9.pgdg+1_arm64.deb
Size: 17516
SHA256: 77ac69dc257ef5f86fa48ab44ad6c1c1a00ff631a7d852488686e7ab64342dce
SHA1: 11119cc8c48c75a21e1a2608ff8d97cb6b878d09
MD5sum: e6762f50ec8a521ad685905d74727579
Description: debug symbols for postgresql-17-preprepare
Build-Ids: 0768453e9a0f008c16c0a21b9fe40d61a22bdede
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-17-rum
Source: postgresql-rum
Version: 1.3.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 805
Depends: postgresql-17, postgresql-17-jit-llvm (>= 16), libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-17-rum_1.3.14-1.pgdg+1_arm64.deb
Size: 311352
SHA256: 5ef876c1e6ffd33a0ad96316bd726f70a0c277d7ec30934c16cfc92de3fc79c4
SHA1: 95243568ab748bf426e0a11ed54230ad06b57901
MD5sum: 3e254168ef0647cbee41037b9735acaa
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-17-rum-dbgsym
Source: postgresql-rum
Version: 1.3.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Depends: postgresql-17-rum (= 1.3.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-17-rum-dbgsym_1.3.14-1.pgdg+1_arm64.deb
Size: 298652
SHA256: 3b12dba30ae29439fbad774d681a5f2e695b7f1602573c88d365d08ecf08af40
SHA1: 02b0381917ffea41d516fc7a5c4aeff561eb758d
MD5sum: 2bf2f449f41b99cf98eb63dd52492a60
Description: debug symbols for postgresql-17-rum
Build-Ids: 88dfe953f54e0d3f6ef32ef216643435cd1ff2ac
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.17.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11808
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.17.1+dfsg-1.pgdg+1_arm64.deb
Size: 357080
SHA256: 847179b56677342c13738250e6d25dbf6679117aa44b59b6ccefc96d7d137127
SHA1: 9511ff68830fc37e677acf4801ee5b989d610533
MD5sum: 51c19c08e50f9f4235f22dff688d472a
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-17-timescaledb-dbgsym
Source: timescaledb
Version: 2.17.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1265
Depends: postgresql-17-timescaledb (= 2.17.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.17.1+dfsg-1.pgdg+1_arm64.deb
Size: 1146692
SHA256: 43334af1b5fd3b6ee91c6a901d461c8f70c9f3c653a2fe2a85c55b8f061d11a4
SHA1: 0d0cc4891593aeb23afcec8e800617ab2651a70a
MD5sum: 372c8eb2956641a67e0c63b8122083c3
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: 70e4d9d4e92173414784e97a3722b0aa7b4803ac 8b73dd9b7a9ff80b19b25c78c10b52354c317eec
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-pljava-common
Source: postgresql-pljava
Version: 1.6.8-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 20
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-pljava-common_1.6.8-1.pgdg+1_all.deb
Size: 6468
SHA256: ea35ccef395eedda994efb470d8f6510a0dfb4f266caf1ef4593a52e3fa54a57
SHA1: d370ef1f60469a283ef34c708e602e5409903f50
MD5sum: 35a294d50b7cc418b7a38b13367ce8ea
Description: Java procedural language for PostgreSQL, config files
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package contains the pljava.policy config file.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-postgis
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 66
Depends: postgresql-postgis-scripts, postgresql-17-postgis-3
Homepage: https://postgis.net/
Priority: optional
Section: metapackages
Filename: pool/main/p/postgis/postgresql-postgis_3.5.0+dfsg-1.pgdg+2_arm64.deb
Size: 20916
SHA256: 2661af56da6861e4fd12492e3a84802ee5063418f79c2ecf154da6e08f45d3e8
SHA1: d635c5a48ceca185c978c17d9b3fd4187ad324b0
MD5sum: 0fb1990b0189c4eb2bb6ba6c48a559c2
Description: Geographic objects support for PostgreSQL -- Metapackage
 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 metapackage depends on the PostGIS package for PostgreSQL 17.
Timestamp: 2024-10-27 21:17:45+00

Package: postgresql-postgis-scripts
Source: postgis
Version: 3.5.0+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 66
Depends: postgresql-17-postgis-3-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-postgis-scripts_3.5.0+dfsg-1.pgdg+2_all.deb
Size: 20956
SHA256: cce0f2ba7323398296312cedbb5830fcad4bfdb2de349d76842de1c7458a4cac
SHA1: a0f896898e99678cb2b99ea29ba97137943dfe3c
MD5sum: a859047700caaa15b9deea29336e83d7
Description: Geographic objects support for PostgreSQL -- SQL scripts metapackage
 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 metapackage depends on the PostGIS scripts package for
 PostgreSQL 17.
Timestamp: 2024-10-27 21:17:45+00

Package: patroni
Version: 4.0.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1477
Depends: python3-cdiff, python3-click (>= 4.1), python3-dateutil, python3-pkg-resources, python3-prettytable (>= 0.7), python3-psutil, python3-urllib3, python3-yaml, python3:any, python3-psycopg2, python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes | python3-pysyncobj
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_4.0.3-1.pgdg+1_all.deb
Size: 277084
SHA256: f94342a21cb6b0eb5f3b4718c88251338a16974043c410f25ee90900cd4553e4
SHA1: ff9ca639af724642ba93f162598c6e1f9f6e65b0
MD5sum: ac68bf033d202611631263c8150bf671
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2024-11-05 14:56:53+00

Package: patroni-doc
Source: patroni
Version: 4.0.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7140
Depends: libjs-jquery (>= 3.6.0), libjs-sphinxdoc (>= 7.4), sphinx-rtd-theme-common (>= 3.0.1+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_4.0.3-1.pgdg+1_all.deb
Size: 538756
SHA256: b80b7297d3e9711323d19017c55a02d511b9c47931b2bb366b0cf77c8d39b7f3
SHA1: ca7a002220c944da0ca465043d6bd759a2244e7b
MD5sum: cf619c72e00d0a8b86ca1203203c5514
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2024-11-05 14:56:53+00

Package: pgloader
Version: 3.6.10-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26864
Depends: freetds-dev, libc6 (>= 2.38), libzstd1 (>= 1.5.5), libsqlite3-0, libssl3t64
Homepage: https://github.com/dimitri/pgloader
Priority: optional
Section: database
Filename: pool/main/p/pgloader/pgloader_3.6.10-4.pgdg+1_arm64.deb
Size: 24982392
SHA256: 08e77d5130123959afd5089cfc3ad18ad10ff9d49aeb99c6f9d9051e79719303
SHA1: 0bc693fa8a5da83a8b79327b3187ea01b39edd2d
MD5sum: ce9674dbd09a13d4f6f51a37ad5a0146
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.
Timestamp: 2024-11-05 14:56:53+00

Package: pgmodeler
Version: 1.1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21558
Depends: pgmodeler-common, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libpq5 (>= 8.4~), libqt6core6t64 (>= 6.7.2), libqt6gui6 (>= 6.4.0), libqt6network6 (>= 6.1.2), libqt6printsupport6 (>= 6.1.2), libqt6svg6 (>= 6.6.0), libqt6widgets6 (>= 6.3.0), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Homepage: https://pgmodeler.io/
Priority: optional
Section: database
Filename: pool/main/p/pgmodeler/pgmodeler_1.1.5-1.pgdg+1_arm64.deb
Size: 5647784
SHA256: 4570a32d5035b5f979c137df63d2ae7d2fc3bc54ed9fe42fdb82b97a14475bbb
SHA1: f258a90c3c585ca5dd575fc255969423a2aef9b4
MD5sum: 0a6f74e6606be32236bd65a91e71a028
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.
Timestamp: 2024-11-05 14:56:53+00

Package: pgmodeler-common
Source: pgmodeler
Version: 1.1.5-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2014
Multi-Arch: foreign
Homepage: https://pgmodeler.io/
Priority: optional
Section: database
Filename: pool/main/p/pgmodeler/pgmodeler-common_1.1.5-1.pgdg+1_all.deb
Size: 383372
SHA256: d951561dea2f3e438566e28c65232646dd89d5749f761895d2f08292d6b60039
SHA1: 0258ba3c2d0277b4c489ccdb6c5b1ca3716bed1f
MD5sum: 6511353b6d23285a341bdaa960e79372
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.
Timestamp: 2024-11-05 14:56:53+00

Package: pgmodeler-dbgsym
Source: pgmodeler
Version: 1.1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62413
Depends: pgmodeler (= 1.1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmodeler/pgmodeler-dbgsym_1.1.5-1.pgdg+1_arm64.deb
Size: 56928644
SHA256: ac6faa7a549c0867ac244187980272d2ce0943b403281c77c3d311633c563dee
SHA1: 0fe1142d5166f86d8d0cabb2af127f28e69dd3d9
MD5sum: 3c91a2cda21b20400c909a4180c54f0a
Description: debug symbols for pgmodeler
Build-Ids: 2e5237ed1085435ef89511ce762e98bb552de29d 37c0a2ca88b8e9e60883eae5a0235bd50aca31a0 3afcba80fbb1b778fe501d9dfdd2920cdedcd0e3 4ba4482e0618befad3bc58131b555ef96bff4387 5677a2022a07a9575887411cd700c77f0952064f 5d883b0a7a2c189bed56926d04b0b1397d1f4f20 67666c1fb581b967a3c333cb4c377ae197de57e2 d0de8c1e1a6be529d4466fc585cbf6d5250e8125 df9e305b529bf3c7a46fba7ee0788eeab78b5b3f e8abc47e75effc6197297fefbc5e5d174ddb169f f851bfaf22dbafa7ee3cb8af25adab5e28416a87
Timestamp: 2024-11-05 14:56:53+00

Package: postgresql-10-tdigest
Source: tdigest
Version: 1.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-10, libc6 (>= 2.38)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-10-tdigest_1.4.2-1.pgdg+1_arm64.deb
Size: 24028
SHA256: cd9fff97f610d2f6c8cf476445b5d81984ed0f5d06555733aa959a2b1bdcc212
SHA1: 9a516e19c74531b2c2787e0392b16e2125a9e719
MD5sum: b919746925694b7bf37d15efc49138c5
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2024-11-05 14:56:53+00

Package: postgresql-10-tdigest-dbgsym
Source: tdigest
Version: 1.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-10-tdigest (= 1.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-10-tdigest-dbgsym_1.4.2-1.pgdg+1_arm64.deb
Size: 46892
SHA256: 11027ecfaa3b2389ca4882e6351d960d29ab9030e3916f05f9d57151f27fd949
SHA1: c259a0f3f6c5f05232b1e82f52b71a8eb6e17bdf
MD5sum: 3a27d2360e8c7a75dddbeacd19831e66
Description: debug symbols for postgresql-10-tdigest
Build-Ids: bbdaabe804ce067052959223269b48df4c1bcca4
Timestamp: 2024-11-05 14:56:53+00

Package: postgresql-11-tdigest
Source: tdigest
Version: 1.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-11-tdigest_1.4.2-1.pgdg+1_arm64.deb
Size: 24208
SHA256: 070ec175571fd2a11c00a50b786fc86d522f19520970e48ed873c9419c6eaa33
SHA1: 88cf92b9bd62f320cf8d964b778d542e1b8424ad
MD5sum: 456a8194b329861cbd4b130511fb186e
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2024-11-05 14:56:53+00

Package: postgresql-11-tdigest-dbgsym
Source: tdigest
Version: 1.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-11-tdigest (= 1.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-11-tdigest-dbgsym_1.4.2-1.pgdg+1_arm64.deb
Size: 48384
SHA256: 1d53a0b567b7b99073ac16789e5c18de04355784e60c0dfb978d27601c64a557
SHA1: cd62aa0811602522ece873d4ceae146db957014d
MD5sum: e234b4fc2f70f6a44c0e417fbaffb138
Description: debug symbols for postgresql-11-tdigest
Build-Ids: 5d22e3a862f0b3cdd3548305f736108c1b89e67a
Timestamp: 2024-11-05 14:56:53+00

Package: postgresql-12-tdigest
Source: tdigest
Version: 1.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-12-tdigest_1.4.2-1.pgdg+1_arm64.deb
Size: 67188
SHA256: 5c7d206172e0e760567bc250c9682587b560bee5dc545a100105b9aedd660f35
SHA1: aabb114c2633f63a73a5107b849f4036960f8a84
MD5sum: 53e27d508e6e2b082908671fe730df51
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2024-11-05 14:56:53+00

Package: postgresql-12-tdigest-dbgsym
Source: tdigest
Version: 1.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-12-tdigest (= 1.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-12-tdigest-dbgsym_1.4.2-1.pgdg+1_arm64.deb
Size: 49256
SHA256: a77cb5357a3d1523d63bdb40e47fe89f2cc0116f5602e1edac0877007cdc6021
SHA1: 60661bd2a674430438bdae2e08895a6b424b180f
MD5sum: eb771be91f453de9780b493bedd2543b
Description: debug symbols for postgresql-12-tdigest
Build-Ids: f877a1c698f3852f8bd1904870f665ad86b6fbf4
Timestamp: 2024-11-05 14:56:53+00

Package: postgresql-13-pgvector
Source: pgvector
Version: 0.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 752
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-13-pgvector_0.8.0-1.pgdg+1_arm64.deb
Size: 285276
SHA256: c8fab1d784c03bbbc46b26ca9eb3b45f9505aa0971dd00e5cc826d2a94f4da2e
SHA1: e1b1093cbca4c2e65815b1bdf2f6d020d46d3580
MD5sum: b9892dd797628142b2469218e0f6ee2c
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-11-05 14:56:53+00

Package: postgresql-13-pgvector-dbgsym
Source: pgvector
Version: 0.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 323
Depends: postgresql-13-pgvector (= 0.8.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-13-pgvector-dbgsym_0.8.0-1.pgdg+1_arm64.deb
Size: 289172
SHA256: 3fb5978e8e589128e94d17e8bfdcd6913134ec6dc94f082bc6f5194ac151d404
SHA1: f74ded94bcdfce7aec433837ffc570bd3f02367a
MD5sum: 22794cd3d03848c64870c156342f2c1b
Description: debug symbols for postgresql-13-pgvector
Build-Ids: 994b88ef14d237622bdf5111b033e7ad5efac360
Timestamp: 2024-11-05 14:56:53+00

Package: postgresql-13-tdigest
Source: tdigest
Version: 1.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 188
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-13-tdigest_1.4.2-1.pgdg+1_arm64.deb
Size: 67304
SHA256: de07b64b089fec2bc5c236be673e7efe0c549a6de688d5c4bdada0a739e0a511
SHA1: 693322932a43020babe2ab66da6c541b227ec3d7
MD5sum: 84143ae2762e6b135a716e231788b3df
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2024-11-05 14:56:53+00

Package: postgresql-13-tdigest-dbgsym
Source: tdigest
Version: 1.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-13-tdigest (= 1.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-13-tdigest-dbgsym_1.4.2-1.pgdg+1_arm64.deb
Size: 49844
SHA256: b9ca3be22ea448312951a95bcad7d715278a71c723b48daece67646e91cdb539
SHA1: b918ad2cd05cc2213539f0c5fb8922418aa68336
MD5sum: 944ccebc2a632a2d998b7790b2251e7a
Description: debug symbols for postgresql-13-tdigest
Build-Ids: 071f6a9a29d2aade645f59fb421093cb11b02696
Timestamp: 2024-11-05 14:56:53+00

Package: postgresql-14-pgvector
Source: pgvector
Version: 0.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 761
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-14-pgvector_0.8.0-1.pgdg+1_arm64.deb
Size: 287680
SHA256: 559aa0a4fc17ba041d5d06a0ae90871fc10284cce5f7d34fb62743b678a2ab0f
SHA1: c33ac3673edf5c7c7d997e662e0e7e62332691b4
MD5sum: 3e4e88b167acdb0c72f9a15a054508ab
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-11-05 14:56:53+00

Package: postgresql-14-pgvector-dbgsym
Source: pgvector
Version: 0.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 327
Depends: postgresql-14-pgvector (= 0.8.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-14-pgvector-dbgsym_0.8.0-1.pgdg+1_arm64.deb
Size: 292204
SHA256: d367263a2854f788b48922fc93d003ca4bb626a35f8495b126c604583a8d22bc
SHA1: 3020e6dbc0275683106108d8bdf7e6d6747d0272
MD5sum: 37759c1a672afdaad9944ec5511621ac
Description: debug symbols for postgresql-14-pgvector
Build-Ids: 4a9b45c3c395604f7d3b5a6028fa1ceefac85de7
Timestamp: 2024-11-05 14:56:53+00

Package: postgresql-14-tdigest
Source: tdigest
Version: 1.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 188
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-14-tdigest_1.4.2-1.pgdg+1_arm64.deb
Size: 67276
SHA256: ad2a24f6f0ec532417a606c9e098a13357723d93de9b8609672bb1e8d6fcd76e
SHA1: 76463a51a263fb35bccb1caf606abda318764586
MD5sum: 8387707c6e1b80a9f23fb0a4e52957df
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2024-11-05 14:56:53+00

Package: postgresql-14-tdigest-dbgsym
Source: tdigest
Version: 1.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-14-tdigest (= 1.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-14-tdigest-dbgsym_1.4.2-1.pgdg+1_arm64.deb
Size: 48160
SHA256: d8f54021efdea0d7af57d7829a4cacb8d7cdb3483bd5b68944a808d822550987
SHA1: 2cd3dc6616b68c206e8f1ba8d14ad69731b721e5
MD5sum: ec1706bc684cc4f3151a64248f4a6d64
Description: debug symbols for postgresql-14-tdigest
Build-Ids: 4ba5150a74d4fcef631cf0b15722d2ac97a41db6
Timestamp: 2024-11-05 14:56:53+00

Package: postgresql-15-pgvector
Source: pgvector
Version: 0.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 760
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-15-pgvector_0.8.0-1.pgdg+1_arm64.deb
Size: 287828
SHA256: 8a9d9eb9665119433cfa6347d7db5896a56d46e7913e8d5e68293c786a001988
SHA1: af6f437c75a1e161032934f3ac0809bb78e2f01a
MD5sum: d5629f2f22f92a0c65ad5693f791b3fb
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-11-05 14:56:53+00

Package: postgresql-15-pgvector-dbgsym
Source: pgvector
Version: 0.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 326
Depends: postgresql-15-pgvector (= 0.8.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-15-pgvector-dbgsym_0.8.0-1.pgdg+1_arm64.deb
Size: 293348
SHA256: 33c98b80878eab96efe66f116556c35db7d1efa61d46416a1574838587695c03
SHA1: 7f06e1ef5ef3d2cb3fd5ed77ebc06577b357ca8b
MD5sum: 9cc8c38403840db1191a1de7eca4b2d3
Description: debug symbols for postgresql-15-pgvector
Build-Ids: 6cfe8f920d6fb689bd5f2877caf0fb1627185d2f
Timestamp: 2024-11-05 14:56:53+00

Package: postgresql-15-tdigest
Source: tdigest
Version: 1.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 188
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.38)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-15-tdigest_1.4.2-1.pgdg+1_arm64.deb
Size: 67288
SHA256: 7d81347df49bb4ae3b3a8fd082b5ddddc3dd93ba2a7ae1c7aa4dcb7ab8328b71
SHA1: ec8d8b94f6005d3a869605b914594e0be4cfa112
MD5sum: e2c1732aca86e06c3f8e4a63cf38365d
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2024-11-05 14:56:53+00

Package: postgresql-15-tdigest-dbgsym
Source: tdigest
Version: 1.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-15-tdigest (= 1.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-15-tdigest-dbgsym_1.4.2-1.pgdg+1_arm64.deb
Size: 48240
SHA256: e0b3eb8a19f715db01518c24b909f4eb4f0a8e9c61c74ba5cd320bbc30c0866a
SHA1: 31806f84eb4c732f58230947e0ac5487e22d35db
MD5sum: e42ebf0337a3a661e538c8c8f4bf8234
Description: debug symbols for postgresql-15-tdigest
Build-Ids: 73a0354358c1a8184bb3843b8d11c5edb647e01e
Timestamp: 2024-11-05 14:56:53+00

Package: postgresql-16-pgvector
Source: pgvector
Version: 0.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 677
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-16-pgvector_0.8.0-1.pgdg+1_arm64.deb
Size: 231700
SHA256: e7efdcb5e42b5e0fac0c7d080afdd8377ec6790aff2eb311c95a06c58a6bf036
SHA1: 52d3275c32e130b0ff150e118800cb76365381b6
MD5sum: 52972824f819ab169b293956b4ee5851
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-11-05 14:56:53+00

Package: postgresql-16-pgvector-dbgsym
Source: pgvector
Version: 0.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 343
Depends: postgresql-16-pgvector (= 0.8.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-16-pgvector-dbgsym_0.8.0-1.pgdg+1_arm64.deb
Size: 308744
SHA256: b7738848521a2a025fa73d53d1c6e68fe9d7838cb4528bcda2352fb12163e950
SHA1: 097df5d5d796e20dff0b370d4254d95904761492
MD5sum: 3d4a378e134d22866418306a4c97726f
Description: debug symbols for postgresql-16-pgvector
Build-Ids: 610331181b3645a7da805b4d934433df7998453e
Timestamp: 2024-11-05 14:56:53+00

Package: postgresql-16-tdigest
Source: tdigest
Version: 1.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 175
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-16-tdigest_1.4.2-1.pgdg+1_arm64.deb
Size: 58200
SHA256: 5b27773ee583e544d3782b28247b99c025e0fd91eb7fc6b8386999102f7d7e60
SHA1: c06c25454c0f39cb67103b6d6d4f3d90f50af8a2
MD5sum: 48406d1d262bb443b311710bafc1f97b
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2024-11-05 14:56:53+00

Package: postgresql-16-tdigest-dbgsym
Source: tdigest
Version: 1.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-16-tdigest (= 1.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-16-tdigest-dbgsym_1.4.2-1.pgdg+1_arm64.deb
Size: 52468
SHA256: ba85324cc015d4f110156555158706c0251044a14fc67239d6e22ebab9f7c8fa
SHA1: 99e4400c4c4a4090b661a21c04e8ce5d93012151
MD5sum: 7707f38276dc05e479f15be06a153524
Description: debug symbols for postgresql-16-tdigest
Build-Ids: d60ed7a2a5e8f1a9ba2fac8176a5eddbe7cb3da9
Timestamp: 2024-11-05 14:56:53+00

Package: postgresql-17-pgvector
Source: pgvector
Version: 0.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 708
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-17-pgvector_0.8.0-1.pgdg+1_arm64.deb
Size: 250636
SHA256: af73ab391862dacc2ee14bf3ee992c45aa638aa4d4d35e445ed9afbb456f6ad3
SHA1: 355483f33fc14f5e58aaafc412a25053f087c226
MD5sum: 09b0dd3c6512f0f6ee0031dd89fae0b6
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2024-11-05 14:56:53+00

Package: postgresql-17-pgvector-dbgsym
Source: pgvector
Version: 0.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 380
Depends: postgresql-17-pgvector (= 0.8.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-17-pgvector-dbgsym_0.8.0-1.pgdg+1_arm64.deb
Size: 342048
SHA256: 8b0d2d08325db2272370546a0d28b216718481a04b6c8817e2ede0a20943bef8
SHA1: 1d3047442c957b4f3d4efef0035717b811aebebc
MD5sum: b653f2f40abc78fb553a100cb70dddac
Description: debug symbols for postgresql-17-pgvector
Build-Ids: dee174365c3f43190528497e33666535268ab984
Timestamp: 2024-11-05 14:56:53+00

Package: postgresql-17-tdigest
Source: tdigest
Version: 1.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-17-tdigest_1.4.2-1.pgdg+1_arm64.deb
Size: 63336
SHA256: 041144a731a73e8e82b84b416d305302f2c7b26b71b0e5e9e9ebebeaa717c60a
SHA1: 7e7405c76991a3de0d432ebeedfe14673337bc3c
MD5sum: e71e56d47cfd5d138437933be5ba38a3
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2024-11-05 14:56:53+00

Package: postgresql-17-tdigest-dbgsym
Source: tdigest
Version: 1.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-17-tdigest (= 1.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-17-tdigest-dbgsym_1.4.2-1.pgdg+1_arm64.deb
Size: 52472
SHA256: 5c228198d6ab06fdb135d24b09344c05c7bead3abed035046b54e44442e7d3c2
SHA1: 3b1116546a1d8c13df2e45f4dfde04ad982776cb
MD5sum: 8a82764b9c8498916ed586f35466b795
Description: debug symbols for postgresql-17-tdigest
Build-Ids: 1fce5b69d59ba8831038dd2a29a792f405aaba9a
Timestamp: 2024-11-05 14:56:53+00

Package: vip-manager2
Version: 2.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14770
Depends: libc6 (>= 2.34)
Enhances: patroni
Conflicts: vip-manager
Replaces: vip-manager
Built-Using: etcd (= 3.5.16-3), golang-1.23 (= 1.23.2-1), golang-fsnotify (= 1.7.0-1), golang-github-coreos-go-systemd (= 22.5.0-1), golang-github-coreos-semver (= 0.3.0-1), golang-github-golang-protobuf-1-5 (= 1.5.4-1), golang-github-hashicorp-hcl (= 1.0.0-1.1), golang-github-josharian-native (= 1.1.0-1), golang-github-magiconair-properties (= 1.8.7-1), golang-github-mdlayher-arp (= 0.0~git20220512.6706a29-1), golang-github-mdlayher-ethernet (= 0.0~git20220221.529eae5-1), golang-github-mdlayher-packet (= 1.1.2-2), golang-github-mdlayher-socket (= 0.5.1-1), golang-github-mitchellh-mapstructure (= 1.5.0+git20231216.8508981-1), golang-github-pelletier-go-toml.v2 (= 2.2.1-1), golang-github-spf13-afero (= 1.11.0-1), golang-github-spf13-cast (= 1.6.0-1), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-2), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-github-spf13-viper (= 1.12.0-1), golang-github-subosito-gotenv (= 1.3.0-1), golang-go.uber-atomic (= 1.11.0-1), golang-go.uber-multierr (= 1.6.0-1), golang-go.uber-zap (= 1.26.0-1), golang-gogoprotobuf (= 1.3.2-3), golang-golang-x-net (= 1:0.27.0-1), golang-golang-x-sync (= 0.7.0-1), golang-golang-x-sys (= 0.22.0-1), golang-golang-x-text (= 0.16.0-1), golang-google-genproto (= 0.0~git20210726.e7812ac-4), golang-google-grpc (= 1.64.0-6), golang-google-protobuf (= 1.33.0-1), golang-gopkg-ini.v1 (= 1.67.0-1), golang-gopkg-yaml.v3 (= 3.0.1-3)
Homepage: https://github.com/cybertec-postgresql/vip-manager
Priority: optional
Section: net
Filename: pool/main/v/vip-manager2/vip-manager2_2.8.0-1.pgdg+1_arm64.deb
Size: 3765700
SHA256: 4869c6a1c3177c78d2507f3b8609d6c51ae226db0f0802d6664e8d9ab6e520f2
SHA1: dcc1bfca08496611e66e34406a7c30a153422974
MD5sum: 7e275bc94b29477a52f1b6b78cd13efd
Description: Patroni virtual IP manager
 This package needs to be installed and configured on all nodes of a Patroni
 PostgreSQL cluster. Given a Patroni namespace and scope in etcd or consul,
 the vip-manager service monitors that namespace for leader changes due to
 failovers or switchovers and adds or removes the VIP on the local node
 accordingly.
 .
 This package works only with version 3 of the etcd API.
Timestamp: 2024-11-05 14:56:53+00

Package: vip-manager2-dbgsym
Source: vip-manager2
Version: 2.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6346
Depends: vip-manager2 (= 2.8.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/v/vip-manager2/vip-manager2-dbgsym_2.8.0-1.pgdg+1_arm64.deb
Size: 4753008
SHA256: 2f456af5e7ca82d1359143d530319f083915ffd120494d9af8ae7c218e6feced
SHA1: 66c3950a86b2f4558ef276a14775273647455d61
MD5sum: 94a0ebbfee4e07fc55a7c9890ccad127
Description: debug symbols for vip-manager2
Build-Ids: 63baef7c0d25d7c5c5e16f9d1c27f2d6ce25d1e4
Timestamp: 2024-11-05 14:56:53+00

Package: postgresql-13-mobilitydb
Source: mobilitydb
Version: 1.2.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3345
Depends: postgresql-13-postgis-3, postgresql-13, libc6 (>= 2.17), libgeos-c1t64 (>= 3.12.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-13-mobilitydb_1.2.0-2.pgdg+1_arm64.deb
Size: 677060
SHA256: c0ac782bc68c5dfacdcef51dc4ad7498c9e057334fcd329e023a081335f971fc
SHA1: 22ad4369269f1d978333fc19ac8c930616bdb1e5
MD5sum: 5ac0942178c6ac9a43fab03b2751c2ec
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2024-11-07 14:30:17+00

Package: postgresql-13-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2446
Depends: postgresql-13-mobilitydb (= 1.2.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-13-mobilitydb-dbgsym_1.2.0-2.pgdg+1_arm64.deb
Size: 2215484
SHA256: 759f7eb640733884f3323ce63c7d4971c4a43b209b979a48ea9f3dd1ece7336a
SHA1: da99ef589f19c266b7925b1bc5fa43f9be867e10
MD5sum: 384f7eb138aa881f0839158005f75c80
Description: debug symbols for postgresql-13-mobilitydb
Build-Ids: 95da48b3da1670134efc54b02e3775ac1fb4cb30
Timestamp: 2024-11-07 14:30:17+00

Package: postgresql-14-mobilitydb
Source: mobilitydb
Version: 1.2.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3345
Depends: postgresql-14-postgis-3, postgresql-14, libc6 (>= 2.17), libgeos-c1t64 (>= 3.12.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-14-mobilitydb_1.2.0-2.pgdg+1_arm64.deb
Size: 676780
SHA256: a809aab3d0d1e97fec26e15d0f2ea659365193aaaf1671dca94873dd36288102
SHA1: 9fcbfcddada92cbdf1463fe8495f93c3397ec68d
MD5sum: 058228ec17fe46d8d54329d9da352767
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2024-11-07 14:30:17+00

Package: postgresql-14-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2452
Depends: postgresql-14-mobilitydb (= 1.2.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-14-mobilitydb-dbgsym_1.2.0-2.pgdg+1_arm64.deb
Size: 2219480
SHA256: 643a8123600617ac6dcf572af36838f47d090d2f316426c7dd744958874a1f26
SHA1: deb3883769a709df35af65aab1c6304835040c96
MD5sum: a62eaf62bd5814f0dcd422bc8a5e7252
Description: debug symbols for postgresql-14-mobilitydb
Build-Ids: 087188f6470644cbab333b7b507d52eb6472b112
Timestamp: 2024-11-07 14:30:17+00

Package: postgresql-14-timescaledb
Source: timescaledb
Version: 2.17.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12025
Depends: postgresql-14, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-14-timescaledb_2.17.2+dfsg-1.pgdg+1_arm64.deb
Size: 355532
SHA256: 17fb6f92674cf9bebaa6ff0f0d34a242bd4b2314501eb55b8e77981a0c8e627b
SHA1: 645b647d7ba3b7543ecb334445cbff84486fea13
MD5sum: 3cdda9e2f1e46b4451ececc67d3f8575
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2024-11-07 14:30:17+00

Package: postgresql-14-timescaledb-dbgsym
Source: timescaledb
Version: 2.17.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1210
Depends: postgresql-14-timescaledb (= 2.17.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-14-timescaledb-dbgsym_2.17.2+dfsg-1.pgdg+1_arm64.deb
Size: 1090692
SHA256: 6a0d87904a1e4fe3aeff934b46bedc08628d937d1c21e3d73217a9f4c7c2cd6d
SHA1: d094513ab0c311ea1330014b752e1b13acacb8d6
MD5sum: 8df3b2915857aac27c4f7da7c01387ec
Description: debug symbols for postgresql-14-timescaledb
Build-Ids: acacc7d6b94450663cf80913852dd9411374ef3d b5abb98dfc10949be98b016db944e6f438ebb595
Timestamp: 2024-11-07 14:30:17+00

Package: postgresql-15-mobilitydb
Source: mobilitydb
Version: 1.2.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3409
Depends: postgresql-15-postgis-3, postgresql-15, libc6 (>= 2.17), libgeos-c1t64 (>= 3.12.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-15-mobilitydb_1.2.0-2.pgdg+1_arm64.deb
Size: 676216
SHA256: 7691707c4818e1334788ff70e1b9cd2868ce4e2efe6a2fa97daacc774014a47d
SHA1: 909ffba4317a5331794079b0fa8623186b691f87
MD5sum: cb3cdb07709f895c3eb45766be235b2a
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2024-11-07 14:30:17+00

Package: postgresql-15-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2455
Depends: postgresql-15-mobilitydb (= 1.2.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-15-mobilitydb-dbgsym_1.2.0-2.pgdg+1_arm64.deb
Size: 2223724
SHA256: 431b672e55d8de96af886792b2b7ecd49a963a17f1b170d10f3b4f8438d196f2
SHA1: e06c896dd54c8a330b8a6c148baf2d7b035937e5
MD5sum: b9724f2500a2ea7ff1628fb3534074fe
Description: debug symbols for postgresql-15-mobilitydb
Build-Ids: 983373e171e28b00e2b9a4cf3884bd0f871ff322
Timestamp: 2024-11-07 14:30:17+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.17.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12025
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.17.2+dfsg-1.pgdg+1_arm64.deb
Size: 358032
SHA256: e207c5cf49000496b11cf2a0922238c5ab9751c3a4f770ffd3a9f9b4b6f06487
SHA1: 1f7c0b3c1cbbff832f20e36d73056c4088293eb2
MD5sum: 76cdb1920c2105e9ca6bfe9d2dde8640
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2024-11-07 14:30:17+00

Package: postgresql-15-timescaledb-dbgsym
Source: timescaledb
Version: 2.17.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1200
Depends: postgresql-15-timescaledb (= 2.17.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.17.2+dfsg-1.pgdg+1_arm64.deb
Size: 1082252
SHA256: 51f017a95a041ae53b89a5a20c6dde0d44e647b796e37303cbf5eab805134349
SHA1: 97744dd14a4dc8f5181e4bf8b323a0c17daf3d47
MD5sum: b468b1eac1fdb24ed2c78122b324e735
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: 314d860210a5b4366159d30f75b58ffdb98321d5 d9be1785080750e8a4bfdf0ac8d18a889c876edf
Timestamp: 2024-11-07 14:30:17+00

Package: postgresql-16-age
Version: 1.5.0~rc0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1816
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/apache/age
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16-age/postgresql-16-age_1.5.0~rc0-3.pgdg+1_arm64.deb
Size: 619856
SHA256: 1c2d16a6131959a2df3ab5236bbf7502492c2743c7394d48a83a57fa22b2f334
SHA1: 09ccb392eb93b5e52dbef88a1f6902d08ee1f140
MD5sum: dc50b37879c393ca0085fa7caf2ec080
Description: Graph database optimized for fast analysis and real-time data processing
 Apache AGE is an extension for PostgreSQL that enables users to leverage a
 graph database on top of the existing relational databases. AGE is an acronym
 for A Graph Extension and is inspired by Bitnine's AgensGraph, a multi-model
 database fork of PostgreSQL. The basic principle of the project is to create a
 single storage that handles both the relational and graph data model so that
 the users can use the standard ANSI SQL along with openCypher, one of the most
 popular graph query languages today.
 .
 This package contains Apache AGE for PostgreSQL 16.
Timestamp: 2024-11-07 14:30:17+00

Package: postgresql-16-age-dbgsym
Source: postgresql-16-age
Version: 1.5.0~rc0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 725
Depends: postgresql-16-age (= 1.5.0~rc0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16-age/postgresql-16-age-dbgsym_1.5.0~rc0-3.pgdg+1_arm64.deb
Size: 662992
SHA256: f35dfd09a8f4c5f6fa518075e7cc4f488a779f613809fd78617ebd9fb5362f2d
SHA1: 667a345ceb6b4779594ddf1cfaf8197881441f09
MD5sum: 76cd63f723d5740c5452d271a6e9cad3
Description: debug symbols for postgresql-16-age
Build-Ids: 4461092e8392843c87c109034889645d0a2df9ce
Timestamp: 2024-11-07 14:30:17+00

Package: postgresql-16-mobilitydb
Source: mobilitydb
Version: 1.2.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3345
Depends: postgresql-16-postgis-3, postgresql-16, libc6 (>= 2.17), libgeos-c1t64 (>= 3.12.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-16-mobilitydb_1.2.0-2.pgdg+1_arm64.deb
Size: 673980
SHA256: dc452f982c471c3216a64e54cd68fa7cdb79e59c5846e85fc6abdd3fd19c729b
SHA1: febbb2d20c630b7ed98dc03c7b761d8fb7992d2f
MD5sum: 5f46e166898924c0996aeee0908ec883
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2024-11-07 14:30:17+00

Package: postgresql-16-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2606
Depends: postgresql-16-mobilitydb (= 1.2.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-16-mobilitydb-dbgsym_1.2.0-2.pgdg+1_arm64.deb
Size: 2378408
SHA256: 5649b53f2d2a254b6f4ed51a46b296558842e349b884407d1ae5981b5f19dfb8
SHA1: f3019e63e84c89ce96568bc3a66ccb7f6587fa94
MD5sum: 7d1a808c578469b3286d5dd6d037c089
Description: debug symbols for postgresql-16-mobilitydb
Build-Ids: b9dad73caf43c5145fb85fa098ef77caaf9e1dca
Timestamp: 2024-11-07 14:30:17+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.17.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11961
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.17.2+dfsg-1.pgdg+1_arm64.deb
Size: 336472
SHA256: 771801074beb53894ae2979882d279c10b15a87502116f36bf9399d2d0213ae6
SHA1: 67535310e5c9806adf4d5aff413dfd533ecf8a37
MD5sum: 468daa705c48009c5ffb35749251d0d1
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2024-11-07 14:30:17+00

Package: postgresql-16-timescaledb-dbgsym
Source: timescaledb
Version: 2.17.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1199
Depends: postgresql-16-timescaledb (= 2.17.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.17.2+dfsg-1.pgdg+1_arm64.deb
Size: 1082000
SHA256: af1903f3e5f891ca2c781cb6e28593812f64950c5f833cf1a043da94bc9e8f04
SHA1: 4b5f6030ffaa8d0024f9c16f8b367d3cc5b57db6
MD5sum: b78cf06b7c86cb0dfc8d918a53467ba2
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: 0cd345a6302fd3bd4ed6b7bb4021f71238f09cb7 b6a6ca5b20ee730475826cfc2af6e195fe678d2d
Timestamp: 2024-11-07 14:30:17+00

Package: postgresql-17-age
Source: postgresql-16-age
Version: 1.5.0~rc0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1895
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/apache/age
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16-age/postgresql-17-age_1.5.0~rc0-3.pgdg+1_arm64.deb
Size: 664872
SHA256: 342a76d725118c09f01b2041318c0993c59f010ec625a91cc39159e6a8c0e59b
SHA1: 3dccd1310fec453b1abf39911f12ef721cc87989
MD5sum: 8087e865178738e5dbc470933bdbf190
Description: Graph database optimized for fast analysis and real-time data processing
 Apache AGE is an extension for PostgreSQL that enables users to leverage a
 graph database on top of the existing relational databases. AGE is an acronym
 for A Graph Extension and is inspired by Bitnine's AgensGraph, a multi-model
 database fork of PostgreSQL. The basic principle of the project is to create a
 single storage that handles both the relational and graph data model so that
 the users can use the standard ANSI SQL along with openCypher, one of the most
 popular graph query languages today.
 .
 This package contains Apache AGE for PostgreSQL 17.
Timestamp: 2024-11-07 14:30:17+00

Package: postgresql-17-age-dbgsym
Source: postgresql-16-age
Version: 1.5.0~rc0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 784
Depends: postgresql-17-age (= 1.5.0~rc0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16-age/postgresql-17-age-dbgsym_1.5.0~rc0-3.pgdg+1_arm64.deb
Size: 722460
SHA256: c87627fb089edc880f70e2026c6565b0ac8b48ba1be237c54d3e09608bd13f3a
SHA1: 0b396645b871ba76e2befc764d60fa42f2be1754
MD5sum: 5115e24f477c6b9ef6f6995d5059296e
Description: debug symbols for postgresql-17-age
Build-Ids: 22c64be45f09af2904e4b93a142bd7cfae71f3b1
Timestamp: 2024-11-07 14:30:17+00

Package: postgresql-17-mobilitydb
Source: mobilitydb
Version: 1.2.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3345
Depends: postgresql-17-postgis-3, postgresql-17, libc6 (>= 2.17), libgeos-c1t64 (>= 3.12.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-17-mobilitydb_1.2.0-2.pgdg+1_arm64.deb
Size: 675996
SHA256: 652228df8c61890c49fbc5d1354b7674e9420b16aff70d058b7a4244c262862d
SHA1: d7fc179a1793a6ea777a7dd613a585912ebd5f1e
MD5sum: 766b48bdf1fa043ecaf87c3c5c6ef3d7
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2024-11-07 14:30:17+00

Package: postgresql-17-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2615
Depends: postgresql-17-mobilitydb (= 1.2.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-17-mobilitydb-dbgsym_1.2.0-2.pgdg+1_arm64.deb
Size: 2387328
SHA256: 4d476bf5bb09152e84a5c17e002e8bcec157ab452c669312f8a6d875c6b2a434
SHA1: 2eeec8742e1beb1db0879f428b565a83062ae0e2
MD5sum: 9ee08bc22f24dde6ecc301c7abd64ea5
Description: debug symbols for postgresql-17-mobilitydb
Build-Ids: 8d755bbadd14010833789989e9375d544cdc3647
Timestamp: 2024-11-07 14:30:17+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.17.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12025
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.17.2+dfsg-1.pgdg+1_arm64.deb
Size: 357560
SHA256: ec40fc37499da2b61cc3c7daa877e00a0d9cdb7bb898e5584038ee035b664671
SHA1: 07894fdcb7419593e2b824cb3a073ee1fe98c581
MD5sum: 078486dc66e1751167cecfce2daca8a6
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2024-11-07 14:30:17+00

Package: postgresql-17-timescaledb-dbgsym
Source: timescaledb
Version: 2.17.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1265
Depends: postgresql-17-timescaledb (= 2.17.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.17.2+dfsg-1.pgdg+1_arm64.deb
Size: 1146728
SHA256: 74e6757b123e8482467d41aec66d14997ac600bb4d6728b2aee5fd922f36b4f4
SHA1: f0055a924cb6b7df49a5fc65196568aec1648f65
MD5sum: 141f42473a76112d30a5b8c6b42b813c
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: 0a8c5a65efa59183df1219e915b4073b147a00d4 341cc906b24aff5ffaf180f073534409948642d1
Timestamp: 2024-11-07 14:30:17+00

Package: postgresql-10-powa
Source: powa-archivist
Version: 5.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2216
Depends: postgresql-contrib-10, postgresql-10, libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-10-powa_5.0.0-1.pgdg+1_arm64.deb
Size: 65168
SHA256: d749387d2a01cd6fdb25399a71ca5eea74224138286fa183c98833f20ec6a0d0
SHA1: 533101c48452c8d98fb1d66b5d35903d9a392a1a
MD5sum: 5400693830464a60a6faa09c9c5ea85d
Description: PostgreSQL Workload Analyzer -- PostgreSQL 10 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2024-11-10 14:25:07+00

Package: postgresql-10-powa-dbgsym
Source: powa-archivist
Version: 5.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-10-powa (= 5.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-10-powa-dbgsym_5.0.0-1.pgdg+1_arm64.deb
Size: 35152
SHA256: b570b7fb8195286718b783fecf54e0bbaea96c00399b5f0546415ac9556606c6
SHA1: c0a0a01468dd37f2ee1721e0820b7dab1f963e4d
MD5sum: 7f5f9aacd7a1f15b04508cb906e0a736
Description: debug symbols for postgresql-10-powa
Build-Ids: 1200c18e0e99fec0202e980389fccac9bcd1a55a
Timestamp: 2024-11-10 14:25:07+00

Package: postgresql-11-powa
Source: powa-archivist
Version: 5.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2216
Depends: postgresql-contrib-11, postgresql-11, libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-11-powa_5.0.0-1.pgdg+1_arm64.deb
Size: 65184
SHA256: ea5d33f9e84c69e4d97c25f83fa67988d5d8662df30aa0e63cbd02e6168f5266
SHA1: e2d1351b3ce5f3cd445b9b0f4c041b02ce834592
MD5sum: 2e10b70ff4d6eadce037717c1dec9dee
Description: PostgreSQL Workload Analyzer -- PostgreSQL 11 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2024-11-10 14:25:07+00

Package: postgresql-11-powa-dbgsym
Source: powa-archivist
Version: 5.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-11-powa (= 5.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-11-powa-dbgsym_5.0.0-1.pgdg+1_arm64.deb
Size: 33932
SHA256: 1b30a1a7a8666a9490b821b25032b3e7eb400ced541f53ee299baf0e2ef67509
SHA1: a719d1beb042998b16fed6de1f5bc799360f9b4d
MD5sum: 2d95a731e4b94f7f16f9ad37c92a7454
Description: debug symbols for postgresql-11-powa
Build-Ids: af0a212488bbd76811857d7f3bc18e5e813a55ab
Timestamp: 2024-11-10 14:25:07+00

Package: postgresql-12-powa
Source: powa-archivist
Version: 5.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2245
Depends: postgresql-contrib-12, postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-12-powa_5.0.0-1.pgdg+1_arm64.deb
Size: 81704
SHA256: 334801e7a3c8fc58ad198f51ec27af90ac069a06e2d942c09dd30815e19be954
SHA1: 5c2c0aed1a0eb6e19c93def77cabb70a9e03f463
MD5sum: 3431e472d21b5a02cb9884cbfed428aa
Description: PostgreSQL Workload Analyzer -- PostgreSQL 12 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2024-11-10 14:25:07+00

Package: postgresql-12-powa-dbgsym
Source: powa-archivist
Version: 5.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-12-powa (= 5.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-12-powa-dbgsym_5.0.0-1.pgdg+1_arm64.deb
Size: 35664
SHA256: 643167b2f9b4c77bcbd66570e2d0698d8b0e2246a605e00affb5ddea781799e9
SHA1: 61d46149fd983b48b85dfbf41e413317d83a2f68
MD5sum: 9de9c579b07760602c9c82d62014ba2b
Description: debug symbols for postgresql-12-powa
Build-Ids: c498b304113969e017a0f02059eff384284d1372
Timestamp: 2024-11-10 14:25:07+00

Package: postgresql-13-powa
Source: powa-archivist
Version: 5.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2245
Depends: postgresql-contrib-13, postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-13-powa_5.0.0-1.pgdg+1_arm64.deb
Size: 81488
SHA256: ecbe70f9a386a09cc3c4ea2e9d41111055c840ab73bbc37aa937cc49d43d515e
SHA1: 53ec0e42f74d2c770590142b825c30900c72726a
MD5sum: 864744db033a24320489d42728834744
Description: PostgreSQL Workload Analyzer -- PostgreSQL 13 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2024-11-10 14:25:07+00

Package: postgresql-13-powa-dbgsym
Source: powa-archivist
Version: 5.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-13-powa (= 5.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-13-powa-dbgsym_5.0.0-1.pgdg+1_arm64.deb
Size: 32708
SHA256: 5946bd446f28f0def90255edfbb08a02d1022790198dd5bbc8f8af8c3a67f7c9
SHA1: 141184b1fec9b04697d0a283774e677728868143
MD5sum: 8e1bbcbd3d2f38172b4dc398b5efb7b5
Description: debug symbols for postgresql-13-powa
Build-Ids: 73bcb64355f417ef69737b671251a2e80218ae25
Timestamp: 2024-11-10 14:25:07+00

Package: postgresql-14-powa
Source: powa-archivist
Version: 5.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2245
Depends: postgresql-contrib-14, postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-14-powa_5.0.0-1.pgdg+1_arm64.deb
Size: 81320
SHA256: 91d107f3fffe68fb641ccf5e201aacd8b5fcbb6b0e5a3c0a68a0806c27b21ea1
SHA1: 6e0f71cc0ec76cc454c89a1b9e8b06de2b931953
MD5sum: 3c934cb9742097b39157f20cb7e79e35
Description: PostgreSQL Workload Analyzer -- PostgreSQL 14 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2024-11-10 14:25:07+00

Package: postgresql-14-powa-dbgsym
Source: powa-archivist
Version: 5.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-14-powa (= 5.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-14-powa-dbgsym_5.0.0-1.pgdg+1_arm64.deb
Size: 33700
SHA256: 91bfdd8556c901206e6ed9552acc75f919496b6a87a471ad380a2e1922e24f5a
SHA1: eeb25a3d023f8f3e2a82d7dbf24a28771e0040d3
MD5sum: 97a2d9db363a694af0301822537a48bd
Description: debug symbols for postgresql-14-powa
Build-Ids: 73a59828880d1ddeff0be72204fd26c86c8a022b
Timestamp: 2024-11-10 14:25:07+00

Package: postgresql-15-powa
Source: powa-archivist
Version: 5.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2244
Depends: postgresql-contrib-15, postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-15-powa_5.0.0-1.pgdg+1_arm64.deb
Size: 80544
SHA256: 883f3324064345b2b3fab30e792d18c39e56f04cf186e472d38b9a0097125a97
SHA1: 708e2403c324638f0c9693b7251953bc6e003949
MD5sum: a11633997ba77479b22548687a5859da
Description: PostgreSQL Workload Analyzer -- PostgreSQL 15 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2024-11-10 14:25:07+00

Package: postgresql-15-powa-dbgsym
Source: powa-archivist
Version: 5.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-15-powa (= 5.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-15-powa-dbgsym_5.0.0-1.pgdg+1_arm64.deb
Size: 36740
SHA256: 043380573d3a58c62d86395c3bc8c40d3504dffb0255170c201ab4da3c974ca3
SHA1: 3fe564e48d3075c550034eb34bddd9b8a9437c00
MD5sum: aabdd04d98530dde847179719be2069f
Description: debug symbols for postgresql-15-powa
Build-Ids: 41d2e1748b50d857c775845cff0b6646eefc71ab
Timestamp: 2024-11-10 14:25:07+00

Package: postgresql-16-powa
Source: powa-archivist
Version: 5.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2237
Depends: postgresql-contrib-16, postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-16-powa_5.0.0-1.pgdg+1_arm64.deb
Size: 75564
SHA256: 8ead4e5efb6cdec729fa57131cf31694722c1735ba7898455bf4f8ab37b55f68
SHA1: 6097839e6da5512253cd35562f8d7557abdccaec
MD5sum: 367b42e8145473cd819f52290a4622cf
Description: PostgreSQL Workload Analyzer -- PostgreSQL 16 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2024-11-10 14:25:07+00

Package: postgresql-16-powa-dbgsym
Source: powa-archivist
Version: 5.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: postgresql-16-powa (= 5.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-16-powa-dbgsym_5.0.0-1.pgdg+1_arm64.deb
Size: 37596
SHA256: a0355b662e2291dc5cec3dbcf288d230b97a1ee6c7ebeb53474e4940f38837f8
SHA1: 444e16d815e2256e16761098c43c07c57db889aa
MD5sum: 05451e6e05f9c67597507257f38e8853
Description: debug symbols for postgresql-16-powa
Build-Ids: 0ae8da681ae932e124f5bf7cb2d11116ded1f9a3
Timestamp: 2024-11-10 14:25:07+00

Package: postgresql-17-powa
Source: powa-archivist
Version: 5.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2239
Depends: postgresql-contrib-17, postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-17-powa_5.0.0-1.pgdg+1_arm64.deb
Size: 76192
SHA256: e3edda5aa4149dd34ce396d50ec2d83c47598af996ad7b746960644630569526
SHA1: fe7f9a649e4111d19594137d2acb0349f6d4b9ba
MD5sum: d3511024b003352374e4f5cc607c36df
Description: PostgreSQL Workload Analyzer -- PostgreSQL 17 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2024-11-10 14:25:07+00

Package: postgresql-17-powa-dbgsym
Source: powa-archivist
Version: 5.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-17-powa (= 5.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-17-powa-dbgsym_5.0.0-1.pgdg+1_arm64.deb
Size: 41288
SHA256: d42f23a12970946ece1a164d1f14b914800065ad23d2fc5cbf9776a28a03053e
SHA1: 1da43c740e13d6e0c3b4d573c70e2ff09fe05045
MD5sum: 6c489ccc6d607097ad26f6ce3216c9d5
Description: debug symbols for postgresql-17-powa
Build-Ids: 64a97f4a01cda5dbb626c0034e879ff245efa681
Timestamp: 2024-11-10 14:25:07+00

Package: postgresql-filedump
Version: 17.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: libc6 (>= 2.38), liblz4-1 (>= 0.0~r113)
Provides: pg-filedump
Homepage: https://wiki.postgresql.org/wiki/Pg_filedump
Priority: optional
Section: database
Filename: pool/main/p/postgresql-filedump/postgresql-filedump_17.1-1.pgdg+1_arm64.deb
Size: 42844
SHA256: 9c9de1f5acb3f7f1ae513106d47adac5f38627ebfa1ec3184f2cb0c3c820f5c2
SHA1: 50b380c57cee6453b564b344b44e1759b3b7a555
MD5sum: 7baeb1d625213f6dd53bfb4fc32d956b
Description: Dump PostgreSQL files in human-readable form
 pg_filedump is a utility to format PostgreSQL heap/index/control files in
 human-readable form.
Timestamp: 2024-11-10 14:25:07+00

Package: postgresql-filedump-dbgsym
Source: postgresql-filedump
Version: 17.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-filedump (= 17.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-filedump/postgresql-filedump-dbgsym_17.1-1.pgdg+1_arm64.deb
Size: 60036
SHA256: 0ed65ab89b0df028faa039088fc698fc9088b111328ad424b7dfc5318a16e78f
SHA1: 248ee3ce0f129dee103b851395ae2fbd4ddd08cc
MD5sum: dd3919462fe76a40050371973470635f
Description: debug symbols for postgresql-filedump
Build-Ids: 2ab8ccf768c5c4465cfb9ac79ada70f961c207ec
Timestamp: 2024-11-10 14:25:07+00

Package: libecpg-compat3
Source: postgresql-10
Version: 10.23-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg-compat3_10.23-6.pgdg+1_arm64.deb
Size: 18808
SHA256: a2bc228d596e92d9609922a41a8027b9ac37cc02be6c01277feaada3e396d4b5
SHA1: ea968636638d23d73ea830b9bae607ca54d9fcea
MD5sum: b35fdf0899715a0c35e9be8988e2709b
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.
Timestamp: 2024-11-14 14:56:39+00

Package: libecpg-compat3-dbgsym
Source: postgresql-10
Version: 10.23-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 10.23-6.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-compat3-dbgsym_10.23-6.pgdg+1_arm64.deb
Size: 16924
SHA256: 92b129d27f9978eee01a6b9ad8a0d6c787a99cbdca04183b44f9d2f9f4c1ad05
SHA1: 7c43389657865c4685ac2cac8c2458853adc3806
MD5sum: 7819e2bfcb07dced5a227fa158c774d6
Description: debug symbols for libecpg-compat3
Build-Ids: bd37044ae28beaca52a9f3a418d5b2f9d2f4a14d
Timestamp: 2024-11-14 14:56:39+00

Package: libecpg-dev
Source: postgresql-10
Version: 10.23-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1248
Depends: libecpg-compat3 (= 10.23-6.pgdg+1), libecpg6 (= 10.23-6.pgdg+1), libpgtypes3 (= 10.23-6.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libecpg-dev_10.23-6.pgdg+1_arm64.deb
Size: 223932
SHA256: 9d8623429e39093aa2e68119c93e97077b80e1861191a77c87be1df86152c135
SHA1: da137d88ed0617c6aab5626383dabd722123ac75
MD5sum: baa80f03905c0bacdef18f7112e3a7fc
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).
Timestamp: 2024-11-14 14:56:39+00

Package: libecpg-dev-dbgsym
Source: postgresql-10
Version: 10.23-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libecpg-dev (= 10.23-6.pgdg+1)
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-dev-dbgsym_10.23-6.pgdg+1_arm64.deb
Size: 227864
SHA256: 805fcc6462e27e3fe59c7b7cb4ed00f437c090083cfe69f44e6203da3b0973d4
SHA1: 667749a440f709defc4528b36582a948ae62488e
MD5sum: 12714f9adefc83d568a64411d1395166
Description: debug symbols for libecpg-dev
Build-Ids: 99cc07dbccd3a1fa2fb6dbf8b8b37c16d2d3f175
Timestamp: 2024-11-14 14:56:39+00

Package: libecpg6
Source: postgresql-10
Version: 10.23-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 461
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg6_10.23-6.pgdg+1_arm64.deb
Size: 83184
SHA256: b9d35deed1a585de05bdb9ccb0aac99f952ed739f3c622b6af4c4a613a0ecdb0
SHA1: 71c51ebe8e296dea6eec4829228bafd06a89cbdd
MD5sum: d6f7a57025fc1fb935d2ac4b8b839309
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.
Timestamp: 2024-11-14 14:56:39+00

Package: libecpg6-dbgsym
Source: postgresql-10
Version: 10.23-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libecpg6 (= 10.23-6.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg6-dbgsym_10.23-6.pgdg+1_arm64.deb
Size: 92916
SHA256: ce3926391d7c0f98c880b90fe48f1da8650e81462d883db87515d5181b404000
SHA1: f17ba69899da07d04f72e3657596e8447114afb3
MD5sum: 28041f8bf9c0a56f9407a8026a13dac5
Description: debug symbols for libecpg6
Build-Ids: bf4612a171ea97ff7bfe7b566bbe58180442b004
Timestamp: 2024-11-14 14:56:39+00

Package: libpgtypes3
Source: postgresql-10
Version: 10.23-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpgtypes3_10.23-6.pgdg+1_arm64.deb
Size: 39152
SHA256: 5ff02a8c384e62721f6b959b6365c1c41efd86eaaed48a07e007ee4b51dd78b3
SHA1: 98dfc846282de643d9a6b7398c1f68220a385dd4
MD5sum: 845526ba38b37b454f6535ba2dfd6850
Description: shared library libpgtypes for PostgreSQL 10
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 14:56:39+00

Package: libpgtypes3-dbgsym
Source: postgresql-10
Version: 10.23-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: libpgtypes3 (= 10.23-6.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpgtypes3-dbgsym_10.23-6.pgdg+1_arm64.deb
Size: 70052
SHA256: 809babc71250e8853fa9b9da3af2b22979bf72ceb7d886d14e4038888a56a5b5
SHA1: 060d53ae6c09f797cf61747b5e6ff3f974d7e27b
MD5sum: 9bea74d80ba16a13e6ce3b559ccc607a
Description: debug symbols for libpgtypes3
Build-Ids: c2e783494723ab825a53a5cd89e3c98da70b9608
Timestamp: 2024-11-14 14:56:39+00

Package: libpq-dev
Source: postgresql-10
Version: 10.23-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 691
Depends: libpq5 (= 10.23-6.pgdg+1)
Suggests: postgresql-doc-10
Breaks: postgresql-server-dev-10 (<< 10.1-2~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libpq-dev_10.23-6.pgdg+1_arm64.deb
Size: 161568
SHA256: 9161e9d0e0bdcac535f1ba078a879db3bcf9c5318f294e020b5ea41768c5cd4e
SHA1: 5eb28baa1e820907b08a1f6d9bd3ea2db0969aab
MD5sum: 9894d830185f7327fb8359a900318666
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.
Timestamp: 2024-11-14 14:56:39+00

Package: libpq5
Source: postgresql-10
Version: 10.23-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 774
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpq5_10.23-6.pgdg+1_arm64.deb
Size: 164548
SHA256: 5943a5ea2ffdca47cdfbb34ba0dff1909263c1a0eaff255b9eb64085c015a07a
SHA1: e92cff49b6962df421a511a234ea3533e065c23e
MD5sum: 485657e67b8d06a6aad12ff92963c5a5
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.
Timestamp: 2024-11-14 14:56:39+00

Package: libpq5-dbgsym
Source: postgresql-10
Version: 10.23-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libpq5 (= 10.23-6.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpq5-dbgsym_10.23-6.pgdg+1_arm64.deb
Size: 230204
SHA256: 6b50b9da42e134734282e309888bc84b435020742cfda72cd7ff3d686c329953
SHA1: 1aaea02223e35f518635e979f95653328ca040d8
MD5sum: e515603a78cd6420b7ba90e4e7042526
Description: debug symbols for libpq5
Build-Ids: 57839991e5d2dbe350603d0a890a5f28bd19f70e
Timestamp: 2024-11-14 14:56:39+00

Package: libecpg-compat3
Source: postgresql-11
Version: 11.22-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg-compat3_11.22-8.pgdg+1_arm64.deb
Size: 21560
SHA256: ae27ae8a028d451b85d1108f7f16a1bf691615808843abfd15e8f3fbbea8ac77
SHA1: 899da0a5e85da3c484f7d2a4c1360ef6938542af
MD5sum: b2d814399fa94173573b2894483682a7
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.
Timestamp: 2024-11-14 14:57:21+00

Package: libecpg-compat3-dbgsym
Source: postgresql-11
Version: 11.22-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 11.22-8.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-compat3-dbgsym_11.22-8.pgdg+1_arm64.deb
Size: 16944
SHA256: c5b20b1ca2e3949c85f46d37f7f5bcf51435e57df74bd4e5726551cdaf9f2318
SHA1: 7e8e83a2d1967f8c34b3c48972827384bce23611
MD5sum: b43e19ef2b52cd585faca5a2ab421e9e
Description: debug symbols for libecpg-compat3
Build-Ids: b7630a5ea0f8528c06cb0c72dea44b722a5fcc6c
Timestamp: 2024-11-14 14:57:21+00

Package: libecpg-dev
Source: postgresql-11
Version: 11.22-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1319
Depends: libecpg-compat3 (= 11.22-8.pgdg+1), libecpg6 (= 11.22-8.pgdg+1), libpgtypes3 (= 11.22-8.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libecpg-dev_11.22-8.pgdg+1_arm64.deb
Size: 230044
SHA256: ef4e40bbd1f3d07e5164b0bf39f139981b0193fb385c60609bba8c43b848e1a6
SHA1: e903b40cb9b767f0cef77e26df1d9bdf53a48d3c
MD5sum: 875e83c18a19f62218c595bd193d091c
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).
Timestamp: 2024-11-14 14:57:21+00

Package: libecpg-dev-dbgsym
Source: postgresql-11
Version: 11.22-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 266
Depends: libecpg-dev (= 11.22-8.pgdg+1)
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-dev-dbgsym_11.22-8.pgdg+1_arm64.deb
Size: 231136
SHA256: 78f57e101e2b719b22788503cd31891258697b27d14c804838f7fe690e717c50
SHA1: c474e11874d76f38db669b3d60555593dd2665ab
MD5sum: e99b9b9df34aba071d482f4482ae4898
Description: debug symbols for libecpg-dev
Build-Ids: ba3e859681627c1609fbfe4866b14374f88f8878
Timestamp: 2024-11-14 14:57:21+00

Package: libecpg6
Source: postgresql-11
Version: 11.22-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 486
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg6_11.22-8.pgdg+1_arm64.deb
Size: 89036
SHA256: 7c0b24b0529e946bcc4990a2fd60e4595b1912659ce45bcc1c2aed9133596615
SHA1: 218e66615c7c7aecb6f3e0a122bd22b9a168978e
MD5sum: ec33380afac89b73c8a502399e4beddd
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.
Timestamp: 2024-11-14 14:57:21+00

Package: libecpg6-dbgsym
Source: postgresql-11
Version: 11.22-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libecpg6 (= 11.22-8.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg6-dbgsym_11.22-8.pgdg+1_arm64.deb
Size: 93144
SHA256: 86a06574ff0de540d3b840256ef85a3d1bc0917f49939f3591b49191aafa094a
SHA1: 994f785ec7c0ea64f481aa00a500597bad8fd496
MD5sum: df9b12ab403a4809be342c5e7054070b
Description: debug symbols for libecpg6
Build-Ids: baebf848b82a7916465d609b99cd50c3c7b80d03
Timestamp: 2024-11-14 14:57:21+00

Package: libpgtypes3
Source: postgresql-11
Version: 11.22-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpgtypes3_11.22-8.pgdg+1_arm64.deb
Size: 42328
SHA256: 4475ef4191638d03b84d82ffab3e5e254bc40ae38dc29b3d2335c60d3ceec5f1
SHA1: ada1b0589b155fb77bd1d9ad78482a5d6eb835e0
MD5sum: 360d12caba1e7e6cd772dd01768e9975
Description: shared library libpgtypes for PostgreSQL 11
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 14:57:21+00

Package: libpgtypes3-dbgsym
Source: postgresql-11
Version: 11.22-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: libpgtypes3 (= 11.22-8.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpgtypes3-dbgsym_11.22-8.pgdg+1_arm64.deb
Size: 71336
SHA256: b823f2d034c31a1c69ea2c8181a51e2218ab92051e9738948f629b48e6031c1c
SHA1: d90cc60a243f3cb89743ea213251565df69b101b
MD5sum: fcf2cde2e68c6c224cbf7e8594dccd28
Description: debug symbols for libpgtypes3
Build-Ids: 6044d2f57d8b42efc0645a6bb5eca50916c62483
Timestamp: 2024-11-14 14:57:21+00

Package: libpq-dev
Source: postgresql-11
Version: 11.22-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 706
Depends: libpq5 (= 11.22-8.pgdg+1)
Suggests: postgresql-doc-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libpq-dev_11.22-8.pgdg+1_arm64.deb
Size: 167020
SHA256: 8815a8d8246420905bb6c50a6663a0ba02218e870a9a3cb741de3b8f0ba20bc9
SHA1: af4eb81c5ac09392098c4c2efa8791c28346cc4c
MD5sum: eff688c2829aebb217064caa05723513
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.
Timestamp: 2024-11-14 14:57:21+00

Package: libpq5
Source: postgresql-11
Version: 11.22-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 784
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpq5_11.22-8.pgdg+1_arm64.deb
Size: 168404
SHA256: 24adc1e9908280857e23009c772dd8caf90d504a7355322b74010d6ad9516bcb
SHA1: 05ee2816379ffbab797de53eebce7254c991f326
MD5sum: caf4ab90de487179a385731d6b01d21f
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.
Timestamp: 2024-11-14 14:57:21+00

Package: libpq5-dbgsym
Source: postgresql-11
Version: 11.22-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 264
Depends: libpq5 (= 11.22-8.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpq5-dbgsym_11.22-8.pgdg+1_arm64.deb
Size: 231704
SHA256: defd4e5d267cbea893a1c368f4e057e00e126c8fc3407debfd0f643e53630862
SHA1: 3b14137a0a7c6b15f941ddea2ecfec52dab48c98
MD5sum: 436c119a664a46ae23ebb86b3ee87b0d
Description: debug symbols for libpq5
Build-Ids: 5478351635a473e943193f4466dd23bbf6f2e2a0
Timestamp: 2024-11-14 14:57:21+00

Package: libecpg-compat3
Source: postgresql-12
Version: 12.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg-compat3_12.21-1.pgdg+1_arm64.deb
Size: 22872
SHA256: 9adcd1ae617e7608edf8ebb9c1da7eab16e0fa1efeaceb3a7340ed5ef6ca11ad
SHA1: c223550ce00d8bb7cde34f7a26c3b4c58100ae93
MD5sum: b0e8148dd1616d60e9736c91e607d17d
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.
Timestamp: 2024-11-14 14:53:51+00

Package: libecpg-compat3-dbgsym
Source: postgresql-12
Version: 12.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 12.21-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-compat3-dbgsym_12.21-1.pgdg+1_arm64.deb
Size: 16916
SHA256: 97a91b38fb38dd1c6d049c6b37000ca6303fdc5d2ebe4fbdaf49f7f14d80f023
SHA1: d4f94cc16d8db713f7d9f60bfb95996e50f10881
MD5sum: 9ac0107f254fe4ed3754c84e4c5d108e
Description: debug symbols for libecpg-compat3
Build-Ids: 279ee9d916215a18017e7a43f7b91ccac9289991
Timestamp: 2024-11-14 14:53:51+00

Package: libecpg-dev
Source: postgresql-12
Version: 12.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1585
Depends: libecpg-compat3 (= 12.21-1.pgdg+1), libecpg6 (= 12.21-1.pgdg+1), libpgtypes3 (= 12.21-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libecpg-dev_12.21-1.pgdg+1_arm64.deb
Size: 270972
SHA256: 7b750bacfa0ab9e48e4d70b34a7237918292fbe539ba0fd08b55804cfa855c96
SHA1: 2237f6f68ecbbbc1ccdd2f93369bf860af361db5
MD5sum: 658ede70976c5ad40d4d0d5dcbbc560a
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).
Timestamp: 2024-11-14 14:53:51+00

Package: libecpg-dev-dbgsym
Source: postgresql-12
Version: 12.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 277
Depends: libecpg-dev (= 12.21-1.pgdg+1)
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-dev-dbgsym_12.21-1.pgdg+1_arm64.deb
Size: 240976
SHA256: 48ed54472bd1dc5323ba313cb528f6ee203e368c33181b406404ea31fca4c54f
SHA1: 3b7ff8d6baf47350a35849aab75da3adb26cdd6b
MD5sum: bebe5bcfb2b1b61dae8b8f3fa0717c3d
Description: debug symbols for libecpg-dev
Build-Ids: 8d070ecd3e07c80547e71f6c7e2d009f7d8e9d82
Timestamp: 2024-11-14 14:53:51+00

Package: libecpg6
Source: postgresql-12
Version: 12.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 264
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg6_12.21-1.pgdg+1_arm64.deb
Size: 62920
SHA256: deb126a32bf11ef6047d22649d790cfe2505bf050fffd88f5407fabe36128f63
SHA1: 4bbc36c9aeabccd0ba72b9d34dce5c41e436ec33
MD5sum: b5bc07291bbcbd4929fa3a9e15209aab
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.
Timestamp: 2024-11-14 14:53:51+00

Package: libecpg6-dbgsym
Source: postgresql-12
Version: 12.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 12.21-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg6-dbgsym_12.21-1.pgdg+1_arm64.deb
Size: 112564
SHA256: 05aa4359da78685e704bd11e5426dc2267d039980cde1e8c2bea2432e29c34a5
SHA1: 3a7e724f479d39466064bd160a9f8d49bc801193
MD5sum: 9035f4b2e85a9731da0a8030cf53e787
Description: debug symbols for libecpg6
Build-Ids: 52b8fc21d98a8c64bc57a457699b8f4ccd03f1fc
Timestamp: 2024-11-14 14:53:51+00

Package: libpgtypes3
Source: postgresql-12
Version: 12.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 171
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpgtypes3_12.21-1.pgdg+1_arm64.deb
Size: 48888
SHA256: 995ca7350fe1f11a6ff876d317f6c36722aff92e34b328273748bb01de3eac48
SHA1: b3486ba0c4b1c0294da4c98359404f3a496725b7
MD5sum: 39277beba515c30a8f7aa51fe38aafee
Description: shared library libpgtypes for PostgreSQL 12
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 14:53:51+00

Package: libpgtypes3-dbgsym
Source: postgresql-12
Version: 12.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 12.21-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpgtypes3-dbgsym_12.21-1.pgdg+1_arm64.deb
Size: 88628
SHA256: b771f80743ec6e4120a8391e60fb0e4858cbcf28a0cc21518b738d4f855d4f27
SHA1: 94f82150c79faae6a7e10ba826f5b7c392039035
MD5sum: 2ccf183069d98adde8509169d7e7e39a
Description: debug symbols for libpgtypes3
Build-Ids: f893ed2ba8650695e2ec8c300a6e9b48a786b5b9
Timestamp: 2024-11-14 14:53:51+00

Package: libpq-dev
Source: postgresql-12
Version: 12.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 600
Depends: libpq5 (= 12.21-1.pgdg+1)
Suggests: postgresql-doc-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libpq-dev_12.21-1.pgdg+1_arm64.deb
Size: 146448
SHA256: 1b4b1714aae314fee543caf5734233db319396026bef06d2b0ccc04540d495c8
SHA1: 47c4942637487fdec54c2aefcd79be0cd6669cd7
MD5sum: 943a7563682f268af12bb9a878e7cf5e
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.
Timestamp: 2024-11-14 14:53:51+00

Package: libpq5
Source: postgresql-12
Version: 12.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 795
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpq5_12.21-1.pgdg+1_arm64.deb
Size: 179784
SHA256: 4459cf6ddd70eb1416d2ac115baa36ff0e0221628b1c43d9174b96c1330fa8f9
SHA1: 86cacb6fec3ab7c2e9088b5c8a1830592b0e654e
MD5sum: a0e1560ee40a06e6611d11af3884951b
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.
Timestamp: 2024-11-14 14:53:51+00

Package: libpq5-dbgsym
Source: postgresql-12
Version: 12.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 286
Depends: libpq5 (= 12.21-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpq5-dbgsym_12.21-1.pgdg+1_arm64.deb
Size: 253072
SHA256: f42877a685686719c0df0240133efccd06029e6f128e3f945c9ff2e71206a83f
SHA1: 5510a7b008ea074dfca59e6428c7f461b34bd1ad
MD5sum: 8ea401e91ba6cf346f03a065c2f47720
Description: debug symbols for libpq5
Build-Ids: 5fe48e4448df73ea9e842be705a99894141cf248
Timestamp: 2024-11-14 14:53:51+00

Package: libecpg-compat3
Source: postgresql-13
Version: 13.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg-compat3_13.17-1.pgdg+1_arm64.deb
Size: 22784
SHA256: 066cd8c4f241cb47b1c339b51df29c5a031da9d74b15bce6f29310f9d4b2e64f
SHA1: dbff889664e95f6f05fce63c203b60b3dd456f5a
MD5sum: ef395e7c1953fd31001bf87ef40105f4
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.
Timestamp: 2024-11-14 14:53:08+00

Package: libecpg-compat3-dbgsym
Source: postgresql-13
Version: 13.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 13.17-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-compat3-dbgsym_13.17-1.pgdg+1_arm64.deb
Size: 16892
SHA256: 82297eda0645731d8e6e5ae951d85219553be491979aa20bada2e6a8d478f2c7
SHA1: 60a843c95123ba21d1f547fe185cacea526dbe14
MD5sum: 180c596637e63f5e3152183de2e79512
Description: debug symbols for libecpg-compat3
Build-Ids: f118d0eeba4451fc0b2539b0144ea6bbd729a723
Timestamp: 2024-11-14 14:53:08+00

Package: libecpg-dev
Source: postgresql-13
Version: 13.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1522
Depends: libecpg-compat3 (= 13.17-1.pgdg+1), libecpg6 (= 13.17-1.pgdg+1), libpgtypes3 (= 13.17-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libecpg-dev_13.17-1.pgdg+1_arm64.deb
Size: 270168
SHA256: 44875e9bacd2066c56d5f89c0d96ddbc93be45cb9eadac6b48026b4e88d3e251
SHA1: 194be9d819a180572b766a6302cdd7648da05e0b
MD5sum: db47a5fb824412d8d6e19fa297d2f1d4
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).
Timestamp: 2024-11-14 14:53:08+00

Package: libecpg-dev-dbgsym
Source: postgresql-13
Version: 13.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 282
Depends: libecpg-dev (= 13.17-1.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-dev-dbgsym_13.17-1.pgdg+1_arm64.deb
Size: 246716
SHA256: 55a5269a4315eafb12d5c3cee3114521093401e1ab732c396c9bd8141bac2557
SHA1: d9c37a949ae0ec72a89ec905a37202bad2513986
MD5sum: 8e9170911f808c9cc409a942729489fe
Description: debug symbols for libecpg-dev
Build-Ids: 1ce81b4f6d4327ac3eaf350224faa85219b24ecf
Timestamp: 2024-11-14 14:53:08+00

Package: libecpg6
Source: postgresql-13
Version: 13.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 264
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg6_13.17-1.pgdg+1_arm64.deb
Size: 62756
SHA256: 2d458da7fa679625d64680bed768c90071c63471d5109d9cdfd81ce1b76ab5d5
SHA1: 7bc7e931819092d0542efc21b4ae3cd23c942ccf
MD5sum: d147fc8ce41efac91085c50665092eaf
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.
Timestamp: 2024-11-14 14:53:08+00

Package: libecpg6-dbgsym
Source: postgresql-13
Version: 13.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 13.17-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg6-dbgsym_13.17-1.pgdg+1_arm64.deb
Size: 112796
SHA256: 2ddccb353bdcb0d237f141fc99f966f26fede75e0231fbfa88c0bbf33e774f7b
SHA1: fd4143316d62f58abeaff3d8b03ccccb4a0026d0
MD5sum: b36098f93d3c2040764784199110a4bd
Description: debug symbols for libecpg6
Build-Ids: 5488eece35902e063663c93c8221c1d44ba94f08
Timestamp: 2024-11-14 14:53:08+00

Package: libpgtypes3
Source: postgresql-13
Version: 13.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 171
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpgtypes3_13.17-1.pgdg+1_arm64.deb
Size: 48956
SHA256: e3f5eecf69976782cca037bc604e0e7fb5defabfc76a344030e0cf1be3772810
SHA1: a401f1ff4493b02d4e046120b0a6c8a978864d28
MD5sum: e1144b4ce59b3fad7eb500b77c6ae487
Description: shared library libpgtypes for PostgreSQL 13
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 14:53:08+00

Package: libpgtypes3-dbgsym
Source: postgresql-13
Version: 13.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 13.17-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpgtypes3-dbgsym_13.17-1.pgdg+1_arm64.deb
Size: 88888
SHA256: b7317c99772cceb03d8159bb7b0188aab4cbeec4166cf56e2fa804d8aa34e5c9
SHA1: 9110a558cf5ecdd88fe8f73b41f63a52242b2642
MD5sum: 2aeed8e7d5e7827d1dd76549680e9fee
Description: debug symbols for libpgtypes3
Build-Ids: e1f68de999807a127228bbfdfa7bb1e3d207616f
Timestamp: 2024-11-14 14:53:08+00

Package: libpq-dev
Source: postgresql-13
Version: 13.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 580
Depends: libpq5 (= 13.17-1.pgdg+1)
Suggests: postgresql-doc-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libpq-dev_13.17-1.pgdg+1_arm64.deb
Size: 142964
SHA256: d7cd4194bdca872f583901f55619aed72da718527d0d6a36a89e63d8dd8b0cff
SHA1: 369b98f9ecc14c7a637a2dc83f328d3644cfe1bb
MD5sum: 8c273377e578e353883038dfc0cbb1ce
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.
Timestamp: 2024-11-14 14:53:08+00

Package: libpq5
Source: postgresql-13
Version: 13.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 854
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpq5_13.17-1.pgdg+1_arm64.deb
Size: 179928
SHA256: 1c313d622d1edee4f9b40ab8aff7e4065c28e49c1e7e607a706edd484ddd509c
SHA1: a4362e0ab3d6619fb91827f84e3b2e86e9cf4bba
MD5sum: 8a4305e0886182dc22615a39ce72693e
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.
Timestamp: 2024-11-14 14:53:08+00

Package: libpq5-dbgsym
Source: postgresql-13
Version: 13.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 293
Depends: libpq5 (= 13.17-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpq5-dbgsym_13.17-1.pgdg+1_arm64.deb
Size: 258560
SHA256: 92051c86e774a99aa6203cda4d1fcfce9258b34f558102cc2f548b6c2f8e49e5
SHA1: 88ec56c52d03b27efd6c516f5611d156ed4905f3
MD5sum: 9036f2df8c3b39612477bcc56728a13e
Description: debug symbols for libpq5
Build-Ids: fbe0385bc5cdfa49fb6b53f2268842b962a731fa
Timestamp: 2024-11-14 14:53:08+00

Package: libecpg-compat3
Source: postgresql-14
Version: 14.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg-compat3_14.14-1.pgdg+1_arm64.deb
Size: 20188
SHA256: a848b0ea96cfeb85b40680cfdb75588d4afb555a8f8e158e732cc2855f2dd918
SHA1: 63d98eea9d5844a03115e6a3db748297f8b8909c
MD5sum: 448692d40f8de7451b52c984d966810c
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.
Timestamp: 2024-11-14 14:52:22+00

Package: libecpg-compat3-dbgsym
Source: postgresql-14
Version: 14.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 14.14-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-compat3-dbgsym_14.14-1.pgdg+1_arm64.deb
Size: 16896
SHA256: e1b0f617db19d4dff6fbdc252fa2432973d025eca974de935e90df85cfb716f0
SHA1: bbac8dedebd11d24e26cd0f07a705375465a2da5
MD5sum: 82d70f4980b6c7946c9b18350fd8a92e
Description: debug symbols for libecpg-compat3
Build-Ids: e41e1c780666a18051940a86a7f4956b0085e152
Timestamp: 2024-11-14 14:52:22+00

Package: libecpg-dev
Source: postgresql-14
Version: 14.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1608
Depends: libecpg-compat3 (= 14.14-1.pgdg+1), libecpg6 (= 14.14-1.pgdg+1), libpgtypes3 (= 14.14-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libecpg-dev_14.14-1.pgdg+1_arm64.deb
Size: 275276
SHA256: 92154a5e2f541b613683bad4f09f9248b299f4c573e4202ed158f439377fd692
SHA1: 1889ee2e2399a3fc715603b18b8db041f588f0f0
MD5sum: 7e462d2147bfa0891c572ee28df23e00
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).
Timestamp: 2024-11-14 14:52:22+00

Package: libecpg-dev-dbgsym
Source: postgresql-14
Version: 14.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 294
Depends: libecpg-dev (= 14.14-1.pgdg+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-dev-dbgsym_14.14-1.pgdg+1_arm64.deb
Size: 254564
SHA256: 3d5363442da4fb89ad18e11b0b9e339690803b9e0e350f52e6526cc2a111b8e7
SHA1: c2ca3d0887b1805796380677fdb47b9c3f4d45bc
MD5sum: 1562fd38ca109bbdaceab0390d1d63f3
Description: debug symbols for libecpg-dev
Build-Ids: d5af31f912293ce9152c3806307f3fddeae158c8
Timestamp: 2024-11-14 14:52:22+00

Package: libecpg6
Source: postgresql-14
Version: 14.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg6_14.14-1.pgdg+1_arm64.deb
Size: 60956
SHA256: c31d708a8f9a85e28104ca3d1b4584e65829cee1ea3eaa29d030b635d0259803
SHA1: 92455ef9535f09c3ce01b9409502cb99686989ab
MD5sum: ede48660b68cfca0b5c665338071d2ee
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.
Timestamp: 2024-11-14 14:52:22+00

Package: libecpg6-dbgsym
Source: postgresql-14
Version: 14.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 14.14-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg6-dbgsym_14.14-1.pgdg+1_arm64.deb
Size: 112688
SHA256: 29aa799debd72a984d79165d614530b37acaf80e4474fdfb6b5c58f5b2628c90
SHA1: 422b114cb72dc98a1d44c40b30addf8384e60566
MD5sum: 9286acbd8c82e4eb883f017af6bd027e
Description: debug symbols for libecpg6
Build-Ids: 6eb6b9c961fcc2a46b8a8853811fc02a98d5db60
Timestamp: 2024-11-14 14:52:22+00

Package: libpgtypes3
Source: postgresql-14
Version: 14.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpgtypes3_14.14-1.pgdg+1_arm64.deb
Size: 46348
SHA256: 6810fa0ffabaecfe8b2ca8844d366b1ba88e94f60be531f69bc240b126df7ad5
SHA1: d02fbcee24efe85f6dfe1ff1b6b9c8caae5656ec
MD5sum: cab6f9f70f1e85d8f50713429968bf56
Description: shared library libpgtypes for PostgreSQL 14
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 14:52:22+00

Package: libpgtypes3-dbgsym
Source: postgresql-14
Version: 14.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 14.14-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpgtypes3-dbgsym_14.14-1.pgdg+1_arm64.deb
Size: 89156
SHA256: 064a4dbd286f7ace3d8f71968df250128783f9feccb8135b90ae38efcedced4b
SHA1: ebbe5736b7da41f1c70677019eab721032a0df6c
MD5sum: 259425d5b378988da52212e9d3c0e947
Description: debug symbols for libpgtypes3
Build-Ids: aaac05eb6cf21c1d07807838f26927529aca697c
Timestamp: 2024-11-14 14:52:22+00

Package: libpq-dev
Source: postgresql-14
Version: 14.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 591
Depends: libpq5 (= 14.14-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libpq-dev_14.14-1.pgdg+1_arm64.deb
Size: 143204
SHA256: faf0dde956dd4f7fc33504f35e7d5ab45184e203c5b29b4b90749a4cb372c596
SHA1: 80194126fb0efac95dac4b99937be46db8e423b4
MD5sum: 59e2178aad3a7953a18a7f89d705356b
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.
Timestamp: 2024-11-14 14:52:22+00

Package: libpq5
Source: postgresql-14
Version: 14.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 818
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpq5_14.14-1.pgdg+1_arm64.deb
Size: 173156
SHA256: 0d7ba3412671e47c92d59ae8fb17507390d0e8d0ba4b67f177d8ab5bd7d6037b
SHA1: 3482c684fab9f4f0c9b7b315019046852638d853
MD5sum: 4274cf5606e9868682bf2d4c84119e4e
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.
Timestamp: 2024-11-14 14:52:22+00

Package: libpq5-dbgsym
Source: postgresql-14
Version: 14.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 307
Depends: libpq5 (= 14.14-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpq5-dbgsym_14.14-1.pgdg+1_arm64.deb
Size: 271800
SHA256: 3d2faca248fdee4852490402e1a90a1c34fa60095c6ad32c55ecda377620d101
SHA1: 4e5a69b32178d53e1812e96ff755ec8c47ff2edb
MD5sum: 4927561e3f885d8d401b9ab14242c142
Description: debug symbols for libpq5
Build-Ids: 7417563fd521ae2d63b367412fd51572bc705e7a
Timestamp: 2024-11-14 14:52:22+00

Package: libecpg-compat3
Source: postgresql-15
Version: 15.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg-compat3_15.9-1.pgdg+1_arm64.deb
Size: 17792
SHA256: b0314badc62c1876270c2cd421ba9ed04b3b4d96986079e8b8a4a50e19798e4a
SHA1: a845da095582f94507d39c86b992173f9d6cc8c3
MD5sum: c2cbace0ab760c58f736f45d56658433
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.
Timestamp: 2024-11-14 14:51:32+00

Package: libecpg-compat3-dbgsym
Source: postgresql-15
Version: 15.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 15.9-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-compat3-dbgsym_15.9-1.pgdg+1_arm64.deb
Size: 16900
SHA256: 887374933e3d9b334431b4d4fc1a52008ccbf8796dda32b195a7671259b3546c
SHA1: 0e46a1b5af87d6e5742d633bf992415206627bdb
MD5sum: 8cf3445378c5fc33007f10a5912943b9
Description: debug symbols for libecpg-compat3
Build-Ids: 265cd3f3074dd012bebb38e25a730bd703d3e799
Timestamp: 2024-11-14 14:51:32+00

Package: libecpg-dev
Source: postgresql-15
Version: 15.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1634
Depends: libecpg-compat3 (= 15.9-1.pgdg+1), libecpg6 (= 15.9-1.pgdg+1), libpgtypes3 (= 15.9-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libecpg-dev_15.9-1.pgdg+1_arm64.deb
Size: 279224
SHA256: 57ce4e3f30920d1e435c305bddde63fdbd4933bbefa34fd50b43d11277c15d64
SHA1: 9813df2c26eba6b6c0b54cdc134cf7db5c598da4
MD5sum: 2a3d393e4f2af337714bae0148a480e2
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).
Timestamp: 2024-11-14 14:51:32+00

Package: libecpg-dev-dbgsym
Source: postgresql-15
Version: 15.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 300
Depends: libecpg-dev (= 15.9-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-dev-dbgsym_15.9-1.pgdg+1_arm64.deb
Size: 258480
SHA256: 269fc64ff0d95b476e73fcd7a2873a098f8457844203ffd1ac9adc27b21c7536
SHA1: a3155eadc0c03ce8c4b7d9bd63729ef531404bfe
MD5sum: c65ac1e5cd07fe5aa5bbfd4d39e7cd8e
Description: debug symbols for libecpg-dev
Build-Ids: bc894af3982ac3d76cfd5c70d6c014e178139ca4
Timestamp: 2024-11-14 14:51:32+00

Package: libecpg6
Source: postgresql-15
Version: 15.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 272
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg6_15.9-1.pgdg+1_arm64.deb
Size: 60120
SHA256: 345bb314ec6643616969445dd18f195936a5565227b5b1b6011c71c87a70a44c
SHA1: 5654cddc10fa656071c94ff32805f31a9eec6d2d
MD5sum: 8d35779454369f434741b379a29f5829
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.
Timestamp: 2024-11-14 14:51:32+00

Package: libecpg6-dbgsym
Source: postgresql-15
Version: 15.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: libecpg6 (= 15.9-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg6-dbgsym_15.9-1.pgdg+1_arm64.deb
Size: 115320
SHA256: f5a8d54b9b17ba2d7bb2cfe75088e11bd599d70a1941cd19aaff3525fbd0b930
SHA1: d37582d24807992d38411d1d1c0507238b49b449
MD5sum: 6ab33845953e0abf9dc73574779833a9
Description: debug symbols for libecpg6
Build-Ids: 4cfece3a2f792b19c9f73fc848bf2427f427e668
Timestamp: 2024-11-14 14:51:32+00

Package: libpgtypes3
Source: postgresql-15
Version: 15.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpgtypes3_15.9-1.pgdg+1_arm64.deb
Size: 44376
SHA256: 230dfd0e6ef0fc20eedf4027f2fbf2d77820d04afbfd1091edd346ad4d3ef4f0
SHA1: 727c0a73eb56ac40c232a17c8862ffc4405e54bf
MD5sum: a0858db235cdcf4d8dd5c127809b7d1c
Description: shared library libpgtypes for PostgreSQL 15
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 14:51:32+00

Package: libpgtypes3-dbgsym
Source: postgresql-15
Version: 15.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 15.9-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpgtypes3-dbgsym_15.9-1.pgdg+1_arm64.deb
Size: 89644
SHA256: b710d2e1c63d365e111036fddaa076058b6c42f66eb8d0ef9011fceb1ffe8a21
SHA1: 9c71301298767245da9db9e238f0880da51086fa
MD5sum: 39445cbe86720b4e3ad1b51fbfc28694
Description: debug symbols for libpgtypes3
Build-Ids: 9279a2c9a372811edd53d0cc0772715268cc7294
Timestamp: 2024-11-14 14:51:32+00

Package: libpq-dev
Source: postgresql-15
Version: 15.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 599
Depends: libpq5 (= 15.9-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libpq-dev_15.9-1.pgdg+1_arm64.deb
Size: 143992
SHA256: db4b24c4a705b6ab24277299a93212505597dfb1ea7df3105c53c9bf7f75013d
SHA1: 5c4305fa0fb9d61dc271325ab2ef7df8632f1e2b
MD5sum: b5dd4ef2574fbf5275a4a7b2a800751e
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.
Timestamp: 2024-11-14 14:51:32+00

Package: libpq5
Source: postgresql-15
Version: 15.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 904
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpq5_15.9-1.pgdg+1_arm64.deb
Size: 184992
SHA256: d1d306bfd907ff1a90a8ceb6e8d8f2207574275c29daf58a99e6ce6d5d087ce8
SHA1: 616e4cf95dcf1f01ff1e86c7e43662e5bbea16d6
MD5sum: cb275b71afff9254389d03a059d79a58
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.
Timestamp: 2024-11-14 14:51:32+00

Package: libpq5-dbgsym
Source: postgresql-15
Version: 15.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 317
Depends: libpq5 (= 15.9-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpq5-dbgsym_15.9-1.pgdg+1_arm64.deb
Size: 281264
SHA256: 3175c21a5f438c350f4ffd334776ff656229d28e691168ae51c52e7541b21a62
SHA1: 2f70bf836adc3a2b809e9bace759f1f307a752a7
MD5sum: d58b0241b5582c76ea13cd10eaea7a85
Description: debug symbols for libpq5
Build-Ids: 7596b67c4a23a93bc6b991d216539c65060e5a0e
Timestamp: 2024-11-14 14:51:32+00

Package: libecpg-compat3
Source: postgresql-16
Version: 16.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libecpg-compat3_16.5-1.pgdg+1_arm64.deb
Size: 16604
SHA256: 0728b2e848b4949dbce033a0b8dae294678c3be9544a9c52e10c5ef371f27a66
SHA1: 9443a65fcb88fe94eba405011038eb0982c02b68
MD5sum: ec9560e34e62a079914549c2230b680c
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.
Timestamp: 2024-11-14 14:50:38+00

Package: libecpg-compat3-dbgsym
Source: postgresql-16
Version: 16.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 16.5-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg-compat3-dbgsym_16.5-1.pgdg+1_arm64.deb
Size: 16916
SHA256: 1b074cbc632f6cc12a6fff77466f8aa9f7b4f3dc24b5f402abb5515915bff048
SHA1: f8f84f062108d6b421d8b56c45e15e3db2f0b61b
MD5sum: 49635d0c7a9b3c456f79effbc671b923
Description: debug symbols for libecpg-compat3
Build-Ids: 934a2c71a83d331e8f58bd2cb8ff30c1f35dd0b6
Timestamp: 2024-11-14 14:50:38+00

Package: libecpg-dev
Source: postgresql-16
Version: 16.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1700
Depends: libecpg-compat3 (= 16.5-1.pgdg+1), libecpg6 (= 16.5-1.pgdg+1), libpgtypes3 (= 16.5-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/libecpg-dev_16.5-1.pgdg+1_arm64.deb
Size: 280980
SHA256: 1d9f999c813ff52172d4145351f48167422de300a0fc1f1ceacea1a137cdbfda
SHA1: 2b36130cd988c7d330e05b555053bf40490da0b6
MD5sum: bbcd6d75ed1b0e779e9cac6a47b63261
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).
Timestamp: 2024-11-14 14:50:38+00

Package: libecpg-dev-dbgsym
Source: postgresql-16
Version: 16.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 303
Depends: libecpg-dev (= 16.5-1.pgdg+1)
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg-dev-dbgsym_16.5-1.pgdg+1_arm64.deb
Size: 261536
SHA256: a7a66fee15c6c0584f8906cdf0152065af02e6065859a81b7964de5049f70a47
SHA1: b1881774256549c8a81b18e34b9e9ccb0d6e4a11
MD5sum: 9cbb1da5e5f6f53eac67acdeac938529
Description: debug symbols for libecpg-dev
Build-Ids: 4f0dd711e93c3e357eb908121908ad8f9b4e349e
Timestamp: 2024-11-14 14:50:38+00

Package: libecpg6
Source: postgresql-16
Version: 16.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 277
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libecpg6_16.5-1.pgdg+1_arm64.deb
Size: 59460
SHA256: a7f803b9935cfbc21b943a24627bf879f2030975ca998b877cf86c0b8cf8cc4b
SHA1: bcd8eb736a4be3682983309efadf4cb7178943e0
MD5sum: 76b741c96d3a8ae3856ea421e77f6c29
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.
Timestamp: 2024-11-14 14:50:38+00

Package: libecpg6-dbgsym
Source: postgresql-16
Version: 16.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: libecpg6 (= 16.5-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg6-dbgsym_16.5-1.pgdg+1_arm64.deb
Size: 114956
SHA256: 76a88d3b862d530aa0b4ec921260bccbec8abdf66fbc8ccfd3c520f7b35be3e1
SHA1: 46912edbc121fe7a2ccc3036f9bcf06c2fcbeb58
MD5sum: b778e1daafc42ba9eb3734dab1cfebd2
Description: debug symbols for libecpg6
Build-Ids: 8377b438a3d774980a285a21f282fcbd2c80a81c
Timestamp: 2024-11-14 14:50:38+00

Package: libpgtypes3
Source: postgresql-16
Version: 16.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 163
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libpgtypes3_16.5-1.pgdg+1_arm64.deb
Size: 43356
SHA256: 99b26cb024c4eb34779ceb7fa7bdb809a87b86097ef4dca43d00412d5c06cb3b
SHA1: 767aab62cfe39681ffa1a6a239456551d06d4d7e
MD5sum: 5101e81e9c58f2550c5976b04409c139
Description: shared library libpgtypes for PostgreSQL 16
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 14:50:38+00

Package: libpgtypes3-dbgsym
Source: postgresql-16
Version: 16.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 16.5-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libpgtypes3-dbgsym_16.5-1.pgdg+1_arm64.deb
Size: 89784
SHA256: d3e123e406b35f9d94f34b3cc78a735b3e643397dcae0aeb433df7f7f08b0d4a
SHA1: d23c90b224a5fd29824cde584fb8d937fc879a5b
MD5sum: a786b34989064d83098da322b116a674
Description: debug symbols for libpgtypes3
Build-Ids: d9200424c7adb5208c7324fe00a8359a1d121cf0
Timestamp: 2024-11-14 14:50:38+00

Package: libpq-dev
Source: postgresql-16
Version: 16.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 598
Depends: libpq5 (= 16.5-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/libpq-dev_16.5-1.pgdg+1_arm64.deb
Size: 144100
SHA256: 9e8a9b37ecf590e9402b925bbd93681195740f64fa1c31c44b5f25a62af61650
SHA1: 64f5f5adeb60e1ce2a398a60a3fe2eaba158fb0b
MD5sum: 11ec50f51a70dd3e4dfc8bbedd80805b
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.
Timestamp: 2024-11-14 14:50:38+00

Package: libpq5
Source: postgresql-16
Version: 16.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1093
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libpq5_16.5-1.pgdg+1_arm64.deb
Size: 214200
SHA256: c5bed4f9c321c43c2c637990c8f59fd28f4c8043b3a4e1925e9fdf6404bab2f0
SHA1: 63b65b9236d2b29dbe3479d47f35e897ab836553
MD5sum: 2390987dc1ba0efa1323c8d36ae85147
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.
Timestamp: 2024-11-14 14:50:38+00

Package: libpq5-dbgsym
Source: postgresql-16
Version: 16.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 327
Depends: libpq5 (= 16.5-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libpq5-dbgsym_16.5-1.pgdg+1_arm64.deb
Size: 290268
SHA256: 673f85a938e8a51c7014b448d6cfdd5b2145e1934cd5fa953202470547c3abed
SHA1: b424dc7dbf383bd3a0f7d8c25ca54da88a3e05d3
MD5sum: b08a7fbfe7765905d5dffd5f83c8d0e0
Description: debug symbols for libpq5
Build-Ids: 37f55f8d431ed350718ccafa372f0c65781dd003
Timestamp: 2024-11-14 14:50:38+00

Package: libecpg-compat3
Source: postgresql-9.1
Version: 9.1.24-17.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libecpg-compat3_9.1.24-17.pgdg+1_arm64.deb
Size: 12708
SHA256: 122e54d863dae149802c472bf38edd8a61e38e416f49249d1f226b7ca68cffc1
SHA1: 1ec0f02dceacc0136e5720f8e432a9cb4f6ac73d
MD5sum: 95e514281cbbfb7730c499f4679861f7
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.
Timestamp: 2024-11-14 14:59:51+00

Package: libecpg-dev
Source: postgresql-9.1
Version: 9.1.24-17.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1034
Depends: libc6 (>= 2.38), libpq-dev, libecpg6 (= 9.1.24-17.pgdg+1), libecpg-compat3 (= 9.1.24-17.pgdg+1), libpgtypes3 (= 9.1.24-17.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libdevel
Filename: pool/9.1/p/postgresql-9.1/libecpg-dev_9.1.24-17.pgdg+1_arm64.deb
Size: 194032
SHA256: 6d07e392b8a7e79a8077fbe8b9bb5b6ab6f3be9578ed69e5662655776afeabd1
SHA1: 6d4bb1ac224908dabe0f2e3a71f8218ab799060e
MD5sum: 655fad78af99e8f2489fc18a4e8fcf3e
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).
Timestamp: 2024-11-14 14:59:51+00

Package: libecpg6
Source: postgresql-9.1
Version: 9.1.24-17.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 423
Depends: libc6 (>= 2.38), libpgtypes3, libpq5
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libecpg6_9.1.24-17.pgdg+1_arm64.deb
Size: 72576
SHA256: 875651dd881ff919f991a2cc4464541dc2de1b4064fe26f2dddcbfa611598e0d
SHA1: bceaa781c7485ef3ff0263ce8244107694f131b7
MD5sum: 2b1669b83b0f387489a7326b55f706bd
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.
Timestamp: 2024-11-14 14:59:51+00

Package: libpgtypes3
Source: postgresql-9.1
Version: 9.1.24-17.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libpgtypes3_9.1.24-17.pgdg+1_arm64.deb
Size: 33304
SHA256: e122eafdbec0d2b961e219ec94f8378bec56b9b69997c30eca9f9a8f4681840f
SHA1: d2f6aa3dfacb9a1d47392a9a69bea992b8ee8655
MD5sum: 57635222733e117d2d6d81821a81bbb1
Description: shared library libpgtypes for PostgreSQL 9.1
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 14:59:51+00

Package: libpq-dev
Source: postgresql-9.1
Version: 9.1.24-17.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 934
Depends: libc6 (>= 2.38), libpq5 (= 9.1.24-17.pgdg+1)
Suggests: postgresql-doc-9.1
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libdevel
Filename: pool/9.1/p/postgresql-9.1/libpq-dev_9.1.24-17.pgdg+1_arm64.deb
Size: 170748
SHA256: be4878ce5938f1d96307adad3a796465142799797221f228b381285e4c97b627
SHA1: 81309688e6dc12d6589819d14ebfec7a09ac8475
MD5sum: a38bb768ff2b3b5bd84734f19d6a757e
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.
Timestamp: 2024-11-14 14:59:51+00

Package: libpq5
Source: postgresql-9.1
Version: 9.1.24-17.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 547
Depends: libc6 (>= 2.38), libcom-err2 (>= 1.43.9), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap-2.5-0 (>= 2.5.4)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libpq5_9.1.24-17.pgdg+1_arm64.deb
Size: 112076
SHA256: 4d2e05619ee05a45d61cdf9c41729baa0d2e19a6e3092a9dc2e5d2920a131509
SHA1: 27ff0d1b7b0b169fbfd2d69e558038cdd5204a8b
MD5sum: b20777d659c53e0cd82cc6dc2a044f15
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.
Timestamp: 2024-11-14 14:59:51+00

Package: libecpg-compat3
Source: postgresql-9.2
Version: 9.2.24-14.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libecpg-compat3_9.2.24-14.pgdg+1_arm64.deb
Size: 12604
SHA256: dfa060c931f11fd3fb75b8e0595eec6368649c7752c28e0d61572a0acae32d9b
SHA1: 9e240cee9d9ee721ee4cbff9805330d5313ff97d
MD5sum: a97115a52abc676635822ad32dd0199e
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.
Timestamp: 2024-11-14 15:00:21+00

Package: libecpg-dev
Source: postgresql-9.2
Version: 9.2.24-14.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1098
Depends: libc6 (>= 2.38), libpq-dev, libecpg6 (= 9.2.24-14.pgdg+1), libecpg-compat3 (= 9.2.24-14.pgdg+1), libpgtypes3 (= 9.2.24-14.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libdevel
Filename: pool/9.2/p/postgresql-9.2/libecpg-dev_9.2.24-14.pgdg+1_arm64.deb
Size: 196184
SHA256: 486000d34307e0bff2e6166b62e76f5617366636890f402830d14a755565ee47
SHA1: a1b15cb291ed8fa64f05ffdaf7e9b63cc4b1b3df
MD5sum: 8a29f643a7f7ae67a397fd7ee1dbf1c3
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).
Timestamp: 2024-11-14 15:00:21+00

Package: libecpg6
Source: postgresql-9.2
Version: 9.2.24-14.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 420
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libecpg6_9.2.24-14.pgdg+1_arm64.deb
Size: 72440
SHA256: 3be790df76486a323b6f72462353606fc4ab9ac229816ff332715c0518890308
SHA1: 0354609893603dc88e59f78ff25fa6948cdf9d85
MD5sum: fcf5d491f9988f05ca9dfd5f0e479dc4
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.
Timestamp: 2024-11-14 15:00:21+00

Package: libpgtypes3
Source: postgresql-9.2
Version: 9.2.24-14.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libpgtypes3_9.2.24-14.pgdg+1_arm64.deb
Size: 32984
SHA256: 0db79c69fbd06e7b16582c3a0cce3f99fe43fbb151be55e4ad2381214e89d45a
SHA1: 06c1d52a9bf4a2a7f2a67c1de0220b4baf28fbdd
MD5sum: 992f82c640599c527e79d894b072ddb9
Description: shared library libpgtypes for PostgreSQL 9.2
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 15:00:21+00

Package: libpq-dev
Source: postgresql-9.2
Version: 9.2.24-14.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 974
Depends: libc6 (>= 2.38), libpq5 (= 9.2.24-14.pgdg+1)
Suggests: postgresql-doc-9.2
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libdevel
Filename: pool/9.2/p/postgresql-9.2/libpq-dev_9.2.24-14.pgdg+1_arm64.deb
Size: 178580
SHA256: 7cda8664348d30d78330a364901a13102e3d1d3087eb804f19917e35dcbc87bd
SHA1: d4e9566bfc2e1e0ae64304ea5e19c0b039c2ff88
MD5sum: e1ccdd5f8972dabcb80df2b7966c554b
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.
Timestamp: 2024-11-14 15:00:21+00

Package: libpq5
Source: postgresql-9.2
Version: 9.2.24-14.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 522
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libpq5_9.2.24-14.pgdg+1_arm64.deb
Size: 113936
SHA256: dc0d36edd5dcfa90f76bdca1c3d73432f3e80d8e4cda8cfa67c649b38bf357fe
SHA1: 66e2ab3936932d12c41012bc7ac7bf0b7a5d4c34
MD5sum: a910df202d1d8241fa1c635e8344248d
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.
Timestamp: 2024-11-14 15:00:21+00

Package: libecpg-compat3
Source: postgresql-9.3
Version: 9.3.25-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libecpg-compat3_9.3.25-13.pgdg+1_arm64.deb
Size: 12572
SHA256: 07617b22660c3fa3b2bc08f0335a07fc7954af10da2635a0daa3553355e44000
SHA1: 3401e14d8704a7f7dad5108aa40877bb13f15e3a
MD5sum: 8680e103d7445d625a8d0107f1644022
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.
Timestamp: 2024-11-14 15:00:51+00

Package: libecpg-dev
Source: postgresql-9.3
Version: 9.3.25-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1106
Depends: libc6 (>= 2.38), libpq-dev, libecpg6 (= 9.3.25-13.pgdg+1), libecpg-compat3 (= 9.3.25-13.pgdg+1), libpgtypes3 (= 9.3.25-13.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libdevel
Filename: pool/9.3/p/postgresql-9.3/libecpg-dev_9.3.25-13.pgdg+1_arm64.deb
Size: 200032
SHA256: f9a2626ebe267cedb5aea31df928df0c3bd561383b0c1f5b2073732e5a05c3e2
SHA1: ae7f92fad7b7385aceb8cf106e32517c88146a33
MD5sum: 1cf3cc8ed1ae14b2da6268d891264761
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).
Timestamp: 2024-11-14 15:00:51+00

Package: libecpg6
Source: postgresql-9.3
Version: 9.3.25-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 420
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libecpg6_9.3.25-13.pgdg+1_arm64.deb
Size: 72804
SHA256: 41cf6d657cc3c778b98380e4fdd9057d85f4adfdef6aa19b75e5b9e0e93ad52f
SHA1: 4a92e49d9ba7ecf56f355f7dc40377a16580573b
MD5sum: c8a1d3e2d5fb66ed773502d7a8059e08
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.
Timestamp: 2024-11-14 15:00:51+00

Package: libpgtypes3
Source: postgresql-9.3
Version: 9.3.25-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libpgtypes3_9.3.25-13.pgdg+1_arm64.deb
Size: 32972
SHA256: 3185c068c92c03efc4fb007f1c4b9f4fe41d97691dcdb4db320ccd3e3c7eedc9
SHA1: 91a2a37805491292f50b471981a6d6f0ead87ab1
MD5sum: c7216f9285266c289abc868bb7da060a
Description: shared library libpgtypes for PostgreSQL 9.3
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 15:00:51+00

Package: libpq-dev
Source: postgresql-9.3
Version: 9.3.25-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 737
Depends: libc6 (>= 2.38), libpq5 (= 9.3.25-13.pgdg+1)
Suggests: postgresql-doc-9.3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libdevel
Filename: pool/9.3/p/postgresql-9.3/libpq-dev_9.3.25-13.pgdg+1_arm64.deb
Size: 145656
SHA256: 1f5404f804a05874efa298bfdfb812188633dde4e91a7b3b3b2c30cb5c8239ed
SHA1: f592e5270f419cef5c890da335ed57c527fc4db0
MD5sum: 7a1bdb657f3841343e80b363f2cc8564
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.
Timestamp: 2024-11-14 15:00:51+00

Package: libpq5
Source: postgresql-9.3
Version: 9.3.25-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 535
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libpq5_9.3.25-13.pgdg+1_arm64.deb
Size: 114924
SHA256: 4060b48129e0e88ee7a9637e220e114c78aafb6c4cbc8d53ffcbc6efe452ce53
SHA1: 16273096e8260211239c3d74f722d23e59df1533
MD5sum: f2d733ac9d758624b672e8b5875fd919
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.
Timestamp: 2024-11-14 15:00:51+00

Package: libecpg-compat3
Source: postgresql-9.4
Version: 9.4.26-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libecpg-compat3_9.4.26-12.pgdg+1_arm64.deb
Size: 14664
SHA256: 1a5b92f31a6521398cfa953374fc30cbc54b67282ec5bfa79ff3678ed0f7df6d
SHA1: ac58cf3a11fa73d872098ed39f934b9133fa0481
MD5sum: 26cc8a5745a30dd9ac6e6be0654dbd41
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.
Timestamp: 2024-11-14 15:01:20+00

Package: libecpg-dev
Source: postgresql-9.4
Version: 9.4.26-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1116
Depends: libc6 (>= 2.38), libpq-dev, libecpg6 (= 9.4.26-12.pgdg+1), libecpg-compat3 (= 9.4.26-12.pgdg+1), libpgtypes3 (= 9.4.26-12.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libdevel
Filename: pool/9.4/p/postgresql-9.4/libecpg-dev_9.4.26-12.pgdg+1_arm64.deb
Size: 205136
SHA256: 8d1287078caa0e6e8f623917b47fc97daaf4a1ce166dbe16bc2eb622739e3e6b
SHA1: d8f519cecb4019032f5b4a8ba12f52ce33ece23b
MD5sum: 71e83a61548c433b053c0a47aa3b9f16
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).
Timestamp: 2024-11-14 15:01:20+00

Package: libecpg6
Source: postgresql-9.4
Version: 9.4.26-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 432
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libecpg6_9.4.26-12.pgdg+1_arm64.deb
Size: 76276
SHA256: 5d4f8f99ef908a46c4c9426a44fe15f3f48eb63a93f7b99b3b4edbd6a86e24ce
SHA1: 302ae45e2fc16870aa25d4840309a6d104798591
MD5sum: 518310f50165e53a76d6be07227c0f54
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.
Timestamp: 2024-11-14 15:01:20+00

Package: libpgtypes3
Source: postgresql-9.4
Version: 9.4.26-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libpgtypes3_9.4.26-12.pgdg+1_arm64.deb
Size: 34900
SHA256: 7d4a4e10ee1d9c77c813be8aa1c2d2be2cc554cd08e098ea30eff67a8724a148
SHA1: 25c937f584b08463ee688e7f8704a2adc10c2dc7
MD5sum: bee1f65989126ac3af195ae4bfe263dc
Description: shared library libpgtypes for PostgreSQL 9.4
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 15:01:20+00

Package: libpq-dev
Source: postgresql-9.4
Version: 9.4.26-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 745
Depends: libc6 (>= 2.38), libpq5 (= 9.4.26-12.pgdg+1)
Suggests: postgresql-doc-9.4
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libdevel
Filename: pool/9.4/p/postgresql-9.4/libpq-dev_9.4.26-12.pgdg+1_arm64.deb
Size: 148680
SHA256: fadf7d88edef32c367c6ff3c64c9c38c8d26e70ec0693637446858a8b846835c
SHA1: b47fb775204df9a6472233e10b3fa4137aa68633
MD5sum: a066fabe305e24c203b1fc416f1e109e
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.
Timestamp: 2024-11-14 15:01:20+00

Package: libpq5
Source: postgresql-9.4
Version: 9.4.26-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 533
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libpq5_9.4.26-12.pgdg+1_arm64.deb
Size: 118020
SHA256: 008bcb8cc7428cbe1f177c8ec6688d76042fc4d11333c952b6693115d777ada2
SHA1: fba7f9b419ba68664ce37289ea021621ef268031
MD5sum: b59382558dc9c4d5fbf845343ed75790
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.
Timestamp: 2024-11-14 15:01:20+00

Package: libecpg-compat3
Source: postgresql-9.5
Version: 9.5.25-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libecpg-compat3_9.5.25-10.pgdg+1_arm64.deb
Size: 16676
SHA256: ddfcef14e0ac6c82a1fdf09bf1bb44df82c927334323af28ee9f05ce33475a9f
SHA1: 1ec4fa070d6db008119d8337692ea385adb77989
MD5sum: 2eb655523c00deb1aebf9cbf39dbf94c
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.
Timestamp: 2024-11-14 15:01:52+00

Package: libecpg-dev
Source: postgresql-9.5
Version: 9.5.25-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1182
Depends: libc6 (>= 2.38), libpq-dev, libecpg6 (= 9.5.25-10.pgdg+1), libecpg-compat3 (= 9.5.25-10.pgdg+1), libpgtypes3 (= 9.5.25-10.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libdevel
Filename: pool/9.5/p/postgresql-9.5/libecpg-dev_9.5.25-10.pgdg+1_arm64.deb
Size: 212916
SHA256: 8df31e5f166f305aaf65bafaadfdb884e3e28bccfd21e31044248a69bf54eed5
SHA1: 5c8deb7b651a3904568a9ba23c5db53743a4a1d4
MD5sum: c9370922cbb9e421e15e366e569d48b5
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).
Timestamp: 2024-11-14 15:01:52+00

Package: libecpg6
Source: postgresql-9.5
Version: 9.5.25-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 458
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libecpg6_9.5.25-10.pgdg+1_arm64.deb
Size: 81440
SHA256: 8fa4bf18fcdb6c643d02a32d25c5533bcb4b8504563a07c2fff25d1bd7be9edc
SHA1: 1433ce1251eca4538bd0110afb8240f4c9b7c59c
MD5sum: c39dad1c5a03c2cc5850dfd6da5bb22d
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.
Timestamp: 2024-11-14 15:01:52+00

Package: libpgtypes3
Source: postgresql-9.5
Version: 9.5.25-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libpgtypes3_9.5.25-10.pgdg+1_arm64.deb
Size: 36952
SHA256: 7d1c68ba388efda5d86773c4517396ec23105321aa1826de51b7110e99044077
SHA1: 6dd95b4ee8497869cd48f10bcfb05c14a3b68153
MD5sum: 18ee1b37b24403e6ccc4bcba7327bc91
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.
Timestamp: 2024-11-14 15:01:52+00

Package: libpq-dev
Source: postgresql-9.5
Version: 9.5.25-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 768
Depends: libc6 (>= 2.38), libpq5 (= 9.5.25-10.pgdg+1)
Suggests: postgresql-doc-9.5
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libdevel
Filename: pool/9.5/p/postgresql-9.5/libpq-dev_9.5.25-10.pgdg+1_arm64.deb
Size: 154872
SHA256: 9c95bac06a4f9afdef12615fd79459668f3370c15e27af78a670152fe98898a9
SHA1: d879862da8a32ac4660a790d36ea38e0ee4a13b9
MD5sum: f74edd49215b97ee2710e4f147c24514
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.
Timestamp: 2024-11-14 15:01:52+00

Package: libpq5
Source: postgresql-9.5
Version: 9.5.25-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 648
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libpq5_9.5.25-10.pgdg+1_arm64.deb
Size: 130184
SHA256: e2f5b910ac9747e5a737e1a6f4bdbdbcf9762b29624fb71c2f0c1dbc80328408
SHA1: f8c5b21e927197e38afcc757296d68de43b21f4e
MD5sum: 32f7c9b6c02d18c452a40a6d5457f3d9
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.
Timestamp: 2024-11-14 15:01:52+00

Package: libecpg-compat3
Source: postgresql-9.6
Version: 9.6.24-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg-compat3_9.6.24-9.pgdg+1_arm64.deb
Size: 17820
SHA256: 3017f989c6881f6bf4ecb3b5649d03261817550651f7926f7a85c65cab37aa4a
SHA1: 3bc7625f296792595af42c63ad003c2842b6073f
MD5sum: 3c409cdd0c5dd00d1734153281178fd4
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.
Timestamp: 2024-11-14 15:02:22+00

Package: libecpg-dev
Source: postgresql-9.6
Version: 9.6.24-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1247
Depends: libecpg-compat3 (= 9.6.24-9.pgdg+1), libecpg6 (= 9.6.24-9.pgdg+1), libpgtypes3 (= 9.6.24-9.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libecpg-dev_9.6.24-9.pgdg+1_arm64.deb
Size: 217988
SHA256: f9a0b0aaa17840a5b8e75f7ed1c8b96a80f54d6cd12d038e65ea4f3a4e74f134
SHA1: f024099043ac6216d24da3e38f582ac9a2827484
MD5sum: dc360ce28d41a5051bf61f53ded80af5
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).
Timestamp: 2024-11-14 15:02:22+00

Package: libecpg6
Source: postgresql-9.6
Version: 9.6.24-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 460
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg6_9.6.24-9.pgdg+1_arm64.deb
Size: 81888
SHA256: 6f4f87b86d4664eecdf5661a067e272e76f4d30c40c228d100397ae561d0bdfd
SHA1: 68bef5132c79e29e7b49da8a93b5b14ba8521fec
MD5sum: 8537bad585373b1df23d12a261d36e30
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.
Timestamp: 2024-11-14 15:02:22+00

Package: libpgtypes3
Source: postgresql-9.6
Version: 9.6.24-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpgtypes3_9.6.24-9.pgdg+1_arm64.deb
Size: 38164
SHA256: 770cc40dbe48e17bc79d24f5349e982f8dbf2665d3585af2156ca4a5014300ba
SHA1: 5df000e52500b777aaa5d15bb8cf346aae8693d7
MD5sum: 9fad52e39c94aa14b5a85cf98fe4b4e7
Description: shared library libpgtypes for PostgreSQL 9.6
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 15:02:22+00

Package: libpq-dev
Source: postgresql-9.6
Version: 9.6.24-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 776
Depends: libpq5 (= 9.6.24-9.pgdg+1), libc6 (>= 2.38)
Suggests: postgresql-doc-9.6
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libpq-dev_9.6.24-9.pgdg+1_arm64.deb
Size: 156832
SHA256: 87122e41cb9c0244123d7d67c2436501558d8c81e51c935a875f96d04456a840
SHA1: 1670e9b9500f2a09d40524b90683ae955a7f0619
MD5sum: 991f8f3b44e4013d22c6dba842cff664
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.
Timestamp: 2024-11-14 15:02:22+00

Package: libpq5
Source: postgresql-9.6
Version: 9.6.24-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 660
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpq5_9.6.24-9.pgdg+1_arm64.deb
Size: 131916
SHA256: cc149e2a9e695134cc842be02eef8179262a8ce587aa9b3a364abe045717c18b
SHA1: 4c122a50287b6a2f0ab0d7c54d5a3db4b59a42d3
MD5sum: 817dbc0186c0890bba009649ade8f05f
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.
Timestamp: 2024-11-14 15:02:22+00

Package: libecpg6
Source: postgresql-17
Version: 17.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-17/libecpg6_17.1-1.pgdg+1_arm64.deb
Size: 56448
SHA256: 331289b9b6d6b2fd3e0382097f89571ba8a54a9a4fbee74dd953671bb564be3e
SHA1: b12fee349bbe45901f0a6fd93b12074af13ad8d7
MD5sum: c9de8166773e93136e9a5fca4e1eee1e
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.
Timestamp: 2024-11-14 16:58:28+00

Package: libecpg6-dbgsym
Source: postgresql-17
Version: 17.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: libecpg6 (= 17.1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libecpg6-dbgsym_17.1-1.pgdg+1_arm64.deb
Size: 114864
SHA256: 2fbff0166f49f12fe4440471dea5076ff70e186dd96131e569772eeede295b13
SHA1: 62d2b9a822cb8f68365579564d07aea1b1fb164a
MD5sum: c0580037433569840f1dfe682c9e336d
Description: debug symbols for libecpg6
Build-Ids: b4cd3e212c6858775d54073ee2dbbf9609d860a3
Timestamp: 2024-11-14 16:58:28+00

Package: libecpg-compat3
Source: postgresql-17
Version: 17.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-17/libecpg-compat3_17.1-1.pgdg+1_arm64.deb
Size: 13660
SHA256: f34612bbe1c19d9975f74ab96bc3a4b534930c77435afa548f98d3b391675500
SHA1: 1d01abec3eed276e06c409d247d94c6d51e2e2bf
MD5sum: c6e0596a0117e60334879875a2fb5c39
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.
Timestamp: 2024-11-14 16:58:28+00

Package: libecpg-compat3-dbgsym
Source: postgresql-17
Version: 17.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 17.1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libecpg-compat3-dbgsym_17.1-1.pgdg+1_arm64.deb
Size: 16968
SHA256: aa771dcf225eb012a390efa234ce6294445436de6bf68571d96a1129caac1957
SHA1: 0d7abc1f7ea236b2aa0ce5799ccf0be0d12fbf3b
MD5sum: 62899be29eeb79bbadcd89de18b06682
Description: debug symbols for libecpg-compat3
Build-Ids: b3de5a07fb22f63aa138102f895e10ff61ab0ca9
Timestamp: 2024-11-14 16:58:28+00

Package: libecpg-dev
Source: postgresql-17
Version: 17.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1697
Depends: libecpg-compat3 (= 17.1-1.pgdg+1), libecpg6 (= 17.1-1.pgdg+1), libpgtypes3 (= 17.1-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-17/libecpg-dev_17.1-1.pgdg+1_arm64.deb
Size: 283040
SHA256: e1b3baa727a48f7491b78daa1ef1ff8d575cc28b83e84336c8a9b4d2655e9b1d
SHA1: 5002700fc7a4b0bb9422477543fdf2167d521add
MD5sum: 082face79a85e555fb006bc4ac7c8c1f
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).
Timestamp: 2024-11-14 16:58:28+00

Package: libecpg-dev-dbgsym
Source: postgresql-17
Version: 17.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 315
Depends: libecpg-dev (= 17.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libecpg-dev-dbgsym_17.1-1.pgdg+1_arm64.deb
Size: 268420
SHA256: b20d5ca4423c3cb88d97d0a18bfdef5dfbc8c9b54f38c20518f0546ee3128d66
SHA1: f6a18c7ba7a9c611dce653e51d8f6c45fd319523
MD5sum: 3f9fd3010a5b72b1f98a9506e8cdcdeb
Description: debug symbols for libecpg-dev
Build-Ids: f87227614aeb56c925daa038a38ddb82d83ae978
Timestamp: 2024-11-14 16:58:28+00

Package: libpgtypes3
Source: postgresql-17
Version: 17.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 160
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-17/libpgtypes3_17.1-1.pgdg+1_arm64.deb
Size: 40372
SHA256: 560bbbef0faf4c5cc04b92197e20d842d7ceeb53c92e466d6cce29e764efbd2e
SHA1: 2b5de5cc1f550cdd56f5806e40ee893f95a66892
MD5sum: 970100782d29a6d0289819b95911abbc
Description: shared library libpgtypes for PostgreSQL 17
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 16:58:28+00

Package: libpgtypes3-dbgsym
Source: postgresql-17
Version: 17.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 17.1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libpgtypes3-dbgsym_17.1-1.pgdg+1_arm64.deb
Size: 89772
SHA256: 995bc6181d46cbdd798fb5a6aa26aa460091380b97cf7dd0bff56f03dfeea606
SHA1: 0d3d7d5c03107b8d156e78f29e4beda4516f86cd
MD5sum: 8f55efbe1c505a14ea804a47a6312960
Description: debug symbols for libpgtypes3
Build-Ids: 52fe02eff9a315989c950333099ea3c68b5606e3
Timestamp: 2024-11-14 16:58:28+00

Package: libpq5
Source: postgresql-17
Version: 17.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1103
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-17/libpq5_17.1-1.pgdg+1_arm64.deb
Size: 218660
SHA256: c9015350b298dd1d665a734c89ab8a00de4ede325f89f851c9606590ae38d0de
SHA1: 2544e0fc4098d75d97b1b1fd4bcd9c2ee7eb4ce3
MD5sum: 3ca775f0bd8e1c533a8de79764473813
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.
Timestamp: 2024-11-14 16:58:28+00

Package: libpq5-dbgsym
Source: postgresql-17
Version: 17.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 334
Depends: libpq5 (= 17.1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libpq5-dbgsym_17.1-1.pgdg+1_arm64.deb
Size: 297008
SHA256: 74f792f61559aa06653bd10217c1a814b38e0c70e0d40d1c1c852d48a385a85b
SHA1: cf9877a2995c9c65b576fdaed2b6aa004d2652e1
MD5sum: e67fb073393ba8437d0c4466ae8c361f
Description: debug symbols for libpq5
Build-Ids: 3687ea3ccf53cc958d7da756f97c671065c1af71
Timestamp: 2024-11-14 16:58:28+00

Package: libpq-dev
Source: postgresql-17
Version: 17.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 614
Depends: libpq5 (= 17.1-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-17/libpq-dev_17.1-1.pgdg+1_arm64.deb
Size: 145392
SHA256: f3c1c5af8dd6c26b1b6cd11e5284b256c1f9ec9f81a4a67433b21ff77556133b
SHA1: 78a2fac167d8071061cae8cba665f5f0441a4e14
MD5sum: 940df5c9a1979ff67475f670b1954b73
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql
Source: postgresql-common (266.pgdg+1)
Version: 17+266.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-17
Suggests: postgresql-doc
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_17+266.pgdg+1_all.deb
Size: 12360
SHA256: c725a7c7542288296133f2a27b27b35c0614150811df088e7ae06558ebdad3ed
SHA1: e20227fc53c0627b9736f87dfae101dc97011cc4
MD5sum: e8924fbeadb025228b17a092c62145cb
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-10
Version: 10.23-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28440
Depends: locales | locales-all, postgresql-client-10, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.0.0), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-10
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-10_10.23-6.pgdg+1_arm64.deb
Size: 5059824
SHA256: 7300b152e154cf91def7a2c9ea0e6bd8a57a93177bedaf7a93bfa4cc730c5136
SHA1: 5ffa708c3a4d2da840de42718abbc393e7117eee
MD5sum: a51629f69fd31b97170b2df9b0ba1afb
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 10.
Postgresql-Catversion: 201707211
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-10-dbgsym
Source: postgresql-10
Version: 10.23-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13640
Depends: postgresql-10 (= 10.23-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-10-dbgsym_10.23-6.pgdg+1_arm64.deb
Size: 12122564
SHA256: 507a311f56ee25c1a651f375fcb038a8fd0aa547c12af508601e432d9844c2fd
SHA1: f593bf628c639c4a74a8a6e4fdfb29e7128211ac
MD5sum: 987c614f1765c690b8c7644d5ee38041
Description: debug symbols for postgresql-10
Build-Ids: 015baeff9af1a34f08c10efc65c5d25f553faf0c 01e4b0abfb8f582bd61fe3d27542311aab32cba5 0a7008fe39d2e3699fc7484d63dc1c3800673e9e 0bd590c914b06fd8305c8b7f947c4bb8b9b5aceb 0c76fffda93ca2513eb5a020356658b8eb550153 165a634b3bdaf6c47c8689182dc660113c793c39 165ccda958cf2b4ac89d3ea77b71ee2a620b0782 19e67ec394ac654d08a130fd4cd76391dbd5cd9e 1c80e4cb6a858a29ad215ef3837ab6a2d6b37059 2060e5399afc5885b465c856146f6140079f2333 22f95c0bec48d0705176e75be6b08bcbfa4b9971 2450639ff1a9672aab5ae2796ca7fdc3dc612513 25fab3bbbe50c6133c369d9568ea734e76874bb1 285b84ce641d9cda2c50582a28635e133bfbe5db 29df27f07de4daf46dfa72bd932897d132ad851e 31e21e09c66260f6e629517b94e138518839074c 3219441d276578c88576e56bdf4818589bd08019 34abc2f6f0864faac1dcb006cc329916072e0404 3aa22d1bf19d397489b4bee2baa2dabd4f7acd39 3c54d6b508d7b76aee213d142f91b61db62278a7 4045555d3688f131fd8f91c971e863c574e05da3 4080c5e58f975a67d0da70682ead0b7ba7e514b5 41a3e77fe5a210c6a5e9a36dea6d79338ad3cfa3 432ef46b91c51cc3714004da65d3010680ca5e70 43ba5099f21a5dfc9624085126eb8ffea268ee6e 45e071a49ab94eab6f1e6e743ffbecab024bcd35 4b1b53a34100af9427d59d6cb263cf0e61d1fb26 4ba23e2dd203cc6ad32c4ff6223eefa944ffee05 4c5e619fe3d8ea5add62430f0a60a0b2f4557ad2 4f64af9cc137d570cbef233078c55328e7399958 518262b1d0456ede8589cc7d1ad756636bde55d5 540f92258c48808ed111063f33335bd925889984 58c09d45449c47746a7707d5acf38ae17cfb7a99 593b876b77e7567bd9859ff0a6c6e9dbb15d1a3f 5a75ee02eaf90be67062d39ec5ee5675c977b9c9 5dbf8f568d19a088b2c409901abc0fcade833263 622880d50854c677853197351c5cf067df8a90c6 628ca03e52f57ac1b7291560c03935555e4a9573 62ec0b3cb0a88e05e4e11ffb0f4a43c648d2634f 6533bc348e6da131d5887bfd7c014b55a809d1c0 65e96b81be7136308745df16fb8ddaa3cd22bc2e 6b4c217abab3851c1b81f7442387b26f5edfa22c 6c414a557c076c1a6ab0bccb9a6409417a83aed2 6d299cd8de0687171217b26ac3df0a6246ec0adf 6fa93504cb728f12f0adf7728b33a1419e3ce232 71c6cbf17db518e905cec92e7f369ddf0503c589 72c32b51673ada55b104ed8c981f1031d28bc8c4 74347cf5d5d1b7bf42e769200abc5b0d007bed35 74d75dba653586ff8744cf9ce1849df29c1bf4b4 76d1a9b755a964dbe2e5208a4547c05010f35aab 775233bc73491737951f0b855dd3276426579388 77e5f35158202d2080eba00b3712ebc071f0c57d 78a3d573909f86319236b5aa072e4dc32dede80f 7a5b71b4df93e9453b462ef2caaa6724d44637db 7babf835d6251113adc70bd02488134ae431b5c5 7c4d54e9cad8d40a16739a547576418d40d8d6fe 7ddb8783491e4ef62192b47c4ab15f6b680187b0 7ebf7338fb2dc77c62a3e5ff4599904a1d7a5302 80e9f5e0656e5eebff79adc02101ced8b3a06cf0 819d00f6f0b8da063fce02a7f7a138063e718a51 867fd5b6bd47d6a714bb8e78612f1044c4b3d445 885cfac30213977c7d07017a9cb12a1e47c00d2b 8eaa5ae73f6070dcf665ceddbf0928a2ce22a957 8f1f963ec0229dcf2a622dd05a1a1251c82b8db1 9295de2dc66ad39541ea37ef1f099419ebdb2763 9429ddc39f991199a6a103bd5828dabc55d2dccd 998c616390143572e0c5a47dedc1f95df9b34ad3 9bf03f343f73836a15f75afafd735d232df515db a2c19e0fb26d65ab45299e1a288b1a1a86101ba5 a5e0ee4b32ad3c9de1fe0f4eace839dcf1ca42ea a888e300032dce20daf3c3d6ff9d151de0badfac abfdc550177afe54b6864c3565501e1d88f7a752 aefc3760784f2e878c341566847278cd1deb20a4 b1d02e1b4f7f2c122270c51e30d91dd91b044d65 b3371d2081e03793c0f064fa12ba1be172db481d b4df0e8a2700a43053261384f4bccab012086a2e b78bca6ca28d74ee630bfaf0ab1e12e1b03a30ce bf4d377e4e9a2f9ffcc3c4799556d60d42d340d2 c3aac32d6d59da730ba6508acb5884819dda2faa c433b4ff0a022e2e2c0b7aa722509f2fa02bce59 c6566f315656fd360a7f247a6c9fedd8207de7b2 c911588cb57fb78b38396a493ee7eb92911874af ca0b791e26faf5cd091c6fbcfa585bae84ea3c68 cbf444fcb333e592ee26a96286f8b312c8764b91 cce3b290a1e962aefeafb6b59228004d489d466a ceb5a8efcd1fcbf427f291e2afa8d27fd86fbae6 d2d361de14f554943a86bf5d12808f85e9d4960c d33909351328c620b8b55d6e8f2a832b13783749 daf40c8005db06ffcc12d1976c8894004c37dfb4 de555010ebee72754a8051511e1e833c70fc408c de9a49eeb27b3b93b0b2ddba95957f048e897493 e448688b971a0a09fbc32829e6b06a2379582d9a f0912a593f0fab894280e812eef713adac8bf334 f21d3358fb7bb7142fd151f2d05affa35d1809d5
Postgresql-Catversion: 201707211
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-10-decoderbufs
Source: postgres-decoderbufs
Version: 3.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-10, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs_3.0.1-1.pgdg+1_arm64.deb
Size: 14504
SHA256: f40f3149e7e903ff1c534a8389c591f1f723712bb5ab91c21eb445d59b7934de
SHA1: 9c98e3d60514394d3af41a7eaa727190ff42fede
MD5sum: 6c9aaad6f6b484637fd6c13e2a75d32e
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-10-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-10-decoderbufs (= 3.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs-dbgsym_3.0.1-1.pgdg+1_arm64.deb
Size: 37644
SHA256: 668bd6ced8dcf38c0976cb7aa2aa4ac7798cb36701f2752e0f98121171cae42c
SHA1: 1104b10c7710280492e503a1a9a792ee3a741f47
MD5sum: 8273fbb308160a58c41f54652ac23f53
Description: debug symbols for postgresql-10-decoderbufs
Build-Ids: bb6a47faf14935780b32eeb82b4a277f776d786d
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-11
Version: 11.22-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29580
Depends: locales | locales-all, postgresql-client-11, postgresql-common (>= 194~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.0.0), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: postgresql-11-citus (<< 8.0.0.PGDG-2~), postgresql-11-cron (<< 1.1.3-2~), postgresql-11-pgextwlist (<< 1.8-2~), postgresql-11-pglogical (<< 2.2.1-4~), postgresql-11-plsh (<< 1.20171014-3~), postgresql-11-rum (<< 1.3.2-4~), postgresql-11-wal2json (<< 1.0-5~)
Provides: postgresql-contrib-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-11_11.22-8.pgdg+1_arm64.deb
Size: 5322732
SHA256: f8909f5c60ef2530b32decea13ab59f93e5c47bbcf74211d9d1a8cc20cc579e9
SHA1: 1af67bd4ecd8d923faf6e65bd65229f41db4ef65
MD5sum: 051878a8d9ec0e5b24653be52bb22c91
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 11.
Postgresql-Catversion: 201809051
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-11-dbgsym
Source: postgresql-11
Version: 11.22-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14440
Depends: postgresql-11 (= 11.22-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-11-dbgsym_11.22-8.pgdg+1_arm64.deb
Size: 12911696
SHA256: 0426caebb8004c028ab95a2088733d0e9ca36a91fa207d2f34f3b9ad50bf2ff1
SHA1: c992fe640d99cc1e3cdabd18a85183d5b35de224
MD5sum: bd5a7e4f5ab589c5b0238484b11db851
Description: debug symbols for postgresql-11
Build-Ids: 05d0e25e40215041d7ea7925453dd701153ffe60 0aecce2f7b48463530d87d99dc7f62fad4778087 0e6667c469e6176789f8310b14d7c4eb3b613e78 0f77974fd004e546b0db89a212cc84580b8c73e3 155b635e8996b9b7156b04f72444c5ba36482fb0 1567b9de8e4e20a99f54bce1a7e44937eba0c2b4 171409ff7a3bd62a9b83599c6bf67765bc0b28f8 19b5551e15a659b587cc6479e339081d2be14ec5 19fe98c92eec3e21bf6a95ef725d8b5957389d23 201825f3bfa793137bec6ea361e0b65f6b38eb05 2085d51e5502cb357897c449a5906b22086504b9 20d9a023229faf237e58eb6b0103b06f7dd90e39 2251c1338018e84b6bedebb931b43afcd039ab1f 24c96fc5375cb7d4dd976a5724be117f94099b3d 2678e67b74b181d408883c7b2b8ba2bdfc8e41c0 26f2ada99bdc76ea1077b60e190f5f1097e18b04 29b3a0bd517b58af6491702d406c97e5d60dd6aa 2ac8d251c20920aac1fd9267bfceb1ce4852b034 2bc9cdd3c99e8623fafd7f5896121d71cfed6d79 2bcf5c43fb45a3efbba9dee2a15263b20104dd3a 2d12e26744828ddfba2f514e007516d8502d94d1 31138259d6eeed8732e9d379b14ae1bf7733e932 3808243093fe1b8641321da0dd151ed2407120c0 3a27a00c28acd3088241b8aef5d7436e3516a647 3a326524a22f6e97766c7d3e748d1371f97ea96f 3dca8ca09f07de49e6dc4c00713fcd793aad2e54 3f6d58c69fc2e760e38e36f4b20574f3c7d9e56d 3fcdeecd851711558e63f5e26cb6b56f677335e4 3fd0e0ac9f6477c09a853a5b99115850400f9463 40cc757c87553ec4cc9144b2f690077b00aefa36 41c4aaf14763c4e141ba5e6b9355d4e17f63eb7f 4262b80d11776444b728a200d8b8e0542f4852ac 46a2b93af48db3d8489d3200f3ef46c05d7940a0 4774c708de5fce88cd8f5a1b576b0eae5fd61235 489a325a17309fc1a6b9b3daca6285448a65ce55 493a6349e121700a2a946907d14f0d2033f7788f 4988723355ed845d646771e2e9bf443c453d61c0 4e31944874f535398645135ddc7c5160163c00ee 4e434ebc104368544bbf999ddc9fbd850c5c41e2 4f0f65284d0814a748ea2c2b91e26ec0bf100220 5c33bd4f85e522420d99933e35211f5a83d64fef 60050f1c178641ce5f23626905b672376bf52637 610129ca00da9b4a14cd9c931200705f034d2157 67284a8576fd4097ea44191589860dadafcd5ca6 6a97e8f5b0d0a0a4119bd77cdef0fa11299355cc 6e294eeca218bc5ba5f880cd8826029d7c297376 76807970697694479790761dccbe332c4116fc24 772799a9233a2cafc031e1ed26fd1c9c78a54074 7976872ace73ab1bcc5c42dd77bbb4722adf0815 79a3f3e681a8e88efeb6bcbb903d744a8a3a7412 7b78074a04e3248639ae21baa4db8fcba8c549f0 7cddbbf41804edc7daf98eabf50a06e654a59ab2 831e2cadf8a44f44c8b8ce9fbe90d3f993d21c75 89902baa5a39b69717fd80e002d88c42d9c5fa1b 8a368d7c847f946bde6aa5a8ad1739a478848bcf 8d676b4d6ee20b28170b2da6794598e3a289bc95 8fae4285d147fe84b844d6310e4cd5311b9be130 8fb6fb1cea0f9ac305ba34d2e36c9d5177a96d6f 933c23f29487cff85f423a22499a3a4f6dd01cf0 9818024fec28a0fe46ba457ac673633d81d7790b 9883b9ad00051508f15748eff0768295bde7b67e 9be4cf98afae626ac409e4f6189d02a9a3dee91b 9ca93f2d748c25eaf3ba6937da050ef3ff5f9527 9d8fc9b2fabc2c139a960bbfe7e47b334fe735aa 9e691cacd284c60b99fafce98f8f3e97b328071f 9edb22a814d96dae52a152ad4499caea46a2b36f a512f76086d93e38772f388ea5ae450bede779f7 a836b665b1f4f32f13ae40a3bcb12acd16e3fdd9 a84784e357817603b0520e8d9ff3825fbe497d52 ac15c39d8f6821764e3e7c221fcef0afe16cd143 ad71bce31cbd425de65f47ea30872f25691918fe b10dff41a500d2f80955a699f9922b932edd5720 b17e1b716efaf6b24df13b7d165f82ab7469080a b89547d8be178e228fc7bbaaa9f0b007452a3aba bd5f118ab3ee008c442c1daca7584be9f82e576d be30db7533458e0786e72bfd2442f0910a8be569 bec1aa49bb92761cdc9dabffcb803d691d1e69f7 c00ed6e74287bfa9174a73749a9de8682b8e345e c17ed44c19f309610b95df611427a43b0a596c6a c2830697e00daecbf9c0078f04f6dcc80772ccf2 c2c00db16fa39919dd42d487278c3e1fffceecbe d38d2eb45c5bd83e6ad996449279f67d4a903c6c d40afb4341d3c7df868c7b8beee4af65115a8c19 d9c768b075bec5b0a88253ef079e9a2ab990a779 d9fd80718b00c37b01e8244b092d7065aa6c2484 ddbb964c0a847f9f7bc3ce5561024fd047aab71e de87b9b7999833c221a5849ab88e8a26e4ad6204 e1db492e090eb29b9e2eff1a0c0d56df5d39b5fa e2e74b71e8a97c4d21fc4f814ca05f2e1b80166e e95bc606ff3af7edcbde0afe23f5b4ad08c1309a ecd85e28a8db46b9544aa36692a4f3cc2e234bad f61b1d4a6fed47ca0ef0fd48a37ea1f8b52d70a9 f7f6a12fdadf0cedda86caa2707825da8dc28d6b ffd3d7ae60891776457a54d8f04a7443f0520a76
Postgresql-Catversion: 201809051
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-11-decoderbufs
Source: postgres-decoderbufs
Version: 3.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-11, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs_3.0.1-1.pgdg+1_arm64.deb
Size: 14680
SHA256: 579daa40a5070bbd79479a516d8a40a30d2022d7ad18f9b9c92a787fcd198a22
SHA1: 0db120fe0cb53814745b0178eae4c1bce503bad6
MD5sum: 3971017edca02062f538887ad3cbbebe
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-11-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-11-decoderbufs (= 3.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs-dbgsym_3.0.1-1.pgdg+1_arm64.deb
Size: 38204
SHA256: c71c6d0e44175ddc0f6b8f7c76b52415c3e3b8fe50afe2bea6805fea154dbae7
SHA1: 0cad699ab7cc9d596768b0367e3d929050bf89d1
MD5sum: 7e8de53e566a5c41a55236284d943b5e
Description: debug symbols for postgresql-11-decoderbufs
Build-Ids: 3c12811a356c51844847d97dd7f9973a04f70256
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-12
Version: 12.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52603
Depends: locales | locales-all, postgresql-client-12, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm19 (>= 1:19.1.0), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-12-jit-llvm (= 19), postgresql-contrib-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-12_12.21-1.pgdg+1_arm64.deb
Size: 14424408
SHA256: 4740037c2f85877bafb1ff3ed549469032025bbec31e873d4322eb5446319f88
SHA1: 31c406cf9e931a9e0f9ad9b829a1a4cc3a427dca
MD5sum: 6bf58eaa9c7a7f09da906cfc308fba0b
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 12.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 201909212
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-12-dbgsym
Source: postgresql-12
Version: 12.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17046
Depends: postgresql-12 (= 12.21-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-12-dbgsym_12.21-1.pgdg+1_arm64.deb
Size: 15435620
SHA256: 18068c1e300d3fc7ffc19c16d9cb7ae34f7afd6db951142141fc865e8cbf16bf
SHA1: 62ff03ba240b14ef2efa2264ff7ce18c983a6a1d
MD5sum: c72538a84aa007c129aca215772b84ee
Description: debug symbols for postgresql-12
Build-Ids: 015e58dff5a742247e4172fc72b32ba3d5bcca91 0368439204e512d25943cafeced8b7335e721574 0397274fd27517088805926b49e068d9dd7204fc 09ecde64c894bb7bc22b06c2e0f1d3b936be718c 0a040eed5fa3205e3c001d712bffe2ef8f766ee0 10764423619c553f62c1fecf1872335f871db1ca 16b21e2a084e298349feeae3f1be4afcaa3f79d4 180fa4d24ca2e6cc05f55098edd75536f3e17bcc 1a731859960bff230e69615ea5c2703c36a30819 1a84f0b447aeaab0902f3ddf03b20742e9a88892 1c1f1964fecf2a5861d1398ec2a3409602937cc9 2032a435b97446e8beeea7cccf5c41998d97fbda 203ba49028da350deaac83cc8e4bec5d50e2b707 2316484ae26494cca396ca64aab80928f25cd926 244210f884033eff2b9f69332f8437475a15095b 2513110c4094c729b151395465c213c50bb31c30 25544612e7f1a0138d492c312f7e44fd5a5e449b 25721fcc765fc3906c22066cea80fb63ecd68af3 2590ff1e89c442d9994d824cca917461a618a067 2665ba6e4980d1376e3b9cf4774d9058d2df6660 2a7bed2ddae7d44d6b562ed5faf32845f5e0338b 2f48d24012e5891c3749eb5cd529a5224b52b485 302066d726cc1ebb1d04c6e1f19d08fe3d3b209e 3528bce748e55df6348ac733fb9b33d902dc55d8 35600f7d55f1910d17a5d2e5ba44f4312aab06a5 3723d4d5246c17ac66d611187d187fe91a730fc3 3b4ec401302c464be4977098b24ba6564ea651f3 3c03e6cf2c7624d0b48a2ec4436907b0d8ae5148 3da91abf1a752dcf13e618a86f4bc138f16e2e81 3e0725adcf0106bce1c5e65bae48d1ec362ee071 44087979cacae75c97107cbb5287c03ecdd44892 451511370d87494f453ada57bf20442e8c68674a 4885d6d52936ec7e348efe061391d4c0d6e99fbf 4a5cef4615960e58f3db0708bd291fb0b242a6c6 4d44c6fa34212b35d6d5954dc64685a819e5d619 4d7455609ec1c60191aa1554cb7ebd08ec7d0504 5041bb69e0d10f4b8fc8f85eaebe1962a7f7e94e 52318b00124bc370322fbc9a9096d66b73ee59c0 53242dd98e7f25e065805e399dfaa0cd21ba81c2 53dd9464281f4b7cf6eb63c20639f2dc59262349 575149de5beb564b2033dd4dbf1d8412857563e5 5b27cac8e7d980abf1793a585aa9ddda9c875cdf 5b97b08cf98f5c44a54bec18801a75017eda6261 5d93942f8243c352c3c91d3e0d323febb7aaa661 5fcdbe01efd4f51812f96f8ccacaf070f39cedb2 5fd6118336433a7d3a80b34c975519b48889bb7f 61cb0ba758133ebcf0d118118057b76a6aefddf8 61e789ebf8b321eb079027c024e8baf90119d980 6252fd7177019ee942901a00ca8e2d9a950dfd74 679f30892e87157c3b8ad56e7e450555d762fa1a 6e28643452879aa0be7dcb9df154d625bf115af9 6e3da728fb4d91ef427c8a098ae302e9557a1986 7d81a33df848c6e279b683d8cfb5e6b5a80f6107 81b80dd9699df8cedf3dd45921830e8b3b6537e2 84948bbee9f5d46e1ce88251bebd193505b923e5 8617b3d74168e1ce8e14347dbe84b4b86f2ae68f 8b166f924f952f22f9cb0aeddbed33f7d1a60461 8bf04fd89b95eceb5c55a2ec826f8bd5f57611dd 8d8532a38cab006ebd4a1219d81468c59f5bc311 90bc3f360eae66e4c04b38cb3e7204d8f8120aa4 9256d82bdb2129d45a2f6ebac241b2211d025057 948103d277c1810466887dce8834f883823490b7 9ace6db285d5d637400480e5b4d32d62fd3763a3 9b503b53c6d796406988fb9f677c9fc18f9de4a9 9bcab4ce462815edcf6ef9d68f9c425d8b4c8744 9ed366fef4c22d093057d0f8f121115897a888fa ae8198e8743ce6b645cc92e059f6752f01fb7034 b144f086f0939d3c5a3a59d242251b71899b40c3 b2144dd6845a86555b76a2d96436f888d7cfb9dc b2ca29ae5ff4c1ac865f7e343575d6e68f160de8 b317764011b20aacc15f619f09e6e0162545ba5b bc74f992ba40c5fa7eebea41db2c3c4b9d05b17a bfcaf38b747ffd825f49ebcb8c270fabf1cb6670 c8bca92862ce559d6da6ccc657d6e571dd6159e6 c9ff78b9390ba1a38572e7296840858d25af60d6 cb85e1d7b3c92e555d046350d9c516c77e0d48cb cc66ef85bfc4e495a8b60aa8d0e7316c8f2dd414 cc6c72f572c9a122ce7a8cfb59ed3535217a2da5 ce5279fd6e30b64a46fe87ad1f0d7aa600578395 cf0574d03811e73b5a0f62dad28c4567997178d0 d163bd037f6af847da82663adc58a7442086197e d793e0f9cb489bd0b7fa014c82ca47129c3ecf2e d97ca93a51ee64dd1d3339744168e9d9bbcf2af0 da76669b25e5d895aa38d7fd882aebc40f98ae59 dbfb8697df8a9e6966d7449274bce6c307aa2ceb e45cfb821cf10b6132928330ed44e1995c2f8609 e93d9b3993e18f245020bf524b6832e94b63ff4c f23e0b3c97d316fe5159e414e656045c28bf1eb7 f39d800cff39d6aba17739116c5bf7dff0fbd1fe f72571f1292f6d0858326a048daa062ee8df1b67 f84d4564ea7aab682040db980fea7ddbe0e82bc5 fc266544ebbbcb01c65a2e90ff5b6bf31de79c05 fec5dfd8aea4a227143ddf437598e8f3e0c82355 ffd00f8f3a2c451b99d16aeeff649d752f6704eb
Postgresql-Catversion: 201909212
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-12-decoderbufs
Source: postgres-decoderbufs
Version: 3.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-12, postgresql-12-jit-llvm (>= 16), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs_3.0.1-1.pgdg+1_arm64.deb
Size: 44060
SHA256: c64707d102fe5ec3ad95b32c28263ad1f22fa704cbf4b380906b4a8394bef30e
SHA1: 603672a4112b635256c200aeb171ce2c7b6fe842
MD5sum: a02ff204f7568165700b06c7ebfac75a
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-12-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-12-decoderbufs (= 3.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs-dbgsym_3.0.1-1.pgdg+1_arm64.deb
Size: 38884
SHA256: fc68019920b7fd62b645b5a3bebcfe274847d667b4dc51c0a660e5a76248e2a3
SHA1: 5e9da4da14d20febf696c26775af636db87c9b43
MD5sum: ca5fb53c74f9cf58323fc6173764abfd
Description: debug symbols for postgresql-12-decoderbufs
Build-Ids: 5e1832682c382581017959dc64b50c3776cfb158
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-12-h3
Source: h3-pg
Version: 4.1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 378
Depends: postgresql-12, libc6 (>= 2.17), libh3-1 (>= 4.1.0)
Homepage: https://github.com/zachasme/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-12-h3_4.1.4-1.pgdg+1_arm64.deb
Size: 49044
SHA256: f2df52eedfff01180c81efe856e0002b9aa3cdf0552272477095ce1e099f1366
SHA1: df254c5140b6f45f0ad54cf0f690bd27ddd9f9f3
MD5sum: 04f0f4651d31f637943403f9aee4b1b9
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 12 extension.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-12-h3-dbgsym
Source: h3-pg
Version: 4.1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: postgresql-12-h3 (= 4.1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-12-h3-dbgsym_4.1.4-1.pgdg+1_arm64.deb
Size: 105348
SHA256: ca0e6f3585a6fc3a55950f7b33ec4a2356cd3078bb5536f39b9f52adf42ad641
SHA1: 8dc07e9bbf002ac11e7549f744f838145e2bccfc
MD5sum: be03079bab06332d12001e48a10ed726
Description: debug symbols for postgresql-12-h3
Build-Ids: 7d017a4f80c2cc84e4538889f7f888348995c6d5 fd70f1dffc4c56cb6d51a5a7945f3fcc53e2898a
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-12-pgrouting
Source: pgrouting
Version: 3.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3191
Depends: postgresql-12-pgrouting-scripts (>= 3.6.3-1.pgdg+1), postgresql-12, postgresql-12-postgis, postgresql-12-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Suggests: postgresql-12-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting_3.6.3-1.pgdg+1_arm64.deb
Size: 816068
SHA256: 2b0d4e225f9a37741fadde0bdec1eaee2aeeee28f370a8422bf513c3b399d2b4
SHA1: 92861596a5814c04c741e6f0876ee5b52bc565a5
MD5sum: e93db96ae94450684a67dfd9668ebe0f
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 12.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-12-pgrouting-dbgsym
Source: pgrouting
Version: 3.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25750
Depends: postgresql-12-pgrouting (= 3.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-dbgsym_3.6.3-1.pgdg+1_arm64.deb
Size: 25782736
SHA256: 7eff942411f148fbe65e97b917c91ffeb8b899d0e1c414d13ad6732992c8271c
SHA1: 2017b947ecad57739b805bc93228e75d98f178f5
MD5sum: 09a9c5fc5f5585577c34aa1c0bc933e4
Description: debug symbols for postgresql-12-pgrouting
Build-Ids: 7a480e7f9d43ea8472f51134bbc60ed783d39c1d
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-12-pgrouting-doc
Source: pgrouting
Version: 3.6.3-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7889
Depends: libjs-mathjax, libjs-sphinxdoc (>= 7.4)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-doc_3.6.3-1.pgdg+1_all.deb
Size: 2331320
SHA256: cb01f6c340be807171fd858a2da02a574b3d1e96bd1d5401aca56ea35d1b3bd6
SHA1: 15b4068f1a1a06ad4928ac2fb2cd7da7d78c925b
MD5sum: c16295086fdbcc5efa712d5baf4b1861
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-12-pgrouting-scripts
Source: pgrouting
Version: 3.6.3-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3495
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-12-pgrouting-scripts_3.6.3-1.pgdg+1_all.deb
Size: 63340
SHA256: 344fff623cb1495b187b36b7753a41cd9746c68df3352159ec0b5ee96cfd03c7
SHA1: f26ce47c1900c084c187f439b4f559e6fbabd203
MD5sum: babeb3608842eb37d0c31d11560b6e00
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 12.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-13
Version: 13.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52413
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm19 (>= 1:19.1.0), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-13-jit-llvm (= 19), postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-13_13.17-1.pgdg+1_arm64.deb
Size: 14743204
SHA256: 9763a4cf9511eb8e26a8044eb13a21d2f9d6b85944784f89aa48861215b23c61
SHA1: dbd6a8c38ff3a18f56e3ef31cdc21a8d5b6a333c
MD5sum: 9814cf8dc1dda6a2d71ddc0daaa70852
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 13.
Postgresql-Catversion: 202007201
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-13-dbgsym
Source: postgresql-13
Version: 13.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17848
Depends: postgresql-13 (= 13.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-13-dbgsym_13.17-1.pgdg+1_arm64.deb
Size: 16220772
SHA256: fb26b23cba6bdf213039b3169d2350c443aebb337bbbe06c549f206afe12f0d6
SHA1: f9a7114b3f9504967814c17256c0b41d85f34924
MD5sum: 6ccdbf0996718ee6dab313c1c888c9b9
Description: debug symbols for postgresql-13
Build-Ids: 005709f7c86f8254cdd66fac2736e2f256841a01 055e40f484914d89337ebe9ce9eba817881f6b5f 090bb1b43ca29e5075e77677368be9e8c901853c 0c88db063a5cae25df6f4ecef3d4c7117af31c16 0f87cde7927b29f8d2f7b88abd5232ba4110db69 15cb0573570f7195231c0a514a4098b16f75dc82 16035be5e9ea2846f5cd764c5dfd7f8565a7c014 177f3376f6d656c321329c446c0f9c33c165f918 1b91919286e09221cf8e8dd70fc696336f667b20 1bbfed24e1eb6874e00b37e82f7cfe7ad5edb8d3 1cb461cf12bde86c243e2d1e9e4ea4d9990f0bdf 1cbcd3e950a87b4822ac7413b89988c801a177b2 1fdac047652d129c35b863c38e3f551dab1c4472 20dfe1e2c10be9671015c512d916a67070109c44 23cc77d10e1845f3c6cbe14a7bc1aa55a8ffa600 24fa0d1fda3d60af5abd5cdfd20cfee8b6e2c9f2 28f94a91a7d687b8653df2a3220aa06e58366a1a 28feb7bf84400c6f649dcffd07ce97048a4a1039 2b254cad756e40031aeeb6c5500cf18de3b398a7 2e8c47d925e25ebb862d3f5e26b84d0c1eb8a8ab 31a8db3dc658f6200e541c6107e910a6498e3b2c 3659c5a43a938bcfbf149819b6b1a46d343245ce 36ad682dab15a25c192d0f11802327d23aa665ba 38eff63daab53d7dcd71b1651458e2e9bd2cb9f8 3b74b17c8ad4ee0e3212ff5cf13857fe60d6e9a2 3f0307a5a9d45f714f0ee822aa7fdc04d6862ccb 40b99b8ccb784e279e757557b65519a586e4a8c3 40d95d8b0fb2efccc179579c8a746f73e502f5d7 425e9769ae88ea15d93b4ff1bc4a77d9715ddd9d 4bd2fbd63dd570490a1e044b30248e24dce46f5d 4c27261761ab66772db81c3eebcda9ea403cb8b7 4e99b5970b965496ad334301be2c1ddcf32d1f6c 4f9b79ca1acd4a2258da2ce2598643ce87de1c82 517f1503df37bc6508fecf2e44deebf3da1ba7f4 5ba04e2d19eacfbe2bc4f87e5406d9bcc6de2fc2 5d2320c6816c76e73d1f8479cd5c9a11cb32ec2d 5e26b3d0bb57cdb6ed86faaafbae0e7fc0038be1 683b441758fcb56880e55c9d9372b477ac2b6fbd 6b40fdbee2faf7787edc6bed441adb2171f63961 720dd5b6e9e5aa1210419982f3d2a219cc0584bb 7678c7618ba7cab0b253259119bd1d979c44e82c 77714b61579cd6bafd94b82a03c77babfc621d32 79ccd5e16fbe4172227f4781347a6ba083ffc5ef 7b5e949b2176a88b941beab8f7aa62988f8a2fdd 7f93a036ec10e9075c95b63985770ec2fd26425e 7fd8f2f16675e70adbe09f8fdde871ed9d2548d2 8114bf02d4df702d4122cbb37c8255881148f03a 8176f60a2094a00578ee0dcd936c1bb43cfa2cde 87716b1aadf9ecaa4cb71cdf258028851011e86c 886495a60d4682ae6b2e5073659e60a4fb88e206 8a9e85bb0528618b5b22e84ec76ccfa2dd70b389 8b80095fdddca695f334ddab7ccb72404f79d2e1 8e3745dc1657e97b027d2e33238665aa52dc4c3c 8f7d11db5c89ea11b07f969de962eeeb14b90b6e 8f87b67e9fe3de11e65706d0739d6e56dabbcb5a 907811e0723a81b3ba46a7c7abb3865a90e2e3b1 9251b47ddbea21509d5ff89be52a6a263a4e0856 936acd05eb6175650db98923e79466a3867117da 95a0fbb0efab3624769d999e21a291ff9eed764d 95b6bff2a1156c9aa2c6246dd062c92947c0147e 9b821b29926bf462197e133078496324542c18f7 9d4b120256b0b66cd9a9926462e758b8d3471530 a21f17f1a8af30365d73669c5be07cd9a864f51e a353c245350a7343ac25926d297b68c2281c7171 a3b89d6cd4e81addfc6a6a0d8975dc00de4303b0 a6ecebe81448539d52d9a51341a4a1091bad3224 a958365e0e13081014d39fdcc7efb686c7fcbaec aac7e597a23ab47606d0d96309159acbc41e2b4b abc6bbd2c0bc7ac408a0ba52aa0f873ea97ed8d3 af7226a9f9a1f6622db7cf3bd3e06be638dbb952 b20b9490ea47c30cd1ebd611be3adf1cfea60547 b99a07098465e79bbc99507b3fffdbd2437ab3f2 c13efd6b97fe73a70e744c338389ebca1b7c0b26 c1bf42d9feb0e60dcf7e5f0018ff8ac55a85c8f2 c541922a84d9712dcca8b83e8bc49aa40423ba16 c9327b99b1fcb3205ed2f46c11d09aac32bafc1e cf3906e7ca3343a0afcfe8b10e2eddc3a997b83e d032b58face904514cbe6c87e5ff9e143309af5e d148ee261f23e667ce7c342b49385bae777b5256 e4039cfe101fd7c1faa81cbab5e4a36b50234d7b e5b72df24807d36b9f2d14de938a56cc247612cb ea1288995ca30a17a91b5c991e8d598b38590d0e ea204d00274ccdbf5820a49c3720ba3f79cfb390 ec23c2c598f536e95f915b82a7ec2193c1f2f662 ecca9b35d3aba7ada0936800ef5c04f5f2c777af ed856d01b77fa40c30d2283d6538d0d4419fa814 ee222fd688f958bff3c3f4ae79ec6f9c269aac4c f1db6f46e68ae0582a90981250c7987986be01f9 f3e2bc7ff7a4d848ed8655c5110949810fbbc7e2 fcf2e37e09db96d2cd29071e6c5d49592f075996 fd48b337611914342e3c8b241d0a21a6ca4040e5 fe10d969c2b50b5d8b9e11aa2108a831a89c8072
Postgresql-Catversion: 202007201
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-13-decoderbufs
Source: postgres-decoderbufs
Version: 3.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-13, postgresql-13-jit-llvm (>= 16), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs_3.0.1-1.pgdg+1_arm64.deb
Size: 44364
SHA256: b088933b33adb7eef8fe42ee572f587eab042819949f7b992d3c62e6bc584503
SHA1: 4a0c9ab2b406c25b22b7cc772b11a68093e17172
MD5sum: de12df619a9bc2e9720fedbe439c23f7
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-13-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-13-decoderbufs (= 3.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs-dbgsym_3.0.1-1.pgdg+1_arm64.deb
Size: 39956
SHA256: a86a0639643d8c5cba0609498a411a5de461f4bc929dbe043ff718aa99966e60
SHA1: 46a639f38f6236e7d90cd7a9024d3df0f2977e2b
MD5sum: 55be82ab9a5a9d1c794173f87734dcd3
Description: debug symbols for postgresql-13-decoderbufs
Build-Ids: dfce8e572a2ac4bb85a2916a192dcc8bb1927023
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-13-h3
Source: h3-pg
Version: 4.1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 378
Depends: postgresql-13, libc6 (>= 2.17), libh3-1 (>= 4.1.0)
Homepage: https://github.com/zachasme/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-13-h3_4.1.4-1.pgdg+1_arm64.deb
Size: 48988
SHA256: 0b65691af294af39cb81cd16925a3cd2cecef4630b1b0cee0356b178a07fdc6e
SHA1: 75c88925de1f248c2531c520a1cefe75307333ab
MD5sum: 303e8982239bb4c0b5174691c9054247
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 13 extension.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-13-h3-dbgsym
Source: h3-pg
Version: 4.1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: postgresql-13-h3 (= 4.1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-13-h3-dbgsym_4.1.4-1.pgdg+1_arm64.deb
Size: 100832
SHA256: 395cd0b41dd4db4d665783359efddd31f490765d87d64dd22f3f38d06426d3dc
SHA1: b266812b436df7cb6b3e538b07c7a528776f7eda
MD5sum: 12f1b67fc6ef7df9b99e3350777fcd45
Description: debug symbols for postgresql-13-h3
Build-Ids: 03a08fe296fc29f5f35ecff6d2f1a8938da51e88 bef55080176794ed8fee6abee4bfcda5237e71a0
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-13-pgrouting
Source: pgrouting
Version: 3.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3191
Depends: postgresql-13-pgrouting-scripts (>= 3.6.3-1.pgdg+1), postgresql-13, postgresql-13-postgis, postgresql-13-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Suggests: postgresql-13-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting_3.6.3-1.pgdg+1_arm64.deb
Size: 816312
SHA256: 2bbe8c66995cd4997440187a28e8cc446b56faeb8dede5b9cd46b20b18620394
SHA1: 8fff3737287961ac87c9f4ffaa5216ba45724f41
MD5sum: d6785d84be6d576867c021607e807516
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 13.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-13-pgrouting-dbgsym
Source: pgrouting
Version: 3.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25747
Depends: postgresql-13-pgrouting (= 3.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-dbgsym_3.6.3-1.pgdg+1_arm64.deb
Size: 25780820
SHA256: 260aeeef99fbca73c06ecabfeac47353dc46f8941e4fdcc78788a6366da69308
SHA1: aa44f4efc9131305f6f0e1f17ee2d72330c9d52e
MD5sum: f3c544f22858198785176bcbe523fa5f
Description: debug symbols for postgresql-13-pgrouting
Build-Ids: c1e986e685a25a782b35c2e941fd7aa92d71d118
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-13-pgrouting-doc
Source: pgrouting
Version: 3.6.3-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7889
Depends: libjs-mathjax, libjs-sphinxdoc (>= 7.4)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-doc_3.6.3-1.pgdg+1_all.deb
Size: 2331320
SHA256: 2879a1b14397edf6f21d0bdf349cb07c2747fe67ac11fec9ac8148a8d68485ef
SHA1: 246b39a585848660a34ad9357cff6a7a63eb08f4
MD5sum: 931a4a641cc75db0b27cd1b8a3da0b47
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-13-pgrouting-scripts
Source: pgrouting
Version: 3.6.3-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3495
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-scripts_3.6.3-1.pgdg+1_all.deb
Size: 63344
SHA256: 20e40a208084b602e9a8f31acbf9fa26c4344fb7245ef00ce3c2a31ee067c428
SHA1: 5714dd7a30a355ad8ccb5e9159b430c11d691f0e
MD5sum: 3061639414b4811ca74887b6d793e0de
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 13.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-14
Version: 14.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54431
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 229~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm19 (>= 1:19.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3t64 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-14-jit-llvm (= 19), postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-14_14.14-1.pgdg+1_arm64.deb
Size: 15426016
SHA256: 20463fb929ad383fedb818aca5b1ac915387c07fba3183883ed8e08e098fc487
SHA1: f6002e65cd1ce20f1d46cbec8c5c35cf10a9adee
MD5sum: bfa308c085fbdcff5ee700b145f39d87
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 14.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202107181
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-14-dbgsym
Source: postgresql-14
Version: 14.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18914
Depends: postgresql-14 (= 14.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-14-dbgsym_14.14-1.pgdg+1_arm64.deb
Size: 17113364
SHA256: 6c805ab70c0a0b0232cbe7ccd5782c6640f0e10b996379a99bd47781f6b08f7b
SHA1: 204d856f23041bcc4bbf6dc5239e52600cd6f273
MD5sum: c641457871de625b8c9ab9fd79d5cf3b
Description: debug symbols for postgresql-14
Build-Ids: 01f204cf72633a7629965344ba5b3c08716756c8 043bb2265eb6a6a61b7c3ab20dac503d75ed71ff 06292130e3c09582553b319727aa0eef3808e1e9 0befe6334472a525d1b8d380ca12053cb650775f 0e6a192b6db6ebdccfcb10f216c5fa29bd8d251b 10de31fd14951fbbd4c4a7d566fe127040eb18be 13d208cd57886c2536f28953238d1208ffb2f6f2 147189912abf90f81ac3578cf038bfaa4588725e 14cff7340013ddb824351bd0e06d2966529beb54 1b31de02a0ae6deb96b10136908eb5189225e21f 230605e203cfb507d874d093bc249916e482d712 243488b28c82da0438b9c7f89ea4c3ec24c53af9 244507b9cc120b4a3ba10dfc04457aee23df406f 2a4a33c783d33873d8f6fcbe1543a78f459392ee 2e0f4cf70ea1426e520b22baeb26754f3d1c8af6 30aff0a185576187beecffddb3b66724bb615b55 323aa9daa354115fdef5d1a26d42211fdd5a40ae 3507733693f6129eb030aaa3437f9d2f662f5405 365e5f057221fe40ec76a2d7e7f196b0b2de815e 382dcd659c8e8b240466f366bbe46c0b8b04d12f 3a01a35ee35683b7feeb4d5ac96b370247aefa2f 3ade079dabca9d9852c8058f9141e22c3073322d 3af30c05a849db2078c348361353a98df5626560 3d6f25200a6a32fd218d74bbbc8658c64d97fa10 444c43d16668ebbd861a51f78154194664e2ec80 4a12cdfffa5cd302e395936cf883238f97546654 4b0b5a1a1cf6ff6be83d2c8c971b1855c3a84d6a 4c23351b4a38414a0e676508fcfdf8fa3243916e 51443bb59ffed7694a519fa639f839d2200e6931 52ba50bf88c5b425848e1a55b35f834edd4bf378 535914c3f9c06d08d310b1ae0ba0e7e52f53486f 54557d91841fc65a1ecb10308d4c34468f561ae0 568e63843ce7fe37474b473143a873f789f3cf0c 56d7dacf60507733da6059813ff13ae17cbd69d9 5846920b3516753b1e15485914c0cb99bda3c858 5e6a63d742f15f58879cbf37148b0f1d0a55e22c 5fd2b2a2ba3ebfc16ee9ec4094d14ed50df79e9a 5fe0d89c08338f742ace87281f04ebade94ed8f9 60575d7cda2caeefe2fa717bb3f0809df6735588 63cff153f11e9c55617777e28dd20afded207822 642ef4faba69a0df5607c30ac842046bca46b608 64ba31b3adef88bc9dbdc913692f9e1605194e91 65fa7786febe9acb43a92b63916d4e7b5a35cea9 69c8a7e67921f8b48c19233f061ccfab3587ac98 6a2c44af2e0bf3e01413e8127c84c63e8d2abdf0 6b432c8cdc78720ed01e1da8c7ef36b878a621dc 6b62eaccb12b65f6284ec45a77c8bd28e8094a14 6b84e085e7eeb4a07d020c3f2ad86e4c83cd00dd 720c1a8808bb1616df3e61f6cbc1558b6d05bd92 75ccbb378880e17bb1e8a1ecc509fb76181054a4 772d47c7b58fd7ef0bf8fa4f866c60464eb1e034 779957497202baf3334195cde7fd553455dddf4d 79dffed9c57a3eb536b1280500a091add0c4e98a 7be12e85bc5d0098e8e0093de2bfcfc970e729e3 7d7bdc0835ca4cdd01fe98b832d244fa9ad42559 825dd67d9c1f76cc82aa83e03056616c077c3ec3 89219c34cbe206540576a827f3fd4c76b6ec0a7d 8a60f0873bb22f83ece3527b0f2d61c4ba00a92a 8bf3061a112d16b42ce2d2784bd5b2b52469d8a5 8ca5bebc1e4ba072925ab4e8c43f1f66c29eafac 8d33ef4718528194916b702a3d04e1221236c29a 952c43f8205e5e8b8a7bed43ec7282b273e3e302 97727aa2019046f8453405c385255144e0397933 9a22335e84e8c7d337ac66d8fa758ad5460348e3 9beb18fa63ea52307c9949696bf8ae19dd373f4d 9c88b6fd71743a4f3da4cc1ce161bbdb01ad719a 9dd4b1c133e83968feb47c224c7ddbc7eeed6331 9fa355505e71085ff575c651fe3a4ec7a6665119 a572e28679a599e4c11a9f1882efcc55a19d7a57 a67d04ab22b7e0975d142a0e2dd8863628bef6f2 a789b0649285c78b414692ebb1664619f999e0d9 a9ea12ffe02d6bf6993ea39c4cbdc66c242d239c b71a51064e235b6919df60273237526c1b44840c b972fba081c92a8140e3b4445a86b53764ae67fb bab90c7b783d53015b03b8458de0068aaf019b8c bec917e5843598dce70da705df15a2ccbb902256 c199952d684286876e21daa26dc66c1b0fc5acd1 cca82f18fc9ff8b03066075e3971ba9d937b086a cd29aedb24e11973e21bcfc9e82ebb0167d2e365 cd577a68c10ec4bb04f0cc3d00e312ba34f321c6 d08caecae8acc305531a828567c9d46f4802ef53 d0a765d010983926b6bee1a4571f0116bd4b186f d2b70fd56a4874be5d797fedaf4cd26fc6dbb822 d6bcb4fa9323a018e91f8122e5aaddf39063deb4 d7204404378f9ddc379b2e218801d3ef67a9f10a d887ac3b792802faf096905553a6933a5f230013 df8adf623ee27ffd770cae1e12ab7f0733b6b984 e0a393c8cee8bc6c8115a59d37f7104e02d1bafb e88e1a6995b6b01d2e3180a3bf1157122eb8bd15 ef9f5365bfc50ee94763d09cc352f26626c6922a f0a1986d13c62acad94aee623a4763d3a3fd73ba f4072a4e36fd2222dc96cc2204d8257279725e14 f9726e48b15834eec8c8be3f1cffdc79b67695ac
Postgresql-Catversion: 202107181
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-14-decoderbufs
Source: postgres-decoderbufs
Version: 3.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-14, postgresql-14-jit-llvm (>= 16), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs_3.0.1-1.pgdg+1_arm64.deb
Size: 44668
SHA256: 79751ffe668784ecaba052dd5247f60f30695765a431523afcf5759925e4b54f
SHA1: f521d9971bac65f347f6e9678d0bd8019d95a5bd
MD5sum: 6b13d5d52d30aab02b6f80270c7db48b
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-14-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-14-decoderbufs (= 3.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs-dbgsym_3.0.1-1.pgdg+1_arm64.deb
Size: 41308
SHA256: 33780538c27cb830d1ae28d7d4f6e47ac519f7609b149164793a558c48743d98
SHA1: f141155ad74b3597a47356906a75b865d913d361
MD5sum: 7df803752dae4f77636332346b9e92ca
Description: debug symbols for postgresql-14-decoderbufs
Build-Ids: dc55f201f399ec7c3acfbe162d8bad2ab5db1c18
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-14-h3
Source: h3-pg
Version: 4.1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 378
Depends: postgresql-14, libc6 (>= 2.17), libh3-1 (>= 4.1.0)
Homepage: https://github.com/zachasme/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-14-h3_4.1.4-1.pgdg+1_arm64.deb
Size: 48772
SHA256: 8286398d3ca06ed5d27dd587bee6621a0441eb903a988482958dd89a478ed942
SHA1: 0ba7f0b332a99e9042c3cfb396f357b468f01723
MD5sum: 3bd9bc0fc6c63f253dd28840228cce4e
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 14 extension.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-14-h3-dbgsym
Source: h3-pg
Version: 4.1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: postgresql-14-h3 (= 4.1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-14-h3-dbgsym_4.1.4-1.pgdg+1_arm64.deb
Size: 98856
SHA256: c83c58ab275762291e197679c99282e1cba3346e4b477fad5f02b2e9afa4f1db
SHA1: 8a88193a778bbf3d3b653f5dcbac77eac92e5d49
MD5sum: 95b11c4c1f36abcc2f879032e7ca1d92
Description: debug symbols for postgresql-14-h3
Build-Ids: 64c834d46f406eb0b39be430505d5ed08108cf76 c066282fa25d03675195ac89cce7714ca8ed1101
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-14-pgrouting
Source: pgrouting
Version: 3.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3191
Depends: postgresql-14-pgrouting-scripts (>= 3.6.3-1.pgdg+1), postgresql-14, postgresql-14-postgis, postgresql-14-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Suggests: postgresql-14-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting_3.6.3-1.pgdg+1_arm64.deb
Size: 816396
SHA256: bf284529c45eb22400a42cf34bcb5c50b2a33d14c863db54e6fb1a22b70545ef
SHA1: e15d15114c8bd0a2616eb0bac14436b769ebd507
MD5sum: 6c676944989f30b1d322969ad5a5b695
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 14.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-14-pgrouting-dbgsym
Source: pgrouting
Version: 3.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25751
Depends: postgresql-14-pgrouting (= 3.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-dbgsym_3.6.3-1.pgdg+1_arm64.deb
Size: 25785384
SHA256: d0e1ecc183b5a41af4536a781e238b6cb17839a6a6b447bd8f703fed300b7ac0
SHA1: 87270b3b7f01995cab4dd4116effff6faa5e9cdd
MD5sum: 231ff04d6be2644d9552776f6fac0b1d
Description: debug symbols for postgresql-14-pgrouting
Build-Ids: db8a7c8512a857ae84475e23b14d1f8a1baf5d5d
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-14-pgrouting-doc
Source: pgrouting
Version: 3.6.3-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7889
Depends: libjs-mathjax, libjs-sphinxdoc (>= 7.4)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-doc_3.6.3-1.pgdg+1_all.deb
Size: 2331332
SHA256: 5d1b7496e1ac6bbc7f5fdc774bae165a5b74b3b26308edc6c85d6852beb15d8f
SHA1: 41bee9b642af0126e2e495ca6ab530806dd25ef3
MD5sum: d1b01841efc9c6271496f8ca8dcb2db9
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-14-pgrouting-scripts
Source: pgrouting
Version: 3.6.3-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3495
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-scripts_3.6.3-1.pgdg+1_all.deb
Size: 63340
SHA256: 16067b83ec7c422277667f163efb4bfbdc9ad6afd1704fa1a55b8f05d31b76e1
SHA1: 138b3cb3defa318198610d9f2cb3d765c0890feb
MD5sum: 435b72a9b31453ebb89da2cfa3cb8b56
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 14.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-14-timescaledb
Source: timescaledb
Version: 2.17.2+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12025
Depends: postgresql-14, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-14-timescaledb_2.17.2+dfsg-1.pgdg+2_arm64.deb
Size: 355564
SHA256: 163031a346a199652cf0905890ae7b7185efd62a008edcffdeb74f621d6d51ef
SHA1: 18c01ad3c6d3bbc8aa141276d40499b131a19556
MD5sum: 7033e4255338ba49d8a8d14c8620f3da
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-14-timescaledb-dbgsym
Source: timescaledb
Version: 2.17.2+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1210
Depends: postgresql-14-timescaledb (= 2.17.2+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-14-timescaledb-dbgsym_2.17.2+dfsg-1.pgdg+2_arm64.deb
Size: 1090792
SHA256: c592a59c1ebeed31d6f2c92018e19b4ccdc5a853f6b83cfe8bcf4667fb9c593d
SHA1: 05307bc6b6e0392dcc2862a8b30eb04df05d6611
MD5sum: ebef6e8905710754e08daa34fd8bac87
Description: debug symbols for postgresql-14-timescaledb
Build-Ids: b94d8a8934b74e3d2474595ae0b454a94ce67521 cb187c61af0bd2b70fd528b7fd9fc6177c1a3fdf
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-15
Version: 15.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57563
Depends: locales | locales-all, postgresql-client-15, postgresql-common (>= 241~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm19 (>= 1:19.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3t64 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-15-jit-llvm (= 19), postgresql-contrib-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-15_15.9-1.pgdg+1_arm64.deb
Size: 15967484
SHA256: 342cd8e37efbbd3c5ede2815bd657e4f8262763205bd4283b6dc87b3560c46d7
SHA1: 522b9cb40a0ec33303e8abc04baccd4525914e26
MD5sum: ba59b3eb050c7622b0b7e59e979294b2
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 15.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202209061
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-15-dbgsym
Source: postgresql-15
Version: 15.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19570
Depends: postgresql-15 (= 15.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-15-dbgsym_15.9-1.pgdg+1_arm64.deb
Size: 17728068
SHA256: 88166c405eb36efaa15acf8217eec8f13680cec65bcc1118d82f10fd23c47879
SHA1: 8e39be3a464ef90128ed50b9c09e45c6ebba476e
MD5sum: bf3a3eb9d654c235f81a6306d63dba9e
Description: debug symbols for postgresql-15
Build-Ids: 00aee2d9fd22eda6f7c37e26458642af921dc4bb 0305ea30a343890bab6f04764b90033479575ef7 05d4c7aa67e5a8a3282fac2e4ae140e3f1c35cd7 0725d9870b8f6af10c7284a65138706ef0165438 0a88bdd3fb652f9e9500afe0352b51b31ba8a3bf 0bad600e44bd213179d1c183b629a424917b977b 0dfe766b6d19f1a8e80fc9f24470fd394fc5b75a 0e7aff89796a49ab624ce98bdc67070f93c7d7c1 108756c5b5e08c8f19d6319cf9586d6ffc6d7000 11ea0a0153782d9696a98ca754b5efcfdffef240 134473df029c8832e50b544241f4ce841b1b1c77 13e6480e3d9fea8e23bab2da4b9aeb4732de0e3d 164e6e1b9ab26af86e716868aaee2bbd035d940d 176f285cdfd9fdee7ce39763e51e90213c5da1c8 18bb1aa4d363b480b7d17407ca1e0740879c19b1 1ac7f982e69e428df16b2ca1fbe32e73b0cd36bf 2226b2afff312a38717c4c49b215cf14d48179f7 2380d36aec3d564335b4036dad52a97b61357758 24e6a54d5ae6687554eff04ddc1dd252b231ba4e 2529a6724aba11bd8111ac9fbf2d36ecd0c249bc 277fbe4e94f241b90f4c39c95d18fe5962c12374 29600614f77f82117f4cc1b83b092c99fd8fcc7b 2d7080ec666f29e1db1d7864efd9e7e0c1baf3a5 2f5b680a5ec9e71aa20497bf14653e783fa11335 321d2acac82e4bc760f2b5f2018f1094e8b2d4fd 372c765c0590ececc07b3b9b419846a6a0f59245 3b4bec5457dbc14636275a318f901866d6150fff 3c3d3df2bbd38fd139f67fed8cc037dfaec4ce95 4211fbbcb3cf066cb742fd9b59b0191b510f1db2 427110fab200f76c8c960cfc672d4a645cccd6f5 462a531a7439feef9965c768614f8f0e7f64205e 4699efaacb51f96c1910d2e6f2f648f127e22717 4e00fa1ae81f22bb135575276569f9cf93886765 5609bda605fff698801b216398581bb65d946c95 5a75a9fac622206925ecfaa42c00c39d01a026fa 5d360f17daaab27b4b4600b4c616b02463ae08c3 5d54f28be80e5e38c7846eb60860097cf0dcb766 60a3c57477d6dd437fad0995172b5f01fb3c47e8 6334f0415f3babf56f04c66657340eb9147d2226 6579e329df2e46f4ee13fdade21d6211d4e01d0a 69c78e7a6df6187e590d9a4b2d4cb2a8194239a5 69cdcdb99bfe24334ec3bf3ca4002ae2454d84bd 6d32d212f6865867246001d71e50c8d9b0a3c80b 6ebb5d4475fbf3dcb8d58baefd00fb8bdaac31d4 74a365350cf2594dc6ce73a6d7ace580153540a7 77a56a7a7252ac972d3dcc3630e447ba01f6db93 7d6b2d14064e197fb9d8f487341a86556c05944d 82af2f8b6a2ee6c2a8e14f76035f78afd22daef6 842a901b5cdf2c8c42e4135ce00c15b3743ffe66 86724c3626d0e1cf4ad01a442178961a4c8b1625 86aaa1cdd77581c0df31c1274dddafb3c04da7cb 885b197fb60c0807ee882269f14552590dc2e75a 894f7ba3bf972c33a9918c015a7a2e6c9ca3b258 8a38fb17a5ea67858afd6dc5a8a705deeaed71b4 8b18ffc0e0b460b5162d5c393220cb92ebe23201 8c2683b69a304e529e967ebfe9eac226c842b19f 90eed25175c90198d502b3325778b9064f19dece 91e7a737129c806a26181039c8867bd46603a7f6 9e3dd2003e184deead9e86a85e52fb71e4c3f865 9f0f7e1e7e5a9ae16937b760740385192184712a a2cb030c601462843f721b359c69997882cf10db a397eceb92f7206011202c7b6476fa72c776b9a9 a717a8962169e58ed83504a34d2172be9d811164 b569ddf711e5087bad94df05cbced51ec07df685 b74bffb53d4c5eaa193f8c6d5791cf2027d7aa22 b982e07065a9e99060009e7195ce47b0eeddd982 bc4ba593086d95513398ee9b7d5ca913c6a4c428 c27f6caf559298451672afaf672ce06c7d9944ea c31d2cb971bce93dab6dee6bafc4110a08159f12 c8f2f5a99a4d1a061074891643e1397a82e0e786 ca17b383e94f3d55134b5b7ceacd2a9eacd8582c ca35b307141c4795a80d8cd188ade59eeec9c7b2 cf3c5c2cd0397134d16fe2b2e8f4fa05ee80b7e4 cfb100149e5c6738cd4963067fa0110c49870369 d2aa29279e4f0b6337345cc597a1207435e4ba83 dd0c53f1cd038f17a2c59662da1e76cbfe395117 dd3219ae61e993b97c1b7cd6a9a1b685d7fe6c60 e10a0066940e07b5adcf4af6fa7ea6745c5c6999 e35feab8d8acf5df5b0f417c993f5675aa720038 e45d40e3b8bb30898c68bab7aa6c07f810c96be3 e8623f434d632108e2bba103d3200b054136bafa e8d296815c39169bdac9ccb52710baba4ee77d45 eb10dc433fccf62e0a29c2f13c60ba881ca7db74 ec44f953e8a8bfc01f23e024b5753724acf55f44 f2b0246b3944c8f36ff870fb03591223babcb52c f516dc601a9db1491448a927bff31ab8d8ee91a2 f657f6b98707b6f1862b828401c9cb9044512fe5 f73c8b360e4c016b5a226aa48fc942f430d7dc4d f756000cfdb4b2c3224efcf552a35bd2685f7d4e f7f5da9a19eec7c7e3b666fa461251d84b53f61b f92ff8d9bd6a957128ed706cbf7e56bf966a8e42 fb2f5c5524a54703183c25c39ff4998db9781386 fb741b989b54243e44ed5730ca7ce30949080122 fc4e36f2e4d43b9eed6328d09b25afaa395bca77 fd8a4be559d92f35bbca738081adc45e5f544a00 fdf14450dfd7dac870c060c4b3cdac597d96aa76
Postgresql-Catversion: 202209061
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-15-decoderbufs
Source: postgres-decoderbufs
Version: 3.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-15, postgresql-15-jit-llvm (>= 16), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs_3.0.1-1.pgdg+1_arm64.deb
Size: 46900
SHA256: b6fd6fccd05ddfde9ad27107c148483f4ab98e1134a2c73383db878fedacb30f
SHA1: ed197b6859f6a0b8bc1a2776b8bf25401133fed8
MD5sum: 3fe5e77615fc45992b4a7fb25c8950a4
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-15-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-15-decoderbufs (= 3.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs-dbgsym_3.0.1-1.pgdg+1_arm64.deb
Size: 51940
SHA256: 395d70cf8fa39ab699f87bc1b8b4a56c4b0d498927c9f1c7398185359ccc4b41
SHA1: 33cfc6a52a6479621403ee8d28820700418c2e5e
MD5sum: f08bfc89f906a66d0edf2228dc5a1ee5
Description: debug symbols for postgresql-15-decoderbufs
Build-Ids: cb767e00f8c1fa7503f96cb6a2239adb8be63c47
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-15-h3
Source: h3-pg
Version: 4.1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 378
Depends: postgresql-15, libc6 (>= 2.17), libh3-1 (>= 4.1.0)
Homepage: https://github.com/zachasme/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-15-h3_4.1.4-1.pgdg+1_arm64.deb
Size: 48700
SHA256: 7acf086f0ee1c9c2ac05a583d17b8c7e592744458dd1d512c722b2907e58e7b1
SHA1: 1027e868b16e65d65832444b87fc89467700cdfc
MD5sum: 01e6057661b179baa5341be48c256675
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 15 extension.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-15-h3-dbgsym
Source: h3-pg
Version: 4.1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: postgresql-15-h3 (= 4.1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-15-h3-dbgsym_4.1.4-1.pgdg+1_arm64.deb
Size: 99264
SHA256: 52bb27870dac92c2fe8c959c4c826d69fcb759d9f80812291c6fdedd40638b66
SHA1: a2bfb87c3bb9deb95bbc1175ef7bb912012afdcc
MD5sum: aea478a156a7ff8c608d66aa7c80e773
Description: debug symbols for postgresql-15-h3
Build-Ids: a572e76c231dfed03aede3567af49f6b40a0fd26 ead7f5989896b2bcbac6e9db15a4fc7af1709ea0
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-15-pgrouting
Source: pgrouting
Version: 3.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3191
Depends: postgresql-15-pgrouting-scripts (>= 3.6.3-1.pgdg+1), postgresql-15, postgresql-15-postgis, postgresql-15-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Suggests: postgresql-15-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting_3.6.3-1.pgdg+1_arm64.deb
Size: 815972
SHA256: 0c9a6a7b0dbc596cd28142ae64561b6f2172f796b146c23b89a9a656ff2d4ec4
SHA1: d4459f7103afafc43da7a93e4fec8fc2ed4a156d
MD5sum: 08c5e2a1a0b86c9908aeb93059bca368
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 15.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-15-pgrouting-dbgsym
Source: pgrouting
Version: 3.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25762
Depends: postgresql-15-pgrouting (= 3.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-dbgsym_3.6.3-1.pgdg+1_arm64.deb
Size: 25796328
SHA256: 53a43faf28a4e87d2b18198578871c98990c483cb2a8534cdbf900ff955d63c5
SHA1: 1d399480b19377accfccd22a6deea4e7dffd91df
MD5sum: fa0c1dfaf68408474be988238b4f6a19
Description: debug symbols for postgresql-15-pgrouting
Build-Ids: acb5734756a27653016a3b24fccf0aa135b158e7
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-15-pgrouting-doc
Source: pgrouting
Version: 3.6.3-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7889
Depends: libjs-mathjax, libjs-sphinxdoc (>= 7.4)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-doc_3.6.3-1.pgdg+1_all.deb
Size: 2331352
SHA256: 468e0fefa76a9985ec36f19f08c748e24e9ad243b7a9801897a4fad0d97e8d07
SHA1: aa73c1f84b83345182280524e3cad9f001f46e15
MD5sum: 0c191ca61d4e0c1720033c3e80d2b158
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-15-pgrouting-scripts
Source: pgrouting
Version: 3.6.3-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3495
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-scripts_3.6.3-1.pgdg+1_all.deb
Size: 63344
SHA256: 85ef550ef04842ba638769f924445f4836ff01553d5de55700dd81d4c39c7709
SHA1: cd6aeda752904fa80756a53ed1a275646a217e53
MD5sum: 9f088fb55658c82781680dc17c6f611c
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 15.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.17.2+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12025
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.17.2+dfsg-1.pgdg+2_arm64.deb
Size: 358428
SHA256: 16096509ff6b95d6a6c58c6bfdae590f089bc427202df66e59555fa346354df6
SHA1: 65a0c98e131d758a485d05339245183879c66a9e
MD5sum: 999dd75e3c78bf2b1f148d4d52726499
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-15-timescaledb-dbgsym
Source: timescaledb
Version: 2.17.2+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1200
Depends: postgresql-15-timescaledb (= 2.17.2+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.17.2+dfsg-1.pgdg+2_arm64.deb
Size: 1082232
SHA256: 0d6718b24c685936f0668a715f21d4f23a07407addb5eae11e45d125ff88254d
SHA1: 315b1d1f68dce0368ef9ae446948907649355373
MD5sum: 0c555c0018e6f93d045192f840dfe057
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: 6eadfbefadd30e591492e7b407d74fcfa9cf3e08 bdc349d0d9f4ba38360b00828957635010a6fe83
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-16
Version: 16.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61984
Depends: locales | locales-all, postgresql-client-16, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm19 (>= 1:19.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 16~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-16-jit-llvm (= 19), postgresql-contrib-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-16_16.5-1.pgdg+1_arm64.deb
Size: 16797752
SHA256: 212dbaad5a77d7c8b36876e35a75d7f3e01a79dc2ed6bd972601b55945680d0d
SHA1: 48e1506354057210a00239ec671a6208d5201e18
MD5sum: 46e0ca2084bbf1a1c07ed8b7951f5e70
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 16.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202307071
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-16-age
Version: 1.5.0~rc0-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1897
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/apache/age
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16-age/postgresql-16-age_1.5.0~rc0-3.pgdg+2_arm64.deb
Size: 662256
SHA256: 4fd06b27fec1caa700c19e9d8b5a6ba834f0882acc40450d86d4484f4bdde618
SHA1: 19b341ede75261631e35a56053a3d8c5a5a24349
MD5sum: be4a176638a5008d9c03fedc9cd13a60
Description: Graph database optimized for fast analysis and real-time data processing
 Apache AGE is an extension for PostgreSQL that enables users to leverage a
 graph database on top of the existing relational databases. AGE is an acronym
 for A Graph Extension and is inspired by Bitnine's AgensGraph, a multi-model
 database fork of PostgreSQL. The basic principle of the project is to create a
 single storage that handles both the relational and graph data model so that
 the users can use the standard ANSI SQL along with openCypher, one of the most
 popular graph query languages today.
 .
 This package contains Apache AGE for PostgreSQL 16.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-16-age-dbgsym
Source: postgresql-16-age
Version: 1.5.0~rc0-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 758
Depends: postgresql-16-age (= 1.5.0~rc0-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16-age/postgresql-16-age-dbgsym_1.5.0~rc0-3.pgdg+2_arm64.deb
Size: 695272
SHA256: cb606cc33d64f59590c4c1214056bba787ad8095feba25013f8e05c083107a55
SHA1: 2bd89144e959a06cccea534f29969c8428c961ed
MD5sum: dc0b88451ba6bcad9ad6590b5093740e
Description: debug symbols for postgresql-16-age
Build-Ids: 300de6cac35f1cc43e3cf418ab7660c783a415d7
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-16-dbgsym
Source: postgresql-16
Version: 16.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21103
Depends: postgresql-16 (= 16.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-16-dbgsym_16.5-1.pgdg+1_arm64.deb
Size: 19243376
SHA256: 3669f6e540aac4473b77baf819961a8459a2c2ac7ce1edc8a5257375d438b03f
SHA1: 1b748e6f554dc2436e5fd1df704479807476f27e
MD5sum: 426163a0d61d2112352110f304334f53
Description: debug symbols for postgresql-16
Build-Ids: 01832c664a3cddf2f292613a5e245a545ff95891 0d8a1ed0bc17a34cd8cfed8172f961b9d976c783 10e34cc15154633cc2ad257a5b68f76f492b928a 1218de0ce2843ecadd74b55e87ab891a8e32b540 137b24fd90fa2295f1d7e8082141c22faae8928c 139610834e8b6d2202fda913f7ca60dc8367660c 196d633e0876a83f477471e5aabf937f76c82ea6 1a6f27909b1abdbcea748b0f01e456e1ec3949fc 1a826498cf112cad4c3faf0e44ce1e61d46695e7 1da2d5a2567b1a07d261c41499967c1ea5d68268 1fe5b65de61227a31ffaa222bf05652cb41fd5c0 2502ea8922636651fdb4273cf1f9b211f161d025 2b889ffe839b18c8741d4ecb3aaf5ac481fea30e 2bfc44de8f17b9249d880c55c20d113fa929647d 2cf6605c529742b582506640f0659aa299cc8621 2d1abc17cb7c5c22d7a9a7812e69d5ce14f3785d 2ead37322fcea551265dd8267d7c892a4b25accf 2edca9d73e568cdb5d9dd8aeefc3f200ace0ab92 319157187c6878cd5ee16d2ca43fee3059544fca 328ce758f9bbc35227cdfaf25bc67fc233171ceb 3440e704ba72e238a5d959fc8eadf4608ad45d19 3520aa56bbc668c33e133c74ee4ca53faa1811e3 36b8f52e6653ff85f32744313f31cbedb309109d 39c47afe243dbfb6e5b06ddde46626b4ac085ad9 3f5b113c944b9e622628971d632d08d312839ce0 426f881f3902c79dc0cfc632ec35b8aed886c811 44453e7b5b5fc400bcc0380a5c94a933a53d8856 4b726d9e33b99b487d2485e9d47d0cd06311b4b0 4ba7e836eddad14e514a587c6ff119df2d8a80d6 4c3f96f1cd6e9db6c88dba7c1a91ac8c523f5f0c 4c894c528ea07a7f72aaa642b5b8fc62b73bcddf 50103ec0b5d6fd089a2e78b475d81115314558ff 5217f194ac262a56b9439d0a373074da4850aa00 522a11800c0740d79ad14eb67c3475e42bf7ea3f 54297d8241a7360c1a4dd9f34afd60652f72f4ee 5a43597360847af29b7563a5ece5dab617946e8a 612444cac12038f5f31d8439157acde327224c40 6351948325dc2cb21baf9cc53d2b0dd6c9ef9291 6741b687f8bf14e633c5aef109be2a5600f76a84 6c0c15c45f0381ea5d68023c7fb76bd105e779c9 73652ad86a592339a44af4595169ffc729f5640b 73c5ff96bbf8eca0b41e90dcdb73392ce105c89e 7462eaf7b4cf16685ec7f48e2f9a75a9ca784342 7815d69616e8aeb61b2530e6738676f1ea3836bb 79c8dc83ba855f6125c80fd0266cdc0d453153a2 7ebf78d2bebd236bffef79051900722c1bf04872 83c954a7f952be81f553516c4baf562f881eb2db 84d1e995dc9562091796744d42cbde1cfdd91ec6 8545bf2626aa8d7730d9d35e565bf7a839679096 87cfca7b2bab9c4b0d34d7f321b5a73aae7db17e 8dc983c745007dd8be4bca0aa5464b3da20342d4 8e64746fb74046beb47afb77570959287d371974 954bff2e6a3fdd6446ebd7ef73b7e4ac5d1494a3 95b10ecd96f0dda3f54f7ac190a819d1d8e1b27b 9bda62395a3627373d1fdf4cc86a692e296eea67 9e9d7b09c160c7acc875af8121c50c5b3dc57fdd a1179a2ab08d12c2af58f0a027127021808bba67 a280748840d1541e795588039d4cea9579dd6237 a3a176ac03fb34ce3e9dabc0db752dbbd2742a23 a3c99e631a2f5288aee7741eac97c79f100eec3a a4f13857235b2dfb84ab7697f8abc44150e303fd a7901a4e8ba50ea772768edc6c9a51f8f338a740 a8217c7e0c3745841ee5e76c4c3ab0fd1d0f1f72 ac9fdd1fcebef547bf42dee538a0068be0271931 ad9915e64c8ffcfba17bd791872c623708fdb18f aebe83f224e1ff00b8ee802724d061198dffdba9 af393d58a65f024ece812800d7a90edbcd7af9cc b12a0ba6a6f5bcddd57bed402dbf43cd022ddecd b8b3ed38c421c4615e96f86ac46b16df5833930f becbd083f3b4d29d23c62171262114bffde3b28d bf16554452da5979fcb2a4fe0c267a2aa432f8e1 c59754d1bfcc77c28ea64ca24c629075705f49f5 c79da47d5b9779c955efbddc192c6d7d5c71ee25 cb67fe2c45126ca48862751b82a343ce3cf38d9e cbcb99faa2f02453f5ebd869816557100bd8b49d ce9f9acca6d867e810898bd905b72b1287934363 d06060793babebb9b2e87380d068e472f461e3d9 d590ec0fc89e7b39761aec9f0195845a385d9773 d63d77af9bfcca9d0c863efe43672acbbba67349 d789c5a2cd40deb3eff3344e68271f514efa3fca dd9652b935d14cefd100c01d088bba9f630cdda3 e046bd6df622df18f729698c668ef43289427a1b e0f4aeceb38fd9b0b2dbc65b1752d5f424b28688 e1d2722a77ec462ad57503cb61b441145e537d98 e2b18b9b1f926ad34792c2bb1677cc698ebc5163 e3ae3f5a28bcbf70da9a358fa15f324329ac2bba e4f076615f73d2a785d28f9e9f2a9b8df58708f7 e64ab0ce4eca5a04eaab3f2b6dfb5ff76cbd266f e69c1b635ae18094b1a4c6c4c5b4a0127264ff0f e8821354b67278f990a2a35d7835e55daae51e4f ee97ff6c0e4285c36bea045cf2edcba243948efb f5111c76e61246537599bd114398167f016843da f5b88ae40240eec51b2f40cd1e123cc71a5df231 f7a85be1a5b5a6ec0554ebe72f1357279b0f4f9f f82ef0c01671dcd39718f8e4839ed7ec9d386b03 f97598466409840edbd27eafa9b314e46a712787
Postgresql-Catversion: 202307071
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-16-decoderbufs
Source: postgres-decoderbufs
Version: 3.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 139
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-16-decoderbufs_3.0.1-1.pgdg+1_arm64.deb
Size: 39312
SHA256: 6ec5bee6c18e2d78f8da7c4f3398e6c156c0f14e07b13b3172ea2e2751d6a793
SHA1: f8518f333d5b02438cf06985900a48ac8a418e2d
MD5sum: 5c78eee255af75c0ace31865d25330dd
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-16-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-16-decoderbufs (= 3.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-16-decoderbufs-dbgsym_3.0.1-1.pgdg+1_arm64.deb
Size: 53244
SHA256: ae305c876846a1665592b180cd9e497e18ef6a77e11fc61af84cc67080d708e3
SHA1: d1ab2dc1968cdae0fd4141fbe754d986dad33272
MD5sum: 44f682692474657d0ed2ef872af624db
Description: debug symbols for postgresql-16-decoderbufs
Build-Ids: 9c3d74a565fba026d548fea884bdfc84161dd0e6
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-16-h3
Source: h3-pg
Version: 4.1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 378
Depends: postgresql-16, libc6 (>= 2.17), libh3-1 (>= 4.1.0)
Homepage: https://github.com/zachasme/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-16-h3_4.1.4-1.pgdg+1_arm64.deb
Size: 48532
SHA256: c87b934d22e9d182fecb82773719568b159cc85235e4dce2274fa80193181d1d
SHA1: 27ce602c5bb58aedde559ed669afe7592cad8cfa
MD5sum: e20691faf057d7f979e3eb3795a48812
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 16 extension.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-16-h3-dbgsym
Source: h3-pg
Version: 4.1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: postgresql-16-h3 (= 4.1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-16-h3-dbgsym_4.1.4-1.pgdg+1_arm64.deb
Size: 104424
SHA256: bc1840450a731f960b18d91a29459c353c5ccf55d53d680b502e29b394967494
SHA1: f0accbdd90aaf32ad573cb03292525c420369898
MD5sum: 61efcab4f18c2ad6a3aed24d4b302c9d
Description: debug symbols for postgresql-16-h3
Build-Ids: 6c5164f91629cab09ef40582b37a7ba9088b4259 a0e2af92782bab56163f7da4eff70f2e1d4baaaf
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-16-pgrouting
Source: pgrouting
Version: 3.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3191
Depends: postgresql-16-pgrouting-scripts (>= 3.6.3-1.pgdg+1), postgresql-16, postgresql-16-postgis, postgresql-16-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Suggests: postgresql-16-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting_3.6.3-1.pgdg+1_arm64.deb
Size: 816200
SHA256: 75b7d97b3ff8671cd27df629aa01acfbc597c4cee481d7120e1044f678643fa1
SHA1: eeb15d37961a2be95d9a9734fefb206dacd07980
MD5sum: 39a4a9b4b8893c19edbbba6a45778071
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 16.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-16-pgrouting-dbgsym
Source: pgrouting
Version: 3.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25792
Depends: postgresql-16-pgrouting (= 3.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting-dbgsym_3.6.3-1.pgdg+1_arm64.deb
Size: 25827196
SHA256: c2fd7ca82bdb371608099908552d59235f74be6f9335785c3eb412eb59c2a02b
SHA1: 6ba8e799a9bd8e51986482067a0aeb5f68bc0d56
MD5sum: c25aca4c417cb2c6220390fa6095f8c4
Description: debug symbols for postgresql-16-pgrouting
Build-Ids: c8fa56284e215b71305bc03ca8efc14848b845f2
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-16-pgrouting-doc
Source: pgrouting
Version: 3.6.3-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7889
Depends: libjs-mathjax, libjs-sphinxdoc (>= 7.4)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting-doc_3.6.3-1.pgdg+1_all.deb
Size: 2331368
SHA256: 6d9a87954b960779aa2c04ea95fb529c51465676b099015ff17e89f4346eeae7
SHA1: 65f153b4028d885a645947d1b6afa0cc1cd0b32b
MD5sum: cd8a24601bc389c5a05eeb0035500f46
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-16-pgrouting-scripts
Source: pgrouting
Version: 3.6.3-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3495
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting-scripts_3.6.3-1.pgdg+1_all.deb
Size: 63336
SHA256: 619a60de1cfd0d6dcb178026149557888a57ba4d57e06a02cdbbbd23bcb87714
SHA1: 0132ab1d1dafb8633958c51071c55c5a71b5f9e0
MD5sum: 7c53f57f4283f7ad19fd856e34e1d276
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 16.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.17.2+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12025
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.17.2+dfsg-1.pgdg+2_arm64.deb
Size: 357512
SHA256: 62c977d90c8557c93fe3f070fd834c5112ad6afe12e3b4b3c64d5feec16cfbc5
SHA1: b5705cfb18d961c27b4476466d56f16985577690
MD5sum: 08ec3c0f79cf516ad779c05dd658a12c
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-16-timescaledb-dbgsym
Source: timescaledb
Version: 2.17.2+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1251
Depends: postgresql-16-timescaledb (= 2.17.2+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.17.2+dfsg-1.pgdg+2_arm64.deb
Size: 1134744
SHA256: dbce96801db0daa2aa967841404a8df5791f0e5c7992c13e80606867c46b67c8
SHA1: 8b1a472bb2a88b3aedaa61e989c406ac66616b2e
MD5sum: ad4bdd7be29163ac7a6830ac378ff6fb
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: 03817a8cc8ed61cb01c7d80db6914e88d779e678 1f05fb40f0ed1f3130deec59102a24d38145e33a
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-17
Version: 17.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63731
Depends: locales | locales-all, postgresql-client-17, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm19 (>= 1:19.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 17~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-17-jit-llvm (= 19), postgresql-contrib-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-17_17.1-1.pgdg+1_arm64.deb
Size: 17422568
SHA256: f4eae9eb8f989e199ef1ac6ff9638dcf4d6e0b348c54c28f1d34514804e9cd9f
SHA1: 43fe31035ca840430751978d2038300e569b5e8b
MD5sum: 075ca16f9f8377342e55f90577a3a3e2
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 17.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202406281-1700
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-17-age
Source: postgresql-16-age
Version: 1.5.0~rc0-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1895
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/apache/age
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16-age/postgresql-17-age_1.5.0~rc0-3.pgdg+2_arm64.deb
Size: 664300
SHA256: 5a9e8ec839add8b9dec765ff488b3128402012142e633d085bea277065adb74c
SHA1: f38bb41fbba7f175018dc06d9be35883b4553359
MD5sum: 9b45634471adc12ecafe792a4ed0b5bf
Description: Graph database optimized for fast analysis and real-time data processing
 Apache AGE is an extension for PostgreSQL that enables users to leverage a
 graph database on top of the existing relational databases. AGE is an acronym
 for A Graph Extension and is inspired by Bitnine's AgensGraph, a multi-model
 database fork of PostgreSQL. The basic principle of the project is to create a
 single storage that handles both the relational and graph data model so that
 the users can use the standard ANSI SQL along with openCypher, one of the most
 popular graph query languages today.
 .
 This package contains Apache AGE for PostgreSQL 17.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-17-age-dbgsym
Source: postgresql-16-age
Version: 1.5.0~rc0-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 784
Depends: postgresql-17-age (= 1.5.0~rc0-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16-age/postgresql-17-age-dbgsym_1.5.0~rc0-3.pgdg+2_arm64.deb
Size: 722540
SHA256: 5def6484c7e51d02eb1bc8739abaa3360d1401c0d87ac9676b575d3cdd1c7082
SHA1: 6dbeec1e9e6b5fc4253bba09c88939b32d0593ed
MD5sum: 5fe1d53bbaaba87e65427fa6ca40df82
Description: debug symbols for postgresql-17-age
Build-Ids: 5bb32551b43bbf4eaafb46e12027459b47f01830
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-17-dbgsym
Source: postgresql-17
Version: 17.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 22160
Depends: postgresql-17 (= 17.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-17-dbgsym_17.1-1.pgdg+1_arm64.deb
Size: 20251896
SHA256: 9cffa8b6ce6dde67927f95323f7df8cdf666efac2c9002e566e0a558893bd751
SHA1: c33593235e66a5a9b8c1d3a0419370a218b7e9ef
MD5sum: bd06aee55fc75d1171cfae13dcd00942
Description: debug symbols for postgresql-17
Build-Ids: 00cdd5e64320ec657a4b19fd37f557bcb046f478 03c5d97a4686adf60a537f4976a8c04864cc1386 07035c75384409e846faddb9fb65fc9a720d8ccb 07b58e089167540acd5c90adf0c115431f635f99 07d0fa9fe5ac14219c9dcd45a264cd416c93333b 0d764814d0d0d6c90940276512a0aadbcd20c3ee 0d89ddd36d53ec5347ce5bfffe08788a875c5786 112ce09300c8368335cfc4d9ed0269d1b7723565 15a26eabc2a9f92586ee1acc5b006389839cbffa 1e20ab568a391cd0f3fbdff922d2d007ad88d581 21ee4b43175f783c761c3f5609787af3ebc32ed3 22f7b96b80c8e6555af899de0cf364cdffe53081 27e584fb8d1c3bfbad9076ca6f5360b5816fe510 2aa93d89e325bde13db314fca533f85393a38c2e 2c05503cdf3a589a41193863371e27b7ec902467 2c4f667506c9809e1d378dc3a508df5b7002068a 2fabdfb94d53087db1bff038c7af1766410ea5d1 315ede3f1270ddc50a4a67d6358957ba69d243c8 3269fc1a060960f63202afbc105a1f1e8c2b9b85 350fe50f25c9fdef277d69d0175f4284f6718422 362d5c2dc35a3622ba88c053f0c0af0b2038f144 3738f0eb13ecbd7abad1aa63c287dbd63edc7e21 3b2b9cdcaa578e00220973e0535f59d80804a661 3b6b1eccb5a331f18dac35e3c5a85fad85138683 41c5fdf256205c7adccdca3f08e5978f5c820255 448795c367191d0edef055d34907a262f14eab4d 49c315b8b8dcd3af3fad1c9b59002642cdc66a17 4eea711ed4e1a7272d3e5cbb9097cf4c41fea416 4f8ca201f8b5c0e2193e96f1cb963fffb2957b08 56a338cd89b61dff758224522d12e178ea138293 58c327be174eac436b3a255d1eca7444a2cff251 5ad3b04ee4a2ad67ed63675b155c6b676771bafe 5c513165a06cb6496a48897a9e819b9be826078d 64f14cd2d1c243171e24e0a7124a3c88469c1bdb 682b600e1f0bf358b07693e1912c6bfb315d9968 6e6d033d1115d2ceef6fc905a8bf8e63ecebeafc 6fc4ee4282683522469f906d1621cf9da781b320 726760cfa25d5e52e596e97cab7ed5a5a1255dc2 748804c579ded5f02c85e7bd1b209f9f844cedca 74b2d75fefa5254534e9da1bb64832833db9dd38 772c733564ddb3980d9eb329341add69a8db8937 79362051fbd206d0f06083c0b0ed114fea6695a1 7b4cb41d8d41a2ffe65f3cb69eef7a59cbdbc95e 7da65383eee8453e60e66077c49c0c6ea126641a 82397c028e03a31966d95893b94e58d506980d0c 831a3fe7bcfe865dacf72ae608f973616637037e 83da49c27a544f338c2afc1dab3a5f987df9738f 867aa9e670514914c1ac1b8b6873a553ac6366c7 87a09def8c3d3711500cc421e09c80856a077f53 89bc7d9c5a15c31a88cfea66592b6b2d814d0b42 8a6d01cdc0abb2c32c2d228b676a62b8673b0c58 8c9bcb32395501a0687ccc2aba9d35de9fc0b339 911bf6bcb55a6277ffb70f300d28e94cd199b45e 9621d1a02a84b7f849e5f611c71ccb44dccfb037 965afbd26ea71fc50f7b5c992840263b86b497e3 96df440ec1b43a697809d0bfe087cfaf3149786e 98e2b4f71f40c40c321475b27bfbdd9b31a93023 9abae865efaa049e103da6f48ad7c78eab5c8ad3 9c3020f62ccfd0d739e4c44e5df4399c502828c8 9e6c2adf1a4d7760fa4acff117407c841542cd43 9ea8bb9306f677c4040274a5c288e4efd04edba4 a35987f1f46553deae459ed771c574d8551e9315 a9540d831be7afc917d59de48f11198542cfc8b6 a9e91263a4304063e103f3c6f6bcabcc7cea121a acd9fbd555d5626630d04a8f1276df8fbfaf60c0 af3db14955292d2349ce84cffc49483ebc4210c2 b1deeacd339530cb8b164a88f6fa6bda4320d2f9 b393fe5e21ea81162467751d352beb14f461b5ae b4e22158c19b872f01d347f18ca711c4f8f019b1 b58092f33c5779368cf4c360c63996f175dd3c5a b5e257b31c37ae639929c3e7c8d174c8765596a7 b92ef5e72c15a5f80c01262b414c23b81e7b3af2 bc671f1bcbf46f1a4a41e5cad7f74523dc286c3f bdb532bbe98bcf3c7031b004e31404078955d10f c440354d09d8487928c8671fe921c5d8f63cc38e c50d14b4c23cb30a36fb6989f162b92341505909 c836649d509fcae857e76752f54135b7218f2f3b c8ca4315366b7dd1f7b4517a1d307a5358b7a00b c9c5da6dde48a1ec8a936e2c7119df60905fc14e cf4ea1fe9bbd44375470226410621d8c90b9317c d0e0c8703f93cce9957ff5e4233fdcfd73bb0423 d551af4c6bc47310ef27a361ece0e63eb467042e d6e313c90d842cd58935ff695df956c840cc1f62 d737c4caf7b0ea5edd956693ca68519e8fb937da d7b5edfcec594ccaad0a248098556b730de2e940 d804a2f37adfe8491b44d78c7936d2e09db2d8a9 d85007fed9c59cfd0134ffc8e1d801817348e0ed dfe779d906dfbbfd34f554f93ac1b1114c46a7d9 e16b544bb8f7bf0944f0067fa63b2e238e6d1a7b e4efae776765a135f8b2721b780c078da2c479a3 ea9bedfe5f13ed9108c15ba3232706b3827a2944 eb4f3cee28179eb7b7b1c7b1d6fa979da667cc2e f197ec4651b498d92ea34dbcda091241052df312 f2fb97bd6513dc4ffca2e8979f7e03114074fb02 f7ef22336d483ff388b60d61fc45607fc96d2f4c fafd2a7680875fd89904e12272452d225714313b
Postgresql-Catversion: 202406281-1700
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-17-decoderbufs
Source: postgres-decoderbufs
Version: 3.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-17-decoderbufs_3.0.1-1.pgdg+1_arm64.deb
Size: 40192
SHA256: 4792a0b2b03727dc93122af088e426f63bed18f82d17a2a8c5b647c9fc6c50bc
SHA1: debb81701ae3939639bec566a5dcbac8b3b82a2b
MD5sum: 0da1f8ad39f90329a9434ce645b6521d
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-17-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-17-decoderbufs (= 3.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-17-decoderbufs-dbgsym_3.0.1-1.pgdg+1_arm64.deb
Size: 57228
SHA256: ee978ddbf6d382f877aa0f31189e9002206f7155a25c99a9df251d344437bc32
SHA1: 548c9d276036731adc2bacd3b1163194689eccd0
MD5sum: 08b6db13a8211d4abcbb976369dfb3fb
Description: debug symbols for postgresql-17-decoderbufs
Build-Ids: be8d0282962a83ab0bc477b409a03c0c259c2509
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-17-h3
Source: h3-pg
Version: 4.1.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 378
Depends: postgresql-17, libc6 (>= 2.17), libh3-1 (>= 4.1.0)
Homepage: https://github.com/zachasme/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-17-h3_4.1.4-1.pgdg+1_arm64.deb
Size: 48736
SHA256: dad49819ab7f04cad2da1d4ce4bd841038ea80f028c247557e733e5016093659
SHA1: 44a8241a234e89db3c72d229054fcced4a4fc020
MD5sum: 109edf1bfc20350940265e3a3aaad9bf
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 17 extension.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-17-h3-dbgsym
Source: h3-pg
Version: 4.1.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 171
Depends: postgresql-17-h3 (= 4.1.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-17-h3-dbgsym_4.1.4-1.pgdg+1_arm64.deb
Size: 105120
SHA256: 462a20ae0043ce4fe8185fbb680c85cd6d6886e89ba11e3413413ee9c3d23f5c
SHA1: b29160990c190a34810460cb248a0ea4e502fb5b
MD5sum: a2b981177a1662b6cb6518a26093fb28
Description: debug symbols for postgresql-17-h3
Build-Ids: 1728fd9c1842dc2c7a25ec5de706626b696e5011 6dd6cf56204a0057ed6ff4d0ec101ca01ad8fb23
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-17-pgrouting
Source: pgrouting
Version: 3.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3191
Depends: postgresql-17-pgrouting-scripts (>= 3.6.3-1.pgdg+1), postgresql-17, postgresql-17-postgis, postgresql-17-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Suggests: postgresql-17-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-17-pgrouting_3.6.3-1.pgdg+1_arm64.deb
Size: 816548
SHA256: aba5f751eb2b6e0384d4efdd97314f47c70ab28fd7217083bbe7593945f81546
SHA1: ab59f79bc204600e44e7b9d30538fdd3a76b34ed
MD5sum: dca960778c8a21594b5825a89862ed19
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 17.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-17-pgrouting-dbgsym
Source: pgrouting
Version: 3.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25798
Depends: postgresql-17-pgrouting (= 3.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-17-pgrouting-dbgsym_3.6.3-1.pgdg+1_arm64.deb
Size: 25833688
SHA256: fd202e5f31f41625e1390c1dc845d7b4d987b1671f6fe1ffb468c18bddb086a6
SHA1: a6b1b2dc6c9e30338f7d8bfa97c6230257f6fd16
MD5sum: e3891025265cb827fd04265628398292
Description: debug symbols for postgresql-17-pgrouting
Build-Ids: 6eaca33c2dcfbd5857ecbf2fbe15947e41199eed
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-17-pgrouting-doc
Source: pgrouting
Version: 3.6.3-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7889
Depends: libjs-mathjax, libjs-sphinxdoc (>= 7.4)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-17-pgrouting-doc_3.6.3-1.pgdg+1_all.deb
Size: 2331316
SHA256: 7233cf647f269d0fc07db520150766e4464967ef6e08ba9f6204c6ba715ff135
SHA1: 948a3db4fe8420fd57e5747a644ece13ae7f0af6
MD5sum: 1951573ebdf6db32bd0aaf68dc354882
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-17-pgrouting-scripts
Source: pgrouting
Version: 3.6.3-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3495
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-17-pgrouting-scripts_3.6.3-1.pgdg+1_all.deb
Size: 63320
SHA256: 4b046816c97813fb1bad872b50b937bc79c4e9efe19c666e612c9cb559febafd
SHA1: 26a4751d2fb1e40e55c814f0c1a690f64806d547
MD5sum: 099bd432d2b5f11f6545db71d4e982b3
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 17.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.17.2+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12025
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.17.2+dfsg-1.pgdg+2_arm64.deb
Size: 357372
SHA256: eb8cd82d87d258aa8f38f0541f13a4b40bbf6806813e1775d5cbe3df55a3420d
SHA1: d23af92d8f81bf0e3ab7113d097dfc89fd9ba506
MD5sum: 0a1813a98ca07b2ef190b0072a186945
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-17-timescaledb-dbgsym
Source: timescaledb
Version: 2.17.2+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1265
Depends: postgresql-17-timescaledb (= 2.17.2+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.17.2+dfsg-1.pgdg+2_arm64.deb
Size: 1146808
SHA256: 9a79fb1504afba3026053f33317d5541e144089c307f6d776ec4836de96b43ac
SHA1: 83ca6168ea0aa7e4155f07834ddf912b8f5bb99b
MD5sum: 6ead38c0595716f3e359bf569264c57c
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: 58ce2a90836aa08c95df7b3c25d33ce628c2844c 7dc86d8b2361bc05b51192e1719a710bf228aa94
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-9.1
Version: 9.1.24-17.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19402
Depends: libc6 (>= 2.38), libcom-err2 (>= 1.43.9), libgssapi-krb5-2 (>= 1.14+dfsg), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libxml2 (>= 2.7.4), postgresql-client-9.1, postgresql-common (>= 115~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.1, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.1/postgresql-9.1_9.1.24-17.pgdg+1_arm64.deb
Size: 3319144
SHA256: 5b95df6a30b63a220eb2400a1b43e0444ad75d54e0988b5e98de7faee684c705
SHA1: 6df19fb72c8704ec3ad9139d1cee5b2fc0e9b669
MD5sum: 45dbe30bb11d394405fda09d06dedf57
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-9.1-dbg
Source: postgresql-9.1
Version: 9.1.24-17.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11292
Depends: postgresql-9.1 (= 9.1.24-17.pgdg+1)
Replaces: postgresql-9.0-dbg
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.1/postgresql-9.1-dbg_9.1.24-17.pgdg+1_arm64.deb
Size: 9726468
SHA256: 967c66ff692211b5b52d7c0775edf088e0f3d51db44dcadd0a321948f5a29e85
SHA1: cd7518963d5f1ab6a5210744efb9fe3d7ac2b6d8
MD5sum: 76735a6177c09e389d2ea5dc34f91e98
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.
Build-Ids: 00a0b566f1e0ff465cfeb29dabdd2ed644a4b79c 01fe814e1226f242024bfe73fd9517a254841dd1 028d7f457287ab7cdb648f91f3606258b25f6e34 0645395ba0e5308d1c54fe4a05b34929aa5e1000 0a42ff0481c88ad89bb493e5f5ca42c91a7ab858 0a7841b039adc6915bdc21d6b8ce37c6d2d4daf4 0a976924782e9789e85669e3bd48977bd3b68598 0d587a5e21fbbe55987862a57c214be0447b3dcc 0ea2135172e4b12ff5e73e1284b3ba0a3c2b7d6e 1b636548ee65c51d5bf54dbbf0ea7ab7ee8e1dac 1c20aad887c4be007766d0a9562733bb825f151e 26bc126cb497eb8527861dfd4c209c9544127617 279bfdc4071eba87d435c1ac4fb96c884e5b7c6a 29dcdf23981bd3484f8eee7f8f8108d617cade24 2d6bbb482d344f7dacd36766978a0584c8f57356 2e18068ec07017987f01e8416dc4ec25f60976dd 311ed26ddf3628142f6ba9f3c5658403389ec87e 314f9066bc324adce19d33335102a3ba217f5859 31e208ac232f74412c7750c9472d6f5c760a89a6 333a2ff7b69149e12a2784f3e3fe3b785f46c468 36486258577b3cdcce9e56d5ce92e003d1fab9e1 381f07b9ed9a0a84fae8a63c465de118cd808891 39b535afe79f8232e8d350248266859a226f3a02 3f7123033c37f5b6c569de2c422111b481d628ec 45ed035a8d42c9c839734e37ef765ee9fe3bef1a 4651e3d4800febaf1e93e9eb16d6a51db51acdc9 46c48686bff38fccd4804d2ae5067fa2cab03055 4b2d378d4a3a818ecd2473d8a1142d27e1c187b9 4bc46668b2740e2bb44796ebbe507749d745d65e 5855bf8338894f9b4f26280c16806493a257bf1c 59b38f7c5316b7042e36b5b3d0d11db48c94dbd9 5af77f34c6bdaecc2b54c84fb40284b7e48a25cc 5c31fbd6f912b4aee1afb8b281c0c797e50664d3 5c394eec65c6efde3ab0c268f32f895bfcd3af56 5d37396dda384a8641bcc811460358a25dd1754c 5d83cd7bd2ee53d678a9f8d69666c04b1a283e6f 62d9d69a8d02a3056f801dc3bdffcb1cee23cd6b 632f26fcc20368d7fb483cb362ac2d810d38ea47 67ff79b695052c5da59bacf28dba76d1037744de 68411c96ded92ae1f8154546f4b6cac24d1d7efe 69ac90468449dcad5372fc74527423b57b9a18b7 69d63b3635301df66e838ba7edf158413244a71a 6b8cfdfbaf38cfc300eb524487546c1381a6cc0f 6bfc9ffb0a8c575d10bd01999432caf9024ce9c5 6e3b742b2060282b22efa5ba9340f3fd8979b389 6e53d9b6bdb094c8af14144655afed23b5a8f8f7 6ee8189ed11434c3fd614956315c625484f25b45 6eff94b907fd1dc373c7761a010e274efcc37a88 6ff692e22559658a9a7f559d47f55f7acf15d0f2 70523e9ee42b16ac9ad5b5725dd837e7aa99f368 7335180e08044bbfab7cd654c41562863c53fbc1 75f0f2c31fee9f6773915d8f4bd7121bbb25dc8a 767831aac1ec1356a8bbe077988c7c92665418da 7ad6116afea5bbf3f0afc49bbbc7daaee827cbf3 7c52e226f24277fbae8b0f36c114af77d3b77ad1 7f36606728d370f7129ffda192d3fa472d913e7b 807747253af2f0df3d03f7fec0766a16051cae3a 8112fe75fb89c80884bee370a56affbc48533ddb 835827d072ddee24eeaabc12468104ce94356346 838bad28374363508ace3115a9ae07dcc56034d3 851ad3145aa48f22b6486630d8b57ffd66946c65 8629e6697cc550099d8bc811b31f6307e1326f6b 916d4a63c3ee51a53cdb066c9264c10ab3c2cc36 92e754db883b66c78e8885ed8a30dc0283c6dbe7 9428dcb640822f8af0b7d1936fbc32066d060aa5 9780c4fc2a1d2b444bf4b6c1cb5f32b28e076c56 9b397926da7a1c4f8b53508bfb7f4e7cfa592404 9d5a4ad6adf0a9e07880276397aa7248883341e1 a2e311319c5087f33d45e6d037d7e190248fa679 aa1d3bb703110fde5b8b42f22ef0c1a419022ac8 abdd88948c69254087bcade10060180e1a9e5318 ac50ffce93b1ad9263d869e5453d2c6fd3a39e76 ad8afa1d851dd5d8030b054da760d5fcdf27ff91 ae938107297f129fc18aae437a7f3aa83dc95400 aee57f51a1a432e6febf92907a0d6a7925051225 af5f5e71ef8ce44adf9c724c5ea03b92c29ff460 b482355eefe8bb6e5e3cde7d8a929a2854b80378 b91a0f88755afbf61324d0debd6052b0f9f52951 ba72ba896be0b483df87aaeb15ed93e9763f8f73 be21f4c39afabfa016972d0e030090a6f588aab1 be2762a9dfc4f1b778b60a80b0edbe45847d608e beeab0f442680eca01a84655481b03dd915a771b c544bcd8f9eaa7b7ddabfd8b5d5db17e06fb0e55 c77be9505a41b8e4f3d28f3321c3292d781339bb c8ac58a24cca71bb5a9c9028fdf50f8294ef93a6 ca2f98f6a14308ace3d3e75b4072a82d5b94e681 ceed0664be6a6e27d3240bacbbf28cd65ea35042 cf0e65df6830c6944ba9d97a72a1c5685e238c3c cf43747b5a8d79d2defe02cc2418c0039d097460 cfbd52a83a4aafc4c94aa549bb2750b544f108e6 d29be131c91e197373e5e840f5d355a380c0629e d343cb41b0e6698aa26aeedd0893b31ed6de3164 d7cd5766d3a7cf142a2a6b3f2dbc5e88eabd9252 d9e8c915962e31bf419f823b4449199ad11077b5 e04c1ab186b7d748f49a966f47a41dd07e98b739 e55ddf1c7323049382d50791b792368c54533c3d e691dd09c6e1d9fc3955fef61e9876e9f3b19346 ebda952eae172aa115dea967299356ddc2eda5ae f36e65e983d56ba19652250958eed6368342f1b8 f3ba05b3327ffe8d2270df0136a2f24aa0a6a9d7 f4a1bcf7a7f53a14a6b2a26e444f8bf6fc25d298 f517d4012d970e24638ef66be0ada81b88baf500 f656c20c26c5d9a58340e0d3ea9d7e39cc2ab28f fa30ac5bbffb5a9cce1180eb200371af021838ec fa7b931d5563f0eadec558ce5ec0e9588681ff55 fb832bbf0240cf4649ee6d45c0a45f031bed5fa8 fc15ab6a3888821641fe4762082e1a0056dd0300
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-9.2
Version: 9.2.24-14.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19905
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3t64 (>= 3.0.0), libxml2 (>= 2.7.4), postgresql-client-9.2, postgresql-common (>= 135~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.2, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.2/postgresql-9.2_9.2.24-14.pgdg+1_arm64.deb
Size: 3465592
SHA256: 5d19665eac60efb7b58b9cedff0eee3c798747e1da33fad1526da7af1a0b6850
SHA1: 0c5b9e9e585873f73513b0b4039bdfed61097fe9
MD5sum: ebfa6caa435ec5455c4a21e1a838351d
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-9.2-dbg
Source: postgresql-9.2
Version: 9.2.24-14.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12036
Depends: postgresql-9.2 (= 9.2.24-14.pgdg+1)
Conflicts: postgresql-9.1-dbg, postgresql-dbg
Provides: postgresql-dbg
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.2/postgresql-9.2-dbg_9.2.24-14.pgdg+1_arm64.deb
Size: 10417744
SHA256: d5cf9ec86259c6a03311e2a57e313c0e365ff7e941f4afa4d033c40f1538261a
SHA1: 1f7da6392a56e80b6b62a99860c9a56c208602e5
MD5sum: f6f534f0f4680fab73d19e4add142691
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.
Build-Ids: 017168b174f776a65c65fec4f14baddc0142626d 03d5cd267ce62c26aa37fb0765ffa73abd7ffb66 04d14ccf8f7867f1cc72fed65598fe3f3308e581 07aa622ffb05444499dc12a07e0f5c04dfe04e9b 0b95fbc441e6ed593bb1c737e733f1c497809ca3 0bf2a0b93a70bdef7228520948fad49fc6c4a6dc 0e0a74ce5713f813490149cb1df6b2227644e724 0f282bac33058548da53f8e75a12b2435a308ee2 10808ff6f92da6178d88e485eac7f4bf71e3f4d7 1095395581adc87b9b9377e3c929b56295e94e02 12596f8485e7661d5a62a8be8bcd1719780854a1 1352f0b252445c04441f7e87f6cef699c34a6b78 1602c90ea0c52937757b67f5711a02ec992789a8 1623c550ea30c4fb37f085eb9c277164b7691ddc 19e7cccb5cdb1c62e8df2a3f2c89d518de09de45 1ded270186f7196131a968bf461c27a4d7e66a92 20395826b6edb63159944df28f9e2faa83156785 20bc3eb089241711865c15b6213c42f73572ae5f 229d0541c674d7694a0f526cd35e52aca96158cc 238d7efa9cf74f022192787cae37abd9f3cdc451 239dbafb43db3b39b2378d01ca9dad3a82ec4b1c 2956bd0403d8eb88c88cee5dfce444f6ba28c30a 29bd7913e67210f3f71460b4cd03b8f4fa1f6e88 2c46564e9b6b50ab2d6aec66e439bd369ffa817a 31014042b18f62c70ab4ae8d6b3ec088dc6e4f51 34399023a9bbea578469c9b9daa51a7408caa618 34d474f1e0c8d9ab867ba44d88bd574175cd40bc 35a26ada76e9268413be35830fd5bf8b42e9973f 36ddf3640ebb31fec1ce4bffcbd832043ba42b00 37c6606214ce9198bd415b7c66b9c5f318f4f77b 39b0a025af8343c2b9d5004f737c2467a8ad6ac7 3ab8377a1d65d67ad329f66ea96087c91b76a79d 3b223c108726a5720e6d63b82338920c7736bcae 42668e26d391694586caa8906592016dfd8aa6d4 469e06a9d9c38a197dc257570770bac885f3a88e 4840258c989a68e755d4258e7c1bf31703f31024 4987df8cdecc1b1ce2a527249d6af883c8b868a2 49898818bf48abe480d7fd8efb87e4ed7e7de4a4 4c2f216529b55fc7402c8f910bfd5a06e6e33cea 4dda1f06043ab3a8085184c3547b012dbff275b0 55ef53aeec63d88ffb6c9ebbe16c26cb3bce18cd 56e9b4c60dfa0a0f533db3115c18a58b20e18b58 575dfb1ad3453c5debc25465f5fe3e2f60370e32 5863579c03de7ebef0d1862192501db4f31492cd 586bd5cb77f73b418b7d39714956b5117a05710f 5d5896cbe3e0de270d1e17749bed638bbc1738a1 5e95bb311ae54061fbaee6651589994db093766b 623aa53153f405508ac0dff3c6ecb923e4a124d7 624a5f64fa5e4fb9f732095f36db69234db8c1f3 630be8d58d620da17b6ac0c73b1db95534842e6c 643a332e11f594a0dd087843b2afac3a4238ec12 66f7b539add493e4d9254de9721672ec61f66cd6 6fa448b509a4c6b20b91e9bf3d00a19b920fb627 6fef7f3836b348e4a8efa2a60d73b39362372f00 744b7d43a861ed0c36e458555ee6d6576b76def4 75a52db45c589132065c0483f97fbbc1e3f79870 75d9b103e2b526365ce05c7dd765bc21b1849ecf 7911d1b889d691298510331af7d5269a1a5e54fe 7c36b9a2ca26273e4cf98bbb5a26d92e7af42764 7ea528b19df5f817106ad8aee94b2526d383d258 803a9f1d1720bd72efa3d845d0b119c94a2cfd43 8583016cdfb4f7c77484d2ad4dcfe32bb8409c3e 8c8a9ad1e5001ce999b597b8ed9fa6f4e3ea2a9e 8cd5133e366a79ea0a0732d292c8e92e5b1ebc1e 8d9f8a32581b35e13c276889790d58b670651cb6 8e28e8a8cc14470c88cad40a48669c4307602bf8 8f2985d28375a4ecef087f6a5444529d6fa72470 914452b67adeca40978567a69b12b152089e9934 960f5a3788134406cb6aff8b3135c8146b20b884 96c66eb31098a2baa5d647bb39d448fa7d787e63 9a6601a743f613c6e10a87062b2348f2486e901b 9bb1dd7551e9ae9acdcb48aba5f97027d35b2028 9f4819cc0df38b0181e35c3deafe02805a3046a3 9fbbb4d4480644e4bfeff115037437c8750c65d0 a452b2fd2473022b24dfbf4759b1fd9923ec869f a472872a3a9fd63e0cad4d4c58eb04457cf77cf9 a48a79854f48e4a67d0147d6bf4cecd05af764db a4b9c6dba88fd061cae1e531dad6ba6e5af5148b a6ba498e2ffcbff0d6b52e254ced4379bb42d060 a7599a83e4fb3141dea1bd8f47192a03d70597a2 aa077240758a444236dbf78c76a1df444f9b810b ab0f89c5e857dbf4b0ed35ce4753331ce5efb730 ad4cda0c3e67719dd0be15b695c3d83e7781983f aeab220bb9214b7967121bd81787240756b28b52 b320ffb66d843b3b64b88fd30666c559824b4616 b59fd56db24bf12440590e065c30d43dc4490176 b5d2e1170a3e507405ebef33fc0abac9ccd3eb1e b7b265516aabd5fd5e6e3a86794e6d5b10f62add b9c50807bb100e7041638d3ffe3d79dd520a31b4 bad867fea15163365d78640c197b2ec17ad23292 bb5be2ae160e87a2dbb4cfdd33de3caf1f84c098 bfdb06c3c2d1ef090d5143da76c84719f6711304 c54e025d4775e1750d026558493b78f7f1f153e5 ca380af2e1486ba565c9abb6b4c6e191e3460cb5 cab60d502ce9f2ff274254351c9b0cadb2ff7239 cb5372791f69f71f45a5182d5f89d4258e6b992d cc7bbe9d94b006652f5c8e25aad8e96ed64bc510 d5eb776fc5914b38bfb90625c97c09f4a7b46e18 d8bfe4f2f18ef9c750c73ec7cfc22ca9f93f5eee d973fa5edc47a25e2ff3c28b65398d928b315bd1 dbe6b18fe0092dd4421ace2bb012300a498fe364 e0b5653f1956507037b877bb0a314d6fb5c4ca53 e0ca2935d807f93d84365065ff10c326565b48e2 e17cbf1d75e58d001682d9106b60c87b2fcd3483 e95b0c99a6b7520fdcdb801c860def9f4b3d5cf6 eb47862c1f7e82260f5408ccbcd4effb4f97f2e2 eb867a1a021519abcb15b42a51f519b046fd4f9c f9c6ca5fd5490e9f0e070bda15cb546e8b226007 fc3df6bb4fcd14e075b7cca99610d3ee22f69024 fc82669ca538ee44a2c78129fbe346cd58684d35 ff24c3c36fa4aeb15204891a48359bdea91b4f90
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-9.3
Version: 9.3.25-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20021
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3t64 (>= 3.0.0), libxml2 (>= 2.7.4), postgresql-client-9.3, postgresql-common (>= 142~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.3, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.3/postgresql-9.3_9.3.25-13.pgdg+1_arm64.deb
Size: 3514880
SHA256: 20a681d35b3e8e0e6ec2b9ccd66a46eb5dae2bf8554a1341559ea4574e73e367
SHA1: e2e69a1bacf966700fa501b3e582035d98931a88
MD5sum: 761d5e9aec474b1772dff7cb05b8c606
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-9.3-dbg
Source: postgresql-9.3
Version: 9.3.25-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12941
Depends: postgresql-9.3 (= 9.3.25-13.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.3/postgresql-9.3-dbg_9.3.25-13.pgdg+1_arm64.deb
Size: 11230932
SHA256: d1b787da68962159d94290c3248424f089b70959b1d4ce82a18918aeb30b0fd7
SHA1: 00a33e9a966ca658fb6c861cdae547fed10e1454
MD5sum: 90b18436a255d165e1333729712d9a77
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.
Build-Ids: 028dad1b3242f6fc4664bc6fd27b2b51b9659a57 0418fa5de8dd2e82351c972a254d9585dbdc5b68 0454377997bfb02de4342f407006ea56471b45b5 068ebc46dc868666aca4f22d7ae54c55ad60f831 070f4ce733b60fb1c2d8ea97f7073903b3d57614 094a3180029ff190001cb95070576189f3875d9e 099083a9aa68899da98a5195add67ac79a6ecfe1 0beae6502f055c6523aca78af5182e89bbbbe1ce 0c2216f82fe8620cf4e380c0aaa8a94331e86a09 0f8753bb6ca2dba5ca74a1a1b4ef8c5e8d01e88f 0feecedf89db767f317f2c08747768d7ffaa01e0 112f1addb074ad15fde6953595d312b5cb5d099e 12cacb0fddcf71d51d4fe6b173051a3570cf0f66 12caf81823575a1de6efb3236de8cfd34963ff5d 13e30b4b5d4244089b14cd0bceb38bd443053198 145d411de32af4ea83444e7ee5fa0b4da525302f 14c61b61902a431b5c19e6d469c02891da65649e 151460edd8d7e26999a94731eb7851085a79df88 19b2004ccbada337b9d927a4c5144bb381e5c481 19fa5929e549cdc3421296a8d38a4216ff5ae9af 1c041c46a5f2d54a2cc9c8215b29544e9f25f47b 20f51860cbd541a6c0fd200828eb816a24b38a56 215ba7d618988380563e237a2d0c7fca6fc37786 25d03fa2afc540f1da66026e43302ea5cc27d6f8 2640af8a35edc89f2322c8622078f31f6ff70349 26ead2f38cf836eb6233c49c5e65cbc8b259543f 2b628881e007fc04e5ad8cfd3e8e41458a4f687c 2c391f934403833d7706b624b1750c78ca81facb 2c7b4570e30d10281b70adc5fa926abfa5cc9736 2d454214fa88122916b3d701e27bf411b83195b4 2fbe272fa99a7fefee6e0ebd83ede8e9a2e4344e 3abc0de3485609a11a15124d8c02855866e72426 3b6acedf01f967ba763177cb9359a136573c75ec 3f64b13677cb8d980e21c95d003678825aa846b7 3fd831720e69d637271447a4a9b2d81e04ae2746 3fef7ff0e6f86b298626e56743a72fec70551fee 41ebc963f060f043cfa45435e18f8d3ff6d11b22 42be28872cf4fb51d8184d431bd940f0a2018014 43034a56d17c6201d29b4470090e3c393e935e2f 43186722b482b1a50647495d73046b77657f566e 43e5466d6b394c0788d7c8e7c36c63070df42991 4b9c616aca86146767e680c7ccac64db6d5ac012 51163fe43e120e39229fecadc2126abaeb5f34d8 55382beafec13fbac5d5e84140f1cc233cfc7cde 55cf4f208eae434b061aaeff812b0e75b0a422ba 5d3b8f6625436c303f9a51919cb4a377530d53ae 627ead3901111a1e1acdd5b3d41284282dcd8be7 62c471ac82e44db07a5fb171f6f741f0f436bf7a 6751a502114ee00ffa391b413056673827efca9d 67afab18ad8dc66a61e8844c35f9c48e099b8124 6b167948c35412b0040ca43a8b8230e9092a7bbb 6b544249c1c283577c0d245bbcfb4943daa8203d 6ce9ab99c2776a099287df45a694c928ecd929c7 6d87534fc5ae50abeffa2da793c4d566fa0cf4b4 6e476b26d476be99be0a36054e732a52ec67f797 6e6dd08cd6b8ec486220709b17fde3d5d8df89f2 70b24eafa9c3862e7cd4e64c86f7611d26a18aea 752b5840f597faff1802074aabce1a9f82ccce3c 76c092afe18fa759c380646cf01294c3dbab90ba 7cdd1ba93b4fd84357a83b7fb7e733a01d314ffd 823755cb8d0b535cd9b26e5675ef00d467640f7b 84eb5583efcb1a6b65ce6d32215330c57b2a6a47 86fc4a760c03c5c2e639b83230d6243eafa8e6de 8bdd9937cd38f6f0f7f922acc41c455bfe88a215 8c95e4db5679e31ea0a3dbc78497e95fcb8d107a 918efa828dd6a2c4e7c860ef6e7cddd961de6272 920451c7bbd1692bd488cf2e661fe818eaa25085 94de021c05baccf30ed4d0df0c601bf6df826a9f 94ffa3140615d2f58c788a11b4016e136c1e796d 99120d514cd9f3dcadaef15ff025067b2a99c132 9b17103c1cc75cc1a052df0460ef0a28fe5f793c 9bdd60690130b58ddd52393d4569fce6a0fb0f58 9c21becda3631ddb85843989d2d83d9c9bac1a14 9e38bb57f49dc138d9cdeac76999f98ff1894601 9e949601e665249ff3cc96891ab042f83e5cfbce a0487963165d616411b3bb7fab9d0c6142a525ac acfbacdfe9d6d6411e6cd1c4937038831535dd5c b2952ea473337c3f498ef6657027ea062ea68bb7 b66493c01c30f3f9b9be8a6a7993b3dd0586c2f1 b8133e3b0f65eb74a9126dded68179f646dd13aa ba0e852a27c6c6c626ac21677555dcd5333040e6 bbd2eb411b9184bf99602efa3d6fccd9b1c7fc3a bdbb1bc722a93e902a889a0debd00e40190b06ef c02a075f022394380e14cc2d5bd8cc0a569041fc c25cb68346143d9ac94b5ae4345130ef2a4436f6 c43da85c6043f811ccd624ef4f4cd1b46fec079c cbda2b47c327d21640ce77a41c143bcc68a4ffb2 cd95e9de08208c12a3a9efdfbf50693cdddca9f8 d19416df654e1af31b1c7cf3f8a114b35018d3e3 d2efa204de6f5bced4dfee7eaff933e5e6736a43 d3b3f202d440172ce30aafbeb98be7d9d62e23e3 d74a3e0060e2cac461268728626a7b97b442f96f d8f077e5bd1f7abb9f66d692b27b26671a87edd8 da49e6589011a3aa72fae433bc4536e5a8f3abba db2bd9396e0d6d3da848514e762214b7d4a99baf dd4210173dbc373b2d773e0a392d8de30c7440a6 de266bb6ea422170979206e921c5b284dc0d43f7 de7a1a625fb1ff7270e949d34ff94f26e01fe0e8 e050b05027cab400b981584009ae0b6de5343484 e28f25180b754bbfe445a08b5bb48c5140663ad1 e34ea44b79e95fe0cd54d22a1493d79db8017062 e48c53b1d863a3a90f8822fd3411236acc15ff0f e620ccbaee10567f5efabe4ce437ddc80567ed7e e6b7059d75055f99ce2c38a15d121a165b9cd802 e6da0262953cfa7d1b4291fbaa499e59a8350238 e98b7f361cb516334fbf997834f439e5dd189f7c e9b44b68d1a0a5f784bc9c97e8c73d0bc72ac00f ec82c1612369f148d281078356b2996e14fbcc2d eeea276da641b9fa36110bdad137e05b301fb401 f0bc0855f857c69127b9c50af3bd4992bacac562 f4c8eae70e9b5b88fc04cf768da87eb0f33a20e6 f54f071aa34e1f1071efb32049fc705083cb205a fd7d9987334354e33db57ea3b8fe4662171b912a fd9e59f6678e58148f8e2d872184d223c91b2212 ff5a8afa81784723a45a0111b1b1fedb0697d0c3
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-9.4
Version: 9.4.26-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21013
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3t64 (>= 3.0.0), libxml2 (>= 2.7.4), postgresql-client-9.4, postgresql-common (>= 142~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.4, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.4/postgresql-9.4_9.4.26-12.pgdg+1_arm64.deb
Size: 3763536
SHA256: ec2cfff0d5980cccdedb922d3bccda557d3195001cd62ca352177ea657ed2744
SHA1: 8ff2d11d5a49ba618a2a6f080a7dc63871e3cf6b
MD5sum: 5f8b1aae983bd60c1681d1e51cb0fc7e
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-9.4-dbg
Source: postgresql-9.4
Version: 9.4.26-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13759
Depends: postgresql-9.4 (= 9.4.26-12.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.4/postgresql-9.4-dbg_9.4.26-12.pgdg+1_arm64.deb
Size: 11964724
SHA256: d6ebcb3addbd9dd3309e1fb3c0dbac1cfbbb7eba4f926bad33184f574e78368e
SHA1: 4d5d144c07bd7076ad0b90ef173bf3da65c1c2b7
MD5sum: 3826fb103bd2ef685ed26ecc86ab236f
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.
Build-Ids: 055b2b64954f568404b8f2cbe31d6e0d2c02c1dc 06601c33e798ae8056a5d8fa2a0b1bba3bba8c8a 07ef416084c73449269db9a149d924cecce01786 0831c89e701c5407e4673b3eac8936808bfff4f6 08541a29e2cccb120119c74debc3658921c0f471 0a4745c070b977fc178ee67aa67a136c2700d8dd 0ed0ce3107aec772b6ca492c03e37a6fb2562378 12726a7a6ce1d8a178db5a2b0461ea039b7477af 13e140624d14e8d3b2b4bb8311c1e15fbf0f6e40 178f71105be2abc497e5e1af3f61a3d53ad7eb14 1bfe1dd1db9481abfe8e862fc6c0b9ee09131094 1e5bf3d90d00adec475e7102151c83b519b7ce97 207118c74ceb1ddc7ecd58b178f7431cfcbdb517 22bb0b88b531ef25700ac51fe717cee04c76d17d 2a4cf4f590fbc859dbfff62c3686b53ea9a3f56f 2bc334227958b09e8c30ecb29252e59580b3f937 2f9a9e6d6203de37456101b80bd73eb6a87fdd5d 31c10f301bc34c0fad3f33d34744c12ee511f6eb 31db8e504603e9e76291eac86b3f2af2e5b8ed86 33a670d63390a4986f313fc45821c9d4bdb89b05 3587e6bc33f2b788cec25aee8cd384ccc862a3d3 37bc64ef946258bf95a6b0f63c6e9628e8670204 382effc4d274c0348d18d64c0fcf58dbc3c2cc4c 384182caabaa354a7c723bd45acdb5c1d4b54d50 3dbe7ac3d0f39bdd7ad10ba0791bcb55d948ceae 407042a43f96fbd8f1517c15a662b5792982bf96 4084895fda43ada1e9250c72c1186b3cbbc58b7e 4128fa3f53d50efb2b6b47a35dd1541f31675bc1 41919fb9e3c73b33d100cff253f5075535e09340 44acbd0e0d48c5e0d12cc4eb0e608239eb6951d6 459506c9847e0779374e5bfb8efcfb076dd60751 4d67f5d0c3ab4a8d7248e2395f497d8f204ba88a 4d7f595e15518888b1c3c72cf5bda34c244f019e 4db0aab2fbf0a5b30abd95a17d793c8254377fa3 4fb8141e527a3a2880b92afe2e689fa3d6201add 51923c1a1c21dd1bbc3a410571e2369743033a46 52842a3d3e327a1a9544028033d5d27a3fff964e 52b9588b0d83be08d49a27c689457ad14831e48b 564f8aafd13546470bab44621f50bd65dad3b5e8 584f462d2f2d1fb33cb308c37d82060d0801ecb8 593e45bbce309971a124da2e728228b966c90ba8 598e8b232affd8b6c2b5964e0c2e82280c7d8471 5a497c7e69c4a9153d4c8275754cb711e8d78913 5afca457992004fa306bb34523eff15ade872b34 5c20d733e66e1abbb87def5996a3ee4de3c752eb 5f3b978c9327f5a09196830b0963da894f0c4729 5f6327e1bbbd89c5af2b1b8699822c3ca463f4b5 602638b94955e36fd8112c4a934df146ffe2c137 6d89204fc7c91fce64be1b623b1bd54b053e2615 6fb6307472577320c86816dfc3c89d30eec91ea3 6fbe985803a10b42a252731c31570cd06ef7bdf9 712359549f225d3fe8c312afab09cbb694b46014 715a42641d17d596bdec2ac16922d9d232fbf136 722e8f7ed3f8038b13d2a1072dec8052ec7aef00 736c864ff8ca5190a3c2aab916e8df31b3898e27 7396a54e2397e9ec3b9e0ad841b527c7037c77c1 797178df850db01dccbf560ea5f920034b88b1cc 7b86132b21a9621e8fe1c4e46e65dfe4f0d6aad5 7c32c2c94baf77eebfb7b1a5199fc377850da87b 7c71220ed828445345c7088f07b95eb2a16b0808 7cd82c85cb541935cff29a5a74c3266f90ca088b 7d6fc85981b0d66434dd9253fb6920e67fea54dd 8131ddf311b2c019cc8bec4dbaff5437ba1d3b6c 84bfc355014658fa82030d69890244fb8ae67105 85532f0f241cabebe6c543d1ffef60f6b68f8fd4 85e38e36b2a6ebb6380e7a427d172653a4963c09 8a7b46445970dbb80b6b0dccde31904758c8311d 91c886a78f13515ba8f93474a5bbc328e38577bf 920dd0e45599f968223834e9665f517b27001da0 93ba426d9684c1244138504c89a611c10d3e6fa3 93ee85d38c268ec123082dc0fac9cb95cb1fd2f6 95331c33bdec74c132897ab99432717f75b93140 971883a260f12bdb4470d068e2b3b916de6b5f72 975f750ac920288d51b1c86050b4bb3faa90df0a 97d6e8156829de3118753fe873c74e09f8845af9 98d85f2e188c76c8553eec7a3d382e5985ed11d4 9e0d5f37bff05e500c1d191edc7ab78c66bdfbc6 a03bba0fd01481e6478fb48e7a1721d531207dff ac8be4313c79979aaa79202fb86a496e5f5d45bd ae26a6663e25f124df2d00ee8b63b36f9e83377a ae8ac9b48e681a99207bcd2f7f489d5fe314bd44 aea77b74bff7aa84789054b2485ace1767457498 b08e52891d040ad37304abcf759981bfaa5c887a b0d6e8664382d641d73556bd46ae774e8b2bf9e9 b2ed28c34248738195461b201a1cef6415c43d25 b4fad996a9284be34915f12b72b60fe030711381 b92fd495eb7c9d9f327ff4b7dde952f6e3a76d6b bdd49d50d9500096c85ce0e2cee3844b25cc63be bee8f0144862ce2cb91164dcc0903bc019a6818c c5eece8c5f0213ea3a043fb31d88792d1041eeb9 c8d786912cd0962ba516df9e4a7e624df3a31189 c92db9f04c1e0b957d669508f10cb4d3bb6e7d32 cb53fc05ebe9c1e20c17bbd51e55e82cf68b14ca cc4f24b643c1bcde7ea1fc56c773e0b5ba204bf0 ce898d0b5e4a6f648bdcc8e183ac7701e7469f8d d05fc9337a37a678b6d737dace62266bd59cf7b5 d20f11b93cf5f37f668a8df9ec7d004f2640e4a8 d31026c53b8ab8f7a946597f4b62a5dc88b3987d d4441694cb222be02543bbae4c27bc863de411e8 d4d430b9f14d9070073b8d36ac323af69af1cddd d7386ee8e321206186049ec423ad3d2612855164 debeb7f990e574a36c7ae09ef4f1ea59738ab055 def8b4337f3ac978c0f190fc2311dd8f82adc1d9 dfbe9a65126a078d73c0ee07c40ded1bae023e11 e2b8ac6e566096cda3505782256d67db49bf4617 e56b2bb42adaceac815e7a2f2f77c3f41f79d9a2 e743fbf132a2704bbf996e9db15982ca823c5ff2 eb3b5b47d388f51434042244bdfe8d045f86afbc ec88848f444e891a62310ab0662624fbeded493f ef0b3198407eac636c11c4ef5c326972ce5f6480 f31114f1e84e346b95ec6721888a15958228dac8 f3c3aafb7159a49f1e5a5ea5236ca4cbc3fc4f7e f571c787f16ae531e1e0aafe1f23dbdc07906352 f63618c865a6b385961112ee1bcd4fe8138423a9 f68081a86ecb5d5df7d851fc40fa39b2bf3dbece f79f7f695fc5b7bad2b170f8d2682bdaf9ec6ac9 f8ba88bb54eedc00601b84d9cb17b0e06ade0025 fa81b212cfa8994e72e8a7429e6ba64b56d79221 fd0a5ad61e85e7211f554698170e50020402ea8f fffb04c7690fa1e9903b81d807ea2c97f6ff1a0f
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-9.5
Version: 9.5.25-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21936
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.2~beta3), libssl3t64 (>= 3.0.0), libxml2 (>= 2.7.4), postgresql-client-9.5, postgresql-common (>= 158~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.5, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.5/postgresql-9.5_9.5.25-10.pgdg+1_arm64.deb
Size: 4033716
SHA256: 5bdcdd248df7068383134e7fbc17bb3cb256515e0d6eb620db9e147bb62842ba
SHA1: 8b55a6037009909c7aff9d35ecfa3e32639c817b
MD5sum: 7578ebfa1cb546b1e9b16d971e5e447e
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 9.5.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-9.5-dbg
Source: postgresql-9.5
Version: 9.5.25-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14692
Depends: postgresql-9.5 (= 9.5.25-10.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.5/postgresql-9.5-dbg_9.5.25-10.pgdg+1_arm64.deb
Size: 12850040
SHA256: 69f9d2ce46ecdb4c15c7aac16f2c9aca2d49e61fa79ffb3856069851ff2af420
SHA1: 29d41e3dfcb2d6963e3976ebde7b80d2358b451f
MD5sum: 0e344427e7ef18620bee9d407fb85b2e
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.
Build-Ids: 00d73bfc6e4a692e87fcd6f025f6b522173d1f03 037a164d7c888b6f1bd2ed4ba618ae7c5612f33a 070b89ad4f32ec21555079d6174495f056090f37 07438332ffb074066a3365b652eaf5cc74f8ad24 078830eb7105812fb53af780d305848976dcda71 07bf95c0a7dbeee37f6054d54ff7d4aeb286d59d 07e75eda0663ac0667cca1371fa7c60469354b4c 0e54ab43104d11a9f7795fdd5032ad12510d710e 0f15384f962790984c00a3c064f0999f9e688d6b 12d26f615d211d90628b0608ef364c65753b934f 1ab5bccdbfa59f952ed0f46d4de235176eb317df 1b71ed9d11188af35b8bd835d01a50b3feb87229 1c3733f2acf735b79869867e75e2eeb3a0a8cc6f 1f7c5f8e5851ad176d05a56c6451d4d4eddd48d9 2aaf992b3946463e8c8c100349bbe40a634d1498 2e6ba4fbef491852c95899135108bca7a0083b97 2fdfd217322284702b8f745a343ecc8c082dadf3 382158d2ccd0160b0966676ed2fe2b8490a7bad6 39ccc8fb9fc3f76e22bb6af21bcba1fb613d70ad 3b52036c5dc72364f1ea200d3937a47a283379bd 3eb485d21f909379c6e4272c6a51619a3fff2160 427f64d96363e318ec757364c727d38b583f5c60 42f4b20d4c3ed6ba6a1147b1a54d18b7851f7438 4501194ae72460878f1b908da5a417431cb127fd 4514dca1ff949264c4e9c6ca90d22f7360ec0f22 4cf3abfb5edfb48a086b7fb5891c05186b108a84 4e96cb49318b57174c1f3fab4148b64647964e76 510cc0fa7a9e79e9ffa2cb45dc12fdab20210d86 512ed97ed3122948a196970bb662b1657b571c88 546dff52e4a00d57f5139032a75a23e289325ddd 5774dc5c8ac0da45ed63f150536df0f79396a3d0 583afb7f8baaeebe3fc0aab40df6e4624742bc35 58b3e89dda89d2a9ac854201c5cca3d2cfd906aa 58c28de511baf21f1c888831555b6070a6fc0986 58dbcfe5b73042c3c8d67e359355f16b4de1a9cb 58e171d0cf6a62f92988b26e146134a34059a5ca 58f4194900a7b8dad2975f04b135cf5a7dbba5f9 5997a15ddd87b65ac5331819829359eef8149511 5a75d368ce70d5c1d3723f9c44cd84e5497a7b4c 5aad4682a08798aa36d65aa5b9ef4645f76618e8 61ffc37c1c4350d637a583beaec09da46b0b32de 628014d958e6aa0a8c201396d4b0ea470c049ade 628e443497ae867194ecdf7b15a3931e998ee312 64577b733abaf467b45ea2821993b73231a5c594 6468ba67aff1c22a2f6a9746768a80870b8ac3e7 64a4358173c2be6cee8c59397123677938ace46a 64cbee667b1bd8ee7db39e94241bbf1b2fe53d5c 6bc36eb133429c7bf39d1ec79b6644972e1a171f 6be66cf8a7d40ece70bfaa4cfcf54547904f3ee6 6d52ce0192cf183e2348cdcfa8ad5545101163b2 6f223dec3ec08647104a5c7becde7ce3aa4ad96d 71ec3dccde1d52b4b78f34921b30b1cbe386ab22 75471986ad4b7483b1df854e239a39d47d445a8d 77803b307f5bf38eb00b656d3fbe4c71d5b81c3f 79485ed8288dae1b18236b61935c215dd923c44b 7964664d6cfa251bda4c8e8e2eea2e577c213d85 7f540d37425d2234368353385a08f95cc282b997 80f26e56734b396f7f191032868813173c7b42e8 822278d29544ffd1f787f23d1ddb369c7c75beec 84c6e0764145fc7574595482e6605d0d39d87eaa 88e3f1657bda5527168380fb589e518b40937043 896c17ae104d3a81fd3f8d823ccce0a1106fc108 896ddbb0fc138f0481272d6f9eef4f3f0f32a97c 8b18412eab38283b4195c705c724408c710c09ad 8c6cb3ebb3a372ab34a81e8d1672333bcf0a068d 9633532596f97e78218c66a49ecfa3ff8e05de42 97f760a2d5cb15ab9f2ec19f583e424c3ea46375 99773bc8303686bb029e803af6ab72d51a64f209 99c9f20373afcd4ffbb969a1d84ca20681af764a 9b2d9172a65d563bc309a0fdca4d7dbe70eb0bad 9e8599e530098053ddbd3220909da62ccd334f64 9ea7f9fd3b7fce040b032fa49f4909f16e2c594b 9f2cf204f65ac48d0ad0c40dc5e3e0e86529970c a6d205b93f6f7a1021a8503a3ebd1fe89d300bc8 a9f45c33bc537c70d7472e0e09f4143f46da14ac ab15520f8ae8db1b3c632dca4730b1f07a5d2050 ad36c997fc57ead88f59457724f1d605d029d00f b5055b5ca3092638a6ce862b4d33ab084ba202cf b627aab6e2a73085d3207ddd19d792d1854b35a7 b63d94b515ee01b7659f3a9dee8e126294f6f701 b700de934f591caa842c68c531b7666eadc98cc1 ba1e5514d334591e41a7dcbfe05a1e0bed75e954 bef7d7bb2fdc74af2176da497a1f276829bdf8f1 bfcb49b7d89c837b0ba40b94925a7bb9f281dfd9 c080b58620d96d8c51f7a03e3c8eab9882ac7ea9 c1f0eeec6b20316bcdbad7b1b22f583866dc4c7a c3299d144716b20cc66aca8cab35952bb6bcafe5 c741eaa537b1267ac0a4b783b44a6941b8da8fb7 ca22e6603dcfd6045bd6f6d865f629ec51aba962 cb4e9fdc1bea5f36a73e7d91e8747ac470628164 cba53d9a344c4ee730710c2db708032254b244f9 cbb0944583e2acd50c4ca7c23c6fa9a1bcb9134c cd742be40f4d5745ccabb24bd796b84d5989b181 d01159decac1c3ed9c182371ccb2e8172a26d5e5 d0948404d44d1d25bc001ce61112eae3f28025f5 d2f35bae51c64a61e2e0d8599e7b32b7bf4d3cac d6ca3948f51f6a5f64e1ca0584b34d7f8fc283df d6ec999769b0576624059d1180c5a0d648136a95 da383ba291dfa971ba3c6283a8f57f5223d03032 dbe1af824085a040477c1c37297556395df5e619 e309ec71d96abea99851b2a6c1729c9efdacd113 e30d47aa91b5da8fa9134505f34dd0eee45c597d e3d862045f06bf3757ad0cb1daedb24f508a1c5e e6b43b07f982dfad3a3040a1ab2e18ac7e7641a8 e7cbb3de7d1534faadbd87169dbc98e8257d3be7 e8b170cbfb92317e16c9378e963fd7b1b87be282 e9e008b707ded2a10f408689549b6b7b83a8ce09 ebfb6dd1ad646742ecbb62d0b97cd5bc762ee87b ec482134b24940c6aa934f5fd8ea49576ac90cd6 eea9ef946e157e9de97d8bf77e44c51dd6afbb86 ef5f03f12832773257a8bd55cc0c7f3a12b045bb f1e4450bcc434d3e2fdf61e73b9cef85ef9e8656 f3b9017e146f17f2f38990035401455c35b952e0 f636ca2c9178665bd2ecd4f667ef5d2cb241af2a fa7ebe11df93282cf895780cf394226bbbbc3a44 fd3a3e636cf8da67973e959ff82391e66f20d35f fd917f4803a70c8a68c56ec350a49b0187ea3d49 fd9f1a25365c6f7d5a3d7dc832731e52b32fbc9f fdb3ffce0016a81531d7aaaab4a032a40b8fe59f fe34887213d6e96c7019db1c1951a80e6634e73a fe434dc98e3b808c27d30f676dd48e8fe84e4b49
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-9.6
Version: 9.6.24-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23658
Depends: locales | locales-all, postgresql-client-9.6, postgresql-common (>= 171~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libssl3t64 (>= 3.0.0), libsystemd0, libxml2 (>= 2.7.4)
Recommends: postgresql-contrib-9.6, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-9.6_9.6.24-9.pgdg+1_arm64.deb
Size: 4314820
SHA256: dd759b18d70e3a430a3924dc337f83ba17b0984c4ea2d3b8a65ae30b9c5f7829
SHA1: 85d7f7a977268fa5aa63fc5dd22cbbcaafd032c0
MD5sum: 916e0385c2a3aedd1be84bdddc61982a
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 9.6.
Postgresql-Catversion: 201608131
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-9.6-dbg
Source: postgresql-9.6
Version: 9.6.24-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15445
Depends: postgresql-9.6 (= 9.6.24-9.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.6/postgresql-9.6-dbg_9.6.24-9.pgdg+1_arm64.deb
Size: 13532032
SHA256: 465812dec32d25ce6a4ba966fd1c651fe7b2b941b8e53c77d1c67f53f128b471
SHA1: 09d1141a27e2e5f0a996840421228cb778e29284
MD5sum: d81ec978a1fe3d8200934acbe67cad38
Description: debug symbols for postgresql-9.6
 This package provides detached debugging symbols for PostgreSQL 9.6.
 .
 PostgreSQL is an object-relational SQL database management system.
Build-Ids: 00b85125539fdd975497b4d5c72f5a3b2dec0435 02c9ea4e24edd692707bffb89c85f0f5025d14b2 03cb8e09bc3ad07a478af7f2e4a60373cbd6e128 049ccc58cea863d51344fb6c55804be2dd397d7e 07930130f854a0e36f8492c3624cad12e2ee3636 08a3930cc930d2852c61c55ede8db9c732589fbf 0c8f47383ae6754ed9abc4d180fa8c8154217f7c 0cd92b12960ce40f760bb16f97af867cbba108b8 0d5cfdb0c398a73ef06f06ec1ad6dcb6eed3824f 0eb2f19be40c48664fe1de69b93e4683ea91108f 0fe06d2fd11cb6b204daceeb608a0839cb8f187c 11a9442b6e47a60566a52975b8f8866507a33be7 132903ec781e4d1dd1164e27bc1df2c6aa44df1d 19f0e381723d8d7be79013a155ffc143819e5fec 1a60f2ec8bcd6dcd65129f4e216198d2b705c114 1af7a18166bfe858116849bf2ae73b0930c0aaea 1bbf93df426b430d5d57de5fb1753a4f0d7e0ecd 1c5cbcffb35918e06eeeacb4ad7e0e80696da075 2341f665ec1f2a22ca5e5aa9d82e088f4eede752 249e3817165a440045192046fbd5c79a92405981 2506a491622b1cebc0a0f3e6dcd128a350551747 276f6e5a4a8592bbf4318c1e94202401b149377e 27c7398b2d6b7c0a3a6b5017701c1ed5e6303f42 29c1cfe87b1812e913e0f549a2b5a612c074d882 2bdda68675afe3f59ff9651d1ca952309e911e27 30040f4466190f8d5ceadf88f75c31252a2e773e 304230dd08109ba7bf29a3e0cb287a40a10a413b 307369b27c1f08563f625b664792790cd8c460b7 31116916a8d91226332ba642896732dea7395db2 315fcccd6d0b713c345d579c887a63124a7b4664 31aef3a5be065e74e0f4ad72b0e9e860d384a1f7 3ae9534d523f9d76927856687baae209aed9705a 3d3340a4ce1dda09e4e6add7ee139e4b12c371db 40551b5b3f5a2c22f9da29f7999b86fd0bcc5b38 464bf59adbbd150ef72916f7445b60f7d4c5405b 4935ee9c0f00e8334354a2d32e386e6e3f986d41 4a3c5a05253d6d4a3faed1561f00a12fcc906ce6 4ec173f562f22a96012a12032c64906118491d97 4ee115c925b60803a9527fd4f3af12be34746acb 4fe779580b9bf037742ecc161e1742041f8db93e 55f553a9fc99b2233b8ce3f7bc7e4e8071db7c90 563611d68c23daa9fdc1d451b93caac9d9416e81 57312a5aa5559235535ab5be987fba6000cf5d1e 58bd873482235ea99f0c47e7a6806eaccc58c5c6 5930a6b4b701815703de5debe02e2f7cc2176e9e 5a011ed2b58a298c89c47dc0b5e077d5b8d834b1 5a3e0f18cd09ddae66acee84b2a4c171a6b2389c 5a611dceb4c4aab2b401f92824acbe29393de24b 5b9f8de9bedfe5282727e4026c94ba16281ccde7 5dc723a52f159280d5c67ac725839c956ef6e9e5 5e057816385a5a6512012c07e134dbc26f9ad6ce 60249c1db0195f889cdb823de5cae2a930c32fe7 6387609a7c2d4bafc76a3f52c49a7d387becd0f0 65993984e21b8deafbca40223e2dbfd7b4b69024 669e496c0188b76e6a47db53f37f5bc8b90ecf3f 6b3d902579c7d05891651c1c29cd205cdb9ada94 6b60b9e503a3288749c295dfcca2617726376943 6be5077b12a02a68c254a8e14e75dd77e0beda2d 6defa101d45613689aab66ed955f96ad5f3d7db9 7419bb51507c71e872445c6f4d5c5523996f0033 778314ff9e923690a6bc2ef634c64900b1ca7580 78b238d9fafda9c6fcdfb9bd4f6fa9b5707f1152 7ab7e46cd157c8beebc9f150292aa0b6c903604d 7b74ae01cf05d9020343430a464513da2906bf57 7cb335f22e71cf17b110f8545b80d17dd002906f 7d41dddab8d3d4b6878d6efa4f1177dfd5f27d7b 7efb4a441c451f5012c9467ce6cf1fd9438a9b3e 826811d5eb8899b780a3b5ffe36afc375f86fc35 8351e2ac959f209c3516d8f0bc8e2d04a08580dd 839fada119efdb34e0ab02011c7d472cba509235 8451543f764f5c3f80655d56e5249cc377a11b2e 8b20be734058cde57d6a1da2b5b34b94a6e65859 8ba8726aad99759bb74e284fa038ff689fe9d01e 8de8afca82c08c1e9a999171b278b26a4c5badfe 8f4dcf7a4eb8c2152e39287fbcd6cd106079b00b 91be74ebae9885a6a030bed959e59d201e29a50f 9c375ac8a9750e980471521d55793337b1742bcc 9e41b677b903d4fb652904a1f66ee4ef3275cf6b 9e56f0abd9c1c1163a965d8af12d66537c801700 a21e27dc36668c56deec0182dbe254d18946431b a72e99d64b0852ae823f9f0de2be44e37dbec886 a748693366c0379f9e54476a0d240810747b2670 b0095821e94b2afdeb0ffa77cca9187fb023b091 b0f17b474611e9026091025a1584e7266c5d408f b0f3c7f0f9b91111cd87470124e7cd10c55f0e79 b260869f0fa9c2c29db71ff7eb1a8087831933d3 b5d8b1785ff28a9a8a249d663a457f1f098d114d b6a12ad1825d75ca21fa3ebd86f6573618d069fe b6cbac439d3fad719f889d3d5dd953cb83636c62 b6fc506ae3cce995d52f737b2d25ceb80b95d5fa bcd681706621ec7f025ef01184673c5238890b3e be06f315e4cd97e5ea8ce0e229b80bd7fa2cfb73 c280feb8c6f2bfd71b176168c964d36fac38bdc0 c2dedd83258617f75b4f96f7b0121a30a4dd50ac c43a0751bf4f24686829e6db43a4593ad97a4579 c75ed5d0d85cc2826366331f1116fd935eab9063 c910c36addf9f3ebcbb5a643f88f143038758f75 c9213a224aa8784fe46f93e45d52c3bc5a0b9700 cb42fce18a48ee0fbe263cf7166bdad91a0a0dab cbd7b9e6e7d312cf0b93fd919c906d17224b39eb d0549becedce4f4743913de9db55d62307fe75d2 d14db1a3d20b942cd5a24fef8bfbf85bab922500 d18fcec2516ab794a98acb706fbcf667c262f164 d44308d8664bbe74e22e65ea910bd95daa1045b9 d762c0b6b69a546ac774651654a6b43179472495 d8700aef52199d503bc80acc52fa447707d3ecb2 dd100217b7be191836d7f1985697b8dbc0feab0b ddf1060bd4466c8f2b0ac30bceaeec22ca4555d3 e2223aba0cb8a10dd4626415fb06cced57f565bf e27af69bab174f79aa8165924e51c37c24f61514 e43a1d640d66ef74484bc7ecc89362519c6d0af2 e518cf6da4adfb98a103d198a9c1e94f9211e53c e81697c5cd57cd2caf0ffbbe47361f636009fbe0 e975c53b87d07be752b1d7aeec570235951f313d ede678efaf5cf282937f8b533c309347f8fc485a f09b2783a6c632f58d8979892da94ba398d75fec f3d3edc4d85665803717bdfb7072798e0146c0d0 f7d749a15bf23146dd21d127b3256f93f587d26a fb991f37d187d53b0129a0e2f4987b0d18cecd14 fbd5fd491e708bb475d4afc1eee753e9a874c5e3 fce1ebbdafba704dc3d60f9f4cdd752724aaafb0 fed400cf373651e9701996676ca3a48417f4acc3 ffdca88bbcec9309c82abcf6d78926be135159ef
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-all
Source: postgresql-common
Version: 266.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: libecpg-dev, libpq-dev, postgresql-common (= 266.pgdg+1), postgresql-server-dev-all, postgresql-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12, postgresql-13, postgresql-plperl-13, postgresql-plpython3-13, postgresql-pltcl-13, postgresql-14, postgresql-plperl-14, postgresql-plpython3-14, postgresql-pltcl-14, postgresql-15, postgresql-plperl-15, postgresql-plpython3-15, postgresql-pltcl-15, postgresql-16, postgresql-plperl-16, postgresql-plpython3-16, postgresql-pltcl-16, postgresql-17, postgresql-plperl-17, postgresql-plpython3-17, postgresql-pltcl-17
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_266.pgdg+1_all.deb
Size: 12496
SHA256: 029437105fc64d469eef3e0b241166a2da497fcfef31d1980cb794db62a5f244
SHA1: 421f0ae02a66c5e6e18597ef58b90bae0b32291c
MD5sum: 5afd1423db312c88be8b87c9b98cb6cd
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-client
Source: postgresql-common (266.pgdg+1)
Version: 17+266.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-client-17
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_17+266.pgdg+1_all.deb
Size: 12364
SHA256: 68d615468545c9afeb169fd4242730340e3a1b8c1296fd85e577c70545e33b97
SHA1: f5966481529388950b604118dbbec36e562b49b6
MD5sum: 3f12cd8d48ebb73231e44138a0b9ce6e
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-client-10
Source: postgresql-10
Version: 10.23-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6999
Depends: libpq5 (>= 10.23), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-10, postgresql-doc-10
Conflicts: postgresql-server-dev-10 (<< 10.11-2~)
Replaces: postgresql-server-dev-10
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-client-10_10.23-6.pgdg+1_arm64.deb
Size: 1420220
SHA256: 98171d6a5e5af9fbf0a20daec40e1619ad5ff0a1e3247c01ae09beaab3e4c150
SHA1: 27ae7d44acc71b97bf2899819935b75c8718b101
MD5sum: 144c07d6f6bb26ce4de82dbff3e804f1
Description: front-end programs for PostgreSQL 10
 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 10. If you install
 PostgreSQL 10 on a standalone machine, you need the server package
 postgresql-10, 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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-client-10-dbgsym
Source: postgresql-10
Version: 10.23-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1998
Depends: postgresql-client-10 (= 10.23-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-client-10-dbgsym_10.23-6.pgdg+1_arm64.deb
Size: 1685224
SHA256: 01aefb74dc77f3a2d475c8f41acfb59ed510e953a92f4cf99c8e13bf9216d117
SHA1: 703cc3ca82489f64c98c00aa6fdf99a98c78b0e6
MD5sum: b78f9395fd088be4b4935ac6bc04f46f
Description: debug symbols for postgresql-client-10
Build-Ids: 1d02d59c151a5aae7183649bcaed90f60013a913 2825d8a764b821b45748aeb79ee8a252299a60bb 2b5b33727a992b27c5df35d7ff9e001add129300 43e55c35d9dbd6b64ed770265c1deafe41f9d665 46726187d82dbd179c72e26680ce5328302782ce 618c4927e65874f6fcd22729e6c2c7d624186aec 6809e891f085387e7f6f36f24aed13759394e0fe 6bd4d0f8eae2beecbef628fe371a5e24fbf263b4 7dfcd039618314047a9b438b07a2cf9fa1b1a4f4 7f0dcefdc743fbf131001f03c9b916e9ab389598 9e3925c9944869bdb157a94ce0db7381c3287610 a0e9e97da28b00434fa9f8bddc49d9e4232e8dff a4be3186b33cd639c697623955f4c3da78bd341c b000e9257e89f89b167c3620a448dc92273bb0a8 cd316c8d57980c48d6b1e5a7cd57efe4fa3ba599 d5d596dde18c68e8f56538886b65daec4c5357f3 ef60ee67b2633a454cd7ed792ae9ead2adb86dde
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-client-11
Source: postgresql-11
Version: 11.22-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7313
Depends: libpq5 (>= 11.22), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-11, postgresql-doc-11
Conflicts: postgresql-server-dev-11 (<< 11.6-2~)
Replaces: postgresql-server-dev-11
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-client-11_11.22-8.pgdg+1_arm64.deb
Size: 1472156
SHA256: e9997714c303d964f8d8be97d9d2964da7bbbfa0734e77b68d13a263e19ac9ba
SHA1: 7eead504acf70be5f96afbc594d9572e6ac8e6a6
MD5sum: a77aecd8c8bb4897ce26c6a3d6f1ab5b
Description: front-end programs for PostgreSQL 11
 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 11. If you install
 PostgreSQL 11 on a standalone machine, you need the server package
 postgresql-11, 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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-client-11-dbgsym
Source: postgresql-11
Version: 11.22-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2021
Depends: postgresql-client-11 (= 11.22-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-client-11-dbgsym_11.22-8.pgdg+1_arm64.deb
Size: 1705496
SHA256: 7b17e56b6654e54bd7795709a3c20eac7e8681d5c0b7e8e9247b8698fc027d93
SHA1: 2c157a2790a739a300eec525b88c05a365a4fb81
MD5sum: 40fb94f240b71be7826c9a1e880ec59d
Description: debug symbols for postgresql-client-11
Build-Ids: 26f2f3038b8cd3ab42a306ee868a4b97cc2f5236 2cddb5007b849155e68648f9c91bab2b61b54983 2e0929b1c3fe9e1679f05c59f21dbf9fecf22b2b 3228092959066f619504eaf2618d9d35dccc56c5 4ab9bb3688a11572a84d5bdf6f569b233c8a4b4c 4e5bcf5c6f823fc1368ba3a797c2c3cc1396f675 6692b93592b902742ea3d2d5f3b8002a587a56ab 6c2daf488fa01ad16e1df75bdf6a6c1503576455 8089d31f2182df12136bf825b060cfa39148e963 8eb3118b7794801dd0617519e10bad61dafe39c1 95d2f3a94c7d6733d2f5b9e8eef5399f3bbaf267 966f8762a7da8e2785b0b0f3cc892b7959a21089 aab02ad9463d30db8c066b66342a198f1e387c9b c5f290cc8579e65cce5d905ed7a4aba0e6114c42 c95b3b5303b0f9cddf682783eb0cc0c49b9ab39f dbca7ad92a08a4f94b29814ad5d548b0e8607232 eb00df71f20ccb7cd3edf24aa92107cf01995fd8
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-client-12
Source: postgresql-12
Version: 12.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6734
Depends: libpq5 (>= 12.21), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-12, postgresql-doc-12
Conflicts: postgresql-server-dev-12 (<< 12.1-2~)
Replaces: postgresql-server-dev-12 (<< 12.1-2~)
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-client-12_12.21-1.pgdg+1_arm64.deb
Size: 1414916
SHA256: 83699c6788f1d255a40f7d27ba16bc633fee0b17072274dc159a5b3e284bc511
SHA1: 5b6a81341917b29c3014b82b1ddc9260cd3a71d0
MD5sum: c73a4334d544e50ebbd39ecb87294d2f
Description: front-end programs for PostgreSQL 12
 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 12. If you install
 PostgreSQL 12 on a standalone machine, you need the server package
 postgresql-12, 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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-client-12-dbgsym
Source: postgresql-12
Version: 12.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2214
Depends: postgresql-client-12 (= 12.21-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-client-12-dbgsym_12.21-1.pgdg+1_arm64.deb
Size: 1862640
SHA256: 55c93f41a8e8e6d5d94de789610b88f113f1acb23091f0b135e150f60e3c9e32
SHA1: 41d4453c3fc1e2f6d9820f2ae073a34e39e4881a
MD5sum: 520ce3d1559a26485b2c05e2fed83b3f
Description: debug symbols for postgresql-client-12
Build-Ids: 02358e9e9e6b39113720d2725f2e4c8045bf5b0d 02ad8fe493e0f3e6f875cadcd6926be88cc60480 0ec028adeb14f3d1f02a286510165680ffd068bc 180b686f2206525ebc39525430ec1ab789d7044e 26035f05e9eb53a165f89268e984f04d4e8e36cf 28988363b4780a90d6f11838f68c5cef3cb57728 28d0aff4dcaaf786b3c975fc69066926103d69f4 37051e5b5e40770b9478c2658300c7821aea6caf 4726ffc6b9f5e91d243580ed7847b1ba8cd053ef 555e4af005c02dcd621550eb56e1871d1664baf8 64ce8711ecf4bb5fbeb1ae1635c3bd0480828f56 68c83aed7425f4b6609501309e7c97f7f016a024 89781fe6268fff30b13eb428176f52773808c28a a8332ec76296aaf909c4ba41d108354a8266ea35 b7c0ab18073650ee841c03b7dc67d0461742b65e ca1024ebd7fb1acb92e46bc826a1f8066ab98ec3 ec3c3de04e6b460c8f478ed5be59d14c4b22424c
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-client-13
Source: postgresql-13
Version: 13.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7117
Depends: libpq5 (>= 13.17), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-13, postgresql-doc-13
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-client-13_13.17-1.pgdg+1_arm64.deb
Size: 1491016
SHA256: ee38680e265254066d766a134024054a6b0de99e71d517e7549e9dfe5ca4e0e0
SHA1: c1923c22f845f7dcf37020f3e478df0e8267efbc
MD5sum: 571ec14cac7ee22b50241348a59bf3bd
Description: front-end programs for PostgreSQL 13
 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 13. If you install
 PostgreSQL 13 on a standalone machine, you need the server package
 postgresql-13, 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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-client-13-dbgsym
Source: postgresql-13
Version: 13.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2389
Depends: postgresql-client-13 (= 13.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-client-13-dbgsym_13.17-1.pgdg+1_arm64.deb
Size: 2010200
SHA256: ab354f2736c2119227fcd4a8c92c37eeb809ba40134b59cbf3adcd0aa4b90455
SHA1: db5116d2c7bdb8760db717befb30e49e63e415d9
MD5sum: c701bc069496c04d83ef1ed4a89e3877
Description: debug symbols for postgresql-client-13
Build-Ids: 1ac82284212dc1c1713dbb36c964aef800db56d1 2a5a2fc49e66e97534908519eb232446d8bb54e5 3847cc98e0fc00b3c67beb480e4e1481d6ebb010 4fbf92496f6e90b87a769ebee04f75efa1fafb2e 62584a932a78a273bec5022837c89c2987d298b5 77302570f1d796c593011e49ce0910e14d334a2e 7b7a85840c784fe1d8a9e2f60fd9c9f66ca95a22 7ed78c53856d4c20db97c2b8eb0169c628665cd3 8804685ac462ebdd4f9c6c414d20090890c07275 9922b8be13b91c90fb1c975dce9fb3ad580a4993 c968154fc9d5e5345b44e6712690fe24bc0a4c3a d14a4fb6cf15d2934f621293dbc6c8f961b73900 d8edf494d6d276be5e127f40f48e826e4f2397aa db52f92241d1282c4592b6c4a5321a95dee92aa6 df6be7dfc51fdf192a88ebd4756e21234872e4ad e2c522b81daf3a32278e63d4385b3bf30a8ec86d e42bfee8c10f22ba175f6e46ccbce3a20d87765d f6c1a732d41b0d2276bd49e1ad772b0bcd9f5318
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-client-14
Source: postgresql-14
Version: 14.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8213
Depends: libpq5 (>= 14.14), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-14, postgresql-doc-14
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-client-14_14.14-1.pgdg+1_arm64.deb
Size: 1607332
SHA256: e64878062a7ee61266c78eef30f28168757a3a38274527274db04d22ee1149dd
SHA1: 24767c7dafebb1a3d8ae08359faa5ec3179aead5
MD5sum: 7c5d8ecf67e573bb2ed6cd79d7898509
Description: front-end programs for PostgreSQL 14
 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 14. If you install
 PostgreSQL 14 on a standalone machine, you need the server package
 postgresql-14, 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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-client-14-dbgsym
Source: postgresql-14
Version: 14.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2784
Depends: postgresql-client-14 (= 14.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-client-14-dbgsym_14.14-1.pgdg+1_arm64.deb
Size: 2334628
SHA256: ca88df62b58093093a42e060e53eefd76d3a7afb9cf84c064c3c9e9acac0f8f0
SHA1: 2aeb76a40b23a042378fd7c115dc34bc4ef06642
MD5sum: c5849aa276d884bfe8b52de1f77d2a6d
Description: debug symbols for postgresql-client-14
Build-Ids: 05e263087c85e0c9948ba52db9e704ca7835e553 078aa6c18af5495ba70de6f9f89d1206fa6fa908 0a0b9edcfc7464702df999b13d26f9fe48222ff6 19543cb619faad8f35673dfb490974f990aa278f 1ff3dd0da143b1dec5aac355ca0db1c990e262aa 3e3c8895f80b3947495a2706dadcf41484172584 433cf0d3017f6068a18f387718ddbafa2ec3c36d 4643add03a4159717efd25643b1b825ef42bf0e1 4a476b5ff14b35d9e99e100fe4d68da4396e9380 4eade843982158000f274df1b7392c67681cf48f 68a66134cf03f91234f23321f6836a64ad1155bb 6bfa6f8450bee2191a10df708feae8e66a4d396e 716722122353fa01bc4efc90f570741389cf00f8 75c7b454bb77b0fbd937f24f7125a4c534b90203 7e9e6a3b85f1c6766f8eacab11d633763a1c44f0 9877ef3b9e1d9d192bacafaffc96ad348662271d b5953a59cafa52d19af472a114e4f9adc1d6d7eb ca54ba81a2787036c8f3b7e50043ec7377482152 eeb045a5b7fbb99e192ba396f109f281d8600130 f55f878a28b98c8438fbe4701d3910100aa7f4cb ffc8385153b8d793d8a39971f139e9e84effe25d
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-client-15
Source: postgresql-15
Version: 15.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8800
Depends: libpq5 (>= 15.9), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-15, postgresql-doc-15
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-client-15_15.9-1.pgdg+1_arm64.deb
Size: 1674780
SHA256: 121b99a66ca8f19c472e130ea53990cfa02b24f220651c99b80ba8744986ed41
SHA1: a05c1ba2453dfe1627d311af47000df26f494c08
MD5sum: f57d9947194a6b727b0373140077697a
Description: front-end programs for PostgreSQL 15
 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 15. If you install
 PostgreSQL 15 on a standalone machine, you need the server package
 postgresql-15, 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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-client-15-dbgsym
Source: postgresql-15
Version: 15.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2981
Depends: postgresql-client-15 (= 15.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-client-15-dbgsym_15.9-1.pgdg+1_arm64.deb
Size: 2515116
SHA256: aac37bdaad71cef0c1f246cd70201a3648b321fd4fd87ee6de3b903320b897df
SHA1: 233e28b31871cca40c47c0ccb3f75a94d6ff1bb6
MD5sum: 86416fad00bc50e10075ec48247e1351
Description: debug symbols for postgresql-client-15
Build-Ids: 0c9f9c7d793d54d7eb8413ae2f3508c33fedb0ad 0ceed5456a0fa12e698fa3f1497a437f2db4135a 18b72327638f0ba35f1d110033dc4766345d45f5 34ce472c3d086a0320ffdb3d61f7ef6d012e568b 3a412a98d31829d99c508275c19d2f533738fe46 4882c5f001d2a51f4494efc0daefade019c00ae2 4913980c4f8e99abf86b63b0bca687085a15975c 6199deda5398069a709bf3bab09fa20589e6cc45 6b03e02c8f802d2e6c6f8fbd896a5993754d4bc9 9ea7c993fb0f517bc95dd8713367cec02df84596 b19a290b85cedacab4eb0d76e265e5bacd48ab35 b587a27fdbf5f7756448bc0326531333e3c9684d bd41cbfbce285785e3988dfcf800c7975cc0c405 bfe4ea484f5caab1d265231b31b077a39ccd3f6d c5b0c14e80adcb2683e2aebae19e7eb0270bdd8a dd6e94a9ef30491c59b01ab20148ceffc7b9cf0f df1e70f843ac188c88bc8692633050b3f74e1bd5 e0fb89d4289dae8efdd27c54448c5036906d5e11 eca1ef9ea512c729475ab5e5c0d9e9e34a558d78 f537b798d561698f527e5dabc404f03ce3d3355e f6a36def19505463437b75d758309e2e7c6ba15e
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-client-16
Source: postgresql-16
Version: 16.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10209
Depends: libpq5 (>= 16.5), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-16, postgresql-doc-16
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-client-16_16.5-1.pgdg+1_arm64.deb
Size: 1878108
SHA256: 3dee77bf711e9fb7552779f1c7e7240236863e11dc5e9d069921180e7d8b49b5
SHA1: a5350a74db90ff98e3036c1e7e260062178b8754
MD5sum: 542ea285b297783392163d23d0af4f0a
Description: front-end programs for PostgreSQL 16
 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 16. If you install
 PostgreSQL 16 on a standalone machine, you need the server package
 postgresql-16, 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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-client-16-dbgsym
Source: postgresql-16
Version: 16.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3076
Depends: postgresql-client-16 (= 16.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-client-16-dbgsym_16.5-1.pgdg+1_arm64.deb
Size: 2602904
SHA256: 0f1608e2f5fbb1906327c36a75501481c8f6dbef320114808d0e8029e2572d94
SHA1: 14742bc593fe5c9314bd7751f3e194fb02679db3
MD5sum: 736cb671fd7ce327e764db760787228f
Description: debug symbols for postgresql-client-16
Build-Ids: 051f6c5112e74d128853319993b54b66df85d04d 09e2e7705f65a92861a4ed3f732fd10e4432f22f 21909aeff7744da3f2d3aaae07c1dc3756e10a94 2b3259daa736eba38d37360d046499e853c65dd0 2ec2956977f1f54b3a0218254ac09d516e2f568c 40aab8a7e357cd1a5216a3a3652684dead03bcee 5540d8bde11ad538b178e0bca31cce64314eead0 730b8395169a054b72fdef2aad40d54b9bca663c 847c1b0ef58f0d608906f49e27e3eb39cd669fe4 8510774bf367fc6f8b49d6942b0198a9f69b639d 8c92e0b3194a94544871125dfccfb2fde0059d0b ab202514348c6a89456c16415b9f2eb3761c7122 bf229a7440bc5b8489a0d2de0d9944d7e73ccb72 d1b8e7035f264392bd5b043a057b3f712575b5f3 d562ab569ec84eb08e5cab7774eed7e97b64833e d71f403e9279ad46f93176a70765f3aba2dcbd61 d86553bf2195308cc43b03c637e25f3bce1068ec e47a6f129c3f8d9d155dfdbf834eedb4b6585231 ea4d3bef4ea7a0973d968b03ba64f9cd3e4016c1 f0d32bde2c73ac013d17d02057e95c90aa6cc219 f66b72fbe55f7ca03059da86bd010d27cda18b35
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-client-17
Source: postgresql-17
Version: 17.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10882
Depends: libpq5 (>= 17.1), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-17, postgresql-doc-17
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-client-17_17.1-1.pgdg+1_arm64.deb
Size: 1973676
SHA256: 5ba15b01690c7bb78dd7c250915dfeee03c416f502ffad4d527e451174393764
SHA1: bb25e4e2b9256339e67804c806f011eaac15fd9e
MD5sum: 31dcf4505f1e1402a68a9834549688a2
Description: front-end programs for PostgreSQL 17
 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 17. If you install
 PostgreSQL 17 on a standalone machine, you need the server package
 postgresql-17, 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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-client-17-dbgsym
Source: postgresql-17
Version: 17.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3332
Depends: postgresql-client-17 (= 17.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-client-17-dbgsym_17.1-1.pgdg+1_arm64.deb
Size: 2829352
SHA256: ad24d2ffa2f4cc128b00733d1a5f0836f5c9bcb432e9d16caba3e4d1903a996a
SHA1: 657df2703f69b54126c8844ac36c7caec9891f5f
MD5sum: 8c6bf6a7470f428e551860a8625c68cf
Description: debug symbols for postgresql-client-17
Build-Ids: 1186b506bd6ef86c15d4875e269d04744c2eb92d 14a31e7165db781ee428cb67aeeacbd0beea576d 15973c2b2d4e59cab671705204537ad2b4159f06 1ef33e88b5c07715bbca2f3057a5e9d712149739 283847cdeae4f52ac9cd37f77896ed7136f6f054 28a870cfc91ffe10f9733e33e07befd98eb87c6c 2c2b09b9e161192cb2ad3a7adc5dd70d79fe4813 3ca330a212d986c7f9333fb41a6ca6684d114612 4387ee0f3f3592456cf69df8d1f187a139ee2fd8 4ff398d7e6089f21b74386c006c648d15d924ac7 67a93e9b23d3815597de6792e33709d6fa195b12 71683a92e8b58fc73022ae2fb2e36ff7d76f948f 7198ec2f04d63ef31582892e8b747bffb8858c20 71ba478ed1a7f1eb5c6f4b9a94cc09ede33ea90c 7bca1cd6d56d62aed7c51191c5b18768f9a180ed 91a6bfb251d0423a284dfd6fada45d34aa1736af a91a876b6be0d4f6acb0fcc6b45b5cba1165978c a977791c84120587e5e7e9ebc559908f508bd41a b0f19f2891f0147b2684b1e41b322c54fde687cd bf4e7f9d6cec87eec7db2bacc0df05b7c6291f54 e90d5c1189d59e7517e383249aaae8e6f3a490ef fac796d7daeb1ff62020455f5cdd2486f512bfff
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-client-9.1
Source: postgresql-9.1
Version: 9.1.24-17.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4506
Depends: libc6 (>= 2.38), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.0~), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 115~), sensible-utils
Suggests: postgresql-9.1, postgresql-doc-9.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.24-17.pgdg+1_arm64.deb
Size: 960996
SHA256: 9511e6ffb4953edcb89aeb61471f1f08b5a214c770eeb5811342af84657696ce
SHA1: 325a0cf1a628d18e4e82f871faa1d4de67e96c01
MD5sum: b71d499e825086e127136eda83ec8830
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-client-9.2
Source: postgresql-9.2
Version: 9.2.24-14.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4578
Depends: libc6 (>= 2.38), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.2.24), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 115~), sensible-utils
Suggests: postgresql-9.2, postgresql-doc-9.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.24-14.pgdg+1_arm64.deb
Size: 967536
SHA256: 583688a2f42504c35b7f2c03f960748c5165e7b8aae42b6f2b69a99aec02b237
SHA1: 5d490f808bd5cdd0bf684dc484ed820d44e1551d
MD5sum: c856fa64147570c7f3952aa595d7f434
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-client-9.3
Source: postgresql-9.3
Version: 9.3.25-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5127
Depends: libc6 (>= 2.38), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.3.25), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
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.25-13.pgdg+1_arm64.deb
Size: 1030400
SHA256: 802a1d3a514b68f5fa456cbeef467081163789f77f37cb9ab5d346823976c368
SHA1: 6ba80528c52d6e52306e6dbb94beda3f60795f87
MD5sum: 0ca90ed873d771e61d61df024e55e868
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-client-9.4
Source: postgresql-9.4
Version: 9.4.26-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5689
Depends: libc6 (>= 2.38), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.4.26), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
Suggests: postgresql-9.4, postgresql-doc-9.4
Conflicts: postgresql-server-dev-9.4 (<< 9.4.25-2~)
Replaces: postgresql-server-dev-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.26-12.pgdg+1_arm64.deb
Size: 1127252
SHA256: 455f412493d9fc71ce3d984ceed2314b35e3c14693ba178ba831fc8a74166d95
SHA1: ec847c599788cac43e691f490f462263b07b4677
MD5sum: e7f99a24dba0ff0c3266f47fd817938f
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-client-9.5
Source: postgresql-9.5
Version: 9.5.25-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6309
Depends: libc6 (>= 2.38), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.5.25), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
Suggests: postgresql-9.5, postgresql-doc-9.5
Conflicts: postgresql-server-dev-9.5 (<< 9.5.20-2~)
Replaces: postgresql-server-dev-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.25-10.pgdg+1_arm64.deb
Size: 1272692
SHA256: 4e81193a371c239b910d9bfe6923b2419a4730e283e774e431357824c15d1e57
SHA1: 9e189491392040d4622c0813b9bf8447c8dde823
MD5sum: 95559121d678a3cacf8cb306b26104b7
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-client-9.6
Source: postgresql-9.6
Version: 9.6.24-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6574
Depends: libpq5 (>= 9.6.24), postgresql-client-common (>= 142~), sensible-utils, libc6 (>= 2.38), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-9.6, postgresql-doc-9.6
Conflicts: postgresql-server-dev-9.6 (<< 9.6.16-2~)
Replaces: postgresql-server-dev-9.6
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-client-9.6_9.6.24-9.pgdg+1_arm64.deb
Size: 1332720
SHA256: 4f900969c0bda92746a683dc6b39c4e2afeb2da30032ef4076eb05cf1d6e8880
SHA1: d6d356c6c0c429e19ef6e333b95174e662fcedf0
MD5sum: 8717b559667df868abe8fda13fb82630
Description: front-end programs for PostgreSQL 9.6
 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.6. If you install
 PostgreSQL 9.6 on a standalone machine, you need the server package
 postgresql-9.6, 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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-client-common
Source: postgresql-common
Version: 266.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libipc-run-perl, netbase, perl:any
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_266.pgdg+1_all.deb
Size: 36508
SHA256: 078262605002af6c95f4c1c68d502f19aca0ad7f0eabdd7359527b5333e9e28d
SHA1: 27d819691c9a61ab7eff4e8d63cfbc9ea49e1123
MD5sum: 90f9bbc2b4d1a08d412416a04ee7ba80
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-common
Version: 266.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 653
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, libjson-perl, sysvinit-utils (>= 3.05-4~) | lsb-base, postgresql-client-common (= 266.pgdg+1), ssl-cert (>= 1.0.11), ucf, perl:any
Recommends: e2fsprogs, logrotate
Conflicts: pgdg-keyring
Breaks: postgresql-9.1 (<< 9.1.1-3~), postgresql-server-dev-all (<< 204)
Replaces: pgdg-keyring, postgresql-server-dev-all (<< 204)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_266.pgdg+1_all.deb
Size: 169340
SHA256: d405857fc3a428a4e99e7a330b5b15a9304e0ea3627f5763ab76d49d7a4b89fa
SHA1: eb44b480a524fcf419e18a1ed53330191c4b95d3
MD5sum: 399a41f1d97c50a4d6a48f373322a1bb
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-contrib
Source: postgresql-common (266.pgdg+1)
Version: 17+266.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-contrib-17
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-contrib_17+266.pgdg+1_all.deb
Size: 12360
SHA256: e9765d5d2398827505d2b3c5892345b904b241aacdcb4d1202a16dda536eba11
SHA1: 3b3c14f9aae957a1a1cd32e013a5ae2a969eff0d
MD5sum: 9cdd4853595e2f9ca99ef576ec155f8e
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-contrib-9.1
Source: postgresql-9.1
Version: 9.1.24-17.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3853
Depends: postgresql-9.1 (= 9.1.24-17.pgdg+1), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libossp-uuid16 (>= 1.6.3), libpq5 (>= 9.0~), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4), postgresql-common (>= 115~)
Suggests: libdbd-pg-perl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.1/postgresql-contrib-9.1_9.1.24-17.pgdg+1_arm64.deb
Size: 356068
SHA256: 32f34cc97e12de63df6bfca0b00d06bed1917fd79f251436aa21f0e6a85f88dc
SHA1: 017054f69771744be785afe64fd1fbafa5bc9eb2
MD5sum: 39cab441eca88c59e2e57c6071aeb5f1
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-contrib-9.2
Source: postgresql-9.2
Version: 9.2.24-14.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4155
Depends: postgresql-9.2 (= 9.2.24-14.pgdg+1), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libossp-uuid16 (>= 1.6.3), libpq5 (>= 9.2~beta3), libssl3t64 (>= 3.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.24-14.pgdg+1_arm64.deb
Size: 363948
SHA256: 788e0e00d3d0ea5ab76db18a2c2ae708e13af193c2216b7de0d0fdd9f4722dd1
SHA1: adef1f270c7f1ec4af36e21d0ff570dfd5bb12d0
MD5sum: 154e8989be2a9ab0bd3454e312fb69a9
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-contrib-9.3
Source: postgresql-9.3
Version: 9.3.25-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4173
Depends: postgresql-9.3 (= 9.3.25-13.pgdg+1), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libossp-uuid16 (>= 1.6.3), libpq5 (>= 9.2~beta3), libssl3t64 (>= 3.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.25-13.pgdg+1_arm64.deb
Size: 392232
SHA256: 45372ea80b9a4e84d7fa5c5d91198225400b82a14b14dab7af9f1f8523c887ae
SHA1: 7ebb603f0a3b6e936a76daf708978fa005ce5d8e
MD5sum: e81c85c8425f1c41a02ee25e107d92e9
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-contrib-9.4
Source: postgresql-9.4
Version: 9.4.26-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4459
Depends: postgresql-9.4 (= 9.4.26-12.pgdg+1), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl3t64 (>= 3.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.26-12.pgdg+1_arm64.deb
Size: 433376
SHA256: 7685bc27b7df56186d49a9ef183363cd02fa200936ca59d520be2022eb946a35
SHA1: 69b433df8c126b265c34999fb3a13d77aabf4d1d
MD5sum: 359c64216dc30246d9cdf59c700843d0
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-contrib-9.5
Source: postgresql-9.5
Version: 9.5.25-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4529
Depends: postgresql-9.5 (= 9.5.25-10.pgdg+1), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl3t64 (>= 3.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.25-10.pgdg+1_arm64.deb
Size: 444500
SHA256: 6f7ecc54cb8d08784e31572561c991f62a36348a8ee225ffd1448b7b065414dd
SHA1: e8da4fda275ad68350b80c6f82b08b6e869d0f44
MD5sum: d52bcbd1018517746e7daa8d2d14f894
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-contrib-9.6
Source: postgresql-9.6
Version: 9.6.24-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4785
Depends: postgresql-9.6 (= 9.6.24-9.pgdg+1), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl3t64 (>= 3.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.6/postgresql-contrib-9.6_9.6.24-9.pgdg+1_arm64.deb
Size: 489968
SHA256: 6ff8252802d2ad6fb8eb0527252f8fe30c2137724824cfd0f241caa031f41db7
SHA1: 3cd7343de4132e3049fd68d6b29c0b86246b1113
MD5sum: 9d730b4ae851a1ea521e6cc7e0195a20
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.6.  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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-doc
Source: postgresql-common (266.pgdg+1)
Version: 17+266.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-doc-17
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_17+266.pgdg+1_all.deb
Size: 12352
SHA256: 0c3357a1ac515c45604cfa934b5887867cbd76e5ab44240ee4d09426e61ce32f
SHA1: 4344abc70e0f191fd432e96a3c9fdc1cc5b61834
MD5sum: 279d4709f2971ac1c46a2832e61c5561
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-doc-10
Source: postgresql-10
Version: 10.23-6.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14158
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-10/postgresql-doc-10_10.23-6.pgdg+1_all.deb
Size: 1826844
SHA256: 83ad19c7b4ff39fc70a603ad8d9c35fc045d6a33e30f675bbbdc28f86372ba57
SHA1: ef52a10167338edc4429bee0f34554a2d3c3c0d9
MD5sum: f45a47efc57100f953f40c0b52d6eaa0
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 10. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-doc-11
Source: postgresql-11
Version: 11.22-8.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14658
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-11/postgresql-doc-11_11.22-8.pgdg+1_all.deb
Size: 1888012
SHA256: d3177606a504796fe883454208936532299831793ea03ad400a57c9b1407cd47
SHA1: dd6f142878e02a7ce96ee0657c5c2fef8066beaf
MD5sum: 1ee71d09b9bfea3a8e26dbcaa211086c
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 11. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-doc-12
Source: postgresql-12
Version: 12.21-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15183
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-12/postgresql-doc-12_12.21-1.pgdg+1_all.deb
Size: 1953836
SHA256: a47eceffbd278d05f0604ba8527db972fe5c37a9bfdfe611aee77bca4af73228
SHA1: 19503daa3ec20d3b282fb629f698e345f23ccc3b
MD5sum: 1e7d4c4180ea29109d9a172cfe733d3c
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 12. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-doc-13
Source: postgresql-13
Version: 13.17-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15909
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-13/postgresql-doc-13_13.17-1.pgdg+1_all.deb
Size: 1998456
SHA256: 31e9585976ab76de8957281a497da992874fac2a274bfa77d46eb9f09745621b
SHA1: a9cd399386cafa1e5d6e1ac2c8ee0b28694ed6d8
MD5sum: 3e21f83242cd1277c160b7f086ae5b58
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 13. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-doc-14
Source: postgresql-14
Version: 14.14-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16355
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-14/postgresql-doc-14_14.14-1.pgdg+1_all.deb
Size: 2047128
SHA256: 69b7ce11026698e553cbc98b1580638e1d5eabe0435f279b08ee3c4960d79bf9
SHA1: 3d178ba0e9a2a7fa53e2a8b888b72dc86c44fdfc
MD5sum: 4a39ee5c58c131df5ced8ba3b6483715
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 14. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-doc-15
Source: postgresql-15
Version: 15.9-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16186
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-15/postgresql-doc-15_15.9-1.pgdg+1_all.deb
Size: 2057908
SHA256: 45639a07b602e76e834583f42ea41e00b5ae8c2110a645183fb0c5ca2bd8bf38
SHA1: 2fe7be00301d34e776bdcf46c00b5413966cf1f6
MD5sum: 1d5ec9cfeeee9273f81317274413b092
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 15. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-doc-16
Source: postgresql-16
Version: 16.5-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16713
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-16/postgresql-doc-16_16.5-1.pgdg+1_all.deb
Size: 2107852
SHA256: 6e6420cab52726c4facd5783261ae4fa9adcbf59986badedbf4c17ba45696e9e
SHA1: b59313b220d8c0f26d5ab4e16ead1eaff1c70ddb
MD5sum: b616ed501dcb8d92073e5f298512648f
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 16. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-doc-17
Source: postgresql-17
Version: 17.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16856
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-17/postgresql-doc-17_17.1-1.pgdg+1_all.deb
Size: 2117376
SHA256: 8e6e29efe163f55d960b8a971248f85c3b7ef696f05ddc152dab4fdc4fba2fa1
SHA1: 520450ba9b511cea66ef919649e5b62748178a3d
MD5sum: abd284997dea3814889ee54f5e3aa9a6
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 17. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-doc-8.2
Source: postgresql-8.2
Version: 8.2.23-13.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8293
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-8.2/postgresql-doc-8.2_8.2.23-13.pgdg+1_all.deb
Size: 1225056
SHA256: 437d34db8d9f511ad384e0a8a09e761b17d2e9ab20314b1f8d8c79eecee1ac70
SHA1: c1fe43d9f3131263873392cd2f86e593ccb7c4b6
MD5sum: 53c0d7d9e829b12709a07a2f03ea83e1
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 8.2. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-doc-8.3
Source: postgresql-8.3
Version: 8.3.23-10.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9847
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-8.3/postgresql-doc-8.3_8.3.23-10.pgdg+1_all.deb
Size: 1459152
SHA256: aaa71053c080825c235759272d18b3b070ff8ed4b8c1272d9158d54d276f9ce8
SHA1: bb9d63571685ef1f4346de82b6b784784d3883ab
MD5sum: a1e71708d8c74e4f4967de80a374f772
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 8.3. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-doc-8.4
Source: postgresql-8.4
Version: 8.4.22-11.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10553
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-8.4/postgresql-doc-8.4_8.4.22-11.pgdg+1_all.deb
Size: 1313600
SHA256: 5ede9a5d97844c17ebfce7b349d3ef488ccee0358295edca8efc09d55f190d29
SHA1: 8e4624175134edbd2eda2b33bb7ddd670e68a742
MD5sum: d6a58d91f9b23a29ee153df4e579ce0c
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 8.4. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-doc-9.0
Source: postgresql-9.0
Version: 9.0.23-11.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11460
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.0/postgresql-doc-9.0_9.0.23-11.pgdg+1_all.deb
Size: 1478072
SHA256: f9d11ff5d5ab3048373477b5ca030119ef08808dbfb4194667a036057a602bcb
SHA1: 71e42cd95155a989b3c9714457bb7df613daa0ee
MD5sum: 2dcb2d0324e401919c6d7148a6fbc472
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 9.0. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-doc-9.1
Source: postgresql-9.1
Version: 9.1.24-17.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12599
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.1/postgresql-doc-9.1_9.1.24-17.pgdg+1_all.deb
Size: 1602312
SHA256: 956cdc952babd0d587ecae8cee4ba284bc3b607c3420f99d7f0279953b2a73f0
SHA1: 2783b4a763a81b82c5e33174ddbeb91767e45fc8
MD5sum: a2584f9b02c7e78063799a058cc05c98
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-doc-9.2
Source: postgresql-9.2
Version: 9.2.24-14.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13409
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.2/postgresql-doc-9.2_9.2.24-14.pgdg+1_all.deb
Size: 1690748
SHA256: 8f3f08ff342984754131b782d919f5c81ef6f29ad3453aaf73dd3b6bacb4d7a8
SHA1: 3bfd54265391998a8c0c27f6ae7c3afd9e41a9a4
MD5sum: 76fb449d91449844b9221064236443c5
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-doc-9.3
Source: postgresql-9.3
Version: 9.3.25-13.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14219
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.3/postgresql-doc-9.3_9.3.25-13.pgdg+1_all.deb
Size: 1770716
SHA256: 9ddef1c88933d31cbd42afcc89a169868a942fbf27afcfe6cee381cfab11996d
SHA1: aec949470576b68aa7874a64f95ba11c5fc6b132
MD5sum: e3a19ce457ab829809e905ff524dea00
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-doc-9.4
Source: postgresql-9.4
Version: 9.4.26-12.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11502
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.26-12.pgdg+1_all.deb
Size: 1561504
SHA256: b0c1c6d61d363315ea25cfab5761368cd8f1723df6c56a1a15db2823f5d2c85b
SHA1: 1dd26904b7d50b5648055831299038561be10a7d
MD5sum: 76e802d0941ab2bf2c0404ee89548621
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-doc-9.5
Source: postgresql-9.5
Version: 9.5.25-10.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12015
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.25-10.pgdg+1_all.deb
Size: 1631096
SHA256: eaed9cb3ac6ba5c00b2174752e568d10c3e4ad36d6ae714a8518552255226f50
SHA1: 4d3b561f64d3996a9c58b40e1e2231dcc5dca973
MD5sum: 760bfd5f39f89f55da3823cb82d72e11
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-doc-9.6
Source: postgresql-9.6
Version: 9.6.24-9.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12468
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.6/postgresql-doc-9.6_9.6.24-9.pgdg+1_all.deb
Size: 1697892
SHA256: 46cb3a71fb5ca1e5ff8bc87f8c70f360c30fa6b296402b2dac9712abbeb65bab
SHA1: 38b5c45da86fbdcd22a5d7a20ecfc2cc84c3f079
MD5sum: c088804e5f1008908079302a02e1c3b3
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 9.6. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-pgrouting
Source: pgrouting
Version: 3.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 48
Depends: postgresql-pgrouting-scripts, postgresql-17-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: metapackages
Filename: pool/main/p/pgrouting/postgresql-pgrouting_3.6.3-1.pgdg+1_arm64.deb
Size: 22140
SHA256: ce918f4405d8ad852632eafc22e1fddfce21d82f31e25dc0b0e86004739641e1
SHA1: bab71d4037c808fbbb089293b83a76c6e197fd80
MD5sum: f62d4ca03a09ee4d92152d43ba1d5fab
Description: Routing functionality support for PostgreSQL/PostGIS - Metapackage
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This metapackage depends on the PgRouting package for PostgreSQL 17.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-pgrouting-scripts
Source: pgrouting
Version: 3.6.3-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 48
Depends: postgresql-17-pgrouting-scripts
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: metapackages
Filename: pool/main/p/pgrouting/postgresql-pgrouting-scripts_3.6.3-1.pgdg+1_all.deb
Size: 22156
SHA256: 7791f5b81cf2a8e8dba9aa342e9237a99222b0213e5599985024880ffe248a04
SHA1: 57eb9e84f8283b747a9209923455f8c70dd2d025
MD5sum: b0aca57a37baf889c18f729091f5263c
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts metapackage
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This metapackage depends on the PgRouting scripts package for
 PostgreSQL 17.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plperl-10
Source: postgresql-10
Version: 10.23-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 357
Depends: perl, postgresql-10 (= 10.23-6.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plperl-10_10.23-6.pgdg+1_arm64.deb
Size: 58236
SHA256: ffbca571a23dea1cc9da4185fe2d462d530aad76f5ef48262bb1a088f255b81c
SHA1: 924d5ad9fa28508950443086f8a4b7173a57ed73
MD5sum: 558a8a4c9382276d0f948c431abe0035
Description: PL/Perl procedural language for PostgreSQL 10
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Perl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plperl-10-dbgsym
Source: postgresql-10
Version: 10.23-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-plperl-10 (= 10.23-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plperl-10-dbgsym_10.23-6.pgdg+1_arm64.deb
Size: 164184
SHA256: 9a173442fb201633afc53d9a2bdbd218286eb3d54d0cc28bfae7d6cf443f0d68
SHA1: bf1a8c84226a8c7a557193a53df78fddd54ac849
MD5sum: 9e455ea1bef137c9e1a2dd7fe99df49c
Description: debug symbols for postgresql-plperl-10
Build-Ids: 01bac30a7fa8128cebcc56cc492c4bf11b965285 d9bc0fa1971ed7efabd94cdf8d257919b62fcd45
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plperl-11
Source: postgresql-11
Version: 11.22-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 439
Depends: perl, postgresql-11 (= 11.22-8.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plperl-11_11.22-8.pgdg+1_arm64.deb
Size: 65716
SHA256: 42db86009d46d1d0d79e4d707367452254055bd1dd5cf5ca4263ade6de1d65bf
SHA1: 5dea02a310e378be1d154ce4716d918116509723
MD5sum: abda7f73df2abc6c9fc62cc86a9e83e0
Description: PL/Perl procedural language for PostgreSQL 11
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Perl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plperl-11-dbgsym
Source: postgresql-11
Version: 11.22-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: postgresql-plperl-11 (= 11.22-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plperl-11-dbgsym_11.22-8.pgdg+1_arm64.deb
Size: 180304
SHA256: 53da23b76593e013ad857c5369bef514835dc86f35f4477907bb8a8927ae74f4
SHA1: d8f748371a9adc951b2791c510dc94f1013c1522
MD5sum: 006866aac848eefc1062cd560c944829
Description: debug symbols for postgresql-plperl-11
Build-Ids: 05545995e6dd20fc09f0f925984ddcb28469cea3 7e6dd2df93eddf26ef0de2f19ec653a8311d522d c67e0e7f6ad2c4a9bcbe8f40ad439b59b64561b8
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plperl-12
Source: postgresql-12
Version: 12.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 477
Depends: perl, postgresql-12 (= 12.21-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plperl-12_12.21-1.pgdg+1_arm64.deb
Size: 82432
SHA256: a00595340162e2695581155ebe5ac96e310cdc4e40c7b85fdf5b4d2ad8ac1f04
SHA1: ef30cf7e47e47ce45a11eed9052887a1a83ee43d
MD5sum: 791b1dba9a532bf8b3cd7519097c02b6
Description: PL/Perl procedural language for PostgreSQL 12
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Perl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plperl-12-dbgsym
Source: postgresql-12
Version: 12.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 221
Depends: postgresql-plperl-12 (= 12.21-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plperl-12-dbgsym_12.21-1.pgdg+1_arm64.deb
Size: 182612
SHA256: a012e7258aa38ac17d54ff93a1c8452b222274ee9095458044a85536621f36e5
SHA1: 23a02810e9983cd9019ec9d8806c2ee9f1429aa4
MD5sum: 005ed2dd50390d8f4396c3144b70b4ad
Description: debug symbols for postgresql-plperl-12
Build-Ids: 45e877615b1255efe79c783d4182c81f730c0f29 57605cb81479dcc12420f3a362ac296a5b1da0ea 5cf410499e0d8061865780b0b0ed8af89e67be83
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plperl-13
Source: postgresql-13
Version: 13.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 555
Depends: perl, postgresql-13 (= 13.17-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plperl-13_13.17-1.pgdg+1_arm64.deb
Size: 85440
SHA256: 3fff688200bd75dd34a84151187202a4f2b9beccbe4b8411d5f7be568e59f3ff
SHA1: 4b4c03991d52820c89878a3b7eef6b2b4c51d41e
MD5sum: 439179ef354c5775addf9362d446bd6e
Description: PL/Perl procedural language for PostgreSQL 13
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Perl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plperl-13-dbgsym
Source: postgresql-13
Version: 13.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 234
Depends: postgresql-plperl-13 (= 13.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plperl-13-dbgsym_13.17-1.pgdg+1_arm64.deb
Size: 188428
SHA256: 1f2e26c3c4174aa886f4de22b0a3e516a5fa3a0d4943ce173f92387ef43c1253
SHA1: d88d72457b89caa6f2a3d6c56b85c0ab606296b7
MD5sum: f00be8b3c44ea3a23d5e7514043a0433
Description: debug symbols for postgresql-plperl-13
Build-Ids: 279a6ed22cc66d4444a0782782b50adbfe0b9b5b 2cfff2b5601e81749dd983cb842b0410574149d4 3cc6825f2d305be87ec40ff8196132e99144994a ef4f84b9fb949d94d02a0c54e8a8144777038051
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plperl-14
Source: postgresql-14
Version: 14.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 564
Depends: perl, postgresql-14 (= 14.14-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plperl-14_14.14-1.pgdg+1_arm64.deb
Size: 83912
SHA256: 79824d2454bae8838079da4d26966cb8b672c9a63ee6b2eefcf8f2841ede4523
SHA1: 7bbf3017d08519e438b33b656d8350b9b6cd6706
MD5sum: fa2b37a12ab0227547fa272b003ed2c5
Description: PL/Perl procedural language for PostgreSQL 14
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Perl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plperl-14-dbgsym
Source: postgresql-14
Version: 14.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 235
Depends: postgresql-plperl-14 (= 14.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plperl-14-dbgsym_14.14-1.pgdg+1_arm64.deb
Size: 189296
SHA256: 98e7b51f6ace67fba97edfbbabe367fa2c02ffba5da65ce6ecdf4b65bd3066b0
SHA1: e7ce51f9bbd5338315d4a4e108dcb5dd2de07b8c
MD5sum: 8f13d3fb325ec659aaf8c563405a5d82
Description: debug symbols for postgresql-plperl-14
Build-Ids: 6333adf2cd6fb27c52025babf672471477420ba1 73cba7be3083538adc1de1caf1ad86c95263b410 867bb1c86ad74a57398bd6b3463b44655f507e35 95bd17a76c1739896661eea031aa5bda06751d62
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plperl-15
Source: postgresql-15
Version: 15.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 565
Depends: perl, postgresql-15 (= 15.9-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plperl-15_15.9-1.pgdg+1_arm64.deb
Size: 82652
SHA256: 63b24bb67f8ac2499e7f94a6d3bf79e9a63c0e74272873fcfe3d9356d3ca9f1a
SHA1: f61df3781843451db95445d8835403a741ae9548
MD5sum: 2df61024c016d233f5896d4bf390e7f4
Description: PL/Perl procedural language for PostgreSQL 15
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Perl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plperl-15-dbgsym
Source: postgresql-15
Version: 15.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 240
Depends: postgresql-plperl-15 (= 15.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plperl-15-dbgsym_15.9-1.pgdg+1_arm64.deb
Size: 193352
SHA256: f9583d552a57db7406e0b36dee6579594a914c7ff617d1a627c4df803d5c1ced
SHA1: aaee98f5ed01e581ba02f2a21524ee2474ed119b
MD5sum: 86d9fe6a812b3946f957d9d9b5f81a97
Description: debug symbols for postgresql-plperl-15
Build-Ids: 7664c22fae6963363f79642bfd39eb1974ce6911 79fcc138961245a322f19f5bf4c5ee57cee32a22 7b4a346fa02efa4d8e4c0f33c00279bf8fa3a31f f9bb6abee5f9079983fde310292769166dea2c32
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plperl-16
Source: postgresql-16
Version: 16.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 578
Depends: perl, postgresql-16 (= 16.5-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plperl-16_16.5-1.pgdg+1_arm64.deb
Size: 82648
SHA256: 67d44cc4c7b24657f24b2d6d12b6d0bb5a0d8f28cbfcd31f7b41a03b635d603a
SHA1: 378d3c4f21788ddb59338e6220915c495737b8a6
MD5sum: a2f6219f0d016b17bc5b5cfd0feff62d
Description: PL/Perl procedural language for PostgreSQL 16
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Perl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plperl-16-dbgsym
Source: postgresql-16
Version: 16.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 243
Depends: postgresql-plperl-16 (= 16.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plperl-16-dbgsym_16.5-1.pgdg+1_arm64.deb
Size: 196984
SHA256: f445d7bb1efb6f6051063dc3352cd4337cfb38f988058ee7564cbba508223f20
SHA1: 3a82ca356a2f4edbd20ff92315a49f556b45c6cb
MD5sum: 4c5792b31f91e10835757df16c740c86
Description: debug symbols for postgresql-plperl-16
Build-Ids: 1487b4ad2956f862aed4649e2a20d60fd7b38d6e 6f2065aa962e1cfc7f8615c1e6fa36756cd4abfe a439797318f996ec39db9980a014ae6356a4982b ff5322905a823f726e94a6979b11faf083b48b01
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plperl-17
Source: postgresql-17
Version: 17.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 575
Depends: perl, postgresql-17 (= 17.1-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-plperl-17_17.1-1.pgdg+1_arm64.deb
Size: 79840
SHA256: 7a6345cd5e50a66536cb07d7b1e1bf10bd7ce0e058e92f12afda6ae242bf75b0
SHA1: da6b57f44a1935a46dd2152b9693242355822166
MD5sum: bbec93f8befb643a295d0591fd6970c6
Description: PL/Perl procedural language for PostgreSQL 17
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Perl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plperl-17-dbgsym
Source: postgresql-17
Version: 17.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 246
Depends: postgresql-plperl-17 (= 17.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-plperl-17-dbgsym_17.1-1.pgdg+1_arm64.deb
Size: 200172
SHA256: 5486fda714ff2af90ec96800cc6e02a89294af8288949f9ed21dfe13fd9ab2ae
SHA1: e8f487f9cf217612cbe2176ca22a9e2bba7779fa
MD5sum: c5cac3e42eaad963f47025ac99329ff1
Description: debug symbols for postgresql-plperl-17
Build-Ids: 113289e98b5af8b8ce66cd0cd382dbfa51c89998 6e714b8c969e216059dc24d0c6cf7611b3aabbfb 74ed11613f92b90d9d121d60f999de32005d9618 a443e2e340be1069b569bf20907ab1e7013c2feb
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plperl-9.1
Source: postgresql-9.1
Version: 9.1.24-17.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: libc6 (>= 2.34), libperl5.40 (>= 5.40.0), postgresql-9.1 (= 9.1.24-17.pgdg+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.24-17.pgdg+1_arm64.deb
Size: 46368
SHA256: c7793d82ef8e8cc0bce91570cd660414831acfe40b27df6dbb8b5f3cec857eed
SHA1: 39c80d4520dc49b0e4080c328154aea063b15af2
MD5sum: 4077a599c830c4157ed63b2135249d5c
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plperl-9.2
Source: postgresql-9.2
Version: 9.2.24-14.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libc6 (>= 2.34), libperl5.40 (>= 5.40.0), postgresql-9.2 (= 9.2.24-14.pgdg+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.24-14.pgdg+1_arm64.deb
Size: 45448
SHA256: 947533bcf6d2b6bf07026a0472d53f3881a08d553fe8671e2f3035a13e303d59
SHA1: eae841c5e594b1fecdba54501a288bc14d0dda16
MD5sum: cd3ca0899c1eaa88bce99bedf2aab518
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plperl-9.3
Source: postgresql-9.3
Version: 9.3.25-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libc6 (>= 2.34), libperl5.40 (>= 5.40.0), postgresql-9.3 (= 9.3.25-13.pgdg+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.25-13.pgdg+1_arm64.deb
Size: 44936
SHA256: dedcc7c65123d4734fdb7d0903969b5d1a8b9d7b2bad18d826d80ac6045e09fb
SHA1: 912eec0ba46ac2a036a8798b449cf897e523c5d4
MD5sum: 93345a048d4fd91366be7a3daf6ac055
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plperl-9.4
Source: postgresql-9.4
Version: 9.4.26-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: libc6 (>= 2.34), libperl5.40 (>= 5.40.0), postgresql-9.4 (= 9.4.26-12.pgdg+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.26-12.pgdg+1_arm64.deb
Size: 48092
SHA256: e9415c28805e14d81799b4baa3db317a39778a885e86cd383f986c5536c1f59d
SHA1: 00852ded863e03a67db8722054d8b35616f2688f
MD5sum: a73e9a6c8582c5c10309f83442feb49b
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plperl-9.5
Source: postgresql-9.5
Version: 9.5.25-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 360
Depends: libc6 (>= 2.34), libperl5.40 (>= 5.40.0), postgresql-9.5 (= 9.5.25-10.pgdg+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.25-10.pgdg+1_arm64.deb
Size: 55300
SHA256: 469e5ee1671702e7a302c68727a11faa6b6fb485e71cf6ab50ca2d325b53a622
SHA1: 31ced1eaa5d56e8ea25b068b5b73a2eabd706d73
MD5sum: 3c5b9e3f138e4d064a0ca1f48a15b755
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plperl-9.6
Source: postgresql-9.6
Version: 9.6.24-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 363
Depends: perl, postgresql-9.6 (= 9.6.24-9.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plperl-9.6_9.6.24-9.pgdg+1_arm64.deb
Size: 57200
SHA256: 5c9c9e86c12ca8394efd4f37a98254b1b8d9d1261e6dc0b994d567f58c20acf8
SHA1: 2bb97feb1cfa88234f8c48dbc1aa3833cea416ba
MD5sum: 198fdfe7fe2e4bc4249d2465426a5e60
Description: PL/Perl procedural language for PostgreSQL 9.6
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Perl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plpython3-10
Source: postgresql-10
Version: 10.23-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 314
Depends: postgresql-10 (= 10.23-6.pgdg+1), libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10_10.23-6.pgdg+1_arm64.deb
Size: 54304
SHA256: 940a8eec53978bf9d678d2287c5fea59b2ebe471df49412107a09341d5c95b50
SHA1: 58e97643bc38a1480c1f38f71160dcaf03813cb5
MD5sum: accd3f508d5bb3a7de609e6fee1b5ea2
Description: PL/Python 3 procedural language for PostgreSQL 10
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Python 3.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plpython3-10-dbgsym
Source: postgresql-10
Version: 10.23-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-plpython3-10 (= 10.23-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10-dbgsym_10.23-6.pgdg+1_arm64.deb
Size: 155016
SHA256: b56acf3f15638dabe57b2f365292c89e6b9ebb94422d01532db748e7a8734398
SHA1: 33171f2af788c1a21e8707806d2a72ad8de61434
MD5sum: 86b9645a6ebd2b579a96040337bba07c
Description: debug symbols for postgresql-plpython3-10
Build-Ids: 2c3896fd5648fda9419e2c8b6f8ef6c6af5a5f97 541205f773584e198dfe973e54baa40b3f560766 8692861590376ed7c7335de51ed0b74e6de32f1f
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plpython3-11
Source: postgresql-11
Version: 11.22-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 387
Depends: postgresql-11 (= 11.22-8.pgdg+1), libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11_11.22-8.pgdg+1_arm64.deb
Size: 58936
SHA256: a573d87ea91fe3f0b40dc5be5cad9122a5811be0a75aefc9d3114f13d45d67ae
SHA1: a0fd4ff206d4616c8d3e3c52eacf40a85113533e
MD5sum: 43fc3772a03dd963b771d2b9425cabc5
Description: PL/Python 3 procedural language for PostgreSQL 11
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Python 3.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plpython3-11-dbgsym
Source: postgresql-11
Version: 11.22-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 228
Depends: postgresql-plpython3-11 (= 11.22-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11-dbgsym_11.22-8.pgdg+1_arm64.deb
Size: 175548
SHA256: e3b1ad9ba18231befecd901bf1a0b256ed4c1b55459c714a8d07a465dcb588ff
SHA1: af6db6fe2c3632a71c9cc40dca5fbcdc64977c21
MD5sum: 5e99251489d835d993189049577dc3db
Description: debug symbols for postgresql-plpython3-11
Build-Ids: 67553e58b62610fda03b82ceba8ed1952277389e 7a66068a73265d1008b3c6c3749b3c1f77934c23 82d73f03d3d37f19ca4f2e4f797d5c422014ff1a fd73672fdf33ddca23a261080519f4e8ebff2424
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plpython3-12
Source: postgresql-12
Version: 12.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 642
Depends: postgresql-12 (= 12.21-1.pgdg+1), libc6 (>= 2.17), libpython3.12t64 (>= 3.12.7)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12_12.21-1.pgdg+1_arm64.deb
Size: 109008
SHA256: 9395c97a9b0c5341cfa4c4a56f4f2a12efbe0d90270fa617ee6456b38cb6e8d7
SHA1: 7c3c63fe185bf2b277d1303a9453e2487df9f672
MD5sum: 14765b33fd613337744803bf230030fd
Description: PL/Python 3 procedural language for PostgreSQL 12
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Python 3.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plpython3-12-dbgsym
Source: postgresql-12
Version: 12.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 231
Depends: postgresql-plpython3-12 (= 12.21-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12-dbgsym_12.21-1.pgdg+1_arm64.deb
Size: 178348
SHA256: 611950812290371d0880cba1154be57e911c31d9d87b6ab568ea795cf07b1320
SHA1: 69e516af26189e4f2c9be93b5419b24ec99f9160
MD5sum: 9d784c7a7082dce9d3b04a6a6bd7945f
Description: debug symbols for postgresql-plpython3-12
Build-Ids: 05bb857140497aa13a85c983ffec700dd21a4b08 472c1d15f71643cad5ad03ec235a426e9e9306bb b9facf612e71d7a80e6183206fdb4d54135a60b0 d7f0df6087c915c62ee049f2e6c89f2d63be4cb9
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plpython3-13
Source: postgresql-13
Version: 13.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 641
Depends: postgresql-13 (= 13.17-1.pgdg+1), libc6 (>= 2.17), libpython3.12t64 (>= 3.12.7)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13_13.17-1.pgdg+1_arm64.deb
Size: 108068
SHA256: 2b37930cff0a73609ad0836872f01634c21a3a44b2cd8a8afaffea11397357f9
SHA1: c720fb41262bd90e7003d16eb289bce5d38d67f4
MD5sum: d0e9a47ce4ee57d907824de3ba86b236
Description: PL/Python 3 procedural language for PostgreSQL 13
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Python 3.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plpython3-13-dbgsym
Source: postgresql-13
Version: 13.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 232
Depends: postgresql-plpython3-13 (= 13.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13-dbgsym_13.17-1.pgdg+1_arm64.deb
Size: 178432
SHA256: 6865b0312a941f648d71af7fd3b1ccd6810720d22f3e47bf04e97edd9c8bbdcd
SHA1: b5d705ddfebca99807b48f385f9630549e3dd4d4
MD5sum: bac2b6313a1dc9cf638f589b952a1fa8
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 09fc8cf861357ae24c26e28a6ebde55ace299d92 399a5c80651e9894029da6b28da41b4a7696b47a 4ab4ab7ae1339e1a8e8038439bf437210ccc3412 ae0543cfa6f800feff234d9c6a116fc5dd8f8c67
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plpython3-14
Source: postgresql-14
Version: 14.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 722
Depends: postgresql-14 (= 14.14-1.pgdg+1), libc6 (>= 2.17), libpython3.12t64 (>= 3.12.7)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14_14.14-1.pgdg+1_arm64.deb
Size: 108452
SHA256: 09d6aafcd2f6d80ddfb89dbb01d5abde87afc37cde3b0272204b97eb436a3fb3
SHA1: 7960b54c563aa15ca0796797c858558470252daa
MD5sum: 36b4387038285e82b5f0507bba951362
Description: PL/Python 3 procedural language for PostgreSQL 14
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Python 3.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plpython3-14-dbgsym
Source: postgresql-14
Version: 14.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 233
Depends: postgresql-plpython3-14 (= 14.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14-dbgsym_14.14-1.pgdg+1_arm64.deb
Size: 179956
SHA256: 5774882b809d5380b0eca6470fb0523f6a8693fc96515b381a7a3ca6b50ee23e
SHA1: 951f0449e0df3c4290bfc99cbc553c9f6fd113b6
MD5sum: d4b427138c2ac4896afa36d42d9ed73a
Description: debug symbols for postgresql-plpython3-14
Build-Ids: 63e4a97423f963b313a501e5b155b21d8b464461 8fa50f1dc745b7465c1050afff31a120ce7849da acea634e0c342ffab7c978d5bc8fd9853f81ac89 d2183bf909ce17b8aa73cb7da7d2d9988191b140
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plpython3-15
Source: postgresql-15
Version: 15.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 737
Depends: postgresql-15 (= 15.9-1.pgdg+1), libc6 (>= 2.17), libpython3.12t64 (>= 3.12.7)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15_15.9-1.pgdg+1_arm64.deb
Size: 108512
SHA256: 5240dbc69f31b547dbe487eb9ed0dcb408de636729a064fb88dd847bfbef3365
SHA1: d6f62abc5e07469f572c8608663d436f641f284b
MD5sum: 0c6c4f8c1f6d8eb105ed4bfadbbfc305
Description: PL/Python 3 procedural language for PostgreSQL 15
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Python 3.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plpython3-15-dbgsym
Source: postgresql-15
Version: 15.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 231
Depends: postgresql-plpython3-15 (= 15.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15-dbgsym_15.9-1.pgdg+1_arm64.deb
Size: 180364
SHA256: 88f64cde5975e325d076d29018e90f32d6e3a4b45be4abd34c92e8e6c8d1d133
SHA1: 9d6957b1a3ba0c9d4f6214aa6027abd08381b50d
MD5sum: 9f69403c5ef3635833ddad8ae5fd54b1
Description: debug symbols for postgresql-plpython3-15
Build-Ids: 669e877ea028bfe245a2fe99935620853e71c816 686324d004a7029008b1792192552704d2fc19b3 6bb9a6c73629f1da2575cd3d2428d803a5ff5afa 6db41c1f295a167b1c4bb8c82dc423f42903e701
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plpython3-16
Source: postgresql-16
Version: 16.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 683
Depends: postgresql-16 (= 16.5-1.pgdg+1), libc6 (>= 2.17), libpython3.12t64 (>= 3.12.7)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16_16.5-1.pgdg+1_arm64.deb
Size: 108072
SHA256: a99acf585e101d67abbb2a87a87073e5682b745a423e8115c633c3748dab7114
SHA1: 6a6f410e881e1dbf50991646e6c8fef0b84e597e
MD5sum: f7e5a79b8470354a71f0382e2485bbf3
Description: PL/Python 3 procedural language for PostgreSQL 16
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Python 3.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plpython3-16-dbgsym
Source: postgresql-16
Version: 16.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 238
Depends: postgresql-plpython3-16 (= 16.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16-dbgsym_16.5-1.pgdg+1_arm64.deb
Size: 186228
SHA256: 820046af47b86bccb5efd4e35d5699a4aba5d5da2fff08cc436e872d08fa0245
SHA1: 73e94c2fb082b4212c3251175f8884db7c925d08
MD5sum: 9d67a7b2616284058574848366850ba4
Description: debug symbols for postgresql-plpython3-16
Build-Ids: 31b992a0ee5ac667e78c8d8924fd2d133fb4e11c 3af0facfb85a45446eeae61fcf7907db146f51ee 4bdeb3a157f7e81ea4350348b868f7b2d442d192 e08aaf6df4a6bbf08af35fe30d40d3504239b1a7
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plpython3-17
Source: postgresql-17
Version: 17.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 680
Depends: postgresql-17 (= 17.1-1.pgdg+1), libc6 (>= 2.17), libpython3.12t64 (>= 3.12.7)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-plpython3-17_17.1-1.pgdg+1_arm64.deb
Size: 104852
SHA256: 29c185f6cdc34d61d4574b4a492bbb9dc8da8c3c095bd16bcd7398e9110cab30
SHA1: 536245d04b31361584516ae5ce222f5a57f7641f
MD5sum: 47afdae0c8205d2e093d8d5e59840497
Description: PL/Python 3 procedural language for PostgreSQL 17
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Python 3.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plpython3-17-dbgsym
Source: postgresql-17
Version: 17.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 241
Depends: postgresql-plpython3-17 (= 17.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-plpython3-17-dbgsym_17.1-1.pgdg+1_arm64.deb
Size: 189240
SHA256: ced8807df5d2103ea4d286b0392ed86716fe4d480209c38cc0c34610517b122c
SHA1: 202a6eae3629795469de7cced67d24fbabdf7eba
MD5sum: 5df4c49c047d9ae5cd473f701cd85c78
Description: debug symbols for postgresql-plpython3-17
Build-Ids: 3437a1a04b3fa9991b0e786d5470b06ba37aedcb 62a09f60c89f2368664fa4f6748e9b7678428c03 e8722418fb5cd8d60f14b23a86bd11b710416e25 ecde7ff9189f66109fa201a4e9aad59a31987ac0
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plpython3-9.1
Source: postgresql-9.1
Version: 9.1.24-17.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1), postgresql-9.1 (= 9.1.24-17.pgdg+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.24-17.pgdg+1_arm64.deb
Size: 37380
SHA256: 55de6b42b24036ff4e04ae71333a956093679fb3e4c36c7d0dbe17c313cae083
SHA1: 060bac4cc53576053f535e03f7a0990bab534a30
MD5sum: 08061f6ff501ab4f8cb9ad5efacae864
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plpython3-9.2
Source: postgresql-9.2
Version: 9.2.24-14.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 163
Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1), postgresql-9.2 (= 9.2.24-14.pgdg+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.24-14.pgdg+1_arm64.deb
Size: 40436
SHA256: 295cfe75f474873dd2d04c758428021ad6febb93c589bc94f64758519ad44423
SHA1: cd0a9fdb5519580d6841d6f2a85ab0be0c2a638f
MD5sum: 61cf51bd3548bbc4b975c083cccb5915
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plpython3-9.3
Source: postgresql-9.3
Version: 9.3.25-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 163
Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1), postgresql-9.3 (= 9.3.25-13.pgdg+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.25-13.pgdg+1_arm64.deb
Size: 40436
SHA256: 702cdd8f7184539940af8ffcfb1abdc14c5820b8bdf72be28c8e0d35bf8beaa3
SHA1: 5f20d48153ad30f1e20d6367b2dd7ebbb784e5d8
MD5sum: 63f867e269ca0217eed622e46714ea17
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plpython3-9.4
Source: postgresql-9.4
Version: 9.4.26-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1), postgresql-9.4 (= 9.4.26-12.pgdg+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.26-12.pgdg+1_arm64.deb
Size: 42716
SHA256: 6d3b3641cd7ee18c0023804dfd0895fba7494ae448171b48a7c32a1ade80cf63
SHA1: 5d71923019a7d5eca993c32ae773d3687fb56622
MD5sum: e01198652251c46769ed68af4c130ce4
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plpython3-9.5
Source: postgresql-9.5
Version: 9.5.25-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 312
Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1), postgresql-9.5 (= 9.5.25-10.pgdg+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.25-10.pgdg+1_arm64.deb
Size: 48244
SHA256: 245da3b8f9366637176f33067e6cc7c4817b8a9127430056ee265a2fa626e8f1
SHA1: cc5918a5b03338c25a8a55126c929208e09b4971
MD5sum: c606da3b26e40caac020daac8601375e
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-plpython3-9.6
Source: postgresql-9.6
Version: 9.6.24-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 313
Depends: postgresql-9.6 (= 9.6.24-9.pgdg+1), libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plpython3-9.6_9.6.24-9.pgdg+1_arm64.deb
Size: 51600
SHA256: ed6ea7205e33a628b961055ebf9469d8dfca1cb092c15da374a2d21847e3ba74
SHA1: 67a717e3c1667b1c88dce5bc19f0010d1a14d473
MD5sum: 2005827eee36fe758ee738efe412a7f7
Description: PL/Python 3 procedural language for PostgreSQL 9.6
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Python 3.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-pltcl-10
Source: postgresql-10
Version: 10.23-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: postgresql-10 (= 10.23-6.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10_10.23-6.pgdg+1_arm64.deb
Size: 37240
SHA256: 6f1a11ee4e1f3b26459dcac3625cd828d6b184bce7f57fd4972b59c550f81ee4
SHA1: be996a68201cc2aced5ece1c1bad1823bad38161
MD5sum: 4a89e2647891422ae833c3c4a6ee9381
Description: PL/Tcl procedural language for PostgreSQL 10
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Tcl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-pltcl-10-dbgsym
Source: postgresql-10
Version: 10.23-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-pltcl-10 (= 10.23-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10-dbgsym_10.23-6.pgdg+1_arm64.deb
Size: 66464
SHA256: b107cad671f22040b4990c941d4cc3fc313aa9b5b156f3e5f9040922b5cca411
SHA1: 2f8d3182f9b5e85daa1c0825d36ce453fc3689e4
MD5sum: c8647ec81123631ac755954484fae6dd
Description: debug symbols for postgresql-pltcl-10
Build-Ids: 29bb423d86b0bf1850459f75af54dc5f3736e135
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-pltcl-11
Source: postgresql-11
Version: 11.22-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-11 (= 11.22-8.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11_11.22-8.pgdg+1_arm64.deb
Size: 41292
SHA256: 4ec0e795134933ca5c705db11e58f8ea4f3ebf8bdbdf72f76f69859ff4ce8fb6
SHA1: 10e3566bfcb063110c6f4e796daa125bef15ed2e
MD5sum: 70f17b876c54c1f8768132ac38c449df
Description: PL/Tcl procedural language for PostgreSQL 11
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Tcl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-pltcl-11-dbgsym
Source: postgresql-11
Version: 11.22-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-pltcl-11 (= 11.22-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11-dbgsym_11.22-8.pgdg+1_arm64.deb
Size: 69948
SHA256: 27cb9b9e000946a3c3cccf6f47eaf6bf68d0eb59513da56f1defa10a15233629
SHA1: 34ce8113eaee5a733a2f5f3616e9f143660aba41
MD5sum: 8ec56a234382c8355f24d540d61559d6
Description: debug symbols for postgresql-pltcl-11
Build-Ids: ece39f9338d5f3ac44941ef7bdb80ee04ecb9db6
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-pltcl-12
Source: postgresql-12
Version: 12.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-12 (= 12.21-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12_12.21-1.pgdg+1_arm64.deb
Size: 43824
SHA256: fe68a39637901e311c0e4aff7208e948b05b953d012dd96a85e2a272a2b996c8
SHA1: c262968aaede865a573da165edc8750acca5aa0a
MD5sum: 16ee9082c4ecb81fda6ef38f6db8afde
Description: PL/Tcl procedural language for PostgreSQL 12
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Tcl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-pltcl-12-dbgsym
Source: postgresql-12
Version: 12.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-pltcl-12 (= 12.21-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12-dbgsym_12.21-1.pgdg+1_arm64.deb
Size: 71168
SHA256: e2e42b3f655201a03c410fd5cb7ef4004977f6a428b351eb14bfceec54ea4728
SHA1: 0aba0a8c016a8dfed5480d16481d64e799adb18f
MD5sum: 74b79d169a704f3bbbdb185e789973c3
Description: debug symbols for postgresql-pltcl-12
Build-Ids: 95baeed55ea729ccc32dc62721bc4bf26652459d
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-pltcl-13
Source: postgresql-13
Version: 13.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-13 (= 13.17-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13_13.17-1.pgdg+1_arm64.deb
Size: 44816
SHA256: f3588a35e3898c8acdd9b86801a46aa94fd0bc9d3b03663ef094321b2c999dbd
SHA1: 6c95da4332ffb8a5c294b99a10a6810b8b7c340a
MD5sum: 76e00681b21fd1fe431f3c7e0abad7c0
Description: PL/Tcl procedural language for PostgreSQL 13
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Tcl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-pltcl-13-dbgsym
Source: postgresql-13
Version: 13.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-pltcl-13 (= 13.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13-dbgsym_13.17-1.pgdg+1_arm64.deb
Size: 74480
SHA256: 1705d9c3d2d1cd70ab9d519283392d33cb217aaba9dbcae263b1ca0944728834
SHA1: ad080d28f1fdcf9c488e8a18c5c639289297f478
MD5sum: 17178d90377d294afdec87db2fe35277
Description: debug symbols for postgresql-pltcl-13
Build-Ids: 05d985b4bb976435c148e7a563555a580ccf2931
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-pltcl-14
Source: postgresql-14
Version: 14.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 191
Depends: postgresql-14 (= 14.14-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14_14.14-1.pgdg+1_arm64.deb
Size: 42144
SHA256: 70cbfad1c6e52002e5ec21eb3a7c2c8bab1763cc2838bc2bf0e9dfbabf0e8e96
SHA1: 0a0cff6d9a10dd644893cb6985b3aa5190f59f03
MD5sum: d58cc2b3b036c9c3471f831245d4f5ee
Description: PL/Tcl procedural language for PostgreSQL 14
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Tcl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-pltcl-14-dbgsym
Source: postgresql-14
Version: 14.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-pltcl-14 (= 14.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14-dbgsym_14.14-1.pgdg+1_arm64.deb
Size: 75080
SHA256: dbbecc182439d81a4512afbb3ef4508c30380088f4116195218a8ba09a663158
SHA1: 0afd5b6e1e6f21daf2ebc46cf491a424d1ec5b8d
MD5sum: 7e59306993207b103a59cb02694419aa
Description: debug symbols for postgresql-pltcl-14
Build-Ids: 4ddcaa317d6d6ab01502aaab098dce66fe2864fb
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-pltcl-15
Source: postgresql-15
Version: 15.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-15 (= 15.9-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15_15.9-1.pgdg+1_arm64.deb
Size: 41812
SHA256: f803a4a87f63e97414bde8b5f70a2d424e8567e4013d70bb029ad44b63e892c6
SHA1: 0c4fcd9a532dcaa37a2b5124037648627650863b
MD5sum: d54d7f453eb9a10548b0b875e3976c5c
Description: PL/Tcl procedural language for PostgreSQL 15
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Tcl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-pltcl-15-dbgsym
Source: postgresql-15
Version: 15.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-pltcl-15 (= 15.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15-dbgsym_15.9-1.pgdg+1_arm64.deb
Size: 79016
SHA256: b4dcbe46b360e81c16d4c99c5d088c56d09629deda1ddd1d07578b137a59e206
SHA1: 3cd350e77de51f73547f8c078d12a06e1bf4a0e0
MD5sum: 92aefa527f6ae271d8e09c1e2ec3938f
Description: debug symbols for postgresql-pltcl-15
Build-Ids: d43f1c3cc00728b5d8c10e40ec8694b2424a12b1
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-pltcl-16
Source: postgresql-16
Version: 16.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 206
Depends: postgresql-16 (= 16.5-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16_16.5-1.pgdg+1_arm64.deb
Size: 41308
SHA256: f21bc70d75ea99456acf18b98639825b2d5268f1576cce55987c0c529c5eeb44
SHA1: 587f2fdd3b2b0511a16312c2f8fb87977f95dcd4
MD5sum: dec5101b38775c2eb06af3bab84c1d10
Description: PL/Tcl procedural language for PostgreSQL 16
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Tcl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-pltcl-16-dbgsym
Source: postgresql-16
Version: 16.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: postgresql-pltcl-16 (= 16.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16-dbgsym_16.5-1.pgdg+1_arm64.deb
Size: 81752
SHA256: b7aa229f18d7eaa23c1e1dda724cc18f950c84b381e426074ecbc95c42c7e1da
SHA1: 0d0994a0b17215a2eb0fdf5b5c036fb4900481fe
MD5sum: fc8c0bb2ba21df14f501b270f086922e
Description: debug symbols for postgresql-pltcl-16
Build-Ids: 94c27b69a0c9a903da2d3f61d024a705529ccd8d
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-pltcl-17
Source: postgresql-17
Version: 17.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 203
Depends: postgresql-17 (= 17.1-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-pltcl-17_17.1-1.pgdg+1_arm64.deb
Size: 38436
SHA256: 5fffb69707f4da313db7d62f7362cf618e6ffef6c9bf73bc65003713054eda75
SHA1: e7947c8cd9fa64c6b6b31dc11fb29f3a1d36844b
MD5sum: d70bc673525f951c49de70571d4105c3
Description: PL/Tcl procedural language for PostgreSQL 17
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Tcl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-pltcl-17-dbgsym
Source: postgresql-17
Version: 17.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: postgresql-pltcl-17 (= 17.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-pltcl-17-dbgsym_17.1-1.pgdg+1_arm64.deb
Size: 85164
SHA256: 3f9bd80380680518544caf743e1fe9e0f142670e7c572e1b29a0e506945971f8
SHA1: 10c91735d623a08a6de913565f7d6d5eb673b107
MD5sum: c00de2b9ae97961e7fb2106c90e9fdee
Description: debug symbols for postgresql-pltcl-17
Build-Ids: df4b4fb7540a6f1407177301a52ea1f276688b71
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-pltcl-9.1
Source: postgresql-9.1
Version: 9.1.24-17.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 171
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.1 (= 9.1.24-17.pgdg+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.24-17.pgdg+1_arm64.deb
Size: 26668
SHA256: 403060d7d0cc6c13d84d43f591c8fd2dca0419f4910e25920c8fb3b618c63310
SHA1: 280c7d65f5aca98596b7dc2131151702c1cd963d
MD5sum: 1ac43bcd37d484c6a5dae37ab9a3756b
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-pltcl-9.2
Source: postgresql-9.2
Version: 9.2.24-14.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.2 (= 9.2.24-14.pgdg+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.24-14.pgdg+1_arm64.deb
Size: 26480
SHA256: 1a72c8acc652d510f4019cc25df6d30c00f1b503cdeffee0573132f21a8e4649
SHA1: c5001b8d4d0459edf9952b6f2c2384dda91c6ff0
MD5sum: db2d680055b01a028726cc8162f663fa
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-pltcl-9.3
Source: postgresql-9.3
Version: 9.3.25-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 170
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.3 (= 9.3.25-13.pgdg+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.25-13.pgdg+1_arm64.deb
Size: 26232
SHA256: d2fc4c74c7d226fe6262ae20170acaee68b4dd0a36b5b76d3dd4833d30f4293a
SHA1: 21e674b1d7de56ba3bc3bc15446a5ccb6f892650
MD5sum: 8fa88abd25221d6ade7faa3527ca3551
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-pltcl-9.4
Source: postgresql-9.4
Version: 9.4.26-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.4 (= 9.4.26-12.pgdg+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.26-12.pgdg+1_arm64.deb
Size: 28224
SHA256: 69c4ebd9aabdc60cb0164ff0b4f7fb131f41412b2951a6c85a229d1b6a032332
SHA1: 0218be97bc0bebebeec40c4f022669b75593ddbf
MD5sum: 53942a47a8f1f3a56d8a0046f89c5f38
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-pltcl-9.5
Source: postgresql-9.5
Version: 9.5.25-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.5 (= 9.5.25-10.pgdg+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.25-10.pgdg+1_arm64.deb
Size: 32836
SHA256: 854f43a0bb2ca0751eefa0a34429c99c857bfe3ca6ba327fa45c1d5d5e4d4923
SHA1: 9710136c941a447b34cb247389be8598b0a70f65
MD5sum: 7da3d591255de5219b02f15f8eb7de05
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-pltcl-9.6
Source: postgresql-9.6
Version: 9.6.24-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-9.6 (= 9.6.24-9.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-pltcl-9.6_9.6.24-9.pgdg+1_arm64.deb
Size: 38124
SHA256: d158f41fd4a1b7def9c5054a7beaf5af841f52b6ff9f9f2cc44ee3cd36f7917f
SHA1: f598159ec05d87bae8453605b393463eb3bcb911
MD5sum: fcb608ec90bf6adfe215b5a34abc8560
Description: PL/Tcl procedural language for PostgreSQL 9.6
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Tcl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-server-dev-10
Source: postgresql-10
Version: 10.23-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5522
Depends: libpq-dev (>= 10~~), postgresql-client-10 (= 10.23-6.pgdg+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Replaces: libpq-dev
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-10/postgresql-server-dev-10_10.23-6.pgdg+1_arm64.deb
Size: 943628
SHA256: e8f755a22583961ab8b844ee58cdceac76c3f4559b2b5926c46e5823ffbbab93
SHA1: 7e98b7bd6ab2a81f3b624b3645ebcdd9abe92e84
MD5sum: ec3e1dd26e743d158906b51ffab41d6f
Description: development files for PostgreSQL 10 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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-server-dev-11
Source: postgresql-11
Version: 11.22-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5073
Depends: libpq-dev (>= 11~~), postgresql-client-11 (= 11.22-8.pgdg+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-11/postgresql-server-dev-11_11.22-8.pgdg+1_arm64.deb
Size: 930504
SHA256: 3f66cba5aa5a245353835c4fb8d425edab781ce0fc3133c1e13d6e4c92fe3f17
SHA1: a8cea467b037cebeb78c996f58404636e5af3041
MD5sum: ea65ff0ecdf19df9e756426d86e799b3
Description: development files for PostgreSQL 11 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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-server-dev-12
Source: postgresql-12
Version: 12.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5682
Depends: clang-19, libpq-dev (>= 12~~), llvm-19-dev, postgresql-client-12 (>= 12.1-2~), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-12/postgresql-server-dev-12_12.21-1.pgdg+1_arm64.deb
Size: 1004756
SHA256: 13fd43fb023d5f2079c3c0f828361ae8ae77780b56de4407d6548ecda472490e
SHA1: 198ff98ab0e3f7a9946fbfa07edc06590618556c
MD5sum: 97aa23e20d122e32bd4163841356e841
Description: development files for PostgreSQL 12 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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-server-dev-13
Source: postgresql-13
Version: 13.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6198
Depends: clang-19, libpq-dev (>= 13~~), llvm-19-dev, postgresql-client-13, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/postgresql-server-dev-13_13.17-1.pgdg+1_arm64.deb
Size: 1051436
SHA256: 5129cf8df6840f05c3f2a94c355b5ae11c96bc66be5b2d95312c28a559e12425
SHA1: dfac204b9d7a00f31e080cd229fae346c8060fd5
MD5sum: ae354d02b83aa6f5b97f629c92540214
Description: development files for PostgreSQL 13 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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-server-dev-14
Source: postgresql-14
Version: 14.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6713
Depends: clang-19, libpq-dev (>= 14~~), llvm-19-dev, postgresql-client-14, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14_14.14-1.pgdg+1_arm64.deb
Size: 1125260
SHA256: d47911ce83ca199ecfedd30d0ad2bd949ee54fecc88a89ec34f64e97335e7dbc
SHA1: 12de5259ab188810681130fdd4108bd13ad2147d
MD5sum: e242ea85a55cfd3f85fad84174228937
Description: development files for PostgreSQL 14 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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-server-dev-15
Source: postgresql-15
Version: 15.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6872
Depends: clang-19, libpq-dev (>= 15~~), llvm-19-dev, postgresql-client-15, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/postgresql-server-dev-15_15.9-1.pgdg+1_arm64.deb
Size: 1149876
SHA256: f75a7cd44f34dc7ccf4de268b850c748af33dd4ee6d97a983eac1110119d47a3
SHA1: 5b8eeecb8855a717b80fc5e88dc6e14628465ddc
MD5sum: ba03c6767e28b9f85db67fd11e20bc14
Description: development files for PostgreSQL 15 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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-server-dev-16
Source: postgresql-16
Version: 16.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7068
Depends: clang-19, libpq-dev (>= 16~~), llvm-19-dev, postgresql-client-16, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-16/postgresql-server-dev-16_16.5-1.pgdg+1_arm64.deb
Size: 1178068
SHA256: 79fe11785c916031f1eab674d32836e4a90ccbf19a96d5aa6d4bb6f34422f16b
SHA1: 6fedf517f1da350de5ee745f359628a38b26222c
MD5sum: 192f397edd6d41157d832c9d434a6478
Description: development files for PostgreSQL 16 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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-server-dev-17
Source: postgresql-17
Version: 17.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8352
Depends: clang-19, libpq-dev (>= 17~~), llvm-19-dev, postgresql-client-17, postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-17/postgresql-server-dev-17_17.1-1.pgdg+1_arm64.deb
Size: 1318308
SHA256: 7952e93b35b0f9399bdbc319e8776f0c5e83e7927d20e0261ec9655750c39cc0
SHA1: cb2170fd85701ba0b3c369307d9d90b1739f3342
MD5sum: f8a55b4f211bb6d72c9ae0998f785610
Description: development files for PostgreSQL 17 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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-server-dev-17-dbgsym
Source: postgresql-17
Version: 17.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-server-dev-17 (= 17.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-server-dev-17-dbgsym_17.1-1.pgdg+1_arm64.deb
Size: 56856
SHA256: 696003fe5c51920b33e09211406f7824c063114f932b21ed7a6aa64ae666952d
SHA1: 8c7a4606b21bbc5d4000065128a8d48195b9b0a8
MD5sum: c00639adad5d36c9c1cd01e08d4861af
Description: debug symbols for postgresql-server-dev-17
Build-Ids: 6535a8ba256dc7c52caa2ab9b8cc3f67fb35d60a
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-server-dev-9.1
Source: postgresql-9.1
Version: 9.1.24-17.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3106
Depends: libc6 (>= 2.38), 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.24-17.pgdg+1_arm64.deb
Size: 537204
SHA256: 9da9affb14bad39f6d8cb3bcbf97cc95371544e786e54fa6e0ab74cd1ecf2f50
SHA1: a81d848e0062ec87d65c6f58d859cc7c1285264a
MD5sum: 51909188c62ea771801a17636c7d3dc4
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-server-dev-9.2
Source: postgresql-9.2
Version: 9.2.24-14.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3323
Depends: libc6 (>= 2.38), 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.24-14.pgdg+1_arm64.deb
Size: 576592
SHA256: d989fb02e88bc90db188ee91dc3f2e46970b1aff86700be4c7be0a35a629398c
SHA1: 92357e9dcbe8a28fa61b4be54806ec429a46a0ca
MD5sum: 12fe19c526403228ed4a09e1245f08a7
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-server-dev-9.3
Source: postgresql-9.3
Version: 9.3.25-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3561
Depends: libc6 (>= 2.38), 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.25-13.pgdg+1_arm64.deb
Size: 619972
SHA256: 705526f4ff9b1a6792a9e2ca095d5e76199143bf9dbdc40e9bd0fabb68ac6ea8
SHA1: e7166c97e229fde1dfbdebba0b8ad273a02ff63a
MD5sum: f54ff8b4b04a2ef6fdaae5a37bd08ba1
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-server-dev-9.4
Source: postgresql-9.4
Version: 9.4.26-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3560
Depends: libpq-dev (>= 9.4~), postgresql-client-9.4 (= 9.4.26-12.pgdg+1), 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.26-12.pgdg+1_arm64.deb
Size: 617056
SHA256: 3b91b0e9a1c66fdc1d988f6ca7b10ee87961665f1a20ea393d1c4b499411afcb
SHA1: ffb7c686a6218bae976125bd2d64576544a224fd
MD5sum: 887abc6868be7cd8d6f5f5199931b6fc
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-server-dev-9.5
Source: postgresql-9.5
Version: 9.5.25-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4079
Depends: libpq-dev (>= 9.5~~), postgresql-client-9.5 (= 9.5.25-10.pgdg+1), 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.25-10.pgdg+1_arm64.deb
Size: 713084
SHA256: 29695d8d8c65ca894fb5ec29c3a45832b5e9720d03bcf26ccf98e0a79f235330
SHA1: 703a24b6db0942119d12f88346173a1795674edc
MD5sum: 24002fa2b0ee6bb8a4b96eb05131eba3
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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-server-dev-9.6
Source: postgresql-9.6
Version: 9.6.24-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4422
Depends: libpq-dev (>= 9.6~~), postgresql-client-9.6 (= 9.6.24-9.pgdg+1), postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-9.6/postgresql-server-dev-9.6_9.6.24-9.pgdg+1_arm64.deb
Size: 781904
SHA256: 3b9f260f6455e624fbec6103d2b7b7cb466d8ece6ba505435fc1d5ed0b9f56bd
SHA1: 53e9f5fb57f8aa31bcdb8bee188dc512f8bb0642
MD5sum: 2861ca8c19e9eb8df6a34faa64ffebc2
Description: development files for PostgreSQL 9.6 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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 266.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: make:any, postgresql-common (= 266.pgdg+1), postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12, postgresql-server-dev-13, postgresql-server-dev-14, postgresql-server-dev-15, postgresql-server-dev-16, postgresql-server-dev-17
Multi-Arch: same
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_266.pgdg+1_arm64.deb
Size: 20768
SHA256: 2cb96dad1a62c043d6affde0ffba9cf48a31bf5b6d3e6f2cc739700c1228b5da
SHA1: 2782943a579b6dceeaf863140044cf9e5b890034
MD5sum: 5a9cd4e434675a6bce101d654868cdd1
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, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 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.
Timestamp: 2024-11-14 16:58:28+00

Package: postgresql-13-pgrouting
Source: pgrouting
Version: 3.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3127
Depends: postgresql-13-pgrouting-scripts (>= 3.7.0-1.pgdg+1), postgresql-13, postgresql-13-postgis, postgresql-13-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Suggests: postgresql-13-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting_3.7.0-1.pgdg+1_arm64.deb
Size: 828428
SHA256: 66db0d9228b47999e1d18cffe9e275ac5d855fe6d899a55dc1d93f0d7c88ead9
SHA1: 7ef25321e15d58c7332863980222b1e29427dc9d
MD5sum: c71d68449f26e43ec27629bca543578a
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 13.
Timestamp: 2024-11-15 09:30:24+00

Package: postgresql-13-pgrouting-dbgsym
Source: pgrouting
Version: 3.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25628
Depends: postgresql-13-pgrouting (= 3.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-dbgsym_3.7.0-1.pgdg+1_arm64.deb
Size: 25722476
SHA256: 031739ddd3d9dd6084006011ed1f944a354533cb9fdef3d665b59b2506b76484
SHA1: ebee9196e5c2b460146fc4cdcbad36d288e374a0
MD5sum: 436c137e01d3fa32db3d72c81015d7ca
Description: debug symbols for postgresql-13-pgrouting
Build-Ids: 43fda09398b218a3ffae98a567f6b3f4d9d126f7
Timestamp: 2024-11-15 09:30:24+00

Package: postgresql-13-pgrouting-doc
Source: pgrouting
Version: 3.7.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 8104
Depends: libjs-mathjax, libjs-sphinxdoc (>= 7.4)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-doc_3.7.0-1.pgdg+1_all.deb
Size: 2414732
SHA256: 3dfe8a6ba20e75757b46abfe8cf98773a142d3a0c6e6d6850d19f0ff5821b356
SHA1: 155f0b67e28fd7cff5ad5f6888b0570fa31a0521
MD5sum: b78580d9efbdcfbf11b888078b938aca
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.
Timestamp: 2024-11-15 09:30:24+00

Package: postgresql-13-pgrouting-scripts
Source: pgrouting
Version: 3.7.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3509
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-scripts_3.7.0-1.pgdg+1_all.deb
Size: 63904
SHA256: b7e5e5d3f6e12f9432add0b32364c99b6ffa58b3eb3133d3299fb43c6971c618
SHA1: 5063a758c53fe6864e5536cae596bee1ce253c3d
MD5sum: 3aa9b0d6820609ebd52578bdbfc4dd52
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 13.
Timestamp: 2024-11-15 09:30:24+00

Package: postgresql-14-age
Version: 1.5.0~rc0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1901
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/apache/age
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14-age/postgresql-14-age_1.5.0~rc0-1.pgdg+2_arm64.deb
Size: 668960
SHA256: 95b1d891998b1bc473a7e8ada8e45cb98bddd5dcaff630f05935baf85a29bd4b
SHA1: 7b84e4de7989d7329468bbaecd01a14a8a278841
MD5sum: e38c161fdaff6e61f9c42695ff5ee549
Description: Graph database optimized for fast analysis and real-time data processing
 Apache AGE is an extension for PostgreSQL that enables users to leverage a
 graph database on top of the existing relational databases. AGE is an acronym
 for A Graph Extension and is inspired by Bitnine's AgensGraph, a multi-model
 database fork of PostgreSQL. The basic principle of the project is to create a
 single storage that handles both the relational and graph data model so that
 the users can use the standard ANSI SQL along with openCypher, one of the most
 popular graph query languages today.
 .
 This package contains Apache AGE for PostgreSQL 14.
Timestamp: 2024-11-15 09:30:24+00

Package: postgresql-14-age-dbgsym
Source: postgresql-14-age
Version: 1.5.0~rc0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 713
Depends: postgresql-14-age (= 1.5.0~rc0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14-age/postgresql-14-age-dbgsym_1.5.0~rc0-1.pgdg+2_arm64.deb
Size: 648996
SHA256: ba4034da72c04b51ecee1ca2dce80dc62fb83ce8f966afe48b7d5f9dcb1ac961
SHA1: 462e1a2e7e14bf5f0937d74634b4991d4a7d34bd
MD5sum: 0eccf33c5bea0e5e69150db51ac4eb9c
Description: debug symbols for postgresql-14-age
Build-Ids: 1729e4ea22981a5ac69ad75b0f71484c446ffa5e
Timestamp: 2024-11-15 09:30:24+00

Package: postgresql-14-pgrouting
Source: pgrouting
Version: 3.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3063
Depends: postgresql-14-pgrouting-scripts (>= 3.7.0-1.pgdg+1), postgresql-14, postgresql-14-postgis, postgresql-14-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Suggests: postgresql-14-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting_3.7.0-1.pgdg+1_arm64.deb
Size: 828488
SHA256: f037c88b79b065ce2a61fd2ad9ede13207c975373a186b79c736df79cfc58521
SHA1: 89c42b78b4c1b2e2aef256c50c40ef774bc6d550
MD5sum: c62bf4d9304f21bad50453996ea6158f
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 14.
Timestamp: 2024-11-15 09:30:24+00

Package: postgresql-14-pgrouting-dbgsym
Source: pgrouting
Version: 3.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25631
Depends: postgresql-14-pgrouting (= 3.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-dbgsym_3.7.0-1.pgdg+1_arm64.deb
Size: 25726276
SHA256: 87594cf9bcb7d9dcbb622a6535ba9b260879ce951a525258e60020788ad3a8f5
SHA1: cc2101fd1e027956bf0bc8be6be4c2257cbdd99e
MD5sum: dd29b1e9ca3cd18126f36299d41731f8
Description: debug symbols for postgresql-14-pgrouting
Build-Ids: 3bb04f088b67723dd7c4f9d46dacc94e710a6d05
Timestamp: 2024-11-15 09:30:24+00

Package: postgresql-14-pgrouting-doc
Source: pgrouting
Version: 3.7.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 8104
Depends: libjs-mathjax, libjs-sphinxdoc (>= 7.4)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-doc_3.7.0-1.pgdg+1_all.deb
Size: 2414680
SHA256: eee67f407b84d9395e71e79ac7ebf84eb3ccc84866f5d8dc51f894f4fbe350b3
SHA1: 6e1c20843a7e12c3f3e148cb27b7ee2f91b93215
MD5sum: 8e95f5d1849a35992f58f084d665fd12
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.
Timestamp: 2024-11-15 09:30:24+00

Package: postgresql-14-pgrouting-scripts
Source: pgrouting
Version: 3.7.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3509
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-scripts_3.7.0-1.pgdg+1_all.deb
Size: 63896
SHA256: 734f0ba9755047ec227a291422d24471bbcc10f9edc5e2716d52399a775f9512
SHA1: eeb7b87e7e04e5d61aeb625f90e781cd8ed52f84
MD5sum: c4f97d640f27fdc74eaf419e601d7182
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 14.
Timestamp: 2024-11-15 09:30:24+00

Package: postgresql-15-age
Version: 1.5.0~rc0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1899
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/apache/age
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15-age/postgresql-15-age_1.5.0~rc0-1.pgdg+2_arm64.deb
Size: 668952
SHA256: 7af9dcc169c15968f6125bd11d51809e35acd7cb5e40ebeecaec3adac81eb0db
SHA1: a5ff86d1e9cce015e561edffe74e980dbcd8aa3e
MD5sum: b9981efea37f97d547a43be1ccb95226
Description: Graph database optimized for fast analysis and real-time data processing
 Apache AGE is an extension for PostgreSQL that enables users to leverage a
 graph database on top of the existing relational databases. AGE is an acronym
 for A Graph Extension and is inspired by Bitnine's AgensGraph, a multi-model
 database fork of PostgreSQL. The basic principle of the project is to create a
 single storage that handles both the relational and graph data model so that
 the users can use the standard ANSI SQL along with openCypher, one of the most
 popular graph query languages today.
 .
 This package contains Apache AGE for PostgreSQL 15.
Timestamp: 2024-11-15 09:30:24+00

Package: postgresql-15-age-dbgsym
Source: postgresql-15-age
Version: 1.5.0~rc0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 705
Depends: postgresql-15-age (= 1.5.0~rc0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15-age/postgresql-15-age-dbgsym_1.5.0~rc0-1.pgdg+2_arm64.deb
Size: 640640
SHA256: daea48f1291ff659905e3246398c1c98256bfc8cce96ba0330861aa131944637
SHA1: 0ab3797afbecf49779945f0cf53e6b077413529f
MD5sum: ec9c56719b6cde42153bf68c24e326f8
Description: debug symbols for postgresql-15-age
Build-Ids: aba292050863db4a5efba54d3b61ac6fecc1a55a
Timestamp: 2024-11-15 09:30:24+00

Package: postgresql-15-pgrouting
Source: pgrouting
Version: 3.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3063
Depends: postgresql-15-pgrouting-scripts (>= 3.7.0-1.pgdg+1), postgresql-15, postgresql-15-postgis, postgresql-15-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Suggests: postgresql-15-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting_3.7.0-1.pgdg+1_arm64.deb
Size: 827940
SHA256: 3babe8074fe45bbbf1633e6aec47e7d331e5c22a2a84b49a60f5a77474309e33
SHA1: 9bd788f95c9dcbd1fee48fe78dde4fcbe9f68ac2
MD5sum: 1f7b454c7bd5fc041c469ed49396ae7a
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 15.
Timestamp: 2024-11-15 09:30:24+00

Package: postgresql-15-pgrouting-dbgsym
Source: pgrouting
Version: 3.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25647
Depends: postgresql-15-pgrouting (= 3.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-dbgsym_3.7.0-1.pgdg+1_arm64.deb
Size: 25743836
SHA256: 2e822c062d5b853b44de02a77649088f4011a0f42746655e5a46f4b2b3d102cb
SHA1: b58dd769dff29e745713acf573f51d3db1dea5da
MD5sum: a1e2c4efb57262ff76a2ceba598e34aa
Description: debug symbols for postgresql-15-pgrouting
Build-Ids: 01be909371ac22a2277e61a4841988f1c759da5c
Timestamp: 2024-11-15 09:30:24+00

Package: postgresql-15-pgrouting-doc
Source: pgrouting
Version: 3.7.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 8104
Depends: libjs-mathjax, libjs-sphinxdoc (>= 7.4)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-doc_3.7.0-1.pgdg+1_all.deb
Size: 2414696
SHA256: d229eeaf546ccd4be1fea0bcffce6dd05b616d1f1f771c85edfd2510c0571d03
SHA1: c963d7146fbf14d55a7b613856700734121232b9
MD5sum: f74ab613fa350c6e9b4657e49350a02d
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.
Timestamp: 2024-11-15 09:30:24+00

Package: postgresql-15-pgrouting-scripts
Source: pgrouting
Version: 3.7.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3509
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-scripts_3.7.0-1.pgdg+1_all.deb
Size: 63904
SHA256: 1d19a82328bf0331965cdc53da55b8f825d58d2dd251092f9c604bac0443d9c8
SHA1: 45f886a5225b4299609b153de84c3e5d669e6dee
MD5sum: b02ed2ca99a830fceb2773472c68c88e
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 15.
Timestamp: 2024-11-15 09:30:24+00

Package: postgresql-16-pgrouting
Source: pgrouting
Version: 3.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3063
Depends: postgresql-16-pgrouting-scripts (>= 3.7.0-1.pgdg+1), postgresql-16, postgresql-16-postgis, postgresql-16-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Suggests: postgresql-16-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting_3.7.0-1.pgdg+1_arm64.deb
Size: 828012
SHA256: 969c1c7933e49a2a8533d1b71c40580ee90a2dd47c210bcd243996ff358e7847
SHA1: 3375d9f9de665bda9252ed0050d27ef896118281
MD5sum: 528cc8920ed97e2e223989097e57c7a8
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 16.
Timestamp: 2024-11-15 09:30:24+00

Package: postgresql-16-pgrouting-dbgsym
Source: pgrouting
Version: 3.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25676
Depends: postgresql-16-pgrouting (= 3.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting-dbgsym_3.7.0-1.pgdg+1_arm64.deb
Size: 25771104
SHA256: a157f34b69ce283b74966a191136c31d51b5d1f3f3ecdf6f8add042937a8c73b
SHA1: 25831ae515de4af1cbdebf5f2e6ff437be51fda6
MD5sum: 7048ad019485470292e29bdd72a9e429
Description: debug symbols for postgresql-16-pgrouting
Build-Ids: 40d2a0a77a2bf7f8e69242824c57bd3fffef7af5
Timestamp: 2024-11-15 09:30:24+00

Package: postgresql-16-pgrouting-doc
Source: pgrouting
Version: 3.7.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 8104
Depends: libjs-mathjax, libjs-sphinxdoc (>= 7.4)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting-doc_3.7.0-1.pgdg+1_all.deb
Size: 2414840
SHA256: 436f4ecd63aaf7b60b650693f1b5ca600cb7e934b27773b21a7bb6da5338b21f
SHA1: 5aed191985022c4df71cc15d8d40693ee1022102
MD5sum: 377b149cff3b117e12828d7cf4a4bd4b
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.
Timestamp: 2024-11-15 09:30:24+00

Package: postgresql-16-pgrouting-scripts
Source: pgrouting
Version: 3.7.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3509
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting-scripts_3.7.0-1.pgdg+1_all.deb
Size: 63892
SHA256: 04237e9401e44b73d6fb00afd2bf719fd9715f94d37736e906c234214db6e7ff
SHA1: 72906d71792d5c971da1a96b8e9d24e09d59d81f
MD5sum: eeceb1e2078aeea38907d10fb4690e7b
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 16.
Timestamp: 2024-11-15 09:30:24+00

Package: postgresql-17-pgrouting
Source: pgrouting
Version: 3.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3063
Depends: postgresql-17-pgrouting-scripts (>= 3.7.0-1.pgdg+1), postgresql-17, postgresql-17-postgis, postgresql-17-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Suggests: postgresql-17-pgrouting-doc
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-17-pgrouting_3.7.0-1.pgdg+1_arm64.deb
Size: 828040
SHA256: 847952e7c14cc07033edf3ecd46bb836b012ef89c059941c6fd87a7f5d93525d
SHA1: 0d6fec91cb7840a55746ff3a6897792279970616
MD5sum: 1b5ea02f7664131ced9d5c85c8f64784
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 17.
Timestamp: 2024-11-15 09:30:24+00

Package: postgresql-17-pgrouting-dbgsym
Source: pgrouting
Version: 3.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25678
Depends: postgresql-17-pgrouting (= 3.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-17-pgrouting-dbgsym_3.7.0-1.pgdg+1_arm64.deb
Size: 25775884
SHA256: 94e004b8271d39234494bd130b93c3c727b8423371a685b3b251ff832fc39697
SHA1: f51a3f35c1f0642ab3ad9242d3de8225845ec306
MD5sum: 173c72c1c9e704af217013e525fd6e7c
Description: debug symbols for postgresql-17-pgrouting
Build-Ids: e1320e80151a94a085027bb13d991f13684d10ed
Timestamp: 2024-11-15 09:30:24+00

Package: postgresql-17-pgrouting-doc
Source: pgrouting
Version: 3.7.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 8104
Depends: libjs-mathjax, libjs-sphinxdoc (>= 7.4)
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: doc
Filename: pool/main/p/pgrouting/postgresql-17-pgrouting-doc_3.7.0-1.pgdg+1_all.deb
Size: 2414768
SHA256: 9742657c3cfccd10b509a43decbe132b1a3f5174f2c50822550a9a355ada6bb6
SHA1: f3ce48eb421e7e0df6019ed80bea060349b88707
MD5sum: bb9d012d1897bac53c9e158638caea4e
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.
Timestamp: 2024-11-15 09:30:24+00

Package: postgresql-17-pgrouting-scripts
Source: pgrouting
Version: 3.7.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3509
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-17-pgrouting-scripts_3.7.0-1.pgdg+1_all.deb
Size: 63904
SHA256: 41e4c1a3489eb357dbf2297df0c8029df949f1b2df1185afa30ca0180f7ad405
SHA1: aba5ce9b42fb939d02b2d0658fcf7bf14433fcd6
MD5sum: 5d1bdcc9e10410dd94ae45f62c76e240
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 17.
Timestamp: 2024-11-15 09:30:24+00

Package: postgresql-pgrouting
Source: pgrouting
Version: 3.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 48
Depends: postgresql-pgrouting-scripts, postgresql-17-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: metapackages
Filename: pool/main/p/pgrouting/postgresql-pgrouting_3.7.0-1.pgdg+1_arm64.deb
Size: 22540
SHA256: 7f02931210b50e2e4a5b002903c42e38f124eb8aebeb58bfd25c229ebba37fff
SHA1: a01d3f7461c7624ea6afc54cc72f3ce019bf8a11
MD5sum: 561327e9e89da744d2d46f83077e83d8
Description: Routing functionality support for PostgreSQL/PostGIS - Metapackage
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This metapackage depends on the PgRouting package for PostgreSQL 17.
Timestamp: 2024-11-15 09:30:24+00

Package: postgresql-pgrouting-scripts
Source: pgrouting
Version: 3.7.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 48
Depends: postgresql-17-pgrouting-scripts
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: metapackages
Filename: pool/main/p/pgrouting/postgresql-pgrouting-scripts_3.7.0-1.pgdg+1_all.deb
Size: 22552
SHA256: 1e933598fe45e037b9eb98744070411d57899b99660f6a7a8387430222662fae
SHA1: b932090d22ad40c06b29caa52e895932b71c5a8d
MD5sum: 7bd9e333f84d04603aff12b174f46dc0
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts metapackage
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This metapackage depends on the PgRouting scripts package for
 PostgreSQL 17.
Timestamp: 2024-11-15 09:30:24+00

Package: elephant-shed
Version: 1.3.9.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 9
Depends: elephant-shed-cockpit, elephant-shed-grafana, elephant-shed-omnidb, elephant-shed-pgbackrest, elephant-shed-pgbadger, elephant-shed-portal, elephant-shed-postgresql, elephant-shed-powa, elephant-shed-prometheus, elephant-shed-prometheus-node-exporter, elephant-shed-prometheus-sql-exporter, elephant-shed-tmate
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed_1.3.9.pgdg+1_all.deb
Size: 2968
SHA256: 8a290103a1baa852fabe5b1ad42660678e590a12cc86696a7262c5637ef6c614
SHA1: 52cf3437f6934d49fcd04145a178568fa3fa14e9
MD5sum: 688da7196cdd97fab71540ae912fb0ee
Description: PostgreSQL dashboard
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This meta package depends on all Elephant Shed components.
Timestamp: 2024-11-19 17:01:36+00

Package: elephant-shed-cockpit
Source: elephant-shed
Version: 1.3.9.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 18
Depends: cockpit
Recommends: cockpit-packagekit
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-cockpit_1.3.9.pgdg+1_all.deb
Size: 3384
SHA256: 0e71106c9133e8b5ef24038f26d494f203f0020d4bc3c2505032bdf43d322d95
SHA1: e449210ce51ee16e854a247cde40b4640b803e1a
MD5sum: d02c2dd01d8dd9cf41dae3841da68cdc
Description: PostgreSQL dashboard -- cockpit integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with cockpit.
Timestamp: 2024-11-19 17:01:36+00

Package: elephant-shed-grafana
Source: elephant-shed
Version: 1.3.9.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 211
Depends: curl, grafana (>> 5)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-grafana_1.3.9.pgdg+1_all.deb
Size: 17724
SHA256: eab9747ae685738f6a30d91be1268e1fd88c1b00ed8e7a823c3ce60bc0d10464
SHA1: f0a9d1ea8da6a9784b106cf490cabca222dfc81a
MD5sum: c9dd73bf097fd4bade64bdeed01b57af
Description: PostgreSQL dashboard -- Grafana integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with Grafana.
Timestamp: 2024-11-19 17:01:36+00

Package: elephant-shed-omnidb
Source: elephant-shed
Version: 1.3.9.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 13
Depends: omnidb-server
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-omnidb_1.3.9.pgdg+1_all.deb
Size: 3356
SHA256: 10ace254827261f9dd80b7d3c3d799d9605568c8249d8fd86ec3b2fecd3420e7
SHA1: c5eae67383a9720db9187bc4f53a5e85758c2048
MD5sum: 1e1f400dfd1c6c511158a9999e7097af
Description: PostgreSQL dashboard -- OmniDB integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This meta package provides the integration with OmniDB.
Timestamp: 2024-11-19 17:01:36+00

Package: elephant-shed-pgbackrest
Source: elephant-shed
Version: 1.3.9.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 23
Depends: pgbackrest, postgresql-common
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-pgbackrest_1.3.9.pgdg+1_all.deb
Size: 5304
SHA256: a60818902c19f1aaa9a3b9fa4fe732b5f4a07494a24f361626313ea174ea2c45
SHA1: 7b95c2e144a136de893d6786843251db26d6f7ef
MD5sum: 17ca4158281f1c4b33b7d5c9925c390e
Description: PostgreSQL dashboard -- pgBackRest integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with pgBackRest.
Timestamp: 2024-11-19 17:01:36+00

Package: elephant-shed-pgbadger
Source: elephant-shed
Version: 1.3.9.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 26
Depends: pgbadger (>> 9), postgresql-common
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-pgbadger_1.3.9.pgdg+1_all.deb
Size: 4896
SHA256: c60cfe3b7b7af08c24811ad54f105696de1ea442cd796713627fb5ec78fb3343
SHA1: dc39cd9e81c4f76b9dc2348a5fd63ff4d8599b7c
MD5sum: 8fad21d7a7ed59d7c697141924e5e29e
Description: PostgreSQL dashboard -- pgBadger integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with pgBadger.
Timestamp: 2024-11-19 17:01:36+00

Package: elephant-shed-portal
Source: elephant-shed
Version: 1.3.9.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 7972
Depends: adduser, apache2, libapache2-mod-authnz-external, libapache2-mod-authz-unixgroup, libapache2-mod-wsgi-py3, libjs-jquery, libjs-bootstrap, libjs-popper.js, libtemplate-perl, libcgi-pm-perl, pwauth
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-portal_1.3.9.pgdg+1_all.deb
Size: 4184444
SHA256: c736fb802c0ebd30d0e923230fd6daf20ad762197ce798c27682da4ad4a9a8e8
SHA1: 339064d7b7865dde2e69c95a8856e9a8dfe50f31
MD5sum: ab814ce4ff4505d08203cda5fdcf398e
Description: PostgreSQL dashboard -- web interface
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the web interface.
Timestamp: 2024-11-19 17:01:36+00

Package: elephant-shed-postgresql
Source: elephant-shed
Version: 1.3.9.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 25
Depends: adduser, postgresql-common (>> 183~)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-postgresql_1.3.9.pgdg+1_all.deb
Size: 5632
SHA256: 7bdbdd75f1b6153bd3618e0e760216f058798acf0e0d1b1771adf2fa68d31e9b
SHA1: 108869c5149feee5c74a9ee8857fff3d1019fda0
MD5sum: 99b131b18324e3ff2bc1ec13e44f5f2d
Description: PostgreSQL dashboard -- PostgreSQL integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with PostgreSQL.
Timestamp: 2024-11-19 17:01:36+00

Package: elephant-shed-powa
Source: elephant-shed
Version: 1.3.9.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 13
Depends: powa-web, postgresql-common
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-powa_1.3.9.pgdg+1_all.deb
Size: 3864
SHA256: b4e609b239133f38d1696ebfdcdd9dacde55296aba1bc5e4a52e09d7320458c1
SHA1: ccafc101c443dfb37f53155e6d895fc0346107db
MD5sum: a588208a6ad674c362a4da39fc04daf5
Description: PostgreSQL dashboard -- PoWA integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with PoWA.
Timestamp: 2024-11-19 17:01:36+00

Package: elephant-shed-prometheus
Source: elephant-shed
Version: 1.3.9.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 23
Depends: prometheus (>= 2.0)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-prometheus_1.3.9.pgdg+1_all.deb
Size: 4900
SHA256: 28498283576a97fe47f9e5cb04929d11f17945690b2d918ad42cff1afc88eb67
SHA1: 3a9121414cf00a5d8c14df23f7f09872957f8389
MD5sum: 014273162a3284970e4c5b5936db1b3b
Description: PostgreSQL dashboard -- Prometheus integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with Prometheus.
Timestamp: 2024-11-19 17:01:36+00

Package: elephant-shed-prometheus-node-exporter
Source: elephant-shed
Version: 1.3.9.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 28
Depends: prometheus-node-exporter (>= 0.16.0)
Breaks: elephant-shed-prometheus (<< 1.1)
Replaces: elephant-shed-prometheus (<< 1.1)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-prometheus-node-exporter_1.3.9.pgdg+1_all.deb
Size: 6020
SHA256: ee1db592de5c166405b223e6c296403408637d80817e2184844232dc525933a8
SHA1: 07936214c8a7e9c70f3c7d77d7dcba4c1becae78
MD5sum: 3d000614ade73e4270917340d5935790
Description: PostgreSQL dashboard -- Node exporter integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with the Prometheus node
 exporter.
Timestamp: 2024-11-19 17:01:36+00

Package: elephant-shed-prometheus-sql-exporter
Source: elephant-shed
Version: 1.3.9.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 60
Depends: libyaml-perl, postgresql-common, prometheus-sql-exporter
Breaks: elephant-shed-prometheus (<< 1.1)
Replaces: elephant-shed-prometheus (<< 1.1)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-prometheus-sql-exporter_1.3.9.pgdg+1_all.deb
Size: 9964
SHA256: 3362507c82cddce6f0232ef01fb7e68aa17a8af0a5ab921ec00d6d8686dfbb4e
SHA1: c0cb49501fa5c063a386a1465fa0ab031e285540
MD5sum: 7bcfe1f4235b7726c6b35ddc670273df
Description: PostgreSQL dashboard -- SQL exporter integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with the Prometheus SQL
 exporter.
Timestamp: 2024-11-19 17:01:36+00

Package: elephant-shed-shellinabox
Source: elephant-shed
Version: 1.3.9.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 10
Depends: shellinabox
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-shellinabox_1.3.9.pgdg+1_all.deb
Size: 3108
SHA256: 05b48d5d72c11fff512cbf28ed7d44a090cbc98637d23814378335feaf689ee9
SHA1: e81b41bea1c8dcc90b35fe5599f44fb2d50cc2ca
MD5sum: efa7bbb6e27bf81987ba7a188a96c83d
Description: PostgreSQL dashboard -- shellinabox integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This meta package provides the integration with shellinabox.
Timestamp: 2024-11-19 17:01:36+00

Package: elephant-shed-tmate
Source: elephant-shed
Version: 1.3.9.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 19
Depends: tmate (>= 2.4)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-tmate_1.3.9.pgdg+1_all.deb
Size: 3872
SHA256: 082c771b3f0a36003983795a2b6713c8f6f31b4af68ce4748caa665bf2a350a5
SHA1: 5180b19fe47209dc553df9f1fdcb9b252a6ff05e
MD5sum: 48a4ac3dcfe67ff05b7757c867476f90
Description: PostgreSQL dashboard -- tmate integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with tmate.
Timestamp: 2024-11-19 17:01:36+00

Package: patroni
Version: 4.0.3-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1477
Depends: python3-cdiff, python3-click (>= 4.1), python3-dateutil, python3-pkg-resources, python3-prettytable (>= 0.7), python3-psutil, python3-urllib3, python3-yaml, python3:any, python3-psycopg2, python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes | python3-pysyncobj
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_4.0.3-2.pgdg+1_all.deb
Size: 277212
SHA256: 13ab24c7fd3d17a4732357a3b4dd95d83390ac7099d62842eca1f24dcd824bd1
SHA1: 29a09894e9bdeaf3047a5150b4eda3e65b9cf9b7
MD5sum: a3edf89d3b0476ec7444dce7ec2f5a5c
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2024-11-19 17:01:36+00

Package: patroni-doc
Source: patroni
Version: 4.0.3-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7147
Depends: libjs-jquery (>= 3.6.0), libjs-sphinxdoc (>= 7.4), sphinx-rtd-theme-common (>= 3.0.2+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_4.0.3-2.pgdg+1_all.deb
Size: 540312
SHA256: fbe1b1b3ab33cc1655538c73a4788b97d86502d41473948dd3d36a54c64d9732
SHA1: 96891c57b1642c6c2187a5afa0fbe1c673029df8
MD5sum: d536a578ba5fa0bfe17c5ec920c5a9f9
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2024-11-19 17:01:36+00

Package: postgresql-10-decoderbufs
Source: postgres-decoderbufs
Version: 3.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-10, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs_3.0.2-1.pgdg+1_arm64.deb
Size: 14504
SHA256: bcc45b3d4de93c5287c1fc26ed3aa2022a623ddcc0bb615e35a4d97b34fe89cc
SHA1: 7c2b1b0c39b45b7377bee0c497094ef4cd1ca77f
MD5sum: 9afeae2a8da3d1aa77fdbec22641e035
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-11-19 17:01:36+00

Package: postgresql-10-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-10-decoderbufs (= 3.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs-dbgsym_3.0.2-1.pgdg+1_arm64.deb
Size: 37644
SHA256: b5ea3027fce4bb14323e189eedbc9c7f9c2e821f1c04db9cafb479e2e3835a12
SHA1: 1d3615d0dc55712244662e31a0a9a9d4a2966216
MD5sum: 66fc02d46b8ffc709a45ad67809b9f75
Description: debug symbols for postgresql-10-decoderbufs
Build-Ids: bb6a47faf14935780b32eeb82b4a277f776d786d
Timestamp: 2024-11-19 17:01:36+00

Package: postgresql-10-pg-catcheck
Source: pg-catcheck
Version: 1.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-10, libc6 (>= 2.38), libpq5 (>= 9.2~beta3)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-10-pg-catcheck_1.6.0-1.pgdg+1_arm64.deb
Size: 27884
SHA256: debd6f3ca541278d45c867361f58f03291df42958f387fa9266b736630730827
SHA1: a8f2558712d6bfd03fdb9c579c83feaf12ff61f0
MD5sum: 7eea1660289865f4b5599642119d4084
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2024-11-19 17:01:36+00

Package: postgresql-10-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-10-pg-catcheck (= 1.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-10-pg-catcheck-dbgsym_1.6.0-1.pgdg+1_arm64.deb
Size: 39936
SHA256: 82e5efcf87f8f71e44a41031e8b453068e93362fb22a78e09dd30198d25b006b
SHA1: fe1dc37f8c0cdce23b4a8915da50384b28fd4508
MD5sum: 717617ca09839c693aeab7c43155abaa
Description: debug symbols for postgresql-10-pg-catcheck
Build-Ids: dc36b0820f272eca24e9e54ddb41f702ab01c6c9
Timestamp: 2024-11-19 17:01:36+00

Package: postgresql-11-decoderbufs
Source: postgres-decoderbufs
Version: 3.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-11, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs_3.0.2-1.pgdg+1_arm64.deb
Size: 14728
SHA256: ee84f4baf48ed0cbade6405e0b3748b9e047333f596c7c2f5694dce24cc31b6a
SHA1: bc7bdf2177d06cddba4c53a0de97e87699107248
MD5sum: a9732273f7e5f0c6dc5094f7d2d54134
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-11-19 17:01:36+00

Package: postgresql-11-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-11-decoderbufs (= 3.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs-dbgsym_3.0.2-1.pgdg+1_arm64.deb
Size: 38196
SHA256: 26747eca0b7ea4df559329ba6b3cb2cc89c54198070507d8dc0b27b227f04caf
SHA1: cbdef96f042a3e84a3b103418340bcfba32e73ca
MD5sum: 79b899f0767473dcc74c06a4efd07bb4
Description: debug symbols for postgresql-11-decoderbufs
Build-Ids: 3c12811a356c51844847d97dd7f9973a04f70256
Timestamp: 2024-11-19 17:01:36+00

Package: postgresql-11-pg-catcheck
Source: pg-catcheck
Version: 1.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-11, libc6 (>= 2.38), libpq5 (>= 9.2~beta3)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-11-pg-catcheck_1.6.0-1.pgdg+1_arm64.deb
Size: 27988
SHA256: 935bc803f219b337bf67ee2c32d1f3de474c23540d8aab52bac2958596721ac0
SHA1: 22c216d96790d8b3bc2e17d2a91467937b3c8d15
MD5sum: a0460aa8c9bb477a5265891b7698b182
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2024-11-19 17:01:36+00

Package: postgresql-11-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-11-pg-catcheck (= 1.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-11-pg-catcheck-dbgsym_1.6.0-1.pgdg+1_arm64.deb
Size: 39960
SHA256: 725ef227bc168da6a620253a00896f80605834b4b732430f5de48343002cae4f
SHA1: c41ec09e66d69a8076c44a906f65d40085674c85
MD5sum: 0defec37872c3ea540025d43c89585a7
Description: debug symbols for postgresql-11-pg-catcheck
Build-Ids: 55179b847e2c489c2563c4be581684eb848e1987
Timestamp: 2024-11-19 17:01:36+00

Package: postgresql-12-decoderbufs
Source: postgres-decoderbufs
Version: 3.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 139
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs_3.0.2-1.pgdg+1_arm64.deb
Size: 39756
SHA256: f7b3b6e653ee39bcb36976f937a6353ce2f78d08bcdc8be6671a0b0c2df0f5dc
SHA1: 022767352428dcd690c6573522033542ceea0d4c
MD5sum: e5d705075eab91332ce468bfeb78afd2
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-11-19 17:01:36+00

Package: postgresql-12-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-12-decoderbufs (= 3.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs-dbgsym_3.0.2-1.pgdg+1_arm64.deb
Size: 38880
SHA256: 38437dd4c97bb88c5301a40087dc1ecfc49b31186bea95f7fc5b0fb5092c99a8
SHA1: 273c681c0f61792b1344628403780fa2c26ed799
MD5sum: 03ce7bce1bdcf1fbaae962c89dc52c5e
Description: debug symbols for postgresql-12-decoderbufs
Build-Ids: 5e1832682c382581017959dc64b50c3776cfb158
Timestamp: 2024-11-19 17:01:36+00

Package: postgresql-12-pg-catcheck
Source: pg-catcheck
Version: 1.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-12, libc6 (>= 2.38), libpq5 (>= 9.2~beta3)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-12-pg-catcheck_1.6.0-1.pgdg+1_arm64.deb
Size: 32776
SHA256: 699d567d643061f1deb371389f01fdcf00832c5a528ade41aa9f2c2d898c530c
SHA1: 296a06b6dc9ff030eec67ae451d4f949d03b8341
MD5sum: 4c82d42136dfefbad1de0ee6e5a1ef6d
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2024-11-19 17:01:36+00

Package: postgresql-12-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-12-pg-catcheck (= 1.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-12-pg-catcheck-dbgsym_1.6.0-1.pgdg+1_arm64.deb
Size: 37588
SHA256: fee81c218efe626eecef568734159631f61bbea0a32816ab667b0b96835d5117
SHA1: b41c0dbffe9c9628450888d4c60afc95ab4d607f
MD5sum: 65710afad5fa795ef9f3b2edf2dd27c3
Description: debug symbols for postgresql-12-pg-catcheck
Build-Ids: e89452d76784188c9617ec9b6e81cd93860d1898
Timestamp: 2024-11-19 17:01:36+00

Package: postgresql-13-decoderbufs
Source: postgres-decoderbufs
Version: 3.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs_3.0.2-1.pgdg+1_arm64.deb
Size: 40124
SHA256: 8b31d8f77f1086705ae5d63db7017ff0b8de86e652f583c482628077733d8ccc
SHA1: ea3070eeb13848a3dbfc7c37ae12c46fe5011983
MD5sum: 4417af7106e85811639fb14919be4ea5
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-11-19 17:01:36+00

Package: postgresql-13-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-13-decoderbufs (= 3.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs-dbgsym_3.0.2-1.pgdg+1_arm64.deb
Size: 39912
SHA256: f66f7de775ef1a992cf22fcd2828a3a0fb45da74fe957e0580639a137d6c4428
SHA1: babd2b1428aac6dcc53766d88d202b69c799d255
MD5sum: df502a753becd73f46c1aa773bff39af
Description: debug symbols for postgresql-13-decoderbufs
Build-Ids: 36d53f88e00a9153cf2af129b1a1015ec305ec50
Timestamp: 2024-11-19 17:01:36+00

Package: postgresql-13-pg-catcheck
Source: pg-catcheck
Version: 1.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-13, libc6 (>= 2.38), libpq5 (>= 9.2~beta3)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-13-pg-catcheck_1.6.0-1.pgdg+1_arm64.deb
Size: 32736
SHA256: 6c5a001196adf8e7e733848e32de0ab639ed78684a067637949aaa8fa931acf0
SHA1: 9515eec749b80ed4e272c53ef456a2234264f162
MD5sum: dc43525ade8f84d06fa836be424ee665
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2024-11-19 17:01:36+00

Package: postgresql-13-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-13-pg-catcheck (= 1.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-13-pg-catcheck-dbgsym_1.6.0-1.pgdg+1_arm64.deb
Size: 37556
SHA256: af5a39777c11344cf562881189c37b20ef121f0559f8fb67cb762e1ebc16edac
SHA1: ec28a1569c1f4f58b9ec752cc6994b46dffdeb29
MD5sum: 167bae4558c177f8fe8408304d1184cd
Description: debug symbols for postgresql-13-pg-catcheck
Build-Ids: 276f41a70357d4d8de9da736133c8aa13c33335a
Timestamp: 2024-11-19 17:01:36+00

Package: postgresql-14-decoderbufs
Source: postgres-decoderbufs
Version: 3.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs_3.0.2-1.pgdg+1_arm64.deb
Size: 40316
SHA256: 620043eba176f3186ae91e81e85568bbe5d5b8f5532e0fbf75713cd996c397c3
SHA1: 986c24887b76e8b482ccb44e821fda91a7684d33
MD5sum: 8a9bb5840562a836abe23c67a4c9ba6f
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-11-19 17:01:36+00

Package: postgresql-14-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-14-decoderbufs (= 3.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs-dbgsym_3.0.2-1.pgdg+1_arm64.deb
Size: 41304
SHA256: f2aaa76a894830eb82700ce5ce46f5fe9d3f274f5ed15ebd304408ce0d7e9fb4
SHA1: 021fec88c91d8bc32ce6251b71b1f87dc52de76b
MD5sum: 0691f9ee83cace41c463f6ef7e12c2e5
Description: debug symbols for postgresql-14-decoderbufs
Build-Ids: dc55f201f399ec7c3acfbe162d8bad2ab5db1c18
Timestamp: 2024-11-19 17:01:36+00

Package: postgresql-14-pg-catcheck
Source: pg-catcheck
Version: 1.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-14, libc6 (>= 2.38), libpq5 (>= 9.2~beta3)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-14-pg-catcheck_1.6.0-1.pgdg+1_arm64.deb
Size: 34432
SHA256: 187268eac95db05c2eca60cb3ac276170ffb7a10032163fa1ad5246d0d809273
SHA1: b94d5e85553cbade374da2038a4a88443bcafddd
MD5sum: 3361278e133308f4265c05ccbcbde255
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2024-11-19 17:01:36+00

Package: postgresql-14-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-14-pg-catcheck (= 1.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-14-pg-catcheck-dbgsym_1.6.0-1.pgdg+1_arm64.deb
Size: 37824
SHA256: 94af8e58e81c316f632c047c0bed40a16ad819fc8e4f540f3a5fc4688d48a958
SHA1: f1389b29eba4efa92bc4787d55e11e8c8c27c009
MD5sum: 8b9b75405e3f7261f46f66443310cc7a
Description: debug symbols for postgresql-14-pg-catcheck
Build-Ids: f174187a941e69c3c7061016f9c080cbeba0440b
Timestamp: 2024-11-19 17:01:36+00

Package: postgresql-15-decoderbufs
Source: postgres-decoderbufs
Version: 3.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs_3.0.2-1.pgdg+1_arm64.deb
Size: 40784
SHA256: 75387a4e796972b305299bb4ce8316d255297ce863ef5b000cad69caee8e7dc1
SHA1: d02e54db7f5b8c124a3483110b7940e704673f40
MD5sum: 71b80596bc5fffe3d748dd62b3a31830
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-11-19 17:01:36+00

Package: postgresql-15-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-15-decoderbufs (= 3.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs-dbgsym_3.0.2-1.pgdg+1_arm64.deb
Size: 51968
SHA256: 8b298e62e57042ac94ee9a48dba8b1953781f13a496479105b770fa35efc9721
SHA1: d5b08df00ec9df73442b7c06f5c1caa5aa92d6d0
MD5sum: 0ee39ebf517ab3ccae1e35f89a885d3b
Description: debug symbols for postgresql-15-decoderbufs
Build-Ids: b68b3cb1fe82d020d24f1dfd6b42140132355c49
Timestamp: 2024-11-19 17:01:36+00

Package: postgresql-15-pg-catcheck
Source: pg-catcheck
Version: 1.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-15, libc6 (>= 2.38), libpq5 (>= 9.2~beta3)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-15-pg-catcheck_1.6.0-1.pgdg+1_arm64.deb
Size: 35076
SHA256: eb10c2c38fa8e1d8f0e6c765035a50502115072dd128194506bbc741a29f8fc0
SHA1: 744e3438ede1cdc20cfad5892498027ffc5a1992
MD5sum: c3c6a2ff29172cf9457723b81885476b
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2024-11-19 17:01:36+00

Package: postgresql-15-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-15-pg-catcheck (= 1.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-15-pg-catcheck-dbgsym_1.6.0-1.pgdg+1_arm64.deb
Size: 37876
SHA256: dbb43c58b63c221d4e823f71d0a44c384a546180ec455be4053fb97df12d80c8
SHA1: 5ace65fe448ca838841409086a8bdd827ca536ea
MD5sum: a12045ce71fae4b1f116a74971cc3c66
Description: debug symbols for postgresql-15-pg-catcheck
Build-Ids: d93d92aae1af126aec6c9fff27d0350a86c9184a
Timestamp: 2024-11-19 17:01:36+00

Package: postgresql-16-decoderbufs
Source: postgres-decoderbufs
Version: 3.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-16-decoderbufs_3.0.2-1.pgdg+1_arm64.deb
Size: 40280
SHA256: caa8b26d61f5f534d1585cec8242fd9eeacdad31f0a6e2fe143bbab01911c580
SHA1: 67b5534e4712076d5967a6b858e17c9da5a0160f
MD5sum: c9e864ce3ff07d83c5ebe35b6b0fffc3
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-11-19 17:01:36+00

Package: postgresql-16-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-16-decoderbufs (= 3.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-16-decoderbufs-dbgsym_3.0.2-1.pgdg+1_arm64.deb
Size: 53772
SHA256: 5e3fcb84ffcaf0a9427583ae94018624739afe761d930750ff9591347faf2892
SHA1: 4c8f8632d86eb7bf2f7c343aa18167c515ffcffb
MD5sum: ffb0c372c50818b92227efda0660926d
Description: debug symbols for postgresql-16-decoderbufs
Build-Ids: dfa0be7e92f5618db0b8209490788dbb411a842f
Timestamp: 2024-11-19 17:01:36+00

Package: postgresql-16-pg-catcheck
Source: pg-catcheck
Version: 1.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-16, libc6 (>= 2.38), libpq5 (>= 9.2~beta3)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-16-pg-catcheck_1.6.0-1.pgdg+1_arm64.deb
Size: 35264
SHA256: e1c4ab306be0b69360a0dba07b87933935300ced854afa01d1fce62e4bc0f959
SHA1: 3e34b5a8ef699b35d063e72cf8940c88903932f1
MD5sum: 1a4c30e053ec21291c7afe8708ffb050
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2024-11-19 17:01:36+00

Package: postgresql-16-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-16-pg-catcheck (= 1.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-16-pg-catcheck-dbgsym_1.6.0-1.pgdg+1_arm64.deb
Size: 37880
SHA256: 59e3127195edc5c5db63981f76587d0ecb172ea7bbbe79fa1e928ceae8d2f24e
SHA1: 78456f4c812d85b4a9c5cc93833844ded5136202
MD5sum: 6dcfb851eb4e700ceeb13c7efd3b1377
Description: debug symbols for postgresql-16-pg-catcheck
Build-Ids: ebaac6b09fa9d3c792e77919192f8aca0608514b
Timestamp: 2024-11-19 17:01:36+00

Package: postgresql-17-decoderbufs
Source: postgres-decoderbufs
Version: 3.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-17-decoderbufs_3.0.2-1.pgdg+1_arm64.deb
Size: 40280
SHA256: 3e8a68fa4c17230552e3f99f3d8961e6231ff0f8cf86d10b7d28e7cd24de5390
SHA1: 162ca678674dc2b71832cc4f7352ab0fb1372f0f
MD5sum: c6bd7472975300768ee7cbcc25a5956b
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-11-19 17:01:36+00

Package: postgresql-17-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-17-decoderbufs (= 3.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-17-decoderbufs-dbgsym_3.0.2-1.pgdg+1_arm64.deb
Size: 57260
SHA256: 4b4c26cfa1c7ec0a92cf76474b9aac0f366bd605df9746d1e7fb022b27acec52
SHA1: fdc8827a107755fa027047b5a06d7900194efef8
MD5sum: eb6bc050779844fe7dcd6caeb24a9ce8
Description: debug symbols for postgresql-17-decoderbufs
Build-Ids: ca685b9411a8ed613899a0edb4b7a7ab827db07f
Timestamp: 2024-11-19 17:01:36+00

Package: postgresql-17-pg-catcheck
Source: pg-catcheck
Version: 1.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-17, libc6 (>= 2.38), libpq5 (>= 9.2~beta3)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-17-pg-catcheck_1.6.0-1.pgdg+1_arm64.deb
Size: 35240
SHA256: ce44421e66412012e470db7df015c1e34c64f9919e2734c6e5fb337610a5aa6f
SHA1: bb484444aea7e1f7b8b46d73234c65a4d4cfb6a4
MD5sum: ab48b8d2a7ee7925b2303f06dc9108bc
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2024-11-19 17:01:36+00

Package: postgresql-17-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-17-pg-catcheck (= 1.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-17-pg-catcheck-dbgsym_1.6.0-1.pgdg+1_arm64.deb
Size: 37948
SHA256: 3e8d0e4745a9ce786fec718919415366590e4214347a3372bfb2eaea286aedd3
SHA1: 1c3db8ea4c3e3ff5ca7539ddf4cb0dc7bc56f55a
MD5sum: a23a09b2e44e1f0e3ee33a010df27001
Description: debug symbols for postgresql-17-pg-catcheck
Build-Ids: ae7c4e28f543ec6bcb4fbf68c95dd1b975f1ae2d
Timestamp: 2024-11-19 17:01:36+00

Package: powa-collector
Version: 1.3.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: adduser, python3-psycopg2, python3:any
Suggests: postgresql-powa, powa-web
Homepage: https://github.com/powa-team/powa-collector
Priority: optional
Section: database
Filename: pool/main/p/powa-collector/powa-collector_1.3.0-1.pgdg+1_all.deb
Size: 23312
SHA256: b1de28a8a3cc46afba36bc92d0a2d74130cc560b094d082566bb53f5db8e9a24
SHA1: a870bc78b89ab438a1d250ed739b83e999d4d73b
MD5sum: 6d9c70f1b40f7b7a6c34df827001f5f4
Description: PoWA collector daemon for remote snapshots
 This repository contains the powa-collector tool, a simple multi-threaded
 python program that performs the snapshots for all the remote servers
 configured in a powa repository database (in the powa_servers table).
 .
 Related packages:
  * powa-web: web frontend
  * postgresql-powa (postgresql-NN-powa): archivist collecting statistics
Timestamp: 2024-11-19 17:01:36+00

Package: libecpg-compat3
Source: postgresql-12
Version: 12.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg-compat3_12.22-1.pgdg+1_arm64.deb
Size: 23020
SHA256: 32b1f706f658ecada48ae95b87e64ae9a190bfa18c441278e659db41d4068ca8
SHA1: d8dbb3219864203d33b2166ca2034973e9304aad
MD5sum: b5560527a0a1b890eac3adcb1c96e4fd
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.
Timestamp: 2024-11-21 13:48:25+00

Package: libecpg-compat3-dbgsym
Source: postgresql-12
Version: 12.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 12.22-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-compat3-dbgsym_12.22-1.pgdg+1_arm64.deb
Size: 16900
SHA256: 6360b1b5af92716629e2c79f62fe882045a4dc2050c8571a424f2b5f1015a621
SHA1: bea26f9d124504e91acd630716d2ceea8a1c47fe
MD5sum: 3731aabd0b34ec51c11a0793e88059e5
Description: debug symbols for libecpg-compat3
Build-Ids: 279ee9d916215a18017e7a43f7b91ccac9289991
Timestamp: 2024-11-21 13:48:25+00

Package: libecpg-dev
Source: postgresql-12
Version: 12.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1586
Depends: libecpg-compat3 (= 12.22-1.pgdg+1), libecpg6 (= 12.22-1.pgdg+1), libpgtypes3 (= 12.22-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libecpg-dev_12.22-1.pgdg+1_arm64.deb
Size: 271036
SHA256: db2c6882cad23a7453e37a5ddcb63d1b1479d1ba06d3fb8f27e0152a2979b93e
SHA1: bbdb960ad6216618d5fa6ceb0e652f46f554f35e
MD5sum: 1b7025f0b251be11507bf1dc9e60e1d7
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).
Timestamp: 2024-11-21 13:48:25+00

Package: libecpg-dev-dbgsym
Source: postgresql-12
Version: 12.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 277
Depends: libecpg-dev (= 12.22-1.pgdg+1)
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-dev-dbgsym_12.22-1.pgdg+1_arm64.deb
Size: 240952
SHA256: 8e22447b2a7833ad6382e627c598944ec88e8a80ecaaf25fb5bb6823c44b1bd0
SHA1: 960e5d25072d204f15ab4cc89284a375a2b86d7e
MD5sum: ca3b1586e08db15fdf27a0154f078afe
Description: debug symbols for libecpg-dev
Build-Ids: 375a12c22d51df078fa3a0223419c1b330a6f943
Timestamp: 2024-11-21 13:48:25+00

Package: libecpg6
Source: postgresql-12
Version: 12.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 264
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg6_12.22-1.pgdg+1_arm64.deb
Size: 63020
SHA256: a3f299a548250311c94698b768419366f9e6cb0abcaa125bbc10a51b97623042
SHA1: 9ffc04b5f7c4ad5a505e2feb81e902f9959dc20e
MD5sum: 82c4e51716215a171bd74d6c5441c695
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.
Timestamp: 2024-11-21 13:48:25+00

Package: libecpg6-dbgsym
Source: postgresql-12
Version: 12.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 12.22-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg6-dbgsym_12.22-1.pgdg+1_arm64.deb
Size: 112564
SHA256: 72a645d9268db62c41d0d5bc75ae990ca3c42cec42286dda0357c18138d4a3e3
SHA1: 42be40794e00ea1ae1779b451f34f6214b8f92fc
MD5sum: 4ae21318795c22f4dd34b25cbe8b58bc
Description: debug symbols for libecpg6
Build-Ids: 52b8fc21d98a8c64bc57a457699b8f4ccd03f1fc
Timestamp: 2024-11-21 13:48:25+00

Package: libpgtypes3
Source: postgresql-12
Version: 12.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpgtypes3_12.22-1.pgdg+1_arm64.deb
Size: 49072
SHA256: 63b061d20bfc3c4b6a929bf30bc68eb5cf6bf9917262e87cd041ffa588e76029
SHA1: 24d02f220d2af2eab3013e2a952b8ae549057726
MD5sum: 5f812c9c8bd0d66c3609f9e20035be73
Description: shared library libpgtypes for PostgreSQL 12
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-21 13:48:25+00

Package: libpgtypes3-dbgsym
Source: postgresql-12
Version: 12.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 12.22-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpgtypes3-dbgsym_12.22-1.pgdg+1_arm64.deb
Size: 88616
SHA256: 9c685c98f5edf1798fd18e35bf7b45e51addfff21d556eb37074315d840bb65b
SHA1: 1943305d6794fe638a4d6ce5865db46e9448b217
MD5sum: 66af7d59f45922e7abaf8ee8bfdc0c15
Description: debug symbols for libpgtypes3
Build-Ids: f893ed2ba8650695e2ec8c300a6e9b48a786b5b9
Timestamp: 2024-11-21 13:48:25+00

Package: libpq-dev
Source: postgresql-12
Version: 12.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 601
Depends: libpq5 (= 12.22-1.pgdg+1)
Suggests: postgresql-doc-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libpq-dev_12.22-1.pgdg+1_arm64.deb
Size: 146580
SHA256: 84db56f3119f6ce20ceccf0fc7b5b49dba5e7c05be396d778bdff15f9ae44a6a
SHA1: cf88eb5512e02a78099c4f9f587f5310e791ffce
MD5sum: a99c0438df5447184fd8ed6aa49e2e95
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.
Timestamp: 2024-11-21 13:48:25+00

Package: libpq5
Source: postgresql-12
Version: 12.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 795
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpq5_12.22-1.pgdg+1_arm64.deb
Size: 179804
SHA256: 0ef82d2169f00a6f6f9f048384378d3a482362fd5f2139eede358f5dbeb21a50
SHA1: f540cbaa7665a96e9fe6ac618fa4b65d01abbfb4
MD5sum: 634bd97e19ceebaba2e81d98ef46128d
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.
Timestamp: 2024-11-21 13:48:25+00

Package: libpq5-dbgsym
Source: postgresql-12
Version: 12.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 286
Depends: libpq5 (= 12.22-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpq5-dbgsym_12.22-1.pgdg+1_arm64.deb
Size: 253076
SHA256: ba6560dd52d1f57d167e952652bd03b587a568c56618b446bcd18f58bd89dbbb
SHA1: 1d08d69f07ca6452e80b39e78fc67185f68dbb4e
MD5sum: a79f3a62f56c882b12a154b6c2c06baa
Description: debug symbols for libpq5
Build-Ids: 88a5e9f0a89cbea1d1b979e1140c41639ada3a35
Timestamp: 2024-11-21 13:48:25+00

Package: libecpg-compat3
Source: postgresql-13
Version: 13.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg-compat3_13.18-1.pgdg+1_arm64.deb
Size: 22892
SHA256: ea211f70596db40570720eaf3f1e4986bc4d6d0e785db72393d21d2786dfb954
SHA1: 7bc41e5ba2c2e8522e1c5f9db7fa00e5bc59ea16
MD5sum: ee3b61b1d6baefcc79a20e6b47237c70
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.
Timestamp: 2024-11-21 13:49:14+00

Package: libecpg-compat3-dbgsym
Source: postgresql-13
Version: 13.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 13.18-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-compat3-dbgsym_13.18-1.pgdg+1_arm64.deb
Size: 16892
SHA256: dcf0ffedffdc310f73ab10f39f440ec82e493274fc25887488a6f31e0409ca63
SHA1: f451dff5906221c04942cfccd715b83ba5a317e8
MD5sum: 524d72347552921d11d47dd18d10b3fe
Description: debug symbols for libecpg-compat3
Build-Ids: f118d0eeba4451fc0b2539b0144ea6bbd729a723
Timestamp: 2024-11-21 13:49:14+00

Package: libecpg-dev
Source: postgresql-13
Version: 13.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1522
Depends: libecpg-compat3 (= 13.18-1.pgdg+1), libecpg6 (= 13.18-1.pgdg+1), libpgtypes3 (= 13.18-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libecpg-dev_13.18-1.pgdg+1_arm64.deb
Size: 269952
SHA256: bec1ddb4bb22e8c447707083b66049aacca228e0d03b837115a6a7c2861dd165
SHA1: cb77ae7531075adfe066f5b2aa0edc749af653d2
MD5sum: f9c69811e3c3e69fb7929f99ea89aaf7
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).
Timestamp: 2024-11-21 13:49:14+00

Package: libecpg-dev-dbgsym
Source: postgresql-13
Version: 13.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 282
Depends: libecpg-dev (= 13.18-1.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-dev-dbgsym_13.18-1.pgdg+1_arm64.deb
Size: 246692
SHA256: 96b7cabc396cd078f7ada745742873f62b5992086f9e686cc96df2fb6ad1ee9d
SHA1: 120a1e6183f30d127c616accc6b2b503eb220029
MD5sum: 82a5bdff35b0b4b76253ebbf48382081
Description: debug symbols for libecpg-dev
Build-Ids: 38f34cf02d24a7f022a5790a16ffad74b01b69a5
Timestamp: 2024-11-21 13:49:14+00

Package: libecpg6
Source: postgresql-13
Version: 13.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 264
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg6_13.18-1.pgdg+1_arm64.deb
Size: 62916
SHA256: 4c37e453f850ac16d038090982ac610ea6214c923b327a247a07487c966c6a4a
SHA1: 9d656c7ccbadddbdf6cc3b52a26de97e8d0a1aa5
MD5sum: c897c7b669c574fe9023015434282347
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.
Timestamp: 2024-11-21 13:49:14+00

Package: libecpg6-dbgsym
Source: postgresql-13
Version: 13.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 13.18-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg6-dbgsym_13.18-1.pgdg+1_arm64.deb
Size: 112800
SHA256: 2f0100560f6619f87f4a96fea93c6f8a0eb6c5ce26cda9c12c3bd0c303c60dd6
SHA1: a9c0a9bb0eb5701523ef654fb317e1dc8d9c338a
MD5sum: 47956e602b1d9212c7080b960da0ced8
Description: debug symbols for libecpg6
Build-Ids: 5488eece35902e063663c93c8221c1d44ba94f08
Timestamp: 2024-11-21 13:49:14+00

Package: libpgtypes3
Source: postgresql-13
Version: 13.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 171
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpgtypes3_13.18-1.pgdg+1_arm64.deb
Size: 49216
SHA256: 52d50c13d65f00f39449dbda7addaee2629d9433e780a0eefd6633bcb865b2ee
SHA1: 712fe4963422a127777910765bbd4ced7fed7dff
MD5sum: a44a8bb73c6abe1fbbbbfe296cb47a80
Description: shared library libpgtypes for PostgreSQL 13
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-21 13:49:14+00

Package: libpgtypes3-dbgsym
Source: postgresql-13
Version: 13.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 13.18-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpgtypes3-dbgsym_13.18-1.pgdg+1_arm64.deb
Size: 88872
SHA256: 9e5b90255e5f3d9e09a9a9ad5f89edea5b6e42a4167419687d0bcdcbd0628e35
SHA1: 0e6f2f37de1d9dbeb66160d5dfadd320034c2e8c
MD5sum: aefd64a8e23005e4de9856a13dd554e4
Description: debug symbols for libpgtypes3
Build-Ids: e1f68de999807a127228bbfdfa7bb1e3d207616f
Timestamp: 2024-11-21 13:49:14+00

Package: libpq-dev
Source: postgresql-13
Version: 13.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 580
Depends: libpq5 (= 13.18-1.pgdg+1)
Suggests: postgresql-doc-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libpq-dev_13.18-1.pgdg+1_arm64.deb
Size: 143096
SHA256: 5183a735a9c3d819dbf7b9a8243c9b9229ea0a8e6ec13729275a85410bb3f673
SHA1: cd4c4317d0a8325eba7228a6fe5b1923843852ec
MD5sum: 754e2fb5796b8b0402a288608e4ae67c
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.
Timestamp: 2024-11-21 13:49:14+00

Package: libpq5
Source: postgresql-13
Version: 13.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 854
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpq5_13.18-1.pgdg+1_arm64.deb
Size: 179992
SHA256: 864a9e37bc7ef43c270a22617874c98ff278b73e074dffcf730cb9388b81e9c8
SHA1: 481805b2043134fcdb349ebaa8c627e4d54fc973
MD5sum: 0c2228ff37e4ad064a890bf9d397a225
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.
Timestamp: 2024-11-21 13:49:14+00

Package: libpq5-dbgsym
Source: postgresql-13
Version: 13.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 293
Depends: libpq5 (= 13.18-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpq5-dbgsym_13.18-1.pgdg+1_arm64.deb
Size: 258560
SHA256: 6e2cb030ed5e29d479c123fc0b4aa147808be4a6ae02a2c914f24ce77b1bf1d0
SHA1: 70d1d8442d24134219cba2d53b7ede98c45216ff
MD5sum: 2b386d3cac05f7fcd2ea28dfb01d1aa7
Description: debug symbols for libpq5
Build-Ids: 1f5f4f97bfb5bfb970960660c6b28fcdf6550776
Timestamp: 2024-11-21 13:49:14+00

Package: libecpg-compat3
Source: postgresql-14
Version: 14.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg-compat3_14.15-1.pgdg+1_arm64.deb
Size: 20412
SHA256: e4dd094427f582011079e8e2c89cd3deb83c38d678aa24bf089cfd8772e47e0d
SHA1: a3c79b88bed0d6e2dc00f2fd7552da11fe1bbb37
MD5sum: e154517c0817ae953be8653df2bf32c8
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.
Timestamp: 2024-11-21 13:50:01+00

Package: libecpg-compat3-dbgsym
Source: postgresql-14
Version: 14.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 14.15-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-compat3-dbgsym_14.15-1.pgdg+1_arm64.deb
Size: 16892
SHA256: 095b01b124488b9fbef7001da0747110838d37ed78e88aae95fa0a12ffc56401
SHA1: 422039dd500b9c69d03d463384bff2780a32bad6
MD5sum: a6763e390b604c85c831f85e82f3243a
Description: debug symbols for libecpg-compat3
Build-Ids: e41e1c780666a18051940a86a7f4956b0085e152
Timestamp: 2024-11-21 13:50:01+00

Package: libecpg-dev
Source: postgresql-14
Version: 14.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1608
Depends: libecpg-compat3 (= 14.15-1.pgdg+1), libecpg6 (= 14.15-1.pgdg+1), libpgtypes3 (= 14.15-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libecpg-dev_14.15-1.pgdg+1_arm64.deb
Size: 275452
SHA256: 94652a58986d0acfa891e1b4368b2558e8864ec398e5136f0bf1a7afd1a20182
SHA1: f7d918dc1c4ff8a831a037853c96577327f9a2b0
MD5sum: 6766f7bde582b1b0ae707e5225b93588
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).
Timestamp: 2024-11-21 13:50:01+00

Package: libecpg-dev-dbgsym
Source: postgresql-14
Version: 14.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 294
Depends: libecpg-dev (= 14.15-1.pgdg+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-dev-dbgsym_14.15-1.pgdg+1_arm64.deb
Size: 254560
SHA256: 441d1f90095553b05c4f727688cfc36127017aa7a0f0f0da83e0d584c6e1c9f3
SHA1: 8c540868330797966eb01bb2aceddde65cf5ab51
MD5sum: 69b1517912066af454d395568097229e
Description: debug symbols for libecpg-dev
Build-Ids: 00d40828f1098fc81c5bf3882587212e16699c3b
Timestamp: 2024-11-21 13:50:01+00

Package: libecpg6
Source: postgresql-14
Version: 14.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg6_14.15-1.pgdg+1_arm64.deb
Size: 61204
SHA256: e565c76f610f41d63af55c0f6b6f0bb83c06d9ac618181888e01202221800edf
SHA1: 8e11ef9162da9df084d8410a83d3d50935dd20ff
MD5sum: b3ab4b5010e131561a7f5c1bc4f40cb7
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.
Timestamp: 2024-11-21 13:50:01+00

Package: libecpg6-dbgsym
Source: postgresql-14
Version: 14.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 14.15-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg6-dbgsym_14.15-1.pgdg+1_arm64.deb
Size: 112684
SHA256: 81c48f8788dbbdfff357ce30a7bf5cba0ebb7f3f88d6d070c836c068af4d57ca
SHA1: b66dfd4fcaab296662fad36f3ac5184f0cefabd4
MD5sum: 84873df651396f9a6dafd099b8f6aba0
Description: debug symbols for libecpg6
Build-Ids: 6eb6b9c961fcc2a46b8a8853811fc02a98d5db60
Timestamp: 2024-11-21 13:50:01+00

Package: libpgtypes3
Source: postgresql-14
Version: 14.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpgtypes3_14.15-1.pgdg+1_arm64.deb
Size: 46652
SHA256: 7db45f020a599cafefa68ba5ccc96cfd0b7ebbed550c54ac4e3a7a5de87e6f59
SHA1: 658a67cf26b753a222914ae6ef85c12302ac0019
MD5sum: a204ef3d2d38c6af282d27489a4a7cad
Description: shared library libpgtypes for PostgreSQL 14
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-21 13:50:01+00

Package: libpgtypes3-dbgsym
Source: postgresql-14
Version: 14.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 14.15-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpgtypes3-dbgsym_14.15-1.pgdg+1_arm64.deb
Size: 89156
SHA256: 94340b04a8e5a02d8064652ce6cf4c92291598802e8e90f87e63fa37e923473e
SHA1: 710a221fb372ab8188af3a446d2a0a1ca72f2326
MD5sum: feb960e481b1c75d08552b36b8e91c57
Description: debug symbols for libpgtypes3
Build-Ids: aaac05eb6cf21c1d07807838f26927529aca697c
Timestamp: 2024-11-21 13:50:01+00

Package: libpq-dev
Source: postgresql-14
Version: 14.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 591
Depends: libpq5 (= 14.15-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libpq-dev_14.15-1.pgdg+1_arm64.deb
Size: 143460
SHA256: 613c76f61e838e3e0ee93ea4eabc53bca71671938e25d3cd24e4dfde2464888a
SHA1: 20b8fc830aef2138c961cbd4a753faa414007a70
MD5sum: b7cfa0db004086235924ccc9a625efb9
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.
Timestamp: 2024-11-21 13:50:01+00

Package: libpq5
Source: postgresql-14
Version: 14.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 818
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpq5_14.15-1.pgdg+1_arm64.deb
Size: 173804
SHA256: 61e8da514768def2135c8a9f79531fc99247dc4120f431cceed34e49b3c1e3d9
SHA1: fdb85f6a4d76e8bdca79e320e0fb33beb8df1e11
MD5sum: 098f289a8a719367f0bacc8aabad10af
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.
Timestamp: 2024-11-21 13:50:01+00

Package: libpq5-dbgsym
Source: postgresql-14
Version: 14.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 307
Depends: libpq5 (= 14.15-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpq5-dbgsym_14.15-1.pgdg+1_arm64.deb
Size: 271796
SHA256: 1dade4819e4ae9df54f805b9578b9951cb53a5b44ce03472cde74813e9a4175b
SHA1: 3942847d19686a950851223162268adc718b9f24
MD5sum: a4ab3d9c52534615bdbec3348a111bf7
Description: debug symbols for libpq5
Build-Ids: 914bafe4f671ffa17b7f66eb8dae354a50086441
Timestamp: 2024-11-21 13:50:01+00

Package: libecpg-compat3
Source: postgresql-15
Version: 15.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg-compat3_15.10-1.pgdg+1_arm64.deb
Size: 18092
SHA256: c8d9cf03262fe3f592281738a1e0e4945202dfb5d541f55707c708e30b17cdcd
SHA1: e6498aff54dcff0f79c2382a2b7168aea5e72db5
MD5sum: 5414f2ac305793208a8eebe9e061aeee
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.
Timestamp: 2024-11-21 13:50:46+00

Package: libecpg-compat3-dbgsym
Source: postgresql-15
Version: 15.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 15.10-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-compat3-dbgsym_15.10-1.pgdg+1_arm64.deb
Size: 16896
SHA256: 9abf2417357d35032b63389e6a8cbc42fbfc7a2d892e4f41588df65f04c0d321
SHA1: 105b348b43085c138d15bd274843e249dfb49e40
MD5sum: 44d1e902e7a43199dfd2a1ed5364eb3a
Description: debug symbols for libecpg-compat3
Build-Ids: 265cd3f3074dd012bebb38e25a730bd703d3e799
Timestamp: 2024-11-21 13:50:46+00

Package: libecpg-dev
Source: postgresql-15
Version: 15.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1635
Depends: libecpg-compat3 (= 15.10-1.pgdg+1), libecpg6 (= 15.10-1.pgdg+1), libpgtypes3 (= 15.10-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libecpg-dev_15.10-1.pgdg+1_arm64.deb
Size: 279828
SHA256: a77941dd103214ceac238d177db7dedf8f14250c9e6401ce02c1adb66026f1a6
SHA1: a28350d76c92884891a2dc3e75b25d6cb28afa29
MD5sum: 79db7f3c42e797e0f57506b5adaf15ba
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).
Timestamp: 2024-11-21 13:50:46+00

Package: libecpg-dev-dbgsym
Source: postgresql-15
Version: 15.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 300
Depends: libecpg-dev (= 15.10-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-dev-dbgsym_15.10-1.pgdg+1_arm64.deb
Size: 258484
SHA256: 0ffe931171f8d850f9582a203614d6cdbdc140f2b714724f185a520d19ddb9c3
SHA1: f96982a2c680205f12403fee96951b09c80479b5
MD5sum: 2832739ea5eb58b6ca37093d739e444b
Description: debug symbols for libecpg-dev
Build-Ids: 280cb3813a4a08efc6f44f84a13635ed5bafb6a3
Timestamp: 2024-11-21 13:50:46+00

Package: libecpg6
Source: postgresql-15
Version: 15.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 273
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg6_15.10-1.pgdg+1_arm64.deb
Size: 60368
SHA256: a1bd1cb8656f6bf9e886fe716b0b31c87e83ffbd41db128fbc5b5b7cbdd6c790
SHA1: bf08b619ef055d637adff0f1ee3b4448cf08e33e
MD5sum: b0b3b4e1ca6b34f288c502c8fcfc549f
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.
Timestamp: 2024-11-21 13:50:46+00

Package: libecpg6-dbgsym
Source: postgresql-15
Version: 15.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: libecpg6 (= 15.10-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg6-dbgsym_15.10-1.pgdg+1_arm64.deb
Size: 115324
SHA256: 0fa5d17dde23452f6f2eaaa2d2b635b96cad95abb14f86ba0b28ef233b496da7
SHA1: 8ceaa01f7c7809b4bc06c66856cd57a8535cb213
MD5sum: ebd64fa6e2aed8b26fe75e09193d9a6e
Description: debug symbols for libecpg6
Build-Ids: 4cfece3a2f792b19c9f73fc848bf2427f427e668
Timestamp: 2024-11-21 13:50:46+00

Package: libpgtypes3
Source: postgresql-15
Version: 15.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 165
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpgtypes3_15.10-1.pgdg+1_arm64.deb
Size: 44680
SHA256: b5bd34b693efb4c2092b1abbebfd260c0ea45c49ccd9d4c87366711c5acae41a
SHA1: 140301897ed2cb0448184e2719d60609a03fb21b
MD5sum: 6b92fd2680db5fe828d6aa5b7a7ab8e1
Description: shared library libpgtypes for PostgreSQL 15
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-21 13:50:46+00

Package: libpgtypes3-dbgsym
Source: postgresql-15
Version: 15.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 15.10-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpgtypes3-dbgsym_15.10-1.pgdg+1_arm64.deb
Size: 89640
SHA256: c26bd2c9ce6ac0fde357f54a1723e46b87b7eb5eec8163e952680be9dd5c60f7
SHA1: 5b80e00843241521b49c03142510deea67c6ccc5
MD5sum: 76d121819b2109d812d23057540eb1ec
Description: debug symbols for libpgtypes3
Build-Ids: 9279a2c9a372811edd53d0cc0772715268cc7294
Timestamp: 2024-11-21 13:50:46+00

Package: libpq-dev
Source: postgresql-15
Version: 15.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 600
Depends: libpq5 (= 15.10-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libpq-dev_15.10-1.pgdg+1_arm64.deb
Size: 144252
SHA256: 382efd8cc55a7038c249485bebb476d17575d433c9f52589d4ead8bc82f2c527
SHA1: bc6966c20e801a4799bb7eda13e233f6822a5d72
MD5sum: 8eafa68214a703da59773067ee3d6f4c
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.
Timestamp: 2024-11-21 13:50:46+00

Package: libpq5
Source: postgresql-15
Version: 15.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 905
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpq5_15.10-1.pgdg+1_arm64.deb
Size: 185352
SHA256: e30246704b7224afa89117962b10ccded1c6309133bfd36dd9e88bc7e10a5b3b
SHA1: 1d14f52a9900328c58d0df0aea31b301e087c807
MD5sum: 976cc989a54b16ecd5f2fba5f7679b16
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.
Timestamp: 2024-11-21 13:50:46+00

Package: libpq5-dbgsym
Source: postgresql-15
Version: 15.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 317
Depends: libpq5 (= 15.10-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpq5-dbgsym_15.10-1.pgdg+1_arm64.deb
Size: 281264
SHA256: 93d911755adb985d23ee5d11d5e4c033a1da67e83f1af6cecd96b77fd9b693d8
SHA1: 2078d35b2427397d8a62788e707e2adc6c47c893
MD5sum: 253a0378f47591761c00b535929cc020
Description: debug symbols for libpq5
Build-Ids: eac66e6685a2d490b45b5d6a22c17db396939b6e
Timestamp: 2024-11-21 13:50:46+00

Package: libecpg-compat3
Source: postgresql-16
Version: 16.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libecpg-compat3_16.6-1.pgdg+1_arm64.deb
Size: 16868
SHA256: ad59e79b3993d92751f4e5471dd955dc451812615dd09960f6d55d395a672f97
SHA1: c2e5763d80d3a28eb9d9db612226ab0d2330d49e
MD5sum: fe2d30f9be8a88c0a94c36ed3eaa790b
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.
Timestamp: 2024-11-21 13:51:30+00

Package: libecpg-compat3-dbgsym
Source: postgresql-16
Version: 16.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 16.6-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg-compat3-dbgsym_16.6-1.pgdg+1_arm64.deb
Size: 16896
SHA256: d497332709b0508f6a39c135ca86b7b58714a08609f1764f697856d60f0ba8ac
SHA1: 1c83ea013f921bc7674b07b341d65225ca6fbccc
MD5sum: 8861f252642547119656d0142a020868
Description: debug symbols for libecpg-compat3
Build-Ids: 934a2c71a83d331e8f58bd2cb8ff30c1f35dd0b6
Timestamp: 2024-11-21 13:51:30+00

Package: libecpg-dev
Source: postgresql-16
Version: 16.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1700
Depends: libecpg-compat3 (= 16.6-1.pgdg+1), libecpg6 (= 16.6-1.pgdg+1), libpgtypes3 (= 16.6-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/libecpg-dev_16.6-1.pgdg+1_arm64.deb
Size: 283036
SHA256: c609c2637d090d975d1737e8d2696ac172cdabeecf67799f3b07a894ebed80cb
SHA1: 0d09fd11c75efd7c6eef5dc82111971dda7d48a3
MD5sum: 2aa4411ab7445ae8a1d55ad55bda96ec
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).
Timestamp: 2024-11-21 13:51:30+00

Package: libecpg-dev-dbgsym
Source: postgresql-16
Version: 16.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 303
Depends: libecpg-dev (= 16.6-1.pgdg+1)
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg-dev-dbgsym_16.6-1.pgdg+1_arm64.deb
Size: 261532
SHA256: 5f3d9940aea2b684655caece55acfcd3e09662086398c92c182e96774c7ed623
SHA1: cf701872da591973c1f85adb60b235407c7e8336
MD5sum: 285757234e30e2e783c8f3f4bb393ff9
Description: debug symbols for libecpg-dev
Build-Ids: 4347dc1e437c5e0ec59c65c3feb80bfe8a9ce01a
Timestamp: 2024-11-21 13:51:30+00

Package: libecpg6
Source: postgresql-16
Version: 16.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 277
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libecpg6_16.6-1.pgdg+1_arm64.deb
Size: 59728
SHA256: 79bd0e932a0f0ac53025f2bf6e36f23500bafe80550cd89cba0d551ac5d0084e
SHA1: 6190c22273556b6e40a1448fe16d0da2e56b0d59
MD5sum: 52eaad6540ec00658ce7e7e9e77e7d5b
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.
Timestamp: 2024-11-21 13:51:30+00

Package: libecpg6-dbgsym
Source: postgresql-16
Version: 16.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: libecpg6 (= 16.6-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg6-dbgsym_16.6-1.pgdg+1_arm64.deb
Size: 114964
SHA256: 4bce9e9f88c93af680b83e60a915930fc0114a8c178dd2583a6f09ad10a3dda9
SHA1: 0704fb26c4ad06eec79d03d9a7a6b07debf67125
MD5sum: f01bbc05d00be7c66a96200cb11d547c
Description: debug symbols for libecpg6
Build-Ids: 8377b438a3d774980a285a21f282fcbd2c80a81c
Timestamp: 2024-11-21 13:51:30+00

Package: libpgtypes3
Source: postgresql-16
Version: 16.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 163
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libpgtypes3_16.6-1.pgdg+1_arm64.deb
Size: 43712
SHA256: a4b8238fe2e7995777b8e03fb7799c157bbab3977aa7f36212c968c9c26b8e23
SHA1: 1a5b95f274ba34434ff787496a2c743c68a85cd7
MD5sum: 588ba91331f16eaedc51fefa1580a514
Description: shared library libpgtypes for PostgreSQL 16
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-21 13:51:30+00

Package: libpgtypes3-dbgsym
Source: postgresql-16
Version: 16.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 16.6-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libpgtypes3-dbgsym_16.6-1.pgdg+1_arm64.deb
Size: 89792
SHA256: e92288cb334b7fd47b5bddec6bcf1832081b247b0af47066ebdc386e67949e17
SHA1: 26bd25e5578b71d113d6b5bc45e7658aeed2716b
MD5sum: e8c7410d7873a3c35d4938dcec61a670
Description: debug symbols for libpgtypes3
Build-Ids: d9200424c7adb5208c7324fe00a8359a1d121cf0
Timestamp: 2024-11-21 13:51:30+00

Package: libpq-dev
Source: postgresql-16
Version: 16.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 598
Depends: libpq5 (= 16.6-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/libpq-dev_16.6-1.pgdg+1_arm64.deb
Size: 144304
SHA256: 59b0c0fbe3cef32d05e05c8a6354f38909cd7ae1a3eb5600531cefafa8a62a2d
SHA1: d5ed20c19be1f70b28f70aa9d49691bba41503ed
MD5sum: ccba9dd3c61c13a6bf0dc388aa4660ae
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.
Timestamp: 2024-11-21 13:51:30+00

Package: libpq5
Source: postgresql-16
Version: 16.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1093
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libpq5_16.6-1.pgdg+1_arm64.deb
Size: 214636
SHA256: 3e852ccd40364c8d377e10a3888f0bfec077c07fde2e6935c6a2e2b13a59caee
SHA1: 9876f55aaae610fe7e4e0344e05229381f2fef4e
MD5sum: fcd6e8355799dadb2461d95651e57189
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.
Timestamp: 2024-11-21 13:51:30+00

Package: libpq5-dbgsym
Source: postgresql-16
Version: 16.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 327
Depends: libpq5 (= 16.6-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libpq5-dbgsym_16.6-1.pgdg+1_arm64.deb
Size: 290268
SHA256: 760eabb67c53c0ee9f469ae05929182314a8fca309eed692e053f8774032711f
SHA1: 98617f6c523c1873ac6595f66fca942c72a577d8
MD5sum: 2ff13aa30a129f2d46adc8448cc5d6fb
Description: debug symbols for libpq5
Build-Ids: 4d6987d0091bfa17334b22bd2f56d662034747fe
Timestamp: 2024-11-21 13:51:30+00

Package: libecpg6
Source: postgresql-17
Version: 17.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 275
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-17/libecpg6_17.2-1.pgdg+1_arm64.deb
Size: 56728
SHA256: d855c4ea141dcf4cad46f602cd061e50dc7764ee49561e872c1719164976a0db
SHA1: d0b43eaf61054a04a57839407992d44b9e347334
MD5sum: 79802c7c03960411f506119d907fe45e
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.
Timestamp: 2024-11-21 22:31:14+00

Package: libecpg6-dbgsym
Source: postgresql-17
Version: 17.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: libecpg6 (= 17.2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libecpg6-dbgsym_17.2-1.pgdg+1_arm64.deb
Size: 114848
SHA256: 43faee6f750084d170ad86b6c8424666cd26358ddff369efef48f6144ffcf7e5
SHA1: 90ce9e7f004bea57605d0fe5d0b8037369da116b
MD5sum: e7c5eed4457b338d900f99d1e335603b
Description: debug symbols for libecpg6
Build-Ids: b4cd3e212c6858775d54073ee2dbbf9609d860a3
Timestamp: 2024-11-21 22:31:14+00

Package: libecpg-compat3
Source: postgresql-17
Version: 17.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-17/libecpg-compat3_17.2-1.pgdg+1_arm64.deb
Size: 13940
SHA256: b75858a0188c3798331cd2ef7abec5313115bb57e28a4eee506eb3bb800af3b8
SHA1: b846df038e8367cb11dc3671d66cea87032bd08e
MD5sum: ca075f27ed761b0bbc1f558069e89d9a
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.
Timestamp: 2024-11-21 22:31:14+00

Package: libecpg-compat3-dbgsym
Source: postgresql-17
Version: 17.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 17.2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libecpg-compat3-dbgsym_17.2-1.pgdg+1_arm64.deb
Size: 16972
SHA256: 9a3c8608719a1ff15eeeb297e5c068a60df5e739befcb8e4cfc7c94eb5ae5402
SHA1: 009d271204cdf034e1ae43bef8460cbabdb8c72f
MD5sum: 5ac651386238b9d796cddf8b539e18c1
Description: debug symbols for libecpg-compat3
Build-Ids: b3de5a07fb22f63aa138102f895e10ff61ab0ca9
Timestamp: 2024-11-21 22:31:14+00

Package: libecpg-dev
Source: postgresql-17
Version: 17.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1698
Depends: libecpg-compat3 (= 17.2-1.pgdg+1), libecpg6 (= 17.2-1.pgdg+1), libpgtypes3 (= 17.2-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-17/libecpg-dev_17.2-1.pgdg+1_arm64.deb
Size: 283368
SHA256: 54593230a709628a4a09b75ade06b4612f350117210b0f5cd98c9d514b0158d4
SHA1: 7ed203deded0846a9d667e2b99dd2e77cae4c0d0
MD5sum: 5a5a2708c51163b902bb39bae16f9e58
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).
Timestamp: 2024-11-21 22:31:14+00

Package: libecpg-dev-dbgsym
Source: postgresql-17
Version: 17.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 315
Depends: libecpg-dev (= 17.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libecpg-dev-dbgsym_17.2-1.pgdg+1_arm64.deb
Size: 268416
SHA256: 382c17f941ecb08ebd1e07ee44ff19ee72f3eb068609118a302b4aa58ceecab7
SHA1: 563b24ac0acdf4fcc01062505615a7dc751876f4
MD5sum: e4bd9c2ed917d65c7b65570a9e6a3ac4
Description: debug symbols for libecpg-dev
Build-Ids: 37bc96b8dd4835916ec4fbe3e7f1b6219a46416c
Timestamp: 2024-11-21 22:31:14+00

Package: libpgtypes3
Source: postgresql-17
Version: 17.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 161
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-17/libpgtypes3_17.2-1.pgdg+1_arm64.deb
Size: 40664
SHA256: 2e6671309e783ffe856374bb1deb89a59854b59c0e442383d857c28f4ee144b3
SHA1: 68f733ffab55da1f18e2063961209a02203078d9
MD5sum: fb9f7bea8bb1c51a2fd464b0b1634ebc
Description: shared library libpgtypes for PostgreSQL 17
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-21 22:31:14+00

Package: libpgtypes3-dbgsym
Source: postgresql-17
Version: 17.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 17.2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libpgtypes3-dbgsym_17.2-1.pgdg+1_arm64.deb
Size: 89772
SHA256: 1c29d3a805a31e1b3d3fe64b11acd6d353d437b8faca57bcfaaa0d9420cefae0
SHA1: ca984eea58c0a368ec7bf623db0a0fef31944bed
MD5sum: 69f526ac074bb8c1ca20f2f8a7402d65
Description: debug symbols for libpgtypes3
Build-Ids: 52fe02eff9a315989c950333099ea3c68b5606e3
Timestamp: 2024-11-21 22:31:14+00

Package: libpq5
Source: postgresql-17
Version: 17.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1104
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-17/libpq5_17.2-1.pgdg+1_arm64.deb
Size: 218256
SHA256: ede23f879687f2b5df3a84a63fc5fda2da04ea4327553322e88cd9faa1894bde
SHA1: d1b40317df53f1bef460efabc4c306c33e8d4c0a
MD5sum: e6ccda36a515fadd5a871dbec8ed8a6a
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.
Timestamp: 2024-11-21 22:31:14+00

Package: libpq5-dbgsym
Source: postgresql-17
Version: 17.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 334
Depends: libpq5 (= 17.2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libpq5-dbgsym_17.2-1.pgdg+1_arm64.deb
Size: 297024
SHA256: 3d77b7b6d002f2b380585f741e9d8e1314ba289f734edfc1ff6ae29e16deb891
SHA1: 79eafe9607c3b2916a8a71e203e01f0b1573c4ff
MD5sum: 5b987ff88c0daee6cb8bef468ccae58e
Description: debug symbols for libpq5
Build-Ids: 66a0c3244ea039fe5f2b5c53bc4116060474f24d
Timestamp: 2024-11-21 22:31:14+00

Package: libpq-dev
Source: postgresql-17
Version: 17.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 615
Depends: libpq5 (= 17.2-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-17/libpq-dev_17.2-1.pgdg+1_arm64.deb
Size: 145724
SHA256: 35f937c0f506edc9a669eeb062afeeaadd488f69d4b8ae5eab8e75e0bdf1f11b
SHA1: 354db55fb70e002a592e79bee23c2db652d3d50d
MD5sum: a2d823d1bfe28a2fd9497cc55e9153ec
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.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql
Source: postgresql-common (267.pgdg+1)
Version: 17+267.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-17
Suggests: postgresql-doc
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_17+267.pgdg+1_all.deb
Size: 12392
SHA256: d568e2b43482ca202de7fc39ab164a8a099805fb96cf70c2760b940c5b0bd8bf
SHA1: 4379b2dc8c427107a8b97f9a7f38bc0b81d4fd5a
MD5sum: 181aa29fdecd5ed50a1fac751cd5047f
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.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-12
Version: 12.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52602
Depends: locales | locales-all, postgresql-client-12, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm19 (>= 1:19.1.0), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-12-jit-llvm (= 19), postgresql-contrib-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-12_12.22-1.pgdg+1_arm64.deb
Size: 14447188
SHA256: 7b202d9301a2b969ed432d07e458b7eab0309bb3585e41e19c04d726c725cd01
SHA1: 0c19d8851bfc0569ec48182a6e567e3b0213ddb1
MD5sum: 64d30c869bf71245adeeb3c96390d304
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 12.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 201909212
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-12-dbgsym
Source: postgresql-12
Version: 12.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17048
Depends: postgresql-12 (= 12.22-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-12-dbgsym_12.22-1.pgdg+1_arm64.deb
Size: 15444224
SHA256: 9460bc1cabd8bc07d2e375d751d715fa3b4af720b145ce45ec14f4171abb50d1
SHA1: 9768294f325b064d4cf411af35519ac181f3e101
MD5sum: 55b6b8df42ce78e07e3a8074f6adbffe
Description: debug symbols for postgresql-12
Build-Ids: 015e58dff5a742247e4172fc72b32ba3d5bcca91 0368439204e512d25943cafeced8b7335e721574 0397274fd27517088805926b49e068d9dd7204fc 09ecde64c894bb7bc22b06c2e0f1d3b936be718c 0a040eed5fa3205e3c001d712bffe2ef8f766ee0 10764423619c553f62c1fecf1872335f871db1ca 16b21e2a084e298349feeae3f1be4afcaa3f79d4 180fa4d24ca2e6cc05f55098edd75536f3e17bcc 1940362ce5b0a91986351804dd535c951c73e982 1a731859960bff230e69615ea5c2703c36a30819 1a84f0b447aeaab0902f3ddf03b20742e9a88892 1c1f1964fecf2a5861d1398ec2a3409602937cc9 203ba49028da350deaac83cc8e4bec5d50e2b707 2316484ae26494cca396ca64aab80928f25cd926 244210f884033eff2b9f69332f8437475a15095b 2513110c4094c729b151395465c213c50bb31c30 25544612e7f1a0138d492c312f7e44fd5a5e449b 25721fcc765fc3906c22066cea80fb63ecd68af3 2590ff1e89c442d9994d824cca917461a618a067 2604b463aa1085e96db2144a0f12e60e2ea5f193 2665ba6e4980d1376e3b9cf4774d9058d2df6660 2a7bed2ddae7d44d6b562ed5faf32845f5e0338b 2f48d24012e5891c3749eb5cd529a5224b52b485 31fc34f8f970db2d870bd0680f00a5fd8afd4e98 35600f7d55f1910d17a5d2e5ba44f4312aab06a5 3b4ec401302c464be4977098b24ba6564ea651f3 3c03e6cf2c7624d0b48a2ec4436907b0d8ae5148 3c8d7786bb46c304e3317b08445f403edece9da3 3e0725adcf0106bce1c5e65bae48d1ec362ee071 44087979cacae75c97107cbb5287c03ecdd44892 4885d6d52936ec7e348efe061391d4c0d6e99fbf 4a5cef4615960e58f3db0708bd291fb0b242a6c6 4d44c6fa34212b35d6d5954dc64685a819e5d619 4d7455609ec1c60191aa1554cb7ebd08ec7d0504 5041bb69e0d10f4b8fc8f85eaebe1962a7f7e94e 51d9f5b82b2791e60400523b3149b412ba98e242 52318b00124bc370322fbc9a9096d66b73ee59c0 53242dd98e7f25e065805e399dfaa0cd21ba81c2 536787d4588121fb8e53976bfef7c2bcf8c8da9e 53dd9464281f4b7cf6eb63c20639f2dc59262349 575149de5beb564b2033dd4dbf1d8412857563e5 5b27cac8e7d980abf1793a585aa9ddda9c875cdf 5b97b08cf98f5c44a54bec18801a75017eda6261 5d93942f8243c352c3c91d3e0d323febb7aaa661 5fd6118336433a7d3a80b34c975519b48889bb7f 61e789ebf8b321eb079027c024e8baf90119d980 6252fd7177019ee942901a00ca8e2d9a950dfd74 679f30892e87157c3b8ad56e7e450555d762fa1a 6e28643452879aa0be7dcb9df154d625bf115af9 6e3da728fb4d91ef427c8a098ae302e9557a1986 71593231e67b088fbce1ffa3ac30bc0b9d36538a 76817cfb578e3f3198668fa028ac04ba615366e0 7d81a33df848c6e279b683d8cfb5e6b5a80f6107 81b80dd9699df8cedf3dd45921830e8b3b6537e2 84948bbee9f5d46e1ce88251bebd193505b923e5 8617b3d74168e1ce8e14347dbe84b4b86f2ae68f 8aedb00d18d478102902633a11b22b9c2bf157e7 8b166f924f952f22f9cb0aeddbed33f7d1a60461 8d8532a38cab006ebd4a1219d81468c59f5bc311 90bc3f360eae66e4c04b38cb3e7204d8f8120aa4 9256d82bdb2129d45a2f6ebac241b2211d025057 9480a3c5ea0e7cb6443c5a65912d449d4b9c65ed 948103d277c1810466887dce8834f883823490b7 9ace6db285d5d637400480e5b4d32d62fd3763a3 9bcab4ce462815edcf6ef9d68f9c425d8b4c8744 9ed366fef4c22d093057d0f8f121115897a888fa a763ab011b7c9b228c23bcf705679268367143e0 ae8198e8743ce6b645cc92e059f6752f01fb7034 b144f086f0939d3c5a3a59d242251b71899b40c3 b317764011b20aacc15f619f09e6e0162545ba5b b6ed2af78a47a10d81798c205f2290f04e1904dd bc74f992ba40c5fa7eebea41db2c3c4b9d05b17a bdd9eaa04761a887f4c516a57d00c6774e6cd5fa bfcaf38b747ffd825f49ebcb8c270fabf1cb6670 c9ff78b9390ba1a38572e7296840858d25af60d6 cb0e0af82c964c9553eef24a32632f01ac08d4d6 cb85e1d7b3c92e555d046350d9c516c77e0d48cb cc66ef85bfc4e495a8b60aa8d0e7316c8f2dd414 cc6c72f572c9a122ce7a8cfb59ed3535217a2da5 ce5279fd6e30b64a46fe87ad1f0d7aa600578395 cf0574d03811e73b5a0f62dad28c4567997178d0 d163bd037f6af847da82663adc58a7442086197e d97ca93a51ee64dd1d3339744168e9d9bbcf2af0 da76669b25e5d895aa38d7fd882aebc40f98ae59 dbfb8697df8a9e6966d7449274bce6c307aa2ceb e14f0ef28f1f39f507a01a26c4a6bcff86473283 e45cfb821cf10b6132928330ed44e1995c2f8609 e792b02cc5263d76899b1aa536943eb60cb2e398 f23e0b3c97d316fe5159e414e656045c28bf1eb7 f39d800cff39d6aba17739116c5bf7dff0fbd1fe f72571f1292f6d0858326a048daa062ee8df1b67 fc266544ebbbcb01c65a2e90ff5b6bf31de79c05 fec5dfd8aea4a227143ddf437598e8f3e0c82355 ffd00f8f3a2c451b99d16aeeff649d752f6704eb
Postgresql-Catversion: 201909212
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-13
Version: 13.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52414
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm19 (>= 1:19.1.0), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-13-jit-llvm (= 19), postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-13_13.18-1.pgdg+1_arm64.deb
Size: 14730136
SHA256: 665a10b2aca570ba21f1cc97818a01caed61fa7538509f45190594c79613ae82
SHA1: f0cde8f6101afbc0cd681b509a1975d5cf33f751
MD5sum: 3a3f817253f506258c976f63b6ac6c07
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 13.
Postgresql-Catversion: 202007201
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-13-dbgsym
Source: postgresql-13
Version: 13.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17853
Depends: postgresql-13 (= 13.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-13-dbgsym_13.18-1.pgdg+1_arm64.deb
Size: 16219540
SHA256: a60a5e2f540a3924f4acc4df07f46f343dbfd3ff6ba39a7cf347ec46ad6fb85d
SHA1: 3ca0063795c4b197cb280dfda76d180ff2a48bd1
MD5sum: 37ae6e7b1f0f97e58a42dc86ef4595de
Description: debug symbols for postgresql-13
Build-Ids: 005709f7c86f8254cdd66fac2736e2f256841a01 055e40f484914d89337ebe9ce9eba817881f6b5f 0a793485baf1aa40e378886aa4c769c52eaf3c25 0c88db063a5cae25df6f4ecef3d4c7117af31c16 0f87cde7927b29f8d2f7b88abd5232ba4110db69 15cb0573570f7195231c0a514a4098b16f75dc82 16035be5e9ea2846f5cd764c5dfd7f8565a7c014 177f3376f6d656c321329c446c0f9c33c165f918 1b91919286e09221cf8e8dd70fc696336f667b20 1bbfed24e1eb6874e00b37e82f7cfe7ad5edb8d3 1cb461cf12bde86c243e2d1e9e4ea4d9990f0bdf 1cbcd3e950a87b4822ac7413b89988c801a177b2 1fdac047652d129c35b863c38e3f551dab1c4472 20dfe1e2c10be9671015c512d916a67070109c44 23cc77d10e1845f3c6cbe14a7bc1aa55a8ffa600 24fa0d1fda3d60af5abd5cdfd20cfee8b6e2c9f2 28f94a91a7d687b8653df2a3220aa06e58366a1a 28feb7bf84400c6f649dcffd07ce97048a4a1039 2e8c47d925e25ebb862d3f5e26b84d0c1eb8a8ab 31a8db3dc658f6200e541c6107e910a6498e3b2c 3659c5a43a938bcfbf149819b6b1a46d343245ce 36ad682dab15a25c192d0f11802327d23aa665ba 38eff63daab53d7dcd71b1651458e2e9bd2cb9f8 3ac45e4cca21b14b12d3634213f534103e16077e 3b74b17c8ad4ee0e3212ff5cf13857fe60d6e9a2 3f0307a5a9d45f714f0ee822aa7fdc04d6862ccb 40b99b8ccb784e279e757557b65519a586e4a8c3 447745bd54c730dd5dbcf9ade62bf5cf3adc388f 4bd2fbd63dd570490a1e044b30248e24dce46f5d 4c27261761ab66772db81c3eebcda9ea403cb8b7 4e99b5970b965496ad334301be2c1ddcf32d1f6c 4f9b79ca1acd4a2258da2ce2598643ce87de1c82 517f1503df37bc6508fecf2e44deebf3da1ba7f4 5b9cb002d175337ab52a5dc50727d04677b84b07 5d2320c6816c76e73d1f8479cd5c9a11cb32ec2d 5e26b3d0bb57cdb6ed86faaafbae0e7fc0038be1 683b441758fcb56880e55c9d9372b477ac2b6fbd 6b40fdbee2faf7787edc6bed441adb2171f63961 720dd5b6e9e5aa1210419982f3d2a219cc0584bb 7678c7618ba7cab0b253259119bd1d979c44e82c 79ccd5e16fbe4172227f4781347a6ba083ffc5ef 7b5e949b2176a88b941beab8f7aa62988f8a2fdd 7f93a036ec10e9075c95b63985770ec2fd26425e 7fd8f2f16675e70adbe09f8fdde871ed9d2548d2 8114bf02d4df702d4122cbb37c8255881148f03a 8176f60a2094a00578ee0dcd936c1bb43cfa2cde 886495a60d4682ae6b2e5073659e60a4fb88e206 8a9e85bb0528618b5b22e84ec76ccfa2dd70b389 8b80095fdddca695f334ddab7ccb72404f79d2e1 8e3745dc1657e97b027d2e33238665aa52dc4c3c 8f87b67e9fe3de11e65706d0739d6e56dabbcb5a 907811e0723a81b3ba46a7c7abb3865a90e2e3b1 9251b47ddbea21509d5ff89be52a6a263a4e0856 95a0fbb0efab3624769d999e21a291ff9eed764d 95b6bff2a1156c9aa2c6246dd062c92947c0147e 9d4b120256b0b66cd9a9926462e758b8d3471530 a0873fd81705e8b638ace3594794863ac4a0d84a a21f17f1a8af30365d73669c5be07cd9a864f51e a353c245350a7343ac25926d297b68c2281c7171 a3b89d6cd4e81addfc6a6a0d8975dc00de4303b0 a4143e78a01966e3feb9f9fc4decdba74c05240f a8fd66892df8f1efa465e2956680630f4115205e a958365e0e13081014d39fdcc7efb686c7fcbaec aac7e597a23ab47606d0d96309159acbc41e2b4b abc6bbd2c0bc7ac408a0ba52aa0f873ea97ed8d3 af7226a9f9a1f6622db7cf3bd3e06be638dbb952 b0761a243f8a9accfe5511c548dee03557734634 b20b9490ea47c30cd1ebd611be3adf1cfea60547 b453cd8936432cc99bb8a7c68d730965ee1dff72 b99a07098465e79bbc99507b3fffdbd2437ab3f2 bbff7aca74be87ce7e7c9a513dc72e5fc94aa636 c1bf42d9feb0e60dcf7e5f0018ff8ac55a85c8f2 c25882fcd1de9aec82d1593bbf51fc18965cc719 c541922a84d9712dcca8b83e8bc49aa40423ba16 c79f0063d5b325bbc25d400f59275d209d270169 c9327b99b1fcb3205ed2f46c11d09aac32bafc1e d032b58face904514cbe6c87e5ff9e143309af5e d148ee261f23e667ce7c342b49385bae777b5256 d9a0a6407a9a4dfb8167a82ebc5517ad3b7e1c6b e4039cfe101fd7c1faa81cbab5e4a36b50234d7b ea1288995ca30a17a91b5c991e8d598b38590d0e ecca9b35d3aba7ada0936800ef5c04f5f2c777af ed856d01b77fa40c30d2283d6538d0d4419fa814 ee222fd688f958bff3c3f4ae79ec6f9c269aac4c f0caa4710c937815d6c701fd18189de35588e514 f1db6f46e68ae0582a90981250c7987986be01f9 f6b1b7f2da470783bae02f1328485d2365daccf8 fb64868ae0d970f1241c3020b3fb2d9355384203 fcf2e37e09db96d2cd29071e6c5d49592f075996 fd48b337611914342e3c8b241d0a21a6ca4040e5 fe10d969c2b50b5d8b9e11aa2108a831a89c8072 ff9571afbbf32e094049476264483a5bfe08a8c9
Postgresql-Catversion: 202007201
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-14
Version: 14.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54430
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 229~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm19 (>= 1:19.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3t64 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-14-jit-llvm (= 19), postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-14_14.15-1.pgdg+1_arm64.deb
Size: 15419032
SHA256: 8aaf430af1a9c895464a8a1d9f3acf85eb9463e96fd584579bc4cf61488a52d6
SHA1: 1325092cf6ff548b984ac8574b8e8366711f55ac
MD5sum: 60ef67751cf9c9e3578a28f7d5eb2115
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 14.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202107181
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-14-dbgsym
Source: postgresql-14
Version: 14.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18915
Depends: postgresql-14 (= 14.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-14-dbgsym_14.15-1.pgdg+1_arm64.deb
Size: 17117332
SHA256: 1ce8a8f7389e07c975d52074a4bc3c0f64a1f15093e86b06673a7b7139f33225
SHA1: f6928e8dac2e9f2c4d6c6b735aa443c116187e8c
MD5sum: 765464fa4ce78a0be7401427f0e4d99e
Description: debug symbols for postgresql-14
Build-Ids: 01f204cf72633a7629965344ba5b3c08716756c8 043bb2265eb6a6a61b7c3ab20dac503d75ed71ff 0ad4d32953df315b328eaf7a7ea27b95959f3d0b 0befe6334472a525d1b8d380ca12053cb650775f 14a7e678524cd6827f0a93fa58d6e6bead9db73f 14cff7340013ddb824351bd0e06d2966529beb54 1b31de02a0ae6deb96b10136908eb5189225e21f 243488b28c82da0438b9c7f89ea4c3ec24c53af9 24f699243606123d944780b320ee5da493f03d97 2e0f4cf70ea1426e520b22baeb26754f3d1c8af6 30aff0a185576187beecffddb3b66724bb615b55 323aa9daa354115fdef5d1a26d42211fdd5a40ae 3300c5bafef6888c4b355de0d5471e54a86026eb 365e5f057221fe40ec76a2d7e7f196b0b2de815e 39d7302b56287e159c48dee2b96a0612da5c2783 3a01a35ee35683b7feeb4d5ac96b370247aefa2f 3ad92a4eb1d4928f7724880690d7d48c75e1748f 3c7e5bdef72030baf75c8f48caf9818ea2ffbbf2 3d6f25200a6a32fd218d74bbbc8658c64d97fa10 418a49e11e8b3a8bac15cfe86c6ac86495f05f43 4224f53b90986cabf4d106f42c37fc917aa34c09 42c22ce10989ebf90aeaae44d7b2aba0da500acb 4c23351b4a38414a0e676508fcfdf8fa3243916e 51443bb59ffed7694a519fa639f839d2200e6931 52ba50bf88c5b425848e1a55b35f834edd4bf378 56d7dacf60507733da6059813ff13ae17cbd69d9 5fd2b2a2ba3ebfc16ee9ec4094d14ed50df79e9a 5fe0d89c08338f742ace87281f04ebade94ed8f9 614198c9dbf6c7174a6834d57935e84d7aabf198 61f9d11b7dbbda7a36d826e57768282f6229773a 63a9523f628473c9b33004ccdb9d2edd015af26a 63c66ebd76d460a1ff67a18f03ee77a1bf0e91b5 64ba31b3adef88bc9dbdc913692f9e1605194e91 65fa7786febe9acb43a92b63916d4e7b5a35cea9 692e4f9f0fe1cca6a6b70770a28105027d81ea5c 6979b1e268567c750fad94dd00ab5ab1a48116d9 69c8a7e67921f8b48c19233f061ccfab3587ac98 6b432c8cdc78720ed01e1da8c7ef36b878a621dc 6b62eaccb12b65f6284ec45a77c8bd28e8094a14 720c1a8808bb1616df3e61f6cbc1558b6d05bd92 75ccbb378880e17bb1e8a1ecc509fb76181054a4 772d47c7b58fd7ef0bf8fa4f866c60464eb1e034 7b607a4cafbe3a7d392520753e0654bb837d3d80 7be12e85bc5d0098e8e0093de2bfcfc970e729e3 7d7bdc0835ca4cdd01fe98b832d244fa9ad42559 7f99c09526fd64f27ec11984681fb7ff50f75c37 89219c34cbe206540576a827f3fd4c76b6ec0a7d 8a60f0873bb22f83ece3527b0f2d61c4ba00a92a 8ca5bebc1e4ba072925ab4e8c43f1f66c29eafac 952c43f8205e5e8b8a7bed43ec7282b273e3e302 98302bc7450f45f0dbe0f11650f3d24b6a135eb9 9878af25fb1450048cd56e6b68f492488071eb45 9a22335e84e8c7d337ac66d8fa758ad5460348e3 9beb18fa63ea52307c9949696bf8ae19dd373f4d 9c88b6fd71743a4f3da4cc1ce161bbdb01ad719a 9dd4b1c133e83968feb47c224c7ddbc7eeed6331 9fa355505e71085ff575c651fe3a4ec7a6665119 a2a16cdc21dfc8a14fe111ef507dae19d11fb8e0 a67d04ab22b7e0975d142a0e2dd8863628bef6f2 a789b0649285c78b414692ebb1664619f999e0d9 a9ea12ffe02d6bf6993ea39c4cbdc66c242d239c ad324d78dd2e91dedbab606f3ce0779ca3683701 b2b9323486c65ded38308288c1571fd0b2485814 b702f26d516972679dc44e37aaa97683efab9590 b71a51064e235b6919df60273237526c1b44840c b7b678ff297700f912ae06df7763ce71fe40ccf1 b8f84967c907a22a14731e197b0e837910a81a3e b9582546fcf24f69b482d42cb6c48bf2370238cf b972fba081c92a8140e3b4445a86b53764ae67fb bcca8314dc88d5244872563905e56ebb0a16259d c199952d684286876e21daa26dc66c1b0fc5acd1 c2a228a1ed9eed4cf88f2b7652c0fa7455db73b9 c32a20c2dafab74fb98b6d5de7ee47bf7aae506a c460e42928d821c51c7890d3e2451d321f7b3e29 cca82f18fc9ff8b03066075e3971ba9d937b086a cf323b3f37c665a32a92d645a0f4ff41d10ed2e7 d0a765d010983926b6bee1a4571f0116bd4b186f d2b70fd56a4874be5d797fedaf4cd26fc6dbb822 d6bcb4fa9323a018e91f8122e5aaddf39063deb4 d887ac3b792802faf096905553a6933a5f230013 db912f51e16db21f0cf5bccb0e494b0d642f08df df8adf623ee27ffd770cae1e12ab7f0733b6b984 e0a393c8cee8bc6c8115a59d37f7104e02d1bafb e1148511e7d1b8fc41932b75fbc022044d1962be e32a1670749dfe0dbd1d4f18632efe88c250531a e4abe41b3afbbf3192688f53cc47c6329d19cd80 e5c6dd4d9edc9246779d41d0dbf77a9c1effbbb9 ea5aa2155607f813ef00b39d2ad12ab8fb3a1bd6 eddda62efbcc65fa410010f871abe9a253c44afd ef9f5365bfc50ee94763d09cc352f26626c6922a f0a1986d13c62acad94aee623a4763d3a3fd73ba f4072a4e36fd2222dc96cc2204d8257279725e14 f9726e48b15834eec8c8be3f1cffdc79b67695ac
Postgresql-Catversion: 202107181
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-14-timescaledb
Source: timescaledb
Version: 2.17.2+dfsg-1.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12025
Depends: postgresql-14, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-14-timescaledb_2.17.2+dfsg-1.pgdg+3_arm64.deb
Size: 355404
SHA256: 209693613ecb55d15c9ef4aa9bde6390db1ee8971fde3ef2b22dd0a004be115c
SHA1: da84d58615a4fbd1534defee672ebc15f4d4d27b
MD5sum: 51bb1d47128131b3d5be4f143a6b64bf
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-14-timescaledb-dbgsym
Source: timescaledb
Version: 2.17.2+dfsg-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1210
Depends: postgresql-14-timescaledb (= 2.17.2+dfsg-1.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-14-timescaledb-dbgsym_2.17.2+dfsg-1.pgdg+3_arm64.deb
Size: 1090976
SHA256: 9d37487368ae0cbba4c6a89c2bde5641408b8313b6b5fda3d4ddd020a03559ef
SHA1: a2441aab51148b717b3b5287eebdb7e0cc5c84c8
MD5sum: 20f87a548598461db5241920cd81b386
Description: debug symbols for postgresql-14-timescaledb
Build-Ids: d9ca12db4d0bbc70541cf37b9cc0ad3ee8663172 e354dcabec0c9356c53e4ab5279c76cfbbf6d4e4
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-15
Version: 15.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57572
Depends: locales | locales-all, postgresql-client-15, postgresql-common (>= 241~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm19 (>= 1:19.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3t64 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-15-jit-llvm (= 19), postgresql-contrib-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-15_15.10-1.pgdg+1_arm64.deb
Size: 15945556
SHA256: 05470dc017b401d4eba7395e6fdbaf534f57dadcc7de7a0bfcc40d8938849172
SHA1: b322007ed3652258489f6afc6e7edcccfb97428a
MD5sum: 52b437b43d7422a0e298ed0dc6539c31
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 15.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202209061
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-15-dbgsym
Source: postgresql-15
Version: 15.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19573
Depends: postgresql-15 (= 15.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-15-dbgsym_15.10-1.pgdg+1_arm64.deb
Size: 17728544
SHA256: 28421a9261351b0dada0911424e90ee69073eb8f9cfe81128e343069b69f7fba
SHA1: 62ecdb3e72b5c3e5e620c81c8990d8226a6dd210
MD5sum: 049b658bad318ed77c52a357a1562b46
Description: debug symbols for postgresql-15
Build-Ids: 0305ea30a343890bab6f04764b90033479575ef7 0725d9870b8f6af10c7284a65138706ef0165438 072a383015ccc20f0d461c92877f0dc470ac56dd 09c146d2cda5793ebbca69f9e73d5e5db3e9482d 0bad600e44bd213179d1c183b629a424917b977b 0dfe766b6d19f1a8e80fc9f24470fd394fc5b75a 0e7aff89796a49ab624ce98bdc67070f93c7d7c1 0edd3bdb2d0bbb5707a4a945b950be21539f9f39 108756c5b5e08c8f19d6319cf9586d6ffc6d7000 10c85abbee6519054c3a2e5ef841e87946e0a9aa 13e6480e3d9fea8e23bab2da4b9aeb4732de0e3d 164e6e1b9ab26af86e716868aaee2bbd035d940d 176f285cdfd9fdee7ce39763e51e90213c5da1c8 1dc4166e34693b348a6856e52e7f8f94dcce70b8 1e9ce5907ec06fe4b79975381bee2f06da15a0f9 1f7a7a2d9794d1746cb86305b078e983e348ab6d 2226b2afff312a38717c4c49b215cf14d48179f7 2380d36aec3d564335b4036dad52a97b61357758 24e6a54d5ae6687554eff04ddc1dd252b231ba4e 2aa382921f3b054a4552739bc63a9cc0f14f6135 3154c3f71282f3879dbf82c5e44a48a88ad9c74c 366881fb8f7fb3cd85412992da6a73111c96fe78 372c765c0590ececc07b3b9b419846a6a0f59245 3ab9037aef3d074b34945b59d3adb04af4904c61 3acc6da613412db58c7bd14285df03538e39cbbc 3c3d3df2bbd38fd139f67fed8cc037dfaec4ce95 3c422f09c6eda9eb662bd6434b021ada7ecdba5e 3ff89b883003cf1fddbd38f8ed7f94776dd9e87a 427110fab200f76c8c960cfc672d4a645cccd6f5 433ae79e7927bf7cebf4ab97dbe82e83a332e82d 4348de3049b3bf5fbaf167cd6b792b199e2ae721 4699efaacb51f96c1910d2e6f2f648f127e22717 4e00fa1ae81f22bb135575276569f9cf93886765 56060d7b836f9a33aa36cf6619d0936142f7d43c 5609bda605fff698801b216398581bb65d946c95 5d360f17daaab27b4b4600b4c616b02463ae08c3 5d54f28be80e5e38c7846eb60860097cf0dcb766 60a3c57477d6dd437fad0995172b5f01fb3c47e8 67237f0805f60dc206d8f26c6d17f60b1057cb1c 67927287c6ca4780662af8adc8bb03d0c1d18144 6930aff784f665b148778e1b6c321e1355a5425d 69cdcdb99bfe24334ec3bf3ca4002ae2454d84bd 6d32d212f6865867246001d71e50c8d9b0a3c80b 74a365350cf2594dc6ce73a6d7ace580153540a7 7d95f5cc917354ab697d06ed7c0d6bf51cceec10 7eb05686a681d099ec42d2f5560c8c9e63ff10fa 80fba163746b6c13662500f152035b38e8522313 82af2f8b6a2ee6c2a8e14f76035f78afd22daef6 86aaa1cdd77581c0df31c1274dddafb3c04da7cb 885b197fb60c0807ee882269f14552590dc2e75a 89423053a7b81d2337853fdf6b8131f53980d106 894f7ba3bf972c33a9918c015a7a2e6c9ca3b258 8b18ffc0e0b460b5162d5c393220cb92ebe23201 90eed25175c90198d502b3325778b9064f19dece 9b57b392133b34f1481fc289bb9f31c31091fa63 9c553424a4f3e2ce4a25d9bb648d04f8425a5bfb a0110959b687ed8edf140b0f01ada73318c37bd8 a2cb030c601462843f721b359c69997882cf10db a717a8962169e58ed83504a34d2172be9d811164 a7cb7e4d431b13a89b380b0029a265e356728a46 abe6b93d8316ff84ab08b4a9b2cbdb51da0aced5 b0d58868994cdf1406c02ad153a2db2ab78b5706 b7607ef6779a006299d0a617fdebede228192f22 bae1b384a27470c5effba1f1af7a7ce7be0aa0d3 bc4ba593086d95513398ee9b7d5ca913c6a4c428 bc62ee45fdd25cfd353680081fd520617cba0b37 c1caf123c4dbdd68f48c97bd1a02c97a7e1dcffb c8f2f5a99a4d1a061074891643e1397a82e0e786 ca35b307141c4795a80d8cd188ade59eeec9c7b2 cd91e07a3e2c4d22dbfdf401eb626332f02341fc cf3c5c2cd0397134d16fe2b2e8f4fa05ee80b7e4 d2aa29279e4f0b6337345cc597a1207435e4ba83 d2e0f0ac180133417520f964242c8f737fd54c2f da6e7a0e7c3518c121491aa9dac0dcb71873e10a dd0c53f1cd038f17a2c59662da1e76cbfe395117 dd3219ae61e993b97c1b7cd6a9a1b685d7fe6c60 df33cfd8f9b5047f7c1ced61fa3f92d6fa8089f1 e45d40e3b8bb30898c68bab7aa6c07f810c96be3 e8437156df79c1685af73b2335902794777de5fb e8623f434d632108e2bba103d3200b054136bafa e8d296815c39169bdac9ccb52710baba4ee77d45 ea562e07d7d9b6e6ecd1f194177d68e4c10e4089 eb10dc433fccf62e0a29c2f13c60ba881ca7db74 ebeceb1a3b1142188e4dbb16dfa047ac5044356d ec44f953e8a8bfc01f23e024b5753724acf55f44 f126449ecb660d0acabd2f776d7476e5385a6d87 f2b0246b3944c8f36ff870fb03591223babcb52c f54a52dbfb268b2ef6c5d936b58ff8dd7e03bab9 f693b44f30d509f92b82daf39f31f1804143df15 f92ff8d9bd6a957128ed706cbf7e56bf966a8e42 fb2f5c5524a54703183c25c39ff4998db9781386 fc4e36f2e4d43b9eed6328d09b25afaa395bca77 fd8a4be559d92f35bbca738081adc45e5f544a00 fecc0f2ab9caa2dc56ae5444081b29a2ccf24a25 fef19a61dec4e714375f786be3a74b53bb20f3f2 ff06766679e33cac551bb34333554e5cb9667ce8
Postgresql-Catversion: 202209061
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.17.2+dfsg-1.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12025
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.17.2+dfsg-1.pgdg+3_arm64.deb
Size: 358240
SHA256: 86c12330a568f3625a1cd8bfa9ee269f5e0af2ed18c1aaee228f4bd8ed7b2f51
SHA1: 746c9b562b80cf9413669262784939a42866a966
MD5sum: 0e875c0b40ab3f98e2c111b77c002fa2
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-15-timescaledb-dbgsym
Source: timescaledb
Version: 2.17.2+dfsg-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1200
Depends: postgresql-15-timescaledb (= 2.17.2+dfsg-1.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.17.2+dfsg-1.pgdg+3_arm64.deb
Size: 1082232
SHA256: 438cb79cd3ab27ad70b5fa41a0aa850e3038998ceaf0f7fdcf641ec5ae274d76
SHA1: 953c0aff2703ec9efe69484fdf570ce00531a5af
MD5sum: 8ac23184cfcd58eaff4698dc19054af7
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: 0e531068abd4126054338cb17f7b9e57b2ef255b efeaf51bbb2e6994a175e8f09e0c4a2d08ffd7e8
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-16
Version: 16.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61987
Depends: locales | locales-all, postgresql-client-16, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm19 (>= 1:19.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 16~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-16-jit-llvm (= 19), postgresql-contrib-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-16_16.6-1.pgdg+1_arm64.deb
Size: 16785708
SHA256: 9cbcadb84773bf9792ff086b3d97cf8dd62e63a7bf4176b01a692ceb692919a7
SHA1: e2f1ee60ab49b21942799eeb3f55a3babd7dbda2
MD5sum: cd5623ed1a80f897bd6141cb55973794
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 16.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202307071
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-16-dbgsym
Source: postgresql-16
Version: 16.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21102
Depends: postgresql-16 (= 16.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-16-dbgsym_16.6-1.pgdg+1_arm64.deb
Size: 19248196
SHA256: 5b2fcc403307e83d6dec21f9b7f1b813d51f098f2e264a2dd775139bfabf8e18
SHA1: 01ec6c79fac14ded78fe4c3f5a962feea9c4a68b
MD5sum: 18ae8c07d8301dd32e6a6adcd92675a5
Description: debug symbols for postgresql-16
Build-Ids: 01832c664a3cddf2f292613a5e245a545ff95891 04e7649235c239fb9ece5f91a2d8f6249cc96b63 0851277c4a6bb0dc17a13327cb364a345dd5bfda 10e34cc15154633cc2ad257a5b68f76f492b928a 1218de0ce2843ecadd74b55e87ab891a8e32b540 12fee6e7f6a1135d4337aba34e44a0fa03a19855 196d633e0876a83f477471e5aabf937f76c82ea6 1a6f27909b1abdbcea748b0f01e456e1ec3949fc 1a826498cf112cad4c3faf0e44ce1e61d46695e7 2502ea8922636651fdb4273cf1f9b211f161d025 2bfc44de8f17b9249d880c55c20d113fa929647d 2c338941c5471e61a8645522dac76b69a2d6fb72 2cf6605c529742b582506640f0659aa299cc8621 2d1abc17cb7c5c22d7a9a7812e69d5ce14f3785d 2f459026d28fedb4baf5e51c9ec0ed12209f4c72 328ce758f9bbc35227cdfaf25bc67fc233171ceb 3520aa56bbc668c33e133c74ee4ca53faa1811e3 36b8f52e6653ff85f32744313f31cbedb309109d 3e62ea1f05268c89663445ac861fbb3e64d3b80f 3f5b113c944b9e622628971d632d08d312839ce0 44453e7b5b5fc400bcc0380a5c94a933a53d8856 4b726d9e33b99b487d2485e9d47d0cd06311b4b0 4c3f96f1cd6e9db6c88dba7c1a91ac8c523f5f0c 4c894c528ea07a7f72aaa642b5b8fc62b73bcddf 4f8b65e749ac51e51cd2b4d65503262b0b6fda04 510f84dd9b005a889bb9bf6d10637c7c8e0e3f57 51921156af9314f7202d9e7b653f7aed14f785b2 522a11800c0740d79ad14eb67c3475e42bf7ea3f 5a43597360847af29b7563a5ece5dab617946e8a 61556a52ca06600543136a6721359ec2418eb38e 6c0c15c45f0381ea5d68023c7fb76bd105e779c9 7088fad9e6da636d008e999735f4f4d569bbc8ca 713e835fd61aedf821e2cf32b428901392b1ea4b 7150568e15d852763b06bbaf82759408c04dbcaa 72cee375d2bedbefd918a5ddb62dffb640db9713 73652ad86a592339a44af4595169ffc729f5640b 73c5ff96bbf8eca0b41e90dcdb73392ce105c89e 7462eaf7b4cf16685ec7f48e2f9a75a9ca784342 7815d69616e8aeb61b2530e6738676f1ea3836bb 79c8dc83ba855f6125c80fd0266cdc0d453153a2 7e6da076e098cbf79fddcd4fb6d3d4230bc5a9a1 7e990f07874c9f4d443ed8a72dc2d1871d7f468f 7ebf78d2bebd236bffef79051900722c1bf04872 842bd86490f531b37cd5004f319cd7d50acbf5a3 84d1e995dc9562091796744d42cbde1cfdd91ec6 85f628b6fc90fb5d997f66b860022252d893a4f1 9004413d29422e8f4597acda20f289a791abc044 93537ac5a5a5364d2eb409d8a2d647c127057f0f 968896df4cb6af8465556b28c73e3a7912ea1bfa 9bda62395a3627373d1fdf4cc86a692e296eea67 9e9d7b09c160c7acc875af8121c50c5b3dc57fdd a1179a2ab08d12c2af58f0a027127021808bba67 a5942a138a321d909cc3a27e3d5d17e493975d90 a7f68ac3f9cf7d8313994920e7a95b194210ea63 a8217c7e0c3745841ee5e76c4c3ab0fd1d0f1f72 a88f6d89ef4f60faaa55236923d9879151ec76b7 a9305c2e563a2aef1e5853f27ff32372ec52c3f8 ac9fdd1fcebef547bf42dee538a0068be0271931 ae0b90f264f34e60361849f16b5b463932398613 b3518781a861ed2484b804a16b9c06f3bb6f1e29 b40bc70322f344e1d23a826a3d025f6408b6117a b8b3ed38c421c4615e96f86ac46b16df5833930f b925e37760710694ede22730ad1a077005b044d8 becbd083f3b4d29d23c62171262114bffde3b28d bf30392463e7fb5c3fec866eb10a126f10e3320e c79da47d5b9779c955efbddc192c6d7d5c71ee25 c86423e7ea2e1b08f4e717cf8ff1fb341cafaf5b c91ce501bb9925fe5802c993ff74b2577f03c487 cb77363638c1083f84eb4fcd52dd4ece8df5b85d cbcb99faa2f02453f5ebd869816557100bd8b49d d4f40ebdcc19a4a886325a5db7e2918fc81cc826 d590ec0fc89e7b39761aec9f0195845a385d9773 d63d77af9bfcca9d0c863efe43672acbbba67349 d6df80e2a44e31fc6d9c6b6284f2f86f42ddaa86 da0ae7b11105ce1a3f6b57a92468391d11e890b0 da8a49557d7797993f4d3d30763d2066a9371077 dd9652b935d14cefd100c01d088bba9f630cdda3 e1d2722a77ec462ad57503cb61b441145e537d98 e4f076615f73d2a785d28f9e9f2a9b8df58708f7 e64ab0ce4eca5a04eaab3f2b6dfb5ff76cbd266f e8821354b67278f990a2a35d7835e55daae51e4f e8effafc51612b39e7b7a466acb45d6db6e49104 e96ada0eecf01a13f4b5a92cc04d1fdc0ab78410 ee97ff6c0e4285c36bea045cf2edcba243948efb f3d85675e5472d83ceb5320745c453e124c9a56a f5111c76e61246537599bd114398167f016843da f5b88ae40240eec51b2f40cd1e123cc71a5df231 f700980e4f6e6e382332fc7f823eeee5e2276769 f7a85be1a5b5a6ec0554ebe72f1357279b0f4f9f f87ae3b924bab2ad7be58a9ac03dde129739b43e f97598466409840edbd27eafa9b314e46a712787 f9769af5160fb0bef9cc8a47ec8bb2e3b23270a7 fb6ff866e3ca8de1e81d5bd56ca34aaf6c9284bd fc7f58e245bf20ae7e1a3cb69fad5eb866959bc7 fd22e4e6171e705f4dfb0901af10aed2e9a0c105 fd446ace206c875b100e6ee818b878d785064589
Postgresql-Catversion: 202307071
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.17.2+dfsg-1.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12025
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.17.2+dfsg-1.pgdg+3_arm64.deb
Size: 357728
SHA256: 8938aeb481a2bd194afc5e7062476b9f6bf37ac1dc5e01fd576832699b00902c
SHA1: 32b2c35b2da988d6a3fdd2cfb7489969e4192fca
MD5sum: 57bdb776b13010c36793334570be7d54
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-16-timescaledb-dbgsym
Source: timescaledb
Version: 2.17.2+dfsg-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1251
Depends: postgresql-16-timescaledb (= 2.17.2+dfsg-1.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.17.2+dfsg-1.pgdg+3_arm64.deb
Size: 1134540
SHA256: aa94c349f4ebc41f100eae2f803636d22c61023640a583b034751e393caf8e3c
SHA1: 7615ae24fca99e4a99ea773379fe9b9085683687
MD5sum: 96a49f4addf269563c3a7d299164e039
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: 6579a9da2e393d5d26aacf5f48163ec51b918c46 71c03b38ad29f5b70cb2cf2e7a8cf4e63873ebd3
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-17
Version: 17.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63734
Depends: locales | locales-all, postgresql-client-17, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap-2.5-0 (>= 2.5.4), libllvm19 (>= 1:19.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 17~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.0.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-17-jit-llvm (= 19), postgresql-contrib-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-17_17.2-1.pgdg+1_arm64.deb
Size: 17405152
SHA256: 21fb887246740e0b661bcfb7c23555012778130377ba7a3cd39d23f13ba092f4
SHA1: 284f5bc06756d2ebc0c2bff7e4f46e9ddd10f2f9
MD5sum: 641ce53bbf177c50bf5eeae1cca4c39c
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 17.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202406281-1700
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-17-dbgsym
Source: postgresql-17
Version: 17.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 22166
Depends: postgresql-17 (= 17.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-17-dbgsym_17.2-1.pgdg+1_arm64.deb
Size: 20256348
SHA256: 9b1adae9943718b32e4254e553092d42551abe96f8f248623e2a17775a8da794
SHA1: 3540cbdf550055cc6daefce36befb84004801c0d
MD5sum: 5aec9be5385ff6da9bed1afb308d1789
Description: debug symbols for postgresql-17
Build-Ids: 00cdd5e64320ec657a4b19fd37f557bcb046f478 03c5d97a4686adf60a537f4976a8c04864cc1386 07035c75384409e846faddb9fb65fc9a720d8ccb 09e32977c99e67e49a41ea3053c0e1af9753860b 0b2b8d63f9d42fcb268f93b11b157f60dcd397eb 0d764814d0d0d6c90940276512a0aadbcd20c3ee 11041698baa67c679a253d213bbab9978457f094 1277668354e4bdb8098b15762a1a627e331c4fa4 15a26eabc2a9f92586ee1acc5b006389839cbffa 19c313a0280275d8a5bd076ab85f9324d8d9a18a 1a6267c3e0433edefd65d61f537e0a91c1f983c9 1e20ab568a391cd0f3fbdff922d2d007ad88d581 2239239a69babf2d7432c6d5d750c36271c0f58e 22f7b96b80c8e6555af899de0cf364cdffe53081 27e584fb8d1c3bfbad9076ca6f5360b5816fe510 2c05503cdf3a589a41193863371e27b7ec902467 2c5be533070285353a8542a5ff816545ba412b1d 2fabdfb94d53087db1bff038c7af1766410ea5d1 312f870dabe257c4a9624ef4319a6b09513f1178 33bd0956885f3d6e0f104d7b47dbeda619de2fb6 350fe50f25c9fdef277d69d0175f4284f6718422 36ab58ed3443ec297a09509b2e523ab77f3f80b8 390a29ddcb3c48a55a6e9e652a887f7db1b4ce02 3ad0489d06fff63e91df744c8546e1b659f99199 3b6b1eccb5a331f18dac35e3c5a85fad85138683 3f6ec3a50963e3fdeda2d3281383cdcf9b5608dd 4244a7302d3a970dafe7055f77989d1bd74972b3 448795c367191d0edef055d34907a262f14eab4d 49c315b8b8dcd3af3fad1c9b59002642cdc66a17 4dc1368383e0aea47e753f628835a437c439d60c 58c327be174eac436b3a255d1eca7444a2cff251 5ad3b04ee4a2ad67ed63675b155c6b676771bafe 5c513165a06cb6496a48897a9e819b9be826078d 5cf969559952fac3d7f74c67ec852a9eb47d0472 64144472fd8a83c49f17b7ba9c7526119e6f5ec2 6e6d033d1115d2ceef6fc905a8bf8e63ecebeafc 6fc4ee4282683522469f906d1621cf9da781b320 6fcdbd2cc9cf95a7b8576317ad7eee10f059d127 7162d551b06bda8e2a5fdbad65acd707992d8e9e 726760cfa25d5e52e596e97cab7ed5a5a1255dc2 74b2d75fefa5254534e9da1bb64832833db9dd38 772c733564ddb3980d9eb329341add69a8db8937 785f24402234e5798aad9e021b44bfb17b129526 79362051fbd206d0f06083c0b0ed114fea6695a1 811a97b98e976702be3a1dc1ede36245f9165419 82397c028e03a31966d95893b94e58d506980d0c 831a3fe7bcfe865dacf72ae608f973616637037e 833e0228f8cbbf43ce1ab4b3156f2fc04a8166c8 83da49c27a544f338c2afc1dab3a5f987df9738f 848ee54ca300786cbb376c0cada7414980d3253d 89bc7d9c5a15c31a88cfea66592b6b2d814d0b42 911bf6bcb55a6277ffb70f300d28e94cd199b45e 9621d1a02a84b7f849e5f611c71ccb44dccfb037 96df440ec1b43a697809d0bfe087cfaf3149786e 9ab642e0d960751d6e7742cf6d4f5f8383c0f809 9d78367a4074877adcc50b064295df0be2683309 9e27873ffc75abf43ef38fb3f30b78a8bc5bea35 9e6c2adf1a4d7760fa4acff117407c841542cd43 9e703addb03828b1a5992d03f68ce86ab3e9db55 9ea8bb9306f677c4040274a5c288e4efd04edba4 a0308565676872e12dc43349ca77fd07b0514b10 a5ff1565aec776569ab563122a1204117f8ac926 a8c6bbf579302790dec05291b207e678f92f3884 a9540d831be7afc917d59de48f11198542cfc8b6 b1deeacd339530cb8b164a88f6fa6bda4320d2f9 b2320e7eff116089543fc51fa92c6d8fccffcfb3 b393fe5e21ea81162467751d352beb14f461b5ae b3948dce91a06113c18bef854b115197d538ffa2 b58092f33c5779368cf4c360c63996f175dd3c5a b88e9003f7b3ddf4cd7f141e36c6f0b863a78c47 b92ef5e72c15a5f80c01262b414c23b81e7b3af2 bee9810b2089c05806f34e338bcba56931dc2bcd bf3d7b50eeed454551c2933658f7cec8a61c9e4c c50d14b4c23cb30a36fb6989f162b92341505909 c836649d509fcae857e76752f54135b7218f2f3b c8ca4315366b7dd1f7b4517a1d307a5358b7a00b c9c5da6dde48a1ec8a936e2c7119df60905fc14e cd995b41e91342467ddb85bcfdb56c6d3c5e310e cf4ea1fe9bbd44375470226410621d8c90b9317c d0bc0717bf8a3d003fa2765a60ad2312715df1b9 d0e0c8703f93cce9957ff5e4233fdcfd73bb0423 d6525a95715a2f1b4dbac7d0fb384095f6fa8e89 d6e313c90d842cd58935ff695df956c840cc1f62 d737c4caf7b0ea5edd956693ca68519e8fb937da d804a2f37adfe8491b44d78c7936d2e09db2d8a9 dbfd2198afc9fae0ad36cc981082ecb08aa13e1e e6d2dcaadc7b2ae57916ae90963c30f9a43f1f7d ea9bedfe5f13ed9108c15ba3232706b3827a2944 eb95e847a2f0784364e4f89911a0702114d8d814 ecd1b3edbddb6f772650e87ac4ac1fb432e215c0 f2f445db2e44c3c3e41e977b5cbc5fc38236abdc f2fb97bd6513dc4ffca2e8979f7e03114074fb02 f6b2128d49d97dce52c472576afe19eb44b816c3 f981118686b718e954db94eab4560d0cc57b7757 fafd2a7680875fd89904e12272452d225714313b fefcd53ce6d0518ca158c05f1da8fa96f7512876
Postgresql-Catversion: 202406281-1700
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.17.2+dfsg-1.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12025
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.17.2+dfsg-1.pgdg+3_arm64.deb
Size: 357612
SHA256: 48f5b0a831e74c44753cdb8d4f37a61ec4b7f987e195c7df0356abd2eb215187
SHA1: 74797880bbb6b5a77829c453f3f01a2bcc71c3b0
MD5sum: a59e50199144bc453bb54c04ea562dfc
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-17-timescaledb-dbgsym
Source: timescaledb
Version: 2.17.2+dfsg-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1265
Depends: postgresql-17-timescaledb (= 2.17.2+dfsg-1.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.17.2+dfsg-1.pgdg+3_arm64.deb
Size: 1146780
SHA256: b66ff928cd712421ccc9919fa505fd12cbccfe9aa7d6b62bdc0ed958f08196b3
SHA1: a74d011b64419d7b5e60a2dcae41610b69ab154d
MD5sum: 9a70f8f3182d1509b9a941a62a2a8f6e
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: 18ba28f88a3a0935ff30ec4349990d5d81e6926f bfd0d1b858a60cf46dfa2c1150c89c32b7d7ed66
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-all
Source: postgresql-common
Version: 267.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: libecpg-dev, libpq-dev, postgresql-common (= 267.pgdg+1), postgresql-server-dev-all, postgresql-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12, postgresql-13, postgresql-plperl-13, postgresql-plpython3-13, postgresql-pltcl-13, postgresql-14, postgresql-plperl-14, postgresql-plpython3-14, postgresql-pltcl-14, postgresql-15, postgresql-plperl-15, postgresql-plpython3-15, postgresql-pltcl-15, postgresql-16, postgresql-plperl-16, postgresql-plpython3-16, postgresql-pltcl-16, postgresql-17, postgresql-plperl-17, postgresql-plpython3-17, postgresql-pltcl-17
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_267.pgdg+1_all.deb
Size: 12528
SHA256: 70451dc2080bb5ccb5b7bd78c528a18ab12b8e6c6fac58fee707f26832efba14
SHA1: 6713fd0b89b66a598040b18fae776672ce7c7eb4
MD5sum: 6dab9dad8eefd80077a79f71fe47e3b2
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 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.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-client
Source: postgresql-common (267.pgdg+1)
Version: 17+267.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-client-17
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_17+267.pgdg+1_all.deb
Size: 12392
SHA256: b66bf27890aab4b251b9f8a93c782b355c4f246b0f5df54b83b888957589cae9
SHA1: 651e9541d32f9c0dc6d92074c2fd1f226e3dfd49
MD5sum: 9d6cc5fa8909a34a7498ea34a1f10c73
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.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-client-12
Source: postgresql-12
Version: 12.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6735
Depends: libpq5 (>= 12.22), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-12, postgresql-doc-12
Conflicts: postgresql-server-dev-12 (<< 12.1-2~)
Replaces: postgresql-server-dev-12 (<< 12.1-2~)
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-client-12_12.22-1.pgdg+1_arm64.deb
Size: 1414480
SHA256: 18ad224b8e3e50ed4c5448f4a8a1ffa604f69923de06b916f179ce2614c69c59
SHA1: 8fa94b1552fe8e51f2aa4d8d12c07ced9d6dd6fc
MD5sum: f679f1015c5b82ddb0e282c8283997eb
Description: front-end programs for PostgreSQL 12
 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 12. If you install
 PostgreSQL 12 on a standalone machine, you need the server package
 postgresql-12, 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.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-client-12-dbgsym
Source: postgresql-12
Version: 12.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2212
Depends: postgresql-client-12 (= 12.22-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-client-12-dbgsym_12.22-1.pgdg+1_arm64.deb
Size: 1863612
SHA256: 75bd93a0d219153ab5484f0c6c42c1e66ac9cda80efbdd461a83764d439f46c3
SHA1: d80be6ef8f43925c480cd3213df4942f0faa7c80
MD5sum: 485abacae3e605905b54af9f7c7c4cde
Description: debug symbols for postgresql-client-12
Build-Ids: 3735bd3ee634784f33377f9444632c095acf4da0 37f585715fe5ffa47f83cec594143db1886e3a21 576c368cd818e11a36d1891652b49e60580e1e67 5a935c38edf579f142dd10dbf040c9ded570236d 77269b3fd3bed64d3feb4eb3169feca9b7fda53c 7ac71bf880d217629c06d3f8433f94bac5cc1e10 8c8db014658d0a26ec03faf50b20474cde7ab1ae 98ee0292dfc5a3b7359a99ae41d55d97358184a6 a9155bf258ec6a6b8591f28137aa5b96cb0e1fa9 b3a7f4331c7ec3e4f42b0c06b02c14e676ba7058 c00ca9f9639e3b2e99b8fc04ed07c40f434853e0 c06052b3247cc03d6670df8d6ddd1dec08e45335 c0ba9e00072ef06bdb7018c7a0a36a6d44e74121 c0f1280d34ed2e1caa72fe302a7222b8b02c490b ca82244e78798cad16d7a91fd1749a40208a6600 fc9b439836062b4dda63b7c5819fae0fd3b554ea fd3d4f834900a540cd6ed53e8930bd260ba48b7d
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-client-13
Source: postgresql-13
Version: 13.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7117
Depends: libpq5 (>= 13.18), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-13, postgresql-doc-13
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-client-13_13.18-1.pgdg+1_arm64.deb
Size: 1489228
SHA256: 48ae15819bbfe57660295defda6ccb6a414eb4481c7af73d9837b27e19456b1d
SHA1: f05dc9f2ee09a1d67e120c9cf2e1316d4542a2cd
MD5sum: 97f1407e0d5cf30f64624dadb00f65cf
Description: front-end programs for PostgreSQL 13
 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 13. If you install
 PostgreSQL 13 on a standalone machine, you need the server package
 postgresql-13, 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.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-client-13-dbgsym
Source: postgresql-13
Version: 13.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2387
Depends: postgresql-client-13 (= 13.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-client-13-dbgsym_13.18-1.pgdg+1_arm64.deb
Size: 2010524
SHA256: d91f4fa0d9249d43e253d29e9ae0634a43c73ad67a9ea665dfcbe23c7ce82750
SHA1: 43c30bdfd787079aa0eaf8934d710ad1d9bed7cb
MD5sum: de69c038de1a35b27db4a46f67d47162
Description: debug symbols for postgresql-client-13
Build-Ids: 01d1b4023e7e70c949729b13f57efe6f802e7221 0d9af95f068f881960864422af72a9c8d96aa7d9 14bcf7a4f7477d49eed31cd50389ec2820cb5db7 421505a94e1595d3576eaba7e660c22eef7217bc 4d79ce0c7a7e6e317311f2e2ebb0476f45cc608c 4e5e34dbd0a48868aa892dc7f8f4f33b7933a1f9 5c7f145be904b6722a3ab7c34e35d3ee8e149ac5 6c0993764e805ea78abc52b17a7f2a15dc281292 6cdce5660f294f2c7e550c8706f7ddc5398efe79 734edd5c5dbe4793b51266c786ec63f8e833f4e2 869726fa5e48584a517cc8650b6e86cebbcd49cd d9c4ac5e1ec2716b0a09a0d481e0eece58c9fc35 dbdf74fc424012f8db016c0c9b205558529cbaa6 dd3f0ee6d4816d793a21be2ea157c0825124f3ce dda0573ad60663a59e80b27bdff4324faa7c7769 e22b94772835290d0aa3c3ebdcfcd2970dc2f464 eb19fb61c291f37c622a0f19d9737a16580f19dc f55dbb7115ad7e87a38b7785c9d2448e19d1fd9e
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-client-14
Source: postgresql-14
Version: 14.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8213
Depends: libpq5 (>= 14.15), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-14, postgresql-doc-14
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-client-14_14.15-1.pgdg+1_arm64.deb
Size: 1608020
SHA256: 6be1fbaa17bfdb44582c218f46732127b7cb7fbf7560ccf46188efca5a110b24
SHA1: 0738a1f6ca8f0b0290669b0fd3c40fe879cc0abf
MD5sum: 3e64d5371375c26e9124888c307ab09f
Description: front-end programs for PostgreSQL 14
 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 14. If you install
 PostgreSQL 14 on a standalone machine, you need the server package
 postgresql-14, 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.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-client-14-dbgsym
Source: postgresql-14
Version: 14.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2783
Depends: postgresql-client-14 (= 14.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-client-14-dbgsym_14.15-1.pgdg+1_arm64.deb
Size: 2335900
SHA256: 65185ae8ad19ef498142dbfc429799705242339b83da2974886bed4a83439a2a
SHA1: ee9378f44a74afe35934bc61cf77173892b3c7e4
MD5sum: 0ee87386f421ec7135a635c34163d575
Description: debug symbols for postgresql-client-14
Build-Ids: 159ccc0645fcd5abf05e758b8ced62a0e8a7983a 15f476fe54b7599709c4ba2af857757ba2c6e64e 26cf245806b2e212ee4197054c3a785f0bd7f1be 486b0378dcae8c9ab199bf4a94c0c9109044b279 5cc5bcd91871b29b3991e7e6800e99b39e759297 64933bdca470ae44197ed1485f265e06f486fbc4 6aa723baff906a206dd64ac39b401143bc964fd2 7aa0f2848455743922c2ee8b296878b93f308f75 831684f1f042a23dc2f22b77a3c3840580ca2d61 8895435a881e044fa641c0da31145d55db275640 904c4ca1b85690243ed80cf0869d6612d03f9008 9273b0237755c3df1acff635a2ea540686b28062 97f49e26f39e48f7f3d05f071188c381e8d22474 b7e83f979588b40d4d7e99a4173654a4ccd5b1e5 cb19699b010accae0301a31b06f0f2def085a1ca d04f64dd1f23aa0a79c781f6fb5b0cd81e7bcecf dfe737817536e3a640fad25ee404eeb38071b597 e0bfcfb9a72bb7efba0d4aa3bc710c664118f3c5 e4c87b0cd552b528d2a49aa56d5d4f24c4b9327a ee61e16bd85aa5262ecc43b10f50b10f1006b849 f6e8aa12428c48f8787bdb1f3a8a4d59daf11b90
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-client-15
Source: postgresql-15
Version: 15.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8801
Depends: libpq5 (>= 15.10), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-15, postgresql-doc-15
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-client-15_15.10-1.pgdg+1_arm64.deb
Size: 1673004
SHA256: d838cfc640cf96acf61627ba5dbcd02e28bf3873630c6eb15975aca6f4fd95c8
SHA1: ea79f8cc8dacb6c31cc65618f6d5842793777578
MD5sum: f70cb318c3c03c82112c4f8d875f7b35
Description: front-end programs for PostgreSQL 15
 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 15. If you install
 PostgreSQL 15 on a standalone machine, you need the server package
 postgresql-15, 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.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-client-15-dbgsym
Source: postgresql-15
Version: 15.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2981
Depends: postgresql-client-15 (= 15.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-client-15-dbgsym_15.10-1.pgdg+1_arm64.deb
Size: 2515708
SHA256: 83fc98cd18d43b32e88fa6d053c6399c3df14b61becea941fb82e7973289e831
SHA1: 8857fa9c1800808b508df219bf65137ed8299f11
MD5sum: da2d9264a8a0f4fbd448f0ecc4f767c2
Description: debug symbols for postgresql-client-15
Build-Ids: 1b7567e857bc7863b473a6dda7583013b022f902 25f6d24748bcd3d7b8309fcd43e4b2f16aa9eb82 47961ee74cff6cd3353ea8c787df12830681b3b3 51668159a1a548371c50a0e2b4820c98684b56a9 56deae4994a23cc702cc3d00959d5d54ed90f081 590ef13f2f462a4fa4f8af7fbfccd57635241685 5aa8f6fca556023c34318397206dfab6a9e66830 682bb8c48b0c95f15efcee29595d417ba7b9c920 7188333e82da82582c95527a890f75e0b5330042 75b3b2aea9ad4187c567aae102ce1ce90d49c0ec 776f9afcdde36661c32eb568b0cdb86a64a9da84 77efa09f199c2d570107a6f04848adfeaab81e2e 85675aac452f0e79c15be5af985d04dd59d55b8d 8d52ded85c8efe41718d4ec28d9140505ee9abda a87cb7ffc8815d2dcad711dea3cedb7945902200 ae84061cd145fb180cef382748aeedeb774ed7e7 bb62f75d1599103b26cd3065b3a861714a209c9a bed515f9255cdf72519a21710c002dad2b70a6d5 c46672f06a8d3c5e3107dc53acad6d944e96eabf f5029a556637a4700570fab381c468ce00ac2f9e fe485226797b38f7231b4cb3254f762dcaab65d6
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-client-16
Source: postgresql-16
Version: 16.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10209
Depends: libpq5 (>= 16.6), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-16, postgresql-doc-16
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-client-16_16.6-1.pgdg+1_arm64.deb
Size: 1877664
SHA256: 7d81c7c6f5e79c77913e7e369400d524c6a950b1b4a29aba2ee1d9e31ceb8fb2
SHA1: 928d51053e3a624d20bd2f5b204f4ca74431252e
MD5sum: c481b202b695a7e39034580a0a0af92f
Description: front-end programs for PostgreSQL 16
 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 16. If you install
 PostgreSQL 16 on a standalone machine, you need the server package
 postgresql-16, 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.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-client-16-dbgsym
Source: postgresql-16
Version: 16.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3074
Depends: postgresql-client-16 (= 16.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-client-16-dbgsym_16.6-1.pgdg+1_arm64.deb
Size: 2601540
SHA256: 156ea56964f4ec7b37be275576168c0a4d72e36df6ff0c537fcd235591ba29e0
SHA1: 919f0c9f565b8629101fd68856dc46d5098c1f80
MD5sum: 35ada7b0e39309f9db6583ca6c5cc006
Description: debug symbols for postgresql-client-16
Build-Ids: 1464c0665843057a85a913bac16748b13da3d473 3c61d7af1b21aaaecf862b391e1468f8a21736be 3f1847afb570c8265e3ac63e9df183538dbb926a 3f229863395fa00afdbc02827417adac5f88219d 3faf00d0df6844ca83cdab91df47d43500348a43 440ff43e68aba18dfb20d95b405aee426a4ebcd1 4628f2ce5bfb898a00241246560b52285dd09f03 476cc394cb2901d60316d47d89e0eeb484888675 49cef4d15ba3227601494ad910e3a11dc625e724 50152451d1a9a2b91fbb010c20a2ea7da21c1b0f 532a5647480fbdeccfe3e69532b7b4d2f5d6067d 69f4900a0cb4c505e198f368cc75a471a0364fee 70cdb4e14fcd57448600ead8443661a160bb0184 7d4f12eb4911e60bf7033d6492e9c782037983b4 9a1a85f23ae1b9ab415ca0d13687e6eb80a39b2d bcfd34ee1aa1136b477e687d0126f6ab154829de d5f0c4d1f920b68f0b2aac38177011b4d4567b14 d7a9d050a5057b7313995d72847f191ee0c15428 decc7a0b25abcf6418c511b692dbde79a43b99a2 e29ca485e76d92b4a3a34964aa1ae4a61d698491 f963c2c026f065ba7147ef5d404421479af9a5cf
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-client-17
Source: postgresql-17
Version: 17.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10883
Depends: libpq5 (>= 17.2), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-17, postgresql-doc-17
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-client-17_17.2-1.pgdg+1_arm64.deb
Size: 1974316
SHA256: 68b861307bd3ad6983f2b31f7bc607c9a1b1c19401a9c4b039bfee85f06f8976
SHA1: deb3da4854d5afb57328151d2ab8f3d8ca7740bf
MD5sum: c0af509d20d21348a09c5e31e0aaf6d6
Description: front-end programs for PostgreSQL 17
 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 17. If you install
 PostgreSQL 17 on a standalone machine, you need the server package
 postgresql-17, 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.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-client-17-dbgsym
Source: postgresql-17
Version: 17.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3336
Depends: postgresql-client-17 (= 17.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-client-17-dbgsym_17.2-1.pgdg+1_arm64.deb
Size: 2828104
SHA256: 7ffb0b1519ef8477ddf5bd9c9d76cf891d3f56b1b1cff43f2ef2fa1ed81823f9
SHA1: a17f2d2061663d51ebd4b5b8ffb6b9a4823668d5
MD5sum: 2b7ff49061af42befeeddff16645f2c0
Description: debug symbols for postgresql-client-17
Build-Ids: 28b9f1c385f5651f081eb519a760115ca986646a 2a060d4439a2ac5ac8d84ef67c3a64175a653c6d 32c31f29391c0f0073051044fe01e27517652282 3644a24aa67b1bc26d43f580c9c557fb89387622 3b570c788bd381d66c1682342b36ffe0cefacbfe 40d38accb78e8c4aba4b0719f31b9b5f73f6750d 675a2c0048433c244d82ce9c7525d7f86d3567c5 72a7ba0a10a61537133b8eee8aa096f4f745ef15 7fbd234124ae5156c2a4e3e14a8574c09b1a1b29 85643a33c543cd6fea87e717aaf31084a8890956 8cbf4d5f1e8c7e4c9c9ef91f8af2f2b9298c6e17 8e72014ba82fb338c7fef366314f230bbf21e713 9c6570077ac27d6001660bb28522658956d4f383 a8ceb3c8b27eb429b84177858b53eaa3c3492ce3 b24ac6bde3b35494613489213b98911aca9f64aa bdca7c0b9851fbcf89fbb7e865d8a8403bd915cc bf66cbb50a3ad4ccdf82b138ec51b12e671f169f c82c09953797037fd9b18cc39ab011d892cd0b4c cc5a610ae166d296e0292264b398120ebe30ec2e cf2a586bdcab0c0398bc99766dad03dbe4df9ea1 eac060b4d1903eafc1370c5773063312566e40a8 eb202bb17b70f2bf847e23ec462b099f0c33ca9e
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-client-common
Source: postgresql-common
Version: 267.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libipc-run-perl, netbase, perl:any
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_267.pgdg+1_all.deb
Size: 36552
SHA256: f2d86e02ce13303d0ca7d61eec0a560c735b199fc8df35113960e7bc549d94ae
SHA1: 7a2b9510d9c21789f8bac9cb2e0092376aedf50f
MD5sum: ef5ad58434bf3898e1dda04ba10a97b8
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.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-common
Version: 267.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 653
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, libjson-perl, sysvinit-utils (>= 3.05-4~) | lsb-base, postgresql-client-common (= 267.pgdg+1), ssl-cert (>= 1.0.11), ucf, perl:any
Recommends: e2fsprogs, logrotate
Conflicts: pgdg-keyring
Breaks: postgresql-9.1 (<< 9.1.1-3~), postgresql-server-dev-all (<< 204)
Replaces: pgdg-keyring, postgresql-server-dev-all (<< 204)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_267.pgdg+1_all.deb
Size: 169400
SHA256: 41c73c77a9fd3cf181f3ce911676119ac00a471ba8d545df93fd649943874dca
SHA1: 5c333e2b5cd52d052640e6172687cf59fa6033da
MD5sum: a3fb285ee869924b668fdf6490366a55
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.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-contrib
Source: postgresql-common (267.pgdg+1)
Version: 17+267.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-contrib-17
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-contrib_17+267.pgdg+1_all.deb
Size: 12404
SHA256: d9e874a307d1008b8d2f33d4b1ee7ff92a253946cb38fd731f039c4205564dfc
SHA1: 71e0f533b9bcef1e9aa15298fd23f4f999bbe0d9
MD5sum: 6298f8bb38dcf15820eea10c6e7336aa
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.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-doc
Source: postgresql-common (267.pgdg+1)
Version: 17+267.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-doc-17
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_17+267.pgdg+1_all.deb
Size: 12388
SHA256: 085a0525bc7550867ca91e00e5d17b19e96d4dd096eb157c1613ae99859d11f6
SHA1: 01ff847734138714937f9647198079a658475ab1
MD5sum: ab429c6ba98460c5a000683ee5f00264
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.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-doc-12
Source: postgresql-12
Version: 12.22-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15189
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-12/postgresql-doc-12_12.22-1.pgdg+1_all.deb
Size: 1954524
SHA256: ef87ca28f329059c857ff5deb6f3e4a2b6ed2fa67f9d4b8d8f3ff85398bcc13f
SHA1: 6be7265e1596f3887a5029f6d8a6c07e78dd1e76
MD5sum: 7963227e7166aef86580f2dfe21544e1
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 12. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-doc-13
Source: postgresql-13
Version: 13.18-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15915
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-13/postgresql-doc-13_13.18-1.pgdg+1_all.deb
Size: 1998704
SHA256: 1c185ea6efde9f684d0935c593d87c0936eaa84a98de30ec24c8be110f97d3d9
SHA1: bdf1651902a05e76598440e8277dff53128af3ae
MD5sum: 5f4e9be4c6ac9a7875f258d74d2743be
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 13. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-doc-14
Source: postgresql-14
Version: 14.15-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16363
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-14/postgresql-doc-14_14.15-1.pgdg+1_all.deb
Size: 2048068
SHA256: 77f91d5c9548b1f9c7d32474dd947d38b0ce91dbcf6b6ba777905fa560b4d553
SHA1: 84eded464f08e39086be0e8ad7001fd8d9ca9a9d
MD5sum: 87d7ea154acb89ca5a06dbdf9c00a4c1
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 14. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-doc-15
Source: postgresql-15
Version: 15.10-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16198
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-15/postgresql-doc-15_15.10-1.pgdg+1_all.deb
Size: 2059540
SHA256: 5ea2ba9e1dd86280efe123068337800cca5f4537308f581e68c96ecd97076bb6
SHA1: 0b15a06e37de29a0d84d64a00bdbdb0c5bbce45c
MD5sum: c89e72af0f366beeccb35a437f4a5b35
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 15. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-doc-16
Source: postgresql-16
Version: 16.6-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16721
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-16/postgresql-doc-16_16.6-1.pgdg+1_all.deb
Size: 2108896
SHA256: 0bfba5cf1722dd8fcfec2894da98e076d87aa6825aa41fb1a084c27d17dd736c
SHA1: e633d463bee5eab01cd3128039a8838c36bec56e
MD5sum: e8d8e49af20bfa96ed978f9f77a46b49
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 16. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-doc-17
Source: postgresql-17
Version: 17.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16865
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-17/postgresql-doc-17_17.2-1.pgdg+1_all.deb
Size: 2118488
SHA256: 870bdfca8a3b1b745adae9cdd7681a5092420e1cbf642bfd6df139eedd5ee856
SHA1: dda8ebb14d5d6496884b21ff0b38f1dada2f4386
MD5sum: 77194fd0c2d3fbe2746c24b6c5350df6
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 17. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-plperl-12
Source: postgresql-12
Version: 12.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 478
Depends: perl, postgresql-12 (= 12.22-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plperl-12_12.22-1.pgdg+1_arm64.deb
Size: 82568
SHA256: c62e62c8f02b1baf9e88739b392cffa241498a27e1e673b9651d87d1fe44cc67
SHA1: c07c87bbc5b6b114335ba356bab4884f79e08ed4
MD5sum: d51390fe3246546ab5ec2811612ac2b4
Description: PL/Perl procedural language for PostgreSQL 12
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Perl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-plperl-12-dbgsym
Source: postgresql-12
Version: 12.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 221
Depends: postgresql-plperl-12 (= 12.22-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plperl-12-dbgsym_12.22-1.pgdg+1_arm64.deb
Size: 182608
SHA256: 3a0913627960abae07347d1bf7aeaaedf2751b54bb1d884269f4b9df681efb97
SHA1: e6c0fd9a15cc91727746da17280b0580b6a4db54
MD5sum: 502977828a42dca2c096c2ca9169bb22
Description: debug symbols for postgresql-plperl-12
Build-Ids: 45e877615b1255efe79c783d4182c81f730c0f29 57605cb81479dcc12420f3a362ac296a5b1da0ea 5cf410499e0d8061865780b0b0ed8af89e67be83
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-plperl-13
Source: postgresql-13
Version: 13.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 555
Depends: perl, postgresql-13 (= 13.18-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plperl-13_13.18-1.pgdg+1_arm64.deb
Size: 85576
SHA256: f84e485c78d42aa68fc877a095e7eb5e605dc385f0523b4a38ae3a95d5820435
SHA1: 8c41d0de4293bff16600e29908a1bf20ebdac771
MD5sum: dea79da58c7f6a613a57c289c321ed05
Description: PL/Perl procedural language for PostgreSQL 13
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Perl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-plperl-13-dbgsym
Source: postgresql-13
Version: 13.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 234
Depends: postgresql-plperl-13 (= 13.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plperl-13-dbgsym_13.18-1.pgdg+1_arm64.deb
Size: 188416
SHA256: 79260c40d82f225d1d18fc07d5f42350a4edb9badd3f62069a1860d924cf4102
SHA1: dd6a999ba4963f50154bd89dd468a721578b9987
MD5sum: 5912839b9d34b30bb422d1856835f1d5
Description: debug symbols for postgresql-plperl-13
Build-Ids: 279a6ed22cc66d4444a0782782b50adbfe0b9b5b 2cfff2b5601e81749dd983cb842b0410574149d4 3cc6825f2d305be87ec40ff8196132e99144994a ef4f84b9fb949d94d02a0c54e8a8144777038051
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-plperl-14
Source: postgresql-14
Version: 14.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 564
Depends: perl, postgresql-14 (= 14.15-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plperl-14_14.15-1.pgdg+1_arm64.deb
Size: 84072
SHA256: 1ae64400221c2ee0592b1c6c7e7baef4806e97c8dd24118cad3533a01209454b
SHA1: ef19b24282a9675c533953d55bb00488cff53224
MD5sum: 16036c75710a2b1a70ecb8d9d58c890f
Description: PL/Perl procedural language for PostgreSQL 14
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Perl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-plperl-14-dbgsym
Source: postgresql-14
Version: 14.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 235
Depends: postgresql-plperl-14 (= 14.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plperl-14-dbgsym_14.15-1.pgdg+1_arm64.deb
Size: 189316
SHA256: 2316f0be93a6125828bf0c43e2e29a0ecd285dfd527f53242091ed9e77449e14
SHA1: c473eb5b5cea3c00d634250fbd861433354aff77
MD5sum: 8313255b66efb6f4b543365f5e481bc1
Description: debug symbols for postgresql-plperl-14
Build-Ids: 11e0e0220a34e9c3995faab39e713b8d38f8837e 73cba7be3083538adc1de1caf1ad86c95263b410 867bb1c86ad74a57398bd6b3463b44655f507e35 95bd17a76c1739896661eea031aa5bda06751d62
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-plperl-15
Source: postgresql-15
Version: 15.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 566
Depends: perl, postgresql-15 (= 15.10-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plperl-15_15.10-1.pgdg+1_arm64.deb
Size: 82824
SHA256: c3905dd1ad5c5ac0c6167fb3fd31b7c38ae48d9fb990b784022feb50265a9bd1
SHA1: 8c0fd5d8e96a36854e2784fd2cdd47c4b3b45ea8
MD5sum: 0d8bb6d0da8bbaa7dd4b3f10898aaa5a
Description: PL/Perl procedural language for PostgreSQL 15
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Perl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-plperl-15-dbgsym
Source: postgresql-15
Version: 15.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 240
Depends: postgresql-plperl-15 (= 15.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plperl-15-dbgsym_15.10-1.pgdg+1_arm64.deb
Size: 193344
SHA256: c3f97f6f8d6d4e6e26488f50b1c9d28451fd5b1a91a186f7489ca783d4d596b3
SHA1: 15a2762467802a5cc8d3b99750e59fbc16309f71
MD5sum: 9884425c5f087d232da33d122e6ce921
Description: debug symbols for postgresql-plperl-15
Build-Ids: 7664c22fae6963363f79642bfd39eb1974ce6911 79fcc138961245a322f19f5bf4c5ee57cee32a22 7b4a346fa02efa4d8e4c0f33c00279bf8fa3a31f c77612bfa88aa24993de5936df2494e19e7eb448
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-plperl-16
Source: postgresql-16
Version: 16.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 578
Depends: perl, postgresql-16 (= 16.6-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plperl-16_16.6-1.pgdg+1_arm64.deb
Size: 82956
SHA256: 798d1dbec6313d55f4a8af34ad1a25b219e77ffad7ac383dcb3246a1d999899e
SHA1: 80776a5131cf9acd1ad032291f8d132a4a3d1fb7
MD5sum: 8c8ad8f5898568cc89241b88c1dbaf0f
Description: PL/Perl procedural language for PostgreSQL 16
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Perl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-plperl-16-dbgsym
Source: postgresql-16
Version: 16.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 243
Depends: postgresql-plperl-16 (= 16.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plperl-16-dbgsym_16.6-1.pgdg+1_arm64.deb
Size: 196956
SHA256: 0a74cef6a7d980864cdda538f2587cfe6ebbabd01665d1313ddadd6ffcb58860
SHA1: 13e70647f32c83a1cf82bcdc825aaa388146b19a
MD5sum: e107f503beef58c9b769233844351a79
Description: debug symbols for postgresql-plperl-16
Build-Ids: 1487b4ad2956f862aed4649e2a20d60fd7b38d6e 6f2065aa962e1cfc7f8615c1e6fa36756cd4abfe a1d8e19a9563235d1623b2b1b87284714a54d7f0 ff5322905a823f726e94a6979b11faf083b48b01
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-plperl-17
Source: postgresql-17
Version: 17.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 576
Depends: perl, postgresql-17 (= 17.2-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-plperl-17_17.2-1.pgdg+1_arm64.deb
Size: 80048
SHA256: 16dec2c48b37d6182629cdfed7877d6d1cc0f61ea66d08bb63e98e138c440e45
SHA1: 656fec310949ace399ba30e549f496b9dfdbc188
MD5sum: a1298ad10d80b4e7e1dd848083be4e4a
Description: PL/Perl procedural language for PostgreSQL 17
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Perl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-plperl-17-dbgsym
Source: postgresql-17
Version: 17.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 246
Depends: postgresql-plperl-17 (= 17.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-plperl-17-dbgsym_17.2-1.pgdg+1_arm64.deb
Size: 200208
SHA256: 880a1a8e23c8782a6a648ac9589281b313f0d67452459376542c8d339028b1a4
SHA1: 6ae888d0c22ebbaf14ad8f2218494fdcddb9df35
MD5sum: ddc25161dd661a563e58750ae5fd6fa3
Description: debug symbols for postgresql-plperl-17
Build-Ids: 113289e98b5af8b8ce66cd0cd382dbfa51c89998 3a407a5ac6f6fc68a70aed6f5250a82c580637bc 74ed11613f92b90d9d121d60f999de32005d9618 a443e2e340be1069b569bf20907ab1e7013c2feb
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-plpython3-12
Source: postgresql-12
Version: 12.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 643
Depends: postgresql-12 (= 12.22-1.pgdg+1), libc6 (>= 2.17), libpython3.12t64 (>= 3.12.7)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12_12.22-1.pgdg+1_arm64.deb
Size: 108772
SHA256: e9018603ec227e985c1ebb55b6d8df68c12b34870bc9681536d9329c05060517
SHA1: 4e19faf039e3b98deeb7c27f1746372cf8742180
MD5sum: c36dfa9e3bef26dd0db1e55105e1c82b
Description: PL/Python 3 procedural language for PostgreSQL 12
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Python 3.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-plpython3-12-dbgsym
Source: postgresql-12
Version: 12.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 231
Depends: postgresql-plpython3-12 (= 12.22-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12-dbgsym_12.22-1.pgdg+1_arm64.deb
Size: 178360
SHA256: fb5cd2ca14465cca84886394bf0e3b5b15a54b066508480ea4baa0744e000d70
SHA1: 1be7047c0bf45df92f0269e259880f98f12bd191
MD5sum: fb71877d9a12453f28541139ce482ff6
Description: debug symbols for postgresql-plpython3-12
Build-Ids: 05bb857140497aa13a85c983ffec700dd21a4b08 472c1d15f71643cad5ad03ec235a426e9e9306bb b9facf612e71d7a80e6183206fdb4d54135a60b0 d7f0df6087c915c62ee049f2e6c89f2d63be4cb9
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-plpython3-13
Source: postgresql-13
Version: 13.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 641
Depends: postgresql-13 (= 13.18-1.pgdg+1), libc6 (>= 2.17), libpython3.12t64 (>= 3.12.7)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13_13.18-1.pgdg+1_arm64.deb
Size: 107848
SHA256: 3a98e51bd8712c5191e9e737b0e613e01d0a6b7ea93634c6d939b80c185d2f9b
SHA1: b27350a791dd519cd09238d52b1aff20b5b86507
MD5sum: 4888d240f239c734ae649995efa92de7
Description: PL/Python 3 procedural language for PostgreSQL 13
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Python 3.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-plpython3-13-dbgsym
Source: postgresql-13
Version: 13.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 232
Depends: postgresql-plpython3-13 (= 13.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13-dbgsym_13.18-1.pgdg+1_arm64.deb
Size: 178432
SHA256: d9228e327bf305587349592683b181ed0c2041dd57aba8a3fd69f53d153eb382
SHA1: 165591dcd6ad6fe7c5a09ed6e6f1701e88062363
MD5sum: 89111c81fd61939c83972b568a83f0b0
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 09fc8cf861357ae24c26e28a6ebde55ace299d92 399a5c80651e9894029da6b28da41b4a7696b47a 4ab4ab7ae1339e1a8e8038439bf437210ccc3412 ae0543cfa6f800feff234d9c6a116fc5dd8f8c67
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-plpython3-14
Source: postgresql-14
Version: 14.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 722
Depends: postgresql-14 (= 14.15-1.pgdg+1), libc6 (>= 2.17), libpython3.12t64 (>= 3.12.7)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14_14.15-1.pgdg+1_arm64.deb
Size: 108996
SHA256: 234a4c35284e7d4ea37d026027fa6c92443364f8a4896c77f3de486f7bd65b34
SHA1: 7301594890a05b413e55f879166e40a064db1fc4
MD5sum: 798c1c30506b340fab4b9ea28919e45d
Description: PL/Python 3 procedural language for PostgreSQL 14
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Python 3.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-plpython3-14-dbgsym
Source: postgresql-14
Version: 14.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 233
Depends: postgresql-plpython3-14 (= 14.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14-dbgsym_14.15-1.pgdg+1_arm64.deb
Size: 179192
SHA256: b50b1ee2408a64bbc80758236c8397df7ddac9bb084fbd7225fefd503d8956c4
SHA1: 5d5fb5d50715c13bf1c112f9f448c9aeb321905c
MD5sum: 3b69523b4809f10a9b30e968d06632bf
Description: debug symbols for postgresql-plpython3-14
Build-Ids: 25a3a3dcd1b9f59b28aa699d11f00ac7c0569d3e 63e4a97423f963b313a501e5b155b21d8b464461 8fa50f1dc745b7465c1050afff31a120ce7849da d2183bf909ce17b8aa73cb7da7d2d9988191b140
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-plpython3-15
Source: postgresql-15
Version: 15.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 738
Depends: postgresql-15 (= 15.10-1.pgdg+1), libc6 (>= 2.17), libpython3.12t64 (>= 3.12.7)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15_15.10-1.pgdg+1_arm64.deb
Size: 108648
SHA256: 8f392fb7c83fa0482d5a2af22c437b66a42b7831afe83754e37393391f4da53e
SHA1: 3cebfc7e1afe8b06a3897de3362366a9025add9a
MD5sum: efa148ca508625469b206b7b3472a118
Description: PL/Python 3 procedural language for PostgreSQL 15
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Python 3.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-plpython3-15-dbgsym
Source: postgresql-15
Version: 15.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 231
Depends: postgresql-plpython3-15 (= 15.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15-dbgsym_15.10-1.pgdg+1_arm64.deb
Size: 180828
SHA256: e1e9714bf759ecd931edd7133f7b7703846ce5599ec4c70063a9da42f8575b97
SHA1: 35197670779feba165579f50aaaf3ad89395b42a
MD5sum: 3d8cdbbc1669f3719fa88293a89c8cc5
Description: debug symbols for postgresql-plpython3-15
Build-Ids: 686324d004a7029008b1792192552704d2fc19b3 6bb9a6c73629f1da2575cd3d2428d803a5ff5afa 6db41c1f295a167b1c4bb8c82dc423f42903e701 8e270f66f4bbb8433e6ca4dc9f0e1468adf29d40
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-plpython3-16
Source: postgresql-16
Version: 16.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 683
Depends: postgresql-16 (= 16.6-1.pgdg+1), libc6 (>= 2.17), libpython3.12t64 (>= 3.12.7)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16_16.6-1.pgdg+1_arm64.deb
Size: 108132
SHA256: 473c6f5cd904d4274f28182d24b353d88d81d59df2663f56111e24812c7e0258
SHA1: 0ac98812c73d8ef6247371d7282bea24ecbc6554
MD5sum: 490e602f5ddcd56fbe04bd81f969f3ad
Description: PL/Python 3 procedural language for PostgreSQL 16
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Python 3.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-plpython3-16-dbgsym
Source: postgresql-16
Version: 16.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 238
Depends: postgresql-plpython3-16 (= 16.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16-dbgsym_16.6-1.pgdg+1_arm64.deb
Size: 186240
SHA256: 2e38dcdca191ac2d4584cb733608449168734039e886f478be967c7eb7fa2f49
SHA1: e58b5de37f7d82731f828c2a3d55de47348f72df
MD5sum: c31019c8c24ad16602790972a849c762
Description: debug symbols for postgresql-plpython3-16
Build-Ids: 31b992a0ee5ac667e78c8d8924fd2d133fb4e11c 3af0facfb85a45446eeae61fcf7907db146f51ee 4bdeb3a157f7e81ea4350348b868f7b2d442d192 e7716d61e7697a16e4855b7ffbdca4374b8bd441
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-plpython3-17
Source: postgresql-17
Version: 17.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 681
Depends: postgresql-17 (= 17.2-1.pgdg+1), libc6 (>= 2.17), libpython3.12t64 (>= 3.12.7)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-plpython3-17_17.2-1.pgdg+1_arm64.deb
Size: 104864
SHA256: bc469e9bdefced38b298add717154e1be51e5915c140922ec2a55f9983bfd664
SHA1: 9f2045d294a8b62b5b5686e530afb1e0b1cf1c68
MD5sum: 7a3bc5909ff47ea8788bde5b695d1188
Description: PL/Python 3 procedural language for PostgreSQL 17
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Python 3.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-plpython3-17-dbgsym
Source: postgresql-17
Version: 17.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 241
Depends: postgresql-plpython3-17 (= 17.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-plpython3-17-dbgsym_17.2-1.pgdg+1_arm64.deb
Size: 189260
SHA256: a328eae9802247f75212f4515c9453c538f6627b41dbcde89ba6973cac8e4c7c
SHA1: 9d41e2f1df88c23db615c816cc2043e723368549
MD5sum: 34dfc8ed45e39bf85f777b3c396c7373
Description: debug symbols for postgresql-plpython3-17
Build-Ids: 61e798e84675157c69659da2892af20000676e85 62a09f60c89f2368664fa4f6748e9b7678428c03 e8722418fb5cd8d60f14b23a86bd11b710416e25 ecde7ff9189f66109fa201a4e9aad59a31987ac0
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-pltcl-12
Source: postgresql-12
Version: 12.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-12 (= 12.22-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12_12.22-1.pgdg+1_arm64.deb
Size: 43984
SHA256: e63ab3f9594a2173450cca26b3dca73e97db4da35329a1cd0e143214d6fc629d
SHA1: 6cfe32b5b0889da9c7fc34261fb98f3f2e2c704d
MD5sum: 31010d3baadb0eff7e52cb9fb13f420b
Description: PL/Tcl procedural language for PostgreSQL 12
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Tcl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-pltcl-12-dbgsym
Source: postgresql-12
Version: 12.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-pltcl-12 (= 12.22-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12-dbgsym_12.22-1.pgdg+1_arm64.deb
Size: 71180
SHA256: 353064b595c1b67ee4008d07876c9c915e7d2e760ec76f529f433b20e21e6dac
SHA1: fdc2daa7a2a79eed4cfc691af682223e5e4ed67a
MD5sum: 60b6422186d181407b14831471eb811c
Description: debug symbols for postgresql-pltcl-12
Build-Ids: f7c46056461d38a6f83c2e3ed004c0fc681b6fe8
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-pltcl-13
Source: postgresql-13
Version: 13.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-13 (= 13.18-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13_13.18-1.pgdg+1_arm64.deb
Size: 44848
SHA256: 35aa97d798c8935a6e95bd8797cc1fcbdb9155a45f59427ef9577e8576fb8aa5
SHA1: 4034fe53745971a301fba7c7e2efa4fd8f6f5770
MD5sum: 5ced45253e1633ca530a057bdfb1f190
Description: PL/Tcl procedural language for PostgreSQL 13
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Tcl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-pltcl-13-dbgsym
Source: postgresql-13
Version: 13.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-pltcl-13 (= 13.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13-dbgsym_13.18-1.pgdg+1_arm64.deb
Size: 74484
SHA256: 469a9915817c4e701a6e820dccdf86ed6cd1f6fb0dcd5eb0804127342a8cf3e2
SHA1: 26ff0e65e204f112f1242118a152d8a7800ff617
MD5sum: db4e9afa292ea093bfafeabd9405f10c
Description: debug symbols for postgresql-pltcl-13
Build-Ids: 5a15bfbaba87a0b08a3073e290b0205e8da9716a
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-pltcl-14
Source: postgresql-14
Version: 14.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 191
Depends: postgresql-14 (= 14.15-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14_14.15-1.pgdg+1_arm64.deb
Size: 42464
SHA256: f98453dfe99c6f730e65757a85e949ae71fad81e786357012e73fa4cd0d98487
SHA1: 9da7c94ceafdf0f7786b5fcccd180c2f0d5cb0e9
MD5sum: 48ccaf1119d9adf0cdf0cafb93208afa
Description: PL/Tcl procedural language for PostgreSQL 14
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Tcl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-pltcl-14-dbgsym
Source: postgresql-14
Version: 14.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-pltcl-14 (= 14.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14-dbgsym_14.15-1.pgdg+1_arm64.deb
Size: 75116
SHA256: 0e177493577c6345edde628a873456bd0d37ac1e1ee9692ad2d31df7f812c9da
SHA1: 69abf431f1b36c0934f73b0aa1f80a40455c9e0c
MD5sum: 8b100b45136a38215dc76c4279667240
Description: debug symbols for postgresql-pltcl-14
Build-Ids: 065db6914eb7a15b2b9186f55ac51d3cfe17542a
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-pltcl-15
Source: postgresql-15
Version: 15.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-15 (= 15.10-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15_15.10-1.pgdg+1_arm64.deb
Size: 42104
SHA256: a834161176a32647624c1227e01c5c12a441a01fb72a39b3758732bf67ef6115
SHA1: 104b35c88300e57ba884427870a918f40fbcdf75
MD5sum: 3ad477b28aec842b02f70e4346c4cef5
Description: PL/Tcl procedural language for PostgreSQL 15
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Tcl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-pltcl-15-dbgsym
Source: postgresql-15
Version: 15.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-pltcl-15 (= 15.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15-dbgsym_15.10-1.pgdg+1_arm64.deb
Size: 79040
SHA256: aed3e949d7d5aa685afc5c9d6c48e36aa7bac313c48f695ddf70a781e18c8953
SHA1: bc63696c1e098db564ab7edcb1e31ac964fa9724
MD5sum: f75bacccffe58304fec244ebb7d02f5d
Description: debug symbols for postgresql-pltcl-15
Build-Ids: c38c8e32251e5e82705e13cfb59114f09e8da469
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-pltcl-16
Source: postgresql-16
Version: 16.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 206
Depends: postgresql-16 (= 16.6-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16_16.6-1.pgdg+1_arm64.deb
Size: 41688
SHA256: 9162b26b9a725c0636d48ae457c5f002bec9079c91626bb69e2a25071651c968
SHA1: 077b12716e06c145e54ab11a7133b0d98623edf6
MD5sum: dfa692c8e468621086e017152af16b0d
Description: PL/Tcl procedural language for PostgreSQL 16
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Tcl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-pltcl-16-dbgsym
Source: postgresql-16
Version: 16.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: postgresql-pltcl-16 (= 16.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16-dbgsym_16.6-1.pgdg+1_arm64.deb
Size: 81756
SHA256: 46006b816090892be3456cfbf62ab2413692b1f1df49df9b152e5f5605670118
SHA1: c23272ab3b7c5e75353776ac0a8e9cd84778934d
MD5sum: 9634ecc8e732e58c4b33d9b7757ad763
Description: debug symbols for postgresql-pltcl-16
Build-Ids: 7d0de55a159e63130293c03f61b1503a0bdc64d3
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-pltcl-17
Source: postgresql-17
Version: 17.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 204
Depends: postgresql-17 (= 17.2-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-pltcl-17_17.2-1.pgdg+1_arm64.deb
Size: 38728
SHA256: 303cd2f2755d4058dadd3ab0d1969a5deb6fd30186757579ad70f7bd21ed3012
SHA1: 3d07546779ccd9eb7395eb4f55e83d26d8827394
MD5sum: f289daff1f7e64d27ec1bffb773e135e
Description: PL/Tcl procedural language for PostgreSQL 17
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Tcl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-pltcl-17-dbgsym
Source: postgresql-17
Version: 17.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-pltcl-17 (= 17.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-pltcl-17-dbgsym_17.2-1.pgdg+1_arm64.deb
Size: 85220
SHA256: 4989572634e0d8655a96fa801c1795cee5428e160c518f07f33f15631b34e68c
SHA1: 93807d7cf92bc26ee9f9202b2672e68becd722b7
MD5sum: 8290ee278f0ddefd71c9f10645068fc4
Description: debug symbols for postgresql-pltcl-17
Build-Ids: a9119de7d5899169c5b31768cdcb95356c741644
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-server-dev-12
Source: postgresql-12
Version: 12.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5683
Depends: clang-19, libpq-dev (>= 12~~), llvm-19-dev, postgresql-client-12 (>= 12.1-2~), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-12/postgresql-server-dev-12_12.22-1.pgdg+1_arm64.deb
Size: 1004848
SHA256: 2581cb4d46cbd3a0e9f1a3a374a31f70f1d5f72add18f5151bd1fbf4423ddd27
SHA1: 2e420e40d1a55f73012c8eb5eed69c230222eac9
MD5sum: a8e88c9f97dc76d51d2fba141b7c428f
Description: development files for PostgreSQL 12 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.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-server-dev-13
Source: postgresql-13
Version: 13.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6198
Depends: clang-19, libpq-dev (>= 13~~), llvm-19-dev, postgresql-client-13, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/postgresql-server-dev-13_13.18-1.pgdg+1_arm64.deb
Size: 1052200
SHA256: 89e199586ac7517ed1f0ed221a91b7cca2464c973502281a2a0a9158e58934ec
SHA1: de151288c792bcd2fa5e25dc7a4d7e81f1a7545a
MD5sum: 581d7d32d76658a61e14c0072c79595e
Description: development files for PostgreSQL 13 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.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-server-dev-14
Source: postgresql-14
Version: 14.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6713
Depends: clang-19, libpq-dev (>= 14~~), llvm-19-dev, postgresql-client-14, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14_14.15-1.pgdg+1_arm64.deb
Size: 1125592
SHA256: 9c433d013a46521a1ebdca85240c59530310febccda15923640f86c4f96c689a
SHA1: 94d658f12fdbf74579650d5f5bbec18b5e2833f9
MD5sum: 5e42d96e05083070ae42e5cf01477a49
Description: development files for PostgreSQL 14 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.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-server-dev-15
Source: postgresql-15
Version: 15.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6874
Depends: clang-19, libpq-dev (>= 15~~), llvm-19-dev, postgresql-client-15, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/postgresql-server-dev-15_15.10-1.pgdg+1_arm64.deb
Size: 1149900
SHA256: 37085379f95901fa3a9cc0b697e67e97ce243faa0e93aa88fde6dc0c248a6803
SHA1: 21338e2c646a036164d4a8eb284ea0079e0d78da
MD5sum: e21cca2317264b358043e8f3b89fb208
Description: development files for PostgreSQL 15 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.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-server-dev-16
Source: postgresql-16
Version: 16.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7068
Depends: clang-19, libpq-dev (>= 16~~), llvm-19-dev, postgresql-client-16, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-16/postgresql-server-dev-16_16.6-1.pgdg+1_arm64.deb
Size: 1177780
SHA256: 70a4002c713ef6cbe7c09d0b6535e2ebbee4fb0165784a6a703b73a74af7239c
SHA1: 34a6107fcf28a7a0aa48e537f3f7bd8d21e5520c
MD5sum: edc07ee99f42d5077d0c67ec0641223d
Description: development files for PostgreSQL 16 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.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-server-dev-17
Source: postgresql-17
Version: 17.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8354
Depends: clang-19, libpq-dev (>= 17~~), llvm-19-dev, postgresql-client-17, postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-17/postgresql-server-dev-17_17.2-1.pgdg+1_arm64.deb
Size: 1315676
SHA256: f1d5c3d01e87af0676fcc125e52c1d381bcc9ce854677a2a93610ea3cd51c6ab
SHA1: 432d3494c3c86f241902eeaf7a0f0b666d3adf1c
MD5sum: 35ae1e7d844b483859e8c911e0b9b4fe
Description: development files for PostgreSQL 17 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.
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-server-dev-17-dbgsym
Source: postgresql-17
Version: 17.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-server-dev-17 (= 17.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-server-dev-17-dbgsym_17.2-1.pgdg+1_arm64.deb
Size: 56872
SHA256: 763286dc1466bfa11a55e1f0bae3b26d873aeb07d1c0de8c85f2192d48bffd65
SHA1: 479a58af23e1b9c47bb95e6cb5e90654180e40ac
MD5sum: 2cd961f82c949ec1955d430f1b40cf13
Description: debug symbols for postgresql-server-dev-17
Build-Ids: 6535a8ba256dc7c52caa2ab9b8cc3f67fb35d60a
Timestamp: 2024-11-21 22:31:14+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 267.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: make:any, postgresql-common (= 267.pgdg+1), postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12, postgresql-server-dev-13, postgresql-server-dev-14, postgresql-server-dev-15, postgresql-server-dev-16, postgresql-server-dev-17
Multi-Arch: same
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_267.pgdg+1_arm64.deb
Size: 20800
SHA256: 21a17090a24d582bd0d1a2f101e91fa927c75dd7ccf34a36392fab99370732a9
SHA1: 8b6df4e3d7a5ee600dbe02c6675093eea8ce221b
MD5sum: 24cd595e0f961bd6c8c9cfea4e439bf8
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, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 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.
Timestamp: 2024-11-21 22:31:14+00

Package: powa-web
Version: 5.0.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 669
Depends: adduser, python3-psycopg2, python3-sqlalchemy, python3-tornado, python3:any
Homepage: https://github.com/powa-team/powa
Priority: optional
Section: database
Filename: pool/main/p/powa-web/powa-web_5.0.0-1.pgdg+1_all.deb
Size: 213208
SHA256: b52b94bc63f9cb13b4e7da826a489fa344b9934453b5ee6119533b60ad27fd1e
SHA1: 674e6254493d0d2cdec98b5fe1f5751986e11aa1
MD5sum: a15cfd3ed53450c7e1d9364dcdf87dde
Description: PostgreSQL Workload Analyzer - web interface
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers.
 .
 This package provides the web interface. It supports PostgreSQL 9.4 and later.
 Database servers to be monitored need to have the postgresql-NN-powa package
 installed and configured.
Timestamp: 2024-11-21 22:31:14+00

Package: patroni
Version: 4.0.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1477
Depends: python3-cdiff, python3-click (>= 4.1), python3-dateutil, python3-pkg-resources, python3-prettytable (>= 0.7), python3-psutil, python3-urllib3, python3-yaml, python3:any, python3-psycopg2, python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes | python3-pysyncobj
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_4.0.4-1.pgdg+1_all.deb
Size: 277272
SHA256: 6b3588dd7c0b7031c6e16c042994bdd50a54ad3453fc99a40011a176345aa481
SHA1: a4134ecfb2e0164e469ba957fc429af9b612a97a
MD5sum: dbe2246cefd0e3bd83f7187ff4dc6d7f
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2024-11-23 09:05:00+00

Package: patroni-doc
Source: patroni
Version: 4.0.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7151
Depends: libjs-jquery (>= 3.6.0), libjs-sphinxdoc (>= 7.4), sphinx-rtd-theme-common (>= 3.0.2+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_4.0.4-1.pgdg+1_all.deb
Size: 540568
SHA256: cca3dbd4d802ea5878281f53f2574186966252717a427777d2019c86744ad29b
SHA1: 57a35ecdc4cab5971b949190ead43c494685b884
MD5sum: 8e84b1369b5a5e04453aaa2f05b690ad
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2024-11-23 09:05:00+00

Package: barman
Version: 3.12.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 91
Depends: python3-barman (= 3.12.0-1.pgdg+1), python3-pkg-resources, adduser, rsync, python3:any
Recommends: openssh-server, openssh-client, postgresql-client
Suggests: barman-cli, repmgr
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman_3.12.0-1.pgdg+1_all.deb
Size: 56600
SHA256: c5853b9162ceaa4880a22b9025c537b7dc4019911e1bb1225dfbfb9a42e005d1
SHA1: 05180c0f2ccfb626c57a8bd371d2d97370545629
MD5sum: 61d72f739bdafbec9cb6f7aba6fe83e0
Description: Backup and Recovery Manager for PostgreSQL
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by EDB.
 .
 This package provides barman binary.
Timestamp: 2024-11-25 14:29:27+00

Package: barman-cli
Source: barman
Version: 3.12.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 59
Depends: python3-barman (= 3.12.0-1.pgdg+1), python3-pkg-resources, rsync, python3:any
Recommends: openssh-client
Suggests: barman-cli-cloud
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli_3.12.0-1.pgdg+1_all.deb
Size: 37092
SHA256: 8238177ca406d46f8a3a8f485cd5cdc26f25cd8e4520096a990a6f87f37cb688
SHA1: a32de70c6e399bd174e81b2f814011c77beb5ae1
MD5sum: bff021a0b0a78c134861fb675aaeeeef
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 organization 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 EDB.
Timestamp: 2024-11-25 14:29:27+00

Package: barman-cli-cloud
Source: barman
Version: 3.12.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 44
Depends: python3-barman (= 3.12.0-1.pgdg+1), python3-pkg-resources, rsync, python3:any, python3-boto3
Breaks: barman-cli (<< 2.10-3~~)
Replaces: barman-cli (<< 2.10-3~~)
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli-cloud_3.12.0-1.pgdg+1_all.deb
Size: 24108
SHA256: 67062c218aaa45d4ed08f639df1fb3e5d4eb1246e97010ab8d6df0951e556305
SHA1: 081cbc7bfc0a5e0b278922a8f0e9446dbcfd24b6
MD5sum: 8541c2953d139c266c924907469b05b5
Description: Cloud 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 organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli-cloud package contains cloud client utilities for the
 integration of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by EDB.
Timestamp: 2024-11-25 14:29:27+00

Package: python3-barman
Source: barman
Version: 3.12.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1531
Depends: python3-dateutil, python3-psycopg2, python3:any, python3-setuptools
Breaks: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Replaces: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Homepage: https://www.pgbarman.org
Priority: optional
Section: python
Filename: pool/main/b/barman/python3-barman_3.12.0-1.pgdg+1_all.deb
Size: 240096
SHA256: d2f5376f5d665e92f5a9b8e18931a1eea56a6cfebc0cf3142314b7471f693a3d
SHA1: 2e8fa2b9062f67f3e3009dbb53dcd3856add9202
MD5sum: 2a998bdd319c1f97f429b3526d168d90
Description: Backup and Recovery Manager for PostgreSQL - Python modules
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by EDB.
 .
 This package provides Python 3 modules only.
Timestamp: 2024-11-25 14:29:27+00

Package: postgresql-15-repmgr
Source: repmgr
Version: 5.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1121
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), repmgr-common (>= 5.5.0-1.pgdg+1), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-15-repmgr_5.5.0-1.pgdg+1_arm64.deb
Size: 226600
SHA256: b85b4c9d91a7fcae4b7329b1f228e3343707f593ba3d845abb53b5ce3cc992b6
SHA1: d389ff628a5c4361297a9d94dbf95deb77d1d53f
MD5sum: 8cb4870335b9944f2db48cb968c7707d
Description: replication manager for PostgreSQL 15
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 15.
Timestamp: 2024-12-06 18:38:20+00

Package: librdkit1t64
Source: rdkit
Version: 202409.2-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 23948
Depends: libboost-iostreams1.83.0 (>= 1.83.0), libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py312, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.38), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.2), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 3.3), libinchi1.07 (>= 1.07.1+dfsg), libmaeparser1 (>= 1.3.1), libstdc++6 (>= 14)
Breaks: librdkit1 (<< 202409.2-1.pgdg+1)
Replaces: librdkit1
Provides: librdkit1 (= 202409.2-1.pgdg+1)
Homepage: http://www.rdkit.org
Priority: optional
Section: libs
Filename: pool/main/r/rdkit/librdkit1t64_202409.2-1.pgdg+1_arm64.deb
Size: 4698428
SHA256: b39a3642888a22859fa4a0b006df07d0e781f1dc61816edb3add1bdabc296087
SHA1: 5c4cf6d5080af65af7d36aa7962b30be3e715c5a
MD5sum: 9d58deff395d1afc6af4b3d32fffbc6c
Description: Collection of cheminformatics and machine-learning software (shared libraries)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the shared libraries.
Timestamp: 2024-12-06 18:38:20+00

Package: librdkit1t64-dbgsym
Source: rdkit
Version: 202409.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 114878
Depends: librdkit1t64 (= 202409.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/librdkit1t64-dbgsym_202409.2-1.pgdg+1_arm64.deb
Size: 112026436
SHA256: f2be13a2cdae2546b3e728a03c87b302ec7c83f463b9f57cd69e4c2ee351a60c
SHA1: ba26d794b491d850011f0684d72e32959d913709
MD5sum: f988035909f3195fcc73f75a610d03c6
Description: debug symbols for librdkit1t64
Build-Ids: 006f4ea1ba785d10a15c462888eb0fec32870a3d 00ea3c2a4011dab1efbf3908028ee3b524a01cb6 015de768420f5f1b23a8f112d455625907ff2101 056506f236e3effad9401ee0d45c49de4b1d8e7f 05f78ebf29d418fb722dee469b84b4dbf7b5e326 083c387b0c8edef042fa86d1a192f4ed281d295d 08c0ed2c7fb90a4d78ff38c3fe7fa832e0a7f634 0c3259ed8ed4ea2e3ba1671fbea5623cee530472 0de8ccee46552a7b7049f0784b9e0ad6fec9449e 1324e68fa51018de99399138ca792d619d8ba799 17556bdd9619d2e97fe3e84529c9b84c28328199 182e49feae6aa71b638bcc6976e7cd8b1101b1de 1b500b066dda617b98c07fffd16856f0601933a9 1f3dd1d98be4a9e2dd9bff5e164fbca14169be59 2bedeabf664db4058bd555e37808ad7026af852f 2de74f486dea422c72c0c002210e0447ff40c3b5 336654ccd029f2317a72ea0b4582a677d48ae428 33d140919b4e0c6a375343d7a58cee31c5fc06ce 379a8b01d374a4de62e9c7c1d513f54975e889e7 3beaf7cd2f95858895461a76e6997fd7ddcc6466 4774387af0de02abefaf7216870610184e35e180 47e0041c313aa543d5c4ba12aede812cf06688b6 4ac810acd87170960ece9fca971ae904ac95ed74 4fd0e71d679f1df93cdaf6443a8ac11472fbc6cb 52d0f778144559e804a8fe88fcb9db49770c7b4e 548b81fb88135f8dc2f0a431688e8354dcc6d362 60e8984175b8473a0806a03b202b13b8a5784333 63afd594334dc12141dd82b0e04fea342af45db1 746973ce3939dddccedcb8c9ae56162950103af9 7c9c5338489cc2f36871e46933f8d5186fe9bbc7 7ed9550dc5ea92f5d3cbe11cb1598da9552b22eb 839f2224e7dea2cbe056222e04969409d5d74033 84417e49311bb263fcd848ad5049e9ecbc81f609 88413e58c66227eb36ce047835954f4fd8cd9250 8e626a8685cf8a3b77df4e92e556a7809fe1b831 91ae780af39c9d83e5a73d8e459fd00313a27310 95e5b4f16e7ee356bb6cd220e2327bfae60d4f55 96d2756b47201a0ae01b159d8395d279330bd9b9 9d1e15bddd69016ed912d2e5590a8888901166bf a329cc0c8b3642c4de47b6b0b9a96b886bc6042b a4a35efb735998204f07029a526a7d5ad67b089a a5081b64c5c6c0dc2af025a9722f62201f273d78 a7143aa52a743284b1df173887e512993f5ca67d b040a5a7ca46fb65be1f1c5c8f092c4b23c743ff b1056d0661b5be41aa51867d7b571a91ab6980de b24a3aa752c8f022574ca91691f8cd48ddabb564 b293c7bc4380ed7fec4c0a31beeb48ccdbb68885 b80c74a4310682fa07ef134d57b8b677a00c6c8c bca8d91155cb5d06b46774e45aa4f0639b78ae88 beba786bae57a7e102bf41807a9aedca3871ae17 bed8ecdf0191255c41cd2850491bfc644fbdd460 bf4e522a9c8d5d1de789fffe80096caa33d098e3 bf85867019cc870104dbbb4c4cdac348615f978e c7e82537d72130c6e608ccb888ca03ee4380448e d11358d9a224ff85414179ed781abf46b2eebd42 d3ec7036c3823d67749284e80a34393ba7159000 d591b86fda5267b6c82cdc7f2894b4e8c464b529 d74a38a5ee527e69369a3c80fccd9392b76f830d e8c1a89b4132f83416567fc95ec56f4bd80aaa38 e98935e3f91666dd703d039b964186cf87addfaa ede693a2c0f55cb4e59756091cfef19a5629f47c fd27bfcd9e3749f4c06d322712fd1ed0ed054d3d
Timestamp: 2024-12-06 18:38:20+00

Package: librdkit-dev
Source: rdkit
Version: 202409.2-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 2580
Depends: librdkit1t64 (= 202409.2-1.pgdg+1)
Homepage: http://www.rdkit.org
Priority: optional
Section: libdevel
Filename: pool/main/r/rdkit/librdkit-dev_202409.2-1.pgdg+1_arm64.deb
Size: 457600
SHA256: 820d807cdd8252fda017ffa8d056106e80f42e1af37a6999c36e258db5283702
SHA1: 98435ca3325973f5bb3a58705e69383247d72edb
MD5sum: 6a700af7b37da62e52d64e163c5de8ef
Description: Collection of cheminformatics and machine-learning software (development files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the header files.
Timestamp: 2024-12-06 18:38:20+00

Package: pg-activity
Version: 3.5.1-1.pgdg+1
Architecture: all
Maintainer: Emmanuel Bouthenot <kolter@debian.org>
Installed-Size: 297
Depends: python3-attr, python3-blessed, python3-humanize, python3-psutil, python3:any, python3-psycopg2
Homepage: https://github.com/julmon/pg_activity
Priority: optional
Section: utils
Filename: pool/main/p/pg-activity/pg-activity_3.5.1-1.pgdg+1_all.deb
Size: 63324
SHA256: 7d64a32abac4494f318f23605579aa85aaa924a726423a44b31473635ad923a7
SHA1: 6eed4c14c00f525cdcdd771cff652ce3306e9a61
MD5sum: 43880ec0f3bbbc813274d5d74f3fae88
Description: Realtime PostgreSQL database server monitoring tool
 PgActivity is a curses-based realtime utility to display information from a
 running PostgreSQL database server.
 .
 It is modelled after the standard 'top' utility, and displays information such
 as:
   - the running, waiting and blocking queries
   - cpu, memory and i/o usage of each query
   - the queries execution time
 .
 It also provides interactive commands to sort, filter, scroll and extend the
 queries list displayed.
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-10-decoderbufs
Source: postgres-decoderbufs
Version: 3.0.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-10, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs_3.0.4-1.pgdg+1_arm64.deb
Size: 14572
SHA256: 3acbeec439ba3b661c61d80ada1d3c49c044d9fc829f3f87aa9dbd18702949a2
SHA1: 238bf76ce2afe82d26d56c7354e4c4a0a64f862a
MD5sum: b8af84b6708aaec86b2a0f87e3d25d9c
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-10-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.0.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-10-decoderbufs (= 3.0.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs-dbgsym_3.0.4-1.pgdg+1_arm64.deb
Size: 37664
SHA256: af255037038bd933c2c5580fe1728ed27a3ede662057d8fcac5c6452b70e6670
SHA1: 11ec7cd7e5ba28e9c07f0afede190a418e11bc91
MD5sum: e7403ecbfb5e343c713838ec37ee3fe5
Description: debug symbols for postgresql-10-decoderbufs
Build-Ids: e75e2b67e575fa4935549e7c8a93755c8a185407
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-10-rdkit
Source: rdkit
Version: 202409.2-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 653
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.2), libstdc++6 (>= 13.1), postgresql-10
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-10-rdkit_202409.2-1.pgdg+1_arm64.deb
Size: 238364
SHA256: 7177d12831469015b1bc10c32e31a3d156494b312c15e849eab4516cf90dba8c
SHA1: d77af3a1f30be1079a3b9ea02b6c076e515ed138
MD5sum: 9d27313659099edaca5323cc50bda209
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-10-rdkit-dbgsym
Source: rdkit
Version: 202409.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1205
Depends: postgresql-10-rdkit (= 202409.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-10-rdkit-dbgsym_202409.2-1.pgdg+1_arm64.deb
Size: 1141632
SHA256: fa0650f0d9dd9ecc2f3cd2c18d63d4df6d1c65046026552c8f7849bb3aaa8779
SHA1: 0cd1211cfb0b048cd7f9386f2ad6ba97057484bb
MD5sum: 7bc17880475430eb8ca19f5ca4f60242
Description: debug symbols for postgresql-10-rdkit
Build-Ids: 5b65695878a470041d2c577e1a68b401e3ee8eef
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-10-repmgr
Source: repmgr
Version: 5.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1096
Depends: postgresql-10, repmgr-common (>= 5.5.0-1.pgdg+1), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-10-repmgr_5.5.0-1.pgdg+1_arm64.deb
Size: 207952
SHA256: 742f1d9eba6bb59665b248629afa02ee85234f62f89d8682c3b7f15e3242d7d9
SHA1: dcedcbb0548fbf14bae740df77b8c2f29fd207db
MD5sum: 7c6eff2a59a9394c8bb5d3e9d53b75e2
Description: replication manager for PostgreSQL 10
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 10.
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-10-repmgr-dbgsym
Source: repmgr
Version: 5.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1419
Depends: postgresql-10-repmgr (= 5.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-10-repmgr-dbgsym_5.5.0-1.pgdg+1_arm64.deb
Size: 604664
SHA256: 7b33d438831808dd03f7a2e62b9706ea5fa9ab4ba158017bacea1c6bb912823b
SHA1: e0e862087356727a198fbe5823de83e7149917a9
MD5sum: eb9ed3e2ae5765723dbe91b5598f008e
Description: debug symbols for postgresql-10-repmgr
Build-Ids: 3bae560e1280c8d55feebeb9d87059e3f3aad70d 789efcab697e8c63d3ee5493266994ffc8d99856 8a8a2f1d3c128459c07af3cee6003734ad14f88a
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-11-decoderbufs
Source: postgres-decoderbufs
Version: 3.0.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-11, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs_3.0.4-1.pgdg+1_arm64.deb
Size: 14736
SHA256: aa36bb6e9b666d94cd70789f1d7156fc26607fb3fc15c188f4ea96156217a36e
SHA1: 21d4d5b399a2bde90814e89d708ac0deb6052a85
MD5sum: 470009ead8884a465ddc3b62a5291573
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-11-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.0.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-11-decoderbufs (= 3.0.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs-dbgsym_3.0.4-1.pgdg+1_arm64.deb
Size: 38188
SHA256: 851bbab73ad23d24632cf21437ce5c47002925d1512f596974ac825565f5b8dc
SHA1: 9a722f0edc77449fd2e7f5d82dcea81aa9e65a42
MD5sum: 51d118b3a719c03aac91572d195c536a
Description: debug symbols for postgresql-11-decoderbufs
Build-Ids: 77dc8024bae24d6d5ae1ba968ec7e51c42bb0b7e
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-11-orafce
Source: orafce
Version: 4.14.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 645
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_4.14.0-1.pgdg+1_arm64.deb
Size: 127248
SHA256: a3c325ad2a326466c8bdf1cae0bc6ce0860cc2fde514cc4bebd9d00fb8e1a90b
SHA1: d04030a2c8303f9faa227486a0768f1a2bd2853d
MD5sum: 384dbb2220b815e29203c4a5c565a406
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 4.14.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 330
Depends: postgresql-11-orafce (= 4.14.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_4.14.0-1.pgdg+1_arm64.deb
Size: 276340
SHA256: 07850ded96c0374ee286caf511d0c66c6916722a7c85eb3a08af709f88f72463
SHA1: b0b0d1cb1475bbde8312a555e967d157f23f558b
MD5sum: bc97655b44740ee1c10d5fd792112fc8
Description: debug symbols for postgresql-11-orafce
Build-Ids: c418f1b7d68bb104722f9adb0aa42c855fa23108
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-11-rdkit
Source: rdkit
Version: 202409.2-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 653
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.2), libstdc++6 (>= 13.1), postgresql-11
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-11-rdkit_202409.2-1.pgdg+1_arm64.deb
Size: 238156
SHA256: e86abb896d517ac85b8ce987aa7657371d1356e767131fd79c4e958d161f9538
SHA1: 4fb59e6b65686828aecff2386daa1ca9c7335797
MD5sum: 8aee6d83e136f3bbb7d1082cbfa72cdd
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-11-rdkit-dbgsym
Source: rdkit
Version: 202409.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1205
Depends: postgresql-11-rdkit (= 202409.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-11-rdkit-dbgsym_202409.2-1.pgdg+1_arm64.deb
Size: 1142248
SHA256: a7b30fb8cb57c13fe373bbece91cee0168af1f3c705d68f011a0e7291beb24d9
SHA1: 8de5a42a55d79fd10755c8067d91db88da5ced1f
MD5sum: ed672333154c4515798124318a3fbe22
Description: debug symbols for postgresql-11-rdkit
Build-Ids: 3d519da2d34b5aa5eb09e00126b4949ef1135eb4
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-11-repmgr
Source: repmgr
Version: 5.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1096
Depends: postgresql-11, repmgr-common (>= 5.5.0-1.pgdg+1), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-11-repmgr_5.5.0-1.pgdg+1_arm64.deb
Size: 207592
SHA256: 76a9ad6f1c723fe3dfbfcaf0e5b73f17a5475d638d0b6381d4143470864dc48c
SHA1: e9fdcd4646d5b996c278fbbde36b2b3296f5da2e
MD5sum: 40146427f1e6a366e0d7d259c2998b7f
Description: replication manager for PostgreSQL 11
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 11.
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-11-repmgr-dbgsym
Source: repmgr
Version: 5.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1415
Depends: postgresql-11-repmgr (= 5.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-11-repmgr-dbgsym_5.5.0-1.pgdg+1_arm64.deb
Size: 602412
SHA256: e3d910585486c2a7b75a610e8e56db9a06e3f676cbbb92ec1096afc5f0fcf44e
SHA1: fff11833d8de251be38b8a9d5e140bf333c5100b
MD5sum: fc784f700e52f6a89d99104a8bd26688
Description: debug symbols for postgresql-11-repmgr
Build-Ids: 644e92ad7eec7c2095890b2c3bbbbb0d305a0a47 f1bb40507b8cbb991d32a22d559231c880b1d89b fab5fa11734a8caeaf28f7024dcdec64794cc674
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-12-decoderbufs
Source: postgres-decoderbufs
Version: 3.0.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 139
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs_3.0.4-1.pgdg+1_arm64.deb
Size: 39788
SHA256: 911767ddb7fcc4955db13ee5a7ab7ec0a4154d2bc19d9c28be2b85e0e6930ae9
SHA1: 03cd5582733e81c6df9e80a72869c8cb950236de
MD5sum: 770ef2f97ec561902d2d733afeb9e04a
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-12-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.0.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-12-decoderbufs (= 3.0.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs-dbgsym_3.0.4-1.pgdg+1_arm64.deb
Size: 38896
SHA256: a617994372467e921457ee1657e81a0af586e7b79a5635fb487cc44f36fc46fb
SHA1: 333368fe242cd2c169893a03d3cf1ef39e1c1215
MD5sum: cbd12e788de31206e92f504c4e85dc51
Description: debug symbols for postgresql-12-decoderbufs
Build-Ids: 5b7dd9044af9bd2a892a2ea71be27a13af8071fa
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-12-orafce
Source: orafce
Version: 4.14.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1241
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_4.14.0-1.pgdg+1_arm64.deb
Size: 376504
SHA256: b01c46696e2b52a47b0129de69128a98f53ecc1450154ac71641844a4aa3dd9d
SHA1: 207b6fa9c81c70b070c5404855eee9a13369986d
MD5sum: b7633b6ec6c9d83d799779d152f76729
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 4.14.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 333
Depends: postgresql-12-orafce (= 4.14.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_4.14.0-1.pgdg+1_arm64.deb
Size: 281148
SHA256: eb2d6db01c46ba0890c62a8a8f7d05bde01497700303c23f5b7157b729d12c7d
SHA1: c45c404ff1f0837dd3f5d454d396f9ea866c689e
MD5sum: e56e7eaedd652118625f49cec5925faa
Description: debug symbols for postgresql-12-orafce
Build-Ids: d01c7448e7e53aa610f06eb0cf87df2fb86cf7b3
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-12-rdkit
Source: rdkit
Version: 202409.2-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 653
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.2), libstdc++6 (>= 13.1), postgresql-12
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-12-rdkit_202409.2-1.pgdg+1_arm64.deb
Size: 238180
SHA256: d5a2d97e53ef45964adf406259039edbab898e8cee6219b83ee5ff7bb693c534
SHA1: 972eeb635cc0d72db9861d1f5dec3b6f8b31f838
MD5sum: e39230456469e25c3caaad3b26a2f484
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-12-rdkit-dbgsym
Source: rdkit
Version: 202409.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1206
Depends: postgresql-12-rdkit (= 202409.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-12-rdkit-dbgsym_202409.2-1.pgdg+1_arm64.deb
Size: 1143064
SHA256: 807bb3ebe5010e6912b1fd40df6041f7ac0a66b9a0cfea53358e0c95cfd1e326
SHA1: e1abdf59ddc1a077017892d3a5db6d673e442b93
MD5sum: 1c8cfdbea6920f38be58510b1f1fb00a
Description: debug symbols for postgresql-12-rdkit
Build-Ids: 40dda69b405dff7278f26c316dc9fd866d338701
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-12-repmgr
Source: repmgr
Version: 5.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1120
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), repmgr-common (>= 5.5.0-1.pgdg+1), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-12-repmgr_5.5.0-1.pgdg+1_arm64.deb
Size: 225664
SHA256: 6ce3e2315d0842082bb743edc28c27ff28ff1eafff4b89fb0c79923b5075f8da
SHA1: 27fd06bf0f958e8d647a7c99ec92fe599c8401f7
MD5sum: 3ee6bfc86a4bd0a9bde5db0300d66bf5
Description: replication manager for PostgreSQL 12
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 12.
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-12-repmgr-dbgsym
Source: repmgr
Version: 5.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1447
Depends: postgresql-12-repmgr (= 5.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-12-repmgr-dbgsym_5.5.0-1.pgdg+1_arm64.deb
Size: 604308
SHA256: e0a8f0791fefecf9f854cfdff5b039230a0aae4d8e6ce53ee0e7eb2820e68723
SHA1: c9e7b4ad18fd381dc39358cae65acdb2fecbf984
MD5sum: 25a7c191d45a011b12c49a7cb92e01b8
Description: debug symbols for postgresql-12-repmgr
Build-Ids: 216122242957a96b20d1a25599b2b4b7a74dff54 2b51858dc9cd198174649fe0b3b2c2a2881f200a fff2c4b461f19e78031c05f405217232e0a2b9f2
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-13-decoderbufs
Source: postgres-decoderbufs
Version: 3.0.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs_3.0.4-1.pgdg+1_arm64.deb
Size: 40100
SHA256: bc9065dbc8dbf89ba958c3cb00e25c0627ed798d9a951414ae683d19337dbd17
SHA1: 48d395f344ad07c8a4a84303f6ddadd1a16a63bf
MD5sum: 8620f7a51d9b4ca9b289e9e5355d34f2
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-13-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.0.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-13-decoderbufs (= 3.0.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs-dbgsym_3.0.4-1.pgdg+1_arm64.deb
Size: 39932
SHA256: 4539c00497c0d7328b6ea2654795dc0ae0062b4680f83dcc10cf1c64d302bc82
SHA1: d6e38fbdbaae43006a7f7c7216eb2bc3b4a7e18a
MD5sum: e1e917766feb57b69b11c3fa3bc5a577
Description: debug symbols for postgresql-13-decoderbufs
Build-Ids: ed4066f627977ceb97521ac46f3af4b344e3e52f
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-13-orafce
Source: orafce
Version: 4.14.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1238
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_4.14.0-1.pgdg+1_arm64.deb
Size: 375640
SHA256: da3f4db47e939f60470fefc74d5f8fc3c4c272a94371e44c0de7ee13b0d2a687
SHA1: 5b4c5f5d1bdb38d6bcaba0c92c8709b5ca6ead52
MD5sum: 35b71c11a0fda4e9ea0b573f9a794d32
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 4.14.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 340
Depends: postgresql-13-orafce (= 4.14.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_4.14.0-1.pgdg+1_arm64.deb
Size: 286632
SHA256: 19de8ecf4d469ee5a72464ceb9dcc789cc754b47ed2e4d7c83dfe4138c49154c
SHA1: c4bddc12373e2a8727931128b103fc4677da93f3
MD5sum: 4b9fefc7205c75cf7ea7fc42c15e643a
Description: debug symbols for postgresql-13-orafce
Build-Ids: 961bc755eaec45c5e05a578caa2cba2d3db16146
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-13-rdkit
Source: rdkit
Version: 202409.2-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 653
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.2), libstdc++6 (>= 13.1), postgresql-13
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-13-rdkit_202409.2-1.pgdg+1_arm64.deb
Size: 238404
SHA256: 1d05eaf6a426549e7874bfb752618718377d2e529bdbc8984e985b9e8d9aa903
SHA1: 1db16e8fc9cfdb0edb1c7e30aeac1e5b34079f74
MD5sum: 20b2bb7ae41b4c9d55d2d843d8584ee0
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-13-rdkit-dbgsym
Source: rdkit
Version: 202409.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1210
Depends: postgresql-13-rdkit (= 202409.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-13-rdkit-dbgsym_202409.2-1.pgdg+1_arm64.deb
Size: 1146612
SHA256: 8f157e6444b9de7c54eae95eca7f454554a5ec81e70492928a85c3b38db569bd
SHA1: 770c021450666ff6edc9b00890cdd27d7fab3729
MD5sum: 24038fc82ea72ad3923f5ef236fca757
Description: debug symbols for postgresql-13-rdkit
Build-Ids: fbcf9a3e0e2966da9162d12b6b04eafdc88dfa80
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-13-repmgr
Source: repmgr
Version: 5.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1120
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), repmgr-common (>= 5.5.0-1.pgdg+1), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-13-repmgr_5.5.0-1.pgdg+1_arm64.deb
Size: 226760
SHA256: be64f7a305d933e9b22eec44816675f7867ce17dda92ae48cdfa193cb083c42f
SHA1: 5b17569951bde2519a18d2581f361f0a3589321a
MD5sum: 6249a46a75893c7424da0f08e29271d6
Description: replication manager for PostgreSQL 13
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 13.
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-13-repmgr-dbgsym
Source: repmgr
Version: 5.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1447
Depends: postgresql-13-repmgr (= 5.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-13-repmgr-dbgsym_5.5.0-1.pgdg+1_arm64.deb
Size: 604824
SHA256: 2960d20c59d46db5ef020bf132e0c3992032efc917581b2077de54fc6b798bed
SHA1: 1ce26e001757d9a314a1b572e174eaa164b52e45
MD5sum: 120cbc969b020876b93738916001ec9c
Description: debug symbols for postgresql-13-repmgr
Build-Ids: 5f0dad6fdede2c62ca52aed86b8d6d953dcc348c 5f40bce3eb760cabf04c0b721ba5ef4b6de4c008 9090a43ea272b0b6a4d6aa5bcaebb03572e0e7b3
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-14-decoderbufs
Source: postgres-decoderbufs
Version: 3.0.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs_3.0.4-1.pgdg+1_arm64.deb
Size: 40368
SHA256: fd685828a8b8a9afafdcfa04c397e24b67da54f87b772b740704e285402a5c28
SHA1: db85dd036021b4d3825eebcbbf7b1f4efc8a2907
MD5sum: 03fa50aad6c0c5f946784cb84b88e486
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-14-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.0.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-14-decoderbufs (= 3.0.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs-dbgsym_3.0.4-1.pgdg+1_arm64.deb
Size: 41308
SHA256: c9a785321b2d81c326c6641cd1333c4b0255fce4fc080ff948007e0b5323d188
SHA1: 924e23c31ff11bd274fd4d183522a38a698a7f99
MD5sum: bfd31e179503b98f04f9cf6d455fb41a
Description: debug symbols for postgresql-14-decoderbufs
Build-Ids: f5dbd7adc666560d341d14231e74b583882ab92a
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-14-orafce
Source: orafce
Version: 4.14.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1247
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_4.14.0-1.pgdg+1_arm64.deb
Size: 376960
SHA256: d7a581eb29877a6be9e304468a7ae902e22274aa51d7a68d49cf6be7c891dcad
SHA1: 636ced2645847abd7f33dc53b9483017c1a5a41f
MD5sum: cdfe4e13e0e77e93d11dd90363883d4c
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 4.14.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 345
Depends: postgresql-14-orafce (= 4.14.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_4.14.0-1.pgdg+1_arm64.deb
Size: 292992
SHA256: ff6aab997e5af7378b37e6160095514bf680ee07b306039f27856c8debaa4840
SHA1: 9a3ed36201cc12b90a4602ffe5f30ba67db657dd
MD5sum: 3e70c612bfc537c948fd58dd7c56fcc9
Description: debug symbols for postgresql-14-orafce
Build-Ids: 1f676adc1f7d09cbecb83e3f027e4fe40c322483
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-14-partman
Source: pg-partman
Version: 5.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7347
Depends: python3, python3-psycopg2, postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-14-partman_5.2.1-1.pgdg+1_arm64.deb
Size: 230668
SHA256: 4e55ec847b62884efe1b301043aa7302b7d87d177c082bc06efbef45f636be9a
SHA1: 3169e61825ba14d3144ff422062fbb9410644ef0
MD5sum: 459af656dfd277585b872546f814f320
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.
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-14-partman-dbgsym
Source: pg-partman
Version: 5.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-14-partman (= 5.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-14-partman-dbgsym_5.2.1-1.pgdg+1_arm64.deb
Size: 34564
SHA256: aec50c6737baab9e9f977c4b5a1c761d564e428792a67fb42075e4d56a097ceb
SHA1: 28ecc7ba99af7e4276501a930ca9b31fec686ee1
MD5sum: db1c109010b478783b527669db37aae7
Description: debug symbols for postgresql-14-partman
Build-Ids: 7f8c47aedecfdda4b9d6e32c4555b544132f0012
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-14-rdkit
Source: rdkit
Version: 202409.2-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 653
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.2), libstdc++6 (>= 13.1), postgresql-14
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-14-rdkit_202409.2-1.pgdg+1_arm64.deb
Size: 238152
SHA256: ab4ac49516fc2597041ec9d65dc773f8cf4d4ffeed8e0da07dd6c2018ae552d9
SHA1: 4932cc7698260068cd04f719a20ff2088d77efa5
MD5sum: 5c884bbfdb4e4fb822292a48ec15ad9e
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-14-rdkit-dbgsym
Source: rdkit
Version: 202409.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1210
Depends: postgresql-14-rdkit (= 202409.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-14-rdkit-dbgsym_202409.2-1.pgdg+1_arm64.deb
Size: 1147104
SHA256: 6bc54b0234783b89007063a2df53870281c4dce3ee268002ac78df9757bc51a3
SHA1: e5621cc893e1c18b1946d7d90bf3b5f944daa269
MD5sum: 172a3fec0ade19ceb1b29fe78261c3bf
Description: debug symbols for postgresql-14-rdkit
Build-Ids: bc9d8ed84959d8b67a5be0b90a82117362edacc5
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-14-repmgr
Source: repmgr
Version: 5.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1121
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), repmgr-common (>= 5.5.0-1.pgdg+1), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-14-repmgr_5.5.0-1.pgdg+1_arm64.deb
Size: 226044
SHA256: 5b57d8afb0ce7b6afe8793116d9882a6de6941fea55c91c112d6c3505da93492
SHA1: bf12f8b39f1e77a15630d14d210b68945b4b4430
MD5sum: 5d510db94529bf5197d6dad0fe7ad0ec
Description: replication manager for PostgreSQL 14
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 14.
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-14-repmgr-dbgsym
Source: repmgr
Version: 5.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1448
Depends: postgresql-14-repmgr (= 5.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-14-repmgr-dbgsym_5.5.0-1.pgdg+1_arm64.deb
Size: 604944
SHA256: 44adca2e15ffd783b733948ec923f3bb096356ee4de687159a920e113be32e8e
SHA1: e9dc11be2e8de6d2e661d8b34bfb37afd4618c7c
MD5sum: 99c3ab0f3c811c1b7c49d572285977d9
Description: debug symbols for postgresql-14-repmgr
Build-Ids: 8e04a886093495fbc7e4e47c5f131a4db239c1b1 cf26815772be816fa251e15fcd6de81c75ed671e dfb4490141a1ab288e927937b9840738a35b7ea5
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-15-decoderbufs
Source: postgres-decoderbufs
Version: 3.0.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs_3.0.4-1.pgdg+1_arm64.deb
Size: 40772
SHA256: 39fed7dfc810ee6d27e4536ae89aa50353c1ec5a9dfe1c684fe654a58378ed6c
SHA1: 7f0c24b2f8c2c5284c62f24036588dff6861114e
MD5sum: 4b72286a088eb2abe5048233533d9d12
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-15-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.0.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-15-decoderbufs (= 3.0.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs-dbgsym_3.0.4-1.pgdg+1_arm64.deb
Size: 51956
SHA256: ecd1d399cc6e15b2de370c59d360fe4647fbc3a9586a827dc7bf135ea9b5f827
SHA1: 70c91d7bf6b383ad5e67090d2e879c16b21b3006
MD5sum: 639497b05dd82ec6bd08bd0ba4415ffd
Description: debug symbols for postgresql-15-decoderbufs
Build-Ids: c5a94247b38dc8a3c829da0aa2bb0cbbe7bdd28a
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-15-orafce
Source: orafce
Version: 4.14.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1243
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-15-orafce_4.14.0-1.pgdg+1_arm64.deb
Size: 374060
SHA256: 68640241a8887065ebbfb6f3e1001d03dedfd9d95462b1bdf006d4ed17d7844a
SHA1: 07f0a9c4089172c1fd46c6b5d7e3197e97ef2adf
MD5sum: 7a4deb7f8461763cdf73e56f77fe67bf
Description: Oracle support functions for PostgreSQL 15
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-15-orafce-dbgsym
Source: orafce
Version: 4.14.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 346
Depends: postgresql-15-orafce (= 4.14.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-15-orafce-dbgsym_4.14.0-1.pgdg+1_arm64.deb
Size: 295632
SHA256: afe3da616826f64b27da45c13e413657e55f89c586a5e28ab975a09928b5d4ed
SHA1: ac371cd4ba4be966de59020e81afc3819c96a9db
MD5sum: d3d0c30f45f13fe9f11d4f771bfb6570
Description: debug symbols for postgresql-15-orafce
Build-Ids: 8c02ffb54e17f4791fbb77f1f6c58c10c66397e3
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-15-partman
Source: pg-partman
Version: 5.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7347
Depends: python3, python3-psycopg2, postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-15-partman_5.2.1-1.pgdg+1_arm64.deb
Size: 230708
SHA256: 128364d8632e2c71efcf9a5f1df427310bc725f698ac061c522387bfd041ab00
SHA1: 5dffaaf0ec9e8ada4e74a841d6ece62322fdada3
MD5sum: 7606d09287866b82b3c007ee091457ca
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.
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-15-partman-dbgsym
Source: pg-partman
Version: 5.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-15-partman (= 5.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-15-partman-dbgsym_5.2.1-1.pgdg+1_arm64.deb
Size: 40568
SHA256: f91b75186e8673bae66ae0fac565fe2e348d07a6d44aeedafdf0afbca5af250d
SHA1: d753c20a40ca8d6012837dfd5d9eb5815d074554
MD5sum: f5c344c9a35a6d73658f6f623e009bbd
Description: debug symbols for postgresql-15-partman
Build-Ids: 1d0c36c4b30e807f0d58611a832b03e8367d19c1
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-15-rdkit
Source: rdkit
Version: 202409.2-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 653
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.2), libstdc++6 (>= 13.1), postgresql-15
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-15-rdkit_202409.2-1.pgdg+1_arm64.deb
Size: 238276
SHA256: 86257b1586ab48c2a6a2854e291058fba8d649bfc13c18d7f0d93f50748d3b41
SHA1: 1a4297de31ce60e40b9bfca6ab6255226d34d606
MD5sum: 4986c7118afca0a26d3e69c18f85726c
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-15-rdkit-dbgsym
Source: rdkit
Version: 202409.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1210
Depends: postgresql-15-rdkit (= 202409.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-15-rdkit-dbgsym_202409.2-1.pgdg+1_arm64.deb
Size: 1147292
SHA256: 1159d6bd4fe3cc37ffdc4ffae5f3041b86a0e29a2beecf3588ec4c165bb08142
SHA1: b4682159963de2cf02c2474caae855a6356a0e48
MD5sum: c0cd6ae180519f978985a90fd47f7f36
Description: debug symbols for postgresql-15-rdkit
Build-Ids: e2b3de32ca3913feea9c2e01c8f6a29f4683a081
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-15-repmgr-dbgsym
Source: repmgr
Version: 5.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1452
Depends: postgresql-15-repmgr (= 5.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-15-repmgr-dbgsym_5.5.0-1.pgdg+1_arm64.deb
Size: 605688
SHA256: 6b082de791b9c6bc0048f5c8c32234a414508500d31964878f5476a5b96d6f8c
SHA1: d0e1e12e419b13373e3c70c8531e5738092e8a4c
MD5sum: 3bc21231cf57d907536655282b8ff543
Description: debug symbols for postgresql-15-repmgr
Build-Ids: 4aa9b863165b3b801b275abfd2167d40116bcb42 7f75273c074915a1785b31af00738d0f51b95d02 c3c4fd31816c90b8459cefe8f38c11ac0a221cb7
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-16-decoderbufs
Source: postgres-decoderbufs
Version: 3.0.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-16-decoderbufs_3.0.4-1.pgdg+1_arm64.deb
Size: 40308
SHA256: 09891de30778ea8476609f0e2b5b95c6d2da9901ee699026713ae39d330f248a
SHA1: 4b029f69e6169f4fffa1950edf22553d6f9ca657
MD5sum: 3b1c779232611b5bb2c066c6c5e2234b
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-16-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.0.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-16-decoderbufs (= 3.0.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-16-decoderbufs-dbgsym_3.0.4-1.pgdg+1_arm64.deb
Size: 53692
SHA256: 89c17c21e5d63c3d01f9d298cdf3a1d2a1970e60e06bc2c22adfd49aa59714e3
SHA1: 68934f895dff182df684f9909030bc8946a0bed4
MD5sum: 8a6e698059eae7457fdbaf664aa2021c
Description: debug symbols for postgresql-16-decoderbufs
Build-Ids: f9664d24120f331796504234fa07ab75891151d5
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-16-orafce
Source: orafce
Version: 4.14.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1239
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-16-orafce_4.14.0-1.pgdg+1_arm64.deb
Size: 369792
SHA256: 55b9fd85e3cc088713c3cc956e8b9454d06da00eb5750c7eb54cab0c72439522
SHA1: d9fcfddeef4f78624b46b92c7a03f7d40eed7d5c
MD5sum: 5be3fbbf1cc350b8605b425cec02288f
Description: Oracle support functions for PostgreSQL 16
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-16-orafce-dbgsym
Source: orafce
Version: 4.14.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 362
Depends: postgresql-16-orafce (= 4.14.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-16-orafce-dbgsym_4.14.0-1.pgdg+1_arm64.deb
Size: 311584
SHA256: d24f7eb4a3fdb405dc78f769837f8782c2360072875667a30651f40304bf935e
SHA1: de62824d4e558691f34c6411aa0c64aa5c7fa835
MD5sum: a864553e6a1da3d0f1051a928f4de24a
Description: debug symbols for postgresql-16-orafce
Build-Ids: d81d27d93f816a8f232abbb352bb1f958cc15f5d
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-16-partman
Source: pg-partman
Version: 5.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7347
Depends: python3, python3-psycopg2, postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-16-partman_5.2.1-1.pgdg+1_arm64.deb
Size: 230700
SHA256: a4cafb0addbfea728694d750af4d2269424dee04de80d85c265fd19b1addecfb
SHA1: ac0cfefae127a91df81d65b7fbcc24b859cca19a
MD5sum: 964554b175fb6f4dc9658e4435746ed1
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.
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-16-partman-dbgsym
Source: pg-partman
Version: 5.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-16-partman (= 5.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-16-partman-dbgsym_5.2.1-1.pgdg+1_arm64.deb
Size: 41684
SHA256: c03611f82bb6c5234aabe68e3d2dbc458ede95e6227aa18cbd9730af663c7e83
SHA1: fefcec521aef01ec7b8672e348bd9688620859a5
MD5sum: befafef4beb7751a791a3615ab4e82e8
Description: debug symbols for postgresql-16-partman
Build-Ids: 9f01cf5a049c56522db1eb613008c8cbaf263405
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-16-rdkit
Source: rdkit
Version: 202409.2-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 653
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.2), libstdc++6 (>= 13.1), postgresql-16
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-16-rdkit_202409.2-1.pgdg+1_arm64.deb
Size: 238080
SHA256: 0e526c7fd2ad1331a3b4c397641256dbed2f49672646abfc7ed6877469da8529
SHA1: 80acd23d7d074ff32834b755f886eedf70d60d9f
MD5sum: 37cfc2bb1d72da8fe4863d8a2bfbb710
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-16-rdkit-dbgsym
Source: rdkit
Version: 202409.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1226
Depends: postgresql-16-rdkit (= 202409.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-16-rdkit-dbgsym_202409.2-1.pgdg+1_arm64.deb
Size: 1163940
SHA256: 4a5113827bbec8b0f263a2bac61760c52b6b57bc5364fe2fb4e1c41bdf7658a4
SHA1: 8016d8ce4318e5ae6586c5839c93ffed9c96bf09
MD5sum: bc8ebed98eda58c14bcb35aaa2834af6
Description: debug symbols for postgresql-16-rdkit
Build-Ids: 9cf0c152be91d020de132249e57ea5a07cee270c
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-16-repmgr
Source: repmgr
Version: 5.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1185
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), repmgr-common (>= 5.5.0-1.pgdg+1), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-16-repmgr_5.5.0-1.pgdg+1_arm64.deb
Size: 227892
SHA256: 19035645893e63a0d6d17326c623b60c1d423821333a701b9328bf0059fc2e52
SHA1: 3386f7f30455ae5a6ca422e6f2171191a1a03095
MD5sum: 6a1adac85faaee839a6fc301508ed774
Description: replication manager for PostgreSQL 16
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 16.
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-16-repmgr-dbgsym
Source: repmgr
Version: 5.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1499
Depends: postgresql-16-repmgr (= 5.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-16-repmgr-dbgsym_5.5.0-1.pgdg+1_arm64.deb
Size: 618332
SHA256: 6ac7de8bfe9f5805e618017a0e453fe991b43ff79f7db304153c468e32d2a7f2
SHA1: cd35cd93947a7bb27243afbe5ccf1feab0187ca4
MD5sum: 16db6407a809516c2d46fba211f31fb7
Description: debug symbols for postgresql-16-repmgr
Build-Ids: 3a953599412cfee7d84367e4ae719876406bf90d 5a14a687dab96dfca57e93149c10e936fe3298a4 6b3fcf77b5e1bce263ecf57338f8bcce8e8bc2da
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-17-decoderbufs
Source: postgres-decoderbufs
Version: 3.0.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-17-decoderbufs_3.0.4-1.pgdg+1_arm64.deb
Size: 40220
SHA256: f0c1496e6326d338a32294aca6a4499e9d8bdb28c070f06fc0bcf377402e7bf9
SHA1: 1ce8f752e48fb7834680666ab25ea15b504a75da
MD5sum: ef3d7cd6792e1055f584190213053a79
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-17-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.0.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-17-decoderbufs (= 3.0.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-17-decoderbufs-dbgsym_3.0.4-1.pgdg+1_arm64.deb
Size: 57304
SHA256: df353741e6a8e25ef8bbec4d1f14bce68315d19bd4fbd2ecc9ff2e0580140a50
SHA1: b4f0f2890a01055925b8708d0cbc1deefaf2198f
MD5sum: 3023a02dd6c4da9ab288af83b0ab6530
Description: debug symbols for postgresql-17-decoderbufs
Build-Ids: 378f113309a72f99f2e9e3dd013618c6c107e8d8
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-17-orafce
Source: orafce
Version: 4.14.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1239
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-17-orafce_4.14.0-1.pgdg+1_arm64.deb
Size: 369628
SHA256: aee144a0464ef6ff8556db73ae716d786faae60968feb78a7bb971d3bb003da5
SHA1: fef5f35a0548e9604ed75d7641d03b4589371afa
MD5sum: 3575a0a44e763d00dceceaced4b04023
Description: Oracle support functions for PostgreSQL 17
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-17-orafce-dbgsym
Source: orafce
Version: 4.14.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 367
Depends: postgresql-17-orafce (= 4.14.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-17-orafce-dbgsym_4.14.0-1.pgdg+1_arm64.deb
Size: 316372
SHA256: c7cef52623121cebea35bfe7904c63f61bad169a077e05a7718992cc382841ff
SHA1: 81d3672f654bb12ae0958ec6df6904aa17376823
MD5sum: d484a1924d14993ccfe03a1960933511
Description: debug symbols for postgresql-17-orafce
Build-Ids: 681959c6d7fde9a661107de8db9800f23ddd8765
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-17-partman
Source: pg-partman
Version: 5.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7347
Depends: python3, python3-psycopg2, postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-17-partman_5.2.1-1.pgdg+1_arm64.deb
Size: 230628
SHA256: 2b46443094b7ae231aef4acd703314d0ae74056cee7ae2398cf307c5514d9b5f
SHA1: 262c199ccb2d78fbee951097acb16165446689ac
MD5sum: dd0f1c31ce702ae9beaa1623e588a646
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.
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-17-partman-dbgsym
Source: pg-partman
Version: 5.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-17-partman (= 5.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-17-partman-dbgsym_5.2.1-1.pgdg+1_arm64.deb
Size: 45068
SHA256: 0e93463728a7c3cfc9e601aaa40ff403cd29c4f216ebbf5f82b0fc7e14b6d7c5
SHA1: 7f31e44d88bdf3d34cd692b6ffaf79df03fad386
MD5sum: 4309631b5471d3c7529588cca0ed2a48
Description: debug symbols for postgresql-17-partman
Build-Ids: 587768ee4c09b0861d22056351ac85ddcc3e539d
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-17-rdkit
Source: rdkit
Version: 202409.2-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 653
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.2), libstdc++6 (>= 13.1), postgresql-17
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-17-rdkit_202409.2-1.pgdg+1_arm64.deb
Size: 238392
SHA256: af35b424081602be46e697e01a8095560f4d29d0e3eab2a14d60692486853f0d
SHA1: 8a8dbea6675f2a1055eafe33f675d386091d1074
MD5sum: cf7b649c817e0ab2dcbfa8f86c962ba0
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-17-rdkit-dbgsym
Source: rdkit
Version: 202409.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1227
Depends: postgresql-17-rdkit (= 202409.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-17-rdkit-dbgsym_202409.2-1.pgdg+1_arm64.deb
Size: 1164300
SHA256: 7f658a111ee6f89ccc45c60b35c05af578935b8c5416e3e50e335f1fdd1e320e
SHA1: 33a62991db926c168bfbc9730bc7ac6ee8e479d1
MD5sum: f3a6d19113f70e2631e7fd855b193853
Description: debug symbols for postgresql-17-rdkit
Build-Ids: 1e225f87e9f1a8ef766c24ca5b4f5e4b961c60f0
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-17-repmgr
Source: repmgr
Version: 5.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1185
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), repmgr-common (>= 5.5.0-1.pgdg+1), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-17-repmgr_5.5.0-1.pgdg+1_arm64.deb
Size: 230216
SHA256: 3619d662cd55f613455d03e261a5c7d1dc187f666727c80fa33823d80d558700
SHA1: 05b902676abc33cfdc4d074204674fddfb530f30
MD5sum: c9e3fcec060f4ba44168aa7f48fd8acd
Description: replication manager for PostgreSQL 17
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 17.
Timestamp: 2024-12-06 18:38:20+00

Package: postgresql-17-repmgr-dbgsym
Source: repmgr
Version: 5.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1521
Depends: postgresql-17-repmgr (= 5.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-17-repmgr-dbgsym_5.5.0-1.pgdg+1_arm64.deb
Size: 618940
SHA256: baff9e1605257ee307031277e5eec1d2ea4f834d8bdf1b9f4711623b076b56a7
SHA1: 136bb6d8f08440889744e31405728e9220e332e4
MD5sum: 28498f1aee27986d1b438e7ed0ecffcc
Description: debug symbols for postgresql-17-repmgr
Build-Ids: 0512d33e2590f65c50c8a1a442eedfd66df44d1c 3e93c017e8e627e7eaa3b43fdf261a135374765b 60dfce3621d699413265b44ac98c2aca55deaa4b
Timestamp: 2024-12-06 18:38:20+00

Package: python3-psycopg2
Source: psycopg2
Version: 2.9.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Installed-Size: 852
Depends: python3 (<< 3.14), python3 (>= 3.12~), python3:any, libc6 (>= 2.38), libpq5 (>= 10~~)
Suggests: python-psycopg2-doc
Homepage: http://initd.org/projects/psycopg
Priority: optional
Section: python
Filename: pool/main/p/psycopg2/python3-psycopg2_2.9.10-1.pgdg+1_arm64.deb
Size: 137260
SHA256: ef88180718670106bcf06819959a5cad86fe663e3565e5f215fcce44a5d54708
SHA1: 2a9ba97b10b08bfec9d4b24a74d5b383900ba963
MD5sum: 96838498c853f52a2d38be131bb10498
Description: Python 3 module for PostgreSQL
 psycopg is a PostgreSQL database adapter for the Python3 programming language
 (just like pygresql and popy.) This is version 2, a complete rewrite of the
 original code to provide new-style classes for connection and cursor objects
 and other sweet candies. Like the original, psycopg 2 was written with the
 aim of being very small and fast, and stable as a rock.
 .
 psycopg is different from the other database adapter because it was designed
 for heavily multi-threaded applications that create and destroy lots of
 cursors and make a conspicuous number of concurrent INSERTs or UPDATEs.
 psycopg 2 also provides full asynchronous operations for the really brave
 programmer.
 .
 The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0
 and being thread safe at level 2. It also includes some extensions to the
 standard DBAPI-2.0 to allow for better thread performance.
Timestamp: 2024-12-06 18:38:20+00

Package: python3-psycopg2-dbgsym
Source: psycopg2
Version: 2.9.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Installed-Size: 611
Depends: python3-psycopg2 (= 2.9.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/psycopg2/python3-psycopg2-dbgsym_2.9.10-1.pgdg+1_arm64.deb
Size: 515180
SHA256: 2278a2af132f92b9804cd48028d0a48652c8e0f8c00fd516d23aa561f1720199
SHA1: c7df34c9274ea6ba0ae0658a079948f2e571da84
MD5sum: addaf84e78c3b954d687a2980b35d627
Description: debug symbols for python3-psycopg2
Build-Ids: 1624de77ee837071ec0a2b86f5988ba8772726a0 fdb62ea32eca7c0bfed9416550282c240d583fc9
Timestamp: 2024-12-06 18:38:20+00

Package: python3-rdkit
Source: rdkit
Version: 202409.2-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 28195
Depends: fonts-freefont-ttf, rdkit-data, python3 (<< 3.13), python3 (>= 3.12~), python3-numpy (>= 1:1.25.0), python3-numpy-abi9, python3:any, libboost-numpy1.83.0 (>= 1.83.0), libboost-numpy1.83.0-py312, libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py312, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.34), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.2), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.2), libstdc++6 (>= 14)
Suggests: rdkit-doc
Homepage: http://www.rdkit.org
Priority: optional
Section: python
Filename: pool/main/r/rdkit/python3-rdkit_202409.2-1.pgdg+1_arm64.deb
Size: 4222584
SHA256: 76db1432118c0aef8d9c3ce0c9608645202515c128cc5e87f6976a9eae20890a
SHA1: c7c6edf7039f9025fe3dbac2cb1febd791825f81
MD5sum: 366641ed6d39167104af08d90f76f630
Description: Collection of cheminformatics and machine-learning software
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
Timestamp: 2024-12-06 18:38:20+00

Package: python3-rdkit-dbgsym
Source: rdkit
Version: 202409.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 69568
Depends: python3-rdkit (= 202409.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/python3-rdkit-dbgsym_202409.2-1.pgdg+1_arm64.deb
Size: 60033224
SHA256: 94594c91ca6402a4423685f3e843af2717a4190af4b922924d6309ea7b21da59
SHA1: 8ffde8121582c47a55fd828585fead86b32a5080
MD5sum: b8edbb03ab733246ed81f2d2268c05b2
Description: debug symbols for python3-rdkit
Build-Ids: 03d68cf1566102d9fa5490e4a1f37d2913bb032e 0b72b7478a8735a6251173ab69925cfcfa9b4af9 0bb68a6665d3f4a80140defa09c10d33d013ed41 10edb2f9dad72cb6ca91f7211508f1f13ccfc1e6 1445d991343c68648f36a156267a199b16663692 1d7c686224b497f2f2090289ffe790c964cabe2a 2523a3d84ac2cca2228d226bd4fae23e79089a2e 29fa7cf0a9ae0d59b735497793bfca66cee59838 2f649adcc85a79a22a1586d429ba16f98b2e92bc 33c680fbbeefe59637d551f5ba900473ca169936 3681c74bc46908adfa64cff1f8a1a95bd72fc7b0 42cd3dc2afc139636779e4b8c0655b207a1945a9 444b01285f46fdc6622fae8ee3ec352fd270087c 4461b24e7f3138735e4f50c5b97a3eff972b918f 464d54cc91e6890eafc3f0504995ccec236e81cb 4c9e5d56755a301daf8d3980e060feb4b23e92fd 4f0f66777503362bf603af0b171786974ca5079e 4f97a37c1889b3c87452571ada510af97f3491fd 5546a4f822a31edf67f0850cd2dc5e47b034aca4 5b0f20962abe71f035452ac204e829c805349b9a 5dbc070132dbf3fc12df94741651058283a711b9 64e5c508b6920de4b89909b9690bd49c78fbb2ef 67037c0825efe6f700a00400945c1ea1ced92e29 67638c55df0a8d46815aa1fd1edbfd496311bd1b 67c751efd4da42112de3d563dafdadb0fa61ec58 79d415b35d2941922bcdaf15e73d8e17b5c60f3b 7ea592c26a6e32f2f89636f48d062e25fc90c2d3 7f7622e50c03c860f406cae2bf56fe04379e4a25 843a504057fc16ad2bdce6ea8151c5e54d4d9c79 84b084e45cc39ede95f895d1c25d326d2270932f 8630f12a3a9dc1ebaf708c374508567221baa6c9 902b99b998f86e53f7e32308f6984e801631529b 9446c3e03e2c8ac77e27a2e283b7e9a00dbaa530 9f28161d20c948f8c2012c139fc4b575341305d9 9f3f13e912fa4d83247020f33b44caa80f0cf208 9ff7e2ca79253c0938e0deca3457f236e037180f a58fa527dbfa4632c291dd87283e7317047e1a2b a98045649799cd998a5e13baecd7cd569e99041c ad8bc342e76143a1b3c3a23592dba4577e3e85b0 af2304633a03aa49a608a1f48f7cecbf0fdb29dd b7bd1083893e034cdd7c06e72392ef3ee710b3f6 befe4e82f1b807b8af60736935e64f59fd150e51 c23931c7336ea9510c6b5d085843e5b535586fce c528e485969d4f859e4d5b2f2787821329e967b0 c87d380986bbfbbf7b7d9a0d459a080b7b10439f da8a092d8e40e1426e45931dcf2cc1329694dc0b dd0e61e6dc2d3657a1172c709b22fe59a7c8db6a dd18a54445647a6b97ff961918ab311ca6333a24 e035d3bd38d8ab9b9e3e33ed6ff6a4e36547e6cb e85c5e0a10892b19f505abb519183f458aeb66ed eaaff7b8d40bcd468af667bf0911fcef8aa7ef9e f25b48b7530eb0cdf4e4329234ed30b13150337d f5027b2d58e95124a4bc21a718b357c47228f6ce faffe594f6c4c5af12609ad292f9a2d0d5438ca2
Timestamp: 2024-12-06 18:38:20+00

Package: python-psycopg2-doc
Source: psycopg2
Version: 2.9.10-1.pgdg+1
Architecture: all
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Installed-Size: 1922
Depends: libjs-sphinxdoc (>= 7.4)
Suggests: python3-psycopg2
Multi-Arch: foreign
Homepage: http://initd.org/projects/psycopg
Priority: optional
Section: doc
Filename: pool/main/p/psycopg2/python-psycopg2-doc_2.9.10-1.pgdg+1_all.deb
Size: 310268
SHA256: 329d477e29d37ebc9b42b82b8a18f67b1e40c322f4a57377e97f328e38f70baf
SHA1: 99eea6ea04d926eec7b99c4b5dc332d187f665f4
MD5sum: 837f74c6e58700c3f9cce7f6e52bf387
Description: Python module for PostgreSQL (documentation package)
 psycopg is a PostgreSQL database adapter for the Python programming language
 (just like pygresql and popy.) This is version 2, a complete rewrite of the
 original code to provide new-style classes for connection and cursor objects
 and other sweet candies. Like the original, psycopg 2 was written with the
 aim of being very small and fast, and stable as a rock.
 .
 psycopg is different from the other database adapter because it was designed
 for heavily multi-threaded applications that create and destroy lots of
 cursors and make a conspicuous number of concurrent INSERTs or UPDATEs.
 psycopg 2 also provides full asynchronous operations for the really brave
 programmer.
 .
 The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0
 and being thread safe at level 2. It also includes some extensions to the
 standard DBAPI-2.0 to allow for better thread performance.
 .
 This package contains the psycopg2 documentation
Timestamp: 2024-12-06 18:38:20+00

Package: rdkit-data
Source: rdkit
Version: 202409.2-1.pgdg+1
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 59337
Homepage: http://www.rdkit.org
Priority: optional
Section: science
Filename: pool/main/r/rdkit/rdkit-data_202409.2-1.pgdg+1_all.deb
Size: 13161232
SHA256: 1f03e98cd5e0cc72c52e22eea60996f8c72a653e1e3e3ed25697449663eea452
SHA1: 2b38d2aa95c787a839ecd7bf10b8970e1a367a94
MD5sum: af2a9fce53101a259c86e6999daf9264
Description: Collection of cheminformatics and machine-learning software (data files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains data files.
Timestamp: 2024-12-06 18:38:20+00

Package: rdkit-doc
Source: rdkit
Version: 202409.2-1.pgdg+1
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 79091
Depends: libjs-jquery, libjs-underscore
Homepage: http://www.rdkit.org
Priority: optional
Section: doc
Filename: pool/main/r/rdkit/rdkit-doc_202409.2-1.pgdg+1_all.deb
Size: 6529164
SHA256: a4ff29a0827bddf5a56954731b5bb4e095588f75f4ffbe5fdabc915afd06bc4f
SHA1: 474366ff919bc631a827da4da0e2c3066452c9ee
MD5sum: 0831680b8f5649602006d32cd9304a26
Description: Collection of cheminformatics and machine-learning software (documentation)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains the documentation.
Timestamp: 2024-12-06 18:38:20+00

Package: repmgr
Version: 5.5.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 20
Depends: postgresql-17-repmgr | postgresql-16-repmgr | postgresql-15-repmgr | postgresql-14-repmgr | postgresql-13-repmgr | postgresql-12-repmgr | postgresql-11-repmgr | postgresql-10-repmgr
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/repmgr_5.5.0-1.pgdg+1_all.deb
Size: 13592
SHA256: 97482a820d64975e8df0976d0e1ea961c522c5c33deec6e7f571f058117f6c4f
SHA1: 5b90891e06e4cce9b080266c0aa66be5503d6951
MD5sum: d23a77adcf8f3772bc7f3d45abe3ef61
Description: replication manager for PostgreSQL (metapackage)
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This is a metapackage that depends on the version specific packages.
Timestamp: 2024-12-06 18:38:20+00

Package: repmgr-common
Source: repmgr
Version: 5.5.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 308
Depends: postgresql-common, lsb-base
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/repmgr-common_5.5.0-1.pgdg+1_all.deb
Size: 197408
SHA256: 09caececf266efc0a07e670c18d3b63985f67d9f0cab590ba819d4fccf1cf10f
SHA1: c469fe8724e83ce188ef78f6ea6a8725b9a724fe
MD5sum: d18938d06633ef22834926ba372972a5
Description: replication manager for PostgreSQL common files
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr files common to all versions.
Timestamp: 2024-12-06 18:38:20+00

Package: barman
Version: 3.12.1-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 92
Depends: python3-barman (= 3.12.1-1.pgdg+1), python3-pkg-resources, adduser, rsync, python3:any
Recommends: openssh-server, openssh-client, postgresql-client
Suggests: barman-cli, repmgr
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman_3.12.1-1.pgdg+1_all.deb
Size: 57600
SHA256: 7f942594c312edfb0a76aea24ccef6d2ae26a1eb08c222c887b2b98874a88102
SHA1: b3e3988657dd4b45d1301dba36c5113f0b27b228
MD5sum: b51170e81f0b48b3c3fd5595bc9d90e9
Description: Backup and Recovery Manager for PostgreSQL
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by EDB.
 .
 This package provides barman binary.
Timestamp: 2024-12-09 14:16:37+00

Package: barman-cli
Source: barman
Version: 3.12.1-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 59
Depends: python3-barman (= 3.12.1-1.pgdg+1), python3-pkg-resources, rsync, python3:any
Recommends: openssh-client
Suggests: barman-cli-cloud
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli_3.12.1-1.pgdg+1_all.deb
Size: 37232
SHA256: d815441e9cb3cc0ae6c469294266a6e10a6361b747501e290779de4d5bf8b2cd
SHA1: f48c6207b6df4bb0f40b374f4150670563eb5164
MD5sum: 7e5df6fb212a092a21342d0c9441ba3b
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 organization 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 EDB.
Timestamp: 2024-12-09 14:16:37+00

Package: barman-cli-cloud
Source: barman
Version: 3.12.1-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 44
Depends: python3-barman (= 3.12.1-1.pgdg+1), python3-pkg-resources, rsync, python3:any, python3-boto3
Breaks: barman-cli (<< 2.10-3~~)
Replaces: barman-cli (<< 2.10-3~~)
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli-cloud_3.12.1-1.pgdg+1_all.deb
Size: 24224
SHA256: 5ca605ef37acc92c3e4d01e356f8feac12d4029f3d3a70a5e1541f0249b226c3
SHA1: f8640a9099dd5a2c60e96d57719b121126e2cf64
MD5sum: 56725a12ffd89828d6273f437d53f48c
Description: Cloud 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 organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli-cloud package contains cloud client utilities for the
 integration of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by EDB.
Timestamp: 2024-12-09 14:16:37+00

Package: python3-barman
Source: barman
Version: 3.12.1-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1532
Depends: python3-dateutil, python3-psycopg2, python3:any, python3-setuptools
Breaks: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Replaces: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Homepage: https://www.pgbarman.org
Priority: optional
Section: python
Filename: pool/main/b/barman/python3-barman_3.12.1-1.pgdg+1_all.deb
Size: 240376
SHA256: 5e6af81d1259ee4552e98614fbe9f2d7297769eeac8016e2b42e0974b7ea98cb
SHA1: 0cef38997726cc6ad2b5fcbe2779815a317d07f9
MD5sum: 4ac704e28957b2165a024f730cadf247
Description: Backup and Recovery Manager for PostgreSQL - Python modules
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by EDB.
 .
 This package provides Python 3 modules only.
Timestamp: 2024-12-09 14:16:37+00

Package: libpgpool2
Source: pgpool2
Version: 4.5.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 200
Depends: libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libs
Filename: pool/main/p/pgpool2/libpgpool2_4.5.5-1.pgdg+1_arm64.deb
Size: 141268
SHA256: b91b2fa3eed306e49d470b674babca45d38105649f25d9db0df7d5d53b87da2c
SHA1: bdc66710a9f17703137c27d9793257ad2e8b5dbd
MD5sum: 35f763b1bbb5e4b53ef76f12f12e54f1
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).
Timestamp: 2024-12-10 12:12:10+00

Package: libpgpool2-dbgsym
Source: pgpool2
Version: 4.5.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: libpgpool2 (= 4.5.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/libpgpool2-dbgsym_4.5.5-1.pgdg+1_arm64.deb
Size: 64984
SHA256: abddbf4ec5ffb419caf54f3d025ad2999b86887a5ca29919aff2369e26173928
SHA1: 2cc3922b90a5467765f851a9d38d43072f80291a
MD5sum: 0d1d7432868fa55ed74be4f7301f9589
Description: debug symbols for libpgpool2
Build-Ids: b2f2468a553a2541944779f82f7558428a0aa726
Timestamp: 2024-12-10 12:12:10+00

Package: libpgpool-dev
Source: pgpool2
Version: 4.5.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 260
Depends: libpgpool2 (= 4.5.5-1.pgdg+1)
Conflicts: libpcp3-dev
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libdevel
Filename: pool/main/p/pgpool2/libpgpool-dev_4.5.5-1.pgdg+1_arm64.deb
Size: 151876
SHA256: c71e5ed61a7e9574986138990b55f5515d7e9ca333b1d965a77681b6a4628783
SHA1: 86dc20032c9e427688e61159d5efe8a326cfbf89
MD5sum: ddfc4ec6990caea22166033fbacd1b07
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).
Timestamp: 2024-12-10 12:12:10+00

Package: libpg-query1706.0
Source: libpg-query
Version: 17-6.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3207
Depends: libc6 (>= 2.34)
Multi-Arch: same
Homepage: https://github.com/pganalyze/libpg_query
Priority: optional
Section: libs
Filename: pool/main/libp/libpg-query/libpg-query1706.0_17-6.0.0-1.pgdg+1_arm64.deb
Size: 555880
SHA256: e0ce3d2b0f657b7f7f81e0840a7de197adf1bc36c92760d92f88e939be2e375b
SHA1: 0d5b42c3550aea74c8fe14416741393e25381c47
MD5sum: e8a00e55159c320ef7444abb624bf2b2
Description: C library for accessing the PostgreSQL parser outside of the server environment
 This library uses the actual PostgreSQL server source to parse SQL queries and
 return the internal PostgreSQL parse tree.
Timestamp: 2024-12-10 12:12:10+00

Package: libpg-query1706.0-dbgsym
Source: libpg-query
Version: 17-6.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2487
Depends: libpg-query1706.0 (= 17-6.0.0-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libp/libpg-query/libpg-query1706.0-dbgsym_17-6.0.0-1.pgdg+1_arm64.deb
Size: 2217248
SHA256: 639713e9870d55c04443093b488e83a1104ab87f532c2a72c8e66219408ca5d1
SHA1: 407dad999b85a956eaba71be599fbededacfecfe
MD5sum: e5f86da0d3daec435a7265d4899fc9ed
Description: debug symbols for libpg-query1706.0
Build-Ids: a5d24c8d2fcf02b2d15a0f67ccad3998839b665d
Timestamp: 2024-12-10 12:12:10+00

Package: libpg-query-dev
Source: libpg-query
Version: 17-6.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9300
Depends: libpg-query1706.0 (= 17-6.0.0-1.pgdg+1)
Multi-Arch: same
Homepage: https://github.com/pganalyze/libpg_query
Priority: optional
Section: libdevel
Filename: pool/main/libp/libpg-query/libpg-query-dev_17-6.0.0-1.pgdg+1_arm64.deb
Size: 1331992
SHA256: e4e6be27ef8d1d26bf1f39289c3e0d23868ba9ce94a0bdbe391b758341041b9f
SHA1: bcf160c2ac5750a22c4747d44aa967bb531b6481
MD5sum: 86809044a6026b5d552ebc22af59864a
Description: C library for accessing the PostgreSQL parser outside of the server environment
 This library uses the actual PostgreSQL server source to parse SQL queries and
 return the internal PostgreSQL parse tree.
Timestamp: 2024-12-10 12:12:10+00

Package: pgbadger
Version: 13.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1714
Depends: libjson-xs-perl, libtext-csv-xs-perl, perl:any
Multi-Arch: foreign
Homepage: https://dalibo.github.io/pgbadger/
Priority: optional
Section: database
Filename: pool/main/p/pgbadger/pgbadger_13.0-1.pgdg+1_all.deb
Size: 381088
SHA256: 17ef48f88fc9eb80702312c7efa9e44c17e2ea9ae17495a31d7d43379eb99ec2
SHA1: f2ccb6be18ddbdfdfd1a4cd53542e52d296abc14
MD5sum: 1b9264d7b515795a7c386750ace12821
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.
Timestamp: 2024-12-10 12:12:10+00

Package: pgpool2
Version: 4.5.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7326
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: libpgpool2 (= 4.5.5-1.pgdg+1), postgresql-common, ucf, libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libldap-2.5-0 (>= 2.5.4), libmemcached11t64 (>= 1.1.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3t64 (>= 3.0.0)
Enhances: postgresql
Conflicts: pgpool
Replaces: pgpool
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/pgpool2_4.5.5-1.pgdg+1_arm64.deb
Size: 1229656
SHA256: 2d3edf287badc0b3a75c6af33433ec56247971d68c06a768834addf97c59e3b2
SHA1: 39cf52eb5182a5e76cfeca9fe70e6b5db369b39e
MD5sum: 0c4d28666ce96c73e30c062c2df9b2ee
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.
Timestamp: 2024-12-10 12:12:10+00

Package: pgpool2-dbgsym
Source: pgpool2
Version: 4.5.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4945
Depends: pgpool2 (= 4.5.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/pgpool2-dbgsym_4.5.5-1.pgdg+1_arm64.deb
Size: 1991580
SHA256: 90bcd3b86800f26882c1f37a867fb4e6bbc95b8847c9545d15f62f1bd4b424b7
SHA1: d71afcff48d92c1d00bbbbcf29c67994bfbe149b
MD5sum: 3410af72612e887b5b2b05db3ef7d9d1
Description: debug symbols for pgpool2
Build-Ids: 554caaaa7f132009a2d6d802cefbf1b0b29289fa 72fb7bac77b3f6aa7c9b63b69e96d3a0b8758837 7cadcb5cdff914378521e850664e9c3c43289abf b1b5c9fa9f244db34c4ccf319f3f59fa83ec90cd b81183ffcb8bb92124651e60baa97069c53b0844 bcf096309646427bc90490620d41df53c7b9dc81 e2eb919cbc69c744295b0bd68cd1076621effd38
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-10-pgpool2
Source: pgpool2
Version: 4.5.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 392
Depends: libpgpool2 (>= 4.5.5-1.pgdg+1), postgresql-10, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2_4.5.5-1.pgdg+1_arm64.deb
Size: 133280
SHA256: 155b37f49db3350101cefb278c26207fd8013c3ba089e23bcc55476fabfb8cce
SHA1: a1213e2ddcad4723d1bb914771df64d3e5115436
MD5sum: 3d4a82af7758b3e7e53cb6cef0884066
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 10 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-10-pgpool2-dbgsym
Source: pgpool2
Version: 4.5.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-10-pgpool2 (= 4.5.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2-dbgsym_4.5.5-1.pgdg+1_arm64.deb
Size: 53492
SHA256: d949eaac5a2e31f141a0eefa03e9fc44d79fb3ba392b44e25b92204c8747c4a4
SHA1: 8e58d13bccc3ab3db797e033343cd7fb304aac45
MD5sum: 47e4c60d64f81ee17ed574eef4035938
Description: debug symbols for postgresql-10-pgpool2
Build-Ids: 0237e92a57cda1b0b9514472df5e8c886478feb7 2d184d8578e228c1ac6fb7ae791f41370307e0ae b895aa709034f9ce39ac0a03a708492fd84bcc89
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-10-repmgr
Source: repmgr
Version: 5.5.0-2.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1096
Depends: postgresql-10, repmgr-common (>= 5.5.0-2.pgdg+1), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-10-repmgr_5.5.0-2.pgdg+1_arm64.deb
Size: 207956
SHA256: 8883490af1d05333dc00e7275e3bcc8f0f94596afd14a50c7b75b048fa68cc1c
SHA1: ae0c07c5f8e1ed7f0fec201fcf0c24977f98ffe2
MD5sum: 0d71a39b880fdb5c9714769f77fe2ccd
Description: replication manager for PostgreSQL 10
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 10.
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-10-repmgr-dbgsym
Source: repmgr
Version: 5.5.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1419
Depends: postgresql-10-repmgr (= 5.5.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-10-repmgr-dbgsym_5.5.0-2.pgdg+1_arm64.deb
Size: 604640
SHA256: 660a14c62cb6bfe99937078506f8c2b682dd4094bf62f2080c90ee06876a0e1b
SHA1: d7c39f66f032c2a151bb7e34e8e0bb5aa1b5a84e
MD5sum: 1ea2284ab9f7e7972e64527a7f701271
Description: debug symbols for postgresql-10-repmgr
Build-Ids: 3bae560e1280c8d55feebeb9d87059e3f3aad70d 789efcab697e8c63d3ee5493266994ffc8d99856 8a8a2f1d3c128459c07af3cee6003734ad14f88a
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-10-unit
Source: postgresql-unit
Version: 7.10-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 569
Depends: libc6 (>= 2.38), postgresql-10
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-10-unit_7.10-1.pgdg+1_arm64.deb
Size: 107112
SHA256: fb00af8aa10839d5c67ba7e78bc791bafc376fdaea40c62c0999c13175bcf23d
SHA1: ae23a7c1bdb0c88165e771aa0d29be7442de0a2f
MD5sum: 716a73bf7fdb32a8d02cd57c6400e373
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-10-unit-dbgsym
Source: postgresql-unit
Version: 7.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 81
Depends: postgresql-10-unit (= 7.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-10-unit-dbgsym_7.10-1.pgdg+1_arm64.deb
Size: 59136
SHA256: 2df008c9a101761bbaf480983faedb2414cdc626590340f7e56e935d01fdda48
SHA1: 57c4eb9d79103a8d7368f2fb7d267b6595dbe52c
MD5sum: ca93db5903b7ba7c7b869595aa5675d3
Description: debug symbols for postgresql-10-unit
Build-Ids: b185e3858962f8c0a953fcc8d55ec0c266e70ada
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-11-pgpool2
Source: pgpool2
Version: 4.5.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 392
Depends: libpgpool2 (>= 4.5.5-1.pgdg+1), postgresql-11, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2_4.5.5-1.pgdg+1_arm64.deb
Size: 133304
SHA256: d04a0f11a28468cfa54c68414ff42e550a672f0d804ec1f31a81346630430d2e
SHA1: d76a87da148f9d3ffeded8339e98725a1ac78206
MD5sum: ebe373d50f6dd2cf35011ecdf398ed9d
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 11 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-11-pgpool2-dbgsym
Source: pgpool2
Version: 4.5.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-11-pgpool2 (= 4.5.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2-dbgsym_4.5.5-1.pgdg+1_arm64.deb
Size: 51348
SHA256: 647eb38dc027e8f58c326432ff14693498348f9202b8fc244fc58077a6c9940c
SHA1: efb21787b338d4c7e579375beb57e2a4b3aff3fa
MD5sum: cfec0ed22a0cb5967da61caba4b8db2c
Description: debug symbols for postgresql-11-pgpool2
Build-Ids: 6f80a382c24a04b7f56eb0059d4d5030d5e5c497 7cc82d37ba8cb6480495512851e0e0cb1aedde4c dbd8ac0b0f94b6b414486dfdf79a9dc4deb4f668
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-11-repmgr
Source: repmgr
Version: 5.5.0-2.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1096
Depends: postgresql-11, repmgr-common (>= 5.5.0-2.pgdg+1), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-11-repmgr_5.5.0-2.pgdg+1_arm64.deb
Size: 207496
SHA256: 4d7ceafb3e0499f8ee6908ebb89e9667a2c1840cc4a9df1765761f8b5d978e12
SHA1: a3cc4fad04c8601048388d92fb266d62af4d7174
MD5sum: 7569ed721adff56f015f820a90f64dfc
Description: replication manager for PostgreSQL 11
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 11.
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-11-repmgr-dbgsym
Source: repmgr
Version: 5.5.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1415
Depends: postgresql-11-repmgr (= 5.5.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-11-repmgr-dbgsym_5.5.0-2.pgdg+1_arm64.deb
Size: 602408
SHA256: 2eb78259fa0762f33c51d3c8313e068e096cc7a6b49050d7321df5ffc58afa39
SHA1: cadd97cac3ac8f28628ec995f582a6e097944e73
MD5sum: f5379de7c9564721e620d538a6e33421
Description: debug symbols for postgresql-11-repmgr
Build-Ids: 644e92ad7eec7c2095890b2c3bbbbb0d305a0a47 f1bb40507b8cbb991d32a22d559231c880b1d89b fab5fa11734a8caeaf28f7024dcdec64794cc674
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-11-unit
Source: postgresql-unit
Version: 7.10-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 569
Depends: libc6 (>= 2.38), postgresql-11
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-11-unit_7.10-1.pgdg+1_arm64.deb
Size: 107364
SHA256: 76020914835aca5139fb77f4f9408cd4ea1dd2ec85553e2b564bc3988baf044e
SHA1: e19dfe3ccf65317bd4b7436feaf198b1442b71fc
MD5sum: b99713eadbfa2097a359a0aab7a7c842
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-11-unit-dbgsym
Source: postgresql-unit
Version: 7.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 81
Depends: postgresql-11-unit (= 7.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-11-unit-dbgsym_7.10-1.pgdg+1_arm64.deb
Size: 59268
SHA256: e17ae1c7ec1375d691a42982a0e3512c98d48002d67813a4eadf7b995fc28adb
SHA1: f0c4353253932a19fe5bf1be3dd4129335bae5ee
MD5sum: ba7ef36f82ff1408e8a772d3afc4a1cb
Description: debug symbols for postgresql-11-unit
Build-Ids: f9360b692ef11abf418264a0ef8b02b8fc6fd811
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-12-pgpool2
Source: pgpool2
Version: 4.5.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 443
Depends: libpgpool2 (>= 4.5.5-1.pgdg+1), postgresql-12, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2_4.5.5-1.pgdg+1_arm64.deb
Size: 155116
SHA256: b3a5ef32aaeb46e817e7c95f4888b8b935e20f5d93a96d3a02a032d5f389a795
SHA1: a40acecb130c994b1ca801f2fc745dbf8b4c9587
MD5sum: 65d159d42523aa814f15ab0bcde8e006
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 12 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-12-pgpool2-dbgsym
Source: pgpool2
Version: 4.5.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-12-pgpool2 (= 4.5.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2-dbgsym_4.5.5-1.pgdg+1_arm64.deb
Size: 51980
SHA256: 5e6544779736984aa50557cfd714e0580f443fb1caf1304e9f5d73f3e1e38880
SHA1: f46b882113a7b2dcbc856bd8f45999283e87087f
MD5sum: eefa1327acc63219212578a88fd4b478
Description: debug symbols for postgresql-12-pgpool2
Build-Ids: 61c50260e10d9d77bc2cd6c2271b07ce6714de8a ab84807d025a2b47cb405c12e9f25b3ecd3f1f86 e4b633d08b2a825422f2cecabb18a4107652be6c
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-12-repmgr
Source: repmgr
Version: 5.5.0-2.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1120
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), repmgr-common (>= 5.5.0-2.pgdg+1), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-12-repmgr_5.5.0-2.pgdg+1_arm64.deb
Size: 225652
SHA256: 158d555cd23befa1dd707b1953f35c27c524b245142edf76086bf2ed8d2dac31
SHA1: 499faf1fcb8c74f61463eba92ed6ffbe31e225c3
MD5sum: 2710bc3a2013b14dfc1c2cdd1bbbafd3
Description: replication manager for PostgreSQL 12
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 12.
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-12-repmgr-dbgsym
Source: repmgr
Version: 5.5.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1447
Depends: postgresql-12-repmgr (= 5.5.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-12-repmgr-dbgsym_5.5.0-2.pgdg+1_arm64.deb
Size: 604312
SHA256: 853b044df9af5a6b9110440271b738e2a5a20afd3de5e46046d32eacbc09aa0d
SHA1: 8d4085272bd9748598c9de41afb656c9a78b1b49
MD5sum: a16b685993edde3c0ad0160093ac74f6
Description: debug symbols for postgresql-12-repmgr
Build-Ids: 216122242957a96b20d1a25599b2b4b7a74dff54 2b51858dc9cd198174649fe0b3b2c2a2881f200a fff2c4b461f19e78031c05f405217232e0a2b9f2
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-12-unit
Source: postgresql-unit
Version: 7.10-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 686
Depends: libc6 (>= 2.38), postgresql-12, postgresql-12-jit-llvm (>= 19)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-12-unit_7.10-1.pgdg+1_arm64.deb
Size: 162820
SHA256: 8995f358448d91ea652beb638a9c194ec958078a8ca5863e6ba3af2d3ba84716
SHA1: 6d43cb915624c00503a09235da682a2571cc96c2
MD5sum: 0e326eb2da5d648fc5bdb9a6a36590f2
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-12-unit-dbgsym
Source: postgresql-unit
Version: 7.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 81
Depends: postgresql-12-unit (= 7.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-12-unit-dbgsym_7.10-1.pgdg+1_arm64.deb
Size: 58732
SHA256: 0772c2e00a49f1b4e4784d1130c6d01a805e0c58d1dbe346c3dba687a3ebe2d6
SHA1: 866668160aff565e171f9b26179e5b6c7bc849bb
MD5sum: 7b8c91cfefd056027271763e857cc3b6
Description: debug symbols for postgresql-12-unit
Build-Ids: 9bebf820731520852ccf8f6b6d85b8bcd9fd4b55
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-13-pgpool2
Source: pgpool2
Version: 4.5.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 444
Depends: libpgpool2 (>= 4.5.5-1.pgdg+1), postgresql-13, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2_4.5.5-1.pgdg+1_arm64.deb
Size: 155472
SHA256: 8909139da90c86851db4e5ea537445f196da903dd9e530f061b4226af482e6bd
SHA1: 647c09fdcb99a0eb5e9cd5072e2c471e9305254e
MD5sum: 404126e8bffd0a50ff1f5bcdc26adff4
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 13 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-13-pgpool2-dbgsym
Source: pgpool2
Version: 4.5.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-13-pgpool2 (= 4.5.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2-dbgsym_4.5.5-1.pgdg+1_arm64.deb
Size: 49556
SHA256: a0de9dce1eeed6f12cfac83920507cd63bffb8fe28088ea7cfcad37718404733
SHA1: 3a1d5c455c7933070716cb4e3d42dd1bec8b1ec3
MD5sum: 544e55ccc25e4366bd23045e31e72edc
Description: debug symbols for postgresql-13-pgpool2
Build-Ids: 19b8e413df311e432f5a12078b16db430454b0f1 37a95c2ec574f97acfbd4b7338ff8960dfc4b4f4 5e4bf2778dd71fc3bbb677f68a8328e31b8e86eb
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-13-repmgr
Source: repmgr
Version: 5.5.0-2.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1120
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), repmgr-common (>= 5.5.0-2.pgdg+1), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-13-repmgr_5.5.0-2.pgdg+1_arm64.deb
Size: 226072
SHA256: 049a7b6d6c9efbbeee7eef08fffcb46fd2b8d6a5e06ae81df4ac977c26bf6e27
SHA1: 024ee1938ef5439473526c0b9b451d58f58a767e
MD5sum: a0a6a1b0f293646e4ff80f765883bd90
Description: replication manager for PostgreSQL 13
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 13.
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-13-repmgr-dbgsym
Source: repmgr
Version: 5.5.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1447
Depends: postgresql-13-repmgr (= 5.5.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-13-repmgr-dbgsym_5.5.0-2.pgdg+1_arm64.deb
Size: 604820
SHA256: f1eed83176815115650c7bb7e4074b8f1b2aa1be8071ac64d743e79f01f224a7
SHA1: dee9b326c321a46418abb878762622b45592f85f
MD5sum: 6c74b79ce722ef96905f3a5d1625268e
Description: debug symbols for postgresql-13-repmgr
Build-Ids: 5f0dad6fdede2c62ca52aed86b8d6d953dcc348c 5f40bce3eb760cabf04c0b721ba5ef4b6de4c008 9090a43ea272b0b6a4d6aa5bcaebb03572e0e7b3
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-13-unit
Source: postgresql-unit
Version: 7.10-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 687
Depends: libc6 (>= 2.38), postgresql-13, postgresql-13-jit-llvm (>= 19)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-13-unit_7.10-1.pgdg+1_arm64.deb
Size: 162432
SHA256: d92d91071d50fc3fa15fbf2b8a8a3258354821901be1235099a7340206f829be
SHA1: 6cbf4e19ebe121d0049e5e5eb483c6f2e292a16d
MD5sum: c17db89e93b12ba58d87f541d4388689
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-13-unit-dbgsym
Source: postgresql-unit
Version: 7.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 81
Depends: postgresql-13-unit (= 7.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-13-unit-dbgsym_7.10-1.pgdg+1_arm64.deb
Size: 59068
SHA256: 0888ce0a5faca0dd6885e8175cc94172a39e6de152d95849b64ffc049516d0c3
SHA1: 9116dfd1b1819b3be9ae37bd9cd902e81cf651fb
MD5sum: 8ef68594cb0c0239bf48ae936723bce4
Description: debug symbols for postgresql-13-unit
Build-Ids: 56d6adb05ecd0321764b5b3340b52c94e30727e0
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-14-pgpool2
Source: pgpool2
Version: 4.5.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 444
Depends: libpgpool2 (>= 4.5.5-1.pgdg+1), postgresql-14, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2_4.5.5-1.pgdg+1_arm64.deb
Size: 155900
SHA256: df749185bf36fec55823d31417a3163a1fc9a90ecebc5557ff94291e62f2ca73
SHA1: ae52d96589f71f4784730f0df9deb9b6948e3cac
MD5sum: b390c7937db47e7e7c3ba4ff28a8e7cf
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 14 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-14-pgpool2-dbgsym
Source: pgpool2
Version: 4.5.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-14-pgpool2 (= 4.5.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2-dbgsym_4.5.5-1.pgdg+1_arm64.deb
Size: 50292
SHA256: e22607886a3efb6797cfbe0bf512e5cbbde91df442ae8c693a7663cbfca3fac7
SHA1: 30a317c66be3d9e313b05b6117e132ccc81c897c
MD5sum: 57035cc67d1414f7a5b9c71c47e356ec
Description: debug symbols for postgresql-14-pgpool2
Build-Ids: c0e55f8171ed277a817d8eb84f3b28e4e89cd1d5 c26a4adc6e9e75002d4cd85501e3652f04a63070 ecb94403e93460da9e1f9d2a66f52038d164b14e
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-14-repmgr
Source: repmgr
Version: 5.5.0-2.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1121
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), repmgr-common (>= 5.5.0-2.pgdg+1), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-14-repmgr_5.5.0-2.pgdg+1_arm64.deb
Size: 225840
SHA256: 22fc5dd80585a6818c310d606055bf0239ce6da9b01026cba89655c07aee9597
SHA1: b10a393e81e7fb54ae2961ed160c7220873f9222
MD5sum: 08ea10fca0746e8c0581aec9302f0ef2
Description: replication manager for PostgreSQL 14
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 14.
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-14-repmgr-dbgsym
Source: repmgr
Version: 5.5.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1448
Depends: postgresql-14-repmgr (= 5.5.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-14-repmgr-dbgsym_5.5.0-2.pgdg+1_arm64.deb
Size: 604952
SHA256: dcd40cc6b995a89e48b68da68fa3fac8cd06b3f8a7b99b5969782414263e565a
SHA1: c0e0f198074ee5152b65ad9e08bce6cb610d57ec
MD5sum: f85e7b6fd6903f41b9685fee1f4b454f
Description: debug symbols for postgresql-14-repmgr
Build-Ids: 8e04a886093495fbc7e4e47c5f131a4db239c1b1 cf26815772be816fa251e15fcd6de81c75ed671e dfb4490141a1ab288e927937b9840738a35b7ea5
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-14-unit
Source: postgresql-unit
Version: 7.10-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 687
Depends: libc6 (>= 2.38), postgresql-14, postgresql-14-jit-llvm (>= 19)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-14-unit_7.10-1.pgdg+1_arm64.deb
Size: 162676
SHA256: d6f79490975146b2897dde2f820c3b06116e9e36f0f3caf9f4a78db9705518bc
SHA1: cd103e26d2e8b58b0960bfad157964aac032c219
MD5sum: 1e77be93526aabe52f6691ed3978a1f8
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-14-unit-dbgsym
Source: postgresql-unit
Version: 7.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 81
Depends: postgresql-14-unit (= 7.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-14-unit-dbgsym_7.10-1.pgdg+1_arm64.deb
Size: 58580
SHA256: f48ef4855ffde31c788b5e2d886d83c2105623d3b0cf2851752f75e7d65dbf2d
SHA1: b69c6adf228a635151820e18dd551d37195ca76e
MD5sum: 388f0d9f909b2566ed9d5b795188ac43
Description: debug symbols for postgresql-14-unit
Build-Ids: f704882c6d1c3c113a3dc08777fce3d5ba0970e5
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-15-pgpool2
Source: pgpool2
Version: 4.5.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 446
Depends: libpgpool2 (>= 4.5.5-1.pgdg+1), postgresql-15, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2_4.5.5-1.pgdg+1_arm64.deb
Size: 157024
SHA256: 3fe289a2eea9f549676c39ea2abe67d68b6dff9354b010f3a4d652f353be3646
SHA1: 5246ae44072d0d65a6ecabe53abb80cc3d688df8
MD5sum: 36fbebfe5e06e1915a4c054a73706bf2
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 15 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-15-pgpool2-dbgsym
Source: pgpool2
Version: 4.5.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-15-pgpool2 (= 4.5.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2-dbgsym_4.5.5-1.pgdg+1_arm64.deb
Size: 51248
SHA256: 7f80d7eccd5ece43642732745b869fdcf168b8ef6d6eae2442f2a92f1de6e775
SHA1: ec1eb49cbcedc54c131de532f5282c390a07ef79
MD5sum: cc1e654cc66a6334d59a627970a9b94f
Description: debug symbols for postgresql-15-pgpool2
Build-Ids: 45ae6c1d88aa8225b235e0fba9514e6716825ee6 695e16a84ae32ef2d97778a8cffbcbbd3de70f54 9a1b97aa5d142abca1af085ff0e538cea5a33cc2
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-15-repmgr
Source: repmgr
Version: 5.5.0-2.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1121
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), repmgr-common (>= 5.5.0-2.pgdg+1), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-15-repmgr_5.5.0-2.pgdg+1_arm64.deb
Size: 226540
SHA256: 743c153eaea2c5fb71608ea247af0dde26092bd64ee4c7d7a4c3780e4500d387
SHA1: bd3ded465721bfe402d41282e86568fc8d0270fc
MD5sum: 8b0e60478542259d70312e6183ea9637
Description: replication manager for PostgreSQL 15
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 15.
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-15-repmgr-dbgsym
Source: repmgr
Version: 5.5.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1452
Depends: postgresql-15-repmgr (= 5.5.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-15-repmgr-dbgsym_5.5.0-2.pgdg+1_arm64.deb
Size: 605688
SHA256: a8cd797cae5666210733b5ace87b887792e54f49f4d052d41f9032f435081225
SHA1: 0b73d9d30f3ae222d797c6f2a0b2bcace9db0a9a
MD5sum: 334ebf1654e14ff789fb9f0de0c96ce5
Description: debug symbols for postgresql-15-repmgr
Build-Ids: 4aa9b863165b3b801b275abfd2167d40116bcb42 7f75273c074915a1785b31af00738d0f51b95d02 c3c4fd31816c90b8459cefe8f38c11ac0a221cb7
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-15-unit
Source: postgresql-unit
Version: 7.10-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 687
Depends: libc6 (>= 2.38), postgresql-15, postgresql-15-jit-llvm (>= 19)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-15-unit_7.10-1.pgdg+1_arm64.deb
Size: 162688
SHA256: 565c67991dbc4807d7d3b65754eb268926d7b9182f9c56884dc57747149da3c0
SHA1: 45809cccda8a1a93488b90b193830336d9ab0112
MD5sum: bed45e809c914dbe5d5ba551732bb179
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-15-unit-dbgsym
Source: postgresql-unit
Version: 7.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 81
Depends: postgresql-15-unit (= 7.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-15-unit-dbgsym_7.10-1.pgdg+1_arm64.deb
Size: 58620
SHA256: 33dcc968643ea0a5ea75ea4e974933b6e3753a50f9cabb3c0a5aa62be51533cd
SHA1: 9ad31f72a7c5c394d2d8715a95f270d336552a0e
MD5sum: a8f96771f70411ca493f530e8160aa7c
Description: debug symbols for postgresql-15-unit
Build-Ids: ebfbd73bebeab0ec0c239eb209074c60acb4e6e9
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-16-pgpool2
Source: pgpool2
Version: 4.5.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 446
Depends: libpgpool2 (>= 4.5.5-1.pgdg+1), postgresql-16, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-16-pgpool2_4.5.5-1.pgdg+1_arm64.deb
Size: 156668
SHA256: 8f74fc4cbe00d47a53fdf75c4f2833969a3de44736dc539ce45988853f790758
SHA1: 7bf734fa802b993c9b165f2009d76e59485c1e7e
MD5sum: 515e05bb4f310042d9ad3e4dc220fa6a
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 16 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-16-pgpool2-dbgsym
Source: pgpool2
Version: 4.5.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-16-pgpool2 (= 4.5.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-16-pgpool2-dbgsym_4.5.5-1.pgdg+1_arm64.deb
Size: 56748
SHA256: ffbde7578b72c4785c6484ac6a248a7c43a13b38a0e69768ef4e5f6df1eb45b6
SHA1: d08018cb8b632cf0322490f54f868fb4b6a2b347
MD5sum: ac3de4c89451ffcbd476bf99dde73fcb
Description: debug symbols for postgresql-16-pgpool2
Build-Ids: 517992001c87db0abf59eb6713e04c777c86efc2 b5a57ec939c3f32f1e3185f8e42a62a6ef393855 c002fa43a9a5f81d7f05bc50f11c88a417cb9d75
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-16-repmgr
Source: repmgr
Version: 5.5.0-2.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1185
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), repmgr-common (>= 5.5.0-2.pgdg+1), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-16-repmgr_5.5.0-2.pgdg+1_arm64.deb
Size: 227928
SHA256: b95950baaaaab7d4b7fb75da4513c274f1f541f1d867fd20d630bc87d79f0a88
SHA1: dbf45dff965adda3c09bdb2c4e7d72d1d403034f
MD5sum: 8c8ee1368525efd301146c66b34f5f0d
Description: replication manager for PostgreSQL 16
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 16.
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-16-repmgr-dbgsym
Source: repmgr
Version: 5.5.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1499
Depends: postgresql-16-repmgr (= 5.5.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-16-repmgr-dbgsym_5.5.0-2.pgdg+1_arm64.deb
Size: 618320
SHA256: ff718262c7077272704c49e6d2ea1b6a3e48907b43cb9f1653b8c0a8bfaa8126
SHA1: 4345b9f9f99a6da97669987bdfadd574a4f875b7
MD5sum: 78608d2a2a58379f075d93df1a1293b5
Description: debug symbols for postgresql-16-repmgr
Build-Ids: 3a953599412cfee7d84367e4ae719876406bf90d 5a14a687dab96dfca57e93149c10e936fe3298a4 6b3fcf77b5e1bce263ecf57338f8bcce8e8bc2da
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-16-unit
Source: postgresql-unit
Version: 7.10-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 687
Depends: libc6 (>= 2.38), postgresql-16, postgresql-16-jit-llvm (>= 19)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-16-unit_7.10-1.pgdg+1_arm64.deb
Size: 161812
SHA256: 247d2b5636a9918170787de88889acd1e43e24bb614464f3bb4a5ef11fefa5de
SHA1: 813c59525ffd9e8fa18a79ac79342e604b393425
MD5sum: a1743ff6d590a7117ff1db561640d409
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-16-unit-dbgsym
Source: postgresql-unit
Version: 7.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 86
Depends: postgresql-16-unit (= 7.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-16-unit-dbgsym_7.10-1.pgdg+1_arm64.deb
Size: 63836
SHA256: 0adb716b33f82267f905d3829b456a8af6ab270413d053678b329162f502770a
SHA1: 653f7d5a3cd7f63174b60be5fd43a3ad3989d857
MD5sum: a9d002809e8c31bd49ac466d39aef395
Description: debug symbols for postgresql-16-unit
Build-Ids: 27083ac55538602de9ff13cb5b0ea160b9bcd315
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-17-pgpool2
Source: pgpool2
Version: 4.5.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 446
Depends: libpgpool2 (>= 4.5.5-1.pgdg+1), postgresql-17, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-17-pgpool2_4.5.5-1.pgdg+1_arm64.deb
Size: 156720
SHA256: b5791ba84f4d09cb1070921649b40793fe720619ccc8dc5f3e31d3d50c2d81de
SHA1: b4fea1475ac927f774dc5629a87f9d51ff068f7d
MD5sum: 1a5789a2d75d3cf323546991179b84dd
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 17 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-17-pgpool2-dbgsym
Source: pgpool2
Version: 4.5.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-17-pgpool2 (= 4.5.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-17-pgpool2-dbgsym_4.5.5-1.pgdg+1_arm64.deb
Size: 57716
SHA256: 0e253e0a1911937891b73c693cb142c22d6ff854f0d95005a493b19f09553dc1
SHA1: f25d4c69885e7bfda12753ebaa6251a79373e089
MD5sum: 66dd2fff10f870f4725c15ef40eff1f5
Description: debug symbols for postgresql-17-pgpool2
Build-Ids: 2cc7606356c8909fb11fe0eea868f5ebeee56684 60c396fc4d85f42c8e41771ca15c2d568af1e568 c882a959de3c40e58e47e05de0fdbfaddf39a4cb
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-17-repmgr
Source: repmgr
Version: 5.5.0-2.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1185
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), repmgr-common (>= 5.5.0-2.pgdg+1), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-17-repmgr_5.5.0-2.pgdg+1_arm64.deb
Size: 230100
SHA256: f1bdbcdc92ccee0ee330d2613e7443292275f7583ab26a4f6b0baca411fa4126
SHA1: bcb7cb23be6597f5351822ec15bfb84015ecfd56
MD5sum: d817ca8b7ff7806a3d15571a3057dec4
Description: replication manager for PostgreSQL 17
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 17.
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-17-repmgr-dbgsym
Source: repmgr
Version: 5.5.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1521
Depends: postgresql-17-repmgr (= 5.5.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-17-repmgr-dbgsym_5.5.0-2.pgdg+1_arm64.deb
Size: 618936
SHA256: f2584ecdfdea47b2d509f253486463a2df208b1ee0bbb265b09c144c99ee9443
SHA1: 1692a0a042bc0a239ee13f489fce87ddb61759d3
MD5sum: 87d55b7623fb6158a3ac773dd7a08c74
Description: debug symbols for postgresql-17-repmgr
Build-Ids: 0512d33e2590f65c50c8a1a442eedfd66df44d1c 3e93c017e8e627e7eaa3b43fdf261a135374765b 60dfce3621d699413265b44ac98c2aca55deaa4b
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-17-unit
Source: postgresql-unit
Version: 7.10-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 687
Depends: libc6 (>= 2.38), postgresql-17, postgresql-17-jit-llvm (>= 19)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-17-unit_7.10-1.pgdg+1_arm64.deb
Size: 161780
SHA256: fc6803b36187ded7bc3becf97bc71affdd72cd92d2cd100524b58fd3da48aa17
SHA1: 459906c0a96d481bf7a751ad8eef6a5256262991
MD5sum: 75ed11aad1a690b1e2283650412f8b63
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2024-12-10 12:12:10+00

Package: postgresql-17-unit-dbgsym
Source: postgresql-unit
Version: 7.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 86
Depends: postgresql-17-unit (= 7.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-17-unit-dbgsym_7.10-1.pgdg+1_arm64.deb
Size: 64028
SHA256: cf04c96534cdc53ec46018ce7c9758c925cc2db47b0c39cae364484bc89c7c2e
SHA1: a4a4bcc683b527182261dbfd852c60f577cf1fa4
MD5sum: dc75bde9147a9b846ae438e8859ddf44
Description: debug symbols for postgresql-17-unit
Build-Ids: 7ebc4c9c570e90c79622f6c68800d6eafa612cf6
Timestamp: 2024-12-10 12:12:10+00

Package: python3-pglast
Source: pglast
Version: 7.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2007
Depends: python3 (<< 3.14), python3 (>= 3.12~), python3-pkg-resources, python3:any, libc6 (>= 2.17), libpg-query1706.0
Suggests: python-pglast-doc
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: python
Filename: pool/main/p/pglast/python3-pglast_7.1-1.pgdg+1_arm64.deb
Size: 392412
SHA256: f96565a6c1c3641dbbb36a8b189e40d675c94a124aee1ee3cf0b278b2e27b8d0
SHA1: dc8e64ebe8363929832878278197201d6a54bfe9
MD5sum: 90737922322228b805209e04ac0b1431
Description: PostgreSQL Languages AST and statements prettifier (Python 3)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This package installs the library for Python 3.
Timestamp: 2024-12-10 12:12:10+00

Package: python3-pglast-dbgsym
Source: pglast
Version: 7.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3419
Depends: python3-pglast (= 7.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglast/python3-pglast-dbgsym_7.1-1.pgdg+1_arm64.deb
Size: 3373872
SHA256: e5dbe8ad8c86bc138b24760467809b81a7a457f86462537808b2cc71c5d368d6
SHA1: a0e03d31273e8c5d813dc820faceba3d9a396df9
MD5sum: 72ba7fd2f72bed0c16d5d1957f59bcae
Description: debug symbols for python3-pglast
Build-Ids: 7e433d3caee25746027e17b9fb0ee3deaddc6127 d9434c819d85722b73d3289bc427e4eeba99843a
Timestamp: 2024-12-10 12:12:10+00

Package: python-pglast-doc
Source: pglast
Version: 7.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4058
Depends: libjs-sphinxdoc (>= 7.4)
Multi-Arch: foreign
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: doc
Filename: pool/main/p/pglast/python-pglast-doc_7.1-1.pgdg+1_all.deb
Size: 293096
SHA256: effe38a180477054d758388c632548a1a11cee1e38c6b4f7d8dbcc791557a122
SHA1: 2b9719bca1ee3f2d2b80acf94980eacd64536744
MD5sum: 1fb84da5f6099ba66d6c4f95a83a3610
Description: PostgreSQL Languages AST and statements prettifier (common documentation)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This is the common documentation package.
Timestamp: 2024-12-10 12:12:10+00

Package: repmgr
Version: 5.5.0-2.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 20
Depends: postgresql-17-repmgr | postgresql-16-repmgr | postgresql-15-repmgr | postgresql-14-repmgr | postgresql-13-repmgr | postgresql-12-repmgr | postgresql-11-repmgr | postgresql-10-repmgr
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/repmgr_5.5.0-2.pgdg+1_all.deb
Size: 13600
SHA256: 1ffbb11d2b5717f81101784c7d72ab473c9cf51f5171c9fc5b34a82fbaf2248b
SHA1: e9387bf0f4faaea35b4a63aa2e0193f3e21e7e1c
MD5sum: a550b7cd4e620aed8a6e576c1b5645ff
Description: replication manager for PostgreSQL (metapackage)
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This is a metapackage that depends on the version specific packages.
Timestamp: 2024-12-10 12:12:10+00

Package: repmgr-common
Source: repmgr
Version: 5.5.0-2.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 308
Depends: postgresql-common, lsb-base
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/repmgr-common_5.5.0-2.pgdg+1_all.deb
Size: 197416
SHA256: ae2ac03eab9ca7e2971b24ac40ac60e3be134c59f248a4d20a22f972f286c4d4
SHA1: 62188e35a986ec10532a224df6626232758b207a
MD5sum: 3636246fec6c1ca1a37c50eba702744f
Description: replication manager for PostgreSQL common files
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr files common to all versions.
Timestamp: 2024-12-10 12:12:10+00

Package: patroni
Version: 4.0.4-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1477
Depends: python3-cdiff, python3-click (>= 4.1), python3-dateutil, python3-pkg-resources, python3-prettytable (>= 0.7), python3-psutil, python3-urllib3, python3-yaml, python3:any, python3-psycopg2, python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes | python3-pysyncobj
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_4.0.4-2.pgdg+1_all.deb
Size: 277496
SHA256: 8f36231e04221f4f5b77a69edc79b4f9817636ecab914a4717eaf13fb5173190
SHA1: 683e5600f928f28f24863ea9b37c86117c68ef2b
MD5sum: 2cc02fe96a88e4a68efd3e45e05b5095
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2024-12-11 11:26:53+00

Package: patroni-doc
Source: patroni
Version: 4.0.4-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7151
Depends: libjs-jquery (>= 3.6.0), libjs-sphinxdoc (>= 7.4), sphinx-rtd-theme-common (>= 3.0.2+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_4.0.4-2.pgdg+1_all.deb
Size: 540768
SHA256: 7444ed32e4d62ae5a4d1c170c7c094e99f8e189e1f6526e32c240c0a965164ec
SHA1: 6a9690c81c0f1b0d4133fe33c7bf0556049f7de1
MD5sum: c73aab39a076f61cfaaa5ffef15855b2
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2024-12-11 11:26:53+00

Package: postgresql-14-partman
Source: pg-partman
Version: 5.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7409
Depends: python3, python3-psycopg2, postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-14-partman_5.2.2-1.pgdg+1_arm64.deb
Size: 231004
SHA256: 2f82d98b01fbc566d71d108e86cf449d6c8000825c41be5cff31c8509ebb5681
SHA1: 988c9fdc557268e2c14ff4ef8f779c2fcbb278b7
MD5sum: 1030556bfb92f0bd295c81195637fc91
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.
Timestamp: 2024-12-12 10:30:59+00

Package: postgresql-14-partman-dbgsym
Source: pg-partman
Version: 5.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-14-partman (= 5.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-14-partman-dbgsym_5.2.2-1.pgdg+1_arm64.deb
Size: 34560
SHA256: da1aaeff2f42865624bf041ebf29b484fbf27de463822579de27cb750d8a4f62
SHA1: 8c1256e41d0a53ce045842ee6f1e761f93c26757
MD5sum: a60de2a43eda4adb8e9546a6339a19d1
Description: debug symbols for postgresql-14-partman
Build-Ids: 7f8c47aedecfdda4b9d6e32c4555b544132f0012
Timestamp: 2024-12-12 10:30:59+00

Package: postgresql-15-partman
Source: pg-partman
Version: 5.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7409
Depends: python3, python3-psycopg2, postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-15-partman_5.2.2-1.pgdg+1_arm64.deb
Size: 231136
SHA256: bcbe2773b46a8e0105189981a3fba177ec55203cfcc55df44be10ac5cad90bcd
SHA1: ca0bf63a96196a65fa7bdf5f941a1481ed56c860
MD5sum: 798387459a288139efbfd429faa3392e
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.
Timestamp: 2024-12-12 10:30:59+00

Package: postgresql-15-partman-dbgsym
Source: pg-partman
Version: 5.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-15-partman (= 5.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-15-partman-dbgsym_5.2.2-1.pgdg+1_arm64.deb
Size: 40564
SHA256: 99518bcf704841e480a2c3cb3b2ed7c76e029a0af27e7f8b55d2f85cd074ccd1
SHA1: 414b9d52fe04c4afe8a12ddb413e8931c92a5398
MD5sum: 80ed403eb0a2e4be243e2b1dbb4a5677
Description: debug symbols for postgresql-15-partman
Build-Ids: 1d0c36c4b30e807f0d58611a832b03e8367d19c1
Timestamp: 2024-12-12 10:30:59+00

Package: postgresql-16-partman
Source: pg-partman
Version: 5.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7409
Depends: python3, python3-psycopg2, postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-16-partman_5.2.2-1.pgdg+1_arm64.deb
Size: 231060
SHA256: 1f20c2632613d4e037986be09c1580c103fa67f8d32146bf23f10e381705c1a3
SHA1: 050bb395f969aa78c62e228270477f2355a2c4b3
MD5sum: df887ee870351c41de35a8f2b09136ce
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.
Timestamp: 2024-12-12 10:30:59+00

Package: postgresql-16-partman-dbgsym
Source: pg-partman
Version: 5.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-16-partman (= 5.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-16-partman-dbgsym_5.2.2-1.pgdg+1_arm64.deb
Size: 41672
SHA256: 8bc7804df14a16915e8be021558ea3100d753db763973d97c1daaffafc85fb91
SHA1: 0a5efacb1267d2f8bbc913dc22385d2968d381e3
MD5sum: f9f830bac3bc477040934ea41314b256
Description: debug symbols for postgresql-16-partman
Build-Ids: 9f01cf5a049c56522db1eb613008c8cbaf263405
Timestamp: 2024-12-12 10:30:59+00

Package: postgresql-17-partman
Source: pg-partman
Version: 5.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7409
Depends: python3, python3-psycopg2, postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-17-partman_5.2.2-1.pgdg+1_arm64.deb
Size: 231036
SHA256: b4d197ff28f2544d9135b0879f54859bbb92fbaef3eb4731b0d0f3ecc996f268
SHA1: f164774d94572260812bda9b323a7a94cd47d637
MD5sum: 92a0137666618704aa74948d0fee2a98
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.
Timestamp: 2024-12-12 10:30:59+00

Package: postgresql-17-partman-dbgsym
Source: pg-partman
Version: 5.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-17-partman (= 5.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-17-partman-dbgsym_5.2.2-1.pgdg+1_arm64.deb
Size: 45072
SHA256: 31640226b0774396c6ab02158d7ded7b7cc0c4434a1b02aa1d5341bbb58eb48a
SHA1: b3bd16998d5f8e98778278653b6939396f60af02
MD5sum: 2d58aa29f9c4725b999850c664c56da9
Description: debug symbols for postgresql-17-partman
Build-Ids: 587768ee4c09b0861d22056351ac85ddcc3e539d
Timestamp: 2024-12-12 10:30:59+00

Package: postgresql-10-pgsphere
Source: pgsphere
Version: 1.5.1-2.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1054
Depends: postgresql-10, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libhealpix-cxx4 (>= 3.83.0), libstdc++6 (>= 13.1)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-10-pgsphere_1.5.1-2.pgdg+3_arm64.deb
Size: 178604
SHA256: 3da66add38fc22ed985a5ff11e0d58d57a7b1fe84bf428ad2dcecd58217ffa67
SHA1: 5a60d16d020a9e3cf180d6cef94388d239cc09e7
MD5sum: a2bc49d32077bb4f2cd157afbf5d38cc
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2024-12-14 20:51:58+00

Package: postgresql-10-pgsphere-dbgsym
Source: pgsphere
Version: 1.5.1-2.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 420
Depends: postgresql-10-pgsphere (= 1.5.1-2.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-10-pgsphere-dbgsym_1.5.1-2.pgdg+3_arm64.deb
Size: 361392
SHA256: d5d1c24e87fa2491e851b1d1ae40e34f0c5f0f73a8a2ff852b9980f011d952a5
SHA1: 4dc5ece8024d23d468ede39b87b26dc7908f51db
MD5sum: afd9f2c7b9415a6468435c442a27eb20
Description: debug symbols for postgresql-10-pgsphere
Build-Ids: 30e6ee427bae0d3ed7704f413c3e5939aef7d2ed
Timestamp: 2024-12-14 20:51:58+00

Package: postgresql-11-pgsphere
Source: pgsphere
Version: 1.5.1-2.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1054
Depends: postgresql-11, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libhealpix-cxx4 (>= 3.83.0), libstdc++6 (>= 13.1)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-11-pgsphere_1.5.1-2.pgdg+3_arm64.deb
Size: 178380
SHA256: bcbf6167d143e15f2059913b2afa12f628c994d29d0cf909c98b400f1fec3541
SHA1: a5416863c256f1859eb0cd0b5ae91994541ca6a4
MD5sum: 9eb6445dba070651902bb9ad11909fc9
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2024-12-14 20:51:58+00

Package: postgresql-11-pgsphere-dbgsym
Source: pgsphere
Version: 1.5.1-2.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 422
Depends: postgresql-11-pgsphere (= 1.5.1-2.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-11-pgsphere-dbgsym_1.5.1-2.pgdg+3_arm64.deb
Size: 363760
SHA256: 39a77b3fed4159415ce336aff9fac7606ee86e7b2a01eeaf305983c1a5e4bd6f
SHA1: e2661a4930bd6884bef0efb67573bac67db0521b
MD5sum: 49d4c3cd356b634d70d6b6a600ad0997
Description: debug symbols for postgresql-11-pgsphere
Build-Ids: dc7aacd293c0a96b1c87d32b7027c095a6e5d656
Timestamp: 2024-12-14 20:51:58+00

Package: postgresql-12-pgsphere
Source: pgsphere
Version: 1.5.1-2.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1665
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.38), libgcc-s1 (>= 3.0), libhealpix-cxx4 (>= 3.83.0), libstdc++6 (>= 13.1)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-12-pgsphere_1.5.1-2.pgdg+3_arm64.deb
Size: 412420
SHA256: 45a5e7b9a0f4a36d012e0af0481c5336d566d7623348a372d5ae58e700d13a0d
SHA1: d73063cdaed8ccd19b09d560278d60dd91f1a09e
MD5sum: 6084c888e5d52ce73ac33272bb4bb691
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2024-12-14 20:51:58+00

Package: postgresql-12-pgsphere-dbgsym
Source: pgsphere
Version: 1.5.1-2.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 443
Depends: postgresql-12-pgsphere (= 1.5.1-2.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-12-pgsphere-dbgsym_1.5.1-2.pgdg+3_arm64.deb
Size: 384100
SHA256: 460c761f8058b2a18e15c57cffbd272cb0790b64db243f26037e91f04ea61364
SHA1: 2ac4b6fb1d12ad6f368cba444e514e7ee0ec47c7
MD5sum: 49f36a5e6685774ea911401cd4effdad
Description: debug symbols for postgresql-12-pgsphere
Build-Ids: 6348c02d799b76b82203d45b5c6b6724b1ca72e6
Timestamp: 2024-12-14 20:51:58+00

Package: postgresql-13-pgsphere
Source: pgsphere
Version: 1.5.1-2.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1669
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.38), libgcc-s1 (>= 3.0), libhealpix-cxx4 (>= 3.83.0), libstdc++6 (>= 13.1)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-13-pgsphere_1.5.1-2.pgdg+3_arm64.deb
Size: 414660
SHA256: 350870bb60e445328e2fab60ecaee0941c040d4d1ee90e955c28afe9e6007aeb
SHA1: 09d43a060cf8823faa23d15b6884dff1af704368
MD5sum: 70f7d767951e2ed8c26740c30ce10006
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2024-12-14 20:51:58+00

Package: postgresql-13-pgsphere-dbgsym
Source: pgsphere
Version: 1.5.1-2.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 445
Depends: postgresql-13-pgsphere (= 1.5.1-2.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-13-pgsphere-dbgsym_1.5.1-2.pgdg+3_arm64.deb
Size: 386556
SHA256: 4fbfb03127776ed5d8cc47241d0f412fae951611e8f8f4ee7409eaa995282d8c
SHA1: 5dc2105f74572d4705d34d9b6516bdcdd1d8b57e
MD5sum: af98846a8790fe0b44c90974abdb332a
Description: debug symbols for postgresql-13-pgsphere
Build-Ids: 663ff574f8a8ae8a41ede3f7e17f2fa16a4caed0
Timestamp: 2024-12-14 20:51:58+00

Package: postgresql-14-pgsphere
Source: pgsphere
Version: 1.5.1-2.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1673
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.38), libgcc-s1 (>= 3.0), libhealpix-cxx4 (>= 3.83.0), libstdc++6 (>= 13.1)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-14-pgsphere_1.5.1-2.pgdg+3_arm64.deb
Size: 415136
SHA256: b9f9790501685daae5ad81effd62f015001be409674f9517f4a1bc15935cfaed
SHA1: 60bcb23535e10ca28c9a637dff44a130a339fd24
MD5sum: a77f78d0536ad0f1bec500fc854de129
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2024-12-14 20:51:58+00

Package: postgresql-14-pgsphere-dbgsym
Source: pgsphere
Version: 1.5.1-2.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 445
Depends: postgresql-14-pgsphere (= 1.5.1-2.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-14-pgsphere-dbgsym_1.5.1-2.pgdg+3_arm64.deb
Size: 386244
SHA256: e14d5656044abe41aa5c8ded47a19ffcbac36a9bbdbd88f0249785aad9063d5d
SHA1: 337c7fc8c57f7f4076a0f8d889ff919ef67a905d
MD5sum: ecc19298de595ca95c1fc2e221a57be7
Description: debug symbols for postgresql-14-pgsphere
Build-Ids: c58e2a9f4695bb59ce0ea619c373d0ee62e2cc49
Timestamp: 2024-12-14 20:51:58+00

Package: postgresql-15-pgsphere
Source: pgsphere
Version: 1.5.1-2.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1673
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.38), libgcc-s1 (>= 3.0), libhealpix-cxx4 (>= 3.83.0), libstdc++6 (>= 13.1)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-15-pgsphere_1.5.1-2.pgdg+3_arm64.deb
Size: 415616
SHA256: 3ea69a9fec486e59bacf3ed6e037ce984f4c0d89e098b4e6d191a7f367ac9268
SHA1: fcf5f3089cdd4399edd2192c5fc1095529e1df37
MD5sum: c0e465d91fd74db0a188e90323a355e6
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2024-12-14 20:51:58+00

Package: postgresql-15-pgsphere-dbgsym
Source: pgsphere
Version: 1.5.1-2.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 445
Depends: postgresql-15-pgsphere (= 1.5.1-2.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-15-pgsphere-dbgsym_1.5.1-2.pgdg+3_arm64.deb
Size: 386328
SHA256: 8a2f203b29f1ed7da33675d7ae60c02ead86db79441c70fdfc703c1c7ad1627e
SHA1: 36154c489719739f116a1deff2b48236b4f4b606
MD5sum: 67cf44a6dc023c0b8f516d30a31920ca
Description: debug symbols for postgresql-15-pgsphere
Build-Ids: 90231e14d0ced856433d2c48d90f631ce7f35cc3
Timestamp: 2024-12-14 20:51:58+00

Package: postgresql-16-pgsphere
Source: pgsphere
Version: 1.5.1-2.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1673
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.38), libgcc-s1 (>= 3.0), libhealpix-cxx4 (>= 3.83.0), libstdc++6 (>= 13.1)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-16-pgsphere_1.5.1-2.pgdg+3_arm64.deb
Size: 412760
SHA256: 615268679829fc7462eef0b66ce2694570902ac45d22f16db8d72f6bb2deaf14
SHA1: fad24a5fcca84a535c08527a7a2d1a84057395a4
MD5sum: d7a660eab329b8d2e9517ac77bda0d1d
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2024-12-14 20:51:58+00

Package: postgresql-16-pgsphere-dbgsym
Source: pgsphere
Version: 1.5.1-2.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 505
Depends: postgresql-16-pgsphere (= 1.5.1-2.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-16-pgsphere-dbgsym_1.5.1-2.pgdg+3_arm64.deb
Size: 447008
SHA256: dbc8a332bee57e09fcb653e57d680ed81dc02022d13066e9ebb947dd790206d2
SHA1: 84fdc8ecdcd5ae89babf53deb30cace475c35b82
MD5sum: 18220572b80507c486d43a6e54cbf318
Description: debug symbols for postgresql-16-pgsphere
Build-Ids: 05400922ad89ec624b62e755cd36443eae464ef8
Timestamp: 2024-12-14 20:51:58+00

Package: postgresql-17-pgsphere
Source: pgsphere
Version: 1.5.1-2.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1673
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.38), libgcc-s1 (>= 3.0), libhealpix-cxx4 (>= 3.83.0), libstdc++6 (>= 13.1)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-17-pgsphere_1.5.1-2.pgdg+3_arm64.deb
Size: 412760
SHA256: b9daac217957d29965310e21f8cc8957fe74ec146057fc2606f34f0f58889370
SHA1: b1b87cc26d1820285d2f5b688a28d13f0b7236b6
MD5sum: f328d3f3483ce39b88e53e58d8ac100b
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2024-12-14 20:51:58+00

Package: postgresql-17-pgsphere-dbgsym
Source: pgsphere
Version: 1.5.1-2.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 506
Depends: postgresql-17-pgsphere (= 1.5.1-2.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-17-pgsphere-dbgsym_1.5.1-2.pgdg+3_arm64.deb
Size: 448416
SHA256: 6a2d265e37da8cbef5fa3a6d2df5b9c5fdd6da9742b59f86d4df0d8a3b4c5824
SHA1: dc30a4184daa5c97a5c6cf28121bbe40f2df6c4f
MD5sum: 3c42f5db50333590c2b5f9363b170b3f
Description: debug symbols for postgresql-17-pgsphere
Build-Ids: 4b99c91ded2f3664c11755fa76c60eeecd3d0b71
Timestamp: 2024-12-14 20:51:58+00

Package: postgresql-17-orafce
Source: orafce
Version: 4.14.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1239
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-17-orafce_4.14.1-1.pgdg+1_arm64.deb
Size: 370108
SHA256: f1497e6e94f9249acf7a29c6d8c6f87d1aefd1660c57648ade12f7c405facc62
SHA1: 7a7865ff8da0d0c1f79f292957314598cebeda8f
MD5sum: d7aee3824d063eeb3c183a44cd2035e7
Description: Oracle support functions for PostgreSQL 17
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-01-01 21:36:55+00

Package: pgbackrest
Version: 2.54.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1207
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.34), libgcc-s1 (>= 4.2), liblz4-1 (>= 0.0~r127), libpq5, libssh2-1t64 (>= 1.5.0), libssl3t64 (>= 3.0.0), libxml2 (>= 2.7.4), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc, check-pgbackrest
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.54.1-1.pgdg+1_arm64.deb
Size: 421172
SHA256: 87787b580b841bb5eddbcdaafb54ab824debb7749a1deff9fa4fd91586eb5ed0
SHA1: 258ec918276ae2d484703f1f3d46b8f09b02c2ae
MD5sum: 81afe0a5f61db3e8a1da17f5c6ba6301
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.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2025-01-01 21:36:55+00

Package: pgbackrest-dbgsym
Source: pgbackrest
Version: 2.54.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2514
Depends: pgbackrest (= 2.54.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.54.1-1.pgdg+1_arm64.deb
Size: 1343280
SHA256: 680dd2b294d5127d49e87750fe3fb9feeda58380738b4f49fb24601746ba4c2c
SHA1: 9242a3c9885ff56cae4fd3a35950bf0e78cb20fb
MD5sum: 2cd69bec5f61682cca6cb7c7d2fac866
Description: debug symbols for pgbackrest
Build-Ids: 514ddd1a8eabe811d8c51fad016c2267cc16c943
Timestamp: 2025-01-01 21:36:55+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.54.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1838
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.54.1-1.pgdg+1_all.deb
Size: 127752
SHA256: 8f6e0dc9dc4a3a5b831025d84ddf9573a25db02ef8edeaefbc59bec884ec3ee7
SHA1: 1116039794d68084b49d14d59cfeca871ade802a
MD5sum: 92f62020885ebee219ab71ae67f6b2b4
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2025-01-01 21:36:55+00

Package: postgis
Version: 3.5.1+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 637
Depends: libc6 (>= 2.38), libgdal36 (>= 2.0.1), libgeos-c1t64 (>= 3.6), libpq5, libproj25 (>= 5.2.0), perl:any
Recommends: postgresql-postgis, postgis-doc
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.5.1+dfsg-1.pgdg+2_arm64.deb
Size: 146208
SHA256: 91dc9e9c8309a5ab62e82db782573a48fe3ca336ee4bc0916c93ee98de40aefe
SHA1: 0e99bc4390fdbc0b08509d13dee226f7270b02af
MD5sum: b4f870459459503046878e1a0a515d0b
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2025-01-01 21:36:55+00

Package: postgis-dbgsym
Source: postgis
Version: 3.5.1+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 936
Depends: postgis (= 3.5.1+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.5.1+dfsg-1.pgdg+2_arm64.deb
Size: 541800
SHA256: 02a77d6c04833909b6f6ce46442514e12584b8d5eeb60d4ea6b9e7f7e8a2e1bb
SHA1: 13031b932e0f50f940150605201181937ca3d274
MD5sum: 255b9a499cde8797c3234d1fafe7e4f0
Description: debug symbols for postgis
Build-Ids: 7db99dd2f89cda00a34124a8bc6225dbcc93cf00 ce27a7dc3eb3abfe650762fd0826552345be1073 d1e26fa873b0845140c11f315e3766253ef93403
Timestamp: 2025-01-01 21:36:55+00

Package: postgis-doc
Source: postgis
Version: 3.5.1+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6982
Suggests: postgis
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: doc
Filename: pool/main/p/postgis/postgis-doc_3.5.1+dfsg-1.pgdg+2_all.deb
Size: 3079140
SHA256: 40f7b0a0967e1ece42272af54bb4eec521f17a6c9f1fb4973f76cf0a4a68ba9d
SHA1: e27c39f9ff624fa13a68c2ca8fdde206818832d2
MD5sum: 9bbc667767618e5b05949f73faabda9a
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.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-10-cron
Source: pg-cron
Version: 1.6.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: postgresql-10, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-10-cron_1.6.5-1.pgdg+1_arm64.deb
Size: 34832
SHA256: 0f06465deab968c4373d48e49265f7af918214e1652ae054ae669eba9f4c6167
SHA1: 178e706d92c0f01c03bb6fe0312284e062f5cafa
MD5sum: 38239c0118eb8133846ea5b7e0808a62
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-10-cron-dbgsym
Source: pg-cron
Version: 1.6.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-10-cron (= 1.6.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-10-cron-dbgsym_1.6.5-1.pgdg+1_arm64.deb
Size: 94560
SHA256: 1b63369830338dc7bb56f306e6a162303fcf2f7243b0f36ed4ca9999a28f30a9
SHA1: 7b4663c9cc1af9aff73b779ba4498f0c9d7b2e20
MD5sum: 7d1f98d34edd4b4468b87dc55fe1f0c2
Description: debug symbols for postgresql-10-cron
Build-Ids: b8f106cf4313a8a444164ccc0090140fc9531009
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-10-decoderbufs
Source: postgres-decoderbufs
Version: 3.0.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-10, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs_3.0.6-1.pgdg+1_arm64.deb
Size: 14584
SHA256: 099554d3a2bab3041e77981f6546f96ad62770d924ff86b1eb77f9f2389f998a
SHA1: 34ad261c232c08c9586aea5c0084db0b3b517a50
MD5sum: 01907f3d6e134614cc973708d70c0601
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-10-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.0.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-10-decoderbufs (= 3.0.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs-dbgsym_3.0.6-1.pgdg+1_arm64.deb
Size: 37632
SHA256: 4772908e246878fe7462424f909eadc13390d0ca2bd7ef7f2a477eecbc35600a
SHA1: 7c5d25724ae9e3acbc3b5ffeca46fc4a3acf1969
MD5sum: 8cf3c05c3f6fe8caf87e096bb97d0683
Description: debug symbols for postgresql-10-decoderbufs
Build-Ids: c133c518dc2462c5043ed9683817b18fe01461fb
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-10-repack
Source: pg-repack
Version: 1.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 261
Depends: postgresql-10, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-10-repack_1.5.2-1.pgdg+1_arm64.deb
Size: 72316
SHA256: 8b2c80a52738cb63f43e5e1a7dea858e707b9b2e0083204431163f6f14fb35be
SHA1: aab9680f171e055d1ac53fe702d38407fb09783b
MD5sum: 9484a4d2c3aabb2ffd7215eadde5c6ff
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 10.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-10-repack-dbgsym
Source: pg-repack
Version: 1.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 236
Depends: postgresql-10-repack (= 1.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-10-repack-dbgsym_1.5.2-1.pgdg+1_arm64.deb
Size: 118572
SHA256: 418ede217b9bc2addb90e2b4c623481d942e7a653256caff0688f13bc715e2f3
SHA1: 5d737dd8658d849d28b719c3c5f18cc34f4e6dec
MD5sum: 162e7604c339405606d44889b0b94f11
Description: debug symbols for postgresql-10-repack
Build-Ids: 221bcf5a56665daab561bc3af3c9396a7535e3d1 2b49dbc2215029fffd92b6bda9d8b42e1863039c
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-10-tdigest
Source: tdigest
Version: 1.4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-10, libc6 (>= 2.38)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-10-tdigest_1.4.3-1.pgdg+1_arm64.deb
Size: 24072
SHA256: 551712fdc2fa28f6a3856ce3487e83b9d4900865328835b42c0900194d49ed4d
SHA1: 28ebb3415a7940f016d915f4cc34d561959ddd52
MD5sum: 7d909f5aa2f3e2d381c4b7a719d23339
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-10-tdigest-dbgsym
Source: tdigest
Version: 1.4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-10-tdigest (= 1.4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-10-tdigest-dbgsym_1.4.3-1.pgdg+1_arm64.deb
Size: 46880
SHA256: f57486a73becf2b6f34517d0f49e0653452fc73d31332d6837b6456d4ee768e2
SHA1: bb1b461a1c9097712d81c11998c353de81a1741e
MD5sum: ac22222b715a38baf543a173a5b73e0d
Description: debug symbols for postgresql-10-tdigest
Build-Ids: 4655b68ecd65cddea703d0a40159f7e2c48acb9b
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-11-cron
Source: pg-cron
Version: 1.6.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: postgresql-11, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-11-cron_1.6.5-1.pgdg+1_arm64.deb
Size: 34924
SHA256: d1e714f481ce19ba9e6ccb2262be260cced27300627b64fcf46a00e0dee29a8e
SHA1: e37755a2de8f4f86a5d395089df222ca3ca18d7d
MD5sum: 5b3ffb73d961a4939ef0d83d9fc5d42a
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-11-cron-dbgsym
Source: pg-cron
Version: 1.6.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-11-cron (= 1.6.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-11-cron-dbgsym_1.6.5-1.pgdg+1_arm64.deb
Size: 96556
SHA256: 50ba0707b9e3b49fc0f1c21f299a9d4fe2398aa5e50e5af1541eeb35e34280e4
SHA1: 20bbb004ef5e756dbea596a5a1980d9666560344
MD5sum: 5a1679224bde5a89e4334daeb1194ce1
Description: debug symbols for postgresql-11-cron
Build-Ids: b4b87b459846f718c48732874982ac32b63a4c89
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-11-decoderbufs
Source: postgres-decoderbufs
Version: 3.0.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-11, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs_3.0.6-1.pgdg+1_arm64.deb
Size: 14756
SHA256: bdf1b21d6856182c09a156bbd278ac28d121dfa904de5e1f474d8d7e9e056c07
SHA1: dcabd8638ef4134fee810f6ed8d8b3cc3690d84e
MD5sum: 5b7fe23622cb9430e9e09c762ce895da
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-11-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.0.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-11-decoderbufs (= 3.0.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs-dbgsym_3.0.6-1.pgdg+1_arm64.deb
Size: 38196
SHA256: e14ca0dff1e6a5670de27e40784cb9e100e37a0b81a53d7540d5f1cc0d736047
SHA1: 5842e827d566a5e36c418d4e95f508f93dd9065b
MD5sum: 582819cf3e477c3ccc9fc5e1002500cc
Description: debug symbols for postgresql-11-decoderbufs
Build-Ids: c2bf17360c4260f2fa37abca7c6ac944e0b292a2
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-11-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.5-2.pgdg+4
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 159
Depends: postgresql-11, libc6 (>= 2.38), libgdal36 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw_1.1.5-2.pgdg+4_arm64.deb
Size: 33412
SHA256: 02f6e2309b7d06601652fcc8e8be5af2280703bd2433432957799d214dc5a7a0
SHA1: 15b4216aacbe1203551a27b35f03b978cac6ad04
MD5sum: 7fd8db67d879fb29eb460d076fdcb7a7
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-11-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.5-2.pgdg+4
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 184
Depends: postgresql-11-ogr-fdw (= 1.1.5-2.pgdg+4)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw-dbgsym_1.1.5-2.pgdg+4_arm64.deb
Size: 129972
SHA256: cde3cf8db05f6d6d2d0ae33e9be86c261124413e4f1a561b6455600953ef4192
SHA1: ec9bf1c44f33018ad86f3c0dfce71e3ef2c14ab7
MD5sum: c94d6eb1e180762a578e84552b89d2bc
Description: debug symbols for postgresql-11-ogr-fdw
Build-Ids: 80080424877fc1267b58bbf55ad5e0ea2523e6eb 85f3f390ca056c8513cb825a79950e79ec58e4e5
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-11-orafce
Source: orafce
Version: 4.14.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 645
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_4.14.1-1.pgdg+1_arm64.deb
Size: 126988
SHA256: f369872892cf73d4a28f28c5ca33f9939a7d7b38ee3801e9133d2c5f189f8253
SHA1: 148c69717fccfd614947ba3cec4ed950c0734f3e
MD5sum: 1548b51307b203d7fcb264fe75196b4f
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 4.14.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 330
Depends: postgresql-11-orafce (= 4.14.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_4.14.1-1.pgdg+1_arm64.deb
Size: 276280
SHA256: 5f43227d62473bed1d8db078d3815b2e1808af0923f4def12c79aff8e389162b
SHA1: 32fc2bc802227db82bb9ed6054f48dd2d800cf99
MD5sum: 0ad854fe875f901fe3f5c0a01e702c01
Description: debug symbols for postgresql-11-orafce
Build-Ids: 6ab92fceca38f1fc73f37166eac11d76a9bc1d9a
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-11-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-11, postgresql-11-pgaudit, libc6 (>= 2.34)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile_1.6.4-1.pgdg+1_arm64.deb
Size: 14376
SHA256: 85baac93d3a7c3f1a5e998b446709d5f7a6578639d16254cf4224eeba40e4ad7
SHA1: 4b64997e37e86fda5214eb34b006e299ee92b7f1
MD5sum: 8159f684b755a6468308f8fba72611d5
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-11-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-11-pgauditlogtofile (= 1.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile-dbgsym_1.6.4-1.pgdg+1_arm64.deb
Size: 32616
SHA256: 7e0e1fcf9736ce382fcd4c631aa9ef1173ff0a9ddb6548b446cd6394481f0b4d
SHA1: 5b7e4b4dd79868128222c7bb894134eba7838ee9
MD5sum: 7191da926a297dc22fb6f9054fcc1209
Description: debug symbols for postgresql-11-pgauditlogtofile
Build-Ids: 97ff47e61d63e0f77b939510ed051fff3566494f
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-11-repack
Source: pg-repack
Version: 1.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 261
Depends: postgresql-11, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-11-repack_1.5.2-1.pgdg+1_arm64.deb
Size: 72336
SHA256: 5e5dbaafa9949938b7bef099969586beb6eb572fd074291e11b4707a4e3431de
SHA1: 87dfa9e82d6889add25ee0b6a88c8fdecb104acb
MD5sum: 406ff3dea48b21b69eec0de98b86cd07
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 11.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-11-repack-dbgsym
Source: pg-repack
Version: 1.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 237
Depends: postgresql-11-repack (= 1.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-11-repack-dbgsym_1.5.2-1.pgdg+1_arm64.deb
Size: 119716
SHA256: d83399cff5eb6c5b2fb4ab947c0b423266a2dca402a7e8e5d16aa88d9924fb24
SHA1: b4cd726f609d64c07d7b0fa0e1510488e39de11c
MD5sum: 2d6619dedfb3875850c2ccc3f984fc24
Description: debug symbols for postgresql-11-repack
Build-Ids: 99666925c59e8dd88e6a87cb49a52b50a2c8efb8 e6ceaceb580e6334072399739ca12fd989ef5ed6
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-11-tdigest
Source: tdigest
Version: 1.4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-11-tdigest_1.4.3-1.pgdg+1_arm64.deb
Size: 24248
SHA256: a5774b092414e87cfde1148a03f28f45c8ed6e6a84251d51252f0cb5e8bc91c1
SHA1: edb220748e7bb0404b7588046f71022fd5b36703
MD5sum: 66164ba1c9107acff12d27b6478ab070
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-11-tdigest-dbgsym
Source: tdigest
Version: 1.4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-11-tdigest (= 1.4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-11-tdigest-dbgsym_1.4.3-1.pgdg+1_arm64.deb
Size: 48392
SHA256: 3a1ec547ffcded2eca6b495c4ce2ca10151007075e7b0d8ca5801eb4bf708867
SHA1: fd9fa9862d85fa28822d402dcf957ab8db533052
MD5sum: 54b4deed99407006b867e5264ffcfd05
Description: debug symbols for postgresql-11-tdigest
Build-Ids: e15382e2e7de909b4e4360ac1ad413a78f59aef3
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-12-cron
Source: pg-cron
Version: 1.6.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 292
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-12-cron_1.6.5-1.pgdg+1_arm64.deb
Size: 94324
SHA256: 03dbfc7c07ca9396922b87b31ca28786c1b29099d5a4b37c68a911b8af0e81ea
SHA1: 46a0281c4ec9f448bf1ce81c87de37cc950646bb
MD5sum: 85d878e13c42dc4a0498dc4913aafd6d
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-12-cron-dbgsym
Source: pg-cron
Version: 1.6.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-12-cron (= 1.6.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-12-cron-dbgsym_1.6.5-1.pgdg+1_arm64.deb
Size: 104264
SHA256: fd62de1b09b6546fdc3c2111169da08797093e9defbdb8beb8765a2a066f1f66
SHA1: 650abfc1e86c6120769fa53b02cb3a5b2de7a70c
MD5sum: 712d76303cf6a617de6934fb5a0e3d65
Description: debug symbols for postgresql-12-cron
Build-Ids: 62e3d0d4ab3bea90e19965157285f87393da9898
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-12-decoderbufs
Source: postgres-decoderbufs
Version: 3.0.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 139
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs_3.0.6-1.pgdg+1_arm64.deb
Size: 39788
SHA256: 8281637522d9a4290e0feba9ca0f1076300a41e4f2c0358aff53615558aa6483
SHA1: 2df793b3c8a287403a8db6a7531a44fda29561f4
MD5sum: 7840bc5935ee7e848b5b0c5ea5b563e7
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-12-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.0.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-12-decoderbufs (= 3.0.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs-dbgsym_3.0.6-1.pgdg+1_arm64.deb
Size: 38884
SHA256: 0644d8551d77a10e428827a0822e672613179bc9d10fbdb9c9c424d327c0851e
SHA1: 8ef04226c6024ede45a06700a0681a4090009ce7
MD5sum: ca2e52c7d63d048b2726bef64a0d0a52
Description: debug symbols for postgresql-12-decoderbufs
Build-Ids: 5613511b6f77b04f2b3e0a84f1c2185f4de48b05
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-12-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.5-2.pgdg+4
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 275
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.38), libgdal36 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw_1.1.5-2.pgdg+4_arm64.deb
Size: 90208
SHA256: 8ce51ca230999d856379f752eece479df407b603d99a89ff46d8b24ab6bfafd5
SHA1: cda12cf92a43f9b06c7d86748941a959ac6a569d
MD5sum: 0c690e336851270222454819f6815c6e
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-12-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.5-2.pgdg+4
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 182
Depends: postgresql-12-ogr-fdw (= 1.1.5-2.pgdg+4)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw-dbgsym_1.1.5-2.pgdg+4_arm64.deb
Size: 127588
SHA256: 3bf0d8aa44afdca2c289490934372a0c49871ac28367c1cc14020f617dbc7da0
SHA1: fbb7d1d8f5d8f8585e6a763d2f12f2986fd7239f
MD5sum: 2974197383440435f186224b34c571d9
Description: debug symbols for postgresql-12-ogr-fdw
Build-Ids: 6e1c63a6749c9543fe29ffa5c25f144a4e81f8d9 e9988fb74f4f4ff12c9ddfbcff30c359e105078f
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-12-orafce
Source: orafce
Version: 4.14.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1241
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_4.14.1-1.pgdg+1_arm64.deb
Size: 376592
SHA256: aba3360e2a79244b2148e4bc107e8a2eb6c7bbf4b70c261f7abdab8b5aa69a10
SHA1: 3817abac0744d32c58c61b3af56840210c0eb95a
MD5sum: dc2393d3c6165f0339098a9879eae74b
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 4.14.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 333
Depends: postgresql-12-orafce (= 4.14.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_4.14.1-1.pgdg+1_arm64.deb
Size: 281160
SHA256: 13d8756bdc12853f9228454c2d153b50f893d3b9e5ae86af7ce98595f758cdc7
SHA1: 35bfd5de8c5d8417f81be08d857635a801cf7266
MD5sum: 73380041092023a92c408b82fef4d2b8
Description: debug symbols for postgresql-12-orafce
Build-Ids: 04a8ef7318711da91c8e51f21d095fb094d2f381
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-12-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 173
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), postgresql-12-pgaudit, libc6 (>= 2.34)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile_1.6.4-1.pgdg+1_arm64.deb
Size: 41684
SHA256: 3acb8a464523d029e3c9bfe5bdb4277e02bbb883cf808fb14402bc45c6efd336
SHA1: 4c3a9e0aa7b9a97a8f1b11e516867f71429ab8fb
MD5sum: 51e51916bdfb855f5fff5b87188f0ac7
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-12-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-12-pgauditlogtofile (= 1.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile-dbgsym_1.6.4-1.pgdg+1_arm64.deb
Size: 32832
SHA256: 1fb35b76815aac5f00de2192301ea0914ab6e7121902b6dc17f27acf600e203c
SHA1: 7345af79db16a6a01329038d7b5147cf780905fb
MD5sum: e0b825f72dfa5a5e00839cb5036385e4
Description: debug symbols for postgresql-12-pgauditlogtofile
Build-Ids: 975e36965d54b6a0896ced152080c3324f88fd2f
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 2.7.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 735
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_2.7.13-1.pgdg+1_arm64.deb
Size: 296192
SHA256: 05892aeb773da5614bb09849346c6fb1167c861e255e43a948b29a3d11bf9d56
SHA1: 86793fe4df726cf45e1e8a75d0ff158259400388
MD5sum: 88e5d8e0f85fe42604408d78604ebe53
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 300
Depends: postgresql-12-plpgsql-check (= 2.7.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_2.7.13-1.pgdg+1_arm64.deb
Size: 267336
SHA256: 9559f51c8315dfd7f66fa3ed2552453e9191e03b2ce5d4cb7d700acda44f7bf6
SHA1: d216df9dd130f05657d34419d04c118826cd2ba7
MD5sum: 65f10e921158a54c1bd074b88e878ea9
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: 9aba938ef34b9bbf1d4f12b5b31453fa3ffd03f1
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.5.1+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9731
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal36 (>= 3.7.0), libgeos-c1t64 (>= 3.13.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 1.5.0), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-12-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.5.1+dfsg-1.pgdg+2_arm64.deb
Size: 3393056
SHA256: b9c9f699cfe3fa8e2276a61038b7fced4b1e44b59df1ce2c65fce2f6dc0935b9
SHA1: 4917ceca25f0585c10374e0174f0d2df78d78ea0
MD5sum: a48078065e626c9ec881950516714664
Description: Geographic objects support for PostgreSQL 12
 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".
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis
Version: 3.5.1+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4662
Depends: postgresql-12-postgis-3 (= 3.5.1+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.5.1+dfsg-1.pgdg+2_arm64.deb
Size: 4095580
SHA256: 9b0aaca70e4d3022f29e745e9d2de442240e09b139f7e015a0647c34e95c67e2
SHA1: be13c8fcbc4b5cfe2bed9b3e7c2e920ea55f1983
MD5sum: eff9607e256d87afc364e1d8b5328bbd
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 6fbb13206b5a5ca036fd639608aab4983619c5b8 96e36626a0093819c5ec2df84150ef090d03c3b8 9899d7a6244d572fd948673202c5278d68cfa539 d0935f73a6855dc69b55331c5024d9aa5e50c1c7 e08196027332b527abbc1f9e24342d0e9f934b5f
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.5.1+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38516
Recommends: postgresql-12-postgis-3
Provides: postgresql-12-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.5.1+dfsg-1.pgdg+2_all.deb
Size: 1276536
SHA256: 6ebb456dd08cf696d808cb1ab7cdc922f8e622717c513d965b2ab5e01e445d60
SHA1: f771b790ec9d8adae96a693bfd40a29a96d3c3ac
MD5sum: 95a8304ead3d5c48cebd13a9767aad89
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-12-repack
Source: pg-repack
Version: 1.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 309
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-12-repack_1.5.2-1.pgdg+1_arm64.deb
Size: 101112
SHA256: d44a266cbd0f7c853c894eb2cf4943cfef07493fdc1e0fa9ae30d1a47278229d
SHA1: ea8ec316af016b7d74da2014f2e0d019ee28d1b1
MD5sum: 78ac0694b92db6d05e370ab90d94ef0c
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 12.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-12-repack-dbgsym
Source: pg-repack
Version: 1.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 244
Depends: postgresql-12-repack (= 1.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-12-repack-dbgsym_1.5.2-1.pgdg+1_arm64.deb
Size: 114724
SHA256: 33883d2ef5f7ea84d579a2feca6262f39ae44c17d32993544ce44e82ceb395b6
SHA1: 320c42b215fef30170b645ffc0424ca61c58c532
MD5sum: 9576f956dfdce05d64cdef681c1127f8
Description: debug symbols for postgresql-12-repack
Build-Ids: 9887db30e86b7d1982c2bcacfd9bebd9ed42966d fbe9812157fd41b34fdbfe4a489ee874a9289f41
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-12-tdigest
Source: tdigest
Version: 1.4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-12-tdigest_1.4.3-1.pgdg+1_arm64.deb
Size: 63092
SHA256: 699670abe17a7f2a9802f836033bf9bcee599eb37f773234c4d579758de5c7ec
SHA1: 8ff519be22157111138df1aaf68d2b90adfb90e2
MD5sum: 020579c8c56df5b14c65f7c4938f9abe
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-12-tdigest-dbgsym
Source: tdigest
Version: 1.4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-12-tdigest (= 1.4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-12-tdigest-dbgsym_1.4.3-1.pgdg+1_arm64.deb
Size: 49248
SHA256: 0e01cdfad8683405a6ccf4527f8ae76dfa1975670506de1f59bef5cc703449b6
SHA1: d24714c8c2e719e08bf0fde2bae586f2aa532bdb
MD5sum: b2b471f5b4ce1a9fef2e29ec7c400db5
Description: debug symbols for postgresql-12-tdigest
Build-Ids: 1a52c5c72470e5b84e896e2df101f3da05bc77a3
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-13-cron
Source: pg-cron
Version: 1.6.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 293
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-13-cron_1.6.5-1.pgdg+1_arm64.deb
Size: 95044
SHA256: c1b7b3da4006f54dd4056a8e7bd48d5d66e2efbc786c7c6df86b532201b95b9e
SHA1: 9e5c44a74716027351dcc45daa4221a9025b0e9d
MD5sum: 3f48e6d19797ca1a7c97be0422cb6e1c
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-13-cron-dbgsym
Source: pg-cron
Version: 1.6.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-13-cron (= 1.6.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-13-cron-dbgsym_1.6.5-1.pgdg+1_arm64.deb
Size: 108436
SHA256: 727f98e169660e26892216f7d4073b4ece4237ff7a2ca872e8806366e43e6ccf
SHA1: c10b8623c7c83b72405a7e234446d98577558876
MD5sum: bf647d90b4f444be73bcca22c0149733
Description: debug symbols for postgresql-13-cron
Build-Ids: f61139b749ff69552320f1466aa29234c335be97
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-13-decoderbufs
Source: postgres-decoderbufs
Version: 3.0.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs_3.0.6-1.pgdg+1_arm64.deb
Size: 40144
SHA256: ecd25c6f00c6a1615b4a417ea2b4a17172f38770a0c36116a89c2fc149d082c0
SHA1: d23be490c8e5927b492f347daa1915d48875bed5
MD5sum: d25afb8fb3d95397de231a4a8a6cc1ef
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-13-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.0.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-13-decoderbufs (= 3.0.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs-dbgsym_3.0.6-1.pgdg+1_arm64.deb
Size: 39912
SHA256: 7305876ce60eabb27682bb82079f0d94026736b883f98add1b09f8746aec3561
SHA1: fefb0306e170358b770255486ed7e29ca1bdfe49
MD5sum: 4b7690db14eac0c5c2a95fd39de16c0b
Description: debug symbols for postgresql-13-decoderbufs
Build-Ids: bca7326e16cf270d95706c915dda9ece3aaaaf07
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-13-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.5-2.pgdg+4
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 276
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.38), libgdal36 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw_1.1.5-2.pgdg+4_arm64.deb
Size: 92468
SHA256: f24f795ea6b603ad091fb0fcba342031d9cbc0b0007f05a8ee3a6111adf14339
SHA1: 7040603a8794a4d4bf3e4ad5efd21c089a992ef2
MD5sum: 8378c4fc4dacfa23659e685108e8dd72
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-13-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.5-2.pgdg+4
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 197
Depends: postgresql-13-ogr-fdw (= 1.1.5-2.pgdg+4)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw-dbgsym_1.1.5-2.pgdg+4_arm64.deb
Size: 142976
SHA256: f8efca2cf473ec3f6f9316c3373e2084de537c8626900c285672d943cc76cc1c
SHA1: 39bd4aeb928d0aa4c87bf65e9e9b443d9eba80e7
MD5sum: 8f1c8b7e70225df3456f4a426d154b26
Description: debug symbols for postgresql-13-ogr-fdw
Build-Ids: 29a8ecd5d3dcc1ac0499821b0481c257edaeb042 645269730012123b9632afc81f3294a052b33ebc
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-13-orafce
Source: orafce
Version: 4.14.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1238
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_4.14.1-1.pgdg+1_arm64.deb
Size: 375296
SHA256: 6f76a778687bd3beb9e9bcd6b43a88436790cb8780e1630f50e4bc396586c653
SHA1: e34b263f2404e7a42755fc3ec628ee27b80ec3af
MD5sum: daf7aa10bc9abf8f11cd5881ffd97ee0
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 4.14.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 340
Depends: postgresql-13-orafce (= 4.14.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_4.14.1-1.pgdg+1_arm64.deb
Size: 286632
SHA256: 3d88bca44a84edc6675cb317fc8becd9a41b910db08abbf07bda7aeb9a06ef8b
SHA1: 28281dff280f3d072db282ae5a90b9edca6d0cb9
MD5sum: 98a912c4ddd012b0ea7f9d83511c42af
Description: debug symbols for postgresql-13-orafce
Build-Ids: 5409bbbfdf621b7eaa43ccb8ff960fa1063f4891
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-13-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 173
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), postgresql-13-pgaudit, libc6 (>= 2.34)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile_1.6.4-1.pgdg+1_arm64.deb
Size: 41676
SHA256: 51780a68db9275e60e558c1c31ce5407b9e6512e1871e7a44cc4609aaaab8c30
SHA1: 7f6a574d3f53ebbfbf70b56f53c07d784bd086af
MD5sum: 90775a7bcaad54526503d6cc312cf768
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-13-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-13-pgauditlogtofile (= 1.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile-dbgsym_1.6.4-1.pgdg+1_arm64.deb
Size: 32820
SHA256: 9a6e5010e415f8a6079576e78309628754dd165491b638abe5cfa19907324740
SHA1: 1b96976a1131c0d8d38d91f3700854cc832d5faf
MD5sum: 46d8ae858068e99449cf6c6cf1aedc16
Description: debug symbols for postgresql-13-pgauditlogtofile
Build-Ids: 3c0a0e5776cbb2ccb623309200b477448de233a7
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 2.7.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 739
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_2.7.13-1.pgdg+1_arm64.deb
Size: 301052
SHA256: 64c48c6681cd5d809fd486c125e42472c20fbcce0b681ee9c967c8637ce5cd23
SHA1: 8937aeffa81cb1d19d22eed0b2a73eef11c2a2d0
MD5sum: 6016282b49fe95e3e38514d2fff5a4c6
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 323
Depends: postgresql-13-plpgsql-check (= 2.7.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_2.7.13-1.pgdg+1_arm64.deb
Size: 289852
SHA256: 98ef3a90aeb5495319ac400857a772cd256c3bdc9824ad3c6f87100b3b00861d
SHA1: c42d882e8f40b7475d62ccdf3604ed77e3721245
MD5sum: 9765c0632c903309299bd2fa90d53eff
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: d02643290d431f545eb6072d3894e0702fe6aebd
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.5.1+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9834
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal36 (>= 3.7.0), libgeos-c1t64 (>= 3.13.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 1.5.0), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-13-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.5.1+dfsg-1.pgdg+2_arm64.deb
Size: 3402604
SHA256: 99da27cae8379ae43a2d9b35aa4174022fe1c66109bfb71c70194606159e4b55
SHA1: dacee1280b03b55d4a5d2389ce26f0650c52c4fb
MD5sum: 18ac17657de8ee31215d942c405885a2
Description: Geographic objects support for PostgreSQL 13
 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".
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis
Version: 3.5.1+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4684
Depends: postgresql-13-postgis-3 (= 3.5.1+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.5.1+dfsg-1.pgdg+2_arm64.deb
Size: 4118684
SHA256: 6b64138a598d330d13fe10cc7b0980c1644887c3ec4c1b6912e2d4e1acb05e73
SHA1: eb55fb49bf7a81f827487cd3f5b5b70b3e0fe837
MD5sum: 809495d6ae3c0e1e2300f76130734ad6
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 0654018f2963872445f2a5441555662f4668a7a3 15f19d91a96cfc89161340dbfeebd19e1e5733b4 81670d54db978ebeb90d66b85420a459ffe249a6 8474f78f2c70f454a760d255fdc31ad5435b1cf7 aca3a29f1549d957d66fb5f980b857a8123a57b7
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.5.1+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38516
Recommends: postgresql-13-postgis-3
Provides: postgresql-13-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.5.1+dfsg-1.pgdg+2_all.deb
Size: 1276064
SHA256: cdec8f2258bf6293f56951595a23f5f6f1c1b6cf3e875d4dcdf471f133b39024
SHA1: 2655141e141c68bb6a5e79301d5b96eea2ad781b
MD5sum: 875bb539c3e5ab0d35e91b73ec4b579a
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-13-repack
Source: pg-repack
Version: 1.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 309
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-13-repack_1.5.2-1.pgdg+1_arm64.deb
Size: 101392
SHA256: 96a224ee1874a78b5736a39dc7c2865d41b8d30d9d3f8bebcf52dd8666aa34c1
SHA1: 6c26dacb77078d65b7d807059ebd0b481ea3a623
MD5sum: 74b89a9fb5ba23309be0739d2a23ed30
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 13.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-13-repack-dbgsym
Source: pg-repack
Version: 1.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 247
Depends: postgresql-13-repack (= 1.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-13-repack-dbgsym_1.5.2-1.pgdg+1_arm64.deb
Size: 117512
SHA256: f6f76d4747146f204a0e2b0537674f3b911eb07ccaf53e1f015affec2c9d467c
SHA1: 4af2e54a5f15e0d577e1920a392e36968cd0bcbf
MD5sum: ab0b2356cf759598e393828b19ebbd52
Description: debug symbols for postgresql-13-repack
Build-Ids: 08679b8c6e6d690464cf9d21cb2abbc258e90bc8 526ce3c5797480e6318cde992c2852ea6499604c
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-13-tdigest
Source: tdigest
Version: 1.4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-13-tdigest_1.4.3-1.pgdg+1_arm64.deb
Size: 63580
SHA256: cb8fb19da40d658361542e63328e0508e746b38c40477e7cff4753678749f11a
SHA1: a7e5d67cd96b2382dca959d3de7a30f440ee68f3
MD5sum: c16d37740a4b6bbc1dff364293a0758b
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-13-tdigest-dbgsym
Source: tdigest
Version: 1.4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-13-tdigest (= 1.4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-13-tdigest-dbgsym_1.4.3-1.pgdg+1_arm64.deb
Size: 49848
SHA256: 0d57c6a3a7a52125a701ed4edfd14438707b4eecf8c52d71b4e11cf22394d602
SHA1: 203b0e574d32d5f5d1fe19565b1e006f75f4936d
MD5sum: b7d1d075a7ba051b457e4a2249b3d6d8
Description: debug symbols for postgresql-13-tdigest
Build-Ids: 96a099fc16f397e47179af62ed42938c0be96e4c
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-14-cron
Source: pg-cron
Version: 1.6.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 294
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-14-cron_1.6.5-1.pgdg+1_arm64.deb
Size: 95136
SHA256: 3ac6ff2856a8817023cf1e9e02dabb6550b4bd0eabfa87fa7bf83a5329f3e71e
SHA1: 7cabe920b7c9d815caa2a0958e68a2f6daac8a02
MD5sum: 5604ff1896f9934c66fcd15bf09b9295
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-14-cron-dbgsym
Source: pg-cron
Version: 1.6.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-14-cron (= 1.6.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-14-cron-dbgsym_1.6.5-1.pgdg+1_arm64.deb
Size: 110904
SHA256: 331eb9339de8ada165f0f43c509b649321a864b689a73746ade30bede1d1ab71
SHA1: 4b237c9974f2162d6982d450656cb67ea55c937b
MD5sum: fa087abd1423449204576fad17729940
Description: debug symbols for postgresql-14-cron
Build-Ids: 74176c38f77d225b022afa2cbedb625c33057d63
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-14-decoderbufs
Source: postgres-decoderbufs
Version: 3.0.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs_3.0.6-1.pgdg+1_arm64.deb
Size: 40396
SHA256: c0cd438c33733212baefc254c2aafce1b33425259f35a7a73dfbee28c3716358
SHA1: 3196ac74a4e7667bf81f1de6654cd2a5e032f74e
MD5sum: 9b5fb32c108a76c2ac168786171ce7b4
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-14-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.0.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-14-decoderbufs (= 3.0.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs-dbgsym_3.0.6-1.pgdg+1_arm64.deb
Size: 41300
SHA256: 37d7cf5c60db02a6b7bfe26ddf8ace4954034b98f404a6e2ff25413b94d8cef4
SHA1: 7a2ba741d68881264f379c7f36f80ae2a9122a40
MD5sum: aac26d18000736059732e7ba6ceff00d
Description: debug symbols for postgresql-14-decoderbufs
Build-Ids: 95ecc92f4f1590be811e6287c8415a3bd7818ea4
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-14-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.5-2.pgdg+4
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 277
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.38), libgdal36 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw_1.1.5-2.pgdg+4_arm64.deb
Size: 92240
SHA256: 8874cd6ceddf1ddd2a2c2196dcbe65985deb97f21ea363ad2550d6e16c24074a
SHA1: 9fe2bc02cadadc0e8204778b3e0d1c68e124216f
MD5sum: 9c6ac9f2bc4a85d06eece6fb4d811819
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-14-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.5-2.pgdg+4
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 198
Depends: postgresql-14-ogr-fdw (= 1.1.5-2.pgdg+4)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw-dbgsym_1.1.5-2.pgdg+4_arm64.deb
Size: 144448
SHA256: 715283dc6cd8b3fc7b5c4de025e9dfc1667076dc5c521350fc84875a9c34f354
SHA1: 4eef4f3090b0fdc28df20ed564ca0325a7d33129
MD5sum: b3ac30b32fa4db56c9df26a93530545f
Description: debug symbols for postgresql-14-ogr-fdw
Build-Ids: 6f92267ddfa11ee4f7b7f5f8a2f3f58d2386a36e 9cc85806044881b5a3ca39854443302cab0ceeb3
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-14-orafce
Source: orafce
Version: 4.14.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1247
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_4.14.1-1.pgdg+1_arm64.deb
Size: 377060
SHA256: 7d88b7330b7515076c49b6de99ee05f618775877bc864e42c42ad11be8b45de6
SHA1: cb9b2752c434b530660ace6caf3bbcffbe8da3b1
MD5sum: c9be846bf5df8b45fb652d2f3462847f
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 4.14.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 345
Depends: postgresql-14-orafce (= 4.14.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_4.14.1-1.pgdg+1_arm64.deb
Size: 292992
SHA256: a61139746c2239e639d8bde8116c0df756c51c1904d14c7941bd9d8814afcd98
SHA1: 4167a978804a6b5ebb154e3a8aacc3bb7dff6286
MD5sum: ebfcbebcad622d50753fab256ce1b16b
Description: debug symbols for postgresql-14-orafce
Build-Ids: 5d36f6f842f626965b692b72044762e430d18a73
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-14-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 173
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), postgresql-14-pgaudit, libc6 (>= 2.34)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile_1.6.4-1.pgdg+1_arm64.deb
Size: 41852
SHA256: 06d2e009e5f462262a57c17cfe591a6f54db3d1abdf4344c8d6d1daefd250336
SHA1: b055327fc8529518e0eec245751b1f5502a89ced
MD5sum: 3bdc5140794a7f8ea099dc3ecd4aa2a6
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-14-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-14-pgauditlogtofile (= 1.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile-dbgsym_1.6.4-1.pgdg+1_arm64.deb
Size: 33412
SHA256: 2a29981bf24637911489309bd0e8745bae167c26169c23d5b15ca4d57cc23e35
SHA1: f32a124922b37a5e5bc76277d6432afec5db4322
MD5sum: 47ec135c60a7039328fe33bada876222
Description: debug symbols for postgresql-14-pgauditlogtofile
Build-Ids: bbe7096ea28964f6dc72229211eba5a048cb33e6
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.7.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 748
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.7.13-1.pgdg+1_arm64.deb
Size: 304988
SHA256: 09bb6f51f6e9742884eb816f3cdd95ec8f8e3e6e5c6b3bb9dd1b95decb31b25c
SHA1: 59556f31e9ef43b0322025f2aa9ea81abaddd33d
MD5sum: 89f93cb12ff16e944e80b76df9e7ee82
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 331
Depends: postgresql-14-plpgsql-check (= 2.7.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.7.13-1.pgdg+1_arm64.deb
Size: 297284
SHA256: f51c02a60a8528d987186855e55625de69f865d0a8a1324b1318312ece193352
SHA1: beb0afcc731a2cb134bc9924539e17bf937c6822
MD5sum: 3a0206c670804ed3ccf253ca0def52f1
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: 1892b62976decb2a718b886b7c7fda8144714a5b
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-14-postgis-3
Source: postgis
Version: 3.5.1+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9858
Depends: postgresql-14, postgresql-14-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal36 (>= 3.7.0), libgeos-c1t64 (>= 3.13.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 1.5.0), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-14-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3_3.5.1+dfsg-1.pgdg+2_arm64.deb
Size: 3407572
SHA256: d1cc77531213a1a1944bf219dd0ca11ec99bf3c2f62cee65afa31d38e77cc77c
SHA1: d634d98b77c4d266d2a3ef6a97a743afa11de4d2
MD5sum: 5cc669578381ac4f2cc4ac0ff14fe7f5
Description: Geographic objects support for PostgreSQL 14
 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".
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-14-postgis-3-dbgsym
Source: postgis
Version: 3.5.1+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4672
Depends: postgresql-14-postgis-3 (= 3.5.1+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-14-postgis-3-dbgsym_3.5.1+dfsg-1.pgdg+2_arm64.deb
Size: 4105800
SHA256: 07db9ffe92e1ee3c00cd7853837eebb9ab46e3a1760ac0af8a354dbe028737e1
SHA1: 3bc82bc57f29842d5ac14e2d8358c83aae02562c
MD5sum: 4a6c7e26000860867169b798e71b1634
Description: debug symbols for postgresql-14-postgis-3
Build-Ids: 5ad143065f5a4b0aa58d71bb0e84b21b391baab8 7374cc522bf81f3d6be87bb46ec960ce5bf127b7 8d09c9f6b623c24dc46da668b09018d7030e19f3 a285c93d0aaee9c8db0e52d59bb72a2a61b15837 e8c06d26cae033d091f15dc5fe566045df5109aa
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-14-postgis-3-scripts
Source: postgis
Version: 3.5.1+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38516
Recommends: postgresql-14-postgis-3
Provides: postgresql-14-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3-scripts_3.5.1+dfsg-1.pgdg+2_all.deb
Size: 1276344
SHA256: 9c8c253f47a6321fffa7a276b6babeac814814b318e374d31938c66d63f6594e
SHA1: 6efb8865a4cd07bc4c741a660bad81afc9ccb630
MD5sum: d4c2432f5041216527e6623b3db62f3c
Description: Geographic objects support for PostgreSQL 14 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 14 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-14-repack
Source: pg-repack
Version: 1.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 309
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-14-repack_1.5.2-1.pgdg+1_arm64.deb
Size: 102756
SHA256: 199ece149b2ab3c70444183427881c1d6e70d22b26c05dec6743cb7bdaf6fbc7
SHA1: 64daf7dcdbc63f217c2b41e37ee093469e488f35
MD5sum: 79a8c791c70fa7bbff58718bcfc741cf
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 14.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-14-repack-dbgsym
Source: pg-repack
Version: 1.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 252
Depends: postgresql-14-repack (= 1.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-14-repack-dbgsym_1.5.2-1.pgdg+1_arm64.deb
Size: 118648
SHA256: 5416d776032a89237feb2ad57651e67e2c91abed33461cbfff000c93f2ffb856
SHA1: 9166a2c6ebd090d3cfab056f8d1b07e844d4faed
MD5sum: 9f1b20cac4ff81adc5fb5e3532592166
Description: debug symbols for postgresql-14-repack
Build-Ids: 35b4a38657a02bb4e2337506d1c129206d38a6c5 5f2847cdf7d380ca211935ef4e9537c279bb672a
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-14-tdigest
Source: tdigest
Version: 1.4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-14-tdigest_1.4.3-1.pgdg+1_arm64.deb
Size: 63376
SHA256: 1b5feb84308e6ed54df3fbc82f9e691af1f90cc885e42a5fdac7bf0057c632ff
SHA1: c2ea03faf5c5d720f2291ff0399b01da7180d409
MD5sum: 41d3e90a733a39749b3ea7f1fa78f75f
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-14-tdigest-dbgsym
Source: tdigest
Version: 1.4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-14-tdigest (= 1.4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-14-tdigest-dbgsym_1.4.3-1.pgdg+1_arm64.deb
Size: 48156
SHA256: 4e6627dad4dc2b6968e2cc66b88ab1fd27b8d22f8bd7717c8128123de617a369
SHA1: 7dd00b2d42985fc7e60861cf630fa27604831139
MD5sum: 25fd6e14681921ce42e4ad4cff1e4485
Description: debug symbols for postgresql-14-tdigest
Build-Ids: bf7e2b6036848fd1e6f60f1e99bcaf44afc25e38
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-15-cron
Source: pg-cron
Version: 1.6.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 290
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-15-cron_1.6.5-1.pgdg+1_arm64.deb
Size: 92424
SHA256: 33cc6a5dbf7c060befe8184285083ea066b2022300734e41e824a9890a7742ce
SHA1: 7db2c33c13d7fd4c387987ebd7d48d7fcf6c7edb
MD5sum: 67766b3175b50b9f3b130aa8080b1a92
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-15-cron-dbgsym
Source: pg-cron
Version: 1.6.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-15-cron (= 1.6.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-15-cron-dbgsym_1.6.5-1.pgdg+1_arm64.deb
Size: 114520
SHA256: 8131f5d13e62dbe26c071a4fd53433e20c6c6fb94e5a88d77d7cea64d4e28eb5
SHA1: 7c6dc7196c73d61f43ebc8a00ab261c6b60141d8
MD5sum: 1f6c5006c68c8bcdaeac68897f222c8e
Description: debug symbols for postgresql-15-cron
Build-Ids: 7ca4d953c5ac4a3532804459ed1c85df1cad81f3
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-15-decoderbufs
Source: postgres-decoderbufs
Version: 3.0.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs_3.0.6-1.pgdg+1_arm64.deb
Size: 40896
SHA256: ab2c5293a6091ee38c3b6b3e9657195bc40a972319e89356b82dc63034ada5cc
SHA1: 4fad9f3ff30eb1754f020f132d714340321c4c5e
MD5sum: a87ffedb75af25b1b3490aaef5656fb8
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-15-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.0.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-15-decoderbufs (= 3.0.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs-dbgsym_3.0.6-1.pgdg+1_arm64.deb
Size: 51956
SHA256: 8bf0f9da893145708927409b36375e8cccb5d8fd6f2005decc8b2ca7e5e483d8
SHA1: 2338410f1a05862e6a7032632113e7559c942df3
MD5sum: c3d1273231e407429c83d03653a77a0f
Description: debug symbols for postgresql-15-decoderbufs
Build-Ids: 6fde342f2ea7bb037a0a8354156ca1887ef9418e
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-15-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.5-2.pgdg+4
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 278
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.38), libgdal36 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-15-ogr-fdw_1.1.5-2.pgdg+4_arm64.deb
Size: 92752
SHA256: 3f604df7504a128d1ae11b3baf620ecd72dfeb659fe67b44706a765bafa25ae9
SHA1: 92a70f8ad4eae1a514174e2c2e4c3536d44391f0
MD5sum: 32075612b3784c7a2873ba237b889dc6
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-15-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.5-2.pgdg+4
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 186
Depends: postgresql-15-ogr-fdw (= 1.1.5-2.pgdg+4)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-15-ogr-fdw-dbgsym_1.1.5-2.pgdg+4_arm64.deb
Size: 132224
SHA256: 1e1ab476e43d150565825127fa3960d5ccddc8d7de9de8c17c1a1432a12c2042
SHA1: 91eccfa86c7ef565229c06b3f74a8f28fd6d8551
MD5sum: 1190fc1665a6ab1a5a10ca9a120b1f33
Description: debug symbols for postgresql-15-ogr-fdw
Build-Ids: 9544c6f1c3ec373ad53495e85e8abe6b2b23c435 9706a2e954e4cc1cb465876633d3718e17e19d52
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-15-orafce
Source: orafce
Version: 4.14.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1243
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-15-orafce_4.14.1-1.pgdg+1_arm64.deb
Size: 374028
SHA256: 31a90f1b4113f93fa60dde831db9ad3017e9db9c87233a13c255dd571871af2c
SHA1: 70ed3b217e73302666108215474313655b0b33fa
MD5sum: 726a13121b135c2b6a2998e14e4bb6e7
Description: Oracle support functions for PostgreSQL 15
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-15-orafce-dbgsym
Source: orafce
Version: 4.14.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 346
Depends: postgresql-15-orafce (= 4.14.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-15-orafce-dbgsym_4.14.1-1.pgdg+1_arm64.deb
Size: 295604
SHA256: 983b4903d2fc9371cde376661e212e7e0a59259c54c73f460afe62ccba95f013
SHA1: 6b3b381a179e7992929d2712f13b530de43de772
MD5sum: 4def389bb8b159a2f75b960286ff984c
Description: debug symbols for postgresql-15-orafce
Build-Ids: e5db04ab90a57a22eb9f10aa4339722a1f76afff
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-15-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 174
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), postgresql-15-pgaudit, libc6 (>= 2.34)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile_1.6.4-1.pgdg+1_arm64.deb
Size: 42168
SHA256: 2d654a0140d1bb2f4bbf9127778bd99f7524df6e113598aec7bdb5a56051ecd5
SHA1: 5f8909a709e731f1de20bc0ae4c578bf8a66fcbb
MD5sum: 5272fb786ab6ff0be5e5662de71a68ec
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-15-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: postgresql-15-pgauditlogtofile (= 1.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile-dbgsym_1.6.4-1.pgdg+1_arm64.deb
Size: 33744
SHA256: 2fef47bf30fb340469a3c588dcf4e1175fd0ef56e5f4436ec760d8a7323a68f8
SHA1: 2c03c05c765a6de13e190faa77ac6c394c86bd5e
MD5sum: 6f720919de389049606d675c7b875444
Description: debug symbols for postgresql-15-pgauditlogtofile
Build-Ids: 50b62791a74e802176ee382d8195f18399458d77
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.7.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 749
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.7.13-1.pgdg+1_arm64.deb
Size: 305472
SHA256: cbcfcbddaef7c679ca93fc2fb92caa322b54f5f9f34775d3fe3b5bf8b0a952ba
SHA1: 00f6094b8ae237b480774c5c166424a931450a79
MD5sum: caa6d1c4f169724d4717b005d9890b06
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-15-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 363
Depends: postgresql-15-plpgsql-check (= 2.7.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.7.13-1.pgdg+1_arm64.deb
Size: 328596
SHA256: 0d234e90f37b008b7e6330216854f95d2e7199366e0aeb26212035b1fa5e7416
SHA1: 41e40e689d5d98defd49f987c4f10df7d9da7128
MD5sum: 79081956f11abfac4a2e89dd9f1a5c54
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: 0d82dc8a0924ba2c6338e56d2a20a6ba22a92f6e
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-15-postgis-3
Source: postgis
Version: 3.5.1+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9983
Depends: postgresql-15, postgresql-15-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal36 (>= 3.7.0), libgeos-c1t64 (>= 3.13.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 1.5.0), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-15-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3_3.5.1+dfsg-1.pgdg+2_arm64.deb
Size: 3438992
SHA256: a9a7134288af6788024c529695dd2168177f7ac487b54868e89385851ef71130
SHA1: 4cb39f0f50b97e4a0e5915ce62720896c2b7070e
MD5sum: d6ced15235fc8987b847a10cdb21bb0f
Description: Geographic objects support for PostgreSQL 15
 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".
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-15-postgis-3-dbgsym
Source: postgis
Version: 3.5.1+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4677
Depends: postgresql-15-postgis-3 (= 3.5.1+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-15-postgis-3-dbgsym_3.5.1+dfsg-1.pgdg+2_arm64.deb
Size: 4111812
SHA256: ad5480787d816b36e4325f7710d45b939b8c1e46d01680a1c49d5284b3dd7fab
SHA1: ee3a772132c102ef03d0bf1e667fbe9941c3502d
MD5sum: 8d6c04ace6952458ac24f3331ef492d5
Description: debug symbols for postgresql-15-postgis-3
Build-Ids: 2f129135d24a4370345687d862ba008975d4b213 88e7b3cc96d7b596c2c9d4ff860c038fc7122103 8e74f2cde6df8ed4491dad78efd826c6253f4573 8ef4ad36a35fdc21c09fbc3a94f4124e4bb73b19 aa00af33acc6ad188c306a9747077af6eaf41b53
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-15-postgis-3-scripts
Source: postgis
Version: 3.5.1+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38517
Recommends: postgresql-15-postgis-3
Provides: postgresql-15-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3-scripts_3.5.1+dfsg-1.pgdg+2_all.deb
Size: 1276260
SHA256: 19e28414c20e29d46de5b28053dbf478e7cbc05d153f9ed3d9bc496628f7faf6
SHA1: 9ec6d8120a73e8dd1c461a93117605533727bba2
MD5sum: 1a2efe86763111e3eb97c4f66086034e
Description: Geographic objects support for PostgreSQL 15 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 15 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-15-repack
Source: pg-repack
Version: 1.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 309
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-15-repack_1.5.2-1.pgdg+1_arm64.deb
Size: 103616
SHA256: e00787ea29f4b0e29986a8209c530521eb7f30a7f760cf0d4d06ca242069f1b7
SHA1: 60f4a418e6310a42189e6aa0d6f22c6eff7a2bb2
MD5sum: 130efbdfedd40c39ef5c5b0033ccc722
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 15.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-15-repack-dbgsym
Source: pg-repack
Version: 1.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: postgresql-15-repack (= 1.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-15-repack-dbgsym_1.5.2-1.pgdg+1_arm64.deb
Size: 121896
SHA256: 23d73a69ad27463705d008df142744f38ae852c4421b53ce2141251d46dd999c
SHA1: 8a7abdca6dedf2b9d3005f796f55cf0d0f9bceee
MD5sum: 2bb00a9df24ac8180889816c2128abd2
Description: debug symbols for postgresql-15-repack
Build-Ids: 09ef23b79582162c7e080225b080a02c1a89a572 2a590dc5239608c228201445b2b1b5b5af58240b
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-15-tdigest
Source: tdigest
Version: 1.4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-15-tdigest_1.4.3-1.pgdg+1_arm64.deb
Size: 63380
SHA256: ac84a6a252e6d63e2c26aad75e89077ad4ad134b55b17c7625ac3f0928a1b79c
SHA1: e962f811d00679b0e090359ce2d03e47ae6a1d4a
MD5sum: eb55389fa6828e880bcd6721cb59c8f5
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-15-tdigest-dbgsym
Source: tdigest
Version: 1.4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-15-tdigest (= 1.4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-15-tdigest-dbgsym_1.4.3-1.pgdg+1_arm64.deb
Size: 48232
SHA256: d60332d26e869f2a256bdb4825a7d9e7c0471fa9282e61d18075536612e8c9bb
SHA1: 9ab505a9aa190ab8e85e18148a40bcd2b5676521
MD5sum: d72a340329ac08364a1e24b8213c6b89
Description: debug symbols for postgresql-15-tdigest
Build-Ids: 0b053f8de2e6c2190ea556cc5bc0f19e36cc27ae
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-16-cron
Source: pg-cron
Version: 1.6.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 226
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-16-cron_1.6.5-1.pgdg+1_arm64.deb
Size: 91692
SHA256: 73e79f1c9697ca0173da2cdadf3356188d6116510d04c1469435385c78787a56
SHA1: 22b1995c895257f4fc59e12ea08b345aec856303
MD5sum: a114932b66f29001169af1f7336a2eb7
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-16-cron-dbgsym
Source: pg-cron
Version: 1.6.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 142
Depends: postgresql-16-cron (= 1.6.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-16-cron-dbgsym_1.6.5-1.pgdg+1_arm64.deb
Size: 122208
SHA256: cfaca077277681a96621c808a6b375f1aa7c2a8043d3dd495841c1eec38a0359
SHA1: 26b26a492e166ae82b4ba5ef72f0696451868cbe
MD5sum: a911e5be56b61b75ac4860f289e5b81c
Description: debug symbols for postgresql-16-cron
Build-Ids: aecd0da970cfa167811996f3a9b7f44194783076
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-16-decoderbufs
Source: postgres-decoderbufs
Version: 3.0.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-16-decoderbufs_3.0.6-1.pgdg+1_arm64.deb
Size: 40332
SHA256: 99b28520e9d19a424c36a3e19dcc5a4ee9987ff8ccb637aadf04f2099f3ad5f3
SHA1: 3ebc0a1077c342154c7b20e3b42414c80d6050d3
MD5sum: ac1f16db03a75bef3ecbf369f16f93e0
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-16-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.0.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-16-decoderbufs (= 3.0.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-16-decoderbufs-dbgsym_3.0.6-1.pgdg+1_arm64.deb
Size: 53692
SHA256: 5213c246a0c4826bc8358e30421c98a288f480a01978ab323b2184c367c6d043
SHA1: 261c1abc4f0d933b95425fe2abf5f6d89265afd5
MD5sum: 9662dd789385acc2d29e51161b9e4391
Description: debug symbols for postgresql-16-decoderbufs
Build-Ids: 9fbb473415dfbc11344c1b4791b49720f98ea865
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-16-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.5-2.pgdg+4
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 278
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.38), libgdal36 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-16-ogr-fdw_1.1.5-2.pgdg+4_arm64.deb
Size: 92188
SHA256: a6b133936a50bdcb14fba9bb4a77ce8f57b78e1eaf4947a274e973c7dffc8871
SHA1: c27679a183c035dc744fac3791221572b7c943e2
MD5sum: b0a70bea4d7a1675e2fd7a7664fb38bb
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-16-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.5-2.pgdg+4
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 191
Depends: postgresql-16-ogr-fdw (= 1.1.5-2.pgdg+4)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-16-ogr-fdw-dbgsym_1.1.5-2.pgdg+4_arm64.deb
Size: 137312
SHA256: 589e9bb96a895c9ee7e2c9cc499449daea2a0920b3782d555ce20a08af7e04d7
SHA1: b058af8b10e6fd0a605f426f5d0a01617d44de02
MD5sum: b444fdda10c4d1a4e5688abbd2d3e42d
Description: debug symbols for postgresql-16-ogr-fdw
Build-Ids: 7d89bb65a84e29ef6dd3665e9433d49729bc061c f0ed02e0f0500dc3dbea236d6d86c6f5667904a0
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-16-orafce
Source: orafce
Version: 4.14.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1239
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-16-orafce_4.14.1-1.pgdg+1_arm64.deb
Size: 369692
SHA256: a01453d6eef1ba687a508e951fb3b0c5729427c323fc67041ce492e0d1e594ba
SHA1: f41d698fc540ac961fc4e90bae10e79fca3e914e
MD5sum: 471f3fba62f67e82b895332aaa37ecab
Description: Oracle support functions for PostgreSQL 16
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-16-orafce-dbgsym
Source: orafce
Version: 4.14.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 362
Depends: postgresql-16-orafce (= 4.14.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-16-orafce-dbgsym_4.14.1-1.pgdg+1_arm64.deb
Size: 311544
SHA256: 85d5edb5d508649b0df6f23cd55cba67b168fec4fae7d3437185d867280da814
SHA1: 1a450204c455f119f86aaa1b05393dff2c630c91
MD5sum: 954c6e08b3ccd3d9574f5631de2ca3a9
Description: debug symbols for postgresql-16-orafce
Build-Ids: 7ce285e76e3bc465ef5b7be41823ffd6a9c822a6
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-16-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 174
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), postgresql-16-pgaudit, libc6 (>= 2.34)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile_1.6.4-1.pgdg+1_arm64.deb
Size: 41560
SHA256: 2fe56ab35fdafef64f21bde48097a8044c8318f2d3532f175231eba19154b9d0
SHA1: f4f9dbdd568f1c976e4ecab598b6a7cbe5a8f7d3
MD5sum: 54124ec20fce27fe634f6d78367e2a24
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-16-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-16-pgauditlogtofile (= 1.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile-dbgsym_1.6.4-1.pgdg+1_arm64.deb
Size: 34208
SHA256: 8be13502be4104a2b8b2b594051b4b61bcc53003c8d1eee153d1314f188d21bc
SHA1: b9c48439821e37f6a1fd04ddce08191efaaabc2c
MD5sum: b335df528019da51975d075eb4ae379d
Description: debug symbols for postgresql-16-pgauditlogtofile
Build-Ids: b50cb0e31c4ba8da7389e460cfd5c740d9a81faf
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-16-plpgsql-check
Source: plpgsql-check
Version: 2.7.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 747
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check_2.7.13-1.pgdg+1_arm64.deb
Size: 300560
SHA256: 3c559c647ab67109ada0c8f98d47134a3828bc310237f6468df07e017b048fae
SHA1: 6bcfa5a4690bc3a08c7507bc45864253d0074bac
MD5sum: 0c07e20dbee62633026f1c6f40e98b53
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-16-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 372
Depends: postgresql-16-plpgsql-check (= 2.7.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check-dbgsym_2.7.13-1.pgdg+1_arm64.deb
Size: 336884
SHA256: b93a763a0ce7c46259f0d77c92894cb4d100aae6a5b3e42fe4cfc91a99abf209
SHA1: 03e073279698c8f9bec01f1721aa9f251420d44e
MD5sum: 28d3ff5e481ed7a91b41844e27eadb22
Description: debug symbols for postgresql-16-plpgsql-check
Build-Ids: 22c31e57bcf3d4872684d3ac2b24619698105f00
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-16-postgis-3
Source: postgis
Version: 3.5.1+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10241
Depends: postgresql-16, postgresql-16-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal36 (>= 3.7.0), libgeos-c1t64 (>= 3.13.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 1.5.0), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-16-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3_3.5.1+dfsg-1.pgdg+2_arm64.deb
Size: 3518088
SHA256: 756c255e99a83e60373fe34745e75c3f5d0b274d6118a0acf293e92256fbe54f
SHA1: 1bf7883d494967217edc0e66e30dd9307d2aa744
MD5sum: a89ab625bca371bff1b97dd3295e1c47
Description: Geographic objects support for PostgreSQL 16
 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".
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-16-postgis-3-dbgsym
Source: postgis
Version: 3.5.1+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4804
Depends: postgresql-16-postgis-3 (= 3.5.1+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-16-postgis-3-dbgsym_3.5.1+dfsg-1.pgdg+2_arm64.deb
Size: 4244396
SHA256: 1fb3646fd50a82b1aa07d0263c81afc706adc3d85c5b8a991458806b88eb62bc
SHA1: 6df5ba2d66eb9269aac7bc9963d331bd5fd7baf6
MD5sum: 3eac3154ce412cb2a2776324891d2434
Description: debug symbols for postgresql-16-postgis-3
Build-Ids: 0f133d91e1368bafe3d8e3309d4ae0192762f51e 28ba2312659883c552aeea1e358aac6dc2f1fe4a 72f71ee4cbef9f365937b31527c8bf8cf8e32eb9 ca1233be873f3cd781607e64fd473fd4bf841aac f4edc3b39edd964bee209c806b5d5f9fb83af985
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-16-postgis-3-scripts
Source: postgis
Version: 3.5.1+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38517
Recommends: postgresql-16-postgis-3
Provides: postgresql-16-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3-scripts_3.5.1+dfsg-1.pgdg+2_all.deb
Size: 1276260
SHA256: a95520ceebf4c0be93bad82170b062aef3c7ea117ede491eacb0b2e77439adbb
SHA1: cb17e2ca323d55a77635d7f14858edc7172780c1
MD5sum: 40071032aa1552f70e5a68663c98311b
Description: Geographic objects support for PostgreSQL 16 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 16 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-16-repack
Source: pg-repack
Version: 1.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 309
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-16-repack_1.5.2-1.pgdg+1_arm64.deb
Size: 103184
SHA256: 5c2930358c38ec5227dd4d3fd817868a34457588b1fe1e042d5d0a53bff68016
SHA1: 47927a50cb3ec0870aea2863b2edc75c1f4bcfe0
MD5sum: f93a0bf084d5256a9ac0b65c4595de0c
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 16.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-16-repack-dbgsym
Source: pg-repack
Version: 1.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 259
Depends: postgresql-16-repack (= 1.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-16-repack-dbgsym_1.5.2-1.pgdg+1_arm64.deb
Size: 123856
SHA256: e48b4c3a05f41521dd3528b6ae92c2382b23232241944888a348f82f7fa0c466
SHA1: c16ff513fed02b817bd7a87453e84cc182c17efa
MD5sum: 3933652083db75453b4462bcf889a966
Description: debug symbols for postgresql-16-repack
Build-Ids: 279800cf5d475e56bd4ef93b1438e33913be5e94 70252e1e15925be62c111c7e241d8e092e36aad3
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-16-tdigest
Source: tdigest
Version: 1.4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-16-tdigest_1.4.3-1.pgdg+1_arm64.deb
Size: 63372
SHA256: d59e3580ae2ae49117bb2e1b7a3c89e2b8fca175c4a6855c1278df0df1271995
SHA1: e6dfe3c18628225cb7c8735e52739cb4e6e37c0d
MD5sum: 123d12cb187be8f5a02ef35fc0e6aab9
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-16-tdigest-dbgsym
Source: tdigest
Version: 1.4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-16-tdigest (= 1.4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-16-tdigest-dbgsym_1.4.3-1.pgdg+1_arm64.deb
Size: 52228
SHA256: 8f0eaae34887db84378529248f1a30e63e1db34cc2da3510eb4e22ca7c4a048c
SHA1: aec84beef502a5dcee14828159db1c153569499e
MD5sum: 16f9a24ce85b55c14278e1745ad620af
Description: debug symbols for postgresql-16-tdigest
Build-Ids: bd4ab57b0e96cf3bf29df1121806c9491b8b8000
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-17-cron
Source: pg-cron
Version: 1.6.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 226
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-17-cron_1.6.5-1.pgdg+1_arm64.deb
Size: 91652
SHA256: 13b1a6d7af268d2f8bdf134ef8d84506901b129b4221d431165c25b0061f2ff3
SHA1: 70c3f98bff914f48827885e3bef01761ebafc873
MD5sum: b78759c2cc48f908d34508535e9c543b
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-17-cron-dbgsym
Source: pg-cron
Version: 1.6.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-17-cron (= 1.6.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-17-cron-dbgsym_1.6.5-1.pgdg+1_arm64.deb
Size: 124032
SHA256: 98136df0ba1d8b5d251b816dd760a45bcf3c399ab650d1364b7562bb6e972f18
SHA1: 20e22dc7cb5832e3db926e76b4c7e3ada3dbf1c0
MD5sum: 17d1ab4d4ce437dbd3ae8c3f321ba109
Description: debug symbols for postgresql-17-cron
Build-Ids: 3009d186a60d1be2f6b0cc3d33d97c969b1cf045
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-17-decoderbufs
Source: postgres-decoderbufs
Version: 3.0.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-17-decoderbufs_3.0.6-1.pgdg+1_arm64.deb
Size: 40232
SHA256: e862ca3b3cb29cbe6d9961cf89b34575d772d7776efc89fda41d21d5dc6e3bd7
SHA1: 43b86aee3a87b26591fbf1b1e288cd5a77d01197
MD5sum: 8f7d8ffdc378f8ea57c491dc1b2e4b76
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-17-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.0.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-17-decoderbufs (= 3.0.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-17-decoderbufs-dbgsym_3.0.6-1.pgdg+1_arm64.deb
Size: 57300
SHA256: f5b41acc56ecb9d0dfff12edcc9aac86c58b5086affd4f12e8feb7f3fc3c653c
SHA1: 04cf92b2380bff184c1f9916dec040e8f8df877f
MD5sum: ea95262ecc5d5f55b4b9dd5d57ec5623
Description: debug symbols for postgresql-17-decoderbufs
Build-Ids: 7a5c806a9679e2485556320cd5e4c183e4064c2a
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-17-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.5-2.pgdg+4
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 278
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.38), libgdal36 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-17-ogr-fdw_1.1.5-2.pgdg+4_arm64.deb
Size: 92072
SHA256: 5128b4837096b8f586efa810d2d2c0eb3f3b659517ed51207c60cc1cca4ca815
SHA1: cc345d23f5dcf66a485ac0f44a1a80f65100becc
MD5sum: 646c03d9dc8afd8480c54c59b25400d7
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-17-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.5-2.pgdg+4
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 192
Depends: postgresql-17-ogr-fdw (= 1.1.5-2.pgdg+4)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-17-ogr-fdw-dbgsym_1.1.5-2.pgdg+4_arm64.deb
Size: 138464
SHA256: 0275f7ce255aae3eb53e98566efddad7dc76a58211778d20408e84fcdd5fb6b4
SHA1: a0deacf89becc6c375e63e07f6430206fd5a5a43
MD5sum: 270a6343363532df4a611431e820634e
Description: debug symbols for postgresql-17-ogr-fdw
Build-Ids: 25cef76b383da86117d6a4f9d6e3a2bbc6335684 be4427b95757ecae8e91f15c7b00c79f5445bd01
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-17-orafce-dbgsym
Source: orafce
Version: 4.14.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 367
Depends: postgresql-17-orafce (= 4.14.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-17-orafce-dbgsym_4.14.1-1.pgdg+1_arm64.deb
Size: 316472
SHA256: 32563c9ac52e2ca92dfdb0f5e21714e8ff0c4f43749a0dc667c48f5eaf2d9cc3
SHA1: 07feb2cd1a24cee379fa87f151371fc8c7fd0208
MD5sum: a377f52db2e76b6ae37d52fc109125ed
Description: debug symbols for postgresql-17-orafce
Build-Ids: 42a0e738dd535dee469960a033dedbcb4b23e474
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-17-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 174
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), postgresql-17-pgaudit, libc6 (>= 2.34)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-17-pgauditlogtofile_1.6.4-1.pgdg+1_arm64.deb
Size: 41584
SHA256: 026d9a963fe35077a10169c2b8f3c918c92ba1f2301f64fb6aabf95cc59087de
SHA1: 2024c6a468544877c2c8e7173f0fc28b06ff5fdd
MD5sum: 5792fd2ac6c19df6e58cc0c81415f055
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-17-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-17-pgauditlogtofile (= 1.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-17-pgauditlogtofile-dbgsym_1.6.4-1.pgdg+1_arm64.deb
Size: 34452
SHA256: c6c15d02b5d3ce2a65f2c604661909ec97a6b05da234730823be47a2c90a61c6
SHA1: 210fcf79e43babd0079da65e963ed18c004f6b2d
MD5sum: f9ecc881057683b109411f952bd72090
Description: debug symbols for postgresql-17-pgauditlogtofile
Build-Ids: aea66ea7dd24a9b01ac58a949eb36ea2add40d2b
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-17-plpgsql-check
Source: plpgsql-check
Version: 2.7.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 746
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check_2.7.13-1.pgdg+1_arm64.deb
Size: 300892
SHA256: ad9a8a74eb4285fd7a1445c2507186002b4c0451b01e9f5f3e413e3327e3d73e
SHA1: 7adf78cbffb9190057483c2649dbf86bb2c6c82b
MD5sum: 27a69b24af700c5b9e27f7f8189b44bd
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-17-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 390
Depends: postgresql-17-plpgsql-check (= 2.7.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check-dbgsym_2.7.13-1.pgdg+1_arm64.deb
Size: 354848
SHA256: b667c7664b76120ca7270ac45ef63e7f4fbe2c91831395af2518a7d4e07344c4
SHA1: 95b70ebfa508a5a7d12cfd659b74a8f91abea122
MD5sum: 0cde6ce6ccc2488f1e3f4196c463f913
Description: debug symbols for postgresql-17-plpgsql-check
Build-Ids: 88c330b9077b0449c3fedf7fce82e26fd1bea172
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-17-postgis-3
Source: postgis
Version: 3.5.1+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10340
Depends: postgresql-17, postgresql-17-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal36 (>= 3.7.0), libgeos-c1t64 (>= 3.13.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 1.5.0), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-17-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-17-postgis-3_3.5.1+dfsg-1.pgdg+2_arm64.deb
Size: 3538564
SHA256: c617cc496576f550f262af3f853be562036368634c89fbe3d33f4cbe509fdbc4
SHA1: c3508c4575eff28a3bfb8d81e3eaa2d9ca1b1116
MD5sum: 1a7b11c44fb93ce0f85585188fcecfe6
Description: Geographic objects support for PostgreSQL 17
 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".
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-17-postgis-3-dbgsym
Source: postgis
Version: 3.5.1+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4804
Depends: postgresql-17-postgis-3 (= 3.5.1+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-17-postgis-3-dbgsym_3.5.1+dfsg-1.pgdg+2_arm64.deb
Size: 4245160
SHA256: 32c281b413b720647b6fc5900c12a46ea879dc776d3b06f21b8444c32af6abd3
SHA1: 4adecf0e2c0d8e6bd52b5365e25c4313ac29636a
MD5sum: a7b6df713c2256ea610e7ea759579830
Description: debug symbols for postgresql-17-postgis-3
Build-Ids: 4a59db32968b44eb30daf57b11102421be77f8fc 8eb2640ad7f387f849da0cae2729b20ab8c0b5cf 984e5cc289d3e8e7e2178fe81a0edbdabb7de284 f9e4295c31e2e8b2de9563a75c58319777093daa fe63d2d74d48c5b16673cf62d911a286d8026fd9
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-17-postgis-3-scripts
Source: postgis
Version: 3.5.1+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38517
Recommends: postgresql-17-postgis-3
Provides: postgresql-17-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-17-postgis-3-scripts_3.5.1+dfsg-1.pgdg+2_all.deb
Size: 1276488
SHA256: a041be4cd4d21bcebd0726b19e87547fa899927aecaa3fe2c5f0ad22b1a9df48
SHA1: 68cdce6b03a6619eee35715693166d486e1ab1e2
MD5sum: 31c9b5b9245961e891fceca63bac76c7
Description: Geographic objects support for PostgreSQL 17 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 17 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-17-repack
Source: pg-repack
Version: 1.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 309
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-17-repack_1.5.2-1.pgdg+1_arm64.deb
Size: 103032
SHA256: 7fffe0391e643104450ab5c1023d0e102f7e1298d0d45c0f7095a8ea27e9d71e
SHA1: 558aa3e37b424be23d42aa65a03a409d5242d24b
MD5sum: 442f052bc652c9b7483cfbbb83139095
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 17.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-17-repack-dbgsym
Source: pg-repack
Version: 1.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: postgresql-17-repack (= 1.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-17-repack-dbgsym_1.5.2-1.pgdg+1_arm64.deb
Size: 127080
SHA256: 158f3955113597772f9d72f95f5be45b2dede9a055c8e6c147ff4307a651f10d
SHA1: 6af3d00d1582831ab6d66dd509b346b901e84d33
MD5sum: 7d43332f2bd9eeddca0b244f3d2aaa90
Description: debug symbols for postgresql-17-repack
Build-Ids: 37f072ebead9ad664a93579d9351b5a4b5655f63 8167fb7e4f840bf576353385b7dc44db86248b63
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-17-tdigest
Source: tdigest
Version: 1.4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-17-tdigest_1.4.3-1.pgdg+1_arm64.deb
Size: 63384
SHA256: 74bb70ae490a7125e7f9cd010feb2a7036899e1b27aff7c7f2d164110690bf7d
SHA1: cd3d5f48e32d39a157d45a1f7c234ab0472588da
MD5sum: aa16a5cdfddb52f2d58957e363cb6607
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-17-tdigest-dbgsym
Source: tdigest
Version: 1.4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-17-tdigest (= 1.4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-17-tdigest-dbgsym_1.4.3-1.pgdg+1_arm64.deb
Size: 52460
SHA256: 7882e134a7ba4bb1bb5ee2aafd9ee084cd23832673689fbc0cfe2417f31a68b5
SHA1: 4ef4214899e9eadbf981c1ceaed8c44d4bcee9e5
MD5sum: b5cab024ef1b0b883c816535ce1fa118
Description: debug symbols for postgresql-17-tdigest
Build-Ids: a4ec2db6a2c552c077a769e67a4edc0df2abee91
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-postgis
Source: postgis
Version: 3.5.1+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 66
Depends: postgresql-postgis-scripts, postgresql-17-postgis-3
Homepage: https://postgis.net/
Priority: optional
Section: metapackages
Filename: pool/main/p/postgis/postgresql-postgis_3.5.1+dfsg-1.pgdg+2_arm64.deb
Size: 21144
SHA256: 1c8067424e0fbe56a559489a8051a8c7c949bb6a35cb662d1c74ec654ff41ad3
SHA1: c4e04dd768f5231e24516d230738d1d8d51d136b
MD5sum: cea8b4d2d04299133549f2591a2826e1
Description: Geographic objects support for PostgreSQL -- Metapackage
 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 metapackage depends on the PostGIS package for PostgreSQL 17.
Timestamp: 2025-01-01 21:36:55+00

Package: postgresql-postgis-scripts
Source: postgis
Version: 3.5.1+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 66
Depends: postgresql-17-postgis-3-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-postgis-scripts_3.5.1+dfsg-1.pgdg+2_all.deb
Size: 21184
SHA256: 6bdc9a84153108bdf7922f322f226cd75e2248516dd1323a8e418df72caee4bd
SHA1: f70c852f291f608f6daf27188308f7fcaa423ff4
MD5sum: 7c9576129c74130e4e1cd5ebaff724f7
Description: Geographic objects support for PostgreSQL -- SQL scripts metapackage
 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 metapackage depends on the PostGIS scripts package for
 PostgreSQL 17.
Timestamp: 2025-01-01 21:36:55+00

Package: python3-pglast
Source: pglast
Version: 7.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2008
Depends: python3 (<< 3.14), python3 (>= 3.12~), python3-pkg-resources, python3:any, libc6 (>= 2.17), libpg-query1706.0
Suggests: python-pglast-doc
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: python
Filename: pool/main/p/pglast/python3-pglast_7.2-1.pgdg+1_arm64.deb
Size: 392644
SHA256: f33024064dde6a89b35ab27c8348f8569ea2e6207032134126beee360ef317df
SHA1: 20ffe086b0859576a5be2a411a14d35de6c7c024
MD5sum: 31eb7f78ec7c330023ce21249c1f2122
Description: PostgreSQL Languages AST and statements prettifier (Python 3)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This package installs the library for Python 3.
Timestamp: 2025-01-01 21:36:55+00

Package: python3-pglast-dbgsym
Source: pglast
Version: 7.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3419
Depends: python3-pglast (= 7.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglast/python3-pglast-dbgsym_7.2-1.pgdg+1_arm64.deb
Size: 3373588
SHA256: 3c0b8a7142edb12e47954d21cad8dd7e983d098abc8356668071c875e14a6abc
SHA1: 42d47284f7b783e0a21a69a5b0dbf883646d83cc
MD5sum: 30eb60d6a16c764fc6dcede8514ad9af
Description: debug symbols for python3-pglast
Build-Ids: 9b7cfde01f05bf4490e07f0220196b2aaa9b0799 dc1995dbe7e5910d33d65d98a49b9d62c8614f76
Timestamp: 2025-01-01 21:36:55+00

Package: python-pglast-doc
Source: pglast
Version: 7.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4059
Depends: libjs-sphinxdoc (>= 8.1)
Multi-Arch: foreign
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: doc
Filename: pool/main/p/pglast/python-pglast-doc_7.2-1.pgdg+1_all.deb
Size: 293336
SHA256: 453beda947c21ecbac9289181bac216cb800ba7f7413ff0e4a6f093f30cc0e53
SHA1: d672dc0d558b913b7c8b85a096887856e49fccb6
MD5sum: 7c532663466797f357edcf255a06f92a
Description: PostgreSQL Languages AST and statements prettifier (common documentation)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This is the common documentation package.
Timestamp: 2025-01-01 21:36:55+00

Package: libpostgresql-jdbc-java
Source: libpgjava
Version: 42.7.3-2.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 1080
Provides: libpg-java, libpgjava
Built-Using: libscram-java (= 2.1-1.pgdg+1)
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: java
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java_42.7.3-2.pgdg+1_all.deb
Size: 996648
SHA256: 74467d5c5fc72bb336213ef86cfb84e1187efb6e6e33af8843f7d2ba72f23cd4
SHA1: 16679f10ee831c1c17a51aa85192889c9b842ad5
MD5sum: 784e20cecbfc7f7b95b7910d8915d3ca
Description: Java database (JDBC) driver for PostgreSQL
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
Timestamp: 2025-01-08 21:54:27+00

Package: postgresql-10-repmgr
Source: repmgr
Version: 5.5.0+debpgdg-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1096
Depends: postgresql-10, repmgr-common (>= 5.5.0+debpgdg-1.pgdg+1), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-10-repmgr_5.5.0+debpgdg-1.pgdg+1_arm64.deb
Size: 208460
SHA256: c66075a75c353c95844646b40bf42d2821f87b82a8aba71505ff7f2f8764a44b
SHA1: f2f589369483c51810fa3ecf88dc1508464e1d85
MD5sum: 9be46e2098bc74cc0f9c2dd5e96092c8
Description: replication manager for PostgreSQL 10
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 10.
Timestamp: 2025-01-02 15:55:43+00

Package: postgresql-10-repmgr-dbgsym
Source: repmgr
Version: 5.5.0+debpgdg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1427
Depends: postgresql-10-repmgr (= 5.5.0+debpgdg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-10-repmgr-dbgsym_5.5.0+debpgdg-1.pgdg+1_arm64.deb
Size: 604652
SHA256: 6110df26bb2ffd9b151ecf5ff0fdf0a3f5a46c631f9da67b14ed9e5398f5985f
SHA1: d9a8ba9f34eadaa4bdb8fecf5ef0f030f5835d65
MD5sum: 8b99e4be48154e63fe1d68b6210949fe
Description: debug symbols for postgresql-10-repmgr
Build-Ids: 025ff9dd056d7f1746a8ee6b9c8434d3b4cc70c7 0b9991b6a0ab9158dd0e61a05113b669b0bd03a9 6cd6cfb2af4383829d3792009ec87fba5f76362b
Timestamp: 2025-01-02 15:55:43+00

Package: postgresql-11-repmgr
Source: repmgr
Version: 5.5.0+debpgdg-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1096
Depends: postgresql-11, repmgr-common (>= 5.5.0+debpgdg-1.pgdg+1), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-11-repmgr_5.5.0+debpgdg-1.pgdg+1_arm64.deb
Size: 207868
SHA256: 264df529474e7f441dc9caa3935811349a2c5b529fb8404ad2732f89d1ac4a9b
SHA1: 34663bde2441931ab483237dab35faa485f3bf38
MD5sum: c7a53821a3851e987abe26e48d03b3ec
Description: replication manager for PostgreSQL 11
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 11.
Timestamp: 2025-01-02 15:55:43+00

Package: postgresql-11-repmgr-dbgsym
Source: repmgr
Version: 5.5.0+debpgdg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1415
Depends: postgresql-11-repmgr (= 5.5.0+debpgdg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-11-repmgr-dbgsym_5.5.0+debpgdg-1.pgdg+1_arm64.deb
Size: 602408
SHA256: 50cfd0dd06d8ebc56bd9be40723afb2b1e99c45ae048afa0f66aaea1407743ce
SHA1: 6b4b75f0e36a6f0505851c1d432e399637423798
MD5sum: 78308e69c714f6e4543bccb0e63d703a
Description: debug symbols for postgresql-11-repmgr
Build-Ids: 26918740d03d1cb0d25c41574383439e183d1139 27792b17019058b8372b8cf37c6bf06ec91fef90 4fd49207a20b0c8b2eed385ad1f452aa889b1f07
Timestamp: 2025-01-02 15:55:43+00

Package: postgresql-12-repmgr
Source: repmgr
Version: 5.5.0+debpgdg-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1120
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), repmgr-common (>= 5.5.0+debpgdg-1.pgdg+1), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-12-repmgr_5.5.0+debpgdg-1.pgdg+1_arm64.deb
Size: 226060
SHA256: 36d707366642e80e80e2059ecb214d5f7baa4f4cb4e6b85dfd1b0b12ad8b9459
SHA1: ca3d1ed5490d0a253b290dad3eb8017cdac0ad9a
MD5sum: 2cf036244d9e4f122eb35fce16fae331
Description: replication manager for PostgreSQL 12
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 12.
Timestamp: 2025-01-02 15:55:43+00

Package: postgresql-12-repmgr-dbgsym
Source: repmgr
Version: 5.5.0+debpgdg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1451
Depends: postgresql-12-repmgr (= 5.5.0+debpgdg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-12-repmgr-dbgsym_5.5.0+debpgdg-1.pgdg+1_arm64.deb
Size: 604408
SHA256: 3b19023077f5b3754f410dc1cdb9026bb967ba31f1b57c8ebcfcc1aa5377e44c
SHA1: 1d25af8426c2643640aaf7517c0806ed776cc607
MD5sum: d74b8d78318a112d6de17572efe1757c
Description: debug symbols for postgresql-12-repmgr
Build-Ids: 277490c97f45d6a5558d27d6ddc79e9852271378 3ec0862da2101bae198b7d5e1c03f6e4d4e5ede0 dd831eea1dddedcbcc246d586d2bcedd953d9a33
Timestamp: 2025-01-02 15:55:43+00

Package: postgresql-13-repmgr
Source: repmgr
Version: 5.5.0+debpgdg-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1120
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), repmgr-common (>= 5.5.0+debpgdg-1.pgdg+1), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-13-repmgr_5.5.0+debpgdg-1.pgdg+1_arm64.deb
Size: 225992
SHA256: a20da2f8342791385c16b512f427776a446dc53ded64ff8f94e22a87ccdf4076
SHA1: 6aa700f78f928832ab0fb389c3dd919cdaf10f71
MD5sum: 7df4b29b8dbe7e0c3ee62cc8fb77aa57
Description: replication manager for PostgreSQL 13
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 13.
Timestamp: 2025-01-02 15:55:43+00

Package: postgresql-13-repmgr-dbgsym
Source: repmgr
Version: 5.5.0+debpgdg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1452
Depends: postgresql-13-repmgr (= 5.5.0+debpgdg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-13-repmgr-dbgsym_5.5.0+debpgdg-1.pgdg+1_arm64.deb
Size: 605204
SHA256: 287f00d9f813b3e02efff682300c7af2df48837fd25784536e58f219495e6aca
SHA1: 0c54f31c08c937a30e23f2193b925e3b4e0fb732
MD5sum: a3b088d5a99d289b46830856ce2e5258
Description: debug symbols for postgresql-13-repmgr
Build-Ids: 391a6fe5f3a1d2fe1a68ac8533b6cef4a4f5cfcb ab9c9de7266b841f2275c95e2518bae5ba087c67 d5dba0bcfb1462c771b6a8ca24075c718d59951d
Timestamp: 2025-01-02 15:55:43+00

Package: postgresql-14-repmgr
Source: repmgr
Version: 5.5.0+debpgdg-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1121
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), repmgr-common (>= 5.5.0+debpgdg-1.pgdg+1), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-14-repmgr_5.5.0+debpgdg-1.pgdg+1_arm64.deb
Size: 226296
SHA256: 4c215a00d16b3ab354798fbfbe19812480f79e0f13a4fa16a16e405240694852
SHA1: e380bd0503b8472214885c04aa46aaaecc381d78
MD5sum: 4e0f83c69a2b4e5ce1b11ed417afb452
Description: replication manager for PostgreSQL 14
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 14.
Timestamp: 2025-01-02 15:55:43+00

Package: postgresql-14-repmgr-dbgsym
Source: repmgr
Version: 5.5.0+debpgdg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1453
Depends: postgresql-14-repmgr (= 5.5.0+debpgdg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-14-repmgr-dbgsym_5.5.0+debpgdg-1.pgdg+1_arm64.deb
Size: 604872
SHA256: 03eb4d5e5278a529efa1e046fcb7d2f1ae2d17fa2f1b17b420e813ecf52afd35
SHA1: 981a0bf332f1002e4c3cae74ccd1419e07694209
MD5sum: 75411fc2c8df9803aa6e007658f34b76
Description: debug symbols for postgresql-14-repmgr
Build-Ids: 44944a2de07cdda0d71a6d992faed7126b92f05f 59089d12b56ec7f7d6dd13385411e2336038f078 b119b0aed993862d21791a9ecc3c138a4a7f18c1
Timestamp: 2025-01-02 15:55:43+00

Package: postgresql-15-repmgr
Source: repmgr
Version: 5.5.0+debpgdg-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1121
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), repmgr-common (>= 5.5.0+debpgdg-1.pgdg+1), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-15-repmgr_5.5.0+debpgdg-1.pgdg+1_arm64.deb
Size: 226836
SHA256: dab2b3ac54fd9425d24217a9c1d641e7ed1bbba0b152fde94c59e9a6e1aa66b7
SHA1: bf3c6d2fdd821ae8a4c9761d16e24e06e5b4ff10
MD5sum: 6bcca95d43250468ca68c31204ea80e6
Description: replication manager for PostgreSQL 15
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 15.
Timestamp: 2025-01-02 15:55:43+00

Package: postgresql-15-repmgr-dbgsym
Source: repmgr
Version: 5.5.0+debpgdg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1456
Depends: postgresql-15-repmgr (= 5.5.0+debpgdg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-15-repmgr-dbgsym_5.5.0+debpgdg-1.pgdg+1_arm64.deb
Size: 605420
SHA256: 5621c8d21c119130e84deeea123cf05afbfd5790bc5557c02a97d15ecd9a382c
SHA1: e5e3002d1ff4d0b40f0b0a6c0f236bbd9cddd2c9
MD5sum: deb2a228e97cdea7d20819c92ca16d1d
Description: debug symbols for postgresql-15-repmgr
Build-Ids: 1cde7d6d199f960e80d60a9288ede4b89bd8ab9e 3120a7b2b862891b6e83d10eaa169b92229afc16 9b6b144fa42c96a3429eb25244cfc3d3e95be78f
Timestamp: 2025-01-02 15:55:43+00

Package: postgresql-16-repmgr
Source: repmgr
Version: 5.5.0+debpgdg-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1185
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), repmgr-common (>= 5.5.0+debpgdg-1.pgdg+1), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-16-repmgr_5.5.0+debpgdg-1.pgdg+1_arm64.deb
Size: 228152
SHA256: 29b69010cec87f1be595dcf95f25425e05b017cb493f109bfea58ddd82f0403f
SHA1: 3daadf80058ba7d85dc2a5a16574207357066072
MD5sum: 576c468eb4397c6f35393b9b49bc4b19
Description: replication manager for PostgreSQL 16
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 16.
Timestamp: 2025-01-02 15:55:43+00

Package: postgresql-16-repmgr-dbgsym
Source: repmgr
Version: 5.5.0+debpgdg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1498
Depends: postgresql-16-repmgr (= 5.5.0+debpgdg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-16-repmgr-dbgsym_5.5.0+debpgdg-1.pgdg+1_arm64.deb
Size: 618344
SHA256: 3abd36d96d818dd93877d1188371ae86fdccbe79adb754778d42189831bf4e4e
SHA1: b9cb18f68b727216ef5c5715e699c54a3e965cac
MD5sum: bd33ddc332ee23c3eb4d4fac57537271
Description: debug symbols for postgresql-16-repmgr
Build-Ids: 46b7601a624b327c2254c5054587b8fa596a4ef1 50e7093bc926a2539da8389013a8953f0ec82eff b471a3b28fe033573d0dd421920fd485cd7b57f3
Timestamp: 2025-01-02 15:55:43+00

Package: postgresql-17-repmgr
Source: repmgr
Version: 5.5.0+debpgdg-1.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1185
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), repmgr-common (>= 5.5.0+debpgdg-1.pgdg+1), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-17-repmgr_5.5.0+debpgdg-1.pgdg+1_arm64.deb
Size: 230268
SHA256: 1a0d024cc3ecae0279c7ee5fd791ba01d90c81aed9f331c233fa0555df76475a
SHA1: b982dc7e8fad040fcbc1e87d04fde79bcf141e73
MD5sum: 1400692f3f1ad301fbfac56afebe8e57
Description: replication manager for PostgreSQL 17
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 17.
Timestamp: 2025-01-02 15:55:43+00

Package: postgresql-17-repmgr-dbgsym
Source: repmgr
Version: 5.5.0+debpgdg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1520
Depends: postgresql-17-repmgr (= 5.5.0+debpgdg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-17-repmgr-dbgsym_5.5.0+debpgdg-1.pgdg+1_arm64.deb
Size: 618952
SHA256: 6820c21a9ae9ee7138c6cfeba35bd54b2d821d4cc6293824fcb7a73e0b7c2ba1
SHA1: f7c2d31aad5a8021e3cea95eb81a173ffbea3736
MD5sum: aafa1a34307745b8763639b81771acc8
Description: debug symbols for postgresql-17-repmgr
Build-Ids: 6e8574e409e6bb9402faaebf538677b58e536ff3 8f583f1b1756ed687935760eb3731a142ae1673f ffc9dd3f58ad915bb6df34a3bfd93275ffe4d3c0
Timestamp: 2025-01-02 15:55:43+00

Package: repmgr
Version: 5.5.0+debpgdg-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 20
Depends: postgresql-17-repmgr | postgresql-16-repmgr | postgresql-15-repmgr | postgresql-14-repmgr | postgresql-13-repmgr | postgresql-12-repmgr | postgresql-11-repmgr | postgresql-10-repmgr
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/repmgr_5.5.0+debpgdg-1.pgdg+1_all.deb
Size: 13692
SHA256: 3aa6fd12e5d7eaa59da4c6e5fa161413a72498b1d462f14a5fea96d7e00b518b
SHA1: c0ccdef89ae8220836b77ffae16a07a18212e5da
MD5sum: 2f0c9a5a4c6090463e143a12fe300376
Description: replication manager for PostgreSQL (metapackage)
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This is a metapackage that depends on the version specific packages.
Timestamp: 2025-01-02 15:55:43+00

Package: repmgr-common
Source: repmgr
Version: 5.5.0+debpgdg-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 309
Depends: postgresql-common, lsb-base
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/repmgr-common_5.5.0+debpgdg-1.pgdg+1_all.deb
Size: 197584
SHA256: 0edf11f314a5edd0ac608193b9e301f702f312ad3196b713fd490d74c8333970
SHA1: 0297472ba69d2de383955c21ffc1fb8104bbfa17
MD5sum: c1a98d5ca0bdcd60628cdea35d2f8b14
Description: replication manager for PostgreSQL common files
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr files common to all versions.
Timestamp: 2025-01-02 15:55:43+00

Package: librdkit1t64
Source: rdkit
Version: 202409.2-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 23748
Depends: libboost-iostreams1.83.0 (>= 1.83.0), libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py313, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.38), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.2), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 3.3), libinchi1.07 (>= 1.07.1+dfsg), libmaeparser1 (>= 1.3.1), libstdc++6 (>= 14)
Breaks: librdkit1 (<< 202409.2-2.pgdg+1)
Replaces: librdkit1
Provides: librdkit1 (= 202409.2-2.pgdg+1)
Homepage: http://www.rdkit.org
Priority: optional
Section: libs
Filename: pool/main/r/rdkit/librdkit1t64_202409.2-2.pgdg+1_arm64.deb
Size: 4672156
SHA256: 0cc840420308824bd224787687cb439b5a85491540f86a3d4f0d506d3db20d43
SHA1: 7ec9018951b0dd6dbf255dfef86a848efd051786
MD5sum: a7d1d8fd1fb1420a51688c2b267b997e
Description: Collection of cheminformatics and machine-learning software (shared libraries)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the shared libraries.
Timestamp: 2025-01-08 21:54:27+00

Package: librdkit1t64-dbgsym
Source: rdkit
Version: 202409.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 114271
Depends: librdkit1t64 (= 202409.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/librdkit1t64-dbgsym_202409.2-2.pgdg+1_arm64.deb
Size: 111447976
SHA256: ddc3350dc9f8b00d14d1c187a9b8d5d6ab21b5149399e36ebbe46121c97abcf1
SHA1: 7b02aac27ada653774442bd65216c70be63bde31
MD5sum: d044d2e09db359bdcf44b38d83f8b801
Description: debug symbols for librdkit1t64
Build-Ids: 003ed55c6ccae3a91504f78ea17b810db0e41e46 06b03753c17f5c8868e166416b8b1738e4fdc5b2 133b154dc05c9be9dcad1f5d953318ff413c0d7a 134068ae562f89408aee3af4872af092692b47c3 1ca6e855b036cd8849d19e15bd9b19e5d0276341 1e0f7eea44a7511bb18b9bd7a3349469fafdd50b 22407d0e75bc291ad008199e737817f08ea55af7 26f5410719367018d8fc2994ea7182943be2c407 27d26235d9ed602c0644aaa44aacb6ab7449ae53 2aad4be5c91d707284558687ea7391ca5fabade4 2c5e99aedde100c5dec2c0b83de106937135b41c 34d40b9b6dc6d1fa2b8a57418a6f3581e354d5b8 35a7c1045768df5f72be4c5b5447b542d295d254 37434132ceffa022694a49d09a0993f466943a45 37fdc7fa3c8432bb55e87466c746efa46033cff7 43f1374d5afa2b423daa9f79ccc09a5bcdf88056 460fd5cbed5a19e70345a4fa3ee9fd6877da39eb 477a2cd73d3b93dbf800e722d8b8b060be8a648b 4c56a91ae5071a38b151d2fbff69e339d6fdaf75 4ca7231fe84e1ce252f21444c926beef49e164dc 4f4e952c3fd1f47c2882e3484fba817a399ea847 59342e3df9c3e2a9f3b4448b9eff906e8fdf859b 599d6957513e7ff5be114b976f075df3fe4ad334 5da78b668d76148d03d01282850f9e65dca01f4b 5ede9dc0567a366c9ec24bad8306b50a884a170a 666863d48143c3005f4047aa519b84cd1e42d577 6c314884d8afa2b31aa565c9d9c4f060f5f931bb 6db888921ce8fba9ff166709e10d9daa0376c600 713fb99d98b52fe3b49af84ed771983208b81f27 72fe3865ee2bcc85d74fda1efb2cd2a06fdea410 73812afb2e74474ca862b9fc4690b2b88b264bde 7403bacb7b78768a7cd260498b1a74a5e7d254d4 853da8aece4f6011068b0fed5830b06490f3a757 91c7e412f781a28bc0c4f020597bba50b1f9a21a 930d3342538bcb9f7938500ab508b01a9b0131d6 9522dba00e5157d3ca7ab572f493b4904480fc98 971f6dc3eb40015eda9c97f378803d8d1d41725e 9de8f9ebc60fe1e8242ac0f4e214f50dd337da66 9df9ad6c52dce224ef58a91b634cb59bbde1e98c 9f87b81b975fb809036ef0ed8c1ff6ad0bfca7ca ad2a42d7eb0d407e610f531a305b6b68f60324f0 adf6c5358edd73fd1b94d74fb1cc63292c90219b af48fb4724ba60ed71e61b1c22d7baddaffd72a5 b1e314b73d3ef99c03b2144d6b78d7bc9c26478d b726e8920bccfee89a1c70fdecbec76370182701 ba882b2fb1812aad7155e00d820ce4e9eaee0310 bff256963c101a4e95933f2165ff65f710e8dbe4 c7a24508d29882db8a392874076549a4047151a1 c80a279907ebd0bd2a1f7003a86a200196a2ff66 cab11075aa0554a618091fb2b218a0e9657d58e9 d7841f51007a5867b52a3919c7ea8cfa2d304532 dd2e1e5f80c0a1d334d3f88badfd7fa5da459b31 e0640e1f62e75b96b8ecbb286d5eec3cda4829a7 e5dec8d10f172d67bf93358cfe5b3dd17312b53a e78c894d0071e6c87c9d0688c760e4745a7194a8 e9fc08e3c73a500a3d028fbdaf7e5189a29be592 f11045da85458625f160d4747569f74d0ec44b61 f6fa654e9e16ea2cc47da357cb1289a0b74441b1 f76a83b75755e2f01973dce43b89d31d1b7ec200 fe478017aff7cb9d6a7a8ab1e739ee10784f0bc0
Timestamp: 2025-01-08 21:54:27+00

Package: librdkit-dev
Source: rdkit
Version: 202409.2-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 2574
Depends: librdkit1t64 (= 202409.2-2.pgdg+1)
Homepage: http://www.rdkit.org
Priority: optional
Section: libdevel
Filename: pool/main/r/rdkit/librdkit-dev_202409.2-2.pgdg+1_arm64.deb
Size: 456972
SHA256: 41575b7481031146f3614bfb5fe4c64ad0f5758f3cb2a34c0add1e07942839fd
SHA1: 1db2e0c7cb339e21bb43513ccd5ab6f6ac6253cd
MD5sum: 35013c7a95dba75bc95356ec164e62aa
Description: Collection of cheminformatics and machine-learning software (development files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the header files.
Timestamp: 2025-01-08 21:54:27+00

Package: postgresql-10-rdkit
Source: rdkit
Version: 202409.2-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 653
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.2), libstdc++6 (>= 13.1), postgresql-10
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-10-rdkit_202409.2-2.pgdg+1_arm64.deb
Size: 238384
SHA256: 94394aceda840c55e42d6ec9ae9a04419fad203ceb979043580fc784d9e328b6
SHA1: 86347bb8f0509a2c1d7c228aae8215dd1b52d285
MD5sum: 7cd6e89bc23d04ee18ed14a55a288272
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-01-08 21:54:27+00

Package: postgresql-10-rdkit-dbgsym
Source: rdkit
Version: 202409.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1205
Depends: postgresql-10-rdkit (= 202409.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-10-rdkit-dbgsym_202409.2-2.pgdg+1_arm64.deb
Size: 1141668
SHA256: d127a4c90a69b0975b07894bcf408748fa93437c156d47d4e60b4479a35fdb8c
SHA1: 987c5dafd182622ccab7058a1b74ba478c113bb7
MD5sum: 333ce7dc83d89690b69dc564e1100b74
Description: debug symbols for postgresql-10-rdkit
Build-Ids: 04ec5e4ddff77fa5cc08ec21c4959b645a73d7d3
Timestamp: 2025-01-08 21:54:27+00

Package: postgresql-11-rdkit
Source: rdkit
Version: 202409.2-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 653
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.2), libstdc++6 (>= 13.1), postgresql-11
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-11-rdkit_202409.2-2.pgdg+1_arm64.deb
Size: 238192
SHA256: 58bf217fa902478f6b05410c29be9fe74e2e255a7374cf471794dcd607b6aeb4
SHA1: eb94096599c7434283c531af2911479b12429ca5
MD5sum: 7f80001ff3bb4282fd82a5454ef50275
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-01-08 21:54:27+00

Package: postgresql-11-rdkit-dbgsym
Source: rdkit
Version: 202409.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1205
Depends: postgresql-11-rdkit (= 202409.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-11-rdkit-dbgsym_202409.2-2.pgdg+1_arm64.deb
Size: 1142228
SHA256: 71b30fc8dcb9e7c69dea4df1d355177beec3965b9427946621e18e70d07de9c5
SHA1: 48e846d660a5d404f643c675f24ae7ebf2afb31b
MD5sum: 4bbd09459c7d3a9c76315117c55ef885
Description: debug symbols for postgresql-11-rdkit
Build-Ids: d575a2d5f9448f90d71307e5ef537eb142fd5f7e
Timestamp: 2025-01-08 21:54:27+00

Package: postgresql-12-rdkit
Source: rdkit
Version: 202409.2-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 653
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.2), libstdc++6 (>= 13.1), postgresql-12
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-12-rdkit_202409.2-2.pgdg+1_arm64.deb
Size: 237976
SHA256: 0b7ef4d602c5ed65ebf959f6e55751619e88a96e194551e4c5d1c205bf718d1d
SHA1: d5b2666049de6274a4bb64b28209073ca59e5788
MD5sum: d515c9e342d667206dfb442f445b45ed
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-01-08 21:54:27+00

Package: postgresql-12-rdkit-dbgsym
Source: rdkit
Version: 202409.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1206
Depends: postgresql-12-rdkit (= 202409.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-12-rdkit-dbgsym_202409.2-2.pgdg+1_arm64.deb
Size: 1143252
SHA256: f6b4769e9928f0b58eee05a2e1483bf2d2a7d8ee4cd9137575afd99ae576469c
SHA1: 8986fbbaaf7edc5c870e445ca61363f9505d6142
MD5sum: 37e99a91fbaa06a0109eff91a9e4ed98
Description: debug symbols for postgresql-12-rdkit
Build-Ids: 443740a2ab750c97fd7bae8726925cbc2425eecf
Timestamp: 2025-01-08 21:54:27+00

Package: postgresql-13-rdkit
Source: rdkit
Version: 202409.2-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 653
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.2), libstdc++6 (>= 13.1), postgresql-13
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-13-rdkit_202409.2-2.pgdg+1_arm64.deb
Size: 238228
SHA256: 3dcf2cb5b3a93f4f126641498fe379a31e5ca1ab6f847485c2aacf088c8775d6
SHA1: cfefef8951b52d8e3efce17e31f33e0814c9f319
MD5sum: 2152890045792b2cf961e01a6c2285b7
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-01-08 21:54:27+00

Package: postgresql-13-rdkit-dbgsym
Source: rdkit
Version: 202409.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1210
Depends: postgresql-13-rdkit (= 202409.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-13-rdkit-dbgsym_202409.2-2.pgdg+1_arm64.deb
Size: 1146788
SHA256: facdec2e78fa64f9bdd263d6ea02007e2c25562ae102717d2abdcb84580374b2
SHA1: 963088f6f77c4104ac963e04a9be86fe4711322c
MD5sum: 650e677c8ac7326af23735b7ede162db
Description: debug symbols for postgresql-13-rdkit
Build-Ids: cacdbf332840e8091dc5178d69c9b5d252f7e9a5
Timestamp: 2025-01-08 21:54:27+00

Package: postgresql-14-partman
Source: pg-partman
Version: 5.2.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7430
Depends: python3, python3-psycopg2, postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-14-partman_5.2.4-1.pgdg+1_arm64.deb
Size: 231904
SHA256: fbfdb3bed8c940d9a04f61076b4697dc5780f751db6e4778f79b22e1121a2288
SHA1: 58bc2adefa217e3335b244e1c30792fd95c4bba2
MD5sum: e8a4f14e7653550f74761d85d4a59133
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.
Timestamp: 2025-01-08 21:54:27+00

Package: postgresql-14-partman-dbgsym
Source: pg-partman
Version: 5.2.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-14-partman (= 5.2.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-14-partman-dbgsym_5.2.4-1.pgdg+1_arm64.deb
Size: 34552
SHA256: 2ecdeab38c1ea765e02537405099d6e6e018d75820ccabf611822821d41c12c1
SHA1: 057dfaefe9d497669d4f421ad2a54b5caa8ae267
MD5sum: 870b823c64b0c4823d4cc4b3617ac2a4
Description: debug symbols for postgresql-14-partman
Build-Ids: 342ab10cefd44af2e7aefb28409ebb7a4bb422bf
Timestamp: 2025-01-08 21:54:27+00

Package: postgresql-14-rdkit
Source: rdkit
Version: 202409.2-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 653
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.2), libstdc++6 (>= 13.1), postgresql-14
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-14-rdkit_202409.2-2.pgdg+1_arm64.deb
Size: 238220
SHA256: 5678a19a2b46348c3ca88604bbcbfdefb9711d7ffba9800800b181b238ce9019
SHA1: a3c78e177be19356ed2048810622e33c0fedf32e
MD5sum: bfb30cf5fe6e41d303850af8ec0216b3
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-01-08 21:54:27+00

Package: postgresql-14-rdkit-dbgsym
Source: rdkit
Version: 202409.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1210
Depends: postgresql-14-rdkit (= 202409.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-14-rdkit-dbgsym_202409.2-2.pgdg+1_arm64.deb
Size: 1147072
SHA256: a4da944457100b88608dfed80190d005ac2bcbe2275cfc8e1f0fe5e6ed091cc4
SHA1: 9520e7e0e20be2ec05b67d4a1e8029fdcabd2e38
MD5sum: fc142568d87dd905299891aa8bb0cc1c
Description: debug symbols for postgresql-14-rdkit
Build-Ids: 30a550a597ebda93f3463515f02d6a6cc0a06a55
Timestamp: 2025-01-08 21:54:27+00

Package: postgresql-15-partman
Source: pg-partman
Version: 5.2.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7430
Depends: python3, python3-psycopg2, postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-15-partman_5.2.4-1.pgdg+1_arm64.deb
Size: 232020
SHA256: b83d6b1ba2c8d8a25c8630d9a464b788a342ea48fc8b4b5f3c1b0197ca0bd131
SHA1: d15e170e33646abfb29049d8e6f0454393347f4e
MD5sum: 1abc0fbe1caab8fcbd4c36f756c1331f
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.
Timestamp: 2025-01-08 21:54:27+00

Package: postgresql-15-partman-dbgsym
Source: pg-partman
Version: 5.2.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-15-partman (= 5.2.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-15-partman-dbgsym_5.2.4-1.pgdg+1_arm64.deb
Size: 40572
SHA256: 3ccc286fd82bab15027317aa04ebc051f7ba27099b33057df22a0dae0d648c93
SHA1: 72467b479cfc7b79e121cd9401e16dfd77ab7445
MD5sum: f2430dd4a2f8f8689e25105df5dfe15e
Description: debug symbols for postgresql-15-partman
Build-Ids: c4ca9c710ccb51fb86938d9a438bd57e70351621
Timestamp: 2025-01-08 21:54:27+00

Package: postgresql-15-rdkit
Source: rdkit
Version: 202409.2-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 653
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.2), libstdc++6 (>= 13.1), postgresql-15
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-15-rdkit_202409.2-2.pgdg+1_arm64.deb
Size: 238348
SHA256: 0ea7b67e651c7cf49307d2cbeb96a083d817b61ab09b1d4925f59dac9709b353
SHA1: b9f653a94508a02cea09d86ab57b64895e1e79f0
MD5sum: a39f9ad39b404c28a395b00239ee9e88
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-01-08 21:54:27+00

Package: postgresql-15-rdkit-dbgsym
Source: rdkit
Version: 202409.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1210
Depends: postgresql-15-rdkit (= 202409.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-15-rdkit-dbgsym_202409.2-2.pgdg+1_arm64.deb
Size: 1147340
SHA256: 863bd9f4d831e413f503f81ff5377b6e63b04d1cfd0fc527ac8e4093da3a0027
SHA1: c6dbd9069637cf81fa0124ab887e83df47bbfc8a
MD5sum: 07257ce2b607ad7fc7e37228984a8610
Description: debug symbols for postgresql-15-rdkit
Build-Ids: cc2103cec8e46ef0ef7f36bbbb82a1065c23fbb1
Timestamp: 2025-01-08 21:54:27+00

Package: postgresql-16-partman
Source: pg-partman
Version: 5.2.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7430
Depends: python3, python3-psycopg2, postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-16-partman_5.2.4-1.pgdg+1_arm64.deb
Size: 231900
SHA256: 73984662427a6a217092a9e34a56c02887305df38dffccd951925f36324e13d9
SHA1: a819f985509b9e50070135d8786e55c72900c41d
MD5sum: 423a0268805b8069349a770dfda9002a
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.
Timestamp: 2025-01-08 21:54:27+00

Package: postgresql-16-partman-dbgsym
Source: pg-partman
Version: 5.2.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-16-partman (= 5.2.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-16-partman-dbgsym_5.2.4-1.pgdg+1_arm64.deb
Size: 41692
SHA256: 5f86ec13219a8d41d1ba4bebadbe184ef7c19f98dea6ce6969a9c471c030765c
SHA1: f6a0698af01d2ac40389ced0a7ee53efcab9701e
MD5sum: db25ee0636c8d0a91aa81cff367cb4dc
Description: debug symbols for postgresql-16-partman
Build-Ids: b067fd08b91dce4fbb9b5f695c948fc7df8b43a7
Timestamp: 2025-01-08 21:54:27+00

Package: postgresql-16-rdkit
Source: rdkit
Version: 202409.2-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 653
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.2), libstdc++6 (>= 13.1), postgresql-16
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-16-rdkit_202409.2-2.pgdg+1_arm64.deb
Size: 238468
SHA256: 816ca97a73a6542e77e55bd5753871ac82eddcfd3bb5defa263e6a3644f54ebc
SHA1: eb17078da42f2b36d7b95a6d47350b682398055c
MD5sum: f1c320d2c280fba9643d800beba11f13
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-01-08 21:54:27+00

Package: postgresql-16-rdkit-dbgsym
Source: rdkit
Version: 202409.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1226
Depends: postgresql-16-rdkit (= 202409.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-16-rdkit-dbgsym_202409.2-2.pgdg+1_arm64.deb
Size: 1163928
SHA256: f8b77a89ea27b1d9ca0614b413977e7df0befd441d2edebf5903880d47fd96b9
SHA1: dd884785f1662a9840b0725eb0e7486451edbb85
MD5sum: f71b2716a337a0847a044e2b32dae77c
Description: debug symbols for postgresql-16-rdkit
Build-Ids: eab7c863a53133d2322a4a984ceb4c78ea85117e
Timestamp: 2025-01-08 21:54:27+00

Package: postgresql-17-partman
Source: pg-partman
Version: 5.2.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7430
Depends: python3, python3-psycopg2, postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-17-partman_5.2.4-1.pgdg+1_arm64.deb
Size: 231956
SHA256: fd258ecb051554eb564ebe35d66c1971f120eae3b2bbad4441d9be02bcc52083
SHA1: 371504ab2cd45286d12470ad0ef636932c93f24a
MD5sum: 1e9f4576b6f98dbe263b276d0c4feeee
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.
Timestamp: 2025-01-08 21:54:27+00

Package: postgresql-17-partman-dbgsym
Source: pg-partman
Version: 5.2.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-17-partman (= 5.2.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-17-partman-dbgsym_5.2.4-1.pgdg+1_arm64.deb
Size: 45076
SHA256: f1d31b77339cf36e6265b7a3a3006ce6d73ab8a075e9c843d4ae112f2a37f680
SHA1: 93b72bc45a8f35e74ad138f0acead9895a30cdfd
MD5sum: a9b3c6144922ba5ed6e36e81a3c4754b
Description: debug symbols for postgresql-17-partman
Build-Ids: 21edbeef7d83cc6018fc36411a94a59953633c83
Timestamp: 2025-01-08 21:54:27+00

Package: postgresql-17-rdkit
Source: rdkit
Version: 202409.2-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 653
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.2), libstdc++6 (>= 13.1), postgresql-17
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-17-rdkit_202409.2-2.pgdg+1_arm64.deb
Size: 238096
SHA256: 9785033a4ac218382382c3ce9338f304e0a33edd428baa285e097274bb8ad9f5
SHA1: 1517f2c8a2d68644ea03e240b980e9a8de0f3412
MD5sum: 5f51fa8e7a5fc123c71103a4cfa4f0ca
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-01-08 21:54:27+00

Package: postgresql-17-rdkit-dbgsym
Source: rdkit
Version: 202409.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1227
Depends: postgresql-17-rdkit (= 202409.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-17-rdkit-dbgsym_202409.2-2.pgdg+1_arm64.deb
Size: 1164244
SHA256: 9e73a230d3f6197c4d8b8960e0735a5a98c7b19db358a8d46907f95807753ddc
SHA1: b3ecb6673ffb6041a0e4680e5070fba2386398c0
MD5sum: 58bc52018aba44a2b3c3eec5058a3191
Description: debug symbols for postgresql-17-rdkit
Build-Ids: b43f9f28886a0b6a10bb4bae80c4240a2e9c0976
Timestamp: 2025-01-08 21:54:27+00

Package: python3-rdkit
Source: rdkit
Version: 202409.2-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 27932
Depends: fonts-freefont-ttf, rdkit-data, python3 (<< 3.14), python3 (>= 3.13~), python3-numpy (>= 1:1.25.0), python3-numpy-abi9, python3:any, libboost-numpy1.83.0 (>= 1.83.0), libboost-numpy1.83.0-py313, libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py313, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.34), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.2), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.2), libstdc++6 (>= 14)
Suggests: rdkit-doc
Homepage: http://www.rdkit.org
Priority: optional
Section: python
Filename: pool/main/r/rdkit/python3-rdkit_202409.2-2.pgdg+1_arm64.deb
Size: 4180104
SHA256: 10d66fe3821aaac303c9e9fec2f9741a9d4f6cca75ef39c090b39833c918ab90
SHA1: c5ff2872fda546944ca2aecafd92b3b100d901e0
MD5sum: 0200b1aba68ebf18a928cf05d83fcd8a
Description: Collection of cheminformatics and machine-learning software
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
Timestamp: 2025-01-08 21:54:27+00

Package: python3-rdkit-dbgsym
Source: rdkit
Version: 202409.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 68627
Depends: python3-rdkit (= 202409.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/python3-rdkit-dbgsym_202409.2-2.pgdg+1_arm64.deb
Size: 59248308
SHA256: ef6b06d6049468d75ebcb4cdd810d7516030ee5a3103172c76c0c510d5e1c2ac
SHA1: e671c2f13045a185fa52dfceb907ad9832486ad0
MD5sum: 47b7cc6fd29bf0d1c171220b6a9b28bc
Description: debug symbols for python3-rdkit
Build-Ids: 02a01cc250aa337d73d0cb61b60f2302b9ecdf7d 0f161473b2fdd036a36843894a4f832fc2350a68 10449d5234f29c642726c9fb9c6a9d4264dc71af 18d939d90fd4be4595fcbec98d7ee10e8bdaf48f 1eb4d556a181ef4db51e4d6c962c2c811f798b9a 1f9bec7b6ac3db9e669f7101b6e8a06fcc8bb3bb 2367a5de60ce92eb5f6a7551a463acc7d3614430 27807bb78979f799bc29512d41e8cae707488ac4 2d65443ae756ee5e91fd4def964dac6e31791693 2d99a719eb49d995b79a2929b2fc8dcec5a8402b 2e0e61f6d25f0ce1e529ed6a12e3011045aa15b4 3076f27667a521e01c81123569d744e24f6ce6a8 35ad7335ef847f40d5a535fe6ef32873df28557c 36ad2ace6a32aa8072a4ed9c2904afeda606f3e1 3a566c2f986c80fd4e7663208031d69bfb6b023f 3b55e1cd6e8926d29046fe600380344269c188cc 40d45582e82782ba2d034efaec7eb3a3f9f1cda2 40d7f9177e6c668974dd48253abca19017a79dbb 432ca3ace2425572beec59016c53376329c3b8c0 47a40c6bae686e938237f46b1abb2fe6ee787821 4ca1b7e8e949a48b4a32f58022dd4a9c6e488a71 505bebd789d79d1553b7a74c3532716c60537152 564c95dd2bc269fb1ce79682a1c2ebe182a5cd16 56c33de7c6f273a91d621596a1d7bc56d361cb7a 5eb94447f527e3a29a2c73b323410839e74a1367 5f1d28612dc577816104f68d8dea4bf252427f1e 617d469ccc349b14fdf08e7553786ad8d1e63da8 657b00ef7d36996542f01fbe6dc31e758925ca2f 6c479e23b38133d5f9a80287ab9750dc30400048 6d54580ece4d544e0258302d3dcc4b623c190360 6ede8067343c534045c027b5d70004022a627cf5 7a81825ec301d7d2018f01438e20bf656ef084c0 7d1aa8f30fac90d3b7df4ca17fb98c3a353b5c29 843a160c3ff70d95877d0a0e96bc6fb13f607e07 853aa4b698dc91d8d05b0dc624c0c263fe15dcf7 872ca4d5363e87df167ab316c4b01ab10162ebd9 8f3d3fa9c6f00f510c99f455bb401b53d2a58038 9df1872b993657d94fa062fafa9d6768133031a5 a0aa910b5600645f2d4a48fd9b55c0a838492e6c a29dd626f72cb141c8eacf750d86a1205852a5cc afbd240f006fd6ddb57bbeb44d450da1864c6b7b b7101be6f6c38a15ef4f27b2a470da4fc00c1df5 baf4d4391831bc87c325d94f24378bb22b59c3e2 c1f0f8bbd6c93b9aa91c0f2e53af6782ee3be650 c6c4e95d00d6c4339374ea45846c1770cd5c457f cbc3a1e1db2e2b1d39cf6b1f87c291d706bad96f cf5e341e3d067d88a73646e0a3bca642b49cc48d d690a77e2de1edb7fa45c32448edb2f075289ef0 d735742e3eb0ac98bd0125197b518d364e1411f7 e44c2dfd33111ae46cf5f2c647d71324a1326f29 ec4cd15a60ea674135ab1adb32b3d698361e86cf f18b6bfd9ccf0d8847576824fc8dac104d1bd338 f2eae91d6d7ddcc440ce3c0e2eb047b8b3c7314d
Timestamp: 2025-01-08 21:54:27+00

Package: rdkit-data
Source: rdkit
Version: 202409.2-2.pgdg+1
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 58499
Homepage: http://www.rdkit.org
Priority: optional
Section: science
Filename: pool/main/r/rdkit/rdkit-data_202409.2-2.pgdg+1_all.deb
Size: 13104528
SHA256: 003f342119e9d557a70bb8d2622c3e24601afabf2f7ffc87b5c324efb61621bd
SHA1: d2c4256d55a36920282c243f0fec76fdbb18117b
MD5sum: 0b3d5410503769e4c27292e733e669b4
Description: Collection of cheminformatics and machine-learning software (data files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains data files.
Timestamp: 2025-01-08 21:54:27+00

Package: rdkit-doc
Source: rdkit
Version: 202409.2-2.pgdg+1
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 79091
Depends: libjs-jquery, libjs-underscore
Homepage: http://www.rdkit.org
Priority: optional
Section: doc
Filename: pool/main/r/rdkit/rdkit-doc_202409.2-2.pgdg+1_all.deb
Size: 6528708
SHA256: e15d080324bb3eeb44b16704e4699b6feffdaa291d1370f1d61c63f392c33e88
SHA1: b6652f2843de4a681345f8bc1dbb0d9e0f0856b6
MD5sum: de0270bf5001c8e749510301512c798e
Description: Collection of cheminformatics and machine-learning software (documentation)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains the documentation.
Timestamp: 2025-01-08 21:54:27+00

Package: pgagent
Version: 4.2.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 553
Depends: libboost-filesystem1.83.0 (>= 1.83.0), libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.38), libgcc-s1 (>= 3.0), libpq5 (>= 8.4~), libstdc++6 (>= 14)
Recommends: postgresql-10 | postgresql-11 | postgresql-12 | postgresql-13 | postgresql-14 | postgresql-15 | postgresql-16 | postgresql-17
Suggests: pgadmin3 | pgadmin4
Provides: postgresql-10-pgagent, postgresql-11-pgagent, postgresql-12-pgagent, postgresql-13-pgagent, postgresql-14-pgagent, postgresql-15-pgagent, postgresql-16-pgagent, postgresql-17-pgagent
Homepage: http://www.pgadmin.org/docs/dev/pgagent.html
Priority: optional
Section: database
Filename: pool/main/p/pgagent/pgagent_4.2.3-1.pgdg+1_arm64.deb
Size: 105900
SHA256: 4d304d5163ed64a2ee0663e876e6e1c3b53c5e531a48c0ed2b0245b79f9cc7dc
SHA1: 5686929e80e1fb4779bda4f7f09950de0fad1b8d
MD5sum: b60de1e3a861c13f4c2f79f046deadda
Description: job scheduling engine for PostgreSQL
 pgAgent is a job scheduling agent for PostgreSQL, capable of running
 multi-step batch/shell and SQL tasks on complex schedules.
Timestamp: 2025-01-13 10:42:55+00

Package: pgagent-dbgsym
Source: pgagent
Version: 4.2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2582
Depends: pgagent (= 4.2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgagent/pgagent-dbgsym_4.2.3-1.pgdg+1_arm64.deb
Size: 2191728
SHA256: 7ac25ee124ec76c1a0a9fd031b64c1f91d9dde9fa4beb04808e1574de78fc549
SHA1: 5f41726b58e349a4e399629a0e3dc82a032a888b
MD5sum: 6f5ac0c3e9ee429ddac6ad3064fa3da7
Description: debug symbols for pgagent
Build-Ids: 03a7c13c4b04ce06e94d14a0e4e8fd570a05531b
Timestamp: 2025-01-13 10:42:55+00

Package: postgresql-12-credcheck
Source: credcheck
Version: 3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 178
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-12-credcheck_3.0-1.pgdg+1_arm64.deb
Size: 64868
SHA256: 6708638d7722b58f82b953a9a78de70ca93103b4be76495ef21dddfa5ca2721a
SHA1: 3476fd0775b8a5704daf1106c9d7eff50b0d36b6
MD5sum: 8fcf7185def1db1d891f14b0926e8818
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2025-01-13 10:42:55+00

Package: postgresql-12-credcheck-dbgsym
Source: credcheck
Version: 3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-12-credcheck (= 3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-12-credcheck-dbgsym_3.0-1.pgdg+1_arm64.deb
Size: 63388
SHA256: ef6ca88d62b111cb2c3bb900828d626894cf9b8d5e29950af3f1e3f749ea3ecc
SHA1: 66a417d0072c9571f2c1a8ac12639988cb5a7721
MD5sum: ee7573d682394541bfb13fd194d23a65
Description: debug symbols for postgresql-12-credcheck
Build-Ids: 181f492e10c8e15906823878ec4f537171612401
Timestamp: 2025-01-13 10:42:55+00

Package: postgresql-13-credcheck
Source: credcheck
Version: 3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 178
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-13-credcheck_3.0-1.pgdg+1_arm64.deb
Size: 65104
SHA256: 7176b95e6ab780c52dcaa28cf6dd26a0ac39a372129f35ae1bd01e1ffaf97b6b
SHA1: 39bd7dc33c4aa408f03249844a09e671f2b0b9a5
MD5sum: 524527814e5e4b318e92285a6093ace5
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2025-01-13 10:42:55+00

Package: postgresql-13-credcheck-dbgsym
Source: credcheck
Version: 3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-13-credcheck (= 3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-13-credcheck-dbgsym_3.0-1.pgdg+1_arm64.deb
Size: 66948
SHA256: 46245a804e636467535ac6c18306513a815bcf3a6255f331ac1b14f0a5718491
SHA1: 49a9e606f6ba47a76237c2a1a786c584210fa7bf
MD5sum: 214e546fb8e336acd5e0177e78d20903
Description: debug symbols for postgresql-13-credcheck
Build-Ids: 3f20dbf8e581dd2c43f1cf6a2a494a68020a1e8b
Timestamp: 2025-01-13 10:42:55+00

Package: postgresql-14-credcheck
Source: credcheck
Version: 3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-14-credcheck_3.0-1.pgdg+1_arm64.deb
Size: 65468
SHA256: 0656bc0d64a09bc2c34d8e4c88355106b40942a2c3776159e3ea487f653788cf
SHA1: c110fdfc37d2eedced08842c9972f409dd7445ff
MD5sum: 5c522592d45db2c791ae10acda00fc8c
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2025-01-13 10:42:55+00

Package: postgresql-14-credcheck-dbgsym
Source: credcheck
Version: 3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-14-credcheck (= 3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-14-credcheck-dbgsym_3.0-1.pgdg+1_arm64.deb
Size: 68776
SHA256: a6a171bde744f6b99e99a18ed817d38c4aeaa85c02c3a1c447b0067fc39c1bfd
SHA1: 911cc29f7a80b7b407f8a007e7167da67c2a29eb
MD5sum: 819b97c32f02b8b0eece2d7da87ead08
Description: debug symbols for postgresql-14-credcheck
Build-Ids: 3c8e7f5b3017231369a998f1bc8ccf678f203fa9
Timestamp: 2025-01-13 10:42:55+00

Package: postgresql-15-credcheck
Source: credcheck
Version: 3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-15-credcheck_3.0-1.pgdg+1_arm64.deb
Size: 66148
SHA256: ad82b0ca37aa5d26b923f80274eb353f697999a872b07a1a3b6800ddd5b25427
SHA1: 6fba4b9d6ae1eae6c0936b580fb0541f81055908
MD5sum: d111662c3f6ee82bff469f3a247a240b
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2025-01-13 10:42:55+00

Package: postgresql-15-credcheck-dbgsym
Source: credcheck
Version: 3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-15-credcheck (= 3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-15-credcheck-dbgsym_3.0-1.pgdg+1_arm64.deb
Size: 69840
SHA256: ce84e3ea68dadcc32ea5d49bd23c6dca696157f9b840e5550e1e47ff50525be0
SHA1: 2bfce569acb375e85b8d5ef3c848c409224edc40
MD5sum: ccd29a8f4158e033d2c3d08d5bed9969
Description: debug symbols for postgresql-15-credcheck
Build-Ids: 0d78d6630ba8b7dca3e2f3f9aa2ad740804facab
Timestamp: 2025-01-13 10:42:55+00

Package: postgresql-16-credcheck
Source: credcheck
Version: 3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-16-credcheck_3.0-1.pgdg+1_arm64.deb
Size: 65872
SHA256: 868548272acccdaf1101a8021f1318f059ad1fb9892af2166a517dba63318dd2
SHA1: 8e64e20ad33c652f27cac16d1fa316160da360ef
MD5sum: 76006ae18b4e8cb7b66be069233f584a
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2025-01-13 10:42:55+00

Package: postgresql-16-credcheck-dbgsym
Source: credcheck
Version: 3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-16-credcheck (= 3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-16-credcheck-dbgsym_3.0-1.pgdg+1_arm64.deb
Size: 71440
SHA256: 85fa15a04fc7b08fb20d6dbd514abb25fa9f2f09f5dd59859adf03f1f965890b
SHA1: 3407a18ccbac374856429b348a0ee398bdf56e28
MD5sum: 6e6f72ba0e457482331e023864dd0924
Description: debug symbols for postgresql-16-credcheck
Build-Ids: 5640b06656ec77e80147968fa158d79f6e87c6e2
Timestamp: 2025-01-13 10:42:55+00

Package: postgresql-17-credcheck
Source: credcheck
Version: 3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-17-credcheck_3.0-1.pgdg+1_arm64.deb
Size: 65968
SHA256: 776111809bec52c05c1c0a09b3dca850d2fad7d59180257f79f29bba9b034dee
SHA1: b9e464fa2f6aaa75feb191a950ba0ea4ec225022
MD5sum: 88758b439781b3e9c0e1379628178f29
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2025-01-13 10:42:55+00

Package: postgresql-17-credcheck-dbgsym
Source: credcheck
Version: 3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-17-credcheck (= 3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-17-credcheck-dbgsym_3.0-1.pgdg+1_arm64.deb
Size: 74620
SHA256: b0df76593c3316e8f5da802366deca334ee4ca8f36af533b30e50904b8bd335c
SHA1: dcc18df7a25c1b245439919e1db47ade8e4fe217
MD5sum: 636d747815fad9854169a850336c1d40
Description: debug symbols for postgresql-17-credcheck
Build-Ids: 7540d864c9520165225ff89528291faf6679264a
Timestamp: 2025-01-13 10:42:55+00

Package: librdkit1t64
Source: rdkit
Version: 202409.2-2.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 23748
Depends: libboost-iostreams1.83.0 (>= 1.83.0), libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py313, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.38), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.2), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 3.3), libinchi1.07 (>= 1.07.1+dfsg), libmaeparser1 (>= 1.3.1), libstdc++6 (>= 14)
Breaks: librdkit1 (<< 202409.2-2.pgdg+2)
Replaces: librdkit1
Provides: librdkit1 (= 202409.2-2.pgdg+2)
Homepage: http://www.rdkit.org
Priority: optional
Section: libs
Filename: pool/main/r/rdkit/librdkit1t64_202409.2-2.pgdg+2_arm64.deb
Size: 4672248
SHA256: 13bab6f60d5fce4393ed94cdc8473c06cab0c5932c03ed0801df53704d95db40
SHA1: 9c988f737168eb9f3d2a974c7e681804749ccd82
MD5sum: 0255a2732201f929055765084938e9da
Description: Collection of cheminformatics and machine-learning software (shared libraries)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the shared libraries.
Timestamp: 2025-01-14 12:31:49+00

Package: librdkit1t64-dbgsym
Source: rdkit
Version: 202409.2-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 114256
Depends: librdkit1t64 (= 202409.2-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/librdkit1t64-dbgsym_202409.2-2.pgdg+2_arm64.deb
Size: 111439824
SHA256: 86d122ef7d237a4aded7691d7f337f1fc2b7c6c4103fd28d14e345dca9c554c5
SHA1: d00b1ed658a4ca009e917736ff87e38b90414a20
MD5sum: ffb159fafab6da504b4fcbd3615419ec
Description: debug symbols for librdkit1t64
Build-Ids: 0092bc4a3f610695643020d2631af08cb1aa1196 0532203b40929fe8d3b6ffee04405f4c16ef92d2 199802e41d849aed658b2d43766793263d7e6d24 1ab7f3b5b3253b4bc3d4ffc47384ad5fafc07050 22a97d7ca61849b647872eaad741d8b270437d88 246ed7c73508b3b2683ff8ebfc3cd29c796a28bb 32f7c2d839540f3f046dcc13a4b3ca6372992577 37b0df9b3429c0102d335043da6fc6a4c0ccd11a 38d5591a503829c92bdcc8c32dbce7ff1a1039c4 3ad843f0ec13cc383cc2e92a34cf5258500c9e8b 446f0697c6560b4cdbb4ffcda4e1f2641ef540c8 45f5f1b91dbe9724b6a8e6682b7bb66079cb5cb8 49bb70c85baa680ae4315e66b98854c431e48bb5 56d67299f9c5b07a10766296de003871007b98ad 596e5fde866c2c1061cc8680363742d1815d5ddd 5999df53b40d529a1221eb065701b3308a924c3c 59c62ef4c0f3eaa42662ca134703f173bd67ce67 5a2c2af0e0806f5c55d981adafdc4e37f14583e4 5ac447aab64d9fe77fbf47c72f8911050042402f 5bc8c5cbfcbcb77c5bc2f572a9c9bd45f66c46eb 5cb3b5fe839ce16c1d21948622c6d5ba3411c1d6 61c210b42cd8d4bd957d1ead3a3340a3474b45a7 62186c882a6d35f7ae1140de65094865566ea1fc 6413fa8877469cfc566640d1f8f6d169065786fc 6555f35b4f74be26cd5ecfcbf334e1bf5fa81251 6b7bc8885e1977cabd04e9431821c047b577adaf 6d5647a00739122b827dd60c7c44053eef8b1ace 78342842fe47f3a48e0d35673d8c3703bf44e253 799bf610dba1572a8f77a107dcbfb69bf3dbb0f8 81b1fe9290d29ce3926cc62da35d5976ea45dd3b 85d3589bcd1f1f3ed579658ce3622f3c6f26b2e9 8727289ca36b6e766da59fe9350dc4cca1749e35 8b629dd0cbc826ae01eced28baeda46989efd652 8c5e2e3489bdb79391e124581e021ec5ad852caa 973167a5c29e3c1d5376cd66057120e5dbda0d6c 979f3f97467ab7a8e55f3dec3b14a54c3ed56098 a72a946684e899defae8f837b8139b61d26df47e a764c96ae0e7f49323595895381d12cd78a45eb9 b4721260dc25563deaa771aa8e4dfac11f2e1c23 bd268e428e13082f26e4815044182df59f4b7689 c0e8dbf29144f42882d42befb38d4af86280f0ea c200ebbf1315cfc48a1fa5f8678632b5c53a9f0e c3247c36184589930bbbe606bfd87f48010a9a33 cb96ddbb2ed9942da198986f253aecaa3a79bbed ce9329ec8651cbce2bd3e96d63b940f1e139a938 cebeb0dfd62e40ac0712e9ce26204543c0a4ad2d d648375317bd5aa1ba34d6f4ccaefa9ee79c7825 d7670aa536aae9401675e019d8e746d2c9dd6334 da7129772a0d51ac9a81431444ed3bebeec59c31 dbb78db75bb8eb04e019a1b9c140c0fef8346681 dd52094f585e6a544165c8b14c421eaac896fde6 e433c41e0eb5205f7af03de6f2dc6edf2b56a939 e82524278c8c79aabc34f4ddd03ffa62f92eacc1 e914da5e71fbe690c26052e902d7ed656dde57c9 edfe1555592a89ceb1aecac28b9f5e4630bfdcf8 f301caaa791ff0338bb50bc33db1ace9a9a50874 f777fd911870336c3b3de4888750a19a369081fb f7904d00bfe67892ad47f46e4e116dfb6630a823 f9fcd4ca92be846985e7914da6126804603351cf fc01fad67e3a320a4b2c509f4b8602eef8ddac2a
Timestamp: 2025-01-14 12:31:49+00

Package: librdkit-dev
Source: rdkit
Version: 202409.2-2.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 2574
Depends: librdkit1t64 (= 202409.2-2.pgdg+2)
Homepage: http://www.rdkit.org
Priority: optional
Section: libdevel
Filename: pool/main/r/rdkit/librdkit-dev_202409.2-2.pgdg+2_arm64.deb
Size: 456972
SHA256: 57d9c24a44449ced67479287deea19e3a8bebc9d1af32f48e6ee35d492d7a783
SHA1: e71437f0c6ef2eed1f3f8d4b2426347ca5ae1ac9
MD5sum: eb7473ada6c47705623d326bad5fcc9d
Description: Collection of cheminformatics and machine-learning software (development files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the header files.
Timestamp: 2025-01-14 12:31:49+00

Package: postgresql-10-powa
Source: powa-archivist
Version: 5.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2513
Depends: postgresql-contrib-10, postgresql-10, libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-10-powa_5.0.1-1.pgdg+1_arm64.deb
Size: 65648
SHA256: dfa78d11da915ed922c10e733ccbe1b6b43e8c6b3a78eefa075c143895e60259
SHA1: 5a1152047af57fb7c92a016228364dd9feae3f52
MD5sum: 9b86c23f7f44b6c4ed3ec49484a21ce5
Description: PostgreSQL Workload Analyzer -- PostgreSQL 10 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2025-01-14 12:31:49+00

Package: postgresql-10-powa-dbgsym
Source: powa-archivist
Version: 5.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-10-powa (= 5.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-10-powa-dbgsym_5.0.1-1.pgdg+1_arm64.deb
Size: 35156
SHA256: b39898aab44f9519dbb95184bb4a6c774a09e230e091034bae1b2fe08ce55ad2
SHA1: ab2d7fd685cdc32c9dfd8682cef82fc594d42171
MD5sum: 61beef1419737c08fc2d88b938304096
Description: debug symbols for postgresql-10-powa
Build-Ids: 34ef0175acd29911ec1a96a037cdb6863ea623b5
Timestamp: 2025-01-14 12:31:49+00

Package: postgresql-10-rdkit
Source: rdkit
Version: 202409.2-2.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 653
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.2), libstdc++6 (>= 13.1), postgresql-10
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-10-rdkit_202409.2-2.pgdg+2_arm64.deb
Size: 238216
SHA256: acb4c8934a9ef216345ba1209d0cda9e837010e1ebff982286d232c24117858e
SHA1: 19b5370374569c2f1a582b44131dee15b52a721f
MD5sum: e71a671b1fdb03847fd1392438b0fae4
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-01-14 12:31:49+00

Package: postgresql-10-rdkit-dbgsym
Source: rdkit
Version: 202409.2-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1205
Depends: postgresql-10-rdkit (= 202409.2-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-10-rdkit-dbgsym_202409.2-2.pgdg+2_arm64.deb
Size: 1141704
SHA256: 1908e8f870e5acad21d99c2df84b4ab8054670fad7081371721d7934ba9e5d4e
SHA1: e3355e2c21a2f1d3bc70965d03d15eb3d0d4a4a7
MD5sum: ca7b4d577ebbf622b8c70a70cfed12e8
Description: debug symbols for postgresql-10-rdkit
Build-Ids: 7663c5955562125a7924b06d11c9e0b070a394fd
Timestamp: 2025-01-14 12:31:49+00

Package: postgresql-11-powa
Source: powa-archivist
Version: 5.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2513
Depends: postgresql-contrib-11, postgresql-11, libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-11-powa_5.0.1-1.pgdg+1_arm64.deb
Size: 65580
SHA256: 2b0e6874835c04a39c3201a3c331c041f1188665d6f4b8e6d8f54a153b46e5d6
SHA1: f8b5e0aa04e0e5e065302b84763900d08a1128db
MD5sum: d4841607d87af36ec8580e3072ed1b57
Description: PostgreSQL Workload Analyzer -- PostgreSQL 11 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2025-01-14 12:31:49+00

Package: postgresql-11-powa-dbgsym
Source: powa-archivist
Version: 5.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-11-powa (= 5.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-11-powa-dbgsym_5.0.1-1.pgdg+1_arm64.deb
Size: 33932
SHA256: fdce26d441bff81fcfff8e4a0612cca111486fae788059bef62b6fb159e79264
SHA1: 32ace2d40ba4590e74fa8eec96324631822e7e20
MD5sum: c33e20a9eea8664edf6dff7f3bfed766
Description: debug symbols for postgresql-11-powa
Build-Ids: d06d45c754cc4df4755bb96095dbede7a7128f62
Timestamp: 2025-01-14 12:31:49+00

Package: postgresql-11-rdkit
Source: rdkit
Version: 202409.2-2.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 653
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.2), libstdc++6 (>= 13.1), postgresql-11
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-11-rdkit_202409.2-2.pgdg+2_arm64.deb
Size: 238112
SHA256: 55f08f720410dadf6cb22bf33ae6da09069101c084012ba81bfed04c1049c5e9
SHA1: 3c7f0badcd80e216a59e21e58eea3a55358c04b2
MD5sum: 6f563ef4c4d603d5ab8bd7f6ee523a64
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-01-14 12:31:49+00

Package: postgresql-11-rdkit-dbgsym
Source: rdkit
Version: 202409.2-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1205
Depends: postgresql-11-rdkit (= 202409.2-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-11-rdkit-dbgsym_202409.2-2.pgdg+2_arm64.deb
Size: 1142236
SHA256: 4b902de7cf9ce9b45612ac7cc6254076e9e82521ff194792c70ee40f42501015
SHA1: 4c1dff68630915253b1460061bbc509405d34a68
MD5sum: 08e0bd286ba97f176fba822f9100fa3f
Description: debug symbols for postgresql-11-rdkit
Build-Ids: 23c7739c55706995170473da76b769f4856660d0
Timestamp: 2025-01-14 12:31:49+00

Package: postgresql-12-powa
Source: powa-archivist
Version: 5.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2538
Depends: postgresql-contrib-12, postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-12-powa_5.0.1-1.pgdg+1_arm64.deb
Size: 78584
SHA256: 6f57b1e8f0b24f964719ff2ae4c15979611b6132f2fada050e0316a313b1ceb4
SHA1: 2dbaf77e67762d928cd8f7e2c7db3f166bdf2eea
MD5sum: 3442f4ca28cf3f44fb5912b430ed9b84
Description: PostgreSQL Workload Analyzer -- PostgreSQL 12 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2025-01-14 12:31:49+00

Package: postgresql-12-powa-dbgsym
Source: powa-archivist
Version: 5.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-12-powa (= 5.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-12-powa-dbgsym_5.0.1-1.pgdg+1_arm64.deb
Size: 35676
SHA256: 04b3939a8f4f5b73df654d8d626c0003e00da91a92d45323398a6fed44955394
SHA1: 6b7fa125b82f509c5408cd03cc5649e3c5e42070
MD5sum: 6eea47f457397cab389ff6bddf5d8029
Description: debug symbols for postgresql-12-powa
Build-Ids: 14c5cd60d26c7ea5802d7bbaac3ba325926fa9cb
Timestamp: 2025-01-14 12:31:49+00

Package: postgresql-12-rdkit
Source: rdkit
Version: 202409.2-2.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 653
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.2), libstdc++6 (>= 13.1), postgresql-12
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-12-rdkit_202409.2-2.pgdg+2_arm64.deb
Size: 238084
SHA256: d827d51aeac633a00538bcd151761eaa13a31cd790700f4b2ae59edd4b1ae0b0
SHA1: 3d356d6a1198d72505691effefac93a823fe5e5b
MD5sum: 08bc4489f4359d45025b5ae56943aca3
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-01-14 12:31:49+00

Package: postgresql-12-rdkit-dbgsym
Source: rdkit
Version: 202409.2-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1206
Depends: postgresql-12-rdkit (= 202409.2-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-12-rdkit-dbgsym_202409.2-2.pgdg+2_arm64.deb
Size: 1143176
SHA256: 6e080ab271775778093eea3c138fcb1f00f7c34c49a4bd34d4ad86b2f03c5e27
SHA1: 1360fec1b12e8f817145ab49cdbe7854643af3fe
MD5sum: 08a680473b54b614dd90fee43ed19007
Description: debug symbols for postgresql-12-rdkit
Build-Ids: 07c0fe6afb86e119d6977084deffcb1dcd5d0fc8
Timestamp: 2025-01-14 12:31:49+00

Package: postgresql-13-powa
Source: powa-archivist
Version: 5.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2538
Depends: postgresql-contrib-13, postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-13-powa_5.0.1-1.pgdg+1_arm64.deb
Size: 78604
SHA256: 617a8c272192e20fe8f56c3d2fa85f2b95a05415266766130df27bbb0190c378
SHA1: c8db2c098803d4aaec17e3fc3fbfe089d7b076c6
MD5sum: 608d44d145d373ec9c66b1ffaed87da1
Description: PostgreSQL Workload Analyzer -- PostgreSQL 13 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2025-01-14 12:31:49+00

Package: postgresql-13-powa-dbgsym
Source: powa-archivist
Version: 5.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-13-powa (= 5.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-13-powa-dbgsym_5.0.1-1.pgdg+1_arm64.deb
Size: 32716
SHA256: a8655f933cab6ecdcd8cd1f8d25e79d33939d554d960255f5b3499b85a93476c
SHA1: 880cbeba63514dc2ad8797535f018485f49d65ab
MD5sum: 0eba0de14ac669d0e9f67b0e663eeec5
Description: debug symbols for postgresql-13-powa
Build-Ids: 1490a5ff3e7f8ca165b01d7a61e3ec6695ee30d1
Timestamp: 2025-01-14 12:31:49+00

Package: postgresql-13-rdkit
Source: rdkit
Version: 202409.2-2.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 653
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.2), libstdc++6 (>= 13.1), postgresql-13
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-13-rdkit_202409.2-2.pgdg+2_arm64.deb
Size: 238436
SHA256: fe9f8ec1832976494d05db25eb583ce3e1ef301cf0186ac66e5696c9e7f25baa
SHA1: edd02083a22aab1e13b4ef4f685f7902e6fbbf70
MD5sum: 49619c99b4bd0d0d687b2fa9a9e63705
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-01-14 12:31:49+00

Package: postgresql-13-rdkit-dbgsym
Source: rdkit
Version: 202409.2-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1210
Depends: postgresql-13-rdkit (= 202409.2-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-13-rdkit-dbgsym_202409.2-2.pgdg+2_arm64.deb
Size: 1146728
SHA256: 8c7f6b056c13a18ae9bbedae6ba898d15c5434e70f45810ca84a1169d1d1e2f7
SHA1: b1e2ee98cc502840c4ec6fe37374f51ca68c796d
MD5sum: 5ea481ae3329cb21233253bb43ed26da
Description: debug symbols for postgresql-13-rdkit
Build-Ids: 362e502b99c2de9dbfac1786745bec1c4b4f6e5e
Timestamp: 2025-01-14 12:31:49+00

Package: postgresql-14-powa
Source: powa-archivist
Version: 5.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2538
Depends: postgresql-contrib-14, postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-14-powa_5.0.1-1.pgdg+1_arm64.deb
Size: 78712
SHA256: fab3627def0e85faa19a18a23565d8d79d5ed1f136e9343b1bd660d424b4e970
SHA1: 97410ef7db22dde9794c0ee3b527151de48b3102
MD5sum: fc1296ec23ad8a62472667b622f913b0
Description: PostgreSQL Workload Analyzer -- PostgreSQL 14 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2025-01-14 12:31:49+00

Package: postgresql-14-powa-dbgsym
Source: powa-archivist
Version: 5.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-14-powa (= 5.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-14-powa-dbgsym_5.0.1-1.pgdg+1_arm64.deb
Size: 33712
SHA256: a3977ec36ffb914fe490a74ca237d4b5e216e40f45137a82f1aef7b9d8272282
SHA1: 337275b3a3e67a1463bbc9361a40d6dd53fbbaa0
MD5sum: e54c88a55bee1389b0303b08bb3807c7
Description: debug symbols for postgresql-14-powa
Build-Ids: e2bf2531b8d7204848bb192e23b11a4e4bfbd576
Timestamp: 2025-01-14 12:31:49+00

Package: postgresql-14-rdkit
Source: rdkit
Version: 202409.2-2.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 653
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.2), libstdc++6 (>= 13.1), postgresql-14
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-14-rdkit_202409.2-2.pgdg+2_arm64.deb
Size: 238164
SHA256: 65ca14d5d767b3772faa2265e10ad62514ce371694aa1668160cc1fd1a8f57a8
SHA1: aeb8c91c52bc47114b117141f74511f3b1b46d37
MD5sum: 606e04725514b9a2305ac8b0c15c7dec
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-01-14 12:31:49+00

Package: postgresql-14-rdkit-dbgsym
Source: rdkit
Version: 202409.2-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1210
Depends: postgresql-14-rdkit (= 202409.2-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-14-rdkit-dbgsym_202409.2-2.pgdg+2_arm64.deb
Size: 1147020
SHA256: f37f9134508e45904298ee87fbb81729829d76f35a075a18bedd8473e4365fc4
SHA1: 357940639a7bf98b5d16305fa89746b548b30d05
MD5sum: 4656951f529e1218c1eb100548cc75fe
Description: debug symbols for postgresql-14-rdkit
Build-Ids: 51cb9c45de80a7fef6ad6d7853671fdfb68b6aa7
Timestamp: 2025-01-14 12:31:49+00

Package: postgresql-15-powa
Source: powa-archivist
Version: 5.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2536
Depends: postgresql-contrib-15, postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-15-powa_5.0.1-1.pgdg+1_arm64.deb
Size: 77020
SHA256: 1282f171306412634f0d3fa7d8b7c1d6d4bb00c62cf8d55de0a5e3d0db81e1b3
SHA1: 47bd9f63bc85f935c962ee361f38d60cfdc4bd23
MD5sum: 55899284f07061815ebe92a4535eba6d
Description: PostgreSQL Workload Analyzer -- PostgreSQL 15 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2025-01-14 12:31:49+00

Package: postgresql-15-powa-dbgsym
Source: powa-archivist
Version: 5.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-15-powa (= 5.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-15-powa-dbgsym_5.0.1-1.pgdg+1_arm64.deb
Size: 36744
SHA256: e4050214f2d752abc223c09988b58fd4be28e05d2d07b62c2a5633d607673ca0
SHA1: 95357686bf2dabf3ce2010a23f20ea88fe9e5060
MD5sum: b6e874e93f86fe9f0da96415231ea299
Description: debug symbols for postgresql-15-powa
Build-Ids: b0a937533e6d1070552f4aab20b3425c10b4b2a7
Timestamp: 2025-01-14 12:31:49+00

Package: postgresql-15-rdkit
Source: rdkit
Version: 202409.2-2.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 653
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.2), libstdc++6 (>= 13.1), postgresql-15
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-15-rdkit_202409.2-2.pgdg+2_arm64.deb
Size: 238348
SHA256: 433ffb873836fa67717b7995c0e9930f6d1c0b60195e669d31f5138d3b652a73
SHA1: 1e370a32927bda1ccf5be825bde62d872b3864ec
MD5sum: 4af3ae5788f422521b2609f83d223a29
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-01-14 12:31:49+00

Package: postgresql-15-rdkit-dbgsym
Source: rdkit
Version: 202409.2-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1210
Depends: postgresql-15-rdkit (= 202409.2-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-15-rdkit-dbgsym_202409.2-2.pgdg+2_arm64.deb
Size: 1147352
SHA256: b154fe487538dfe74b6d6d0865f315289d96e72c7111bd228037baa956a4ab02
SHA1: ed3650e63b78d4545d208707cfeed11d1b3cad67
MD5sum: 5783b57b8459c38dcbfaa97ef5e5ab34
Description: debug symbols for postgresql-15-rdkit
Build-Ids: 0e4e9b5e43b97f665cd0b62a08ed60bc30a95494
Timestamp: 2025-01-14 12:31:49+00

Package: postgresql-16-powa
Source: powa-archivist
Version: 5.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2536
Depends: postgresql-contrib-16, postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-16-powa_5.0.1-1.pgdg+1_arm64.deb
Size: 76576
SHA256: 3289f065d1ff4636ebe2ba4ed7cc368ce74b8038ca3b865196e8134940db184a
SHA1: 0f61595b33fdf8bead0d92e6e1868d90eba04997
MD5sum: 0a76f14fd549bdfd64d5f7a1b51819d4
Description: PostgreSQL Workload Analyzer -- PostgreSQL 16 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2025-01-14 12:31:49+00

Package: postgresql-16-powa-dbgsym
Source: powa-archivist
Version: 5.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: postgresql-16-powa (= 5.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-16-powa-dbgsym_5.0.1-1.pgdg+1_arm64.deb
Size: 37876
SHA256: cf95e5f5309b0d37fc2c134b72f7cde41a2636c49df50a2578fdbffb24ab37d3
SHA1: 4035ac2c8c4d82f0b3dc8adcee9d68d62db93ce7
MD5sum: eb8a2308da01a35abb228e3cf555077f
Description: debug symbols for postgresql-16-powa
Build-Ids: 7cefc258da993a24f3e691c79375d0809b6f2a83
Timestamp: 2025-01-14 12:31:49+00

Package: postgresql-16-rdkit
Source: rdkit
Version: 202409.2-2.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 653
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.2), libstdc++6 (>= 13.1), postgresql-16
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-16-rdkit_202409.2-2.pgdg+2_arm64.deb
Size: 238448
SHA256: 4edc46bf2a15eaa44c18b90f37475d6e8353233ded2b04d3bc62b6dec79e477c
SHA1: 917c254fc7327cec5d29be74c9f3343df031cd10
MD5sum: 533976097058b5d192286751bebe3494
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-01-14 12:31:49+00

Package: postgresql-16-rdkit-dbgsym
Source: rdkit
Version: 202409.2-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1226
Depends: postgresql-16-rdkit (= 202409.2-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-16-rdkit-dbgsym_202409.2-2.pgdg+2_arm64.deb
Size: 1163976
SHA256: 48a4e3239b3c266fcfbcf0767f61ff7a0455e46dbb740fd10bba5d0ddf16fa5e
SHA1: 0a44653aa9a4840162e7cfe6f9894dbbcf4c585d
MD5sum: 98d0eb4a094f2651a9f38051833f3170
Description: debug symbols for postgresql-16-rdkit
Build-Ids: f9ca2334c425531b65d2c163ca990066399fce76
Timestamp: 2025-01-14 12:31:49+00

Package: postgresql-17-powa
Source: powa-archivist
Version: 5.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2536
Depends: postgresql-contrib-17, postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-17-powa_5.0.1-1.pgdg+1_arm64.deb
Size: 76644
SHA256: af83013d695d75dbf097e97cf32aa0b12aa0b20032324f47d0a82c074b9f0e71
SHA1: 3957f3540bde44ade71183ea185d5fe255a86f8d
MD5sum: 72b974e981f3e2a31c99a92f2a25d452
Description: PostgreSQL Workload Analyzer -- PostgreSQL 17 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2025-01-14 12:31:49+00

Package: postgresql-17-powa-dbgsym
Source: powa-archivist
Version: 5.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-17-powa (= 5.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-17-powa-dbgsym_5.0.1-1.pgdg+1_arm64.deb
Size: 41308
SHA256: edbfc80b9871e5eacb8b163deb816afd202db04760e8f4dc2008a9ac3ec6d478
SHA1: 76a99febe88cb558075081b5f2b5900bb149778a
MD5sum: a610f32d8836c029f207481780d22b4f
Description: debug symbols for postgresql-17-powa
Build-Ids: a1a174e5d0eb7ee4da08a4ebd5a764ef8dcaa47b
Timestamp: 2025-01-14 12:31:49+00

Package: postgresql-17-rdkit
Source: rdkit
Version: 202409.2-2.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 653
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.2), libstdc++6 (>= 13.1), postgresql-17
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-17-rdkit_202409.2-2.pgdg+2_arm64.deb
Size: 238112
SHA256: 4da277490c65d275c06a7c8e11512e9efb1097a0472cb40db22f132bb4745561
SHA1: b9bb0b97c4cbcbd2b442ef47308daa350575f824
MD5sum: 326c001d3f6cd44e0c761990001b7c45
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-01-14 12:31:49+00

Package: postgresql-17-rdkit-dbgsym
Source: rdkit
Version: 202409.2-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1227
Depends: postgresql-17-rdkit (= 202409.2-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-17-rdkit-dbgsym_202409.2-2.pgdg+2_arm64.deb
Size: 1164232
SHA256: 4ddfd9e01d7424f20f74a4dc359cf247b30fb7044906c7d5a2f64bbd5ec85771
SHA1: 6d3f654382a5e8330f75b432d3bcbebfcf0e80c3
MD5sum: d1553e0834d7457c1e0522be91a39b74
Description: debug symbols for postgresql-17-rdkit
Build-Ids: c991ec6216f94aea3695af86f091d4c8e8e3c8bb
Timestamp: 2025-01-14 12:31:49+00

Package: powa-web
Version: 5.0.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1808
Depends: adduser, python3-psycopg2, python3-sqlalchemy, python3-tornado, python3:any
Homepage: https://github.com/powa-team/powa
Priority: optional
Section: database
Filename: pool/main/p/powa-web/powa-web_5.0.1-1.pgdg+1_all.deb
Size: 471292
SHA256: 777694eeeb1ad5a778eaafaf7db6bb649ac24780c798c14b6b18624fff0516fa
SHA1: df9cfa886b05ed7bf9a2074f7852b882fe610173
MD5sum: e6ba5d36eda3b2d33ce2e0b4d1a443a1
Description: PostgreSQL Workload Analyzer - web interface
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers.
 .
 This package provides the web interface. It supports PostgreSQL 9.4 and later.
 Database servers to be monitored need to have the postgresql-NN-powa package
 installed and configured.
Timestamp: 2025-01-14 12:31:49+00

Package: python3-rdkit
Source: rdkit
Version: 202409.2-2.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 27932
Depends: fonts-freefont-ttf, rdkit-data, python3 (<< 3.14), python3 (>= 3.13~), python3-numpy (>= 1:1.25.0), python3-numpy-abi9, python3:any, libboost-numpy1.83.0 (>= 1.83.0), libboost-numpy1.83.0-py313, libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py313, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.34), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.2), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.2), libstdc++6 (>= 14)
Suggests: rdkit-doc
Homepage: http://www.rdkit.org
Priority: optional
Section: python
Filename: pool/main/r/rdkit/python3-rdkit_202409.2-2.pgdg+2_arm64.deb
Size: 4179492
SHA256: 278439506b597278797f38473510bf01806c589fd1f041ccf0040238f5b3e78d
SHA1: ff26ece5f7ff89564c653f9f3da4e60f82b958b5
MD5sum: 9ff7111d5e5d44f96264c405c963d24c
Description: Collection of cheminformatics and machine-learning software
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
Timestamp: 2025-01-14 12:31:49+00

Package: python3-rdkit-dbgsym
Source: rdkit
Version: 202409.2-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 68626
Depends: python3-rdkit (= 202409.2-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/python3-rdkit-dbgsym_202409.2-2.pgdg+2_arm64.deb
Size: 59253772
SHA256: d3896aac80285db74bbad72ef081cf41acfbb95346ea70130f238cb6a090412a
SHA1: 3a6c455f3601caeee1e034faea9cd71fdefb5ad0
MD5sum: 2b1302fedcc3290181fed31924b91a86
Description: debug symbols for python3-rdkit
Build-Ids: 00dacff400bf000437a381321401bf8df30b785c 0fff85e021ef206055279055f1c93e8dc4fdbb9e 16803ab7e0f6d1365cf21cf5901d0e11a6810d86 1b06df6077719b5abecef6d7f80833d1beac0381 2e349a77b9e34c4372d2fabafd920bd1782ece85 3452711e996f714540bd19b4bb56c404cef6127b 36f1e2b27b4c0456c04883d0d17bed58d017726a 388a1b0188681bb997f600ebdb0af8fbaf63ad80 46a8ffc74e79db8d6b7bc4df42a3dfe9bdc40fab 5153ba91bb0303874c58cd4fce0df96d613b7ca2 55cb2ff0b61568a23b61cf60ba96ba9cc0dc86fb 58ad1377b297d9740cf33896219fe9c135ae631e 58fab69158f452bcbb737b770ad84b9b76f0a2e8 65ad8c66b93497621dffa5e0854a5533fa4bf9b0 6653b52573ac2e3ce9da659df4d2563e1ee8c7f5 74d259486ec84eefb90337be8fdf569e5a3cc0bf 7d9d9263a039fd5ab84142e69f5278c1fcf34c34 7de76c838c437fdfe6f1e11835887667c69e497c 7f7e94b11ccada4a0e2bdc30802c28d6632f7d51 8586d84cd6cb1fb10c207ebac1d26f4115916bf1 8b49eade43af57c523761c2db5f19448984c4f06 8c5e158cb297a6163e174cd453aab7cb61b246fb 91439728b72beed3f6d1d6caf4a44c6528916642 96727738b1cbbfce27760d2b1b0f0dd2f2a18102 981130fc01b5f2db15fb76a43fec207281f51a34 9eac1d3b9f4aedd8fcfed03446995028ac2dc52b a5700872939fbe2a0bb2fa1ba53e54d313427e2f ab30bc2e3f23cce6b26e9c5d9bb81ed90c4b3cfd ad76741fe5ba82c44ca4a15e186d7f78aabe20c1 afcda778df89408cef5e947173048e0d9429047d b18c3f5ca03b0de93769dd07ecc6d4181d3b618d b2c28c08c3e1ef366322a33de94de417332d59ce b2df432fdba5ad58091e694b35462c60cf2e9366 b6d18afc1229e613e860be4ab3a07c94783c168b c0771d912828a221339344e2adfd5bfa800804c0 c07a704cd82aeb05ae6476530d0638adc52b770e c522fc32495beb790a4f5164253dab3fad9d5d55 c978ba746ed7bc466e2987a7a1063314a6445083 ca5c63e9709987fefbf3c229e5b917f187ed60e1 cf6a0e8defe4f54ef069575d0e0dea06df559e29 db87ff07ecff021c50ff85e5be185bb9862fd3d3 dd3120953c9754382163a7a8fac70efdc43c6aac df69a5dea2f462d2e3456cc87e0bcc0752179e08 e15c185e0c23214a60457a23a79223c6c4c20faa e614c0bf674f5366daca6744898949b9b166d243 e7bfcf5bf94d42d766c1e49407b3373cee9918a0 e8a69599c01ec031ff37ed3afb0659f57ea6f448 ecb92164bfd1636ca1a35402c607620dd03f7746 f0748d992a5d21126f0bc937c222ee05b9841e7a f0ec8e42c53e157164364398e00b3c5a89577dad fb15aefd3c4a5b4e0f7e2bc0e9232b9ac208bfbf fe46003667ef9c6138c708af2c4b9e26ab5dc2f0 fef8e3013ca62af17412654dd489ef716790d47d
Timestamp: 2025-01-14 12:31:49+00

Package: rdkit-data
Source: rdkit
Version: 202409.2-2.pgdg+2
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 58499
Homepage: http://www.rdkit.org
Priority: optional
Section: science
Filename: pool/main/r/rdkit/rdkit-data_202409.2-2.pgdg+2_all.deb
Size: 13104532
SHA256: 4a44688dc5cc56e5bfca10031983250f3d05e07b4a0c748c2fa1c5b3f7239540
SHA1: 018a620950a544c2e830369a9690637234175383
MD5sum: 881a136574bb48df541a2a18f4ded734
Description: Collection of cheminformatics and machine-learning software (data files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains data files.
Timestamp: 2025-01-14 12:31:49+00

Package: rdkit-doc
Source: rdkit
Version: 202409.2-2.pgdg+2
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 79091
Depends: libjs-jquery, libjs-underscore
Homepage: http://www.rdkit.org
Priority: optional
Section: doc
Filename: pool/main/r/rdkit/rdkit-doc_202409.2-2.pgdg+2_all.deb
Size: 6528636
SHA256: 0d0afdede760017f7d840561cc190c508684fe46e09cbd982d39877e538d08e3
SHA1: d223a12bdc02cb1222bc210f77c10d42d7062c1a
MD5sum: 8d74540807096d5a80262dfe39276844
Description: Collection of cheminformatics and machine-learning software (documentation)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains the documentation.
Timestamp: 2025-01-14 12:31:49+00

Package: pgbackrest
Version: 2.54.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1207
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.34), libgcc-s1 (>= 4.2), liblz4-1 (>= 0.0~r127), libpq5, libssh2-1t64 (>= 1.5.0), libssl3t64 (>= 3.0.0), libxml2 (>= 2.7.4), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc, check-pgbackrest
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.54.2-1.pgdg+1_arm64.deb
Size: 422648
SHA256: 32716f5d5507cc5bcbdde0cd089cdf01fe9cf0fef3b061cf9f583d04741cfa8e
SHA1: ad909841a114fcf312df64ffff0cac38b8223224
MD5sum: 3468f84d2d72601654ed7644c8759725
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.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2025-01-23 13:25:49+00

Package: pgbackrest-dbgsym
Source: pgbackrest
Version: 2.54.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2519
Depends: pgbackrest (= 2.54.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.54.2-1.pgdg+1_arm64.deb
Size: 1343388
SHA256: f3c8e78579b702326052750b6c309e9581930090bd5606f3b84b0910144c773e
SHA1: 796b51ad86907a185628fb5e673877bf69e88845
MD5sum: 82947f0777bae8faf0a4369e51b84e2e
Description: debug symbols for pgbackrest
Build-Ids: 1963b5479805f686958e495b232971bd62d0baef
Timestamp: 2025-01-23 13:25:49+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.54.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1840
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.54.2-1.pgdg+1_all.deb
Size: 128000
SHA256: 5110aa3a8fd5d37ddd8014f367786dc317b8dc5684a7ebd3731d60fdecaec069
SHA1: 4e9282d380419ccefade4b4df796eea2df330571
MD5sum: ab9782581773f6c3cef5b4930630b4ce
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2025-01-23 13:25:49+00

Package: postgis
Version: 3.5.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 637
Depends: libc6 (>= 2.38), libgdal36 (>= 2.0.1), libgeos-c1t64 (>= 3.6), libpq5, libproj25 (>= 5.2.0), perl:any
Recommends: postgresql-postgis, postgis-doc
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.5.2+dfsg-1.pgdg+1_arm64.deb
Size: 146144
SHA256: 06f10eb61e56925fe13e206433635bbe3f61c8bbef8af596899896b843efa7b2
SHA1: 2f2f39ef32156791e4d59ce839fb6b1f8aa8a5cd
MD5sum: 4214d4f28708403a7b84697a0c1fe537
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2025-01-23 13:25:49+00

Package: postgis-dbgsym
Source: postgis
Version: 3.5.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 936
Depends: postgis (= 3.5.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.5.2+dfsg-1.pgdg+1_arm64.deb
Size: 541788
SHA256: 1cf9f06813defbbd9b958eeac63c9b96ecced4ca75d3365f48918dbc8e6e68fb
SHA1: ee3b86aaf5a5f66fde2edf24652616301d18564a
MD5sum: 76c9f2b37c803d68d2e4910eccc97ccb
Description: debug symbols for postgis
Build-Ids: ab4cea34058b208bea58fb89e06949d1d514be5f e280f313251050eb5cb9e065793fc97588766f14 edde9e996793d4110d68a139719ccd90a1ab05b8
Timestamp: 2025-01-23 13:25:49+00

Package: postgis-doc
Source: postgis
Version: 3.5.2+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6983
Suggests: postgis
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: doc
Filename: pool/main/p/postgis/postgis-doc_3.5.2+dfsg-1.pgdg+1_all.deb
Size: 3079204
SHA256: 644b06a2ed00ffb14dc5ed90a77461c79f833d16ad5e6adb54adef43f90ab1d7
SHA1: 478aa27518139df1971898b6ac7acb89461adc05
MD5sum: c79eaf7f670750103ecd5448fb5d2c8b
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.
Timestamp: 2025-01-23 13:25:49+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.5.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9759
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal36 (>= 3.7.0), libgeos-c1t64 (>= 3.13.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 1.5.0), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-12-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.5.2+dfsg-1.pgdg+1_arm64.deb
Size: 3398444
SHA256: 7016be554773c719c0874944751a110489a7526f8745333dbc6c0819327cdea0
SHA1: 49ed7b8feaaf07e62330304d36293524e9aa3e1d
MD5sum: d7afc86cefeffa3e29c2aad21917310f
Description: Geographic objects support for PostgreSQL 12
 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".
Timestamp: 2025-01-23 13:25:49+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis
Version: 3.5.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4662
Depends: postgresql-12-postgis-3 (= 3.5.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.5.2+dfsg-1.pgdg+1_arm64.deb
Size: 4095440
SHA256: 800e42c46483d3966da2cf2b03402f814c4450e2edd7d667d94c43fb850ac144
SHA1: 1babf1101df907b79b7d69ae927fcb5f7b51372f
MD5sum: fe88f7d954678970e7a739c600ddc2c1
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 25ee9252cd5bd66ab581567eee0574ce37ecc0f5 3c70beccb0a4ba074a2389073bbaaa47fa987ff9 81deefa12954181d011c07f4b12aef95d1f5af75 e988439fcac53ba587efb35e2f50210a3fd943e1 e9e4be4379dc9abe29feaea03a3e7d2c45e8ba62
Timestamp: 2025-01-23 13:25:49+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.5.2+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38556
Recommends: postgresql-12-postgis-3
Provides: postgresql-12-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.5.2+dfsg-1.pgdg+1_all.deb
Size: 1278568
SHA256: a27228bf3ea4e37f7773ae1d5c414e82b5c2f7294aac8ab464452da9450796bf
SHA1: 7ca82f4c6afb1f9ea50bcdd639dfde740fc06457
MD5sum: 262e01613553ab1545ae58363d1d7b14
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-01-23 13:25:49+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.5.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9798
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal36 (>= 3.7.0), libgeos-c1t64 (>= 3.13.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 1.5.0), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-13-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.5.2+dfsg-1.pgdg+1_arm64.deb
Size: 3405272
SHA256: 6edcec3d8e0ba3eba9133126a948a9628cff7ac8be2407ec9e52eaefd7abd3b3
SHA1: 1a289acc287fca84581c5c01fa346edd6bbdfe0a
MD5sum: 872c2849860f4b704da7792ff67b4b1a
Description: Geographic objects support for PostgreSQL 13
 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".
Timestamp: 2025-01-23 13:25:49+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis
Version: 3.5.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4687
Depends: postgresql-13-postgis-3 (= 3.5.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.5.2+dfsg-1.pgdg+1_arm64.deb
Size: 4119928
SHA256: 5e9a7b4128be9ea48ede94f296d43606d2219f5a13fdfe8d162949a2c845cf22
SHA1: 17cc27b631368e5c1376a69154ac5be9dedba158
MD5sum: aeb6fb5593ce302b5d9df247272c1919
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 1863f6911d793afb4fadac5ae31932fd4cb5c4f5 48bfb1e99dc5bec7f6a87a7bd7949791d439f96a b0aac22eaa9fd74307b053e1e9fcab3580c2b831 d010e89e9aeb86ef2a8ba655123e35adc024a047 ee45c7e52aa621550cf17337423ad544fcb11027
Timestamp: 2025-01-23 13:25:49+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.5.2+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38556
Recommends: postgresql-13-postgis-3
Provides: postgresql-13-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.5.2+dfsg-1.pgdg+1_all.deb
Size: 1278424
SHA256: 6743a6c9a02af08f8e37ff96ab0b3d6d7822806e5931f0408119734c960be22a
SHA1: f78d71a24a76f3795ad14d4ec6913a8b7725fe95
MD5sum: 4010bcdd58d0beb0ce2507f08dbb8718
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-01-23 13:25:49+00

Package: postgresql-14-postgis-3
Source: postgis
Version: 3.5.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9886
Depends: postgresql-14, postgresql-14-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal36 (>= 3.7.0), libgeos-c1t64 (>= 3.13.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 1.5.0), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-14-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3_3.5.2+dfsg-1.pgdg+1_arm64.deb
Size: 3412004
SHA256: 00cd912ef49099224e9cbef67b38a880e222d99eb297280d8540ed6384816259
SHA1: b0c664635de130ba9080a2e228996854e5d23253
MD5sum: fe9ddcd184e7bcbc971a1f308a842ad9
Description: Geographic objects support for PostgreSQL 14
 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".
Timestamp: 2025-01-23 13:25:49+00

Package: postgresql-14-postgis-3-dbgsym
Source: postgis
Version: 3.5.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4672
Depends: postgresql-14-postgis-3 (= 3.5.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-14-postgis-3-dbgsym_3.5.2+dfsg-1.pgdg+1_arm64.deb
Size: 4103616
SHA256: caf004429ff2556ce0672a81314e7a9e8ca623f9bff3e9fb748132be60e1bed7
SHA1: 43cafda100aca9ea0aa1047b1ba7a167fd398b34
MD5sum: 1a93df6492fe89e5639c53b7b7a2028a
Description: debug symbols for postgresql-14-postgis-3
Build-Ids: 59b735c429e97342dec031ed9fb92f24fe815391 7a0ecee6c58867dc721fc9b5584eb4bd4057eade a7e3ddc69777f0a73f8fca0e1f6201c1fdefe322 c01696a82e9886d28f1fb7c4097fba05a12a9d02 e5d364cf86b19a61b7e738c78190b55241676b58
Timestamp: 2025-01-23 13:25:49+00

Package: postgresql-14-postgis-3-scripts
Source: postgis
Version: 3.5.2+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38556
Recommends: postgresql-14-postgis-3
Provides: postgresql-14-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3-scripts_3.5.2+dfsg-1.pgdg+1_all.deb
Size: 1278600
SHA256: 50594e803dd1c66266ee1af83f2323644b0877ed52d18ceb03343c4ed980bb2b
SHA1: 121eb4fa42fb1f605b89f67eac1543ac96996c69
MD5sum: 69c241fe6dc2795502cfe44f1f45f3db
Description: Geographic objects support for PostgreSQL 14 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 14 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-01-23 13:25:49+00

Package: postgresql-15-postgis-3
Source: postgis
Version: 3.5.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10012
Depends: postgresql-15, postgresql-15-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal36 (>= 3.7.0), libgeos-c1t64 (>= 3.13.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 1.5.0), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-15-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3_3.5.2+dfsg-1.pgdg+1_arm64.deb
Size: 3444188
SHA256: 26b18db397fadddb0243eac3407987cd5aa358c863122576765abe4aafcdbd74
SHA1: 83ab1df86ad934b0238710f38221d95ce014a881
MD5sum: da12d7ffcbe28dce6e3734d23967f996
Description: Geographic objects support for PostgreSQL 15
 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".
Timestamp: 2025-01-23 13:25:49+00

Package: postgresql-15-postgis-3-dbgsym
Source: postgis
Version: 3.5.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4679
Depends: postgresql-15-postgis-3 (= 3.5.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-15-postgis-3-dbgsym_3.5.2+dfsg-1.pgdg+1_arm64.deb
Size: 4110360
SHA256: 82d6bebf378da704a7803f4d6cf4d1d37aa70c1dfa0981891d2fe30beb5a92f0
SHA1: b5cb78eb80762f74aa24e136da546ef250eff19f
MD5sum: ca3a39a0c8517140d87a3889433d0658
Description: debug symbols for postgresql-15-postgis-3
Build-Ids: 0cb5642ee07f659e8289c278760f8e9270783826 1f435ba1dbfc460b7c59aac45b3d52ae2158b249 41d1c608c1d87591d57378792d4deb509943b645 6d3efc7df950e88c6166a00cbe7560cf90a5b5eb faf37f91bd65bd271060697a315080da65421395
Timestamp: 2025-01-23 13:25:49+00

Package: postgresql-15-postgis-3-scripts
Source: postgis
Version: 3.5.2+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38556
Recommends: postgresql-15-postgis-3
Provides: postgresql-15-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3-scripts_3.5.2+dfsg-1.pgdg+1_all.deb
Size: 1278584
SHA256: b64f3c1e2909b6784f7cce9d07ab7226fdcc77dc6eae892d1d6db7c8a8fa9a95
SHA1: 57bd2dc856e65fd980beb344ea8d0843d4550b2e
MD5sum: f299b17a27950f89ef2facf468cfa631
Description: Geographic objects support for PostgreSQL 15 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 15 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-01-23 13:25:49+00

Package: postgresql-16-postgis-3
Source: postgis
Version: 3.5.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10270
Depends: postgresql-16, postgresql-16-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal36 (>= 3.7.0), libgeos-c1t64 (>= 3.13.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 1.5.0), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-16-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3_3.5.2+dfsg-1.pgdg+1_arm64.deb
Size: 3521984
SHA256: 6413f78c89cf910a3c6a4b314c426f7830f8fbab1c3d22bf445439b02e9a8239
SHA1: 00367514efa1db23cb8fef97e6919bbb80eddb77
MD5sum: d86c5806223b23012b33f24e8047ae67
Description: Geographic objects support for PostgreSQL 16
 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".
Timestamp: 2025-01-23 13:25:49+00

Package: postgresql-16-postgis-3-dbgsym
Source: postgis
Version: 3.5.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4803
Depends: postgresql-16-postgis-3 (= 3.5.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-16-postgis-3-dbgsym_3.5.2+dfsg-1.pgdg+1_arm64.deb
Size: 4242572
SHA256: eb0489a192bfd7e065c9d817cf1b217ff324f7ad4da10c3349fe345a9e1aea6d
SHA1: ee62ee2ad8865f610aaf7ba3c5aba50c9993f5eb
MD5sum: e4ea6d1482d1c4113257c30bb4ce11e5
Description: debug symbols for postgresql-16-postgis-3
Build-Ids: 30e6b0238d9b5cbb64ad2b22a1d86d0a60f2415c 5dd71c10ab2a32a14c39b02e83cd02abc9985195 85b08202447e83e9421ab1a8a548fe6a00b4c7f0 a26feba3417c02ba780aa476f0a46502c8e3ae51 c7761c004172b06c8d5178850ade6a54fd597070
Timestamp: 2025-01-23 13:25:49+00

Package: postgresql-16-postgis-3-scripts
Source: postgis
Version: 3.5.2+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38556
Recommends: postgresql-16-postgis-3
Provides: postgresql-16-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3-scripts_3.5.2+dfsg-1.pgdg+1_all.deb
Size: 1278920
SHA256: eb0943c05997050296e5693c0995220dae8b243ad92333682bcdbfb1b25c744a
SHA1: d86bc4e2dc9e4a28a3b814ac1d70cfcc4ec1e75f
MD5sum: 04ec55d12d20d4f42e08c3ee80815309
Description: Geographic objects support for PostgreSQL 16 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 16 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-01-23 13:25:49+00

Package: postgresql-17-postgis-3
Source: postgis
Version: 3.5.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10369
Depends: postgresql-17, postgresql-17-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal36 (>= 3.7.0), libgeos-c1t64 (>= 3.13.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 1.5.0), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-17-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-17-postgis-3_3.5.2+dfsg-1.pgdg+1_arm64.deb
Size: 3542440
SHA256: 281645a4559f167d61331ff525e8d25fc45f4f55ecaa95b732cbec4b3390c04a
SHA1: 60220fb5ecc78826eef4b8680e05cef4828e2a89
MD5sum: b8db5e2f3a433959ee9512adcf321fe9
Description: Geographic objects support for PostgreSQL 17
 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".
Timestamp: 2025-01-23 13:25:49+00

Package: postgresql-17-postgis-3-dbgsym
Source: postgis
Version: 3.5.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4804
Depends: postgresql-17-postgis-3 (= 3.5.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-17-postgis-3-dbgsym_3.5.2+dfsg-1.pgdg+1_arm64.deb
Size: 4242992
SHA256: 12dc5a654566598a90b90e22d6a07af1869691fa2408d2a754cf66b259c8b97b
SHA1: 3c800d4da6a517ce8e92cc876f1f6f862a6635bb
MD5sum: 450bb70a2c259fde25af969b8bf73588
Description: debug symbols for postgresql-17-postgis-3
Build-Ids: 17110d08513ceca21be2fd1676da160644192ac7 3e76bca6e0d31ebd843471a11c445519b7a1a724 bddf9945b9ecebcbd468d891302b990e31b2d6a1 f0f65613aca797e20faae5faba0df2da09f0f4dc f4dc195f7bab72318eb9a181f90045bfceb30e30
Timestamp: 2025-01-23 13:25:49+00

Package: postgresql-17-postgis-3-scripts
Source: postgis
Version: 3.5.2+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38556
Recommends: postgresql-17-postgis-3
Provides: postgresql-17-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-17-postgis-3-scripts_3.5.2+dfsg-1.pgdg+1_all.deb
Size: 1278528
SHA256: 85888aba44cf920c6eee29a7325bec794e08358919afa07653f9cc204df96948
SHA1: 0ef50dcc89768755b6108ad8c2e0771fe2974802
MD5sum: 064fa29a5c10624e2c308e4ee4bacadf
Description: Geographic objects support for PostgreSQL 17 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 17 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-01-23 13:25:49+00

Package: postgresql-postgis
Source: postgis
Version: 3.5.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 66
Depends: postgresql-postgis-scripts, postgresql-17-postgis-3
Homepage: https://postgis.net/
Priority: optional
Section: metapackages
Filename: pool/main/p/postgis/postgresql-postgis_3.5.2+dfsg-1.pgdg+1_arm64.deb
Size: 21020
SHA256: 3d6ab1006d796d36d29267b956e465635407a38a6e46f73f554909e22c2e88b3
SHA1: e3969a6b4a631b7ef1d73365b681e69628766dc5
MD5sum: 8fb6061248c7ebf5d606f31977809dff
Description: Geographic objects support for PostgreSQL -- Metapackage
 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 metapackage depends on the PostGIS package for PostgreSQL 17.
Timestamp: 2025-01-23 13:25:49+00

Package: postgresql-postgis-scripts
Source: postgis
Version: 3.5.2+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 66
Depends: postgresql-17-postgis-3-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-postgis-scripts_3.5.2+dfsg-1.pgdg+1_all.deb
Size: 21036
SHA256: 7922879e83ee57fb2f7aa5d3211b38828d1135838f97604238a6146342c7334e
SHA1: 15baee60032eef1b42d446fdb2bc53242cc36b2a
MD5sum: b4abb7e5c3fba53d6c23f6d543e80faa
Description: Geographic objects support for PostgreSQL -- SQL scripts metapackage
 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 metapackage depends on the PostGIS scripts package for
 PostgreSQL 17.
Timestamp: 2025-01-23 13:25:49+00

Package: libecpg-compat3
Source: postgresql-10
Version: 10.23-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg-compat3_10.23-7.pgdg+1_arm64.deb
Size: 18852
SHA256: 51a02e817f0fe6c9d7660270ff65f040a25e0c88ea9e5a0346b232a200e148df
SHA1: 46387b0e5b26b2cfca9f8b3e502a134a9d367b07
MD5sum: d05a920bfd8b58bb3a9000eaf6c5cedb
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.
Timestamp: 2025-01-24 10:32:39+00

Package: libecpg-compat3-dbgsym
Source: postgresql-10
Version: 10.23-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 10.23-7.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-compat3-dbgsym_10.23-7.pgdg+1_arm64.deb
Size: 16916
SHA256: bd224ee66fce5bfcd015ad0692e22ee8688416281adaaddab663197b0891e4ba
SHA1: 92d3c903e51314738e5305eadb9196dc7d4efd9c
MD5sum: 9d192fbc5e06e5912737947bb4ec4da0
Description: debug symbols for libecpg-compat3
Build-Ids: be88cfbafe7feed1800f0a90d5eeb549a6ac6fd2
Timestamp: 2025-01-24 10:32:39+00

Package: libecpg-dev
Source: postgresql-10
Version: 10.23-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1248
Depends: libecpg-compat3 (= 10.23-7.pgdg+1), libecpg6 (= 10.23-7.pgdg+1), libpgtypes3 (= 10.23-7.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libecpg-dev_10.23-7.pgdg+1_arm64.deb
Size: 223872
SHA256: 36303a35d705966d44e67a99f783625b6e13f5b1bc3a0f2d0aa9585b658cab62
SHA1: 4b3391bc3061ae2f1d515724e39d62c6f16680bd
MD5sum: 27c2fe383c767259660ede68c0b4832e
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).
Timestamp: 2025-01-24 10:32:39+00

Package: libecpg-dev-dbgsym
Source: postgresql-10
Version: 10.23-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1127
Depends: libecpg-dev (= 10.23-7.pgdg+1)
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-dev-dbgsym_10.23-7.pgdg+1_arm64.deb
Size: 228432
SHA256: b0845903420d16976f52f0d776d547fd35e0ccb86e2275eff68084028448c1c5
SHA1: f2cb7527e604a8b0c304bdb8afa3a0354835f808
MD5sum: 381e730b7225e0e4ce8e3079d2fc408f
Description: debug symbols for libecpg-dev
Build-Ids: 808393be3131c51e5ec735adc79109257d358911
Timestamp: 2025-01-24 10:32:39+00

Package: libecpg6
Source: postgresql-10
Version: 10.23-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 461
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg6_10.23-7.pgdg+1_arm64.deb
Size: 83208
SHA256: e9628b2fe8e23e7754a189d945602b92457c4edda2d09b610ccd769a60c13990
SHA1: da60072c7e9a03af50473e72ff7c81f0cca44cb9
MD5sum: 35e212499a4f0d85c510c23eeed2d04e
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.
Timestamp: 2025-01-24 10:32:39+00

Package: libecpg6-dbgsym
Source: postgresql-10
Version: 10.23-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libecpg6 (= 10.23-7.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg6-dbgsym_10.23-7.pgdg+1_arm64.deb
Size: 92908
SHA256: 52fa875678da44e27fdd50d023cf283f494cdcd7c7314f1202111c50e4297e45
SHA1: 200990febbe21320e34f0fc409a6302bc822cbef
MD5sum: 54d8b1b4038d738bf0b682deb7f90a88
Description: debug symbols for libecpg6
Build-Ids: 9e0590cc89075874f77514a5588f27533e6f3e7b
Timestamp: 2025-01-24 10:32:39+00

Package: libpgtypes3
Source: postgresql-10
Version: 10.23-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpgtypes3_10.23-7.pgdg+1_arm64.deb
Size: 39176
SHA256: e67cd7f79166435e3f268552a3dc6666223f6781b9edaaef0935b38e3e6eda6f
SHA1: 6c372592055f38443ff6c27dd003b80a8ddda544
MD5sum: 652f4d898c9e25ab5671ad2f17990dbb
Description: shared library libpgtypes for PostgreSQL 10
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-01-24 10:32:39+00

Package: libpgtypes3-dbgsym
Source: postgresql-10
Version: 10.23-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: libpgtypes3 (= 10.23-7.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpgtypes3-dbgsym_10.23-7.pgdg+1_arm64.deb
Size: 70064
SHA256: 70b1f7e9c67ff4ea5c5b4f05f8b7187cae6ec0e6016aa1e0ecd315031f43a54f
SHA1: fc6db7861fdf84e307b534f2b7465c587e0d6682
MD5sum: 910dee96ac0d6fe1215825689265defe
Description: debug symbols for libpgtypes3
Build-Ids: 61aee812f3133645a82a7b6a427a81d7a05547ab
Timestamp: 2025-01-24 10:32:39+00

Package: libpq-dev
Source: postgresql-10
Version: 10.23-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 691
Depends: libpq5 (= 10.23-7.pgdg+1)
Suggests: postgresql-doc-10
Breaks: postgresql-server-dev-10 (<< 10.1-2~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libpq-dev_10.23-7.pgdg+1_arm64.deb
Size: 161964
SHA256: 8bc70db167be74cabdc00d341264f750766b8892e9dcb6dd1688beac300b4a41
SHA1: 2a1b65d916f594b0a08951e0db129beb58747a3c
MD5sum: 697107307d3a0358fd3f8695f7241474
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.
Timestamp: 2025-01-24 10:32:39+00

Package: libpq5
Source: postgresql-10
Version: 10.23-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 774
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpq5_10.23-7.pgdg+1_arm64.deb
Size: 164380
SHA256: c853cb82ff93d15794bbb9ba9da4fa92f543fc7d18b0f4c69aa6f4d10b933e04
SHA1: 458d7b1acf5695125fe44576cbb66bc6f06abab9
MD5sum: f8ea6e3f41e3878483e61d36b49e36cb
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.
Timestamp: 2025-01-24 10:32:39+00

Package: libpq5-dbgsym
Source: postgresql-10
Version: 10.23-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libpq5 (= 10.23-7.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpq5-dbgsym_10.23-7.pgdg+1_arm64.deb
Size: 230192
SHA256: 25c591d63701395663469dce35aa1b5328921561ebff144ccd871b121283753f
SHA1: 7b859346c927810c0748fd71f890d2ec1e54a5d7
MD5sum: 3a9a5fdf6a2ecda970417a3571c40339
Description: debug symbols for libpq5
Build-Ids: 945192512bf100d60dc9682ae84438c5e20d70cb
Timestamp: 2025-01-24 10:32:39+00

Package: libecpg-compat3
Source: postgresql-11
Version: 11.22-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg-compat3_11.22-9.pgdg+1_arm64.deb
Size: 21608
SHA256: f34ba693c1a2c411c3b94f2e4917c0b5126bf3c13fdda11c151389eea06d6a43
SHA1: afc11913fbca0726897bff24a79b072c882078bd
MD5sum: 3714fc108e907cd19f5df481703841af
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.
Timestamp: 2025-01-24 10:33:29+00

Package: libecpg-compat3-dbgsym
Source: postgresql-11
Version: 11.22-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 11.22-9.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-compat3-dbgsym_11.22-9.pgdg+1_arm64.deb
Size: 16944
SHA256: 62a34cb4530ea682fa873795a7cbfbff6696dbd861f8902f503187469e6a5761
SHA1: 1c776b552960dd33e8fcf4f0590306ee451e52ce
MD5sum: 7c601c5301eb78441317e7bf11f5cb74
Description: debug symbols for libecpg-compat3
Build-Ids: 592394e4ba10f72a8fa5b7fac3b0784f75869126
Timestamp: 2025-01-24 10:33:29+00

Package: libecpg-dev
Source: postgresql-11
Version: 11.22-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1319
Depends: libecpg-compat3 (= 11.22-9.pgdg+1), libecpg6 (= 11.22-9.pgdg+1), libpgtypes3 (= 11.22-9.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libecpg-dev_11.22-9.pgdg+1_arm64.deb
Size: 230088
SHA256: 42b4cf2afafa670833311f106d862545a4753e147edb1aa29c3a0a8c5d58f3fd
SHA1: 4a10ee63afeaeb7cdd22a89985c382287ccf1535
MD5sum: 6fbbbd3476f4f462acb52d90d6e314c4
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).
Timestamp: 2025-01-24 10:33:29+00

Package: libecpg-dev-dbgsym
Source: postgresql-11
Version: 11.22-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1151
Depends: libecpg-dev (= 11.22-9.pgdg+1)
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-dev-dbgsym_11.22-9.pgdg+1_arm64.deb
Size: 231532
SHA256: 87ea505f3f82189086e15b69442a4dbda6c1bfa62eeb4e85071514f6d596aa6a
SHA1: 08ea331a2d54b3d60885e03e243915658494edb7
MD5sum: aef78f171e9c8fd386efacbbb3ad53bb
Description: debug symbols for libecpg-dev
Build-Ids: 07054f7b2248ee0d00a0112dcaef826e11666951
Timestamp: 2025-01-24 10:33:29+00

Package: libecpg6
Source: postgresql-11
Version: 11.22-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 486
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg6_11.22-9.pgdg+1_arm64.deb
Size: 89144
SHA256: 22ccc00bdf8147dcca69d47ccc1bb32aefbe0ae56c11694586044110f2dc211c
SHA1: f8bf903118a3a7a326083b55aff753c47cd0eb6e
MD5sum: 60ad30ae00a7dd618b8ce17649a85f10
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.
Timestamp: 2025-01-24 10:33:29+00

Package: libecpg6-dbgsym
Source: postgresql-11
Version: 11.22-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libecpg6 (= 11.22-9.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg6-dbgsym_11.22-9.pgdg+1_arm64.deb
Size: 93140
SHA256: 36b7df1d964ddf78089c389155c8ee8410de01ec997e31309833a1b9fa126bc7
SHA1: 650dc92af6ea4cda3f20b0c67e1831dd24748665
MD5sum: dfa43e929df74d6e792c2880c61e4e16
Description: debug symbols for libecpg6
Build-Ids: 44d32ec1189add0625dbd099470e377e09b55936
Timestamp: 2025-01-24 10:33:29+00

Package: libpgtypes3
Source: postgresql-11
Version: 11.22-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpgtypes3_11.22-9.pgdg+1_arm64.deb
Size: 42376
SHA256: 32167c37b9d58944522c7f21d22134f2937200496bb7389cd22e6c5df489e095
SHA1: 1405afd2853ac720ae3845bdd54427a214223773
MD5sum: abe2192bc37a8e8120fe4726ac4e5aa9
Description: shared library libpgtypes for PostgreSQL 11
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-01-24 10:33:29+00

Package: libpgtypes3-dbgsym
Source: postgresql-11
Version: 11.22-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: libpgtypes3 (= 11.22-9.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpgtypes3-dbgsym_11.22-9.pgdg+1_arm64.deb
Size: 71352
SHA256: 6b443d62268ab15eaf572ead420b56f422e217cd9b1e4d9029120be8602541af
SHA1: dc836c634ed3669489a7290234a8f2e10f711cde
MD5sum: 6cee750149d117ba11f7165fc6de85ce
Description: debug symbols for libpgtypes3
Build-Ids: aa526d3058f71b76e947f4d5bea4aa6144ed102a
Timestamp: 2025-01-24 10:33:29+00

Package: libpq-dev
Source: postgresql-11
Version: 11.22-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 706
Depends: libpq5 (= 11.22-9.pgdg+1)
Suggests: postgresql-doc-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libpq-dev_11.22-9.pgdg+1_arm64.deb
Size: 166988
SHA256: 9a86c5ee98e4f7ace27ed523be4e04ab3abc10c9753ced9b4398c6c475c61ec2
SHA1: fa4aa2bf48637c25cbf6ae3829bdc62e4a94dc56
MD5sum: d5fda8dafe9e913b8e6a582067cd0f46
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.
Timestamp: 2025-01-24 10:33:29+00

Package: libpq5
Source: postgresql-11
Version: 11.22-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 784
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpq5_11.22-9.pgdg+1_arm64.deb
Size: 168088
SHA256: 5d6a81744982cac10d3de37e82496a0bc39432eb734fe72e78f8965a22373500
SHA1: 091c6fd8c8efd4380943db4281f629a4961b3bab
MD5sum: 7caac8de6386aa732a98789de01d370c
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.
Timestamp: 2025-01-24 10:33:29+00

Package: libpq5-dbgsym
Source: postgresql-11
Version: 11.22-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 264
Depends: libpq5 (= 11.22-9.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpq5-dbgsym_11.22-9.pgdg+1_arm64.deb
Size: 231772
SHA256: 3f7381a20044adefce58fbebe11d6c1c3ce71979b18c937285c9bc033defdbd4
SHA1: 82ce2b111cb04e6fad420dbfff4fbebcfe9b5986
MD5sum: 8eb504daedcb365896a6d744ce7f3550
Description: debug symbols for libpq5
Build-Ids: 78c0fcdbf95b8911d229c238ac1874a2ac176d0f
Timestamp: 2025-01-24 10:33:29+00

Package: libecpg-compat3
Source: postgresql-12
Version: 12.22-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg-compat3_12.22-2.pgdg+1_arm64.deb
Size: 23120
SHA256: 2d7be5b9df4ec034ebe19442fe4930587e5e9fc5e0e6782afec8fb41fe2d9337
SHA1: 24ae474ecd50e555e12ebf3f44993a4a09d6d71a
MD5sum: 414c0a8ecc1a7bf7876a5ecf9e70029c
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.
Timestamp: 2025-01-24 10:35:02+00

Package: libecpg-compat3-dbgsym
Source: postgresql-12
Version: 12.22-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 12.22-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-compat3-dbgsym_12.22-2.pgdg+1_arm64.deb
Size: 16892
SHA256: fc32cb8cc48ae1314ac42ee5b11ed6393afcdfb045154e834b45fc6d0ef90eba
SHA1: 4346e16d5b5617527046071a0b03931a3b1d9d6a
MD5sum: 7092d2d956c8652f421b32199327b91d
Description: debug symbols for libecpg-compat3
Build-Ids: ca8f3914ee8eafcee731ffcc7a737d23297ebd8a
Timestamp: 2025-01-24 10:35:02+00

Package: libecpg-dev
Source: postgresql-12
Version: 12.22-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1586
Depends: libecpg-compat3 (= 12.22-2.pgdg+1), libecpg6 (= 12.22-2.pgdg+1), libpgtypes3 (= 12.22-2.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libecpg-dev_12.22-2.pgdg+1_arm64.deb
Size: 271124
SHA256: 85793f1b611da5268e523fc3687c9559fe569bfc1d402d4c8427fa2f760bbae9
SHA1: 9689a34d5241bfb5621b53fbec110db4f8febf8c
MD5sum: 165a5c22f759902e296bd3c4af4eefe0
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).
Timestamp: 2025-01-24 10:35:02+00

Package: libecpg-dev-dbgsym
Source: postgresql-12
Version: 12.22-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1171
Depends: libecpg-dev (= 12.22-2.pgdg+1)
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-dev-dbgsym_12.22-2.pgdg+1_arm64.deb
Size: 241160
SHA256: 1e4d8403f61d5433e2865f9e9997e04b62f9144e91e9f9f3459ee038342b6a6b
SHA1: c6ec742704c1d581d9aabd780b4757bf78ffe4d8
MD5sum: 6d38d0f5cbc4ca593df50449add6f05b
Description: debug symbols for libecpg-dev
Build-Ids: e5b723bf05717462b23b199d8dee373aacd5c4f6
Timestamp: 2025-01-24 10:35:02+00

Package: libecpg6
Source: postgresql-12
Version: 12.22-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 265
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg6_12.22-2.pgdg+1_arm64.deb
Size: 63124
SHA256: b5bf7922881d9d921e1b4c6bf16c03986bae2caceeebb3663455d63c3d7ec3b9
SHA1: 8ffe3c266de9e520a2d7eee7025d0f281d297ca6
MD5sum: fb7f9ec31325e5ec622be82df9d26768
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.
Timestamp: 2025-01-24 10:35:02+00

Package: libecpg6-dbgsym
Source: postgresql-12
Version: 12.22-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 12.22-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg6-dbgsym_12.22-2.pgdg+1_arm64.deb
Size: 112556
SHA256: 78d4ec22f2165ab6807dfd020350c4a3323a47a9c61b8cf97a383e786171139a
SHA1: b78f6b11b494ac506fd031a2c57ffef48f7f4d39
MD5sum: b8d64815d75ace283d4288b168685d0e
Description: debug symbols for libecpg6
Build-Ids: c4bf50399678f5292f5b4242d109232bbe005ced
Timestamp: 2025-01-24 10:35:02+00

Package: libpgtypes3
Source: postgresql-12
Version: 12.22-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpgtypes3_12.22-2.pgdg+1_arm64.deb
Size: 49164
SHA256: d3d759e53604e509f73dbc195b3f0511764077c38b0133deb81381826a9bcae8
SHA1: 97401b3b61b1d58c779f18f75777aea73bce1522
MD5sum: 0644dea50149062864785a9739a88c3f
Description: shared library libpgtypes for PostgreSQL 12
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-01-24 10:35:02+00

Package: libpgtypes3-dbgsym
Source: postgresql-12
Version: 12.22-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 12.22-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpgtypes3-dbgsym_12.22-2.pgdg+1_arm64.deb
Size: 88620
SHA256: b8fc9cc7b85669a176d0038f22c7841a81ebf99f1dde0de4174ec34b190fe609
SHA1: 6a8a29c93323b1041f93a24a5249755ed2da71b5
MD5sum: 91232a55fdb6d870f345b1985d56bcea
Description: debug symbols for libpgtypes3
Build-Ids: e898f6bc42e8cfc5d4035f3ac28ad05cb483ed4c
Timestamp: 2025-01-24 10:35:02+00

Package: libpq-dev
Source: postgresql-12
Version: 12.22-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 601
Depends: libpq5 (= 12.22-2.pgdg+1)
Suggests: postgresql-doc-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libpq-dev_12.22-2.pgdg+1_arm64.deb
Size: 146684
SHA256: 02dd32daaedf32db3da128d72347acb75aa6f35aff5a0a109137bd0a7f00931a
SHA1: 5a99c6a292a05eeefd68560b64e3dcc400dc77b1
MD5sum: ae533aa0686ae6d7ef78ac7670f1a809
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.
Timestamp: 2025-01-24 10:35:02+00

Package: libpq5
Source: postgresql-12
Version: 12.22-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 796
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpq5_12.22-2.pgdg+1_arm64.deb
Size: 181084
SHA256: 70b462bcb7d16736c1ba71e868ddd9b809d94c970d1a06a1f775db6328d81d84
SHA1: b7bd8da7e3ab26ac931c7f7b02a036d9d6ca48c0
MD5sum: 37ee76ce6131afb9795261886e9ccff8
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.
Timestamp: 2025-01-24 10:35:02+00

Package: libpq5-dbgsym
Source: postgresql-12
Version: 12.22-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 286
Depends: libpq5 (= 12.22-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpq5-dbgsym_12.22-2.pgdg+1_arm64.deb
Size: 253036
SHA256: bc43454532af1f9307c1a91185d84c585c931dd1be2b69d6bd0d1600862b712e
SHA1: f23c469d9b8453429ab8e5f697a59058bdc7d07b
MD5sum: 671eb86d62d740ce1508a8ac83f32d9f
Description: debug symbols for libpq5
Build-Ids: 44ed2c849301f7f6a87bc06c4b383e53ad63bb87
Timestamp: 2025-01-24 10:35:02+00

Package: libecpg-compat3
Source: postgresql-9.4
Version: 9.4.26-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libecpg-compat3_9.4.26-13.pgdg+1_arm64.deb
Size: 14708
SHA256: 7619f2ca961a354b770b553408624b9d771260881095580d60582b6783a1b555
SHA1: 42abf1ad54762732f603ae292791934a3b0c2eeb
MD5sum: 4d50a3666a6e7336b12893f4b29b9af0
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.
Timestamp: 2025-01-24 10:37:04+00

Package: libecpg-dev
Source: postgresql-9.4
Version: 9.4.26-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1116
Depends: libc6 (>= 2.38), libpq-dev, libecpg6 (= 9.4.26-13.pgdg+1), libecpg-compat3 (= 9.4.26-13.pgdg+1), libpgtypes3 (= 9.4.26-13.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libdevel
Filename: pool/9.4/p/postgresql-9.4/libecpg-dev_9.4.26-13.pgdg+1_arm64.deb
Size: 205208
SHA256: 3c96025d0c6a383855e66168145b0cf085c928169897420e67d4f648ecea0407
SHA1: 322a925c7ab9d32d185521fb327c6e27213d5621
MD5sum: e1aa563860ed086b3a2ce8ecee6da65a
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).
Timestamp: 2025-01-24 10:37:04+00

Package: libecpg6
Source: postgresql-9.4
Version: 9.4.26-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 432
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libecpg6_9.4.26-13.pgdg+1_arm64.deb
Size: 76360
SHA256: d5eee4b1f0927ff06cdef8d1b252f781d6fd7bd0460f0b103d56ea71edf880e0
SHA1: 4d5b179bcb4e12c27ab7d4ecc7f9557aea16e154
MD5sum: bef2c4bb4c4d7c2d7369005d0745bddb
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.
Timestamp: 2025-01-24 10:37:04+00

Package: libpgtypes3
Source: postgresql-9.4
Version: 9.4.26-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libpgtypes3_9.4.26-13.pgdg+1_arm64.deb
Size: 34936
SHA256: c170a58231d540e0b2389192f66bcc433c96011dac25a50635c4b9e06b867e3f
SHA1: 6fe167901b73cba6f73e3384f3049d20fd657d5d
MD5sum: 268681ec1d60d6f25b8c342635e944c4
Description: shared library libpgtypes for PostgreSQL 9.4
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-01-24 10:37:04+00

Package: libpq-dev
Source: postgresql-9.4
Version: 9.4.26-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 745
Depends: libc6 (>= 2.38), libpq5 (= 9.4.26-13.pgdg+1)
Suggests: postgresql-doc-9.4
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libdevel
Filename: pool/9.4/p/postgresql-9.4/libpq-dev_9.4.26-13.pgdg+1_arm64.deb
Size: 148644
SHA256: 3dcbeaa44c07c1e7ae7868f495fdbc2b8db49928c9d8127569dc4af46902e3bb
SHA1: e7a894f773c5cb7034a9145a0cea5799eb8170fd
MD5sum: 7c2a5152f60174d6f1371dc90956818f
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.
Timestamp: 2025-01-24 10:37:04+00

Package: libpq5
Source: postgresql-9.4
Version: 9.4.26-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 533
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libpq5_9.4.26-13.pgdg+1_arm64.deb
Size: 118176
SHA256: 97a790251f38b24b9c02236122bb023767578eb660c449930df1dbe375dc8821
SHA1: a047b226b21504336f9bc30e295a7d0954cafe9b
MD5sum: 4ee38598ae8c4893e708924d7cfeba84
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.
Timestamp: 2025-01-24 10:37:04+00

Package: libecpg-compat3
Source: postgresql-9.5
Version: 9.5.25-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libecpg-compat3_9.5.25-11.pgdg+1_arm64.deb
Size: 16708
SHA256: fb6bf09e4106a615311f91d20012432ac1fa6b16fe9b0e772be76037b3e6fa94
SHA1: 69659d08d2c66659b85608ef579c992bc90e36e2
MD5sum: 08a1d805e2f89748a56d9926f6aa4405
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.
Timestamp: 2025-01-24 10:36:32+00

Package: libecpg-dev
Source: postgresql-9.5
Version: 9.5.25-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1182
Depends: libc6 (>= 2.38), libpq-dev, libecpg6 (= 9.5.25-11.pgdg+1), libecpg-compat3 (= 9.5.25-11.pgdg+1), libpgtypes3 (= 9.5.25-11.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libdevel
Filename: pool/9.5/p/postgresql-9.5/libecpg-dev_9.5.25-11.pgdg+1_arm64.deb
Size: 213008
SHA256: 81f9aff4ff2ebf7abaadf3bf90d52f5f0c791f916bf15cf07b6b74589e7faeef
SHA1: a15ee78fa28e40fe0260ef67c25e384b7222299d
MD5sum: 1b64edad0932b47397784b54e6e7ee82
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).
Timestamp: 2025-01-24 10:36:32+00

Package: libecpg6
Source: postgresql-9.5
Version: 9.5.25-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 458
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libecpg6_9.5.25-11.pgdg+1_arm64.deb
Size: 81344
SHA256: 78942f1a1785270cc86cce7371eb2aaa064aa96a83a7cfed51d5738dfe2d6da3
SHA1: a0cbd26fc98fc8f33dad7fa402363190788b962b
MD5sum: 1c52069516100f407781acb34fe187c4
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.
Timestamp: 2025-01-24 10:36:32+00

Package: libpgtypes3
Source: postgresql-9.5
Version: 9.5.25-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libpgtypes3_9.5.25-11.pgdg+1_arm64.deb
Size: 36988
SHA256: b0e7bca7561c7f7059f86110f2a88388daefdcbab3f5c43654794cc30b5746db
SHA1: b7ea9b0c4ee404e61f0f43021d72c2d6e2a43fda
MD5sum: eb4cf09438aefe35f4d66087f0e6d8ab
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.
Timestamp: 2025-01-24 10:36:32+00

Package: libpq-dev
Source: postgresql-9.5
Version: 9.5.25-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 768
Depends: libc6 (>= 2.38), libpq5 (= 9.5.25-11.pgdg+1)
Suggests: postgresql-doc-9.5
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libdevel
Filename: pool/9.5/p/postgresql-9.5/libpq-dev_9.5.25-11.pgdg+1_arm64.deb
Size: 154924
SHA256: 666c038a229838acc1a95fd6c7c38b813274a7245d8463affd40e14124510f3f
SHA1: 4f7088ec069906cd820a4ce6dc0a445c77196df2
MD5sum: 43aafa30e085b52b52f3a7cee484d35f
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.
Timestamp: 2025-01-24 10:36:32+00

Package: libpq5
Source: postgresql-9.5
Version: 9.5.25-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 648
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libpq5_9.5.25-11.pgdg+1_arm64.deb
Size: 130160
SHA256: 80b1d9f16f26006303907e13967eb7247a82f54aaaf9353e8d36443cb309a1c5
SHA1: a12e88c795a71c137e945e150c1a7dc1e06a1495
MD5sum: 99213afc618e0fa914430d0c5871e7bf
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.
Timestamp: 2025-01-24 10:36:32+00

Package: libecpg-compat3
Source: postgresql-9.6
Version: 9.6.24-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg-compat3_9.6.24-10.pgdg+1_arm64.deb
Size: 17872
SHA256: f2c25e42f2baaca1ee18d193a390e0d3d0283e054ebfae7fe2f9627b6f7279c9
SHA1: 995982c72d60ded741b167e96ece1c63a0efa5b4
MD5sum: 58c184c7c8c87799b8ee04064e0f090f
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.
Timestamp: 2025-01-24 10:35:48+00

Package: libecpg-dev
Source: postgresql-9.6
Version: 9.6.24-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1248
Depends: libecpg-compat3 (= 9.6.24-10.pgdg+1), libecpg6 (= 9.6.24-10.pgdg+1), libpgtypes3 (= 9.6.24-10.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libecpg-dev_9.6.24-10.pgdg+1_arm64.deb
Size: 217212
SHA256: 8fb879d8c9efeb905af06181c2f0531238c368b5aba14b6c3a873160f8b8a470
SHA1: 062918854f6d864ac54c6f5b19132febe568ee1c
MD5sum: 6e75c42b9977f1f0a81078ab8ea5588b
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).
Timestamp: 2025-01-24 10:35:48+00

Package: libecpg6
Source: postgresql-9.6
Version: 9.6.24-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 461
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg6_9.6.24-10.pgdg+1_arm64.deb
Size: 82040
SHA256: 7d427c8888b6ef744dcc1cc9d1bce180876840dcc304469e4118e6b0f0cb3a83
SHA1: 8b0a55d0a0e90470ba0c9643437082bc845c08c8
MD5sum: 26b3023f85020ea413759e98952ccd66
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.
Timestamp: 2025-01-24 10:35:48+00

Package: libpgtypes3
Source: postgresql-9.6
Version: 9.6.24-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpgtypes3_9.6.24-10.pgdg+1_arm64.deb
Size: 38196
SHA256: 32fd15ff48fb1b7587e5ae2dfc9e653ea5658fbd1b35a502be8524ed95fda901
SHA1: 1a1d37f449e6f52907fe1db8d67dae97b3c4b3cd
MD5sum: 728353b036d5f94555e310fd46fc523c
Description: shared library libpgtypes for PostgreSQL 9.6
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-01-24 10:35:48+00

Package: libpq-dev
Source: postgresql-9.6
Version: 9.6.24-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 777
Depends: libpq5 (= 9.6.24-10.pgdg+1), libc6 (>= 2.38)
Suggests: postgresql-doc-9.6
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libpq-dev_9.6.24-10.pgdg+1_arm64.deb
Size: 156912
SHA256: ed0e4a9094a9f9d7b0a6c07d8aee2064411034ffc118e82362d0324945017143
SHA1: 420bcd4a144dbffffbc3af4fcdbf74c5c4471390
MD5sum: e1d7fed70370d8f371e41c49b7034987
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.
Timestamp: 2025-01-24 10:35:48+00

Package: libpq5
Source: postgresql-9.6
Version: 9.6.24-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 661
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpq5_9.6.24-10.pgdg+1_arm64.deb
Size: 132256
SHA256: 17d4317f97bd50cec76ffda2d27a3ced29484e811e834f4e992b512780427f55
SHA1: d17a54a0fba0cf5f894c7c3ed1c53b3d3920e9e0
MD5sum: 0a4b9b7a2ddb67620cdda88bd746047d
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.
Timestamp: 2025-01-24 10:35:48+00

Package: postgresql-10
Version: 10.23-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28440
Depends: locales | locales-all, postgresql-client-10, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-10
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-10_10.23-7.pgdg+1_arm64.deb
Size: 5067960
SHA256: 949c587aea12f68442df431dccfdd65aa28f9d1975f3e4895e9af03a5e4ed7ff
SHA1: d3453d500394ac0cfa81cd4cbd2c5cd428280f31
MD5sum: 7c0df0f5e93ea769ffbbd65489db610c
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 10.
Postgresql-Catversion: 201707211
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-10-dbgsym
Source: postgresql-10
Version: 10.23-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 22525
Depends: postgresql-10 (= 10.23-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-10-dbgsym_10.23-7.pgdg+1_arm64.deb
Size: 12131080
SHA256: ddeacb171840f4b96f1d282c4e373c54897170843a829df40fc8f52d5ebe0718
SHA1: e89b1f8153b884491fa5973dc1b9ec572da5c713
MD5sum: 43f5e210af91f1cfd89251991aaf8284
Description: debug symbols for postgresql-10
Build-Ids: 012b11f8eaa964502226ba8be4bc126e96cec388 02179a94935508f0538cc91fe81bc8cddc8cde1e 07049be599549218971a0165d64334ae27520e96 0a183e9bf145370ff29a643a7d2049c7e0bd09d1 0f916b5f1cfe2adcf947313a626f07f256e64975 1057f53998ed0905cfed1a20b59c407cca4cc38b 121fd67f72a9e728b1ae18775ba79f4e6e846724 1463d0f0a41b42bec1cf1dbebff5fbe4e699c287 1997127a5bff480111917392e2cecc1d147f0772 1e7fffeb874f8e746ab257aec91e94a86e7b4ba4 22d736061f952c08d3c2ff81f1c6b08d5520c6d5 24bbe1f82b44605185114dac4510693dd54cc7ce 269b18a65e26e2445a6f86a006d700b025e88f00 26e611501bacd90f609fb9f114613eb3c749b654 2796ab04dc4ab940371528143da99527e226cb5e 295fe1186d02d0584794e1a254b25e0ba51ca275 2b962e15c0dc1a5c447f6db916765a35d26b5b73 2d81a9a9f235370d817a778d5834d797295a014c 2ec80f7e68a03521489a4e156410670bab455f54 2f969cf4a805d52240df811170e6e6ed8b3acce4 344dbb2b225e5816cc01e386c9a77c6109ecb6d3 3552c16cd1342686fc8b5de41295264d396a0428 39729e3a6d9c1c454f9adcf1af791f281e4b13e9 3abce4d5dbacb1351177aea8000cf0359499b86a 3b361ff79a3c4fe073c93a72910ac86d70a98469 3cbfca427acea73c2a7fd93e37cbf8d5870d3283 3d58fe89deb58051e1473bb5888f29f3dfc80040 40d4ed7de2b88f78fc398f452e52a6f1a957adad 4152fd333345ccd0faa7d299321aea106e66e24c 43fe16792b6be0a8456b700bafff431ff7401907 443a689bcee7e460a5948517bf712159a0fbae3b 4859697ae6c22274783dee7e7cdcd643bb2977d6 53f727ef6e7f72a78afa5f48cf0a1b630a20d189 5744ec031d883f139085f8ff6c7b749957321434 57efc556318f386a01c455afc5eea1dfd36a7b7b 5a704ac4eb3ade216e1bcaf50d2a5a0d7ee7fe7d 5ae8b3d45310ff0b7ee2fa5b68c4543158543339 5de7d088d70deba1ce9914053754154803222917 63f49e3ef29e7ee968d860e20d99d1c0f2f2c4d7 64c32d5ffadc8ba74d7b96edaf793e3fd79e7d02 65d8d376948f7d0a8f063a8a13f477874ae0c70c 6831168e0daaa2417ec1d23f599e183905c75e8c 7377541c3a3dc372678b8a886abbec343444c206 73c03ef289b665a62d465fb7d97495f5cadde7bb 750e30077a283646c679eeaf8d118efa215e0c49 7555c407d70b56f1b1d06fa9d6af6c2600d1a71c 7e2f45628fd57b13a0a83eba047d1946f08eee2d 7f3cb2dffcdbff18f5e3eefaa8c88038384e81e3 7fa3d90881e2649d9de99e1c248b95fd366bdc12 843d18d5bc05cf3348352412784e7f80a84484e6 85cf3370adf5cbd1be0530a97a23dc0c15f4e522 86ad8223082b58c23f8d2fd1ca0eddead826b224 89c7c840a93e6868f6582d32782f2f75e4df35ee 8c5529a1ba9bb64bcf21607a82dfd5a74360f5b8 91799c464d63fae0ab729577c12ecea540c6fce7 927b26fa55f8314a58c2e4f8ee481ce0560d7e6a 967b50ee518795a868ac5b5499832003a639e1f9 9ddab167426a5b4eec8a93a06d828040f6b39ad7 a83eced08362395244c7e1cfa68a9e00353ce5a5 acb9f5024e7cef3eecc3835be4a2b39e4977c3f8 ad2b12ad7677c22bf9c9f87fb713f8fae361eb78 ad6d4e5c85e9de53cadbaef2c4d5325f498d8f9e ae13541ec50eb8abbeb85fb66b16bb452846cf61 b1b58e100b8143fdbbaf2c47ce6d5eb9e9bf3e9e b20d71f8b16ffad83775151dadc7bd58f16eaed5 b3487d7094428a37ab9bf03485524c2e247832a0 b401440d749796232b766837fd24bbf34e3dad23 b9000fecc90992df2599825551ab8383a2c650fd ba0762c0a66bff16e71481e40056ef0af9de1fd6 bbe29ff8e1917b11e1fc4e7ecef8e43bf18e2020 be32496358d860d69e2f5853b924ade6654b2cdf c2f383a85fbd63a96cbdde384b239b24ceacffea c5b117a6f4bd09896df45fc00367804213d75610 c5e8677032494654f1acbbd07eacc8ee25ee9dde ceb23ef9528a2b87b3e32dcfeb88becc50a9f14c d14c1677099e824b2837ce7ba0186bc0e66bf6cf d45f36786227e794c0d1602353823c8ef7e15401 db0efe7d985bb53ab4352bf65f1322e8fa617966 dc3b7ae52b784d2980482c81473c9e2370fb295e def355b2f9abde4c1dc5266f86f6430e11871109 defa54b0aa6261071f988f8a49cc0bd89a266785 e1f04ebd868a50f5d6ff46a0100c42dca8f42674 e206834a2bc5838b34d3ff010ff913e0723cac6b e44614c4c4d988c03f4b2c282276e593327c8d8b e4ae90ae5dc795655451e477dd60ade88f612f02 e4db1c1a81ccb3deac6b9e749cdfe0a1cd18c822 e7587c927796255120711e0829b1ef5420e7b2d8 e9630fd7fb74b0400f82d08daba19167d33aaa24 ef020b72ae51ef36cef07fe103b5ad35ae7901b6 f398fd9a8ca208f3e228050efda3c216c96ff60e f3f344c0a1bf86e5dee8e3f8526a93127b903145 f77f23e410b66971f9e50443fba07439260e246a f8c4c568e2eaed40ab2bf66189e6012406f1b96c f995ba2133a95cd16db350a9ff7557c53c8b526e
Postgresql-Catversion: 201707211
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-10-pg-gvm
Source: pg-gvm
Version: 22.6.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-10, libc6 (>= 2.17), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-10-pg-gvm_22.6.5-2.pgdg+1_arm64.deb
Size: 19636
SHA256: 75093fdb21b926c7457f1c606352ccf4682c94ae0b5dd36259b27bd0abc65e3e
SHA1: a953092899cfe27c97d5b932f790082c7b9e31e3
MD5sum: 444e87e507b8d0c16a781645ead4d919
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-10-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-10-pg-gvm (= 22.6.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-10-pg-gvm-dbgsym_22.6.5-2.pgdg+1_arm64.deb
Size: 26292
SHA256: a3ae6fc982ddb59b6b0db99dd595da356661b99a4df092a02121efc9500ddc91
SHA1: ef398c46251204363c9a4d3495606127d7ec8b76
MD5sum: c6caca71f3a2e9c3724ccad5996f05a8
Description: debug symbols for postgresql-10-pg-gvm
Build-Ids: 321a8f3d5a9d9c6fefded6568382dd3436cebf56
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-11
Version: 11.22-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29644
Depends: locales | locales-all, postgresql-client-11, postgresql-common (>= 194~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: postgresql-11-citus (<< 8.0.0.PGDG-2~), postgresql-11-cron (<< 1.1.3-2~), postgresql-11-pgextwlist (<< 1.8-2~), postgresql-11-pglogical (<< 2.2.1-4~), postgresql-11-plsh (<< 1.20171014-3~), postgresql-11-rum (<< 1.3.2-4~), postgresql-11-wal2json (<< 1.0-5~)
Provides: postgresql-contrib-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-11_11.22-9.pgdg+1_arm64.deb
Size: 5320304
SHA256: 0e5652796aa22283e166cf82d4776f061b5941f743fabe096b850223cea37c91
SHA1: 695a06e0e383777e6a303c662194ce4ce54bc739
MD5sum: 910f5325c92057b5d1d4bda9101eaa67
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 11.
Postgresql-Catversion: 201809051
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-11-dbgsym
Source: postgresql-11
Version: 11.22-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23805
Depends: postgresql-11 (= 11.22-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-11-dbgsym_11.22-9.pgdg+1_arm64.deb
Size: 12911072
SHA256: f5e141e1ef7d04a4dea971af2b6e8ebcf37d472f02a2a390345c3d6457259a51
SHA1: b891307f5ece0719c4e8f435d11e2d789de7285f
MD5sum: 073fc760c3211722c635636c9857f20b
Description: debug symbols for postgresql-11
Build-Ids: 03ff1fe97388af53b3092b4ba480eda8e77ef515 045c464f0df1bc65e94a505b737115d5207c2a3d 0514aa0323114c47d2dcfcfb3ad1d7bb3178c5f4 07a313441408e1d11554dd1ed4fd792fc692532f 0855e88ee74e538a46208f66e6dffaf2ba345928 096aba501eb88d304519d7409353015f10b24358 0a3cec0b10c62f131e45a3763bf99990b70400e4 0e5fec02e0a6d03e7017b59ba9fd2d449488a47e 11ee56d3d34d1b73e3ccb24e7db057616d979f8e 1441cad13579e3c5557f20728ac47746bfc45596 1d599f2fe851935facdefc069f0112a5dcffdf75 24564d3ab3e4d307ffbcfdadd39c1162c877fc68 24ac8aab43194c7e37bd255aad758b51a9ef5676 270bbac29cdfb398eb68fce3834177ffb52a3814 28555b7c7ceca32d0821f95cafc20d86a5068954 29150ee505b2279a44ff59d176fc2b4b4924f0b1 2f280ac9a90882f682e40ea5b39b0b81160a5d54 30d8089d7da8dc3607d560464c7170f92b06042d 32d525714475a869aa2ba8f59e94622a6767c009 36b09015749aadd4235404ee87040ed6750444b9 37d7dd3b35cbdcb2ae07cbb7ba65723387b2c68a 3a123f8afae413167c3d016895a4b85776a10449 3ba21d80216e48bcbc4873dc5a9f01100830cb78 3e4f5f001057e7875392e971b3cb9dd02a5bf989 3f6ebe572ce7dc2d8f0dc4e8090ea9b2970f1809 4218b99911142398feea5e5cf4dd557764e48663 46d2e32c8cbff60c6cb366fcf2113d1dd922de98 48ac2a85e1907588f42deaa82eb23aa0e8224181 48bc76e50579061629b59fee95b4886ceec1e5cc 4b9c6e68f8867c4212753ddebb43b328d271d691 4f689dd803df3e51c171ff98460b647d414f166d 52858ce1fbf0f2f2fd59101cb9db41174e919dbb 556f2afdbfd084f46622dbe4eed2a7491d6d5204 55f6a22ea92fe712685ffe6aba9f1c8945b3cb35 5bb2786405613ca2de471ca7bd667c29aa1234b2 5ef2286a893c40ce8342383137edc809bae0a0db 5f945524241897f9ad1a0f81dd9caac959e90a27 60092302934084435a40b69d3f81a618997bd9e7 60174eba7e0106b8d223d51a2df8546fe42635e6 614bef6e8ce971592d753fbd5be5f4ad6eef3ef2 62eba0ae21869d89d50d7cd0de4a640bad334ae8 637907f1a91d4f768408e4e6d6b6b1f2e6df22f2 64972ff8ac7e3c05e813d95bdad2bf762e80ff79 665d027fb5d509cd42b864c66298e7c543d1befe 693feb9ed0a53532617a66f423f9ebed0ee18d16 69d6deb75b2991906bc2978c144dccb22a857080 6cf10f30167eaa7b52470583c69c710bcc212c4a 6e27e86b55d25d4e2ea98c99bf88ac8585f85679 74f709ef784b47e3e6eee50c0b9fa24b2d949a42 7c5b138b6472d6f07e73a8bb3ef0919dac31ac0b 7c80b1769ecc1418b312147d2ab6b3919c71e013 7e92fc6c455b9b80a5bebaea190b286f01d5faba 86ccaf274cd45ecf8ed764193c6d0599f3bf48cd 8d1d227e30d3d174d813074a3203f6fa0393f745 8f8e4bcc0cbeeb8e4202c2ed80895175fdddf64b 8ff952ff9bed6e7dc82898edbb95e45388b78460 928e89d3fd9e4c96f5ba5199ec3c84bf151262dd 92c8274bbda32c2fe0d489fe39179487a25aafa8 98de98ed31bafb53940ac459737f945ea7291816 99a8f6ab95ff23524d5c2b10b7307a99dbfe5f39 9d99f65c8e8efd7bac10bcb47bd0bb7054e770bd a30541805f9ee48ac0190ab302375d3d2e9ef9a7 a38180f66f5611f78b1b90bc6f169f1a7a1e8df6 a5a716ca74b4d7ed0e6decbaa1055a7e9a85f1ac a716527795e4b15b73dd51245b2d4ec9d6ad2c62 a7234358fd3f8f2b679e0bfc462ce105f124b9f9 a9abce1ad37075b4d53265a9bc050c726256c354 aa85e2cf29bb5ccb0d675a240925cd5d2e5707db b03dfa0eba9f8c02bbb6d74fed62d8cfce929864 b101c1617338561b5890b090a9f2c8fd70ab8650 b1999eaf03750097be2ace811d46f3f0a05699e0 ba01387e21af5c333d2d3dd2fd1fb4ce9eff0aaa ba4ae9f166889445430d7108113df721d4903be8 c1d4846c1d99accc391d83ea52165033c1cf3357 c5c94a3c879e4a875a2eced47bf9e87d70d1fe7e c5f27935ebcfe2abdbcd37c2555dfcdb4458c09d c777b2cc711406fb38eadace048d94b4dbc0ec1d d11b39a05ae192ec6e1cf09044f1555e84574be2 d34060bf75ae865c341d9c022ca727924834c8af d5f63b5c24c9e3bbbcca9ea6f39bc0e6445eb6be d6a9dac56098563a721b318406631e03dd9371ae d780417a2d1bebdfb4a5af7bdc6bf9d2fb0ccb52 db6fb9e166cd7cc49edffbc647f60770c9ee8c8e dbe437322f71cfa9393c3288f1e8f0df83261ac4 e16d7aa37e0603508158a7b6ef937c9c2aabc582 e5e88ec2c42f11aad62a126c17a7c62b822051c9 e7c8aa94df9af96582c8cbb41da854653fd0d0c8 e8716a9fde00f63ffb695df3d2d0fa24a8205608 e8a9795bbf578289629bf0bf2e1b0c6580222a0f eaf6ba76039e5f2d6bd6532a75d77a22e24f59f0 f10fbaba3113f1b1699224e8b39fca5d14870495 f9682529d7bd0b51f1968b9674796c0edd3cb754 fa98d8694a97ee071134f18ee5cd98947172b774 fcf859297dedb5773db65c2d77bff96f206d34c5
Postgresql-Catversion: 201809051
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-11-pg-gvm
Source: pg-gvm
Version: 22.6.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-11, libc6 (>= 2.17), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-11-pg-gvm_22.6.5-2.pgdg+1_arm64.deb
Size: 19660
SHA256: 8911b6af44b12a4067d38783bdb749e13e1fa14acd72eff0af3ba4154db0b212
SHA1: 1eda8f4940b9957a7084d794bea8b764b8eab5a4
MD5sum: 724d3b6550336451392dd56ba8df3023
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-11-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-11-pg-gvm (= 22.6.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-11-pg-gvm-dbgsym_22.6.5-2.pgdg+1_arm64.deb
Size: 26404
SHA256: dc9f6f7d7ce2ea2ac835d9c3256312d25267c69ae503476499a3cba137a4cec9
SHA1: cec7de4fcbcbcd0076fc6caaaf3fb7c4dd97e008
MD5sum: 55f0fb1aff39190ce1cef54a530e2b1b
Description: debug symbols for postgresql-11-pg-gvm
Build-Ids: 4ca5297e03fa4a95a83dddc363066c7ba2840cbf
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-12
Version: 12.22-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52604
Depends: locales | locales-all, postgresql-client-12, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap2 (>= 2.6.2), libllvm19 (>= 1:19.1.0), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-12-jit-llvm (= 19), postgresql-contrib-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-12_12.22-2.pgdg+1_arm64.deb
Size: 14450988
SHA256: 07f51529f941d1da75beccf13282c756eaac33763eff685d01e3ce98f9c5ef0e
SHA1: 1c2f1ccc9d1e644db1b8e507ddb898cbe2cd8de1
MD5sum: e3a270e21976d155c8eb0ec519de525a
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 12.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 201909212
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-12-dbgsym
Source: postgresql-12
Version: 12.22-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26866
Depends: postgresql-12 (= 12.22-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-12-dbgsym_12.22-2.pgdg+1_arm64.deb
Size: 15453340
SHA256: 827a68187e75568bca444f28e0027ef5fe601d1f4d3dd7c32965320cab6fd941
SHA1: ff825edc9f72e9aa7d6a087f78b78f76d54255d0
MD5sum: bc8f7634b11bd2a90c4f2155bf165d24
Description: debug symbols for postgresql-12
Build-Ids: 046cf7bf7c6cbce5fa9f92d762f48bbd11b3c5aa 066dca12c9892b435ed2daeaf89c55345fdd0124 0b69c29bde2459e1aea90c50f3f5dd5a6646bf42 0d628fb206340197f193b5c515bb8e0bf1431680 0e8abb33191e350f0557e8be0731abbe8319b84d 1464cf4ba9f959291fc0a7185ec7592800d12ce4 14e238d7b7cdc048e5a4b1d1e98c76ef2b227906 166022f2645117f542a827cdc99ee8a329de94f3 168d0deb3f83fad8b99cea3bb0a676472f125ea7 16c566176a0bd19e83ede559aea93da333128c34 19baf51a88870dc15de4ada9f3e8e7889809f19a 21cff4b57f1a9a106c04b867ceba494a5716f109 23a7f324fa00e02a87fffdf9248ed777bf3f3008 2564ebce3de8bc8f5b032220d3ebe3aced0d0cdb 34df9e0c992bc0c3caad36bbd8ce447aa89db547 3573763a06cef9b74bfe1c938f6be28667fe50e7 366ff446f53341f0d64fca43c6d3955694cc7b1b 3c4b75a3231c732cb6542ac6af16f58db884c097 3d01203c43b05350086f1948d3b580b522ee99ec 3d36189b065fd50f3400c4c155d296b970311033 3d55251308523e70351b76c7dc96635a4d75fba2 3f6692358d8607781411d5a4664b64f97b8f9329 42098c4867dcb3a2838afd975cccd27148e05b64 427f1441087f629672df9e532083c9dc927cd597 439fb8a8cdde52fdf4d0ea65c88da2bfd8b8771c 458e7760432105b3a95a304cb0a7e30fe07755b1 4ba2e570cf045d03050a2326989e0f55310cd384 536602834a4a5472105b513eed9dd4907794c2c9 5d5e09ca0fbbbd93e2f4feced3c15471657d7b7e 61d22372cd0d1306ccd477ccb1e28f0ed91988ee 6346ffdfff97cb5a04e93ad42af72aa29e61629d 6585ec9f1bbe909786a8340fd48df5351809e72f 661a5690c2241c0756efcfe049a8528861c4e275 6c069ac6939a8203136d3553a3b4757b534fdb44 6f4b972593137bfd595258507fac7580f1e3443c 6f8be696cd8695e4bd6d8f9c803a45274161f391 7175612bb856f5da2552fb9ccba1fcd9a4fce351 719a941e56a5afcf6c7d1a1727f835a12cadedd0 71d9c17ba6ba55c6f9c1cf8e84ead78837795b4c 73bb343f2a8f1e7677f165405eb27f7cf92df3d1 7678359d1ffa308b021ff6e96df6361fff02f8f4 7cf6efba6a30ae411fd889910ec6be2434d724b1 7e153a9c22219e21997a82cf8fafd49fd4caaff7 80d4d71199bb49a46da9d19662112b6bace8a3c2 82800dcbd4d84ef5ef14426c0d53b6ab8196fd39 833a6ac13432c6c10756aabb71d627d6f8ff0a7d 837c362bf170b67a9efe594d7c20bdb4a2891fd1 87a1317a6ec5052615395f978da35af48f3eaea6 8a572d4cb9a953f07f4f2e8336b7ff9dbe0e8677 8b558a9572261f7d988a3f934373945b52218313 8caf68af15f1591049efcf54582ea64ff4d782b0 8ec4a052272c8b75ae19dda5bef1b088bb1f3ca6 91861c4417a0c745d215c3517a7ab315c67df3d0 91e19e39b6d236d08a12a125ced5c682587ff42b 94e8db3c562c7ea36cfbafb756dd1499ba705702 97eeec6933712e564bd6231797cd77df3c52b179 994067fb4e645605005cc3fa145568e888d88c68 9b519633837af0d3e58cabc9df160688ac0da763 a42f2eb92a12f60d84c4846c82a7ba9c4da60266 a4f7a0a1b655ad707e66b777e4dfe60237e0a6f0 a53c8371c3b138d4a67f3e0472278221e47dbef5 acfe6b19584f6b620335694798168f082d41f90a b3f867cb4cc091fee8adf9e7a115e296ab19daf3 b50c0428c3a5b602adc580f7b597b09477ad7b35 b96dd20b60b107f8868ec1824967ac30afe15f36 b9bfb8d0c29cb2bbac3877d9b921391b6c903ff6 bcb324e2a81d0dad108419ca305c2f3db0bf0063 be93e8d63bb21d59ba74233fe13e5efef888e5ad c0152c2ec697533675ab8bf47fa8cf88a3b52367 c0e7d6258c893bc29c10a1a26b893be2fbbcf8ed c2f1380fe21998c18c104cf0f55d5539595f6474 c3306dbec3325f07fd236a74bebdaf2533c1dbf2 c3ea5ccedcfe43e8039ddd4d2ed27d61ea70643e c530a06dc1fd7dc263338176eeede67f6c5ab0d6 c5e49d8034abca759234406bb5c6f7c36b040ebd c6c42374191c9402530a9b5ee5db3836a91a4c42 c881913154aae0b0d019c5a06dd8ec4330842096 cc413f8017f61d2c6aa412175319a556eb5e80bf ccf2f54c8386e62834fdb16d29027a53e143b8e5 cf795956c33ca5476451509e759043ffb9dc0b0e cfdbcebf5493a26a0ec86e071531f3d6884c707d cfef416f42560f1a3d8b2d20572f021979c091f7 d05561ed2f472160c34242f53915693654723405 d702c8affa7442735fc9ceb13e2ad6592b175875 dd9e24f6a1bd28715ebb13d040d657987b0144b7 ddccaae7c25e3fa804cccc7430ff8a12c1c5dc1b e1f6c33a4ace02b9e230cd225dfd5ba265fcfd70 e30f1f6615d8cde4aab4f0655a8084c7bfa07446 e9f9a8ddfa56d0082f198eaf84144b1864bb5ad9 ead55384b72288b03f7d3b1382c4adc5e49f4e3f f1283ed34dc323c83121323114cc96cbc4d139df f411cd8a48e55fba1bcbec46b9723cf0f34f3740 f464641ad1952c80a7f5534a6dd1c59255c8d356 fe89095bde0600e650e3c84e05a886172210ed86
Postgresql-Catversion: 201909212
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-12-pg-gvm
Source: pg-gvm
Version: 22.6.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-12, libc6 (>= 2.17), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-12-pg-gvm_22.6.5-2.pgdg+1_arm64.deb
Size: 19648
SHA256: 7450c421b1135c45b562ee8de4bd757b18807188a230d99166af0c6b43a85c57
SHA1: 177cc6c186b314d3c2d9305ded1ac954284899d8
MD5sum: 264d19d2536f30386bba74c916f71a89
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-12-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-12-pg-gvm (= 22.6.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-12-pg-gvm-dbgsym_22.6.5-2.pgdg+1_arm64.deb
Size: 27040
SHA256: d3ab13981d55182dc7a06a170551e32a2139bf63d7e878045946a9a7f17796d7
SHA1: 733fe61d4e62378641f7eaaa841863438c7a5af6
MD5sum: 877dbe1bb5cc383e3974ceb1a80b5afd
Description: debug symbols for postgresql-12-pg-gvm
Build-Ids: 89bbee035d1cebaed1ee3b63d85943e9e17fde3d
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-12-squeeze
Source: pg-squeeze
Version: 1.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 345
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-12-squeeze_1.8.0-1.pgdg+1_arm64.deb
Size: 123928
SHA256: f01f3b73aa7175870d57b45451fdfff15b28dc204058d8414e58ced069cdd4cd
SHA1: 81ecf47433f6a6deedbac31a50557e88a910b408
MD5sum: 259a3711e20e9d92bb6787eef5266e2d
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-12-squeeze-dbgsym
Source: pg-squeeze
Version: 1.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: postgresql-12-squeeze (= 1.8.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-12-squeeze-dbgsym_1.8.0-1.pgdg+1_arm64.deb
Size: 139660
SHA256: a26360e523f6a4c85cfb4c408c8e7234d7c8d498881c79c077352ea83484fd17
SHA1: 69c1f776e88e962b01cb07badba2ac0dc2bbd832
MD5sum: 23137e21a67c4b8b9c0e809eaedf736b
Description: debug symbols for postgresql-12-squeeze
Build-Ids: 7ab82b0ea543f820e4aa0a3f6f605513d8ce0ba1
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-13-pg-gvm
Source: pg-gvm
Version: 22.6.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-13, libc6 (>= 2.17), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-13-pg-gvm_22.6.5-2.pgdg+1_arm64.deb
Size: 19700
SHA256: 3dfe0088926c672ec7e45828cde55b3ade5e0a2f60d58d0ccf5676b05bedaec8
SHA1: 44ead37cdb9cbc7e11dd62676a39183c34519f56
MD5sum: 64269430fba943e39e6afbcb28ecc296
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-13-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-13-pg-gvm (= 22.6.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-13-pg-gvm-dbgsym_22.6.5-2.pgdg+1_arm64.deb
Size: 27256
SHA256: acee65021d6297320d7165cbbcc32cd5bb690425c2d60007413a2ffb292022aa
SHA1: 5ccb7b8a5a54f1742f4de66e7a8209a5efdda431
MD5sum: 9783a224c2a39bf106c09681b0bb55f2
Description: debug symbols for postgresql-13-pg-gvm
Build-Ids: 22921748f753c125ca0dbf4ae4d06b88d41790cf
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-13-pgrouting
Source: pgrouting
Version: 3.7.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2935
Depends: postgresql-13-pgrouting-scripts (>= 3.7.2-2.pgdg+1), postgresql-13, postgresql-13-postgis, postgresql-13-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting_3.7.2-2.pgdg+1_arm64.deb
Size: 799896
SHA256: dc355b2a3613db641d3595cb2e02276d1872087ee88712423c2b887b3b57e960
SHA1: 07f7f91adb4094ab41f23ec2c876adf948b07794
MD5sum: afe18e5b60450e4bbb88c6b60de869c4
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 13.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-13-pgrouting-dbgsym
Source: pgrouting
Version: 3.7.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 24921
Depends: postgresql-13-pgrouting (= 3.7.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-dbgsym_3.7.2-2.pgdg+1_arm64.deb
Size: 25016876
SHA256: f0168740a5347c7dcb5408120a2061705e11477f07b9d0e7bc16bb3e5fbbf437
SHA1: 51fa3841d6b289de56a3822899387f75e148333d
MD5sum: 9be7414f1ab3bbd307e0c78b60ecc949
Description: debug symbols for postgresql-13-pgrouting
Build-Ids: b6315083585726b6641653bd19cced9c32228b67
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-13-pgrouting-scripts
Source: pgrouting
Version: 3.7.2-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3886
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-scripts_3.7.2-2.pgdg+1_all.deb
Size: 64528
SHA256: 63306c8bfb1b1d8cebd148c4ab159215ebc30c923f17f84ed4ebb0a7ec9ab6f6
SHA1: fbdf7619cdf84b632f5a4ab854845e9dd3e1035e
MD5sum: d555c422f54fac6aee6f41783f206ec2
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 13.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-13-squeeze
Source: pg-squeeze
Version: 1.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 344
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-13-squeeze_1.8.0-1.pgdg+1_arm64.deb
Size: 123696
SHA256: 512082f95970d37d92d46ec950c96dbf5316115d5e47a57593dd8c9dad3b71af
SHA1: 40dcdc448c350503832f413470a0328b09e9731b
MD5sum: 3c80a029e8c51c82b7bd5df0751ff04c
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-13-squeeze-dbgsym
Source: pg-squeeze
Version: 1.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: postgresql-13-squeeze (= 1.8.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-13-squeeze-dbgsym_1.8.0-1.pgdg+1_arm64.deb
Size: 141080
SHA256: 10f2b93377d676807504f419900f235012afab50ba38d6e4600d9c9fb3e06cba
SHA1: 39ce709e86cf63f9e69be82999fdf6ac0e3d745a
MD5sum: 5821e7cded3678b168847e6a68ee40c1
Description: debug symbols for postgresql-13-squeeze
Build-Ids: 366b209c6e28741b8d98879fe785e9de6ff76dfa
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-14-pg-gvm
Source: pg-gvm
Version: 22.6.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-14, libc6 (>= 2.17), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-14-pg-gvm_22.6.5-2.pgdg+1_arm64.deb
Size: 19684
SHA256: 2c3a81e97cd4f653d996eb2586eea79894111502cdd9af314a16772c167f7c2a
SHA1: 48e595182e87968335b9eebcd3dc2040891af1f2
MD5sum: 70be477322c9d8d80748ae3ea9dea763
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-14-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-14-pg-gvm (= 22.6.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-14-pg-gvm-dbgsym_22.6.5-2.pgdg+1_arm64.deb
Size: 27264
SHA256: 56cdaa0d21aca87cc4cbed954fca0a2666c961c88cc2cc7ef0662567539adfb3
SHA1: 44e18d4fc1f096a14a14d0ce2a89eb0d9060d5d6
MD5sum: f4ddff922104e62e7f0e2a36c9e76639
Description: debug symbols for postgresql-14-pg-gvm
Build-Ids: 69ff914bbce3eebf1cef4e9f7c948939614530eb
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-14-pgrouting
Source: pgrouting
Version: 3.7.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2935
Depends: postgresql-14-pgrouting-scripts (>= 3.7.2-2.pgdg+1), postgresql-14, postgresql-14-postgis, postgresql-14-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting_3.7.2-2.pgdg+1_arm64.deb
Size: 799560
SHA256: 4ab5cd22f9de366b2b02d3b950be173e4fc00b6f9d60d494ed1a1ce08186f28c
SHA1: 0104589df69053f841055db0fa8b1c45644010a1
MD5sum: 1ddf263a7dc83696ef7ba6785e6f8739
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 14.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-14-pgrouting-dbgsym
Source: pgrouting
Version: 3.7.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 24924
Depends: postgresql-14-pgrouting (= 3.7.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-dbgsym_3.7.2-2.pgdg+1_arm64.deb
Size: 25016988
SHA256: cfce532bdc7c98e967cf16d3afb9fa88d373fecf9631c5271e7f5ac3247729b6
SHA1: 456e212f92865e7cc7a2e1ba978c95ad9a981b5e
MD5sum: a31228859b74f25eada8c0efe61210f5
Description: debug symbols for postgresql-14-pgrouting
Build-Ids: 656ba7774fc5a13d7afba0a75760f025ff892186
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-14-pgrouting-scripts
Source: pgrouting
Version: 3.7.2-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3886
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-scripts_3.7.2-2.pgdg+1_all.deb
Size: 64516
SHA256: 18c94dffd5b9b6bebcb6bdfdd8bf6a00a41cf8159c49e1a04f3ad2b00b85c9c4
SHA1: d1849f8f98ceb70c9cfb394b51c1c76f7f4745f1
MD5sum: 3538ca31cd6f3292c3fc47f3895e4a3c
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 14.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-14-squeeze
Source: pg-squeeze
Version: 1.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 346
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-14-squeeze_1.8.0-1.pgdg+1_arm64.deb
Size: 124420
SHA256: 08dbe90e81d7d4c6869aa7c9f88f1423966aafbda3263cead776b5cee9d35379
SHA1: 8742d3f0f2df004397adb876a3ec91fb3b2fe473
MD5sum: 6d943037c6ba021880590d5f74406832
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-14-squeeze-dbgsym
Source: pg-squeeze
Version: 1.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: postgresql-14-squeeze (= 1.8.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-14-squeeze-dbgsym_1.8.0-1.pgdg+1_arm64.deb
Size: 147492
SHA256: 191beedb38fe6428cc4d43f1a88c13933cfeff92e10019ce0c64e1015a432762
SHA1: a57ac4a9ddf4c5997b24c7aa4fd01c8c8c0a46f8
MD5sum: a35b273249c97337f6553156e464e0fe
Description: debug symbols for postgresql-14-squeeze
Build-Ids: 803f47c2d0a154b245e3b731038c5dab916419f7
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-15-pg-gvm
Source: pg-gvm
Version: 22.6.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-15, libc6 (>= 2.17), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-15-pg-gvm_22.6.5-2.pgdg+1_arm64.deb
Size: 19704
SHA256: fea66d57fbd217a4163200f3dce5b7e91d9bfb15118ddf8ff006faf68595137a
SHA1: 5e2081f95898304c15273593f4375f177f270b25
MD5sum: fd64211c1d3398bf1781e57b3d243d99
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-15-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-15-pg-gvm (= 22.6.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-15-pg-gvm-dbgsym_22.6.5-2.pgdg+1_arm64.deb
Size: 27384
SHA256: da7c77bc43f6ea1b6f30e24a291d23735bb68739307110d619749426034bce13
SHA1: a3195aa2ff77279a6d3bdbc3bf65ebe1ee1e86d3
MD5sum: 9f08e29981ed9a2e6a2eb4ad28862353
Description: debug symbols for postgresql-15-pg-gvm
Build-Ids: c434093a9b0d7b1c347d683ebaabd215c41e962f
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-15-pgrouting
Source: pgrouting
Version: 3.7.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2935
Depends: postgresql-15-pgrouting-scripts (>= 3.7.2-2.pgdg+1), postgresql-15, postgresql-15-postgis, postgresql-15-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting_3.7.2-2.pgdg+1_arm64.deb
Size: 799604
SHA256: 09849c82c26cfd8a0b10edde7692b70da72ec3b3e9e9fafca09c6d2163948158
SHA1: 991752866a57634ad7f783399b9d3e78435a669d
MD5sum: 5d1dcaa8c5da8eb8d3e2455e9fdbbf90
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 15.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-15-pgrouting-dbgsym
Source: pgrouting
Version: 3.7.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 24934
Depends: postgresql-15-pgrouting (= 3.7.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-dbgsym_3.7.2-2.pgdg+1_arm64.deb
Size: 25028700
SHA256: 12867ecc7deb036784d7ad075f52ee08b0060925e3acc2e3d2916c47c865232c
SHA1: a389c3f5393c378b8aed0eeb700ebb4452d4eaf2
MD5sum: 66fa63e9b032e9dd4ad557cc94d5b4ce
Description: debug symbols for postgresql-15-pgrouting
Build-Ids: 88a48d6c91463180f62996a874e3da32be8b5cc8
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-15-pgrouting-scripts
Source: pgrouting
Version: 3.7.2-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3886
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-scripts_3.7.2-2.pgdg+1_all.deb
Size: 64540
SHA256: 17104b4b70a01627e054f28a5ce8fcfe279e3993d948c52a3729b3985c23eec8
SHA1: e7ad1875d3ddf0f9032ceaa272a46fd69886c247
MD5sum: bc895f6df69ca32536371f32c0eed6b6
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 15.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-15-squeeze
Source: pg-squeeze
Version: 1.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 346
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-15-squeeze_1.8.0-1.pgdg+1_arm64.deb
Size: 124144
SHA256: e8845f17d83f7836991eb9417768155b23fcd6535685c3176c6ae848938256e5
SHA1: 160557c3b174b4145f920a01f382ba9070daf104
MD5sum: 70f24ca456c9a546e04afcdf33b40951
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-15-squeeze-dbgsym
Source: pg-squeeze
Version: 1.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 174
Depends: postgresql-15-squeeze (= 1.8.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-15-squeeze-dbgsym_1.8.0-1.pgdg+1_arm64.deb
Size: 149056
SHA256: 06f1b46a06dee41a1c240029a22ff683223e67999e8045b95c48e13126e57a96
SHA1: 61898df2fc85baf355d4e15becf5491c063c5b76
MD5sum: 9784e7773b5de2a6b2a3b585845b3dae
Description: debug symbols for postgresql-15-squeeze
Build-Ids: 5ec4351769e4720a1bf71fb21d17429859ea6ea7
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-16-pg-gvm
Source: pg-gvm
Version: 22.6.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-16, libc6 (>= 2.17), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-16-pg-gvm_22.6.5-2.pgdg+1_arm64.deb
Size: 19696
SHA256: fc27a7b10c37acb54b8c7384cd72f07cd1ead5d641272fd9a457b09676b261e1
SHA1: 35f2cb4cb7af9614cc87d477745416ab1ab69db0
MD5sum: 38a0fca9cb619634fcc8187e8276883f
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-16-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-16-pg-gvm (= 22.6.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-16-pg-gvm-dbgsym_22.6.5-2.pgdg+1_arm64.deb
Size: 28336
SHA256: 6c9a767ee4f675bbc692a6dd0c980db0423d970538e31c0456c942b52c91dc99
SHA1: 712582eb0d47a4e245b3615cb5ad249ba2d39763
MD5sum: 5ebb916e5b09303bd0c933f73f64959d
Description: debug symbols for postgresql-16-pg-gvm
Build-Ids: a322549cd89491245f4d2a4fc4bb369d5a8183c8
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-16-pgrouting
Source: pgrouting
Version: 3.7.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2935
Depends: postgresql-16-pgrouting-scripts (>= 3.7.2-2.pgdg+1), postgresql-16, postgresql-16-postgis, postgresql-16-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting_3.7.2-2.pgdg+1_arm64.deb
Size: 799616
SHA256: 4e76bf1579bb23fd80b6833b1a6bea5df9899dd7042a0c50f266d7b3fd5e028f
SHA1: 094fffae5b91decd984594b74bf26cd6aef05a28
MD5sum: e56aeffdd80086e7106fca5a64b1bd2e
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 16.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-16-pgrouting-dbgsym
Source: pgrouting
Version: 3.7.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 24967
Depends: postgresql-16-pgrouting (= 3.7.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting-dbgsym_3.7.2-2.pgdg+1_arm64.deb
Size: 25060756
SHA256: 06bd652ae2ddd0684c72ee1f8ca21ce20c9c5746fd4cbc37f1930f82befcd49d
SHA1: b77db00b33de2b22ea61c822ebfb37a8e60cf0ed
MD5sum: a46ebebfd01fc1bec94c0e48d0236ff6
Description: debug symbols for postgresql-16-pgrouting
Build-Ids: 069a7dc706cd5c8711d5c9969dfe3542d2199efb
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-16-pgrouting-scripts
Source: pgrouting
Version: 3.7.2-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3886
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting-scripts_3.7.2-2.pgdg+1_all.deb
Size: 64540
SHA256: d5acc896be64a47c24662f6165345afea3c1a65dba0fee06cf770148feb1610f
SHA1: d57d1d1ec807501fc0394adf389bef5417779d04
MD5sum: 8163a4d11bb962b50afbf2e994a34b4d
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 16.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-16-squeeze
Source: pg-squeeze
Version: 1.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 346
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-16-squeeze_1.8.0-1.pgdg+1_arm64.deb
Size: 123724
SHA256: 08d3a38dd02a4a6c98463ae6c3476ad87e533a7ad5b6b718ffd22c6d44bef933
SHA1: e7b63fb4144521ab943ecc593378e4583673cd15
MD5sum: 972697b1d5ccc97bfd79e04034205921
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-16-squeeze-dbgsym
Source: pg-squeeze
Version: 1.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-16-squeeze (= 1.8.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-16-squeeze-dbgsym_1.8.0-1.pgdg+1_arm64.deb
Size: 155120
SHA256: 7d71f7cd5fe068f016ba8485db9d1310fbc16f11349ba1dda6bdef021a2e4344
SHA1: 8e58d537d9a09579ca4eeb419495761ede3a25a3
MD5sum: a6afd1e35d5d467db8d28ac018388f4d
Description: debug symbols for postgresql-16-squeeze
Build-Ids: e631c3af63a2f4ad6df5db32559f6042bbe56ebb
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-17-pg-gvm
Source: pg-gvm
Version: 22.6.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-17, libc6 (>= 2.17), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-17-pg-gvm_22.6.5-2.pgdg+1_arm64.deb
Size: 19700
SHA256: 4271d6373394812a5d254e736f127c52f27cd82863a79eb3848ec7cebecd51c1
SHA1: 0dae904b9dd6e3dfb6235039c3c7f9ea7f1deecd
MD5sum: e8f8ab80893656b02f01e73f2024f765
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-17-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-17-pg-gvm (= 22.6.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-17-pg-gvm-dbgsym_22.6.5-2.pgdg+1_arm64.deb
Size: 28604
SHA256: 68e8b801ca2f8b751348769263c092c155c0e45c31b20837183c1850e790416e
SHA1: 952f77edd269dfe97fd698cad194c953f5e0d259
MD5sum: d2fb73ccb45db45e92c5bc7dec232d4f
Description: debug symbols for postgresql-17-pg-gvm
Build-Ids: a080f07c89e7226c6c531c030bf451dc700bf50b
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-17-pgrouting
Source: pgrouting
Version: 3.7.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2935
Depends: postgresql-17-pgrouting-scripts (>= 3.7.2-2.pgdg+1), postgresql-17, postgresql-17-postgis, postgresql-17-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-17-pgrouting_3.7.2-2.pgdg+1_arm64.deb
Size: 799700
SHA256: 5c9ff819e97eac4959f5a915f0cb46558008e464ad3f1c13ff05353ff382568d
SHA1: d18acd53356c55c1f229907ce60d593d5e2cc4f3
MD5sum: 26eb7e56669707113b4af7e20c163b7f
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 17.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-17-pgrouting-dbgsym
Source: pgrouting
Version: 3.7.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 24975
Depends: postgresql-17-pgrouting (= 3.7.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-17-pgrouting-dbgsym_3.7.2-2.pgdg+1_arm64.deb
Size: 25069360
SHA256: 2096fdb65e7e7bccbe07bfddf707acd5409d8cc44975ed4bd048d4a4e6e9c6f1
SHA1: 486acb25ca231d71f9b11cc56b8dbfc38636356e
MD5sum: 457a5bbf794b3bdf5b8748981f6b8d0f
Description: debug symbols for postgresql-17-pgrouting
Build-Ids: 5ad467de066ee2c1d7911800d22912afb852e7c0
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-17-pgrouting-scripts
Source: pgrouting
Version: 3.7.2-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3886
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-17-pgrouting-scripts_3.7.2-2.pgdg+1_all.deb
Size: 64528
SHA256: c3d5ff11f4953c556c7dd7a64c683e19d88a27006e4415e8ba636474e91bf051
SHA1: dae552f92009cd6b69c93282530619171733f8c5
MD5sum: 2b2eef38853a71417fc0d4d4ff082d0b
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 17.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-17-squeeze
Source: pg-squeeze
Version: 1.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 346
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-17-squeeze_1.8.0-1.pgdg+1_arm64.deb
Size: 123556
SHA256: f5d0b86f98fd21c874e2ac012716bac04e624e9b17b0c9ce1c7463d75152daa6
SHA1: 338cd40a1b2afc074b1a181a7013dcbda66ca736
MD5sum: a72057a6cf54a354f76831b62821161f
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-17-squeeze-dbgsym
Source: pg-squeeze
Version: 1.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 185
Depends: postgresql-17-squeeze (= 1.8.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-17-squeeze-dbgsym_1.8.0-1.pgdg+1_arm64.deb
Size: 160836
SHA256: d941e29cf685ef5e9bd2c8d0b313728ed4f9ccaf4cff82c946d92bd6839bee67
SHA1: 83f625d53a64166d59e509364caa8e1c1867dad4
MD5sum: 2f6a708322053428de75b46e2c657cf8
Description: debug symbols for postgresql-17-squeeze
Build-Ids: a5b8652e0cfd766a6b22783f62016a80b93bdb46
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-9.4
Version: 9.4.26-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21013
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3t64 (>= 3.0.0), libxml2 (>= 2.7.4), postgresql-client-9.4, postgresql-common (>= 142~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.4, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.4/postgresql-9.4_9.4.26-13.pgdg+1_arm64.deb
Size: 3759080
SHA256: ad0eb26ab2de8c2544a5cc4205abad01c2d2a7e8bc793749ce6deff4d0541834
SHA1: 98fd6702461833ef2bd1e397901f1188a911d587
MD5sum: f018e6831dde2f7a311a5e12d7882286
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.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-9.4-dbg
Source: postgresql-9.4
Version: 9.4.26-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23726
Depends: postgresql-9.4 (= 9.4.26-13.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.4/postgresql-9.4-dbg_9.4.26-13.pgdg+1_arm64.deb
Size: 11977492
SHA256: b825567e5e94b5de2f0e0c90f40dd6e129408887e05faf5fa4a98bef2b7149e0
SHA1: 90c1d3c3495b25258d52fce6ff55dafda1e3b837
MD5sum: 809b1075389e84cc5ba9d1914208e644
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.
Build-Ids: 00fd5c6ebf67f0c248213e9c2b341fbdcd06cd2c 014e64a8d7041093a17e02fc1a4006d4d20d9428 03285fa3ef4c8e283dfcd0c16684ad31f66bae9c 044232dc7d7c7512a93cbf4329d9a35f02c64b6d 06cd5816b33f579414938b3d6b5995d1f29d52e2 092947d5e97ac7fb6e44128979fe2fd6a51da237 0bbcd5a39f633507a15ba88263c83e5b52d51e5e 0c2cbb20af95efbd26d10df704c96e1f8bc1c0a0 0cc39859d6e6d8f2cfc1a32640c85e6228032872 0d0ede56923163e8310e1c1ef2d8beaea167596c 0e3bea2ec383d069dd24bb4f6e914fc89b7e3d8a 0ed5df718c70a7af0f8e56a94922545ee8cf1a2f 104f895cd8e80c4e3ca2115b52eb7f6c59133646 10c583ff499f61cb06ee3c997b6102a2c2de04cf 183fa50f9f1d32ce91be238e10760ca6b838a90b 1887b1fe902f017eba13be3df9e17a8833e1df1e 19aab942b03ad52193352974686619cefe164355 1f75157d542a6607392c706c924a8f6aab22403e 209e013d457a313e69742c96ccfef014c6b7f18e 2122732ca5477f9faebc280d6876adf5462b3f90 2709e8483779f64d0f6e7e44e4418d996e307928 2736afb6e5da891a9dda97f23b96c324e129faea 281df216fc932f1267e5903a9f7bbcdcb85f3855 2923a1b9acf7c57e9c667660b097f8ac195a664e 29a92324fbf7afa5574816c4991fe8d707faa202 2d1c4b38800aacfd4dc202e785c91826d53ea62b 31896107430a425a21b1cb8636b1a2d491113161 364366709eb612aa515c3d52e179b227940265ad 376322ea2ae748ec32764adcfbc519df803227db 38a2a5ef8843fdaa9a1259f7b0e3d79e6018c065 39a8d3947bd21653610fb648efcb33c03be310e6 3b0818418b79e679235bded64b7cee6997fb3fb0 3c4aa747853fc589d0e84611e39d73e367fffa3f 3ef8eb2df46f5fbc794fa5d033d0d6deaf2c3815 43c5210e98d8bc165163b24672a658d57472504a 46dc184046ded5c4e12f219c061b9a840310080a 47bb449cf732a28fbcd75da6229d4cc99a2d63c3 4a4b0ee0dede21b2b7c9be38a545685a2aaeafe4 4bb9dfca95c221d75f6eca21edbd6cedab6345e7 4f08836422d268bad4c6c2835c4e8627018aafb4 500c3896d66a8bea8d1406f93066a0d88b98ee8d 5196e3a6a2371bece0c1a68a01c1bb030fce1798 559bdd22734238fc3b49f6dea4310f5d1aefb48b 5839382c5427ee2cca8449dbf6f1bd3576f98524 58c2b2909c91c7d29c6ffb0354bc01e11f72fa71 59c0b65718f40fd7a8414a77ee3e49084739fabb 59fa186d1d5eb47d5133d8845557982f58839c86 5a2da2cd26236a3602b02a0df282f730f833a146 623191c8850abad6869b12c79eb0ef374fe75240 631e1b89f028dc8bf80a6dfb6d033acb1c9468b5 68f257bbd5952293ad40a8e64457c4f8af53897e 6a267cd3f575d34e2c7a767af8005ae2abff0b2d 6ae0e8a313133ff14bc169acd897c3056ff1ff78 6ae7b8ff42c1824c446bb281f378f1e94f1d6aa9 6b9577ef9b44e93068eb3b79f23af7521fcf32cc 6f42bb289da0bbf0ad9e5dcf125c452e9a527139 783be8fb1a3548aa32c3d31258cceb88763a002b 7a32f98847ef00064629ed110fb95b4e3293277e 7bcc7c611fbeeee05ecae2685cb741f657c4fdfc 80a89b6ae478a32a7276cff55d72078b0faa0acc 8823043336959fb111848007a4b756a6bf6fcfba 88f6916f8e19935c2f2a45b3ccc814440f81f4cd 8945c32a1c5009824a8fb020a1d8e1c29598a1f3 8cd88cc2d37c38e4e7682a90de96254dfa211f95 914d880b5a1df178da3a1e8e1377bfc5e503d751 983c2f1cd9bcc8145e23b44d4a1878d5f2fcde5b 995e874428de17049ea7eb75bf4c46daa310ae3f 9998b89ba2836cffa9ad1fdba08a4c4a0f46056e 9b040e3edc43e345208b2394b3954ee3661a6292 9b2ccf59b17a45c015184daf0adccdbfb6346b37 9be807918c275504c7182d0e15e3d3e634c3355e 9d6fda97de537173b55f63b7da8b22af523af8ae 9dfcb3ee256686bd065daa303c30e291e101a7a1 9e7d5d723d4a72bff9e08e49d6df698d487a3a7b 9ea90fde92f8a8df874c54dc6f6f23a0585e0f33 a1a981bb4302018fe4dcffd74d87d1afe603d23e a35b8279eb59c93d27808526691f2bf93ce4ba0b ae72d75b73bbd9a1a7ce11b86af276cc00ce1489 b12172df214200d9cfaf35ccc0d6c5a75a8dec9b b9a33033f4cce87e87b555dc643217cad9e7a660 bce482df0e31219baaf86c571cfb5bc51d852746 c19af94efa7ae2e6b183a0e328b1d141fb961b8b c36cef9d5e7378cf80d5c2a2009a6ede17e7a457 c4b55386e5b41eecfb05f96f21edff5c8deafa1b c568ad8f8b005b9f4924407c59a29cee830cea8b c7132690cd65bf7df29eb726d713e2c6119a96f5 c966dc071158af7212d6f60baf11e403e9e79aef ceaba6e766977df6f4aff44304ab47df17c5970e cef06b80bae1d59915cb09f91a74b5400efbf89b d004dfcc5b7c979fb8aa741148baca900a403351 d18298a7bd48e031349c98880a62fe9ae06f0cba d3ab64d5f7b2abf6d19dc3f92d11b52c17d10c81 d4c3e6bf83aee991c22424b51f729982b69cbd15 d636994da27d24db9585727337766879cd95fdbb d6a61299947e178ffe3a20cb6f217c11b18df3c2 d6cbbc55237ce89e6f806e46b6c1a3e9d50925e3 d70379ce372497a668f5d1491340c017cf2cb7d7 d7abbee079a2c97395a7f7385e6fa0f746e08626 d7bd97e7d82ec06dce1c96f83f914f6b1d24924a ded32b1a51a30d4e243eb51453cef4ee64f7fef0 df20752c5ca90d3dab99c1c5fc393b8b70f0a544 e1026b939168317f1f1b3e5aec79a1bdcb56e1ba e3197a637cc705d50322b740f3adfebe7952702a e42f3a242a1ff059da0046cd73843cedcc6de248 e851f376a795912a72aa2cd6bc595f07ce45433e e999a7e5cec12d86791c92fe2203ad223b46954f ec5e33d52cd26a23c78ed77ebd738a8f9f4c7a56 eee22b4c3fbbbb28e08d9e303a89411c8c65ca93 ef791271929919f32d87521c913310adfbd908c3 efbcfa6e7efd6ca7e5f6d07d6a94eec8f2ba6419 eff230da28992bca73da05483023599d0427d18a f082979333511ef7b3cc857229a78b6ea5c3e8a9 f45f5f08a0cdd9c975b6d326c4f630eaf6174458 f4985b6415fc807fad048dffcb8ca0f58156b7c6 f50c80826822edf9e4eacf1dd235ec247d54f4e4 f6881d20ee8682a1a5a3bae6dff4812eec9a1c03 f93e1c59314fcddae875a9a0708c5d65ea2ab84c fb2aa50cf602fc7a696a0809cb81f9a485f4089e fbdb7e11cfd2a7852d0d553c5b15281839b3bfc8 ff914dbf0f113c4cbc7ef28671955c21b8fec73b
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-9.5
Version: 9.5.25-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21936
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.2~beta3), libssl3t64 (>= 3.0.0), libxml2 (>= 2.7.4), postgresql-client-9.5, postgresql-common (>= 158~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.5, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.5/postgresql-9.5_9.5.25-11.pgdg+1_arm64.deb
Size: 4033740
SHA256: 12a232d9cc22d84fe198fbc8bdee7861493cc5652a2e6cceb0c085adeb93caad
SHA1: 2e1f3e35a3fbae3a128399849017d89afed7c5cc
MD5sum: a5a1d846438cbb5dd34a1855d8d31aee
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 9.5.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-9.5-dbg
Source: postgresql-9.5
Version: 9.5.25-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25460
Depends: postgresql-9.5 (= 9.5.25-11.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.5/postgresql-9.5-dbg_9.5.25-11.pgdg+1_arm64.deb
Size: 12848240
SHA256: 4f84ab56b0ccede2eae450a19134e34301c0aa4cada2e019dd5e2648b9275546
SHA1: 232f9177ed68c67808b09e73118654a97637b690
MD5sum: cc6e22f1941171b909d2c8ab8f6ceb8c
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.
Build-Ids: 01348a237332af01f8fad6db4c422a479a410119 0155e525d434a4dad6b8d4b6ef481dc322d677de 018265dbb057fb707995e167bae0fd97c4803dbe 021fd9bd9b29195949a427a2bd07d4941139bf51 0b2f40ccbefed6ad3187448537984523e2144832 0c6c3d8996033ca0967e9879382ab97fa4e3de00 0d318e04ac28a56d6d85e9b4deae5966c4cac8d4 0d4f5d3d804189eda7d2d79cd8b6b6a60d91bc42 0d713969da43c575ce89007ba193bcf3f2b3c31c 1012b834e8b671f2e9c3b34e17351205ec7adcc9 10ba68b4dcc12db42066175cf8b53aae6ce1a48a 1c250178fb2e15861ed8d831765f6053f5d11ce8 1cc3919e94e291616e78c4eff7a08ccf0438bc69 1cd0e4f698b0a806eaed004534b323a7e64841cb 209c204651505c10cd8a0a6ee08798f8a9202fb0 22d0f89bfee9d56af8a059450dfd366d4532813c 23c6f13e887f8c8ada56793a0d57f4eb6a889617 246bc5b21260d042f7b18e62333c810a29b37331 2720d6b5f1ad19e660413bd4ef8b7fc7dcefe14a 2b52f691b676ce7899e68f1b767f61aa7628667a 3092d4e584acd61787a3ac1a2390a2c989c5c597 34a95c65a8997c8b7a7bb46d557305cdb9d613b7 3babc9d5166fbe1854e5636cee1f3dfd0530cb1f 3d1799cf63e1175ef61f2557d74c72477cc77d5a 4061a6f42ac9a4c91bbf59fb3e8f081e4a30dd15 409ef27b39875ec73c6540b886bf3dbb7fd638e6 440c4d8ccb04bcf68e10482dbf5b074b2f29f28c 46411e40749e43019a5c1ae9cdd9787c423e9dcc 47fae2bd6b97389a7b6d4b5e491d2504b16a2271 481ea983def74308b4af28ef8bc165ac41a55724 4b111faeb86cf11c3b147b50c4ffeacbe9f45b51 4d6fd77b9bb078d6f51066c1500618ffc4f34f3c 4f8a17556b4447b56eaeb2fff0204aa864fc8494 502d914a6842fee771761a320d564d6dd35737d4 517cae096d9674cd0b982a4011854dd158d9d1d3 54e965e49b7873f1500870d23ad49380eb3373d3 55b0d8b9e132c14ff50e128a00f2c4aaeb47c273 567b7fb1b4d4a55c95d0807c236248c785819622 57bdc9e94cec5a0f11c8cd44051dc777714ccb7e 5bb09a939ac314697e10fde40094408c26f41378 5f3482a96af610569eb465e380ff6d764a4f1c86 602049442ef39694e8d158550d3f5ab837373e05 64698fc9dee69d7468585ef672205d98ddc3a725 650ea2136c8ae2d1b0adbe386df8f13014fe732e 655e5b4f2368de9b17b34740e82290bddc3effa9 667f9cdfd96e6c438076c5c2b560aed584b356c5 66bc55ba90c8c0aef23efac4674419bf9005a4be 67933431b223d7cfd73e1e01f8f58f63dc87f4aa 67fe4c32700cd8511951672bf2ad36323574412e 6947461018b91a3aa16ff0257884f252415c243b 6a31b1d861f1818ca4888ee20641fa73f3ca8db3 6b57cd28becd3d2717cd40e7e995008d8a8013fc 6de66aab399c65024353b5f9c719385f04aeb3cf 6f0b3141ae1f73fa60cfb6f6e55f793d52af5fab 7097e38b8edb8c2843d2d3f9cc913084ab421f0d 734214dcb4974a06c51234eccefdfb93362e6055 73a1e2e4fd2b3e1a0681244909aafecb3ff72386 74dc1ae9af2e6cbe20c9cf8394f0b6a0f156b116 76b05d015a903c8ce649050893a4145114706c9f 7861ad1e574490a8f5cd353ab75dd8980d1c5a76 7b532b00ac490007f642e8d4d00450cc5d178c9d 7de9fdeef2f45713af1c631246176f5ea075276f 7ec6d6831dd47a06ac7129e7448b470de490b165 80e00d86bedb97b415b2e352b6d13dc31c4543e7 813cc3bc6c4634369c6c3075d88b62501bc4b069 82aa2dec0435be99d2d994fdddcbdede60620124 8a99c543c236acb0030f4a7e2ae59c9f9af8ae40 8e6a5929faf6273750e47be75444fdb9bb8678a0 8f5dcd05b9f0a69253c9f97b1daa4e58e05640f9 963c66326d5a98aa91f8fe34c2fecde688483054 963ca3935856fbea330ccf80fe0e6937132d605d 96ae1a8947fc9caef5749d2225a2fb46f3bb609f 96feab9258f88a39f1181533bfd0126cd46eaf6e 982f4cb1a16433d03a3242c6cc25b23fd5789d12 9a38ef843fbb636dd1813bde9697163a0bc11df7 9eda16291c3cb5ab4618a928f6e12a9a688c1c97 a0d1089a876717c90423b69b371418ffcebc6fc6 a2271745c9bf2db0661fa0c0f5aa1ea98bdfa626 a7f870860083cfda1881bd6b851622ce0d9aa3da a9cd3ca92836f60154a1475e7b98a7c7c4140ac2 b05776b900908d467860e8ed5b052a2cc28df44f b289db9fe3bad6948d9dc40a981e30604c7f42be b38cc06110bd1a99019eb2280ce4e8f10097c062 b4cc0a54a7e220bf5387ed3faaf5271bdb5b0e00 b535bcc34b910d490866b541d241743ad399f29d bc1dd2442162c3425acb452805c410786a26317d bcc81fccf7a03680abfb786de93a03d5f06ba14d c1a40dfea9acf25b7e021be99a401d8c62846090 c389ac8118c116d23a0e1c882c4c8402448b4d7a c63462d3c789fd7be4c1a33605bb9f22bde344a4 c8c3c7e1704c3b29ec1f719bb1a88021c3cb4f12 ca158bb6e50c3d5c5cc127143fdedbb1eb498f4c ca76cc2c195c6b34934a5ca39263bbdc70715089 ca968f9ae04bb3d1f7c93570b3bce22fba5fadc9 d2833451c3d583064f262764ae8dc88e2bb37d6e d881fb42a73e72baf8062706cc2d2df5e444fa31 d9e1f1e2d7d6b367b8165be5c49f623fecb2eee8 da715b381526590aff8b20248d5fa575e5f386e5 dc306e7a75bd2e66bb182f846825948b88d7ee8b dfc25a934edf6fba1757fda44ec300cf5e498ba1 e0a234a323d83a3a83aa337f1adee52464f9a63c e0de3c2777ad51e8226dee1e355b17b6e450e654 e126c426dbf9b256dbe008ea21344abef3a9a8dc e18d04531e020d5a98f7eaa1b058efdd8677af39 e2a0fd653c0b22e771cc46ccff93c933008d5418 e650f8eccc883f8b506caede51ff7d8862bfb6c6 e69850f2303bd55780ead45fba465e19ec20455e e6f56f724ff022da911fbbe4ac78f89178aa4683 ecfb0043a27275a5e246d45db36e38e3e8119dbc f14b0c9eb0b63998926280cdf174bb90d79c25a1 f38077a40aaa32a8f807c50bb7fd418104f5d6b0 f74d2fd2bce5dddd697625b8c5f0e2f2fd755250 f7c302f9434cd2e1a46f3c6f7ce0da8d37d4ca43 f9fc2c7dd689caed9ecb634a0b56e7a284a5f696 fa4097d7839574a1509372f181fb62c82fbc4809 faf683405581900a1768fef9be7096de9d40b777 fb0039abd6877ec40dcdfe461db864dd45bb3861 fc4b86f3bbbbd502d662efa1f9a505d5af6d3d6f fcd820e7a7469ce80b53258955276eb8f710dd89 ff2008ebfd2cbe8e4e6116b402fff20ecba62da1 fff1b2630b07b634deee448bcf9122cc9ca6a8e0
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-9.6
Version: 9.6.24-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23659
Depends: locales | locales-all, postgresql-client-9.6, postgresql-common (>= 171~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libssl3t64 (>= 3.0.0), libsystemd0, libxml2 (>= 2.7.4)
Recommends: postgresql-contrib-9.6, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-9.6_9.6.24-10.pgdg+1_arm64.deb
Size: 4310656
SHA256: 391ec23ee57c0a0414c058af8b8c63369e6302cfbc7a147aec449a5d5d4fdbf1
SHA1: 40cd0f744a8edf2eda47226ef21a5321afbdbd3f
MD5sum: 15d740421a6c008af534a9d61ed38706
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 9.6.
Postgresql-Catversion: 201608131
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-9.6-dbg
Source: postgresql-9.6
Version: 9.6.24-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26512
Depends: postgresql-9.6 (= 9.6.24-10.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.6/postgresql-9.6-dbg_9.6.24-10.pgdg+1_arm64.deb
Size: 13559348
SHA256: 44baf76a47bd3b524f4abcb31d2c6579e203d24f6e68b7cbe67a10b08740670c
SHA1: 974a72d61113941ba44c82e3fb688caede6c4ac7
MD5sum: 34f9a3184b5871f6d07ea6db91d7f70b
Description: debug symbols for postgresql-9.6
 This package provides detached debugging symbols for PostgreSQL 9.6.
 .
 PostgreSQL is an object-relational SQL database management system.
Build-Ids: 0437407ef1973bf4fe3321ed22ecb8ecae9df4aa 051c3d7db47df0b211dec372360a2cb0985a02c0 0c9ca22791c0c2754e82adb6832c2af5a7119d81 0cd2458ec58b50c41e39b86bd49f4d8ec4bccc98 0f3d27571f0083d65a10e6396c3bb0cf83b7db37 120176ee9fb7155836426fc9a4061baef801ecb2 1245d8209544da1c0aa35bbeffc931fe83a2c5f8 132524739a36273264b2609ee0f7b198d5e9cc6a 1be49cf6da75b415edbefae1186141d72e62db8d 1d24d5279443566fee9513c4f52657a35b2839bf 226521fbe7018a7cfa067513fdd9b2f4ad0b2c48 227436f4f993a9506e19b3f33945e7fe01340d04 227f55bdbe8926185b47ea75befa423a614a9d6c 27e7130672d9af5a4dbd04b263ecb61d1e8b9507 299e4e43cbb3d30abb514b6a5699c64a643693be 2c3f98cad914aac9d2cb6acd62166737f4f80096 2d1381c4abb1e9a5b3f18c7b07b4fd692d44f5d7 2d8aa0b339f64d266e921c7b3c7e3c55c3c7501b 31ed0c6060fcc6b43714fe0b4245718976aff91c 32477e1fc5775fb193d32eae5bdb49e76895fc63 3289bff22029c7bf67aafdb363d6b63c3b6e74ef 32c9a851f99e7b3e00205200c2f8e7035bc2713a 32e05e8d4ce857a0f49452a932bae61a7a118f21 351a55d7c921582526fecf0a7e25e212028e25f9 3885a748c17563e2d7da1f365c356af5ecc9899b 38b3e572ded7fee7ea7b1630a329d3b5745f3cd6 3b3aa7e62bdfa058511ecf861413bcfa7439288e 3e45bf1f021b2e76c85b81dd7e64f2eb04af3e07 3fd8a87bbbdaf9f5a74541a5a07d98987f0513a4 424e56485e5b37c385b31a0480ca3e7fae4f771c 4484d41bc0c6f3d52378058c99c1dec790e19cc2 47724239036318a8414cc9e80f8c4117e21c0a6e 4811701b64fe46c6c5dde99cb919cbf76986943e 48bfa134c2ed7c4e2a940b6a973ae6ee1f9f8978 4a13b9c6d20b09892382371829dfb013df529a38 4c54f8074d0ae86c6936cfc8991d6e688a08f3ec 500e3f21cbdce612b3ad52b2ab945b823a027822 52bb283872149e4512145c3825739da2cf89fe1a 53887e90c2e3530c27b8c5eb28ab0ac46d4737f0 54a178c4b75dd6b72b7f3186e9584a0b26483e69 5533593d54e75b53235bde330be191492f2b2fdc 562692c030b4eae32a1bf8af1f419e5c2fdcc659 5c2cc90e62331107b7afda4386f0fe3c1c43a77a 5d2165bc200fbbb42e183e4f1317ba613efa5346 5d9d9f2866c1495120dbd11df71c552a3f0950c3 5dac901b794ce3979ad2eae1410a42f7ccc28f1c 5dd7f3c17aa6250cd1956324d24767706dcde1d3 5f56f75de9bd4f77f47bc492535ab32e8bd00f32 611fd151620e5455ba22adcb7e592d7e955a2aae 64051b6c0a74126f3f43ee32b4d50fd18609d765 6506f7dee1de49da4bb07e436bfb751b658304f5 68ddf34e1fe954a1c651d3cd6c9864efc8bbdf4e 6dc33a4052c10d08015e474155faf592bc9b3432 73af90a4de81e6cd726d904efc768f85c1228e7a 778c95a0317a3cfcce20d07cc0f67a4a7ca15d29 79a1426158e5d2181541ef062bb481dcf7198007 7a34e2963a12e634a18795b551f9d44bfda216a3 7c21823842eba2d425f4c847c85f48bea71918c7 7f4523dc08c2718ded752c47f103993c39361f64 8019d66699264dda9a7d0c0bd7f85cef1ef3e928 81ea7081cb1b17f2666b4deaf36fe746efc6c99f 843c6b0d8e39067a25aac458c28e3982ab4fe93e 850543e7ed0dadb8010f9504fc7df13236a84018 85836cdc37e676839d85734aa87cf4bfdbc7394b 890f4c8de4cc4c4d002064c19244cfaf0ecaedeb 8ef488fcd1f585aa0b05e060a1ac116ec2a46d16 8fddb88bb52a58a107180f959da1e76f9a3f3b2e 905e8f484095db71b37209252340f829b295a327 90feaa27a88a7e770c192b2087307119b62a5107 9166fa5942ccd05708474df04b668fb5a3c2f354 931657677ccec0e1e732376c05948ae8da59ebf9 937e1fe76b1480580455a5a33721de1a44dada7c 95c09544dcd607cb7a56328db57601b178e55563 967719fa5941c4e61e2627a407c3a849bf60a4db 96c25d4106600108341a1614a9d088abc7089e13 9970ec97c0de204aaeb823f0d4d08c63b6cf7dad 9b2aa539b92518ebb1b68d2e8d835ac16aae7ef7 9b3c78dc25f5deb960950ef8977c138d1cee4597 a18a975d3de8c31c356d9016b1e80cd8130b377e a8ad5ea4c4b0a1bf4775c48a9d001592e232860a ab2b45a94735c4f7e59f77dfe228e9f0dde29768 ae74c1381acb1751beaa9f1664086368d3230072 b0653788b3c5f0732bb9afd44e8bf177bd1fbe28 b2cb635ff83acb55737c1052db6b1df24b06f55a b3aecf658f13a9689b2ed9e8ebb9345438cde1b8 b3ce0ffdc2f2db2c7931f15fee2266222fd0f70d b454311a006c404f7097e9aa22b42fb3e7cfa07c b4b56d6ea673a1029914c676e44f526be59ce420 b4d8ab5c647a3b634f77eac1bdcd65b88dee82b6 bbb8e286d7a5b0f1d5531b89f68457973c0b447a bf0f01bb11f336c49057079ef9426fb461dcea22 bfe3836470ef05abdf1919582bb11081d72c706c c3f2a2bd369749e9db9a276766214dc1548b64c2 c6f145715b2db038ecdcd0116d18c47db45fbd00 c945568f8b3892986ecf500e4174d923abd3469f cc7b582d18e17ae9e8ac61d3ddd4d33fbb4bee6f cd94b581e3ee72ac44a04f40a474dee3a8e5bb28 cf950e62573706ecde6729b12e8963fb3d0b5984 d2210659142fb6f534a95387e1acdc7999d79a5c d289da7649e31f619524d8cade10b36415d265ab d498ffd68269b239a62f8fb2eacf88422d7758e8 d502357279f1f2e7fe4b99691d40d38d41e0844d d532403a15e0ba8252b074397f55d1f81e62f8c6 d5892e90575e6f63f62c3dbdd964149dacd29d96 d6353da994be57b1803f43324ecb144376590d2f d8b70294647d1431b1d11f2a239a974a914e5c8c d9c64535a76271972977b71b28b8d20a20195eea e006c1b3052e1807f4544855ab9ab94be2575f6e e14d70ee92d5f3d03c3fa0b3412e54b81bafa12a e1c88d222e14f51197f8bf9484b4f20f5e6cbc8a e2ca7f273459d43761438148461e49aa28faa288 e85f49d36d617dd2c1dda1fb51b9504a1903ba86 e8c83bf1a83aa60aea69f20deee0f0eae2fdfd5c eb38441505591201f4010fb2299d505a405b7b13 ec76fd57014df096f46649490e5e936a7f3ab87d ece153aa6d2f4789e9e287bc656f7f4790937b08 ed3359c3bd33d5de2e18e520b7a7addb21f583d1 ede3bf47100748b439a32eff75f3baf7f211b8fb ef557423bfe92f205ed8e26ddc5ef8d0ae8ddee3 f2c5bf5415c0b49c71169a5d7aa321fac78695d4 f5e24e0835df4b6e293c8d0221c8733d043512e3 f8b47a3945adc27f960bbbae6b784a91bc64c721 ffdf9109b828a288499f8bdb1237e9996a55a370
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-client-10
Source: postgresql-10
Version: 10.23-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6999
Depends: libpq5 (>= 10.23), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-10, postgresql-doc-10
Conflicts: postgresql-server-dev-10 (<< 10.11-2~)
Replaces: postgresql-server-dev-10
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-client-10_10.23-7.pgdg+1_arm64.deb
Size: 1421668
SHA256: d37c01ef785654270bfac5209c07060547f90c5efe25348665fd0975ab8c6603
SHA1: 21059195f103afa8487a29c01b1407300b450fc5
MD5sum: 6cb36b3ea239d9bfc7d29ef52e6b3dbe
Description: front-end programs for PostgreSQL 10
 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 10. If you install
 PostgreSQL 10 on a standalone machine, you need the server package
 postgresql-10, 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.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-client-10-dbgsym
Source: postgresql-10
Version: 10.23-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4035
Depends: postgresql-client-10 (= 10.23-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-client-10-dbgsym_10.23-7.pgdg+1_arm64.deb
Size: 1687664
SHA256: 5afdf2c84911c5e974a11c21e13b2d6fd0ffd1d2ffd076cc283ae2a0fd2563a8
SHA1: 6589518c236a0e7d9ba1448d40bb49c80df40124
MD5sum: 260926ab1c1e4c79575977690986c982
Description: debug symbols for postgresql-client-10
Build-Ids: 08550fb7398ec8b1525d03a5fa71c6015d1242a9 09caf4be58d1c02f9eca5048a245b77c02ef51ba 153680e38d9f199c01d2ed1aed08677c8c076704 2872aa75564bf0ffe3a73b4fc6da0c0445ca75b5 39ec81d76f8b197e6ab86dae206b53261c2560ca 3ed8480540e2f5a0bbcf03fca811ea33cbcc0612 4922c5918aee60f5e118e8700553bf327fc110d5 5705e3950646e3c6c3ca8383cf69a8165d2b8793 632a60910009913ca65f78d703ec7a1b76d3ed26 6735cb4e53b933112d9b2645803199cbaaf438b6 7e99d09a8966efce9cb5a8a161993656dc77bdc3 9802a2421d17769740e4653b8447660e4d438d56 a9385a4b077049c0a3ba461401c851bda5974386 af14f86090f2edcf06c65bd2aebabfdd73506b5a c02f6e1eab73e42de44c24f0d3a7aa7e6580c381 eeada7900d17f3329b3e68171d13285442ac2fa7 ff00588e1efa6a1197561d16ac0aad2af0c840d8
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-client-11
Source: postgresql-11
Version: 11.22-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7313
Depends: libpq5 (>= 11.22), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-11, postgresql-doc-11
Conflicts: postgresql-server-dev-11 (<< 11.6-2~)
Replaces: postgresql-server-dev-11
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-client-11_11.22-9.pgdg+1_arm64.deb
Size: 1472896
SHA256: d25e3a7ea433e4bba36597f93175b27e279ec1bba23372bd107d4abdf4a8ccdc
SHA1: 70225195ff7c5b1db7f16cf9a43ec0f3ece17cdb
MD5sum: b93f9798c79ed25e6d9b94a18e2e83a9
Description: front-end programs for PostgreSQL 11
 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 11. If you install
 PostgreSQL 11 on a standalone machine, you need the server package
 postgresql-11, 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.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-client-11-dbgsym
Source: postgresql-11
Version: 11.22-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4112
Depends: postgresql-client-11 (= 11.22-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-client-11-dbgsym_11.22-9.pgdg+1_arm64.deb
Size: 1707672
SHA256: 4d9e1351fc78bc516b08d1459913451e85d1ead5a6fc14d02832cbf4de3893d1
SHA1: f8e113cc64df958e008de6752f6bd1d9c226df0f
MD5sum: 49ee4d1e221a053e958bfdc997b50a9d
Description: debug symbols for postgresql-client-11
Build-Ids: 0d8163ca030d1b9adb5125697ee362d259c634fa 17de56b7755ceb77eeb8b0a2c5292878fd80c388 28309c83c5cd8f8f9e71c803752b1a77203a78d2 2cd2563438411415116ffab97a6626750bd2d107 305ff164779ed5bea7456bc58b600b02a4b0fb59 3270314b5214d1ca18184b2c4e55e8aac138ddb2 4c9b91152cbb08835d47d74487da7f762fcc34bc 51041c110369e8bf4713f2cae37a07839402daf6 5c016b9301db1c1ca1f7def0f07e3dcd16e41832 5f528e9f172c2e25a2f5bdb83fd1b03869e48b66 5fbef80fffd62d5cd81cdb3b834581875857af54 8519c2e8db55e2fbc65de8ca8ebfa3f29d74821c 94309fd0b88b920d09cb7756debf19c48eabfa2c afee40300027cda41951708817e5b1f9bad6a48f b610c2d3d93d825fbe0b655b725644680d55ddf9 b9d672aa0735afbfb95d00d5c05031e6dafa97ca f730eb87dbc38dcf4960b5f4bf8ad634f15ef17f
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-client-12
Source: postgresql-12
Version: 12.22-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6799
Depends: libpq5 (>= 12.22), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-12, postgresql-doc-12
Conflicts: postgresql-server-dev-12 (<< 12.1-2~)
Replaces: postgresql-server-dev-12 (<< 12.1-2~)
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-client-12_12.22-2.pgdg+1_arm64.deb
Size: 1416128
SHA256: 41138fa153ff635987dc6dafef3b1afa6223f2e4040052d866c8647de1ef1778
SHA1: 22bfa3182a483aa3d4500a2703038208388fac35
MD5sum: c26cf399b9d920646b8b7de6663b3558
Description: front-end programs for PostgreSQL 12
 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 12. If you install
 PostgreSQL 12 on a standalone machine, you need the server package
 postgresql-12, 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.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-client-12-dbgsym
Source: postgresql-12
Version: 12.22-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4464
Depends: postgresql-client-12 (= 12.22-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-client-12-dbgsym_12.22-2.pgdg+1_arm64.deb
Size: 1865688
SHA256: 9b648c7e4923bd7cd46dc50ab06ef1f2da737bb029602e43916d878a3c96b64f
SHA1: 441361eaccb54902a5cd79538bf65d98b5e15a15
MD5sum: 47b986cfb56dd9af672306e787872494
Description: debug symbols for postgresql-client-12
Build-Ids: 05f776adefd66bd8d783abb989eb70813c4fbd5e 10f7a7b22e4585f701aee5f3d17631a5fcd62526 1768a5ce555575d0b1cd1ad6fb4972ccaaa07943 2c67bd80e4adf87615ea17f06e17985b50960baf 3004f315b8e366cc40ec92dd6b33e96222b18165 5dc60a3496322de57246ba93492dce887a6d0422 6d565e46022d29db1fda62bfbd807fd68fb3b36a 7799ab32b68169945cf5c46cd4279c015240b560 86ff0e4d3af088d39665cb7d3fad9aabad33be8a 88d1e94449459e1c49998111fbbc911ed8b7d6c3 908fd3cb052220518c5b57fccb7fe33a1501525d b1c00b574c880f0ea951fd3c4db41eebfa5eb40a c602891b0a56b6d824424557e64e8ed8fff329f0 dbf74ef698ce893df85a9bf67a3d38ba1fb8867a f4684cdb7ca4a935b2ec0e5a6706d3297749da42 f5abba4c7efe5cba1e640a2e9b80bef377a44b7b fd390a35b0c3fb2993e4a084c2b1fb386ec86e89
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-client-9.4
Source: postgresql-9.4
Version: 9.4.26-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5689
Depends: libc6 (>= 2.38), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.4.26), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
Suggests: postgresql-9.4, postgresql-doc-9.4
Conflicts: postgresql-server-dev-9.4 (<< 9.4.25-2~)
Replaces: postgresql-server-dev-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.26-13.pgdg+1_arm64.deb
Size: 1124540
SHA256: 307e09596187a5716f10635bb145cafd40283e3dd03529cdcc4a2c448ee2a7c7
SHA1: b878e5834aadb115ecf93ffb8c20fb2a7620d079
MD5sum: 0712c247696e02e51cffa3f91ea7325f
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.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-client-9.5
Source: postgresql-9.5
Version: 9.5.25-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6309
Depends: libc6 (>= 2.38), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.5.25), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
Suggests: postgresql-9.5, postgresql-doc-9.5
Conflicts: postgresql-server-dev-9.5 (<< 9.5.20-2~)
Replaces: postgresql-server-dev-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.25-11.pgdg+1_arm64.deb
Size: 1272056
SHA256: 15709b06a38a669ff0dd70b41396c22dd24e67b8a8bb574d48562191ff4dca4d
SHA1: 4224efd734639097c39747ca1d68742a240ace1e
MD5sum: 54c3815dbe0d39ed0116c0f839a3f354
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.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-client-9.6
Source: postgresql-9.6
Version: 9.6.24-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6511
Depends: libpq5 (>= 9.6.24), postgresql-client-common (>= 142~), sensible-utils, libc6 (>= 2.38), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-9.6, postgresql-doc-9.6
Conflicts: postgresql-server-dev-9.6 (<< 9.6.16-2~)
Replaces: postgresql-server-dev-9.6
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-client-9.6_9.6.24-10.pgdg+1_arm64.deb
Size: 1332868
SHA256: 2228fd9817978951601d534abced60888b1a151faf047c6ee612a7026be2ae18
SHA1: e082bf4032d76bdc5c53c67c12f8fec50a910f97
MD5sum: 3c2d02c75f20b48c8679b8eebb9fa585
Description: front-end programs for PostgreSQL 9.6
 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.6. If you install
 PostgreSQL 9.6 on a standalone machine, you need the server package
 postgresql-9.6, 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.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-contrib-9.4
Source: postgresql-9.4
Version: 9.4.26-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4459
Depends: postgresql-9.4 (= 9.4.26-13.pgdg+1), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.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.26-13.pgdg+1_arm64.deb
Size: 433464
SHA256: 7c4ff270714dc563e65363f90a326c7f5b1f152ee1138a2bc1d6503eb7377248
SHA1: 97623a8941be6f352acb993f40f895de068eceb5
MD5sum: fa4628c092ca223cb140381fda83a039
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.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-contrib-9.5
Source: postgresql-9.5
Version: 9.5.25-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4529
Depends: postgresql-9.5 (= 9.5.25-11.pgdg+1), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.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.25-11.pgdg+1_arm64.deb
Size: 443564
SHA256: 0a3904ceb8e500f265e08a5e96fe7db7f2d6fb72c7915d136a0909a345f3797e
SHA1: 0629e52df4ecfa3df080025770ccb821ab309ac1
MD5sum: 21a1d5185ea198400e623666394ac0cf
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.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-contrib-9.6
Source: postgresql-9.6
Version: 9.6.24-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4786
Depends: postgresql-9.6 (= 9.6.24-10.pgdg+1), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.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.6/postgresql-contrib-9.6_9.6.24-10.pgdg+1_arm64.deb
Size: 492360
SHA256: b4303ef8205564b0cacd5ac408fb28b95bacfb292b68afdd72f561fd8d325c52
SHA1: 289e3112a6314058e28ec178c0c3b5c063fde2aa
MD5sum: b869e2e709a3ab08a4de210850088179
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.6.  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.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-doc-10
Source: postgresql-10
Version: 10.23-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14158
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-10/postgresql-doc-10_10.23-7.pgdg+1_all.deb
Size: 1826888
SHA256: fedc87101eaaf66303bb2bb259547dd0ebcc10717037fe7d1c9055fdeab112bc
SHA1: 2e47ff7a9c8feeb930f31f7be73c49f26bb52a5f
MD5sum: 9bbc6bbdc3e34476aabf805dac7c83d1
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 10. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-doc-11
Source: postgresql-11
Version: 11.22-9.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14658
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-11/postgresql-doc-11_11.22-9.pgdg+1_all.deb
Size: 1888020
SHA256: 60b31f0f13547f5eb0984c6c608e37732960366f14543e1ff461661cd960e29a
SHA1: c74e8326fb503b9e0c3ee99a67da50fa9f72b037
MD5sum: b6c244f2eb62e27d2f3d30d06a229053
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 11. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-doc-12
Source: postgresql-12
Version: 12.22-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15189
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-12/postgresql-doc-12_12.22-2.pgdg+1_all.deb
Size: 1954464
SHA256: cb78e29b7648b86634be05e5eb1542edd65699ad91a9257541b62c2744e1c1e2
SHA1: be6889148f7eac673bf3aa0c69ca2d52e81577c5
MD5sum: c3661811bf156640cece3d95d9d17ea0
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 12. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-doc-9.4
Source: postgresql-9.4
Version: 9.4.26-13.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11502
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.26-13.pgdg+1_all.deb
Size: 1561288
SHA256: 06c81a8db6cf8c5fb26137b265480614034e3186118c91a9e48a8bf68c1a6f06
SHA1: 216f0b596d5f5da6c57d0d6463f602ab0c98cf71
MD5sum: bfd0039eab44f8c545e23fb5394065c5
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.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-doc-9.5
Source: postgresql-9.5
Version: 9.5.25-11.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12015
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.25-11.pgdg+1_all.deb
Size: 1631292
SHA256: 8d39118fb76b3574f2251bbe722b66d903998c7ce7cb9e58216406442e2dce58
SHA1: 62cc9784ed56e51431fa2f00002876e3d3666d39
MD5sum: ae009a43b0e7c8253fa8d4c071e2de60
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.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-doc-9.6
Source: postgresql-9.6
Version: 9.6.24-10.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12469
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.6/postgresql-doc-9.6_9.6.24-10.pgdg+1_all.deb
Size: 1698020
SHA256: e96944b5abf4927d18f6bca3024307d3f2945da2333e710c7fdd41f0a3198e54
SHA1: 31e7fad1e29e38f89dcaf3b77905a01e019cd044
MD5sum: ad1f7559a74e1c5fc8022f2e103aa3bf
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 9.6. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-pgrouting
Source: pgrouting
Version: 3.7.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 48
Depends: postgresql-pgrouting-scripts, postgresql-17-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: metapackages
Filename: pool/main/p/pgrouting/postgresql-pgrouting_3.7.2-2.pgdg+1_arm64.deb
Size: 22872
SHA256: d44d8f49f27053c6fe00c05bdc1b21f8bdef765d93c7b121706a6b968c6c8371
SHA1: 3df8317854cafa4e82e601fbdce61809a6e5aca6
MD5sum: 6742b00fa37c23df0a5eb9d1b3f29926
Description: Routing functionality support for PostgreSQL/PostGIS - Metapackage
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This metapackage depends on the PgRouting package for PostgreSQL 17.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-pgrouting-scripts
Source: pgrouting
Version: 3.7.2-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 48
Depends: postgresql-17-pgrouting-scripts
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: metapackages
Filename: pool/main/p/pgrouting/postgresql-pgrouting-scripts_3.7.2-2.pgdg+1_all.deb
Size: 22908
SHA256: a7bccb5ae800121aa1626ebc2e80fe1b4eec5b00fe398f274baed348e03d8c95
SHA1: 4df2582b206bd4cd7223d74456a6bdfc184ff609
MD5sum: bc7ab4f0311f91be93ebd44484997082
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts metapackage
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This metapackage depends on the PgRouting scripts package for
 PostgreSQL 17.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-plperl-10
Source: postgresql-10
Version: 10.23-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 357
Depends: perl, postgresql-10 (= 10.23-7.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plperl-10_10.23-7.pgdg+1_arm64.deb
Size: 58248
SHA256: c705a811e8ddfdf048c487eb0af9b49b3a09b483cb557e274070a83d5ee2b98f
SHA1: 0066553fae770107c926f1270cfb8a719c0bd206
MD5sum: ee8a910ee5e65de02122dfaffdca7080
Description: PL/Perl procedural language for PostgreSQL 10
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Perl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-plperl-10-dbgsym
Source: postgresql-10
Version: 10.23-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-plperl-10 (= 10.23-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plperl-10-dbgsym_10.23-7.pgdg+1_arm64.deb
Size: 164188
SHA256: cdd1f164ce8a59627c8b260416f9484f7a222934cd472a98356744e36d048dc4
SHA1: a32c4cf01abfd6f02fc10c1d8d56b99162f0d6a0
MD5sum: 23701a0fedf91311038509131ed92819
Description: debug symbols for postgresql-plperl-10
Build-Ids: 1f44ea5380c96c037caa3a47fb98d0d1cef5526d 32c0d7b6ddcdb3f99834b5697a01d74c4aa100fb
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-plperl-11
Source: postgresql-11
Version: 11.22-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 439
Depends: perl, postgresql-11 (= 11.22-9.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plperl-11_11.22-9.pgdg+1_arm64.deb
Size: 65760
SHA256: d00d3b429691b8f38fb84c4e65fe1489ba0a2ba8b0673f9cd782ca08e8f0e536
SHA1: 369ce05a4ef600ca8094ef9005fdf128b33e09c6
MD5sum: f8fdcbaa230ab449b08b45d7a594fc8c
Description: PL/Perl procedural language for PostgreSQL 11
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Perl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-plperl-11-dbgsym
Source: postgresql-11
Version: 11.22-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: postgresql-plperl-11 (= 11.22-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plperl-11-dbgsym_11.22-9.pgdg+1_arm64.deb
Size: 180280
SHA256: ef43bc408c2311f84e137a69ca9ac9cd308951b13162235a5dd47d48ba3e1759
SHA1: 10e5cc4ae5e1c06930c8956e9cff0704105ab794
MD5sum: f470b88ab3fdd5251024f79fa5b20dd9
Description: debug symbols for postgresql-plperl-11
Build-Ids: 797e4f4a4671aaa3265d835d485ba7775ed55943 cb1287fbeba7f113441c1a19656793bfe99535a3 dc58ab6307f246c7a84d4b548ff3a501d52291e4
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-plperl-12
Source: postgresql-12
Version: 12.22-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 478
Depends: perl, postgresql-12 (= 12.22-2.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plperl-12_12.22-2.pgdg+1_arm64.deb
Size: 82636
SHA256: 00ffa4c787057334cbbde10f474b3f9dd6a4deaf066064dd541fa987960cad52
SHA1: 51cc7c3ee67bb395b6d96cce4c856d649b94f81e
MD5sum: f72edc674b7b29d8e934e4d49d2e0c17
Description: PL/Perl procedural language for PostgreSQL 12
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Perl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-plperl-12-dbgsym
Source: postgresql-12
Version: 12.22-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 221
Depends: postgresql-plperl-12 (= 12.22-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plperl-12-dbgsym_12.22-2.pgdg+1_arm64.deb
Size: 182592
SHA256: aa4f5c817b4e48a2947b775a746b4c6fe33450a951f2ea0f151ae0a5842f6646
SHA1: 3006ad97776e25b71318103d4569ba18af29af84
MD5sum: cb62f197213ddc19d34c42c0d4b58b9c
Description: debug symbols for postgresql-plperl-12
Build-Ids: 3962af6fc5cc59329c6a624b8f9655a61e716020 5dcbca853432a8b33ccdea050671b958fcad03b9 ae9fe3585d41a04618ac5fe49e28486c53496068
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-plperl-9.4
Source: postgresql-9.4
Version: 9.4.26-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: libc6 (>= 2.34), libperl5.40 (>= 5.40.0), postgresql-9.4 (= 9.4.26-13.pgdg+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.26-13.pgdg+1_arm64.deb
Size: 48108
SHA256: f237a6cd3f3a255145dae0c1e55ca5eef5816aba7a6d0ef8d87560a7f4cd21dc
SHA1: 44ad77128685eeeb007b8aa1703943c0d9d72937
MD5sum: 646d22f4a17e78b08570150d0b75b4fb
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.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-plperl-9.5
Source: postgresql-9.5
Version: 9.5.25-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 360
Depends: libc6 (>= 2.34), libperl5.40 (>= 5.40.0), postgresql-9.5 (= 9.5.25-11.pgdg+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.25-11.pgdg+1_arm64.deb
Size: 55288
SHA256: 554442374b93e5eb82aa411a11aea9acfb059726aa4c49300f3446e471e4873c
SHA1: 5032e09e7b1a80e369ad33441c2e4ded3de99a90
MD5sum: 3267a6a992912bea3fdb4f6f79c6bada
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.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-plperl-9.6
Source: postgresql-9.6
Version: 9.6.24-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 364
Depends: perl, postgresql-9.6 (= 9.6.24-10.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plperl-9.6_9.6.24-10.pgdg+1_arm64.deb
Size: 57256
SHA256: a8e380f0c92fa6556587ee3645384960cdbb74111fd51447ff5e38682bf89fad
SHA1: 5de4fc8b49b90609f7fc11b169bcc551eb2c8c0e
MD5sum: d1269c2f97fbdd7bf97e2c1cf69a6720
Description: PL/Perl procedural language for PostgreSQL 9.6
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Perl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-plpython3-10
Source: postgresql-10
Version: 10.23-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 314
Depends: postgresql-10 (= 10.23-7.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10_10.23-7.pgdg+1_arm64.deb
Size: 54080
SHA256: 6e86ca3685cd067d6411af80784abea67296ba8b1ead075aa9c151f2e1de74e3
SHA1: bde913287f8a2b97094fe84b8698bf5e8872b6ed
MD5sum: 7b97c4da1127f6d5aa75f10210860f3b
Description: PL/Python 3 procedural language for PostgreSQL 10
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Python 3.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-plpython3-10-dbgsym
Source: postgresql-10
Version: 10.23-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-plpython3-10 (= 10.23-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10-dbgsym_10.23-7.pgdg+1_arm64.deb
Size: 155040
SHA256: 1f0e059093e06ac2ea3359cd2e9cf2da4aafa0dd71e34ecf4825896b9f0a59b0
SHA1: 6d2b1096b5e72e2e05abcf39c92e473b70985486
MD5sum: 0a02833ca5457dd0b3b7a736a2566083
Description: debug symbols for postgresql-plpython3-10
Build-Ids: 0e3bce237677b77c9d2c5f1cf29302b20fee59b6 63c6f8a77357cafaed6f835f4abe17d9938a2a6e aac69852c31b69185827a7204ac7ecf7814f1e00
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-plpython3-11
Source: postgresql-11
Version: 11.22-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 387
Depends: postgresql-11 (= 11.22-9.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11_11.22-9.pgdg+1_arm64.deb
Size: 59260
SHA256: cca9699ea6e6ce29466b53e19fb9d8caf3a9ea8fa2041edfab046cc52333342c
SHA1: bff745992dd86e04eeb9041f400ba1bc730483f6
MD5sum: f602a24642ac7a9dddea9ba5d6ce73df
Description: PL/Python 3 procedural language for PostgreSQL 11
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Python 3.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-plpython3-11-dbgsym
Source: postgresql-11
Version: 11.22-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 228
Depends: postgresql-plpython3-11 (= 11.22-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11-dbgsym_11.22-9.pgdg+1_arm64.deb
Size: 175504
SHA256: d2b2609597b8e746dbf1058ba26f54d1ad4d289ecf56b9e94d5e9632303bbf11
SHA1: 52afe04c303fd20b0fa2b18e90b28f83fc52a908
MD5sum: e338f0bca67c871d69ffa9a764f867e3
Description: debug symbols for postgresql-plpython3-11
Build-Ids: 1d7a160143820e6b27b73cc035f5be69c4d20768 90e166d2ede4143d6f5357c179bbc6d0262aa2fd ac6f1b34ec34400f6669d552564c145762be80d9 e535989b2b0b10b518469f4d9497a4d7d51a284d
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-plpython3-12
Source: postgresql-12
Version: 12.22-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 643
Depends: postgresql-12 (= 12.22-2.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12_12.22-2.pgdg+1_arm64.deb
Size: 108860
SHA256: f375d8e08a14c03d18503ea3754eeaa8e925ec7c8a40dcbf0fb6dec5727eb53d
SHA1: 1dcbf9632a72d9d70f069b5cfd947b0c033526a0
MD5sum: 8857749aa767fb9fe5c44530ca3acab7
Description: PL/Python 3 procedural language for PostgreSQL 12
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Python 3.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-plpython3-12-dbgsym
Source: postgresql-12
Version: 12.22-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 231
Depends: postgresql-plpython3-12 (= 12.22-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12-dbgsym_12.22-2.pgdg+1_arm64.deb
Size: 178016
SHA256: ad5c7416bf63167777220852a1ead6ec663941a69561bcc165f3b3ed3ecf1ed6
SHA1: 857c8f68dd585901e85e0df412e1242f98a74d0b
MD5sum: fdf0902cd90509e2f6a55f8f2e52d34d
Description: debug symbols for postgresql-plpython3-12
Build-Ids: 49cdfb3d5d3cee26cd5dd6ae88fa55b268ddc007 783caf986607f80d65bdca4f408bb84145e4d833 a25abdb80da1a40d7f6cd4809e248f6c0d314e1b a61d0afa25efe8e21f96355d50ab854289226915
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-plpython3-9.4
Source: postgresql-9.4
Version: 9.4.26-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3), postgresql-9.4 (= 9.4.26-13.pgdg+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.26-13.pgdg+1_arm64.deb
Size: 42912
SHA256: d739d6d0efec2dbc3375a5a0bc699a9ecce9879ee949e6abcf47417960d4182c
SHA1: fe2b22e6c42280bb853be924d4d270e851e65c4f
MD5sum: 28f2a53723d7a095c1677c28d17ed1fc
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.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-plpython3-9.5
Source: postgresql-9.5
Version: 9.5.25-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 312
Depends: libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3), postgresql-9.5 (= 9.5.25-11.pgdg+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.25-11.pgdg+1_arm64.deb
Size: 48504
SHA256: 3865a9d29562b33298231cb8ace1819cd9d8e82dbbc1341d72df0a4ad8515447
SHA1: 9999b87a74cde754228520833d946608809996e6
MD5sum: 1d579d3fe8de62e0bc88ddf70b4932bf
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.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-plpython3-9.6
Source: postgresql-9.6
Version: 9.6.24-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 314
Depends: postgresql-9.6 (= 9.6.24-10.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plpython3-9.6_9.6.24-10.pgdg+1_arm64.deb
Size: 51492
SHA256: 8c045a13b0e79f27e2cd24645234df74100eecc375d16bbedcad126a83f6297d
SHA1: 4d2237cd08e95ec01d233d7d2968b81728840b73
MD5sum: a8ab31f9949926b1972c631d410d2c53
Description: PL/Python 3 procedural language for PostgreSQL 9.6
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Python 3.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-pltcl-10
Source: postgresql-10
Version: 10.23-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: postgresql-10 (= 10.23-7.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10_10.23-7.pgdg+1_arm64.deb
Size: 37308
SHA256: 853da9f9b4793c2ae273fd79a1f145c8d4441f718dece5dfc3203a9eb81eb19a
SHA1: ca934cfa2d6bf4adc1e66a9a71b8544b20f0a4b5
MD5sum: ac1f2263c0adfcc99c43c8a78b2679ca
Description: PL/Tcl procedural language for PostgreSQL 10
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Tcl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-pltcl-10-dbgsym
Source: postgresql-10
Version: 10.23-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-pltcl-10 (= 10.23-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10-dbgsym_10.23-7.pgdg+1_arm64.deb
Size: 66468
SHA256: 4b1bdc144977ca026ff892105062fecb1f38a6a37f1840a4622834d8f3aa6bcd
SHA1: 2a7f5ee0e5637a4137ef34d6b1219b6548e01c68
MD5sum: f1fe77a53e26ef1b903943e5a9ce6914
Description: debug symbols for postgresql-pltcl-10
Build-Ids: 6563b2f3c92ef802b14134b3d3179e01c970175a
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-pltcl-11
Source: postgresql-11
Version: 11.22-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-11 (= 11.22-9.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11_11.22-9.pgdg+1_arm64.deb
Size: 41316
SHA256: 69da3aa1f5054f4393177250b7a0a16d104289ce4f1d211f1e513a962209eb2e
SHA1: c889136a4f35a8205bc9dde2e42cce9a9828d1d3
MD5sum: c26cb1a2da68b15b9d7039e3ce1ea46c
Description: PL/Tcl procedural language for PostgreSQL 11
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Tcl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-pltcl-11-dbgsym
Source: postgresql-11
Version: 11.22-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-pltcl-11 (= 11.22-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11-dbgsym_11.22-9.pgdg+1_arm64.deb
Size: 69972
SHA256: 7a583f778ea35c3dc5e24ea190d53b1b24fe86992a7807391f10b023441a7cbc
SHA1: eceb38504c647606d4d6b28a7d462ef9aabdd377
MD5sum: 03dabdba2deba4339c562f143dddcf03
Description: debug symbols for postgresql-pltcl-11
Build-Ids: 7e6da91ce458ce264bb29bc40450f7d9ce0d4de0
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-pltcl-12
Source: postgresql-12
Version: 12.22-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-12 (= 12.22-2.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12_12.22-2.pgdg+1_arm64.deb
Size: 44244
SHA256: 4007905dee96ce0a4438d1f35b2ec8b043cb87cf7144a1f79e398d281c31b0bb
SHA1: 04f72547339ab320fe67a7668a708654cae0402d
MD5sum: 5db93b8b2c55a38fcff2929df3711479
Description: PL/Tcl procedural language for PostgreSQL 12
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Tcl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-pltcl-12-dbgsym
Source: postgresql-12
Version: 12.22-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-pltcl-12 (= 12.22-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12-dbgsym_12.22-2.pgdg+1_arm64.deb
Size: 71176
SHA256: d670e2eeb70a0851c36208054306e559e5dc20e0ee39fb971cbca60b1c21f5f9
SHA1: 5f769ecbab401f05effd0d798f839f36c204e896
MD5sum: 43d67003e57c0dc4f1ce0ceca045e657
Description: debug symbols for postgresql-pltcl-12
Build-Ids: e85ea1c397faad265ffea6ceeeed117833ff5925
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-pltcl-9.4
Source: postgresql-9.4
Version: 9.4.26-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.4 (= 9.4.26-13.pgdg+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.26-13.pgdg+1_arm64.deb
Size: 28308
SHA256: 2c98de87e6dbebd102c0b6aeeadda2a0307659b2c3895363229b8b2b1af7da7e
SHA1: e21a6a27876e7a96fd76bba29d0c18be4943ce67
MD5sum: 50b6d0c7c30ce25c511575993c5f632b
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.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-pltcl-9.5
Source: postgresql-9.5
Version: 9.5.25-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.5 (= 9.5.25-11.pgdg+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.25-11.pgdg+1_arm64.deb
Size: 32880
SHA256: b035cbedcd3ab12bde762a0ab6dcba0591a18f8d33dac8b6cd07b83c39ebad2d
SHA1: ccfd38a6751b75b9bb1624831dcb6452e6096a2d
MD5sum: 0e1e5a1b182c708c379fd88a64697af1
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.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-pltcl-9.6
Source: postgresql-9.6
Version: 9.6.24-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: postgresql-9.6 (= 9.6.24-10.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-pltcl-9.6_9.6.24-10.pgdg+1_arm64.deb
Size: 38168
SHA256: 98b80fd0f4c10372f2733551d7a463906da37b4ef20402ce35878e2ddcd03279
SHA1: 503d5db05704a6cdb25c8b4292e9452171445d81
MD5sum: 5c1e74e79decbce124f9cadb012c9cbd
Description: PL/Tcl procedural language for PostgreSQL 9.6
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Tcl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-server-dev-10
Source: postgresql-10
Version: 10.23-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5522
Depends: libpq-dev (>= 10~~), postgresql-client-10 (= 10.23-7.pgdg+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Replaces: libpq-dev
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-10/postgresql-server-dev-10_10.23-7.pgdg+1_arm64.deb
Size: 943960
SHA256: 47df8bb0c8248790a942825bbf443d5752433368dd1aaa9f964136f9f13c1668
SHA1: e7300dc8f294965eceb5b4d403dd6a678915ed62
MD5sum: d8fe0402fd2206d5dab415e0202a105b
Description: development files for PostgreSQL 10 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.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-server-dev-11
Source: postgresql-11
Version: 11.22-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5073
Depends: libpq-dev (>= 11~~), postgresql-client-11 (= 11.22-9.pgdg+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-11/postgresql-server-dev-11_11.22-9.pgdg+1_arm64.deb
Size: 930516
SHA256: 7359bd834dc1e9fc29549b98c843fc738023d1735de537636a50437deca24df4
SHA1: f40fb0e908e542b2e9a8044b08d3cefde028d878
MD5sum: 26e0bd0630bd26f279236e75e2a5807c
Description: development files for PostgreSQL 11 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.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-server-dev-12
Source: postgresql-12
Version: 12.22-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5682
Depends: clang-19, libpq-dev (>= 12~~), llvm-19-dev, postgresql-client-12 (>= 12.1-2~), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-12/postgresql-server-dev-12_12.22-2.pgdg+1_arm64.deb
Size: 1004956
SHA256: 32c95e12571d383870204dd064a7e8ee5deae85314867777a9f44113baedc9e7
SHA1: c9a3b5b9a960141421e913c5600dec27b2eb1a6f
MD5sum: a2810f084ffa300c70f511ffe6e1802b
Description: development files for PostgreSQL 12 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.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-server-dev-9.4
Source: postgresql-9.4
Version: 9.4.26-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3560
Depends: libpq-dev (>= 9.4~), postgresql-client-9.4 (= 9.4.26-13.pgdg+1), 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.26-13.pgdg+1_arm64.deb
Size: 617184
SHA256: c2765c7baaf8e22545a214c602ed935556bfefd9edaf9b862d4ab139f30c1725
SHA1: 017cb5c331c275c92d8f35cfc249fec3e872716c
MD5sum: d8b5f199f120854138ca57b3ff4c4420
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.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-server-dev-9.5
Source: postgresql-9.5
Version: 9.5.25-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4079
Depends: libpq-dev (>= 9.5~~), postgresql-client-9.5 (= 9.5.25-11.pgdg+1), 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.25-11.pgdg+1_arm64.deb
Size: 713116
SHA256: 2e9d55a638aeb374ede9908637ed36d313d7e0e6ab8518a6b103f7a31810bb9f
SHA1: 7dbbcea8b5f545388e6bc26a3647bd64c65ebef7
MD5sum: 36b2be78b39aacbf8493e8831be8e1e8
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.
Timestamp: 2025-01-24 17:17:34+00

Package: postgresql-server-dev-9.6
Source: postgresql-9.6
Version: 9.6.24-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4423
Depends: libpq-dev (>= 9.6~~), postgresql-client-9.6 (= 9.6.24-10.pgdg+1), postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-9.6/postgresql-server-dev-9.6_9.6.24-10.pgdg+1_arm64.deb
Size: 781792
SHA256: 5ea60d2c3d9bba0bd6e7c7f6e28aaa77781600e4f6ac92fd744dca2cbafb29f6
SHA1: 6687cb0f3f5c42cf1eebd6c49648bafa3dbe06f0
MD5sum: 8c62068e0b6eb55b4376aefb50ec4938
Description: development files for PostgreSQL 9.6 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.
Timestamp: 2025-01-24 17:17:34+00

Package: librdkit1t64
Source: rdkit
Version: 202409.4-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 24594
Depends: libboost-iostreams1.83.0 (>= 1.83.0), libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py313, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.38), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.2), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 3.3), libinchi1.07 (>= 1.07.2+dfsg), libmaeparser1 (>= 1.3.1), libstdc++6 (>= 14)
Breaks: librdkit1 (<< 202409.4-1.pgdg+1)
Replaces: librdkit1
Provides: librdkit1 (= 202409.4-1.pgdg+1)
Homepage: http://www.rdkit.org
Priority: optional
Section: libs
Filename: pool/main/r/rdkit/librdkit1t64_202409.4-1.pgdg+1_arm64.deb
Size: 4810220
SHA256: 29c2bffef10d0b70b03d1b35a58d2ec0618d6f0520f2b3cf0bfd0726de0713b4
SHA1: 4e1313a7682a22650d20c0e3db9be93b17a277e5
MD5sum: f9927df71dc9915aeec5151ff9fbf92e
Description: Collection of cheminformatics and machine-learning software (shared libraries)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the shared libraries.
Timestamp: 2025-01-25 10:37:04+00

Package: librdkit1t64-dbgsym
Source: rdkit
Version: 202409.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 118721
Depends: librdkit1t64 (= 202409.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/librdkit1t64-dbgsym_202409.4-1.pgdg+1_arm64.deb
Size: 115900504
SHA256: 5ea8234304694988f40774c3b8b13fc78cc00b0e84fe781ca779345bf14523a8
SHA1: 956d2aca04c1ebd2a211a87d4fcb72a92c47903a
MD5sum: e43bcfea93ae090e6ac24ae5713d7c43
Description: debug symbols for librdkit1t64
Build-Ids: 036e944682f8aceeb4c425446215429ac144d5cc 04a9b8f90d0083868d5ba8e92c51487ea06f41a1 08d2d096e6000da7bd62bf75e89c59f4b389f8b4 0949e37964a0cd8dda5d9728b7b261dc6a30b112 097488470fb7e3d60e2b12cfb94d22c407b532f5 109b70394b5c675e010c4f1181f97d3b099f1a20 17481b65e41e4cb369ae3a9fadb143f76698c36a 19fcf20d2b091aa04c9e911e1ed168ece276f916 1ae0a8d6f9ea436662059e2adb13254648c0c6a6 1be162c4f1821eeb116f80e77997e7c0bb62b7ce 24168cd0be56ffa585ef752575e015c2586dc68f 241d2a2e0c1db53a8c3e15ed6d7ecd296f226ea8 27552b68836fe3c085b82ade2524a3aaada7d6e5 2af47d46ff86c19a8a5727b0ed02566638df6750 2b1671cef53e48d18b6edec09b4bff13e3735ec4 31966e9fcc4c12be92f0ffcdb4b836a46e66868f 3545f5fee99b56448db4f353549c249b32c40ee9 3dd9dbb7cf6a1360cc19c5d645a39171f133eabb 3e47b61d19149d0c41ad535d0ebf78a69f20f288 41bdcb631702c8ee34f8994a65fa02baf877b9da 432c55e3f66983dae0dd09385cb79430d71eabe2 4410694e3d1e498aca71beef38e9ff3201bb6eeb 4711398e76efd112dd405befc5581f4ca636795c 4fdc01c88d141e74ab9c80c61e8afc17639b7065 520736323b5e82ad465cb6112cb179bb4baac61a 52ec6e875b1a47bae904080d24188d26fa8304ea 5481088445ba42c997f4927fb530a906b7f21b67 6076a8d3859835df6007c33a236099673d44df5f 62f0c4c33048b5b6209a3f24ca63f4db62a31701 6317160436e07f6ea2e63ff74d68eda147a874fe 6328e1a04882005c07f58d8759e2408bec7927a4 64c608f1fcce26e96f7a14b6905a7e02eab9e460 73d3b4b225c6a4172b5f2101bb288512eecc8e40 766220e79836c211c3c2544fbcb436d20cc11386 7bc9cd86808643902ed645a08b7fa1a227897e19 7fbb704c390ba5bc7fff94885dfd60cc90c41569 7fc59b6e82ee4fe609fcf1127eb6b724dd555411 817eee8b1e217f9d2c65206896ab276c8d16dea4 823ea5dfaca5f0d8bda829a96af7429ef2c601a6 835ff36bbb60a77ad0e5fe34d7ae7ccc0420d206 86694fe109dcdf756bf010b3dfc938eede0394d6 9d94b23c6a09fbcc9c4939c8aad6a862c77a35ba a00ffde93b1eb02666b1e54e1f7db3e2aa447a99 a52d18739dafb9a4a5cf56969fe49c4f478858cd ab650b6e14d9813d7a9cf2178d6920d59a74b59a aed9a9b6460d87a0ad7fa0404923e9afec7cc6f5 b102757b89cd6a3775a1118ceb77b341c73ae0b8 bdafbdfc67141585b580e6b191ab6a845d5b439c c1cfce336fbdc2446e31106baf1e585ee40439a2 c932da2c4f7bd4c503a7c9f739d61feced70cd66 cdd3aa274e801d724943736c98826a8296e0e189 d0f2a35f5f01ff385077f10b9465468f4c675773 d525ad2340d37aa0be5526115fff15cfdd571887 d86e16a9fe04907ad7563c69b97ea5ac36e67dac e2024893a1fba2d3403042d5441f6427ac87e13f e408c1ab08d7554a9428a3431a3d9b46ebc8e5c3 e42a06adaa9a00e312a3a2ace5a40584fa11e947 e4c60f1eb6105c2edf9a6b52e5502e2938a7ec8b e67530972c080d14ba9a0972496ab0baecbbda42 e9d42d9f1533204f35626b58100ea42f5a77b6bf e9e53bb8a5fb64382c9609e0b78837c13d1f173c fae92a8d53116d126532dbbc836a63611b40aeeb
Timestamp: 2025-01-25 10:37:04+00

Package: librdkit-dev
Source: rdkit
Version: 202409.4-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 2655
Depends: librdkit1t64 (= 202409.4-1.pgdg+1)
Homepage: http://www.rdkit.org
Priority: optional
Section: libdevel
Filename: pool/main/r/rdkit/librdkit-dev_202409.4-1.pgdg+1_arm64.deb
Size: 470972
SHA256: ecadfe525b36786738c766214a2fb73c924381f94ad4097fd683438726794134
SHA1: e3f57dfb59f22036a19b5a2814266b6dfcb70646
MD5sum: c9d3b0b75f83c7bbce8d73237d648f37
Description: Collection of cheminformatics and machine-learning software (development files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the header files.
Timestamp: 2025-01-25 10:37:04+00

Package: postgresql-10-rdkit
Source: rdkit
Version: 202409.4-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 658
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.4), libstdc++6 (>= 13.1), postgresql-10
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-10-rdkit_202409.4-1.pgdg+1_arm64.deb
Size: 240940
SHA256: aa150b754984d0cb4d74da0c4166605869b276b4c3d9468a23799d590bb6a9d9
SHA1: 3819e6164f14e740d3fb1c98588c7720c1266c6a
MD5sum: 8066b6414a25f2556cb2befec5e20fba
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-01-25 10:37:04+00

Package: postgresql-10-rdkit-dbgsym
Source: rdkit
Version: 202409.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1205
Depends: postgresql-10-rdkit (= 202409.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-10-rdkit-dbgsym_202409.4-1.pgdg+1_arm64.deb
Size: 1141820
SHA256: 2a3b3a5d041db9aba1353a1c230d29f83d48ea6d0b95a6285d3e4dc862e8d30e
SHA1: 4c20704ffe3e61f0bb322e620e480676789af81d
MD5sum: dba4e6270bd9aa412ae3eaee5b5957e3
Description: debug symbols for postgresql-10-rdkit
Build-Ids: 592538a2c93a486218d6c746c7174044f2352223
Timestamp: 2025-01-25 10:37:04+00

Package: postgresql-11-rdkit
Source: rdkit
Version: 202409.4-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 658
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.4), libstdc++6 (>= 13.1), postgresql-11
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-11-rdkit_202409.4-1.pgdg+1_arm64.deb
Size: 240652
SHA256: 6e88c86b6a138aede9ac3fe011f8947a01b75db1cf0a3dff7b2623a8b6a9d7c6
SHA1: 79bcf0c16c0f94726c750b7f9c693dbd0acfc6b7
MD5sum: ab720aed59b55e364d01c8c3f3aeb411
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-01-25 10:37:04+00

Package: postgresql-11-rdkit-dbgsym
Source: rdkit
Version: 202409.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1206
Depends: postgresql-11-rdkit (= 202409.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-11-rdkit-dbgsym_202409.4-1.pgdg+1_arm64.deb
Size: 1142400
SHA256: d8819366955c42bf0bf0c5c2401478ac3e4c03134afda5c54cd6e591701c4a09
SHA1: 48c92aca2c2b4c6c6a8839112ec7453f5e98f6d2
MD5sum: a51eea8b68dea8bbea57e11f47315312
Description: debug symbols for postgresql-11-rdkit
Build-Ids: 4f61d456a73d53775d82ae02abb057f4d4df6588
Timestamp: 2025-01-25 10:37:04+00

Package: postgresql-12-rdkit
Source: rdkit
Version: 202409.4-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 658
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.4), libstdc++6 (>= 13.1), postgresql-12
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-12-rdkit_202409.4-1.pgdg+1_arm64.deb
Size: 240716
SHA256: 1029ceb69d1916b52b67d4defa71f0b7d7f0b6f90008ce3282508ef84440faa0
SHA1: f338063eb717090aeb6bc92f47c1357d71d5895e
MD5sum: 5e6ee01e3eb1e081f3e161aaf8f5c05a
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-01-25 10:37:04+00

Package: postgresql-12-rdkit-dbgsym
Source: rdkit
Version: 202409.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1206
Depends: postgresql-12-rdkit (= 202409.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-12-rdkit-dbgsym_202409.4-1.pgdg+1_arm64.deb
Size: 1143196
SHA256: 97f45b7481cdbc84fbbbdd15efc810ce63b83cd25dad8483e649b4bac498481a
SHA1: 457702479589930891658f1bee243e91f3f1c666
MD5sum: 97caf57ffea2f00742cbb1065e0c36cf
Description: debug symbols for postgresql-12-rdkit
Build-Ids: ba2963ffc4682a8310ce001c9daf674fcb95d993
Timestamp: 2025-01-25 10:37:04+00

Package: postgresql-13-rdkit
Source: rdkit
Version: 202409.4-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 658
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.4), libstdc++6 (>= 13.1), postgresql-13
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-13-rdkit_202409.4-1.pgdg+1_arm64.deb
Size: 240712
SHA256: 2a140e7756bee89aff928faa2e81bc00e4925034269c170446049740c2e3b622
SHA1: 3ba9b7430cc468dde4e395e2217b75817b0ed1f2
MD5sum: fddd49190c887c89315734b6d6c4921b
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-01-25 10:37:04+00

Package: postgresql-13-rdkit-dbgsym
Source: rdkit
Version: 202409.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1210
Depends: postgresql-13-rdkit (= 202409.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-13-rdkit-dbgsym_202409.4-1.pgdg+1_arm64.deb
Size: 1146768
SHA256: 768c8824ea3dd211fcede6a3eb5cdcf85b791d602959cabd3b4204e6b98d75aa
SHA1: 92ddc27d9c91f6c459337521ca5745a988dd21b4
MD5sum: de5f4e42e6e0a165bf2f80db01ab1593
Description: debug symbols for postgresql-13-rdkit
Build-Ids: 0c7bab0629f0a8066941661332271de335ae22bc
Timestamp: 2025-01-25 10:37:04+00

Package: postgresql-14-rdkit
Source: rdkit
Version: 202409.4-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 658
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.4), libstdc++6 (>= 13.1), postgresql-14
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-14-rdkit_202409.4-1.pgdg+1_arm64.deb
Size: 240620
SHA256: 9cbe3bb7c204746493f22efc632b6ea79002ad4b1f5ee5fb66d59e3b21fb03d3
SHA1: 8a773657e3375c1446f04bfb8c97bf5b4aee4545
MD5sum: 9d11e7f4e917fb23f5609b7409e9bcd0
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-01-25 10:37:04+00

Package: postgresql-14-rdkit-dbgsym
Source: rdkit
Version: 202409.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1210
Depends: postgresql-14-rdkit (= 202409.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-14-rdkit-dbgsym_202409.4-1.pgdg+1_arm64.deb
Size: 1147120
SHA256: 496990f1cc025cfee57b31c93f1f3ddf5990d5c82d339874fbfdf5e9537bbe1e
SHA1: 18adaefc266b9f4b30e08c9a1054f7581f95ea2b
MD5sum: 01938d57cf6f147431a3bae34850477d
Description: debug symbols for postgresql-14-rdkit
Build-Ids: cea29a6d2414f09762d39f5fe4ffeaa6d612e570
Timestamp: 2025-01-25 10:37:04+00

Package: postgresql-15-rdkit
Source: rdkit
Version: 202409.4-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 658
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.4), libstdc++6 (>= 13.1), postgresql-15
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-15-rdkit_202409.4-1.pgdg+1_arm64.deb
Size: 240756
SHA256: bb1b279dda5b4f0403aec018f4f5c2857c8f6ed76f8e9066222c0ab6c8b76943
SHA1: 267c22b183251e5c71991384c89a5715cd645dc9
MD5sum: 5d599d8e2fb1fb632e318c36c8085eac
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-01-25 10:37:04+00

Package: postgresql-15-rdkit-dbgsym
Source: rdkit
Version: 202409.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1210
Depends: postgresql-15-rdkit (= 202409.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-15-rdkit-dbgsym_202409.4-1.pgdg+1_arm64.deb
Size: 1147380
SHA256: 5e745c70cc7e19b601b5664ecfad42c864e1a8d1cf18e6dbd6fd5bd3cdd73f8e
SHA1: a46f081d235e693f985b6470c4e22a320e385ff5
MD5sum: cf23c6351a03d0c60f9819c7150862ce
Description: debug symbols for postgresql-15-rdkit
Build-Ids: 9d68a1e6cb3fb5ceb3620610cff838e319621edf
Timestamp: 2025-01-25 10:37:04+00

Package: postgresql-16-rdkit
Source: rdkit
Version: 202409.4-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 658
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.4), libstdc++6 (>= 13.1), postgresql-16
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-16-rdkit_202409.4-1.pgdg+1_arm64.deb
Size: 240888
SHA256: 7ac5b792a5d4cbaed69f3b6c18e492da7165066f99a407f392b511e4b4cd1e55
SHA1: 480df9176ec1dc5919d5b0dc940d392ffa5d1074
MD5sum: 61979e4e1b33150c21b7a1ed285c57d8
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-01-25 10:37:04+00

Package: postgresql-16-rdkit-dbgsym
Source: rdkit
Version: 202409.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1226
Depends: postgresql-16-rdkit (= 202409.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-16-rdkit-dbgsym_202409.4-1.pgdg+1_arm64.deb
Size: 1164176
SHA256: da6983a865fae3b1cbb448f5eee7fba9d1e0d7341cdbc9fe8f6ff0e0ab2eec32
SHA1: c725cb35e6073cdf340c2ffe094668ddffaf10c6
MD5sum: 032589f63cb6f6dc4350f297e24e057b
Description: debug symbols for postgresql-16-rdkit
Build-Ids: 350866b40a4dce3ac3fa2e5717ae8d7de14daaed
Timestamp: 2025-01-25 10:37:04+00

Package: postgresql-17-rdkit
Source: rdkit
Version: 202409.4-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 658
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.4), libstdc++6 (>= 13.1), postgresql-17
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-17-rdkit_202409.4-1.pgdg+1_arm64.deb
Size: 240528
SHA256: d8adffacab750bdfcf3dbcf78dbee8a22d9fc1e8bea771ee2d833abb11dbd675
SHA1: 20dadde379be69234b5eeceab4d367120811ff5a
MD5sum: 6f0a4ccaa8d9f4f39b80632a4583e93e
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-01-25 10:37:04+00

Package: postgresql-17-rdkit-dbgsym
Source: rdkit
Version: 202409.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1227
Depends: postgresql-17-rdkit (= 202409.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-17-rdkit-dbgsym_202409.4-1.pgdg+1_arm64.deb
Size: 1164384
SHA256: 8ba2f7f58c81760a035da54444da9716e2d899a04449bd31402f34e59146a1fc
SHA1: f3fe9f4cf4a6e3d1c126497721b954e35252f9d7
MD5sum: 293d10074b63d99b88a45c5f597fc38f
Description: debug symbols for postgresql-17-rdkit
Build-Ids: 5d7f00d656c80b46039ba763302a94fc921d771c
Timestamp: 2025-01-25 10:37:04+00

Package: python3-rdkit
Source: rdkit
Version: 202409.4-1.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 28919
Depends: fonts-freefont-ttf, rdkit-data, python3 (<< 3.14), python3 (>= 3.13~), python3-numpy (>= 1:1.25.0), python3-numpy-abi9, python3:any, libboost-numpy1.83.0 (>= 1.83.0), libboost-numpy1.83.0-py313, libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py313, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.34), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.2), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.4), libstdc++6 (>= 14)
Suggests: rdkit-doc
Homepage: http://www.rdkit.org
Priority: optional
Section: python
Filename: pool/main/r/rdkit/python3-rdkit_202409.4-1.pgdg+1_arm64.deb
Size: 4311496
SHA256: 5aa2c92ac990a6e155d45f780bee13d3f66e2c6fad09dff4be3181f3a531e328
SHA1: a13b42a625dea3f16d939e4cb91841ae2dc624d9
MD5sum: 00b6e9dd41b3e4e729be1a4950f446b0
Description: Collection of cheminformatics and machine-learning software
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
Timestamp: 2025-01-25 10:37:04+00

Package: python3-rdkit-dbgsym
Source: rdkit
Version: 202409.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 71173
Depends: python3-rdkit (= 202409.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/python3-rdkit-dbgsym_202409.4-1.pgdg+1_arm64.deb
Size: 61411948
SHA256: 057f37b89270263ae4a1e23447ae87c68530af818b362e6e6ec17e3274a2e908
SHA1: da39f0d6aa595633fc6e35dcb0ec4e3e0df75258
MD5sum: 87e4dd8076de1165f43b282f8a1d433d
Description: debug symbols for python3-rdkit
Build-Ids: 0102af6bf27dbc3f72e3629a91e6893511c4a380 03e7b8dc7aae63a095874f1e1b04b2b57b094f82 090f7e1d25b032dc2d6a2c9ebb190631a2ed1c37 0bf4205056d18515968a5f91d09e883fa832d97b 0efac79f773ea16359f23670dd51252a194d80ed 1227bd6e8927456ddf50aa443b6b5893fc21cc54 151f0f2baa2f3546008cf667888b07c7549e3b64 18a578d13d8342d7125f76d274d1852ff01374c4 19949e5198a71475751aa85c5dd3854803370f0d 19ef3560a3752d9ff6c077473b8f6321b4fa3288 1ea4a69d26ea90f0e8db57b16a622a4c2a3931c2 26d9b971ce4eecb90c186189156dec01ccca4665 27e54efe9ce771c4d526832aa7956ae9a4c55a60 2869ae75396c288d7ddbc3bd7455bae539a21831 2ef1f3a7f1f8e27ecf75185932142099490b07db 32269801738bed3ac034c5d9b62fee7dfeea19db 35acf6f43c7cd917547cbbc45c3f8e8995e799fd 3a70996cbbc7c9d66b68f1dd338e6e12d16ba7cf 3f9e4151c81bbafb7d622d9372de81caed3f0962 40667201029a199c8c6d3e5c17030d46c20e813d 42c5aedc91829a00f56a5d02a3c6069aa5dde1a6 450f46ce39c0207f32984827035ceb5af8f05caa 4847f742a564337ef968ffa81f15fa36e73c90f7 4ff3a5d14a352c75ef96b02cc0dc8f61c2fd3c2e 53a9061e702d51ca105a5d765d7f44e9955d1f84 5ad8db39ee2bd57b8ecb26a39b0cc64dc1e724e9 5eb2123b12e8e25633a3c3f2c0a81b4d1ea49533 6a29f3667fa5a05a007200e43dc93f5010075669 6d9db443a7fe8d0b04cb9dbd79cd5201380025e7 6f37b6d0c632198eb8ddc2cd07d86f059f1a0bf1 7eab69fe7d325b505b45be3da8001a96fe192b31 81357e346635fdd9d10646c1f34fefb4a7dc4cd4 88c37ef557ada793e62b7af8084c26d411dda37e 9214c82cb1d96f56e0d4b37cc36ac04d0ac6ac3e 92fee3a1213b7fbc8e82bd17c0b7cef2a0aeb827 99a21959fd4fbfaa684dd44b11770abdf2cedd94 9fd93686b8064af5332b31b27ede57edae022914 a66496e9f4eef3c52b3e3cfb1c93f08ee9943706 a7899182527ebf06b117efe38423a013effe9f4c aeb073aa8e7a14ef440109ec880a1e389d417439 b2f5fbe6ec8fe3defcccd56bd86305d3027d6818 b3829532031be9d6b6e83a9a23d8926601dbe9a7 b38aad0799ffd07f964ab5515e96ea5206838c69 ba7a6c66c45ba3427d8a30d0e9269f4af31ba402 c1268853186aa1499aadfa447d7839ebf4cd60cd c1d9b9b664c645798e48474d86618256840d029b ccbfac1a28a1d6fe9c5122d182fd6a1223155c11 d2587c240d6e19353c50370f50f6ebf6d887ae8b d622213955e23f3245c0b72e664b16f31ebb9867 e00168e8e07cf2e86b04ca170fa14eac32c9a78d e0aa0f8744e00eaa87f34e3f088c0473dfc760f7 e2d0d68937a5315e0ad46a43273df2f8c5c47739 ef1fbb2b44e1a7e36491590c9dd613441b5e8f84 f2fe7f056fa7a1cae72bf1cc8b12155f2a8fbaa0 fe41047fe342f7904c2fc241332b4269658d7130
Timestamp: 2025-01-25 10:37:04+00

Package: rdkit-data
Source: rdkit
Version: 202409.4-1.pgdg+1
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 58513
Homepage: http://www.rdkit.org
Priority: optional
Section: science
Filename: pool/main/r/rdkit/rdkit-data_202409.4-1.pgdg+1_all.deb
Size: 13109180
SHA256: d32b7b7bc703b43f783bad47c8dafe66f12c97d1ca7a00f5efa87f9c25c6370e
SHA1: 691495f8797d53773f39ed328df613977620b8ff
MD5sum: b3515b16fca0e3370f98428779de1d3f
Description: Collection of cheminformatics and machine-learning software (data files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains data files.
Timestamp: 2025-01-25 10:37:04+00

Package: rdkit-doc
Source: rdkit
Version: 202409.4-1.pgdg+1
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 81141
Depends: libjs-jquery, libjs-underscore
Homepage: http://www.rdkit.org
Priority: optional
Section: doc
Filename: pool/main/r/rdkit/rdkit-doc_202409.4-1.pgdg+1_all.deb
Size: 6863624
SHA256: 9b0a5190067e260e99a1eeb2fc681bfe225af976c4a43fcfcd65ea42b454b16a
SHA1: 661db9f2e5a175b76ccd6820dcae449f13f97125
MD5sum: 53aa534fe8bed9373a48c0224445ac2e
Description: Collection of cheminformatics and machine-learning software (documentation)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains the documentation.
Timestamp: 2025-01-25 10:37:04+00

Package: sqlsmith
Version: 1.4-1.pgdg+4
Architecture: arm64
Maintainer: Andreas Seltenreich <seltenreich@gmx.de>
Installed-Size: 526
Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.0), libpq5, libpqxx-7.10 (>= 7.10.0), libsqlite3-0 (>= 3.6.18), libstdc++6 (>= 14)
Homepage: https://github.com/anse1/sqlsmith
Priority: optional
Section: database
Filename: pool/main/s/sqlsmith/sqlsmith_1.4-1.pgdg+4_arm64.deb
Size: 141196
SHA256: 17c3cca1013efc26b45b6123b5800a02e4f65644ee61de06cdb5fb5a93013fd6
SHA1: f5d784c678157ab558926d47cbb1426fc3b14ea2
MD5sum: 6fe2a0305798a1cd3f9625994a8dfbad
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+ and sqlite3.
 .
 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.
Timestamp: 2025-01-25 10:37:04+00

Package: sqlsmith-dbgsym
Source: sqlsmith
Version: 1.4-1.pgdg+4
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Andreas Seltenreich <seltenreich@gmx.de>
Installed-Size: 4735
Depends: sqlsmith (= 1.4-1.pgdg+4)
Priority: optional
Section: debug
Filename: pool/main/s/sqlsmith/sqlsmith-dbgsym_1.4-1.pgdg+4_arm64.deb
Size: 4147868
SHA256: 7e4f9f6ebc2d9bd11a2d1e2a53c1ae2f27d8004c216246beaecb30bed80c23b7
SHA1: e302bb1ba86b4241aa728c8bb9c4093a0db3816c
MD5sum: 46f025264a515ac83379f88106631aed
Description: debug symbols for sqlsmith
Build-Ids: 9ff3e500338569a2c1329526388510c0f333cdcf
Timestamp: 2025-01-25 10:37:04+00

Package: postgresql-14-timescaledb
Source: timescaledb
Version: 2.18.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12739
Depends: postgresql-14, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-14-timescaledb_2.18.0+dfsg-1.pgdg+1_arm64.deb
Size: 364200
SHA256: 98e504ad5bb25b7671694476f8b6b0210a5ab7ee358405caaff24122fe1cd531
SHA1: 6469ca2258cd4bd51fb2fa4825d73a43466e8752
MD5sum: 827d13b354f81b61e2df883559312164
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-01-29 09:59:27+00

Package: postgresql-14-timescaledb-dbgsym
Source: timescaledb
Version: 2.18.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1234
Depends: postgresql-14-timescaledb (= 2.18.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-14-timescaledb-dbgsym_2.18.0+dfsg-1.pgdg+1_arm64.deb
Size: 1112448
SHA256: 161a6aa734dec32fd3a361cf04ab02dd1ce6932ab23f500eb809644c40bd9447
SHA1: cbf7b562604525bc4df1950af4198162fe7e7a04
MD5sum: 2c6a5f9c3bea2779a63ce1c267ddd5bf
Description: debug symbols for postgresql-14-timescaledb
Build-Ids: 477f37b6ba684d17b6833ade9be72fa74342baa9 ddc5a42ed6834c2a42c0bb0fd732ce159aa7acb7
Timestamp: 2025-01-29 09:59:27+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.18.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12739
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.18.0+dfsg-1.pgdg+1_arm64.deb
Size: 367196
SHA256: 5f134b77e738d7c343500dcf7b08a9fd1019b9c45f3ec7c96d67fdccfbef1110
SHA1: 56ba9956f483b62113de05dd760c26a7dfd8a176
MD5sum: b01237505d93a19833dad9774c3c7fb6
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-01-29 09:59:27+00

Package: postgresql-15-timescaledb-dbgsym
Source: timescaledb
Version: 2.18.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1217
Depends: postgresql-15-timescaledb (= 2.18.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.18.0+dfsg-1.pgdg+1_arm64.deb
Size: 1096896
SHA256: 8158ac9f67a78eeb48f1e1e03f37290a2cb919f3159374f389d140160bb4edbc
SHA1: 2533c13b2680b204b59d51e5a51a1c55a8539f78
MD5sum: 34b9b6d94721997aaa5daf1ee7c2bdb1
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: 7237a142506afeff35b8e26cc4ce2f0657e0093e b1277d0cb5b36e6c1f148f504b3e390546db9380
Timestamp: 2025-01-29 09:59:27+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.18.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12739
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.18.0+dfsg-1.pgdg+1_arm64.deb
Size: 366512
SHA256: dcdc929cfd7c74aaf3a3fed3586256753b872e8e0dd3738af92014038514ab05
SHA1: 4c84e8d1ec810a481959a8f665843ec9331a73e8
MD5sum: fe00a93f7da83dce644310354160fd45
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-01-29 09:59:27+00

Package: postgresql-16-timescaledb-dbgsym
Source: timescaledb
Version: 2.18.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-16-timescaledb (= 2.18.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.18.0+dfsg-1.pgdg+1_arm64.deb
Size: 1148648
SHA256: 8e0ea89f56edfafc93117555bf7edc34766c35bde7eb7b0e7ff6a1acb3f675ba
SHA1: efc55c6d9c84dd6ffad839ae8234e4f960dfa058
MD5sum: 178b440fc3390d3e3e0af4a74b6d6590
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: 5764e2580ae04fbea9537650ddbb33af94d622a1 cbbb2fe2a3a94ecd438fba50feeaa27105790805
Timestamp: 2025-01-29 09:59:27+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.18.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12739
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.18.0+dfsg-1.pgdg+1_arm64.deb
Size: 367116
SHA256: 962c4c9a3093b85fc62d09198794c4dd914fa035a0335262d9c61acd5e21d040
SHA1: 503dd4514f4ac62d553432480985808cbf29f88a
MD5sum: bd67b1468e7b2d8d95bd09d43f8c9541
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-01-29 09:59:27+00

Package: postgresql-17-timescaledb-dbgsym
Source: timescaledb
Version: 2.18.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1280
Depends: postgresql-17-timescaledb (= 2.18.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.18.0+dfsg-1.pgdg+1_arm64.deb
Size: 1162440
SHA256: 4f614193313241dbb5b0d9b3b29331d38c0326a19fc284cea8484dcdd1867296
SHA1: c0ef0f792f357742100c6b7971d4144a0a280f09
MD5sum: ad2b338815501cb2c21366a307448ffd
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: 777580618b43a6d90d7a6f61e05383c177292e94 dd7c5133a174bb63e2951d02ff5d595851e9bb28
Timestamp: 2025-01-29 09:59:27+00

Package: libecpg-compat3
Source: postgresql-9.1
Version: 9.1.24-17.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libecpg-compat3_9.1.24-17.pgdg+2_arm64.deb
Size: 12708
SHA256: bc31c89bc019ee0c304b67f0af93f24a0e287b2cedc38cfe4ec28d5293be34b6
SHA1: 9dc18fe5fc9bdbde9c71a8abf21ba92737e96a3d
MD5sum: ac5fa3cbaece7eee00b058b21a740fbf
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.
Timestamp: 2025-02-03 15:11:20+00

Package: libecpg-dev
Source: postgresql-9.1
Version: 9.1.24-17.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1034
Depends: libc6 (>= 2.38), libpq-dev, libecpg6 (= 9.1.24-17.pgdg+2), libecpg-compat3 (= 9.1.24-17.pgdg+2), libpgtypes3 (= 9.1.24-17.pgdg+2)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libdevel
Filename: pool/9.1/p/postgresql-9.1/libecpg-dev_9.1.24-17.pgdg+2_arm64.deb
Size: 194120
SHA256: 0aa6c4025c0354f3a2b4610ebe3bfd7d6badbaa5793f055f37acabfc613ed470
SHA1: 217fbbef0e2bf18b89e906af229af4d2770df340
MD5sum: 8a761f98801f6e4f52c7edf1d69bd655
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).
Timestamp: 2025-02-03 15:11:20+00

Package: libecpg6
Source: postgresql-9.1
Version: 9.1.24-17.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 423
Depends: libc6 (>= 2.38), libpgtypes3, libpq5
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libecpg6_9.1.24-17.pgdg+2_arm64.deb
Size: 72608
SHA256: 42e4c32cf41d58438afa94b67820b19d8b47dcf76badb4bd5883a0c2cd9f0238
SHA1: 25c81f6b977e813db274e52701d3df3134d965f3
MD5sum: d99c678789798a1eba00fb8a570bcb73
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.
Timestamp: 2025-02-03 15:11:20+00

Package: libpgtypes3
Source: postgresql-9.1
Version: 9.1.24-17.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libpgtypes3_9.1.24-17.pgdg+2_arm64.deb
Size: 33296
SHA256: eaf83c333e94d366dc00983ded4c349ef6006284427d4335a0d961a43c3e3668
SHA1: f80490858b0293b4da4ec9110236c67f0a54b169
MD5sum: 412c8bff2ce1b7026e1a02c3c3d9eb96
Description: shared library libpgtypes for PostgreSQL 9.1
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-03 15:11:20+00

Package: libpq-dev
Source: postgresql-9.1
Version: 9.1.24-17.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 934
Depends: libc6 (>= 2.38), libpq5 (= 9.1.24-17.pgdg+2)
Suggests: postgresql-doc-9.1
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libdevel
Filename: pool/9.1/p/postgresql-9.1/libpq-dev_9.1.24-17.pgdg+2_arm64.deb
Size: 170788
SHA256: 7dfb21881f2359dd38c5e5203d4a44104bf524efe73ff1a3858917c27ad9f1c2
SHA1: a5563ab3e9547262d9c6957653ffc05bb1eca7b8
MD5sum: febb0d3b8db9365d9995a47db23ddba8
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.
Timestamp: 2025-02-03 15:11:20+00

Package: libpq5
Source: postgresql-9.1
Version: 9.1.24-17.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 547
Depends: libc6 (>= 2.38), libcom-err2 (>= 1.43.9), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap2 (>= 2.6.2)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libpq5_9.1.24-17.pgdg+2_arm64.deb
Size: 111940
SHA256: 92a46fc3ee4db608e733c41ee8a9c23b59aab7c62273a6df4852e39a641f7eb8
SHA1: 3bf2b1f4368ac9051ecc31e40a0e0b64dd0b6c2a
MD5sum: 5efd1111bdab15ef82fdfae188fad352
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.
Timestamp: 2025-02-03 15:11:20+00

Package: libecpg-compat3
Source: postgresql-9.2
Version: 9.2.24-14.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libecpg-compat3_9.2.24-14.pgdg+2_arm64.deb
Size: 12600
SHA256: e5672d221da039bac222e569ef69427de5950585f6428eb1b0910959fa4e75be
SHA1: 5cec30e7dc4c584b2ba62cb9828da49e5de41554
MD5sum: aa0914b577c006016553b743a3822344
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.
Timestamp: 2025-02-03 12:49:36+00

Package: libecpg-dev
Source: postgresql-9.2
Version: 9.2.24-14.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1098
Depends: libc6 (>= 2.38), libpq-dev, libecpg6 (= 9.2.24-14.pgdg+2), libecpg-compat3 (= 9.2.24-14.pgdg+2), libpgtypes3 (= 9.2.24-14.pgdg+2)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libdevel
Filename: pool/9.2/p/postgresql-9.2/libecpg-dev_9.2.24-14.pgdg+2_arm64.deb
Size: 196252
SHA256: ede898c9a681ab44f7b788c076480a3c8b0a9132a22adcf5e737488a16c7348f
SHA1: 0d3ff8dbadb98e665be0817753f318770217db8a
MD5sum: 61cff708f147ca6e98e42fbf07c5dcb5
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).
Timestamp: 2025-02-03 12:49:36+00

Package: libecpg6
Source: postgresql-9.2
Version: 9.2.24-14.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 420
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libecpg6_9.2.24-14.pgdg+2_arm64.deb
Size: 72428
SHA256: b144090038f2e2e373af9d65cc627b29f1611ae7d074441a0941c67abb32f1e6
SHA1: 002e7e456eaf01ff25cc124fd3a0a60723a12739
MD5sum: ca118ba7899ed571fa1835c2a546b6b6
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.
Timestamp: 2025-02-03 12:49:36+00

Package: libpgtypes3
Source: postgresql-9.2
Version: 9.2.24-14.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libpgtypes3_9.2.24-14.pgdg+2_arm64.deb
Size: 32972
SHA256: 98edc2208bc46abaeec81ab1e8ace1de3477b1c7c417b471a5adcf5b3ac874a0
SHA1: 0691c1de8e65b1adc0676912fc4e3b4e3f247443
MD5sum: 8b301ac8f6dcacb3ce33be0133b4c3ca
Description: shared library libpgtypes for PostgreSQL 9.2
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-03 12:49:36+00

Package: libpq-dev
Source: postgresql-9.2
Version: 9.2.24-14.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 974
Depends: libc6 (>= 2.38), libpq5 (= 9.2.24-14.pgdg+2)
Suggests: postgresql-doc-9.2
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libdevel
Filename: pool/9.2/p/postgresql-9.2/libpq-dev_9.2.24-14.pgdg+2_arm64.deb
Size: 178536
SHA256: 10a3764a9c7905a3d26efcd32c4ff0b70d2b7dea67ee2eb8bcab8505456c46e5
SHA1: bb9e71520f3d7fa270adda45ab0ec19de52297bc
MD5sum: 5aa1aa2e934ec2f58a08c4b6500bae3d
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.
Timestamp: 2025-02-03 12:49:36+00

Package: libpq5
Source: postgresql-9.2
Version: 9.2.24-14.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 522
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libpq5_9.2.24-14.pgdg+2_arm64.deb
Size: 114048
SHA256: da5a377d5e012c268f34d939b8e39e8089fd6d7a9356c52eb5808bb39127ae72
SHA1: 29f29173b0735409736ca0b9b5022cacd82597fe
MD5sum: 490b25b075b1de5f790f0a2cc567e5c4
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.
Timestamp: 2025-02-03 12:49:36+00

Package: libecpg-compat3
Source: postgresql-9.3
Version: 9.3.25-13.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libecpg-compat3_9.3.25-13.pgdg+2_arm64.deb
Size: 12568
SHA256: 7132d8ebf7867172fb1c5badaef89c660327ababf1308f52c5814a64c51d1070
SHA1: 1663c88448836e8c83c4bbd8017807883a58378f
MD5sum: cbc526662d72b873a8e8bfc2a2990a4f
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.
Timestamp: 2025-02-03 12:49:42+00

Package: libecpg-dev
Source: postgresql-9.3
Version: 9.3.25-13.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1106
Depends: libc6 (>= 2.38), libpq-dev, libecpg6 (= 9.3.25-13.pgdg+2), libecpg-compat3 (= 9.3.25-13.pgdg+2), libpgtypes3 (= 9.3.25-13.pgdg+2)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libdevel
Filename: pool/9.3/p/postgresql-9.3/libecpg-dev_9.3.25-13.pgdg+2_arm64.deb
Size: 200024
SHA256: 2fe4fe31e3e0fc00dee620705b41f44ca9860b07d3018aeea4b3dbbec72efe56
SHA1: 78126845d743470bb956d2c471e9318dd0759e20
MD5sum: 88ebe736c714011bdf4d842a2037650c
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).
Timestamp: 2025-02-03 12:49:42+00

Package: libecpg6
Source: postgresql-9.3
Version: 9.3.25-13.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 420
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libecpg6_9.3.25-13.pgdg+2_arm64.deb
Size: 72760
SHA256: 97b09f0c6680c1da13b385ebfbecc991ab7286e668b0fbbd65e1ea6214bb024c
SHA1: f292a142610a47bebd4643d683d0aca81fe8cf38
MD5sum: 7baa1d1deb2a5cf3901ea6379fceaa99
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.
Timestamp: 2025-02-03 12:49:42+00

Package: libpgtypes3
Source: postgresql-9.3
Version: 9.3.25-13.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libpgtypes3_9.3.25-13.pgdg+2_arm64.deb
Size: 32988
SHA256: 913a001eab5a3a6770d571ec6990c216875cdba389fff6a8c13fb6afca405d7d
SHA1: 1e7437bc68120c381703130313c75ca39759568f
MD5sum: c187d0e6dd0eba6f5bbee60623467063
Description: shared library libpgtypes for PostgreSQL 9.3
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-03 12:49:42+00

Package: libpq-dev
Source: postgresql-9.3
Version: 9.3.25-13.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 737
Depends: libc6 (>= 2.38), libpq5 (= 9.3.25-13.pgdg+2)
Suggests: postgresql-doc-9.3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libdevel
Filename: pool/9.3/p/postgresql-9.3/libpq-dev_9.3.25-13.pgdg+2_arm64.deb
Size: 145704
SHA256: 50af11a6f09a536b604a8afba58dc3a7742ad0d02bb24ba89a3d262ea5460232
SHA1: 07166582d3f25dd93a20c227921bf1ecdcd1074f
MD5sum: 1509271a15de81b7136133ce95049257
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.
Timestamp: 2025-02-03 12:49:42+00

Package: libpq5
Source: postgresql-9.3
Version: 9.3.25-13.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 535
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libpq5_9.3.25-13.pgdg+2_arm64.deb
Size: 114948
SHA256: e7a644750474859fa46b8d5c37bc8ca102621375168938d94d8b172f8e4289e6
SHA1: 7443385d95d4be63e7c4689f5437f5018fa555ae
MD5sum: 1da056a8c91d2d8dc5992860023e390d
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.
Timestamp: 2025-02-03 12:49:42+00

Package: postgresql-10-decoderbufs
Source: postgres-decoderbufs
Version: 3.0.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-10, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs_3.0.7-1.pgdg+1_arm64.deb
Size: 14604
SHA256: 0a85d56fe84ba4f2f02fb2cc1d0b50732b18730e9224967d1da55cb7fb0b0d08
SHA1: 398819bb3d54ac107d24880e8eebcff7f2bf9849
MD5sum: 701a22a85668c468bcf445719a9947f8
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-10-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.0.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-10-decoderbufs (= 3.0.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs-dbgsym_3.0.7-1.pgdg+1_arm64.deb
Size: 37652
SHA256: 1015661e382584ce161467c7e96badbef19072f3505ad82a6c8f88b63ec84ac4
SHA1: 2d67a47c0586959f87caf9e768d3b77db8bfc35a
MD5sum: f8f1a36b79481607cde6af04efc75bdb
Description: debug symbols for postgresql-10-decoderbufs
Build-Ids: ebad32553c6f3844365a3abc4fc559bb9691b5e6
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-11-decoderbufs
Source: postgres-decoderbufs
Version: 3.0.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-11, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs_3.0.7-1.pgdg+1_arm64.deb
Size: 14776
SHA256: 99e421bb7f9f1c49f0719b4ef5ddb3b6459953366b745dcfa46f3b52d9d954d0
SHA1: 94b954c2eb29b921a6e182a13bf7ff15cfaac885
MD5sum: c1b57e41ac410353e97b4407e9460f06
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-11-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.0.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-11-decoderbufs (= 3.0.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs-dbgsym_3.0.7-1.pgdg+1_arm64.deb
Size: 38192
SHA256: 17462852c4e1573d0b551994073e29921bd6231dee27079f504f6046cd02abbf
SHA1: 111d42bf1cfb04c85b9fd5acfead5ee77f80f8ce
MD5sum: 294f35c9ad0b0ad2552a9b7360ab3e93
Description: debug symbols for postgresql-11-decoderbufs
Build-Ids: 54b8dccec218fe1867bf78bd8a32536839fb1b03
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-12-decoderbufs
Source: postgres-decoderbufs
Version: 3.0.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 139
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs_3.0.7-1.pgdg+1_arm64.deb
Size: 39812
SHA256: c704f3e64b787bae83e58bebbcfe21070d0ff7fd87dc3364ff77e10ca6c1c14f
SHA1: 66b0b178b90c3ab5612edbe8225a606b1a96c700
MD5sum: 5ac9cc1fcfecfa493aaaa8d53b5547ce
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-12-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.0.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-12-decoderbufs (= 3.0.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs-dbgsym_3.0.7-1.pgdg+1_arm64.deb
Size: 38896
SHA256: 7eb6b125f47995d7aa4be7cd43b5ebd5cccd5986b340181b2b40b33e7e06d266
SHA1: f1b38620ac51a6df4d521754dd342310ef5afb56
MD5sum: 368cb88f35bf3c6db24099ebc1b15d75
Description: debug symbols for postgresql-12-decoderbufs
Build-Ids: f37c69e622c55801e2fd5d6d969b5871da5b6747
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 2.7.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 735
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_2.7.14-1.pgdg+1_arm64.deb
Size: 296384
SHA256: 653d3c22add3eec0da1737e6fc2fb3cda7bcd01e92d07ca05369a08625857375
SHA1: 30d79e435396370c20fc83e15c8e456cb50c129b
MD5sum: 03024724013c153b788d1dadf447e247
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 300
Depends: postgresql-12-plpgsql-check (= 2.7.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_2.7.14-1.pgdg+1_arm64.deb
Size: 267388
SHA256: 1980f3d95d35b6aac2e0aa010b5b135c3e8ba20b011a6ff6a7ff5a199a394a30
SHA1: 2b801ed8a1689d9ec837da38dcb61a1a032af7c2
MD5sum: ed9699e2a7c1552dcd1fb112fa2c6438
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: 7eb86f6d35bd9bb940ce64353ae498281e8313f0
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-13-decoderbufs
Source: postgres-decoderbufs
Version: 3.0.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs_3.0.7-1.pgdg+1_arm64.deb
Size: 40196
SHA256: 891726b3a437aef4a743a8ca258bf0e4a08168f4e6a539e2fba99d5518b2ed28
SHA1: 7c695a515a34b0a8a8817829cf0646743d202cf7
MD5sum: aeea2b24c702b60ec68f18776ee46f1a
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-13-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.0.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-13-decoderbufs (= 3.0.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs-dbgsym_3.0.7-1.pgdg+1_arm64.deb
Size: 39944
SHA256: acc9ccdfa69c1c886ebd70d49f2e10e30fd01a9af3a8943a3a161cbfdf4a02fd
SHA1: e91b7bd821161a1baf45f027a325ffb50ee379fa
MD5sum: 5393ea2c087cc14727e73e3ea0fe381c
Description: debug symbols for postgresql-13-decoderbufs
Build-Ids: e1fa9b605dbc56c48da56285d29a74fee2a03212
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 2.7.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 739
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_2.7.14-1.pgdg+1_arm64.deb
Size: 301132
SHA256: a6830f7d6bfa7c8354b2d611245a72c93012f001a42988cc9a1c26a1aa41222d
SHA1: 3bebfe6c66a352015401dca487794c99364b8121
MD5sum: ffbaf05a2713a81e83e60728ad2e4c69
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 323
Depends: postgresql-13-plpgsql-check (= 2.7.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_2.7.14-1.pgdg+1_arm64.deb
Size: 289908
SHA256: 0cdc4c641e3ae0b219f8086d8ce1670afdfd66bb86a3e723baed95b440552685
SHA1: 1a3ef6293a5473a2adf1c4de528d8c589b6157b8
MD5sum: 6f92fbf6388606d38c1f0d2f1b2fb84b
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: 97427ac2d015fe3092918ba3e3589f95fc108dc7
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-14-decoderbufs
Source: postgres-decoderbufs
Version: 3.0.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs_3.0.7-1.pgdg+1_arm64.deb
Size: 40380
SHA256: bee0baf5f08158697a8192d116f7e0410b62422746643a830bd9a62a09847e2a
SHA1: dd87d9816a94b4bf10bba35c7e4fbaaf008e3ead
MD5sum: 0c5792f8c628a01123bb8673a1ca606a
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-14-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.0.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-14-decoderbufs (= 3.0.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs-dbgsym_3.0.7-1.pgdg+1_arm64.deb
Size: 41296
SHA256: 52cb467a19888b27f76efc00e94bafde18e30974970b8248cc113013312b0c2b
SHA1: 37c8ab50c6c49605300f8ae6264e2ebddc64963f
MD5sum: d59419ad8c4fb09ca855b7379a509438
Description: debug symbols for postgresql-14-decoderbufs
Build-Ids: 065c57efdcf77277d9e2d5775080d508e1f0f996
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.7.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 749
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.7.14-1.pgdg+1_arm64.deb
Size: 305164
SHA256: fc0a6ebd543762d8111c4589e20d0b57d8d008fa9df0d310bf5bffe3769b3412
SHA1: 88cc2af39b070f0d71d5d32f55bdf48e4c07042d
MD5sum: 894483b368afea6702f6c867ab879ad1
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 331
Depends: postgresql-14-plpgsql-check (= 2.7.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.7.14-1.pgdg+1_arm64.deb
Size: 297172
SHA256: 7888bb0bcb450a3eb36a76905eb585d467474c24835a86869d9eaac1deb167bc
SHA1: 0771b354d65023aba2ffaf78c89f0bb77e667890
MD5sum: 9c3dbfa88c94cc3ec75c405caa913c4b
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: 0e9eefca73f6d22d8e1869fb27e598ceffd6883b
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-15-decoderbufs
Source: postgres-decoderbufs
Version: 3.0.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs_3.0.7-1.pgdg+1_arm64.deb
Size: 40852
SHA256: 02a688b9c03b788adc8a9e8460d3f41a26850d7b3bdbdbf55afc1b10071ad322
SHA1: 16924d9723a659bcb258630decf4d21791e6c17a
MD5sum: f31f102d8d668837e04cbacbd9a21223
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-15-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.0.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-15-decoderbufs (= 3.0.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs-dbgsym_3.0.7-1.pgdg+1_arm64.deb
Size: 51960
SHA256: 948351b89a2d5b65cb7152c19a8c07c459f515ec624c9df6281824fb576f6568
SHA1: 680ae6033978cea7480317848652075958460959
MD5sum: 2a0201464fa92d0fc780cc3829be5e63
Description: debug symbols for postgresql-15-decoderbufs
Build-Ids: e653790b771bbaeb89dda1b742cefd3b021e56e7
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.7.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 750
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.7.14-1.pgdg+1_arm64.deb
Size: 305716
SHA256: c658fb284325e4c98e254c70d5ba1648dc3ec36c60b36892de52b6f48e7210e0
SHA1: c6612e302da687f2db1a1e18c08df5c07fd991c1
MD5sum: df25fd5b960f839f145183a7545f4c75
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-15-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 363
Depends: postgresql-15-plpgsql-check (= 2.7.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.7.14-1.pgdg+1_arm64.deb
Size: 328512
SHA256: 1a9dc39de49e66c0d32a484e81ec5cbfe0bd6c94d6b339fbf703cca8b711e692
SHA1: 95253a8a698f70030f36fb0bb8335c650c708dfa
MD5sum: e82eeaea9a6e9c4e3c9e590346985ca7
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: d215350f07848683c7b1d7422b24a92b59a7f7d9
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-16-decoderbufs
Source: postgres-decoderbufs
Version: 3.0.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-16-decoderbufs_3.0.7-1.pgdg+1_arm64.deb
Size: 40388
SHA256: 1c00c6b559fd3b6c240c07b7c520756d241d9c0b6fd292802f3d8356e7d76d78
SHA1: 62c5bcccc0fc905b373a205a8940a0c6b34e876d
MD5sum: 42608a7b61cdb1fd09538a7f9a8c841f
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-16-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.0.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-16-decoderbufs (= 3.0.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-16-decoderbufs-dbgsym_3.0.7-1.pgdg+1_arm64.deb
Size: 53700
SHA256: f89fa047a14fa027cc450fd390a5585fa834177420278ed0c9cc2c8d21594389
SHA1: 03af848030dce3c8eb159e4b97a88049c82c21b8
MD5sum: b46066b82357922e555213d001df84dd
Description: debug symbols for postgresql-16-decoderbufs
Build-Ids: ebee05585772dd4bfe3d95dc7fc40b91e8c9d386
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-16-plpgsql-check
Source: plpgsql-check
Version: 2.7.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 747
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check_2.7.14-1.pgdg+1_arm64.deb
Size: 300508
SHA256: a0f11ad558a19c53745bfbf4d1ef41cdb913bd3fb11098471f44cd4344bf327a
SHA1: b3050990ca8387becb5b2f60af1b160723df9812
MD5sum: 3956b190edc7c322f07eed6193cd7caf
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-16-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 372
Depends: postgresql-16-plpgsql-check (= 2.7.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check-dbgsym_2.7.14-1.pgdg+1_arm64.deb
Size: 336900
SHA256: b485950a6214ec49e3aed4385fec201c92590de81a84f25c606aeaf78da94a2e
SHA1: c90beededa2a1f357b5622550eb9b68c86a14061
MD5sum: 111ff3aea6af5f30dca62b8484a1e796
Description: debug symbols for postgresql-16-plpgsql-check
Build-Ids: 8e44a5ebf60e69c569302c04f006cacaef21dae6
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-17-decoderbufs
Source: postgres-decoderbufs
Version: 3.0.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-17-decoderbufs_3.0.7-1.pgdg+1_arm64.deb
Size: 40344
SHA256: 63e5cb97f38955b40ef28c5f91ce92319b42f46d5aac64a2f68148d0417c3ca3
SHA1: c2ec0e57b898186638b47c0516f261072992916e
MD5sum: 136e990d79bdc1c4bded9b8f42f0de8a
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-17-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.0.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-17-decoderbufs (= 3.0.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-17-decoderbufs-dbgsym_3.0.7-1.pgdg+1_arm64.deb
Size: 57304
SHA256: 82869f24ac955ac52e9cb63f61b405c46f9bd05c9a51a048c63f78a9d644ba21
SHA1: f69f485627a4b16ae6180685ea0107b9a94eba23
MD5sum: cb9d0bb1d476956cbf9dfa59991779a2
Description: debug symbols for postgresql-17-decoderbufs
Build-Ids: 39ccda0e265170c66326f441a6e0e31bb2f6b790
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-17-plpgsql-check
Source: plpgsql-check
Version: 2.7.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 746
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check_2.7.14-1.pgdg+1_arm64.deb
Size: 300740
SHA256: 46447bc607a1bd158544ee474dc29e4c810973b17ab08c0713152fde7f55a936
SHA1: d3cf21516fa2f41f1d59c20f0bb73c8dd8cf8e84
MD5sum: 345a369ff92306fa710de78823220567
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-17-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 390
Depends: postgresql-17-plpgsql-check (= 2.7.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check-dbgsym_2.7.14-1.pgdg+1_arm64.deb
Size: 354716
SHA256: a3b8c7caa8d519ccf347fab1299524dba49dc93c413f7f196863bccfe109a63c
SHA1: 1f37066b2e8d68c6b785facc3976d810c0982350
MD5sum: d7afb4cf50506ce7f53a1d459c05767b
Description: debug symbols for postgresql-17-plpgsql-check
Build-Ids: d41bb228b1c731902d21920032c75374df0b4ab8
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-9.1
Version: 9.1.24-17.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19402
Depends: libc6 (>= 2.38), libcom-err2 (>= 1.43.9), libgssapi-krb5-2 (>= 1.14+dfsg), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libxml2 (>= 2.7.4), postgresql-client-9.1, postgresql-common (>= 115~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.1, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.1/postgresql-9.1_9.1.24-17.pgdg+2_arm64.deb
Size: 3314220
SHA256: 7c9042c6bcc907460b8c11f3a9e7efd5968336e1aa0e86f6ac40a41b672afc80
SHA1: fd18eb7bd949438cd9ba71dc24556e9adee15d98
MD5sum: 349ae8b4ed0a07795df21cdf1cbb17ea
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.
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-9.1-dbg
Source: postgresql-9.1
Version: 9.1.24-17.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19842
Depends: postgresql-9.1 (= 9.1.24-17.pgdg+2)
Replaces: postgresql-9.0-dbg
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.1/postgresql-9.1-dbg_9.1.24-17.pgdg+2_arm64.deb
Size: 9742112
SHA256: 207b5b02f5b15941c2450b42cfc08ed49fff32ada68160a58b1a2b6d93fb7b96
SHA1: 402480c59e499b477273e8afe787511a1a932a1c
MD5sum: 0fe5e3b22ba80d61ba7a03c5a2fbf9cc
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.
Build-Ids: 020c23b52171bb46f6b384d3fdeea13221bfe8d9 07733faea0a8a5469624426a2fd24f36544bc534 07de87a76a0b0027ecc124198a168f0a5f5a71fc 09169291cf9419ad9aacc30a2db46bfabda1b446 0d2ce00a2f4c3c079f10c5af4f5a34368e7031f5 11aa073268c3de136a922a05dc45ea89dd0bc04a 12ad6c44dba80653e58d8d09f7ce8f2cf5ba0218 14292fa9c9f356c65895d0ac3619a030dbc7cb42 15745100db1d2b3174395e68642d06c980f58648 15cde75e3066b21bade9bf10c84b5e4fa245dcf3 19a870323af3a2be78199f08b5ff257e2ec2103a 1b23901bf6255b7d598f9ea8c9add6306c6c6a19 1de10450fa8aa3003a8bf18a852a1ba509edc541 20c4433500a98f8c576b4a813390d4c564079073 21799ae02e616a892ce64dae7fc0c10778d2d63c 22d1b9d5638722b16572dead560d312fe0ac910a 231019b2e1f8d80495be0485bd1c2869f5cbc3aa 23fa81bcffd4f45b34665fe7af8d02e00b1d7f9d 25fd4c30364dbb96dd0904a4fa9b069b0969f8db 28f292394eac4b5456dc428a48dd3ade0d251418 29d700ee1e4c94f4f7408b3437c87d02fbe856d8 30bc5141d8f0c132ff0e0b6aa1d56a9205b8f740 3208d5674a46114a3384a7d4409fcd5426e06cdb 340c37a35d5425f28c7d14d7c1a8ab174d10d066 35ca2a0a69b373aad701652479e2dc51f3b1893d 39c4b7cfee4b4348f783cb0479ab14c45b979ed3 3be9fd32c942643b56c4457464377b509d166dfc 3e0ebef0e917ae41997c7c137624994142505a4f 3ea8d2447adcb3390712f4844418ea525ad17323 405f95f9f5a72d1bd277aa60364e70756fa76f27 420bc945a8577b03e55411cf8346a77a72d7149e 45ebf4d2f3bca6cba43657f660b2025c80910f78 468b7de91792af96b81e2794c0b652b06445a968 47b13ff6d1f7b2309480225ab6bbc12c6f815168 496313458421153ad7730d8dade8a84f436d5cfd 4a71f54485851f4599b2f9a175a89f786446720f 4f7e37b744dfd08a0b899d85e7db1734f9adfc42 5148daba0558a61b7bd1a7e5cfad63b6c4dcd1a3 5646c48402bebffa08245246de0079657d5f01c3 567c104ce547c7f158469b77d0bd481bf1a7213b 59691d73e04cfb0358ae77d273b424736d71538f 5c6cf99448af581b059751efe9a420049c7cb4bf 5fa0648153efdb94178d35e15b561be5e4229c10 669992815d56f00a6c2bfa6c89753b3c04367e2d 686bfec9a1ee84b3d8d42cc0a6ae692439d5387b 6afff1a39b97c68c3e97a51fe0693dcaa1907d15 6e07dc17c1951645ef2e765b9cda64d5da05ae9b 73b3b5b59ce3d9b2026d41bbf2c6e10cc99cf621 7c654748ba235789c5314624fc7449c92cd985d9 7d1cb42e961bb2de26b4f33dff0b33dbbf8369af 80450424e6ea2db6135ed2994adad452f47d22f1 82821569bdd436993d785ea034f4fed9833799c1 85d263b9f8b37e8f4912f62d815913cf6d8875ec 89778ccc55426ebe102e792c1947f42ef88c85ae 8c16a62e482780bcd500f9f71d40b65922f4e2ce 8f01a7256a6e0e720d08d81ebe5258b2cc590f28 8fa86638f6c680a6ab31707e0701bc91a9c0416c 90732adc3bde08643a920f64ca4a67c7f3ec64a5 91035aa489af244200b36895c2945d77088bdfef 9454cac7fd1e25073fd1e6597a6e676d703dafa2 993f3d8d187cf518249db558feeb94f14bc3fcdb 99c8c851dd6062413bd3832003c0505e93606e9d 9c9ace5634193c6409274928d8a85a91847389b0 9d40b7ac8f60265049029abb92a3eb663bfc7876 9d45a8be9e80b7a2cf8b9088647b28bb8440e0b3 9e511fac804b88a759eea6f1d085e69e6b375cc5 a1db67646aee640a0fad91ac8435320526016bab a2eb50a8d9efb04f228d30964f497978059ed923 a69320e4b56c481d91e15b693030d58fa5248587 aaf72740d8b658dcc75e70ceb48bf56ea19cc99b ad7bb400089f1c628950fe0a09d4287ff0965a6e b1f384f26d3f715c7937458ae081a37a23955b2c b2d679e29c0d7c6c8eab980b5cfc39220643edf0 b36d180d7448bb94ae3cd5ca8a7111c5b46270df b39a116776209984250c8dbab8b48474f6be365e b8fcfe7f8553705fab7f21df7e4c3fe5c1e48264 bc0338dc54faf18fa3c07fd01184ca2a5917ff52 c7130a54edfe53d33752f3b835519bdd34dd5c48 c84126f447d0b52c0f70b9f4f500f86b4c9b7670 caccbdea0350a381e6b8c0007d39c5128e1c1172 d228d1065096243e3b05b4cef1c1ecfbba76d79a d2755a7f81d296d6d5bedd8ea8e5d5307335005a db42ce4750b03c3691834c63c159afbe266747bf deaa674f0993b19f0de97605330e03d46c400bdd df53a897c713fa035bb75a1aa907538fde53b04d e12f63c08f8ea83ba26cee3b82f9d82226c96a4a e426a7f720e44c63a9587923bc51661d7fbc5743 e476b7e0b808e7755ecc0a7d1912eae9e82ccf0b e78ab9f6be6b5b5b342cbcf6d3c9ba4a14abcb29 e8a1af9b968f4288fe83ae761aa7b3ee4f7bf702 ea0e0dcaf96f7cd7c1b11a7008ffb7aa151cbbc6 ea564b79bb2156c4c7b0b5c06bddab187d48ed84 eb74d3d7911265023a4cef75e31150f84bc5ca1e ecf5a2f44584ca7527d8c827130c7008f3e15e33 ee3ee49a8d8c95bea0cd6979dafd85195b9e2aaa ef840999865de1c0ead99e44d1656eb98512ea37 f05e13a817648d967c621ddecb608208a7c41874 f493b4784f1ccc863d21523ce72f7cbb4ee8a3ad f5a73550aedaceed988622da3244ca627367fdf4 f78b71936a06eaa06bc995ad63b4abb63cdc37bf f79a9b2b780f8fe97180bbd231f7ef310c6a349b f868d9ea10aa41195204c5cba316ebea4be2d0ae f9cae8bd648e8d00a96bdbf9241110c6601ecdf2 fa3dc55ee83d61027a9295f0fee3b1a86fc9e98a fa996512a74c060f3ef5950641b05b6bb77df2b7 fb68704b118d7c7aaa02a6f66425ea65d7c8f99f fbc5ba87f096429ee1474013aeeca674fdd2e48f
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-9.2
Version: 9.2.24-14.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19969
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3t64 (>= 3.0.0), libxml2 (>= 2.7.4), postgresql-client-9.2, postgresql-common (>= 135~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.2, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.2/postgresql-9.2_9.2.24-14.pgdg+2_arm64.deb
Size: 3480456
SHA256: b02e279aac39b30f54cf5d8831def20c1a876cefaececd081b85b6739298d60f
SHA1: dd48e6d0372a4914206d06207fa96025a5f7770d
MD5sum: ff524f69ee1dae2f4764f7bf7beecf7b
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.
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-9.2-dbg
Source: postgresql-9.2
Version: 9.2.24-14.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21150
Depends: postgresql-9.2 (= 9.2.24-14.pgdg+2)
Conflicts: postgresql-9.1-dbg, postgresql-dbg
Provides: postgresql-dbg
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.2/postgresql-9.2-dbg_9.2.24-14.pgdg+2_arm64.deb
Size: 10424972
SHA256: be1a8e354a1eb15c7def0f53cc86bf17f455a2edfa47185ea145daa3b43a833c
SHA1: f3682fa0293c8e76f49c3274c29a7510c6839489
MD5sum: 82c60776666ae535bb0d4b410ac9c34e
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.
Build-Ids: 01303c81b7b4545b7e6a42bfd78591e715727ba2 02446058e485049978500226a7ad9d99d966c7aa 02b027fbee5e5e98eee72c8dd7266aadadc833e4 04bb3f202a5b27a5c0fd046f383a9a35fec06808 0961fba9ead6c36b6fad94ea0e660c51a9e4ccdd 097c65e6b7605906ddfebaa64afc09db50da7817 0b23fbf65679e7e57cb2bca6149cc5b9dbd2ba25 0cc38bbb112d311fa06b1ef87d9686620c5ac954 0d855b7ae25478bc6de8a3b68c5d530b47cb902e 0da0d541fd06f44e282a3e4314080742d41c7cc1 107cdb590eb5de02dfb90ce7c535bcce9ff0cb8f 107ce78ee93c78e12872063897ff6539a7ec4b2e 11588dbd56256627180829bf755634da1b690ebd 1475f5d7dd71a9d4e3a463b2778d99a2d331d6bb 152648561da4553243e1c49339a1de2ec8385a99 174c32e8636e8e24914b996c2482d36106055db7 1ca0c07804731d19ffd00b65149eb236fed2e1f2 1d0a1636b1bead6adb58d19f6e5c3f9dacaaf7ec 1fdfa80ec40d1348ce5812f26c2a84a41fd8884b 20e2193f845211f8a4e3a9da36134607c39fc5ce 216415f09c2c873c193f7ebf4379b21dffd87bb2 21aeefd4527d630046d11e55f89c953e1aff421d 23d95bf886a556da05f43f8cdafd0c155e4355d9 25418c12307299ab08a4d36e86daf2fb6de7561a 27f97bfe4d93930fbba994ad1d647604fd97dba3 296b3feb977adc8f9e91967ff9339d49b6904c78 2a2ea28988bc30da97c0b196f96bf1d8d4a451b6 2c683bda1ee79076b1a6a7b0decebe562113b785 310475664352477a704134acc70745b9ed6c9451 32d51be11e675ace71d8129cc728471b4e51a34e 32e99d56876f91fb5e9265cdec664a53470d0ddb 3407d23cc21d451556d00449e330a4e95d52574d 39d5d8728cfe6753f54e18d8f883a9f3bfa6afd6 3eab358080a42f1cd7eaa8a5024c9475e0125c12 4005db493ac0041f24ca14bdef122eb7e6900bb3 419d3c44d4f248a9338185a7d90b180ce0fe7058 4357ace34bca4a0b6ee02325f972d6037e847fb3 490a3e201be84386d1cc25844dc387563628e332 4ae0a6af15e25be1f5bcb99b7651dde7ff74c8bb 4dd107169131aef0c13e6ec4c7656b0121de6c71 4fb49906c9cbf2c4dfd7513902343ec8b76c00b1 51fe213ca574750089221194a000c237129381a5 52cd2e169790ccaeeaad2b410eb6b9243a74ba27 54af341c2a8400bf0ab48e7372eebde1fabbba61 575b61d81e3a6b8b652934b98bba01a4c5de849d 57e7fa64a07ceb5f90998aaf6d0a63c450044777 59cc5e98f75008692fdfd9c900a1971e2740a91b 5c74b2d2da54177e7244a32bdc2195c7bd809fe9 602cf6ac9725cd9d40033ea0f8a160bf558d17bd 616e795d57c113128f8094392ce5c0d84ac09238 6e354f43195223ad5c40f9ab3c48b3bbb90e0305 72648ecc5e53e07b75cf3173030e4210a3b8f1ef 72fa0a982149326fcb4f64759a5e34163724b218 74f1806fa375a5eea00e974138e556e495425383 7556169ea1a1a4569cb296ffaa6bda0a5f758738 768b8124205d53cafdf0d4b324c72253166c6696 776f9feda757d62e11ef79d02a46271b60f97c61 7a55ac9e0bd12d93fda0cb116563d36ca54e1850 7c29a34a5deac9fd4b68930700b038eb4e00af56 7cca5474bdb9f658c496cf610a9809c5290be421 7d071929bfa35f42ba387ac69cc0a1b778c5ad64 802786a1aa578326897fb2615b83fc87a55818d7 80bb3a95733ae24c12bf611e4985c8f402b36cd0 80dcb3395c6f1a442c055e6abb28641b5aa785b4 89cf1903ee49634441f4dd13e0e1f96096bda5ae 8b0eeb48d4d62648738f504ee9dc8f5d4e9ff5c3 93ce0cc9772f53f6d079a2ff439a480ada0e5f1f 94842057b221c9c0e7bf52d00a72b201caa8e06b 986580a76707c62c2a28eb8b4a881f1cf5f2f715 98ea271e4d30aace3b80d0e3f2f81dbc1adbbb0d 991036042486f3e5b82746601beb0f513a503320 9b3aee00d671845a650c94476bc07a944d18fd38 9b5ee40d13b23cf54dfd37f7f35782df14dcefed 9d2972aa8f52779a437c3a18756888a88c991544 a13b6622b9f5f03e6b48cbe500161430cc8437b1 a386e56f36bc03e2053ea0acfd8378bc5a811187 a4caa4945957253dd3abe3b23f7b0a60bf610add a543ba7c844f58b94698eac494479a483236c434 aa43d8235ef1acb71ec5f390ca6c766fc14dc8ac ac875b0f141a334833181a666ba25a4893eb7bb7 aedec2122cc3e8e9a6026852f3aa05f128dd79a9 b32885354bfdac91c9c1a0d8fe1f51c58dba471e b3e510ef9ccab1a8ba8233e62d47ff3cd980c155 b45a067b5584fb9661bcf4ebe88d07fa8c0930dd b90453fb44dc959b4831acddd5698a877cb92160 bdd3dc06b53298dc9de82b710aef515ba9bd10f8 bf6b3c2eec97977f00cd3489e4657687241d7a22 c298690f7637ed9f2541318788fcc6764c3e5406 d1e67f764b16f50483c3fa6432caaf4e99de605d dca9d18864d14275249d07cf843ca8af24d3df94 dd3ac33e7264778825fc0530e11b645570d88b50 ddad6a12d999e5c48267cdb9292920220d2135d7 ddf448165abab489aa71799c7d489d10b287a399 dea0dbe28365d90ccd7f6f686416f81523c963f9 e3635d70bf0df0647f1b41db74f81e722fa71241 e8e73b965a4dca1537b8f050085258f6fce8e98a e94a74fbe31ababb7a89de951842ea3829d2e70a ea5bd559e786b559c5ab192fc361f281b3f3887b ecdebb8732ef08e21bfe873cfcc72e60008bf73f effd8a848260ef6a852ba7db74f8e6fedf310a6a f0404cf2029700bdad0ca0ed8b385d8b8486a797 f2783af1ae414bf2ecada78e6b55abf2e8b10eb1 f3afa84b64ee27419937d6019be4c3b81c226118 f3de621fb7653c4d73837f5e003111652ec04a78 f41352fb220a4958153535bfc7a85969a1014362 f5736f7e8598b4de54462c6f6ce5a4fa62e31969 f5859c98a0d66234a6d1992250205c839eddc264 f7977f31b38db5e7c8610b3d2d0137704e224ecb f951c3f9d74097baeef21b5c32d979b86555fad1 fccb18da1bc12e717c3de7deb832aa743e653c6f fdb3c9cbb4d02935df708c27adaaf93e80c010f9
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-9.3
Version: 9.3.25-13.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20021
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3t64 (>= 3.0.0), libxml2 (>= 2.7.4), postgresql-client-9.3, postgresql-common (>= 142~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.3, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.3/postgresql-9.3_9.3.25-13.pgdg+2_arm64.deb
Size: 3516348
SHA256: 92c93f5445defffa6fe61ddac4a7ea348f88012be3ea2d472f8dc28b4f7cc8d3
SHA1: 1a9d82c60822266a5df008a1d788eb420a9f7d3b
MD5sum: 46af6986fc3036a9993cc4de26937b37
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.
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-9.3-dbg
Source: postgresql-9.3
Version: 9.3.25-13.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 22311
Depends: postgresql-9.3 (= 9.3.25-13.pgdg+2)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.3/postgresql-9.3-dbg_9.3.25-13.pgdg+2_arm64.deb
Size: 11234848
SHA256: 2cebd927c26f2117def3fa3ec4cd4a391916872330ea984046b9083d6f65ba44
SHA1: 5f5aa876c7e51056c5798aa7f04046a58ea0169e
MD5sum: 1dfed8df544859b27c9d96f2da60b996
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.
Build-Ids: 0535ce99ac2022f17125472ea9c706d3952eed57 0583c5782f7b8f0ca57992440299c9f023dacd11 064e6804cbc4f0d05c4df82be88f6a4ca0681721 06be9d15d10e00bc2d7c28d68c6e69319aa86991 098556bc07d18a9eb2fa6dedcea73b68d9d1097a 0b720c213ed995148574a9b54743d3d4e012b94e 0def9f32d007a491cbb5d8fbbf6d2a607e40ca43 121d38615cb8d60e94f1e325b1b0415fd4859eea 163ae109f7659f35fed8953ba5ecff36710e4c80 19843a5d4d44d40a63e0e75b976a229e2b4420e9 1d34a545ebed5c5f41e2dcd417dde6b03b919836 1eb6cb99b81dcd6b3bb06971b09bcab333a9a442 1f25edace3b423b374b4cf6c97801caec8562063 23b8302e253aee1ea4f3873e67e5796e60a8ec7d 24e1cfd1e8f0f3f456d35b9cafa1bdff3fc47952 270c4916a327335fcfa623c532489602ba5050f8 29952296cf75968b794a08b9e5ca7296352dca7c 2a3f54360898fd6eef3db69c4eef91ba9f294b51 2aed4f5023a2fddaeeb46eb871169131ed9e0a3a 2b94558b30e8968d4a7f85cfc1b0a12967919855 2e0b11d32c51d61cc9344eef3a720ce5ead3a8f0 2e596f0fc936ae06b239b41531636db3a49483d3 322695fd1a86014231098019d2dfac1df1115a45 32a4e16932cd07c695e2e414a8f44d5db6fd05fb 37b4ba2c372bb650d6b79399fe83545bc25c39a9 382949d44736377f7da25882c5b87cd00b7c674e 3c2f2f4bc21e0ea72251f00e56d8ddae4fb689d7 3dfccfed04f618aff506f7a6cf248e26ebc8bd21 3ec19db1c1d671705c9793d92272bb76840471fd 4175ec2ea01be1e2c462b2e9a688b8b82bcf9cd8 431f5b2bbfba28baf776024c61f009ba42168353 444bd6b94adf3d5b8274ff92be94659e6972e80e 44b76d151c622c6f478b456d9a0306693e80a195 44d1fce0037b6edebfc4c23af091d4272b7a72fe 44d3aa29e076d4d2b577d26853a696fd4832066d 4cf71a3682d80707edd92ec1e059e80546ae9b24 51b0f7decc1362e63c3720c4a8ddde3da5332784 575aa2720e2bb47d64b4c1f0ad543afa8cbe4c4f 57ce89c3a5d135c0376acbb41b190cd6690d26bb 57feb7bb19aeb28edce4807a0546795ce408ce5a 5a98ef35d062e1f0cc6e41fe19cc21808e9f2bdf 5ceb2ea26b8155e7cf8afdded8401aae2f3f1699 5d2c3eb8d5335283caa21cd9bf472a895e6dd663 5e5d1d16f52a1254da5572d64c021ec77becbcde 5ee962977735e7cb658fa31a338b9ce128ccf115 60dfb1c99b6efaceb0512f77dc85b15c327355f6 6285f40856c39d0b48c6269647a3022256ce48d6 62d462aed9dff0ed3dad6ebf1475288837c84037 641831ca7f8c216bf88f65864ce27082b740229a 6457513352e77ad6a8cee49ac6f8fe465022cd4c 64e3100c5f40ba773fd0735ed5df00fc129f61cc 65211385f49927365b128ef544cd5f485f6fbb4d 656193bd582a2fedee7b92da294a0db5662c636a 678ffb0cf79cd1ea2d5ebea6f427b076ce2179f3 6aad9b5f635f88e4992134cdb2578aeb39846706 6b02bae7515c3f02f24b58cb82db949662e87d71 6f44cfa2acc3ca93678e8f8bc5fb05956ab68c55 6f46161c70d4afb7b231b5507657163579aadd4a 704ced73a0d82d25dab77aa9a37c2469ce618a9a 7246f39075df294ce312f811e140093db6f8ab20 73fa332c0dbd1d49060b28187939f955b0154f28 742c55a684e440d36e83ab932abd89b2b3de5502 748b94065f2c62787c3eda348e12d8cbe7d88a9d 77577ad9b60f0cbe79d27d4ddbf43b5ef6963d8e 77b71a528fd5d8de281ee80887dffb00e61c57e8 7b7383532d1707eec361189a167db7c41ba726a5 7cd2be755a3b47a441380c056e7572ebbb58ab70 7d218eeedaccd17486e7ec22478b5ab80bdfe45e 7e3dd5dd1ee8a83694a12546c791e37d7db6e0c4 803127c1111a58631b6706e289523de41dfe1481 853fcc9e62e95c365ae3c02596d7733cb355fab1 8840666cb90a1e186a13eae81eaea7f750b535b8 8a171b4953bd62126d3ff08dbb77cf1d4c3ff8c3 8d65378bdaaf7e1f7900f1f4033d7b7e24bcc00d 98ae09cc862b9698acec64a15e89f682dcf89fa0 9aad1d8642340be2791bf73beefdb0b7677709f8 a03d4de169b81b89325a1446dc1f777b7f72e78e a1b9f5635de0490f260e216d2bcd914443a62e78 a2fb66b1af2e913aac726e9bdb862526a1078391 a32e529614af0a2f9541ef8489e8d5e9f550b353 a48ef2ee021bbd3bb1543e5976843839ff2405f6 a5d7a8189f343e1012177479a1177e26e3f4d8dd ab8629dd358a38f730a79b14cb422916448a8852 abcc21cd6d60f8d9ae009534fb0d9874e98a99f0 abeebe6e311567250b967dfc097bf432df56bb85 b1f5b8a2c009fc60fdb859d794fc8707ed66112c b50fa357c0acaf5f344986c4286ce927485629c9 b5c5ae7774db819119e259d0060f1ad9987a7b8c b7185647dfae3ea20b9859a114860278983b3a04 baccffd9dbb782d84d690951e2e869c5776068ba bcacf5bbdf8575dab5d93d83095c8916d5f57bad bd7419021b90bfd2e39a1d1845c300f94e67adb6 beb5500dac5994ccbc2ce93d73baa45ebcb4b9fb c92c505df860411638c8e48b2ee435ea7d0df07f cb082ed5ae5934525e83c005dce4bef25420d51b d10007d6230f881db5192a19d397951e1a9e23ef d28a082534e418e1c47745e7ff26c6cc332e6bbb d436dc993d69b6a7061ade0b81be751a8ac0f42f d8fe47a839c81a96a5d32e7a37a6e4bc4fc3fd47 d9a3df4d3385265d4bc8a7dad5e66bd7ce4d40a7 db4d94b08729487f40628375198d22a8da80706a dee3de8eecf1d7cd6f489b1eb7d0d65c81cb5e1a e2156af7f8e69c0a0f3a8e73ef98cc6ee63f4b80 e2cf9b60ac0baef7e131dfe377f2176ee7564368 e3cab8302762d50ab2182216c2223345715f129f e696fba5dc9bcb3ba7d0e8b5afe1f9ed8576f7a3 f0ed613d045741b6150d5a72e0494f6afc13703f f18b772f48dd1d166b1aa602bb02fb3a8795819a f78cc68d7e4cc363203506ffaff8e67bf05c65cd f7a6ca4ae1bb7c32473924dafb7d3301f37fe59a faf3b098450138711f803b2fd33f18552b9ba7a1 fc7621f51ce5071831e2de267e284f997dd78b8c fe1d1e4b6f8d61a05a34f12d28112a4a5ec7875d ff56bc628bb1a1b057fce40b372b41e61adbe18a ff8ebb1dc925c0e854a2236424ddd8fa3b41f8f2
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-client-9.1
Source: postgresql-9.1
Version: 9.1.24-17.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4506
Depends: libc6 (>= 2.38), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.0~), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 115~), sensible-utils
Suggests: postgresql-9.1, postgresql-doc-9.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.24-17.pgdg+2_arm64.deb
Size: 961336
SHA256: 2d5500828973b4971ba5cc1196aefc96f683535494df4d33bd98bd0fa9be4086
SHA1: 174df338395a0d2dbba4f7c721b6dfe8029b912f
MD5sum: cf5490b803dd10165bffdd2ff9efeccc
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.
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-client-9.2
Source: postgresql-9.2
Version: 9.2.24-14.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4706
Depends: libc6 (>= 2.38), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.2.24), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 115~), sensible-utils
Suggests: postgresql-9.2, postgresql-doc-9.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.24-14.pgdg+2_arm64.deb
Size: 969180
SHA256: 1632cb62c607ee98198fd33b4c0824e56ad4e7640d285da203c0674affd18482
SHA1: d7f2f16c2011ac21a19e0b322d3c021140c90864
MD5sum: 7446395ebe5b902bf4079517fb81bbaf
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.
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-client-9.3
Source: postgresql-9.3
Version: 9.3.25-13.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5127
Depends: libc6 (>= 2.38), libedit2 (>= 3.1-20180525-0), libpq5 (>= 9.3.25), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
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.25-13.pgdg+2_arm64.deb
Size: 1031912
SHA256: 480a39597148936d4aa52f0b082aacb3193241fd0977dd50e008fde2a5de3b23
SHA1: afc1aa2a0b1ab9b5914d76a14ea9144458209ceb
MD5sum: 8fa436178d499bc099aa08605c19b8ad
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.
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-contrib-9.1
Source: postgresql-9.1
Version: 9.1.24-17.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3853
Depends: postgresql-9.1 (= 9.1.24-17.pgdg+2), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libossp-uuid16 (>= 1.6.4), libpq5 (>= 9.0~), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4), postgresql-common (>= 115~)
Suggests: libdbd-pg-perl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.1/postgresql-contrib-9.1_9.1.24-17.pgdg+2_arm64.deb
Size: 356644
SHA256: b4efdaa7229a49db8c709de95141b6673b3c449ace327ecd70d3440fef8037d2
SHA1: 412fc08c6a2b2bca3d4e973250743eaa25c364c4
MD5sum: d96edb2f10be094acd239b14c4675b6b
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.
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-contrib-9.2
Source: postgresql-9.2
Version: 9.2.24-14.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4091
Depends: postgresql-9.2 (= 9.2.24-14.pgdg+2), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libossp-uuid16 (>= 1.6.4), libpq5 (>= 9.2~beta3), libssl3t64 (>= 3.4.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.24-14.pgdg+2_arm64.deb
Size: 364568
SHA256: a7f81fbeb4c85b8dcd5a21008ad518e1891b862fba9b62abb55dc9abc09dd992
SHA1: 878f2d00f3efbc0bb9c1fe6dbf24b796d42e224b
MD5sum: 72fa528a69feba478a1f57514106287b
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.
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-contrib-9.3
Source: postgresql-9.3
Version: 9.3.25-13.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4173
Depends: postgresql-9.3 (= 9.3.25-13.pgdg+2), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libossp-uuid16 (>= 1.6.4), libpq5 (>= 9.2~beta3), libssl3t64 (>= 3.4.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.25-13.pgdg+2_arm64.deb
Size: 392928
SHA256: 687d20d39c02236cf0723aecbbb0e10516e7730efbd32a9125e03cae7b035733
SHA1: f5c39811b6f5f90fc4ff2febfdde871385cece49
MD5sum: 3a242155756d97eacc5002476aacb815
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.
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-doc-8.2
Source: postgresql-8.2
Version: 8.2.23-13.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8293
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-8.2/postgresql-doc-8.2_8.2.23-13.pgdg+2_all.deb
Size: 1224824
SHA256: 455b02d04917b7f05e687418333299f2ca23d50480f8a5705dbb076658b7143d
SHA1: 954b7cbb770561df479969550ea4ff0e727445cf
MD5sum: 1616bcd8c85f03c4841e3ef1c8a4bbb5
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 8.2. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-doc-8.3
Source: postgresql-8.3
Version: 8.3.23-10.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9847
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-8.3/postgresql-doc-8.3_8.3.23-10.pgdg+2_all.deb
Size: 1459172
SHA256: f6378ddeb6df0a23541fc84b3b243f41124f113b893df1170adcc5845a208b2a
SHA1: 551b3bd7e2be4b85edcd423ef9e636649a924738
MD5sum: 421dc4b0583424d02c96fe630e8ce06d
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 8.3. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-doc-8.4
Source: postgresql-8.4
Version: 8.4.22-11.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10553
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-8.4/postgresql-doc-8.4_8.4.22-11.pgdg+2_all.deb
Size: 1313680
SHA256: f87b9136f3cb7a30e6cbf641800c56b1a1f44f03f75b619c97f1b22c7668ad5b
SHA1: 06a14fc44f3ee21ab8d45e683299a688454ce69b
MD5sum: c57325541a4082faf00a7d4c4b56ab50
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 8.4. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-doc-9.0
Source: postgresql-9.0
Version: 9.0.23-11.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11460
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.0/postgresql-doc-9.0_9.0.23-11.pgdg+2_all.deb
Size: 1478016
SHA256: 5ebdb8e1b66976c12a4ab6c0e9b49498c863563c9f85bf39d8d4abf73e01923b
SHA1: 34bd2c5c3979de01d5e6ffc33d0b50f5eacd461e
MD5sum: 6b664cca53c91304b0dcf76876ef1804
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 9.0. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-doc-9.1
Source: postgresql-9.1
Version: 9.1.24-17.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12599
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.1/postgresql-doc-9.1_9.1.24-17.pgdg+2_all.deb
Size: 1602248
SHA256: e176e5b24e47f4a7fe6df82e251e47087c86e9b3fed49efeb94f78c41a1e0576
SHA1: 29ad5c0a9d3fd238d0eb830877d8c45dd200b269
MD5sum: 1d4f71c1a2debbc5940c09456f18ecc0
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.
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-doc-9.2
Source: postgresql-9.2
Version: 9.2.24-14.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13409
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.2/postgresql-doc-9.2_9.2.24-14.pgdg+2_all.deb
Size: 1690620
SHA256: 2152473165fb581ff0a8bbfe9a87e55121b799527013453299256a888d831a34
SHA1: b30238e6a71c25f2cc7ad4126cd090cf3052d84a
MD5sum: 0e7c8168cae42979fa7ff6fe9650136b
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.
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-doc-9.3
Source: postgresql-9.3
Version: 9.3.25-13.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14219
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.3/postgresql-doc-9.3_9.3.25-13.pgdg+2_all.deb
Size: 1770736
SHA256: f0c6a083a9a2fa893536c24854843a50f29bfee352d34993b414a6c08393d07c
SHA1: a1fd37f4efd70a644fdf0246ea5c737f1b005f4c
MD5sum: ccee23d2c803aeb28e71d2d8f80b6cba
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.
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-plperl-9.1
Source: postgresql-9.1
Version: 9.1.24-17.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: libc6 (>= 2.34), libperl5.40 (>= 5.40.0), postgresql-9.1 (= 9.1.24-17.pgdg+2), 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.24-17.pgdg+2_arm64.deb
Size: 46392
SHA256: b07f72591ce2df2f193564756d5390a98509e0e3e73b4d5b9706b0d20f4d2469
SHA1: 67f56bd7fd22e3b10257b19bd1e47ed80cf8ae7c
MD5sum: 0968785c490c72ffd2c246ec1c2b5e43
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.
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-plperl-9.2
Source: postgresql-9.2
Version: 9.2.24-14.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libc6 (>= 2.34), libperl5.40 (>= 5.40.0), postgresql-9.2 (= 9.2.24-14.pgdg+2), 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.24-14.pgdg+2_arm64.deb
Size: 45464
SHA256: 9bd8304fe2a9f8c6cccba02ae0ff07193b5d533e72fd750e7689b81db4196bc6
SHA1: 64778dc7c056568a7a0f2e9a428615a0f210e0ff
MD5sum: 975a2f98ecb1e3868e0a5c13e254f7ae
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.
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-plperl-9.3
Source: postgresql-9.3
Version: 9.3.25-13.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libc6 (>= 2.34), libperl5.40 (>= 5.40.0), postgresql-9.3 (= 9.3.25-13.pgdg+2), 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.25-13.pgdg+2_arm64.deb
Size: 44824
SHA256: 2d3b0c4a18b6096ba087c247b65267c4306937ea8a552b490b01a9389cca7faf
SHA1: 3acd35ab1121be83b815b0ab0039bcce85bb58eb
MD5sum: a173c52bcb32d89c40c8bd6e3626408b
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.
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-plpython3-9.1
Source: postgresql-9.1
Version: 9.1.24-17.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3), postgresql-9.1 (= 9.1.24-17.pgdg+2)
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.24-17.pgdg+2_arm64.deb
Size: 37360
SHA256: 6ede7dfe6816bca78c69a3240494b8d8016b18337963e0a4f641085eee118597
SHA1: 7994efd3d86274fd427c0dffe73bd5c9d3a6a5cb
MD5sum: 1e5d452a1f5bb806884a449ffbf4904a
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.
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-plpython3-9.2
Source: postgresql-9.2
Version: 9.2.24-14.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 163
Depends: libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3), postgresql-9.2 (= 9.2.24-14.pgdg+2)
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.24-14.pgdg+2_arm64.deb
Size: 40428
SHA256: 9b667f37620e66ef699b11e6ccd1b97e39a0e1f6a9b34f1b480a8f6c8b2798c4
SHA1: 283c9119211fc748ab489cf127ba828174b3a54a
MD5sum: efe30d50280195394a0adf5a49177495
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.
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-plpython3-9.3
Source: postgresql-9.3
Version: 9.3.25-13.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 163
Depends: libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3), postgresql-9.3 (= 9.3.25-13.pgdg+2)
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.25-13.pgdg+2_arm64.deb
Size: 40456
SHA256: e24f02ec4ff860611985d20bad87a99f0a3cd40c3a1c8f5dc1d4e746b1416b3a
SHA1: e54a293b54b2545bb5ea7b9fc0c4d07d2aeb0eff
MD5sum: 860db74f97048a64a08dfbba2fd8751f
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.
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-pltcl-9.1
Source: postgresql-9.1
Version: 9.1.24-17.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 171
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.1 (= 9.1.24-17.pgdg+2)
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.24-17.pgdg+2_arm64.deb
Size: 26664
SHA256: 14f66e2b689eb65332395db5e424458e830665126903a61cc111d54756835a19
SHA1: bc1c90176cfa5e034eb71e9e8f7b608c301da53f
MD5sum: 12e4b7c5decbd38894421b13aa9ad676
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.
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-pltcl-9.2
Source: postgresql-9.2
Version: 9.2.24-14.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.2 (= 9.2.24-14.pgdg+2)
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.24-14.pgdg+2_arm64.deb
Size: 26372
SHA256: d5d068aa9aed1b1e7b68201e915b7b1294ff45d6e5a815adfd4b53471dcf4dc3
SHA1: 165e26cb77ee713971cf67d7f609f3cb63d73d29
MD5sum: 0f0a1630442fb347ec01cc67cbe62743
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.
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-pltcl-9.3
Source: postgresql-9.3
Version: 9.3.25-13.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 170
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.3 (= 9.3.25-13.pgdg+2)
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.25-13.pgdg+2_arm64.deb
Size: 26244
SHA256: e0ecadc4bc92b2553726181d9becbc80dbe8b1375773a8d09eb60d07bf289897
SHA1: 81429f48eee8ae40b6c7c2ee2b089e4aa75387a6
MD5sum: fac48f006e2f24d249dcbbcbd998aba2
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.
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-server-dev-9.1
Source: postgresql-9.1
Version: 9.1.24-17.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3106
Depends: libc6 (>= 2.38), 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.24-17.pgdg+2_arm64.deb
Size: 537212
SHA256: 3c779f992a9ee917d286d230eff76c149943f059bb0a66f8185fe4d41a038b61
SHA1: 1dade85085bd746aded1c2ce6052cc9451ab28db
MD5sum: ffefb32d03849ab91024910229a5ddba
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.
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-server-dev-9.2
Source: postgresql-9.2
Version: 9.2.24-14.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3323
Depends: libc6 (>= 2.38), 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.24-14.pgdg+2_arm64.deb
Size: 576512
SHA256: 2f5ad4ce27fafa3a54abae89677158e77d7e4092b567ab99df1c92965903f32b
SHA1: b6d1ebeb65f067caf186084209b8f7fe28598393
MD5sum: 3b234d4c92cfe7c980718858e018f649
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.
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-server-dev-9.3
Source: postgresql-9.3
Version: 9.3.25-13.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3561
Depends: libc6 (>= 2.38), 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.25-13.pgdg+2_arm64.deb
Size: 619952
SHA256: 34612d6d89d0e7d66db676912a0a5cb2aafcf5a92fe1a911282e84638e5f66a9
SHA1: 8135b27c75a38315eecef5026c7dc1c868b8bde1
MD5sum: 1839501d336604a98d111bbce65bcddf
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.
Timestamp: 2025-02-03 15:13:09+00

Package: postgresql-16-h3
Source: h3-pg
Version: 4.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 458
Depends: postgresql-16, libc6 (>= 2.17), libh3-1 (>= 4.2.0)
Homepage: https://github.com/zachasme/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-16-h3_4.2.2-1.pgdg+1_arm64.deb
Size: 51440
SHA256: f0b7fdf28445fc43f43c2fde4f23c722c1e0aadb183efb23d2b4874779bc37ed
SHA1: c3a58019ac11ef28db98647afd6f8c7a0c1cdd96
MD5sum: c112ab0a9b1c9cc821c37996058ac538
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 16 extension.
Timestamp: 2025-02-10 13:57:03+00

Package: libh3-1
Source: libh3
Version: 4.2.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 191
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: https://h3geo.org/
Priority: optional
Section: database
Filename: pool/main/libh/libh3/libh3-1_4.2.0-1.pgdg+2_arm64.deb
Size: 61080
SHA256: d8d4b8c73b2ff10e5db8c64b46b024833f76a9909f7cce74070159abc8ab5ef3
SHA1: 72ef5e427838a677322653fbbb1fee0be1f74590
MD5sum: 671200c7c746e97680c2b77c8e34ccd7
Description: Hexagonal hierarchical geospatial indexing system - library
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the shared library.
Timestamp: 2025-02-10 13:57:03+00

Package: libh3-1-dbgsym
Source: libh3
Version: 4.2.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: libh3-1 (= 4.2.0-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libh/libh3/libh3-1-dbgsym_4.2.0-1.pgdg+2_arm64.deb
Size: 90580
SHA256: 1ddcf15177d12934e8eb04dedddfe13fda92a6880b0d04cb1ca7bc93b67eb903
SHA1: 79ef2202f02d602dc5e45189d0b09f10d235ac8b
MD5sum: acf494a5f78cc71b9725ae9d16176435
Description: debug symbols for libh3-1
Build-Ids: 2123dd0c869dc10e5d6f91e26bfc81f5e10df81b
Timestamp: 2025-02-10 13:57:03+00

Package: libh3-bin
Source: libh3
Version: 4.2.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 928
Depends: libh3-1 (= 4.2.0-1.pgdg+2), libc6 (>= 2.34)
Multi-Arch: foreign
Homepage: https://h3geo.org/
Priority: optional
Section: database
Filename: pool/main/libh/libh3/libh3-bin_4.2.0-1.pgdg+2_arm64.deb
Size: 66564
SHA256: f610069571ebee4bc096f373739a7e61a033d4a6efec62c23b19605c12b7a5c3
SHA1: 0ec44ee291a9b895cdd866e507fcaf4815913ba9
MD5sum: 650bf54744cc83f7a1fcdd1c55e72382
Description: Hexagonal hierarchical geospatial indexing system - CLI programs
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains CLI front-end programs.
Timestamp: 2025-02-10 13:57:03+00

Package: libh3-bin-dbgsym
Source: libh3
Version: 4.2.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 643
Depends: libh3-bin (= 4.2.0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/libh/libh3/libh3-bin-dbgsym_4.2.0-1.pgdg+2_arm64.deb
Size: 248224
SHA256: a97c2d1d9a525de089f97c8c96dcbe6493f991732442989e11662954dd26679d
SHA1: cced343880ed82aad301d7429adc748da566d0b4
MD5sum: 2114e6d346d76a40751f8d8a3f20a3f9
Description: debug symbols for libh3-bin
Build-Ids: 2331cdd1595931a8a1ea34523ebc010272e089da 284438dee0850b3f25c497a8556574735473a4aa 3f7deea486ff76929743b9b2a041aec0ae17df91 4efa42187b08b54f12cc08878cb179ef1a5a2f4f 5241fcc277ad09a6f68a6ad8dd32adb3cd88af2a 53aaf249f94e3b95bcaf0a0135b461c012502152 673e9a291d7f7a78a2dfec0d4f841580b51843d1 6ca6da01a4012e20ea1abfc5bb426b7f883550a3 a10a8e205b6ad0efc89d3b423d1f1f1d25f1204e cd9dddd0857149b5cd9448a04aa7d46d2b232480 d1c26c3a21c2bddb03bce9ab6979abdc40c97af0 ff9b53fe56dac761e190cf343fc334393ad091c3
Timestamp: 2025-02-10 13:57:03+00

Package: libh3-dev
Source: libh3
Version: 4.2.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: libh3-1 (= 4.2.0-1.pgdg+2)
Homepage: https://h3geo.org/
Priority: optional
Section: database
Filename: pool/main/libh/libh3/libh3-dev_4.2.0-1.pgdg+2_arm64.deb
Size: 27068
SHA256: aa188b45d59f070c95022e964339e0ee5a75f16f425e351a648ddac57c055058
SHA1: 8708c66d2b88ccb93f313bec35214bb3c889c7d5
MD5sum: 44987a1dfd09bfbe03095e688be48170
Description: Hexagonal hierarchical geospatial indexing system - header files
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the development headers.
Timestamp: 2025-02-10 13:57:03+00

Package: libpostgresql-jdbc-java
Source: libpgjava
Version: 42.7.5-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 1096
Provides: libpg-java, libpgjava
Built-Using: libscram-java (= 3.1-1.pgdg+1)
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: java
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java_42.7.5-1.pgdg+1_all.deb
Size: 1016604
SHA256: 3b9e4e70d270d9bf95a4fef0a81831e88ff80ea6ea148a482acd4de0d5376c37
SHA1: e881b2c102c9cbe8192fd2960c7be3b1b98ab4c8
MD5sum: f8a2236bd3ef4c1f372c96059f8e3394
Description: Java database (JDBC) driver for PostgreSQL
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
Timestamp: 2025-02-10 13:57:03+00

Package: libscram-java
Version: 3.1-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 119
Depends: libstringprep-java (>= 2.1)
Suggests: libjetbrains-annotations-java
Breaks: libpostgresql-jdbc-java (<< 42.7.5)
Multi-Arch: foreign
Homepage: https://github.com/ongres/scram
Priority: optional
Section: java
Filename: pool/main/libs/libscram-java/libscram-java_3.1-1.pgdg+1_all.deb
Size: 61660
SHA256: 25c59b5e3019822a786118170fbbecad5a60a6d0a27a636839455f69f9099cec
SHA1: 0167ab10836701fa0b55b10e2e0a7d5df0f7f951
MD5sum: e585d0ac4343865084660034e64b68f4
Description: Salted Challenge Response Authentication Mechanism
 SCRAM (Salted Challenge Response Authentication Mechanism) is part of the
 family of Simple Authentication and Security Layer (SASL, RFC 4422)
 authentication mechanisms. It is described as part of RFC 5802 and RFC 7677.
 .
 This project aims to provide a complete clean-room implementation of SCRAM. It
 is written in Java and provided in a modular, re-usable way, independent of
 other software or programs.
Timestamp: 2025-02-10 13:57:03+00

Package: libstringprep-java
Version: 2.1-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 116
Breaks: libscram-java (<< 2.0)
Multi-Arch: foreign
Homepage: https://gitlab.com/ongresinc/stringprep
Priority: optional
Section: java
Filename: pool/main/libs/libstringprep-java/libstringprep-java_2.1-1.pgdg+1_all.deb
Size: 52032
SHA256: 35f12b170c2885b7a2c8d728e7ce6791d4afbc12d6a8c61c976544185f5705be
SHA1: e559bc566e74ff1b7a7c742ca8b22375b3762918
MD5sum: ffc0a1d7cd93ec76c2a9e48b8799c4e4
Description: Stringprep (RFC 3454) Java implementation
 This project implements the RFC 3454 Preparation of Internationalized Strings
 ("stringprep") in pure Java.
Timestamp: 2025-02-10 13:57:03+00

Package: postgresql-10-http
Source: pgsql-http
Version: 1.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: postgresql-10, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-10-http_1.6.3-1.pgdg+1_arm64.deb
Size: 18816
SHA256: 9ccf9150eb42a502bfe10cdd244df8bad69fa1f4e1ed795837bf37a81be24c76
SHA1: c3b37a6290c3541575f3c091f2b4f45f30a237f8
MD5sum: f1ade15f3df2f2839eab1f5403463165
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2025-02-10 13:57:03+00

Package: postgresql-10-http-dbgsym
Source: pgsql-http
Version: 1.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-10-http (= 1.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-10-http-dbgsym_1.6.3-1.pgdg+1_arm64.deb
Size: 55304
SHA256: bca9f74055185b6941d14133b3b37858e826bb2aecd59a0afe4a7b9d816256b3
SHA1: 2b8f923803ffb6ce04b4666c4462f4e0c1de31df
MD5sum: a33a428d76a210a9152213edce6dc68d
Description: debug symbols for postgresql-10-http
Build-Ids: 213f34f8f81bd686e3d610bd61f7fc471d8cc6ef
Timestamp: 2025-02-10 13:57:03+00

Package: postgresql-11-http
Source: pgsql-http
Version: 1.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: postgresql-11, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-11-http_1.6.3-1.pgdg+1_arm64.deb
Size: 18796
SHA256: 0455efa7ab5cae67176d2a2c66314d065ff3855241f4d354357073ec6cf8adef
SHA1: b28c776e98f1de686d7d8d49cdb0549641e56aa4
MD5sum: aac9db4543239be9b810457a178e122a
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2025-02-10 13:57:03+00

Package: postgresql-11-http-dbgsym
Source: pgsql-http
Version: 1.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-11-http (= 1.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-11-http-dbgsym_1.6.3-1.pgdg+1_arm64.deb
Size: 54364
SHA256: cb5d0927f4fd4e887e39f88fe72e36e59a53859900baa602f9a3a57d47767344
SHA1: 8323e1e009ef1d4d58d171bd3cece057b7f1ceba
MD5sum: 7a61b10a8e02c93836555a3dbb0519f9
Description: debug symbols for postgresql-11-http
Build-Ids: 6279d3b6f4c10290603077a8926d6b68d96f8800
Timestamp: 2025-02-10 13:57:03+00

Package: postgresql-12-h3
Source: h3-pg
Version: 4.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 458
Depends: postgresql-12, libc6 (>= 2.17), libh3-1 (>= 4.2.0)
Homepage: https://github.com/zachasme/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-12-h3_4.2.2-1.pgdg+1_arm64.deb
Size: 51924
SHA256: 9be1d5ddae4f71113ee71f477e68181b1c1e9dbbd53ebbe0db91fea9eada2fb7
SHA1: a0d6cca929bdc874774f18ca4f4a3bf804f65330
MD5sum: 73475e1b707d153db0fd26045935c02c
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 12 extension.
Timestamp: 2025-02-10 13:57:03+00

Package: postgresql-12-h3-dbgsym
Source: h3-pg
Version: 4.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-12-h3 (= 4.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-12-h3-dbgsym_4.2.2-1.pgdg+1_arm64.deb
Size: 111856
SHA256: d697cfec3d5e36003cfc5359cb53943e17f7b128570de1dfb0a47e0ac31210a3
SHA1: d26032b8e887821366a1c835d42180b355bcf213
MD5sum: 4174e6e2b09df29ee76e5cf2a7e8f358
Description: debug symbols for postgresql-12-h3
Build-Ids: 4ae4b3508158b4c3adfb89aa9e5719166aced546 4eabb3c004fa3f9f1e75e7ffc23636d2e58f5500
Timestamp: 2025-02-10 13:57:03+00

Package: postgresql-12-http
Source: pgsql-http
Version: 1.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-12-http_1.6.3-1.pgdg+1_arm64.deb
Size: 43248
SHA256: c6bbdc083a13cd6871027c344b606f1341c9a99e6ab62bf33ebf247239f7a7c4
SHA1: 162e20838b1df26e5c313f17fc7e205e7b37bda1
MD5sum: 0c72f6bbde0d190343c36083a49a6c34
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2025-02-10 13:57:03+00

Package: postgresql-12-http-dbgsym
Source: pgsql-http
Version: 1.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-12-http (= 1.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-12-http-dbgsym_1.6.3-1.pgdg+1_arm64.deb
Size: 56068
SHA256: 6b74786c73135110d084993ca1fe6163beed9246c69316ea1f80913575f1ed16
SHA1: 6bba028c666c285a13d91680c330c822f1e74ec6
MD5sum: 806ec2036c4305726dce2f3feb0ddff3
Description: debug symbols for postgresql-12-http
Build-Ids: 93cf53790a14d852e727dee419572a49ed74c2d5
Timestamp: 2025-02-10 13:57:03+00

Package: postgresql-13-h3
Source: h3-pg
Version: 4.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 458
Depends: postgresql-13, libc6 (>= 2.17), libh3-1 (>= 4.2.0)
Homepage: https://github.com/zachasme/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-13-h3_4.2.2-1.pgdg+1_arm64.deb
Size: 51932
SHA256: 4a4d46e5c38d2f69acef0b3309690065e0a4c7b48129d553628055a2a86d188c
SHA1: e9b221e5dd4f0adb254ab47409f9437b4a256866
MD5sum: 29f5fe93f053ce7d8babc4857960183f
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 13 extension.
Timestamp: 2025-02-10 13:57:03+00

Package: postgresql-13-h3-dbgsym
Source: h3-pg
Version: 4.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-13-h3 (= 4.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-13-h3-dbgsym_4.2.2-1.pgdg+1_arm64.deb
Size: 107420
SHA256: dd86cdf1edb58631e62ccfc2a57fcdf9168454c5f23d6ebbdb69e4c1ca2f4960
SHA1: bd3b4f295e4d70f132f6e17de3b1d4728d3397a1
MD5sum: 97bdc6cbb396f79f7a95b3bf80d99bec
Description: debug symbols for postgresql-13-h3
Build-Ids: d0c2eed8aca9ad1619f3e6cefbe90e19cfe6e329 f98c2c8af2174e00a2611baba80f3cac13d41dea
Timestamp: 2025-02-10 13:57:03+00

Package: postgresql-13-http
Source: pgsql-http
Version: 1.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-13-http_1.6.3-1.pgdg+1_arm64.deb
Size: 43540
SHA256: dd1d3f4e86dd49948b6b34fc64e664362fc02edfa907efa3eb9ea4db2a8fb2f8
SHA1: fb134de54a1987e966f8e9303b241abea4ab79af
MD5sum: e6e57076099d3a8fefc0a2ec4aef28be
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2025-02-10 13:57:03+00

Package: postgresql-13-http-dbgsym
Source: pgsql-http
Version: 1.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-13-http (= 1.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-13-http-dbgsym_1.6.3-1.pgdg+1_arm64.deb
Size: 57252
SHA256: a7df253dd1905cfe4c92883c7b1e3c139f9d28f8ca8fa31f8e0b7761ec6a6d8d
SHA1: 85d4b09f9f6a05218cbc27835b393f00432b72ef
MD5sum: 3c8ec1df0689b01624020d4f62a0fae0
Description: debug symbols for postgresql-13-http
Build-Ids: 63e6f57c793785bf45bb15e8be43d8f3901ac4a4
Timestamp: 2025-02-10 13:57:03+00

Package: postgresql-14-h3
Source: h3-pg
Version: 4.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 458
Depends: postgresql-14, libc6 (>= 2.17), libh3-1 (>= 4.2.0)
Homepage: https://github.com/zachasme/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-14-h3_4.2.2-1.pgdg+1_arm64.deb
Size: 51464
SHA256: 4a0c3b02cb660972c7850ebd2ef8445ce090fcedb064f625f4fc85f183f819e0
SHA1: 0bbb175e658c090b712c3e4b62f77585e0501a0a
MD5sum: de7dbae6fc0627bed125547f3502e7d6
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 14 extension.
Timestamp: 2025-02-10 13:57:03+00

Package: postgresql-14-h3-dbgsym
Source: h3-pg
Version: 4.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 173
Depends: postgresql-14-h3 (= 4.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-14-h3-dbgsym_4.2.2-1.pgdg+1_arm64.deb
Size: 105328
SHA256: 748cc8ba16b1fe10b0ed29ec137b226110568d9695d5e55874dc2e47280b9121
SHA1: 877d69288a35b37e9b3fa081a624ad1ec9ea1ff1
MD5sum: 6ecb9211fb58548a2aed11cdae9a6352
Description: debug symbols for postgresql-14-h3
Build-Ids: 36df38c8055166fe27adbc860dec208a9e72c6d4 77ea5617833b73af47cc4ae588ab11f231f824d9
Timestamp: 2025-02-10 13:57:03+00

Package: postgresql-14-http
Source: pgsql-http
Version: 1.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-14-http_1.6.3-1.pgdg+1_arm64.deb
Size: 43672
SHA256: 217ca483143386469ba996d0efe4def54376942b051ff67a20f39b9116f038a7
SHA1: 09a045d6e660845eea4189f78e62cb77c58300b4
MD5sum: 3f7d264271eab35ec453e4345857170a
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2025-02-10 13:57:03+00

Package: postgresql-14-http-dbgsym
Source: pgsql-http
Version: 1.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-14-http (= 1.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-14-http-dbgsym_1.6.3-1.pgdg+1_arm64.deb
Size: 58640
SHA256: 39cc1ebc6e04b86651e0459dc476243a8cb1f6cfb69ca2811108625eb8f89d8e
SHA1: 213cdfd92479cf0d67f56fd1d3caf86d864db696
MD5sum: f1bc818e2c9a3c77a9de2c9f2eb3a147
Description: debug symbols for postgresql-14-http
Build-Ids: d9d862a7291f177a63dff9d126d7e6cf9eb56fdd
Timestamp: 2025-02-10 13:57:03+00

Package: postgresql-15-h3
Source: h3-pg
Version: 4.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 458
Depends: postgresql-15, libc6 (>= 2.17), libh3-1 (>= 4.2.0)
Homepage: https://github.com/zachasme/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-15-h3_4.2.2-1.pgdg+1_arm64.deb
Size: 51460
SHA256: f69f82f08e439560fcce14795a8909639ad7d82f7b66aca3379c47961577fc5f
SHA1: 816b0d9cebf69f90f53f47ab03aed739067c4686
MD5sum: 7f4cf96575f4ed3422e5fd98939d8443
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 15 extension.
Timestamp: 2025-02-10 13:57:03+00

Package: postgresql-15-h3-dbgsym
Source: h3-pg
Version: 4.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 174
Depends: postgresql-15-h3 (= 4.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-15-h3-dbgsym_4.2.2-1.pgdg+1_arm64.deb
Size: 105668
SHA256: 99eeb97f00af28e16da46ca8555cb7f5fd5c7d3eee1646eb751c803410cfdfd4
SHA1: 1fd5d5ec3c2e176621cbfbf23a4217eace558474
MD5sum: d3deaab11756ee42524aeb691875346d
Description: debug symbols for postgresql-15-h3
Build-Ids: 8ad4d1059ecbc7b2e3166193830951efe773f1d7 f6804dfef4426557c6ad298b91961964bab6f5b6
Timestamp: 2025-02-10 13:57:03+00

Package: postgresql-15-http
Source: pgsql-http
Version: 1.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-15-http_1.6.3-1.pgdg+1_arm64.deb
Size: 43668
SHA256: 8973f53a7f561e29decc76cab2a805cb6d2c404b78a2756373db8ea32fc5e715
SHA1: 3836bfc6ba297e4de5f1e5a5b3f266670ccb15d1
MD5sum: a2418fc7bda434ebf6b85eca26d5db4f
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2025-02-10 13:57:03+00

Package: postgresql-15-http-dbgsym
Source: pgsql-http
Version: 1.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-15-http (= 1.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-15-http-dbgsym_1.6.3-1.pgdg+1_arm64.deb
Size: 58952
SHA256: 6f9eef2d13fc22f71cb0d2b23c1beba5ddd8ea76a8c71c110273ba05b5242465
SHA1: fc28cfab35d7a1c078b2f96f72245c2ce32bf291
MD5sum: 071297fbd29b48821ca4bfbab5a9f514
Description: debug symbols for postgresql-15-http
Build-Ids: 0c542832b34a4e72c973ba3b823b8462c760a9cb
Timestamp: 2025-02-10 13:57:03+00

Package: postgresql-16-h3-dbgsym
Source: h3-pg
Version: 4.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 178
Depends: postgresql-16-h3 (= 4.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-16-h3-dbgsym_4.2.2-1.pgdg+1_arm64.deb
Size: 111136
SHA256: 756d781fb08258a99d8c59f703898d5829a706095a1c80897c7d55ab2c9b9d44
SHA1: 324c7f252bb62c5c19af4c55f1f556c8e9518565
MD5sum: d80bd6709371dfd12e267b0100608c2c
Description: debug symbols for postgresql-16-h3
Build-Ids: 00fdaff9e1e2480f388ba0170aa5d3ec0684d118 3efd938293b57c7237076c46d418630ffad8d6a2
Timestamp: 2025-02-10 13:57:03+00

Package: postgresql-16-http
Source: pgsql-http
Version: 1.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-16-http_1.6.3-1.pgdg+1_arm64.deb
Size: 43200
SHA256: 97293ecf40879f1808b51987127dfc627ec3f7c92d52e16e38eb694c599656bf
SHA1: abcf16caeefb7e04474db8f452717ff479b938cd
MD5sum: 696cebb76cfe90f1bcad639245ac1bcf
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2025-02-10 13:57:03+00

Package: postgresql-16-http-dbgsym
Source: pgsql-http
Version: 1.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-16-http (= 1.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-16-http-dbgsym_1.6.3-1.pgdg+1_arm64.deb
Size: 60108
SHA256: 4950a6d0798dac81ddc1da7f4f5bd8bc6142fd26ef08ce991dd8fbb0b00d872c
SHA1: 0301aef1e877aa8fcf2f6a37c2bfb90f0f5f49bb
MD5sum: d5648578b31d996f6d584b071d2232de
Description: debug symbols for postgresql-16-http
Build-Ids: 5e205c0ffa0c09120d938ad4bee6471b0bfd9951
Timestamp: 2025-02-10 13:57:03+00

Package: postgresql-17-h3
Source: h3-pg
Version: 4.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 458
Depends: postgresql-17, libc6 (>= 2.17), libh3-1 (>= 4.2.0)
Homepage: https://github.com/zachasme/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-17-h3_4.2.2-1.pgdg+1_arm64.deb
Size: 51652
SHA256: 37751daaff8e6d0b4420e0f53f5116d78dc8ffe14877f1d26f3ac24e9703ad2e
SHA1: a7dc19df5d9c57e59abdd46e907707a14dfdc4a1
MD5sum: 877b4d25d2519e6ea4f4f269c80c474c
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 17 extension.
Timestamp: 2025-02-10 13:57:03+00

Package: postgresql-17-h3-dbgsym
Source: h3-pg
Version: 4.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-17-h3 (= 4.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-17-h3-dbgsym_4.2.2-1.pgdg+1_arm64.deb
Size: 112116
SHA256: cf05775c062c580c7ed80e555fa3d93182b79011916d1dc6d2ccefdd6c6fef82
SHA1: 0e7c43e69563381bdbba65c66ba684e408827389
MD5sum: 963ce5703c6a42bd3982dcb34aab24b7
Description: debug symbols for postgresql-17-h3
Build-Ids: 55951d125e7da30b59dd0f647d45266d31079e92 60c1a1133536c3155245c50a8a33cde5483d771a
Timestamp: 2025-02-10 13:57:03+00

Package: postgresql-17-http
Source: pgsql-http
Version: 1.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-17-http_1.6.3-1.pgdg+1_arm64.deb
Size: 43216
SHA256: 2ad7cc2c593402c993051e8e81d038c988dc4c287c57fa84383244ec09b9d8f6
SHA1: 5e56fcd07314e944538622bb36da7c852e4ab6af
MD5sum: 526994fc5737ebebb4f971e823801472
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2025-02-10 13:57:03+00

Package: postgresql-17-http-dbgsym
Source: pgsql-http
Version: 1.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 78
Depends: postgresql-17-http (= 1.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-17-http-dbgsym_1.6.3-1.pgdg+1_arm64.deb
Size: 61032
SHA256: e01d7d3fe8a23e5796c10df964d44c4b5bbc6fb3c31ffa8a15efabfea860b58e
SHA1: 29d5150bfe10f077ca87e7e28d091743dba4d925
MD5sum: 1f1fa5e01440715bdd091fd3b0318e8a
Description: debug symbols for postgresql-17-http
Build-Ids: 291dafdc5ceacb687d9882f25bc0cfc387006fa5
Timestamp: 2025-02-10 13:57:03+00

Package: vip-manager2
Version: 3.0.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14771
Depends: libc6 (>= 2.34)
Enhances: patroni
Conflicts: vip-manager
Replaces: vip-manager
Built-Using: etcd (= 3.5.16-3), golang-1.23 (= 1.23.5-1), golang-fsnotify (= 1.8.0-1), golang-github-coreos-go-systemd (= 22.5.0-1), golang-github-coreos-semver (= 0.3.0-1), golang-github-golang-protobuf-1-5 (= 1.5.4-1), golang-github-hashicorp-hcl (= 1.0.0-1.1), golang-github-josharian-native (= 1.1.0-1), golang-github-magiconair-properties (= 1.8.7-1), golang-github-mdlayher-arp (= 0.0~git20220512.6706a29-1), golang-github-mdlayher-ethernet (= 0.0~git20220221.529eae5-1), golang-github-mdlayher-packet (= 1.1.2-2), golang-github-mdlayher-socket (= 0.5.1-1), golang-github-mitchellh-mapstructure (= 1.5.0+git20231216.8508981-1), golang-github-pelletier-go-toml.v2 (= 2.2.1-1), golang-github-spf13-afero (= 1.11.0-1), golang-github-spf13-cast (= 1.6.0-2), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-2), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-github-spf13-viper (= 1.12.0-1), golang-github-subosito-gotenv (= 1.3.0-1), golang-go.uber-atomic (= 1.11.0-1), golang-go.uber-multierr (= 1.6.0-1), golang-go.uber-zap (= 1.26.0-1), golang-gogoprotobuf (= 1.3.2-3), golang-golang-x-net (= 1:0.27.0-1), golang-golang-x-sync (= 0.7.0-1), golang-golang-x-sys (= 0.22.0-1), golang-golang-x-text (= 0.16.0-1), golang-google-genproto (= 0.0~git20210726.e7812ac-4), golang-google-grpc (= 1.64.0-6), golang-google-protobuf (= 1.33.0-1), golang-gopkg-ini.v1 (= 1.67.0-1), golang-gopkg-yaml.v3 (= 3.0.1-3)
Homepage: https://github.com/cybertec-postgresql/vip-manager
Priority: optional
Section: net
Filename: pool/main/v/vip-manager2/vip-manager2_3.0.0-2.pgdg+1_arm64.deb
Size: 3768236
SHA256: a12bd8ed650eaab6193982fc304901f00f6593fdd19cd3173488e657993e0e2d
SHA1: f2c1e19ea9444c1d2712e6d4f50dec05a9f1bac1
MD5sum: 7a5c5e0ba60ab5131a8851dc434dae0f
Description: Patroni virtual IP manager
 This package needs to be installed and configured on all nodes of a Patroni
 PostgreSQL cluster. Given a Patroni namespace and scope in etcd or consul,
 the vip-manager service monitors that namespace for leader changes due to
 failovers or switchovers and adds or removes the VIP on the local node
 accordingly.
 .
 This package works only with version 3 of the etcd API.
Timestamp: 2025-02-10 13:57:03+00

Package: vip-manager2-dbgsym
Source: vip-manager2
Version: 3.0.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20646
Depends: vip-manager2 (= 3.0.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/v/vip-manager2/vip-manager2-dbgsym_3.0.0-2.pgdg+1_arm64.deb
Size: 4757820
SHA256: 53638962237755fc2cdca0372d5fb7f8dcf79fc3fe4a8df7848306968feb2deb
SHA1: 8c380a5116001205bd0d274f98ffe6da5f29fd56
MD5sum: 4a0452f25769a06cb8b94604048aa693
Description: debug symbols for vip-manager2
Build-Ids: 9acb24019b16b95a85a3c417e970e3f0bdda547f
Timestamp: 2025-02-10 13:57:03+00

Package: postgresql-12-plpgsql-check
Source: plpgsql-check
Version: 2.7.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 736
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check_2.7.15-1.pgdg+1_arm64.deb
Size: 297172
SHA256: 962d9d64e4b244ea4ec16d01c24cf1eb1b34e65f12b24c9d2aa91b8a22620e65
SHA1: 1c7e00694127bba5e22229f699dfdd3e8c3edf1e
MD5sum: 6cc0b7a4a57fd570eab14e4fb4a9dc5c
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-02-11 20:20:36+00

Package: postgresql-12-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 300
Depends: postgresql-12-plpgsql-check (= 2.7.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-12-plpgsql-check-dbgsym_2.7.15-1.pgdg+1_arm64.deb
Size: 267240
SHA256: ed4096cf22eb7bb40b839a585b3bc9f48ca149a3ec9bb664fb2833cb15550b6f
SHA1: 432fa152244f52f215d0eacdc028962d10df1312
MD5sum: e847fd16f5e54d4fed64cf5f5c600314
Description: debug symbols for postgresql-12-plpgsql-check
Build-Ids: 0d4868657aaadeb674b52885a4ee0985dc9249c9
Timestamp: 2025-02-11 20:20:36+00

Package: postgresql-13-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-13-pg-wait-sampling_1.1.7-1.pgdg+1_arm64.deb
Size: 38992
SHA256: f9013e3c10f6190ad5aeeb70f8d0f85db0f29cb2c02ac7c8a03781536d139d58
SHA1: 997c4be04a43dda8a2b4fad45ebc7925f91ee338
MD5sum: 392515ebebe349dd1255c3c3bd83b607
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2025-02-11 20:20:36+00

Package: postgresql-13-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-13-pg-wait-sampling (= 1.1.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-13-pg-wait-sampling-dbgsym_1.1.7-1.pgdg+1_arm64.deb
Size: 52248
SHA256: c290d06c06881a1bc0492f069bf30280700c021df278a4a45b4c4ef3cb2275a4
SHA1: 5ad64847a4337c1aedbd6f9f0fb6a9a5f3611ba8
MD5sum: 80d90dc7bf7e5b4567b1bfbed65ee66b
Description: debug symbols for postgresql-13-pg-wait-sampling
Build-Ids: 4d14054dc6f51a69cf3d648a2a9dd85417fa989d
Timestamp: 2025-02-11 20:20:36+00

Package: postgresql-13-plpgsql-check
Source: plpgsql-check
Version: 2.7.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 740
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check_2.7.15-1.pgdg+1_arm64.deb
Size: 301684
SHA256: bcc776125fe7325b7d42ea34bea5d336fc1849583eef3ea82686cc55835b7970
SHA1: 253f81abd789b4a2f38638fe50c7badc2d2e419b
MD5sum: 21fd7ee9c0b8820dbc2637da21c524d1
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-02-11 20:20:36+00

Package: postgresql-13-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 324
Depends: postgresql-13-plpgsql-check (= 2.7.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-13-plpgsql-check-dbgsym_2.7.15-1.pgdg+1_arm64.deb
Size: 290268
SHA256: b8323a64aea20b7c5870ef1ffbf5ed1273393e37aeed30305f3f66c6773548a2
SHA1: afb82d6d6b3d5971ac12eb3d8d1cb25654a82281
MD5sum: 049c5b10c95f9f04d23e4dcaede09396
Description: debug symbols for postgresql-13-plpgsql-check
Build-Ids: d532570512dafd6328c18caed767058db0144b38
Timestamp: 2025-02-11 20:20:36+00

Package: postgresql-14-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-14-pg-wait-sampling_1.1.7-1.pgdg+1_arm64.deb
Size: 39232
SHA256: 594f22a0bbecc03c7fb01c4ccb14c83058a286c99af35dc9b7de546c948de16a
SHA1: f8c5c789b4cafbd9a88246153f2704b129fca729
MD5sum: f2521bd21daf1af7bb4ef34c5feceffc
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2025-02-11 20:20:36+00

Package: postgresql-14-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-14-pg-wait-sampling (= 1.1.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-14-pg-wait-sampling-dbgsym_1.1.7-1.pgdg+1_arm64.deb
Size: 53220
SHA256: 94fe3b9e6bf19a95e804d23bd6eb6175ee5fe5203398813924d5fc170d9621d3
SHA1: 74a70510084b085afef56386b67890893f7aff53
MD5sum: 8237068dae1e97df160a007c8d3e59db
Description: debug symbols for postgresql-14-pg-wait-sampling
Build-Ids: 13d733c5383a7e3a236bc0c0755857e8f675a5b7
Timestamp: 2025-02-11 20:20:36+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.7.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 750
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.7.15-1.pgdg+1_arm64.deb
Size: 306020
SHA256: 04c8fd8ab9a234bf2e82c2bb58f50500a8673c5eaebadc9c6c4aa4278176e3f7
SHA1: 9b88771d3d5499fafea42eca329977457c26ff3e
MD5sum: 9872cad3cfd5329cc50ab7feabd64081
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-02-11 20:20:36+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 330
Depends: postgresql-14-plpgsql-check (= 2.7.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.7.15-1.pgdg+1_arm64.deb
Size: 296792
SHA256: 2d32c0a937aefc85f5a8f6bbaf03ab1b93bbf1d3fb964862c9e9c6c4d6a5a2f7
SHA1: 41f9548396dcc90005ca165420d1f2ea784a2f26
MD5sum: dc3d994b68eba46e4ad6400827242837
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: 412fd2bec52efd80b9f676b60a827dc55c70a017
Timestamp: 2025-02-11 20:20:36+00

Package: postgresql-14-timescaledb
Source: timescaledb
Version: 2.18.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12960
Depends: postgresql-14, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-14-timescaledb_2.18.1+dfsg-1.pgdg+1_arm64.deb
Size: 365068
SHA256: d71420f7662763ec2e8498e24ea434192fa0b71e792913ad914d9aa485ffd5c5
SHA1: 9470925b20c64cb7f2dbe166b88dc67695d138a7
MD5sum: ff7a061434fac44e0dad1350e1e1b8d7
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-02-11 20:20:36+00

Package: postgresql-14-timescaledb-dbgsym
Source: timescaledb
Version: 2.18.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1235
Depends: postgresql-14-timescaledb (= 2.18.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-14-timescaledb-dbgsym_2.18.1+dfsg-1.pgdg+1_arm64.deb
Size: 1112672
SHA256: 3e058282a083b1daf7d0e8ab184689b535384a81f33304ee6fc74fff4a7a5d1e
SHA1: 3891928b4bd752b6b0206ea496c9c932da823a8c
MD5sum: 8a2aa04d027de614fb5547ffc0058dc8
Description: debug symbols for postgresql-14-timescaledb
Build-Ids: 2c8a88637477f3a418fc643e06e6d68f799d040c 3567d6c99f49507420af74c22845a5e5820b2629
Timestamp: 2025-02-11 20:20:36+00

Package: postgresql-15-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 137
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-15-pg-wait-sampling_1.1.7-1.pgdg+1_arm64.deb
Size: 39588
SHA256: 99551a3ce06eaaf84b87758a754290cf0f51ff03b6a9d785b6e08361e4addb3c
SHA1: a75c27ae316e0180d6d5064fa68ba4e06b820e95
MD5sum: 64aa894052b2e6e18e3bc19d6d2b9b7c
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2025-02-11 20:20:36+00

Package: postgresql-15-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-15-pg-wait-sampling (= 1.1.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-15-pg-wait-sampling-dbgsym_1.1.7-1.pgdg+1_arm64.deb
Size: 53760
SHA256: 0f0f475af457443a1eb35f6211519ff7e1a8c491e110b0f58ba1431dacf4a078
SHA1: 3631b5665568ec1a32bcf6981231f4f0e2d2725f
MD5sum: cf4f12b3088a316dca8b11062ebeea9f
Description: debug symbols for postgresql-15-pg-wait-sampling
Build-Ids: aff886b4f53c0861a9aeb364e3aaa97652168b57
Timestamp: 2025-02-11 20:20:36+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.7.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 751
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.7.15-1.pgdg+1_arm64.deb
Size: 306108
SHA256: 0020a55057619143ff6fdd7a159201076e717a37d69e1c4d72b6e17e03dbfe0a
SHA1: fd41f5d05d4def915f88f1a849b25966406b1e7a
MD5sum: 646c0bcf9007fbe6f6cce16dec7da5cd
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-02-11 20:20:36+00

Package: postgresql-15-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 363
Depends: postgresql-15-plpgsql-check (= 2.7.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.7.15-1.pgdg+1_arm64.deb
Size: 328736
SHA256: 803db413b7eab2dc7d543e01c49ada3e157ae88204ac5452ec012462d8a2de2f
SHA1: 9e3e02a45536f59c24d6d62c4f734e1f359604ab
MD5sum: c7e61019ed08996bccdc6902774688d2
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: 4f9e6d9a5440ac13693e513e85b6ac26d54c287b
Timestamp: 2025-02-11 20:20:36+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.18.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12960
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.18.1+dfsg-1.pgdg+1_arm64.deb
Size: 367972
SHA256: ecb2beb35abac42a78c8357b7cb8f76dc581262b45d7e4bbd9cf839ed5e8adcb
SHA1: 3e6e726c59094327888cadfbf6c59859d80f4d49
MD5sum: d1a023a088d06ae5e8c9640e7e3ee63a
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-02-11 20:20:36+00

Package: postgresql-15-timescaledb-dbgsym
Source: timescaledb
Version: 2.18.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1218
Depends: postgresql-15-timescaledb (= 2.18.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.18.1+dfsg-1.pgdg+1_arm64.deb
Size: 1096792
SHA256: 23e2d34d780fcc541851eb754e3c3792810888f38efda84de193fa12fa4384a5
SHA1: 33c46ad12b3aee3fd311e17749167f71eb768e59
MD5sum: 3dd6943e08f249d1fbf0142a8ed49aec
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: 23b538e010f85e85414c855e2239a7bcbadd79b1 a5d7ad372423b3a484ee0414cbd25e409a58ed2a
Timestamp: 2025-02-11 20:20:36+00

Package: postgresql-16-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-16-pg-wait-sampling_1.1.7-1.pgdg+1_arm64.deb
Size: 39084
SHA256: 46da48c4c7eeaf1e1b49a6e41cdbbb81e53b973c83bf0cab85e59860c9ba698d
SHA1: 8ffbc0e404bb61edc90c7b221b87ef2a7976b9c5
MD5sum: 4281eb39e726869121bc31c801407f18
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2025-02-11 20:20:36+00

Package: postgresql-16-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-16-pg-wait-sampling (= 1.1.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-16-pg-wait-sampling-dbgsym_1.1.7-1.pgdg+1_arm64.deb
Size: 55464
SHA256: e2c826b406eafe4328e4e60fe491592ac104456383338269ab3fb8fd65149279
SHA1: e698282c3cbeee124c55dbb8741e48081ae93806
MD5sum: 794c7a5a27d081b50aa7bf5bdb0fa073
Description: debug symbols for postgresql-16-pg-wait-sampling
Build-Ids: beb733e2a26e363ccbf0ea8e14f63becaee26077
Timestamp: 2025-02-11 20:20:36+00

Package: postgresql-16-plpgsql-check
Source: plpgsql-check
Version: 2.7.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 748
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check_2.7.15-1.pgdg+1_arm64.deb
Size: 301164
SHA256: bc1f2e2576d625ad4361607198adf71757dbd99b11b40bbf15df9a6bb1ea038c
SHA1: 032dd4a4d1f9ac5324f02e238ca677da0639cc00
MD5sum: d2105a5ff52a7a7018f201f294007609
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-02-11 20:20:36+00

Package: postgresql-16-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 371
Depends: postgresql-16-plpgsql-check (= 2.7.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check-dbgsym_2.7.15-1.pgdg+1_arm64.deb
Size: 336616
SHA256: a09006ab07658777f2dc9ae1078d534e76fa3e89c2f8afc0c5756715aac0f0e2
SHA1: 0be783ecaa2e75d1cd87d5701f489db90a83d1bc
MD5sum: f39b4f9dcce64f22ff5c6f8158a3091b
Description: debug symbols for postgresql-16-plpgsql-check
Build-Ids: 476d29b29594631cece2ffdede1cea2aefce08f3
Timestamp: 2025-02-11 20:20:36+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.18.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12960
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.18.1+dfsg-1.pgdg+1_arm64.deb
Size: 367084
SHA256: 30c5cc7a507d416ff0abdce4053f15d0ffa4a7e54ee8695efc544dd5921db64f
SHA1: 3207f5e52c5e498b2f778a31f6400cb55a780ff0
MD5sum: 79008b55ae7fe2e0141d3a906728bb14
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-02-11 20:20:36+00

Package: postgresql-16-timescaledb-dbgsym
Source: timescaledb
Version: 2.18.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1269
Depends: postgresql-16-timescaledb (= 2.18.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.18.1+dfsg-1.pgdg+1_arm64.deb
Size: 1150132
SHA256: b2aaad7895cdb5fba39daee97d51634a6f5d5dbb56a45ecea79c67f5b747d0f1
SHA1: 475cb19859f7b016538e8583f6acd7a2717b5c29
MD5sum: 4425ee24183ccfcc0864bc3c03bda582
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: b0b242c2245225260d2255567b2da574c4cde0ad f12932d99083f4966249e25b917b8cca2669c393
Timestamp: 2025-02-11 20:20:36+00

Package: postgresql-17-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-17-pg-wait-sampling_1.1.7-1.pgdg+1_arm64.deb
Size: 39232
SHA256: ecc24a485f27887ffce615cfab1fa254d50d478e1c0463b8faacd25bb6aafc1d
SHA1: 985313577e0c000e5d1bc4274f9e6fc826dde013
MD5sum: e4af244e1714b433d157d8f36d95381d
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2025-02-11 20:20:36+00

Package: postgresql-17-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-17-pg-wait-sampling (= 1.1.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-17-pg-wait-sampling-dbgsym_1.1.7-1.pgdg+1_arm64.deb
Size: 56392
SHA256: c0c5ebc35cd230d46de4b5f4842285bdaa7efb7e732fd3f02a16fba751907e9a
SHA1: 6b89041ab0f8500e6172db49ca8360cbb4995845
MD5sum: 4db798d72cc725232f7cdafdd17f6010
Description: debug symbols for postgresql-17-pg-wait-sampling
Build-Ids: 0a0014439ccfcf532cb2d9f24ea9c159706d0284
Timestamp: 2025-02-11 20:20:36+00

Package: postgresql-17-plpgsql-check
Source: plpgsql-check
Version: 2.7.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 747
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check_2.7.15-1.pgdg+1_arm64.deb
Size: 301160
SHA256: 42089be4cee74df5cc9224773ed8087cfa79dc620fe43ae6faa2233d53f1a496
SHA1: 25e6288824bf8fb6552bea8b009c72132abf2a64
MD5sum: df7a9698644ad4150e1cc20049e99460
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-02-11 20:20:36+00

Package: postgresql-17-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.7.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 389
Depends: postgresql-17-plpgsql-check (= 2.7.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check-dbgsym_2.7.15-1.pgdg+1_arm64.deb
Size: 354084
SHA256: 648f203acd0d8ace59010ecadd1297d97813e2ee5ab7ed1f7d04ba5abbe4ac1a
SHA1: 786bd68fd2c48a0fe41477bbd1b6b3a309d0a7b6
MD5sum: 1d5929458ac7f67a2676d98fa31ebbdf
Description: debug symbols for postgresql-17-plpgsql-check
Build-Ids: 48ad0fac858540cdd75847fa15e9e2e721534423
Timestamp: 2025-02-11 20:20:36+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.18.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12960
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.18.1+dfsg-1.pgdg+1_arm64.deb
Size: 367708
SHA256: a01fb4532ce3189e09328d6dc0217ae10fcd4f53a5e72882c8f923e062e96b74
SHA1: 9e3c9ab7560118cbe75fb2b60e0e2881fdde1d40
MD5sum: 42ea2d389fe625bcc09f0a49cb49f90f
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-02-11 20:20:36+00

Package: postgresql-17-timescaledb-dbgsym
Source: timescaledb
Version: 2.18.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1279
Depends: postgresql-17-timescaledb (= 2.18.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.18.1+dfsg-1.pgdg+1_arm64.deb
Size: 1161596
SHA256: c2a19511928004830440660bbf80509324ad9ccf0656fe0caa05342af1dbfe12
SHA1: 761069a101d17985eaf78f2f9551fdd88df8f92c
MD5sum: 7908f6ccbacd6b8de2fb551ef574a159
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: 4ba3f4f384e4fdf44646abfd4cd5736dc04780dd 6438aefcbe5a891330ae07216a1d32e7761de9c5
Timestamp: 2025-02-11 20:20:36+00

Package: python3-pglast
Source: pglast
Version: 7.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2008
Depends: python3 (<< 3.14), python3 (>= 3.12~), python3-pkg-resources, python3:any, libc6 (>= 2.17), libpg-query1706.0
Suggests: python-pglast-doc
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: python
Filename: pool/main/p/pglast/python3-pglast_7.3-1.pgdg+1_arm64.deb
Size: 393000
SHA256: c1531596fee7dffed0dc644e68410fb56139b723d2effbe0e7775df06fc0c4d2
SHA1: ac3d9495c19dcc8e8b59bc752057b22b188bc438
MD5sum: 9fbf1c5b1830be4d290ebea9fd108e6e
Description: PostgreSQL Languages AST and statements prettifier (Python 3)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This package installs the library for Python 3.
Timestamp: 2025-02-11 20:20:36+00

Package: python3-pglast-dbgsym
Source: pglast
Version: 7.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3419
Depends: python3-pglast (= 7.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglast/python3-pglast-dbgsym_7.3-1.pgdg+1_arm64.deb
Size: 3373752
SHA256: 4237f391538486063e71d4d732fe0eb7ed0d93a66a72cf6419e65db3391da878
SHA1: 76d78980b8f8ba51e2f687b5d2bedec98ebe81a3
MD5sum: 849b48ecc82d33fee9737ef5ad70c665
Description: debug symbols for python3-pglast
Build-Ids: 4030ddc2c53f3e86ff3a78ff0a41951f4fa418ae 522f8465068b218030cd68cc82bca0c9cf134f06
Timestamp: 2025-02-11 20:20:36+00

Package: python-pglast-doc
Source: pglast
Version: 7.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4060
Depends: libjs-sphinxdoc (>= 8.1)
Multi-Arch: foreign
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: doc
Filename: pool/main/p/pglast/python-pglast-doc_7.3-1.pgdg+1_all.deb
Size: 293592
SHA256: baa5a86e8601c5a98aab550e950a75bbe69391f9dbc212043044e60a30eff29a
SHA1: bf2e4fc28a876bacab7bb052cf6bd4119127b239
MD5sum: dcee4d122441f0f14b6db4b4ab6f7eb1
Description: PostgreSQL Languages AST and statements prettifier (common documentation)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This is the common documentation package.
Timestamp: 2025-02-11 20:20:36+00

Package: libecpg-compat3
Source: postgresql-13
Version: 13.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg-compat3_13.19-1.pgdg+1_arm64.deb
Size: 23540
SHA256: 68c7f810cfeab06776a45ae509a108c2414997762e868ce97d0f90b17b861a04
SHA1: ad15141bf850cf00a8594eb7b1530aa4f8195858
MD5sum: b1903dadca2af9cb0ef875d314bfcce5
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.
Timestamp: 2025-02-13 14:08:17+00

Package: libecpg-compat3-dbgsym
Source: postgresql-13
Version: 13.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 13.19-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-compat3-dbgsym_13.19-1.pgdg+1_arm64.deb
Size: 16904
SHA256: 5c2027b4ab0b2076e806deb0ca13a3dcaf34d80865fae2cb6e767826e314509c
SHA1: 440f61612e50f74871134a7630a07f348f2b8176
MD5sum: e652d40c87958678f64d76acf5d70bbf
Description: debug symbols for libecpg-compat3
Build-Ids: 8e26d981f5bc84c7f3d20170ef2100bbc68c8d6b
Timestamp: 2025-02-13 14:08:17+00

Package: libecpg-dev
Source: postgresql-13
Version: 13.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1523
Depends: libecpg-compat3 (= 13.19-1.pgdg+1), libecpg6 (= 13.19-1.pgdg+1), libpgtypes3 (= 13.19-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libecpg-dev_13.19-1.pgdg+1_arm64.deb
Size: 270724
SHA256: 8ef787ecd502a9322f929959e61543f080cda7c1fd9a85c56c62a22ef87f9ea4
SHA1: 6559cd97bfbf63f64918abf6ead9236dd27fb791
MD5sum: 8cb5bef672def073f199694a3f57e1f0
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).
Timestamp: 2025-02-13 14:08:17+00

Package: libecpg-dev-dbgsym
Source: postgresql-13
Version: 13.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1172
Depends: libecpg-dev (= 13.19-1.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-dev-dbgsym_13.19-1.pgdg+1_arm64.deb
Size: 247632
SHA256: 9ed858d0ec660d0f07e0311a3d1dce5a0c3fe69b423cc0990451252d4aa6ff21
SHA1: 202257cf3735b817f536a1217ba0988cab5c91ea
MD5sum: 0420f91a0556f67d6e5ea276c83aeffa
Description: debug symbols for libecpg-dev
Build-Ids: 55e2ea538aafbe0471416534b68a1603201ae183
Timestamp: 2025-02-13 14:08:17+00

Package: libecpg6
Source: postgresql-13
Version: 13.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 265
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg6_13.19-1.pgdg+1_arm64.deb
Size: 63560
SHA256: ea18efbf57c5e01c188272ecfdc16e836fb8a274f39c6eed13d3cf7aace14e61
SHA1: 34251628706ae9ae9d0a95f45f89d73ed9f0970a
MD5sum: 8b4df3ab03242783e742856e1a526fdb
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.
Timestamp: 2025-02-13 14:08:17+00

Package: libecpg6-dbgsym
Source: postgresql-13
Version: 13.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 13.19-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg6-dbgsym_13.19-1.pgdg+1_arm64.deb
Size: 113308
SHA256: 63daaf90e797f0a2c3d27c0580805840dfcf4a11273ccc56516e0bd0d8cc4f05
SHA1: 4fa475075d803f4fa6d3fb76d5756daaee2cad1d
MD5sum: 2a5eee7d020141e707e7691327632afa
Description: debug symbols for libecpg6
Build-Ids: 6e0206f472753ebc306ed6d7b84c1fa0a5e6719e
Timestamp: 2025-02-13 14:08:17+00

Package: libpgtypes3
Source: postgresql-13
Version: 13.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpgtypes3_13.19-1.pgdg+1_arm64.deb
Size: 49884
SHA256: fb8865b660ffbad6c1a9f22e86aff15b3ddada1407eb8eb10b65cecf0ac3ca10
SHA1: fbcc5949518f7438dbf7a3b57ba2ba662ad2c39e
MD5sum: d62e744a85854255974a52ab6e2152ea
Description: shared library libpgtypes for PostgreSQL 13
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-13 14:08:17+00

Package: libpgtypes3-dbgsym
Source: postgresql-13
Version: 13.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 13.19-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpgtypes3-dbgsym_13.19-1.pgdg+1_arm64.deb
Size: 88880
SHA256: bbc2456e8d969b2d75a016b3a5f34e051909997619740c2f014342951194655b
SHA1: 9738822ed940596a40bf93d470a55662bc25fef0
MD5sum: d96808c93393f72a745ac36ecdeaaac0
Description: debug symbols for libpgtypes3
Build-Ids: accabd2a3330143e270c18176d324d3548b93455
Timestamp: 2025-02-13 14:08:17+00

Package: libpq-dev
Source: postgresql-13
Version: 13.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 583
Depends: libpq5 (= 13.19-1.pgdg+1)
Suggests: postgresql-doc-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libpq-dev_13.19-1.pgdg+1_arm64.deb
Size: 144084
SHA256: 4229c8c63a6b21ba8eda432039a59c98b30c14094066c913b6d94c41c12e66e4
SHA1: b16eedd74b23335bd0054800b1e1934a86b2dc58
MD5sum: 51420ec53f90b826a972485c995943ca
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.
Timestamp: 2025-02-13 14:08:17+00

Package: libpq5
Source: postgresql-13
Version: 13.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 856
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpq5_13.19-1.pgdg+1_arm64.deb
Size: 180684
SHA256: e6829d3c92991adcf0cda9d294322f488a627178964468877d7cfdc553c71adb
SHA1: f87974d05b9229ffe4c1b64a74cb87f76087eb1e
MD5sum: 10b52a3de156ceee86e7413e390dde48
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.
Timestamp: 2025-02-13 14:08:17+00

Package: libpq5-dbgsym
Source: postgresql-13
Version: 13.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 295
Depends: libpq5 (= 13.19-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpq5-dbgsym_13.19-1.pgdg+1_arm64.deb
Size: 259940
SHA256: bb6e7f45ce503cec203e6a63e2b0e182ef5bbd08cfa402d4c218b83464a08008
SHA1: cdbff7f7d7fdef816a8f07d870b5019ba926268e
MD5sum: 62394864f54abaeaba2a0b129fdcda5b
Description: debug symbols for libpq5
Build-Ids: 073ad143d1635e767524cd207008422153102126
Timestamp: 2025-02-13 14:08:17+00

Package: libecpg-compat3
Source: postgresql-14
Version: 14.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg-compat3_14.16-1.pgdg+1_arm64.deb
Size: 21108
SHA256: 23245f66071142374be119391efb92b53d8813f2c9ef37f2541d586b7a204287
SHA1: 80d25f8450e800612cce4991430723602ea07578
MD5sum: 4395e1f5a222de819f833d3259b360b5
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.
Timestamp: 2025-02-13 14:09:35+00

Package: libecpg-compat3-dbgsym
Source: postgresql-14
Version: 14.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 14.16-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-compat3-dbgsym_14.16-1.pgdg+1_arm64.deb
Size: 16908
SHA256: 60a719365515e6c51d202e26fead4fb00b88a2d69c9021219c53029dfb8c5c9c
SHA1: 8a58cdbcd0eb67897f9b1bd59648e470b1f6069a
MD5sum: 1b711fcffc30854fb283f6a3b9b559eb
Description: debug symbols for libecpg-compat3
Build-Ids: f665ab06333b90647ea96ffb0a40d83169bb23de
Timestamp: 2025-02-13 14:09:35+00

Package: libecpg-dev
Source: postgresql-14
Version: 14.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1609
Depends: libecpg-compat3 (= 14.16-1.pgdg+1), libecpg6 (= 14.16-1.pgdg+1), libpgtypes3 (= 14.16-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libecpg-dev_14.16-1.pgdg+1_arm64.deb
Size: 276072
SHA256: 5e0f8452ce444b19700bc2615d109b6b3da9aeccb368462eeb51c420edd81205
SHA1: d50fdbe0e8bd1c69043106011de321c7614cedff
MD5sum: 54dc4ce5dc3cb4293a824a17ef115ea7
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).
Timestamp: 2025-02-13 14:09:35+00

Package: libecpg-dev-dbgsym
Source: postgresql-14
Version: 14.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1218
Depends: libecpg-dev (= 14.16-1.pgdg+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-dev-dbgsym_14.16-1.pgdg+1_arm64.deb
Size: 255908
SHA256: 7499a114172b9bc85135d2cc9752097f054bdb10f6d95a76ce8b09e677af7950
SHA1: 080c2965a33bfd026914918d7cb4b9536c0c1249
MD5sum: 2cd41cde10285ccf2ec79b5fe971a4fd
Description: debug symbols for libecpg-dev
Build-Ids: f797cf71c59ac67658be8105980303258d4859f2
Timestamp: 2025-02-13 14:09:35+00

Package: libecpg6
Source: postgresql-14
Version: 14.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 270
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg6_14.16-1.pgdg+1_arm64.deb
Size: 61884
SHA256: 2258966ded98a151eb9de0fa5bbdb26986f04813568988939d69d7d8d3619aa5
SHA1: 60643651fec13ce5b5136dec9a4b97d8c6db4d1c
MD5sum: 3aea0c95c19f1a6224534a3dac5f6856
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.
Timestamp: 2025-02-13 14:09:35+00

Package: libecpg6-dbgsym
Source: postgresql-14
Version: 14.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 14.16-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg6-dbgsym_14.16-1.pgdg+1_arm64.deb
Size: 113216
SHA256: a46584ed675ed18e4e2c2b969276c71398b24d4051bebba4b9ea86d0d786c36a
SHA1: 9ecc45ef2e4fb7aecb79bb432ebc749a1b776e3d
MD5sum: 8be73f05aca8c5cf722770f1091038e8
Description: debug symbols for libecpg6
Build-Ids: 6de9dbec34b86055cbefd4850dcd90040670d307
Timestamp: 2025-02-13 14:09:35+00

Package: libpgtypes3
Source: postgresql-14
Version: 14.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 170
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpgtypes3_14.16-1.pgdg+1_arm64.deb
Size: 47324
SHA256: b0f9793532bdd6f3a346d24c0cec72f1ddcadceea64f377df170c3c9b998fc1b
SHA1: 6e8d0b78a30c3659d28dd6f69099049cefe48c9e
MD5sum: 4a492d0eb62dc7aebf9d10309dca1607
Description: shared library libpgtypes for PostgreSQL 14
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-13 14:09:35+00

Package: libpgtypes3-dbgsym
Source: postgresql-14
Version: 14.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 14.16-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpgtypes3-dbgsym_14.16-1.pgdg+1_arm64.deb
Size: 89152
SHA256: 75baeaf930a35ffc976d8d920656ed27669d1d576600f0a2bdc070524fd128db
SHA1: 8dfaac28feb8d734f84023204f107b2f42ef71d9
MD5sum: 5e018d0a492c0035d2c46257e30da5c6
Description: debug symbols for libpgtypes3
Build-Ids: 004231fbadeea7fb1b468978bd9481dfa558616a
Timestamp: 2025-02-13 14:09:35+00

Package: libpq-dev
Source: postgresql-14
Version: 14.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 594
Depends: libpq5 (= 14.16-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libpq-dev_14.16-1.pgdg+1_arm64.deb
Size: 144544
SHA256: e83f7dd9fbdb45b15e76f4be5604e1cee68729b729231735a1cfb23be3eeadd9
SHA1: 305a1f6f1c4ef5230ba6d0861f42b18b1cb006ad
MD5sum: e4b881f0331e64944e3c29c3f1fa762d
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.
Timestamp: 2025-02-13 14:09:35+00

Package: libpq5
Source: postgresql-14
Version: 14.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 820
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpq5_14.16-1.pgdg+1_arm64.deb
Size: 174268
SHA256: 69276848157c8f83e7d1b34f1a053cc21aa2917508d0a0e583c808d3bfa1a585
SHA1: 53bec060f72424bc13e377de49b98f9493f3a4ea
MD5sum: 54fa4d553f490b2a13ba15bfe11cee7d
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.
Timestamp: 2025-02-13 14:09:35+00

Package: libpq5-dbgsym
Source: postgresql-14
Version: 14.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 308
Depends: libpq5 (= 14.16-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpq5-dbgsym_14.16-1.pgdg+1_arm64.deb
Size: 272776
SHA256: 4dc5714a90736a7f58727ba4892525009a5b12619863c58e74b32c1a1b03f5de
SHA1: 80298e0d154f60b4942eb9ed548abb27c5b52c8f
MD5sum: dd91c58cbad2b1ce1287d10664f82851
Description: debug symbols for libpq5
Build-Ids: 140d07b2d3c577618d061f688dde934e3e1fbbcd
Timestamp: 2025-02-13 14:09:35+00

Package: libecpg-compat3
Source: postgresql-15
Version: 15.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg-compat3_15.11-1.pgdg+1_arm64.deb
Size: 18764
SHA256: e3c5269699196250795779ab5f446994ea181519a02e5d2a719babc61b6e2dc4
SHA1: 9f961e67fd85bf98d602f816a175fc26b027f7cb
MD5sum: 1c9727a1c9fa54a21bdf3f50b041722c
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.
Timestamp: 2025-02-13 14:10:29+00

Package: libecpg-compat3-dbgsym
Source: postgresql-15
Version: 15.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 15.11-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-compat3-dbgsym_15.11-1.pgdg+1_arm64.deb
Size: 16900
SHA256: 13a920fb3a8347a59976552f0fbcbc27974422604bf8d0a0ecb3edefc8462826
SHA1: e84452d106151a41246b55ddee04994a87e37a2d
MD5sum: 63ad504ee4a1c1db1906922efa48587e
Description: debug symbols for libecpg-compat3
Build-Ids: d8ecc818737821f8c2ec2878898135aa17bfed34
Timestamp: 2025-02-13 14:10:29+00

Package: libecpg-dev
Source: postgresql-15
Version: 15.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1635
Depends: libecpg-compat3 (= 15.11-1.pgdg+1), libecpg6 (= 15.11-1.pgdg+1), libpgtypes3 (= 15.11-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libecpg-dev_15.11-1.pgdg+1_arm64.deb
Size: 280340
SHA256: f4097f2396b269640360ee3faac7b1a73a108c0ec8633d3515884e055ae0faf9
SHA1: c869b98cef469ff270e7a61f51d27f743dedc3da
MD5sum: 9629d14e1e4f55ba049ea3ffdaa736e7
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).
Timestamp: 2025-02-13 14:10:29+00

Package: libecpg-dev-dbgsym
Source: postgresql-15
Version: 15.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1246
Depends: libecpg-dev (= 15.11-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-dev-dbgsym_15.11-1.pgdg+1_arm64.deb
Size: 259832
SHA256: 3486f8769acd99794a9d53246ebcf434b74b8d2ccb7a845b1924a69d80e72e1a
SHA1: 828ff42f486a73e6b4606470e76b17f5eec4dc06
MD5sum: 15816fda13f092b859564736ff3800c2
Description: debug symbols for libecpg-dev
Build-Ids: 5864fc684736d6a85e08c0a68e05fb44fa29e1c4
Timestamp: 2025-02-13 14:10:29+00

Package: libecpg6
Source: postgresql-15
Version: 15.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 273
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg6_15.11-1.pgdg+1_arm64.deb
Size: 61064
SHA256: ba3cf1b43921f6c30b861cdbc9ab16077cd3c32b84cf3514e5ba0df650f35ee7
SHA1: 2dde3c4cb03caf51ffb9dd00a5e449bdc092e6f4
MD5sum: 754813be93168ee2b8210879e8352b46
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.
Timestamp: 2025-02-13 14:10:29+00

Package: libecpg6-dbgsym
Source: postgresql-15
Version: 15.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: libecpg6 (= 15.11-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg6-dbgsym_15.11-1.pgdg+1_arm64.deb
Size: 115916
SHA256: d001e2e28123cc1f52d43892b08bcd72779c689c0196e706c6ce368014200b71
SHA1: 3792c40dfded68f5a8ef26c3e269ac0601309c10
MD5sum: 81055b90192fe9586db017c2eef62acc
Description: debug symbols for libecpg6
Build-Ids: 32bc7f9045ee0bfd8d92ec7e254b857218333174
Timestamp: 2025-02-13 14:10:29+00

Package: libpgtypes3
Source: postgresql-15
Version: 15.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 165
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpgtypes3_15.11-1.pgdg+1_arm64.deb
Size: 45440
SHA256: 58da3a4fc80d8a9b256f614552e8de32918feb6fd1cd0757943cccc15029f0b6
SHA1: 60167fb54001656417bd38a67774a3c5706cdbf0
MD5sum: 988467447351c20efd26c794105165da
Description: shared library libpgtypes for PostgreSQL 15
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-13 14:10:29+00

Package: libpgtypes3-dbgsym
Source: postgresql-15
Version: 15.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 15.11-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpgtypes3-dbgsym_15.11-1.pgdg+1_arm64.deb
Size: 89620
SHA256: dbe274e696d6a9d725f3855c55d2c217b5e1f7e1f8399e052c727f045c138887
SHA1: ede482ba7c30cd8b385259bb7e9c032c85148922
MD5sum: f192feb82e4d0d6e5693c296bccc1208
Description: debug symbols for libpgtypes3
Build-Ids: 4bef0dfb9c083eca4755070f107fd5d0d0090175
Timestamp: 2025-02-13 14:10:29+00

Package: libpq-dev
Source: postgresql-15
Version: 15.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 601
Depends: libpq5 (= 15.11-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libpq-dev_15.11-1.pgdg+1_arm64.deb
Size: 145348
SHA256: b0923696d1243b7a83161be759fb30430e2f9aaf1555394803a10e4b05d16abe
SHA1: f92a94944aa1b6399c0a59d3e98f84ad9dda36e4
MD5sum: 003bf87c92ce2851e26b159dd94d72cf
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.
Timestamp: 2025-02-13 14:10:29+00

Package: libpq5
Source: postgresql-15
Version: 15.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 905
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpq5_15.11-1.pgdg+1_arm64.deb
Size: 185300
SHA256: 29b8ea092f12a4203746af5ac319e5d1d6a2087659824aefdf9c79879a6acf9e
SHA1: 7e6ef7ce53187f6d49e3f4eadcf05bb807a561f8
MD5sum: 4a81e18d65bf3ae2f1c5cb79ebf8e2e8
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.
Timestamp: 2025-02-13 14:10:29+00

Package: libpq5-dbgsym
Source: postgresql-15
Version: 15.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 317
Depends: libpq5 (= 15.11-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpq5-dbgsym_15.11-1.pgdg+1_arm64.deb
Size: 281920
SHA256: 06230f5967fb9691588831facad0016a9fbee64eec50db1a05e53acb9921e644
SHA1: 810666ddb52e5637a92953419aba15e771d72e9e
MD5sum: bb0fe1ef9928e3e310b5c6355f0a4bbc
Description: debug symbols for libpq5
Build-Ids: 74fbc6e086397b2af08dd1f3bbf6332b969ef889
Timestamp: 2025-02-13 14:10:29+00

Package: libecpg-compat3
Source: postgresql-16
Version: 16.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libecpg-compat3_16.7-1.pgdg+1_arm64.deb
Size: 17616
SHA256: b69ff0f17fd9f25117a38d526fab7da0059eaaa3adca780c649f2a4a0bad2714
SHA1: 843e84a48f7034b7abced6b357d435830a6114ac
MD5sum: 3d08758aa177f40ee072c074e3c03644
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.
Timestamp: 2025-02-13 14:11:19+00

Package: libecpg-compat3-dbgsym
Source: postgresql-16
Version: 16.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 16.7-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg-compat3-dbgsym_16.7-1.pgdg+1_arm64.deb
Size: 16912
SHA256: 85fd3d36979ec08c32d4c2bd3dc99a96c521029fd5d7d8af0fe209464e4de0c9
SHA1: 6c63cdce09c448e95c0ec9606f35c8d4d202fd90
MD5sum: 92b5624b62a0c745fc610b73230eb174
Description: debug symbols for libecpg-compat3
Build-Ids: 3c1e944303a261b1069cd7bb368314c3767b36c5
Timestamp: 2025-02-13 14:11:19+00

Package: libecpg-dev
Source: postgresql-16
Version: 16.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1701
Depends: libecpg-compat3 (= 16.7-1.pgdg+1), libecpg6 (= 16.7-1.pgdg+1), libpgtypes3 (= 16.7-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/libecpg-dev_16.7-1.pgdg+1_arm64.deb
Size: 282996
SHA256: d086ae6addad741172ad7181e77b8eb0cd59596f5c16bc74e1fd9b5045af12ad
SHA1: d6267c81947fd17b020082ec93ea43117b539bb3
MD5sum: 44b9836fffa9d5b4a2d40d5d9be01dac
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).
Timestamp: 2025-02-13 14:11:19+00

Package: libecpg-dev-dbgsym
Source: postgresql-16
Version: 16.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1263
Depends: libecpg-dev (= 16.7-1.pgdg+1)
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg-dev-dbgsym_16.7-1.pgdg+1_arm64.deb
Size: 262276
SHA256: 42728777873d2eefce1a93e91447a64ffd8af074ff7c37f68e07138b57130ff3
SHA1: 9d29a0a607aa0ed375ddec36a92fb8c04798ac2b
MD5sum: 135ee676434107dcc1f44ca276c8a7eb
Description: debug symbols for libecpg-dev
Build-Ids: b53c9913ab5af0731ee7385144c06aec794d1e1e
Timestamp: 2025-02-13 14:11:19+00

Package: libecpg6
Source: postgresql-16
Version: 16.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 278
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libecpg6_16.7-1.pgdg+1_arm64.deb
Size: 60476
SHA256: 27a571f9a7cfe418822babcb3429bbcf7caf0c3ecc9dd6535310d7533050f271
SHA1: 1d8bad64665c638d47483036df10b786c82699f7
MD5sum: e56dce891ccddbbfc95c84ea525640a1
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.
Timestamp: 2025-02-13 14:11:19+00

Package: libecpg6-dbgsym
Source: postgresql-16
Version: 16.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: libecpg6 (= 16.7-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg6-dbgsym_16.7-1.pgdg+1_arm64.deb
Size: 115476
SHA256: fa4687695124d32c2fdc60945f0a2951f4c3e833ef81f1b1a92cb0aec7796290
SHA1: 0233b34221280de3191b2189959212cfd25e1439
MD5sum: 05d9e9103cbd42e9c1bc9f18b0cc0e0d
Description: debug symbols for libecpg6
Build-Ids: 2f14e14cbf24c3bfb45cda96e02670912f3409a5
Timestamp: 2025-02-13 14:11:19+00

Package: libpgtypes3
Source: postgresql-16
Version: 16.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libpgtypes3_16.7-1.pgdg+1_arm64.deb
Size: 44332
SHA256: c688135cc5d2d64ab0dc957fbaed11d9d03dbba3638851bec194d3aca8e999a7
SHA1: 800d3ea6c4c2920ed472d745ea796d68bc1be580
MD5sum: 868d9ee9a63314346f084941f9fbb6f1
Description: shared library libpgtypes for PostgreSQL 16
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-13 14:11:19+00

Package: libpgtypes3-dbgsym
Source: postgresql-16
Version: 16.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 16.7-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libpgtypes3-dbgsym_16.7-1.pgdg+1_arm64.deb
Size: 89808
SHA256: af0870fb437c3b111415a2ef3155a37072bc4495101d84506b63657f7b74ebb9
SHA1: 37817133980c906d0c4df485da8e693e7c2e27b8
MD5sum: 9f47986499018a4e72f5276158d9c9c0
Description: debug symbols for libpgtypes3
Build-Ids: 35b5a77dc385a15f55e1346972e58d5f97dd1ced
Timestamp: 2025-02-13 14:11:19+00

Package: libpq-dev
Source: postgresql-16
Version: 16.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 601
Depends: libpq5 (= 16.7-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/libpq-dev_16.7-1.pgdg+1_arm64.deb
Size: 145380
SHA256: 645ae7cb6448e1d56ed9cb8e5bafeec64b2920fd891b73bb058ddb494b587358
SHA1: 77437915ced275b932c3f5c99d5dcd42834fd2bd
MD5sum: 410ec72841db304254d85f016225c92a
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.
Timestamp: 2025-02-13 14:11:19+00

Package: libpq5
Source: postgresql-16
Version: 16.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1095
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libpq5_16.7-1.pgdg+1_arm64.deb
Size: 215124
SHA256: 2de9a3fb0d1e555ea247801e7afd94923925eb7959477a7a1e1c2d68465e747a
SHA1: 74fcdbc2fa71f63ab91fcbc6f2b562f70fad0b33
MD5sum: 812194e03ba0069fc6eab1771dfe088e
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.
Timestamp: 2025-02-13 14:11:19+00

Package: libpq5-dbgsym
Source: postgresql-16
Version: 16.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 328
Depends: libpq5 (= 16.7-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libpq5-dbgsym_16.7-1.pgdg+1_arm64.deb
Size: 291120
SHA256: bc04c79c2df4d83c1dd72747ccbfd2436d0af08c072949b070aa9a1959745307
SHA1: d7a3a1b99fef91f1517f3ffdef9908ee4c08fcdc
MD5sum: acb38edd7f9b464c363e4f14cea4623e
Description: debug symbols for libpq5
Build-Ids: 97df96a2493bc6961fb93b3dc24d471eab86e1b3
Timestamp: 2025-02-13 14:11:19+00

Package: libecpg6
Source: postgresql-17
Version: 17.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 275
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-17/libecpg6_17.3-1.pgdg+1_arm64.deb
Size: 57508
SHA256: 07cd22625efb5c24043677cdc2d053732ca972b721ad2f7aa53e277a1101f801
SHA1: dbdc2e83568edd2cdd986c0c3b88a3d85bc8bb48
MD5sum: 96c0dce9519279907eee856024cc1a32
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.
Timestamp: 2025-02-13 19:47:00+00

Package: libecpg6-dbgsym
Source: postgresql-17
Version: 17.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: libecpg6 (= 17.3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libecpg6-dbgsym_17.3-1.pgdg+1_arm64.deb
Size: 115392
SHA256: 66fab7fcade4fb5e88534d60eb8e64316e4d8e07fa12d9d58dec904dc2b5af85
SHA1: 319baa1ef15112d76c86d1ba9f564b586e5688f1
MD5sum: 9639cc493433b7401afb126ee12f787f
Description: debug symbols for libecpg6
Build-Ids: 488a595b142aa4dbfe69a3fd6681e6a91810d53e
Timestamp: 2025-02-13 19:47:00+00

Package: libecpg-compat3
Source: postgresql-17
Version: 17.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-17/libecpg-compat3_17.3-1.pgdg+1_arm64.deb
Size: 14696
SHA256: 08a0a9dd7bcc5fb37109dbb464eefad02e240914b0caded73e7fae73b70fc468
SHA1: 4a6b6ddad92074679da5b94213a89174864f0c06
MD5sum: 811edf92e84d078c7c6376466d332efa
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.
Timestamp: 2025-02-13 19:47:00+00

Package: libecpg-compat3-dbgsym
Source: postgresql-17
Version: 17.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 17.3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libecpg-compat3-dbgsym_17.3-1.pgdg+1_arm64.deb
Size: 16968
SHA256: af495f910967303f7a0e6dec0f7db9b108ed1128819171a6d2abe4c633c1db64
SHA1: 15a3f9844561ee062ebc1b2af065b7d8a3cc45cb
MD5sum: 1f1bc52401c05f2da906a2783ad8f2e9
Description: debug symbols for libecpg-compat3
Build-Ids: 1e73839a5e8e6b06a640c0c0b2071110f9e046f3
Timestamp: 2025-02-13 19:47:00+00

Package: libecpg-dev
Source: postgresql-17
Version: 17.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1698
Depends: libecpg-compat3 (= 17.3-1.pgdg+1), libecpg6 (= 17.3-1.pgdg+1), libpgtypes3 (= 17.3-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-17/libecpg-dev_17.3-1.pgdg+1_arm64.deb
Size: 283928
SHA256: f7ca841abb4aa9241dd2f52ee15f5b998688b8396d2c742759753138054ff1b4
SHA1: e8eba901a7ad928f1c119e24146cc9e081aa9ffa
MD5sum: c6db3ffc157c411471657549390c757a
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).
Timestamp: 2025-02-13 19:47:00+00

Package: libecpg-dev-dbgsym
Source: postgresql-17
Version: 17.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1321
Depends: libecpg-dev (= 17.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libecpg-dev-dbgsym_17.3-1.pgdg+1_arm64.deb
Size: 269528
SHA256: f61bb0f6333fdc8eca437f1088b89997fe1d36314bc72889bcce60aa5836ad52
SHA1: cec0bb1d78d01c0ae714216a41023877990b6cd5
MD5sum: 1c49b9f0d269091ca6e76a19d3914bb1
Description: debug symbols for libecpg-dev
Build-Ids: f89abf9b51c03e17acc96075de4fad749305286c
Timestamp: 2025-02-13 19:47:00+00

Package: libpgtypes3
Source: postgresql-17
Version: 17.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 161
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-17/libpgtypes3_17.3-1.pgdg+1_arm64.deb
Size: 41404
SHA256: 4d50ea2ef3d76bf02d89d6da4924c174058651917e187f34b48804f2d8b98056
SHA1: 078db11b722d49b4bdd2155c8e23a0eb08a99eb4
MD5sum: a22fb940905e9c66b8b917b1bb6f77b0
Description: shared library libpgtypes for PostgreSQL 17
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-13 19:47:00+00

Package: libpgtypes3-dbgsym
Source: postgresql-17
Version: 17.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 17.3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libpgtypes3-dbgsym_17.3-1.pgdg+1_arm64.deb
Size: 89784
SHA256: 2bcae4e5709953cd68be1687a2a5fc86610ed34e620be5a290ce8dd8a62b4c97
SHA1: d11b4aa6ccae1ba9bd411612c7370dc2fcae7685
MD5sum: a35ac5e2b663397974b467137dbb4c53
Description: debug symbols for libpgtypes3
Build-Ids: 1f84823b058b05063734a149eac05af0805d183e
Timestamp: 2025-02-13 19:47:00+00

Package: libpq5
Source: postgresql-17
Version: 17.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1108
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-17/libpq5_17.3-1.pgdg+1_arm64.deb
Size: 220068
SHA256: c561aac5c1d3a81774fde695935dbca62df1ffdcb0d189bb658b61bc2ad2db1c
SHA1: 8975631ef7448072d1272de57038b372ed8afaaa
MD5sum: 52767101763aa3f93e5a06e7dac6d369
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.
Timestamp: 2025-02-13 19:47:00+00

Package: libpq5-dbgsym
Source: postgresql-17
Version: 17.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 335
Depends: libpq5 (= 17.3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libpq5-dbgsym_17.3-1.pgdg+1_arm64.deb
Size: 297812
SHA256: 15aa35551f47a5a462242911d5dc98a3570e6e009505db675650e27be73e23a4
SHA1: 2d899d00d41cc3306ae2086198f5a1e67c7e977b
MD5sum: 5296c10a4f76d146d6699cbdc7447d74
Description: debug symbols for libpq5
Build-Ids: 4d2f3333f8c7d3f807635b17e5e0ec3decc67107
Timestamp: 2025-02-13 19:47:00+00

Package: libpq-dev
Source: postgresql-17
Version: 17.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 617
Depends: libpq5 (= 17.3-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-17/libpq-dev_17.3-1.pgdg+1_arm64.deb
Size: 146940
SHA256: 16a8c33b5fabed35871c1c1779bd25af1d7c266f029c138c9d60056b4bf8b80f
SHA1: 59af804c40360fd512fc2a18a5cd4042857652c6
MD5sum: 69ab3e3146ce9c6be6ac1e3895e7c991
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.
Timestamp: 2025-02-13 19:47:00+00

Package: librdkit1t64
Source: rdkit
Version: 202409.4-1.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 24466
Depends: libboost-iostreams1.83.0 (>= 1.83.0), libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py313, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.38), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.2), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 3.3), libinchi1.07 (>= 1.07.2+dfsg), libmaeparser1 (>= 1.3.1), libstdc++6 (>= 14)
Breaks: librdkit1 (<< 202409.4-1.pgdg+2)
Replaces: librdkit1
Provides: librdkit1 (= 202409.4-1.pgdg+2)
Homepage: http://www.rdkit.org
Priority: optional
Section: libs
Filename: pool/main/r/rdkit/librdkit1t64_202409.4-1.pgdg+2_arm64.deb
Size: 4810188
SHA256: 58e66b1de9d0dcb450b36c3873e190b26f88553bdbbd30c5a729d9fee63aecba
SHA1: d3f434ef2a4be71bd5c0f7681e874795855c1b88
MD5sum: f12e19701c5a6eb61d1b7ff770ca4a74
Description: Collection of cheminformatics and machine-learning software (shared libraries)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the shared libraries.
Timestamp: 2025-02-13 19:47:00+00

Package: librdkit1t64-dbgsym
Source: rdkit
Version: 202409.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 118724
Depends: librdkit1t64 (= 202409.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/librdkit1t64-dbgsym_202409.4-1.pgdg+2_arm64.deb
Size: 115899340
SHA256: 4ea28ac8b78508942adb42be62e3579592bcb21610c30404301ec375ea8d7792
SHA1: 3fc642b1c196ed143f74dc9ad39dda4acf8a6b24
MD5sum: 166ffb7aa52ade277b532cf1dd569398
Description: debug symbols for librdkit1t64
Build-Ids: 01c82e083ca414f2a98c88f82ff0c9b3760b1ad6 0a5df6815a73377aff75d1e911eb28e3794037a9 0f344e9ef25dc814ff8602366e6802189ae857fa 17c81ec4bea23752b0d9c14dd603eadff5a126b5 1f33e0d06886dc9721bbeb70b447fc0fd4eb1e91 232204cbd9e5a7dcbbe39a329211c88043a8f16d 239842c5c802c79e566efa4d975656727264a1bd 263c6d7e3be698b33b35bed8db4f0e2f80c25571 2adf8ef70ef6f217c7efafdf6d04e08463b37aa8 2c8ebdec1e85a64734f3f115f2fab2bdc0946476 2d27483a1b03faf69df21b19654d7ac366f34376 30e4a3969093d9eafbc108bea1981cc35e9ddc79 333a0e3385b3f8c5d5ebbd6127677932aa796760 392e96a15a2b990738b0dfa5ae024b53b56c3e21 3ef1df6acca1d4601eac552183c1a60509963e10 443a5504ff785919dff124d8dac1deb16d173910 4798a1f492691e8b4419fd609be3c57331126cc1 4825ce177ee23e3cb2f3643099e1e99699d24196 4e2a58ecf3f3fd9893e27a8887d6113a549b4ce4 4eb0d07ed822a8ebe2a5aa52da65d34972e960ff 514832cab79d10310d872a40bad25458b3750daf 52af32eeb64a2b4f58f49826cf57f02f8452afb7 561b3e45a6a9a4c9c4dc6bfc4255ce5b95ef9d9b 5a8439ceb357cb4df8953a97a27a510a96486489 5d500105d1f79dd61ad0783456e70038801c93a8 5d99bac3cde179668deca580f8be63012ac64051 5e7ec3c270cc130e8653ceabe9f35db8975048b9 5fba1641b24e128ca2c9f7888c763cf3b245f4ba 652bd0471c48dedeaa665a6f016dc247b290a99d 65a23901663f81041dda88cb9d2098d734854d38 678e79fa1a11623dbc45d7115722739b98971679 692cf410082e8825ab194cf11850e0e72893780b 723787ec081d93c5e1864a019a28aa8b64e241c9 737b001c665581b07436894d576c3ca65addb128 73adbdeec33c152a2714cade16df8d8503df02cf 788a6ff762b1b212cd070d82d66204d81ef2edcf 7a030c59f77fa5693ea8da9a93790f461ec87f91 845800ed70d1978647c411d43dce26eb432ece03 8ae16b2c15d7c29cca895ea76fa97461a8d491fc 92479c41d4e4aede530b6d35f213d34a4a09ae9c 9c4871a3bec2b1b9d18dc6ea9a50b95c54b96941 9cf09603845c7deb9c4c24368f1c6b37180bf9b4 a18baf917c8f331f5b5a3d72bf7064629a261373 a6701505df5a2582a19fb69d27af4bde04a73fd5 a9d7f9c4b852dad71531883378540fb9a0fae7b4 aa3ebbbea913d7b4f65bc45476c9a386f06c82f7 aba4dd6c924ea66e85291904b9ab8654425ba00b abc7569400768b78d1732b3de81ef38df28641a2 ad01f5766aa28da8743566d756ae65b09ecfd12c ad1e9ed5b29402fa87732888715bf57e65a023aa ae1edb738518b5db05008d163994b9b3b31dbae8 b004d016e2e88140b6248fdb3ce18e23e4a96aa8 c150263bab4e41eb5a65db5d66b6d3118711fe38 ca3f8c63f7856abf723a91e76550e7fb97f442d8 ce45c2d46ed1255190c2e9f7e5634bd60dec0aa4 d4fc316a486c294221b1f297486722e73aa916ea dd128cbfceaba05659c906f73b3891d12aa6f282 def664c21ee3f4bdacbf97d98b77859efd9c2414 e6f5610343eab0e781f35a712f5f321d0649439b f596a1bf180f4ef6c651a3f5d312bbde8a7eb623 f72f8904f52a33ae69deae0043d93e6e10682674 fb23bdbd578d693b3067c87707f3d6b86b483d65
Timestamp: 2025-02-13 19:47:00+00

Package: librdkit-dev
Source: rdkit
Version: 202409.4-1.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 2655
Depends: librdkit1t64 (= 202409.4-1.pgdg+2)
Homepage: http://www.rdkit.org
Priority: optional
Section: libdevel
Filename: pool/main/r/rdkit/librdkit-dev_202409.4-1.pgdg+2_arm64.deb
Size: 470960
SHA256: 7582bc1d06fa3f972b928b150fc00050fbc40478ee400e04d1e2ebf03dd7ec42
SHA1: 985d52722652da8cf3bcb92bbc6782d99c1d6f5b
MD5sum: b76b93a2ed8dec9aaf78d1bd674aa03e
Description: Collection of cheminformatics and machine-learning software (development files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the header files.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql
Source: postgresql-common (272.pgdg+1)
Version: 17+272.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24
Depends: postgresql-17, debconf (>= 0.5) | debconf-2.0
Suggests: postgresql-doc
Provides: postgresql-contrib (= 17)
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_17+272.pgdg+1_all.deb
Size: 14512
SHA256: 65bf0b270b75122d077a0804e146c6422467e6eb3da897498582695650a30ef9
SHA1: 7da85830f60754e227dc13757e0038f28608a7a3
MD5sum: 129531ab67eb226e981590916f63645f
Description: object-relational SQL database (supported version)
 This metapackage always depends on the currently supported PostgreSQL
 database server version. It also offers to automatically upgrade the
 "main" database cluster to the lastest supported major 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.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-10-rdkit
Source: rdkit
Version: 202409.4-1.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 658
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.4), libstdc++6 (>= 13.1), postgresql-10
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-10-rdkit_202409.4-1.pgdg+2_arm64.deb
Size: 241260
SHA256: 75e0bb348c767c623547a61a62e0c4e6130d138c5b4d6f98b122738e01659bd4
SHA1: f9e1fbb6957ed3bed649885ff3da0f5e7bc5cedf
MD5sum: 50bb156150993072b0707b84eae603b1
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-10-rdkit-dbgsym
Source: rdkit
Version: 202409.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1206
Depends: postgresql-10-rdkit (= 202409.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-10-rdkit-dbgsym_202409.4-1.pgdg+2_arm64.deb
Size: 1142368
SHA256: 93d313ebbfe98fad290231d68f14b69dbe08440f794a8a7aab37888fa7d09e8e
SHA1: 5d2ddd562b64d0840305fd626943e560f371dce1
MD5sum: c1dc24874a1a9805f8b71e2b0fbadca8
Description: debug symbols for postgresql-10-rdkit
Build-Ids: f33069df255bcc8b402b3f21d488b20d22735f85
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-11-rdkit
Source: rdkit
Version: 202409.4-1.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 658
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.4), libstdc++6 (>= 13.1), postgresql-11
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-11-rdkit_202409.4-1.pgdg+2_arm64.deb
Size: 240980
SHA256: 2e0ff574f6aaec975f72041b5aa071425503b8617075a4cd6ed817e8bf34bf67
SHA1: 503f454c795a60338c0e0a911bba0fa723ca0dd7
MD5sum: 30d86a97801245470f4c2b2f0d5105d7
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-11-rdkit-dbgsym
Source: rdkit
Version: 202409.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1206
Depends: postgresql-11-rdkit (= 202409.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-11-rdkit-dbgsym_202409.4-1.pgdg+2_arm64.deb
Size: 1142872
SHA256: f5b495f8a7182a603f426b65583fd11d2657f28220053b4a0ad66c09994f9c5f
SHA1: bcedd36f4f4d745f83f0b84d38c59ad981f0c76f
MD5sum: 49aa38d8f41be6a81def04e802ef22d2
Description: debug symbols for postgresql-11-rdkit
Build-Ids: ba1ede676454c685052fdc812027111fd6ca4840
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-12-rdkit
Source: rdkit
Version: 202409.4-1.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 658
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.4), libstdc++6 (>= 13.1), postgresql-12
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-12-rdkit_202409.4-1.pgdg+2_arm64.deb
Size: 241168
SHA256: bbc856468f6d9fd92f028a96a64e2bfc9df87c655ef8bc8c9aaac17a52f948e8
SHA1: 740d8b28be7f56e89efb196ee5e83261a6333cb5
MD5sum: d6a2fe695b45939ceb497ad94f0fdb85
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-12-rdkit-dbgsym
Source: rdkit
Version: 202409.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1207
Depends: postgresql-12-rdkit (= 202409.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-12-rdkit-dbgsym_202409.4-1.pgdg+2_arm64.deb
Size: 1143720
SHA256: 32620d67ce85b3276d5743111623e40898f70a430554c9b13c4325c188e5a546
SHA1: 4ddb89a2e2d9f782d0a0f09acec6cb136c2e7c12
MD5sum: 2b3d0a177ecbc0343db90026aa30c84a
Description: debug symbols for postgresql-12-rdkit
Build-Ids: 29d37100eabc86cbd4cb624b7e7ec75b26407609
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-13
Version: 13.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52485
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap2 (>= 2.6.2), libllvm19 (>= 1:19.1.0), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-13-jit-llvm (= 19), postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-13_13.19-1.pgdg+1_arm64.deb
Size: 14762644
SHA256: 3c8440ab40819a1161008bc295e6776d0b037ae9e7ce2e42dca0e44821913c9e
SHA1: 375101238075e7af7765f1d512c126ff9a22d193
MD5sum: 95d722fa62e6e6c8c482c3b3b4a1f689
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 13.
Postgresql-Catversion: 202007201
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-13-dbgsym
Source: postgresql-13
Version: 13.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27855
Depends: postgresql-13 (= 13.19-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-13-dbgsym_13.19-1.pgdg+1_arm64.deb
Size: 16291692
SHA256: 120d3bcb783193617cc088780da6ab14bc2c09813ccbc8ddad2e08cec23e4632
SHA1: 84e440c239940b61799cc74e02ecc463231b99f9
MD5sum: a9a812a142936ecf2870d64e9e05fff7
Description: debug symbols for postgresql-13
Build-Ids: 02e02362261aa184e722c38b47b84b6544448167 04537e72b7b7bc497ceeff5498748453736bf27c 08668c363fdc66ff627c67f1ab8d69756d74d5a7 08de805f0060c69ee9ddd1394abc789cb6e508e5 14e893aaa174e917cc5c7a15e1d264abbc8694df 1674c74266b1eed51ab783d57636cd111fbeb7d0 169c54e238c930bfd9aaa1846d648f5db5c31b9d 16ae7928bcfc6bc88044d316f9764a96e988a436 19ef0343eb6a6df4771dc86da0705d6de3c5e662 1b12789fa0cd6834a447b77c3ab60c7f3cd26746 1e2d4bbfb61cb4bdca9799097930533c7d192087 20c6f88ac361154d647ea582f1fe248a9d32da04 21edec4ffcf69c5d2e2fb76ece42b23cc002f77e 236667709bc7fa801b7999605d5e543af03ea770 27bb15c936518a55c306d2bcb02c78ab85d37ec0 2a104775b3b1d83eefa6ff8775fcb1b863f7246e 2a633ce1a3a3632ff9322acd3eb54ee2d8c61a58 2cd5dcf627288a4c116df1d3d9b91975b47b9122 2e4fa6d629e7af764c10346a2932bb4eede400d1 30a23035d3ae7ec9bd0230047b3b6104c845c4aa 3290179c1c7e4d9fdb1bf43bd2cfab90c3f34c24 3417a223f9a0799c53c41fc94769b4f410611eaa 341d96ca0abb45fb15f94f701c0aab2d18d73c75 35d1a46a891fab836e7957c61de1eb41a8fbc86e 387824278a9dc4dfd0147e96ec12a22c19706777 3b95c6b57380e0fb6ae74644b1cda55183744ffa 3f4dc18974087987290ee156a7b0b32ef529b360 499d3306f2a85edb49e7898d92549a3c6f35972f 4a865b4c6a89e8904eee2ba1bb6bd7c82d0236de 4e12bd990bb7a1582b74e4c2924b31337d5928e8 4f2c5a2beed2ce835b161fdec4e3beb1bcc479a1 51f0ed17824d80338af53ab8965e525990ae212a 568da07a631287e48803bc3563c86b0bcece7e48 577856d47bb5a7b713c67462e8d51d9c4fc4ce5b 5870901361503387ee9a8cdbe0e36ab9c6d3cbde 5b0da91e675ad72c9df11cc1f676f2b64fe25820 6236df52b05c62dc7e56bd9166b7fe7d6972c879 63acdd36a2da44e105360eea46e39280551f6841 65345d8cb05ad6e9ba32e6b4ae8d6e889cec1ca6 65684b20929196efa5e35ab87f57cc6cb25ce3ca 65bb1c357b511cd482f6d69a8faadf2b27840570 68399f8340f0bc3faa6ef19fe01759fc2dbdcba2 6f2c687983c6770cf40e872f0499120979d81ee3 70b4ae652452d0676632c28548611f629df73ad9 746e4d4d120485aef6aa32d3e820c7b21d348fcb 75e1d5f78326e7af92ea935a7fa9ad9a52d11831 7b2014c900c128ed8889d1b391d345e9652dd0d2 7bebdd131935c84863f87266610be167d46324f3 7da6d5d7a4250fa2426ee56bf33f350ceab60e5f 7dcd53679c0a977c2eee0f1f21b11e9701de861c 81c2bbd4877bc4b33418c70d8bff9983ae3f4e9d 8f3540ca0bec51473df1105460950ed9f2bf685e a05f23199c411e510b7a6b7c0178e1ec6cb84583 a1e42ed89a392147c7683d30d87775cecc488923 a2091eabb3a5fc7b37c4c6fa5dec7fc0fb6f7e2d a5be98c3a49239acede7b2b57dfe43bcc20435ce a615cc61ba92b2bdcdebca0e15b515d0187defae a632fa6edac2dcc9d35634aa44016866ee37015a ab3630427ea42c671e27215eb5f5f438a7ac8c01 b0eb2450a1ca995cfcb0ae8370f004bbba179386 b2d218462ad7fd865e514368afc210990a90a514 b97356dd66f1a6bb1423cc208d6d4f6bd9766abf bd7dcdac7ae314656ab40427d711d8002d7ad45d bf7b2c76c6218ca3871990fd0093150bc9b45535 c40c58634dd44b45a5b8964952d2eb79231d0855 c5c2c32b1dbe3295018c3d46427ff8dbe2e546dd c760ed61a7d83ce2c70d84cbc2dab256090da978 c8740bcf3295afeb2c64036d13e1b595f1c24e04 d217865ebe5eb46075d82596403be0e265320b70 d27ad3957c00bcb1cce072beb87cae99cfe27418 d55a7b2bb84170a7890c20472e1da51e8972ea39 da9dc108ce1983d6f9fe519b3affcd52e6cdb10e dcfcd5df0f66f87389e429391c56040de63ea4be decb26273850c67ec67be90701ab7b8350058038 df6b63ddd21cbf3b9e605449d3cfbb4748970edd e19c0ef8b8f989de6d4f124b18ab2b111ebd1f34 e23e43a9a5d4268c56a1b75e2f5789e54aff1b7f e48f6202ef30f18bfb20fe86c1dfdfbcfe6921f6 ea6f81f3ab239269a9f08bf717a0369396d13307 ecf52f7920a03f2bd6ecfe402a34c1d4c9310bad eed8ffee1966d03c91decb30c30737cd8f218cd1 ef24b54d625dd8006dc61bf33e92646d960642b6 f0ef1515619337350d552e388e4b279daf00e1dc f14caaeb204cdf89d6e6cf7d737a6af61e18d4fb f2b6156f6181c5c14450619a34aaa40664b5514f f30b1ecb27b004e0d2210b736e482204f24732c2 f41c543913658aa2992672b183a2c98a1e12276c f47812ccbec8203f84331ff2f4d46e8704c4d1bc f57936e7473c73c768497cca9ba3fe4ec8231c02 fba6f7c0818d73ce205d3a5d9570565f3cc7d0d1 fbab9b59bf9dcbfa275d9b54137fc30e94b609b7 ff319016702594cca19e2722f2c372937b53026f
Postgresql-Catversion: 202007201
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-13-pgrouting
Source: pgrouting
Version: 3.7.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2935
Depends: postgresql-13-pgrouting-scripts (>= 3.7.3-1.pgdg+1), postgresql-13, postgresql-13-postgis, postgresql-13-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting_3.7.3-1.pgdg+1_arm64.deb
Size: 799976
SHA256: ca77cca1e3d3957cdb8885f9021628fb07fd3c0d5c4cd0044e54b93d37f21b14
SHA1: 8afb757bd88d95054e553bfff14d2e00cb0652fc
MD5sum: 9d8d9a5c399486e0f2ea1c09913b6da1
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 13.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-13-pgrouting-dbgsym
Source: pgrouting
Version: 3.7.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 24924
Depends: postgresql-13-pgrouting (= 3.7.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-dbgsym_3.7.3-1.pgdg+1_arm64.deb
Size: 25017644
SHA256: 1f8f998fc84b2c466f5c7fc32d4722e7d97d8f3e1ee8c37eb2da54005ac39e36
SHA1: 761ebd09962b00af63f55bb087c8a26e4d1cb204
MD5sum: 6b86abe5865dca6a0fad29e50b7716a6
Description: debug symbols for postgresql-13-pgrouting
Build-Ids: c19c32407c95f4d244997957a4626896270667ef
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-13-pgrouting-scripts
Source: pgrouting
Version: 3.7.3-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3886
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-scripts_3.7.3-1.pgdg+1_all.deb
Size: 64604
SHA256: aff03b1d59184c747cfc3e09039639581abd583a799aad9200f4a8a92a2ecad3
SHA1: ebbcb61dce3a3b6a1620dbfc70d85406522c19a5
MD5sum: 0268b9df4ff1b8a8d30b08688bc4624b
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 13.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-13-rdkit
Source: rdkit
Version: 202409.4-1.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 658
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.4), libstdc++6 (>= 13.1), postgresql-13
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-13-rdkit_202409.4-1.pgdg+2_arm64.deb
Size: 241544
SHA256: 586f5a7b5aeab0b9f06b7809fcc1597da3ad481f62aa13093406d711df7f1c2c
SHA1: 8c5f931428b21877906f091234963a3f2c657c48
MD5sum: a4ab443e6c2da2a455635013f9a69201
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-13-rdkit-dbgsym
Source: rdkit
Version: 202409.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1214
Depends: postgresql-13-rdkit (= 202409.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-13-rdkit-dbgsym_202409.4-1.pgdg+2_arm64.deb
Size: 1151056
SHA256: 041d957df0da575af2f8002e03cb244b0fcfebb50127a74228437dea22f5a257
SHA1: aeb2c5581f58e422b36bcfff43876f26e6766d9e
MD5sum: c5c1fe6906d1fba4ff85b947a6ea9ffa
Description: debug symbols for postgresql-13-rdkit
Build-Ids: 15c1097b6846a309616b7c9ad5315d497f12d91b
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-14
Version: 14.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54581
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 229~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap2 (>= 2.6.2), libllvm19 (>= 1:19.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-14-jit-llvm (= 19), postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-14_14.16-1.pgdg+1_arm64.deb
Size: 15442228
SHA256: 0c728e0d9f9440f298cbd04f94d1cd26bc63a528eff94176d3356dcb5acfa1ba
SHA1: 17e80a9d65c1d9c61caf209e499f2653f980138c
MD5sum: bcd20d75cc91f6aa57f74017ba02e7ee
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 14.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202107181
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-14-dbgsym
Source: postgresql-14
Version: 14.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29471
Depends: postgresql-14 (= 14.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-14-dbgsym_14.16-1.pgdg+1_arm64.deb
Size: 17203076
SHA256: 556ca53d490bfe25f29d9fcff1f0a16f898b9d9173579941bb0d40f4e7e4fc31
SHA1: 136e8d84d096f0c491b3ef4184313d53fc0bbc1d
MD5sum: 59a0e8a60b6cbbd3088f971768197d72
Description: debug symbols for postgresql-14
Build-Ids: 00d14208fa6cfd233733a1f0a5b83c646ea45143 02984d75e5392f9a23fbe862aebae83e683af1c6 096e507abb785509890e06f927d63ecdbca68eda 0bf11d70bcd115ef3e5012c4344c90a29b87eafb 0e9f251afe70abc3a8486774de9fec400b80aa29 0f52eb6851cad96ad90f9b9034f38eec209187db 103aa6153d73a42f99ead65fdd89bbb4be2aa8d8 15c8d4d0f009c93108ba239a250322c11f525b37 193bf64486875f0d65c034f75e4c51b8a1e5aae6 1974d734a0e729ef7d5b9def6a6604d71f15af5d 19ef0a7dcb3f8ed1679d72c749c47cf8267bb0c5 1dd542f5ad481a6841e56048981009a6cb37bf61 1dd810ac9d46a1b5e694f6d9ffe322c3179b6413 1feda4777e50f834311202d4593365c87790974e 20aef46baa9f68ddccedb906ce81ddc393ee35cf 2470a8d245c9dbefe80f4d97a4dffb1a74ed6ae9 26c4e67494361dd899b408512cb116472387d397 2745920e3d2deca487cac56e4653446201467116 28912a92ccd42bc89ee9d1524cb0515f2db30540 29c5637f0aaf7ded3a961f4547a412f0e3e42f09 2a5f112a7300bca1c97581c95a2801769df5d4d5 311f97cda067ae45b228b976941bc8b135776f19 33cd5069a7ed1059370e1643201b09c749283716 3b75a4cb001f7be189f61e32f15a2da64f0d8aa7 3eb81fdfb4ab9fcd1ea001833cb40ceeeb8125f5 3f35266cd7f6e72c30c8770dc1fcfd484c1cab1e 403b9876d8a776ad7deb1eaaa080484e7335c32a 4b53a225457670d8229b6b70feffdefef155ebe6 4b84d9f8410fd56df564b3f1c9bae0bb06980678 522bdd0ce9711210f153e295f222b4f192558b53 577767750ed566f4bd1873c50eeac79d90abbd9f 58de11a363efb9622e7e271e00dd46aea3869f7c 59cc35fc87b1255cf6d43d59993b48ce65c5b2ea 632f038bb8bcc11abee34321e2c728fbab88b9d7 64d651139d18b4d8ec9bfea5856840408add87c8 678c79109a8a8445904ecf670619c9d25b92b13b 738a271ce2c70fe7d1a4cf78b647de6ef54ce19c 748ab3ab0250b7acd60d2da2d9c53b53c9f6adf1 798debd98fff129f2a73da2cfcb5696e9f7da923 79f095d1cdd02816022db39b0f8ad868dc0d9bf7 7a2835eb6726181247a55cf9ce400d12b124ee09 7a92a84fc5fc8a9616926e88330b08c10719fd39 8585eae6604cae883b606688ccec6742cac07f1a 8e91b06246f22eb3f2ae9858845b239d8aee326e 93b9cdd7a86d6ad297e70ae3071c45ff0a929529 9453e5aac59e237f551b4d805584f3cf14309a37 96539d4ffd4f775ef3484c9cff725a091d210bdd 99f01ab180d354ba03406e5db65f4d56c59315b5 9a53d98e8da02f9065a40d7e291be529dc8c75bf 9b200b87f58ab8134356ae59636ab1329a84baf6 9c7b9b7fc44c6b63fe6f930ed5072880bf3c97c0 9fb080f5a0613c25ee7f5cc839ae7ebc8882a383 a26e628c7797a54c2f7b3b8e537636cd6393080c a37fd2517c7551f2874ef21f57e854d2ee9231d1 a5349399946ce3619324c1a4940619faef22546c abb9e09fc71afb9a4286e7e623ea27e6c6cb74df ac06ea7a664a42fb6105394624acd23c5f7a6e8d ad6be9e6367909cbaeb705c3a376c75e2ff6ce92 b037cfa20cb6917d903393b6059a1b161e1d57c0 b2ae8ae926bff28a9e9e22912bfc5f4a3328dc19 b3eb6204d100e4bf77bdd1b16ecc620b3a4b1d34 b44ada080f484b2bce6914d295678fe0ea8462c3 b5b2b00efe33db30aaa0154ee06c2ca8a785582f b803f6adc6fb73d2121816cd1dc27e482f7782bd b851a480125a90593493f898d6182808a57640ca c43b3f33651c2b9f26a9fc7e970b77214650ed88 c5fd6f86b1fe996773f31a65c72f6d1d1781cd64 c659f4f2c2592ad4196a4689a750ad831d5c7fc5 c77ecab64369cbdfadf2decb3577c1539643a0db c9a2edd0cb3d8baebcb90c0371acbb7830d0897f cb8749a2879fbf0df3ee640fdf28f8c078fd29b4 cbee14265dbea4bf1115b7261230fd51738a8421 ccd1800b17c7014cb41f4daffd7cd4e704466937 d28336d5ebbbaa6f64dae478a7ca895bc922a60a d728465394f6270389c1cdf5d8a85087645181bc d94a44f7e4d8efff2fa2ca1f95b284a49c994384 daceb35072811d2156a19c9a76d586e682d65ab2 de87a52cad4c3e971924f62bc5819ed0eb899491 df7cb5c16569c82d322be6b30b4681264f93e7d7 e610445e97e50a5972ad83b16557a539d7f8a5b2 e6495f12db0e44e7ba28ef49ea2483eb21e91882 e7e7191c20684628aa751d650198681c0e99727b e9ec64b13f84762571bd55db3b98720e718f0ae5 ea207a3fe50e37d364e95988587e15784e478883 ea797f5409ad9ac6f7df25df744bf3b091684669 ee362d1023cf5fab20a9eea3dff98f83436a1954 f013ac38e285f684b5390007a290f3bd1da91ad5 f4ce2b70374468f45bfb771ee4c94fb9ee88f389 f77456ae1be8fb8b307768ee435231c09f3af9c2 f91833ea68f5a195dfe26e94e8bbfd15f9916650 f95419685fc393ddd392978c3a4379acc19ed656 f9787c2e689618c5a08fdd1eed19f4f1b98dfb79 fae388dd3fc98d6c44c920fb9868344d4b3e06da
Postgresql-Catversion: 202107181
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-14-pgrouting
Source: pgrouting
Version: 3.7.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2935
Depends: postgresql-14-pgrouting-scripts (>= 3.7.3-1.pgdg+1), postgresql-14, postgresql-14-postgis, postgresql-14-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting_3.7.3-1.pgdg+1_arm64.deb
Size: 800048
SHA256: cabe036835b07edd234dbb168183b04b1a50fab841a4a19d98bb8152147c9bcb
SHA1: c6e4576a9473b90f89239ab2d537684b431d0845
MD5sum: 3df34fe15c28ec19808817455fdb74c9
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 14.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-14-pgrouting-dbgsym
Source: pgrouting
Version: 3.7.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 24927
Depends: postgresql-14-pgrouting (= 3.7.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-dbgsym_3.7.3-1.pgdg+1_arm64.deb
Size: 25021052
SHA256: b2986ef30e521869cf6e37a890f274e16a70a277ff39962a05b27e32a5280dea
SHA1: 07f560d050d7b5b1c7309ada60162564070f2aac
MD5sum: 1a6672089595dd97c5af0da215b70076
Description: debug symbols for postgresql-14-pgrouting
Build-Ids: a06face63b6471882eaede5886c1f39690744160
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-14-pgrouting-scripts
Source: pgrouting
Version: 3.7.3-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3886
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-scripts_3.7.3-1.pgdg+1_all.deb
Size: 64604
SHA256: 19f6d4e8284319ad655872e7e8cfcf9a8d94cfa7086f18520c5d4ecd0bfe910d
SHA1: a5a060a19ac2cb36dc0440fc055cd6ba63401a0f
MD5sum: 2d7753c1c5304cb819bf595081fc7d9f
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 14.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-14-rdkit
Source: rdkit
Version: 202409.4-1.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 658
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.4), libstdc++6 (>= 13.1), postgresql-14
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-14-rdkit_202409.4-1.pgdg+2_arm64.deb
Size: 241424
SHA256: 992cf0e2c881afb28677c6b85bfb9c1b8de15eae588e9cb3380eefcc7e394db4
SHA1: eaa29cbb4e28c6f44ec36bb6d517b89271217e7d
MD5sum: 0738803fff3b990709cbb4aa93e07791
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-14-rdkit-dbgsym
Source: rdkit
Version: 202409.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1214
Depends: postgresql-14-rdkit (= 202409.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-14-rdkit-dbgsym_202409.4-1.pgdg+2_arm64.deb
Size: 1151444
SHA256: b2cd4cc70b0588b18adf6007f28f5d936cbaf47c35478be468c4c431bdbff333
SHA1: e93c3882db5534b42f13e38afb7864be01411a35
MD5sum: 43e511f29af47c61f30fffdac56f571a
Description: debug symbols for postgresql-14-rdkit
Build-Ids: 83d5eee5b96d4c187d2b4d3e6ca854532a09687c
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-15
Version: 15.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57579
Depends: locales | locales-all, postgresql-client-15, postgresql-common (>= 241~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap2 (>= 2.6.2), libllvm19 (>= 1:19.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-15-jit-llvm (= 19), postgresql-contrib-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-15_15.11-1.pgdg+1_arm64.deb
Size: 15987164
SHA256: 61c7f9bca09cc86835a52c1a91e26313e206e76ddde9b27096f486505801acb5
SHA1: 53f0b01c555cb938db7de255d987fbf8171fb73f
MD5sum: 4747ee109ce7add5b72602cfb40e5e2f
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 15.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202209061
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-15-dbgsym
Source: postgresql-15
Version: 15.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30473
Depends: postgresql-15 (= 15.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-15-dbgsym_15.11-1.pgdg+1_arm64.deb
Size: 17820256
SHA256: 01a9996f51023d20e56884cb62cff9fd42b7a854f03cbaf1994a4fc21e0aa235
SHA1: d898fa3d794774d5c76d114ec0cf8e10fb8f1d43
MD5sum: e3c078c80f686c8da968f9729661f553
Description: debug symbols for postgresql-15
Build-Ids: 00bae3e377ae394d3814d8c1d716060d854490f5 00dd155304169c084a17b7b8d03b6a682773643d 02f51e75e89e8376a4b6bd1b88cffe0f2d3b9cce 044f8712d85fe6c74366e8a96782d20324583b34 04ffafbf01be075126166d3c6727723ea0ddd03b 09a904e60c25955651ccff4480b529bc2ab4e609 0da2a2cc710df2219ab5a82f479257e27fa5c154 15fb0c93157a0e6283e4d63cea8c57a600e5259c 17674ed19638d3982d3d9865ab80733611293935 1b1128f1f88236d31d95b05be6fcf00bfd6df2dc 1ee425f2cd596a34bcacd4f16699b9f392688622 1f1ead6f744f6e1efc79b205ab33bc73c6828906 1f6d84c086d3f6be6450db6bef76384dff7a87cb 21b0e0c315aa453ff26e510e82b44b19abad6d5b 225841dc49ba2168c23795bdc883149ec2c06d96 24a4c3c122f8ede8f4bb5bdf8bc8cbd782082fff 2517a3b756179d0eb7eba61a7766f225b75148e8 2533b888e9edc2ef454d5a70ca4967fdb1f6d11d 259ee6705fa22f85d8d53f352ab20c5371efba5d 29f6e56040ee56f47ea83008a828b5eef66d0c48 34251651ace888bceaf17338da3756fd6411c9c4 37d783bb0cf56f2b5bee32fdd96f5f294790e3af 3ca80de783b0c87c11ef279ba74f4933575d6b0a 3d0413734776421340375b2db197a2d7fc166e78 3f9a594d653f87e8f9fe073ec9d60f4ed4cfe85d 43a1b1b9c161298238ab1c7ab43d223f1e573220 4885c2b1e30d2a1ca66fa194f0595978138ba5e4 4b985863f4314809135bca2139cc10825d130a4e 4f18d459fe1d1b2252c680d68cd4fb8f366a1f79 4f4c5f16a6f8342eb20da70c49cc0e7cd610229c 516be17dd8835228640f2851082a71cdc1885a79 51d1157502600215a752ae0538ad4fbf797219d8 51e9d43e13de8945e64768883fd323f3421a101a 55a4ef8ae20c1299e5fc6195a1dbeb6c7db98188 55c496e1c5755899511e68f99de4aed8128d8dce 564ee12c04c4da6421f63de10d72ef68da6f4199 56f98dee38ff5e9c9b6edc53a23e01827d00bbb1 57422481332b1194ced670c909563ca7d115f8b9 58b01a7159b0b2adc14ae7e8542b64bb3aeff49d 5c04f6f4035c153aca78ca89a5a4494cbfe34385 605754779599f0f36e440c185877fd43be88fc15 65199f751ce06d45288e54299f5e9eb1968f98d9 67a3fca5cde33bdb8f6411670a0cf1c5e76ffd78 6858aa324c292ecf848b5dc829d99f681d613516 6e51051da91be42a3fb4a1e1b74e5e607d912bd3 6fa63423fef3038a5a73c5e3ea894c9e52b68421 7411611e0735f55a85fcfcc95f5d6be5b4f88f6c 79cfd5eb59efbef39f759f24203cd9d0f37c0482 7b5e6e18a589bdba21997e05afc8147358cfd7c9 7d0bec9ca44e32f497b2361b46046eaafa226942 81afaba2c26d75b949723f7190ed5b5453e5f44e 834588f2e44eb2613983424b3728441f8864ec4f 85583a966e80c43e9961a84445ccb38101b86588 877c2064274afc25025e9bc48f289a78ee7d2322 8b479954dba15c5809b0e2fb796171ada7120d08 8b7f29a3006b91d6e4069fbe5edc7bffb3bc0533 8cb7d260d49b5220f63b8c317d4d53776c82b4ce 8f97b6c8ea05e58c36de53c2adc4d1154bca21a8 91764b110e8e8c40270ece6d32fe94ea0443115f 9617a9cfffd4a4f5c753221c883b51da60196704 9639cc218abf5e6c87b1a2d64eb3b72de75c6b0d 9822d59aa63d5d6d0b94fb355621f298db8a5d89 9b4535b7315cb75b719797a0e740aaaeb60c7e17 9cabbdf2f63a65196cfb298cd19746cda4356f40 9df79ab897982f8975c7289429e5a210783f1094 9e948a21a96b74ee1f50098ba7f7424d91c3ba31 9f2087f387f2d8b848908285e7115069f53104a5 a52ca4b3ef9f5f77d73ac739828c81f5648f0ad3 a97cfd950f3b4bd7e303e3120d27d992146837e2 ad72daa5b69b4791ea2ce939c20ab73c40824471 aed35e925b83b3e7c99adab249577f61a7f053f5 b333342c9a720f368eb7e0df08e7cdc9ab3b0641 b6ef44b3bc75e2f73a8d1460f61ddc70851b31ef b77cc757cc555d84f75b08da480e2d56132d1718 b7b5bd8b2793091d06447ca4658280e12712eb03 baca3c0aa66ba327dcf7552ccc6b40e3e295cc41 bda22b7c9efc9fdbe8d00f3c990a2948606bdafc c35ec34d79d32e9789b054a5cdf426730e295b18 c4da499d8d6715dc536fa3b127271fb0795b6870 c60793a876ef734dade439242e8403a9dc394b46 c6f7878830f4738461606a7a3cbc07bfe254b93c c769ddfdebb19dfac617b1aa46896e6c135b4f85 cb9fbc8e354124c0c494dca0dca975b852c5e318 cc0aec45ac0a7b980d8ad588d93394721c1e5979 cf1b6c34acb3981d5ba622bafe4566f1a0902c62 d301d3339b22bbf407978768c0e000c4788fb7ca d47ec9676339b1aabcfa4b207c81bd4c2df7d423 d832559b8d6f3366ec2f5c2b578f52ec97419666 da19e7337b60e2b8875d39efdfd733d629f05552 dcfd246b75e4cd9fe52bfdbbb9a56a343c2956b6 df368e0e2b531ea0d4db7d6d05c90364e2579762 f6ad36abf6785893cc0d5168ed62971530a53a92 f70e6ec9e1d9edb4fba79d354a7b18fb153b04f1 f77491195c733bc5fbbd2b603a7fdcec626c6df9 f96dedceb1e6de254e01f621298b29324d4cc08f fc91e29a4b9f44327245eaf8d5a4cc6edd7ee16c
Postgresql-Catversion: 202209061
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-15-pgrouting
Source: pgrouting
Version: 3.7.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2935
Depends: postgresql-15-pgrouting-scripts (>= 3.7.3-1.pgdg+1), postgresql-15, postgresql-15-postgis, postgresql-15-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting_3.7.3-1.pgdg+1_arm64.deb
Size: 799764
SHA256: acf1c9979b84ae170d0c1cbcef9af575aa91ad1a443ccc130b59860319710881
SHA1: d7eddfcbf5929cf90c42af39b6ab284ba6250686
MD5sum: b5c1791e5759da85e000f9687ec1f883
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 15.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-15-pgrouting-dbgsym
Source: pgrouting
Version: 3.7.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 24942
Depends: postgresql-15-pgrouting (= 3.7.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-dbgsym_3.7.3-1.pgdg+1_arm64.deb
Size: 25037760
SHA256: 009db2208fce73b9d26781058bf043503af46811df56d3838d9650aad92715f0
SHA1: 530f810311679243a0a2354e14bc7b616f68c63b
MD5sum: 2807170f675747ee13db3bf469562563
Description: debug symbols for postgresql-15-pgrouting
Build-Ids: 0f0bee22465b40f245f0b58486fda9d113630fe8
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-15-pgrouting-scripts
Source: pgrouting
Version: 3.7.3-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3886
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-scripts_3.7.3-1.pgdg+1_all.deb
Size: 64596
SHA256: 57aa9e90a8e549b43e5affea3250a41657b07e65cb7aa6e61925e681a6edf61d
SHA1: 8f2d5c1344f811dd8afaeaafbe3d803925cb002a
MD5sum: b334ea9cbcc062eddfcee57929fd1082
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 15.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-15-rdkit
Source: rdkit
Version: 202409.4-1.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 658
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.4), libstdc++6 (>= 13.1), postgresql-15
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-15-rdkit_202409.4-1.pgdg+2_arm64.deb
Size: 241284
SHA256: 91beeb2ac55d64d352f91bebb14ebc1e9cdbdd7e1909a27f7ce7f39162c3dedd
SHA1: c771a5eb610345c91a6468b87b068abd7a7c9c50
MD5sum: 77b651c917955c618cac7109e8912ec0
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-15-rdkit-dbgsym
Source: rdkit
Version: 202409.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1215
Depends: postgresql-15-rdkit (= 202409.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-15-rdkit-dbgsym_202409.4-1.pgdg+2_arm64.deb
Size: 1151736
SHA256: 04cfc2809eed24e04305334795b5944a3489644d2f22a169328464d852bad8ad
SHA1: 7d42cc26df48203a851c11eadff63c2b103b5210
MD5sum: c637374bb7b72fb6b750ba195be332e8
Description: debug symbols for postgresql-15-rdkit
Build-Ids: 8168ae521dcadf379396e5b01bcfea1496bbbfc5
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-16
Version: 16.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62257
Depends: locales | locales-all, postgresql-client-16, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap2 (>= 2.6.2), libllvm19 (>= 1:19.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 16~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-16-jit-llvm (= 19), postgresql-contrib-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-16_16.7-1.pgdg+1_arm64.deb
Size: 16856964
SHA256: 88e7bcca81648cb85b44ff49e8ed29e8e0ebc317411b31dc2ee319e6a5b8a88c
SHA1: f2232905ab5ec7a0749e52c47ae57fe31be7623c
MD5sum: 9d3160360cd0d49f358cec9e9eba59dd
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 16.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202307071
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-16-dbgsym
Source: postgresql-16
Version: 16.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32565
Depends: postgresql-16 (= 16.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-16-dbgsym_16.7-1.pgdg+1_arm64.deb
Size: 19341968
SHA256: cea85262f13e3f3dd90f212e97d3a776cf9f088aaf3afc0403b8469d80015e7d
SHA1: 6231f6c2ceae0233e28b9155e0a3a1bf6ac74095
MD5sum: e8fc034b71bdcbe276cbfef66029cbad
Description: debug symbols for postgresql-16
Build-Ids: 04f77de632e8789d7c74025ceefffd4508028e33 06d125ab74f9454b39c28e0e73288bc4bda536cf 082b942a46e37fe67de03ea10434badaf933db95 089d0ff4cca335b73a926fc77751bec1ccd456f6 0a5abe4693a4eaca4a4a2e9f6f02f12d7b873eb8 0b5fced3b80c34705199161ef92da2a7bef644b5 160b9387c1dbc78a939f2f96ae583c8f6e28cb3a 163a05681e4b6382e41516dceb21aba4c7b1fb80 18d7667ab71c8b29658cd695d3b01904767df195 1992e27f56fa71d75e88ec59eb2186cca52300b9 1be23dea7bfab8e0818002dd31d0ded39fa2bc6d 1c3501aab3e5d86afb00dabe9df7dba32b30f626 1df46ad10c1f8f372a8300ef104c6f4adf30e0ae 1e9a38d305ad1df7ddaa5edc641f0c71d8580a03 23a154c96e7f8637f92674b056d9cbff5f58ed94 29156c19950f3ad3a12b7863f0865ad7f57ed07c 2a7e5d2510adff417179e169a32352be1c6a2960 2ad4a043fb5bb70cfbb36a8ef068cb9ad9389f16 302381116278f1d7f8f8574f93182bb2953c3db2 31e8335ad75ece327c67931eebb5f47cc4e3c61f 34904a8cf9a5021e86d3315bcfbcbe964d3da179 361cb69d0bc4fedd5e349bcf4138c9798099a2d1 3e1cd3fdf67f526fa1fefdc05bdeec1e62a9d1b9 414f6706e7c303e0bff3273667d89845fa0b266a 41c28ba87f20717dbad24b73b525d99719efb5d9 42a455e27b43d2a929608d4771111849c414a52f 44391f03228a3fd85662ec1f3f961c21b9e88a33 4a0f1506de93fa61c0a1b76d592bee985a1c023e 4d8ea1a84be1ea551efd0507634b74a397caad67 4dd02702d687b3d6767a51e5932b468cbc641000 4edea49b6fc5d04c84050c0f11be22cb99f9b7cc 4f2c7e5a8b20fdac0990a6e299530d80818981ef 590728e1c9ab2efff8e25e5984bb06ccea9dc49b 5fcb8601c394b8b9ebb090ccb8cfd2254ffc54c2 5ffa0ae46d3d1e8d559debcc7f637bbe6f27a5e0 6334c87b542c91461533ee279f37b9ae72aba097 670ad1af81be96224724cfcb0136b0c0c3bc353d 684e11c64bac6bfd91b60c33b7661f989a732d83 68de54dc32a9816442a8b345af59ab7bc0a4e02b 6a009ce8e0fd110345e39e24caa9fd74a780cfde 6b33dfceec9cfe0935c5f23761977826ed82c85e 6b69138c738af68799db5991a237ec724733449f 6b8b59d44844bc88ac8ce0d4421e4ca1ae651231 6c8d159e37548340e81cbdd21ceb85d0faf3d588 7147eb9ab05a688cf09e7c54be3263a7513c71a3 72400d0b4440ffc0f4f78723f1f2bc655bbc9ac5 743edc378f5a3ce4f4ff3f0fa587f3a43b89d9ce 77f7ec712d24ed19c554d388bc71300ea9318787 79604cc69e02d07776d4d864d4105a43eac48bc2 7de9c091055bb7fd7c23fcc70b05e6a280244b33 7ebe0a0db8867a1b7ee2c19c4c745113a3db1771 7f6f885285ad5d57f94696f5281ed71882b08593 7fc63c30014ccf54ab43e975e1e43c2bee91982e 81368f758335e67dfef8366610bac00986d89bad 832d1e2beb1ed2b5fb518031c2d968c8af05eab0 8383125b8ee377ebc7b152c001720c87445ad8e4 89d40a44f3819ee1dfb1c6955489706e4bd3a976 8c98891ced130622d2d5b79a9c4c54d7c1c78d19 90672cc5f9209b1a8c34862fed56aae3bdc4e708 9139655e758d24d89401637aab7bb0f31dd0e70f 92af7633656eb9bb7f76c80489ce6b40c775f344 95137079a6b16535855709b4d8dec2b627386002 96a575efc46768ec2cd656f042475dc02518dc7b 9a9766160b97993e832899030c2a1cedbd4f21ac 9d94371e19f216010cda30871d509bc02e65cf2c a6b51fa92f38ee4341746da7647da8bf6a222a95 a6d3de8178aa4f56fa11204b6040eece01b073c4 a99fa3baf836c25a6101830e0878e91d93a94aab b21949a8a513a7d2131348941fc41a140744a101 b628551cba43dc68028daca8cc83e3da0c5ec7de ba60e581f4b349148f5fcf5c99c07e888b6793d7 bb8faf386d5dcae2155813a934b63fc59a83651c bb9c3710bfc007c581c7c5bc12c0c19c85d339f4 c273e3ee25408591fe9a5fd788a3d76ddea06b3a c3a71c6cf9ff2f43df826118c673c891bfc49a7f c41ab855a37b341f093e830454a93abe16e3de41 cba66285886eccb062ad5bc2e6968dd2ff38cb79 cc5523df259205dd327305879fb5d975c957b8ee cc7e4b4807a3a43a50edec23b0efa511ef8bc078 ce96f1da853ec789debe761b45145af0ae0e2c68 cf329e617f2f933f0e01fe1ad03e20dd626a78d1 d00445e4541174b042b81f2ad9dc153e663f47c7 d0c285236c9cc57b713552b92b39c140b7edf168 d24ebaa7d9ccfff0b28f7cda12d517f7a6b8512f d46b93feb11e8b42bb07d43a1e5743f663f1447f d6a7f9a6cc53c2c9daead947ef50275173f61732 d8ebeca3f5db45436e1244d9825fe1e3ceee8bb7 d9bff59274795008fd3051cde8283fc334344bd5 db26d197b6bcea8b1d47254b84524b0f581e3f3f dfd2546484610fe623a13f470041c5f4f4e14ed6 e40be30bf7026ea72fe50bead1a7500ef9546716 eac05b74c1674dd35f5b7d164cbf6868d07f7999 f253a7e9c7792b33b98d0251de7b5327b60ffbf6 f33eaabdb2320e1c977ee087d140a370d105c2de f9a88116bc79aef8b996f27706be586c1787a2d0 fe9039a8f4f9ebf15756e6e93a6dcde12bbfaf3d
Postgresql-Catversion: 202307071
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-16-pgrouting
Source: pgrouting
Version: 3.7.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2935
Depends: postgresql-16-pgrouting-scripts (>= 3.7.3-1.pgdg+1), postgresql-16, postgresql-16-postgis, postgresql-16-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting_3.7.3-1.pgdg+1_arm64.deb
Size: 799368
SHA256: 0c2871b9478c4ac7dc9fcb92a219e9c4e4b11175108a08a769153abac770dcd6
SHA1: c8ce79622d8f6b1b841dd1b1a8a63344164c2b02
MD5sum: 8e45ddaa73029e57bfdc1361998f85ff
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 16.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-16-pgrouting-dbgsym
Source: pgrouting
Version: 3.7.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 24970
Depends: postgresql-16-pgrouting (= 3.7.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting-dbgsym_3.7.3-1.pgdg+1_arm64.deb
Size: 25065332
SHA256: 539341a785bfc6b8221061e408054d0a878fa707b1892070814bcd8ed2929246
SHA1: ad5e1a2cc39ef0ce9d32ccef2962fbd363a17a4d
MD5sum: bf7214e5af98419ac91035c734f88047
Description: debug symbols for postgresql-16-pgrouting
Build-Ids: e15fbd7f9311a693839abf6b8d03919bddb68320
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-16-pgrouting-scripts
Source: pgrouting
Version: 3.7.3-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3886
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting-scripts_3.7.3-1.pgdg+1_all.deb
Size: 64596
SHA256: cd1654f9109b0bf335c8cabcb2330bb8a509e87003508d41f71c01c42969b452
SHA1: 51b5ad06db721d48229fc63c0171df042f94b949
MD5sum: b227af8e73be849ab7805eab5dad8198
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 16.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-16-rdkit
Source: rdkit
Version: 202409.4-1.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 658
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.4), libstdc++6 (>= 13.1), postgresql-16
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-16-rdkit_202409.4-1.pgdg+2_arm64.deb
Size: 241112
SHA256: 72b75143d3ae3cb3289224779e2d0fefa708988191f6e174ba45384fad433aee
SHA1: bdcb532772ec12e7fcdd043970998779cc0a7ed3
MD5sum: ee7d7cd013b4c16d75c98f30c22f5709
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-16-rdkit-dbgsym
Source: rdkit
Version: 202409.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1231
Depends: postgresql-16-rdkit (= 202409.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-16-rdkit-dbgsym_202409.4-1.pgdg+2_arm64.deb
Size: 1168376
SHA256: d11231cbfb4c39442f69d0cd56d3212924c99e6b196d28fa6226421a1e809723
SHA1: 7c673a4a64e4ff19f284b67863fac235687b2759
MD5sum: 6a7caa526664a7111239f179ff12f06c
Description: debug symbols for postgresql-16-rdkit
Build-Ids: a6c83fe41723bd67cdaaaa286e32dca5beb7d13c
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-17
Version: 17.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64121
Depends: locales | locales-all, postgresql-client-17, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap2 (>= 2.6.2), libllvm19 (>= 1:19.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 17~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-17-jit-llvm (= 19), postgresql-contrib-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-17_17.3-1.pgdg+1_arm64.deb
Size: 17420476
SHA256: 9d96091d696a25a6d1c374bbe59d341cca3353eb6396300c8cf19cf1cf9c50eb
SHA1: 9946a7a3817bc1f0385e0ee5507d86c2215cb582
MD5sum: b6a48e75ed9c744cf5622d5c3b0d0d95
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 17.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202406281-1700
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-17-dbgsym
Source: postgresql-17
Version: 17.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34410
Depends: postgresql-17 (= 17.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-17-dbgsym_17.3-1.pgdg+1_arm64.deb
Size: 20371648
SHA256: dbc3c2305c45f60fcd4fd10a8003a7e7d80c46c2d585f38af6d900d7ff9767ae
SHA1: ae6dff42fec152071120f0b2994a72899c6fa204
MD5sum: 12e9b76b87ad12d5014e5ba9750911be
Description: debug symbols for postgresql-17
Build-Ids: 004abe0ce2fc0b38a162925f6d22bea7d2471e5b 00d7e4330e66ff0caf57d52516f049101b11ddd2 06846e206bb1ba3ea13e0667e0af167ab794a9d2 06f22ecd7e09d280be092456663e3ade74c9619b 097a333cf83c3680be367748df2abfc267d13904 0a82834664292c795723295904795b89f83dbe2e 0a9ccbba59dd06a75ac42317c47ce199915baeae 0c19c34709f0093eb7458ca274a638374eb8aefd 0d951293b0c68d58f176a0c61a4397247fc332c3 183223c17edb59e1335c1357960aa354bc648fee 18656b2d199c34ed5964d5cce3bd053a6290fcf0 19a450619424388edc42e853551464ae7abb2180 1f3b137a4612fd91c1d521ba5fdd1c50c4d229aa 2076454ff5bf22d9be6b13ca22a5f56da3ebf2f8 23fb7f5c6248771453bbe772bc7ec5a779e5f699 294860e0916b99f4ad6377ca56dbb1a9ae72fec1 2d434c5b5de3fa15c9fe13e3d8e8474c7f68c20e 2f4c9558111fbef2b75ff93d3bcd698288eea9f2 3000272872990736f4329c51fd3c5acc058e032e 3192ce52e59a232a8145088a8e8e17f1dc228a08 31cf4199dafcb7bd4e513d0e0e980bb7b5dd5484 3329209238a063291b97767783e010bb2a33a3eb 34664a90f5518085802a913cc5735a4997c0ab97 3700103a4854133fa264b271b1e52482ff5a14dd 381e79240fdadaa71a9e58f81f52b6e9b2992674 3c712c734af1e35d3838c1fdb5c50bb10895e4c5 3c9d22025a73e6862a8197c96e4471028ba6bd28 3d3f52d6346555f9a2bb435bb915b05de8733d9b 40751ad2c962faeccb5daf5d37e01cce0a8efa11 4106663b05a3dd8bc0c865e60319ebc84eee8548 434c29c32754cf9240b35c98bd41bc59eed62ea0 43910092f6a6ae85828fc9fa25e2215ffc4f6474 43bd7e00e12c9220f188b55f087a77d334b4f3b3 49daed635316014fff25efd5bffc9777ad2a7437 4ac9b3d2e09ba33cfea907c7bdbe5d9fed8bc2e5 4d7c01bdf3e04e2b00cc31a9ec999aef8f449159 4f0e40f3abb0dd869823c338c32de387e1b40143 55b914a6bf9e3516693d46b4a63df1f935b51b0f 562c744a62d8a4bd74f1aa6c4a42d0c493b9dc80 568a1104641791d4fed93fa6279edc7f24111ffd 59f136e822e6f83e46436b5e5bfd2f0d5104d920 60954905cbcad2491462769f995fa0d360e42bf1 67cf063ac346f81c20c2e72a7cd9f26add17312a 6fa3e4172ad76e17dc2ceee80a48608234261935 73b7370ccb1f3f10672010e4963eba928e6fceae 73b83a1c57c480f53eb574043b392ddd3ba93fe7 73f4d75717224ea827db2bd5271674475456fbac 755aa1097f5e8e1e883edc26bdcf80c6bc4cb9ee 760889b56bd9d3d219555c583200ce6f70fc3fe1 7d531a55ce60d64ba903b101fd0df8d43852ccbc 7ed12fba072e44a632c09c829fbae31de62f775d 806ba4ca7d3db4f3f8ed87889bde6df86d58a27a 821f18e6c513d99c9af78fbcee6250ff58c26776 823ee21ac6c0b41f93e3fb695aab27b7b3222f4d 86ce9ff1f2baf7443ffe326de06de5826386a32e 8725079e6764603bd91cf12c2edfda9b0d13db9a 918fada5e25a1ca0a6e951739dc4e60913c6f18e 91b8d1437c2d2c46f52d7a0054c09542b0b77b45 97f3ca5a86a178a797db2d1818f412cefc1d6a32 9c61077bb026c7311e44b3ad548216a8f1cbc06c 9df05f3bf69514d8a8af05f1057a97ac5209fbee a32c2bb1a1b59a26816e8d6001a109547e6b23ae a4b2ac702510d5e9c08bb7e73fc871df935bbb86 a67eedb7b1eddb5007e95f87932739e1422b84cf a710299bcee8e0166878ffdc4dda01bd3b0d25d9 aaa2570d125a3f7de416c447bfbfd214086b25cd abf30fef87d7a2e1adc94ae72e49e1eec113db71 ac6dd88435c8b61802f5b56be00ede1d087640b1 ae1378874db15eb4a313121c165f749e45383477 b0be73325685fc67f4ae9658779dd124080bafe5 b5886400c81081d09677b75a6c9eb9dda69118c8 b82ec29aeae96ba3bf7b33a01ce873f63b52c3dd be9d10b35c74d23fb71b46ea9e5580c6aa025f8d c1d44044404d60265d166be958f7066930b57fda c3cce63d81d7e1a3425fe3a8eb01f2255f95f70a c5b51ff2d70f9b11081c3c8b9fb23bb9197d0719 c6d229a380ab4b5cdfca1817a97b8ec6aa92874d cb3e8f4b22556b129b9b091032cd0fb3bf3d5090 cf7389aa7de5536fc48420845f382c4d2965a203 d155568e817c9346e2370db2aa9b140ba3bd5222 d2543ebb691a31f9a0e8a083e4acace594454fbc d3824e136b83f168e61ce8f0a047945329718010 d515e6c4eb0d014f9005bdc5a426257ecd32cfa4 d9788d49ef288f68cb22a6eea43ec80ed95721b8 db07045097d4572618f5ce9b606dfdf4ad921fd1 dc7368210b24f776f89590d989e93c943fd44e66 df0de0f59ddc00030a8d56a5a11ffc1e3204751d dfae3433f2aec6fe353cc65ba4b2f7fb00b2f236 e1e1b7d626c2bcce433631f6e1123c04c85b006f e54b95687b318e869210d725fd3dcf886ee6388a e89317241677d6a2ae832d4110be6ec7664ff1e7 ef914766af69b83cab9cd10e16ac4ef1a7d230c8 f0bbf90bae445dec97a9931996c44fb5ea41d307 f13904a650623fd48275f7375507b014e9ffe8f9 f531768fe72d181dbd9519d3eab1c0271f09eedb faeec72aa1fc8f4efcdb527470830f2eb0310811
Postgresql-Catversion: 202406281-1700
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-17-pgrouting
Source: pgrouting
Version: 3.7.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2935
Depends: postgresql-17-pgrouting-scripts (>= 3.7.3-1.pgdg+1), postgresql-17, postgresql-17-postgis, postgresql-17-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-17-pgrouting_3.7.3-1.pgdg+1_arm64.deb
Size: 799672
SHA256: e3b378da245443f4dde9712b08e0dcfd0c215485e82f8b2252f72279174ad6fa
SHA1: f6a8318e4c5ac36ba119aff0c94d0523ebf4ee5e
MD5sum: 7f608b429bfb4b64bcbe8239034f4db3
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 17.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-17-pgrouting-dbgsym
Source: pgrouting
Version: 3.7.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 24978
Depends: postgresql-17-pgrouting (= 3.7.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-17-pgrouting-dbgsym_3.7.3-1.pgdg+1_arm64.deb
Size: 25072516
SHA256: 40000da8ec9ef382115f2baeb75cfcfeabbe76e682e9fd5aa61e83fc0731c787
SHA1: cb3f5d2ffdfe0fe530ae1688b654eddf61150ac2
MD5sum: ed55dce9f25cee60ea05deb4c28acb1c
Description: debug symbols for postgresql-17-pgrouting
Build-Ids: 3a5daaeb196d19e593f69d4ff6739d527a7ab5d9
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-17-pgrouting-scripts
Source: pgrouting
Version: 3.7.3-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3886
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-17-pgrouting-scripts_3.7.3-1.pgdg+1_all.deb
Size: 64592
SHA256: 57ecb51732ba8465db9ec21d1bdd4113034205ff28e5f50177fd6625643d02ef
SHA1: 540fa232f1731191c98b859dda61a358972a30d5
MD5sum: e06fe8b86b9ee8edf8605ae88fbf24d5
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 17.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-17-rdkit
Source: rdkit
Version: 202409.4-1.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 658
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.4), libstdc++6 (>= 13.1), postgresql-17
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-17-rdkit_202409.4-1.pgdg+2_arm64.deb
Size: 241100
SHA256: 68e76e771468adfec781b70a6b2a2e93d960c57b0f48c089d2b641873a4fdca6
SHA1: fffd4e2720b54ca2bff92f1d72108387f7955fe7
MD5sum: c62c38569e85225cbc04ebb969223f3d
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-17-rdkit-dbgsym
Source: rdkit
Version: 202409.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1231
Depends: postgresql-17-rdkit (= 202409.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-17-rdkit-dbgsym_202409.4-1.pgdg+2_arm64.deb
Size: 1168948
SHA256: ef19db637972a25028316746eeffa2f9a311f30b1c57a8f6d0acb41935cc59a6
SHA1: 8d4fc0ad0f0e704704baa1ee5c80a75cbb6270f5
MD5sum: 4d3588748c7764ef03f194ab6be72bfb
Description: debug symbols for postgresql-17-rdkit
Build-Ids: f70c99fb9e9039a55391a6741489406f5dd84ae4
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-all
Source: postgresql-common
Version: 272.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19
Depends: libecpg-dev, libpq-dev, postgresql-common (= 272.pgdg+1), postgresql-server-dev-all, postgresql-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12, postgresql-13, postgresql-plperl-13, postgresql-plpython3-13, postgresql-pltcl-13, postgresql-14, postgresql-plperl-14, postgresql-plpython3-14, postgresql-pltcl-14, postgresql-15, postgresql-plperl-15, postgresql-plpython3-15, postgresql-pltcl-15, postgresql-16, postgresql-plperl-16, postgresql-plpython3-16, postgresql-pltcl-16, postgresql-17, postgresql-plperl-17, postgresql-plpython3-17, postgresql-pltcl-17
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_272.pgdg+1_all.deb
Size: 13552
SHA256: 5d28d4db361d3f796c50f1e8391e2a319ab05202754bffe3bc2d2ccd0f5687eb
SHA1: c2c1bee536c69d6bdea8a2bb4fae0f671dc24f41
MD5sum: b667fb669d0f011749a31b504352b226
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 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.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-client
Source: postgresql-common (272.pgdg+1)
Version: 17+272.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19
Depends: postgresql-client-17
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_17+272.pgdg+1_all.deb
Size: 13412
SHA256: 0944a39d8294bc1c3056e9f8faee4ff5fdfcfe3458e795ff5267142c91c33f87
SHA1: c00c1e7da440469a101b5808651dee61881950c3
MD5sum: 18078c992df1f9b5e7769b414e741248
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.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-client-13
Source: postgresql-13
Version: 13.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7442
Depends: libpq5 (>= 13.19), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-13, postgresql-doc-13
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-client-13_13.19-1.pgdg+1_arm64.deb
Size: 1505852
SHA256: c6ae08d6b3bd34f2420bd250782c8a8e5a5880d035c15108f547e9a0e698eb58
SHA1: a310cf631b0b838fdb30b847974303dbb345a232
MD5sum: f6c8feac1119f82ebc6aad79a7c4995b
Description: front-end programs for PostgreSQL 13
 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 13. If you install
 PostgreSQL 13 on a standalone machine, you need the server package
 postgresql-13, 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.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-client-13-dbgsym
Source: postgresql-13
Version: 13.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5233
Depends: postgresql-client-13 (= 13.19-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-client-13-dbgsym_13.19-1.pgdg+1_arm64.deb
Size: 2181128
SHA256: 09f61261ca0a329c60139ff5ffe80c06b3100a19c81ce545d5521168edbbef58
SHA1: a7ff57a88dae6102a7ef661501234e3422c24b16
MD5sum: 3b13bf24cf15b12f1a49f04720105e22
Description: debug symbols for postgresql-client-13
Build-Ids: 00665ffbd0e373cd442c6208d9c576238f9bfb44 159146abffde4a47bbdde5112874e3ec41424597 4b9af6bc3ca4acf19afd57a8e15fb13d175952ef 4d2a5e7af20a02f0942f18fc69f4c9dcdf279ca7 4de5c3d289828be3774b7133757ef350efbf6f1c 526c7a88f040337fd2c857500691e52d604ecf40 54153cfbb84c48c9362003f5fafbf62417e0fd3c 55b10923175c4724fdb0b4d0bd32911b28bdbd9e 5d64fd325e62de880b81afd585cd36c1ed6a42db 6397dc3c30629d7e5e8e5f8a8611bd49034af86f 7c7b2784520a5246c1c66e045583e9129dbde319 80d87baf2bb12da90cb80c09ad7b4ce709acbc72 81f574864adc53829fa5fbf647cec50cbe0bfb56 8888c184d7c0d3e5dddfb3f981a3171a138c2b45 9596c057a2e99abd2e1ac1bf1099293b5b268c85 9d37b9a06f55deda496252cfd2dde8641c1ee1dd d59cefee68c7e464c82eb7bb8919353eb0527ba0 d9ac3339d257b959413147196e5adc1de0901eb4
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-client-14
Source: postgresql-14
Version: 14.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8473
Depends: libpq5 (>= 14.16), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-14, postgresql-doc-14
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-client-14_14.16-1.pgdg+1_arm64.deb
Size: 1632936
SHA256: 4af74b7c1f8317aed4f5eb7fea0db9469ee8484710f00d308548d2ef8e58f9fb
SHA1: 36efbb6cf83d776c9926eacea506ab11f7f0bb11
MD5sum: 3d8f295a0061691de2afeb20d46f2dda
Description: front-end programs for PostgreSQL 14
 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 14. If you install
 PostgreSQL 14 on a standalone machine, you need the server package
 postgresql-14, 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.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-client-14-dbgsym
Source: postgresql-14
Version: 14.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6087
Depends: postgresql-client-14 (= 14.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-client-14-dbgsym_14.16-1.pgdg+1_arm64.deb
Size: 2564488
SHA256: 897652010d99b1646c2584e7b39e4c37fc108798aeda8c43f6b1d1bd61c4174d
SHA1: 9f12303bd5af9aff4d543b2cc8d2d0c10d31797c
MD5sum: c3cee95d73fcbc42460c7c9ec96316ff
Description: debug symbols for postgresql-client-14
Build-Ids: 1595fb2cef31880b7aa32f9030070b6fa205bcbc 159c427f6b08968eb971a287f6e573aad9f56550 1f555140366f23349a2a686bc2e9aae0781c9027 2078be62d31067e42747511f417ccdd4a8f26856 26358275389be823977d34b150e6cc728ac141d5 37fe62c8f2adc182729b8d08fb2ae3005c33a494 3e1f02dce61f9a787d029aeeb6fc80e3e18df185 438aa3852725c981e7e1825fba85662eacf970b1 50982bb8ef8df994024fd023f2d4be7295d1aad7 78d384119f5d9a7ba7ed34f762ed34439cb009cd 882d860d0271c5b8560f2c74bf40af200619308b 888b8665696a47d1f1ef6cfcd252a70ec9bfd449 8e597cb052f0d720ea56cec611d8d54c2653ee24 9b84a23c2a9438eb2220bbb7cd4f48bc33555254 aa8298d1f88632b5646291d07092ebd0f91677b8 aca1df02dd7022fd8eea332ef5b36118fe301736 b0780dc0c244a6e5fbc9a05bfecac99846122dbf b629afe262c4b60b4d8810a7bd688f4efc75b850 d75c75cd609a3eb795b2e7dc22bcee814a9de57b f3920dd379a7ab0fa7f8f6751dee9effbac2829b fa3e9712eb0e0ad9dc423844e4fa579ba316ee3c
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-client-15
Source: postgresql-15
Version: 15.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8996
Depends: libpq5 (>= 15.11), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-15, postgresql-doc-15
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-client-15_15.11-1.pgdg+1_arm64.deb
Size: 1695556
SHA256: 8b729c34f970ba383d145eb59bcaca61a2e351acf5f9e36022cdf1c83eafcb57
SHA1: 8f9d3fc810cde20f04e0dc859269726cc4df6aa0
MD5sum: 8ecb908fe1ff0bc4dfead38440218e59
Description: front-end programs for PostgreSQL 15
 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 15. If you install
 PostgreSQL 15 on a standalone machine, you need the server package
 postgresql-15, 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.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-client-15-dbgsym
Source: postgresql-15
Version: 15.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6387
Depends: postgresql-client-15 (= 15.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-client-15-dbgsym_15.11-1.pgdg+1_arm64.deb
Size: 2747260
SHA256: fc4f22a547888001cc2db6e57059a9e6b50c1c8ff882b01bff2ee153a34e29f2
SHA1: 6a12ba9689f7db4df34ba4e34a0173b7dd376866
MD5sum: 91281ac14f5bee339bddd9e057173cdd
Description: debug symbols for postgresql-client-15
Build-Ids: 06065a1b692b38e50d655794b341cca421a41bf4 08c17694de26dca2c2b833b5d316519ac5c9d53c 0bdc16b740bd6a5d14bd4b28dfcfc8a7346fa47f 145e99708888e4246b8bfff6533e90037ca79510 217c9e16c642145e055701a95e7c045cf64a68f6 2a9c2a833b106ed9b6287d0ea7e49137c65a1b6a 38cb96a053117816472ab87d7aab3f7a199858b4 4222e09d8320d67e29048655ad8e99f80c34da9f 52f58662af9b817ae516e824771de7f1d3ec2131 59510c007ca13178a4581b054c26212e139f6538 647de5a988eb424b6acd679d952865f5a38d3a11 7f84c4f7a124ec0cde93762355b20eac243cb454 90c3616b51cf0685efc0ec8246a4aeb2feed200f aaf2c25d76645c3b8e033ca22603cbcbb7931f7a abf99f563f4e42c4cb1673eb566a40d5238cc19b c1c097d35112344b9f3f2e7697684713e7531446 c6467cc1c056a9f4d79c76af8bfc5dccfcb41b9b e2777ce52698e1baec65c88dd02cac184a2a7a34 f529e5e74feb4ddfb5018fc417b7d5dbfd015c2e f7c1d667a2b363a47bc0b65452e441ad748fc8bd fd5899104323c34a54d8f0f6f8acb73f9078e523
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-client-16
Source: postgresql-16
Version: 16.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10406
Depends: libpq5 (>= 16.7), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-16, postgresql-doc-16
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-client-16_16.7-1.pgdg+1_arm64.deb
Size: 1901332
SHA256: 0266721770bcc5fce7317b5687339f296cbfb9bdbc8bb1d94d1dc85ecec1f004
SHA1: 691fd91013604af0d579a77adfb425cdd8dc897c
MD5sum: 01f83f2b439e27ee591e9bf43decafdc
Description: front-end programs for PostgreSQL 16
 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 16. If you install
 PostgreSQL 16 on a standalone machine, you need the server package
 postgresql-16, 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.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-client-16-dbgsym
Source: postgresql-16
Version: 16.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6682
Depends: postgresql-client-16 (= 16.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-client-16-dbgsym_16.7-1.pgdg+1_arm64.deb
Size: 2832864
SHA256: 947f7c11476d18ac17da8c8839336d4349bc6eb02f32369546710afb18526cc0
SHA1: f45fd23a3f20209263e5d3c135d4429e60afc5e9
MD5sum: 24306718ba783fc9f4b1cec1c3cb9008
Description: debug symbols for postgresql-client-16
Build-Ids: 01d5c0118f226efa7e8045a8f859994cc64aa6af 2c53692c7cfb9876ab27354da508dd83c6ca2a89 2c6400ec88b02ae9633b434831461495f08e08f8 2e6e7e0269949f1bf3cf7c30c01a887bb20b0f83 3f427052688f3c93a9d3ed102e96d4e77fc9f14a 58fae73349aa3b09cbe6beb1c2087a17e6acf3db 6b83dfe21e9e4c9b8705e478f9f3620108d1304c 77143cc15523eeecec44fab5073e16f63c1f6f3f 7fa2335c0f15f734186bb437c55b581a724d1910 89828966e53e258ced4635ead410d4b74edad2f1 8b319ef2d34cb93ef8a36d17b9ea6ef410cda859 8c4e284d886b0ecf0892d19271844886377562db 99b6c3160a4f22b2ee6d615d7a61a5785bf1ea4d b13918a55f5a5852dc9824e83d23082b7f7f8f1a bae37384f2f17be80c8ca3eef22967a10f1dc9b2 bd18b3d2fcef4b92c28667b9e72033e9b2ed1f64 c3468f6d2c701a151238983bb1aa955186bf0478 dadc98843d97dbbbf01c01f70c0387e74c607453 ec66ff3273d44753541dd22bbaf70b0fc22fb644 f8969875314ec5155eb777b2e08288e028c98925 fe06f714026700da2b338d5a780aade04c6d65cf
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-client-17
Source: postgresql-17
Version: 17.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11099
Depends: libpq5 (>= 17.3), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-17, postgresql-doc-17
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-client-17_17.3-1.pgdg+1_arm64.deb
Size: 2004224
SHA256: 0fbf4b490b4f950120d6006d1d4812b6650b6bc3f0ba2cb25f1a9ebfafeacdd9
SHA1: 430d490935d30894fae1d677a57eeb5ab8497bcc
MD5sum: 79be85427a371ed978642ad52da523e5
Description: front-end programs for PostgreSQL 17
 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 17. If you install
 PostgreSQL 17 on a standalone machine, you need the server package
 postgresql-17, 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.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-client-17-dbgsym
Source: postgresql-17
Version: 17.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7167
Depends: postgresql-client-17 (= 17.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-client-17-dbgsym_17.3-1.pgdg+1_arm64.deb
Size: 3078180
SHA256: a465e8d2af721dfc4aee5919815d0d6d2a064f63e10b95e44c83b7ae959e6a12
SHA1: bf117880456ef0606b2b7464f8ecf4d5d2515aca
MD5sum: 45cb5230a67a00ce5d0e948146dbebbd
Description: debug symbols for postgresql-client-17
Build-Ids: 14cb056975d292cc2c234e094ab4f17981cc63a1 22b71dafa72cd98be33a3bbe6ac663036be75140 47caa4a72f276ff0d19d35fc14b227fc30aa766a 502a5dc373189a1238e6098840f1e12aafb00f79 60d359fdb80f845d993444377bace8dbad5d48c8 62ec3e59bb8648f042183ff61fc5a783414d0fb4 64bb88c9b61d2a080dd6969a98e7e420806a5c32 6bb005475a1f0d87fbab1e74526ccda82bfed6ad 6e688adabaab8961eefd4f471ad1602b85380aa7 748128ef936f17a1537551b44fe746a38178b133 858d61f47801a2d2f6922f0846335ede7ed25dc2 87d0cb47d55890657f4e780808ab65035475234e 93a1e465a3f18e037a70bbb1465d0e307d004718 b71df96ca0c343048aea3c99c2d813962e951869 b9eef9dad69fe5f64cb31480307549d633a19e34 be9ba51001f0796bc2444846a3fee260c3d80a4f c972fba75d0c704b74b9fa77125eb81742513888 dd0451b1faa2a8fb8ab88695073f513b7bbb61a0 f4c38dc78c338f3a09a8da8e7447e99a5db02fda f65fe1dd6b0602075a82fefb9c3fc9e380744570 fa133c7cfd032a9ac2a0352dcc45c8fe5471065a fca1010d24eec35870d52fdb0b454c743be1b69c
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-client-common
Source: postgresql-common
Version: 272.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 153
Depends: netbase, perl:any
Breaks: postgresql-common (<< 269)
Replaces: postgresql-common (<< 269)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_272.pgdg+1_all.deb
Size: 46440
SHA256: 045bf66498432728ba7b25a98ec37880017e55717f8931da11ba92576ac85cc7
SHA1: 7f48aac59503fd917afdc6b71d144b507943a7b2
MD5sum: f88c4a664dea0b74fa38b0e739b299ce
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.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-common
Version: 272.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 354
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, libjson-perl, sysvinit-utils (>= 3.05-4~) | lsb-base, postgresql-client-common (= 272.pgdg+1), postgresql-common-dev (= 272.pgdg+1), ssl-cert (>= 1.0.11), ucf, perl:any
Recommends: e2fsprogs, logrotate
Conflicts: pgdg-keyring
Breaks: postgresql-9.1 (<< 9.1.1-3~)
Replaces: pgdg-keyring
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_272.pgdg+1_all.deb
Size: 111140
SHA256: 1bb5436f3408db2a5ae643c380ccd603bc5d5c713a0dab4f00b8b50903420429
SHA1: 5d8e9fec872774c4646fe3faa15a3df921b7fe90
MD5sum: faba11e8cc2f21a974fc8f81d6c182a5
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.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-common-dev
Source: postgresql-common
Version: 272.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 333
Depends: libipc-run-perl, make:any
Breaks: postgresql-client-common (<< 269), postgresql-common (<< 269), postgresql-server-dev-all (<< 269)
Replaces: postgresql-client-common (<< 269), postgresql-common (<< 269), postgresql-server-dev-all (<< 269)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common-dev_272.pgdg+1_all.deb
Size: 71620
SHA256: 1afff1cb24ac1fdfda9d584d0c941ea8405c4e47a32dfe4026ff43d302e0d777
SHA1: dd2ad99102a910f487059ca03e67714e0f8e96ed
MD5sum: 06080116a3b4093f15f3d5ee6373ebd0
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, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 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.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-doc
Source: postgresql-common (272.pgdg+1)
Version: 17+272.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19
Depends: postgresql-doc-17
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_17+272.pgdg+1_all.deb
Size: 13400
SHA256: 80b49cd24bcf2009f5a36e572d635963660445292e196b4ab5f13a9e59be1c90
SHA1: 13a0d6da931a23f52364ccddf8d83ac61cbc7227
MD5sum: 75a63d25357f47738c2b12d263b045cf
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.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-doc-13
Source: postgresql-13
Version: 13.19-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15947
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-13/postgresql-doc-13_13.19-1.pgdg+1_all.deb
Size: 2004732
SHA256: f5ec7397f800743a72ca58b16dc41101643add4c002e2f61845a21fd4fff13cd
SHA1: 5ddde4babf2badc89c98e89a05867e3147005525
MD5sum: 5087c91616f53cf596b105e21c8bc0e4
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 13. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-doc-14
Source: postgresql-14
Version: 14.16-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16395
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-14/postgresql-doc-14_14.16-1.pgdg+1_all.deb
Size: 2053820
SHA256: b44b11cecb4ebc60035150734e4077032f6d14eb43e2e41d719f241ea3a87462
SHA1: e25c2d7583e9ae7ece7c86adba62adf250444799
MD5sum: 14b3db713920108ae1a6c2ff7eff1d50
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 14. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-doc-15
Source: postgresql-15
Version: 15.11-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16231
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-15/postgresql-doc-15_15.11-1.pgdg+1_all.deb
Size: 2065248
SHA256: a19019bb64e7430875b0f15ccd6d27dd07fe7afa7c947d91df2ef91c60570b04
SHA1: 957c9f77930939ef6de9499583d3d00cfa76bde5
MD5sum: ff5fca271436582fd7a4ee24669226ba
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 15. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-doc-16
Source: postgresql-16
Version: 16.7-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16756
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-16/postgresql-doc-16_16.7-1.pgdg+1_all.deb
Size: 2115396
SHA256: 765723cc706511d67941cf3f5dd253e48afd30a64854ea1c7b3e2bbc10a3bc06
SHA1: d5453ceca287a49739c6373622070d9af7b589e8
MD5sum: 1b5317d143515c9d0f0591e3328a60dc
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 16. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-doc-17
Source: postgresql-17
Version: 17.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16908
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-17/postgresql-doc-17_17.3-1.pgdg+1_all.deb
Size: 2126380
SHA256: 5cc8c0d959b2df7b0b373570214f4ac6059e3d76727c7ef831b3060ea53f3156
SHA1: 96acf3f58586e8bcc3c5e0d307b8f81ba2971d04
MD5sum: f0a38d0a773a8034b01b02e76474d6c2
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 17. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-pgrouting
Source: pgrouting
Version: 3.7.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 48
Depends: postgresql-pgrouting-scripts, postgresql-17-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: metapackages
Filename: pool/main/p/pgrouting/postgresql-pgrouting_3.7.3-1.pgdg+1_arm64.deb
Size: 22936
SHA256: 77ecd03102a66adb61fb2a82ae12f989efd261973482f8dd198000fab8914e73
SHA1: a2d126a653cf747d97cb6e7d76dade5eefccb875
MD5sum: 4bb4e66032b63bdd847ff9109ac3d777
Description: Routing functionality support for PostgreSQL/PostGIS - Metapackage
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This metapackage depends on the PgRouting package for PostgreSQL 17.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-pgrouting-scripts
Source: pgrouting
Version: 3.7.3-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 48
Depends: postgresql-17-pgrouting-scripts
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: metapackages
Filename: pool/main/p/pgrouting/postgresql-pgrouting-scripts_3.7.3-1.pgdg+1_all.deb
Size: 22956
SHA256: ff8a6f203f53a8ba0a50be8610fb578668f8c23526219c32abaf7323111ef025
SHA1: 65e3a0c50b559d380b9aec1ad63b200db65efff2
MD5sum: 25813aff9b488bcbcbc9ebbf3f8a87d8
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts metapackage
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This metapackage depends on the PgRouting scripts package for
 PostgreSQL 17.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-plperl-13
Source: postgresql-13
Version: 13.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 556
Depends: perl, postgresql-13 (= 13.19-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plperl-13_13.19-1.pgdg+1_arm64.deb
Size: 86236
SHA256: b59bc67f2c1fc6003ab5662b32bec6412f3475df2c65b7089abd121821fcfc3d
SHA1: 99b25b3f360223033051ad8e747d2fa1242a43df
MD5sum: faac976719fda9896183fa38d7a0567a
Description: PL/Perl procedural language for PostgreSQL 13
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Perl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-plperl-13-dbgsym
Source: postgresql-13
Version: 13.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 234
Depends: postgresql-plperl-13 (= 13.19-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plperl-13-dbgsym_13.19-1.pgdg+1_arm64.deb
Size: 188620
SHA256: 6dcec3d9b24b69a745bd8edd818e35cdc996ad312edb328e8669cd77eeb1bd2a
SHA1: 859eaa95143ab0d8b51679b6099994b26bf6886b
MD5sum: 1b69b3ab07edca42904811fadf4747d9
Description: debug symbols for postgresql-plperl-13
Build-Ids: 0a3fd5e2b5af5824b4276dc01133842f23db251f 453b909eb754ee2fb9fd51dc62dd23edcf9b9c72 70a85cec617e774d5a9d1aef1844dee346c300b4 b16401d39ae36cb6e6884f17573598efe0552dc2
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-plperl-14
Source: postgresql-14
Version: 14.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 565
Depends: perl, postgresql-14 (= 14.16-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plperl-14_14.16-1.pgdg+1_arm64.deb
Size: 84900
SHA256: b2e4ecb2f6fda657f010db0775b24e95397dbb0fa5e0b4f8174666035b08c7ee
SHA1: 35e307a6c5dcbcf999650d53f1833dba89cd8232
MD5sum: 8b5f2cb5728f5e449d9f261ab539893e
Description: PL/Perl procedural language for PostgreSQL 14
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Perl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-plperl-14-dbgsym
Source: postgresql-14
Version: 14.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 235
Depends: postgresql-plperl-14 (= 14.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plperl-14-dbgsym_14.16-1.pgdg+1_arm64.deb
Size: 189528
SHA256: d1a708d02b62d26516238ee4697b427a3c4349cf408a76cf9649ae52fb8d359f
SHA1: ba19d32de405a6044c2ab40e8eea1dbe50ee6073
MD5sum: a0901b0928a70f127d7151b647a0098e
Description: debug symbols for postgresql-plperl-14
Build-Ids: 379e7d21f821946a2f0f4cb6cacf3da8a9d269cb 4252a04f9391c2fec0143138377b1c78d168ed86 824f8f373ad69c39ff55473ec3e9ef5c0a928ffd ab25b108c08f95ee3b7042d627215212c69ca55c
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-plperl-15
Source: postgresql-15
Version: 15.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 566
Depends: perl, postgresql-15 (= 15.11-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plperl-15_15.11-1.pgdg+1_arm64.deb
Size: 83520
SHA256: ba6617b4265d284f5c4c924e42d9ae7c6a973a2aa60fb24918eb1a6e6ca8d00f
SHA1: bb62e782cff1f61be3b37cfe2551a4509305f2e8
MD5sum: 87d4654ec211c9666d970c364b8ff1a2
Description: PL/Perl procedural language for PostgreSQL 15
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Perl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-plperl-15-dbgsym
Source: postgresql-15
Version: 15.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 240
Depends: postgresql-plperl-15 (= 15.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plperl-15-dbgsym_15.11-1.pgdg+1_arm64.deb
Size: 193416
SHA256: ab07f2491eec15790711de22eb24e344e7f2741e91280d9f0d4a8a99f0f79d94
SHA1: 48e7c491f3bedae0f7e286e426c8ecd78f3a8435
MD5sum: 053d0d5c91c2ca6b5a942f904c317c84
Description: debug symbols for postgresql-plperl-15
Build-Ids: 0996b077dd4fcf13d937783ff211999d5e57660b 4037c039aec1094a7ad6224b1fd508f37149032f 6957210da57987abd9a7e0480fc50fc863ded980 d5212fee58a3eec6515eef8b6fa193f076aa7acc
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-plperl-16
Source: postgresql-16
Version: 16.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 579
Depends: perl, postgresql-16 (= 16.7-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plperl-16_16.7-1.pgdg+1_arm64.deb
Size: 83688
SHA256: b7555acd9aff990806795709fdba0645ceb5b9409a3841a13d168fea7c1cc5a8
SHA1: eca5f5a1f183befd07ff6132669eeef5644250a3
MD5sum: 99231c1d5c828933da937ff22edcb2ca
Description: PL/Perl procedural language for PostgreSQL 16
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Perl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-plperl-16-dbgsym
Source: postgresql-16
Version: 16.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 243
Depends: postgresql-plperl-16 (= 16.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plperl-16-dbgsym_16.7-1.pgdg+1_arm64.deb
Size: 196756
SHA256: 6fb8dd4c694213de93b3b03e3c99b006c9c9d28dbc58a9980dd69c2c64cc4f33
SHA1: d9b64e9ec4a413277dbc711e5738a9bd888ada4c
MD5sum: f31de08c7cb3348392a2e4b6dd9aaef0
Description: debug symbols for postgresql-plperl-16
Build-Ids: 5d3a748fdc290633de8c204faf47c5e18701c932 8518a10fb119de71ec768d901a8514141df84b6a 8d483cdc1e28c8f505c3052043ae29139f685fda fd2127fa3ba078d2eb7e9c931711b65ba8a5a373
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-plperl-17
Source: postgresql-17
Version: 17.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 576
Depends: perl, postgresql-17 (= 17.3-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-plperl-17_17.3-1.pgdg+1_arm64.deb
Size: 80820
SHA256: 79e94718468d1900da6a2a08de2d57eb75631f894a4d59473dd3ba857523c599
SHA1: 3b4cf3e0cacc9bd2511273b06d500350d9b2a0e2
MD5sum: c1bc14bfd95afc8960655cda7eb654bb
Description: PL/Perl procedural language for PostgreSQL 17
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Perl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-plperl-17-dbgsym
Source: postgresql-17
Version: 17.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 246
Depends: postgresql-plperl-17 (= 17.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-plperl-17-dbgsym_17.3-1.pgdg+1_arm64.deb
Size: 200144
SHA256: 89ccbbc18dd30536ef7623abcfd26bfe5f9d5fa5f8405c9e4e36e834e7c5fffd
SHA1: 25c910448d08dc28320a10e18de332cf14e8d066
MD5sum: 87797152e2d24dab79628c6068f7ab67
Description: debug symbols for postgresql-plperl-17
Build-Ids: 22b6ef1cd0817dc6b2bcc44e8ff239b40e2c82c6 4ef3b1c545044a83c6439083d2193d90eb299465 a4a6ec3a7694f87f2981cf496b405c8ff2ad3a2a c5000b53366d9b102a511006049a05d805ffb60b
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-plpython3-13
Source: postgresql-13
Version: 13.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 642
Depends: postgresql-13 (= 13.19-1.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13_13.19-1.pgdg+1_arm64.deb
Size: 109152
SHA256: e90789a149bea033ba2ceef5cbb4eb1eace16e99b53584b0de41c40ec96e81ff
SHA1: 1029970eb86a2124d3fc541509796687a759d1ef
MD5sum: 49656edbfc21a594fccdaa26d99d3cad
Description: PL/Python 3 procedural language for PostgreSQL 13
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Python 3.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-plpython3-13-dbgsym
Source: postgresql-13
Version: 13.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 231
Depends: postgresql-plpython3-13 (= 13.19-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13-dbgsym_13.19-1.pgdg+1_arm64.deb
Size: 178324
SHA256: 8b8a784554735fd6971f12c7f0a1dc6ea42eef5cb097c6ba227b072d177b274c
SHA1: a0547c6671de2febb556634061f4a1dcd2873293
MD5sum: 7c2dc470b2f7b66c6cd06833621c9beb
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 214a0baad4c1b89c0b8d7d8071216d405ea3aec1 2db80121e09d63a0fa2b8a5288da2b8209d1dced 598e965dd052631df110a4b667ecb2b8688a318f b95fe3ed79e35805621c0394dec1d8d62d34ecf2
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-plpython3-14
Source: postgresql-14
Version: 14.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 723
Depends: postgresql-14 (= 14.16-1.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14_14.16-1.pgdg+1_arm64.deb
Size: 109332
SHA256: 825f261a07896c8b73e574c9b5b49ca742537f84ad6ad6804e2f5f6ce2debfb5
SHA1: eb560b22566f5dfb5eab8e556b99fa8ae2a4d53b
MD5sum: c35d947ac046ad1b9f724349baf65e9f
Description: PL/Python 3 procedural language for PostgreSQL 14
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Python 3.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-plpython3-14-dbgsym
Source: postgresql-14
Version: 14.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 231
Depends: postgresql-plpython3-14 (= 14.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14-dbgsym_14.16-1.pgdg+1_arm64.deb
Size: 179844
SHA256: 26ebd1c55de3aa5a17eebd1e7e0234376cec556e879e7d9fefadae1381c0c5b7
SHA1: fbe76941872c3736825adcf58cd1b7178ed04839
MD5sum: de38061374f0d11e15311d318dc7784a
Description: debug symbols for postgresql-plpython3-14
Build-Ids: 562eaa6be00bf0f2f10fe3420d6562cd2326286c d3909e8c2b873d57a8d051f1c1a072e90c81fb90 e11991e436cc9d11489a95ab066a978c2869e829 ebdad05214e533a9d7c28512b0a1d98a00b04ffe
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-plpython3-15
Source: postgresql-15
Version: 15.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 738
Depends: postgresql-15 (= 15.11-1.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15_15.11-1.pgdg+1_arm64.deb
Size: 109656
SHA256: 0858c9016efba65a88aeb4de1d8e34aa99fa65cb3d1c03777d8d15308baeebc9
SHA1: 9795d9b3e516664b6f27217cbe7c56181bd9249b
MD5sum: 0f6b51a46317736de56f0e9477563b06
Description: PL/Python 3 procedural language for PostgreSQL 15
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Python 3.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-plpython3-15-dbgsym
Source: postgresql-15
Version: 15.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 232
Depends: postgresql-plpython3-15 (= 15.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15-dbgsym_15.11-1.pgdg+1_arm64.deb
Size: 181336
SHA256: 0b0be7f468de9505bd809620a0a4dcee5ee493a99d60f3b3bced490b3e637c66
SHA1: cc1a7e707b3324b4d935027cd619f080c5bc0dd6
MD5sum: fe636d95fa6e262a7d9ca1c7dfba9a08
Description: debug symbols for postgresql-plpython3-15
Build-Ids: 064d5ee954748a5bdc15cfd245484b8e3475be04 ac9e8443cfadc3c784c85bb8aaa4b180fa4e5e85 ea3e6a7f2b45e4fdafa1308c0a89ea109d27385d fff12ff19303ff275f643d3816283c6e93c7e2c2
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-plpython3-16
Source: postgresql-16
Version: 16.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 684
Depends: postgresql-16 (= 16.7-1.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16_16.7-1.pgdg+1_arm64.deb
Size: 108512
SHA256: 1d6a46a56abbeef9e90ef33830da4608f91c7c296438318e32aeccfba5a0d250
SHA1: 7f1fb3d396c6a1139ca5205d7b02ddbc3736674a
MD5sum: 9caf68cf058e28cc28a61512d05ecf0f
Description: PL/Python 3 procedural language for PostgreSQL 16
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Python 3.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-plpython3-16-dbgsym
Source: postgresql-16
Version: 16.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 238
Depends: postgresql-plpython3-16 (= 16.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16-dbgsym_16.7-1.pgdg+1_arm64.deb
Size: 186312
SHA256: 6b77a7f4dcb370cd71ae397234dd238754876cff5c23500c1c1c9c2bf6756f8a
SHA1: 0f8146eb1c5e7de4813e89dfb73fdf83e11ce457
MD5sum: 612352f81dff780c4547be7f2b8d624d
Description: debug symbols for postgresql-plpython3-16
Build-Ids: 120f3c36f8de5468573f74793dbb9a13442a1bf7 14cbcb52d325a9a0e4cf2383a31fa2157d5952ca e6d37f58626d2e44c83d2ed837395258b1d6361e f1d0ee37a091dd315d6d5eccd5e1394017eef450
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-plpython3-17
Source: postgresql-17
Version: 17.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 681
Depends: postgresql-17 (= 17.3-1.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-plpython3-17_17.3-1.pgdg+1_arm64.deb
Size: 105472
SHA256: 43f39bebfd4d10a4c46d6c5afef3d553fb75a71f9a612abf14ce404138e6547b
SHA1: 8486ca268d22d8f3ed05e14c55c56b087ee2ff5d
MD5sum: 8d27dff1f1b3b1322c5b43f366858960
Description: PL/Python 3 procedural language for PostgreSQL 17
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Python 3.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-plpython3-17-dbgsym
Source: postgresql-17
Version: 17.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 241
Depends: postgresql-plpython3-17 (= 17.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-plpython3-17-dbgsym_17.3-1.pgdg+1_arm64.deb
Size: 189508
SHA256: ad396f3b181f4e65e0dea46dca9b9f1c79f87a64a4df3637925354d103166182
SHA1: 31362672094ae3b8f38940a31abb51e4c2b81931
MD5sum: 1cd95e583952a963b679a66edb55f8b3
Description: debug symbols for postgresql-plpython3-17
Build-Ids: 33629e11174c153ae3a3a6dc1697657c84e59558 80f4dee58cd6027905d3a0aba3ccf4c79494ed31 867bb251949c62718bb35ef495ebe252057ef29b 944870dc5b7d5bf83343b8d3611df2e5cc7fab8f
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-pltcl-13
Source: postgresql-13
Version: 13.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: postgresql-13 (= 13.19-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13_13.19-1.pgdg+1_arm64.deb
Size: 45560
SHA256: 5fecebfcee9e2be9443a1e78fbcb76861cca5c300b26be6e14e4f2e7990c546a
SHA1: deb5e48c72ead85b63b64b8fd6473414a126fc32
MD5sum: 0d05987a12ebeef5552661d5e966d74d
Description: PL/Tcl procedural language for PostgreSQL 13
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Tcl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-pltcl-13-dbgsym
Source: postgresql-13
Version: 13.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-pltcl-13 (= 13.19-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13-dbgsym_13.19-1.pgdg+1_arm64.deb
Size: 74552
SHA256: a6e2ed2572065e430b20a5b95ce580c1a7937e54e01ae67cfb955d38cfed884c
SHA1: 46399f0bee68233b0ea2c97e6f691d2886991153
MD5sum: a7676653e2adf3b9d47c458948e98db1
Description: debug symbols for postgresql-pltcl-13
Build-Ids: 54946fe39baf7b32e919dd94ede06fdc496fc23d
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-pltcl-14
Source: postgresql-14
Version: 14.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-14 (= 14.16-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14_14.16-1.pgdg+1_arm64.deb
Size: 43116
SHA256: 34ed6451ce89d3086c06cc8449783ec6c68d626d97654daa074c27a24fb423f6
SHA1: b5d57c09aad0d8d8c2b454578d82de533252b71c
MD5sum: 9738b740ca13b774959461fe0d91f759
Description: PL/Tcl procedural language for PostgreSQL 14
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Tcl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-pltcl-14-dbgsym
Source: postgresql-14
Version: 14.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-pltcl-14 (= 14.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14-dbgsym_14.16-1.pgdg+1_arm64.deb
Size: 75148
SHA256: 80623fa7468c48037d373002d09a29dbf71533862bc886e5fce6c45b6b712285
SHA1: 60b9185eae487f95a75efd87635a2ed790de5a1d
MD5sum: af3ec0abe3e9875f438ac9ca854d4a1b
Description: debug symbols for postgresql-pltcl-14
Build-Ids: 13249ed34ffb5408ee955c6889c2e1c78aa9eac3
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-pltcl-15
Source: postgresql-15
Version: 15.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-15 (= 15.11-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15_15.11-1.pgdg+1_arm64.deb
Size: 42808
SHA256: 0c5c7665d12702c0f310f287d6bcbf8c521847a994542203b634477c6d1653cf
SHA1: d6d1771dda177fb2343029b2ef078c1dfd1d16f9
MD5sum: 59663337d6f966709d8a11e4eb15f072
Description: PL/Tcl procedural language for PostgreSQL 15
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Tcl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-pltcl-15-dbgsym
Source: postgresql-15
Version: 15.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-pltcl-15 (= 15.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15-dbgsym_15.11-1.pgdg+1_arm64.deb
Size: 79072
SHA256: d0e8c608220239cc12c7946df57a864f8bd4f6a5b0c91463665d8c4c42751fb0
SHA1: e4997d1fc277d32b4d0bd6728b0a3456ac367864
MD5sum: f08af11453021b7add7eedb70073e4d6
Description: debug symbols for postgresql-pltcl-15
Build-Ids: 8605e4552f34e885e57a079c8aef502d9c4be2d4
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-pltcl-16
Source: postgresql-16
Version: 16.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 207
Depends: postgresql-16 (= 16.7-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16_16.7-1.pgdg+1_arm64.deb
Size: 42304
SHA256: 4c66829d9ab17bda955fd943b04d217a54a2dc4500ec3194afedf9d1985e3aab
SHA1: 3769bb8e794be2d3ecdaca7435eb2f4ea4b0334c
MD5sum: 79aeb21fa6f5af78346596c5e958b2e4
Description: PL/Tcl procedural language for PostgreSQL 16
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Tcl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-pltcl-16-dbgsym
Source: postgresql-16
Version: 16.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: postgresql-pltcl-16 (= 16.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16-dbgsym_16.7-1.pgdg+1_arm64.deb
Size: 81752
SHA256: f6dfc9524a774e974688c293b93f4b37a6f4805b9b70dfa4329e326815df9a8e
SHA1: 8ad31e238591efd7e95c40c29cd4366f7702ccca
MD5sum: f255a82db1e8d750222945acf9f1239c
Description: debug symbols for postgresql-pltcl-16
Build-Ids: 943f98d725fe3232a136472328eacbbf22a01f72
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-pltcl-17
Source: postgresql-17
Version: 17.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 204
Depends: postgresql-17 (= 17.3-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-pltcl-17_17.3-1.pgdg+1_arm64.deb
Size: 39472
SHA256: 7542d0bb22d0ee35638c2c79b5ad5685ed874b51acb5cc351f54fd7f98324d21
SHA1: 1a656d2393dced46866e84f43ce15a5636718c6f
MD5sum: 8e09c300e556224219100ea75ea86a26
Description: PL/Tcl procedural language for PostgreSQL 17
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Tcl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-pltcl-17-dbgsym
Source: postgresql-17
Version: 17.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-pltcl-17 (= 17.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-pltcl-17-dbgsym_17.3-1.pgdg+1_arm64.deb
Size: 85212
SHA256: fd8d754788cb285a29d5a68ab4e70bef3108fce194dca9262296186bb13a2d71
SHA1: 5643c2a456fe0fbcec5e946b63dc19bfb4ec7a4f
MD5sum: 35ff3a96c41279826a43536a3d6ef0e6
Description: debug symbols for postgresql-pltcl-17
Build-Ids: ce28087dd58e5afe79f94cadd29be75217310068
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-server-dev-13
Source: postgresql-13
Version: 13.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6208
Depends: clang-19, libpq-dev (>= 13~~), llvm-19-dev, postgresql-client-13, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/postgresql-server-dev-13_13.19-1.pgdg+1_arm64.deb
Size: 1054324
SHA256: 6a1f7c80ff69742a0e98b4391096e4da29cfc56acf8897580d54e77c720798bc
SHA1: 717826a89f7f314c61926e08704cd03a3cc62345
MD5sum: 14542944b43ccc299f06027818f5ccc2
Description: development files for PostgreSQL 13 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.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-server-dev-14
Source: postgresql-14
Version: 14.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6719
Depends: clang-19, libpq-dev (>= 14~~), llvm-19-dev, postgresql-client-14, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14_14.16-1.pgdg+1_arm64.deb
Size: 1128104
SHA256: a3bb4db1621b6661bd68aa1d8be2b26ba191e34b9e7ef022ad984cf03eda4832
SHA1: cd420ff57701bd011524c83f02017de628836b2c
MD5sum: 5b92bfc402db5d4d6e4364162f2f5cfa
Description: development files for PostgreSQL 14 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.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-server-dev-15
Source: postgresql-15
Version: 15.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6880
Depends: clang-19, libpq-dev (>= 15~~), llvm-19-dev, postgresql-client-15, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/postgresql-server-dev-15_15.11-1.pgdg+1_arm64.deb
Size: 1152716
SHA256: c713e46888cad67686fc8e9ad5f9addcb79c4d4e0b3ace16784800a506e56ab6
SHA1: 88514a6eacc704d5d8998ecfd32e4508b3e41904
MD5sum: f311e789deeb26e44a6e361b1e197e07
Description: development files for PostgreSQL 15 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.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-server-dev-16
Source: postgresql-16
Version: 16.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7074
Depends: clang-19, libpq-dev (>= 16~~), llvm-19-dev, postgresql-client-16, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-16/postgresql-server-dev-16_16.7-1.pgdg+1_arm64.deb
Size: 1180504
SHA256: b38bbf4f1c9c660281f7b145f19101e31ae336aec90e07e034654531efa5916b
SHA1: 5dd3d2a7b071003bacfbeaf1062eb54fc0fc65af
MD5sum: 82a2f89b19e07caba4d309e33c31d740
Description: development files for PostgreSQL 16 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.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-server-dev-17
Source: postgresql-17
Version: 17.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8297
Depends: clang-19, libpq-dev (>= 17~~), llvm-19-dev, postgresql-client-17, postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-17/postgresql-server-dev-17_17.3-1.pgdg+1_arm64.deb
Size: 1318064
SHA256: d5df8ff7af5ab567477191ff099844928551ec519a3b524289597babc1ef4035
SHA1: dc551e144fa58cdde24085464414ec84e99400cd
MD5sum: f4d504a80f90616d01146439528c0834
Description: development files for PostgreSQL 17 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.
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-server-dev-17-dbgsym
Source: postgresql-17
Version: 17.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-server-dev-17 (= 17.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-server-dev-17-dbgsym_17.3-1.pgdg+1_arm64.deb
Size: 56884
SHA256: 22976f302d69f40243c84e15453da1977d78b661a539b4a1e808cd5d42051708
SHA1: 5591b3896f7222f431a7b1147f7448d9eefd0284
MD5sum: 0d0ca179f136e6417a7a43d41a0e60d8
Description: debug symbols for postgresql-server-dev-17
Build-Ids: ca1f2e478f5aedf93e22ae2f71f45cd6ad037ca9
Timestamp: 2025-02-13 19:47:00+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 272.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19
Depends: postgresql-common-dev (= 272.pgdg+1), postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12, postgresql-server-dev-13, postgresql-server-dev-14, postgresql-server-dev-15, postgresql-server-dev-16, postgresql-server-dev-17
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_272.pgdg+1_all.deb
Size: 13416
SHA256: cb8d5bd97bcc43502526389523ee42c0b3aa8d42bf727898289a1ce6811ac40c
SHA1: 67098c88b6db9e55a5d0a30ad7f1884424cd78e9
MD5sum: abc6fe8498f7bdda685b2482c0c834a0
Description: build tools for multiple PostgreSQL versions
 The postgresql-server-dev-all metapackage depends on all server-dev-NN
 packages for all supported PostgreSQL major versions, required to
 build PostgreSQL extension packages, as well as on postgresql-common-dev
 for build infrastructure.
 .
 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.
Timestamp: 2025-02-13 19:47:00+00

Package: python3-rdkit
Source: rdkit
Version: 202409.4-1.pgdg+2
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 28983
Depends: fonts-freefont-ttf, rdkit-data, python3-numpy2-abi0 | python3-numpy-abi9, python3 (<< 3.14), python3 (>= 3.13~), python3:any, libboost-numpy1.83.0 (>= 1.83.0), libboost-numpy1.83.0-py313, libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py313, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.34), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.2), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.4), libstdc++6 (>= 14)
Suggests: rdkit-doc
Homepage: http://www.rdkit.org
Priority: optional
Section: python
Filename: pool/main/r/rdkit/python3-rdkit_202409.4-1.pgdg+2_arm64.deb
Size: 4311680
SHA256: dec1eeeceb5254f46c3b79ec80278a60f0fd2194a3a8f8e04756eabf0ab7654a
SHA1: 92d645c11ab1c119eaf9e940edd8fe9137a3cc7c
MD5sum: 29eba65abd0a9872cdf4c1798c2e8fa7
Description: Collection of cheminformatics and machine-learning software
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
Timestamp: 2025-02-13 19:47:00+00

Package: python3-rdkit-dbgsym
Source: rdkit
Version: 202409.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 71188
Depends: python3-rdkit (= 202409.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/python3-rdkit-dbgsym_202409.4-1.pgdg+2_arm64.deb
Size: 61420948
SHA256: 4b4046174d00e8e660a5c2fc286f4d0391f9ace4ccca17ff5d6e7d8444cf647d
SHA1: aa184f8ce94c8f6df194ddf3a8935516d6bcee22
MD5sum: c2312cd6d517508b78e9b44401d743da
Description: debug symbols for python3-rdkit
Build-Ids: 041a4f28da41f301e833afeb8583a010a1fed5cf 07e14c00e94eae014ab8908a9ca1e5459425f388 0999819bb35dedab3df103b73cc1d25ba5bc9eb6 0a25de0cdf0d558af33cae878fe126038b6501c1 0a9b7080af2774bca94fe835ffa219f5d7feb1bd 0d297cad870b4b71e7348796b02aabb656164bde 0f392564bb3e80040522d622e6f805fd7454e32b 0f636a7231f82f1e3fc8cc2da9110ba0cda5af08 12199d8785d23b2804ff988dab56d8975db05670 1420b504c26f07e60cf65952f68b72d76911d18a 15fdad865e03c12a5707b67bb8b3586da947b561 1afd918f5a1ba98147280d67d821c0c247dee019 1cfa12f029d7b8ab373fbe66c6c0461965d3c2ef 263acb1619a3fd8e562884c3e2aa094bb2059aed 2d41cf935760fa71a0aa5c39f9851a2e22a86000 32e5eada5328e59c6ab379fb5e27f71ea7bbdd1f 35ed18d20ce696cc22532b852b2a58573c04dbc4 45d428a34a6cbbbccc46f228da01d10c42ecb441 45f434d09e694502729ecafec8dba729300f2606 4fcf33ebc53f62b9dfa1d8e2e246f3335dfca335 50b8a6addeccfdf5e425240c46672aaf625f3a40 597c6566f629a00f08fbff83976dda91a233f2be 5f51a99ff94e0190769a1c01c077e4652d9bd01b 5ff225874dffd4b2c6f461fde6b88cf9dae75d6e 623f89818e263372bf0d199fcd314a74a030b8e2 634d2ddcbb504c94f15af806341749da6fca3bd3 65c43e95cfd205a7cad5445050f2681052141d86 691f638c0d475ce020f904acdfe05a90b498b2a1 767f9645b064cc4a6db738692d75a65038ee8871 7e246d56285ad11831b30e267e1c242cc031991f 7fae7fdaf20715bf70af3254213ba46b99d5e3a1 8077adcccb50341a1e28ccf2d822dd556bddd129 827be29a684bc12b7cdd11a949230ec35bec1d92 83a048babc1c27e723626469a7c9be1662d13fac 8c7d003103c7a21a24cbadec34a80e54634c117c 8de280a0d16561807908c2eaa4190966bba504b2 995e104952784a8ca4753c9b3af774c411cd8a5c 99922405a52c9d55e397e7e1e4e3a9a0a1b9e3bc a445fa7a3e68ed9bb3d0d17fd993d647911340f6 b29a46fdb688818bf8758a41e88386efc6095771 b507f8338086c5a9142438fe7f0b7b531863c64b bce5c027ad4e8c63237fa0ed6055fe7ed427da6f bea4621ed6f33f4d056ebe46668fcdaa19d4434d c7554edfdf41a140d5fa4a5c665e79b1aad2f6ec d49d6e2ad29e41694ce03d4364dd31c70f433c26 d56511d21f06d8fd6ac539d602e33b997f430197 d6db35fda1214489df55bb64f331323d5ef1e93c d9349fe46a97d65cb00c01889c36594be33a8848 d9a06c5dfedddcec8657b94dac1b3608ae31b0e4 d9e489028c4e72d4aaf3eaf3129c827a863368ba e1983c59f2d0e20db6ae4d54ebe8f2f0aa210a28 e4c9866922f4fc8d091a8eb063160c7ac8cd07a5 f1327efe05b8ad5f0f735efd9780e4aca612dc1d f49aa4ba085f3087a192c3707af04f52b2491b9f fc0f5dde5739d4826df445e95b59b4e46cc7213f
Timestamp: 2025-02-13 19:47:00+00

Package: rdkit-data
Source: rdkit
Version: 202409.4-1.pgdg+2
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 58513
Homepage: http://www.rdkit.org
Priority: optional
Section: science
Filename: pool/main/r/rdkit/rdkit-data_202409.4-1.pgdg+2_all.deb
Size: 13109180
SHA256: 2c3c22ab699a71a67a3adebcc8a72601c2c56169fb62ea102493d5f9ebafd9ea
SHA1: 1880fb73764c19462dcd9203c7b7a401288cd350
MD5sum: 223b70854194181b178a69640b3dcddc
Description: Collection of cheminformatics and machine-learning software (data files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains data files.
Timestamp: 2025-02-13 19:47:00+00

Package: rdkit-doc
Source: rdkit
Version: 202409.4-1.pgdg+2
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 81141
Depends: libjs-jquery, libjs-underscore
Homepage: http://www.rdkit.org
Priority: optional
Section: doc
Filename: pool/main/r/rdkit/rdkit-doc_202409.4-1.pgdg+2_all.deb
Size: 6863620
SHA256: 30d5af6a9b333a0d7f54c045b87268df478aa28a3b1edc3ed085413a9a370a49
SHA1: 397ad42df383d309a23760cb6acd10f1eb9879ef
MD5sum: 6725dc376b4973e301dfc45a838ab336
Description: Collection of cheminformatics and machine-learning software (documentation)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains the documentation.
Timestamp: 2025-02-13 19:47:00+00

Package: omdb-postgresql
Version: 2023-09-27-2.pgdg+1
Architecture: all
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 36614
Recommends: postgresql
Homepage: https://www.omdb.org/
Priority: optional
Section: database
Filename: pool/main/o/omdb-postgresql/omdb-postgresql_2023-09-27-2.pgdg+1_all.deb
Size: 37393520
SHA256: 1f5f954fc204450457ccff608a0f67ebda1ce04d492cc601c745a63c00fbe91d
SHA1: 72fab5d72db0a26a03995fe21438670c3e830cb7
MD5sum: fb0190951dc5da8616829b5627e3e341
Description: open media database for PostgreSQL
 omdb (open media database) is a free database for film media. This package
 packs omdb into a PostgreSQL database. The PostgreSQL schema is intentionally
 not optimized (no indexes besides primary keys) in order to serve as a
 playground for database optimization.
 .
 To import the data, do:
  createdb omdb
  pg_restore -d omdb /usr/share/omdb-postgresql/omdb.dump
Timestamp: 2025-02-14 16:41:00+00

Package: postgresql
Source: postgresql-common (273.pgdg+1)
Version: 17+273.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24
Depends: postgresql-17, debconf (>= 0.5) | debconf-2.0
Suggests: postgresql-doc
Provides: postgresql-contrib (= 17)
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_17+273.pgdg+1_all.deb
Size: 14552
SHA256: d55f782e2e1b4a2671ca3f512955f9965879781cacafbe68eb2565e45b8fd31f
SHA1: d2fdb27bc155a90ed10b9dea0fe977784f6beaa6
MD5sum: 9a0de0171ef6392847d83b89231658cf
Description: object-relational SQL database (supported version)
 This metapackage always depends on the currently supported PostgreSQL
 database server version. It also offers to automatically upgrade the
 "main" database cluster to the lastest supported major 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.
Timestamp: 2025-02-14 16:41:00+00

Package: postgresql-all
Source: postgresql-common
Version: 273.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19
Depends: libecpg-dev, libpq-dev, postgresql-common (= 273.pgdg+1), postgresql-server-dev-all, postgresql-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12, postgresql-13, postgresql-plperl-13, postgresql-plpython3-13, postgresql-pltcl-13, postgresql-14, postgresql-plperl-14, postgresql-plpython3-14, postgresql-pltcl-14, postgresql-15, postgresql-plperl-15, postgresql-plpython3-15, postgresql-pltcl-15, postgresql-16, postgresql-plperl-16, postgresql-plpython3-16, postgresql-pltcl-16, postgresql-17, postgresql-plperl-17, postgresql-plpython3-17, postgresql-pltcl-17
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_273.pgdg+1_all.deb
Size: 13596
SHA256: 89e809ed9bd954dfdc60f79228021d56c1f4fb54da4b69692354b3e17a2912d9
SHA1: d7c033c2c611fc717fe1364e529500ed71369b97
MD5sum: d4348d99abfe3d81b3616095fb3dd0c6
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 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.
Timestamp: 2025-02-14 16:41:00+00

Package: postgresql-client
Source: postgresql-common (273.pgdg+1)
Version: 17+273.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19
Depends: postgresql-client-17
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_17+273.pgdg+1_all.deb
Size: 13460
SHA256: cf2128b7629677789e9227505038a9f81499055fad8c1f0020ac6af49deceaef
SHA1: 8ce2518e575f230a4d7ce159dc0bd44b072a6c2c
MD5sum: 3372773a75fd114711c31e5d7dfcf2e2
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.
Timestamp: 2025-02-14 16:41:00+00

Package: postgresql-client-common
Source: postgresql-common
Version: 273.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 153
Depends: netbase, perl:any
Breaks: postgresql-common (<< 269)
Replaces: postgresql-common (<< 269)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_273.pgdg+1_all.deb
Size: 46500
SHA256: ed4177adb80a4efd8f052c7acea9c9fd8dad9103875c10d6285d8a313c6dd456
SHA1: f09e0b70f03d1dfb832d48d50d665f6be8a4f7c7
MD5sum: 5d7f572407cf9de3e85a602d1e84aa15
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.
Timestamp: 2025-02-14 16:41:00+00

Package: postgresql-common
Version: 273.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 354
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, libjson-perl, sysvinit-utils (>= 3.05-4~) | lsb-base, postgresql-client-common (= 273.pgdg+1), postgresql-common-dev (= 273.pgdg+1), ssl-cert (>= 1.0.11), ucf, perl:any
Recommends: e2fsprogs, logrotate
Conflicts: pgdg-keyring
Breaks: postgresql-9.1 (<< 9.1.1-3~)
Replaces: pgdg-keyring
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_273.pgdg+1_all.deb
Size: 111176
SHA256: 02f66d7bbf77a4cec0b4332e5341bab86f0c7b508c309633c631ff254c955a2f
SHA1: 802a5806fc0810483a13bcf537171f283caaa574
MD5sum: 490e9a3d8391e8d18204778281aadca1
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.
Timestamp: 2025-02-14 16:41:00+00

Package: postgresql-common-dev
Source: postgresql-common
Version: 273.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 333
Depends: libipc-run-perl
Breaks: postgresql-client-common (<< 269), postgresql-common (<< 269), postgresql-server-dev-all (<< 269)
Replaces: postgresql-client-common (<< 269), postgresql-common (<< 269), postgresql-server-dev-all (<< 269)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common-dev_273.pgdg+1_all.deb
Size: 71660
SHA256: 7fdcaccdf9ebc3709fe985a0aee7a572289a07140360c22fa81311870e9bddcb
SHA1: 0e38c815fcecacfcf0f2dd15cc5fc4dbca4e14e7
MD5sum: 544892f0b2008e727fcf91f5a9410fdd
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, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 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.
Timestamp: 2025-02-14 16:41:00+00

Package: postgresql-doc
Source: postgresql-common (273.pgdg+1)
Version: 17+273.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19
Depends: postgresql-doc-17
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_17+273.pgdg+1_all.deb
Size: 13444
SHA256: 3af4e9cbd2271224a39bb33e3ff9eae79bdd09ff6e605d0ea3f68239111e478c
SHA1: 3e633c353bdd20ffb5385608051bb1f9c107ba35
MD5sum: 9ceecdf831630d3e67c90d86ab92e64f
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.
Timestamp: 2025-02-14 16:41:00+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 273.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19
Depends: postgresql-common-dev (= 273.pgdg+1), postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12, postgresql-server-dev-13, postgresql-server-dev-14, postgresql-server-dev-15, postgresql-server-dev-16, postgresql-server-dev-17
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_273.pgdg+1_all.deb
Size: 13468
SHA256: 3fb22dc0eea5935e0ecd59f6c83b5f198cba368da0d679d671247556192f7e3d
SHA1: 77644e477fbda515c6172aca1dc5bae4078f43b3
MD5sum: bb739e6bea878adf54c05049cf5b0265
Description: build tools for multiple PostgreSQL versions
 The postgresql-server-dev-all metapackage depends on all server-dev-NN
 packages for all supported PostgreSQL major versions, required to
 build PostgreSQL extension packages, as well as on postgresql-common-dev
 for build infrastructure.
 .
 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.
Timestamp: 2025-02-14 16:41:00+00

Package: check-postgres
Version: 2.26.0-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 779
Depends: postgresql-client, perl:any
Enhances: postgresql
Multi-Arch: foreign
Homepage: https://bucardo.org/check_postgres/
Priority: optional
Section: database
Filename: pool/main/c/check-postgres/check-postgres_2.26.0-2.pgdg+1_all.deb
Size: 154992
SHA256: 444643721b0f9e1b70deacf654af2fab3dec41179b3d1225293acd5ecde7581b
SHA1: 8aeaf024f06ec50b3903e10a5d48f6b7a7205b86
MD5sum: be869663dbe1f983c1ae552e44c0d7a7
Description: script for monitoring PostgreSQL databases
 check_postgres is a Perl script that runs many different tests
 against one or more Postgres databases.  It uses the psql program to
 gather the information, and outputs the results in one of three
 formats: Nagios, MRTG, or simple.
Timestamp: 2025-02-16 14:56:56+00

Package: libecpg6
Source: postgresql-17
Version: 17.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 275
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-17/libecpg6_17.3-3.pgdg+1_arm64.deb
Size: 57660
SHA256: e6c8d59f329dbf7356b4f1abcafc363536c6ed52279dc21f4d1a8680cafa4e60
SHA1: 2c70779786a26c4d5241213bca921a467f597294
MD5sum: b4ad5ad0e3c9a71ca98709ecbe779804
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.
Timestamp: 2025-02-16 14:56:56+00

Package: libecpg6-dbgsym
Source: postgresql-17
Version: 17.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: libecpg6 (= 17.3-3.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libecpg6-dbgsym_17.3-3.pgdg+1_arm64.deb
Size: 115380
SHA256: c5bd73e533ad2e350e3da1846c852390c30f19418042ffa73f3d6108a0cf0e9f
SHA1: 78609fb7343f19a47067b3cb457194cfa5e760b1
MD5sum: 9785dc20bac9bb489aa408c394375e4f
Description: debug symbols for libecpg6
Build-Ids: 0980c1099f7af5fcbf6fcce566b79935bddbc060
Timestamp: 2025-02-16 14:56:56+00

Package: libecpg-compat3
Source: postgresql-17
Version: 17.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-17/libecpg-compat3_17.3-3.pgdg+1_arm64.deb
Size: 14832
SHA256: 5550e91602ed2df9ba880469daba9dadd0608d3c89499584bc39d2e3fe9c35c6
SHA1: 9d0e6f649673622a9c1772e7387d6b6e7c1d946b
MD5sum: fd49a12b410e0d830af2ae49bf86cab3
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.
Timestamp: 2025-02-16 14:56:56+00

Package: libecpg-compat3-dbgsym
Source: postgresql-17
Version: 17.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 17.3-3.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libecpg-compat3-dbgsym_17.3-3.pgdg+1_arm64.deb
Size: 16968
SHA256: 04e07b695e2f40bcec72da88478ab4192b652c49493da3586bba868720594549
SHA1: 2b0e2c7dee161b190743a48fb51e3c486ea7b3dc
MD5sum: 128e48b0360d709519440b4ad849c54c
Description: debug symbols for libecpg-compat3
Build-Ids: 566913fac6406be35d353b5d51574b6f68b218a7
Timestamp: 2025-02-16 14:56:56+00

Package: libecpg-dev
Source: postgresql-17
Version: 17.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1698
Depends: libecpg-compat3 (= 17.3-3.pgdg+1), libecpg6 (= 17.3-3.pgdg+1), libpgtypes3 (= 17.3-3.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-17/libecpg-dev_17.3-3.pgdg+1_arm64.deb
Size: 284956
SHA256: 4301be8461577517cb944f62b18a47e886fbdb4630c99aec21234ee519ee57ef
SHA1: 9297c2e6870bc179360a33f4dadf85298366d481
MD5sum: 24167c5be686c63119b062187a5c3c25
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).
Timestamp: 2025-02-16 14:56:56+00

Package: libecpg-dev-dbgsym
Source: postgresql-17
Version: 17.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1321
Depends: libecpg-dev (= 17.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libecpg-dev-dbgsym_17.3-3.pgdg+1_arm64.deb
Size: 269504
SHA256: 6144bf0fb46a30ef421cf28b02399a6e3cc50ffbbbb9bd57a82ae81118bd7e8a
SHA1: d76381761384f9643cf4b3a3f310619c1eb16478
MD5sum: d11f58b68ddb171c034a0841d6fceaf2
Description: debug symbols for libecpg-dev
Build-Ids: 4c6b0d16fa3f6b60b6db76c43913ffe698e81584
Timestamp: 2025-02-16 14:56:56+00

Package: libpgtypes3
Source: postgresql-17
Version: 17.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 161
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-17/libpgtypes3_17.3-3.pgdg+1_arm64.deb
Size: 41528
SHA256: b6381122b738e64d2d77482625d32942d903dc1177d327aff26647428a1a1ca0
SHA1: 3f04a24aed063b0c29ae5456a8c44bd3eb63e312
MD5sum: a0e8a2ecda9be132b8268ef590bfc0f9
Description: shared library libpgtypes for PostgreSQL 17
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-16 14:56:56+00

Package: libpgtypes3-dbgsym
Source: postgresql-17
Version: 17.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 17.3-3.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libpgtypes3-dbgsym_17.3-3.pgdg+1_arm64.deb
Size: 89808
SHA256: 16608d7b084a80b2b52f79e77610175d2cecad6d0ad49e30789e1c4ab6b59adc
SHA1: 5b40448ee68268359b187f63866a55ce34178355
MD5sum: e0ebdf4b90d6158f89e8c62fff394757
Description: debug symbols for libpgtypes3
Build-Ids: f5c8ae994ea179d66433b33a46740a3dcf96e5c9
Timestamp: 2025-02-16 14:56:56+00

Package: libpq5
Source: postgresql-17
Version: 17.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1108
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-17/libpq5_17.3-3.pgdg+1_arm64.deb
Size: 220200
SHA256: e04dbbf5a319d3cae203444c1968f1d86e2d626e33efb866dd9984a7072900ed
SHA1: fdb124448a8ebf1f93c2f88d84770edbc838b190
MD5sum: 081c18da946103d3e5747e43397c9665
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.
Timestamp: 2025-02-16 14:56:56+00

Package: libpq5-dbgsym
Source: postgresql-17
Version: 17.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 335
Depends: libpq5 (= 17.3-3.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libpq5-dbgsym_17.3-3.pgdg+1_arm64.deb
Size: 297736
SHA256: e574dcff002ebd70502cb4f0721e1c38cc694867bf0a1e01ff46f5980a4bd3bb
SHA1: 7235f66f86c1f4a056c4b59bb213be8b3fcda07e
MD5sum: 78680715cf0eef6d9dbcd33f97c6188e
Description: debug symbols for libpq5
Build-Ids: 9ff6c411a5f36e861044ed36a21bd8fa453aaf47
Timestamp: 2025-02-16 14:56:56+00

Package: libpq-dev
Source: postgresql-17
Version: 17.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 617
Depends: libpq5 (= 17.3-3.pgdg+1), libssl-dev
Suggests: postgresql-doc-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-17/libpq-dev_17.3-3.pgdg+1_arm64.deb
Size: 147008
SHA256: b1240428b0299e45799f603f8e85743445c5011d7ffe68515184a0b71b7b8b19
SHA1: fce3b25f125d689e024fd3f839a162129e020ed8
MD5sum: d3c35e81a0b708b53d12001ba2f572f2
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.
Timestamp: 2025-02-16 14:56:56+00

Package: postgresql-17
Version: 17.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64124
Depends: locales | locales-all, postgresql-client-17, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap2 (>= 2.6.2), libllvm19 (>= 1:19.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 17~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-17-jit-llvm (= 19), postgresql-contrib-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-17_17.3-3.pgdg+1_arm64.deb
Size: 17422748
SHA256: 31e50a59276c51bdf7fb00cf8d58b536997589bffcba1b765dd5d628b4b0adf7
SHA1: fdebb7cded6f98e7f2fa1214ef0d8889384e8e29
MD5sum: 66c44d1258671bce6ae51f3b19edfc0d
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 17.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202406281-1700
Timestamp: 2025-02-16 14:56:56+00

Package: postgresql-17-dbgsym
Source: postgresql-17
Version: 17.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34411
Depends: postgresql-17 (= 17.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-17-dbgsym_17.3-3.pgdg+1_arm64.deb
Size: 20375132
SHA256: 9423ac86b741304b7cfc51ff63e29a30c1cd723dea5fa4cbb76e672b12213fe3
SHA1: ddcfb81d7cc2c807f2f39b5392c0b01f1558e103
MD5sum: 204c8326eacb3cdb2e213991c9fc21de
Description: debug symbols for postgresql-17
Build-Ids: 0612493120fdb35083d022180c31a2bebb01cf8c 0b254a96c74464579c9e9dbc56e34312ae138966 0bad602507b94625dda1d975a288cb1dc4c4f8d8 11685c5e489fdfd0d3d9251dbc9303791029ba16 158739ad426b976f3ba0c8cffc2dfef547d16617 1c90b593aeb7c58a8e04f43803bac81c0d36533d 1f0bdba03bab6f5b85861df0b3ce2abb4a249723 22580d56d1c800d84b255171ac7f1fb8eb5a7c5a 2355478946fb4f8a32aa88773d9c38fa962b32ad 24a14e6fdc6c081ec5fc075eb3937ce0743e99c5 25de74f35f607e7da0e2c438cef12f837dba288b 2caa48d1d37c295486da344107512d02145b41b1 315039c3375805cda7877e814cd7f7a5de27e71a 34bc9da45277b4abb4dfcf9f8d5671c719cba61e 35cdac264b0f3b3d9c1b18cdff2148f36062623a 39638c1c3e4cfa245c28ad15a81e7b8c4bc8f0b7 39bc61708a9f9f3071dca79ca051ba5936930097 43ceb1bf777160c04a95664fcfbd63ab7088d418 441ce59944eef8a4c51d87f0801b676522753619 4535671a09af0ef50daa3c2aec07f6726509c70a 48bda5a9198108c46244a6c459aa56d2e6ea3059 4ae3a7950974b7985f543721b63a2c89e5c74832 4cd8aeec9e7dec3c30d90deed1d739fd681a977f 4f1180a3694e3ad49a9f4942d77d46f600c3833d 5077232874bfac530de560f69480144403a95491 51d96277dd46a79a4a650d795efd175350bc7aa8 54784619153f8fcd173cbd4d36a1f9bff1b34798 5706b21940e2f8d1f52bb0f5b9caf40fb7b1b22f 57a745ce9e33601886f0f8f9cb903632905b5ada 5ca87a1fb9bc4fd4982c21bd3a8997341c0e9d0b 5d86b977ef6eaec836b826414ff0154ea48e6408 5f5f391d5f1913d4c8fe4f1b4a8065d4f83491fe 5fa4020f9a39736f9e4af96c3e6b54a91c2cc171 614fed28bc733582549eb58221747539357a49d3 61c60e070781317c4db2c6cfecd795f27a718eb5 632ff5ab0c2b86b8a7a4688d0f59938564aff7ed 64a480bb49abae279396006307dea95887e9cb96 691770045028e0d081a0bff4985b55d315e28e4d 692d8f4f107f4845fe6cfec6aace1e4e82b3b17b 6df9680ec2bafad12075ff644c8fb782dbe7db7f 6e0b47a1d38f9e837bcfec351723aaa1b9c8a86e 6fa9508fa3a1afba8cc89ae33c32fda61a383326 7136b1bb8583db937d9b9e4829ffd9884aa52a1a 752b068a273dc3eb9a559781e6cfbd5f68d5727c 753a3bfd937de720f01f18e72065441982a8602a 7860b01d811608c70c8fd92c76ab23cd78da6cea 78ddfb24347afbaa87aab7baa3af072fd0931b67 835d9992745b2042305d162f656a09e9930250b6 83ac7b28072718cdd31cb2e1e7e48d2d2ab733b1 867365933cb9af01877121c6be158e34bc4f9b19 86ee5d73410f2e38733fdfdf7b26d1dac6b1dc69 89c5dad1bc133e5728f24efc31d2666c79a7c479 8de157114c55f202a61b9ae8241240aa22bdca3b 8ea15a011de32cb83c1bfc39de3e0dece82c327a 91fe806bc7d8a58453cd3a493bbbc437ca016441 92fb1f8477a57bb3955b5cff8cf6d3384a498b8b 93162874643f5a8ab3791e4f1dbd0844a790a3a5 95cf22b6b4e376c37cc49fb1578e769f9e5970e2 96a01dec758f109d3010a4e54260734d6ca13ae9 9a1543e7c730c90e2a87bea66025ad7f19a7852f 9f320e3cec3b7ab7179800356f666cfca0998a32 a66d3391b34f3c5f571c18cae6ba0d92e5747e49 a91bef193f584e6a34a519da2c3d41b95b910ffb a95c52d0fc4ae80ad51a3a460a3e44068361e8d4 a9c9916993772272751827090336f60c62d1310d afe321375c4d848f4848dda4aef386eb37cfe30f b9b33f26b1d7a32d8786d3d8f3623db8c26522e8 ba9e04838b60046be73ebc4b1b798d85582ea44b bbe9e27f1d7ff3f224a25d923c9f21ebce1103d7 bcb2af5b571e228fd9fd162ec75e54d66650ef2a bf4af2f5b8703122f0da08464a9b5b79ccebdf77 c29a781c340493284d1b6f7b66fbd22240bda527 c6a632040beba3dada07b2f88b050fa585349180 c8cafc3c2d30c29afb9cb86031987045378ee78b cc95180b358d8175d53c401425e6cfeb242d9b83 d57fe23f7f128a3a2723ca8cb402a412a06c6f24 d6407e4fabfea28bdb2df80ec11f998d2eb2122e d64a8b02b610f2c1d26f35b6ebbc7fdcf4ab7c5a d700345e62e2a40e61b7d96d116dcc17cfcfbfa1 d7bc96137ec253802ee21c0eae7dfd3694e0aa48 db931b6f3949c3b23ec78a4c044d5ed241ec137e dc4bf90410fb8e7ac06d879ffd589cbb886f7f47 de6fb0edbd8993a6ed7c04f66b842155f510fda4 e0ba748d11afd83a86785cec31b0ba82785f4a33 e10b0e0f383a7446c6f944e7509175df11fd3d68 e24dc541b17071b228135a1d93d6164d0023a64e e99df97a6cc3b790eb3dfb7b368d43d2ea979128 ea475f1e9a13cf525fb321e99e7dff553c59fd37 f21cddbc34aeb56de4b28e8a75c98a28a84cae93 f340f665c32b606cb95418300d6d60b178ba9b27 f4d180a4e50003d8b15c5ae4769adf44e5f16389 f673d842e208942c6fee0648e0095a984e55e236 f737380efcdf6a16a0d10fe61d5daed1ed8f990a f90aedf829f4fb135a72166d41693e869d260283 fce3fe372021f9804b9beb1d17ec31fdb1e7e4d6 fe9eeb55046939b2feac256d6909bdd53f5f0409
Postgresql-Catversion: 202406281-1700
Timestamp: 2025-02-16 14:56:56+00

Package: postgresql-client-17
Source: postgresql-17
Version: 17.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11099
Depends: libpq5 (>= 17.3), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-17, postgresql-doc-17
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-client-17_17.3-3.pgdg+1_arm64.deb
Size: 2004184
SHA256: 6807831a3b580e88dd0a0e7d05308493a652d185acc50c79b73d0eb968608d00
SHA1: 338e45c0ddc947e8f1de3a80b69b094f7d3e9f0e
MD5sum: 936a2834ba70f1f038b1df57f1f35969
Description: front-end programs for PostgreSQL 17
 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 17. If you install
 PostgreSQL 17 on a standalone machine, you need the server package
 postgresql-17, 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.
Timestamp: 2025-02-16 14:56:56+00

Package: postgresql-client-17-dbgsym
Source: postgresql-17
Version: 17.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7166
Depends: postgresql-client-17 (= 17.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-client-17-dbgsym_17.3-3.pgdg+1_arm64.deb
Size: 3078736
SHA256: ab7452c329071bb561bd6672589a3f447b5d46a23e05b8ef17686d90bc02beca
SHA1: 42cd52b373cffdeea21b2619c5d2cb627e6016eb
MD5sum: cc7ce5f17cd4f9bc2d862bfec23e4e48
Description: debug symbols for postgresql-client-17
Build-Ids: 155b101b25df951c959db65efe616c541d64d723 16164463c48ca3dec08d12c9989491004e154393 47032017548d4f9f5b68f0c1fbceebe87af36730 53e3ee83939f08c1b09d5b829c8b9a0759de7d1f 5b43782d8c8326e86023971b9fdc949f36c9677a 610b2e3e618bc9c75463d78a94f99099e291e77a 61ed4cb1e301ae42a08af63f418b1424a542c557 64fbb7dd0a91977298ac753aaaf369fba2e4c4af 65ebfb5f5796ca513ce0689bbefff5abeae8ee33 6fa7bccfb2246bb6fabdfa657a9ac29b6de8fa55 73dba4d98f510859194cfdff06a20f1e522dea97 83452b731aac9103ab5d348a717ef6559453fc6e 868ced7faebfb783b99037a6eca31d65a68685ba 989920173299d585e8706ad5c9171d9b058de98a b82fd3099c69412f833084955a7e407c3a711620 c10790cebce8b02529c8440c11e07f3771643930 c5c785b46a692ca6b621f476f9977a6b7778d602 c6af985d9e9b9cc2b4eb4c3afd9e20898beedcd7 c9e96f2ac6001dea6a549841c7296ee040db675f d37b9032fed8f8b48568ba81ff482547854493f6 df286f675cd200ccd1765da66a04019bcf5dacc6 edbca7681ce5621813b915c99cb16c099384bac7
Timestamp: 2025-02-16 14:56:56+00

Package: postgresql-doc-17
Source: postgresql-17
Version: 17.3-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16908
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-17/postgresql-doc-17_17.3-3.pgdg+1_all.deb
Size: 2126468
SHA256: 61479b19da51973e89eff0abc4b4328c20412b6caf08c6782fca97bb7efcbf4a
SHA1: 803d52fd95c355976b658bf32f67f289f58ec30b
MD5sum: 78aa16c18e2d63d6a2629b69f89e26b2
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 17. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-16 14:56:56+00

Package: postgresql-plperl-17
Source: postgresql-17
Version: 17.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 576
Depends: perl, postgresql-17 (= 17.3-3.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-plperl-17_17.3-3.pgdg+1_arm64.deb
Size: 80972
SHA256: 16b0da0095824381bd598b65777c5e41de25d8bf771b527abb787d706e17cf96
SHA1: 46e5cc6d3d5fa992b9d034d7c050fb9a57d43bd5
MD5sum: 9e820146e7e31360217ba4e4bf6e0260
Description: PL/Perl procedural language for PostgreSQL 17
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Perl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-16 14:56:56+00

Package: postgresql-plperl-17-dbgsym
Source: postgresql-17
Version: 17.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 246
Depends: postgresql-plperl-17 (= 17.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-plperl-17-dbgsym_17.3-3.pgdg+1_arm64.deb
Size: 199964
SHA256: 47db3d40243997ff5a0709dc7b817f4cc1f23e2c595609d6fe57a844b0301cc5
SHA1: e047ee6570439f20b3404399d9d3bde0ade052ca
MD5sum: 30b586c1c93bbffe1a2bbb3b8b1e24d9
Description: debug symbols for postgresql-plperl-17
Build-Ids: 242f0a7df2c2e850805f6347ec0f4c92c2c3b3e2 479d07320f42507b79e5900c182c1d005cd90ed7 574c00295caefb1671b1f4f84642f5f6b3c35191 814250492d0e011ea2f1e3f8642e5fa5a00f7f73
Timestamp: 2025-02-16 14:56:56+00

Package: postgresql-plpython3-17
Source: postgresql-17
Version: 17.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 681
Depends: postgresql-17 (= 17.3-3.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-plpython3-17_17.3-3.pgdg+1_arm64.deb
Size: 105676
SHA256: 45a80fe9269de683923d68f595e702385e4a994d7d6926f4bfc423e2998e6e9a
SHA1: 62802204b6ac0060533f32adfca566ba8e59e4cb
MD5sum: fced3e912b50da448ad0cf77f6d73f0f
Description: PL/Python 3 procedural language for PostgreSQL 17
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Python 3.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-16 14:56:56+00

Package: postgresql-plpython3-17-dbgsym
Source: postgresql-17
Version: 17.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 241
Depends: postgresql-plpython3-17 (= 17.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-plpython3-17-dbgsym_17.3-3.pgdg+1_arm64.deb
Size: 190000
SHA256: 6cd13dbaebe5a0f001b3d2f29f28fd34ba5c351c5d7e6511a5f6027325eaaec6
SHA1: 93e4589a3df3216ed21ca46035961cfc76bcf87c
MD5sum: 85c696c4ce7c74d7afbb0e6c15e48c62
Description: debug symbols for postgresql-plpython3-17
Build-Ids: 3e11697b2e7d431b708a258f2228d96630d37660 e7d18beedadb333d65b73b731c5b06ea5fe7f4d0 edf8fde7bdd452aeaf6551dd07a00ec19921b0d8 f41fd7da1b2a860550639f8a9d7d4556317c085d
Timestamp: 2025-02-16 14:56:56+00

Package: postgresql-pltcl-17
Source: postgresql-17
Version: 17.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 204
Depends: postgresql-17 (= 17.3-3.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-pltcl-17_17.3-3.pgdg+1_arm64.deb
Size: 39616
SHA256: 8b192bceb3570a8952694286b3975c6174bd83de57177eaca00ebfb81c418777
SHA1: fd1a6c539c1cb11b68da16bd2555b7396c1cefe4
MD5sum: 1b7f2b59d19fac5c8a62d2502edaf16c
Description: PL/Tcl procedural language for PostgreSQL 17
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Tcl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-16 14:56:56+00

Package: postgresql-pltcl-17-dbgsym
Source: postgresql-17
Version: 17.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-pltcl-17 (= 17.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-pltcl-17-dbgsym_17.3-3.pgdg+1_arm64.deb
Size: 85212
SHA256: 4406e5c0064f21f85e61598ada9d8da3ef3c27b3b6a257ab50a839804d438807
SHA1: 00d31335e6f692ce211a7792d5d2ec3a7d062236
MD5sum: 3c686384d2c49fb2ce634a4d10362c9c
Description: debug symbols for postgresql-pltcl-17
Build-Ids: 77ada22226ff046e258bcfd5b8bfed51a28f4701
Timestamp: 2025-02-16 14:56:56+00

Package: postgresql-server-dev-17
Source: postgresql-17
Version: 17.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8297
Depends: clang-19, libpq-dev (>= 17~~), llvm-19-dev, postgresql-client-17, postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-17/postgresql-server-dev-17_17.3-3.pgdg+1_arm64.deb
Size: 1317400
SHA256: 23e7f927d3d0f48bff0f321030099b3410e4e55f915fded651a1e81d665ac0df
SHA1: cc67086d1e183fd54b57c85140a5b64f0a8a6c04
MD5sum: 17b289b62f44b88a4dca27d407d6b03c
Description: development files for PostgreSQL 17 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.
Timestamp: 2025-02-16 14:56:56+00

Package: postgresql-server-dev-17-dbgsym
Source: postgresql-17
Version: 17.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-server-dev-17 (= 17.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-server-dev-17-dbgsym_17.3-3.pgdg+1_arm64.deb
Size: 56868
SHA256: f9aaac40dfa5785376133e3800871a8f4af29590321a2f0e3501834b87b7a732
SHA1: abb11bc4d55f4d07d5bbc730c78d4c0a5c8c444a
MD5sum: ed1610626766edd39a2d7c1cc8070c9a
Description: debug symbols for postgresql-server-dev-17
Build-Ids: 91fb73a3213ae758eeb09426a4a76d02173f28d4
Timestamp: 2025-02-16 14:56:56+00

Package: python3-pygresql
Source: pygresql
Version: 1:6.1.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Installed-Size: 537
Depends: python3 (<< 3.14), python3 (>= 3.12~), python3:any, libc6 (>= 2.38), libpq5 (>= 12~~)
Suggests: python-pygresql-doc
Provides: python3-pg
Homepage: https://www.pygresql.org/index.html
Priority: optional
Section: python
Filename: pool/main/p/pygresql/python3-pygresql_6.1.0-2.pgdg+1_arm64.deb
Size: 80128
SHA256: 38f121e02bb8591e009221f24b78fbf979b135919a32c443e3684cadf97ed0f1
SHA1: 1e7980602690b1906c6fda7dd79002b407fdd0fd
MD5sum: 71af240bb320ccccb3fc1f7d7a4d5d32
Description: PostgreSQL module for Python3
 PyGreSQL is a Python module that interfaces to a PostgreSQL database. It
 embeds the PostgreSQL query library to allow easy use of the powerful
 PostgreSQL features from a Python script.
 .
 This package installs the library for Python 3.
Timestamp: 2025-02-16 14:56:56+00

Package: python3-pygresql-dbgsym
Source: pygresql
Version: 1:6.1.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Installed-Size: 265
Depends: python3-pygresql (= 1:6.1.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pygresql/python3-pygresql-dbgsym_6.1.0-2.pgdg+1_arm64.deb
Size: 207884
SHA256: bf555eae1c7309ca2fdfe65ad21b2e632627518b96f657b2b851cbfc4c318cad
SHA1: 5297571f77650bedf254f1bcfe11b418d650fc3e
MD5sum: 20af9757d8e55a8cfa4210958adf42c9
Description: debug symbols for python3-pygresql
Build-Ids: 101ae083bde3c1d132c1b3ee78cfc07d9c0f81a2 22d0f327b0c7a46cd23f79b2131579806e47e1aa
Timestamp: 2025-02-16 14:56:56+00

Package: python-pygresql-doc
Source: pygresql
Version: 1:6.1.0-2.pgdg+1
Architecture: all
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Installed-Size: 1464
Depends: libjs-sphinxdoc (>= 8.1), libjs-jquery
Multi-Arch: foreign
Homepage: https://www.pygresql.org/index.html
Priority: optional
Section: doc
Filename: pool/main/p/pygresql/python-pygresql-doc_6.1.0-2.pgdg+1_all.deb
Size: 188228
SHA256: 3f7b4d7ad064959c0411a818cea8bcd90c4fa458e325a4b069f9fdbf83031366
SHA1: 0c87ceba2fe6102062f609a44e6bf5d9133b09cf
MD5sum: 4ccf82ce74e7a7fb9439dc1b6fc04527
Description: Python Pygresql (common documentation)
 PyGreSQL is a Python module that interfaces to a PostgreSQL database. It
 embeds the PostgreSQL query library to allow easy use of the powerful
 PostgreSQL features from a Python script.
 .
 This is the common documentation package.
Timestamp: 2025-02-16 14:56:56+00

Package: libecpg-compat3
Source: postgresql-13
Version: 13.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg-compat3_13.20-1.pgdg+1_arm64.deb
Size: 23868
SHA256: b386442f6171a3b031bc1bc13b8cb0e5c054564d9230e47c527d9c6aeac82df5
SHA1: 2aa47d99144a2f0e1fd9d08fdb721f74d8bf00e2
MD5sum: 7b22b2087a09e0eac9aef070169b4219
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.
Timestamp: 2025-02-20 13:30:11+00

Package: libecpg-compat3-dbgsym
Source: postgresql-13
Version: 13.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 13.20-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-compat3-dbgsym_13.20-1.pgdg+1_arm64.deb
Size: 16904
SHA256: fa86039fa4f1e5dd72ad45f789e44ccc389c2076431a9a6948a35ccc2b83ecaf
SHA1: afe9125a2ee4ee0e32e028b1afb05b5cf0970fa9
MD5sum: c76e4d2b97b82be98f7e9580f8ee4fd5
Description: debug symbols for libecpg-compat3
Build-Ids: 099d94187837a4da4c1e0b799e067eccdcc3161d
Timestamp: 2025-02-20 13:30:11+00

Package: libecpg-dev
Source: postgresql-13
Version: 13.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1523
Depends: libecpg-compat3 (= 13.20-1.pgdg+1), libecpg6 (= 13.20-1.pgdg+1), libpgtypes3 (= 13.20-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libecpg-dev_13.20-1.pgdg+1_arm64.deb
Size: 271088
SHA256: ce5f61794d7ecb873e6269a7a4d1dc1dad4bb53bcd6981bb0db0a6848df9b349
SHA1: a4cb2de9a2dffaa47181537c52e5284295d4d955
MD5sum: df7db75f6e11e7324c56fc0f54727562
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).
Timestamp: 2025-02-20 13:30:11+00

Package: libecpg-dev-dbgsym
Source: postgresql-13
Version: 13.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1172
Depends: libecpg-dev (= 13.20-1.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-dev-dbgsym_13.20-1.pgdg+1_arm64.deb
Size: 247640
SHA256: d76d339ed636d0d43ef36b7dfc59741b8a0359241440a6e546b78c388801b2d2
SHA1: 3602cff8a38256030952899aee7f5d8dfe64a6cb
MD5sum: 01f2b2afc6d2e16f0843137aee92a291
Description: debug symbols for libecpg-dev
Build-Ids: a72c04972cc2a295b65ebc6edd37d61f1500836a
Timestamp: 2025-02-20 13:30:11+00

Package: libecpg6
Source: postgresql-13
Version: 13.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 265
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg6_13.20-1.pgdg+1_arm64.deb
Size: 63848
SHA256: 98651cf24f75bb04f47dde7dd448a47720f8665abd6149d414c7cf71b524e79a
SHA1: b553c0bf646767fb5c15c4991d9ab546ce854673
MD5sum: 45b84f15eb7bf577cd5805efe84fdedd
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.
Timestamp: 2025-02-20 13:30:11+00

Package: libecpg6-dbgsym
Source: postgresql-13
Version: 13.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 13.20-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg6-dbgsym_13.20-1.pgdg+1_arm64.deb
Size: 113300
SHA256: ca97b98d2c6566d94f9aabd1d7576a710fce58f8dc8fd76c995f9635dcb90513
SHA1: 3424f98f0c8e2eb4c161b7267fb188ba57c0c236
MD5sum: b1d57750d5ad12543bcf52c9653b10e0
Description: debug symbols for libecpg6
Build-Ids: 794f6651c0e49e207dd2492341d5eb316b665cec
Timestamp: 2025-02-20 13:30:11+00

Package: libpgtypes3
Source: postgresql-13
Version: 13.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpgtypes3_13.20-1.pgdg+1_arm64.deb
Size: 50020
SHA256: fa7e00ecd12b294ec1f8bb4418a5573958d57fa9ff1e7ff92c459e6cc93db3d9
SHA1: b6d9814fcec41a9bffde06ce8b626787663f9cab
MD5sum: 1e7e67b85f685044672c919cac08d110
Description: shared library libpgtypes for PostgreSQL 13
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-20 13:30:11+00

Package: libpgtypes3-dbgsym
Source: postgresql-13
Version: 13.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 13.20-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpgtypes3-dbgsym_13.20-1.pgdg+1_arm64.deb
Size: 88872
SHA256: dc49d569d80768257036bbee765ec9e845c3190bc526bf060a893cef581cf83a
SHA1: e91b90e1a0da458d4f45e32c9c02e55188b479ad
MD5sum: 9646f15a66ef8433cedca62eea89b2a0
Description: debug symbols for libpgtypes3
Build-Ids: 2e0c5b25beab3f2ae7b1906553754ced0b94f5e1
Timestamp: 2025-02-20 13:30:11+00

Package: libpq-dev
Source: postgresql-13
Version: 13.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 583
Depends: libpq5 (= 13.20-1.pgdg+1)
Suggests: postgresql-doc-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libpq-dev_13.20-1.pgdg+1_arm64.deb
Size: 144516
SHA256: 38c1a1b021e6a36327e8c6564940b6eefeed3097e4b56f4b5f294a0743f3bfda
SHA1: 428017369597941aa8d431431a7e5b033574a606
MD5sum: 4af6508ae4c356978e6a633b04d319f9
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.
Timestamp: 2025-02-20 13:30:11+00

Package: libpq5
Source: postgresql-13
Version: 13.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 855
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpq5_13.20-1.pgdg+1_arm64.deb
Size: 182832
SHA256: da459435c4513bd3054955f13d728895175b5a6f3ccd3f7e98a6a545e6b05e3c
SHA1: 7f7d9967d7990c5e3aea73101c9a7cad2233b58c
MD5sum: fd3b99a9393b6a2ca306f05f58ed72f1
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.
Timestamp: 2025-02-20 13:30:11+00

Package: libpq5-dbgsym
Source: postgresql-13
Version: 13.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 295
Depends: libpq5 (= 13.20-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpq5-dbgsym_13.20-1.pgdg+1_arm64.deb
Size: 259968
SHA256: fc2e8e95aac5b57dc17b9a29bea5a177d998bdd2f8cb2aee2cfab8964a6309cf
SHA1: 7db299d48dada914660fa9202f85be71b8273b33
MD5sum: 9fdd45a570f45972de2ac5c9a4daab8c
Description: debug symbols for libpq5
Build-Ids: 8e4cd1a798ec5fb434c4463defbec35f7396ea85
Timestamp: 2025-02-20 13:30:11+00

Package: libecpg-compat3
Source: postgresql-14
Version: 14.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg-compat3_14.17-1.pgdg+1_arm64.deb
Size: 21408
SHA256: 2bb539c7da22937846627d2c5f7d40de00066ae9e0a477e7d4e12f0dff9a74da
SHA1: a2ee8ee55cfc1141f1e09654aa22768ded858329
MD5sum: d4158fe1c557b0545bdfb4dda7692328
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.
Timestamp: 2025-02-20 13:31:08+00

Package: libecpg-compat3-dbgsym
Source: postgresql-14
Version: 14.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 14.17-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-compat3-dbgsym_14.17-1.pgdg+1_arm64.deb
Size: 16916
SHA256: 1fb50b742253efe648e21b5f436a8b6c96720cf4d3d2f669eb7d557f914fbffc
SHA1: 8303c7f27b9d0179963b5a74472c6af06d8aa29a
MD5sum: 83b56bec372024ede3fbc6ff62f14882
Description: debug symbols for libecpg-compat3
Build-Ids: 099d3e84e3344874c0f4cf8ac5f627172e476f6f
Timestamp: 2025-02-20 13:31:08+00

Package: libecpg-dev
Source: postgresql-14
Version: 14.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1609
Depends: libecpg-compat3 (= 14.17-1.pgdg+1), libecpg6 (= 14.17-1.pgdg+1), libpgtypes3 (= 14.17-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libecpg-dev_14.17-1.pgdg+1_arm64.deb
Size: 276392
SHA256: a3724235d0d0e17a9ad680c910ac9387fbcd17cdb3c99b07ed1f6d2fef56fdc4
SHA1: f070fbdd7faf343af96bff6d3a8c347c277f6532
MD5sum: 1e9e7b062eeecead337bd4e8970a28a3
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).
Timestamp: 2025-02-20 13:31:08+00

Package: libecpg-dev-dbgsym
Source: postgresql-14
Version: 14.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1218
Depends: libecpg-dev (= 14.17-1.pgdg+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-dev-dbgsym_14.17-1.pgdg+1_arm64.deb
Size: 255904
SHA256: 221e7104c2e9c7a41a3df87c3ce26739b5fe5d2b44a89309872f3915da97be95
SHA1: a7c8ffa4a087672b7e426cad088636ce3cba1ae9
MD5sum: b234743c4c0d3ddb5a29d2fc4f0483cc
Description: debug symbols for libecpg-dev
Build-Ids: 8b2438ec444511bf96e982ed692bb186662c18c3
Timestamp: 2025-02-20 13:31:08+00

Package: libecpg6
Source: postgresql-14
Version: 14.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 270
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg6_14.17-1.pgdg+1_arm64.deb
Size: 62228
SHA256: 7975ae565c9761f4948047aa8202fbbd605f481a86860ba90a8374b7d8b287c8
SHA1: e3bb8c15c71af603fbe5795f2049be3e2001ca81
MD5sum: 73c020f3e95d5f00ed47623c9a1a28f9
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.
Timestamp: 2025-02-20 13:31:08+00

Package: libecpg6-dbgsym
Source: postgresql-14
Version: 14.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 14.17-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg6-dbgsym_14.17-1.pgdg+1_arm64.deb
Size: 113220
SHA256: c1fc69d1df474830db1ca5de1e020ea06a3a5ecadd7abcc096a22d123f1575c2
SHA1: a1c10659df69766d4373eef4665d69f431c5d77a
MD5sum: 5d66bf4e7682499a9aada5e667e7ab6b
Description: debug symbols for libecpg6
Build-Ids: 78dbc8ccb4215ef632005597265a7d7b66c91c64
Timestamp: 2025-02-20 13:31:08+00

Package: libpgtypes3
Source: postgresql-14
Version: 14.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 170
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpgtypes3_14.17-1.pgdg+1_arm64.deb
Size: 47620
SHA256: eaaef5ae8240e276e61d8de0fef478d165f2c9bc5744e0040aac8d95ef335ddc
SHA1: a47a72029b0d0e2ce33e80edf4a27a6c0bfadf87
MD5sum: bdafb665633ae58cfb25af78ae126675
Description: shared library libpgtypes for PostgreSQL 14
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-20 13:31:08+00

Package: libpgtypes3-dbgsym
Source: postgresql-14
Version: 14.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 14.17-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpgtypes3-dbgsym_14.17-1.pgdg+1_arm64.deb
Size: 89152
SHA256: 6dca3c950b114bbf169754ad063119d35c4971c037ffc4b8abbae363646545e5
SHA1: afaf161f36af03c26dc3245725bebddf9ee98ecd
MD5sum: ad6a1aa3e3ace7dea10934042f66dccf
Description: debug symbols for libpgtypes3
Build-Ids: 166ad3b1223ce8ed5028a51424705f05361ddb9c
Timestamp: 2025-02-20 13:31:08+00

Package: libpq-dev
Source: postgresql-14
Version: 14.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 594
Depends: libpq5 (= 14.17-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libpq-dev_14.17-1.pgdg+1_arm64.deb
Size: 144732
SHA256: 9df82e8b9b2591dde22d8069b622421dddd8ce84367dfd80ec1e6618792056fc
SHA1: 10a63323d96271397f5837d500a18e3bc7997e1b
MD5sum: 829339fdea776d81a54476421816a376
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.
Timestamp: 2025-02-20 13:31:08+00

Package: libpq5
Source: postgresql-14
Version: 14.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 821
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpq5_14.17-1.pgdg+1_arm64.deb
Size: 175708
SHA256: 89b754834a4bdaf5a3b9f668764063b17cae450060cfcffccbb655f739120425
SHA1: e2b6103483c53a5cf2d1fd40399966cfa5fd6ff6
MD5sum: 90ae181c46dafbb7e1789d532d75763c
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.
Timestamp: 2025-02-20 13:31:08+00

Package: libpq5-dbgsym
Source: postgresql-14
Version: 14.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 308
Depends: libpq5 (= 14.17-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpq5-dbgsym_14.17-1.pgdg+1_arm64.deb
Size: 272840
SHA256: e970ee60b81761064bb670aa32a0c69898070d053ba432f2c55bf8c558900f3c
SHA1: f90bc51eb8b7d3e50aeca5aaffb156b51349e1bd
MD5sum: 88a26a9459b521b1b6a15515df4133b9
Description: debug symbols for libpq5
Build-Ids: 75cac82738a383019a33ac17cddad359b9146e08
Timestamp: 2025-02-20 13:31:08+00

Package: libecpg-compat3
Source: postgresql-15
Version: 15.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg-compat3_15.12-1.pgdg+1_arm64.deb
Size: 19104
SHA256: 72de1609b0277f2e65a6244b2225dd4a7f374eab8837c72893632fd39ef4b9f6
SHA1: 191f5e63de4941851d7a6ad28bf0b52f63990788
MD5sum: cd2dd37014389faedae778577fc384e6
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.
Timestamp: 2025-02-20 13:32:05+00

Package: libecpg-compat3-dbgsym
Source: postgresql-15
Version: 15.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 15.12-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-compat3-dbgsym_15.12-1.pgdg+1_arm64.deb
Size: 16900
SHA256: 19dd83178a00677c9ed636eb06893d09c23edd4e7782662deb0cfe61b84cdd24
SHA1: dfceb4d284f99c96f132cd2cc8501a44335e1675
MD5sum: 1b816858f6475b5ac6ed1c5edccb19f4
Description: debug symbols for libecpg-compat3
Build-Ids: 411b05eb5daa1b1bb3daaaa41078414695ca7b82
Timestamp: 2025-02-20 13:32:05+00

Package: libecpg-dev
Source: postgresql-15
Version: 15.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1636
Depends: libecpg-compat3 (= 15.12-1.pgdg+1), libecpg6 (= 15.12-1.pgdg+1), libpgtypes3 (= 15.12-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libecpg-dev_15.12-1.pgdg+1_arm64.deb
Size: 280588
SHA256: 8fcd8219c74ee7b1490ae7c519efe4ada509831a31b009657e3e17063180172a
SHA1: 4aa3cda99a2588f9584f6f275b1ad8663e87924f
MD5sum: e1ccea94f0d931b6a5f2578f4eef132b
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).
Timestamp: 2025-02-20 13:32:05+00

Package: libecpg-dev-dbgsym
Source: postgresql-15
Version: 15.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1246
Depends: libecpg-dev (= 15.12-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-dev-dbgsym_15.12-1.pgdg+1_arm64.deb
Size: 259828
SHA256: c092e90598cdf89c697e995efb7666df0b302ccf7a49f8c3ef9ec0558d1931dd
SHA1: 17df458e25864a51b8194818785f8a736f7217c1
MD5sum: 9fce6b6091fc05011e38dfc6a17256be
Description: debug symbols for libecpg-dev
Build-Ids: 3e78a9d2179b86bcd073c8c9d64cb308e5dbb145
Timestamp: 2025-02-20 13:32:05+00

Package: libecpg6
Source: postgresql-15
Version: 15.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg6_15.12-1.pgdg+1_arm64.deb
Size: 61440
SHA256: adf39bb9731210b7a4b4991fd4597b1b8fcdafcaf00bca252e7fdf6010bbdc94
SHA1: 3cc84c664fee83c045145da4c84b0833e4add623
MD5sum: 8debe26c1a0d01d14286f1657e3393ef
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.
Timestamp: 2025-02-20 13:32:05+00

Package: libecpg6-dbgsym
Source: postgresql-15
Version: 15.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: libecpg6 (= 15.12-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg6-dbgsym_15.12-1.pgdg+1_arm64.deb
Size: 115920
SHA256: bd5c9e96c233b0461f8355da6563f4a83c0444c9991b01a89b0ccffabec64063
SHA1: ee2488f411b027cc317e8a19dfbaa79feedf46c6
MD5sum: 0df6e49b2847dd13b05e72d80e7270b2
Description: debug symbols for libecpg6
Build-Ids: aa0fdf47e1a4818c900d173889ec959a7dc02afd
Timestamp: 2025-02-20 13:32:05+00

Package: libpgtypes3
Source: postgresql-15
Version: 15.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpgtypes3_15.12-1.pgdg+1_arm64.deb
Size: 45712
SHA256: 2f31b2021acaaf82a4bb7e84228152b25efcfee8092b64d2603ac794ae15f27c
SHA1: fce9aa0372488bd913c3584dce1fd5bc267225a1
MD5sum: fb2edad64516c023c22a6011524f0ba2
Description: shared library libpgtypes for PostgreSQL 15
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-20 13:32:05+00

Package: libpgtypes3-dbgsym
Source: postgresql-15
Version: 15.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 15.12-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpgtypes3-dbgsym_15.12-1.pgdg+1_arm64.deb
Size: 89624
SHA256: 316ba9ef0823e56e6c6910e928275eb3054993022c864cbd9aa18dc5c36724ac
SHA1: 9ca687f85a4688d19de18d3c650f1336f31f6183
MD5sum: 3e54a2b169199d33c35d060b5f3b26a6
Description: debug symbols for libpgtypes3
Build-Ids: 1160f2f1a4441ec2e55052ffceb7e67aaa5b0e10
Timestamp: 2025-02-20 13:32:05+00

Package: libpq-dev
Source: postgresql-15
Version: 15.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 602
Depends: libpq5 (= 15.12-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libpq-dev_15.12-1.pgdg+1_arm64.deb
Size: 145624
SHA256: 386f8d2aa3baea61414fadc96fe2a0e91fdaba3293c579be4f15d6514bf29231
SHA1: 5173941e991a9eb57132b4bbed1b0b49d68446d8
MD5sum: 6acb98881dbcecc3ff7c002357da7731
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.
Timestamp: 2025-02-20 13:32:05+00

Package: libpq5
Source: postgresql-15
Version: 15.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 908
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpq5_15.12-1.pgdg+1_arm64.deb
Size: 186692
SHA256: 737b8a79617f86129d0b051b32a95a9f933de9329d920f329f28e0ac1c1089d6
SHA1: 995f5b81e62488f9d4cf66890eaf332b7ffe4f7f
MD5sum: 49a1848fce29be99762df13926fb799b
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.
Timestamp: 2025-02-20 13:32:05+00

Package: libpq5-dbgsym
Source: postgresql-15
Version: 15.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 318
Depends: libpq5 (= 15.12-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpq5-dbgsym_15.12-1.pgdg+1_arm64.deb
Size: 281932
SHA256: ec4a762a20bed9bd69d95d42d32538712995500335cb465315d5d38773e34804
SHA1: 79ac7a81716c22da528af33f1002d3ee79d71782
MD5sum: d5ecc077390f0ca59b8b464f3ceb0479
Description: debug symbols for libpq5
Build-Ids: 9a259275c7a7d877b6b8e80726b4df17a55b3152
Timestamp: 2025-02-20 13:32:05+00

Package: libecpg-compat3
Source: postgresql-16
Version: 16.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libecpg-compat3_16.8-1.pgdg+1_arm64.deb
Size: 17952
SHA256: e746445acd5992aec2a6a68c8666dc0ca1cf73b3c2baffe2b9908e24b7dcdc45
SHA1: 0c615f18a066b135ffcaa9e81880f7dad6cff5bb
MD5sum: c5b68f3d14d94dc83d5826e2b05c9e2a
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.
Timestamp: 2025-02-20 13:33:00+00

Package: libecpg-compat3-dbgsym
Source: postgresql-16
Version: 16.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 16.8-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg-compat3-dbgsym_16.8-1.pgdg+1_arm64.deb
Size: 16912
SHA256: 7ae380aca33a2ff046a8e0d797e4a0af2c3c4e28707aa75971e06be6be4ab3b7
SHA1: 2701bf3ab14b2ca8ac200aa94045125a3d06ffba
MD5sum: 0b9384fde154f5f6889e781586437ab8
Description: debug symbols for libecpg-compat3
Build-Ids: 4f9036cfe540b17371feedf3937919d5b23fa7a0
Timestamp: 2025-02-20 13:33:00+00

Package: libecpg-dev
Source: postgresql-16
Version: 16.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1701
Depends: libecpg-compat3 (= 16.8-1.pgdg+1), libecpg6 (= 16.8-1.pgdg+1), libpgtypes3 (= 16.8-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/libecpg-dev_16.8-1.pgdg+1_arm64.deb
Size: 282612
SHA256: 92c79d11e1746ac6bf338ca6d343f4fdb2f911582b69547cd0aa11433b2fd2a6
SHA1: b0c17d3d6d1b9e6d7283b51992a8ab15dab60fd4
MD5sum: 2023eaad26cd54267155a61c6833fa42
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).
Timestamp: 2025-02-20 13:33:00+00

Package: libecpg-dev-dbgsym
Source: postgresql-16
Version: 16.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1263
Depends: libecpg-dev (= 16.8-1.pgdg+1)
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg-dev-dbgsym_16.8-1.pgdg+1_arm64.deb
Size: 262276
SHA256: 9fd5fb9dc88926babb7c61d9b1e151dacd9d20b634bebe22140879a0b17cc68b
SHA1: 0f404eb693dbed2fcf1d9e7ebbcff5a5eeed125b
MD5sum: bc9615700028313c32e8659131d15653
Description: debug symbols for libecpg-dev
Build-Ids: 75a0cc7e802301622cf4ddbb9b264bbc49c2b48f
Timestamp: 2025-02-20 13:33:00+00

Package: libecpg6
Source: postgresql-16
Version: 16.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 278
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libecpg6_16.8-1.pgdg+1_arm64.deb
Size: 60848
SHA256: b6465d8d84855f5edc677c7d592a76839513b1fa7f07c39d8ff126bba35f91b6
SHA1: 31cf3f2269fc6518c000090b62813f094577e057
MD5sum: 1c4c5f36154c9da1fde304cb5e5f157b
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.
Timestamp: 2025-02-20 13:33:00+00

Package: libecpg6-dbgsym
Source: postgresql-16
Version: 16.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: libecpg6 (= 16.8-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg6-dbgsym_16.8-1.pgdg+1_arm64.deb
Size: 115500
SHA256: 3e4154b0e8cf4870dd53e51151d1b5ba87d4418ca9db0e075f7f8a7c3d9e0e2a
SHA1: 3e37ca1fd22fe92852af88753bdfb856026ef6a0
MD5sum: ea74d26aa6f03949fad5909dd3ee6113
Description: debug symbols for libecpg6
Build-Ids: 201b5f71ecd1e46a46ad0d4e657b91a02ed4b024
Timestamp: 2025-02-20 13:33:00+00

Package: libpgtypes3
Source: postgresql-16
Version: 16.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libpgtypes3_16.8-1.pgdg+1_arm64.deb
Size: 44684
SHA256: f958ca422fdab15f6997e22a521dd61e36e7341acf4d0041d9573d6ea8f199fe
SHA1: 669a91910456b60eb54990743f82b6ed1bbc8707
MD5sum: d7b8aa6d76a18f1e9b99b1d8057ab15e
Description: shared library libpgtypes for PostgreSQL 16
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-20 13:33:00+00

Package: libpgtypes3-dbgsym
Source: postgresql-16
Version: 16.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 16.8-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libpgtypes3-dbgsym_16.8-1.pgdg+1_arm64.deb
Size: 89800
SHA256: a84918cf2505f20908b8ee1103d46cfd8b2abd3dbb5906bc1cc1ebba746b7918
SHA1: dc2c448c37748088b5230621ad0fed19f104d4ae
MD5sum: aa68becb1340af0ade1040d476399b5f
Description: debug symbols for libpgtypes3
Build-Ids: b1ef79c32779e740478a9f6fad0a1c23c66faa3b
Timestamp: 2025-02-20 13:33:00+00

Package: libpq-dev
Source: postgresql-16
Version: 16.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 601
Depends: libpq5 (= 16.8-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/libpq-dev_16.8-1.pgdg+1_arm64.deb
Size: 145868
SHA256: 691373ada9cb0f5cdfad9c69e03ff6d21df252af0c8e7e99e80e374bc6c33a9e
SHA1: b3a865c3de47d5f72589d3d35e9a483f790337e8
MD5sum: 448eae81fd48829da39bfbaa22db5161
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.
Timestamp: 2025-02-20 13:33:00+00

Package: libpq5
Source: postgresql-16
Version: 16.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1096
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libpq5_16.8-1.pgdg+1_arm64.deb
Size: 215844
SHA256: 8f9fbd869288c647809ccdad932275ade0e8219a350650691df42b4f6a3a07d8
SHA1: eaed7e3fd081aa387fb92113916aa21c2efd3f62
MD5sum: 1b46e1b2cacff3c24475b889a5b6499b
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.
Timestamp: 2025-02-20 13:33:00+00

Package: libpq5-dbgsym
Source: postgresql-16
Version: 16.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 328
Depends: libpq5 (= 16.8-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libpq5-dbgsym_16.8-1.pgdg+1_arm64.deb
Size: 291048
SHA256: 16a7c5e8f8b1b441f7c76412c4055ab6609b733b4f8e479048c9af268c6d6930
SHA1: 25e2b282236140e6abf21d46ba50d59063b0629d
MD5sum: 87a15a83032cf69119fef0e805f25659
Description: debug symbols for libpq5
Build-Ids: 871270f7e31a3dc079a25ee16d1be467284a09d9
Timestamp: 2025-02-20 13:33:00+00

Package: libecpg6
Source: postgresql-17
Version: 17.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 276
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-17/libecpg6_17.4-1.pgdg+2_arm64.deb
Size: 58064
SHA256: 39003c2c60b6111917543d4d9a99dbcb9dae3ea87c7e1081f0fa6bbc4f01db57
SHA1: bae4ff2b7e1e6e0f9e9defa9117974af91e32bc2
MD5sum: 1c1515798f90226adb36e04f9252a658
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.
Timestamp: 2025-02-20 13:34:48+00

Package: libecpg6-dbgsym
Source: postgresql-17
Version: 17.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: libecpg6 (= 17.4-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libecpg6-dbgsym_17.4-1.pgdg+2_arm64.deb
Size: 115380
SHA256: ee4b4b9a8f766e5250014713df91abbea4da89be04fa6014b6527ea8bd443eaa
SHA1: 41e21d7d4fa74c663d138e32f697f84f3542b96a
MD5sum: 017bd8fab987c26c97545ad183055cb1
Description: debug symbols for libecpg6
Build-Ids: 0980c1099f7af5fcbf6fcce566b79935bddbc060
Timestamp: 2025-02-20 13:34:48+00

Package: libecpg-compat3
Source: postgresql-17
Version: 17.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-17/libecpg-compat3_17.4-1.pgdg+2_arm64.deb
Size: 15276
SHA256: 75a4ce2e7dba7ecdfd26c7f0cb1ffeb75631a6f1aedda3e7811f2169dba8e9fc
SHA1: 29eec3eeb02256871c37efbe075b0c0734ad9372
MD5sum: 60044f5cb5fe4479c4d2299aee914fea
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.
Timestamp: 2025-02-20 13:34:48+00

Package: libecpg-compat3-dbgsym
Source: postgresql-17
Version: 17.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 17.4-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libecpg-compat3-dbgsym_17.4-1.pgdg+2_arm64.deb
Size: 16964
SHA256: 4596082e597e2109f2d6b70b3cf32542ddd5f8a141d701f93fca6aed5bedf0f3
SHA1: 2f769595f5292d9f09c21b65719a2890f952541e
MD5sum: fb11a3fa6c362dd735ce9ef3065c7a57
Description: debug symbols for libecpg-compat3
Build-Ids: 566913fac6406be35d353b5d51574b6f68b218a7
Timestamp: 2025-02-20 13:34:48+00

Package: libecpg-dev
Source: postgresql-17
Version: 17.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1699
Depends: libecpg-compat3 (= 17.4-1.pgdg+2), libecpg6 (= 17.4-1.pgdg+2), libpgtypes3 (= 17.4-1.pgdg+2), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-17/libecpg-dev_17.4-1.pgdg+2_arm64.deb
Size: 285272
SHA256: 976eb9c251ee6751a5d6457a87899518aab6728a852ffb33185baa06b8f63786
SHA1: b083e3cd2b44b8e7801ae342c705d48059669d3d
MD5sum: 9028a8dbc3d3db026732c4aff63a39ba
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).
Timestamp: 2025-02-20 13:34:48+00

Package: libecpg-dev-dbgsym
Source: postgresql-17
Version: 17.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1321
Depends: libecpg-dev (= 17.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libecpg-dev-dbgsym_17.4-1.pgdg+2_arm64.deb
Size: 269488
SHA256: 35dfa785dacd33bde1cf397a356389a8449ee3579bdc37ad229656b895aae334
SHA1: 179d9021814602c8e19bd0126e476d721dbd6886
MD5sum: 01e7757248fd433d2f7d7e93b352ab9a
Description: debug symbols for libecpg-dev
Build-Ids: ed7443483439f14128c0c323ba842ee3d4567911
Timestamp: 2025-02-20 13:34:48+00

Package: libpgtypes3
Source: postgresql-17
Version: 17.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-17/libpgtypes3_17.4-1.pgdg+2_arm64.deb
Size: 41996
SHA256: f5f10e5a28e52fe39df79b92516a2655adf04370e9b5a8d50207a9284d5b1031
SHA1: 6beb02a86e826cf710020a04a696707c0d907278
MD5sum: 3e6c4d4a94896d4465393ede9422a737
Description: shared library libpgtypes for PostgreSQL 17
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-20 13:34:48+00

Package: libpgtypes3-dbgsym
Source: postgresql-17
Version: 17.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 17.4-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libpgtypes3-dbgsym_17.4-1.pgdg+2_arm64.deb
Size: 89804
SHA256: 9b576c2469b4eb7fb580a23009d649841bfd0940e843a4d811799e398104955b
SHA1: a17a756f3966f8a57288c8623e66867df75b6ab0
MD5sum: 33d87f1005f9b116c042c8df9bd891d4
Description: debug symbols for libpgtypes3
Build-Ids: f5c8ae994ea179d66433b33a46740a3dcf96e5c9
Timestamp: 2025-02-20 13:34:48+00

Package: libpq5
Source: postgresql-17
Version: 17.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1109
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-17/libpq5_17.4-1.pgdg+2_arm64.deb
Size: 220996
SHA256: 4b21f1c41930ea82fd0e2ec92f9f6beebc6aab1e51a3ace008a14736aa7c5f3e
SHA1: 0936e193e78b6756116412c2db003c441ff4608a
MD5sum: 5cc10682574f10212ef1accb387263ae
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.
Timestamp: 2025-02-20 13:34:48+00

Package: libpq5-dbgsym
Source: postgresql-17
Version: 17.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 335
Depends: libpq5 (= 17.4-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libpq5-dbgsym_17.4-1.pgdg+2_arm64.deb
Size: 297856
SHA256: 40e1b262ad716060fbec17e90f7c8766b1c31b47442a4f308b2c3d151c7bba0f
SHA1: ca5d98916c2d92f8f46282bbce8efc829aadfdbd
MD5sum: 117d1a92d0a7938dc70c05b5abe6076c
Description: debug symbols for libpq5
Build-Ids: 82e86cbbbf3e3963509eb98592c335be6c8900b3
Timestamp: 2025-02-20 13:34:48+00

Package: libpq-dev
Source: postgresql-17
Version: 17.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 618
Depends: libpq5 (= 17.4-1.pgdg+2), libssl-dev
Suggests: postgresql-doc-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-17/libpq-dev_17.4-1.pgdg+2_arm64.deb
Size: 147404
SHA256: 7e36b75430f64a7892cb5884e44a5e1ea3568ae51b3498a54c7614c3196969b6
SHA1: 08f0956db7da95387427b37ffd8ccdb8db712cb8
MD5sum: 4373dcad1a1bda942990e49a6cee7b6d
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.
Timestamp: 2025-02-20 13:34:48+00

Package: pgmodeler
Version: 1.1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21686
Depends: pgmodeler-common, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libpq5 (>= 8.4~), libqt6core6t64 (>= 6.7.2), libqt6gui6 (>= 6.4.0), libqt6network6 (>= 6.1.2), libqt6printsupport6 (>= 6.1.2), libqt6svg6 (>= 6.6.0), libqt6widgets6 (>= 6.3.0), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Homepage: https://pgmodeler.io/
Priority: optional
Section: database
Filename: pool/main/p/pgmodeler/pgmodeler_1.1.6-1.pgdg+1_arm64.deb
Size: 5683196
SHA256: bb212331fd3457c3807e9ed03d71db40683f1adcc4ef7dd6cb348a962220adde
SHA1: dd82aea00151035f6d22396816fcc9d8e1a8049f
MD5sum: 3aae7899464df73bbd30920dbc66da29
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.
Timestamp: 2025-02-20 13:34:48+00

Package: pgmodeler-common
Source: pgmodeler
Version: 1.1.6-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2014
Multi-Arch: foreign
Homepage: https://pgmodeler.io/
Priority: optional
Section: database
Filename: pool/main/p/pgmodeler/pgmodeler-common_1.1.6-1.pgdg+1_all.deb
Size: 383624
SHA256: 7cb92067785840af390126ce10c31fdbbbba80b865d7c7e5fdfc64216fa4ac9c
SHA1: 093d04e454330299c2911157806ff035f3557139
MD5sum: 758e06f3a1513cb23d40d21bbbd06856
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.
Timestamp: 2025-02-20 13:34:48+00

Package: pgmodeler-dbgsym
Source: pgmodeler
Version: 1.1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62894
Depends: pgmodeler (= 1.1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmodeler/pgmodeler-dbgsym_1.1.6-1.pgdg+1_arm64.deb
Size: 56914100
SHA256: 8f6c10ac0ef5ae95f61e293208f1ffec1e8812a79a90833bedb7898e7fc47c60
SHA1: 3dfb10e34b8e8a0e47a641398d43a49d94c94def
MD5sum: f426a21e2f281f492830065b58fa827f
Description: debug symbols for pgmodeler
Build-Ids: 654e6a7497811ec3b9b0bae572513b892f63fab6 6dc87af0fe5473c50381bd82738cb6109167f91b 7410ef84daaf0e30908c718c6bf8ba34955c6aaa 7d0d9c69f50eec5aa1a15d3f4d2b44fe3f4ca56a 7e5d74e6eb8a0ae59081d62d083758ecdea9cf35 7f0e77dcf1f343a92013e0c086a1de2d89f1b7ed affda4579f276633ad0e47e1d906818a7aece27e bb0c2b71db3ca88da4f6575b7b2bb0b6026cdfd1 cc17d5ea496758263b4d72af497565026e532b1b cdb8f0c2f7ea72e253dca00af505355c54af310d dd0b23a723f1c100b8e3466ff7c65211ea56d807
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql
Source: postgresql-common (274.pgdg+1)
Version: 17+274.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24
Depends: postgresql-17, debconf (>= 0.5) | debconf-2.0
Suggests: postgresql-doc
Provides: postgresql-contrib (= 17)
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_17+274.pgdg+1_all.deb
Size: 14616
SHA256: 049f1adc545123574919ade00a0f7832dc8756f616dc50da0450cab35212bac4
SHA1: 4755a269be990715e04dc5963d0f636b7520e277
MD5sum: f66026ab9ad76a435470e6b31b6ad19f
Description: object-relational SQL database (supported version)
 This metapackage always depends on the currently supported PostgreSQL
 database server version. It also offers to automatically upgrade the
 "main" database cluster to the lastest supported major 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.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-11-rum
Source: postgresql-rum
Version: 1.3.14-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 490
Depends: postgresql-11, libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-11-rum_1.3.14-2.pgdg+1_arm64.deb
Size: 109844
SHA256: 0ae6261b70f344a803ccc9e2cd24d7ba2ea8cdb31a8798b4fdf53f96c0517107
SHA1: 47cdb2387b82d653705f356b2c8203b0cfda84e6
MD5sum: f809be74cc480ed983a5b7ffd7c1433f
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-11-rum-dbgsym
Source: postgresql-rum
Version: 1.3.14-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 348
Depends: postgresql-11-rum (= 1.3.14-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-11-rum-dbgsym_1.3.14-2.pgdg+1_arm64.deb
Size: 307484
SHA256: d9e0941d074bbee07a26f30987969df62fb60e5bb82404c1e92a80754c048bf1
SHA1: 33daf975d9a48a658fe9d0266b3a12d0c9d4415c
MD5sum: 49b4099f4172893587fd8d75482f9865
Description: debug symbols for postgresql-11-rum
Build-Ids: d1cc31a54c8cb60cfc2c982f486bfda96b63e208
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-12-rum
Source: postgresql-rum
Version: 1.3.14-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 991
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-12-rum_1.3.14-2.pgdg+1_arm64.deb
Size: 347908
SHA256: 695753e9776f1297e9312a4d673ef79ce7b840bd423800efd07b0d263672e1d2
SHA1: b057124c0f432134ad9ea998b8f56fbdc5542f16
MD5sum: 65aa0df741ed21fe5ef36d2170133f6b
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-12-rum-dbgsym
Source: postgresql-rum
Version: 1.3.14-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 349
Depends: postgresql-12-rum (= 1.3.14-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-12-rum-dbgsym_1.3.14-2.pgdg+1_arm64.deb
Size: 309540
SHA256: 1013de93e1d313e45dcff98a9cbcbbd19766cb97de6789e6a185388296d64a62
SHA1: cdc6032c2505d10470c3c9c5afc020beaeb90e6b
MD5sum: b456fc20782114565edb20799cc9c5b8
Description: debug symbols for postgresql-12-rum
Build-Ids: 4bcf51ff974f037444f748ced769162149581f55
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-13
Version: 13.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52488
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap2 (>= 2.6.2), libllvm19 (>= 1:19.1.0), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-13-jit-llvm (= 19), postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-13_13.20-1.pgdg+1_arm64.deb
Size: 14754212
SHA256: 272397cf1a4eef928091518ffded5a227c59a2cbf0f78d71dd9de5c4d4b2063e
SHA1: 50789c6537418e72a489f40ba323a590b93dc7fe
MD5sum: 1a1d37cb41ec9bd9fedd0ebcb1e9a7c1
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 13.
Postgresql-Catversion: 202007201
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-13-dbgsym
Source: postgresql-13
Version: 13.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27822
Depends: postgresql-13 (= 13.20-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-13-dbgsym_13.20-1.pgdg+1_arm64.deb
Size: 16286316
SHA256: 8119c6310ee5c1e9174b7207670915420918c20bcc9e68d5fd966c2a0fa42bac
SHA1: fc6ff2a80ee00a0775430050ecb45f70dc2d3c38
MD5sum: 68dcb7e351fbddbd8e600ca31ea2f2f1
Description: debug symbols for postgresql-13
Build-Ids: 01f0516233353dbf65c418627c4355c99b38e63e 0e9c753f541b3fa3e3b7442a5f61e715598193fb 0ff52d92bf24e0d394508d14eb1790faf79022e3 1461782b5a3f324deeff29ea90762d8bfe115cf1 17406a0ee907e005ceae6b61a652faaa19e06667 1b13d82d576215b2e1831446ce91ebedd2fedf02 1b455fa1ec9cbe752c05a4ec9f6fa016fedfb680 20696ebec6278434749492b8005092ecccd64828 27f54e5294593d290ce9c3438964abf8e9a30477 2aae7f9b43e18170c28c370e9e8b64ff49a89759 2fda3c9687d65b6d079d6c5fdf5974a7f6045bd9 3002bc95990f558c97870e8d3b64c07c4537945c 30ff4a032854f8a70d6da0743bb30be8d9945ff0 3222bbf6dccbe27097739089cc522755b691ecba 32be7cab3d78997cb3ed712cef7cc57507a75e10 3616d3da2855a73aa1e9534282b67305b7a8b455 367d2ed448675a31aaed9bc43bdac83b4f657ffd 396161ba3dc6d10db3eae27caa5023f6c6b78a2a 3d2244410709b12b20feacb48c000d60ab4c54bc 3db858f824b0fc712cb7a008a27110bb555d7a0e 41bb8f541abc06eb66a2c946a97adf12ae5b292c 42c3c754aa0b4b3b53278e82ca3ecdfbb0f3fbc7 458676b5a7106430e1f5707de26780801742ef34 476f2e978ac867128680cc23899f4a513342e78a 48c8e92d6415686610e58307d8b08a55be772223 4a83657e9512c3338dccc8a3418e186e24e0825d 4b37456f0580233b606ac66c3adb7fa69721cc0a 4e9ac6ed7a64695d9480357cde70725f2740b09f 50e9cd236a324bd21393897777eb8e7c1beac217 53045802bc081e30271b62354e7e4fdce9b44db5 5946089b824a17bd56bacf989aaf88e27db1722d 5ede8ed4c54d41b2373bc700094028f88379bed7 5f89b5768137af2e4568ba90e58e27e0fae2dda4 6151528ab96133100da3ab955a23eabbc36d6867 633bab995caac7a6035537529701e0476c235bb7 6cf47c9985b047ed2f3a5bf2cf104060549532b3 736607cfe8b1ecadc77a870def17a2e24d2fc3b9 74ab93c7963ff9144d1a6f921f4db6dadc510081 7a3e5db03c05550a144824abb9063f802516d7f7 7f8f23901436c505daf1e0a4e09b1229dc49a45c 8152060693bc179ae2ca3958af18e10bee1cb269 83b2417baea59d06e3962926a5de8168feb48f99 861631bf225b512545c01f74d9c3ece947c78340 8798b56d15586c34fb1e917dc4ef04445a67db1c 87eb8b5612489e0e9aae80e91e6ad5fbdb254755 8b0d58c17ca631e86ebd181e037195589a697a10 8daf1b107c22111fa87157035f2ce102e472ac87 8fc683b10bcb08fd26e595b07ecad83e92f8eb88 96f151a3069471281cf09445cf1d7d4ea5d6fea8 981fbda7ec6681a620e219dda4e0ae2bc7f82c0d 9b2606a8b14ae0e6c2db719efd5fc4a4e88bdb51 9b583d8a5dbd09686f60c593cf4f9136ce666d83 9fb442a8dcae53c23f30ad1b20436098e2ba1062 a176fa1fa96988ca48d6d2cc93e47d9334e3aada a18cdc9faa8fe2f61890d2426932dd612b131d13 ab491f39cea3db98598c9a01b810f1840a6ddf6d ab65893d9ac15e5889397478de07954f7931408e ae063767894bc9e8be7c71e2bae20bd910d24854 b019c395b8c6189ab634de1611a97427fc703b43 b2c005cbfae98d673cdc2013557dce897b1376c6 b3f82b30d239f95d7d980c54563813d0560ee8c8 b4233183a596bf50d077045c878dc51bdf26c05d b964064fb3dfa4160b25ab04d62be099dfac51bd ba6a353893148ea7e04052f0fe853d4a68ca419a babd11f379a5b7e441041fb560c3c912f8cc73cf bac289d3d5187e407f538ac7d2aac7e658395bc2 bb372371175580ce8359678fcb2b672ce5330ff8 bd9d2ec1db1e8133ae74cd8828e073e05f792f59 c11df4ac43a66721096fa027384af80404a668d5 c786e8d39a052ac10ae7f82ae42a57a741ccaaf6 c9384a4edfbd0b84f6d1e8164989f2c51240a24e ce95624e91f55383e3cce04fea98bd616e1b0844 cfd6db51fb2c66a00ba2211a9d848ffc208fb600 d106f509186ee4efc24524b4b1d0f964d621f9eb d3803b3a4cae7af3a55febf6e6d86b07966f0ad4 d46d99a026507eafb78b75a16a7b07a17c500edd d5eb904968816a25722174b1ba3422076485e057 d7c2476162909076ee14d6859604302bfc4cd8ee d8ed02d80e6d931413c58e2a46c1fe428e6c22c8 d977b67a11f278360221f679417de6a132e1b708 e0f5429e2648f9012e304d9394b19b3dc2442086 e27970bbd1c3aba99e73d2bd0f46c555c053a360 e2891e6da38ccb4d0150d6959d5387d2c8ac76ed e338d776cdfb7d7a6946c9fb78ef3f01f00f7d9f e72ec162c439322fd082f43269ffdb64e1aecc83 eb53a2abce012bd6c3c3dfeebaaf148cada24d90 f51c6ac74a065fd7691cf790e0744dcae6dc7197 f56da54e77b55962422c64cab8b8b2bf8691e65a f600b9a68978afdd2df44c5e304451271f5ff80d f7817a63750f2c2ddffdf2db64124d542f25bab2 fc229c5cef40bdea45e12e8dfbef75634f4bb9c1 fcdc221ca9ecc72b02724aa039e6f489bcbb4749
Postgresql-Catversion: 202007201
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-13-rum
Source: postgresql-rum
Version: 1.3.14-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 899
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-13-rum_1.3.14-2.pgdg+1_arm64.deb
Size: 342088
SHA256: 52d1fff964dc3d52b91aa07d488c816dc5cf7c06e9feb017aca06d115164d945
SHA1: 476c91ecd3a0e25e3e76513601c774c30aae9d19
MD5sum: d2752a303b13ac531a21f590b5f77355
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-13-rum-dbgsym
Source: postgresql-rum
Version: 1.3.14-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 348
Depends: postgresql-13-rum (= 1.3.14-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-13-rum-dbgsym_1.3.14-2.pgdg+1_arm64.deb
Size: 308252
SHA256: cd3eae82beb4f7fc1d3da23e47398ec07c1647c6ce1b814ea8d91dbc0454f90c
SHA1: 5c50fc7f8241bf81fcc591dc4155969e772bb19a
MD5sum: 0c0bc7a44c02726180af578eadc077e4
Description: debug symbols for postgresql-13-rum
Build-Ids: d08f0d8cc48133f82915f10a3da244e22127ef5e
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-14
Version: 14.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54581
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 229~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap2 (>= 2.6.2), libllvm19 (>= 1:19.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-14-jit-llvm (= 19), postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-14_14.17-1.pgdg+1_arm64.deb
Size: 15439880
SHA256: ba19a5cb88b552daf6f49e05662495eea22ee5348a787e61d943a7e6b06442d7
SHA1: 71278a2e439560ac0cba2b3c9c7aad989c80839a
MD5sum: 05ebe5a2a88b735371469f4a06fab5e0
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 14.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202107181
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-14-dbgsym
Source: postgresql-14
Version: 14.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29477
Depends: postgresql-14 (= 14.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-14-dbgsym_14.17-1.pgdg+1_arm64.deb
Size: 17199728
SHA256: 0973a857487b3c5da432dba733c6263f464449b658a660610037b961ac5feb2b
SHA1: 81050b70c8ec5931142507e0d3bed7aa5ae49b57
MD5sum: a7c21054ea543ea639a25ddb776a4a60
Description: debug symbols for postgresql-14
Build-Ids: 0142e6c1638812b53e1676ab71da3ef988626595 01b91109c86e2a194eed9862816296b950c2db37 037fd50ed6d774885e9b648d93a5e262026c89fe 03c62837f2d3c3c4a2a026470878f3af1a26cc91 071a8f2007a47d78b81c0459ce5b192a688adbaf 08d5dac118c33c28c056a64c61aa0ea7d5144fa9 0968df8a3161c8a913abad89c38826c9a8d1cd3f 0a6f35a2c1821e68c06c510fe0f776d41e4b0976 0b7215cb8432a31dc83827d5a4b47676bcda0e36 10dd47230ab68d89c9145f97665293fa222f82d1 12e987ee8acd01e0197d188293771c3a7f819839 14ab71cc0c262657896020f9e14e066052b59677 16801c4fb9bb263ecefc7a064c6c8cea97f8d61d 1703a5af5797c300ef675f5cfd43e1120d794429 1935318f1fda7f5cbea58da70233405c9d0cf8cb 1a226b159a52f41aaeafb8e1a5e0a71504683eef 1a4a5f3273f24bd3b742eb388d2ae30187802b38 1c8280f50e70c870fb6e15784efd27ba630ea36c 1cd9516bd515452bc0470368f8f150b3a26fbd0a 1d6c9f927bb394d11b60f7e3b3958b06f7fb4840 1e1c4fac6025a170e7089a406d6d22a0965e3245 222bea28eab383057ea2a81fedacd12491588c65 2540e96d5fc20a3a3433478cd5c013d474cf1553 2874d8feee6e3111f5701b01786378547f47518d 2c0618c9eae9bb1e220e08ba2d82e0592ef5e7c5 2d84d188a51c19ca5bb8eb005911211439cab926 357e093a22c447c41507ffa9bc8f89dfda87989b 3bd8f3ddb9605c5eb5020556da79ecb9fefc5e00 3d0670382a0930dbf299892494ff81a849f3f0b2 3ea681dadeb4cbd70552d0d38525194ad5199086 431b3ded642c8dea4b34567ea856af1ef61ded6e 458d2e72bf8393d377553cff7410a37738f378a9 471ce5e731ceb13869f72a4f01091211a6a30432 4b57264eb5f0dca258d5eea909a11a3e79a3fd92 4cd5c041c922243de240b6f88cac943d02457b3e 4e421049d310410c3337a6db2c601128a66d0a1e 52e8154e22e22e0f939e7aeb7cd801fb7dc18004 52eee74ad25479d97a20f46ff9ff95cfb915a746 584cb6995ead66c2ec7aa790e444b2274c685b08 64bcea250fdb603251257680818fbc4ef5aa234a 64fff03f4f40b86f76034937c835c7592ae7c820 6747b2101f9b161b836b04e9e1ef493a9bcef642 6853f45e6e71a5c24facee8ff0662642676c9cb7 6a771b2803a1453eb55de01dab8ecd2d624f3ad8 6bc7658fec84b53ffcdc15853b0969f613074a22 6d6ee14560f2ff6d28f560dbd602706536b021f7 71e4193663806eb91c41fc9ff120272f39359de5 72822a41db8efabd1745fcff0c71c0886eb8dc9f 7343017bcc72b0c3810ee976572b7fff8d38ee51 743b25fb0761d82acf0404c1dd925c0a9ae4eabb 769c20312be0b2791e7a2250bbf31f9e61e4a724 7ab75fef24d9d05d66390642a6dd1709ce85043b 7f01fb9f18dc7f96eee547be3445a5a06953fe03 853564e9dbba862f80610b9f10b48faaf85f30ce 8988e7d560157b0d424846d3474eaeade7ba4961 95076389e8c67b24cdbe0da82aad9697aaed6776 95ab05f7bb12fd65c6bcf070bd17fedeb2a472da 9a641fdefd563d1ae894a062fc9696b1761ad016 a012683533f61d446044a87d4fab4c2179b95f2f a82653923f83ec2f6bcd3337241d7068519cbbbb ae918edc4608a3405295779862781f00cc7a01df b1b87028970ea628cd8a723fcd54dc063a6ac841 b20a4d021fee0f92142c0455a6d377eafd0ace36 b2b7e90782db981f214db5b8ea2e641661dce8be b300509c18e67d7465e4bf2640a946ee3be24ef2 b6930fef5075e95d08ae3125f52979079ba90eb0 b7218119991aea449897872621353aba247bf99c b782151d1cb53edbed523d3b2836d4df4c634482 b7e448db8c4fc380cd95197eda94e64c95fff6f0 b865a860d0ced159f6146f5d347fdd22fcf2563f b97ba4d951065e5c9613c783a001551f6c89a7fe bcc4ce24c4b644ea67ec81772681e9ced53f246e be224cdf65961ba3e3c16e13c4b903faa6e34e13 c041daec75ed50cebc160d52a78169a1091d3f2c c94bcd6c87be0f6d445d6b54c1d6dd4b3904df1d cf36651db0611cc95acf9cd6af368a42fe48d1d7 d3c9411d765f720462f384e9379d1e55ca77dec8 d7f3a90b16c0c98f616d800fd9db4b042e2b494c d9e6d0ea77c4d9757bbbcf44e01ac46b9b4eb69e da2181ae189534b5be744976a5d008b495d347c4 dcb958e75b8651db1de1cb4c0c0b0a8946929b98 dcec0cc7b0589ff8d840a78e1611e4de9443806b e42fdf60efbf4929cb8706501cf074cc95fe426c e4eeba20fcfc4c532f8362bee7ddfce7c4451b5e e576c7d12ee28056543ce9b9fef2c75095ae17c1 e5c4d2f67952d6393f9b97276f7e4fd8a846bc27 eeb458acbb4624d982e7eccb6b37ea61f20c91d1 f06da6d698a64bf761cba271e3c3c453d905611a f89d318365ad1cb4780352f41bbb9b009616192e fb8925ea039c02c24546ce86657f2c720cb557d4 fc655fdddb62f3af772d9ac3a838c68a797bff1f fe17f998eaa60930f1b109f93346a1496315b03a ffc32278207144b88d9b9d7ef5b11f099f23c430
Postgresql-Catversion: 202107181
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-14-rum
Source: postgresql-rum
Version: 1.3.14-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 904
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-14-rum_1.3.14-2.pgdg+1_arm64.deb
Size: 342668
SHA256: 9775bfe1360c2484379fb3920f654828e1512d075ee90be508da21b41143188b
SHA1: 88d70a07e3999ce29a15d9638224feb0a85839b0
MD5sum: b07389089e128cfdcdaf5a95a07d9e48
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-14-rum-dbgsym
Source: postgresql-rum
Version: 1.3.14-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 351
Depends: postgresql-14-rum (= 1.3.14-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-14-rum-dbgsym_1.3.14-2.pgdg+1_arm64.deb
Size: 311148
SHA256: 7d3931c4a18af5d6c05f97c2bed9ce40180dd60649282252a604d08556b8d939
SHA1: 85acf5c31e2ac4481228bc41250c31711ce95ca4
MD5sum: 708fc71f47edad5ecaba4fcb0b8784c3
Description: debug symbols for postgresql-14-rum
Build-Ids: 1bc88f2aebb1b7c3fe9385e4793aa3de5feaa966
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-14-timescaledb
Source: timescaledb
Version: 2.18.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13191
Depends: postgresql-14, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-14-timescaledb_2.18.2+dfsg-1.pgdg+1_arm64.deb
Size: 365512
SHA256: 5ecb60df3dd5d7f482ff2175d56b699426f2d22beef54c3ddedc85776b381e5f
SHA1: 405ba68c725a190cf268ac0ebdd76e61f4e68c96
MD5sum: b5bbb87296a51ba59d9904c39c9ff3a8
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-14-timescaledb-dbgsym
Source: timescaledb
Version: 2.18.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1235
Depends: postgresql-14-timescaledb (= 2.18.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-14-timescaledb-dbgsym_2.18.2+dfsg-1.pgdg+1_arm64.deb
Size: 1112792
SHA256: ab2d32b8ddca773c5e00453e7760aedc72357a77a0c683ff4c253e7faf085bce
SHA1: e4c643e9a307926b258ddbcea19dcdb893a4588e
MD5sum: fcfbd820906ffc25b44392054ccc3686
Description: debug symbols for postgresql-14-timescaledb
Build-Ids: 3c5cd403924a109567de5071b59a3206112f28a7 9fdca29c6294563d321509dea729d545d42c3a18
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-15
Version: 15.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57586
Depends: locales | locales-all, postgresql-client-15, postgresql-common (>= 241~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap2 (>= 2.6.2), libllvm19 (>= 1:19.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-15-jit-llvm (= 19), postgresql-contrib-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-15_15.12-1.pgdg+1_arm64.deb
Size: 15972272
SHA256: be25e4f8286dddbb28e30a96b40fca414ff186831b2928ba21e0cf2b8835b8c0
SHA1: c89d399532a66449525bbd9416b853de77d33bee
MD5sum: c69504dbb33bb0ad0d6872d3350d19fb
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 15.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202209061
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-15-dbgsym
Source: postgresql-15
Version: 15.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30475
Depends: postgresql-15 (= 15.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-15-dbgsym_15.12-1.pgdg+1_arm64.deb
Size: 17824292
SHA256: 4e16c51bb06b23b8114d5754beab63d070060491647924df33979750e6fada1d
SHA1: 1384e4b138fddb4997070ba9b7b79f0c190b944e
MD5sum: 739cada41939ae23cf8743db81935299
Description: debug symbols for postgresql-15
Build-Ids: 02e654aa2b219124b721e8b47dd990186c29affc 04550df6194f7858218af482c5ef191d39dbd9d2 046026d666b4cc8a44a058c178ef3868e6bd0d25 05a7c53f573637423550fd876025c2658427fe27 10503b1ebf2e589f8d60ff94b442c4eb529084a3 10ceb463312f5cbcba4305a5f94bd3e36a316cb7 1248a7ef4481a49372bc553232ffd7c518709166 138c14dcf3f21e9a51e5482d66097350c63f6e3f 15061d7956edfbdb42cd476318a76841cad905c6 1cfeee6efd8157ddc2219f815083b795f93cf305 2121c4491909d7b9cd8b087972cd18a96f5909b1 247f6da468229154b8c86960622439920833c2ce 248088485592d8eed22e8a0635d74fcec279a0af 26cc205641087be3ae8002ebc06a91e09a48006e 26ee1f2647a0bb0578af89b1448a843adb750223 26f6576c8a42df710fa57b0c1fa2f831cb3a7f7d 295bbcb4cdb1ec18989cacb6fae7072abcc068f6 2f8e0a41b5e657a3a665f1a5ff069063e200fa91 33a6246ce6f0ba27aec074a0d952b51e075c8fab 3472af97d37aec193f544697f10c5391758f4f1c 363a38d0d6399dfbe2fc6c4d0a185d20911c218f 36a17aa37850c06c81d7a3e0a081fa9b76e5df1a 380b58c629f7ec2c5ebbe34666282a51214bcb88 3c2603a1bbbd340c0cdc53f9741f848fb25ef711 3d0adb39c3ed1710bd9719225210ef108b43839d 3e81ab948c148f60eb3c607d5cfa411567420355 4270144717f1263ad006a8e44d5b5971c07599d2 4e45c39e5a6c806e2c6b3107ed1a2f1ee804253b 4ec34926d0ccdc6c394b4e0455ad9222a80d6e5d 512d6590354bc22fbfef0db38fbac211e6552196 541a365327d9b0d6efafad1d836c4dcc869b8ffb 54c55bd3df3b84b5b8c70bf030eb21cd509cc179 5c17e9f5a6472ed38261ec12d00897846e504f15 5c88e8f169f0b6d555e93c7ce57b468c7abc1ce2 5dce5c5c79bd68fd0f6dd1c9d556008756fb5576 5fabe4a49727b5605f3109107d91c55b4cbe4fe2 61cc86ef29fbfef86dce77311a48a557131332ae 621ca1ec49564b73731f11a586a31fc17c736a26 637341f3c5803a2ec851a8b4f90209ba856cc28f 64c0c152dc8a96fda147bc8f3957376611adbaff 659151cb3759bc279089ad6f6e7473b1b6c7daba 6eb04c6bf912a7671ccc95a597e73a2bb20a312a 6f3338d524418708adacc0057f629000d10640d9 70096e884654a2b1ad4e811f2f79b2cb04bfbf5a 72806b6afe79ac5777d77e2ebf3b775925d23401 73a868e8d0808cfe2f56c1a3e415ff08943dfdf8 779f1fb1bec2df22e5d54f50b6ebb60c428d9b3c 78bd0dfe625a8880016976d39d10f60a9ce158f3 7c5e846fb712a5d9497088d0d4ab8c408989cafa 80fe19eca3d59b72e93a54ae4e807244a4183640 826bd58417c5d5b5fb6737f47bb0e0115a13969d 89345371170398b12e2c933fbe3922b90420bfa4 8a08eaf7027dab807a2199c548226129d505a2e3 929b720945fc867911bd257bd8f0aefa5f9203fa 93fe45599f19d4b3f91916ad0d3f3f1d95466f80 9ab6b6a9db6d7264d96da56c8b6f7f84e73717d5 9b8c6882210d4723cb32a556f6b13cb2e8cd1c63 9cc9a49f9a234abada53932ac0e4c7567dd1f6e9 9dab968c56591a9c52d3a0eab198ad3b13850004 a131063419e311178b5d706930e33a827271d6fd a32142db37af28309b0e7f426a6ae23fae0e200e a3628ec6fef0c256a0ac93ab606139645ef7d281 a3ab646307aaebcd435bc6e23497d3e2df229a92 a45be75df948185127d2589534b2b0b79d645587 a576bcd8489d78d0fcb8cfc5e208cd5ee6b80320 a5be08421656acc9032895e8b0a8b1511a952775 a82597a79626f0d27506aa47473ec7edf195fb45 adad3cfa0673dfc526b5f9934614672885147a57 b0cd8ed7826de64371cc04a99de0b896ebe6acb3 b2f4b63b74eb2525969686b521c999c0a8186047 b305a84c1ec7f2e57b03acec075fd36088bff33b b5569c952583102ee40382da516517655aa02324 b5bcad20b1c985d5d76abe5ab7795a26d332e2e0 bfccfb3e00b6a9eca8f236c8f58095985a9453bd c5a6dd20d9b5d4140082efe241137968440f8fc3 c7822cfd2f867e95ddd58e8347b3dc6c0c2f989f cb130b888ea90a3c5a8519848ad0a8813d476b7b cd56111c850f6ada974cc947cc5b5a20c80f7554 cdbe780d0fdb3d0d444f05951b1a6e3ff5b02333 d3feae97bc643801a05a13f3c77538ba7b0bf86c d98022c73489620545b06e3a27b0ebae5e591acb de968d5a928ef99101d935683d5ae7e2890a9331 e1baa3f7a40288336932f0089a9ded458340ce1c e3db698beb3d48047200ac8f24cf0944042a21c6 e42486b42792e443151a559cb23fb078944019a2 e5c35dfa5d3ede48ced430b7f82a19ba917b8a76 e86b63bba43887bc2a3b545b58bd1b6e513efc1b ec24c8955c8098702051fd4ce79746f8bac6b318 f3edbfb902e3cba095d3d9418c81a10c3635475e f439a7e403eae8507fa32f28972fee1f7e9b7073 f64c50cd24858c6bfc212cc46551ee7731b16a6d f744720fbb306ce73344ec35e6418bed262889f5 f991a239333d5d789b3f8c668d763e2fedbb99e3 fc1842b73affb435c39930b352d60f5374617a6d fe1c1f193847911f8258eb18fca29eccd318a9f2 ff58bfd463aeecedf6f20368c411213ea0f2d172
Postgresql-Catversion: 202209061
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-15-rum
Source: postgresql-rum
Version: 1.3.14-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 912
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-15-rum_1.3.14-2.pgdg+1_arm64.deb
Size: 343556
SHA256: 1a5afa987ab47af062255f2ca3afcdb73679eec25b4618d0b191417f2d26d6d8
SHA1: afbba0b66d90ad7408f043d9e841e7bf0af43d2a
MD5sum: 6d5f0a34da17b1d25508e20602bc5a28
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-15-rum-dbgsym
Source: postgresql-rum
Version: 1.3.14-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 364
Depends: postgresql-15-rum (= 1.3.14-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-15-rum-dbgsym_1.3.14-2.pgdg+1_arm64.deb
Size: 324048
SHA256: d21e738723601d9854b23892099611be0975619f9da8ae4a6e4ca69682e06443
SHA1: 5ce2d9c7fd6b80d36487dbfa8a4e4c9790b52fa7
MD5sum: 261b55044fbaa18a7ab6191ecbc571d0
Description: debug symbols for postgresql-15-rum
Build-Ids: 223bac665a62c1d343490792ee93ed70736a8902
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.18.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13191
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.18.2+dfsg-1.pgdg+1_arm64.deb
Size: 369596
SHA256: 7d5d783dc069d8991d799bea729405cb1a1ad65ceacb42b589dbd37d66d32ec7
SHA1: d54d1b9f3a6c24527dbce7587903a08a89bef758
MD5sum: 37a578f7708b9ea227f50fc70adee698
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-15-timescaledb-dbgsym
Source: timescaledb
Version: 2.18.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1218
Depends: postgresql-15-timescaledb (= 2.18.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.18.2+dfsg-1.pgdg+1_arm64.deb
Size: 1097644
SHA256: c1e5e21b68b10c169a22521074939b9c200433e047c4d39a224e0f1682cd3abe
SHA1: d597e28eec7c775af372d5ff3b05dc259c6139e0
MD5sum: 3455ad8a915ae8f8f29f688d3db985ec
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: cce0ad13244193f844f7464bda62171015f5b4b8 e7d6634feccc372b64ae14a6d6378712cc105287
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-16
Version: 16.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62259
Depends: locales | locales-all, postgresql-client-16, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap2 (>= 2.6.2), libllvm19 (>= 1:19.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 16~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-16-jit-llvm (= 19), postgresql-contrib-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-16_16.8-1.pgdg+1_arm64.deb
Size: 16814756
SHA256: fdd454fc0017aa63d404ebf37fd55125d5eede397453b3c5edb0109c4d3534d7
SHA1: 794e44877d4da7c627a201da3b33505d36f5bd6e
MD5sum: 7ded734a4ca145a8a30d27003c383894
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 16.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202307071
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-16-dbgsym
Source: postgresql-16
Version: 16.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32558
Depends: postgresql-16 (= 16.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-16-dbgsym_16.8-1.pgdg+1_arm64.deb
Size: 19336160
SHA256: 7f7db1a85dc3212c3a1e4ca90090267d957ecc3f24e80426cd83d5af038589d4
SHA1: febdf3873b1b07f6f7d1dcd1f989288f61af00fc
MD5sum: 5b86143fcad4c00ad5b24cd023f07106
Description: debug symbols for postgresql-16
Build-Ids: 02c8b03a34bda18f51bccab6945c2fba7dad2726 06df0bb0511ea09068b34ebc494125e5017993f8 1183620cbf90b769afe9bdc0f1d9b45f24bf029e 14e5b7738b1e80e6d2ad41602df865b4203b7fac 1a77517114f57d61c69040fc0cc259b8bd828a8a 1c642fd45349e81a18e4e2236a2a91333ca77585 1d10a290fa68661f67abd6c2e1cb477596f324e5 201e1cb52024ce30f84f0d0d10e0e80d3ce39fc3 2a22f127c7cbec5f62080f88b7d155ae9f0f338f 3379d146da56b9e3e9f6c89514b0dcd1ff426039 37ca1433588380e4649e19a0747b00ed92918ccc 3ae87835cb312544ed2b973125a4228156c00151 3cf2a7753ba981b8cdecc1a3a26984e54812f412 3f1586749c41101e7d15a33466a1c8541a6fceaa 43b7aa79b8d839e02d3f3cee74719cec355cd2d9 4608c5240d4442d5a307a3d3895b71f93e52c0a8 4812e813858692392654dec7e25ea7097f024639 4f310a1558a29248865ab169bbd949067d944c2b 50623e6fa70a8dab49c8b227c468218479f2ab2c 5345e7152747c2ac0abced32785d87f4ca18e10d 557bd108b2a8e83e75833f46bf040fe8b3926887 5b84ec5385098f61c235f258b4d2f17741c19480 621bd8f54502d8703116195d200dd5d85c702976 6444414468b7247b770142c97e4c3f8600562710 65c885cc6ac4e16cba2d284a5c4a462ce44eef12 663eab666dd738d559090cef0c64f37d8f0c4072 6817dcb13928ca9d7a819616bc229392ce5d7cb3 691986071abfdb0b22d38e8b70faab6cbf695507 6a34b0430638eeb20a46518530016b47c342d799 6e2c79910b4d2f1d9bcd02e07e73438f88cdbff0 7031c7acec582acf2a347aa46651ca1224aff973 7285d27b4ef87177d2503b9f8b541256f301a90d 75fdb7d2177e3ac20287f16b30428e41dce97829 7a6c9fc4aee3fb6d06d7363973adbb9730dfd9ab 7d8e49d493f1c1dfbe8b306448e1509a561432ee 7d96fc1a00c7af47044ebd178cc9d05bf4b13f0f 7df8bc7362f7604d85c201708aaf105ba48e874f 7e322d31b8ba23fed1288d98643030627f27ac6b 7e6317eff5c12e90a01b9fcf7a9a108276b314ce 81ab48fd0e8315dc1dd110292134800a3ad713e1 8399e3e47d1fbbe61e1df9f158a3f789765161b4 83a28aefd65b17850377649835d6142cac6752ed 84c02f97935ccf8e4b2428ed5fb1cc7545d6a293 872221462ee619e8f6d261b4e82e07063f1ed3cb 88d14df00151ba637e5e69f4cd3a6598a774ceb8 890af299676ff30a7681b1de331cccd407a67ac5 955d747ebc4db3292a55ddfa97f4da82120fd649 99f020d2e2c2ba06013ed0f843024eb27da0670b 9a5da85f98cdad7ba2eb9a6b48c9af267c46ded4 9b72cd11acd7a44b3eea81a099fcbe6fa77860fc 9d7cf59be06285903237d1c13532f9252da663d7 9f8a6b28ab6aa6e3960bee4b9b7d80f7d13f6540 a405569898982d27911e888bdaab8005864eb22c a4203f32de8fd3f523bf877f4b0b3fd1957b1150 a4985e4274a34e5483ca305cab9189ef7e08f3d8 a532c5ad75d84601ae8b108e82057d48fb675927 ac64514a611e5f47488b9c3472f34ddeca178799 b18041b5e4dacd200c85cefaf8064a1e2d463beb b19a01186eb873586d2d4ba117d3f8fb8de900ab b36a6ef848dbca977bab94af4608e49b93b52c8a b640105783edba2964f500f5749207142f0d91ff ba2e17ec796838043d450489460d5805efa8f793 bce2ab7044d5222e3d5191c357f5f2b2395c69f6 bced034be27b6ba5c83b48b7dc2de7b75d5bab23 bd79a7b85a5605694e5f1e35270523d0c6ce475e bf2025ead6873e95ee4e8ca4e67d3a68dce9fc7b c1165e4c43a11c5b2590d4d76306cda7a2872dd7 c1a9afbfb38a887d9a6421c21681dad087f21d5f c6543a2c810f7aab3a008da967d286f1371314ac c990c74876b35306ed97cee7cd7e01d599d23411 c9f9d961b27b0940b200b21735f555e5bf48afab caebc7bf8ca5eab80cdda2fcbb819f97618ef532 cb0d8b6fcdd39284583103eaa8db0a5fac12ecbf cbae96c235b393688cebb602e668e1194328ac77 cded2e8f203a18c0b7f973034c653fb25f0ee6dc cfe496504abe488c79558a01fa76454906af95b9 d0cc737eb13f34d4d211114ee2b7d23ec808240b d1b214012e340e0b8ae1bf1bc9413ede4eb4e076 d3ef30efac5b05fb2c768436b2858eaca4f0b637 dd2eaebefeae07de499eabb89b04c0b3af3c8727 e0d5d67c704ebc451537b1d08a9d66e0da8d75d5 e2b3edd3a1e45009348f795feea4c447bad9ef7c e2c99688885864ba43ad031b428bfeb170966be2 e3b5dd552c927a5a6a839223382d7a357baa59cc e8cc60a50d8f2f78c2d955e74a39871013c42248 ecf0042b2560c8060051b255837fef7bb3a32148 f046b8f35f6a39cfae8e706a88bb5c5eda31ba04 f2d94164895d53231008ec4e094b2a0ab4050d0e f377da9447428edbfff8e9226972208235ecd0f2 f552d8f4391eeea361047fbed873850b7364d081 f67d984181fa1c5840fdeade8a459574a1ecdcdc f6c6e81aebb9ac1d7ff7558082a8dd508774fc37 f81c5eb0f24d23c461943990be143a52e786c3dc fc666d3d7a4262efeb80d55eb16aabb2f8ac7626 fd2b5c7f06bd36673ff5e2aaf613725dc2ff5039 fe07db59db779977488d5d06f47f28eb26b8db13
Postgresql-Catversion: 202307071
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-16-rum
Source: postgresql-rum
Version: 1.3.14-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 758
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-16-rum_1.3.14-2.pgdg+1_arm64.deb
Size: 276812
SHA256: 1321f9c692a9a639baf5852f2cb5d9c360d152adaaf95b93d964791e3a4da2c5
SHA1: e95e8506e82295710539cfdc153a80b301b011d6
MD5sum: 42e22cae90c2d48382c54cc0682d96d6
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-16-rum-dbgsym
Source: postgresql-rum
Version: 1.3.14-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 334
Depends: postgresql-16-rum (= 1.3.14-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-16-rum-dbgsym_1.3.14-2.pgdg+1_arm64.deb
Size: 296996
SHA256: a16825d4665b6389b25e1cffe02f32d920338a0b756aba14152ad21fd600b6ee
SHA1: 91edaa7fbadd409535d3676e30bab5e8f952de4d
MD5sum: 3a89a0f37db12cf4c4bd222ae7b84f5c
Description: debug symbols for postgresql-16-rum
Build-Ids: b824e6aa773f2adf4b7e49e9111daf94d74911e9
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.18.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13191
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.18.2+dfsg-1.pgdg+1_arm64.deb
Size: 367992
SHA256: 62efbda013c5e363f6f393d81b7a44284d48640e9a402ef73aa921084bb469e3
SHA1: 9dd4d149bf626c769126dbe3be013e85359a02ed
MD5sum: 764ad549957492e172c3389916e43696
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-16-timescaledb-dbgsym
Source: timescaledb
Version: 2.18.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1270
Depends: postgresql-16-timescaledb (= 2.18.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.18.2+dfsg-1.pgdg+1_arm64.deb
Size: 1151220
SHA256: 4cf9d39fd68f4d1e808ac256494f522c530b8fc112eb8b89e9f49f9c75da7b5d
SHA1: f4598ec154b9018556cd051a4d5994a30b424f7c
MD5sum: f429b1dedb6ea985eb81725e76ce8106
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: 2aae45d7fc0d0f2b591dcfd388922e842527efbb e054af7ada6945018590b21b45e99cc175390b01
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-17
Version: 17.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64121
Depends: locales | locales-all, postgresql-client-17, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu72 (>= 72.1~rc-1~), libldap2 (>= 2.6.2), libllvm19 (>= 1:19.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 17~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-17-jit-llvm (= 19), postgresql-contrib-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-17_17.4-1.pgdg+2_arm64.deb
Size: 17408872
SHA256: 85f569dec5b07546258c94db1fbfb47d362ad42a8973d727fe93b9a977fc326d
SHA1: 4e009aa715e9f35bee685d2cf8b2ccfb977bfe4a
MD5sum: a28a28b86dbfb5109fef4bfa62bd9497
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 17.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202406281-1700
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-17-dbgsym
Source: postgresql-17
Version: 17.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34395
Depends: postgresql-17 (= 17.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-17-dbgsym_17.4-1.pgdg+2_arm64.deb
Size: 20362004
SHA256: 75c21e07020e5db5d578ae4707728c073fe0663117f418841c4e6f641a27d8bc
SHA1: d22a3aa184b5cb730203539509c3cde1c7e543b6
MD5sum: 8a156cef995af11b07c817ac0f4e5fb6
Description: debug symbols for postgresql-17
Build-Ids: 0612493120fdb35083d022180c31a2bebb01cf8c 0b254a96c74464579c9e9dbc56e34312ae138966 0bad602507b94625dda1d975a288cb1dc4c4f8d8 11685c5e489fdfd0d3d9251dbc9303791029ba16 158739ad426b976f3ba0c8cffc2dfef547d16617 1c90b593aeb7c58a8e04f43803bac81c0d36533d 1f0bdba03bab6f5b85861df0b3ce2abb4a249723 22580d56d1c800d84b255171ac7f1fb8eb5a7c5a 22c94479b9891163fdc4628a4589ad0cfd8786cb 2355478946fb4f8a32aa88773d9c38fa962b32ad 24911d6c692aa8e550a5e4950f2a783c30f73ee4 24a14e6fdc6c081ec5fc075eb3937ce0743e99c5 25de74f35f607e7da0e2c438cef12f837dba288b 2900955ebab87976abaa26be147fe6d6313cd095 2caa48d1d37c295486da344107512d02145b41b1 315039c3375805cda7877e814cd7f7a5de27e71a 330f2b52811facf2abf5769d08e79c3d3300f284 34bc9da45277b4abb4dfcf9f8d5671c719cba61e 35cdac264b0f3b3d9c1b18cdff2148f36062623a 39638c1c3e4cfa245c28ad15a81e7b8c4bc8f0b7 39bc61708a9f9f3071dca79ca051ba5936930097 3b098d499c5b61014a166c3211c715f7454dfee3 43ceb1bf777160c04a95664fcfbd63ab7088d418 4535671a09af0ef50daa3c2aec07f6726509c70a 48bda5a9198108c46244a6c459aa56d2e6ea3059 4cd8aeec9e7dec3c30d90deed1d739fd681a977f 4df831eb8d76af2245165efee5eda3e9be5a11b5 4f1180a3694e3ad49a9f4942d77d46f600c3833d 5077232874bfac530de560f69480144403a95491 51d96277dd46a79a4a650d795efd175350bc7aa8 54784619153f8fcd173cbd4d36a1f9bff1b34798 57a745ce9e33601886f0f8f9cb903632905b5ada 5ca87a1fb9bc4fd4982c21bd3a8997341c0e9d0b 5d86b977ef6eaec836b826414ff0154ea48e6408 5f5f391d5f1913d4c8fe4f1b4a8065d4f83491fe 5fa4020f9a39736f9e4af96c3e6b54a91c2cc171 5ffbd550d22569d2761f3df4088a8bf94c1fd659 61c60e070781317c4db2c6cfecd795f27a718eb5 632ff5ab0c2b86b8a7a4688d0f59938564aff7ed 692d8f4f107f4845fe6cfec6aace1e4e82b3b17b 6a4bcea616d93b4077b3ca34f74f24348cb212b2 6e0b47a1d38f9e837bcfec351723aaa1b9c8a86e 6fa9508fa3a1afba8cc89ae33c32fda61a383326 7136b1bb8583db937d9b9e4829ffd9884aa52a1a 752b068a273dc3eb9a559781e6cfbd5f68d5727c 753a3bfd937de720f01f18e72065441982a8602a 7860b01d811608c70c8fd92c76ab23cd78da6cea 78ddfb24347afbaa87aab7baa3af072fd0931b67 835d9992745b2042305d162f656a09e9930250b6 83ac7b28072718cdd31cb2e1e7e48d2d2ab733b1 86ee5d73410f2e38733fdfdf7b26d1dac6b1dc69 8c6726cfcdf46019cb4de9def2c917f1395cae11 8ea15a011de32cb83c1bfc39de3e0dece82c327a 91fe806bc7d8a58453cd3a493bbbc437ca016441 93162874643f5a8ab3791e4f1dbd0844a790a3a5 96a01dec758f109d3010a4e54260734d6ca13ae9 9a1543e7c730c90e2a87bea66025ad7f19a7852f 9f320e3cec3b7ab7179800356f666cfca0998a32 9f35e1f8d3449755b07ae25983fa6117a37ffed0 a91bef193f584e6a34a519da2c3d41b95b910ffb a934f3a385f9ec9aa199f76fc977a00fc3cc1966 a95c52d0fc4ae80ad51a3a460a3e44068361e8d4 a9a5509e24c4931dd8a5dd94fc7c312e0c89f2f2 a9c9916993772272751827090336f60c62d1310d afe321375c4d848f4848dda4aef386eb37cfe30f b493efee3824e4df39e5a66ddb97b875034990ae b9b33f26b1d7a32d8786d3d8f3623db8c26522e8 ba9e04838b60046be73ebc4b1b798d85582ea44b bbe9e27f1d7ff3f224a25d923c9f21ebce1103d7 bcb2af5b571e228fd9fd162ec75e54d66650ef2a bf4af2f5b8703122f0da08464a9b5b79ccebdf77 c29a781c340493284d1b6f7b66fbd22240bda527 c8cafc3c2d30c29afb9cb86031987045378ee78b cc95180b358d8175d53c401425e6cfeb242d9b83 d57fe23f7f128a3a2723ca8cb402a412a06c6f24 d6407e4fabfea28bdb2df80ec11f998d2eb2122e d64a8b02b610f2c1d26f35b6ebbc7fdcf4ab7c5a d700345e62e2a40e61b7d96d116dcc17cfcfbfa1 d7bc96137ec253802ee21c0eae7dfd3694e0aa48 db931b6f3949c3b23ec78a4c044d5ed241ec137e dc4bf90410fb8e7ac06d879ffd589cbb886f7f47 de6fb0edbd8993a6ed7c04f66b842155f510fda4 e10b0e0f383a7446c6f944e7509175df11fd3d68 e24dc541b17071b228135a1d93d6164d0023a64e e716db7696714e2f0d004e70a0cb52e0690fad7f e85aaeb26b6cd86bd224a6facc2e332e31ef4cf1 e99df97a6cc3b790eb3dfb7b368d43d2ea979128 edf53df6e0ed767402f10e87352fb418b250cde1 f21cddbc34aeb56de4b28e8a75c98a28a84cae93 f340f665c32b606cb95418300d6d60b178ba9b27 f49f105e8df466f6e07133892cec149761de6470 f4d180a4e50003d8b15c5ae4769adf44e5f16389 f673d842e208942c6fee0648e0095a984e55e236 f737380efcdf6a16a0d10fe61d5daed1ed8f990a f90aedf829f4fb135a72166d41693e869d260283 fce3fe372021f9804b9beb1d17ec31fdb1e7e4d6
Postgresql-Catversion: 202406281-1700
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-17-rum
Source: postgresql-rum
Version: 1.3.14-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 758
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-17-rum_1.3.14-2.pgdg+1_arm64.deb
Size: 277000
SHA256: 26d84b625538224bb536bb1036a3356a75d25675763f53e8e521b24fbf9103ff
SHA1: 73fa2c1e54829e4dddc6278ae5de7da7a441b88f
MD5sum: 30a0cce84332c21f7f9b010b18657795
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-17-rum-dbgsym
Source: postgresql-rum
Version: 1.3.14-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Depends: postgresql-17-rum (= 1.3.14-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-17-rum-dbgsym_1.3.14-2.pgdg+1_arm64.deb
Size: 298740
SHA256: e0c4194d945176db7f699f0996585c2cd4b01d0c468b1db78695ae4f5c4e4803
SHA1: 0fcd8e9e7496519e24fb32107c645493a4f7c87b
MD5sum: a3ff3d36b7895f3b7ae6f69eba0eca21
Description: debug symbols for postgresql-17-rum
Build-Ids: ccaca50e444827264348fc472935d933c1394dd3
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.18.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13191
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.18.2+dfsg-1.pgdg+1_arm64.deb
Size: 369412
SHA256: 98dff93068454c34a2bf390d9a82e71d5969555c09d741fbdde6d810b4299fd0
SHA1: 3b685c2469b8e1dc0c74fb7977b3ee3b0e4d4243
MD5sum: c43ab33a99d0a9cd17083caaa8fa7237
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-17-timescaledb-dbgsym
Source: timescaledb
Version: 2.18.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1280
Depends: postgresql-17-timescaledb (= 2.18.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.18.2+dfsg-1.pgdg+1_arm64.deb
Size: 1162284
SHA256: d53a41098833b60bade6955e4a0a87a42846580763ac779017335739f2ff612a
SHA1: 9dfc996ad06616ee351e00b638b72ab0a7667cff
MD5sum: f1e3ebc28b1831fca64cf257bc7ebf3b
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: 77a5e106fa33682a5f9c54a9ddb2142f5f82d703 daa04e2de9c9160f159ab865461c31d2a53e6b7a
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-all
Source: postgresql-common
Version: 274.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19
Depends: libecpg-dev, libpq-dev, postgresql-common (= 274.pgdg+1), postgresql-server-dev-all, postgresql-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12, postgresql-13, postgresql-plperl-13, postgresql-plpython3-13, postgresql-pltcl-13, postgresql-14, postgresql-plperl-14, postgresql-plpython3-14, postgresql-pltcl-14, postgresql-15, postgresql-plperl-15, postgresql-plpython3-15, postgresql-pltcl-15, postgresql-16, postgresql-plperl-16, postgresql-plpython3-16, postgresql-pltcl-16, postgresql-17, postgresql-plperl-17, postgresql-plpython3-17, postgresql-pltcl-17
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_274.pgdg+1_all.deb
Size: 13660
SHA256: b8a44faf3a5405b9a70f930987f84ac607b234716dfdd3a9c18d8b59573da441
SHA1: 830781d6fbf3326c9c68f3b864cb11aed2559530
MD5sum: 7081aefda4e526a56f1657403f4ef92a
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 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.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-client
Source: postgresql-common (274.pgdg+1)
Version: 17+274.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19
Depends: postgresql-client-17
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_17+274.pgdg+1_all.deb
Size: 13528
SHA256: b657d469609298ff254d2ca8d143ce7177f642634cfd4c60ca11a59a87bb0e01
SHA1: 2b4afa89d4e6edc171879574630c5bf14efde88d
MD5sum: 41a9a6206e900fd433ef9a3edc33b026
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.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-client-13
Source: postgresql-13
Version: 13.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7442
Depends: libpq5 (>= 13.20), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-13, postgresql-doc-13
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-client-13_13.20-1.pgdg+1_arm64.deb
Size: 1506844
SHA256: 3b66400230f26e952849c16130f14803eb6aad3e495229636a9030ace2e1b7aa
SHA1: 9e76651ce5d0d31ef6b5545ad3d3608fd7b8b017
MD5sum: 80b5b3423b3c94425bd26e0b39d9484e
Description: front-end programs for PostgreSQL 13
 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 13. If you install
 PostgreSQL 13 on a standalone machine, you need the server package
 postgresql-13, 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.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-client-13-dbgsym
Source: postgresql-13
Version: 13.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5231
Depends: postgresql-client-13 (= 13.20-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-client-13-dbgsym_13.20-1.pgdg+1_arm64.deb
Size: 2177848
SHA256: 8acabadaae23cb0cb97326be7ecbf5b7125508b6cbc734960309e8c68e22e368
SHA1: 0f109c53e234296f7f67ce602a7ad85a1246f443
MD5sum: 7954a91c810aa5dbfcc13387c9584aca
Description: debug symbols for postgresql-client-13
Build-Ids: 0035fb1be1d29fe1caebb8d0244cc3c45826806a 0df5ea8ae716157e49f898fdde490735d5065ede 1a400d6f9600f832d774c181927fdb6e6f9fb799 235f31527011bb7cb394f3a003994f8575a35335 2a4d2e574329f5e7460568b040870499d4e256ae 3129b8dc4eec745b472277b2055a5463a7ab8360 6a5857052c0aee2074046cb2ef544c161be8ea9b 6f098ecfc01a632d97ec43ea0dff635939e1cd03 7f8871c254f440605a9842cf108a34eaa3c8713c 8dbf77838d90a22debf316e1b68d72abf3da1e4d a36e9dc64294932f645acd029128d1ce74b9030d c68f64e90b854d48f0d2f263a02b98124724c089 ce928b163b6c73a7bf82917e149d3b6043562997 d53924c39d80c618183f792c562a5c3ade1cf984 dfd3a5b5c66516f3e0b629704a0ce79caa6e3385 e71e11ff8980300a47b31c375b6098fdfb73ec90 eb821eb98504bcdb3b628285b04c753d42aba8ac f31e7069aca51020a0974b11b7a73eae532a1318
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-client-14
Source: postgresql-14
Version: 14.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8473
Depends: libpq5 (>= 14.17), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-14, postgresql-doc-14
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-client-14_14.17-1.pgdg+1_arm64.deb
Size: 1629720
SHA256: a43f9e106df9b6a1ae2893e97f2e0c1de988d6e52361e108626734b15bf0ea3d
SHA1: 72bd40fa4bc2b57bcd15e9406d0eea5a41f6499a
MD5sum: 1f735b637ec0e3ee47ca7e3e72be6496
Description: front-end programs for PostgreSQL 14
 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 14. If you install
 PostgreSQL 14 on a standalone machine, you need the server package
 postgresql-14, 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.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-client-14-dbgsym
Source: postgresql-14
Version: 14.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6073
Depends: postgresql-client-14 (= 14.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-client-14-dbgsym_14.17-1.pgdg+1_arm64.deb
Size: 2562216
SHA256: beba339d86d2ff6f49686019c07e5625d31498d47d9303bf96d29943d729788d
SHA1: 0c5c7898c7a7f38f5a16c2a27cc666b64964f80e
MD5sum: d2f182382c2e88e745bd436f7877c15d
Description: debug symbols for postgresql-client-14
Build-Ids: 0217a543b9fbe5a665e3d40df160a48ad19ccd9d 0584ff9112855c55b3255d5a796561e8c35a275d 073e84d7ff9dd2962067c10daf0286885b4e7f18 08099ddd1fc5246e109b34d2f33eef88772ee476 09eeb551c4dfe89db575a24611c54e5bcd1472c8 15f9c4e3f65d4f075875998fb3dec30d7a52ce1e 27b1f82002888bdaf3cde6b1c22d5d19cf6ab5ea 28fd01ccc24731cbf09b93541cddbf427a5b4c25 3023d40ffa3963b1f070fec7a2e6518cb212f48f 43aeca70e450a224c05f172e3a599dfb0933171b 4b1abd86b6075e39007d88dccec1d77c13afb309 4e8eeb8ad9138a80e41d997ff30d8cf253341299 75b0762c89f9cc9114065f1840b2d6d42a1d30ff 7dfe34ff7292a91f4c645eb709336d05f39a3246 8dc3773fb23dd0fa53c89a5fb60152525e05804e 973b139ed94284be5117079b76067365d3dbe705 a0f683e61f3e66feb22fcf6396faee189b6b63d7 b912339222737136b7bb6c48769d62e834f8d959 ce51c7743e99d570e76879f8d1ca781f78acbd36 d89cccfd8f9652efd848f73334bc810c1c5869f5 e4145cc46aa5b5cc9bfe0529ad3f33967b95014f
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-client-15
Source: postgresql-15
Version: 15.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8997
Depends: libpq5 (>= 15.12), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-15, postgresql-doc-15
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-client-15_15.12-1.pgdg+1_arm64.deb
Size: 1694616
SHA256: 532539c54a947947b80e734bb6c67095b07b897184998062286e6d827134d39f
SHA1: bd33b51d6fe6366d1000bd8aeb8aaa8d43791488
MD5sum: 1c819b061012da173f3df997ab3279fd
Description: front-end programs for PostgreSQL 15
 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 15. If you install
 PostgreSQL 15 on a standalone machine, you need the server package
 postgresql-15, 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.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-client-15-dbgsym
Source: postgresql-15
Version: 15.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6383
Depends: postgresql-client-15 (= 15.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-client-15-dbgsym_15.12-1.pgdg+1_arm64.deb
Size: 2750720
SHA256: e1030b878996ad2c8cc55cb41fad9bd4e0f7c963272a247c8b8b67bec832396b
SHA1: c8430eb46fdd8f7b006c1e931bed3dbe9bf6a3a3
MD5sum: f2cd2060b3c62c76ff34dc3e73568bfc
Description: debug symbols for postgresql-client-15
Build-Ids: 0494c69da2f020e6ef7afa6c6054894c09a9d12f 04ebe5233478863aa0aaa73f98b50a4d2bc792c1 0a1e880fda5c716ad045de060f4f675060c86c22 0ef96e77cc86da3bcf0d5575ae76c1ed51ad1afb 34f2c93775422e63f60b83100f9aa347e93a12ee 36ab432280735a77d5e1a5a01a8a296293b3f20e 3c03084931baca4a2f2b3ab0a75af0a545971607 3e41505b03ad2d42b4c85a0e4605897d28caa0c4 645e5138581e2048b525a177048ff108aa7c3f90 6a7694cbc18eca88bf413f68f17959d1b08873a6 7a57ef0406db7240ccff26f14b63c2db9067f668 7b457fa7cbbe07a0945ff156814d63ff49737fd1 7d45c876b7d78054e99d36cb78c683010f248875 8a9cc92fe3405690350f24dbc8117331228697c6 9246e292c5521d2752252921201d7e3a2808b902 9c42c1fde8defac90128d1a9c3c96e7abe9b460f af55abbcd43f739fbe82fdea3c907b8760b45f29 c5497a078c70065c7e2df4b22cf566d9eee09fa2 c865619cc973463d911cdcb2d1c79042fa0c078a fa53732020cd7c6ba0145f5a5d74d0b73c589662 fdfa556125688890a06c35d5ece24876d20e3f79
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-client-16
Source: postgresql-16
Version: 16.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10406
Depends: libpq5 (>= 16.8), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-16, postgresql-doc-16
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-client-16_16.8-1.pgdg+1_arm64.deb
Size: 1901356
SHA256: 687506f8d1c868aecd02ad78d20faaaae79a11cb49f2d37c048ca1211b1a6654
SHA1: 96791a0acb5c5cd491a2c1866c582116085c1435
MD5sum: b3d7245fca173d33707c43362efe4353
Description: front-end programs for PostgreSQL 16
 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 16. If you install
 PostgreSQL 16 on a standalone machine, you need the server package
 postgresql-16, 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.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-client-16-dbgsym
Source: postgresql-16
Version: 16.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6675
Depends: postgresql-client-16 (= 16.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-client-16-dbgsym_16.8-1.pgdg+1_arm64.deb
Size: 2834768
SHA256: e36de594d9865d6b2fbebd62bca7f44f31575c2e9887addb52b2f99ce777c194
SHA1: 578b011b4ffa05d113c5a4a6173fc60d6577185f
MD5sum: 697de092140c6b3ed66071a5b6833c51
Description: debug symbols for postgresql-client-16
Build-Ids: 068e6119bf48481818cfc63660a7b44beea1f9e2 160f7b7bed717435000d986ab845f3e06f9e482f 1e57cd92d910cee5db1f41248aab6fcce09d0a12 22fab52a78795f867c01cc0bac25b927c70d678c 27d9248ee5d2af05e49b969b628c0ede5006aa03 3700779be554c96b011409471eea88e7ab1d0d60 3c3bf7bdcd71f48782d8e733ae225c5cb836194d 53ecdaedf3bfb3ae8142854fa2c37d224f2f1833 6b47b89ba1af1e0cbbe79953ad897e1d21ca2ca4 73feb7e6a7aaf33f59fd3215c83543762c8be466 7ed4e4eec53c76577e6a8e277790386f487247b9 87671e5f681de6a6e037a106560f97688973bf4f c0b02f43da4c6f887be5c09585983ceb20c27f17 ca0a19f7489aff99d2d57a344902664b065febf3 ca73b89105c2f8e0f81a50c58651916ce7fc2e51 cc1a52775ae132e8c5e8dcb3b3636160271ea0fa cc3b3fbea4d7e25546683bc067b7325484d1fd2b ccf2b8a1669f39691f7846c6fe7606d2874ebd77 d7c551715fa71814f6202c65fc3256050036dc6c d7e5b83b121c15f57747c1517a8356fb80b1d6a0 e7700d3bf14064498f97c673cb7b4fa316731fa5
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-client-17
Source: postgresql-17
Version: 17.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11100
Depends: libpq5 (>= 17.4), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-17, postgresql-doc-17
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-client-17_17.4-1.pgdg+2_arm64.deb
Size: 2002800
SHA256: 4be4dc54e3668055707eeace08889c5ecbdaa19695b51629edefe28a220d6bc8
SHA1: fcc0827190a04c8961d70b62e102e51397a025ca
MD5sum: a0fbe355c12b709336c9573fa275fe26
Description: front-end programs for PostgreSQL 17
 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 17. If you install
 PostgreSQL 17 on a standalone machine, you need the server package
 postgresql-17, 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.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-client-17-dbgsym
Source: postgresql-17
Version: 17.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7175
Depends: postgresql-client-17 (= 17.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-client-17-dbgsym_17.4-1.pgdg+2_arm64.deb
Size: 3082140
SHA256: f47c0f29edf70095f968f23c22719af228c8c1ff328642e75139ee0385d6193c
SHA1: 2d1e51fea3d65d1f09aec7db9a69e2a06098fa45
MD5sum: f66742d8a9edf45159a9ee1ccc876a85
Description: debug symbols for postgresql-client-17
Build-Ids: 1917208561c54e917d1cbe596c1deb632c3e603f 1a0db5ed6c65acdf83069432e520a14635f4457b 1bf7b5aaa9e7507ea58a500ac915cddc63236dcf 1c2d36b965f2e1034d75833f760a538536734454 1d0504e0a205ad6d549ae5c5455e0461b4da6c6b 2560ab1170b04ed6affb3125feeb53688964d8da 37683f0a1ce0db32e7abd9e2d77cf48222f0f4a1 3b72aca706072df05a50962c018dfb8a28a10906 54dc787dba9f3cafc3f164785104ff1b47a3e897 5fbac61b4ddc9ae1c2f7884ae3549c814a80353d 60d80ec72caed5003c81569aa0651737e1ca5b02 60f99c4c7642138361b54b203bbb9ef7a8b44c16 65b7aa3d11821747c88b59191a277690bf75e9a4 7d7ee2f81dbccfaece0f4f717380fa98737fd1e2 8ed7461103caeb9e9a713e45bf2bbdd44ca0d3b3 a8bfdab93861f6c1a90020344bc4aaf40e6d7b7a b8db9c9396475286c8d69d89695b457ae93f1768 c9991f4b0554283949f254d8dbd2a47635dd1c6b dd1487d7f4f8e52612c934def5affca39e9720bf e888a4f557d5c5b56929ed2c4fefb13e3c9eae80 f212995c7b556c156a2a8dfd915e0373de249d1f f5ae52b8d5539e1edbcb64cca5f62990be48a428
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-client-common
Source: postgresql-common
Version: 274.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 153
Depends: netbase, perl:any
Breaks: pgdg-keyring, postgresql-common (<< 269)
Replaces: pgdg-keyring, postgresql-common (<< 269)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_274.pgdg+1_all.deb
Size: 46572
SHA256: 0f9eb7ab28a73024f624881fcc9f5cca4ed097d02de9fb14954a6b4bacfb7e00
SHA1: e4442aff62f8e4985cd17d21efbf5a1cab6c5025
MD5sum: 21111a647849214da5844e87de90db6b
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.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-common
Version: 274.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 354
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, libjson-perl, sysvinit-utils (>= 3.05-4~) | lsb-base, postgresql-client-common (= 274.pgdg+1), postgresql-common-dev (= 274.pgdg+1), ssl-cert (>= 1.0.11), ucf, perl:any
Recommends: e2fsprogs, logrotate
Breaks: postgresql-9.1 (<< 9.1.1-3~)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_274.pgdg+1_all.deb
Size: 111176
SHA256: c5f1f5fe2606cf6eb87a384e32272a45cfebaeedaf29ae1bc79b4108517083ca
SHA1: 9fbc4dddd0b6d490c73390ee92c46eb912029022
MD5sum: a1629ee6cbe094966489298ad2a7250a
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.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-common-dev
Source: postgresql-common
Version: 274.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 333
Depends: libipc-run-perl
Breaks: postgresql-client-common (<< 269), postgresql-common (<< 269), postgresql-server-dev-all (<< 269)
Replaces: postgresql-client-common (<< 269), postgresql-common (<< 269), postgresql-server-dev-all (<< 269)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common-dev_274.pgdg+1_all.deb
Size: 71724
SHA256: f9a372d8d77de842e914ee22973014aefdb366f67b0208569cdda5f2554506c1
SHA1: 6cac9d2b5cba6e366505d4ece8976994919b3101
MD5sum: 7104d45211caad1ac41ed7fd733d8b2a
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, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 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.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-doc
Source: postgresql-common (274.pgdg+1)
Version: 17+274.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19
Depends: postgresql-doc-17
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_17+274.pgdg+1_all.deb
Size: 13516
SHA256: 99ea108c84ac6ccd5614ab73a2cb4bb4acaeec315b0c4b53830f1438d4f04761
SHA1: 26b5d4a032a19e8aaa7af153d53e5f6cfee10dd7
MD5sum: a73fb6dbadfe249785f462bac634368e
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.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-doc-13
Source: postgresql-13
Version: 13.20-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15954
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-13/postgresql-doc-13_13.20-1.pgdg+1_all.deb
Size: 2005364
SHA256: 338b5e2e07400fe91ef95abd690634177d975c671c7748a3f30b72ab4244b990
SHA1: 4512fe596702bc6918643e47b38aa309318f6169
MD5sum: eae29711cd2e976b5813db261f4be285
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 13. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-doc-14
Source: postgresql-14
Version: 14.17-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16402
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-14/postgresql-doc-14_14.17-1.pgdg+1_all.deb
Size: 2054400
SHA256: 250383240b3bc624082b67e59936bef8f1f6ee8d096464b557b31ac40c5924c5
SHA1: 226364f160b861099d88d4b042452111f902e4f2
MD5sum: 3e6d933bb060d272573b9f42ec91ff95
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 14. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-doc-15
Source: postgresql-15
Version: 15.12-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16237
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-15/postgresql-doc-15_15.12-1.pgdg+1_all.deb
Size: 2065984
SHA256: 99c17892246ba265be6b69a7ac7214ad925e0e3e277b26d02d7e8fdd271d9016
SHA1: badc47927f0e8ad341ec7bcc65c9675f5a0ea05f
MD5sum: 498b214e7dad9878198f43263b63c569
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 15. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-doc-16
Source: postgresql-16
Version: 16.8-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16763
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-16/postgresql-doc-16_16.8-1.pgdg+1_all.deb
Size: 2116200
SHA256: d6ba7890d932c48a2cd17b5c716c565f0dd086eebb80c3f5cf4f15df0e52c0bc
SHA1: b86e38043f3310d65ebc988a06352cdd8ad7593c
MD5sum: c60a5dd3d82c5835f8c9714a2ecd89e2
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 16. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-doc-17
Source: postgresql-17
Version: 17.4-1.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16917
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-17/postgresql-doc-17_17.4-1.pgdg+2_all.deb
Size: 2127616
SHA256: 7c283010a179c9619a45b5398a2a7d6c884712b2093f23eda5baebc51fde9521
SHA1: e3583530f527ff46e5c642b7fa7723094005f013
MD5sum: 18cef7f001e87e2ec9a9e4c2fb29eb2e
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 17. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-plperl-13
Source: postgresql-13
Version: 13.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 556
Depends: perl, postgresql-13 (= 13.20-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plperl-13_13.20-1.pgdg+1_arm64.deb
Size: 86540
SHA256: e95330f572d2094392a9eee7631faffa50305ae2eceee6eb2b4f9616eb19c72f
SHA1: 6ab2dc1d12b1f169cc8ed6a6da7208d80376b0f7
MD5sum: db9e9aea0115cac1fba25972596aeb3f
Description: PL/Perl procedural language for PostgreSQL 13
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Perl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-plperl-13-dbgsym
Source: postgresql-13
Version: 13.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 234
Depends: postgresql-plperl-13 (= 13.20-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plperl-13-dbgsym_13.20-1.pgdg+1_arm64.deb
Size: 188568
SHA256: 7982b2f4b37c26327be797ee8712b9e0c66b0895dba67609f3bcd4fdfdccdfeb
SHA1: e3b94195af9eaf82f30a69df2703542aff4e10a4
MD5sum: fff9362dd1f1de3818ab678a21e8d0e2
Description: debug symbols for postgresql-plperl-13
Build-Ids: 11102a7e3c8fc2c59016b0b956f39bb7e950f703 1c74a591e09149d0bf053fe9d6a12446d2e4bfd6 38ef56f030fad1e84cbc3f1ba5ca3350e8ee5575 5cee8eae63fb529df3295a8706ceddb30d78abad
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-plperl-14
Source: postgresql-14
Version: 14.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 565
Depends: perl, postgresql-14 (= 14.17-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plperl-14_14.17-1.pgdg+1_arm64.deb
Size: 85124
SHA256: ac3a22405328f638eaf195a809e2177392694b63cacbecc6909597e27427cbb1
SHA1: 38c5d7d8f2c60ab6496a99cde249fcd619d0c713
MD5sum: 4d143294a89e66d16804aa860b439094
Description: PL/Perl procedural language for PostgreSQL 14
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Perl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-plperl-14-dbgsym
Source: postgresql-14
Version: 14.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 235
Depends: postgresql-plperl-14 (= 14.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plperl-14-dbgsym_14.17-1.pgdg+1_arm64.deb
Size: 189412
SHA256: 7cc42c721a45703e7b14ef37f8272f1284787199b558a8ccf41258c3f0a78282
SHA1: ce25fbc696ae159414586665b85a1f8714353eec
MD5sum: ad967332e9e1b37b80a6736a98bae82a
Description: debug symbols for postgresql-plperl-14
Build-Ids: 03a2bc9191f2c511d82f5d393bbcca4815c3f5d9 9f89532e80bb138b64b39ebaffb3bd4a069fdad6 ea4b445ed4a545c8d865c27df20669d168c1c768 f9327bcaa89e58054da5572ab5f72907b4365574
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-plperl-15
Source: postgresql-15
Version: 15.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 567
Depends: perl, postgresql-15 (= 15.12-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plperl-15_15.12-1.pgdg+1_arm64.deb
Size: 83932
SHA256: 965eada796a46fd49a647a4f8eda1f2e2fb3c58f4c819b58d7dbff7f14092fd2
SHA1: 94e1d1945badf48c5c91285fcd2c1473d76b8038
MD5sum: eb911562053c0b194b4ed350733510a3
Description: PL/Perl procedural language for PostgreSQL 15
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Perl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-plperl-15-dbgsym
Source: postgresql-15
Version: 15.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 240
Depends: postgresql-plperl-15 (= 15.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plperl-15-dbgsym_15.12-1.pgdg+1_arm64.deb
Size: 193340
SHA256: 294a3a700721d31b816c266c9112dcee5a05934c0d39d1f58b5ab6d0596abdc6
SHA1: 213b54c19b29e923ef42f4773224e0b68d6556b9
MD5sum: 3c0da8222bccc1173c140762f9c243eb
Description: debug symbols for postgresql-plperl-15
Build-Ids: 247e3e4a2f59045d7863f16b4f3b7047d004978d 9cd8c84ad08db6dc64c97e6dba2bca948cb016d1 bd808a357b7a428b8fe9cc557305549bffbe8043 e7bf2f5affa034784d2f6d7a7d33e22582562320
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-plperl-16
Source: postgresql-16
Version: 16.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 579
Depends: perl, postgresql-16 (= 16.8-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plperl-16_16.8-1.pgdg+1_arm64.deb
Size: 84116
SHA256: dd6d37e8a867b48708dde825cc82c48bebc85cbea6cee34669ad4a05e40c15c4
SHA1: 3db3a495db2aa7c8b9afb8a366948ae96987bb89
MD5sum: 9ea7b34d00fc6a8a07e8140fd55db4bd
Description: PL/Perl procedural language for PostgreSQL 16
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Perl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-plperl-16-dbgsym
Source: postgresql-16
Version: 16.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 243
Depends: postgresql-plperl-16 (= 16.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plperl-16-dbgsym_16.8-1.pgdg+1_arm64.deb
Size: 196740
SHA256: 116b193d4259f7619d7aff635db4929a8618de6118ee57a6c548abf07aae1ff2
SHA1: e83666f8e731856428f3c40058d3b235b31c360f
MD5sum: 07f3638c24deee49d406190d4860ffb1
Description: debug symbols for postgresql-plperl-16
Build-Ids: 7ffda65844d29b7daef3e8c247235be95af84abc 9122c0959a084d835c0e4006cb4823a97d3343aa b254ff9f714dc3ab74c1a4646c52186d5273849e cefcf156958c1600b5d7fac48dac34295215ce11
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-plperl-17
Source: postgresql-17
Version: 17.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 577
Depends: perl, postgresql-17 (= 17.4-1.pgdg+2), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-plperl-17_17.4-1.pgdg+2_arm64.deb
Size: 81428
SHA256: 2e4e146eac852bec16424223d9f68ac1db1857af39124a4eef70373d12a55524
SHA1: 4ea9ab592570a9b13f6d4da8a10c75802ca471d9
MD5sum: f82fab3c94ec1d4e57238729a48fb120
Description: PL/Perl procedural language for PostgreSQL 17
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Perl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-plperl-17-dbgsym
Source: postgresql-17
Version: 17.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 245
Depends: postgresql-plperl-17 (= 17.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-plperl-17-dbgsym_17.4-1.pgdg+2_arm64.deb
Size: 200120
SHA256: bb26a9784f0035fd13677a31dda6ed915b526387b575a1eeabd57af6fec8886b
SHA1: c90d5e3619b54a817aebc8b73f7833a4ea16b6de
MD5sum: 9bd50bf11393ecb545dcb065f45d9203
Description: debug symbols for postgresql-plperl-17
Build-Ids: 0d075f363bc68995479955c83e6519b54ab44947 5da9fdaba223a480d9556791bf911a1b91baa2d9 5db68a38d66a5e127406db0e3797d8e4b38d6176 8a31643bdcf2f4a5988bbff97dd00e7e0a4c0cb5
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-plpython3-13
Source: postgresql-13
Version: 13.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 642
Depends: postgresql-13 (= 13.20-1.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13_13.20-1.pgdg+1_arm64.deb
Size: 108848
SHA256: 24685d7c5718f56919c5ab9b2ab0e0963ec783f18d1bfc07df3ba7ac68680cd0
SHA1: 0fccd5c57797554cc2a7c105164b62edce2af294
MD5sum: 08712805bcacbf5c938d81b229cec1ea
Description: PL/Python 3 procedural language for PostgreSQL 13
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Python 3.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-plpython3-13-dbgsym
Source: postgresql-13
Version: 13.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 231
Depends: postgresql-plpython3-13 (= 13.20-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13-dbgsym_13.20-1.pgdg+1_arm64.deb
Size: 178336
SHA256: 3aea41483ea54d337f64b761ee0ba388c52023e29491af5c13088ed5f072e667
SHA1: 01a0d8ad28fb272c701b444aee7c7930b28b7a03
MD5sum: 12f90ec4d6e6ba845dd7e51f44b5abb1
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 087c32c5f3138421d1941bd379ee53a387623da1 a6b1a62c4ddc485563a3956647118f6fd343bf25 df54fc3499e215bf3845a21de9b3b6e64d7a0a2a f776ce5d2525d75d4a76818a1e8f76d7ec9771f3
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-plpython3-14
Source: postgresql-14
Version: 14.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 723
Depends: postgresql-14 (= 14.17-1.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14_14.17-1.pgdg+1_arm64.deb
Size: 109556
SHA256: fcad8114a03be27b4c848645a94a358ab394a2564d913119b0d834fa141f3382
SHA1: cf349949818f2e998b364f0e09208f058df0c5bc
MD5sum: df6015461cbec0ffa6f6526e8b79bdb6
Description: PL/Python 3 procedural language for PostgreSQL 14
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Python 3.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-plpython3-14-dbgsym
Source: postgresql-14
Version: 14.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 231
Depends: postgresql-plpython3-14 (= 14.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14-dbgsym_14.17-1.pgdg+1_arm64.deb
Size: 179852
SHA256: 8f197879ac222445215357f89628f61a04465f3529de8dedd65719bb1bcdeea6
SHA1: 54f00469a3a3bb042c7fb9d38d9b25f098828c98
MD5sum: 6adb3ed89feb9c1165a65a6b3f9c5f8d
Description: debug symbols for postgresql-plpython3-14
Build-Ids: 1ab6d991097a8449e5a1f98461c6c1b6dfa978e7 7d6ffa22b4554533908c82db3b1505f18300487d a69584b71ed5f2d485b99e7727b590721abe1dcd c8228779c534d65b0c5d6e41191b47c97837398e
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-plpython3-15
Source: postgresql-15
Version: 15.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 739
Depends: postgresql-15 (= 15.12-1.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15_15.12-1.pgdg+1_arm64.deb
Size: 109564
SHA256: 29882820f5f98c7e657620046599ae204d1eefa03501a417fb93b7d049a59cea
SHA1: 4f94e9e70989ae0a5510ec8eb12e6e089dd32475
MD5sum: fada7d9a93f52bed44273a5df0e55daf
Description: PL/Python 3 procedural language for PostgreSQL 15
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Python 3.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-plpython3-15-dbgsym
Source: postgresql-15
Version: 15.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 231
Depends: postgresql-plpython3-15 (= 15.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15-dbgsym_15.12-1.pgdg+1_arm64.deb
Size: 180916
SHA256: 3afe0c1b32ff9307e58ce0efb3899e529b8742f0edfdb58b6daf1a8289848957
SHA1: 2e67b5ca99de074443b7b04e642452114b9dbaa8
MD5sum: fea6cbf143a4db40051bf0e2788a33c0
Description: debug symbols for postgresql-plpython3-15
Build-Ids: 13b167ef3262de2fddc7f5ba9d3de8df975a9590 13d9396b3b9c94694b5697b843982c4bd35da07f 53fcc00d2eb30ea6be082843faaa1158de2fb84a e298167050cf6a47ea34c3735d20208ea14c077a
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-plpython3-16
Source: postgresql-16
Version: 16.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 684
Depends: postgresql-16 (= 16.8-1.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16_16.8-1.pgdg+1_arm64.deb
Size: 109064
SHA256: 6aadea994beeecb5ec2de5d27a0b3a1820e80b9fc0047e328acd114f247597a4
SHA1: 02d8d7be5834685d283ede34fae5f11e8482839b
MD5sum: d659bb6c601a67643983d16feabbbf74
Description: PL/Python 3 procedural language for PostgreSQL 16
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Python 3.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-plpython3-16-dbgsym
Source: postgresql-16
Version: 16.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 238
Depends: postgresql-plpython3-16 (= 16.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16-dbgsym_16.8-1.pgdg+1_arm64.deb
Size: 186316
SHA256: bb3facfbce6c69f222817f93e3705366f75cfff0da6dbc042fa8989bf3c77358
SHA1: a932f3b8c1b8a616162247afaae9a76fa762ba8c
MD5sum: 52d2a6c9823b756867dfaa68b16e2aae
Description: debug symbols for postgresql-plpython3-16
Build-Ids: 9f6848c6c23e3d1cfdd4b008d17fdef59b27df80 aa987acce57943b491af1f1591ad29f17677e412 db9b18f733a664b46505503308bb675d1a2a037e e4f2f2dbbb9d73e85f5ccb8ac2850f5699ecbb7f
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-plpython3-17
Source: postgresql-17
Version: 17.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 682
Depends: postgresql-17 (= 17.4-1.pgdg+2), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-plpython3-17_17.4-1.pgdg+2_arm64.deb
Size: 106324
SHA256: b823336f1d484626f0bb3569a5d20996fe6cd2f719a04edc166f3c4bbfb713d0
SHA1: 62f5461b2940ffb0082823b8964496dc3b64864f
MD5sum: c6c73f9739efbb9a533cdb0b3bd98fad
Description: PL/Python 3 procedural language for PostgreSQL 17
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Python 3.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-plpython3-17-dbgsym
Source: postgresql-17
Version: 17.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 241
Depends: postgresql-plpython3-17 (= 17.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-plpython3-17-dbgsym_17.4-1.pgdg+2_arm64.deb
Size: 189996
SHA256: 37faa3e72f326997aa1019891818ebdd7f205963e78455933f51c0cc35dbd40d
SHA1: bfff0818d1ebf9817cc4d2575a1618570227326f
MD5sum: d3b725d88474566b7c9a21f0f54638a4
Description: debug symbols for postgresql-plpython3-17
Build-Ids: 3e11697b2e7d431b708a258f2228d96630d37660 e7d18beedadb333d65b73b731c5b06ea5fe7f4d0 edf8fde7bdd452aeaf6551dd07a00ec19921b0d8 f41fd7da1b2a860550639f8a9d7d4556317c085d
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-pltcl-13
Source: postgresql-13
Version: 13.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: postgresql-13 (= 13.20-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13_13.20-1.pgdg+1_arm64.deb
Size: 45832
SHA256: 31d94ff507868caa53690b8c00fad5966c3bf9788e517d53c30ae23f41710a21
SHA1: c35018966b023b7201929888657634358edb4f30
MD5sum: 4fe35858e964a58c2fb9f8ec515ab1f9
Description: PL/Tcl procedural language for PostgreSQL 13
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Tcl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-pltcl-13-dbgsym
Source: postgresql-13
Version: 13.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-pltcl-13 (= 13.20-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13-dbgsym_13.20-1.pgdg+1_arm64.deb
Size: 74548
SHA256: 208d495d56ea56e5274574653037d52dbd9dee51eae5e5d4b1cf804a7f515f56
SHA1: 2347edc2144f3093c2f41e66b780918ef9692e8f
MD5sum: 3f1532d4b4736c3b3818d2e58c789487
Description: debug symbols for postgresql-pltcl-13
Build-Ids: 0ce82d0d110af830bc4f31bca8c0888df28ef69d
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-pltcl-14
Source: postgresql-14
Version: 14.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-14 (= 14.17-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14_14.17-1.pgdg+1_arm64.deb
Size: 43408
SHA256: 2ac7fd55b27b93dd23f3d9fa8991080b12b78d73aaef6329a0aa33eb51f4c6aa
SHA1: 93d421e89be2dcfa348e8d5332f314b6159b6854
MD5sum: 485c1467d7f71cb4aaa82ef93b6c36e3
Description: PL/Tcl procedural language for PostgreSQL 14
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Tcl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-pltcl-14-dbgsym
Source: postgresql-14
Version: 14.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-pltcl-14 (= 14.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14-dbgsym_14.17-1.pgdg+1_arm64.deb
Size: 75148
SHA256: 45db69266673f3b8bc17db8aa45e463fc76b158b1f542c5acbc0ea26f6c4f1a4
SHA1: cd477c0ab18eece0a2879d5544ce3d3dc10e6120
MD5sum: 9841c673bb9041a1cd77f6baa164fbeb
Description: debug symbols for postgresql-pltcl-14
Build-Ids: a0a7e11fb8c17f4ba437276b50c430f8c0f08ae9
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-pltcl-15
Source: postgresql-15
Version: 15.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 200
Depends: postgresql-15 (= 15.12-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15_15.12-1.pgdg+1_arm64.deb
Size: 43140
SHA256: d05394e124f9fa1a236feae7999e02f522503ad820252712825e3ce313db76d9
SHA1: 5ddb557f4c3ff86368bcb769a421927a009449ea
MD5sum: 3df48d8bad6a044b5b98882a27ff8ceb
Description: PL/Tcl procedural language for PostgreSQL 15
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Tcl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-pltcl-15-dbgsym
Source: postgresql-15
Version: 15.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-pltcl-15 (= 15.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15-dbgsym_15.12-1.pgdg+1_arm64.deb
Size: 79068
SHA256: 7ac9fc5a048aa9249e92d5d82f537ce3d1b2f581e266b44ac16b7ac756b2ae93
SHA1: 20b3491038aaa1a61839cbe626fba62a783b233a
MD5sum: f38d610477c20900f8a8fab6ce89c57b
Description: debug symbols for postgresql-pltcl-15
Build-Ids: bbe6748daa7f16b7f25dfb7db4e76c84593a1442
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-pltcl-16
Source: postgresql-16
Version: 16.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 207
Depends: postgresql-16 (= 16.8-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16_16.8-1.pgdg+1_arm64.deb
Size: 42724
SHA256: 28ad57db415fe9477624b2d650d6f2f7eafd523f2d70b4d949d2ec590adee9ed
SHA1: 12ec11c28d4617278dc76e6d7f84dd3097b3a811
MD5sum: 9dea5353a6a55ebba8e41f781ffb85f6
Description: PL/Tcl procedural language for PostgreSQL 16
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Tcl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-pltcl-16-dbgsym
Source: postgresql-16
Version: 16.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: postgresql-pltcl-16 (= 16.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16-dbgsym_16.8-1.pgdg+1_arm64.deb
Size: 81760
SHA256: 824472e02aac39402e68fe3dcc653ede409b3f20bf199a9bd492581eb8773246
SHA1: 28e9f6172efad356a48e8e09ce7cc105b11b2756
MD5sum: 760ee4f90cff81f83c808b16ea76a017
Description: debug symbols for postgresql-pltcl-16
Build-Ids: efd57bcd99bee04489ce3e4f55ae18ed4c945340
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-pltcl-17
Source: postgresql-17
Version: 17.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 205
Depends: postgresql-17 (= 17.4-1.pgdg+2), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-pltcl-17_17.4-1.pgdg+2_arm64.deb
Size: 40064
SHA256: 166b82b040f7cf9fc89d3a27f5c2b0119aa410126ba8f5dc4ed053b8a77c0ec0
SHA1: e2d935f43e58089300e20f2ddd8777b8f4c598a4
MD5sum: 6483397a105126142b5067e91687d6bd
Description: PL/Tcl procedural language for PostgreSQL 17
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Tcl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-pltcl-17-dbgsym
Source: postgresql-17
Version: 17.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-pltcl-17 (= 17.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-pltcl-17-dbgsym_17.4-1.pgdg+2_arm64.deb
Size: 85212
SHA256: 6077e74b5454f5d013fe855493b7c9a5ea0106f00a4ec9fac13cb1e6c3e8c771
SHA1: 909c67b686a06abe0f0b8e3b92ec8d6ce0c0f7cf
MD5sum: e94ee75472d5fe2be202cec8a239c256
Description: debug symbols for postgresql-pltcl-17
Build-Ids: 273db7b6a6f6e7a1a8bd7847bfac78500865fd2f
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-server-dev-13
Source: postgresql-13
Version: 13.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6208
Depends: clang-19, libpq-dev (>= 13~~), llvm-19-dev, postgresql-client-13, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/postgresql-server-dev-13_13.20-1.pgdg+1_arm64.deb
Size: 1053780
SHA256: 91f24d0dfc6daf5c49dae26d249d7ed07b03b4ede58234b4fc95a5b18c7af25c
SHA1: 84e024a0a15e64a8377505e456c4c8e7982b1b28
MD5sum: 8aa2df1fcab237820773e57cd9afdf50
Description: development files for PostgreSQL 13 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.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-server-dev-14
Source: postgresql-14
Version: 14.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6719
Depends: clang-19, libpq-dev (>= 14~~), llvm-19-dev, postgresql-client-14, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14_14.17-1.pgdg+1_arm64.deb
Size: 1128608
SHA256: e0f6c29ce84abb4fbe639aac4c37adeaefb5117a495ed91ce7e0d430a88444f8
SHA1: 3a2430cb92c6ac73f93d370cbfdc446bfbae91fc
MD5sum: 60f31af16e7e509877a7b08f86c75ff7
Description: development files for PostgreSQL 14 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.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-server-dev-15
Source: postgresql-15
Version: 15.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6880
Depends: clang-19, libpq-dev (>= 15~~), llvm-19-dev, postgresql-client-15, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/postgresql-server-dev-15_15.12-1.pgdg+1_arm64.deb
Size: 1153328
SHA256: 1922175f7426a82f143522125f5bb197f1c0f5ef6b77fdab4dc0c7f7570af0e1
SHA1: 8b85b2cfd7da8cda72dcc4082b9dff310f7813dc
MD5sum: a3bd8902a2f8ff66a2c72c67b3a67e43
Description: development files for PostgreSQL 15 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.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-server-dev-16
Source: postgresql-16
Version: 16.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7074
Depends: clang-19, libpq-dev (>= 16~~), llvm-19-dev, postgresql-client-16, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-16/postgresql-server-dev-16_16.8-1.pgdg+1_arm64.deb
Size: 1180480
SHA256: 7b6708b2c7437f1504218ea0a83851e06fa3d38c7ae11fda07fe5bf6ae7a6e50
SHA1: 9a25d0b9d3b9b840b4d4be8fa5d628b41b2dffc8
MD5sum: 3cdf37177c394e9bbcb4b2709b71d623
Description: development files for PostgreSQL 16 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.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-server-dev-17
Source: postgresql-17
Version: 17.4-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8298
Depends: clang-19, libpq-dev (>= 17~~), llvm-19-dev, postgresql-client-17, postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-17/postgresql-server-dev-17_17.4-1.pgdg+2_arm64.deb
Size: 1318612
SHA256: f6a8602ff1cc0b17838aba0c1faf3d3c6fc227f24274041789b08e2dab65c9f6
SHA1: 54fade22a20bbace29fe9693cbcc6a936b9ef1f8
MD5sum: 79823be54482fb777845c51265c85a55
Description: development files for PostgreSQL 17 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.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-server-dev-17-dbgsym
Source: postgresql-17
Version: 17.4-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-server-dev-17 (= 17.4-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-server-dev-17-dbgsym_17.4-1.pgdg+2_arm64.deb
Size: 56868
SHA256: 46eb425473d2fad4d7252ef2772b6cb6086c64865e258a738010960d1f5a17ec
SHA1: 10bda87759d2f6acff14f5a0544eb6dd703c5f0b
MD5sum: 7613fda478c769d81b5a173400662fd1
Description: debug symbols for postgresql-server-dev-17
Build-Ids: 91fb73a3213ae758eeb09426a4a76d02173f28d4
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 274.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19
Depends: postgresql-common-dev (= 274.pgdg+1), postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12, postgresql-server-dev-13, postgresql-server-dev-14, postgresql-server-dev-15, postgresql-server-dev-16, postgresql-server-dev-17
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_274.pgdg+1_all.deb
Size: 13532
SHA256: 0596db7e549c7c3c4215017e650179fe0baf731d0f94fb97578d10d25f001857
SHA1: c786ab5724619d888a0c91c0463a2beafd27cd87
MD5sum: a68552cbdaf104fddec77c3d89ae97b5
Description: build tools for multiple PostgreSQL versions
 The postgresql-server-dev-all metapackage depends on all server-dev-NN
 packages for all supported PostgreSQL major versions, required to
 build PostgreSQL extension packages, as well as on postgresql-common-dev
 for build infrastructure.
 .
 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.
Timestamp: 2025-02-20 13:34:48+00

Package: postgresql-11-orafce
Source: orafce
Version: 4.14.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 646
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_4.14.2-1.pgdg+1_arm64.deb
Size: 127144
SHA256: e32098a13f70a8fccebd4ea390db08f67467f6eb7510189b8fbef5a8a6c60d7f
SHA1: cfce86dd5164330bd077a800a9f3ab57a156e36c
MD5sum: 4d993db4ffb4139113071534bb811ad0
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-02-22 16:09:33+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 4.14.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 330
Depends: postgresql-11-orafce (= 4.14.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_4.14.2-1.pgdg+1_arm64.deb
Size: 276380
SHA256: 9be5daa1cb156379e4efd0fe7fd2629fb85df74469fc83b1775eac30dd833dfe
SHA1: 826ffead988452bfbc7dc6372fb8a53dcccd1440
MD5sum: 718a84b8298d3a176a876f1f22fb7f0c
Description: debug symbols for postgresql-11-orafce
Build-Ids: 4f53c23a5b10363e92ebcd22f02922b8facf543f
Timestamp: 2025-02-22 16:09:33+00

Package: postgresql-12-orafce
Source: orafce
Version: 4.14.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1242
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_4.14.2-1.pgdg+1_arm64.deb
Size: 376844
SHA256: 048986d9be33108f492abf4d918f940a3fc7947fde5ebef9cb8680c50833e77c
SHA1: c9db465b64a5ead3dfee8116b9d7c6b6cf7da98f
MD5sum: e948e4266a7ff2f0e9ab459c92f1bd0c
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-02-22 16:09:33+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 4.14.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 334
Depends: postgresql-12-orafce (= 4.14.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_4.14.2-1.pgdg+1_arm64.deb
Size: 281372
SHA256: 8526c6d48cf918376bad212578dd7f8dae385da436764879250f0604395c1a3f
SHA1: c7321ff39c08a79e94863085144f83ed0ce2e06e
MD5sum: 5f47cdc78819c2a7787549906bdfca84
Description: debug symbols for postgresql-12-orafce
Build-Ids: 156614ccdfa35901cc784c6da4a258b24ba14b7f
Timestamp: 2025-02-22 16:09:33+00

Package: postgresql-13-orafce
Source: orafce
Version: 4.14.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1239
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_4.14.2-1.pgdg+1_arm64.deb
Size: 376156
SHA256: f1676b3b8c288dab9711b2b9281ed7d58ffb3da5064a09ae2c497bce13a6373d
SHA1: 2e98b6bb00966ff932bb1ac94f135da791dee512
MD5sum: d3deb41126d1b1e581ad93ae0f6ed40b
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-02-22 16:09:33+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 4.14.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 338
Depends: postgresql-13-orafce (= 4.14.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_4.14.2-1.pgdg+1_arm64.deb
Size: 286504
SHA256: 593cb620811ecac21a550b2b8b9e0ab83b60a82f8ac90b23c9ca75411e99999c
SHA1: e5634116e36248c01461efeaead84f27732f541e
MD5sum: a76b652bc514675e185aa7de80d1ea00
Description: debug symbols for postgresql-13-orafce
Build-Ids: 39bd68161e9d5b0559fe304d5429b0bebdea63c7
Timestamp: 2025-02-22 16:09:33+00

Package: postgresql-14-orafce
Source: orafce
Version: 4.14.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1248
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_4.14.2-1.pgdg+1_arm64.deb
Size: 376944
SHA256: a5318ce8d4ffb4f2755f7e85eaddefb0437a0dda17d3799a0636cfa9d2ac4ba4
SHA1: 83e596bb4d86c00f234c24851b71548407ec85a3
MD5sum: 6b8176d33597b8891000007e411e0175
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-02-22 16:09:33+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 4.14.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 345
Depends: postgresql-14-orafce (= 4.14.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_4.14.2-1.pgdg+1_arm64.deb
Size: 293108
SHA256: 4330c0dfab4bf4ddab49ed82fdd033d4c461efc92d8a1d6eb68c50ac608ed823
SHA1: d56047c25ecf9b6af448a5afb2b43d7f37e4b6f4
MD5sum: ed0bd9f60123be9ed8a043b8c4a71f0e
Description: debug symbols for postgresql-14-orafce
Build-Ids: 20ef4fe19b9154589ea73cc6f3a7e777415567e8
Timestamp: 2025-02-22 16:09:33+00

Package: postgresql-15-orafce
Source: orafce
Version: 4.14.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1244
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-15-orafce_4.14.2-1.pgdg+1_arm64.deb
Size: 374704
SHA256: ed9c20b975c90ecaa673d953087f2122872b373d26b06f1013b3d2bdb7a33f71
SHA1: a0481e67cf95b73d91c1afe1893ab2c2eceb7b97
MD5sum: 7ff6e1a8ea8f23456ee8de40e537528c
Description: Oracle support functions for PostgreSQL 15
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-02-22 16:09:33+00

Package: postgresql-15-orafce-dbgsym
Source: orafce
Version: 4.14.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 346
Depends: postgresql-15-orafce (= 4.14.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-15-orafce-dbgsym_4.14.2-1.pgdg+1_arm64.deb
Size: 295608
SHA256: 8bc71e3362f1eca17db2232ec1ead425b7c8485cba6f0c0287e0e2e499515d62
SHA1: 17ec564c6575e0df4248efbd33e086976f7d29cd
MD5sum: 3129fbe7f69712d2b17f124ba2baa454
Description: debug symbols for postgresql-15-orafce
Build-Ids: 7a353dfb3c6121e5d1d0697d573ce1fbfbf93607
Timestamp: 2025-02-22 16:09:33+00

Package: postgresql-16-orafce
Source: orafce
Version: 4.14.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1241
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-16-orafce_4.14.2-1.pgdg+1_arm64.deb
Size: 370328
SHA256: d81b4d00d05f8f978f210ead557b8fe6b1a5db4162ece2e43c4fc597b6099042
SHA1: 8cd7aa9e0c2e8a74ed407fb3ee3fcbde918719fb
MD5sum: ad702a20fa2c44a74a1d5f21f52c15f2
Description: Oracle support functions for PostgreSQL 16
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-02-22 16:09:33+00

Package: postgresql-16-orafce-dbgsym
Source: orafce
Version: 4.14.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 363
Depends: postgresql-16-orafce (= 4.14.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-16-orafce-dbgsym_4.14.2-1.pgdg+1_arm64.deb
Size: 311688
SHA256: beeff28fc2b5093eb0dbcadf102f6bdd7106b7b728e51bb533b1c40fb85e8580
SHA1: c8e6b0e68644d629f65a8b742d2fd59a67acca31
MD5sum: 67a341e5931c038b73a0d0d2b89ba013
Description: debug symbols for postgresql-16-orafce
Build-Ids: da37f0c23f271fe7c1b69308d65b5a225383ac36
Timestamp: 2025-02-22 16:09:33+00

Package: postgresql-17-orafce
Source: orafce
Version: 4.14.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1241
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-17-orafce_4.14.2-1.pgdg+1_arm64.deb
Size: 370136
SHA256: 5d74211f4f6156db6b55d3227a1f024e1e0a01458fbcc0fac92852d8f98c2e57
SHA1: f6535515851345cc4a4cabdbdad794110d441a05
MD5sum: 2774448752acc82365c135dcb775cb19
Description: Oracle support functions for PostgreSQL 17
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-02-22 16:09:33+00

Package: postgresql-17-orafce-dbgsym
Source: orafce
Version: 4.14.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 368
Depends: postgresql-17-orafce (= 4.14.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-17-orafce-dbgsym_4.14.2-1.pgdg+1_arm64.deb
Size: 316280
SHA256: 81f9ea0e4b0b1dbf5a9be9e19d8381b228e56fb17f721ea386a878d4c23ca67d
SHA1: e8848b43239b6783414dcf97ceafd74c16ca83cb
MD5sum: 3dee97a4f8772390e349d8c0328dd777
Description: debug symbols for postgresql-17-orafce
Build-Ids: c1de1726694d5559c6ec19c028e9aee6762c1a9b
Timestamp: 2025-02-22 16:09:33+00

Package: postgresql-12-debversion
Source: postgresql-debversion
Version: 1.2.0-2.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libapt-pkg7.0 (>= 0.8.0), libc6 (>= 2.17)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-12-debversion_1.2.0-2.pgdg+3_arm64.deb
Size: 14164
SHA256: 1669390f6fabc79bd9b7a92342a87f8402d1bfbaa5fe850f013086fc28423ca2
SHA1: 69fcce66c589bf2637a5e7af6e49184f102552db
MD5sum: 27995d4d28c1ad93c5652c465d20b74f
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()
Timestamp: 2025-02-23 08:51:35+00

Package: postgresql-12-debversion-dbgsym
Source: postgresql-debversion
Version: 1.2.0-2.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: postgresql-12-debversion (= 1.2.0-2.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-12-debversion-dbgsym_1.2.0-2.pgdg+3_arm64.deb
Size: 18116
SHA256: 508447322c3fdfd800cb193a41ddefcc317816b00c8361224f64111440ff0fa1
SHA1: e0baf1498e9589d666bf015b12d5cab01fd637d2
MD5sum: 83d5e3c73296ef22538d103285aa9ae6
Description: debug symbols for postgresql-12-debversion
Build-Ids: 9571d3698315efb5b4da44986ae6ec0ae7f85490
Timestamp: 2025-02-23 08:51:35+00

Package: postgresql-13-debversion
Source: postgresql-debversion
Version: 1.2.0-2.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libapt-pkg7.0 (>= 0.8.0), libc6 (>= 2.17)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-13-debversion_1.2.0-2.pgdg+3_arm64.deb
Size: 14156
SHA256: 50281e5faba46e6d45f3998207c6b47c99428f50c6c7906abf21df0fb4c38d98
SHA1: 6284138048c2e98f8425ed2fbbcf8358c9bb40c1
MD5sum: 0459d3e87ee5c4d171c562693debedb6
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()
Timestamp: 2025-02-23 08:51:35+00

Package: postgresql-13-debversion-dbgsym
Source: postgresql-debversion
Version: 1.2.0-2.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: postgresql-13-debversion (= 1.2.0-2.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-13-debversion-dbgsym_1.2.0-2.pgdg+3_arm64.deb
Size: 18332
SHA256: e49a8a67a82fcd13d15bd27c50588fd8683ce00d09d19d94d111c29c6be9904c
SHA1: ebe9827f234158323517037e6cff86aded478979
MD5sum: 97c155520138177f5da6e5bab1de1325
Description: debug symbols for postgresql-13-debversion
Build-Ids: 034d498fff366eef9d6a27b2fed67f8a9b9691a0
Timestamp: 2025-02-23 08:51:35+00

Package: postgresql-14-debversion
Source: postgresql-debversion
Version: 1.2.0-2.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libapt-pkg7.0 (>= 0.8.0), libc6 (>= 2.17)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-14-debversion_1.2.0-2.pgdg+3_arm64.deb
Size: 14164
SHA256: dffe06f3552d1ad2a96472210dc0c337fcc8b7c5d796da20a2f5818deeb3f472
SHA1: e6cbd2129947fcfdd6b5fe8994ec73da827ed598
MD5sum: 458ee9fd3ca46816e281831e871fec6f
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()
Timestamp: 2025-02-23 08:51:35+00

Package: postgresql-14-debversion-dbgsym
Source: postgresql-debversion
Version: 1.2.0-2.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: postgresql-14-debversion (= 1.2.0-2.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-14-debversion-dbgsym_1.2.0-2.pgdg+3_arm64.deb
Size: 18424
SHA256: 48c56acb1f5bb3703ef45a20f84defd4ce63b8c0e5ce32b32801e0b5f799b736
SHA1: 7f96711be421f596d718e655bb93294f080189ff
MD5sum: eb983b897d197ba38d940a98ff5d3d74
Description: debug symbols for postgresql-14-debversion
Build-Ids: 9b8ae272982647d4911f47c97e1e3b5cd259cff4
Timestamp: 2025-02-23 08:51:35+00

Package: postgresql-15-debversion
Source: postgresql-debversion
Version: 1.2.0-2.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libapt-pkg7.0 (>= 0.8.0), libc6 (>= 2.17)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-15-debversion_1.2.0-2.pgdg+3_arm64.deb
Size: 14172
SHA256: d06cd13e3f6fa77f64d0829a15578e6e4ed630a4f59f5d4f61e735b0da816907
SHA1: d18d11e16352838b99f042c902cd19d4378ddc6e
MD5sum: 13da0cdf06a49fc10a6174504e67b540
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()
Timestamp: 2025-02-23 08:51:35+00

Package: postgresql-15-debversion-dbgsym
Source: postgresql-debversion
Version: 1.2.0-2.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: postgresql-15-debversion (= 1.2.0-2.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-15-debversion-dbgsym_1.2.0-2.pgdg+3_arm64.deb
Size: 18556
SHA256: 9408008eca1e11e850c8f0078e8f1bfa750568e5f88abcc8f82a78406b65bc75
SHA1: 5125166b7c5de5cff1c741a39fb3df37ceb73e4d
MD5sum: b2119a82dbff11791c28499adb4ee428
Description: debug symbols for postgresql-15-debversion
Build-Ids: 0f3745bc7793c05e1ec34217b995831c96904f76
Timestamp: 2025-02-23 08:51:35+00

Package: postgresql-16-debversion
Source: postgresql-debversion
Version: 1.2.0-2.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libapt-pkg7.0 (>= 0.8.0), libc6 (>= 2.17)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-16-debversion_1.2.0-2.pgdg+3_arm64.deb
Size: 14192
SHA256: ce31f4536a3e0be4fbcc94ae7eb678fe80673585a968ae55b23c2fbe67a108aa
SHA1: 2ff81e4f9fa898e7cb3baea5b4662285a18b1d1b
MD5sum: 825ca8ffccba52f8df8839157f61ff03
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()
Timestamp: 2025-02-23 08:51:35+00

Package: postgresql-16-debversion-dbgsym
Source: postgresql-debversion
Version: 1.2.0-2.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-16-debversion (= 1.2.0-2.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-16-debversion-dbgsym_1.2.0-2.pgdg+3_arm64.deb
Size: 20280
SHA256: c7827735d131adc970aba8523bb57ea0a74ff077a3c0a0eb321e377d913cb212
SHA1: dc8ee71434b86fa924783a54736bc476127613a0
MD5sum: ada207e66de35263f130b073195ebb43
Description: debug symbols for postgresql-16-debversion
Build-Ids: 15889d9b7cd3341af927fe6ac7928c84ef22a7cd
Timestamp: 2025-02-23 08:51:35+00

Package: postgresql-17-debversion
Source: postgresql-debversion
Version: 1.2.0-2.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libapt-pkg7.0 (>= 0.8.0), libc6 (>= 2.17)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-17-debversion_1.2.0-2.pgdg+3_arm64.deb
Size: 14180
SHA256: 60c1d54545a813887005455ae0780bb8e12ce368199ca974c570275bfb8516fc
SHA1: bb0cc237a384db2752b210b3db744635f92223ea
MD5sum: 685b36a3f47a5ae4fcd0da83114c55ca
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()
Timestamp: 2025-02-23 08:51:35+00

Package: postgresql-17-debversion-dbgsym
Source: postgresql-debversion
Version: 1.2.0-2.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-17-debversion (= 1.2.0-2.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-17-debversion-dbgsym_1.2.0-2.pgdg+3_arm64.deb
Size: 20516
SHA256: bf490b2cd9048997986fc260bfd228f24929b14e98088cdae5098e220e916265
SHA1: 2b28f683c17295f06f2dc13406974ef19ee1b24c
MD5sum: 67f19efa5d14d97116590eb73778e7a2
Description: debug symbols for postgresql-17-debversion
Build-Ids: 7eed5421859635028dddba650254f4369396ed11
Timestamp: 2025-02-23 08:51:35+00

Package: librdkit1t64
Source: rdkit
Version: 202409.4-1.pgdg+3
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 24466
Depends: libboost-iostreams1.83.0 (>= 1.83.0), libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py313, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.38), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.2), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 3.3), libinchi1.07 (>= 1.07.3+dfsg), libmaeparser1 (>= 1.3.1), libstdc++6 (>= 14)
Breaks: librdkit1 (<< 202409.4-1.pgdg+3)
Replaces: librdkit1
Provides: librdkit1 (= 202409.4-1.pgdg+3)
Homepage: http://www.rdkit.org
Priority: optional
Section: libs
Filename: pool/main/r/rdkit/librdkit1t64_202409.4-1.pgdg+3_arm64.deb
Size: 4810812
SHA256: 8844858329f471a816513a7d969cf966d41adcc8c746eef1c63bbed69901cf66
SHA1: e1b66387788e6d965707983f8930cf2b2e745159
MD5sum: 6d92060c44714233209ca64d60e1a799
Description: Collection of cheminformatics and machine-learning software (shared libraries)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the shared libraries.
Timestamp: 2025-02-26 21:40:43+00

Package: librdkit1t64-dbgsym
Source: rdkit
Version: 202409.4-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 118725
Depends: librdkit1t64 (= 202409.4-1.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/librdkit1t64-dbgsym_202409.4-1.pgdg+3_arm64.deb
Size: 115907040
SHA256: 75205fdc7efe28d35545ad6e5350d91e52d9c57e1c379dc2d3581cbbd36a95c1
SHA1: 51617af757003c58eff616d71f8b3f7937a969dd
MD5sum: 2a4fc89eeeb98056f878229370cf9e81
Description: debug symbols for librdkit1t64
Build-Ids: 008197cb21566c62bcc94cbc1baf2b0fe49ee4b1 00dc0deafe68b5e2bf93fec04c75ef7496c51d90 080c26519f4a4181dca80482d4868465ba2a31f5 0ac45bef3cfdc6c58cde1f7ee0fa119ca5e85c5e 0ba515fa5f37ec2a740d14943881fe58afa336fa 10672a2abbc6394ddfc31205e3c9724ee66c66ba 123364645e7b32b53f2b3372a3b8db361ed0142c 14e1d2e23ca7298a33885f32cbdaba836786d309 163bca4832bd44a2570fb50db126c1fb471f8aa6 1ca676c50ae28b006dedc2fa4f59b8f00728166b 2302b8eea647f3fcb8aae083079590829df98a1b 23291a33491563694d6921d878940af9abe53a28 24a59dabaf34ada661e1b22e47be4e69f6a26065 24bd139206ca5bcc58b1e1858b2ddefac97e194e 26def4e17ceae452fb79a446bdfde5f3fe03d9fb 342a63e713729c54f52bb1ccf8c17dea589463ea 3c834b0cf9ad2ed346adba2138d62f42d24e9b7d 3f3726e9ced1bf391a0f417168151ed6ac5666d6 3f5ff4de71945a2ec5eb7160fa33ce0f9415b07c 440c19082ee9bc233f343c5cb0f5c68bcb1ca596 5ae690d4f931c225455048e523bdea5e9090573d 5b00ec7c888ada1458688b340a8eea9475de0d2f 607ab2ab7628dd592709a19ce292ecb2b8ab3437 627cb9e05a3e79ff816e4eb5838e241844087c7f 63c37f7fb78ade858d82229506c53db17d1d9f86 63c5ba10bdc53f09c083a3336712de251c21cf71 6589241fdc884a261d2708852b42abb7064d9be6 6645f50d908b225603cb235f0858a32d6381c913 74a206f6de019acdaf4344676a3ce5b3cca0e213 7c72a9631913af5103008ff3866a8d021f8e9656 807cd9a42c77e020e9683795fa4513502c0491a1 8721bca6859287e62a914cc212817199e69be2b4 8919d3d1c1b62ffb3f389fb8168067e011a93826 8a2d72cd9d8267ae4eeeac9183297f1bee8f404b 8b34529fcc7e74b08b01965e6cd74e8501aafa68 90c293aae76e4d93e6acf49e686f4d6654d73503 947accd485baa14f6240b44289b3025b16459cae 94bbd8df4f794a0ca071131a2aad23d86e0fc3ec 94bffb4a00a752fab1c7eb8ac7b187fc009e096a 95bac7b33c7b6a5fc4101df646c82a678244e987 9b63cbfd219eb6b16c667c59a756760e3b34b9d5 9cdecb77201b37b55d62b570a9a1540004323185 a31d7a4c668625130cb694ea8f0899c49af126b5 a470ef67cc0dc596cbd307d3c0f53cfec6ae02a3 ac5f636e096490bb683efa5eff34ffe568cd7da3 b4dfd060d9152e775cd242f2f4d453ca0bf146ef b4e5b2a2ad182bb2cfbcd9ec4e9fdaaf9bba2f87 c2d81fb72c024e147d6a509f06dd2fc08a48ffda c38fbdc73c008762215a01fde08dd78e8b464ba0 c8752236bc26836268acce8ded91a6c0150aa8c6 ca4c6274b25a04f5c5720116e3a00fabc460209c ca701b5a2e29256581db8969c93297d44efd727d cd8d8c6cb6dd3958475e5cb6660bfc477d6a1b5f d281975c7acd2c7d57f0f6a6159d22bba4254cba d36abd7dd6a2cf2fb0d07c81fb543f35baedb1c5 da762b0cff44d6829c0ee51f968801f525c28829 daf486109e4e79f2cba9b62839338470fc606b45 e1cd68ff5d53a3f757acf4309a3d72a6165b1d87 eb35ccd63e04bd53270b15bba2c06bc61ae56055 ed27af6357b7dc6a520de7c7d45a79d17457273b f80407bd1a4783a2795e4944780c7985954a1c06 fddff09c1a2a144a32046c2e96d38bb220090f5e
Timestamp: 2025-02-26 21:40:43+00

Package: librdkit-dev
Source: rdkit
Version: 202409.4-1.pgdg+3
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 2655
Depends: librdkit1t64 (= 202409.4-1.pgdg+3)
Homepage: http://www.rdkit.org
Priority: optional
Section: libdevel
Filename: pool/main/r/rdkit/librdkit-dev_202409.4-1.pgdg+3_arm64.deb
Size: 470960
SHA256: 2cd3037f675ba0451ae139da0cb2070062ddcb7ede9220fb928188fddbd12e4c
SHA1: 259a6e6e35ee2acae3d6b07fb78222649d102c1e
MD5sum: 182ca7de687ba330581c2405d810db12
Description: Collection of cheminformatics and machine-learning software (development files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the header files.
Timestamp: 2025-02-26 21:40:43+00

Package: pgagent
Version: 4.2.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 553
Depends: libboost-filesystem1.83.0 (>= 1.83.0), libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.38), libgcc-s1 (>= 3.0), libpq5 (>= 8.4~), libstdc++6 (>= 14)
Recommends: postgresql-10 | postgresql-11 | postgresql-12 | postgresql-13 | postgresql-14 | postgresql-15 | postgresql-16 | postgresql-17
Suggests: pgadmin3 | pgadmin4
Provides: postgresql-10-pgagent, postgresql-11-pgagent, postgresql-12-pgagent, postgresql-13-pgagent, postgresql-14-pgagent, postgresql-15-pgagent, postgresql-16-pgagent, postgresql-17-pgagent
Homepage: https://www.pgadmin.org/docs/pgadmin4/latest/pgagent.html
Priority: optional
Section: database
Filename: pool/main/p/pgagent/pgagent_4.2.3-2.pgdg+1_arm64.deb
Size: 106176
SHA256: 496eaa140134c13833604641aed5f9610236cd26d2562331d37bbc2f0afda032
SHA1: 7565b5e8f142f3d012848ce14ac90db4014a94b6
MD5sum: e27facaafdc5e769eb8a078b4f179a0b
Description: job scheduling engine for PostgreSQL
 pgAgent is a job scheduling agent for PostgreSQL, capable of running
 multi-step batch/shell and SQL tasks on complex schedules.
Timestamp: 2025-02-26 21:40:43+00

Package: pgagent-dbgsym
Source: pgagent
Version: 4.2.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2587
Depends: pgagent (= 4.2.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgagent/pgagent-dbgsym_4.2.3-2.pgdg+1_arm64.deb
Size: 2190820
SHA256: 7cd7cf90ff6ec84ae20e712ceb2ccb661e4ae732f964abf88d09eb13758e7096
SHA1: 832eba4e946467b2471f720c833b8129bab2ead9
MD5sum: 2f1bfd6bb5425ec82b5940f893c6a1a4
Description: debug symbols for pgagent
Build-Ids: a82f4b68757438602d9ae3b221081e6d1418ec72
Timestamp: 2025-02-26 21:40:43+00

Package: postgresql-10-rdkit
Source: rdkit
Version: 202409.4-1.pgdg+3
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 658
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.4), libstdc++6 (>= 13.1), postgresql-10
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-10-rdkit_202409.4-1.pgdg+3_arm64.deb
Size: 240964
SHA256: 61ec8ecb3e27045ef87dd8109c3efb54c31d72d316ff44d77bae4483d1d7af22
SHA1: 8b56da1064ba8c2848d7c52dc4aad638bb645e8e
MD5sum: 5e164920135937927bcf3584d99beeb3
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-02-26 21:40:43+00

Package: postgresql-10-rdkit-dbgsym
Source: rdkit
Version: 202409.4-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1206
Depends: postgresql-10-rdkit (= 202409.4-1.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-10-rdkit-dbgsym_202409.4-1.pgdg+3_arm64.deb
Size: 1142304
SHA256: 38745f7546befa4d41a80762346c88de22bac809915c99ce19c4760fdae126de
SHA1: cb0e2c6df508dbd6a4e02e2d707efcbf8e0cd84c
MD5sum: 82ad2a01d27793efdaae9d48e1429afa
Description: debug symbols for postgresql-10-rdkit
Build-Ids: 70353406551ae1f4c667b4ab1eb77bb972956f2f
Timestamp: 2025-02-26 21:40:43+00

Package: postgresql-11-rdkit
Source: rdkit
Version: 202409.4-1.pgdg+3
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 658
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.4), libstdc++6 (>= 13.1), postgresql-11
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-11-rdkit_202409.4-1.pgdg+3_arm64.deb
Size: 241300
SHA256: 2f6063d104d7f20c3dae1afcae3f54d6ab30ca4913f4b79751b1a2ed706a8de8
SHA1: c80d106a80b65dc2a921f198ab8ee665c208ab7d
MD5sum: 28708c54812bc102601e6a64f034aa81
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-02-26 21:40:43+00

Package: postgresql-11-rdkit-dbgsym
Source: rdkit
Version: 202409.4-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1206
Depends: postgresql-11-rdkit (= 202409.4-1.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-11-rdkit-dbgsym_202409.4-1.pgdg+3_arm64.deb
Size: 1142960
SHA256: 8bd5ce315fe41162e23aca8633ab4b2a26938d506d972e612e25cd3bddf0f5ea
SHA1: 4b99ff5344af2f4f97885c72a040024fcd64a0d4
MD5sum: 0a4b42009a65b85d62fbfa1c62d8f20f
Description: debug symbols for postgresql-11-rdkit
Build-Ids: 0c1a97f6b63ba190c04851219cea40c016ea5d14
Timestamp: 2025-02-26 21:40:43+00

Package: postgresql-12-rdkit
Source: rdkit
Version: 202409.4-1.pgdg+3
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 658
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.4), libstdc++6 (>= 13.1), postgresql-12
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-12-rdkit_202409.4-1.pgdg+3_arm64.deb
Size: 240904
SHA256: 2bc8f38dc07c762fec55c341c916a60f4bc362c9eda270c46f24bce82a2efdd2
SHA1: 4483147c86f069c6f28b49ee29c5857e080abc9b
MD5sum: 7e43a2b96ad5f0d6918d2899d58401d2
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-02-26 21:40:43+00

Package: postgresql-12-rdkit-dbgsym
Source: rdkit
Version: 202409.4-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1207
Depends: postgresql-12-rdkit (= 202409.4-1.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-12-rdkit-dbgsym_202409.4-1.pgdg+3_arm64.deb
Size: 1143788
SHA256: e013a8356f88fab7c47470c7af5740fe9deb27dfbaa5d054917b509543f3e107
SHA1: f6b194268fea4e80559d9c2e35de6e0f942f1473
MD5sum: a88828d9ce98359c5d4eac4c43679ff1
Description: debug symbols for postgresql-12-rdkit
Build-Ids: 1c70ccb63259b300088089124f438c2296a23445
Timestamp: 2025-02-26 21:40:43+00

Package: postgresql-13-rdkit
Source: rdkit
Version: 202409.4-1.pgdg+3
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 658
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.4), libstdc++6 (>= 13.1), postgresql-13
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-13-rdkit_202409.4-1.pgdg+3_arm64.deb
Size: 241432
SHA256: 4c098f5298f308683fb8a400a55431feb1c8888be1a9fc50c265e79cb47e4a46
SHA1: d82999946d474e792627763bd82f78a29a918c20
MD5sum: 55c14542bec8c91302ce0ceca00432f4
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-02-26 21:40:43+00

Package: postgresql-13-rdkit-dbgsym
Source: rdkit
Version: 202409.4-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1214
Depends: postgresql-13-rdkit (= 202409.4-1.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-13-rdkit-dbgsym_202409.4-1.pgdg+3_arm64.deb
Size: 1151100
SHA256: 4e3cc80cedc8d742a21fdf4afc847986347eaccb6db8f9bcd6d18e0335e32681
SHA1: eed0a9ecf9ce8d739bb11c078fcf8fe0fbe4e895
MD5sum: 511d550caeb5daf3801beedb9fc91885
Description: debug symbols for postgresql-13-rdkit
Build-Ids: 5ba9a046fb62cc90dd84b8513d4ed1cb0fed5390
Timestamp: 2025-02-26 21:40:43+00

Package: postgresql-14-rdkit
Source: rdkit
Version: 202409.4-1.pgdg+3
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 658
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.4), libstdc++6 (>= 13.1), postgresql-14
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-14-rdkit_202409.4-1.pgdg+3_arm64.deb
Size: 241768
SHA256: fe0de5514a29fc97d7da5bcd9388d6ee1e7bcb24a6b8ff7a07098e040ecd881a
SHA1: 5aaa070e1b9af1f4be0511c51f8f9b9cfd72beb8
MD5sum: 020e2b67477dfea27492f8d6011bffef
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-02-26 21:40:43+00

Package: postgresql-14-rdkit-dbgsym
Source: rdkit
Version: 202409.4-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1214
Depends: postgresql-14-rdkit (= 202409.4-1.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-14-rdkit-dbgsym_202409.4-1.pgdg+3_arm64.deb
Size: 1151400
SHA256: 75e0579f89b0139610eebad8ad1bf4d10a0b1ee82937d33a11b25f2a89411278
SHA1: 4c8b749027aa9322152a310a316ab1c89b14b075
MD5sum: e26d9533fcd34829f1e568797aa039eb
Description: debug symbols for postgresql-14-rdkit
Build-Ids: cbdeb9c2ba93a682fb3e092e5acb967cda2767b3
Timestamp: 2025-02-26 21:40:43+00

Package: postgresql-15-rdkit
Source: rdkit
Version: 202409.4-1.pgdg+3
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 658
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.4), libstdc++6 (>= 13.1), postgresql-15
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-15-rdkit_202409.4-1.pgdg+3_arm64.deb
Size: 241548
SHA256: ab43c0252e6df35bd4d35417656f8efe9f4f373820329fa61cfd2f22d876fdcf
SHA1: 31082d55c257dadd8c38e27c0f618c29deeee723
MD5sum: 076ccf9305a9360a3e06eff57ffde088
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-02-26 21:40:43+00

Package: postgresql-15-rdkit-dbgsym
Source: rdkit
Version: 202409.4-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1214
Depends: postgresql-15-rdkit (= 202409.4-1.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-15-rdkit-dbgsym_202409.4-1.pgdg+3_arm64.deb
Size: 1151716
SHA256: e665fc577b8d0903ebcf40f55ffdd9bb6588d29a3e336ef74d00e52998539497
SHA1: 6b88997eaf4cdb33daf337cecf013d1cf4f3989d
MD5sum: b7c1f1cd20976f1ccc178b01e32b878a
Description: debug symbols for postgresql-15-rdkit
Build-Ids: 358ad08e6503f76a68c857b0ed5b9ebf0774409b
Timestamp: 2025-02-26 21:40:43+00

Package: postgresql-16-rdkit
Source: rdkit
Version: 202409.4-1.pgdg+3
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 658
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.4), libstdc++6 (>= 13.1), postgresql-16
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-16-rdkit_202409.4-1.pgdg+3_arm64.deb
Size: 241252
SHA256: 507a583f9b2bd3a60f2773ff071a8c3e173483bcb3f16bed2f17c017b7e08564
SHA1: b78b43bfc1b5a4e2769f5df80ecbda249f738dc4
MD5sum: 83665f4147c060dbe35443da39e0e0df
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-02-26 21:40:43+00

Package: postgresql-16-rdkit-dbgsym
Source: rdkit
Version: 202409.4-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1231
Depends: postgresql-16-rdkit (= 202409.4-1.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-16-rdkit-dbgsym_202409.4-1.pgdg+3_arm64.deb
Size: 1168276
SHA256: 44b525df26bd72969ee67df682fb549883cd2e250f20acd89fabbc8c5ec12564
SHA1: 11f1e95e8dc9047d38502e26b57b42d3db013494
MD5sum: 25c8c515b6035218a8acb7cd539007b3
Description: debug symbols for postgresql-16-rdkit
Build-Ids: de890a4e48b5c411363441409e82b50cdf43b446
Timestamp: 2025-02-26 21:40:43+00

Package: postgresql-17-rdkit
Source: rdkit
Version: 202409.4-1.pgdg+3
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 658
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.4), libstdc++6 (>= 13.1), postgresql-17
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-17-rdkit_202409.4-1.pgdg+3_arm64.deb
Size: 241116
SHA256: 769895fd46565ee637497cbdf30210ceabee80687ba67b17ccba52490caea2dd
SHA1: 5a53789bd9d04dce65e59cd3db3f04a5e2f3c70c
MD5sum: aecaadc9dfca85dfe1b0896f398d56d4
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-02-26 21:40:43+00

Package: postgresql-17-rdkit-dbgsym
Source: rdkit
Version: 202409.4-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1231
Depends: postgresql-17-rdkit (= 202409.4-1.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-17-rdkit-dbgsym_202409.4-1.pgdg+3_arm64.deb
Size: 1168848
SHA256: 2441dda0c5334348d4c541f8ca159fa967510105937a6ef76c3f2f66abc38560
SHA1: 8047aa318ef32621cab37a4bb9c8facee054b2b3
MD5sum: 2ee972f9002302d8c90532c41bc0474f
Description: debug symbols for postgresql-17-rdkit
Build-Ids: a33eb135ff1cbad5427b16423e6873a2a5c02f86
Timestamp: 2025-02-26 21:40:43+00

Package: python3-rdkit
Source: rdkit
Version: 202409.4-1.pgdg+3
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 28983
Depends: fonts-freefont-ttf, rdkit-data, python3-numpy2-abi0 | python3-numpy-abi9, python3 (<< 3.14), python3 (>= 3.13~), python3:any, libboost-numpy1.83.0 (>= 1.83.0), libboost-numpy1.83.0-py313, libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py313, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.34), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.2), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.4), libstdc++6 (>= 14)
Suggests: rdkit-doc
Homepage: http://www.rdkit.org
Priority: optional
Section: python
Filename: pool/main/r/rdkit/python3-rdkit_202409.4-1.pgdg+3_arm64.deb
Size: 4313876
SHA256: e6c6767abd3f1dc92c3e3201e7e353cdfa3a33a13e3f250992be30806165d2fe
SHA1: 27b5aed193606113885fa87d59794f919255c6e2
MD5sum: 64470b874a00510f4bfd6acc565ced51
Description: Collection of cheminformatics and machine-learning software
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
Timestamp: 2025-02-26 21:40:43+00

Package: python3-rdkit-dbgsym
Source: rdkit
Version: 202409.4-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 71197
Depends: python3-rdkit (= 202409.4-1.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/python3-rdkit-dbgsym_202409.4-1.pgdg+3_arm64.deb
Size: 61431588
SHA256: 47ff4c43e05da0e243bf7b58d1b093b11393763832faa6bf21a61971e059e697
SHA1: b13f8b42ea0737c4ac5a9d4f22e40779d617634c
MD5sum: e1752d4c77356f04521c11734653791b
Description: debug symbols for python3-rdkit
Build-Ids: 027876bcaf90cab7359f7eb0319baeb73277ead1 0516d33e5029880b38b8ca9ebab00169ab5172f7 0c644773dcb06018abff232afb309269734e630f 0cc4ca0f804eef96a9572e8b56849dad48bc9d18 0de95257227ac2cc66762626d2f90fad3ce0cb73 19a5edfc348e5b04e13fe63af22e6124b4b71760 217af96d82c36dd72f09ae29d09cd4c256caa687 234f85a952a4a7647fe2f83e93f1dc46df715521 299c85653006fa525afa94fbe75196823cd5551c 2b84d3d967634a61a78bb44504bd4f8fd4c50681 2e5c67621c4ed33b84bde454b609d4053a3b89a8 2f8f36e2308d08465ae2ab02daa1859fcb7d1652 30e9fbcf09a117648d61bc336b3b9ef7069b8158 313f8513a336a7c89d7755745a7eacab2a4ecba0 3d6afc9761d161766100bdf924fb0e1ce41fcdb1 3e3dadf3369b38e4c6dce839a6cd9d3860c964ef 40cc3a1b0d195b79be7dd18442c1502e572b12af 4350d1ec06c85292e42574c3af568d651d4e0daf 44e5884fe9c8d848c7fb3bd77813f3deddf0866f 4960572ec9fcf071ea62d5fbbf4f4cde20224cd9 5063b5b41c26c8a17c29b0db185a20cb2539196b 518345c48cb2852829b3257c84307431e7724c38 53794984b6656f83a23ebaa26ff51d480a5d2c5f 553ea9312ab9a406aaf39af2c97285987edbbd14 669a095f32229103932eebaed1362754a92285c5 67041346e39dffb4ebee3a0e1d3095ff427d9f60 68269a6b2387f54c773316cdb3eab39a62d76988 6c6719ba78b9ea8a8809424e33bef768d45b5071 772b200df0af9dca0baa46307a4abdd0a9a6f185 78e20661894d01f29f70562603b1e7860406b0b5 78eb265f0cc968f73420ccd7245f8a501efcf515 7e63c669b0ae32820122cbb0b27bf7cf3c501649 7f9b0e425aafcc6f32c2c067c0a64310f1f9aae1 87a29cc8527bd86f673189d3d3b9528ff9a9dd0e 88918b03011b0976cbaf11c31df99f7ee79af91e 8c2ea211c7d48544aa1aa38088e137ea71a6bb2c 8f7c52b3f031bc4006f9de6c367a125bbf59be76 919ed46bcac6b2bdfcd33da57fc6f3ee89777431 a8558fd0190753a49cffa618c750dcfa61f6476c a93bc2f7eb27c607cd92d659ebf354ad73f96967 aacad4b352682228b32c4ab2c474dc898dcf5b22 ac624199b5fec0ce9682aeb508efd9ced0340f13 c128e0fa47f47cda60749e3136e110584e552520 c18f58474b37133bc375a2fd244b63a30c4e2d24 c4a138501e8d6aff0524e5ae3c7d99332f872cb0 c612a3d1f34fbde329f97f6dea9f0306fc7101ee ca3aafebc0287d52696947516cd9cf7565b0006c d2f9d041ab5707a338d13df64ab7c460756d4936 d5f36c341509493d5ca4a2b66bad7d83f192d6af df5669b6e31ca4a0485f6ec410a08cb8a5e5935b e0eee2dbef6d33ec9be6ee6c5cb9103006038d98 e94d661c614b14d511a7c2d34c0ca18841f1e8a1 f1f14816fb68fe55f5fe4b500edc88037d72f6d3 f202ab6db658b13817669c5a0705ffca7a135bf6 f93f6e603a63f564d739a4f31783b773ae09e3ab
Timestamp: 2025-02-26 21:40:43+00

Package: rdkit-data
Source: rdkit
Version: 202409.4-1.pgdg+3
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 58513
Homepage: http://www.rdkit.org
Priority: optional
Section: science
Filename: pool/main/r/rdkit/rdkit-data_202409.4-1.pgdg+3_all.deb
Size: 13109176
SHA256: 786c738275358c22e7ec98b097e26913be1934ceed2ca1148e835dda0bd0315b
SHA1: 7e173bf91796463b3595285c0a8fb4e7ebd29e38
MD5sum: 97d999f2b522db989e981f2d678f90be
Description: Collection of cheminformatics and machine-learning software (data files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains data files.
Timestamp: 2025-02-26 21:40:43+00

Package: rdkit-doc
Source: rdkit
Version: 202409.4-1.pgdg+3
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 81141
Depends: libjs-jquery, libjs-underscore
Homepage: http://www.rdkit.org
Priority: optional
Section: doc
Filename: pool/main/r/rdkit/rdkit-doc_202409.4-1.pgdg+3_all.deb
Size: 6863408
SHA256: e9c207a1ed3c2aa7c20530e8fd3310703749db786721d7d1711c55b3b7b01b7b
SHA1: 686cbb0e48c5772abffe8fa65cc888e238422a62
MD5sum: de48fab41e4a21350687941da4077a4b
Description: Collection of cheminformatics and machine-learning software (documentation)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains the documentation.
Timestamp: 2025-02-26 21:40:43+00

Package: postgresql-13-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-13-pg-wait-sampling_1.1.8-1.pgdg+1_arm64.deb
Size: 38856
SHA256: 820a22a5ab7f9c06c5b965f0377ca5821f5f3e3fa664a15acbe9e472582b61dc
SHA1: 107e01d37196067bee8efa84757063c65de79cc5
MD5sum: 4c9322ad983760ff3f3b38047c6b2f83
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2025-02-27 16:29:25+00

Package: postgresql-13-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-13-pg-wait-sampling (= 1.1.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-13-pg-wait-sampling-dbgsym_1.1.8-1.pgdg+1_arm64.deb
Size: 52144
SHA256: 37c1513e1f7ec65e3a4fa3a3087557788519e7e321b6aa2693aa24a4fd67b3c2
SHA1: 667713139f632371a6709aeb62be3c453a7b1d75
MD5sum: 282d04d065a366e90c91d043f3685824
Description: debug symbols for postgresql-13-pg-wait-sampling
Build-Ids: 86615d55d0abebff809b8489e1132cda7253d8e9
Timestamp: 2025-02-27 16:29:25+00

Package: postgresql-14-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-14-pg-wait-sampling_1.1.8-1.pgdg+1_arm64.deb
Size: 39152
SHA256: 4123b8b91eaa0be6f4f6c0c0f8e63bdc81697c17b3f5a573d677dfa81c79e9b4
SHA1: e10fa7cd47d95293140975c001246ae90d1788b2
MD5sum: f2338c05162822be3ef11f2f92a9c9c4
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2025-02-27 16:29:25+00

Package: postgresql-14-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-14-pg-wait-sampling (= 1.1.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-14-pg-wait-sampling-dbgsym_1.1.8-1.pgdg+1_arm64.deb
Size: 53148
SHA256: 688dc6bf51f3bba7c9d581093080410fe60da5b2f0f88575324820207305b6ab
SHA1: 1b4da8d6ae9bea5c787aabbf21ac49a152c0ed72
MD5sum: e059511f27d01cdeffde986e397fea17
Description: debug symbols for postgresql-14-pg-wait-sampling
Build-Ids: 43852ab57d010763db3cbc4f4b81efa4a32f053c
Timestamp: 2025-02-27 16:29:25+00

Package: postgresql-15-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-15-pg-wait-sampling_1.1.8-1.pgdg+1_arm64.deb
Size: 39452
SHA256: 62a0e98bb16862c8dff3174ff5cec1579aac485900084a4a2f9208279555a8bb
SHA1: 012fff2919fb45cce38937ac48a1fbd7e5ffd58b
MD5sum: 4a415cfafa1102a347d80eb65c2faaea
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2025-02-27 16:29:25+00

Package: postgresql-15-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-15-pg-wait-sampling (= 1.1.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-15-pg-wait-sampling-dbgsym_1.1.8-1.pgdg+1_arm64.deb
Size: 53612
SHA256: cd66e3c1ad2419c63df4cf2f7cd0bcfe8d2a2b88dacdfce904087c14e30041d5
SHA1: 77494100e308015f26d8adf7a63ae3d6570032e8
MD5sum: de5c4206f8d041dfe9bcbd0e2a2bcda5
Description: debug symbols for postgresql-15-pg-wait-sampling
Build-Ids: c6d727d96c230592c70b7cde6f60ff22474c2864
Timestamp: 2025-02-27 16:29:25+00

Package: postgresql-16-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-16-pg-wait-sampling_1.1.8-1.pgdg+1_arm64.deb
Size: 38960
SHA256: e41b7e56c956a99d6c80c1f2bb6d0c9b65c35ca006f15334fb82bd04fc8ca6e8
SHA1: 422732464e1fb7b20000ca99a4d198416c9f8405
MD5sum: 6700ea4774f91a8259e04718ae03f1ba
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2025-02-27 16:29:25+00

Package: postgresql-16-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-16-pg-wait-sampling (= 1.1.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-16-pg-wait-sampling-dbgsym_1.1.8-1.pgdg+1_arm64.deb
Size: 55332
SHA256: 493fb6ab81b3b22c336a741216624312436513c6ea70ef4e453306fa17ef3634
SHA1: 32a61ca8939df70b1c25659f37648a67e3fffbcb
MD5sum: f3881c6e94858950155c4b7cdb8e98f1
Description: debug symbols for postgresql-16-pg-wait-sampling
Build-Ids: 72df780a6be553ed45f3a8146e3f96da50dffac7
Timestamp: 2025-02-27 16:29:25+00

Package: postgresql-17-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-17-pg-wait-sampling_1.1.8-1.pgdg+1_arm64.deb
Size: 39084
SHA256: 6ea9ea647ffc868273c5b3c8edf22de21b62a65f2134f15b8b229ee3e903b977
SHA1: 6b18a91a6b9e923050fb5d9d68117c7f48c32558
MD5sum: 246347b3e2ace3575929e6b3b4ba6d7c
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2025-02-27 16:29:25+00

Package: postgresql-17-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-17-pg-wait-sampling (= 1.1.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-17-pg-wait-sampling-dbgsym_1.1.8-1.pgdg+1_arm64.deb
Size: 56224
SHA256: 0e8d57e849c85a8374966aa241c0301abf45fb2efb135c34faf16a722cc6114f
SHA1: cc9e5719f4bba233ab3ae0bfaeb75f8bf3bbfe38
MD5sum: 9885851a2bc631c96280ef73df271053
Description: debug symbols for postgresql-17-pg-wait-sampling
Build-Ids: 15de2c5abfc40321e4a51f40308cc65c28f43ae5
Timestamp: 2025-02-27 16:29:25+00

Package: odbc-postgresql
Source: psqlodbc
Version: 1:17.00.0004-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1361
Depends: odbcinst, libc6 (>= 2.38), libodbcinst2 (>= 2.3.1), libpq5 (>= 9.2~beta3)
Enhances: unixodbc
Multi-Arch: same
Homepage: https://odbc.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/psqlodbc/odbc-postgresql_17.00.0004-1.pgdg+1_arm64.deb
Size: 359444
SHA256: 3b570059b9461fe3d4c0b300b5b5d3f5f07fa2047bf958c54c949e1cd2746448
SHA1: 1ced9cfad39329b22f0e60f4f6ef659de497f717
MD5sum: c5609afd3a201fcd6236f0204d5054b0
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.
Timestamp: 2025-03-02 15:47:09+00

Package: odbc-postgresql-dbgsym
Source: psqlodbc
Version: 1:17.00.0004-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1155
Depends: odbc-postgresql (= 1:17.00.0004-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/psqlodbc/odbc-postgresql-dbgsym_17.00.0004-1.pgdg+1_arm64.deb
Size: 1087784
SHA256: d9a00f8c10e6938600f1b83892cb93ec7cf644ec7568cc10ce0ead339d53a9d4
SHA1: dadd8eac808094978f58b3cff4b73b50ebe084c0
MD5sum: 8e8f73e07a206b6d535c71e69a3f3ff6
Description: debug symbols for odbc-postgresql
Build-Ids: 06628b29d9bbfa8c7fa7e140ed43fe419a0d62f8 8bf4191021c9980118377c868929da5fa8f90db0
Timestamp: 2025-03-02 15:47:09+00

Package: postgresql-10-pllua
Source: postgresql-pllua
Version: 1:2.0.12-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 427
Depends: postgresql-contrib-10, postgresql-10, libc6 (>= 2.38), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-10-pllua_2.0.12-4.pgdg+1_arm64.deb
Size: 104204
SHA256: 9a9d48141591661b3a8825578969b78566e1c8de3009fce05994b6ac37bcf099
SHA1: 920228acc9ec4b321aea8dcff2a56e0a63ae691a
MD5sum: f652d4310ad63c0fcc0c3afaf2cd54e2
Description: Lua procedural language for PostgreSQL 10
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2025-03-02 15:47:09+00

Package: postgresql-10-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 354
Depends: postgresql-10-pllua (= 1:2.0.12-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-10-pllua-dbgsym_2.0.12-4.pgdg+1_arm64.deb
Size: 306720
SHA256: 89ae399c4d331ffd43c1eb6ff0559a8b04f8345a1363565f7b7cf865dd35423f
SHA1: d55dbf30514294f9fa2c0115abe65137a4494089
MD5sum: 83f748da7867e7345e6175f8ede2d2e3
Description: debug symbols for postgresql-10-pllua
Build-Ids: 8582a15b321ca92e59a934fbac176df13ba7be22 fe0d2876f11ef800aa66dbedc3e2fe293013e9b5
Timestamp: 2025-03-02 15:47:09+00

Package: postgresql-11-pllua
Source: postgresql-pllua
Version: 1:2.0.12-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 469
Depends: postgresql-contrib-11, postgresql-11, libc6 (>= 2.38), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-11-pllua_2.0.12-4.pgdg+1_arm64.deb
Size: 113604
SHA256: b25f1ccb58599a3ec50f479a0ce1adb564cdb009474b3587c79f6372f8b391e4
SHA1: c0351dcde707c404bd37c522d5987cd9aa61c275
MD5sum: e9ec3e946105add67dc9a886a2fb9e9a
Description: Lua procedural language for PostgreSQL 11
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2025-03-02 15:47:09+00

Package: postgresql-11-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 351
Depends: postgresql-11-pllua (= 1:2.0.12-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-11-pllua-dbgsym_2.0.12-4.pgdg+1_arm64.deb
Size: 304884
SHA256: 4c88e3318aae00fe17df7418f7651cc46236b33b26706885b330da2233278b7b
SHA1: 680804fe10e7a6f4253386692ef0ae0a79e075aa
MD5sum: 1dda7a97b818e620e8917a237767a647
Description: debug symbols for postgresql-11-pllua
Build-Ids: 47374759221803467b098d92fac25d668813475e 5cab8f7c226a15c400329f28f4b342753893bd38
Timestamp: 2025-03-02 15:47:09+00

Package: postgresql-12-pllua
Source: postgresql-pllua
Version: 1:2.0.12-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 993
Depends: postgresql-contrib-12, postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.38), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-12-pllua_2.0.12-4.pgdg+1_arm64.deb
Size: 355216
SHA256: c50076d44f7110ef360b94ffb062721ddcd1bbf475b18315663d18b2894ffbdb
SHA1: 7bef5145261549752aeba1ee067ff9899c981762
MD5sum: 03f5971c317f1458379b2722c303b1d8
Description: Lua procedural language for PostgreSQL 12
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2025-03-02 15:47:09+00

Package: postgresql-12-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 355
Depends: postgresql-12-pllua (= 1:2.0.12-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-12-pllua-dbgsym_2.0.12-4.pgdg+1_arm64.deb
Size: 308948
SHA256: efc779c420f09b9cdf83558f55bfffb1324d225795047deebd06910f9f520919
SHA1: 2720dc2ea54905fdc7fd59e0e9ac5ab3611644f8
MD5sum: be13ee81bced0e1d07870dbb115b0479
Description: debug symbols for postgresql-12-pllua
Build-Ids: e01dfd1d210f00ef0c0e660f73915f790c71dd7a fea0a3470a43ccc8ce8ac9bc90cf55f97c0dfa21
Timestamp: 2025-03-02 15:47:09+00

Package: postgresql-13-pgaudit
Source: pgaudit-1.5
Version: 1.5.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-1.5/postgresql-13-pgaudit_1.5.3-1.pgdg+1_arm64.deb
Size: 42324
SHA256: 1e58204297c36bb8bbf44d9be3dd8705aca14ba8af23c81bffe43cb2ba170d8e
SHA1: 0d7b7ff83c36983a585029f5412df933ac1c2b7f
MD5sum: dd98db18e5b25f7c9cade5767698dbca
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2025-03-02 15:47:09+00

Package: postgresql-13-pgaudit-dbgsym
Source: pgaudit-1.5
Version: 1.5.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-13-pgaudit (= 1.5.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-1.5/postgresql-13-pgaudit-dbgsym_1.5.3-1.pgdg+1_arm64.deb
Size: 47204
SHA256: 7003c535a138efcd94c1e1342c3391801523dcf11d6ada96cd44a454ce032c2f
SHA1: db88b3080e49c7c152e7839661c8ba336c811174
MD5sum: c89e12e734279c5e8d2cafb6a4dc1e27
Description: debug symbols for postgresql-13-pgaudit
Build-Ids: e538a957560c278e28dd24cfb5a77cbb09fd2d24
Timestamp: 2025-03-02 15:47:09+00

Package: postgresql-13-pllua
Source: postgresql-pllua
Version: 1:2.0.12-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 994
Depends: postgresql-contrib-13, postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.38), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-13-pllua_2.0.12-4.pgdg+1_arm64.deb
Size: 355856
SHA256: 21c703a489fda9ec0e5223f7699134d403dc03d4f312ca9fbbc2e08532991122
SHA1: b6fefd4b4253abc058a33dcf03a0febf22588bee
MD5sum: 9842f36232b50f02d35a01a3372960c0
Description: Lua procedural language for PostgreSQL 13
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2025-03-02 15:47:09+00

Package: postgresql-13-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 359
Depends: postgresql-13-pllua (= 1:2.0.12-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-13-pllua-dbgsym_2.0.12-4.pgdg+1_arm64.deb
Size: 312432
SHA256: 9f440bd4883a9f5c09d78560731347b3b10cb8d1b069571f4062ec72dc8f40a2
SHA1: 7d6e54d497f040768d5b4957f50eed284a0f2e99
MD5sum: 17b66c384c149f4a191c58308766a202
Description: debug symbols for postgresql-13-pllua
Build-Ids: bab0297bffd1871e682dbf607abbe9f1e3db57cb f600004e6c6ac5c40caceeaeb90d06d5e6660e0b
Timestamp: 2025-03-02 15:47:09+00

Package: postgresql-14-pgaudit
Source: pgaudit-1.6
Version: 1.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-1.6/postgresql-14-pgaudit_1.6.3-1.pgdg+1_arm64.deb
Size: 45152
SHA256: 9f43621e1a663eb8f62cf9d3291031e65a9b7ec13c240fe70772932bf08d7cba
SHA1: d19c7f74fcc84c26a57d59a4aa68479b862fa004
MD5sum: 4c360470f90ada9bb6475e9dc5e56e3e
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2025-03-02 15:47:09+00

Package: postgresql-14-pgaudit-dbgsym
Source: pgaudit-1.6
Version: 1.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-14-pgaudit (= 1.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-1.6/postgresql-14-pgaudit-dbgsym_1.6.3-1.pgdg+1_arm64.deb
Size: 49936
SHA256: 150d49d95401f592a3bd4c07ad8fb96540c36f67e45d16e47e8fd8903662f20e
SHA1: 0560713b80bc61b9943bb265751f823da6ee43fd
MD5sum: fa64f36ea849a1935bc1abf67974b1ef
Description: debug symbols for postgresql-14-pgaudit
Build-Ids: 8d8fa0ba75479b2753dbec3814556d7a211c5a8d
Timestamp: 2025-03-02 15:47:09+00

Package: postgresql-14-pllua
Source: postgresql-pllua
Version: 1:2.0.12-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 995
Depends: postgresql-contrib-14, postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.38), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-14-pllua_2.0.12-4.pgdg+1_arm64.deb
Size: 356592
SHA256: b0941dc46bb82e75e7c2301a2c3a899346514221ab95bea4b22cb2fd10503adb
SHA1: 8850c8489b2d41631d1daedbbf997364c22c8574
MD5sum: d2b0e3ea3829c8a8c625e488695ea0aa
Description: Lua procedural language for PostgreSQL 14
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2025-03-02 15:47:09+00

Package: postgresql-14-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 361
Depends: postgresql-14-pllua (= 1:2.0.12-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-14-pllua-dbgsym_2.0.12-4.pgdg+1_arm64.deb
Size: 314052
SHA256: 1e94e93c96cc7129bcb50a9d379b4581728e462f0f426b09b9710570c3485015
SHA1: a29db46a6ca16577afe6db799c093ec43250cd24
MD5sum: 1cb442fe7d265408603b33ac67cf86e4
Description: debug symbols for postgresql-14-pllua
Build-Ids: 181f710110fe6466cce1d1ac69dab011fa91db86 308d2d265f1cd581d47277b8995203fd6a86927f
Timestamp: 2025-03-02 15:47:09+00

Package: postgresql-15-pgaudit
Source: pgaudit-1.7
Version: 1.7.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-1.7/postgresql-15-pgaudit_1.7.1-1.pgdg+1_arm64.deb
Size: 45224
SHA256: b336b4f104a4c633d74e476357ed64c6aa367b329a78228d28e9977f1b8361b4
SHA1: d1082cd0b254f5570c2395e71365f702c4f599ba
MD5sum: 083ef6a5345361c2a15c1283e34950e1
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2025-03-02 15:47:09+00

Package: postgresql-15-pgaudit-dbgsym
Source: pgaudit-1.7
Version: 1.7.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-15-pgaudit (= 1.7.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-1.7/postgresql-15-pgaudit-dbgsym_1.7.1-1.pgdg+1_arm64.deb
Size: 52940
SHA256: 36293c3809b40cb95b064a07081fd9d0196e36b34e1a1c9b72f45ce34b83ac55
SHA1: f1b816436d1c0f08180d539214cbf00d57146d87
MD5sum: 7dde3c7e6b5d7a60b604ef615647a9e4
Description: debug symbols for postgresql-15-pgaudit
Build-Ids: d4ce5c2cf6edcd10744a07328fd8264ed3dd5087
Timestamp: 2025-03-02 15:47:09+00

Package: postgresql-15-pllua
Source: postgresql-pllua
Version: 1:2.0.12-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 995
Depends: postgresql-contrib-15, postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.38), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-15-pllua_2.0.12-4.pgdg+1_arm64.deb
Size: 356688
SHA256: cafc784d13228b0d3e2379b1a165555f64677d2a6f8c73ac491f8e5b56623bff
SHA1: 4c4feee6b68ba93581fed57debc44c4649936d59
MD5sum: 363f6f6186b08ebc916e4887a38005e1
Description: Lua procedural language for PostgreSQL 15
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2025-03-02 15:47:09+00

Package: postgresql-15-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 373
Depends: postgresql-15-pllua (= 1:2.0.12-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-15-pllua-dbgsym_2.0.12-4.pgdg+1_arm64.deb
Size: 326192
SHA256: 81f9374acbcd53fd7150bf0431796ab23f255ce619e4b64b2dd88d4e5471eb2e
SHA1: 4c66b309a2d0862000fd25fee39aeff3aad5cb0f
MD5sum: 65350cb630f5fa09c8e84fda2a4c6c14
Description: debug symbols for postgresql-15-pllua
Build-Ids: 120ed2711aa01e8d62e73773c71747efa2c06c93 eceee49af5ede7cc3b85898f4d747b051ce906ea
Timestamp: 2025-03-02 15:47:09+00

Package: postgresql-16-pgaudit
Source: pgaudit-16
Version: 16.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 137
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-16/postgresql-16-pgaudit_16.1-1.pgdg+1_arm64.deb
Size: 47124
SHA256: 818851a8e62bce91453f5f0b48820ebca20d25245a4657545501be4b55da3120
SHA1: 6e6584df1abb2707eee5eceeaccc0f602708ee88
MD5sum: 07d986fb6c2d60ffeda210b69e01c366
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2025-03-02 15:47:09+00

Package: postgresql-16-pgaudit-dbgsym
Source: pgaudit-16
Version: 16.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-16-pgaudit (= 16.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-16/postgresql-16-pgaudit-dbgsym_16.1-1.pgdg+1_arm64.deb
Size: 54772
SHA256: 8c4dd8ace2764c3d4e9277b1fb300cda7526b92f8322b4fa800de30e3c70920a
SHA1: 87b996c8970bbfeea2dd0980b899a37f370e22d5
MD5sum: b66e6a4d2eabec80e9f44d23b30e5987
Description: debug symbols for postgresql-16-pgaudit
Build-Ids: 688dcd5f6d8d89eec846150cdb7b761284373186
Timestamp: 2025-03-02 15:47:09+00

Package: postgresql-16-pllua
Source: postgresql-pllua
Version: 1:2.0.12-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 995
Depends: postgresql-contrib-16, postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.38), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-16-pllua_2.0.12-4.pgdg+1_arm64.deb
Size: 354988
SHA256: 4ae3da80a97cd70d6915fbc4099c2dbf8b1f2f308522e8909fd9d60195b313a4
SHA1: 31a985fba149cf8edf25370e5cdb1b0a94f73cf4
MD5sum: 6798148e84279c97a24b508a0fcd3f9d
Description: Lua procedural language for PostgreSQL 16
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2025-03-02 15:47:09+00

Package: postgresql-16-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 390
Depends: postgresql-16-pllua (= 1:2.0.12-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-16-pllua-dbgsym_2.0.12-4.pgdg+1_arm64.deb
Size: 343812
SHA256: e26c24eb3b442418e8590c52b70de2267d18276999202a9c8529d7d4a3128d26
SHA1: c50f0a8155e1a53bc299d7a03dbfc13ba139258f
MD5sum: f6fab29a6ebdb88cee9bea168b8cc1cc
Description: debug symbols for postgresql-16-pllua
Build-Ids: 14a1e29f257f141c1784eb1a6c227ab237fcca7a 412b060b368f6cf63b8c570fad73dd3641c38e84
Timestamp: 2025-03-02 15:47:09+00

Package: postgresql-17-pgaudit
Source: pgaudit-17
Version: 17.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 139
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-17/postgresql-17-pgaudit_17.1-1.pgdg+1_arm64.deb
Size: 48084
SHA256: 887fd4902fd39283fe31bbd0c74af32f53decee13c17d0143f08d55baa1c38c6
SHA1: 04d3e72de9f83dff5958b65bafc03778033002fa
MD5sum: 29eb10981de0a6eef968a79e96404568
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2025-03-02 15:47:09+00

Package: postgresql-17-pgaudit-dbgsym
Source: pgaudit-17
Version: 17.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-17-pgaudit (= 17.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-17/postgresql-17-pgaudit-dbgsym_17.1-1.pgdg+1_arm64.deb
Size: 59252
SHA256: 7da18062f56499b663b55291aa39f1e6e7b883c09abfa4b34b7ea76bada1411d
SHA1: 8489267c5dbf9f2d6bac0502e0ce3d0915a420a2
MD5sum: ae63b7a822ba17ccfc68f54f8affe962
Description: debug symbols for postgresql-17-pgaudit
Build-Ids: a541bed9b1b6e7dba556dd9bfb20539d03cc9251
Timestamp: 2025-03-02 15:47:09+00

Package: postgresql-17-pllua
Source: postgresql-pllua
Version: 1:2.0.12-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 995
Depends: postgresql-contrib-17, postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.38), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-17-pllua_2.0.12-4.pgdg+1_arm64.deb
Size: 355312
SHA256: d009118a4650635e5dbb7a2f21f85a3cea2bfb9cb7b0232148b0d3b575ac0848
SHA1: af53566edd39d64387ecc6762372e53436a05e77
MD5sum: 50c4be9196ef6946322601bd02c53c25
Description: Lua procedural language for PostgreSQL 17
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2025-03-02 15:47:09+00

Package: postgresql-17-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 396
Depends: postgresql-17-pllua (= 1:2.0.12-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-17-pllua-dbgsym_2.0.12-4.pgdg+1_arm64.deb
Size: 350004
SHA256: 19cb1139102c129826d78109eb6c2a6ae6e42f9039be3453eac925ac05b7d6e7
SHA1: dbb65fb6c45b18134d6a39c2c60c3015ebfe6c72
MD5sum: 76c7cba794a5bb377705744565207a85
Description: debug symbols for postgresql-17-pllua
Build-Ids: 70cc07477e361eb430dfafe15b4a2dcbe7a26780 d37776af1ad762887404603cfa988b234066ddaa
Timestamp: 2025-03-02 15:47:09+00

Package: libh3-1
Source: libh3
Version: 4.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: https://h3geo.org/
Priority: optional
Section: database
Filename: pool/main/libh/libh3/libh3-1_4.2.1-1.pgdg+1_arm64.deb
Size: 61296
SHA256: fd3f8a071d01473d4c9fa15d55720703aa3e8533683e0b0f6c13054309ce8f16
SHA1: 83b99743a745da8441cfc23d034ea0acc19fb042
MD5sum: d7cf1dcf5d14f123483b74924c6921d5
Description: Hexagonal hierarchical geospatial indexing system - library
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the shared library.
Timestamp: 2025-03-12 17:05:00+00

Package: libh3-1-dbgsym
Source: libh3
Version: 4.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: libh3-1 (= 4.2.1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libh/libh3/libh3-1-dbgsym_4.2.1-1.pgdg+1_arm64.deb
Size: 91012
SHA256: 74c7be7e9e21d96948c8f98a1e7cdd54cd574da8c40efff516d18d27d5b2501f
SHA1: 37d8f66a276165838e314946c0c5ba4e8792fc57
MD5sum: 6a1886424e300f561e5a4b4c41592428
Description: debug symbols for libh3-1
Build-Ids: c90c0354009a5dfeb4fc0348ad38b9c84355e776
Timestamp: 2025-03-12 17:05:00+00

Package: libh3-bin
Source: libh3
Version: 4.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 929
Depends: libh3-1 (= 4.2.1-1.pgdg+1), libc6 (>= 2.34)
Multi-Arch: foreign
Homepage: https://h3geo.org/
Priority: optional
Section: database
Filename: pool/main/libh/libh3/libh3-bin_4.2.1-1.pgdg+1_arm64.deb
Size: 66964
SHA256: 9b13a2aa149e83262d6402f29394b3c126019544d85b9c2f92b257a8e69b4e9c
SHA1: 2a4963ae53f3943d8cd2c75711bd9b0665ae0ceb
MD5sum: 6f9545ebb40be4663ba833d7603152d5
Description: Hexagonal hierarchical geospatial indexing system - CLI programs
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains CLI front-end programs.
Timestamp: 2025-03-12 17:05:00+00

Package: libh3-bin-dbgsym
Source: libh3
Version: 4.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 642
Depends: libh3-bin (= 4.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/libh/libh3/libh3-bin-dbgsym_4.2.1-1.pgdg+1_arm64.deb
Size: 248604
SHA256: 2072e4f3c6058aeaeeefa00b1f17e2f4ef584071b15811b3a43dc6a64eae9ee0
SHA1: 2bddec35b2f9e6ab83db963316c92c093a2096ad
MD5sum: 28822f748700cb17fad88a9efe9139a7
Description: debug symbols for libh3-bin
Build-Ids: 00b1731de1f53b7b5013fe87a4da34cc97a81c70 31640806f5f5d753f261ab68b4ee95cf898a6f0b 58c4336a69152a027ef6e7d497e3152eee030c4f 5958df0a08a8923c39ef47f7a6d32522bf36e16f 59f6e70789f82f5127d3ba1e41ef372b9c31baf8 6705515f6d3bdce1b6d1e21123bbbb2590e66817 acac4b6676a915761e1aa60a57153281ee7401d8 d821f8d57c1ab623c67d62aac7a41f02c4d520f3 dae3e258d80882829d605b5a18766819baa99331 dfb1e17fdfa8a0b7c3980ac25af572742b01fbf6 e077e8e7e0a393fbc40478b55448a28a6264335a e8f316e33d32238e0c487a3696e3d01ffed806f8
Timestamp: 2025-03-12 17:05:00+00

Package: libh3-dev
Source: libh3
Version: 4.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: libh3-1 (= 4.2.1-1.pgdg+1)
Homepage: https://h3geo.org/
Priority: optional
Section: database
Filename: pool/main/libh/libh3/libh3-dev_4.2.1-1.pgdg+1_arm64.deb
Size: 27396
SHA256: 012ab0108af5992a4181c247475c50e043f5a2e2519f3e23575791c7179ae711
SHA1: f5706383f4ab63960a53e672d715650489051ea0
MD5sum: beab69b401e678790f1bd5f18ee425ac
Description: Hexagonal hierarchical geospatial indexing system - header files
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the development headers.
Timestamp: 2025-03-12 17:05:00+00

Package: libpgpool2
Source: pgpool2
Version: 4.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 200
Depends: libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libs
Filename: pool/main/p/pgpool2/libpgpool2_4.6.0-1.pgdg+1_arm64.deb
Size: 141376
SHA256: 24465ebdb730628cd4d38ce35d01947eb1691f4d722263175a461dde95bd9c4d
SHA1: f75fc09fa758a3495512ee059d5ad18fd66a4ff6
MD5sum: 3cd0c01c30594736404ec57d47e24bcc
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).
Timestamp: 2025-03-12 17:05:00+00

Package: libpgpool2-dbgsym
Source: pgpool2
Version: 4.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: libpgpool2 (= 4.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/libpgpool2-dbgsym_4.6.0-1.pgdg+1_arm64.deb
Size: 65544
SHA256: f83ade5e9646823e50dc2d55cefb93af5bd4a7953539dbb7b2f3c2d612c2ca49
SHA1: 3c821f6f97943770f032d665e4fdc2e5bafc8b48
MD5sum: 3586276754e869aebc7574e53a6a9918
Description: debug symbols for libpgpool2
Build-Ids: 651aa7fc25f3843cdd51068ec0358659d1126d6f
Timestamp: 2025-03-12 17:05:00+00

Package: libpgpool-dev
Source: pgpool2
Version: 4.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libpgpool2 (= 4.6.0-1.pgdg+1)
Conflicts: libpcp3-dev
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libdevel
Filename: pool/main/p/pgpool2/libpgpool-dev_4.6.0-1.pgdg+1_arm64.deb
Size: 151952
SHA256: cb6046451daed15f2a68a330780351bbd211ddbdd4cea74f7a6a4a70244ffba5
SHA1: 4548e02fcda30a9f9a8d5fcb27d8930a824061a2
MD5sum: 43d879eb00063b9952f33cd0d4a26555
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).
Timestamp: 2025-03-12 17:05:00+00

Package: pgbouncer
Version: 1.24.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 639
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: postgresql-common (>= 26), libc6 (>= 2.38), libcares2 (>= 1.12), libevent-2.1-7t64 (>= 2.1.8-stable), libpam0g (>= 0.99.7.1), libssl3t64 (>= 3.0.0), libsystemd0
Suggests: python3, python3-psycopg2
Enhances: postgresql (>= 7.4)
Homepage: https://www.pgbouncer.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbouncer/pgbouncer_1.24.0-3.pgdg+1_arm64.deb
Size: 236248
SHA256: ab652c52447b9f588efcbf3aa04b528856c2fba212ce8b5a0de1ad7a83dd49a8
SHA1: 195faa76d819c78635c3e53f4e884d5a80b225ca
MD5sum: d2e8e7cf18cef2e59188cec1fcdb4d02
Description: lightweight connection pooler for PostgreSQL
 PgBouncer is a lightweight connection pooler for PostgreSQL providing the
 following features:
 .
  * Several different methods of pooling 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.
Timestamp: 2025-03-12 17:05:00+00

Package: pgbouncer-dbgsym
Source: pgbouncer
Version: 1.24.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1116
Depends: pgbouncer (= 1.24.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbouncer/pgbouncer-dbgsym_1.24.0-3.pgdg+1_arm64.deb
Size: 570704
SHA256: fba24de9b104f021543cb373aa58bccc0a47467aac0032465573fd415d5fe1f0
SHA1: a0f9117f8b90ff9548ee51b7612d4e93ede748b2
MD5sum: 44c662617b5d1ca091643761544e73c9
Description: debug symbols for pgbouncer
Build-Ids: ad874db8f05c701f14621613a4c7b6a33b1c64f2
Timestamp: 2025-03-12 17:05:00+00

Package: pgpool2
Version: 4.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7567
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: libpgpool2 (= 4.6.0-1.pgdg+1), postgresql-common, ucf, libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libldap2 (>= 2.6.2), libmemcached11t64 (>= 1.1.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3t64 (>= 3.0.0)
Enhances: postgresql
Conflicts: pgpool
Replaces: pgpool
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/pgpool2_4.6.0-1.pgdg+1_arm64.deb
Size: 1245980
SHA256: 7fd18c1db13ab21ecaf80610035fe0be64da7bf925862530f1b55d5874f036f7
SHA1: 621f9777ddef011712acdb33f15bb8efab100331
MD5sum: f00a7734c0c7ea3e265bdb4a8943a17e
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.
Timestamp: 2025-03-12 17:05:00+00

Package: pgpool2-dbgsym
Source: pgpool2
Version: 4.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5095
Depends: pgpool2 (= 4.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/pgpool2-dbgsym_4.6.0-1.pgdg+1_arm64.deb
Size: 2083052
SHA256: ecf46e4e70a5f22f2097164a23cd154752490707149bafaf8805c2cae91b51de
SHA1: dd4cbf32680b36574856cda02cabf7ca1cf486c6
MD5sum: 276dda84eef05dbd2efaf272ed17362d
Description: debug symbols for pgpool2
Build-Ids: 03e16dda9bf64117d8b9d905c0964f0e4be142e6 645c155bbfbbd99b727c0e66eba516b193ac960e baa27fed7e77a3863c89dba9fa93d85cd0909c3d c34c3095ade550e5154528da1c40742c447a425f e6fce1345bcd2c373727df5b6432e77f6668dc1d ecb494fc036a83e6d94a31840250166c2af80039 fa5469f1597e535ffcf4f4836582df8f68a22126
Timestamp: 2025-03-12 17:05:00+00

Package: postgresql-10-oracle-fdw
Source: oracle-fdw
Version: 2.7.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: oracle-libs, postgresql-10, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-10-oracle-fdw_2.7.0-2.pgdg+2_arm64.deb
Size: 80240
SHA256: 7bc224c6cb15db97010cac723fbd81e134f9531602c35a485f3de434b6968a2d
SHA1: 60ecd698aad92a9ccd080ac398f75fd18e052cd5
MD5sum: c4a386ce00313d926f8b3360376c6848
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2025-03-12 17:05:00+00

Package: postgresql-10-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.7.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 190
Depends: postgresql-10-oracle-fdw (= 2.7.0-2.pgdg+2)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-10-oracle-fdw-dbgsym_2.7.0-2.pgdg+2_arm64.deb
Size: 169196
SHA256: 1d9f399b71f64f39253c0f54976379770f02bc9b39095c74a79cba9a7d0e0930
SHA1: d4aa4df5c59d1f0b9d50013445caa5a75eef7c4b
MD5sum: 90b4ab8a4d5ae5e88049f066488e9793
Description: debug symbols for postgresql-10-oracle-fdw
Build-Ids: a8c66cd2f5845dc20464a94010a60f619cc2143a
Timestamp: 2025-03-12 17:05:00+00

Package: postgresql-10-pgpool2
Source: pgpool2
Version: 4.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 392
Depends: libpgpool2 (>= 4.6.0-1.pgdg+1), postgresql-10, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2_4.6.0-1.pgdg+1_arm64.deb
Size: 133292
SHA256: 6da83c663cb119d5656b781754edc3b97f94ff8b5e457ec4b9c1b538ec66d530
SHA1: 32efff3bbcc11a292c267dbcfe4ec4a2b14a2f05
MD5sum: dc31238df9ce14ec77b82ea53d12b1b5
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 10 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-03-12 17:05:00+00

Package: postgresql-10-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-10-pgpool2 (= 4.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2-dbgsym_4.6.0-1.pgdg+1_arm64.deb
Size: 53476
SHA256: b91db4d9a8bf94c15c953862f47f71113c307ef99b13cc54af20751eef6104d8
SHA1: bc518cb974f2c4e0c95129985e32ebad759d704e
MD5sum: 4d63bf42225a7e61df060a4ab490fa1f
Description: debug symbols for postgresql-10-pgpool2
Build-Ids: 47684fb75c16ef365cd6e00bee805c505e5e3cff 9d5031e61fae000de4c55bda2b24232c128599c3 a295e211a26fd7e08faf20e109e95dbe680a2237
Timestamp: 2025-03-12 17:05:00+00

Package: postgresql-11-oracle-fdw
Source: oracle-fdw
Version: 2.7.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: oracle-libs, postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-11-oracle-fdw_2.7.0-2.pgdg+2_arm64.deb
Size: 81124
SHA256: 759cc5fcc6ef3dd439ebeb31265d70e9fe2ce6e0294adb5a06f6337e12af0764
SHA1: 7b572653cd2bccd16910aef76b7431a1150bfb13
MD5sum: 839456b97ed174ec2259024dde50dfd5
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2025-03-12 17:05:00+00

Package: postgresql-11-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.7.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-11-oracle-fdw (= 2.7.0-2.pgdg+2)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-11-oracle-fdw-dbgsym_2.7.0-2.pgdg+2_arm64.deb
Size: 172528
SHA256: 3f776ec20c856b35aa73e6d4ad86f6ac1f1831437af15a6664aa022a8a4aa5c2
SHA1: 127b0c6612c34af95b253319ee5adba9d804f5e4
MD5sum: 892bde07a1dbaa514bb61045d017bda7
Description: debug symbols for postgresql-11-oracle-fdw
Build-Ids: 61da14b1e36b12692fa423a6dd18d9c027bdd566
Timestamp: 2025-03-12 17:05:00+00

Package: postgresql-11-pgpool2
Source: pgpool2
Version: 4.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 392
Depends: libpgpool2 (>= 4.6.0-1.pgdg+1), postgresql-11, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2_4.6.0-1.pgdg+1_arm64.deb
Size: 133304
SHA256: 11489e76cfdef6f2a1919c4605cd82f247d8cef7683b99af5869a6afa600253a
SHA1: 20354826acff40bdd0bb4e4c5bca7727a90f465a
MD5sum: 594ebc1a4fc72634df4641796b1a9d97
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 11 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-03-12 17:05:00+00

Package: postgresql-11-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-11-pgpool2 (= 4.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2-dbgsym_4.6.0-1.pgdg+1_arm64.deb
Size: 51328
SHA256: 85ea79b6119571d47f014bd555bb9f8bdb52592791676aad9a9ec1208a859e1c
SHA1: ee5979a97f22dfa64be52cfc422c3e5602d1de19
MD5sum: b3b0cfba244fad5a36617e4d7674a1b7
Description: debug symbols for postgresql-11-pgpool2
Build-Ids: 10433a1b2058a362d67f4edc3865376c87dfa0a1 3f136dda798c44c8c14acc9610439733ac99223c 7864f74b6dcbd5a84a68f26328e144793e8b68d4
Timestamp: 2025-03-12 17:05:00+00

Package: postgresql-12-oracle-fdw
Source: oracle-fdw
Version: 2.7.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: oracle-libs, postgresql-12, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-12-oracle-fdw_2.7.0-2.pgdg+2_arm64.deb
Size: 81240
SHA256: d756834169840703551ab207fcd14ea321bf4d53b311c316855923366498997b
SHA1: 8167078eb88eee0b4e5207261743486fd469f483
MD5sum: 4d5a089ae36d0e2ba46a1d26782f7d2c
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2025-03-12 17:05:00+00

Package: postgresql-12-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.7.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-12-oracle-fdw (= 2.7.0-2.pgdg+2)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-12-oracle-fdw-dbgsym_2.7.0-2.pgdg+2_arm64.deb
Size: 178212
SHA256: cf6f429bba12429380da798c1909d51ec6b9acd5f807012c4ac1e138102eb278
SHA1: a9f44d01ce22908ae88ea3dbe199d4988272eaa0
MD5sum: 660525d83b49905d7dce1f6f46eca4ee
Description: debug symbols for postgresql-12-oracle-fdw
Build-Ids: a3e8294dd0b202830d268d158298e3380599a4a0
Timestamp: 2025-03-12 17:05:00+00

Package: postgresql-12-pgpool2
Source: pgpool2
Version: 4.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 443
Depends: libpgpool2 (>= 4.6.0-1.pgdg+1), postgresql-12, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2_4.6.0-1.pgdg+1_arm64.deb
Size: 155024
SHA256: 7e28bebaea803c8612d94a2e75d5f266c72ddd80d827c37cdcc378d0cbe993d8
SHA1: d2f1e7179acebf22bab67950add3dc1758a36e25
MD5sum: 8995047d732fcfa3de6cf11dbdb04d6a
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 12 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-03-12 17:05:00+00

Package: postgresql-12-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-12-pgpool2 (= 4.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2-dbgsym_4.6.0-1.pgdg+1_arm64.deb
Size: 51920
SHA256: 44bebb9d7d638103b0b67f0980034f7bc60495402d8e9143a737368d0186a862
SHA1: 2b4ac5c18613b6c6d92e3b6b6ba9800f60efab72
MD5sum: b246b1dcd694ba139bec2a539ba6195b
Description: debug symbols for postgresql-12-pgpool2
Build-Ids: 1f44bf46257a96ecd53d638c229a8551887c39a9 2900aab1b176d22a3ab36df4896b2feee260f03d e8029ee7a755a61828962bfcc438d3552235fe48
Timestamp: 2025-03-12 17:05:00+00

Package: postgresql-13-oracle-fdw
Source: oracle-fdw
Version: 2.7.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: oracle-libs, postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-13-oracle-fdw_2.7.0-2.pgdg+2_arm64.deb
Size: 82672
SHA256: 747532253b994d290836c02b9d774366fe9643933be5ca73a32170331bac973f
SHA1: 5e84623ab794f138522d6afbd3c1b39fbb3cb427
MD5sum: 985b18f2de26169a7c3a5b7dfdd83e91
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2025-03-12 17:05:00+00

Package: postgresql-13-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.7.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 206
Depends: postgresql-13-oracle-fdw (= 2.7.0-2.pgdg+2)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-13-oracle-fdw-dbgsym_2.7.0-2.pgdg+2_arm64.deb
Size: 185800
SHA256: 171dff4d1d859778f4d5aae38c0aa889613bf2d7359a06c1c837af05de8e853b
SHA1: d728c4316f9f4b89f216e514a1e96635247add61
MD5sum: b7c808fa1436fbf8296cec3b42b94b37
Description: debug symbols for postgresql-13-oracle-fdw
Build-Ids: 8a846e0932072a5e507b26add870e27cccf571ae
Timestamp: 2025-03-12 17:05:00+00

Package: postgresql-13-pgpool2
Source: pgpool2
Version: 4.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 444
Depends: libpgpool2 (>= 4.6.0-1.pgdg+1), postgresql-13, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2_4.6.0-1.pgdg+1_arm64.deb
Size: 155296
SHA256: 39dab7ecefa3ce9c3e07467f44d99a74943ac805f1698255861fc247759a0e52
SHA1: 3c2864b537d3d28ac6fdff78aeb5e138f6414f3f
MD5sum: e406b6df1ee7da83f1cb7c44821bf7de
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 13 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-03-12 17:05:00+00

Package: postgresql-13-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-13-pgpool2 (= 4.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2-dbgsym_4.6.0-1.pgdg+1_arm64.deb
Size: 49544
SHA256: 67d8c82723cf67b58283e21cba5ae8329acff8589ec5f0c1372c5c6e35270eee
SHA1: aecc9a70120dc104bed6e33122820c518407d830
MD5sum: 72bb017814faa7fd1b8067d9ac200c68
Description: debug symbols for postgresql-13-pgpool2
Build-Ids: 2677874049d91b1f414fbd6e751796a864b0d68c 4f134fbc3815a56976d51f49107c65833c942ba5 dcbbaa6e23c1ca1bb704868c8ea897a650ca6839
Timestamp: 2025-03-12 17:05:00+00

Package: postgresql-14-oracle-fdw
Source: oracle-fdw
Version: 2.7.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: oracle-libs, postgresql-14, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-14-oracle-fdw_2.7.0-2.pgdg+2_arm64.deb
Size: 82524
SHA256: be47e86029e580fd8caa7086ad684dfee5f21016be56eab565c5d2e18d21da42
SHA1: 386bc9fb6cfd2e897bda9e6cfe7845708fb3308d
MD5sum: 711fc94e849cefb3c500a8843d9ce946
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2025-03-12 17:05:00+00

Package: postgresql-14-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.7.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: postgresql-14-oracle-fdw (= 2.7.0-2.pgdg+2)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-14-oracle-fdw-dbgsym_2.7.0-2.pgdg+2_arm64.deb
Size: 187072
SHA256: 2d235dfa5d4b5f02cf985d2991464e241ac2b97a31add3680a436b3e2f3975a0
SHA1: 99f8bb6c84a0602b44c884d059a114039f65ea8b
MD5sum: 0f791bd31dcb75b7d08df0a45124413a
Description: debug symbols for postgresql-14-oracle-fdw
Build-Ids: 18ae989502138457881b165318f4733c2ce51189
Timestamp: 2025-03-12 17:05:00+00

Package: postgresql-14-pgpool2
Source: pgpool2
Version: 4.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 444
Depends: libpgpool2 (>= 4.6.0-1.pgdg+1), postgresql-14, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2_4.6.0-1.pgdg+1_arm64.deb
Size: 155888
SHA256: 0a3323f3703f345e495210990525eb3f2334f80ba71a847725cd4b1a7272c625
SHA1: 50ad8baad656610f43b3a47c211de5a1777b85df
MD5sum: 966f156c163eb7a6fa02cd5db12b1561
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 14 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-03-12 17:05:00+00

Package: postgresql-14-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-14-pgpool2 (= 4.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2-dbgsym_4.6.0-1.pgdg+1_arm64.deb
Size: 50252
SHA256: 9a50637c441364976d04e59071d1e5750867ccb6d5738223765656e85720005d
SHA1: 6db9068e96ec7ae7f790290810115eb10def3c27
MD5sum: 329b62c32ae873db938d749fcf803b4c
Description: debug symbols for postgresql-14-pgpool2
Build-Ids: 44521fe657ee8851cd3587fcef470842a4fea2f1 df4791116ea764ce9c477a98d577432f0c989c3e e23a0f6406db4b61dea94db798872e4359622dba
Timestamp: 2025-03-12 17:05:00+00

Package: postgresql-15-oracle-fdw
Source: oracle-fdw
Version: 2.7.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: oracle-libs, postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-15-oracle-fdw_2.7.0-2.pgdg+2_arm64.deb
Size: 82656
SHA256: 7f92d294d1dc4a6b11edc24a5e334c4d1a32d4efef0ca22396390a601f18f668
SHA1: dbbaa16a7259ba5bab882675142fa57d21ba5864
MD5sum: ccab9517f0690e207ae8ac8c555b3cdd
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2025-03-12 17:05:00+00

Package: postgresql-15-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.7.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 211
Depends: postgresql-15-oracle-fdw (= 2.7.0-2.pgdg+2)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-15-oracle-fdw-dbgsym_2.7.0-2.pgdg+2_arm64.deb
Size: 189376
SHA256: 6d1add8f048ff257d6dc2a5f234db0b45a3436c27262ac735395d781814b3513
SHA1: b1e4e322a1c6efb5b9fd0911688a557073659660
MD5sum: 4dc66a7089187f7ee4821fcfe309ed91
Description: debug symbols for postgresql-15-oracle-fdw
Build-Ids: 1997f654d9d0fdc03516d67516304a4e00bb693a
Timestamp: 2025-03-12 17:05:00+00

Package: postgresql-15-pgpool2
Source: pgpool2
Version: 4.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 446
Depends: libpgpool2 (>= 4.6.0-1.pgdg+1), postgresql-15, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2_4.6.0-1.pgdg+1_arm64.deb
Size: 156988
SHA256: 0fb2c1967161e9ccfa8cacfbafdfe7f7a6246a8b404813c87f049718bdf1a7fb
SHA1: 07a532e94e6d137f98e23abbcd09eaccbba0d10d
MD5sum: bf225c12a993530b8f719a33e3ad990d
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 15 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-03-12 17:05:00+00

Package: postgresql-15-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-15-pgpool2 (= 4.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2-dbgsym_4.6.0-1.pgdg+1_arm64.deb
Size: 51256
SHA256: 1e31aac596ae3ce557add9a20bada5e92b604b2da499efa29c5d25246d193e97
SHA1: aa8bcc6188503609449fc45dd63d7c6ca6d0e900
MD5sum: 2864192e870142453359b551b353a374
Description: debug symbols for postgresql-15-pgpool2
Build-Ids: 5245412f5cb86520d7ae4654d4dec11d7549bed2 6af34dd6b0023df7ccf0dbb397dbe2e3432892e0 e00914d8e07806395692a4502448ba942ea3e336
Timestamp: 2025-03-12 17:05:00+00

Package: postgresql-16-oracle-fdw
Source: oracle-fdw
Version: 2.7.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: oracle-libs, postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-16-oracle-fdw_2.7.0-2.pgdg+2_arm64.deb
Size: 81864
SHA256: 67fbd95df13210dbe602622950ddcdb98ee256fdd293ca0fa37506270f8ac708
SHA1: 3099914df0fb96504a92d318e87133843623179d
MD5sum: ac6988263bf90f48f7e0b506f28af273
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2025-03-12 17:05:00+00

Package: postgresql-16-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.7.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 215
Depends: postgresql-16-oracle-fdw (= 2.7.0-2.pgdg+2)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-16-oracle-fdw-dbgsym_2.7.0-2.pgdg+2_arm64.deb
Size: 194084
SHA256: 5eb17d31e5f546462611eef6d750918ecd8d532d1bcc7d509dd7d1f98bc5bf0b
SHA1: 766827ffa614c6c689926a08f6802fe490ee16ac
MD5sum: fe460f7600bf35c9ab0da9541e27ab34
Description: debug symbols for postgresql-16-oracle-fdw
Build-Ids: ba3cd8dd6c400c689855ef96da98e42c0606225d
Timestamp: 2025-03-12 17:05:00+00

Package: postgresql-16-pgpool2
Source: pgpool2
Version: 4.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 446
Depends: libpgpool2 (>= 4.6.0-1.pgdg+1), postgresql-16, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-16-pgpool2_4.6.0-1.pgdg+1_arm64.deb
Size: 156684
SHA256: 33fc8451be3329e10c51e4a46acaef516229d24fc43a7f6ab50a4c331eb3181d
SHA1: 172bb3f0e8e73341167892e78afe11eb1cf4d57a
MD5sum: 4aec7110d8711aabc7406b1219f2c4d3
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 16 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-03-12 17:05:00+00

Package: postgresql-16-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-16-pgpool2 (= 4.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-16-pgpool2-dbgsym_4.6.0-1.pgdg+1_arm64.deb
Size: 56764
SHA256: 8e7d642de1f18431866cd202558cf820d59023f721721efa0f50be6c29e10043
SHA1: 7569c3ff45f2ab941b5877b26e2c40218e9e86f7
MD5sum: 5f7527758b027014196604a863707bd8
Description: debug symbols for postgresql-16-pgpool2
Build-Ids: 6c106e0dfa62de82c764e90d2cfed0c1f2dbafb2 8400f76612e0d0a9647f7e2d5b36f068a10a6015 cd945d7c876cd40d151e170dbe49e91bff6e2218
Timestamp: 2025-03-12 17:05:00+00

Package: postgresql-17-oracle-fdw
Source: oracle-fdw
Version: 2.7.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: oracle-libs, postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-17-oracle-fdw_2.7.0-2.pgdg+2_arm64.deb
Size: 81776
SHA256: aace8d2efa1c22a07a075a7e4a8abbf678497cd8cbf90dba2d7e549ef32c4687
SHA1: b36e6aa4099777ad3b91379785968faeb9b7675d
MD5sum: 7258b8971ff64b6296a25dab4939853b
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2025-03-12 17:05:00+00

Package: postgresql-17-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.7.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 217
Depends: postgresql-17-oracle-fdw (= 2.7.0-2.pgdg+2)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-17-oracle-fdw-dbgsym_2.7.0-2.pgdg+2_arm64.deb
Size: 195572
SHA256: 77eb2d9e9f5c8432db152f7904fe944e96324961de82c753d02672aee804da94
SHA1: 267ee6e1225a7f75f349df79b82867499ecc93c9
MD5sum: a723d9a7e08022381d9cb0343de85011
Description: debug symbols for postgresql-17-oracle-fdw
Build-Ids: 7b3fb78c54bfaf9818a035fb87381a16da2d9993
Timestamp: 2025-03-12 17:05:00+00

Package: postgresql-17-pgpool2
Source: pgpool2
Version: 4.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 446
Depends: libpgpool2 (>= 4.6.0-1.pgdg+1), postgresql-17, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-17-pgpool2_4.6.0-1.pgdg+1_arm64.deb
Size: 156680
SHA256: 1a8c0bbb23060570ce6d17b6610cc3f0db18e75080317f2989dcb0893863ee57
SHA1: fb9825fc567cef371a1d8b5eaac2463391d79d7b
MD5sum: eb5c3560d71d1e4c393117a3dd0c3327
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 17 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-03-12 17:05:00+00

Package: postgresql-17-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-17-pgpool2 (= 4.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-17-pgpool2-dbgsym_4.6.0-1.pgdg+1_arm64.deb
Size: 57716
SHA256: 55b17dcddfa7fa37941b8780f034e45c77b56423ffe3685da09cff053ce22ea5
SHA1: 2ae0bde2b7e00be299aa6e1098e9350696e9ed29
MD5sum: bcf7b053cc9c5792daa4490f4f4c9700
Description: debug symbols for postgresql-17-pgpool2
Build-Ids: 55d4547075ef4fa6800cbd450f92b8db01a8601b 626289a0652a83aa962761e3b48cf1d13a333132 a5d3556d8f5f0b0e7580c05d250796b1c2fa25a2
Timestamp: 2025-03-12 17:05:00+00

Package: pspg
Version: 5.8.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 366
Depends: libc6 (>= 2.34), libncursesw6 (>= 6.1), libpq5 (>= 9.0~), libreadline8t64 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_5.8.8-1.pgdg+1_arm64.deb
Size: 134300
SHA256: 6fcb169f1b344c2296ee9dfe4d62b9b016ff822999eca33207aa017d91b09d1e
SHA1: e293e8784f4a258622c65c8cf635e84b47f4c1b2
MD5sum: d38201b2e6f5e6c0a70ef296b5b2f4f7
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2025-03-12 17:05:00+00

Package: pspg-dbgsym
Source: pspg
Version: 5.8.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 726
Depends: pspg (= 5.8.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_5.8.8-1.pgdg+1_arm64.deb
Size: 417800
SHA256: d4f434ecce000788cad042e9da91723c060b4bd13aea9526790e503012ec0007
SHA1: e5eb53d61c146fb4de39ef9c51d3327e7e46f660
MD5sum: dcb89e66cb7ce25f06ec10a1d27cc747
Description: debug symbols for pspg
Build-Ids: 2bf8422bf5a9277d719051349192297dadf21f3e
Timestamp: 2025-03-12 17:05:00+00

Package: postgresql-11-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 223
Depends: postgresql-11, libc6 (>= 2.38), libgdal36 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw_1.1.6-1.pgdg+1_arm64.deb
Size: 34096
SHA256: 014631a7f41b88fb529686b06221ef07a87f6ee309b7ddb4467bb406532dca5b
SHA1: fabf62c3320d13055383f9e189519229f81bb419
MD5sum: 0465393a63da8fe3a9239bbd79da6e8d
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-03-15 19:10:00+00

Package: postgresql-11-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 186
Depends: postgresql-11-ogr-fdw (= 1.1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw-dbgsym_1.1.6-1.pgdg+1_arm64.deb
Size: 130952
SHA256: 100101329cb9a2b25401416482f229d8221c5d54096f22db5c1d5666874e70b6
SHA1: 743da5c113639ef00faaf5fd0e2be01ded0ab12b
MD5sum: 446212b4981a20235a29cca125ae99ae
Description: debug symbols for postgresql-11-ogr-fdw
Build-Ids: 25d01acf92c07a2f9008b816fa7d9543f777bc4c ba150641e22956919da7218aa455ac928fc5a3d5
Timestamp: 2025-03-15 19:10:00+00

Package: postgresql-12-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 277
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.38), libgdal36 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw_1.1.6-1.pgdg+1_arm64.deb
Size: 91456
SHA256: 8bbad83c0883f72748fa45bfc98964e36b9a8ed39477f3243bc6c2a73193a4cf
SHA1: 773bc0709d669679802aa2a1e456160a2fe91100
MD5sum: 5231afa66e8bc8a9632cca9ecf418b41
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-03-15 19:10:00+00

Package: postgresql-12-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 184
Depends: postgresql-12-ogr-fdw (= 1.1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw-dbgsym_1.1.6-1.pgdg+1_arm64.deb
Size: 128960
SHA256: 053d1a7f8b7fdeef3b7f0cb1b4f3c21a646ceedfb365bd30ce3daf33f3e001be
SHA1: 953c7f3bbe8a14b598e7171162e917391b951ebe
MD5sum: 5d50695b8ede77d38a8332b788297bf6
Description: debug symbols for postgresql-12-ogr-fdw
Build-Ids: 9aa07c391d602c45f60f4570f852bdc75d19e036 db2fbf14106080ba29b1aba33281c0eb7694d3b5
Timestamp: 2025-03-15 19:10:00+00

Package: postgresql-13-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 342
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.38), libgdal36 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw_1.1.6-1.pgdg+1_arm64.deb
Size: 93404
SHA256: 347ef77d33e1f36b68fd3381b62aba0a8f3501b0f48b74f0f0162aac13223022
SHA1: afed09f0dd8ece47b7c1d4b50281e0741f6b97aa
MD5sum: 075438c96f4bb88998ec2757792706f2
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-03-15 19:10:00+00

Package: postgresql-13-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 199
Depends: postgresql-13-ogr-fdw (= 1.1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw-dbgsym_1.1.6-1.pgdg+1_arm64.deb
Size: 144116
SHA256: 1b802c199c028bc53efb59bc5bf30652f9c457086d5ef08e317606619847841e
SHA1: c6cc51f35cda66fd56755a303fe1eaed396cc1f9
MD5sum: 7001ed3da271263a7e91574ef0e51734
Description: debug symbols for postgresql-13-ogr-fdw
Build-Ids: 9f11fbc7e64f8092d543c2a059d62fcb768dbc70 e53f2cb0df2656181f159061dc99b55a17b0742a
Timestamp: 2025-03-15 19:10:00+00

Package: postgresql-14-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 343
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.38), libgdal36 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw_1.1.6-1.pgdg+1_arm64.deb
Size: 93396
SHA256: 3e3a8569ff2a9834c129efb677179faef47e85a244ccda6f73753fdead9e2ee1
SHA1: 8f358174ca6b265e2f824798fd1ddf69753a1f04
MD5sum: 8d9d5aaf243525517ec2167e950dec8f
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-03-15 19:10:00+00

Package: postgresql-14-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 200
Depends: postgresql-14-ogr-fdw (= 1.1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw-dbgsym_1.1.6-1.pgdg+1_arm64.deb
Size: 145212
SHA256: e5c8a0ba57b6a9478603f0e36ed203a71db442a0c6e25c41874772d3128545ff
SHA1: 36bed088bf9c38e776818d750dd82e0c4f71ae78
MD5sum: 13f015327f03872443978171398cc710
Description: debug symbols for postgresql-14-ogr-fdw
Build-Ids: 0e9ebf8e064436f0dee72da61f42579bf51c4da6 f786811b060452c3afa2361c4513838a21d5b5da
Timestamp: 2025-03-15 19:10:00+00

Package: postgresql-15-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 344
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.38), libgdal36 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-15-ogr-fdw_1.1.6-1.pgdg+1_arm64.deb
Size: 93756
SHA256: 7b2654deb101075d804b4be11007f9470d8e830c098854737bbcd02d38c8cedb
SHA1: cad01baa4e49899019164afef08f576ea59f1dfc
MD5sum: 7c5a3c205003a3ff02ff82e1c88b7249
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-03-15 19:10:00+00

Package: postgresql-15-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 189
Depends: postgresql-15-ogr-fdw (= 1.1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-15-ogr-fdw-dbgsym_1.1.6-1.pgdg+1_arm64.deb
Size: 133776
SHA256: 80184cccf4569ec399f1954947f77cc0f5d30f6755c366c8c184b30666b70168
SHA1: 2951a43c703c43942ce69baf41af5832301898f5
MD5sum: d1116e608eb85123258142e81481cba4
Description: debug symbols for postgresql-15-ogr-fdw
Build-Ids: 11d32a4b821d30fbec3a9f3f138bdf2617b88c4e 54e972a79899eaa1ad240b3003194daade774e96
Timestamp: 2025-03-15 19:10:00+00

Package: postgresql-16-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 280
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.38), libgdal36 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-16-ogr-fdw_1.1.6-1.pgdg+1_arm64.deb
Size: 93108
SHA256: aef022ce20fb441fa907cde6cf02bcb1250d0fb65f5d17c70cfed63985a58f1d
SHA1: 65ad91c2f130cd5256727b0d359c9038ac3e9975
MD5sum: 27a0207e5e4283c37b50eda0881320a5
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-03-15 19:10:00+00

Package: postgresql-16-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 191
Depends: postgresql-16-ogr-fdw (= 1.1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-16-ogr-fdw-dbgsym_1.1.6-1.pgdg+1_arm64.deb
Size: 137540
SHA256: bdff8ac7775c6d08245af6953bb929bec2c30a40c32b79d7e9d76bc36b05541a
SHA1: 6ce1ce52624c01bc70872020a960c255051e9ac2
MD5sum: ee098d3e602663b3a1dc7a3b343b556a
Description: debug symbols for postgresql-16-ogr-fdw
Build-Ids: 58e7c8b39fc3b9e9af587ffaf540496b931a0753 ef908cc4c6e88690d4d1d3843ccf1a6bd44db9ea
Timestamp: 2025-03-15 19:10:00+00

Package: postgresql-17-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 280
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.38), libgdal36 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-17-ogr-fdw_1.1.6-1.pgdg+1_arm64.deb
Size: 93048
SHA256: e63a997681af1390891850ec1d01d78717953c16608f964a3aa1b084edca7406
SHA1: d2df08deade4abb8a94021c7e1054a657d609aca
MD5sum: 4b73eaa9903da542c6d1595da51456cc
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-03-15 19:10:00+00

Package: postgresql-17-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 193
Depends: postgresql-17-ogr-fdw (= 1.1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-17-ogr-fdw-dbgsym_1.1.6-1.pgdg+1_arm64.deb
Size: 139424
SHA256: 8480119e75b808cc458c4119135a4b3814625bc23d958c51bc184a9eec5739e3
SHA1: 3bf01779ebd447f46bcbe6e1170c57ff160ac05b
MD5sum: 9cbc15a5f9e61cd5c05e898d4fa21f45
Description: debug symbols for postgresql-17-ogr-fdw
Build-Ids: 88bb33b118cd33f937b21bc0e15c521368a2aa95 bc109038f57c53d43fa5a4cb2588052a44b28afe
Timestamp: 2025-03-15 19:10:00+00

Package: patroni
Version: 4.0.5-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1485
Depends: python3-click (>= 4.1), python3-dateutil, python3-prettytable (>= 0.7), python3-psutil, python3-urllib3, python3-yaml, python3-ydiff, python3:any, python3-psycopg2, python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes | python3-pysyncobj, python3-cdiff
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_4.0.5-1.pgdg+1_all.deb
Size: 279500
SHA256: 9cb2ed08acbb30f77d35fa11b147c334d051f4b31f45914f59da681dd4f9759f
SHA1: 6720259665ab540326575045f4d01d2b6609c10d
MD5sum: 8f61463c41e3e73fcc690225d685a5c5
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2025-03-19 11:11:20+00

Package: patroni-doc
Source: patroni
Version: 4.0.5-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7178
Depends: libjs-jquery (>= 3.6.0), libjs-sphinxdoc (>= 8.1), sphinx-rtd-theme-common (>= 3.0.2+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_4.0.5-1.pgdg+1_all.deb
Size: 543496
SHA256: 5971e145d1ffae93d591d37767954a05397b8299449ed1e11bfdd76037d71160
SHA1: 1a860f7e4fd4122320c9db539a7701f3f837199a
MD5sum: 85483d4101e98696ba333b9ec7e35f11
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2025-03-19 11:11:20+00

Package: pgbadger
Version: 13.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1727
Depends: libjson-xs-perl, libtext-csv-xs-perl, perl:any
Multi-Arch: foreign
Homepage: https://dalibo.github.io/pgbadger/
Priority: optional
Section: database
Filename: pool/main/p/pgbadger/pgbadger_13.1-1.pgdg+1_all.deb
Size: 382304
SHA256: 88681fdb53481cb8d7d9552ddea3e348ed9cec46559d9dd93c968bd636bf389d
SHA1: 5e8195e835635c6f4ec8b00470af76e8e9591c00
MD5sum: 0938d2a37b08091827304e21063dd84f
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.
Timestamp: 2025-03-19 11:11:20+00

Package: pgformatter
Version: 5.6-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 303
Depends: perl:any
Multi-Arch: foreign
Homepage: https://sqlformat.darold.net/
Priority: optional
Section: database
Filename: pool/main/p/pgformatter/pgformatter_5.6-1.pgdg+1_all.deb
Size: 89044
SHA256: 483aa42a4e906460e69ac2b371a274b12d32f45b7eb537e1cb072d2a2b450352
SHA1: 71306a27b2fbe19cbeb160f7fe4c594e46278e3f
MD5sum: b46b61e79ad11f7317b503a508184897
Description: PostgreSQL SQL syntax beautifier
 This SQL formatter/beautifier supports keywords from SQL-92, SQL-99,
 SQL-2003, SQL-2008, SQL-2011 and PostgreSQL specifics keywords. May
 works with any other databases too.
 .
 pgFormatter can work as a console program or as a CGI. pg_format will
 automatically detect its environment and output as text or as HTML
 following the context.
Timestamp: 2025-03-19 11:11:20+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 750
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.8.0-1.pgdg+1_arm64.deb
Size: 306040
SHA256: 5f2f03fabc0d358b3ab1bc51552e2d939cd8c0241dc40db387253ef5bdcf191b
SHA1: 8475bb804c883bd14ffc64370f1073a298ae5fc0
MD5sum: 23a1760041c0ef82a00a27ab3dcff1b3
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-03-19 11:11:20+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 330
Depends: postgresql-14-plpgsql-check (= 2.8.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.8.0-1.pgdg+1_arm64.deb
Size: 296484
SHA256: 26e626d8749b9d71feca17423a66137601ef1f49db6b1d323c80eedb8b581a5d
SHA1: 2f646795910e0581d883616196dc51b0a23f2840
MD5sum: 5d1eb00d68e88a0b8c6fa9be97d2abed
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: 39d30f84807b2f4a661c8e9ce369a35ec90b1ba3
Timestamp: 2025-03-19 11:11:20+00

Package: postgresql-14-timescaledb
Source: timescaledb
Version: 2.19.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13531
Depends: postgresql-14, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-14-timescaledb_2.19.0+dfsg-1.pgdg+1_arm64.deb
Size: 368560
SHA256: d1a5b019c72d045ba566ae4867bf2ee17462fafeb3dc01fb75e6d78dd5001ac6
SHA1: 349249b684c98b38bad0092922136f9b13e14690
MD5sum: 09661d943f61ca61a346ead2e452ebbc
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-03-19 11:11:20+00

Package: postgresql-14-timescaledb-dbgsym
Source: timescaledb
Version: 2.19.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1242
Depends: postgresql-14-timescaledb (= 2.19.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-14-timescaledb-dbgsym_2.19.0+dfsg-1.pgdg+1_arm64.deb
Size: 1119428
SHA256: 09191c889946445bd40ddd09836f4da9f6189433400a23f7d57352577a767efe
SHA1: 1ec49f3d51cc44f912a5b1f49a85dd3877fd3345
MD5sum: a4190cfc8b91e67140a7c15ad2eef094
Description: debug symbols for postgresql-14-timescaledb
Build-Ids: 252c6dfda13ae992f15b94e974fa103f62992f39 b69f98d8bb490f87bc94f83bfed43a847029e783
Timestamp: 2025-03-19 11:11:20+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 751
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.8.0-1.pgdg+1_arm64.deb
Size: 305664
SHA256: ec89f9f8bee71942a2f105c265a8afc60605ec4eefff325806d94c72970c42c7
SHA1: 0c90609d9ed7ca4934c9c6144a48859f40579522
MD5sum: 3c382c04c53832cfa60db0c5561fb21b
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-03-19 11:11:20+00

Package: postgresql-15-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 363
Depends: postgresql-15-plpgsql-check (= 2.8.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.8.0-1.pgdg+1_arm64.deb
Size: 328284
SHA256: 29cfdffb6c53cb33462f27021bc1bf5d1c5702cc873329ad6e30a44d4b049fa3
SHA1: 64fc1ea2c9c5b98b61c6f757dedb945754fe4d3f
MD5sum: 107eebeecf5f6c1f8bf7edba7d19e32a
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: 36c954f90ffb135d1cd0a5e321f3fa4ca170c683
Timestamp: 2025-03-19 11:11:20+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.19.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13531
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.19.0+dfsg-1.pgdg+1_arm64.deb
Size: 371748
SHA256: dc85e7b60259f2fa7620b3e991bd33f54c2b99b584bc6883e83be02df9d89516
SHA1: ef70b1395b81e9d14812c1f055243c45f8a8e83a
MD5sum: 2fbcc3dddd707ec93eef70eb039f8997
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-03-19 11:11:20+00

Package: postgresql-15-timescaledb-dbgsym
Source: timescaledb
Version: 2.19.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1226
Depends: postgresql-15-timescaledb (= 2.19.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.19.0+dfsg-1.pgdg+1_arm64.deb
Size: 1105080
SHA256: 298b5f99aec52cdb16133056e6b17ab5bac23cf0c3ac2e150b8af1eeed08c998
SHA1: c645e3f8c0109dd98d6df68c0d3379cb7752c423
MD5sum: d73898dc50f3b9203edcd4127b3d0a24
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: d4a9baa08dae623514061c312b7e3b5d77a7c7a5 f1e7e4bc6bf8bb31d85bfe7fe451956d2fb7e6ed
Timestamp: 2025-03-19 11:11:20+00

Package: postgresql-16-plpgsql-check
Source: plpgsql-check
Version: 2.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 747
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check_2.8.0-1.pgdg+1_arm64.deb
Size: 301016
SHA256: 2dc6b22e78d4c20df92efcd1092c4a09690f2df05c51619b1a14aac9bfebffd0
SHA1: da3d5cca6816237f2bac33bb8f8ffed09f9b1258
MD5sum: 0755e2446c7b57ddd9ea52c39350f5a0
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-03-19 11:11:20+00

Package: postgresql-16-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 371
Depends: postgresql-16-plpgsql-check (= 2.8.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check-dbgsym_2.8.0-1.pgdg+1_arm64.deb
Size: 336180
SHA256: 48b4d2975f1a71704ad429b2b5bb0cb7fc899a99f4a2d74b3f4a63a2c325cd78
SHA1: 15c72b523d56b81dc30872807cd2723f59a3fd39
MD5sum: cc12939be3a03a5ee372f4e966200aa2
Description: debug symbols for postgresql-16-plpgsql-check
Build-Ids: 9999d2fcdb1965cab14e7f1e566035129548f363
Timestamp: 2025-03-19 11:11:20+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.19.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13531
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.19.0+dfsg-1.pgdg+1_arm64.deb
Size: 371316
SHA256: a4c3fe180f6057de29c7532585f2c62de94a34b21c7009f31736659c1c70d821
SHA1: c49509ccdc1787200c7de046f309d2a9c5b12cb1
MD5sum: caef3b161a40b338a2e504a8e8757401
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-03-19 11:11:20+00

Package: postgresql-16-timescaledb-dbgsym
Source: timescaledb
Version: 2.19.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1277
Depends: postgresql-16-timescaledb (= 2.19.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.19.0+dfsg-1.pgdg+1_arm64.deb
Size: 1157760
SHA256: f42802cdf1a98cffb69b7f6fd64090be2ca88a52cf900047e0af00ca648ea847
SHA1: 504135913e84a879c78fb3ed5f3e5b8c540d4587
MD5sum: 6a8f972bfb64e27c2fb8fe5b9d21d808
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: 237b7485c5827967674269af02365a0ed1f9fb8d cec66bca0a9258e436233ba1288c0fae5a679f6b
Timestamp: 2025-03-19 11:11:20+00

Package: postgresql-17-plpgsql-check
Source: plpgsql-check
Version: 2.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 747
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check_2.8.0-1.pgdg+1_arm64.deb
Size: 300992
SHA256: 473c836593f1c43fad3469eda2a249c7213ccdcccdd3e68a0a12b9fc13b4d935
SHA1: 0aedad2b94deabc68264e4aa76560fa7692085c1
MD5sum: f4ca6b2e87a67b9fbffbf8e1f8cc7ee1
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-03-19 11:11:20+00

Package: postgresql-17-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 389
Depends: postgresql-17-plpgsql-check (= 2.8.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check-dbgsym_2.8.0-1.pgdg+1_arm64.deb
Size: 353760
SHA256: edfde985b781eae1777848ab34c613a105c060e6091eec26443f9657b630135a
SHA1: 1c851e27ee4fbf53395bd9d5d3083a49909be5aa
MD5sum: 391e4d775826cc8c8dd84784f35d2b4c
Description: debug symbols for postgresql-17-plpgsql-check
Build-Ids: 4722fc32f70a7e0774255db9970003c50f290069
Timestamp: 2025-03-19 11:11:20+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.19.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13531
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.19.0+dfsg-1.pgdg+1_arm64.deb
Size: 371260
SHA256: b06fb2532031fde6575d69450baf77896c69d29df5c8b99e7aa3b12e7bf6f164
SHA1: 4bf46afcd62a929c787f16dcf2c328286bc08bae
MD5sum: 0d33311c376a72e273b09bf3e292c0b4
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-03-19 11:11:20+00

Package: postgresql-17-timescaledb-dbgsym
Source: timescaledb
Version: 2.19.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1289
Depends: postgresql-17-timescaledb (= 2.19.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.19.0+dfsg-1.pgdg+1_arm64.deb
Size: 1169608
SHA256: fd8a4032138f76423bc06f8f34ffc01bd489e1015560e88ee31ad24ee2358bb0
SHA1: 1194e5568a712869804dfb6c54ff1ba5d83701d3
MD5sum: 0e1a78a2c5b7d8570c5e9019b3e128e0
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: 856f87b947e4261b8b83a5d721f481b4d362e0c9 dcb699c4c05ff6a50defd5bebb28414f920f0d8c
Timestamp: 2025-03-19 11:11:20+00

Package: python3-pglast
Source: pglast
Version: 7.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1300
Depends: python3 (<< 3.14), python3 (>= 3.13~), python3-pkg-resources, python3:any, libc6 (>= 2.17), libpg-query1706.0
Suggests: python-pglast-doc
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: python
Filename: pool/main/p/pglast/python3-pglast_7.5-1.pgdg+1_arm64.deb
Size: 294476
SHA256: 81cebced2747af1daeaa84f707a79414d12ef92c06b4514a062d7be66e01a05d
SHA1: 38c3c1ca20aeb4d35e04ad8b7089b2291a304d62
MD5sum: 2184c7906309dfc300c001d81c2b9c97
Description: PostgreSQL Languages AST and statements prettifier (Python 3)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This package installs the library for Python 3.
Timestamp: 2025-03-19 11:11:20+00

Package: python3-pglast-dbgsym
Source: pglast
Version: 7.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1762
Depends: python3-pglast (= 7.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglast/python3-pglast-dbgsym_7.5-1.pgdg+1_arm64.deb
Size: 1740044
SHA256: 27177e5d26d8ab5b868edeb2556597bbb97c4093ca24cdce32573de8d63402c7
SHA1: 417b572f82bbe150cdfd1488d444c8db42b86c4e
MD5sum: a8fafbd3752eab0ff52380bd0b2d1f4d
Description: debug symbols for python3-pglast
Build-Ids: 9bbd657087aaf18650a1d7b7053bda28543b2b70
Timestamp: 2025-03-19 11:11:20+00

Package: python-pglast-doc
Source: pglast
Version: 7.5-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4073
Depends: libjs-sphinxdoc (>= 8.1)
Multi-Arch: foreign
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: doc
Filename: pool/main/p/pglast/python-pglast-doc_7.5-1.pgdg+1_all.deb
Size: 294680
SHA256: aa89f93ff470f032a11f9d0bee5287f280145fa45c3f478b9a087c84ed65e8d0
SHA1: 5e5472d496fb5c9df9ec53ea98d0ece68b3145d7
MD5sum: 3736158c616d2c5aba7216001137e425
Description: PostgreSQL Languages AST and statements prettifier (common documentation)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This is the common documentation package.
Timestamp: 2025-03-19 11:11:20+00

Package: barman
Version: 3.13.1-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 96
Depends: python3-barman (= 3.13.1-1.pgdg+1), python3-pkg-resources, adduser, rsync, python3:any
Recommends: openssh-server, openssh-client, postgresql-client
Suggests: barman-cli, repmgr
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman_3.13.1-1.pgdg+1_all.deb
Size: 61552
SHA256: 5a69668ed8743c5cbe31046a6e5c002ddbee9d2828a7d8244d0adb040b6283d5
SHA1: 6bcb2b62d6ffd850128757bb2581ab38c77b4cff
MD5sum: 2fed346dc73e2a1c744ecb47538def62
Description: Backup and Recovery Manager for PostgreSQL
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by EDB.
 .
 This package provides barman binary.
Timestamp: 2025-03-20 21:09:29+00

Package: barman-cli
Source: barman
Version: 3.13.1-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 59
Depends: python3-barman (= 3.13.1-1.pgdg+1), python3-pkg-resources, rsync, python3:any
Recommends: openssh-client
Suggests: barman-cli-cloud
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli_3.13.1-1.pgdg+1_all.deb
Size: 39528
SHA256: 834e813728f3b12094da5452255e21c88b2dc31c46b979b7a391da92d8ab6961
SHA1: 8246df60af430cb457ace6ec101e4a5da0fa6daf
MD5sum: 83cf891904c81784c13813918e2e92bc
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 organization 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 EDB.
Timestamp: 2025-03-20 21:09:29+00

Package: barman-cli-cloud
Source: barman
Version: 3.13.1-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 45
Depends: python3-barman (= 3.13.1-1.pgdg+1), python3-pkg-resources, rsync, python3:any, python3-boto3
Breaks: barman-cli (<< 2.10-3~~)
Replaces: barman-cli (<< 2.10-3~~)
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli-cloud_3.13.1-1.pgdg+1_all.deb
Size: 24796
SHA256: 3547ccfb742eeacb33451b6422977c4dc5cb0e274acfc23969103bc810f32b7f
SHA1: 336edb0a812c47e7f6f8215e1486f85b6943d177
MD5sum: 920fbbe268e9bc4b947c27c3659bce95
Description: Cloud 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 organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli-cloud package contains cloud client utilities for the
 integration of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by EDB.
Timestamp: 2025-03-20 21:09:29+00

Package: python3-barman
Source: barman
Version: 3.13.1-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1554
Depends: python3-dateutil, python3-psycopg2, python3:any, python3-setuptools
Breaks: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Replaces: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Homepage: https://www.pgbarman.org
Priority: optional
Section: python
Filename: pool/main/b/barman/python3-barman_3.13.1-1.pgdg+1_all.deb
Size: 243572
SHA256: 961bb34fe69a61f0bc30076275dccd92222e850472e45a18b985f3bc2856b4a7
SHA1: 11fc0ed711da0e4568dac80e8ea940ecfe1ac519
MD5sum: c58439b96828912f9478904061ba7cdb
Description: Backup and Recovery Manager for PostgreSQL - Python modules
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by EDB.
 .
 This package provides Python 3 modules only.
Timestamp: 2025-03-20 21:09:29+00

Package: libdbd-pg-perl
Version: 3.18.0-1.pgdg+4
Architecture: arm64
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Installed-Size: 570
Depends: perl (>= 5.40.1-2), perl-dbdabi-94, perlapi-5.40.1, libc6 (>= 2.38), libpq5 (>= 17~~), libdbi-perl, libversion-perl
Homepage: https://metacpan.org/release/DBD-Pg
Priority: optional
Section: perl
Filename: pool/main/libd/libdbd-pg-perl/libdbd-pg-perl_3.18.0-1.pgdg+4_arm64.deb
Size: 203004
SHA256: ff092e19bdcf73513f06452c0fc1296c3c4f624a9faef6a3296271f313ed3ddb
SHA1: 78cad129aa1e9f49f4e5d43362e0d125a870eccd
MD5sum: 83e1986d55d46dab19f5f50b7d166c03
Description: Perl DBI driver for the PostgreSQL database server
 DBD::Pg is a Perl DBI Database Driver module that works with the DBI module to
 provide access to PostgreSQL databases. It enables you to control a PostgreSQL
 database in a Perl script.
Timestamp: 2025-03-23 22:17:34+00

Package: libdbd-pg-perl-dbgsym
Source: libdbd-pg-perl
Version: 3.18.0-1.pgdg+4
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Installed-Size: 242
Depends: libdbd-pg-perl (= 3.18.0-1.pgdg+4)
Priority: optional
Section: debug
Filename: pool/main/libd/libdbd-pg-perl/libdbd-pg-perl-dbgsym_3.18.0-1.pgdg+4_arm64.deb
Size: 222968
SHA256: f307654ef130a65ec090c9b63af3a4977a08a768614d48465e46a1160456f250
SHA1: 742722b0485aba0251563997cbb56b8aa5f31441
MD5sum: 32f0d7236ecfa2433ddc6ca1dcbbd79b
Description: debug symbols for libdbd-pg-perl
Build-Ids: cfcd8534f3987f998c2d6b448e1817a79e1299cb
Timestamp: 2025-03-23 22:17:34+00

Package: postgresql-10-pljava
Source: postgresql-pljava
Version: 1.6.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1380
Depends: default-jre-headless | openjdk-21-jre-headless | java-runtime-headless, postgresql-10, postgresql-pljava-common (>= 1.6.9-1.pgdg+1), libc6 (>= 2.38)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-10-pljava_1.6.9-1.pgdg+1_arm64.deb
Size: 929280
SHA256: 7227f227915986454715bbaf66294598ef461dd034cc87384802cb1ca0fe1f76
SHA1: 407167a9254cf0d4ac559107ec44f0d96138e3cf
MD5sum: 451b86c28d5a8e2299b508be208eb211
Description: Java procedural language for PostgreSQL 10
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-21-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2025-03-23 22:17:34+00

Package: postgresql-10-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 351
Depends: postgresql-10-pljava (= 1.6.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-10-pljava-dbgsym_1.6.9-1.pgdg+1_arm64.deb
Size: 288328
SHA256: cf6e4d4db42f6196b58747cf6db7ce6694debed7071019e2203d9c1277b4f049
SHA1: 70dce252fba8f9b99d72655c4c475bb7e47b790a
MD5sum: d73cd15089ad303bb33d2f1e72b08273
Description: debug symbols for postgresql-10-pljava
Build-Ids: dc0614c8cf45b370a09b80f3eaaa63e342b00809
Timestamp: 2025-03-23 22:17:34+00

Package: postgresql-11-orafce
Source: orafce
Version: 4.14.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 646
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_4.14.3-1.pgdg+1_arm64.deb
Size: 127352
SHA256: 79f555cad97074b683fb426d10450a634269684964fecbc856c315b704d02223
SHA1: b44cdfb2249d1c2cb2ffdee84b080ca02a176fd8
MD5sum: 9bafb3239f7ebc7e21a9df32b08cf582
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-03-23 22:17:34+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 4.14.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 330
Depends: postgresql-11-orafce (= 4.14.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_4.14.3-1.pgdg+1_arm64.deb
Size: 276112
SHA256: da619d611cc9539e1360dc8a5d9ef2f41a0f128f83f2b2f86b6dab58f25f17f3
SHA1: 8528ea2baeed2de0b5eb810e773231d14688b52c
MD5sum: 4aa3eedc3736e7fcdc93ba558e6dbad8
Description: debug symbols for postgresql-11-orafce
Build-Ids: f3ba4bff5c168cfaa6714b95234b33d74a7fd84b
Timestamp: 2025-03-23 22:17:34+00

Package: postgresql-11-pljava
Source: postgresql-pljava
Version: 1.6.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1380
Depends: default-jre-headless | openjdk-21-jre-headless | java-runtime-headless, postgresql-11, postgresql-pljava-common (>= 1.6.9-1.pgdg+1), libc6 (>= 2.38)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-11-pljava_1.6.9-1.pgdg+1_arm64.deb
Size: 928932
SHA256: 8cc88f1186dc5546118b4a814f46f766bb8da4a83fb193a920b2f26581cbcb47
SHA1: b26cd983f200237e58fe4583c35a6650e5cbf2c6
MD5sum: e0e2f1b7ac66f4f08b8defc89fb76b62
Description: Java procedural language for PostgreSQL 11
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-21-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2025-03-23 22:17:34+00

Package: postgresql-11-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 347
Depends: postgresql-11-pljava (= 1.6.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-11-pljava-dbgsym_1.6.9-1.pgdg+1_arm64.deb
Size: 284468
SHA256: 1d17922dd2791ae549a0d1f470608c5d47e8c84804a3d9b6fe69fa685ad77fb9
SHA1: 17a4f2668e64c934b073b90ee8a8e08fd7d08982
MD5sum: c093c1ac6a74ad0cab030f2fc0e771b5
Description: debug symbols for postgresql-11-pljava
Build-Ids: d17219b3ca45ac6466ff1f8e05b9eb628b1f211e
Timestamp: 2025-03-23 22:17:34+00

Package: postgresql-12-orafce
Source: orafce
Version: 4.14.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1241
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_4.14.3-1.pgdg+1_arm64.deb
Size: 377084
SHA256: 37f98ed3c58d2a8f4270da268f53dd6b5df59473d39fbc09b4ac728a24803857
SHA1: ae1fad038f9ed4b12ef5d84e7e76d8b276432a56
MD5sum: 2cd85b7b53aa0c4cc1357405c21107b2
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-03-23 22:17:34+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 4.14.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 333
Depends: postgresql-12-orafce (= 4.14.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_4.14.3-1.pgdg+1_arm64.deb
Size: 280936
SHA256: cf519a4693072c6d56df2e53071ffabf0ea9bcac3dae82c1cdad94377a37be27
SHA1: f86aa26fa355c22bd4e0966cf41fb448cfda15c1
MD5sum: 3290b4c0b41170f94e2234a9621c14c6
Description: debug symbols for postgresql-12-orafce
Build-Ids: 1f320dc652cb721183df20c7c11d8191ee485d64
Timestamp: 2025-03-23 22:17:34+00

Package: postgresql-12-pgtt
Source: pgtt
Version: 4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-12-pgtt_4.1-1.pgdg+1_arm64.deb
Size: 57360
SHA256: 7b798c71c3e131f0d77875870eb14d1cfd5baa0726eced9788f527dc14933e9e
SHA1: 4e34c1aa18a755a44ad339fa5fc63da9e14de695
MD5sum: 2a3b0d80095c2dab9bf17a577d193de7
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2025-03-23 22:17:34+00

Package: postgresql-12-pgtt-dbgsym
Source: pgtt
Version: 4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-12-pgtt (= 4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-12-pgtt-dbgsym_4.1-1.pgdg+1_arm64.deb
Size: 69752
SHA256: af6e198b650eb2c3f928e05edb2db5f3e2f5919fbf94ceb10d06c513075d8e77
SHA1: f50acc1e8e861b6b007acf1ca1737be7be77d60e
MD5sum: b962eab7c3cd25661cd7c4d492e4cabc
Description: debug symbols for postgresql-12-pgtt
Build-Ids: 283e104b561bf9745bcba685feb1636b3dea01aa
Timestamp: 2025-03-23 22:17:34+00

Package: postgresql-12-pljava
Source: postgresql-pljava
Version: 1.6.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1380
Depends: default-jre-headless | openjdk-21-jre-headless | java-runtime-headless, postgresql-12, postgresql-pljava-common (>= 1.6.9-1.pgdg+1), libc6 (>= 2.38)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-12-pljava_1.6.9-1.pgdg+1_arm64.deb
Size: 929140
SHA256: e22ae79153a46d7ff7a1f2208126de69b0c554a210d9ffc1fc39a281030855c9
SHA1: a6ea7e5884b54d6917750a4a2b286f5843641a03
MD5sum: 7d9ebe07419c7d442f9caac4a3405f89
Description: Java procedural language for PostgreSQL 12
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-21-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2025-03-23 22:17:34+00

Package: postgresql-12-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 355
Depends: postgresql-12-pljava (= 1.6.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-12-pljava-dbgsym_1.6.9-1.pgdg+1_arm64.deb
Size: 293092
SHA256: 6f7ecd186cfaf35e0c7df5baca2e9e64f03f6ad712c46b4401c5571b6652a71b
SHA1: 7d9b37a53ad6078ff73206f1a670977d0ad8431d
MD5sum: cddc70e2c2bdbf4f88c6c2585906f8c0
Description: debug symbols for postgresql-12-pljava
Build-Ids: 842a662f7db216945f4fe88865ca7473f42a0460
Timestamp: 2025-03-23 22:17:34+00

Package: postgresql-13-orafce
Source: orafce
Version: 4.14.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1238
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_4.14.3-1.pgdg+1_arm64.deb
Size: 376372
SHA256: 09e9c3ce556ba56d681f1746dc8147e7d41edf71c2acff364309a9a5543d3dd4
SHA1: 807c3d5defb1a7a4d44f8c72f2de3ed0fa950cb4
MD5sum: f0955e0c4d74b2dc96f311141d8ad9cb
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-03-23 22:17:34+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 4.14.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 338
Depends: postgresql-13-orafce (= 4.14.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_4.14.3-1.pgdg+1_arm64.deb
Size: 286448
SHA256: 0b5c0d00127433267ac0aed63fdd39c920787e37d8444eaee4e7678cbbbfcd36
SHA1: a659a1168bae93f8fb8e9008d8c5968b7d58dab8
MD5sum: f3b3ef11bc6f3e3d3b980f94e2e7837e
Description: debug symbols for postgresql-13-orafce
Build-Ids: 5d596c16d593c9702866d5dda01a93260230435d
Timestamp: 2025-03-23 22:17:34+00

Package: postgresql-13-pgtt
Source: pgtt
Version: 4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-13-pgtt_4.1-1.pgdg+1_arm64.deb
Size: 59024
SHA256: 8d0833328c98924d7b8ec3aa2d91f7b4daeb172e15cb1d8c6b1166282638eab5
SHA1: 7f274aac3d909880830139c8b97712efbd2afea7
MD5sum: a6f681c04371c92ed81b20c411f3e2b9
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2025-03-23 22:17:34+00

Package: postgresql-13-pgtt-dbgsym
Source: pgtt
Version: 4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 91
Depends: postgresql-13-pgtt (= 4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-13-pgtt-dbgsym_4.1-1.pgdg+1_arm64.deb
Size: 75056
SHA256: 338d277d12e68469e3ff10dda88fa684b1beb0755fefec6f2f7e9e33ba9662f9
SHA1: 0f83eb0142c2adee9dcc0c0069c30e74be7a4c61
MD5sum: f2963abebe969477de66b623a568b89f
Description: debug symbols for postgresql-13-pgtt
Build-Ids: b0595501c156d3ea345d4e1f3d3dcb4fe17f13be
Timestamp: 2025-03-23 22:17:34+00

Package: postgresql-13-pljava
Source: postgresql-pljava
Version: 1.6.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1380
Depends: default-jre-headless | openjdk-21-jre-headless | java-runtime-headless, postgresql-13, postgresql-pljava-common (>= 1.6.9-1.pgdg+1), libc6 (>= 2.38)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-13-pljava_1.6.9-1.pgdg+1_arm64.deb
Size: 928888
SHA256: 363afe13dc1341af7f245498d4feab7d6fd43c8821a1416a86d4f703d085ab35
SHA1: 5494376c741d8bd31ee4723021cef57b5622e177
MD5sum: 70e376f32341105809ca3f379462badf
Description: Java procedural language for PostgreSQL 13
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-21-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2025-03-23 22:17:34+00

Package: postgresql-13-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 362
Depends: postgresql-13-pljava (= 1.6.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-13-pljava-dbgsym_1.6.9-1.pgdg+1_arm64.deb
Size: 300040
SHA256: f55e7c5cc8558ae5646c713899b56ff9dd420ceecdf46525f8df531ffd883464
SHA1: e5c8289c6cf401d5e3d0602a65de2badc750d659
MD5sum: ca44840339e79c13e9d94c97991cd274
Description: debug symbols for postgresql-13-pljava
Build-Ids: b95bd70ec53997950ecc83f08c4e16f67423a08a
Timestamp: 2025-03-23 22:17:34+00

Package: postgresql-14-orafce
Source: orafce
Version: 4.14.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1248
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_4.14.3-1.pgdg+1_arm64.deb
Size: 377196
SHA256: 988115d1ad2b4321a9d27c3b2b50fc300f72fe6a58e9128594e7c1d823e1b38a
SHA1: 31fda08d4462b6d6df1dd204d8b3eaae301204ed
MD5sum: 2e801d97556e1258970462b7d68b7c25
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-03-23 22:17:34+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 4.14.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 344
Depends: postgresql-14-orafce (= 4.14.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_4.14.3-1.pgdg+1_arm64.deb
Size: 292660
SHA256: e35414254cb5613ce19ba3b27562f8c6483c7103dca327b43cf9c8959c6b9f21
SHA1: 1aef3a6046744471da5e3e5155643f4b26e92e00
MD5sum: 56da998bf7c43a9136061bc245ad4aee
Description: debug symbols for postgresql-14-orafce
Build-Ids: 834036513c67da8cffbb57d3ba8e6af2a0442bb0
Timestamp: 2025-03-23 22:17:34+00

Package: postgresql-14-pgtt
Source: pgtt
Version: 4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-14-pgtt_4.1-1.pgdg+1_arm64.deb
Size: 59532
SHA256: c0a44e95a4d7ccdbb938c3c5c24d53b2a0dcd51989341a67c802a11e56a6f8b0
SHA1: 6a8af9339912e4f7c4b33c89593bf00a02f90327
MD5sum: 32e50cf963fdfd241e791ab00b7ade6a
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2025-03-23 22:17:34+00

Package: postgresql-14-pgtt-dbgsym
Source: pgtt
Version: 4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-14-pgtt (= 4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-14-pgtt-dbgsym_4.1-1.pgdg+1_arm64.deb
Size: 78292
SHA256: 3d85f079fdd9bed24f2630bafdf309911cfc9416b59ef7bb33ca3e1ff383001f
SHA1: 09f83a3d5c7de097a7b3e3fe3ef63af81084e76a
MD5sum: 941f98c53d949068d7124a5d39cd39de
Description: debug symbols for postgresql-14-pgtt
Build-Ids: 23b54f4ce6040a285dfa163000157812a8ffc575
Timestamp: 2025-03-23 22:17:34+00

Package: postgresql-14-pljava
Source: postgresql-pljava
Version: 1.6.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1380
Depends: default-jre-headless | openjdk-21-jre-headless | java-runtime-headless, postgresql-14, postgresql-pljava-common (>= 1.6.9-1.pgdg+1), libc6 (>= 2.38)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-14-pljava_1.6.9-1.pgdg+1_arm64.deb
Size: 929168
SHA256: 4f6d644b4922f5c84c57d82a2217530c39e9213a875ac9a425124dd3b589351b
SHA1: e055798495bdc47ca4f09619f0ea921c85865060
MD5sum: 7ac9db2e6b4ee9746a6ee66ad1fb18e2
Description: Java procedural language for PostgreSQL 14
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-21-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2025-03-23 22:17:34+00

Package: postgresql-14-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 363
Depends: postgresql-14-pljava (= 1.6.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-14-pljava-dbgsym_1.6.9-1.pgdg+1_arm64.deb
Size: 301404
SHA256: 1bd344e263fb31b5d55b948c2b645352de0b28b037cc26929d2978de11a2a43d
SHA1: 287bf2291b15539dcbc0c5b61f2f565f743ab3fa
MD5sum: 6e978608eb748b394ee8da31308b54e3
Description: debug symbols for postgresql-14-pljava
Build-Ids: 9ac7964e6953778407135646c2c8d00c039f9e79
Timestamp: 2025-03-23 22:17:34+00

Package: postgresql-15-orafce
Source: orafce
Version: 4.14.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1244
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-15-orafce_4.14.3-1.pgdg+1_arm64.deb
Size: 374440
SHA256: cbccaa4a1b2dbd3648066ae98c819f8c163f7b6834ab162416672fcaecc615c3
SHA1: 72e3b12fc1ea807dbeabd82aba01fd42aa657276
MD5sum: b7ce36f277f3b5c60090105b3895c992
Description: Oracle support functions for PostgreSQL 15
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-03-23 22:17:34+00

Package: postgresql-15-orafce-dbgsym
Source: orafce
Version: 4.14.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 346
Depends: postgresql-15-orafce (= 4.14.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-15-orafce-dbgsym_4.14.3-1.pgdg+1_arm64.deb
Size: 295188
SHA256: 2ff5b5816f9d804e9e169fb8cebf169990439d286e5e8f3214689195005cc217
SHA1: d36ea4ffda1a571b0b73c9b26baee80285311944
MD5sum: f9268924bc01e7fb37fc961555aa111f
Description: debug symbols for postgresql-15-orafce
Build-Ids: c0d5545242dd102e5acd565e50ad6125864ede97
Timestamp: 2025-03-23 22:17:34+00

Package: postgresql-15-pgtt
Source: pgtt
Version: 4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-15-pgtt_4.1-1.pgdg+1_arm64.deb
Size: 59828
SHA256: 7415ae31919fdd7e5b218d39a09bfdc64d8249e30ff7855e8e0423581142e904
SHA1: e1b5c43c5f88cde00f51c4fab90b3d9efa5632ec
MD5sum: 512ec9a3fe194e6e75f9b503b74a2e7f
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2025-03-23 22:17:34+00

Package: postgresql-15-pgtt-dbgsym
Source: pgtt
Version: 4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-15-pgtt (= 4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-15-pgtt-dbgsym_4.1-1.pgdg+1_arm64.deb
Size: 79300
SHA256: a7312a506dd95df21640b380ac901a3ca05357ff1326ee0d0aabf055ecbe3114
SHA1: ec75884b041cb6ee36bb4ff48ee898792f19e965
MD5sum: fa3a2179a4a3f20de1228d5934d8dfb5
Description: debug symbols for postgresql-15-pgtt
Build-Ids: eb4226ae3aab3f18b7bb7e63ced28a455e1d7941
Timestamp: 2025-03-23 22:17:34+00

Package: postgresql-15-pljava
Source: postgresql-pljava
Version: 1.6.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1380
Depends: default-jre-headless | openjdk-21-jre-headless | java-runtime-headless, postgresql-15, postgresql-pljava-common (>= 1.6.9-1.pgdg+1), libc6 (>= 2.38)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-15-pljava_1.6.9-1.pgdg+1_arm64.deb
Size: 929056
SHA256: b3a993c66285b9ddc11f132929145e1f4e9247f59d4c8dd9354cd0b153b30e8d
SHA1: 7c24dcb11f6c1829338d3ca9db74765a913a5c8c
MD5sum: 3b559d2ef18d9b1edf404c3232c3a77a
Description: Java procedural language for PostgreSQL 15
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-21-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2025-03-23 22:17:34+00

Package: postgresql-15-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 365
Depends: postgresql-15-pljava (= 1.6.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-15-pljava-dbgsym_1.6.9-1.pgdg+1_arm64.deb
Size: 302416
SHA256: 76297d3fb4a282e1ab46499166ba6435b58fdce58a6f862f9f7179adc24bbe95
SHA1: 4fe3b017af772abce81f1f306ca02e324ee94135
MD5sum: 5582f8a9d3d154ca8726ace8ebc3174b
Description: debug symbols for postgresql-15-pljava
Build-Ids: 96ead3936cfe86d28cb7f9324ccc6ca4c0c98294
Timestamp: 2025-03-23 22:17:34+00

Package: postgresql-16-orafce
Source: orafce
Version: 4.14.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1241
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-16-orafce_4.14.3-1.pgdg+1_arm64.deb
Size: 370320
SHA256: b8e689726851a57b4064a64238406a304ef422a0145215cb7e89346d6e9e17a4
SHA1: a4353de8db5557296afe586e0a59df2d546db691
MD5sum: 4eef2aadd4aa3821c19546fdbe889e52
Description: Oracle support functions for PostgreSQL 16
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-03-23 22:17:34+00

Package: postgresql-16-orafce-dbgsym
Source: orafce
Version: 4.14.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 363
Depends: postgresql-16-orafce (= 4.14.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-16-orafce-dbgsym_4.14.3-1.pgdg+1_arm64.deb
Size: 311444
SHA256: 3fc1a3918afca21b8d36d85c5c23f35d73f3e805425a2bee813d77480cafaf3f
SHA1: 07c8f2b48adfe4af9695c2f590e95805ec296bd3
MD5sum: df9b3476375c6ffa201f2a848d88f200
Description: debug symbols for postgresql-16-orafce
Build-Ids: d29d6209ceb399e6e41761aedc863db28cc7811c
Timestamp: 2025-03-23 22:17:34+00

Package: postgresql-16-pgtt
Source: pgtt
Version: 4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-16-pgtt_4.1-1.pgdg+1_arm64.deb
Size: 59604
SHA256: ff6f906ea89ca2cf49b44209a1f3f7b148707f94cb15b9882ed8a711eeec9d4b
SHA1: 0a937cd64bdf39a857f172f6e20e8840bb6ba626
MD5sum: 10919916cc6433f6a3a3bfab62308a14
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2025-03-23 22:17:34+00

Package: postgresql-16-pgtt-dbgsym
Source: pgtt
Version: 4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-16-pgtt (= 4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-16-pgtt-dbgsym_4.1-1.pgdg+1_arm64.deb
Size: 80668
SHA256: 78f2cd3a51f0b9f137b7081e4368ca1f3c27437636ac2dfdc386cfd4dac6952a
SHA1: 38942ce3137add39f420856444642a40ae9c9b92
MD5sum: f56c19f0436eebb377ecd88c23b49dc7
Description: debug symbols for postgresql-16-pgtt
Build-Ids: 10eb640934a6a3038616d3eb4e41f79d921291bf
Timestamp: 2025-03-23 22:17:34+00

Package: postgresql-16-pljava
Source: postgresql-pljava
Version: 1.6.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1380
Depends: default-jre-headless | openjdk-21-jre-headless | java-runtime-headless, postgresql-16, postgresql-pljava-common (>= 1.6.9-1.pgdg+1), libc6 (>= 2.38)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-16-pljava_1.6.9-1.pgdg+1_arm64.deb
Size: 928492
SHA256: 5cacf32935d256f0fd8701680dc10f432c52464a6972b34ee7de35c995faaa8a
SHA1: b439a7e9395d2346ec47511c7dd48802d006a579
MD5sum: 4ce13fb133603ba74a10485b907a00d5
Description: Java procedural language for PostgreSQL 16
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-21-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2025-03-23 22:17:34+00

Package: postgresql-16-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 374
Depends: postgresql-16-pljava (= 1.6.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-16-pljava-dbgsym_1.6.9-1.pgdg+1_arm64.deb
Size: 308908
SHA256: c3d352b91bbf27d4ef11bf61bf0288b13a8ca1aaa8e7bca1f1c367a5bbc86f4c
SHA1: 98a855fe6cc30733b3352bad3b17bc38a71a941c
MD5sum: 8f682d877b3612b6a0a429ff37308e05
Description: debug symbols for postgresql-16-pljava
Build-Ids: 930d7e91a73da29a0a27b6041d394a8214a37336
Timestamp: 2025-03-23 22:17:34+00

Package: postgresql-17-orafce
Source: orafce
Version: 4.14.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1241
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-17-orafce_4.14.3-1.pgdg+1_arm64.deb
Size: 370228
SHA256: 0f788c3d897ae09c2ce5d721a2ec483f7be0f7e611da837da84b571fbbb814af
SHA1: 1bf0bfc04a90a3e4b8dd73bd83b8da448c7d9924
MD5sum: 855baeb7da30fdd871e15a2b6d4e3c1d
Description: Oracle support functions for PostgreSQL 17
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-03-23 22:17:34+00

Package: postgresql-17-orafce-dbgsym
Source: orafce
Version: 4.14.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 368
Depends: postgresql-17-orafce (= 4.14.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-17-orafce-dbgsym_4.14.3-1.pgdg+1_arm64.deb
Size: 316080
SHA256: a65ebb714112ac8c1a0340e0570aad058d0e54e3344e8581b8146caea696e717
SHA1: acddf9b44286534b082425eac9d564f02fdc6e2c
MD5sum: d67da3289e1f73004d1be028fbde879b
Description: debug symbols for postgresql-17-orafce
Build-Ids: 0bff1589150cbb2d5a3116e2e845e28c5c11967b
Timestamp: 2025-03-23 22:17:34+00

Package: postgresql-17-pgtt
Source: pgtt
Version: 4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-17-pgtt_4.1-1.pgdg+1_arm64.deb
Size: 59540
SHA256: c43dd7de5c76a822e84aef486c0e555d557434864eb5361be410e5f8b9452d87
SHA1: 519d78e277d27756dfe2faa3282a8bcc131b31f6
MD5sum: 77c07a90df722514f3811b09f95e8eab
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2025-03-23 22:17:34+00

Package: postgresql-17-pgtt-dbgsym
Source: pgtt
Version: 4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-17-pgtt (= 4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-17-pgtt-dbgsym_4.1-1.pgdg+1_arm64.deb
Size: 82216
SHA256: 42f26d65ecc76a81ae596303102bb571b14553ef4b15b24af37703c9031c0ba2
SHA1: 3031a7a89828750791bd21648bf1b55165feb134
MD5sum: 19929d448b2f01755f8a0b49565bfdb0
Description: debug symbols for postgresql-17-pgtt
Build-Ids: 7e4027d3b32410ef55c69a80d9c07d03c178686d
Timestamp: 2025-03-23 22:17:34+00

Package: postgresql-17-pljava
Source: postgresql-pljava
Version: 1.6.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1380
Depends: default-jre-headless | openjdk-21-jre-headless | java-runtime-headless, postgresql-17, postgresql-pljava-common (>= 1.6.9-1.pgdg+1), libc6 (>= 2.38)
Provides: postgresql-pljava
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-17-pljava_1.6.9-1.pgdg+1_arm64.deb
Size: 928540
SHA256: 779e681cdcc692510fb7e6df26ad2a7cb1036dfe43e7ef3fb9821442026cab08
SHA1: 99841b6b02bce63f4f3423b2d38bbe0c8dd6cb42
MD5sum: 9742fea9eb846ff926a318fd75e26fdb
Description: Java procedural language for PostgreSQL 17
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package has been configured to use libjvm.so from openjdk-21-jre-headless
 by default. Other Java versions can be selected at runtime.
Timestamp: 2025-03-23 22:17:34+00

Package: postgresql-17-pljava-dbgsym
Source: postgresql-pljava
Version: 1.6.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 374
Depends: postgresql-17-pljava (= 1.6.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pljava/postgresql-17-pljava-dbgsym_1.6.9-1.pgdg+1_arm64.deb
Size: 310244
SHA256: 89beefbc593adbf6ff4e50e315586c7f4a86d42a783c4bf01252ca75987d662f
SHA1: 1aa880aacacb6fc22ceb51fdb52e639fb290ffaa
MD5sum: f4a9837ddea7afca9ebc5d74bf9be342
Description: debug symbols for postgresql-17-pljava
Build-Ids: f408ae6ec8a611644ae90115bdb6b66852a576bd
Timestamp: 2025-03-23 22:17:34+00

Package: postgresql-pljava-common
Source: postgresql-pljava
Version: 1.6.9-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 20
Homepage: https://tada.github.io/pljava/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pljava/postgresql-pljava-common_1.6.9-1.pgdg+1_all.deb
Size: 6536
SHA256: 8a69885b57ea28055e4db7e948c984248735eb619109b175e87f9918cae9536b
SHA1: ad416d0c7b12155b69cac6e6f72483a106ae01d8
MD5sum: 3fe09ccd232a8f2f8551c49bfdb307d2
Description: Java procedural language for PostgreSQL, config files
 PL/Java is a loadable procedural language for the PostgreSQL database
 system that enables the use of the Java language for creating functions
 and trigger procedures.
 .
 This package contains the pljava.policy config file.
Timestamp: 2025-03-23 22:17:34+00

Package: powa-collector
Version: 1.3.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: adduser, python3-psycopg2, python3:any
Suggests: postgresql-powa, powa-web
Homepage: https://github.com/powa-team/powa-collector
Priority: optional
Section: database
Filename: pool/main/p/powa-collector/powa-collector_1.3.1-1.pgdg+1_all.deb
Size: 23732
SHA256: 81e2c139171a646896dbf105368d88462386d382e9d6d335e89a5cef6c215f3d
SHA1: d87002d4d9ceb510cf2ea413ffed8bec4ef421dd
MD5sum: 3054611f32e273475e92e126ae0a5da0
Description: PoWA collector daemon for remote snapshots
 This repository contains the powa-collector tool, a simple multi-threaded
 python program that performs the snapshots for all the remote servers
 configured in a powa repository database (in the powa_servers table).
 .
 Related packages:
  * powa-web: web frontend
  * postgresql-powa (postgresql-NN-powa): archivist collecting statistics
Timestamp: 2025-03-26 15:41:18+00

Package: libecpg6-dbgsym
Source: postgresql-11
Version: 11.22-9.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libecpg6 (= 11.22-9.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg6-dbgsym_11.22-9.pgdg+2_arm64.deb
Size: 93208
SHA256: e5a585e77df287583688a1439f3d93a5411d3265d04528d035a797c6982b148c
SHA1: d720d4bb0e33cf846ceca0ac64ea11d434aba292
MD5sum: 6b3b32f42a3b3d6165ab80b4734ad0cc
Description: debug symbols for libecpg6
Build-Ids: 265530b64c20def466c632f7eccce215e9542aa8
Timestamp: 2025-04-07 12:25:17+00

Package: libpg-query1706.0
Source: libpg-query
Version: 17-6.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3207
Depends: libc6 (>= 2.34)
Multi-Arch: same
Homepage: https://github.com/pganalyze/libpg_query
Priority: optional
Section: libs
Filename: pool/main/libp/libpg-query/libpg-query1706.0_17-6.1.0-1.pgdg+1_arm64.deb
Size: 555992
SHA256: 78d687b47b48b174fe7fffdb632231f770f2976e5d56e15a1f94bd7f7bbe21f8
SHA1: 2b4c4e610371fbd153412d458da0a39a5c5b3a12
MD5sum: ebf37e9299bd7514296a5b55c51a09de
Description: C library for accessing the PostgreSQL parser outside of the server environment
 This library uses the actual PostgreSQL server source to parse SQL queries and
 return the internal PostgreSQL parse tree.
Timestamp: 2025-04-03 15:54:53+00

Package: libpg-query1706.0-dbgsym
Source: libpg-query
Version: 17-6.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2478
Depends: libpg-query1706.0 (= 17-6.1.0-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libp/libpg-query/libpg-query1706.0-dbgsym_17-6.1.0-1.pgdg+1_arm64.deb
Size: 2208212
SHA256: 3c3f2a6b3eccabdf8c36a801f7a0f11a354ae1fa5d4e62a8869b3c876019ce47
SHA1: 355ed3db9885efe15ef95d834e5eb4effb4f636b
MD5sum: f8b4e48fda7e757e37f53371ed0b6faf
Description: debug symbols for libpg-query1706.0
Build-Ids: 5d2a4ec98df0df3aa111319ead91f282c95ba3c8
Timestamp: 2025-04-03 15:54:53+00

Package: libpg-query-dev
Source: libpg-query
Version: 17-6.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9301
Depends: libpg-query1706.0 (= 17-6.1.0-1.pgdg+1)
Multi-Arch: same
Homepage: https://github.com/pganalyze/libpg_query
Priority: optional
Section: libdevel
Filename: pool/main/libp/libpg-query/libpg-query-dev_17-6.1.0-1.pgdg+1_arm64.deb
Size: 1330812
SHA256: b57f243ff6a76db1114fed67215c880a1d25b3b094862b8f31ee35ada2125cae
SHA1: cc3fd7cc272f0fe71845828120727415c27702a3
MD5sum: d55c535358e22285677699414624b033
Description: C library for accessing the PostgreSQL parser outside of the server environment
 This library uses the actual PostgreSQL server source to parse SQL queries and
 return the internal PostgreSQL parse tree.
Timestamp: 2025-04-03 15:54:53+00

Package: librdkit1t64
Source: rdkit
Version: 202409.6-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 24468
Depends: libboost-iostreams1.83.0 (>= 1.83.0), libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py313, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.38), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.2), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 3.3), libinchi1.07 (>= 1.07.3+dfsg), libmaeparser1 (>= 1.3.1), libstdc++6 (>= 14)
Breaks: librdkit1 (<< 202409.6-2.pgdg+1)
Replaces: librdkit1
Provides: librdkit1 (= 202409.6-2.pgdg+1)
Homepage: http://www.rdkit.org
Priority: optional
Section: libs
Filename: pool/main/r/rdkit/librdkit1t64_202409.6-2.pgdg+1_arm64.deb
Size: 4816792
SHA256: af2a901226eb2944c44f97cd30b8c5ce2044affc8723458c80ae688c4f5315b2
SHA1: 95424bdd84f02b388151c90dc676cf44cb829d01
MD5sum: fa1fa22edd98ff683caf382ff15fc05d
Description: Collection of cheminformatics and machine-learning software (shared libraries)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the shared libraries.
Timestamp: 2025-04-03 15:54:53+00

Package: librdkit1t64-dbgsym
Source: rdkit
Version: 202409.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 118777
Depends: librdkit1t64 (= 202409.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/librdkit1t64-dbgsym_202409.6-2.pgdg+1_arm64.deb
Size: 115926168
SHA256: 79808bbab63cc3ba4eb0b68e5c26a5f2c2b33c892d0c3722435ec07a0cb9c8fc
SHA1: 8ea1223e46c1d8ce58b5c4cc8d3da33556a1959e
MD5sum: 33fdcbd03ae697e734645955da617349
Description: debug symbols for librdkit1t64
Build-Ids: 026ecdfe5cc852e13c8bea0804bd52d9cc1a3050 03880987a0affe960571950ac86364ab146febbe 04d92697138bce496bf17c05597947bcb2c5aafd 0b956bf352d8c49d518dbb649d74a9e170b00b32 110a664c7239078ff45fdba943939de10d4c6594 1759d0583a98ffc94cc9ed11852f7b2c711a3c41 18e89681d9d6f88adeef8118ba055d8152b0b778 1a05665421dd442bf6727cc83f34e8ba9a112a4f 212e341ac75c654f3813b8c7a189491960443b28 21ce32c7686b7117bd23922e2c9664072b9636ca 26fb97ad60cdb698543c122baec9c925e87480ac 2e841aca075cef06b7083ab5cfef78b45eeb2b9e 32ff597904b7e774b3c6989c40dacab257f5c908 34104e472336b52fe002f780ce5a73aee0496892 397df04b486efd239228e62687d30701259e1234 3db000c0e0f3019a22e3efe5aebcd2c668ca5961 3dd930feac36693d3d0abb4fe153b7887195d33b 48e3512fbdd28dc2a5d4f7b0125275daa1b72b67 5d34dd18a53a75db7a8dc21ea59401937e8ad221 68c81f16384a4aed70a7322ee12835d4373e5960 6930df78498ee0e3638c4b4d373823d368d6f890 6ce7e43f10161995ff817f1542ec7d332e98c6ec 71cdeb2de8ad479b563580f078f355771992ce18 7312438a176ed7afa7e243419ec0960836249620 7afb296d454e08528aa06c45b64e25918199c315 81a3b4ef119bd5413d307d985e8439c39c77970f 838026786eba6e570d40679743476c7938084e9b 8944906bd1951648ae9119846b989123c9a8c97b 8b8281f5b86821310b6dde4aee246b45795efc51 8c0330b6753453492cf3c7b433191a917aa81190 8caca23f0f46f79e7222cb67a812a104da1e63f0 911e812c0f3579216f38b86ec058e2835bc968ae 91344d8114d22d3bd1831010f0206547d08a5bda 97c279f76abd935bc7bbb2609cbe83827c46556a 98d53376554cbe5e4d78027338a04ab1c7b983ac 9924de7766b110b63f0db178e60ac76c8d692b9a 9b43bd259029fe80c0757516a97e1b338e1c9679 9c1d7bf025681d923b229d0e12bfe173d8e1eaca 9c7a73e11435085bc4481916f8369c4fb5ccefca a185bd926092ca27b892e939476efc1357411d2c a7c023fef76953354eeb53fe90db6818a3d8ed60 a94025b5b10512dffabad9710a71f80a7272013c aa9abb1c0c087b0cd0012ccc820af8e0db5b8d04 acc7a71e327a8275141e9bc947e02405f38f67d2 acce78f011381472ad64f233d08cc315715092fb ad053178090b0ae11b17e28f25d7b90dbcbf49d9 b0cec5ca22739bfdbd3b35148922659ec9490da4 b49d45c538ca7d9ff666652f0fcaf936ae8f1f1b b542fb0d708dffa8cf58f727bde00accfe420ded c04a8e6b5169df0058ca15952d129446c7e4d711 c5bbca33e398b901762a80fb61217d976229ada4 c5c8827250255d1c06e75bd12c8e293ace74fadb c6412e4c3a25663747ca755cbed972b889d590c6 d3ef1589e86036ae721f053d695813eedcbdbe18 d4c52c814a8383a3edccacfcaaa3640c0e90db4c d641267aee47a8b9a6b10d9aacbf16eaf75fa9d9 daf960bc91b7da9d22c8658fc366e688a1d5b1f1 dc897579bf16ce3b22928b4ab3500b8ada9c37e6 eb71e730059999880b637149263460a1e0ee17c3 edd6abfcf72898f6df05bdfb3c3f158e2927f2dd fe6608b985cf48fb628f77ad4ae29c750b3f2707 fffbc01cab5a3e5201203aa1a942ed22ce60688f
Timestamp: 2025-04-03 15:54:53+00

Package: librdkit-dev
Source: rdkit
Version: 202409.6-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 2670
Depends: librdkit1t64 (= 202409.6-2.pgdg+1)
Homepage: http://www.rdkit.org
Priority: optional
Section: libdevel
Filename: pool/main/r/rdkit/librdkit-dev_202409.6-2.pgdg+1_arm64.deb
Size: 475036
SHA256: 2220396c667c0786bbc573ad87c6d35cd91a786106013d263bdd7cff21059996
SHA1: 992e65f60f1ac2a3d25c5db6825fbaef4fcaf2c3
MD5sum: 243c51103220b91dec7f63dd0c45281c
Description: Collection of cheminformatics and machine-learning software (development files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the header files.
Timestamp: 2025-04-03 15:54:53+00

Package: pg-auto-failover-cli
Source: pg-auto-failover
Version: 2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1091
Depends: openssl, libc6 (>= 2.38), libncurses6 (>= 6), libpq5 (>= 9.1~), libtinfo6 (>= 6)
Recommends: postgresql-11-auto-failover | postgresql-12-auto-failover | postgresql-13-auto-failover | postgresql-14-auto-failover | postgresql-15-auto-failover | postgresql-16-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/pg-auto-failover-cli_2.2-1.pgdg+1_arm64.deb
Size: 433648
SHA256: 4b09d2f34fe953a37868c4b77e3f85e1a705de9a7beb31ac0233847474eedb91
SHA1: 98af34e22fe31da34d9560ac2423ffba2b4850e4
MD5sum: 5a55dc762ea4af107d61aa77f89073d7
Description: Command line interface and service to manage pg auto failover Clusters
 This CLI is used to manage pg_auto_failover installations to provide High
 Availability to Postgres.
Timestamp: 2025-04-03 15:54:53+00

Package: pg-auto-failover-cli-dbgsym
Source: pg-auto-failover
Version: 2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1404
Depends: pg-auto-failover-cli (= 2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/pg-auto-failover-cli-dbgsym_2.2-1.pgdg+1_arm64.deb
Size: 561456
SHA256: f2d87bcd34930feb49bcd7bf2120cea425202edb5f351beb4a3328ea15101913
SHA1: 13745cc3270e1060e6bcec968b1e896353eebd4f
MD5sum: 58a70026a1ef08e0dd3b199124701cd5
Description: debug symbols for pg-auto-failover-cli
Build-Ids: 776ddad19a88476f617fc972314000cd1a9b29da
Timestamp: 2025-04-03 15:54:53+00

Package: postgresql-10-rdkit
Source: rdkit
Version: 202409.6-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 660
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.6), libstdc++6 (>= 13.1), postgresql-10
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-10-rdkit_202409.6-2.pgdg+1_arm64.deb
Size: 243612
SHA256: 5bd1557b5fc2228ddd9a5ee5be501e556bb4e930d760fb83b71f1d8447b2f953
SHA1: 1dbea9bb951cc226b229dc4802ccecca2dde53ed
MD5sum: 63bd5e230bf7ff7f96f98e3983151359
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-04-03 15:54:53+00

Package: postgresql-10-rdkit-dbgsym
Source: rdkit
Version: 202409.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1205
Depends: postgresql-10-rdkit (= 202409.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-10-rdkit-dbgsym_202409.6-2.pgdg+1_arm64.deb
Size: 1141900
SHA256: 790cc570a1fad8fb4f2e671d3a925f1f4f538966e00acf328ec50975e74e9e47
SHA1: ab3bc7fce9eb41cdca13e086f07a4933fbc8ce65
MD5sum: 1bee2d0bc7b3242d6af49c83082de2a7
Description: debug symbols for postgresql-10-rdkit
Build-Ids: 94004deb77ebd1bec4522744eb760f72391805e6
Timestamp: 2025-04-03 15:54:53+00

Package: postgresql-11-auto-failover
Source: pg-auto-failover
Version: 2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 287
Depends: pg-auto-failover-cli (>= 2.2-1.pgdg+1), postgresql-11, libc6 (>= 2.38), libpq5 (>= 8.4~)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-11-auto-failover_2.2-1.pgdg+1_arm64.deb
Size: 57332
SHA256: 7bdefa5e8d4b37d8f7bbaae854112cb92aa60bbb4adea00db387b5e9a26a3128
SHA1: 9ddefc9a009a591aab029aef316bbd226b3c52cd
MD5sum: c5342aa03cfd479f011eda3e30f3f2a0
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2025-04-03 15:54:53+00

Package: postgresql-11-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 153
Depends: postgresql-11-auto-failover (= 2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-11-auto-failover-dbgsym_2.2-1.pgdg+1_arm64.deb
Size: 128480
SHA256: 39e338521a1879da14b25a0ba40b0e95f476e59d9077774266492f5ded035cd5
SHA1: 4ebe154283d07dbd7d500f71f529b71d69f30f0e
MD5sum: 5cfe8a9395d073c2cb36a572ac78bccc
Description: debug symbols for postgresql-11-auto-failover
Build-Ids: 550c63b1e37f2bef7312c253020f7359d6713594
Timestamp: 2025-04-03 15:54:53+00

Package: postgresql-11-rdkit
Source: rdkit
Version: 202409.6-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 660
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.6), libstdc++6 (>= 13.1), postgresql-11
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-11-rdkit_202409.6-2.pgdg+1_arm64.deb
Size: 243144
SHA256: a685b86eb63f2fb1ad1ddd001245a5be55abe986d09fefa0909ee74e24881a60
SHA1: 23cff971c4bbbe33d0a377832a112be1f13c2a96
MD5sum: 72b2ec429c67a3c41a317b1ee64953c4
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-04-03 15:54:53+00

Package: postgresql-11-rdkit-dbgsym
Source: rdkit
Version: 202409.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1205
Depends: postgresql-11-rdkit (= 202409.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-11-rdkit-dbgsym_202409.6-2.pgdg+1_arm64.deb
Size: 1142316
SHA256: 3007deaefefa18d9c41394ad1dc69b05c06612447935ae73e29b993264866393
SHA1: 3e078d228ebbd32b181f3c254fcc3ff35b0fec6d
MD5sum: a11559b6859296cf0f0ad4a3231eeea4
Description: debug symbols for postgresql-11-rdkit
Build-Ids: cd0a83c17be340fcb75ea3b5ff25ed7173a7af29
Timestamp: 2025-04-03 15:54:53+00

Package: postgresql-12-auto-failover
Source: pg-auto-failover
Version: 2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1068
Depends: pg-auto-failover-cli (>= 2.2-1.pgdg+1), postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.38), libpq5 (>= 8.4~)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-12-auto-failover_2.2-1.pgdg+1_arm64.deb
Size: 365316
SHA256: 4ef307a104055df47043ca159e5216f33664a4b5f8409bbc1744c29cd593831a
SHA1: 3f34e96c379a9d7f9f3bc51665e77266cf4ec54d
MD5sum: 41c408ad10b6c0fe1f425c4ce0312a8b
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2025-04-03 15:54:53+00

Package: postgresql-12-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: postgresql-12-auto-failover (= 2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-12-auto-failover-dbgsym_2.2-1.pgdg+1_arm64.deb
Size: 136104
SHA256: 391d00ad870ddd07a23c79e13fffd93fee8a70408c6d0b53abb709d39930d828
SHA1: 76e916d523d07446d86b4d1e5234231109c6815d
MD5sum: 43ad5873cde218b1d6d95de7753ddbd5
Description: debug symbols for postgresql-12-auto-failover
Build-Ids: 282fc09190643cb6b44de31e16e459bc37febcae
Timestamp: 2025-04-03 15:54:53+00

Package: postgresql-12-rdkit
Source: rdkit
Version: 202409.6-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 660
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.6), libstdc++6 (>= 13.1), postgresql-12
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-12-rdkit_202409.6-2.pgdg+1_arm64.deb
Size: 243036
SHA256: f14a5f2134d9c167b2f4c7aa8c5636bd84bd206a3846ed105d40148f5a83080e
SHA1: 2340d94784f34d896687f4cef9d7491e24464e52
MD5sum: e4fcbc50414a7eb9accc606bed31716d
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-04-03 15:54:53+00

Package: postgresql-12-rdkit-dbgsym
Source: rdkit
Version: 202409.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1206
Depends: postgresql-12-rdkit (= 202409.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-12-rdkit-dbgsym_202409.6-2.pgdg+1_arm64.deb
Size: 1142592
SHA256: 3c291a02c07a531e7cf60087746d086ded66178765482f06bcd1fd7ba720bae5
SHA1: 57a665ed9684cf9219babb682f31f19aa8f7a38f
MD5sum: 827cdd94486660b5f995369b190ea954
Description: debug symbols for postgresql-12-rdkit
Build-Ids: 497a6a07fc01cc39e7e20498c722fabd3e4cd234
Timestamp: 2025-04-03 15:54:53+00

Package: postgresql-13-auto-failover
Source: pg-auto-failover
Version: 2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1086
Depends: pg-auto-failover-cli (>= 2.2-1.pgdg+1), postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.38), libpq5 (>= 8.4~)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-13-auto-failover_2.2-1.pgdg+1_arm64.deb
Size: 371828
SHA256: b75230d802a04e66442b58803921a4fc77664ca432ba01c37afaa5a3f2e1c8d1
SHA1: 55a073a382b4fadb2f17fedff64c0504ec422f25
MD5sum: 6208a44cf289c62104ce3c9188fe8614
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2025-04-03 15:54:53+00

Package: postgresql-13-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: postgresql-13-auto-failover (= 2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-13-auto-failover-dbgsym_2.2-1.pgdg+1_arm64.deb
Size: 143040
SHA256: a6664190fc3ae7b173060a90d270ba51ff06031f24ea5019dcc5b3733817d54f
SHA1: 177e3fdc3b84c2f8ed9816e7bbf1a655a99b68e8
MD5sum: 0aec828deb9ea19e82c4e814afd0285b
Description: debug symbols for postgresql-13-auto-failover
Build-Ids: b11fda65914822cecd97853ca364e5c70276d428
Timestamp: 2025-04-03 15:54:53+00

Package: postgresql-13-rdkit
Source: rdkit
Version: 202409.6-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 660
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.6), libstdc++6 (>= 13.1), postgresql-13
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-13-rdkit_202409.6-2.pgdg+1_arm64.deb
Size: 243816
SHA256: d768dfb3901195590cf481a6e19602e2a65bf87a4b202b088e9543054fa63a41
SHA1: ccba554ed8df462457fe126cc2fff0cbde3b9323
MD5sum: fcd36a72646379a31e055d32d64136b1
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-04-03 15:54:53+00

Package: postgresql-13-rdkit-dbgsym
Source: rdkit
Version: 202409.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1213
Depends: postgresql-13-rdkit (= 202409.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-13-rdkit-dbgsym_202409.6-2.pgdg+1_arm64.deb
Size: 1150228
SHA256: 164b59505768eda472aa0f53785800e39cce16c8675e371e58390a6f364d0473
SHA1: e1989035284dad920c56df50da4eccba887d4565
MD5sum: 7a8ce7e4a410aacce2addce67f795227
Description: debug symbols for postgresql-13-rdkit
Build-Ids: dfdeb3e53aa58278face62f18e165b5d9a9e51ef
Timestamp: 2025-04-03 15:54:53+00

Package: postgresql-14-auto-failover
Source: pg-auto-failover
Version: 2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1099
Depends: pg-auto-failover-cli (>= 2.2-1.pgdg+1), postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.38), libpq5 (>= 8.4~)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-14-auto-failover_2.2-1.pgdg+1_arm64.deb
Size: 375608
SHA256: 5f118036c39581e359f2e88f65d0d44efa104e32579c207e5a4f3abc4ddd5908
SHA1: afa01dd25305ac6b1e63a1aea2622357451ffe2e
MD5sum: 12b2927841a8b440ae24f0c419bb6bf0
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2025-04-03 15:54:53+00

Package: postgresql-14-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: postgresql-14-auto-failover (= 2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-14-auto-failover-dbgsym_2.2-1.pgdg+1_arm64.deb
Size: 145688
SHA256: 7c30c28a79431e2740ff127ba17fb7a8c29b584851f72cd34cec0b528b98ecf3
SHA1: 7cbbe2718839fcc4398da3bf1820712037363fc3
MD5sum: 63587e278774b9426a4d94f891e5bdbe
Description: debug symbols for postgresql-14-auto-failover
Build-Ids: 40fafc213fd09c75301a4291207bf5a18e83894b
Timestamp: 2025-04-03 15:54:53+00

Package: postgresql-14-rdkit
Source: rdkit
Version: 202409.6-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 660
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.6), libstdc++6 (>= 13.1), postgresql-14
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-14-rdkit_202409.6-2.pgdg+1_arm64.deb
Size: 243632
SHA256: 06a9f60e5ab9eafff61b3d43625662e668f6102bbe0b75ff3543587dd8591f89
SHA1: d9b01e3e93d97ed9fe11f3169da74d37623856a6
MD5sum: e70d1afd778954854a7ce1869461b61c
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-04-03 15:54:53+00

Package: postgresql-14-rdkit-dbgsym
Source: rdkit
Version: 202409.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1214
Depends: postgresql-14-rdkit (= 202409.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-14-rdkit-dbgsym_202409.6-2.pgdg+1_arm64.deb
Size: 1150880
SHA256: 11ae8afa9860a583dcebfbe992c824fdd49ac967d3724aaaddd23c0c44f843ee
SHA1: 685f2293e4681d1c1873981f1dc96c4b6c8632e6
MD5sum: d7a7165091b14b76f8be01571939bf40
Description: debug symbols for postgresql-14-rdkit
Build-Ids: df7023ce397a493eed7c0ab368fda989aec743a8
Timestamp: 2025-04-03 15:54:53+00

Package: postgresql-14-timescaledb
Source: timescaledb
Version: 2.19.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13753
Depends: postgresql-14, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-14-timescaledb_2.19.1+dfsg-1.pgdg+1_arm64.deb
Size: 369244
SHA256: ceeaee197af30289cb8d01ae5510ac6ee63ded16720cf4081c69fb460f8de91b
SHA1: c82086f0669fa8c78c1969df359f32c339453d7e
MD5sum: 186dc5c60b4b99dd11b4590728fa5e87
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-04-03 15:54:53+00

Package: postgresql-14-timescaledb-dbgsym
Source: timescaledb
Version: 2.19.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1243
Depends: postgresql-14-timescaledb (= 2.19.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-14-timescaledb-dbgsym_2.19.1+dfsg-1.pgdg+1_arm64.deb
Size: 1120500
SHA256: 5a020148c7483f6e83608f40302fec8a9950f56b17e5536ab3cbfd091c631af7
SHA1: 0e050c7239ffd0f5a4b8b2e141a8444f5a62f8c8
MD5sum: 7ae6db786496b14da064ff9f6777832a
Description: debug symbols for postgresql-14-timescaledb
Build-Ids: 2cfbda81688fcf20a479cb0465a6afa1a491a7d9 55a5f9a7ecf0f530c563bebc282fc1a0cb854a55
Timestamp: 2025-04-03 15:54:53+00

Package: postgresql-15-auto-failover
Source: pg-auto-failover
Version: 2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1090
Depends: pg-auto-failover-cli (>= 2.2-1.pgdg+1), postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.38), libpq5 (>= 8.4~)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-15-auto-failover_2.2-1.pgdg+1_arm64.deb
Size: 370056
SHA256: b051fd5066d96ce763f421bbef8303a03c947ea481afc57bfc5e01f1d34c8d44
SHA1: ce0051af042d518cb8c3cfd4d4e234297173f9b6
MD5sum: ab57555804423c30257bfd806d19b547
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2025-04-03 15:54:53+00

Package: postgresql-15-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-15-auto-failover (= 2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-15-auto-failover-dbgsym_2.2-1.pgdg+1_arm64.deb
Size: 152480
SHA256: 2a91700b0aa96c6e2c5152478c640991d4eff02cb08b314ca13c83efee1a2fc2
SHA1: cbd638815b1fa79b98d06b28f516f617b2f0cdec
MD5sum: 88a4a3bb8e78fafed6729893a124c6bc
Description: debug symbols for postgresql-15-auto-failover
Build-Ids: a2e4c7093f43a72588cddf5e7e54615d670ecbc3
Timestamp: 2025-04-03 15:54:53+00

Package: postgresql-15-rdkit
Source: rdkit
Version: 202409.6-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 660
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.6), libstdc++6 (>= 13.1), postgresql-15
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-15-rdkit_202409.6-2.pgdg+1_arm64.deb
Size: 243760
SHA256: b968c943ce5bb9fb0b51d0f998be6062eacd69aad81a05aef3ecea60bdcfc611
SHA1: b737c666a61a9432e225b68e072a95b00a7ef32b
MD5sum: 1a05c7812de9b65e111edff6e144c7dc
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-04-03 15:54:53+00

Package: postgresql-15-rdkit-dbgsym
Source: rdkit
Version: 202409.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1214
Depends: postgresql-15-rdkit (= 202409.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-15-rdkit-dbgsym_202409.6-2.pgdg+1_arm64.deb
Size: 1150912
SHA256: 7a956cdfe88a70af64a1196978e7c95b43c39c0b9407d8e062f97582f0975853
SHA1: 4d2443ef36cd3f0c5b64e5a20b837fe9767e905a
MD5sum: 8c7b0ed25a0a1aa8d955072480f54906
Description: debug symbols for postgresql-15-rdkit
Build-Ids: a5f44425eb8ae18df85149ccab9d3ce9b5a050a1
Timestamp: 2025-04-03 15:54:53+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.19.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13753
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.19.1+dfsg-1.pgdg+1_arm64.deb
Size: 372604
SHA256: 60b22d082b1399779690c0c1d097aaffd2d63af8bb49eb2a97dbe00905aa673b
SHA1: 54929d79b77473a47caa70a26c2ad174dbcbcdd6
MD5sum: 0a24a0b5e2f7b359d21199414af2fab4
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-04-03 15:54:53+00

Package: postgresql-15-timescaledb-dbgsym
Source: timescaledb
Version: 2.19.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1227
Depends: postgresql-15-timescaledb (= 2.19.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.19.1+dfsg-1.pgdg+1_arm64.deb
Size: 1105948
SHA256: 8eb1e03b6d315b14b7de5182ae1a8630e47e1b94988eef02f2ae9d7deb7293fe
SHA1: 9aefbe89bcf1fd5fb129c67b728a3fe1b8e0a7c1
MD5sum: 11006ed041cdad80ae298541124af6c4
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: 92b90f74b48f39ecb8a84f3a640b0d4a7f5f25fd a6bcd8d89773ddcab23f9a814573be3c01440d95
Timestamp: 2025-04-03 15:54:53+00

Package: postgresql-16-auto-failover
Source: pg-auto-failover
Version: 2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1108
Depends: pg-auto-failover-cli (>= 2.2-1.pgdg+1), postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.38), libpq5 (>= 8.4~)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-16-auto-failover_2.2-1.pgdg+1_arm64.deb
Size: 378804
SHA256: 3a34a7f996c2cab3e18a83805ee9649a7cc4c4705181e430f71d82c7d58289e9
SHA1: 5485cdf40b2e53085f416b2b49f2a657c5559c7b
MD5sum: 4e627b7f9414d3967eb3c0bfc26684d0
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2025-04-03 15:54:53+00

Package: postgresql-16-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-16-auto-failover (= 2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-16-auto-failover-dbgsym_2.2-1.pgdg+1_arm64.deb
Size: 173772
SHA256: 42ef85228cb61743421e1fe0e2fa788882182b5e413043128e37a9481005a39a
SHA1: 9b53e80a8f19483759aef708c161ad343797aa3a
MD5sum: 5dae81addb214f5e39d685abe57c0b97
Description: debug symbols for postgresql-16-auto-failover
Build-Ids: 8fbe11c21226dbd9b925297cc97886d5d60c834a
Timestamp: 2025-04-03 15:54:53+00

Package: postgresql-16-rdkit
Source: rdkit
Version: 202409.6-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 660
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.6), libstdc++6 (>= 13.1), postgresql-16
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-16-rdkit_202409.6-2.pgdg+1_arm64.deb
Size: 243440
SHA256: 1a9ae9ab9ac192a6b8251daf2f65054c7948eb1fe83fa61456bb8a4f21cadc66
SHA1: ce81a572a1d3eb57727319d8ab1cdb58f015b295
MD5sum: 8411be9693c5bf60fd5261463a0cfa14
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-04-03 15:54:53+00

Package: postgresql-16-rdkit-dbgsym
Source: rdkit
Version: 202409.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1230
Depends: postgresql-16-rdkit (= 202409.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-16-rdkit-dbgsym_202409.6-2.pgdg+1_arm64.deb
Size: 1167720
SHA256: 9e4dc4ffe8689f73168def9fc2946bdd7ca49800a9bccf234d8b60c9c9df9361
SHA1: 399b66afae6c4ab16063c691d3f311c640f68d69
MD5sum: 87ae8fe12e6026370686b2d2da104de8
Description: debug symbols for postgresql-16-rdkit
Build-Ids: 74b33cb25175a1718ed1ca83c7d73280ea2d7228
Timestamp: 2025-04-03 15:54:53+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.19.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13753
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.19.1+dfsg-1.pgdg+1_arm64.deb
Size: 371628
SHA256: 0625ada111c7e534d267ac24f6d6da3348d0116186fe603e93355271c36fbdf2
SHA1: 1563e6f5803665fbf8cd43cbb0e4a6eacb1eb62e
MD5sum: 0925db59ea067028204b86ae9f0863f8
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-04-03 15:54:53+00

Package: postgresql-16-timescaledb-dbgsym
Source: timescaledb
Version: 2.19.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1280
Depends: postgresql-16-timescaledb (= 2.19.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.19.1+dfsg-1.pgdg+1_arm64.deb
Size: 1159100
SHA256: 0fb9bf4c62c3f07759f098c873657c0467b97504d4041c3d512bf01facff13a6
SHA1: 47128b08f6447333e194bd18c43d1ada607164f2
MD5sum: bad43e4056473b19b048be89938a57bc
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: 2a2f116282d4b7253b7629820e9b49136dc557b6 3618f65881f643b564af03dd37a3f19327506196
Timestamp: 2025-04-03 15:54:53+00

Package: postgresql-17-auto-failover
Source: pg-auto-failover
Version: 2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1125
Depends: pg-auto-failover-cli (>= 2.2-1.pgdg+1), postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.38), libpq5 (>= 8.4~)
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-17-auto-failover_2.2-1.pgdg+1_arm64.deb
Size: 386064
SHA256: 59482a498444cb9f160e93b08e404d5ec8b1c32224747005319f664d75179c33
SHA1: f1e0b93184ef7759a144a28eb986677dfbde9507
MD5sum: f8ac44c6a581c197c02c677dfb9e3e74
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2025-04-03 15:54:53+00

Package: postgresql-17-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: postgresql-17-auto-failover (= 2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-17-auto-failover-dbgsym_2.2-1.pgdg+1_arm64.deb
Size: 177108
SHA256: f662f054dd12ed6f7cddc15287e72724317ec8aa161b81cddd05d3f626f2da69
SHA1: 12fbe24021921c47cb9b78a41bdf6a6385444ef4
MD5sum: 8cf77bcd6b1bf1de52bf522cb544be3f
Description: debug symbols for postgresql-17-auto-failover
Build-Ids: d22d8784001667607ec2598b7f690465e1df1678
Timestamp: 2025-04-03 15:54:53+00

Package: postgresql-17-rdkit
Source: rdkit
Version: 202409.6-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 660
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.6), libstdc++6 (>= 13.1), postgresql-17
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-17-rdkit_202409.6-2.pgdg+1_arm64.deb
Size: 243472
SHA256: b8c9c74cbf2b55faeb29945789f0ef4978c53651ff4b06fd256a677fa57d642d
SHA1: 34bf7e9e0d63b89eac692e84655355b33c5ffeb1
MD5sum: 0998dbddba30dfe20ec3fe535854ed3f
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-04-03 15:54:53+00

Package: postgresql-17-rdkit-dbgsym
Source: rdkit
Version: 202409.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1230
Depends: postgresql-17-rdkit (= 202409.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-17-rdkit-dbgsym_202409.6-2.pgdg+1_arm64.deb
Size: 1168008
SHA256: 8f3d4ee81838279ecd1562ae8ad0f72d9435f771895065e9765d58640fccdceb
SHA1: f953875774bda34b48f4850fd2fc3bac955f6806
MD5sum: 5bcdc430f9eb377157694225cbc5c0e5
Description: debug symbols for postgresql-17-rdkit
Build-Ids: 03a048b179e34bcab4d01a6641fafcb4e7b8c8a1
Timestamp: 2025-04-03 15:54:53+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.19.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13753
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.19.1+dfsg-1.pgdg+1_arm64.deb
Size: 371980
SHA256: 440319fd33ba8495de69a81d035ea492e752eafef1311bb515d18a5927e2209a
SHA1: b98edd6e11d6b7e952be9e437ff63f2667c25f9d
MD5sum: 2b9f9802769d5250897006ec1813a2e8
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-04-03 15:54:53+00

Package: postgresql-17-timescaledb-dbgsym
Source: timescaledb
Version: 2.19.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1291
Depends: postgresql-17-timescaledb (= 2.19.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.19.1+dfsg-1.pgdg+1_arm64.deb
Size: 1170636
SHA256: d0c131c68822fabe050a35cff2c66f49e6cf6c2390426bb04f5f7c87973f50e0
SHA1: 39f085fc25a02549b2141165a2c34d0ca02d4f7c
MD5sum: 7f64624cc0e9542dd0a71a9cd14f1477
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: 3d5df3377b68a4c7c8e9f6d8cd9dc8d6b3740c51 b230bdbb1882e962790b4245b51e64b4c1b35179
Timestamp: 2025-04-03 15:54:53+00

Package: python3-pysyncobj
Source: pysyncobj
Version: 0.3.14-2.pgdg+1
Architecture: all
Maintainer: Michael Banck <mbanck@debian.org>
Installed-Size: 442
Depends: python3:any (>= 3.6~), python3-cryptography
Homepage: https://github.com/bakwc/PySyncObj
Priority: optional
Section: python
Filename: pool/main/p/pysyncobj/python3-pysyncobj_0.3.14-2.pgdg+1_all.deb
Size: 60780
SHA256: 171c0132ea375c4d1f26681d3f4d08746cbd28bed08217a4e7f91f626532f2d8
SHA1: d29114c77d6971836e857d93fbd04cf71ed14df5
MD5sum: ecbdba0324e332e59e3885c9e20cee2b
Description: RAFT-based python class replication between multiple servers
 PySyncObj is a python library for building fault-tolerant distributed systems.
 It provides the ability to replicate your application data between multiple
 servers. It has following features:
 .
  * raft protocol for leader election and log replication
  * Log compaction - it use fork for copy-on-write while serializing data on
    disk
  * Dynamic membership changes - you can do it with syncobj_admin utility or
    directly from your code
  * Zero downtime deploy - no need to stop cluster to update nodes
  * In-memory and on-disk serialization - you can use in-memory mode for small
    data and on-disk for big one
  * Encryption - you can set password and use it in external network
  * Configurable event loop - it can works in separate thread with it's own
    event loop - or you can call onTick function inside your own one
  * Convenient interface - one can easily transform arbitrary class into a
    replicated one
Timestamp: 2025-04-03 15:54:53+00

Package: python3-rdkit
Source: rdkit
Version: 202409.6-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 28984
Depends: fonts-freefont-ttf, rdkit-data, python3-numpy2-abi0 | python3-numpy-abi9, python3 (<< 3.14), python3 (>= 3.13~), python3:any, libboost-numpy1.83.0 (>= 1.83.0), libboost-numpy1.83.0-py313, libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py313, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.34), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.2), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202409.6), libstdc++6 (>= 14)
Suggests: rdkit-doc
Homepage: http://www.rdkit.org
Priority: optional
Section: python
Filename: pool/main/r/rdkit/python3-rdkit_202409.6-2.pgdg+1_arm64.deb
Size: 4332148
SHA256: 8e3310ac71e5e822603b104eec9230997fb52d7bcd1e61f9bc3949826f6c3eaf
SHA1: 155ca18df88f47e9c6862d8d17fdfecb75afb245
MD5sum: 6877c044243b1aa827d9e27b3bc6051f
Description: Collection of cheminformatics and machine-learning software
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
Timestamp: 2025-04-03 15:54:53+00

Package: python3-rdkit-dbgsym
Source: rdkit
Version: 202409.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 71375
Depends: python3-rdkit (= 202409.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/python3-rdkit-dbgsym_202409.6-2.pgdg+1_arm64.deb
Size: 61583556
SHA256: 14605c1b010ae62ea16bad0825a5e6d1c420ff4fae6e9b6a6e2cf8383b316fef
SHA1: 788a056a51b7b9ac09258816a552198a618cc9ad
MD5sum: 6f1e527817dc9857c8a75e81aa9ae0db
Description: debug symbols for python3-rdkit
Build-Ids: 007a846dd4dff285ecebac64eaa6d6039e2424e2 0181c15289f7b74ffd55aa6198e474129221f5c2 0c1821e7e8bd7043a424bf7fd2d05ffbcd9f8c91 27fd3c6a4888b2588a05302bd48aa172f2aadf9c 297001d2021a350db63d03173afded8e64e2d413 32186cff14ebad0b49b2dce3a194f45e3796fded 35825880785c0fe98e8c19f1f8f6cdd91485ce24 38c47dae0c4364ec131c4400ea90f11a1050d91e 3a3b564a3388ea442a806274f26d07ba27aa981d 3cb02e02eda10863ecf4ad9d9858e4b9bccbf1c5 3d6acb9a469f84a84e9dcd22046bc44a8e552247 3f5b411ca13b380822ec4406b275a5658b2383d3 41cbd799703af26449c11fe04eeb7a68a2759864 44c9e42e9ae6421ff5ef221efb395d35d66ebc61 459a5e563efc2eeb64fc79e2c47b25ddffed4bd0 4f891fe764874926fa36a29235dda400363080cc 5190e295de6b0721aea68e69454a8fc191c5b4bb 56ead5a18008f675bd25bf138858ccadb8ab5743 581c1383e1c8f59ef3609185b4ab0c9acd456f9e 5e9d61d602d27f5b7014573659131cc1522acc87 5feafaace24deb8d7cbc2a008c37d92b714a30a1 6676abfb82502c1c5579e88a14f4f8ca582499ea 6a05aa4043e65f9f707d2e32bc5e15f4571f35a5 6abdbab398ae58631735efca5cc61e991ea9c3db 6e7960df7c72ee8bc8f6e7ab1574877682cfdd42 6eda2a68e2ce8d8b931c97f874d869efb2cd2e1e 709a7f499f27525b077417a0f97ac0f52b624dfe 761f41c2ac145d06aabd1196aecb0af77e05a64b 78df207729119d18ec5d4870e2c9f520c50c0953 852d2665b5b3066004cf50c29f6169beed128a88 92896503e9a1febcf1412f0481a44b7f5c7e10ad 94997393e68a423496f84a15d8d8480ef9551d6d a8b59783715db27f28ac5777d295a6c4b7d9fcc3 acf820054576f8764534ae59d0607043dc1834bf aed4805942b7b2ef84125142182b5036917dd933 b1ad6f8b2de32fb144bda90a74229f38560cfa0c b64cc6f0edeec759e785aea1d93e2b196021378d b6a27dd8cf69397478f3a2e876ce6b2893da48ac b856054cb5f22bb2bed88dca0a8163de179f34fc bc7083e300d8416b80b8b03a62f721577d4e5d73 c50aec47fd59527d09059906cee8b3208abf426e caf2cde05729e6167e3341527c5036b857a2bee0 ccaf0b487116a145757e2ee06711a7ea093ea46d cf664f9229986e793ced589578c719fa85152727 d3a0063f85fb74396ee632a98faaf10047d9355d d3c4987a6f9b5e521cf97138b3c7eb7ff471a297 e1c36dfbc4c0edbaeff11bfb32da1b92a93ffc1e e26e65091c7be40d426b047bb54665c25d63dfcf ea3666c58442ed227470e786b84a3a8ffb64b23f eeb6c228da781358aab4ef01ddb2b85414f7fc31 f06cd3d5b94636ad3ccb72622d456f735e9a157a f478da9d039459c8dd634bfc5f3f5c1030e9a1c8 f671418513fab42ae501d5027db11eafce3cb8de fe7434bdc377c2fec36591a7e3389b41a293c027 ff3d5e839fd50d77df2e8335b0e79b0ac01ec08e
Timestamp: 2025-04-03 15:54:53+00

Package: rdkit-data
Source: rdkit
Version: 202409.6-2.pgdg+1
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 59393
Homepage: http://www.rdkit.org
Priority: optional
Section: science
Filename: pool/main/r/rdkit/rdkit-data_202409.6-2.pgdg+1_all.deb
Size: 13173228
SHA256: 15054a78377c34658937eda7665b28aeb834989e591173ee7f20952df8435b46
SHA1: 8bf0c1ce3dcb48c61b984d12d1d1a8bbcb9340f8
MD5sum: 7783c00cc3936eee5db9f4ad33073fa0
Description: Collection of cheminformatics and machine-learning software (data files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains data files.
Timestamp: 2025-04-03 15:54:53+00

Package: rdkit-doc
Source: rdkit
Version: 202409.6-2.pgdg+1
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 81277
Depends: libjs-jquery, libjs-underscore
Homepage: http://www.rdkit.org
Priority: optional
Section: doc
Filename: pool/main/r/rdkit/rdkit-doc_202409.6-2.pgdg+1_all.deb
Size: 6890252
SHA256: eecdb7107a9634a67dc5076fa9ec92c7e561448bb67014942754b9cf7d88e215
SHA1: 20099d590e34d6b13e710bdf6eb7800d337233d3
MD5sum: 94ee7bb92beab3e07550eb1d8270b21b
Description: Collection of cheminformatics and machine-learning software (documentation)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains the documentation.
Timestamp: 2025-04-03 15:54:53+00

Package: postgresql-10-pg-gvm
Source: pg-gvm
Version: 22.6.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-10, libc6 (>= 2.17), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-10-pg-gvm_22.6.8-1.pgdg+1_arm64.deb
Size: 19684
SHA256: 0464c1c4bfa71fda1f9734ad1306483d6875bae83a7810287db693a725ffcf93
SHA1: 5624726ecbb688c0a4837227286149b91b6baac8
MD5sum: 12224beab1e9e6a8ebcc58f3b8563eac
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2025-04-05 16:04:34+00

Package: postgresql-10-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-10-pg-gvm (= 22.6.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-10-pg-gvm-dbgsym_22.6.8-1.pgdg+1_arm64.deb
Size: 26312
SHA256: 917861f6ce1fd4ccc69e66e069700e5d5eee458c1d368842ed51ac2d2a5b06ff
SHA1: d48666a4da6b4f25a251071c111f74b406475b56
MD5sum: 61c1ce991fd404ff61a530fe5264ede5
Description: debug symbols for postgresql-10-pg-gvm
Build-Ids: cb55f82108185fef2aad34ad3cd9d6f75f382672
Timestamp: 2025-04-05 16:04:34+00

Package: postgresql-11-pg-gvm
Source: pg-gvm
Version: 22.6.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-11, libc6 (>= 2.17), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-11-pg-gvm_22.6.8-1.pgdg+1_arm64.deb
Size: 19704
SHA256: f62b065f28d44c41a27914b9e58e1096eacea3bf9bd4c94d2208ea6dadd53405
SHA1: c7e7d62e4eab3dabd599929cf93524333c4840d9
MD5sum: 339b1d3bb871fa7f53702cafed0a2444
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2025-04-05 16:04:34+00

Package: postgresql-11-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-11-pg-gvm (= 22.6.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-11-pg-gvm-dbgsym_22.6.8-1.pgdg+1_arm64.deb
Size: 26400
SHA256: 05a2f501d6532dc4917b718e182d6cd57eacc0389504f576222c10cef445d092
SHA1: aab75895c5d3c03e58438601bb46ab53260de658
MD5sum: 517166bac16b5ddfc0006578c1d1bb7e
Description: debug symbols for postgresql-11-pg-gvm
Build-Ids: 06a830ec322e3c80aa114b5a4debec7267cf15ec
Timestamp: 2025-04-05 16:04:34+00

Package: postgresql-12-pg-gvm
Source: pg-gvm
Version: 22.6.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-12, libc6 (>= 2.17), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-12-pg-gvm_22.6.8-1.pgdg+1_arm64.deb
Size: 19696
SHA256: 0c497af0a3b9f0dd37e0f7dada20d7ef5257a332819e3de1039de80dc6aa9e8d
SHA1: ec2c404e6caae98ed35e4903fd1390e6e0e9dc90
MD5sum: 0b70ab1f802b99718aede3406c06efaf
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2025-04-05 16:04:34+00

Package: postgresql-12-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-12-pg-gvm (= 22.6.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-12-pg-gvm-dbgsym_22.6.8-1.pgdg+1_arm64.deb
Size: 27032
SHA256: a71bf832cffd15e44d36409725103c84e27b678e9806c509d4e8bcdea7ac5b2c
SHA1: 5ab455844ed29e1227bd0b618f8577fd28af1104
MD5sum: db2891235e0f8a726c8ed90d7debfdeb
Description: debug symbols for postgresql-12-pg-gvm
Build-Ids: e44e2b5e232720d291bcd999292a5fcf01424b80
Timestamp: 2025-04-05 16:04:34+00

Package: postgresql-13-pg-gvm
Source: pg-gvm
Version: 22.6.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-13, libc6 (>= 2.17), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-13-pg-gvm_22.6.8-1.pgdg+1_arm64.deb
Size: 19752
SHA256: a8fd58b1d536c7fc8f750127cbf759f6c392460034c30dc5020aedf6fea4e3ac
SHA1: 45117f0718c7a4f302f2e2a58471ab56fe2b1f07
MD5sum: 55cf53dcb556b18213d911499a160b3e
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2025-04-05 16:04:34+00

Package: postgresql-13-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-13-pg-gvm (= 22.6.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-13-pg-gvm-dbgsym_22.6.8-1.pgdg+1_arm64.deb
Size: 27244
SHA256: 4a8436c4a708e24ac751c1183b281bd0c6802629129f6d1821230bf80bd8b7a3
SHA1: 262e13b6225e565ed08ff3ebb0b9277f05662338
MD5sum: 8027e7d74f7ba4fcb5408b7129520be4
Description: debug symbols for postgresql-13-pg-gvm
Build-Ids: 1281cfe2ac24fb7a3e877c1234fa61ccfc59f93e
Timestamp: 2025-04-05 16:04:34+00

Package: postgresql-14-pg-gvm
Source: pg-gvm
Version: 22.6.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-14, libc6 (>= 2.17), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-14-pg-gvm_22.6.8-1.pgdg+1_arm64.deb
Size: 19740
SHA256: b8fa623f4c27beec8dd051bcb33889f0c84d4af647cdb481ce52850259c5792d
SHA1: c61f28fd2d7c3088c815b72ade8da245659c1802
MD5sum: a7b9a6caddfd44bcd2a2f6e9baf78986
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2025-04-05 16:04:34+00

Package: postgresql-14-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-14-pg-gvm (= 22.6.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-14-pg-gvm-dbgsym_22.6.8-1.pgdg+1_arm64.deb
Size: 27260
SHA256: fab6e4fb250d78b1f6869812792b2c99667a7f3393a907b5c81916a63b46fff2
SHA1: ffc96e098c39dabc1266d19bf7483cf5ca2cd0da
MD5sum: 1fdfd00bce12896c39d6e9935bb916c7
Description: debug symbols for postgresql-14-pg-gvm
Build-Ids: 39872bcf0a285fb7c539ac495fb30b18d0c7e610
Timestamp: 2025-04-05 16:04:34+00

Package: postgresql-15-pg-gvm
Source: pg-gvm
Version: 22.6.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-15, libc6 (>= 2.17), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-15-pg-gvm_22.6.8-1.pgdg+1_arm64.deb
Size: 19752
SHA256: 2d1c48eefff7f4871632d98421282badb1436a1905357f6e13c44c1418b9bff4
SHA1: 23b7661f462a7f45f8a4cd89643524e7045a4232
MD5sum: 0c49b3bbc9c1e9a7e1d8dd5db60e8a72
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2025-04-05 16:04:34+00

Package: postgresql-15-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-15-pg-gvm (= 22.6.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-15-pg-gvm-dbgsym_22.6.8-1.pgdg+1_arm64.deb
Size: 27372
SHA256: 968a91e2dee5647be19a8405f13608a82fccee656c83c97b3b23a35c3d135544
SHA1: b3d06c0a52e16c40a6dbdf13bf4b059351c66130
MD5sum: 32b49c12b36435a37f6e27b4acd229f2
Description: debug symbols for postgresql-15-pg-gvm
Build-Ids: e29ecf7a68ecf0cb70d3fee09adbf1883fa17d2d
Timestamp: 2025-04-05 16:04:34+00

Package: postgresql-16-pg-gvm
Source: pg-gvm
Version: 22.6.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-16, libc6 (>= 2.17), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-16-pg-gvm_22.6.8-1.pgdg+1_arm64.deb
Size: 19748
SHA256: 23acb3b46ababf3911f734c0c4052ff8d5eaa81ba2d302126b93551c8fa38af4
SHA1: 4f715607442e1ee4a6ae462e7f9c8d56bcd7cdd2
MD5sum: 5a7b987e204f2e2dca4e203e2b51cb15
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2025-04-05 16:04:34+00

Package: postgresql-16-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-16-pg-gvm (= 22.6.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-16-pg-gvm-dbgsym_22.6.8-1.pgdg+1_arm64.deb
Size: 28360
SHA256: 5a71cae65fe48d93fa72edda37007a8bf2fa574fe16b8c7577e0140dd50f8862
SHA1: 64fc687a24c9bdc1efe78d963dee27c664703893
MD5sum: 04c2e5a9a2606975bf6b502b1f42d792
Description: debug symbols for postgresql-16-pg-gvm
Build-Ids: 875f21d68a4dc85bd7590b3b58c2075281fb14ce
Timestamp: 2025-04-05 16:04:34+00

Package: postgresql-17-pg-gvm
Source: pg-gvm
Version: 22.6.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-17, libc6 (>= 2.17), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-17-pg-gvm_22.6.8-1.pgdg+1_arm64.deb
Size: 19748
SHA256: 032e2b91bd3dc7823872e41a30b57e3b8f988f969f0f224bc7edf2c2668acd78
SHA1: 8afadef25208855c509052922d77cb6509990e91
MD5sum: 01fbf40b37cb6f53c5e9dbfd967a2780
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2025-04-05 16:04:34+00

Package: postgresql-17-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-17-pg-gvm (= 22.6.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-17-pg-gvm-dbgsym_22.6.8-1.pgdg+1_arm64.deb
Size: 28600
SHA256: c45c779c4b2f7cabd4a98042d2dd693b492da241be8c53dcc31d7322279a3ff7
SHA1: 4c6f75331e3f21650d4a229a4a7f9645965fec6d
MD5sum: 336cb04d44744f9552ab03fc1d47487e
Description: debug symbols for postgresql-17-pg-gvm
Build-Ids: 59bdffbca16d1fcbca5e9a8bd7ada5d4d75c0a7b
Timestamp: 2025-04-05 16:04:34+00

Package: libecpg-compat3
Source: postgresql-10
Version: 10.23-7.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg-compat3_10.23-7.pgdg+2_arm64.deb
Size: 18868
SHA256: 85e646d523f36d4e02f532b263b5267349750b04060c570a00cb9c32cce94efb
SHA1: 84ca85ad4a1201b4acf48bf8eeaa4f31e44c2b20
MD5sum: 249478cfd5ebfa0be286285a13a22261
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.
Timestamp: 2025-04-07 12:25:09+00

Package: libecpg-compat3-dbgsym
Source: postgresql-10
Version: 10.23-7.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 10.23-7.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-compat3-dbgsym_10.23-7.pgdg+2_arm64.deb
Size: 16920
SHA256: 60a6cc778d2bc265c1b4c7143a7e97ac690ee679ab5ffeb3292999d34bebc6ae
SHA1: b1bd6cc7a0ecc3f96e7ae9f5d986b31d7451dccd
MD5sum: c4f1745ba0343945d206aa1f4f913a33
Description: debug symbols for libecpg-compat3
Build-Ids: 6679730d7d1142d34213df301327f6b64726844d
Timestamp: 2025-04-07 12:25:09+00

Package: libecpg-dev
Source: postgresql-10
Version: 10.23-7.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1248
Depends: libecpg-compat3 (= 10.23-7.pgdg+2), libecpg6 (= 10.23-7.pgdg+2), libpgtypes3 (= 10.23-7.pgdg+2), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libecpg-dev_10.23-7.pgdg+2_arm64.deb
Size: 223664
SHA256: 83b8647589a01c60f0c1dd7d7160eaa9710e5930b095fd51ac76c325fc55c80a
SHA1: 62939eb9bb66f32a901a98769abdf1c7677c0a3a
MD5sum: 1f9b0e41c525f7622dea87aef6172150
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).
Timestamp: 2025-04-07 12:25:09+00

Package: libecpg-dev-dbgsym
Source: postgresql-10
Version: 10.23-7.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1127
Depends: libecpg-dev (= 10.23-7.pgdg+2)
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-dev-dbgsym_10.23-7.pgdg+2_arm64.deb
Size: 228452
SHA256: 2eb4db32aa1639b5e7bb2611c29d7d321e42195f326e12ad9034d00dffac8259
SHA1: 059fe76ffe5efa0b0a8963751abf75d04f423d4f
MD5sum: 607e83c6e33b356a674b2b74c5ed8421
Description: debug symbols for libecpg-dev
Build-Ids: 2bfd84386244dd4054edf2b60b11b6300e3b178d
Timestamp: 2025-04-07 12:25:09+00

Package: libecpg6
Source: postgresql-10
Version: 10.23-7.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 461
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg6_10.23-7.pgdg+2_arm64.deb
Size: 83156
SHA256: 36225120abe969e5830e29b70d54a70727700bd6a5f1e0033985e58ebc0e2562
SHA1: 569f25df492b79bfd5e5f27520f87ca992c9ac05
MD5sum: 8aee23d0885716d9aaf0eaa8051f4e1a
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.
Timestamp: 2025-04-07 12:25:09+00

Package: libecpg6-dbgsym
Source: postgresql-10
Version: 10.23-7.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libecpg6 (= 10.23-7.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg6-dbgsym_10.23-7.pgdg+2_arm64.deb
Size: 92968
SHA256: 088cb31b403b19d8bdd5891d1ef62ee2056cd14cf883f90d90450764d8300560
SHA1: dfc58c39516a3a0088a9b79ba56b1d82a227f991
MD5sum: 7731513f6b24221a9869d4a61e1e4799
Description: debug symbols for libecpg6
Build-Ids: 74f90d443c777ce3ed867ed7f6099729bbc2ddfb
Timestamp: 2025-04-07 12:25:09+00

Package: libpgtypes3
Source: postgresql-10
Version: 10.23-7.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpgtypes3_10.23-7.pgdg+2_arm64.deb
Size: 39200
SHA256: 2e5bf6216f5b1e3171859cd8925e1c66c24e07b9ad13ba9ebe6b5439c65fa0b5
SHA1: bad1ac18c02fb0e9239405b84dc136ab846b7fc4
MD5sum: 3772345723ad3eca32f34a781accd01a
Description: shared library libpgtypes for PostgreSQL 10
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-04-07 12:25:09+00

Package: libpgtypes3-dbgsym
Source: postgresql-10
Version: 10.23-7.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: libpgtypes3 (= 10.23-7.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpgtypes3-dbgsym_10.23-7.pgdg+2_arm64.deb
Size: 70048
SHA256: 1b7922f3c2d11ef0ff04a942b7d57ef49e48a734b56f0ac4d6a851024257a870
SHA1: 00f8c412dbbd3bfb95daeb0af3dde420a6c6ab54
MD5sum: 391386cd73553847bc1c92a4a13754cc
Description: debug symbols for libpgtypes3
Build-Ids: 376990fb46f78549ec512627017306c6d61e6ccf
Timestamp: 2025-04-07 12:25:09+00

Package: libpq-dev
Source: postgresql-10
Version: 10.23-7.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 691
Depends: libpq5 (= 10.23-7.pgdg+2)
Suggests: postgresql-doc-10
Breaks: postgresql-server-dev-10 (<< 10.1-2~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libpq-dev_10.23-7.pgdg+2_arm64.deb
Size: 161768
SHA256: e20257344d4470bf1afe6d28760fdbf8a7fa08041ce6ead9694ce906fc3b6577
SHA1: 4d6563179576e9d75acbb20d5d28bc63e1682d76
MD5sum: 7c95dfa3e92447c7dc868c69da70a2b0
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.
Timestamp: 2025-04-07 12:25:09+00

Package: libpq5
Source: postgresql-10
Version: 10.23-7.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 774
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpq5_10.23-7.pgdg+2_arm64.deb
Size: 164408
SHA256: 6dee6cfc499512e4661b014b73b25e37a233fca13e9fa3da5632579f53e29248
SHA1: e76c8ea6f9f3d6a1e998281ef3bf55bce659d257
MD5sum: c94fd09a53169493db6ef5ba95b3a67b
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.
Timestamp: 2025-04-07 12:25:09+00

Package: libpq5-dbgsym
Source: postgresql-10
Version: 10.23-7.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libpq5 (= 10.23-7.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpq5-dbgsym_10.23-7.pgdg+2_arm64.deb
Size: 230404
SHA256: c9310372b9fedb7a098a2bf8fed0672e02e542fa7e9fcd9e5f31f5ad078521eb
SHA1: 4a71dc962e4ee42c5a3c1cb260b0eb5d2581db2f
MD5sum: 0250d980a96e700f8caa37cd39105f8e
Description: debug symbols for libpq5
Build-Ids: dcb62698308a2b487793b13976a8228a4fec2f40
Timestamp: 2025-04-07 12:25:09+00

Package: libecpg-compat3
Source: postgresql-11
Version: 11.22-9.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg-compat3_11.22-9.pgdg+2_arm64.deb
Size: 21604
SHA256: 5173d88cb00da33912109d7947977cd3f0d8edcfef11a1e9507caa0d20e6a6e3
SHA1: 3937b8057ce76de541a23de469b037dfc874d9e7
MD5sum: 1f057b506bf8225f2fae529041a490c7
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.
Timestamp: 2025-04-07 12:25:17+00

Package: libecpg-compat3-dbgsym
Source: postgresql-11
Version: 11.22-9.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 11.22-9.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-compat3-dbgsym_11.22-9.pgdg+2_arm64.deb
Size: 16936
SHA256: b7cd31eb798eaa9b799b2ec36767597a6dada469194d6b1088f09bf877864b28
SHA1: 2068ade2a0f86c384d570f5294c05538beb003fd
MD5sum: 598a1f7cddd23cefd6f28da551ea4876
Description: debug symbols for libecpg-compat3
Build-Ids: ca50d74f39d74c02c75c211426fbe9d0eaa31638
Timestamp: 2025-04-07 12:25:17+00

Package: libecpg-dev
Source: postgresql-11
Version: 11.22-9.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1319
Depends: libecpg-compat3 (= 11.22-9.pgdg+2), libecpg6 (= 11.22-9.pgdg+2), libpgtypes3 (= 11.22-9.pgdg+2), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libecpg-dev_11.22-9.pgdg+2_arm64.deb
Size: 229748
SHA256: 8d331c19e124030e5d305700d6430c4fbb82362d29301b0ca89ff5b6e755c29d
SHA1: 574b6570d6b829828f57c7522a3877266afa9054
MD5sum: 1addbde32f8ecad4c4c720b3c8be31ed
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).
Timestamp: 2025-04-07 12:25:17+00

Package: libecpg-dev-dbgsym
Source: postgresql-11
Version: 11.22-9.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1151
Depends: libecpg-dev (= 11.22-9.pgdg+2)
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-dev-dbgsym_11.22-9.pgdg+2_arm64.deb
Size: 231632
SHA256: 11719b8d98c29c989d9c549d68d7a69204e0bb3e855676ceef71b4301a6514b7
SHA1: 9ef42a0e509ec911dac712dea3d7d6a92540b4f9
MD5sum: b1471784cae0434604a0d06027f1d44c
Description: debug symbols for libecpg-dev
Build-Ids: 9e7201ff5a4c09710295df02c7d360a0ff226f8d
Timestamp: 2025-04-07 12:25:17+00

Package: libecpg6
Source: postgresql-11
Version: 11.22-9.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 486
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg6_11.22-9.pgdg+2_arm64.deb
Size: 89144
SHA256: 1fda68e12f9b34ba7a5ba48d2c57401703739a8f85350472ad86d0b21b3f894b
SHA1: 4b8a4e496704d458d7ebbd130221e5eb6966c364
MD5sum: 40a24b53af707c7ba3525bc1cf34ea9f
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.
Timestamp: 2025-04-07 12:25:17+00

Package: libpgtypes3
Source: postgresql-11
Version: 11.22-9.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpgtypes3_11.22-9.pgdg+2_arm64.deb
Size: 42372
SHA256: 038d72c1311fba96a98bd0a46cbaf4b7cc3aa917126b487e314ccdff859781e1
SHA1: c66f250a113f6cd819b815c4fdab420868c91432
MD5sum: 5830ed8f43eeed941f92d37c4b6cd916
Description: shared library libpgtypes for PostgreSQL 11
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-04-07 12:25:17+00

Package: libpgtypes3-dbgsym
Source: postgresql-11
Version: 11.22-9.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: libpgtypes3 (= 11.22-9.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpgtypes3-dbgsym_11.22-9.pgdg+2_arm64.deb
Size: 71360
SHA256: 298a0d8591b20a66fce91cc00ef57547f6ed42e1ed62d25ebd2d0e9003ed92cc
SHA1: 1e5710d570cc2b143fc521a24efa66ebf351748f
MD5sum: b531b560a805815757556171321e9a70
Description: debug symbols for libpgtypes3
Build-Ids: c2b380b9c3704694601b72f122007e0cfcfe9657
Timestamp: 2025-04-07 12:25:17+00

Package: libpq-dev
Source: postgresql-11
Version: 11.22-9.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 706
Depends: libpq5 (= 11.22-9.pgdg+2)
Suggests: postgresql-doc-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libpq-dev_11.22-9.pgdg+2_arm64.deb
Size: 167152
SHA256: a03b8b8d7c274c99f56da451f1aec57cb9fa614c421485b5af12d9eefc52deb2
SHA1: ff119b6397e6bebbf5ab367e3ad1c6c1c03fec18
MD5sum: 2e72e6d298e7b6e8b0433009e70d6b4d
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.
Timestamp: 2025-04-07 12:25:17+00

Package: libpq5
Source: postgresql-11
Version: 11.22-9.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 784
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpq5_11.22-9.pgdg+2_arm64.deb
Size: 168560
SHA256: 1451fa1ac8d480eb4bced6c3af4d4a48c21cd2466ae821bdc3767669668855a9
SHA1: 66fa4806980885d8bcc84914282753e67cff2eb5
MD5sum: ebf8e16585984832d5f87eb583d89cac
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.
Timestamp: 2025-04-07 12:25:17+00

Package: libpq5-dbgsym
Source: postgresql-11
Version: 11.22-9.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 264
Depends: libpq5 (= 11.22-9.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpq5-dbgsym_11.22-9.pgdg+2_arm64.deb
Size: 231944
SHA256: 1676aae6be0d7b766e5ab1c5b1cfe87f264e0ce10aa060a0a8fcb9adab57b622
SHA1: b7fe6c9e0158a3f6c3d07c8413e18f1e968701c5
MD5sum: 0921051c6bbb5d71299c5eb4559021bd
Description: debug symbols for libpq5
Build-Ids: 9e56bbb84c6636f1df892c8b2c8fd0f4564fd0df
Timestamp: 2025-04-07 12:25:17+00

Package: libecpg-compat3
Source: postgresql-12
Version: 12.22-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg-compat3_12.22-2.pgdg+2_arm64.deb
Size: 23132
SHA256: 43ff017c5aa52af1d5a1fec076155076c01f6449b96a537961f7818210047d11
SHA1: a9f7b283407a9e7aa03d65061946dd4966cd36a7
MD5sum: ff0344733d4c3c95e30de3714f2494b2
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.
Timestamp: 2025-04-07 12:25:23+00

Package: libecpg-compat3-dbgsym
Source: postgresql-12
Version: 12.22-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 12.22-2.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-compat3-dbgsym_12.22-2.pgdg+2_arm64.deb
Size: 16896
SHA256: 81db5f3e95f6c5f6fb0b1672bd2a4aa2342885273fc7a053c63bca6ff3717587
SHA1: 824c819fcb911813bbba7609f641bce0644e1222
MD5sum: 86f697cc858fb78cfb95d2f16a38f33b
Description: debug symbols for libecpg-compat3
Build-Ids: 66202db9538d0aa80495d534919726fc32b5b359
Timestamp: 2025-04-07 12:25:23+00

Package: libecpg-dev
Source: postgresql-12
Version: 12.22-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1586
Depends: libecpg-compat3 (= 12.22-2.pgdg+2), libecpg6 (= 12.22-2.pgdg+2), libpgtypes3 (= 12.22-2.pgdg+2), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libecpg-dev_12.22-2.pgdg+2_arm64.deb
Size: 270824
SHA256: 252f668b7b2a6dd2eceb8f4425c6e36816bedcc3f9b8618efcc0a5745e1bb4a1
SHA1: 1cf1dba109353bbcbf52a0ee811f59bb4c7bf9b4
MD5sum: 0a09de40c6c9057a04299a71873ba515
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).
Timestamp: 2025-04-07 12:25:23+00

Package: libecpg-dev-dbgsym
Source: postgresql-12
Version: 12.22-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1172
Depends: libecpg-dev (= 12.22-2.pgdg+2)
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-dev-dbgsym_12.22-2.pgdg+2_arm64.deb
Size: 241496
SHA256: 8ec46fcecedaa2e4e539cc18244140550a3a0c79dc802e68d8346e10892f426a
SHA1: fbb44204673d782a84f4e71dd9958288d0aa8f0a
MD5sum: 1c88859f69f0dc5228ac3e0e81cb5600
Description: debug symbols for libecpg-dev
Build-Ids: 80e80a89a04e0848dff345497c8a341c3b4156a3
Timestamp: 2025-04-07 12:25:23+00

Package: libecpg6
Source: postgresql-12
Version: 12.22-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 265
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg6_12.22-2.pgdg+2_arm64.deb
Size: 63112
SHA256: 3dbcae35b1a2255b0eeaf8dbbe40a5132a2160aff554d81ca5bff75001097de1
SHA1: 9621a8ffadc05e6c8571c861149ddae2e1667b86
MD5sum: a769189707a3a49d86a69124bf7cbd1a
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.
Timestamp: 2025-04-07 12:25:23+00

Package: libecpg6-dbgsym
Source: postgresql-12
Version: 12.22-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 12.22-2.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg6-dbgsym_12.22-2.pgdg+2_arm64.deb
Size: 112544
SHA256: 03363eb7e95e1af61f7421ec1cba51e5b723575b441680c3db664ec896e504e2
SHA1: 6a49b9f79778b59b0d8bffee5883c0dda41c7afb
MD5sum: 6a0eb877a5fc08790d5c1ffbae554d3d
Description: debug symbols for libecpg6
Build-Ids: b2ad876b3e3c804a8944edc832add0b5535efc93
Timestamp: 2025-04-07 12:25:23+00

Package: libpgtypes3
Source: postgresql-12
Version: 12.22-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpgtypes3_12.22-2.pgdg+2_arm64.deb
Size: 49152
SHA256: 61e52631b4787acb87486e45a2a91bde157f8b5d59a08a6ed675474e9cb19291
SHA1: 6f43f012a195c7d2bbb8cb61c5dfc9a9d56ad394
MD5sum: 0af0ea8c4d58313a75eb88d4d812912b
Description: shared library libpgtypes for PostgreSQL 12
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-04-07 12:25:23+00

Package: libpgtypes3-dbgsym
Source: postgresql-12
Version: 12.22-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 12.22-2.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpgtypes3-dbgsym_12.22-2.pgdg+2_arm64.deb
Size: 88628
SHA256: 9812c50165d14dd8966d1b13d51cdde5282ef96b069d4d7ca1f166a1c306675c
SHA1: e8f5f1d0d9805094159012f29b4c627519b02f6b
MD5sum: 8e6f66cf19cf66af4bec40448aaa2898
Description: debug symbols for libpgtypes3
Build-Ids: a1e03ae5c7aeb71d822ccf629c3ddc7a1cbc56f5
Timestamp: 2025-04-07 12:25:23+00

Package: libpq-dev
Source: postgresql-12
Version: 12.22-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 601
Depends: libpq5 (= 12.22-2.pgdg+2)
Suggests: postgresql-doc-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libpq-dev_12.22-2.pgdg+2_arm64.deb
Size: 146572
SHA256: 4742d666ee737b0a1bf19fe07953baf5e8fd6fd64bf4235450bf0366baee6387
SHA1: ad8d1171f34fc32f3cb3aae1d7a687bbe230b58b
MD5sum: e437f30a30d7982cecb815fdb13c012c
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.
Timestamp: 2025-04-07 12:25:23+00

Package: libpq5
Source: postgresql-12
Version: 12.22-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 796
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpq5_12.22-2.pgdg+2_arm64.deb
Size: 179836
SHA256: 0c6f2dec138804c33494c4474f6399cd4cc9ef17c9532b784c91d93b3ca1df20
SHA1: 9e051a40d5c03d2ed59c48f1ce30ebd7985ce0e1
MD5sum: d41de661c72ddd4132286f26ff4bdfd6
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.
Timestamp: 2025-04-07 12:25:23+00

Package: libpq5-dbgsym
Source: postgresql-12
Version: 12.22-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 287
Depends: libpq5 (= 12.22-2.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpq5-dbgsym_12.22-2.pgdg+2_arm64.deb
Size: 253140
SHA256: a6951f3fdfb36fbc6b0d4ce5cfe6c13d3c970c1ee7f0c1713fc7176037108a88
SHA1: 27070db0ae6c9898e37558bd66ab958b7caa7435
MD5sum: f718efa2b4e0f4bee734c4f4abc09771
Description: debug symbols for libpq5
Build-Ids: 7cc2a2f38e98328b1d5052c39a8f662b2e54c718
Timestamp: 2025-04-07 12:25:23+00

Package: libecpg-compat3
Source: postgresql-13
Version: 13.20-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg-compat3_13.20-1.pgdg+2_arm64.deb
Size: 23868
SHA256: ac72c1d7f41c95d657918781cf5af360e68fb3bf20d87ca30f7ca178b7839c0f
SHA1: 05cad2329506db4045f8a38173f7618f065b6713
MD5sum: 521b1270813ffc52ef76a07ef5f70cc3
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.
Timestamp: 2025-04-07 12:25:29+00

Package: libecpg-compat3-dbgsym
Source: postgresql-13
Version: 13.20-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 13.20-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-compat3-dbgsym_13.20-1.pgdg+2_arm64.deb
Size: 16908
SHA256: 52c4d4def76b7d0238133540dfa3816d5babb3d54f81cea21b39bcd0f4917929
SHA1: 66aeeec57336b274371aee61d2b87e0347a8fef4
MD5sum: da7158c1c0bae840a4edb23a1f591273
Description: debug symbols for libecpg-compat3
Build-Ids: 3f14ff1dd720db04efb0714c6fd7e5a5fdb6bd6d
Timestamp: 2025-04-07 12:25:29+00

Package: libecpg-dev
Source: postgresql-13
Version: 13.20-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1523
Depends: libecpg-compat3 (= 13.20-1.pgdg+2), libecpg6 (= 13.20-1.pgdg+2), libpgtypes3 (= 13.20-1.pgdg+2), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libecpg-dev_13.20-1.pgdg+2_arm64.deb
Size: 271040
SHA256: 327f1869acaf8aaea8ee746702ed7ca2300308976b1dc7c0e4f68f1ccfd895cf
SHA1: 273cdfbdc6fb84a26d6163b9a70d02685ce3b783
MD5sum: e0bc7294c8a86dad0cc039d3250c494c
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).
Timestamp: 2025-04-07 12:25:29+00

Package: libecpg-dev-dbgsym
Source: postgresql-13
Version: 13.20-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1172
Depends: libecpg-dev (= 13.20-1.pgdg+2)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-dev-dbgsym_13.20-1.pgdg+2_arm64.deb
Size: 247672
SHA256: 87ca8143fa0d4280110b54d7b2d5da9c5846f179ea85ffd2e79b4a9fea348bba
SHA1: 60d1f97b765dea9632608dea7c768b49748391c1
MD5sum: 530ef977ad7d74419d229cf6bf8a533a
Description: debug symbols for libecpg-dev
Build-Ids: 3b348ab33d041e57c3215d7dcc8e8d9994ded015
Timestamp: 2025-04-07 12:25:29+00

Package: libecpg6
Source: postgresql-13
Version: 13.20-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 265
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg6_13.20-1.pgdg+2_arm64.deb
Size: 63852
SHA256: b914b039cd149d0b25625a7a0843e5fc61d1f6c6db287f398b9f0b4b80e122f2
SHA1: 5b90b1c704f7d65eea7bcf586fc156b3ac6266e4
MD5sum: 3dedac56732430c0cf322d272930802a
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.
Timestamp: 2025-04-07 12:25:29+00

Package: libecpg6-dbgsym
Source: postgresql-13
Version: 13.20-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 13.20-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg6-dbgsym_13.20-1.pgdg+2_arm64.deb
Size: 113352
SHA256: 92e8ec5215e50ab469c4797df517b1551c9899cdc71884bc680709c0cf34188a
SHA1: be998b57ba5927c13aeacb342ca59d2e870b3b42
MD5sum: 46b4dceec87bb84e7c5063c07cb0a214
Description: debug symbols for libecpg6
Build-Ids: 57cd7241f92988ca44d73b63a50fd830c44e31f5
Timestamp: 2025-04-07 12:25:29+00

Package: libpgtypes3
Source: postgresql-13
Version: 13.20-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpgtypes3_13.20-1.pgdg+2_arm64.deb
Size: 50024
SHA256: c5f2f6ff62762a518cc2823d286052c2960e6ef1efac58e877b3d5f0c58dff26
SHA1: e2cd838e8900e898e80d4fd17df0c9a67a4a0ea9
MD5sum: 3d007ea1c0fc65487c7f3e8a887b9615
Description: shared library libpgtypes for PostgreSQL 13
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-04-07 12:25:29+00

Package: libpgtypes3-dbgsym
Source: postgresql-13
Version: 13.20-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 13.20-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpgtypes3-dbgsym_13.20-1.pgdg+2_arm64.deb
Size: 88920
SHA256: 7b01f8b7f24d314e4024597ca440a8a4289393fafb7a220e191745a6703bcb6e
SHA1: 5b1ce87ba74eea8ef8392e783c34d31cdf310ec4
MD5sum: 91e3d84aefdfc32a882ffc3957e7795b
Description: debug symbols for libpgtypes3
Build-Ids: d8f8d7dad5b83a30a99434dcfd55cd855e9579eb
Timestamp: 2025-04-07 12:25:29+00

Package: libpq-dev
Source: postgresql-13
Version: 13.20-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 583
Depends: libpq5 (= 13.20-1.pgdg+2)
Suggests: postgresql-doc-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libpq-dev_13.20-1.pgdg+2_arm64.deb
Size: 144432
SHA256: e3ae70bcad5bb1a3fc93524881b96384329566103103746bbad0796370a417d0
SHA1: cbbb1480ad785035875f45213713b36885a36b6e
MD5sum: 6f4327bc3e7f3b5d3b2c3b2d11a82093
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.
Timestamp: 2025-04-07 12:25:29+00

Package: libpq5
Source: postgresql-13
Version: 13.20-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 855
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpq5_13.20-1.pgdg+2_arm64.deb
Size: 181672
SHA256: 2218774fc4a73cd4e5407c76b9db3610ef7d795b1f5b4e03be7d2f14d5b58933
SHA1: bb57c92bc9ebf4741179106b5cf289b6920b1f13
MD5sum: c8152713e21293d60bbd52428e48dcfc
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.
Timestamp: 2025-04-07 12:25:29+00

Package: libpq5-dbgsym
Source: postgresql-13
Version: 13.20-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 295
Depends: libpq5 (= 13.20-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpq5-dbgsym_13.20-1.pgdg+2_arm64.deb
Size: 259996
SHA256: cc5a8aa9964430b115af9618205fd08556dfbe1d1902de80bc0032a532b05255
SHA1: f2cf17f9de68ade543bc6106313c78d05ad64746
MD5sum: 1d5cfeb7764e505da0dcf89a74be9a9d
Description: debug symbols for libpq5
Build-Ids: 97abab5bdec30bfc7b369644a5c3d493d60c1cf4
Timestamp: 2025-04-07 12:25:29+00

Package: libecpg-compat3
Source: postgresql-14
Version: 14.17-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg-compat3_14.17-1.pgdg+2_arm64.deb
Size: 21444
SHA256: cc06b92e148d33a84cc6362d39d0a311fbfe0220c143fcff57d8091cbffe996f
SHA1: a608e6036f46eaa70d46c9af8072c66f3f69ab41
MD5sum: 930e838f14a748f6479c43c06df785a1
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.
Timestamp: 2025-04-07 12:25:34+00

Package: libecpg-compat3-dbgsym
Source: postgresql-14
Version: 14.17-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 14.17-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-compat3-dbgsym_14.17-1.pgdg+2_arm64.deb
Size: 16900
SHA256: b86b014f7ca7d66c98bcd2b3de6dd5e6edb150422f524fe323a3754d5ac60278
SHA1: b62c67cebf63ddbf1293c0b746f025c8d19c8a80
MD5sum: 4d561e0a3472c232481f9269a92fb694
Description: debug symbols for libecpg-compat3
Build-Ids: 81acfaea7f8d720f965239714f9db4433edf5b44
Timestamp: 2025-04-07 12:25:34+00

Package: libecpg-dev
Source: postgresql-14
Version: 14.17-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1609
Depends: libecpg-compat3 (= 14.17-1.pgdg+2), libecpg6 (= 14.17-1.pgdg+2), libpgtypes3 (= 14.17-1.pgdg+2), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libecpg-dev_14.17-1.pgdg+2_arm64.deb
Size: 276472
SHA256: 5640d8e504f31ec897f45842f186f91b0b1cfbfe96410909bb03823ec9bd7299
SHA1: 8815f29d0e01a5a25256e86453561634fda49996
MD5sum: 18d94b778c401f9b995a9a2ca909a9eb
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).
Timestamp: 2025-04-07 12:25:34+00

Package: libecpg-dev-dbgsym
Source: postgresql-14
Version: 14.17-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1218
Depends: libecpg-dev (= 14.17-1.pgdg+2)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-dev-dbgsym_14.17-1.pgdg+2_arm64.deb
Size: 255876
SHA256: 25173935dffb879f85fd5af95061acc4f162eb0cbc3fd3ae09db1d38d528aa0e
SHA1: ae87950ef0e77c042a9b10546159f3b2607ee22f
MD5sum: c16524caa2b8df31faf9d542be0077ba
Description: debug symbols for libecpg-dev
Build-Ids: fb2c3313ab7d4f824e29fc695e3022428813ccc7
Timestamp: 2025-04-07 12:25:34+00

Package: libecpg6
Source: postgresql-14
Version: 14.17-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 270
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg6_14.17-1.pgdg+2_arm64.deb
Size: 62256
SHA256: cf35dd2dece883ee4f087174942a701aeb049c7027c1d67dfe1222e8186374af
SHA1: 57f713788309ec4a2018cecaf42194e257bb1a28
MD5sum: 921181b666cbf12e817314cd85eb39d6
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.
Timestamp: 2025-04-07 12:25:34+00

Package: libecpg6-dbgsym
Source: postgresql-14
Version: 14.17-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 14.17-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg6-dbgsym_14.17-1.pgdg+2_arm64.deb
Size: 113232
SHA256: d4ffb795e8f9a388b0c29634a8aab7ef8ef33047ba0369c56193c12a9a629c6f
SHA1: dd0ef9b28d966d2dc17a62d31408a1ac3a066204
MD5sum: 79fa9f91bed34686c08af928af70bf26
Description: debug symbols for libecpg6
Build-Ids: 04a167ad591e9f3fab8b11e50c8527763a5f0f01
Timestamp: 2025-04-07 12:25:34+00

Package: libpgtypes3
Source: postgresql-14
Version: 14.17-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 170
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpgtypes3_14.17-1.pgdg+2_arm64.deb
Size: 47660
SHA256: 62cafa8fc64a38f5ed8eb3ee2f82d340a822968a72e65bb58bd65a0b84bc70f7
SHA1: b11d6e94c2005ef6b3aae03753122bbfb6f60c18
MD5sum: 86102042e11533d10905ca2839f39656
Description: shared library libpgtypes for PostgreSQL 14
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-04-07 12:25:34+00

Package: libpgtypes3-dbgsym
Source: postgresql-14
Version: 14.17-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 14.17-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpgtypes3-dbgsym_14.17-1.pgdg+2_arm64.deb
Size: 89184
SHA256: 0f194d7f6c195eb8f89d8272e3af70835964047eb929c2191a642deb259dded3
SHA1: ad912e26a39a2d6a265382dbbf7b2d0e5678e5ee
MD5sum: 3a4d5b7acec65d482d2b93a7051d23ab
Description: debug symbols for libpgtypes3
Build-Ids: 45df24e3c517628b13b62907d497d4bcccf05332
Timestamp: 2025-04-07 12:25:34+00

Package: libpq-dev
Source: postgresql-14
Version: 14.17-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 594
Depends: libpq5 (= 14.17-1.pgdg+2), libssl-dev
Suggests: postgresql-doc-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libpq-dev_14.17-1.pgdg+2_arm64.deb
Size: 144844
SHA256: 6c77ffb4094791adfb43f4e2f0197c1d803280e7cf83a4b920c3b31fb0df075f
SHA1: b718b814bb8be1dc535824872c9091cc3fe3aad2
MD5sum: d94388378d1a465f30df16f02ade06b0
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.
Timestamp: 2025-04-07 12:25:34+00

Package: libpq5
Source: postgresql-14
Version: 14.17-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 821
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpq5_14.17-1.pgdg+2_arm64.deb
Size: 177568
SHA256: 0ea5f4c3d15dd6694de4b378beab9a6f1e7d1da5263fc54024425b5b446fc97f
SHA1: b4fe8899c0ffa6746402ecefcdbf2e4dcc1178a6
MD5sum: 585a73a8000d1d96019b1eae39357e81
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.
Timestamp: 2025-04-07 12:25:34+00

Package: libpq5-dbgsym
Source: postgresql-14
Version: 14.17-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 308
Depends: libpq5 (= 14.17-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpq5-dbgsym_14.17-1.pgdg+2_arm64.deb
Size: 272668
SHA256: 7ebdd7df3d1a3537023a537569249dfd3c70caf4d7d487b2ec5ab2101372cb90
SHA1: 08dbbac8242417b2bd1c407a3ffd6e778f395d48
MD5sum: 86073d539b1ff7e9a847a88405cea558
Description: debug symbols for libpq5
Build-Ids: 112157af6e91ebe475bae69ce61c1345f99159da
Timestamp: 2025-04-07 12:25:34+00

Package: libecpg-compat3
Source: postgresql-15
Version: 15.12-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg-compat3_15.12-1.pgdg+2_arm64.deb
Size: 19108
SHA256: 8ff6c9b47caef0c63ff7e086e73f07cebb7e92b0cc66e7d10164270b28f57016
SHA1: 02037bf4bf45176b15e07f3365df8086858da48c
MD5sum: 0b1540ed442aff3c675c2d143c2c6247
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.
Timestamp: 2025-04-07 12:25:40+00

Package: libecpg-compat3-dbgsym
Source: postgresql-15
Version: 15.12-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 15.12-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-compat3-dbgsym_15.12-1.pgdg+2_arm64.deb
Size: 16896
SHA256: a1e2d482ea86446a296af4b242f976e2e6fd4980fa5cf585d4d164a396ba0ef6
SHA1: 3bb5699d3e0f5141df1f85f49dd180931e22fd79
MD5sum: 6b035a9d6eb56b2d95b8fa4c08bb2cd9
Description: debug symbols for libecpg-compat3
Build-Ids: e971cdac1df2e580bf2ce280403649312bc59389
Timestamp: 2025-04-07 12:25:40+00

Package: libecpg-dev
Source: postgresql-15
Version: 15.12-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1636
Depends: libecpg-compat3 (= 15.12-1.pgdg+2), libecpg6 (= 15.12-1.pgdg+2), libpgtypes3 (= 15.12-1.pgdg+2), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libecpg-dev_15.12-1.pgdg+2_arm64.deb
Size: 280616
SHA256: 8d06b5c8ced8b2437eeda055da82f4deae68842eed32767681fd078344638ade
SHA1: 4824f17dfc58736a27445f8e4dbd71276334b2ed
MD5sum: 7e3de97c77aed32058db2b29f5be7c57
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).
Timestamp: 2025-04-07 12:25:40+00

Package: libecpg-dev-dbgsym
Source: postgresql-15
Version: 15.12-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1247
Depends: libecpg-dev (= 15.12-1.pgdg+2)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-dev-dbgsym_15.12-1.pgdg+2_arm64.deb
Size: 259888
SHA256: ec7cda3f530ee3bcc98e40a18c80483cc64b66bd80b146700af307e682c486bf
SHA1: cbb7f393b7f07d86ba8156d6728f217d405e56db
MD5sum: 7e1ad6942547e2d7d024350d386989b3
Description: debug symbols for libecpg-dev
Build-Ids: 89d2e3abf17d9cf2e7b33b427421cde4dff7bba0
Timestamp: 2025-04-07 12:25:40+00

Package: libecpg6
Source: postgresql-15
Version: 15.12-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg6_15.12-1.pgdg+2_arm64.deb
Size: 61480
SHA256: 847fbd37bedae63dca3f7298e6cb4b507657a25f84b302bc49cd1d13bab07150
SHA1: 3ccd90e2f045ac0c456ad9473081ebbd8546670d
MD5sum: 41b017c61e5f9394c8ad1ebc6d5c3fdf
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.
Timestamp: 2025-04-07 12:25:40+00

Package: libecpg6-dbgsym
Source: postgresql-15
Version: 15.12-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: libecpg6 (= 15.12-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg6-dbgsym_15.12-1.pgdg+2_arm64.deb
Size: 115872
SHA256: 9b527f1864a476c4312c8646e086f00bb32f66f211fab04c6baf47061d946be4
SHA1: a9864c14f33bc5bf6f1ed3b569bb5f5f7c32dd80
MD5sum: 8f1bde9ea74601fe9f8938e5db38da81
Description: debug symbols for libecpg6
Build-Ids: 16887759e435a1aadea7f57c8e68021f68060181
Timestamp: 2025-04-07 12:25:40+00

Package: libpgtypes3
Source: postgresql-15
Version: 15.12-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpgtypes3_15.12-1.pgdg+2_arm64.deb
Size: 45644
SHA256: 969d814db0a8a819b707ec700c2f7ed9f97df384ac54efe0d3a394f3eed513ec
SHA1: e7540881b63714dca6398864f1dc349136d1adb5
MD5sum: a250036c4cbedbd423ebb6704a91ced6
Description: shared library libpgtypes for PostgreSQL 15
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-04-07 12:25:40+00

Package: libpgtypes3-dbgsym
Source: postgresql-15
Version: 15.12-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 15.12-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpgtypes3-dbgsym_15.12-1.pgdg+2_arm64.deb
Size: 89604
SHA256: b78068cf11bf6ce5869c2fa97b9a7582788883021488e3f7399afd09d5bc4bf1
SHA1: df6d112c44d948b1969be0bd9a9b4d2658422faa
MD5sum: 3adee1a75c62c653f6a085df885df260
Description: debug symbols for libpgtypes3
Build-Ids: 6ef5b7719692d8012e2afc343d354afa578e483c
Timestamp: 2025-04-07 12:25:40+00

Package: libpq-dev
Source: postgresql-15
Version: 15.12-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 602
Depends: libpq5 (= 15.12-1.pgdg+2), libssl-dev
Suggests: postgresql-doc-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libpq-dev_15.12-1.pgdg+2_arm64.deb
Size: 145592
SHA256: 3328bda2f81487d2533df230dd4668652a696da520c0c326ca2abd8fd46fe6a0
SHA1: 50ecea0cce25dd2e468ff2188c2f8fe8b6121708
MD5sum: f3ee4a9be92a51470664990b4981f8c9
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.
Timestamp: 2025-04-07 12:25:40+00

Package: libpq5
Source: postgresql-15
Version: 15.12-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 908
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpq5_15.12-1.pgdg+2_arm64.deb
Size: 187016
SHA256: 139af3c3642ebee7f1589b67e299e725fc63462636e0ef277097bf69bc876252
SHA1: 81c82ee1a7371f5f1ae622f528eb8fccf1915aa5
MD5sum: ff9bbb0a1321a7d13ee5d23ea194ed60
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.
Timestamp: 2025-04-07 12:25:40+00

Package: libpq5-dbgsym
Source: postgresql-15
Version: 15.12-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 318
Depends: libpq5 (= 15.12-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpq5-dbgsym_15.12-1.pgdg+2_arm64.deb
Size: 282024
SHA256: 72ca660c7739a9cda8abfdc1acc50095b19caae9cd321e7debf4c7984bf402b3
SHA1: d94f4152fdbe71fc76296f41ec8aed6adfb4fcc6
MD5sum: 3a8f3903bf4a8588df0f9eedc7fbc5f4
Description: debug symbols for libpq5
Build-Ids: 7a296c4ab51f2d9b7defe6d374159bcbe637eb9b
Timestamp: 2025-04-07 12:25:40+00

Package: libecpg-compat3
Source: postgresql-16
Version: 16.8-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libecpg-compat3_16.8-1.pgdg+2_arm64.deb
Size: 17968
SHA256: 5f2e83e92d6466bba85b1a5cdcf3a82cb011f16d43ba73030680b39c39a4a041
SHA1: 5edfbb987d34c1826dd354d7f312358229e47fbf
MD5sum: 7f6859653f56b546b2369358abae2086
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.
Timestamp: 2025-04-07 12:25:45+00

Package: libecpg-compat3-dbgsym
Source: postgresql-16
Version: 16.8-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 16.8-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg-compat3-dbgsym_16.8-1.pgdg+2_arm64.deb
Size: 16912
SHA256: 125bb1189f49e94ea0e9162687fd8a7abd46a689d220f8d608d41d60e318d36d
SHA1: fafe5ade4ee5fb88fe238707ee79ef567917f5c5
MD5sum: 2bc8677b0161cec52623675cc1c0e324
Description: debug symbols for libecpg-compat3
Build-Ids: 75ed3560446d3dd1146b0cf266972a21ee996c5e
Timestamp: 2025-04-07 12:25:45+00

Package: libecpg-dev
Source: postgresql-16
Version: 16.8-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1701
Depends: libecpg-compat3 (= 16.8-1.pgdg+2), libecpg6 (= 16.8-1.pgdg+2), libpgtypes3 (= 16.8-1.pgdg+2), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/libecpg-dev_16.8-1.pgdg+2_arm64.deb
Size: 282424
SHA256: 1c4a48518850e57b0a4ac00610a75be66918abd016730bad79af623d5b525566
SHA1: aa18e50ed6c82dce49ae743d4f18223107e7db49
MD5sum: c0801507ae4928709ebea4252d303ae4
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).
Timestamp: 2025-04-07 12:25:45+00

Package: libecpg-dev-dbgsym
Source: postgresql-16
Version: 16.8-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1263
Depends: libecpg-dev (= 16.8-1.pgdg+2)
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg-dev-dbgsym_16.8-1.pgdg+2_arm64.deb
Size: 262384
SHA256: ddabc978fd4a49ce543a0051af2d18bf3f6bbcac5efaf5daee038fa5e2eff5e1
SHA1: 24a80ed57be42eff3e9250a9589adb93efe2ef7e
MD5sum: 76ec355ddcedb16aa9b898879a81e813
Description: debug symbols for libecpg-dev
Build-Ids: 6e42e40056a9a3b9152f3296ef3004ff3c23f3a5
Timestamp: 2025-04-07 12:25:45+00

Package: libecpg6
Source: postgresql-16
Version: 16.8-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 278
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libecpg6_16.8-1.pgdg+2_arm64.deb
Size: 60848
SHA256: e4b06c5f415a9a1b2cf01de132768e83c310a999c3618a3c416d44a5e86d842b
SHA1: 346eecd264469b65eee1bc0c402c2f389ea03a90
MD5sum: 61f9a70b00f9c5d7cae497d719767e17
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.
Timestamp: 2025-04-07 12:25:45+00

Package: libecpg6-dbgsym
Source: postgresql-16
Version: 16.8-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: libecpg6 (= 16.8-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg6-dbgsym_16.8-1.pgdg+2_arm64.deb
Size: 115520
SHA256: 5eedea0f330dff2f896473d24f5c0b1ed911e7aaf820f79b8bfd8a392fa240a8
SHA1: 8c6e2e5e369516fad75acba910a2739e7b10d828
MD5sum: 069d15dc3d443251b348af86ac5fa582
Description: debug symbols for libecpg6
Build-Ids: 120bec7387ac7b403b857484316a2e5b90bdc694
Timestamp: 2025-04-07 12:25:45+00

Package: libpgtypes3
Source: postgresql-16
Version: 16.8-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libpgtypes3_16.8-1.pgdg+2_arm64.deb
Size: 44788
SHA256: 05e212093565018badd69351ac312d97674b4c3fd71f72d6487ab2e3eb82834d
SHA1: 9ef823e962feabb8307433f2bd95fc04c060ee5b
MD5sum: 58b6b99c2f1675fc032952571326950c
Description: shared library libpgtypes for PostgreSQL 16
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-04-07 12:25:45+00

Package: libpgtypes3-dbgsym
Source: postgresql-16
Version: 16.8-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 16.8-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libpgtypes3-dbgsym_16.8-1.pgdg+2_arm64.deb
Size: 89944
SHA256: 84fbf2dd54fae4b56a1d53a5842d44e232fc892f86acb26897a658593d07992e
SHA1: ec770ef92dde781ae09a54d58e2ff0b574c03827
MD5sum: 1f3ff94c3a89cb5becba7ed189160d57
Description: debug symbols for libpgtypes3
Build-Ids: 3659cfd3baad196ad7b384a71fc8b073a6535be5
Timestamp: 2025-04-07 12:25:45+00

Package: libpq-dev
Source: postgresql-16
Version: 16.8-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 601
Depends: libpq5 (= 16.8-1.pgdg+2), libssl-dev
Suggests: postgresql-doc-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/libpq-dev_16.8-1.pgdg+2_arm64.deb
Size: 145776
SHA256: 2d946cb47796f2d2472c552bc6ae40c2f58e15b84525c9a33a27234e80eacef5
SHA1: 14d066967852b6184db91f8edd0f0d4b6aa08cd4
MD5sum: 34b832162f7a4df5bb17461786f37378
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.
Timestamp: 2025-04-07 12:25:45+00

Package: libpq5
Source: postgresql-16
Version: 16.8-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1096
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libpq5_16.8-1.pgdg+2_arm64.deb
Size: 216352
SHA256: 409e58bb369a78c8b0f7630df91400a50fdb5a3130af5180642c1334128d22dc
SHA1: 7ecbed8f573f109809bcffa4ef1d6aec1c2c05ea
MD5sum: 0f12b8a277941fb8f60ec831e9be3331
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.
Timestamp: 2025-04-07 12:25:45+00

Package: libpq5-dbgsym
Source: postgresql-16
Version: 16.8-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 328
Depends: libpq5 (= 16.8-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libpq5-dbgsym_16.8-1.pgdg+2_arm64.deb
Size: 291076
SHA256: d62e8e64f494db5eff058e158d53cd3a2f4de6002c5d05a6f75cdc6755103fc0
SHA1: 0ff920e365915e6d2f70de62b910e2a337c1a767
MD5sum: 1ae1c21839e320fe6f8792b01a094781
Description: debug symbols for libpq5
Build-Ids: 5eaf8efdb0920d8485bd1d6df1b0514dbebd4311
Timestamp: 2025-04-07 12:25:45+00

Package: libecpg6
Source: postgresql-17
Version: 17.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 276
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-17/libecpg6_17.4-2.pgdg+1_arm64.deb
Size: 58184
SHA256: 88e9b99058b8db54af828da0d0739074b282ca8a6692ee349a4865d64197f26e
SHA1: 39f12cadbdcc0f3d21fdfb31c0aecb04941096ee
MD5sum: db86c794b999b139f575e7bfb51018ca
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.
Timestamp: 2025-04-07 14:27:09+00

Package: libecpg6-dbgsym
Source: postgresql-17
Version: 17.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: libecpg6 (= 17.4-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libecpg6-dbgsym_17.4-2.pgdg+1_arm64.deb
Size: 115396
SHA256: 504b1d33182bac4e98082fd57df2421d879e9b9d2f4df216db037aae8baf901d
SHA1: 72191bdbd0dacfde188a8a63ed529eda2d51fe16
MD5sum: ceff613f6971f27c060c74816cf446c1
Description: debug symbols for libecpg6
Build-Ids: cb648889caaadf5e6efb7039cfdfd886f8f9bc9c
Timestamp: 2025-04-07 14:27:09+00

Package: libecpg-compat3
Source: postgresql-17
Version: 17.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-17/libecpg-compat3_17.4-2.pgdg+1_arm64.deb
Size: 15364
SHA256: d756c83766b097034b3675cb4cf9b7cedec75bbe0ca43455a5f37f2c964eec92
SHA1: 8cd877ade0e3622c5f61ea867bd2849c5e911633
MD5sum: 724dc835bbded61db563307f914b4caf
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.
Timestamp: 2025-04-07 14:27:09+00

Package: libecpg-compat3-dbgsym
Source: postgresql-17
Version: 17.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 17.4-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libecpg-compat3-dbgsym_17.4-2.pgdg+1_arm64.deb
Size: 16968
SHA256: b2c7f1f57e4c55107a408722842dd62c4f5ee8e6f0b2de482888c3cfbd9dacd9
SHA1: 7961e8fecfecb529c93529b9145ea8d8716a5039
MD5sum: fd5d52abcdcd374638b7e615b999a79b
Description: debug symbols for libecpg-compat3
Build-Ids: 51eec6ce8db51f0949a6600989fa1eaf326ed97c
Timestamp: 2025-04-07 14:27:09+00

Package: libecpg-dev
Source: postgresql-17
Version: 17.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1699
Depends: libecpg-compat3 (= 17.4-2.pgdg+1), libecpg6 (= 17.4-2.pgdg+1), libpgtypes3 (= 17.4-2.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-17/libecpg-dev_17.4-2.pgdg+1_arm64.deb
Size: 285156
SHA256: 6596ce26ccd3f529359b8846054158ecf7cf60e8bceceb54fdb04d3f73257457
SHA1: 27783c1dac6f479039084f8df6892aba5fb19dbd
MD5sum: 177e7d20861f4710564820556eae8961
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).
Timestamp: 2025-04-07 14:27:09+00

Package: libecpg-dev-dbgsym
Source: postgresql-17
Version: 17.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1321
Depends: libecpg-dev (= 17.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libecpg-dev-dbgsym_17.4-2.pgdg+1_arm64.deb
Size: 269796
SHA256: 1e29445d53276d7373392e26847a54891680a6d72c4f55be6113cf57f9801d82
SHA1: 05d6aba4b5adf770e257dc3b7f9e7d770f4b7405
MD5sum: 2994dfa2b1189a8ca399965162dfc58e
Description: debug symbols for libecpg-dev
Build-Ids: 457088a48647a55b8753e408ec05851752e80322
Timestamp: 2025-04-07 14:27:09+00

Package: libpgtypes3
Source: postgresql-17
Version: 17.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-17/libpgtypes3_17.4-2.pgdg+1_arm64.deb
Size: 42164
SHA256: 3d5f4e78f29b9890d26bd6cc8e99e7d61aa37d8206c04182ad2d2274333664c0
SHA1: ef1979f4ef6a8c021c8000fe4a8f2fcf7529d61a
MD5sum: 4e3864ff8b9447342f3d782aadc2f261
Description: shared library libpgtypes for PostgreSQL 17
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-04-07 14:27:09+00

Package: libpgtypes3-dbgsym
Source: postgresql-17
Version: 17.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 17.4-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libpgtypes3-dbgsym_17.4-2.pgdg+1_arm64.deb
Size: 89868
SHA256: 6bb7d497c20512e4b1b3ed2bc0a4c0168fb7f4b91a7df804f6220093ed9801cd
SHA1: a0021e90fd4aa004bdb996423bfd46170f6aad00
MD5sum: dfb30809a78b824fa5683aa2d8b5b78e
Description: debug symbols for libpgtypes3
Build-Ids: 27c396f6d54d33de8b7989d2b3574e70225bdf90
Timestamp: 2025-04-07 14:27:09+00

Package: libpq5
Source: postgresql-17
Version: 17.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1109
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Recommends: ca-certificates
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-17/libpq5_17.4-2.pgdg+1_arm64.deb
Size: 222512
SHA256: 66e3d30ad90ede46df2f91ea07fcee260a105e0b090c8f2cc2add593f39db5e6
SHA1: 4aff7a60350d45cd1ee5b092c1b52efee6b6c9be
MD5sum: 7be86bb33432e967dce6df5bc8c1b599
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. SSL certificate validation (the sslrootcert=system connection
 option) requires the ca-certificates package.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-04-07 14:27:09+00

Package: libpq5-dbgsym
Source: postgresql-17
Version: 17.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 335
Depends: libpq5 (= 17.4-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libpq5-dbgsym_17.4-2.pgdg+1_arm64.deb
Size: 297856
SHA256: fb16a148ea265584ce71e231e1b6c7d6a1ff1c49e316bc468a64f21fcf44be54
SHA1: dd3f12bff6718a4150318dc293534b4e08edb4ea
MD5sum: 00e9e51f27f1d946a5b1aacbe4447332
Description: debug symbols for libpq5
Build-Ids: 2b5aadb0702e228e1c47b2408c36eb4c84262ffe
Timestamp: 2025-04-07 14:27:09+00

Package: libpq-dev
Source: postgresql-17
Version: 17.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 618
Depends: libpq5 (= 17.4-2.pgdg+1), libssl-dev
Suggests: postgresql-doc-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-17/libpq-dev_17.4-2.pgdg+1_arm64.deb
Size: 147476
SHA256: a3bd7a7ce8ae934cb5e45899a72e7d6aeabe4d00d2dc1b4351f2d8a544b2e9f2
SHA1: 9b593b191584f80c043a8f517155d5df10115cc9
MD5sum: 1123f98bf8568a18159f6f94be033417
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.
Timestamp: 2025-04-07 14:27:09+00

Package: pg-auto-failover-cli
Source: pg-auto-failover
Version: 2.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1091
Depends: openssl, libc6 (>= 2.38), libncurses6 (>= 6), libpq5 (>= 9.1~), libtinfo6 (>= 6)
Recommends: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/pg-auto-failover-cli_2.2-2.pgdg+1_arm64.deb
Size: 433732
SHA256: a41a248d03243a097217b9cb3d379d4e572c85b62973c63678f71d14103af447
SHA1: 7a0259eac7b1e472a18a664df1848338324a48db
MD5sum: cce18134fc88afce4db560f188a0b31e
Description: Command line interface and service to manage pg auto failover Clusters
 This CLI is used to manage pg_auto_failover installations to provide High
 Availability to Postgres.
Timestamp: 2025-04-07 14:27:09+00

Package: pg-auto-failover-cli-dbgsym
Source: pg-auto-failover
Version: 2.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1404
Depends: pg-auto-failover-cli (= 2.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/pg-auto-failover-cli-dbgsym_2.2-2.pgdg+1_arm64.deb
Size: 561460
SHA256: 3a093f66e1b5e6c9a3fa3c7b6756a8ddf39e5ca5a8708e75c2364b86f7122e9c
SHA1: cf6ef892df41774c186a15d42e0e62f4fa9a8621
MD5sum: 45e789b93c1234c7d093e39269c6fb07
Description: debug symbols for pg-auto-failover-cli
Build-Ids: 8268999d0f7cb11abc746b3fed470f19f13d44bc
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-10
Version: 10.23-7.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28504
Depends: locales | locales-all, postgresql-client-10, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-10
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-10_10.23-7.pgdg+2_arm64.deb
Size: 5061052
SHA256: 093ac13d839166171ed611f75935af64e7b791a2e6bef61ba845cfeda2840c5b
SHA1: d63ea2d9e83c2337f26f2535172e568d0144f5ca
MD5sum: db8db81ad078816a051002d62e6f4e99
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 10.
Postgresql-Catversion: 201707211
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-10-dbgsym
Source: postgresql-10
Version: 10.23-7.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 22560
Depends: postgresql-10 (= 10.23-7.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-10-dbgsym_10.23-7.pgdg+2_arm64.deb
Size: 12134788
SHA256: 1601f8562550e31924db13124d0965f4a7efc6253d756eb8c2a0fc5b12f13fba
SHA1: 8db16a801b03827ba84ec67f340b4e51b2b5263c
MD5sum: 1737751aa257e84e012f4f57303d7276
Description: debug symbols for postgresql-10
Build-Ids: 07bb7a3c6539ed0fabb7998e7e50e1267b27a72c 09b2bd1ccd401f3de826825f079166bfd232ba6b 0b30f5ed73d1c9d22d75d65c461f01d4dbe17156 0c38b53a698de49a08e97e682991130137d42de1 0fe618783d554980b460ee0ae8c1750ba0f89c97 15ce17a64bdf6720f6f45f9b40f69eeeffee3630 17eb54f19a1ad0899484f0345f42969b660e93b4 203b7a9aec6374c2b8059ef2064dbcb170776d0d 2133a917309c2462b86a1ae5c2a961c1d64bcf9d 21cc005a2b4acf0442d9944a52a63bcc19a2ea9f 21cde44969f8d144aed3732b8545e5253007636f 249b3d7b1d9a42079d4dcafcad86c3fc281a54cb 27acc23e68b0664df0bab8b3f94cda88fe4088f8 29c3f91cf0fb67bd746cfb786fabfce10751e524 2ac3832772c68935e3df8d85435be89d557e7bcd 37b54f991b70e75a88647c02e9f69e039c6d31e3 398470130f534cdd68744647c4b84b040227244b 3d203929b2f53f0b6883424740e07ba6f79415b8 41c02211abfaf40b05f2ddf2042f264f547743ac 42840cb04c9a1c88ade3d14f7a793ba4d0063045 438b55e85c6eeee0a5e79a223e7f8fd9e47232d7 447643033b5c36be8ebd646cd0c38702f69b8cb4 46487e61d95022bbfe9d0a127aea1d652091251e 482645f9ce8d921e91a797cf958f7772ac2e61ef 4cc2416650eb6f554c755f3cfafd390e2d3f803b 4ce51701817221411a5c0c6e5abe6dc46270cbef 4f1669a37d6f3be41b7efdd36beb73468e20f8bf 5304c87de860a6763794b89ac4466bd5d864c3b8 538f7c24b1f5ec9cf4d11c6f7f0f10e4406dd00a 544e2f9e7eef4d8b348ff8cf85d2b6f9aa725c72 5afd643efeee8b471436180dedd186a3ee9d98c2 5cd329cb8516cca92147e5e107699470bb6a5ec2 5d375cb9f0e8fc9e6993f9e886b9c336b71e649d 5d862c3fb006e19558ca16aa57b60139a9746031 616e1f88fb9421326a1b4d5805b0dc71a3c0013a 63d53c9e4395f8eb5a84d829fb91273bf35924f9 66fa42f75833829ba8fef35c45ec5bcd40cca468 67c0bf31e0035d8474a8e3991555f9b65e03de15 6882e277effdbb305a6f8ef783ef5889d41412f7 69704ba338e8b036276487a575baa7890dc26625 6a4481c2702474ede39fef0ec85e1eb5b22d4145 6be3303f616c41ae370686d75551d96bf3459592 6f3a8bee9146d4d03a6ae82fb2f6c00830011d2b 6fd9db0f6a7908ae84df1e7d0e56b1ea8e72dfc7 71ccf79515332668f826b724bf2330bd4dbd95f9 73d8782de4bfdeb8aa6e9cfa1726515dd44648af 73e23b17f15c1ef513b81f8c9018dd3e2c01cf1e 763ebc6aa10ec0d72f83abca0f8b9b52ae2b9535 78e5ebfd82bfc3d75202aec669b6d3478a63a9db 797abd6a19a93c4d56318f4fa8798f440fcb410d 7b6e6d90e50166c3e4f9bbc15661c3935c13befa 802035b6f667408515af1909e2b24cc98a1bb945 8353300f54807332757eecbba9af3268912c0651 8550e96ebfc357d1f362d92c8bea6cb131684ff1 85a3f133a0aa09a87f3ea7beda26a59b21a54ee5 8af87f9e35e0be8f19dc17f748b8a89ff22aef25 8f96f5b7a017197431d94299fae50f93babbc299 979583565901e465d461bd678fb72bccbf1f7d13 9c679c12fa2ed79d592d20674dcfec8b59bfd1e2 9d2d587354b095afdf38f1ccf5c083b11b020b13 a0556a3ec48e0d42da5c1372efa56ea6e339890e a3c842528fb208daffbc39c43b74c9562fea608e a98a4434dcf33b876d0d5e694a05f6228a406cb9 ac44019f0a6f194111e5a2d904dd06358c8c8a03 ae9f9c98b0b9662bbeebad8bae50eab06be08c75 af774ee8b995e7d6a2de0295c7c51194507f34bd b0d1a37b3d1aabe08c75d798bf1d333a2308f240 bb023383bbc14a524c4909306230e69a251f7457 bc9db732a338775557db8c7ab48cd66fa9578ca8 bce6e56162c8e27ec35ce12a64258ae78edd3252 c46a2bfef81d50cf75d5bd7723eb8f8bb7ffa808 c4d24472bef30d8f1896596ea6a55cd1bfc90907 c4d376b4aeb7e9af02bc1fe75365eb0dc1b698ba c629cc3d8b5449c258805b8337297e9cf8f1ef23 c853391cfc6fc9100ba0d6455095e337129b48dd c8d08aa7ce530db9ffe3cf3f6fbe231b87e4eb4a ca03ce91633dcec012fbba069c61ab448df2ad14 caf4fe788b11b0355ea11cf952089dd3eedf782b cebbdec6792802baa303c24991dce5136b9ed10b d0561fc61c0112a2144344e6188ba4552ec3339c d05ca51719891d5c248e9a06a6ae7589e6ed4695 d766ff9ed97184167dddf67b994279aebb477db6 d9c230a0f6e693eda65fba24c4a81613ff056263 e09c5d37ba36c7d18572776f459c100937be3b65 e90791bbcec0de0cd1d45a629bdd799f9f9b513d ed5b2bd17e0695ed769c584137f2ac5971f81a72 ee84a324f08daad7cea56e5f818ce48b7eadd42d efc33eefaedba4a7bb5c0b10d609445945bab310 f22115e81749f2c18f048a5fb98d508300638277 f4ada5be7b5d794dee9e49b3c38c1344b4216b2c f8d5c8acd44231bbef835f940b3282386bd266de f93ace7600519acb06bd7b57915140059d16f24b fb39828526c37814bb0d2a72b09b43bf17894e2e fc132a0eeaed2178fda94365e88c36632d78843d
Postgresql-Catversion: 201707211
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-10-decoderbufs
Source: postgres-decoderbufs
Version: 3.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-10, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs_3.1.0-1.pgdg+1_arm64.deb
Size: 14648
SHA256: 59f35a5df29c04982d56c71622b9e0ed0a407b59e873833078dd7f3d673068f9
SHA1: 4b2cd7de7423996bc1fc20dc71ce068cc7128e40
MD5sum: f07db5c7ade130cbd8868d4a96478212
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-10-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-10-decoderbufs (= 3.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs-dbgsym_3.1.0-1.pgdg+1_arm64.deb
Size: 37640
SHA256: 21370284382e83e6206ba17337a884a9ec2e50288aafc77984102188744c8af0
SHA1: cbaeca165bceb9b41e320e4207ebdb42b62cca23
MD5sum: 3fafa6bd139cb7249027c8463e9f2a6c
Description: debug symbols for postgresql-10-decoderbufs
Build-Ids: 83a4b844195440346a43d61c8271988fa85c8b26
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-11
Version: 11.22-9.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29644
Depends: locales | locales-all, postgresql-client-11, postgresql-common (>= 194~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: postgresql-11-citus (<< 8.0.0.PGDG-2~), postgresql-11-cron (<< 1.1.3-2~), postgresql-11-pgextwlist (<< 1.8-2~), postgresql-11-pglogical (<< 2.2.1-4~), postgresql-11-plsh (<< 1.20171014-3~), postgresql-11-rum (<< 1.3.2-4~), postgresql-11-wal2json (<< 1.0-5~)
Provides: postgresql-contrib-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-11_11.22-9.pgdg+2_arm64.deb
Size: 5322052
SHA256: 60cb13ff57dd33833d1bc33ff97bad50194c0ca62d6fa919e57f805fb18cca5e
SHA1: c3b296b525f0e75dcd5f63b28c6e0b68f2f1c3cc
MD5sum: 50f18faf0dcbdffeb40a3597fe303735
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 11.
Postgresql-Catversion: 201809051
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-11-auto-failover
Source: pg-auto-failover
Version: 2.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 287
Depends: pg-auto-failover-cli (>= 2.2-2.pgdg+1), postgresql-11, libc6 (>= 2.38), libpq5 (>= 8.4~)
Provides: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-11-auto-failover_2.2-2.pgdg+1_arm64.deb
Size: 57488
SHA256: b5ac53168cb6c8e349827e653c865549922fed16a9439934f42172d61f9f5fd2
SHA1: 641758c2586ec9af40c4746484f7b1502c181293
MD5sum: 6afad89561d6b1ff7f3b2db3830c799d
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-11-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 153
Depends: postgresql-11-auto-failover (= 2.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-11-auto-failover-dbgsym_2.2-2.pgdg+1_arm64.deb
Size: 128480
SHA256: 19f4fef48c5e6c5f424002ab3dfba2961e51896f1b87fd618b8c383b7de2c0ad
SHA1: ad1a2225347550a984e57e5476ae224345111a82
MD5sum: 2f81299f4a29617114e844d98065e5d2
Description: debug symbols for postgresql-11-auto-failover
Build-Ids: 550c63b1e37f2bef7312c253020f7359d6713594
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-11-dbgsym
Source: postgresql-11
Version: 11.22-9.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23811
Depends: postgresql-11 (= 11.22-9.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-11-dbgsym_11.22-9.pgdg+2_arm64.deb
Size: 12910164
SHA256: 5e0cc2d33fe22ec0ff9bcff2d72e49ba9d651b12fab00fdc83bd43d94fe488e6
SHA1: b7c4033182ac5fb4bf3e9d17d381801826d54af4
MD5sum: 6cf47129c45c9fb0592c0c195373376e
Description: debug symbols for postgresql-11
Build-Ids: 01c20496f897895fa7d5c73f351772e84aae50b3 0341abdbd903ed21025af965f17115eb8d554929 04884c57ad761ef1e5ec0c51d76611591d083294 0b1e9e1a83a1f0318716725bdf7e534570dfe629 0b6f78a51e1e482686b7626d648e242f51db849b 0e600f50a5fdad843c6961a3a4bad511445ee613 107541efdadffbdf4f118cc9ab57b81ff96b94e7 135b1bd395b89bfb115c854bf7d2c883d3c5184a 1586e8932c36484996a7acb4f9bf568f6e64def8 16c09c1bf27c570187082f19f58d23077720e7cf 2177ead06782cf364e683e66d774fc0a2ab4aade 26d2bf5b27c13d8f80aa2db0433b590ffcb76624 2b17c6205390271599f1ddc74a2c6101e546a9fc 347ec92bb4af4dde7f6f5f3d8698bb56d102f67a 38adf8f67e4ea624ffe4d9add7a3c114156d185a 3aaadf0165bc3c6da93de69bc5a5f69c744283a8 3ca290776a2226de26338301a63c186c99f90424 3d5abcc1d330da8dcd60f45e788f1c2b11dbf055 403524dcf9657c93742e4847dcaff130fdaa4f6d 408b21eb852a649f8c43a1cea2b8f18daaff7753 4690bb1a73357e17e6455c7092f414138ca1ddbe 4b33bac03ee7286f798f3f0827cc12742853196b 4ceadb36119e3e75d00b958c66d719a07fd0bc3e 4d61dab61849aa31c711afadeb735fdd457c0068 4d8e1f44808913de6e31e732619d8ade60fe0bec 4dbcbf2b2796bd6b524f98df0fbeb1aa59eac15a 4e7fdc7b73b25d165a34d96940c53e8469a1ce20 4fc789fd05f030d6a85ad7b1d2760ea1c7df0643 514dc379890e15fd1dce0a7ebae5e90fc736cc64 516a44fce3df4dc5e9858c401e9dc80c35984275 520a85ec84cb353eaa6f1b146643503fe07a3b3f 5337192e678de4e7771eefa449e37a38af936c26 54ab289384bfe33a454aa6c44e6cf336ccaa6204 575973e6c91cf4fce1a7aa88060dc830c7225d72 57a168b3dc3c25d2cc327ab7e4f0955bdf3c023e 59710f5cf56e2bb0aa6572d663808209e0d90065 5c06238a0b5081872ee2a063c949aee71dda3c3e 5c28ab72a30e245dff3c1b785b9ef03c448b5b2d 5e5ace2032e64f5931a22bf478e29dd83b985e34 5ee3eb3ec0ef77a3441e3455bcb5d8ed5d05657d 65828209073dfb3d5fe32095f528f125e746452f 66f28c99fcfc42d1c4ad92e1e8f551d7f32e41cb 6cd5bed9b2ebab1df877399a582b80c5f2e1b1f8 6df9d412351ff23f5c156c219c8eb212854aceae 7004964517a82d48caa825c7976dd6a666e46ba0 73aab858845c30eec2993efca3fb064ea16973b9 74e0d68416bf1f1cafb737a174b6e08dae2576f6 756e66289f69b677328548043d13c8df6f33af4a 766000ffbe462cbe7592e1ef5738cf8afee2511d 769754d5860c291fb5ba8cbf41c6391b3a8909ff 7a3080ded3132a0e5892c85d98f5a0ea09798412 7aa3f38447c3d926df9a89ed6e8527abea2adc20 7b151755143e155c176a96f0effa73181a3cb6f7 7c1f169e8f73d479b6db1f16c2705b8ef8acb2a5 7c70ca7a0d5f7f3aefe9e501fb4cb6f8bf4b8572 7fbde434650b3935bb829a4fac23fbbd09af11b2 80b67bedf6ea26b3033a3af7b5e5f1cf15c0801a 82d3ad9e600bd30f44f41a78a930519e7ce952d1 89869e8462219f784ada5ebfffc38aa666ec2a2b 93b0558e68e54d82ddb9dd86cf90c72e0a61f407 93b737d4cf56c26700ab9368f25d05296218008f 9606072b1cd25983f6ecfe407af0bedff4b7d8e7 9b050c7bdb5862a180ba7e473b6b68f8e566757a 9cafb4639b24747bcbe176b0cd0f7806dfba9314 9e16b446c7aad713a16c0450eeef8a31f4d374ba a08145c76e2ba7dc9dd5d786359d53e7dfe45170 a2db1fec358fead0f208b2d05dd78fb0688258c2 a7327707d4b58771012846e39fb3391bd3a0b8bf a7ba27e04765b22b433a2355b6a381b988a669c8 a8c337187824da0467ba331db4b2f0cf25b2b3ac b369cc5f67782e8d2bae0a926ea3b4728a88196e b482f7e4e1041ad518aff2102426a4ff076c0b73 b642dc3a83a8be7cffa95d012fa4b768f8f38656 b6b617f4b49538317f5a1f16fc3065386f3923aa b7f856b7332a99e64654715c9912c9dfb410c41c c2a9f2504fe8aba595d7c993ad3c1beb8a080e1f c30107d5c3e852bd1d0bb2da09a03d7e46225e85 ce4a741f1bc2a2ed4edd3287ed1164691376acbf ce9634324754eccdda8ac2f07e716e635e008a89 cec72a039be8faf339adaa9ac77b0350a1ae9ffe d03fae634f9830f6eed182eb0a99795aaea14886 d31ef7fd2eb03ef93a49cb5d3047beb6f8f3220f dbf93c28c013347c5743554ecf36fe79406973f4 dd7e7d7cd510d391c1ec06c2622ccae4da357be4 e1a51ae362588c478745de4632d037775c757b77 e5efe82d7fce5aa28c741af84d2ee45a46276fb9 e7f8034b670091ce3e09443efa3fadb3c3b07ad9 e9803329b77ccbed8fdbbfd8f265d781c3651f53 edc855b05df085c25cae914c9aeb02a46c91e111 f187dc62466227c80307a4f8da78a12b1498c9a2 f4bdd4c3ba8a2e7d4e2727e49cd9a8e1364b261c f779181165604a80d613bc747571726e39592904 fe25a58a41ea1d7f380fcf4f225ba8d8db99e529 ffdd798281ced745dbbecbe1d82aa070b4077922
Postgresql-Catversion: 201809051
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-11-decoderbufs
Source: postgres-decoderbufs
Version: 3.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-11, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs_3.1.0-1.pgdg+1_arm64.deb
Size: 14828
SHA256: 4173fc5f9550d1ff47c11816960fe5cf64c8489aebc12562be4262cc6bbbe333
SHA1: 00f724ed65c1137a811c150f0b04b873a1a1e828
MD5sum: df8c1a12e3e0ce37165077610208e3ce
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-11-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-11-decoderbufs (= 3.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs-dbgsym_3.1.0-1.pgdg+1_arm64.deb
Size: 38212
SHA256: 22fb81fad64b73d172a6b98206ac2953285931f3995df0b51f34477305407f2d
SHA1: fd601e8caf43b45cb9d5de627978e998c695b974
MD5sum: cdfb6c727c713f2cd09567f2297b7012
Description: debug symbols for postgresql-11-decoderbufs
Build-Ids: 0cb918eda3867c82bd780b5016c758978dbcbdb6
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-11-icu-ext
Source: icu-ext
Version: 1.9.0-1.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: postgresql-11, libc6 (>= 2.17), libicu76 (>= 76.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext_1.9.0-1.pgdg+3_arm64.deb
Size: 36424
SHA256: 9a84d4c3c68155dfd28310cd07017f24e63a4504342e975c31de911a61d9b14a
SHA1: e8bb6ab7214224dbd366002652d4796850aca197
MD5sum: c611bd876cde406c1f7940c8a9ce9b11
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-11-icu-ext-dbgsym
Source: icu-ext
Version: 1.9.0-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: postgresql-11-icu-ext (= 1.9.0-1.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext-dbgsym_1.9.0-1.pgdg+3_arm64.deb
Size: 88444
SHA256: 9b4dbaa2477c762f30149916e8bc208a01c3d0746d1f92a04d5f11e076941497
SHA1: 3e8ea7fe716823d408c5b63e277c6bf5223a1d59
MD5sum: 4c548d607e3495163058316276d0218d
Description: debug symbols for postgresql-11-icu-ext
Build-Ids: d5d32499845dd24f29843bd32c29f91f6f7a8def
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-12
Version: 12.22-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52677
Depends: locales | locales-all, postgresql-client-12, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), libllvm19 (>= 1:19.1.0), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-12-jit-llvm (= 19), postgresql-contrib-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-12_12.22-2.pgdg+2_arm64.deb
Size: 14447656
SHA256: 9f5675c4d3c91b643d0d2e335fcf25a128b423b21aae898efa583e72d116409a
SHA1: 8aa56985b566cadbd208cd917a0771325a1995f1
MD5sum: 1dd221842020a1695a211f7235adf181
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 12.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 201909212
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-12-auto-failover
Source: pg-auto-failover
Version: 2.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1068
Depends: pg-auto-failover-cli (>= 2.2-2.pgdg+1), postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.38), libpq5 (>= 8.4~)
Provides: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-12-auto-failover_2.2-2.pgdg+1_arm64.deb
Size: 365284
SHA256: 35554974555d5f54c252c33affbef2aa56777dd512d9faccf4219bc80209c674
SHA1: 73bf4097ec8372f3d728b8015ef817a60e521666
MD5sum: 79f84cc8ec93d6706d986b070d82a362
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-12-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: postgresql-12-auto-failover (= 2.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-12-auto-failover-dbgsym_2.2-2.pgdg+1_arm64.deb
Size: 136100
SHA256: 927480c7644b9d9988dc59b77448d0f073745cf981639c375add28e07ba30c6d
SHA1: 1d29f1a5d29a584e436a86b6bcba1a5a2a407079
MD5sum: ce9c02a4d89169e6e0e01ab9c9cc8742
Description: debug symbols for postgresql-12-auto-failover
Build-Ids: 282fc09190643cb6b44de31e16e459bc37febcae
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-12-dbgsym
Source: postgresql-12
Version: 12.22-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26901
Depends: postgresql-12 (= 12.22-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-12-dbgsym_12.22-2.pgdg+2_arm64.deb
Size: 15454168
SHA256: 2b50b09ac1ffb107e96685472094c90bd299186a2d2a1f9740bb2b49c677256a
SHA1: 8ccdd428ca880d9bbfaa7f820c008a33fdce7830
MD5sum: bd1d3d4431b0e924c73ad322cb6d796d
Description: debug symbols for postgresql-12
Build-Ids: 0016e7835d30173d80c8ac170fe2a554f8eb0ebe 00597a8b1d1754c27a116d7c9b3bc756658e63e5 00ae28537c660435bf5c855050fedaa906c3940f 02bb611b04f3216ac5d5c3c7dd69eed86bd258f6 07b1a4e174ce1ef57b9becdb62516bf5d789c0a9 0829e25d766b121fc45911079d46740197a4e735 088e2ae7930fd43d2a03326316dedb840f47fb2b 0b704c3b4724ddd30a6ce8c17f1f5fc1e2453d5d 0da953364e14c7d3b54ba4436d0043b4c1806fe7 0fae4f5b127445c57ed437336a08e6e4b0c4e547 10b1b8a618e64580d3fd37e98e04781c54f2da6e 1159a74aa61fd71d8995b2dfd13f109cd3002f91 1300775bca067f10458a549cfa675fcfa0580bce 1587d0d608c7c07bca0c85a8ef107191c23eba65 15facfb0bd20e403a96e30209a755a8ea1ae3126 17403dbc1d4c55a009155f0e648f790ef7f005dd 1a2b430213d7d17a5c4b8a478aebe47d8d110975 1c18af7b406f763235cc40df6b3e8beaeb3b916c 1c3dd28203a0d1b429c59143e438543a40aab891 2721c00756c0be4ab15b98fdfac6a708e27b01b2 2ae858ed85c030cd3aac96affa2367367a3e67c1 2e946f855925eb6993813239332f5ec23ee6e111 3114451baf99dc3cebab716590c0ac4d115fcba7 3213c15d38c02a2b2fcf2fc3c5c8f4753fe294c9 37fa8bae01296807d551ecc9576b9ac552d7f1a9 39f2756e363fdc79a356b722410cc6083d4ec181 3fb87c10f47ff5264c5d0ec0f083edd4df7c57ad 444780191b9bb46c84086e63c539c8620ace5e72 47a21df57784ab178d384846d767e6b121a6bb64 48d18a2bda888797251f11aca0db2720c14763c8 49b96dc9bde6b76674ff96cf2dfe36c80acd404b 4a742a4c1336938b13bc7f39d12070af3e54e820 4c201e9bb809ed9f24879f2f2ce8b92b40688dc8 502314356b8338dc85c0a8011b9b56a67f9b0d68 54f0fd8c25a81f2a9308119dfe8251dd2a70db9d 58b1eed68f11b466b1508a719e886914bb9a04b8 5e891f145d9238c7c44232b31b75b747d1447588 600b7edc2869c176bcd1a65a3172b75623eb72c1 6141e8ff65df5746a1d9df8761b9186a7ca4114d 63e6ac04c37f53097d19744fa2ea176c594f06bb 66e6a2f1e7b825cb5565bffceb4fb820906601f6 67119f4e64630dcca4d1a319717831a04869c885 6b58eec4e14e3f246a9f3505b3ec4477284e6f20 6cd1defb1c85e51cced531533765b00e6909df4b 6f3fd6068b3e5acc4dc8608dd44ba10048402782 71d84ccfb84c1777c1087c8aa6243bdbbe2692c2 786f28d611b0141ff78f13a4b2f07f8c4ff5a0ea 7d32ed13d1f48085293addf3c1c3d25b80596c66 7e044d48712adccbfb6441ea369e8a55cea62f13 7ff2efbdb3a83d64cb4301a5a8fbf559a80e0ae8 807e87afe9f0733f4e0d62a7f879c1b1daa8df0f 8437be275a36040da7f569dc12607ec452846192 88cbcd6e4a5c774d72ccf06cf219fdd94a9dfa15 89e5af0d818f3e96000202b2454a0be1aadd18aa 913ea6e4a9928116c5966081bbf41c5f50efa425 948710f559a235b6c66422888b65420f713c53bd 959838713fefbe5644e4f152e5f64cc318ba2a6a 9702620e83d6b93b4c98e1ba4df1c2282a43ceb1 97fbd8fcc6227c58bfff17ca661977cc5fd31633 996825c863c4b6fbb76badb964f06eb60fd04afd 9c5bab9cbccbaea46fd4dedfc62b988a4238bb2f a7105ddac45df6f33c21b25a589acd60b81478af a8980cc8ea90e56764f1b6f79d58df332e5a3072 ad1813b612fb0558c68099dc62c226266ba1db9f ae101f629a0a3987d472d4c37cb4fa72b2e2dd74 aedea0c0922047dbd1f914b9bf8002fda68d630b aeec11759cd3e6db7b8a51cb278b8b0bcf3c2c25 b0d8e258b07daded1a78d74d748e994482a13162 b0f5d0b7ec008799b45a371d5efdb960e44b9cdb b11591d9b730ad650653fe64d3738d7d593b3d49 b29e66865faf37095ce7bcb032519806a2ca40d8 b72c5e00b64f1951fa67d40d5cf7f2e27fdfae66 ba9ece03e6d22e8383a81bbaa945b3e6dfceebdb bf433a60fffaf74ebca692f8612925c27c3b3444 c22817a624a4378b0ae9395933620041fc310124 c7c21df33670a5af93f06ddb824b875cf8429a08 cd8c686195239b61e5b82f22e0b82bdbc08b73ea d0a483bb6e6aab07a0fde0769806713263929201 d93381bb0d8993ed3fe1b6b60850f91856a8022d d9fdad315b5ab9834adc803a1cbbfe5b95c1db44 db0a78b07ec6fcbee559feb2e1339a3fd748d9fa e1affc3dfee44d760e21ab77d5eaab317011fe80 e5ad90ae2f2e8d42dc8b10aa08fc55e4533609dc e698ccf8b54ee6393c77b1905628f3e7076c52ac ea73bd5f83c1ca7365d750b8b042537cbb46482b ee1b90eeb94c78d4d65fe8cad12df3a5d022c5d3 f0287002c7e63431a8e3915faef01b306c5eef4e f05d87bf568662afb400760e4345bc99a4419fba f33d3670dc7904f19e85b252c8d09024dddf86c5 f7bb041f826993417f3820a57f7abfd2d411789c fd5bd4f81c67efa032fc04e3b50a503d00bdcebe fe40858e1bd668780bee2fd243f019afaa9a830b ff5151cf290686e8ec29b13c33ba30bb61dd3db1 ff8ececb5f4d03363a050664411ab0b65940223f
Postgresql-Catversion: 201909212
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-12-decoderbufs
Source: postgres-decoderbufs
Version: 3.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 139
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs_3.1.0-1.pgdg+1_arm64.deb
Size: 39872
SHA256: 7fe62ee47ac1d74d6dedb6fe8b8bd193906bb04108349d8c2410e000fdfcc039
SHA1: a4f80a475cdf0f075c79151f76ec83a6ebe90665
MD5sum: 491f9c989d77fcb6652dbad695571e42
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-12-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-12-decoderbufs (= 3.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs-dbgsym_3.1.0-1.pgdg+1_arm64.deb
Size: 38896
SHA256: 53df22979ba038cafd1046ef99009a2b40643115a87b72bdcd64588c521679ae
SHA1: 02a02834bf3c1b375de80d40df89c3158ce58c34
MD5sum: 7c15d049f3c11b41464eafa4f0167d3f
Description: debug symbols for postgresql-12-decoderbufs
Build-Ids: b846b8931ca83ea5c85de3022ab660d706f818bb
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-12-icu-ext
Source: icu-ext
Version: 1.9.0-1.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 330
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.17), libicu76 (>= 76.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext_1.9.0-1.pgdg+3_arm64.deb
Size: 93992
SHA256: 8c9311836d11e863f94049ed4166a90fcca33b3fff2e638062519610e270724c
SHA1: 42276be6db2f7d2a6640da05395626a7ba712cd5
MD5sum: 1cb214a682a5162b9bfebecf29773137
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-12-icu-ext-dbgsym
Source: icu-ext
Version: 1.9.0-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-12-icu-ext (= 1.9.0-1.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext-dbgsym_1.9.0-1.pgdg+3_arm64.deb
Size: 88396
SHA256: 6ff3d8f2115b2a21c298d6a9c9dcea22e1fe2669154a1a006956fd4c86c8be9d
SHA1: f8695e03ac98e390995a782815ad67b74bec321a
MD5sum: 692a372c3c37fb32b2d8afeaf6f6fcff
Description: debug symbols for postgresql-12-icu-ext
Build-Ids: 96b9c4514bf89a701298f33417b79cd683aece33
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-13
Version: 13.20-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52498
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), libllvm19 (>= 1:19.1.0), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-13-jit-llvm (= 19), postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-13_13.20-1.pgdg+2_arm64.deb
Size: 14739532
SHA256: 6bf74b7eae9462ffa9036bcda794bab386533a500da1485fee7a65e4c87f0f14
SHA1: 1128bcc085fd8803ac9d84a0a27c62093a585b91
MD5sum: 40daab2a9a124a5913e8f3d30d432ccc
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 13.
Postgresql-Catversion: 202007201
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-13-auto-failover
Source: pg-auto-failover
Version: 2.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1086
Depends: pg-auto-failover-cli (>= 2.2-2.pgdg+1), postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.38), libpq5 (>= 8.4~)
Provides: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-13-auto-failover_2.2-2.pgdg+1_arm64.deb
Size: 371896
SHA256: 01240f832c4eb441d985c61a44cbb1612caa809f53995a2ace1a0f8c5135b70a
SHA1: b1313ca7131efeb5507601969e341c6e9dbf6425
MD5sum: e742b0f35c4f3fb69a24fb0337150e48
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-13-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: postgresql-13-auto-failover (= 2.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-13-auto-failover-dbgsym_2.2-2.pgdg+1_arm64.deb
Size: 143040
SHA256: dc46234d2d84becbcb8569e2ac6891942f51a7e3b6499193eee8d3038a13ec99
SHA1: fe08505529b5d4bc7230c35042ce7177d0728848
MD5sum: bdcf81f4498aa2b8cdede5c17b433f12
Description: debug symbols for postgresql-13-auto-failover
Build-Ids: b11fda65914822cecd97853ca364e5c70276d428
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-13-dbgsym
Source: postgresql-13
Version: 13.20-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27827
Depends: postgresql-13 (= 13.20-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-13-dbgsym_13.20-1.pgdg+2_arm64.deb
Size: 16288024
SHA256: bd45ca6d2b2c98e9823480d944f68ad33c340605372ec7e32e707423523c0380
SHA1: a258993b9fefcc4d300d5fe5b1ed355749b9157f
MD5sum: 0c2c54da55d019d858436b6c251e02ea
Description: debug symbols for postgresql-13
Build-Ids: 0707f331b703074ccc256b8f1f7f803fb6f8f9e3 09db4015393fe88e446f6b22d50b2c1e006471b0 0b391dbb6c8033df15cc158d4599eafe70939e29 0defdedbca5b5b9e41fd23bbab6bc0086cb0e837 0f1b7b83787c5f527cfedc19caf9e704d09d3945 11686979cc99379d3df6fc733f7f2c98e09276df 13a462465d3345d0cef477262f359f810ad0d7e1 13aaeed1597ae23cf78b690e5de71593b583719b 18c652cb4aeaf828b4b8af9136919607202491ac 1a66098d0fd9254687a3177487903a2614db2f84 1db33fc407af018a34e968614124be98f574beb5 1df57c4cbb16fd76aa4492d52b018d227f0cca0a 1f45f258edfd44e81fd38349dd04f637b759b632 212607f75ae6941421fc6109b099bee5b4655c83 24dc861b40b74c02f421981f549afa043e924203 2d5a9c5c93a0892999488dc5ee6bee1c098316b9 306f748788a9049af6173c926267e1f8f69a3443 390e643522ee4300e5c9e10d047a02c893803475 3ac37b01aa427da25880d204fa26716468f5390b 3c7b2896cb7274f98b4c2b63251ce09bd308e2b1 40e490e35511d3b9b4c0d2742e85930fbe9356b1 525e2c73ebe07310d02f2ddc2229e9e9128a024b 53f3c55c1247ee379107159ea951f700df156717 55f22d79ed524c8526bf2fe4cc5e4c209eb83fca 575e460820871336e37fa95d4c19ead51ec48e6c 5a76f1a9f6cac09519319130200b1f2227925ec9 5a942bc8b9655a605f51296b2aad213a9109a8a3 5c0458a2420deebe160b1c91bf3499a5097b32ea 5c4e04ec008f9e2807f75964752c9f5e33b893fc 6178316ebd01dc9875f400d4b24f5f4c380fdd5f 61f5b3d32d6d3a1172cc64bb978e6335f9f23d9e 63720665fe44bb71aeedd0ec95437eec4edda6c8 64ee6fced6e5f8990cfdfc9387d08c903144fa7f 65b9745fd6d92ac60be109d0ec7d8dcff277f004 665065f48db08470ecbc7ec3176238a07f61e65b 6923415badbb55a864db41b8772394dd3046d32d 69db8df6ad903ad2dc7cf7aa6c3cbe65099580df 75e03ac184328561092932d450c2823623c47b50 76bfb2d9b5ddb98501628fa0f6f718400511cef0 7e5b81c37d0d6ec00b291ba1a0c7f8693e77aee5 81ba656aee9bf2f7f7597f992712f39ea7a9f278 83f645b05d8196323e10634b74ac3ed78397f9b3 842ee6087721c4f620246bc9187c7fc5e3b1fe3f 89bf7f58b659efa1d1b24b827fd86fe21a2c84e4 8a1050952b54b7e92d4ab3944889cc26ce270bac 8afe0e85c391e93ba10682df9116d23bfbfbdca7 8b6a02444656dff95e0225a885acb8d08e776e73 8cd08a5a423e81ad8969d43713db5724f783e83e 8fb6246a935f23d25b23aa911c55194138ef6436 9008d302bd39cf3ae9e5ec97f3911bb9c97a00d7 90c99a5927bb2507eb8bd5fc8b58c60a434934aa 91f738ef3cc855c361090204278fe9a90bd130c7 9613359e8a70c0ae9def031132913f25be7e76d4 9d18820506d853fc5751344c963c7c198b9a1544 9d77428893a98e95ff6575c8275b84e030c195e4 9fe78326b9d544717c0e9e7fd35b2e531e67e7d3 a337d909c8e17a78542a43c2c56b82c2c0daf000 a33e9f870825111416daa7583f0dcef3a09c5916 a4094b87dff0c4fb9bbe9e2e4c563de6e3679528 a9b15eb59d4eeed6238258a674eeda822941fdb0 a9cc6207a6fce84294616d32ef93ee508b7f1965 ab6cb547422871b270ba3bbbc09ae228d63158de ab98af0adbc5458969909ab2284beef1fe21bda9 ad7a9f93ce1fccd095ca5e00d2b69d356e2e7a07 b10811c21be2e016525e26a9d671d55ad64f6a36 b16127957a65a17a4a09e6a4ebb591bd05a631d8 b60533e719c076aab4fdfd29463eb448dab7bfc2 b7da3951abec838c8db49e7d5a128583fead4cd9 b8cf103d6a0f8a249c82de782aeddd77039a7d35 bb82bb0cce3aa0bd64f281a6af4b9b6e33fec981 bf2d4719f745262ef57f8b637349ac2a84eaa023 c08c857192ce35906d45f223f6f5f901a971d6e9 c36af7a27da71c96dd8dce505f90bca6186afdbd c76d8f2fbb9e0a3743b6514989ac8d49879d5987 c8cf0ca4a28ce4d27acea2713579f8c782386fb0 ca8bdfb6b5c10b80a5d38255e3466507a38c07d5 cc01887cfdecdbc3a433ea69350428129885083e cc420aff8e12ccecf0f6a405095cfe0ff490e5c9 d2c5769c3f15df3f1e17ef5413ec13ba39a2a705 d5e63ab864dd2b1c49ae37a161e816e60d7fdca0 dba256f54d6a0bbe11ae375657b8beeefb683e99 dc4d9386cf402f49b960835ca0571f96356d57f1 de99abd2e831522fbad2eb46ab01dcbc45263898 e8bb35326f731666611b02782f56adee1d9aa401 ef80341916c076cb3b17c0176cfacd6db42628ca f0d2bbd6f9ae835da9fa4e0dfa0d75b9c8436c8f f282f609301e6f6527a1e62bb0eda767a36e7a8a f85340ddcc301104701c930cbd65c8d6b6d9ead5 f87c7a07f945ed7bcffd1273431b57c4644f95b6 f9567453edbde1a5ef5385346b5ec9c82d046f70 fd13a11b1f9971592bf3c1853e80f3f868bc5076 fd375fc5602e56dcba0b0a050dbd7ef6b44a61bf
Postgresql-Catversion: 202007201
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-13-decoderbufs
Source: postgres-decoderbufs
Version: 3.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs_3.1.0-1.pgdg+1_arm64.deb
Size: 40180
SHA256: 70ead7a7c1827f8b3c2fe37f90b9a296981d6a78ba4e6999cf0213652cb9fcfc
SHA1: 027ab49435e14cd79266f300221a0ef141a21c79
MD5sum: 0852e5a484b6e2986c750256e0e19ef2
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-13-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-13-decoderbufs (= 3.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs-dbgsym_3.1.0-1.pgdg+1_arm64.deb
Size: 39948
SHA256: 7613365f03c7868c3ccc9ce64035d2079480f8b4a0c74f4dc6a0429fde7d5726
SHA1: 4ad482fa5e1035377d970629c4237cb247447dff
MD5sum: 2c07c0f69c216a48b5b95625234deec2
Description: debug symbols for postgresql-13-decoderbufs
Build-Ids: 14b3e85a2392234d243bd368f917437553033513
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-13-icu-ext
Source: icu-ext
Version: 1.9.0-1.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 268
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.17), libicu76 (>= 76.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext_1.9.0-1.pgdg+3_arm64.deb
Size: 94712
SHA256: 285ddab5ab5ab8b5c5783812c538f040d2dd053c382acdf3b41151728c1fb1d0
SHA1: 45cf8d19fa6217db533d0889223c797f4c77c91a
MD5sum: 54ea9f01275789873ba49748e1ecf410
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-13-icu-ext-dbgsym
Source: icu-ext
Version: 1.9.0-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-13-icu-ext (= 1.9.0-1.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext-dbgsym_1.9.0-1.pgdg+3_arm64.deb
Size: 88116
SHA256: 834dc644f5729e277d52ad346246357c49721988be74b8ddaae139aec31cb4de
SHA1: afdaa18f39ad8e57b3706f6ffbcddff64249f3f8
MD5sum: 5389f3a9ee7bdd0ee4f235b26b871eac
Description: debug symbols for postgresql-13-icu-ext
Build-Ids: a575bd52de57836320b579191a1f8c024ef2ba3b
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-14
Version: 14.17-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54586
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 229~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), libllvm19 (>= 1:19.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-14-jit-llvm (= 19), postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-14_14.17-1.pgdg+2_arm64.deb
Size: 15445820
SHA256: 68bcbaba2bc1be5a6dfe751e895dbd3a631e725d2cd4b8f016e4ce09abb664fd
SHA1: 3b94de7008657e2acb339096982b89623accb8a5
MD5sum: 8bcb37331708c046b44354cba3c5a408
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 14.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202107181
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-14-auto-failover
Source: pg-auto-failover
Version: 2.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1099
Depends: pg-auto-failover-cli (>= 2.2-2.pgdg+1), postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.38), libpq5 (>= 8.4~)
Provides: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-14-auto-failover_2.2-2.pgdg+1_arm64.deb
Size: 375708
SHA256: eb60298264f84fa05c5bcfd6e105983c7e0195a802944dd2d22256905e94a1f6
SHA1: 2c93df9bb1f752f27e9bfeee4ddc78fece2a86e5
MD5sum: b254b762050f99a2ff25cee1ef62f223
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-14-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: postgresql-14-auto-failover (= 2.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-14-auto-failover-dbgsym_2.2-2.pgdg+1_arm64.deb
Size: 145692
SHA256: 755e8c29531b83312852cdc086776011f96bdc0d2a98c21987c1e99bf7cad0e7
SHA1: 4141d7721b7165a589d2d67c2f8846bc4bd6cbdf
MD5sum: add5f341af90d8e49c6b0da0feccd72f
Description: debug symbols for postgresql-14-auto-failover
Build-Ids: 40fafc213fd09c75301a4291207bf5a18e83894b
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-14-dbgsym
Source: postgresql-14
Version: 14.17-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29471
Depends: postgresql-14 (= 14.17-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-14-dbgsym_14.17-1.pgdg+2_arm64.deb
Size: 17195208
SHA256: dd57f2a62b7080ce5d6df4a545e1d94c88c9269df27c2d39b32546079f338bf2
SHA1: 4b4033a76c8de72e49b8ace9ac5e02129510cdb0
MD5sum: 2345b98e8ce347574283c14a3a613f1f
Description: debug symbols for postgresql-14
Build-Ids: 044745578fc896ba5f63a848f07ff76490f75cbf 09a05d49ef4d5b82f49dc5f03cab3abc102d6a54 0d5b0192cc9ca97d429dd5cabbb62c5fd25666a2 16669716ec66686d4c6afee660d390a5cb7c7041 19883fdf36a66ddef9d128be27591e01f3f1a32d 1dacaa08aea41b722edb32dc906f27d7964d9986 24aeb1839fd87feb80b0b4e0778652d6ecb71c23 2537765b4465615d804514f8e763a21049940d7e 26dbd0086fe4ae04ec942965c0da781a1c46df17 28c01c8bde2dbf391ef67d5b57dbd686a88bcacf 295505394656d9e90587d26fac9ca22123386c8e 2b7b879b4ba2cf783b0b01015d270a6bb9c72d34 2cddf6e75f96fe5ce5583ee5d6c288a0ba80bd33 301946c9f1e675cced98f25251713d014f18f66e 3353676fd4a8659eff186c7cdcd3b3f941830aa1 355ad10503e7df5d1f6906d6ad05a1b04b1f30c8 376700bcda7d7aa0f2d4d84e439efd4e93821d8a 3798848af69947b57cc5a9202085ddf60198cd95 3a34b2e4011e3340d2abf624e518d2f55fe746c2 3a3eb224e5a41c8d2f4e228654ec1371d12002ca 3b03fd2a7e136035dd6e25a473bd883c88a37c42 3c00d1ab34d52daedd46a677e4d9ebdc2ffe45cc 3c358044d89f57517f6a912bf06c525cf5fc7287 3e40ce9e53d3f000b802fdb0ec595ef1eee84391 40eb65e79cd5afc2a3434708fef832ca3bdac660 42d7714b61b8b3ff39f80ea80f1ad9fffde8cc96 45a71d048505d667aa4c58a3b4c7b007640d2bdb 45d98f36f7ab30cfd03fb1bd520ca97ffe552b0e 45fd9a02f85ac2b8d3dfcb373fa54d78eaeff531 47531e9fe630881b9817b874859ad22ed5706d72 4ef29a6935f41538669efa59ef40ee75acf259d8 524c46044b8cfec512f56cd7488af6b97e2ed9bc 58add2c06d5789dce8966a3dfc17292894b83bde 5e412c9d6f45accb8dd03f9329d1aceb99deeefd 63b53147ddc3d37aae65289a7b12a1e6a4c8f1f1 672ce89ee12b73bd6accda20b3aeb873391b429f 685ed77b23d8ef5e893220238460b215cb1a6d41 759eb2089988aba5e92a7ad7d53c989ef6edcbca 78b1a70ecd2ea138f0ec0fdae187280941c63bd3 791ef7c65bf8960542e8ccaa26c514a792ad0a4d 793c4d51588ea80b1dd10e7acdb84dd341969ec7 7e93c14bf03d68aac7330da5aeffd8d54fb7fa4d 814a47bcc399d3d2f7e29f94aba954c307f2c245 82b2e04a2a684b5ff05074cfc54a151b6c139c76 82ec8c3ae338798554edc1c1214439a8831430d1 83e1b27882ef83aa8a67dbd6e02e64dd715a4311 86ce7f14d2e9b620e71b5384b08ee8e8fc3c9d7d 890f4a50cd3ccb8246562fcdb80a0facb89491c0 89444572fd3caaecafe5c67a10fd789b94e9a8c7 8a00068cee8af86637d1a91199692f355d249744 8cb42a315d2bb3d4d30d95200865606e0b786ea0 8ec6d444cfbaa9385da929dd3d5ecc9d862f5c93 8f7c9789bb279d3c391fab6ee76d976c5909c957 8f8e2bb959ceb2f79f83ab7a50c23c9ab7df67dc 9113b5a94fcfbef1f40417464a9d918610659ecd 9384d79268969078c6d918af02a9ab41c2b789f0 93852a1bfdd8a5f2b664b4985e3801c75a3bc4c1 986602b88cb36e16ba668f5db9768575e9af246e aa7a41db896d093886fadb6d0a5fc2cb0aa51c8d ae4f7f43437961ac65acc6a8bf32aba9cbc153b1 aebc7b4c3e0053e5cc2f74c34720df70dd4baf7f b1ae194a9fdff8c6081bae70fecba84b1c97cba0 b43e4e25c2001d1e1583353593f5991c96dadcc4 b52eba942a31b658d2d0fe343354f41087b2eb2e b8ede63365e3f2ab6579b414e5610a374946cc71 ba84476bc132a8b74291089a0b396974d5938f60 bd3d8f0905149a5b822fc758c17bf0b942731869 bf8a984824b316d9b6ff520b0fd383931ebac315 bfeec5f0cb27c98884e4d275a710a36dec732c95 c1f6597677c0e811d1e33689690699d6934cd394 c32fe0280d3aaff2a90cc88a8cf13882a429c689 c64bec8de4cf64dbdc176328d644bc2b16dd50a7 c6c3cd9ba905e8e8c097502a854d6830481c2193 c985ff765197b083e00b126796b50f02ad6d85f6 ca121c2635b2f891160ba65172833708b39b2bff ca3a6228e088802d7adbd4012a2a17c41ef7a161 d1ab3f18a65c32f20ff64851be8dc7f6e1812870 d3d0a15cb0b159bd5e66f1800173cd7d829dbf58 e001f239d660acf7e53949b9ae2788cad6c9ce68 e018b3d123b03663bc3d4499bdfc2d63444f0a9a e24f52630c35f276ac2f6c3a20cbed8d69a97fdf e3f2d1e2514cc1af252356795f05012cc53a3115 e7ead765bfad5a77b532029b2371e7de2be873fb eb589d531d2cc0989708d1bc38d9c08cf70e92d4 edac92f2d6cba83597fd9f43c12f73e28436b055 edd355c6d691d602a7f363e6955e931bd4bd9922 ef807e48b320d2bad433db95e44f9ff790cd4a7c f2e55f04c6f7d73d9d990052b240dc7f8f760013 f5c88ff47ebfc03f124a95645dea9d404cd6b005 f75f0535f6498c8b785e5f8e78d5d52332c770a8 fa62eb1ed8072b7f4a6b712ed04d34854b7dae96 fcb3b29f3aeff4dc9f51b2b14081790ba9a73bc6 fcd700bebb956de1acf4bf1acbf86c7638f4103f
Postgresql-Catversion: 202107181
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-14-decoderbufs
Source: postgres-decoderbufs
Version: 3.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs_3.1.0-1.pgdg+1_arm64.deb
Size: 40300
SHA256: a0695d920d26872b91f6bcc2f72359c2fef4c3a92ca421f57b3b0f6183e363e8
SHA1: 9032e322cf27215b6fafc8791ac5cbb67177cca0
MD5sum: 58cacb4d80b8f0c026ae8fc2bc501976
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-14-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-14-decoderbufs (= 3.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs-dbgsym_3.1.0-1.pgdg+1_arm64.deb
Size: 41300
SHA256: 1a68629879e19ab880c040ddad2675dbaf06441953bfe13830feaa521d3afd3d
SHA1: 66a9d0af82f05e756b38f604dcc0955fac63f70c
MD5sum: 317d8d98b6ce9b80ceea76e8d3ce82ac
Description: debug symbols for postgresql-14-decoderbufs
Build-Ids: acc980d36fbb01239f37884cab3267a0d810ca55
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-14-icu-ext
Source: icu-ext
Version: 1.9.0-1.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 271
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.17), libicu76 (>= 76.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-14-icu-ext_1.9.0-1.pgdg+3_arm64.deb
Size: 95120
SHA256: 44b7c950cbaecc8854e09d0b21225a54f8a4e98f431fffaa761f57eb2dc6a880
SHA1: 9d5a78eb8d69abfcaf281d53f8c88c58b209b933
MD5sum: 84443bfebd10b805a26469fd0282c0dd
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-14-icu-ext-dbgsym
Source: icu-ext
Version: 1.9.0-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-14-icu-ext (= 1.9.0-1.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-14-icu-ext-dbgsym_1.9.0-1.pgdg+3_arm64.deb
Size: 88540
SHA256: 12da09d973ebe72b0d182794bce008e2643abd3db438096ea7fcf9cac17ae6c0
SHA1: e87e2133cbe4a426cee6c3293f1300e3006d3a98
MD5sum: 2362591abe6b8beb63b787ebc2c5a7ca
Description: debug symbols for postgresql-14-icu-ext
Build-Ids: 6196e9266d69d4eb39edd5592893290d40495959
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-15
Version: 15.12-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57594
Depends: locales | locales-all, postgresql-client-15, postgresql-common (>= 241~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), libllvm19 (>= 1:19.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-15-jit-llvm (= 19), postgresql-contrib-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-15_15.12-1.pgdg+2_arm64.deb
Size: 15973216
SHA256: 00fad71cd8a453742c9e140a3438a124b322256b4e3855d4ec9c0f76d3ebab42
SHA1: 2a83dc2754786dbd01bf856f4bcb8c011bf802ee
MD5sum: 8d72c981bc0843f83a1f03994fd24437
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 15.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202209061
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-15-auto-failover
Source: pg-auto-failover
Version: 2.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1090
Depends: pg-auto-failover-cli (>= 2.2-2.pgdg+1), postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.38), libpq5 (>= 8.4~)
Provides: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-15-auto-failover_2.2-2.pgdg+1_arm64.deb
Size: 370096
SHA256: e43c648ec62cedef5cdd55436456d381998eb46823c8043ff02a24ed73b2228b
SHA1: cc89ae85820d2fa16c4408b9cd6bc1c7f55cebe3
MD5sum: 9df0034007391f9b028b2c548abfec9a
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-15-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-15-auto-failover (= 2.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-15-auto-failover-dbgsym_2.2-2.pgdg+1_arm64.deb
Size: 152484
SHA256: 202ae08d10667d130a5158e12fce1ef15afe30dc839d63467dce80573f75927d
SHA1: a7754f3dbc51892dbd53c214867cf6831cf84105
MD5sum: 9264978351adca2964e9a5ee50d49050
Description: debug symbols for postgresql-15-auto-failover
Build-Ids: a2e4c7093f43a72588cddf5e7e54615d670ecbc3
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-15-dbgsym
Source: postgresql-15
Version: 15.12-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30463
Depends: postgresql-15 (= 15.12-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-15-dbgsym_15.12-1.pgdg+2_arm64.deb
Size: 17814964
SHA256: ae8ab8508bd5b0e78a0099eefc90f444114fe4e985bd344fad42dd71d1369667
SHA1: 59ef0f62c3353cf4712c7912a5e2589c87c2420f
MD5sum: 0e33de6cad66272f624ff8ba128eac6c
Description: debug symbols for postgresql-15
Build-Ids: 0083fbcc325bd0f40f37689b360f52d0ee2112a7 027bbfc3bd63a8c317fd5a48001264f19631eb39 03b83d2cebac381cd9f7bb48d1e19e866f4e5b6a 0421d346ddbf76916c3a7930d9e579b02580be2b 08f049717c504411f0c820ab14f10a4ce86c1a3b 0be83e204f7b7f604489de46456df02e7c090f75 0f88174867cd063450f7aa5175daf7588e2292cd 107645fad77fd652f58d834a45c427265e0b8ea1 174c7c997dd07ecda1fee81ffc63a8904f7d4d50 17ced8b93404ffc9e70a6d2f3123c1be84a59835 20aa34c9739dfb2b5bbdf3a725b642ae008274ec 23128473ec4555bc8dc1b9171192e18f08b21318 286979a406890326499c5937070e20bd2881b0f4 2a5a07546e0706688a8a5ff90c00fe55e16d2d0f 2e4b6327b12cc6ba483ef9adddbeccda75f7ba76 35bba826cef31a93a98a99f69b7a82b14164de67 377aefab656289f8641f80adced5ccffbc6b9b18 3798a040fdd069432cbc226eeea4d8444f32b590 37dd58ea88fc489faf6f43aef9b2659c493bbccf 3924cf326fc4cb073f9a3850b667e6727550d911 3957aac34ae20d18bbc7b3dd81ef5829caa9327a 3c63cdef32bfea17d01b337db202d84db8c91874 3c7000e03c3f68941d101893d13e3ac43e13fb7b 44430c22618a87353d66bab9e07490785156528e 46f8271d85106daee3cf3e7077511b6eb88337f6 4b8c8607faab0e8f7c916978e6b4ee19528ee51a 4e5806f5d29b0d5c67728188fca97e5792a74c8a 5210adbafa6b9cc5bd254f25caf8e3f8673c5756 5215ac81a3a3eadfb46b42408c5c938a24b5b74f 5495b1ab1276686bac26873d26ba7693cb582db8 58d71e2d41519e8d8a4648d3485ed765fd714139 5f8c766167da280f324d8c7efac852e425569c00 634d723797e48e915c004fc4b848f3758c6bcef1 64463a0e4971af37988e80c58e350a0c5ea5cf7c 657e7df876a74c708a7ac00aabcca729524e3a92 677fa91c1b149d5c720ce67308ce7f7cb71a7bf2 6836e9c5ef0241100a129b70cc02cef23bb8db41 6a282fd2ea3b36b9b9236b820bdb4c4ea6236128 6d2146f660eff8f5030cf5fc2af66af613a9a813 6d73594ed055199cf42f54681366913c2fd86eff 6fd9da1e7a40cda49965103a70ca4e500a7d1a42 72f591bc3b3fa9732391caf56b53ea6018a60742 76579b64877552a3e67dd49d8f6a8ae865d3953e 7adaf6dd5b8029f7c4429609b48909f723b9af11 7e921182d1145a135af740b3d55da75e845c9e6c 8087bf644ae9d65307cebe55b710b8e453be1fec 8109f0d5bed82ca3aaeae886330fc663d5897118 82ceda737e9c127a860d59059bdf3595caa6558e 838bef52c6ee69a7a064aa9c91d8bfdae4ab9300 85945bd66f407e92f39e1374195758777d69280d 8ac54be9d17ea9e45ac2009e0826bb58fce40f46 8b3a700d4ccb5a13d59c9a84eaf8d04b3d08acaa 8ba45f1fd50bcedd9caaf64f73a26c36947f094e 8d9da913663837adec003305e64fc19662f99f89 92f7a8f645d5688c7612f0d1ff0e6905672c4528 935019ef865f8c78676aac95f03fa03d20b0b539 96c932320b6e34c576c6c0c55585c8bc447a2318 96ca8b29842cae21eabdbe47aee035495ee49c78 9743cb7fdea744bf5ee871541d9e93dedca347b1 99b6aa598606df5bd45894322326b618962521f2 9b23ac0b3a4c6cfbb368ec053f323e9a623b799a 9ebb0f615c519adeaf1e56f22934ce4c3815d1ce a06c3f7f4aed4115bf2e99734860241cb79d4351 a21af715d12aa46b87b8ed8c950809633dece8d6 a611393e8f812d27302c6868b2be86cb2737d522 a7bcc760531463ccd7c6b56a0d86ce6cc9124613 b777091a46bca4104f6848cccb261a08c34ed6bc b9e263f41518e1e48afc1fd053dfb41cc18f4177 c19543e9e2eb4eaa14b8ca26361bb40358cc37ef c391995ea42e6232579f6630e4c800de6136a2c1 c559d5627e52165efd976225e6d0ecd111bb1c40 c70cd6334b9c34641f9a23746ec235ab78ca75b0 ca6c6ffa2f061bd593308850e167857b12245ef4 cb40c17eb1b5e124a14d7cc21848e7331bd29a3d cdad8c593883aae176a54d47fc0f2cb655681d2e cdc122e37cb4b363d93ea3e1e9bd1e624967b6ed cf08b825168fcc6958869d90c5b588ee03c396d2 d1351d8ed3501444a903ba423c849ed0259ad55f d65801a5117f82243e99c2426665cfa2e3951acf d682fe6bcff1c2bfb2106fb7129845e258888186 d7efe16f1bd85d35dc293c583b460c9f1f9c5281 d99be06a233561e7fd51ce798b21af8e1cabbe6f daadc42a4e727a8a0715e805ff6a05ca16b5779e db24ad435beca7b624a9d87e8ea357c2d1acb679 de43fcd47183805acf4cd979e1fc945bcb04daf0 e3019db4460a2dd2e8aa3502946157b76fb2e2e3 ea9d077e65f919d64f7a38219de4d1938dacaee9 eb9063578e010bcd2779cc906478d3544a8ee961 ec354c55649f5a4eebcefe78a0f0b5fbd54336c4 ec3d5b6987c4221577376119487810e58e5a678a f543bcf644ea5bf5ce020ceb0b603759553eba9f f80be61390e24b6c57849921af32adcbc6e38cf5 f87cd9be7d2c17942c6551d1d5b8af14576e2449 fa06b8b1d8f2b702f3c79e1a8578fe0f5df296ff fcc5cdfd0c91ccbe25b295b1f05589afbdae5f08 fe62f7bc1fa1e94d5c84ea8b2b64e259ec3a1c5e
Postgresql-Catversion: 202209061
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-15-decoderbufs
Source: postgres-decoderbufs
Version: 3.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs_3.1.0-1.pgdg+1_arm64.deb
Size: 40784
SHA256: 6c85c677998aba5ef8f82bc2f97d3db4170c72c92b0b977115f6e8194218965d
SHA1: 02e148b419eb07daac50af3266131b2cc0449e1f
MD5sum: 9b21c75c10ff99c5ccaf52ee3fdb7172
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-15-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-15-decoderbufs (= 3.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs-dbgsym_3.1.0-1.pgdg+1_arm64.deb
Size: 51956
SHA256: 80020253eac6525dbf5664ffbe95eaf261d6c2b5c21f4106ec00b972fd7eb69b
SHA1: 0671661c24cee3247007da194ae1a8b6fccb3818
MD5sum: af4ddaf7b3a3f5e29f7bc684dd2d81c6
Description: debug symbols for postgresql-15-decoderbufs
Build-Ids: b2aaff5d66a8db61652587f8bacc298b2b988100
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-15-icu-ext
Source: icu-ext
Version: 1.9.0-1.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 270
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.17), libicu76 (>= 76.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-15-icu-ext_1.9.0-1.pgdg+3_arm64.deb
Size: 94756
SHA256: a34afb730a4bc3a0a1f3d5ab5678606d48091517ebef657286cd4a65e29b13b7
SHA1: c08c46801f04b04932a7d1ae3c4d51c5c2fb182c
MD5sum: b60639fe9e395e794e38b1d6c8afcbd7
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-15-icu-ext-dbgsym
Source: icu-ext
Version: 1.9.0-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: postgresql-15-icu-ext (= 1.9.0-1.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-15-icu-ext-dbgsym_1.9.0-1.pgdg+3_arm64.deb
Size: 88712
SHA256: d11937e9da68e09663b272cff4ab4bf6e7a33b437ba6d5f68ea8ac9b13e3c2c4
SHA1: bb3fcbf9a09a39446e43823314e7a4fa0934523c
MD5sum: 72dde656e2dfe70336a93baaefac5fa5
Description: debug symbols for postgresql-15-icu-ext
Build-Ids: 7789509148efedc537468ae3954a0f8bc0a33e41
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-16
Version: 16.8-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62279
Depends: locales | locales-all, postgresql-client-16, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), libllvm19 (>= 1:19.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 16~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-16-jit-llvm (= 19), postgresql-contrib-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-16_16.8-1.pgdg+2_arm64.deb
Size: 16822760
SHA256: 09944050e2a6f7ced6969ed61c8b993464eb65bd8978c77c9c9b7e3a28f5179c
SHA1: 994a9afae2195b7dae56baef531554d2d3759382
MD5sum: bf053c3096c4f3b4e93752c811ab044c
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 16.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202307071
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-16-auto-failover
Source: pg-auto-failover
Version: 2.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1108
Depends: pg-auto-failover-cli (>= 2.2-2.pgdg+1), postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.38), libpq5 (>= 8.4~)
Provides: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-16-auto-failover_2.2-2.pgdg+1_arm64.deb
Size: 379376
SHA256: 27fffa9dc484bd5b2d86487c7f3e082025bcebab6165b3ee0c4afe82cc3d25a8
SHA1: d18fd52e791752e01e7a0d111e839c0674affa61
MD5sum: 0d01e88b7e824b77e1cadc2e12b57ec2
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-16-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-16-auto-failover (= 2.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-16-auto-failover-dbgsym_2.2-2.pgdg+1_arm64.deb
Size: 173780
SHA256: c1b310140c3d03d72ef2dae1c0bd2b46dd31c3a9184ea40c6dbc85e60c87ca43
SHA1: 1004f072e3d4fd2754caa709138a0fe5fb699548
MD5sum: c9b568d2628aca23377b24a0659a6668
Description: debug symbols for postgresql-16-auto-failover
Build-Ids: 8fbe11c21226dbd9b925297cc97886d5d60c834a
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-16-dbgsym
Source: postgresql-16
Version: 16.8-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32549
Depends: postgresql-16 (= 16.8-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-16-dbgsym_16.8-1.pgdg+2_arm64.deb
Size: 19337940
SHA256: f3efa51098382a3c441138fcf68e64d680dfe8b2ea17f3e35ba485dc741ab233
SHA1: a446bf837ffa8cdc977465659f9c0f4b8e0be741
MD5sum: 05c658ac49b11ca3748ba38e1a07ff70
Description: debug symbols for postgresql-16
Build-Ids: 021ef521491fe9fc1e048067e5155a8ea73c9612 0712a5da6900aa964fe2523b3f7781576d1b59ab 0a314e4826a5cfe07428f3900715365b9cea560c 0b1e79c8ce78cdc5ecbe08de3f5dd6477150815b 0d13d686cc26f30fc454dcf0dc60316b038e10a2 0f42ea8de8546d052161db0642f61e05d2ebaeed 12e0c228d73284f3dc3ea9e14cc1be2f4cd4b436 15cac7d75671e669c8b4b44d6e26f4fc251ed442 162d06b9eccdebbd2047202857993bb2d3b17fcc 16c5af0d405d8043c1cd637a10189236b8093ff5 1c171f45e15ff652b70f25e4edc17d9aca4aeb23 1cb15dc6b00ef8bd5bb96a5affeef4a1b0da6afa 22b57c6973d4e1fb762f311e7f2cb271ee487ff9 2afcabce731c6b457b07b30b207732ad39226a92 2b3b2bc5443b4f92061681b23913475fc6a21813 2b71ab1d5f71b696bd518d8c7d83429af1d70b29 311da6199d08a4ac029c4b4c3c531a6ffa23dcd2 3531dff3ef9bef7984c3150937e8aa3d88d1b626 38e4ed3985f154a3f10c17fa8a88acb7cda57b00 3d5148240ffe827730ddb9ebd439d6f23daa00d3 3fa9c29752832c8f5c9d5151b16194a56d142f01 4016bcae3e374a0574d5af7d75759996c7c83e8d 41511d2eb2c045248d5e91339dfefd10a8d1a70a 41692cae6c02b8d58e2792720216c753f4c7c5a0 4201ebcce685e72c8af21f8384dd5ad167282de5 42c71ef4cb39fbe08b73558bea5311cb45c647d0 42ff65c8363a0e772b26f95d51c4da33e1fd2aa4 4503d5858ec2a8ba70c749eec95d86e4e75cd42e 4b65c078061308c9d3dc3375ae2fc138b641b5e6 4c734738ba3c89fbbffdffd2b8abf8d671d80d08 4cb3123e53e2f956a06b02ad9d22093b8a26a33c 4e526f90c99d55cb225fe7f6e8ac52a554033b92 542a57f9bae2420378179a13fa35aa1d2ca0d1af 543c0a75026386319da7e76944d14c2b54d13b55 58da8290d229db4e7d6d3d7da6b996024b3ffbde 5c03cd89f2cb08dff0bdb61358ed2564376be3b3 5de1bc2967c6bd5381fbf251b5e4fe866ac66e8b 6af5ef4abd2348ffcd066f7d01e293875d3affcf 6ba33a748507a82a950c4107c6a23f285f3b6d85 6cbd01986378ddbb084c3477f613afdce9519b7d 70ba90d060ea7df6a4b9ca2bec85575f040d3086 74007493e401ec1b03a07eea735c1499bee17d9e 749ba6022e46930ecbc6972de882c066a2e5a80f 74fac8373acea991d1fa049607fceae1ea9b8a32 77815f7362b22b90f66cc577965b7b002b209264 7ba84547e719085329abd09d1c358dad9d66fdca 7bb1fcd87d4ae90fb923ac7e9aab300c946536dd 7d4df04ab9d76ebbbebbab5dec90ed8697f92f57 800eae9a3348ece99659a1d31e0405c6fac129c1 837edc13f70816e8636878a610cb94ebeb3f24fa 86faeabcdfdd0f3d654a6bb523d80448b14dbf47 8f0aca69341a16a06f8ec0dcb761046215b9e8cc 92f1b4b2ac5e38ea456973f5d854627523d7ad82 958364c6cd17723a94893cf4da9c2990738a2420 95ee7002ff32593a210dc2d5a0029663b25f67bd 97b179664c3e379772ac325e680ffd040028ac4c 97b770dd8f1e7bddbf67626bfebd376efa4bf34c 9ba7a3d767b36085bfa66ab48520723a2762a178 a039e9857647e296a70043a83632314382a91160 a499a9d81cf9af5bee78819cb8f6bb4ee5fe5710 a5db7c81424c33af8c4a302e34fca7f997810524 a629f6be5e6ffeea40819cea2982f407a41856f4 a636a07acbc8713d16a329acd9903429528d6c62 a873041c2f8f6299bff4fdabd4ba655a53da1ee5 a8b5bc48e90b56f43761e4db33725dff6e9a7866 a9a61cc2759639581a5db9ffa5066024d8222d3b aaf6af4ef0dbbbc50a8e37e657dfaf01cecb1214 ad45fabe6bd1bbd83b25968dee140d6d58dc1a98 b146064431a43b5030651a82ee57f3b4f8fd9912 b16ebf23b40cef59d79bf6425e3f6895489e43f0 b40e75bbdfd0e8640464728adb5a4040237638d0 b4342c29e9f11f91fc6747a5c15b0ea22be3e130 b4986d2bdccd6f558fd86314664b4fec9ca2328e b588ccc1532e118534faeaef15522f3bacce02d6 bb3d2fdf8f0f7cbce053df375168c3ba1e5bc6db bdb7d558cf15a96f36f3507b999b7b9b0eea2367 be978c669888a7c5c18b0ebd506d3e49218c6586 c02a267cd0edbc5506a48484d4c36bf8f5919973 c04df532719ab8205bedd826134525c6f9e191d2 c234c3d5971a2d3adc57d1383e568125d445c1ca c2603a76c3b8813fa2d47ab1388c497e1bc2832c c7bb995daacdd5e57968b483ac63bba71fed33a7 c929df6ee3334d6ec3ca396d0853a2e53285b4fb cc8152a8d3407b5050e687c27e732cef86aff58e d1fb0bdaf86bdc8e1f4fccef56f7b2287530a452 d2a2a51dc93944cacbba59dd25f6848734f78a83 d384ff640a647120039448d5b698718c82b00550 d43880f893dfecc13ce884e9adc97a0d7fb5ccab d8efe390f983d9947ce7590d8411de6ce8caaaff dabe0c54e637937080ddb3ad81bb5259599ab3a5 dba68b632237271841c00b13dd907192ae56b997 e2a2b5ec04773c643b9db4f1ca8b213bea19f001 eb2ae36fbc51bf08f10f6553b4d10db2b883a26f eefe5a6dbf0112842e22b1d9c20db87a6c9ba864 f14c080b3c617f5a2b0ad35717f0ab266370ad08 f877025f5e57d3fad08c51a73680299c3bae1127
Postgresql-Catversion: 202307071
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-16-decoderbufs
Source: postgres-decoderbufs
Version: 3.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-16-decoderbufs_3.1.0-1.pgdg+1_arm64.deb
Size: 40352
SHA256: 9f7bdabad8992156c443654ea11a2f9307dc4a43df1e414a7f55829dbea54745
SHA1: 55b059e058d42d1085815ca9024c4920447538f9
MD5sum: 7394a386757d4dd4945cc913267794f2
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-16-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-16-decoderbufs (= 3.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-16-decoderbufs-dbgsym_3.1.0-1.pgdg+1_arm64.deb
Size: 53700
SHA256: 8d5ba2483a5485f8239cbf346c6d6d38b918ce7a73e6417511472c70ce747a50
SHA1: 0cbf2a50ef108f62257893ecd8b17a2a607b4f42
MD5sum: 4e7af31084842996559c959b6545d38c
Description: debug symbols for postgresql-16-decoderbufs
Build-Ids: 016ccae50088f2af76506fd519f35ed6cfdfd5de
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-16-icu-ext
Source: icu-ext
Version: 1.9.0-1.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 270
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.17), libicu76 (>= 76.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-16-icu-ext_1.9.0-1.pgdg+3_arm64.deb
Size: 94208
SHA256: 41ae5902a77ca704977101cdba6d53a299041d66a537a4a6055115cce2c5365e
SHA1: a17f1522b38d1a218bc0471ca15e20fe567189be
MD5sum: 806b452b30b49e35aa1880c334db3f43
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-16-icu-ext-dbgsym
Source: icu-ext
Version: 1.9.0-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-16-icu-ext (= 1.9.0-1.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-16-icu-ext-dbgsym_1.9.0-1.pgdg+3_arm64.deb
Size: 95560
SHA256: a778b5061eb1bf3054511d344463808b5dcd61186f552a6a9e805fa9d1b2a80b
SHA1: 639fec90e5758ddaf6b59667f7f11f818146993a
MD5sum: b623bb906d209e71883d3c5641bcc262
Description: debug symbols for postgresql-16-icu-ext
Build-Ids: 5ba13d4e4244cf298aca6522cb7aa6be856ef4cc
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-17
Version: 17.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64071
Depends: locales | locales-all, postgresql-client-17, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), libllvm19 (>= 1:19.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 17~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-17-jit-llvm (= 19), postgresql-contrib-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-17_17.4-2.pgdg+1_arm64.deb
Size: 17414016
SHA256: 766877126ff5b077f06f26699fc70a96a85683cac3b1d7834707106cf2b4025f
SHA1: 8be4848e4303390242f28fa8b184f858c02d54f7
MD5sum: b7b086dcb838e38d9f909f94216c0e54
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 17.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202406281-1700
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-17-auto-failover
Source: pg-auto-failover
Version: 2.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1125
Depends: pg-auto-failover-cli (>= 2.2-2.pgdg+1), postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.38), libpq5 (>= 8.4~)
Provides: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-17-auto-failover_2.2-2.pgdg+1_arm64.deb
Size: 386256
SHA256: 6f1e0c30cebfb3f0fdbad279bc1f29e320f307ba9f3c18eedd1bb22c8af662c0
SHA1: ec47da4e2446f0b3bba3eb069ac1ab79b1e99a27
MD5sum: ce986e13a5abf4bc7a4c27abc422acc4
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-17-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: postgresql-17-auto-failover (= 2.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-17-auto-failover-dbgsym_2.2-2.pgdg+1_arm64.deb
Size: 177108
SHA256: 4169b8534355b4b4236a82a079862d4f37a0530124760ab70f9a0e2f02125cc9
SHA1: c9c031be635da24f38a230e4929fb73d7f3887a0
MD5sum: 161c772d66b48e2a350a17d7207657da
Description: debug symbols for postgresql-17-auto-failover
Build-Ids: d22d8784001667607ec2598b7f690465e1df1678
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-17-dbgsym
Source: postgresql-17
Version: 17.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34359
Depends: postgresql-17 (= 17.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-17-dbgsym_17.4-2.pgdg+1_arm64.deb
Size: 20363664
SHA256: ba6e8b3421043de0e3269bc30237ec300c7833a79123b48fa11d8fcde2e371de
SHA1: 4981a06a4ec05d16c4350a5d81b901a67511c291
MD5sum: a6d56476c804021ff6c8238055be1da7
Description: debug symbols for postgresql-17
Build-Ids: 015c4d255098ce02e9e86df614b8c04f30c34a84 0333e6079c2e478ac7930238bcccedc435abacc2 077822446a15493319926cd1ac1c2938cb0270db 08e46b806b002ae5220a22c652c32cdcab0efed2 10079396f2f89839d082273ab106b628ad8ad1be 105e091752a34d2c7680da4b3f2f339a618e6950 159def033ef95cac19f9959c8b248e8c2bee68d7 16fc228d44a6b674fd0d9215df551b6f2e0c0846 19338afb8d45c1b040ba0ce36077ec754bb6c6e6 1a3c5b8f709219c99aaae8e5ab614526c5f3ef6e 1c04553772dec08b9536f55f04eedefa6eb74a35 1e3e7aff878575bd082ea135a4897ecde04b2754 216128a409dbae7bfe5a46c398d5c9863ac90872 222fbfc54f5a8d2d10d4ccd64c8948a47ac1d540 270761ed9cc71b8a0d3fbe8bed38872b84438360 2bbef34178b4bf0643350f6689599b97406cea71 2d393699310a7036de61246d5f99f852ea11a988 337f28a3aad0b679925fc2191f4faf7f30536523 35e77a17224299ed85320a334e479791156955b7 3c1f6a1e55c0134c3b1696c7fb1705984cffc2a6 41ede83589456f3dbb97ef5f714d356b3645c9cc 451ac95fecdfeb0b7721e801e8bac2abe3fcb0cf 46630bfd32473ce0f3a4308280fbd6a4c6f466ec 46a1ce81deaaf5822b3950dbdeb42432ab1b82be 4899cfafce66b12dfed383f81d37a760462c250d 4e7c965d8aac03200beffe71a096c0869df64485 5038532c7ff369a60505183d5bd79b3b020e4ab6 50452082b873050857c3ea1ca8b7513595ed07a1 539c53a66b6289339f11fc73f59367bc5c785b53 53ecc6621a4cb5a8ab03edb76ba60b2408ed1993 546c620207506fd6b38508f30780acb0d3dfac4a 5eb3146ee0940d4ce9a22e33121b91bb5702d546 5f7d34f8bd69347c0c97dd37fd52dc634c282962 6044d5bcf35be90557c02f4fc44e417c41dc25a7 62ddb4fc3860f5032131f9b69e5af7d00c0d6317 663fadede660d1e8f0d136f829dfb3567541b942 6b905b8b2e0da39acc5a541f1d216dd469269ef5 6e577c5de2f5fae35f8daee33bef1f27186f98f9 6f5d7f38bac46fcbcd05ca4e6a0f337be5634a12 729eb51f4615f6f3e31dadbcabdf6e2ab0d3250f 73d76436cbb2c49f1fe30c24b9a540c1f14f86d3 794a408fd0691363d216d949da5cf1dd5cbab0df 7d43ab2874250ecdef7ee32d64b37308a2defabf 7d851b865fc9987c201b386053cd638eb9c102b9 7e596a6b6ede63d1462341a2903574d450847919 7e90623b7afb3748e1f91fd910f735c5b4740813 8053b419b43b7748941a52855b33e305dcf9b7b1 820e53d8a8ae6279e2c44fe978205e278ee86827 822da44efe6c84448b78a394e172778a94f4644b 8365657291116caff827865e4da1882bf11e8d4e 88306377b54612bf3b75d1a66b4955734da9ce23 8a612980fe9d7680250041ca4689a9a548b4ab28 8d2c340793dd97d179fce52cbd5355baeb9ae317 8d87d585fa9282dc5c634efd70e09d15357f7e82 9447b5394fa7c1daaa25ade69d397bb2a715660d 984fad3146485ab162e30e3513d4c00e282d8926 99bfc54c8c43b2c398e6b71350b7d7d76be31804 9be60ac1930f078552dd520a23984f9c4bf26e28 9c101ca463bf0958b3036a117e36bfae6cc2bea0 9c8f5813f4037fdbb7c81c73580a67bd551fed9c 9e1fa5ad70e05d57a90d70c83d96a2c1ae1b2d2c 9e8c72273b2499abd17ba26644fddf3a065c163a 9eefdbdadc0c7d5ee5e3b94a16a3ada0c95ca80e a1f6f2c32cba1d952dbcdc04ea8e2b513c4fcc11 acce3fa67204ad3f16db3b40e2f8d3b4055624ee ae6ade7318bf55dba31965b49f954e379a7ed9fa aff0f22815fbb284f3bc4e0fbf2c68b508b69882 b39fc58d0ecabdf6bd24bcb1b402c4c07c938c0b b3e4957fd6ef47f0df1816c932c580e5e9f0ec17 b7a0ea824988af72928fed85c3f0fddb7bd12dcd c10f1822d8640f0a8666a723c40b5a552422f2e6 c6fc13eb616b9765b1823070661858389d65146b c80686240dd2844d34d45cc66bacbd52ef884aae c9175694594c38c353edb80b08814988e9058cbe cb1c8aead4d286e9c004e9c09edcfbc646cf78e8 cf48263a1dd3087fb5261cbdc4bf2e6ea971e046 d34a5d19d45303455176c556663429fc8a1d805f d3bc205865749674c0780b501cf35bcb4122b92d d8d70f706575f401804177c59945df9e7ed504a4 e5d981c276dd93bd3d8be8a3b9dfa402c30daa69 e65755e717031b39bc2675de8ce3080c4b99e7f7 e6c3c3e09c9b984f7688a7779b18c466088c6493 e6d6f954f2212863f59dcf505cdcc9f3425a8fb7 e778abd7e2918355c9e960422e276ddd55073d6b eab1054e2f44c5024229383909a0e288e16e4541 ec9deaf6920f3c6992cb0a5276eda6666b553410 ef2887e9b8d15f85d9400fe79617acb80d1a47d0 f06a20ad35f819e37ac361ab87f010e1745a9906 f4b9f6967a8b31f03b2d37a9726be57bb9f5f539 f54b5d3fee1569dc84f57721a6b108e6a4046b93 f6fe0be20a6e356e75f404a6868a21ecfcb8c75c f9e748f4747d61f74fa35e4a0dc12c7d9a6bea88 fb10dfa8b39232b027eb3cc56cf633fba6198ff5 ff0b351efa65c964efa10c05eec60ba7e2ca0841 ff2a4408171f7f4edf18257833e9880e5102a560 ff7bb20d365c1cf60b811b333104fd69e22f82f1
Postgresql-Catversion: 202406281-1700
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-17-decoderbufs
Source: postgres-decoderbufs
Version: 3.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-17-decoderbufs_3.1.0-1.pgdg+1_arm64.deb
Size: 40164
SHA256: 05dc34b1ad1a6a272ca21cafb9539020086563e38d80b125d3196cd4e467729f
SHA1: 2074bcc6b4f966338558380d6996bbb30dfab086
MD5sum: ddb0abbf5bddb931e08cbf77e341c138
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-17-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-17-decoderbufs (= 3.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-17-decoderbufs-dbgsym_3.1.0-1.pgdg+1_arm64.deb
Size: 57292
SHA256: 135f27cb0ea62936242a4881f0818b472c4a603340e23518a3e2b73a3603f458
SHA1: bd57bbe8e3cf625667f04121cf97a215328752dc
MD5sum: 28afa2e7b54a974706a9c00031527406
Description: debug symbols for postgresql-17-decoderbufs
Build-Ids: b82bd4234fdb99cced807fc78940890c973a0ef7
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-17-icu-ext
Source: icu-ext
Version: 1.9.0-1.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 270
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.17), libicu76 (>= 76.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-17-icu-ext_1.9.0-1.pgdg+3_arm64.deb
Size: 94100
SHA256: 516264c97da879887ca7d755509f919a781c2ac87bbc8b52190f3ffb84bd2323
SHA1: 2d791a3fd8229b8224feb5d7b8a836304d1e111d
MD5sum: 1399bcbb0ecd40c68570bcda837c0f47
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-17-icu-ext-dbgsym
Source: icu-ext
Version: 1.9.0-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: postgresql-17-icu-ext (= 1.9.0-1.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-17-icu-ext-dbgsym_1.9.0-1.pgdg+3_arm64.deb
Size: 96468
SHA256: 0bc3ad364fa12f452e079e2b099cf86b2fac0aa58421fd8b0c63a761a2a87a8c
SHA1: d6da57f36d773c58b18f2c8da9651b48cdfe7ae1
MD5sum: 39cd617fd7ade720796ed93d19ed06aa
Description: debug symbols for postgresql-17-icu-ext
Build-Ids: d0aad1376b0d191f41ef878c19cb241a98753450
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-client-10
Source: postgresql-10
Version: 10.23-7.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6999
Depends: libpq5 (>= 10.23), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-10, postgresql-doc-10
Conflicts: postgresql-server-dev-10 (<< 10.11-2~)
Replaces: postgresql-server-dev-10
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-client-10_10.23-7.pgdg+2_arm64.deb
Size: 1421188
SHA256: c26f99949b5a503f70f9495fbbbaf486b9dcb1519d28b627d8ecfbc5b3712f08
SHA1: 6b7d1742646b359f9ba4afb50b606bd2e95f6c74
MD5sum: a13363472b7a71741bbae9250dd55ff7
Description: front-end programs for PostgreSQL 10
 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 10. If you install
 PostgreSQL 10 on a standalone machine, you need the server package
 postgresql-10, 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.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-client-10-dbgsym
Source: postgresql-10
Version: 10.23-7.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4042
Depends: postgresql-client-10 (= 10.23-7.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-client-10-dbgsym_10.23-7.pgdg+2_arm64.deb
Size: 1684860
SHA256: 61486d500fb1d4da25b0818db5a7291ce3bf0e6c0a2b7863cad993f02ba293f5
SHA1: 552121876a07d5b7dbb66f420cbc5d4af2d57cb4
MD5sum: 2aa06cc91292e8cc8678f044656177d1
Description: debug symbols for postgresql-client-10
Build-Ids: 100dd58a7ef5eb7182a911b2a4611ce3f34ebaab 1364683e5ceb8818a3d0350508ec056d0918ba77 210a9204df7c1636d5f879daa5c368893eabfe59 3e83c0e20a7081e22a5b40b9106ff583ec6c63f7 46794a2a3f29b7ac0030955c4b3a8496ca569c31 5f051d30e52e60c06f9ac8d8a8ff6218b5ac6ddf 66002c1602c6b5f2fcf65fc23ab4275f86821cb3 67846d2a1f862ba6ae127453923091b8e716bcbd 734b38667b2ff895887aa225e44535fd94eb2377 750aa707c154b7085a313e63266f33fccf93f3ee 8afd5370e998c7311f85b241780edbb7a690ffba b49e2aff567b680108ec13dfb08c925aaab26b80 becc1e5b9ee0347449573fc56e2ff7eb98d3b611 cc06a4011c02aaea2516663684654c3bd33938cb d1dcb1685d37011316dd7b2825426fce983d8a93 e0dca3b4444be8f7cfce22f15e56e606e5eaf89e f60ad8990e0ec7c93419a5958943d31be170396f
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-client-11
Source: postgresql-11
Version: 11.22-9.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7249
Depends: libpq5 (>= 11.22), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-11, postgresql-doc-11
Conflicts: postgresql-server-dev-11 (<< 11.6-2~)
Replaces: postgresql-server-dev-11
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-client-11_11.22-9.pgdg+2_arm64.deb
Size: 1472644
SHA256: 3a362423edb02783e977a3d13b54eeaecc444414a969ff8e5c68788ddc97eec1
SHA1: 3cce818f2673e98e6c373b3a16674826e4ac9ef1
MD5sum: 8ff17c0833054738163db69b152a86ed
Description: front-end programs for PostgreSQL 11
 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 11. If you install
 PostgreSQL 11 on a standalone machine, you need the server package
 postgresql-11, 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.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-client-11-dbgsym
Source: postgresql-11
Version: 11.22-9.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4128
Depends: postgresql-client-11 (= 11.22-9.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-client-11-dbgsym_11.22-9.pgdg+2_arm64.deb
Size: 1707900
SHA256: aec8e084707f6584d459415ba5c5f25112c503fcf6abbc5e1871282d6b6d14ef
SHA1: ce9ab19211c255b6c365ea32242252d429b6d017
MD5sum: 248233cd794344d82f6a774526fd0ebc
Description: debug symbols for postgresql-client-11
Build-Ids: 101fab7aef905f199d45a5fef24d00539ce365c4 2af91e0ceb88cf825b80acd615a399262fb36335 2b9af3490c518b042a0986614b5cb8ecd71cabb7 32564e3fee77827c6f0dd5051c54b98ec5b85740 424b9e2f47a4f5925d32b63cf325beca3e59e697 44bdff576e24b31a6a178f2df0d56b872ff9e1ff 7dfe6a5b82bc1c8173d76e531c782137f1634227 8a2b48f25936747eb22ca11beaa8df7700fa90cf 9816906c6492a8e4777b76c59573f803ac9c5118 9c24f3d2aa92294244475f6d2effc61f0b30f6d0 acbf46f5823eb40f3a92a9e5babf0c6837e49ad9 b674c9b5fc9ea0dcdd2be30913563c98a51a8a35 c2fca861c20fb686a1b1d7694004f660c5d1483f dd8a99c4dc49a14e2881c5a61fe34f0495ae7047 e16c2b6e991f2e48f703b0b9ac429a2e6c7962a1 f2cf5455e678daa0bd33666ff5fbc09de2966789 fc7449b50d8d3ea41897a15c653eda4af3271904
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-client-12
Source: postgresql-12
Version: 12.22-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6799
Depends: libpq5 (>= 12.22), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-12, postgresql-doc-12
Conflicts: postgresql-server-dev-12 (<< 12.1-2~)
Replaces: postgresql-server-dev-12 (<< 12.1-2~)
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-client-12_12.22-2.pgdg+2_arm64.deb
Size: 1415744
SHA256: f3d243aa68271ec4d7d1837254ae97b93cbc0418680c5443ccdf5b8eb2eac39d
SHA1: 113f84e3839251ad630e211eb28673c60462d7cf
MD5sum: 88be1b37ab6ff9a16f12d68da1702a41
Description: front-end programs for PostgreSQL 12
 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 12. If you install
 PostgreSQL 12 on a standalone machine, you need the server package
 postgresql-12, 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.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-client-12-dbgsym
Source: postgresql-12
Version: 12.22-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4471
Depends: postgresql-client-12 (= 12.22-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-client-12-dbgsym_12.22-2.pgdg+2_arm64.deb
Size: 1865500
SHA256: abfd88cccddf6ef9c1089733064b4c24811f344b887c81f88daa3470abc7b2f9
SHA1: 46c3a6877745be6392c94990fcd5fc7c33fb6c40
MD5sum: 34bd17d14477a3bdd72e510834bd6004
Description: debug symbols for postgresql-client-12
Build-Ids: 03bdb2dda1e812347a280a65659a0585bca2052a 03fd0531d633624293acc4567e0fcba54bc710ba 0f320e53f58297ae2b8b7fd1e52e07387601ea07 1129c7081aa7c4ea52d824c6d6502b4a7f0ca0fe 22df734157575680c903092bcb43f00f64a0a8de 329d7608d59596924fd8afbe41db541139f239d1 5d2d0b8a3a81e3054bf6f83fe6b2e6ddb38776e6 614304253d17b3d7d8e8b859edc31d523ab83695 631490b0c13d8b6517bfa54be33e77c39d7497a0 65ff94a8ebfecdb643b51bbccfb90862d95d5cf3 7bda3841ea593c7a61ef882166f04aeb9cb37c7f 87a6004677fb6db78fe95fb0f3845b2af7c70054 889c1ae4f81e29b2c4192d0b77e4029c5d8533f5 a35788ea841242bc446f495775f48bdc464bdd49 d7d5adc55390e92f75a2f75fadb0abc63adef2f6 e15a16529d31084d00f370720de31104f651f69a fa5b39618d9adbfcce08f4f4e7985177cd9bd10e
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-client-13
Source: postgresql-13
Version: 13.20-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7506
Depends: libpq5 (>= 13.20), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-13, postgresql-doc-13
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-client-13_13.20-1.pgdg+2_arm64.deb
Size: 1507576
SHA256: 3e705ec0f4318254ac25ba439770223643db38b8b9ac421111b66616d09c4846
SHA1: a48ebceab4950986f62c2c58422b9a8cad0c73ac
MD5sum: fb8306efe38f9963ca3dbe4f284e9e53
Description: front-end programs for PostgreSQL 13
 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 13. If you install
 PostgreSQL 13 on a standalone machine, you need the server package
 postgresql-13, 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.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-client-13-dbgsym
Source: postgresql-13
Version: 13.20-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5227
Depends: postgresql-client-13 (= 13.20-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-client-13-dbgsym_13.20-1.pgdg+2_arm64.deb
Size: 2175980
SHA256: 0b499eaef884d05ce8a6a085f2d58b43c78053e353471e94b8264df86869f7aa
SHA1: 67297c14c9c2edd2dd7cb85237f73cede113b465
MD5sum: 0701f1b18c220790eb53520d4a4a9ddb
Description: debug symbols for postgresql-client-13
Build-Ids: 045fd839ccd7c33da1709cfe80c38315c08513fb 09ce6fc77974b5aba11c349c6831702e85f5d6cb 4ac82cfec95afc343156900653f6c534ca9b9706 55a600fd47b93c704d46fb389cf26438257fe64d 73386586022fc842dcdda8fc7e4fd68728cd1be8 7ec08edda89844148bff36789496ae44618a3aeb 8b6c0b99eb9c4e65b86be79eaf418bc728347397 92a676ae3136f0760d4335da994309eb79c59d49 93488790c4cd6176bda7ef57e327d0b6b400f879 acd7f46d63784513e18cb063dc5280cbd688c74e ae3326007881bb0d0e19fa6d74cc2b19d2a4ffdb ae4c57a7ec6849a1c4444833727b080b50b5607a af7120b1983a2953a30489d4dec7e67769267ab3 cd6b44c166fb8f7ede65ce41e390f996d41bb7b4 d9a3327f66e8f188404a11a018a6cdccd4a03a63 dcbd73af702d571a3392e54687781071269a88ce e1017ed3b86ed521bef6cb487898463d1bd734c1 e37f776f9f45f3d399e0efa21d613962837963ae
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-client-14
Source: postgresql-14
Version: 14.17-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8473
Depends: libpq5 (>= 14.17), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-14, postgresql-doc-14
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-client-14_14.17-1.pgdg+2_arm64.deb
Size: 1630736
SHA256: 1aee49af2bc5e8025b4958584c483ac3df02fdd0e642da77b9e2a6ee756a57fa
SHA1: 8061dd9184bbc6055a933775354189038f2162b8
MD5sum: dd547b6284733494067aaef68b3cdf48
Description: front-end programs for PostgreSQL 14
 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 14. If you install
 PostgreSQL 14 on a standalone machine, you need the server package
 postgresql-14, 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.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-client-14-dbgsym
Source: postgresql-14
Version: 14.17-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6058
Depends: postgresql-client-14 (= 14.17-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-client-14-dbgsym_14.17-1.pgdg+2_arm64.deb
Size: 2552184
SHA256: dc5aa8ccd11cb57b09907f2bdc867579f25f91c68ee00878ff983a975e8481d2
SHA1: 9c96b3a2d66f7795cdf9daed9903aaf705104fcc
MD5sum: 5ebfaca0e975eb0590c9271d3540c40d
Description: debug symbols for postgresql-client-14
Build-Ids: 07386e026ce44f7051e37c3b3e8798d22eda6344 08c6450acf461a49f280f5d1d37fe7843ba00826 0a3eea1ecdc84a1bf67b44d15cbb837cd244c1d7 18c7b8a243dd14a6907b5b6f6d9a9ad8d5050f2b 32a0c1256cf5489314d39b310d3ea3a7a25ab124 3682949bcbe6eb8976801cbe2ecdfb6ef7f07abe 5ebe5a22464aae0d052453012ce80470d1a73f55 63d1e55fda4ea8a143c9d98e864cc35ddf5bc8cc 6ac21c10574210d1eec96f53f4ba7eabd1d939b1 85b86a86cd1e27e0d230d0df57302a621105c2bb 85c7d7bf448a9019113b496f13c961d2619ff25a 8f10df4668b6d689fbf5875b53c8041915dc66e7 9bb01e5e51516b062f30a3ea0d3efaf08fb0e267 a33e51d9620479d577de9ac61a1af2a5f7562dec b37e24e48ed43900d5a1b041a40136d666f28a95 c0fbd47a08805150e8522f8a9b7b8f87b8e64e71 cdb3d7da04d38a61f8e89afa9b6eb548454ae78e f54ed8818ed4ca9b83f340471ad9c2e95c53d057 f973888fa752274aa25cef521ec7b49abca30357 fe4b2e0571ea033ed91fcc9a975ed0a2d89f28fd ff48ff2bcc66571758956e668e51011f292161c3
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-client-15
Source: postgresql-15
Version: 15.12-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8997
Depends: libpq5 (>= 15.12), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-15, postgresql-doc-15
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-client-15_15.12-1.pgdg+2_arm64.deb
Size: 1695664
SHA256: 3bb7ea0a4d29860244211114f6b2f86d55bba33aa89aab796b253c14fd71b9f3
SHA1: a3c6a20b52dd8bc052d33aac84a5bfe81fa2ea3c
MD5sum: 0b1ee7a696195585d7a73caae9ed2388
Description: front-end programs for PostgreSQL 15
 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 15. If you install
 PostgreSQL 15 on a standalone machine, you need the server package
 postgresql-15, 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.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-client-15-dbgsym
Source: postgresql-15
Version: 15.12-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6373
Depends: postgresql-client-15 (= 15.12-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-client-15-dbgsym_15.12-1.pgdg+2_arm64.deb
Size: 2730792
SHA256: 4049837db3f3748546771c263a50a8d60c5e0cbb4a5db518422d28c7e02f3629
SHA1: 555a41e24b7ee08df1a6c67b95e0d421534815ad
MD5sum: e0ed520b9827f822eaca8489ca88b9df
Description: debug symbols for postgresql-client-15
Build-Ids: 03b93f2d08d756ffe20ca92ca38f01416a34111c 09feca2f093899256b687d455afe15ee95291aed 35b09a4ea31421761f6303f3d196cfd0b47e1b83 3ba69d5b0bd1c8a8650c21c5a1edf6a7f85b0f21 41af07d503df739a1e827a08dda22dde63e20fab 6100f7d97c765987a44c3000da25148141727953 66abce92f57de06b255d156c42c79aba0f45e59a 680ee6cf44e02b18c3108aa99d30fa5d469131a8 72212dfc0a6b361f66a807e88faabb6d68e3c531 7b872b6b1ebafc0d1b12481866808886edf8edee 7bd16760c597ba59fdda19c1ef888d4756a50da1 8b01bdcb2274cc8ded5e13ad237e376d61fa03ce 8be8972c123cbe85625146b70e7352c81d013568 9bc88bcf7a950def2704b86a5c28e0cc9d84c21a a5f7dd8512058615fa06875784b0fec83b76b321 ad89b7e08b0e70ec48086d176bf949df24bccc72 add9a0ab8302c2e86804815b100081eedca7fb80 f17060c8031091f71b29fdf5b6f189eb5596f6a5 f79d0130ef3a0cf0d51cb61620ed4bc6984624c3 fb7d0e3f045822882a5ad620e1541dff03e4d0d8 ff061d7f921876a22311a72bbacc94bbcf616d12
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-client-16
Source: postgresql-16
Version: 16.8-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10406
Depends: libpq5 (>= 16.8), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-16, postgresql-doc-16
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-client-16_16.8-1.pgdg+2_arm64.deb
Size: 1900248
SHA256: 13de50d16d4c34df429bda0e0b1b3fdbdef708fbd0d1ef0f60be1b8c2acf012f
SHA1: 0cc27615ad022353ea3080ff8b9687f36d18583d
MD5sum: 2d308d929d0f5fa6654d86d5adde9a37
Description: front-end programs for PostgreSQL 16
 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 16. If you install
 PostgreSQL 16 on a standalone machine, you need the server package
 postgresql-16, 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.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-client-16-dbgsym
Source: postgresql-16
Version: 16.8-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6668
Depends: postgresql-client-16 (= 16.8-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-client-16-dbgsym_16.8-1.pgdg+2_arm64.deb
Size: 2822764
SHA256: 0098e6b07b7bfa6011888f287172e1efb948b2fd05b04d71866b889cd3de0fb5
SHA1: 67b271685f5524ddd0724de21a9218dc2ec9f0af
MD5sum: 9761f1522fc517ae8f07d7a61d9d049d
Description: debug symbols for postgresql-client-16
Build-Ids: 07e731484f1660ba630fb7ef0b58a899741c3f52 1b78983a690ed1c2daeee941991b59380ad84035 1c66f6159dafa4436ab2d70b6824cbc1b8b42ded 2d55cb0e07e3841769e68255189d9d4f4966f0e2 2f782c44bace98d191b8aa443dca9b5f38422b46 3cb3d414766249116965c9d7c960a0faf48bb268 50926c38eb1c8cbf004a4c208a24d42af6d29e44 5101ca35eadd42b7a39f130688e5033f6e318cf2 5ce23ae39d3ffaee83b1b62e613ad515647953f4 72aec49ddd6f8196e78f13aa927af0744f3c9731 7ebb6c29946ab4c808646a8c003f8dbc8c7eed90 8a8414dd738dbc72e0790bd8c8c6eb0bae74fb50 a716feed553cf9bd5308cdee3c3aa626925ff77b a87444f41acfefe0137ab1e30fac42aa9dde64de ac0620e3ad584d2c74071cce7b436bc10043b51e c54997a21e438cdcdd4bd8bf96d1d8d9cdce21b8 dfd3e5f094ff9d90b6307c1254a37614634c3a2d e31ed66ef517571dc701e9d4936ca2561d58775f e6e3c23a5ed676d39eedf44c77d264355535f97b ebbc9c3457ac42c77ceb2c259f55c28ab88f54d1 f5fe0ad890922ef6feeb30a1fae55306ea23f29b
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-client-17
Source: postgresql-17
Version: 17.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11100
Depends: libpq5 (>= 17.4), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-17, postgresql-doc-17
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-client-17_17.4-2.pgdg+1_arm64.deb
Size: 2002600
SHA256: 08cc82a70a528cacbb6b53d2d032e0b52f485e2b5f7b8743d9da069013844ae2
SHA1: 9edb98e9d772a6cbf7357f01f1c5aa2e05203625
MD5sum: 9b921026fa56e1ec3cd161cdcf22d997
Description: front-end programs for PostgreSQL 17
 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 17. If you install
 PostgreSQL 17 on a standalone machine, you need the server package
 postgresql-17, 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.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-client-17-dbgsym
Source: postgresql-17
Version: 17.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7172
Depends: postgresql-client-17 (= 17.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-client-17-dbgsym_17.4-2.pgdg+1_arm64.deb
Size: 3062120
SHA256: d9827f053a8abee97961ec2701994156960054c68109dfc93c7201d45e8f25ba
SHA1: 7e9a86889b1a26cbb6acce5e1adafeacf755c513
MD5sum: f9aca0ee119fa5618f56305e842e23a9
Description: debug symbols for postgresql-client-17
Build-Ids: 08caba21d00e566df83fc48a7cba5590563ae33b 1483cfabf59e1bf97af8466b0d9b7f7956185a8c 19b4acdf04028742179f2a07baf9dedbb98dacc6 2c1eb95526217208a83a471fe60cc7781e7f4e37 442155c3080e8c23681fd7f6a700fcfeb722957b 4cf5ce3348b100aa68077ae75029df09a650cd7a 62a817ea28f48cdd1ea715135ab89b1135694e7e 657213451b318649208be2164d1cac9e8b5cb790 791c9442ed4b0d540cea8be54fb40be6f2ebbfce 7adecf8403f31b1d0c7335f0f87d0552af820b66 90f12a4841c71f6df3f7392588fc985d60ee0f66 9fdcab2742f724203636989722179bfa56765ca3 ba0c11ec82e78c424fa1954137e9cf8784157e14 bd4721a481c6cd3365163a793dad6e72d872a684 d5fffa0f71ecbebf3b1149da00bc3a73f43b9c4d d9d59d5321bea944213d926a2e28606b0527055b dc63958ac966ee403d7b6a09fd63c729f47aedce de05ab254d55aeeeac34488931ec3a13dea1e790 ef4f5187cc378fbdcbc55081ad2727102e8b7ad1 f4d7b789d0c4f19bc9409e33ef47df91546eb234 fa6f7995b109e7baddbd83c3c216c3b5b1bcff13 fbe8ebfc5f7f678a9f5aef1b917e9ddfafa8dfb3
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-doc-10
Source: postgresql-10
Version: 10.23-7.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14158
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-10/postgresql-doc-10_10.23-7.pgdg+2_all.deb
Size: 1826856
SHA256: 5f8c4550cab865b469c09333c83be3364b0962118db857810d66bc4b246619ef
SHA1: 1f700ad9a27605634ca2686e66d3f4993e4a3193
MD5sum: e2543afe196b7e6dbe3022673492cb4c
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 10. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-doc-11
Source: postgresql-11
Version: 11.22-9.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14658
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-11/postgresql-doc-11_11.22-9.pgdg+2_all.deb
Size: 1888092
SHA256: cbe2ff7768fd30c62e89107e963ed557bc1ae8a7b13425533e800d54941db109
SHA1: bc7ddfe30b1b67baef4a79d53e15d485c8e42ecc
MD5sum: 7ce6da85b800fd6a7488a5045236a34a
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 11. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-doc-12
Source: postgresql-12
Version: 12.22-2.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15189
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-12/postgresql-doc-12_12.22-2.pgdg+2_all.deb
Size: 1954600
SHA256: 98298f73de9d4811449ba1412cb386d308d97b4d650ba8b883d5fb2f1f82e6d3
SHA1: baf901c10995c017fdd40794c8ba26df9fd66df9
MD5sum: 5af83268260b3f5925209b980a066d6e
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 12. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-doc-13
Source: postgresql-13
Version: 13.20-1.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15954
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-13/postgresql-doc-13_13.20-1.pgdg+2_all.deb
Size: 2005400
SHA256: 48a7ada017ba075d1d8c504a9965aa128962452b8bcacce69a9a09634aea3ff0
SHA1: 084a5b5f8077032a9f8e789cbd2c8b7088fd2851
MD5sum: ff2927ead4773cf4b190dec084cf8167
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 13. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-doc-14
Source: postgresql-14
Version: 14.17-1.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16402
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-14/postgresql-doc-14_14.17-1.pgdg+2_all.deb
Size: 2054540
SHA256: 82ca85f6203903a849903b6bada00c08d7c409b6a42f03e1a86b56c13cb8a6cd
SHA1: db7189edafdac11f38abc752d6c3e5a493100687
MD5sum: 5956bc33396b76ca0451ec4eb41de353
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 14. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-doc-15
Source: postgresql-15
Version: 15.12-1.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16237
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-15/postgresql-doc-15_15.12-1.pgdg+2_all.deb
Size: 2065828
SHA256: 8847b24e95be2eb0b3ce51e93673853f38d2b5e41a52651659e43739968bf342
SHA1: 7faf1f747b1de21d2f5d6221089bbda6a812e5eb
MD5sum: ebd6a569ec9606f91733470db310e85f
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 15. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-doc-16
Source: postgresql-16
Version: 16.8-1.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16763
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-16/postgresql-doc-16_16.8-1.pgdg+2_all.deb
Size: 2116248
SHA256: b18405497534c4e1bf625ce2ea6d6746f3e5399e618d7a8d80ddb90a0c90ee51
SHA1: 217280debbf2fc154771e452dd6884d318b9a5fd
MD5sum: dbb0fb30f432dd0ec98f0eccc471a3c5
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 16. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-doc-17
Source: postgresql-17
Version: 17.4-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16917
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-17/postgresql-doc-17_17.4-2.pgdg+1_all.deb
Size: 2127592
SHA256: b09a72b481fe9ee91e1fb6231385a4cabdec174dfeccf67e7ef7464171ca9f04
SHA1: 9a62f76e8569b1401a7c350f05a9b55572d50688
MD5sum: f02ce901016f03297b74fa855878d333
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 17. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-plperl-10
Source: postgresql-10
Version: 10.23-7.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 357
Depends: perl, postgresql-10 (= 10.23-7.pgdg+2), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plperl-10_10.23-7.pgdg+2_arm64.deb
Size: 58348
SHA256: 9a9ef664e5c63029676216dd670aa90db9878b1cee28b5e9cc6d77b7358d9555
SHA1: ca272a861f16f34d2c8e617160392a69c1debe78
MD5sum: 0e01f2a63d069b73efcb3d7aed421912
Description: PL/Perl procedural language for PostgreSQL 10
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Perl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-plperl-10-dbgsym
Source: postgresql-10
Version: 10.23-7.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-plperl-10 (= 10.23-7.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plperl-10-dbgsym_10.23-7.pgdg+2_arm64.deb
Size: 164268
SHA256: 5d39ff967e819c00bfe944d64718ef0f9cd837bf58b6d76f7ccf206f1ddf650c
SHA1: 5b2b7b6c53671da0cf1b8f0fc99b902d164373c1
MD5sum: 22cadaf00fcfa2ddea51a191c3481d6f
Description: debug symbols for postgresql-plperl-10
Build-Ids: 429b685ae5ccfdfbcd09a71367203c0f01dc3cd0 f27bde28d444734bd548b934ccedd07129c3a22b
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-plperl-11
Source: postgresql-11
Version: 11.22-9.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 439
Depends: perl, postgresql-11 (= 11.22-9.pgdg+2), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plperl-11_11.22-9.pgdg+2_arm64.deb
Size: 65720
SHA256: 514b6ce8b6bade6ba6637e306d09f2301a7c0bca86ed117e92313682d8583fa0
SHA1: e9f97b036599b811e0e656bf8e11dda25f880280
MD5sum: 29d81de8c778d26488f096a3b9964d9b
Description: PL/Perl procedural language for PostgreSQL 11
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Perl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-plperl-11-dbgsym
Source: postgresql-11
Version: 11.22-9.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: postgresql-plperl-11 (= 11.22-9.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plperl-11-dbgsym_11.22-9.pgdg+2_arm64.deb
Size: 180344
SHA256: 507afcf2cac5fed26702c03f8cd073918594c178d22f0bd881d5860dbbb7ad02
SHA1: 1f1f4634538bd378d8a7abdf3bbcb7bf6fe9a94f
MD5sum: 8929d5ed4df5bb142c9bc286f1a59b6f
Description: debug symbols for postgresql-plperl-11
Build-Ids: 4fbc0f8703b25a6c2f3cc528b1dea5f730b4dace 78bc767d3c3e585331ce096139d5b0a615ab90c7 844eeee01a5a4e5a635335b0dd27ebfaff575295
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-plperl-12
Source: postgresql-12
Version: 12.22-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 479
Depends: perl, postgresql-12 (= 12.22-2.pgdg+2), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plperl-12_12.22-2.pgdg+2_arm64.deb
Size: 82356
SHA256: f4b89348a4df0ee0a2e455d73cdb1c8cefc265701fdc9ac7370e719bd6d24fc9
SHA1: ef91bdc15c0f9a39e0b8815aa849418a451ef02d
MD5sum: 18322c0674999a1335948b59a9c05ff0
Description: PL/Perl procedural language for PostgreSQL 12
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Perl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-plperl-12-dbgsym
Source: postgresql-12
Version: 12.22-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 221
Depends: postgresql-plperl-12 (= 12.22-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plperl-12-dbgsym_12.22-2.pgdg+2_arm64.deb
Size: 182480
SHA256: 98187bee7603ed98868c3b07818b74d2f7e4686fe1f8b191bf359a21e1029b17
SHA1: 2545c0e9ace35542942222c9750fbd9250020626
MD5sum: 90e0934f7a7c0acdb39f9713b76b63e1
Description: debug symbols for postgresql-plperl-12
Build-Ids: 416a86ca47541d434abeafcbaca372cce0dd2688 671447b2aeccc9f637e61253ff57b2ad216ed08c 6bd637f1fc8d6dfaaa4d75d7813f0d4e52a3348d
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-plperl-13
Source: postgresql-13
Version: 13.20-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 556
Depends: perl, postgresql-13 (= 13.20-1.pgdg+2), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plperl-13_13.20-1.pgdg+2_arm64.deb
Size: 86120
SHA256: ba93b825033099126ec335f5c111382f7335bd1e8855c16451d37c7239bfd8ce
SHA1: b4e90d900c22b9a4e6197a5584f1e7244b309796
MD5sum: 91f8ccbb89376bf5d97a7ef52584d8f0
Description: PL/Perl procedural language for PostgreSQL 13
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Perl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-plperl-13-dbgsym
Source: postgresql-13
Version: 13.20-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 234
Depends: postgresql-plperl-13 (= 13.20-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plperl-13-dbgsym_13.20-1.pgdg+2_arm64.deb
Size: 188428
SHA256: 479ee28ab6da704db8aeab7947925b589798b5f71e6d8a2519d746044b578c4c
SHA1: d81726cf08ca8076980c470cd12deacb751e1301
MD5sum: 41eee33b6270594a0263b3d345f11b5e
Description: debug symbols for postgresql-plperl-13
Build-Ids: 2f938ad52fe24be19bb104871640740281daab6a 37941729a003f3f469eaec3a11cf482a6540ce07 6247fd11ebc9c785de73f7eb98ed7e9f0103c787 90c5e62c85f9492ceff2182bf6cffd1b8cfa73f3
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-plperl-14
Source: postgresql-14
Version: 14.17-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 565
Depends: perl, postgresql-14 (= 14.17-1.pgdg+2), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plperl-14_14.17-1.pgdg+2_arm64.deb
Size: 85316
SHA256: b620bcfa1271e4a2c6722aed9a402a78dc4b71b9fbcbece4b47a9fc0a9b46ef2
SHA1: 8925987a7549a790ac7f7b57687f6948f0a4d3db
MD5sum: 2b309b28391a5344995fb740404454dd
Description: PL/Perl procedural language for PostgreSQL 14
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Perl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-plperl-14-dbgsym
Source: postgresql-14
Version: 14.17-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 235
Depends: postgresql-plperl-14 (= 14.17-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plperl-14-dbgsym_14.17-1.pgdg+2_arm64.deb
Size: 189340
SHA256: 1ccc0361873da2ca5605035aadc68f3e10275a31e7d61824f01a5eb2a9108539
SHA1: 5088b641d3ed4df56034a6c79de82a8047329e0c
MD5sum: da8454c014d873beb383a511c2a6f964
Description: debug symbols for postgresql-plperl-14
Build-Ids: 7e903625f192a6c75636bdb852a3f0a13d1486fd d7ab7725bd41e200751d7262f9f2e53584703f81 d9d09047c96234e382795e5c19decc6d531a59ce df4d0860713341c4d1a19f235134e528f6522cb6
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-plperl-15
Source: postgresql-15
Version: 15.12-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 567
Depends: perl, postgresql-15 (= 15.12-1.pgdg+2), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plperl-15_15.12-1.pgdg+2_arm64.deb
Size: 83972
SHA256: 25355d5495748ba4d9b04d7f4b45c117666a8fce1bf8b7b9692f4abf12f064eb
SHA1: b43045c2c08155e7e4d23f2b0ba76702587aba91
MD5sum: 8e31756bd137e6e5a3f24304e1861e93
Description: PL/Perl procedural language for PostgreSQL 15
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Perl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-plperl-15-dbgsym
Source: postgresql-15
Version: 15.12-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 240
Depends: postgresql-plperl-15 (= 15.12-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plperl-15-dbgsym_15.12-1.pgdg+2_arm64.deb
Size: 193356
SHA256: 8fafb46b05bc4684f8a83c57ec15d4488108dc7c368e0ab1a20368b7fb4376ce
SHA1: cf0fdd27ed22d48ab40ea20f9457c2251356e3f6
MD5sum: 7e87aa48c255dab49a58a0bc1528ccc0
Description: debug symbols for postgresql-plperl-15
Build-Ids: 0f9ea10530d54473aa55780b206d8b0a3cdded89 21d3364a5ae1b7f77c35181dc32e6f0280268546 229147fafa73cbb14c7ac042810b1a49640fe527 721a7459c9bccc32b641c55d8d1e4e626d4835ee
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-plperl-16
Source: postgresql-16
Version: 16.8-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 579
Depends: perl, postgresql-16 (= 16.8-1.pgdg+2), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plperl-16_16.8-1.pgdg+2_arm64.deb
Size: 84368
SHA256: 6a4ba6ee1701642d27cbafe1e31127bdcc9ab534b4b059c4ff0c14e886387a92
SHA1: 47bb9c721443a4f3b4604af5bd11fb363bcd4a82
MD5sum: 0c04e74baf1580e4ef35e6133fd527ac
Description: PL/Perl procedural language for PostgreSQL 16
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Perl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-plperl-16-dbgsym
Source: postgresql-16
Version: 16.8-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 243
Depends: postgresql-plperl-16 (= 16.8-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plperl-16-dbgsym_16.8-1.pgdg+2_arm64.deb
Size: 196916
SHA256: 51305b900700fb80a0f0dd9d310c1be4b465053912001e53ff96ddc6cf1e4f2f
SHA1: d58157faba55cb7d67ce50db5aecb52e7bac2526
MD5sum: 5abbc473ec379d5e049bcc1cb18954c6
Description: debug symbols for postgresql-plperl-16
Build-Ids: 24031666feb1a91b168e6ab99cb9ccbc79a2f0c3 994a48566070c593497d42bfb4486db62203c3ef ea4555b5ea4592889d458250666b5b7d7f6d5469 f93c64e5098b460863c0a559fce25dea82fabba6
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-plperl-17
Source: postgresql-17
Version: 17.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 577
Depends: perl, postgresql-17 (= 17.4-2.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-plperl-17_17.4-2.pgdg+1_arm64.deb
Size: 81944
SHA256: ba516dcecf94c66b68a6ff3c7fa1339559d454baa24476a61948f0e4b44cc339
SHA1: 99182397a63b3e56d7630a0c0fefc803a75380c8
MD5sum: 71624b30652e2aac9755887552a17b0e
Description: PL/Perl procedural language for PostgreSQL 17
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Perl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-plperl-17-dbgsym
Source: postgresql-17
Version: 17.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 246
Depends: postgresql-plperl-17 (= 17.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-plperl-17-dbgsym_17.4-2.pgdg+1_arm64.deb
Size: 200148
SHA256: f58e77bc6c3f5e34f09f3ec477c4a4509d8e30d109d763b86d4c34c5846fb597
SHA1: ceb2c122894dd070aad0cf671e11052cb68554da
MD5sum: 7c96ac728f7b9afcb9e09c11ee0a36cc
Description: debug symbols for postgresql-plperl-17
Build-Ids: 4ca196353f8744e820e9ea0a44b5a218515f85fb b8fd38cae1a5d491efe7777b7003f5304a253bdf e663af9d83e949ab9fcf776f35b46951ac4fcc8d fab0a851f1d91fee130bc9adc550cbb1ae39ffc5
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-plpython3-10
Source: postgresql-10
Version: 10.23-7.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 314
Depends: postgresql-10 (= 10.23-7.pgdg+2), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10_10.23-7.pgdg+2_arm64.deb
Size: 54332
SHA256: 86905ccc2543be1c09dce8310787cdae13c7f3655b197dc4e4eeb7c4c14765ad
SHA1: fd677ce1371ac470fdd83e7aded2f495a930f686
MD5sum: 281e591322a0c5681c2d6d10d767947e
Description: PL/Python 3 procedural language for PostgreSQL 10
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Python 3.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-plpython3-10-dbgsym
Source: postgresql-10
Version: 10.23-7.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-plpython3-10 (= 10.23-7.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10-dbgsym_10.23-7.pgdg+2_arm64.deb
Size: 155052
SHA256: cbcb002deba948506c5ce788bd46f87eefb3290d959506c879ccc0409bc699ff
SHA1: 4a5d8591829ad3c8ece5a922588f9f928dd54217
MD5sum: 636886765812d801370ad64862fb6389
Description: debug symbols for postgresql-plpython3-10
Build-Ids: 1175b8ff4eb978bd9bdac8d31f1a1971f65f5dd7 aba593ce37298515c058ab8b44e4e8d1abafe96b b22efe98c29b592c39c06db2c9c81a3b3b03dcf2
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-plpython3-11
Source: postgresql-11
Version: 11.22-9.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 387
Depends: postgresql-11 (= 11.22-9.pgdg+2), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11_11.22-9.pgdg+2_arm64.deb
Size: 59184
SHA256: 9ca5854efd26b97175beb9642b2bd81b59f92e1b1ac08765b6cb29113ffeb4e3
SHA1: 6d5fdfd68d3053b1475baf51404091bc1009f2e0
MD5sum: 3ae68df2a60d2327e074611511cc4a0b
Description: PL/Python 3 procedural language for PostgreSQL 11
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Python 3.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-plpython3-11-dbgsym
Source: postgresql-11
Version: 11.22-9.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 228
Depends: postgresql-plpython3-11 (= 11.22-9.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11-dbgsym_11.22-9.pgdg+2_arm64.deb
Size: 176404
SHA256: 04f3d9fe8a1dd39c4e1435ff98538922909b80659342d56ffe33381fdaa77534
SHA1: 79fc48e81c6343418cc6ae8ae771cd3ff0ef0bdf
MD5sum: f15f8de62fbe77fcd1ec36d4421776ab
Description: debug symbols for postgresql-plpython3-11
Build-Ids: 878427b222448857aa9bf083ed038d0253a0dcf7 a24be70a2396e272c3fe243786c49468855c476d ec70f2fd44d0656ea083a76c798773b82222f452 fb0c706ce158d50ae5bf16a81f27896f6fc30346
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-plpython3-12
Source: postgresql-12
Version: 12.22-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 643
Depends: postgresql-12 (= 12.22-2.pgdg+2), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12_12.22-2.pgdg+2_arm64.deb
Size: 109436
SHA256: 36088218c0370862d06d29566bf8c9604c16bd9a071fba440608d6c68c33e293
SHA1: ae310da912b126fcb3da8ee292ec26c659e4cd3d
MD5sum: 25f743af59d81d3c970ec08522f06df7
Description: PL/Python 3 procedural language for PostgreSQL 12
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Python 3.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-plpython3-12-dbgsym
Source: postgresql-12
Version: 12.22-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 231
Depends: postgresql-plpython3-12 (= 12.22-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12-dbgsym_12.22-2.pgdg+2_arm64.deb
Size: 178084
SHA256: 36da0d0f7d04eb116c9366891255a7f5aa22bb7737861072bf379ac896e0f780
SHA1: 15ab236f2c34a327a918eccd8f371795b85c7f7a
MD5sum: f78c23df7c67941a72b88c755a79f749
Description: debug symbols for postgresql-plpython3-12
Build-Ids: 18177d32041f37dafada669d1e81689e19c16064 7c5fe5c0c5e4e9add68bd677a1b7af5388c4b97b b4524d8e1f6a4de3ae99b3e00ebb0a9c9d8b4eec e0f6b821b1bc85a7e64705457317e602726f8a7f
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-plpython3-13
Source: postgresql-13
Version: 13.20-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 706
Depends: postgresql-13 (= 13.20-1.pgdg+2), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13_13.20-1.pgdg+2_arm64.deb
Size: 109564
SHA256: 7b41f3895fadee2d58f1c56c57a8f720b1d475879a03f0a3fe4e6ef44abdbe5b
SHA1: daccd99e1adb8454ebf64bf78197fe8423dcbae5
MD5sum: ce242c0bf665927bd21af6e4272d47ed
Description: PL/Python 3 procedural language for PostgreSQL 13
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Python 3.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-plpython3-13-dbgsym
Source: postgresql-13
Version: 13.20-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 233
Depends: postgresql-plpython3-13 (= 13.20-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13-dbgsym_13.20-1.pgdg+2_arm64.deb
Size: 179708
SHA256: 54aa8677355ea74ba9709b852f6a8bece482fcdac04b50782dbe9d92f4d1ef7d
SHA1: 0f7f8ee7df5cd6cf741f2058b2c670e6bf0b3320
MD5sum: 3ced65b8fb156e1fc8c0eead1074cfc4
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 3f2153562372338d000f2539c9447876508785cf ad3f5fbe478ee9b8907f1eef302d8a7aad802a2e e40f5b7da27fb74f138fbde4743e69678804aa0c e86aba37d6f76b595c3006d201b9f5194772df0a
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-plpython3-14
Source: postgresql-14
Version: 14.17-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 723
Depends: postgresql-14 (= 14.17-1.pgdg+2), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14_14.17-1.pgdg+2_arm64.deb
Size: 110556
SHA256: 0faf0b428649c0556549fb4d153add07f17ae8e9d8b1134bc831aea53b40d911
SHA1: cb75dbbc8725701f968ca5abff0b59a4345f357e
MD5sum: c3550b63e44272119bce8dc519b57af4
Description: PL/Python 3 procedural language for PostgreSQL 14
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Python 3.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-plpython3-14-dbgsym
Source: postgresql-14
Version: 14.17-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 233
Depends: postgresql-plpython3-14 (= 14.17-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14-dbgsym_14.17-1.pgdg+2_arm64.deb
Size: 180252
SHA256: 46add0b40ef5b628501a7d1a7c534e8924753c3d6743a3275ac6904a17d97110
SHA1: e175ed4fe97bfe0323a6afb4a06156756fc2dabc
MD5sum: 5d1d4b59aff1403e6adf8034503c437d
Description: debug symbols for postgresql-plpython3-14
Build-Ids: 16cf883caaa349a6532a5b766bfb3b480d7f9973 32ac0d7186c52a761027b689b9d26d038c920ebc 724b864b6656af2c541af856450d4e5f81393445 98c2004620bc0e1235fed2d3d73f0e94fd9a21c1
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-plpython3-15
Source: postgresql-15
Version: 15.12-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 739
Depends: postgresql-15 (= 15.12-1.pgdg+2), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15_15.12-1.pgdg+2_arm64.deb
Size: 109516
SHA256: 636ea781aee4c7114692c7b84f3b549c5caf3282e2cc578dc5e53f00d5392fe4
SHA1: 32c3464685a7d69a3a934dfa7c01227e0ee8a0c8
MD5sum: 46c0a3bbfd5586dcf628396b5c53e4b8
Description: PL/Python 3 procedural language for PostgreSQL 15
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Python 3.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-plpython3-15-dbgsym
Source: postgresql-15
Version: 15.12-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 233
Depends: postgresql-plpython3-15 (= 15.12-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15-dbgsym_15.12-1.pgdg+2_arm64.deb
Size: 181512
SHA256: 05afdb0b4faabcac5375013864f28aaa5a496b15ade6b4900300754f0b89aa81
SHA1: 84e79fe42539a41d687adc01ba90a314ac597813
MD5sum: 9a12cb1eee186061acb7d162f79d2825
Description: debug symbols for postgresql-plpython3-15
Build-Ids: 2b2fada9e1771f42b1b4dfbf581124c6145244ab 739075dd977f1b1af2df3e6f69cfbe1ec875b7a7 8c5649f5e89f588eed25f087b7b181cfaa5085f0 8e319a42159f502fe1f36000e434e5f8cc960edd
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-plpython3-16
Source: postgresql-16
Version: 16.8-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 684
Depends: postgresql-16 (= 16.8-1.pgdg+2), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16_16.8-1.pgdg+2_arm64.deb
Size: 109460
SHA256: 33a58ab4c23690df4e94b8ccddce408af54c8d9ec8f02afe4a39b39e1591fc2b
SHA1: e9d6673275a46bfd71fe3cbd103624e073c4514d
MD5sum: 24213a2c2ee392767b960653c01dba5b
Description: PL/Python 3 procedural language for PostgreSQL 16
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Python 3.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-plpython3-16-dbgsym
Source: postgresql-16
Version: 16.8-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 238
Depends: postgresql-plpython3-16 (= 16.8-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16-dbgsym_16.8-1.pgdg+2_arm64.deb
Size: 186372
SHA256: ce20bd31af296e2fb4021958a466898ea491fbc0a3e77bd4bf1ff8c3c49d2006
SHA1: 9c436c171b115b70ce35cd68b077d273fb6e207d
MD5sum: d85edc74de04f3cb41a840232402cf46
Description: debug symbols for postgresql-plpython3-16
Build-Ids: a504e3f31aafe73423930a15b76fc19506a86ca2 e31148faff50b8511d3edf752dbc6ea91008e8c0 f01606930ad04ecbe3c4b18a024d051c5b7d7120 f9dbb23766ce340947aae6d4797e5481216ae0d8
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-plpython3-17
Source: postgresql-17
Version: 17.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 682
Depends: postgresql-17 (= 17.4-2.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-plpython3-17_17.4-2.pgdg+1_arm64.deb
Size: 106392
SHA256: e9e6f9fb4a3773f39a07a215dfec0a27da7c92a3ff95a6fff4b40a0412b25ccb
SHA1: fc7f678601aa8a1fb821a3e739c59cf606d04f59
MD5sum: bec7a50f9bab0fd30287afc0cb34c044
Description: PL/Python 3 procedural language for PostgreSQL 17
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Python 3.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-plpython3-17-dbgsym
Source: postgresql-17
Version: 17.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 241
Depends: postgresql-plpython3-17 (= 17.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-plpython3-17-dbgsym_17.4-2.pgdg+1_arm64.deb
Size: 189408
SHA256: fafdc80959df884d015e5b33b99a9774a4a7d9fa01636e54baf63806e97bc687
SHA1: 646122e1db1fae1b35554e11a6daed53a24b19c7
MD5sum: c860a9c90d78717e0a378277b28b07bb
Description: debug symbols for postgresql-plpython3-17
Build-Ids: 2b6230167c115e9dc9ce741f226f47a735096c75 7cdf0f72275991f5d62e6ac587cc04fa158496b9 868e6c9dc1877d24e0a948a530cc17163d27c344 d8c60af335f5454e34c17c46b619395a29ca3a49
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-pltcl-10
Source: postgresql-10
Version: 10.23-7.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: postgresql-10 (= 10.23-7.pgdg+2), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10_10.23-7.pgdg+2_arm64.deb
Size: 37292
SHA256: e8ab709f573f14aa1634fc419c3406d1d4c9e908fea3101a2c1d7c90de10a0b1
SHA1: 9e80d625620690b13d737ff7d6a4bfba0fe8fd79
MD5sum: b6426b2e25edfb16500c075bd41be83f
Description: PL/Tcl procedural language for PostgreSQL 10
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Tcl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-pltcl-10-dbgsym
Source: postgresql-10
Version: 10.23-7.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-pltcl-10 (= 10.23-7.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10-dbgsym_10.23-7.pgdg+2_arm64.deb
Size: 66504
SHA256: 0134e12cf690d6520676e7f82b3a0b2e48b01fbcd38276e583b39c26c191a633
SHA1: a4f80c313b47effcc277fe0f8461ad62a025a6e7
MD5sum: dce6d918577b66e4e64171719ad99db0
Description: debug symbols for postgresql-pltcl-10
Build-Ids: ee593e43cfe9036a54943c728a6ef9a853223b35
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-pltcl-11
Source: postgresql-11
Version: 11.22-9.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-11 (= 11.22-9.pgdg+2), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11_11.22-9.pgdg+2_arm64.deb
Size: 41356
SHA256: 2b14d5a06c0aeb4e72ea238f9b09e087a34acdd8d0446a1fc8b2efff4d8e314e
SHA1: ea29bae9e822586913c3e2a8144e7c04a9569a28
MD5sum: 9f9cfd169fac176d15aa3e8cf05180db
Description: PL/Tcl procedural language for PostgreSQL 11
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Tcl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-pltcl-11-dbgsym
Source: postgresql-11
Version: 11.22-9.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-pltcl-11 (= 11.22-9.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11-dbgsym_11.22-9.pgdg+2_arm64.deb
Size: 70012
SHA256: 18076569dc9ee7fe4821cc033a6580f76cd16f8f442d4c4b967e5b6a473bdac4
SHA1: dd1bc491b32f2d547371a2d3c7b539aecbef900e
MD5sum: b3bd8d05a1cae7120dde6f1cf441c777
Description: debug symbols for postgresql-pltcl-11
Build-Ids: fe84a8e5aa7e40761c328a7582f5fd028a69c5fb
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-pltcl-12
Source: postgresql-12
Version: 12.22-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-12 (= 12.22-2.pgdg+2), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12_12.22-2.pgdg+2_arm64.deb
Size: 44092
SHA256: e209b3ab5d6ff57c7586984c7abb54a3619decb4b6af05358804903f26eab536
SHA1: f578eadea51e18b4dec867f2743864e88ea77a1c
MD5sum: 5fa36eaf97b1e0407fbe4a8942319c4f
Description: PL/Tcl procedural language for PostgreSQL 12
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Tcl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-pltcl-12-dbgsym
Source: postgresql-12
Version: 12.22-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-pltcl-12 (= 12.22-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12-dbgsym_12.22-2.pgdg+2_arm64.deb
Size: 71184
SHA256: 25458435b34295c66197b4aba2e29b2f538506d8baf773229cc358c710e4e875
SHA1: 81edb3cce1eb31714aa73fa6270408f36919a3ac
MD5sum: 979dad383b7d7fa6808ba3c635c30b3a
Description: debug symbols for postgresql-pltcl-12
Build-Ids: d3947cb8f2ed7ad1e31fc59be25bfa0e21416abf
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-pltcl-13
Source: postgresql-13
Version: 13.20-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: postgresql-13 (= 13.20-1.pgdg+2), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13_13.20-1.pgdg+2_arm64.deb
Size: 45880
SHA256: e8f388f47887f239da36fcef1267169672115b8809b0c1042515864520f6f680
SHA1: e27dbd3c01d1cec5bd288c5a95c3db227a1ca375
MD5sum: 9b9c4572e168a5dc8f30413b02421d88
Description: PL/Tcl procedural language for PostgreSQL 13
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Tcl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-pltcl-13-dbgsym
Source: postgresql-13
Version: 13.20-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-pltcl-13 (= 13.20-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13-dbgsym_13.20-1.pgdg+2_arm64.deb
Size: 74532
SHA256: a7b5c3095272b7808e48269d4da6c8f9723db5dd9f035232512fad89b0538bf3
SHA1: 1958c2d32674084e8f8c8a069112c6399ebde24b
MD5sum: 43ddaaba956c72ffb3871cfd37802cd5
Description: debug symbols for postgresql-pltcl-13
Build-Ids: e296ee23b62b0012274dfd1bcef73ba9575121c4
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-pltcl-14
Source: postgresql-14
Version: 14.17-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-14 (= 14.17-1.pgdg+2), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14_14.17-1.pgdg+2_arm64.deb
Size: 43444
SHA256: e9b74938935ffd8e3dcd64be90b2d4b2d15b4131fddb251c660dc7e3d3b2b4da
SHA1: 46a03dec25ff4055f03f97a6b16f6872a7a6197e
MD5sum: 6d66db8ba8aef14d4d0e2c60229961d7
Description: PL/Tcl procedural language for PostgreSQL 14
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Tcl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-pltcl-14-dbgsym
Source: postgresql-14
Version: 14.17-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-pltcl-14 (= 14.17-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14-dbgsym_14.17-1.pgdg+2_arm64.deb
Size: 75160
SHA256: 56d8cc16756dda429a1ecc88b9d717dbce486886312f52c5ede85383d819b689
SHA1: 51997ca0b30aa5421fa5f6291cbb31a97857dc59
MD5sum: 770c6e9e456c885054508921978bff8b
Description: debug symbols for postgresql-pltcl-14
Build-Ids: 4570b2e7a32485d845ac3dfd6f99473d898e68e3
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-pltcl-15
Source: postgresql-15
Version: 15.12-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 200
Depends: postgresql-15 (= 15.12-1.pgdg+2), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15_15.12-1.pgdg+2_arm64.deb
Size: 43164
SHA256: 8bb57afcfa8bc98ad629dbdbb2c147e3397fe623383a7d6559ba9c5e28777fac
SHA1: 2ac0ee860546e174a58503a7938ca7521f2ed57f
MD5sum: e56d7a7de293fe3a427c59ad477d7853
Description: PL/Tcl procedural language for PostgreSQL 15
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Tcl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-pltcl-15-dbgsym
Source: postgresql-15
Version: 15.12-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-pltcl-15 (= 15.12-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15-dbgsym_15.12-1.pgdg+2_arm64.deb
Size: 79064
SHA256: c96f725ee260a4896cff2f854077cfe136f007848d9528970a01d00bf6906ef0
SHA1: 6d42abb8524fc4269b54bf81af4273e8b043d27f
MD5sum: 8d2f19ff12e411479dcea05b75b2a89c
Description: debug symbols for postgresql-pltcl-15
Build-Ids: b7db9047ee31ba39eeabfd687f7ded8485cfa4c8
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-pltcl-16
Source: postgresql-16
Version: 16.8-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 207
Depends: postgresql-16 (= 16.8-1.pgdg+2), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16_16.8-1.pgdg+2_arm64.deb
Size: 42660
SHA256: c64f7b528406a401dd36f79d2ea547cf172379931bb097d9994f9add9d50beb9
SHA1: 318df9774e0636d844f60939aba73f0d46327f77
MD5sum: a5efee8d9f6b6fcda1b1307157368bce
Description: PL/Tcl procedural language for PostgreSQL 16
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Tcl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-pltcl-16-dbgsym
Source: postgresql-16
Version: 16.8-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: postgresql-pltcl-16 (= 16.8-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16-dbgsym_16.8-1.pgdg+2_arm64.deb
Size: 81768
SHA256: 96d9130ebdef420e7bb30085a646d704335892863d63f16caa19163dea206af7
SHA1: d06d7ddfab445fe6ba5f2014b988759ee2e94c04
MD5sum: 0f112cede9eb9d843d781b36c71e4375
Description: debug symbols for postgresql-pltcl-16
Build-Ids: ac919af16bf07f3a0f29e4a511876566d468c278
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-pltcl-17
Source: postgresql-17
Version: 17.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 205
Depends: postgresql-17 (= 17.4-2.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-pltcl-17_17.4-2.pgdg+1_arm64.deb
Size: 40160
SHA256: 598545c8e3f9f5ff119724e8b86720b225e4ac165bba4894ff057e785e988dba
SHA1: 549cd9220cc3e3a20aeb3cc204431517449fcd90
MD5sum: c1908464fea46023bb8c76416dc8322d
Description: PL/Tcl procedural language for PostgreSQL 17
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Tcl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-pltcl-17-dbgsym
Source: postgresql-17
Version: 17.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-pltcl-17 (= 17.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-pltcl-17-dbgsym_17.4-2.pgdg+1_arm64.deb
Size: 85292
SHA256: 053bd73f0876d9622ee72572be253321a18574a75a84f8768552a65ad3361985
SHA1: 950e59a259475927813ad82e2a6f3af2d6eb5343
MD5sum: 4fcc1554b81ef8bb4e95421385bf3461
Description: debug symbols for postgresql-pltcl-17
Build-Ids: 8958e99536d6befa6df5d065031b0aed5cb6355f
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-server-dev-10
Source: postgresql-10
Version: 10.23-7.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5522
Depends: libpq-dev (>= 10~~), postgresql-client-10 (= 10.23-7.pgdg+2), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Replaces: libpq-dev
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-10/postgresql-server-dev-10_10.23-7.pgdg+2_arm64.deb
Size: 943872
SHA256: 67a89d56cbc58ded1ab30c826db071e10b0c88e44e08fc0213f235f4b53b937b
SHA1: 08333a4336089432575e0a9d7b7e1a8c851caf6d
MD5sum: 4e741b95ceb973dcda7c2f2a57e2eae8
Description: development files for PostgreSQL 10 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.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-server-dev-11
Source: postgresql-11
Version: 11.22-9.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5074
Depends: libpq-dev (>= 11~~), postgresql-client-11 (= 11.22-9.pgdg+2), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-11/postgresql-server-dev-11_11.22-9.pgdg+2_arm64.deb
Size: 930800
SHA256: 0c180abefcd13ba0b79aca161a6fcc61df8dfcaace748c26da889daa9e35423b
SHA1: 907fc1d8175c22e8306f1767a71b7b378bd26a54
MD5sum: 440e8e48781e5a1090705ba9467fb830
Description: development files for PostgreSQL 11 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.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-server-dev-12
Source: postgresql-12
Version: 12.22-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5684
Depends: clang-19, libpq-dev (>= 12~~), llvm-19-dev, postgresql-client-12 (>= 12.1-2~), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-12/postgresql-server-dev-12_12.22-2.pgdg+2_arm64.deb
Size: 1004688
SHA256: 78d3e7cdfc4d0741ffdc2133c43f89191c0717e1b10be1f4d129a6a8c243639e
SHA1: f9b7a898038d598a0f62d6078bb8707818dc2086
MD5sum: 33e6aa775b4f79f82c0b343c5b3d44c7
Description: development files for PostgreSQL 12 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.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-server-dev-13
Source: postgresql-13
Version: 13.20-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6210
Depends: clang-19, libpq-dev (>= 13~~), llvm-19-dev, postgresql-client-13, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/postgresql-server-dev-13_13.20-1.pgdg+2_arm64.deb
Size: 1053896
SHA256: 0d1ac6421531805b7dccedbcd5dfc3adc0fee3115ae97fbdc76ae284711871c4
SHA1: 9070cdb6c8691954a8fd960143a762119b89efc7
MD5sum: 4686657d7e8f46fa25281858ae98ea4c
Description: development files for PostgreSQL 13 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.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-server-dev-14
Source: postgresql-14
Version: 14.17-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6721
Depends: clang-19, libpq-dev (>= 14~~), llvm-19-dev, postgresql-client-14, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14_14.17-1.pgdg+2_arm64.deb
Size: 1128508
SHA256: 84631814cfa37930566c0d2d4f64dfae5e44d581327457a507f97f5a9ef12cc9
SHA1: aef9e321e6c70d195c19beb92881f6d956a5cb35
MD5sum: 72e469aca6fbf44a949f79862bec4c9c
Description: development files for PostgreSQL 14 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.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-server-dev-15
Source: postgresql-15
Version: 15.12-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6883
Depends: clang-19, libpq-dev (>= 15~~), llvm-19-dev, postgresql-client-15, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/postgresql-server-dev-15_15.12-1.pgdg+2_arm64.deb
Size: 1153352
SHA256: 587ce1d7e2d9f30770bd875558656f91d89bc47381e5fec3ec8f9a2d9e186d89
SHA1: c1a68810cd8c2df9001b2b11888acdcce7740e37
MD5sum: 2be0f05ddae617f3fc5639e1b977e630
Description: development files for PostgreSQL 15 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.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-server-dev-16
Source: postgresql-16
Version: 16.8-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7075
Depends: clang-19, libpq-dev (>= 16~~), llvm-19-dev, postgresql-client-16, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-16/postgresql-server-dev-16_16.8-1.pgdg+2_arm64.deb
Size: 1180700
SHA256: 9f347b6a7b1b75faf30cea6d650f51428aa5baa5f9060e8f14491095dcff865a
SHA1: c5b654b14784870e1d568b3e8776e55b200ee488
MD5sum: 41921c125c5718287ed254bcbcc0a3d7
Description: development files for PostgreSQL 16 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.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-server-dev-17
Source: postgresql-17
Version: 17.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8300
Depends: clang-19, libpq-dev (>= 17~~), llvm-19-dev, postgresql-client-17, postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-17/postgresql-server-dev-17_17.4-2.pgdg+1_arm64.deb
Size: 1318604
SHA256: 55a1186c5964d6bd4e931ad1229be558011a2c2fd4651d57aa694bc1e4eff9d1
SHA1: 0abcaa1f0693929d8e6ffd5d5994453ee42e65fe
MD5sum: 10ebc135e6fce027f0ea2bb4702897b0
Description: development files for PostgreSQL 17 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.
Timestamp: 2025-04-07 14:27:09+00

Package: postgresql-server-dev-17-dbgsym
Source: postgresql-17
Version: 17.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-server-dev-17 (= 17.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-server-dev-17-dbgsym_17.4-2.pgdg+1_arm64.deb
Size: 56760
SHA256: 7f6dfff2bd830b181ec9d6af8993e413b11d79806e8d6e605501720ac3c1bedb
SHA1: 15ca0eea27591fbc28c822830edeeb425384e392
MD5sum: 5b823e5df4af6e8d6c612b6d4333aa51
Description: debug symbols for postgresql-server-dev-17
Build-Ids: e9a9c5fdedd947f4d2335e0c3f6ec3b055ae3c69
Timestamp: 2025-04-07 14:27:09+00

Package: python3-pglast
Source: pglast
Version: 7.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1300
Depends: python3 (<< 3.14), python3 (>= 3.13~), python3-pkg-resources, python3:any, libc6 (>= 2.17), libpg-query1706.0
Suggests: python-pglast-doc
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: python
Filename: pool/main/p/pglast/python3-pglast_7.7-1.pgdg+1_arm64.deb
Size: 294496
SHA256: 2df6fc40a383e70280cd5437c34786563ae23b9733bb0103deed421443407047
SHA1: 1175e4e098d9321f2f34206f6ec1cc467da1414d
MD5sum: 55da355504a5f562ab32023c768eb2b6
Description: PostgreSQL Languages AST and statements prettifier (Python 3)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This package installs the library for Python 3.
Timestamp: 2025-04-07 14:27:09+00

Package: python3-pglast-dbgsym
Source: pglast
Version: 7.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1762
Depends: python3-pglast (= 7.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglast/python3-pglast-dbgsym_7.7-1.pgdg+1_arm64.deb
Size: 1740024
SHA256: 3c32aa5f06a848f80250ba17bcdac16def65c1d6e0d7fe55547a7d6861ddb340
SHA1: f838aa45faafd1307705d3c185fd98a8e7748640
MD5sum: 11d967d267c116cd93d432618aa85b71
Description: debug symbols for python3-pglast
Build-Ids: b22d823d7352af33921db67c26101b46719d6b83
Timestamp: 2025-04-07 14:27:09+00

Package: python-pglast-doc
Source: pglast
Version: 7.7-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4074
Depends: libjs-sphinxdoc (>= 8.1)
Multi-Arch: foreign
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: doc
Filename: pool/main/p/pglast/python-pglast-doc_7.7-1.pgdg+1_all.deb
Size: 294800
SHA256: e57f3e8d115d1a6690831b57581720e0046e947438db2682ea07f97ca896a1b4
SHA1: 6dab98a132a3f4454110c63253d9468424318e46
MD5sum: cdb197e632b098e6c624500e73586deb
Description: PostgreSQL Languages AST and statements prettifier (common documentation)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This is the common documentation package.
Timestamp: 2025-04-07 14:27:09+00

Package: libpg-perl
Version: 1:2.1.1-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: perl (>= 5.40.1-2), perlapi-5.40.1, libc6 (>= 2.17), libpq5
Priority: optional
Section: perl
Filename: pool/main/libp/libpg-perl/libpg-perl_2.1.1-11.pgdg+1_arm64.deb
Size: 31224
SHA256: 474bb1c80af1a728701cd2f202dfea5aac1812aad69049acb368c8e11d2a962f
SHA1: 52cd283d2539e668058891c67837573ed6cc2e69
MD5sum: 73f997e5bf3ee91191609f6bf675b3a7
Description: PostgreSQL interface for Perl
 This library enables Perl scripts to communicate with the PostgreSQL database
 backend.
 .
 This is a very old driver, newer applications should use DBI and DBD::Pg
 (libdbd-pg-perl) instead.
Timestamp: 2025-04-09 14:04:49+00

Package: libpg-perl-dbgsym
Source: libpg-perl
Version: 1:2.1.1-11.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libpg-perl (= 1:2.1.1-11.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/libp/libpg-perl/libpg-perl-dbgsym_2.1.1-11.pgdg+1_arm64.deb
Size: 86148
SHA256: d23dcd38d185f480ecf7d88e374a3c0e41fdd5a1ce4641fa60c16440f3b7be6f
SHA1: b3e4f15820fd1f7628a477c07f0df3559002dc22
MD5sum: 3e13b75511de3452d733126382a37ad8
Description: debug symbols for libpg-perl
Build-Ids: 59f3ef213790ca00612eb339dab3953948e31299
Timestamp: 2025-04-09 14:04:49+00

Package: postgresql
Source: postgresql-common (277.pgdg+1)
Version: 17+277.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-17, debconf (>= 0.5) | debconf-2.0
Suggests: postgresql-doc
Provides: postgresql-contrib (= 17)
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_17+277.pgdg+1_all.deb
Size: 16648
SHA256: be42d1b7b5be7d44a1ca0b854110549ff409e26768127e9445d36fd9324e43e3
SHA1: bed8b2f16fae3c963626121bdef3f473e2d89727
MD5sum: 0ae1cafc9c6f54890a4fedfe59631851
Description: object-relational SQL database (supported version)
 This metapackage always depends on the currently supported PostgreSQL
 database server version. It also offers to automatically upgrade the
 "main" database cluster to the lastest supported major 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.
Timestamp: 2025-04-09 14:04:49+00

Package: postgresql-10-pg-fact-loader
Source: pg-fact-loader
Version: 2.0.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1144
Depends: postgresql-10
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-10-pg-fact-loader_2.0.1-5.pgdg+1_arm64.deb
Size: 41460
SHA256: 5ebe41df9c08d1d9a37c9b3358fda512361ff7706f27ba19c808d11c7e3d5378
SHA1: a3addd0dbc1217752798fa379a808cd6fe417b07
MD5sum: f6ae940af03d580ac98bf09165b4cd9e
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 10.
Timestamp: 2025-04-09 14:04:49+00

Package: postgresql-11-pg-fact-loader
Source: pg-fact-loader
Version: 2.0.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1144
Depends: postgresql-11
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-11-pg-fact-loader_2.0.1-5.pgdg+1_arm64.deb
Size: 41468
SHA256: 6d96c51de449665201f677ea5dedd8a873fc16104cd63119dda23f35beefda0c
SHA1: 20281d60c8cd4f979217dcbc8f5177c833d82300
MD5sum: 896e3c168665642926a6c4aff3586aad
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 11.
Timestamp: 2025-04-09 14:04:49+00

Package: postgresql-12-pg-fact-loader
Source: pg-fact-loader
Version: 2.0.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1144
Depends: postgresql-12
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-12-pg-fact-loader_2.0.1-5.pgdg+1_arm64.deb
Size: 41468
SHA256: b0421ab9128361ef681483e1e73b5de83fb6092048f9b54d7773f9a545419c06
SHA1: db08994becbfb6bd333183d1cedeccca77b7064d
MD5sum: ccebb3be3957ccdc0438dc5d316baaf7
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 12.
Timestamp: 2025-04-09 14:04:49+00

Package: postgresql-13-pg-fact-loader
Source: pg-fact-loader
Version: 2.0.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1144
Depends: postgresql-13
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-13-pg-fact-loader_2.0.1-5.pgdg+1_arm64.deb
Size: 41476
SHA256: 706be1c354ae49e813d8ee2b61f8382659d1580d40825c3311566f73f2341f6a
SHA1: 51b4d553ff617c8ee67f9d437ab2b622829963c0
MD5sum: fa1eeb2db83b3df3dbe1b167f588ca83
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 13.
Timestamp: 2025-04-09 14:04:49+00

Package: postgresql-14-pg-fact-loader
Source: pg-fact-loader
Version: 2.0.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1144
Depends: postgresql-14
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-14-pg-fact-loader_2.0.1-5.pgdg+1_arm64.deb
Size: 41476
SHA256: 40813c51240474232f972784951d72444e95dc487fbfcd8fa95db240feb97e19
SHA1: a83d284c25a68cb04aaa9503c019dbec4ecb2795
MD5sum: 4978958343af79998e0ddf03befd51b3
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 14.
Timestamp: 2025-04-09 14:04:49+00

Package: postgresql-14-timescaledb
Source: timescaledb
Version: 2.19.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13976
Depends: postgresql-14, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-14-timescaledb_2.19.2+dfsg-1.pgdg+1_arm64.deb
Size: 369596
SHA256: 62191ef79bba6b43bf08c3d38fdae926c78085af41b416b9edbc8f596678b907
SHA1: 610d3a3982282fbf48e154c29f7fdb8ae885d0ea
MD5sum: 9e306271e5d38b020e5937858b96298a
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-04-09 14:04:49+00

Package: postgresql-14-timescaledb-dbgsym
Source: timescaledb
Version: 2.19.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1243
Depends: postgresql-14-timescaledb (= 2.19.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-14-timescaledb-dbgsym_2.19.2+dfsg-1.pgdg+1_arm64.deb
Size: 1120760
SHA256: 62d1264b2fdb281283177c9534e691930ef3fd4ad023127764e885ba5add7399
SHA1: a659e97db64cc6df92d120442f6b40606458dbd0
MD5sum: 525c29631ab5265136976dd87ed7f7e8
Description: debug symbols for postgresql-14-timescaledb
Build-Ids: 55a5f9a7ecf0f530c563bebc282fc1a0cb854a55 b2dd611dacd4fd862eaa60943e1eec70d68b9829
Timestamp: 2025-04-09 14:04:49+00

Package: postgresql-15-pg-fact-loader
Source: pg-fact-loader
Version: 2.0.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1144
Depends: postgresql-15
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-15-pg-fact-loader_2.0.1-5.pgdg+1_arm64.deb
Size: 41464
SHA256: f4158eae497de4c97cba9bdf30bbdd24b0ff446360969f932bb768964b75f27e
SHA1: f1e98ef6a633c2e1f110dbb951f7aa72f2e3e5b2
MD5sum: 20b955886a45e9767cf0581053c75abc
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 15.
Timestamp: 2025-04-09 14:04:49+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.19.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13976
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.19.2+dfsg-1.pgdg+1_arm64.deb
Size: 373168
SHA256: 3092b191dcba0da157d46cf149c2167123efd26fe14b19aeb035848b027d6347
SHA1: ff50c384c031eced5733ecf9387c3649f3b4dfb5
MD5sum: 9a6d54e89b7babc8bdf54776d2e9f108
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-04-09 14:04:49+00

Package: postgresql-15-timescaledb-dbgsym
Source: timescaledb
Version: 2.19.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1228
Depends: postgresql-15-timescaledb (= 2.19.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.19.2+dfsg-1.pgdg+1_arm64.deb
Size: 1106256
SHA256: 1cbb1300c6cc70e7425e1bf10c3b22e22bdc3a3b699ac008c0becfabb42a9876
SHA1: 3223398f85d3e6eb66f75821c4f663b20c35a049
MD5sum: b525d3d135f3aa0016860e705d234eab
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: a6bcd8d89773ddcab23f9a814573be3c01440d95 bd166a89637d3d01d4da90ed251c1c11ea1ceaa4
Timestamp: 2025-04-09 14:04:49+00

Package: postgresql-16-pg-fact-loader
Source: pg-fact-loader
Version: 2.0.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1144
Depends: postgresql-16
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-16-pg-fact-loader_2.0.1-5.pgdg+1_arm64.deb
Size: 41472
SHA256: adff4c2593672a6229576960248684d18fe6233b091c3f9224a995e042c7d38e
SHA1: 70892f2bdb79cf3c5d22a0df427d7cfb3a7d7788
MD5sum: 02699b33776d7fc0f9188ddc8bd049ae
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 16.
Timestamp: 2025-04-09 14:04:49+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.19.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13976
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.19.2+dfsg-1.pgdg+1_arm64.deb
Size: 372344
SHA256: 32b005ff9190eefceac610864000485fe2f42c65b0a3f883eb24d4f9d8e3c9ba
SHA1: 9b2e7f0bebf6e267cde222736aa1324645f1eef4
MD5sum: f144396c0ab1acd90522072fb9e5a7d4
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-04-09 14:04:49+00

Package: postgresql-16-timescaledb-dbgsym
Source: timescaledb
Version: 2.19.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1280
Depends: postgresql-16-timescaledb (= 2.19.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.19.2+dfsg-1.pgdg+1_arm64.deb
Size: 1159420
SHA256: 98e679b11240047177300ecbc789e70701aef1dfc5126362180203ab1f1d4321
SHA1: eb64a2449e9a58e7bc988ae08fe05280c1a03301
MD5sum: 077f3137f4272ecc23b065ad435feb7a
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: 2a2f116282d4b7253b7629820e9b49136dc557b6 42701bc850644b9b3b9d9f0cfa3160a6e661fd8e
Timestamp: 2025-04-09 14:04:49+00

Package: postgresql-17-pg-fact-loader
Source: pg-fact-loader
Version: 2.0.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1144
Depends: postgresql-17
Homepage: https://github.com/enova/pg_fact_loader
Priority: optional
Section: database
Filename: pool/main/p/pg-fact-loader/postgresql-17-pg-fact-loader_2.0.1-5.pgdg+1_arm64.deb
Size: 41484
SHA256: d3495b7a8d630c9b0b60923161b46be1c3ffb0cbcda8dd950e4d4b007602c49c
SHA1: 1c47220c04c9cfc1b2f3076e29971562ab96c216
MD5sum: 12497bd7c49527c255889e67de3cd258
Description: Build fact tables asynchronously with Postgres
 Use queue tables to build fact tables asynchronously for PostgreSQL 17.
Timestamp: 2025-04-09 14:04:49+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.19.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13976
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.19.2+dfsg-1.pgdg+1_arm64.deb
Size: 372276
SHA256: f2dec537ac53e4153a586d2a5a1238041d873dcd790039f45607637851c378ce
SHA1: c00e9b50220e968e3d9b75992228c69c6f8349d3
MD5sum: cd40f2bbe300a11b3c28c8b6ff0bd45e
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-04-09 14:04:49+00

Package: postgresql-17-timescaledb-dbgsym
Source: timescaledb
Version: 2.19.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1291
Depends: postgresql-17-timescaledb (= 2.19.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.19.2+dfsg-1.pgdg+1_arm64.deb
Size: 1171816
SHA256: e7e02b938c6e502b7fab601f1b8a91d7bcc89c9f4aac1d4bac651ab4ea8b9f99
SHA1: 18e762fec95b0af9fdbc02609c93fe964ae0d4fb
MD5sum: 5b550aa63f9332ab6d534f30dc2be96d
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: b230bdbb1882e962790b4245b51e64b4c1b35179 ef4c03c5e24a17e321703814eec045eb85d54959
Timestamp: 2025-04-09 14:04:49+00

Package: postgresql-all
Source: postgresql-common
Version: 277.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19
Depends: libecpg-dev, libpq-dev, postgresql-common (= 277.pgdg+1), postgresql-server-dev-all, postgresql-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12, postgresql-13, postgresql-plperl-13, postgresql-plpython3-13, postgresql-pltcl-13, postgresql-14, postgresql-plperl-14, postgresql-plpython3-14, postgresql-pltcl-14, postgresql-15, postgresql-plperl-15, postgresql-plpython3-15, postgresql-pltcl-15, postgresql-16, postgresql-plperl-16, postgresql-plpython3-16, postgresql-pltcl-16, postgresql-17, postgresql-plperl-17, postgresql-plpython3-17, postgresql-pltcl-17
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_277.pgdg+1_all.deb
Size: 14072
SHA256: 4d7b8e4e6dc32818a215a1d8ef6ae8a15f32364ae16ce3b256e8a902ee082bfa
SHA1: ce48fdc11d5ab64677e5ccf5596901a38c5da269
MD5sum: d7e9ff1c07c17660c18cff6c7de0cb00
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 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.
Timestamp: 2025-04-09 14:04:49+00

Package: postgresql-client
Source: postgresql-common (277.pgdg+1)
Version: 17+277.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19
Depends: postgresql-client-17
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_17+277.pgdg+1_all.deb
Size: 13940
SHA256: 83d4aa56b5252254844451d409cc6c329eef876f24a66b3da665ac493c36c67b
SHA1: 7bce9236ca373244599d657c2af4c02b874fe969
MD5sum: bab2688374bf3f23750504640ab71af1
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.
Timestamp: 2025-04-09 14:04:49+00

Package: postgresql-client-common
Source: postgresql-common
Version: 277.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 153
Depends: netbase, perl:any
Breaks: pgdg-keyring, postgresql-common (<< 269)
Replaces: pgdg-keyring, postgresql-common (<< 269)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_277.pgdg+1_all.deb
Size: 46992
SHA256: 94cf69b3b3b9244fb599f04e6bf3dd69ade7819c9b98935565a3b55133f88d30
SHA1: 17bebff38ffb2fda01bb1697b940756952402338
MD5sum: 68a41176a9984c2a78416c419de5101f
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.
Timestamp: 2025-04-09 14:04:49+00

Package: postgresql-common
Version: 277.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 355
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, libjson-perl, sysvinit-utils (>= 3.05-4~) | lsb-base, postgresql-client-common (= 277.pgdg+1), postgresql-common-dev (= 277.pgdg+1), ssl-cert (>= 1.0.11), ucf, perl:any
Recommends: e2fsprogs, logrotate
Breaks: postgresql-9.1 (<< 9.1.1-3~)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_277.pgdg+1_all.deb
Size: 111860
SHA256: a800423160ccc6d5dfc59cc0590e59db96d960061712b26aa6a27e4dcad3d20f
SHA1: a041cd9f70a03abda813619f0d71dc6e719a220c
MD5sum: 5569656b77270381530d985a062c6262
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.
Timestamp: 2025-04-09 14:04:49+00

Package: postgresql-common-dev
Source: postgresql-common
Version: 277.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 332
Depends: libipc-run-perl
Breaks: postgresql-client-common (<< 269), postgresql-common (<< 269), postgresql-server-dev-all (<< 269)
Replaces: postgresql-client-common (<< 269), postgresql-common (<< 269), postgresql-server-dev-all (<< 269)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common-dev_277.pgdg+1_all.deb
Size: 72176
SHA256: 0dfb7913aae728841a323ec5caf5ac5679fbc988712e30cfb89d5560186d1923
SHA1: 0c30c8d42a5aaf28ab05676f809e4ea31e9a2975
MD5sum: 8a9d470d1ddf0c67830839bb6b36cf89
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, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 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.
Timestamp: 2025-04-09 14:04:49+00

Package: postgresql-doc
Source: postgresql-common (277.pgdg+1)
Version: 17+277.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19
Depends: postgresql-doc-17
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_17+277.pgdg+1_all.deb
Size: 13920
SHA256: c615ac54fe6e643402b366b519b9eb7d6e5ad94b90d6bfa7ce9df182ddd5246d
SHA1: 3280be434c3a71dc57ec3b42106a017d1cf4c9ae
MD5sum: 22059b62581ef7c32d994e7dcaeb933c
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.
Timestamp: 2025-04-09 14:04:49+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 277.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19
Depends: postgresql-common-dev (= 277.pgdg+1), postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12, postgresql-server-dev-13, postgresql-server-dev-14, postgresql-server-dev-15, postgresql-server-dev-16, postgresql-server-dev-17
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_277.pgdg+1_all.deb
Size: 13948
SHA256: aab6d1368bff87afd3a91462613b1635110196a0323c1a7ba4b8430cd7fcc948
SHA1: 32de46cc0b889818e227a7526af6e709e351f915
MD5sum: d9ba599cf6c688371b7a1f46c2e24aba
Description: build tools for multiple PostgreSQL versions
 The postgresql-server-dev-all metapackage depends on all server-dev-NN
 packages for all supported PostgreSQL major versions, required to
 build PostgreSQL extension packages, as well as on postgresql-common-dev
 for build infrastructure.
 .
 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.
Timestamp: 2025-04-09 14:04:49+00

Package: ruby-pg-ldap-sync
Source: pg-ldap-sync
Version: 0.5.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: ruby, ruby-net-ldap (>= 0.16), kwalify (>= 0.7), ruby-pg (>= 0.14), ruby-pg (<< 2.0), ruby-logger (>= 1.0), ruby-ostruct (>= 0.1), ruby-base64 (>= 0.1)
Homepage: https://github.com/larskanis/pg-ldap-sync
Priority: optional
Section: database
Filename: pool/main/p/pg-ldap-sync/ruby-pg-ldap-sync_0.5.1-1.pgdg+1_all.deb
Size: 10712
SHA256: 318b5f1cc401ca1176d428c151d03ae986a501e9d3f40bd5b147af806ca632ff
SHA1: c21fd642a43845f7bd31ca4cd1c90e48985e7c07
MD5sum: ca310d04f9de9872a58e757b5519aec4
Description: Synchronize users and groups from LDAP/AD into PostgreSQL
 LDAP is often used for a centralized user and role management
 in an enterprise environment. PostgreSQL offers different
 authentication methods, like LDAP, SSPI, GSSAPI or SSL.
 However, for any method the user must already exist in the database,
 before the authentication can be used. There is currently
 no direct authorization of database users on LDAP. So roles
 and memberships has to be administered twice.
 .
 This program helps to solve the issue by synchronizing users,
 groups and their memberships from LDAP to PostgreSQL.
 Access to LDAP is used read-only. <tt>pg_ldap_sync</tt> issues proper
 CREATE ROLE, DROP ROLE, GRANT and REVOKE commands to synchronize
 users and groups.
 .
 It is meant to be started as a cron job.
Timestamp: 2025-04-09 14:04:49+00

Package: libtap-parser-sourcehandler-pgtap-perl
Version: 3.37-1.pgdg+1
Architecture: all
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Installed-Size: 92
Depends: perl:any
Suggests: postgresql-pgtap
Multi-Arch: foreign
Homepage: https://metacpan.org/release/TAP-Parser-SourceHandler-pgTAP
Priority: optional
Section: perl
Filename: pool/main/libt/libtap-parser-sourcehandler-pgtap-perl/libtap-parser-sourcehandler-pgtap-perl_3.37-1.pgdg+1_all.deb
Size: 35068
SHA256: 5650bb2617f0764a48d6fa4a2418ac8061701df13393c3301af8c5d858f4756b
SHA1: 33cdb582a0c446f6f2d36f255e57b6b1815d841a
MD5sum: 6938f4f0867cf37671bcd3972a0dae2a
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/).
Timestamp: 2025-04-10 11:25:02+00

Package: check-patroni
Version: 2.2.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: python3-attr, python3-click, python3-nagiosplugin, python3-requests, python3:any
Homepage: https://github.com/dalibo/check_patroni
Priority: optional
Section: utils
Filename: pool/main/c/check-patroni/check-patroni_2.2.0-1.pgdg+1_all.deb
Size: 20992
SHA256: c2fd4e6bd2eedf48df33dc05295603a400cbd7daf3aa80012c533038f427e47b
SHA1: a4dab119da0cef3a134648e391a6e7fe7c5818b9
MD5sum: 7a853654c2b2a14594a42c59297bc6b3
Description: Nagios plugin to check on patroni
 A nagios plugin for patroni that checks presence of leader, replicas,
 and node counts, and also checks each node for replication status.
Timestamp: 2025-04-11 15:57:23+00

Package: librdkit1t64
Source: rdkit
Version: 202503.1-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 24662
Depends: libboost-iostreams1.83.0 (>= 1.83.0), libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py313, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.38), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.2), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 3.3), libinchi1.07 (>= 1.07.3+dfsg), libmaeparser1 (>= 1.3.1), libstdc++6 (>= 14)
Breaks: librdkit1 (<< 202503.1-2.pgdg+1)
Replaces: librdkit1
Provides: librdkit1 (= 202503.1-2.pgdg+1)
Homepage: http://www.rdkit.org
Priority: optional
Section: libs
Filename: pool/main/r/rdkit/librdkit1t64_202503.1-2.pgdg+1_arm64.deb
Size: 4894664
SHA256: 4229b56f0869263a23d6ca766f796680fc2f97aa76ab45032d270a113bfaf10c
SHA1: 7a6c4a0a8df328ee48550b66a277b1af43a57081
MD5sum: 903de030a26226b1d3d5fe8fd6e7b4d4
Description: Collection of cheminformatics and machine-learning software (shared libraries)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the shared libraries.
Timestamp: 2025-04-11 15:57:23+00

Package: librdkit1t64-dbgsym
Source: rdkit
Version: 202503.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 122044
Depends: librdkit1t64 (= 202503.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/librdkit1t64-dbgsym_202503.1-2.pgdg+1_arm64.deb
Size: 119156572
SHA256: fa59df1364ed5baaffdc6eb57979029603d047053de98ad9da934937baecb474
SHA1: a178829ebb93c78a54e7a8ed103f36cb70b451c1
MD5sum: ddae36b177395f2c1631ea4a59ea426a
Description: debug symbols for librdkit1t64
Build-Ids: 00b696deb0a021ce1780014d7b276fbb3c69ee85 02e716ef2584c0f446f487cb12d2ec2412f12c0e 030359e869ef3f3303407aab09a2d46537f634f3 068f324341085870612f63678030e6a068f5d047 0da6be8715a21297a348dd921b13c536ef005868 0f0fc8e3b1859243682465b7b0092bb593706743 102c7c8b5260556a5fb3ceae8de6a528fcf05b6f 12f0b9f650aa722a5e0aacdc795974fd6221f679 16c75b705aecc3ec0c2d6cb4ddbf3f963658c7f9 17f785f54d5444e1d7155ae6d5f632dbf9708878 1abd440b060cee64b725580340753d04e08e713c 217474ed1463548a1fc79ffa3f05799835918351 2985b438f7bbbbd18f74d8e2d5ddc4fe7041d101 2a721646676a31b2113ff61ce0aa8e203e795c40 2efe0ec8aa7a19bef707ee34dd8643ec2855c364 3184feed887ad869302ea980b504d7f99a09231f 342c356113569f3ef591861e24c4f6f87c729714 35e64c53f81d7133af6b2dbcd65f54b13033da6c 3698340c575e6e783ff8ec174974b03f3992d89c 38f3b335dcf10743dea22e54531ecc6b040623ab 3a89fd63e18d6a0ca3974c304e3dcfe7ef69e434 4bff314e656ae42dfd4bdc63f28f2089ab0f5a70 4e739b9880172d044d871157df595feac6142678 50c9cd3337583cad494f85223029419514216db7 52d6dd2758d4154af3c2419274c50b602789b1a7 591298b9d74914d9df9f25f6db3200b7724356f9 5ba5b619486c1b4b21880e1618dbc845c0d61844 5d286c97e1acaf19a845d9aa16ec6c9a6e58fc3e 604190ec0cd123d90bc39a1635365bd44086caeb 61a61e0f797a551498d06ea15f1ad1013e7b9d43 65d0add26d15ff332418824b06032af795696efc 6ebc4217a7db07355b2a2230fe3135cb87b61221 70f39210320b32f18b02ef94ce9ea98a31234997 74c4b0bce88b6b2a5092648b58d61584fcd23c94 75b864abd64fc06358e82f96f1030c02c86d4fce 7991ae699362e3f0699f8850f8c85df608efb161 7c1fb403cb494067d3048392defebf9658b688b2 819f85b0844a584f36e5fffbade2057cce51de93 8696d32199db772ead8ff9d33915cd6788c469d4 86e520f219bcdf3e79cce35e04e8e36c880a5561 8c9cea0031e2dec80accea04cc74f23dca77c688 91f81a0f77e3838a9bab468295a13c2d77360cfa 9cc0969866d63ea846a65c42e34f6b6604c4640c 9d0d3e84170279b94421d6f8b55ba7948d416f10 9de8e3a074c8da50494136fc94b951c7541806ba 9f2f3e3d278e79309808710368997c71b7eb3afd a1123e80a3b6e4f18ce24cf790158cb4b6faa709 a4930871a3c2564bc4822265aaa6cb9327699695 b1338d8ed250d92b7adf3810b7fa618bccbacda9 b47100af0fa52c14705558ae92c37897dc477680 baf7ba4953d7d03c3128433c53f716bfd328e2f0 be702648e27b6ad5b21cdfd802310fda7b724f95 c33c1e6e3736c8cbb089a6cb192b1ed20c66f215 c5fe6f5edc9f3202399f9f5269400ae8043d373e ccd0f6bcceef3b1ab81705cf97f6daa4ca08952d cfb197e7efd9e83026fa4a9ab3ecec03815f4a3a d0aeabe72131718df7b4c81dd0efc26c0fd0b71e d492406a664379a5f68894eb296ea22a6e3c52a0 db63337f9f3312def2e1e9a30521d2050ffa70be e1e3999cdc533cef60d7fcfea3ac1bd4d08fb659 f1583f193704eb70f2c00c2db0e23738167d9d0f f4f29771115f88753c5d2a0e3817bbda5608498c
Timestamp: 2025-04-11 15:57:23+00

Package: librdkit-dev
Source: rdkit
Version: 202503.1-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 2743
Depends: librdkit1t64 (= 202503.1-2.pgdg+1)
Homepage: http://www.rdkit.org
Priority: optional
Section: libdevel
Filename: pool/main/r/rdkit/librdkit-dev_202503.1-2.pgdg+1_arm64.deb
Size: 484932
SHA256: 70e0b04cb826eab6f69a407bee98357405ca7332717786a5b4e9ba56d7a1f39b
SHA1: 2c03d1ceffa46b2cab40c79250ced5af95ec0aa5
MD5sum: 91e6310ca7d757246ac0fd6c51a288c0
Description: Collection of cheminformatics and machine-learning software (development files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the header files.
Timestamp: 2025-04-11 15:57:23+00

Package: postgresql-10-rdkit
Source: rdkit
Version: 202503.1-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 662
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.1), libstdc++6 (>= 13.1), postgresql-10
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-10-rdkit_202503.1-2.pgdg+1_arm64.deb
Size: 244852
SHA256: 9d38fc3191b09cb8027ca2883eda82052d790db2de66342f9ce425de8cbf6c81
SHA1: 0c4722c4d2c3ff4c32828cf8c254e25142955501
MD5sum: e9c8506088d1b6f4e08d89ff88bb091f
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-04-11 15:57:23+00

Package: postgresql-10-rdkit-dbgsym
Source: rdkit
Version: 202503.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1205
Depends: postgresql-10-rdkit (= 202503.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-10-rdkit-dbgsym_202503.1-2.pgdg+1_arm64.deb
Size: 1142180
SHA256: 65b0d6b01a2db3d297541ccf081092132fb78d859c36fe22bcd2cfec9395debb
SHA1: 84a9a79d34f96e045e95f02a2f5523656c9e2f72
MD5sum: b47ddf43a347aaeccf0fe70e9f8303d2
Description: debug symbols for postgresql-10-rdkit
Build-Ids: 77b5d659d9d008622334b82e6ef773d1c69fb525
Timestamp: 2025-04-11 15:57:23+00

Package: postgresql-11-rdkit
Source: rdkit
Version: 202503.1-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 662
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.1), libstdc++6 (>= 13.1), postgresql-11
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-11-rdkit_202503.1-2.pgdg+1_arm64.deb
Size: 244648
SHA256: 72c5a9f6cdc8af127520d86f0caa67611f188922142895ddff8fc5571d9a008b
SHA1: fbdce535c89187c181dbdbf6b69f3f076d4dfd9b
MD5sum: cf156bfbb9ced268bf254b7f461f293b
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-04-11 15:57:23+00

Package: postgresql-11-rdkit-dbgsym
Source: rdkit
Version: 202503.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1206
Depends: postgresql-11-rdkit (= 202503.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-11-rdkit-dbgsym_202503.1-2.pgdg+1_arm64.deb
Size: 1142812
SHA256: 7f78ab6b7273a27b4718a20dd4863b2a5c220b1fffeba480b107cf7d5a986085
SHA1: 95ad9e2987b6dcead1cb6aa0a5a23fad4b8f4f98
MD5sum: a1ecd2e88ac7052ad3b264fa0af9e123
Description: debug symbols for postgresql-11-rdkit
Build-Ids: b54644500e33fbbbe080e745f90c429fc836c53a
Timestamp: 2025-04-11 15:57:23+00

Package: postgresql-12-rdkit
Source: rdkit
Version: 202503.1-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 662
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.1), libstdc++6 (>= 13.1), postgresql-12
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-12-rdkit_202503.1-2.pgdg+1_arm64.deb
Size: 244580
SHA256: d23966efe36a2ac72581252e1d6b84917d45e83a58c937070ed3315f7546cf34
SHA1: 2fd1f360efec87b3465ec437e16f923a359bb148
MD5sum: f45a650b615b6e28c4411656d762b41f
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-04-11 15:57:23+00

Package: postgresql-12-rdkit-dbgsym
Source: rdkit
Version: 202503.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1206
Depends: postgresql-12-rdkit (= 202503.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-12-rdkit-dbgsym_202503.1-2.pgdg+1_arm64.deb
Size: 1143204
SHA256: 4ad291d3e11d7a820345da78f970774f95dddafae0809d6fc034f1d73f26e02e
SHA1: 113e9d21e188c831d544b4c5e54e03be0cc7a26e
MD5sum: 153a763e901ee862ae92094a031357d4
Description: debug symbols for postgresql-12-rdkit
Build-Ids: 18745f5b13836c1765c37cb5976c676fd76a70f2
Timestamp: 2025-04-11 15:57:23+00

Package: postgresql-13-rdkit
Source: rdkit
Version: 202503.1-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 662
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.1), libstdc++6 (>= 13.1), postgresql-13
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-13-rdkit_202503.1-2.pgdg+1_arm64.deb
Size: 244920
SHA256: f76e5bb2809cd3cac213eaf32658c3c3266ff1c5b0d9662f977b2ceea48aa020
SHA1: 8cd0a212f13181b93268430518e68cdb41e2880c
MD5sum: 6574466df4005ef76ae95ef9fd90f881
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-04-11 15:57:23+00

Package: postgresql-13-rdkit-dbgsym
Source: rdkit
Version: 202503.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1209
Depends: postgresql-13-rdkit (= 202503.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-13-rdkit-dbgsym_202503.1-2.pgdg+1_arm64.deb
Size: 1146488
SHA256: f8a5ed6d10da13459cc9c0ec7836093ce65aaf950d498e2da5791b7ba0e37228
SHA1: 0c00399c499d26ee7d5d7511fc5c379fc4ddf980
MD5sum: 638d7e4babd647474e1cba608fbd4c56
Description: debug symbols for postgresql-13-rdkit
Build-Ids: 34d6c4e3fe15bd7d77e6353de7423aee4c81d32a
Timestamp: 2025-04-11 15:57:23+00

Package: postgresql-14-rdkit
Source: rdkit
Version: 202503.1-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 662
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.1), libstdc++6 (>= 13.1), postgresql-14
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-14-rdkit_202503.1-2.pgdg+1_arm64.deb
Size: 245188
SHA256: 3ab22fe0d7eb626b2a7587f92e2cd001dde9bb362c49e5f87604d2b5d482dea7
SHA1: 117c3be8b5c0f533137dca76ddbd15a0ed57f820
MD5sum: 7e9e5d6db96440cd3d6ab9893cee0fbb
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-04-11 15:57:23+00

Package: postgresql-14-rdkit-dbgsym
Source: rdkit
Version: 202503.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1214
Depends: postgresql-14-rdkit (= 202503.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-14-rdkit-dbgsym_202503.1-2.pgdg+1_arm64.deb
Size: 1151232
SHA256: 37d0b919cd3b6d86b63cebfb244491934bc6def94dd4e9f750ed228de7836f33
SHA1: 810dbd8ed2984a4215193db771262464470d2a70
MD5sum: 29323ff2b5a8a3cead7055837336dcf3
Description: debug symbols for postgresql-14-rdkit
Build-Ids: aac065c86107431bef67d0ad9695d7a6e2767139
Timestamp: 2025-04-11 15:57:23+00

Package: postgresql-15-rdkit
Source: rdkit
Version: 202503.1-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 662
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.1), libstdc++6 (>= 13.1), postgresql-15
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-15-rdkit_202503.1-2.pgdg+1_arm64.deb
Size: 244984
SHA256: cc74446f9c75e608f7507f45f035bba5784a77523b70d6b84f3a3cb3f850ca7c
SHA1: eaf57c03653c03e827d3e4a9960ed6de42492177
MD5sum: aa3c3f5072ccd55c8f1c25d86f69c492
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-04-11 15:57:23+00

Package: postgresql-15-rdkit-dbgsym
Source: rdkit
Version: 202503.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1214
Depends: postgresql-15-rdkit (= 202503.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-15-rdkit-dbgsym_202503.1-2.pgdg+1_arm64.deb
Size: 1151372
SHA256: 04dd9928195887fb344851c6c42e93b6d788c89a92ae80b7be4044c4164e7253
SHA1: b6f0efe95f0e44181f8719d2574f4f745811b579
MD5sum: 53e4ebf2b15ff07270695fd3924dbfd0
Description: debug symbols for postgresql-15-rdkit
Build-Ids: 77a10bcc936f28ed28341565e34a816412370a73
Timestamp: 2025-04-11 15:57:23+00

Package: postgresql-16-rdkit
Source: rdkit
Version: 202503.1-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 662
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.1), libstdc++6 (>= 13.1), postgresql-16
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-16-rdkit_202503.1-2.pgdg+1_arm64.deb
Size: 244844
SHA256: f42998b90738dee83799b33e657d382b8afa63ab5a5c637e2110a198329055d9
SHA1: 30de78bd05529e6d446e7c2f17fcebd4d1fc0020
MD5sum: bf4552f151b3a49c12932f98952a3577
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-04-11 15:57:23+00

Package: postgresql-16-rdkit-dbgsym
Source: rdkit
Version: 202503.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1230
Depends: postgresql-16-rdkit (= 202503.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-16-rdkit-dbgsym_202503.1-2.pgdg+1_arm64.deb
Size: 1168124
SHA256: 3fdc988de9ee34f966cd4da9737f5861c3808dce86fd9b4073fc6acf6c9791f8
SHA1: 624dd197fbc6fb1ba3a8ce5c2baf92074688fd27
MD5sum: 64f9c46198a78654e97735017192334b
Description: debug symbols for postgresql-16-rdkit
Build-Ids: 4acb5300256eeaa9bb235867e538d62ce44493dc
Timestamp: 2025-04-11 15:57:23+00

Package: postgresql-17-rdkit
Source: rdkit
Version: 202503.1-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 662
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.1), libstdc++6 (>= 13.1), postgresql-17
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-17-rdkit_202503.1-2.pgdg+1_arm64.deb
Size: 244912
SHA256: b249896b4f23b12ecdc4ce6fa132b0d2f5c7b986a169e42b42cbcaeaf14416e4
SHA1: 97955c18442b84ac05d4fc2f171f04d4e414ab8b
MD5sum: 6ad7b051f98823f00e7221770f466306
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-04-11 15:57:23+00

Package: postgresql-17-rdkit-dbgsym
Source: rdkit
Version: 202503.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1231
Depends: postgresql-17-rdkit (= 202503.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-17-rdkit-dbgsym_202503.1-2.pgdg+1_arm64.deb
Size: 1168452
SHA256: ef48949b205c945da08dc187659c35081ff051e3e52aa0b238caad565a9b3bf5
SHA1: 910f01e5d42ccd7722b5c26bd9a2dc54baa337cd
MD5sum: e52cc55b32814f37035a15f454dc6d88
Description: debug symbols for postgresql-17-rdkit
Build-Ids: bffbbf3c32315b778b6ee31cd747eb5f2600b3a1
Timestamp: 2025-04-11 15:57:23+00

Package: python3-rdkit
Source: rdkit
Version: 202503.1-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 29177
Depends: fonts-freefont-ttf, rdkit-data, python3-numpy2-abi0 | python3-numpy-abi9, python3 (<< 3.14), python3 (>= 3.13~), python3:any, libboost-numpy1.83.0 (>= 1.83.0), libboost-numpy1.83.0-py313, libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py313, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.34), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.2), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.1), libstdc++6 (>= 14)
Suggests: rdkit-doc
Homepage: http://www.rdkit.org
Priority: optional
Section: python
Filename: pool/main/r/rdkit/python3-rdkit_202503.1-2.pgdg+1_arm64.deb
Size: 4350956
SHA256: 10c747e1b822d49b1a804dc83bebbd9a90ae9e41d4581de45adf802271d4eb2a
SHA1: f9d6c869e3ebd10f17ca1decd2c0a35d268d5cfb
MD5sum: f3c64093575715b0a4e37094c294a3d2
Description: Collection of cheminformatics and machine-learning software
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
Timestamp: 2025-04-11 15:57:23+00

Package: python3-rdkit-dbgsym
Source: rdkit
Version: 202503.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 71777
Depends: python3-rdkit (= 202503.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/python3-rdkit-dbgsym_202503.1-2.pgdg+1_arm64.deb
Size: 61933640
SHA256: a1a352db9b53ce43fb8a2592c0ace6aedadc3ffae591aa403e4ec4783177139e
SHA1: fe57a252c2ca191ace1dace6ba9a6b1a4901830d
MD5sum: 3f364db0d503e9218f637248f4ace701
Description: debug symbols for python3-rdkit
Build-Ids: 0010d48abff810b4e1c0105f91d5e533e82fe7c0 06904788bbc114845b6355d237a7c79f82a1050a 0988bc2fe8841d18766a4b5c4fd0ed88666d003b 09cfbf9afaaf0c128caf34124c669858ac316b60 09fa9b25d90010ece9ac806012f5b1e52ddb3d08 0cf0212397d726589071386d9a8d25fd130a95b7 0ec0d5ad5449703dcb491a3e902a6a66e2c7897c 0f7aed3e18973f093e7b7e01a80ccd03bdc3bccc 13e5a6d1d7da8609f18788e84f4a01bb4462d6dc 22c2ce4f1e106d88d5317adc010292146830027c 236a98d2a3c3fb6b5df4e262a1d1627aef58685b 251f0001cc201f310f877f2f3a4ec09e3afce8cf 26e5e87d1673b15207bbfd68382bf0539265edbe 27ab879deed19e33bfabca7f47c9562174488677 2b9d01596b765bd5aa1a43e88832c69cc7446ff1 2fc50225beb6d219e2e0c62a00cd504cf61210e0 379d5d9ac45deda0c6410b8647fb11c1931be4f9 3c6d0f75d95603c89759b003867d5ee9c38b46d5 57406211714a7ef077407cf86bc1c7c993aa4c43 57b6019135a799595503989f0976a9a93656b561 61041a663e44d0590deaf6cc9841d283a0d60ae1 6212799e2e063ae7a65e3aae2128cbeaa8bae84b 64af2afddb5dc062850c81a1e7a1396934b51613 66a8da3cbb349f691877427dcd27f159e7eb7003 693feceb5828bb0261a0315a3c804a7993119568 6f2b0eed99603edb7b74c93b7a98096387ef78b0 7191f473863cc06dbd44f3e8ab53a914f815f604 72b535c0c9407a98ed7a40260b20ff730c10763c 7541c48a351fe27acdb804b6daf06d8361f6614b 75b80cf696f4f69c6ce49e10735b4994269f352a 75c81f83b9225e3dfd66abdb44ac0f8de6f6f995 766a088f66643533d9bd5cede8e1d087967cd4a5 7948a0df10948ea85bee1e237b6b59f16ed88d46 7f397cc5921d4ec3d8673a2b124685a24ce1d263 865933d5cd0c04f0270ecbb255623dab4c46c381 87d410058f212ec37bc6cf9370f4d27fda26dfa6 8d72576aa35bf180c4e048351a50b756929e22dd 9163ed53e2c3159771f7644e7b577dae2e983b36 9c06f1af55c3bdf7393d142ccf102dc7c4d6dbcd a7d38dda057783e22ba1a57b4c9ba54baf288c2c b08ea3c55d9ae73ad667c3262e52c18261eae76c b800a94435199fb88dfa1e6b04cd045d57b2127a c26cfaf8895df7131d93b4f774c3e895c7a1b0d4 c7ee82971bd46ed3a596c430fcee4193287efeff d96b958c7f00b8835587b1c4d25d9a0df0762092 daaaf33a8a721ed200636161b05ddd269e6a0f93 db14e3f51940f7ff636f39cdc03ad3bc61466bc9 de30e8f4078d0c9b0abd45d5c9a8977dad54dc00 dfc1274e8635a6a96227d56792700949090c184c e1bb95c5f4c9da5dd4b1538bf80f14a76893e3a1 ec93c570c88c065581cc8e993908f7159e9af07c f07e3c8290ba2e7d923c484aa1e465a130e01ce7 f181de7dbea3ce4ea075aecf008a4abc97704bf5 f409ea32ed8c813259a142c0a45b09334f5be6be fd6f13318cd53f23043649d494a9ff56a10dbdee
Timestamp: 2025-04-11 15:57:23+00

Package: rdkit-data
Source: rdkit
Version: 202503.1-2.pgdg+1
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 59394
Homepage: http://www.rdkit.org
Priority: optional
Section: science
Filename: pool/main/r/rdkit/rdkit-data_202503.1-2.pgdg+1_all.deb
Size: 13175780
SHA256: a95797779bc65bb5d50db544ed4109a864f85e6984f3f5701b292f753e8c5bd0
SHA1: 4a62192e936c6ec90519d3905cc0fcefd47ff4d9
MD5sum: a25b81f14e71a2a925ead0b250d2af30
Description: Collection of cheminformatics and machine-learning software (data files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains data files.
Timestamp: 2025-04-11 15:57:23+00

Package: rdkit-doc
Source: rdkit
Version: 202503.1-2.pgdg+1
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 82563
Depends: libjs-jquery, libjs-underscore
Homepage: http://www.rdkit.org
Priority: optional
Section: doc
Filename: pool/main/r/rdkit/rdkit-doc_202503.1-2.pgdg+1_all.deb
Size: 6889612
SHA256: 2f32faf0ec898e45da2e4f9efbff54426a4e9855ce7d1a9a51cf347c357b2b51
SHA1: 5dd6229958a4f12f5cc49ff9e93cc552408e50b6
MD5sum: bf532168e686c07dc3f4407731e446c4
Description: Collection of cheminformatics and machine-learning software (documentation)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains the documentation.
Timestamp: 2025-04-11 15:57:23+00

Package: postgresql-14-pgq3
Source: pgq
Version: 3.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2314
Depends: libc6 (>= 2.17), postgresql-14, postgresql-14-jit-llvm (>= 19), pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-14-pgq3_3.5.1-1.pgdg+1_arm64.deb
Size: 126708
SHA256: b9af70e487a7ac2581c02e47ce212668d97a6d14c542fddbd18953f01fad368f
SHA1: 9fcde6eaa00bbc6844295c0ce4825288f3d62aa9
MD5sum: 010901a130b06c928a0589827565efcc
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2025-04-17 08:50:03+00

Package: pgbouncer
Version: 1.24.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 640
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: postgresql-common (>= 26), libc6 (>= 2.38), libcares2 (>= 1.12), libevent-2.1-7t64 (>= 2.1.8-stable), libpam0g (>= 0.99.7.1), libssl3t64 (>= 3.0.0), libsystemd0
Suggests: python3, python3-psycopg2
Enhances: postgresql (>= 7.4)
Homepage: https://www.pgbouncer.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbouncer/pgbouncer_1.24.1-1.pgdg+1_arm64.deb
Size: 237336
SHA256: 294473fc1babccf8491b20d5a33cf24a994d837e2e8db17cb81a83812114ed1f
SHA1: 160274e88e20fded1410a530ee4937447e942375
MD5sum: e73f0f96c4b2abd63a795c6315df042d
Description: lightweight connection pooler for PostgreSQL
 PgBouncer is a lightweight connection pooler for PostgreSQL providing the
 following features:
 .
  * Several different methods of pooling 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.
Timestamp: 2025-04-17 08:50:03+00

Package: pgbouncer-dbgsym
Source: pgbouncer
Version: 1.24.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1116
Depends: pgbouncer (= 1.24.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbouncer/pgbouncer-dbgsym_1.24.1-1.pgdg+1_arm64.deb
Size: 570640
SHA256: c57bd5d15bb40f24e3933d544d8b0b6e47931f3844885ee603db4008c60bb7db
SHA1: ee95f0a91769da9e2828b51debf1fd7909f5bbef
MD5sum: bc5f82294968a63d21634adfa98a06bb
Description: debug symbols for pgbouncer
Build-Ids: 8ff9a795496248089f09690c7dcc7165f7439992
Timestamp: 2025-04-17 08:50:03+00

Package: postgresql-10-pgq3
Source: pgq
Version: 3.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2208
Depends: libc6 (>= 2.17), postgresql-10, pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-10-pgq3_3.5.1-1.pgdg+1_arm64.deb
Size: 82384
SHA256: 91c694713004a22739d154d6f17b35cbc93c8c04323d6e1f1d737dfaa6c8c28d
SHA1: 4b583cf337e0ccfec6343f8a40a8f008534cff9c
MD5sum: 4605d13f09f7c08afc6360161e6ae60d
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2025-04-17 08:50:03+00

Package: postgresql-10-pgq3-dbgsym
Source: pgq
Version: 3.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-10-pgq3 (= 3.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-10-pgq3-dbgsym_3.5.1-1.pgdg+1_arm64.deb
Size: 68180
SHA256: 8468e4bb3d6289e2ebb815add26b784e7a07fa628669217fa14254a1cd0b9339
SHA1: 42782396aed8b2ee7ae4197144879702fee4fd3a
MD5sum: 211f8c25859ad5901e5d93ed2ea7b442
Description: debug symbols for postgresql-10-pgq3
Build-Ids: 398c215b5d4ec97f69926b67a5efb6d6fae4afa1 54c764de2cc85cbd99212c0b681a4dc587481beb
Timestamp: 2025-04-17 08:50:03+00

Package: postgresql-10-powa
Source: powa-archivist
Version: 5.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1002
Depends: postgresql-contrib-10, postgresql-10, libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-10-powa_5.0.2-1.pgdg+1_arm64.deb
Size: 51416
SHA256: 358292f275082838bdb398b7baac65ecabbf655020807f4097153d7262a47049
SHA1: da0c3ecabb013d0efa2374265abd07a0d0b5076e
MD5sum: 2be08d4e65a6230e82e178d37ae3a9fe
Description: PostgreSQL Workload Analyzer -- PostgreSQL 10 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2025-04-17 08:50:03+00

Package: postgresql-10-powa-dbgsym
Source: powa-archivist
Version: 5.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-10-powa (= 5.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-10-powa-dbgsym_5.0.2-1.pgdg+1_arm64.deb
Size: 35152
SHA256: f2a46614adda8f26eb9bf065c30b6ad40071fdc8b717e2d15337271439d897f3
SHA1: 5460b02a2ce0bf51989437299828a15d79cda4dc
MD5sum: f1307f4b12726be02df03dc9e75cfbb5
Description: debug symbols for postgresql-10-powa
Build-Ids: 9195e079e5c9cfd5a1656022a2f2cab9a4bd226f
Timestamp: 2025-04-17 08:50:03+00

Package: postgresql-11-pgq3
Source: pgq
Version: 3.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2208
Depends: libc6 (>= 2.17), postgresql-11, pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-11-pgq3_3.5.1-1.pgdg+1_arm64.deb
Size: 82456
SHA256: 99c389d17779255b14ca2f63e698af2e96e6e4204a8ddc469640e3f7e6ad53c8
SHA1: 15b5f6776795dc6ee55a49e0d5baa7dfe2081683
MD5sum: 0d601740a69e614a1371211e4f6089c0
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2025-04-17 08:50:03+00

Package: postgresql-11-pgq3-dbgsym
Source: pgq
Version: 3.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-11-pgq3 (= 3.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-11-pgq3-dbgsym_3.5.1-1.pgdg+1_arm64.deb
Size: 69528
SHA256: c5055344b7664e84fe53d4d9f945be3efac26cfb9c88e70867d8cc5c02564127
SHA1: 903b5c4c25b08d7188211ae89c89c04696a673bb
MD5sum: b3e6fcdaf8f0d37ab7f26ef2b4ba4726
Description: debug symbols for postgresql-11-pgq3
Build-Ids: 2b8437a3fddda1f1553f0505db4b38a96b0f88b4 9b881c40980495e24d1a0a25a87fda19829705e8
Timestamp: 2025-04-17 08:50:03+00

Package: postgresql-11-powa
Source: powa-archivist
Version: 5.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1002
Depends: postgresql-contrib-11, postgresql-11, libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-11-powa_5.0.2-1.pgdg+1_arm64.deb
Size: 51392
SHA256: f725484c4b839e6b9d21fb6b249888a2f58e62ea457dd6ac05e5683a7630c73f
SHA1: 98b2ab98568c732cc6f6d0ea72a5602b66285b0c
MD5sum: 943380df0b5f6d74265254487caedbb6
Description: PostgreSQL Workload Analyzer -- PostgreSQL 11 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2025-04-17 08:50:03+00

Package: postgresql-11-powa-dbgsym
Source: powa-archivist
Version: 5.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-11-powa (= 5.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-11-powa-dbgsym_5.0.2-1.pgdg+1_arm64.deb
Size: 33960
SHA256: cc866e7a403b50856d28903336b874fb7a9f053ed14dfa535566afb65dc5c091
SHA1: 0ddc9ba01184885af1f00e8db3602800ca3eed85
MD5sum: ee037229c91b63d5598152742c524124
Description: debug symbols for postgresql-11-powa
Build-Ids: ef572141482c540daf89ec39b9a34338ed8e74b1
Timestamp: 2025-04-17 08:50:03+00

Package: postgresql-12-pgq3
Source: pgq
Version: 3.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2312
Depends: libc6 (>= 2.17), postgresql-12, postgresql-12-jit-llvm (>= 19), pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-12-pgq3_3.5.1-1.pgdg+1_arm64.deb
Size: 125340
SHA256: 5d256b65eaca510751c5af7ccce658159b30d21e5c2e0efadf6fb23636cd2337
SHA1: 3d90571ca7d7bb1dafb374dc7a794deafe868da4
MD5sum: 689b7f007b96d5d3b9bf23e0e0e27e46
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2025-04-17 08:50:03+00

Package: postgresql-12-pgq3-dbgsym
Source: pgq
Version: 3.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-12-pgq3 (= 3.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-12-pgq3-dbgsym_3.5.1-1.pgdg+1_arm64.deb
Size: 72020
SHA256: e0230e4ce8e525978618d4df02df97f989274ee996dad34b96d985692bf5dcb2
SHA1: b5681ff87751acdb449637530421e7cf2a25f202
MD5sum: 453da9c76c3ec6682b15bfc1b6f91cb8
Description: debug symbols for postgresql-12-pgq3
Build-Ids: a53196d6da82ea85a4c628b25bcf088b711e8aee f97c96353b06c0c076527fdfd6fd3bf4bd5f50b0
Timestamp: 2025-04-17 08:50:03+00

Package: postgresql-12-powa
Source: powa-archivist
Version: 5.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1027
Depends: postgresql-contrib-12, postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-12-powa_5.0.2-1.pgdg+1_arm64.deb
Size: 64492
SHA256: e3e5fd8b6b8e52b2683539e2ca90a78318c201a68f5fda16a672d5c723d9ed21
SHA1: 4cb45d8a56d11b4069f8a2043fde20632ab36781
MD5sum: 95d82ab989af27c4596fadb915a76839
Description: PostgreSQL Workload Analyzer -- PostgreSQL 12 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2025-04-17 08:50:03+00

Package: postgresql-12-powa-dbgsym
Source: powa-archivist
Version: 5.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-12-powa (= 5.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-12-powa-dbgsym_5.0.2-1.pgdg+1_arm64.deb
Size: 35692
SHA256: dae0f3b2247ca8a3cb91ce6f9e7af95c6973d02a0dac47712a814797cbcc3f2d
SHA1: 6b7e6b02cd18384dc85f1422e84a4f4e574d84d4
MD5sum: 6aa2212d96f4d448bc8b807de31235e9
Description: debug symbols for postgresql-12-powa
Build-Ids: b424a8b5404cc311a36e0e0954b0d27e09a80997
Timestamp: 2025-04-17 08:50:03+00

Package: postgresql-13-pgq3
Source: pgq
Version: 3.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2313
Depends: libc6 (>= 2.17), postgresql-13, postgresql-13-jit-llvm (>= 19), pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-13-pgq3_3.5.1-1.pgdg+1_arm64.deb
Size: 126560
SHA256: dc14f96df0f525d98dee4a9580b81dab5a3b2ffa68ece8781e3bacfaf2eef2b0
SHA1: 2cc7f462475946f0f5fc68c4407b09c1f171c9f6
MD5sum: 8593088778f612fdd292a5690f0337f9
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2025-04-17 08:50:03+00

Package: postgresql-13-pgq3-dbgsym
Source: pgq
Version: 3.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-13-pgq3 (= 3.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-13-pgq3-dbgsym_3.5.1-1.pgdg+1_arm64.deb
Size: 74032
SHA256: 80daad8166cb91eb1ab2054e8abac3234dcba3979cfac4fce28abe656824f17f
SHA1: 635629ed13904b2442546a9a0525f6914c15523f
MD5sum: 31c7ed1cf54b519207e16df7ecee29da
Description: debug symbols for postgresql-13-pgq3
Build-Ids: 2f7732857bbe46ea4d2764da4c6c054f95319241 8c60bf8bad757e66d83342a80a75a720136bcab7
Timestamp: 2025-04-17 08:50:03+00

Package: postgresql-13-powa
Source: powa-archivist
Version: 5.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1027
Depends: postgresql-contrib-13, postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-13-powa_5.0.2-1.pgdg+1_arm64.deb
Size: 64588
SHA256: a58400b6a3edcaec72384a98693279df9fc384814ac6210fca7410aaf107c06c
SHA1: 94ed7fb816e12aa9db3e62872c65db3494ba74a6
MD5sum: 9e6d048b48f7d58bc3f6294ae5a4cd57
Description: PostgreSQL Workload Analyzer -- PostgreSQL 13 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2025-04-17 08:50:03+00

Package: postgresql-13-powa-dbgsym
Source: powa-archivist
Version: 5.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-13-powa (= 5.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-13-powa-dbgsym_5.0.2-1.pgdg+1_arm64.deb
Size: 32724
SHA256: 0306ecda67d98420e6ae43a7ebe8a57d30cb745d69c9b4884a2183eb389c349b
SHA1: 982b02b8a9ea5a71c17da2fd20bb372d5331d39a
MD5sum: 05f7df6408a2d6abeee9b6d5d103dde3
Description: debug symbols for postgresql-13-powa
Build-Ids: 0056f42bbc57ee1fc0c1052b0c5d6254419fde2d
Timestamp: 2025-04-17 08:50:03+00

Package: postgresql-14-pgq3-dbgsym
Source: pgq
Version: 3.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-14-pgq3 (= 3.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-14-pgq3-dbgsym_3.5.1-1.pgdg+1_arm64.deb
Size: 75400
SHA256: b48d8f94e5ced44416fad056cbe62102188c40f6595584fd0962224d21c98584
SHA1: 2516ac4734f58d0d0879cba64925c53410a6f7fa
MD5sum: d7459b26970954a067697d48676e12aa
Description: debug symbols for postgresql-14-pgq3
Build-Ids: 0816678708e397a022f102b5b5283a5ad0b7966c e0a4faee9017359d0a20cada2be4b79499d0bd6b
Timestamp: 2025-04-17 08:50:03+00

Package: postgresql-14-powa
Source: powa-archivist
Version: 5.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1027
Depends: postgresql-contrib-14, postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-14-powa_5.0.2-1.pgdg+1_arm64.deb
Size: 64576
SHA256: 2359438061b1330d95659cd8e6cfa73ed9715983360b938d3d2d581122fca808
SHA1: 341b16606d3cf4edb0c570c624d836b131159e2b
MD5sum: d34b9ca84aabe279c01adbd0af702cb0
Description: PostgreSQL Workload Analyzer -- PostgreSQL 14 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2025-04-17 08:50:03+00

Package: postgresql-14-powa-dbgsym
Source: powa-archivist
Version: 5.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-14-powa (= 5.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-14-powa-dbgsym_5.0.2-1.pgdg+1_arm64.deb
Size: 33724
SHA256: 524775d8788b822aef9a6fc46b25f1a4bf22b50d5bf26894ec64072cbc7e4f18
SHA1: 6b09eaa44e78c6813eda6ca50cb7d29bdc563182
MD5sum: 389b3a8084a62632338d0195163a9104
Description: debug symbols for postgresql-14-powa
Build-Ids: 3c62d1119491305d694d02f982e03ceed4ff4865
Timestamp: 2025-04-17 08:50:03+00

Package: postgresql-14-timescaledb
Source: timescaledb
Version: 2.19.3+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14198
Depends: postgresql-14, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-14-timescaledb_2.19.3+dfsg-1.pgdg+1_arm64.deb
Size: 370144
SHA256: 49210abc38a6cc4bfd15fe90f39a8efcdeba957e125f5188224be8a94b5c6653
SHA1: 6f4a8875d206c18efcfd96812a8259343b7f4a4e
MD5sum: 824d2149e47d5503613b7924b3ba943c
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-04-17 08:50:03+00

Package: postgresql-14-timescaledb-dbgsym
Source: timescaledb
Version: 2.19.3+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1244
Depends: postgresql-14-timescaledb (= 2.19.3+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-14-timescaledb-dbgsym_2.19.3+dfsg-1.pgdg+1_arm64.deb
Size: 1120700
SHA256: fe7b067ca76458e0fafb01d22c7c45e63f6a1320432f6101317c20540f2c7b1a
SHA1: b69bd61b8d725842a0261032c362115077f56170
MD5sum: f313f0690dad898d29d22c43f1130aeb
Description: debug symbols for postgresql-14-timescaledb
Build-Ids: 2712d430fbd44c0a04dba6658034fd60a0287fe9 7c9560bf5070f94d5b1a36e9683a43ba5cdf548e
Timestamp: 2025-04-17 08:50:03+00

Package: postgresql-15-pgq3
Source: pgq
Version: 3.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2314
Depends: libc6 (>= 2.17), postgresql-15, postgresql-15-jit-llvm (>= 19), pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-15-pgq3_3.5.1-1.pgdg+1_arm64.deb
Size: 126888
SHA256: 7f0bca23685d1a1165cc9631134481351168ac01a9d4ecee6f86f8a27059f8f9
SHA1: c9d0418fb967aa41ce8cce90950e9173fc06c74a
MD5sum: c1429b3ab9dca70a3d79ee531d46d36a
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2025-04-17 08:50:03+00

Package: postgresql-15-pgq3-dbgsym
Source: pgq
Version: 3.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-15-pgq3 (= 3.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-15-pgq3-dbgsym_3.5.1-1.pgdg+1_arm64.deb
Size: 78416
SHA256: c09eb69f37963012aa6634e1337839bf4d2b83a6ff77dc18a0831fa88f2e44d5
SHA1: 7b7a1c87c969e58622bb0ff3371cf026d1102dd3
MD5sum: d905b43fab3c68f9955d9340e375cfea
Description: debug symbols for postgresql-15-pgq3
Build-Ids: c9389265d9dc2d30d18563ba71ca60210c216c8d f0a7456c313e7240dd7fa9c13e0e23da47bd067a
Timestamp: 2025-04-17 08:50:03+00

Package: postgresql-15-powa
Source: powa-archivist
Version: 5.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1025
Depends: postgresql-contrib-15, postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-15-powa_5.0.2-1.pgdg+1_arm64.deb
Size: 62672
SHA256: 7816646883ef1da167a59e2c852e0a1da9a35183614ef6516a1ee6d139da5a1d
SHA1: 91300a648d4e4e044862520330f8985fb5192a9c
MD5sum: 9acec8c4c12afce1c317874e72980bdb
Description: PostgreSQL Workload Analyzer -- PostgreSQL 15 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2025-04-17 08:50:03+00

Package: postgresql-15-powa-dbgsym
Source: powa-archivist
Version: 5.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-15-powa (= 5.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-15-powa-dbgsym_5.0.2-1.pgdg+1_arm64.deb
Size: 36780
SHA256: 42d3d7dc3e006dc332ff63c9f434859a0d54aa59d52adac2eb5b76cc996e724a
SHA1: fe494f6e6f823b4942046cdf312f47957bb596b0
MD5sum: f69914f7edae507abd4383e2f66a656c
Description: debug symbols for postgresql-15-powa
Build-Ids: f1cd8bbe5cb73a1a398d4488f555442a4787a42b
Timestamp: 2025-04-17 08:50:03+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.19.3+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14198
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.19.3+dfsg-1.pgdg+1_arm64.deb
Size: 373352
SHA256: 726d26b7873aa587689fe67dcb77583841a1ae4eb4b9ca52fce1ade65a76b581
SHA1: d8086b2eb6ddba6e3c7d5411485c8bf06d0c942e
MD5sum: 59d4a078dc5adeb7961b584683b18fb2
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-04-17 08:50:03+00

Package: postgresql-15-timescaledb-dbgsym
Source: timescaledb
Version: 2.19.3+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1230
Depends: postgresql-15-timescaledb (= 2.19.3+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.19.3+dfsg-1.pgdg+1_arm64.deb
Size: 1105996
SHA256: 6fc373164479e4f70a1b18e34a0a1d28235bd398f42cdd9decec706f340830f7
SHA1: 8bd4ab88f3f3510c15a4dc193be9cc9e505713a6
MD5sum: b74338f7c79683706c21731596c0127e
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: 12035762e92c159585c50be49c201ab039258923 93293b9e81de56f0febbf4ff82885359c6fac3c5
Timestamp: 2025-04-17 08:50:03+00

Package: postgresql-16-pgq3
Source: pgq
Version: 3.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2314
Depends: libc6 (>= 2.17), postgresql-16, postgresql-16-jit-llvm (>= 19), pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-16-pgq3_3.5.1-1.pgdg+1_arm64.deb
Size: 126424
SHA256: 03866a5bd9cc4f1f1200b0f393d4f1c046575f454dc6740ada2a0b986066ce31
SHA1: 0374fa168d513e83ab1ac74af643641908f9fbee
MD5sum: 4bd9042cd409c3a1b901c330434d5ceb
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2025-04-17 08:50:03+00

Package: postgresql-16-pgq3-dbgsym
Source: pgq
Version: 3.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-16-pgq3 (= 3.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-16-pgq3-dbgsym_3.5.1-1.pgdg+1_arm64.deb
Size: 80384
SHA256: 005178bb20446f5b5fd3d87f6ba905309862dca9272b5ccce9f9b75c2a265355
SHA1: 64ad67ae4206fa58254de39378d2b2d0ce8644e9
MD5sum: f2bb961be8317598d2fdce3d9fcdb6a4
Description: debug symbols for postgresql-16-pgq3
Build-Ids: 2b620c01df1d928357a7fabfa2f25212ea8cc3ee 8feb5a44d114ac305b80f8ee84baa1acbd1ad90a
Timestamp: 2025-04-17 08:50:03+00

Package: postgresql-16-powa
Source: powa-archivist
Version: 5.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1025
Depends: postgresql-contrib-16, postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-16-powa_5.0.2-1.pgdg+1_arm64.deb
Size: 61992
SHA256: e79a5eab108a3161dd33248e08eb41baae67b802f518dcda32000a31d7acab08
SHA1: 5b1664686e1c51add1ff9d8de1545f7b6334614f
MD5sum: cd51cff0cf85a03a887619ed0535a12d
Description: PostgreSQL Workload Analyzer -- PostgreSQL 16 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2025-04-17 08:50:03+00

Package: postgresql-16-powa-dbgsym
Source: powa-archivist
Version: 5.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: postgresql-16-powa (= 5.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-16-powa-dbgsym_5.0.2-1.pgdg+1_arm64.deb
Size: 37884
SHA256: b9b956de4bcf455c443951800845aa98ecac342979721d34a529dabe292c8b7d
SHA1: af1a527e36497838be624596b91544463eee45d8
MD5sum: 33ce5f5f4759d44571da78cf480daed6
Description: debug symbols for postgresql-16-powa
Build-Ids: a40e2ef6aeb7d6665105fd399399e87b965dc245
Timestamp: 2025-04-17 08:50:03+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.19.3+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14198
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.19.3+dfsg-1.pgdg+1_arm64.deb
Size: 372604
SHA256: 44975c17dd9aa89340e7814e4461e97607fbfd40c5026d54bae290ef6a6a8535
SHA1: 54f2beb9ae9af8548bd0711f91e0def63c6bd9da
MD5sum: 4dceff9545299be4d771e54bf13f82d9
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-04-17 08:50:03+00

Package: postgresql-16-timescaledb-dbgsym
Source: timescaledb
Version: 2.19.3+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1280
Depends: postgresql-16-timescaledb (= 2.19.3+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.19.3+dfsg-1.pgdg+1_arm64.deb
Size: 1159704
SHA256: a2926faaf6984cdada45f7b6e5b21e404df5bc5160640868a1291ab4f52766cd
SHA1: c341cf992556a1f52feb567e0e51fd5674b48d8c
MD5sum: f21f9951efde64a752dea7fe501147c0
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: 05e840c77f61c48ba31f598454df1868aeb92285 57d797385995f53a68cb527a86e7d5ae816bf163
Timestamp: 2025-04-17 08:50:03+00

Package: postgresql-17-pgq3
Source: pgq
Version: 3.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2314
Depends: libc6 (>= 2.17), postgresql-17, postgresql-17-jit-llvm (>= 19), pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-17-pgq3_3.5.1-1.pgdg+1_arm64.deb
Size: 126416
SHA256: acaa1c8270d7d138c58cc6315094e573ad447f4b9fb047a0eb113d6ce7781a10
SHA1: a36d9cdd0c0feca35037b125a8e52c946d9b1fab
MD5sum: e4a490b4e52506c36c8708c9f92c3a25
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2025-04-17 08:50:03+00

Package: postgresql-17-pgq3-dbgsym
Source: pgq
Version: 3.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-17-pgq3 (= 3.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-17-pgq3-dbgsym_3.5.1-1.pgdg+1_arm64.deb
Size: 82504
SHA256: 58509ebc54e6bbaed13f8fc17c3c66ddfc59f589ecca6c073d6c59b8ab1e462c
SHA1: 5ca39217cbca47c9e8a75bbd0740a2d1a3220f6b
MD5sum: b549740affd75a263ff21f6ee4a909a8
Description: debug symbols for postgresql-17-pgq3
Build-Ids: 0f1052f2f0061ef3bcfad896688cc16b6460e5a5 5290ec37f2650031d8fede86a91d3fe75f5d2c25
Timestamp: 2025-04-17 08:50:03+00

Package: postgresql-17-powa
Source: powa-archivist
Version: 5.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1025
Depends: postgresql-contrib-17, postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-17-powa_5.0.2-1.pgdg+1_arm64.deb
Size: 62060
SHA256: 05c9162b5647044d986df3e00277bccb0ca422c1baa6814a14412e098dbc8299
SHA1: abfeb9325e6682e29f77a2cad339c2001e9f51e3
MD5sum: fa3e78b65b92b8209ffd59300c1c4976
Description: PostgreSQL Workload Analyzer -- PostgreSQL 17 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2025-04-17 08:50:03+00

Package: postgresql-17-powa-dbgsym
Source: powa-archivist
Version: 5.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-17-powa (= 5.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-17-powa-dbgsym_5.0.2-1.pgdg+1_arm64.deb
Size: 41320
SHA256: 6ce24e2dd9c11c2ae2a0ed0ed1bd82470d4bfb5eb57cff4a112ec113b407be64
SHA1: d5b847b919d0abe4e6c44c1ea9a42881d48ba063
MD5sum: a9a243bb265757b06b37e2b4ed75b100
Description: debug symbols for postgresql-17-powa
Build-Ids: 04c9733e6ebc1f76b00027686a2b73effffeb6a2
Timestamp: 2025-04-17 08:50:03+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.19.3+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14198
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.19.3+dfsg-1.pgdg+1_arm64.deb
Size: 373356
SHA256: d1d7a968a5549fd325a54af2552d072237e2940abb7868f634073591c81bb6e1
SHA1: 2fa3ec30fd66adc31eafc74261a55a3e19de5e3d
MD5sum: ddf1322fe6a8b52ad04881c905bd7f14
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-04-17 08:50:03+00

Package: postgresql-17-timescaledb-dbgsym
Source: timescaledb
Version: 2.19.3+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1288
Depends: postgresql-17-timescaledb (= 2.19.3+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.19.3+dfsg-1.pgdg+1_arm64.deb
Size: 1170188
SHA256: c9370b6f8030b23ac4d4ffe8dc4f7c1253fd8f4bc1accfae596985ea6f9b559e
SHA1: 203e0f0a15cc3c60e5a96fce6441fd9044ea600c
MD5sum: b2b3a625fd41567f5cd36ed93b668534
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: 12f26faa8f4e90cfa6676eb8bf2aa13cc3b80a9d 8c9fc897e5f27d43b299bfc6d73aa57edf489fce
Timestamp: 2025-04-17 08:50:03+00

Package: check-patroni
Version: 2.2.0-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: python3-attr, python3-click, python3-nagiosplugin, python3-requests, python3:any
Homepage: https://github.com/dalibo/check_patroni
Priority: optional
Section: utils
Filename: pool/main/c/check-patroni/check-patroni_2.2.0-2.pgdg+1_all.deb
Size: 21040
SHA256: f4e413d59dae44eb36ee40b29e1e94dfb8365d7a5f708cd8cf607561df5636be
SHA1: 4f5a66d2cae3faadf4a16e6e2bbe66c92e09b9c4
MD5sum: 1b48fb0505672a761b35afa55f5d0fdb
Description: Nagios plugin to check on patroni
 A nagios plugin for patroni that checks presence of leader, replicas,
 and node counts, and also checks each node for replication status.
Timestamp: 2025-04-20 11:19:35+00

Package: postgresql-filedump
Version: 17.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: libc6 (>= 2.38), liblz4-1 (>= 0.0~r113)
Provides: pg-filedump
Homepage: https://wiki.postgresql.org/wiki/Pg_filedump
Priority: optional
Section: database
Filename: pool/main/p/postgresql-filedump/postgresql-filedump_17.4-1.pgdg+1_arm64.deb
Size: 44520
SHA256: 00e5d49d6b6427fa9556d7af78487b3209fe2ca1bafa5da050ce2716960a9e1d
SHA1: 1813fba739d43bba82ae6e9a1a2199b0b2ee1d71
MD5sum: 0a2246c3132faa454a586bcf7a6e79bd
Description: Dump PostgreSQL files in human-readable form
 pg_filedump is a utility to format PostgreSQL heap/index/control files in
 human-readable form.
Timestamp: 2025-04-20 11:19:35+00

Package: postgresql-filedump-dbgsym
Source: postgresql-filedump
Version: 17.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: postgresql-filedump (= 17.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-filedump/postgresql-filedump-dbgsym_17.4-1.pgdg+1_arm64.deb
Size: 64524
SHA256: 55e0142e0228194be0c5fe8633d360810a21aa9333a13ab91099c3b73ddca2f2
SHA1: 75360c619ee0243eeb60b0d3ca0a796b25eca0db
MD5sum: ae4a04128527bef5468b503e8731c241
Description: debug symbols for postgresql-filedump
Build-Ids: f5660a9187f9cfb93aaeb5ba088c4f56b94c503a
Timestamp: 2025-04-20 11:19:35+00

Package: barman
Version: 3.13.3-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 97
Depends: python3-barman (= 3.13.3-1.pgdg+1), python3-pkg-resources, adduser, rsync, python3:any
Recommends: openssh-server, openssh-client, postgresql-client
Suggests: barman-cli, repmgr
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman_3.13.3-1.pgdg+1_all.deb
Size: 62856
SHA256: 232309c08941def6656c1db5edb37baf72cc4f86a78b88dea41b0be1397fa2d8
SHA1: 4edc4ef1fd0f8695b134acaa35e91a7d15554ac9
MD5sum: b26381d44d6f3803500a3d064efee71c
Description: Backup and Recovery Manager for PostgreSQL
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by EDB.
 .
 This package provides barman binary.
Timestamp: 2025-04-28 16:15:37+00

Package: barman-cli
Source: barman
Version: 3.13.3-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 59
Depends: python3-barman (= 3.13.3-1.pgdg+1), python3-pkg-resources, rsync, python3:any
Recommends: openssh-client
Suggests: barman-cli-cloud
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli_3.13.3-1.pgdg+1_all.deb
Size: 39608
SHA256: b8f914c3fbeb2cb852fd05e1b0464461ed530ee79f324f5fb76db86f8211b3a7
SHA1: 60d799df9dfaa3797357be96489159b819c159e9
MD5sum: 2160cc92db923c248d601aa510dbbca7
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 organization 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 EDB.
Timestamp: 2025-04-28 16:15:37+00

Package: barman-cli-cloud
Source: barman
Version: 3.13.3-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 45
Depends: python3-barman (= 3.13.3-1.pgdg+1), python3-pkg-resources, rsync, python3:any, python3-boto3
Breaks: barman-cli (<< 2.10-3~~)
Replaces: barman-cli (<< 2.10-3~~)
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli-cloud_3.13.3-1.pgdg+1_all.deb
Size: 24856
SHA256: a1235328f30908a1f129250672fa79753dc6ca051f62b7e845c4970a64471781
SHA1: ce17e391ef77fcc440a09615676b73174af555d0
MD5sum: f2c66ee3b0e6bf223e235952209cf974
Description: Cloud 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 organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli-cloud package contains cloud client utilities for the
 integration of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by EDB.
Timestamp: 2025-04-28 16:15:37+00

Package: libpostgresql-jdbc-java
Source: libpgjava
Version: 42.7.5-2.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 1097
Provides: libpg-java, libpgjava
Built-Using: libscram-java (= 3.1-1.pgdg+1)
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: java
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java_42.7.5-2.pgdg+1_all.deb
Size: 1016448
SHA256: 65b9039beedd5e70f67306a2746d8c12c073eec6f7d546a9769e347927f526b8
SHA1: 6a0b0b11cadcba6ec8b160ae92b5521f04dde95f
MD5sum: 3789d54ab5a1e658ec5240f77c7a1935
Description: Java database (JDBC) driver for PostgreSQL
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
Timestamp: 2025-04-28 16:15:37+00

Package: pgbackrest
Version: 2.55.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1207
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.34), libgcc-s1 (>= 4.2), liblz4-1 (>= 0.0~r127), libpq5, libssh2-1t64 (>= 1.5.0), libssl3t64 (>= 3.0.0), libxml2 (>= 2.7.4), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc, check-pgbackrest
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.55.0-1.pgdg+1_arm64.deb
Size: 426040
SHA256: 71971d59282d6cf7767ee6407397fc8307497f2c6eb463aa068e0b286d5d7214
SHA1: 65892479ad62eac575881cc89c968d0365e0c496
MD5sum: cccd7b1afcda1f8357d3b75683378175
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.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2025-04-28 16:15:37+00

Package: pgbackrest-dbgsym
Source: pgbackrest
Version: 2.55.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2525
Depends: pgbackrest (= 2.55.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.55.0-1.pgdg+1_arm64.deb
Size: 1353392
SHA256: 5e30cf8b70529dfd60daac9ecb29a62ab5414c9ebafccf9bdaf6e61d3767b4db
SHA1: d25b6eebb6ca499097baa1b72ea6c12584590221
MD5sum: d6bab0f1e830e1a5bc642177fbbbb714
Description: debug symbols for pgbackrest
Build-Ids: 9a4b7072b72340c6e505526f2ad135890d1ff55f
Timestamp: 2025-04-28 16:15:37+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.55.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1879
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.55.0-1.pgdg+1_all.deb
Size: 130148
SHA256: bb1c7c4077f3af2c397fc4ed5d665ff85eda0b7917f3faea59a4c77be75360cd
SHA1: f2129c08e33b262146b77aeace7d9dfb6c4048ef
MD5sum: cd9e700b334bbadc45df94373321e5c3
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2025-04-28 16:15:37+00

Package: pspg
Version: 5.8.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 366
Depends: libc6 (>= 2.34), libncursesw6 (>= 6.1), libpq5 (>= 9.0~), libreadline8t64 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_5.8.9-1.pgdg+1_arm64.deb
Size: 135264
SHA256: 351d7334778290a140902f2f32a3ee2d2e8848afb087e5bbd87ac3f6325e995a
SHA1: 30a67ddf764d71d54483308e5b4a2d219e208926
MD5sum: 4e2b5476105a2a6689e35bbd6e3b7a4d
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2025-04-28 16:15:37+00

Package: pspg-dbgsym
Source: pspg
Version: 5.8.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 724
Depends: pspg (= 5.8.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_5.8.9-1.pgdg+1_arm64.deb
Size: 418624
SHA256: f14eb640985c432485d985c50d14a1d5e9ce39b9d627e0526507a0fed0057c0d
SHA1: 4e124ac583131940963597be1c73d68a9386b24a
MD5sum: 0fdb2c3cbb280d626a22bd117cc8f2cb
Description: debug symbols for pspg
Build-Ids: f5806420e6691674c533d1150684e0d112c78c38
Timestamp: 2025-04-28 16:15:37+00

Package: python3-barman
Source: barman
Version: 3.13.3-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1561
Depends: python3-dateutil, python3-psycopg2, python3:any, python3-setuptools
Breaks: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Replaces: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Homepage: https://www.pgbarman.org
Priority: optional
Section: python
Filename: pool/main/b/barman/python3-barman_3.13.3-1.pgdg+1_all.deb
Size: 245084
SHA256: 6d7a948e929eef68f56814824ef4419b531e4e702933bef6f71dcbc3eaf16e7b
SHA1: f7b1f4b5a7580c5a9c9b6381d17cc57f32a480e8
MD5sum: bdd8b2b3f96d18f9b4b7e60f69f9e8ab
Description: Backup and Recovery Manager for PostgreSQL - Python modules
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by EDB.
 .
 This package provides Python 3 modules only.
Timestamp: 2025-04-28 16:15:37+00

Package: libecpg-dev-dbgsym
Source: postgresql-15
Version: 15.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1247
Depends: libecpg-dev (= 15.13-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-dev-dbgsym_15.13-1.pgdg+1_arm64.deb
Size: 260008
SHA256: 6d7dd5565f2b97522cc790f89aa2d823c0dfb467657bd4e33ef8a0d4c958e1ca
SHA1: 447f34e06117334381e6818d84def6d8fd0c7f63
MD5sum: d80af0b93b2f5e648d2609fd230345c9
Description: debug symbols for libecpg-dev
Build-Ids: 2ad93e5346e11a9f06b5c7e53686bef177985822
Timestamp: 2025-05-08 13:03:52+00

Package: libecpg-compat3
Source: postgresql-13
Version: 13.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg-compat3_13.21-1.pgdg+1_arm64.deb
Size: 24028
SHA256: 420fc954a290c99389665da766b63d4da831750ac75f97e75127900d5584d7d7
SHA1: b644afb01942871bc31dce7235778ad6756ccacb
MD5sum: c887e1b72a95265de970b9a5f5de27f2
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.
Timestamp: 2025-05-08 13:00:20+00

Package: libecpg-compat3-dbgsym
Source: postgresql-13
Version: 13.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 13.21-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-compat3-dbgsym_13.21-1.pgdg+1_arm64.deb
Size: 16896
SHA256: 909b95be847db46d7c06578a92c4458559906b86a390aae4e1c7b467990a4386
SHA1: b84cd2301503ff055cfc6ef8431f4ae042b0ea77
MD5sum: fd973b6373519927af641395df34e91d
Description: debug symbols for libecpg-compat3
Build-Ids: 3f14ff1dd720db04efb0714c6fd7e5a5fdb6bd6d
Timestamp: 2025-05-08 13:00:20+00

Package: libecpg-dev
Source: postgresql-13
Version: 13.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1523
Depends: libecpg-compat3 (= 13.21-1.pgdg+1), libecpg6 (= 13.21-1.pgdg+1), libpgtypes3 (= 13.21-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libecpg-dev_13.21-1.pgdg+1_arm64.deb
Size: 271228
SHA256: 67ff94738f3ec87165fe6868711c1c619c57cbb9aaba1a27ed78a56ec15c6693
SHA1: ca6c59d9e79dc7b82df260f95d1ebae11146ada4
MD5sum: 9c39cea5774d28ff2ad1ec8593dd4b01
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).
Timestamp: 2025-05-08 13:00:20+00

Package: libecpg-dev-dbgsym
Source: postgresql-13
Version: 13.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1172
Depends: libecpg-dev (= 13.21-1.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-dev-dbgsym_13.21-1.pgdg+1_arm64.deb
Size: 247636
SHA256: c1f8b4c6a9f73162bde24402ca05e1225c4dcb906e6a73760e3f5156d492bde4
SHA1: 5a27b4f30a7944bd86bf366a356f6c6594b65664
MD5sum: 8434a76c919871d0ab74dbb4d6a42cba
Description: debug symbols for libecpg-dev
Build-Ids: a611822ed806cf202d72cd51a86ef4f73b4901bc
Timestamp: 2025-05-08 13:00:20+00

Package: libecpg6
Source: postgresql-13
Version: 13.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 265
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg6_13.21-1.pgdg+1_arm64.deb
Size: 64056
SHA256: 77cf5b16852921ba21f153c4818f0750338380770f553b2a1ed12062033034b4
SHA1: 609d2ec0abdcf5dd81ba80e50add43553228e899
MD5sum: 2866ea656296b22faa81a50fa4d48fe5
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.
Timestamp: 2025-05-08 13:00:20+00

Package: libecpg6-dbgsym
Source: postgresql-13
Version: 13.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 13.21-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg6-dbgsym_13.21-1.pgdg+1_arm64.deb
Size: 113332
SHA256: 386f0ed5b08209f211f51714f471950143a83ab31cf25477ba257faefc2eed44
SHA1: 17b96df2a2e48e8f8bb2c727bef58b3d4667081a
MD5sum: 454700524747cddda64242433948528c
Description: debug symbols for libecpg6
Build-Ids: c13d344124a0b4f00f761c4fa7dbb9daf7e36755
Timestamp: 2025-05-08 13:00:20+00

Package: libpgtypes3
Source: postgresql-13
Version: 13.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpgtypes3_13.21-1.pgdg+1_arm64.deb
Size: 50180
SHA256: e0998c27d486f07b449c62fd61dee93110ef748230fd131bc61a244aa2f0b7be
SHA1: 58a3469f7274e2111443c07847ee7fb4f567018d
MD5sum: 8f30a22a5e99a1cbfd4756e7a4cb7739
Description: shared library libpgtypes for PostgreSQL 13
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-05-08 13:00:20+00

Package: libpgtypes3-dbgsym
Source: postgresql-13
Version: 13.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 13.21-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpgtypes3-dbgsym_13.21-1.pgdg+1_arm64.deb
Size: 88916
SHA256: 4fb17db7ff7eab21bd03e3190507d221c18b1ef298eb725fa910c72901eb332e
SHA1: bdd9935ad33756292ab12b103aaf14d8ab16f31d
MD5sum: 4fdba2996e88ffb8e5582fc4f07b7dce
Description: debug symbols for libpgtypes3
Build-Ids: d130199dcc2b608784da2fe648c39cfe32a78a3d
Timestamp: 2025-05-08 13:00:20+00

Package: libpq-dev
Source: postgresql-13
Version: 13.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 583
Depends: libpq5 (= 13.21-1.pgdg+1)
Suggests: postgresql-doc-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libpq-dev_13.21-1.pgdg+1_arm64.deb
Size: 144484
SHA256: 05d46aa97c14a5eda21d4618d0facbb989a603c494d0195e82771b2668abff25
SHA1: 7a79bafb703499ac6b57569353480e46692813dd
MD5sum: 6352e16729904fbeb8e053acf0d8ad45
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.
Timestamp: 2025-05-08 13:00:20+00

Package: libpq5
Source: postgresql-13
Version: 13.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 855
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpq5_13.21-1.pgdg+1_arm64.deb
Size: 180760
SHA256: 04dd9b40e2a63e56dddf192943593c5fa57afa8eb74bd94b33b0374611b68a2a
SHA1: 8e4d6d82c06e0a95de4dc955abb065b55939fa61
MD5sum: 6dfc92d050f8a39c896c6fb492d99726
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.
Timestamp: 2025-05-08 13:00:20+00

Package: libpq5-dbgsym
Source: postgresql-13
Version: 13.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 295
Depends: libpq5 (= 13.21-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpq5-dbgsym_13.21-1.pgdg+1_arm64.deb
Size: 260184
SHA256: b47ae8d55d1d861c95fa1d8ee03ba7547c3fc631bad66f55e59d6816a723c77f
SHA1: 9418e72bea6c419fb64e166bc46a935da7f0a7b8
MD5sum: 1e6c892cf1ad10f53ac5a990b7db891d
Description: debug symbols for libpq5
Build-Ids: a3b12e98d1a8314981b9cb05a46a530d4cd4bf6f
Timestamp: 2025-05-08 13:00:20+00

Package: libecpg-compat3
Source: postgresql-14
Version: 14.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg-compat3_14.18-1.pgdg+1_arm64.deb
Size: 21588
SHA256: 413b9487f905231f6b2cc466b90a04a4f23ec49990fca85ab80c2ae0e9f178b3
SHA1: 7f0b4da3945da642d30f80aedaf63456386a64de
MD5sum: b0bba751e97f4c7ae675ff0d6249a1ef
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.
Timestamp: 2025-05-08 13:02:09+00

Package: libecpg-compat3-dbgsym
Source: postgresql-14
Version: 14.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 14.18-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-compat3-dbgsym_14.18-1.pgdg+1_arm64.deb
Size: 16908
SHA256: 0cfc087165770da88b0ea5baafac096a26728480dca0a2d2ea5a97f22d9a7316
SHA1: a36ba08f1ce635f98c3354d185c10ed476c379e3
MD5sum: 3714a076acdf6bd26807e452b72eea89
Description: debug symbols for libecpg-compat3
Build-Ids: 81acfaea7f8d720f965239714f9db4433edf5b44
Timestamp: 2025-05-08 13:02:09+00

Package: libecpg-dev
Source: postgresql-14
Version: 14.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1609
Depends: libecpg-compat3 (= 14.18-1.pgdg+1), libecpg6 (= 14.18-1.pgdg+1), libpgtypes3 (= 14.18-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libecpg-dev_14.18-1.pgdg+1_arm64.deb
Size: 276952
SHA256: ce6112fb0d3acfaad0a7ead3bc5a743f34184d57de612e17f4c8f729dc39d115
SHA1: fbd04b23cd413c1c6cbc22097bd4cecd161c14f2
MD5sum: aac8934cb72623646ba233befc144cc2
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).
Timestamp: 2025-05-08 13:02:09+00

Package: libecpg-dev-dbgsym
Source: postgresql-14
Version: 14.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1218
Depends: libecpg-dev (= 14.18-1.pgdg+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-dev-dbgsym_14.18-1.pgdg+1_arm64.deb
Size: 255984
SHA256: bc98ad739cdee65e09e148e8cd76e60716aafe73077de11c90aeca17dcb22e26
SHA1: b81a98d86fa5531d8cb3979398ef0f31a6912c22
MD5sum: 58655770e080228b3de4ebb8d2388d25
Description: debug symbols for libecpg-dev
Build-Ids: 61c80f5af47841bf1ea91aac3f459cda70529e76
Timestamp: 2025-05-08 13:02:09+00

Package: libecpg6
Source: postgresql-14
Version: 14.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 270
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg6_14.18-1.pgdg+1_arm64.deb
Size: 62464
SHA256: 8e541f8946ad226d2cf854fbfe186660042c1efcac789b8536f12d3f9a968a7a
SHA1: ea31f08be0f730da1348ddad0981118723a4651a
MD5sum: 7a6262916e725d23d6467e6a5891c235
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.
Timestamp: 2025-05-08 13:02:09+00

Package: libecpg6-dbgsym
Source: postgresql-14
Version: 14.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 14.18-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg6-dbgsym_14.18-1.pgdg+1_arm64.deb
Size: 113244
SHA256: b55f6ff0355b5d45a901cd4e7a835df995dcd00a11370ef201b473b16c4f6772
SHA1: 876d11a1bad068a11ffec31065a684825ab6d5ef
MD5sum: b21471b6cae849be79b42a126ec8c698
Description: debug symbols for libecpg6
Build-Ids: 2af2208d62c7380299de3f807039732916a32420
Timestamp: 2025-05-08 13:02:09+00

Package: libpgtypes3
Source: postgresql-14
Version: 14.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 170
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpgtypes3_14.18-1.pgdg+1_arm64.deb
Size: 47776
SHA256: 9a46b0ec1f0ddea236f22b81f84305edebbc9915d350ebfa40e77979c02d7074
SHA1: 8c77ef9218292cafbf364e2c7cbee8da4ddc5da7
MD5sum: 28b6752fef954404f73d3c5e6aac136c
Description: shared library libpgtypes for PostgreSQL 14
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-05-08 13:02:09+00

Package: libpgtypes3-dbgsym
Source: postgresql-14
Version: 14.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 14.18-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpgtypes3-dbgsym_14.18-1.pgdg+1_arm64.deb
Size: 89200
SHA256: 2193bdb9d234a6bd92c3f2cf9d9f8b2038c651928fb70477fd9038adab9e3a49
SHA1: 27ba558a84236f9b90b7c0b86c2a6f3828bbd8ac
MD5sum: 19b0df7cc7e438e9262a2e2f2fbdb1dd
Description: debug symbols for libpgtypes3
Build-Ids: 54b5d3cee4b749d180cc36c04f995c95911a68bf
Timestamp: 2025-05-08 13:02:09+00

Package: libpq-dev
Source: postgresql-14
Version: 14.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 594
Depends: libpq5 (= 14.18-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libpq-dev_14.18-1.pgdg+1_arm64.deb
Size: 144880
SHA256: 435ec61ea74fc5870e777e69b01d9f370c7296bb683b99864be18e33ad487771
SHA1: 2be19ea1648a686f1de7738a2e0a277f351e71b6
MD5sum: 6a5a864e85c8673266e9756a1e75a91d
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.
Timestamp: 2025-05-08 13:02:09+00

Package: libpq5
Source: postgresql-14
Version: 14.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 822
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpq5_14.18-1.pgdg+1_arm64.deb
Size: 175636
SHA256: 9c02ba7b12b1693f0d3e1f9756c47befc3b1598772fdf6fa82a814bff88f6c2e
SHA1: 9cdea91560b0b31301df6515212ae79b2ac7763c
MD5sum: 905ad26d9ec0ea7dc317f491c328bb07
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.
Timestamp: 2025-05-08 13:02:09+00

Package: libpq5-dbgsym
Source: postgresql-14
Version: 14.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 309
Depends: libpq5 (= 14.18-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpq5-dbgsym_14.18-1.pgdg+1_arm64.deb
Size: 273256
SHA256: 8feb6bfe7def997b660c1d3c20611e10170d7c58113edc2152f9b7f0d130617f
SHA1: 004a799bb951c605d79388dec3949de615e7971b
MD5sum: 6ef031657b412d1e1230f86388ff97a1
Description: debug symbols for libpq5
Build-Ids: cbc30f379573a751e228bb019700aed7b8fe3424
Timestamp: 2025-05-08 13:02:09+00

Package: libecpg-compat3
Source: postgresql-15
Version: 15.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg-compat3_15.13-1.pgdg+1_arm64.deb
Size: 19280
SHA256: de6322da8fa6af035c01a60e58ec767d19a751a01dea88cfeb9ecdcb9be9dbe4
SHA1: 12abedadd4dbf17ad699eae692582d84fb4237bf
MD5sum: 2eb8519e6e3061903b84caafb84a5578
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.
Timestamp: 2025-05-08 13:03:52+00

Package: libecpg-compat3-dbgsym
Source: postgresql-15
Version: 15.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 15.13-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-compat3-dbgsym_15.13-1.pgdg+1_arm64.deb
Size: 16900
SHA256: a17d52c5bd7b10c068a10e47d09e1c2a737589279bd40fcec68db8a77019465e
SHA1: 47b5b715f813e9e60789dce9544ebf2e8d8db1c0
MD5sum: f0f139f58f8bf569d6b9d3b948e8fe41
Description: debug symbols for libecpg-compat3
Build-Ids: e971cdac1df2e580bf2ce280403649312bc59389
Timestamp: 2025-05-08 13:03:52+00

Package: libecpg-dev
Source: postgresql-15
Version: 15.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1636
Depends: libecpg-compat3 (= 15.13-1.pgdg+1), libecpg6 (= 15.13-1.pgdg+1), libpgtypes3 (= 15.13-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libecpg-dev_15.13-1.pgdg+1_arm64.deb
Size: 280896
SHA256: 576843605a5e0c46b980737a5a46c17b4337ccc13bd7545fa953759bac2fe2c9
SHA1: a42b25cb19fdd580ac8af55402aa7f40f24b19bb
MD5sum: 4ed968799601afb8bfb164b49c737830
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).
Timestamp: 2025-05-08 13:03:52+00

Package: libecpg6
Source: postgresql-15
Version: 15.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg6_15.13-1.pgdg+1_arm64.deb
Size: 61608
SHA256: a097138f6fc612f0c761a62ad758993deb48a1fa6effe7b18d3e7846e970a9af
SHA1: baca3148384d637438a5b96b54fcadd9449c9f22
MD5sum: 08787d58aac93d5ee7057f84eb58395d
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.
Timestamp: 2025-05-08 13:03:52+00

Package: libecpg6-dbgsym
Source: postgresql-15
Version: 15.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: libecpg6 (= 15.13-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg6-dbgsym_15.13-1.pgdg+1_arm64.deb
Size: 115884
SHA256: b07f2277501d17fc112187fb20134e8c96e39b35ebf289c463f17048c54e1627
SHA1: f49f92cda404ca5e8e2a4002a8fa2d19c959e069
MD5sum: ee5a74d12df35ed327ffdfc1a2d05f81
Description: debug symbols for libecpg6
Build-Ids: 23b9c77e68eda7434ea45200a722b3fc6bed6a10
Timestamp: 2025-05-08 13:03:52+00

Package: libpgtypes3
Source: postgresql-15
Version: 15.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpgtypes3_15.13-1.pgdg+1_arm64.deb
Size: 45808
SHA256: d32de98d458277fb0896d533a06f2f85c5f6bc9b3d7a63b2e5df237e8661caed
SHA1: 82939293a9b9837ceb27be4a752e9e6a2ebd5f80
MD5sum: 93b75f9e3dd24a8a3802c32aa4cf7af2
Description: shared library libpgtypes for PostgreSQL 15
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-05-08 13:03:52+00

Package: libpgtypes3-dbgsym
Source: postgresql-15
Version: 15.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 15.13-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpgtypes3-dbgsym_15.13-1.pgdg+1_arm64.deb
Size: 89604
SHA256: 87b276b5c2448617523cda44f461ba00f2194b867e3b62df7d01f26c8906fdfa
SHA1: 567be31477763054b716943631e79217722e1274
MD5sum: 81a46da7f08a03917066403678e43e7a
Description: debug symbols for libpgtypes3
Build-Ids: 84304f39cb9608358db849675f1a7e83e2ccba88
Timestamp: 2025-05-08 13:03:52+00

Package: libpq-dev
Source: postgresql-15
Version: 15.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 602
Depends: libpq5 (= 15.13-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libpq-dev_15.13-1.pgdg+1_arm64.deb
Size: 145796
SHA256: 3f5852bd739697351451b56683c12c272d210ba7fbe16c9a85d91952d6e29338
SHA1: fd7c06e7eda9e55de2058202314822c4fd5e669d
MD5sum: f83b5e6d5ea0cad5122a345d82b4e48c
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.
Timestamp: 2025-05-08 13:03:52+00

Package: libpq5
Source: postgresql-15
Version: 15.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 910
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpq5_15.13-1.pgdg+1_arm64.deb
Size: 187116
SHA256: 63ce20a662a2a8762b3a747db8dff8525d18bf8b5a4d62a6472a6a531c7fe5b1
SHA1: 07910f2ccf989c73952b407b645f45ff758b7cae
MD5sum: f24a51e02445715e5cda018b0ee710b3
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.
Timestamp: 2025-05-08 13:03:52+00

Package: libpq5-dbgsym
Source: postgresql-15
Version: 15.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 318
Depends: libpq5 (= 15.13-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpq5-dbgsym_15.13-1.pgdg+1_arm64.deb
Size: 282136
SHA256: 825d7d5b789d18a10a466d71fc846b66e7de35e8e7c367b429b6cb09737ba164
SHA1: b856e710b8fb0460b960b814e0511ea5f46c8a12
MD5sum: bda08f0a57f1995070023eefb48e1421
Description: debug symbols for libpq5
Build-Ids: 8a831ef924296a424b96fab158b75f77982c37d3
Timestamp: 2025-05-08 13:03:52+00

Package: libecpg-compat3
Source: postgresql-16
Version: 16.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libecpg-compat3_16.9-1.pgdg+1_arm64.deb
Size: 18172
SHA256: 4961c9d3f70ccad0a9e71663e6c46317d47e254a0f03607997cfefdfcccc5b6f
SHA1: 400bd28adb52e1615af0162807473bdb9ccb41de
MD5sum: 12c0327dc9ae9ec7585d1ff90bf06418
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.
Timestamp: 2025-05-08 13:05:21+00

Package: libecpg-compat3-dbgsym
Source: postgresql-16
Version: 16.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 16.9-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg-compat3-dbgsym_16.9-1.pgdg+1_arm64.deb
Size: 16904
SHA256: 3411b6fa57299f9ceee3aa1e98f6d028b8c697743ec9e7c1c892ab63d83a4a78
SHA1: 9cd07976c9984e61264d4c6d983f79e94d7d4544
MD5sum: 07c3af1bc82d37f078efe3a7b6091373
Description: debug symbols for libecpg-compat3
Build-Ids: 75ed3560446d3dd1146b0cf266972a21ee996c5e
Timestamp: 2025-05-08 13:05:21+00

Package: libecpg-dev
Source: postgresql-16
Version: 16.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1702
Depends: libecpg-compat3 (= 16.9-1.pgdg+1), libecpg6 (= 16.9-1.pgdg+1), libpgtypes3 (= 16.9-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/libecpg-dev_16.9-1.pgdg+1_arm64.deb
Size: 283780
SHA256: b12f9551896643ec8cd53e0961c934f8d97ef12ed6429be9b433d4397d2c245e
SHA1: 072d789133e67e7c8c7822351f4f7100a5620445
MD5sum: b5df85e5dfb6ca0587aef8d91aae63c0
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).
Timestamp: 2025-05-08 13:05:21+00

Package: libecpg-dev-dbgsym
Source: postgresql-16
Version: 16.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1263
Depends: libecpg-dev (= 16.9-1.pgdg+1)
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg-dev-dbgsym_16.9-1.pgdg+1_arm64.deb
Size: 262364
SHA256: d73287a49e6d638515d3b16d0db8a2468d62f03444559f1f4d0807f16ce2f33c
SHA1: c3b36585b6f4c857301e9d482b93c02daacc5247
MD5sum: 702245c58649a8c57679f1302d0597c3
Description: debug symbols for libecpg-dev
Build-Ids: 60f2ce977840d1d058dee54089b199b16d490d6c
Timestamp: 2025-05-08 13:05:21+00

Package: libecpg6
Source: postgresql-16
Version: 16.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 279
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libecpg6_16.9-1.pgdg+1_arm64.deb
Size: 61036
SHA256: f03323b61b7f4682afb630a65e792a2b1f83ed9ea538bbce052f32a0911a3738
SHA1: 90443a821625e09ff7ffe76aebd19ccb3f039e0d
MD5sum: e58f001f44b573701cddd5a35ae9f3df
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.
Timestamp: 2025-05-08 13:05:21+00

Package: libecpg6-dbgsym
Source: postgresql-16
Version: 16.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: libecpg6 (= 16.9-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg6-dbgsym_16.9-1.pgdg+1_arm64.deb
Size: 115536
SHA256: ac13e761d714350035de62d73e50f87b24a6b52faa5206f6474abc57e10cde34
SHA1: 302707c9ec261b333fc62e75ff48bde0427d26aa
MD5sum: d8422198ffdd315dc53562a2a6ac75ae
Description: debug symbols for libecpg6
Build-Ids: 411168c7dfaac926c23c215d672e1e7bf6357474
Timestamp: 2025-05-08 13:05:21+00

Package: libpgtypes3
Source: postgresql-16
Version: 16.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 165
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libpgtypes3_16.9-1.pgdg+1_arm64.deb
Size: 45000
SHA256: 5a1f9d52a5437b3c192e7c6c6126832bfb368ac1f77edd57dbeb53c21f531595
SHA1: bab0132947873292957d799ce860b62086256a74
MD5sum: 1ef8cc567ee7fc8604d383a1eb1f207a
Description: shared library libpgtypes for PostgreSQL 16
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-05-08 13:05:21+00

Package: libpgtypes3-dbgsym
Source: postgresql-16
Version: 16.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 16.9-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libpgtypes3-dbgsym_16.9-1.pgdg+1_arm64.deb
Size: 89944
SHA256: 4a10065e704dba24ca0b185682378327999633120adcc63563922eb13eb193a8
SHA1: 24312c353b533b1790258b31e4f747f9247fd615
MD5sum: 1deebf7af24819b294a47effb056a35f
Description: debug symbols for libpgtypes3
Build-Ids: 23bcc5d1e67054a5e5cead47a4154c2c460686e4
Timestamp: 2025-05-08 13:05:21+00

Package: libpq-dev
Source: postgresql-16
Version: 16.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 602
Depends: libpq5 (= 16.9-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/libpq-dev_16.9-1.pgdg+1_arm64.deb
Size: 145848
SHA256: 446fffff76747a8d8f43e049056ef5939b7758d7337e442b51e9b6d3544af3c9
SHA1: 7b08d905ab6daa6bc79bf1fc839357bcfa0bcab0
MD5sum: eda78931f2dcb5f0a7fa5cf6499f0220
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.
Timestamp: 2025-05-08 13:05:21+00

Package: libpq5
Source: postgresql-16
Version: 16.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1097
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libpq5_16.9-1.pgdg+1_arm64.deb
Size: 216160
SHA256: b0924c5627b281b819996a2a9fd04e04e835480b517fdcb462a6a300066aaefb
SHA1: 87ac62e4ad4e850d7147fdc4656d35ee1e84b4bd
MD5sum: a53ac2be747d75257fd024918752c64c
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.
Timestamp: 2025-05-08 13:05:21+00

Package: libpq5-dbgsym
Source: postgresql-16
Version: 16.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 328
Depends: libpq5 (= 16.9-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libpq5-dbgsym_16.9-1.pgdg+1_arm64.deb
Size: 291152
SHA256: e73e5a5bb158a75ad36be2f7ffb40139d2ec810d0c94827b73528f2b55af4f8f
SHA1: b518ba31027416d535804e6ea69fdf059013240b
MD5sum: 3fa62707539108fa933886ad32c837d1
Description: debug symbols for libpq5
Build-Ids: 823b54b14813c37fd30c50f9c455917d6424b9c9
Timestamp: 2025-05-08 13:05:21+00

Package: libecpg-compat3
Source: postgresql-18
Version: 18~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/libs
Filename: pool/18/p/postgresql-18/libecpg-compat3_18~beta1-1.pgdg+1_arm64.deb
Size: 12448
SHA256: 0742985372cd84a12d178f1c0308efedbb094ee866ece1729adeb0da03edf305
SHA1: 6093892b2b73ede224a0098fe4c83d7ae7577588
MD5sum: 5e81d3070ff6794244fb5195db891296
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.
Timestamp: 2025-05-08 13:08:32+00

Package: libecpg-compat3-dbgsym
Source: postgresql-18
Version: 18~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 18~beta1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/libecpg-compat3-dbgsym_18~beta1-1.pgdg+1_arm64.deb
Size: 16972
SHA256: 62d9021811f29e349ae9be38a48407c5f5d8cf56836dc2b8d6454632946a493a
SHA1: 959fdc43ef3f283f2a7604e861197dff7dab21b6
MD5sum: 61cd39fd824299279a5443dc65d0a177
Description: debug symbols for libecpg-compat3
Build-Ids: 1bf1096fa2a46def0a8388fbc53df0dcceae2602
Timestamp: 2025-05-08 13:08:32+00

Package: libecpg-dev
Source: postgresql-18
Version: 18~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1566
Depends: libecpg-compat3 (= 18~beta1-1.pgdg+1), libecpg6 (= 18~beta1-1.pgdg+1), libpgtypes3 (= 18~beta1-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/libdevel
Filename: pool/18/p/postgresql-18/libecpg-dev_18~beta1-1.pgdg+1_arm64.deb
Size: 251924
SHA256: ab7a517a15dcece43c7bab39277590d31090628c86e2d7014ad3a9689611be1f
SHA1: bbc21dd2138723a3eb09e9c2f87e94fb94580ed4
MD5sum: 393132f7e26a0c7ca30794550d5f4104
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).
Timestamp: 2025-05-08 13:08:32+00

Package: libecpg-dev-dbgsym
Source: postgresql-18
Version: 18~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1055
Depends: libecpg-dev (= 18~beta1-1.pgdg+1)
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/libecpg-dev-dbgsym_18~beta1-1.pgdg+1_arm64.deb
Size: 170564
SHA256: 551d9ad0e6334446fd39291c83ed4e02d72a2436f43d3835ed61f4e4ec524950
SHA1: caede724b7c16f53706ae6f7c7b0da151fb6e78a
MD5sum: 857c16ff07a0f331b72c53fc8c9fcaa3
Description: debug symbols for libecpg-dev
Build-Ids: dfbbd79cccd5949aa25a6cf18693c6d592138e83
Timestamp: 2025-05-08 13:08:32+00

Package: libecpg6
Source: postgresql-18
Version: 18~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 273
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/libs
Filename: pool/18/p/postgresql-18/libecpg6_18~beta1-1.pgdg+1_arm64.deb
Size: 55104
SHA256: ec780e811d7ba0cd35300e91b2486a9eb28de16cdb2b42d3071fe7e213072ccb
SHA1: bf5d94b897203656a5c1c497d9d8573db52e5c84
MD5sum: b07bd23c0c639e1c479d0d889da45766
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.
Timestamp: 2025-05-08 13:08:32+00

Package: libecpg6-dbgsym
Source: postgresql-18
Version: 18~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: libecpg6 (= 18~beta1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/libecpg6-dbgsym_18~beta1-1.pgdg+1_arm64.deb
Size: 114684
SHA256: 0676268e9382b6fcec7c154daba1627c4f4438762a2912bcf0136d0dd7e2dd15
SHA1: 68053bfadd30487d73b7ce159efac393ba591a90
MD5sum: db28d7b377967783b2595b3c5a9e9c8a
Description: debug symbols for libecpg6
Build-Ids: f85915062ba83930cd005090078a065528198d28
Timestamp: 2025-05-08 13:08:32+00

Package: libpgtypes3
Source: postgresql-18
Version: 18~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/libs
Filename: pool/18/p/postgresql-18/libpgtypes3_18~beta1-1.pgdg+1_arm64.deb
Size: 39108
SHA256: ddfa27c0b97188b960280ae36a02d08988234892997c3710b2a6107660051d32
SHA1: b9b2a46c5181bcb9a27419f690a82d0059fc1dbf
MD5sum: c0e15aedb7c16041ba2df8cd9c576723
Description: shared library libpgtypes for PostgreSQL 18
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-05-08 13:08:32+00

Package: libpgtypes3-dbgsym
Source: postgresql-18
Version: 18~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libpgtypes3 (= 18~beta1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/libpgtypes3-dbgsym_18~beta1-1.pgdg+1_arm64.deb
Size: 90240
SHA256: ce9fd3da644431b0b190b83352814b3e5931bb49c5505b505fa1c5a89d632990
SHA1: 26b1af0c4b9297e6781defdc098101d4e483cec5
MD5sum: fc4cae9aea3770412da3a33b58a9737f
Description: debug symbols for libpgtypes3
Build-Ids: 8f970d992a32e3f3d24d0874fc155a2fffd1a872
Timestamp: 2025-05-08 13:08:32+00

Package: libpq-dev
Source: postgresql-18
Version: 18~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 700
Depends: libpq5 (= 18~beta1-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-18
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/libdevel
Filename: pool/18/p/postgresql-18/libpq-dev_18~beta1-1.pgdg+1_arm64.deb
Size: 161236
SHA256: 59e57d39acc6ad07a1a6742da466b6ca126903e82bcda689294b0022cccb3e1c
SHA1: 766f32f47073633476230ce075dbafc8324eef7d
MD5sum: 8d4128ade2ae963912c3de9ea4b274c0
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.
Timestamp: 2025-05-08 13:08:32+00

Package: libpq-oauth
Source: postgresql-18
Version: 18~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: libpq5 (= 18~beta1-1.pgdg+1), libc6 (>= 2.38), libcurl4t64 (>= 7.16.3)
Provides: libpq-oauth-18
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/libs
Filename: pool/18/p/postgresql-18/libpq-oauth_18~beta1-1.pgdg+1_arm64.deb
Size: 35416
SHA256: e589ec83fd26a118ce3c07c29c2962e52fbfda26a912a93e4a6f8d9335588c5d
SHA1: fc7f2130e8f1d5c279af78401f0cfe7b9a0e1dfb
MD5sum: a7bdd4703265addb7111b1d4e47b513d
Description: PostgreSQL C client library - OAuth flow
 libpq-oauth is an optional module for libpq5 implementing the Device
 Authorization flow for OAuth clients (RFC 8628). It is maintained as
 its own shared library in order to isolate its dependency on libcurl.
 (End users who don't want the Curl dependency can simply choose not
 to install this module.)
 .
 If a connection string allows the use of OAuth, and the server asks
 for it, and a libpq client has not installed its own custom OAuth
 flow, libpq will attempt to delay-load this module using dlopen() and
 the following ABI. Failure to load results in a failed connection.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-05-08 13:08:32+00

Package: libpq-oauth-dbgsym
Source: postgresql-18
Version: 18~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: libpq-oauth (= 18~beta1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/libpq-oauth-dbgsym_18~beta1-1.pgdg+1_arm64.deb
Size: 104588
SHA256: d62225ce088fa9828c83ebdd901f71e043ccbfd59ebedf4dea3128753d952bbb
SHA1: 0960d376e520e5a0d205e6ea034d62edcd59916d
MD5sum: ca2e219b5b3d72427421875ad8c38a53
Description: debug symbols for libpq-oauth
Build-Ids: c8baab9099918b16aa61f4889e4379e1de8219d8
Timestamp: 2025-05-08 13:08:32+00

Package: libpq5
Source: postgresql-18
Version: 18~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1181
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Recommends: ca-certificates
Suggests: libpq-oauth
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/libs
Filename: pool/18/p/postgresql-18/libpq5_18~beta1-1.pgdg+1_arm64.deb
Size: 232632
SHA256: 27316098ffe639674b49207455aab032400ba3c1f269966dedc04f59f90bb30b
SHA1: 6a92861aefc12f9b4fc6ef33c46b6af772fa28eb
MD5sum: ddb19a86e864dca452a587c943083757
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. SSL certificate validation (the sslrootcert=system connection
 option) requires the ca-certificates package.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-05-08 13:08:32+00

Package: libpq5-dbgsym
Source: postgresql-18
Version: 18~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 381
Depends: libpq5 (= 18~beta1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/libpq5-dbgsym_18~beta1-1.pgdg+1_arm64.deb
Size: 341356
SHA256: aa0992919a2a06f4922054bc0a5276ae752cdf9d089bc10d7e9807452edbd18c
SHA1: 390bc4d709cd31070d8b0e02e6532a66f6f9ceba
MD5sum: 49c64b4950296b82f41e96b5e8deba97
Description: debug symbols for libpq5
Build-Ids: 5a358e694f531350850b0cabc2a36e4b89bcb436
Timestamp: 2025-05-08 13:08:32+00

Package: postgresql-18
Version: 18~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39339
Depends: locales | locales-all, postgresql-client-18 (= 18~beta1-1.pgdg+1), postgresql-common (>= 275~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 17~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libsystemd0, liburing2 (>= 2.3), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: postgresql-18-jit, sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-contrib-18
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/database
Filename: pool/18/p/postgresql-18/postgresql-18_18~beta1-1.pgdg+1_arm64.deb
Size: 7133840
SHA256: 19865ab6f0357178c5916429dbb10e374fdf231cecc78d5c2ec227e4a61f4b0a
SHA1: 0e510b2c634ecdcd0025fadba0dbf7885160a55f
MD5sum: 88934f3a579f96a9693a5dfd68239f86
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 18.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202504091-1800
Timestamp: 2025-05-08 13:08:32+00

Package: postgresql-18-dbgsym
Source: postgresql-18
Version: 18~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34689
Depends: postgresql-18 (= 18~beta1-1.pgdg+1)
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/postgresql-18-dbgsym_18~beta1-1.pgdg+1_arm64.deb
Size: 20204420
SHA256: b9099496a8e2fd189efbc1175aff0c2c77e46fffd05bab48f847914be3f75595
SHA1: b15991096393cb0785bca7f68a0f9fc73ddcefbe
MD5sum: 4b79d4e280b62d822038a03c0dcf06fd
Description: debug symbols for postgresql-18
Build-Ids: 01b8a3120a892ad93c25ff9b7a7664c12032d0ac 049849d6efc8030540e16035ae65c19ee6c2838e 0d2ffe6f5dec879789095fe9b78869a9b7ec0a5f 0feaca17df5a6bb621f70ebe75c441fa8cdafb87 1210e99e097ab5d269b2a6113ad38e9c9d316a2c 121a0ed71f4b7f06ff2dd4b6ffbdf32b6847c32a 1db684181448d77f478af3d657c719bdf9686a58 1f340a763479619e81da52600ae98f7a1a03b4d2 1ff56eb2eaa2d447ea1be99b4503e92a9a655751 2280c431c54f8a01f20152bee4a84cb84993f444 24b9459441dd5ce5c8e4d6d82b76c4f14de63120 28c5d6be97e05f8f15ddba6950a93db5abdabc46 2a27e7aa00d58c0202b53ed08e7e8b6e1a6e240f 2b44c4e88e5123ff0709d03cb1b6294affcea4e6 2bd7566060e8370b0add9f96486d6ea522380a82 2f78be7741bfce0d30706ee06ebd131e12c7b38c 30acec5cb926c8e4236cb55116e3e4cd89d103f5 3407867e4749dcc3114dfd702ab3183bc62df759 35e02c3dbc98de5f20be3dc3b28b49a895520a42 367f9cee315e92823fd2fd2aeaefea7434d3d556 400f182b2bafad9158724c9fa8cd1f171c68ee01 41286b1b79bb1bb69967a6fad6b05880e5c10549 4264aae3f8c97f88977adc2bae2f311901062989 4620578bd81a7e892815c6ac7c9fd7732625e0ec 491902ccee7e7740dffc89b2151d00227c98e2c2 4b400b83deb6f056be9c4bd9514a99878dce45d1 4c287e4ba7dcd254187112835ad3f72ab1d04889 4decffa145f9388968b374cc21973395cd6c1e6b 4eef77124ea66f25be76fe0568907fb41c13379c 519390d9e9f2a030f2d4d75aee51d6a54638bcb7 5351598c93e5ff9a41d27ba021f67515a5139b8d 59c42da8eced328415c8f0987551be95f9c706aa 5da7f67212e8c052386dec480cae52bd90703dc8 5e40dc010a741164547c1c42200c5bf0063ce7ac 5f5fae93d17a22560439ff1533f1320c5c6583a3 60d3768850377e3605be6740d53b452b41f85537 628d9dfe92a2fd453ca020f34bbd0718586d5a80 66fb13660654e83a10881f4a3080b9420f1d3560 67f8ae1e4fab6d20a69d24bcd3397b965eda365a 6863ded3b270e941aac431a6a0065540c62606a0 6aab62a3a4045df8ffc31a735568cb97117e2f01 6b324d97ef06ce1870aa447d620096979da721d9 769683cc1ef17e9d5334e6a9a2079b8856d8ed9c 77fc93bee2f2277a4d0956ee93a0e93feb1be6da 79862f842fdd73f3d681abb637998eb31b19c5d0 7a2258761f44cde92900fa31ebcff4bb5dbb17c4 7af78b2cdea6386328796747dbe721e1ea1a5d2c 82959acc77cbd7fbf8f97653f8908ca3dd67011b 84f7d4c6c1c19955243b5987bc034672bff33006 8845fb534e8d35d12a66b1a4d799aa0ae4ebe11b 8ca6c21d5601da0ce27e30333e14439dddf8871c 8d08e426ec177a567e3be3dace1880cf78c890b3 8df0f76f5ad3bfd69b2e1908ac45ed37f51aa0a4 8fab4bc34454077bb93eca9682ef8d9905325fca 905300fe65f41f4516f6428a3930f40e891f3d24 9104855e9ff9cc50be97b0a03a6178b46816922c 912690af069fdd2d0c35107d75ba2290310231f5 919d52c010f59253c0b8bfa6782fcadae7a4cb93 957a81ede5a995439e6097344ed4aa197ee312ba 96cb16e20013e54d57a296de18e30181dd10ae57 9929993b664d6becaab1756f63364bf358906759 997e8be65370fec5d32af041b995eea88144de3d 9b1cd2525734aa1ca10238c3f27366220042d648 9b9a7437894f8c384231d7711d77f1f1d1d3e82a 9c374a3d4405c104f5e2d36fd4bb1252d63b5f45 9c7b676fe9f0355975c51598c6b008f32157d2e1 a45b013e37c6739d33d024ee52fb5fb0d156828e aebfb36f893ed0ac3647fed8784c3766606a7f91 b0d29249acd210cd01d43a6b5fbc996c600a7b8f b436b2f50667721e4a2cb3d7f8deb87af3a2f7bf b5d2daf6bec94a5bd08e1b3dae95ec6398415d88 b89bd5af3256b1c3745bdfb00b3db7aa4cc81626 bef5a24b523c9806cc183fe8d1cb89e466585523 bf36d986f8870892210368c99b0ed66189e67874 bf64f0735005de21ddd4e227fd3ab06bdf3ac4e1 c43eec2190dfdf3959b97435b0ec5f278fe01331 c7514715b3ee9201f3fd22b3ef24f2b06bd76174 d0b379aa43fdca77006504a6714fd67fcfd7dd09 d42e91942662274e0f313f0d02f1bf8b5a457a06 d4f14c5f35bf9ed31dd014acf55a96770dff7e43 d740fd29702ab37501e9c853ac7ea6b8ebc218c6 dc54f84dc367f35803287c5b64d00a620bb34f47 e09f7928b141af9c9ee60daad9cd330e92cad568 e2fc2915792f597f835492d7e25c100e51f7ab06 e417c3786be77fad6a870e847947e4bfc7c74071 e7ce844faa51cbf7a3090dd8f7d952a413ed55b2 e899720f00c8103c20e468de43b3fc43c738a87c e954a8e92957b203ea0de22bae4471f42a569aa6 eb0935bc37026dc2b3ca9459bad40509c7f5df4c ee64bd1bf505db0b622c60037dfaf69d0b821589 eea04e4a5fccc3abf6038f6b691e1e6f625d9544 f0d91031f382ef361ffd93d3e99ff95dc5c33771 f29f0fb3f5abc22b8bfb94ab7781bc4cefc97927 f4776ea6afe8c57cdc4236cfa89991e762594472 f7a0fa71eb58d4db7c64d6c1988e48fde59d7394 f93686be38ac1543b2b467bd93f34f09985584c9 ff0e0162ed6b60db30795f0eac046c3fdbce2906
Postgresql-Catversion: 202504091-1800
Timestamp: 2025-05-08 13:08:32+00

Package: postgresql-18-jit
Source: postgresql-18
Version: 18~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26760
Depends: postgresql-18 (= 18~beta1-1.pgdg+1), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libllvm19 (>= 1:19.1.0), libstdc++6 (>= 5.2)
Provides: postgresql-18-jit-llvm (= 19)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/database
Filename: pool/18/p/postgresql-18/postgresql-18-jit_18~beta1-1.pgdg+1_arm64.deb
Size: 10874956
SHA256: 42100e05a295ecdc2e975c6c92905d8d5e82a2105b97c42eea00586fdf011923
SHA1: 9a07cfa9b380200bfd970c87f431e0acf1a5a07b
MD5sum: d8e3a6bc02e9afaac6eabf56ad16fd74
Description: LLVM JIT support for PostgreSQL 18
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides LLVM-based query JITing for PostgreSQL 18.
Timestamp: 2025-05-08 13:08:32+00

Package: postgresql-18-jit-dbgsym
Source: postgresql-18
Version: 18~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1681
Depends: postgresql-18-jit (= 18~beta1-1.pgdg+1)
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/postgresql-18-jit-dbgsym_18~beta1-1.pgdg+1_arm64.deb
Size: 1677392
SHA256: b0791c02b25434213b62539693ee5865a173cef6cb3d052d9998c6c9e0867b8f
SHA1: 950146200f634ba3043835485c19576f8d70ecd3
MD5sum: 55ef241ea4b9216deceb457593d1a830
Description: debug symbols for postgresql-18-jit
Build-Ids: 9a2068136085417a762da311b2fa7b5c4e544a7a
Timestamp: 2025-05-08 13:08:32+00

Package: postgresql-client-18
Source: postgresql-18
Version: 18~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11662
Depends: libpq5 (>= 18~beta1), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-18, postgresql-doc-18
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/database
Filename: pool/18/p/postgresql-18/postgresql-client-18_18~beta1-1.pgdg+1_arm64.deb
Size: 2082168
SHA256: fbfa42c8ef1ac710e5ecf34faae9c9f80855b2ec471986ff2de6d8af3cad7069
SHA1: f29245b10e6a14e87d44847b8469c8885a86d3ec
MD5sum: 6b06db64a960126effd88ca893135cef
Description: front-end programs for PostgreSQL 18
 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 18. If you install
 PostgreSQL 18 on a standalone machine, you need the server package
 postgresql-18, 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.
Timestamp: 2025-05-08 13:08:32+00

Package: postgresql-client-18-dbgsym
Source: postgresql-18
Version: 18~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7807
Depends: postgresql-client-18 (= 18~beta1-1.pgdg+1)
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/postgresql-client-18-dbgsym_18~beta1-1.pgdg+1_arm64.deb
Size: 3345028
SHA256: dfec3707bb23423d3622b56be4a4fc9e3522ec42b3aba04a4eca4bd7efa13da1
SHA1: 729cbcfa20a8dce1bf8beecfe87c27790604ef7c
MD5sum: 10659030a75e277c8060e8e4f7533f30
Description: debug symbols for postgresql-client-18
Build-Ids: 0c859a7564bd4a7e29949ca818117d546ba4436d 12253072206ad52537f9c90f850b7a5336c43523 14f2fd2273786b7f0e5acf308d3b56e8d97d6945 2b8fd7ff0425a72ce1a6162b99751ad0cfb82458 3035802a4d3e6e921e5740d05c75075a1e3df4bb 46cd8e6b86350bc9bedaaaa0e3f467d6739c66d7 4c16d900968f6a75b032acab1a83f72a38f6d304 53917738b7d724ee2ca6ca150bcf71dfd10f0c11 5ccc5ebc73ebb59cb8c0b851f8c0dd7d983a42ad 7f37a8a5ffaf0331e35ca6c239bbe7ee1fc9da2a 8f02c8c38240e31bc7b9c8dabd64c8f2120fbe10 9c139a7addf5bd2dc34cb9baa5384fb5994715a3 a115f326dea34c3ef684a17a868337895fd7602d b3e238be271a6bfe7d5f728eafc162ceb7c79470 b449c6afc1dbcb9a83bf44e6ef472e6bdbb5b277 c177ca7f90fa0e5505f23532a4ab0e1aa8ef7580 c6efe364a1cd189d5e73634c3a5abb5ded372991 c947d2212c984fc93b0e8917693c970dad590ddd ce7820fcd8b61130dc0c7183ffa01d70895b7afa ead7311f2ca47bccf028e1a1a7316f0664413424 f13ed2fe06bb3e520e26b0e43e3fcaaab6cd47e4 f4d18366ea72b823f0214b4510e876f2b06099bb
Timestamp: 2025-05-08 13:08:32+00

Package: postgresql-doc-18
Source: postgresql-18
Version: 18~beta1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17218
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/doc
Filename: pool/18/p/postgresql-18/postgresql-doc-18_18~beta1-1.pgdg+1_all.deb
Size: 2163636
SHA256: 7bce41a9d2e04fceb4e56f982c282ae7bfae796e793cda239eb8219b3106e46f
SHA1: a8d2841685008727ff418afbf41a3f9da08b15fc
MD5sum: ef47f941665e262726a76d2bb747bb8e
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 18. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-05-08 13:08:32+00

Package: postgresql-plperl-18
Source: postgresql-18
Version: 18~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 537
Depends: perl, postgresql-18 (= 18~beta1-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/database
Filename: pool/18/p/postgresql-18/postgresql-plperl-18_18~beta1-1.pgdg+1_arm64.deb
Size: 63208
SHA256: d62ae66966e98382fa96c0872cf702eb2d9724a47297851f38834645dbb33d8d
SHA1: f1a29fd26a379322fd1ad9c5bc00418df8c0be32
MD5sum: 748475ebef0bab2fba66379f0f9b96ae
Description: PL/Perl procedural language for PostgreSQL 18
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in Perl.  You need this package if you have any
 PostgreSQL 18 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-05-08 13:08:32+00

Package: postgresql-plperl-18-dbgsym
Source: postgresql-18
Version: 18~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 249
Depends: postgresql-plperl-18 (= 18~beta1-1.pgdg+1)
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/postgresql-plperl-18-dbgsym_18~beta1-1.pgdg+1_arm64.deb
Size: 203336
SHA256: b64243a6d2133e17f38cd5cefe01c9f83ec3d5fc4853542ff02ad2bb3f96da32
SHA1: 95b0754468e47e17fb067c7f2383b15664888172
MD5sum: d6656ce6749aa9bc9705de91ede3167f
Description: debug symbols for postgresql-plperl-18
Build-Ids: 611c4408dbeb7cf5b44e034c4feaa36cbddf959b 6e1f9332d0fbcc50c0d87ca30ab5a965eca60420 bfad97fbb0d3d02ed5e588a6aea6e164346ad501 e15dca2f5065ac333b16f77b9c73804ad1758ab0
Timestamp: 2025-05-08 13:08:32+00

Package: postgresql-plpython3-18
Source: postgresql-18
Version: 18~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 635
Depends: postgresql-18 (= 18~beta1-1.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/database
Filename: pool/18/p/postgresql-18/postgresql-plpython3-18_18~beta1-1.pgdg+1_arm64.deb
Size: 86684
SHA256: 1af41b23f136a0fd1008d7204766734837f01d7cfe3e0e1faf762400295facce
SHA1: 804c262b21da87e060a9157011ea70528e162b33
MD5sum: faf04c736affbd224683dcb622ef9d92
Description: PL/Python 3 procedural language for PostgreSQL 18
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in Python 3.  You need this package if you have any
 PostgreSQL 18 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-05-08 13:08:32+00

Package: postgresql-plpython3-18-dbgsym
Source: postgresql-18
Version: 18~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 239
Depends: postgresql-plpython3-18 (= 18~beta1-1.pgdg+1)
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/postgresql-plpython3-18-dbgsym_18~beta1-1.pgdg+1_arm64.deb
Size: 187592
SHA256: a3bad6e5a429c303ea08c969d8521de45c0864a61eeb8eab6cf9f92ebe3e77b0
SHA1: abb081528834d0f2f8a89dcf5b45ed6997d00a81
MD5sum: 646a990d6835e91225dfd1c9817f66f8
Description: debug symbols for postgresql-plpython3-18
Build-Ids: 220e1e44ceae0d7005692eacd6cc4e0ebd0b520f 7157dcc38f990567ad000aceafb31a08bb34922f bda517a2d6cccee9352c000acaa5c94b864809b9 cdb597c8ffee3553b84c41d87631d7c1a65e1ab2
Timestamp: 2025-05-08 13:08:32+00

Package: postgresql-pltcl-18
Source: postgresql-18
Version: 18~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: postgresql-18 (= 18~beta1-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/database
Filename: pool/18/p/postgresql-18/postgresql-pltcl-18_18~beta1-1.pgdg+1_arm64.deb
Size: 37700
SHA256: 72d6c0d84cbca69571e0eaade31657e2fd0e4ce538d2449f7c21f4c933afe57a
SHA1: 53f902cba524156d1740449896da77d4d9e4ce9c
MD5sum: 9333c44f358b22d1e5243c95ee56e8c4
Description: PL/Tcl procedural language for PostgreSQL 18
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in Tcl.  You need this package if you have any
 PostgreSQL 18 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-05-08 13:08:32+00

Package: postgresql-pltcl-18-dbgsym
Source: postgresql-18
Version: 18~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: postgresql-pltcl-18 (= 18~beta1-1.pgdg+1)
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/postgresql-pltcl-18-dbgsym_18~beta1-1.pgdg+1_arm64.deb
Size: 89120
SHA256: 78064048a4b1dec8a2027a8c8e3b0f0109113d2534d253950b7183326fa2a54a
SHA1: ddd048996a7c7bf2ed6e60716a1cedfc632e87d0
MD5sum: f0c30d32b1deadd5e438983706e7f66a
Description: debug symbols for postgresql-pltcl-18
Build-Ids: 16288a9ecd1b70251d9b6e576ac50293e390502d
Timestamp: 2025-05-08 13:08:32+00

Package: postgresql-server-dev-18
Source: postgresql-18
Version: 18~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8768
Depends: clang-19, libpq-dev (>= 18~~), llvm-19-dev, postgresql-client-18 (= 18~beta1-1.pgdg+1), postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/libdevel
Filename: pool/18/p/postgresql-18/postgresql-server-dev-18_18~beta1-1.pgdg+1_arm64.deb
Size: 1381876
SHA256: f8f8c7a9948f3d483533d5ff47d1e03e91cada2e862060fd88ea0c9b4dc08dd8
SHA1: fb5c58bca88d64c4366b4aef83846cf09fb659c0
MD5sum: 8a11f203194cd461aa0d312f73fea115
Description: development files for PostgreSQL 18 server-side programming
 Header files for compiling SPI 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.
Timestamp: 2025-05-08 13:08:32+00

Package: postgresql-server-dev-18-dbgsym
Source: postgresql-18
Version: 18~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-server-dev-18 (= 18~beta1-1.pgdg+1)
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/postgresql-server-dev-18-dbgsym_18~beta1-1.pgdg+1_arm64.deb
Size: 56756
SHA256: 684a27535b4e326c0925251a73876e30d668b7a8f2744e3d9036bcca2375cb72
SHA1: 825e8495dcd4a7d52a3d088b2c7b788eb3a5fd66
MD5sum: 4c2896a106da84b7789c46d6c544dd3f
Description: debug symbols for postgresql-server-dev-18
Build-Ids: db6db3931400119046254c3d470e53a984881f2c
Timestamp: 2025-05-08 13:08:32+00

Package: postgresql-pltcl-13
Source: postgresql-13
Version: 13.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: postgresql-13 (= 13.21-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13_13.21-1.pgdg+1_arm64.deb
Size: 46036
SHA256: f10aad7ab73a4914040fc98985122f9b784ab13d0065fb2319c466f722cecfde
SHA1: c7ab2e9a47b6722f780a8ac647b7e267ca91103b
MD5sum: 4ce1d2216c95ddf41a43256666ed4bed
Description: PL/Tcl procedural language for PostgreSQL 13
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Tcl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-05-08 21:09:18+00

Package: libecpg6
Source: postgresql-17
Version: 17.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 276
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-17/libecpg6_17.5-1.pgdg+1_arm64.deb
Size: 58388
SHA256: 835d2bb2495f53880aff8bdc2a7dd871fec1e5cdfae8f08d9868d9415a56c11e
SHA1: f40ba4184cf19124eb7607d084591bcb6dd9179a
MD5sum: 93713f4c98e2f2cb3a31d684c895b5d8
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.
Timestamp: 2025-05-08 21:09:18+00

Package: libecpg6-dbgsym
Source: postgresql-17
Version: 17.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: libecpg6 (= 17.5-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libecpg6-dbgsym_17.5-1.pgdg+1_arm64.deb
Size: 115412
SHA256: 098cad9c0cce880e6b6bc8acb75635c274fe83200d5f35baff100d5a8127579c
SHA1: 9f70b4c086097167aca441938174c2a097446d24
MD5sum: bbc3d25dcaec260f63425361c0ab2a37
Description: debug symbols for libecpg6
Build-Ids: 7db7dabf6462fb21e46ed0da98c7e1f9120c35e9
Timestamp: 2025-05-08 21:09:18+00

Package: libecpg-compat3
Source: postgresql-17
Version: 17.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-17/libecpg-compat3_17.5-1.pgdg+1_arm64.deb
Size: 15560
SHA256: b6b2eafc929784ea4bf7a7378c0a88336ed04d4a96d4823f25a112764723b76e
SHA1: d21b1a493b7613b661f5cf50b61baff51d7e450b
MD5sum: c251e6e9358994974a7053dbc3a7bd1a
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.
Timestamp: 2025-05-08 21:09:18+00

Package: libecpg-compat3-dbgsym
Source: postgresql-17
Version: 17.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 17.5-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libecpg-compat3-dbgsym_17.5-1.pgdg+1_arm64.deb
Size: 16988
SHA256: 23be49b37ea787c6d9015b1d895f6377d0933b11c5e018ecc1dcf7227c8be922
SHA1: bccd738db42c7ade1420aa977c6fd5c0be24e330
MD5sum: 2585ccb562cd2fa4acdfa4d8bbaa9e5a
Description: debug symbols for libecpg-compat3
Build-Ids: 51eec6ce8db51f0949a6600989fa1eaf326ed97c
Timestamp: 2025-05-08 21:09:18+00

Package: libecpg-dev
Source: postgresql-17
Version: 17.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1699
Depends: libecpg-compat3 (= 17.5-1.pgdg+1), libecpg6 (= 17.5-1.pgdg+1), libpgtypes3 (= 17.5-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-17/libecpg-dev_17.5-1.pgdg+1_arm64.deb
Size: 284776
SHA256: 557f03987c87f86c325db70a4fa9aadf01d382ec9db199cec04da6b5a00742d2
SHA1: 7ab7dcc9d06ac3084270c2139448752cb8417748
MD5sum: cc57254d30e0a48ec52005efd7a0aa99
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).
Timestamp: 2025-05-08 21:09:18+00

Package: libecpg-dev-dbgsym
Source: postgresql-17
Version: 17.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1321
Depends: libecpg-dev (= 17.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libecpg-dev-dbgsym_17.5-1.pgdg+1_arm64.deb
Size: 269796
SHA256: c1914f8c9eb4a44aee36a498b1b21bfb49fdcfc8f7e5d2bb45f0f3bebca8609b
SHA1: 00489b27277b9eba577af72f6ca45c39ab247459
MD5sum: 6dbd1640b22906feec239c7b48fc9600
Description: debug symbols for libecpg-dev
Build-Ids: 47fa61b084bbe8e2959c770a517e3ae8c2414293
Timestamp: 2025-05-08 21:09:18+00

Package: libpgpool2
Source: pgpool2
Version: 4.6.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 200
Depends: libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libs
Filename: pool/main/p/pgpool2/libpgpool2_4.6.0-2.pgdg+2_arm64.deb
Size: 141440
SHA256: 0aa4cfc620a12a66c7a50618b005ed7e22364f13f060433b2841843c111490f2
SHA1: ef55792b2cc253f67c8816a2cfe839fa0e3f83c4
MD5sum: 110d9276c6155b277c4936266b0eca1a
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).
Timestamp: 2025-05-08 21:09:18+00

Package: libpgpool2-dbgsym
Source: pgpool2
Version: 4.6.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: libpgpool2 (= 4.6.0-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/libpgpool2-dbgsym_4.6.0-2.pgdg+2_arm64.deb
Size: 65564
SHA256: a45cc5f7e5edc9ab98af21880dbc1fded5b9f356980e55917da4a8619f3e7f05
SHA1: 494106d80bff8dbb08f8a08d1f6b4185198bfbd6
MD5sum: 28d80d8dbdba2830c5fd1f05638a8cc8
Description: debug symbols for libpgpool2
Build-Ids: aebe51cc50f360cf5f9ea58168ebcf327a426fdc
Timestamp: 2025-05-08 21:09:18+00

Package: libpgpool-dev
Source: pgpool2
Version: 4.6.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libpgpool2 (= 4.6.0-2.pgdg+2)
Conflicts: libpcp3-dev
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libdevel
Filename: pool/main/p/pgpool2/libpgpool-dev_4.6.0-2.pgdg+2_arm64.deb
Size: 151984
SHA256: 32d7afe08b1c4c62fb7bce172a7a81307a9708ce040cd5d9e52ba5fa5ff678a6
SHA1: 112c186eda18da4fad278e6a48ab40f843a95fc1
MD5sum: 82faee7aa4e4c281e2008113ffa0de97
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).
Timestamp: 2025-05-08 21:09:18+00

Package: libpgtypes3
Source: postgresql-17
Version: 17.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-17/libpgtypes3_17.5-1.pgdg+1_arm64.deb
Size: 42368
SHA256: e0928ca9deca679f85030a21b7cc4f541d6f50ac1a3574f40d6336f38d6cac36
SHA1: 4a9a416bd4c6dd82019689a77b6f3133b4301a62
MD5sum: b093a0902632efecfa2d361af9a19218
Description: shared library libpgtypes for PostgreSQL 17
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-05-08 21:09:18+00

Package: libpgtypes3-dbgsym
Source: postgresql-17
Version: 17.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 17.5-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libpgtypes3-dbgsym_17.5-1.pgdg+1_arm64.deb
Size: 89868
SHA256: 78bbf3c9e54345f93842a889b762257ae13a1d262277b8a08f0170b452e532db
SHA1: 0eafc09e60584fde8f732d70863883d51b7f3a0d
MD5sum: 165ddddd33b02c8cc087e8d03e1b9a6f
Description: debug symbols for libpgtypes3
Build-Ids: 076a29f9736912a554de85852d4ac3894c6adbd7
Timestamp: 2025-05-08 21:09:18+00

Package: libpq5
Source: postgresql-17
Version: 17.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1110
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Recommends: ca-certificates
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-17/libpq5_17.5-1.pgdg+1_arm64.deb
Size: 220840
SHA256: 2f70220cbef154918e043743e7823e6f2efa1bcf9fa40b4ef5068b3794f70829
SHA1: 83fa0176ea634d8a88411a75d5737f78c5bbbc4d
MD5sum: a28bac7b05a16082f0470c40fbb68830
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. SSL certificate validation (the sslrootcert=system connection
 option) requires the ca-certificates package.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-05-08 21:09:18+00

Package: libpq5-dbgsym
Source: postgresql-17
Version: 17.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 335
Depends: libpq5 (= 17.5-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libpq5-dbgsym_17.5-1.pgdg+1_arm64.deb
Size: 297956
SHA256: 2343cb0b5aeb186e35c4d0ea0957b87614d693f8131b692c9e3ac814dc027105
SHA1: 2e9e03315634af5ec497eea1d6eaee0819d14c20
MD5sum: 2b3dc4f72ca5fb9275178aa3e6f5eb8e
Description: debug symbols for libpq5
Build-Ids: d1af90086fd6e8a4934ce8ddaaf8a2e050345410
Timestamp: 2025-05-08 21:09:18+00

Package: libpq-dev
Source: postgresql-17
Version: 17.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 618
Depends: libpq5 (= 17.5-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-17/libpq-dev_17.5-1.pgdg+1_arm64.deb
Size: 147760
SHA256: 03b9dccabda072fdd6da729218a52bdaabc984d57d76a1643b5e5003c69a041f
SHA1: f41e7a92db3452125c7ff7b900690287251c9b41
MD5sum: 216c4709c878d2310357cd2d29f67e35
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.
Timestamp: 2025-05-08 21:09:18+00

Package: ora2pg
Version: 25.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1605
Depends: libdbd-mysql-perl | libdbd-oracle-perl, libdbd-pg-perl, libdbi-perl, libio-compress-perl, perl:any
Recommends: postgresql-client
Homepage: https://ora2pg.darold.net/
Priority: optional
Section: database
Filename: pool/main/o/ora2pg/ora2pg_25.0-1.pgdg+1_all.deb
Size: 444640
SHA256: 75300d7b43818575f035c2e6d33233bc426913daabce3cb15d20b9c10a9c7811
SHA1: 6bff21c3f8731c544fa1818f1efebc2f14487e62
MD5sum: f4f0be3956c776470791646fb8bbe1ee
Description: Oracle/MySQL to PostgreSQL database schema converter
 Ora2Pg migrates Oracle and MySQL database schemas to PostgreSQL. It connects
 to the database, scans it automatically and extracts its structure or data.
 It then generates SQL scripts you can load into PostgreSQL.
Timestamp: 2025-05-08 21:09:18+00

Package: pg-activity
Version: 3.6.0-1.pgdg+1
Architecture: all
Maintainer: Emmanuel Bouthenot <kolter@debian.org>
Installed-Size: 297
Depends: python3-attr, python3-blessed, python3-humanize, python3-psutil, python3:any, python3-psycopg2
Homepage: https://github.com/julmon/pg_activity
Priority: optional
Section: utils
Filename: pool/main/p/pg-activity/pg-activity_3.6.0-1.pgdg+1_all.deb
Size: 64368
SHA256: 9518db9f54acd8fa8d9f74b14a43889c448c15d2eaf0c6794d456ac4cc94fbbe
SHA1: 1a6b46c5633b00d0e295bbc33fb0c7a5d050e5c7
MD5sum: cf914a9a35b240fc668fb9b0ff56fa4b
Description: Realtime PostgreSQL database server monitoring tool
 PgActivity is a curses-based realtime utility to display information from a
 running PostgreSQL database server.
 .
 It is modelled after the standard 'top' utility, and displays information such
 as:
   - the running, waiting and blocking queries
   - cpu, memory and i/o usage of each query
   - the queries execution time
 .
 It also provides interactive commands to sort, filter, scroll and extend the
 queries list displayed.
Timestamp: 2025-05-08 21:09:18+00

Package: pgpool2
Version: 4.6.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7567
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: libpgpool2 (= 4.6.0-2.pgdg+2), postgresql-common, ucf, libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libldap2 (>= 2.6.2), libmemcached11t64 (>= 1.1.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3t64 (>= 3.0.0)
Enhances: postgresql
Conflicts: pgpool
Replaces: pgpool
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/pgpool2_4.6.0-2.pgdg+2_arm64.deb
Size: 1246236
SHA256: d8bd7558e87ec9e798beb4ecb0df117ca8727943ba5214b59b83fd591cf39998
SHA1: e7e671083ad597a03d3a9b2fc017e5d58bfff186
MD5sum: af6c7b6c5842d220b9f84de16aa5266e
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.
Timestamp: 2025-05-08 21:09:18+00

Package: pgpool2-dbgsym
Source: pgpool2
Version: 4.6.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5095
Depends: pgpool2 (= 4.6.0-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/pgpool2-dbgsym_4.6.0-2.pgdg+2_arm64.deb
Size: 2083280
SHA256: bd0e6a2e480242a1a033b093f6adaea9836672e6d7fdf8c8a425b5d228c905eb
SHA1: a945afed2478b62a41142d2672e01ad016235747
MD5sum: e7fc44ac805968b8b4653e204ec14928
Description: debug symbols for pgpool2
Build-Ids: 130c15ae8dd0bb7201ab493722ce02e3dc40998b 7741558d08565bd0053f6cfca0dcda2d499ded71 7a1869efecc1d26200eefe5372f0063770578895 7fef0b0f4c0fedb4bd9215e516b085bc614034a7 ca394edc91ce584bf706a16971278036f93a2ecb dcbf6b675cc11f69525c3fa8711c538ff59d590c efc863b34cdf8d702910d90bd6c79ca3b81ecef1
Timestamp: 2025-05-08 21:09:18+00

Package: pg-rage-terminator-10
Source: pg-rage-terminator
Version: 0.1.7-11.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 81
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-10_0.1.7-11.pgdg+1_arm64.deb
Size: 6844
SHA256: 9e8a7b4ad82b0136573d3f1e8499f651cdd536b4b9117b9c4a4f77611253022f
SHA1: d0b289248c4bff45ad89df5df135c14c96e6e718
MD5sum: 5df708e220e12934d975ac7f6e3dd044
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2025-05-08 21:09:18+00

Package: pg-rage-terminator-10-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-11.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 27
Depends: pg-rage-terminator-10 (= 0.1.7-11.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-10-dbgsym_0.1.7-11.pgdg+1_arm64.deb
Size: 11720
SHA256: bec5b586088c4e2e02ff30afea9d314fee2fe9f3e3d7b65ae85185d26b6b3888
SHA1: 73c8b5df24b312637b20a6da0306433fbbdd850b
MD5sum: 975677a42dcf19bd13cf24f0228928da
Description: debug symbols for pg-rage-terminator-10
Build-Ids: a2a80cbd3559208383ea584e93c0db28ab216499
Timestamp: 2025-05-08 21:09:18+00

Package: pg-rage-terminator-11
Source: pg-rage-terminator
Version: 0.1.7-11.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 81
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-11_0.1.7-11.pgdg+1_arm64.deb
Size: 6852
SHA256: 3c4809b8d1cdb7ad6fdf6407bcb71234f257ef13f3c6643c574818c7e1525f15
SHA1: fb43e016cb6cf38bdbcffb0765988c2c5c8644d8
MD5sum: 5daeb1212e4cdd2d95f92e15cb01fd03
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2025-05-08 21:09:18+00

Package: pg-rage-terminator-11-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-11.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 27
Depends: pg-rage-terminator-11 (= 0.1.7-11.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-11-dbgsym_0.1.7-11.pgdg+1_arm64.deb
Size: 11884
SHA256: 62b1255946f325645efce49c1daa8f1c2f5ff4d043edc975ae809ed0affdcf66
SHA1: 13991dfda4fa226330e785090a76f9d283a9f0fe
MD5sum: 99b8d1db893f3291cafbbe8a5606d58b
Description: debug symbols for pg-rage-terminator-11
Build-Ids: c3326e45db22a327823cc3dc30e55e12cb93c58e
Timestamp: 2025-05-08 21:09:18+00

Package: pg-rage-terminator-12
Source: pg-rage-terminator
Version: 0.1.7-11.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 96
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-12_0.1.7-11.pgdg+1_arm64.deb
Size: 14492
SHA256: 4be373b8d8bcf4e0ec9f182aa35f08972609661a8731bf88504949930f236f3e
SHA1: 9677f6e703310484848514dd840dab4550bcabfa
MD5sum: 16ef83621b7a7d6a9ae961a7ca44c559
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2025-05-08 21:09:18+00

Package: pg-rage-terminator-12-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-11.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 27
Depends: pg-rage-terminator-12 (= 0.1.7-11.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-12-dbgsym_0.1.7-11.pgdg+1_arm64.deb
Size: 12112
SHA256: 2fa89869bfcec20aa5f2cb54d20f0e3b41c0134bed2091cf5cc7f8adc3a54977
SHA1: 7619cf1671d6af4c9ae71eaaf26fc68336ea664e
MD5sum: 2f0ffb9216ea8ef05b37597743cb82d0
Description: debug symbols for pg-rage-terminator-12
Build-Ids: 347cb5273f4530f821afac68323a55bf9398e9c4
Timestamp: 2025-05-08 21:09:18+00

Package: pg-rage-terminator-13
Source: pg-rage-terminator
Version: 0.1.7-11.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 96
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-13_0.1.7-11.pgdg+1_arm64.deb
Size: 14628
SHA256: b6d5bea64da26ab4cd48ed8747bb2a6b2023558b4989f50751e8499aad45210e
SHA1: bb20d1fde6aafaf0353c438d1bb90012f67bfe9c
MD5sum: d954b47e292b3c5ae2ce14e0c9ace710
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2025-05-08 21:09:18+00

Package: pg-rage-terminator-13-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-11.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 27
Depends: pg-rage-terminator-13 (= 0.1.7-11.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-13-dbgsym_0.1.7-11.pgdg+1_arm64.deb
Size: 12096
SHA256: d72c471ef6b675cc389674e1039720930eff46f15758f2e4aa4109dc57fe71c5
SHA1: bf471ec6cbdade8fc5f5ea7af3c087e9a5bc3da3
MD5sum: 4f967ded2ac2c6d1f70c336258dbc91d
Description: debug symbols for pg-rage-terminator-13
Build-Ids: 79e924f32fd2ab499dcab4b9dcff994d05873d5e
Timestamp: 2025-05-08 21:09:18+00

Package: pg-rage-terminator-14
Source: pg-rage-terminator
Version: 0.1.7-11.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 96
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-14_0.1.7-11.pgdg+1_arm64.deb
Size: 14704
SHA256: e3b9e1192d750059c90231f0d32d864ad27ed878248e5045ba50809969bdd737
SHA1: 620b30342e43f21d947e92c0a2406bc8fa24e58c
MD5sum: 585a661efef977abf8b01170b6f7a4f1
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2025-05-08 21:09:18+00

Package: pg-rage-terminator-14-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-11.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 27
Depends: pg-rage-terminator-14 (= 0.1.7-11.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-14-dbgsym_0.1.7-11.pgdg+1_arm64.deb
Size: 12464
SHA256: 9885f067b2a64dcec305a68818c0f4ac174234691fc884932fd3ed3eb903c7ec
SHA1: d0f4056410ce4f90e2f339f9e8a8566482e51895
MD5sum: 1fc8c6d87dc7c28a539e560f6c43a472
Description: debug symbols for pg-rage-terminator-14
Build-Ids: 0fdd2bc8da1e8fb9b1171c8ee2f2a3d03c46f069
Timestamp: 2025-05-08 21:09:18+00

Package: pg-rage-terminator-15
Source: pg-rage-terminator
Version: 0.1.7-11.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 96
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-15_0.1.7-11.pgdg+1_arm64.deb
Size: 14700
SHA256: 983fdb8c34997946016570e1be7bc61e289e7e2ba9c35144ea6451aced71130f
SHA1: d55079c4dc4e916237dc1188b2aa8ca29b6f5f9a
MD5sum: acf193d5b1c2d0a55fb1ae31668fa271
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2025-05-08 21:09:18+00

Package: pg-rage-terminator-15-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-11.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 27
Depends: pg-rage-terminator-15 (= 0.1.7-11.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-15-dbgsym_0.1.7-11.pgdg+1_arm64.deb
Size: 12564
SHA256: e7b2b0e8df54300ec076c0e70eda80f8cfaa4259debed8ed22d484b06514205d
SHA1: fdd12ded0e848e941e0e8a1510e6d28ce0ef7461
MD5sum: aa07325340c84059aa46d83e61260b67
Description: debug symbols for pg-rage-terminator-15
Build-Ids: 727b2ed013d96b5d82aedbbc5ecb14dd1b8c6e5d
Timestamp: 2025-05-08 21:09:18+00

Package: pg-rage-terminator-16
Source: pg-rage-terminator
Version: 0.1.7-11.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 97
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-16_0.1.7-11.pgdg+1_arm64.deb
Size: 14736
SHA256: 624015060e362a68bde883d2ca2e5b6f4bc66627572f912467bc59d3c0944802
SHA1: 477a73410327fe26b78749fd953acb10924434db
MD5sum: 2a2e09d7a0756fa1ea5310fca97983b6
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2025-05-08 21:09:18+00

Package: pg-rage-terminator-16-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-11.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 28
Depends: pg-rage-terminator-16 (= 0.1.7-11.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-16-dbgsym_0.1.7-11.pgdg+1_arm64.deb
Size: 13276
SHA256: ed70e7e2d987f097b250a76b532e7ed37fe777aad0eb4695d71f4027d8f0ffdb
SHA1: d5194bc14dfc849b8677b7e9d7c53de39f09cd33
MD5sum: 4f025f64191b6c3a4bc5c7a7b9143e57
Description: debug symbols for pg-rage-terminator-16
Build-Ids: e85c59f020dd35ffa067c47273e91d117f33d839
Timestamp: 2025-05-08 21:09:18+00

Package: pg-rage-terminator-17
Source: pg-rage-terminator
Version: 0.1.7-11.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 97
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-17_0.1.7-11.pgdg+1_arm64.deb
Size: 14712
SHA256: cca961f71aaa2da5701c9042bb23622f56169a6cefc240f83f70ded338200df7
SHA1: 40352dcca8f66fc362c12b871c9395d00d6f53f5
MD5sum: cfd1ba838a991b3cf4350d5148b161c1
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2025-05-08 21:09:18+00

Package: pg-rage-terminator-17-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-11.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 28
Depends: pg-rage-terminator-17 (= 0.1.7-11.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-17-dbgsym_0.1.7-11.pgdg+1_arm64.deb
Size: 13420
SHA256: 530a307ed8cccf08550435240248fb5a8fab9e6334945d79d2218087716704b4
SHA1: 92f3da51fdafdccafb55bc61b2867eab7c769f81
MD5sum: 8aab3829fc83e88e94560ef1318c887c
Description: debug symbols for pg-rage-terminator-17
Build-Ids: 97df014abfdad0352f1af112e69a640c11adef5c
Timestamp: 2025-05-08 21:09:18+00

Package: pg-rage-terminator-18
Source: pg-rage-terminator
Version: 0.1.7-11.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 97
Depends: postgresql-18, libc6 (>= 2.17)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-18_0.1.7-11.pgdg+1_arm64.deb
Size: 14776
SHA256: 4ab76f007d3348078c1e6ae1f71adf1e4011289916dd5c36497d44b22131cb6d
SHA1: f22c46dbd0194e70a507bd547f244b9b8b8b0c2f
MD5sum: 35ab20e253553814bccc80a3db6ef485
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2025-05-08 21:09:18+00

Package: pg-rage-terminator-18-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-11.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 28
Depends: pg-rage-terminator-18 (= 0.1.7-11.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-18-dbgsym_0.1.7-11.pgdg+1_arm64.deb
Size: 13576
SHA256: 16c8f20ab8703d94b2ac23947d17da13fcf3acdf4a471ab4fcbc2f89742f188b
SHA1: 43ae89d276d68cc075b7bca5daa9713574a9ee0f
MD5sum: 6ab39996e6221513df8e115228007da2
Description: debug symbols for pg-rage-terminator-18
Build-Ids: 2cc2f157468f6f19f971186d5e07b43f2655d7fd
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql
Source: postgresql-common (278.pgdg+1)
Version: 17+278.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-17, debconf (>= 0.5) | debconf-2.0
Suggests: postgresql-doc
Provides: postgresql-contrib (= 17)
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_17+278.pgdg+1_all.deb
Size: 16728
SHA256: bdc3f9f3264c4b01d7a984376e261c3b696b14134a865d5481e60d9b48ee3849
SHA1: 829ca16bd05665e874eccd132ab7b85acb8c251a
MD5sum: 19d0eb8c7b3c6d00eaf06b141bc76c02
Description: object-relational SQL database (supported version)
 This metapackage always depends on the currently supported PostgreSQL
 database server version. It also offers to automatically upgrade the
 "main" database cluster to the lastest supported major 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.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-10-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.8-1.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 82
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-10-bgw-replstatus_1.0.8-1.pgdg+1_arm64.deb
Size: 7436
SHA256: 29606b06fb74d1838a48f167f557509345eaf36782d2398a98c955eea940e879
SHA1: ce4b55a7541f74aaf537d29488a4243efe5922a5
MD5sum: 7710684d70e73134c5d0ff05dbc3e69f
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-10-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 23
Depends: postgresql-10-bgw-replstatus (= 1.0.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-10-bgw-replstatus-dbgsym_1.0.8-1.pgdg+1_arm64.deb
Size: 8436
SHA256: df6efebce1c10e4f5c168ec88ab82769b0f029e7a0c226b9b0d09cf60046ef78
SHA1: f2d8902f14ce62ead77895659167ec6c7f53426f
MD5sum: 1c772ba10847fbe0c176fac23770301d
Description: debug symbols for postgresql-10-bgw-replstatus
Build-Ids: 497365b0d208e17983648ec41e8765f70b99db75
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-10-pgextwlist
Source: pgextwlist
Version: 1.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-10, libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-10-pgextwlist_1.18-1.pgdg+1_arm64.deb
Size: 12764
SHA256: 36e00000ecb4e867d8aa8e30c08f38c7ec11643574d46524047d044ed4d9dad5
SHA1: 16df7c8a54be5a6d24deb4ad38992939cf5faa62
MD5sum: ec1d2bbe4a0ba6f11194f1d917d4a1d4
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.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-10-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-10-pgextwlist (= 1.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-10-pgextwlist-dbgsym_1.18-1.pgdg+1_arm64.deb
Size: 45964
SHA256: 11b84e09cd3dd8e302b65b568e5d540747d8f7d683379bea7c4d5b0fc7ea2927
SHA1: d237c6f586925df7f5bb18e516b02ed0a4f743dc
MD5sum: f05f29f15e494e92c44ea8e1fbc591db
Description: debug symbols for postgresql-10-pgextwlist
Build-Ids: 6a2b42faaf740a8435a8c1244aab91b7c4cb96d8
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-10-pgpool2
Source: pgpool2
Version: 4.6.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 392
Depends: libpgpool2 (>= 4.6.0-2.pgdg+2), postgresql-10, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2_4.6.0-2.pgdg+2_arm64.deb
Size: 133364
SHA256: fd1c356b78aec4a33879e7e0a2d27e97403cd6f0e29aa34657c4b13fdfa721d1
SHA1: 1b86208fe4fea2e2bdf95ee05b6974166a0b1e8f
MD5sum: c49fe37581d2a8d22fb91619b272f5b5
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 10 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-10-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-10-pgpool2 (= 4.6.0-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2-dbgsym_4.6.0-2.pgdg+2_arm64.deb
Size: 53512
SHA256: 675262177552a428057a31dfeef7bd8f6db06a2efbc3c917cf95163ccedd8bf0
SHA1: ad0c14a611653be9200081906603a62b6712ff21
MD5sum: 97df82ff00236292559733709c1ca126
Description: debug symbols for postgresql-10-pgpool2
Build-Ids: abef233be83bca03549bddf204951dd7fe9f93c9 bc8615eeecbd5fd4475968bbb6c72f03ac7f4a0c f01033b1b290db939241ea49e4b3668e3cdc22cb
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-10-pllua
Source: postgresql-pllua
Version: 1:2.0.12-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 427
Depends: postgresql-contrib-10, postgresql-10, libc6 (>= 2.38), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-10-pllua_2.0.12-5.pgdg+1_arm64.deb
Size: 103868
SHA256: 48904c481d10aa0fdeb2c6eef9cce94b8351f27e3a8c1f79b597be0c27724542
SHA1: 74e7a4b1ec58a42aabfb4bfe66323fb7c328fe24
MD5sum: a569251233cd29a69daffbeab70ddd9f
Description: Lua procedural language for PostgreSQL 10
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-10-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 354
Depends: postgresql-10-pllua (= 1:2.0.12-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-10-pllua-dbgsym_2.0.12-5.pgdg+1_arm64.deb
Size: 306884
SHA256: e6106fb13fd73bf00707ea0f919fa7be62665ca08abae97d55602620ba22964d
SHA1: 1faeeabaf22c9e6b848e1f579ad34fbc64aba0bf
MD5sum: 4502caea2e96067cff4a40ee8be724be
Description: debug symbols for postgresql-10-pllua
Build-Ids: 5f2ccd40e2df781655285428d66393fac39fbb06 7c0f3608f98ba0f22cdbedcc2f01961fbba9267a
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-11-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.8-1.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 82
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-11-bgw-replstatus_1.0.8-1.pgdg+1_arm64.deb
Size: 7432
SHA256: f24f9953905e906b6049b065b5e6830910df4c4fb0e4f495a3de6080128f8c91
SHA1: 9e43dcb7579db8088827f6debcab139714c1bf23
MD5sum: c6a2d069e55b9c80dfd2621025884d72
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-11-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 23
Depends: postgresql-11-bgw-replstatus (= 1.0.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-11-bgw-replstatus-dbgsym_1.0.8-1.pgdg+1_arm64.deb
Size: 8428
SHA256: 3d14579dc183de4136193362446239a78eedc2ee1d027f99ae8da36eb0184d59
SHA1: 22190ea40e7f56696f7d9a6bfe94391e68de28e9
MD5sum: d2c06f5aa40e2d0e4157589443bdc415
Description: debug symbols for postgresql-11-bgw-replstatus
Build-Ids: 8928c8bce4283fd1e4d43fccbd4274cffc1a0363
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-11-pgextwlist
Source: pgextwlist
Version: 1.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-11, libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-11-pgextwlist_1.18-1.pgdg+1_arm64.deb
Size: 12844
SHA256: 63c2cde840ede7592e5a7d90f3ebb11979e7f1aef775fa3dc02e3f3203fad790
SHA1: af3092de0ebeeef443dbe3adfe728607244c5392
MD5sum: 74626845eba85319348083219eecc443
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.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-11-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-11-pgextwlist (= 1.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-11-pgextwlist-dbgsym_1.18-1.pgdg+1_arm64.deb
Size: 46028
SHA256: a5972fa8e49ca5b16a38a6926168eb6d73a735f58d1a3067ecc6fbe7ad651345
SHA1: 23ece0bcf7e96fd0cfac72d68980d72a12258f48
MD5sum: ecbedb74355d82544e2f6b156b4bf60a
Description: debug symbols for postgresql-11-pgextwlist
Build-Ids: 7fdd91824f5bf674cece01421ee19844d5d61d03
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-11-pgpool2
Source: pgpool2
Version: 4.6.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 392
Depends: libpgpool2 (>= 4.6.0-2.pgdg+2), postgresql-11, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2_4.6.0-2.pgdg+2_arm64.deb
Size: 133376
SHA256: abb36db0f46db31bf5811919cc219ac8272a1ee2f6b499850d8cd3aedcd15180
SHA1: 060ff3dbbd0a94f28055f07ae142a9ba294ee7c2
MD5sum: 76626c5d1db75ffb3f9651625e976695
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 11 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-11-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-11-pgpool2 (= 4.6.0-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2-dbgsym_4.6.0-2.pgdg+2_arm64.deb
Size: 51352
SHA256: 7c1ca917428b94f11cf2f010b551d2aebea0a33426d871b452a30c806348b87f
SHA1: ab741b632603f75cd4d9a2ec8b65bb45f9f3cf38
MD5sum: 576ed73d1b05b4fb994c5afb3bedd915
Description: debug symbols for postgresql-11-pgpool2
Build-Ids: 34ff5a9afa5a9fe3f188c152a8e45be9e229b754 4da48cce288bd551c0a6f727edbfdea1f0d28e83 8b99cb711009c482e1b58fd331ea4a9a95f02672
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-11-pllua
Source: postgresql-pllua
Version: 1:2.0.12-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 470
Depends: postgresql-contrib-11, postgresql-11, libc6 (>= 2.38), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-11-pllua_2.0.12-5.pgdg+1_arm64.deb
Size: 113512
SHA256: ceb588200c06052c3a68a207bac60c0c86422af761941c6899919702b4c29749
SHA1: 8b75203b3980ff0dc6f04921a3cca97539cfe60b
MD5sum: cc0fca8d5e043ed24973f2ce06aa3fcb
Description: Lua procedural language for PostgreSQL 11
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-11-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 351
Depends: postgresql-11-pllua (= 1:2.0.12-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-11-pllua-dbgsym_2.0.12-5.pgdg+1_arm64.deb
Size: 304772
SHA256: 073ee929fd70d50b4cdba10d9beb926d1bb5a4585a3c52db38d84bce8e33db93
SHA1: ca73d87782167d73337ba010ceaf5554a26309dc
MD5sum: 5a64bd36849ed756a1c2f86046437492
Description: debug symbols for postgresql-11-pllua
Build-Ids: 50a55836ee7b280e247394a756edea072433d4c3 8807f311e3d36b625ae8675a09cc166527ce6e6d
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-11-plr
Source: plr
Version: 1:8.4.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: r-base-core (>= 2.10), postgresql-11, libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-11-plr_8.4.7-3.pgdg+1_arm64.deb
Size: 63360
SHA256: 5a7cee50999c01d3fdd8fd3eadaa339460db6f7f0cafb81d9933a3609704928c
SHA1: 566df1d0f6327521b3b425d67fdf68acbc8b42d8
MD5sum: 052de86d739c7bcd7adffb41bd793910
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.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-11-plr-dbgsym
Source: plr
Version: 1:8.4.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-11-plr (= 1:8.4.7-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-11-plr-dbgsym_8.4.7-3.pgdg+1_arm64.deb
Size: 119768
SHA256: 2f7b506196a2fbec3e0705eb8205228cdf8203d97ee15e172409b3fca2afbac8
SHA1: 9c8e4df68d28b69385a629f46388132d46f4f036
MD5sum: e287c3816420180b8e5abe6e8d1da3f9
Description: debug symbols for postgresql-11-plr
Build-Ids: 9fef7ee37056b780141897f8e2319c6da6a800f9
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-12-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.8-1.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 97
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-12-bgw-replstatus_1.0.8-1.pgdg+1_arm64.deb
Size: 15148
SHA256: 83bb4d03ea075832e1b06db2ce9e787e49c4d94d01bfedac1e7d6971042cc595
SHA1: 74016488a64bf8f38edbc74692701a80c94f488f
MD5sum: 60b46e556b145726d538eaddaafc0423
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-12-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 23
Depends: postgresql-12-bgw-replstatus (= 1.0.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-12-bgw-replstatus-dbgsym_1.0.8-1.pgdg+1_arm64.deb
Size: 8368
SHA256: 1ce4e46186568f835f19308778e68bac827559589a852ddb32bde0cba1cb3600
SHA1: 467a523273d81b9b0445a862cfcd31867036de4c
MD5sum: 438ca67484f0a4237461551cc8a57966
Description: debug symbols for postgresql-12-bgw-replstatus
Build-Ids: d8dda70b1e197eb0f63d9e8c237e05b782f783bd
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-12-debversion
Source: postgresql-debversion
Version: 1.2.0-2.pgdg+4
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libapt-pkg7.0 (>= 0.8.0), libc6 (>= 2.17)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-12-debversion_1.2.0-2.pgdg+4_arm64.deb
Size: 14156
SHA256: 652e368627e2debdad86290829a97036cadaf8d7b7ba58e712f089a740846627
SHA1: 24d581796c92b0e79aee7c5171a1861638dfeeb1
MD5sum: 8f1d016b413c440af07752010342ecf6
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()
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-12-debversion-dbgsym
Source: postgresql-debversion
Version: 1.2.0-2.pgdg+4
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: postgresql-12-debversion (= 1.2.0-2.pgdg+4)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-12-debversion-dbgsym_1.2.0-2.pgdg+4_arm64.deb
Size: 18176
SHA256: 7138d5eba24051a3af91337d5decfa24f40e5dd74c2e8f39401fbfb7a428a209
SHA1: a480cdbc311dcb5c51aeb50f8b5122f81388006d
MD5sum: 82ec23f02964cd0d033047f88fd7ceb1
Description: debug symbols for postgresql-12-debversion
Build-Ids: 9754fd1fc18f922f50e4596db0cc5ae9e5a004d4
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-12-pgextwlist
Source: pgextwlist
Version: 1.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-12-pgextwlist_1.18-1.pgdg+1_arm64.deb
Size: 29240
SHA256: 181eea11fa939cffe26d0e6c67d22b46482c4befb3a42951bb290dd5de31a809
SHA1: e5c36ed474efbe52ca2c75c01f6eac65faddd30a
MD5sum: 5bc041de66edcdb7d74182043c41e6ba
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.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-12-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-12-pgextwlist (= 1.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-12-pgextwlist-dbgsym_1.18-1.pgdg+1_arm64.deb
Size: 47980
SHA256: c7ac25f2d700f6ae5027657cde932344c85300deba4f5d969f9ef55c8408e664
SHA1: 6f477bf9e9196099d6f9c061056c7d0e1534fcfb
MD5sum: d8996ce6e58ab263b238368a94c55036
Description: debug symbols for postgresql-12-pgextwlist
Build-Ids: c75da8cd46798042c4fb7a08de229a4c37f40be0
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-12-pgpool2
Source: pgpool2
Version: 4.6.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 443
Depends: libpgpool2 (>= 4.6.0-2.pgdg+2), postgresql-12, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2_4.6.0-2.pgdg+2_arm64.deb
Size: 155080
SHA256: bd9d9d6e748dc41e311b41eca4c2a1e5e71c9fb0773939019a86effc79b241c6
SHA1: f533e3b9b86639d60f3dfacaab409fb2df79aa4b
MD5sum: dc6d94294a400d1702c4f4126221f769
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 12 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-12-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-12-pgpool2 (= 4.6.0-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2-dbgsym_4.6.0-2.pgdg+2_arm64.deb
Size: 51932
SHA256: 08fe75d588e33aeaa2a835f34f12c41b42230e574771374dbaf217b04870fae3
SHA1: 67576e554f728168406aef8be8880917111e34d3
MD5sum: 8daf27f23510b2d41ddb82d32d6923d0
Description: debug symbols for postgresql-12-pgpool2
Build-Ids: 685ae879d6087460c6d361c670252d75745ba8d7 cc8f8b7f324081e8a3b72668bdffe6f9fe69e9d0 f8c9838abf0bdcf4238b005b80f8a3b009f4719e
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-12-pllua
Source: postgresql-pllua
Version: 1:2.0.12-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 994
Depends: postgresql-contrib-12, postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.38), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-12-pllua_2.0.12-5.pgdg+1_arm64.deb
Size: 355460
SHA256: 2fb0b87891215b800c746db4824705cb301f591d7eff3f569af192a988f4cd3b
SHA1: c0c65854eb8a9c40613c2956a7a7a653eccc8a55
MD5sum: 4c30cf2c6b732b7734a524c60943e347
Description: Lua procedural language for PostgreSQL 12
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-12-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 355
Depends: postgresql-12-pllua (= 1:2.0.12-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-12-pllua-dbgsym_2.0.12-5.pgdg+1_arm64.deb
Size: 308852
SHA256: d2fa82a5087d7138a3016f255fb617245c178ce0f108a7c27870cdf270bf63e3
SHA1: db31621a235976209f092baf12d5ada70b0c2abb
MD5sum: b71d70a4cb02b4324d0e8092dd957cd5
Description: debug symbols for postgresql-12-pllua
Build-Ids: 588a66a1b18774b432efbac925fb3c79677bdeba e0233641a2cda6621ab30e39d6b031aecdc8f6b7
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-12-plr
Source: plr
Version: 1:8.4.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 334
Depends: r-base-core (>= 2.10), postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-12-plr_8.4.7-3.pgdg+1_arm64.deb
Size: 136848
SHA256: 5f31033f786d95bdf89d7315e4a28d11cccc3feb7fc87b63dd793fa94a99dcef
SHA1: 17c09fde6db7946aafd94f4cb632dd5cf74a0509
MD5sum: 3a31fa42f8d0a1faae428d7ec7db4d2b
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.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-12-plr-dbgsym
Source: plr
Version: 1:8.4.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-12-plr (= 1:8.4.7-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-12-plr-dbgsym_8.4.7-3.pgdg+1_arm64.deb
Size: 124504
SHA256: 867e0ef8c3a3f6b7ac4796b4d9332cc1b5459e211b95a9274a7caef9695642ef
SHA1: bd1d80bd0f50c6f9f5185194deaf590516a915db
MD5sum: 2628d9e694a47b78eda0478b991aecdd
Description: debug symbols for postgresql-12-plr
Build-Ids: 86742694fcad6a92e7ad9f2e01764f54987c2d10
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-13
Version: 13.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52505
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), libllvm19 (>= 1:19.1.0), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-13-jit-llvm (= 19), postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-13_13.21-1.pgdg+1_arm64.deb
Size: 14765172
SHA256: 0c451c3181f2931830f40d68f3558e5bc1b891717d2e1e7da2f527070efbe126
SHA1: 1f861d7b93425bbe616a48cde4667c9e9f1d3efa
MD5sum: 8be636e0d3c492a96390bd1b4f0300ca
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 13.
Postgresql-Catversion: 202007201
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-13-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.8-1.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 97
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-13-bgw-replstatus_1.0.8-1.pgdg+1_arm64.deb
Size: 15160
SHA256: 2524739806b36203e53b0991243b39895102f1f981deec03056937ec7c8476a2
SHA1: cadfb0e254d592ffca392396a2ac63d8d503ad10
MD5sum: a042d9e3382eab1c84940a9faacded4d
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-13-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 23
Depends: postgresql-13-bgw-replstatus (= 1.0.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-13-bgw-replstatus-dbgsym_1.0.8-1.pgdg+1_arm64.deb
Size: 8316
SHA256: 9d2032a67f06066e71f8204c94684e786ad8d17e181301b25a888fb0bf8f8752
SHA1: 0ff3a5059ebac0a00b32fde74c4b77ff099e9e80
MD5sum: 7581bf9162429722fe28ce6f015198ac
Description: debug symbols for postgresql-13-bgw-replstatus
Build-Ids: e91b98847d7e97b672dd22860d1c0b3312bd7081
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-13-dbgsym
Source: postgresql-13
Version: 13.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27874
Depends: postgresql-13 (= 13.21-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-13-dbgsym_13.21-1.pgdg+1_arm64.deb
Size: 16297584
SHA256: 37baa6279bff8bdda5d47840852a87c580025040e44b87e08cc6b0ba81c0685d
SHA1: 93fd24cf8b2db55d00feffa5d25e1cbbe11c6b6f
MD5sum: 72d349342e0dc7b511a0ac178903d15e
Description: debug symbols for postgresql-13
Build-Ids: 00fb9a690f5fe6ecbabf4e870e219082f07101dd 0140604140129119c5d786476e132eaee49dda09 0defdedbca5b5b9e41fd23bbab6bc0086cb0e837 0f1b7b83787c5f527cfedc19caf9e704d09d3945 11e945d2ff8fb3d64add4e664d2ae99c05ddfcfe 13a462465d3345d0cef477262f359f810ad0d7e1 18932e3607c65ffde74da4216f37b90f1e0e5324 1a22b6c4b974a98e6e529410d29e6f601e2c46ce 1acbd21395ac82770576cd4b7b1f6788e762fb36 1c383544639dfaa2c39c9d5cee36d4bffac66275 1f02a0bfed5537332eb59fdc204aab58b44a750a 293724b647f8d0a085d100b30d301060b7d6ea44 2a3f9541d1c139bd5f43d243b9c95c12a810d2f2 2d5a9c5c93a0892999488dc5ee6bee1c098316b9 30533c223dec64f9dcce42fd726d64e52b629f5f 306f748788a9049af6173c926267e1f8f69a3443 362d39cc096d1911131976679defb4c4c0f6dc33 4063656ce15ab421a0becdc423a5037cfc607c15 422922f2abd504cf66561b9200d3a52163f48f8b 43ec2527652e4752caec95e3b08672a144f97ed9 45f76106fa7cc61af339ba266703d09ea48f103a 483b0ece1d67a25c4b974eff17f75808b11098ad 487ac3d9f60409507d625bbeddf347eef159e3a3 48d3de28b6f5338e00bff962298d280946e84d99 4df8d0032054faf247027c590302621223f8678f 52a69ab4dc080f9b84ee0d5309ec6ed470895345 53f3c55c1247ee379107159ea951f700df156717 55c00f65fd4e230f90d2a2cf46a8b207d2379ba8 575e460820871336e37fa95d4c19ead51ec48e6c 575f107ecf0dcc5353ff05ff1d9ac4377e1483b4 5c4e04ec008f9e2807f75964752c9f5e33b893fc 63720665fe44bb71aeedd0ec95437eec4edda6c8 64ee6fced6e5f8990cfdfc9387d08c903144fa7f 6532c063558614d07eb89e7cb38c0eacdba60c8c 6923415badbb55a864db41b8772394dd3046d32d 6bd0fe3653c15953e7196b6755eb30b35f6708f0 6cb217e5fdff6f412b57ca74665216c2418758a7 71eb6bdb5fc38831447ee4dca35b405cc3d0568b 767e793699914d7859d7cad225c83e275f2070ca 786046ff93488db661609970109d587a01fcd0ce 7a90855da721a33c9f05c942201c1b959f0927cf 7d0195ce1e20483eb715f6a522478da5f65cec4a 7e56d242b0fa1f016642334b1a808effb09dc3f5 7e5b81c37d0d6ec00b291ba1a0c7f8693e77aee5 81a24075f6fc0ead26e9a96a3b3fb5a17e169d7a 82c70e7c6b1623306b733363400473b0cc6727d4 862af5fa98772120fb4ab8d98affa36828858d71 881005592f8c11e14698ef7993805c89aeb3e6a4 8e9a9f649e623d084f9096054748d0820b5c1cc8 8fc62c1130ba8dbc4057bf0ce43cbfa1e3f6e5e6 901f92499c5e49d74919eac252103639df9c9b1d 922c4e538fe57ca68f05ecb95532977a28346dc6 9298c3e19cc511a9bcf078906a5bbb3c73cd2d55 9519f6453981269f5e996421ea7a48c92bda9af2 9b31d437b742441180ab221cdeb3b81135e75df1 9bcfad47d22cb9ced0eafc413dee02469c6c3929 9bfdf1724770314bfdc9e7bbfeba2f91ae129cf0 9ca18f37bb2f5bd4a0edf3355fb8d7234794f23f 9d77428893a98e95ff6575c8275b84e030c195e4 a2629ab2cfd045baf66a64adc21aabe5ff1c32ba a2f37498a4bb282f2a5519e94f9b4c3c1a61efec a337d909c8e17a78542a43c2c56b82c2c0daf000 a9b15eb59d4eeed6238258a674eeda822941fdb0 a9e38eb6cf13025abba024e737fc49dc5576d8f2 ab6cb547422871b270ba3bbbc09ae228d63158de ad7a9f93ce1fccd095ca5e00d2b69d356e2e7a07 b16127957a65a17a4a09e6a4ebb591bd05a631d8 b736c06a758db81d50b9edc73af1acabe08cd3aa b7999d84d63338262c8ef793d072941bf30ffb5b b85be0f0e790569ae86731f0185afdd32da5e835 ba5a38008cd47a36be456f47c01c352c6fdc48d8 bb82bb0cce3aa0bd64f281a6af4b9b6e33fec981 bbeac4e51c73537071ab74c775a7ff0d587a5c3f bdff8e557ccbb81553a19ba9977c340d35922495 c2de7f3781b4eddaf96b68c6da061be899da958d c36af7a27da71c96dd8dce505f90bca6186afdbd c40fbec4e3810fbcada23c591356626ace569c07 c474a9defb9aa52da758ffba6bcf8fb992230593 c4ab3de7034238c395b1ef15ccdd59f590a0f788 c532630ff5a5f458adf7a199459193422ee7756b ca8bdfb6b5c10b80a5d38255e3466507a38c07d5 cca4958769505abbfe29db22e6f33016deb0ac54 cd152ee1414ef6369941f1e0d36451fb00ca968d ce293ebe546d8040420be2a85b4cd810caed6d35 d5e63ab864dd2b1c49ae37a161e816e60d7fdca0 e232826998d543ac8a9264fdaa68a83080a2f921 e9e0976b79f7cc554499e3e138ff266006000660 ef80341916c076cb3b17c0176cfacd6db42628ca f4abe46be8a719442d66bad8993071b4feabcd65 f4f11fc11a3db6abbe5d16378667a3327c8187cc f774722f4325554caea1550be1c79752b87c758c ffee025ac555ab6bed0dd4ca3c470dca99ef5b38
Postgresql-Catversion: 202007201
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-13-debversion
Source: postgresql-debversion
Version: 1.2.0-2.pgdg+4
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libapt-pkg7.0 (>= 0.8.0), libc6 (>= 2.17)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-13-debversion_1.2.0-2.pgdg+4_arm64.deb
Size: 14188
SHA256: 3f0af5111483d351c37db3c9bc17c7d42a1fe7d663374d2af29bc47078138910
SHA1: 7af50389af522ca31bbfce4c6ea8a7cb84b033fe
MD5sum: efb31660d097c70c4acdab0da547f852
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()
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-13-debversion-dbgsym
Source: postgresql-debversion
Version: 1.2.0-2.pgdg+4
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: postgresql-13-debversion (= 1.2.0-2.pgdg+4)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-13-debversion-dbgsym_1.2.0-2.pgdg+4_arm64.deb
Size: 18336
SHA256: d80fc8ee68d42fcd73d8b5d04920f53ef2b1a92fa61d3310ed8455515acb12f2
SHA1: 8dd1c96d9e658e71b9afc1705e757d1ed624874d
MD5sum: 3f84762fe03f5ec7dc80d11d6447a169
Description: debug symbols for postgresql-13-debversion
Build-Ids: 8e5f2958ec12357bb996076734c65becbc8fcb59
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-13-pgextwlist
Source: pgextwlist
Version: 1.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-13-pgextwlist_1.18-1.pgdg+1_arm64.deb
Size: 29320
SHA256: c80adefa4c43fd9ffcc933f93812b0bbdcbf133e683ef74f2bc08b504bd09672
SHA1: bd026e5e23f29c25295271bdb0592b97f5749078
MD5sum: c4e49c67a68540d1a80125fcaa318a8d
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.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-13-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-13-pgextwlist (= 1.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-13-pgextwlist-dbgsym_1.18-1.pgdg+1_arm64.deb
Size: 54124
SHA256: 4de8ea09851324e06a6a876fa4f1b1b4dab1f4db471584fb83bd8aedfdc5197c
SHA1: 086943a6899d60f14d4b5296f31e768b4c853f81
MD5sum: 1d32e5b0cf9a3f5de2a201198502ae2a
Description: debug symbols for postgresql-13-pgextwlist
Build-Ids: f7239d579767160c6eea8882b8b3553e063c1708
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-13-pgpool2
Source: pgpool2
Version: 4.6.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 444
Depends: libpgpool2 (>= 4.6.0-2.pgdg+2), postgresql-13, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2_4.6.0-2.pgdg+2_arm64.deb
Size: 155372
SHA256: 7828d5a2be4d86663769fd14d4b54431b70bb9b0aa45a2f53f5fe4f99bfd3d92
SHA1: 99d3c4938441e5b9f0dbcc986fbab9b32ee07aac
MD5sum: 1a394e7d5e4e24d264ea150ab534edea
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 13 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-13-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-13-pgpool2 (= 4.6.0-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2-dbgsym_4.6.0-2.pgdg+2_arm64.deb
Size: 49520
SHA256: ef3ab1396619c461d3d60654cd7e897859b754d72e0be0383490f939c5f9db2e
SHA1: 21a8c2367eb454104e3285ba20e7d73752108c29
MD5sum: 435f22549e57ce5f4d88964cce6357b4
Description: debug symbols for postgresql-13-pgpool2
Build-Ids: 1bbb5fcb20a6827aba87b4a56e4206861856f6b5 5b816d5f93a5caf2158bf6648fcd43ca6241852e ed8dd057cbcbeada42b9c3e0261ade2db36e36c4
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-13-pllua
Source: postgresql-pllua
Version: 1:2.0.12-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 995
Depends: postgresql-contrib-13, postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.38), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-13-pllua_2.0.12-5.pgdg+1_arm64.deb
Size: 356036
SHA256: a2205f013341c268234975898b4d154ddb944f4fd6c4b75f4b5c8777ba930e76
SHA1: 1c06d0e49afc5c0f05c3b7931a85ebcb1b9a3e83
MD5sum: 57d5a7ae318af2e8a27cd20e1d331705
Description: Lua procedural language for PostgreSQL 13
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-13-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 359
Depends: postgresql-13-pllua (= 1:2.0.12-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-13-pllua-dbgsym_2.0.12-5.pgdg+1_arm64.deb
Size: 312876
SHA256: 4fa58530a8647a4624e80c1e7dfcc11ce622ed9a316b34f90ce1942f0fdb0415
SHA1: b0ac8276ced748f3c9295a59873aa3dfe8dab452
MD5sum: 4d10e647f9a722136d363e3afa26c25d
Description: debug symbols for postgresql-13-pllua
Build-Ids: 582336e1fbe6f96ce37784396c018770a1f15290 b085b4f84eaec6665e3190adb2e1f661f9490083
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-13-plr
Source: plr
Version: 1:8.4.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 335
Depends: r-base-core (>= 2.10), postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-13-plr_8.4.7-3.pgdg+1_arm64.deb
Size: 137128
SHA256: f00d229f758aaf20164ff5d00bef09ced87e9e949ee288ccd66e4faba897e7db
SHA1: 81c7e36f41e9450aa5f1d0d57fbe87291fe0fe5b
MD5sum: 4fd6cf96f8dc5761488d06c98ad29c18
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.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-13-plr-dbgsym
Source: plr
Version: 1:8.4.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-13-plr (= 1:8.4.7-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-13-plr-dbgsym_8.4.7-3.pgdg+1_arm64.deb
Size: 128124
SHA256: 94f07ddda77954d634e43e1b30073bdb61b5a8a4e08ec047ebd8643a309e0ec5
SHA1: 9db7d6f52dc0a6253e4b60094098b69a6c3396c9
MD5sum: fd31e21651d3528ffafaaedeab0d2afb
Description: debug symbols for postgresql-13-plr
Build-Ids: f8914c2602333cdc040fc375a20fd6c4655b3898
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-14
Version: 14.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54603
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 229~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), libllvm19 (>= 1:19.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-14-jit-llvm (= 19), postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-14_14.18-1.pgdg+1_arm64.deb
Size: 15432856
SHA256: 662692c4382f76ba745ae0f4ba151a103e176c009cbac34c0aa985d678ecb6e3
SHA1: 38fcae0e6021544b0fe1857b0158de1d58283798
MD5sum: 0f6e487a26d51d548c5255b00a4721a5
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 14.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202107181
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-14-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.8-1.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 97
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-14-bgw-replstatus_1.0.8-1.pgdg+1_arm64.deb
Size: 15200
SHA256: c23925dd282781d1ba4b3c45f376fb8c5ae9af42acc350bb819c72e0b601f27c
SHA1: 857ef494f8952247a1627c90b92bb935332c8f49
MD5sum: 363cd8e7743c1b789040c4b8c71669f1
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-14-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 23
Depends: postgresql-14-bgw-replstatus (= 1.0.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-14-bgw-replstatus-dbgsym_1.0.8-1.pgdg+1_arm64.deb
Size: 8372
SHA256: 02a99950dca6fb5f2993ae1595408793215f2de629a78fab8f1da0477357a85f
SHA1: c3c06a7abce348f92a77d09daf16bc3c94cd3ea3
MD5sum: 6e967c4cc9322f5d55215bb5d1b1217f
Description: debug symbols for postgresql-14-bgw-replstatus
Build-Ids: aa485e57061bd5be19ff51d928e53283d06a3e32
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-14-dbgsym
Source: postgresql-14
Version: 14.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29467
Depends: postgresql-14 (= 14.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-14-dbgsym_14.18-1.pgdg+1_arm64.deb
Size: 17207032
SHA256: 61dbf86d14256aa3c207a4840ee85e4fe28590d179c9f4a94ada5cd63066a082
SHA1: 7dc50871f48c0a9c5229f0a3206c4066134f8cff
MD5sum: 04fa6765b0af44a073e5ffd6d31f3c62
Description: debug symbols for postgresql-14
Build-Ids: 03361e7adc79ace8b6f1655ec136cf748cc8f3de 0458f80b4cece9308127a9fdd0132b22190b54b5 060da2fcb7208d8449df5ea3072f90b2bf4f0df6 07542fec13cd4626bcaa6377f43215e28207a003 082964dba3aa85f99ef626d4b7d0b0eed6258369 0a87d86ad128f27a8b44c85254972a26306b9dc4 0d998edf9dc2520c03b08833e9084d726cbd2ac2 123bd90423d0c79daa67e9ff6fa8a0bcbbf63a0b 18d0b29adbca4d73b9cda6a76d83b4b0c4a0f5de 2099b6e362ba4d3e064fbc9e6d40ec4410cbdebf 25cab92fd41d0ac66cd7f29919adc0a8a8ecf83c 2729d38002cda3c7a4b9182e0fee0eeffefb21bc 286afe1bd30c94d4586934c2ac5aeddf8d2fd5fa 295505394656d9e90587d26fac9ca22123386c8e 2a264e99572031150fae0226449fe3f60a306452 301946c9f1e675cced98f25251713d014f18f66e 361588d0c27f87f793c1a0bedf842f92e313941d 367f0d218223681823b48190182975ace8821d17 37a0d8d9a7abafc40d35b653d6bdcddf9faccf2a 38a3216dfe0f6ed97fb96717a09b2164b701d858 45a71d048505d667aa4c58a3b4c7b007640d2bdb 45d98f36f7ab30cfd03fb1bd520ca97ffe552b0e 45fd9a02f85ac2b8d3dfcb373fa54d78eaeff531 4a385e080d18e53b408d1d3dfafa21d5b8739ac3 4e955a422bfadcc51502944fc764477a398affbd 4f762a921e105456faddebd55c045ec2765afb4f 539ffa2833c3c0a18f47285271af98d0a086620f 58add2c06d5789dce8966a3dfc17292894b83bde 5c60058c541c4287e81bf2efe4d9866c2d261350 5c8d47c1de96186e291abe37fcd1436f640650fc 5cd68816a937da8c74f5ffa3d869513bec8fafec 60a62da1fc96c79cdf84ab0714c887bc3cee037f 61878b53c52edca042c21b4a849bfbcfe4413522 63b7bc226e690173499c1bdd22e7581f808a0233 6597735cb51f1d3d3eab66046e1f3bf9faf8f153 665599831756cb3f02b3df9d4c0c9eb5c0f7a604 68117a0fe456016ab5f5e0ed5ce9be0ab9c5a431 6a89f9132a28473b67e8d6db435f5359a9b859b8 6b8f649c7b20d482bbf346efd259e8ab61d06823 6d12580f7c6fce8326bc9bee3ee87876413ab4c3 757583076c401d3da5d8c630dd8ce5a0fdc855f4 793c4d51588ea80b1dd10e7acdb84dd341969ec7 7976f166daa7004dbd223a293b203f3fabf1dde7 814a47bcc399d3d2f7e29f94aba954c307f2c245 81def281a8f577ff75933436c1ce7d9360200abb 823113788eaa85d4c388f3802f2850bb7c7fe746 827bd6463e09e95782f53b88ed0f834a053724d6 83e1b27882ef83aa8a67dbd6e02e64dd715a4311 86ce7f14d2e9b620e71b5384b08ee8e8fc3c9d7d 8a556d8506ba1902ac3197245c2ea2b335df90a4 8c20cf05cc8b4d04fc94f51b4b44c37806207742 8d2a9c75b0e03321e9b65945af3b12d975928b25 8f17d739223864574c39986697365e829e6df1fe 8f7c9789bb279d3c391fab6ee76d976c5909c957 917d65ac55e1299d69cdacde3a9de9255c915f3b 9384d79268969078c6d918af02a9ab41c2b789f0 982cf9927657b6b0da9b21ec7d5c805079ca4385 986602b88cb36e16ba668f5db9768575e9af246e 9973956b0905927a9a5d556e3fde93e3548b832e 9c42c806eaa01309d91bd809719deb3d3e7d1cea 9e4ff6be4b5e83623d3749b80a9dc4c98826a488 a2aed82731081cdc80f6e935347a53a0089e8801 a497e31faba2764ee35a625d434fa54015711312 ad210e96bbf15d7ffaf9171ef0bbcc6c780ab29f afdece632c8a70e031b665fc6a061f7589e3f239 b026d85def4edc6b7e947ff8292cd0d7c36fe46a b5b27b44ebe29c674f0c406bf29fc98c09d7cebd b8ede63365e3f2ab6579b414e5610a374946cc71 bf8a984824b316d9b6ff520b0fd383931ebac315 c27d753bca59f36a97939e39319414c2b6e265a0 c54b81edba038786cdf5ffceab2d233180e0b45e c603c6a0a4d8d751846831b6832145233e5689a4 ca3a6228e088802d7adbd4012a2a17c41ef7a161 cfeae3a61adfbf02eedc87de14533440395d0382 d332b769c74a77f799216ebdbe36b8e26b7c2a89 d3d0a15cb0b159bd5e66f1800173cd7d829dbf58 de11a618f51614f07fcced8d29d628693a9e7b4c df9168a67eda764616101372b7dc4c7d0e99bf77 dfb9f530812f6b898e84908e80d353f3eef75e3f e018b3d123b03663bc3d4499bdfc2d63444f0a9a e7ead765bfad5a77b532029b2371e7de2be873fb eac7b7233edf78ebd6444c5cf5ee6eb2b833313a ebb472361b19ceb9f63d9afb3893353f2b332815 edac92f2d6cba83597fd9f43c12f73e28436b055 efc0a9991a6f3aa9c79b4c06f8abff255adb1833 f159b5903fca830ac30a56f4c5933bb3d819ae2c f178a2f84a5949eb7854a76a3b2b60d7087bfab8 f2e55f04c6f7d73d9d990052b240dc7f8f760013 f9659740873ca78962b0e99669874f8acc785b4d f9a8ba7fe2e64464d54da24eb162854a97e13c13 f9be9ad4959939fded0be52e07b294e5cf2f2a28 fcb3b29f3aeff4dc9f51b2b14081790ba9a73bc6 fcd700bebb956de1acf4bf1acbf86c7638f4103f
Postgresql-Catversion: 202107181
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-14-debversion
Source: postgresql-debversion
Version: 1.2.0-2.pgdg+4
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libapt-pkg7.0 (>= 0.8.0), libc6 (>= 2.17)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-14-debversion_1.2.0-2.pgdg+4_arm64.deb
Size: 14172
SHA256: 66b682351b699a41e7150cfe5a1898242db1d125703ecf3035fde8fe3de6c059
SHA1: 71c5021109ce0cd81008d52d0bea89dd69162b19
MD5sum: 3c707b1cfa904d31cd2da7c0cff01d61
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()
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-14-debversion-dbgsym
Source: postgresql-debversion
Version: 1.2.0-2.pgdg+4
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: postgresql-14-debversion (= 1.2.0-2.pgdg+4)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-14-debversion-dbgsym_1.2.0-2.pgdg+4_arm64.deb
Size: 18456
SHA256: 5a77954508bae6b1ecea48d8405ed7523b114eb67f2d642a22e5d7733c789040
SHA1: 755a1cf65f41891e0ee30957ccc6e14a0267153e
MD5sum: fa4465ec125630946e87e20f02fa246d
Description: debug symbols for postgresql-14-debversion
Build-Ids: efcc7a3c157f3297619133288214e59387a57abf
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-14-pgextwlist
Source: pgextwlist
Version: 1.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-14-pgextwlist_1.18-1.pgdg+1_arm64.deb
Size: 29708
SHA256: 4b9e1ca16baa45ba60439469cefe7e2ac491ce0085c682b95c646ac3365898a4
SHA1: ff743e051c7fccb08fec048cbd23b8729b038716
MD5sum: 525fef84f3fd33947827e8bc197af180
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.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-14-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-14-pgextwlist (= 1.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-14-pgextwlist-dbgsym_1.18-1.pgdg+1_arm64.deb
Size: 55684
SHA256: a4f592db6402fb515504c5183429eca7e295322a6be8faf08e62292d756c265a
SHA1: a238ee15292fa1c528cdb39634406c4a6e1ed0f6
MD5sum: eba6ddaff879dbe46ea7a12b211b454f
Description: debug symbols for postgresql-14-pgextwlist
Build-Ids: 5ce5d4bd6e9f2928c06c336f47b39b9294e3703d
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-14-pgpool2
Source: pgpool2
Version: 4.6.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 444
Depends: libpgpool2 (>= 4.6.0-2.pgdg+2), postgresql-14, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2_4.6.0-2.pgdg+2_arm64.deb
Size: 155988
SHA256: 0028c8575c4906d756cdd93d95f983ef6f8f757730f2b9639951702d289c2f1e
SHA1: 1fb30a9d397bf793694e7a1fc89455c040324fc3
MD5sum: 5e4f81ca3f003f5fe9b017dc8a47d9b0
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 14 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-14-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-14-pgpool2 (= 4.6.0-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2-dbgsym_4.6.0-2.pgdg+2_arm64.deb
Size: 50252
SHA256: d05a35ed50233018bfd4242adbbe6e0eb5481474a1a9bdbfe4363ab4808c07aa
SHA1: 373822242379270b436f96ef07fcb2b4f3b57ce3
MD5sum: 64743888b5afde4c734bef744b166938
Description: debug symbols for postgresql-14-pgpool2
Build-Ids: 219b154d03df5f2916f1ff27c5e09c983d9c827d 4453349a9a24a6ff0aecaf10480802bd90a5cebe f9da9ea093a5d3ec699a6a2a83bc2209720a3fa3
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-14-pllua
Source: postgresql-pllua
Version: 1:2.0.12-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 996
Depends: postgresql-contrib-14, postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.38), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-14-pllua_2.0.12-5.pgdg+1_arm64.deb
Size: 357280
SHA256: 7f6c457b2a7e55cf5f95d692077faf4964d5e3c8bdc7f027587bd1e052162dd6
SHA1: 2816fab3066d5aeaa068b81402351e23d2fd6178
MD5sum: 8f6eae29d9c69f92c5a66c25b1f2e605
Description: Lua procedural language for PostgreSQL 14
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-14-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 360
Depends: postgresql-14-pllua (= 1:2.0.12-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-14-pllua-dbgsym_2.0.12-5.pgdg+1_arm64.deb
Size: 314164
SHA256: d5452dc479dffc7b806cf96c52a2c720aa3c6b717de8ed8bf9f3ea5c3ed36d05
SHA1: c49fc92aa8cc0cda9fa3a5eeb7b239d450c80182
MD5sum: f5982ba29061a1f6a91fbab03edb7ec9
Description: debug symbols for postgresql-14-pllua
Build-Ids: 0d54a02dabe3b46c032754ec295426decd18d065 54b46aa1c18d13bb7adcd88ebc0a8e3d52f63dc1
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.8.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 750
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.8.1-1.pgdg+1_arm64.deb
Size: 305892
SHA256: 34be9de8975b710cad61a280c6ceb9a070f2ef308af4c7b081ed7b8745aa6623
SHA1: 3391fb3087d443f191f43f3d60d68a93a8d1a67d
MD5sum: 85bd0da1358292555c0bd33869da1821
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 330
Depends: postgresql-14-plpgsql-check (= 2.8.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.8.1-1.pgdg+1_arm64.deb
Size: 296524
SHA256: 0799200247ef48b3dadb31811c3d5fd673567e5b4ff3d3792f87941a27c39cc5
SHA1: 226dc614dcce387317e6150abafa8ec6f600cb5c
MD5sum: cf8fad228f35773ff644b2f3b20da7d2
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: 509e395eb6beaa4d19abb8d8d1e258012686447c
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-14-plr
Source: plr
Version: 1:8.4.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Depends: r-base-core (>= 2.10), postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-14-plr_8.4.7-3.pgdg+1_arm64.deb
Size: 137372
SHA256: da5db28b3a8e1d9033eb46c4b8c1ba3564ad40f00a0338c5f99a5fca8b575167
SHA1: f5bb6c49e22c7aa7c962dac4eedf2430017a6a36
MD5sum: c15fbf2030d3e2f1f74e9e75869f9bfd
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.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-14-plr-dbgsym
Source: plr
Version: 1:8.4.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-14-plr (= 1:8.4.7-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-14-plr-dbgsym_8.4.7-3.pgdg+1_arm64.deb
Size: 129908
SHA256: 36602ca0fbcdb31b73637964551895bd43f5fff9ec959c7dd1d53bc6fa77a0cf
SHA1: eb1b90f1c0c6f2f3881c3dd2c46034235f57fa62
MD5sum: 666acb22888de8f45038815b3702d299
Description: debug symbols for postgresql-14-plr
Build-Ids: c697674a4f03d9226907b69063428a68bdc94bda
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-15
Version: 15.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57606
Depends: locales | locales-all, postgresql-client-15, postgresql-common (>= 241~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), libllvm19 (>= 1:19.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-15-jit-llvm (= 19), postgresql-contrib-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-15_15.13-1.pgdg+1_arm64.deb
Size: 15977568
SHA256: 576ec53aa4931adb5b28bd3d3a7bbe420deb8dd2b812766a05d9c45db61a6ed6
SHA1: 7da2f2b0c571e1b678674648fb02afff3f49872a
MD5sum: db406ab7131a275965a361f0c820013a
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 15.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202209061
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-15-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.8-1.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 98
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-15-bgw-replstatus_1.0.8-1.pgdg+1_arm64.deb
Size: 15252
SHA256: 64d0eb9bb60fcece40af57749966a01b6f02d8f860bbf3d7c146047119e4e869
SHA1: e5cdfbd6f93700ae9cd998d182cd260d366b4908
MD5sum: a9bd261d14916f30be664954f1447b98
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-15-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 23
Depends: postgresql-15-bgw-replstatus (= 1.0.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-15-bgw-replstatus-dbgsym_1.0.8-1.pgdg+1_arm64.deb
Size: 8396
SHA256: 531ab3fe24b0e3b95513a5d9cf46ec4bf5777708e1a85e7177a2227662dab58f
SHA1: 31f49292cf80649749dcd99be45682a711f21aec
MD5sum: 688730b7c315ceedfc6b68d077b6b543
Description: debug symbols for postgresql-15-bgw-replstatus
Build-Ids: 399c7a48b85e6501a4ee1026fac154c0b2b9c4ce
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-15-dbgsym
Source: postgresql-15
Version: 15.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30479
Depends: postgresql-15 (= 15.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-15-dbgsym_15.13-1.pgdg+1_arm64.deb
Size: 17824920
SHA256: f8120867d143bd2c9ea821b2019bda542da03b4a89c893de97031b173d3ef71e
SHA1: 5a02a1fccb4d5a382079bc63e80420040665ba8e
MD5sum: 7be95852199fabc8013fedd5ca087031
Description: debug symbols for postgresql-15
Build-Ids: 007343c9ce884ad23160918dce97593ef1d3803a 01a7992183a6cbf384b070b6b883c34b163fb7ef 0bb08e95cb64a214e2498d3a871984c0ef9cf230 0c7a157a211e93cba9d7985ec334e89e5e6729a2 0f88174867cd063450f7aa5175daf7588e2292cd 14d3ba9974db8423b8f2ca237721219b9d8c25f4 19c7b7f97d9674f42e92007169a6e8267c96eb69 1c597b1904ba311df71e5156c40b25b8a08d5e91 1fc4cb291ce7cf3aa033529ad8c64d33b91d2e27 20fd4000f5632b54907cee7ebf7fc9cac54d9979 26144550a2f62908714661acc52ddb7ec95a1891 287a5bb37bc11d11419a0562774bc81f7aa5e0e5 2972b147a1e1a38ef653b9b72f4632991cc731c6 3400a98475869c58a92ac0f60b70ec83fee11993 39f19508ed13eed1c3d93f4e8606f80d6176d257 3c63cdef32bfea17d01b337db202d84db8c91874 3cb408b38fa448af82c24498df314e3570c333d2 3d84611aa7e45ba3d1690540e52d09e48f43ec75 3fe4bf1c849303360648c803a58a63b06fe5aef9 44430c22618a87353d66bab9e07490785156528e 46d28c14ac772b946a6237caaf6ac5e4bbabb7e1 46f8271d85106daee3cf3e7077511b6eb88337f6 48b6872b314af1718562109c9bd00a8e643cc6ce 48c8498dc0ad4e60ef35b9f48823ad6f1b3f3496 4964c58f4afdd0992e4822db07b0a21f33f0feac 4ab47eab5bc7eb6122416fe5686a07882dc52047 4ad0f29695613e0887545f52bdf93000b4e903d2 4d5e39c1ff6a5dd1e30b50dcced64c39b6491818 4e5806f5d29b0d5c67728188fca97e5792a74c8a 5210adbafa6b9cc5bd254f25caf8e3f8673c5756 5703431a554f275cb490ec36acb2623e6a2c42b5 586f65ed32b5f449625126291490a0c8fee70900 5db79f3dbdc3ff07d0e218578214c8cb4f9007ed 5e58148bf39fa367945c024c508b7282ea1c33dd 5f8c766167da280f324d8c7efac852e425569c00 637f6c9dea246fca231d22bcfe9b3ce870634f8a 64463a0e4971af37988e80c58e350a0c5ea5cf7c 657e7df876a74c708a7ac00aabcca729524e3a92 66ade02fdf5cf928a29b5281f8cda69cc6c1b0dd 6cc026fd61ab665cca3dd240c03ef7037fb3f05b 73f4e1925f36326d99cb335b121639aa70f739df 76579b64877552a3e67dd49d8f6a8ae865d3953e 78f6fe8151bb0458bc3d84e8f2570c65e0d388ee 7adaf6dd5b8029f7c4429609b48909f723b9af11 7f17ca1a5629406ff5bbc21b7e683ab6b1138fec 804ee62f7df2088bf3b0bf973c2a802ed4be9e47 808c39f8092908f95d1e810198dd92c2de0e89bd 8109f0d5bed82ca3aaeae886330fc663d5897118 8156465afd897ac379bda102c1addbf25670b482 81a9d5b13f043382925d7ff041c9ec876fb86571 82ceda737e9c127a860d59059bdf3595caa6558e 836c9785451ef1e8f7c520956d01d605e227961e 83bb296d5311f25c69fec5e899fce49b727db2fa 84db3ff3067e162729d38c99c6c3e959872b0e54 85aa8c2cb62ea6cd4229ba48d176b51d30f12efe 86ab32cd5dbe51d8e32b8f6abdaf6fdfbdf38107 8b3a700d4ccb5a13d59c9a84eaf8d04b3d08acaa 8ba45f1fd50bcedd9caaf64f73a26c36947f094e 96e56060f3a2225ae49d8412e6f07b937fe92e43 9743cb7fdea744bf5ee871541d9e93dedca347b1 9ad8989634dac04224220abd201c94b3f170cbe1 a21af715d12aa46b87b8ed8c950809633dece8d6 aba17399097112e5060d853a652406169fc3c2dd ae5636a780b4732d2e370d4513d76a80a4dfb502 b151122a22f7450a42f43a921b46cbbc77fa27ba b4606233e9d393c8c08bf97b10a9aabecdcb37f7 b9a59ef1e6e52d1793e8e583d02e09eb49d4842c b9e263f41518e1e48afc1fd053dfb41cc18f4177 b9feac17155ba0e8d558cea18c29bb837bfcb873 bac86caa86ea8ab7a39e4816d64cd99a3c02819c beedde052c277c475358050e7ac386f8c2c98c7b c1310e3ba238d3915e91c9f0596184b76413b4f3 c158405cb02b36b475dfb5e5613edacdf8aac113 c391995ea42e6232579f6630e4c800de6136a2c1 c79512347f09e634e6ed070b8d0097860b64c66a ca6c6ffa2f061bd593308850e167857b12245ef4 cdad8c593883aae176a54d47fc0f2cb655681d2e d38e678d2a875825dc587f85c90df5a37e6f1dff d682fe6bcff1c2bfb2106fb7129845e258888186 d99be06a233561e7fd51ce798b21af8e1cabbe6f dc6365012f43075fb139f96d48aceb58d6554e52 e0d85053ad94c40aa924935f786b99ae573fe3c3 e3019db4460a2dd2e8aa3502946157b76fb2e2e3 e4abacbede93d5ee7c8abc32d6ab1ddb858bf275 e773651ab03f40ef53aded0bce98f6f9bbedc632 e80efa9286a11d93d470ec43107e37f74482caac ea9d077e65f919d64f7a38219de4d1938dacaee9 eae0636bf5b1df9a88b802859d80b2477b5cbbed ef19a6d3415facddb9423b946bafed6252e8aa43 f1c587eb4b07cd05610f68531d6583eeee827661 f5d8ef1630fcbf5b8d50fb25f3a796c5d4d7fb2e f865797a5bd0a59639c5e7cf05e64faa97231a09 f8883c06718c459d530fa2e80a762e773dfc15b9 fa9afdc8985fffbb8e7477ccf3d9f85db649b936 fb9a8560f4610e03137cdabef80a41fb117eca69 fef7c290cae1a01d63b25d392707e9a27a4f2e84
Postgresql-Catversion: 202209061
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-15-debversion
Source: postgresql-debversion
Version: 1.2.0-2.pgdg+4
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libapt-pkg7.0 (>= 0.8.0), libc6 (>= 2.17)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-15-debversion_1.2.0-2.pgdg+4_arm64.deb
Size: 14184
SHA256: 4a2587a7c3e0328c81bf69203c9b9a6ba6acc549d245a9585a415599ebc99fda
SHA1: ae1d5d7a8e937bdd925c9b5425842e00ea5b1444
MD5sum: 89de3587c54559e646a14c1cd90e56ce
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()
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-15-debversion-dbgsym
Source: postgresql-debversion
Version: 1.2.0-2.pgdg+4
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: postgresql-15-debversion (= 1.2.0-2.pgdg+4)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-15-debversion-dbgsym_1.2.0-2.pgdg+4_arm64.deb
Size: 18548
SHA256: 94aa5433e589d79a508e9382d55f90c61c9e8c3f9cf858b2b0684cf1b9460f0d
SHA1: c106c648d2a2f2bd11cc63648ac1ae9bd943855e
MD5sum: faac87b42ee0fbe12595199c388ab6ed
Description: debug symbols for postgresql-15-debversion
Build-Ids: ed8b174ba03da16ee70dba05ba83b704837e96ac
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-15-pgextwlist
Source: pgextwlist
Version: 1.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-15-pgextwlist_1.18-1.pgdg+1_arm64.deb
Size: 30396
SHA256: 85df78dc08464dda531d662b2a48f71c07750511bd756e82df96dd15269e4d6c
SHA1: 5b941715933ec529a0335f1c40f544e5ee735060
MD5sum: f47dffa83f375f098950d1a1ca4ccd63
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.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-15-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-15-pgextwlist (= 1.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-15-pgextwlist-dbgsym_1.18-1.pgdg+1_arm64.deb
Size: 54324
SHA256: 63d54716e9cb67520481a2d36f26dd143e70a3978c42a711d846d189d42595a5
SHA1: 73620d13c2ce00993758e785a6ec800ad4f0bb67
MD5sum: e2bf4b4ddba62afed77ae342dd2f56e1
Description: debug symbols for postgresql-15-pgextwlist
Build-Ids: 2cf328b7a1dde83144483248fac26aa8f044c923
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-15-pgpool2
Source: pgpool2
Version: 4.6.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 446
Depends: libpgpool2 (>= 4.6.0-2.pgdg+2), postgresql-15, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2_4.6.0-2.pgdg+2_arm64.deb
Size: 157108
SHA256: 22223b17d69b21756e25927f2dbcf00730ec32a82b02958772491908fccd7766
SHA1: a9760cbe3aaf92a0dca73c7322f79e7c46b16363
MD5sum: dc2c3b1dbdc53e168a0e6efe42c442c6
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 15 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-15-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-15-pgpool2 (= 4.6.0-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2-dbgsym_4.6.0-2.pgdg+2_arm64.deb
Size: 51248
SHA256: 912b1093737b71f0f5e09923a52ee9d9199ecaee9a328957d9e87e3ad3bc044b
SHA1: 9fe908c46c5709e17550b71fd3dbc6d4d9b742af
MD5sum: aec1187903c8afd1c015ca49fbe857e8
Description: debug symbols for postgresql-15-pgpool2
Build-Ids: 8ecb5e14b646874fa059f8e1c712fd0a71a9afc6 f382ffb566ecc467ba455d09dc7acc46a012737c fdbddf63ad2437c9908f5e90796402f2dce5f803
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-15-pllua
Source: postgresql-pllua
Version: 1:2.0.12-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 996
Depends: postgresql-contrib-15, postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.38), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-15-pllua_2.0.12-5.pgdg+1_arm64.deb
Size: 356728
SHA256: 2e9c75f69bac21d71a31a921f92f82670b1e59733fc8a9f25b887e9aa2adcf84
SHA1: bb3ad94c1e474760804d3b33a39a7f93a4fa6d76
MD5sum: 45d23cd0b4e5b91ec38977eb46b0daca
Description: Lua procedural language for PostgreSQL 15
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-15-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 373
Depends: postgresql-15-pllua (= 1:2.0.12-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-15-pllua-dbgsym_2.0.12-5.pgdg+1_arm64.deb
Size: 326256
SHA256: 3d0ebc72772337b6ec226aeed56de4530849d10cbcc6381bbbaabc4cdb1b6bde
SHA1: b3da6cebe25c1a3a93724b5a3999f351b6863170
MD5sum: f76b7efb5e7aa4f92cb4deab8af70496
Description: debug symbols for postgresql-15-pllua
Build-Ids: 76142f656f4c5fde4d9bdc37c94af9a26a23e6e3 f2dedf9974d7635762bfc31f357f26f21b8cb924
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.8.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 751
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.8.1-1.pgdg+1_arm64.deb
Size: 305608
SHA256: 9b98f37087d75e18a225fe9148bf8ae42cebcd97c4f10d56ff94e05393be5328
SHA1: 225926d6169ee433f7bb6b6c76e36f124b562d6f
MD5sum: 48c0b4f23a3ee61892615d75f3517417
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-15-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 362
Depends: postgresql-15-plpgsql-check (= 2.8.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.8.1-1.pgdg+1_arm64.deb
Size: 327388
SHA256: eac564fcff113ea2cf8048095e36afb4149fe91dddb1812a2cac5a9b4b76bd40
SHA1: 9df6a73c096286275bf51814d2ff26d4605da778
MD5sum: 51b98cd3ff020bc958576c3b0c777d09
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: 3ef5cd86b74e8dbf99c22e83c3a40ae0478296cc
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-15-plr
Source: plr
Version: 1:8.4.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Depends: r-base-core (>= 2.10), postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-15-plr_8.4.7-3.pgdg+1_arm64.deb
Size: 137428
SHA256: eb321fafcceaf127dd9dc2aaa6c3b370cc9f63ef785de63b6897c2787cf2935a
SHA1: 5911edd136ea7ea541e6439bcb49cccf39fc5c07
MD5sum: 64e0f0ce243c31c15145247814fa1e20
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.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-15-plr-dbgsym
Source: plr
Version: 1:8.4.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: postgresql-15-plr (= 1:8.4.7-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-15-plr-dbgsym_8.4.7-3.pgdg+1_arm64.deb
Size: 130800
SHA256: f23d6507239ef64e67c1defa77a798475bf16ec06eabafeee65882f68592b4ac
SHA1: de27d3e97b1020ca473eec3c8b1ef918e5c95929
MD5sum: a0bbc11e46d9b44eba613ec9657e010a
Description: debug symbols for postgresql-15-plr
Build-Ids: ea26627dc495397abbfc6bc08611d5aa086b03f2
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-16
Version: 16.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62293
Depends: locales | locales-all, postgresql-client-16, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), libllvm19 (>= 1:19.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 16~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-16-jit-llvm (= 19), postgresql-contrib-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-16_16.9-1.pgdg+1_arm64.deb
Size: 16870544
SHA256: 93bfff3fd9ec951f536aa202905e246ffb27b2522b64b76205d167e1766b2b9c
SHA1: 0d4d8fb3644efb1710efaf17ab6c8cc06b47d900
MD5sum: 235afaedf55d94d18e0d889cfdc1da55
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 16.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202307071
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-16-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.8-1.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 98
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-16-bgw-replstatus_1.0.8-1.pgdg+1_arm64.deb
Size: 15332
SHA256: 53cebef0c40fea295b7efe4d4b8f92a0b9f180a305d6ad997c0cce08cc20bdb1
SHA1: 5c4679c1da0631aa207465e7964d0c483c849458
MD5sum: f2effa691118cacf30515d39050caa47
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-16-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 24
Depends: postgresql-16-bgw-replstatus (= 1.0.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-16-bgw-replstatus-dbgsym_1.0.8-1.pgdg+1_arm64.deb
Size: 8828
SHA256: 45cec41480903e0201f3cc8cddb796fe0b38f98b9a73e1cf006d24d13caac5c3
SHA1: bb52a51b6f54860d7a526f8d74a746cdd19618f2
MD5sum: a58d99244438dcd72c5fd03b08688416
Description: debug symbols for postgresql-16-bgw-replstatus
Build-Ids: a19af2c5cc94dd5d6a45d4d38a457dfbf21cea78
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-16-dbgsym
Source: postgresql-16
Version: 16.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32565
Depends: postgresql-16 (= 16.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-16-dbgsym_16.9-1.pgdg+1_arm64.deb
Size: 19348832
SHA256: 231aed87e63e62f1921101d97d05d11e0fb9697cca7ca449828a25f6434c6fdb
SHA1: b706c8dfb291c8bea5b3196872940e5a15159be0
MD5sum: 436a097204a6cb196b3386a621a1aca7
Description: debug symbols for postgresql-16
Build-Ids: 007dddb2b0afa4c25258556742e5c6f2ef865aa9 021ef521491fe9fc1e048067e5155a8ea73c9612 08663ee740a10cbf33ab996067286ba99a92ebe9 0a314e4826a5cfe07428f3900715365b9cea560c 0b1e79c8ce78cdc5ecbe08de3f5dd6477150815b 0d72362852a308a752e97f9eb9562251ac470dc2 0f42ea8de8546d052161db0642f61e05d2ebaeed 0ff94b7542d4101fb1357cc76532057a40d95373 11936cc4eed6ddc3acb883d25ea68c069c07731b 11fcdfd4eb1360aaac80a378abe04c958cbf2ff3 12ba9999e376b9011f26143640e14766b8c9d6e3 154e03cba59aeab60869323cf15c9150912226cd 1874d43b3f1c8b8ced24184dbebc52ce075290f7 1c171f45e15ff652b70f25e4edc17d9aca4aeb23 1f1a5c20410241659845d16e6bfa39f3260c1018 1fe8f50309c2a0f84fb0d8af019475097ce33770 28b20b721b6374d27e182940cdd1fc1a58e54d2a 2afcabce731c6b457b07b30b207732ad39226a92 2b71ab1d5f71b696bd518d8c7d83429af1d70b29 2cfe3f219b76aaf42f527481a0256094a865ed1d 311da6199d08a4ac029c4b4c3c531a6ffa23dcd2 3328e6111ed790f702b77ed29f591102ff38fe7b 3884db18f2ae0a8c67063bacdf01af4d672d40eb 38e4ed3985f154a3f10c17fa8a88acb7cda57b00 3c52af0f62d4d1581e42bc8ca8ab185db5d81fe7 3fa9c29752832c8f5c9d5151b16194a56d142f01 3fb70458de8c5fcb93f8fa8029736257b99642db 41692cae6c02b8d58e2792720216c753f4c7c5a0 42c71ef4cb39fbe08b73558bea5311cb45c647d0 4503d5858ec2a8ba70c749eec95d86e4e75cd42e 4889c83688713d272bdfa5948b891c883b87bc77 4be3d458bfc5a7b9d845475a650190eaa64acbea 4da2beb4146975edef088fcfb87eb5ebcc4348f1 4e526f90c99d55cb225fe7f6e8ac52a554033b92 58da8290d229db4e7d6d3d7da6b996024b3ffbde 5bba167f26ede2a32fea881342e57254a9104617 5bcd268e5d62718e530ca1d398f38ff5e4fb9be2 6248d79de164f81a203fcb05e7d78ee5b9d5246e 636f213ff87b28e3307dfa496adf5e191a43681d 6568585b4ba18d1d3740bfc84130364309b0c463 663c722cf8d4ba281fbb49667699347faf394f18 6af5ef4abd2348ffcd066f7d01e293875d3affcf 6b0b308ec53e7a92c1b3e3238cedf6a03531d9aa 6d2deaeb0fc7454887570ce82643b8390e90ae5c 6e16851dcaa9285d99a1be184eb9a1f9cbd1bc66 783f95e3b56c2cc1ff6d271b00a84db694230d6d 795d6df68dc182ba868f21a2e5981cad901ac23b 7b95e3a4f9adfaec08ac66aaeb214b082050de83 7ba84547e719085329abd09d1c358dad9d66fdca 805d5ecd9c104faf417baf0caa8f30b582e47a59 81bbc7d310ce1d1c3438ead9791c6d5e4f6dfee4 837edc13f70816e8636878a610cb94ebeb3f24fa 8442aab49a3c68636d0e8d25ef52a31772d9e11d 84d5d557762a66affb704d4babdc64697f6cb1d1 8a401f3a0de02a95343e07c2b03601654b40dd64 8ba462c4be98eb418ed75ba2ada8ecc2cb7f5f96 8bf13957a3366c015a401a3e8e7687bbcc1dfa97 9329341debffde03dab9152fa7c294a788fdfdf7 949c38ff7152a63fc1b45c828faa8f70058c5c69 958364c6cd17723a94893cf4da9c2990738a2420 96cad08822f8db7a25e1116f544baa4ed792a4d0 97b179664c3e379772ac325e680ffd040028ac4c 97b770dd8f1e7bddbf67626bfebd376efa4bf34c 98b5e744ad39d9e75d21c31973a6d516d3c9b8f0 9ba7a3d767b36085bfa66ab48520723a2762a178 9f48a5b5709c61dbde78abac7def140299d87564 a5db7c81424c33af8c4a302e34fca7f997810524 a7b995a0df0596a8b96fbdb798f108e880a2c45d b4342c29e9f11f91fc6747a5c15b0ea22be3e130 b4986d2bdccd6f558fd86314664b4fec9ca2328e b588ccc1532e118534faeaef15522f3bacce02d6 b877d0905305d4192de5999dbffecfccd2d940f5 b9e453b3899187711e74a6b5021a9a61cf693c16 bb3d2fdf8f0f7cbce053df375168c3ba1e5bc6db bd94199504af6e1257a533caf73f96adc5aadf93 bf890c86197b79baf98ece019e39d73fed6d36ab c234c3d5971a2d3adc57d1383e568125d445c1ca c3b90b0b0aa5de0c031cefff219552d747a68e3e c672872743d07413cbf9948f8107e2842d62935c d1e496fcf94c0148a36348cbf92a468a88dbbf67 d2dbbdb068464a5edec6241e0935578431b8c783 d384ff640a647120039448d5b698718c82b00550 d41b530fca8832597a12525d8be1436f93e59c50 dabe0c54e637937080ddb3ad81bb5259599ab3a5 dba90b80c3f20b6b834a1e478ebd1921ee092256 de4bac1512d6f57fe980e85fbab5ca713df55e68 e38a07cd04a0d1b45e137b79874c1debc147fc73 e4689636ef77388ebd3e65126f1ffdbc20554522 eb2ae36fbc51bf08f10f6553b4d10db2b883a26f ebd8a71eeef6382fbea351443060090b3a95bb59 ec9e3da37ce0064ac5514c6be2ce402685223f5d ee7173676c25cb77183537cd2a9af7645be6fc96 eefe5a6dbf0112842e22b1d9c20db87a6c9ba864 f4ef6fba7e62524f3f18d256b6462121b588ec8c f57fc487f6e4e99aec45378547adb572b88fbc41 f877025f5e57d3fad08c51a73680299c3bae1127
Postgresql-Catversion: 202307071
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-16-debversion
Source: postgresql-debversion
Version: 1.2.0-2.pgdg+4
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libapt-pkg7.0 (>= 0.8.0), libc6 (>= 2.17)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-16-debversion_1.2.0-2.pgdg+4_arm64.deb
Size: 14188
SHA256: 01a8ea595193471adccf6b8777c43c785be085a919510aa82ca6321c40f18f0c
SHA1: 25b9b73cabbffd54db4f93953430c89b8a8987f2
MD5sum: 65cc05aac09f08fbab00099635fa91e8
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()
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-16-debversion-dbgsym
Source: postgresql-debversion
Version: 1.2.0-2.pgdg+4
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-16-debversion (= 1.2.0-2.pgdg+4)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-16-debversion-dbgsym_1.2.0-2.pgdg+4_arm64.deb
Size: 20312
SHA256: 468280bb3562caf3cc9c6055c790dc662ec189ffa4a54de43f6e361a4a539d14
SHA1: 2148e2fbe9cc6cd2ba260d38c1cc7fa691141084
MD5sum: af1536c401f96f27af7e9806447d6590
Description: debug symbols for postgresql-16-debversion
Build-Ids: 7825232d2aa8acc770b7d63f050ca4027b2a287c
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-16-pgextwlist
Source: pgextwlist
Version: 1.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-16-pgextwlist_1.18-1.pgdg+1_arm64.deb
Size: 30224
SHA256: 634f4673af472b060b9f1e2c8a976834474c57163494bdc73d149bdf96da8595
SHA1: f778c7f1831e3b6d1010589a18e29098b239c15e
MD5sum: f364f970a385e643db72f0b68cb156e8
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.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-16-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-16-pgextwlist (= 1.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-16-pgextwlist-dbgsym_1.18-1.pgdg+1_arm64.deb
Size: 55908
SHA256: e6e6509c00f4c8e4a2281b5ede5816928d4baa5490fc0567fd6f27bd0282e6c5
SHA1: 7894ef3b65e2f55374a6aaaec22c7d521ac63157
MD5sum: 7be1944cbc6fbf5cd7249929ba022405
Description: debug symbols for postgresql-16-pgextwlist
Build-Ids: cac7c5c5eb22554e3dcfe43505f0513e865b6dab
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-16-pgpool2
Source: pgpool2
Version: 4.6.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 446
Depends: libpgpool2 (>= 4.6.0-2.pgdg+2), postgresql-16, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-16-pgpool2_4.6.0-2.pgdg+2_arm64.deb
Size: 156748
SHA256: e5774c58b97026cce32f89522e5e179c2573b160b9acd37ee2de0c72bc82daec
SHA1: 7044f84854a7bfefcc6a42ebd4c590e2731b2807
MD5sum: d4f4a201aa4ccdbed1ce9b53c8c57d8e
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 16 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-16-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-16-pgpool2 (= 4.6.0-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-16-pgpool2-dbgsym_4.6.0-2.pgdg+2_arm64.deb
Size: 56756
SHA256: 99cd0a6336784e0097db395373299e811620a1067b50529cc3db729ed638323b
SHA1: 05589404458387129db4b4d961cd58635bba2736
MD5sum: 8a22cfaa9e3ba4f363415b8d57d17c09
Description: debug symbols for postgresql-16-pgpool2
Build-Ids: 0ab16d3e17c35fa8eabee05c427854b9ff088b89 16735e7dec9cf6ff6bc76d18aee502c1d6ff3aa4 ae0f12cc733a3d68378933fef4fd6045087c1d63
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-16-pllua
Source: postgresql-pllua
Version: 1:2.0.12-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 996
Depends: postgresql-contrib-16, postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.38), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-16-pllua_2.0.12-5.pgdg+1_arm64.deb
Size: 355168
SHA256: 1037e6d25eebb1f9ac2c4dc2582345fd533e845a2e5dffb4dd1b3f46ffe67a53
SHA1: 22c2f7928a0cf3af58b6a8f1387f557b77ba596c
MD5sum: fa943ea183bd7ea6f7a3a440436954da
Description: Lua procedural language for PostgreSQL 16
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-16-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 391
Depends: postgresql-16-pllua (= 1:2.0.12-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-16-pllua-dbgsym_2.0.12-5.pgdg+1_arm64.deb
Size: 344212
SHA256: 2a208cdee9cc2f28925e75081d9c93fe7c69652842f8b14797737eecb7da501e
SHA1: 771c4f2a3cec525e426c993d9b6e8d72a60673b7
MD5sum: 861eb536f01642f287057d3cda189d5a
Description: debug symbols for postgresql-16-pllua
Build-Ids: 33f56e00e5d7555394769056face36abcac7a2df 591221c435546339c55ae66a9691eeb0e701545b
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-16-plpgsql-check
Source: plpgsql-check
Version: 2.8.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 747
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check_2.8.1-1.pgdg+1_arm64.deb
Size: 301140
SHA256: 6c094c3e7753bb1207d7dbab132174329338c2c7ed21bf626aa4e07a6d9264aa
SHA1: 9b051b02319f5c1843e9b377404111c9c3f7a67e
MD5sum: f3074e0ee83295f0a831cb2007b4f721
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-16-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 371
Depends: postgresql-16-plpgsql-check (= 2.8.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check-dbgsym_2.8.1-1.pgdg+1_arm64.deb
Size: 336280
SHA256: cd014ae336b9965eefce7769fdf44100ec29eceb9f28c2c1bceb35e4dba13223
SHA1: 38815f3ffdd405f15145329754c61fbce6def2c4
MD5sum: 6f1592959a2e4fff157d3166e63f9e26
Description: debug symbols for postgresql-16-plpgsql-check
Build-Ids: 043b9baca5908632a96635022b69389947d57aff
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-16-plr
Source: plr
Version: 1:8.4.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Depends: r-base-core (>= 2.10), postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-16-plr_8.4.7-3.pgdg+1_arm64.deb
Size: 136872
SHA256: 1d6f1fd2b473e599acba2706ce122dc407c6e7272f501c6ec17c30215f41ce6d
SHA1: 5dc5174d5f8d547a09a1320aeb72aa504239a74b
MD5sum: 674738afdfcb1dd027a4e115add79ebd
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.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-16-plr-dbgsym
Source: plr
Version: 1:8.4.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: postgresql-16-plr (= 1:8.4.7-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-16-plr-dbgsym_8.4.7-3.pgdg+1_arm64.deb
Size: 137636
SHA256: 9d65a647d0cefd59745db647e6188a48aa087993c5457680ae20fd346f41448a
SHA1: ca618f8522fb85d7616bafcb37422340e3047fc9
MD5sum: 495a77892f9971695d98e2eca089f9f9
Description: debug symbols for postgresql-16-plr
Build-Ids: fb31707d8824f55350ab92aec9c7b46aac1c768a
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-17
Version: 17.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64158
Depends: locales | locales-all, postgresql-client-17, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), libllvm19 (>= 1:19.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 17~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-17-jit-llvm (= 19), postgresql-contrib-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-17_17.5-1.pgdg+1_arm64.deb
Size: 17408332
SHA256: 66b904d0704952ea8fa9c6823cace62d4e9ec80f57575eed3660f90f56834281
SHA1: 41a614730587e2bf57d1cbd85f14d421d1001c3b
MD5sum: afdf89b5ae365c9ec16b6a35047bd2b2
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 17.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202406281-1700
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-17-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.8-1.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 98
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-17-bgw-replstatus_1.0.8-1.pgdg+1_arm64.deb
Size: 15248
SHA256: 1424a7fd9cfaaa1fe638c9bf45e084e49934a2320c8fe4c4c26aa964f59e0299
SHA1: f68f6ee3e137abc05e8d2dfcfe52c15c8e7da167
MD5sum: 70f8e7099512d7f494e71e6a58e97b5f
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-17-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 24
Depends: postgresql-17-bgw-replstatus (= 1.0.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-17-bgw-replstatus-dbgsym_1.0.8-1.pgdg+1_arm64.deb
Size: 8984
SHA256: 7afae572eafa30a8f6b062deb00fbdaa17385b14caee41f0b7125ff29e4940b4
SHA1: 1bc653c7adaf995225121a5aee5785df89f8374a
MD5sum: c4887d9fd8b3dabd7b1693bbb9f4f815
Description: debug symbols for postgresql-17-bgw-replstatus
Build-Ids: 2cba46ad2c728962a6e408a913d211b02a7fc18d
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-17-dbgsym
Source: postgresql-17
Version: 17.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34396
Depends: postgresql-17 (= 17.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-17-dbgsym_17.5-1.pgdg+1_arm64.deb
Size: 20377852
SHA256: 125e7133666da015a69b95d0a0a743e6c242e8f53ed041aba1f27603e7905f04
SHA1: 7ee57ce46bcb8d458647aff4ea27c68896f1f65d
MD5sum: a3b3aee1be455098922a238fb014f09c
Description: debug symbols for postgresql-17
Build-Ids: 03bde3f516a546d34cb7ac8929d9a548d596791c 04277e6a08aea078e9842eb121edd99c40761bec 08e46b806b002ae5220a22c652c32cdcab0efed2 0d51e01506f77604b018b8fc05ca84156fb62e01 106648be102be8b22886413107574448d30941e2 14d9475529feaae0fb783b8a270fee9943ad2efe 1504f8cf62e09082205ec09057f4d5c223d6330f 168af07c73cfb4ad5361a81d2f0ae61b2c24407d 16fc228d44a6b674fd0d9215df551b6f2e0c0846 19338afb8d45c1b040ba0ce36077ec754bb6c6e6 1a3c5b8f709219c99aaae8e5ab614526c5f3ef6e 1c04553772dec08b9536f55f04eedefa6eb74a35 1cb9a562fb1f0219a0afc1504c4305e81ece5f25 1f464c5cb3d143bf729e88f14c0ab20da2364ca1 210ce05257891c770cfb7b249e1378a8228ba494 216128a409dbae7bfe5a46c398d5c9863ac90872 222fbfc54f5a8d2d10d4ccd64c8948a47ac1d540 2a28cd25a45df593532e8d1fbcdab9c3e448486c 2a2f6f9fe32882a44385e10e6602d09c38185e64 2a52783965de824dbbddf78c176c4d4cff2bdcaf 2d393699310a7036de61246d5f99f852ea11a988 35e77a17224299ed85320a334e479791156955b7 3803920a1985ee1a30f5b6449f8016b57fa73ead 38e2f306a18c3648e898fc77e901f5e59a13a7d8 3c1f6a1e55c0134c3b1696c7fb1705984cffc2a6 3f76661f5ab973348fdc758c9f8b789054364ea4 44e74ef238c217758dc45a4328cc32a0cec9c2db 45583653bde8c160a26c4a9683c3848c24dc9cad 4abcbb422a07428a35308f31f4a47ecc10cffa60 4c5875acf71a49720ef4c079ffd7fcf59b19d494 4dc6070a6a1548d9c1649402b778b26c4f2df503 50452082b873050857c3ea1ca8b7513595ed07a1 525aa1a9b6058602ec681212f9f158c1fc3e2922 53ecc6621a4cb5a8ab03edb76ba60b2408ed1993 546c620207506fd6b38508f30780acb0d3dfac4a 55a0a879d080a5d6118e169de764b326db91ecdf 591d8e48a3eb15f8b0b25058486f9e03ce903013 592cae7471697bdf9d10f052400514b4c5a23016 6087228b7aed610a958bc6878e43af2d64542632 663fadede660d1e8f0d136f829dfb3567541b942 6681189e21e80eacff7a277dbf99544993542a64 6791e9247217ee5bd217bd5bcfde07c631b7788c 6e577c5de2f5fae35f8daee33bef1f27186f98f9 74dd955fc781e6349f63c4589b6c7dcdd0dad302 7a501ed8d7d2332c000b5843393b34c6d03f0a52 7a8eb3ebbe677227d2851f2e3b275dd71aedc37e 7d851b865fc9987c201b386053cd638eb9c102b9 7e596a6b6ede63d1462341a2903574d450847919 8053b419b43b7748941a52855b33e305dcf9b7b1 81559d9aedac3cdcad88ed7d21f3daff44bdbc86 84c0459c6fae588257efb7f367293636a7276d4a 88306377b54612bf3b75d1a66b4955734da9ce23 8b684264f2cad9d4a23f3200fcc9ffcd467b63fd 9069e1627ff4455d12d6250f2f33468e551b3542 924c6e1ca3afb6bfce4b610350e503f33f667c55 984fad3146485ab162e30e3513d4c00e282d8926 9be60ac1930f078552dd520a23984f9c4bf26e28 9c101ca463bf0958b3036a117e36bfae6cc2bea0 9eb5cd1df951141f0ef2310c047901354914ca75 9fd885c20ce456b7b4741ffc0509e2c41272e6a0 a1dd206dbedde7dc2d3a056981bafd6079b45ac6 a48fa5aecdbe7c7de7f54312bd85e3791e4b6e87 a661d52922c86caf18dbc55e39115892012ca058 a6f0c6b2350675f1e0ea0c45ee8d8e231edec8a6 a9fe4326e4ea383e95f8d52f192e61aaa417131f aa07d7a7a09267cd7b1e0a8a640e8d9beb4630c8 ad70e2627b76d3baf8f0de2de48287e48448dc8b ae9671be9c6c32a8ac64d5b24c28a54035c5ba66 afdd8067a02f1a67b15c3d873088057a0d7cbe6c aff0f22815fbb284f3bc4e0fbf2c68b508b69882 b230357b0431db0a929e59c39895be6a76be2007 b3e4957fd6ef47f0df1816c932c580e5e9f0ec17 ca8d6d7fd6cf887f2c43a500bc32a13d648ccf76 cb1c8aead4d286e9c004e9c09edcfbc646cf78e8 d094f2db1a0ca2df65316bca793305099f2a520b d818cc5f62396e8417636dd8c4a1d5089551af1b d8ecb64c9c5479a496b717c1bf9845aba1800ad1 d9404293a1a0a1b00fe9c400f370cf250ef11b68 dcdd78b6b5713a2fe9d77a1dbda2f794a63037ea dd0aaefc9fdbcac1679a2465525f809b67102be5 deaf07ffcce2e3797f01408a977c9b2ef43631b4 e00d80df2ebae98b952035aea064d801463ba972 e6c3c3e09c9b984f7688a7779b18c466088c6493 e778abd7e2918355c9e960422e276ddd55073d6b eab1054e2f44c5024229383909a0e288e16e4541 ee154d96cce03c3ee774271b2e2d26b7a57ba0a0 f11f506c4c3bb79c68f7f222bee5595afe2c89b0 f34ea34762cb34d4b928962efd4a2c804bb18b9a f47824692daa6eb60e7c078fb6169309985cdee5 f6e3e01affadb3d128ced04658c187faa7a97175 f6fe0be20a6e356e75f404a6868a21ecfcb8c75c f950833b5f1991668338d90d1cfbc29ca058942d f9e748f4747d61f74fa35e4a0dc12c7d9a6bea88 fb0a306f11edfde9c82f7d2a47ebb69d0b687c8f fd86083ef0d7f8ece018847ad79606b2e09cdc82 ff7bb20d365c1cf60b811b333104fd69e22f82f1
Postgresql-Catversion: 202406281-1700
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-17-debversion
Source: postgresql-debversion
Version: 1.2.0-2.pgdg+4
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libapt-pkg7.0 (>= 0.8.0), libc6 (>= 2.17)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-17-debversion_1.2.0-2.pgdg+4_arm64.deb
Size: 14192
SHA256: d497d3aaf371beb43b725e8caf0ce889b12892d846156377279bdff00eaea3a7
SHA1: e594a3500bfeb3f9c9dfc796fb6269ea5158ff79
MD5sum: 6a6636959e7ec2ab42bbabcfeb32a258
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()
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-17-debversion-dbgsym
Source: postgresql-debversion
Version: 1.2.0-2.pgdg+4
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-17-debversion (= 1.2.0-2.pgdg+4)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-17-debversion-dbgsym_1.2.0-2.pgdg+4_arm64.deb
Size: 20568
SHA256: 14ce108c43b6dbbdd2aeb0d9c746806d1ddea6d687c5faf6026441366b888593
SHA1: d23b64bd270d6ba8004071a4df7f7249ba4c6d04
MD5sum: 4108fcafc974badfe30a68e3ee96d069
Description: debug symbols for postgresql-17-debversion
Build-Ids: bc5fac660d04ee428055e3f356ef43585fcd2a1a
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-17-pgextwlist
Source: pgextwlist
Version: 1.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-17-pgextwlist_1.18-1.pgdg+1_arm64.deb
Size: 30232
SHA256: 8db20b56d0285297a4475cba283f43079a1f50c4c6f79a61609e485f670efafa
SHA1: c84d2fd6a74b9b72ba7085c51a25abf32934407f
MD5sum: 26517702d0a4fd15b55dc59ec393ce03
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.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-17-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-17-pgextwlist (= 1.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-17-pgextwlist-dbgsym_1.18-1.pgdg+1_arm64.deb
Size: 58788
SHA256: 6099d483b097bbebdffee8b27215e4a3da0134f947e1df3d872327d1398425fc
SHA1: ac2302c93ba5d3b7ffac88e5c4ea69e7a65249d0
MD5sum: 2f21404d622b81df0f1b1ddadde5f42d
Description: debug symbols for postgresql-17-pgextwlist
Build-Ids: 8e266b67701db0ebb9ce1e2e71a3bb59342ec25a
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-17-pgpool2
Source: pgpool2
Version: 4.6.0-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 446
Depends: libpgpool2 (>= 4.6.0-2.pgdg+2), postgresql-17, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-17-pgpool2_4.6.0-2.pgdg+2_arm64.deb
Size: 156736
SHA256: 768db41cb943e559c1f701b865b658eb6b94413739136782a0ee360f1ea1bf4a
SHA1: 9259495d19165dd3304e11528c379d625e020a15
MD5sum: 57eabff78214645ca109ef2bf77dedc0
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 17 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-17-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.0-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-17-pgpool2 (= 4.6.0-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-17-pgpool2-dbgsym_4.6.0-2.pgdg+2_arm64.deb
Size: 57720
SHA256: 980ec1df33898e220c89f1ff00d6a72f0cd69713d2ae55c97037052f9e126c75
SHA1: ac59079719d82248ff3d07eed265fe718aadb254
MD5sum: 0e4fc5aa958d02cb62a0a18023da4159
Description: debug symbols for postgresql-17-pgpool2
Build-Ids: 1d51589f49e4dc1fcd512f9852b6a5f881775125 53dad9f9e910c26c2a5f478074f4f31ff56a00ce 8bf7705913517af37b9681cef2d71cb3554d56e4
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-17-pllua
Source: postgresql-pllua
Version: 1:2.0.12-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 996
Depends: postgresql-contrib-17, postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.38), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-17-pllua_2.0.12-5.pgdg+1_arm64.deb
Size: 354932
SHA256: 3c8f5bf743a9f0a69d566c49f2ae1f3eec1fc2584eda35312b594388898f7827
SHA1: 382b5b8735a85da2cacfdde170eef123ca4e5fb2
MD5sum: 176a773d98dba3cbbf27676f91cc9105
Description: Lua procedural language for PostgreSQL 17
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-17-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 396
Depends: postgresql-17-pllua (= 1:2.0.12-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-17-pllua-dbgsym_2.0.12-5.pgdg+1_arm64.deb
Size: 350168
SHA256: e6308c131729f2a354c562b0d7e061ababb41b832ccd66d3fc35b5bc87fff3a5
SHA1: f5d02c5c88934ca58c505f22fb06feeefb0f548e
MD5sum: e0fb062f22d2fbdcb9e5020c07d8ab4f
Description: debug symbols for postgresql-17-pllua
Build-Ids: 0fee704320a4b57578851fe7a3012e0b54e8e235 e8759f669aa53dda7dd5c66d5a1db4d048507f72
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-17-plpgsql-check
Source: plpgsql-check
Version: 2.8.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 747
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check_2.8.1-1.pgdg+1_arm64.deb
Size: 301008
SHA256: 0bdd5dfba27195222ab469839dac30621279ef64a50aee20293f98e396dd83c9
SHA1: 094db873d183e67966f98eb00fda3a8bab5eda31
MD5sum: 88347207f6b377943f808f802bf9c7b3
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-17-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 389
Depends: postgresql-17-plpgsql-check (= 2.8.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check-dbgsym_2.8.1-1.pgdg+1_arm64.deb
Size: 353812
SHA256: 01d6344a3094b41eaca8e540548f0792948b201aebfd6f93331389f401db4f50
SHA1: 49c7366179897c02cae8347d642246eff3a2cfb7
MD5sum: 17c495e83076685ddd386b77b9756dad
Description: debug symbols for postgresql-17-plpgsql-check
Build-Ids: 61e4474b0a7e093e3646809a60dae8e2c2c550b1
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-17-plr
Source: plr
Version: 1:8.4.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Depends: r-base-core (>= 2.10), postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-17-plr_8.4.7-3.pgdg+1_arm64.deb
Size: 136952
SHA256: b98b67b7afe8a70e96d3f60bdcb7650d66bbb466f2bac0db4e6eac3cb3657522
SHA1: 350333c65cd694065b4b9366f735b355c38d4f5e
MD5sum: e4151f204afa345efdb3198cf2b411ab
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.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-17-plr-dbgsym
Source: plr
Version: 1:8.4.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 170
Depends: postgresql-17-plr (= 1:8.4.7-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-17-plr-dbgsym_8.4.7-3.pgdg+1_arm64.deb
Size: 149180
SHA256: 5362887168f9e6438dec3d2dafd8ad42a8dad74c18ea2a655274340a26cdd3b4
SHA1: 18bd4014432c53ea153fd1408e660e19adb4b818
MD5sum: 90dd4353e2548ad0aedc8a5371e4feff
Description: debug symbols for postgresql-17-plr
Build-Ids: 6f4130ec60cadac2d4929fec99e18fb82aad6c17
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-18-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.8-1.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 98
Depends: postgresql-18, libc6 (>= 2.17)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-18-bgw-replstatus_1.0.8-1.pgdg+1_arm64.deb
Size: 15220
SHA256: 5ad5fa4907870d3675ac5c0fcfa1f3bd3221631c0fecf8779de3d8eeea5ba132
SHA1: 43f49ba7607916db4131c35b7a7aa6356adaad43
MD5sum: 43dfa58a046d47f2bf612ce316090101
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-18-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 24
Depends: postgresql-18-bgw-replstatus (= 1.0.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-18-bgw-replstatus-dbgsym_1.0.8-1.pgdg+1_arm64.deb
Size: 9320
SHA256: cb8f61c9d01d287790910f6a2b5037844364b061554a8976c9a228b8daf63496
SHA1: 4725a3d4d84c7091146c8fade25e0e8146f4a35b
MD5sum: 36cacb3d7d07e0435b305efa595196cb
Description: debug symbols for postgresql-18-bgw-replstatus
Build-Ids: d50f1b71cff919b92e0442efa6fd69adefba948c
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-18-debversion
Source: postgresql-debversion
Version: 1.2.0-2.pgdg+4
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-18, libapt-pkg7.0 (>= 0.8.0), libc6 (>= 2.17)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-18-debversion_1.2.0-2.pgdg+4_arm64.deb
Size: 14204
SHA256: 32ad3697a80112716b9aae5fcdbf215842c62630be510848a1e08e6e818d35bc
SHA1: a2db0f4c373340586d56ec151986889401014861
MD5sum: a2251960ade9bf25f2cba1f366544784
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()
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-18-debversion-dbgsym
Source: postgresql-debversion
Version: 1.2.0-2.pgdg+4
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-18-debversion (= 1.2.0-2.pgdg+4)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-18-debversion-dbgsym_1.2.0-2.pgdg+4_arm64.deb
Size: 20700
SHA256: ab8ab2890f26e319e4e9a0de37b8979df711fab8fb7fe04b8d94dd6f7c2e964e
SHA1: f6ae6e92ae5a4bd9bd0cc253c068bc4f24660568
MD5sum: cb7ea44ea83c4dfcc06c6ce8792772e5
Description: debug symbols for postgresql-18-debversion
Build-Ids: 5255931093bf793fa0bcecae1697f691a55055cd
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-18-pgextwlist
Source: pgextwlist
Version: 1.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: postgresql-18, libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-18-pgextwlist_1.18-1.pgdg+1_arm64.deb
Size: 30236
SHA256: 03143d04ba75d2303f811dd8527d14f8cc013b1b44c8cd512c266e2251785332
SHA1: f2441c2ee2ada99926486a62a9232c5cab72f434
MD5sum: 4e26af850c4ea16739b265eb0c500161
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.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-18-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-18-pgextwlist (= 1.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-18-pgextwlist-dbgsym_1.18-1.pgdg+1_arm64.deb
Size: 60500
SHA256: 7eba1ac2762f733868582edf8d1d956d1ebe5186d6823fa2aa16d11cd1ed291f
SHA1: d5a1cb48f6d5be7ed9765f1487a99c79a8e8a51f
MD5sum: 3d4ba3ff7054e849a276c3671737a620
Description: debug symbols for postgresql-18-pgextwlist
Build-Ids: 1ed731ea02b2b5a102d22235a6feec31c8f16fbd
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-18-pllua
Source: postgresql-pllua
Version: 1:2.0.12-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 996
Depends: postgresql-contrib-18, postgresql-18, libc6 (>= 2.38), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-18-pllua_2.0.12-5.pgdg+1_arm64.deb
Size: 354980
SHA256: acef2d8a09c8b89da5afe24213e95ebf65840e1902d54c00efda5244f18d918d
SHA1: 362d7c41e54e0b9a2285abc91f4ecd89355531c5
MD5sum: ca88b1aaeae5acbfff3085230de9b5f4
Description: Lua procedural language for PostgreSQL 18
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-18-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 406
Depends: postgresql-18-pllua (= 1:2.0.12-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-18-pllua-dbgsym_2.0.12-5.pgdg+1_arm64.deb
Size: 361464
SHA256: 3b41dc7686fe875af4a619d29741348108be8f8c001968e7afa243b670bc79a1
SHA1: 9221cd41d17f6712a44f06de88e849f5285fec44
MD5sum: 2ffe5d757d8ee2d63e1944e4c561dccb
Description: debug symbols for postgresql-18-pllua
Build-Ids: 48e56a5a7b9f49ce73009f15d0747869f7010d55 89a000e0e6b8ddc76503058da8a04a0491bd7f14
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-18-plpgsql-check
Source: plpgsql-check
Version: 2.8.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 747
Depends: postgresql-18, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-18-plpgsql-check_2.8.1-1.pgdg+1_arm64.deb
Size: 300840
SHA256: 62f817fd813084ce206df336bd5fa56394a09b0e62fa7aa5ffa82b9be728d0bb
SHA1: e7496fc291bcc2a580e0190387ec3d32cc1be70c
MD5sum: 02ae314959367959b5cbfef544482305
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-18-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 374
Depends: postgresql-18-plpgsql-check (= 2.8.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-18-plpgsql-check-dbgsym_2.8.1-1.pgdg+1_arm64.deb
Size: 340060
SHA256: a98aec89abb3df53b5478096ba48f7b153d2b05b4d8f1057cbd91575b21c6640
SHA1: 7d547b7a4f681fb6e6f32af1fe29fc81972faa7a
MD5sum: 68078188b77c90043c39fd1431212321
Description: debug symbols for postgresql-18-plpgsql-check
Build-Ids: 06c4a1d213e3819b7596414264833e5b0bd78076
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-18-plr
Source: plr
Version: 1:8.4.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Depends: r-base-core (>= 2.10), postgresql-18, libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-18-plr_8.4.7-3.pgdg+1_arm64.deb
Size: 137240
SHA256: ba0fbb51ec93a2e46ab28c513a6c77a868fb23e73c4b4222853768ed17a6c3b4
SHA1: b005d414e9e89d4135fecdf49ce39b8a7229edcd
MD5sum: cd649b1ceddbce67e767bdcc6e75ee3c
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.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-18-plr-dbgsym
Source: plr
Version: 1:8.4.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-18-plr (= 1:8.4.7-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-18-plr-dbgsym_8.4.7-3.pgdg+1_arm64.deb
Size: 154592
SHA256: 1da73216d0b56dc6ff6f8bc2c6ebfe293e75c92922e00d181bb750762f2b9670
SHA1: 63d52de29fd83d0a313b0dea9fed0eccc3f0c114
MD5sum: f2d886959910234279502adae940feae
Description: debug symbols for postgresql-18-plr
Build-Ids: d7cc15bf56e1b38509112e575014bd09942b1125
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-all
Source: postgresql-common
Version: 278.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19
Depends: libecpg-dev, libpq-dev, postgresql-common (= 278.pgdg+1), postgresql-server-dev-all, postgresql-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12, postgresql-13, postgresql-plperl-13, postgresql-plpython3-13, postgresql-pltcl-13, postgresql-14, postgresql-plperl-14, postgresql-plpython3-14, postgresql-pltcl-14, postgresql-15, postgresql-plperl-15, postgresql-plpython3-15, postgresql-pltcl-15, postgresql-16, postgresql-plperl-16, postgresql-plpython3-16, postgresql-pltcl-16, postgresql-17, postgresql-plperl-17, postgresql-plpython3-17, postgresql-pltcl-17
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_278.pgdg+1_all.deb
Size: 14148
SHA256: db3c61884d6771d5e2c5b1cdf8c67e71da2dd52d2bee35ccda090e172cc046fb
SHA1: 131dc77de17b27fe5f9b20cc6a55fdb3cc261740
MD5sum: 595132d03e7869ad7b60bebdcab92efa
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 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.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-client
Source: postgresql-common (278.pgdg+1)
Version: 17+278.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19
Depends: postgresql-client-17
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_17+278.pgdg+1_all.deb
Size: 14012
SHA256: 10c91331dd44e463877dd5a5b255b69f080cb1dff618de4e39a8b5feaeb8e3a0
SHA1: 48c9576df8f4603f5340ef1cab4c0ebdde03c8e8
MD5sum: 9fb4543ffc3febfaee4da285d7a4affe
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.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-client-13
Source: postgresql-13
Version: 13.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7509
Depends: libpq5 (>= 13.21), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-13, postgresql-doc-13
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-client-13_13.21-1.pgdg+1_arm64.deb
Size: 1507740
SHA256: ad920cf2dfa0bd8a81308541fba43d1718201d6d072491311f66ed8fb6851f6b
SHA1: 649e19e38930c33177ba4569bc8bb1b2d6966f1b
MD5sum: ea971153be6812970c0a946fd44403a9
Description: front-end programs for PostgreSQL 13
 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 13. If you install
 PostgreSQL 13 on a standalone machine, you need the server package
 postgresql-13, 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.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-client-13-dbgsym
Source: postgresql-13
Version: 13.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5225
Depends: postgresql-client-13 (= 13.21-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-client-13-dbgsym_13.21-1.pgdg+1_arm64.deb
Size: 2176828
SHA256: 01caf6e0090cc694fd6b945093cfce40fa6739f023e90ac9a840076eed8c5c7f
SHA1: 7f6ed34a28d4e52128f9f6e8c761a22a822832f0
MD5sum: 0f688a29b464ffa3d421d39c669d953b
Description: debug symbols for postgresql-client-13
Build-Ids: 0e660223b4ca57ffbcbccc7f34917fb8b593090b 32e96abeb8b79351e139b6522c35328289b0c165 40f2662023ebed6482f6c31cd6e9ae9ad889b16b 4267a4d3d44221e9de25d60f3f7c45e283d3db15 49e7a9f3330f9f1d5fdf5b24fb3e7a2b8dd88b47 4ce58738b7b6e539603f5e51d18dbe9bc8569933 5070db6344c9ae1f81ba7c262467dc7d24f99973 582649f4ffccdd85839c0777dad299684f8731d5 63810d43042735519f4467235780048a7da06c2f 785e2a76e3bb934134c3100018e8ad804cbf9a38 81834c5c79a24a6b7f859a9b61a95346f0706cc6 a693138f6fcaf9e4cc1a102b3c22bd8a4a6cc5cb bd8cd08f484adf73e3fd86f97a8171a8c8c1e48a c0e07200f87a8a12c89a4368436b1f15e3ddecda c6c87626feaabf369ebafd2079815f5c0bfd4ebe cc2a780e9026d37275d6251624aaa2ef2ea581dd e96ff09e6f44392a8f3db282b39a889ed4685ede fde6b45d8f649cdad713a619677e14b9ddd4cd4e
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-client-14
Source: postgresql-14
Version: 14.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8476
Depends: libpq5 (>= 14.18), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-14, postgresql-doc-14
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-client-14_14.18-1.pgdg+1_arm64.deb
Size: 1632568
SHA256: 8cf20f63b93e862f5d908bfa9e43bbfc3ff5a0b122d9b919870599dd433e66f8
SHA1: e846c3cabacc979d9d960d3879c74499e40311a4
MD5sum: 0194985d925707df3f5f2dc412930684
Description: front-end programs for PostgreSQL 14
 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 14. If you install
 PostgreSQL 14 on a standalone machine, you need the server package
 postgresql-14, 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.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-client-14-dbgsym
Source: postgresql-14
Version: 14.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6067
Depends: postgresql-client-14 (= 14.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-client-14-dbgsym_14.18-1.pgdg+1_arm64.deb
Size: 2559620
SHA256: e5f73657183f4175a2b59f79b9f1b5f550e8c0ab02ea20de0823f018406e2f3d
SHA1: ab1d9fdd28b913279f631d740e9f5f0394b3d98a
MD5sum: 0272e43e05c5ab8bde4a5fa0001093dd
Description: debug symbols for postgresql-client-14
Build-Ids: 02076687a061623b50718f82489aad4158dabd82 1abe0b17f6b16940be7c47ca06ae7002c6fa8672 27313557de1593905e9d0a8b1893f3f09fd64818 30fb330ecf2ac3e73b058f52046c519ff43114c0 3e204064e6d19b7311a4bfcaf8a7c6fae9246536 4b9a3949f8258bbd6ce5cdfb9d5c659d32d75d4b 5083f6e0647a72f4c44db83b428c499e7c84d962 5a720c78d675a5ec2f507ece96257b24a92c95db 77475748a32c0d665d0fb9445a95315fedd8b9f1 790c6f34d8820e3f3ec1a59271c1226b071d6f57 7d70048c455ea92880d73c6156314949d74fe691 83e63baaf69380239cb6be2106331a0a86713dcf 884f5868f215c7a7e6117f9f6b8a0555acd9140e 8d59e0fdb4da223da32a46837b551fb92d7d1e6e 975d8e081f06b523c676d4abceb0fe0f94026bd4 9d27b274a12c11384c87705c9913b08cfa7c65df a021dee5fcf88773bc45d1848cbce35aca11c8d5 a3cd939b801162699caec40dd0c07268c904b303 c34ce7d92bc49ab8d8e3a3df1c41cdcae3b00f87 f3e6500a1c6e8de9bae99d69ff9710348a871f4a fd4785062e18dda3f7cc6fb39d548d6801cf9e32
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-client-15
Source: postgresql-15
Version: 15.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9002
Depends: libpq5 (>= 15.13), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-15, postgresql-doc-15
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-client-15_15.13-1.pgdg+1_arm64.deb
Size: 1696860
SHA256: 3577c19365fd95ecefd98e70f80a25f4d5290aa889499f7efde7f30990640d49
SHA1: b06654ad574352b03944ae6072bf46146c2073bc
MD5sum: b8c92bb422c7f0475f3f27585d7ee610
Description: front-end programs for PostgreSQL 15
 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 15. If you install
 PostgreSQL 15 on a standalone machine, you need the server package
 postgresql-15, 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.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-client-15-dbgsym
Source: postgresql-15
Version: 15.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6385
Depends: postgresql-client-15 (= 15.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-client-15-dbgsym_15.13-1.pgdg+1_arm64.deb
Size: 2735348
SHA256: 26a2ce62784c36ae53b2613c8fbf602005a78403dda6365d7e6e8e69bdf70c5a
SHA1: 9e972cba072341fa7598fbeddc17d79ab50b1153
MD5sum: 21d303b3dff5755e03d005bbb99323b6
Description: debug symbols for postgresql-client-15
Build-Ids: 115c36f1b9bb53dd80304c1697a2c1736ae294d0 17b15d6ddc32f0dbc0262817538b12b9b8311cb1 2a48445867d33bd36124be26e553fc72f989d32a 34824e0154e913624e7f0374eb3af8fe8134847a 36b03ac0a8d1fac5ac225982c8349c095b46f8fc 39f7547bdcb1fb81fd0a162770d0b8d68758ff98 488e22b6fad72fdd6af21f8b51c71964e076f60f 4c05bd612500ee8c9d5aac3f679ac1c65aa49892 533e07a74353943ec0cfb05aef96e65107c68c3a 5839653adb0e927bd6750c715b37b996e42ffb39 75ebcc8f40c1c7b35d62a9238c49beb8d66f93a4 7ce32754bf071d9c9cdc17297eb670b9bdaa7b18 7e85611d50b2719eafbb7f41557dc39bcb0170bc 851951cb2869bdace213271aae721b68e209ac11 9971618d95110f83459e972e7c2756d6635ee917 a593fdfaf2837050ba0ef9c3fa6ef8919b2a7e94 ad71713e97f384f1c372aa61c641f1017523af91 c33e4cfbe5d07b786b723b58968a61a67e366209 ccf9319f0b860c88cb957e8c099381c78196b03c db846c1e4bda667d4da3ca9def4e9522af2e0bc4 dc0e273232218800f05928c64d06c2adf09ae2d7
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-client-16
Source: postgresql-16
Version: 16.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10412
Depends: libpq5 (>= 16.9), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-16, postgresql-doc-16
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-client-16_16.9-1.pgdg+1_arm64.deb
Size: 1901780
SHA256: 19a280929e7af3dcb90315ae8bd0a091744bccdd97bf57563f84d1a73bc269f7
SHA1: 87e9f992d1ea27d41e5f573b2e97ca6355142e85
MD5sum: 3e923d38231d05a48b2c375b4817fbc8
Description: front-end programs for PostgreSQL 16
 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 16. If you install
 PostgreSQL 16 on a standalone machine, you need the server package
 postgresql-16, 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.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-client-16-dbgsym
Source: postgresql-16
Version: 16.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6674
Depends: postgresql-client-16 (= 16.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-client-16-dbgsym_16.9-1.pgdg+1_arm64.deb
Size: 2827068
SHA256: f9e45ac68a5b61cede5f0135aa207464081d05c0868d496e879111383750af67
SHA1: 8b5fb395993885f4c47cb7a4e543360c9d0477e5
MD5sum: b0f8d16d57f83100d78f73201f38e9d5
Description: debug symbols for postgresql-client-16
Build-Ids: 0b9b0102b183ca0ba2f95b439780c83bf8b8a3c9 1003dcb0303563ace3922a7a99711cdecfefdde0 180dacd15db0734b68e983ed196bbac0248b633b 28a22aaad7756df38a9f4ea512eecb721ca28e2a 2eb3d2f7c0a6090200bdc15b0b0e3c6284a80037 33996ffdceb2a4721c8c50f7cff8932509b36ca9 3632a65c0645b0e66a1025bb9ca9d788f52fbcae 4875dddae10ecb67fe97769ad179e693441e1143 56e154eb0011d932ecf6dbcac41cfa0ab49af8c4 65a4ee52e69224bb3d50c372898163bdfa4ff664 70ba3df010c11c7064710acfdb583b5a3b2ac328 824f0464a758f1a62a8fbe12b7ec539b0a3f6f53 8c54e4e6ea6117a4d37446dd5f58f765dc7fd85f 9c3b57c353fd75e480f9c3dc49aebc57e1bc1b97 a7b046b0152642d6efa7307954dc38b4838b7e73 c088138c1e24f6770cef36e53ee1836fcc5e7cf8 d85b4db62c30de1e9f4f29dff577c0ad093c57cd f85c459c93d2accb205302731eb7e3b3b7e42b90 fa5aebd32c1c12811f093135462e37d89568c315 fd6d39b2bc908483dbaab147a4788e2fc1d69166 feb601600e809d85eccad401410b8c7c4efca4dc
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-client-17
Source: postgresql-17
Version: 17.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11100
Depends: libpq5 (>= 17.5), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-17, postgresql-doc-17
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-client-17_17.5-1.pgdg+1_arm64.deb
Size: 1992292
SHA256: 5abaf701a2af7f42a62934b2e01ab385fb2c092cf011ce678d27481442c6a86f
SHA1: 677d7c48265589b4a59bd3a86f2bd41ceace025d
MD5sum: 8c52685f71a2942159c76f7944835a36
Description: front-end programs for PostgreSQL 17
 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 17. If you install
 PostgreSQL 17 on a standalone machine, you need the server package
 postgresql-17, 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.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-client-17-dbgsym
Source: postgresql-17
Version: 17.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7187
Depends: postgresql-client-17 (= 17.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-client-17-dbgsym_17.5-1.pgdg+1_arm64.deb
Size: 3072664
SHA256: 573819c1004e5a95e9a27e0f8b33f844470071e4db4df43ca3b343101a550dd6
SHA1: d8f84ff6f0ba9f55a76b47130bd2aad1bdff3de7
MD5sum: df73243794dce54658651accf8a5b959
Description: debug symbols for postgresql-client-17
Build-Ids: 0bc03d3f963d084d85164c7151ae11e781adf39e 147dec5a4e2c7aad766275183aed73ec286e4346 15ac941a65bdbec57b79004d22966619705d4f53 1651454a585a9f28df65ab2686f0e62e41b2518c 189a64da3efb0c475ad5ef320279f6c8471efa95 288684381a8216f81a546dfaf96640dad6ed3af8 3337dce957d039ed7e4096f0753900938439a6c2 36642f205b3cef0a46bde480eefb0fa6c69a8bab 371ce17b4641819b2f449d2606671fd28272ffe6 423330d46deae51a834ca43e346e6d2d680e7159 6bcbeeee9afbe15ccc2d0e86da40b7eb17af656a 7b4293c2c1944bc002fbb891cae3f4f91fd14e08 a76a23bcae69fe804ce3eb53a38af3681cf57d68 aaa6cbafd93459555a1bea71e7e24dac44cd319a b06415990ce00e70e8df2abb5bea53cd2d32fccd bdfdf6e53ff745cfd489b152f9f71de24b5c6ead c12422e2cb930e68f2bc112550ba8394c8afc4f9 d053c85ae1f16a49f994b270a9046fdc0bf86a0c e00458c27b65fec4db5eb5d4b198d8ba54bdab03 e5ee43cdaee99d2eb73e7d93d2b78b60b60f4fa7 e92d0cdc80c8593d26bac683eb1defaedfb34077 f2590464137f181e3fffc61e1f5673e66cac7c92
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-client-common
Source: postgresql-common
Version: 278.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 153
Depends: netbase, perl:any
Breaks: pgdg-keyring, postgresql-common (<< 269)
Replaces: pgdg-keyring, postgresql-common (<< 269)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_278.pgdg+1_all.deb
Size: 47092
SHA256: d26a591e176799583e9395ea967554be70ee82fb51588ea0726a2fdddc322152
SHA1: 43d4e7b39092ee7e0b5824b8131698c6cb931d7a
MD5sum: d5172b243728df6b0a22eedf00157252
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.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-common
Version: 278.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 355
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, libjson-perl, sysvinit-utils (>= 3.05-4~) | lsb-base, postgresql-client-common (= 278.pgdg+1), postgresql-common-dev (= 278.pgdg+1), ssl-cert (>= 1.0.11), ucf, perl:any
Recommends: e2fsprogs, logrotate
Breaks: postgresql-9.1 (<< 9.1.1-3~)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_278.pgdg+1_all.deb
Size: 111960
SHA256: 16f52b97f88bc25dad0f311e27c9e6f305566864b2403946301b93f62f20d314
SHA1: a3b16f231f825e28e6b5874131d7f0549b42e37d
MD5sum: 591701e0b651f4e225563e8042efa35d
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.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-common-dev
Source: postgresql-common
Version: 278.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 333
Depends: libipc-run-perl
Breaks: postgresql-client-common (<< 269), postgresql-common (<< 269), postgresql-server-dev-all (<< 269)
Replaces: postgresql-client-common (<< 269), postgresql-common (<< 269), postgresql-server-dev-all (<< 269)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common-dev_278.pgdg+1_all.deb
Size: 72396
SHA256: ce26f70460bcfda265a03b472ca23d84c8e8b8b8cc85f834d360b0396b2d40ad
SHA1: 73197ff9553965b11e1b6c5c6e8f7679ce644001
MD5sum: dd45746e31e3745b3ffaa1c8016a7058
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, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 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.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-doc
Source: postgresql-common (278.pgdg+1)
Version: 17+278.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19
Depends: postgresql-doc-17
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_17+278.pgdg+1_all.deb
Size: 14000
SHA256: fe6f01b3ed51a4c0eafd41658092654eeff9adbfc3e38de85d09216f2ad85307
SHA1: 484dfc1f9f211ec25f14c767ffa44910d7cd060e
MD5sum: 3c2ba12536c16bb3bdc124d6ebcb7ce6
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.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-doc-13
Source: postgresql-13
Version: 13.21-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15974
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-13/postgresql-doc-13_13.21-1.pgdg+1_all.deb
Size: 2008448
SHA256: 6cc957550c2c94bdf03fdef9c63582284dab8a069c319335623e155c7d0776fc
SHA1: 2d1141fc8ab1f4c5ccb7959c0c7337cd8f8a057e
MD5sum: 54654a025025ba01cd093e6a5f35ef66
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 13. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-doc-14
Source: postgresql-14
Version: 14.18-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16425
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-14/postgresql-doc-14_14.18-1.pgdg+1_all.deb
Size: 2058056
SHA256: 49277e023f6fa54cd3abcb7ee3226c8bb77467c0912d53e21e3af9409cfbef37
SHA1: 5592f8abdf3e9dbd33b3b526fb61cc6196d826b4
MD5sum: 2f25389f5fd5153f45f51954b5c52804
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 14. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-doc-15
Source: postgresql-15
Version: 15.13-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16259
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-15/postgresql-doc-15_15.13-1.pgdg+1_all.deb
Size: 2069840
SHA256: bf69c9bec025db738df013a586723cc9e3feff698cfba2abab78462968f9f428
SHA1: 90e7be20686a6c84c076020691a9e70224b34e7e
MD5sum: bb5d9a5d7d1d088b1eba42c9549bddf9
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 15. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-doc-16
Source: postgresql-16
Version: 16.9-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16791
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-16/postgresql-doc-16_16.9-1.pgdg+1_all.deb
Size: 2120872
SHA256: 21682235c3fbd631f210683b1724e71f2f67f0810ffb6b06b1224cce5224004d
SHA1: 190441f2aec6b1703e281eb167368157d2153d1a
MD5sum: 9421a631a3bcb6263084f77149c20fe8
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 16. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-doc-17
Source: postgresql-17
Version: 17.5-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16949
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-17/postgresql-doc-17_17.5-1.pgdg+1_all.deb
Size: 2133096
SHA256: d28bf748a6f10d7f5575f60dd24735010bf4c4c0f5a575e1b88ca2a0283c1769
SHA1: bec9bb6af0ee4722506db4fe7a711d706cbec314
MD5sum: 497ed8376bb3f23ef33481aedfbbf14d
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 17. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-plperl-13
Source: postgresql-13
Version: 13.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 556
Depends: perl, postgresql-13 (= 13.21-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plperl-13_13.21-1.pgdg+1_arm64.deb
Size: 86280
SHA256: ffc961b03a714b421075bb47acde53ad2a3650bf0be2a07cd85b894c0ed3c98d
SHA1: 343bafca815b76488f5e45d0bdf777647c981cdd
MD5sum: 6779510ef5f7e91eea52f8e94491ee93
Description: PL/Perl procedural language for PostgreSQL 13
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Perl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-plperl-13-dbgsym
Source: postgresql-13
Version: 13.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 234
Depends: postgresql-plperl-13 (= 13.21-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plperl-13-dbgsym_13.21-1.pgdg+1_arm64.deb
Size: 188600
SHA256: 2f2e31a70f7d9de01247c476f169c74da3355c3c7238d1b26a73b333fab8bc4d
SHA1: ad386ab9d4965995663fb598cb62beeed118cf41
MD5sum: 9a134cdb9ad623b6536e9c202231b317
Description: debug symbols for postgresql-plperl-13
Build-Ids: 0e70e889a24b9291530227dd6afd700fad034d2e 576cdba0bfa0d9b096c1bb2875446cab820d78c4 6247fd11ebc9c785de73f7eb98ed7e9f0103c787 cdcd53103ed62772d898fb3ab9e754fde82bd7d4
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-plperl-14
Source: postgresql-14
Version: 14.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 565
Depends: perl, postgresql-14 (= 14.18-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plperl-14_14.18-1.pgdg+1_arm64.deb
Size: 85568
SHA256: 771f5eff85fc6ad6e17a1885c8fcb81d505b32df6a2a08d49e0377f4dbc60342
SHA1: 268b4861e1976fda6f7bb4eb3aa09f4081102f9f
MD5sum: b2dc2128058169e520286b1e725db286
Description: PL/Perl procedural language for PostgreSQL 14
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Perl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-plperl-14-dbgsym
Source: postgresql-14
Version: 14.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 235
Depends: postgresql-plperl-14 (= 14.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plperl-14-dbgsym_14.18-1.pgdg+1_arm64.deb
Size: 189308
SHA256: 22ee7293dd8155b5f59e32e6b98363fe515ee75484eed53fc1fc672e8ab73678
SHA1: 1454d3aa9e6d1a6b5d74331fb0849fa9129aa10e
MD5sum: cb3a3089ce0296919cee0713e07a0705
Description: debug symbols for postgresql-plperl-14
Build-Ids: 06a18e2ef8c94bb075963581533488d97b750d16 0baaf81dbfdf6200a66b55dc30f166aff0ed4c12 bba2f4c18f25df0cea704360cde5e74d486d06bb d9d09047c96234e382795e5c19decc6d531a59ce
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-plperl-15
Source: postgresql-15
Version: 15.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 567
Depends: perl, postgresql-15 (= 15.13-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plperl-15_15.13-1.pgdg+1_arm64.deb
Size: 84152
SHA256: d20b60b5c3bcc6210c9658a0faa626625fe6cba72379ddde0091f976dd4b1324
SHA1: 19ec8e2d25b0543ca3bce59c13ecc289a56aa111
MD5sum: 5e176594bc176c42e7c54cb6a604a14e
Description: PL/Perl procedural language for PostgreSQL 15
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Perl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-plperl-15-dbgsym
Source: postgresql-15
Version: 15.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 240
Depends: postgresql-plperl-15 (= 15.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plperl-15-dbgsym_15.13-1.pgdg+1_arm64.deb
Size: 193312
SHA256: ea5291670e89ed9638d665f916081247ff8d98b0607085f0a059fdea5c08d496
SHA1: 34d77b035273fd99ca8c43f3b4291e48061f30b4
MD5sum: e67d07a8a071a0ef34254215bb516d42
Description: debug symbols for postgresql-plperl-15
Build-Ids: 721a7459c9bccc32b641c55d8d1e4e626d4835ee 77439d34c691b36732aebfd5a9e3cffb9accc2b8 89aacc75e291a7af7f51c7e77522a64cb21de96d b638c37c7e5c47e315dbc57324ba35d3706ee76d
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-plperl-16
Source: postgresql-16
Version: 16.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 580
Depends: perl, postgresql-16 (= 16.9-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plperl-16_16.9-1.pgdg+1_arm64.deb
Size: 84568
SHA256: c361cd69d3d4c7e4a45709e2a3e7fa4e9a1ee07cb925cf568d1ec7bd838b7413
SHA1: be6e8d7078a052a308eb872cad4793f88eda4175
MD5sum: ac3a7e2ec4f755bbe9913c4c1cdc12ea
Description: PL/Perl procedural language for PostgreSQL 16
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Perl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-plperl-16-dbgsym
Source: postgresql-16
Version: 16.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 243
Depends: postgresql-plperl-16 (= 16.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plperl-16-dbgsym_16.9-1.pgdg+1_arm64.deb
Size: 196744
SHA256: fa6ae945546f0ca8a5294c12e0e5adc5b18f6954ec58bd0092ddbe458b175819
SHA1: 8e1dad50f674d4763c109e8c57b843f15a981ae4
MD5sum: 8804897fb93da3c089af2b85ac8f362c
Description: debug symbols for postgresql-plperl-16
Build-Ids: 1880117f02bf1cf28ff7aabc50b78a7b00a7dd6e 2898731a69a547e84cd04d99b741b49ddbc93e26 40d9766be6fcb76e77c77de350d8948ab6415f99 ea4555b5ea4592889d458250666b5b7d7f6d5469
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-plperl-17
Source: postgresql-17
Version: 17.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 577
Depends: perl, postgresql-17 (= 17.5-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-plperl-17_17.5-1.pgdg+1_arm64.deb
Size: 82080
SHA256: b7a59ab9faef3351c3f826addbd4e47f20c7ef6f7ec76914923c45f900a889fb
SHA1: 817afdff097293d651a6cf56e9c420e74ab885ba
MD5sum: 215d046412e4f7cc5abe09b9ead8bd16
Description: PL/Perl procedural language for PostgreSQL 17
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Perl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-plperl-17-dbgsym
Source: postgresql-17
Version: 17.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 246
Depends: postgresql-plperl-17 (= 17.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-plperl-17-dbgsym_17.5-1.pgdg+1_arm64.deb
Size: 199964
SHA256: feeefd3cd0626895a4fa6aacdadbfb6ef12b1e0846779d6a4fab4a46434d3ea7
SHA1: af43a2ad1bb51a070aeaead96cdf92372d3bf25c
MD5sum: 7c69e775b063cd40fc7b08dba5c6861b
Description: debug symbols for postgresql-plperl-17
Build-Ids: 4ca3063ece274963fce93e7bcc60f5091ba4d031 7c9429563331337c8599991d33f130cea46e65c4 bb042b8092ec5e38e4ba3a31f5052bddb347bb05 e663af9d83e949ab9fcf776f35b46951ac4fcc8d
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-plpython3-13
Source: postgresql-13
Version: 13.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 706
Depends: postgresql-13 (= 13.21-1.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13_13.21-1.pgdg+1_arm64.deb
Size: 110020
SHA256: 855ab87b55e296c396febbf5eba4dd3b2894f3d652dc268a69c5ba1a08df406b
SHA1: dcbb7cb99e05eacc0553624dee3290fc225b8f57
MD5sum: d4b5c5ac3eed12ba450f0c161d7ec641
Description: PL/Python 3 procedural language for PostgreSQL 13
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Python 3.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-plpython3-13-dbgsym
Source: postgresql-13
Version: 13.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 233
Depends: postgresql-plpython3-13 (= 13.21-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13-dbgsym_13.21-1.pgdg+1_arm64.deb
Size: 179976
SHA256: 1e0f417bb75852e68847be229e4df909b8f0967800d1c73def65a5547999383f
SHA1: 5c56de3fb78b32017ff866cf22aee8cd82725c28
MD5sum: dce2a8c9410b63283ceab398fe6707bf
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 3f2153562372338d000f2539c9447876508785cf e40f5b7da27fb74f138fbde4743e69678804aa0c e86aba37d6f76b595c3006d201b9f5194772df0a f5670347e63adb7e327de379a77a8f98030d96f4
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-plpython3-14
Source: postgresql-14
Version: 14.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 723
Depends: postgresql-14 (= 14.18-1.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14_14.18-1.pgdg+1_arm64.deb
Size: 110136
SHA256: 4704f897964d444167ed47828913698748af53f00541913d2e712c7736fb26b0
SHA1: ad92dcaa8cb2d1c825f8723f47134ff84526c0c5
MD5sum: abace05cda753b0717b1d5780f1cd722
Description: PL/Python 3 procedural language for PostgreSQL 14
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Python 3.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-plpython3-14-dbgsym
Source: postgresql-14
Version: 14.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 233
Depends: postgresql-plpython3-14 (= 14.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14-dbgsym_14.18-1.pgdg+1_arm64.deb
Size: 179780
SHA256: ba4f1dd02cf6a02fffdde7dd1726f596385450a0bdfde448d99efd715dcd7421
SHA1: c6ac1249e9aa1a33956772ced2e85cb21bb035d9
MD5sum: 4f732995459b39e44553878d7a361b6e
Description: debug symbols for postgresql-plpython3-14
Build-Ids: 111d04e446ec9fdf99c849ef1210b777aa545fd7 16cf883caaa349a6532a5b766bfb3b480d7f9973 724b864b6656af2c541af856450d4e5f81393445 98c2004620bc0e1235fed2d3d73f0e94fd9a21c1
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-plpython3-15
Source: postgresql-15
Version: 15.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 739
Depends: postgresql-15 (= 15.13-1.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15_15.13-1.pgdg+1_arm64.deb
Size: 109840
SHA256: 448b7a64aba56b5d3622eaee7270c4dbb2da3027307555b2576af990f7b0cf01
SHA1: 2a740f01a0624985dfd5bac66fa3d051720fc24a
MD5sum: 6a10f7e77b45e8c0062870d3519400cf
Description: PL/Python 3 procedural language for PostgreSQL 15
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Python 3.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-plpython3-15-dbgsym
Source: postgresql-15
Version: 15.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 233
Depends: postgresql-plpython3-15 (= 15.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15-dbgsym_15.13-1.pgdg+1_arm64.deb
Size: 181532
SHA256: 14eaa015548eec68b142b90744fdc1b4759bb4fcbdee9ed6a67e4a15df2eb5bc
SHA1: 38d697edbb62d7a2b513fb73ded3f4587e54f527
MD5sum: 1b94c1a3cff82f6bb3cf067e8f09073e
Description: debug symbols for postgresql-plpython3-15
Build-Ids: 2b2fada9e1771f42b1b4dfbf581124c6145244ab 739075dd977f1b1af2df3e6f69cfbe1ec875b7a7 8ac5bc2e5b18912d081d614acfb8feba5e7a903b 8e319a42159f502fe1f36000e434e5f8cc960edd
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-plpython3-16
Source: postgresql-16
Version: 16.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 685
Depends: postgresql-16 (= 16.9-1.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16_16.9-1.pgdg+1_arm64.deb
Size: 109596
SHA256: ad188e57994b2ac3fee3370053164ee2e333d5a72304acf28cfa837c4e0ff24c
SHA1: 510d797e1bbb3874c8cbe8eaf34fe728629ca7ce
MD5sum: b4e8e274f6187ae0e8b0099c9e58a47a
Description: PL/Python 3 procedural language for PostgreSQL 16
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Python 3.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-plpython3-16-dbgsym
Source: postgresql-16
Version: 16.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 238
Depends: postgresql-plpython3-16 (= 16.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16-dbgsym_16.9-1.pgdg+1_arm64.deb
Size: 185844
SHA256: a610c9868af8f2cea209db956d4756b5335e15ded0636c9a977b0f140d6e8f20
SHA1: 6d1c98368a780d19b54bce56ef102e245bdc26f4
MD5sum: 01ca65147f4abeea5d1028a5bbcb5c97
Description: debug symbols for postgresql-plpython3-16
Build-Ids: 30f21cb4ae03bffa346aaf0229ba492595d369ba a504e3f31aafe73423930a15b76fc19506a86ca2 e31148faff50b8511d3edf752dbc6ea91008e8c0 f01606930ad04ecbe3c4b18a024d051c5b7d7120
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-plpython3-17
Source: postgresql-17
Version: 17.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 682
Depends: postgresql-17 (= 17.5-1.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-plpython3-17_17.5-1.pgdg+1_arm64.deb
Size: 106636
SHA256: 924e2168f2780a9b23a8a575e9662703647b9d6c6189817d867b652270c35a01
SHA1: 381fd7bec7c4e1d380710c2e6ed900f14a0df39e
MD5sum: 691b53f4c8b4b7072a5b56ad51ed81cf
Description: PL/Python 3 procedural language for PostgreSQL 17
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Python 3.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-plpython3-17-dbgsym
Source: postgresql-17
Version: 17.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 241
Depends: postgresql-plpython3-17 (= 17.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-plpython3-17-dbgsym_17.5-1.pgdg+1_arm64.deb
Size: 189452
SHA256: dd6a0a2e473244b4d37ec155fe193d3ebdc20de93ad6128123edb5effbad37a9
SHA1: 08383f9c6e0a395e5c82e9218af35cf79781c576
MD5sum: 20d14fc7080d3735729c8338826ff50e
Description: debug symbols for postgresql-plpython3-17
Build-Ids: 3f5c4ed036e1fabf31bf0e21c11a47ab5c0edaee 7cdf0f72275991f5d62e6ac587cc04fa158496b9 868e6c9dc1877d24e0a948a530cc17163d27c344 d8c60af335f5454e34c17c46b619395a29ca3a49
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-pltcl-13-dbgsym
Source: postgresql-13
Version: 13.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-pltcl-13 (= 13.21-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13-dbgsym_13.21-1.pgdg+1_arm64.deb
Size: 74476
SHA256: cf91ea6a84fdcd87a2c04a5dea3b5bc9051d035bc935ba2a50ec2d913c06a289
SHA1: 780146eb1a95e899d559d507e16778264af5ef7f
MD5sum: 6c928756fad32f6d1e9cacfbf74b2ac7
Description: debug symbols for postgresql-pltcl-13
Build-Ids: ab0efdc897f907cafc09cbe7d2ce1e25ce31d135
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-pltcl-14
Source: postgresql-14
Version: 14.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-14 (= 14.18-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14_14.18-1.pgdg+1_arm64.deb
Size: 43612
SHA256: b7d849ce287893ab497bb563211d42534fec445f275f84cab485687379efa2ee
SHA1: 74867f59e47cb14ac2bb92248eaca949437b7e94
MD5sum: 034dc193e812dbc69c59730365d2cd97
Description: PL/Tcl procedural language for PostgreSQL 14
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Tcl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-pltcl-14-dbgsym
Source: postgresql-14
Version: 14.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-pltcl-14 (= 14.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14-dbgsym_14.18-1.pgdg+1_arm64.deb
Size: 75148
SHA256: 1270e5cc3f50543b6c9bd126477de2a34b94254f7f0e2ee632ca10ef0c940b99
SHA1: f288d8dc792672d5bf60e7731807b851ce7e8fc7
MD5sum: a073319ba713e6aaafee14a6501c3609
Description: debug symbols for postgresql-pltcl-14
Build-Ids: 02f904b0d7eb7916e499ceff9ae4b7b86196215d
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-pltcl-15
Source: postgresql-15
Version: 15.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 200
Depends: postgresql-15 (= 15.13-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15_15.13-1.pgdg+1_arm64.deb
Size: 43304
SHA256: 7ce78a7733eb03cbda7bb08ee0d155ea28082b05c936188f8ea786e187b2b283
SHA1: 1e05be5f6d8cce279f52cbe7dd574e50a69554b6
MD5sum: fb4027f493ba8841d33077f1f9495509
Description: PL/Tcl procedural language for PostgreSQL 15
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Tcl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-pltcl-15-dbgsym
Source: postgresql-15
Version: 15.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-pltcl-15 (= 15.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15-dbgsym_15.13-1.pgdg+1_arm64.deb
Size: 79060
SHA256: eb7d37e7284d20994d13abb1d1bc92cf6853bdded94c2aae3658df693398a345
SHA1: 0743aa7059595e7b2818014f14715a931457510b
MD5sum: 83179bc169f2bfb4fd1c43ae8f981ecc
Description: debug symbols for postgresql-pltcl-15
Build-Ids: f1d31e35c84a1df1930cbc01cdc10f6bc8f83532
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-pltcl-16
Source: postgresql-16
Version: 16.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: postgresql-16 (= 16.9-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16_16.9-1.pgdg+1_arm64.deb
Size: 42868
SHA256: 344c44373d07f74ac11700fd141d66687d6c5c458ce0e8c5893d2e93ff8be2e2
SHA1: 8d2f3ba068837d04469ff3689a07662f9a2c6fea
MD5sum: 4cd3d290b8fb9f68ecbbc1201a795b9d
Description: PL/Tcl procedural language for PostgreSQL 16
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Tcl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-pltcl-16-dbgsym
Source: postgresql-16
Version: 16.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: postgresql-pltcl-16 (= 16.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16-dbgsym_16.9-1.pgdg+1_arm64.deb
Size: 81760
SHA256: d7814c53bc7b6e61602f238d2ebdab2c8e3f59c5542adfd586853050040c8d75
SHA1: cd43f5a70acaeb7f99d6c64ffc0da737e75df87f
MD5sum: 9425082178596f858a8971d19ae76df7
Description: debug symbols for postgresql-pltcl-16
Build-Ids: ceae13a3282d83c44037c5e43e4ffcbcaf99e0ac
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-pltcl-17
Source: postgresql-17
Version: 17.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 205
Depends: postgresql-17 (= 17.5-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-pltcl-17_17.5-1.pgdg+1_arm64.deb
Size: 40336
SHA256: 2248aebdf377e729f5789d1db0d0e7260cf9e66ab7b77f6f143a6b1c21a8df94
SHA1: b9d234a554e0b41dfa69e657d41674e36f61b1b4
MD5sum: e2f35b2fd1ba5cd42f6bc38a4a442514
Description: PL/Tcl procedural language for PostgreSQL 17
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Tcl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-pltcl-17-dbgsym
Source: postgresql-17
Version: 17.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-pltcl-17 (= 17.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-pltcl-17-dbgsym_17.5-1.pgdg+1_arm64.deb
Size: 85288
SHA256: e826f88b92f8fec869683ef84a1cbdba97255e5e164018ae2e96aa38305d12a0
SHA1: 45627873141e42c97c8768956aeffd2a9f414891
MD5sum: bd9cd4fd50619c73883be3ae37c1c19c
Description: debug symbols for postgresql-pltcl-17
Build-Ids: c2ac58078ee439b5350ad66e0753bc98cc31cb19
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-server-dev-13
Source: postgresql-13
Version: 13.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6222
Depends: clang-19, libpq-dev (>= 13~~), llvm-19-dev, postgresql-client-13, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/postgresql-server-dev-13_13.21-1.pgdg+1_arm64.deb
Size: 1056152
SHA256: 44b3f8ceba73c18d32edde7699e79c1388afd0a27c9672910601a77d7d7f0de6
SHA1: de2abfc15e3a46550d783e370383cec197fa8475
MD5sum: 544b8ebb7f1f0efdc9af7d8ce177d85f
Description: development files for PostgreSQL 13 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.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-server-dev-14
Source: postgresql-14
Version: 14.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6732
Depends: clang-19, libpq-dev (>= 14~~), llvm-19-dev, postgresql-client-14, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14_14.18-1.pgdg+1_arm64.deb
Size: 1131052
SHA256: 7336b662d412f1cde54fee5d4c972ae801f611280ea8acd1ca666b3276476201
SHA1: b82748c8074eb219a7492173f355e714591d27ba
MD5sum: c42a0dd57453dcd657c9cd3256970d4f
Description: development files for PostgreSQL 14 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.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-server-dev-15
Source: postgresql-15
Version: 15.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6894
Depends: clang-19, libpq-dev (>= 15~~), llvm-19-dev, postgresql-client-15, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/postgresql-server-dev-15_15.13-1.pgdg+1_arm64.deb
Size: 1156772
SHA256: d2377c837182fd0e8c07bb1baca3309b3e9402a446ed3beab54d5e1266f11f8f
SHA1: 251470c1198f9b7b213ddbdd30b5512b4c680cd7
MD5sum: 262b6f09c293ca5560412aede49d94ec
Description: development files for PostgreSQL 15 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.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-server-dev-16
Source: postgresql-16
Version: 16.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7082
Depends: clang-19, libpq-dev (>= 16~~), llvm-19-dev, postgresql-client-16, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-16/postgresql-server-dev-16_16.9-1.pgdg+1_arm64.deb
Size: 1182272
SHA256: 4207612b65a5324b1a54d121a5c56e5f391329565fd1c209f01e260d98dda983
SHA1: a4073bb9ebaff23da20d16050e7f80fa9d2fa297
MD5sum: 81bd1697dceb328bfd6e4959eaf6d762
Description: development files for PostgreSQL 16 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.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-server-dev-17
Source: postgresql-17
Version: 17.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8303
Depends: clang-19, libpq-dev (>= 17~~), llvm-19-dev, postgresql-client-17, postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-17/postgresql-server-dev-17_17.5-1.pgdg+1_arm64.deb
Size: 1320588
SHA256: 04fbdaf62e6c3571ca7f8ab8e062e0096b36c497761a4ba8302ea03df73c4ccb
SHA1: a6180f84e79ee49eee29532044dc7da6d548c720
MD5sum: ba2de1b3eb8e191ccbe474524fd0eab8
Description: development files for PostgreSQL 17 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.
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-server-dev-17-dbgsym
Source: postgresql-17
Version: 17.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-server-dev-17 (= 17.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-server-dev-17-dbgsym_17.5-1.pgdg+1_arm64.deb
Size: 56792
SHA256: 8f90b17d043646abcbe2f399ea0ceb5b7585d4bc321087780e9f92e09faf7479
SHA1: 981432a79d39e30f30f885366b18dd4fe77c37b0
MD5sum: bda8fc619ae829f2ce556fa7af80f8aa
Description: debug symbols for postgresql-server-dev-17
Build-Ids: 1ea87327fd4f19444088e758acc16febf788648f
Timestamp: 2025-05-08 21:09:18+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 278.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19
Depends: postgresql-common-dev (= 278.pgdg+1), postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12, postgresql-server-dev-13, postgresql-server-dev-14, postgresql-server-dev-15, postgresql-server-dev-16, postgresql-server-dev-17
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_278.pgdg+1_all.deb
Size: 14024
SHA256: 1795ddc47df3a41fd8a7018157c52e49e6eb213fe8f10c03d24172018c84681b
SHA1: e12f1e80dced32f5b4e8407c0b0f4d6d45b9af9b
MD5sum: 0c44090a7a905a4095c0f4b376e7273c
Description: build tools for multiple PostgreSQL versions
 The postgresql-server-dev-all metapackage depends on all server-dev-NN
 packages for all supported PostgreSQL major versions, required to
 build PostgreSQL extension packages, as well as on postgresql-common-dev
 for build infrastructure.
 .
 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.
Timestamp: 2025-05-08 21:09:18+00

Package: pspg
Version: 5.8.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 366
Depends: libc6 (>= 2.34), libncursesw6 (>= 6.1), libpq5 (>= 9.0~), libreadline8t64 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_5.8.10-1.pgdg+1_arm64.deb
Size: 134648
SHA256: a50882238819aa725bc422173325c07675dc24a566d2854e31c4705f949f9671
SHA1: 98e931476418f0beac18d2cc18dd94363ae39c6b
MD5sum: 11ed5820d9533b289c105443530a64fb
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2025-05-08 21:09:18+00

Package: pspg-dbgsym
Source: pspg
Version: 5.8.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 724
Depends: pspg (= 5.8.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_5.8.10-1.pgdg+1_arm64.deb
Size: 418612
SHA256: 7d05f4824a21e1e1b867f2c7bf9ad300809e7cad375dc0e5c7bb2f8a9eab9ff4
SHA1: 874759ec547478a973fc0f46e440c4f17bf4a52c
MD5sum: 75ba588e88cbe21260e7077c7c928447
Description: debug symbols for pspg
Build-Ids: d939d75cb85f6cbab35f08b3e32206351b814628
Timestamp: 2025-05-08 21:09:18+00

Package: librdkit1t64
Source: rdkit
Version: 202503.1-4.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 24662
Depends: libboost-iostreams1.83.0 (>= 1.83.0), libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py313, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.38), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.2), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 3.3), libinchi1.07 (>= 1.07.3+dfsg), libmaeparser1 (>= 1.3.1), libstdc++6 (>= 14)
Breaks: coot (<< 1.1.15+dfsg-1), librdkit1 (<< 202503.1-4.pgdg+1)
Replaces: librdkit1
Provides: librdkit1 (= 202503.1-4.pgdg+1)
Homepage: http://www.rdkit.org
Priority: optional
Section: libs
Filename: pool/main/r/rdkit/librdkit1t64_202503.1-4.pgdg+1_arm64.deb
Size: 4894052
SHA256: ed20632a1ef670ec8e0fb062d00f9a8567ef8829a0025cc524f9fff756e7e4a4
SHA1: 09e329ed4bb7c870a156b15819de06ba68072c3e
MD5sum: 5c58c3ff2f613f1cb585325fcf662f68
Description: Collection of cheminformatics and machine-learning software (shared libraries)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the shared libraries.
Timestamp: 2025-05-09 19:57:46+00

Package: librdkit1t64-dbgsym
Source: rdkit
Version: 202503.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 122043
Depends: librdkit1t64 (= 202503.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/librdkit1t64-dbgsym_202503.1-4.pgdg+1_arm64.deb
Size: 119152940
SHA256: 7960fa8c05e30a50f25e51b094138add9978d027fae88a7ea599a98c0687e4a9
SHA1: cc7e51e44d183af9028f7eb0bd688a607956bd3d
MD5sum: d7176337945f66efed8e9d6ceb2f6c07
Description: debug symbols for librdkit1t64
Build-Ids: 00b696deb0a021ce1780014d7b276fbb3c69ee85 02e716ef2584c0f446f487cb12d2ec2412f12c0e 068f324341085870612f63678030e6a068f5d047 0da6be8715a21297a348dd921b13c536ef005868 0f0fc8e3b1859243682465b7b0092bb593706743 102c7c8b5260556a5fb3ceae8de6a528fcf05b6f 12f0b9f650aa722a5e0aacdc795974fd6221f679 16c75b705aecc3ec0c2d6cb4ddbf3f963658c7f9 17f785f54d5444e1d7155ae6d5f632dbf9708878 1abd440b060cee64b725580340753d04e08e713c 217474ed1463548a1fc79ffa3f05799835918351 2985b438f7bbbbd18f74d8e2d5ddc4fe7041d101 2a721646676a31b2113ff61ce0aa8e203e795c40 2e3307b107b6382fc2817577101aa498a632d413 2efe0ec8aa7a19bef707ee34dd8643ec2855c364 3184feed887ad869302ea980b504d7f99a09231f 342c356113569f3ef591861e24c4f6f87c729714 35e64c53f81d7133af6b2dbcd65f54b13033da6c 3698340c575e6e783ff8ec174974b03f3992d89c 38f3b335dcf10743dea22e54531ecc6b040623ab 3a89fd63e18d6a0ca3974c304e3dcfe7ef69e434 47e60c3a2507840252545cc61829ce42578a0f73 4bff314e656ae42dfd4bdc63f28f2089ab0f5a70 4e739b9880172d044d871157df595feac6142678 50c9cd3337583cad494f85223029419514216db7 52d6dd2758d4154af3c2419274c50b602789b1a7 591298b9d74914d9df9f25f6db3200b7724356f9 5ba5b619486c1b4b21880e1618dbc845c0d61844 5d286c97e1acaf19a845d9aa16ec6c9a6e58fc3e 604190ec0cd123d90bc39a1635365bd44086caeb 61a61e0f797a551498d06ea15f1ad1013e7b9d43 65d0add26d15ff332418824b06032af795696efc 6ebc4217a7db07355b2a2230fe3135cb87b61221 70f39210320b32f18b02ef94ce9ea98a31234997 74c4b0bce88b6b2a5092648b58d61584fcd23c94 75b864abd64fc06358e82f96f1030c02c86d4fce 7991ae699362e3f0699f8850f8c85df608efb161 7c1fb403cb494067d3048392defebf9658b688b2 819f85b0844a584f36e5fffbade2057cce51de93 8696d32199db772ead8ff9d33915cd6788c469d4 86e520f219bcdf3e79cce35e04e8e36c880a5561 8c9cea0031e2dec80accea04cc74f23dca77c688 91f81a0f77e3838a9bab468295a13c2d77360cfa 9cc0969866d63ea846a65c42e34f6b6604c4640c 9d0d3e84170279b94421d6f8b55ba7948d416f10 9de8e3a074c8da50494136fc94b951c7541806ba 9f2f3e3d278e79309808710368997c71b7eb3afd a1123e80a3b6e4f18ce24cf790158cb4b6faa709 a4930871a3c2564bc4822265aaa6cb9327699695 b1338d8ed250d92b7adf3810b7fa618bccbacda9 b47100af0fa52c14705558ae92c37897dc477680 baf7ba4953d7d03c3128433c53f716bfd328e2f0 be702648e27b6ad5b21cdfd802310fda7b724f95 c33c1e6e3736c8cbb089a6cb192b1ed20c66f215 c5fe6f5edc9f3202399f9f5269400ae8043d373e ccd0f6bcceef3b1ab81705cf97f6daa4ca08952d cfb197e7efd9e83026fa4a9ab3ecec03815f4a3a d0aeabe72131718df7b4c81dd0efc26c0fd0b71e d492406a664379a5f68894eb296ea22a6e3c52a0 db63337f9f3312def2e1e9a30521d2050ffa70be f1583f193704eb70f2c00c2db0e23738167d9d0f f4f29771115f88753c5d2a0e3817bbda5608498c
Timestamp: 2025-05-09 19:57:46+00

Package: librdkit-dev
Source: rdkit
Version: 202503.1-4.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 2743
Depends: librdkit1t64 (= 202503.1-4.pgdg+1)
Homepage: http://www.rdkit.org
Priority: optional
Section: libdevel
Filename: pool/main/r/rdkit/librdkit-dev_202503.1-4.pgdg+1_arm64.deb
Size: 484904
SHA256: cc7c753c9737301932220a24249f02daa9e4f84fce734149b5484b81d7c44dc9
SHA1: d31299170e15d35693aada3b15424723dc086aa8
MD5sum: 3fb41b637e43ee8dcc5a39af9a3a2f72
Description: Collection of cheminformatics and machine-learning software (development files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the header files.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-10-rdkit
Source: rdkit
Version: 202503.1-4.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 662
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.1), libstdc++6 (>= 13.1), postgresql-10
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-10-rdkit_202503.1-4.pgdg+1_arm64.deb
Size: 245228
SHA256: 5eaf66920b4406a49dc3811a5230f56fe4c78466a911c6a20b11fc40ef9f4d2d
SHA1: 49d44cbec442b9dcd79a92094753323d9bd1b63b
MD5sum: d779b275921a72fe6dc33d1ab9f3a4b6
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-10-rdkit-dbgsym
Source: rdkit
Version: 202503.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1205
Depends: postgresql-10-rdkit (= 202503.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-10-rdkit-dbgsym_202503.1-4.pgdg+1_arm64.deb
Size: 1142192
SHA256: f6f992fb3648a384979a1ee5ea000d59d7f1db258eaf80d4ad3b5f479af66ef0
SHA1: ccf9f2aa2750618e851026e6de3ba1dac7aee344
MD5sum: 04bd34659a705fdb08998e4103569f3d
Description: debug symbols for postgresql-10-rdkit
Build-Ids: 77b5d659d9d008622334b82e6ef773d1c69fb525
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-11-rdkit
Source: rdkit
Version: 202503.1-4.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 662
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.1), libstdc++6 (>= 13.1), postgresql-11
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-11-rdkit_202503.1-4.pgdg+1_arm64.deb
Size: 244864
SHA256: d4332c744b11a6e376ff7f304aa56c25ee8e1522c3fb590a436962dddcc6b341
SHA1: 577fbbf784075686fe88d3d03b75a924e1af686b
MD5sum: d364ad3141fed101658b80cdf3e74ee5
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-11-rdkit-dbgsym
Source: rdkit
Version: 202503.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1206
Depends: postgresql-11-rdkit (= 202503.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-11-rdkit-dbgsym_202503.1-4.pgdg+1_arm64.deb
Size: 1142812
SHA256: e5e708de5a46307915a525dac2543c31943d3aef6aebfbd146d88b8052b0d2ce
SHA1: 02f31d2880a872f8af56a2ec8aba309a34331be5
MD5sum: 6b9b2cab46f933a1bcda938bb68767e9
Description: debug symbols for postgresql-11-rdkit
Build-Ids: b54644500e33fbbbe080e745f90c429fc836c53a
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-12-rdkit
Source: rdkit
Version: 202503.1-4.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 662
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.1), libstdc++6 (>= 13.1), postgresql-12
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-12-rdkit_202503.1-4.pgdg+1_arm64.deb
Size: 244872
SHA256: ade3302f58997ad61f373ebfc89acdebd06a35018e8f38cdccee2f0a0c4006d0
SHA1: f553a91aed1596f6cae8317b38dc237a10f53e18
MD5sum: f93e80927fe4d94d03acdd29cb2b3f65
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-12-rdkit-dbgsym
Source: rdkit
Version: 202503.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1206
Depends: postgresql-12-rdkit (= 202503.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-12-rdkit-dbgsym_202503.1-4.pgdg+1_arm64.deb
Size: 1143276
SHA256: 943ff7df749e911bef030c1ae6a128567c7f7e5dd8d9e6b36d068f8580c53018
SHA1: 9ca7219dfba287e16ce1266203025c4d88635263
MD5sum: d07d121510d7cd3403e3f3a876435bd6
Description: debug symbols for postgresql-12-rdkit
Build-Ids: 18745f5b13836c1765c37cb5976c676fd76a70f2
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-13-rdkit
Source: rdkit
Version: 202503.1-4.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 662
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.1), libstdc++6 (>= 13.1), postgresql-13
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-13-rdkit_202503.1-4.pgdg+1_arm64.deb
Size: 245436
SHA256: ac11223dfa023b010dcb1bc1b58d0de4ce5234f5d88d91d18c31110e9b4ada87
SHA1: b630b7e3d1862708d894bda0b013e199629999dc
MD5sum: 4553895c301f0d47a9fcfbf33bda7378
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-13-rdkit-dbgsym
Source: rdkit
Version: 202503.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1209
Depends: postgresql-13-rdkit (= 202503.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-13-rdkit-dbgsym_202503.1-4.pgdg+1_arm64.deb
Size: 1146500
SHA256: 571124f781ae3dba81641271a197319ae5a39f1c9eb2bfac7a8d65d12a02dd6e
SHA1: da29baf8881b1818d7c6e18dda0e9e7336e5818f
MD5sum: cb2bfca905ad52e2e8287b301b94008d
Description: debug symbols for postgresql-13-rdkit
Build-Ids: fe4ce4807ce588407f2fb70e81fa18098e21e10c
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-14-rdkit
Source: rdkit
Version: 202503.1-4.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 662
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.1), libstdc++6 (>= 13.1), postgresql-14
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-14-rdkit_202503.1-4.pgdg+1_arm64.deb
Size: 245232
SHA256: d17c1750b5fd41680d37d3d0b39b527eb39c63fe01e0388f1372542f6f9a9aab
SHA1: deb3688d061c5491e58753a35f01d0020bdc7421
MD5sum: c74d87d4bd0c3ba478d379dd45dee31c
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-14-rdkit-dbgsym
Source: rdkit
Version: 202503.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1214
Depends: postgresql-14-rdkit (= 202503.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-14-rdkit-dbgsym_202503.1-4.pgdg+1_arm64.deb
Size: 1151216
SHA256: 66d24ef720ce81d4f043509c2052baea7cf8507d349dbdfe0fa0c63dbde08037
SHA1: 341b2aaa06ba2b24d0d91d1b9364165d282ce4bd
MD5sum: dcc3f0a88da5e4f28385cfb56239f5f8
Description: debug symbols for postgresql-14-rdkit
Build-Ids: 3806d5dd497ee8b119a4f0b9728aa49d115dd709
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-15-rdkit
Source: rdkit
Version: 202503.1-4.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 662
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.1), libstdc++6 (>= 13.1), postgresql-15
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-15-rdkit_202503.1-4.pgdg+1_arm64.deb
Size: 245080
SHA256: cca67046dda4aba96213c4cf7547088c5fa5cdc26113e3280eb641c82644528a
SHA1: 9323cfaf912a1356d881b015d9b0523d8478dee3
MD5sum: 8482215a8e3c60b33ea390a441cd9b52
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-15-rdkit-dbgsym
Source: rdkit
Version: 202503.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1214
Depends: postgresql-15-rdkit (= 202503.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-15-rdkit-dbgsym_202503.1-4.pgdg+1_arm64.deb
Size: 1151364
SHA256: dc3fad53e2895b3241f9bf304dde59a2557e6b61b49cf674fbf4b02000ba1ea8
SHA1: c2257c90a0559f1756514965648ec36eade219b8
MD5sum: fc86bdfb265f6f5df2513402199f9d99
Description: debug symbols for postgresql-15-rdkit
Build-Ids: 77a10bcc936f28ed28341565e34a816412370a73
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-16-rdkit
Source: rdkit
Version: 202503.1-4.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 662
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.1), libstdc++6 (>= 13.1), postgresql-16
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-16-rdkit_202503.1-4.pgdg+1_arm64.deb
Size: 245068
SHA256: e4509ce5b94b07fbb10091fcb29d4d93ed882db2afdd844ecc454976e6bf95df
SHA1: 58e69a2c463ade2b9fa5a5ffd4a2c2bf0fc8c75e
MD5sum: 80d7a6f051695bea12b0829b2b0b9e14
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-16-rdkit-dbgsym
Source: rdkit
Version: 202503.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1230
Depends: postgresql-16-rdkit (= 202503.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-16-rdkit-dbgsym_202503.1-4.pgdg+1_arm64.deb
Size: 1168124
SHA256: 1652396a57c7378cb5dca10d761c5ebe5be9f326efbee052ecd0615c8f8d98b2
SHA1: 7396e06464c5520c5728081bf1dba9058f2eb7f0
MD5sum: df40807a705608e8f439cafec20533ff
Description: debug symbols for postgresql-16-rdkit
Build-Ids: 4acb5300256eeaa9bb235867e538d62ce44493dc
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-17-rdkit
Source: rdkit
Version: 202503.1-4.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 662
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.1), libstdc++6 (>= 13.1), postgresql-17
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-17-rdkit_202503.1-4.pgdg+1_arm64.deb
Size: 244928
SHA256: 442d5cbe98834740473b79a82232dee2057b1e87611bf172041e3b1158fe3922
SHA1: ef1b52d90da2fe9fcbb04673ac47443d514d5c4c
MD5sum: 55c0ace990d6e722fb3bbf2bbcad9322
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-17-rdkit-dbgsym
Source: rdkit
Version: 202503.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1231
Depends: postgresql-17-rdkit (= 202503.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-17-rdkit-dbgsym_202503.1-4.pgdg+1_arm64.deb
Size: 1168464
SHA256: 42bdf067776c48658b6b67b2ea731683edb4d20c32e6a1086ba9587de8421266
SHA1: a259ee235972f77bd70ae0ae1a4252e0ffe0887d
MD5sum: 49d1681bf10952a32cdc00547d6e0fcf
Description: debug symbols for postgresql-17-rdkit
Build-Ids: bffbbf3c32315b778b6ee31cd747eb5f2600b3a1
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-asn1oid
Source: pgsql-asn1oid
Version: 1.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: postgresql-18, libc6 (>= 2.17)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-18-asn1oid_1.6-2.pgdg+1_arm64.deb
Size: 13364
SHA256: e5b956467048f40e13602fc1b5be4d6daf9f3f9130d90c146933ce6c47d69535
SHA1: 11fec4145c497118521a5d04261e6b830b04e79d
MD5sum: 737e384c152cff6474a0cd97d2f053e2
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 18.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24
Depends: postgresql-18-asn1oid (= 1.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-18-asn1oid-dbgsym_1.6-2.pgdg+1_arm64.deb
Size: 9872
SHA256: 4b9d79e312d7eb674449256b1fb375e62daab26061cee51149c8fe8b9d87a61a
SHA1: 7af730ec97e44e51b92f70f7c053c8087a358897
MD5sum: 94671470b6ee81d381f8bd191e5de3b3
Description: debug symbols for postgresql-18-asn1oid
Build-Ids: 5939f79370dfa33b0b373b8109b933959ab1d9af
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-credcheck
Source: credcheck
Version: 3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-18, libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-18-credcheck_3.0-1.pgdg+1_arm64.deb
Size: 66052
SHA256: 3f0fb01037084748937066b8cafcc922ae8a8cfb63f61a2f10538e9f06e9f022
SHA1: a7c6feeedb5657a3f54d2158d9f75a52104ad18d
MD5sum: 6cc0485365adf9bd7a71af2c3dd73fd6
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-credcheck-dbgsym
Source: credcheck
Version: 3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-18-credcheck (= 3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-18-credcheck-dbgsym_3.0-1.pgdg+1_arm64.deb
Size: 76236
SHA256: 59265cd32a8cab72ce6a8fc94ae25c5c8207c13af376e30bcfe4f6ca071a838a
SHA1: 32a755a5acd2f4809f5c11bc2fb859b1a4f57bf3
MD5sum: e145b9ef23bf4f7b36681d0cff1f1e51
Description: debug symbols for postgresql-18-credcheck
Build-Ids: 7b86444e73a1501b235d9b4c1b6c2b9d39bd7aec
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-decoderbufs
Source: postgres-decoderbufs
Version: 3.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-18, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-18-decoderbufs_3.1.0-1.pgdg+1_arm64.deb
Size: 40316
SHA256: 87e3f56d4cd7115d5a68087ab9c86c5fe98c1ede4f7fcef5ec0cd6758401a6ad
SHA1: 1dc16614235b967d7e859214d66935f14eaf31a6
MD5sum: 391f39b1f31c7256154ef5aedca021c9
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-18-decoderbufs (= 3.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-18-decoderbufs-dbgsym_3.1.0-1.pgdg+1_arm64.deb
Size: 59348
SHA256: 7231a15a53930ff3ee338cb83b6f9fa7fc0a4b1198b9f3050b598768962a5580
SHA1: 061529834fe2f4265c2559df90f4a7bf8d8a4548
MD5sum: 99bf1d22e2e95b0de09a3e3cbba4848b
Description: debug symbols for postgresql-18-decoderbufs
Build-Ids: 924b3c6432d4a6b30d362eba2232e646ed8b370c
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-dirtyread
Source: pg-dirtyread
Version: 2.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-18, libc6 (>= 2.38)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-18-dirtyread_2.7-2.pgdg+1_arm64.deb
Size: 21712
SHA256: 3b1e003be72d3837277021462d715d38d1f270966e2e7e66e0c9890db7691ec1
SHA1: e9c159fa16a7d43cef8ea2fd6422090985f38b64
MD5sum: 0eceba6e60a9c71a473d2fe867bd3588
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: postgresql-18-dirtyread (= 2.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-18-dirtyread-dbgsym_2.7-2.pgdg+1_arm64.deb
Size: 39076
SHA256: 9d9eaac825b37a9a632a30ee8a68b1ddc50688bf93657cb332c405b7647f6a9f
SHA1: 0f223e86ca692775965ec3c0b7855db77b9a7d70
MD5sum: 0da246039e8af6618b99e4b9b184353c
Description: debug symbols for postgresql-18-dirtyread
Build-Ids: 96f217ffbb6cbb7f0b8b1c23689d6b05e08d4a1d
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-extra-window-functions
Source: extra-window-functions
Version: 1.0-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-18, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-18-extra-window-functions_1.0-6.pgdg+1_arm64.deb
Size: 16312
SHA256: 1e8bb2691e1abcf132c697a70645f9f3056616018aa7a62a205e3b5d8d2b7c3b
SHA1: 8ffda9f0201d70388dfa2f13a8fd924857effa8a
MD5sum: f357bfa60dec721c71101b40bef73583
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-18-extra-window-functions (= 1.0-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-18-extra-window-functions-dbgsym_1.0-6.pgdg+1_arm64.deb
Size: 9848
SHA256: f6a4dd3cc04f81940d6c6017625a1cabaa4a778e80d6faeca9d7ce11d680c50c
SHA1: 690bb686238ee5987ebf1bd874a4786aefac909e
MD5sum: 75c5dc5a5d648efeae0db5a2da3a39fd
Description: debug symbols for postgresql-18-extra-window-functions
Build-Ids: 0694ec49867e008ccc3e6579ac39fad6a5c7964b
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-18
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-18-first-last-agg_0.1.4-4-gd63ea3b-8.pgdg+1_arm64.deb
Size: 8624
SHA256: 6794a42937c9fdcf50043db197486828cd40d3f3989040896ee4c59e854b46d7
SHA1: 01daa9869a52feaceab40c5957b04a1e482a73f1
MD5sum: ee1c971cd0ea19be857b15fb317bac71
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-18-first-last-agg (= 0.1.4-4-gd63ea3b-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-18-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-8.pgdg+1_arm64.deb
Size: 4052
SHA256: e2c2f463384f0bc9f9dbdf06e61a0efe6657e84cf055e57772e81a5f60d1627d
SHA1: ca356ab834851dce32798331468d35d9ea503d9d
MD5sum: 8e2b883ede615164a0a1cddecc828911
Description: debug symbols for postgresql-18-first-last-agg
Build-Ids: 4b62614c1dc3d91d6e8028a7285ac7e3b83525be
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-http
Source: pgsql-http
Version: 1.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-18, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-18-http_1.6.3-1.pgdg+1_arm64.deb
Size: 43432
SHA256: 24cee2b0a3f9dc16484fba8ca4f3034f2b2a37d2fd8c793e0bdaffc8adad0c49
SHA1: c1c59bbd73cc5e9475d2ff0bde46e891d4722be6
MD5sum: ce26813f68d03c89141e65800a9e86bb
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-http-dbgsym
Source: pgsql-http
Version: 1.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-18-http (= 1.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-18-http-dbgsym_1.6.3-1.pgdg+1_arm64.deb
Size: 67932
SHA256: b760f5e813c422efe4e9868936c7d25a675886682b1674e0f7c86349caddf18e
SHA1: f3f0e85f10c80c0be5930fe7030d9d96158fe5d5
MD5sum: 000a0f276d17d875b43defd830ab1f64
Description: debug symbols for postgresql-18-http
Build-Ids: e2592b265127a31cf200784e17348be77085f897
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-ip4r
Source: ip4r
Version: 2.4.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 585
Depends: postgresql-18, libc6 (>= 2.38)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-18-ip4r_2.4.2-3.pgdg+1_arm64.deb
Size: 185980
SHA256: 4b6729516f69e0833cf2d309516645edf8a1bd03999567c91728644fec407b68
SHA1: 10bf0873c35ec8a42ba85f55fed137a3763befa5
MD5sum: 422bc412e1a753c61a33eacfdd165da9
Description: IPv4 and IPv6 types for PostgreSQL 18
 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.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-ip4r-dbgsym
Source: ip4r
Version: 2.4.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 252
Depends: postgresql-18-ip4r (= 2.4.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-18-ip4r-dbgsym_2.4.2-3.pgdg+1_arm64.deb
Size: 216752
SHA256: 9fbd7227cb1e1630ab3b70bc1f249f01ee6be92fccfb0898d0eb058e2902d88f
SHA1: 98cc479ec9fad544ba02ae74a5cc45845d01e47f
MD5sum: 4cce23e0f94075c165e648067c209848
Description: debug symbols for postgresql-18-ip4r
Build-Ids: b2a5ac1e5e8c00bd7a8f08bc6218d389bc47084e
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-jsquery
Source: jsquery
Version: 1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 350
Depends: postgresql-18, libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-18-jsquery_1.2-2.pgdg+1_arm64.deb
Size: 128504
SHA256: 9b5871775e26ea9c1503bee262417e8497fea17666e031d38b969b134e4b2776
SHA1: 2a9f3b471374098cbc57d8fcbe90a6ef89b0fec5
MD5sum: c03509a911c9352e86d3c5be5dc8bf37
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-jsquery-dbgsym
Source: jsquery
Version: 1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-18-jsquery (= 1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-18-jsquery-dbgsym_1.2-2.pgdg+1_arm64.deb
Size: 107348
SHA256: 0462cb2932dd5c087f947d7dde70fc94d333bbb44fe064ffe5c8c4d9a4f6b40f
SHA1: a214fd824e65907ba862dfd303c0d14e82efc1ae
MD5sum: 1a9ead07e084759b573b4d80446b9626
Description: debug symbols for postgresql-18-jsquery
Build-Ids: 909b6c9c9d5556f290d8b4e3015d5446b5800ca2
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-mimeo
Source: mimeo
Version: 1.5.1-19.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4485
Depends: postgresql-contrib-18, postgresql-18
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-18-mimeo_1.5.1-19.pgdg+1_all.deb
Size: 128628
SHA256: 854de24ec8e1d1d0501390e6b89fbf7e834eefc36e491b499eaca5adb7838ee7
SHA1: 4b819a4fc2dee689a6b87aa2eb2ab37428854f77
MD5sum: 75900589a55f6eadf70d8d90f155455d
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.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-numeral
Source: postgresql-numeral
Version: 1.3-7.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 257
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-18-numeral_1.3-7.pgdg+1_arm64.deb
Size: 75748
SHA256: 61ab4e86ef02b4625b1f96a3bb20a4ccf263e57aa2cffb4888656ff364b60e75
SHA1: b8dc947c590153fab081a6203583755165900c99
MD5sum: abec51b28ab6daf960c377d6efd3f332
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 66
Depends: postgresql-18-numeral (= 1.3-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-18-numeral-dbgsym_1.3-7.pgdg+1_arm64.deb
Size: 44632
SHA256: 5efe033035e1d5fa360566f986624f048c790a24cafaaadca70f23ee59cbcea1
SHA1: cefde7696fd4d9a0b7727c8690782861ca1da1e3
MD5sum: b5cb61a29616cf3932019a782417bb03
Description: debug symbols for postgresql-18-numeral
Build-Ids: 431ac29fe4898749a92bc2d145c75b86e4b3ff80
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-orafce
Source: orafce
Version: 4.14.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1241
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-18-orafce_4.14.3-1.pgdg+1_arm64.deb
Size: 370848
SHA256: 8dceaf019bd1721f4915bbbcb76cb280da7dcf318c728ec1bd532ab18833cabd
SHA1: 1e957d04672bdd6ef1536a1ac98fe99be0226cab
MD5sum: e8a0ecd503c82068412c1271c5769023
Description: Oracle support functions for PostgreSQL 18
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-orafce-dbgsym
Source: orafce
Version: 4.14.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 377
Depends: postgresql-18-orafce (= 4.14.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-18-orafce-dbgsym_4.14.3-1.pgdg+1_arm64.deb
Size: 324280
SHA256: 60fc8fc6ea553ec432fa29064c1bbce2bcd96be69d4fbb68e1f258b5f064d2ea
SHA1: ab6a99f4f26b8eab7caf7cf1df24af3087d15711
MD5sum: ee3451c5ef908c4dc945cfbea97e9181
Description: debug symbols for postgresql-18-orafce
Build-Ids: 168b621864c8de22ea0a26e4b00a9d129f799925
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-periods
Source: postgresql-periods
Version: 1.2.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 593
Depends: postgresql-contrib-18, postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-18-periods_1.2.3-1.pgdg+1_arm64.deb
Size: 48064
SHA256: 1c3589b66316045d9f1968639950528337965ff1842a1fb4e5fef4ab827ca2ec
SHA1: 00d23302aa7e42db25936b447f78fd02a00e9e42
MD5sum: 303c24a0a66b028799044411c28c7403
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-periods-dbgsym
Source: postgresql-periods
Version: 1.2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-18-periods (= 1.2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-18-periods-dbgsym_1.2.3-1.pgdg+1_arm64.deb
Size: 44860
SHA256: 628f56623d6b73480892b32d2c9cd0f5140ddc6078809ab947c69ba243ab1159
SHA1: 3cc106bbebcbd6d1a40e5e896e10ced5546825e0
MD5sum: 2edaab794a4347a34081013cdf22f39c
Description: debug symbols for postgresql-18-periods
Build-Ids: 3edbcb82eb8b6158f44d2758830f962adeaf512b
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-pg-catcheck
Source: pg-catcheck
Version: 1.6.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-18, libc6 (>= 2.38), libpq5 (>= 9.2~beta3)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-18-pg-catcheck_1.6.0-1.pgdg+1_arm64.deb
Size: 35256
SHA256: b560bf23e855a071f0afc114f982f115be764f9f7d4e29aa9e377c9280b92b88
SHA1: f659be9ee6024538b9d27615235f7931cee50730
MD5sum: 4ac482c5e166ce4e5b3db3b03af2113d
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.6.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 147
Depends: postgresql-18-pg-catcheck (= 1.6.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-18-pg-catcheck-dbgsym_1.6.0-1.pgdg+1_arm64.deb
Size: 38184
SHA256: 8c6c08844ae478042027ba5ef05498aed1d7e3b727714ab1bf5ea0f495dad768
SHA1: 2f1db7c53367f635edaf33189a42d56418937ccf
MD5sum: a0154fc509a551975cb5d5dc5fd9af7e
Description: debug symbols for postgresql-18-pg-catcheck
Build-Ids: b7d42f454858a80a1b2c5fa6567ec7d93c95c443
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-pgfaceting
Source: pgfaceting
Version: 0.2.0-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-18-roaringbitmap, postgresql-18
Homepage: https://github.com/cybertec-postgresql/pgfaceting
Priority: optional
Section: database
Filename: pool/main/p/pgfaceting/postgresql-18-pgfaceting_0.2.0-4.pgdg+1_all.deb
Size: 9784
SHA256: 905e71978f18327a40f85509cd26b0ed49d2e1b784b627c95649a1bc5d0f7fc7
SHA1: 856ecf2e4ada7c9060cf3ead6843d91f0375aff7
MD5sum: 4cfc7981f900abc742109c56aa59ce26
Description: Faceted query acceleration for PostgreSQL using roaring bitmaps
 PostgreSQL extension to quickly calculate facet counts using inverted indexes
 built with roaring bitmaps. Requires pg_roaringbitmap to be installed.
 .
 Faceting means counting number occurrences of each value in a result set for a
 set of attributes. Typical example of faceting is a web shop where you can see
 how many items are remaining after filtering your search by red, green or
 blue, and how many when filtering by size small, medium or large.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-pgmemcache
Source: pgmemcache
Version: 2.3.0-14.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 158
Depends: postgresql-18, libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-18-pgmemcache_2.3.0-14.pgdg+1_arm64.deb
Size: 46224
SHA256: e359f8ef52a759d2ad8b6e07c5c15a6fa6953e987746d426f9d94cd46589a732
SHA1: 5f6e9c3bcd46c158b592d24d4787d56020caff66
MD5sum: 1b16dab6784d227d35dc13520dc09046
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.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-14.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-18-pgmemcache (= 2.3.0-14.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-18-pgmemcache-dbgsym_2.3.0-14.pgdg+1_arm64.deb
Size: 54416
SHA256: 1d14cbad60d803b4850aff0f52e5456a7a8629fd633a80efcc5631c9fcabc802
SHA1: 068b62e0a78bbda3fbcc001e9eaa2c0b49d85ddb
MD5sum: 882386514a87108d8b2b61f5f7960567
Description: debug symbols for postgresql-18-pgmemcache
Build-Ids: 411edd886db86952872602e663e982af1c01f22c
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-pgnodemx
Source: pgnodemx
Version: 1.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 250
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/CrunchyData/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-18-pgnodemx_1.7-1.pgdg+1_arm64.deb
Size: 84732
SHA256: a14699b28c81a44ab9a6736333472ceb0389ede11fd55fa73dfb2b2f9f16b9a9
SHA1: a28f15b9168f581b402d3d194e1387831e0abcd3
MD5sum: b676a60bc35e150ab006baf4e067aa40
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-pgnodemx-dbgsym
Source: pgnodemx
Version: 1.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-18-pgnodemx (= 1.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-18-pgnodemx-dbgsym_1.7-1.pgdg+1_arm64.deb
Size: 83360
SHA256: d33e0d60ad0b482412c3d85c0be599cc53e486dfc941807459c4f15e669dc5d9
SHA1: 8f6b3490d75938b0e4d2a38f24cd06b79411b0e2
MD5sum: 29e2379e6d19fbf131c77e4ad2ff0566
Description: debug symbols for postgresql-18-pgnodemx
Build-Ids: d1fe210aa12f08d9c010424dde800bd03f39327f
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-pgpcre
Source: pgpcre
Version: 0.20190509-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-18, libc6 (>= 2.17), libpcre2-8-0 (>= 10.22)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-18-pgpcre_0.20190509-8.pgdg+1_arm64.deb
Size: 19120
SHA256: bba57b056761c52ef0bf3c246737ed7e7e12f1dd85a4d8ee06ad26a5d5eab7e0
SHA1: fdc0e3942f8639a48f480c850e7022858414ff52
MD5sum: 6ecd11edf4f6ac60698457fe9ea2b9a1
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-18-pgpcre (= 0.20190509-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-18-pgpcre-dbgsym_0.20190509-8.pgdg+1_arm64.deb
Size: 17076
SHA256: 5c3082d78ee25974f801056fa2789c008ead351b12a45643116558be3440e2ef
SHA1: 70fd8bdca0e8b565127100b4c7b0fc45efb88b8e
MD5sum: 88e4a94446f2324f6cc43ea03039b948
Description: debug symbols for postgresql-18-pgpcre
Build-Ids: 5a594add301f12f37b0eff7507beb9558a674575
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-pg-permissions
Source: pg-permissions
Version: 1.3-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-18
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-18-pg-permissions_1.3-3.pgdg+1_all.deb
Size: 8420
SHA256: e4d74471f676817835819b8ff72f771324d066a84cdba6a21367506819449e7d
SHA1: 6b7b95eebb552ad294f123d4e832c5f39465755a
MD5sum: 6db2ea758d319dadaaa05038b577c749
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-pgq3
Source: pgq
Version: 3.5.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2314
Depends: libc6 (>= 2.17), postgresql-18, pgqd
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-18-pgq3_3.5.1-1.pgdg+1_arm64.deb
Size: 126904
SHA256: 3a345ec9392774ad784c7f5d6c3a97d2e94ed7ea636269393a0651e6f183e20a
SHA1: f8508db25a6acfab21166cb34cbf0c2f87f58182
MD5sum: 79a25e4b99b227c4c459ae6b48b94337
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-pgq3-dbgsym
Source: pgq
Version: 3.5.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-18-pgq3 (= 3.5.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-18-pgq3-dbgsym_3.5.1-1.pgdg+1_arm64.deb
Size: 86476
SHA256: 68d71f480d59adeb476aa6dca19c40eccfb32e1438cfdc49c343eddd45990147
SHA1: f7e108eb68b5ec4b5697310fe969331dcc7f2fad
MD5sum: b3a0dc50c33bc053a99da5280497b2f7
Description: debug symbols for postgresql-18-pgq3
Build-Ids: 0ccf6fc8fd92269a77bdef01c3a53b277654c368 1c590126a94a436f718e6de8ce54146c8dac77a7
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-pgq-node
Source: pgq-node
Version: 3.5-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 538
Depends: postgresql-18, postgresql-18-pgq3
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-18-pgq-node_3.5-7.pgdg+1_all.deb
Size: 12832
SHA256: 3f20aad8b3542cf2897b1f07c40f54c41771a413e3ccf510ebcc881a266abf87
SHA1: eceb3eb22902d718ead2d55e3521207f245dc713
MD5sum: 8220d7fd7ac6aa46a69bf437d210cdb4
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-pg-rrule
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-18, libc6 (>= 2.17), libical3t64 (>= 3.0.0)
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-18-pg-rrule_0.2.0+git20211101.d7d10f2-3.pgdg+1_arm64.deb
Size: 24920
SHA256: dbdfc1aa3527b7a52ffc04ef4a009ee944e05b2be91219cc351a8ee2e84dcb3a
SHA1: 19bae6a82b12950d98e3db7bbcbfdeff275321a7
MD5sum: 06b37654e347d6be51d7cf2fa8a76145
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-pg-rrule-dbgsym
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-18-pg-rrule (= 0.2.0+git20211101.d7d10f2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-18-pg-rrule-dbgsym_0.2.0+git20211101.d7d10f2-3.pgdg+1_arm64.deb
Size: 23752
SHA256: 78caf6779f53504ff99c45ab3badb057e09d1c944d5b56d2cfbf7d4cdfa5a8f0
SHA1: 2d687a15395bf2830c0fcf9af40e15e22f28e342
MD5sum: 3140da5d383dd53f374bd7edb6d3bff7
Description: debug symbols for postgresql-18-pg-rrule
Build-Ids: 47b37dbc42b32f1b42b3844537ecbd93befe7b13
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-pgtap
Source: pgtap
Version: 1.3.3-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1795
Depends: postgresql-18
Recommends: libtap-harness-archive-perl, libtap-parser-sourcehandler-pgtap-perl, libtest-harness-perl, pgtap-doc
Breaks: pgtap (<< 0.95)
Replaces: pgtap (<< 0.95)
Provides: postgresql-pgtap
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-18-pgtap_1.3.3-3.pgdg+1_all.deb
Size: 62916
SHA256: 0bc76eaec9e4245a3d947dab09035c44e64854d1b09a469bf3c155eabb170892
SHA1: b5abb04f1d53eefdbb65cbf8ef78f306ed8075f2
MD5sum: c132cb6de8314b9d8f8a20939ddda925
Description: Unit testing framework extension for PostgreSQL 18
 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 18.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-pg-track-settings
Source: pg-track-settings
Version: 2.1.2-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-18
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-18-pg-track-settings_2.1.2-4.pgdg+1_all.deb
Size: 9912
SHA256: 958ef23b3eb69dc13b16699a4db0d1051d32272863679f88dbffa432bdf10d13
SHA1: 8fec44e99702e7148b9f230608d0c13f7420fab9
MD5sum: 861811e4adbc193b7ace1541324cfafa
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: postgresql-18, libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-18-pg-wait-sampling_1.1.8-1.pgdg+1_arm64.deb
Size: 39020
SHA256: 4dc246d5ecf3c901331ec0bb725691a941cdb2c5dfe3cd9ffdfb0e53dba18a09
SHA1: cf144f5e51e5f567c3670c331800de3d91a50496
MD5sum: 2a5665ff50c5b04de609856c6f594c37
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-18-pg-wait-sampling (= 1.1.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-18-pg-wait-sampling-dbgsym_1.1.8-1.pgdg+1_arm64.deb
Size: 68016
SHA256: 2ee2aa3d49220ec38f40dc1efecbed01e47f2a7cf6c5dd8fd60e77acf3af6680
SHA1: 7c01d25fa59ee34683c1bec40e921de7f8602753
MD5sum: de6e747590059e6433c2335b2aa910db
Description: debug symbols for postgresql-18-pg-wait-sampling
Build-Ids: 4a712aa5516c5d59fe71a7f03e0f8b184babc82d
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-plproxy
Source: postgresql-plproxy
Version: 2.11.0-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 354
Depends: postgresql-18, libc6 (>= 2.38), libpq5
Homepage: https://plproxy.github.io/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-18-plproxy_2.11.0-12.pgdg+1_arm64.deb
Size: 135200
SHA256: d5fd662f2612cd2f9420415f04458d08e3181cc57eed64ae21911971404e1944
SHA1: 30bc9ab010fb90277f70396ca45d716d45454d57
MD5sum: f86b843e7474a367f979611a44bfd290
Description: database partitioning system for PostgreSQL 18
 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.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.11.0-12.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-18-plproxy (= 2.11.0-12.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-18-plproxy-dbgsym_2.11.0-12.pgdg+1_arm64.deb
Size: 131820
SHA256: 6b95dfa9decfb5a3fcf81c5ae643156a56abf9742d72a752a0d2f6e2190c330d
SHA1: 6387099d39f594f2a3501a62ae4ff21c2f06569b
MD5sum: d3813d47a4f8bc11b19a5b62760b2470
Description: debug symbols for postgresql-18-plproxy
Build-Ids: d0f0f02bf9d431fd72d46855f1fc1b66e79c4810
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-plsh
Source: postgresql-plsh
Version: 1.20220917-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: http://plsh.projects.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-18-plsh_1.20220917-3.pgdg+1_arm64.deb
Size: 28404
SHA256: b202b481816a1bd8558782bf15ddf350260a19a85e28b679c4ec8d0abdb98f98
SHA1: f7b91d8db6fdbe379669c0c951983d099433e93f
MD5sum: bb7ce5a8b5448260fa13aab32ee5af37
Description: PL/sh procedural language for PostgreSQL 18
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in a shell of his choice.  You need this package
 if you have any PostgreSQL 18 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20220917-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-18-plsh (= 1.20220917-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-18-plsh-dbgsym_1.20220917-3.pgdg+1_arm64.deb
Size: 53200
SHA256: 532f937f9024dfef49d1fa78a0554b1c065ac58d7e0abc7f5c655e8e525cf7b0
SHA1: a01a2a23d4197751d851a59d027cbd9598fab3a2
MD5sum: 70685b6f8dd6fa46cdd541f3174ad392
Description: debug symbols for postgresql-18-plsh
Build-Ids: 9285bc983ac3a3518eb212e646e4eebef1fc7572
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-pointcloud
Source: pgpointcloud
Version: 1.2.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 516
Depends: postgresql-18, libc6 (>= 2.38), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-18-pointcloud_1.2.5-2.pgdg+1_arm64.deb
Size: 98212
SHA256: 7dca51d83893576ef7a94743b83d01dd4890a644e173bef2bdbf0e0f701218bc
SHA1: e587f76603479cdd405ceada22db5b5fb91bc93d
MD5sum: 1b210d914fe480820e397ecf1b6daaf9
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 216
Depends: postgresql-18-pointcloud (= 1.2.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-18-pointcloud-dbgsym_1.2.5-2.pgdg+1_arm64.deb
Size: 184640
SHA256: 55514d867dc125bb4c4efb8e244d76b5d8a8eb5dfed0961549d1de0127754a05
SHA1: 2a0e6f07afd39ddf24abb7e5f4d3e68a0c9c8405
MD5sum: c28016a7a89d33d13f6e3e299cb1a559
Description: debug symbols for postgresql-18-pointcloud
Build-Ids: 77216122fc3c3e8c28b94a7b80c25de042b72be7
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-prefix
Source: prefix
Version: 1.2.10-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-18, libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-18-prefix_1.2.10-3.pgdg+1_arm64.deb
Size: 42336
SHA256: de66d4a377459ea0def7e8812637b9e5e9363fe41991dfc05ab7437380cdbfa2
SHA1: 25f9e9a65d306bfa5c31fdb1cc6a3bc5b8d16fcd
MD5sum: ad22afe2e8aa87fd2e2e2cf396da72c4
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.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-prefix-dbgsym
Source: prefix
Version: 1.2.10-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-18-prefix (= 1.2.10-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-18-prefix-dbgsym_1.2.10-3.pgdg+1_arm64.deb
Size: 47836
SHA256: 1a2ef0b941e7aa458f77bdab536fd5b40d8f039cb8b58e451be1dbb8a18235d6
SHA1: 8ec19e6cd6dddd3a7611871731b0a18f13e27d46
MD5sum: f7c7064fadf82d844f1e5812020c9f6f
Description: debug symbols for postgresql-18-prefix
Build-Ids: 252835c41310d4561d7bf8a7f72b12f47bd19f36
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-preprepare
Source: preprepare
Version: 0.9-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: postgresql-18, libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-18-preprepare_0.9-9.pgdg+1_arm64.deb
Size: 17660
SHA256: 6e6967ef592e48831a7c319ebbb841ddd203e1d4bb0e49d1865e8931ef360953
SHA1: e83c55b1488f9b4b9a946bad341dcc3fa0a207fa
MD5sum: 157284af7abafd834e226da3a1797411
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.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-preprepare-dbgsym
Source: preprepare
Version: 0.9-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-18-preprepare (= 0.9-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-18-preprepare-dbgsym_0.9-9.pgdg+1_arm64.deb
Size: 17496
SHA256: 394559b63dc723dd73b973a068fee21b6f127c51e2e1490ba4526ce92f55be74
SHA1: 55ffc07fe60d1b43f29629d96ea4a4c6a0408c02
MD5sum: bc66aba82a399ed0bd8005bcf3590228
Description: debug symbols for postgresql-18-preprepare
Build-Ids: b131dceccbaee359d5136a01aa7f87abcad82348
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-prioritize
Source: postgresql-prioritize
Version: 1.0.4-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-18, libc6 (>= 2.17)
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-18-prioritize_1.0.4-12.pgdg+1_arm64.deb
Size: 11924
SHA256: d1903f8c6afaf870dd33c0a00f36340d4a2f0a0bf90a7b7f75e3e543aaa85dc5
SHA1: 06bea368eefbd110331022d1e4b33979fd166929
MD5sum: 2a03223b0551af026d722c32fee968ef
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.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-12.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28
Depends: postgresql-18-prioritize (= 1.0.4-12.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-18-prioritize-dbgsym_1.0.4-12.pgdg+1_arm64.deb
Size: 13740
SHA256: 69a42e78c318647e32cf3e85daf54abcfc2ecec5d7e0e21883ed16e339452a94
SHA1: 60a38bf10971f0b7253642d0f1456615f7ab6d07
MD5sum: 1539006209333efea1c8831297b4fe88
Description: debug symbols for postgresql-18-prioritize
Build-Ids: fb3b1cc9647bfb45faf490085e515e5915e1589a
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-q3c
Source: postgresql-q3c
Version: 2.0.1-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3488
Depends: postgresql-18, libc6 (>= 2.38)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-18-q3c_2.0.1-4.pgdg+1_arm64.deb
Size: 166796
SHA256: ee7b8b5d2b9d057b999b36af66ff7ae5b5c5f14dfc43edf450b537441c94c7a7
SHA1: 19742e8b30cda55f122602de4ec92e137be7d90d
MD5sum: 450639393d790ea07026760ec3ea49e1
Description: PostgreSQL 18 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 126
Depends: postgresql-18-q3c (= 2.0.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-18-q3c-dbgsym_2.0.1-4.pgdg+1_arm64.deb
Size: 109336
SHA256: abcf41404da089487b90d323404bda4319c2579ab31c89720412f6e6e5fe8022
SHA1: d03f9372cadbe96f3fc2584345ebde6315917d34
MD5sum: 0615dcb4e9ac2c808c76c881f09569e6
Description: debug symbols for postgresql-18-q3c
Build-Ids: 0dba07d15168a1d312c3bd9db5f67088bb9e0836
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-rational
Source: pg-rational
Version: 0.0.2-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-18-rational_0.0.2-7.pgdg+1_arm64.deb
Size: 24956
SHA256: df514ad3a537093cc1761667ffe6cf65e5c7aefe47e31c9b213df1cd596be24f
SHA1: c911df932cb83645bf9a3a8d2fadfd3c8616240d
MD5sum: 761ee07227bfb8ea1b515e916a530a45
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-rational-dbgsym
Source: pg-rational
Version: 0.0.2-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: postgresql-18-rational (= 0.0.2-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-18-rational-dbgsym_0.0.2-7.pgdg+1_arm64.deb
Size: 23080
SHA256: 70c742f3ad6dbd341c1ec16adcbaf1b93a7e959b45a3745bd4d1994974bfc986
SHA1: 78d9da722d9ccd9e60511fce475714abcf9a8e5e
MD5sum: 8ff1d234f085f5e2c9af6a94eaa8474e
Description: debug symbols for postgresql-18-rational
Build-Ids: 3f4ee55d9a4588114b2ab10fdf7f94a98d7e6d1b
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-repack
Source: pg-repack
Version: 1.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 309
Depends: postgresql-18, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-18-repack_1.5.2-1.pgdg+1_arm64.deb
Size: 103808
SHA256: 2b7fe363bf8f2a87f193a927b0923cf4c37618bb949a61c0d16312854a45120b
SHA1: c140738ccda53806230c566585b2475ad582c2d8
MD5sum: e51ab107fe3d8e411f09e1d4e6046b6c
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 18.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-repack-dbgsym
Source: pg-repack
Version: 1.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 266
Depends: postgresql-18-repack (= 1.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-18-repack-dbgsym_1.5.2-1.pgdg+1_arm64.deb
Size: 129292
SHA256: 88daecc6b48f9238c13e7036fbebbac5361e46e68aab481724102c956527e1df
SHA1: f042d81920128263fd2cb6703a32b252a950a6e9
MD5sum: 30ab606f0b82ab081e1d8116dd537371
Description: debug symbols for postgresql-18-repack
Build-Ids: 8d2a5f2b89f354c63fb1a92760713dd32e22da30 f9548a09b3c518f345a7fc596ed53a5c3cdeb706
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 698
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-18-roaringbitmap_0.5.4-3.pgdg+1_arm64.deb
Size: 281676
SHA256: 9c420ad2e89af1b62698e6e6c408ab0ad03944eca6c53c100273c545502e7022
SHA1: 4b9fe32a60a1bb36ae3422fd5e270c894c4f5b22
MD5sum: c258af7402369da71654c4ab259902f2
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 425
Depends: postgresql-18-roaringbitmap (= 0.5.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-18-roaringbitmap-dbgsym_0.5.4-3.pgdg+1_arm64.deb
Size: 394676
SHA256: 35accd2394d42907008313fe98399a0984da259ba3262ff730d49d9c02db1ef6
SHA1: adf98b78b7879859e7b72d88a3cd03f32cbe6a44
MD5sum: 27699c9ad6fcb4d58030421225616e42
Description: debug symbols for postgresql-18-roaringbitmap
Build-Ids: 8250b23749d681a6907849f3108b32ee63d600e7
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-semver
Source: postgresql-semver
Version: 0.40.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-18-semver_0.40.0-2.pgdg+1_arm64.deb
Size: 39976
SHA256: 361f41177ca1a11db197ae64e1710e0fa0ebc4709995668c6ee2ae37139aab7a
SHA1: d2b4a5b47a5924d3416f394cb39a0e81e93f71ae
MD5sum: 9efb37219a19142a9fcc843504db7331
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-semver-dbgsym
Source: postgresql-semver
Version: 0.40.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-18-semver (= 0.40.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-18-semver-dbgsym_0.40.0-2.pgdg+1_arm64.deb
Size: 25420
SHA256: 9e671f475ed4c28ed087dc96a07d162b57a36bcc750b5635dc1e09fdbec02114
SHA1: 1b8159e79924c052287201006c5b87205a39ad48
MD5sum: dce705cdefdbbca6aeb5bd40d2a78a98
Description: debug symbols for postgresql-18-semver
Build-Ids: dfc00ccebc561740b183dcb520f5cee242ed009d
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-set-user
Source: postgresql-set-user
Version: 4.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-18, libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-18-set-user_4.1.0-1.pgdg+1_arm64.deb
Size: 35608
SHA256: b27a32cd4f43e2bc8b5bd42db0e1d6954443b581a47564b8b022299a1137dd98
SHA1: 457c981fa9bd95bd62b57ebb9b0a2d2cac10e470
MD5sum: 42c7b5595b765b173100f4ea66a3a93b
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-set-user-dbgsym
Source: postgresql-set-user
Version: 4.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-18-set-user (= 4.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-18-set-user-dbgsym_4.1.0-1.pgdg+1_arm64.deb
Size: 52152
SHA256: cb05c8de18ae6296272ad204933633496ddb62bf3c43bc9831866d590bd0815f
SHA1: 671a333f117eb1a325a4b7ec41c16e1f32ac4d81
MD5sum: f9880f36779ae60f79024ab395410922
Description: debug symbols for postgresql-18-set-user
Build-Ids: df9dba3172dfe5d0f08b9665ae73d52bc77ae925
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-similarity
Source: pg-similarity
Version: 1.0-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 383
Depends: postgresql-18, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-18-similarity_1.0-8.pgdg+1_arm64.deb
Size: 98956
SHA256: 1244cf15335405d3aace9457992b0084ec4d006d0beac2e5e2dcfae103505fc0
SHA1: 0d69081bd3946a0f2a1f3139d9468a92e0c04c67
MD5sum: 505d9d5fb2076e90ebb02eb9e5ff5390
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-similarity-dbgsym
Source: pg-similarity
Version: 1.0-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-18-similarity (= 1.0-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-18-similarity-dbgsym_1.0-8.pgdg+1_arm64.deb
Size: 67548
SHA256: a9534fec54fee2319a1aaeb7786d1aed45f6daa502e16f9bd308bf4d2db79c43
SHA1: 5b992013f16da5f9edb818d79d2e8df5f8ca7f15
MD5sum: b3899efc86d159a96f1b18c61af635a3
Description: debug symbols for postgresql-18-similarity
Build-Ids: 4ec74a9b72777fe3e241b509d62d3e6cf9c50cf6
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-snakeoil
Source: pg-snakeoil
Version: 1.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-18, libc6 (>= 2.17), libclamav12 (>= 1.2.1)
Recommends: clamav-freshclam | clamav-data
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-18-snakeoil_1.4-2.pgdg+1_arm64.deb
Size: 17220
SHA256: 918c040ee1c9b369681229cd60788340fb91919f2af027fe22d2efd25e7da2b4
SHA1: 45842436bb3f2c8bad170dabf5aa6582db5e0663
MD5sum: fb7769626cbf9d0dba6eb7f511f06aa0
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-18-snakeoil (= 1.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-18-snakeoil-dbgsym_1.4-2.pgdg+1_arm64.deb
Size: 16036
SHA256: 32b658f31a3817d25eadbfb28fb56785b1d8eb2ba4c1f31cf457eefbeb34a152
SHA1: f8a2c2370f2f6758e8cd3215c1565e996aa06256
MD5sum: 22f8e1b2a7df22c6205ad20402732e23
Description: debug symbols for postgresql-18-snakeoil
Build-Ids: a96be96ab3bfe000144d4f750274411e87f5c348
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-tablelog
Source: tablelog
Version: 0.6.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 163
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-18-tablelog_0.6.4-3.pgdg+1_arm64.deb
Size: 46520
SHA256: 6eacafef7101c030c56538da3406991f86d0abdf960cda28bca9170172134d55
SHA1: 9e0f21bbe57782c6df5f14a1674970e81e568257
MD5sum: 3e54c48246b3586f4693fb66a532b90f
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-tablelog-dbgsym
Source: tablelog
Version: 0.6.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-18-tablelog (= 0.6.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-18-tablelog-dbgsym_0.6.4-3.pgdg+1_arm64.deb
Size: 55992
SHA256: 29e8c5277a584311a9a95254a9f3453f125a60f1a535b0e4c20a34fa3c940311
SHA1: a9d557b0e4eea0af9997a0b38343a682689dc04a
MD5sum: ef2f6868d3c9fd4f88ba20c23f389acb
Description: debug symbols for postgresql-18-tablelog
Build-Ids: f24a4195a8e5722abd1ff9b55ae173e69713ab1b
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-tdigest
Source: tdigest
Version: 1.4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-18-tdigest_1.4.3-1.pgdg+1_arm64.deb
Size: 63104
SHA256: 5a6098168a17541203eb9373064f2f92135be34448402f07d7fdb30c0456c421
SHA1: 9ce7f894532a9b7650cc06e736406de3448e9185
MD5sum: f76b57994527be9024bb04faeb1036dc
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-tdigest-dbgsym
Source: tdigest
Version: 1.4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-18-tdigest (= 1.4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-18-tdigest-dbgsym_1.4.3-1.pgdg+1_arm64.deb
Size: 52768
SHA256: e8b5a8e5ca8ab2ff992c6afd308ee237f53da977235082812e80cc2f8d4d493c
SHA1: 3843481547e5754aec1c9cc255361239d27c36e5
MD5sum: da3c520750b16b1ef75ee56845146753
Description: debug symbols for postgresql-18-tdigest
Build-Ids: 41cad810360b50f128bc697104464412d457a11a
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-toastinfo
Source: toastinfo
Version: 1.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-18, libc6 (>= 2.17)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-18-toastinfo_1.5-2.pgdg+1_arm64.deb
Size: 13076
SHA256: 0a0e204a8dfc7bb36942685cdab49fa474f897e61fb35ac64ace47b4e4b34e3e
SHA1: 80c19d5a356e121cc34ae67f111572b5ea12750f
MD5sum: 3fde836c1aeb22aeff2de277c0e89cb7
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-toastinfo-dbgsym
Source: toastinfo
Version: 1.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-18-toastinfo (= 1.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-18-toastinfo-dbgsym_1.5-2.pgdg+1_arm64.deb
Size: 12072
SHA256: baee042e9c78ce04204388289e0b6730ce6c843fefe97ca415edcf5836d8a003
SHA1: 4168711610419e4f0c903412c1762d8304ca5360
MD5sum: a471c0626cee390e02886e004ba1ec86
Description: debug symbols for postgresql-18-toastinfo
Build-Ids: 619530919483958bfc6f3cc62fd6323bc7478a4b
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-unit
Source: postgresql-unit
Version: 7.10-1.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 687
Depends: libc6 (>= 2.38), postgresql-18
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-18-unit_7.10-1.pgdg+1_arm64.deb
Size: 161832
SHA256: 13d9374ac51804f50af39c77a852629cde16f815716967aa6efa8623cc40ffdb
SHA1: 8decfccbd2deb202287feff1822318d3589b7abf
MD5sum: d4c25a35325db1bc8afd025aeb727ab4
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-unit-dbgsym
Source: postgresql-unit
Version: 7.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 86
Depends: postgresql-18-unit (= 7.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-18-unit-dbgsym_7.10-1.pgdg+1_arm64.deb
Size: 64152
SHA256: 9de949fd80e3fabb10ba4f77169440c404702451d14dd5878b92846f4f8e25c5
SHA1: 906973095c8e69bde3277c7b08b40f3f97a12326
MD5sum: 53ee211e5e3e3ab43cd58313e94c11cf
Description: debug symbols for postgresql-18-unit
Build-Ids: 54cec32cfa6e4cacdeb367b4f47a9437c4883e4d
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-wal2json
Source: wal2json
Version: 2.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-18-wal2json_2.6-2.pgdg+1_arm64.deb
Size: 56868
SHA256: 24877700d8d0d5863085568a9bf92d6597229d3021002e5c52113613c598da39
SHA1: a4b0e48dd9006d6f02ddac19bfccb10dd380cff0
MD5sum: c755bb9f7ead0c0d2aa20073e1f566e9
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2025-05-09 19:57:46+00

Package: postgresql-18-wal2json-dbgsym
Source: wal2json
Version: 2.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-18-wal2json (= 2.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-18-wal2json-dbgsym_2.6-2.pgdg+1_arm64.deb
Size: 81388
SHA256: 637d4a2371ab9ac933e4ff37b5d38cf7671881a64c5560db03a10ae8a1320f89
SHA1: 58c4db6b9c8bdb10d89f60f5c39a8f7db6e56db8
MD5sum: 41d10598a0fc22d614944aee9cc6853a
Description: debug symbols for postgresql-18-wal2json
Build-Ids: 1e4f6efb498361eaf69d470e6bfed0ca261850cb
Timestamp: 2025-05-09 19:57:46+00

Package: python3-rdkit
Source: rdkit
Version: 202503.1-4.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 29177
Depends: fonts-freefont-ttf, rdkit-data, python3-numpy2-abi0 | python3-numpy-abi9, python3 (<< 3.14), python3 (>= 3.13~), python3:any, libboost-numpy1.83.0 (>= 1.83.0), libboost-numpy1.83.0-py313, libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py313, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.34), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.2), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.1), libstdc++6 (>= 14)
Suggests: rdkit-doc
Homepage: http://www.rdkit.org
Priority: optional
Section: python
Filename: pool/main/r/rdkit/python3-rdkit_202503.1-4.pgdg+1_arm64.deb
Size: 4347288
SHA256: 8937f659f061ac44d44599ee19b34fcf67230dc99559be0f11a83f3dbd9f2710
SHA1: 5aeb53c85a0f4016129006b68bcedd3b43314404
MD5sum: 68eea482f014fca1f19e1432631dc916
Description: Collection of cheminformatics and machine-learning software
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
Timestamp: 2025-05-09 19:57:46+00

Package: python3-rdkit-dbgsym
Source: rdkit
Version: 202503.1-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 71777
Depends: python3-rdkit (= 202503.1-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/python3-rdkit-dbgsym_202503.1-4.pgdg+1_arm64.deb
Size: 61934592
SHA256: 53ac0bb744f9c1f8a4837cef6ad59f2809f95e05bd6401ce91d9ca1dec177600
SHA1: a8769d04e5aa3eceb4a8308c6e9c7109ffba7e85
MD5sum: b9d6d7895c2b60e0081fa3cfcd211d9e
Description: debug symbols for python3-rdkit
Build-Ids: 0010d48abff810b4e1c0105f91d5e533e82fe7c0 06904788bbc114845b6355d237a7c79f82a1050a 0988bc2fe8841d18766a4b5c4fd0ed88666d003b 09cfbf9afaaf0c128caf34124c669858ac316b60 09fa9b25d90010ece9ac806012f5b1e52ddb3d08 0cf0212397d726589071386d9a8d25fd130a95b7 0ec0d5ad5449703dcb491a3e902a6a66e2c7897c 0f7aed3e18973f093e7b7e01a80ccd03bdc3bccc 13e5a6d1d7da8609f18788e84f4a01bb4462d6dc 22c2ce4f1e106d88d5317adc010292146830027c 236a98d2a3c3fb6b5df4e262a1d1627aef58685b 251f0001cc201f310f877f2f3a4ec09e3afce8cf 26e5e87d1673b15207bbfd68382bf0539265edbe 27ab879deed19e33bfabca7f47c9562174488677 2b9d01596b765bd5aa1a43e88832c69cc7446ff1 2fc50225beb6d219e2e0c62a00cd504cf61210e0 379d5d9ac45deda0c6410b8647fb11c1931be4f9 3c6d0f75d95603c89759b003867d5ee9c38b46d5 57406211714a7ef077407cf86bc1c7c993aa4c43 57b6019135a799595503989f0976a9a93656b561 61041a663e44d0590deaf6cc9841d283a0d60ae1 6212799e2e063ae7a65e3aae2128cbeaa8bae84b 64af2afddb5dc062850c81a1e7a1396934b51613 66a8da3cbb349f691877427dcd27f159e7eb7003 693feceb5828bb0261a0315a3c804a7993119568 6f2b0eed99603edb7b74c93b7a98096387ef78b0 7191f473863cc06dbd44f3e8ab53a914f815f604 72b535c0c9407a98ed7a40260b20ff730c10763c 7541c48a351fe27acdb804b6daf06d8361f6614b 75b80cf696f4f69c6ce49e10735b4994269f352a 75c81f83b9225e3dfd66abdb44ac0f8de6f6f995 766a088f66643533d9bd5cede8e1d087967cd4a5 7948a0df10948ea85bee1e237b6b59f16ed88d46 7f397cc5921d4ec3d8673a2b124685a24ce1d263 865933d5cd0c04f0270ecbb255623dab4c46c381 87d410058f212ec37bc6cf9370f4d27fda26dfa6 8d72576aa35bf180c4e048351a50b756929e22dd 9163ed53e2c3159771f7644e7b577dae2e983b36 9c06f1af55c3bdf7393d142ccf102dc7c4d6dbcd a7d38dda057783e22ba1a57b4c9ba54baf288c2c b08ea3c55d9ae73ad667c3262e52c18261eae76c b800a94435199fb88dfa1e6b04cd045d57b2127a c26cfaf8895df7131d93b4f774c3e895c7a1b0d4 c7ee82971bd46ed3a596c430fcee4193287efeff d96b958c7f00b8835587b1c4d25d9a0df0762092 daaaf33a8a721ed200636161b05ddd269e6a0f93 db14e3f51940f7ff636f39cdc03ad3bc61466bc9 de30e8f4078d0c9b0abd45d5c9a8977dad54dc00 dfc1274e8635a6a96227d56792700949090c184c e1bb95c5f4c9da5dd4b1538bf80f14a76893e3a1 ec93c570c88c065581cc8e993908f7159e9af07c f07e3c8290ba2e7d923c484aa1e465a130e01ce7 f181de7dbea3ce4ea075aecf008a4abc97704bf5 f409ea32ed8c813259a142c0a45b09334f5be6be fd6f13318cd53f23043649d494a9ff56a10dbdee
Timestamp: 2025-05-09 19:57:46+00

Package: rdkit-data
Source: rdkit
Version: 202503.1-4.pgdg+1
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 59394
Homepage: http://www.rdkit.org
Priority: optional
Section: science
Filename: pool/main/r/rdkit/rdkit-data_202503.1-4.pgdg+1_all.deb
Size: 13179380
SHA256: 918983767cbe600b221850a8154f0bd90b5821f6bb6512a18e127e3e18ec4e17
SHA1: 025ef58f65f80441632279cba16bd6ff67f51b77
MD5sum: e036ce2af2bb068d0bc9abdfceaa3d5e
Description: Collection of cheminformatics and machine-learning software (data files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains data files.
Timestamp: 2025-05-09 19:57:46+00

Package: rdkit-doc
Source: rdkit
Version: 202503.1-4.pgdg+1
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 82568
Depends: libjs-jquery, libjs-underscore
Homepage: http://www.rdkit.org
Priority: optional
Section: doc
Filename: pool/main/r/rdkit/rdkit-doc_202503.1-4.pgdg+1_all.deb
Size: 6888944
SHA256: 4bcc51528f4c8118ac5073daafeac6875a723acb9aee5411fa02e1af6fbb60d9
SHA1: 75a063bc255aa06afa3de348323220fde9c57478
MD5sum: 8c6b305278c8fd69f4dc639792964e9c
Description: Collection of cheminformatics and machine-learning software (documentation)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains the documentation.
Timestamp: 2025-05-09 19:57:46+00

Package: oracle-libs
Version: 7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: libaio1t64 | libaio1, wget, unzip
Homepage: https://www.oracle.com/database/technologies/instant-client.html
Priority: optional
Section: database
Filename: pool/main/o/oracle-libs/oracle-libs_7.pgdg+1_all.deb
Size: 3520
SHA256: b290795a2f9c2499a5b0266e5b94cfae6f7e7bec69b3b20e9f2014711d086721
SHA1: d4adc6e6a30406736445e5ab46646441deea0366
MD5sum: 224325aa87836e6b0cab72b4ed7931ca
Description: downloader for Oracle Instant Client libraries
 This package retrieves and installs the Oracle Instant Client libraries.
Timestamp: 2025-05-19 17:51:45+00

Package: pgbackrest
Version: 2.55.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1207
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.34), libgcc-s1 (>= 4.2), liblz4-1 (>= 0.0~r127), libpq5, libssh2-1t64 (>= 1.5.0), libssl3t64 (>= 3.0.0), libxml2 (>= 2.7.4), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc, check-pgbackrest
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.55.1-1.pgdg+1_arm64.deb
Size: 425824
SHA256: 1dd9f540d75b6eeaaed7879df27905502ddb4fc1c85aa7ab68f8fd9d68ccac60
SHA1: 549d41dc1d6f981112258e17748c42409a277f6c
MD5sum: 4a3d79448d3df0e43a34e14c21b0d006
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.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2025-05-19 17:51:45+00

Package: pgbackrest-dbgsym
Source: pgbackrest
Version: 2.55.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2525
Depends: pgbackrest (= 2.55.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.55.1-1.pgdg+1_arm64.deb
Size: 1353272
SHA256: e7128765cdb0c673a283934ff740156f162739f4cec5d907e7afce687c87986d
SHA1: db54f16bc2fa6a085ce667e8bcdb4fada2fc5337
MD5sum: 24b14ba7c3fea24845988bbc1fb486e4
Description: debug symbols for pgbackrest
Build-Ids: a72d10d9118b15f477496af2e4a91050433ba2ee
Timestamp: 2025-05-19 17:51:45+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.55.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1880
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.55.1-1.pgdg+1_all.deb
Size: 130280
SHA256: 67ba78b5f316e6f4c21759b6ecff011c45df4c86402ce6f281e9c1ee37e4f06b
SHA1: 477a94535835a801133e1323f7205c12287007c8
MD5sum: 2faa360a2bbaeb30c68ace43ea44bdee
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2025-05-19 17:51:45+00

Package: pgmodeler
Version: 1.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36953
Depends: pgmodeler-common, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libpq5 (>= 8.4~), libqt6core6t64 (>= 6.8.2), libqt6gui6 (>= 6.8.2), libqt6network6 (>= 6.1.2), libqt6printsupport6 (>= 6.1.2), libqt6svg6 (>= 6.6.0), libqt6widgets6 (>= 6.4.0), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Homepage: https://pgmodeler.io/
Priority: optional
Section: database
Filename: pool/main/p/pgmodeler/pgmodeler_1.2.0-1.pgdg+1_arm64.deb
Size: 6868388
SHA256: 7e68328e06772cb36b1048d900d35c2f850eebdd4a2e7d7a47970f4838623d77
SHA1: b9e735d310ef27689fda7bd2f34cf035d573c93b
MD5sum: f2a53fbef393fbc26f89c9ebb1a1fe30
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.
Timestamp: 2025-05-19 17:51:45+00

Package: pgmodeler-common
Source: pgmodeler
Version: 1.2.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2105
Multi-Arch: foreign
Homepage: https://pgmodeler.io/
Priority: optional
Section: database
Filename: pool/main/p/pgmodeler/pgmodeler-common_1.2.0-1.pgdg+1_all.deb
Size: 393824
SHA256: 1c2b486942af17933dd528da8bbe6d4da10d238ca10abab3472c384c43b0bf55
SHA1: 9fbe7a93ada9f1eec4c3fe9e9b63a31e6ec64ed9
MD5sum: 30eab64202c8c328d69d8a359c0a8461
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.
Timestamp: 2025-05-19 17:51:45+00

Package: pgmodeler-dbgsym
Source: pgmodeler
Version: 1.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70080
Depends: pgmodeler (= 1.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmodeler/pgmodeler-dbgsym_1.2.0-1.pgdg+1_arm64.deb
Size: 57053940
SHA256: 6d0998a4ff0a3862155e7aa11bac7e0d0657ffa76f6e31e050e2653ab2013deb
SHA1: 983f8dd71f50acb178a554f49f827a0f2cbb22d9
MD5sum: 17f0a4699744dbe5cf549681b3391800
Description: debug symbols for pgmodeler
Build-Ids: 3ebb050360579ca586d46b67a6fbbd5393e2cd99 403f27ec2031a4d1bc753d3072c85db63cc62496 43a05724834d95e37314c0c37fffe39e141b4b49 4a5a3594bea90fea932a8ff68faeedb9cd2e0afe 5d02fdd52d67c2587c17597a78c972379af6f009 a59615e06d01d55e8a8208bec1ae3f4c68ca39d0 a6735d098d6fefb1ad0d65242059ea7682790c1c af2e22da1809c9da19f3b3852bdc80da2aa0e19e bcfa062899f2adc82bb407e66e9746f8f7895e0c d2e05f1957387d5c5d0b7439e6d091364907445a dee5236ec624c84c53d1b26f9a91abe29fd0fea6
Timestamp: 2025-05-19 17:51:45+00

Package: postgis
Version: 3.5.3+dfsg-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 637
Depends: libc6 (>= 2.38), libgdal36 (>= 2.0.1), libgeos-c1t64 (>= 3.6), libpq5, libproj25 (>= 5.2.0), perl:any
Recommends: postgresql-postgis, postgis-doc
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.5.3+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 146900
SHA256: b32703121dff8a5c2aee661be5b847d89ffc62834d464583dc604b2c00ee771b
SHA1: 299d9b874374c8f63c6a5a58a1855742863dac8c
MD5sum: 0be496f75d79ed5f66ba7729b756a63c
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2025-05-19 17:51:45+00

Package: postgis-dbgsym
Source: postgis
Version: 3.5.3+dfsg-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 940
Depends: postgis (= 3.5.3+dfsg-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.5.3+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 541280
SHA256: fe65338f9d641fd627fb64c31354452620cff4c30ab2d25ff465835e1db571a5
SHA1: cc5ed937ddd6f4129166b1688d3ca377e8f9b044
MD5sum: 5fd9d0a9e98d3f6e2985a27b5c5f6bfb
Description: debug symbols for postgis
Build-Ids: 2ebfaca37e8dc3610dfa3b40a1bbd76f48767365 4ba1cc402710e5a42a52c8e41aa949b46f1bfc60 e13ba32bcba299e7fda5cf140afdbe36a011fdef
Timestamp: 2025-05-19 17:51:45+00

Package: postgis-doc
Source: postgis
Version: 3.5.3+dfsg-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6986
Suggests: postgis
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: doc
Filename: pool/main/p/postgis/postgis-doc_3.5.3+dfsg-1~exp1.pgdg+1_all.deb
Size: 3079244
SHA256: ba13a865bed2f7ab6fc95edae5639bcdb0a15ced278099163b183d29dfaea9ff
SHA1: 4665ebd78efc34729ca1a9326702ad7143471ad5
MD5sum: 00e8e744c7d014b784ffa5968f1e1670
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.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-10-oracle-fdw
Source: oracle-fdw
Version: 2.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: oracle-libs, postgresql-10, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-10-oracle-fdw_2.8.0-1.pgdg+1_arm64.deb
Size: 81312
SHA256: 480d145e673cc912758994ea7f41f41bcc95195a1273810deb10bf1a2252703d
SHA1: 9eabe17ba50cc1a41e7b8044b8a8af42578d2e22
MD5sum: d758abfbd177aad5f867f864edd347d2
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-10-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-10-oracle-fdw (= 2.8.0-1.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-10-oracle-fdw-dbgsym_2.8.0-1.pgdg+1_arm64.deb
Size: 170572
SHA256: 76f49bc9c1092a9d0458bca06da5a94895ec20cb86a92eb18e88b54f6c54a63f
SHA1: b1fc99a5ef9cc9ac25d6dcb35c974c7f723209cd
MD5sum: 2e0196c5339d510ca565f79e83f8dd7c
Description: debug symbols for postgresql-10-oracle-fdw
Build-Ids: f8625d1b91764c3d688d1678dcd6eb6fcf5ccbcb
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-11-oracle-fdw
Source: oracle-fdw
Version: 2.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: oracle-libs, postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-11-oracle-fdw_2.8.0-1.pgdg+1_arm64.deb
Size: 82160
SHA256: c55e40227688a5f8a43cedc7e7f75e931ff54f6679820d009b6d1907bc78d1fb
SHA1: bdd349a860ed6c7682a2ca6a1db396a66099ba51
MD5sum: 8ebbdb56acec920ca6b9499adf3792b0
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-11-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-11-oracle-fdw (= 2.8.0-1.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-11-oracle-fdw-dbgsym_2.8.0-1.pgdg+1_arm64.deb
Size: 173356
SHA256: 7c3b67eda5a75852be3a110b46b7261b9c3597c789394fd48ef622e1521ddc49
SHA1: 1c880574ed0e9a997bc2a27e6a39f8f751f398c3
MD5sum: 505cda5ad447d74b6a7b6c852a1cf383
Description: debug symbols for postgresql-11-oracle-fdw
Build-Ids: 3909abda14788e1a9916ba9f52cecf4c61392cff
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-11-plr
Source: plr
Version: 1:8.4.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: r-base-core (>= 2.10), postgresql-11, libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-11-plr_8.4.8-1.pgdg+1_arm64.deb
Size: 63352
SHA256: 7773a2e470859945a7948ec22a085af03a6ca118b1ef1745b3e844bd35a6d2da
SHA1: fa4f1a687cc0f17ac07352d110950dcb2ff0018e
MD5sum: 4a595f6cc51930861fc3e871ff34c5e6
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.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-11-plr-dbgsym
Source: plr
Version: 1:8.4.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-11-plr (= 1:8.4.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-11-plr-dbgsym_8.4.8-1.pgdg+1_arm64.deb
Size: 119776
SHA256: 860e4bd089e2ce3307c721e731de8e85039209b8a200351f3b926f52ca5814bb
SHA1: aefd9a4803c6118f7a0fd6224c1e28db84861f19
MD5sum: 3f2c22972ce53db59350e2771948a50e
Description: debug symbols for postgresql-11-plr
Build-Ids: 9fef7ee37056b780141897f8e2319c6da6a800f9
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-12-oracle-fdw
Source: oracle-fdw
Version: 2.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: oracle-libs, postgresql-12, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-12-oracle-fdw_2.8.0-1.pgdg+1_arm64.deb
Size: 82216
SHA256: 004c519cf5bfe2ec0e2011f218a3e3575e6c5ece209acf0ef018a78b918b8650
SHA1: 009e0609e4613047d2ef8d501807dd82217a353a
MD5sum: 4e1ecf883ab6f62dd52b909f486e5c49
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-12-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 200
Depends: postgresql-12-oracle-fdw (= 2.8.0-1.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-12-oracle-fdw-dbgsym_2.8.0-1.pgdg+1_arm64.deb
Size: 178916
SHA256: b3530c39cd06577442da7b06caacfa8e2071ccc847db64ea069e4c10f8f3490f
SHA1: ea6e4ffe921ee2b2424a033447e8f262d9f6290c
MD5sum: ba57510794e968406425d1dfd8262d92
Description: debug symbols for postgresql-12-oracle-fdw
Build-Ids: a1c502ec6ba9aad6099406a969757ed9877fa906
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-12-plr
Source: plr
Version: 1:8.4.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 334
Depends: r-base-core (>= 2.10), postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-12-plr_8.4.8-1.pgdg+1_arm64.deb
Size: 136760
SHA256: 710372d8a1e1995f665edcd92ea672916ba0535380b39dd4a2cc9a4c558e19c1
SHA1: c7878dee644c32d567ccae537add570da0a01415
MD5sum: dacd17f581d971960f04ede6dfebbdcf
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.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-12-plr-dbgsym
Source: plr
Version: 1:8.4.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-12-plr (= 1:8.4.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-12-plr-dbgsym_8.4.8-1.pgdg+1_arm64.deb
Size: 124480
SHA256: ff246e27467ee06baf901352cf4c7fa399ee9a4ca3a583a7dacb5be2f9b77ee1
SHA1: c14fd566481f72bdee59cf21121c6cd96672b88a
MD5sum: 2f224a787d24e31560ebc95eb57ddf16
Description: debug symbols for postgresql-12-plr
Build-Ids: 86742694fcad6a92e7ad9f2e01764f54987c2d10
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.5.3+dfsg-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9709
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal36 (>= 3.7.0), libgeos-c1t64 (>= 3.13.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 1.5.0), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-12-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.5.3+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 3386472
SHA256: e081fbd4561e6e2df92593a81a47195a0a7382aff88246465da5ec8c2839f379
SHA1: f7dcc6e5eceb0461266233ff6638f06e13b2cd86
MD5sum: ac5d22fb64f0e0122804c587e9067003
Description: Geographic objects support for PostgreSQL 12
 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".
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis
Version: 3.5.3+dfsg-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4668
Depends: postgresql-12-postgis-3 (= 3.5.3+dfsg-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.5.3+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 4101800
SHA256: df611938fdd55abe88be8afc4bd2130ac6e211b0264269847892ed6d95427ef3
SHA1: 748132c474a9f3743d3c48a434f0ebb4077b0194
MD5sum: 16744da649a45daf5276f229835a47bf
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 003a8e30e331409aa0c67e1395a346cb798bf057 056c3818a75cae44b2300fc78585b63483a13fff 2c2e9d7f39b924576f936836db2b78761485575b 3bc3ed212a0141a99a1dc4b71bd6c792e4b086ad bb1f40d675510c3510a4ea0efc79d2b93fa4f5a6
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.5.3+dfsg-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38563
Recommends: postgresql-12-postgis-3
Provides: postgresql-12-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.5.3+dfsg-1~exp1.pgdg+1_all.deb
Size: 1278732
SHA256: 9dee4d85e7aeff40b038347efe3e6c951b107dbfeabbf7af46891adf31c3f0bd
SHA1: f07fffed5cd7cc2b60db7e0ef375fe025be181bf
MD5sum: 4986d6b4c9c3334c352a4ddac0cad480
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-13-oracle-fdw
Source: oracle-fdw
Version: 2.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: oracle-libs, postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-13-oracle-fdw_2.8.0-1.pgdg+1_arm64.deb
Size: 83340
SHA256: a46ba16adbc9c94b7f07b72e6fc66666374120a5ab8b7d7c0c73af0045c04736
SHA1: 1ce973d290d96a13bddc1313a0d76e09341f5ff9
MD5sum: a6d09bc818a813f60d4a563681a20c00
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-13-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 207
Depends: postgresql-13-oracle-fdw (= 2.8.0-1.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-13-oracle-fdw-dbgsym_2.8.0-1.pgdg+1_arm64.deb
Size: 186744
SHA256: 226794c19a4c68677937e38004ace9633890f99382eefd01b445fb8f83500e9a
SHA1: 50dc2a59b814c5e52ad2ab93394a2af5406229d9
MD5sum: ac49066d496b7244a46aab3ae25a722f
Description: debug symbols for postgresql-13-oracle-fdw
Build-Ids: e65f601523ba3aeb92f5e958948faadd56477cc0
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-13-pgrouting
Source: pgrouting
Version: 3.8.0-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3063
Depends: postgresql-13-pgrouting-scripts (>= 3.8.0-1~exp1.pgdg+1), postgresql-13, postgresql-13-postgis, postgresql-13-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting_3.8.0-1~exp1.pgdg+1_arm64.deb
Size: 820616
SHA256: e86f26cf481b347be936032f7dfc020f0595e576f67486231559f023db7ca76b
SHA1: 6c3625189042955b79b4626871103a9e7d89aad8
MD5sum: 88a60021e7bcc006b405f28bcdd41cc1
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 13.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-13-pgrouting-dbgsym
Source: pgrouting
Version: 3.8.0-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25602
Depends: postgresql-13-pgrouting (= 3.8.0-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-dbgsym_3.8.0-1~exp1.pgdg+1_arm64.deb
Size: 25696812
SHA256: 43a80c967301e9fbedf7b1da62c281b33c5d5e52662e4a1a3765a544680dfb95
SHA1: 1b87f4ce67c3d40e74662422b7a18e25a39d6a40
MD5sum: 14b1b2ffdf5a933ab42a151c3f6def25
Description: debug symbols for postgresql-13-pgrouting
Build-Ids: 2c1fc18fc9ab81ab27288d355a47abe97e8924fc
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-13-pgrouting-scripts
Source: pgrouting
Version: 3.8.0-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3928
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-scripts_3.8.0-1~exp1.pgdg+1_all.deb
Size: 65208
SHA256: 1b3116f8a79ea245a4f1ab3f9b351e8c37e2555a1c1c903a92e84991e6b164a0
SHA1: 8b279d961eabe416a36e5fa6a1e1e7435b9c2e3c
MD5sum: 08e1d0cc62e672a8b8fcef15dab97643
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 13.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-13-plr
Source: plr
Version: 1:8.4.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 335
Depends: r-base-core (>= 2.10), postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-13-plr_8.4.8-1.pgdg+1_arm64.deb
Size: 137144
SHA256: 63e1e59f4b2d3ef90a6ad22b4e1f68797a1a39507398831f95b6ecbfcad1f35c
SHA1: b21b3168037ef134b658081826f643c186488762
MD5sum: 7ab2e11dd93efe76e548323ef1b01669
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.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-13-plr-dbgsym
Source: plr
Version: 1:8.4.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-13-plr (= 1:8.4.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-13-plr-dbgsym_8.4.8-1.pgdg+1_arm64.deb
Size: 128104
SHA256: 90b45a97cba860d3af5ef63843f9667acdd1f246fd1c4efca7fc8e09847c2e7d
SHA1: 89dab07fcb769c2debbf58b10680807240550319
MD5sum: 27034c8297a06ff8cc0825b4e7089212
Description: debug symbols for postgresql-13-plr
Build-Ids: 4d35a1754f5e8c5257d8fa0189ef20d40e86d743
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.5.3+dfsg-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9754
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal36 (>= 3.7.0), libgeos-c1t64 (>= 3.13.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 1.5.0), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-13-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.5.3+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 3394108
SHA256: 1da8df91f2cc67bb358261ddfced09c7d35d1c0039cf62dc7c5dce62f4e292e3
SHA1: e55298b347b6e02ac3e5960442898ae51f0296ca
MD5sum: d1ffb6f86dd955860d99d5ecc4eace81
Description: Geographic objects support for PostgreSQL 13
 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".
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis
Version: 3.5.3+dfsg-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4691
Depends: postgresql-13-postgis-3 (= 3.5.3+dfsg-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.5.3+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 4123044
SHA256: e78e8a79bfb39b7e33dd0b8c6b9bbe0dd7639f9bc4b3d5d66e536d8e9a7511c6
SHA1: a164f2c04e4a42077b709276a76b698f1990fe38
MD5sum: 4f6c08e4ca0919f00e99f8e7fe0fa0d7
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 33af3a49c645843016753af40253dc79892ee3c6 697fd599a3fbc541f5997baf1b63447548b06798 c3e01019b1d9af1e54ad5a7df6a3b5d5e55a43ad ce226f4040fb83d40d82f934ca2c61540b465b0a d477cbcad29f7957bc950d9df75f16de28cf1ef6
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.5.3+dfsg-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38563
Recommends: postgresql-13-postgis-3
Provides: postgresql-13-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.5.3+dfsg-1~exp1.pgdg+1_all.deb
Size: 1278804
SHA256: d1602dc609edf567aa56970a25ca40e846a65d22bd71a4dff78fea11d57ab9f7
SHA1: 9c760d9956b0210077ee6b097a5b905e6cd97e89
MD5sum: bbeefa7b2f008e02968188a114b19d5f
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-14-oracle-fdw
Source: oracle-fdw
Version: 2.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: oracle-libs, postgresql-14, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-14-oracle-fdw_2.8.0-1.pgdg+1_arm64.deb
Size: 83288
SHA256: 64a852ee08c7af7760cf67ff0a10557d87085dcdae636096fc4ef48ee78a82e3
SHA1: c765654628361b63cd369bc1b198206a82718379
MD5sum: ea35ef781b9733296709b68a17c03ef7
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-14-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: postgresql-14-oracle-fdw (= 2.8.0-1.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-14-oracle-fdw-dbgsym_2.8.0-1.pgdg+1_arm64.deb
Size: 187700
SHA256: a61afdd9cebde19984d6d3a43f9f0152ebb21deb43b2ecf00ddd2a2dff777dde
SHA1: 518e7cf7a01e945ea2b1746d28880b89792a434a
MD5sum: 3baefd27382eb7c3f874002046a5895b
Description: debug symbols for postgresql-14-oracle-fdw
Build-Ids: 182bd31b5cf774f33d9dbf1746e1eefde7cfc002
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-14-pgrouting
Source: pgrouting
Version: 3.8.0-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3063
Depends: postgresql-14-pgrouting-scripts (>= 3.8.0-1~exp1.pgdg+1), postgresql-14, postgresql-14-postgis, postgresql-14-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting_3.8.0-1~exp1.pgdg+1_arm64.deb
Size: 820172
SHA256: febc5a645babebed128505b7c8545ce3c50b04d405ff2c0cb6158c3ee80f0f59
SHA1: d195de444fece6d1eecb250a055af41855140b2a
MD5sum: ff1056e9649e1f3883be8a36637940d1
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 14.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-14-pgrouting-dbgsym
Source: pgrouting
Version: 3.8.0-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25605
Depends: postgresql-14-pgrouting (= 3.8.0-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-dbgsym_3.8.0-1~exp1.pgdg+1_arm64.deb
Size: 25703352
SHA256: 9054005ff809970859d9fec9b3b5b1ac77ffd4a347176832cca350ee6bd4404d
SHA1: 4c75e52bfdee5fb439bf1eed82c381f13b999ba0
MD5sum: d073b3b04534a327e8bbf078573bd6bb
Description: debug symbols for postgresql-14-pgrouting
Build-Ids: 52601e4cc6571f0d30b2533ea15f4016fb8cf81f
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-14-pgrouting-scripts
Source: pgrouting
Version: 3.8.0-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3928
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-scripts_3.8.0-1~exp1.pgdg+1_all.deb
Size: 65208
SHA256: 684b23f8903973f2a75786823b31d7d756e525d97b6f45c95b8412945eaba4d8
SHA1: 04449e17641305e1d015bc601fb8dbd42bf882be
MD5sum: c55cbca1ed24c938868a1c464f0d1af0
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 14.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-14-plr
Source: plr
Version: 1:8.4.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Depends: r-base-core (>= 2.10), postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-14-plr_8.4.8-1.pgdg+1_arm64.deb
Size: 137344
SHA256: 1d6a6c626048fb98c2c83032f20b02359587ae7ea7bc976f34b4f342df4a299d
SHA1: f37fd7c8fcb96ee407137d977c10695989f6032f
MD5sum: b93ab420923c3863bb5b49c5ab903a8f
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.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-14-plr-dbgsym
Source: plr
Version: 1:8.4.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-14-plr (= 1:8.4.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-14-plr-dbgsym_8.4.8-1.pgdg+1_arm64.deb
Size: 129884
SHA256: 96918ec5fec9efd055f80dfe979fd31265109ced59fafc72bafad850f3c531d1
SHA1: 6f49ce57679d825570b9629aa100c0afc74d2532
MD5sum: f24cf3642580474467da568149600a25
Description: debug symbols for postgresql-14-plr
Build-Ids: a1fe6bcde563345b7b2d7345a9171869fbfa272d
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-14-postgis-3
Source: postgis
Version: 3.5.3+dfsg-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9840
Depends: postgresql-14, postgresql-14-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal36 (>= 3.7.0), libgeos-c1t64 (>= 3.13.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 1.5.0), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-14-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3_3.5.3+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 3401356
SHA256: 4ce53aa235441fb3c281fac53621d6faaaca9724f75f0fec9251f41dbeb73492
SHA1: 6653b401193dfd0601d38ba0f371f1e75e7df45e
MD5sum: de59ccb28b747b5e43b7a4a01b519eb5
Description: Geographic objects support for PostgreSQL 14
 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".
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-14-postgis-3-dbgsym
Source: postgis
Version: 3.5.3+dfsg-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4675
Depends: postgresql-14-postgis-3 (= 3.5.3+dfsg-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-14-postgis-3-dbgsym_3.5.3+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 4107676
SHA256: d67d07c0da10fdbca024c12a17ee81ee52ee7f021cefb885ff55bddcb4a27324
SHA1: c2a9a8e6c65ea405512b59bebba9b548fb868cdb
MD5sum: 85264665e45ce21ba20f89e620302afd
Description: debug symbols for postgresql-14-postgis-3
Build-Ids: 347631c6dcc02ddd1b27b5989b98ba7864e9ba1e 4941755c62610ca5d9c553674dff1f0c7e3bd317 58c22b74a665a97304e5cf746967ceac43db5b90 85ea7adbd2e9294dee3558a59f6c6d683f568a4e d87bf2772a174599bc0b4d12e30f5867678db454
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-14-postgis-3-scripts
Source: postgis
Version: 3.5.3+dfsg-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38563
Recommends: postgresql-14-postgis-3
Provides: postgresql-14-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3-scripts_3.5.3+dfsg-1~exp1.pgdg+1_all.deb
Size: 1278828
SHA256: cc0a504243eaa2bf9f47f1656b26acf2696fe98b4d8282680b0e16c8c90002c1
SHA1: d5e9f95ddbdda968b34f025da5c008625189410c
MD5sum: 1b0732ff3abb3135a18c758fd35c30bd
Description: Geographic objects support for PostgreSQL 14 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 14 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-14-show-plans
Source: pg-show-plans
Version: 2.1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-14-show-plans_2.1.5-1.pgdg+1_arm64.deb
Size: 23080
SHA256: ee9e22dbde8187ecf6eef5231c393fb25ce76cfb3b7f958dd13f4a715b529332
SHA1: f0a0e1091e97be79ea3bb81f578fcb335a4bcb99
MD5sum: 2dc8663c2c2073663785304ee290fa81
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-14-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-14-show-plans (= 2.1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-14-show-plans-dbgsym_2.1.5-1.pgdg+1_arm64.deb
Size: 35924
SHA256: 7bafc5a17af482b97251872bf85f9c05a4c367cf6ff36d561450116264202e3a
SHA1: b0a188dc862b673ea5a486b9134805411f499b94
MD5sum: 67ab98327a31da897d97e77b78dcab8d
Description: debug symbols for postgresql-14-show-plans
Build-Ids: 9e8d0fb2925b31c64f473535770bf7c32c53288a
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-15-oracle-fdw
Source: oracle-fdw
Version: 2.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: oracle-libs, postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-15-oracle-fdw_2.8.0-1.pgdg+1_arm64.deb
Size: 83380
SHA256: c423c8fc9aa98cc033b92c366488fdb7bacf8a5838c2e445b39c090220255142
SHA1: a00f5a7721edf6a0d415fede349eb7914808f3a3
MD5sum: 1280f340a7c15e86cbee3e6ca29dccf4
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-15-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 211
Depends: postgresql-15-oracle-fdw (= 2.8.0-1.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-15-oracle-fdw-dbgsym_2.8.0-1.pgdg+1_arm64.deb
Size: 189864
SHA256: f1b2268e0bcff7a1e088a1bc8c1903c45b496b773e469b9de5a61714f2d27621
SHA1: 77f1c3cc36bdb4c8a59d2801e9d736557a37ed95
MD5sum: a1493b02e43abdc5efbdebdb1f6dfdbe
Description: debug symbols for postgresql-15-oracle-fdw
Build-Ids: 3b2819626c236e4a9c919cad327517e80e6733af
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-15-pgrouting
Source: pgrouting
Version: 3.8.0-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3063
Depends: postgresql-15-pgrouting-scripts (>= 3.8.0-1~exp1.pgdg+1), postgresql-15, postgresql-15-postgis, postgresql-15-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting_3.8.0-1~exp1.pgdg+1_arm64.deb
Size: 820684
SHA256: 9129bef24f8781d0dc91a313b221cad59cc57a2c9f1658afa828f4e96f7909f3
SHA1: 1b4a1826fc8162a080ec37fcf6441a22841c4b17
MD5sum: c0b607caf9c4f43bf2eda9c05d7ff8c9
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 15.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-15-pgrouting-dbgsym
Source: pgrouting
Version: 3.8.0-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25618
Depends: postgresql-15-pgrouting (= 3.8.0-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-dbgsym_3.8.0-1~exp1.pgdg+1_arm64.deb
Size: 25715040
SHA256: c2743b5d1b70d28a07cefc65cf9cf3d645e1fce21b09e24234832353587b9b2b
SHA1: b2f988114e65b7d2b54cd847eb914df57fa52952
MD5sum: b8725afcc22363fb8ae913fa29ab1759
Description: debug symbols for postgresql-15-pgrouting
Build-Ids: ae64fd3318b0b356c01f8daf2d2aaacc6294580c
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-15-pgrouting-scripts
Source: pgrouting
Version: 3.8.0-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3928
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-scripts_3.8.0-1~exp1.pgdg+1_all.deb
Size: 65188
SHA256: 3b5b9e92772b152b036207b8945439b87bcef4580ef14adc335b86acef41f87d
SHA1: 1c79a3c1999e76e2846376d383bf7a2ac72c22b9
MD5sum: b0fb148abfcb5ed31b6417cf2b725e14
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 15.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-15-plr
Source: plr
Version: 1:8.4.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Depends: r-base-core (>= 2.10), postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-15-plr_8.4.8-1.pgdg+1_arm64.deb
Size: 137488
SHA256: b218654b825aab5a3666c79ed7a3184df4f7841f39b3b6ee748a45d2183dc020
SHA1: 03599d121275782d5f61ef57f7c1ecb4db83e77f
MD5sum: 589dd4df182128f55de01d867547bb0f
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.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-15-plr-dbgsym
Source: plr
Version: 1:8.4.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: postgresql-15-plr (= 1:8.4.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-15-plr-dbgsym_8.4.8-1.pgdg+1_arm64.deb
Size: 130796
SHA256: 581793995e32c764729a039cd3ee9d39fc3cad1c5173551dd6d5aef693a7e301
SHA1: 067ed6c4724e2229dc4cca94ad5c85a9afec362d
MD5sum: ef784e11660b4003a73738edeeccc3c1
Description: debug symbols for postgresql-15-plr
Build-Ids: 9d0cb65af2d84c0448e29bfc4ed8c5db6260953f
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-15-postgis-3
Source: postgis
Version: 3.5.3+dfsg-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9966
Depends: postgresql-15, postgresql-15-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal36 (>= 3.7.0), libgeos-c1t64 (>= 3.13.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 1.5.0), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-15-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3_3.5.3+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 3433152
SHA256: 60c7d5abc95ff6d3ffcc60874d74b3e6f12d882b83d913dd5ed57c1e3d2e8c58
SHA1: 985639d8a4847fc208be8e310c9a973fcfc2b964
MD5sum: 82598b7da8a682dc359570ce3d23a453
Description: Geographic objects support for PostgreSQL 15
 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".
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-15-postgis-3-dbgsym
Source: postgis
Version: 3.5.3+dfsg-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4680
Depends: postgresql-15-postgis-3 (= 3.5.3+dfsg-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-15-postgis-3-dbgsym_3.5.3+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 4114576
SHA256: 5265c1f3efa76b8530dd8d553045fa4328f8d54fb1f2a84b779ecfb45ac71d45
SHA1: 9fd85b899f2a99e7820ba7a5887d8b1e116957a2
MD5sum: 4471c41f423133973ecf2e9522670e9c
Description: debug symbols for postgresql-15-postgis-3
Build-Ids: 09b67b0267d24ec9690b324cf6ba79df036437a4 2c78e6d5a9c28bc86b972aa7d17a6c28b3e69d7d 40477fd4290a5c6875af2d7852c11c9107581a3d 64738633fa89a7a241f588a3bc2ddc767a9533b6 a75f9887eab957e789c0ed29aa7323bd0d35517c
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-15-postgis-3-scripts
Source: postgis
Version: 3.5.3+dfsg-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38563
Recommends: postgresql-15-postgis-3
Provides: postgresql-15-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3-scripts_3.5.3+dfsg-1~exp1.pgdg+1_all.deb
Size: 1278836
SHA256: 6d75ba2f61edb71be6831738055b732099f834724f583189250f82ddc293dda9
SHA1: 27140c7c3b2db60c6258d00df729a4ff12a271b0
MD5sum: 98fda7b43bd2429d9c583f74eb2399d5
Description: Geographic objects support for PostgreSQL 15 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 15 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-15-show-plans
Source: pg-show-plans
Version: 2.1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-15-show-plans_2.1.5-1.pgdg+1_arm64.deb
Size: 23304
SHA256: 5501232a85b9df5f9d957c699a6b34f56109343c7a62284549e0a50bc6c2f547
SHA1: 5f4de21bea0bd61342f34f07f49b39f4f78ae48c
MD5sum: b99b378c0d65aed9feda40ba283852ac
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-15-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-15-show-plans (= 2.1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-15-show-plans-dbgsym_2.1.5-1.pgdg+1_arm64.deb
Size: 36364
SHA256: 9bbb1cf2e54ab590a159c706fcb89d7aa29ed926735a8a0027f53a6b468441cf
SHA1: a601bf213355db53d76bf82e8334ba4e12d11163
MD5sum: 0076f05eed794e96513468955b77efaf
Description: debug symbols for postgresql-15-show-plans
Build-Ids: a2b85e9b0fd3e4dfcf7cb8ff82902dfb967526ab
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.20.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11616
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.20.0+dfsg-1.pgdg+1_arm64.deb
Size: 378212
SHA256: d74af833472c45803903a6cc037da53ac51f858a0542d2a760a35af57ae0cf87
SHA1: b652164bcd666f7edfac5792b65af586451cbc80
MD5sum: 7bea1b92e7a8d0d9aa4142ed9e1865f2
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-15-timescaledb-dbgsym
Source: timescaledb
Version: 2.20.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1234
Depends: postgresql-15-timescaledb (= 2.20.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.20.0+dfsg-1.pgdg+1_arm64.deb
Size: 1110276
SHA256: 8b8700bc4adfc7a0fc10581ed7418469fd06045f95304f0023bfb9026ad59162
SHA1: 788c6d2f16ae6d2a216ecf961cc62f385cf2443a
MD5sum: ed0cc2ed4cacb9273242db47b2a36857
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: 105fa3bdce784b15a46616ce0c7d87aec515a4f1 13a996e50ca8fd00f482bfa13eafc33025964b09
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-16-oracle-fdw
Source: oracle-fdw
Version: 2.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: oracle-libs, postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-16-oracle-fdw_2.8.0-1.pgdg+1_arm64.deb
Size: 82688
SHA256: 198449e7a3a43d6eda26ab90f9a565ebfc03b5256f267b10f9f9bdc598f3f946
SHA1: b39f09cc7f0ea36d6bd52cff3c90ee8347e4d77a
MD5sum: ebe13723df8da6c366acc0a792304a9b
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-16-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 216
Depends: postgresql-16-oracle-fdw (= 2.8.0-1.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-16-oracle-fdw-dbgsym_2.8.0-1.pgdg+1_arm64.deb
Size: 194708
SHA256: 651f9620178e4f0dfbcafa971ee5d44e57b494dde5dbcda243a2ba001acd1fc4
SHA1: 2fabe2de0175b2174ae0bb2d20c810f3236bf527
MD5sum: e41aeb293f84644aa976e72dcaa6d2e5
Description: debug symbols for postgresql-16-oracle-fdw
Build-Ids: aee3f7a6ec051005eef3cbcdff6d1bd7ab765ceb
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-16-pgrouting
Source: pgrouting
Version: 3.8.0-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3063
Depends: postgresql-16-pgrouting-scripts (>= 3.8.0-1~exp1.pgdg+1), postgresql-16, postgresql-16-postgis, postgresql-16-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting_3.8.0-1~exp1.pgdg+1_arm64.deb
Size: 820368
SHA256: bc776a094e50d2df687c9d49fbe513a3262bac02db235a75972d9f34ebd264ea
SHA1: 8751a15330d093eee9d1dd75e8edf8bbc79b7b11
MD5sum: 30ee5a558844e395b4a7c76889dce18c
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 16.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-16-pgrouting-dbgsym
Source: pgrouting
Version: 3.8.0-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25646
Depends: postgresql-16-pgrouting (= 3.8.0-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting-dbgsym_3.8.0-1~exp1.pgdg+1_arm64.deb
Size: 25745024
SHA256: e0b40009d34d60bc88b061271253f28584099f340b4a52fa2dbcd9e0482ec4d4
SHA1: 2305fa0c048963b26d2b3d99f6ee52a75a3d46b1
MD5sum: cdef4e3337e693f67b3ff583baf5ef31
Description: debug symbols for postgresql-16-pgrouting
Build-Ids: f0b1edad9063a54466f57a66a8a25190a44dc219
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-16-pgrouting-scripts
Source: pgrouting
Version: 3.8.0-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3928
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting-scripts_3.8.0-1~exp1.pgdg+1_all.deb
Size: 65212
SHA256: c33b6f6b89d2e612961754563d630facaa76aa241d5013fa327abc3f0aacaa8d
SHA1: 23cc3caf19420248a987d56bea2a03142d73b7e3
MD5sum: ec48fc59be3b8a2bb2d4e698f6ff4ed9
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 16.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-16-plr
Source: plr
Version: 1:8.4.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Depends: r-base-core (>= 2.10), postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-16-plr_8.4.8-1.pgdg+1_arm64.deb
Size: 136860
SHA256: a95367a890347123d4f28901befe607cf6915a8ef72622783e0686b7530768b6
SHA1: ae3d4aa5a9b2d8118d28507ff968b3b84dbcf899
MD5sum: fa0d94af9106f6d3cf3a3b1e5bb7aa36
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.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-16-plr-dbgsym
Source: plr
Version: 1:8.4.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: postgresql-16-plr (= 1:8.4.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-16-plr-dbgsym_8.4.8-1.pgdg+1_arm64.deb
Size: 137636
SHA256: e55262d4ae5ad37393c89c9ecf3a32940ff4889f90a3334c8db7f773e54463ae
SHA1: 043d9b183b014ea180938f28d3dcad541c296ff8
MD5sum: f81e01372adafdfad8052a9e8526559b
Description: debug symbols for postgresql-16-plr
Build-Ids: fb31707d8824f55350ab92aec9c7b46aac1c768a
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-16-postgis-3
Source: postgis
Version: 3.5.3+dfsg-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10223
Depends: postgresql-16, postgresql-16-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal36 (>= 3.7.0), libgeos-c1t64 (>= 3.13.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 1.5.0), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-16-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3_3.5.3+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 3510596
SHA256: 095ef8ac837a0cbccb2fbba0a36084de07e8fa46d7e475e818d84d66a03ee7e1
SHA1: a255d79ab721de7138ffc241736bbfdce43fd046
MD5sum: ea1c42f0ee395a715537c9589da8df40
Description: Geographic objects support for PostgreSQL 16
 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".
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-16-postgis-3-dbgsym
Source: postgis
Version: 3.5.3+dfsg-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4806
Depends: postgresql-16-postgis-3 (= 3.5.3+dfsg-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-16-postgis-3-dbgsym_3.5.3+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 4245988
SHA256: f2e970751c083fe43d88972d3da7482afc0ea9c235a819f19881f375c3dc2d4a
SHA1: 0afa31372b45dfc9a21b4d8f430db9402b0fd697
MD5sum: 2903a14bb966c6eb6351bdb6b86dd494
Description: debug symbols for postgresql-16-postgis-3
Build-Ids: 3f88561b921c598d1ccb2284eed938453b02c140 4aeafd0ec30ff11391312c6c1b1c8468973d497a 5cfceedac845f6db14a88cc11bf74e2785d517cc 8c54a2dbba3a9d6287989627b5d793acf8c1eb83 a6726a9aaf38de5242a41706826f52a433369593
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-16-postgis-3-scripts
Source: postgis
Version: 3.5.3+dfsg-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38563
Recommends: postgresql-16-postgis-3
Provides: postgresql-16-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3-scripts_3.5.3+dfsg-1~exp1.pgdg+1_all.deb
Size: 1278856
SHA256: 34c52ec7a91c8f6da49f9982e092a2f33d15ae297753f709a50a2b0432e238de
SHA1: ab082239d27b1631fc7d25a4b4f01e40d751e7f0
MD5sum: 6a080948836a4febf0f9c0e46dfe32ee
Description: Geographic objects support for PostgreSQL 16 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 16 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-16-show-plans
Source: pg-show-plans
Version: 2.1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-16-show-plans_2.1.5-1.pgdg+1_arm64.deb
Size: 23308
SHA256: 14125cc5e441bdef1c2ddf2aa297784bde82579cd1f921259ed22145ba94b05f
SHA1: a9a978179fb562716063094d65d147ad28fc2629
MD5sum: 024b677d9db7c44f718cb5c695ec0ff7
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-16-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: postgresql-16-show-plans (= 2.1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-16-show-plans-dbgsym_2.1.5-1.pgdg+1_arm64.deb
Size: 37024
SHA256: abdc2e6e9c5ecd3f05d4b368a4356d5dedfe9a8dff640687293ccd51707eeb27
SHA1: 6bad59c64f411854c61ea9140143b22814223d51
MD5sum: f85be91d0135ad4dafad5cd1c0e1c453
Description: debug symbols for postgresql-16-show-plans
Build-Ids: 30bb2ad86347a40ed6c41b2629c4331c3ea66ff3
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.20.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11616
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.20.0+dfsg-1.pgdg+1_arm64.deb
Size: 377024
SHA256: e76643e622aba49a20989838855953b02bb89d0f41f1a156fc2b8c679a748330
SHA1: 48d3b1c5c339281ca74b0397117e4ee443bcbd84
MD5sum: d5ccbddca5646657c4ab41428d0495c7
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-16-timescaledb-dbgsym
Source: timescaledb
Version: 2.20.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1285
Depends: postgresql-16-timescaledb (= 2.20.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.20.0+dfsg-1.pgdg+1_arm64.deb
Size: 1163476
SHA256: 2d5b45ad589673350088944b260e8aab5c5eda290ff4357a6a3cdad830f69ced
SHA1: 41a1d38a59f679008c329d572377f018fe2bfbd1
MD5sum: 15328dfc4df44c09dbfa48ecc7f5063c
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: a21307d2a7e65567fd9ac09a788bd2fdaae9ba82 bfaa88ba222122fa2867ac5dfa50c65fd15c0da7
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-17-oracle-fdw
Source: oracle-fdw
Version: 2.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: oracle-libs, postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-17-oracle-fdw_2.8.0-1.pgdg+1_arm64.deb
Size: 82600
SHA256: c57039370c89db5f82c982cb1a9b94263285d1d52cbc91c233103b18cd3b99bb
SHA1: bf4f88edb381e5b6b114401527b011af4cc561c7
MD5sum: 3f806dc9caf0140a49a78f3865e050d7
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-17-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 217
Depends: postgresql-17-oracle-fdw (= 2.8.0-1.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-17-oracle-fdw-dbgsym_2.8.0-1.pgdg+1_arm64.deb
Size: 196208
SHA256: 6b8811c446ea3a84a328e178da9d6fe6aace74ba5ab8c8d05bc5f90243630cd4
SHA1: 1aa66f89406068dc7a032cfec102cf7b8bd92719
MD5sum: dce058996adbb7468c0849cdf089d241
Description: debug symbols for postgresql-17-oracle-fdw
Build-Ids: 0e6a0b8688897a28ea14630f3c1076c212e54248
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-17-pgrouting
Source: pgrouting
Version: 3.8.0-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3063
Depends: postgresql-17-pgrouting-scripts (>= 3.8.0-1~exp1.pgdg+1), postgresql-17, postgresql-17-postgis, postgresql-17-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-17-pgrouting_3.8.0-1~exp1.pgdg+1_arm64.deb
Size: 820324
SHA256: 5bc4a11dc1343a762d21a3f7ab0f8ebf1510ee6cdd476832ceb6b08eb0437025
SHA1: 7f092757b58b9eb5c3e6f46eb43e19bcfab193fb
MD5sum: 63aec95c3986e4224525e9c7e503ade6
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 17.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-17-pgrouting-dbgsym
Source: pgrouting
Version: 3.8.0-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25655
Depends: postgresql-17-pgrouting (= 3.8.0-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-17-pgrouting-dbgsym_3.8.0-1~exp1.pgdg+1_arm64.deb
Size: 25754372
SHA256: 03a24aa09f67fcce111154a3e753e8c9bddb1f623f5c73850c2c23228b8b2d56
SHA1: 457574087cd475d99b216650615ce09fba739b95
MD5sum: fce89ec09b8998eb8539746dbccc2965
Description: debug symbols for postgresql-17-pgrouting
Build-Ids: f5f1a22599b3128f0265ed6ed506a0bdcc4edf8c
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-17-pgrouting-scripts
Source: pgrouting
Version: 3.8.0-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3928
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-17-pgrouting-scripts_3.8.0-1~exp1.pgdg+1_all.deb
Size: 65228
SHA256: 322970bb6fe1dc2085eddfe6867a7bca97945bfdde7a5808701c7c7366adece2
SHA1: 157d04af201b92e9c000f1ea084d2572ea4a669d
MD5sum: 2bcf7597c3866ce5b609bb9ee412c914
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 17.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-17-plr
Source: plr
Version: 1:8.4.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Depends: r-base-core (>= 2.10), postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-17-plr_8.4.8-1.pgdg+1_arm64.deb
Size: 136988
SHA256: 31d4cced6e8c8e78ba9c85d7364307fb47849053cb6e5a046479c9dd0cba45ba
SHA1: a8489f969abb301930c7af1f1ce273acbc5f8b7e
MD5sum: 55b57f0e51c17f13e742721fb27bd925
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.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-17-plr-dbgsym
Source: plr
Version: 1:8.4.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 170
Depends: postgresql-17-plr (= 1:8.4.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-17-plr-dbgsym_8.4.8-1.pgdg+1_arm64.deb
Size: 149172
SHA256: 0ad12ec20e8fb1060c5404aedd3939973c34193bb6f1ed6a6507a7b1c1a81204
SHA1: e3a9e092acd89813e5229f918c2ca04fb4f4c7c2
MD5sum: 84027bbee1656a9fce4150826b2e2714
Description: debug symbols for postgresql-17-plr
Build-Ids: 109eb39a39db9104c37ea1fcc44c3f9e65674ad0
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-17-postgis-3
Source: postgis
Version: 3.5.3+dfsg-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10319
Depends: postgresql-17, postgresql-17-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal36 (>= 3.7.0), libgeos-c1t64 (>= 3.13.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 1.5.0), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-17-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-17-postgis-3_3.5.3+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 3530180
SHA256: 523d23f425cb830b69edd76f87a562aedb568ea7e07fbce111c529e5dd79d3ec
SHA1: 2269f3b886e8894da6d16e0ab29ce1612fc76722
MD5sum: 625858b06ab2357cd27bc44f8ce03c5d
Description: Geographic objects support for PostgreSQL 17
 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".
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-17-postgis-3-dbgsym
Source: postgis
Version: 3.5.3+dfsg-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4804
Depends: postgresql-17-postgis-3 (= 3.5.3+dfsg-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-17-postgis-3-dbgsym_3.5.3+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 4245236
SHA256: e5c4f20bc6b570b67b8be27305e3af92132d8ec778c1e8c50e489e0a1ef3dddd
SHA1: d90467f568269224c3025dc128ecc3c2ecefa4c7
MD5sum: b49e53d5fd5bcece2a741daa48eff403
Description: debug symbols for postgresql-17-postgis-3
Build-Ids: 5a4aff1fa76ad907dc9cd05140e698141796ebf0 5a7b5eb77a80b7ee8ec11149bdb0706e6608ae5b 8d05c13b4ae92319b6c3276c832160a4ffae6fb5 ea756474bc1ffea56694d08d303a39c0df9d9613 ffdc170a8fa7657f432e3c392324fc076d0354d4
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-17-postgis-3-scripts
Source: postgis
Version: 3.5.3+dfsg-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38563
Recommends: postgresql-17-postgis-3
Provides: postgresql-17-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-17-postgis-3-scripts_3.5.3+dfsg-1~exp1.pgdg+1_all.deb
Size: 1278704
SHA256: e0757ecd67ce76cb1359b8881bfed5995c1aaa2c7345f0ba0afb6395995bd1b8
SHA1: 63a138536169c12dff58663597df1a4cc8c1953a
MD5sum: 194a1e11b1e44f9b771db4c20708a4aa
Description: Geographic objects support for PostgreSQL 17 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 17 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-17-show-plans
Source: pg-show-plans
Version: 2.1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-17-show-plans_2.1.5-1.pgdg+1_arm64.deb
Size: 23296
SHA256: ef785aa9c0b0c90eb6be061af7eca97a3809a6df30349e643dab7cbc2cee57d7
SHA1: 53142071692cc7d19ce038a4060392017d5eab4a
MD5sum: db5f0ae35ef2c6adada325ffd3c78749
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-17-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-17-show-plans (= 2.1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-17-show-plans-dbgsym_2.1.5-1.pgdg+1_arm64.deb
Size: 38148
SHA256: 858f2195d82a94c661f9511f7b7957430c63dd22c0d357fffbf2b4a0f5d849c1
SHA1: 822277fd8d760c0d3b7dfab6b933f998e3e8c8e7
MD5sum: 330df8e8565ceea158d8427d69b91050
Description: debug symbols for postgresql-17-show-plans
Build-Ids: aa749c2e203b93d87c2651b52a5a6074fdc98d5c
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.20.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11616
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.20.0+dfsg-1.pgdg+1_arm64.deb
Size: 377216
SHA256: a2f4840099a1c2f29643e755030d6eb2426cf4a6e12be7fc41c4b3e5616945d4
SHA1: cbe02f6e375acc7ca6e5992cab1aeb5618481dfa
MD5sum: 67f270adcd8abf304a2830e2fa7d0d75
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-17-timescaledb-dbgsym
Source: timescaledb
Version: 2.20.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1290
Depends: postgresql-17-timescaledb (= 2.20.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.20.0+dfsg-1.pgdg+1_arm64.deb
Size: 1171408
SHA256: 43cad3a43c96a463ef44fb12bf14ec55a7ef1bd8df2704a3f8581a844b7a72ce
SHA1: b56380d480e4a36a11b75c7e9f13e4dde49d3403
MD5sum: 47ecc84752941913ed933ac1a49380ad
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: 7daa0d6f071e810fba28379a2939f0e71fbbf5a4 c6626ed608727650c5bb2f1b666df2695dee9920
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-18-h3
Source: h3-pg
Version: 4.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 458
Depends: postgresql-18, libc6 (>= 2.17), libh3-1 (>= 4.2.0)
Homepage: https://github.com/zachasme/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-18-h3_4.2.2-1.pgdg+1_arm64.deb
Size: 51444
SHA256: 48d4b067e885c0c602b066fc52ce11790f0b231e67973222467d2b22a29af44d
SHA1: 51938d59caa6a3ee499f3bcd53aca40c7ed940e6
MD5sum: dc3643d5a088701cd20a045c8550bec3
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 18 extension.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-18-h3-dbgsym
Source: h3-pg
Version: 4.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-18-h3 (= 4.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-18-h3-dbgsym_4.2.2-1.pgdg+1_arm64.deb
Size: 117348
SHA256: d11c866c8d6a69be54503f10ec9af0ec4fdf4fbf1b311bafee0ddb9905a03aae
SHA1: 03c05c7345bb177550459abe09b6ea17474fe246
MD5sum: 28ba7ac69159ca487d6353591b61f915
Description: debug symbols for postgresql-18-h3
Build-Ids: 4a216e4196ca97884dbb95991755d11aed544adb ff4d39969c8cf9a994a8d7e45f9e8116335d1d07
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-18-oracle-fdw
Source: oracle-fdw
Version: 2.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: oracle-libs, postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-18-oracle-fdw_2.8.0-1.pgdg+1_arm64.deb
Size: 82580
SHA256: f4adf2034310aefb588bf4810c19e51e668482ffaf9d0fad7160d423441c096b
SHA1: b240c98bd64a49c043800e39e4733b75a8cbb9ee
MD5sum: e04531402be614f0d69cf3483582ba3c
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-18-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 220
Depends: postgresql-18-oracle-fdw (= 2.8.0-1.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-18-oracle-fdw-dbgsym_2.8.0-1.pgdg+1_arm64.deb
Size: 199044
SHA256: 42922576fe0fb5fed1345a7edfaf42794a9e5f7628ba53edbcb950c73226c69e
SHA1: b9c4f5223f384083f77a6e940977076112718cef
MD5sum: 97eaa535d63c80a0a4c3c5eba7a63b33
Description: debug symbols for postgresql-18-oracle-fdw
Build-Ids: 99758ee114d7fe80787ff1942f8d1109b9fbf0e5
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-18-pgrouting
Source: pgrouting
Version: 3.8.0-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3063
Depends: postgresql-18-pgrouting-scripts (>= 3.8.0-1~exp1.pgdg+1), postgresql-18, postgresql-18-postgis, postgresql-18-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-18-pgrouting_3.8.0-1~exp1.pgdg+1_arm64.deb
Size: 820168
SHA256: c98851601ea3b5047694887506f228dff757cf8d59d9b0122226371428c7174d
SHA1: 4e4fa3278da7e473d618dcde984ba9b88ead1c8d
MD5sum: 7d8c7b6ba9671ebea0e09f783f9fc728
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 18.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-18-pgrouting-dbgsym
Source: pgrouting
Version: 3.8.0-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25658
Depends: postgresql-18-pgrouting (= 3.8.0-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-18-pgrouting-dbgsym_3.8.0-1~exp1.pgdg+1_arm64.deb
Size: 25756880
SHA256: 700efc7dd49a9424feca0d45c27e1465bd4f46bcfde2ae0c326ef6c135b51ce9
SHA1: cd39f562fb2b4490ffa75180b24a11118074b4cf
MD5sum: 7930d09f35b91fdbab9bc8fc758a1fca
Description: debug symbols for postgresql-18-pgrouting
Build-Ids: 58a6c4d81be7ed5ae923be5db99b6a72a1fe848b
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-18-pgrouting-scripts
Source: pgrouting
Version: 3.8.0-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3928
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-18-pgrouting-scripts_3.8.0-1~exp1.pgdg+1_all.deb
Size: 65220
SHA256: 160fde5033a6baaca6f3a5554860ed18f41c066531883b5bf219e9d4dcd74b3a
SHA1: a93758bcb396e59b4876308eaac8d51c83b109c4
MD5sum: 972d1a6cf9dbda5193681667560c7d8f
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 18.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-18-plr
Source: plr
Version: 1:8.4.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Depends: r-base-core (>= 2.10), postgresql-18, libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-18-plr_8.4.8-1.pgdg+1_arm64.deb
Size: 137276
SHA256: baf3f531d19e37c91a7be03d1cd0c577b30d5871633b856a31478809b2280723
SHA1: fc262494446a6b64eb243f75ffe8088db5364c39
MD5sum: 9592852fc318c4c9ad661fbb15ac9be8
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.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-18-plr-dbgsym
Source: plr
Version: 1:8.4.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-18-plr (= 1:8.4.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-18-plr-dbgsym_8.4.8-1.pgdg+1_arm64.deb
Size: 154568
SHA256: ccc176624a45b001a97745355daeb2bf95fde6109b4903b480922354fe7cce39
SHA1: 873d60d226da905c699a2088167b261f33c14f56
MD5sum: 51027249606bf5d593d7a0fad6fd3448
Description: debug symbols for postgresql-18-plr
Build-Ids: 4e49da86b8473a480d64b073e403bf534fa4434e
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-18-postgis-3
Source: postgis
Version: 3.5.3+dfsg-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10537
Depends: postgresql-18, postgresql-18-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal36 (>= 3.7.0), libgeos-c1t64 (>= 3.13.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 1.5.0), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4)
Suggests: postgis
Provides: postgresql-18-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-18-postgis-3_3.5.3+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 3599036
SHA256: de8fe4c1e989bebb45e676e99d8c16a7c9378d18216113c147842fd4b5ed23e9
SHA1: 04945a2b44faf608d2cec1556287a3ce1ad528be
MD5sum: f8941f518eef6b43342eb43652ab9592
Description: Geographic objects support for PostgreSQL 18
 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".
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-18-postgis-3-dbgsym
Source: postgis
Version: 3.5.3+dfsg-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4815
Depends: postgresql-18-postgis-3 (= 3.5.3+dfsg-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-18-postgis-3-dbgsym_3.5.3+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 4257392
SHA256: 77b214125a91388e8de4f5964f32389df2ef71d2f1e4fbf724013b0fd711b710
SHA1: c808418d026bdb729a14e7e953a28f9f2551fe7a
MD5sum: a33f986185ab011ad404cd97fcc48bfc
Description: debug symbols for postgresql-18-postgis-3
Build-Ids: 2f4c3b6972c786b872a6e81e87f2d942f2504299 3be26b91b54942283ccd8501b1e407b886b1d6bc 61921f68022f3f2aec46a14bc3fed367be27650b caaff8a127d189b0d50f8bef08e64c327ed0c085 ce7bd7e34c66cb9eadc67d765d669e1b10761a6a
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-18-postgis-3-scripts
Source: postgis
Version: 3.5.3+dfsg-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38563
Recommends: postgresql-18-postgis-3
Provides: postgresql-18-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-18-postgis-3-scripts_3.5.3+dfsg-1~exp1.pgdg+1_all.deb
Size: 1278788
SHA256: 837d94f72da8cd6e7a1bf74ff6f1ce54360c4665816058e2c3b7db19e4c3f646
SHA1: a0f42bdb3ff49c56353153402dca1b27bc85fe04
MD5sum: 2b1df54d3bad4e38b04a4f9b7f03772e
Description: Geographic objects support for PostgreSQL 18 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 18 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-18-show-plans
Source: pg-show-plans
Version: 2.1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-18, libc6 (>= 2.17)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-18-show-plans_2.1.5-1.pgdg+1_arm64.deb
Size: 23268
SHA256: 0953cc1d3eabdbcea44ac9af20aaf85775741c3f6fb65857de364be9ab5c73aa
SHA1: 39565b2ea6ef7a76fbc6f4ca279d52b409ef84c9
MD5sum: b2dbf6eb866846e22cebb445d7b23a5d
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-18-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-18-show-plans (= 2.1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-18-show-plans-dbgsym_2.1.5-1.pgdg+1_arm64.deb
Size: 44560
SHA256: 977c81a359e228f6dad5e2318a93c0e039caabf9d99a95167b5d7a4bcae3ea14
SHA1: 944bdefc99a7d234c61704ff34825d52c74f4f05
MD5sum: be5ccab8dd614d2a5201754609e97713
Description: debug symbols for postgresql-18-show-plans
Build-Ids: 26314be9cf9ad7f8194c82785319763a263b84a8
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-pgrouting
Source: pgrouting
Version: 3.8.0-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 48
Depends: postgresql-pgrouting-scripts, postgresql-17-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: metapackages
Filename: pool/main/p/pgrouting/postgresql-pgrouting_3.8.0-1~exp1.pgdg+1_arm64.deb
Size: 23360
SHA256: 94cfbaf993a22eb10cd0d4a30e7a238b4e3d2f51ce6a209370393ec3a0ba5cbc
SHA1: a1f7947c593380a14c8d4efaa8eb3bfa94c6f635
MD5sum: e6647988042f2fc004fc0ace0f5f7aac
Description: Routing functionality support for PostgreSQL/PostGIS - Metapackage
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This metapackage depends on the PgRouting package for PostgreSQL 17.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-pgrouting-scripts
Source: pgrouting
Version: 3.8.0-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 48
Depends: postgresql-17-pgrouting-scripts
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: metapackages
Filename: pool/main/p/pgrouting/postgresql-pgrouting-scripts_3.8.0-1~exp1.pgdg+1_all.deb
Size: 23380
SHA256: 24eac75776a03bdcf9dc49419817cbb954787c6bb2a4821b08545a3c3f2d1d19
SHA1: ba298a3235e857ba93a7e9739164749e2b5e8bdc
MD5sum: 571e508e341bed6de26df7edf99f8f31
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts metapackage
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This metapackage depends on the PgRouting scripts package for
 PostgreSQL 17.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-postgis
Source: postgis
Version: 3.5.3+dfsg-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 66
Depends: postgresql-postgis-scripts, postgresql-17-postgis-3
Homepage: https://postgis.net/
Priority: optional
Section: metapackages
Filename: pool/main/p/postgis/postgresql-postgis_3.5.3+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 21248
SHA256: 0166ad4bf08600a33bb4b7d0e1c0b7fcf3b6e3cc85490bd4e144ed84b03cb941
SHA1: 27065b700cbddb1cb010e7fd23f2cb59445de550
MD5sum: 648007cbd75f57d7a124efefbbd2d160
Description: Geographic objects support for PostgreSQL -- Metapackage
 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 metapackage depends on the PostGIS package for PostgreSQL 17.
Timestamp: 2025-05-19 17:51:45+00

Package: postgresql-postgis-scripts
Source: postgis
Version: 3.5.3+dfsg-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 66
Depends: postgresql-17-postgis-3-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-postgis-scripts_3.5.3+dfsg-1~exp1.pgdg+1_all.deb
Size: 21260
SHA256: 007708853c799a5577e3791491775fc6ae30f84171911e289f970f4f092e62ee
SHA1: 1f69ca291ce58b373fce31e5f38d40eb9fd6ebd5
MD5sum: 025cf43584e46defe4ce25b3dd269275
Description: Geographic objects support for PostgreSQL -- SQL scripts metapackage
 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 metapackage depends on the PostGIS scripts package for
 PostgreSQL 17.
Timestamp: 2025-05-19 17:51:45+00

Package: pspg
Version: 5.8.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 366
Depends: libc6 (>= 2.34), libncursesw6 (>= 6.1), libpq5 (>= 9.0~), libreadline8t64 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_5.8.11-1.pgdg+1_arm64.deb
Size: 134716
SHA256: a5324a7174d32c032db3c9a27068bab629c4e3d6db737c8be2f66e5f37e86a69
SHA1: 52eb377284d80d92be9a268b3d5a60ce126f887c
MD5sum: 265eca788dfd85d22cece01a7bb11fdb
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2025-05-19 17:51:45+00

Package: pspg-dbgsym
Source: pspg
Version: 5.8.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 724
Depends: pspg (= 5.8.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_5.8.11-1.pgdg+1_arm64.deb
Size: 419156
SHA256: 6fbfdadf31e8e64b0cb1543299394be30e2dfb8d06b9a9a241a5d115f32dbb5d
SHA1: 953db0543449a0cde8b1a6d0340b0c3a63296b33
MD5sum: e9e3cd79320d45ff5ceb51dced5b481e
Description: debug symbols for pspg
Build-Ids: 32ca40ab8da913e6730abdb49baf586e997bf19f
Timestamp: 2025-05-19 17:51:45+00

Package: libpgpool2
Source: pgpool2
Version: 4.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libs
Filename: pool/main/p/pgpool2/libpgpool2_4.6.1-1.pgdg+1_arm64.deb
Size: 141896
SHA256: 1dfe619dbbff7575afa88b6d9ae8ec627bf3ce5948b38aa0f0f3c6f2ab77aafb
SHA1: e265dfc9b545c3cc8cba1a8f4b5a6c66eaefd264
MD5sum: e42b8bddf6ab0720b1fa8907f4b3540c
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).
Timestamp: 2025-05-20 14:14:20+00

Package: libpgpool2-dbgsym
Source: pgpool2
Version: 4.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: libpgpool2 (= 4.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/libpgpool2-dbgsym_4.6.1-1.pgdg+1_arm64.deb
Size: 65556
SHA256: 1dae0c2759ccdb40749eecc4bce556b43f8c29cb8f86e16b56a6e2296ebe03fb
SHA1: 462db1ecaa0ac6a5c05ad39da5ac21bad259c6d7
MD5sum: 83ff36c02f0ed11b9c7078e75c976b10
Description: debug symbols for libpgpool2
Build-Ids: 66de42c82542309423cf85dc92c7d17177a40472
Timestamp: 2025-05-20 14:14:20+00

Package: libpgpool-dev
Source: pgpool2
Version: 4.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 261
Depends: libpgpool2 (= 4.6.1-1.pgdg+1)
Conflicts: libpcp3-dev
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libdevel
Filename: pool/main/p/pgpool2/libpgpool-dev_4.6.1-1.pgdg+1_arm64.deb
Size: 152396
SHA256: 034b62e0270700c1a2f862d18129ae608372a5fca0761efe55f6cde786fd3314
SHA1: 1d017ee06c850760c688f8dd3953f46e6f0360df
MD5sum: 77ca1708cd6da7aa75e3b5a77b17a97d
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).
Timestamp: 2025-05-20 14:14:20+00

Package: pgpool2
Version: 4.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7625
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: libpgpool2 (= 4.6.1-1.pgdg+1), postgresql-common, ucf, libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libldap2 (>= 2.6.2), libmemcached11t64 (>= 1.1.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3t64 (>= 3.0.0)
Enhances: postgresql
Conflicts: pgpool
Replaces: pgpool
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/pgpool2_4.6.1-1.pgdg+1_arm64.deb
Size: 1246180
SHA256: 0fdba051ec6944379ad72413b0edc36251b42f4bf27b345b287ea17556871379
SHA1: eefe2274970528db52ec96012bd4735b1855ce5c
MD5sum: 4e38015ffed30d1c6e984c478feda4d8
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.
Timestamp: 2025-05-20 14:14:20+00

Package: pgpool2-dbgsym
Source: pgpool2
Version: 4.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5109
Depends: pgpool2 (= 4.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/pgpool2-dbgsym_4.6.1-1.pgdg+1_arm64.deb
Size: 2112340
SHA256: 4fc63c2a5c0edfdfa7cdce3991365f4c040676398ff63a68615eb6ec1ff336bf
SHA1: 6f8d90eef88f47e9e656ba105dedf1ca350ff5a6
MD5sum: 9dc58c28abd39227d6b2df7339f3a281
Description: debug symbols for pgpool2
Build-Ids: 054332e970867fd9126b517277b8ecb60bf3fe91 20659223b76ebf4fc491b4505f863a5aa45187b8 4dd73443ca07edcf9aa57e8b25a80a8f4142ff43 59ddb907d25011ecadc3cd9387c3a3393dbee488 aa6425faac933ae5a8a1b724e829f17b3317e6ea d4f314672b8ae779286221836b14ebb776003d68 f609b3d61fbcd8cd8717623e3825361def295249
Timestamp: 2025-05-20 14:14:20+00

Package: postgresql-10-pgpool2
Source: pgpool2
Version: 4.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 391
Depends: libpgpool2 (>= 4.6.1-1.pgdg+1), postgresql-10, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2_4.6.1-1.pgdg+1_arm64.deb
Size: 133804
SHA256: a908a4079b69f36753a6b77965edd3ee40394c1f4a209a29ea2a78e0b4a06e12
SHA1: 91f4cc096cab67633aa0fb7031fe445094cec96d
MD5sum: b952908dfdfa9b5bf11c3efe2b3df728
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 10 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-05-20 14:14:20+00

Package: postgresql-10-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-10-pgpool2 (= 4.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2-dbgsym_4.6.1-1.pgdg+1_arm64.deb
Size: 53500
SHA256: 4113dac80164981f9c21d79cd6d0925cf73ac3f8ee6df1f3c584174a6557793d
SHA1: 9761bca2e60de7df56492b8e8bd0e7a03338f08f
MD5sum: 36bd6c306b06737266ca4acd52542ca2
Description: debug symbols for postgresql-10-pgpool2
Build-Ids: 12110dd8010938489fad4fc74c6ca1a79baf3965 326ab03414f9d7206e1bf55a607c6d41bad1d062 915c5e40a3d97bff8caedd51e932724508e90f9a
Timestamp: 2025-05-20 14:14:20+00

Package: postgresql-11-pgpool2
Source: pgpool2
Version: 4.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 391
Depends: libpgpool2 (>= 4.6.1-1.pgdg+1), postgresql-11, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2_4.6.1-1.pgdg+1_arm64.deb
Size: 133836
SHA256: 34ee126cce19663fc3952a2e131adf5de03e4a8c825d06283750917340c6844f
SHA1: 7ec545b721f3e3eed666f8a9a57e084c2a7a7b27
MD5sum: 5c407eaa2f2d61e17d720d1e82bdfd26
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 11 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-05-20 14:14:20+00

Package: postgresql-11-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-11-pgpool2 (= 4.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2-dbgsym_4.6.1-1.pgdg+1_arm64.deb
Size: 51320
SHA256: cf8945ecab3100b9ee79b9de551f91b3d0dc9388a646021eec55e552f2294296
SHA1: 7d0d86bd462868a8b63c4f0ec775ea95d13480da
MD5sum: a10e4eaed0d8f056b3418f713edd4bec
Description: debug symbols for postgresql-11-pgpool2
Build-Ids: 2e55fbb2729d460286adaf4126270e25ca708315 58bd17dd0d3c506fea9489f33fb396d0a1d2b1ff 89f0ca8632a8b4c79ff163ba376cb9901b76b4d1
Timestamp: 2025-05-20 14:14:20+00

Package: postgresql-12-pgpool2
Source: pgpool2
Version: 4.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 442
Depends: libpgpool2 (>= 4.6.1-1.pgdg+1), postgresql-12, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2_4.6.1-1.pgdg+1_arm64.deb
Size: 155504
SHA256: 8bc7b8a139abd33851ef7777b6a56e648ab30cd54fbd03159ff365483da9a4d0
SHA1: 852ff891c9916718d9a97fb2a468f4d4b44bfff0
MD5sum: 07d3b6b44cb1d56f87c4fba2a1068dde
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 12 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-05-20 14:14:20+00

Package: postgresql-12-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-12-pgpool2 (= 4.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2-dbgsym_4.6.1-1.pgdg+1_arm64.deb
Size: 51940
SHA256: 561f99a581eb0e9e8e7ba10d256d75f9025748b9191593943c01e641cb362cdd
SHA1: 3c52cc224c34e47d5fcf518bf42c8856888d5e49
MD5sum: fff1ce9af46fdf3bd04142db66f6f557
Description: debug symbols for postgresql-12-pgpool2
Build-Ids: 4588ca345b28573c5db5229f2d06e43cffde66bd 6d0a001cf010f6ef729b9b5fd8c46be264ad7944 9673c7334cca49027ae97a0198040588ba971de6
Timestamp: 2025-05-20 14:14:20+00

Package: postgresql-13-pgpool2
Source: pgpool2
Version: 4.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 443
Depends: libpgpool2 (>= 4.6.1-1.pgdg+1), postgresql-13, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2_4.6.1-1.pgdg+1_arm64.deb
Size: 155808
SHA256: 0ea5d80fb0178859ecdd92ee0a02d24a4d5a13eb848bfd8be831dd43ab3b5546
SHA1: 59ff061fae7c6045898841f17401c5bcb7b4bb9b
MD5sum: f8da5449324b32d8f583f6bfa329ab64
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 13 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-05-20 14:14:20+00

Package: postgresql-13-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-13-pgpool2 (= 4.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2-dbgsym_4.6.1-1.pgdg+1_arm64.deb
Size: 49544
SHA256: d9d98425d52d8ad769812c0c053e9d1e8a7586aab338f921c598ac53f40401e8
SHA1: c60dada48d352329c75e11982b414524b923fc51
MD5sum: f3279569af95c83fcd6b14212130908d
Description: debug symbols for postgresql-13-pgpool2
Build-Ids: 4c90488f06ab9191b63306dabe5fcfc2c9022116 5e76d5c8ec333a4ab93cd1879d8bc30fb6901580 8d77073c3e8ef24ae74043aa713cf2640d85eafa
Timestamp: 2025-05-20 14:14:20+00

Package: postgresql-14-pgpool2
Source: pgpool2
Version: 4.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 443
Depends: libpgpool2 (>= 4.6.1-1.pgdg+1), postgresql-14, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2_4.6.1-1.pgdg+1_arm64.deb
Size: 156364
SHA256: 52aba6d439ca02b75cf089403f962d359c0351b803f505a20e99d3e17e402763
SHA1: 3dca8b7cdf38c41af486aa3f066f4a849fa5a2bb
MD5sum: 14e8442997ececd2885e2a271394f199
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 14 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-05-20 14:14:20+00

Package: postgresql-14-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-14-pgpool2 (= 4.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2-dbgsym_4.6.1-1.pgdg+1_arm64.deb
Size: 50220
SHA256: 68fb77ff8df686001aa327549707b4f825fb42b59c88c73bd91270edc0335b64
SHA1: 65e7544745c77f9dcbafec13a553056768696638
MD5sum: a57b7187f1c50d66960b11e0ed84f4a5
Description: debug symbols for postgresql-14-pgpool2
Build-Ids: 41a0614b8d8c123edf62228b94940dbd9052acab 8019c751248e5aeb8e12eb8f8c117946bf9c2a42 b1d299d685dbec68ff2ae70e7761c115d94249dc
Timestamp: 2025-05-20 14:14:20+00

Package: postgresql-15-pgpool2
Source: pgpool2
Version: 4.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 445
Depends: libpgpool2 (>= 4.6.1-1.pgdg+1), postgresql-15, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2_4.6.1-1.pgdg+1_arm64.deb
Size: 157500
SHA256: db84de954d843562f3ac808fe2144fbbdaedf6c866e2cc844d9d1f36f2366f2b
SHA1: f281696da6280f86fa24a2bcdcf68c9ca4856b3e
MD5sum: 7e7e35b0048e815aa25599dcc2a8c359
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 15 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-05-20 14:14:20+00

Package: postgresql-15-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-15-pgpool2 (= 4.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2-dbgsym_4.6.1-1.pgdg+1_arm64.deb
Size: 51240
SHA256: 1dbe55d77ac6b4d6eea8d073ff18755b1965bee29b57ceca64811e01f182b3f9
SHA1: ee580bbac38c1015be1f95f3f1d5373c5fbc5832
MD5sum: 7f04f681699c2fe2f364199b99fd678b
Description: debug symbols for postgresql-15-pgpool2
Build-Ids: 07164bddb14aa78488b5e5d4d08f6843b9eabe81 c118c786dd6eccc12dea8450c40f300f7e14c768 e46ee09b77a1cd88983ca9ff30061233d3ea5f3b
Timestamp: 2025-05-20 14:14:20+00

Package: postgresql-16-pgpool2
Source: pgpool2
Version: 4.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 445
Depends: libpgpool2 (>= 4.6.1-1.pgdg+1), postgresql-16, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-16-pgpool2_4.6.1-1.pgdg+1_arm64.deb
Size: 157140
SHA256: bd42b3f022f054bc4434d0d4e6a0b93854afa7d89babfd7c01e963926ba01a43
SHA1: 391551e9d0ed3b8c58e81a503c6bbacc341bb2d3
MD5sum: 36fb6b4887529fd74daf9462963656d8
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 16 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-05-20 14:14:20+00

Package: postgresql-16-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-16-pgpool2 (= 4.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-16-pgpool2-dbgsym_4.6.1-1.pgdg+1_arm64.deb
Size: 56748
SHA256: a40b1d5575e44ed1933c0d7c3824404337a71cd742e3cd0ac2ff4999481a8cd3
SHA1: 96167d642af6089a5cf020d513f418b2aa424811
MD5sum: bfeeb4c67badd97edd5d5b7a2308ca90
Description: debug symbols for postgresql-16-pgpool2
Build-Ids: 0a331945aaf35cbebf64c2bc77d7959e15cc3c31 2ffa67bc080c3462ba36d463b274c908ed668125 5be6d1585d8ba6fd5824df4ee1eebce463b2f399
Timestamp: 2025-05-20 14:14:20+00

Package: postgresql-17-pgpool2
Source: pgpool2
Version: 4.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 445
Depends: libpgpool2 (>= 4.6.1-1.pgdg+1), postgresql-17, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-17-pgpool2_4.6.1-1.pgdg+1_arm64.deb
Size: 157216
SHA256: 8aa5b1dd0fe7e66dd62910ff7d9dce04e71e32f5db0eeda0e633fcc787145519
SHA1: dba654c8d4c8040c4a1fb37a37f85cead2f6a69b
MD5sum: a7873c5d4bfcae9fae5df0f5d889a196
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 17 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-05-20 14:14:20+00

Package: postgresql-17-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-17-pgpool2 (= 4.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-17-pgpool2-dbgsym_4.6.1-1.pgdg+1_arm64.deb
Size: 57724
SHA256: 1acff0a3ea5816124145143cd3af283e7eb1a1d9aae784a9f7d7b704c9e563ee
SHA1: 0ff2f5e1ffd95c0ca6478ac83fa1ce908c6bb30e
MD5sum: 244453442fd08b435d5c258cbee54148
Description: debug symbols for postgresql-17-pgpool2
Build-Ids: 7d5ae622e94c4d0ae0b3abbd1ed87df39958f4a6 f2e717fb4e8f70044840f1d8476f92cc0827b4d1 f808606ddc8edcfb1766136d21f021b5a5b4af90
Timestamp: 2025-05-20 14:14:20+00

Package: postgresql-18-pgpool2
Source: pgpool2
Version: 4.6.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 445
Depends: libpgpool2 (>= 4.6.1-1.pgdg+1), postgresql-18, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-18-pgpool2_4.6.1-1.pgdg+1_arm64.deb
Size: 157212
SHA256: 2577cf0002cee7d7f9861528e78dfced16f1ad49259604f0790be1fa4dbda5a3
SHA1: d13e6637f8c0fa68ed1cd9e4c08215151ab9b435
MD5sum: b7ff6b3f01bc819bbdcd141b1a34d0d0
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 18 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-05-20 14:14:20+00

Package: postgresql-18-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-18-pgpool2 (= 4.6.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-18-pgpool2-dbgsym_4.6.1-1.pgdg+1_arm64.deb
Size: 63672
SHA256: ed3ee0898b59adf26096f3a5fbdf8fd2166d1cc1ab0f9ba370c45a410371602e
SHA1: 3d3dfd0fcd23520ae7d2c3c92c26f8e74f1c1946
MD5sum: 36735f6f6e64078f4c8d44cc8ea1f3da
Description: debug symbols for postgresql-18-pgpool2
Build-Ids: 5ffbd8c4760a890a7c08c74cef9093e7d96b93b7 98a76bd054d15d635101051170284861fc184ccc fdbefa6dfe2f881c2badd86619d77c90c1007377
Timestamp: 2025-05-20 14:14:20+00

Package: postgresql-11-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 159
Depends: postgresql-11, libc6 (>= 2.38), libgdal36 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw_1.1.7-1~exp1.pgdg+1_arm64.deb
Size: 33992
SHA256: 6fbb0006ccedf709857e9f3d95ef18922eb922f936de92fa64a8ea2a48269ddf
SHA1: 04882378e9eed197e6376395c4017abb106d325e
MD5sum: 3fdef181a1ef3f4e1ad20ce52b7d4557
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-05-21 09:06:48+00

Package: postgresql-11-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 187
Depends: postgresql-11-ogr-fdw (= 1.1.7-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw-dbgsym_1.1.7-1~exp1.pgdg+1_arm64.deb
Size: 131888
SHA256: 15866966a1512cecf035272617ffef40d81cd8931824023e0abcdde8c33fd8ea
SHA1: aa2b94dd0761cbb9b8157213873fcc68d7e5747b
MD5sum: 684ba39a8a979939cb2e4f10952a5253
Description: debug symbols for postgresql-11-ogr-fdw
Build-Ids: 06eab695c53897fc1f4020e540f7eddba062f541 7aa3798f7dc093b009d774122f4b54f14e3b9d15
Timestamp: 2025-05-21 09:06:48+00

Package: postgresql-12-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 277
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.38), libgdal36 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw_1.1.7-1~exp1.pgdg+1_arm64.deb
Size: 91672
SHA256: 746deb50ff79de529539263bc37618c247ba7b76ca7252e17b7e852caa88867b
SHA1: 589cfefeeba5053a2069dacdceca84de0e3e4296
MD5sum: bdec83d041daa1002f9c0517d7bb0a19
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-05-21 09:06:48+00

Package: postgresql-12-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 194
Depends: postgresql-12-ogr-fdw (= 1.1.7-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw-dbgsym_1.1.7-1~exp1.pgdg+1_arm64.deb
Size: 139484
SHA256: 430e2aa33b30fb19bb26c865687c93d2fd99879fa1f9b4c21ed9d74a523761a4
SHA1: 970b7e2f5ade466472048fc5bc31e0f870b23db1
MD5sum: 7b4b4f21bb7e27c307313adcd43e8e24
Description: debug symbols for postgresql-12-ogr-fdw
Build-Ids: 1591f8c74ec9d120315e140ac37a9c12b5b9c201 e0ddac522447ba248dc3442222a20768dd336ac4
Timestamp: 2025-05-21 09:06:48+00

Package: postgresql-13-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 343
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.38), libgdal36 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw_1.1.7-1~exp1.pgdg+1_arm64.deb
Size: 93700
SHA256: 1ca5a0e64d08fa19cb4ebd98055a17ded8ddaf56486421e3a497de5057dfa4f8
SHA1: d5eb69191e422caaf7f95f119fe3137b42949b1e
MD5sum: 452ffef063b117d30c48142143197e5f
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-05-21 09:06:48+00

Package: postgresql-13-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 201
Depends: postgresql-13-ogr-fdw (= 1.1.7-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw-dbgsym_1.1.7-1~exp1.pgdg+1_arm64.deb
Size: 145888
SHA256: c36fa7edbfe4982e58feeb7851284699b1fd6ba85b6090fe73aa0bb8b150f709
SHA1: c74486f033128f84fa4aa3591e69bc4d6ec61365
MD5sum: a81323ff8fda961c1b7025a02c26711f
Description: debug symbols for postgresql-13-ogr-fdw
Build-Ids: 33800a813cffacdb55b37662943e060ce5fb727f 60ce2e2dd6db78e85ddccfeb26143b2a8241aec5
Timestamp: 2025-05-21 09:06:48+00

Package: postgresql-14-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 344
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.38), libgdal36 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw_1.1.7-1~exp1.pgdg+1_arm64.deb
Size: 93740
SHA256: 0d9f30e7cf268c7bb070be8fa184a09d16ce5bc89f5a1bdf829deeb278ae75cc
SHA1: cf2b6733f55c4d18ccd1047df3496a30593f91b4
MD5sum: be92a158aa32a84bd0d01d9748d12989
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-05-21 09:06:48+00

Package: postgresql-14-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 202
Depends: postgresql-14-ogr-fdw (= 1.1.7-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw-dbgsym_1.1.7-1~exp1.pgdg+1_arm64.deb
Size: 146976
SHA256: 3fb2b2fb8356db7b66b7712ae3543189af95ec11bdd3546c89ede0fef006a4d5
SHA1: 1e29b0e3a548bafb499e52b16940694fe4f8744b
MD5sum: 483a9e3866c386c26d37058ece8bfc70
Description: debug symbols for postgresql-14-ogr-fdw
Build-Ids: 0018555f54f10ec6c73b20bd3928d0dd13aade51 f3f6dbc6b4b1534180d5718a1f45f00be388c94d
Timestamp: 2025-05-21 09:06:48+00

Package: postgresql-15-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 344
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.38), libgdal36 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-15-ogr-fdw_1.1.7-1~exp1.pgdg+1_arm64.deb
Size: 94084
SHA256: ddf242bf37217f19d85fc6a2d08210e878f9684b020b8c1e2e9607629cc05634
SHA1: 609c6b184e934578e9cd003f1ea7d661bf77d40a
MD5sum: e87b269ae0ecd9ba06d345d1eea94ae5
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-05-21 09:06:48+00

Package: postgresql-15-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 200
Depends: postgresql-15-ogr-fdw (= 1.1.7-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-15-ogr-fdw-dbgsym_1.1.7-1~exp1.pgdg+1_arm64.deb
Size: 145300
SHA256: 334f706ef8e67f837d33bddc0417c0c0a262fc8232f6fde62f15160aea5f89d7
SHA1: 59ce7a040fc5f75fda594f863bc15ee257edb9c9
MD5sum: f59613211435a19e921861c57c287343
Description: debug symbols for postgresql-15-ogr-fdw
Build-Ids: 43d6f4fb5ffc3cee60830ffe1b68cb9645a3c368 dcd4db5854c0dde1f68990a18d83bd0d75773e6f
Timestamp: 2025-05-21 09:06:48+00

Package: postgresql-16-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 280
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.38), libgdal36 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-16-ogr-fdw_1.1.7-1~exp1.pgdg+1_arm64.deb
Size: 93260
SHA256: eb7a6368486159d79d6a2832c3f4690175c0a0ef016667479f37095cdb1b8639
SHA1: f162e69f57dc654ed8dd69a01804452784c8a8af
MD5sum: b17a80cb71cab9223814715fb2f6cac9
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-05-21 09:06:48+00

Package: postgresql-16-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 203
Depends: postgresql-16-ogr-fdw (= 1.1.7-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-16-ogr-fdw-dbgsym_1.1.7-1~exp1.pgdg+1_arm64.deb
Size: 149084
SHA256: ada48033ff254d8b446ef0ed4183cde2b64bc36d82ae59e4a15975d4380f1838
SHA1: d3648c740bb35503c170a35642fe79f80b3e6139
MD5sum: 5b165fe92c760c0f957af2d08bdac55b
Description: debug symbols for postgresql-16-ogr-fdw
Build-Ids: 03437a41559ce9b8a7b1168fa953f998254ee4d3 35de6e5bc097be670de853d76d23d3e0b9700a9e
Timestamp: 2025-05-21 09:06:48+00

Package: postgresql-17-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 280
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.38), libgdal36 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-17-ogr-fdw_1.1.7-1~exp1.pgdg+1_arm64.deb
Size: 93220
SHA256: 2a188a563790d983257e688841bfc2ae423f5b51228dfc1f2c58358fe76a22c4
SHA1: 413dc62f99138d793db5c81790cb8fe28b131e5d
MD5sum: fb5404b9615a606da9f71334548e94ff
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-05-21 09:06:48+00

Package: postgresql-17-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 204
Depends: postgresql-17-ogr-fdw (= 1.1.7-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-17-ogr-fdw-dbgsym_1.1.7-1~exp1.pgdg+1_arm64.deb
Size: 150748
SHA256: 2f2510d888728fb758445a8b88e933823a794e2a3f435f4e43ee3942fb2f41c4
SHA1: 439d94d641e0c526afe2b3e0595a41712478ac11
MD5sum: 8a15218f8345a21a268e9019309aac05
Description: debug symbols for postgresql-17-ogr-fdw
Build-Ids: 0fdad35d10bb4b80789af077fb732427b96e6e76 257a9b12cfc0a2848357ca1437390ff7baf1322c
Timestamp: 2025-05-21 09:06:48+00

Package: postgresql-18-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 283
Depends: postgresql-18, libc6 (>= 2.38), libgdal36 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-18-ogr-fdw_1.1.7-1~exp1.pgdg+1_arm64.deb
Size: 93320
SHA256: 1c66d048a65296214450c75a55aed1081fca70d4cda12ef08a398681a1d79232
SHA1: c9e9ef58105a4912a8e49f0cf36fd2212ef54e7e
MD5sum: 4762f6b405858907ca771797dfdfe3a5
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-05-21 09:06:48+00

Package: postgresql-18-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 206
Depends: postgresql-18-ogr-fdw (= 1.1.7-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-18-ogr-fdw-dbgsym_1.1.7-1~exp1.pgdg+1_arm64.deb
Size: 153080
SHA256: 05ea18632d0a0ed1434eb4b6c3667db411a21e1424af5b6ae4f575c26352745b
SHA1: b9e25a43d89cd0d39a8a9fe1709a65e2903e325f
MD5sum: b92e291b53b3cb9c3b0ec9aba2c485d5
Description: debug symbols for postgresql-18-ogr-fdw
Build-Ids: 07e6eaa409695532c1b13e6fb7d246f2bc0a6e0e 2a81e9d3717281b1849874f2ea0f10b710c045f1
Timestamp: 2025-05-21 09:06:48+00

Package: barman
Version: 3.14.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 99
Depends: python3-barman (= 3.14.0-1.pgdg+1), python3-pkg-resources, adduser, rsync, python3:any
Recommends: openssh-server, openssh-client, postgresql-client
Suggests: barman-cli, repmgr
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman_3.14.0-1.pgdg+1_all.deb
Size: 66052
SHA256: 3e208759b5d36a2375a1a0488383b257b86526a623182e3753cc6efd95dc8a7b
SHA1: 6ac597ae4e22042e902a17c11478063c902c2587
MD5sum: dd4991beb1af44dcedb15ebb2d9437dc
Description: Backup and Recovery Manager for PostgreSQL
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by EDB.
 .
 This package provides barman binary.
Timestamp: 2025-05-29 20:26:58+00

Package: barman-cli
Source: barman
Version: 3.14.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 61
Depends: python3-barman (= 3.14.0-1.pgdg+1), python3-pkg-resources, rsync, python3:any
Recommends: openssh-client
Suggests: barman-cli-cloud
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli_3.14.0-1.pgdg+1_all.deb
Size: 41956
SHA256: 1172f7b4f703ae771cde4c1b38df04678a24f8c9063107c84ff2247402679fcd
SHA1: 2889ffd87d672f5fc51e1bb0d154cb784a193d93
MD5sum: 50a4f9910024f5f32f15c49915f5ceee
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 organization 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 EDB.
Timestamp: 2025-05-29 20:26:58+00

Package: barman-cli-cloud
Source: barman
Version: 3.14.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 45
Depends: python3-barman (= 3.14.0-1.pgdg+1), python3-pkg-resources, rsync, python3:any, python3-boto3
Breaks: barman-cli (<< 2.10-3~~)
Replaces: barman-cli (<< 2.10-3~~)
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli-cloud_3.14.0-1.pgdg+1_all.deb
Size: 25184
SHA256: da3feced7ab96c428ad9fdc8e6b04c6ba01289ef6a2ab221f86de49154689faf
SHA1: 7f9af67a18164bf84f1b97fd2ab4d876bd6baf07
MD5sum: 259b0d0c6e0894fd72db279463f3edaa
Description: Cloud 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 organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli-cloud package contains cloud client utilities for the
 integration of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by EDB.
Timestamp: 2025-05-29 20:26:58+00

Package: python3-barman
Source: barman
Version: 3.14.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1627
Depends: python3-dateutil, python3-psycopg2, python3:any, python3-setuptools
Breaks: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Replaces: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Homepage: https://www.pgbarman.org
Priority: optional
Section: python
Filename: pool/main/b/barman/python3-barman_3.14.0-1.pgdg+1_all.deb
Size: 254752
SHA256: bc12668ae6a25d4dfea45af9f7eff3988cfa937d9c2958562a9528a2a62108ca
SHA1: ec2d4d8cfc9ee330e97e96d3ebdd6b8231e2fd41
MD5sum: 38e686778f1ada1f29784ddcd7814a02
Description: Backup and Recovery Manager for PostgreSQL - Python modules
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by EDB.
 .
 This package provides Python 3 modules only.
Timestamp: 2025-05-29 20:26:58+00

Package: odbc-postgresql
Source: psqlodbc
Version: 1:17.00.0005-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1364
Depends: odbcinst, libc6 (>= 2.38), libodbcinst2 (>= 2.3.1), libpq5 (>= 9.2~beta3)
Enhances: unixodbc
Multi-Arch: same
Homepage: https://odbc.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/psqlodbc/odbc-postgresql_17.00.0005-1.pgdg+1_arm64.deb
Size: 363300
SHA256: 9eacd00ecef0545575cb5b1dd4c95b9a5097813aacbe7d9bff4db400faaa05a6
SHA1: 5b505305b0ff9123007f8a39a6e521858ac90a49
MD5sum: a21592cfd16227321fc04933691ab656
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.
Timestamp: 2025-05-30 11:29:08+00

Package: odbc-postgresql-dbgsym
Source: psqlodbc
Version: 1:17.00.0005-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1162
Depends: odbc-postgresql (= 1:17.00.0005-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/psqlodbc/odbc-postgresql-dbgsym_17.00.0005-1.pgdg+1_arm64.deb
Size: 1092756
SHA256: 6560cfcabc844d4b2ddbca43388260fef9b6b7d42d5f49ca6ff3777842d2e234
SHA1: 0c6764533be858512baee95ef743d55ecdbee0bf
MD5sum: 5975bd8dcc4f0b73b6db521232715d13
Description: debug symbols for odbc-postgresql
Build-Ids: 5963e76bf0998bb2f9ec62a9819ef51173e24932 ea4e761c608d3e84c6ed69dcad89db6ee4879495
Timestamp: 2025-05-30 11:29:08+00

Package: postgresql-13-pg-rewrite
Source: pg-rewrite
Version: 1.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/cybertec-postgresql/pg_rewrite
Priority: optional
Section: database
Filename: pool/main/p/pg-rewrite/postgresql-13-pg-rewrite_1.3.0-1.pgdg+1_arm64.deb
Size: 78164
SHA256: e4a227f89d84682f424c2ebeed8e8af7f8b30a417f8a29a34de48c06f61940c4
SHA1: 1e11205a7c4115eb1e0a20ebdb735d3211290eee
MD5sum: 83b2c79df72ce299a4b81c461fe9944d
Description: Rewrite PostgreSQL tables with less locking
 pg_rewrite is a tool to rewrite table (i.e. to copy its data to a new file).
 It allows both read and write access to the table during the rewriting.
 .
  * Change data type of column(s)
  * Partition the table
  * Change order of columns
Timestamp: 2025-05-30 11:29:08+00

Package: postgresql-13-pg-rewrite-dbgsym
Source: pg-rewrite
Version: 1.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-13-pg-rewrite (= 1.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rewrite/postgresql-13-pg-rewrite-dbgsym_1.3.0-1.pgdg+1_arm64.deb
Size: 110216
SHA256: 0b78af34f8fc91964c4e8037347c20544913c209be6637a00bb7c17643a81f67
SHA1: 6ece2ace13cc36ce6dce000816983b815c76b636
MD5sum: 33fea409369ae13ed5ff005a16bd1994
Description: debug symbols for postgresql-13-pg-rewrite
Build-Ids: 653564d8fa0886fdf1649ddbfba5e539ac1e09f3
Timestamp: 2025-05-30 11:29:08+00

Package: postgresql-14-pg-rewrite
Source: pg-rewrite
Version: 1.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 190
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/cybertec-postgresql/pg_rewrite
Priority: optional
Section: database
Filename: pool/main/p/pg-rewrite/postgresql-14-pg-rewrite_1.3.0-1.pgdg+1_arm64.deb
Size: 78908
SHA256: 55aea422fb425e8120b044611a86f582e24f07c84fa5edecb7b5a6e0dbd79649
SHA1: d2dc4e99aff394e707fbf5f3c3b4f04061db78fd
MD5sum: 1c4884dcdee37c42f8f15eb954c67612
Description: Rewrite PostgreSQL tables with less locking
 pg_rewrite is a tool to rewrite table (i.e. to copy its data to a new file).
 It allows both read and write access to the table during the rewriting.
 .
  * Change data type of column(s)
  * Partition the table
  * Change order of columns
Timestamp: 2025-05-30 11:29:08+00

Package: postgresql-14-pg-rewrite-dbgsym
Source: pg-rewrite
Version: 1.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: postgresql-14-pg-rewrite (= 1.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rewrite/postgresql-14-pg-rewrite-dbgsym_1.3.0-1.pgdg+1_arm64.deb
Size: 115788
SHA256: 69c1f584b062f13eae51892ac8b96a0f6dbbf95e25925fd60ee44ad136aefd13
SHA1: 14bc2fe112824eaf1300c389e61bc1bf739aad63
MD5sum: e142b26203b6f4a0d47dbf0c04b19ac2
Description: debug symbols for postgresql-14-pg-rewrite
Build-Ids: 9ca55bd41b517980cb4101947f7e3d9dc57d8046
Timestamp: 2025-05-30 11:29:08+00

Package: postgresql-15-pg-rewrite
Source: pg-rewrite
Version: 1.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 191
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/cybertec-postgresql/pg_rewrite
Priority: optional
Section: database
Filename: pool/main/p/pg-rewrite/postgresql-15-pg-rewrite_1.3.0-1.pgdg+1_arm64.deb
Size: 78600
SHA256: 99a1a18505fe04989a8726c6c5e4a9d956a23fceb3a80cf19807dfe8ebb5ff70
SHA1: 532d93aa32249c4f24e054cd8769148c0b53857c
MD5sum: ddbbcbcaa35eaf6e5983f886b73f4b74
Description: Rewrite PostgreSQL tables with less locking
 pg_rewrite is a tool to rewrite table (i.e. to copy its data to a new file).
 It allows both read and write access to the table during the rewriting.
 .
  * Change data type of column(s)
  * Partition the table
  * Change order of columns
Timestamp: 2025-05-30 11:29:08+00

Package: postgresql-15-pg-rewrite-dbgsym
Source: pg-rewrite
Version: 1.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: postgresql-15-pg-rewrite (= 1.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rewrite/postgresql-15-pg-rewrite-dbgsym_1.3.0-1.pgdg+1_arm64.deb
Size: 116436
SHA256: 21b09efa46d6d2fa82cdef1a9040e9ece2154088541377048a5f622d3efd21c7
SHA1: 28547ec4fba64de910515bf67347576350049eab
MD5sum: 4eacadf8ea7470833fee223c0bbee44a
Description: debug symbols for postgresql-15-pg-rewrite
Build-Ids: 8496423d135d10ec2b8824f9956f9e07a31b9d37
Timestamp: 2025-05-30 11:29:08+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.20.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11857
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.20.1+dfsg-1.pgdg+1_arm64.deb
Size: 378892
SHA256: c4d0003ac4c0fc7367201b86ed8f1463c47e53677f26e67cd0938e12ad5bbfa0
SHA1: 48ab5d3ba7a8247c72210d0e4a294f06641b311e
MD5sum: 84aae75db20a2006b3754ab76f7e0003
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-05-30 11:29:08+00

Package: postgresql-15-timescaledb-dbgsym
Source: timescaledb
Version: 2.20.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1234
Depends: postgresql-15-timescaledb (= 2.20.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.20.1+dfsg-1.pgdg+1_arm64.deb
Size: 1110280
SHA256: 707c5172ab0c4091ec8888b58c19ea5f52e98869d524e87b3830863e932fe215
SHA1: 7a0767dd64ede5e96e32681bcc10484fccaca0b9
MD5sum: 87efb19cba2aebafb08a5c638d0edb6a
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: 13a996e50ca8fd00f482bfa13eafc33025964b09 69274fc90f302271fcea0255047ee07c78dd5346
Timestamp: 2025-05-30 11:29:08+00

Package: postgresql-16-pg-rewrite
Source: pg-rewrite
Version: 1.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 190
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/cybertec-postgresql/pg_rewrite
Priority: optional
Section: database
Filename: pool/main/p/pg-rewrite/postgresql-16-pg-rewrite_1.3.0-1.pgdg+1_arm64.deb
Size: 78304
SHA256: ab4603b374e769a37a68f29d8a3f92d63a71973e05fea0f20a54949ec8f9c507
SHA1: 1badadcb59cf8cfc4df43f54d852d90a569c141f
MD5sum: 6582e13361ba29998b54166fd18c1af3
Description: Rewrite PostgreSQL tables with less locking
 pg_rewrite is a tool to rewrite table (i.e. to copy its data to a new file).
 It allows both read and write access to the table during the rewriting.
 .
  * Change data type of column(s)
  * Partition the table
  * Change order of columns
Timestamp: 2025-05-30 11:29:08+00

Package: postgresql-16-pg-rewrite-dbgsym
Source: pg-rewrite
Version: 1.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 139
Depends: postgresql-16-pg-rewrite (= 1.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rewrite/postgresql-16-pg-rewrite-dbgsym_1.3.0-1.pgdg+1_arm64.deb
Size: 119520
SHA256: 781b7ce3425ea649141cff31fb505f98cfaad4eabe1b439c50e5985f2ea78ad4
SHA1: 7182bac2561d6a9181a5ee11748c0bf4d290a0d9
MD5sum: 4f65955764818429ab7d46aef532a860
Description: debug symbols for postgresql-16-pg-rewrite
Build-Ids: 925df043df12da3e0131f8acf0da803ded469b62
Timestamp: 2025-05-30 11:29:08+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.20.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11857
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.20.1+dfsg-1.pgdg+1_arm64.deb
Size: 378560
SHA256: 49f7c370a540a1576ab73b83f1fdc03b902d1ea43bfca98aef39bb526d17d35b
SHA1: fda0821f3aa1130bb224c013a7abd16459280d71
MD5sum: 1ca9799fc4d0f63285d4876f0722f292
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-05-30 11:29:08+00

Package: postgresql-16-timescaledb-dbgsym
Source: timescaledb
Version: 2.20.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1286
Depends: postgresql-16-timescaledb (= 2.20.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.20.1+dfsg-1.pgdg+1_arm64.deb
Size: 1163772
SHA256: 22cb809035fa34779eac18fa308d9d98133f0d64148f55bca6cc597d8691b27e
SHA1: b5762e3aea234d4da3c3a301aa1d20c8dad9dfe1
MD5sum: 0856577bcb0e2e71cc69e78b543819af
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: b4b11d1dc74897689fedae3080e5737ea6ff5a43 bfaa88ba222122fa2867ac5dfa50c65fd15c0da7
Timestamp: 2025-05-30 11:29:08+00

Package: postgresql-17-pg-rewrite
Source: pg-rewrite
Version: 1.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 190
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/cybertec-postgresql/pg_rewrite
Priority: optional
Section: database
Filename: pool/main/p/pg-rewrite/postgresql-17-pg-rewrite_1.3.0-1.pgdg+1_arm64.deb
Size: 78592
SHA256: fb66a2417dce04c11ad59dc234f87f309e7e5a54a782df4cca631cd95d6a3598
SHA1: e54b2a6ca019d4de7beea671edeede10c39a921a
MD5sum: 342c7dd5eadc689d7f7607fb9bb3d855
Description: Rewrite PostgreSQL tables with less locking
 pg_rewrite is a tool to rewrite table (i.e. to copy its data to a new file).
 It allows both read and write access to the table during the rewriting.
 .
  * Change data type of column(s)
  * Partition the table
  * Change order of columns
Timestamp: 2025-05-30 11:29:08+00

Package: postgresql-17-pg-rewrite-dbgsym
Source: pg-rewrite
Version: 1.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 143
Depends: postgresql-17-pg-rewrite (= 1.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rewrite/postgresql-17-pg-rewrite-dbgsym_1.3.0-1.pgdg+1_arm64.deb
Size: 123316
SHA256: bc76e751e957ae2e8c4dc30b97def86d6fe3846bc495b8926b195d4a0b82c5c9
SHA1: ee7fa09edbe2c119c09180ba4b87fc3b6747a3e5
MD5sum: 76a02df3bb862fc042878588bc8baa86
Description: debug symbols for postgresql-17-pg-rewrite
Build-Ids: e120ddbb9772a8b867ca8a2b2db863ae574717c5
Timestamp: 2025-05-30 11:29:08+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.20.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11857
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.20.1+dfsg-1.pgdg+1_arm64.deb
Size: 378068
SHA256: ef02501ed10dc7cad2599ea6df9064ae0c3401f3734a589c9c26b1a91f4ee2e6
SHA1: f422f60396c41b302222f1d3af248f23ca0fbec1
MD5sum: e6b0348df9c85dce3b849dfabfe55145
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-05-30 11:29:08+00

Package: postgresql-17-timescaledb-dbgsym
Source: timescaledb
Version: 2.20.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1290
Depends: postgresql-17-timescaledb (= 2.20.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.20.1+dfsg-1.pgdg+1_arm64.deb
Size: 1170528
SHA256: 972549b925d8e96d6e77c8c8794f7a8f0b8ca5b526fa0d1ac5a8271e5b5b8e94
SHA1: d05ff73677ae041ae3eed4d72397356606bc134c
MD5sum: 1d399726f6624bfb7cf2270deb2be9b4
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: 6b890ddc01c56b3029b46f1f91e4116066603aca 7daa0d6f071e810fba28379a2939f0e71fbbf5a4
Timestamp: 2025-05-30 11:29:08+00

Package: libpgpool2
Source: pgpool2
Version: 4.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libs
Filename: pool/main/p/pgpool2/libpgpool2_4.6.2-1.pgdg+1_arm64.deb
Size: 141956
SHA256: 4991594f502119774890397414d14d1f6a564446b8ef889d0cf793f0550b9d93
SHA1: 667436a328f8b1b0bac147bc5ca7d2d2f774f783
MD5sum: a2eca4bf8ef4c07ffe85fb23c9fd9c5a
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).
Timestamp: 2025-06-02 15:52:17+00

Package: libpgpool2-dbgsym
Source: pgpool2
Version: 4.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: libpgpool2 (= 4.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/libpgpool2-dbgsym_4.6.2-1.pgdg+1_arm64.deb
Size: 65572
SHA256: fcb36f78e9d80284f4661620d40f8fbe82bb5e671114c7b90973954e9bf5d18f
SHA1: 73ede39f11b6a547db777ebe8126e53111a703b0
MD5sum: 91b8673b8f78610bc9bc6ff2cd5b8dc1
Description: debug symbols for libpgpool2
Build-Ids: 01f0a15e206f7529b3fd4eff1869f05bd1071029
Timestamp: 2025-06-02 15:52:17+00

Package: libpgpool-dev
Source: pgpool2
Version: 4.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 261
Depends: libpgpool2 (= 4.6.2-1.pgdg+1)
Conflicts: libpcp3-dev
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libdevel
Filename: pool/main/p/pgpool2/libpgpool-dev_4.6.2-1.pgdg+1_arm64.deb
Size: 152584
SHA256: 0f8b35a2edcad72e6207c68ac6b299a449267c4727b7ee902fda3db88888711a
SHA1: 7dbf67db449bd3a6337f266a075ea51231a5b2ae
MD5sum: b039c0aa185a88e15d479d72b272b611
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).
Timestamp: 2025-06-02 15:52:17+00

Package: libpostgresql-jdbc-java
Source: libpgjava
Version: 42.7.6-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 1106
Provides: libpg-java, libpgjava
Built-Using: libscram-java (= 3.1-1.pgdg+1)
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: java
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java_42.7.6-1.pgdg+1_all.deb
Size: 1025168
SHA256: 3dd241ba034c82bdc53b815acf6e3defdfdaba0d4b178feddfb8d4126df1c073
SHA1: 4168b7685c4db3939198559b2d78fe02e6b66c5d
MD5sum: 751afc6c800cfb27a4dea637d4038f06
Description: Java database (JDBC) driver for PostgreSQL
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
Timestamp: 2025-06-02 15:52:17+00

Package: pgpool2
Version: 4.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7636
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: libpgpool2 (= 4.6.2-1.pgdg+1), postgresql-common, ucf, libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libldap2 (>= 2.6.2), libmemcached11t64 (>= 1.1.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3t64 (>= 3.0.0)
Enhances: postgresql
Conflicts: pgpool
Replaces: pgpool
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/pgpool2_4.6.2-1.pgdg+1_arm64.deb
Size: 1247456
SHA256: 0dcd045d087c555946ae8b648bf87adb82577bc3223ec54c3833cbf8daf8fe3f
SHA1: b788242bb3653475005500dd9e8d998ec1d4ab9f
MD5sum: c46dca20b21747acb6e32434a0af04e1
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.
Timestamp: 2025-06-02 15:52:17+00

Package: pgpool2-dbgsym
Source: pgpool2
Version: 4.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5109
Depends: pgpool2 (= 4.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/pgpool2-dbgsym_4.6.2-1.pgdg+1_arm64.deb
Size: 2111244
SHA256: 573eda6f32bb867f5f81d84caff92d3cc1c70373557acd32b7d050688b245c24
SHA1: 5eac803eda34fbc534e6fd6dcd8f70d6fa3251b9
MD5sum: ac3bce3e1e55e2a039b64f9645712598
Description: debug symbols for pgpool2
Build-Ids: 14251cfb6f5440d04c42523c16f912e62b521c18 25756fa77643c7464ac2d48c9015cc9da4e12afe 37d11c8e6920fe3e482c1a295b330dd2cc516a53 4a5679b8884750008b216af69965e39cde884d02 4dd73443ca07edcf9aa57e8b25a80a8f4142ff43 7227d0ccffc38f3cddf6cba23565e0951334a8a5 d2d71b096067bb7d87eb5d0cf193c91a3f744eab
Timestamp: 2025-06-02 15:52:17+00

Package: postgresql-10-decoderbufs
Source: postgres-decoderbufs
Version: 3.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-10, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs_3.1.1-1.pgdg+1_arm64.deb
Size: 14648
SHA256: 48e14749379db40998654a32dd2bb77848c9605a5fc8b2dc3060ebf85fbb6884
SHA1: 7ac850e6bd7cf05e5ef531e60c01fbc1ac4291f0
MD5sum: 25e8699396e3cdf3419218fac895e189
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-06-02 15:52:17+00

Package: postgresql-10-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-10-decoderbufs (= 3.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs-dbgsym_3.1.1-1.pgdg+1_arm64.deb
Size: 37640
SHA256: cf6be87d4e1b1b0011ebf349394b04129ea8a647fadcc29483ae003bc8c8dbbe
SHA1: 3a143280872f37413275fd3b3af45ecb4d53a864
MD5sum: 206547433ab49e1c1bcbb7b295c6434f
Description: debug symbols for postgresql-10-decoderbufs
Build-Ids: 83a4b844195440346a43d61c8271988fa85c8b26
Timestamp: 2025-06-02 15:52:17+00

Package: postgresql-10-pgpool2
Source: pgpool2
Version: 4.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 391
Depends: libpgpool2 (>= 4.6.2-1.pgdg+1), postgresql-10, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2_4.6.2-1.pgdg+1_arm64.deb
Size: 133844
SHA256: fa68dfe9694e7c98fc5c2e5b045433412aa5edddb8601ff848b412892152d7af
SHA1: 3ca29f87e51510fe4c36dd05ad9909ade15b4f8c
MD5sum: a93d7edd72d0ba8554551a54e471d073
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 10 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-06-02 15:52:17+00

Package: postgresql-10-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-10-pgpool2 (= 4.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2-dbgsym_4.6.2-1.pgdg+1_arm64.deb
Size: 53512
SHA256: 5a85d7db3d9e0805d99585200a173072ada94549764c4570256c1ccf8ca89f4d
SHA1: a58aeb7b69724c31eb074a176b7f1d5cf6c79f61
MD5sum: 250b71a144a112286e04c91e3ce7cfc2
Description: debug symbols for postgresql-10-pgpool2
Build-Ids: 110f8e215dae1922f5e8ace7b6e3863636ac2613 916a957386d4e4cfef90fd1c9822050748c858f7 9802a4b7fb94d3ce5e4b533286a413c656d786d1
Timestamp: 2025-06-02 15:52:17+00

Package: postgresql-11-decoderbufs
Source: postgres-decoderbufs
Version: 3.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-11, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs_3.1.1-1.pgdg+1_arm64.deb
Size: 14840
SHA256: 2dba85f4609dfa150a55b38b25e94866b923c31e020ba71a2c330308435e02ae
SHA1: d1eb6c96df44c9118b613190313c41100f8b4101
MD5sum: 5fb5005d08e243fb8bce59b3bdae6216
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-06-02 15:52:17+00

Package: postgresql-11-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-11-decoderbufs (= 3.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs-dbgsym_3.1.1-1.pgdg+1_arm64.deb
Size: 38232
SHA256: d671590ceaa5b65398511d10f2200cb1a0bbb58a6fe44523560d67971ae34550
SHA1: 57bc6564f9ce23f9258ebba6a1354beed2235943
MD5sum: 17c11b5c75fc8beebf603517734cbf96
Description: debug symbols for postgresql-11-decoderbufs
Build-Ids: 0cb918eda3867c82bd780b5016c758978dbcbdb6
Timestamp: 2025-06-02 15:52:17+00

Package: postgresql-11-pgpool2
Source: pgpool2
Version: 4.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 391
Depends: libpgpool2 (>= 4.6.2-1.pgdg+1), postgresql-11, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2_4.6.2-1.pgdg+1_arm64.deb
Size: 133864
SHA256: 3560abcf02d2228d159020d6352f6774286cd1ef4fe17cf5767555dceaa4dc16
SHA1: f1e9b36e8d68d6381745d270806a62e9056f6b8e
MD5sum: 44f344b17c134884fd2a30fa15850cbd
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 11 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-06-02 15:52:17+00

Package: postgresql-11-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-11-pgpool2 (= 4.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2-dbgsym_4.6.2-1.pgdg+1_arm64.deb
Size: 51324
SHA256: 5341ef5b1295cff30a2f71d57b50136d73c40cad0ab700b44820e30d580a3663
SHA1: b4d0df59697c72dc380f22fecc89436e511ae253
MD5sum: be3413ff7ff08156db6ea534141984f9
Description: debug symbols for postgresql-11-pgpool2
Build-Ids: 3a45e7e3450b115e058ec64eaf34c6e8f2103103 70163bb8a50f6748131ce3b481275874f4f04691 c1f28c0584f2dd8587ca99ef9ced3b81c4c3d2cc
Timestamp: 2025-06-02 15:52:17+00

Package: postgresql-12-decoderbufs
Source: postgres-decoderbufs
Version: 3.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 139
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs_3.1.1-1.pgdg+1_arm64.deb
Size: 39888
SHA256: 6274726e8b01a74781d3f020a0173261428b5a20030fc75b3d4718731c2de8d1
SHA1: 4345b924991a56fc362b6adc6d8da56a57a7c4dc
MD5sum: 6e82b053fdc56c0573f055969eada4b6
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-06-02 15:52:17+00

Package: postgresql-12-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-12-decoderbufs (= 3.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs-dbgsym_3.1.1-1.pgdg+1_arm64.deb
Size: 38908
SHA256: db67bdb58289512f187238f769884f9d17c840140537b45a5280a2ff2125dcc4
SHA1: 730000779fbd9b3fafeadfc3e104adb68819a9d9
MD5sum: 2f6e74ef88bde1cf7ef73c75b737b5bb
Description: debug symbols for postgresql-12-decoderbufs
Build-Ids: b846b8931ca83ea5c85de3022ab660d706f818bb
Timestamp: 2025-06-02 15:52:17+00

Package: postgresql-12-pgpool2
Source: pgpool2
Version: 4.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 442
Depends: libpgpool2 (>= 4.6.2-1.pgdg+1), postgresql-12, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2_4.6.2-1.pgdg+1_arm64.deb
Size: 155572
SHA256: 721741be4b610089727dcabf75dbe23b6142b05ae17a037a93cb6e2839b46bb9
SHA1: 1ea9e138f9474567d86d48c2e9c0904e590f4717
MD5sum: 9a07d60c6e625417f2f7c752f1e5a553
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 12 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-06-02 15:52:17+00

Package: postgresql-12-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-12-pgpool2 (= 4.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2-dbgsym_4.6.2-1.pgdg+1_arm64.deb
Size: 51952
SHA256: 0329126a94f7926185f11ec100371aabfffeb92ada725207d330044c3f0bc3f8
SHA1: aed26b508cd40b4da1443803289c301b1ec98f91
MD5sum: 0fc6c58ab7dd559c645bcdd0e7bfeb14
Description: debug symbols for postgresql-12-pgpool2
Build-Ids: 7f4ad3dc93bf66a0c50d6c9aa3e046aa0052182d 9c69d50dc171d900ec8e29e6dac4406c15704515 d1d9ab59de308fb06cca6140bec0117d455b68a1
Timestamp: 2025-06-02 15:52:17+00

Package: postgresql-13-decoderbufs
Source: postgres-decoderbufs
Version: 3.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs_3.1.1-1.pgdg+1_arm64.deb
Size: 40220
SHA256: bf8dc78f211322f193126e9381bc9f97f0ced2bbb880a617b97d04369809fe67
SHA1: 44564bd61ca2ff9fa42efeee0262e1634c0caea1
MD5sum: 27415f5ab51a2f59e4e6bb1ad3cf557e
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-06-02 15:52:17+00

Package: postgresql-13-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-13-decoderbufs (= 3.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs-dbgsym_3.1.1-1.pgdg+1_arm64.deb
Size: 39952
SHA256: f65cd0b46cb818bb897841bf24759dd7fcc0bd35607f8aa05ba76045cca1bee9
SHA1: 6dc26b0ba55ccbd4d1177054033cc20c78a4fc77
MD5sum: e04864a47f46ab42d462f7cf3221df1a
Description: debug symbols for postgresql-13-decoderbufs
Build-Ids: 14b3e85a2392234d243bd368f917437553033513
Timestamp: 2025-06-02 15:52:17+00

Package: postgresql-13-pgpool2
Source: pgpool2
Version: 4.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 443
Depends: libpgpool2 (>= 4.6.2-1.pgdg+1), postgresql-13, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2_4.6.2-1.pgdg+1_arm64.deb
Size: 155804
SHA256: a7dc85ea327082ce2ff0e856e9045cc38098ce9315ea965c67dafb3a6f1ae952
SHA1: cdb07adcb09107be509612a2a94970f86c020054
MD5sum: 5bd5d20e787dfcb008467bb7c59adf14
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 13 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-06-02 15:52:17+00

Package: postgresql-13-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-13-pgpool2 (= 4.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2-dbgsym_4.6.2-1.pgdg+1_arm64.deb
Size: 49528
SHA256: 8dca9322eb526816f19113279e1c2cfc30cdc88a4205082852514561d1d1e9f2
SHA1: 5186b7b3953b6deaa3a8529c82577408afa499e1
MD5sum: ec7a363eb6e1dc999db169cf7b579c74
Description: debug symbols for postgresql-13-pgpool2
Build-Ids: 0b49f2c96fc3dbaf47e2db823b5ade82b99731aa 3b3844b649dddbdeeac90f51bc7e057fe8a3b94a b39f585c5b12c4678d38b1824abec84b0599446c
Timestamp: 2025-06-02 15:52:17+00

Package: postgresql-14-decoderbufs
Source: postgres-decoderbufs
Version: 3.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs_3.1.1-1.pgdg+1_arm64.deb
Size: 40332
SHA256: 3c34ad346f629c41a8af0f8b88bf3d8d5797c0eaf47d70027db39a29c6ff7583
SHA1: c33b1ac46313367ddb9100fa08ecec98f2b73083
MD5sum: 3b5cc8e6c948774162fdac865caf9b62
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-06-02 15:52:17+00

Package: postgresql-14-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-14-decoderbufs (= 3.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs-dbgsym_3.1.1-1.pgdg+1_arm64.deb
Size: 41292
SHA256: eeedf697bf44b957982ddff5ba1353e213d741b0bf061e119fda466e8c637137
SHA1: 58a30583a5467b7da06855b19825b12f4dc8d3d5
MD5sum: c2026ab97f49f87a0a378b2b03c2a380
Description: debug symbols for postgresql-14-decoderbufs
Build-Ids: acc980d36fbb01239f37884cab3267a0d810ca55
Timestamp: 2025-06-02 15:52:17+00

Package: postgresql-14-pgpool2
Source: pgpool2
Version: 4.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 443
Depends: libpgpool2 (>= 4.6.2-1.pgdg+1), postgresql-14, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2_4.6.2-1.pgdg+1_arm64.deb
Size: 156392
SHA256: 8e27090bdf25c6ef4d8251d870d4072f0d97e9ed408856eb1364fc42602f1cae
SHA1: bf4b39b35a76f8ca162ccba575df360d0fcd600c
MD5sum: 1135b7e0e8a43f4a7f4993e0dc3c4a0a
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 14 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-06-02 15:52:17+00

Package: postgresql-14-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-14-pgpool2 (= 4.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2-dbgsym_4.6.2-1.pgdg+1_arm64.deb
Size: 50264
SHA256: 04437d0768baa36856b863d270053b9be9da52a6582a0d6d572916017ede7c67
SHA1: 3a1070f56d6b477459b38250140a4c8c0c98201b
MD5sum: f6c504a305687f965306ab7223e45738
Description: debug symbols for postgresql-14-pgpool2
Build-Ids: 31a8de6742a243a0dfe6dfda24c4c57c4533409e 575f10ac9192ea46c753a3b1101769ef27a3fc77 73b04ee3298e3aa9193478034412165b816842bd
Timestamp: 2025-06-02 15:52:17+00

Package: postgresql-15-decoderbufs
Source: postgres-decoderbufs
Version: 3.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs_3.1.1-1.pgdg+1_arm64.deb
Size: 40808
SHA256: 10e881f4fdd840d4d1734853d255b61d2a979547636e33065b80d0f94f982fc2
SHA1: d8865e1662182f9b9e6b963b15402285b6ab48c5
MD5sum: 73c6114bf042e502fa1a88aeb04d5a04
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-06-02 15:52:17+00

Package: postgresql-15-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-15-decoderbufs (= 3.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs-dbgsym_3.1.1-1.pgdg+1_arm64.deb
Size: 51956
SHA256: be5faf530694b9ea07fe862e61dd557b693f4968715177d448ef8be7827542d6
SHA1: 5ad3fa99f1c725a6d45dcd20214fece00407bee2
MD5sum: 2b742ce5a2beb1f1e833dc4dd199097c
Description: debug symbols for postgresql-15-decoderbufs
Build-Ids: b2aaff5d66a8db61652587f8bacc298b2b988100
Timestamp: 2025-06-02 15:52:17+00

Package: postgresql-15-pgpool2
Source: pgpool2
Version: 4.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 445
Depends: libpgpool2 (>= 4.6.2-1.pgdg+1), postgresql-15, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2_4.6.2-1.pgdg+1_arm64.deb
Size: 157548
SHA256: 4e50f932f99771bde8d135339d1710e1e799b3723b15cf7e6d16dab69c964a40
SHA1: ddde174ad57d7db3f3040f6f5f59a40265b8dba1
MD5sum: e5dd859759fcae75d7201ac42638b53e
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 15 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-06-02 15:52:17+00

Package: postgresql-15-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-15-pgpool2 (= 4.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2-dbgsym_4.6.2-1.pgdg+1_arm64.deb
Size: 51248
SHA256: a3248f74e40e4c91eafccc2964e138b372fcc257939bb6573130f8ebf5dc62de
SHA1: 9b256d3be038921015da2d3d1fe18babf02c7609
MD5sum: 98e89e882cd98f9717d3eb659899ffee
Description: debug symbols for postgresql-15-pgpool2
Build-Ids: 639868c943c09f434d43b6cf2af8ec4223984dbf 65e87772abddeefec735803134fc0c391c6912ac f2bc442034c7db9a3699a3756d69a331ceec9ea1
Timestamp: 2025-06-02 15:52:17+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.20.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12098
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.20.2+dfsg-1.pgdg+1_arm64.deb
Size: 378928
SHA256: 6e06ed2b867e3275e27455641f7163599e7a724431aa365e96bac10eb71c4248
SHA1: 44bc9c860bb949742a222b6449822d922c111cb0
MD5sum: 1bfa3d731843ddd44b51284e096fab37
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-06-02 15:52:17+00

Package: postgresql-15-timescaledb-dbgsym
Source: timescaledb
Version: 2.20.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1234
Depends: postgresql-15-timescaledb (= 2.20.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.20.2+dfsg-1.pgdg+1_arm64.deb
Size: 1110300
SHA256: 64dd536b85176193d37dc05dddebf7ca794b6e8e1d66c7fcb35c84604c414bb5
SHA1: 00ae00ff07bbba69c9c771d5238e40b2f18a903f
MD5sum: ac95febce9d3572cd94b07f7f3bbebed
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: 103ccbacc14235ce82c900db661cd3ee1093628f 13a996e50ca8fd00f482bfa13eafc33025964b09
Timestamp: 2025-06-02 15:52:17+00

Package: postgresql-16-decoderbufs
Source: postgres-decoderbufs
Version: 3.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-16-decoderbufs_3.1.1-1.pgdg+1_arm64.deb
Size: 40288
SHA256: 36490434fdada79d4827fee62b4fb6410a31b18cf7ad6104f51d9c0f8690fa87
SHA1: 69599e8e14946b57f7bc21104a884c9dae02b649
MD5sum: e161c908e97bafefe38a129f08212b3d
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-06-02 15:52:17+00

Package: postgresql-16-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-16-decoderbufs (= 3.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-16-decoderbufs-dbgsym_3.1.1-1.pgdg+1_arm64.deb
Size: 53708
SHA256: 3aeec97ed78ebc84a4d7483891c277c78a516bbff40e3d8d819df1667a6fd6fd
SHA1: a513fb249b6f93e003cdfe9dc6ec5af2aa07267c
MD5sum: c654237ecae1e375c8395e1f371d6862
Description: debug symbols for postgresql-16-decoderbufs
Build-Ids: 016ccae50088f2af76506fd519f35ed6cfdfd5de
Timestamp: 2025-06-02 15:52:17+00

Package: postgresql-16-pgpool2
Source: pgpool2
Version: 4.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 445
Depends: libpgpool2 (>= 4.6.2-1.pgdg+1), postgresql-16, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-16-pgpool2_4.6.2-1.pgdg+1_arm64.deb
Size: 157228
SHA256: 2ac271fb1a006acc8aa0288361ecd2fba5107333e19b5e4b1cd6912924c4578f
SHA1: dab8c26438ae46e6a4045f5c98fdf887c45d4578
MD5sum: d9836eecce644eb8774ec326f221d6df
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 16 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-06-02 15:52:17+00

Package: postgresql-16-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-16-pgpool2 (= 4.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-16-pgpool2-dbgsym_4.6.2-1.pgdg+1_arm64.deb
Size: 56724
SHA256: 4e247609fb17d904756b02a00daa4cb8b3e30ab55349ff7b433ca27bb44e9707
SHA1: 8312c4779d0a2b089f8afc8f6ed557c59f7faef3
MD5sum: 088b3e40f01b52d88ca947bf34cd5049
Description: debug symbols for postgresql-16-pgpool2
Build-Ids: aec452282035714b9835822e25a526c33418ffd4 c499b18ce1dd840f9cea429bd99dc4ffab8504a8 c4a4b2aa38a45dc39ca980f4d45aade717ea8452
Timestamp: 2025-06-02 15:52:17+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.20.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12098
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.20.2+dfsg-1.pgdg+1_arm64.deb
Size: 378052
SHA256: 606626b14f31cb7025d344b3995c7dccfc0c0857ada6db15e2b00416790611b4
SHA1: 4e70c54109676455385b5e31bd1815c39977aca8
MD5sum: ce89e0863278f337880c3d4a8ef22579
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-06-02 15:52:17+00

Package: postgresql-16-timescaledb-dbgsym
Source: timescaledb
Version: 2.20.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1286
Depends: postgresql-16-timescaledb (= 2.20.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.20.2+dfsg-1.pgdg+1_arm64.deb
Size: 1163756
SHA256: 3389883ec46dee9a6b25026d5ecfa9dbd48905863c4cfdc1fd24d81b5dffe5d3
SHA1: 642659ffbd40bbeb0088db00de863513f91e1d5d
MD5sum: 95f4b3a6f4c9f75867016f6e58e15d4e
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: 817a7564dfece539c42acea4e891bc01373557f7 bfaa88ba222122fa2867ac5dfa50c65fd15c0da7
Timestamp: 2025-06-02 15:52:17+00

Package: postgresql-17-decoderbufs
Source: postgres-decoderbufs
Version: 3.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-17-decoderbufs_3.1.1-1.pgdg+1_arm64.deb
Size: 40168
SHA256: e57c96a874734afa1cd3a405871b81a60ed381a1af453fe9a68f2fb908d441ec
SHA1: d6e22d67c19b976b30a0db7ae89d6d979526ef9e
MD5sum: efb8c49f9769f158d509dfb9ff66802c
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-06-02 15:52:17+00

Package: postgresql-17-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-17-decoderbufs (= 3.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-17-decoderbufs-dbgsym_3.1.1-1.pgdg+1_arm64.deb
Size: 57288
SHA256: 329bcd39dffa9175a31b076ef1c965be96cead7ce2baa6d20377b29092389f7b
SHA1: 7ad63ba991ba40ba5a08f639b53287ba3802cc7a
MD5sum: 538e8bd0e5c621c74a8c418b9b86fd99
Description: debug symbols for postgresql-17-decoderbufs
Build-Ids: b82bd4234fdb99cced807fc78940890c973a0ef7
Timestamp: 2025-06-02 15:52:17+00

Package: postgresql-17-pgpool2
Source: pgpool2
Version: 4.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 445
Depends: libpgpool2 (>= 4.6.2-1.pgdg+1), postgresql-17, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-17-pgpool2_4.6.2-1.pgdg+1_arm64.deb
Size: 157176
SHA256: 01fe59ec585156a6423339692e1ab628a706757fde2af79ae7e4e435c1919d5d
SHA1: d14bb484b79f681fccd9056bc6bb5d0fdeae07da
MD5sum: 9010dc2dd48e322f5305f85d16c78a71
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 17 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-06-02 15:52:17+00

Package: postgresql-17-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-17-pgpool2 (= 4.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-17-pgpool2-dbgsym_4.6.2-1.pgdg+1_arm64.deb
Size: 57748
SHA256: 0cc1062e20163a43b5972e5606a097bfc8212f044e5561bd5e5c483287942e42
SHA1: 27df9474bc94253f02d28108811adeba2513d537
MD5sum: e4f8d13ec9cfff0dccad2eaec86c5384
Description: debug symbols for postgresql-17-pgpool2
Build-Ids: 936848fbbeb4717a30c48961fe72c45ea8383a37 af941e3645b14b58dd81416f2c575bff42947b50 ec3ef05fb96ce4182d44f303d6bf00d837d95130
Timestamp: 2025-06-02 15:52:17+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.20.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12098
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.20.2+dfsg-1.pgdg+1_arm64.deb
Size: 378032
SHA256: e9487ff89a4aed9be5e1a42db9db8b6531360f509e69b779fd7dde26a7cbec32
SHA1: 8011e78bc64dbd6a7044999458c76d523ede4329
MD5sum: a6d240e2d70045a2b7457d6f95eb4489
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-06-02 15:52:17+00

Package: postgresql-17-timescaledb-dbgsym
Source: timescaledb
Version: 2.20.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1290
Depends: postgresql-17-timescaledb (= 2.20.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.20.2+dfsg-1.pgdg+1_arm64.deb
Size: 1171408
SHA256: 8fcf4beb9cd37b896ad0a720979cbd73ea2eaeff4b1a18392b5aa91a857405a1
SHA1: 7efb6e9b6271b26e8c576e2eb45d22a49a144faa
MD5sum: b140bd681ec91dcc25099718ab605ec8
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: 7daa0d6f071e810fba28379a2939f0e71fbbf5a4 85f40fe2dcb0d79987adb5553c503cc55713f58f
Timestamp: 2025-06-02 15:52:17+00

Package: postgresql-18-decoderbufs
Source: postgres-decoderbufs
Version: 3.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-18, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-18-decoderbufs_3.1.1-1.pgdg+1_arm64.deb
Size: 40288
SHA256: 931b599bd7c5a2d550229d1cac566422b47fff15a12dcb89d0a0a7cd2eb2548f
SHA1: af78aeccef6192074e3b25d780721ee17bd63c08
MD5sum: fcd2d31429ac444ec114f54be805f9ac
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-06-02 15:52:17+00

Package: postgresql-18-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-18-decoderbufs (= 3.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-18-decoderbufs-dbgsym_3.1.1-1.pgdg+1_arm64.deb
Size: 59364
SHA256: 67ef79ac848dfafcd13738f8abb8644d141329a0643ee7fbf8786be3157e2c50
SHA1: e36c7dc8b337410361bd32fe0eb78f8c1690d314
MD5sum: a2b8e7b2ae121cda8c1b12e9e865d110
Description: debug symbols for postgresql-18-decoderbufs
Build-Ids: 8c4fe99b8081375033b95fdc735bd7a9b3a3fa1f
Timestamp: 2025-06-02 15:52:17+00

Package: postgresql-18-pgpool2
Source: pgpool2
Version: 4.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 445
Depends: libpgpool2 (>= 4.6.2-1.pgdg+1), postgresql-18, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-18-pgpool2_4.6.2-1.pgdg+1_arm64.deb
Size: 157280
SHA256: ceb5d8439eb1af630318a868dea3f452b68cd5383016fcb229ebf1dcd793bf3b
SHA1: f5500b85809ad5f5bff27ec75dfebc0cd6ee1714
MD5sum: ec0a44ee5bbc0816296202f5d4f5a096
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 18 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-06-02 15:52:17+00

Package: postgresql-18-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-18-pgpool2 (= 4.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-18-pgpool2-dbgsym_4.6.2-1.pgdg+1_arm64.deb
Size: 63668
SHA256: ee72b7326b91f3a5b65b9c894628ce698ddf444f116a91073df99e59c81df1e8
SHA1: c0bf6c4f5228b3531885ec8122e1f16f044ead6c
MD5sum: 541d66548e90144d6018bdec553e7495
Description: debug symbols for postgresql-18-pgpool2
Build-Ids: 8998468739a14c026fc56eef532976a5eb09804c 8d5f23ba0b240eb92b2c03a2a5ab2600ce467e00 dc980de6d639afde2e85c08cf959007e8108350d
Timestamp: 2025-06-02 15:52:17+00

Package: barman
Version: 3.14.0-2.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 99
Depends: python3-barman (= 3.14.0-2.pgdg+1), python3-pkg-resources, adduser, file, rsync, python3:any
Recommends: openssh-server, openssh-client, postgresql-client
Suggests: barman-cli, repmgr
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman_3.14.0-2.pgdg+1_all.deb
Size: 66080
SHA256: 93102320e97febc64db03199523e76451b78666a1d91234c4a378d177fcc2a58
SHA1: 891929befc6ebe5daddf15cf294c40315d956e0e
MD5sum: fde56facd8933b154a41bb516ac91505
Description: Backup and Recovery Manager for PostgreSQL
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by EDB.
 .
 This package provides barman binary.
Timestamp: 2025-06-06 10:24:24+00

Package: barman-cli
Source: barman
Version: 3.14.0-2.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 61
Depends: python3-barman (= 3.14.0-2.pgdg+1), python3-pkg-resources, rsync, python3:any
Recommends: openssh-client
Suggests: barman-cli-cloud
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli_3.14.0-2.pgdg+1_all.deb
Size: 41984
SHA256: 2a2cc8890788ab05334c26ea25300147508ffb001c57276f55f3baa521b9776a
SHA1: 61e50bac8092258408570b14941a0117211c3ee8
MD5sum: 010318dd53f79325fb3f46a1db8b1f12
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 organization 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 EDB.
Timestamp: 2025-06-06 10:24:24+00

Package: barman-cli-cloud
Source: barman
Version: 3.14.0-2.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 45
Depends: python3-barman (= 3.14.0-2.pgdg+1), python3-pkg-resources, rsync, python3:any, python3-boto3
Breaks: barman-cli (<< 2.10-3~~)
Replaces: barman-cli (<< 2.10-3~~)
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli-cloud_3.14.0-2.pgdg+1_all.deb
Size: 25216
SHA256: 7eee88568d140b3e4d7d39ae2d6623cb72091223cbc6c177a078363d30b5a152
SHA1: 0a7de349033a2d14e35fd6dd07595a7ea7fa8900
MD5sum: 1a0dac0f430629fc843b1675c10103e4
Description: Cloud 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 organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli-cloud package contains cloud client utilities for the
 integration of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by EDB.
Timestamp: 2025-06-06 10:24:24+00

Package: python3-barman
Source: barman
Version: 3.14.0-2.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1627
Depends: python3-dateutil, python3-psycopg2, python3:any, python3-setuptools
Breaks: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Replaces: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Homepage: https://www.pgbarman.org
Priority: optional
Section: python
Filename: pool/main/b/barman/python3-barman_3.14.0-2.pgdg+1_all.deb
Size: 254784
SHA256: 86a4f008b8ff9e40ac6464773dcf87dbf31c2b854283258a245be7fe68b10614
SHA1: 7d609e4b6c0b333045c6c31941b38371cf9e5aa8
MD5sum: a7e47b83559e93851d62a31f4104d95a
Description: Backup and Recovery Manager for PostgreSQL - Python modules
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by EDB.
 .
 This package provides Python 3 modules only.
Timestamp: 2025-06-06 10:24:24+00

Package: vip-manager2
Version: 4.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16638
Depends: libc6 (>= 2.34)
Enhances: patroni
Conflicts: vip-manager
Replaces: vip-manager
Built-Using: etcd (= 3.5.16-4), golang-1.24 (= 1.24.4-1), golang-fsnotify (= 1.8.0-3), golang-github-coreos-go-systemd (= 22.5.0-1), golang-github-coreos-semver (= 0.3.0-1), golang-github-golang-protobuf-1-5 (= 1.5.4-1), golang-github-hashicorp-hcl (= 1.0.0-1.1), golang-github-magiconair-properties (= 1.8.7-1), golang-github-mitchellh-mapstructure (= 1.5.0+git20231216.8508981-1), golang-github-pelletier-go-toml.v2 (= 2.2.1-1), golang-github-spf13-afero (= 1.11.0-1), golang-github-spf13-cast (= 1.6.0-2), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-2), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-github-spf13-viper (= 1.12.0-1), golang-github-subosito-gotenv (= 1.3.0-1), golang-go.uber-atomic (= 1.11.0-1), golang-go.uber-multierr (= 1.6.0-1), golang-go.uber-zap (= 1.26.0-1), golang-gogoprotobuf (= 1.3.2-3), golang-golang-x-net (= 1:0.27.0-2), golang-golang-x-sys (= 0.22.0-1), golang-golang-x-text (= 0.22.0-1), golang-google-genproto (= 0.0~git20210726.e7812ac-4), golang-google-grpc (= 1.64.0-7), golang-google-protobuf (= 1.36.5-1), golang-gopkg-ini.v1 (= 1.67.0-1), golang-gopkg-yaml.v3 (= 3.0.1-3), gopacket (= 1.1.19-6.2)
Homepage: https://github.com/cybertec-postgresql/vip-manager
Priority: optional
Section: net
Filename: pool/main/v/vip-manager2/vip-manager2_4.0.0-1.pgdg+1_arm64.deb
Size: 4188128
SHA256: fbec84b2090edd711c3a146e3cb498faf03cddb3ad9445006a025d60f62641ef
SHA1: 2fb335a7f0df9f372ec8673ebe0dc7e17e0881b7
MD5sum: 50cf10691dcd42f212f862355a2cedb9
Description: Patroni virtual IP manager
 This package needs to be installed and configured on all nodes of a Patroni
 PostgreSQL cluster. Given a Patroni namespace and scope in etcd or consul,
 the vip-manager service monitors that namespace for leader changes due to
 failovers or switchovers and adds or removes the VIP on the local node
 accordingly.
 .
 This package works only with version 3 of the etcd API.
Timestamp: 2025-06-30 21:23:13+00

Package: vip-manager2-dbgsym
Source: vip-manager2
Version: 4.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23218
Depends: vip-manager2 (= 4.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/v/vip-manager2/vip-manager2-dbgsym_4.0.0-1.pgdg+1_arm64.deb
Size: 5290912
SHA256: 69a47758c53dfccc4de66cb6cf7bfd968305a2f94f22a639fe5603cfafb3ecb1
SHA1: 9e0b26e958d0fbc00ef916cdda4a2d6b7372feda
MD5sum: fdc637606a0e121e44b04ec9c72e1d95
Description: debug symbols for vip-manager2
Build-Ids: 1c7d1107129e7c8c87eaac8893021a9217a93ba1
Timestamp: 2025-06-30 21:23:13+00

Package: postgresql-18-set-user
Source: postgresql-set-user
Version: 4.1.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-18, libc6 (>= 2.17)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-18-set-user_4.1.0-1.pgdg+2_arm64.deb
Size: 35592
SHA256: 7143e2c3287cffc62351d28e1b2487b22720b057012065a4ef4d10351b959525
SHA1: c0decb518ac6841aac5c8a53df39b94d9819d326
MD5sum: 35f3a9499cb239f9a037189d174407d3
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2025-07-09 09:52:38+00

Package: odbc-postgresql
Source: psqlodbc
Version: 1:17.00.0006-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1366
Depends: odbcinst, libc6 (>= 2.38), libodbcinst2 (>= 2.3.1), libpq5 (>= 9.2~beta3)
Enhances: unixodbc
Multi-Arch: same
Homepage: https://odbc.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/psqlodbc/odbc-postgresql_17.00.0006-1.pgdg+1_arm64.deb
Size: 364288
SHA256: af998d2444cd2ea56e3413e5a1e0fe88c4cf4ec02bf8ad5217eb56703ce33c37
SHA1: 93a342ee939d75a5d89f63eae9d56f48e1564333
MD5sum: d92e96097cfc4971ca6d13c208b6cb1d
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.
Timestamp: 2025-06-12 16:35:19+00

Package: odbc-postgresql-dbgsym
Source: psqlodbc
Version: 1:17.00.0006-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1163
Depends: odbc-postgresql (= 1:17.00.0006-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/psqlodbc/odbc-postgresql-dbgsym_17.00.0006-1.pgdg+1_arm64.deb
Size: 1092780
SHA256: 9d230c7d44e9736302d7623cc65a9087f6a4609fc620f4f6c28170f4a99557d0
SHA1: 480a59fa7c0ab032fb20852165972f7fdc179ed8
MD5sum: 6c5e58ad84f51830392fa7521ad2e999
Description: debug symbols for odbc-postgresql
Build-Ids: 3ce796dada5f413d54ab3cb4d45f2b0e32a2e73b d4d0d8e8062d239edda648ff4c3ca9c643add1a8
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-10-pgextwlist
Source: pgextwlist
Version: 1.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-10, libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-10-pgextwlist_1.19-1.pgdg+1_arm64.deb
Size: 12824
SHA256: 3face108fdef8c4b6424e314a8f704685d4908abb26bef1368c73d732b5823b7
SHA1: fc7f31bc3a8921d1192d7c9080eb860655904d7f
MD5sum: 585bc7e18c3f79877ca2f9a0f172f695
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.
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-10-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-10-pgextwlist (= 1.19-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-10-pgextwlist-dbgsym_1.19-1.pgdg+1_arm64.deb
Size: 45992
SHA256: 7889bc0ce7eae2203878a2269c14d94a021e1cd62d4cd2635940e80f3c650380
SHA1: 2961076537fcdedc3b5ea6383f2d53ee5fb08133
MD5sum: f76ef801901c49ab995d1ef463c5b467
Description: debug symbols for postgresql-10-pgextwlist
Build-Ids: 99b300a8b5242193844d2ceac84bcbc56c7e952a
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-10-powa
Source: powa-archivist
Version: 5.0.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1314
Depends: postgresql-contrib-10, postgresql-10, libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-10-powa_5.0.3-1.pgdg+1_arm64.deb
Size: 52316
SHA256: a885fb37d26e5d9f4e76387d09235d3f00910b2e9ed2dc0bf684b195ec165572
SHA1: 73b0265b257939b57955ac7c6027fec79483e81f
MD5sum: c073c1fbc5471fc662fa5abb40c7acac
Description: PostgreSQL Workload Analyzer -- PostgreSQL 10 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-10-powa-dbgsym
Source: powa-archivist
Version: 5.0.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-10-powa (= 5.0.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-10-powa-dbgsym_5.0.3-1.pgdg+1_arm64.deb
Size: 35164
SHA256: 9ac52c2d708d64dad8dc709a39a7d119cf60135d0f1ae4860516a22206989654
SHA1: 3eedb69ee8a2ad6d65877b85e6a19f8e875e4805
MD5sum: 7404d8426089ddac76890a4673f3bf41
Description: debug symbols for postgresql-10-powa
Build-Ids: 9195e079e5c9cfd5a1656022a2f2cab9a4bd226f
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-11-orafce
Source: orafce
Version: 4.14.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 646
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_4.14.4-1.pgdg+1_arm64.deb
Size: 127416
SHA256: 810d518861c4b3308fbdd6ef072940f713dfca779e18db9e8c12004815eaf93f
SHA1: 43100634677c588a5789217cacb747c74755a37d
MD5sum: 19a90e37246f8105953e7049bfeaf36b
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 4.14.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 330
Depends: postgresql-11-orafce (= 4.14.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_4.14.4-1.pgdg+1_arm64.deb
Size: 276116
SHA256: 043399ac3f96a94cc62454c3e3ed0fdc68dc73c7a1308825033df7c0acc4256c
SHA1: c8f728132567276f628a8c4128ccbb3ada42766c
MD5sum: 93a8d2b8b3abf182c12235bb9251c07d
Description: debug symbols for postgresql-11-orafce
Build-Ids: 2c0f39e70db71c3bdfa8e92ed383e5d5bd162f5c
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-11-pg-crash
Source: pg-crash
Version: 0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/cybertec-postgresql/pg_crash
Priority: optional
Section: database
Filename: pool/main/p/pg-crash/postgresql-11-pg-crash_0.2-1.pgdg+1_arm64.deb
Size: 6112
SHA256: 4955874e7b7aec98beaecc31c40489c1916cbd6a45720ef7af5c9709c7264851
SHA1: bcc09b36fc52b1093d91905c43fa52ecdf3b8200
MD5sum: a8d5016b59844f59a1c7ffce821bb6df
Description: Periodically crash your PostgreSQL database
 If your database is too reliable - pg_crash can kill it for you. pg_crash is
 an extension to PostgreSQL that periodically crashes your database
 infrastructure by sending kill (or other) signals to your DB processes and
 make them fail. It is ideal for HA and failover testing.
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-11-pg-crash-dbgsym
Source: pg-crash
Version: 0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-11-pg-crash (= 0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-crash/postgresql-11-pg-crash-dbgsym_0.2-1.pgdg+1_arm64.deb
Size: 14388
SHA256: 11df51ebde21d925062d3392bcb28543be91f3e5cf85f8cd6d953b7c9400e95d
SHA1: 12cda9e3108432f1a1ded43c0520cde8a9bcea58
MD5sum: 858316751e35161ebe81360d42a2a432
Description: debug symbols for postgresql-11-pg-crash
Build-Ids: 2cc743a35066591c5d7e2358bdcb91446ed0e857
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-11-pgextwlist
Source: pgextwlist
Version: 1.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-11, libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-11-pgextwlist_1.19-1.pgdg+1_arm64.deb
Size: 12920
SHA256: eac4dca62eda3a7eb4e6788d089eaadfbc8ff81f26c14471eafcb9743f8d58e1
SHA1: c7c7fa6b070953c9e5b7b98c3bd25eaeaaec3b25
MD5sum: ab9600415cbf786e4fb40ee148dee810
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.
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-11-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-11-pgextwlist (= 1.19-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-11-pgextwlist-dbgsym_1.19-1.pgdg+1_arm64.deb
Size: 46004
SHA256: 02b9d2ce1b24cee24534d8590d935c0de4be234bcc77889d82372978b5e27cec
SHA1: 4c0ba57835d5ccef46b25735f1ea49753da021db
MD5sum: 8e37f4c9906a2b0407c958a019c2fa8a
Description: debug symbols for postgresql-11-pgextwlist
Build-Ids: d74c75428ebfc62883f4bd8fe1826331771e2f74
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-11-powa
Source: powa-archivist
Version: 5.0.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1314
Depends: postgresql-contrib-11, postgresql-11, libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-11-powa_5.0.3-1.pgdg+1_arm64.deb
Size: 52336
SHA256: 50b5a22b2c8574bc8cdd0c852d099ffbdd45f60f9b8e04cfede35bb7ba996f8a
SHA1: bdcb5ecf6257f9f048c72f407732418a34437f69
MD5sum: 90cea706d557786eaccd2d202ac18ee7
Description: PostgreSQL Workload Analyzer -- PostgreSQL 11 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-11-powa-dbgsym
Source: powa-archivist
Version: 5.0.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-11-powa (= 5.0.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-11-powa-dbgsym_5.0.3-1.pgdg+1_arm64.deb
Size: 33964
SHA256: 9621d112c3ef20b63b5d095a04fca890468a41a6cf2189f8cd4198ea83d9f505
SHA1: 438b0051ddf8dcb0c0e0d840af2f003ee8578195
MD5sum: 1be94d0e538f107e804c742bae67b3bf
Description: debug symbols for postgresql-11-powa
Build-Ids: ef572141482c540daf89ec39b9a34338ed8e74b1
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-12-orafce
Source: orafce
Version: 4.14.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1241
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_4.14.4-1.pgdg+1_arm64.deb
Size: 377028
SHA256: e8a2461f2018588445a128b1d07d0817632fd8be583356218fc4ca33161e20e0
SHA1: 3c89b9019c4629e554587c781c238b2cc39a9083
MD5sum: 6b964598a35c537cb7dca8c91e1a51d7
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 4.14.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 333
Depends: postgresql-12-orafce (= 4.14.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_4.14.4-1.pgdg+1_arm64.deb
Size: 280956
SHA256: 78c543ea1516df2f6043ac9178a68688871033a315bdabc929d41f4c0d0172a4
SHA1: b6b72b1b9ac039d6ab2f62c199bfd9b55080ba4e
MD5sum: 810dee04fd1134393145358be51cee2d
Description: debug symbols for postgresql-12-orafce
Build-Ids: b0816b9f883f84429a5579c105e865f88509eab1
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-12-pg-crash
Source: pg-crash
Version: 0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/cybertec-postgresql/pg_crash
Priority: optional
Section: database
Filename: pool/main/p/pg-crash/postgresql-12-pg-crash_0.2-1.pgdg+1_arm64.deb
Size: 13104
SHA256: eeb6a649d0f989fcea3ccd6347f4babf2407ad006c1477e6a0afc6f0ff11cf9d
SHA1: 78d88289377b9d7833e557093b1cfd30628ef3fc
MD5sum: efab27f3b6a2f63801c2242660157de2
Description: Periodically crash your PostgreSQL database
 If your database is too reliable - pg_crash can kill it for you. pg_crash is
 an extension to PostgreSQL that periodically crashes your database
 infrastructure by sending kill (or other) signals to your DB processes and
 make them fail. It is ideal for HA and failover testing.
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-12-pg-crash-dbgsym
Source: pg-crash
Version: 0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-12-pg-crash (= 0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-crash/postgresql-12-pg-crash-dbgsym_0.2-1.pgdg+1_arm64.deb
Size: 14312
SHA256: 7d0554fd2cfbd2ce003a56ecb5335ab113b46e61b8ee4f167e4a501c60ae0464
SHA1: ebeb59e583481abbd34078d243d02bbf250ba034
MD5sum: c984148ccfa2c7f67eae4cbc339f70b8
Description: debug symbols for postgresql-12-pg-crash
Build-Ids: 6a7ed2eed7c67d673163ea0c9377f25c68b6cd93
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-12-pgextwlist
Source: pgextwlist
Version: 1.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-12-pgextwlist_1.19-1.pgdg+1_arm64.deb
Size: 29332
SHA256: 8711e3057909db0c32b4305632142653dbee1cbcba4e84e8d55a19752cc87783
SHA1: 5dbfbed007cff88f6751963b0894dd91512fd301
MD5sum: 9b6e5be9e1a01779d46f8e24569fb810
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.
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-12-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-12-pgextwlist (= 1.19-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-12-pgextwlist-dbgsym_1.19-1.pgdg+1_arm64.deb
Size: 47984
SHA256: 5ba2d6e34efce781e463201afd3152eeb5b3fe2aecd5122ecea9e6f971ead0e0
SHA1: a7f860b0950587b579466dffc8d0174df767e17a
MD5sum: a7d7c554aa444b7224f67799e212ec27
Description: debug symbols for postgresql-12-pgextwlist
Build-Ids: 574cf8ae37df22dfd94c314602c9e3cec5ed7401
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-12-powa
Source: powa-archivist
Version: 5.0.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1339
Depends: postgresql-contrib-12, postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-12-powa_5.0.3-1.pgdg+1_arm64.deb
Size: 65420
SHA256: ac62bb87dcd6d2d529cd75e52f6a58275525c95248a9b3bde06df213e0d15281
SHA1: 7d93efe6af3e120087df0b1290ffca0cbf904180
MD5sum: 9fd587eebb85bb6f4eb88433f5b5dea5
Description: PostgreSQL Workload Analyzer -- PostgreSQL 12 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-12-powa-dbgsym
Source: powa-archivist
Version: 5.0.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-12-powa (= 5.0.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-12-powa-dbgsym_5.0.3-1.pgdg+1_arm64.deb
Size: 35700
SHA256: 887f037ed5eb1ca3ceab989665e5909f79ab86208f193b97b3498a6fc05d403d
SHA1: b197b5084dc3ab3a096615696c254dde9000ba7e
MD5sum: c49df92b939be700ef50319d24860daf
Description: debug symbols for postgresql-12-powa
Build-Ids: b424a8b5404cc311a36e0e0954b0d27e09a80997
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-13-orafce
Source: orafce
Version: 4.14.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1238
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_4.14.4-1.pgdg+1_arm64.deb
Size: 376616
SHA256: 246db6cb4fd4450b9ce02fedecc910912441db0d2432ee6e86f94fb5ce830889
SHA1: fbc91a9c205ae104cef5504485165adb17041d60
MD5sum: e4dda816a7463bd04fedeb798f9a4bc6
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 4.14.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 338
Depends: postgresql-13-orafce (= 4.14.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_4.14.4-1.pgdg+1_arm64.deb
Size: 286448
SHA256: 861c53cbe47d814fbbede5e93f7799ab1895bd448ba26d145cbc09cf12c14ad9
SHA1: 707dbbd72fc97099aef0ec6054bf7564ab694379
MD5sum: a0c027d2266d5dd0502dbb74891f755f
Description: debug symbols for postgresql-13-orafce
Build-Ids: 4abd12a3193cc598aca8e572ca1614e940102e6d
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-13-pg-crash
Source: pg-crash
Version: 0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/cybertec-postgresql/pg_crash
Priority: optional
Section: database
Filename: pool/main/p/pg-crash/postgresql-13-pg-crash_0.2-1.pgdg+1_arm64.deb
Size: 13664
SHA256: c8bdf0c7bf31e376bf2f51a0805c84dacfa992c0aa9d1ad72213d3f0b14aa7a8
SHA1: d9f7794b5579ed6af4cc3471577761f8e97e91b5
MD5sum: 10b9e68a822d64860872f910cef7e06c
Description: Periodically crash your PostgreSQL database
 If your database is too reliable - pg_crash can kill it for you. pg_crash is
 an extension to PostgreSQL that periodically crashes your database
 infrastructure by sending kill (or other) signals to your DB processes and
 make them fail. It is ideal for HA and failover testing.
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-13-pg-crash-dbgsym
Source: pg-crash
Version: 0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-13-pg-crash (= 0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-crash/postgresql-13-pg-crash-dbgsym_0.2-1.pgdg+1_arm64.deb
Size: 14732
SHA256: 98a20c01c378beb2ba5a064373bd575d105d7ba2cfbcdaf104ff57d364194296
SHA1: 87bf627cdd8d1dfe39efcfb6f31a28147e4051d4
MD5sum: c1c441acab2df3327a68ca1ebb2ac66e
Description: debug symbols for postgresql-13-pg-crash
Build-Ids: 0059a7e0bfe45ff63c11e80ee052971dfd45e72c
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-13-pgextwlist
Source: pgextwlist
Version: 1.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-13-pgextwlist_1.19-1.pgdg+1_arm64.deb
Size: 29392
SHA256: 11c6b418f83222b25b1271879e71d5a0d429ef690e3698948c12079d44466111
SHA1: 6c3d7a1020bd0c1b9026e1dc6f4479385f376d60
MD5sum: 1033eefe2f426a9da87b278c6c018d6d
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.
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-13-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-13-pgextwlist (= 1.19-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-13-pgextwlist-dbgsym_1.19-1.pgdg+1_arm64.deb
Size: 54148
SHA256: c45fe25153882357d9b42eedee833361549675d75440a8cfdf35681c08d3fdd4
SHA1: d6dea3635d0514004a7e8e1e6740154b613d0327
MD5sum: 14e26aec779de12f23325294ef635f80
Description: debug symbols for postgresql-13-pgextwlist
Build-Ids: 1371d238e03bfd1b6cce41c90bbeace971103bc0
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-13-powa
Source: powa-archivist
Version: 5.0.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1339
Depends: postgresql-contrib-13, postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-13-powa_5.0.3-1.pgdg+1_arm64.deb
Size: 65460
SHA256: e1ca6cfb52253c31aca5cd411fab428d5c3a0609ffdd76221f66acd03c903e66
SHA1: b781d5fe0b556f59be009918e289e681f3800020
MD5sum: 224e52be59df6963388af8aa17eb52cb
Description: PostgreSQL Workload Analyzer -- PostgreSQL 13 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-13-powa-dbgsym
Source: powa-archivist
Version: 5.0.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-13-powa (= 5.0.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-13-powa-dbgsym_5.0.3-1.pgdg+1_arm64.deb
Size: 32732
SHA256: 0492cf25041f3308fd25855339ec5227cc48b5fe1b1e4fd1a7bbbec788b54520
SHA1: 5c8f31fb78a8cde9cf300835dbcb4fad36f1a56d
MD5sum: f19e39b344c197be1900135b531e7e5c
Description: debug symbols for postgresql-13-powa
Build-Ids: 0056f42bbc57ee1fc0c1052b0c5d6254419fde2d
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-14-orafce
Source: orafce
Version: 4.14.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1248
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_4.14.4-1.pgdg+1_arm64.deb
Size: 377720
SHA256: 334b1dcc1a46037cdb225055dec5bd8cd88de40985ece9449acdcd0687b7788f
SHA1: c1b81d23e3603e429aa2653b863ed92a45700843
MD5sum: d2ba35eeb362e000751e0971a116c37f
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 4.14.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 344
Depends: postgresql-14-orafce (= 4.14.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_4.14.4-1.pgdg+1_arm64.deb
Size: 292624
SHA256: 3590987fa71660b2c1c93f5def20dd38a969ffa41e3cc404ca0b99c3149d3333
SHA1: 0832706f01a50ec1345b7d8f84e697db3aaf90dc
MD5sum: ee777315a91c99d572df631a2231df62
Description: debug symbols for postgresql-14-orafce
Build-Ids: 939cf3aa7fbd5cca269a119d08acce62f46d879d
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-14-pg-crash
Source: pg-crash
Version: 0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/cybertec-postgresql/pg_crash
Priority: optional
Section: database
Filename: pool/main/p/pg-crash/postgresql-14-pg-crash_0.2-1.pgdg+1_arm64.deb
Size: 13744
SHA256: f1e57ad45b06c0630cd92aa3c8c3f8d45902b6f74aee3c6fd1faeeea427d060e
SHA1: 68553aa1b45cee7a62e588b657f281bb96a8d42a
MD5sum: 2b25102ca036dc66f762dffbf34f866d
Description: Periodically crash your PostgreSQL database
 If your database is too reliable - pg_crash can kill it for you. pg_crash is
 an extension to PostgreSQL that periodically crashes your database
 infrastructure by sending kill (or other) signals to your DB processes and
 make them fail. It is ideal for HA and failover testing.
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-14-pg-crash-dbgsym
Source: pg-crash
Version: 0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-14-pg-crash (= 0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-crash/postgresql-14-pg-crash-dbgsym_0.2-1.pgdg+1_arm64.deb
Size: 15096
SHA256: 10d0c7318d98fad206a011c955c355b9c9cdbefd1bfae036b650836240187905
SHA1: c5fd68bb670334fe7b50499762dbdc21a152882c
MD5sum: 0a594fd0a993a5cce2a89c1d7ded4880
Description: debug symbols for postgresql-14-pg-crash
Build-Ids: c0bc1e771464e3c9a04f9e3e77cf912dea577262
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-14-pgextwlist
Source: pgextwlist
Version: 1.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-14-pgextwlist_1.19-1.pgdg+1_arm64.deb
Size: 29872
SHA256: 84c3c3d5834dffa6a8df7b96fbc50361cc42533a2089bbc40b049966d8458708
SHA1: 9ec6a060aea69e0087bdf52848ca11623871c08b
MD5sum: 0a39a1f1b82079e5d400d4493aed1fe6
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.
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-14-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-14-pgextwlist (= 1.19-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-14-pgextwlist-dbgsym_1.19-1.pgdg+1_arm64.deb
Size: 55688
SHA256: 20c65167c920d3495c32d1ced1e4b5a30c4ae1908d2ad773f8691d952ff5426c
SHA1: c5d1ad3b301084664e12845c75190d3eb2ac860a
MD5sum: 34c5e95b02212bd5e8893166d163f304
Description: debug symbols for postgresql-14-pgextwlist
Build-Ids: c292c06c657949da74a6b049e6734a01aaee56de
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-14-powa
Source: powa-archivist
Version: 5.0.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1339
Depends: postgresql-contrib-14, postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-14-powa_5.0.3-1.pgdg+1_arm64.deb
Size: 65448
SHA256: f4ccef1a0ea1c013356bdb735095d6bfa4a761179766de107c2c3f71bcab93fd
SHA1: 6e96b29a1ebb25da80ebb0351cbb0f8e1b52ddc6
MD5sum: ce349030f559d60651cb4e671de3e8e9
Description: PostgreSQL Workload Analyzer -- PostgreSQL 14 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-14-powa-dbgsym
Source: powa-archivist
Version: 5.0.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-14-powa (= 5.0.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-14-powa-dbgsym_5.0.3-1.pgdg+1_arm64.deb
Size: 33724
SHA256: b868e0b901715095a02f1a58518f263e7ecb336fa139d4b9ccb902b85fc4e976
SHA1: 08333558433f20f62e4826774efe84038c43bfe3
MD5sum: 45babe9cb507c23f9ed619bad370bb51
Description: debug symbols for postgresql-14-powa
Build-Ids: 3c62d1119491305d694d02f982e03ceed4ff4865
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-15-orafce
Source: orafce
Version: 4.14.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1244
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-15-orafce_4.14.4-1.pgdg+1_arm64.deb
Size: 374728
SHA256: 0ea92727235ce6359c90d5fb192f8b5e06ca569d35e65d75a21064040c14cf10
SHA1: 0a1e5fb8fce640d98c1542c7f3ef274608e799d9
MD5sum: 3a21d3bed80a6a2d3adb5bb1c8734b1b
Description: Oracle support functions for PostgreSQL 15
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-15-orafce-dbgsym
Source: orafce
Version: 4.14.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 346
Depends: postgresql-15-orafce (= 4.14.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-15-orafce-dbgsym_4.14.4-1.pgdg+1_arm64.deb
Size: 295140
SHA256: 569543d344d1f58f1a5a4ca0e6d24208214af503e6657781cabcd1291d199507
SHA1: f3b41ac176a2f09ca96beec048f031bd2d4a24e3
MD5sum: 0b7eea0bbd4d5a5f4e1fca9b2a9566e2
Description: debug symbols for postgresql-15-orafce
Build-Ids: c7e5bc3544e68dbd3662c5b5157a1391c5181ff1
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-15-pg-crash
Source: pg-crash
Version: 0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/cybertec-postgresql/pg_crash
Priority: optional
Section: database
Filename: pool/main/p/pg-crash/postgresql-15-pg-crash_0.2-1.pgdg+1_arm64.deb
Size: 13768
SHA256: 3eaa7aee3b746459251ab595cb0a740e3e43676b2c6d6b44f54f313996d23457
SHA1: ce67e3359e651cf9d7cee92e4e11a53f5308f76b
MD5sum: a55ad028fc8f526f1622bb8da3b53b83
Description: Periodically crash your PostgreSQL database
 If your database is too reliable - pg_crash can kill it for you. pg_crash is
 an extension to PostgreSQL that periodically crashes your database
 infrastructure by sending kill (or other) signals to your DB processes and
 make them fail. It is ideal for HA and failover testing.
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-15-pg-crash-dbgsym
Source: pg-crash
Version: 0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-15-pg-crash (= 0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-crash/postgresql-15-pg-crash-dbgsym_0.2-1.pgdg+1_arm64.deb
Size: 15180
SHA256: 7780024ad66ae6955958077b8a3106ad8e4cfc9a897ddc076d8e09f11294148c
SHA1: 921a7997300ff555178ef9d40a1b917d0e99f049
MD5sum: bd6d9ffff97a4d168858778e20d91881
Description: debug symbols for postgresql-15-pg-crash
Build-Ids: 3841340fdcde38364a69103489751f5b1ec179b1
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-15-pgextwlist
Source: pgextwlist
Version: 1.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-15-pgextwlist_1.19-1.pgdg+1_arm64.deb
Size: 30464
SHA256: afaec25d51c5d214bb9096fb7b55b5bdac3456fc74c8a868a8d6afc2b0ac5c58
SHA1: aa63106c6080facef17832a89b1cc8421c8e29b8
MD5sum: 61fbf0b2b7a2655d7477780596afcc32
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.
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-15-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-15-pgextwlist (= 1.19-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-15-pgextwlist-dbgsym_1.19-1.pgdg+1_arm64.deb
Size: 54328
SHA256: bc690199c24cac294d564e40925be5b5ad0a3ce1e4f6771460663b4a516170b1
SHA1: 6d5e854f24c7a7d9a5022286e85f134b76588261
MD5sum: 05e1c1bcc68060aa50b698c72371dbcd
Description: debug symbols for postgresql-15-pgextwlist
Build-Ids: 1c72d2ecd908a84b2223a9da8d4db91659f46206
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-15-powa
Source: powa-archivist
Version: 5.0.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1337
Depends: postgresql-contrib-15, postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-15-powa_5.0.3-1.pgdg+1_arm64.deb
Size: 63580
SHA256: 6d9064dfa570a71ab33a4d6e9f1347e1dad0dfc9e82200adc30ada0d28787670
SHA1: 9411fee3d6b4ef7a75a8c907013684051ec2092c
MD5sum: f0594ec6ee2fe10c6a23d7a174a9cad3
Description: PostgreSQL Workload Analyzer -- PostgreSQL 15 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-15-powa-dbgsym
Source: powa-archivist
Version: 5.0.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-15-powa (= 5.0.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-15-powa-dbgsym_5.0.3-1.pgdg+1_arm64.deb
Size: 36776
SHA256: fd7422278bc53c6f76df870399c48e313d9d59127d1b23a6c285b4a862c4de9e
SHA1: 0f3e2af1bb8fa8dfaeb08184a14977ec7e6d8cfb
MD5sum: 168c5efccf7ab3d43fe979441fc1f317
Description: debug symbols for postgresql-15-powa
Build-Ids: f1cd8bbe5cb73a1a398d4488f555442a4787a42b
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.20.3+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12419
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.20.3+dfsg-1.pgdg+1_arm64.deb
Size: 379576
SHA256: 82750b28d9dd48bc734f24add88f0c774c70ee6eac29cfdd82115611abbdc6cd
SHA1: 9696748c06149b03a627f959700ecceb4d20f562
MD5sum: c8eceaaad98f7fd23e23a42f4e20ff32
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-15-timescaledb-dbgsym
Source: timescaledb
Version: 2.20.3+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1235
Depends: postgresql-15-timescaledb (= 2.20.3+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.20.3+dfsg-1.pgdg+1_arm64.deb
Size: 1110980
SHA256: e11d8f7b99336befa717a6dfece24da8f5bfa2fa1d025bfcf6599bf4b7a47488
SHA1: 25b71a7abb42a33f20ec8eb4cc66cf6d74e8618d
MD5sum: e1b89215f9cc1b9189495f8b816d57e0
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: 13a996e50ca8fd00f482bfa13eafc33025964b09 699abe292702c933e667c019c736e312cbba0082
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-16-orafce
Source: orafce
Version: 4.14.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1241
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-16-orafce_4.14.4-1.pgdg+1_arm64.deb
Size: 371300
SHA256: c82311a83c05ae3d7ccccf91283c5da4a2ca64ecf7df6962184c5c0bc1554219
SHA1: e8b46479e867eda7cd80746e9c6a6a49ee01bf48
MD5sum: 701f15e556af44e512b5d0e562580726
Description: Oracle support functions for PostgreSQL 16
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-16-orafce-dbgsym
Source: orafce
Version: 4.14.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 363
Depends: postgresql-16-orafce (= 4.14.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-16-orafce-dbgsym_4.14.4-1.pgdg+1_arm64.deb
Size: 311428
SHA256: 88d91ee53286f3e1fb66887f7177ac2c8197085a94c376e73db3466e50c29a76
SHA1: 60f2d0e0bd88aaec628a51a10153f5ec4a5743d8
MD5sum: 2fe5027b1bac28f9947448120d2aa550
Description: debug symbols for postgresql-16-orafce
Build-Ids: 1f30a1a70705384c9f40d8d99a0c1e505fa87f12
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-16-pg-crash
Source: pg-crash
Version: 0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/cybertec-postgresql/pg_crash
Priority: optional
Section: database
Filename: pool/main/p/pg-crash/postgresql-16-pg-crash_0.2-1.pgdg+1_arm64.deb
Size: 13672
SHA256: e79352f3e4eb079727d0f2a1f930bcfb992d0332dd4e82c4b52749fcb3a919c4
SHA1: 3a806a6615dc20f2dcaf30639737429086640f18
MD5sum: 5e62c5cd9ccb00ef3d92a78f26bc4c0d
Description: Periodically crash your PostgreSQL database
 If your database is too reliable - pg_crash can kill it for you. pg_crash is
 an extension to PostgreSQL that periodically crashes your database
 infrastructure by sending kill (or other) signals to your DB processes and
 make them fail. It is ideal for HA and failover testing.
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-16-pg-crash-dbgsym
Source: pg-crash
Version: 0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-16-pg-crash (= 0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-crash/postgresql-16-pg-crash-dbgsym_0.2-1.pgdg+1_arm64.deb
Size: 15372
SHA256: 7449013cf08fe9c66ff186fdcf77646da6725a2a84138f0b522622ae29c35f26
SHA1: 3864b43a6854995ac76aa4a98c048e1dee304cd5
MD5sum: 585103f7be273d1f277b84222b7936a8
Description: debug symbols for postgresql-16-pg-crash
Build-Ids: 9e0464814bc07339d72e8c051510f22477711b73
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-16-pgextwlist
Source: pgextwlist
Version: 1.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-16-pgextwlist_1.19-1.pgdg+1_arm64.deb
Size: 30268
SHA256: aba61ce68f71818d83d64e7f0fe7e10b92c02bcdffc5aca0e9f3ddbe32a15ec8
SHA1: eb2c3d977a1dcde759df9e0de191f1ea82aee844
MD5sum: 90d9a272ca3e49b8813c48bf1e783339
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.
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-16-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-16-pgextwlist (= 1.19-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-16-pgextwlist-dbgsym_1.19-1.pgdg+1_arm64.deb
Size: 55900
SHA256: 1c3d42a8495be28141cbbb7ce4c896d3b1a813be3c933e006be0a06e41df09d8
SHA1: 7c7e223f71a14c9809a402b49477f602676d0ed2
MD5sum: 098eea599e26216cd3d5c90cc513a7a6
Description: debug symbols for postgresql-16-pgextwlist
Build-Ids: 46167d5a15a3a636a1f68a6957d80ea63a2357fd
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-16-powa
Source: powa-archivist
Version: 5.0.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1337
Depends: postgresql-contrib-16, postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-16-powa_5.0.3-1.pgdg+1_arm64.deb
Size: 62908
SHA256: 748e4710aa8438a618310b9db30caefa3502cc2ca9f6fae1e5ebf7699c3ade16
SHA1: 192c79aaff907f25024f8554ab351692e3a04fe2
MD5sum: db40e4df30052452b804e0e8ba887c9f
Description: PostgreSQL Workload Analyzer -- PostgreSQL 16 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-16-powa-dbgsym
Source: powa-archivist
Version: 5.0.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: postgresql-16-powa (= 5.0.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-16-powa-dbgsym_5.0.3-1.pgdg+1_arm64.deb
Size: 37888
SHA256: 4df1ac255fca8a1a0caaefbc8499741dda88799725bf4c8885efab594c7604b6
SHA1: 5d322e1fb6b536a2f9775200ae89faf3947707ef
MD5sum: 260e180d0c6034c30e7f91597621164e
Description: debug symbols for postgresql-16-powa
Build-Ids: a40e2ef6aeb7d6665105fd399399e87b965dc245
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.20.3+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12355
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.20.3+dfsg-1.pgdg+1_arm64.deb
Size: 378492
SHA256: f1e065418abb6730ff708b44a76773e3d4b66793d7a239eedaab5c8db3beea82
SHA1: eec0c57841f9bf9bda5211365f66947d17aaffcd
MD5sum: c29be035503b00f7cebae7509addb446
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-16-timescaledb-dbgsym
Source: timescaledb
Version: 2.20.3+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1287
Depends: postgresql-16-timescaledb (= 2.20.3+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.20.3+dfsg-1.pgdg+1_arm64.deb
Size: 1165280
SHA256: 73a3217605819c58ee0d64ab5630bb14efa437b675f4d7526fa90ef6669c9d5e
SHA1: b60d1138e0aac634d9d318944ee05c5da4d4be1c
MD5sum: 2c431701cfd1307b1eaa7bf777390152
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: 15110d64f00949d487ebba7f0156323c5f97051d bfaa88ba222122fa2867ac5dfa50c65fd15c0da7
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-17-orafce
Source: orafce
Version: 4.14.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1241
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-17-orafce_4.14.4-1.pgdg+1_arm64.deb
Size: 370364
SHA256: 2bb91b3ff9bb192d02149aa2e300f0e1c2020f7a96d4e5c324754cea43efc2c3
SHA1: 55494aedad16bab00915bc3a9237acf0401d62fb
MD5sum: c79cbc3f51f3a72eec630e8702270664
Description: Oracle support functions for PostgreSQL 17
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-17-orafce-dbgsym
Source: orafce
Version: 4.14.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 368
Depends: postgresql-17-orafce (= 4.14.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-17-orafce-dbgsym_4.14.4-1.pgdg+1_arm64.deb
Size: 316076
SHA256: af5f4b6d7c6e72bf9948a630ffec57681c9135884c124184fb8e703ca59570e1
SHA1: fe7e9a4de479f6d44c4f4b2cf7f293b038faf923
MD5sum: 33f4e472e87c20eadad3426d7e04a5bc
Description: debug symbols for postgresql-17-orafce
Build-Ids: dafebc48f743a947413fbe7c3b707596118ed77e
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-17-pg-crash
Source: pg-crash
Version: 0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/cybertec-postgresql/pg_crash
Priority: optional
Section: database
Filename: pool/main/p/pg-crash/postgresql-17-pg-crash_0.2-1.pgdg+1_arm64.deb
Size: 13672
SHA256: 8c2eaa43bc10aba7d69d29c7634e5307a0e6eb4fdb95c446d8589e9ad196f59d
SHA1: 8fce26c646420bbe9c76d65d77040a3ddab1b2ee
MD5sum: c8c536aea2d5fc0c33eaebaf678a1aa7
Description: Periodically crash your PostgreSQL database
 If your database is too reliable - pg_crash can kill it for you. pg_crash is
 an extension to PostgreSQL that periodically crashes your database
 infrastructure by sending kill (or other) signals to your DB processes and
 make them fail. It is ideal for HA and failover testing.
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-17-pg-crash-dbgsym
Source: pg-crash
Version: 0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-17-pg-crash (= 0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-crash/postgresql-17-pg-crash-dbgsym_0.2-1.pgdg+1_arm64.deb
Size: 15680
SHA256: aa79b5d9753babfa62c35ee183243211c56267833f9a603d9799d035ace2784c
SHA1: e6e41a87d1fb04008b8e068902b79a282177aa28
MD5sum: c4ae4c5c820c9cb65dee42ad9173f600
Description: debug symbols for postgresql-17-pg-crash
Build-Ids: f78afffc6dd46b50e8cd8e205af1aedb5c1bd09f
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-17-pgextwlist
Source: pgextwlist
Version: 1.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-17-pgextwlist_1.19-1.pgdg+1_arm64.deb
Size: 30248
SHA256: 22b89ee2d70edb68d2cf6ed67dbeb35ae446000380023e7367de73482614f240
SHA1: bb6fb5a1b74366d20e2bb891229ec444da5b4ea5
MD5sum: c77967044f65e3463179847d2b97797b
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.
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-17-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-17-pgextwlist (= 1.19-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-17-pgextwlist-dbgsym_1.19-1.pgdg+1_arm64.deb
Size: 58800
SHA256: 91656a69a4f4fbdaa8501de2a84151c066d5243723f58ecc69ba64a4ac228160
SHA1: dec1ed5d9c5577cfd2f1ab3f9f8d5a5c2da2ac5f
MD5sum: 06ad06eb4efa3ffc8643a77a9b562a60
Description: debug symbols for postgresql-17-pgextwlist
Build-Ids: c706d6e2a8963de3ab3d5002e796292ebb6107cf
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-17-powa
Source: powa-archivist
Version: 5.0.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1337
Depends: postgresql-contrib-17, postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-17-powa_5.0.3-1.pgdg+1_arm64.deb
Size: 62968
SHA256: bd3e33f324e1fc4080dfa82a08e7cebb867abf19aa62e629415db2827e80bff5
SHA1: 3dfdb380b1603132f3db7b2250c9c92796f633d1
MD5sum: 4d3538010e3d7770aedf33c049f92d56
Description: PostgreSQL Workload Analyzer -- PostgreSQL 17 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-17-powa-dbgsym
Source: powa-archivist
Version: 5.0.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-17-powa (= 5.0.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-17-powa-dbgsym_5.0.3-1.pgdg+1_arm64.deb
Size: 41316
SHA256: d25c1d8f51e98c8a5b5c54f4a78749cb00676c386adb83d4362b1700bd3a6e8e
SHA1: d9b3f1345f483f6424579bb8cf0a22cc5f5fa264
MD5sum: ba9c27bb9a19d61785359e55aa5be178
Description: debug symbols for postgresql-17-powa
Build-Ids: 04c9733e6ebc1f76b00027686a2b73effffeb6a2
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.20.3+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12355
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.20.3+dfsg-1.pgdg+1_arm64.deb
Size: 378956
SHA256: 5737f3d52b9a255aa21aaca7a34ae4fb59a7ffd62e3cfd71706e2822e2457d12
SHA1: d6fb1289ec0a6015c204479acecafecd6b822b77
MD5sum: 3a405ddeddc4f6118346d4b2c6a41395
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-17-timescaledb-dbgsym
Source: timescaledb
Version: 2.20.3+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1291
Depends: postgresql-17-timescaledb (= 2.20.3+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.20.3+dfsg-1.pgdg+1_arm64.deb
Size: 1172516
SHA256: fbdad316e1228875b11f40fdce9ba5928512102f28869ef691e038aae128d9ea
SHA1: 8f55a04caf86cb16ccdef3bd3e63a43ce2bb1133
MD5sum: a891d4224e8fef56b06c62a92e44e505
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: 7daa0d6f071e810fba28379a2939f0e71fbbf5a4 a91dac330caa5a831e4b6cbe5fc807ffc51a34d2
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-18-orafce
Source: orafce
Version: 4.14.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1241
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-18-orafce_4.14.4-1.pgdg+1_arm64.deb
Size: 371168
SHA256: 77d1bbde9024882f1c35a3c16c4319aa6ba3e5bea1c932a36fb3f39253bb29a3
SHA1: 43fb6f752b0945c6196d45d58ddedc3e3c433af3
MD5sum: 1d433f7b7e3869d04b920593635af268
Description: Oracle support functions for PostgreSQL 18
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-18-orafce-dbgsym
Source: orafce
Version: 4.14.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 376
Depends: postgresql-18-orafce (= 4.14.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-18-orafce-dbgsym_4.14.4-1.pgdg+1_arm64.deb
Size: 324348
SHA256: 094a4aa2271ca466e22e11ba6e544fd16e640abf051a7055597bcc3936082aff
SHA1: 322a2724ae7217219d1c3d2aecbb8fb2120f6e8f
MD5sum: 74c2ece82f43ca6ce31612337feb1585
Description: debug symbols for postgresql-18-orafce
Build-Ids: 75c67f472e05d952efa5a550b440f7774fd89dc9
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-18-pg-crash
Source: pg-crash
Version: 0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/cybertec-postgresql/pg_crash
Priority: optional
Section: database
Filename: pool/main/p/pg-crash/postgresql-18-pg-crash_0.2-1.pgdg+1_arm64.deb
Size: 13704
SHA256: ee9b65fa02fbbcccd8248b497cd8b52e88d3c07ddf9d94688ab3ae77a9c6c599
SHA1: c0ece74bb4e9a50116f3221e037a5d8f232b17ba
MD5sum: eea391deeefb99cb8136abd5fd2c3b44
Description: Periodically crash your PostgreSQL database
 If your database is too reliable - pg_crash can kill it for you. pg_crash is
 an extension to PostgreSQL that periodically crashes your database
 infrastructure by sending kill (or other) signals to your DB processes and
 make them fail. It is ideal for HA and failover testing.
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-18-pg-crash-dbgsym
Source: pg-crash
Version: 0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-18-pg-crash (= 0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-crash/postgresql-18-pg-crash-dbgsym_0.2-1.pgdg+1_arm64.deb
Size: 15908
SHA256: 75b17f65bb7f9f9d838ee8959a62ac70cce7aec70aa26586c94916dfcd77e9eb
SHA1: 8eb12f1fe410ee63357a8fb8bd3f04b31b6d9357
MD5sum: f4122b46f359cd3f35eae93688eb4054
Description: debug symbols for postgresql-18-pg-crash
Build-Ids: f96193cc9f1119bc393a175ac543941722783bae
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-18-pgextwlist
Source: pgextwlist
Version: 1.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-18, libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-18-pgextwlist_1.19-1.pgdg+1_arm64.deb
Size: 30232
SHA256: 7f0118258667765634d97ad7653dd7ac3fa836af2fd1fe2767e432d8fe7eb977
SHA1: ea7c1efa810d9763d371f2d27cc28bed0c64af7c
MD5sum: f98d9edca3957ca17b1ac1f3a73a70e4
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.
Timestamp: 2025-06-12 16:35:19+00

Package: postgresql-18-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-18-pgextwlist (= 1.19-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-18-pgextwlist-dbgsym_1.19-1.pgdg+1_arm64.deb
Size: 60232
SHA256: 1af7be2e40c0556c5c238f96440fae64213961499a33c692442f7712b7178f56
SHA1: b52ed99d50aacae43c548d933f4b92677394c95d
MD5sum: 2ab05cb5d51ac67d225d2964661a13fa
Description: debug symbols for postgresql-18-pgextwlist
Build-Ids: d17ff83106823ce0da6bdc6582916a0307220447
Timestamp: 2025-06-12 16:35:19+00

Package: libpostgresql-jdbc-java
Source: libpgjava
Version: 42.7.7-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 1107
Provides: libpg-java, libpgjava
Built-Using: libscram-java (= 3.1-1.pgdg+1)
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: java
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java_42.7.7-1.pgdg+1_all.deb
Size: 1025880
SHA256: 50a907dacc887f368295a6a33f3793a13e65ad54fc986629b34541c1ef6c32d1
SHA1: 0e3e31ac37ad9a724e51c7f662676cdbf9e8da3f
MD5sum: f94454f8092188f49d8de57dcd8040d2
Description: Java database (JDBC) driver for PostgreSQL
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
Timestamp: 2025-06-13 15:22:16+00

Package: pgtop
Version: 4.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 158
Depends: libc6 (>= 2.38), libpq5 (>= 9.0~), libtinfo6 (>= 6)
Enhances: postgresql
Breaks: ptop (<< 3.7.0-1~)
Replaces: ptop (<< 3.7.0-1~)
Homepage: https://gitlab.com/pg_top/pg_top
Priority: optional
Section: database
Filename: pool/main/p/pgtop/pgtop_4.1.2-1.pgdg+1_arm64.deb
Size: 46080
SHA256: e3d901d700d9cc314e96ebb5c0949c7df61e3d967b88f7d4e82277c73db52a35
SHA1: a98bbb7095e740df83184ad31a4fac96724a822e
MD5sum: d066a6e175dec0826c5939f6c58b6b4d
Description: PostgreSQL performance monitoring tool akin to top
 pg_top is 'top' for PostgreSQL.
 .
  * Monitor PostgreSQL processes.
  * View currently running SQL statement of a process.
  * View query plan of a currently running SELECT statement.
  * View locks held by a process.
  * View I/O statistics per process.
  * View replication statistics for downstream nodes.
Timestamp: 2025-06-13 15:22:16+00

Package: pgtop-dbgsym
Source: pgtop
Version: 4.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 230
Depends: pgtop (= 4.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtop/pgtop-dbgsym_4.1.2-1.pgdg+1_arm64.deb
Size: 108152
SHA256: 45b21fcdd7a275e04b2ea3f121b89c0de87a86f9cc017fa9c7260b3316bcec1f
SHA1: 125b4824045db252ddc9389c8e49f1e95b1527eb
MD5sum: 95b3355ed07a16656cbc73d04dbd01a6
Description: debug symbols for pgtop
Build-Ids: da3fb0931c5ab34640c4e1b9c492a806d26c8eb4
Timestamp: 2025-06-13 15:22:16+00

Package: postgresql-11-pg-crash
Source: pg-crash
Version: 0.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/cybertec-postgresql/pg_crash
Priority: optional
Section: database
Filename: pool/main/p/pg-crash/postgresql-11-pg-crash_0.3-1.pgdg+1_arm64.deb
Size: 6148
SHA256: cb110fb62d4c44cecfe1c87d38d10cb33627e1bd84948b9c2da28e02aec82879
SHA1: 85973d82d5eddb092390fb323037b85edc71c4ff
MD5sum: 572b65cc360eede20a58e16950e66763
Description: Periodically crash your PostgreSQL database
 If your database is too reliable - pg_crash can kill it for you. pg_crash is
 an extension to PostgreSQL that periodically crashes your database
 infrastructure by sending kill (or other) signals to your DB processes and
 make them fail. It is ideal for HA and failover testing.
Timestamp: 2025-06-13 15:22:16+00

Package: postgresql-11-pg-crash-dbgsym
Source: pg-crash
Version: 0.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-11-pg-crash (= 0.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-crash/postgresql-11-pg-crash-dbgsym_0.3-1.pgdg+1_arm64.deb
Size: 14392
SHA256: f6ea180e122228415c202b88216bf2f75ac8bbd86b9fa742a811af8766e0e858
SHA1: f745a564243dbc5d389b230839984bcca67b3282
MD5sum: 2c40584e01872afb90cb4761fc3fcd30
Description: debug symbols for postgresql-11-pg-crash
Build-Ids: f4f6e2ff0338e6a6cfff40438cf262743037b5ed
Timestamp: 2025-06-13 15:22:16+00

Package: postgresql-12-pg-crash
Source: pg-crash
Version: 0.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/cybertec-postgresql/pg_crash
Priority: optional
Section: database
Filename: pool/main/p/pg-crash/postgresql-12-pg-crash_0.3-1.pgdg+1_arm64.deb
Size: 13180
SHA256: 039e555bb3ffc2cb8cb84d55404ddcbc210d7e6b87227f9500bc192ae8fae143
SHA1: 565ff885d97f38636076911b19bdc9920b8533e1
MD5sum: a9b90b0aaa7f0f354a443551333d3f4d
Description: Periodically crash your PostgreSQL database
 If your database is too reliable - pg_crash can kill it for you. pg_crash is
 an extension to PostgreSQL that periodically crashes your database
 infrastructure by sending kill (or other) signals to your DB processes and
 make them fail. It is ideal for HA and failover testing.
Timestamp: 2025-06-13 15:22:16+00

Package: postgresql-12-pg-crash-dbgsym
Source: pg-crash
Version: 0.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-12-pg-crash (= 0.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-crash/postgresql-12-pg-crash-dbgsym_0.3-1.pgdg+1_arm64.deb
Size: 14276
SHA256: c3cc913c8ea16bfaa5ae1b19f1e81f0c518f2f22692e4ca638e519c37e943d17
SHA1: f09914d6a9ac7b0cb8ee84ff313e513c3090e90e
MD5sum: 42d940f783f3568b3eb48cfd14c5b607
Description: debug symbols for postgresql-12-pg-crash
Build-Ids: c53c4b59ad784667d4dd7a1dd0686b146b02156b
Timestamp: 2025-06-13 15:22:16+00

Package: postgresql-13-pg-crash
Source: pg-crash
Version: 0.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/cybertec-postgresql/pg_crash
Priority: optional
Section: database
Filename: pool/main/p/pg-crash/postgresql-13-pg-crash_0.3-1.pgdg+1_arm64.deb
Size: 13712
SHA256: 57db86bcaed99144bf0e83ff495f524efde41281a78fe3fd01639f3c1451e843
SHA1: 76f934335b9dfb3fb4c637ac0bd00a314a5ea98f
MD5sum: 98b9b8aabd436f1391b2a5c92adf8674
Description: Periodically crash your PostgreSQL database
 If your database is too reliable - pg_crash can kill it for you. pg_crash is
 an extension to PostgreSQL that periodically crashes your database
 infrastructure by sending kill (or other) signals to your DB processes and
 make them fail. It is ideal for HA and failover testing.
Timestamp: 2025-06-13 15:22:16+00

Package: postgresql-13-pg-crash-dbgsym
Source: pg-crash
Version: 0.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-13-pg-crash (= 0.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-crash/postgresql-13-pg-crash-dbgsym_0.3-1.pgdg+1_arm64.deb
Size: 14700
SHA256: b8b1a1e545f97cc3d3432d0ef250f88caff646487def20b9ee5b5f7c47e408ad
SHA1: 012caa6bc077b1735e6967098bdea3ca6a6bf6a9
MD5sum: f8b1e63107c1180df3f565f450739b10
Description: debug symbols for postgresql-13-pg-crash
Build-Ids: 362afdb7d502c24a3455db96eed07e750cc0b4f8
Timestamp: 2025-06-13 15:22:16+00

Package: postgresql-14-pg-crash
Source: pg-crash
Version: 0.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/cybertec-postgresql/pg_crash
Priority: optional
Section: database
Filename: pool/main/p/pg-crash/postgresql-14-pg-crash_0.3-1.pgdg+1_arm64.deb
Size: 13792
SHA256: e608a1242418159afbc9d0fcb33d72ac981ccf3527d90b55753cb888baa3d005
SHA1: 1d4991be992925cca005a21bad1f93cf56f09d67
MD5sum: 0265c78b675bfdac8e4e4f93aa0266be
Description: Periodically crash your PostgreSQL database
 If your database is too reliable - pg_crash can kill it for you. pg_crash is
 an extension to PostgreSQL that periodically crashes your database
 infrastructure by sending kill (or other) signals to your DB processes and
 make them fail. It is ideal for HA and failover testing.
Timestamp: 2025-06-13 15:22:16+00

Package: postgresql-14-pg-crash-dbgsym
Source: pg-crash
Version: 0.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-14-pg-crash (= 0.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-crash/postgresql-14-pg-crash-dbgsym_0.3-1.pgdg+1_arm64.deb
Size: 15088
SHA256: 4a4fb482807984889ad524ce175d62ead2f0ae75ad2bad41dbefb28701a0cca4
SHA1: 34a940950442b7acdc0863c2b17fff0cc4f498b3
MD5sum: c5363ff5d0df7bc3000e726cad08ba62
Description: debug symbols for postgresql-14-pg-crash
Build-Ids: 274454dfca72451103b6c1b32159f20fa78def56
Timestamp: 2025-06-13 15:22:16+00

Package: postgresql-15-pg-crash
Source: pg-crash
Version: 0.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/cybertec-postgresql/pg_crash
Priority: optional
Section: database
Filename: pool/main/p/pg-crash/postgresql-15-pg-crash_0.3-1.pgdg+1_arm64.deb
Size: 13820
SHA256: f7ae5e37ba78580bada72b230dfd9fd198cfa1f3689331663138e0971a19302b
SHA1: 54b7c854b4c77187c7fad7c2066d1ec084834eb4
MD5sum: 6eaa1e3e91e7a301cf6fe36f27580a85
Description: Periodically crash your PostgreSQL database
 If your database is too reliable - pg_crash can kill it for you. pg_crash is
 an extension to PostgreSQL that periodically crashes your database
 infrastructure by sending kill (or other) signals to your DB processes and
 make them fail. It is ideal for HA and failover testing.
Timestamp: 2025-06-13 15:22:16+00

Package: postgresql-15-pg-crash-dbgsym
Source: pg-crash
Version: 0.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-15-pg-crash (= 0.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-crash/postgresql-15-pg-crash-dbgsym_0.3-1.pgdg+1_arm64.deb
Size: 15188
SHA256: d7effbbfed3d61e49b38c92d90f2afdde68fca161cd462785ccf4f2122c533ae
SHA1: 1e53e529ab34d44aaa93bb9a51d8514bb276cb30
MD5sum: b298730393739b5d9ce3a301fca6f5a5
Description: debug symbols for postgresql-15-pg-crash
Build-Ids: ca0d47c70016cc137c4285c3abb933234ae3c51b
Timestamp: 2025-06-13 15:22:16+00

Package: postgresql-16-pg-crash
Source: pg-crash
Version: 0.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/cybertec-postgresql/pg_crash
Priority: optional
Section: database
Filename: pool/main/p/pg-crash/postgresql-16-pg-crash_0.3-1.pgdg+1_arm64.deb
Size: 13712
SHA256: dc5b977a360a424570c8747c1ac44c3ca39d8649c5d4b259aea370317ec1b832
SHA1: 0fedfcfb105176a0be9d310bdc5a87af3d7f97a8
MD5sum: d1dd28138c1c1441141a7e4e90175fb1
Description: Periodically crash your PostgreSQL database
 If your database is too reliable - pg_crash can kill it for you. pg_crash is
 an extension to PostgreSQL that periodically crashes your database
 infrastructure by sending kill (or other) signals to your DB processes and
 make them fail. It is ideal for HA and failover testing.
Timestamp: 2025-06-13 15:22:16+00

Package: postgresql-16-pg-crash-dbgsym
Source: pg-crash
Version: 0.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-16-pg-crash (= 0.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-crash/postgresql-16-pg-crash-dbgsym_0.3-1.pgdg+1_arm64.deb
Size: 15380
SHA256: 509c18a7b3f7d3365989e0ef5745e30c2bba3b9378e0a72b090c5fb9f7e22b3f
SHA1: 5e9cf000122cc7732f8442b08d05a20a82e92d41
MD5sum: 19cd4f2efcc1fe545a51f8bf734596ab
Description: debug symbols for postgresql-16-pg-crash
Build-Ids: 3e1aad5c43c1163a2fe17042e20e727f3b730a3b
Timestamp: 2025-06-13 15:22:16+00

Package: postgresql-17-pg-crash
Source: pg-crash
Version: 0.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/cybertec-postgresql/pg_crash
Priority: optional
Section: database
Filename: pool/main/p/pg-crash/postgresql-17-pg-crash_0.3-1.pgdg+1_arm64.deb
Size: 13716
SHA256: 7e40354103d1a4025fd5445dc43e1a2fc3484cdaff088e7dfcdc822b54f1432f
SHA1: c1167cdb6694797e10dc90f8726f8d713ba073e9
MD5sum: df2eaae9a03ffa81d34a5afa222753de
Description: Periodically crash your PostgreSQL database
 If your database is too reliable - pg_crash can kill it for you. pg_crash is
 an extension to PostgreSQL that periodically crashes your database
 infrastructure by sending kill (or other) signals to your DB processes and
 make them fail. It is ideal for HA and failover testing.
Timestamp: 2025-06-13 15:22:16+00

Package: postgresql-17-pg-crash-dbgsym
Source: pg-crash
Version: 0.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-17-pg-crash (= 0.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-crash/postgresql-17-pg-crash-dbgsym_0.3-1.pgdg+1_arm64.deb
Size: 15676
SHA256: e40e843e4c40d28e2494e8ab9d790fd6fa0224468a86d67538e0c0607d993fb6
SHA1: 8a9b2c1a54b04a0887720942648e5dd3df072689
MD5sum: a1ebac74d0461f574164263b4c878455
Description: debug symbols for postgresql-17-pg-crash
Build-Ids: 528ea8774b90030e337f73103a22e7120e6639c3
Timestamp: 2025-06-13 15:22:16+00

Package: postgresql-18-pg-crash
Source: pg-crash
Version: 0.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/cybertec-postgresql/pg_crash
Priority: optional
Section: database
Filename: pool/main/p/pg-crash/postgresql-18-pg-crash_0.3-1.pgdg+1_arm64.deb
Size: 13752
SHA256: adcf4fc50888e993782ae6be5271c4bd1124acfe0d12d43ecabdfd22c3d78703
SHA1: a3197a8ba5e02dcaf185992db90d8bc80aa4b1b4
MD5sum: 4550d8bdf28f01851ebc1127f313f45a
Description: Periodically crash your PostgreSQL database
 If your database is too reliable - pg_crash can kill it for you. pg_crash is
 an extension to PostgreSQL that periodically crashes your database
 infrastructure by sending kill (or other) signals to your DB processes and
 make them fail. It is ideal for HA and failover testing.
Timestamp: 2025-06-13 15:22:16+00

Package: postgresql-18-pg-crash-dbgsym
Source: pg-crash
Version: 0.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-18-pg-crash (= 0.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-crash/postgresql-18-pg-crash-dbgsym_0.3-1.pgdg+1_arm64.deb
Size: 15900
SHA256: 3c2ad118a05fe1946dd14c7b738c89620257158152a9826490c859f8b5d8dbc2
SHA1: 93e0c204ab30c682acf9d61bde72144414cd2de4
MD5sum: ed969223007fc7e997ef9614351a43c0
Description: debug symbols for postgresql-18-pg-crash
Build-Ids: 06a5801afb88100042841d259035ad6ed47558ab
Timestamp: 2025-06-13 15:22:16+00

Package: libh3-1
Source: libh3
Version: 4.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: https://h3geo.org/
Priority: optional
Section: database
Filename: pool/main/libh/libh3/libh3-1_4.3.0-1.pgdg+1_arm64.deb
Size: 61776
SHA256: a5f906b68e57e0d294a1211ac9f3db2c40ed0e6ee071e3ef0e5ff6d13491d227
SHA1: 66713a25ad2c88d84b7020585acd321b72e54184
MD5sum: ce49735f4a2daf8ab07d79859b978b40
Description: Hexagonal hierarchical geospatial indexing system - library
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the shared library.
Timestamp: 2025-06-18 15:42:59+00

Package: libh3-1-dbgsym
Source: libh3
Version: 4.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: libh3-1 (= 4.3.0-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libh/libh3/libh3-1-dbgsym_4.3.0-1.pgdg+1_arm64.deb
Size: 92092
SHA256: 53a7b2244b998ddcecc63a4b1dc7af22b8ddb5d3ae8013967579dc221b4c6a54
SHA1: 64925cdd299f346fa29d27ab42373d2469345252
MD5sum: fb4ade856ee7781ba7110836041e1cb8
Description: debug symbols for libh3-1
Build-Ids: 8d38b914c786ec3aa4a75b568995080ffbcfba6b
Timestamp: 2025-06-18 15:42:59+00

Package: libh3-bin
Source: libh3
Version: 4.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 929
Depends: libh3-1 (= 4.3.0-1.pgdg+1), libc6 (>= 2.34)
Multi-Arch: foreign
Homepage: https://h3geo.org/
Priority: optional
Section: database
Filename: pool/main/libh/libh3/libh3-bin_4.3.0-1.pgdg+1_arm64.deb
Size: 66824
SHA256: 5beff8d96a230c48151285baefee64d76dcca220cb452062c8f893968b0ed0f0
SHA1: ef07e1d57f7d3ed2506bc52d9ebb4e25182124bd
MD5sum: 9b5a6b0dba01b87fde9ba1a82c12934a
Description: Hexagonal hierarchical geospatial indexing system - CLI programs
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains CLI front-end programs.
Timestamp: 2025-06-18 15:42:59+00

Package: libh3-bin-dbgsym
Source: libh3
Version: 4.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 642
Depends: libh3-bin (= 4.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/libh/libh3/libh3-bin-dbgsym_4.3.0-1.pgdg+1_arm64.deb
Size: 247936
SHA256: dc418c5cd93e5f5ab0163b09d7027ef5b98b4b2fb68fa0a5a8e483394e8ef212
SHA1: 06dfa3567d5b2bced3872aae65443ac24f4ed957
MD5sum: 160dde1d949d80d418201b5f8066caf3
Description: debug symbols for libh3-bin
Build-Ids: 20d2328cc67625fd9748fe15d81273df1931d801 3f845d646c4dbd72d39c6596c97dbaba660fa0e0 60f7a01c777b9c3afaca004226c174ebf082889b 66116846ffe50ef5e4d267779215bacda8a359c1 71da279b7a0404baa462d6894040a285dd5fa266 7292486a0eba8f597185e0bc0222388f2f34c7b6 9953d7a856558f5f97c203a9eb7e9009bdcc37f7 9a9682aa3de187e9a02788a347a312b207fa664b 9ebcb8aedf2ed6fae4066d269122b185d1ad3f69 9f45edb79ebde1038f27b5d72177e45225bb8c5b d3c1330821a99be60bef9bde282ce9a7e8bd00a9 fac39ae0b57ebecad53e7772df8d64f71bacac47
Timestamp: 2025-06-18 15:42:59+00

Package: libh3-dev
Source: libh3
Version: 4.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: libh3-1 (= 4.3.0-1.pgdg+1)
Homepage: https://h3geo.org/
Priority: optional
Section: database
Filename: pool/main/libh/libh3/libh3-dev_4.3.0-1.pgdg+1_arm64.deb
Size: 27500
SHA256: f6e6e55944669a6b972525533e75b4933a656ca8617dfc4e601a8f59e27ac831
SHA1: 0ae94e08e9581ae91052cc5caf21fb9138195b26
MD5sum: a4e79bc3bbb24282484cdd84dba7e8c4
Description: Hexagonal hierarchical geospatial indexing system - header files
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the development headers.
Timestamp: 2025-06-18 15:42:59+00

Package: postgresql-12-pgtt
Source: pgtt
Version: 4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 191
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-12-pgtt_4.3-1.pgdg+1_arm64.deb
Size: 57856
SHA256: 8c9fe89ff3b36fd5593aa1e3b2537d1c7134dbdbf4f7698b344c6edaea9d3e32
SHA1: 308220219f3a534c0c0d3926e6fb4df3dbd06a55
MD5sum: 39ea78abdbb562a093f2b0e11a51d184
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2025-06-18 15:42:59+00

Package: postgresql-12-pgtt-dbgsym
Source: pgtt
Version: 4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-12-pgtt (= 4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-12-pgtt-dbgsym_4.3-1.pgdg+1_arm64.deb
Size: 69456
SHA256: 884487b547cd1cbb20d5fb7d022b7b04e3b0fdaac64f1f27a892c5f4dac1dfb6
SHA1: 56205168948caafe02f8e465a877cc405134441f
MD5sum: 12a7aba8b54278730266fe719db25290
Description: debug symbols for postgresql-12-pgtt
Build-Ids: 85a0d8a8e47b017d1559b2cd8af6b505eca56df0
Timestamp: 2025-06-18 15:42:59+00

Package: postgresql-13-pgtt
Source: pgtt
Version: 4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-13-pgtt_4.3-1.pgdg+1_arm64.deb
Size: 59448
SHA256: 2debbbc2e582784f8f2dc4987902d3cc3c2504636d760ed0f5457d7946356ced
SHA1: dce9535c66085449a49b50229c26e892e9ff8908
MD5sum: 446a8fdc41f5aadfcde69d13140183ef
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2025-06-18 15:42:59+00

Package: postgresql-13-pgtt-dbgsym
Source: pgtt
Version: 4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 91
Depends: postgresql-13-pgtt (= 4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-13-pgtt-dbgsym_4.3-1.pgdg+1_arm64.deb
Size: 74728
SHA256: 3cc61f3036ba457f13061786d1a976a4abe192f24dcd5fde3d795aef9e3d7aee
SHA1: be4dc07b140f3a9cc55306157857e6c730f956e8
MD5sum: 4197e1d6cbd155b791eeea3ef304770f
Description: debug symbols for postgresql-13-pgtt
Build-Ids: 7ccb54bfb9480260310f8fddab10af18617503d1
Timestamp: 2025-06-18 15:42:59+00

Package: postgresql-14-pgtt
Source: pgtt
Version: 4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-14-pgtt_4.3-1.pgdg+1_arm64.deb
Size: 60168
SHA256: de85ad5a8a771cb3bb9e0382cb465f9a2fa42ebff9a8f6c27691503cd1108830
SHA1: ba0bbde5c865b41ec3bbb28533f6f4a72d27ab24
MD5sum: 4334c3fc42310c57da653d8122613a98
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2025-06-18 15:42:59+00

Package: postgresql-14-pgtt-dbgsym
Source: pgtt
Version: 4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-14-pgtt (= 4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-14-pgtt-dbgsym_4.3-1.pgdg+1_arm64.deb
Size: 77912
SHA256: 2202111dc1ca50026dfe9e573b0e9e1a69f547bb5e0432c90b79a49f02459717
SHA1: 60f61486ea7e49612be66ff8abec6c661c96c55b
MD5sum: 4710066c8ef6e56fe5794eed6b2941c5
Description: debug symbols for postgresql-14-pgtt
Build-Ids: db736c4dfa83d6df88fbe021f0e732057626cb88
Timestamp: 2025-06-18 15:42:59+00

Package: postgresql-15-pgtt
Source: pgtt
Version: 4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-15-pgtt_4.3-1.pgdg+1_arm64.deb
Size: 60304
SHA256: 8bccdd6e556689dfcbd68c5aa4103880979a43a5264867893df7557dab911081
SHA1: 17c2c05eab2d9bfea6cf30ae4119755e6dfabb93
MD5sum: ed6194c843f5c28186659d23d47ce5d8
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2025-06-18 15:42:59+00

Package: postgresql-15-pgtt-dbgsym
Source: pgtt
Version: 4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-15-pgtt (= 4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-15-pgtt-dbgsym_4.3-1.pgdg+1_arm64.deb
Size: 78960
SHA256: 2677ebd5b2769f05b37efb193e1f0855e8b1b3f8dd0334e8d90b378a3fd5c48e
SHA1: 033d069016ef0c96b90f0d951b038dc161901f5f
MD5sum: 7864335538d9ec19df5ec135c9dccd5c
Description: debug symbols for postgresql-15-pgtt
Build-Ids: 85b7d0f503617171c9bf977272ab1083233cffcf
Timestamp: 2025-06-18 15:42:59+00

Package: postgresql-16-pgtt
Source: pgtt
Version: 4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-16-pgtt_4.3-1.pgdg+1_arm64.deb
Size: 60136
SHA256: 32f897340b6760eeab2e5038cec9074c30f2f622aa1d1cf8c3078a9baaec7356
SHA1: 555a3395bb192638e95a15cd40665e131baa7fe1
MD5sum: b3cce480c2f08e544a975b69dcee97d7
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2025-06-18 15:42:59+00

Package: postgresql-16-pgtt-dbgsym
Source: pgtt
Version: 4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-16-pgtt (= 4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-16-pgtt-dbgsym_4.3-1.pgdg+1_arm64.deb
Size: 80340
SHA256: e4553d87ef0787d7dcfd7500ccbf70a0ab9222ddeb27bd53beb9e499d5a85230
SHA1: 3621f95057910a6208c4dfd5971f494f76a28030
MD5sum: 6de032e763586b42e6a8b516597e3b02
Description: debug symbols for postgresql-16-pgtt
Build-Ids: 34e82d1a73516e06a68382c209cc69a11c780536
Timestamp: 2025-06-18 15:42:59+00

Package: postgresql-17-pgtt
Source: pgtt
Version: 4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-17-pgtt_4.3-1.pgdg+1_arm64.deb
Size: 60068
SHA256: 077f7527fe74d5113f65846a70a3a02e667aa8ad8ebd995aa62967af94c2f7a8
SHA1: 8b88a311e91fa8ff444d750cc6588032490e4d1c
MD5sum: 5c172d0fdebee3740692d0a3e00811d6
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2025-06-18 15:42:59+00

Package: postgresql-17-pgtt-dbgsym
Source: pgtt
Version: 4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-17-pgtt (= 4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-17-pgtt-dbgsym_4.3-1.pgdg+1_arm64.deb
Size: 81780
SHA256: e4ce6d30331901117f7a1db1e342a4f6c4585e2bafc876500adaf6db3647b006
SHA1: 689fd72df6bfde5b79933d4d0abef59c1aa9a23e
MD5sum: 6ec09017ab18fee5e1542b4ce6ae07f5
Description: debug symbols for postgresql-17-pgtt
Build-Ids: b485fd231c752e45d37d82e9b3546b66c0ecf6ca
Timestamp: 2025-06-18 15:42:59+00

Package: postgresql-18-pgtt
Source: pgtt
Version: 4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-18, libc6 (>= 2.17)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-18-pgtt_4.3-1.pgdg+1_arm64.deb
Size: 60128
SHA256: 913775c79eacd52a32c7c2f10a1e77fb2e0df605eace3353510285dc41ee1b15
SHA1: 12e11ddf9a11cf86699740630f14b6c4bdc3eb9d
MD5sum: 42f73e7e4a5d0175e698166daa788e49
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2025-06-18 15:42:59+00

Package: postgresql-18-pgtt-dbgsym
Source: pgtt
Version: 4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: postgresql-18-pgtt (= 4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-18-pgtt-dbgsym_4.3-1.pgdg+1_arm64.deb
Size: 82892
SHA256: fb1b6f556bd0a4185af247eac676e0ef7323f8a629b465ff51f0b70cb60ab111
SHA1: 00686adabef86d432ff50cc96f57615fb62bd125
MD5sum: 8a5a91144efe58dcde49993a893156ea
Description: debug symbols for postgresql-18-pgtt
Build-Ids: 72880f2a3c6aa0ce4d92c16066a6c09408b74e0f
Timestamp: 2025-06-18 15:42:59+00

Package: python3-jaydebeapi
Source: jaydebeapi
Version: 1.2.3-1.pgdg+1
Architecture: all
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Installed-Size: 56
Depends: python3:any (>= 3.6~), python3-jpype, libpostgresql-jdbc-java | libmariadb-java | libxerial-sqlite-jdbc-java | libhsqldb-java
Homepage: https://github.com/baztian/jaydebeapi
Priority: optional
Section: python
Filename: pool/main/j/jaydebeapi/python3-jaydebeapi_1.2.3-1.pgdg+1_all.deb
Size: 15712
SHA256: c73976f75a2eac6659c2054bf5a7c8163b1d8de7553f847318edb168d0325a1f
SHA1: 5be77bb8ef52008cb84da1b12e7ea39778e67319
MD5sum: 13f28f82621548d30b33e7833cd26c66
Description: Bridge from JDBC database drivers to Python DB-API
 The JayDeBeApi module allows to connect from Python code to databases using
 Java JDBC. It provides a Python DB-API v2.0 to that database.
 .
 In contrast to zxJDBC from the Jython project JayDeBeApi let's you access a
 database with Jython AND Python with only minor code modifications.
 JayDeBeApi's future goal is to provide a unique and fast interface to different
 types of JDBC-Drivers through a flexible plug-in mechanism
Timestamp: 2025-06-18 15:42:59+00

Package: credativ-pg-migrator
Version: 0.9.0-1.pgdg+1
Architecture: all
Maintainer: Michael Banck <michael.banck@credativ.de>
Installed-Size: 667
Depends: python3-jaydebeapi, python3-pandas, python3-psycopg2, python3-pyodbc, python3-tabulate, python3-yaml, python3:any (>= 3.6~)
Suggests: tdsodbc
Homepage: git@github.com:credativ/credativ-pg-migrator-dev.git
Priority: optional
Section: python
Filename: pool/main/c/credativ-pg-migrator/credativ-pg-migrator_0.9.0-1.pgdg+1_all.deb
Size: 76704
SHA256: 928805bd4fbf289e572f4e5dbc0bbf2fd54b0ad20b8c57c6f820b49d95d607c5
SHA1: a7586af943a8bf59fb085cebb60d712d0472e5be
MD5sum: 54bd7ca216598729551582dc87d8a943
Description: credativ Postgres Migrator
 This package provides a solution for migrations of whole databases from legacy
 systems to PostgreSQL.
 .
 Main features are:
  - Supports migration of tables, column constraints and defaults, primary
    keys, secondary indexes, foreign keys, functions/procedures, triggers and
    views from source to target database
  - If tables have sequences, migrator sets current values of sequences on the
    target database
  - Migration of views is currently only in rudimentary version, just replacing
    source schema names in code with target schema names
  - Conversion and migration of functions, procedures, triggers currently fully
    works for Informix, and is in progress for Sybase
  - Migrator allows customizable substitutions of data types, default values of
    columns, calls of remote objects
Timestamp: 2025-06-20 09:01:39+00

Package: barman
Version: 3.14.1-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 100
Depends: python3-barman (= 3.14.1-1.pgdg+1), python3-pkg-resources, adduser, file, rsync, python3:any
Recommends: openssh-server, openssh-client, postgresql-client
Suggests: barman-cli, repmgr
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman_3.14.1-1.pgdg+1_all.deb
Size: 66516
SHA256: 013e93b5847948e252ef64774c2a9a5de30a0335fd26985ecafd6c8b5a26f219
SHA1: 51402478e6a9458ec6fbdb50870bf0dc5d25c878
MD5sum: 13489fe0fb3fbe7fec101f88ea7777a6
Description: Backup and Recovery Manager for PostgreSQL
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by EDB.
 .
 This package provides barman binary.
Timestamp: 2025-06-27 09:01:57+00

Package: barman-cli
Source: barman
Version: 3.14.1-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 61
Depends: python3-barman (= 3.14.1-1.pgdg+1), python3-pkg-resources, rsync, python3:any
Recommends: openssh-client
Suggests: barman-cli-cloud
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli_3.14.1-1.pgdg+1_all.deb
Size: 42028
SHA256: af50699197a6c922970dd6a10d58296926393add6f23cddc1156726a60ebf8b6
SHA1: b7d258437fb451ab997a0a80a27d0d7000033665
MD5sum: 29b7cc7ac7bb0546d2c96ad736ac21b7
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 organization 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 EDB.
Timestamp: 2025-06-27 09:01:57+00

Package: barman-cli-cloud
Source: barman
Version: 3.14.1-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 45
Depends: python3-barman (= 3.14.1-1.pgdg+1), python3-pkg-resources, rsync, python3:any, python3-boto3
Breaks: barman-cli (<< 2.10-3~~)
Replaces: barman-cli (<< 2.10-3~~)
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli-cloud_3.14.1-1.pgdg+1_all.deb
Size: 25232
SHA256: fde70f2181e3e69b40ac9c3296bb10f34b877a2e36fe93dd949641ca12d2355e
SHA1: 2ceb2a2db89c4dafe97f73eed70342bc596ce52a
MD5sum: 7ee83a3161f02c5b94260dc9333f99a8
Description: Cloud 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 organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli-cloud package contains cloud client utilities for the
 integration of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by EDB.
Timestamp: 2025-06-27 09:01:57+00

Package: python3-barman
Source: barman
Version: 3.14.1-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1628
Depends: python3-dateutil, python3-pkg-resources, python3-psycopg2, python3:any, python3-setuptools
Breaks: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Replaces: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Homepage: https://www.pgbarman.org
Priority: optional
Section: python
Filename: pool/main/b/barman/python3-barman_3.14.1-1.pgdg+1_all.deb
Size: 255092
SHA256: 5b6b4490623634631df1e7f420db425cf6cc7fbdcc5cb08d786203de0cc5ea7b
SHA1: 9f375ec558f3055ccfced431dc5e877ac0450af4
MD5sum: f3bdd05fbfdaa6109a9ab88c77347aab
Description: Backup and Recovery Manager for PostgreSQL - Python modules
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by EDB.
 .
 This package provides Python 3 modules only.
Timestamp: 2025-06-27 09:01:57+00

Package: postgresql-10-hypopg
Source: hypopg
Version: 1.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-10, libc6 (>= 2.38)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-10-hypopg_1.4.2-1.pgdg+1_arm64.deb
Size: 24848
SHA256: ce19302b317b79c39a51e580c91493b9ba712fa5b52c9a90cac04c97c0e01878
SHA1: 419a62800c4733b859dc43d17e4d8663941ad866
MD5sum: 16aaeb99bd8e3801ae211ccd5232de2c
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2025-06-30 21:23:13+00

Package: postgresql-10-hypopg-dbgsym
Source: hypopg
Version: 1.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-10-hypopg (= 1.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-10-hypopg-dbgsym_1.4.2-1.pgdg+1_arm64.deb
Size: 67336
SHA256: 1815303587cc8fc236bad6214ea70bd05e8839d419fae2674b1178566c02dc8d
SHA1: 693eccfdc69841ecde456972f181be70783d90be
MD5sum: 34ad3a43b2523ce2a656539c1556757c
Description: debug symbols for postgresql-10-hypopg
Build-Ids: 95876ad0994e3faaa5a18e4d4faab9f49e126a7c
Timestamp: 2025-06-30 21:23:13+00

Package: postgresql-11-hypopg
Source: hypopg
Version: 1.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-11-hypopg_1.4.2-1.pgdg+1_arm64.deb
Size: 25596
SHA256: 275724c425b6c447169500b2d941a0845c238814d8ee906462486eb5534d6e97
SHA1: dab4ffc03f572bf6ad960b3c04f1ad0c063c93d5
MD5sum: 3ab88687ca556db78de35dfe2c9a32ed
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2025-06-30 21:23:13+00

Package: postgresql-11-hypopg-dbgsym
Source: hypopg
Version: 1.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-11-hypopg (= 1.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-11-hypopg-dbgsym_1.4.2-1.pgdg+1_arm64.deb
Size: 77288
SHA256: 81497cfa9a0742748061c4c56924b8c77c63a8917f73408abff530759e4f3f6b
SHA1: fd244b0c4a306fbbe743ac3a6d5ba65953861bff
MD5sum: 49281a252f77db2f9c4eddf7ab72ac1d
Description: debug symbols for postgresql-11-hypopg
Build-Ids: 99eb9ae0a5a346e2556eca19473be3d7354dd57e
Timestamp: 2025-06-30 21:23:13+00

Package: postgresql-12-h3
Source: h3-pg
Version: 4.2.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 471
Depends: postgresql-12, libc6 (>= 2.17), libh3-1 (>= 4.2.0)
Homepage: https://github.com/zachasme/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-12-h3_4.2.3-1.pgdg+1_arm64.deb
Size: 53088
SHA256: 6758f6c214e962ce0fb162b457565d1661b4c46fdb6195f10046a633f23cd7f5
SHA1: 69ca857e985a109a9bc4bcf4101d3c1a6c4d41f2
MD5sum: 86276e40ce8d134561890830eade2ca9
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 12 extension.
Timestamp: 2025-06-30 21:23:13+00

Package: postgresql-12-h3-dbgsym
Source: h3-pg
Version: 4.2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-12-h3 (= 4.2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-12-h3-dbgsym_4.2.3-1.pgdg+1_arm64.deb
Size: 112552
SHA256: 0237a72500d110c765aeafb1d525367d4b63c5ff2d9f1dec395e049398f5482e
SHA1: 2d47c4ae3337415efbdd6435a4ce9b6dfb4f300d
MD5sum: fa5d5a2768bbb43befb9c4ff3c7b7436
Description: debug symbols for postgresql-12-h3
Build-Ids: e4c1a68dafee95f34ac75be55bbc422182c31ae4 eec943caefcbe9bd4e3f829b84363c1a652777e8
Timestamp: 2025-06-30 21:23:13+00

Package: postgresql-12-hypopg
Source: hypopg
Version: 1.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-12-hypopg_1.4.2-1.pgdg+1_arm64.deb
Size: 60596
SHA256: 41832ed3c96a38342652b6f4ffad5f3c3d1fd761cb31da5863a69f5ea393b363
SHA1: 123e0a6eede5066cb30352a49093674eb9d4f318
MD5sum: c14fca9b5639479d5f4f4edb6d38c390
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2025-06-30 21:23:13+00

Package: postgresql-12-hypopg-dbgsym
Source: hypopg
Version: 1.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-12-hypopg (= 1.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-12-hypopg-dbgsym_1.4.2-1.pgdg+1_arm64.deb
Size: 77016
SHA256: 6c92761c0d20e235928a0605a05a87d9eca15e265a96c4a49c1ed934f72ac33e
SHA1: 53cef7d713d83cef3d5e32aa7b1dd9e59e504625
MD5sum: 3f4c8fdcf561cfdbabb118e0a2488518
Description: debug symbols for postgresql-12-hypopg
Build-Ids: ab893c0ea89f2402647ec836b79e7ffc83045e89
Timestamp: 2025-06-30 21:23:13+00

Package: postgresql-13-h3
Source: h3-pg
Version: 4.2.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 471
Depends: postgresql-13, libc6 (>= 2.17), libh3-1 (>= 4.2.0)
Homepage: https://github.com/zachasme/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-13-h3_4.2.3-1.pgdg+1_arm64.deb
Size: 53012
SHA256: d8eda0a26e1904081faecfe24f14d9b9f028e5f05df3f301cde6c957caebfd3b
SHA1: c85f98eb039f652bb8cacf9f82fe82c0b9f435c9
MD5sum: 16d51e45f012d9db928084b28770b372
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 13 extension.
Timestamp: 2025-06-30 21:23:13+00

Package: postgresql-13-h3-dbgsym
Source: h3-pg
Version: 4.2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-13-h3 (= 4.2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-13-h3-dbgsym_4.2.3-1.pgdg+1_arm64.deb
Size: 108092
SHA256: 6f318033c88df48bdccc6cabda9502d87aff844b3392ca56cb11dca62698c41c
SHA1: 0b3b54295f67cf05204eca00f45d54f00d5d9d95
MD5sum: 685e0d836801893c137a0d96628e9b6e
Description: debug symbols for postgresql-13-h3
Build-Ids: 106c69d5078b8f6bc83289bb39e91858ef5826c3 f25944eb5ab6d0b568724be5c74fbc74520b0f1b
Timestamp: 2025-06-30 21:23:13+00

Package: postgresql-13-hypopg
Source: hypopg
Version: 1.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-13-hypopg_1.4.2-1.pgdg+1_arm64.deb
Size: 62476
SHA256: 10a013173899026eca82de61b0404c1246ad5311ee6c187f11c6b885ba6b68e6
SHA1: b0f74f22182bf6e537f99be5e0505b2447d78271
MD5sum: 8155c81b97ffe8f6db2740dc3d880d96
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2025-06-30 21:23:13+00

Package: postgresql-13-hypopg-dbgsym
Source: hypopg
Version: 1.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-13-hypopg (= 1.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-13-hypopg-dbgsym_1.4.2-1.pgdg+1_arm64.deb
Size: 88876
SHA256: 3a241eb77aa5b0a5adfbd40ac85e8600aa0c78e7bc6f23791d3b168f809ee507
SHA1: 00e47bc266fe9d6f66850cc8cbc193fc98830b5f
MD5sum: 2569dc5354eabd3a5cb4b1985c6a2871
Description: debug symbols for postgresql-13-hypopg
Build-Ids: 251541a54a24e0d401257a03d18b39411f858641
Timestamp: 2025-06-30 21:23:13+00

Package: postgresql-14-h3
Source: h3-pg
Version: 4.2.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 471
Depends: postgresql-14, libc6 (>= 2.17), libh3-1 (>= 4.2.0)
Homepage: https://github.com/zachasme/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-14-h3_4.2.3-1.pgdg+1_arm64.deb
Size: 52732
SHA256: 6487b5cbc8f8479292230e876e823510dab9e9be2e75431ad1c545a6e1db8916
SHA1: 034939c3e4b9ea46dd78674f9129b2ac6f8e642b
MD5sum: 241de91d3e4a0c148a31477dd16364f9
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 14 extension.
Timestamp: 2025-06-30 21:23:13+00

Package: postgresql-14-h3-dbgsym
Source: h3-pg
Version: 4.2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 175
Depends: postgresql-14-h3 (= 4.2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-14-h3-dbgsym_4.2.3-1.pgdg+1_arm64.deb
Size: 105952
SHA256: 2b165b5d392b245e434e58e7d737eb03f284e8652b08c30a017c2ae5b388d242
SHA1: 4dbc39c09b0e8a247988465791ebbc0e6300e943
MD5sum: 7974d2b06a1fd74f61d865d37839524c
Description: debug symbols for postgresql-14-h3
Build-Ids: 3aa354e70332e09458a3bb3cb33a002d13748153 ff9bd4fd6773ae1c9970f5e57e84a3e969c9b785
Timestamp: 2025-06-30 21:23:13+00

Package: postgresql-14-hypopg
Source: hypopg
Version: 1.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-14-hypopg_1.4.2-1.pgdg+1_arm64.deb
Size: 62920
SHA256: 8b921f3c27a864cb2e8effd64f42191b7681ab1cea4bd17eae87e4c0fa1040ef
SHA1: f75d462f21e42c15d83414ad434d6182dfb758bc
MD5sum: 6832bc2d46d23b6efd4160ebc87549ba
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2025-06-30 21:23:13+00

Package: postgresql-14-hypopg-dbgsym
Source: hypopg
Version: 1.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-14-hypopg (= 1.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-14-hypopg-dbgsym_1.4.2-1.pgdg+1_arm64.deb
Size: 94948
SHA256: ef1fabfd02921b1c0ef55c819fc31086a2e611cefad75339fa4f76b35af11775
SHA1: 4e9fd43684a04fb11d0ef65bcdccb5b01dbb9654
MD5sum: fc5df341e39075dc644e9988089342af
Description: debug symbols for postgresql-14-hypopg
Build-Ids: 869b02abf4c05d06ae71e19a2cf4e6e90b1e8b51
Timestamp: 2025-06-30 21:23:13+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.8.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 750
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.8.1-1.pgdg+2_arm64.deb
Size: 305916
SHA256: 62190835e96e31b242abc527cfa3f641c3750ea0cc13c63d09a07d64e7bfcd0e
SHA1: 45b79fdf3de00011d87e7475d3ecafdb1bb32bf8
MD5sum: 16dfa9eb72563e0a95d2ac9eadc655c1
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-06-30 21:23:13+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 330
Depends: postgresql-14-plpgsql-check (= 2.8.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.8.1-1.pgdg+2_arm64.deb
Size: 296524
SHA256: 9b7f7be8d5d54221994900625c12b04ef329c8802012d60aacf288dcc841e320
SHA1: c2dabfc831da85586546d3a792ed7d85fcc91c15
MD5sum: 263b6f476c2494ba76e060b6d8a4a0e4
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: 9c576e0fba7f76454cb0ce534ccc6d9f23eae1df
Timestamp: 2025-06-30 21:23:13+00

Package: postgresql-15-h3
Source: h3-pg
Version: 4.2.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 471
Depends: postgresql-15, libc6 (>= 2.17), libh3-1 (>= 4.2.0)
Homepage: https://github.com/zachasme/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-15-h3_4.2.3-1.pgdg+1_arm64.deb
Size: 52636
SHA256: eb1f184d2b8be2cecc794e15f8b2e99e08bb1b9d621e4d03e5cade8b0f12dab2
SHA1: 2ca8ce69b6a1f81a52d7ff97399aea666d96c27f
MD5sum: 5361a573522168c143e78e380ddc5e78
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 15 extension.
Timestamp: 2025-06-30 21:23:13+00

Package: postgresql-15-h3-dbgsym
Source: h3-pg
Version: 4.2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 175
Depends: postgresql-15-h3 (= 4.2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-15-h3-dbgsym_4.2.3-1.pgdg+1_arm64.deb
Size: 106280
SHA256: dc9d8b37b1a941f93cca54afe7ce229426bab7b3a071e74405b832fbf127fcc7
SHA1: 817ed32f5c4f19928be187a5c0a1e40232f03eac
MD5sum: f23ad600c2ea52cd7fd3b700e91cf52e
Description: debug symbols for postgresql-15-h3
Build-Ids: 3bd820ea03668d681f6d5a07b7f846a9fd5bd487 f0913533a759c53c1a136cd19ac309d3d60252cb
Timestamp: 2025-06-30 21:23:13+00

Package: postgresql-15-hypopg
Source: hypopg
Version: 1.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-15-hypopg_1.4.2-1.pgdg+1_arm64.deb
Size: 63540
SHA256: 9562d246945fb9eda9da91bf32e79ea30789e3d7332a701248d32842e910d93c
SHA1: 3648afeb8e0e752d4b315f3feec3f1b8f13416f2
MD5sum: 1a8a0e641690be872356be963f4c16ae
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2025-06-30 21:23:13+00

Package: postgresql-15-hypopg-dbgsym
Source: hypopg
Version: 1.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-15-hypopg (= 1.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-15-hypopg-dbgsym_1.4.2-1.pgdg+1_arm64.deb
Size: 89696
SHA256: fc9e3eee8a6bf796e2df44bc46a9dee79627b19ec4cb917302363ffd79742f29
SHA1: 0cbd07344bfea1522babfbb52b9eeb7c41108a06
MD5sum: 47c4794176b9aedfa5c075503a4a187e
Description: debug symbols for postgresql-15-hypopg
Build-Ids: 80e0d940f39ab6101ff74b151de07b09723e77cd
Timestamp: 2025-06-30 21:23:13+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.8.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 751
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.8.1-1.pgdg+2_arm64.deb
Size: 305732
SHA256: 9cbf27e15b103f7cba9d54131ead2d92904947e3283ad4a34aca2db0d9305715
SHA1: 854427ca269160fbfbb2a5cec81bdc77ea9f6957
MD5sum: 7d940006931b94581915fb7b5759fa68
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-06-30 21:23:13+00

Package: postgresql-15-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 362
Depends: postgresql-15-plpgsql-check (= 2.8.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.8.1-1.pgdg+2_arm64.deb
Size: 327308
SHA256: a0be8eefde4c9d082605eb4bb232fa5b177f90e1e5a9f87b0151e350b6b7e2fd
SHA1: f86a2824ebe25f26aa38b639dba39ab92b0af189
MD5sum: 5a8f5b2ce5d824fddcdd8af70593880b
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: 0402bb0105ac84ba258ad25d3bd3b70b4089a3ff
Timestamp: 2025-06-30 21:23:13+00

Package: postgresql-16-h3
Source: h3-pg
Version: 4.2.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 471
Depends: postgresql-16, libc6 (>= 2.17), libh3-1 (>= 4.2.0)
Homepage: https://github.com/zachasme/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-16-h3_4.2.3-1.pgdg+1_arm64.deb
Size: 52820
SHA256: 55397e4522e96908e19549d991ddaceb8a506c1e3ff13c7e1a685cc5308689d0
SHA1: 6dcd374e7048d9e58b9b77d5d4596bcb1aab3085
MD5sum: cea08949b89b6a7cd343f25d4610ca35
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 16 extension.
Timestamp: 2025-06-30 21:23:13+00

Package: postgresql-16-h3-dbgsym
Source: h3-pg
Version: 4.2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-16-h3 (= 4.2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-16-h3-dbgsym_4.2.3-1.pgdg+1_arm64.deb
Size: 111916
SHA256: 206f568ede89a68114b0d49fd61e6cfc84ef5f98756168069bd4d67b07910859
SHA1: 61b5611d45800465c9790bbf0044a15b0dac55bd
MD5sum: e1323bc59428a63d423285c1ae9d330f
Description: debug symbols for postgresql-16-h3
Build-Ids: 970c2d3cb17a38cc9dd79779a5b96ccd25ac2bb5 bcb852bc8736e643ba0e3d2217dcf608d9a6f8ed
Timestamp: 2025-06-30 21:23:13+00

Package: postgresql-16-hypopg
Source: hypopg
Version: 1.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-16-hypopg_1.4.2-1.pgdg+1_arm64.deb
Size: 62968
SHA256: 846a527255c6cc554f9839a13802fec166e50a266b8142391fa7563bacc3f53b
SHA1: 24095e2d9690ba2bd4060a3a9a90d89a35ea824e
MD5sum: 2717f08114a6eb5eedc75f77f3a89d25
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2025-06-30 21:23:13+00

Package: postgresql-16-hypopg-dbgsym
Source: hypopg
Version: 1.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-16-hypopg (= 1.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-16-hypopg-dbgsym_1.4.2-1.pgdg+1_arm64.deb
Size: 92716
SHA256: 61e3c6b43c77ae9fd54a73006152382b8e4cabd5238f3f031f5a551f5564ef3d
SHA1: 5800c0a9045828a7d8405e1ddd10597b0c05258c
MD5sum: 98c3837055be4d8054249e033efc0940
Description: debug symbols for postgresql-16-hypopg
Build-Ids: 3122609d1e664fd576ee88a350b411d9c7ceb5d3
Timestamp: 2025-06-30 21:23:13+00

Package: postgresql-16-plpgsql-check
Source: plpgsql-check
Version: 2.8.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 747
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check_2.8.1-1.pgdg+2_arm64.deb
Size: 301148
SHA256: e0e2500f242346e387d45d936afa1f367193308dad46826ee49bb1e6813f3219
SHA1: 9df3bf1bbd5b6a925487c709f77ca721cd2f77b5
MD5sum: d5b90aeabf46f68041132f28982b0e55
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-06-30 21:23:13+00

Package: postgresql-16-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 371
Depends: postgresql-16-plpgsql-check (= 2.8.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check-dbgsym_2.8.1-1.pgdg+2_arm64.deb
Size: 336276
SHA256: 401946e441eb73ab5b6c277500a03f5160a96a6f776a1e5305fb6cb284a01947
SHA1: 291ebf6ae0c59c75fe717ea6e7e367e799b336cc
MD5sum: 17834916426d89f31a8835816175edbc
Description: debug symbols for postgresql-16-plpgsql-check
Build-Ids: 8d52815baf5177c95bfd451c4ae7a45dbb8ec597
Timestamp: 2025-06-30 21:23:13+00

Package: postgresql-17-h3
Source: h3-pg
Version: 4.2.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 471
Depends: postgresql-17, libc6 (>= 2.17), libh3-1 (>= 4.2.0)
Homepage: https://github.com/zachasme/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-17-h3_4.2.3-1.pgdg+1_arm64.deb
Size: 52696
SHA256: 9dd04625fd09ffd6d32a5c5e1a617176782850dff0faaad46c50be45d71df7e8
SHA1: aa223982670fc4baaedc314e606bb0fe8e7584ae
MD5sum: a5180a1282640fc0dbeb814b07d77bd3
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 17 extension.
Timestamp: 2025-06-30 21:23:13+00

Package: postgresql-17-h3-dbgsym
Source: h3-pg
Version: 4.2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-17-h3 (= 4.2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-17-h3-dbgsym_4.2.3-1.pgdg+1_arm64.deb
Size: 112724
SHA256: 089376e6d5e64bdae1a3bb08b3217a6f0e5e25a3805a965618cdf08b794454ad
SHA1: 637e16ecb1d983d008cabdedae1598762e2d98c8
MD5sum: 44e6295a3f2aaa7e81c1b31f47bb83e6
Description: debug symbols for postgresql-17-h3
Build-Ids: 00ac8f6f6ef202f43adda92106e05366def31b3f f708b255825fa02471278b93c8101d95a26488c3
Timestamp: 2025-06-30 21:23:13+00

Package: postgresql-17-hypopg
Source: hypopg
Version: 1.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-17-hypopg_1.4.2-1.pgdg+1_arm64.deb
Size: 62872
SHA256: feb7b2a191fbe6617e93720a8618e18a556af26b5d270e8a3108203868eb1536
SHA1: cd46da119bec76f7683f55501a4f6b9812630817
MD5sum: 70484d0a01ad17fde9c5b54e07d7b9e6
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2025-06-30 21:23:13+00

Package: postgresql-17-hypopg-dbgsym
Source: hypopg
Version: 1.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-17-hypopg (= 1.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-17-hypopg-dbgsym_1.4.2-1.pgdg+1_arm64.deb
Size: 94316
SHA256: d8ace1cd1a52400cc4af2c6923aab27d59013648df4a8ef2da96cae98652d94d
SHA1: c85fbfe8250574ccc669ea1a42dc4650165e1433
MD5sum: 7113fc270941080517592c942b2bd793
Description: debug symbols for postgresql-17-hypopg
Build-Ids: b25ba0a80ef51ca88fe65a3949f6c76bf8a7d392
Timestamp: 2025-06-30 21:23:13+00

Package: postgresql-17-plpgsql-check
Source: plpgsql-check
Version: 2.8.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 747
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check_2.8.1-1.pgdg+2_arm64.deb
Size: 300972
SHA256: dc91e3fb3b641416da919de6e628a59ad6e355010fd520d8275d205cc66a67c9
SHA1: 01c3000d47511b85e64fa9217721d775f0a93277
MD5sum: 54b3ebccabb66b9d2a58e232c18e5dce
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-06-30 21:23:13+00

Package: postgresql-17-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 389
Depends: postgresql-17-plpgsql-check (= 2.8.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check-dbgsym_2.8.1-1.pgdg+2_arm64.deb
Size: 353768
SHA256: bd76d0b9c10f52d8b588ed4bd6d2143262653f58308919fcdce39617fc8016d6
SHA1: 7430732fef737c47b30ab6c7bb814ce751fee058
MD5sum: cfeb2f0349fc82abd14e78444cc8a2b9
Description: debug symbols for postgresql-17-plpgsql-check
Build-Ids: 713ee5d088eeb041939e403eeb8ed16ef72529c6
Timestamp: 2025-06-30 21:23:13+00

Package: postgresql-18-h3
Source: h3-pg
Version: 4.2.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 471
Depends: postgresql-18, libc6 (>= 2.17), libh3-1 (>= 4.2.0)
Homepage: https://github.com/zachasme/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-18-h3_4.2.3-1.pgdg+1_arm64.deb
Size: 52820
SHA256: d1797a62d4bed498be8f598c624beac272a6a612e8c574fd38a7dd1f75802f7a
SHA1: 4be6f9b8facc4ffd1f44c27a46fb2595fe5bcf22
MD5sum: 84a0b26cf589ced1e9dbac15ec46690d
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 18 extension.
Timestamp: 2025-06-30 21:23:13+00

Package: postgresql-18-h3-dbgsym
Source: h3-pg
Version: 4.2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-18-h3 (= 4.2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-18-h3-dbgsym_4.2.3-1.pgdg+1_arm64.deb
Size: 112352
SHA256: e342996e6c28b9460349e1fea71a00808b48d700646e8f29d8dd728e17c2ec8b
SHA1: af98325916a378445d5c719e4a3b2e2569889c5d
MD5sum: faab4646c7ea017f680688a70e33b389
Description: debug symbols for postgresql-18-h3
Build-Ids: 2e4dcd42d0b1d361161b5dbd660a83e7c3f76bb2 f92ab03a3b3e5de62b81e978caa7ee9820310266
Timestamp: 2025-06-30 21:23:13+00

Package: postgresql-18-hypopg
Source: hypopg
Version: 1.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-18-hypopg_1.4.2-1.pgdg+1_arm64.deb
Size: 62896
SHA256: d2f3119542ee3b41f46ccb97c3c6b4b24e1ed0a7b322a74f7d297f4ceadb5d88
SHA1: 8aad25f3def7a9f537e76f64b0073de32e5fe91c
MD5sum: 3a562fee8823414ca308c0387973e01f
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2025-06-30 21:23:13+00

Package: postgresql-18-hypopg-dbgsym
Source: hypopg
Version: 1.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-18-hypopg (= 1.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-18-hypopg-dbgsym_1.4.2-1.pgdg+1_arm64.deb
Size: 96776
SHA256: 3c7cc6f6f43f48fdf9684771f675e2f667ab0f3416e5b60706b67238bc250ec8
SHA1: 2880d8256053b282a6a9928be327afe8597af912
MD5sum: 1abf10d524a04ac0d927cf82e387b4e4
Description: debug symbols for postgresql-18-hypopg
Build-Ids: 2437dbe0027d95a8e0d307027822d51936467b74
Timestamp: 2025-06-30 21:23:13+00

Package: postgresql-18-plpgsql-check
Source: plpgsql-check
Version: 2.8.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 747
Depends: postgresql-18, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-18-plpgsql-check_2.8.1-1.pgdg+2_arm64.deb
Size: 300704
SHA256: bd6c22e7c21c88bf5e27c609089790ca95eed4742996c56a508c31990ad91119
SHA1: 9d1fd13f4ac78ace25d58d87c6806bec26925dc7
MD5sum: 4499ea68164cfdb6609c2d24b9815ae8
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-06-30 21:23:13+00

Package: postgresql-18-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 373
Depends: postgresql-18-plpgsql-check (= 2.8.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-18-plpgsql-check-dbgsym_2.8.1-1.pgdg+2_arm64.deb
Size: 339676
SHA256: c214f62324008cf4142256b5b70d95d5ade0ced5c58170bced2cd1a01a1998c8
SHA1: 9dfbee3c3f2160972b5668f5475e01ca88576d50
MD5sum: 60966fd16e8ee0c6e12e3bad776eed19
Description: debug symbols for postgresql-18-plpgsql-check
Build-Ids: 9777f49ccf303ab77b61435458cb66348e71144f
Timestamp: 2025-06-30 21:23:13+00

Package: postgresql-14-pljs
Source: pljs
Version: 1.0.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1045
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/plv8/pljs
Priority: optional
Section: database
Filename: pool/main/p/pljs/postgresql-14-pljs_1.0.1-1.pgdg+2_arm64.deb
Size: 391212
SHA256: 071e775b6d4af1f3574f246c29ce71968005c9ba9daab31bf3162476b301ac6a
SHA1: f12cfb4027bcf58b4759760a8eb3e310b014e673
MD5sum: 7081dc20be0eceaf50d46b282716bb34
Description: Javascript Language Plugin for PostgreSQL
 PLJS is a trusted JavaScript Language Extension for PostgreSQL.
 It is compact, lightweight, and fast.
Timestamp: 2025-07-01 21:00:07+00

Package: postgresql-14-pljs-dbgsym
Source: pljs
Version: 1.0.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1343
Depends: postgresql-14-pljs (= 1.0.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pljs/postgresql-14-pljs-dbgsym_1.0.1-1.pgdg+2_arm64.deb
Size: 1304348
SHA256: 4660b97c844b27632add2f313c3536e57261f79b7d5f4587f94a61ab476390e6
SHA1: 9e896e48394d9b5b157f75cb80263402223fff51
MD5sum: f26a8bf30ddfd37f4ef3735e0df08059
Description: debug symbols for postgresql-14-pljs
Build-Ids: 5f6232448f90ad8af2610a0513ffe977501aaad1
Timestamp: 2025-07-01 21:00:07+00

Package: postgresql-15-pljs
Source: pljs
Version: 1.0.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1045
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/plv8/pljs
Priority: optional
Section: database
Filename: pool/main/p/pljs/postgresql-15-pljs_1.0.1-1.pgdg+2_arm64.deb
Size: 390260
SHA256: 5742dab6096694151f6f4ba004c776f594fe9349975fe3c4ec638068b58c2178
SHA1: e227019c9cf139a94c96f243a238dab7012cb2ba
MD5sum: 1ae5cfe7f81618a99b8c9dfdd4396bb5
Description: Javascript Language Plugin for PostgreSQL
 PLJS is a trusted JavaScript Language Extension for PostgreSQL.
 It is compact, lightweight, and fast.
Timestamp: 2025-07-01 21:00:07+00

Package: postgresql-15-pljs-dbgsym
Source: pljs
Version: 1.0.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1344
Depends: postgresql-15-pljs (= 1.0.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pljs/postgresql-15-pljs-dbgsym_1.0.1-1.pgdg+2_arm64.deb
Size: 1305960
SHA256: 4e563d6ae7d1549737e591b49e0afd7f52173651ce82c321c97dd0d28dda9d50
SHA1: b38c919256d44fdc340897a36d053d9f1280e3cc
MD5sum: 7a4ffbdcc89214d5573aa46881d3fddc
Description: debug symbols for postgresql-15-pljs
Build-Ids: d3a9855e83736a5a5571273402b7ccd4ba758bca
Timestamp: 2025-07-01 21:00:07+00

Package: postgresql-16-pljs
Source: pljs
Version: 1.0.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1045
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/plv8/pljs
Priority: optional
Section: database
Filename: pool/main/p/pljs/postgresql-16-pljs_1.0.1-1.pgdg+2_arm64.deb
Size: 389688
SHA256: 26a03c0002e4fb31945a85f87c82a7192da285ee827e28b216937704b189ef3e
SHA1: eb655d8748fb805b155b90903c475bc2332dcf78
MD5sum: 992ca5e47432791b7f212bb87e1bb15f
Description: Javascript Language Plugin for PostgreSQL
 PLJS is a trusted JavaScript Language Extension for PostgreSQL.
 It is compact, lightweight, and fast.
Timestamp: 2025-07-01 21:00:07+00

Package: postgresql-16-pljs-dbgsym
Source: pljs
Version: 1.0.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1350
Depends: postgresql-16-pljs (= 1.0.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pljs/postgresql-16-pljs-dbgsym_1.0.1-1.pgdg+2_arm64.deb
Size: 1311928
SHA256: 5e73d72f24ea5733ba89e63e786cc40a7f4014e9ba88f22be9070980c3ea1d43
SHA1: 732fb972c473744b34bd8bd054fbb2dd479aa0d9
MD5sum: e6f9a95221698570f530cc0acd81c5fb
Description: debug symbols for postgresql-16-pljs
Build-Ids: a238422e94d536ff5f912a3a02baa3c527a87f79
Timestamp: 2025-07-01 21:00:07+00

Package: postgresql-17-pljs
Source: pljs
Version: 1.0.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1045
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/plv8/pljs
Priority: optional
Section: database
Filename: pool/main/p/pljs/postgresql-17-pljs_1.0.1-1.pgdg+2_arm64.deb
Size: 389692
SHA256: d6e059c83edaa62f45aed119e2b9221c89c7c1384929a935fc243b7e9eed2d1e
SHA1: 09d94f327c4c38755570a391953b88364598c2f7
MD5sum: 1d6e432a41ccd7cce4d3c551c4e05e01
Description: Javascript Language Plugin for PostgreSQL
 PLJS is a trusted JavaScript Language Extension for PostgreSQL.
 It is compact, lightweight, and fast.
Timestamp: 2025-07-01 21:00:07+00

Package: postgresql-17-pljs-dbgsym
Source: pljs
Version: 1.0.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1355
Depends: postgresql-17-pljs (= 1.0.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pljs/postgresql-17-pljs-dbgsym_1.0.1-1.pgdg+2_arm64.deb
Size: 1316900
SHA256: dfd5c000de6608d16a10fc0ec922f37df1a083e10388f4d7a5b4e2cca173a413
SHA1: 7f37b193b5d08b0de7b4b05bbaa472d884ad071b
MD5sum: 5abacd0ed02235393a52909aaa61325a
Description: debug symbols for postgresql-17-pljs
Build-Ids: e49b32928765dece0708a925ee568c1bde70e15e
Timestamp: 2025-07-01 21:00:07+00

Package: postgresql-18-pljs
Source: pljs
Version: 1.0.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1045
Depends: postgresql-18, libc6 (>= 2.17)
Homepage: https://github.com/plv8/pljs
Priority: optional
Section: database
Filename: pool/main/p/pljs/postgresql-18-pljs_1.0.1-1.pgdg+2_arm64.deb
Size: 395012
SHA256: aadbcb97bbe81a22c3ef69e850e1f141921c54a07dd93c1c73db69bdbe153601
SHA1: d5307c642a695387fa9fdac72ee8f827ecaf82d7
MD5sum: bb9821942f4e7520aa7a00ba84dd9f6f
Description: Javascript Language Plugin for PostgreSQL
 PLJS is a trusted JavaScript Language Extension for PostgreSQL.
 It is compact, lightweight, and fast.
Timestamp: 2025-07-01 21:00:07+00

Package: postgresql-18-pljs-dbgsym
Source: pljs
Version: 1.0.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1525
Depends: postgresql-18-pljs (= 1.0.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pljs/postgresql-18-pljs-dbgsym_1.0.1-1.pgdg+2_arm64.deb
Size: 1489912
SHA256: 6899e43260ff966fedc8600ad6d002f59b5328962eaab5761d46721c9fad347b
SHA1: 1d800717b17d4c7f674b8f61d153d8465b14deca
MD5sum: 4bca54e867ad59ab9424d1f26382bae3
Description: debug symbols for postgresql-18-pljs
Build-Ids: e0c70cdb7e2580b6ff8234490967112a3997b5d0
Timestamp: 2025-07-01 21:00:07+00

Package: pgtop
Version: 4.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 158
Depends: libc6 (>= 2.38), libpq5 (>= 9.0~), libtinfo6 (>= 6)
Enhances: postgresql
Breaks: ptop (<< 3.7.0-1~)
Replaces: ptop (<< 3.7.0-1~)
Homepage: https://gitlab.com/pg_top/pg_top
Priority: optional
Section: database
Filename: pool/main/p/pgtop/pgtop_4.1.3-1.pgdg+1_arm64.deb
Size: 45948
SHA256: bef671e4fbfb1b81efa70467a2acb3ae471b629e8550330b5fac1303abb50c0e
SHA1: bebae9a550320797c6cd7ba6d02006e437cf1601
MD5sum: 55a48f3d5b64e70dbf8ec067b761e89b
Description: PostgreSQL performance monitoring tool akin to top
 pg_top is 'top' for PostgreSQL.
 .
  * Monitor PostgreSQL processes.
  * View currently running SQL statement of a process.
  * View query plan of a currently running SELECT statement.
  * View locks held by a process.
  * View I/O statistics per process.
  * View replication statistics for downstream nodes.
Timestamp: 2025-07-07 12:52:42+00

Package: pgtop-dbgsym
Source: pgtop
Version: 4.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 230
Depends: pgtop (= 4.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtop/pgtop-dbgsym_4.1.3-1.pgdg+1_arm64.deb
Size: 108136
SHA256: 438931260b8db8ce010f109bbfe9e75bab49b476ca79d0850531a390c7751c6c
SHA1: 5aef27720a571771adca8f14c0daafd23c8a4bad
MD5sum: 8af5eccc26e0ff8ae75cea318180eb22
Description: debug symbols for pgtop
Build-Ids: 424d6247760a9e5093ec8154867515ba55fb8beb
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-11-icu-ext
Source: icu-ext
Version: 1.10.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-11, libc6 (>= 2.17), libicu76 (>= 76.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext_1.10.0-1.pgdg+1_arm64.deb
Size: 36972
SHA256: 62c6372e0eebfa64e1e024115dfae4550b01d560bffe18a34e839c32fa04fd89
SHA1: 27af2bdf255f8c107d0fca9ae2cf28667cc3ec69
MD5sum: f38b5e3530f2b82f1b812406a2bcb56a
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-11-icu-ext-dbgsym
Source: icu-ext
Version: 1.10.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-11-icu-ext (= 1.10.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext-dbgsym_1.10.0-1.pgdg+1_arm64.deb
Size: 90376
SHA256: c5c3157948965d3d8acd048b05278cc8bc301a856563d9526d12fd20b69a4a94
SHA1: e4cbbab9be27a57e22735193d5702fa2e18f2424
MD5sum: b3163569ef296b8093aae325fdd8ebea
Description: debug symbols for postgresql-11-icu-ext
Build-Ids: 8c452e25f1b0cf0f385de7bc99b1d9f61daba57a
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-12-credcheck
Source: credcheck
Version: 3.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 178
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-12-credcheck_3.0-2.pgdg+1_arm64.deb
Size: 64912
SHA256: 05819d85a58420ede311d0d63ec96ff5ab9da94b2187ba8aa46849cb27c6cadc
SHA1: 84705f6ce4f339b6db679a3edc3290ea5e7b7af3
MD5sum: f6384331c7f96ab2fdbc5c50328d9bda
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-12-credcheck-dbgsym
Source: credcheck
Version: 3.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-12-credcheck (= 3.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-12-credcheck-dbgsym_3.0-2.pgdg+1_arm64.deb
Size: 63436
SHA256: 9204ee2881f50a6298eb3b4b23df8cff2099999e3879f57819797e9adc82be23
SHA1: d768450d0f31a39a8999312dc6eaed022d8a975b
MD5sum: dc81d145ac312e60d90234a5cf3a6e29
Description: debug symbols for postgresql-12-credcheck
Build-Ids: 663256613c3bfb770cff49c89380a0c7f0bf1577
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-12-icu-ext
Source: icu-ext
Version: 1.10.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 270
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.17), libicu76 (>= 76.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext_1.10.0-1.pgdg+1_arm64.deb
Size: 96184
SHA256: d9ed4058978e4cf65862d06e9172a4fd751f7cf1b05f2c61899fd975a2c010ff
SHA1: 4d42ae560e1f21a948f72b6917a8ab59cbe104ee
MD5sum: 9b3e03bd5ce9b85e4dd3b9dcc78642a8
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-12-icu-ext-dbgsym
Source: icu-ext
Version: 1.10.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-12-icu-ext (= 1.10.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext-dbgsym_1.10.0-1.pgdg+1_arm64.deb
Size: 90176
SHA256: ad7132fdd27ffcd2700467e6eda89f889852e50f4cac04fb63e9bb714e436d5c
SHA1: d7e3ea9aa430c5175b1a1e631d38b28d3acc9004
MD5sum: b68b241d7e8087e58cacfa86741af897
Description: debug symbols for postgresql-12-icu-ext
Build-Ids: dbf7f535bdeacd06aaa5c966ad64644f4ff0e63c
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-12-pgtt
Source: pgtt
Version: 4.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-12-pgtt_4.4-1.pgdg+1_arm64.deb
Size: 58028
SHA256: 6c67fb4bdcedd3becdd64b51d6b7efd697c8f19c47e522a43fe1f70ead489340
SHA1: 04a7532c9dfdb6a1b61325a6b796acb904a48f25
MD5sum: 788b9f7d7ed7c293bd8f71ed6761c0e6
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-12-pgtt-dbgsym
Source: pgtt
Version: 4.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-12-pgtt (= 4.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-12-pgtt-dbgsym_4.4-1.pgdg+1_arm64.deb
Size: 69452
SHA256: 0873167c1219046ebce161066a93cb548e8d01a30306bbf01e56bff1232b0772
SHA1: 41776516040af1823f47a7a3b10c90050adf1f54
MD5sum: aa661945c0499307f196a3ed9bec869c
Description: debug symbols for postgresql-12-pgtt
Build-Ids: d04c50a288cc1af6cfd377c6000572a75cf38668
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-13-credcheck
Source: credcheck
Version: 3.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 178
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-13-credcheck_3.0-2.pgdg+1_arm64.deb
Size: 65252
SHA256: 352164834fd2f3e1a2470e61a67386b30b91399da4da5867c33db98c6086a4dd
SHA1: b29c98e60e86dc6f7d1c5d795f6e0265191f8a93
MD5sum: c39348a46248000c79b8df79776ff105
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-13-credcheck-dbgsym
Source: credcheck
Version: 3.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-13-credcheck (= 3.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-13-credcheck-dbgsym_3.0-2.pgdg+1_arm64.deb
Size: 66948
SHA256: feb06a856caf30f86c989109e1bf594a6c5fb4277936b96d381ef86f7bc33d7b
SHA1: 3a8708209e065eecb24504049d0e20dc06360a5f
MD5sum: fa3d3d74be55b970abeb2d6aa9b14af0
Description: debug symbols for postgresql-13-credcheck
Build-Ids: 8644e844e41cf4277c45f4b477c8a80cfa44bbe1
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-13-icu-ext
Source: icu-ext
Version: 1.10.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.17), libicu76 (>= 76.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext_1.10.0-1.pgdg+1_arm64.deb
Size: 97364
SHA256: 50d7b9a0735745df926562ca542fd9b2e7828fe9796886e5082855df4fa21386
SHA1: 35ba4f01936b83af3af0d5cd9e4c9bba4a5a9b40
MD5sum: abfcc40509a57190628b3458aeae9c76
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-13-icu-ext-dbgsym
Source: icu-ext
Version: 1.10.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-13-icu-ext (= 1.10.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext-dbgsym_1.10.0-1.pgdg+1_arm64.deb
Size: 89972
SHA256: 8584aad546f72c522ee4429aa528b606e9a54e8bfa82ef2c865264f297889441
SHA1: 3678e13337414c80b59942f7e6fb13ef38758c77
MD5sum: 5bfe4be3c1cb21afeac93278bd54f15c
Description: debug symbols for postgresql-13-icu-ext
Build-Ids: ac87bfea6533be9526d3b0ca8d4cb9762470df80
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-13-pgtt
Source: pgtt
Version: 4.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 196
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-13-pgtt_4.4-1.pgdg+1_arm64.deb
Size: 59552
SHA256: 4ae28e9d70e13546d661ea127e15b45639f2704529bcd09407ec9091f9062f98
SHA1: 32f73adfc72334aebbdefdd3c539e482d4738b65
MD5sum: adf0b347ff32b05c9b09425114ea9998
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-13-pgtt-dbgsym
Source: pgtt
Version: 4.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 91
Depends: postgresql-13-pgtt (= 4.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-13-pgtt-dbgsym_4.4-1.pgdg+1_arm64.deb
Size: 74732
SHA256: 8eae0e5d326f576e3767f1e2704bcbf28226d3b8f7e2e2118e5c1f2e3d931a9a
SHA1: 81b5cac1b13fa7c71823467db1977af5e44edd00
MD5sum: c652e02fe9f7dd094cd5af3848ea97a5
Description: debug symbols for postgresql-13-pgtt
Build-Ids: 6b54f67d74b60c18c6c50966b6b3620d136f8dac
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-14-credcheck
Source: credcheck
Version: 3.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-14-credcheck_3.0-2.pgdg+1_arm64.deb
Size: 65304
SHA256: a170c7e6fbedcfbb2322297e351a57c3a0ee129bd2c297cc3154fde938251940
SHA1: 50f730228ac9b4e706164f2ddd02a1aebb8c19a5
MD5sum: b0718bc6e3461d0e1a3e18bc6e5984eb
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-14-credcheck-dbgsym
Source: credcheck
Version: 3.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-14-credcheck (= 3.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-14-credcheck-dbgsym_3.0-2.pgdg+1_arm64.deb
Size: 68792
SHA256: 8493420cca4daef11161890e99cf14ecf9e0d3aaf52894c49c66377f59bd051b
SHA1: a53615c8b2202b924ac075f05f1dd65fc0878f9c
MD5sum: 5013d78148ef743e57021e33b47f0d85
Description: debug symbols for postgresql-14-credcheck
Build-Ids: d222ba828e887dab4874a2cf6dd4e583f5ab194a
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-14-icu-ext
Source: icu-ext
Version: 1.10.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 340
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.17), libicu76 (>= 76.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-14-icu-ext_1.10.0-1.pgdg+1_arm64.deb
Size: 97436
SHA256: 2c7b04c435b582b582b04816e2a6099081610eb91cba5adf896b7c1330181cff
SHA1: e305f08c22b1554c44bf8ee0b4cd0611cf34c27d
MD5sum: ddd7d314de70f99fea13cb2dd30c3e72
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-14-icu-ext-dbgsym
Source: icu-ext
Version: 1.10.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-14-icu-ext (= 1.10.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-14-icu-ext-dbgsym_1.10.0-1.pgdg+1_arm64.deb
Size: 90308
SHA256: 80cf9fbc053fd2ce5bf61433294d20cc5e2006962c8527523be6484cc0082a01
SHA1: 8454b11f73efc7bf4dae857740d369880541b2de
MD5sum: ed0c2a165f89a1989ee9e2d711d046ee
Description: debug symbols for postgresql-14-icu-ext
Build-Ids: eb0d30abae746b36269965c0d2bcef795517bf9a
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-14-pgtt
Source: pgtt
Version: 4.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 196
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-14-pgtt_4.4-1.pgdg+1_arm64.deb
Size: 60308
SHA256: 4c556523fdf855b8b4c85f02fc2239c3f6a31f12526642bcc06685b6b8a93f49
SHA1: c2c1f7caca5f3b189deb580fd78f151d9e26383e
MD5sum: c65da46c1a55ea327726a3cad5e0b8bb
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-14-pgtt-dbgsym
Source: pgtt
Version: 4.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-14-pgtt (= 4.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-14-pgtt-dbgsym_4.4-1.pgdg+1_arm64.deb
Size: 77956
SHA256: da7184145f1dba2974031285655aa7bfc7422303f7f054857a4ac51a74c325d1
SHA1: 5325bedc669b0df44d154ac19941b8a16c62650c
MD5sum: 08a580293a77a0accb8914e073a37748
Description: debug symbols for postgresql-14-pgtt
Build-Ids: 05761941e7bfcd78576d20fc24dfd5907dbe861c
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-15-credcheck
Source: credcheck
Version: 3.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-15-credcheck_3.0-2.pgdg+1_arm64.deb
Size: 66052
SHA256: b2763db0c0bfc81926f81153416f341c4abc4a4d35319238447ce4128dd47ce9
SHA1: 233f874fc4d1c5ee08b3972fe287338206b0cd29
MD5sum: 1da2149d57450f6fcdb1dce78c0912a6
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-15-credcheck-dbgsym
Source: credcheck
Version: 3.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-15-credcheck (= 3.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-15-credcheck-dbgsym_3.0-2.pgdg+1_arm64.deb
Size: 69848
SHA256: 06a55be2e2c7375ac1077b9e56804129eb958bb740e9ab4ef8b3db8e54a96611
SHA1: 365b811685d935aa86d1860e8ddb5367a3ea68db
MD5sum: f2dc3d45d3745d5b37f98fab3c93bda7
Description: debug symbols for postgresql-15-credcheck
Build-Ids: a474042d72c3213ebf06f98ee757d0454bc927f0
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-15-icu-ext
Source: icu-ext
Version: 1.10.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 339
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.17), libicu76 (>= 76.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-15-icu-ext_1.10.0-1.pgdg+1_arm64.deb
Size: 97072
SHA256: 049f258413d26f336af4eb6297b8353edc14c6e75e555ec9df1c1b7f3fcb045a
SHA1: f257e2887dc2881de79c5859406b9d3efe1f6320
MD5sum: b651283f44532036036c7240088ba1a1
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-15-icu-ext-dbgsym
Source: icu-ext
Version: 1.10.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-15-icu-ext (= 1.10.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-15-icu-ext-dbgsym_1.10.0-1.pgdg+1_arm64.deb
Size: 90496
SHA256: cd044c174032465f6361b2446db28178fcc058b76fde66103a9586b0235bdd3d
SHA1: 67bedc3f78c1b05a47d4fa3175a1beaadb8fc5a4
MD5sum: d7e12d47c1eafb498a133f31e90c0606
Description: debug symbols for postgresql-15-icu-ext
Build-Ids: ebdcfff1ea98fec5ca687e3c3cefdf19dbab79f9
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-15-pgtt
Source: pgtt
Version: 4.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 197
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-15-pgtt_4.4-1.pgdg+1_arm64.deb
Size: 60500
SHA256: 1fa033f0c491110063d50e14ed25838168262d9033ca21d1b6df0babe9b80574
SHA1: 47a828a434ad9c81eb32cc7685639021ba7e8d4d
MD5sum: 4e88d2f3aa6ad15ea35eaec02069e1ec
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-15-pgtt-dbgsym
Source: pgtt
Version: 4.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-15-pgtt (= 4.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-15-pgtt-dbgsym_4.4-1.pgdg+1_arm64.deb
Size: 78964
SHA256: 6a83281777838b947c72413aeeb0fc368abcc1eeed011b42a91a4cef44adcb0f
SHA1: f81960c964a79702525b829997b4eab571e0f9a8
MD5sum: ba53bdbaffa974bcf6e8fe51fd7b80a5
Description: debug symbols for postgresql-15-pgtt
Build-Ids: a00da85b5384d1fcd3b5d7a6b4738f722ede4d9d
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-16-credcheck
Source: credcheck
Version: 3.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-16-credcheck_3.0-2.pgdg+1_arm64.deb
Size: 66068
SHA256: 27f4af7a6e05cfa02e3ee37224b9f60657baf4d1d34555fdc33e492cc0f2f79e
SHA1: 0af2aeb6a5a7697e10c9afd447d4360dd1695c50
MD5sum: 174a7b2dae33ccf5bc15d7dd512084a8
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-16-credcheck-dbgsym
Source: credcheck
Version: 3.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-16-credcheck (= 3.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-16-credcheck-dbgsym_3.0-2.pgdg+1_arm64.deb
Size: 71520
SHA256: bf0147f3b38de46c02e1c6485f827a8b82142cdbd3c2eea7927ec44730af2244
SHA1: 6cd09b90f8e92fd5a5e4097e62c60123ca761e9d
MD5sum: bca555f2262320be4700180a6ea7f81a
Description: debug symbols for postgresql-16-credcheck
Build-Ids: 166ccf1f86a0c525d6c21d5135b5d0ae7f00c2fd
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-16-icu-ext
Source: icu-ext
Version: 1.10.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 339
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.17), libicu76 (>= 76.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-16-icu-ext_1.10.0-1.pgdg+1_arm64.deb
Size: 96488
SHA256: 682ed4fd65fda019dea418a4a85e14b90a1e3f51e4e2297149742e3c6197dfd4
SHA1: de22e19aea729e41f0e9b173e90cea260ff27e67
MD5sum: 6f7a9d6258f1a9af68b1a1979d930413
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-16-icu-ext-dbgsym
Source: icu-ext
Version: 1.10.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 123
Depends: postgresql-16-icu-ext (= 1.10.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-16-icu-ext-dbgsym_1.10.0-1.pgdg+1_arm64.deb
Size: 97484
SHA256: fb758407d04d5d8dbc497f61c9377b1934be7e4b42557fec2253f1dfa52bf87a
SHA1: 24f3c9c0c6123a118f9ee663971be0873927d91e
MD5sum: 933a7a099f50c4341aaec8bf699e7f67
Description: debug symbols for postgresql-16-icu-ext
Build-Ids: 5e28b43ded80794a2d553a13a46d9042614ad654
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-16-pgtt
Source: pgtt
Version: 4.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 197
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-16-pgtt_4.4-1.pgdg+1_arm64.deb
Size: 60344
SHA256: bf060b9bfd4921b75947506663dec5014f1eda3cb2e5d9f90603ebbb768fd092
SHA1: b7971057beb1530727380ecfd004e4e28d2b125c
MD5sum: 94543f9deb85402f1c40141ffbe6598b
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-16-pgtt-dbgsym
Source: pgtt
Version: 4.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-16-pgtt (= 4.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-16-pgtt-dbgsym_4.4-1.pgdg+1_arm64.deb
Size: 80360
SHA256: 76a610a9bb2c2c9a08c915e7103c1ed951e8d9a61aa36ac025d6d0956e06b0e3
SHA1: a0874f5f3e6ec7ba0699f32e302f296b74b87134
MD5sum: dc096de1984d73fd4032c8da5c5c72fa
Description: debug symbols for postgresql-16-pgtt
Build-Ids: 37fa0f5cd5417d10ca7f1a246b94b385d227656d
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-17-credcheck
Source: credcheck
Version: 3.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-17-credcheck_3.0-2.pgdg+1_arm64.deb
Size: 66088
SHA256: 71f810c3581deda79da6ce34fa013e3402ab831028efbaa61e38bbe918e9508b
SHA1: 27c52fc87d1e564292f8fd2035afcc0298b4fb7d
MD5sum: 7da36e79d43a8439290988899b2c7e7f
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-17-credcheck-dbgsym
Source: credcheck
Version: 3.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-17-credcheck (= 3.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-17-credcheck-dbgsym_3.0-2.pgdg+1_arm64.deb
Size: 74724
SHA256: d972302231b3b29af6ec45461a491848a1ed85b68f0846915377f0c12884e000
SHA1: aa199e6bf859213c149fd5213e2011a097298eb5
MD5sum: b66fc412a2f824f228fa3e4afcdfa8ec
Description: debug symbols for postgresql-17-credcheck
Build-Ids: 2259182d2f18f92bf8181669e1a6cc3b1fc5784c
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-17-icu-ext
Source: icu-ext
Version: 1.10.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 339
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.17), libicu76 (>= 76.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-17-icu-ext_1.10.0-1.pgdg+1_arm64.deb
Size: 96796
SHA256: 7b84820bd2c17fb9f47b844210d9522734f1080cf5379267f19d63c076b5fa1b
SHA1: bcb3b601e19eab8b9c05580d9c5bc0b4f20c9168
MD5sum: 950e75ead0bf3534d28e684860cbcc30
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-17-icu-ext-dbgsym
Source: icu-ext
Version: 1.10.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: postgresql-17-icu-ext (= 1.10.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-17-icu-ext-dbgsym_1.10.0-1.pgdg+1_arm64.deb
Size: 98360
SHA256: 623223da525473994337350d1e748b260732ac92cfb91a4f7531f2e2b1232510
SHA1: 9ba62419e9da0d03c86713c5a0f7a62e164dad3f
MD5sum: fc2e203329bf7be215a6513b0cb4e8ee
Description: debug symbols for postgresql-17-icu-ext
Build-Ids: 6586ab728c37b6f0db8f205868fe8b1940d034c7
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-17-pgtt
Source: pgtt
Version: 4.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 197
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-17-pgtt_4.4-1.pgdg+1_arm64.deb
Size: 60228
SHA256: f3b89d1956c60e62b1b493b384e6f2efd13afae3a8ea9c268cf0b02a56ed2cfe
SHA1: 56aba55feda4f445a2226bf6439c948da45a869c
MD5sum: b2747647e515599c2439da824d7aba9a
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-17-pgtt-dbgsym
Source: pgtt
Version: 4.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-17-pgtt (= 4.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-17-pgtt-dbgsym_4.4-1.pgdg+1_arm64.deb
Size: 81788
SHA256: 60001517ec1a37deeefaa85f88d68b8dead4ff61aaa24969c1a6256adc7d4c3b
SHA1: 8d86e52d1154cc1fc82a6794c819f40f9f1d33fc
MD5sum: 409ecc5c5f9c380c212a1c5f88a1d505
Description: debug symbols for postgresql-17-pgtt
Build-Ids: 4f77ac42cf9775283a69c47aaec15d8923e03d28
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-18-credcheck
Source: credcheck
Version: 3.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-18, libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-18-credcheck_3.0-2.pgdg+1_arm64.deb
Size: 66104
SHA256: 0ca17a8440b801ef5e3236d33bfb4a70fdc05df8dd96f394402b231ac2875db9
SHA1: 73e1b2d0bd68455d8297942eb27f6b08fdf1ccde
MD5sum: 882714245ab072bf1226b431cf2ca70a
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-18-credcheck-dbgsym
Source: credcheck
Version: 3.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-18-credcheck (= 3.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-18-credcheck-dbgsym_3.0-2.pgdg+1_arm64.deb
Size: 75960
SHA256: b8cf6d95a1e88310babb5a92243a4c40f3f00497375f3e0e97e0cbbb9205de58
SHA1: df97c6472d89594762881b471cae8fa19169ac75
MD5sum: 052359cc9836c558667bd67d4da1e9d2
Description: debug symbols for postgresql-18-credcheck
Build-Ids: 8d4a25a4f588e6d5051f8d4bbf0a0cff3b4fdbe3
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-18-icu-ext
Source: icu-ext
Version: 1.10.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 339
Depends: postgresql-18, libc6 (>= 2.17), libicu76 (>= 76.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-18-icu-ext_1.10.0-1.pgdg+1_arm64.deb
Size: 96500
SHA256: 4f108ad00862c17942bfbd9c60bfc6768007f836a96906e747837903132c696f
SHA1: f40f0f7e90302f7df1a8b6d0d60bcd770ca14eb1
MD5sum: e1bb3696af8039bd693208e5893fa352
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-18-icu-ext-dbgsym
Source: icu-ext
Version: 1.10.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: postgresql-18-icu-ext (= 1.10.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-18-icu-ext-dbgsym_1.10.0-1.pgdg+1_arm64.deb
Size: 98804
SHA256: 43f8ee1409e484f86d00d7676bca94b6aced184d8ffc697160e26d1f35ef558a
SHA1: 8930ff977b6b0b994d3740195007f4872adb3d0c
MD5sum: 30cdd21642d878ad9284f5dc22a1fcf4
Description: debug symbols for postgresql-18-icu-ext
Build-Ids: fe9ebe584f659d364b3edd616bc4e0f6725e9b47
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-18-pgtt
Source: pgtt
Version: 4.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 197
Depends: postgresql-18, libc6 (>= 2.17)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-18-pgtt_4.4-1.pgdg+1_arm64.deb
Size: 60268
SHA256: 7fd31cbee3694b89f53b3f36f4695561770362ae1bede7611bddb52e9a6af813
SHA1: 43d3642d650e2e293aa420e6416ed5285d92098a
MD5sum: e1a79702ac5cc7ef92987fd9fd0ce5e6
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-18-pgtt-dbgsym
Source: pgtt
Version: 4.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: postgresql-18-pgtt (= 4.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-18-pgtt-dbgsym_4.4-1.pgdg+1_arm64.deb
Size: 82988
SHA256: f23872d2fbb040108a604f6e53fefcab2520fcb67b22e34a00fd59967b796fc8
SHA1: e11399d250ffc9549efb291ec10b65135c66b6ea
MD5sum: 2a4c72d52c36968788d920da30b21633
Description: debug symbols for postgresql-18-pgtt
Build-Ids: d3eea803cfcb92b20485b932b5647c347fa7b7d3
Timestamp: 2025-07-07 12:52:42+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.21.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12753
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.21.0+dfsg-1.pgdg+1_arm64.deb
Size: 386764
SHA256: 7d118a5508e7ce77cf4fa777784f7cf9d6cb30a2e91509cb8bb839a4ff9f02ab
SHA1: b9cc440064d29cabea8a08c186a1bd1e71283c93
MD5sum: a7c5cde8e583b81f1c95cde7c10ddfb6
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-07-09 09:52:38+00

Package: postgresql-15-timescaledb-dbgsym
Source: timescaledb
Version: 2.21.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1252
Depends: postgresql-15-timescaledb (= 2.21.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.21.0+dfsg-1.pgdg+1_arm64.deb
Size: 1126916
SHA256: 70341ea6467a841670f73dd1dbee6198aab65ef1439984fa55a7cfda6804198b
SHA1: e741737b8f97db5d423d5d25ff16ea5b027c11df
MD5sum: 06c89d552de936da2a62fac3972863aa
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: c95d9e45fed82add8e933674b425df11ec9ac944 e0db9cc41da543db5fb781ca6d73c745a1685528
Timestamp: 2025-07-09 09:52:38+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.21.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12753
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.21.0+dfsg-1.pgdg+1_arm64.deb
Size: 385980
SHA256: 36a392d198a2fdaecebcb8580be7ff29594af4704397b64569d36fa39f35f338
SHA1: 6c0df275d1571480abd62e082495a45073aaa21d
MD5sum: 97f81b46ebe43e1defee2b1b31d73f2e
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-07-09 09:52:38+00

Package: postgresql-16-timescaledb-dbgsym
Source: timescaledb
Version: 2.21.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1309
Depends: postgresql-16-timescaledb (= 2.21.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.21.0+dfsg-1.pgdg+1_arm64.deb
Size: 1184912
SHA256: 2f941a88684798431d0e966fda83825e518802b9744ceee8df1aa08da6b0097f
SHA1: f33175cf28d958804fe29bab6e7c7d45a2e6c121
MD5sum: 570f7dcfcf8c0eac5127c2aef336d148
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: 27dfa4b7ebbd68eb22c8432f540a05a0813e9ff2 98c9d017e1723edbe7b938b3b0186321ca3b8e86
Timestamp: 2025-07-09 09:52:38+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.21.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12753
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.21.0+dfsg-1.pgdg+1_arm64.deb
Size: 386064
SHA256: 11fdfd8b47f09710612a4355f321efada61a2b3d6c93ecebe07d416d4e50d7e0
SHA1: 8ec5720e319f6d418e1c0c2852bd1602ce5dfcb1
MD5sum: 3a0eac4d2a21dff991c569ebdd583ccb
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-07-09 09:52:38+00

Package: postgresql-17-timescaledb-dbgsym
Source: timescaledb
Version: 2.21.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1313
Depends: postgresql-17-timescaledb (= 2.21.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.21.0+dfsg-1.pgdg+1_arm64.deb
Size: 1192264
SHA256: a62a7a290df0bd09c76d40409e63d723096354f77402680a69a3ec8811eff7fd
SHA1: 96b67355094ef585b2b9a6777fbf17385188dda3
MD5sum: 2c5ac154f5af29accaa3d3bcd4c7616d
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: 003f43f8642268f8bdb8fc61148f3e2e827a94fe e6e545abf395b3cf93849e67359cd11d0bcad4cd
Timestamp: 2025-07-09 09:52:38+00

Package: postgresql-18-set-user-dbgsym
Source: postgresql-set-user
Version: 4.1.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-18-set-user (= 4.1.0-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-18-set-user-dbgsym_4.1.0-1.pgdg+2_arm64.deb
Size: 51940
SHA256: 28b57dd5775a4afb560f70ea853f9f18a9799d727751a10454235291b445bcf2
SHA1: f520c1529f2f677c5512770ac1f0eca95b10d79b
MD5sum: 5765d55d48d611a902d5bad39a84d2cf
Description: debug symbols for postgresql-18-set-user
Build-Ids: 42887c69b483cdc5acc55a2ab4efb4db45f9cec1
Timestamp: 2025-07-09 09:52:38+00

Package: libecpg-compat3
Source: postgresql-18
Version: 18~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/libs
Filename: pool/18/p/postgresql-18/libecpg-compat3_18~beta2-1.pgdg+1_arm64.deb
Size: 12740
SHA256: bd67ef290f599025940da9b8007350ae78c07129d3bdf561562f6ed9eea8fdb7
SHA1: b4c5d02abe232130648e15892d77a538a68f6296
MD5sum: 44cb65d7cc16f90e36f6bf2dca7c0321
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.
Timestamp: 2025-07-18 12:46:59+00

Package: libecpg-compat3-dbgsym
Source: postgresql-18
Version: 18~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 18~beta2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/libecpg-compat3-dbgsym_18~beta2-1.pgdg+1_arm64.deb
Size: 16964
SHA256: 35556df7564d09e85936515977d244ae819fb2c867c8d37af71ffdb000579f21
SHA1: eef744b757f4ee1b00b80724668183173f21d709
MD5sum: 566acf89ce8d278a72fcbac5985b0f1a
Description: debug symbols for libecpg-compat3
Build-Ids: 1bf1096fa2a46def0a8388fbc53df0dcceae2602
Timestamp: 2025-07-18 12:46:59+00

Package: libecpg-dev
Source: postgresql-18
Version: 18~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1566
Depends: libecpg-compat3 (= 18~beta2-1.pgdg+1), libecpg6 (= 18~beta2-1.pgdg+1), libpgtypes3 (= 18~beta2-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/libdevel
Filename: pool/18/p/postgresql-18/libecpg-dev_18~beta2-1.pgdg+1_arm64.deb
Size: 251484
SHA256: 3877ce0267f589083e1ceb43105dc00af5bd389baec887a8e886ff0d7b7b6be2
SHA1: fe6ba910f9201daaae43ed05d524bb474a38b7ba
MD5sum: eacb46dd7a5648ded914514354ee9671
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).
Timestamp: 2025-07-18 12:46:59+00

Package: libecpg-dev-dbgsym
Source: postgresql-18
Version: 18~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1061
Depends: libecpg-dev (= 18~beta2-1.pgdg+1)
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/libecpg-dev-dbgsym_18~beta2-1.pgdg+1_arm64.deb
Size: 170588
SHA256: db7881a4f055c2758176306cd22e9907f9a7bd2ee74cdfa1623b2440a68cdc2b
SHA1: 02b79eb2b916fef5a1c35354456433e69178ce4b
MD5sum: c5049cfa4f72b23b3ebf05c7433cff02
Description: debug symbols for libecpg-dev
Build-Ids: 866d1284535c4c6aac47b7107a0ccd40e69a6e1f
Timestamp: 2025-07-18 12:46:59+00

Package: libecpg6
Source: postgresql-18
Version: 18~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 273
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/libs
Filename: pool/18/p/postgresql-18/libecpg6_18~beta2-1.pgdg+1_arm64.deb
Size: 55408
SHA256: 61bec2567049ceb6cbf7c788a8bd55cb489341e95d23125fc9b49ef6a9f9b33f
SHA1: 1f445fe40db82d88fc62cf3b7b83e6329e359dc1
MD5sum: 103c6aa71ab87c91095b45fc636e0fea
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.
Timestamp: 2025-07-18 12:46:59+00

Package: libecpg6-dbgsym
Source: postgresql-18
Version: 18~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: libecpg6 (= 18~beta2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/libecpg6-dbgsym_18~beta2-1.pgdg+1_arm64.deb
Size: 114692
SHA256: 090692f7a9b7ef8b7dcac9516a8bef71d38a560d912ff823e56fea98e7542e88
SHA1: a65807b579c2e8cd9da5b52f8409d2b6a307efe6
MD5sum: 51ce6a16eae5ff8d968b3992465f8b4e
Description: debug symbols for libecpg6
Build-Ids: 7cd1d7c996e0daad9543ed760bf781f62e2551f1
Timestamp: 2025-07-18 12:46:59+00

Package: libpgtypes3
Source: postgresql-18
Version: 18~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/libs
Filename: pool/18/p/postgresql-18/libpgtypes3_18~beta2-1.pgdg+1_arm64.deb
Size: 39404
SHA256: ed661bcb66a8f88c22d4e1ba3a3b3f61d1b8859163beb03557943104517d5477
SHA1: bece212799ebd1f86cd6500d38efe7d03b27e6d9
MD5sum: 796589c247979d28ba6ca30ab46b72ae
Description: shared library libpgtypes for PostgreSQL 18
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-07-18 12:46:59+00

Package: libpgtypes3-dbgsym
Source: postgresql-18
Version: 18~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libpgtypes3 (= 18~beta2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/libpgtypes3-dbgsym_18~beta2-1.pgdg+1_arm64.deb
Size: 90236
SHA256: bcb4ec769986cd5d2ff5b43cf74c5b1164ad30f5ab8858384f34d95638df4a73
SHA1: e46956760af2b8dadb1c2e260e77b32f26b2deaa
MD5sum: b5cca583a66875df276adf054dcc19a1
Description: debug symbols for libpgtypes3
Build-Ids: 8f970d992a32e3f3d24d0874fc155a2fffd1a872
Timestamp: 2025-07-18 12:46:59+00

Package: libpq-dev
Source: postgresql-18
Version: 18~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 702
Depends: libpq5 (= 18~beta2-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-18
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/libdevel
Filename: pool/18/p/postgresql-18/libpq-dev_18~beta2-1.pgdg+1_arm64.deb
Size: 162084
SHA256: af3f68dea3beec0831a92fc1dae482bf30557f63af54e2cc3216cb911deb7f69
SHA1: 55986cb5df463ee86857901bd1f7c7c6034dec05
MD5sum: 927916a022d52ae6d40583da30450825
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.
Timestamp: 2025-07-18 12:46:59+00

Package: libpq-oauth
Source: postgresql-18
Version: 18~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: libpq5 (= 18~beta2-1.pgdg+1), libc6 (>= 2.38), libcurl4t64 (>= 7.16.3)
Provides: libpq-oauth-18
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/libs
Filename: pool/18/p/postgresql-18/libpq-oauth_18~beta2-1.pgdg+1_arm64.deb
Size: 35752
SHA256: 8069ceb38c47c9acf9385e692bd29fe8a30626ab94e07f44511f30dd80aee531
SHA1: 143d0f99d7ebf18d7e6f83bed168d6bd25ca23ac
MD5sum: 4d69650bf218047e64dd42c81b40bb7b
Description: PostgreSQL C client library - OAuth flow
 libpq-oauth is an optional module for libpq5 implementing the Device
 Authorization flow for OAuth clients (RFC 8628). It is maintained as
 its own shared library in order to isolate its dependency on libcurl.
 (End users who don't want the Curl dependency can simply choose not
 to install this module.)
 .
 If a connection string allows the use of OAuth, and the server asks
 for it, and a libpq client has not installed its own custom OAuth
 flow, libpq will attempt to delay-load this module using dlopen() and
 the following ABI. Failure to load results in a failed connection.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-07-18 12:46:59+00

Package: libpq-oauth-dbgsym
Source: postgresql-18
Version: 18~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: libpq-oauth (= 18~beta2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/libpq-oauth-dbgsym_18~beta2-1.pgdg+1_arm64.deb
Size: 103388
SHA256: 7d8670802457f6e89ccd3569fc578fa23b5ea2a53e2790f6dc6880910046ce4e
SHA1: 84989d35b83f2b392862ce95a533a1d176256b92
MD5sum: f895fc353e12f0ab941e1607469f1be3
Description: debug symbols for libpq-oauth
Build-Ids: c3cf6c046ecfa76589eb69754b944722b1b7f8ac
Timestamp: 2025-07-18 12:46:59+00

Package: libpq5
Source: postgresql-18
Version: 18~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1212
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Recommends: ca-certificates
Suggests: libpq-oauth
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/libs
Filename: pool/18/p/postgresql-18/libpq5_18~beta2-1.pgdg+1_arm64.deb
Size: 238152
SHA256: d139448e8ef3147c8351c02a24a370afd5ec0e753d0c23ad80e706c2d558d300
SHA1: b554aaeda8b8fddef8a91cf9957fcf22f7ad757c
MD5sum: 09cc84a73c4e26b534ae02c5d29bbe2a
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. SSL certificate validation (the sslrootcert=system connection
 option) requires the ca-certificates package.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-07-18 12:46:59+00

Package: libpq5-dbgsym
Source: postgresql-18
Version: 18~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 381
Depends: libpq5 (= 18~beta2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/libpq5-dbgsym_18~beta2-1.pgdg+1_arm64.deb
Size: 342040
SHA256: 18537cef048965bbeacbab4f5b60d6e3120f8c26cae04eb5eb822ee38b8c717e
SHA1: 47e7b6f2d3ecc97bfa4cca606d71fa20af53832b
MD5sum: 94bd7c9052045e0f42a01189142af481
Description: debug symbols for libpq5
Build-Ids: 16a79bacdf2b13e84c065899bb0bd488fa6d66b2
Timestamp: 2025-07-18 12:46:59+00

Package: postgresql-18
Version: 18~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39377
Depends: locales | locales-all, postgresql-client-18 (= 18~beta2-1.pgdg+1), postgresql-common (>= 275~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), liblz4-1 (>= 0.0~r130), libnuma1 (>= 2.0.11), libpam0g (>= 0.99.7.1), libpq5 (>= 17~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libsystemd0, liburing2 (>= 2.3), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: postgresql-18-jit, sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-contrib-18
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/database
Filename: pool/18/p/postgresql-18/postgresql-18_18~beta2-1.pgdg+1_arm64.deb
Size: 7168364
SHA256: 864691116add654a58a38dfb2b9aae3721e3b4d499891826e8650c5b8fa3bd41
SHA1: c7ddc1e30bae24e9e3a2527c4965d70a3af3c137
MD5sum: 1547d5dbfeedd1c92763cbe7b0925a13
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 18.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202506291-1800
Timestamp: 2025-07-18 12:46:59+00

Package: postgresql-18-dbgsym
Source: postgresql-18
Version: 18~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34446
Depends: postgresql-18 (= 18~beta2-1.pgdg+1)
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/postgresql-18-dbgsym_18~beta2-1.pgdg+1_arm64.deb
Size: 19987068
SHA256: 667a71100e28aec63f4ebc0b2d2323845195e41f93de5dd435634aa4bc8d47a3
SHA1: 5b16d9ae6e5bff094de6f5988553bee1d5fd2f63
MD5sum: 932411efe98be75ecb3e90ead07c47a3
Description: debug symbols for postgresql-18
Build-Ids: 000843bbfc77239760b8668b9fff65cf167a2e40 0494a29147ba3fed1b4dd7356ba4d5f3546120c1 077faca5e170452c56f9350ecd5957321d0ac58c 08506e683e6c874acdc1562b7c00e2b5ca085102 09aa3c2b9781f286fd08cb3a92e5fd113e7f8859 0a590fe12db29c627a3891a60683973a087d2f8e 0f9981fb0d65f4fd03fd3ac75bda115bdb37cfb7 1024ba91737794e136c41af3e6c4f7bf5be8be8d 131827959769e7936c8ba239fabf481ae873364b 134dadb12a06ffb0eb3940329ca462186d9dd6e1 1408cbc014fd0eb7cff6f392cf8845f698146929 17a597b4a44b361974b495a80d6c8d884ab3c3cd 193635de30e447628bad943d5abdfcaec2b27a75 2395801e7d5993d54aaaf28a1640af9607d8b852 2467f688cf0d4052b50daf4ccbd136ee2397d159 279646abdb2d9f7934306ec16217dfc9bad98ce7 29228a5fedb56e677fc17db6118e43c0fd794893 29f3613a11a76c540f7da80a021774d657e90b89 2b9815bbbae9a4b3ae160efc31c6d3d53677bbee 3706b2a6392199d8f9e8a9ee09d53d093c594329 371b816cde76a541f97b3feba6ba1a08c6ddb07e 396af7964abe197eab6beda252a7d624cd4bb23d 39e43ce2d2098b97275a4699bcd0c103ffed899b 3d7f6d26d28b8844a8c26362f33c71a2278397f8 3f9c17d65daab248fe97802ae92c1b82281db351 408723d240e4b5bb5b62f72ceb1031d598a34bed 4244acc621f4e4d8be67d3a8318d36b4ed167320 4256f9079a1bb841475382242c228c8f7a569e80 448ee0507448faee91ea112e9096f48ac55fbaa8 4ecc073ac6ca854c83e4cca2e0defaef039b30b2 50e07cc4600fad4af3ca49c6ffdef7a9d44190f2 51227cc920c42ba6c959b89349c467eb230933d2 54709ed484dc05577e4c6c8babb3e2dce40ee576 556da501589468bf67bb2edc19e01e7f21551d34 55a82ae148f5eead9f915c06dbd9a86e8493e25e 580d7ebcd3a8c34649c4fbef982c8c9b5b9780cd 59a4a3364089ff87e0b28b6f0a24938c1fe78874 5b492f607e9fdd894ffc32e81330be7c7abf918e 5dac8f76bc9bfb955ff69c499443977d441f5c84 5e5809a46d744d30440a87e701cb135f7e1bf856 5ebed5df7f3d563bde0978a58f54a490ac82bcca 5f21f236e42075824680d3ac3b99ed5bfb82473a 5f587785e5d25231bec294d2ffcd234940758511 61e417ab2e5df5ca62b13a28bb86f0e0aaf58ffd 62c071dbf4f51b35260796b7a37a6b35817d3f27 66154eeeb710474852a0f5f2759c6df14a99d9d3 68f1d9d1bf326c0a04b8b6da9596d3e8764df8ec 6a8d1cb90ea4702f4be0a3c9e6be468ba3215d0e 6bb44881ed331d1d105ea082ea95b5d761726174 6e369326803fc22421acefe9fc81b1447564435b 70fab93fd324361a8f32a729c9c1070823f82151 72ba6289da784cb5ff82e991b72e7200e9d15675 7701cefada644960c43b5d4f23199be036b240d9 7962d899c6900b761d351b252988b89a7247bf71 80704b04d393c8b343edd2a46a652d041320e043 8130b18a703253874cddacd05d1a817a6e973864 830654d5e50e317bee8746e842b1c4feb52ae067 83598c9fb687948eba802de69bd75e309c020333 856f7743982c918271505a917df65dc66215adb7 865ff3f8a28319074e74068591da13b618c419dc 87cea356fbec4faf0824bc51101dd1c56f61386b 89e328bd811afd9dba245d5163485b3af97bae65 8fb2770541c6af18d182a8d7c03e6e9adb122ea4 9b782ade5169890d3d888f501380c1779265628f 9c84cb499ab0931acfad8ece50d431ce8b48f878 a3f5b9feeb2ecebd5addb01eb08882d4a487c677 a58dbadbab428c3d23dcdecd909436328b1af490 ac5db32d0e849a5f2adbe1cdd189ba0ef7ec9a1e ad7c37a40f47608dd247a840ab2e261e53fa1d1a b1425063c012718939399351203723a966cea323 b1cfb78165b6e80dc74ae135e72978951d154544 b71f6e04208a7756998f664d80e15bca9717b0a2 b924356a26ec7fa7b0615435cc32e42028aa0972 bc7d4c06201dc2913d160b0063d5512c52a05eff bd5d8ed32fa780e3f4dc673d0337ed64bdac5234 c1b93e432d454a6f7a5a5dd7ec5c9a0d81df5323 c253da41ff3d34def21640a8778d64f6de983259 c2fe3c7afdc7b93c02bc7dd4eadc025a4e33dced c6ec5e16020b1d37aa326facbc12182c5915742e c8d8c351d29ee4039c0e01f84ac06baed1d258a3 ccd249bd0d0ac0d6d2058d91d080f496a7c7933b cec9a0d619cd06422b9d3b8a219b7aeb9b173643 d3bd82d0d331bdb8982468d9159f59bee0d2aaef d4b7cd721e1632dd75462746f5391d8f8756a62c d8cc18e62fe781cf09be8833ddee7423ba76a844 dac63ebc69fc70dafe8fc314dbb321892dada7fa e2155c2a259b1454afa1fd2a94e3d7808e0b4566 e58785d8cacfe5b21f1d6246a0b63a59a28864ed e5c44ed163da92458c4f1ff3cd9989f4f9d27470 e5f2f073d363bd9128cf1f9d174f7df84ac25ffe e646e5eb0504539dc3b8481b00a637f3ebd3a436 e700c4710c074b83a18e966ee14171568760c711 ee27319ae62c3f2433b8d53d5466058f9890eb10 ee6b9dba5e543b316d9a705d2edba35c113e4aba f65a1e56a60eafc3a972aae24eae923d5611aa9a f792248f5810c4d27cb0e698a899c642871be9f6 fa3261d429bd3a2d93528340277fad93b6354478
Postgresql-Catversion: 202506291-1800
Timestamp: 2025-07-18 12:46:59+00

Package: postgresql-18-jit
Source: postgresql-18
Version: 18~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26755
Depends: postgresql-18 (= 18~beta2-1.pgdg+1), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libllvm19 (>= 1:19.1.0), libstdc++6 (>= 5.2)
Provides: postgresql-18-jit-llvm (= 19)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/database
Filename: pool/18/p/postgresql-18/postgresql-18-jit_18~beta2-1.pgdg+1_arm64.deb
Size: 10859312
SHA256: 15ab9f80af1689db63705259fddd29d9693c129881ac25902e69e5a4d3ea9131
SHA1: defe5886b0662c58a4735ddf94d252e9affc1ecb
MD5sum: 7ec94c1d3ae0ac4f764e90bd0f940b6a
Description: LLVM JIT support for PostgreSQL 18
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides LLVM-based query JITing for PostgreSQL 18.
Timestamp: 2025-07-18 12:46:59+00

Package: postgresql-18-jit-dbgsym
Source: postgresql-18
Version: 18~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1682
Depends: postgresql-18-jit (= 18~beta2-1.pgdg+1)
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/postgresql-18-jit-dbgsym_18~beta2-1.pgdg+1_arm64.deb
Size: 1677708
SHA256: 1f616a0df91c722503369ec10a8501b7e64229f7727fabeb9d96263f42e4514c
SHA1: cf0f40f150769c67b4b5b295022bad95d68059f0
MD5sum: 85b447ac30fd29459909938830317250
Description: debug symbols for postgresql-18-jit
Build-Ids: d6e91ca0f4532dc2bd6ed21bea9ebadcc92c9029
Timestamp: 2025-07-18 12:46:59+00

Package: postgresql-client-18
Source: postgresql-18
Version: 18~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11730
Depends: libpq5 (>= 18~beta2), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-18, postgresql-doc-18
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/database
Filename: pool/18/p/postgresql-18/postgresql-client-18_18~beta2-1.pgdg+1_arm64.deb
Size: 2086432
SHA256: 9bcb15ccbf914faf43a882e6bb3e3d2cce3034658d8a229fd0a5f6f319cb629f
SHA1: d64a5912798b85189bfec6bed55f548c3db67167
MD5sum: 5564a84f42190269441476fe48f9d5ee
Description: front-end programs for PostgreSQL 18
 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 18. If you install
 PostgreSQL 18 on a standalone machine, you need the server package
 postgresql-18, 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.
Timestamp: 2025-07-18 12:46:59+00

Package: postgresql-client-18-dbgsym
Source: postgresql-18
Version: 18~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7808
Depends: postgresql-client-18 (= 18~beta2-1.pgdg+1)
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/postgresql-client-18-dbgsym_18~beta2-1.pgdg+1_arm64.deb
Size: 3346392
SHA256: b457b8786db219db45b5f0e38f674f1cfe07f53256fa23b4f8ed11cae1296236
SHA1: dc95f33f7fd7144fe1c7649b83a0784d976e1f8a
MD5sum: 9d961ec2c776ac9f50024f192741acb0
Description: debug symbols for postgresql-client-18
Build-Ids: 0b0adcab5d2a9c2f4ae74e549e4b809005b4a4bf 25ac170d8cee71314b2b83db56defe369675830c 2de467f06bbd4a6d3c5ec25971472b8ca7178375 4337a72eeb1fdba7cb78fea7d980a56906ade337 49242d2ae87d439819228c5a58e6eb39a0216532 59d77b7943137314622ce479ccc6411f094fa563 628fc65bc8f9c576038531c08edf44c17aac831b 62a9ac08280fbb1dcd275acefb4fa75fb5e8c8a3 654f4bdf682bf5934ac7914d4daf07bb29fd32a8 6ac144bccaa1ffd2497a22607d63cfaab0acea5c 739f924ed81de9ba5b1d0864c787c43b0a39655c 828461237be12e609511f42c189e8f49e5db6534 84da3ceb92c231000bc45a7a8469ac57329ee6b0 98d4ec5aa83c890cdd91942776eb33d0eb694a2a add138dd0df3aac017555611d572a8edae0ea626 d037220667a12d2be1a0a3603b8f082704f38db6 df4494b8255a103e48153fd8c402fb15165b7522 df4954ce162941eae9c8e97292ea2d0026c2f036 e07a0c81833ac41ccd0a4e8bad6952dec1843ef2 e538d253254bc2485197185157908b41f262e43d ec2fc04817087f2680b38c9e09d9c4f48a05bcc3 edba14f9bb0ed6c7bdec9c49ff1e07e435d3c2cb
Timestamp: 2025-07-18 12:46:59+00

Package: postgresql-doc-18
Source: postgresql-18
Version: 18~beta2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17267
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/doc
Filename: pool/18/p/postgresql-18/postgresql-doc-18_18~beta2-1.pgdg+1_all.deb
Size: 2167632
SHA256: cddb640c19066f2dd1f11c9aa3f6fee00924a47dfd7314a60c733556fae8f9bb
SHA1: 9cbf048a86965896ef14f157eab303da2506af80
MD5sum: 8321af683d5bec0e0590bec6b1c5bcaa
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 18. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-07-18 12:46:59+00

Package: postgresql-plperl-18
Source: postgresql-18
Version: 18~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 537
Depends: perl, postgresql-18 (= 18~beta2-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/database
Filename: pool/18/p/postgresql-18/postgresql-plperl-18_18~beta2-1.pgdg+1_arm64.deb
Size: 63496
SHA256: 633bc24ddce82940245e444c6905141f4fea5f99d41506bccac3e414a61519d4
SHA1: a309789b96527b0688e7658b68ba82d04a95a2ca
MD5sum: 58c83bb41869b600c9625707a525b61a
Description: PL/Perl procedural language for PostgreSQL 18
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in Perl.  You need this package if you have any
 PostgreSQL 18 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-07-18 12:46:59+00

Package: postgresql-plperl-18-dbgsym
Source: postgresql-18
Version: 18~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 249
Depends: postgresql-plperl-18 (= 18~beta2-1.pgdg+1)
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/postgresql-plperl-18-dbgsym_18~beta2-1.pgdg+1_arm64.deb
Size: 202756
SHA256: 05177bbb0ef41c4214086cc2447d2c6bda354ec3e7f6e1502ed8439925129123
SHA1: 0ee12507cc038007eb357493fe578c638d246926
MD5sum: ca11ef75468bb8db8414df04847dc74e
Description: debug symbols for postgresql-plperl-18
Build-Ids: 527c78c2797e579073e80e0084557fe3dbd543f0 a2aa1c51171fd3b277ef3f948424f0c552b09926 b472e44121f9272ba991e4dc4d90617f5ce502a2 e51dded12479dbfb8fe474c956fe4e94d58db876
Timestamp: 2025-07-18 12:46:59+00

Package: postgresql-plpython3-18
Source: postgresql-18
Version: 18~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 635
Depends: postgresql-18 (= 18~beta2-1.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/database
Filename: pool/18/p/postgresql-18/postgresql-plpython3-18_18~beta2-1.pgdg+1_arm64.deb
Size: 86984
SHA256: 36704d4614357f38b1ace11d16518382f4ddb9d082001cbcd6af060408bf09a9
SHA1: b3b9b1b12a7c35df4e912314f73c204713167966
MD5sum: 68a30a9db2b0f51d772246689b2a5b9a
Description: PL/Python 3 procedural language for PostgreSQL 18
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in Python 3.  You need this package if you have any
 PostgreSQL 18 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-07-18 12:46:59+00

Package: postgresql-plpython3-18-dbgsym
Source: postgresql-18
Version: 18~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 243
Depends: postgresql-plpython3-18 (= 18~beta2-1.pgdg+1)
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/postgresql-plpython3-18-dbgsym_18~beta2-1.pgdg+1_arm64.deb
Size: 189796
SHA256: b7020a8df872acd1f351a6838fcbaf892f470c8b0250a2dda875266c1a0f3f25
SHA1: b9654d067d6e8b233e4b8205f630b6c63ff4972b
MD5sum: 0d93be30c3b70223551c7112e1d74d4e
Description: debug symbols for postgresql-plpython3-18
Build-Ids: 7df8f6fdc3c073464501542736f09ae6e3339914 8eeeb0a0a943ff38ee1748839ab790fda441305c cbda0c73933b4c4614587845b04deb8b34023637 d61b5d8df1b1e1f6cea2e8e6ba2d0120a5a7a3a9
Timestamp: 2025-07-18 12:46:59+00

Package: postgresql-pltcl-18
Source: postgresql-18
Version: 18~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: postgresql-18 (= 18~beta2-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/database
Filename: pool/18/p/postgresql-18/postgresql-pltcl-18_18~beta2-1.pgdg+1_arm64.deb
Size: 38072
SHA256: 20ead770902769f59893f765f9b5cef8b85d69829d4a83bfda978fb54aa0cdcc
SHA1: dc39b684a77c6c1622328ce29c35bb2839dab29b
MD5sum: f4dad253fa51a0b89b404e0c5f78b952
Description: PL/Tcl procedural language for PostgreSQL 18
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in Tcl.  You need this package if you have any
 PostgreSQL 18 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-07-18 12:46:59+00

Package: postgresql-pltcl-18-dbgsym
Source: postgresql-18
Version: 18~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: postgresql-pltcl-18 (= 18~beta2-1.pgdg+1)
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/postgresql-pltcl-18-dbgsym_18~beta2-1.pgdg+1_arm64.deb
Size: 88844
SHA256: 43aa7361b751e546d5a3c516f827a6bc05ae6d05ada33d17eaa629e02d262f43
SHA1: 56fdfd72d65f63fe55923832f05ada3ba8fdc7c4
MD5sum: e34d8d2ae20f541f0b11ab2a5d572680
Description: debug symbols for postgresql-pltcl-18
Build-Ids: 536bd1affca962011b1b39af645156fd22b6d802
Timestamp: 2025-07-18 12:46:59+00

Package: postgresql-server-dev-18
Source: postgresql-18
Version: 18~beta2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8766
Depends: clang-19, libpq-dev (>= 18~~), llvm-19-dev, postgresql-client-18 (= 18~beta2-1.pgdg+1), postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/libdevel
Filename: pool/18/p/postgresql-18/postgresql-server-dev-18_18~beta2-1.pgdg+1_arm64.deb
Size: 1382188
SHA256: f4ded4b30d65ac6ef86a72d2e36f0114607a0d843834d6c7a4352a334b372262
SHA1: d59ce002c431379c42e1a684845b12808fd21913
MD5sum: eacbdf6f88ed0d900da16c345d24e866
Description: development files for PostgreSQL 18 server-side programming
 Header files for compiling SPI 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.
Timestamp: 2025-07-18 12:46:59+00

Package: postgresql-server-dev-18-dbgsym
Source: postgresql-18
Version: 18~beta2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-server-dev-18 (= 18~beta2-1.pgdg+1)
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/postgresql-server-dev-18-dbgsym_18~beta2-1.pgdg+1_arm64.deb
Size: 56752
SHA256: 1a0f6baf2f8ccc56e54114236186a3ba21f64e569c1d07ded32ed41b20894821
SHA1: 5a38693bdf80d81a3807b346b088b46e6d21e71c
MD5sum: becc6f90c8318a2fe09d771b932805de
Description: debug symbols for postgresql-server-dev-18
Build-Ids: db6db3931400119046254c3d470e53a984881f2c
Timestamp: 2025-07-18 12:46:59+00

Package: postgresql
Source: postgresql-common (281.pgdg+1)
Version: 17+281.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-17, debconf (>= 0.5) | debconf-2.0
Suggests: postgresql-doc
Provides: postgresql-contrib (= 17)
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_17+281.pgdg+1_all.deb
Size: 17212
SHA256: 462f673959ca7325dc199fd904d689dc0ec004b8cc00c01b454c48e6ad8d6c90
SHA1: 031060a8ed2afdcc339b33387368ce6e13adff05
MD5sum: 189f81125215bf74fabdefb6391c90aa
Description: object-relational SQL database (supported version)
 This metapackage always depends on the currently supported PostgreSQL
 database server version. It also offers to automatically upgrade the
 "main" database cluster to the lastest supported major 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.
Timestamp: 2025-07-19 10:38:46+00

Package: postgresql-10-decoderbufs
Source: postgres-decoderbufs
Version: 3.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-10, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs_3.2.0-1.pgdg+1_arm64.deb
Size: 14732
SHA256: 4e33035792fae846757dcbb026a1fa6e2a5877b2e23ca470bb4d3990e561e849
SHA1: 47808872ccfa4a981f9b011c2d6c27406b789049
MD5sum: 1a2b3e61df6cb0af1fae3207a2425e47
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-07-19 10:38:46+00

Package: postgresql-10-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-10-decoderbufs (= 3.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs-dbgsym_3.2.0-1.pgdg+1_arm64.deb
Size: 37636
SHA256: 392a6206955e289d6be8b6b14390f25c1522414e85d7e7425957bf359589bf20
SHA1: 18bdcce918015d5aaeb0f53f8a3973cb646fe067
MD5sum: 386e9cd1cda14f1153f09980730161b6
Description: debug symbols for postgresql-10-decoderbufs
Build-Ids: 83a4b844195440346a43d61c8271988fa85c8b26
Timestamp: 2025-07-19 10:38:46+00

Package: postgresql-10-pg-qualstats
Source: pg-qualstats
Version: 2.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 232
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-10-pg-qualstats_2.1.2-1.pgdg+1_arm64.deb
Size: 30040
SHA256: 3f8ae7612aca09e5cd2220b753511902b1b85ee9ccaa6e4af6345167835d1570
SHA1: 5dc9761af0a0d232e9767a5676cc0a2bc869b96a
MD5sum: 8b63f29c80ba1161a0ae00f9bdda82dc
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2025-07-19 10:38:46+00

Package: postgresql-10-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-10-pg-qualstats (= 2.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-10-pg-qualstats-dbgsym_2.1.2-1.pgdg+1_arm64.deb
Size: 63636
SHA256: 2c69cbf2f263c007e5c212e873119f28407c420d7c9ee0f67ec411dcf8f20b1a
SHA1: 109bd09c7488c8d57c73e119eb6de546870586db
MD5sum: 267f635458f29e64bc6b8a08a4bf6b69
Description: debug symbols for postgresql-10-pg-qualstats
Build-Ids: 641edbdee1101985ec1ef7faf67db3d8f95cded3
Timestamp: 2025-07-19 10:38:46+00

Package: postgresql-11-decoderbufs
Source: postgres-decoderbufs
Version: 3.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-11, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs_3.2.0-1.pgdg+1_arm64.deb
Size: 14936
SHA256: 0331a727b24745afd8f2574a4ffadabb57eddf8ae6dc31225dbd9b58367c32cc
SHA1: fd84b4e15d1deb755376583b9c5e51d11f449377
MD5sum: d87322d12487d0cc018349061086c3a1
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-07-19 10:38:46+00

Package: postgresql-11-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-11-decoderbufs (= 3.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs-dbgsym_3.2.0-1.pgdg+1_arm64.deb
Size: 38232
SHA256: 56d7dc9c2ef63b0623c29198d4c20020807cefef6643435eba07196590a352e1
SHA1: cace44ab0c674a57e896e22fd48a9715d82af0b7
MD5sum: d5407df759f24a1808d349d8a1384849
Description: debug symbols for postgresql-11-decoderbufs
Build-Ids: 0cb918eda3867c82bd780b5016c758978dbcbdb6
Timestamp: 2025-07-19 10:38:46+00

Package: postgresql-11-pg-qualstats
Source: pg-qualstats
Version: 2.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 232
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-11-pg-qualstats_2.1.2-1.pgdg+1_arm64.deb
Size: 30116
SHA256: f970afba29bbb1d708751914950b052c4f970309556e2d8741b4eaaa1d4fcbed
SHA1: 7c955f06c142d6a4f0da39e76d07f5085c977970
MD5sum: 4f4b01da17d0d3c4d45d049cb9a88a74
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2025-07-19 10:38:46+00

Package: postgresql-11-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-11-pg-qualstats (= 2.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-11-pg-qualstats-dbgsym_2.1.2-1.pgdg+1_arm64.deb
Size: 58016
SHA256: f3fc1484bd319ec62a744c78f5a2b27a50afe564d9dd227e2682c082abfce360
SHA1: b18419eda93fe66d53b7fa5d99a4226fb4ce3d3e
MD5sum: 7741b09f511c7f0b36bd4653a3681a5a
Description: debug symbols for postgresql-11-pg-qualstats
Build-Ids: b3ad4154d955f8a440d8b92bac0b8ac7a5101c27
Timestamp: 2025-07-19 10:38:46+00

Package: postgresql-12-decoderbufs
Source: postgres-decoderbufs
Version: 3.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 139
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs_3.2.0-1.pgdg+1_arm64.deb
Size: 39948
SHA256: 80b5981e1a0ea617c8b16d12f8c61d531c4e8734cb308947336d8bd5133cc68f
SHA1: 924fcc89e68eb1d1ab668db2ab9951e33b42232c
MD5sum: 68c40f1d26e20cce3ab56f67c97fa147
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-07-19 10:38:46+00

Package: postgresql-12-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-12-decoderbufs (= 3.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs-dbgsym_3.2.0-1.pgdg+1_arm64.deb
Size: 38904
SHA256: 3b1afb504d5ca81b97f1f2d9b2011a2cde76fff1089d3b5d5a56df2705905424
SHA1: afc56610c246d8d0d98a33b03329cb552e2c0b92
MD5sum: 79546d7bed8717488686ff0ac5a04a6e
Description: debug symbols for postgresql-12-decoderbufs
Build-Ids: b846b8931ca83ea5c85de3022ab660d706f818bb
Timestamp: 2025-07-19 10:38:46+00

Package: postgresql-12-pg-qualstats
Source: pg-qualstats
Version: 2.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 283
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-12-pg-qualstats_2.1.2-1.pgdg+1_arm64.deb
Size: 59088
SHA256: b9492a251f79004a2ebb06697ccef8db5a951c80b9138ba08868c3f65289a86e
SHA1: 046447b07e50bdb18b72727946fbad0bffed229d
MD5sum: a5b350d8722c152c48ba860b56e62cea
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2025-07-19 10:38:46+00

Package: postgresql-12-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-12-pg-qualstats (= 2.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-12-pg-qualstats-dbgsym_2.1.2-1.pgdg+1_arm64.deb
Size: 58992
SHA256: e1f984ae665a956a3452df3e140626af2be64a049ab06929442bbd9f1beb2d20
SHA1: 42b0cb4f89ed905716a2d580707873951d7e9145
MD5sum: 7bed2f931e02621e55ca07f9e9748411
Description: debug symbols for postgresql-12-pg-qualstats
Build-Ids: 6019ee033a82be4ae7e2b3e88ffa9d5a56983b29
Timestamp: 2025-07-19 10:38:46+00

Package: postgresql-13-decoderbufs
Source: postgres-decoderbufs
Version: 3.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs_3.2.0-1.pgdg+1_arm64.deb
Size: 40308
SHA256: 9f0b2ae85cce6cf458e18e8609faf449ffda7c107797aedea78a9867faf846ce
SHA1: 6df98bf97eb1a8b754d1f9f0e67c6a722022acfa
MD5sum: d220104914b5f3a8267681c60695f5d5
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-07-19 10:38:46+00

Package: postgresql-13-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-13-decoderbufs (= 3.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs-dbgsym_3.2.0-1.pgdg+1_arm64.deb
Size: 39952
SHA256: 4dde3afe073d00589e747a72d46a7a0ec2e0114721d6492df9f5dfdc3f3b55c5
SHA1: fe8f3923a206140e9b2162a9916320192ee6fd75
MD5sum: 0603f2e9b117ae5db7fe7cf191d90363
Description: debug symbols for postgresql-13-decoderbufs
Build-Ids: 14b3e85a2392234d243bd368f917437553033513
Timestamp: 2025-07-19 10:38:46+00

Package: postgresql-13-pg-qualstats
Source: pg-qualstats
Version: 2.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 284
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-13-pg-qualstats_2.1.2-1.pgdg+1_arm64.deb
Size: 60208
SHA256: 44b0b7cdec2228a178d144b41415c849dd2a1ef2a39f66ce80982a49ffa3ab5c
SHA1: 17959712c1d655ea7c3e7fa139226bd68250cd99
MD5sum: 7e3f06e922e824f3d5f3939bc949cb1c
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2025-07-19 10:38:46+00

Package: postgresql-13-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 78
Depends: postgresql-13-pg-qualstats (= 2.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-13-pg-qualstats-dbgsym_2.1.2-1.pgdg+1_arm64.deb
Size: 61060
SHA256: 64ff6edad4e65385d0c02aa8ae42942d7db259be55094f4405bb436fc2362df8
SHA1: 6227409c23b8bd89e55090e5ed5edc24daaaf3d0
MD5sum: bf61bbb45e11b8a57c8ab65a0a569021
Description: debug symbols for postgresql-13-pg-qualstats
Build-Ids: f5210fedb4b5058983bd6f02b20895f484828d18
Timestamp: 2025-07-19 10:38:46+00

Package: postgresql-14-decoderbufs
Source: postgres-decoderbufs
Version: 3.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs_3.2.0-1.pgdg+1_arm64.deb
Size: 40500
SHA256: f37d8f8dd1c8207868a28ab3e5f8997170801117b3d2cc03abaf63f2fbf177f8
SHA1: ed0d3f7f1d1eb1f04520cc75287a3865d367dcef
MD5sum: 747be4ce846a673d6c3624edd9dc8905
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-07-19 10:38:46+00

Package: postgresql-14-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-14-decoderbufs (= 3.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs-dbgsym_3.2.0-1.pgdg+1_arm64.deb
Size: 41296
SHA256: 60a3145d09ea4bed69f104704baa8f90a7c6b63a0be17b5d15889b771a75d0fb
SHA1: c27ac7be9b960a8928e636026e3d86fb84c065b9
MD5sum: 12889b5d9d66781f70d8d539b559478d
Description: debug symbols for postgresql-14-decoderbufs
Build-Ids: acc980d36fbb01239f37884cab3267a0d810ca55
Timestamp: 2025-07-19 10:38:46+00

Package: postgresql-14-pg-qualstats
Source: pg-qualstats
Version: 2.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 285
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-14-pg-qualstats_2.1.2-1.pgdg+1_arm64.deb
Size: 59892
SHA256: c7e44ca1c8151e47e2aedd4af8ad0afd496c45bf41aca2739d0f4c008a757e78
SHA1: 54d61737298469211e81f82abd3ab1a1407bd659
MD5sum: 5b689065a8dd64d31e71dde9af5b6f88
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2025-07-19 10:38:46+00

Package: postgresql-14-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-14-pg-qualstats (= 2.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-14-pg-qualstats-dbgsym_2.1.2-1.pgdg+1_arm64.deb
Size: 61808
SHA256: b4904458690a9597c10abfc2560144aa6fcfe70a487e9d86658d824cc42d7935
SHA1: da1dde5dbc9890fec3389b2a97b3eaa3ab938933
MD5sum: 400df5e9e4287e87333f7618aa213bbf
Description: debug symbols for postgresql-14-pg-qualstats
Build-Ids: cdb67a0418f83056f55097843d800ee221bb9bb9
Timestamp: 2025-07-19 10:38:46+00

Package: postgresql-15-decoderbufs
Source: postgres-decoderbufs
Version: 3.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs_3.2.0-1.pgdg+1_arm64.deb
Size: 40932
SHA256: 5e0ec9fccfe0f4bef1f08a30d81b894fd78a0f3afdae4469f7a6351bdd82bce8
SHA1: 32f3c618a11c2bfc1c93cf7c680728e806f49100
MD5sum: 15c681def9149b642665912e866f3ca1
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-07-19 10:38:46+00

Package: postgresql-15-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-15-decoderbufs (= 3.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs-dbgsym_3.2.0-1.pgdg+1_arm64.deb
Size: 51956
SHA256: fe6bf2685a5519f7d1b04e05faf766f0d11d9fb25a3d0793b181cabd23fda339
SHA1: abb5e2cc25889eac53549aaedfda3e497edd30df
MD5sum: c4f2e8f3f003998c3419c111e054554b
Description: debug symbols for postgresql-15-decoderbufs
Build-Ids: b2aaff5d66a8db61652587f8bacc298b2b988100
Timestamp: 2025-07-19 10:38:46+00

Package: postgresql-15-pg-qualstats
Source: pg-qualstats
Version: 2.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 284
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-15-pg-qualstats_2.1.2-1.pgdg+1_arm64.deb
Size: 59960
SHA256: 2bcaf7db3e00d76fa2acc6cb9553935925bfed0d6686ec2ade762d8e6e630c28
SHA1: e229bcb0d3ffa995c8f69f187efa58112df68353
MD5sum: 6ff537e4f1e65fbce5c9d9e954cfb06d
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2025-07-19 10:38:46+00

Package: postgresql-15-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-15-pg-qualstats (= 2.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-15-pg-qualstats-dbgsym_2.1.2-1.pgdg+1_arm64.deb
Size: 62148
SHA256: 0ecb031197db83e4b69d07eb2e869f215052999c2f29d2765aa734674d2c57ab
SHA1: 4050c1e36693c29fd9812d43273c3157835aed51
MD5sum: 09ef5b54ffa497b2b011ec249d0395b9
Description: debug symbols for postgresql-15-pg-qualstats
Build-Ids: c95e05c5193831509086f65d1ab944d90a3130ef
Timestamp: 2025-07-19 10:38:46+00

Package: postgresql-16-decoderbufs
Source: postgres-decoderbufs
Version: 3.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-16-decoderbufs_3.2.0-1.pgdg+1_arm64.deb
Size: 40360
SHA256: 26db26e00bc26a11819accf38b35fdcbb220b2590c740e05d457e10904fb6810
SHA1: e099f0c22c5c0b72ef28743601492b5af766b9e9
MD5sum: d3b2369a9debddb734fd37d02c238963
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-07-19 10:38:46+00

Package: postgresql-16-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-16-decoderbufs (= 3.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-16-decoderbufs-dbgsym_3.2.0-1.pgdg+1_arm64.deb
Size: 53708
SHA256: e057b3baf57a0d849b08e5166b0cbe780389b66980e85128cc206a0636fd27b0
SHA1: a3c0299d43186578a01ab8c008e58dc839befd27
MD5sum: e4df49e7b9b9dc68326f199f36dec060
Description: debug symbols for postgresql-16-decoderbufs
Build-Ids: 016ccae50088f2af76506fd519f35ed6cfdfd5de
Timestamp: 2025-07-19 10:38:46+00

Package: postgresql-16-pg-qualstats
Source: pg-qualstats
Version: 2.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 284
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-16-pg-qualstats_2.1.2-1.pgdg+1_arm64.deb
Size: 59676
SHA256: 5aceafb6f4e0580f0d65dba94c9359d804a6d89fdc3b0e3c09efe67a6a1fbb5a
SHA1: 5b6b3278409437f95fe6a71c44f5708c52579b40
MD5sum: ebb126491a039840fc0e5604111a8538
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2025-07-19 10:38:46+00

Package: postgresql-16-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-16-pg-qualstats (= 2.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-16-pg-qualstats-dbgsym_2.1.2-1.pgdg+1_arm64.deb
Size: 63948
SHA256: 2706a1437c30522548c10e816f8aa23e10f00af1d211eb5ae2529810365f4857
SHA1: c3d2c7bf02bfb0a8ec58aad846326afbe301d684
MD5sum: 397a5798c3dc0d616689a554c601be30
Description: debug symbols for postgresql-16-pg-qualstats
Build-Ids: 7ba736cf4addf78d5bf56f0cf46fdedefb041d9f
Timestamp: 2025-07-19 10:38:46+00

Package: postgresql-17-decoderbufs
Source: postgres-decoderbufs
Version: 3.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-17-decoderbufs_3.2.0-1.pgdg+1_arm64.deb
Size: 40232
SHA256: 2f0c77a6d3ddfe62db3072d536e7c1f8cf1442f46a1fe22d78d030c4302712b9
SHA1: 00341952ce017bc9d2a53edf7e38f308a7511ede
MD5sum: 3b7635a132d99f16dd2e2d689a66a9e2
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-07-19 10:38:46+00

Package: postgresql-17-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-17-decoderbufs (= 3.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-17-decoderbufs-dbgsym_3.2.0-1.pgdg+1_arm64.deb
Size: 57288
SHA256: c83c5214d9498ff422cc01339d61c92b2bf38843fb22f7f3189015d4c10dd561
SHA1: 9cb45030765b2136ccafecaf1cd932b1c3cbd244
MD5sum: ea9749c59fbaa3f82b36f6029c4c45db
Description: debug symbols for postgresql-17-decoderbufs
Build-Ids: b82bd4234fdb99cced807fc78940890c973a0ef7
Timestamp: 2025-07-19 10:38:46+00

Package: postgresql-17-pg-qualstats
Source: pg-qualstats
Version: 2.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 284
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-17-pg-qualstats_2.1.2-1.pgdg+1_arm64.deb
Size: 59648
SHA256: a835945d93027272f3d3b492720df82ea2e446d6e72d99249d1c7a392afb11e1
SHA1: d8dee3cd8b460197d93c149d90bc2c0f123fba9e
MD5sum: e08c1d4fbc29a7a817285b6e44c51b1b
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2025-07-19 10:38:46+00

Package: postgresql-17-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-17-pg-qualstats (= 2.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-17-pg-qualstats-dbgsym_2.1.2-1.pgdg+1_arm64.deb
Size: 64948
SHA256: a68cb7d333a0e1be65f78ed2a56723a5fab56fb72a1bff45a4004036be70e490
SHA1: 244bd489648b046cca91e7de2ea03a335b6c0f30
MD5sum: c2ee151c02325b2167a0163ff0dfd397
Description: debug symbols for postgresql-17-pg-qualstats
Build-Ids: cf67622e9d645cd1a6c87c2b63af6b6608b7170c
Timestamp: 2025-07-19 10:38:46+00

Package: postgresql-18-decoderbufs
Source: postgres-decoderbufs
Version: 3.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-18, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-18-decoderbufs_3.2.0-1.pgdg+1_arm64.deb
Size: 40492
SHA256: a5686f31001579ab57cc78f3ae37411b08eefbc53c10b7b170062b7c264bbf7a
SHA1: 60ba3426310f8fd716f7a0a9009c9329a915c5c3
MD5sum: 283e95656e01fc13c259e8798fde36e4
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-07-19 10:38:46+00

Package: postgresql-18-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-18-decoderbufs (= 3.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-18-decoderbufs-dbgsym_3.2.0-1.pgdg+1_arm64.deb
Size: 59196
SHA256: 7757f1ffd63a7e557c5906863e6ef9dfc545df495501d832b4273bed8bec6000
SHA1: dc379bb58fb521e619c75d78f675f6576ee89ca3
MD5sum: c80a0a8d89fefda7b2b2409354cf8512
Description: debug symbols for postgresql-18-decoderbufs
Build-Ids: 26c8d1fdd3c35b3c2251a58669d0a05879c8b771
Timestamp: 2025-07-19 10:38:46+00

Package: postgresql-18-pg-qualstats
Source: pg-qualstats
Version: 2.1.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 284
Depends: postgresql-18, libc6 (>= 2.17)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-18-pg-qualstats_2.1.2-1.pgdg+1_arm64.deb
Size: 59564
SHA256: 238df016e4c5e562799400ae7397a1c039d3701d263a4328b4211a756cddaf94
SHA1: 0ff4e28d08acff0fc0cf64a3fe1e93de81f128b1
MD5sum: c5e4fd2d1062aa0ea277c1a2afc0a178
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2025-07-19 10:38:46+00

Package: postgresql-18-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-18-pg-qualstats (= 2.1.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-18-pg-qualstats-dbgsym_2.1.2-1.pgdg+1_arm64.deb
Size: 65536
SHA256: f68486fe9850d4794b0aefbedd7980ac2d4f474d94596cc4b81a8b5d38307632
SHA1: e7663e08f8063bc6826db8190797d4383caf5482
MD5sum: 5e9e483da6102be96f7b0cbab87d4876
Description: debug symbols for postgresql-18-pg-qualstats
Build-Ids: b41a5c38aeeda93a7f147c24f21807b076670973
Timestamp: 2025-07-19 10:38:46+00

Package: postgresql-all
Source: postgresql-common
Version: 281.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19
Depends: libecpg-dev, libpq-dev, postgresql-common (= 281.pgdg+1), postgresql-server-dev-all, postgresql-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12, postgresql-13, postgresql-plperl-13, postgresql-plpython3-13, postgresql-pltcl-13, postgresql-14, postgresql-plperl-14, postgresql-plpython3-14, postgresql-pltcl-14, postgresql-15, postgresql-plperl-15, postgresql-plpython3-15, postgresql-pltcl-15, postgresql-16, postgresql-plperl-16, postgresql-plpython3-16, postgresql-pltcl-16, postgresql-17, postgresql-plperl-17, postgresql-plpython3-17, postgresql-pltcl-17
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_281.pgdg+1_all.deb
Size: 14284
SHA256: 9f07ff564e5f63c5499864442aff15cb34cc4390ec21403018776468f602887e
SHA1: 0499b7bae2ca82050c8f60c17df536b8e7e2b10e
MD5sum: 895a447541ecceca7931144ab9339266
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 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.
Timestamp: 2025-07-19 10:38:46+00

Package: postgresql-client
Source: postgresql-common (281.pgdg+1)
Version: 17+281.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19
Depends: postgresql-client-17
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_17+281.pgdg+1_all.deb
Size: 14152
SHA256: bf1073ddbd28b1bf87d4718d7a3336e927a1d85640b134ef6507ec05b538796e
SHA1: 8dba6b417060defcee4df65c6eb3eb28d9b5390f
MD5sum: 138c01864a9bb58c311cd5c558db93c2
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.
Timestamp: 2025-07-19 10:38:46+00

Package: postgresql-client-common
Source: postgresql-common
Version: 281.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 153
Depends: netbase, perl:any
Breaks: pgdg-keyring, postgresql-common (<< 269)
Replaces: pgdg-keyring, postgresql-common (<< 269)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_281.pgdg+1_all.deb
Size: 47236
SHA256: 2b969491177b06d122dc28ea9e5f09f59ed8f7d924987bbc71fba753dff13116
SHA1: ada5ff086e5a216f47f3e940514f7ce7f1dca7b6
MD5sum: a8027bd86b006faee2d3a851a89e0d15
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.
Timestamp: 2025-07-19 10:38:46+00

Package: postgresql-common
Version: 281.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 355
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, libjson-perl, sysvinit-utils (>= 3.05-4~) | lsb-base, postgresql-client-common (= 281.pgdg+1), postgresql-common-dev (= 281.pgdg+1), ssl-cert (>= 1.0.11), ucf, perl:any
Recommends: e2fsprogs, logrotate
Breaks: postgresql-9.1 (<< 9.1.1-3~)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_281.pgdg+1_all.deb
Size: 112140
SHA256: 0ca8b190cda4c7a694e533b5be00edb7c35af36badc9100779cb2cf67d7a3701
SHA1: 1a5bc43d624cf2cb85aff9ff45929af429ded005
MD5sum: 9b7c5803679ef98ac784485686aa39d8
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.
Timestamp: 2025-07-19 10:38:46+00

Package: postgresql-common-dev
Source: postgresql-common
Version: 281.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 333
Depends: libipc-run-perl
Breaks: postgresql-client-common (<< 269), postgresql-common (<< 269), postgresql-server-dev-all (<< 269)
Replaces: postgresql-client-common (<< 269), postgresql-common (<< 269), postgresql-server-dev-all (<< 269)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common-dev_281.pgdg+1_all.deb
Size: 72544
SHA256: 5e25cbf5fbbbb224b02c654e56f49f41ea676f69b14a916c5351ae80a15f9113
SHA1: 4dce91dc7d3cd8646be393e15ffe816226a628d8
MD5sum: a866978f3ab96208809861ae12955b05
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, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 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.
Timestamp: 2025-07-19 10:38:46+00

Package: postgresql-doc
Source: postgresql-common (281.pgdg+1)
Version: 17+281.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19
Depends: postgresql-doc-17
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_17+281.pgdg+1_all.deb
Size: 14144
SHA256: 371b1f3303b708bfc64cdb2f343a78c635120c918c918fd973b4bc801ce5f800
SHA1: 32e8a23516eb78fbdff3d3f3605d691a0b29ef8d
MD5sum: 728b66b850418276e85727b27e1c72f3
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.
Timestamp: 2025-07-19 10:38:46+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 281.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19
Depends: postgresql-common-dev (= 281.pgdg+1), postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12, postgresql-server-dev-13, postgresql-server-dev-14, postgresql-server-dev-15, postgresql-server-dev-16, postgresql-server-dev-17
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_281.pgdg+1_all.deb
Size: 14160
SHA256: 2aca20f84348421a8ce4b12432e05a45a959951ae7d93669e98e597cc1093721
SHA1: df7c9569ac2152faf42b3bdd7f9b61cf15fd1b31
MD5sum: 743c2269d83009ec42cdd6b866425241
Description: build tools for multiple PostgreSQL versions
 The postgresql-server-dev-all metapackage depends on all server-dev-NN
 packages for all supported PostgreSQL major versions, required to
 build PostgreSQL extension packages, as well as on postgresql-common-dev
 for build infrastructure.
 .
 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.
Timestamp: 2025-07-19 10:38:46+00

Package: libecpg-compat3
Source: postgresql-9.4
Version: 9.4.26-14.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libecpg-compat3_9.4.26-14.pgdg+1_arm64.deb
Size: 14876
SHA256: 1ee956787257affcca73dd19369b4b3a6e4e474b8fb30ba35f69019fbdb8c491
SHA1: 19fd34fd706c4a070f25463cf8ec47a264a421ec
MD5sum: 48d967b46ab87d2d2a8e66a47b5542ee
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.
Timestamp: 2025-07-21 13:10:56+00

Package: libecpg-dev
Source: postgresql-9.4
Version: 9.4.26-14.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1117
Depends: libc6 (>= 2.38), libpq-dev, libecpg6 (= 9.4.26-14.pgdg+1), libecpg-compat3 (= 9.4.26-14.pgdg+1), libpgtypes3 (= 9.4.26-14.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libdevel
Filename: pool/9.4/p/postgresql-9.4/libecpg-dev_9.4.26-14.pgdg+1_arm64.deb
Size: 205372
SHA256: d0f082beb058c52cbdb153bc3e97ab1fb92b462910752e236744c7758420384b
SHA1: 2e76dfba6baf55e8e295791e27b1888720d631f0
MD5sum: 162433413b599634c1e480b206ed0e94
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).
Timestamp: 2025-07-21 13:10:56+00

Package: libecpg6
Source: postgresql-9.4
Version: 9.4.26-14.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 433
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libecpg6_9.4.26-14.pgdg+1_arm64.deb
Size: 76484
SHA256: 9df9e3d37e770ba4135ae3f44e3f86775f9d4f0acefffc56c99753002f468023
SHA1: ee6b61096229df29b3cabb2986a72a0557e39dfd
MD5sum: 27ec2dd13bbd344f2da4ae8731c78cd3
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.
Timestamp: 2025-07-21 13:10:56+00

Package: libpgtypes3
Source: postgresql-9.4
Version: 9.4.26-14.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libpgtypes3_9.4.26-14.pgdg+1_arm64.deb
Size: 35128
SHA256: 7e825d071e6ed009b6036773540fee22e0e82535133ceded0d8524b72ec222bc
SHA1: cb729049a142aa2b6197027e239635a433af995d
MD5sum: a206a0d8b5513d9f0aadce4142249225
Description: shared library libpgtypes for PostgreSQL 9.4
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-07-21 13:10:56+00

Package: libpq-dev
Source: postgresql-9.4
Version: 9.4.26-14.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 746
Depends: libc6 (>= 2.38), libpq5 (= 9.4.26-14.pgdg+1)
Suggests: postgresql-doc-9.4
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libdevel
Filename: pool/9.4/p/postgresql-9.4/libpq-dev_9.4.26-14.pgdg+1_arm64.deb
Size: 148924
SHA256: fd73ad5a6b2a3351a8ce47fe1e2e6652907589b1034a7033d806d0d2c83d9882
SHA1: a98b699d686741e06cc1576cef05243c93b9e2e1
MD5sum: 7f8ceba731c67a416d72d4556c456145
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.
Timestamp: 2025-07-21 13:10:56+00

Package: libpq5
Source: postgresql-9.4
Version: 9.4.26-14.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 534
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libpq5_9.4.26-14.pgdg+1_arm64.deb
Size: 118300
SHA256: ca836e9c82f613c7c8f0468908b33ccaec2489cf56fa1dd294656da6e2172dc7
SHA1: ac6642284e60e6a6d17356b030bf91f3f7de1bfc
MD5sum: 4f28d4ead120439b36003078d95b353c
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.
Timestamp: 2025-07-21 13:10:56+00

Package: postgresql-14-show-plans
Source: pg-show-plans
Version: 2.1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-14-show-plans_2.1.6-1.pgdg+1_arm64.deb
Size: 23204
SHA256: 2a77fc90693fb9029f4359c3bb2c26db8e90d087bfa7a318561f688a14bcfbe5
SHA1: a29fcd021a6de122725432408b7cdfaecd8c93e6
MD5sum: b61da9a234dea76f8368a253f585689c
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2025-07-21 13:10:55+00

Package: postgresql-14-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-14-show-plans (= 2.1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-14-show-plans-dbgsym_2.1.6-1.pgdg+1_arm64.deb
Size: 35956
SHA256: 857601c7468003cd9c40ad0dc70ffe60b84afc46c467a5529c80d06a3acd4e3d
SHA1: 598706815cb32fc72324a4b5ca42e237f92e79e7
MD5sum: d49df7f97e6fabd1ea449465b5afb06e
Description: debug symbols for postgresql-14-show-plans
Build-Ids: b16a680cbc48f14f36341c4e287b3bb0cf6ac2eb
Timestamp: 2025-07-21 13:10:55+00

Package: postgresql-15-show-plans
Source: pg-show-plans
Version: 2.1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-15-show-plans_2.1.6-1.pgdg+1_arm64.deb
Size: 23432
SHA256: 8dc172d583b7404acbe8d8af2ac8ffc12d8e7907604787a67cc8cec33990094d
SHA1: 6eaae0d88ad334a59a62b9c0c6a71e46a1998de1
MD5sum: c607836deab763135162a9ccf86da8b9
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2025-07-21 13:10:55+00

Package: postgresql-15-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-15-show-plans (= 2.1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-15-show-plans-dbgsym_2.1.6-1.pgdg+1_arm64.deb
Size: 36352
SHA256: 9d8fd4c9ca01fab1f22c5932e45f517a9a8dfb444c4296ac6e555374fb539548
SHA1: fc3ba41d7cfad6a5db68854a35f2e66c2dfb31a7
MD5sum: 373251342279ec9730a5bad3162d5c5c
Description: debug symbols for postgresql-15-show-plans
Build-Ids: 9ee23040e4d1c4aa7417ca5ce763c831a2793a32
Timestamp: 2025-07-21 13:10:55+00

Package: postgresql-16-show-plans
Source: pg-show-plans
Version: 2.1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-16-show-plans_2.1.6-1.pgdg+1_arm64.deb
Size: 23432
SHA256: 2f38f0eef0255a4ef836f197cea8ab117e909297ca72712db370c4d15864bd82
SHA1: c6ac3fe3c7ec2503e2761fb85747cb6775ae2365
MD5sum: c0976d86de9039996e924f91670bc4d4
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2025-07-21 13:10:55+00

Package: postgresql-16-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: postgresql-16-show-plans (= 2.1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-16-show-plans-dbgsym_2.1.6-1.pgdg+1_arm64.deb
Size: 37072
SHA256: 6bd8fc30c48f200a55e9f2b7ca75feb42f8d99f22fdc2ab12fdcaf0d40ab80a4
SHA1: 81bc206a4c96a30d2a6e929a9f5587589710a03c
MD5sum: 9e811c037653f73fdbf615418d093316
Description: debug symbols for postgresql-16-show-plans
Build-Ids: e4bc241b8a06f172837b9db7b8bf23cf2e07b1c5
Timestamp: 2025-07-21 13:10:55+00

Package: postgresql-17-show-plans
Source: pg-show-plans
Version: 2.1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-17-show-plans_2.1.6-1.pgdg+1_arm64.deb
Size: 23432
SHA256: faa9ee3e4712b69a00791ab6600be8627b7db4654a7d98d56098a38d59df712f
SHA1: c1b125026318980cfba9c3a0b3ddb348f550fb02
MD5sum: cc4507549c85c708729d13c9050b7159
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2025-07-21 13:10:55+00

Package: postgresql-17-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-17-show-plans (= 2.1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-17-show-plans-dbgsym_2.1.6-1.pgdg+1_arm64.deb
Size: 38176
SHA256: 793a17d057c900a0a545367ab64d8e24837a56005ef3e4fcbcbaed2e153b84cc
SHA1: 5724837ed16882badc316ae25d91d1bc10533476
MD5sum: e92f7dee9a6ebc87c65076db24683568
Description: debug symbols for postgresql-17-show-plans
Build-Ids: 37d27d6145d97e2682694152549661dfcffe01d3
Timestamp: 2025-07-21 13:10:55+00

Package: postgresql-18-show-plans
Source: pg-show-plans
Version: 2.1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-18, libc6 (>= 2.17)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-18-show-plans_2.1.6-1.pgdg+1_arm64.deb
Size: 23428
SHA256: 950c2f8dbb629be0dd57996e04a4e285a8d010c428d54d53f5449c05d8974284
SHA1: 2818cc2c95b46515f456e5fbc9ad132ba308fbd4
MD5sum: b6db3991996e476b82a6855196798814
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2025-07-21 13:10:55+00

Package: postgresql-18-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-18-show-plans (= 2.1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-18-show-plans-dbgsym_2.1.6-1.pgdg+1_arm64.deb
Size: 38768
SHA256: 82d5f45510556f6b8381a5c549c2cbd7fc094c25ec656a6dce45f88badb13d07
SHA1: 81704c04a3cbda1d9b33cd7bd6d41fa54de14a23
MD5sum: 218a3267477e7b0b2a08cfa94da5cd77
Description: debug symbols for postgresql-18-show-plans
Build-Ids: 9a6d8cbbe020bec3590558d30460e39516015d7a
Timestamp: 2025-07-21 13:10:55+00

Package: postgresql-9.4
Version: 9.4.26-14.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21015
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3t64 (>= 3.0.0), libxml2 (>= 2.7.4), postgresql-client-9.4, postgresql-common (>= 142~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.4, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.4/postgresql-9.4_9.4.26-14.pgdg+1_arm64.deb
Size: 3772924
SHA256: 1d6b866cc31f4c7871eda7b0d9985c2648ce247d86eee080e67ac44d77099567
SHA1: 023758406671d3f414c051309f23267760558b10
MD5sum: 7d5ccbb2220b0502fabfde90effd24fc
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.
Timestamp: 2025-07-21 13:10:55+00

Package: postgresql-9.4-dbg
Source: postgresql-9.4
Version: 9.4.26-14.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23751
Depends: postgresql-9.4 (= 9.4.26-14.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.4/postgresql-9.4-dbg_9.4.26-14.pgdg+1_arm64.deb
Size: 11980252
SHA256: 0999bf062beeff93919f49666bd0d2adfdd594b7c6ca672e6d4be81798bc4488
SHA1: 1dfaa85813e9f07fb93bf6c1be240cbbce33f686
MD5sum: 2bb65a2bfde80727af3ee6c323f22c05
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.
Build-Ids: 03f45d6b0d5aaa2f9c3c53e931340021c763733d 04583083ce52fd1759c20a7896082b671bae859b 05952824babf5e04214c381252682b08568ff1ba 063d72c586bf73052c5d57e81df1d62a2ed4e729 066b7d40813d03f0ce412ee81fdc09c3028ab3e8 0816a59f2823ec52a3a08c27cf4ec113a8f91dd3 09b3d105e8578d97490830c37491028463f2d7e5 0ac2a2f02d55ebbc753f224efbb9ede4cf18946c 0ca40e805b7fa29b7acc2051180065176ec33a0a 0e9c30be5077123382d114953b05c5c2b12a27fd 0ea013a70b25a5087c5eea93e1b1eb31c2474ab0 11c80d2a864d9deede562d8a2ad686d98f9eea4a 13a1d9dac4e98b1cca72a444435848d9a3ed95ef 13ef97ba6db18fe2d213cbb1b6e96f0376ca1548 16661318b1c96a71962114e0e08e1a35d21149f0 16b60d25a8902d9dfd895460dab8c65dd926bcd8 174fab9118f294e4af09ecf81d2fec72a819a92d 1a206f302d87e904e56316116eae98cdfbba7c51 1c0461fe92379c024a215c0ebd56bb5795eb7d8f 1cda211cd0bb6692b994b7faebd34b0efd44a1a0 1e9e0256bd247e932f6a4628bff8e9f79746b33a 2370cb9f4f0e74d74fbc2b4c71904987aae251df 27ac25a5733d543402b9d96966c1add379845de3 2ba48599058b43d047833396fb6492c5c7f64b7c 2da63fd48f326507d2ca9866d557cefaee8ff933 31359a381445b465de74ba90836578262f0ea7ab 32b4706c2da8fd95135960a7ea92d90c982d6b68 357759f87d7c4dcf0c0ae2d807b1240a0e6bd3be 389ab538565fb5bedd20925fc0bfe154386e7b0b 3beb1630d0c6ead6b931248c620018482517b0da 3cde1ac1fc6011082429999c2659cb4598c64128 3d7b02a26c377ae834e0d9d2fbde52082499e84f 4577c3b1de0576504816b3baa836d4bc23176baa 48045f152a3c6f6016334bd303340f0d12777a84 4af25851d42ee43ef165aced422f140d54daf235 50839206d9fbed073e867a57ba547a1d0812a15e 52cf75056297449aa1c94477a973fa9bbf764c9d 58c53df8d94c056dff702b6a1266e66542ce870b 5a1d03e1501099c336eacdb66a07d3343c60ad5a 5a4e625253f6fbd142e4b88aee6d2c8462850080 5af2541f37552cfb7fe7f845fa313031298b366e 5e31d4639ddbb44982dd28e875b7b93b92289c3a 652306b8ebc73499f6c0763aeed114c52de4b325 677643192e89bae06b23a53dcba9c501ea8f7ed4 67a63ee7d3bb1a3f51235c54e047a9bcd0a6005e 67dac71b6f79cc6eeab3bf7c1d3663224b3489db 6aa8e361722fd29bc0c4f7abe949f351d1bc604c 6abf272f33ff90d2330e5d1e3727021197a10450 6ad435e4381aedb5f086ebd1a539a1f31ea23006 6bba4738d57ef7c70de37dfb3bfdeaf4c5df444d 6de4001506ed60b56030e52e07455b85fbd87708 6f407ef02a2e83fa62e9e01021bc8dab2e15a9d8 6f97618531e01dd67dfd03aaa58b5befdcaeeb82 718e74638f74a42f9c2b5d361097982e61696e92 7278976f17e0d4b48bee17a34820a1e920c99952 749cee1717f5a9d2fd87717f61ee78a31ac971fc 75e4835520b8c9d1a075ee0a6bb2e86e20bb6c48 764d58f587436b5228bf107586724de1a74965fd 777c7265553d0e93ddc180715272b47d3d57e0e7 77abd4c82fc133189b75b3d24bf6a588360f9a75 7bc8ff7c45afac9d3109cca005dd6f1866d3c79b 7c094add506c8229f2cb38d1b39f5e5ebf567db2 7d31f991db49b83ba1da46202f81c78abbf2b6a3 7fd9932c22005704994bd2ea056752e48032938f 846137477d6035109f9ad70cac7ccd81ef25e88b 84a1384d6fc09b416b7e0438348aa219f68a438c 86b1f827a9b4f568a3799913ba0980e64948fd1e 8706a9e9179a8f34a5d485e92a935b058e6b2e91 8995607cb58f2f02d681028ddd7af98f5b9e8ebd 8ea986d540c6bd326c6651e8e6a4ca5164d754be 91ca05960e935a0a7a2daa5394577585f29337ee 926332496d9ae5a1b470d0cf4551d6e9fd2cdca0 9281bb004d835e498e500bfaf35fa42b9759e4b1 9b0b8f8fb53e1dd08b91c4c34faba841ae382e3b 9e705c0aaf4577731ef08acfdd8ab5eb7364e120 a158ede208241123f747a296d3339fa9154ce638 a2c05655fae1edbe6166dc7c0030f8d812860981 a5e71039a11f28c0dd280ad67e788ab913a7fbff a873c9d3ba717c8db3b8b6ee862c3e611324130a a874268959e2fdaf3dba4673d9e3156ae0a88619 a8a470329b0801f7f65d4153207c7529a5c42d40 aaaf8750f9709833673763c06ebe72c87723dd97 ace4c57439fde2828d73fbb5dd865631e7e8b953 ad5d64f2a7dac980585bfa267477114b3ba8b7ea aebdc55bb5be9d05b7d9007b12c1f70dfce662e1 b1ed8d6f5f1b5116564de279e66eda3b2c73bdcf b5ab25090f821959a2290c7f2f91ec8b3a098c26 b6dbe4005d5594b2b0a2677048dbe71bf2254b90 b755c3f3e005c29d7b8c5bc5e0a020479cb6739b b8111b83a704f18d4ab14b1c32703cc9eea039dc b87848c3ee151c3df0974a7ef9ff578566380d2d bafe79dfc4d91caeb9bf6a35df5430f329b3e6cd bc57c10e3b952d6150e942841e37e3cbe2cfa938 befada07c02feb1e124d0a9a025ea607a605d08c c25fc6410829fd2307f026fb58d2b9321635e3b7 c3490ce8b485fc52aca61423b370b9ee61ab089b c5e12fc55f454f3e767f8bc4ad40841c682fff0e cf04627f12ca33bb772ebdc02260d2dab2cd8312 cf317da6d0e8debd675cc1af4c7fe2e20ad57d4b d84ce9d0329e3213134b7a3e896caad91fee03dc d95a834c9e0867d4942ddccce1bcfe8ed4ba7c80 da0601167b4170bb82d9c95cd047498b2275eec6 da0badc7d2d8f27fcfab782b7391c79978d43ce5 da22f86488724a4f42101b0540434d8fea5079ed daba46c74ddd530b0689f45407878a335b4729fe db707d453331fc2341974e7f1691a898729ae34d de6168ca1bbd4236553c9b992017d51a54fef425 e01833eb03d424b93edee6e26de48da5e243a168 e0a8ea7d01ab3a65287f0effcac86f8f59e7bc80 e3933597b0de8c5206afe349dfccb6a3207c4ab5 e4a1bb69b301bf499fa21e73f095ec139680b3ce e52c1bd748a3b9ed851fbe264470bde288428ddc e87eb6c8c108a22ff1e5000c8c13c4b3c62907ea f14e58bde052fd09deb7ddcf69f5573c0f09924c f14f65a99118579ce38079b100741ab60cb66717 f99d111c9a3f4d4e6f2241dd43a3392cb1fc146c fc656fcd4088110b360e531bfe4f0da3b599ff35 fcca01af52974092453c658f8c35ef732fe8ee01 fe4c8de21c4e911583513f80806fac7c4ed9729c fe67130ccec43fa640eb078f24821b9a351aa0ac
Timestamp: 2025-07-21 13:10:55+00

Package: postgresql-client-9.4
Source: postgresql-9.4
Version: 9.4.26-14.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5691
Depends: libc6 (>= 2.38), libpq5 (>= 9.4.26), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
Suggests: postgresql-9.4, postgresql-doc-9.4
Conflicts: postgresql-server-dev-9.4 (<< 9.4.25-2~)
Replaces: postgresql-server-dev-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.26-14.pgdg+1_arm64.deb
Size: 1126536
SHA256: b4392422617bc99a9adf3e608a9ce6db1ef39fd67ed528f77959d36f35b0056e
SHA1: bce5488adc99d5b9f8fbfa2b5c6e800c9af4e05b
MD5sum: 16b5b701a42c5ca4583aa16eae046e75
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.
Timestamp: 2025-07-21 13:10:55+00

Package: postgresql-contrib-9.4
Source: postgresql-9.4
Version: 9.4.26-14.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4460
Depends: postgresql-9.4 (= 9.4.26-14.pgdg+1), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.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.26-14.pgdg+1_arm64.deb
Size: 433936
SHA256: e4a7116febc8cb24c009a28997c01c5d68996eb5c53d9016d31c4f201088b716
SHA1: a55fed88440ac0f7648fabfa0d0b9fb076ec4be0
MD5sum: f4167d323018d4c4c3cadd5e61013a37
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.
Timestamp: 2025-07-21 13:10:55+00

Package: postgresql-doc-9.4
Source: postgresql-9.4
Version: 9.4.26-14.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11503
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.26-14.pgdg+1_all.deb
Size: 1561708
SHA256: 1f8c1f3f2855c2fdd6a670d615fda414d3f5fd936dd657046920d50a17962781
SHA1: 7057fc4b5141c5a1bd3aaf08eb672d1efaaeece2
MD5sum: 335c2d2e156864cada5dbf0a8eda2900
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.
Timestamp: 2025-07-21 13:10:55+00

Package: postgresql-plperl-9.4
Source: postgresql-9.4
Version: 9.4.26-14.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 270
Depends: libc6 (>= 2.34), libperl5.40 (>= 5.40.0), postgresql-9.4 (= 9.4.26-14.pgdg+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.26-14.pgdg+1_arm64.deb
Size: 48268
SHA256: f81de91b792abae093b06b6e85db9f8f2f7b3d001905c0df94dd4656a41b94aa
SHA1: 85f91a4d22a69e0a42727e54c851cd02794ecd65
MD5sum: 7ec0c17fbf04b5c5ee0030c6400cd446
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.
Timestamp: 2025-07-21 13:10:55+00

Package: postgresql-plpython3-9.4
Source: postgresql-9.4
Version: 9.4.26-14.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 173
Depends: libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3), postgresql-9.4 (= 9.4.26-14.pgdg+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.26-14.pgdg+1_arm64.deb
Size: 42984
SHA256: b142c46a4a76e380672694a032e4994e2032a0e409d159ec187bd1723cc66833
SHA1: 3d38c95a3fe4be6042f763447b92dff3850dc2e0
MD5sum: 99458894a76830d52259febc6da57ba4
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.
Timestamp: 2025-07-21 13:10:55+00

Package: postgresql-pltcl-9.4
Source: postgresql-9.4
Version: 9.4.26-14.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.4 (= 9.4.26-14.pgdg+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.26-14.pgdg+1_arm64.deb
Size: 28448
SHA256: 7b1ea2f1d4ead1a55c9adbccf5475874b89e977e83655d050690fbb84176031a
SHA1: 3861493d8ca6a877c7baf9c8321c3992a84a71d0
MD5sum: 3be7e2066558e53fb02aef3070482fc0
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.
Timestamp: 2025-07-21 13:10:55+00

Package: postgresql-server-dev-9.4
Source: postgresql-9.4
Version: 9.4.26-14.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3561
Depends: libpq-dev (>= 9.4~), postgresql-client-9.4 (= 9.4.26-14.pgdg+1), 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.26-14.pgdg+1_arm64.deb
Size: 617184
SHA256: b5866c3b1d449ace203e44577f3628d6bc116bb70dbb5a319ee5b84c1fcdca9e
SHA1: c6cdb59a3b10dd1998cdb4639a5719e96bd2b717
MD5sum: 4937036d53f891e87a4e9ec916a5547b
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.
Timestamp: 2025-07-21 13:10:55+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.21.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13059
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.21.1+dfsg-1.pgdg+1_arm64.deb
Size: 387448
SHA256: 701dc108d810017771d5a9b7be73cae4fa762fffb4c496e3bf225df6d3b265d2
SHA1: 3e35acf1b90bdfab5711457f7a5444390f8f3218
MD5sum: 204b9ed954dba4c07fcc5c8974c5cb62
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-07-22 20:49:40+00

Package: postgresql-15-timescaledb-dbgsym
Source: timescaledb
Version: 2.21.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1252
Depends: postgresql-15-timescaledb (= 2.21.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.21.1+dfsg-1.pgdg+1_arm64.deb
Size: 1127072
SHA256: 70fac0e82de453324f742a6a09f7887fc6bf54e43f534bba96454b647bdb4958
SHA1: 282bf5abccff0dbaf1e0dca647d20bf05f155b09
MD5sum: a2e8f4f3a001d93ce1ef45e118d55181
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: 6c52570db56d1da71fc2051eb0b7120b09c2ff1c c95d9e45fed82add8e933674b425df11ec9ac944
Timestamp: 2025-07-22 20:49:40+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.21.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12995
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.21.1+dfsg-1.pgdg+1_arm64.deb
Size: 386556
SHA256: c46d97de6d36cbb63bebe97cc448dfa6e3e44738c24fe990be2fcc16e86453ab
SHA1: 640462290113595f17c246862fbc6455cc892db8
MD5sum: 222de8dd2a781b062f4af26e3900bbaf
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-07-22 20:49:40+00

Package: postgresql-16-timescaledb-dbgsym
Source: timescaledb
Version: 2.21.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1310
Depends: postgresql-16-timescaledb (= 2.21.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.21.1+dfsg-1.pgdg+1_arm64.deb
Size: 1185568
SHA256: 944a0a20a5ca3d1f16af8f5ae8daf97f2a5a69c81891ce325de74005e4f14e7d
SHA1: e8c1382ceb915609955fda16cd428f108746850f
MD5sum: 4985800f14f83ae556798973f5a0d8cb
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: 7072fbf37de67f9560ac49aa0983191e6d2b62d5 98c9d017e1723edbe7b938b3b0186321ca3b8e86
Timestamp: 2025-07-22 20:49:40+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.21.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12995
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.21.1+dfsg-1.pgdg+1_arm64.deb
Size: 386676
SHA256: 044532ee2ab54932bb5f3c56ae0a09500cb28e030feec48ad2049ece4fc07fac
SHA1: 726848ec62c23d50a9d3a35390d14141ded4b76f
MD5sum: 566af3aa4347bbf89c5e8e1674d23f42
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-07-22 20:49:40+00

Package: postgresql-17-timescaledb-dbgsym
Source: timescaledb
Version: 2.21.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1314
Depends: postgresql-17-timescaledb (= 2.21.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.21.1+dfsg-1.pgdg+1_arm64.deb
Size: 1192816
SHA256: a7587de04735092d46c728e28ccddbb9a0be420836419d016777a8fed50a8fb4
SHA1: 7963ff66754c484a72a2d8e8ffb597f0d44e7741
MD5sum: 9907ee12bdee0646935616399bfdc3c7
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: d8bca5c68c9360ffe8520ad4846cf416997a6d73 e6e545abf395b3cf93849e67359cd11d0bcad4cd
Timestamp: 2025-07-22 20:49:40+00

Package: libecpg-compat3
Source: postgresql-9.3
Version: 9.3.25-14.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libecpg-compat3_9.3.25-14.pgdg+1_arm64.deb
Size: 12588
SHA256: 78813ea2357aca34a26975f5953eb7b420d1395e83a6320dbec52ad4a5b707bf
SHA1: 3e0317805b77e186fb60a8b59790ebf96b68175f
MD5sum: 18fd37bb685c3a7a2f7c416fef6d2f1f
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.
Timestamp: 2025-07-23 09:57:29+00

Package: libecpg-dev
Source: postgresql-9.3
Version: 9.3.25-14.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1106
Depends: libc6 (>= 2.38), libpq-dev, libecpg6 (= 9.3.25-14.pgdg+1), libecpg-compat3 (= 9.3.25-14.pgdg+1), libpgtypes3 (= 9.3.25-14.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libdevel
Filename: pool/9.3/p/postgresql-9.3/libecpg-dev_9.3.25-14.pgdg+1_arm64.deb
Size: 200132
SHA256: 9232f005d78531f1905a28c8b229f309693eb982632ecca4f275c6d1a992186f
SHA1: cd91dd6777eba9a61d66ec820cd738bbdb20b0b0
MD5sum: 4126789e19a32ef9df564f6d011a8b76
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).
Timestamp: 2025-07-23 09:57:29+00

Package: libecpg6
Source: postgresql-9.3
Version: 9.3.25-14.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 420
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libecpg6_9.3.25-14.pgdg+1_arm64.deb
Size: 72796
SHA256: 93d9d74e007d3ef2e5019b78f6a590eb97a672b71497379d352ba21472705ddf
SHA1: f17334b667f817155d09f2710dd2c7a842ef8643
MD5sum: 3238818fa5dc5d294dda138aa2bde3cc
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.
Timestamp: 2025-07-23 09:57:29+00

Package: libpgtypes3
Source: postgresql-9.3
Version: 9.3.25-14.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libpgtypes3_9.3.25-14.pgdg+1_arm64.deb
Size: 33016
SHA256: 2fe502a73cebb944f22ad8be0a47ad822a229e983b9efe8f6fca21c500f042b3
SHA1: 32ac577af1d0da940f2c6b91c855cfbb27ff8fd6
MD5sum: cf5caa18ce02d25d995d7806377440fb
Description: shared library libpgtypes for PostgreSQL 9.3
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-07-23 09:57:29+00

Package: libpq-dev
Source: postgresql-9.3
Version: 9.3.25-14.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 737
Depends: libc6 (>= 2.38), libpq5 (= 9.3.25-14.pgdg+1)
Suggests: postgresql-doc-9.3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libdevel
Filename: pool/9.3/p/postgresql-9.3/libpq-dev_9.3.25-14.pgdg+1_arm64.deb
Size: 145708
SHA256: 5759230943e10054224b68de07f30d4a019653815df336c317059a20235c9c48
SHA1: 871e1b34f3a8f9f9a54a43c027760a3168679e73
MD5sum: e4febffb1774655cb3b08e54fc63502c
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.
Timestamp: 2025-07-23 09:57:29+00

Package: libpq5
Source: postgresql-9.3
Version: 9.3.25-14.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 535
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libpq5_9.3.25-14.pgdg+1_arm64.deb
Size: 115928
SHA256: 477c169f5853105754c51679c1018d74cc9645b2f72bf631885f15b8811bb131
SHA1: 89066a883a7d9031873a697416f5e128ac584700
MD5sum: dafb96c9e826f2656662e48ed89cca0b
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.
Timestamp: 2025-07-23 09:57:29+00

Package: libecpg-compat3
Source: postgresql-9.5
Version: 9.5.25-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libecpg-compat3_9.5.25-12.pgdg+1_arm64.deb
Size: 16872
SHA256: 53dfc414eeb3e490ab1b060fb203ca1097765142dac95d4f2ac9d3a747550504
SHA1: e5768e89dbb7f66487cceaadab7a667dfc508db1
MD5sum: a21a1da64b49aac119822b04c4b3a521
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.
Timestamp: 2025-07-23 09:57:04+00

Package: libecpg-dev
Source: postgresql-9.5
Version: 9.5.25-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1183
Depends: libc6 (>= 2.38), libpq-dev, libecpg6 (= 9.5.25-12.pgdg+1), libecpg-compat3 (= 9.5.25-12.pgdg+1), libpgtypes3 (= 9.5.25-12.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libdevel
Filename: pool/9.5/p/postgresql-9.5/libecpg-dev_9.5.25-12.pgdg+1_arm64.deb
Size: 213492
SHA256: 415f47a1d25b9f4ba7bb9cdfe9db70242dad86cb91dc0e353ba9c1bd156d567b
SHA1: 05e3333cafacc2f8d512479e2bbb4242d6e8cb6b
MD5sum: f5d89f0ce6eb77290cfe8f45b666a0cc
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).
Timestamp: 2025-07-23 09:57:04+00

Package: libecpg6
Source: postgresql-9.5
Version: 9.5.25-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 459
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libecpg6_9.5.25-12.pgdg+1_arm64.deb
Size: 81608
SHA256: b501565832fade56ffbe2af35cc7c140b6282c88d89f447d2b753806e29f4c21
SHA1: 382877ca498e259604c880d4621a8fe9b439b57e
MD5sum: 7f343e0b32592cc8565d0233011eb2c6
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.
Timestamp: 2025-07-23 09:57:04+00

Package: libpgtypes3
Source: postgresql-9.5
Version: 9.5.25-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libpgtypes3_9.5.25-12.pgdg+1_arm64.deb
Size: 37156
SHA256: aeb901576c11b2242f23d50a3df8e8277eaceb39c92b38132ee0b04c06ecb4df
SHA1: 73617bd11c8cac7e770d740312cf55f9c61e9bef
MD5sum: fea9b91a8fdf8bae85f6da12f7a046c7
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.
Timestamp: 2025-07-23 09:57:04+00

Package: libpq-dev
Source: postgresql-9.5
Version: 9.5.25-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 769
Depends: libc6 (>= 2.38), libpq5 (= 9.5.25-12.pgdg+1)
Suggests: postgresql-doc-9.5
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libdevel
Filename: pool/9.5/p/postgresql-9.5/libpq-dev_9.5.25-12.pgdg+1_arm64.deb
Size: 155028
SHA256: 4fc4f1482f7c7fa0bdff2018a3be882c2d123e60b6f9c12020d34b770da3b45b
SHA1: b972599392b9db9896ae927ad2f9534977dce263
MD5sum: e1c6235b920820272d2d72fcd3498339
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.
Timestamp: 2025-07-23 09:57:04+00

Package: libpq5
Source: postgresql-9.5
Version: 9.5.25-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 649
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libpq5_9.5.25-12.pgdg+1_arm64.deb
Size: 131128
SHA256: a22f298513d6a83b642746547359add554a4522e06e1428309fa0183f6bec7d8
SHA1: db305421f5e0e9dc6aa7c6f7e8da2a7b0a40325f
MD5sum: c4ea126eba948f54d33d07497c104b1a
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.
Timestamp: 2025-07-23 09:57:04+00

Package: libecpg-compat3
Source: postgresql-9.6
Version: 9.6.24-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg-compat3_9.6.24-11.pgdg+1_arm64.deb
Size: 18040
SHA256: ae3f39eef2cdc0c0c704bfa52de791ba7df67c2a50b0675a87445cafc3a3ef23
SHA1: a3a3a6b318bfb1ae5dd05914dce1faf914524ac1
MD5sum: c76986f0555d10e82797f6e16fb88504
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.
Timestamp: 2025-07-23 09:56:32+00

Package: libecpg-dev
Source: postgresql-9.6
Version: 9.6.24-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1248
Depends: libecpg-compat3 (= 9.6.24-11.pgdg+1), libecpg6 (= 9.6.24-11.pgdg+1), libpgtypes3 (= 9.6.24-11.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libecpg-dev_9.6.24-11.pgdg+1_arm64.deb
Size: 217684
SHA256: 17358e06cf7153a28f81c7d23910e54f7a8d0cd7056d4a7383c1cccfcce95788
SHA1: 1a6ec24a29d9aaf2e1c7e57acdbc3656ac716f1f
MD5sum: 9b92d07c1b727fb28e482343bbf5fdae
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).
Timestamp: 2025-07-23 09:56:32+00

Package: libecpg6
Source: postgresql-9.6
Version: 9.6.24-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 461
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg6_9.6.24-11.pgdg+1_arm64.deb
Size: 82132
SHA256: effd985b1f34faaa878417579164aa9237ba732c75402fe690a4107b3f36e6c3
SHA1: d7904985cd85bc53dc7d53a6be7ad2fddb14166f
MD5sum: 9b8ba617b0bed982393f5cb90b3bed36
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.
Timestamp: 2025-07-23 09:56:32+00

Package: libpgtypes3
Source: postgresql-9.6
Version: 9.6.24-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpgtypes3_9.6.24-11.pgdg+1_arm64.deb
Size: 38388
SHA256: bce925a385c51817a2ecb68264bfa807b0f4ece84ce8a1ab0ed8297a49a1dfab
SHA1: 7eb5e885d9a0977d1df99743c9c3834ea2aaa9a1
MD5sum: b90118b6e98a4375365c55cbde7731d0
Description: shared library libpgtypes for PostgreSQL 9.6
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-07-23 09:56:32+00

Package: libpq-dev
Source: postgresql-9.6
Version: 9.6.24-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 777
Depends: libpq5 (= 9.6.24-11.pgdg+1), libc6 (>= 2.38)
Suggests: postgresql-doc-9.6
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libpq-dev_9.6.24-11.pgdg+1_arm64.deb
Size: 156916
SHA256: 36d36cc473549dafdcf188509ac8780fbe731930394733978e98e8f93c030a45
SHA1: 21a705d92cb2b884baa7089960bcffa8161c2830
MD5sum: 627beb588cd799fff8570137d2ec806b
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.
Timestamp: 2025-07-23 09:56:32+00

Package: libpq5
Source: postgresql-9.6
Version: 9.6.24-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 661
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpq5_9.6.24-11.pgdg+1_arm64.deb
Size: 132444
SHA256: eae7122f31b105c76625f640cb895ac6cf9e42039c35fec82898ed37824a9ee1
SHA1: 1d7ec8509d1dace0106e08496a7b04cb266e73c3
MD5sum: 9366305e5d96c3bbfbdc93bf351dfa90
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.
Timestamp: 2025-07-23 09:56:32+00

Package: elephant-shed
Version: 1.3.10.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 9
Depends: elephant-shed-cockpit, elephant-shed-grafana, elephant-shed-omnidb, elephant-shed-pgbackrest, elephant-shed-pgbadger, elephant-shed-portal, elephant-shed-postgresql, elephant-shed-powa, elephant-shed-prometheus, elephant-shed-prometheus-node-exporter, elephant-shed-prometheus-sql-exporter, elephant-shed-tmate
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed_1.3.10.pgdg+1_all.deb
Size: 3016
SHA256: a97a152fc5fdf478edd124e5541495c90fd4758de45b6bc79603769661cd2910
SHA1: 66bbd60827b8ae1fd2cff963595964c16aaeda98
MD5sum: 83e8efe6eec4feeb76c49a4951915460
Description: PostgreSQL dashboard
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This meta package depends on all Elephant Shed components.
Timestamp: 2025-07-23 10:10:28+00

Package: elephant-shed-cockpit
Source: elephant-shed
Version: 1.3.10.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 18
Depends: cockpit
Recommends: cockpit-packagekit
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-cockpit_1.3.10.pgdg+1_all.deb
Size: 3436
SHA256: 5ea83917275e5d3fc4544954be6e197086a7598d7b1afecbaecd61473c7a23e3
SHA1: dc2c9a15451a74671ea963974c4a61ec5de1239a
MD5sum: 50175d59c59b9c020ca4e2ae4b1fed77
Description: PostgreSQL dashboard -- cockpit integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with cockpit.
Timestamp: 2025-07-23 10:10:28+00

Package: elephant-shed-grafana
Source: elephant-shed
Version: 1.3.10.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 212
Depends: curl, grafana (>> 5)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-grafana_1.3.10.pgdg+1_all.deb
Size: 17800
SHA256: 80986233fc42ac012758466745c84506cc1c6a3718192bee4a2695b6cddd9582
SHA1: 7100f18b17f17e5feeb5888c7b9d214a48daa656
MD5sum: c6d14464d70636c4030e65ea397b5962
Description: PostgreSQL dashboard -- Grafana integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with Grafana.
Timestamp: 2025-07-23 10:10:28+00

Package: elephant-shed-omnidb
Source: elephant-shed
Version: 1.3.10.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 13
Depends: omnidb-server
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-omnidb_1.3.10.pgdg+1_all.deb
Size: 3408
SHA256: 948da7f2027fd0845c4ab73213662e4330fde8687c25b21bd1ed67c3a17a402e
SHA1: b423a6bb2e2c352234ff7bef802214e52aad2946
MD5sum: a75c3babd3a3677ef4f69271f4721cfa
Description: PostgreSQL dashboard -- OmniDB integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This meta package provides the integration with OmniDB.
Timestamp: 2025-07-23 10:10:28+00

Package: elephant-shed-pgbackrest
Source: elephant-shed
Version: 1.3.10.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 23
Depends: pgbackrest, postgresql-common
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-pgbackrest_1.3.10.pgdg+1_all.deb
Size: 5356
SHA256: 475aa067936585055bf8f15702429f92d2185af139fbf210b9606e142fa735d5
SHA1: 7f778603f77c824ac66cca4d211ac7d5f3cd9881
MD5sum: 82ae422043f07ad25fa9089665681109
Description: PostgreSQL dashboard -- pgBackRest integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with pgBackRest.
Timestamp: 2025-07-23 10:10:28+00

Package: elephant-shed-pgbadger
Source: elephant-shed
Version: 1.3.10.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 26
Depends: pgbadger (>> 9), postgresql-common
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-pgbadger_1.3.10.pgdg+1_all.deb
Size: 4956
SHA256: 1b34b27cc8ca030d6e0894beb144a699a1a2f8e0e69685a24ac22aafe4311da9
SHA1: 94a843a3bc78443eea339e41e81ef7fa34976548
MD5sum: 8a59866f240233b00134e860d1a45cc1
Description: PostgreSQL dashboard -- pgBadger integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with pgBadger.
Timestamp: 2025-07-23 10:10:28+00

Package: elephant-shed-portal
Source: elephant-shed
Version: 1.3.10.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 7972
Depends: adduser, apache2, libapache2-mod-authnz-external, libapache2-mod-authz-unixgroup, libapache2-mod-wsgi-py3, libjs-jquery, libjs-bootstrap, libjs-popper.js, libtemplate-perl, libcgi-pm-perl, pwauth
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-portal_1.3.10.pgdg+1_all.deb
Size: 4185332
SHA256: 921e98fc4d2d35af34dd8c698622efad233bf69b5914b8e9240f37ec0434f29e
SHA1: bb3c4ce866da2832631613b4e366eafb5f448b21
MD5sum: 1a1bca90e62c229bc9c3b6c71b66f9e5
Description: PostgreSQL dashboard -- web interface
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the web interface.
Timestamp: 2025-07-23 10:10:28+00

Package: elephant-shed-postgresql
Source: elephant-shed
Version: 1.3.10.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 25
Depends: adduser, postgresql-common (>> 183~)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-postgresql_1.3.10.pgdg+1_all.deb
Size: 5688
SHA256: 3dd3662f414ee9dabef5037bfe89e325bef811e3a2965d55cd911eeed5484575
SHA1: 0072bbde7882d0f007480e50eb75660a94618b60
MD5sum: a9738e45dea2d46eb683fc1e906cdcc3
Description: PostgreSQL dashboard -- PostgreSQL integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with PostgreSQL.
Timestamp: 2025-07-23 10:10:28+00

Package: elephant-shed-powa
Source: elephant-shed
Version: 1.3.10.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 13
Depends: powa-web, postgresql-common
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-powa_1.3.10.pgdg+1_all.deb
Size: 3916
SHA256: f09c9fd8de2e3e741561093ab2cc24d02886381290f4a7ec80018e5c9ba152d5
SHA1: 4c3f6bf746bc09d5797db6cd62eddb2fb7b901b1
MD5sum: ef0adc576b231dd33f7d3e1608c5d3ea
Description: PostgreSQL dashboard -- PoWA integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with PoWA.
Timestamp: 2025-07-23 10:10:28+00

Package: elephant-shed-prometheus
Source: elephant-shed
Version: 1.3.10.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 23
Depends: prometheus (>= 2.0)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-prometheus_1.3.10.pgdg+1_all.deb
Size: 4956
SHA256: 90472118b3cd4d8d5ceb59468e1aeeb79c26236e59da8c7e8fc23d2510564e7b
SHA1: a5d202d5d0b05d7087daea997e9a86abee028761
MD5sum: 6b9bb610437aea0c7d9b6f4f5d450844
Description: PostgreSQL dashboard -- Prometheus integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with Prometheus.
Timestamp: 2025-07-23 10:10:28+00

Package: elephant-shed-prometheus-node-exporter
Source: elephant-shed
Version: 1.3.10.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 28
Depends: prometheus-node-exporter (>= 0.16.0)
Breaks: elephant-shed-prometheus (<< 1.1)
Replaces: elephant-shed-prometheus (<< 1.1)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-prometheus-node-exporter_1.3.10.pgdg+1_all.deb
Size: 6080
SHA256: a7164f69414a7fdcfa2540aa83800d231c46389a6ef8fdab48e85200e86e0ae2
SHA1: fbe4b52acd4533a864a9ded65ecf2f98ad4f0dd9
MD5sum: a55598d227736d0ca932b8cf4f751242
Description: PostgreSQL dashboard -- Node exporter integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with the Prometheus node
 exporter.
Timestamp: 2025-07-23 10:10:28+00

Package: elephant-shed-prometheus-sql-exporter
Source: elephant-shed
Version: 1.3.10.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 60
Depends: libyaml-perl, postgresql-common, prometheus-sql-exporter
Breaks: elephant-shed-prometheus (<< 1.1)
Replaces: elephant-shed-prometheus (<< 1.1)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-prometheus-sql-exporter_1.3.10.pgdg+1_all.deb
Size: 10008
SHA256: 7eedd1a9b72ef655738f2913e6a67205d8747482f2543b89033874a503002809
SHA1: 6c769be7f87e2b62654e988ed4e49aa073f95d62
MD5sum: 8cddd96dc08d8be4a6bedb596ed20b2c
Description: PostgreSQL dashboard -- SQL exporter integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with the Prometheus SQL
 exporter.
Timestamp: 2025-07-23 10:10:28+00

Package: elephant-shed-shellinabox
Source: elephant-shed
Version: 1.3.10.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 10
Depends: shellinabox
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-shellinabox_1.3.10.pgdg+1_all.deb
Size: 3164
SHA256: 6962b2e01095bc7105cc99fdaa53ddc7e8829274682a773a235be6b47dda29d3
SHA1: 818212ddaf61ac2245843bf53794c751c00dc6eb
MD5sum: 839d036d123a300220002cc893eb67c8
Description: PostgreSQL dashboard -- shellinabox integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This meta package provides the integration with shellinabox.
Timestamp: 2025-07-23 10:10:28+00

Package: elephant-shed-tmate
Source: elephant-shed
Version: 1.3.10.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 19
Depends: tmate (>= 2.4)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-tmate_1.3.10.pgdg+1_all.deb
Size: 3920
SHA256: f4e41b2ebb271d0519ec34406a519f932b5aea4914d554427fba3c20efc6d3cd
SHA1: 8369c591d94b376a56dfbac795b17ab3167a07fa
MD5sum: 8836e6d22a46ad79f36281ac057e4aeb
Description: PostgreSQL dashboard -- tmate integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with tmate.
Timestamp: 2025-07-23 10:10:28+00

Package: patroni
Version: 4.0.6-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1493
Depends: python3-click (>= 4.1), python3-consul (>= 0.7.0) | python3-supported-max (<< 3.9), python3-dateutil, python3-prettytable (>= 0.7), python3-psutil, python3-urllib3, python3-yaml, python3-ydiff, python3:any, python3-psycopg2, python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes | python3-pysyncobj, python3-cdiff
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_4.0.6-1.pgdg+1_all.deb
Size: 280824
SHA256: f801d92efbe207eeffc58162dfe5951f2ffa66e9d21f7d6f89067894e954eab2
SHA1: 0ffecb981a4784c616e5e656c4bcbe3a61507689
MD5sum: 8cf51132f2b13071ae71a31c8ffcaf25
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2025-07-23 10:10:28+00

Package: patroni-doc
Source: patroni
Version: 4.0.6-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7206
Depends: libjs-jquery (>= 3.6.0), libjs-sphinxdoc (>= 8.1), sphinx-rtd-theme-common (>= 3.0.2+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_4.0.6-1.pgdg+1_all.deb
Size: 545864
SHA256: 6fef71046871e598be1bc904a0d31a3aa1179e331d599f644ea82d9eade6ae12
SHA1: 91f9a0aaa00207acfea1c06f744ff0e2905e2b7e
MD5sum: d2538d9eb15f0c96948c8d95fcd6718a
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2025-07-23 10:10:28+00

Package: pgbackrest
Version: 2.56.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1208
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.34), libgcc-s1 (>= 4.2), liblz4-1 (>= 0.0~r127), libpq5, libssh2-1t64 (>= 1.5.0), libssl3t64 (>= 3.0.0), libxml2 (>= 2.7.4), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc, check-pgbackrest
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.56.0-1.pgdg+1_arm64.deb
Size: 427892
SHA256: b7cdee34e9fa5d1a1dae9ce950bccccb114bd8811652eb8110310b630b485f87
SHA1: 1f670da547b267a669490b71275289418b6da726
MD5sum: 4279e43fccd27a749eae86c88b65264b
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.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2025-07-23 10:10:28+00

Package: pgbackrest-dbgsym
Source: pgbackrest
Version: 2.56.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2542
Depends: pgbackrest (= 2.56.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.56.0-1.pgdg+1_arm64.deb
Size: 1362264
SHA256: b93dbc9615c3097d058083c496bf7038738956ed0f30441f047fa0ad1ee248d4
SHA1: f52844c9c1517e2931e49c028050b219499aa0ba
MD5sum: c7f6775aafba6826dd27b967fd1bf3f9
Description: debug symbols for pgbackrest
Build-Ids: 0d44c680f04d08f9c3d980df5c087374d55ea54c
Timestamp: 2025-07-23 10:10:28+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.56.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1889
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.56.0-1.pgdg+1_all.deb
Size: 130800
SHA256: 75db46fd39b5d5cda91a45e9a1a38f81e444ec13fb5c627c03b36d17057b1457
SHA1: ac33566ed9b83e355522831001fb439c88de5408
MD5sum: 8fd9eb9a87fc3704f64e7f9526adf720
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2025-07-23 10:10:28+00

Package: postgresql-9.3
Version: 9.3.25-14.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20021
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3t64 (>= 3.0.0), libxml2 (>= 2.7.4), postgresql-client-9.3, postgresql-common (>= 142~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.3, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.3/postgresql-9.3_9.3.25-14.pgdg+1_arm64.deb
Size: 3520232
SHA256: d5ff0179df55ab08e1a48fa9191e845bfb5a6ee18b061c80d56ce647d16e1892
SHA1: 9a75ae9f19af1c139dc7783afd526aac250c16a3
MD5sum: 24b2bcf90b5a282bd168d798fcc923c0
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.
Timestamp: 2025-07-23 10:10:28+00

Package: postgresql-9.3-dbg
Source: postgresql-9.3
Version: 9.3.25-14.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 22326
Depends: postgresql-9.3 (= 9.3.25-14.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.3/postgresql-9.3-dbg_9.3.25-14.pgdg+1_arm64.deb
Size: 11246432
SHA256: 86f546a3ee512b16f114138130b790fbaded108756b8d9bd5c754da6f3499e7a
SHA1: 6b560dbd05fbf56e735507f009a4e4e9b8effacb
MD5sum: 3807599a3f4e059736963ea7a63efccf
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.
Build-Ids: 008af9b26d985a1af8631da67b2851fdf33dfe29 04ca0701026050a0f892d2e205ae02adaa550c02 08998eab255217466f3bed31991156b552ad16c3 11cf2e959a3d604636c46dcc91dc8a8caf33d001 1886d273a6cf69adb03959b949e6cfd41648e803 1a842888825ba1ab0be7e101b46f2e950a2fa31a 1b2045f283cb329e60f71ed5f120208793cea317 1cafe09cee4a2140c31957968491364c5fb64685 1d8b731491841ad2fd90ce9492f0b47475b1a231 1fd722afc76af3926d1ee6cbfa32f7d0965ccb26 21784cb39a0d6b197d4eb74659d294eb7912bd71 21b1a6d00e5b88b5c5e809d3d782977f4a7d3526 233f7a965eaf35cd39df99c0e89811fd6bfffb38 25da40dc298a695dbe0f7bc8111c073759708f4e 2b868746d889f84f18a01dcdf2f92445534d167c 2c91d418e2011206e7687da2a02bcca39dd2cbcc 2e7c53bb79c4b62631fa7b693c25689142e907ad 329752d03c75b3bc16bd635cca09b6af07873e85 32de7ad7ef6615a2167bcd302bd099f48bc48214 337fa91bbcfc64100784ee8b6758a1cc5ff5deb5 3fe235a227c678b8eeca6d82bb93dad2907bf474 40a775d6842d927abbabf8b35cecf148aaef3c6a 40f33f838f481b0899f257b3093fc34a369bf0c4 40fa337bb11c80e295c0edaea40b88419538232c 42f3cea26adf6161125c57591dc3647c4b5fd7a3 44fddf88bc729da57630abac1878f3d538f69705 4658df319f53531b1f31f6d9dae805c3727bd1cb 485873007d494872ca0283762f5012245d3022a4 4ceaf2a48eb9cdc2c8d032852bfe2a0315db32df 4f2d90ba08437d89686893bba276315ebe01e99a 4fa8c6378b35394b923481270499afeed1b286b9 517b44c046a341f945f43f28ba41929e55b62e5d 51d08c0feab4c7b40c8b4701e276c557b2ffef8a 552c03b121d119ed8e1083709a0f1cee39f69ccc 5a9ec17c146305ac1898fdd75bd7a76bea97f1af 5e1fef40777f2cda268c5ec13b1a8d1a739717b2 5e89464f6ae19b49249558edaf1a1f04cb1e4926 60404fb0e3bf283f2a5f69d33a1b42eedb6b2ada 609cbd5437ee9be14353623ebb71ff02f7614442 6167c79f08413f8df766c9861866a2823914ba21 63902c3bfdc0744eba1bbc7541841376814f78bc 639904f454168a3eb9c9888825b9be7a2c8b5e64 6654de8ee6962d7129f97e1f46cc008837f1e0f4 67918c431b65d9e3da830575a65dc565d18a1ffc 6878b1aeaced9d702dfda29a3c2dc07cbab4e132 687de89b1aaabec8c1e4e1a13e2ca2921b5b78be 697b8ed1b4903be0f86a2eecb75f0690569e4a9a 6f5fd8bc48dce37b8aed5fd89a249879e5b6378a 6f8d9da5be88548a4fe0ca45f5b2bc0dd570bae4 706c8a23699c1e357fc678cd28f76e329eee12d9 70d1436c2ad2fc8486225f32178d53520e2292cc 71978ff627edc5ed8681582470416a9ac6a14102 76dd46f6e3265a2ad7a41f092c68158713085591 7735559e936d3f0ecf76ef1b911e0fbe62c167ee 7b0a48bf12493c304e29b5c09945203edf80c450 7bdb914527f5a8f27a55a08abd639a428f9f4f5e 7e2bb15555f22004ce37f0dce4cfc86d43954905 7e88043b49bed80ce84ab71d717c9413d3dd48df 7ede83374a34607177016f667df49bbc2c4b6de9 80d14a5d643c9fe70abe438a8a11781171708c5d 895f0938ce1f8326d2e46f83ef8c71891f2369c9 8b2354be9dd35928966c8056973f50e32daea9c2 8dc475072a0a59d1f0855d6ed708c342cdc5c307 8e40c2c3b0fe8d0532c1d32629800e4a2680398e 90347f96fb641c1486ef21087ed77e8789f22e2c 91541a62a172e368933a6a1042c6ea4570e3a97b 92e8195d4e6ade72495f674d94ceb9c961801c7b 931664027338b5e667e16501375149531b9b228b 9867810ac6a7317bda3b45786a472a7877936eb4 9952136f1436733fb78eca95301c92c5d2812f8b 9a12afa06593a8c244fd2bde528ffaf98df98e8d 9af2215ef0a5fc71bb7d3b475c3e2ffa8b13b524 9caba3d31db7b1786d170ed6d1940f1744c241af 9cf1e574c2115e8879ac35a9a5b2a0c8f84ca73a 9f9859289b60a1e3704631c007b6f37b6345da57 a49eb4353d2d0b44f343b339a25d092e05b2464d a6d9ed244970dd30af6c1b0ea2047569985bb0de aa54ff61aee5d8b6988d030bb3ea39827e3bc725 aac28aa860a23d685f10d3193e48e664d9247ff9 ab4c290a294aaf4349da54838d4a417a3931381f abaae4cc620a663ae15c07ed25666a7b130f09d2 adfa7a51d90b974f06a2941db7435f4c8fbe04b0 b13eb166446ec9b15623dedc2277a242d0103999 b351c1439b340fef272e6c3d4534cf36a003b3fd b41357ef7755962c58d67b54901874c9afd7f124 b78e2f3190e4d5bfc3adf2645ca1038def3085b8 b9a5b2af67378f0a41286d5b0f34d55c4e8390c6 bfb3b53d24a9f85e413fd8c39e802aa60647b593 c1643b5b6bcc379b27dfec8f8f7afeaff8737344 c2078d8b6eaaf048d400be0b67c766c5f6d2e23d c373b8f5894ce045061a9ede6112d7d67d81f583 c3e3ab8e0f34ca0d7f1cda3af321fca80ca1902b c60a35b0128044215606c38c5150cd8b92cf8237 c7385ea6b7984699e179c16f6b26dfc437f998c6 c958cf6fec6c6584a1abcef28903a252c91dc15f ce6ff2700df24bd0b346b68062948b769f4ff17d d0569f4f84053dc8c5f555c567021d1d10f22e89 d19a1a8d60a62925b2a424ab121e3981455c6756 d69dc7bcc70bc4c1548869e31c8850b9db3ecbb4 dc2e4642872c04ad1220289b33f785e79c7a634d dc5d4f06e1cb113d30c4ac33509442a18c6294d8 dd25c326e47cb95a9c1671549ed8086847381c4b ddf6c593621e1e268b39121f0fe8367d3e7b0e65 e17374a62f9a47ef66e54fda341b92071b9a70ef e709ea16dd4781ac93ea43a392536d7d8df02c91 e9c4825f64606f1521f8d7a60accaee326602605 eda1355b666b5e21314983cb86b28ce18495a6d7 f10265ef6599720191935c0ecf717d644e55ad0d f348bc991749fec95efd9d8e3e1f897ef1f7926d f489ed32e7cffbe1c6cda63fb1a2d8e2ad15bf83 f56119e4aa225df9f1486027de19a43756cdf1f4 f8f986f25e9ba374be133d3d3549ae5d49d3ee29 fcd3b23af63cf55ce93ea4a85a108ae83f007fe9 fce13063f9c17885ea5f4cacb07e1b424ee994e2 ffaa55a81772cfaeddee7fbe8d408e6634b9549f
Timestamp: 2025-07-23 10:10:28+00

Package: postgresql-9.5
Version: 9.5.25-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21938
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.2~beta3), libssl3t64 (>= 3.0.0), libxml2 (>= 2.7.4), postgresql-client-9.5, postgresql-common (>= 158~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.5, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.5/postgresql-9.5_9.5.25-12.pgdg+1_arm64.deb
Size: 4036736
SHA256: da6aec814b75cf4f25c41471505bf654e9c8ce96ab2db320819bdc143bfa245b
SHA1: 8f6ba63f8d4068867ed3e2b358b7f2bc5f4755a2
MD5sum: 4a1a34396aa3f65a97a9e8916c983a90
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 9.5.
Timestamp: 2025-07-23 10:10:28+00

Package: postgresql-9.5-dbg
Source: postgresql-9.5
Version: 9.5.25-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25477
Depends: postgresql-9.5 (= 9.5.25-12.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.5/postgresql-9.5-dbg_9.5.25-12.pgdg+1_arm64.deb
Size: 12864248
SHA256: 47cef41fb13319b9891d15d1f0718eaecd3c5b084ac88dbb537928e4376c4c64
SHA1: 1a2d77a472dcd486efb733c532e9491c223be7e9
MD5sum: af48418244d996a8edfa0898e277fe87
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.
Build-Ids: 006a29f7ceb86eaf5279b9ff2b5fe33bf33c01c9 017bf1ba109f0e26ea1fe2e55ef5a7990a9b7cc7 02b625ad44f784d17529d68bac31814eb09e8405 02b82748009eb279ba4cbfeca4538a5ed7fc1444 075ff731c953c816c56149e18f5a22c08692b595 0cd5ea938366a001b8e9dc5e53a77f35f75d7db3 0d282b477e5c62bfc3a364fe55310889fe87d9cf 0eafb1be13cb34daa76a789b7fb295825a0c4ba9 0fd5736057586673a85c99fcd339a98c9c257abf 10400668e9c0197ebb272267e160082d7f0b02a0 110a57a81df56d6a3f9ae1d3771cae701e372e36 1377a117f8bf7f82aab89e8c001a0b6ee8c3e1dc 168fbf4c06544d6702e37906c0cd4abd3cdad022 177473e32acb7346353f5ea9dc59de467143de51 18a082d098b71837c562effc1ecf0419bea3ec96 19e1dfd1c36468347f2b85991537a65d67a0b866 20d0ea98713bfd491fb0946ceb504cbacee7997c 245a66aaffee5406a8187453661bed10f33f934c 286b6b80fe29c81efe88cd84cce55b097996f13b 2fcc41a143d00c364c387516f96c0f204739868c 319e9d950059d8f268fa05ab61ca5d6c20309f2f 31c9742c6c15e9b76c8c5dabfebfb1b17083f594 3571712bcb56dd94fa0fa538ddb3dc20fbb482a0 35f089e07e14c1e0d36fc8ef3ebb0f9c7123f5fb 3cc492b1f3fe49633744d3305555069a1cbab1a9 3db12159d1a44bf5bf29630c9055fd0152435590 4105b97733c709264f673c218870d9c00b083157 430565ecdbcc88465ebe9818b1bb9963ba1a3130 47d1bada7f0b605688b2a98d3ce4dcbb9b441bc3 4a31dc26e2c72b04afd0329d041f302e1499ac2c 4d08ae3845137da0ee9558346dcd5698e2527775 4d8dfe7496c95585f49d27c3ddc29dec19a9e789 4d931bc6874a90b949c46ba72837ce671c51fd0b 50e2543d3b73223d2bbe325bc1f3e27ba4729ca7 515ca5b537f946b2ae926ce81932e9d6359800a4 5199e5119c6f3a9337db994f347185d4560469a3 524d0fafe5ff90bc2eecc0bdbe03ad7d62ee3263 54b2bc8a8e451243c16e32bb22fafa44e586b041 57ea21886641598c0bb0883bb68fc4c3021260df 595195726345efea54c08468dee0d024c6d09e26 5a4616d1785966725f3574a935b284add249f89f 5ad0ee5b185c05840c86da308720aa48226a6c97 5c449e80a7b3721be2f93322adf4efc1c10d2430 5d4da7f2f9250df9ede16958a717f0ba5eb0d368 608d893de5ca1a1887416d187f78ec8655561483 61947663c49c7412a6f5b8ec665054305f4035ee 62b90bbbfd7781cd4b5145f7fa5e363754583d54 64b899878a9b5703423b44af21aa6437497aefd1 65908c9a8c3c94acb92a85452e4a0ff3710726b8 66095aca395f9e76f9e19ede09f2a5415970faf9 681cbe28821a8e111acb2a48f8545bb21b690265 68c5c72d316cb613126a417722ff1c7a283e8ae2 68c77c8f0330d3eed19026c64f9d3e3d3368270b 6ecf881d1c895fbf60e33b38a090eaef7a63940c 6fbd79a077fffd2a3bf2cc934dae0c17e1ea7154 7283057827f3d673c4ba26694f2fd073ba16b997 731787d43e5c48fbadb838b23c1aa64df1d17e2a 747f05b7188a300591175bb3558e0833c901eab7 74c4944ed6532bbbf7ec7c6405ac122bf1726287 75b25f8ee84db5c8548c8357fa8bad47e2ca2d74 76c64f1fe04ef2ba17842380f0b7ea11e22f9851 779980c60d7a75e112941426341c42912bc7deca 784dbc8412c092dcc0d0f1d5f0e69695872ba843 78709c241608813e2d6eedfc6344b10e248b1e7c 7ca4219b58cb6d48ed86e844059b7925557ac8ac 7d98d864ad6914c3f88dabc64b3b8f020793e7f7 7ea83b5932bf25ac4bb31edc63784496efaf00de 81bbe2a36905c01347bf6674dc8ecd879423b5f8 8294d3dc1e3c31166be306f8be5ba3eb3166a843 8419e1abe4fc3585ee2b792ece6a76281f61df32 864bbb6749c1bcbcfd7b77e654a1d95fd32534af 8d6dce0b280b36c1ac03ef3f62f7624e0988d3d8 8e476b2ef2bf41a540fdb08c4517776afff9bef7 9099c33560b80be959eae0cdf3371e4585f556b6 91ef771a0d84abafb5c976db9de3c3d51a46e7b8 97de76f8144e7be82860298c7395bb1aa865c8ea 9c6a607ace20e55dde3eb5735509d734b988078f 9e7f45e013ec7ef084a4a870cbd4a358ff0ca094 9e957be2523ef1c03a79cc57b1bc49f1f4dc02ec 9ef5bdd7943f5f2198da6daae416414b5ce3ac31 9f035631889103e05ae2f7f7f124ffd45ae4d2e5 a676a3684c699505a4ee9c0c61128a33d3b621ce a700e8c92467a5d29f7af2a226738c8ff84dd0ea aa8e4f0c8fa26d2219c14093f2ac78b6c34609c0 aa9d998b5f3f21a0475501b6e25c96671c9d361c acb8bb95a4b037bc8c75f4ddd1b23e2ee0437a19 b1437d76584d941cf1297a739bcffa75538659de b3e05f02447e65efee1535e19f7e13d0c5b4f7d1 b49fa5773c4e979516cde786ef474419a3decd74 b6c377b513eaab2e2836ee29eb74785005c0fd46 ba311014b3bded13915732c745034f99120192fa bd9c286ff4beda04088dab54d7050e65ae0be231 be31cdeed49da0bf86b4db87ed1f3f042606cf24 bf72c76caa98e69b618205600d6ccf52949435c3 c1917ea610d7c7301833a1546caaa4c891734484 c537033c1cadc0c1735c217b8833b910474ced3b c6686e70f82c99d16da87c271a01187b48b0365f c91e51b25146cefe32954afb94c6409d12a5034e ca7d93b4c72654e8012b47252e5d9a75654f7a21 cc1d170e4b916b056d9b5306d30e79a710093b77 cd76701da314ea8143f5bf82d0b5ad4a29b93d84 d0b4134ae5a4f799782a45f693ef4324dd3a8db9 d21f0628a2d40d307d3ff7ea303ece5e30cca613 d318dab4e082e686503d9a46949da0c6c965f525 d63f4c817fee3eb55732045d3d2d6547efe69fb3 d9a32dc9bee9333120db772051ff71c06562bf91 d9ea2fedc070809c78325fd3bfb63e180a212188 da831edde0a2bed601cd8e64e1da9d0f92e58104 da8c68fe262f068aa22400cfae0be60060a54d73 dca793b3b6f4a9be6202e84f858dbd8195aff6cc ddbdf37d29cf7d2f9b94a56e5b1483127a9c7756 decfbd51cecb38e92ce576dddead395547a30fb5 e40e3bbf6fd4efb78ca70ed0a1cd2c313753f7a6 e8e4c300516677ced280570831c1d69a5e7760d3 ea4ee0ecb11641cf8aa8d0dfec636187ebd82c7a f1a14971c0f0444b3d5f77d53468dbaac3914b25 f35047793e5a6a0549aefab8adb17732b82fc0d5 f95ee28848a1044165dacff26e390b5e28931ed9 fcf05bd8db227d2f40f4b230900f7f8be58c211f fdd2b2be13aef03ac12a3098d0dc52f8aca28d7c fff3e41cd14166e8b5548bad4dd0e011248a1868
Timestamp: 2025-07-23 10:10:28+00

Package: postgresql-9.6
Version: 9.6.24-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23660
Depends: locales | locales-all, postgresql-client-9.6, postgresql-common (>= 171~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libssl3t64 (>= 3.0.0), libsystemd0, libxml2 (>= 2.7.4)
Recommends: postgresql-contrib-9.6, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-9.6_9.6.24-11.pgdg+1_arm64.deb
Size: 4319504
SHA256: 12344a9f900b40f9e22f46d89ab348911a1589ded62a5f523761658b657fa423
SHA1: e319297aec1bac9928255aca7fb31e19105b03ef
MD5sum: 8b75b2aeae5d97f347cbdd33c4b0e027
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 9.6.
Postgresql-Catversion: 201608131
Timestamp: 2025-07-23 10:10:28+00

Package: postgresql-9.6-dbg
Source: postgresql-9.6
Version: 9.6.24-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26549
Depends: postgresql-9.6 (= 9.6.24-11.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.6/postgresql-9.6-dbg_9.6.24-11.pgdg+1_arm64.deb
Size: 13550488
SHA256: b519f6dcff2f704451ec1ff81b8dbb4856e5edc4e1823ec01a841003eac926e0
SHA1: e7211c1a442145be0b2ffd44daa90711952d4c9d
MD5sum: c09340584f169f8bb75122a809ead3e2
Description: debug symbols for postgresql-9.6
 This package provides detached debugging symbols for PostgreSQL 9.6.
 .
 PostgreSQL is an object-relational SQL database management system.
Build-Ids: 04ee31f06859fc0cfcfae2e66e2a011ed1c9adf0 06b1ae451525beaf442d31d1900a1d5f843136d9 0af3c5b6f5ce722d2c3e97912ebb6af38df668a7 0dd3ad62fca7998573727d285da92eb464609220 0f1914f4fd8783ae2d448c698ac9a74037b93623 129b1e8b822fa8979b76273b1ad170f1c1ac8036 130749428fe15765d914dcdbe98d36c449e6b9f8 18085ebf8ace7139054f25d7a87f1637b0a4faf4 1905e23e060f70911f22e47aa673acc7b48950aa 197ac0d89e9d34becf164ea5e61dcbe52491b179 19b317ae47eeea33c4c7f423496b46fcac5e1063 1a33fcfaaf8a9a9d58ecf07fb7bc539f495142c8 1e546365fe83cf75d5dd7327301f40b6dfc4b2dd 1f2e827bf48740851f894d0175bf6317cca24656 22fa6161a573263bbf4c6009634caab7eedb1bf5 24ee7988229bcb40182daee2a9377300554ba317 25a0645bcc7e2d3402ffc9b04703c2c02ba65090 269859f8d76045cd8a5fac8bcc20d32d0efdd2f9 2781221ddab762035884bbaa1e5f7ab7155a19ed 2896ac766c823b5ed0a8ab3984c2ae9b5630f289 29aa50e59ae856c2b193efbe4a3ae6f847ea94d3 2a655021c7fef0943b11300538ee7f9a7d828d5e 2ffb0cc0d860dca4877dc2d4276d88cc8d6bd251 32acbe73fb1eff6605f5f5192dfbbf94d3a75f7b 389014112d645e23a261ccc53e247cc37e8190f3 38ab266462991d945eb3ac8a2b7c8793e25450f1 39873eb9ea6f02de2b915866937ca10eb66a49fb 3ee827667096d632f091cfc117cb85454cd6e862 40b59fb15885558cbc6d48c646538a572638f3ce 4240176eb1b621319b1e95505618ce9780716eb9 46d8fe0441ccc1d86b65481856dd4a1cb5a8ea4f 475bb81d160c516298905d2d0211eb9e3ce8e638 4848b2a8e512108d4a4d3754acbe010cf28e9757 49e828dc4ee497ce92e35935215b57bf9ddf4d7c 4a528d57b1795d3dc549fb71beab80e272709e92 4bcc25a9c40c5a40e84854c8e38eb7b2f4604fbd 50b0af6b2375ab962d6253311b6ecb338dc15cb8 50cfc7404bdf25632d12aafbef1d34d7538c3eb0 511325c60af9cd270f3a7519da107597a9028774 51da382ad65adb58fa2f1fcdbf3ca17db81fbf50 54ef2fa21d3f4a2a710477ec49849f18f6924aac 555bae7b70b6c6c00632c57da042ab8bada149bb 5792e9841874dd13cf0308aa694e96c59d004bb2 5837f8f4aac8670505dea5e69c5ab82fbf811948 64119e3a0b5d584dd15350246ffb49363ab0f5ab 66ee18847a212f4a7524cd5faffbd3ecb27d16c3 70790b792519563eb0dbb71310b4afbb8d65fcef 7247b688e3b4037072c747e74d5a28d0b27c5f35 7288ebb89c0352b4fde417aa1cced648491b0368 770be5b0f0dc708b8f411305bd39c72de48281f8 7ae2706ed70d441683808cb80731429ea4d9b865 7b76987c9ca3f57b48af2da25ec7cb3716fec2f9 7d2755ac62729a66b3871d4cdeb727c515f43d9f 7ebc1e7195341eee90365b1e828537376c4c6e96 84aec66212a0a367c51c8dd3bf4aefe6e9a10868 8662e2350297fbf389f63be59777f639945d14ef 87cf6b9b2ab5418d4d5a1cebf0162b66f624027b 884ae8a29c4482262e3673fc21f3c5b5c141c560 89203465b37a7ade25bc048bf776138c31e81dd2 8b676c23d94faa4492a661894a67aba8e58e7d03 8bf0c3390cf853c23587032d2a782dec7d9c13ef 8cba7e18cd670d3158b39b4340dd3e160bfb0705 8cf851d67dc5ff34f10a67b83ea9837c62f0a825 8dae2d08304042950d58374ae3dfbcf6b3daa44a 90cefbe27fbe87faa0053f5c0e655f05aaadd0f3 91bf0028ebc6ea9a033f05189a09b1aefe66d0e2 93edad431d6e008bf51cc32bb3943ea76226cc99 9b1d63f026a3e4d9c1f00a3e69adf1fa9734b03d 9b7b1f20ea31058234262dcdb88a882fe065a252 9b9f464f4c4c30c7e142f0bfd6331921aa46aaf6 9bf70f4e5baa434ed5626cec9fdd8f9f484deff8 9d02e8c91059c4cb8e8d6b2f3a886451aee4fd12 9ebfe8e122cca23d8a7f4d4fb138bad7421f983a a1e9577aef13474b2d7660cd26b7b5370a63cf87 a22600433f26b58f8357be532696a09570d986b8 a46914398575dcf02b7ab3aa5954a1fa4be08333 a5fef46d1223a76dc202f956457b6eb7f0cdc61f a83bf7fc516d37273504403383a3a4d2944c4b97 a91bd3b4c9b66f14b9f773fa5500156ca5d296f7 a97a7877fb0a81f68042f6bcfe6c77ded91971ea aa6814de1098e50bea57fd88b00f2f5166fce5cb ae26df73b0869f4b07282a3a905f637d4ead2f45 afd9393b125ac4e37c0673be8b1f39ed3c68d71d afde5de69bad097de6a6f7f2f5565d469a30d1a9 b0bf196a443c187a041304dfe9ec9740c54a7caa b0ef7a74ffca5a1b86f3cff0f0f814e707cc1f33 b1e98f6226759fe6918c59b4ad05c2de7e2b64a8 b3aedc4d4589589582aaebeae384dc806dfbe4cc b6dc51e171641e1db96d12e14d05dfedddebaff4 b92fe30a81eeda7940a74a636d965db7f24a9748 b98011e59a27bdb62c1aab0183f1b3ca1e981825 b9d1e49aca7866ba25cc3b5dfe05b40f30410c1b bbcb2f14a076510f212d55e0736e0f36dd8e163a bd0c29771f4c61d4c68214872c91a8362db2d825 bf11b9cd927f2acda2f6e1743d756ecf631675a3 c0f3f43d06489915b2f5334b1ecb1a601639c254 c18b7c904ef73eb197c950a4505c329b5502cc6e c1d570fd3f9b96c42948f917193913958c305860 c373f1a955d37648fab342a57a89325f2e827de3 c810222339832ae3ec02abb55e26735fb207012f c902a91b2864f9eda16770bbb399fcf846ca9bb4 cba3c89ff4ba52b1e56afed102c7174e241afc94 ce19dd85c79d553a9dff2e8c506bd7a096d9b87b ce8c5e2cdc811a35dc4a6485d37028f56374c74e cfad813737239b7a44ac1183bc1581bd2a45fe33 d3d934df7839c80a253a0753d3468efa6b225a3f d5a6d61b3d2ea4ff19360a0786b2943afd27854b d79c810a27d75d4f0dc96cbad271a56f20b4a7a9 daaeb159123ea6f59a928bd28da9fedc2f85f514 de5575f40948aab4d3696651baca1157686bc64e dfb0ea7284a0885fd1c91e485af64bc6481d1ced e01aed100dc8bc1c2cbb94a3810e240437b5b3a3 e0e9674106cf71d8cfd5f1b932cef7cc2104d8ba e3f4551ba70a31327fb12794e94767b530d24c94 e405b74f76ca0553253b24794ee156775c69ef11 e6a5fee4207fb82941a06f1186d718a58d0ebcd6 e8175189de35489ff6c6b0dc71c3bfff1aad0a22 ea51c9fb56075190fc70ec2fef072a96560fdac1 ef2cb85bb6831aca3d54f06828a3c27b51b70277 ef3f45a7de8fa2be42c0868cef410672799dcaa8 f06adb278826092a99fbf9fd2ea406393c0c6fe0 f3785dacfa70a8d1c2695481703d8bef9a3e08c0 f7fc5caafc3950dcc573b29846bc0b627c82fc16
Timestamp: 2025-07-23 10:10:28+00

Package: postgresql-client-9.3
Source: postgresql-9.3
Version: 9.3.25-14.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5127
Depends: libc6 (>= 2.38), libpq5 (>= 9.3.25), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
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.25-14.pgdg+1_arm64.deb
Size: 1032732
SHA256: 32122ae353be9aa95e9456cb5163895f5443b7dfd0cb6f55db18d22722a5723f
SHA1: 079e9a8c5ed61b371af078112bd9eed78942c607
MD5sum: 29401a8ea139242ceb6c098f96667ea4
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.
Timestamp: 2025-07-23 10:10:28+00

Package: postgresql-client-9.5
Source: postgresql-9.5
Version: 9.5.25-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6375
Depends: libc6 (>= 2.38), libpq5 (>= 9.5.25), libreadline8t64 (>= 6.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
Suggests: postgresql-9.5, postgresql-doc-9.5
Conflicts: postgresql-server-dev-9.5 (<< 9.5.20-2~)
Replaces: postgresql-server-dev-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.25-12.pgdg+1_arm64.deb
Size: 1271424
SHA256: 47493130c18fa95a9b66a1606f153c8fd6e0590f52b5b4fffebd5bb7a57b2c59
SHA1: f7184537c0eab9d0f0ddfd65b3d91463a0d1c0ed
MD5sum: 0d90b4d00bd1fb5e2cf876182a085fd2
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.
Timestamp: 2025-07-23 10:10:28+00

Package: postgresql-client-9.6
Source: postgresql-9.6
Version: 9.6.24-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6640
Depends: libpq5 (>= 9.6.24), postgresql-client-common (>= 142~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-9.6, postgresql-doc-9.6
Conflicts: postgresql-server-dev-9.6 (<< 9.6.16-2~)
Replaces: postgresql-server-dev-9.6
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-client-9.6_9.6.24-11.pgdg+1_arm64.deb
Size: 1335080
SHA256: 46a78b64f0c0d49e9e400d559e80a817d4b2330276c07843c1190cd6a362b093
SHA1: 630afabeca17b0b19f92012ba4a06ef094959a00
MD5sum: 8f598286c9344ca23fc456dc81cf8024
Description: front-end programs for PostgreSQL 9.6
 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.6. If you install
 PostgreSQL 9.6 on a standalone machine, you need the server package
 postgresql-9.6, 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.
Timestamp: 2025-07-23 10:10:28+00

Package: postgresql-contrib-9.3
Source: postgresql-9.3
Version: 9.3.25-14.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4173
Depends: postgresql-9.3 (= 9.3.25-14.pgdg+1), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libossp-uuid16 (>= 1.6.4), libpq5 (>= 9.2~beta3), libssl3t64 (>= 3.4.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.25-14.pgdg+1_arm64.deb
Size: 392804
SHA256: 92f8517b12a4cb61986941b0d6f58c54d05e1c1c120fd055fc47c58db1b6928f
SHA1: 93fb1477395b7b56525afd29db8f180f03038a02
MD5sum: 7f4c57b1db5cf6663577edc345857924
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.
Timestamp: 2025-07-23 10:10:28+00

Package: postgresql-contrib-9.5
Source: postgresql-9.5
Version: 9.5.25-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4530
Depends: postgresql-9.5 (= 9.5.25-12.pgdg+1), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.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.25-12.pgdg+1_arm64.deb
Size: 444832
SHA256: c6b710b8bd1fdf7cee7820aff950f584c7c24ea641f449099c17d4b24b9a227f
SHA1: ef63ad861fd00e067fca55b85fa6c9e5ea0eb086
MD5sum: 875e2af817ed785eb057873aa781d668
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.
Timestamp: 2025-07-23 10:10:28+00

Package: postgresql-contrib-9.6
Source: postgresql-9.6
Version: 9.6.24-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4786
Depends: postgresql-9.6 (= 9.6.24-11.pgdg+1), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.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.6/postgresql-contrib-9.6_9.6.24-11.pgdg+1_arm64.deb
Size: 490792
SHA256: 03a68de359bedf2dc280301d5fb0856209d009bd04fc81db58595071d9059a67
SHA1: 2457e934410164cfc0e9b25612ac0d9ac2594b06
MD5sum: 7d11ade3718cd049df9b724086edf479
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.6.  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.
Timestamp: 2025-07-23 10:10:28+00

Package: postgresql-doc-9.3
Source: postgresql-9.3
Version: 9.3.25-14.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14219
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.3/postgresql-doc-9.3_9.3.25-14.pgdg+1_all.deb
Size: 1770560
SHA256: ff0e6ecd3f38d0a670675a7eb37e81e047179b727b8447c7b1f92791a5be945f
SHA1: e5a6526beb51764f374b04b194051940beb36db3
MD5sum: b75bae47451c98365352740bb53a6805
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.
Timestamp: 2025-07-23 10:10:28+00

Package: postgresql-doc-9.5
Source: postgresql-9.5
Version: 9.5.25-12.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12016
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.25-12.pgdg+1_all.deb
Size: 1631416
SHA256: 5dc7986d3611f74c3c3c8aab861715941ac8da236e8edfeafe92992b4d13713b
SHA1: 056ba8628f864ac1657bd53d6a884c993f2b7a2f
MD5sum: 06f20c80cdeeeb6f9ff450832c3fb594
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.
Timestamp: 2025-07-23 10:10:28+00

Package: postgresql-doc-9.6
Source: postgresql-9.6
Version: 9.6.24-11.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12469
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.6/postgresql-doc-9.6_9.6.24-11.pgdg+1_all.deb
Size: 1698160
SHA256: 8a85f7e07e5b47022257dd631a13abe91d98b4c2d8098065d83aa4f827f11bf6
SHA1: 1dd1a0ec149aaa2aeda5447cd3d624e7bc9fdd1c
MD5sum: 939753de317afbe0c950547f1f9acda3
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 9.6. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-07-23 10:10:28+00

Package: postgresql-plperl-9.3
Source: postgresql-9.3
Version: 9.3.25-14.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libc6 (>= 2.34), libperl5.40 (>= 5.40.0), postgresql-9.3 (= 9.3.25-14.pgdg+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.25-14.pgdg+1_arm64.deb
Size: 45036
SHA256: bedecd7d6d61a2b51fa6555e3c996e11150f558b7566ea065260d39e27d97ff7
SHA1: 74f6b918b81a345d0b6f7f7cd8d45b53c45531bf
MD5sum: 94a734d768fb023c9387b76d1b86c8bd
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.
Timestamp: 2025-07-23 10:10:28+00

Package: postgresql-plperl-9.5
Source: postgresql-9.5
Version: 9.5.25-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 361
Depends: libc6 (>= 2.34), libperl5.40 (>= 5.40.0), postgresql-9.5 (= 9.5.25-12.pgdg+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.25-12.pgdg+1_arm64.deb
Size: 55444
SHA256: eb56d98c852003179e3faec7f6acb614f68355c7e1b7c7bbfc04cfa7e94b638d
SHA1: 9419271d683b7d767d7d1bf7348d5956391e8e84
MD5sum: 1395ea01a20bfc2ed52c983df8db6a15
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.
Timestamp: 2025-07-23 10:10:28+00

Package: postgresql-plperl-9.6
Source: postgresql-9.6
Version: 9.6.24-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 364
Depends: perl, postgresql-9.6 (= 9.6.24-11.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plperl-9.6_9.6.24-11.pgdg+1_arm64.deb
Size: 57336
SHA256: eab67d83ec36134674fe67a6c7debcf7b49b251e1b85e84bd7753ca50452c2ef
SHA1: 737b76d7a41ff4f13ecb9f23f8c9b3c7adfb46fa
MD5sum: e450de3d5995ab030290df1de0c4a668
Description: PL/Perl procedural language for PostgreSQL 9.6
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Perl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-07-23 10:10:28+00

Package: postgresql-plpython3-9.3
Source: postgresql-9.3
Version: 9.3.25-14.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 163
Depends: libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3), postgresql-9.3 (= 9.3.25-14.pgdg+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.25-14.pgdg+1_arm64.deb
Size: 40436
SHA256: dcf61db0ed8aa64893a2060af222d74d06016d52a7d5a4fb48df5638a31295c9
SHA1: 8d9c2a8b6762da785ca56a34b0aa63766fd0ae0e
MD5sum: d05400384f39061a5bc439447ad6b440
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.
Timestamp: 2025-07-23 10:10:28+00

Package: postgresql-plpython3-9.5
Source: postgresql-9.5
Version: 9.5.25-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 313
Depends: libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3), postgresql-9.5 (= 9.5.25-12.pgdg+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.25-12.pgdg+1_arm64.deb
Size: 48704
SHA256: 7ad914c9c54b62932ed5f879ce81850e6afd0ee0a09c7085c1d9531c907922ba
SHA1: 13545046daaf042fdf28059b652cf74a1adfbda4
MD5sum: 1732179a06427a748af06f49a0caed0d
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.
Timestamp: 2025-07-23 10:10:28+00

Package: postgresql-plpython3-9.6
Source: postgresql-9.6
Version: 9.6.24-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 314
Depends: postgresql-9.6 (= 9.6.24-11.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plpython3-9.6_9.6.24-11.pgdg+1_arm64.deb
Size: 51820
SHA256: 15d7e42271b8dd49abd28f412216e8862b3dab44467ce183f53aec6092ac5186
SHA1: 02789ba83f4c555d9836a19e1e7dcb9b11a15204
MD5sum: f6ed52500b383c7f423fe60c52ab01dc
Description: PL/Python 3 procedural language for PostgreSQL 9.6
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Python 3.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-07-23 10:10:28+00

Package: postgresql-pltcl-9.3
Source: postgresql-9.3
Version: 9.3.25-14.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 170
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.3 (= 9.3.25-14.pgdg+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.25-14.pgdg+1_arm64.deb
Size: 26228
SHA256: 80f3a7ad37c6ddf402425559f3615d4b4432d3cc06c1edf5402c2f2f3c31ac73
SHA1: 0a23572e0c331aea70673815ffab7ee4971ebf38
MD5sum: fb1422bef445431685a243762d91b804
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.
Timestamp: 2025-07-23 10:10:28+00

Package: postgresql-pltcl-9.5
Source: postgresql-9.5
Version: 9.5.25-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 190
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.5 (= 9.5.25-12.pgdg+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.25-12.pgdg+1_arm64.deb
Size: 33028
SHA256: dfc889968c48f9009042e4ee2405f491d2554ec85f1fb91f5b1849bdf0b555db
SHA1: a42d5a85396d68f82109d841bcdc5d646cdd4cc4
MD5sum: dfb2146733d428a99aab3df4830b9088
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.
Timestamp: 2025-07-23 10:10:28+00

Package: postgresql-pltcl-9.6
Source: postgresql-9.6
Version: 9.6.24-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: postgresql-9.6 (= 9.6.24-11.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-pltcl-9.6_9.6.24-11.pgdg+1_arm64.deb
Size: 38356
SHA256: 15e48a2505d54568b5d326f899e0318fd2fd660808246512dfe6dd3ba828a554
SHA1: c0286188e71158e712f7b807fbdb6ffd2cfc841c
MD5sum: a58259a2a6c27526604b50bf7bd94020
Description: PL/Tcl procedural language for PostgreSQL 9.6
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Tcl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-07-23 10:10:28+00

Package: postgresql-server-dev-9.3
Source: postgresql-9.3
Version: 9.3.25-14.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3562
Depends: libc6 (>= 2.38), 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.25-14.pgdg+1_arm64.deb
Size: 620100
SHA256: 3b3f9b346f5d869fbe093cabc03b8ef7e2f86139e1270fe0de5f2ae0aa2caba0
SHA1: 89f6b2fa0bab11e57614196cce8e098f9e43b838
MD5sum: 0c7ecd4c8361331a68cd074461c3d13c
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.
Timestamp: 2025-07-23 10:10:28+00

Package: postgresql-server-dev-9.5
Source: postgresql-9.5
Version: 9.5.25-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4080
Depends: libpq-dev (>= 9.5~~), postgresql-client-9.5 (= 9.5.25-12.pgdg+1), 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.25-12.pgdg+1_arm64.deb
Size: 713188
SHA256: 3966dea7a087258d78ab830222bca058a718e4f59c1bdfd3fba73817ca30e68f
SHA1: e4bbdc17e52135be1d251a6e5a993f8c4e2fc0b4
MD5sum: c7f84db6aac3260d8ae217bd6f0f14d6
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.
Timestamp: 2025-07-23 10:10:28+00

Package: postgresql-server-dev-9.6
Source: postgresql-9.6
Version: 9.6.24-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4423
Depends: libpq-dev (>= 9.6~~), postgresql-client-9.6 (= 9.6.24-11.pgdg+1), postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-9.6/postgresql-server-dev-9.6_9.6.24-11.pgdg+1_arm64.deb
Size: 782052
SHA256: 4b70385f41dc6325a9e2d92c9bae880a3992fd89ce50564b2e1d9676f63802b0
SHA1: 7c8defd71ba443890fb60b6df930950fa6d07df0
MD5sum: 8731061ff9cc9b9674a83321bef66e7d
Description: development files for PostgreSQL 9.6 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.
Timestamp: 2025-07-23 10:10:28+00

Package: pgwatch
Version: 3.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28055
Depends: libc6 (>= 2.34)
Suggests: grafana, postgresql, prometheus
Homepage: https://pgwatch.com/
Priority: optional
Section: database
Filename: pool/main/p/pgwatch/pgwatch_3.7.0-1.pgdg+1_arm64.deb
Size: 6354604
SHA256: f5096d238c55a3b46d5a6b10dd5863bfa3ff1d3651f50891268ff0097c7c4dd1
SHA1: 6e48928c6934de19e55b20c5b3556ce3483042bb
MD5sum: ab54d433a1e79a2db9c6cd2b34c55c36
Description: PostgreSQL metrics monitor/dashboard
 pgwatch is a PostgreSQL monitoring metrics collector, using Grafana for data
 visualization.
Timestamp: 2025-07-28 15:32:42+00

Package: pgwatch-dbgsym
Source: pgwatch
Version: 3.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10452
Depends: pgwatch (= 3.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgwatch/pgwatch-dbgsym_3.7.0-1.pgdg+1_arm64.deb
Size: 7722652
SHA256: 16ff0ed196aa5feae2171466d8ec0484fae2f6734845b5f9348834fbc1bbb5ec
SHA1: 7df0d6d8c98d55c49c0388af92b09557769ed9ff
MD5sum: 097f66d6ecfc2ce1e36c07f5a1d1a233
Description: debug symbols for pgwatch
Build-Ids: 5c6ab1b50b125d0f315c5e3d310c2addab7b5016
Timestamp: 2025-07-28 15:32:42+00

Package: postgresql-10-http
Source: pgsql-http
Version: 1.7.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: postgresql-10, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-10-http_1.7.0-2.pgdg+1_arm64.deb
Size: 19704
SHA256: c22ade32ac4671478ebbdf45999b7b3e24ae67a35cfeedc321cdb3a0c63284cb
SHA1: a2f1931ccdfea13dceba44df6951cc47dd3207d8
MD5sum: fd4e82c5b9a0ad6de219e8dfb24de935
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2025-07-28 15:32:42+00

Package: postgresql-10-http-dbgsym
Source: pgsql-http
Version: 1.7.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-10-http (= 1.7.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-10-http-dbgsym_1.7.0-2.pgdg+1_arm64.deb
Size: 56084
SHA256: 6a0456cd73e72b8a933b34dfbb8b30f26361fc64e28bb8ff0dc4e4e9c7c096be
SHA1: c3d62475aebe4462d60b81de28f2d6993b6d599e
MD5sum: 026fcd748878715fc82be2ac715e3122
Description: debug symbols for postgresql-10-http
Build-Ids: a0d7ca90e82a79d8e9cc1b3764825614bc08343c
Timestamp: 2025-07-28 15:32:42+00

Package: postgresql-11-http
Source: pgsql-http
Version: 1.7.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: postgresql-11, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-11-http_1.7.0-2.pgdg+1_arm64.deb
Size: 19688
SHA256: 8b034a3b49ccdd20bc2043d529c3c5febfc26ff0c982d38399af504a1e78cd45
SHA1: 51660fe5a99eef26f7168dd2f95659b165113a61
MD5sum: e80ae1a5875059f727ef5637763dd39f
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2025-07-28 15:32:42+00

Package: postgresql-11-http-dbgsym
Source: pgsql-http
Version: 1.7.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-11-http (= 1.7.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-11-http-dbgsym_1.7.0-2.pgdg+1_arm64.deb
Size: 55136
SHA256: 0a5798ce29121675a11715d0aa2e9d4319ddaa40fce1e39f4ece05a724c39e58
SHA1: e8079747f2c0137f988d64cdd9a6ca3c56dca7c9
MD5sum: c5577362ea3af51c7a5509e8a87d0bbc
Description: debug symbols for postgresql-11-http
Build-Ids: 96ee5f3a5c5d6aa75ee16e77b6d724a4a045e0f0
Timestamp: 2025-07-28 15:32:42+00

Package: postgresql-12-http
Source: pgsql-http
Version: 1.7.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-12-http_1.7.0-2.pgdg+1_arm64.deb
Size: 44996
SHA256: 6cf161109751a3326c7021bf1680117c8ee5296f47485e4ca0b0899a185059ce
SHA1: ef82fc86d4244e7f13f88630de009bf02717afda
MD5sum: 6f189c8f26b675bebe082574127536f3
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2025-07-28 15:32:42+00

Package: postgresql-12-http-dbgsym
Source: pgsql-http
Version: 1.7.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-12-http (= 1.7.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-12-http-dbgsym_1.7.0-2.pgdg+1_arm64.deb
Size: 56880
SHA256: e4cb0e8ead53d39a9ab980308668eb8bb41726da0c76ba9177b1d0bc28607042
SHA1: 05a7c32a169a8763ca8ea15a8e13edb90546efa2
MD5sum: 7e913cd108a308e3106fab1ca12e7642
Description: debug symbols for postgresql-12-http
Build-Ids: 6d09114bd55e87d1502d70a320e340daaf0edc2d
Timestamp: 2025-07-28 15:32:42+00

Package: postgresql-13-http
Source: pgsql-http
Version: 1.7.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-13-http_1.7.0-2.pgdg+1_arm64.deb
Size: 45420
SHA256: 89ac9efb6b5d30810b2c99cac05841542f582e7b5a081b88f4267d6efd1ad354
SHA1: a1fa282c44ad04514837d1d61ab7cb9812542663
MD5sum: 31672fd852bdb1d976c319a89a20e1e6
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2025-07-28 15:32:42+00

Package: postgresql-13-http-dbgsym
Source: pgsql-http
Version: 1.7.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-13-http (= 1.7.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-13-http-dbgsym_1.7.0-2.pgdg+1_arm64.deb
Size: 57996
SHA256: ed3d30c3ac3108fbfe922bbe8695e676027ff05768680f216c35a3daf1299e15
SHA1: 2620c237c05d0386cdc63b04116e02735dd924e2
MD5sum: 2c3fdaef7b2b645bc785a5acb9777f83
Description: debug symbols for postgresql-13-http
Build-Ids: ff78d14ccee983c1e002d6c3c727cad279632409
Timestamp: 2025-07-28 15:32:42+00

Package: postgresql-14-http
Source: pgsql-http
Version: 1.7.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-14-http_1.7.0-2.pgdg+1_arm64.deb
Size: 45380
SHA256: 541f53f4582703db17b19e6f81c20cfb4cf5d35c6a600e4c0c39ab8fe70fa76e
SHA1: 249234bc20a8a1ba9839448a3a533cfb87e49d41
MD5sum: fb09bf9421b3d535821cb02985253304
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2025-07-28 15:32:42+00

Package: postgresql-14-http-dbgsym
Source: pgsql-http
Version: 1.7.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-14-http (= 1.7.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-14-http-dbgsym_1.7.0-2.pgdg+1_arm64.deb
Size: 59084
SHA256: 482b86ce0840d257fe6f90304d745599dcc002f9f314aed5e34c684a1f13f4ec
SHA1: 2b2c0084606199d1e0d3cc515d3d7e53e8bbe2f9
MD5sum: d51b0bbac4aab47f906e40de1a824baa
Description: debug symbols for postgresql-14-http
Build-Ids: 15f1fd636c097f143ddab0bd64a2b695c7f5e23b
Timestamp: 2025-07-28 15:32:42+00

Package: postgresql-15-http
Source: pgsql-http
Version: 1.7.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-15-http_1.7.0-2.pgdg+1_arm64.deb
Size: 45420
SHA256: a0e4a274ce93cd1989680033241a8e396e8c5e53cfee88d56d8049fc5dd98868
SHA1: cef59da8d55b6728efcb77b10c17c23545679686
MD5sum: 661ba705cd6a08a1d29764f366749d4d
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2025-07-28 15:32:42+00

Package: postgresql-15-http-dbgsym
Source: pgsql-http
Version: 1.7.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-15-http (= 1.7.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-15-http-dbgsym_1.7.0-2.pgdg+1_arm64.deb
Size: 59476
SHA256: 974a78f34c6f054e0ebdd82321319fe1eea9eb4eb1a2d43c66fa369a6afb186d
SHA1: bf4651a558381ac24625c686599d011b4a363be3
MD5sum: 647732654b296b980bd80185834e1029
Description: debug symbols for postgresql-15-http
Build-Ids: 4d41d44f6365da662721038241bad89f5e978c5b
Timestamp: 2025-07-28 15:32:42+00

Package: postgresql-16-http
Source: pgsql-http
Version: 1.7.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-16-http_1.7.0-2.pgdg+1_arm64.deb
Size: 44400
SHA256: 7e901581354ed68f0a870ab797fc2d491aa21cc3248719b9164168f6ed861a10
SHA1: d55fb0a7cbb611178adbd787eb767ae70be1e1e1
MD5sum: c193a484a0d033ced4603daa989620f5
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2025-07-28 15:32:42+00

Package: postgresql-16-http-dbgsym
Source: pgsql-http
Version: 1.7.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-16-http (= 1.7.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-16-http-dbgsym_1.7.0-2.pgdg+1_arm64.deb
Size: 59916
SHA256: 38741d8b15cc0fb327c3a5aa7b5eb4d78dcae85a18a3caee3d71335acb0286a9
SHA1: 6a3f5950954ff424f8cfdd0d8938616ba21efe63
MD5sum: 4df3bd5a594854159a693802796a8ef6
Description: debug symbols for postgresql-16-http
Build-Ids: 2510ae03486bace42b9f839dab153e00428d0651
Timestamp: 2025-07-28 15:32:42+00

Package: postgresql-17-http
Source: pgsql-http
Version: 1.7.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-17-http_1.7.0-2.pgdg+1_arm64.deb
Size: 44416
SHA256: 245c8b0a07794c4e8b97d8248019b8e655040381ee187e00e552cc8ad2fe8a41
SHA1: 1082b6de647052c9e40a0d42ff775a770415771c
MD5sum: e7ca03dd034587619e44b7f821b6d69b
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2025-07-28 15:32:42+00

Package: postgresql-17-http-dbgsym
Source: pgsql-http
Version: 1.7.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 78
Depends: postgresql-17-http (= 1.7.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-17-http-dbgsym_1.7.0-2.pgdg+1_arm64.deb
Size: 60864
SHA256: 8ef15f9191e9276b9edc8ffffe77c4818c56b2d9cbb066fab2afc2a3a75af7ae
SHA1: 1595ce96559c1316fde47b6a56c00cfa221b1666
MD5sum: c46c73b084101adc92dbf3414261fa5f
Description: debug symbols for postgresql-17-http
Build-Ids: b5236c2b3b507641cb335ef52371ca4291370aad
Timestamp: 2025-07-28 15:32:42+00

Package: postgresql-18-http
Source: pgsql-http
Version: 1.7.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-18, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-18-http_1.7.0-2.pgdg+1_arm64.deb
Size: 44500
SHA256: 3e8c7565f1978e087a434d1f305d894a292245770a0c23e5572de7123c5352ec
SHA1: b91969114d63a05fa758482b826130184531ae99
MD5sum: d2209819d8583d0ea9e1427d1cbc5e25
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2025-07-28 15:32:42+00

Package: postgresql-18-http-dbgsym
Source: pgsql-http
Version: 1.7.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-18-http (= 1.7.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-18-http-dbgsym_1.7.0-2.pgdg+1_arm64.deb
Size: 61628
SHA256: 03f8b64e8195f1356324a9be33ccfc045439e2a3978f14a06550001660c30c56
SHA1: e06ef3141f4a405591e98b989843a32fa1ed4ec1
MD5sum: 9a4a8b674a10409a6cef1acd3fa2b6bd
Description: debug symbols for postgresql-18-http
Build-Ids: bc400961a221d6aff63710beb75023b639b8e050
Timestamp: 2025-07-28 15:32:42+00

Package: pgwatch
Version: 3.7.0-2.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38905
Depends: systemd | systemd-standalone-sysusers | systemd-sysusers, libc6 (>= 2.34)
Suggests: grafana, postgresql, prometheus
Homepage: https://pgwatch.com/
Priority: optional
Section: database
Filename: pool/main/p/pgwatch/pgwatch_3.7.0-2.pgdg+3_arm64.deb
Size: 10806772
SHA256: 3fb72d79496b8d36161da1feae8b01698459f9781ea44e09454bf1b1c8d63980
SHA1: 97b57979cec855e522d8dcca090ef5c9fd31af47
MD5sum: 0a82c6d54df47fe16ab67d1a8dbb4a4e
Description: PostgreSQL metrics monitor/dashboard
 pgwatch is a PostgreSQL monitoring metrics collector, using Grafana for data
 visualization.
Timestamp: 2025-07-29 14:24:19+00

Package: pgwatch-dbgsym
Source: pgwatch
Version: 3.7.0-2.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10452
Depends: pgwatch (= 3.7.0-2.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/pgwatch/pgwatch-dbgsym_3.7.0-2.pgdg+3_arm64.deb
Size: 7722716
SHA256: 509a1aa496071c5eb78754bf35785adca4fd47cb856de55819f32f7e5abcb7be
SHA1: ec0cee1311186df99d309088c868fd958299e732
MD5sum: d394d82da1df5a1e7ae7754f2c2c2516
Description: debug symbols for pgwatch
Build-Ids: f10827de946cc47348eba7f319410485d77eecb5
Timestamp: 2025-07-29 14:24:19+00

Package: postgresql-11-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-11, postgresql-11-pgaudit, libc6 (>= 2.34)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile_1.7.1-1.pgdg+1_arm64.deb
Size: 16028
SHA256: 80e5a46ed6d420331a3d1dbed4080d720b93e60bfeecd651f2075de1a0352505
SHA1: 7d5f7667bd4ef94a813009202567b95edbfcaf65
MD5sum: 293126f5e99feaa01ea58ba0462f55b5
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-07-29 14:24:19+00

Package: postgresql-11-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-11-pgauditlogtofile (= 1.7.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile-dbgsym_1.7.1-1.pgdg+1_arm64.deb
Size: 38740
SHA256: fb887f6c9cd6e82791c3d48d0a6917de816fc46a10fe537308d049454ebe578e
SHA1: 37255c725d4fad127260645f71d69fafab787787
MD5sum: edf332e65ce585db6759e1cd52d3e819
Description: debug symbols for postgresql-11-pgauditlogtofile
Build-Ids: ab546471abbb6f8985b67102cda483c726173693
Timestamp: 2025-07-29 14:24:19+00

Package: postgresql-12-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), postgresql-12-pgaudit, libc6 (>= 2.34)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile_1.7.1-1.pgdg+1_arm64.deb
Size: 50168
SHA256: d0648043a0ce81197bbd14b3fdb3234e4d6f9f71df097a2e1de2219b757d083f
SHA1: 5e85d2741d03925988168e7f622ccaa4a35e30a1
MD5sum: f1d6a6b64fd0fec930fbdc056ee7a4b0
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-07-29 14:24:19+00

Package: postgresql-12-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-12-pgauditlogtofile (= 1.7.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile-dbgsym_1.7.1-1.pgdg+1_arm64.deb
Size: 38628
SHA256: 2b9cc38ce6431d5b0f09a0dc114298bc173935379b49065c46d3dadff8f54c0d
SHA1: f78d699bf67a27d665d276e3adf165bb59a1a5c0
MD5sum: d58bc82b12ef5955ed4334939aa6c733
Description: debug symbols for postgresql-12-pgauditlogtofile
Build-Ids: daecc5f87529e13fc5f33cef20c9f09462952b33
Timestamp: 2025-07-29 14:24:19+00

Package: postgresql-13-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), postgresql-13-pgaudit, libc6 (>= 2.34)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile_1.7.1-1.pgdg+1_arm64.deb
Size: 50152
SHA256: 6e88738dcba41d7ade9af55091582a4c469ab1557c83530f90f787642280cfb5
SHA1: 9804bd152d6800a887ece281e397877871649efd
MD5sum: eb6b3d9e7641ca324db8d5e90a3ce606
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-07-29 14:24:19+00

Package: postgresql-13-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-13-pgauditlogtofile (= 1.7.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile-dbgsym_1.7.1-1.pgdg+1_arm64.deb
Size: 38712
SHA256: e05da80caedb743c8150925a36e5eb3b3fd6a689bf6376092ad9270c06ba4911
SHA1: 992f9a2199dbf63720b6ce77dca5e4ea8a629aa0
MD5sum: 9405efaf7773bb686ca28172f60c8a4f
Description: debug symbols for postgresql-13-pgauditlogtofile
Build-Ids: 8dcbc5a74cd2af9940d2a85a1a8e77423e20b6eb
Timestamp: 2025-07-29 14:24:19+00

Package: postgresql-14-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), postgresql-14-pgaudit, libc6 (>= 2.34)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile_1.7.1-1.pgdg+1_arm64.deb
Size: 50148
SHA256: b9ab0cb83ed5a09dcb2b3febba193582764d0e8706e5e972462310debdaf0c74
SHA1: fe0b6c96c835578b0a658c24fb693afbeba9beb5
MD5sum: 063a2f4d7417dd5b669c60575375f3db
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-07-29 14:24:19+00

Package: postgresql-14-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-14-pgauditlogtofile (= 1.7.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile-dbgsym_1.7.1-1.pgdg+1_arm64.deb
Size: 39808
SHA256: 8dcffceb7f2326f14c1d5ea7d6f2f039d8b6910c5bef5a3ac6daf7e26cf49b58
SHA1: 3457fdb7e49cba923bdd2e02569ebac40fc73ee0
MD5sum: 572d434f721ef6b6cecfd5c0bf5dafd2
Description: debug symbols for postgresql-14-pgauditlogtofile
Build-Ids: b0633b19345d51b8bb4bce540d7bd6112d0205c5
Timestamp: 2025-07-29 14:24:19+00

Package: postgresql-15-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), postgresql-15-pgaudit, libc6 (>= 2.34)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile_1.7.1-1.pgdg+1_arm64.deb
Size: 50500
SHA256: ef66055347c606085ab001f45c2868cc7153a96021fbb75efde6fdff66e0818c
SHA1: de70c2fff7e981a60c99136f5e40d9445ec5cce3
MD5sum: 29574edf8f4cdd902d0f84017a0df78f
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-07-29 14:24:19+00

Package: postgresql-15-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-15-pgauditlogtofile (= 1.7.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile-dbgsym_1.7.1-1.pgdg+1_arm64.deb
Size: 40024
SHA256: a55fbc97026cbe03a4e2b6a2d685910a93e8494db0e103ca9e5ff59dae97ea56
SHA1: 9ccb58dfcff2d014be8abca93770d8a97592e5bb
MD5sum: cf093fc91b10cc8dab56587f700e9076
Description: debug symbols for postgresql-15-pgauditlogtofile
Build-Ids: 710af7417646587e0f75c2acdeccba22f0a2ca24
Timestamp: 2025-07-29 14:24:19+00

Package: postgresql-16-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), postgresql-16-pgaudit, libc6 (>= 2.34)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile_1.7.1-1.pgdg+1_arm64.deb
Size: 49916
SHA256: 97d76cf51eca10e094c13449ff412e0282f5569adf3edb06196a22fb4097de02
SHA1: fbd52c3bfaf04327a81113f6233f6457cdc5eb37
MD5sum: 0de84e5f2511411f651c2bab790e4814
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-07-29 14:24:19+00

Package: postgresql-16-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-16-pgauditlogtofile (= 1.7.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile-dbgsym_1.7.1-1.pgdg+1_arm64.deb
Size: 40304
SHA256: 89dc3e072512f2adc7046132c5f87646ae506b6b4944dcd88d1f7e9aab8369bc
SHA1: ad8119b65947a50c7c90686153182456762e5b04
MD5sum: e9f0fb2bd7a9dc5bc842635642081e75
Description: debug symbols for postgresql-16-pgauditlogtofile
Build-Ids: 6359d63dd9de81bdea8e1a28e934804024e4bf43
Timestamp: 2025-07-29 14:24:19+00

Package: postgresql-17-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), postgresql-17-pgaudit, libc6 (>= 2.34)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-17-pgauditlogtofile_1.7.1-1.pgdg+1_arm64.deb
Size: 49876
SHA256: 095af2c9faa9fe6c1696e97272cd2132cf7fcc459e39a8290067bb8d8a068da4
SHA1: 3346d4a404b12f13966a74844d8d2f9773b86ea2
MD5sum: dd61588c953d04b2d0a318d91099bbb8
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-07-29 14:24:19+00

Package: postgresql-17-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-17-pgauditlogtofile (= 1.7.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-17-pgauditlogtofile-dbgsym_1.7.1-1.pgdg+1_arm64.deb
Size: 40604
SHA256: b2c5dacb0162c36bdeb14b26b149e25b230302513c7f46e67c649b733cca456a
SHA1: 551062853d20e7e662b71a97dc588cbe9058fab1
MD5sum: e1b90aef55cf4b1cb1f869a5192e6185
Description: debug symbols for postgresql-17-pgauditlogtofile
Build-Ids: 08f1d9ac376a3850d992449a2692d7b495148464
Timestamp: 2025-07-29 14:24:19+00

Package: postgresql-14-pgsentinel
Source: pgsentinel
Version: 1.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 143
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.17), postgresql-contrib-14
Homepage: https://github.com/pgsentinel/pgsentinel
Priority: optional
Section: database
Filename: pool/main/p/pgsentinel/postgresql-14-pgsentinel_1.2.0-1.pgdg+1_arm64.deb
Size: 44096
SHA256: 7db4b0432d1222b9cbf3a15ce2e76312823dbb9514d893f2d41b2abca1d54b44
SHA1: 6c46d96c58e209be94138843c8892e575d1a0aa9
MD5sum: d9c27249773d5e1921eb516a043ea01e
Description: PostgreSQL extension pgsentinel
 pgsentinel is a lightweight extension for PostgreSQL that enables
 active session sampling. It collects and reports information about
 currently active sessions and waits. This extension helps database
 administrators and developers diagnose performance issues by
 providing real-time insights into blocking, waiting, and session
 activities.
Timestamp: 2025-07-31 11:01:21+00

Package: postgresql-14-pgsentinel-dbgsym
Source: pgsentinel
Version: 1.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-14-pgsentinel (= 1.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsentinel/postgresql-14-pgsentinel-dbgsym_1.2.0-1.pgdg+1_arm64.deb
Size: 54824
SHA256: 049d1e543d49c94fd31c7fa46b7aa91f19f462a8f258c964b800ea72c5cbd8b7
SHA1: 04aa3c3475f08fdeca54e7f1e7da607c1e65532c
MD5sum: 80f8e54141f2c94c474b1a067bdfaaf4
Description: debug symbols for postgresql-14-pgsentinel
Build-Ids: a16d69d09f1d6787c5aff900907d1f46f73087e3
Timestamp: 2025-07-31 11:01:21+00

Package: postgresql-15-pgsentinel
Source: pgsentinel
Version: 1.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 143
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.17), postgresql-contrib-15
Homepage: https://github.com/pgsentinel/pgsentinel
Priority: optional
Section: database
Filename: pool/main/p/pgsentinel/postgresql-15-pgsentinel_1.2.0-1.pgdg+1_arm64.deb
Size: 44408
SHA256: 2344e40f9a365c2fc1b7617ad6af7a97d043ddfedb9f0ae08953293a832aa383
SHA1: 84a18df0535fa53ab0ca452178014151eaf43a12
MD5sum: faaf4f45b3053521ff8960dd27d84ac1
Description: PostgreSQL extension pgsentinel
 pgsentinel is a lightweight extension for PostgreSQL that enables
 active session sampling. It collects and reports information about
 currently active sessions and waits. This extension helps database
 administrators and developers diagnose performance issues by
 providing real-time insights into blocking, waiting, and session
 activities.
Timestamp: 2025-07-31 11:01:21+00

Package: postgresql-15-pgsentinel-dbgsym
Source: pgsentinel
Version: 1.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-15-pgsentinel (= 1.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsentinel/postgresql-15-pgsentinel-dbgsym_1.2.0-1.pgdg+1_arm64.deb
Size: 67632
SHA256: f940b9a3ec9cf79e86e67c4c12761aa03b21f122a246db0ecad2b271c32daf55
SHA1: 9ec599e4d6701da223e718d3ebe643b301f796b7
MD5sum: 89ebc52f36028b22aea8b1da148f5e8f
Description: debug symbols for postgresql-15-pgsentinel
Build-Ids: 472629f1be6f191e88347c13a293f1f1df4974ac
Timestamp: 2025-07-31 11:01:21+00

Package: postgresql-16-pgsentinel
Source: pgsentinel
Version: 1.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 143
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.17), postgresql-contrib-16
Homepage: https://github.com/pgsentinel/pgsentinel
Priority: optional
Section: database
Filename: pool/main/p/pgsentinel/postgresql-16-pgsentinel_1.2.0-1.pgdg+1_arm64.deb
Size: 44268
SHA256: 45b49e208381c847028924ab2b5a3d22249408016fcc65a807ae3a207f125b9a
SHA1: ad3112a17df14b8bfd84888866c7f7c09477a391
MD5sum: 924fd772f99b0399c81d479f41a4b8b8
Description: PostgreSQL extension pgsentinel
 pgsentinel is a lightweight extension for PostgreSQL that enables
 active session sampling. It collects and reports information about
 currently active sessions and waits. This extension helps database
 administrators and developers diagnose performance issues by
 providing real-time insights into blocking, waiting, and session
 activities.
Timestamp: 2025-07-31 11:01:21+00

Package: postgresql-16-pgsentinel-dbgsym
Source: pgsentinel
Version: 1.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-16-pgsentinel (= 1.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsentinel/postgresql-16-pgsentinel-dbgsym_1.2.0-1.pgdg+1_arm64.deb
Size: 72812
SHA256: b37d89b1633a30578f2c00fdde480c4342d652c826adcc5e68094c2a480f4aa4
SHA1: cc6779653b91910680d0fb108bcc9905602c755d
MD5sum: 0638d17598efdc5835c776adecbc3373
Description: debug symbols for postgresql-16-pgsentinel
Build-Ids: a0c13a9f26353af85e3a1d717e9ac6660f56020d
Timestamp: 2025-07-31 11:01:21+00

Package: postgresql-17-pgsentinel
Source: pgsentinel
Version: 1.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 143
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.17), postgresql-contrib-17
Homepage: https://github.com/pgsentinel/pgsentinel
Priority: optional
Section: database
Filename: pool/main/p/pgsentinel/postgresql-17-pgsentinel_1.2.0-1.pgdg+1_arm64.deb
Size: 44316
SHA256: d44b9b059c8be9621c3b1e7b9de528467d3e20a5f196ddb727d638ff4d55398c
SHA1: 2f358ae9be7e2851ed3bcf576123c14cd2def33b
MD5sum: 84c4a412f79ac07ebda46fdf6da12aba
Description: PostgreSQL extension pgsentinel
 pgsentinel is a lightweight extension for PostgreSQL that enables
 active session sampling. It collects and reports information about
 currently active sessions and waits. This extension helps database
 administrators and developers diagnose performance issues by
 providing real-time insights into blocking, waiting, and session
 activities.
Timestamp: 2025-07-31 11:01:21+00

Package: postgresql-17-pgsentinel-dbgsym
Source: pgsentinel
Version: 1.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-17-pgsentinel (= 1.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsentinel/postgresql-17-pgsentinel-dbgsym_1.2.0-1.pgdg+1_arm64.deb
Size: 74048
SHA256: 39a0c524a72f9bbc9cc55d67aa6530da177e4e8483f30dfe77e9732a9ba999ab
SHA1: d01ed6f74947c24ecf08da9ff8b316729e199e55
MD5sum: 63179fb1014d202c7a30fbff522e65a2
Description: debug symbols for postgresql-17-pgsentinel
Build-Ids: efee5f373f4b90edec7404eb32b4ca5f4b367953
Timestamp: 2025-07-31 11:01:21+00

Package: postgresql-10-pg-permissions
Source: pg-permissions
Version: 1.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-10
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-10-pg-permissions_1.4-1.pgdg+1_all.deb
Size: 8564
SHA256: 919f70a984d93412d36cc5c5450a704e265bce7a6aea710991cddf39d95dce3e
SHA1: ceb366927b4d8f8dcf6214e079c064bc228989ac
MD5sum: f9bc6862d4b69af1f38506f9c99082c5
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-11-pg-permissions
Source: pg-permissions
Version: 1.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-11
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-11-pg-permissions_1.4-1.pgdg+1_all.deb
Size: 8568
SHA256: 20ff35490be81dd57db717958e63ba5002c393744e436a554520cb3231f3ef7c
SHA1: 44fb50f3efb34bd445a0dc863752e3aeb4f2746a
MD5sum: 275d0ba3a7d67c3c40b9cb7550f8acc6
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-12-pg-permissions
Source: pg-permissions
Version: 1.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-12
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-12-pg-permissions_1.4-1.pgdg+1_all.deb
Size: 8564
SHA256: 83ef4fb385e84e153fc6f69a90f139e5cd19a8091d8b2d653efcd70382fe1100
SHA1: 4de883e48fda400572ab4fabf7b58c41c9ddfe5c
MD5sum: 8746963606d0857941f5e1b6558660be
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-13-pg-permissions
Source: pg-permissions
Version: 1.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-13
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-13-pg-permissions_1.4-1.pgdg+1_all.deb
Size: 8568
SHA256: febe3fa3d9c04afabf04ad4dca08f915d19f26092ed88e973cd4c29218a0d94d
SHA1: ca483d37b590056e48410402013438ced2c99a06
MD5sum: a2d48340b192efef93723b87c64725f3
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-13-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-13-pg-wait-sampling_1.1.9-1.pgdg+1_arm64.deb
Size: 39244
SHA256: 8cccf093e77017b5a4d06a43e5f604c43892cab076b14639f65280f6786e446e
SHA1: 2dcf6612273f79ca19474a031251961b8690f640
MD5sum: df8919e030c7796fb288cbbbc2aee094
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-13-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-13-pg-wait-sampling (= 1.1.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-13-pg-wait-sampling-dbgsym_1.1.9-1.pgdg+1_arm64.deb
Size: 52260
SHA256: 2ad7761c98ad90c47e1520025332139f6f190184df136b017fd24457b04c633b
SHA1: 8b251f59d9f288d2df97f35e5d7b4ad150140a40
MD5sum: d13789020381c7ddb50d9743e0cb64f5
Description: debug symbols for postgresql-13-pg-wait-sampling
Build-Ids: 23e272d8dfdd504b07065e664f45e9781b27e201
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-13-squeeze
Source: pg-squeeze
Version: 1.9.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 344
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-13-squeeze_1.9.0-1.pgdg+1_arm64.deb
Size: 123900
SHA256: e702dc15f6a041198483023e3af4abe23bc46f31309bc7ede1aaf32135fcd0c2
SHA1: 7a92882a94850bd14b1687ce2cce4c4375acc567
MD5sum: 0e6db1eb59bce0661874a5f21ee5f1e0
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-13-squeeze-dbgsym
Source: pg-squeeze
Version: 1.9.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: postgresql-13-squeeze (= 1.9.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-13-squeeze-dbgsym_1.9.0-1.pgdg+1_arm64.deb
Size: 140976
SHA256: 1eba31f57dd187d9273e919a7cf93709444355d579ab0113df7c68ca343797da
SHA1: e79ff43cdc7410f106f02b73d964a732e76a1c3f
MD5sum: b9d5c9cdfd4f7c0a912dcc58ff0de388
Description: debug symbols for postgresql-13-squeeze
Build-Ids: 6ee633a32eecbad1eea4ca673648dc0cc0110694
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-14-pg-permissions
Source: pg-permissions
Version: 1.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-14
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-14-pg-permissions_1.4-1.pgdg+1_all.deb
Size: 8572
SHA256: d84c0303c49f79177a66278be0a08eaaa33c1e12ed88175debf8af905c295fc2
SHA1: bda4859b7a9746d9772f2a114aa5fad712c84583
MD5sum: 6331df3491bfca42d6f3dcb462adeeee
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-14-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-14-pg-wait-sampling_1.1.9-1.pgdg+1_arm64.deb
Size: 39340
SHA256: f839e771cf00ffb1801f52bd4e63ed2d3709ebe5c227892137d18f3990c3f405
SHA1: e94f94eaae78bf6589f9b8bf2a7f042cc809b8f5
MD5sum: d0f1be71577366d3420f04075b207d65
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-14-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-14-pg-wait-sampling (= 1.1.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-14-pg-wait-sampling-dbgsym_1.1.9-1.pgdg+1_arm64.deb
Size: 53316
SHA256: c93a195663eafd5d68f4010e77f5c999cb3530d30ceeaf2d6c7457ff919c1df2
SHA1: 2cbc528137dade1f5910fe832d168b51578584c7
MD5sum: 8479eefb138f243b944e2fcdb20a15ef
Description: debug symbols for postgresql-14-pg-wait-sampling
Build-Ids: c7d3e5623395605f6605e29e32063c42f3bdb09c
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.8.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 752
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.8.2-1.pgdg+1_arm64.deb
Size: 307692
SHA256: aea211ea9fff4b881d42c6be1a03a4a0ceb8bf594b1ca71a83638416911cf8f6
SHA1: 09b30205b5a84a75c20e7e9df7b1dc1da5d1fed4
MD5sum: 8342974299cd399d7ed5e36c6f25d9da
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 332
Depends: postgresql-14-plpgsql-check (= 2.8.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.8.2-1.pgdg+1_arm64.deb
Size: 298804
SHA256: 8739b5c47285fad7af7741a325b1e603f59ba722cce044e1fdda4615fed9940b
SHA1: 3ce6a2e940daabbee5501114b5d935885de4d309
MD5sum: ea1f5c3bc5c917335798e2b3e1c0602b
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: 9c6a04aabc786320fa675139325418c91339cd71
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-14-squeeze
Source: pg-squeeze
Version: 1.9.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 346
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-14-squeeze_1.9.0-1.pgdg+1_arm64.deb
Size: 124540
SHA256: d466cac0d042bf7104ef6d858e58e5da6d05f237938bbc307223075ca08b7628
SHA1: 4834328edaad58aaea99706e2c2317370021078b
MD5sum: bae32191b849253e2b2031003e5b11e5
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-14-squeeze-dbgsym
Source: pg-squeeze
Version: 1.9.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: postgresql-14-squeeze (= 1.9.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-14-squeeze-dbgsym_1.9.0-1.pgdg+1_arm64.deb
Size: 147428
SHA256: de14d196826c710a8ec81ef589cd02a7427029b490ed68f73938bc20d5904556
SHA1: 437667fb4debc6372d5667894e4238bf8a5c4020
MD5sum: d4f605c9dc82814fdd0d0d8810e1b1c7
Description: debug symbols for postgresql-14-squeeze
Build-Ids: 8a419c6e1826b2e6191930fdc78de0d75fb51f0d
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-15-pg-permissions
Source: pg-permissions
Version: 1.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-15
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-15-pg-permissions_1.4-1.pgdg+1_all.deb
Size: 8568
SHA256: 7af566c065d81f7f06b955784e3d86142faa3ee3bf2bc572a73b348e8915b661
SHA1: fc07adbf4694423c653f6e328e4d4630a7299d9b
MD5sum: 495a067dcba8116989e0bff80cce2aeb
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-15-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-15-pg-wait-sampling_1.1.9-1.pgdg+1_arm64.deb
Size: 39440
SHA256: 4e08584fd7b2fedd7a4ef9752c01cd5ad5d8a4394941d96041b75c967f6eff34
SHA1: 6012eb123ceb4c6883ff4c49110e97b027540715
MD5sum: beffde22066bf00a12fd3e2c879f0456
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-15-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-15-pg-wait-sampling (= 1.1.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-15-pg-wait-sampling-dbgsym_1.1.9-1.pgdg+1_arm64.deb
Size: 53728
SHA256: 7ae8f3ec76f145e09035af5268954fa1fc9ef75c264b8e760a0d83da999856ca
SHA1: 694ac83cf1ffb9f383959d206f74ca020768bdbd
MD5sum: 2f8e38231aed0903281b292378d3415b
Description: debug symbols for postgresql-15-pg-wait-sampling
Build-Ids: d6a20486ea9b0a184956be6a5cadf2b8b3909a20
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.8.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 753
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.8.2-1.pgdg+1_arm64.deb
Size: 308048
SHA256: b3e387c41365bfbf95222e203254dad4b020b0a43870efd842cff3947b08153c
SHA1: 4f385fc721adc3d25418acd844358e1c68cfb251
MD5sum: a4440d7756aa238c6c49997fcae3b5ef
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-15-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 358
Depends: postgresql-15-plpgsql-check (= 2.8.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.8.2-1.pgdg+1_arm64.deb
Size: 323792
SHA256: 6a5d038e3c2e028c5886739d64bc3c080b4267098a45981d6ad57540e401dd13
SHA1: 5e7991c0a0f2827e8e6902a8c708dd93220d3fe3
MD5sum: e767f3e42c17f78f801be192a0e829c5
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: 40ea99db6c63d982b2cd12a375839200d5598a7a
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-15-squeeze
Source: pg-squeeze
Version: 1.9.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 346
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-15-squeeze_1.9.0-1.pgdg+1_arm64.deb
Size: 124536
SHA256: f4ef9d00bf3119183c3e7de18bb0792a854effe43adbea906fd1e2e536fd8f7d
SHA1: 6658768137caf373b12ca88817141c6f6b507d50
MD5sum: 2408fb34af0a58801c756844ded9ea76
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-15-squeeze-dbgsym
Source: pg-squeeze
Version: 1.9.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 174
Depends: postgresql-15-squeeze (= 1.9.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-15-squeeze-dbgsym_1.9.0-1.pgdg+1_arm64.deb
Size: 148992
SHA256: dd4a0fc2f5e9a57245deca74aa666f09a292d9229e8259c74dae60043a814b7d
SHA1: 4720b7bbf61aa011b6f9237bc9b65d3b995be1de
MD5sum: 5fc22552fc2e0ceb3d8e4f73f4f2042b
Description: debug symbols for postgresql-15-squeeze
Build-Ids: f788ee9a736cc353c335fcfb448e2d1dc3a04a96
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.21.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13237
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.21.2+dfsg-1.pgdg+1_arm64.deb
Size: 387824
SHA256: 2f6388ed7c7780197a0022bfedb46075adb0cd5e51c983cccbe227eaf42770c0
SHA1: 887d024aa161aff408bfb91562998e8916778834
MD5sum: baa0d0e005b0ea869c0632f384ee61fd
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-15-timescaledb-dbgsym
Source: timescaledb
Version: 2.21.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1254
Depends: postgresql-15-timescaledb (= 2.21.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.21.2+dfsg-1.pgdg+1_arm64.deb
Size: 1129332
SHA256: 0373137998a25d04d05bbcafb68dbdec5c39f44a83b3ee2e9d7a1a0454bb7162
SHA1: 75e6b3021b53fda5396e12c36a5e8adcc1273727
MD5sum: d4e5820f466b9221b82f6ebb0797cc04
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: 9b8fb5eaf5eae9d478917a0791b0d0ce6d835681 c95d9e45fed82add8e933674b425df11ec9ac944
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-16-pg-permissions
Source: pg-permissions
Version: 1.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-16
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-16-pg-permissions_1.4-1.pgdg+1_all.deb
Size: 8568
SHA256: 9b7c97cb4378ac7753def7cc7f1b35c77043b17b1aa3ad4eaf71b775688c9688
SHA1: e388fc151d2f871c5729e76a327b436bfaa3e803
MD5sum: 8f645667de6089e1fbebc5ebf1b79044
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-16-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-16-pg-wait-sampling_1.1.9-1.pgdg+1_arm64.deb
Size: 39164
SHA256: 86c43c966230ac9fb6d9011b650e5da36b37fb59890a7172fc037e73c0748837
SHA1: 56eba92997b1ed268aa5293dd8035a4381c9b211
MD5sum: 9719b3232433ecf370bc8894fb09b8c0
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-16-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-16-pg-wait-sampling (= 1.1.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-16-pg-wait-sampling-dbgsym_1.1.9-1.pgdg+1_arm64.deb
Size: 55436
SHA256: 74658f9ded3ee8535dd247d21e4cccbd4df8e44cab6b2db780a0e1e2f7283fe1
SHA1: 02edbec424b7c207935c77ebee902175bccd388f
MD5sum: 72223f1fb980fe99efe09a3412859b07
Description: debug symbols for postgresql-16-pg-wait-sampling
Build-Ids: af8a91efb0e83b1c4356e5f0e5d0783e8ac8fd6b
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-16-plpgsql-check
Source: plpgsql-check
Version: 2.8.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 750
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check_2.8.2-1.pgdg+1_arm64.deb
Size: 303476
SHA256: ca64ad209a7c603d29c51d83882ff7036729eee95d68dabb79e66f815e45e279
SHA1: a895aafb5a3da72580ec7a6eaf29f1d40bee2a92
MD5sum: 678a5e62c5d22d3da5e5bffeada849ea
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-16-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 368
Depends: postgresql-16-plpgsql-check (= 2.8.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check-dbgsym_2.8.2-1.pgdg+1_arm64.deb
Size: 333656
SHA256: 73f5c2a4fe7bceb7d51b5be19c034a5a5e5c2908bf362d44a777df2d42e9d852
SHA1: bd3608e007be1ba0fd1f378387e8339733ce88cb
MD5sum: 695bbc9a1c489378d6bd95e4e2d80cfe
Description: debug symbols for postgresql-16-plpgsql-check
Build-Ids: 0fe8c10d63b400f11223b52539d49240755424c6
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-16-squeeze
Source: pg-squeeze
Version: 1.9.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 346
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-16-squeeze_1.9.0-1.pgdg+1_arm64.deb
Size: 123976
SHA256: 1016f7cf99eb8128e0b5833e6e5ad866462ad945c8698f175ebec2dc27fdc84c
SHA1: a9a89cce243a2372cf096401227849444df21033
MD5sum: 687844b9bff576dd02c1877cd8a8495a
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-16-squeeze-dbgsym
Source: pg-squeeze
Version: 1.9.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-16-squeeze (= 1.9.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-16-squeeze-dbgsym_1.9.0-1.pgdg+1_arm64.deb
Size: 154612
SHA256: 74cd3b76a2aa679c5c96df11b2e7c72d6c803bd705262208eab4236020a296f0
SHA1: cdf143fdda929f9fba8813cd841bfabab7288684
MD5sum: f9334d3b9bc5a903590bbed7b9d110ed
Description: debug symbols for postgresql-16-squeeze
Build-Ids: 6b54ef9838e5df38395eda50507dd80924ec390f
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.21.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13237
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.21.2+dfsg-1.pgdg+1_arm64.deb
Size: 387440
SHA256: 67a4f29d2942032ce83abb6f1818e5f6fff0c9c4d1f5c57d76390bcdc73ff0af
SHA1: dea0164d718173d3e3cc4336d9206955d3ab397c
MD5sum: 8a39fe81cba4500dbac6c08e92737157
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-16-timescaledb-dbgsym
Source: timescaledb
Version: 2.21.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1311
Depends: postgresql-16-timescaledb (= 2.21.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.21.2+dfsg-1.pgdg+1_arm64.deb
Size: 1186988
SHA256: 084489c9d01a9bddb7ace2f1e97b8eb926fb0e20aa962d70f387928d153006b0
SHA1: e7b8112d9ebcbcade1c895c4af195ea590841258
MD5sum: a9417b3992aab93d91312b2cddbe7fd2
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: 98c9d017e1723edbe7b938b3b0186321ca3b8e86 a8f5ee35ddcdca6d02f94b7acb6ed8dcf9aaa295
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-17-pg-permissions
Source: pg-permissions
Version: 1.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-17
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-17-pg-permissions_1.4-1.pgdg+1_all.deb
Size: 8572
SHA256: bc1abde5e98c8e762e62d7fe33ef399a2118ddb947cfb5b070cb0d71fa8c5592
SHA1: 870a98c6c3ecb451107da84212ee4d503ea49bf5
MD5sum: 933d39bced599029852644d0be81cf8c
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-17-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-17-pg-wait-sampling_1.1.9-1.pgdg+1_arm64.deb
Size: 39384
SHA256: e83236110b649787c95662b635508d8f88c10b7e793333031d667483bdf4d6b9
SHA1: 89b087c3bca7e458d216895c649ea4094b1e574a
MD5sum: 9f71dd9d0ccf5f2756284208fba4355c
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-17-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-17-pg-wait-sampling (= 1.1.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-17-pg-wait-sampling-dbgsym_1.1.9-1.pgdg+1_arm64.deb
Size: 56376
SHA256: 9cc5631b9fd5270e5ff7696577870f1b76b395b1df557b0ef743e93d14fe67cb
SHA1: 8809e67816796d49daeec2b319dada604a454a67
MD5sum: cb4b48fe9bfe11582bd1d2bfba661b2a
Description: debug symbols for postgresql-17-pg-wait-sampling
Build-Ids: 7b255a9593a5181b46c70a021f21742523c05702
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-17-plpgsql-check
Source: plpgsql-check
Version: 2.8.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 750
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check_2.8.2-1.pgdg+1_arm64.deb
Size: 303548
SHA256: f66fbd82ef7d6b1f9c5ea7a73b00ab1d6f7e59962b3dff427053abbd36423e66
SHA1: 916ca9860a0c3b54bfc955fc9e273cce786eedb2
MD5sum: 67eea857423f21048ba77d9a59b325ee
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-17-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 385
Depends: postgresql-17-plpgsql-check (= 2.8.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check-dbgsym_2.8.2-1.pgdg+1_arm64.deb
Size: 349264
SHA256: 65b47405c763814caa7442489f74f421431ce951b5099d389933577dc8ed23d9
SHA1: d3664f566f8d0acd030413e70e3714fed51d1f06
MD5sum: b990008236dd87110e48d284ce2d3120
Description: debug symbols for postgresql-17-plpgsql-check
Build-Ids: 42406ace142b5d156569930d8560d93d3ca23923
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-17-squeeze
Source: pg-squeeze
Version: 1.9.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 346
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-17-squeeze_1.9.0-1.pgdg+1_arm64.deb
Size: 123988
SHA256: 082ac3e47f561c2fab88c38287e9e33eb63ab24368ce960ed27a6f6ab6c4e6ff
SHA1: 83d43cb6e911f0f8adb67f3772738e501f844cb3
MD5sum: 39236e9d3bf4273d7705c042c04e8436
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-17-squeeze-dbgsym
Source: pg-squeeze
Version: 1.9.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-17-squeeze (= 1.9.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-17-squeeze-dbgsym_1.9.0-1.pgdg+1_arm64.deb
Size: 160136
SHA256: 702f43ce1687c1ba1a5ed65eb99184879a385fdc2306421e6b57c7e056be4d93
SHA1: 72be72f15bf1d7ce9a17f81600bf0c0a729abf84
MD5sum: 891634d4b4113444aac78f590e710091
Description: debug symbols for postgresql-17-squeeze
Build-Ids: 7bf3a4ecef9846a4ceca535b03af9509c96b8fad
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.21.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13301
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.21.2+dfsg-1.pgdg+1_arm64.deb
Size: 387348
SHA256: f76583a17ed67d9f54c8ae38a3a859b15d8268cb64eb476d010749ca749cb5b3
SHA1: 58aa4bd7978fe62da76d9590ed9216f8a9355533
MD5sum: ec86dddba54c96c0264963b04a2a82f8
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-17-timescaledb-dbgsym
Source: timescaledb
Version: 2.21.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1316
Depends: postgresql-17-timescaledb (= 2.21.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.21.2+dfsg-1.pgdg+1_arm64.deb
Size: 1194960
SHA256: 3d68e570263ebcc7eec40ebbb84a4d5cfb6a377510f9b967b389bb9f61b3a38d
SHA1: d48435c2843319646c71dbf951290f6d129db98a
MD5sum: cb9f84cd47db06eab9b5b2475ad41114
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: e6e545abf395b3cf93849e67359cd11d0bcad4cd eb10d9de319b4fc9cbcc2f1c16266b63704762c5
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-18-pg-permissions
Source: pg-permissions
Version: 1.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-18
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-18-pg-permissions_1.4-1.pgdg+1_all.deb
Size: 8568
SHA256: 574114b5c1b9d2b34a0c6726579deca3e6fd396f682d2a206d9bfdac367fd580
SHA1: 503802f22a801e2b04a7d0a126ce1c12c45b28a4
MD5sum: e6cd52460e56535be31dbd1da63b2e5f
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-18-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: postgresql-18, libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-18-pg-wait-sampling_1.1.9-1.pgdg+1_arm64.deb
Size: 39272
SHA256: 78fbd299505a6ad8ff60da075b39f0599cd299219de91026dd8d0a77a1582a1a
SHA1: 0b9bad912b6fa441568bcddcc4bda87e1546a03c
MD5sum: 0ec9467568db9b046b9d57fe143ce11d
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-18-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-18-pg-wait-sampling (= 1.1.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-18-pg-wait-sampling-dbgsym_1.1.9-1.pgdg+1_arm64.deb
Size: 59184
SHA256: 11eb1d07dfd8a8116dba8a5ff0a8c0615ec65bf032f5acf23b692ad867600551
SHA1: 5560ce4fd86b208865f1e209b00669adf5ca4392
MD5sum: 5d67e7e57f5a4153c14e82a2d02acb35
Description: debug symbols for postgresql-18-pg-wait-sampling
Build-Ids: 7089298330dad134ac0f67a0f600e26289c12fd4
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-18-plpgsql-check
Source: plpgsql-check
Version: 2.8.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 750
Depends: postgresql-18, libc6 (>= 2.17)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-18-plpgsql-check_2.8.2-1.pgdg+1_arm64.deb
Size: 302980
SHA256: 5704d21555791661c76b99abe67d8c2dcba2848b3a6b5ad1d596bb64c51e7426
SHA1: 69a89e92b2c0aa0bb03340d811f43214b3ee2ce6
MD5sum: 5cd750874753d6ec7a6bab7d0a6491be
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-18-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 368
Depends: postgresql-18-plpgsql-check (= 2.8.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-18-plpgsql-check-dbgsym_2.8.2-1.pgdg+1_arm64.deb
Size: 335088
SHA256: aac1913030b80f51f6f21f67ba59e31d129f2824d425f931ad876317022b001e
SHA1: 5f3a8ea1983644b4eaf272447cdbc227d8847511
MD5sum: d5cf934d27e306476a501840ce2a0bd3
Description: debug symbols for postgresql-18-plpgsql-check
Build-Ids: 77057c8af46821343455cd79c989d2de05933569
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-18-squeeze
Source: pg-squeeze
Version: 1.9.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 346
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-18-squeeze_1.9.0-1.pgdg+1_arm64.deb
Size: 124168
SHA256: b93e0e0652d5fbe773eb5f2d5a861587d96a30d1e954d235f525ba330e597757
SHA1: 0aba6b9cadd807a1602418dd09d5b14946eacf23
MD5sum: 7e401d183f9bbc3b41129014d0e5e7d7
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-18-squeeze-dbgsym
Source: pg-squeeze
Version: 1.9.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: postgresql-18-squeeze (= 1.9.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-18-squeeze-dbgsym_1.9.0-1.pgdg+1_arm64.deb
Size: 164348
SHA256: 19b20ce914d1fe4d7d2ede68a219cede814381bce34e371e332be145cf5daa58
SHA1: 224bb69245a41793d0f7e7a29bae5e919a014f87
MD5sum: 8e5040344c0201173db661f67d3d2358
Description: debug symbols for postgresql-18-squeeze
Build-Ids: 371d006dbed64409c42c827480bbfceace52a0fa
Timestamp: 2025-08-05 13:21:54+00

Package: pspg
Version: 5.8.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 366
Depends: libc6 (>= 2.34), libncursesw6 (>= 6.1), libpq5 (>= 9.0~), libreadline8t64 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_5.8.12-1.pgdg+1_arm64.deb
Size: 135892
SHA256: 7d8f5317274837cb471054c079939953b93794679b9b0a7c22873d9c017aef80
SHA1: 33029ea8d71b3780cd480067b907a3660b2db76c
MD5sum: 98e4d4d47e4a5f6c448d860d900dd04d
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2025-08-05 13:21:54+00

Package: pspg-dbgsym
Source: pspg
Version: 5.8.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 735
Depends: pspg (= 5.8.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_5.8.12-1.pgdg+1_arm64.deb
Size: 428840
SHA256: 78908397dca21e4e36cc8d15cddd8cd7cbd3b231f9fdf344d4f2e2c8014bba58
SHA1: 8a74d2577b3b5cb21f188f803f4332b794c3c5ce
MD5sum: 01f007430ce2af226d6369270e79aeba
Description: debug symbols for pspg
Build-Ids: 6f870afbf22be2683010a88324f9fc1365a8488f
Timestamp: 2025-08-05 13:21:54+00

Package: postgresql-13-pg-rewrite
Source: pg-rewrite
Version: 2.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/cybertec-postgresql/pg_rewrite
Priority: optional
Section: database
Filename: pool/main/p/pg-rewrite/postgresql-13-pg-rewrite_2.0.0-1.pgdg+1_arm64.deb
Size: 79932
SHA256: 20477bb6db3c8d609d9aa95aff15e3a9ca5c4a44b78d38ea9ee2f7a3499b3e80
SHA1: 3dd7526a394688609e42ce597eed45a66d2d7b76
MD5sum: e6aaa539ada72c35c1a0cc2249958cdc
Description: Rewrite PostgreSQL tables with less locking
 pg_rewrite is a tool to rewrite table (i.e. to copy its data to a new file).
 It allows both read and write access to the table during the rewriting.
 .
  * Change data type of column(s)
  * Partition the table
  * Change order of columns
Timestamp: 2025-08-10 11:28:48+00

Package: postgresql-13-pg-rewrite-dbgsym
Source: pg-rewrite
Version: 2.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: postgresql-13-pg-rewrite (= 2.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rewrite/postgresql-13-pg-rewrite-dbgsym_2.0.0-1.pgdg+1_arm64.deb
Size: 111972
SHA256: 778ad8c45f183eeac48e6532c81d03390b6795d87f790a954a633f4a7eac7951
SHA1: 70ac74cdec48e93adc0c37283533c2fa752b724e
MD5sum: 00293c4fa2d870352234bba65793393a
Description: debug symbols for postgresql-13-pg-rewrite
Build-Ids: d9052a7ad90ec0c86943f2c9a7dfc10b818cd97c
Timestamp: 2025-08-10 11:28:48+00

Package: postgresql-14-pg-rewrite
Source: pg-rewrite
Version: 2.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/cybertec-postgresql/pg_rewrite
Priority: optional
Section: database
Filename: pool/main/p/pg-rewrite/postgresql-14-pg-rewrite_2.0.0-1.pgdg+1_arm64.deb
Size: 80516
SHA256: 57ff6b784928705e64803adc3b5608f425cb34248ea92d5270cb3be877ade73e
SHA1: 22ff73398d4d85a8122935df465fc78039d532c0
MD5sum: 22b2f5ae1271ab3ab6cd98afc3924220
Description: Rewrite PostgreSQL tables with less locking
 pg_rewrite is a tool to rewrite table (i.e. to copy its data to a new file).
 It allows both read and write access to the table during the rewriting.
 .
  * Change data type of column(s)
  * Partition the table
  * Change order of columns
Timestamp: 2025-08-10 11:28:48+00

Package: postgresql-14-pg-rewrite-dbgsym
Source: pg-rewrite
Version: 2.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: postgresql-14-pg-rewrite (= 2.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rewrite/postgresql-14-pg-rewrite-dbgsym_2.0.0-1.pgdg+1_arm64.deb
Size: 117544
SHA256: 5923aa07104a4c27ee23a3f8a0399655c7806a0a7b5afb71287d2c5527891252
SHA1: fbd19b31684c84e96d9b9ab06b3d207c1d7fefe8
MD5sum: 99dce4e544d0937663e3d5d40449ba60
Description: debug symbols for postgresql-14-pg-rewrite
Build-Ids: 9cf4f9316a37f89eac2ccab5d7c8d5a76d702ea2
Timestamp: 2025-08-10 11:28:48+00

Package: postgresql-15-pg-rewrite
Source: pg-rewrite
Version: 2.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/cybertec-postgresql/pg_rewrite
Priority: optional
Section: database
Filename: pool/main/p/pg-rewrite/postgresql-15-pg-rewrite_2.0.0-1.pgdg+1_arm64.deb
Size: 80660
SHA256: 126cb9d3b16182319ec1677487a1deac0a38817139519d108fba4730766782f8
SHA1: 98c9314bcb15cdff14fd94e1783f012defea98fb
MD5sum: c321d4d2864515406cd004063b055adf
Description: Rewrite PostgreSQL tables with less locking
 pg_rewrite is a tool to rewrite table (i.e. to copy its data to a new file).
 It allows both read and write access to the table during the rewriting.
 .
  * Change data type of column(s)
  * Partition the table
  * Change order of columns
Timestamp: 2025-08-10 11:28:48+00

Package: postgresql-15-pg-rewrite-dbgsym
Source: pg-rewrite
Version: 2.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: postgresql-15-pg-rewrite (= 2.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rewrite/postgresql-15-pg-rewrite-dbgsym_2.0.0-1.pgdg+1_arm64.deb
Size: 118316
SHA256: 3b03588ee425d8ce53e2b5f8d0365ddd93419f604eee3257d402ef98474d1b76
SHA1: 10b3b3d2e2c29c05ec4de0fad7f4a25b0238caa0
MD5sum: 1496c1ef7671a079ce5273f231bc4bf9
Description: debug symbols for postgresql-15-pg-rewrite
Build-Ids: 937f22f0aa6e7036eb0a8a4fcde80fa155266d8b
Timestamp: 2025-08-10 11:28:48+00

Package: postgresql-16-pg-rewrite
Source: pg-rewrite
Version: 2.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/cybertec-postgresql/pg_rewrite
Priority: optional
Section: database
Filename: pool/main/p/pg-rewrite/postgresql-16-pg-rewrite_2.0.0-1.pgdg+1_arm64.deb
Size: 79944
SHA256: 41f7b4fb319bb36f99109836fd2cc569c6133bdbbbde6b9bf3c2862e59900237
SHA1: 7ce0d5460c6c0083571712bb6eb4d90219af6814
MD5sum: 1d6c3eedc218076b942359c492a1ca70
Description: Rewrite PostgreSQL tables with less locking
 pg_rewrite is a tool to rewrite table (i.e. to copy its data to a new file).
 It allows both read and write access to the table during the rewriting.
 .
  * Change data type of column(s)
  * Partition the table
  * Change order of columns
Timestamp: 2025-08-10 11:28:48+00

Package: postgresql-16-pg-rewrite-dbgsym
Source: pg-rewrite
Version: 2.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-16-pg-rewrite (= 2.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rewrite/postgresql-16-pg-rewrite-dbgsym_2.0.0-1.pgdg+1_arm64.deb
Size: 121320
SHA256: 8ff01ee669ceb201b72656a1fa008946294037f4141c48a6f07f7d16ed911a12
SHA1: 7c4e9bea06ee1033142a7175485a6b674835d14f
MD5sum: 9459174f3e1e7f54247ee35a1fe07da8
Description: debug symbols for postgresql-16-pg-rewrite
Build-Ids: 6c3c39caf84b1855bf1e54d06b6c913c95c2ee7c
Timestamp: 2025-08-10 11:28:48+00

Package: postgresql-17-pg-rewrite
Source: pg-rewrite
Version: 2.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/cybertec-postgresql/pg_rewrite
Priority: optional
Section: database
Filename: pool/main/p/pg-rewrite/postgresql-17-pg-rewrite_2.0.0-1.pgdg+1_arm64.deb
Size: 80052
SHA256: a949b73c1ff114eb464acad9512e1e258e7000441a7e091c413a4d3720d55261
SHA1: 5f00dbb522bbf529bdd80f1a6e823face0442545
MD5sum: e509156c2c0de239732fdd24eea6e124
Description: Rewrite PostgreSQL tables with less locking
 pg_rewrite is a tool to rewrite table (i.e. to copy its data to a new file).
 It allows both read and write access to the table during the rewriting.
 .
  * Change data type of column(s)
  * Partition the table
  * Change order of columns
Timestamp: 2025-08-10 11:28:48+00

Package: postgresql-17-pg-rewrite-dbgsym
Source: pg-rewrite
Version: 2.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-17-pg-rewrite (= 2.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rewrite/postgresql-17-pg-rewrite-dbgsym_2.0.0-1.pgdg+1_arm64.deb
Size: 125108
SHA256: 94b12e79827776bba764c120b1be5ba355dfba0fe17332e39f17ffd1a998b6db
SHA1: e60900732597cf224128bbf763d5d4d9d70f8b2b
MD5sum: afc92e77eb5b0d28fe2be294dabc7f6b
Description: debug symbols for postgresql-17-pg-rewrite
Build-Ids: 2591a508bf9a95512deea48393fd6790d5ac762e
Timestamp: 2025-08-10 11:28:48+00

Package: postgresql-18-pg-rewrite
Source: pg-rewrite
Version: 2.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/cybertec-postgresql/pg_rewrite
Priority: optional
Section: database
Filename: pool/main/p/pg-rewrite/postgresql-18-pg-rewrite_2.0.0-1.pgdg+1_arm64.deb
Size: 80520
SHA256: 51512a91f7ba494db7e80f3141c10fea7abfb0d71753c8441fed8161cda1982a
SHA1: 0e7e36b04af16d1c3b5d09c709b5425f1de75c29
MD5sum: eb1b734c712276fee111a8e22672e744
Description: Rewrite PostgreSQL tables with less locking
 pg_rewrite is a tool to rewrite table (i.e. to copy its data to a new file).
 It allows both read and write access to the table during the rewriting.
 .
  * Change data type of column(s)
  * Partition the table
  * Change order of columns
Timestamp: 2025-08-10 11:28:48+00

Package: postgresql-18-pg-rewrite-dbgsym
Source: pg-rewrite
Version: 2.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-18-pg-rewrite (= 2.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rewrite/postgresql-18-pg-rewrite-dbgsym_2.0.0-1.pgdg+1_arm64.deb
Size: 128444
SHA256: fe5e00fa3491b4f8968f2a0fb4923644369840cf675d4d20805a0b1a9b0de19f
SHA1: 7cfa863724064b9c5fe4cf7c60c9fb9ab50e2a17
MD5sum: 807b5c6760aa21c299ce335ae6d1eca0
Description: debug symbols for postgresql-18-pg-rewrite
Build-Ids: c72f023649b8988a8549063e0fa8a98d42f5f7d3
Timestamp: 2025-08-10 11:28:48+00

Package: libecpg-compat3
Source: postgresql-13
Version: 13.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg-compat3_13.22-1.pgdg+1_arm64.deb
Size: 24968
SHA256: 5924c9f5dc94c42c7adb3693ed13889fd24110747bb5867a964d6bad7ed2f896
SHA1: bb600aa3d4e91bfac26bd47e8c9682fbe2bfa63f
MD5sum: 5f36f9cff02e42bef7ed7349dab6775f
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.
Timestamp: 2025-08-14 14:13:14+00

Package: libecpg-compat3-dbgsym
Source: postgresql-13
Version: 13.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 13.22-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-compat3-dbgsym_13.22-1.pgdg+1_arm64.deb
Size: 16892
SHA256: 5756e42639736a043c996cfa3740d7811099915bee8fd6016deaae795b02dd16
SHA1: bc15987757ac8f3fbe0debd1c14c57d4ebf1c8b4
MD5sum: 30a00e42dcd16ba2292ca1561f36bdf2
Description: debug symbols for libecpg-compat3
Build-Ids: 6dcc23f9503226c1324c973dfff01ec9310c5ed0
Timestamp: 2025-08-14 14:13:14+00

Package: libecpg-dev
Source: postgresql-13
Version: 13.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1524
Depends: libecpg-compat3 (= 13.22-1.pgdg+1), libecpg6 (= 13.22-1.pgdg+1), libpgtypes3 (= 13.22-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libecpg-dev_13.22-1.pgdg+1_arm64.deb
Size: 272048
SHA256: 9b99556372666191388e015552781b751eb27a283fc8fc2927a73331120953fe
SHA1: f02589e5ad62a2a39fcc89f6f755b49fb712dc5f
MD5sum: 87c24d76d63deb56a9fbf972f5ea5dc8
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).
Timestamp: 2025-08-14 14:13:14+00

Package: libecpg-dev-dbgsym
Source: postgresql-13
Version: 13.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1172
Depends: libecpg-dev (= 13.22-1.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-dev-dbgsym_13.22-1.pgdg+1_arm64.deb
Size: 247644
SHA256: 1a6d1c45363d1d9daba6b92a5fa1abf763dbaa9715fa2478054aa46821c82774
SHA1: 4e706b758c8b6e77665b4dfa429e005cb64dfdb0
MD5sum: 8129f0ae800052a065cc194c8f430674
Description: debug symbols for libecpg-dev
Build-Ids: 3447bfc2fe3284b96644be480e7d722d957b3730
Timestamp: 2025-08-14 14:13:14+00

Package: libecpg6
Source: postgresql-13
Version: 13.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 266
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg6_13.22-1.pgdg+1_arm64.deb
Size: 64984
SHA256: c01c53bb0806de9218407397173112e25edfa6ab8672851fe4b29e1f5d08bca5
SHA1: ccfa8a600631c3fce701b8933edf26ab0e81b5c4
MD5sum: 895d45628873468476ccb50a04baf321
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.
Timestamp: 2025-08-14 14:13:14+00

Package: libecpg6-dbgsym
Source: postgresql-13
Version: 13.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 13.22-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg6-dbgsym_13.22-1.pgdg+1_arm64.deb
Size: 113376
SHA256: 0a63dfa9df6814b223ddc2a2cbd63ebbbb35fd36cb561c5e4e7a060718629e96
SHA1: dee45ac9c480f3af8897093eea9a4d451271b1df
MD5sum: 796b573f9e1768b37259d4f5b3b2d11d
Description: debug symbols for libecpg6
Build-Ids: 36bd10b17d1c49f0737c14df18bf9ff858ae351f
Timestamp: 2025-08-14 14:13:14+00

Package: libpgtypes3
Source: postgresql-13
Version: 13.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 173
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpgtypes3_13.22-1.pgdg+1_arm64.deb
Size: 51316
SHA256: d5ed036b1e136d8effe3b5b7602738de1cd5c5fca6716e14089283d4dd9dc301
SHA1: 822d38c12ddc26a267b2416fa46f3f2a0e6ce303
MD5sum: f74623b94a91bac09fa80940a171fae2
Description: shared library libpgtypes for PostgreSQL 13
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-08-14 14:13:14+00

Package: libpgtypes3-dbgsym
Source: postgresql-13
Version: 13.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 13.22-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpgtypes3-dbgsym_13.22-1.pgdg+1_arm64.deb
Size: 88972
SHA256: afe78c3290bd7f69bd12540562ac4868aea5f6336d2edd6acafd11e2b626ce3d
SHA1: 82fb616327c7512c9383d6701eb4666dfc9c5e12
MD5sum: 6d744839efb8e42e76678d86f1184835
Description: debug symbols for libpgtypes3
Build-Ids: abb86e0b9f94cf95135c754374fcef7bd9fbacf0
Timestamp: 2025-08-14 14:13:14+00

Package: libpq-dev
Source: postgresql-13
Version: 13.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 585
Depends: libpq5 (= 13.22-1.pgdg+1)
Suggests: postgresql-doc-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libpq-dev_13.22-1.pgdg+1_arm64.deb
Size: 145748
SHA256: 8b25a9fc1b2c9533b6e5d30c8f4a1a3f2b065a2090ee877ef1552c39fd499d29
SHA1: 4cdc3dc0296dfc4dec2688ad704bef39221bf8a1
MD5sum: 8476c9490644e92b2e4f6331b65f30d8
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.
Timestamp: 2025-08-14 14:13:14+00

Package: libpq5
Source: postgresql-13
Version: 13.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 856
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpq5_13.22-1.pgdg+1_arm64.deb
Size: 182968
SHA256: 08563a2dea7a6cd74fdd90946577d57ad07fddf7c4c06dc4875896d7fc172ec7
SHA1: 9157b97eceb2748649b8f6b8a6f28880639b44cc
MD5sum: 298f094a719cdd4b445bc370e2117b21
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.
Timestamp: 2025-08-14 14:13:14+00

Package: libpq5-dbgsym
Source: postgresql-13
Version: 13.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 295
Depends: libpq5 (= 13.22-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpq5-dbgsym_13.22-1.pgdg+1_arm64.deb
Size: 260360
SHA256: 683a08a0284fb37d3e18cbac6708b8bd15e732159da126df9d4a316ac152ed38
SHA1: 78c23cd3b1fb85c3ca774620635a1b3dc38696ba
MD5sum: 0b1085bace39ecfea88eba2d43e0e6be
Description: debug symbols for libpq5
Build-Ids: 49191dbcdd691ecc1409bb6005f1a803f62e58b7
Timestamp: 2025-08-14 14:13:14+00

Package: libecpg-compat3
Source: postgresql-14
Version: 14.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg-compat3_14.19-1.pgdg+1_arm64.deb
Size: 22556
SHA256: 2b24b02621991b2de0172a393c56a88173345caf96aaba98b0e32b44a7abed3e
SHA1: e165c2283a295f2fd2b19ceade0bbd9a861940b3
MD5sum: 415d7f17c9c16cd9e1a915daf5035d9b
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.
Timestamp: 2025-08-14 14:14:02+00

Package: libecpg-compat3-dbgsym
Source: postgresql-14
Version: 14.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 14.19-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-compat3-dbgsym_14.19-1.pgdg+1_arm64.deb
Size: 16884
SHA256: 6d2268ac8710daabc576a7b10bd5f81e4d841f00190bdf5f8480fe6f241ae899
SHA1: 3be142942d976bef3547631c58bd8e3d2dbc0298
MD5sum: 3e1dd6a67937ee7d4f2e8a56ad8c25a3
Description: debug symbols for libecpg-compat3
Build-Ids: 14dd2096c5190e19c7c0f8c3c685e951812ffc44
Timestamp: 2025-08-14 14:14:02+00

Package: libecpg-dev
Source: postgresql-14
Version: 14.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1610
Depends: libecpg-compat3 (= 14.19-1.pgdg+1), libecpg6 (= 14.19-1.pgdg+1), libpgtypes3 (= 14.19-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libecpg-dev_14.19-1.pgdg+1_arm64.deb
Size: 277480
SHA256: 685b69a4259fa9ff60bc6af40ff5b4a84479225db16852e8b51d7bf1161a9828
SHA1: 5b6cc0963e5dc602c944ac22ed6f7a42bb0c7989
MD5sum: 406a18819bd18a7cd641d099e083b12c
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).
Timestamp: 2025-08-14 14:14:02+00

Package: libecpg-dev-dbgsym
Source: postgresql-14
Version: 14.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1218
Depends: libecpg-dev (= 14.19-1.pgdg+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-dev-dbgsym_14.19-1.pgdg+1_arm64.deb
Size: 255960
SHA256: 90e9caab429a5d87ce28edc4a8b2e0179d02249aa7614ed8a57b9f1e21df49dd
SHA1: 7f69094b76f6af81e4caab5e729dee915588f19a
MD5sum: b7a4aca9a8d168bfe1f1e0b8efc42a4a
Description: debug symbols for libecpg-dev
Build-Ids: 03ce4e53d8472c578b0b4c799003363652eff0f8
Timestamp: 2025-08-14 14:14:02+00

Package: libecpg6
Source: postgresql-14
Version: 14.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 271
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg6_14.19-1.pgdg+1_arm64.deb
Size: 63424
SHA256: 53f41e143f45ddc31721515adebdb057bc98bdd8e36f2385de4651a7f3ffb6e3
SHA1: ef5e6130e856876fd6eafa50d9caa72053af2b68
MD5sum: b4a8c045e10f003bcbf794f4ade6b4fa
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.
Timestamp: 2025-08-14 14:14:02+00

Package: libecpg6-dbgsym
Source: postgresql-14
Version: 14.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: libecpg6 (= 14.19-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg6-dbgsym_14.19-1.pgdg+1_arm64.deb
Size: 113228
SHA256: f1c821a6f75edd3623a4472539c9942c205d8e1b39935a804bca26637fd632ec
SHA1: bffbf3a5dc83668c553a1ace816c1491af7fee25
MD5sum: b696ec33ce49d7a560aa8d9d158d54ac
Description: debug symbols for libecpg6
Build-Ids: d7fae55df7c3a79619453b0d4a72628c9d5e5dfe
Timestamp: 2025-08-14 14:14:02+00

Package: libpgtypes3
Source: postgresql-14
Version: 14.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 171
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpgtypes3_14.19-1.pgdg+1_arm64.deb
Size: 48788
SHA256: b16671e4af362c8dcfa96a95fdecb0e327d917ca6ba8d0305de44553bb0d66d1
SHA1: a24020dd43fcd82ee91e632e8a4feb01be03989c
MD5sum: f02c03aedc5918d64ed62f37fa3e1d23
Description: shared library libpgtypes for PostgreSQL 14
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-08-14 14:14:02+00

Package: libpgtypes3-dbgsym
Source: postgresql-14
Version: 14.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 14.19-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpgtypes3-dbgsym_14.19-1.pgdg+1_arm64.deb
Size: 89192
SHA256: 1a82b0b64e9bf1dc0df2e27abb12a09e575c7835e3ae572b4423603fdf7d0600
SHA1: 78c400a89a72cd5d599f6d43ee9d31e6b20ff3f2
MD5sum: e33d601c50cca58d7fa2252bd9b3c27a
Description: debug symbols for libpgtypes3
Build-Ids: 6e9240affebc51ec6b5fd87480642b99fcdf5a45
Timestamp: 2025-08-14 14:14:02+00

Package: libpq-dev
Source: postgresql-14
Version: 14.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 596
Depends: libpq5 (= 14.19-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libpq-dev_14.19-1.pgdg+1_arm64.deb
Size: 145948
SHA256: 94ba16de051fbb216fb4e11e876aa8eefef06d24a2d0f99eaf1825e427b20f97
SHA1: 3a12a57b29935cdebbc7edf9c30a8675f9fbe467
MD5sum: 7c394b70a7e7eaf7772f2c93abe19267
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.
Timestamp: 2025-08-14 14:14:02+00

Package: libpq5
Source: postgresql-14
Version: 14.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 823
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpq5_14.19-1.pgdg+1_arm64.deb
Size: 179008
SHA256: 4397e497a41df527bf1f4f18815d32a4e2031f2f3d1be501a5c4945090d0546b
SHA1: d82274d2f3fb112336af663fa161d78a60f75e4c
MD5sum: f4113cf1c8d7dd9e5a3b7e0f69bc3f0c
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.
Timestamp: 2025-08-14 14:14:02+00

Package: libpq5-dbgsym
Source: postgresql-14
Version: 14.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 309
Depends: libpq5 (= 14.19-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpq5-dbgsym_14.19-1.pgdg+1_arm64.deb
Size: 273260
SHA256: 750b37c14e2be8d9ce8136e872e6f3c1bf5254ff86473fc096807743d2072064
SHA1: 1e153e2d50128bd367c0e37517c5776e683df6a9
MD5sum: eb1e44838ae6b31e780bb3de3711e083
Description: debug symbols for libpq5
Build-Ids: 7a686d4657822f1ffc68885dd4a15b525d85b763
Timestamp: 2025-08-14 14:14:02+00

Package: libecpg-compat3
Source: postgresql-15
Version: 15.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg-compat3_15.14-1.pgdg+1_arm64.deb
Size: 20228
SHA256: c72a3e31a85b37a701adc53a9db6807f6a1d104efdebbb4393c01880b86f4b1d
SHA1: f82b0e0fa50eb460f75b914e17ff98b2c5cb5d26
MD5sum: a2dff463eb5e58d9fad249fd7ec13c48
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.
Timestamp: 2025-08-14 14:14:34+00

Package: libecpg-compat3-dbgsym
Source: postgresql-15
Version: 15.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 15.14-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-compat3-dbgsym_15.14-1.pgdg+1_arm64.deb
Size: 16896
SHA256: 697e5eb6d307dfcca19f322eb0386dff73d2689eecf658cd6a7a2da33aaaf9f7
SHA1: 546963e9dd168599ff49e6611d23ba75ce86258a
MD5sum: 80c206862b6d43f04e2433fa97575baf
Description: debug symbols for libecpg-compat3
Build-Ids: 618f8ea50b318426ab714fc65a8300421028180e
Timestamp: 2025-08-14 14:14:34+00

Package: libecpg-dev
Source: postgresql-15
Version: 15.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1637
Depends: libecpg-compat3 (= 15.14-1.pgdg+1), libecpg6 (= 15.14-1.pgdg+1), libpgtypes3 (= 15.14-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libecpg-dev_15.14-1.pgdg+1_arm64.deb
Size: 281644
SHA256: e50316518cc5a87a1e4190faa766b3c9c424419a13d5b9d7d07bf18f248f842b
SHA1: 598a75384f128cf0c1790d5f12fb9e51f7c53058
MD5sum: 360326acd8f5d4cf7aa6ce4ecdf80665
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).
Timestamp: 2025-08-14 14:14:34+00

Package: libecpg-dev-dbgsym
Source: postgresql-15
Version: 15.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1246
Depends: libecpg-dev (= 15.14-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-dev-dbgsym_15.14-1.pgdg+1_arm64.deb
Size: 259872
SHA256: 27ec1eb0f011af38d0710a093988c01e194bc668ca96cb0dc78bfadfc0bdb1ef
SHA1: 130e785c2f4b52502fe0bf5568cd38fc77b8f443
MD5sum: 3fdf84c6f9ca1370cd123d325ccae454
Description: debug symbols for libecpg-dev
Build-Ids: b527707c8ee47d56406491e5187894d980384b89
Timestamp: 2025-08-14 14:14:34+00

Package: libecpg6
Source: postgresql-15
Version: 15.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 275
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg6_15.14-1.pgdg+1_arm64.deb
Size: 62536
SHA256: 970763a8d331c406645b4c7a45bd293643de76d9f02fdddfabe5eca0a86ac7e3
SHA1: 456a2f309c5c840f2af36f4bdda71e1b756d974d
MD5sum: 7ab4d9018590aef55acfc75d40d373f0
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.
Timestamp: 2025-08-14 14:14:34+00

Package: libecpg6-dbgsym
Source: postgresql-15
Version: 15.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: libecpg6 (= 15.14-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg6-dbgsym_15.14-1.pgdg+1_arm64.deb
Size: 115888
SHA256: 27d9cd8b5847cac2f98448a32fcb753bac3e1ed278bb89afd27a13913e7549c9
SHA1: 9833156000d21b0984b67d2b7b2fb30c56afbfcc
MD5sum: 7a8378cd90aa4e3384fa65aa1d65bcc2
Description: debug symbols for libecpg6
Build-Ids: a6c4c5bc702f42f7168b5f1bc84f951da93bf4e2
Timestamp: 2025-08-14 14:14:34+00

Package: libpgtypes3
Source: postgresql-15
Version: 15.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpgtypes3_15.14-1.pgdg+1_arm64.deb
Size: 46876
SHA256: 8eb8f7a4886bb5d64028888240c5b6c925d9e1fb18acdb7bbecac7685791e39d
SHA1: 49ba0f0210178717a1c57400f1104c1ac4bc33ed
MD5sum: 64b1208604b0693d7ba40bf39f58437b
Description: shared library libpgtypes for PostgreSQL 15
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-08-14 14:14:34+00

Package: libpgtypes3-dbgsym
Source: postgresql-15
Version: 15.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 15.14-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpgtypes3-dbgsym_15.14-1.pgdg+1_arm64.deb
Size: 89616
SHA256: 651133154b2d82e4262c8d3bca5d3f1c09179f1bc8dd02a0e6e38bf303d4762b
SHA1: e7aeaa07105af402da6dbcc639501996299d3fb7
MD5sum: 8d506b1e23b0a202bdc77aa02d339c4c
Description: debug symbols for libpgtypes3
Build-Ids: b9d5e915379fa0b520cd325080cd3cf4fdfeaab0
Timestamp: 2025-08-14 14:14:34+00

Package: libpq-dev
Source: postgresql-15
Version: 15.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 604
Depends: libpq5 (= 15.14-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libpq-dev_15.14-1.pgdg+1_arm64.deb
Size: 146852
SHA256: e8364c7033abaede749e844661e1630dcf71d88f8cc11867cc2bc10c3d381104
SHA1: ddcbb18f700f33cc6a16f376b14b1240405f6917
MD5sum: 1ffeb77319e34af0c28f3887e536c395
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.
Timestamp: 2025-08-14 14:14:34+00

Package: libpq5
Source: postgresql-15
Version: 15.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 911
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpq5_15.14-1.pgdg+1_arm64.deb
Size: 188708
SHA256: cbf00b4ed73ed5b15adbbfeffc26bb4371bb712117fe14b9ade2c4ecf45bc4a8
SHA1: b9180b1147328a45b83f48efdc0e9ca12f280785
MD5sum: 95ad19206c3183079f93d8a24ea47866
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.
Timestamp: 2025-08-14 14:14:34+00

Package: libpq5-dbgsym
Source: postgresql-15
Version: 15.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 318
Depends: libpq5 (= 15.14-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpq5-dbgsym_15.14-1.pgdg+1_arm64.deb
Size: 282320
SHA256: c3ccf2162bd26cdfa933fe58a0187899c4e2b61dc965e6b2475f391d03d12423
SHA1: 1d0086f03d53aad2bf226ca0a424b9fd95dc5c20
MD5sum: cf40a6b35eb14be320d700de7875ad85
Description: debug symbols for libpq5
Build-Ids: 2a5e089948fb3e09ee6b63c4775aadbc33d1ff54
Timestamp: 2025-08-14 14:14:34+00

Package: libecpg-compat3
Source: postgresql-16
Version: 16.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libecpg-compat3_16.10-1.pgdg+1_arm64.deb
Size: 19212
SHA256: b73a1a953df41c2df29ed81a9a2109cf74cc5a550027bd61116db2a82cb3728c
SHA1: 6e7a93794c0e831cba96d84de212afead87123ac
MD5sum: 3cbac68218f42d1d30ab3dd3fdc378c5
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.
Timestamp: 2025-08-14 14:15:03+00

Package: libecpg-compat3-dbgsym
Source: postgresql-16
Version: 16.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 16.10-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg-compat3-dbgsym_16.10-1.pgdg+1_arm64.deb
Size: 16880
SHA256: 7982a73b5e554bb8c65062ab3892153e98d28860cc25345b10459199162b819b
SHA1: 7cdbfd51e155c6a990fe329050890fdfb38a98d2
MD5sum: 89444a5ce5fd76c9e47af15d5aaa9178
Description: debug symbols for libecpg-compat3
Build-Ids: b2bd69033391de0d30b5030222cb04406802dc7c
Timestamp: 2025-08-14 14:15:03+00

Package: libecpg-dev
Source: postgresql-16
Version: 16.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1703
Depends: libecpg-compat3 (= 16.10-1.pgdg+1), libecpg6 (= 16.10-1.pgdg+1), libpgtypes3 (= 16.10-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/libecpg-dev_16.10-1.pgdg+1_arm64.deb
Size: 284308
SHA256: 7a5d022870ac040e2abd8445fb03c1c526ef6e19f45f0c92871b36c1bbda971a
SHA1: eb55b1f68fdb0dfc7674e1c4c9f7e0c797fdbb5b
MD5sum: 6e7e50ef3651154b9415b7ba41dbc83c
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).
Timestamp: 2025-08-14 14:15:03+00

Package: libecpg-dev-dbgsym
Source: postgresql-16
Version: 16.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1263
Depends: libecpg-dev (= 16.10-1.pgdg+1)
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg-dev-dbgsym_16.10-1.pgdg+1_arm64.deb
Size: 262636
SHA256: 28193e0dcf4d540ff599bc95ad5d24faca7254f656ede48aa8c27885f74eb234
SHA1: ff346a025525f8d4080b7ee5a9e2aeb643ca3473
MD5sum: 4ae935c414b369534069a0f830ef8e51
Description: debug symbols for libecpg-dev
Build-Ids: bb21abb383b92ae6139c56e7c2c82c267c877c63
Timestamp: 2025-08-14 14:15:03+00

Package: libecpg6
Source: postgresql-16
Version: 16.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 280
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libecpg6_16.10-1.pgdg+1_arm64.deb
Size: 62100
SHA256: 236328548e29071ce1fedc498a6ff32b77b6434a5041770369c7417483503fb9
SHA1: 211581422746ce2c475f9a265d633d7e725b5c19
MD5sum: 5d1e6563e82d429abd26535eaee076fd
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.
Timestamp: 2025-08-14 14:15:03+00

Package: libecpg6-dbgsym
Source: postgresql-16
Version: 16.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: libecpg6 (= 16.10-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg6-dbgsym_16.10-1.pgdg+1_arm64.deb
Size: 115476
SHA256: 793010901366c4b7363402f31191d7779821c8aab55e07fb245cf07c299c137f
SHA1: cf1e331aeb9b25dbfa216eb09b07cb995fe3e251
MD5sum: ccc5d053f3ae0c3462fc202496d33ee8
Description: debug symbols for libecpg6
Build-Ids: dbfb32e9460d724658202f2a274f232779f58c11
Timestamp: 2025-08-14 14:15:03+00

Package: libpgtypes3
Source: postgresql-16
Version: 16.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libpgtypes3_16.10-1.pgdg+1_arm64.deb
Size: 46144
SHA256: 8a800dcda4ef9470ea2073d86ebdbd762dee2692965b72a764495d989d8e24a6
SHA1: 5a0078b02de4c21f0dcfc0cb161586eb11c5fc3b
MD5sum: 7650cf29c41744ee8dc0a85b5337dfbf
Description: shared library libpgtypes for PostgreSQL 16
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-08-14 14:15:03+00

Package: libpgtypes3-dbgsym
Source: postgresql-16
Version: 16.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 16.10-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libpgtypes3-dbgsym_16.10-1.pgdg+1_arm64.deb
Size: 89924
SHA256: 8e28f54e3e26e14204bfcfb66f51a9cd521d72227597aa091cb4853501e99c96
SHA1: de4e6df575bd61ab93720d431cdadaa5f829c79f
MD5sum: 671bc7ccf47b71a2e13477ae75549bf3
Description: debug symbols for libpgtypes3
Build-Ids: 1d42018961cbf33a88c5a92e62b43e6881e9937e
Timestamp: 2025-08-14 14:15:03+00

Package: libpq-dev
Source: postgresql-16
Version: 16.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 604
Depends: libpq5 (= 16.10-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/libpq-dev_16.10-1.pgdg+1_arm64.deb
Size: 147108
SHA256: aa52f4e9820e4c78221e1091dbd12fa62a2bfc13466537c9b37a3f5f11cda911
SHA1: efd831afb867e192f89f7b57f4de97ede67113ec
MD5sum: d0b2169d102a8e3048461e49bc7e8c01
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.
Timestamp: 2025-08-14 14:15:03+00

Package: libpq5
Source: postgresql-16
Version: 16.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1098
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libpq5_16.10-1.pgdg+1_arm64.deb
Size: 218436
SHA256: 307919d66258be3f4f43a456c2c0bfb06e74dc79ef033762aff25580ee230200
SHA1: 0d4e4eb59ca673e88a520bbc0aef44bd268ca702
MD5sum: dff7749c825a8639adfa334fad1e5e1b
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.
Timestamp: 2025-08-14 14:15:03+00

Package: libpq5-dbgsym
Source: postgresql-16
Version: 16.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 328
Depends: libpq5 (= 16.10-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libpq5-dbgsym_16.10-1.pgdg+1_arm64.deb
Size: 291160
SHA256: 6f37d34bdba3c7dd9232d56bb19168ca8b2dd5db3dcfed62500920fba05b3db9
SHA1: 77e1f09b561a6cb75013be40bf06af7f28e58607
MD5sum: 062d49637314a14e8fcecb4db88ebba1
Description: debug symbols for libpq5
Build-Ids: 593ba96bfa17c85d2b3c31d488d17f30b92880c7
Timestamp: 2025-08-14 14:15:03+00

Package: libecpg-compat3
Source: postgresql-18
Version: 18~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/libs
Filename: pool/18/p/postgresql-18/libecpg-compat3_18~beta3-1.pgdg+1_arm64.deb
Size: 12804
SHA256: 49969f73d1189f72e913247151663b1e7a0677e0f230681f90f2a7a18de28d90
SHA1: 024ea00f6a89c66b7bc9be748f63e5b3ffb0bbf8
MD5sum: 841784b184841e6b918e43ae9d176be8
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.
Timestamp: 2025-08-14 14:44:09+00

Package: libecpg-compat3-dbgsym
Source: postgresql-18
Version: 18~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 18~beta3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/libecpg-compat3-dbgsym_18~beta3-1.pgdg+1_arm64.deb
Size: 16976
SHA256: 3e60c20f37b7133732c7678000cbfc76547b51e8e781c305ad74b0413e32279d
SHA1: 883c2c5458062f587bf027443e70f26b2fa3999e
MD5sum: fc9c6e09eaf3549cdd4d44464f2d28c6
Description: debug symbols for libecpg-compat3
Build-Ids: 12e411cd970c95dd257e9d261d10ddf744136d1a
Timestamp: 2025-08-14 14:44:09+00

Package: libecpg-dev
Source: postgresql-18
Version: 18~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1567
Depends: libecpg-compat3 (= 18~beta3-1.pgdg+1), libecpg6 (= 18~beta3-1.pgdg+1), libpgtypes3 (= 18~beta3-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/libdevel
Filename: pool/18/p/postgresql-18/libecpg-dev_18~beta3-1.pgdg+1_arm64.deb
Size: 251064
SHA256: 0d7b13a94972b4daab0dcce4b30002095ae67174163524c510d969bc7317014a
SHA1: 9c810cab17c4b72dfa057914b63c8edc1060b96a
MD5sum: 839d8a2eed169ff9b1d249286a967ece
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).
Timestamp: 2025-08-14 14:44:09+00

Package: libecpg-dev-dbgsym
Source: postgresql-18
Version: 18~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1061
Depends: libecpg-dev (= 18~beta3-1.pgdg+1)
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/libecpg-dev-dbgsym_18~beta3-1.pgdg+1_arm64.deb
Size: 170536
SHA256: 408552ca2a592a2a9ec4a8c43a8c30c7172b6600955ea936360831a1cb6d5f60
SHA1: b56e30cc427d37138838e4ed61d9c84db840728b
MD5sum: e16956e2779c74c7724e2945392adc92
Description: debug symbols for libecpg-dev
Build-Ids: 8da793458271f83eb1bb9c82d98e64430757549d
Timestamp: 2025-08-14 14:44:09+00

Package: libecpg6
Source: postgresql-18
Version: 18~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/libs
Filename: pool/18/p/postgresql-18/libecpg6_18~beta3-1.pgdg+1_arm64.deb
Size: 55456
SHA256: 563f786d58b0ad52250164756f03f1f95811b8a354d9cd35f34a796ce93811c2
SHA1: aff83f02ad3617b8a78c66b0466bad6dd7bfa699
MD5sum: 61125e571d88e86b58fec2146c117fec
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.
Timestamp: 2025-08-14 14:44:09+00

Package: libecpg6-dbgsym
Source: postgresql-18
Version: 18~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: libecpg6 (= 18~beta3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/libecpg6-dbgsym_18~beta3-1.pgdg+1_arm64.deb
Size: 114696
SHA256: 635f2b3235b5ee9b3033c155b7cb26a41c67cf237c3cfc0070990df263d8444c
SHA1: 2017f2afda1c658800778aa86253602009cc803f
MD5sum: ea1281ec0140d38873039298d55bd284
Description: debug symbols for libecpg6
Build-Ids: dcfbe99bede7f9ffe86198502c2fa5c9133bd867
Timestamp: 2025-08-14 14:44:09+00

Package: libpgtypes3
Source: postgresql-18
Version: 18~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 160
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/libs
Filename: pool/18/p/postgresql-18/libpgtypes3_18~beta3-1.pgdg+1_arm64.deb
Size: 39516
SHA256: 8aaf31b8da2b7e67c790f16bfcdfd8a50188620253e0e122890c4d988f4c5930
SHA1: 5515b65072cc2e3fe0a8dfee75958ee1b78d8e84
MD5sum: 9792c3c7f22277444c5a95eb33b97c41
Description: shared library libpgtypes for PostgreSQL 18
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-08-14 14:44:09+00

Package: libpgtypes3-dbgsym
Source: postgresql-18
Version: 18~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libpgtypes3 (= 18~beta3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/libpgtypes3-dbgsym_18~beta3-1.pgdg+1_arm64.deb
Size: 90284
SHA256: 2ee411b62ada4edb27317f961ab0e6319a224b16295f0d5d6734c762c7d88662
SHA1: 0c32233974900346fe01d829fc3de17986819875
MD5sum: 477789a73dd46a928b57c45e26e4d0a5
Description: debug symbols for libpgtypes3
Build-Ids: 1e92899ae98622a247df3501ff246d644aefccfe
Timestamp: 2025-08-14 14:44:09+00

Package: libpq-dev
Source: postgresql-18
Version: 18~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 704
Depends: libpq5 (= 18~beta3-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-18
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/libdevel
Filename: pool/18/p/postgresql-18/libpq-dev_18~beta3-1.pgdg+1_arm64.deb
Size: 162380
SHA256: cddd00927c11921628b67aba09388c030b65af4486be1f25f2b6b96d02eedead
SHA1: bfb6fb8fe3cae4bcff6873fc949c519d003b06e1
MD5sum: 7163f8ea61417b784efbdadcc3912d02
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.
Timestamp: 2025-08-14 14:44:09+00

Package: libpq-oauth
Source: postgresql-18
Version: 18~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 155
Depends: libpq5 (= 18~beta3-1.pgdg+1), libc6 (>= 2.38), libcurl4t64 (>= 7.16.3)
Provides: libpq-oauth-18
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/libs
Filename: pool/18/p/postgresql-18/libpq-oauth_18~beta3-1.pgdg+1_arm64.deb
Size: 36140
SHA256: 1c4e3038c0038cfd643641bce7553e504b3b1be4fdf92092b285d2a5bc2344ba
SHA1: 800ab1cd436bb49d71516673aa88e8e3fafabeaa
MD5sum: 571afb1b9adaa8a849f4ccfb149354f0
Description: PostgreSQL C client library - OAuth flow
 libpq-oauth is an optional module for libpq5 implementing the Device
 Authorization flow for OAuth clients (RFC 8628). It is maintained as
 its own shared library in order to isolate its dependency on libcurl.
 (End users who don't want the Curl dependency can simply choose not
 to install this module.)
 .
 If a connection string allows the use of OAuth, and the server asks
 for it, and a libpq client has not installed its own custom OAuth
 flow, libpq will attempt to delay-load this module using dlopen() and
 the following ABI. Failure to load results in a failed connection.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-08-14 14:44:09+00

Package: libpq-oauth-dbgsym
Source: postgresql-18
Version: 18~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: libpq-oauth (= 18~beta3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/libpq-oauth-dbgsym_18~beta3-1.pgdg+1_arm64.deb
Size: 103864
SHA256: 94210b52d05cffe25e45b1a3c909a9d6f7d08849a16dd8e5cbeaf4caaa9e0822
SHA1: 31c9ec3573fc7b343145bd98a82d8819a5544d67
MD5sum: d71cce0545e7c32a80a188c711b4edeb
Description: debug symbols for libpq-oauth
Build-Ids: de9267810f3dfaa2e03e08a533fd06e177866299
Timestamp: 2025-08-14 14:44:09+00

Package: libpq5
Source: postgresql-18
Version: 18~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1214
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Recommends: ca-certificates
Suggests: libpq-oauth
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/libs
Filename: pool/18/p/postgresql-18/libpq5_18~beta3-1.pgdg+1_arm64.deb
Size: 237588
SHA256: ca525ca68e0fa97ffa878914ca76d86e5a9c88516a8c5cee320ea809036604df
SHA1: 3048313889fab7df5cbe692a9a19e6e333efcbe8
MD5sum: 1254449c9e00c4fc12be72b4e0fe625b
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. SSL certificate validation (the sslrootcert=system connection
 option) requires the ca-certificates package.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-08-14 14:44:09+00

Package: libpq5-dbgsym
Source: postgresql-18
Version: 18~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 381
Depends: libpq5 (= 18~beta3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/libpq5-dbgsym_18~beta3-1.pgdg+1_arm64.deb
Size: 342068
SHA256: f25b58a607151ee590a77c4a63050bca6f497c2bec386fc9ac27d96bbec2e5fd
SHA1: 29735d3efd5bef6e35e00b5a4aa7cefb1bdd3768
MD5sum: beeee3527b7f3280876005f7ef06a8c9
Description: debug symbols for libpq5
Build-Ids: 08cfedc3c8203f733f63d5eaa48d8205113108d5
Timestamp: 2025-08-14 14:44:09+00

Package: postgresql-18
Version: 18~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39392
Depends: locales | locales-all, postgresql-client-18 (= 18~beta3-1.pgdg+1), postgresql-common (>= 275~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), liblz4-1 (>= 0.0~r130), libnuma1 (>= 2.0.11), libpam0g (>= 0.99.7.1), libpq5 (>= 17~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libsystemd0, liburing2 (>= 2.3), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: postgresql-18-jit, sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-contrib-18
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/database
Filename: pool/18/p/postgresql-18/postgresql-18_18~beta3-1.pgdg+1_arm64.deb
Size: 7165912
SHA256: f4de14201366f1222166211c6fa04750f807152b4428ae3172117f935b642f98
SHA1: 6782e4c3cd3b0630b06a1fbc18f41e7661e7d616
MD5sum: d6cfc57d88b8911b4e9e87ade3ca7f31
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 18.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202506291-1800
Timestamp: 2025-08-14 14:44:09+00

Package: postgresql-18-dbgsym
Source: postgresql-18
Version: 18~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34437
Depends: postgresql-18 (= 18~beta3-1.pgdg+1)
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/postgresql-18-dbgsym_18~beta3-1.pgdg+1_arm64.deb
Size: 19969000
SHA256: adb1c8b5207381ea740804bdec4cdb1c32abd6607a073703b0726ee6bcd15232
SHA1: f13f4c692f2e00c98643a2a6bef46c42c5ee3119
MD5sum: b74bfe0003ee0eb0402136a70c6b8712
Description: debug symbols for postgresql-18
Build-Ids: 066169af9fd2109af198bb390aa8da2586bd6a84 0c7726f91a846f868f823da12b3851c1f79248ee 1321c70b9f0af261360d8111d93a8c352c5bd32d 17e393a97fb042ab219fd1201b9426a87d190750 18a12d635c00f152cc94e412e0b07f6f30259725 1e46a3540ddfe4812d05e9d8e5c4acfdacec2803 22c7a4e275b49b2d07a769bf896c59ee0efed94b 250359bff724948820114bd6ac8f3aa5cd70cc84 26afd392d9495ebe0d9f60f094ed61a2a8564505 28901afe93c29b46482c3d787724174d015c3c92 289212315de08922d48c63ffe976c054e807738c 2a0df648b41f2511f4c8d2ba2ee45531140d4565 2a45034cd48c1d9853f3a70ecb6e218757000393 2b4ca1f95a523be3342d847fa993efbfe1be9bfb 2cb31dd342627caa3ab46e97df788f5bd25627c4 33130d63c8028c7c7a73a111ee82bec677353617 37040bdfee69c6a644e6e8781b5743237d173e0a 393d3d660f666b1aa1a134ba4fadf567046813b6 39ff31d9505f8dcb47106bafae9cc2961ba4e4f1 3ceec3962721c188346136a6a63ef344e6d06252 40a653ddb72734c751c2d43fe06284de6ba488b7 41e49713048fdfad88ad134fad34668e0d12d775 45ad809ac0863dde13de69d707adc958089d6ad2 4834ea180a978e1669c86c8ef37c9482085efdf7 4f0277ac388aa9585f1cdbd9431d3bbd26537b42 4f5ae247b39316854a7a78435dcdf5756fc282ae 4fbd1de9e36336e08a9f5ac9ba96311ef51ad7e0 52041ea294ba4ade4acbafad844a21e8ad144c77 54f989cce89adf0b4a11ec8eac0ce1edb8b39ba5 55e78a6edcad13e7d87182df70c21078c03b96de 5a006aee658321d9da8c6ac69f312cb13454a584 60dbc5c026d97193316ae8e2dae1d7941a92fa4b 63d3ef9ce87fea2a8c7a728201538304ffd2d724 6408189443db806f354eba5bb7d8fc6a424b4d80 64114ed07701e066ba701d9f81e99aa6e57acc68 67d05cbdd0d182dfbada909b8972e90976e2fd6c 6aecad8cb4ff22525662f448243469c7003fede8 6e46acb122cf95c7b65dd8ca7012b74111c13826 6f74881d83fc400db73eee500efe77841d90b617 704e02ed2024fd64a173a88f15fdb5f6554e9756 70c6e65be3b5ffa08a745ebb644ded4bde219413 710a3291aedda48d1954e4f128add742647267a9 71dad767c4e8135badc5a08b25ca52e7101ae27b 7260c9fb3bbe4180f9517d860c915b7b1467ea07 78e5d399ea94dbf48f74500dcc74e17647d51e80 7b1b405492fbf8aa3552a93168a72a82758954c6 802384c4a5252ffbfc2e031c5eb779b5df87e296 838a9c577f788f8eb6c0cd641d7509d2c8bae064 839e4e3ee090f2aae6470ab78cdf878e940a1411 83c5d50f88ead5378b9bfc20b2791f4f46c7e00a 86375a57e343eeaadbb8ef0756f178039d155de6 86f744377529a8b0ad33d325e913a28f72bb253c 888e613f8d70534e90c7b588d1cc35e1035e3a3d 9473b939652270a8cccbb15dae11c2c5335a8247 9953d90c31f4f0895d8421d142a61e3dddcbc0f0 99ad0ecff8f3fe117d3dc7ad449fca235d30122b 9a63eca3fc1e80287077f496ebb2af138d53b89d 9bb56bec0c6d697f262bde5a165ab9fe11e7056a 9d1e21a553d608314269f2ca84d49be1d77b64b7 9e71d029c76b1f49ed9bb1f8912cb11fc5200dfd 9f2879100ad491303b4e74db7a09e997c77eb17d a2017788c5712153b02d302bb3e7499216cd05c6 a3e56b75b7732f4547b3909c63cffa2d0a2e3c35 a8db759be3e38485896f14c10be55ab8faea0b87 a934a59e626fbb8503701d412b92341ef950bae6 b0c2c5b99c0e59f4b35565259f53b1e09604ffd3 b2450d7b845c4590d1770eeff16996ec8e0e9339 b70dfd13b5e65b147d414f96fd0707f8ffa5221b c1f9b91ac6eadba671c838854d53c11e0469b3d0 c26a346c6da473ae80cba6df965d7e3f5ce5c027 c365de40c7bbac040f198aadf03f81bbe635b195 c51a5a78c713df233ab6562d61e2e9985de4ca74 c99a2757e01156e0013991ba025daa304272bbc3 cc5f5a60e6149b1910cf3f98eca7e9fce77a0a3c cf60309721086823d7dec51f69954798c4693273 d103fc960714ab2099e2e515a54fb52016de96d7 d299051a225dd140f03835d162a70ca30b3ed525 d3d35ae4c4af23d88fdbd4d3fe46d70e8f84e368 d7fbc68213d04246a6f8ffca492e63329b90b1d8 d803eb83a9d4dc6ff17114dc8d048cf40d9ebf72 d927ce48fcd28fc5f712695108e6707dc8cc7dbd d940944376302d7ee1ce99bad94182848342a7fb da3292b9dee27bd41449a1a16925b0c8b1808535 da43003caeb6d4130200d1a5083ea40f9f10dbc3 df03c8cf9510b4c339809984c63a23ed980a8ded df42d084d1b775eafd7fda0ed71f044102b4bf48 e22ad8b5540da727fb82ab16549689b8243fb25f e501c54dbf4735c3d0f4999bf1cc21aabb9935f3 e6731782cf9e4fe4fb78c2c1b41632c7093e9f3f eccade4c1b0f5ac752eb82c56812083c708feaa3 ed069b2646b6cc7a82d0856760c49b32f8daec44 efb5443af46fee239a357550500fb2d2297ac9a1 f87b2d3c0c492fb6150561e15f08001756e07fff f91df71db3e0f89b8cf6fc55d1790ecfcd3c5626 fdf08dc1224baa30956921b7c6c20ec139ae0602 feeb0f00b767a713e5daf053f7505a03707a972a ff547b68f4879051ffd748921a73a8a894093a63
Postgresql-Catversion: 202506291-1800
Timestamp: 2025-08-14 14:44:09+00

Package: postgresql-18-jit
Source: postgresql-18
Version: 18~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26760
Depends: postgresql-18 (= 18~beta3-1.pgdg+1), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libllvm19 (>= 1:19.1.0), libstdc++6 (>= 5.2)
Provides: postgresql-18-jit-llvm (= 19)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/database
Filename: pool/18/p/postgresql-18/postgresql-18-jit_18~beta3-1.pgdg+1_arm64.deb
Size: 10884752
SHA256: 8704aa49c23ccc8ba5c7fc0a7c12e9179d76700ef06c0f4f13127347e06bc959
SHA1: f6a9db10c77123c97ee087003f2220425eb61e88
MD5sum: 7b09568d31205dce00f1e03cf58028cf
Description: LLVM JIT support for PostgreSQL 18
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides LLVM-based query JITing for PostgreSQL 18.
Timestamp: 2025-08-14 14:44:09+00

Package: postgresql-18-jit-dbgsym
Source: postgresql-18
Version: 18~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1682
Depends: postgresql-18-jit (= 18~beta3-1.pgdg+1)
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/postgresql-18-jit-dbgsym_18~beta3-1.pgdg+1_arm64.deb
Size: 1677644
SHA256: 482a6436757f396bc79096443b0e3cceca37b081937fc08c6519c40c436cbc0d
SHA1: 6aa9fdf279b887c85b1ad22d816b96702b409321
MD5sum: 2826b9a9490e8305c31d1e0f964a645b
Description: debug symbols for postgresql-18-jit
Build-Ids: 788ec89e2bcc9c0c319064fdc04e865c85c080a1
Timestamp: 2025-08-14 14:44:09+00

Package: postgresql-client-18
Source: postgresql-18
Version: 18~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11718
Depends: libpq5 (>= 18~beta3), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-18, postgresql-doc-18
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/database
Filename: pool/18/p/postgresql-18/postgresql-client-18_18~beta3-1.pgdg+1_arm64.deb
Size: 2086344
SHA256: 050f9550f8af232591c7227cb6382f4c921358dea091f2bdadddf63b20e0bb5d
SHA1: 9cd418cb75ad8c1102263773a1eb8afe0f3feb51
MD5sum: 671e9783c3f8d681b95a702fe18d0d49
Description: front-end programs for PostgreSQL 18
 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 18. If you install
 PostgreSQL 18 on a standalone machine, you need the server package
 postgresql-18, 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.
Timestamp: 2025-08-14 14:44:09+00

Package: postgresql-client-18-dbgsym
Source: postgresql-18
Version: 18~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7810
Depends: postgresql-client-18 (= 18~beta3-1.pgdg+1)
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/postgresql-client-18-dbgsym_18~beta3-1.pgdg+1_arm64.deb
Size: 3343176
SHA256: bf324fc41a35df7e67e1b0d55760d054ce795f8d37d7fbdb3bbb7e576e496b49
SHA1: 5d392a490a5369d4c3cbf14e794a36f0a5fb8d04
MD5sum: 16e6971055e5ff29ee125a48098b109e
Description: debug symbols for postgresql-client-18
Build-Ids: 0174dc93ed2642c7988702d6d4515454ce21695f 171a433651211f735324a54e5710ed1bfee2cee5 20a6d5dfdd00a514957e29cb6bd3a3140cc40bb7 321e9e47828fc34235297fd420dc59b4921f6966 3fc42efea7ad7ba58f55ca76f047d27eb4b3010d 513f91c1f9fdf2fb541bb3da29abcfe12f82dcfb 59a086bc576096eaf9288a1b4066359494c962d2 70d31bf7be7437e8d1100b69b64f4fd9fabe1666 744c6d2320b90563678ea392d156e3c5a9eddd71 792a43402fd6a0deab8e31e103a7b82e1f17489d 995d388f0bef5e791842c17f66e96fe32734d0d3 a3161e4d952ec13188a87e1745ea88ca4c368112 a3dd482651eb0257093e0a5f25baa9d69b01e6ba a6bcaf240ebf1421fdd8ef16fa6f94c6c2141ecd b47e70e6f2f2f6e0e11001d1c8271f978ab15471 bacfecd11b86bec8dfa89c4c14ba33e718953a05 c930adce2c6183bd9d7ea5121b6eda69f2fbb409 cee908268fda02987d214e8d9578376d1fcce807 d3ea77b9476a757167508c051b6ec13c8865dce1 edf048dd8836113b201415419e831ab815968629 f43a962727afa9fe1798d3d28989b484e6a67940 fbc623a1ca7ed88338df11ecf1e40820ab31cb12
Timestamp: 2025-08-14 14:44:09+00

Package: postgresql-doc-18
Source: postgresql-18
Version: 18~beta3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17271
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/doc
Filename: pool/18/p/postgresql-18/postgresql-doc-18_18~beta3-1.pgdg+1_all.deb
Size: 2168116
SHA256: a7808ba1371dc754af60dedce0d1a97798ce94bce4de7ac9689d06c592c0e5af
SHA1: da73463af294decd213b58b2ca4fe7dc59c6b1c4
MD5sum: 555d73fcba81bcae5bcaa7cac09a19f0
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 18. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-08-14 14:44:09+00

Package: postgresql-plperl-18
Source: postgresql-18
Version: 18~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 538
Depends: perl, postgresql-18 (= 18~beta3-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/database
Filename: pool/18/p/postgresql-18/postgresql-plperl-18_18~beta3-1.pgdg+1_arm64.deb
Size: 63588
SHA256: 0a1e4be5bab770d2bdfa2952abc5139954cd198e633c1f892a8c58ab3dbeea16
SHA1: 5d6922f52fcf1263b251bde64990905a263d3aec
MD5sum: 93918ac3964cd7722ff23b3d3e6cc59c
Description: PL/Perl procedural language for PostgreSQL 18
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in Perl.  You need this package if you have any
 PostgreSQL 18 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-08-14 14:44:09+00

Package: postgresql-plperl-18-dbgsym
Source: postgresql-18
Version: 18~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 248
Depends: postgresql-plperl-18 (= 18~beta3-1.pgdg+1)
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/postgresql-plperl-18-dbgsym_18~beta3-1.pgdg+1_arm64.deb
Size: 202504
SHA256: ed6d9673fb4f6539813ff3875bb4b4f70e0818710f7e08082f45ea04c6c69daf
SHA1: 2185e6025146ac2de1ef69e547321be1d5d0c9aa
MD5sum: 43219794d1daa6f89be1989d09ca7762
Description: debug symbols for postgresql-plperl-18
Build-Ids: 27c900d2b9825862963d63e743071be229f7e4b8 54351225ccdb711ca03c0e041e24a914fc75c9b4 66e44ba6b79bab56f6440d1862f116f4256e3492 b4bee443ed90f64de31d103f7af5f77d76027c02
Timestamp: 2025-08-14 14:44:09+00

Package: postgresql-plpython3-18
Source: postgresql-18
Version: 18~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 636
Depends: postgresql-18 (= 18~beta3-1.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/database
Filename: pool/18/p/postgresql-18/postgresql-plpython3-18_18~beta3-1.pgdg+1_arm64.deb
Size: 86780
SHA256: bf4de8965da0c633ad9c1e710f2ed061b2790c001d6d676f1cbff3d40d6e2ce6
SHA1: bf10d72b6d8bf8c00250b5d76632c6e763c8dacc
MD5sum: 6c04645c7d100274bf83c67030ac9fbe
Description: PL/Python 3 procedural language for PostgreSQL 18
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in Python 3.  You need this package if you have any
 PostgreSQL 18 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-08-14 14:44:09+00

Package: postgresql-plpython3-18-dbgsym
Source: postgresql-18
Version: 18~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 243
Depends: postgresql-plpython3-18 (= 18~beta3-1.pgdg+1)
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/postgresql-plpython3-18-dbgsym_18~beta3-1.pgdg+1_arm64.deb
Size: 189592
SHA256: 1c204aae2b0a2a2b08483d8c2c81d699f9441b1a835489bc8e46154bed3567a8
SHA1: d2cd46038fa90c1bcd87bd48618d192c69d2b646
MD5sum: 24801363d20487fb8efc7a4bb2ae5d5b
Description: debug symbols for postgresql-plpython3-18
Build-Ids: 095a4734463f92c54b540c19cc994ad2d2a118d9 25cb4c9a5d5a5f61269882486d906ab12d7d339f 60f53b10a9e31a8daeea984db0c340d3e5a1b429 67dc703cdf09cfa5e4f74e73baa7180d5a1d21c3
Timestamp: 2025-08-14 14:44:09+00

Package: postgresql-pltcl-18
Source: postgresql-18
Version: 18~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 203
Depends: postgresql-18 (= 18~beta3-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/database
Filename: pool/18/p/postgresql-18/postgresql-pltcl-18_18~beta3-1.pgdg+1_arm64.deb
Size: 38080
SHA256: f94eb654e87039fc429f6098de6fe3edf97e54593280fe6d7ae374586a766254
SHA1: 8fe80f656b0d46677ce7aa72ade1ee92d2f95ec9
MD5sum: 0883cfe74eb5fe3ff3eacd0d6e6091ac
Description: PL/Tcl procedural language for PostgreSQL 18
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in Tcl.  You need this package if you have any
 PostgreSQL 18 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-08-14 14:44:09+00

Package: postgresql-pltcl-18-dbgsym
Source: postgresql-18
Version: 18~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: postgresql-pltcl-18 (= 18~beta3-1.pgdg+1)
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/postgresql-pltcl-18-dbgsym_18~beta3-1.pgdg+1_arm64.deb
Size: 88832
SHA256: 6f0ea02b76e76f299454bc02975f17ba23a933396c8e8e9471690e86f0f50d01
SHA1: a6b2cf166a664a8cb8cd64efed42ca3b875b6037
MD5sum: 69c271133e5e218493d1ee6d0eac677c
Description: debug symbols for postgresql-pltcl-18
Build-Ids: 6ff13d818a61e67dfd0fe7be7ca2a62f194c6614
Timestamp: 2025-08-14 14:44:09+00

Package: postgresql-server-dev-18
Source: postgresql-18
Version: 18~beta3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8767
Depends: clang-19, libpq-dev (>= 18~~), llvm-19-dev, postgresql-client-18 (= 18~beta3-1.pgdg+1), postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/libdevel
Filename: pool/18/p/postgresql-18/postgresql-server-dev-18_18~beta3-1.pgdg+1_arm64.deb
Size: 1382740
SHA256: 1e4c7f4096f848b3dfe435864d6809d77be65e1a33bc7b3f8b84535b3231365e
SHA1: 144acc50d1565c0f8a81f5daa22e217d169d7b0d
MD5sum: 546eb6919c2e639b23722981dff12650
Description: development files for PostgreSQL 18 server-side programming
 Header files for compiling SPI 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.
Timestamp: 2025-08-14 14:44:09+00

Package: postgresql-server-dev-18-dbgsym
Source: postgresql-18
Version: 18~beta3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-server-dev-18 (= 18~beta3-1.pgdg+1)
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/postgresql-server-dev-18-dbgsym_18~beta3-1.pgdg+1_arm64.deb
Size: 56684
SHA256: cf8040efe2d5e834ac1fb279f63b1e035976b1c59224cff34681dc55e8c8d3bc
SHA1: f05b238d8c7f6ba1b7a787079ccbf618b44d4fb2
MD5sum: 2bdcfd1922e5a403e1bf2ba179ec6277
Description: debug symbols for postgresql-server-dev-18
Build-Ids: c58d86301d476297d4ea0245c648fb673da00e4e
Timestamp: 2025-08-14 14:44:09+00

Package: libecpg6
Source: postgresql-17
Version: 17.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 277
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-17/libecpg6_17.6-1.pgdg+1_arm64.deb
Size: 59504
SHA256: 643b808def333b8f44cfbe7c9b68580d6b074b90275b0e5c2f818cd403e700ca
SHA1: 8e5955166b6007c2ae9bfd4339df5422e30d6eb6
MD5sum: 776781b35c0b32b145e58d4d4a45eb6a
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.
Timestamp: 2025-08-14 14:30:58+00

Package: libecpg6-dbgsym
Source: postgresql-17
Version: 17.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: libecpg6 (= 17.6-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libecpg6-dbgsym_17.6-1.pgdg+1_arm64.deb
Size: 115412
SHA256: 061462117c8956890803123fffa89bd1bbd9f048399e3575b6b8e62af16df41b
SHA1: d92d6d0dad38bdf83b1aadac0342dfc67f4cd061
MD5sum: 3c2985ea1512487f742e83cd1183a4f0
Description: debug symbols for libecpg6
Build-Ids: bfc0c26d39ceab8ab5c12944abd62a44e9dd6eaf
Timestamp: 2025-08-14 14:30:58+00

Package: libecpg-compat3
Source: postgresql-17
Version: 17.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-17/libecpg-compat3_17.6-1.pgdg+1_arm64.deb
Size: 16692
SHA256: 20360f5e171c955ca648636f5910b7dd9054edff810fe1f49f74c49d9edf3700
SHA1: c2eb1c49fb13d5de4acc3d9eed6701aaa26ce087
MD5sum: 16d933c0bf971539f9033bb3ad780450
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.
Timestamp: 2025-08-14 14:30:58+00

Package: libecpg-compat3-dbgsym
Source: postgresql-17
Version: 17.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 17.6-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libecpg-compat3-dbgsym_17.6-1.pgdg+1_arm64.deb
Size: 16948
SHA256: 12aba3bb34c8e8f56e4037b9cbbf6827ccffdec4261383e5610e6a28cc575bd6
SHA1: 221428b62b67b0981eff5cda580a6fc97e3bff6f
MD5sum: 82296efe5e79b7b2ca06a337b192255d
Description: debug symbols for libecpg-compat3
Build-Ids: 1b4e2bab294e42723a504c4028188ebfa0f7c977
Timestamp: 2025-08-14 14:30:58+00

Package: libecpg-dev
Source: postgresql-17
Version: 17.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1700
Depends: libecpg-compat3 (= 17.6-1.pgdg+1), libecpg6 (= 17.6-1.pgdg+1), libpgtypes3 (= 17.6-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-17/libecpg-dev_17.6-1.pgdg+1_arm64.deb
Size: 286480
SHA256: e9a3314a8c001e77acd9d728f78c9df04166f554062bbbba8e8a327098f38fcc
SHA1: f0a86fbe3bbacdcf8bbd69dfebc18b0d88537e82
MD5sum: 4fab282d40e1b072f8a6132648f2da31
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).
Timestamp: 2025-08-14 14:30:58+00

Package: libecpg-dev-dbgsym
Source: postgresql-17
Version: 17.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1321
Depends: libecpg-dev (= 17.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libecpg-dev-dbgsym_17.6-1.pgdg+1_arm64.deb
Size: 269528
SHA256: 6ef9fa4466c04a70fe65e2f821e01b7435ec2debafd832c5c4d43569ab2b443d
SHA1: 4b776c94791b97442761993e04c104e51fa4a81b
MD5sum: 8ccae125817a1a6a20f1b34b4cba78e5
Description: debug symbols for libecpg-dev
Build-Ids: a6211f8acecf0dff7fce3a37d0129af3abb29d5f
Timestamp: 2025-08-14 14:30:58+00

Package: libpgtypes3
Source: postgresql-17
Version: 17.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 163
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-17/libpgtypes3_17.6-1.pgdg+1_arm64.deb
Size: 43432
SHA256: fe3fcc797e6c48355670e4ec8eb222f91f587d673d94caf88c1aa0607b2edcd0
SHA1: 0d5f18397cf26f6f92be17921ace19e9622a75e7
MD5sum: db28efb9564a01a7f63d0551cdc2ad20
Description: shared library libpgtypes for PostgreSQL 17
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-08-14 14:30:58+00

Package: libpgtypes3-dbgsym
Source: postgresql-17
Version: 17.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 17.6-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libpgtypes3-dbgsym_17.6-1.pgdg+1_arm64.deb
Size: 89876
SHA256: 718c2a06b79949f97fe6b132d2357ef7188aa4bb818cb63344273cd3bb645da9
SHA1: 547c6d8b3af5549423141d2be31e09c6f5f0b7fd
MD5sum: bb52f51f787e994aedb495ee129869be
Description: debug symbols for libpgtypes3
Build-Ids: 0ef84b34c49d40bc8ea300330492fb586fdcd191
Timestamp: 2025-08-14 14:30:58+00

Package: libpostgis-java
Source: postgis-java
Version: 1:2025.1.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 112
Depends: libpostgresql-jdbc-java (>= 42.7.7), libslf4j-java (>= 1.7.32)
Suggests: postgresql-postgis
Breaks: libpostgis-jdbc, libpostgisjava, postgresql-postgis-java
Replaces: libpostgis-jdbc, libpostgisjava, postgresql-postgis-java
Homepage: https://github.com/postgis/postgis-java
Priority: optional
Section: java
Filename: pool/main/p/postgis-java/libpostgis-java_2025.1.0-1.pgdg+1_all.deb
Size: 60048
SHA256: 5e15300667fd6a48cf61e452ae1ea91dd764adfd3c29e4df21e4bcaabdd74482
SHA1: de4ef937c4c6d343084fe26039313fb5b939720b
MD5sum: 6f5f487c96333829681e57d3d7239037
Description: Geographic objects support for PostgreSQL -- JDBC support
 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 JDBC support for PostGIS.
Timestamp: 2025-08-14 14:30:58+00

Package: libpq5
Source: postgresql-17
Version: 17.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1111
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Recommends: ca-certificates
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-17/libpq5_17.6-1.pgdg+1_arm64.deb
Size: 222316
SHA256: 7db9ecd000c10f4d37a6948291a9d095d814b44296275cc993570c688dac945a
SHA1: 49cb06796b03438c316bab4aa12f99971aa83319
MD5sum: 7433b9617b7d91add51a7284f087222c
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. SSL certificate validation (the sslrootcert=system connection
 option) requires the ca-certificates package.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-08-14 14:30:58+00

Package: libpq5-dbgsym
Source: postgresql-17
Version: 17.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 335
Depends: libpq5 (= 17.6-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libpq5-dbgsym_17.6-1.pgdg+1_arm64.deb
Size: 297892
SHA256: e8b06d4b5c887c707c956bbf51b2c7b5b1ce8bdb8026321c48f91b629548639f
SHA1: ff8bf45f7bce913841bbf5cd1252acb1a73d2ac0
MD5sum: fac5aee9a2282a11a265cfdb6f8356e6
Description: debug symbols for libpq5
Build-Ids: a1e3d4f799f36bbd69c831db0793dc39d256465b
Timestamp: 2025-08-14 14:30:58+00

Package: libpq-dev
Source: postgresql-17
Version: 17.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 620
Depends: libpq5 (= 17.6-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-17/libpq-dev_17.6-1.pgdg+1_arm64.deb
Size: 148904
SHA256: 58e2623c5172acbea65c12344f4ce3c3a004c3ee598d074d2e4a18861c852c2c
SHA1: 90b535bee0eb49dec55257342cd6b1598f5a1c9a
MD5sum: 4bfaadc280a42a125d2228b518852077
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.
Timestamp: 2025-08-14 14:30:58+00

Package: pgcluu
Version: 4.0-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2493
Depends: libjs-jquery, libjs-underscore, perl:any, postgresql-common
Recommends: sysstat
Homepage: https://pgcluu.darold.net/
Priority: optional
Section: database
Filename: pool/main/p/pgcluu/pgcluu_4.0-2.pgdg+1_all.deb
Size: 361404
SHA256: f308f1061041cf3985d62a317f4b02e332bac4c49a66dea66f5c77bc1b59e5e5
SHA1: 7c99ed3ebed8cc4eeb158aacd5aa83d49abb414b
MD5sum: 97186838f4e77513e2e385d9c2475745
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 three parts:
 .
 pgcluu_collectd: collector used to grab statistics of the PostgreSQL cluster
 using the psql command line utility and sar from the sysstat package
 .
 pgcluu: generates static HTML output containing charts and graphs
 .
 pgcluu.cgi: generates dynamic HTML output containing charts and graphs
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-11-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 159
Depends: postgresql-11, libc6 (>= 2.38), libgdal36 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw_1.1.7-1.pgdg+1_arm64.deb
Size: 33868
SHA256: 825adb8222fe16e4e8d4bff1faf82e061676335e8fc9d927960303384149b7d8
SHA1: 3b0f20e0b76ad77824b7bbf6d188e290f62c862b
MD5sum: a186a0896ef29dc9b277215509685666
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-11-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 187
Depends: postgresql-11-ogr-fdw (= 1.1.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw-dbgsym_1.1.7-1.pgdg+1_arm64.deb
Size: 132040
SHA256: dd45bfc8660ac1b784a17b2610368943b65edc7d98545cbadfa08f13d17dd408
SHA1: f965e6c412258d021fcb10d3a635a337a3377496
MD5sum: c7b10eddd33f3e35f326ac9880e91631
Description: debug symbols for postgresql-11-ogr-fdw
Build-Ids: dc6fd5597560df872b8f8af7a96d17ed44e9c0af f4a1cb8e7f746e9445bba637b27b17d33608c0b1
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-12-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 277
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.38), libgdal36 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw_1.1.7-1.pgdg+1_arm64.deb
Size: 91528
SHA256: 5b33c0bdf95c826a842321ce321daa421321696d17f3f846ca43ba27df9cb87e
SHA1: e8167e4699b0b03adbf7ea30d11ee5f6c0f714e1
MD5sum: bc076b177512cfc6df31fa80f326a633
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-12-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 194
Depends: postgresql-12-ogr-fdw (= 1.1.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw-dbgsym_1.1.7-1.pgdg+1_arm64.deb
Size: 139388
SHA256: 19f177a0ae7d74ae48b7ba48ac95930033ac78a13caaa2d272464f4a5ec60daa
SHA1: 32a1f7bb441193cf0524fc262b5d5f012edf7fee
MD5sum: 1311e1a4807bf9484c559a89627eb90e
Description: debug symbols for postgresql-12-ogr-fdw
Build-Ids: 0a6cc8ff44b1f904c20bbc8cf8dd70571cb39756 98c6aaf251a062473446f20c2e240a8d8cb2be53
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-13
Version: 13.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52515
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), libllvm19 (>= 1:19.1.0), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-13-jit-llvm (= 19), postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-13_13.22-1.pgdg+1_arm64.deb
Size: 14796548
SHA256: 3b531b2ff9c116ff9096e5ab782f772d5269d3d4307d18cab23aef3d59b44a4c
SHA1: c265c360657ff654213161fad2179299554defea
MD5sum: e78578086281a07c7f0f6cebec7b03cd
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 13.
Postgresql-Catversion: 202007201
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-13-dbgsym
Source: postgresql-13
Version: 13.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27869
Depends: postgresql-13 (= 13.22-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-13-dbgsym_13.22-1.pgdg+1_arm64.deb
Size: 16288516
SHA256: b68cbb915e5474e8f293c092d4374c1e0dc23702d30cdc15e6d2bfc8f2dc6800
SHA1: 6ba7e6e3c23027f8c501ff02d156e515db4c7295
MD5sum: 314ad5a8b13a9359feafa8f2d4d0a88d
Description: debug symbols for postgresql-13
Build-Ids: 044ceb103f854d809ce07f885319db57d084c65a 0af5b5ebb905d65750a0aebcd8291de63116cb90 16e56587f6affb3f923cc99abe0a003986a4f6a5 1859ef519ed248e6a38022cea0d2be1961beb9e7 19142aa3d2cf81f0fe162d05c2ed3cc31194ba02 20aa4b7c9506e792f8f5d9dccc9b9cdf3611f6f6 2761472593e2af6677027adcf4214fea0dce29b9 293644a4f32d9c055efc6ed041d2f96923834006 2ba5e46259f0401614774eb075c0ba0d1cf3009a 2c39dcf6ab41f68e0db564db1e769789ee160c2f 2c8c0fea05b64f25d5605265909749f53e009fe9 327f7ac834b0385181afdd39f834dd26c8ab62b6 32ae7be19af15c5b299901703a63d1d47d90cfb1 3414e06a316abb8bc9fdd7fe92f937cb21222bb2 34cc8e3925ce85c3f9769847f6275b3237889fcf 3606c731cc4532f04eb71b045fabe8f96de9b67e 374f9c0bf0c522e62c37be0294ddf4d78e0a3a95 3c88f2352b9bb69e04eee70aa25b89e760579d49 3eb70833712510661f02b8b9199deca7d91ef58f 40d17ccc3e10a8545c394a51eb4026b3044fba28 43fab711e0fcff97814fe108a62adc6174d2e5ba 49631f8b1a1e966cfdbb221382aec558a64ee211 4cda269e917d66dfeebe8b67fb4dc789a7d61b50 50f6dcfbe05a2c0f6ce9780034e3442b5b71b792 544c128f5e114ef23f5dcada731ff80274bb763d 54bc3cbace4d0f5de4efb7bfb091abc36a694c47 54e8cbc55ba4f72688ef28f068dd39d643a7804d 56ebedf4c1917a7b8d49f35e5363df9777c7d471 5b89fc1cde2f3c0dc1a60d4453c5baedd8b19908 5bb48486d4d64b80fb70514fc348c81710388a66 5d280a77239f1e24a8504d53e688fb21dedc01cb 5ffb3c7e43059b35e09946e0c83b938b6867db8b 656178a6571eb14ed39a92d0344f5bbd34b6ee50 66c7351d3dd1e655a749f6ff986a53a7bb604243 6dc0a8c43565e32e9eaa38345786f7a7e8c9e93f 6e7b2b5755fc2c86ffb2e4e10f676574c709f7c6 710bc9b760b1a63c6ae26a1f78cdd8928fe8f63b 72557be6faf89da99eae6926287b3a88c5879e3b 7402db20cb53003e3fb08d13b20a8f09dbf300ae 76980acc23cfb8abf7d12323287a4954757b44dc 77d40c6665fd91880406b1e96a5e09b55a9c8e8b 78a1e43076035249072806347bfb107209e1e486 7b5c372a1bff4fec398fe5419438f981b10daeca 7d18a6b65a1d9174119d5a38524ce7bd636171dc 7d8e8837735bd365a86859573faa4e3ecb3fff61 80a07f4bd9eb4b167712c72c3801754a797e50bd 821b723a9076dc2a685071c489c72980f1e1bd21 82dd585ff2b0a3f76da967fa52e85502b3743191 83b2b5418936caf9b002db0a9d4f46c55b7ab072 83cdec800c5afbf01d8eabe3cee88ad3109c356a 846f4343a52f3209487f32d9bfe69aeba10b371f 84e8c0615bc99011c1cec143479c18f9818bc4b8 85d78673c9f59bd065432e7c991dff6f9ed6f0eb 8b098de341da9b6b0dd5b4ce7ce88e1062391b40 8e0660931e7a732d6dba3d98bc71a6a7c386aad7 8f0ffb41d8f97c4bc27f931a14e314cffb7d5a2c 964d003b93a71d5b92732a6ffefb6c8bb9238b84 9c50695e5af7f7e84212e6918b890556cf593b13 9e5c5903fc9e53833cb0fd2c863e4389428d6831 a14afdeadfcc765b5ee8fc3aff7d1523e6583a36 a6fce1dbd9b88249851e9f7ea7636beaa0b11d64 aff3e54108bbb15e42c3431fc9e94b493af654ab b0de3ef396689093cc3c40df4d61f333757ea8f8 b123ecd41a8b68b876baed64ccb1aeb6f0bcc965 b6e4100257e7051913bdaebab69192faeaaaa758 b792ca740cb5b574e855b9a6e5166a3ca1661f6a b8f2825b8edda14b257b95cb42364ab96366916f bb5b39c3faec34dec09075c9f2400d672c6ccde8 bfe2bfa48ec7c8fa90d493ce7145eada31a54204 c357889697d1487560737de11b39cd228fb1c61b c388709adf828dd341148e14effe4a6858c41d92 c410e06c47f31e6f0f1bf52ba7b87242a8d10940 c49268589309bbf48ef66ffd50d8b03a8ba0f5fa c995ea4f8e23acba56c5f3e3eb76557b1b79bcad cb2e10a5ea2e04bf63dae4a561e10e3e4d729c36 cd06a9f860a6d4ae1537d1a0758d3be1ffc0c928 d0c9ef001f3dd699c9225b6ec755d63e8d764888 d206d965aa5d0ada5cd49aea4bad54c642d07ec1 d3d3a777bffd46e8016c9de2888ca41378923472 d404cb82a36910cd0aabdc66d52bf49dba0d506b d8180287d330efac5a29f1f5b284cd752a5e4094 e4137749bc6161c53407cae1f4dc76a22907a25b e6dbbec46af09a746a80cf69dc47b3e245b7e6a4 e8238eda25f7e2bd16290a6173b88988765d6655 ee66181fedeb5b51713ebe994f6f3e7c647e66e4 f16090067dbd38018572a3c226e555d938c161fa f24e3e3ba06ecfd01c4c71057bf4f3c2690593b2 f84b4f67a6d93697077081e2f8dcd30746d568d7 f9cbdadc4f620d703f40ebf419fea4d769fc43bb fa09a35b9d657391a28b483179f305893f6b39f1 fa5a5cab91b8032a1a2713bf8ebaaaf66e3d0d65 fb4fc40ece75006e627451d2c84c2b0ed4302de2
Postgresql-Catversion: 202007201
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-13-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 343
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.38), libgdal36 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw_1.1.7-1.pgdg+1_arm64.deb
Size: 93896
SHA256: a1f4a58a6471a74afbb1f275b9d9bd4d3a1abc1b67f0cc130d1e93490f2ea27c
SHA1: 999fa7511dc708e9a4653e0a82f1103e8373286c
MD5sum: 40dfa8380e149de655887db34257ff8f
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-13-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 201
Depends: postgresql-13-ogr-fdw (= 1.1.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw-dbgsym_1.1.7-1.pgdg+1_arm64.deb
Size: 146188
SHA256: 1c2b493a2213d3f4bdeee2793b7979f8b27361a49236240b616734152f869949
SHA1: 7c4f33f9dccb0555ad157a3d3b960c9f9c29669b
MD5sum: 947d48b316028dc795fe1d131ce3aee1
Description: debug symbols for postgresql-13-ogr-fdw
Build-Ids: 3d1008c0c2cdac5aae8e417c427c99e280765959 befce35a5034f94b0172d81fcc36d9dfa6f18020
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-13-pgrouting
Source: pgrouting
Version: 3.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2999
Depends: postgresql-13-pgrouting-scripts (>= 3.8.0-1.pgdg+1), postgresql-13, postgresql-13-postgis, postgresql-13-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting_3.8.0-1.pgdg+1_arm64.deb
Size: 820068
SHA256: d36d38383ff1e3cccf6854fc2ef232035074aface6772e041106dd4de86de1a3
SHA1: 35efa2301aad71096c0b6f03a968aac28ee13131
MD5sum: 1347c5e16ba1e86f288068f144b85bc9
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 13.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-13-pgrouting-dbgsym
Source: pgrouting
Version: 3.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25633
Depends: postgresql-13-pgrouting (= 3.8.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-dbgsym_3.8.0-1.pgdg+1_arm64.deb
Size: 25730136
SHA256: 6ee150908357cd10d36cf136026dc6f4c64d82c6dbef556507830a009db89045
SHA1: baa27b4e75c87f3c69c890032a071c7e4fb2e6de
MD5sum: befc3138c56cf5672ff847b0d13c4970
Description: debug symbols for postgresql-13-pgrouting
Build-Ids: eb2bbf91ad32a278bc971a8b9c25a6f9f63ee923
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-13-pgrouting-scripts
Source: pgrouting
Version: 3.8.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3928
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-scripts_3.8.0-1.pgdg+1_all.deb
Size: 65232
SHA256: 99072262eedac8550fc6895553abeb335557705d19ea4c5b2870d5467f0b2538
SHA1: fa52098ce13bee29d76dcd99affe5af7900471da
MD5sum: 232b1a8ee0e725129c9f98b00083e712
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 13.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-14
Version: 14.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54681
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 229~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), libllvm19 (>= 1:19.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-14-jit-llvm (= 19), postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-14_14.19-1.pgdg+1_arm64.deb
Size: 15445732
SHA256: 3a2049ee20b3de2c61e16835bd61d669c8121bc4a1172e123a05874a788ad1ef
SHA1: b29e6fcb93e0fcc4cf3a30846c89e24071961564
MD5sum: 323016cde9ed34d433a6541b5f67b1d6
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 14.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202107181
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-14-dbgsym
Source: postgresql-14
Version: 14.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29472
Depends: postgresql-14 (= 14.19-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-14-dbgsym_14.19-1.pgdg+1_arm64.deb
Size: 17194820
SHA256: b84487f251ebe1e6051e9d17e474db737191ed178071b7657e68c961f683ea23
SHA1: 8c12dfef13318ffde3b1c9e4d7136b1a86b4d3a8
MD5sum: 6e3d0ee40756f9c6fc3e0e25b83fa0ba
Description: debug symbols for postgresql-14
Build-Ids: 05313866f6cfe4f30a24322814a4e00338a5aebf 07bd81ed5e370f7b6abe015d8482ad13840558a3 09221a51340d872c692f73da93cb82fc0dbcd21f 0fb1ddd8867800e8916e30ea836312caa089f149 0fc78c3df7b83e78c4369ff913fd79aa7cc7190c 13eb7a6e8ec7207c9be20cc6657a86c5818d770c 14421ba66fe5d6b598e01e301c8b103e68152423 14cf6c680e0a012ea85b3545bb113e7f43f0f5ca 15b5f6a659300dfff91a7c1a35a6daa3e700217b 176a78f231689f4ee62ca6807e503da74989c28a 18132b57629974d2a19a1ea2c38d427a80aaefaf 1a0d4026159b989d74c5432acfaecaef4d19fe1d 1d9077692067d70d3735a5c16637663c9fa58136 1dc51442bd8a9a3d0909e2a9d4c6c7c1846a5fec 1e41985cfa92c85663d2ca0be88d3ed8c1fdd7d7 1ffe6c5b015f94181133dda6c54de06ed9618ab0 203c51685ee7824586ad35a1f73ad8920ead6e04 2631abf17bda50df19887bd09a371bdeef918c23 27c2517155c02c8940ec7f41481328a974e13f91 281b00dc5b168acf56a5f371016e73b6a01ca17c 3321535e1d6e5a3fe8ca75798450935bac7b1597 35f13bc6e116adbaceaabd814e1d442f2dbb7c6e 3998a7152507362bf880eb1950365308560bd4a4 3b23c41300d457b42c409dfe95920b05d6027e24 3b4c8fa5c9030675af3993eb664fb6fedc69582a 3b92f43deb45b2c2f0bd41d621a64ea6b0ea4392 3e56823f8bd25c00ad1801071b736fecd0452ada 40436117d7ca822028dbac62e53a9a91e73b15e6 40ca80ef171700b79117b5384d9502ff91d795e9 433367729e6b87591f75a63ac60883fe4318eeb2 4454045b8d087be38ec238b080c63d79fe6522ce 46da6c0b135e774e032b9f7f67697f736e3b51e9 4b9427aadf62babd93372cddd70294bfd1040533 4c90c64215d32a384c8b90841427afc5e7699df4 4d4b98c890023f5b2b09c719fb34dfe3b71adbab 4d4cd46eaccd9ec2420f01bb8d3cb86f7d55eccb 50d0448e93a8411427272e4e097ef5e80fd87d68 53f5c4b098ccf329efb06daaef0f2d23f3e7691a 54d8eb03125dfe6893081866aed5f2700911b263 55969e095dce6a0ac68c7473f15ac16d6e0aba31 564a0fa7a1c7b6b04a2d2b51367b48e625ba60b0 57918d46177a578303b227e24ee97ceb4727228f 58c6583493356141c1b72ae19496c92f81b35e3d 5ac411523ef56dabb6abf275f96f3b398fa66a00 5b0308e1f8fd0c3c22d8920f3487d71c0b3e540a 5c10474d1e86358e47efbe8c07f3a0d8127e175f 616dc92e43158634632612c72de43ad02e43bb04 696d2849fee40d9858884052b839ab42be8162ae 71f23ca7e77843c0c4288ba284d92b7b7a2f2cdb 7405479a51b5231a31179c88c604e5f1fb519312 76fa83d5a3c1701d1c7fc1156ea0296474e0a22c 78b0fe08dac45dfcefd4d8bc0ad941f21408ee37 83ab79d8ed52104af25e6ea461cea8dd3c0e54bd 84ccdffce4cc28cc491a498b9aef81e29335ec08 866803fa3e6f45ad08556d8bc818c632d5e4dae9 868326834fd5d4b87ef9f5fc13752da6ea67381d 88355177942c82b4e120dbf57e7d3448d5dada64 8af922af676c37b9288ffa5fa280fe4ee9a56607 8c18fec041992b407b867942359a3ba49824dc24 8f824c1d66d2df1d0341e43d752d51d76acdf59b 905242c6f7cb2b3f3d69637d7d9bf88ca6e7e4c4 95e898d1e2994031586f54a4bd0c06473666b24a 9aedce74bf9ba93fef8b1e04a3a588340e12454d a2fc4e2f21a7795c895fa221e12332ba653ff438 a3aaa3afa758cf658e18d21aad0d62e77e10aef4 a4e1cba0be02a279cb56449dbc3378ad6aa20360 a52750488e0ef8efe2c8be0e9e71f857a8025212 ad351ab18c7e4d162068360dc718c4296c6583a5 ae05e615b37d025af144296ea579e536dbfbdc08 b02483478bf5e58a4c923449bb27b30ba67e2d30 b2a899ece46ea673d3479d88dc38ccece29f9f98 b8da90a4c79bb5b44f50a25ddead8cb2c9918b1a bec980afda9824eede13e497a4a017b321fd2cf1 bf314580cd9cc368133d09bbd8ef090f0833a8a2 c3f7943e1035e9103e1c808a38ed53eb2e49e798 c4c792fdc82d807d9db0d1a6f2ea7ea938c2ff9f c85475628ed0f611a1cb1180583ad53fdfc85391 cabc8d3b83abeb7627cfa8f96e5027378ed1c4fc cc03cc8e5d61ecb26761197ff9d1133ee8377f78 cd2f62187a7ea263105cc9473d41ec63b1d95c0f d17b6ed47bbef2722257854bfa16b04ddbe803cf d293edc5ae9db6f5f2329649b339b3af9d499943 d659552fcb03ae51c0cb2934e40ce01045222cbb d8ce08f04c3d8de2b3dd0024b24bd826c2c5b1fb d95cbaee77fb57406b9c871ed0a40b3d2fcfc8ae dd229e6e56208b97dfca16a3b8bd353ada9b589c dedaa061c4ab7a549e814c5c9324298524ef7d89 e144053dc7a28fc4c9a0c7686e65c08f2a51c341 e73a6291064958e2a0988be2580af8a31c94721c ee497b30f559a8503a09b00d2b0bac2869028e18 f4f9779339da22229bfa4ebd8c120b67b4bd8636 f59af795eabe0cb7af5a5448aea650e075c30a56 febdf6ae62e9219149b5fc3574ac2092b6ec0568
Postgresql-Catversion: 202107181
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-14-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 344
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.38), libgdal36 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw_1.1.7-1.pgdg+1_arm64.deb
Size: 93728
SHA256: a1df92c7d1e991b43552ea7996f3e86b94ec470a1701ab70d4de63025093c4a9
SHA1: 31c0cd13e5d290437c36e14b617f4891057c671a
MD5sum: cf983b8d09f8da1a28ab1abdfc2008bf
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-14-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 202
Depends: postgresql-14-ogr-fdw (= 1.1.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw-dbgsym_1.1.7-1.pgdg+1_arm64.deb
Size: 147304
SHA256: f73e5684bae006aba7b8410e033c803382836b65df33410a37ea94029c9d9f34
SHA1: 0569624a7d21bad0d4e25cbb4db2b5775f49d340
MD5sum: 2a3ddc058c0544109d70b5087aa29249
Description: debug symbols for postgresql-14-ogr-fdw
Build-Ids: b7e871915c569a510115f79073ff915dcff248e2 ea8f7f39179daae59a001064db795ab7acc92df4
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-14-pgrouting
Source: pgrouting
Version: 3.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3063
Depends: postgresql-14-pgrouting-scripts (>= 3.8.0-1.pgdg+1), postgresql-14, postgresql-14-postgis, postgresql-14-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting_3.8.0-1.pgdg+1_arm64.deb
Size: 820312
SHA256: 4129e6a83ca9baa09f2c3a94a9c0bb53cb71918dcbbc9e2cb204d89858701790
SHA1: cdfaca50bdd0c618e1b987b99414d3c9d773446b
MD5sum: e8274a56f807af138ca074c3e2cdd323
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 14.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-14-pgrouting-dbgsym
Source: pgrouting
Version: 3.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25633
Depends: postgresql-14-pgrouting (= 3.8.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-dbgsym_3.8.0-1.pgdg+1_arm64.deb
Size: 25729892
SHA256: b707f2abcdfbdf35b32c02c4eb2880f57cb41985b7d40e17e2037ebfca37dca2
SHA1: 6ebde2e5b1f6f62f295f071888577f95366b4908
MD5sum: 54dd806a95f2b412641b48b2e60c9c6b
Description: debug symbols for postgresql-14-pgrouting
Build-Ids: 179fd62f9783b5712ed4d6b1b2b61624c5d6bf79
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-14-pgrouting-scripts
Source: pgrouting
Version: 3.8.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3928
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-scripts_3.8.0-1.pgdg+1_all.deb
Size: 65220
SHA256: 2c200863734573f4ee9d86014472ae45e6e390a95b298973ef4f43756684ba89
SHA1: d681c0ed9efeba5e59d373d143bfd8dbec76ab0e
MD5sum: 72bb0641cd16ab4061c7f505d33d3f41
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 14.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-15
Version: 15.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57686
Depends: locales | locales-all, postgresql-client-15, postgresql-common (>= 241~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), libllvm19 (>= 1:19.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-15-jit-llvm (= 19), postgresql-contrib-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-15_15.14-1.pgdg+1_arm64.deb
Size: 16026096
SHA256: 6c662ccde6f1118cada1d7cd5575f15f9a638f10c941b9b72a1af907556f7e14
SHA1: 2b9656917e5345a60607da457e95d19ce93d99ea
MD5sum: ec49495ade42df196882bb8f3afe6d58
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 15.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202209061
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-15-dbgsym
Source: postgresql-15
Version: 15.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30444
Depends: postgresql-15 (= 15.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-15-dbgsym_15.14-1.pgdg+1_arm64.deb
Size: 17824804
SHA256: 91e9457851dfd8e6c5bef3acbe0a5ec1597df6860816fecd0e6b24025535ac5b
SHA1: 696d548af686624edc51fcbadb58aacd7214a6eb
MD5sum: 10a6f480029727b16bb7798d18a47a4d
Description: debug symbols for postgresql-15
Build-Ids: 0f26e4292972e8ca8844c79802bc512d1d21bfc2 0fdaa2c36068bb81eb3b11d4634419ed236741b2 13def52b43797517ac352d10d0e9a66bc38500e9 14d22e6ac8d6088da6c5b1094fd8d86306c84c48 185022fdfdefe0afd2d24bfc6b0a94c2e3bb9ac6 18a6a8c5d24ae48ea780e0ca1b2670783e5c43a7 18d5a102d7006ac9d00610871c8a83b1def5a8bb 1a5d5f7badeef9f3c75df6ee4a4e435a9d4ce901 1de3be7c49a56a331bee8b4068ff149e4339727c 1edb6e0dd3cd430194bced1901b2ef059722ff69 1eee4813e7768b016ba70b47ae603531d4c9f802 20d1e2ebaba9cdfb9e3bf9b8faaeb23576510a52 210a1685fde8700c724c7b90806fe72a232bc565 22ecc19ebdadccbb0f8fae0c4de9f8f4f9a7a0a6 2719048ccf163330cdbc75d7b2066da5358453d9 2c57d8411f70e6ce08bfa13cf0e29e030a1a65ed 2f33ade19f6fabc4b74c32d706c4670a26087073 3082ecf4b7bd2dcb7b6ca2454c3da26ce8c34f9c 30cd46894c4aeba7fba3428d4b9d8b1f3efb3f63 3219fdafafebc9ec9e31f5f9c254eb07fc459aab 33ff78bfc69d292d3551f1eb2e1de243035883ac 36075154c1583b0feba561f7ef6a63d320efab31 3716f1c2b12c26c9271ae3715d4959ae07115f3e 3ebf5a8e06422b633b998d73e2c524acfeb709bb 3ef62b4b0a0bde71b9b2fc638bc514fc8f00fbb6 4324fa202f7c453cbc320f033f45d2f8e6d5648c 433751954a52f2c009097b1bda04578786e94590 47aec88749ea4d1e0d84e52a96eb9803bfd00bee 4996ae856eed95cbd8e12c1d6f934c217d61ac1b 4ae26cc7780ee5dfafa32cf1db6bde7480b5ecbe 4f376f869f346e57e2dec60c4df62eb46d469a00 4f87add13d005d5c649291754a0a8ea4acc52984 52e89756d7a9a9803ece08c14033ca5851df65a9 5cbd436b68d6ba9a937f27c2958798f43233d103 5f9bcd033437e2dafb49074519d9580a058c44d9 6137da17b5a8806cbb87f9a55e85d2b0ca231679 62d9006c180fbcd2d442a614846cb61f0f452263 64d29053158c396bb06b7871ab985d8863ffd288 68cde0231ea69b3657ae1188261badb83d2a2899 6a3009dc69f005138ee33a7f06081e5b89e4d167 6ee5dc0ed59e03b06baeb91931c9e6972755f7ec 747c81df86885595285f615de129e2232e795cd3 764e398ade128f4268e9a07852ddffb50d9c7b87 76666a43289aa68144732c7e00c6f3f14f9dcdd1 76ab58cd0c4647e75f40be8883a76603d361a988 7c6989d0cf3a27217830e0a80f77990ccb349da6 7d152f8907e76579279302b83680095acc23b93a 822d379c6ee6320bd80d31d47db82ca570a76850 8791ebac8d20229b33936c775c716ed99f380dbf 8d6bd3141a55e0e08584b8d68b3b118928d4b55d 8df961cb7d386cafc6c53ca2042c695d7aefe080 8dfd6e49278adfd7c508dcf11e0610bdb06eab2f 8f9cf1f31763ab803b846cb49dfecbf9fc051936 8fe61e1a053d9462b02da17beff49d97028c3d4d 90bdd9244969ee159289343ecb5356dde17ae198 92abe15a53b63c5b5336cabe784c115800dcbd6b 93104550aed956bdd9295f59258cd223e907c3d1 933aec7fcd9bba591ab4a5f401cda198f0e29f3b 94a9a442b083b336f4ebc3048c4d97cec7e3f86e 97a6659875fb51e5efa20b1bc053824b12db216e 98fe5c913d890173d1fdb7613ce6ad0d0e7b0b77 9c636ddd67c3acf4d4d0e9dde66b5e146ba9fe11 9db1decbf5a829a61cd6e6a2cd65607eb3bbd685 abc2f28c3d4146b5584d6b2010e9f24234c060b2 abc54a83b2074d6894537be5f6c185815b7d64d0 aff1cea55f5cc3109e764f9dfed0dcd87ace1895 b1a04bd4fd41ba08fd00d0247ebfb10458291f5b b2711f5f3e7b57d5f2c05d7b24a65b3a7acf56dc b3ac90e3f04fd85833d0dd9e78d25745bc82506a b4481260ce2ad333e1d9c89b5a514c4a3db16947 b48558c29ea3a99e98916baaba4bfee57e4a2012 b4e2572c73fdc468c7f120851e9a9da39f8006cb b4e54043406167deb93384cf6e89f62bbec10b94 b56dd6afb411f73f830e1ecdb096bfbf9e7f9317 bd43b78cf5f572fd2ce5b10ddaca81fc7f0d62c9 c349e63e0a7c8846b35add5c3ebe8c7af8794d8d c8dbcc68f8405a9847ce80d5a4e5e839b3e4f9c8 ca309e4839e3d34d511acde996fbfeada6c02adf ccc910854ef5a2bd6fba5726bff810e6e67e2156 ccfb4c161e0221b9e738b6ae0142a6816cd18f4a cde6e68682ab3d25ddb728ba6e05a929705f1b0d ce116dca060bfe79e1b5b963cc3438c9ae02f19b d47d4d3be5c17240c2afc989bb69b727e059e6e7 d67e2e5fd738360ec12d5ba9975f49a653519948 d69600e5d8d59bb04487f0698926fe9c54d90a52 d96fcaf24b2611e62664f567ad63fdff1ecddd06 d9b86dbb69d1ee27f61ff0db73e164993bffe067 df65cc1f36f0fd2150e58c5c20fd9355341ecfc4 e6c594eca55f578b0c89cbde1f8dd98fe8a77b60 ea0b00ae19e5cec072a994d86f5e071a770a3145 f3b685e7b7f84ddc925f14cae1981fd3ece63479 f7b8fe5fa5a6f23620872bf4f3fbe1a14d5f53bd fc90c54bd7d7e006caf9b4cfe334ce909552759d fcb81fda9c8175a4923ee9125569ecc3d991f1b6 fe2e109659474f7a7c08992f22a451c66785c88c ff3ee40cbc78e6f2f9dba2068bb2b7d665cf84ea
Postgresql-Catversion: 202209061
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-15-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 344
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.38), libgdal36 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-15-ogr-fdw_1.1.7-1.pgdg+1_arm64.deb
Size: 94084
SHA256: d3ca950a7194dcead021f83f18791394c76b30262227b3c1679a449ba61376cb
SHA1: c65ff58a62e18fb36ef266d1322d7d97d2b22d9d
MD5sum: c1a427323cf998aaa576d66457cdb456
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-15-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 200
Depends: postgresql-15-ogr-fdw (= 1.1.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-15-ogr-fdw-dbgsym_1.1.7-1.pgdg+1_arm64.deb
Size: 145200
SHA256: e13fb085e33686fea8718523d44fe2e0fb270556773a3bdb74a180fbb868ffeb
SHA1: 911f5af156c8eddf8fea93f11cdd7765488ff807
MD5sum: e07d0b19822e5724a73ae2d4ec222fde
Description: debug symbols for postgresql-15-ogr-fdw
Build-Ids: 69b90884b9baa27197f55ebbb80490c142d57467 6d75c0b2d3e092deaf207efd6fc39a14faa90dea
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-15-pgrouting
Source: pgrouting
Version: 3.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3063
Depends: postgresql-15-pgrouting-scripts (>= 3.8.0-1.pgdg+1), postgresql-15, postgresql-15-postgis, postgresql-15-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting_3.8.0-1.pgdg+1_arm64.deb
Size: 820724
SHA256: 1001b108ce467364b9d770ed8104c547573e75659c6765e2a43d39f8b83eb626
SHA1: 81620211078985f3d558682f9958aae0b9057d9b
MD5sum: 0b9de4f250ce194ccdbc9976734a868b
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 15.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-15-pgrouting-dbgsym
Source: pgrouting
Version: 3.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25650
Depends: postgresql-15-pgrouting (= 3.8.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-dbgsym_3.8.0-1.pgdg+1_arm64.deb
Size: 25748396
SHA256: edc52a425cdd2067777fbbcc4464b3dd214063e12e3a5ac6687f25b7d5b7ed86
SHA1: e1667a572ecf7f59e3f2d85d862572d47c3538b4
MD5sum: 04c7e70b3642352c87dd920a0ff8b430
Description: debug symbols for postgresql-15-pgrouting
Build-Ids: 1936209d6fd37e435f6d654eab51901b69fdf665
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-15-pgrouting-scripts
Source: pgrouting
Version: 3.8.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3928
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-scripts_3.8.0-1.pgdg+1_all.deb
Size: 65244
SHA256: 7746241b87250e2699ddf6335ff938f06e0406d366bd0211560e597174e85a29
SHA1: fcf62d00f9cad8655cfbf4737feae97f3f7e7788
MD5sum: f54467b9d91d28f6ea1e6fef1353fb68
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 15.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-16
Version: 16.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62320
Depends: locales | locales-all, postgresql-client-16, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), libllvm19 (>= 1:19.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 16~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-16-jit-llvm (= 19), postgresql-contrib-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-16_16.10-1.pgdg+1_arm64.deb
Size: 16883060
SHA256: 7dfd6401f9661520058527f9fa895f5ed5a0db1e6d728b989eb4074ca94ee245
SHA1: c74974a6265c7dc4b36d0b200d698f7b180892b0
MD5sum: 06977cdee4c381684346c7ea83c5c636
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 16.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202307071
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-16-dbgsym
Source: postgresql-16
Version: 16.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32576
Depends: postgresql-16 (= 16.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-16-dbgsym_16.10-1.pgdg+1_arm64.deb
Size: 19341780
SHA256: af23f585a62409e25aec13046f06de205299740086467cd5bbce478eeb7902b0
SHA1: 3ce2ddeffd30072e87a03513646e55fae6e8038b
MD5sum: 3a8de6f9cce58602852170e6230f60ed
Description: debug symbols for postgresql-16
Build-Ids: 05bea6921bdd537b2e19f65073a4bf609d523b82 09898f7d9052773d219590abbc5b4273e01243c1 0bcc73d7f0abac760c1b492b647ef15e30989397 0dfeaf41bacdcbdc7847c2d06895c43477e72800 0fc387ca991dbe5a1f6ba1de04a3633e99313bc8 108bd649a978d6ff3c9f2a66cd39538660f6e046 10a1364574470d305a30425fe9e911c7d5eadbac 11f4481dd30a55d8d02c305661297bbe4c3bea7f 158b206a9154608b1781eaaa48bdb919069bd982 15b682f2c9431a45134078e1e778af611ca15ce7 175a869873b76e846851bd39456cd644dd50fe5a 18be75e087d68617915c04f850e58c221b21aa1f 18ea35094749ab9777c8521257f6b26dae246159 1ddca254156996154ce487cbe6ff3c0e2a9ab30e 24525f5404be42bdadea7151f321e600302e089a 25e039a9da914aaea3dfc4f1a65a1a4998978831 2627f62c96075d2efde45e2ac78c519b07c6aca5 2670552cd3009a745b586109ff4ccadfe0d6f6a2 2f582d3fa2866729e177917fb6b839a99dc0766b 31e480d2291f419108e1ab90446fe7806ff434a7 36dfffd0545e3963f09ae22062822d8b77d0382f 39e95ed45be0416ee07b6bc6a8380d5f19ddcc96 3a818809fd8845ab7f451daf38fa680ce473b093 3b71c8279280452e7dc251b3ba78e49419f813e0 3fd9ef2f8bf0607390389c621d7c168e2d64791d 410c32199314a06e3bef2edaac1d0ee627d6ff5f 417a5c23ddd248679b97426418b87aecfb20770a 429982df537e3141c2dfd72b12528f447539a43e 43f2642a22d3a53741fcc2236c1f32b5c7f816b6 4b6c5362885a3a53f6cdd6bc4b77521f24ef0077 4f890860b715550f3880d5da5efec4ba53c0a9c4 5310c593ee7c8df737f4e243a47e6ed7aecb1d16 5534b777fa7178314ad9b773fb3279b6a25c831b 55f168c685151c11b7ef755e3980c7bfedf0b092 5602baa08ce4b0e97441563ca0e1d0d955142960 5c9340d304e1c2ec0dd3c416fd8f6217b24605cf 5d61e55c4f7babd27169ace116ec51f5d84773b9 5e53e12d1d838d7aa147fd73b368fd5e033655ed 62bd1ef3a10e675db6ec3acfee2073f2eb5c9c33 6be8de0571d5def9b3c86caa7695b12943738d3f 6ca7a71657ba885131f477a041cca3cae62cecf3 6d5d8961d80e37abd6b7a42a9fa29478d8c31307 6d630afe23431feb4f9bce8b52fa77742d588fd3 732da76b81f22a78a3f646a60236b38e1fb621ac 74a3964d115db98e45d2013b9a95371e2b983006 74dd1e3b130cded59189ed74225c4b2c0aeefe4c 759dd8fab6293aa3a7760662e9321d6c5f336527 7a4a767610bfa26d108688bcf8dd3b05c9ad2b42 7da97ffff607aa67c4d615be7501645af1b9779d 7e425bc1424522efd43085825079e4379442a935 7fc5d1821d5928914f73a6f280a5779cd15e116a 8297b034b83334cff169be73aba8eb6b1b7ae841 8666438f92a23519694512afa6699be81b3a1e72 89f7c2c82553b2224e0af5e6c6f9d89c7e9009b9 8cf6060ee61309618411db8737677ced714b58e9 8e61a319a590e0c5d2fb1afa8dd983220b007856 8e6ffc5335b24de8dcca454a0ae7a6f00c970034 986decb39151b7a25a2fd6168745f9ded80df99c 9c72fb78811da684ee26e8d719aa9a714b71eda4 9f0af8974c4f2235a59910f57101b7cc9d8ffc95 9ff4604ac799d9a391af1847e80492744a994658 a2de0170c69eb124f23801e95715ea62d8e1a6d0 a37f368afb3c3712374a7f98cdb4e2547bafe5dd a3b3c8db34c67e1c0c0e34203e7529c2202faf27 a546944adce1f123326b7eaeb4ab8cb6b96209f0 aa3dab3d293ab6ed36206a62ecbe94edb8622092 aa4171c11f4f34142f998edfabe9b7fe6bf28563 ac2855cfdaae2317042f6e8056e63b7450b76937 ad7cfa208d18e039ca3f4bed76778db50be4566f adf532ab0e827862311a5fd86ac74463b1b03371 b57c8a35770f96b61017c2e9b6adbf658914ee32 b6a2542adb87f286a3ec0d998000f8fc1e5f6704 c258f182e457f342ff789b6c8b21e8fefcbf3b63 c3a2a1e79c4cd585397050e1843e6dddf9da603b c3a2ca5469aee733d94c1f87dc0630c425ab9a3c c8c700109e675b4f3a9b8c42e00fc439a900a3cd c91174a14afc16b0332014483a880879df7af286 ca6adf356ccb62842ca9049ecfcc011bcbbad85f cc2d7f7b7b7fc99ba7279fe23b6aee29987ac42a ccf23451d3856cc4ea27848c874748008768b22a ce1c84325ee24dac67ffd6283d331b18258c50a9 cee4e9e657765fc2680fa6d82d1d0531a6ad49d5 d054dc0c84e47832360125264730cb45bbfd6056 d25889c688593bebf08d89bb8e54ea94970c54c4 d951f0b18351468d0e72464f7c8c34d63e12c5e7 d98fbe3c9c6f9051bbb5b83540036735f8915575 e19a10d39c8f73b4b3272f3e569bc06adecee31a e34d763351593014bc69a08aa5b79e3c71c175b2 e463fbd7fa9ad9eb43466b06a557307824a12bfe e73d524f1c780615e0a863e1e7b6ced68d2c9cb3 ea5c2c3d25544f5f9506bd92843b8cd6602e0e3f f25dd9baf4e0da309a05b2cbecdf6ea272405607 fb260f4daadafb395f16cf6c5e905bbc7448570a fd4f635aea582915cf1d63d08a1676970f5b9836 fd66576f292c500b4ec574b73ed2298b9e264e58 ff9eda90b8ea660a9e99203fc4609e785d098961
Postgresql-Catversion: 202307071
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-16-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 280
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.38), libgdal36 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-16-ogr-fdw_1.1.7-1.pgdg+1_arm64.deb
Size: 93224
SHA256: c0781de73de16fe72c49802857d50383e0f795d57ca4957b5626d6982bf515d8
SHA1: 38e9d7215433fdeb7b074f43e57970089be8a7c1
MD5sum: 761584dc76ef5ecfc7ad0f6b069d058f
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-16-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 203
Depends: postgresql-16-ogr-fdw (= 1.1.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-16-ogr-fdw-dbgsym_1.1.7-1.pgdg+1_arm64.deb
Size: 149004
SHA256: 795919c114c6b4668df3839b300a66e5cf87536a934a6abcb81e96e7cd16d6c6
SHA1: 7773f931cc8d665284a9fd0a825312a18a51fa4e
MD5sum: c8064dfa1a0fe444e5fa58ed41f507d4
Description: debug symbols for postgresql-16-ogr-fdw
Build-Ids: 459b5c1f5d02f32fdb709f3a3395e85d9d05ed15 ff76f26a7cae11e768a72832344d523a733e34c9
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-16-pgrouting
Source: pgrouting
Version: 3.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3063
Depends: postgresql-16-pgrouting-scripts (>= 3.8.0-1.pgdg+1), postgresql-16, postgresql-16-postgis, postgresql-16-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting_3.8.0-1.pgdg+1_arm64.deb
Size: 820160
SHA256: 397e48e002d6a960d54c72d7b070dcffc5733fe337d12e4f1298f72f8e1e77ed
SHA1: 24e6dcf6193fc4f4ac6419e12cabcc3e464cb74e
MD5sum: 227804d01623c7bc8282d37a354dde11
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 16.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-16-pgrouting-dbgsym
Source: pgrouting
Version: 3.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25676
Depends: postgresql-16-pgrouting (= 3.8.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting-dbgsym_3.8.0-1.pgdg+1_arm64.deb
Size: 25776044
SHA256: 7bf2e38f129e4a3dddd1da94d05d072dc15decc2222ce4b690802a2d99beb40b
SHA1: a4a8ad0bbe3c75b59d17cea36803b25cd5db89be
MD5sum: 98550ae67cefef47cc3148d95ec2b4f4
Description: debug symbols for postgresql-16-pgrouting
Build-Ids: 978eeed13c96ac11adbf3cb06c72b2132f8ce08a
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-16-pgrouting-scripts
Source: pgrouting
Version: 3.8.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3928
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting-scripts_3.8.0-1.pgdg+1_all.deb
Size: 65236
SHA256: 9bdc6bbec6676bcdbd4343f82f3a4030277e723c6e7ef0719266d5e8325f9851
SHA1: 7df0b88014d8d55656fe7784cff472729c9b18c4
MD5sum: ac9272f822d49956e77b60818ac9316c
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 16.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-17
Version: 17.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64182
Depends: locales | locales-all, postgresql-client-17, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), libllvm19 (>= 1:19.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 17~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-17-jit-llvm (= 19), postgresql-contrib-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-17_17.6-1.pgdg+1_arm64.deb
Size: 17399100
SHA256: 6d3a298416d8433c5b7f254f4cf7155c4839f50220d710ee3771fddac02b5f8a
SHA1: 65d4078fdb38d12269bbdecbce88fb2dca4ed311
MD5sum: 1d1e7068e68181d90433b10cd2e7be73
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 17.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202406281-1700
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-17-dbgsym
Source: postgresql-17
Version: 17.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34376
Depends: postgresql-17 (= 17.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-17-dbgsym_17.6-1.pgdg+1_arm64.deb
Size: 20373788
SHA256: 801f805310ef2ea758232f50862f5b536a5eb7c7b5abf62a02f68a69729cf2ef
SHA1: 6d1df35219e453d2c7c6ad493cdb0d5a9dfc00e2
MD5sum: 2791bc550a86c836df451d7c1ac9f13b
Description: debug symbols for postgresql-17
Build-Ids: 00fa23edf3344d6a5c319af9eb24aedd0f94909a 04e7ccd18c15cb1627c061514fe2e688851a5f6b 0699d251e26017bb7f6c4686107f73f5c77adb20 077beed086d205746004ed9bac217fa380673bcc 0d9ec0df43c5d6af406bbc2c5f85961dbe8402b3 0f9a2f006ef99f52c09b2e382a1a5b98bfc942a1 119819a652bc4f3b3b8e88f690c6835e93a4ae11 11f476b6319ae748989d79c8957f0763d3095a3d 12d0be8178eb58853c97dc07143a0fcd69ec211d 16add16d20b90670148b6ba0d55fa4dbda0e4630 170681b109149a3a72b88a69d5613aa681d7959a 1b23b3c35195dfbeaa9c31eb6e103aef6e9ce78d 2147104ba62fbe8191c35c4416e61fe51142caa7 231fe8fe62b0108158a110e2e0666803343251bd 26852025cd518f9e40a67fff924698f0fa02690e 2dc3a3ef42ebeb784544ca64a867c5ffe06977b9 32623fb7de2d60f3a7363bb44e485d25b2aa31f6 32819e4df73bdca26b1c5661ffd67f4fa3d60762 33872400a850f361f7b854ee116f35f23b825d14 34a9aa28aecd96e9b272f0900f0b6186c6361f53 375bdab004c22dda2c4f5d7f984117d431db7bc8 3b5c2349ca19ea81c217cccaf7b26e3895919cfa 3c244d00a100584cc3074446e9cc24eaaefa0226 3f9c25e6494fc775a638dccb8e700350546a840d 3ffe4518c13f1c4173364d035e607ed9c586e13d 4110e35a8e30034d334219e8cd625e0e92f528de 41d74a54af5434fe926aeea7e713f0ff536285e3 43c39b24ac45a51e3411c99cb50362996d0608f7 47967577d788a84e6534b54876b6f1e4faf0414f 47973250ba1258a88bd1625086fa96f402b7c1b5 4939be428b3fc431ce76516c0096497ef27122f3 4bc490c0492a006d5cce3edf76de7eadb798d090 4ddd471a8a5d6a99e5d7ee9b57bbd8ab758d87ae 54a0ce4e53d08cc911474b65839fc04425637652 54ec190c0e3795b2fbf2de42942caf0e76a13fe4 5694fe2e6d9b836dbe1544a2fd2b24cee5a61a15 5820f609aa93a79f8151729aa596e92bdbbfc304 62e6ac884b433e5feaf04060367d4fde9508ea0e 659d65efb3a1700af920e4eb7c474a20cab9378e 65dd9fc8f99e84c069cf65702b504c3106f41564 66d60aa7eed061d8c30d84fd281204d0e50407a8 6d83e503c72d77e468bf2983e3cfd39fdd82b79c 72342d1bc0f0f747015340020554f9ea76c7a04d 74a26f5147716c3e2e82cae075f7658d440793b3 750793a9257a34e605f08977df70f079fa313e8f 767d0297303a8286835c97027ae3464a866f948b 78fce25f3e0c7b937370eeda8d7b1b65d8bc66ea 79092a8af34b5b40b574982e05f09d40d7348d28 79368d560c7fb1ad4800cdd3d85d9799957b0ce2 7d03e19168f781ec77886464e04730306de79740 81f0efd4c299304dd9c75f41545bbe1a514dfe02 83874f8dbbfc88d67456e329fab77a30aeb29070 83ac8ea2203e2d84d2daaff935ffef5d8177d8b1 85cc4269f8e178d01d58cdf390fa9572314351a8 888cdd9f2d737c60c636ab586b73f5cfb60b913b 8a6df19922e4d46ca7d61433440a3bf571293062 8ad2a1a4068b1f96ec94198a8db88770d4aac365 8bf9605d0c7f2e8f471a49e455d7f931fa87a2eb 8c1102ae972eecfee777a57ae235922412664831 8c3b40a44813497f693f14c9a9d6b87848b13980 919866d25534224748076123a1ba41308c29ac17 930aa71dedd65be93a02941bf656ef80463ab495 93e1c63b984dda555fd7b26399c3bd404c237f49 9542ddb9c7d55ad76c023acef05d22631f969184 9759775d4f52008abf4b7ed27b7673f777f0c5bb 982aca2fa1634008ec8c34dd3fdeab46511bf969 989680908cd556c7f65c69e6f34d88eeb1839c55 a1ae91a3ed13a0a8211b478e167645b34363317d a2ced0a0c74ec197f6c5140e9df6310c249368cb ab92f302483db29fdc3b49d3d4680c60bd5e2ffd b2e0021adc2e841765ca0f5ff6f9917557ed29b7 b41e009e19a4b23350d5c4f6313a8ad18adcdca5 b4a07319ec4a638f2ea781ee1b82f5bd87b5ce86 ba5fd50d166b00d9977017f6f3326cebec2a4f97 bb37e77de3870bd246e367e64f2e1b537684b9f5 c12837a64ef9e9b6491551c0922465f5aab62c2d c1fa5c577d89e94e8d4ddeae2f93c2475a896515 c63f81bb79a39c4f694ec7dbfc38f1daf9468574 cf34e9965997aa5d4c7b9ac03f671b43d9365b69 d122dfb7585411b0378e29707849ee5dda8708d5 d394379c6b4e9248fce5edb50049a49e07c15140 d425a03d1633599c7a3d06ab8a6af175270f5186 d580992174a7247056e57b325faf9a2eb7095cfc d844449c09821afb87602628b8f87735bdbf9506 e17b755a9e56d5fe596d9c96feeb0ed805d00c10 e6ce5f0c7024e86fcca1f592a46459fd106df932 e748c22b7ae49d442e061a8e45cf0aa50e9ddede ec3b2186260878c357cee2bfc5203c69d206731b ed649d49943e31c1fead0e6fae8a58971d43b9cc efc5df4911dfbb80fa3a0afd7bf6631c3b27fc38 f4e78035ae95a4af02cbcca803f599e7cbca527a f6c110cd92b85df7e4cc4ca221f6ec751e4d1fba fc029e2f869e6816191b4cd717e5205409d9bd7a fc9cfd92f556f8bbf1c5e3c4e3d12ed333606834 fdbc570076d8fb964ebe606e4cf9406f27ac9e9d fdd44cb0fe15fac05b6e2e4a2fa077227a8e77fc
Postgresql-Catversion: 202406281-1700
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-17-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 280
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.38), libgdal36 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-17-ogr-fdw_1.1.7-1.pgdg+1_arm64.deb
Size: 93368
SHA256: 8ad33798d4fc35daff1a63c7f612b4a54f65836d502e40d30faf810bd0bf40ea
SHA1: 687279132c7bd034fbff26a10c10e297c57ffb51
MD5sum: e2063052db8241509218ec5646793eea
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-17-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 204
Depends: postgresql-17-ogr-fdw (= 1.1.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-17-ogr-fdw-dbgsym_1.1.7-1.pgdg+1_arm64.deb
Size: 150608
SHA256: 4537f58aee2509094518a883966ad3f97b6ffca2ebc78a37b9cadd15bae639b4
SHA1: f2ef96023acfae2242dc3879ce312aa3da2626cf
MD5sum: 0b00d314dca56be7aa55b7ca3fe5ca94
Description: debug symbols for postgresql-17-ogr-fdw
Build-Ids: a24e068b95bf09ada54ba22c638ca884dc737fb3 de818162b254e20205aa5899128e9f8be51a9bd3
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-17-pgrouting
Source: pgrouting
Version: 3.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3063
Depends: postgresql-17-pgrouting-scripts (>= 3.8.0-1.pgdg+1), postgresql-17, postgresql-17-postgis, postgresql-17-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-17-pgrouting_3.8.0-1.pgdg+1_arm64.deb
Size: 820328
SHA256: b8a2d80687122b32b55deabf0ac2b0059a6fa931d2bded68a9ffda0fc5e792fa
SHA1: f905c47b7978445d6913874bc8079478e9070296
MD5sum: 9857fbce985fba036fe0169d1918ba8a
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 17.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-17-pgrouting-dbgsym
Source: pgrouting
Version: 3.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25684
Depends: postgresql-17-pgrouting (= 3.8.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-17-pgrouting-dbgsym_3.8.0-1.pgdg+1_arm64.deb
Size: 25780512
SHA256: 28bb34a7c65257493dd89590845a11c26d394277db4d127406173966047d9fa0
SHA1: 956e3a272a9fc6723e1780e5914ae48d4b1ed3e5
MD5sum: 61fddbe44afd6a9a2ad8cd3ab8e34045
Description: debug symbols for postgresql-17-pgrouting
Build-Ids: 1ca2a17ad5fecfc4114b7a6374c65deefc3d12d7
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-17-pgrouting-scripts
Source: pgrouting
Version: 3.8.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3928
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-17-pgrouting-scripts_3.8.0-1.pgdg+1_all.deb
Size: 65216
SHA256: 155d4ab69d9708917b10ea57af1e44f4dd99d530955db434772e7c18971c3131
SHA1: ae57968f9a30ba02ff269fd75ca01d7e448de64e
MD5sum: 03b2316e0d41eb3511d8078f2c871526
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 17.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-18-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 283
Depends: postgresql-18, libc6 (>= 2.38), libgdal36 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-18-ogr-fdw_1.1.7-1.pgdg+1_arm64.deb
Size: 93600
SHA256: e1098f5741f7acfa122492ca924967510a2d26fb4c141cc5780af19a2e50bd9d
SHA1: 05607c06a53bff930701afc361df1ff1c4b16fe0
MD5sum: 476f09651c9135ca57ab85494b2d0b42
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-18-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 206
Depends: postgresql-18-ogr-fdw (= 1.1.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-18-ogr-fdw-dbgsym_1.1.7-1.pgdg+1_arm64.deb
Size: 152744
SHA256: 608311b4dc891cdafc3ae766536fd0341b47bf3fea21cde25b2452a3c9e3e5de
SHA1: 25cd3da7a847dd76cfb5e726f95f6418f660b444
MD5sum: 64c298df0f0521b7a82b676e9397d35b
Description: debug symbols for postgresql-18-ogr-fdw
Build-Ids: 5c8c25ffbdc1db47dc71cd27829fcf4796977930 738f5dbcc84499feb81dc55f886fe71be9ce02e7
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-18-pgrouting
Source: pgrouting
Version: 3.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3063
Depends: postgresql-18-pgrouting-scripts (>= 3.8.0-1.pgdg+1), postgresql-18, postgresql-18-postgis, postgresql-18-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-18-pgrouting_3.8.0-1.pgdg+1_arm64.deb
Size: 820212
SHA256: fdd3fab790d5220ebe24e1adee80479e8f3284ef21a6a7e7723f1391c70cf6ba
SHA1: afac84a36f4b98a5bf5407e04c4bdf35573244a5
MD5sum: 7654f30d8fa48c8cdfd9c98b6f723797
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 18.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-18-pgrouting-dbgsym
Source: pgrouting
Version: 3.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25684
Depends: postgresql-18-pgrouting (= 3.8.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-18-pgrouting-dbgsym_3.8.0-1.pgdg+1_arm64.deb
Size: 25781460
SHA256: 6d32b1559b6f13178ba3550eb31306d8c49f3d8c9af88e8520e90a339d5dfdab
SHA1: a40932a244c76ea53a999e255c3e5cc0048eff70
MD5sum: ded3dcd64c2f9f8f54734d952737d52c
Description: debug symbols for postgresql-18-pgrouting
Build-Ids: cf9318cc444aab93d35d268ec3185a9dbc3ff12c
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-18-pgrouting-scripts
Source: pgrouting
Version: 3.8.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3928
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-18-pgrouting-scripts_3.8.0-1.pgdg+1_all.deb
Size: 65228
SHA256: 2aca683c83bfbde6d25564cfa6a063db528e92fa4b8ae6113cdb7c3f0802587d
SHA1: 0f3340810c342c963f76558fb1a4a5272d43730d
MD5sum: 799fd4628f7bc02ccf4876c362ee9e9b
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 18.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-client-13
Source: postgresql-13
Version: 13.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7576
Depends: libpq5 (>= 13.22), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-13, postgresql-doc-13
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-client-13_13.22-1.pgdg+1_arm64.deb
Size: 1512528
SHA256: e5ffd30a14b67fea16d656d417c17dced92ab9ef76a98ada877f577b3d99261b
SHA1: ef5fa8c16f54e1cf11dcc29687d2b44b218aa7b6
MD5sum: f429cfe3231cb257b169704853a13c76
Description: front-end programs for PostgreSQL 13
 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 13. If you install
 PostgreSQL 13 on a standalone machine, you need the server package
 postgresql-13, 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.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-client-13-dbgsym
Source: postgresql-13
Version: 13.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5241
Depends: postgresql-client-13 (= 13.22-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-client-13-dbgsym_13.22-1.pgdg+1_arm64.deb
Size: 2186268
SHA256: aeda53b619984d91e65d3e106606d718b457a63fe9e35721477042b8eb0d8c06
SHA1: 13e01f832b3a43d2b22d83029b053720defd3494
MD5sum: 27a1aacee7c0573718eeb0191976c0e0
Description: debug symbols for postgresql-client-13
Build-Ids: 03a5b3a46a20eb01034cf30df3be6a75ebd98a98 08229cee13a9f87dda2030d162485bd07c36aa31 1e2f109d033f761a8b4fcb1ac241f2070c645bbb 3297f0abe7d69f0d27dc2b7746f46dded9959868 44e429c63b9c0b75016932e3619ed99d844f0b19 454e448e6912e1e9b995ea31c8e688affd968c95 6a4d9b8bf7a05dcd0c3c0eb29832e0cc32631591 741d060925326bbcfcdb9a8e9a1476c6589497bd 7f79cd86e8aea5e5da96fec52cad325e1fe91d7d 8bfe3295e61df1fa3b8babb87c25f4a6c97631f4 9a6b84114a96bb393ac42e45a77057f0940c1ef4 bc95175644fa51e0b63d7e797062b4c5ccd1ea0a bd629e32c468459f458bc83dc87a6a4f9d33ab96 bf7fa5c208fe50d22d1f9261991da2c297958237 dc44c48ac987912e4f14d4de53f1e524780dc1f3 ebf82ecd8d17d04a4f7bc3e410d19e311fc1712b f13fb576257b2ea0cb99e5a176f43ba17c2272ea fb8d5aac5f2074b6e543c40352d9e412354e9a7e
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-client-14
Source: postgresql-14
Version: 14.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8480
Depends: libpq5 (>= 14.19), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-14, postgresql-doc-14
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-client-14_14.19-1.pgdg+1_arm64.deb
Size: 1638168
SHA256: b369f40c447157c635bd922662c1f5fc266e421e6692136ac665528b31c3b4f2
SHA1: 495e85d2418ea1185990e03c072e0809759fc78c
MD5sum: 3d58d8e6670d6add7e162d11911ff5fb
Description: front-end programs for PostgreSQL 14
 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 14. If you install
 PostgreSQL 14 on a standalone machine, you need the server package
 postgresql-14, 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.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-client-14-dbgsym
Source: postgresql-14
Version: 14.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6092
Depends: postgresql-client-14 (= 14.19-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-client-14-dbgsym_14.19-1.pgdg+1_arm64.deb
Size: 2565816
SHA256: 3305b7ae908718da2f9f1a296e53f082a681e3b5be9abc7bb42af2f48971b7d6
SHA1: fc5a9221cc533b3b9bf44b0d0dc4195eb2d6e6cc
MD5sum: 6c1c8630ed4c6144bd0bf564830924af
Description: debug symbols for postgresql-client-14
Build-Ids: 0a9b8dbb78806ba6f4685be55d9409b9eb2ae3b8 21d80d40698ed816f195f5c0f0b818c1df607f2b 24452a6cc8a673354109be4864348c2e4f55b94f 2d72c6bc88fc2bf36a30ff2f5facd6c72d77c60a 662f8387b0e4d289e0c705fea08d83f31f3305a6 6a5d7699e177fe4f423f559bd78cac4d27d75b1b 6c0fc3fc803ec96d66fb79f99ec454216080abf4 793341f4c901521a054239cd6948ba8ccc906038 8016772f4e844810fcfd254bdb0d70d6b9f76b90 84ae7c8c63b447db3aecd2cfb6cf547906555642 84bb8a839a38903c80673148225f50c6449ac689 97caa27104c14df8e311ceae2fe56ce8843838be a019face7ddcf38b30960ec5633f903f9540727f a2ba70662df9ae732ddae599d0d204d93ff725e4 b1255332314a911f35e10393738389ee48b473ac bc243c5542098d7e26e8c37c142f56e4af1c3dc0 dd4965329903af190ac86198c43e0328ee701816 e0ebb7079e57bc09e55c1ca645fd077dc5dbcfc0 f0bb8e5937ffe6aecc89ae374ea2b629e785fca2 f2133c5ec1f32fec6cbc8772974e88f42efeebad f694783b014fafcb190b1ab6037a76aa6bf4a0b4
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-client-15
Source: postgresql-15
Version: 15.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9005
Depends: libpq5 (>= 15.14), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-15, postgresql-doc-15
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-client-15_15.14-1.pgdg+1_arm64.deb
Size: 1702844
SHA256: 82a64e1acad813fe2dbe847ab07532e573e1caa0de4f98066c921b0d4f557495
SHA1: 4ba9150b1b77649e389f7911833d7784d6a32cb6
MD5sum: 2939c139db7296b53ec92a192617a6b9
Description: front-end programs for PostgreSQL 15
 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 15. If you install
 PostgreSQL 15 on a standalone machine, you need the server package
 postgresql-15, 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.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-client-15-dbgsym
Source: postgresql-15
Version: 15.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6386
Depends: postgresql-client-15 (= 15.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-client-15-dbgsym_15.14-1.pgdg+1_arm64.deb
Size: 2735532
SHA256: c1ee32affd2f99a8367435d3974afd5cbf9bbcaef4be89ba66a399bdf4c3c760
SHA1: 1b3da6e3d8424021683016a7454093443ee5f150
MD5sum: 29e5f4d3457308708363b938c95bb4bb
Description: debug symbols for postgresql-client-15
Build-Ids: 0b606b99f65cdfcc93d777b73eebddc75a31e9d4 19402ad278660189fd60c96f6b562a594a976b8a 2299f4bdf5653860c463ab439e20517ae49dbe21 299ab132569d417644bcfe0e481061382987ba84 405b8844a54a8de5480662bb64ebf76c789c2b96 64153546770ade7f27b363afb2e8432eb577c1ed 64a752c429922fb06ed644d1245294eccc1f3733 6f45395a7a428e6a98c797d3e93e166c94211ad8 76df9197d6e4e5a02e914a167dc70202108c1615 77238348c578de18f78a2c7c157d780c3a0a5dd5 7a383e4084073721f95623b3004278ce63dfebe0 8d2aeae2d3cc6f6ba93bd2eff584e92c8326eac2 8f71fa28e6bc7d5eb3e293ccbee79393af61c7c7 90bbb8513ce087c9e6a2998a677c887b343db627 90f2dda150003ef60623acb1ac276fa944e4e6ed 91dbba51fe4308409eb9c1750278ba5ab662a0ba a8870fe2f59961a8276e8153a1e1fca58daa401a c66be80bfdaeb492c75011625e034cc50df4f992 cb9622a29d3cdd47ec3de2ddd615a26734160541 dc1f8d262d86712aa9b032b4d29676c5d14600e2 e808c283e71c8ef7807796d96844f1a291ab3a01
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-client-16
Source: postgresql-16
Version: 16.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10414
Depends: libpq5 (>= 16.10), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-16, postgresql-doc-16
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-client-16_16.10-1.pgdg+1_arm64.deb
Size: 1914472
SHA256: 5a1e1bee8bacd5daaef4ec8a24c2846e1de1bcede4d60efacecf6394673bee26
SHA1: a625b1e15d18e2b470249589ac8d2fceb55efa4e
MD5sum: ebb752878372507bac885bd1174bfeb5
Description: front-end programs for PostgreSQL 16
 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 16. If you install
 PostgreSQL 16 on a standalone machine, you need the server package
 postgresql-16, 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.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-client-16-dbgsym
Source: postgresql-16
Version: 16.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6682
Depends: postgresql-client-16 (= 16.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-client-16-dbgsym_16.10-1.pgdg+1_arm64.deb
Size: 2832392
SHA256: 03c47d1a00f8c826b13de9e0536d4d134339ab01c6b5a4738b864d7e441e6531
SHA1: a0fe3d6b7d0e1202396ca05887031f1cd50933d8
MD5sum: b327e4c6e92a853e11999fb613c77509
Description: debug symbols for postgresql-client-16
Build-Ids: 0bc01559fb82b0a457d83e0a6b005d6fb91f2da5 0d9e2280bf2a8e06bdf0844f63da8f37f5f88339 0fa75621290fe0fb9654a17dd8963a7c5dfb5514 1beee8d820c8e5c6f4271cb2e341f6215d79ef67 251a9f1cb88a9a405f3f5681c1716cd8bc0278b9 2f75a0c8b41cdc900d4163fdb25e20478b57556c 5382c578043561b0324bf5e2699762bb77e39476 693ed68dcf09e3f3aa03fd103687bbcea27f9f7f 716e4c5c9b6de57f56115a95709ea44d282f3296 73054dd485f2ee9cc0034b129efe70c7efdad5ec 842e806989692f87668ff41bffb3389d1889d9b4 aa0204dd5bfd439984a3ac7ce7c284fc35bfae87 aceb3de4f19b91eba2a3da4caa9621e5c4054d47 adf000a09b93b0631644288b114a3a93b2afd4a2 af57a9adf9c59ed13da667adb4e9169e469f1cae b98b8f279697b0b5024bd26df9e280f9774bcb21 bd567d5245e36460d843a195e05bfe1310c8b3ca cea1cda71f18a226e65bac06e439e0c54171469f cfbc8bee9e6ea9220fef043f0d727e058fa678c0 dcab54eeda11b29f3ae3bac5743318727b21ab18 f264f050659ba2ebc5876805a1a602cc9ed19d87
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-client-17
Source: postgresql-17
Version: 17.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11104
Depends: libpq5 (>= 17.6), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-17, postgresql-doc-17
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-client-17_17.6-1.pgdg+1_arm64.deb
Size: 1998720
SHA256: a8ab4eaaeec4082c998a9ca884202332b0ba94c8f3c54946c40df38aeb55450b
SHA1: 182ad290b90363e3d2fd171b75a5372876bf78b0
MD5sum: 0564560f01da48f8fab2637f1baf63b4
Description: front-end programs for PostgreSQL 17
 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 17. If you install
 PostgreSQL 17 on a standalone machine, you need the server package
 postgresql-17, 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.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-client-17-dbgsym
Source: postgresql-17
Version: 17.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7178
Depends: postgresql-client-17 (= 17.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-client-17-dbgsym_17.6-1.pgdg+1_arm64.deb
Size: 3078928
SHA256: 3141e630552772b0b6e86031b6db9b5cf4b9ed2a9b9fad3341d4f79c422c17a4
SHA1: a63a7326c8ccf063816b816890f462e63ef70d38
MD5sum: 95a0ab3bb0cf6cd7927e5660b1a2d3b0
Description: debug symbols for postgresql-client-17
Build-Ids: 05052ba45babc75e5d9d3422f33f6acb3325e49c 0f0c954ad99a78d0f17a9eeb673ef681016d5284 11da9a21ebc5a0d08117e2e4a49de84c78646344 281b9e1a09a543c3affae0ea4989c0958b6a74b7 2ca9b5b580d08df7162b371e207c1f2997e5e624 2f4bd0fa4787b789ec71e0d2e1491e897b3a22e7 2f9ca19bcf006d69e4609362344053b29390a4fa 30e6e54f1914358680e5f71cf38e2a6f4bbe5f4c 3c2f0a249bf4490a913cd9b4fae8ccc248b05eb1 67760473fb3b16bc9463c14b747dc2e06950b0be 7a0253ac6e736ccbff09e18d0a215d18b0b87446 7b50a934c598ccc07d3bf3551b0f59f156d6396b 8c9a8abc5fa494ccce0af77875757c0c5d1d0058 8de688ef94a5f9d76d7959429ae08a67553d5282 9306c555690499a6e57acf3c2174a0bab52bed8c 93acd2a5c66d400b5c6ca01744308c5ec0872298 b747af688ea4a1868485a3403e211e904e24adfb ba18374a7d1f79a3a7dbea8dce5cb518e00229b2 d00cf487ccfdda9e156f270cd0747472ee95a4e0 dc59d5678388c23028d48bebe9a3fa3871534fb2 f667db252d4e705f5096e6acf318064e6ae9644e f835f124b29fb75580ea0a09fd35bd5d1de97484
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-doc-13
Source: postgresql-13
Version: 13.22-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16019
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-13/postgresql-doc-13_13.22-1.pgdg+1_all.deb
Size: 2015952
SHA256: 5d3efe7a61936f126a233a8485d6baeba34f193a39228c9e1532a95e1329f761
SHA1: 0406eecc95bde8476e57b93c8f07963792733c1d
MD5sum: ea9cf206569b97c404f9735995ec5918
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 13. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-doc-14
Source: postgresql-14
Version: 14.19-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16467
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-14/postgresql-doc-14_14.19-1.pgdg+1_all.deb
Size: 2066080
SHA256: 62a59e664f1c4166d14a0e1a76d30b7e9ac38adfd4a4103627f58604b4c3af48
SHA1: 4cd7c19c0ed74a9592552e5e89a67ac0f6075798
MD5sum: 506b7bd22e39f1a4b80b6f4705f89aae
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 14. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-doc-15
Source: postgresql-15
Version: 15.14-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16305
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-15/postgresql-doc-15_15.14-1.pgdg+1_all.deb
Size: 2077728
SHA256: 31a206a9da0e790c7c28b846d5ce3089841b1f3cacab96be462dae56aa81f82c
SHA1: 72831374c6a3d0e8825d61684371730954b2a4c5
MD5sum: 4ad3e8a959ef3adde1dc421d81c6300d
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 15. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-doc-16
Source: postgresql-16
Version: 16.10-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16843
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-16/postgresql-doc-16_16.10-1.pgdg+1_all.deb
Size: 2130000
SHA256: 4692da9b3fb546c30fe0d5fcdf7e49470f0aa27b714714b0a04596e7a35146fb
SHA1: bd4d96b20318d029401b8cddb710edb376d366e1
MD5sum: 5725eb9eab27a38ba20514735d03cd09
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 16. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-doc-17
Source: postgresql-17
Version: 17.6-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17009
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-17/postgresql-doc-17_17.6-1.pgdg+1_all.deb
Size: 2143436
SHA256: 53faa57e8ad678b301a9fae31accbcaa9f77d684ea57967fcab258a68d711dbd
SHA1: 74c78477396f57e03a11aedd220b975d0691aeb2
MD5sum: 864753535fa423a9d980d7cf89e09294
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 17. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-pgrouting
Source: pgrouting
Version: 3.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 48
Depends: postgresql-pgrouting-scripts, postgresql-17-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: metapackages
Filename: pool/main/p/pgrouting/postgresql-pgrouting_3.8.0-1.pgdg+1_arm64.deb
Size: 23392
SHA256: 243430748d03aeca824ae6c3b319f1dad48e39d855c6b0223b9e0d76f7610ff8
SHA1: 785608bda3864b65ed87dda00d9c024f4353f127
MD5sum: 22f5273f1026cee56e0bd1a1ee88bb49
Description: Routing functionality support for PostgreSQL/PostGIS - Metapackage
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This metapackage depends on the PgRouting package for PostgreSQL 17.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-pgrouting-scripts
Source: pgrouting
Version: 3.8.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 48
Depends: postgresql-17-pgrouting-scripts
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: metapackages
Filename: pool/main/p/pgrouting/postgresql-pgrouting-scripts_3.8.0-1.pgdg+1_all.deb
Size: 23404
SHA256: 10dc7c5a656d311b387ccf59812ab9d3210973a784e4089abbaab28d315c7943
SHA1: 0442aae996a2344a9fa15fba0dcd10409cfa3501
MD5sum: a21d90a58685baa8838590e5555904d6
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts metapackage
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This metapackage depends on the PgRouting scripts package for
 PostgreSQL 17.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-plperl-13
Source: postgresql-13
Version: 13.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 557
Depends: perl, postgresql-13 (= 13.22-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plperl-13_13.22-1.pgdg+1_arm64.deb
Size: 87232
SHA256: 270ac04c1f97ab922c186cbd8b6b6c98d0e17da0defb9c20befd6e622c32521e
SHA1: 345b1c417234148e25a83373cc6c8c3bbef13c9a
MD5sum: 9ab4877cac3a67ec0c4fcb9fb9ed83f2
Description: PL/Perl procedural language for PostgreSQL 13
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Perl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-plperl-13-dbgsym
Source: postgresql-13
Version: 13.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 234
Depends: postgresql-plperl-13 (= 13.22-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plperl-13-dbgsym_13.22-1.pgdg+1_arm64.deb
Size: 188384
SHA256: 71463e49dcf50ca4e2a8e7bca0720800169cb1a56189faad59098984920ddbc1
SHA1: cada4c53e852703e953cb15f5e018164dc4c4e5d
MD5sum: dc421a025102db0a0d6c0ec5caf7610f
Description: debug symbols for postgresql-plperl-13
Build-Ids: 04ae8872907ea43f288ad74dc717aa84eb4f47f3 15415a1d2987dc2a4d95637dad5ea0dc8d41cae0 30874f05ed90bbd1d15d6c69c71d2a3f9d93cb5d cda9a2512e679ef50c4ac5932f53a39a1ecffc2d
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-plperl-14
Source: postgresql-14
Version: 14.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 566
Depends: perl, postgresql-14 (= 14.19-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plperl-14_14.19-1.pgdg+1_arm64.deb
Size: 86404
SHA256: 9e51c4de482336faac63e06dbb1be7f3f22d7e3e27f650be639ca99bac197535
SHA1: e6945e0089307dec50c070df1d13ee8ce0d3ec01
MD5sum: a6c0f4de12dd18c6a726666271ea97fa
Description: PL/Perl procedural language for PostgreSQL 14
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Perl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-plperl-14-dbgsym
Source: postgresql-14
Version: 14.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 235
Depends: postgresql-plperl-14 (= 14.19-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plperl-14-dbgsym_14.19-1.pgdg+1_arm64.deb
Size: 189352
SHA256: 6712b32b0f3a402ae87f629e810d44758b8481132bc8a11f2be3415a9bb7d048
SHA1: 3917a4d2674a1d8b4e319ec21d64d4b7e9a11d4b
MD5sum: 9a5cd2e2dafdbb6722ffef58615fa757
Description: debug symbols for postgresql-plperl-14
Build-Ids: 4d2a62ffa0a7ef5ebee2e222261bcc5a2c7e7966 9af160f42030414806dfc4a58574d1c9ec62d62b b0296eca733ce21750465863a7d18b79a160bbc3 cb94ccd293ba580b4fe0a99b6af7b7dc9b0acbba
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-plperl-15
Source: postgresql-15
Version: 15.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 568
Depends: perl, postgresql-15 (= 15.14-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plperl-15_15.14-1.pgdg+1_arm64.deb
Size: 85092
SHA256: 12d549166d94525100792d200623e79cb8a99a255e95746d10c7dbc8a7517cad
SHA1: 8da9a809ec2b9c20115b93ae9743523fe8d3cc83
MD5sum: d930389f0610b3071a14209a4ecb6d51
Description: PL/Perl procedural language for PostgreSQL 15
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Perl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-plperl-15-dbgsym
Source: postgresql-15
Version: 15.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 240
Depends: postgresql-plperl-15 (= 15.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plperl-15-dbgsym_15.14-1.pgdg+1_arm64.deb
Size: 192968
SHA256: a4727e793695d7d5586e0c8dbfa55b55bb8729210fb1ab2782c98cd343bff3f0
SHA1: 356c9fda3be934f21223255be9d28d4466b37caf
MD5sum: e0b5cbbe8f6f2caf59f2c46e9e10f6f5
Description: debug symbols for postgresql-plperl-15
Build-Ids: 012a5ecb66e4d5604695df984f1c950076630412 8c136426e28ee3fb9aa58da1c0fe4572d1c16f73 b9e5fe5d4dc8f8cc5380dff2cb17aebc0d35a33d c315ab9fc404d25be939acbe07dc34898d3e1018
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-plperl-16
Source: postgresql-16
Version: 16.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 581
Depends: perl, postgresql-16 (= 16.10-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plperl-16_16.10-1.pgdg+1_arm64.deb
Size: 85600
SHA256: 1495098287e093c1f3717e13e2c220a6aaa48a36a87494d6119942268b53c444
SHA1: d9a31edc711ed8ae5e9b5553ae6e44e7aba2194b
MD5sum: d93da001d543e0ea8d52b58b1b8ea9d0
Description: PL/Perl procedural language for PostgreSQL 16
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Perl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-plperl-16-dbgsym
Source: postgresql-16
Version: 16.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 243
Depends: postgresql-plperl-16 (= 16.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plperl-16-dbgsym_16.10-1.pgdg+1_arm64.deb
Size: 196628
SHA256: 946cd2460a65995a91cbe4431fe4ef4e95f6fe42bb606c7dc0345100cdfea904
SHA1: af27419eea6465084a878efbae943d190c321658
MD5sum: 3f0ab0f24b6e8df7317e16991a4b63cc
Description: debug symbols for postgresql-plperl-16
Build-Ids: 17859aef3b760ff6b8ea46e5a7ae3d7755a54fe1 81b4b94527a129f5e9aac84f5d3173160128d637 bdc63a58cc5320a01039991f35ca64d08e806818 c765f502f181025f3c05e30cb0d20e36c7b7c770
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-plperl-17
Source: postgresql-17
Version: 17.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 578
Depends: perl, postgresql-17 (= 17.6-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-plperl-17_17.6-1.pgdg+1_arm64.deb
Size: 83152
SHA256: 02abb8f3830695a446101aacd0f7644445e360577d46635d8942c9f5d5d3237b
SHA1: 10465f040119f84bdc2c15bff34e23acca0a07cd
MD5sum: 37b9f4e00b39dc871113b3f416312a9b
Description: PL/Perl procedural language for PostgreSQL 17
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Perl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-plperl-17-dbgsym
Source: postgresql-17
Version: 17.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 246
Depends: postgresql-plperl-17 (= 17.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-plperl-17-dbgsym_17.6-1.pgdg+1_arm64.deb
Size: 200048
SHA256: 99110f6eb71dff7d0247e63ffb6c704f8528f22f4ad2c199d991725ccc902b59
SHA1: 1f86477b92ab5cebdb0744b5d480c60be6e881e8
MD5sum: 0beffac23ddb2b46beeee1f524474c11
Description: debug symbols for postgresql-plperl-17
Build-Ids: 394ab57a1921342d96110fb62f6424e2cdc05fa3 3f24d146ea56be02479d219c2bd798d614665acc 59ed8b1c9fa60fe2f9042f80e761cc3865b1d3ce c9a6bfc1044d4eaa75c79bd403162651a2813f2b
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-plpython3-13
Source: postgresql-13
Version: 13.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 643
Depends: postgresql-13 (= 13.22-1.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13_13.22-1.pgdg+1_arm64.deb
Size: 110464
SHA256: 9f058e4c98583f68137cd21d84aed37577368aa8516e55eef5d10603861ad1d9
SHA1: b1d697effe3e6383bbfc7ab5d9d92a413369981f
MD5sum: 5b7503b4f828ac81260bbc40588d0ec1
Description: PL/Python 3 procedural language for PostgreSQL 13
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Python 3.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-plpython3-13-dbgsym
Source: postgresql-13
Version: 13.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 241
Depends: postgresql-plpython3-13 (= 13.22-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13-dbgsym_13.22-1.pgdg+1_arm64.deb
Size: 190100
SHA256: 5c7d97622d1716a4ef5e78ca5b7b1d6780eab7db2b5cccbf1c4f1d17cc85446c
SHA1: db2602a82680983c104f81d16091d9ba0f1bf906
MD5sum: 47d589eba04dfa57aa3c7ba7a9eac22f
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 2551bfe9e28996285edbba5c350f6cc7bdda929d 6659ee84f19c5121c7d471189f713883b3a1cdf5 a6ba6a2ee494e2b6063f4d67a272dfa6c9af8b04 ba5bbdb2993101c5d596d3e590d57056757003f5
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-plpython3-14
Source: postgresql-14
Version: 14.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 724
Depends: postgresql-14 (= 14.19-1.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14_14.19-1.pgdg+1_arm64.deb
Size: 111180
SHA256: 9572a3ce5f1769489950374b42d146970296c58e5434efee3ff984c4b3264e85
SHA1: 658edb3a772fdf8462362f9bc4405c2a5500d2a7
MD5sum: 2c9c85456244eeac5777690cc15e606b
Description: PL/Python 3 procedural language for PostgreSQL 14
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Python 3.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-plpython3-14-dbgsym
Source: postgresql-14
Version: 14.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 241
Depends: postgresql-plpython3-14 (= 14.19-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14-dbgsym_14.19-1.pgdg+1_arm64.deb
Size: 190412
SHA256: dec79bcaaa02bb74a4b6ea7a2d9743a6d72db63f1e2f69d3705ee4e53c48e8b1
SHA1: 9cb89b83b89ece19a95fc0ce7d67dfc268a2883f
MD5sum: 12287efaa7ed1434796ec573b46dfda8
Description: debug symbols for postgresql-plpython3-14
Build-Ids: 4b341d494b36683e742d5238d13f5b4960fd72e6 4c7b215360e9597693b763da1de0afa96ffb4208 d2217c2cadf8e1cb1deff6dd4948452a125f8470 d856809a59a0d054556faabfb0753cf7c835d3f9
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-plpython3-15
Source: postgresql-15
Version: 15.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 740
Depends: postgresql-15 (= 15.14-1.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15_15.14-1.pgdg+1_arm64.deb
Size: 110676
SHA256: 0d57adc8bc75003e551f777fa99c518581c9742dd564331c04c0efd82d91d9bd
SHA1: 729e78d2af03314dd4ad4f409cab2f5154182838
MD5sum: 1885ce9a00b4d4387dc172d8bfd9f8c8
Description: PL/Python 3 procedural language for PostgreSQL 15
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Python 3.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-plpython3-15-dbgsym
Source: postgresql-15
Version: 15.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 245
Depends: postgresql-plpython3-15 (= 15.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15-dbgsym_15.14-1.pgdg+1_arm64.deb
Size: 194652
SHA256: 453d7a7ba88513946b453f6ba11766f39ec348ac72ddbbcb0890844744277185
SHA1: 197da592713c3707587c7ea80026c8a7acd589ee
MD5sum: 4596f2598c732ee1e9c70d98a3a76b87
Description: debug symbols for postgresql-plpython3-15
Build-Ids: 21830f895f8d6f3cfbd2ad642beea4f4d42250d1 26a01663fb617ef1c90f3440f8b0c0fe381d6326 3715e02cb36c6bf3d15b56ca54e8fb094719d884 5811365b9bd3e70df9a51dd6efdcaa92bc773c96
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-plpython3-16
Source: postgresql-16
Version: 16.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 686
Depends: postgresql-16 (= 16.10-1.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16_16.10-1.pgdg+1_arm64.deb
Size: 110108
SHA256: 1e7f2f4ef4ea417433fa5661409c16fe4221164d9c5e5976bf68a24d88b7a75d
SHA1: dc1bef19741c739129cbf89d7a90f70608142d86
MD5sum: 4a0ea7ba07490a21d7d8e045d3e7ff5c
Description: PL/Python 3 procedural language for PostgreSQL 16
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Python 3.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-plpython3-16-dbgsym
Source: postgresql-16
Version: 16.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 255
Depends: postgresql-plpython3-16 (= 16.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16-dbgsym_16.10-1.pgdg+1_arm64.deb
Size: 200208
SHA256: 4357064c1990f9ae8e487f28fbd8fd6cb7461eab46e230d3390e1c3dbc733dc4
SHA1: b7e9191219fe3659b43839a675f806c909bac47b
MD5sum: 76f3c8c38aa0a74fd97dbeca53bacd5c
Description: debug symbols for postgresql-plpython3-16
Build-Ids: 5329c933d774a1e02795820085249b5b2e881018 a5bea860a0e31446f309ff96aa2ff9e1a8d92941 be22ff1325e9cf01eda23c4f5fdb0de09d32e7bd d8b22fbaa748eedd5c0c277405e224ded79db872
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-plpython3-17
Source: postgresql-17
Version: 17.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 683
Depends: postgresql-17 (= 17.6-1.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-plpython3-17_17.6-1.pgdg+1_arm64.deb
Size: 107964
SHA256: fb9dabca1458d333af25891bb8bd050f06b4f29fce8e542208fdb7adb9d5920b
SHA1: f69818519849dfcc76874dd0b38ea279091dd939
MD5sum: 76c87068550502d2f8c8aca1d9b665c8
Description: PL/Python 3 procedural language for PostgreSQL 17
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Python 3.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-plpython3-17-dbgsym
Source: postgresql-17
Version: 17.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: postgresql-plpython3-17 (= 17.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-plpython3-17-dbgsym_17.6-1.pgdg+1_arm64.deb
Size: 203776
SHA256: fdad0eedf9c0461c3fc6ca7cf8098fd03fdac8880af1a8b361cf15c3522daf1d
SHA1: a432d24d8e148c5278d0c1d3d3c5f5803d42cb66
MD5sum: 47e5e96e5012b9fb86417ece0a0e62b9
Description: debug symbols for postgresql-plpython3-17
Build-Ids: 0f850a09c045d88c0a82e9ef446f010b45ca3a7c 4d3e370d4b322a7e9169ad7bee8ff279b773ee6a 7e7cdbf1b79f07055177dfbfd36c5f09e24500bf 85389c5b3323cb11f2899b444721767008e8f9b1
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-pltcl-13
Source: postgresql-13
Version: 13.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-13 (= 13.22-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13_13.22-1.pgdg+1_arm64.deb
Size: 46936
SHA256: 672af8edbf33b855dc0442fe015eb4e8a76b8f2b40daa54a6ca818e771fdb1c1
SHA1: 02bb9eaa362f941ab135916146d14984159888a6
MD5sum: a7b93a4d6b1ede490bfd7ac6a5f0596a
Description: PL/Tcl procedural language for PostgreSQL 13
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Tcl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-pltcl-13-dbgsym
Source: postgresql-13
Version: 13.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-pltcl-13 (= 13.22-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13-dbgsym_13.22-1.pgdg+1_arm64.deb
Size: 74380
SHA256: a054c685ba67b0d8ded75e8e197c6f765e716f89340469b92fc18dcedb7f4c54
SHA1: fdd151b9d671d6d6a81d7b165064bf0e7ce2185f
MD5sum: a26afd79f180d461d25419e9fc01ee90
Description: debug symbols for postgresql-pltcl-13
Build-Ids: eaa11963c5099fdfd2b547d95fd94eca19450e1e
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-pltcl-14
Source: postgresql-14
Version: 14.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: postgresql-14 (= 14.19-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14_14.19-1.pgdg+1_arm64.deb
Size: 44544
SHA256: 7ce975db1a65a1fcbb682a16cf267070b572167a448c56cd979f7e0b0d7a2866
SHA1: 452afda25a11ff263273accc2c3c5657ac76429a
MD5sum: c417167c7477f0f0a75a1de23047f4f3
Description: PL/Tcl procedural language for PostgreSQL 14
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Tcl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-pltcl-14-dbgsym
Source: postgresql-14
Version: 14.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-pltcl-14 (= 14.19-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14-dbgsym_14.19-1.pgdg+1_arm64.deb
Size: 75084
SHA256: 8d4c85c9bcbf1eb36e28c93f2cb1bba3b1c4fac9e408039cdf3adc8c6c71aeca
SHA1: 65282f434850bff1032094d29145f7eeb05a4c10
MD5sum: a4ab70e80c54f9d103826340addef4b4
Description: debug symbols for postgresql-pltcl-14
Build-Ids: 9e92a046e30896f491fa9f6b58e4ea4fd02b73eb
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-pltcl-15
Source: postgresql-15
Version: 15.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 201
Depends: postgresql-15 (= 15.14-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15_15.14-1.pgdg+1_arm64.deb
Size: 44284
SHA256: 2e2977f9ca3be861b722ed478f0add979f563c1c698809a640eb467afdd0c1db
SHA1: 8bd316170851ccc943b1234a4782cc237331c2b7
MD5sum: 15ddd6cf8746a57543b5959b4c9a0faf
Description: PL/Tcl procedural language for PostgreSQL 15
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Tcl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-pltcl-15-dbgsym
Source: postgresql-15
Version: 15.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-pltcl-15 (= 15.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15-dbgsym_15.14-1.pgdg+1_arm64.deb
Size: 78948
SHA256: 95f567f9f3c413838062e9208173dcb0ba88fa4d49cd960d542c3493076dbaf0
SHA1: b2f84a5c3e46d76a3f7db2502f5be394321475d6
MD5sum: 9859057bfd362e4328f5c3308556feb2
Description: debug symbols for postgresql-pltcl-15
Build-Ids: 6d787b131d0bd8de89044130296fbf71cfddbf4a
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-pltcl-16
Source: postgresql-16
Version: 16.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 209
Depends: postgresql-16 (= 16.10-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16_16.10-1.pgdg+1_arm64.deb
Size: 43984
SHA256: 313ab42be3b22beb35873432e568c8e6751a075370f9815c963d139acf1690b0
SHA1: 840b4f9c17914653d071849b7c02192b20d43349
MD5sum: ec06a0d2c7468f7f943bdd37e73ec748
Description: PL/Tcl procedural language for PostgreSQL 16
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Tcl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-pltcl-16-dbgsym
Source: postgresql-16
Version: 16.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: postgresql-pltcl-16 (= 16.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16-dbgsym_16.10-1.pgdg+1_arm64.deb
Size: 81704
SHA256: 074bc96770488e70ae1b3f73a0207385290520cc19db9677627934c6496d123b
SHA1: 0ffa31a8cd4796d299e5a22b910fea9eeabdd9a8
MD5sum: d72f65a8a1c98548bcffd6199c5e2210
Description: debug symbols for postgresql-pltcl-16
Build-Ids: 067a843967a33918f5d84180e60ceb9421a63215
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-pltcl-17
Source: postgresql-17
Version: 17.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 206
Depends: postgresql-17 (= 17.6-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-pltcl-17_17.6-1.pgdg+1_arm64.deb
Size: 41448
SHA256: 04fdee4d16219bf778c900d4dcc89e8af5e603fdf98b9698de85494d13a17764
SHA1: 89c7fd47afc1644825e71caceec8905d7d1aa566
MD5sum: 332634b77c5e31a459c06e0f85265de9
Description: PL/Tcl procedural language for PostgreSQL 17
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Tcl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-pltcl-17-dbgsym
Source: postgresql-17
Version: 17.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-pltcl-17 (= 17.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-pltcl-17-dbgsym_17.6-1.pgdg+1_arm64.deb
Size: 85172
SHA256: 675051a68aa79e2a1a3132ab3ce9029d237c7fcc9c67d3086b86e4afa6b25565
SHA1: 78b016bbe1610f96d8e9433971ce71685808d19f
MD5sum: 2ccda5441b36ecc082f7fac7ffca3f2d
Description: debug symbols for postgresql-pltcl-17
Build-Ids: cec3a5bf796dcfba84de0ccd201321fcdf79febf
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-server-dev-13
Source: postgresql-13
Version: 13.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6224
Depends: clang-19, libpq-dev (>= 13~~), llvm-19-dev, postgresql-client-13, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/postgresql-server-dev-13_13.22-1.pgdg+1_arm64.deb
Size: 1056704
SHA256: 27539d85a7db12e582e1e01a9a90595e9caa5506d3ed7ab3c50c815e1f171fa9
SHA1: 03d5d5ac30924aba1324d1aff8392e9baaaf89b7
MD5sum: dba7c83978244f5ac8026a8bce816aa2
Description: development files for PostgreSQL 13 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.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-server-dev-14
Source: postgresql-14
Version: 14.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6734
Depends: clang-19, libpq-dev (>= 14~~), llvm-19-dev, postgresql-client-14, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14_14.19-1.pgdg+1_arm64.deb
Size: 1132956
SHA256: 5fc76257c66b0b95f666faa8eafa81ebed18092786ffe7292014d061dd835d2f
SHA1: 65d44c7dbb2c1a4b8d8d2ea0089116af57c05b67
MD5sum: 128a55bcdb58b28a67ca7040b6902e9c
Description: development files for PostgreSQL 14 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.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-server-dev-15
Source: postgresql-15
Version: 15.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6897
Depends: clang-19, libpq-dev (>= 15~~), llvm-19-dev, postgresql-client-15, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/postgresql-server-dev-15_15.14-1.pgdg+1_arm64.deb
Size: 1157396
SHA256: 0fc254a46969505691a57df685aa347a0b49d257c5493ba50ad5346ca621279f
SHA1: b35da00e44d80d0c2fb939b24b4f561d9557d33a
MD5sum: 6a26756f2186753d4e8481c54a239c3e
Description: development files for PostgreSQL 15 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.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-server-dev-16
Source: postgresql-16
Version: 16.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7084
Depends: clang-19, libpq-dev (>= 16~~), llvm-19-dev, postgresql-client-16, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-16/postgresql-server-dev-16_16.10-1.pgdg+1_arm64.deb
Size: 1182988
SHA256: 91c1d23d6373cd1e32b368343ccfd4286e1c4a7120a74c352d37a0ec4ee5e19e
SHA1: 46e88ac356db5db29cdfcf2d7eaafc7e842ebc2e
MD5sum: 4e20922ffd9e16588fb4ac2e18d6e3df
Description: development files for PostgreSQL 16 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.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-server-dev-17
Source: postgresql-17
Version: 17.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8305
Depends: clang-19, libpq-dev (>= 17~~), llvm-19-dev, postgresql-client-17, postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-17/postgresql-server-dev-17_17.6-1.pgdg+1_arm64.deb
Size: 1320712
SHA256: c61f681ac53d17a2f5ed2deabe9c279b0222106946f989c4c8a9826052258c56
SHA1: c99fa1a30c6241acda97ec7f1809bb6eb1dd2068
MD5sum: 094385fdf5ac4516cfcc94ee4f6bfc15
Description: development files for PostgreSQL 17 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.
Timestamp: 2025-08-14 14:30:58+00

Package: postgresql-server-dev-17-dbgsym
Source: postgresql-17
Version: 17.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-server-dev-17 (= 17.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-server-dev-17-dbgsym_17.6-1.pgdg+1_arm64.deb
Size: 56756
SHA256: 63aede54ce186ad22043d2918250badf8d47c82ba1168d404e9bbe05a238f57f
SHA1: a7d90ab46a6153613968e2c73766d43863f30e23
MD5sum: 1faa854ebed884220c45a16de12cafbf
Description: debug symbols for postgresql-server-dev-17
Build-Ids: 3433eb240e16d10bd63b0e218525373acb3e398d
Timestamp: 2025-08-14 14:30:58+00

Package: pgreplay
Version: 1.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: libc6 (>= 2.34), libpq5
Homepage: https://laurenz.github.io/pgreplay/
Priority: optional
Section: admin
Filename: pool/main/p/pgreplay/pgreplay_1.3.0-1.pgdg+1_arm64.deb
Size: 30348
SHA256: 666dc003b7ca5180232e7026586917df99f4e9394d20d490d413853651c22118
SHA1: 9d02686c1e58a34e8f3c96ca1eab62fbc41ff765
MD5sum: 3c166ed1371ffae544f45d0d9d9fe1f8
Description: replay PostgreSQL log files
 Reads a PostgreSQL log file (*not* a WAL file), extracts the SQL
 statements and executes them in the same order and with the original
 timing against a PostgreSQL database.
 .
 If the execution of statements gets behind schedule, warning messages
 are issued that indicate that the server cannot handle the load in a
 timely fashion.
 .
 A final report gives you a useful statistical analysis of your workload
 and its execution.
 .
 The idea is to replay a real-world database workload as exactly
 as possible.
 .
 This is useful for performance tests, particularly in the following
 situations:
  - You want to compare the performance of your PostgreSQL application on
    different hardware or different operating systems.
  - You want to upgrade your database and want to make sure that the new
    database version does not suffer from performance regressions that
    affect you.
Timestamp: 2025-08-16 10:38:16+00

Package: pgreplay-dbgsym
Source: pgreplay
Version: 1.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 126
Depends: pgreplay (= 1.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgreplay/pgreplay-dbgsym_1.3.0-1.pgdg+1_arm64.deb
Size: 50500
SHA256: 24b1dd1a9b6c085a224c764643ea0c28ae8993545b8d5c88e223f845088d79ce
SHA1: cf1d23db06f785544d456eb718c5b174bba0c96b
MD5sum: 1778905f7c914a73e0ef100a4a8065dc
Description: debug symbols for pgreplay
Build-Ids: d4fd40fe1b38460c0d1b0471631e67499824c7f8
Timestamp: 2025-08-16 10:38:16+00

Package: postgis
Version: 3.5.3+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 637
Depends: libc6 (>= 2.38), libgdal37 (>= 2.0.1), libgeos-c1t64 (>= 3.6), libpq5, libproj25 (>= 5.2.0), perl:any
Recommends: postgresql-postgis, postgis-doc
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.5.3+dfsg-2.pgdg+1_arm64.deb
Size: 147040
SHA256: 0e5464951d12fb21f549fe651553c3123e646d0f340b5f7c69a98f242c9778c2
SHA1: d8c20da645d6c88de4220405a8c2aaaf7efed787
MD5sum: 5d65067cf0ee27fe19d8f6492449bb58
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2025-08-26 21:12:11+00

Package: postgis-dbgsym
Source: postgis
Version: 3.5.3+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 940
Depends: postgis (= 3.5.3+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.5.3+dfsg-2.pgdg+1_arm64.deb
Size: 541488
SHA256: 62789667861537e8c96306e022b8cef24714d796b8ead51ab9b5b2843d7a36ea
SHA1: 2fc5f8be38ff50aeb9542aed34c6f609b4cd731e
MD5sum: b9e4588463049d1375a8c425235d6273
Description: debug symbols for postgis
Build-Ids: 15bd00f7ab97061dd7e9ce223aed37d70638de16 50c1571acd279b2be7c98e4968be45d8d6be4b5e e1936f7b27108ce6e88ab778281d4f9e67896e2b
Timestamp: 2025-08-26 21:12:11+00

Package: postgis-doc
Source: postgis
Version: 3.5.3+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 6984
Suggests: postgis
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: doc
Filename: pool/main/p/postgis/postgis-doc_3.5.3+dfsg-2.pgdg+1_all.deb
Size: 3079392
SHA256: edd7e3b17edf53f800e7c176585b9df614d8bf559118d25c4f7832e997a85f78
SHA1: b91ddbe92c7136989a8ddb7284deabdb8ca90868
MD5sum: 4279dbcf2f6dae82b479b7166d30a8b5
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.
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-11-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 159
Depends: postgresql-11, libc6 (>= 2.38), libgdal37 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw_1.1.7-1.pgdg+2_arm64.deb
Size: 33876
SHA256: dab883a2868b406e0bcc681ce98bbc39cd17c7c368e1f793ccc3a0504c8c72dc
SHA1: fbb0ace53aafe468c8e623bea3ca2d38c0e5b1b2
MD5sum: 64d19d41330cd50a534a8f9b4a6ea72f
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-11-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 187
Depends: postgresql-11-ogr-fdw (= 1.1.7-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw-dbgsym_1.1.7-1.pgdg+2_arm64.deb
Size: 132068
SHA256: 18d1fdb5692ab5e829c0be2b409a54b35ab66a9742d22f6af36624f1556d5d2e
SHA1: d947b81c10be19d84eedbf15e8fadd4e06ce79f6
MD5sum: 2b0c94215cd40d1ec10bc00003755d34
Description: debug symbols for postgresql-11-ogr-fdw
Build-Ids: 5f84a5e40f5b967057bd8673bcce9ec9184f2749 83cb0d54477be8e72343d8d6ca8ebf5801f7ad71
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-12-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 277
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), libc6 (>= 2.38), libgdal37 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw_1.1.7-1.pgdg+2_arm64.deb
Size: 91536
SHA256: f21177044e9f96e33e5d5741b2102087c046b94a58295eaebb7c40c0a9b03282
SHA1: 314371ec20eb60c8591aa4fa92c5e8763ce20f09
MD5sum: bd46f8831bf73efa03c309804eca9a51
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-12-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 194
Depends: postgresql-12-ogr-fdw (= 1.1.7-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw-dbgsym_1.1.7-1.pgdg+2_arm64.deb
Size: 139652
SHA256: 19f51e06f098fd59190efa8d9d2b6368d6e2437189833cbb21f1ada5c6998602
SHA1: 31c697484665f694724823a5118cd2ab2b21046a
MD5sum: 7ca2705645778fd6a8586c4cb2f6d75b
Description: debug symbols for postgresql-12-ogr-fdw
Build-Ids: 182ba89fa2579e2123b42623320a8abd64cb6ac3 62b3c4b608d7a55e94ff4e749c911d2bc5e86706
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.5.3+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9710
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal37 (>= 3.7.0), libgeos-c1t64 (>= 3.13.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-12-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.5.3+dfsg-2.pgdg+1_arm64.deb
Size: 3389000
SHA256: 58d053a44e28c1ca13912d6b8d421dcd6ea3ce08442de474a91ed49506dc72fa
SHA1: a92ce1553073645c1eed7ae088c3cabc9d1bd048
MD5sum: 7c7614a6abb6483345532bd995fdd958
Description: Geographic objects support for PostgreSQL 12
 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".
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis
Version: 3.5.3+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4668
Depends: postgresql-12-postgis-3 (= 3.5.3+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.5.3+dfsg-2.pgdg+1_arm64.deb
Size: 4101244
SHA256: cd52c31f170a851c5f938d007ca06d456405da3c376f89bcd7c61edee6d9d13a
SHA1: 230b62dc88e68b516f492e01015325b559caf0a7
MD5sum: b031f45ce0b473deceeff7cd73d7a021
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 2eda8e40f0e5f5ed8bf2465b7cb3cf8301b9b95b 3c95ea511c2cbf38ecbcde1db8161c73d3b6d8ca aab88ebfa187a12a43c97b2d502ff213eb31dc86 c51a778376141f2c1aed86e5b52dc55effe5d27d dea86b823b53327826c609e3ab91165fc57f3658
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.5.3+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38563
Recommends: postgresql-12-postgis-3
Provides: postgresql-12-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.5.3+dfsg-2.pgdg+1_all.deb
Size: 1278752
SHA256: 7e9be918ca98d9f56760e2b90fd265a6512d4b9bfc87a6bfca879462ed1561b5
SHA1: 73d30242a2666c496aa4323be24940cf8e30ddbd
MD5sum: 39c21f3881de1dcbd00cf31971716b55
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-13-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 343
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.38), libgdal37 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw_1.1.7-1.pgdg+2_arm64.deb
Size: 93848
SHA256: f187bb30cfb4c5955fd68435d870c30dc1c0012b89a8f8f09ec3eb98533e08f6
SHA1: a0f06cf8dc85e764c0f3ef4cee730d4d3453778b
MD5sum: cf780a3ec630599f4ab9c7ee852b3c4f
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-13-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 201
Depends: postgresql-13-ogr-fdw (= 1.1.7-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw-dbgsym_1.1.7-1.pgdg+2_arm64.deb
Size: 145772
SHA256: 7658448420695ca24fa3730b821d26740bd5c83956afe523c69bdbc68d5b9f58
SHA1: 0b72a45c3eb19390148ad6235bb4aa9a2b2c819c
MD5sum: 935a4fc8397db48d34e5c19de4a0b9a2
Description: debug symbols for postgresql-13-ogr-fdw
Build-Ids: 095247bc585021ec5bd6ec5344ff9c2f91760bb8 5c8275f1c9c41a0dcbcf1a8a3aaffb4137c8025e
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.5.3+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9755
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal37 (>= 3.7.0), libgeos-c1t64 (>= 3.13.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-13-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.5.3+dfsg-2.pgdg+1_arm64.deb
Size: 3395596
SHA256: 3721be96753315e5756556ccd2a1b7d673798744b8da04fffd201e49b1c3c10d
SHA1: ea6f7a1b2ea51bdb0608dc3cd77825bbc43fa507
MD5sum: 03c6885663a5b57ecd7278bd7bd0da2f
Description: Geographic objects support for PostgreSQL 13
 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".
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis
Version: 3.5.3+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4691
Depends: postgresql-13-postgis-3 (= 3.5.3+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.5.3+dfsg-2.pgdg+1_arm64.deb
Size: 4124676
SHA256: 71e1a68b52fb96528a684a49bbe89f7ca9351e23bfbaeb484cb27f7bcc9ef3d8
SHA1: 8984350b4855c1cadfa1b4fa6e5a0f12555fcef0
MD5sum: d6689dc2bd6482e72e13eddc211e20ed
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 5d2683e623224364cccd4725acfb011633a626cf 99f7911cfe5c4931b0b961e83bffbbc844006436 c98d65b964a5452f77ec17d7eead2bbc07807fc4 d09ccdf2ee0e6380bbee26d54ca060ef0733d481 e78d6592e8ce386a6bc9b9be79e5cfdc14811984
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.5.3+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38563
Recommends: postgresql-13-postgis-3
Provides: postgresql-13-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.5.3+dfsg-2.pgdg+1_all.deb
Size: 1278816
SHA256: 63356cff8a4ca0d6289cca934b8895a94584b30e24ef2926295fdd7de509ca0b
SHA1: 360ecfc315d355fe9f53a53e039b3b5765ad29d0
MD5sum: 4ca53230954c8d1014001625ddcb1caa
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-14-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 344
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.38), libgdal37 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw_1.1.7-1.pgdg+2_arm64.deb
Size: 93848
SHA256: dd2d284362679012ec8b0712effffb67ebed3e8ef50cabd1c44b4894a869410a
SHA1: e86925fbec8c8629cd692b3d2199d199839c029c
MD5sum: 15b866b9221d30f8c925dc539e8b1ee8
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-14-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 202
Depends: postgresql-14-ogr-fdw (= 1.1.7-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw-dbgsym_1.1.7-1.pgdg+2_arm64.deb
Size: 147324
SHA256: c103af11b60debee9d4d2eccb881c9e2708057cdceeba3fff8578703efcc080c
SHA1: 42cc3b39fdc3eadd1b72aec4d888677216fc109d
MD5sum: 3496049b6aa4ae35fbf7a6bac98730bd
Description: debug symbols for postgresql-14-ogr-fdw
Build-Ids: 32f109a3786010788908c6542256c59bd0cd0749 68e8d030c0b701a8f5e45f6e2d10437bd0628040
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-14-postgis-3
Source: postgis
Version: 3.5.3+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9841
Depends: postgresql-14, postgresql-14-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal37 (>= 3.7.0), libgeos-c1t64 (>= 3.13.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-14-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3_3.5.3+dfsg-2.pgdg+1_arm64.deb
Size: 3402976
SHA256: f1befce95af12ee5898ee793e111361d809eee98490011080eec4c071968e4e0
SHA1: 46c5dce379df900f593f819c7e11ff6580fdb89e
MD5sum: b9f4f696eb474ac54ed8720b908764f9
Description: Geographic objects support for PostgreSQL 14
 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".
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-14-postgis-3-dbgsym
Source: postgis
Version: 3.5.3+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4676
Depends: postgresql-14-postgis-3 (= 3.5.3+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-14-postgis-3-dbgsym_3.5.3+dfsg-2.pgdg+1_arm64.deb
Size: 4108168
SHA256: 31c99c7521a0782b58c91d573df81835c51297e6b02190daacd4e81b56d1793b
SHA1: dda72786dea7591f56ac9c2c8426d3708ec227fe
MD5sum: 327ecc431971568f2b8554db2c76b27b
Description: debug symbols for postgresql-14-postgis-3
Build-Ids: 49f2e516d44d84af04a74e1201b595867a2e3169 62ad101c320401dfc3f9fd3222f2fb281ef240f0 77013ebbeff416b92e311de4c261f9a62db3c1e0 8e615d145c83ebe5936bb45c5bd41f2af5eebc43 9708ff40ef3b29398a5c11dc957d9f25c400feed
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-14-postgis-3-scripts
Source: postgis
Version: 3.5.3+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38563
Recommends: postgresql-14-postgis-3
Provides: postgresql-14-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3-scripts_3.5.3+dfsg-2.pgdg+1_all.deb
Size: 1278780
SHA256: 449fecc336d073c2b61d0bc187b486a183ac14531da6080b6a6824d9c03c74c0
SHA1: 48d4c47ed921f78e94fcd3113aa2424abdf40c0b
MD5sum: bcfd5c3523f0940d7a620962957665d7
Description: Geographic objects support for PostgreSQL 14 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 14 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-15-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 344
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.38), libgdal37 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-15-ogr-fdw_1.1.7-1.pgdg+2_arm64.deb
Size: 94140
SHA256: abc2c248ec6f02445d2569389228f52e4127bcf62e29933ac1a7fb0e2f610cdd
SHA1: b455934136788285b0f2582db567bbd4b168eacf
MD5sum: cb47eabbd38f4d69368a49c4aa8e7f15
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-15-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 200
Depends: postgresql-15-ogr-fdw (= 1.1.7-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-15-ogr-fdw-dbgsym_1.1.7-1.pgdg+2_arm64.deb
Size: 144792
SHA256: cdef64c839d83db689812f8bff33f755c8284761e1d2ef4000ff6cde84845a50
SHA1: 8a029e6d589633621f2ae3f6499cd7559ba8ccbd
MD5sum: e9a82b71a2d5ddf531e76b1e8d5ea587
Description: debug symbols for postgresql-15-ogr-fdw
Build-Ids: 81da3450353adaa9261bfa61cbe8dcba448e0d17 eb5714b056b2daa6126b7a0b8ebb7d28bdbe2e39
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-15-postgis-3
Source: postgis
Version: 3.5.3+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9967
Depends: postgresql-15, postgresql-15-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal37 (>= 3.7.0), libgeos-c1t64 (>= 3.13.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-15-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3_3.5.3+dfsg-2.pgdg+1_arm64.deb
Size: 3434684
SHA256: 2e903ef20ef70f05291fe848799e6ba340d2b2689f6967379c467dcbd7574bdf
SHA1: c45e87773b50087e5e3c69630725a664f4e9af5f
MD5sum: 78f322ebcfb488b8682982ee50f9f076
Description: Geographic objects support for PostgreSQL 15
 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".
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-15-postgis-3-dbgsym
Source: postgis
Version: 3.5.3+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4680
Depends: postgresql-15-postgis-3 (= 3.5.3+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-15-postgis-3-dbgsym_3.5.3+dfsg-2.pgdg+1_arm64.deb
Size: 4114864
SHA256: 8a51e76966a91055f1e232231007231b36b7a5a4911ecee4d7d7debc1f4850de
SHA1: 6b4f588393f60b254346cd13b98f11d88e2cc91b
MD5sum: 1c618c47fc261869c10b826077bb1702
Description: debug symbols for postgresql-15-postgis-3
Build-Ids: 0d1aa48060746d0992cc602323af593cd7490b8d 3f51e525c0ddead1c0b122ab9547156836cedf9a 6c6960c7a2f7b5690f73ae35a57e62dd5b5aa263 85e87a5b68e55793f8e57db70685f1f3c865c235 e4bf569c34438e5da7e4ce0cf0ea532797957cd1
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-15-postgis-3-scripts
Source: postgis
Version: 3.5.3+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38563
Recommends: postgresql-15-postgis-3
Provides: postgresql-15-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3-scripts_3.5.3+dfsg-2.pgdg+1_all.deb
Size: 1278772
SHA256: c97d7d015a8a1fa109f0440a67c1cc88023c96639dfba943df635c0da2ce3586
SHA1: 7816e98487ef77fdb2f6d402aacc46a96dc82b9c
MD5sum: dbace3bd7ebdee6000e265301d7c9189
Description: Geographic objects support for PostgreSQL 15 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 15 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.21.3+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13479
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.21.3+dfsg-1.pgdg+1_arm64.deb
Size: 387744
SHA256: e6ff6ce2e488d1111b6b491545342ab0fded6147ed8fb78f5040fa8ad7bd0e54
SHA1: eda84fb6b3bb74169754a66123c9d2e804cff4ee
MD5sum: c15e6babd4a5a31f4684d010fb73d71d
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-15-timescaledb-dbgsym
Source: timescaledb
Version: 2.21.3+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1252
Depends: postgresql-15-timescaledb (= 2.21.3+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.21.3+dfsg-1.pgdg+1_arm64.deb
Size: 1127736
SHA256: 8c44c24eabbd7300cdda80609e6cda2ac07505c4de945f7aec98473e1498c6b7
SHA1: 9a2219611a0b3cab1476b48de655893e93af3450
MD5sum: c686649d23fcf0e14d335eba29141219
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: 7d794b37932a8476c3718c4d333a8846106c371b b46443f5ab9a96a7d7a72b3f4e08ad791fb9fda9
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-16-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 280
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.38), libgdal37 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-16-ogr-fdw_1.1.7-1.pgdg+2_arm64.deb
Size: 93224
SHA256: a4904333c92027c4c56c259aa3c81f11b32ee839b15ae7d21a8bf0491bb64aee
SHA1: 6ae84a6a799e71e5a749436a9a52dd7e9253ba33
MD5sum: e4403d0f646b3f8d0320e436f2a985f4
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-16-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 203
Depends: postgresql-16-ogr-fdw (= 1.1.7-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-16-ogr-fdw-dbgsym_1.1.7-1.pgdg+2_arm64.deb
Size: 149016
SHA256: a7582f526d19f5550f1a96b3950cca58a900fc0c1b5d5cdb0a96e196878e7555
SHA1: ff84f131d35ac67a21ddc7af0c51cf8fa4bec19a
MD5sum: f4a5f7aef1864cf2c2719785b542df25
Description: debug symbols for postgresql-16-ogr-fdw
Build-Ids: 48c5feaa615a7564059a390d2113bc7066faf4ec d80fb0ba6bf881cfb0037729e898dc79ddbcf919
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-16-postgis-3
Source: postgis
Version: 3.5.3+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10224
Depends: postgresql-16, postgresql-16-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal37 (>= 3.7.0), libgeos-c1t64 (>= 3.13.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-16-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3_3.5.3+dfsg-2.pgdg+1_arm64.deb
Size: 3512748
SHA256: 50de369aad162512134f872791ac3a3e4c9fc0c55d0b1245fce679fbfcb4adaa
SHA1: 9d39be289dddba369e3daa615da754855df6c9de
MD5sum: a01bf8f7d4d7a030b74480b5371a0350
Description: Geographic objects support for PostgreSQL 16
 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".
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-16-postgis-3-dbgsym
Source: postgis
Version: 3.5.3+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4806
Depends: postgresql-16-postgis-3 (= 3.5.3+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-16-postgis-3-dbgsym_3.5.3+dfsg-2.pgdg+1_arm64.deb
Size: 4247432
SHA256: d1aadfab4c82cf366f7e748228aab2949309de2b63a88c3c69d411d71889a065
SHA1: a5ef8ed99c2da833dda6ab17a63dd8f46a06dfb2
MD5sum: 6536fc3bbfcf0a167f38f6075564d0af
Description: debug symbols for postgresql-16-postgis-3
Build-Ids: 461fbd26d24717129422dbe734d17fab57a9fb17 60ed6473d2641f62e0374e86bd83e972b9e6799f 6f10dba0986084f22bdbae806d582cd253d02341 93fd7c747af02fe5eca12e68e59a3490b9a24653 e74ace3305af0c443704f906fc4e0cce358cefc5
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-16-postgis-3-scripts
Source: postgis
Version: 3.5.3+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38563
Recommends: postgresql-16-postgis-3
Provides: postgresql-16-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3-scripts_3.5.3+dfsg-2.pgdg+1_all.deb
Size: 1278824
SHA256: fe1a3c787142ea5f7d0c9a7accade9e49a13898c5580eb2c57e161b4cfd90fd0
SHA1: 4155b606792b19bf49d136306e4bd13685af1cc2
MD5sum: a9fdb0be3587f874352d07efd55b0306
Description: Geographic objects support for PostgreSQL 16 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 16 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.21.3+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13479
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.21.3+dfsg-1.pgdg+1_arm64.deb
Size: 387176
SHA256: bae44b97690491372c8338db52da90c76c8cebbecfa6f97d112e1df05ae39433
SHA1: dca0d1a4e4ef82a5d04c3128fd8590c5b8044ad9
MD5sum: b92fd325ee5c22dedcc90ee201f4a653
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-16-timescaledb-dbgsym
Source: timescaledb
Version: 2.21.3+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1310
Depends: postgresql-16-timescaledb (= 2.21.3+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.21.3+dfsg-1.pgdg+1_arm64.deb
Size: 1185420
SHA256: 4ed9564e8b61e193777069501825972c61ffe23d491403714daba676cc26f1e0
SHA1: 12469324bbc019d5516ccf4431c9f7a737398f70
MD5sum: f28a67ac9281c153ead985c91f08798f
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: 64f58cc7624a4b6e088077afd3bc87fd04637196 97d506b5ddeb05c34569fae3d0dcf0294e5f0693
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-17-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 280
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.38), libgdal37 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-17-ogr-fdw_1.1.7-1.pgdg+2_arm64.deb
Size: 93356
SHA256: fcd1052c9dd113b7e03a543d2756465cb231e3a34cb00fd155522bb345c9057a
SHA1: 576886cae1b6bc996d92db367a5eef0af573dba3
MD5sum: 4534e9d96f61afaed3820577e217bd5e
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-17-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 204
Depends: postgresql-17-ogr-fdw (= 1.1.7-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-17-ogr-fdw-dbgsym_1.1.7-1.pgdg+2_arm64.deb
Size: 150588
SHA256: cb516e6b1c354a7d8cdf8c614bf91c651d6034b8db4a4dd00d27b08f9760ffc8
SHA1: 28a83d2707fbed8f3d18eec6ee8c705ea99b0e98
MD5sum: 551513395e906865b9df5cb3a9e5f6d8
Description: debug symbols for postgresql-17-ogr-fdw
Build-Ids: 35e9b7ba2f573c701300df0b68c03104006d9283 b1d492ffbee928569a3a9863b14555ade3205067
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-17-postgis-3
Source: postgis
Version: 3.5.3+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10323
Depends: postgresql-17, postgresql-17-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal37 (>= 3.7.0), libgeos-c1t64 (>= 3.13.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-17-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-17-postgis-3_3.5.3+dfsg-2.pgdg+1_arm64.deb
Size: 3531068
SHA256: f106d409ac4460101686a359e36102841644cedb53d99deb7e0d29d1089f2797
SHA1: 00632e94daf7b3b476854c6cfb6f063a81dfd6d4
MD5sum: e9b51dcab6952dff2cb136b61e32aa8b
Description: Geographic objects support for PostgreSQL 17
 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".
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-17-postgis-3-dbgsym
Source: postgis
Version: 3.5.3+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4805
Depends: postgresql-17-postgis-3 (= 3.5.3+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-17-postgis-3-dbgsym_3.5.3+dfsg-2.pgdg+1_arm64.deb
Size: 4244884
SHA256: 243b34338ba1421aab478d835c2c5c8aa833ff2a38f73d1c1df5ae506af6bc91
SHA1: 9849c37e4327403416bc8ad987ca258fcf8cd056
MD5sum: 2bc096fc1b2533fdcdaa0bc991139ed8
Description: debug symbols for postgresql-17-postgis-3
Build-Ids: 0af2b34f555a08dea350937fbbd4b92a9d69956d 4072159b36096a6bc5ec3e7f797cff54924fb47b 4f84ae717700fb2ce1d23e0ccf1573de440b6f79 762882fa85e774ad530edcec366433fc14b35cbe a613eed155fd98b838f27345447677f792878370
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-17-postgis-3-scripts
Source: postgis
Version: 3.5.3+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38563
Recommends: postgresql-17-postgis-3
Provides: postgresql-17-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-17-postgis-3-scripts_3.5.3+dfsg-2.pgdg+1_all.deb
Size: 1279012
SHA256: 36dd6ad82871407b033c1dfdd21ceccaead8b451c5b5260d31cd18b81228a932
SHA1: 176037f6abbbe6c81705d0f6877cfadbc2450788
MD5sum: 8a6a0bceafba9701a4efb0f7f7534dbb
Description: Geographic objects support for PostgreSQL 17 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 17 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.21.3+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13479
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.21.3+dfsg-1.pgdg+1_arm64.deb
Size: 387232
SHA256: 1ee10589da454f41d3d2eb9739242e1b5f15b2874e9801077df39fd5f86d18d0
SHA1: c4d8e234679474fb408c4702152c4e1b91e34b66
MD5sum: 7f43e1930705a663ce7e497c0fad52ad
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-17-timescaledb-dbgsym
Source: timescaledb
Version: 2.21.3+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1314
Depends: postgresql-17-timescaledb (= 2.21.3+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.21.3+dfsg-1.pgdg+1_arm64.deb
Size: 1193092
SHA256: 6f6cd6d0a9d2db8b0bf14c2f81b1e2ce7b8c99cc5f6dea38fc63f36cf69492e9
SHA1: 40d997d120369bfae615bc754a93c218103ce19c
MD5sum: 1c23474b3dbdd37b3ea13e03a1d31a0b
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: 0fbe775201d6b2b16c59451bb1759cdc089cd734 30345453540104957b845fa557f0312237d005c1
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-18-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 283
Depends: postgresql-18, libc6 (>= 2.38), libgdal37 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-18-ogr-fdw_1.1.7-1.pgdg+2_arm64.deb
Size: 93636
SHA256: 8a1ddc146967c6e86948b947fdcf15759a3ef8d447e45b45868700bbf76e3712
SHA1: 842a2defce427ac1feba09b504e322020c8d13ff
MD5sum: 184f30a6f647afd026e60492370c47ce
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-18-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 206
Depends: postgresql-18-ogr-fdw (= 1.1.7-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-18-ogr-fdw-dbgsym_1.1.7-1.pgdg+2_arm64.deb
Size: 152788
SHA256: f4c542b8c253cf167024848743e8c22517c86dd88409074a03c1b3728eb815d9
SHA1: 14c118df31fd52196438ab2696e43e6a45d012f3
MD5sum: ce4deefb57f291a657a81e88ad9f30ec
Description: debug symbols for postgresql-18-ogr-fdw
Build-Ids: 523e1abc142ecd4b3fc4397cbb046f6ab2df034c e9a8efa282b23310f093d845c60ac3c4ae891027
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-18-postgis-3
Source: postgis
Version: 3.5.3+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10294
Depends: postgresql-18, postgresql-18-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal37 (>= 3.7.0), libgeos-c1t64 (>= 3.13.0), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-18-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-18-postgis-3_3.5.3+dfsg-2.pgdg+1_arm64.deb
Size: 3536624
SHA256: 9594741f5cb7bfa4c4d405ba1a3daf244fae67ce756730a88e81bde724eba7c1
SHA1: 8e3539e892bc20da9f9b91b779709175733ad4d9
MD5sum: ac059df0fa1d902cb363e754e5d0f797
Description: Geographic objects support for PostgreSQL 18
 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".
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-18-postgis-3-dbgsym
Source: postgis
Version: 3.5.3+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4808
Depends: postgresql-18-postgis-3 (= 3.5.3+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-18-postgis-3-dbgsym_3.5.3+dfsg-2.pgdg+1_arm64.deb
Size: 4249064
SHA256: 76a691f2334806878c886759d8e18b424b7b5290f908ea5621e918318fbd04b2
SHA1: 32e7a875666328957415ab9f4c372d7bd2ea6f28
MD5sum: 65013f9d5b6d680ce8b86607ecc0d323
Description: debug symbols for postgresql-18-postgis-3
Build-Ids: 06fbaddde0b112b104bcd10dd06ae3b6070eeb45 463d6d3b5b074cf0156d5d6d959ca585dad9fdc0 7cc5418c7594959a524ec3c95ef8459a26c3d23a ac9b90dbff58b10017868cf117450b6f8c770d2e b9f859311302289947d6aa07c3dd4330421e2d55
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-18-postgis-3-scripts
Source: postgis
Version: 3.5.3+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38563
Recommends: postgresql-18-postgis-3
Provides: postgresql-18-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-18-postgis-3-scripts_3.5.3+dfsg-2.pgdg+1_all.deb
Size: 1279032
SHA256: 7c1c167cfb0b3aa4a8fcfeff0d12d2213b8f518a35af4753d2b9304b6cd3496b
SHA1: 242f4b2a6b216c3c563cac19d30ed1093744d50c
MD5sum: aa80d6614079532dbe2093f4f1d49b23
Description: Geographic objects support for PostgreSQL 18 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 18 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-postgis
Source: postgis
Version: 3.5.3+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 66
Depends: postgresql-postgis-scripts, postgresql-17-postgis-3
Homepage: https://postgis.net/
Priority: optional
Section: metapackages
Filename: pool/main/p/postgis/postgresql-postgis_3.5.3+dfsg-2.pgdg+1_arm64.deb
Size: 21300
SHA256: eb9cb7f8cb243172374a44c3e916a207dadce85ee7200888acf231ccc5ccd1ad
SHA1: d7b3f55d172f6d5b29110076a718c5aea03f34a9
MD5sum: 976851424f434e5b16a087474790a235
Description: Geographic objects support for PostgreSQL -- Metapackage
 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 metapackage depends on the PostGIS package for PostgreSQL 17.
Timestamp: 2025-08-26 21:12:11+00

Package: postgresql-postgis-scripts
Source: postgis
Version: 3.5.3+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 66
Depends: postgresql-17-postgis-3-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-postgis-scripts_3.5.3+dfsg-2.pgdg+1_all.deb
Size: 21328
SHA256: e57c6eb13efde96b39c216ffde209effb30e3ce4cd73941dd7ff1e4d01299152
SHA1: ced37f20a8e84d542ba0d1e48c9e6ae514cd035b
MD5sum: 25fe86e2754d107772571980314c251c
Description: Geographic objects support for PostgreSQL -- SQL scripts metapackage
 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 metapackage depends on the PostGIS scripts package for
 PostgreSQL 17.
Timestamp: 2025-08-26 21:12:11+00

Package: librdkit1t64
Source: rdkit
Version: 202503.1-5.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 24795
Depends: libboost-iostreams1.83.0 (>= 1.83.0), libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py313, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.38), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.2), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 3.3), libinchi1.07 (>= 1.07.3+dfsg), libmaeparser1 (>= 1.3.1), libstdc++6 (>= 14)
Breaks: coot (<< 1.1.15+dfsg-1), librdkit1 (<< 202503.1-5.pgdg+1)
Replaces: librdkit1
Provides: librdkit1 (= 202503.1-5.pgdg+1)
Homepage: http://www.rdkit.org
Priority: optional
Section: libs
Filename: pool/main/r/rdkit/librdkit1t64_202503.1-5.pgdg+1_arm64.deb
Size: 4923688
SHA256: 23928380df77724d85325fdff9e01657c622fb297c08c5fc8265130e85743359
SHA1: 5eda5a101e9d7c4c1b105a5e820620d0b46fddc4
MD5sum: 06c0aa6e4cdb63aa88baa25069be1104
Description: Collection of cheminformatics and machine-learning software (shared libraries)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the shared libraries.
Timestamp: 2025-08-27 20:02:46+00

Package: librdkit1t64-dbgsym
Source: rdkit
Version: 202503.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 122629
Depends: librdkit1t64 (= 202503.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/librdkit1t64-dbgsym_202503.1-5.pgdg+1_arm64.deb
Size: 119716580
SHA256: 2c4ca2384283e4fb5c19d0d26dc4ffe4420d5c28ccec57480fb462d38b8b8547
SHA1: 4f0d180e7df4c77af58e295695f920638f3a9c63
MD5sum: 7de53cd77771f59688185737affac4bd
Description: debug symbols for librdkit1t64
Build-Ids: 04c6e961f25043959a2999590fca0adf1c8ffb9c 055b3dcc1838d6687941fc1d50be8c3a4989e485 0acafba4e1c885d5d414e998f60107bc443f361e 0d023dc11e6fb5cde9c5ea95f13ce84896c3418d 0e7579f0e5c6425d5474511e60ed6ea6ef2497b7 0eb19e4a794503e39c42fcda962362751416dfe1 0edf5ae07865a89170782e7754bab0fc5058a8da 110f84936c1fc71c4c9546235cc6a19d909667a0 19574d1a1303e593f571b765f89b91c879d6825b 1a23e87fe2f7cc9d5e61edd73bb5373355d96caa 1b5c02f392ad518b154e23bc8ac1d81e41b6335d 1f0d9f7b469fb631c80ab4c4e198ede8df2efeb2 22814086fb3a65294dad72029dff661b38e9d0ea 266ad6614c2adc1d42318e07d6c1b6e9a7c6c588 2f2e64790ff4b2c4553908ef22d37693f2e1893e 32106411344ced2716c3798495811b38b4775dbf 3c690c29c2c132a3044da8f1aa443bdd770eb094 3fe9fbec22111eaea2d14cf2f96591fbdea1b623 41783550c64c3b94d35d5d3afd4958b1368c48a5 5482f46d4eb888e6fe466afba77e125668d31e53 5f341d026b278ffae9eaf70dc6ff39048d2036e8 616c7832da8cdb01e10042e0a3a209ac0572b0ac 6b8a0a57638d89c88f71bbedc8d4bd7a19352a5d 6e5e3fe84b6f68dcb9a9773ada29adb3ee1aa5bb 718f2cec76ce303bc448befb5979d4ebcf9221c0 75708d2b09091cd168f77d28b44bde4d8cd1839c 75bf53d77327a51dbf0921059f91934030d38e08 82070b646f9a9f59f8a4745c4ea182cbfdf44314 8214ca401e4d399b2a68ea3b57ddea75ccd5c2b0 82aba7085dcf9cff1d2f99dd1d89ce0808a0a439 8556b387fff94ca630d07c160e3542e7e0292fe1 87f1dc392b2dd773214fc8d334fcb734efd014a4 8b83e1d73a81e5132feab5d4e05a2fecdb43db4d 8d46995125ed427ffab5cdfdca05481c2d19b45f 909ca42bde975ba8362f87e209ec124ab76e6780 90e6d842196cbe66f88cde65b020b4849bf113f0 90ef152ce5b3b5b11b5d6bd4fc7da355cd810e82 94cb3c1ee5fca3fceccbcbb1cb1ff6bd48b319e0 986343e128fe0e98021653196bc2d2c569837dc0 9a19e90e81bdc7d2cff3bacd1f0aa911506659e2 9b623753606a449d1f670560e3a6110b078cd381 a54d9c8a73df09158cbbef469121d252d973cb3d a61b010599fc802e54a236c66d4e0849caed5e55 acd3d772cb67334f8adc11501ac325a03a783a9d acd8bcffcd0b31b382f97f3793e315017be017e7 b049fec8094a14bc2c7374f86608c2108e23fa15 b916c71950ecaa8ffccc9befcbd573b80d9d8ca5 b92ed0b7987f8e9c3e61a4b0ae215d9ec0a5c98c c16ccebffdab89ba438bf1ddf07c679076082f0b c24a17b3f054207b1d91936150b36aa1a36e1422 c7c2eb1be39c657dd035fb49a9d3fd3ad2c844bc d88ba4c234a590b5c29f7b5069d1539b8e6e658e dfcfc1ae529fd3fb8ebb05bb99ca6d6f444e0262 dfe8d5468aae7768d149c2f1c5cb304d8da36616 e137f387e1541c79d265da023f06f92250530e82 e5ce8141e82f40e8b40b69a4240d86753cd95493 e906ad08456337267980a2ed2495a05097b225cc e9b4962e74a678d571359b049d72ac60a2842bd9 ea3c7823b20ec10cd6ac153c0ca35c792305fee7 ef87f5a665ad2225f28da61e167cf648bafe0056 f254f8ec1156d3cf104d5528550c7580e723aeec fc9760b4167800cc927a322edbacadae074ba56f ff98056a7ecc37e7cf622e023f679079a91ce085
Timestamp: 2025-08-27 20:02:46+00

Package: librdkit-dev
Source: rdkit
Version: 202503.1-5.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 2751
Depends: librdkit1t64 (= 202503.1-5.pgdg+1)
Homepage: http://www.rdkit.org
Priority: optional
Section: libdevel
Filename: pool/main/r/rdkit/librdkit-dev_202503.1-5.pgdg+1_arm64.deb
Size: 485760
SHA256: dfed6be7ef4ee34bf8e28c26ecdc7619065d792419b670ccb759aaeaff8bb40e
SHA1: 5c707c7ae3a419bc4aab14ecd01209fd360cd9f5
MD5sum: 86df6baf4e3bd1b6ff6fca202837fc78
Description: Collection of cheminformatics and machine-learning software (development files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the header files.
Timestamp: 2025-08-27 20:02:46+00

Package: postgresql-10-rdkit
Source: rdkit
Version: 202503.1-5.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 662
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.1), libstdc++6 (>= 13.1), postgresql-10
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-10-rdkit_202503.1-5.pgdg+1_arm64.deb
Size: 244792
SHA256: cb41360a4ccc39ad4ff7b11cefd22dc60ca428c78adbff169fbe5700a2ea6385
SHA1: c4be9bb1a9939c9929ec221f4ea9c17f37e8e193
MD5sum: 3a79a44c7374ce491ca16d1927e53a7a
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-08-27 20:02:46+00

Package: postgresql-10-rdkit-dbgsym
Source: rdkit
Version: 202503.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1206
Depends: postgresql-10-rdkit (= 202503.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-10-rdkit-dbgsym_202503.1-5.pgdg+1_arm64.deb
Size: 1143140
SHA256: 6f427ed97230dc10a236d02ca9f9be2e600d44e6eba64836fb3b5ef298a55d2a
SHA1: e6228dbb295cd58298196f4a3d3b9913f8c90dff
MD5sum: 1947852924ba5049d9562445b5fd6733
Description: debug symbols for postgresql-10-rdkit
Build-Ids: cb6ed1768c66a220132a0182d921717460fc50fc
Timestamp: 2025-08-27 20:02:46+00

Package: postgresql-11-rdkit
Source: rdkit
Version: 202503.1-5.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 662
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.1), libstdc++6 (>= 13.1), postgresql-11
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-11-rdkit_202503.1-5.pgdg+1_arm64.deb
Size: 244764
SHA256: f0e0a34db7387ba13c2674f8fa282eb7816f2f9b4f35676148e825a6142991dd
SHA1: 971f85fd2cb84ddfa3cd3ac8e89c6de084934fe1
MD5sum: 965711035a541de7eef2c72728e20fd5
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-08-27 20:02:46+00

Package: postgresql-11-rdkit-dbgsym
Source: rdkit
Version: 202503.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1207
Depends: postgresql-11-rdkit (= 202503.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-11-rdkit-dbgsym_202503.1-5.pgdg+1_arm64.deb
Size: 1143428
SHA256: d549129b452b9b629ea162406899e92d744ddd05dc281c76558a821ee403176d
SHA1: 6ed612f9960c3ef487d870fff04166a745a719de
MD5sum: 3ec7664ee7916369e592c14e3f916b5c
Description: debug symbols for postgresql-11-rdkit
Build-Ids: f28525509148db59fa88fc506c4b5ee5a62b1714
Timestamp: 2025-08-27 20:02:46+00

Package: postgresql-12-rdkit
Source: rdkit
Version: 202503.1-5.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 662
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.1), libstdc++6 (>= 13.1), postgresql-12
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-12-rdkit_202503.1-5.pgdg+1_arm64.deb
Size: 244780
SHA256: eed12c808870255677d710f6df726c544c1b26d6e7715fa9c365a9057c025d9b
SHA1: ba3b1fe038673a84562f8a070bd53761d3e85b92
MD5sum: 5acbd3703a7072f87e8a307eca998c56
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-08-27 20:02:46+00

Package: postgresql-12-rdkit-dbgsym
Source: rdkit
Version: 202503.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1207
Depends: postgresql-12-rdkit (= 202503.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-12-rdkit-dbgsym_202503.1-5.pgdg+1_arm64.deb
Size: 1144240
SHA256: a81ec8318b8cab6188d71e1f6dba1e30aedf95501b4a7207db68837f60514175
SHA1: 96ce6437e2c4cce05a47c43429e1ed6372062e3a
MD5sum: 8a24fe3df1251b3e250f899c7c6c1930
Description: debug symbols for postgresql-12-rdkit
Build-Ids: 1e5d13d7fa469ca2b152e03398a27187aff4d8dd
Timestamp: 2025-08-27 20:02:46+00

Package: postgresql-13-rdkit
Source: rdkit
Version: 202503.1-5.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 662
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.1), libstdc++6 (>= 13.1), postgresql-13
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-13-rdkit_202503.1-5.pgdg+1_arm64.deb
Size: 244924
SHA256: 6eefdf7f3bb7ed4c7a4d962c286ee9233967b7103fbc8cbbc1f3a6107f2d008c
SHA1: 03ffc85f450ee0395643e159b19389367296f5fe
MD5sum: 29a5a7d4d9c4900e5a5112f8dac59132
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-08-27 20:02:46+00

Package: postgresql-13-rdkit-dbgsym
Source: rdkit
Version: 202503.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1210
Depends: postgresql-13-rdkit (= 202503.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-13-rdkit-dbgsym_202503.1-5.pgdg+1_arm64.deb
Size: 1147240
SHA256: 5cab97d23b814198d3416f5bb1964eecc53a3d95af5c87cb1c9cc0cee4d4810a
SHA1: f1d9d137090facd96763c96fffe0f65d6021cfee
MD5sum: 5d6a3068ac2cf46ff516ce8f362d7d77
Description: debug symbols for postgresql-13-rdkit
Build-Ids: e40a40ed70f3ff44cd1a9ca55f3f73341ce59bf5
Timestamp: 2025-08-27 20:02:46+00

Package: postgresql-14-rdkit
Source: rdkit
Version: 202503.1-5.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 662
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.1), libstdc++6 (>= 13.1), postgresql-14
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-14-rdkit_202503.1-5.pgdg+1_arm64.deb
Size: 245128
SHA256: 0ed489611bb49a8a612a510ba4dad07050d8828f138dd694ce949e590af489d0
SHA1: 0907508a525c037e61f248af19c1acbfe93490ee
MD5sum: faeb15eae9b41187c9f018ee8f2ba2a5
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-08-27 20:02:46+00

Package: postgresql-14-rdkit-dbgsym
Source: rdkit
Version: 202503.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1215
Depends: postgresql-14-rdkit (= 202503.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-14-rdkit-dbgsym_202503.1-5.pgdg+1_arm64.deb
Size: 1152060
SHA256: e500d683be2ca8dbc45dde776fff66d8a9affbb77a9e1cf5b7cbea585fab0769
SHA1: 97ec0299c5b89fb7303e4ffbf727fcbe0b4a47ea
MD5sum: a84707064c1ebad1f23752ab6c3349bc
Description: debug symbols for postgresql-14-rdkit
Build-Ids: b643bff3837ce3e5bf3ce697709ce4423b5fd5d2
Timestamp: 2025-08-27 20:02:46+00

Package: postgresql-15-rdkit
Source: rdkit
Version: 202503.1-5.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 662
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.1), libstdc++6 (>= 13.1), postgresql-15
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-15-rdkit_202503.1-5.pgdg+1_arm64.deb
Size: 245200
SHA256: 2a4ab15d76153290ff94df3443c5469acd38133a340061a69d4495509d5d160d
SHA1: 33a75502e4c3d0fb4af13f222e422c9b0bd1c0f6
MD5sum: a0b04183a8b47d460746d008a44dd528
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-08-27 20:02:46+00

Package: postgresql-15-rdkit-dbgsym
Source: rdkit
Version: 202503.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1215
Depends: postgresql-15-rdkit (= 202503.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-15-rdkit-dbgsym_202503.1-5.pgdg+1_arm64.deb
Size: 1152300
SHA256: 26dc48aa7a12b6f21579a068600feafbe6721bb69d051964e5b16201b0bcc133
SHA1: c9fe708585902b6a66c93549d7234ad78290766c
MD5sum: 2821ee556f5c0798fafdff48e3f6212f
Description: debug symbols for postgresql-15-rdkit
Build-Ids: a24ef2d41f6f8c5145aef67b0a523e3a7e2c83ff
Timestamp: 2025-08-27 20:02:46+00

Package: postgresql-16-rdkit
Source: rdkit
Version: 202503.1-5.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 662
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.1), libstdc++6 (>= 13.1), postgresql-16
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-16-rdkit_202503.1-5.pgdg+1_arm64.deb
Size: 245644
SHA256: a8bd533619fc54b66e5f01acfd5bac0585c61798db0b42203be5c93a043e1fcd
SHA1: 77344bddaca11b99c75dba8b037ee7dffb7189ef
MD5sum: 609f599d24c6d0d8aa0fbc617f8ca988
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-08-27 20:02:46+00

Package: postgresql-16-rdkit-dbgsym
Source: rdkit
Version: 202503.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1231
Depends: postgresql-16-rdkit (= 202503.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-16-rdkit-dbgsym_202503.1-5.pgdg+1_arm64.deb
Size: 1169064
SHA256: 3e9cb1ecc0cbb2ae99311d60558a74b29e3695072f2b3184f2408b3fc4132d5d
SHA1: c027b342a104196f033e10c2295a9ecf579c4cb1
MD5sum: 0e02966168575e7c45d9765cf924f096
Description: debug symbols for postgresql-16-rdkit
Build-Ids: 42222bfcac3845c7170f9df96aca45ead4690a06
Timestamp: 2025-08-27 20:02:46+00

Package: postgresql-17-rdkit
Source: rdkit
Version: 202503.1-5.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 662
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.1), libstdc++6 (>= 13.1), postgresql-17
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-17-rdkit_202503.1-5.pgdg+1_arm64.deb
Size: 245232
SHA256: 016d0585ce3981f83ce6baa63f5316c7fd28905166e8c52d7f44ca56c2d38bb6
SHA1: b8e294689f7769656c8ebce73c380e3b36fa7927
MD5sum: 0a98ac590ec165726c2736e2d729014b
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-08-27 20:02:46+00

Package: postgresql-17-rdkit-dbgsym
Source: rdkit
Version: 202503.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1232
Depends: postgresql-17-rdkit (= 202503.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-17-rdkit-dbgsym_202503.1-5.pgdg+1_arm64.deb
Size: 1169532
SHA256: 23b025465f38f7ff3ab41fa9cfaa090193849a4c2be3d78715457dea3e2b2512
SHA1: cdd1bbe07747a96dec32a845a8b9709649eb6c0c
MD5sum: ad18ca97a5282cc6b1187a68128772ae
Description: debug symbols for postgresql-17-rdkit
Build-Ids: b8897b9f3e85d88c8254e628450d0c6cb8f8dbf8
Timestamp: 2025-08-27 20:02:46+00

Package: postgresql-18-rdkit
Source: rdkit
Version: 202503.1-5.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 662
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.1), libstdc++6 (>= 13.1), postgresql-18
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-18-rdkit_202503.1-5.pgdg+1_arm64.deb
Size: 245312
SHA256: 94af4a27ae8e4d8e9fac7b1b481f6adb99e666438919cdca9b6f12690dee0f04
SHA1: af20347df215683b2bc7798445db024cd4a578da
MD5sum: fa25d5acd264dcf8890a1d01779b5a23
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-08-27 20:02:46+00

Package: postgresql-18-rdkit-dbgsym
Source: rdkit
Version: 202503.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1232
Depends: postgresql-18-rdkit (= 202503.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-18-rdkit-dbgsym_202503.1-5.pgdg+1_arm64.deb
Size: 1169620
SHA256: 9885eb61226a42f18c6cabe3305f735207e8ecb9c0149f4e35ce98c8646c60ab
SHA1: b3fed86d2be726c6b973dc511089f3b58a3bdb73
MD5sum: 51dc2ba4769fd4416b7bbb4fac78c039
Description: debug symbols for postgresql-18-rdkit
Build-Ids: 42872fe8a9328a238306c61aa839dbfe24537f38
Timestamp: 2025-08-27 20:02:46+00

Package: python3-rdkit
Source: rdkit
Version: 202503.1-5.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 29308
Depends: fonts-freefont-ttf, rdkit-data, python3-numpy2-abi0 | python3-numpy-abi9, python3 (<< 3.14), python3 (>= 3.13~), python3:any, libboost-numpy1.83.0 (>= 1.83.0), libboost-numpy1.83.0-py313, libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py313, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.34), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.2), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.1), libstdc++6 (>= 14)
Suggests: rdkit-doc
Homepage: http://www.rdkit.org
Priority: optional
Section: python
Filename: pool/main/r/rdkit/python3-rdkit_202503.1-5.pgdg+1_arm64.deb
Size: 4356024
SHA256: 7f90af94fe8aa01093b24c29a31561a0e01627b2e8f4ed9b0f2751852ee9e5b7
SHA1: 45e008062b7b09e26458d351fcce08788d2c25cd
MD5sum: 9f0ca92e47109809539abd19b7b75717
Description: Collection of cheminformatics and machine-learning software
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
Timestamp: 2025-08-27 20:02:46+00

Package: python3-rdkit-dbgsym
Source: rdkit
Version: 202503.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 72358
Depends: python3-rdkit (= 202503.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/python3-rdkit-dbgsym_202503.1-5.pgdg+1_arm64.deb
Size: 62501380
SHA256: 1cbe97e4fd704eb873fb3f674ecf635cc2908b2ef4f3295ef43188b35bd58a3e
SHA1: 3e8dc3c0a56ee93a2e8da668e388a8748b7392e5
MD5sum: 7dc3dd4badfa0e201aa648b0cbc879c8
Description: debug symbols for python3-rdkit
Build-Ids: 01852bcf59a12bef6f3d55626a0f3967dad78982 022b948385244af987630af087286b9a9d962ca6 0667c2b93fa4f02eb0302ef3c1bc917070177820 073de82e88052f6670919260b12c17455f7815a0 1bb79e7b2c6db8b2194d00d94cd8e008b8271933 21a470226561a9bdc285d30e018efbc49599088d 284f892a09ca45e13f5573cedeff21ef4ff7d3fc 30fc70dfb028c5d1d5a0f48d8acef4eb846b205f 3277adea85225d9f1c8bb31877cbe8e72abaa445 32cb8f6ed468bd72564a18356141678cf69caaed 360970a2138af37c375c98d6f3dd46d46f01ad06 3e23baf3f602d1c0b5ed64def7d3bdebc8a1b7ca 407ebd5e1c4580cd5abf7300f01ee95fa31134c1 46f7475cd0701617b72fa307e45f52cab4844f0b 48bd1da0fd717cd4d230a3126cb612b1431a21e4 5b3977c5e5b8b55cd6b146abd9030b8e2af46003 5e9c4d6abef30f8aa34b63ee9164263dfcec4e7d 6286373f4b3046064e10ab4b8356e08441e3bda3 688bc4c9ea0f2791443b411007c0467066948fb3 7405ac083eac746dc82b8ed410c4e330975b4dc2 77e635032cc7cfc3dd1ef86c968f10ac1ff227ac 81762b10f0ba728b21cc9accd352aca7fcc66df5 82904f9ee4af2ef09bc229b0451479fc93d43081 847926a21a7fbbcda965aeb2456e76d349794054 8c0657df38f6c290de220f24096d31256855cc6b 8fa3664adf6d2c7369fa3da7fd2745c267ce45a0 933ece7a23ea7b614dc4ab26a5490dae428af9f3 95920fae717821d9c76b759d7e2b2d71e95fa675 965ffb815336118370aa1c308a91a729b44fe9a3 96e82a428509ca4b9fd8be925361c95a834c2f3c 989bd5060dbd9c1a13f8c7dc33712ea99a409417 9af004e0c1d1a35ff3f52d57be5c07fd1e5d2be3 9c5b4525b8fdf83cbfb6b0200f2d2203fb716d5b 9da6cb9551bc84cdfbcbfe903953f48a345d6cbb ab8eb5ec8123d3554f15846dabd2bbcde2768eda b070d367a78147545b4f7f11297aa627c3b0d969 b08b59bcded3ae7632eb4c63ad08c02947df8b3d b7dcf24210f49a134d8a35bb13504349b75bf307 b96a4d0467319ffc35d030f9d79a20a8d6fd4a0b c06450a6be909ec6993d39891a14ca97fec399c9 c5b965d959c8f2283eb9321753bfd77b73d83830 c96ab9b50f16c7203f1ab434dcf5e453d0c5c780 cb837023683f853a865efb98355a5eac62e00006 cca58892c077261487ba1903d0ab5fffacb14ea1 d822301e2e1d042ac1775f767488814cd7e49ada db1973aa78c724f78334ee812ca3a1cc90c3f3a8 e0112ad0725fb10eb628694b3e9b3576e5adee19 e48258096c5441aa09628930410338b3a52ea480 e681677f00b032999c9e9e8887e9ce4d636ee22e eaf295d4e84eb92fe958e104596ff9b4c4b72036 f0df46afb716668e4c1751efa6f1999ea983c913 f14cdb0fa5109d283c92bca2c4ae61c1cb730331 f22f71192afce6686d572d53ca92dc7f84edb210 f39b276f422d3a1f917b1ee4d758a578029ae520 fa269f92068331b07a8b30fc751eab663bdc961a faa2ded8ffc034cbb521a5dd1848c7159482b4fd
Timestamp: 2025-08-27 20:02:46+00

Package: rdkit-data
Source: rdkit
Version: 202503.1-5.pgdg+1
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 59302
Homepage: http://www.rdkit.org
Priority: optional
Section: science
Filename: pool/main/r/rdkit/rdkit-data_202503.1-5.pgdg+1_all.deb
Size: 13156096
SHA256: b2e69f65b31f8496ea62e1323935abfe11bf496f990fbde5a0f3698c602dc60a
SHA1: 83e715463f99634eb64a8421facfa4e938ec4d78
MD5sum: 51306a6fbeb5052b9252f664e8412ade
Description: Collection of cheminformatics and machine-learning software (data files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains data files.
Timestamp: 2025-08-27 20:02:46+00

Package: rdkit-doc
Source: rdkit
Version: 202503.1-5.pgdg+1
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 82568
Depends: libjs-jquery, libjs-underscore
Homepage: http://www.rdkit.org
Priority: optional
Section: doc
Filename: pool/main/r/rdkit/rdkit-doc_202503.1-5.pgdg+1_all.deb
Size: 6889260
SHA256: b4b067e2f4758472fd19609cf8eefd515b242da84ad4238ec2241a362981c0dd
SHA1: 6ad247b673df308d855bbe30eb32552f65ffb0f1
MD5sum: bcab99aed30c08b2a52386a2aee29b37
Description: Collection of cheminformatics and machine-learning software (documentation)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains the documentation.
Timestamp: 2025-08-27 20:02:46+00

Package: vip-manager
Version: 1.0.2-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7632
Depends: libc6 (>= 2.34)
Enhances: patroni
Built-Using: etcd (= 3.5.16-7), golang-1.24 (= 1.24.4-3), golang-fsnotify (= 1.8.0-3), golang-github-coreos-semver (= 0.3.0-1), golang-github-hashicorp-hcl (= 1.0.0-1.1), golang-github-josharian-native (= 1.1.0-1), golang-github-json-iterator-go (= 1.1.12-2), golang-github-magiconair-properties (= 1.8.7-1), golang-github-mdlayher-arp (= 0.0~git20220512.6706a29-1), golang-github-mdlayher-ethernet (= 0.0~git20220221.529eae5-1), golang-github-mdlayher-packet (= 1.1.2-2), golang-github-mdlayher-socket (= 0.5.1-1), golang-github-mitchellh-mapstructure (= 1.5.0+git20231216.8508981-1), golang-github-modern-go-concurrent (= 1.0.3-1.1), golang-github-modern-go-reflect2 (= 1.0.2-2), golang-github-pelletier-go-toml.v2 (= 2.2.1-1), golang-github-spf13-afero (= 1.11.0-1), golang-github-spf13-cast (= 1.6.0-2), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-2), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-github-spf13-viper (= 1.12.0-1), golang-github-subosito-gotenv (= 1.3.0-1), golang-golang-x-net (= 1:0.27.0-2), golang-golang-x-sync (= 0.7.0-1), golang-golang-x-sys (= 0.22.0-2), golang-golang-x-text (= 0.22.0-1), golang-gopkg-ini.v1 (= 1.67.0-1), golang-gopkg-yaml.v3 (= 3.0.4-1)
Homepage: https://github.com/cybertec-postgresql/vip-manager
Priority: optional
Section: net
Filename: pool/main/v/vip-manager/vip-manager_1.0.2-10.pgdg+1_arm64.deb
Size: 2267832
SHA256: 2865689b3e93e0a4266a597f37d5f6571b3ea6346d842e6a6fbfd24ab44de62b
SHA1: e6ee81eb8231703794b7fc55cd019aa0d83d4fd4
MD5sum: af739946c6cf0dc53b0f12b87dd7c66f
Description: Patroni virtual IP manager
 This package needs to be installed and configured on all nodes of a Patroni
 PostgreSQL cluster. Given a Patroni namespace and scope in etcd or consul,
 the vip-manager service monitors that namespace for leader changes due to
 failovers or switchovers and adds or removes the VIP on the local node
 accordingly.
Timestamp: 2025-08-27 20:02:46+00

Package: vip-manager2
Version: 4.0.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16638
Depends: libc6 (>= 2.34)
Enhances: patroni
Conflicts: vip-manager
Replaces: vip-manager
Built-Using: etcd (= 3.5.16-7), golang-1.24 (= 1.24.4-3), golang-fsnotify (= 1.8.0-3), golang-github-coreos-go-systemd (= 22.5.0-1), golang-github-coreos-semver (= 0.3.0-1), golang-github-golang-protobuf-1-5 (= 1.5.4-2), golang-github-hashicorp-hcl (= 1.0.0-1.1), golang-github-magiconair-properties (= 1.8.7-1), golang-github-mitchellh-mapstructure (= 1.5.0+git20231216.8508981-1), golang-github-pelletier-go-toml.v2 (= 2.2.1-1), golang-github-spf13-afero (= 1.11.0-1), golang-github-spf13-cast (= 1.6.0-2), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-2), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-github-spf13-viper (= 1.12.0-1), golang-github-subosito-gotenv (= 1.3.0-1), golang-go.uber-atomic (= 1.11.0-1), golang-go.uber-multierr (= 1.6.0-1), golang-go.uber-zap (= 1.26.0-1), golang-gogoprotobuf (= 1.3.2-3), golang-golang-x-net (= 1:0.27.0-2), golang-golang-x-sys (= 0.22.0-2), golang-golang-x-text (= 0.22.0-1), golang-google-genproto (= 0.0~git20210726.e7812ac-4), golang-google-grpc (= 1.64.0-7), golang-google-protobuf (= 1.36.7-1), golang-gopkg-ini.v1 (= 1.67.0-1), golang-gopkg-yaml.v3 (= 3.0.4-1), gopacket (= 1.1.19-6.2)
Homepage: https://github.com/cybertec-postgresql/vip-manager
Priority: optional
Section: net
Filename: pool/main/v/vip-manager2/vip-manager2_4.0.0-2.pgdg+1_arm64.deb
Size: 4189756
SHA256: 27d628a0ab146456f4d3ef1d241372e6e1ee4c9566cc7b2c2cf28d1b2797036e
SHA1: af7a5e3592ecd8711d5b71b7d3d9df99c9981e74
MD5sum: cf164fd21c8a7fda168ac2d254772825
Description: Patroni virtual IP manager
 This package needs to be installed and configured on all nodes of a Patroni
 PostgreSQL cluster. Given a Patroni namespace and scope in etcd or consul,
 the vip-manager service monitors that namespace for leader changes due to
 failovers or switchovers and adds or removes the VIP on the local node
 accordingly.
 .
 This package works only with version 3 of the etcd API.
Timestamp: 2025-08-27 20:02:46+00

Package: vip-manager2-dbgsym
Source: vip-manager2
Version: 4.0.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23262
Depends: vip-manager2 (= 4.0.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/v/vip-manager2/vip-manager2-dbgsym_4.0.0-2.pgdg+1_arm64.deb
Size: 5300584
SHA256: 19df33f7d4e38bfb5a370a8bb66ff9f717873edf419c47f9aa7e9f2ecd19acca
SHA1: 95c2dafa31a2e044e5bd82c5a6d1b7ec3f9d9215
MD5sum: e7bf96203ad7648b12d40918fca61f11
Description: debug symbols for vip-manager2
Build-Ids: 58b4340fbb0d18668d44f974f9c03ddeaf8f4059
Timestamp: 2025-08-27 20:02:46+00

Package: vip-manager-dbgsym
Source: vip-manager
Version: 1.0.2-10.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10586
Depends: vip-manager (= 1.0.2-10.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/v/vip-manager/vip-manager-dbgsym_1.0.2-10.pgdg+1_arm64.deb
Size: 2746192
SHA256: e46cfa853cd1cdec9d25bb7f3102178fad8869b08c502a7a66cc9b246773e560
SHA1: 3537acfbe1e08d36497af0a58290ae58eb9142e3
MD5sum: cf60704cd338a93a05d6a3f058119981
Description: debug symbols for vip-manager
Build-Ids: 51e215d85f0d0554a6ae7d375c14e4c036738893
Timestamp: 2025-08-27 20:02:46+00

Package: libpgpool2
Source: pgpool2
Version: 4.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libs
Filename: pool/main/p/pgpool2/libpgpool2_4.6.3-1.pgdg+1_arm64.deb
Size: 141956
SHA256: 88fa5fbdf590836af80bff531cbaea6d47af70b4be0ae4094dc152926f9f5e60
SHA1: c49581b3082198ba7a8bd53b0c5beb866b36e94b
MD5sum: 0748e35a05ac0ca5b8e81cadde8a59d1
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).
Timestamp: 2025-09-01 11:59:22+00

Package: libpgpool2-dbgsym
Source: pgpool2
Version: 4.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: libpgpool2 (= 4.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/libpgpool2-dbgsym_4.6.3-1.pgdg+1_arm64.deb
Size: 65616
SHA256: d1b23c67842e85c090be86f331d5a52cbf0da7f213fe0b586a54a31bed9a3f3d
SHA1: b1ca73957b67dc686f2e174b0ee71e406b80b8db
MD5sum: 93d7b0f89c84ea14a90de06f3364bf87
Description: debug symbols for libpgpool2
Build-Ids: 8e71d5e48dd9cb8ec58053c008b032eb611fa30d
Timestamp: 2025-09-01 11:59:22+00

Package: libpgpool-dev
Source: pgpool2
Version: 4.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 261
Depends: libpgpool2 (= 4.6.3-1.pgdg+1)
Conflicts: libpcp3-dev
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libdevel
Filename: pool/main/p/pgpool2/libpgpool-dev_4.6.3-1.pgdg+1_arm64.deb
Size: 152628
SHA256: f520deeebf5ed938f0040b7b014550b04f863e80cc24c29b7afc50979ac4613e
SHA1: 4e94d9ae45f0e8def664cd1a260656d303483222
MD5sum: 944ae5c9c6cae16a8f91aea3ec0f2e80
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).
Timestamp: 2025-09-01 11:59:22+00

Package: pgmodeler
Version: 1.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37145
Depends: pgmodeler-common, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libpq5 (>= 8.4~), libqt6core6t64 (>= 6.8.2), libqt6gui6 (>= 6.8.2), libqt6network6 (>= 6.1.2), libqt6printsupport6 (>= 6.1.2), libqt6svg6 (>= 6.6.0), libqt6widgets6 (>= 6.4.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Homepage: https://pgmodeler.io/
Priority: optional
Section: database
Filename: pool/main/p/pgmodeler/pgmodeler_1.2.1-1.pgdg+1_arm64.deb
Size: 7065360
SHA256: ab2a0808092d456a67e963f37454d18f600c00d327f4799cb4a667ecff622baa
SHA1: 4745fbe6371ff3b59b11f8b451808218a747cd2d
MD5sum: 647efead3d4db453db92d9a0fe50fcba
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.
Timestamp: 2025-09-01 11:59:22+00

Package: pgmodeler-common
Source: pgmodeler
Version: 1.2.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2093
Multi-Arch: foreign
Homepage: https://pgmodeler.io/
Priority: optional
Section: database
Filename: pool/main/p/pgmodeler/pgmodeler-common_1.2.1-1.pgdg+1_all.deb
Size: 391136
SHA256: d46886a1f909f3fe1df10815f2903e7f7b41c8178e56b2301b07985fbf07b329
SHA1: 1e7753d8d06ed9150636f188097835fe8613f4fa
MD5sum: a12135abeac060151d249cfc28dcae1f
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.
Timestamp: 2025-09-01 11:59:22+00

Package: pgmodeler-dbgsym
Source: pgmodeler
Version: 1.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70083
Depends: pgmodeler (= 1.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmodeler/pgmodeler-dbgsym_1.2.1-1.pgdg+1_arm64.deb
Size: 57043940
SHA256: 2de4adea1f2ce2a120e28ad24b4ca58e4ae777efad5e3fcb9299864087e6e596
SHA1: 82f92a06517ab8a32b058b18e5cd10c9f96dd96c
MD5sum: ba60e92ec1b99d823bdb334d27dff072
Description: debug symbols for pgmodeler
Build-Ids: 06da7e178246876afde6d7f012a03f771044b39f 1739b4355adf566e1a36026d2bdfcc70d759954d 2fcc470bd1d25a3112e740964a4a3c29b49a2ba4 8edfc7c356117f9f4eeb75096659bdf94b86fe84 8fa5f67c286155693d5083d5d35f60ae28029b17 9a096368492a8848e2d0dbbd750851d887d878c1 9c662e9d647b8ad27b0221ce1f9049a708df5ef9 c51d0e824a7782bc717d40425efd72be235086b1 cb7836ba34e483f83f3df819976c1d6de3b709bd f0615b7087d201f688a327da7e60299f4577a2e4 f191ff36a011f6c07bcb9d2a903b09ba4898b3b0
Timestamp: 2025-09-01 11:59:22+00

Package: pgpool2
Version: 4.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7686
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: libpgpool2 (= 4.6.3-1.pgdg+1), postgresql-common, ucf, libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libldap2 (>= 2.6.2), libmemcached11t64 (>= 1.1.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3t64 (>= 3.0.0)
Enhances: postgresql
Conflicts: pgpool
Replaces: pgpool
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/pgpool2_4.6.3-1.pgdg+1_arm64.deb
Size: 1250952
SHA256: 5b06822616f3278760b70873301dbdd891b8311d7eef0d9103475c454674eb19
SHA1: 890e014dd4163aaa923370993786064025c35bfb
MD5sum: da056e7f63ee75f6adb5867f7b27471b
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.
Timestamp: 2025-09-01 11:59:22+00

Package: pgpool2-dbgsym
Source: pgpool2
Version: 4.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5107
Depends: pgpool2 (= 4.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/pgpool2-dbgsym_4.6.3-1.pgdg+1_arm64.deb
Size: 2109036
SHA256: b1349de24be819042854ed500e48d5438c47f4cbd99792f5b1734c2a3d623745
SHA1: f9b7e39c54afcb5a9729780412d3ca95cbbe66ab
MD5sum: c2a579dda9980ac2d026db7d63032dfa
Description: debug symbols for pgpool2
Build-Ids: 0881b5f44c3bec85b81805f48ed8fcf4469a6f12 24c4b66ff7153d5d99d54110000fec3b789ca989 5c406d79f640af60f15da709f3c5fd9f8e3a90d9 655c47e45ecd7360e52bbe94cb3c42d591a1a334 6a50657ce3fa4fb60e60a09f3994396d54ec386b 945c76f0c0700d227b498560fd18f35fd60f7fe4 b10c0398910f15cdfd3004d4473c945f589d2afb
Timestamp: 2025-09-01 11:59:22+00

Package: postgresql-10-pgpool2
Source: pgpool2
Version: 4.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 391
Depends: libpgpool2 (>= 4.6.3-1.pgdg+1), postgresql-10, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2_4.6.3-1.pgdg+1_arm64.deb
Size: 133896
SHA256: c443b384c10f18194da2c78c327b2efff84f4d8b40dedabb4031414166c02cbf
SHA1: 27c1fe46d1215b05fa500fba02bcb78c58fa4fd0
MD5sum: d7c584445d584e40a890f6f7047d2ce2
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 10 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-09-01 11:59:22+00

Package: postgresql-10-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-10-pgpool2 (= 4.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2-dbgsym_4.6.3-1.pgdg+1_arm64.deb
Size: 53436
SHA256: 01b243ae02bad27afa634f2024a1472e4dcdf77330ac7c368e4870bcf56bb2da
SHA1: 6377070b45bf4d5ce1a4e226c6f2137496974caa
MD5sum: c382770f16c5504a3718c65b9260483e
Description: debug symbols for postgresql-10-pgpool2
Build-Ids: 431efb7b8d9d01d7ea991c50fdf6180d426a6bee 4a34f09aa6175f93921c9052e6643dc8f6efd100 b77a4e3aa4693cdef48f0277163128709e1e72aa
Timestamp: 2025-09-01 11:59:22+00

Package: postgresql-11-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-11, postgresql-11-pgaudit, libc6 (>= 2.34)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile_1.7.2-1.pgdg+1_arm64.deb
Size: 16132
SHA256: 10c6c73651debba3de72ccc52d6439524133ae924ac4ed56135de3141c31f7b5
SHA1: 2266ff59077ed81c56e90da4f0ec56c0093f1fa9
MD5sum: 6ceedbffb84da4de1b22b5014a78a481
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-09-01 11:59:22+00

Package: postgresql-11-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-11-pgauditlogtofile (= 1.7.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile-dbgsym_1.7.2-1.pgdg+1_arm64.deb
Size: 38408
SHA256: a686aa7e92f0c75b047dd35c39c93800596899783b34eb56678c489c1bfb7104
SHA1: c44d7a6c86a46b80da54801f1f0c3f1f7c030d92
MD5sum: 6feb054ab8ad5c343361a01513ebde49
Description: debug symbols for postgresql-11-pgauditlogtofile
Build-Ids: 7a807151698686c122e92b98feab13c1bef31b30
Timestamp: 2025-09-01 11:59:22+00

Package: postgresql-11-pgpool2
Source: pgpool2
Version: 4.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 391
Depends: libpgpool2 (>= 4.6.3-1.pgdg+1), postgresql-11, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2_4.6.3-1.pgdg+1_arm64.deb
Size: 133888
SHA256: 966175bf71251cbbd26aef322bc05c5a87b6fbbaef0f8e505479b678755ad9c3
SHA1: 961e5aea6464b7768354e3a384e806f43fda35b3
MD5sum: 1a56792a76c2621301a81c62adb3bc22
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 11 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-09-01 11:59:22+00

Package: postgresql-11-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-11-pgpool2 (= 4.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2-dbgsym_4.6.3-1.pgdg+1_arm64.deb
Size: 51284
SHA256: 64c6c739aaad062f5ebb24799460dd0a84dd10b631578782f5b7e3cb9eb3e011
SHA1: 1778c6f286090eb3bf33774286f98e0490ef8d21
MD5sum: a5b6ad0c098bcaa3c58de1e2fb056053
Description: debug symbols for postgresql-11-pgpool2
Build-Ids: 2646fad951e2145ba24085ffcb86e1cb01004fbf c3f792e30b8aabf9922197bca11f1474c77d2cec fdd396d39141995b9a62c70231a5b39b375f7aed
Timestamp: 2025-09-01 11:59:22+00

Package: postgresql-12-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-12, postgresql-12-jit-llvm (>= 19), postgresql-12-pgaudit, libc6 (>= 2.34)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile_1.7.2-1.pgdg+1_arm64.deb
Size: 50256
SHA256: 5f95e47b477606a49fc7e6151707a79df2ddef0ab1b262789364399615c215b4
SHA1: b98cb58c41950f5c0fde6fbae34fcc456e775cba
MD5sum: cf00a1f3f52fef060b4311b7f13881fa
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-09-01 11:59:22+00

Package: postgresql-12-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-12-pgauditlogtofile (= 1.7.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile-dbgsym_1.7.2-1.pgdg+1_arm64.deb
Size: 38472
SHA256: 8c1ce7176f82cfc6a95c795c0026c19ce047854b070edca2018def88c74eb22d
SHA1: 5d6f770abfb34fc6039cbee25ec7b4c58b8ba59b
MD5sum: efcd9359d153e4172946ad66505abdff
Description: debug symbols for postgresql-12-pgauditlogtofile
Build-Ids: fa89e77b91e8490ba31c24525a398f3256936373
Timestamp: 2025-09-01 11:59:22+00

Package: postgresql-12-pgpool2
Source: pgpool2
Version: 4.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 442
Depends: libpgpool2 (>= 4.6.3-1.pgdg+1), postgresql-12, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2_4.6.3-1.pgdg+1_arm64.deb
Size: 155612
SHA256: 9ff982e4c36eae6afdf13357c89602e3161b7c8e74c04b229bc13d2c4baf770c
SHA1: ca900730621bc09d30dcf7ea52bbfb47470345ac
MD5sum: 1b2456b4a498bdf245f2448dfa58c1b6
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 12 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-09-01 11:59:22+00

Package: postgresql-12-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-12-pgpool2 (= 4.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2-dbgsym_4.6.3-1.pgdg+1_arm64.deb
Size: 51896
SHA256: 1ea1cb3c37a81fcdfa1e04b563bf202022903925bcafbc8f0a00cc1cd85b091a
SHA1: 96972c685c98856caf80cfe1f0800e1bc2d1dcaf
MD5sum: e0442ac17c689a7d42ad6b0b8f712b2b
Description: debug symbols for postgresql-12-pgpool2
Build-Ids: 1faad8735c771a575d5cdb47d4a25a835beb680a 51d0f90f9f1119ada7fbf1d6051069c8ef206a01 b6b2e79fcbd0e2ad85f0f15051cfe29d32d7076d
Timestamp: 2025-09-01 11:59:22+00

Package: postgresql-13-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), postgresql-13-pgaudit, libc6 (>= 2.34)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile_1.7.2-1.pgdg+1_arm64.deb
Size: 50304
SHA256: 5d657c593aa71b11816f413ebb1a2a86eeafb4562bab02bf1d7004d664edaebb
SHA1: 226b22bfbdbaafdb35d93992984c43f661cf836f
MD5sum: 8be72c4b6ffe127ec00f9fd6408ec75b
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-09-01 11:59:22+00

Package: postgresql-13-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-13-pgauditlogtofile (= 1.7.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile-dbgsym_1.7.2-1.pgdg+1_arm64.deb
Size: 38388
SHA256: a33da9201831315af5f13c5f79a003482621c42e21f4ce8993b02295f4025b89
SHA1: 9eac6e0579a82305d99b89d838792a70bc59c2e3
MD5sum: 9844d392912cc4937a4d1f247763d24f
Description: debug symbols for postgresql-13-pgauditlogtofile
Build-Ids: 981c3b120ef03e80321ca9c2a839c5db4c95968f
Timestamp: 2025-09-01 11:59:22+00

Package: postgresql-13-pgpool2
Source: pgpool2
Version: 4.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 443
Depends: libpgpool2 (>= 4.6.3-1.pgdg+1), postgresql-13, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2_4.6.3-1.pgdg+1_arm64.deb
Size: 155840
SHA256: 5cca650ad1fa2e177a064ae83c770bd3ff252bab9563f681170557b489474914
SHA1: bd0b984b6638a8c42543db50528c03adb072178a
MD5sum: fa134cc29f6a1d7f5b02ed84ff3234c6
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 13 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-09-01 11:59:22+00

Package: postgresql-13-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-13-pgpool2 (= 4.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2-dbgsym_4.6.3-1.pgdg+1_arm64.deb
Size: 49500
SHA256: cdc9a2d7b28de178465d94912c0a42213e0fa646463ed4a0add9bb792907e843
SHA1: e0c3ddb5e2e1b6d2eead7f1228e3f78b6f55161b
MD5sum: 9d7b098a6706efb0624f0257e6ef90a2
Description: debug symbols for postgresql-13-pgpool2
Build-Ids: a558b9cc4af6d0db49362017a7637b99d83551ba c967658a3c059ec56d6466794b17d3abb8b1c6b7 e063d7dca27d7ba4dcf66518f2f61e1f6a7819e2
Timestamp: 2025-09-01 11:59:22+00

Package: postgresql-14-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), postgresql-14-pgaudit, libc6 (>= 2.34)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile_1.7.2-1.pgdg+1_arm64.deb
Size: 50224
SHA256: 37bd4b3d09c153a5d2dfd342286d46397dc63fe36858190cb5978e8550f6b25c
SHA1: f56def5a47c920c5a541317e77f39f5105b02a66
MD5sum: 203e0da18b5b567ce204e6435fb1493c
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-09-01 11:59:22+00

Package: postgresql-14-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-14-pgauditlogtofile (= 1.7.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile-dbgsym_1.7.2-1.pgdg+1_arm64.deb
Size: 39420
SHA256: fd427bcef8ef529a88d61d2810f9512dda6f6dc23959954aae8930a35101eba0
SHA1: 81de4d47c9e5695e57575c1eb11a013bef3d1689
MD5sum: ea17da7ad3b238285ee474c0b35c02e8
Description: debug symbols for postgresql-14-pgauditlogtofile
Build-Ids: bd51c75bf6af8266aa836f3fd1f0a1ba163c96d8
Timestamp: 2025-09-01 11:59:22+00

Package: postgresql-14-pgpool2
Source: pgpool2
Version: 4.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 443
Depends: libpgpool2 (>= 4.6.3-1.pgdg+1), postgresql-14, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2_4.6.3-1.pgdg+1_arm64.deb
Size: 156420
SHA256: ac27e870d8d25bc2d05f298229f515754ce2a74e295c08b05f10a884eb7a862a
SHA1: af968e7b47b94677348750725dc16880c7e60f8d
MD5sum: 138429ed491fe030c9ea2f5252f7d22f
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 14 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-09-01 11:59:22+00

Package: postgresql-14-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-14-pgpool2 (= 4.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2-dbgsym_4.6.3-1.pgdg+1_arm64.deb
Size: 50244
SHA256: 4625dd6b283774700e04a5afef2e41cd8e3b2ca230e10a469b2b483410fac634
SHA1: 4f8855e0fd30180ea37f49938ba4301b1f041ade
MD5sum: b4702b74f73803a48a775f48dca49cf9
Description: debug symbols for postgresql-14-pgpool2
Build-Ids: 8ffd66a86b033a4e4d3ffd1a4e8e99f454498157 d9dcb57b50fce653362e11db7acc2296f261b75f df5e0d6de86f7740b00b74d700bb19bddbacc730
Timestamp: 2025-09-01 11:59:22+00

Package: postgresql-15-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), postgresql-15-pgaudit, libc6 (>= 2.34)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile_1.7.2-1.pgdg+1_arm64.deb
Size: 50520
SHA256: 971e73632c2eb0cd644f895e69afb0790b4a563effb78a80a62aa8132776568b
SHA1: 16613c376120dae8a714af82978c3b4004acad43
MD5sum: d471c1d662840ad10bdeadf2f0c15ca9
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-09-01 11:59:22+00

Package: postgresql-15-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-15-pgauditlogtofile (= 1.7.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile-dbgsym_1.7.2-1.pgdg+1_arm64.deb
Size: 39796
SHA256: 5b6d5391e8ed3ff4945784b6da872164a05b3304c2b1d5e6c43e1e213546d9b6
SHA1: 09f581c180e8589dd4f69365d846b2d6d3baca0e
MD5sum: a9a462474038c9f023d0a28c6b8cf6d1
Description: debug symbols for postgresql-15-pgauditlogtofile
Build-Ids: b84c94102682bb56d887b13f627e46cdbeeae7c4
Timestamp: 2025-09-01 11:59:22+00

Package: postgresql-15-pgpool2
Source: pgpool2
Version: 4.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 445
Depends: libpgpool2 (>= 4.6.3-1.pgdg+1), postgresql-15, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2_4.6.3-1.pgdg+1_arm64.deb
Size: 157560
SHA256: b0b5c3520d969145746cad5c57d719c2aef25a67afb1f6d970e389dabb784e7c
SHA1: 3c834068071becebb54769324692bc1fbac0f0e4
MD5sum: d85109760075fb6fcc91a3a5b61d0a80
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 15 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-09-01 11:59:22+00

Package: postgresql-15-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-15-pgpool2 (= 4.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2-dbgsym_4.6.3-1.pgdg+1_arm64.deb
Size: 51192
SHA256: 1f4f999cc77d7d080d36219752f8c1c423c8d69cf7f7298a06ffc90dec78f47e
SHA1: 65415d4777efc089008983f2dde3ca0c5a8711ac
MD5sum: 34188d74d5519f2e961d4959ad29f8bf
Description: debug symbols for postgresql-15-pgpool2
Build-Ids: 37131b8a104a39e62aa7a8ef3fed682c9569e9bf 5f4b18a3e0880b432941c63bcae5a9539666bfc9 b1665428125c5195dc5d7fb150d7a7e40175b510
Timestamp: 2025-09-01 11:59:22+00

Package: postgresql-16-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), postgresql-16-pgaudit, libc6 (>= 2.34)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile_1.7.2-1.pgdg+1_arm64.deb
Size: 49872
SHA256: 6d98bc9e6ac9b617e5660755f1d7c5289b95d9ddda2cd6ee84a7934fde1946dc
SHA1: 13c269718c5969cba96ee41d774c46b6720094fc
MD5sum: 5b377071b8a5310c0d7e3af4b766a4c8
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-09-01 11:59:22+00

Package: postgresql-16-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-16-pgauditlogtofile (= 1.7.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile-dbgsym_1.7.2-1.pgdg+1_arm64.deb
Size: 40096
SHA256: 2b2c7cf67a5dd2f5aa0458707971e59b767c7ab90d6e51c24d56d9bc4e4f2746
SHA1: c2d05ba50249f50c6c6da0787ebbc505ce2173a1
MD5sum: 7294d17b5f388468ab95ed93a181b4c6
Description: debug symbols for postgresql-16-pgauditlogtofile
Build-Ids: 9e263b75cdecb410c7004bc4c5515f4c14a0f1b7
Timestamp: 2025-09-01 11:59:22+00

Package: postgresql-16-pgpool2
Source: pgpool2
Version: 4.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 445
Depends: libpgpool2 (>= 4.6.3-1.pgdg+1), postgresql-16, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-16-pgpool2_4.6.3-1.pgdg+1_arm64.deb
Size: 157204
SHA256: 840cd01a9244a4e68b3850392e659f5dcd0a3c76dc298431567cfc4f38b8554b
SHA1: ee480c02310518a08961ab138b0f8d9d630991ae
MD5sum: 6d695b50e308ede344787ec4ee307283
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 16 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-09-01 11:59:22+00

Package: postgresql-16-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-16-pgpool2 (= 4.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-16-pgpool2-dbgsym_4.6.3-1.pgdg+1_arm64.deb
Size: 56672
SHA256: d6ee0b3b853f0451e87a50db94a653e9280acbb9d222d319e9ff56e9dc9bfc51
SHA1: 9e64578ac5193b32bf967375d6ac9eee63ae82cd
MD5sum: 144355fb3b35a9a591c22f2dd0426e34
Description: debug symbols for postgresql-16-pgpool2
Build-Ids: 2b776948bea6df01f6522bc1e70d078d5521736f 4c90d493cd500145d8b239b0b8b14664328392d1 58273f037beb26b67005b8712d671d4e5fad965f
Timestamp: 2025-09-01 11:59:22+00

Package: postgresql-17-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), postgresql-17-pgaudit, libc6 (>= 2.34)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-17-pgauditlogtofile_1.7.2-1.pgdg+1_arm64.deb
Size: 49884
SHA256: b96777b339d0a46da1fbc9392e63de049b225eeceab67165d389e37797183356
SHA1: e6f300239a17cfbb7136e5c6a6bfd6784299fe70
MD5sum: df89d5629533829862c71983a87a9b70
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-09-01 11:59:22+00

Package: postgresql-17-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-17-pgauditlogtofile (= 1.7.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-17-pgauditlogtofile-dbgsym_1.7.2-1.pgdg+1_arm64.deb
Size: 40408
SHA256: 22571bed50a47409e654e37cfc225e884961660e8dd72c417986d66d61dcbc55
SHA1: c870e3a3bd0ce940a3443fab44d50430a5dd3f57
MD5sum: e0e8a15871ee074b1eb3e396d2008791
Description: debug symbols for postgresql-17-pgauditlogtofile
Build-Ids: fbe4c20251355f5eb36a7ad7b44fcf7bc698f1b6
Timestamp: 2025-09-01 11:59:22+00

Package: postgresql-17-pgpool2
Source: pgpool2
Version: 4.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 445
Depends: libpgpool2 (>= 4.6.3-1.pgdg+1), postgresql-17, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-17-pgpool2_4.6.3-1.pgdg+1_arm64.deb
Size: 157244
SHA256: 27c69b9a1d8513d6ecec22bc7edd43196be2a0b578b88d42168f37563c9e4861
SHA1: bf8ab032e43df335ba0263af89d09df08b8aa80e
MD5sum: 9b1d8acf7b0a5c41761e42277665a860
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 17 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-09-01 11:59:22+00

Package: postgresql-17-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-17-pgpool2 (= 4.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-17-pgpool2-dbgsym_4.6.3-1.pgdg+1_arm64.deb
Size: 57708
SHA256: f260fe953973d4bc371dc8d1b1231b8d82b34e934039ce8de4aac192a1eaa42d
SHA1: 64dda230ffed7e1a109dddfd998f24741a9120dc
MD5sum: 0e53808d0075d3b97365a5d26647a4c3
Description: debug symbols for postgresql-17-pgpool2
Build-Ids: 0bf9e9bea9bd11ce88e523c098b5444d40914bac 1cc7d703ce64151a8bafcb97ceee244d1b494d30 a249459af60040e167af0bc70bba97b22c7382cd
Timestamp: 2025-09-01 11:59:22+00

Package: postgresql-18-pg-hint-plan
Source: pg-hint-plan-18
Version: 1.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 365
Depends: postgresql-18, libc6 (>= 2.17)
Homepage: https://github.com/ossc-db/pg_hint_plan
Priority: optional
Section: database
Filename: pool/main/p/pg-hint-plan-18/postgresql-18-pg-hint-plan_1.8.0-1.pgdg+1_arm64.deb
Size: 140020
SHA256: 2d52b8522cd855b6e2636fe4c179e826fcce5e8f3e46bad243c3634cd9e03c60
SHA1: b3ed382a5fc3df0d186d8b9b4621b0d0a02028b8
MD5sum: f85f72f5790e52a8f356ed415d72dff3
Description: support for optimizer hints in PostgreSQL
 PostgreSQL uses a cost-based optimizer that uses data statistics, not static
 rules. The planner (optimizer) estimates costs of each possible execution
 plans for a SQL statement, then executes the plan with the lowest cost. The
 planner does its best to select the best execution plan, but it is far from
 perfect, since it may not count some data properties, like correlation between
 columns.
 .
 pg_hint_plan makes it possible to tweak PostgreSQL execution plans using
 so-called "hints" in SQL comments, like /*+ SeqScan(a) */.
Timestamp: 2025-09-01 11:59:22+00

Package: postgresql-18-pg-hint-plan-dbgsym
Source: pg-hint-plan-18
Version: 1.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: postgresql-18-pg-hint-plan (= 1.8.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-hint-plan-18/postgresql-18-pg-hint-plan-dbgsym_1.8.0-1.pgdg+1_arm64.deb
Size: 146920
SHA256: e77ecb6f77d3f2e59592124a9f1c656448fd8ca0429ffdca87da16f8ffb21c57
SHA1: bcc8213e2ff9a8ff307e5fe4ae4e0c02899cba2d
MD5sum: d33526bdd3a5fc129810c97bd6edf8fb
Description: debug symbols for postgresql-18-pg-hint-plan
Build-Ids: 640172bdfa221a244f9d0d80de8bc26548045156
Timestamp: 2025-09-01 11:59:22+00

Package: postgresql-18-pgpool2
Source: pgpool2
Version: 4.6.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 445
Depends: libpgpool2 (>= 4.6.3-1.pgdg+1), postgresql-18, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-18-pgpool2_4.6.3-1.pgdg+1_arm64.deb
Size: 157308
SHA256: 9c5c1bd97dde0d30ad477df8bd3242505ebef9c13ac8784cca0baa509d298a74
SHA1: 14a70866599eb611de16db5ed5cc7a8a4d40f4b1
MD5sum: 9f0da925881506b061e829b8234f78c0
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 18 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-09-01 11:59:22+00

Package: postgresql-18-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-18-pgpool2 (= 4.6.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-18-pgpool2-dbgsym_4.6.3-1.pgdg+1_arm64.deb
Size: 58176
SHA256: 4f72ec70d034b1cf0e09980570091d01cebb167adb4b2d0dfc74436da367bd55
SHA1: c1db0b08e75909e57a4cf6e55a130cc56bd85e60
MD5sum: 44439854a92683974feb13bd7578b05d
Description: debug symbols for postgresql-18-pgpool2
Build-Ids: 356f9c970563fcad21ea0db827b2b927e2bf8afc 364095cf59b4583f1fb1985fb8b58f7990eb6a14 7faed30bb2c14f730a129f1a28863df944db9ebf
Timestamp: 2025-09-01 11:59:22+00

Package: libecpg-compat3
Source: postgresql-10
Version: 10.23-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg-compat3_10.23-8.pgdg+1_arm64.deb
Size: 18964
SHA256: a2e6e74eaeacb15bf70d0b7327b3aab0b3b262626909e2ba158e5397ea49c1b0
SHA1: 3c69863ea48e8b361cefebaf853dbde981305492
MD5sum: c12d76c72612481777b48857d084c839
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.
Timestamp: 2025-09-03 07:04:06+00

Package: libecpg-compat3-dbgsym
Source: postgresql-10
Version: 10.23-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 10.23-8.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-compat3-dbgsym_10.23-8.pgdg+1_arm64.deb
Size: 16892
SHA256: c2b3de2315d2c8a1c6cab29e351fe048067fdad3692c6a16dbef48f48f2ca3bf
SHA1: dba755528b538d16b54879545821d75fbc519b07
MD5sum: eab9ddfc69c12a2049a6a394a0c9514e
Description: debug symbols for libecpg-compat3
Build-Ids: aedb21d5ef858207779004ab539bfc7817a97f3c
Timestamp: 2025-09-03 07:04:06+00

Package: libecpg-dev
Source: postgresql-10
Version: 10.23-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1249
Depends: libecpg-compat3 (= 10.23-8.pgdg+1), libecpg6 (= 10.23-8.pgdg+1), libpgtypes3 (= 10.23-8.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libecpg-dev_10.23-8.pgdg+1_arm64.deb
Size: 224856
SHA256: 1575eecdc1f1ddc36967eb1b418a3df33a139e888d493acbf8856e25f7d1a3e4
SHA1: 479e32516aaab3ccb6b7fca9818f55ca99ac88af
MD5sum: 2fac55e4b06d66dfe1359f56a81328ff
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).
Timestamp: 2025-09-03 07:04:06+00

Package: libecpg-dev-dbgsym
Source: postgresql-10
Version: 10.23-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1127
Depends: libecpg-dev (= 10.23-8.pgdg+1)
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-dev-dbgsym_10.23-8.pgdg+1_arm64.deb
Size: 228364
SHA256: ca9789ab9fce1653b172692fcb9e6614c3d156089c2129eda8c6dbfeba26f6f7
SHA1: 76a7e7fc2d678a274e9fbeeb85ae3ebd95104791
MD5sum: 95d374869d61fe86cfe6d0f1278f0dfd
Description: debug symbols for libecpg-dev
Build-Ids: a3eb154824adfe79784c1f17ffe02cdf8ffff4a3
Timestamp: 2025-09-03 07:04:06+00

Package: libecpg6
Source: postgresql-10
Version: 10.23-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 462
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg6_10.23-8.pgdg+1_arm64.deb
Size: 83336
SHA256: 9eb630c3ee8cb67c2c9292e3a958ae08184a9fdaecf34ef875c09ed5bf780dff
SHA1: 53590c84619782a020f6df48f26cb9ce62f3221b
MD5sum: a8b9d3a6b41eca9b8d9123bf2ae6266a
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.
Timestamp: 2025-09-03 07:04:06+00

Package: libecpg6-dbgsym
Source: postgresql-10
Version: 10.23-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libecpg6 (= 10.23-8.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg6-dbgsym_10.23-8.pgdg+1_arm64.deb
Size: 92940
SHA256: 3a71f891fdff0dacf9ca3a9315d3c39fcaf825549c2c70a33efc4a2885c8535f
SHA1: 9591698aa835dd7144950fc220c9120006ede066
MD5sum: 65d18d96d9396d14e77848e98cd0dc37
Description: debug symbols for libecpg6
Build-Ids: 35a7b19dc064bc34a5983ea24d9f753f6074d6ff
Timestamp: 2025-09-03 07:04:06+00

Package: libpgtypes3
Source: postgresql-10
Version: 10.23-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpgtypes3_10.23-8.pgdg+1_arm64.deb
Size: 39312
SHA256: 96c81bb31b5d5ae74bb9205ac2840e97c551819660dc9152c6dc8797f410cb24
SHA1: bcd0720d7b14cfbcfe198345106f1eba02c929be
MD5sum: 4631f534d6b1bb68674e2d827be9616b
Description: shared library libpgtypes for PostgreSQL 10
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-03 07:04:06+00

Package: libpgtypes3-dbgsym
Source: postgresql-10
Version: 10.23-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: libpgtypes3 (= 10.23-8.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpgtypes3-dbgsym_10.23-8.pgdg+1_arm64.deb
Size: 69992
SHA256: ab5eb746e877b62cf28d99c742fd62a048c50254053b10866cdcf015f4cc542f
SHA1: 44feb29ad9a3ef6e39df82cd64683de76d897e96
MD5sum: e7bd3d390167ea8feb5dadf57c719c55
Description: debug symbols for libpgtypes3
Build-Ids: 6f8a728c1938316f85ce7f335d057989cfd675dc
Timestamp: 2025-09-03 07:04:06+00

Package: libpq-dev
Source: postgresql-10
Version: 10.23-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 692
Depends: libpq5 (= 10.23-8.pgdg+1)
Suggests: postgresql-doc-10
Breaks: postgresql-server-dev-10 (<< 10.1-2~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libpq-dev_10.23-8.pgdg+1_arm64.deb
Size: 161780
SHA256: 682f930cccbff5e8d4472172d6d99133f6023bca27b9ff2aee46349b175ed269
SHA1: f1d722bf55c53e6f7ca31ee85909fb6b4e6b70a9
MD5sum: 364232a8965f9201a47ccce0476111a3
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.
Timestamp: 2025-09-03 07:04:06+00

Package: libpq5
Source: postgresql-10
Version: 10.23-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 775
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpq5_10.23-8.pgdg+1_arm64.deb
Size: 164436
SHA256: dfde5508ef30351ac04c9de2302e3143f8a4ba28235a967b053aada4d368786d
SHA1: ab9c82bc583c4499d4a16a6b647b699aae70d9eb
MD5sum: 28870f808c5273066e3e7eb30d0f2683
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.
Timestamp: 2025-09-03 07:04:06+00

Package: libpq5-dbgsym
Source: postgresql-10
Version: 10.23-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libpq5 (= 10.23-8.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpq5-dbgsym_10.23-8.pgdg+1_arm64.deb
Size: 230332
SHA256: 5a5c235c3fc054d83db7893e00a01d5012162394c2da2fe123b77a861990e1e6
SHA1: 58ee5b95c287b5d34662de780e5a3706b7ff310e
MD5sum: d3ef16be88119f53487dbc605399d7c1
Description: debug symbols for libpq5
Build-Ids: d4aa2c0ce25d9552b7e28bf6edadd36b39e9ee8c
Timestamp: 2025-09-03 07:04:06+00

Package: libecpg-compat3
Source: postgresql-11
Version: 11.22-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg-compat3_11.22-10.pgdg+1_arm64.deb
Size: 21672
SHA256: 61f81ff7697b55592e9f844b8743625b4a102f173837ec1279fcde6b17db546b
SHA1: 3bad8dd057063e8831bc3b0efdcdc452ef1de63f
MD5sum: 1fd418a6595057856b52086255905271
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.
Timestamp: 2025-09-03 07:04:32+00

Package: libecpg-compat3-dbgsym
Source: postgresql-11
Version: 11.22-10.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 11.22-10.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-compat3-dbgsym_11.22-10.pgdg+1_arm64.deb
Size: 16924
SHA256: c444c80d167f6727f8c903b5c63dae2d630433bf7c708cc87b0d29254389cba8
SHA1: dccf5b3a3ce945453f6279557310bf0c86f58a39
MD5sum: f2d5ce5ba88d2f3d291f5de07e7b7e9b
Description: debug symbols for libecpg-compat3
Build-Ids: e961b7a37a1fe74ce17f85e14683316db51fe6df
Timestamp: 2025-09-03 07:04:32+00

Package: libecpg-dev
Source: postgresql-11
Version: 11.22-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1319
Depends: libecpg-compat3 (= 11.22-10.pgdg+1), libecpg6 (= 11.22-10.pgdg+1), libpgtypes3 (= 11.22-10.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libecpg-dev_11.22-10.pgdg+1_arm64.deb
Size: 231304
SHA256: dd775d5af061bd266e2ff09068a23d09d5431bf17cf1667b417f1c94bdd19e61
SHA1: 448524f8c901c888d4f17d4e10c2bd481587982a
MD5sum: 80de244377cdeaa232238da125dbd652
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).
Timestamp: 2025-09-03 07:04:32+00

Package: libecpg-dev-dbgsym
Source: postgresql-11
Version: 11.22-10.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1151
Depends: libecpg-dev (= 11.22-10.pgdg+1)
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-dev-dbgsym_11.22-10.pgdg+1_arm64.deb
Size: 231728
SHA256: b55842775aaeb27dd36c0b8d8f9b8655e2e337c4d17b1e71960441a8c0ff38fb
SHA1: 2c2623df369ddd986371bbc183a375cec28b2701
MD5sum: f35da8ca08405a920f1299171c1e662b
Description: debug symbols for libecpg-dev
Build-Ids: cd312591a70d452fea651f4052403d2246b3be01
Timestamp: 2025-09-03 07:04:32+00

Package: libecpg6
Source: postgresql-11
Version: 11.22-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 486
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg6_11.22-10.pgdg+1_arm64.deb
Size: 89192
SHA256: 6880a46a4c080b74a48bc465c4bee7e721712b0b87b097ee8b1635a22dd9ca51
SHA1: 68a79237ce8fa70dadebe1b9e426c2e3260d686a
MD5sum: aa6fcb574e3abe1415e518e4e75a22ad
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.
Timestamp: 2025-09-03 07:04:32+00

Package: libecpg6-dbgsym
Source: postgresql-11
Version: 11.22-10.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libecpg6 (= 11.22-10.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg6-dbgsym_11.22-10.pgdg+1_arm64.deb
Size: 93188
SHA256: f08b7d6341119a526f2c6bee6a74438ef2089a378e85a6c02866f90337723359
SHA1: 1e4cb87898e6888743e43c2af36f5ea9ff740c00
MD5sum: 20c7c739ce6ac3e3e2a69df68c2ac682
Description: debug symbols for libecpg6
Build-Ids: 33639ca3515f6c14c0c468cc774fae9519ad8966
Timestamp: 2025-09-03 07:04:32+00

Package: libpgtypes3
Source: postgresql-11
Version: 11.22-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpgtypes3_11.22-10.pgdg+1_arm64.deb
Size: 42424
SHA256: b987cef93c991b8785ec3f1649ef04fab34e8d95b56f3469a72aaa5ff8261b58
SHA1: 8bed671753e7f538d197ba5a9d5dc6baea4c4e91
MD5sum: 5de62e3d871099e94aa598e0941cf822
Description: shared library libpgtypes for PostgreSQL 11
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-03 07:04:32+00

Package: libpgtypes3-dbgsym
Source: postgresql-11
Version: 11.22-10.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: libpgtypes3 (= 11.22-10.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpgtypes3-dbgsym_11.22-10.pgdg+1_arm64.deb
Size: 71296
SHA256: eee3d8e6cedf9445f96c7124ba3524fc34301109027b83b10d9f1392f843ecdc
SHA1: b737f190598ac53d452d52b26feb003b2adc1171
MD5sum: 0a849092b1f5e39ff3252e0a2fed3027
Description: debug symbols for libpgtypes3
Build-Ids: 81ecc0ee747b6c07ad331ae200eb6561bd5ad979
Timestamp: 2025-09-03 07:04:32+00

Package: libpq-dev
Source: postgresql-11
Version: 11.22-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 706
Depends: libpq5 (= 11.22-10.pgdg+1)
Suggests: postgresql-doc-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libpq-dev_11.22-10.pgdg+1_arm64.deb
Size: 167384
SHA256: 01f0617c629cc3551b43eb92312ee28e74aa26e37f4c8512dbb384a4cfc4ef14
SHA1: ae87afa1996bd60a863d7709c34658f2efe3f0d2
MD5sum: 2060f1a34f9023b9c8b243441c2b1b6a
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.
Timestamp: 2025-09-03 07:04:32+00

Package: libpq5
Source: postgresql-11
Version: 11.22-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 784
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpq5_11.22-10.pgdg+1_arm64.deb
Size: 168284
SHA256: 1aec4c0e98c3fac3127f34a13ddb546f5ced8856636c7544da58bbba7539904e
SHA1: 8dacbd14bda8befe32198f5cab74e4d42af2bf66
MD5sum: 73c38fb5b5767fae05ded1ff58d85363
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.
Timestamp: 2025-09-03 07:04:32+00

Package: libpq5-dbgsym
Source: postgresql-11
Version: 11.22-10.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 264
Depends: libpq5 (= 11.22-10.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpq5-dbgsym_11.22-10.pgdg+1_arm64.deb
Size: 231912
SHA256: fc064eb8c3fbf6a37e63d85afd26d03090186b64d1fc5a9da9556a15c61bfc91
SHA1: bc0bf505d29f5eccdb7aa0fecaa331c0faa2da3e
MD5sum: 7043265b72500b0e827474248a25d7ed
Description: debug symbols for libpq5
Build-Ids: 3c04cc77741ce349e742dbdbee19c0a931283177
Timestamp: 2025-09-03 07:04:32+00

Package: pgformatter
Version: 5.7-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 293
Depends: perl:any
Multi-Arch: foreign
Homepage: https://sqlformat.darold.net/
Priority: optional
Section: database
Filename: pool/main/p/pgformatter/pgformatter_5.7-1.pgdg+1_all.deb
Size: 89112
SHA256: a5b5450c369be403822172432c2fdb04f178ad4af363422ae7aa6be656860626
SHA1: 861f249d9a572b8ac9934e363e97f87fd4ad1b71
MD5sum: 3045ce0d6063854d07f753c67a45d7db
Description: PostgreSQL SQL syntax beautifier
 This SQL formatter/beautifier supports keywords from SQL-92, SQL-99,
 SQL-2003, SQL-2008, SQL-2011 and PostgreSQL specifics keywords. May
 works with any other databases too.
 .
 pgFormatter can work as a console program or as a CGI. pg_format will
 automatically detect its environment and output as text or as HTML
 following the context.
Timestamp: 2025-09-03 07:04:32+00

Package: postgis
Version: 3.6.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 642
Depends: libc6 (>= 2.38), libgdal37 (>= 2.0.1), libgeos-c1t64 (>= 3.6), libpq5, libproj25 (>= 5.2.0), perl:any
Recommends: postgresql-postgis, postgis-doc
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.6.0+dfsg-1.pgdg+1_arm64.deb
Size: 146868
SHA256: ce0f1e94589bdb82a15eb40402ce3cf44d1c340626bd224f591b80e52b205fb2
SHA1: a3d777ffecc84807d6b6e3558d6387c6b40ce60e
MD5sum: b51864b7e8d4560cad148cbe203514aa
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2025-09-03 07:04:32+00

Package: postgis-dbgsym
Source: postgis
Version: 3.6.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 942
Depends: postgis (= 3.6.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.6.0+dfsg-1.pgdg+1_arm64.deb
Size: 542532
SHA256: cf2c80eec30a79b1218de322f518e6207aaf9022cd11c7f3ca9a3113abcb328e
SHA1: c1b920a5610d0312bba2e1b47d8a50a8b7cf1271
MD5sum: a4f9ba5ef73ec6910817e6af4dcf4cab
Description: debug symbols for postgis
Build-Ids: 274f5fd52ddbbc644645e1c328cf8f084d2649dc dd919992ea2cab9c711e1a4f76615732ebf5272a e02ddf97e5e4e3213857b2163a692afb0edec7ca
Timestamp: 2025-09-03 07:04:32+00

Package: postgis-doc
Source: postgis
Version: 3.6.0+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7302
Suggests: postgis
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: doc
Filename: pool/main/p/postgis/postgis-doc_3.6.0+dfsg-1.pgdg+1_all.deb
Size: 3308956
SHA256: ff4a61fef60e43a688cf3cbf74d42f8d066e851cc081848756b14a2fdd8442c7
SHA1: b934959e873de5980f528dd54c75e10b12d332c4
MD5sum: e796c957762a5852a23d24e8fd774a42
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.
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-10
Version: 10.23-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28506
Depends: locales | locales-all, postgresql-client-10, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-10
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-10_10.23-8.pgdg+1_arm64.deb
Size: 5063716
SHA256: 5842e3e9b00447b290ddc289f337dfb0ab0ab000600bf6865f3717a3269b6d4c
SHA1: ec5e48f130f57e978ff84cf700be5d917ea8bde7
MD5sum: 8ac10f6b21c48f56e33b4147bc8b670f
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 10.
Postgresql-Catversion: 201707211
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-10-dbgsym
Source: postgresql-10
Version: 10.23-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 22526
Depends: postgresql-10 (= 10.23-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-10-dbgsym_10.23-8.pgdg+1_arm64.deb
Size: 12112848
SHA256: 94546e928091d35c88a5d604ce7ced1295cad46be2fe4e1c3ab223c158f6890a
SHA1: ea34c3117bd13f83b5d09cf5318f1d5299fc7ec3
MD5sum: 9e916b4a58a91e570c6e8cabaa2870cc
Description: debug symbols for postgresql-10
Build-Ids: 09cd88a9b80dc34bb0ee355e282a91e7e5d745f0 0b187341e5fa49948f5e0c460123c03816c44719 0b1df38ca07044399dfdccb9680b450ec5296b3f 0b79999b1536600274d6bc5f49d71e3883a45c6a 0bb279b184ff27b8dd7205d40ba159e39a4403c8 0f832d415c1b7046d17d9f2673f24c4aeaf3835e 1011847c0916c9fef968eab61aad503ffb73fb7e 120b234449184599786031f1fa95ac4656f99ee2 185d96973a382fcbfe1dc2f9a9198b92d0cfa154 1af01f6aa5149e3d3ab04d2a624e14a6cc7991eb 1b4eb5dd241058791bd61eb64813b3879c456b5e 1bb5ba36a44b6023d710586d01991906ee3647ce 1ef74a1a5b088014cbafb3875fae015ba549fba3 24b288ac66da10261c8727dfd8504dda1d72175f 2516ad4382760043ff4ffa7a30dbfaea83748228 28d9ed215201a2450692327b3795d81b2dd17376 2cf067ac9d9257155887872d3eaf798a3d2afaa7 2d3b6be454e1a4adf44318f3e8fee9a6221b28df 2e7ecece13e572dd1a5a77dc43fb6ad3ed95f423 2e8e0eeff53d97f617bf2f9bc3557f3206e1b730 3926737a02c02d999d4995e8ba7c4d0ed88db1ca 3b7f75f7b78d4cc2acf0b6847d5256e5fe1d693d 3c06610796bd9df6b723fe80b765b80197802de0 40ae750ea7354290f98b9193a7825893a9f257e5 4487d3b63bad0543f08b96eb9e23b79cce1d3cd9 47a29b95679b97f290373ceadc14b6e3ad5fe846 4b65dd801dbe5b49a7acd91b72ab67329f0f84ab 4c06e63557a771a694ccad037a37cd3f3476ce65 4dc4669ca42db5edacb37f282ac724bff9c14f3b 4ddbc4a78adfa41fb8cc1ed68eedb8b2241a5791 519776ac7d9d7d98189891ffa366a83847d1d055 5431fa35686f23658967b42d7c15c6c391817c9a 5b3a3b6f70e6e8e61a51e6bcf77ef2632c03cd2a 5d627a1c78a86bdae76c26c22c10df2822726387 67b26e1823b495e9227366ffc1a206dcdebf5f7b 68cb3752b6247f8fd4b65655cf5c5aea3bf78b61 6e05d00d54b15fde238cb8ffabd768f4ed65ddce 6ea1c57198f11a2495c621ba566fc2fcd08a9a1c 6ee64a7d1163a82447e87a85dee4ada6fc9fc5ac 75045c2a7041e860cff72eb50bb04d8ea815dd22 7635affd0a8e192bd493812ad4fd89723ab1d93f 7751abdbc06ee4b265e1b6966cc47fe563971217 782cf95de0f061a52f198a6215f138246f697e9e 785174c975f8761829f694f7a4767563a841474c 7d29a874cdc93d92054938057ba523c18b9bfff3 8ab21fdf3bb2e7bca5bb4db739a71b4017e432fa 906ba4d242b9aba0df496e882c53f3a55f3c89f9 9101d8a61fae5d8c3f426117de49872849c81574 987db712685964d7aae2a6f017207252c6571001 98ad0cf812e176125d97044d627592b0a3a9c158 99b52b7a73586cb13a64610833a1e08147628aef 9a8c8ff984dcfc79e793bf949ee32634f5c73beb 9e6ddc3491abb8ffb7c2468d78292446c1b1ba19 a08d7627c4fa18993bba93a8030aebb98f64ba08 a0b953a7f0b9dfb6e75188cd042b5ff4e6bd904c a28f75588b7c51612f42fcd09f3a7dc1e3bae181 a64299e9a14ebad7cbf30e029b228ce3afd6ed3b aa5340b56b694467a1c827c7b84b68c557e14f32 af4bff00869b7453c319439ff5d564591a177cbb b16d812ef30fb712452851faee230610f70014b2 b289f68ab3385f6083fb92557d15f1ee392ec2bb b4a1043015c6e7f8a9b3a5d585bc715fa32cb89d b5f248f671b30f2f60be07800179ec8fb4ad9eaa bae1f18062adf8984e595a424b2edc3304a95c6b bb68de6b02d2cbe5b12165fb58ccc65dd91e4f5e c182966c901249bc55fc9005b6fe87b5e8c18853 c30a1611c59501a73a54ea471d7c28fa3d14bf73 cc11df3c3c5374ee5e62951f50d103b572625cda cd7c0c7a54dc119c93d93239047412495b09532e ce715f4ec32c9d45e0797065f495291fdc962294 ce76fb7fed40a636690e40507f95342b1384f686 d58457f9eaa185419a713dad67248ef31e94b5e7 db258be66e65be1b5eb62bd70a92329695695bdc dbcfce20caeaee0b7bf7543979e6ad2d95648ad2 dbd113c07d3ef32f01f12c380f36347fb2ed0d98 df956d8b2aee2f1161f227fda6e5ef66ba549193 e0b83f7ece0a207e90faa24590cc210a559e11f3 e2b5b3ee680d985af3cec286c01ac682eaaa1107 e3c0b04be17479e3b07f90b7af67ea2dc5dac196 e45c5fb15484aa862f50931432ce7760d6dae0d0 e47ad4f0c16075f0b2e1277d8e326795e4b5b73b e637a2647bc905c98efd4969ed0581aebef7e196 e709554d949a4d8e3748c17167d4d8290f7f65f8 ea16c3ff36def81631e9ce4e3b72a5430fb9f5f7 edd0ce8eae8afb40410906f3691b7ef32183a3bb f25e112e7161040ffc13d33fb6de7750b917d252 f372dbd03f9ac57a435dfea4adab1cdd3054c0f5 f43df586757e2b150f0267613f5ce41478ef9dad f53b6466501d3e49796f28f83e2ac310415dd95d f7e6b3c798acd23c7f3520df85f72f2d14cbc8a3 f892f568f980f0eaeb69ea22f6714018b6b22e7c faf7e8a5edde4100eef4293da8575a33dfc29200 fe022f9bd43aa84fc178d91387a70fbe27bb594b ffa49754e215f963a56a741854f809dc514eccd7
Postgresql-Catversion: 201707211
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-10-pg-gvm
Source: pg-gvm
Version: 22.6.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-10, libc6 (>= 2.17), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-10-pg-gvm_22.6.11-1.pgdg+1_arm64.deb
Size: 19724
SHA256: fa925ea93c32228f68f6c9525399c23bf52b3e329bbb365c4572c25677a3dea8
SHA1: e26e30fe1a11294b2d7f9409decb6c12228e2001
MD5sum: e5340660d62e368f34eba007931d991f
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-10-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-10-pg-gvm (= 22.6.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-10-pg-gvm-dbgsym_22.6.11-1.pgdg+1_arm64.deb
Size: 26260
SHA256: 3f8df82680999ab521735ed928e99a1f422b91305397ad75d2691800c547ad7d
SHA1: 18324218dcc73c3bb09b69a2e078a03d6185e991
MD5sum: a589f7d479859172134b2b8922c705d2
Description: debug symbols for postgresql-10-pg-gvm
Build-Ids: c9cf603fde2bc71aede85e65eba491380ec92ba9
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-11
Version: 11.22-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29580
Depends: locales | locales-all, postgresql-client-11, postgresql-common (>= 194~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: postgresql-11-citus (<< 8.0.0.PGDG-2~), postgresql-11-cron (<< 1.1.3-2~), postgresql-11-pgextwlist (<< 1.8-2~), postgresql-11-pglogical (<< 2.2.1-4~), postgresql-11-plsh (<< 1.20171014-3~), postgresql-11-rum (<< 1.3.2-4~), postgresql-11-wal2json (<< 1.0-5~)
Provides: postgresql-contrib-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-11_11.22-10.pgdg+1_arm64.deb
Size: 5318712
SHA256: cc5de420be75d56b2a91791f04f3b7e40db358a2b89b91feac5c67514bc6fb08
SHA1: 5f3af9d560cf9d736259af9c1cf51799c51d72fe
MD5sum: ff0da918411116b5a8e675d552c85d4b
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 11.
Postgresql-Catversion: 201809051
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-11-dbgsym
Source: postgresql-11
Version: 11.22-10.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23754
Depends: postgresql-11 (= 11.22-10.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-11-dbgsym_11.22-10.pgdg+1_arm64.deb
Size: 12891592
SHA256: 949768ea4acead22cdb13ecfea79dff6e80fc2519ee42f5d4cff9735d65e371c
SHA1: aef5e23325821c985c617e0170e636348f63ab12
MD5sum: fa440974026044e6cd09694afdd1d49a
Description: debug symbols for postgresql-11
Build-Ids: 0113caa69eebdeae82f17a468ddd4e19ade16d46 02bc0a6813d0f98ea2492b185269dd4dddf01aff 08baf040cab7b27d3881a8a22a89b8d4754d13ce 0a56e0791bc75554790e62ac26b437c64a969e97 0c738a035f8fd07d2c140d40fb03e16a01dca014 0e957d7ed4d685e2bff013759a90e0baab84a7dc 11a5ecdca863550ce93788edc522f5c602795f1d 15107e3dd0e1cc70e855c0caa7604d0ce8632858 27b1434a034f56f83b67cc5740527a2e1b502aa4 2aecc3836d1276ff7b16ed35180a30a6f73b2f80 2f7e36b30bb5f82910ecf32a9b219d24aa3275fb 2f80adae2605dc26ea6b4ca2907a4e0c57b541c2 2f8bf9f5e83b1d1986d8f927a5b8f9bf59a804ff 3088d707cdd98178f8dbf4adde311857d7e1e742 339dab5d9db9eeeb29dda527820a88e52ca9fc72 34a4d1c381eb05421a9957a016590825e8fbf549 37052f7ec943f35e192f7d7b736d51e81382d2dd 3827c35d4722772444efbb26090ab84202f9e504 38edc8eb206d1edd180b20653a4ee0935de0c8d4 3a1ae4d0282d47a39a127bceba235f58abb7f9bc 3cc24b80479f24420a2153b6331e438fdb754fcf 41118e5f156503d7786297673de42f01356fb150 43d91753c3590f6b355a0e01563a065a6a5e950f 453605f446f6d0a09ea963819bee461f85cfee87 475264a265f01964d72af7c271445897c51e1428 477842e616534f3acfb811210192ab7564b14fe1 4a691a11df36a2eab671f8504b828acae9739e5b 4d1fc4db3f0cdf299a863b830732dc8101aff9d6 50c4d6f76222e3ba2401dc899b87ceffc67626df 51894694d040ad378d52c718576222f51a6e4f7e 5526de33f45c736b7ced418cd17c6b84753e259b 56e27bc79b868037d759c04c27ac779b89406583 58e4f952a3ce5e06cd50d266b74a71b575f0d573 5aec61c3d8482fa1c41cc650bdb8667f0cd001f1 5c040b4d1cdc5548731763a66078421c0eceb9c1 5de48f16aa5e72c49e63ab4629c9be408de65f7d 60dc2acb8c9c496ab772c4eb5b12b9fa0bd1c5ec 6cb41db4b65f7fbbcb693b901b02067e6e2297a8 70ebddea47ebc14252dbbc1ebaa82568833b14ee 73cda2c26130c1fc4501c86e3f297b89a54784c8 75e87edca768c54c2815495e3b59ecb07703c8e7 7b9730dacedbd5d614283968e44fd2ae803b2bf0 7cf9c96bf2921e681fb446e2cabd8be7b23b376b 7fb1f39d6373b92521b4406c9edc7fbbaa5988ef 804d9f9eb63040d08beeb269d8317077f3be965d 806a6ef98a72abda14f3401e0d34833ebaf53dd2 836e0f621360ca73626a30c0323e928f54944182 846374891654c9d36640c636f81c936586e741dd 84d5f4f070fff6a809eb6912a920c008bf2fb883 86cb39953667413bc4a69b378c33964edbccf408 8986a80e7ef34a6cb4cca6652fc5189076b2c1a2 8e4ace6f7dfcc97a67aad9bb8810ba9d96bc7ac8 8e799b984fa70effc44779e3b841ab63bad0febb 8f22ea8757e59abf96af0eefb289da4f688046ec 920e5041f1939f020a56a5065f173b00950c0d27 951738d42ed49a06580b373332be109d03f3d876 96154265cc824242cb0153e2a8dab2bb10654767 98ae42f327335bfb6effd3962d29d7f53c595de9 98b7a4388c445ff644d000f08db4c5e95992a7d4 99bfa6cf0b701c0a457877217c88ba00ce5e4d0e 9ed970249ffdd6c25b22dfac93589c479da15eed a2d8f687392804ab617744863c55dd48ffb35a2f a306f310306f18ec733b4afc70077db45840771b a6534968b3435feee1832fa5325b741bbb1c8a22 a9fe04127e6dab1cf53a21332f569248a537291a aa2e504cb9f98c89a0812bc2e252f3fc33dffc75 aa7f06b9924069f28f63b3f380256723924ee733 acd025087804f0ad6653cc24397926f4dfdf887c b0142c25515acd356ca7321042851730b4a01eb4 b5b63c4a33269b008647722e91b051086269f1cb ba403b363654e997c2d99bf4bd1a5388bf787958 bb4c6f10c072a351acf32dd8f71068280720d064 bbf7b474f61030053f8f02620481da95d2b90edf bc0f66a59e10581dc17aada48be9b98c206c5c25 c63479bf3ab31ff41d9dc919903cff439fde94a4 d044771ab75c6a4a3fee3f1680a6f2e0c29c8866 d0e2162138beb2c0725c2a9624e8ceaba454119b d10ce746583fedbb8d7be8504b82a7a6434d284b d3d46cf2b44cc0b1ea21a625a96433c4dfd1f9e4 d5ac1db9e0b89b2a8be7242feb29a70652cdd923 d7e834b72c2c581b5cafdf7608101a817a04ec2f dadfd51c2e9dba08b6b2b9c3a7b263fd25e5510b dbffcc3ca85b208d344b350537cb412c5e76f39c ddc7255caffe535afa515d31af117cdba9b2d7fd e3e56ea8df2621ecb49889d1f8604a49990d4a09 eb69d092f151027c9251ce7b7caa1f3b66c1eecc ec4c73417b0638b9e92a5a6f9d9a9a2f09f33c29 ee49c5cecd30a4b3fb6641073a86a831281ade01 effff35ff536b725bbddec76eadf0e2b783d8252 f2cd920f6fb5e6deda200cd740a3a23ea208fa71 f374f612b4a1c3ac4e9cbe9ddfd18c2a8cc803de fdd7669ae3c4c98e0afa803138e3e1408f53d4b0 ff071ab7c3878724f8271d6dcc814db0aa52d557 ff735601f37e501a1afe5e30f4d8e86c56960a41
Postgresql-Catversion: 201809051
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-11-pg-gvm
Source: pg-gvm
Version: 22.6.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-11, libc6 (>= 2.17), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-11-pg-gvm_22.6.11-1.pgdg+1_arm64.deb
Size: 19724
SHA256: 1052cd7d5ae61aba927206a9dcc8ac35af65dd864bec837c31ad79d7b63b1d8b
SHA1: 265b50ccdec24c0064e6751fa25957c7cde72294
MD5sum: 4c75e3032ae18aead1633b3df7ba5b8b
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-11-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-11-pg-gvm (= 22.6.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-11-pg-gvm-dbgsym_22.6.11-1.pgdg+1_arm64.deb
Size: 26400
SHA256: b97a3a921bf38be87bbd3799a26e24070766ac9c3a7ef03e5338d9d27cedbd1a
SHA1: 2d6384d954f920c11bfb6df19a9565f60a8648f7
MD5sum: e03525313ae0dc3355952493e65eef8f
Description: debug symbols for postgresql-11-pg-gvm
Build-Ids: a372f12c935555342f642442e19bb19261de4675
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-12-pg-gvm
Source: pg-gvm
Version: 22.6.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-12, libc6 (>= 2.17), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-12-pg-gvm_22.6.11-1.pgdg+1_arm64.deb
Size: 19708
SHA256: 9be88e7f227cfa61091998c0404503499bb972c327bd0595cb0fcfcc1dc425c1
SHA1: b072e76c3931f34a7c501e155b330cb88071c580
MD5sum: 563538b2bef145ed3a411bed8b4d2906
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-12-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-12-pg-gvm (= 22.6.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-12-pg-gvm-dbgsym_22.6.11-1.pgdg+1_arm64.deb
Size: 27016
SHA256: f405e9d6046d495f7ae4afa0ab445a62cc7293be56a744ae7de69f6fbe31dbbe
SHA1: c2865b4803556256e566a5e076cfde62dc884892
MD5sum: 20591fdc72e0fe87ebba6ef3619a2213
Description: debug symbols for postgresql-12-pg-gvm
Build-Ids: d376e2b41423e112efc297bfd026cd6c0bc0be00
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.6.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9903
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal37 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-12-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.6.0+dfsg-1.pgdg+1_arm64.deb
Size: 3420720
SHA256: 425d72de95fc4180e81eab16b232f437f4cbd7cb60ec94089ded0f9812fd0dac
SHA1: df5034359e5e31f5f789923037e0a2c687fc5185
MD5sum: 8ce0f87415d5e847c71a6b6d0938b026
Description: Geographic objects support for PostgreSQL 12
 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".
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis
Version: 3.6.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4693
Depends: postgresql-12-postgis-3 (= 3.6.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.6.0+dfsg-1.pgdg+1_arm64.deb
Size: 4120756
SHA256: 2bf8f02436f28b90f3ccf45a35f8242ea0810d431870d17779321f82d12e2693
SHA1: 2b3350b61f68695b5995d1444c1016280a93059a
MD5sum: 013c932379f8e3b055dc6d7ea45582dd
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 387799825de183b86dea9216da6517613d8ce23b 459650b4f90d1e504ea2931220097e11406c51cf 7945e86bb8deb1cb773d96b6e53d310b070696fa 962781d97231ba8cc19f77a29a9adeb2ede97c35 dc473b7a1677122fca8fc8c7ed5cbe92752ce457
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.6.0+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38973
Recommends: postgresql-12-postgis-3
Provides: postgresql-12-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.6.0+dfsg-1.pgdg+1_all.deb
Size: 1296376
SHA256: 40f4bd8c434fe48b6a6e578ccbdcd331505493cebe6197082543132db4fbb235
SHA1: 6d22b6606d6e83977cebdc5ca1edaf4b09277ed6
MD5sum: 66e75989eb62d432fab13ac306faf27e
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-13-pg-gvm
Source: pg-gvm
Version: 22.6.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-13, libc6 (>= 2.17), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-13-pg-gvm_22.6.11-1.pgdg+1_arm64.deb
Size: 19760
SHA256: 0b74222c12ef2883887c38c19d10d96205729852cd5654f452393d3a0d4fb5a7
SHA1: ddfb5f6371007744cde9c4d610957a233ecc55a0
MD5sum: 023133e6e419b6e9dd477679f7168129
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-13-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-13-pg-gvm (= 22.6.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-13-pg-gvm-dbgsym_22.6.11-1.pgdg+1_arm64.deb
Size: 27236
SHA256: 8e4c43d6e8d40a867d0216110685924bb72611d7edb5b0e4d8438b27b109cdfb
SHA1: e6af45d5250760780f646ed578435a04c853db8a
MD5sum: 413a969b3a1c47aefc71c49ad1b26fb8
Description: debug symbols for postgresql-13-pg-gvm
Build-Ids: 52c3e3c98cf417d121e8854825044198fcba9b53
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.6.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9885
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal37 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-13-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.6.0+dfsg-1.pgdg+1_arm64.deb
Size: 3426636
SHA256: a56925358a8ffb92baae4082b8976623f8c4f65bdbfdc19be408d94e520dfa9d
SHA1: 2429db2e311b1628f33f1daf060174156970512f
MD5sum: faacf0588fd8b6bc76984829644b8c13
Description: Geographic objects support for PostgreSQL 13
 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".
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis
Version: 3.6.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4717
Depends: postgresql-13-postgis-3 (= 3.6.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.6.0+dfsg-1.pgdg+1_arm64.deb
Size: 4146128
SHA256: 086190280ae0f474e892f89f789db80b71009ba071d953db056603c996b88a62
SHA1: a5faec2858fa1fe16b9002445c9f483d655c05e1
MD5sum: 3c9a7b6729677e9f81149a69a748a2b1
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 5db1e5cd8b9327e1e7ec8824951d7df3cef8efff 72fd3ed78a2a35e9ac763207b28183d8ea8f7c32 b9e8a682869f59cf0c8f35269052e76330375f7c bb9e1ce359b90b8b2c8499e8b2af0ce6c8174c47 fc5677ff5d4b31b0b82f91aefbf4cba7e289aaae
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.6.0+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38973
Recommends: postgresql-13-postgis-3
Provides: postgresql-13-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.6.0+dfsg-1.pgdg+1_all.deb
Size: 1296468
SHA256: 7b67a23c68b02b87203a0aa7cedf3f8771fb68de9d0f37d9672cd6ece7505bfa
SHA1: f64cfb5bd8ac85b00f86fcefe97c4e269609a925
MD5sum: fa954869181869c30821e83ee03c0da9
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-14-pg-gvm
Source: pg-gvm
Version: 22.6.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-14, libc6 (>= 2.17), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-14-pg-gvm_22.6.11-1.pgdg+1_arm64.deb
Size: 19752
SHA256: e05900cc11f3f15e019e531a0a5741c0cec5858a8e3c5933cb85491f423ca5e7
SHA1: 036d2585b4a63da2ba97b69fb39b18f9da60c7b4
MD5sum: e149e28aadfceffa3592702dbf20014b
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-14-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-14-pg-gvm (= 22.6.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-14-pg-gvm-dbgsym_22.6.11-1.pgdg+1_arm64.deb
Size: 27244
SHA256: 891f65c0c91ecb2771965b7af66714f99143a61cda511914d596496ac9f5fab0
SHA1: 6e1b81e897e53d574c62b5af2c8bf2bbcdc9069a
MD5sum: b0be1c2053950682628fe445bcf2857f
Description: debug symbols for postgresql-14-pg-gvm
Build-Ids: 0076407519038904409cd2b85ecf54f91fcc5a51
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-14-postgis-3
Source: postgis
Version: 3.6.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9971
Depends: postgresql-14, postgresql-14-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal37 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-14-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3_3.6.0+dfsg-1.pgdg+1_arm64.deb
Size: 3434172
SHA256: b0138b454a98abe849fd354aeb1998ae88b3df114f0792e046d00022e2985b50
SHA1: cb4ba3e13b40471b5f744b4082fd62ef169696d6
MD5sum: c42994de42e86595ca159e17e8922103
Description: Geographic objects support for PostgreSQL 14
 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".
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-14-postgis-3-dbgsym
Source: postgis
Version: 3.6.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4700
Depends: postgresql-14-postgis-3 (= 3.6.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-14-postgis-3-dbgsym_3.6.0+dfsg-1.pgdg+1_arm64.deb
Size: 4129708
SHA256: 243c1f35c1baa0bf348bc9937d7302f2af9c9f53d5557d00c1bb9b50d99bd048
SHA1: fb52c9f3706f50781e199181786630f714756758
MD5sum: cc4918399f0e0367ea6ccac47dbd07a5
Description: debug symbols for postgresql-14-postgis-3
Build-Ids: 3d20b7ba94154e5fa791f82bff41eb2a2e940bbd 3dc39b90d7e576f6b3f2f45069c90603096b921d 5e877858fe9c5992f437f8f84e94763924bcf555 8a787031fec6803ffd2d2c0c747efb6dfaec0a21 f99938fb59189e06f561978cc455b25d4c02c526
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-14-postgis-3-scripts
Source: postgis
Version: 3.6.0+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38973
Recommends: postgresql-14-postgis-3
Provides: postgresql-14-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3-scripts_3.6.0+dfsg-1.pgdg+1_all.deb
Size: 1296388
SHA256: 42f2b4303ab75b16f33f6e59a796f1cb15aa5844c41554ff7498f583d7749fe2
SHA1: 74309f0893400e4a69997ac0246bc9d94965d475
MD5sum: 45b6385ad46c2c5b45848b19f9c2d8db
Description: Geographic objects support for PostgreSQL 14 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 14 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-15-pg-gvm
Source: pg-gvm
Version: 22.6.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-15, libc6 (>= 2.17), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-15-pg-gvm_22.6.11-1.pgdg+1_arm64.deb
Size: 19760
SHA256: c0195b659f252915d91fff19fa253817c43fb63db1db3667ebd781c1aea7bd34
SHA1: 01bb32311bd86ddd3f80b7f1b916398dbddd52e8
MD5sum: 1b649666819417652fa228d859a94342
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-15-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-15-pg-gvm (= 22.6.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-15-pg-gvm-dbgsym_22.6.11-1.pgdg+1_arm64.deb
Size: 27384
SHA256: 0bebfe6317479fa69dd381f73f471f0dc4196f47c69ad596e1cec2144480fbae
SHA1: 277c249585ddc5be8869cd5e9c44998f9b6a3e2a
MD5sum: 203e26e9b18d4db5aae91ee10e9fdc63
Description: debug symbols for postgresql-15-pg-gvm
Build-Ids: 8d5500f9b6c9f2c9a83d712a4bf248ae6e188e2c
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-15-postgis-3
Source: postgis
Version: 3.6.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10099
Depends: postgresql-15, postgresql-15-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal37 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-15-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3_3.6.0+dfsg-1.pgdg+1_arm64.deb
Size: 3467224
SHA256: 31304aa92229f0d9a76aaae943a8e096d7c46790d1ee5b8f8a18492f337b602c
SHA1: d524997e8c43dabd8e2c25e29a23b504ff83e09f
MD5sum: d7052face369bd2c40780ea21598cc35
Description: Geographic objects support for PostgreSQL 15
 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".
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-15-postgis-3-dbgsym
Source: postgis
Version: 3.6.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4709
Depends: postgresql-15-postgis-3 (= 3.6.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-15-postgis-3-dbgsym_3.6.0+dfsg-1.pgdg+1_arm64.deb
Size: 4136124
SHA256: b249707ce26c4919561630c31cb285b5b6d748da846e6923d2190f8291291677
SHA1: 8af64120d90a2807b31d4153ad7c471051d800fe
MD5sum: ddfa4384582a400cdcb945cdb997d993
Description: debug symbols for postgresql-15-postgis-3
Build-Ids: 179e2cb78223ce929b0cac4090e9ef88f4a88b58 3c07feefc84b273c3615397c1b74016b12a756af 4c01df110b7bee94d16f1a7319c579ffa180d067 f21b776c4f8f5c4171d17fcdcbe89e6d7cc18b4a fa64eada05c0357328511d03804fa15aa8a18a11
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-15-postgis-3-scripts
Source: postgis
Version: 3.6.0+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38973
Recommends: postgresql-15-postgis-3
Provides: postgresql-15-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3-scripts_3.6.0+dfsg-1.pgdg+1_all.deb
Size: 1296572
SHA256: d8c8fb53dc8af69fdc99e4432a8357c450b3c13e676e79af5a328d2edd0038a5
SHA1: b71ef72ab4d616ba6c85448440290e8c346a54da
MD5sum: 60004a03eebc4db4f645fc5497a4c704
Description: Geographic objects support for PostgreSQL 15 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 15 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-16-pg-gvm
Source: pg-gvm
Version: 22.6.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-16, libc6 (>= 2.17), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-16-pg-gvm_22.6.11-1.pgdg+1_arm64.deb
Size: 19776
SHA256: 4d4bf8b5c5b48dc839b136e701167fc23266818b4735a97fc93f266b43c1b3f7
SHA1: 1da5c42606b18a271da7d6a408c93ab9bd6fb94e
MD5sum: 8cd6c2bd55e962f14fd545e011d70209
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-16-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-16-pg-gvm (= 22.6.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-16-pg-gvm-dbgsym_22.6.11-1.pgdg+1_arm64.deb
Size: 28384
SHA256: 750f3a202df1eb8f6e125f2fd4e0f806592f3e58938fbc4e5ed81a0d0cc0394f
SHA1: 3edbef4c3606bd7ce2cc4f488ff42d79502184cc
MD5sum: 847849b4b8bb54101ac7d6f5ff4ec61d
Description: debug symbols for postgresql-16-pg-gvm
Build-Ids: 7a48746e1fb224e56ef958a442d867280656d5e5
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-16-postgis-3
Source: postgis
Version: 3.6.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10293
Depends: postgresql-16, postgresql-16-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal37 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-16-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3_3.6.0+dfsg-1.pgdg+1_arm64.deb
Size: 3546196
SHA256: af63ab85abfb10660fae3b9dac300bc02ec25d9597fd7202098cf149c2c2b3dd
SHA1: 9b70667fa2906116100cd4dde813e3b3c4a832d3
MD5sum: e9881434f01adab36227c33924cdab81
Description: Geographic objects support for PostgreSQL 16
 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".
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-16-postgis-3-dbgsym
Source: postgis
Version: 3.6.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4840
Depends: postgresql-16-postgis-3 (= 3.6.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-16-postgis-3-dbgsym_3.6.0+dfsg-1.pgdg+1_arm64.deb
Size: 4275028
SHA256: d2b88d7a5ed761eb0c3a75f670e5f9e3201708bd6e12a6658c28208ca8e2093a
SHA1: 30faf1e8a8a6fc402a4bb349523944678a7ce35c
MD5sum: 7160c3f6714efb3a25ecb705080172c7
Description: debug symbols for postgresql-16-postgis-3
Build-Ids: 137d8361da18035d4d40dd9e8dedc6385b536525 5aa8bb35dc65ff6e4cc4ee432d8e342f80ec0b09 5bbbcf42362f7c2b7faf64a34e500f5dd1ba247d afe724862e208958ce7c6196ae0fc571cdca911d e23e12aa8bec2e52d5444559364ac26e327e6987
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-16-postgis-3-scripts
Source: postgis
Version: 3.6.0+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38974
Recommends: postgresql-16-postgis-3
Provides: postgresql-16-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3-scripts_3.6.0+dfsg-1.pgdg+1_all.deb
Size: 1296600
SHA256: e015adb00befc225b6a5eeee753caaa7f4bd2685f872f6c44f9387a7019012ad
SHA1: 0f641866e9f7422469f1cc7052e1f5f7b3dfa9c8
MD5sum: bc4ca05ea02e9a9e0a2c716a9c96f687
Description: Geographic objects support for PostgreSQL 16 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 16 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-17-pg-gvm
Source: pg-gvm
Version: 22.6.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-17, libc6 (>= 2.17), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-17-pg-gvm_22.6.11-1.pgdg+1_arm64.deb
Size: 19776
SHA256: 0f593ada643468e27796c08b3e5c2304ae61c3a4fd16ebfe9bdae92643481c22
SHA1: abd99ba67405227e8ff9a70d87cfadb562abc7c6
MD5sum: 5eaf28a4a08f7cb69a2ad5253d110178
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-17-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-17-pg-gvm (= 22.6.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-17-pg-gvm-dbgsym_22.6.11-1.pgdg+1_arm64.deb
Size: 28568
SHA256: 97490b79fbb797126e5b2c14d72a4c28c3a3a945cc912d44de005675d9494275
SHA1: b1876be25214f6e9e9511b5990b99b614bf1c269
MD5sum: 41f640a8fc964383e2377b511f3bc665
Description: debug symbols for postgresql-17-pg-gvm
Build-Ids: bbd2b0e63b3907173b0f50cbc520550b67160015
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-17-postgis-3
Source: postgis
Version: 3.6.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10394
Depends: postgresql-17, postgresql-17-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal37 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-17-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-17-postgis-3_3.6.0+dfsg-1.pgdg+1_arm64.deb
Size: 3562620
SHA256: 9fbcc25cd0388e52b9831b1a09aca5f3cfa6c96e4f6b86139bbfb182b267878d
SHA1: 7aeddbf0f75a3b013c006443f5c0b9afadddc0de
MD5sum: 1df0163056fdab6d0a97fd8f10ea5869
Description: Geographic objects support for PostgreSQL 17
 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".
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-17-postgis-3-dbgsym
Source: postgis
Version: 3.6.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4839
Depends: postgresql-17-postgis-3 (= 3.6.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-17-postgis-3-dbgsym_3.6.0+dfsg-1.pgdg+1_arm64.deb
Size: 4274636
SHA256: 2480b19a8a91457b193449b7353dfd2293937db8516031344cb46d9bbe098e22
SHA1: a23c001134d24ad01b8c4437b980c4ca3cb75fe5
MD5sum: 3da5e21e8715edb3a3174a5467ee67b0
Description: debug symbols for postgresql-17-postgis-3
Build-Ids: 0cd1722fc81bc92a5ccd4061488d480debea4918 3b15e21d42f6f477d1368d5de41b8bea1ebb5497 8c8b4373c3ceffc9fa04194cc61836acdfa6eab4 ca8fd4931452ee8734298704550fe7076cbdac02 f3ad3100e38bc19e949efec0f735b84a3391d676
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-17-postgis-3-scripts
Source: postgis
Version: 3.6.0+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38974
Recommends: postgresql-17-postgis-3
Provides: postgresql-17-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-17-postgis-3-scripts_3.6.0+dfsg-1.pgdg+1_all.deb
Size: 1296476
SHA256: dd96e15a424d38ece952b2552f3ecac2dd3b6bf90709abdab8bd711a5abc33d8
SHA1: 044bd0f3f8d82fcf01f7c57c82d62cea3925c295
MD5sum: 96dea695041690bd3d420b1afb1681b4
Description: Geographic objects support for PostgreSQL 17 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 17 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-18-pg-gvm
Source: pg-gvm
Version: 22.6.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-18, libc6 (>= 2.17), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-18-pg-gvm_22.6.11-1.pgdg+1_arm64.deb
Size: 19756
SHA256: 82f8d56d4c6cf006abfc1c8c3a69dd6d8f06854d89425eec3918d5874a82a0fe
SHA1: 7e49d3c5fa068f36f7f1a7139e17630810fa49f6
MD5sum: b88fa3da70662c640a77a44da7bec60e
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-18-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-18-pg-gvm (= 22.6.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-18-pg-gvm-dbgsym_22.6.11-1.pgdg+1_arm64.deb
Size: 28592
SHA256: 9d4d74d28f7fbf5f3d8b45f370ee85d438ab65d23266eb8311e19c1887876991
SHA1: f0810034b726e42da9c0cf72484c2a08198842de
MD5sum: d1c837a65c2976def54c6ea9b050cb13
Description: debug symbols for postgresql-18-pg-gvm
Build-Ids: cec160916c8f6a005f6ac49e4c001696fe5b15ad
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-18-postgis-3
Source: postgis
Version: 3.6.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10427
Depends: postgresql-18, postgresql-18-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal37 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-18-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-18-postgis-3_3.6.0+dfsg-1.pgdg+1_arm64.deb
Size: 3569596
SHA256: d43ed9d372e9b5c24452b35f680bfc4d8d7e88efe4764013e013e0ea71633d45
SHA1: 2c7f82ae3b6f7ddf053d32fb7f8e7330f513293c
MD5sum: f82d38e24ede7a2becfac0fb8ac43e80
Description: Geographic objects support for PostgreSQL 18
 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".
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-18-postgis-3-dbgsym
Source: postgis
Version: 3.6.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4839
Depends: postgresql-18-postgis-3 (= 3.6.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-18-postgis-3-dbgsym_3.6.0+dfsg-1.pgdg+1_arm64.deb
Size: 4276168
SHA256: ab837d06c4796203c95951f217d69f7f275f0e53c7b12767077ef7a9f0f73130
SHA1: 90bd865894c48898dcc8b64492546a01cfd8737f
MD5sum: 6b9d95380d6b2f731929cd39e32c270f
Description: debug symbols for postgresql-18-postgis-3
Build-Ids: 3316701194a9b7c34932e237e05e3883b6058b0f 7595b1c8eba46d8ffdc8213dd688d2198933de52 8186ab7feb8d23b0c0a89df292c0014a0dfcd04c d8df890ac4820f0435e47b917826ad33e4ce695c feb1df400e620d69f9aff147b6a65a5cb5199971
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-18-postgis-3-scripts
Source: postgis
Version: 3.6.0+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38974
Recommends: postgresql-18-postgis-3
Provides: postgresql-18-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-18-postgis-3-scripts_3.6.0+dfsg-1.pgdg+1_all.deb
Size: 1296432
SHA256: af5d54930fc79d2892b70932033bf178417fc3e77d4489c484c455b3079b656a
SHA1: 665f0e42b88638bfadce43755f94635ef07e289a
MD5sum: 253dff0b6d91bfbf957a323f4e5436a1
Description: Geographic objects support for PostgreSQL 18 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 18 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-client-10
Source: postgresql-10
Version: 10.23-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7001
Depends: libpq5 (>= 10.23), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-10, postgresql-doc-10
Conflicts: postgresql-server-dev-10 (<< 10.11-2~)
Replaces: postgresql-server-dev-10
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-client-10_10.23-8.pgdg+1_arm64.deb
Size: 1421224
SHA256: 8eea84eeaaa6eb45953ae543f50c4d6e9f18c988d4abc2bd0629bfe8f324ddb6
SHA1: ab09445aa4d7b13b92f618e7285182c6c2d2f9bf
MD5sum: 73511a5428d613654ad64563c522772e
Description: front-end programs for PostgreSQL 10
 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 10. If you install
 PostgreSQL 10 on a standalone machine, you need the server package
 postgresql-10, 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.
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-client-10-dbgsym
Source: postgresql-10
Version: 10.23-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4042
Depends: postgresql-client-10 (= 10.23-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-client-10-dbgsym_10.23-8.pgdg+1_arm64.deb
Size: 1685324
SHA256: a44f1bf68a0d7d01b406ef3f46fc97b478266c26bc5c615b8d0e5320567a4de8
SHA1: 623f0cd34b1ba4cd2d0a070a55f82420fc74c644
MD5sum: 1c2f3eac0947950708e6bc18d0fcccb1
Description: debug symbols for postgresql-client-10
Build-Ids: 14b22786a041f3c1d6080abb04c43a747ab6af75 301aa8723d44f8ce2fd1bf92d193e78f61091b39 4fd4f5a82daf685fcdfe0a287621e1f4cbf270ef 603273ebe95674c3965f069806f7b6d409a412d7 62f4302140ffa369a1c7137ea71e256698ac2462 69005a4694c3fc21e6c5fd25730fd793d825a09e 74f81775f4a529db5a1ce502ae2638d6d2418faf 76688fca3688aee35ab87284a65f3a76c894869a 9d3fafc7bb74958fd76b46a3a80d1066aedc3f02 ac37c18d4b060c5ae7fc5b54e481683434e16ba7 ae85c02e0df780dda647d8dfd34052385f4641ca b1a408e91828c1ae2e71acd2ce0c83008831590e d1787c1ad9bc0605303d2d73768a5337be9f6295 d9ae125c6b09f49919f6ea572e3e0cc7d0d636ec e22a648f019bd7d6d445a0fb90dacf9d1c030bae ed5f43361ee9f0d4eb92071cf320b10bd820874c f70f68c6cae7b7670f1bec7dff4342d3c1fb7b1d
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-client-11
Source: postgresql-11
Version: 11.22-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7250
Depends: libpq5 (>= 11.22), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-11, postgresql-doc-11
Conflicts: postgresql-server-dev-11 (<< 11.6-2~)
Replaces: postgresql-server-dev-11
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-client-11_11.22-10.pgdg+1_arm64.deb
Size: 1472296
SHA256: 5fd143e8d6c0e83d552e465a3f38474e8ec4cb9220ce06c6284063e0af4f0ca7
SHA1: 3e3ed408ab9237e5d5a0dac21d867b3473d6bd6b
MD5sum: f821a944209562f014a458ba12a8caf2
Description: front-end programs for PostgreSQL 11
 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 11. If you install
 PostgreSQL 11 on a standalone machine, you need the server package
 postgresql-11, 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.
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-client-11-dbgsym
Source: postgresql-11
Version: 11.22-10.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4126
Depends: postgresql-client-11 (= 11.22-10.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-client-11-dbgsym_11.22-10.pgdg+1_arm64.deb
Size: 1707636
SHA256: 0849dc0503bb36d243390d4cca3d4337c7474a3674ec3ab49391a8ee99049ea1
SHA1: 6ba5621121e9da9b1746255b0295b3176304a4ef
MD5sum: 8fe5306e8f906b0beb5e2ea642bec030
Description: debug symbols for postgresql-client-11
Build-Ids: 01a1fe8d6ac249a4d29a4f31b0e93f556e6c8be7 21d5986eedb6ab01042e6d533bd4edc63cd159c1 43c4f537453b4a1d65e2569db3de94ce443af01e 4c2e7c3b45a9688ce95a1072b8a3dda554526c76 610c095fa1b342c0796ae5eb5a9d67fd74bd502c 69f7525e2abe4a6c5ad4cf8fd415fd9c1e37023e 768aa3722ae006adc6e13be4b4042e8c99b91d48 9d653d229085b5f8d24dd509f5f4cacdc9d43cb7 9d9bc2acb1f0dcca38328e0bc0f89c28794111ed 9f35b0185fe7d0cda09cfa03b206e235608d9103 a14711e27ce9283eeea9339c116b45eb1677d8c5 aa211c3961d5091180ca3e8c390dd612aa90d514 c890e27de2300fb31aeaf2a6a749581f94007647 c99e4bb34d4c5e688433a9488e66acf805a9530f d46eead32feb02f93bbd8ebcdb7e28dd2337ea7b d472754dfe0449dda24c98450d641be5a36fff33 ecb9af0765fbfb677a4ce62fb7b8b4b58e0dfb3c
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-doc-10
Source: postgresql-10
Version: 10.23-8.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14157
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-10/postgresql-doc-10_10.23-8.pgdg+1_all.deb
Size: 1826940
SHA256: e4c99a7952adcd7e8fa3627958313e904483057357f9781767b457c5777c20a2
SHA1: c2fb3e05d3206d564804ed5ae03521e05f29ed3d
MD5sum: c9a2fd7a886c1d0979d4dd4a0362fd8c
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 10. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-doc-11
Source: postgresql-11
Version: 11.22-10.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14656
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-11/postgresql-doc-11_11.22-10.pgdg+1_all.deb
Size: 1888188
SHA256: 69d8cdefd94eef2e3f7ef612d4cec3460906ce6b1901085a3036af25f661a79d
SHA1: 3d78655d3d85693a0ebbf26f82c169da3d501c79
MD5sum: 78015fb177bc618bb6918b51f20435d1
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 11. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-plperl-10
Source: postgresql-10
Version: 10.23-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 358
Depends: perl, postgresql-10 (= 10.23-8.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plperl-10_10.23-8.pgdg+1_arm64.deb
Size: 58448
SHA256: 6908cce83d97262918f47f2daf5de68a2a58fc3b60cd11944b74a623e2e5cbb2
SHA1: 3ce9ed05d33fe321efc8d2726377a2da1fe8d299
MD5sum: 5d39b310beb1b450fc7162cb95d1e30e
Description: PL/Perl procedural language for PostgreSQL 10
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Perl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-plperl-10-dbgsym
Source: postgresql-10
Version: 10.23-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-plperl-10 (= 10.23-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plperl-10-dbgsym_10.23-8.pgdg+1_arm64.deb
Size: 164028
SHA256: 4e3550c47197ab4079265e9386483b6ab791322b6c055fecf1f592ca230db12c
SHA1: e03975430da5eb6092f51d82890585f61094ca09
MD5sum: 84186e69be974910e66a752315455599
Description: debug symbols for postgresql-plperl-10
Build-Ids: 1224a7985d853f774ac038ccce672f56a82cbe61 20e53678f648dc8dfe76f7ea8a71ece847f0f3a7
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-plperl-11
Source: postgresql-11
Version: 11.22-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 439
Depends: perl, postgresql-11 (= 11.22-10.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plperl-11_11.22-10.pgdg+1_arm64.deb
Size: 65780
SHA256: a6d6b91acc6aa51d4ee60c966f8fafafce5fab406866a1301b88351f60e2e9da
SHA1: fdd3e1f5b4d13bced45649feb64a87965c5da993
MD5sum: 96e6a47a46c047cb3e085c208d2ae990
Description: PL/Perl procedural language for PostgreSQL 11
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Perl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-plperl-11-dbgsym
Source: postgresql-11
Version: 11.22-10.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: postgresql-plperl-11 (= 11.22-10.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plperl-11-dbgsym_11.22-10.pgdg+1_arm64.deb
Size: 180136
SHA256: f4ec4b2931695a775e074ccffdb65aad73e65a8abb75a2692ccafa2a5eb46c8c
SHA1: 79e846adf897e6fd3afd3b833c859a8a21be2c51
MD5sum: 783135251f11311aeb446c38ec4f5c0c
Description: debug symbols for postgresql-plperl-11
Build-Ids: 6a11f9ecff3a7980002bea070bab74da26a6f81b cf693254271eb27d06acc10a10d10c1e54727697 d949ceba1c9d253b884f40f73d61d14ba5f62dea
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-plpython3-10
Source: postgresql-10
Version: 10.23-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 315
Depends: postgresql-10 (= 10.23-8.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10_10.23-8.pgdg+1_arm64.deb
Size: 54260
SHA256: e83160239cc26fe670574b1ef3e7a6f8da6ac4cb62a514608acd9588118f7f53
SHA1: 10696ee7daefaf35577d0816a1be6cf4dcc4679e
MD5sum: c485111829b7afa1e7782375de4a8987
Description: PL/Python 3 procedural language for PostgreSQL 10
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Python 3.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-plpython3-10-dbgsym
Source: postgresql-10
Version: 10.23-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 212
Depends: postgresql-plpython3-10 (= 10.23-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10-dbgsym_10.23-8.pgdg+1_arm64.deb
Size: 169352
SHA256: 1d9c225207f8aed7b5534a8de18a83525806d20697cd08f913af90c0b56d8b45
SHA1: c1b9558f0ffad52970294df37d77a1e037eee5d1
MD5sum: e3ac6648dd4e73761701772dac2311b1
Description: debug symbols for postgresql-plpython3-10
Build-Ids: 4f986966a0f6185dea899dc27816901f7b2803ed 758220b8405df4e47b2531fcb68a705ad9f3fd87 f196b4c6a028f1673b146a64940c22333f29318e
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-plpython3-11
Source: postgresql-11
Version: 11.22-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 387
Depends: postgresql-11 (= 11.22-10.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11_11.22-10.pgdg+1_arm64.deb
Size: 59496
SHA256: 581242b8bc8c561a225775fd6201737ea17f0505b2cb7db8cc9af9350571c704
SHA1: 1105bbf367b27d7be0c27fe34e82a2d794bbd8a9
MD5sum: db7948324d568b9df2f6d4511fd6b97e
Description: PL/Python 3 procedural language for PostgreSQL 11
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Python 3.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-plpython3-11-dbgsym
Source: postgresql-11
Version: 11.22-10.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 240
Depends: postgresql-plpython3-11 (= 11.22-10.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11-dbgsym_11.22-10.pgdg+1_arm64.deb
Size: 187536
SHA256: 4dcc29ad90734485735484ce9eee74698831578430d4f37264e79e692538418b
SHA1: c0524330e1d6a4ccc3956112019bfd3b94995e04
MD5sum: 29f332f145d877967226a785c5be504b
Description: debug symbols for postgresql-plpython3-11
Build-Ids: 377c066e1a371d7e5a9f73d0706aad1165b6d075 bea9defbd3e7c997e7182f0aaf4684d1592b78a6 dc6017f7f5f177399cefceb48d69802651b29e82 ef4fececefe1faf401258b5314f50ce9d319f858
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-pltcl-10
Source: postgresql-10
Version: 10.23-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: postgresql-10 (= 10.23-8.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10_10.23-8.pgdg+1_arm64.deb
Size: 37460
SHA256: 69c7be0d80455ffe0fffb90b0e43faf510a60e9089b0a024018a5b946b61ea84
SHA1: bdb44f5f572967e695daaa78b4e043de0a2a22fd
MD5sum: 39f7e4d722356f7c790ba77eef430fcc
Description: PL/Tcl procedural language for PostgreSQL 10
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Tcl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-pltcl-10-dbgsym
Source: postgresql-10
Version: 10.23-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-pltcl-10 (= 10.23-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10-dbgsym_10.23-8.pgdg+1_arm64.deb
Size: 66392
SHA256: 0ef975df7068ad384bff87611068ad694e313968d1481bdffaffbee3d660f777
SHA1: 878c30de500cf9e3eb6c24a9ba2388e5bb7f1129
MD5sum: 2fa5beea918d45e00dff21bad84d96fb
Description: debug symbols for postgresql-pltcl-10
Build-Ids: a10e8d07d32e4edcbe46e5437e74208cebebea26
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-pltcl-11
Source: postgresql-11
Version: 11.22-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-11 (= 11.22-10.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11_11.22-10.pgdg+1_arm64.deb
Size: 41400
SHA256: b38f37576e33d928fa0f968674d24a7aadda556274880aef6e24b3a9677df020
SHA1: ef1adb29f5f98d358b2f9106eba7a7325b143cde
MD5sum: f39710fb2c4e52111c4ce24261109be5
Description: PL/Tcl procedural language for PostgreSQL 11
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Tcl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-pltcl-11-dbgsym
Source: postgresql-11
Version: 11.22-10.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-pltcl-11 (= 11.22-10.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11-dbgsym_11.22-10.pgdg+1_arm64.deb
Size: 69928
SHA256: f9b8a36429315fc58eeac354d0aa1642d2df1e79f43fd9abc58edd7a2b35eea8
SHA1: 29814b7fdceb62782ede003cd8ffd697ea7d62f9
MD5sum: 1deec1f43392485a3bac073b09c96daa
Description: debug symbols for postgresql-pltcl-11
Build-Ids: bb29ecfb7498aa596348bfd37964b7d79f830e04
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-postgis
Source: postgis
Version: 3.6.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 66
Depends: postgresql-postgis-scripts, postgresql-17-postgis-3
Homepage: https://postgis.net/
Priority: optional
Section: metapackages
Filename: pool/main/p/postgis/postgresql-postgis_3.6.0+dfsg-1.pgdg+1_arm64.deb
Size: 21152
SHA256: 773c16888f5bcc6c75ff0c4b658435b8703c1e261d1a306b0c194ea79f51213b
SHA1: e7058af936fa22444f105b9b42cfb34f4d9dd476
MD5sum: a9da86a7adfce82d1652cd94d6024105
Description: Geographic objects support for PostgreSQL -- Metapackage
 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 metapackage depends on the PostGIS package for PostgreSQL 17.
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-postgis-scripts
Source: postgis
Version: 3.6.0+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 66
Depends: postgresql-17-postgis-3-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-postgis-scripts_3.6.0+dfsg-1.pgdg+1_all.deb
Size: 21172
SHA256: 7c92452290adea52d64adaab5f95ead80ee240b1b875e4c26b42a666847136c6
SHA1: 18a6895ac33a107a1d7f2b345ec18342ceffe6b1
MD5sum: 2eeb5c85f4beddf4efe5f03cef3c26c1
Description: Geographic objects support for PostgreSQL -- SQL scripts metapackage
 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 metapackage depends on the PostGIS scripts package for
 PostgreSQL 17.
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-server-dev-10
Source: postgresql-10
Version: 10.23-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5523
Depends: libpq-dev (>= 10~~), postgresql-client-10 (= 10.23-8.pgdg+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Replaces: libpq-dev
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-10/postgresql-server-dev-10_10.23-8.pgdg+1_arm64.deb
Size: 943932
SHA256: a8c8d6821482b41b3a75534dc85fb64aab8b2c714a7b1cf756d8920ef8bbd0f4
SHA1: 6cca08fd3b2ccd6107de1e36036fe69f5f897eb5
MD5sum: ce41fbfc4e4129e2a3174c4c0cf120f2
Description: development files for PostgreSQL 10 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.
Timestamp: 2025-09-03 07:04:32+00

Package: postgresql-server-dev-11
Source: postgresql-11
Version: 11.22-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5074
Depends: libpq-dev (>= 11~~), postgresql-client-11 (= 11.22-10.pgdg+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-11/postgresql-server-dev-11_11.22-10.pgdg+1_arm64.deb
Size: 930604
SHA256: 5110720ba7175477b494e4fe935ebefe2d8309dbf8d4936a4bb1c9deb01cb6b3
SHA1: 818136b9f2eb58f9329d97ebe7594e1edc0b4d43
MD5sum: 0a7d6778392e8f07bc2c9dc486e54c1a
Description: development files for PostgreSQL 11 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.
Timestamp: 2025-09-03 07:04:32+00

Package: libecpg-compat3
Source: postgresql-18
Version: 18~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/libs
Filename: pool/18/p/postgresql-18/libecpg-compat3_18~rc1-1.pgdg+1_arm64.deb
Size: 12852
SHA256: dc52b4480bc41d5d7d30708a6770bfd19591a5a9586dff38a86d933a4efcd2aa
SHA1: edd689594443983d90579ab4892a35194cdb5649
MD5sum: 743a38e789ed6e361c97afd8ef4756ea
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.
Timestamp: 2025-09-04 20:58:20+00

Package: libecpg-compat3-dbgsym
Source: postgresql-18
Version: 18~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 18~rc1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/libecpg-compat3-dbgsym_18~rc1-1.pgdg+1_arm64.deb
Size: 16964
SHA256: 3c1842a3a24577875ceca552dd3d777338981e8c816a0dfcba8129e2b0a45233
SHA1: 0f0fd477698013c28ba825f84f0e61d8de4061c7
MD5sum: 010a430c7b658fa6366905549b34e9c5
Description: debug symbols for libecpg-compat3
Build-Ids: 12e411cd970c95dd257e9d261d10ddf744136d1a
Timestamp: 2025-09-04 20:58:20+00

Package: libecpg-dev
Source: postgresql-18
Version: 18~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1567
Depends: libecpg-compat3 (= 18~rc1-1.pgdg+1), libecpg6 (= 18~rc1-1.pgdg+1), libpgtypes3 (= 18~rc1-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/libdevel
Filename: pool/18/p/postgresql-18/libecpg-dev_18~rc1-1.pgdg+1_arm64.deb
Size: 251812
SHA256: 17546a973cc3925b590b366e276f6138c7d701c8568819241258e3e203da25b5
SHA1: b60b8e8e6b6075dfaa740319b8c8f5ddf68b0d54
MD5sum: 3b69dba94d7316cab37eb632bee293e4
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).
Timestamp: 2025-09-04 20:58:20+00

Package: libecpg-dev-dbgsym
Source: postgresql-18
Version: 18~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1061
Depends: libecpg-dev (= 18~rc1-1.pgdg+1)
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/libecpg-dev-dbgsym_18~rc1-1.pgdg+1_arm64.deb
Size: 170524
SHA256: a6f9c07ff44e8c9b995ac980f4ff59f87403f2a3bf081046cd3a5eedd778389b
SHA1: 57f566091558b74c70845a7765505c650c012bf4
MD5sum: bf37fef66294fb5f0f26737d761eacd1
Description: debug symbols for libecpg-dev
Build-Ids: ab172abf6c1da63cc00e69fce8b97c0625077ae4
Timestamp: 2025-09-04 20:58:20+00

Package: libecpg6
Source: postgresql-18
Version: 18~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/libs
Filename: pool/18/p/postgresql-18/libecpg6_18~rc1-1.pgdg+1_arm64.deb
Size: 55480
SHA256: b328d804418a9794b0e7297fee9acc8c988932dc8d69982a4cdbf13d4c1b5f6d
SHA1: c376bb0ee44a2b4602c791f57b42c7184535944f
MD5sum: 5f7c66a5efcfef262360351173aeb1bf
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.
Timestamp: 2025-09-04 20:58:20+00

Package: libecpg6-dbgsym
Source: postgresql-18
Version: 18~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: libecpg6 (= 18~rc1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/libecpg6-dbgsym_18~rc1-1.pgdg+1_arm64.deb
Size: 114688
SHA256: f67be2ac96bbb4b8d140fe554fd7f88b2700332eda3e72ede552293ac9087178
SHA1: 9c126f739adf795960731f490f4e8456208ee873
MD5sum: 41e451723dc2b8c93ad6198a1445e313
Description: debug symbols for libecpg6
Build-Ids: dcfbe99bede7f9ffe86198502c2fa5c9133bd867
Timestamp: 2025-09-04 20:58:20+00

Package: libpgtypes3
Source: postgresql-18
Version: 18~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 160
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/libs
Filename: pool/18/p/postgresql-18/libpgtypes3_18~rc1-1.pgdg+1_arm64.deb
Size: 39624
SHA256: a3df0ceab2ac3a58ecdb2be38077b7f003eb504b2fcf39d93627056e046a44da
SHA1: c043e626be0dee5d3023f9edfe5cd2909d806e1d
MD5sum: b7e7e8db425a7741adf827d6667cb5df
Description: shared library libpgtypes for PostgreSQL 18
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-04 20:58:20+00

Package: libpgtypes3-dbgsym
Source: postgresql-18
Version: 18~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libpgtypes3 (= 18~rc1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/libpgtypes3-dbgsym_18~rc1-1.pgdg+1_arm64.deb
Size: 90280
SHA256: 8b30395a65b0f1895eb0a7c6578763491fe8eb60fd4b1d545000b46fb91c674f
SHA1: 5cc97515d1c106516244f1630978ce79214b7217
MD5sum: 015ebc4ba263d480913505c49558cb9a
Description: debug symbols for libpgtypes3
Build-Ids: 1e92899ae98622a247df3501ff246d644aefccfe
Timestamp: 2025-09-04 20:58:20+00

Package: libpq-dev
Source: postgresql-18
Version: 18~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 705
Depends: libpq5 (= 18~rc1-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-18
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/libdevel
Filename: pool/18/p/postgresql-18/libpq-dev_18~rc1-1.pgdg+1_arm64.deb
Size: 162460
SHA256: 891ac92a4f267d13d7c2edf4d18664231887d9e97ee620bddc86afc5466d1be4
SHA1: 556535c0eb32cb5a9c7a206b6680178284da1baa
MD5sum: 91ec744ca9b87c616e28dbdfe9ee172e
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.
Timestamp: 2025-09-04 20:58:20+00

Package: libpq-oauth
Source: postgresql-18
Version: 18~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 158
Depends: libpq5 (= 18~rc1-1.pgdg+1), libc6 (>= 2.38), libcurl4t64 (>= 7.16.3)
Provides: libpq-oauth-18
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/libs
Filename: pool/18/p/postgresql-18/libpq-oauth_18~rc1-1.pgdg+1_arm64.deb
Size: 36336
SHA256: bdf4d401aabe76afdd710fa1f9321d6056590d075587c1055a63fd758ff7aee4
SHA1: d604938c37ebe7285fb8d0395ffb69d3ef9c68b4
MD5sum: ebac7c683b4cb46383394106c3634766
Description: PostgreSQL C client library - OAuth flow
 libpq-oauth is an optional module for libpq5 implementing the Device
 Authorization flow for OAuth clients (RFC 8628). It is maintained as
 its own shared library in order to isolate its dependency on libcurl.
 (End users who don't want the Curl dependency can simply choose not
 to install this module.)
 .
 If a connection string allows the use of OAuth, and the server asks
 for it, and a libpq client has not installed its own custom OAuth
 flow, libpq will attempt to delay-load this module using dlopen() and
 the following ABI. Failure to load results in a failed connection.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-04 20:58:20+00

Package: libpq-oauth-dbgsym
Source: postgresql-18
Version: 18~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: libpq-oauth (= 18~rc1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/libpq-oauth-dbgsym_18~rc1-1.pgdg+1_arm64.deb
Size: 103908
SHA256: cf94f21d9785033314a6ffaf4ad6baecb7fa5ff6f574d4dca45c87c9bc9be078
SHA1: bf8306a34ca4323b30c7ca88e0ed52d567129905
MD5sum: 512f634909e1d53231f549513d54b180
Description: debug symbols for libpq-oauth
Build-Ids: 32c84659c810956c696f74c5f978dde6ff6d2377
Timestamp: 2025-09-04 20:58:20+00

Package: libpq5
Source: postgresql-18
Version: 18~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1221
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Recommends: ca-certificates
Suggests: libpq-oauth
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/libs
Filename: pool/18/p/postgresql-18/libpq5_18~rc1-1.pgdg+1_arm64.deb
Size: 238552
SHA256: 2ffa66929191dbd91a149605f2dc390bbb6462ca88c4bcb162225823ad10f9a3
SHA1: 40d1967db6acd609f2b6986eb1e1422a7559fae0
MD5sum: 4c7e44d0027d647745b10a8b9906bd98
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. SSL certificate validation (the sslrootcert=system connection
 option) requires the ca-certificates package.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-04 20:58:20+00

Package: libpq5-dbgsym
Source: postgresql-18
Version: 18~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 382
Depends: libpq5 (= 18~rc1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/libpq5-dbgsym_18~rc1-1.pgdg+1_arm64.deb
Size: 342540
SHA256: 8b7d01899994b8f1e832ed6ea66a85a778974a92210cb79c4e1e112a4a4dc115
SHA1: 85dd342c50bd7b97f23299d9210fb1408fd29fd8
MD5sum: ff616d1e34f7e7a92a5966d95d2f0a69
Description: debug symbols for libpq5
Build-Ids: ad615d7bf54c942552a74891828fd4783dfa8c09
Timestamp: 2025-09-04 20:58:20+00

Package: postgresql-18
Version: 18~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39412
Depends: locales | locales-all, postgresql-client-18 (= 18~rc1-1.pgdg+1), postgresql-common (>= 275~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), liblz4-1 (>= 0.0~r130), libnuma1 (>= 2.0.11), libpam0g (>= 0.99.7.1), libpq5 (>= 17~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libsystemd0, liburing2 (>= 2.3), libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: postgresql-18-jit, sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-contrib-18
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/database
Filename: pool/18/p/postgresql-18/postgresql-18_18~rc1-1.pgdg+1_arm64.deb
Size: 7195880
SHA256: d69da92a0c503171d46eb89b3ca0d1e78da5ab8e260f84f43f8631c9cc509092
SHA1: 388fc234a4fcebd6a1202dff8016808f8aec27b5
MD5sum: 0484a7328dd8103e89526ec301eb0856
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 18.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202506291-1800
Timestamp: 2025-09-04 20:58:20+00

Package: postgresql-18-dbgsym
Source: postgresql-18
Version: 18~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34447
Depends: postgresql-18 (= 18~rc1-1.pgdg+1)
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/postgresql-18-dbgsym_18~rc1-1.pgdg+1_arm64.deb
Size: 19967544
SHA256: cad19656aaf3cf33ff398a50cb89f2e94a670290e785f00b28b658e06d30bca8
SHA1: 28d59976bf0fb304b9a18ad54ffcf00dab050c5c
MD5sum: 4c2816980f5f756382777a5cba436d76
Description: debug symbols for postgresql-18
Build-Ids: 05d0adbd0232c85dc20711c35eb70d1b7c0b0a77 086fdf36cdfbf0605d925af56077abfef8b6e356 0baa5682ac5b9f8aa370b2d99bc3c61cbd3875d0 13f746d3e79903ede3f4fbeb65d142ea40ee807a 1591f47e9d66e27224413ce77c77ed04a0bbc92b 1aadda62df2fa97707bfc60ca30ee88d5add29af 22f3921e396a55df93ad5ddadbad84c190016a31 255034f1c1b87c40538f779c981ad3b4e4e4a4f5 2670398b794948ece2ca986c48f20119e96ceba9 29a5ea6f1dd14a43711f960b2505fa30e9247f10 2cfda6518602bef59b96c6024ef431621665475e 2dc2d981b9510923944ec22419b505044de4762c 33380b6faa55948603bd0e46a1362734602bab04 41b1a4b6985b7592b17779964e8533ab06905f45 4212730f1cae6ec897203508477813dc3163f3d3 428e0cef0a1d1391aec65605b42452a23ac2f809 42d104fad35a7cd465b94abe3888946338729137 447c48c925980e045ab253449c7cdbcf0325d97f 4a1a6fbcc0d04a5dd7e2f45da37b439704ce5f56 4baaa72167c41d41f348f1db13f705d63b99fe42 4bb314f292627fed4bc3663fbe68346343e6a523 4d592e39424a18e7446269096ee2b41e66943a09 4ead7687434a49b57afcb17c8a87c447d1385836 4fde03c6e645cccba8361b32a0cdfb9bc0cad1c2 504e67114eddaa47c0895c5ced2be2f1a8a037da 53b4b6a64badf2b0139fa943f00d9fafb35af590 564c68d541ba9e308cd844e00beafa251f51954f 580d4db46d29cfcbf9e294bd3a3eecfa31a34d8d 593ebc3104fb0f48f9fecd86ce6ab32b42ed32d7 5a60b525a855a479cd2381bd8d1aadfc8aa610b9 60e5f20a3af5733d750eca5646a65d43b459fe2c 61d7f1e453a56a1715a1f77d000d6fa24e85e6d9 6298012bacc53b8ef391b2f1813eb6e6da74b92d 62f920ca05a5817ca1d9c89b64d3d2b88facf961 63f34f4c220c0b1e77e6a5ee5dd702cc78ddbadc 64d98312b492ca782df33a8421319c8fb5de1280 678f216b715e6b4a39fcbd8dfbe9acf6d6c7a6e9 704b8e4d9b363ccd4ee1f093709f306faed7f5fe 712ccb21147c16d50d7edaabef0759a11c941e11 72dbc0383b85b24b53d130430695c6ac7d56e7c4 7315e99531f28879142bb06053b9b321ce9f00b6 73528e1eb67072dbf163c2cf83ac4884f9b03367 7ba47c7baaaac1c92e46d1c873e079c55a813fc0 7bb6ff7e1cf553f5ed9f6bba84d3905d3e9c24d8 80067e87bc5b04728dc320cdf659e6012267feb0 81e2c3ec662ad60451a18634cb81a1643ae04b62 82cea06c66b54f386078df03dfd622e35d4657ac 847f4da37b0a3c6c5538844e614c49ac3bcfbc0d 881f77971d23bef6194085a642367453a5e8d652 9203822a881fd8b83bc3e9b96c938089e62d1b36 963728769dd5796ca08b562da1df3ef0791bddea 96648c396763c39f0cca9406401eb16be80d095b 982cc4c83734b9f1b571cf8935b053998f917323 98d7a88a8d6690451ab92839a7dc85a9f2c20290 9a2aa4522b41e9287583b768bf0f609ad02dac6f 9ea8be2d9f1d615500b02e400bce3848566026ff a1c981fea8589971e191ba50f941d7798ae42f30 a42ff6667cfc0081e1a3080996373528e638899f a5068d785ec45227ad2b002439246580852e3faa a59621d330569afa1857629928135327431309fb a857e20a6d7d9feade1ed81b9a064393402cd1a6 a8c8e8513f867a53d9fb7e42de8b73a312c541fd aac03a1fb5f3ea5242767f7cf5b8fdd9768f9e0b acac75dcc9e50bc2904c254ec73efac2380c18a6 adde86d40d2dbae5404a71d3c5d4276568aef67c af89eb74ede9e562bf3feed82e09adb376b454db b3f3447d6cb5dcd72133eb7bee43a0065c344637 b4860ad81a586e41ba4452f345ec42dea057b4bf b587bf6c600d64df7a565e1869518af2bdc08439 ba88ba47befce288aab0a706e0a2212ef2bb3729 bd573eff238c85ff8ffd335f30b39be88d8fe9bf bdfe5521c873ea2dbe82d53b98e3c5a774270e31 bf64d7f3df08e3f20cc4fa94ce182e125c827948 c43994efc634e60109664838b6a544c6147d2da6 c640e97acde69ce92207af8407f3a1aee4261571 cbfa28da96f4e73ed8faf81a60fac3c313a3836a cd778978aec5e3e9089e8a6ece791df2526dbae5 cdc1163afc351ef8949dae989839572e8f5eef22 ceb4a11136f8d5f457cbf620cced3e4e47874026 d0dc1444b5fa1e5c56be0b3a8f902ba24fde8a5d d23bdf1f81678b5a36f16d549bc3efbdae3baf65 d5b5775a796395469b36a8cd81eef6c3a5d9f834 d79a34b1c89958b6ac5adb1eb4bba95eadd8ee12 de00767c1c8d0509652040e1f38b99b007b363e8 df7cf911a5b9b79061b4fef2fed790b991582801 dfb85a314af6beaf065e97706488b8106fe8394c e298d312f6b94d5ff3d4946bbe4dd890fc76f6f2 e32698322129b99ada4d811d2caf87749f110f35 e925954870dedc9de6439484364722ffc3ab371d ea05a9ae966343b706cb6f2ed39f5f9904d064a9 f0ddcb2f709893f2a7dac0420a640c959d53b457 f4ac33333293fcfcef7bb9689ec3a854d05a97f8 f7fbbfa74cb1d75b6f0f3255aeeb0d070f0de2db f88b40bcb162884a5cbfb32356b231d3daf56710 fb40c39fa688cf227cd4381caccec2a540c310bc fd9c9c2aaec32ea1a062e66f54e47385ef35d4c9 fe99d6d0a59cde0964c26ae720a2743b57206aa2
Postgresql-Catversion: 202506291-1800
Timestamp: 2025-09-04 20:58:20+00

Package: postgresql-18-jit
Source: postgresql-18
Version: 18~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26763
Depends: postgresql-18 (= 18~rc1-1.pgdg+1), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libllvm19 (>= 1:19.1.0), libstdc++6 (>= 5.2)
Provides: postgresql-18-jit-llvm (= 19)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/database
Filename: pool/18/p/postgresql-18/postgresql-18-jit_18~rc1-1.pgdg+1_arm64.deb
Size: 10875788
SHA256: 934cf46878a8d5d24697f524f698587a07bd9ecb0b65999eb1a67d878f86dcf8
SHA1: ce28630f0b5c661fc0aff8b8e1d02ba8476676d6
MD5sum: 956c13e0ef08a7a8d34852414a958f68
Description: LLVM JIT support for PostgreSQL 18
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides LLVM-based query JITing for PostgreSQL 18.
Timestamp: 2025-09-04 20:58:20+00

Package: postgresql-18-jit-dbgsym
Source: postgresql-18
Version: 18~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1682
Depends: postgresql-18-jit (= 18~rc1-1.pgdg+1)
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/postgresql-18-jit-dbgsym_18~rc1-1.pgdg+1_arm64.deb
Size: 1677672
SHA256: 09eef309c14dfabec3379a2d19c62aeb7fe6d39a7b6a85f3c8d863b7a8516ace
SHA1: 12a31c8b30ba1cdf66886d24e73ce01a066eb8e0
MD5sum: c108066c0c86761c9489966e47072eb2
Description: debug symbols for postgresql-18-jit
Build-Ids: 99dc432cd230bb989c2bc86768bfe164cb4479f4
Timestamp: 2025-09-04 20:58:20+00

Package: postgresql-client-18
Source: postgresql-18
Version: 18~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11713
Depends: libpq5 (>= 18~rc1), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-18, postgresql-doc-18
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/database
Filename: pool/18/p/postgresql-18/postgresql-client-18_18~rc1-1.pgdg+1_arm64.deb
Size: 2097192
SHA256: 6f7ff1cee7f4364187bee661b0997d2f889dfdc43e3dde92ab97df78ac306fdb
SHA1: 45aa0f19d4e688180ac94daef735778967fd5333
MD5sum: 436a71b902ed0b25c3a483c4ea3ec27d
Description: front-end programs for PostgreSQL 18
 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 18. If you install
 PostgreSQL 18 on a standalone machine, you need the server package
 postgresql-18, 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.
Timestamp: 2025-09-04 20:58:20+00

Package: postgresql-client-18-dbgsym
Source: postgresql-18
Version: 18~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7815
Depends: postgresql-client-18 (= 18~rc1-1.pgdg+1)
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/postgresql-client-18-dbgsym_18~rc1-1.pgdg+1_arm64.deb
Size: 3341992
SHA256: 0e5a2f9396828f11cb3ef284f0547705d4175fff602fe307cbe933c00f4963c2
SHA1: d5c7482decdca43382b15992667d6e943ac00048
MD5sum: 536470eb518f929d138d2842d0de3c56
Description: debug symbols for postgresql-client-18
Build-Ids: 00a631faab363676e08aeabc479b4b4eb902deae 0f10b5c40008f559e2d9757c5df6cbb169cf95ff 2540295d79e04c7e82b0394661e3061f33cd6e9f 2bee2d85cb97fc896f2a0ce0f42831c5d8ce8019 32c5f5aa75dbec655acad531e2d09fc8c75fbbf2 42109a0ce6fbb4c967d69329f90a9a0d4dec9a3d 583db0321a8059d3dffd849d439cf73e8a5a1d4a 5f73ed73d234817baf2ff3a6d7e44a748bc06cd4 673aeccdaacadb0726ee34619106bf3aaf9155a3 67663cf0db6e4970135b95baa72cbe91fbe9f576 7ee8414c3db309f51e2f33721447a6ab1d1d0196 922ab8c229bf2c24ab56119738e07cfe98d54473 98b4f3feef9cf8783a4737b6f47beb7582cfb22b a6cb46bfb800508063915be0ea7546a669b671f6 b21d3db48cae4b2470a406632648ee9c1bf484c4 be2b57e5f4559d0a2d9712899330ff937a21cf63 c3e15a359ab0c3e7a220128ce9a2fedf0ee3f84d c95ff9e1f02987d0207b1b60d767109f2cbf69ed d6659fe1912e7981600009d74041e229928e9b28 f0d09841ebf964b7ce6bc3e790c3801c6624c940 f5cf653f0b520d116a193241d4346c0a413c3a57 fc0f1d41c814ce0a88df43b93bcfba75826aceaa
Timestamp: 2025-09-04 20:58:20+00

Package: postgresql-doc-18
Source: postgresql-18
Version: 18~rc1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17261
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/doc
Filename: pool/18/p/postgresql-18/postgresql-doc-18_18~rc1-1.pgdg+1_all.deb
Size: 2167988
SHA256: 22b874159c24446614f95720d1a12f6d8daa9a1b2502fedce42661819c8257f7
SHA1: ed3d85d5dce903a3f11bf841c511a8418f911a73
MD5sum: 6e7c56fc63eedc6cb3245b0cca8f3237
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 18. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-04 20:58:20+00

Package: postgresql-plperl-18
Source: postgresql-18
Version: 18~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 538
Depends: perl, postgresql-18 (= 18~rc1-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/database
Filename: pool/18/p/postgresql-18/postgresql-plperl-18_18~rc1-1.pgdg+1_arm64.deb
Size: 63644
SHA256: 177cdad7481645f1e4b29f260fe43e9b0dfd5df34671001e241a957c610fc155
SHA1: 34f7072abca1fec060c6cbab5ef4984a70f38aa6
MD5sum: a729d6026d68ea56d3f5bc2cda46cc83
Description: PL/Perl procedural language for PostgreSQL 18
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in Perl.  You need this package if you have any
 PostgreSQL 18 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-04 20:58:20+00

Package: postgresql-plperl-18-dbgsym
Source: postgresql-18
Version: 18~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 248
Depends: postgresql-plperl-18 (= 18~rc1-1.pgdg+1)
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/postgresql-plperl-18-dbgsym_18~rc1-1.pgdg+1_arm64.deb
Size: 202608
SHA256: 4ff32cca470ddbb0361293561c4d2d5b60ad535a31608244717f589dc2ac952c
SHA1: 660857e8dd5c3556ce45c1444a46c87b61abf6a0
MD5sum: 1e70e28a15f137d514a1af8c8e573ebe
Description: debug symbols for postgresql-plperl-18
Build-Ids: 00c737773f3d096a57628aa77c194c6e48e1b709 20f97f99419a25476ab8d1e8a26f294020d346cf 42455b21bfa18c00882e376ee9ba77fe2a8197f2 6dd317865e72aada8f88752434d1e7ce85303c90
Timestamp: 2025-09-04 20:58:20+00

Package: postgresql-plpython3-18
Source: postgresql-18
Version: 18~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 636
Depends: postgresql-18 (= 18~rc1-1.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/database
Filename: pool/18/p/postgresql-18/postgresql-plpython3-18_18~rc1-1.pgdg+1_arm64.deb
Size: 87208
SHA256: 0f96cb8f9b25d59ed9c153470f3b1a641e9d0f6edfe2684581487823ad27573d
SHA1: cab833e12e040f8eb14f31df891766848f9cd84b
MD5sum: ed59efa7b6afe8578a6fcdbe820fca4d
Description: PL/Python 3 procedural language for PostgreSQL 18
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in Python 3.  You need this package if you have any
 PostgreSQL 18 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-04 20:58:20+00

Package: postgresql-plpython3-18-dbgsym
Source: postgresql-18
Version: 18~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 243
Depends: postgresql-plpython3-18 (= 18~rc1-1.pgdg+1)
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/postgresql-plpython3-18-dbgsym_18~rc1-1.pgdg+1_arm64.deb
Size: 189600
SHA256: 3ca4619845d543bc9300a59bc25dd9a45bfb5b166dfe4d72eac2d91e06415036
SHA1: 218f54972de4e70a07ea24bbf1e736b341573d62
MD5sum: 8374c5686a31e5fc447dc460e2881a05
Description: debug symbols for postgresql-plpython3-18
Build-Ids: 14f9052551f3844b951eefe753800ae8502d9a1c 5288013caaf7e347a0dccc32ad71dceadea5a383 ab9a0fe003e25afe8cff7ee9fd0e8979c99a1813 f192f06fe27b057d5ac7b6350f4eba6834ae9ef0
Timestamp: 2025-09-04 20:58:20+00

Package: postgresql-pltcl-18
Source: postgresql-18
Version: 18~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 203
Depends: postgresql-18 (= 18~rc1-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/database
Filename: pool/18/p/postgresql-18/postgresql-pltcl-18_18~rc1-1.pgdg+1_arm64.deb
Size: 38180
SHA256: 4b5b72f52f8a17a6fd2d3e6ef6eeae932112248ae7c008490663390431348a7e
SHA1: ec1177f9a8d88f6d1e320fd8ab47f098c551eee3
MD5sum: 1f58ebe1fee812601cfc85323826dbc6
Description: PL/Tcl procedural language for PostgreSQL 18
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in Tcl.  You need this package if you have any
 PostgreSQL 18 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-04 20:58:20+00

Package: postgresql-pltcl-18-dbgsym
Source: postgresql-18
Version: 18~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: postgresql-pltcl-18 (= 18~rc1-1.pgdg+1)
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/postgresql-pltcl-18-dbgsym_18~rc1-1.pgdg+1_arm64.deb
Size: 88820
SHA256: 1c7ba3bcb5ac4fa76b757879f370dcdf70ad7861fed746bb9c9330852f53d58e
SHA1: 7fc5edaaf4df8a22a07815a8f1c139252c212cc7
MD5sum: abe157a760c8dea751cf26f637cf0b4c
Description: debug symbols for postgresql-pltcl-18
Build-Ids: 8afa5ca8e3a039288e112a89d18e181cba782484
Timestamp: 2025-09-04 20:58:20+00

Package: postgresql-server-dev-18
Source: postgresql-18
Version: 18~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8768
Depends: clang-19, libpq-dev (>= 18~~), llvm-19-dev, postgresql-client-18 (= 18~rc1-1.pgdg+1), postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 18/libdevel
Filename: pool/18/p/postgresql-18/postgresql-server-dev-18_18~rc1-1.pgdg+1_arm64.deb
Size: 1381996
SHA256: 8d30af2cfdfb0466501b98f92bec421fc75acee9566e14243979be9f8ee5543c
SHA1: 54eb18257cbbaa268723ee29e748c510f4d8e083
MD5sum: 7c431ab4f34e57d3a6ed6f1ebb3dfdb8
Description: development files for PostgreSQL 18 server-side programming
 Header files for compiling SPI 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.
Timestamp: 2025-09-04 20:58:20+00

Package: postgresql-server-dev-18-dbgsym
Source: postgresql-18
Version: 18~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-server-dev-18 (= 18~rc1-1.pgdg+1)
Priority: optional
Section: 18/debug
Filename: pool/18/p/postgresql-18/postgresql-server-dev-18-dbgsym_18~rc1-1.pgdg+1_arm64.deb
Size: 56684
SHA256: d046a0fe3a56bfbb62d690cfbf5eb2c63af395890cda470504288f494b3a219d
SHA1: 1e692182330455e4691772fd68d75b7268b70d89
MD5sum: 3c18e245dfe861fe300833a61158c853
Description: debug symbols for postgresql-server-dev-18
Build-Ids: c58d86301d476297d4ea0245c648fb673da00e4e
Timestamp: 2025-09-04 20:58:20+00

Package: libecpg6
Source: postgresql-12
Version: 12.22-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 265
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg6_12.22-3.pgdg+1_arm64.deb
Size: 65280
SHA256: eb77c5f1545f650713c76e93de2115230942ce9329475d7a772e99d72c9cfe52
SHA1: 49155e7e3b2f27c46ed43a113a8d0ddb224274d7
MD5sum: 0f66793001ecac14306f87eb7aab4aa1
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.
Timestamp: 2025-09-08 22:00:57+00

Package: libecpg6-dbgsym
Source: postgresql-12
Version: 12.22-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: libecpg6 (= 12.22-3.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg6-dbgsym_12.22-3.pgdg+1_arm64.deb
Size: 112196
SHA256: 5a99e0bb49d11b1811dd06f9643da9c5c8ecb944808eb304e634cbb9773fd408
SHA1: 3ab1e0ece3f319305698c87fd4846169a7f0fd47
MD5sum: accf655c7be8553479918fd488ee3a08
Description: debug symbols for libecpg6
Build-Ids: 68b3275bf56488b811d0367ed33e9c8f302d5f74
Timestamp: 2025-09-08 22:00:57+00

Package: libecpg-compat3
Source: postgresql-12
Version: 12.22-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg-compat3_12.22-3.pgdg+1_arm64.deb
Size: 23672
SHA256: 77ef86ee6bda86f3cc238d51c954e04d739fd4880f782e41e29f1cb29f311c24
SHA1: c7b5c70c5cfcbb98a746b5cf99c21094c7fd5d8d
MD5sum: a03bb2d6192d05dc774b481c49233733
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.
Timestamp: 2025-09-08 22:00:57+00

Package: libecpg-compat3-dbgsym
Source: postgresql-12
Version: 12.22-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 12.22-3.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-compat3-dbgsym_12.22-3.pgdg+1_arm64.deb
Size: 16868
SHA256: 4dbe15d77bd315e68834c5ecfd5227329515fc5dfb850e32801e116dde217c21
SHA1: 131c98effa31dabff9cd4b9e1214c47039db9980
MD5sum: 7ed536b6d8dcbe7b76dae6c4bc5d8ef5
Description: debug symbols for libecpg-compat3
Build-Ids: c743ec9e9bb782b89ad99eb276256f7399884a85
Timestamp: 2025-09-08 22:00:57+00

Package: libecpg-dev
Source: postgresql-12
Version: 12.22-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1603
Depends: libecpg-compat3 (= 12.22-3.pgdg+1), libecpg6 (= 12.22-3.pgdg+1), libpgtypes3 (= 12.22-3.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libecpg-dev_12.22-3.pgdg+1_arm64.deb
Size: 278788
SHA256: d94be39cec7ae908571b5e84609d7cb9aa0e215cec91db84b3c30c69bcee071e
SHA1: 134aa6bc97e9112c024cce75d77ba60a049ad2c3
MD5sum: cdd6cb03956f5c41a9524d8da79e58c2
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).
Timestamp: 2025-09-08 22:00:57+00

Package: libecpg-dev-dbgsym
Source: postgresql-12
Version: 12.22-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1152
Depends: libecpg-dev (= 12.22-3.pgdg+1)
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-dev-dbgsym_12.22-3.pgdg+1_arm64.deb
Size: 226084
SHA256: e18b547ce19f7c118cd9df3c5516c522def32ce89f10ed5cff0c99a7c03ef384
SHA1: 184a61999fdb078e3fae0ee37b739f2f68febc04
MD5sum: b7c28805ff5874edd3cacefbf9eda8aa
Description: debug symbols for libecpg-dev
Build-Ids: ad6e70749cc799df9a77bb67b9e32ad463b0310a
Timestamp: 2025-09-08 22:00:57+00

Package: libpgtypes3
Source: postgresql-12
Version: 12.22-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpgtypes3_12.22-3.pgdg+1_arm64.deb
Size: 50760
SHA256: 2111ffedc5b35456cd1c0035f5be4d673fe5ecbe9e9fb2803f08716859d97847
SHA1: 7fc91666dd60a6c9a0eca84ff24d89726a71742b
MD5sum: 180149bc5214942ed52e20b4d67a7c31
Description: shared library libpgtypes for PostgreSQL 12
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-08 22:00:57+00

Package: libpgtypes3-dbgsym
Source: postgresql-12
Version: 12.22-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 12.22-3.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpgtypes3-dbgsym_12.22-3.pgdg+1_arm64.deb
Size: 87916
SHA256: 28284459003c0aaa7ab7572ade5e0dbd01e518a5a33ae7fe2f3f4b72bd8b589d
SHA1: 2c7c014a0f9cf7fcdac41065827e0d22bbe08027
MD5sum: 07c6bf018e137dab04db9267c696c845
Description: debug symbols for libpgtypes3
Build-Ids: b690dc9049ad060b31e9836c7263732efc3a0a09
Timestamp: 2025-09-08 22:00:57+00

Package: libpq-dev
Source: postgresql-12
Version: 12.22-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 628
Depends: libpq5 (= 12.22-3.pgdg+1)
Suggests: postgresql-doc-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libpq-dev_12.22-3.pgdg+1_arm64.deb
Size: 151904
SHA256: 7b75f12e2a6e6399044d56559a804120e450e555ce26382b8b31128dcab7d81f
SHA1: b321657794ccf7f76466261c50ac34d14e8e631a
MD5sum: e6b393c8e8c963b8bfa1196a245ec327
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.
Timestamp: 2025-09-08 22:00:57+00

Package: libpq5
Source: postgresql-12
Version: 12.22-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 861
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpq5_12.22-3.pgdg+1_arm64.deb
Size: 184732
SHA256: 94d5e8c7c2748489eecaa5e1cd3eac8f3532eb33e4eb3b750b8aa86bd8bf0ec0
SHA1: 29d7a3ac3acabaf291d16a143c6606bed1c1b560
MD5sum: 2417968574c6f429e1a9c9eb61e084e8
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.
Timestamp: 2025-09-08 22:00:57+00

Package: libpq5-dbgsym
Source: postgresql-12
Version: 12.22-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 285
Depends: libpq5 (= 12.22-3.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpq5-dbgsym_12.22-3.pgdg+1_arm64.deb
Size: 251008
SHA256: f811eb2e4a22209bb5105aa21043fd87c78ad1fecdc5039cd00e63e1a93a9be6
SHA1: 5af8aee165eb8ecba141784e3018b5984f11d5b8
MD5sum: 29d9ce6fd244175d0e5ae253592c28c3
Description: debug symbols for libpq5
Build-Ids: c54c812bfe20242375a27f5243d923dde2d95052
Timestamp: 2025-09-08 22:00:57+00

Package: libecpg-compat3
Source: postgresql-9.1
Version: 9.1.24-18.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libecpg-compat3_9.1.24-18.pgdg+1_arm64.deb
Size: 13288
SHA256: afa99e831b5c93a894a7101e17bc00a61b2d0651a3cd63d332542672cc851289
SHA1: aa38b86cbd09e67dd5e2ee9fe835efeecc0e9077
MD5sum: 28586e3e882a7289a6f1373ba5c9c774
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.
Timestamp: 2025-09-08 22:15:31+00

Package: libecpg-dev
Source: postgresql-9.1
Version: 9.1.24-18.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1052
Depends: libc6 (>= 2.38), libpq-dev, libecpg6 (= 9.1.24-18.pgdg+1), libecpg-compat3 (= 9.1.24-18.pgdg+1), libpgtypes3 (= 9.1.24-18.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libdevel
Filename: pool/9.1/p/postgresql-9.1/libecpg-dev_9.1.24-18.pgdg+1_arm64.deb
Size: 197088
SHA256: 5f10b5bc6d7e88d0e1b1cd2fe14b9236b9dcbbec4e6593a12d7575d6acc937b6
SHA1: f540ee74735261ca4bdba6cd0c8e0bca26c04ffe
MD5sum: fbf9bd4cc4d2f78ff88e5ba6e0ba8d39
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).
Timestamp: 2025-09-08 22:15:31+00

Package: libecpg6
Source: postgresql-9.1
Version: 9.1.24-18.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 423
Depends: libc6 (>= 2.38), libpgtypes3, libpq5
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libecpg6_9.1.24-18.pgdg+1_arm64.deb
Size: 74256
SHA256: 9b38a67a006b7ab537a6519fe8293c637eacbcdc20f95fade9b9e66a90b6a40a
SHA1: fdfcb43f6537599422943c02441b9e17fff6d627
MD5sum: c1a1ebf156608e9d0074e4c4c9162afc
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.
Timestamp: 2025-09-08 22:15:31+00

Package: libpgtypes3
Source: postgresql-9.1
Version: 9.1.24-18.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libpgtypes3_9.1.24-18.pgdg+1_arm64.deb
Size: 34376
SHA256: 182a7f5f389b1adbfcee1f20322e4235f442a52a681275ce56a6fcdc51791e1a
SHA1: 526e902f2a3634ab6f3cd779b0e63be9417be5d3
MD5sum: ae1623351ddf2bc4439e9c8d6f8de10f
Description: shared library libpgtypes for PostgreSQL 9.1
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-08 22:15:31+00

Package: libpq-dev
Source: postgresql-9.1
Version: 9.1.24-18.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 966
Depends: libc6 (>= 2.38), libpq5 (= 9.1.24-18.pgdg+1)
Suggests: postgresql-doc-9.1
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libdevel
Filename: pool/9.1/p/postgresql-9.1/libpq-dev_9.1.24-18.pgdg+1_arm64.deb
Size: 177316
SHA256: 91c71a2a231b95d1b8fe0f64676121cb4eee097eb00acfa3d64b7117cb313f2b
SHA1: ae3754ac1665d6d553d5bbb2b425d567962229eb
MD5sum: 606e208d4a510614a3fc155ba5919819
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.
Timestamp: 2025-09-08 22:15:31+00

Package: libpq5
Source: postgresql-9.1
Version: 9.1.24-18.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 547
Depends: libc6 (>= 2.38), libcom-err2 (>= 1.43.9), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap2 (>= 2.6.2)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libpq5_9.1.24-18.pgdg+1_arm64.deb
Size: 116340
SHA256: 18bcfa67c28e70f54c2f1c83ff21c48157829df5d73961cc1ea749645c72c965
SHA1: d95d1ee2650359a0ffb5b8ed251e906bd6a7f48c
MD5sum: 21e26779ab6f6df4c32064a204d2fe71
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.
Timestamp: 2025-09-08 22:15:31+00

Package: libecpg-compat3
Source: postgresql-9.2
Version: 9.2.24-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libecpg-compat3_9.2.24-15.pgdg+1_arm64.deb
Size: 13160
SHA256: 73173cd397984589d8a03e4b1fd34b6956ea494df74ac9d49a9406bc84271624
SHA1: 75c3433905f38deae2515b03ea08be5776be8709
MD5sum: 6da83ff5d5d1e8cd8defec20dc177dc7
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.
Timestamp: 2025-09-08 22:15:09+00

Package: libecpg-dev
Source: postgresql-9.2
Version: 9.2.24-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1117
Depends: libc6 (>= 2.38), libpq-dev, libecpg6 (= 9.2.24-15.pgdg+1), libecpg-compat3 (= 9.2.24-15.pgdg+1), libpgtypes3 (= 9.2.24-15.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libdevel
Filename: pool/9.2/p/postgresql-9.2/libecpg-dev_9.2.24-15.pgdg+1_arm64.deb
Size: 200904
SHA256: 69ec21f602278560cfa33a35447399aab1fd6c1daa3c752211391abf2bc28c9a
SHA1: 21989f6632187d94c37c68962dc44ffd554a8b2d
MD5sum: 277e0cef5d7286cef33778c6a39a01a0
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).
Timestamp: 2025-09-08 22:15:09+00

Package: libecpg6
Source: postgresql-9.2
Version: 9.2.24-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 420
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libecpg6_9.2.24-15.pgdg+1_arm64.deb
Size: 74052
SHA256: b3ed39fd6f8abb6055d453716e72aafad2914f8daa5411fdd3293e6c6038d01a
SHA1: 63830a7c919dee8ee4dc26d50a74d80b032c1f63
MD5sum: cc8ac74a1245eaf730ef8373fa77a43b
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.
Timestamp: 2025-09-08 22:15:09+00

Package: libpgtypes3
Source: postgresql-9.2
Version: 9.2.24-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libpgtypes3_9.2.24-15.pgdg+1_arm64.deb
Size: 34264
SHA256: 696306ff8a2af9349aa1f3a5de2332c64217c8227e8aa406f5ca27ea12ae54d7
SHA1: 45b9c069e0dee03665081f63b217512dd95b895f
MD5sum: b6e0f1977a515ebc850704fe41fdc4cf
Description: shared library libpgtypes for PostgreSQL 9.2
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-08 22:15:09+00

Package: libpq-dev
Source: postgresql-9.2
Version: 9.2.24-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1008
Depends: libc6 (>= 2.38), libpq5 (= 9.2.24-15.pgdg+1)
Suggests: postgresql-doc-9.2
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libdevel
Filename: pool/9.2/p/postgresql-9.2/libpq-dev_9.2.24-15.pgdg+1_arm64.deb
Size: 185216
SHA256: d7714a3e8404a9e2d1275a2cf59eca37015becf2b0605a96734d626c26fb0ffe
SHA1: 91444874b1cc0e1b7bce1aaee6e68a7e0f137755
MD5sum: 68ce4a9a65da9ccf465a26b7e2204ea0
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.
Timestamp: 2025-09-08 22:15:09+00

Package: libpq5
Source: postgresql-9.2
Version: 9.2.24-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 586
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libpq5_9.2.24-15.pgdg+1_arm64.deb
Size: 118576
SHA256: 16d7d13f26c2781e331c050c15c9bdac9291a26f579394c8ab514ae54a37419a
SHA1: d2426cfaa43616ade428ed1999dfe6a6c3800a0a
MD5sum: b2085190db6433fbf25b9b965844ba7f
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.
Timestamp: 2025-09-08 22:15:09+00

Package: libecpg-compat3
Source: postgresql-9.3
Version: 9.3.25-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libecpg-compat3_9.3.25-15.pgdg+1_arm64.deb
Size: 13132
SHA256: 1a8e23844eb862b8f57acdecb1ba2fa14f19b31ce270fc4bc636e1d192b1dc88
SHA1: 6619fdcac4560c49b60c549959ad317b30f89886
MD5sum: 322dd4a041d5b4b035796325e8e2b672
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.
Timestamp: 2025-09-08 22:14:39+00

Package: libecpg-dev
Source: postgresql-9.3
Version: 9.3.25-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1125
Depends: libc6 (>= 2.38), libpq-dev, libecpg6 (= 9.3.25-15.pgdg+1), libecpg-compat3 (= 9.3.25-15.pgdg+1), libpgtypes3 (= 9.3.25-15.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libdevel
Filename: pool/9.3/p/postgresql-9.3/libecpg-dev_9.3.25-15.pgdg+1_arm64.deb
Size: 204352
SHA256: 52dbcfe3de5e18bf4434981f23e783b0499f983d15c9c495a49b40e4823c59d6
SHA1: e9cf306e7eaeab400c1fe5591a84f7e4b6b3b300
MD5sum: f0231dd8fec74c76d840b77efd9e0c0c
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).
Timestamp: 2025-09-08 22:14:39+00

Package: libecpg6
Source: postgresql-9.3
Version: 9.3.25-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 420
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libecpg6_9.3.25-15.pgdg+1_arm64.deb
Size: 74388
SHA256: 50c2b7e7c18e2b7f39c279c527febcbbbf0592e887fa8ef0a9d3c3b9b3041c09
SHA1: 53e440f147147ea173bd25fe92e2bce4f4ab927d
MD5sum: 50ba5e024975c321b391e5f93d8319ad
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.
Timestamp: 2025-09-08 22:14:39+00

Package: libpgtypes3
Source: postgresql-9.3
Version: 9.3.25-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libpgtypes3_9.3.25-15.pgdg+1_arm64.deb
Size: 34336
SHA256: 27ea9a7e171bcd82ca95a3dd254ff3f3aa54e1887d9dade13520665abbe7b0e8
SHA1: f02885d243a49727122861389080d60cec1d0406
MD5sum: 5977deacf0fdb91f960c083c2ff2f49a
Description: shared library libpgtypes for PostgreSQL 9.3
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-08 22:14:39+00

Package: libpq-dev
Source: postgresql-9.3
Version: 9.3.25-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 764
Depends: libc6 (>= 2.38), libpq5 (= 9.3.25-15.pgdg+1)
Suggests: postgresql-doc-9.3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libdevel
Filename: pool/9.3/p/postgresql-9.3/libpq-dev_9.3.25-15.pgdg+1_arm64.deb
Size: 151932
SHA256: dd250ca8ccc742fe516e8c71967700466f30606a1b440bf6b03278f3a11c73db
SHA1: 1267b88113e65029e30383c1fc0ca8dbf61c4e8d
MD5sum: 73e471a7bb5fbd5cc20e1f564041349c
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.
Timestamp: 2025-09-08 22:14:39+00

Package: libpq5
Source: postgresql-9.3
Version: 9.3.25-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 599
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libpq5_9.3.25-15.pgdg+1_arm64.deb
Size: 119976
SHA256: 2366ac0e5c44a557d28157df4caff7316f041858ca6e018fe201459848ac231b
SHA1: 96e9b69a23cd2f26ec421087ddf92847f9e28895
MD5sum: fcc5cc9e21912f4b7f42a62ed5b94ecb
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.
Timestamp: 2025-09-08 22:14:39+00

Package: libecpg-compat3
Source: postgresql-9.4
Version: 9.4.26-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libecpg-compat3_9.4.26-15.pgdg+1_arm64.deb
Size: 15420
SHA256: f3866cf71df8f13cdf4d5708fc89285ac53b8c9f58d95abc371015c04625c6dd
SHA1: 46af09b54fd12516d2882e256c08fec3add99fc5
MD5sum: 500b8138160dbb36c5c5d5a7d4aa216b
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.
Timestamp: 2025-09-08 22:13:45+00

Package: libecpg-dev
Source: postgresql-9.4
Version: 9.4.26-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1137
Depends: libc6 (>= 2.38), libpq-dev, libecpg6 (= 9.4.26-15.pgdg+1), libecpg-compat3 (= 9.4.26-15.pgdg+1), libpgtypes3 (= 9.4.26-15.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libdevel
Filename: pool/9.4/p/postgresql-9.4/libecpg-dev_9.4.26-15.pgdg+1_arm64.deb
Size: 210428
SHA256: 42b064c14a8cd6edea7952480bd990761036b73bb1a4c48c7b3d2904fff39b6a
SHA1: 256eac97e8d32bf6cd994acd55c8ab6e40328653
MD5sum: 729650e03cbba9dccb3251e4fa85ce8b
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).
Timestamp: 2025-09-08 22:13:45+00

Package: libecpg6
Source: postgresql-9.4
Version: 9.4.26-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 433
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libecpg6_9.4.26-15.pgdg+1_arm64.deb
Size: 78564
SHA256: 9675167da356cc1bde398c0ed6d01354dbcd18d67657353a07725c168d4463f0
SHA1: abdf437e340a81c562ea6d7fe6650b48e1e6b6c0
MD5sum: 563087c825c6cbf0d6854cbe2f8f0f28
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.
Timestamp: 2025-09-08 22:13:45+00

Package: libpgtypes3
Source: postgresql-9.4
Version: 9.4.26-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libpgtypes3_9.4.26-15.pgdg+1_arm64.deb
Size: 36392
SHA256: b06808344741bf1c650f8b6c7c22b9fefbd2fccb8b9c96bef89660256162e8a9
SHA1: 0c66eb0dde7dc5ead6073d22372d6fcf4a3d3c00
MD5sum: 2c9e22dc0b81324c384999589f2aae54
Description: shared library libpgtypes for PostgreSQL 9.4
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-08 22:13:45+00

Package: libpq-dev
Source: postgresql-9.4
Version: 9.4.26-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 774
Depends: libc6 (>= 2.38), libpq5 (= 9.4.26-15.pgdg+1)
Suggests: postgresql-doc-9.4
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libdevel
Filename: pool/9.4/p/postgresql-9.4/libpq-dev_9.4.26-15.pgdg+1_arm64.deb
Size: 155168
SHA256: 5567e957329a577ff2acc846fd713db58e4977405612c50ef85dcbba38b53fb5
SHA1: d42fe15c647591730dde517ec3e1e2a5eccf9b0f
MD5sum: 92ca5181a8b45dbb13a719c45157f43e
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.
Timestamp: 2025-09-08 22:13:45+00

Package: libpq5
Source: postgresql-9.4
Version: 9.4.26-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 599
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libpq5_9.4.26-15.pgdg+1_arm64.deb
Size: 123192
SHA256: d8f4fd7945221076ae7a3407d834f4ccb9ba77eb2844ffdb017e133c724bfec6
SHA1: f19c02f1f3c8b61b2532151850c49f607bdb9e23
MD5sum: bb51269d7e250e0714773ae5c6d5dea7
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.
Timestamp: 2025-09-08 22:13:45+00

Package: libecpg-compat3
Source: postgresql-9.5
Version: 9.5.25-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libecpg-compat3_9.5.25-13.pgdg+1_arm64.deb
Size: 17428
SHA256: f2c5771f807c8cef9c46606f4147b4b704c8412600fbd820026085a0058ab05c
SHA1: d2b9e15a4cc1c2f922e56d2ffc59aee7da64466c
MD5sum: cd229134144036433d4c0edaeb0a57a2
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.
Timestamp: 2025-09-08 22:13:22+00

Package: libecpg-dev
Source: postgresql-9.5
Version: 9.5.25-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1203
Depends: libc6 (>= 2.38), libpq-dev, libecpg6 (= 9.5.25-13.pgdg+1), libecpg-compat3 (= 9.5.25-13.pgdg+1), libpgtypes3 (= 9.5.25-13.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libdevel
Filename: pool/9.5/p/postgresql-9.5/libecpg-dev_9.5.25-13.pgdg+1_arm64.deb
Size: 218260
SHA256: d99dc9ec99c7d9b5fcf48c157670b3d0fddf6226f08ea8fc4524abc47a241b24
SHA1: 79101419c566210b002f2af12d74484804869aac
MD5sum: 8f59697a715f9b77d30924f2f5c4b64d
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).
Timestamp: 2025-09-08 22:13:22+00

Package: libecpg6
Source: postgresql-9.5
Version: 9.5.25-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 459
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libecpg6_9.5.25-13.pgdg+1_arm64.deb
Size: 83456
SHA256: 569fc2b552e2021fe524b1b21e0dde504459ba196e6ca85623bc9cb4c89ce861
SHA1: bde84d7eab75f15e85d70cb91b6202e0c7314637
MD5sum: 8edee1b7f54b62cdc98b88aacf29741a
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.
Timestamp: 2025-09-08 22:13:22+00

Package: libpgtypes3
Source: postgresql-9.5
Version: 9.5.25-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libpgtypes3_9.5.25-13.pgdg+1_arm64.deb
Size: 38452
SHA256: 74e84e0da793a3a6b11f0fdd536e153a5a2f428b95633185b917b8fd938f9b16
SHA1: 16f6011a82c96cdd227f4fe4f84513ee6c1111be
MD5sum: 2d30bd30cb30ba638f2636ac01869eda
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.
Timestamp: 2025-09-08 22:13:22+00

Package: libpq-dev
Source: postgresql-9.5
Version: 9.5.25-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 797
Depends: libc6 (>= 2.38), libpq5 (= 9.5.25-13.pgdg+1)
Suggests: postgresql-doc-9.5
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libdevel
Filename: pool/9.5/p/postgresql-9.5/libpq-dev_9.5.25-13.pgdg+1_arm64.deb
Size: 161532
SHA256: 103716aa35bd98afe13e8c9bd2f323f6458c0f8f428718d5a59873b33083de09
SHA1: 91386d6d35415248f9cc5fce724370c87f87be4b
MD5sum: 120bcd742acb1c9ad1de50b1b51f0c79
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.
Timestamp: 2025-09-08 22:13:22+00

Package: libpq5
Source: postgresql-9.5
Version: 9.5.25-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 650
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libpq5_9.5.25-13.pgdg+1_arm64.deb
Size: 134928
SHA256: ccd31461b5ba350a58230219119315e9e18497edd68aa14b47a86290b39a9090
SHA1: 404e6300bf1f60287629d998f77e2fb47b98802e
MD5sum: 2a2668f4e8a9c914a1afd3054ac19f41
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.
Timestamp: 2025-09-08 22:13:22+00

Package: libecpg-compat3
Source: postgresql-9.6
Version: 9.6.24-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg-compat3_9.6.24-12.pgdg+1_arm64.deb
Size: 18604
SHA256: eb51c5b244a0bac57b69cd03c9f13f10e77463481cbd3381bbc89717824c931e
SHA1: 36a05506eb289e1b068299c60f0b1de260b267c3
MD5sum: a0e0d8c5327f12e1f9fe70f7289b13ca
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.
Timestamp: 2025-09-08 22:12:48+00

Package: libecpg-dev
Source: postgresql-9.6
Version: 9.6.24-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: libecpg-compat3 (= 9.6.24-12.pgdg+1), libecpg6 (= 9.6.24-12.pgdg+1), libpgtypes3 (= 9.6.24-12.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libecpg-dev_9.6.24-12.pgdg+1_arm64.deb
Size: 222408
SHA256: 8b2b842e6154b9682c047bcc76d126da62b8cd8b3f6d54049a8208a572030869
SHA1: 79ca6978f0f81b52d190b90b408ac33efaf70b22
MD5sum: fdd3453e424b3c37730ddb9570d0acfb
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).
Timestamp: 2025-09-08 22:12:48+00

Package: libecpg6
Source: postgresql-9.6
Version: 9.6.24-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 461
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg6_9.6.24-12.pgdg+1_arm64.deb
Size: 83920
SHA256: 17f603c58fbe753c45fe1c1a43260fbc431b2f4c67abd50ee148664a081dc146
SHA1: d04263ad531b34f188eb1d7f53460f6901fa8a2c
MD5sum: fd5735b2e5a26ae5311046ee2f57c39d
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.
Timestamp: 2025-09-08 22:12:48+00

Package: libpgtypes3
Source: postgresql-9.6
Version: 9.6.24-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpgtypes3_9.6.24-12.pgdg+1_arm64.deb
Size: 39616
SHA256: b7605e1feffe85420fcc4afcaf264662ee142cfe27d6c2b5dffd167be33f9407
SHA1: b736535fe9391afd8e3b467da911ef566d0f98b6
MD5sum: 14b7b3efa94511208ae35fb94f73ee86
Description: shared library libpgtypes for PostgreSQL 9.6
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-08 22:12:48+00

Package: libpq-dev
Source: postgresql-9.6
Version: 9.6.24-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 805
Depends: libpq5 (= 9.6.24-12.pgdg+1), libc6 (>= 2.38)
Suggests: postgresql-doc-9.6
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libpq-dev_9.6.24-12.pgdg+1_arm64.deb
Size: 163328
SHA256: 707d020d7486600b353d1ef457bae9f38365fdbd63e69ead51959c1f4693a6e8
SHA1: a28a806afae6dc38dd9799c4d72b7371fe6bcd51
MD5sum: 3b21771bd5aa95a91ed6a9e1d46f216d
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.
Timestamp: 2025-09-08 22:12:48+00

Package: libpq5
Source: postgresql-9.6
Version: 9.6.24-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 662
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpq5_9.6.24-12.pgdg+1_arm64.deb
Size: 136744
SHA256: f1e6ec1f6c98e5a7e0926cf06b438036a73ccc3afaf88fb7f11de2de716da30e
SHA1: cbf1e118ea5e6e9c5085ce043670da7253375fb3
MD5sum: 72b585f85a92b5349b814bdcce788d82
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.
Timestamp: 2025-09-08 22:12:48+00

Package: libdbd-pg-perl
Version: 3.18.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Installed-Size: 634
Depends: perl (>= 5.40.1-6), perl-dbdabi-94, perlapi-5.40.1, libc6 (>= 2.38), libpq5 (>= 17~~), libdbi-perl, libversion-perl
Homepage: https://metacpan.org/release/DBD-Pg
Priority: optional
Section: perl
Filename: pool/main/libd/libdbd-pg-perl/libdbd-pg-perl_3.18.0-2.pgdg+1_arm64.deb
Size: 203844
SHA256: 3f0307fe68134c2d8f42c40650517c4419c6bf0f76356e5bc1888c48d9dbfae4
SHA1: 39fc1a1edaab0ac0e1527844d1ab018bd7d3a4a4
MD5sum: 90c6e38440146241b2757801af0e60d8
Description: Perl DBI driver for the PostgreSQL database server
 DBD::Pg is a Perl DBI Database Driver module that works with the DBI module to
 provide access to PostgreSQL databases. It enables you to control a PostgreSQL
 database in a Perl script.
Timestamp: 2025-09-08 22:17:27+00

Package: libdbd-pg-perl-dbgsym
Source: libdbd-pg-perl
Version: 3.18.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Installed-Size: 239
Depends: libdbd-pg-perl (= 3.18.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/libd/libdbd-pg-perl/libdbd-pg-perl-dbgsym_3.18.0-2.pgdg+1_arm64.deb
Size: 218768
SHA256: a8982998115635648b0d46a32200f7886f1fdde64feece70ade2300414b212fc
SHA1: ebd4eafa0ce66aceee3a2d601b954b5028c3107a
MD5sum: 86f8a94dd892e591c582c50ed04b8832
Description: debug symbols for libdbd-pg-perl
Build-Ids: 527af78d6f42b8c9b9ecf61f280af5239a5c6a9a
Timestamp: 2025-09-08 22:17:27+00

Package: odbc-postgresql
Source: psqlodbc
Version: 1:17.00.0006-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1431
Depends: odbcinst, libc6 (>= 2.38), libodbcinst2 (>= 2.3.1), libpq5 (>= 9.2~beta3)
Enhances: unixodbc
Multi-Arch: same
Homepage: https://odbc.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/psqlodbc/odbc-postgresql_17.00.0006-2.pgdg+1_arm64.deb
Size: 372036
SHA256: 86ed461f1d0519d40801d37233e6ffd4405facd899a3c1c37665bbdb4ce5f752
SHA1: ae0231f140aea237884ed6b852f920b956bfa790
MD5sum: e869914a3838bf2b0f1387ee19cec259
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.
Timestamp: 2025-09-08 22:17:27+00

Package: odbc-postgresql-dbgsym
Source: psqlodbc
Version: 1:17.00.0006-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1165
Depends: odbc-postgresql (= 1:17.00.0006-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/psqlodbc/odbc-postgresql-dbgsym_17.00.0006-2.pgdg+1_arm64.deb
Size: 1092872
SHA256: 732f5c80452fe2b67519586323dd6ac91bbd2f3458b0b9544a0514475f6ab46b
SHA1: 4f8c01b6af4a14c94f46fed07a6359d13a95d7f5
MD5sum: 6e825fbccb4f250ce98afeafa8cde9ab
Description: debug symbols for odbc-postgresql
Build-Ids: 0e7ff8718016a6ce026866924410b0d170056946 6403d7441aa2421f3fb832a13eebfa414a0be6ac
Timestamp: 2025-09-08 22:17:27+00

Package: pgbackrest
Version: 2.56.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1273
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.34), libgcc-s1 (>= 4.2), liblz4-1 (>= 0.0~r127), libpq5, libssh2-1t64 (>= 1.5.0), libssl3t64 (>= 3.0.0), libxml2-16 (>= 2.14.1), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc, check-pgbackrest
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.56.0-2.pgdg+1_arm64.deb
Size: 441772
SHA256: 654b238308547ecfdf1d5df2da3958a520365bec2c02392f7a20353059ca302f
SHA1: 5e91482d5e7d7f162f7f04f3f8df79041fe0deea
MD5sum: 3aeeb3e7c67b90a286ef03d7fe79b0f3
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.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2025-09-08 22:17:27+00

Package: pgbackrest-dbgsym
Source: pgbackrest
Version: 2.56.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2600
Depends: pgbackrest (= 2.56.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.56.0-2.pgdg+1_arm64.deb
Size: 1345692
SHA256: 0f6066974dce669622e3952f5d67328949a51bc1b2d8c11f7917c36f1877279b
SHA1: 0563b3cd8337c58fa1b7e522aabdc24483976050
MD5sum: b67286209a39b3fc281560524c66658a
Description: debug symbols for pgbackrest
Build-Ids: 48f9d2dc14b7b974fc50800fd2c1a1b0bdfddcb6
Timestamp: 2025-09-08 22:17:27+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.56.0-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1889
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.56.0-2.pgdg+1_all.deb
Size: 130820
SHA256: 268dfb9fc2d14176c71d59bec5f97a217d9f803994c0db14593cfc487d20e6b9
SHA1: 8a4eff9faae9e8b673a8707531a570e4d52145d0
MD5sum: db695d47fa940679e02b5ca36801588a
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2025-09-08 22:17:27+00

Package: pg-checksums-doc
Source: pg-checksums
Version: 1.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15
Multi-Arch: foreign
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: doc
Filename: pool/main/p/pg-checksums/pg-checksums-doc_1.3-1.pgdg+1_all.deb
Size: 6716
SHA256: cd4b44eeece3296ba666c2066ee84fc5afa5d0c205f9a0466bfa8041673bb4ff
SHA1: 841c46d627a13209a90171ad44d983c5f0a4cdf4
MD5sum: 47ed77af021514ebe228c772b0055709
Description: Activate/deactivate/verify PostgreSQL data checksums (Documentation)
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
 .
 This package contains the manpage.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-12
Version: 12.22-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53330
Depends: locales | locales-all, postgresql-client-12, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), libllvm19 (>= 1:19.1.0), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-12-jit-llvm (= 19), postgresql-contrib-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-12_12.22-3.pgdg+1_arm64.deb
Size: 14602440
SHA256: 241f21bd07d92a312e171861418475648411f48326705f2f9016e5a17c99f1af
SHA1: b42a709fb9fcaf6899c1cfdc9d163f1bab8821e1
MD5sum: 015f5c66dbca03c3ea6eea8e509948a7
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 12.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 201909212
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-12-dbgsym
Source: postgresql-12
Version: 12.22-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27451
Depends: postgresql-12 (= 12.22-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-12-dbgsym_12.22-3.pgdg+1_arm64.deb
Size: 15361452
SHA256: f21eac59283161bef5d367898c11d1700632aeae9de4b7a40b95995d87b0ac7c
SHA1: 98adde62564f70df9ef73b18b69dbb413c877a4c
MD5sum: 33aeaf0fbf81df79c1b3a8933e5e4e9a
Description: debug symbols for postgresql-12
Build-Ids: 00ffb4588438eaed9ecc1cb3cfce8bada5701e13 010371ff490f93072c92a38c20e767b29b9f7fa5 0cad30fb73a20486388770bdf94c545e89217fca 0ef6115ba3e953c2050c5b60da4fc17d29d5e1ef 11fc63f32d1331311cfa490982f3eaa4a346a4d4 1387c453cd93ab924b7fcfc2a8def77cb2e8ceb5 1490192469fd0cd79636c36c753875d78c732a8b 15ec64e0004663a26622c1df06f1ad61017199a1 16f033c9d257b30123f6be37fe2a702409e9862e 194208453d7fcb8aa968d14d5474a2fbd2f86acf 1950995e7ec87c88790f79ac1ae4e9e01e18e0cc 19b5b5be509ada319af6638a0ec47eebbf56b373 19d38b7feae480255e3441683d3190a868e15b36 1c709df6ef4a9c9d7c00063659a4b6035b5f5660 1cb260d4cdf180fc328cbcbc711144f9099be74d 2acb4390e25d789acefb0dfb67702af02d9256e7 2e778b889d35cc5810ba3e19a74e846edef58aab 3b8caf34876d846f989b327dc47daf0a651141fb 3ecf840ab049e80a0cf00fd721a8f62d5b4ab8e3 412f968c3ec6feb5a310569afde660936a0ab063 485f5bb580be1c2119df8e0771d10f4edddf91c5 4a5503049b8a2c3bc20aa5464fd0e9099ab0ffce 4c5ceeeb09838f99efb6ed5a9c7e9b375e882ea9 4f45b1a2aadc7071df48d8a1664f8b140e2b3a86 518545105c07bdf319742033b45ff6923ba825c4 545053bdd6af53f589fb456d9c30e9f0e7ace632 58c6668b3d6e6ffe44b922bc3c55810c737f0706 5c33a90b673e6cc0cf54627c203aed7bc6434c7b 5ceb4f361420004aa5926786d165a758700abec8 5f0dc73d79bfbd3a34093c3a7a0a0409aed46767 60c70d23d401eb1fe95591ed8517660516b684e3 61e8d251ee3eecca5e0214dbcfc14cc781b17a2b 62123d8ae080a7a8096b8ebf490f17a4d99f5f13 6216c1f60dce5b3e732aabd2f5ad2c2266690bbb 622f8debab09ebceab337cdf392b4fcf19a65717 625f775476bcc48a98c3226a6d3e7daa8362d4e3 62e518d41fc0c52fc74902ae424bff0e68a366f5 6c4d697d0c6b78fc4fb44c658c0b29fc84a3250c 6e4f2527c70cc2c9fe8726f33cde1f7c45f3f72e 72808c290fb88837c793ed3ceeee2f988c8fb3ad 72e729d3e92cdd5a6ad1b12de244237494cde7dd 76538f5f92def5cd316496922e7bec9b689edc4c 7762ff16a39262320e699c8c007b4e04dc2e6fc7 79e7da3476a0091c9caafdb8b415eb8d2243da3a 7b75c3ae6e19b5fa64759017c65f1c77c19ce789 7d5c0eb1bba889ac776f464c339daa5434a7a7e7 800c6205de238b9e814f69e009bccfcf11bc15f4 8074e188133ba9ed60ec143486bd2538d4d3ed41 81f122384574e9b9be3ff47f4a220b321ae1e5d3 830a954f4bdefae2527278b5c6eb749a15ca4c34 8a462887d2338c41ad5d16f0ccf0f55c4191640e 8ba45a9bf0131473d9713a3186b406f8a9fdc7f3 8e02569e15f10c2232f662187ae77ab7c04c3cae 903f9d01bde77bf390daece0752ab70a83385a3c 954a690da4309017bf1226023e262f3cd8f43213 9940356a1a2955729bd35424d75eea1659faa850 9be26679f8dd9a1f0df9b93f17fa222fabbefa03 9e7adbfe3c4d1c2fd2174ecae81311b34827cf40 9e953158dc9f52832a447494d8ac87d849edd363 a07d4578c01b111bd0094713d2d49ac0715120cc a09f6a3c1272313960c222b2530df46435657477 a2509bf7fdadf1b113d56a308d196c155e1682f3 a3f9e26afe76976455400191372e4cf66d30fa90 a57b64e3a559218fcfded132b5c574a7bf970014 a8cc4a11b703f3877a44b86b1bd45111bf5e7caf ac50955b90f86a4b45dc2ad1bde34bfae80a4245 ace3e83ce0c79b75c3b4ebafa5c8ea168d7c8439 ad84d4f555a1ae7a50dc25d71e2db52b1e8bf0f4 adced063a0a6d810ad3d7bcd12a3b6be432b8746 ae0beaf29d0850f7681e664e0d6e637418688d03 ae69a9ae45d55338a2d97e4756970484674253ea aefac687a72fd96c3f332d0461adebe3ca144884 b7c4e06fdb2cc832510e0ba37143ced3b57f8314 b8a8dc8a1f40842704cdbe96022e722ea7025d2f ba239c660544507279c275525f531bf2fec5b87c bbbff152868900c42951da5b6163e6d9d6657c55 bfc517cd1ed48d7eeb10b72f1d7ab9e7cf3da525 c5bf79a610f71788aea6554eaf7ef256a5724886 d13a8d1e7c9baf590bb5dd9719fe4d31a9ca4669 d1581c4ea32bdc6a606b9b44ec048491ab2fb522 d7963a8f453e0c59ac62e5100b36ad29c43cda6c d889b892181890a1d5951fdf156b366c1443c2c3 d919faf5b9e0ff8061ace4c149e00c86e5b1bf3f d99baeac8e562f157c1aff09cef8e515ab815a59 daa9d30d0c87a47f168da4065d669b961e7f4e79 daef9a496a28cb3e7bc475104a64478fc228fad4 ddd923af930d7619ac0465db6f192de2c08d14bd e2b95a00a514525e89d93d1448d31daeb241c06b e652fb214ee5051dd53684c168907d3dfa01f83d e90872fcffbb295d41b960f89617253137be5fe6 e9b2cd9c803774485e34d610209043d6e4cf2022 ec74077cad42521cce3861e5a06efadfa7ef7f11 ef3032e110e6311db1f7c835e383eef409d670a8 f1544474c09bc3bfa69d56242b59625f042b028e
Postgresql-Catversion: 201909212
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-13-pg-checksums
Source: pg-checksums
Version: 1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: libc6 (>= 2.38), postgresql-13
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-13-pg-checksums_1.3-1.pgdg+1_arm64.deb
Size: 34884
SHA256: 4395f71e08812d261cc518453c5999a00d4bc72b00263fbff2f8dd738addf066
SHA1: a9222387f2091ab86c82ebcef40d8b172ca5cbbc
MD5sum: 4619ae85686499831360709f1dbffc03
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-13-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: postgresql-13-pg-checksums (= 1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-13-pg-checksums-dbgsym_1.3-1.pgdg+1_arm64.deb
Size: 21564
SHA256: 75ae29f76fbf06a3077119eae1ba8488a733765bbb549ee4f191f7ab42154469
SHA1: 1f81e3b404b4b4cb0e7767097ba85cd3e41dfced
MD5sum: d53889a171f1402a25994522d3b7404f
Description: debug symbols for postgresql-13-pg-checksums
Build-Ids: e8ea13b93f49c502cabff59cbb3f4f82c37969f3
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-13-pgvector
Source: pgvector
Version: 0.8.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 770
Depends: postgresql-13, postgresql-13-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-13-pgvector_0.8.1-1.pgdg+1_arm64.deb
Size: 255412
SHA256: 156e44ea67b3d668314529f5ac7f572a30b053a3debf1c8f0a8f2af7e88621e3
SHA1: 1a4f945474aed423023a53318cd660e985a58d73
MD5sum: b4c53a44a593c4ed98ba23e1b7fca51c
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-13-pgvector-dbgsym
Source: pgvector
Version: 0.8.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 323
Depends: postgresql-13-pgvector (= 0.8.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-13-pgvector-dbgsym_0.8.1-1.pgdg+1_arm64.deb
Size: 289508
SHA256: b9c6101061a3c73f201349be70208da5910f146cd507be894823f2d565641904
SHA1: 03a3551d49ada7ad0693be9bc0eedbb5bdc9e296
MD5sum: bd1cb02c7c2bd1d6edc1e6f622dd6185
Description: debug symbols for postgresql-13-pgvector
Build-Ids: 0b25640d80b3759e2d151d3ebf74d4733e763123
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-14-pg-checksums
Source: pg-checksums
Version: 1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: libc6 (>= 2.38), postgresql-14
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-14-pg-checksums_1.3-1.pgdg+1_arm64.deb
Size: 35148
SHA256: 46fd979f3eca55189da4e663fe206c9e1e8c2f904fcf08fb9cd7da4ee300573c
SHA1: fa67a4bc7937e947f9da9299da9f18642f574212
MD5sum: 57adbacea461f3e58593a2381dd2e0d4
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-14-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: postgresql-14-pg-checksums (= 1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-14-pg-checksums-dbgsym_1.3-1.pgdg+1_arm64.deb
Size: 21580
SHA256: 97d93eac840049205da0f1e29f66e1f4cd4ed6c0337908fe869b5e619deab558
SHA1: 92c0dc476238c9c098df15482fea101921d18fc8
MD5sum: f398699ec1fc18c456242974076eaaf7
Description: debug symbols for postgresql-14-pg-checksums
Build-Ids: 5a8b3ce74d5ef776746e04f8eb7f6cdfef72d1be
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-14-pgvector
Source: pgvector
Version: 0.8.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 776
Depends: postgresql-14, postgresql-14-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-14-pgvector_0.8.1-1.pgdg+1_arm64.deb
Size: 257088
SHA256: 570e493aa0c482e1f3b7c9254dc167ab667004b5b9abad8d71f15f3c3da8d74e
SHA1: 7f9536bcd930fcd85de10c68a6df5c637216120c
MD5sum: d01de466cbbbdf3fbb823208f9877d81
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-14-pgvector-dbgsym
Source: pgvector
Version: 0.8.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 325
Depends: postgresql-14-pgvector (= 0.8.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-14-pgvector-dbgsym_0.8.1-1.pgdg+1_arm64.deb
Size: 291388
SHA256: bb736b152d527be89fe7aa79c6e35bb6555f8e0fd6d8bdbf2175b49286327d67
SHA1: 688c4ea9ca5e1fc859739205b79beee4becebf56
MD5sum: 9fcf28c4fc5b6d83df816d4baebbb11f
Description: debug symbols for postgresql-14-pgvector
Build-Ids: 85faaeae35d1db943b84c2f01b3c453b4151e4f7
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-15-pg-checksums
Source: pg-checksums
Version: 1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: libc6 (>= 2.38), postgresql-15
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-15-pg-checksums_1.3-1.pgdg+1_arm64.deb
Size: 35232
SHA256: 38d9fae88df43c23189306ad20f43fca51a9d2a677cf09823ea48dfea2a5203b
SHA1: 71dbdf8253be22bcbfdf6df08e21e4efac82ff1f
MD5sum: 2009c10e895e7a0ef8c27ecee6a6d09b
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-15-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-15-pg-checksums (= 1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-15-pg-checksums-dbgsym_1.3-1.pgdg+1_arm64.deb
Size: 21776
SHA256: 43cb5dfc9e15c552660899ae785a9847f3ee8e7b3c5a596fd9740a9e865685f4
SHA1: e9530dfce0191ed4cfaa93b9e26c2b71aff1900d
MD5sum: 88370b768c6e89578f087e495d9b58eb
Description: debug symbols for postgresql-15-pg-checksums
Build-Ids: 4c6413f3ed50d1cade53b9c5f951d3c95f6a5044
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-15-pgvector
Source: pgvector
Version: 0.8.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 777
Depends: postgresql-15, postgresql-15-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-15-pgvector_0.8.1-1.pgdg+1_arm64.deb
Size: 257940
SHA256: 7a0bc547cc8e8e38d8e4b8109fa9fd23b641bd00e013f29793ea053d3b13b3c7
SHA1: e640cdeda5bdff2e80cdf37caf3700d70c805767
MD5sum: 238aaa6980ba7f11ed051e8cf9f6816c
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-15-pgvector-dbgsym
Source: pgvector
Version: 0.8.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 327
Depends: postgresql-15-pgvector (= 0.8.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-15-pgvector-dbgsym_0.8.1-1.pgdg+1_arm64.deb
Size: 292636
SHA256: 6f8522875ded4a7649280eef46954caab77b05e6daa6fa813229a9355fcd88ce
SHA1: 7177e5696a194ebc3178c625db1985d4d6e92659
MD5sum: a2652b60dc5a96bccafc9b7c4ea0ba60
Description: debug symbols for postgresql-15-pgvector
Build-Ids: 3e105e961de03ac3a03045060243b4e1be74d2da
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.22.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14311
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.22.0+dfsg-1.pgdg+1_arm64.deb
Size: 410504
SHA256: 0f9dd56a6a4fcb2572b150a92772a25bb96632587ecbc9229d76f985a8105c81
SHA1: 8e1f8f4f364146b215f20ed5566ae9c4f77a769b
MD5sum: d732729583ae56b58dd6e814b2a827ff
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-15-timescaledb-dbgsym
Source: timescaledb
Version: 2.22.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1267
Depends: postgresql-15-timescaledb (= 2.22.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.22.0+dfsg-1.pgdg+1_arm64.deb
Size: 1138860
SHA256: 4016d48f253185700a1c20db2aa86e621e0059732a5bb3c914463f6e26a7b8d3
SHA1: 83a6d600c37d145a7721ce2496ee04ead2d2c74e
MD5sum: 831d96611539342ee11d9020a655cfac
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: 74c7348e9c0d0e66d19b264974fb174f7d24c48b b685a8b7eced57a9b58198547621a75c0b298bf7
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-16-pg-checksums
Source: pg-checksums
Version: 1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: libc6 (>= 2.38), postgresql-16
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-16-pg-checksums_1.3-1.pgdg+1_arm64.deb
Size: 35516
SHA256: bcfb0dd8e64b6d1b8ae498035d969ac86bca9ab83f657c062a8f18ed4f872f85
SHA1: 57a57c83c82427a8766e4e5e30294ddd8738d4da
MD5sum: cbd7b4736ab43a11e3227ec25d1f141b
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-16-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 123
Depends: postgresql-16-pg-checksums (= 1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-16-pg-checksums-dbgsym_1.3-1.pgdg+1_arm64.deb
Size: 22424
SHA256: 47f3631ea7b883abd6577dd1454730a0c4d5d549b218c486682fd62660808a10
SHA1: cb205975d4e32f6d398500f06ba46c2872710d0a
MD5sum: 952c65b08a3e622fcef80e972ec692e0
Description: debug symbols for postgresql-16-pg-checksums
Build-Ids: 2cd12d2270a0e2b9f53ed80b13578f286a7bed61
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-16-pgvector
Source: pgvector
Version: 0.8.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 709
Depends: postgresql-16, postgresql-16-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-16-pgvector_0.8.1-1.pgdg+1_arm64.deb
Size: 254456
SHA256: fa081f28718f6cf38e7ccedebbfd7095095bca71207cffcd2fa1a6959194fe44
SHA1: 1227b713f52b8c585b6926852a66b1652734fbe4
MD5sum: 303e134a02b579056d8d8b04e991ce91
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-16-pgvector-dbgsym
Source: pgvector
Version: 0.8.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 357
Depends: postgresql-16-pgvector (= 0.8.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-16-pgvector-dbgsym_0.8.1-1.pgdg+1_arm64.deb
Size: 322456
SHA256: 24084087151efc78a3cdd4df9b720dee09cc3b365352b26ecb04286f0032371a
SHA1: 1a46e65070d192caf1a8325924dbc13dda09c0d9
MD5sum: ea7843042a2508d2711593f143638a20
Description: debug symbols for postgresql-16-pgvector
Build-Ids: 2c4f0a4020e1423b5a88ba56309ebd26e40797cc
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.22.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14247
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.22.0+dfsg-1.pgdg+1_arm64.deb
Size: 408772
SHA256: 627838e9b80589b3c2ada5c74c7c89f8aff2377e5155c5613ed1f4aebfc18f82
SHA1: e18ba884076259c7784032a7a71e50ba51ff4b3b
MD5sum: d3a26cd9a3549a0fdf7ac75d23db2e7c
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-16-timescaledb-dbgsym
Source: timescaledb
Version: 2.22.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1319
Depends: postgresql-16-timescaledb (= 2.22.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.22.0+dfsg-1.pgdg+1_arm64.deb
Size: 1193908
SHA256: 517918153b18f4e29d505ae1e350338d40ec1d09376b196894b65599bbedc1a1
SHA1: de3c679bf42d703ba4b25575ad0c7ce7cdd678fc
MD5sum: 4c9ff896de9a726c547f12b9a93ecd4e
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: 45c13862865f010b7a697ad6ef8342534f6c7053 7e833d01ee8fd1578f36882d6e803169acf69b91
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-17-pg-checksums
Source: pg-checksums
Version: 1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: libc6 (>= 2.38), postgresql-17
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-17-pg-checksums_1.3-1.pgdg+1_arm64.deb
Size: 37992
SHA256: 7050b724b8bb395570f34be1497ea91d5caf192d6c5ed403431adcccecf41e51
SHA1: 7499e7e85679a863e622b94af3b2a3caaad7f4cf
MD5sum: 5634c27b1e67922bccee932c01d89f40
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-17-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 139
Depends: postgresql-17-pg-checksums (= 1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-17-pg-checksums-dbgsym_1.3-1.pgdg+1_arm64.deb
Size: 23164
SHA256: 5cec79d443a80d2ba4cfe3664a8d2954f73f05a915d581f9eb446468cacb60ac
SHA1: 7d64141b9d0801262710192feac946d1b00e199f
MD5sum: a4adde9b55ed7b2200a8c83fec234c6c
Description: debug symbols for postgresql-17-pg-checksums
Build-Ids: aff1fdbe2698c9759aff0d5075f78d1a7799473f
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-17-pgvector
Source: pgvector
Version: 0.8.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 710
Depends: postgresql-17, postgresql-17-jit-llvm (>= 19), libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-17-pgvector_0.8.1-1.pgdg+1_arm64.deb
Size: 254612
SHA256: d7d1facfbf6aca0e5901a261321f5e01cfbeeb0c233bd838b04c4344a69d1aaa
SHA1: 4c314f048e4612184ef3bff38117047d77fba15b
MD5sum: 1ee4faeb3c0ffbdd613fcf0ace573be8
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-17-pgvector-dbgsym
Source: pgvector
Version: 0.8.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 378
Depends: postgresql-17-pgvector (= 0.8.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-17-pgvector-dbgsym_0.8.1-1.pgdg+1_arm64.deb
Size: 340248
SHA256: 270969886bbe35d3323345461fa9823d0ccd8708c35285f784d90c86f197b896
SHA1: a1dc0b8baa53a21a442af35867ddf983d4651ece
MD5sum: 5c405afb7b4f61abec18a83ee46d506f
Description: debug symbols for postgresql-17-pgvector
Build-Ids: ddc39820faa3a5f8aab9c95316ae4cefe259ef9b
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.22.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14247
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.22.0+dfsg-1.pgdg+1_arm64.deb
Size: 409152
SHA256: 5fa3d5c646ca031919eff7383eb15c654fc7e62fd2c71770c1d4bb53c30894ec
SHA1: 0cf17767c943fcef9217c9c1e777b14bb6a45786
MD5sum: 95ae78f2d1ff61d786659f4a12d3b5f4
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-17-timescaledb-dbgsym
Source: timescaledb
Version: 2.22.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1329
Depends: postgresql-17-timescaledb (= 2.22.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.22.0+dfsg-1.pgdg+1_arm64.deb
Size: 1207620
SHA256: 91326fedcf921fa16d8bcbe5ab723cfdc5b5b00d2881bf2f2b8fbb6ad88b478a
SHA1: fca6e053369494cf71971f85266854d16eb8e1b3
MD5sum: ecd0ea632cbb4083b8dcd45500313dd1
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: 025c3e3918aeb716552fb4d27897ee34c47ab447 7bf73e130f95b8412ff2420f266ac44a1ee9418e
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-18-pg-checksums
Source: pg-checksums
Version: 1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: libc6 (>= 2.38), postgresql-18
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-18-pg-checksums_1.3-1.pgdg+1_arm64.deb
Size: 37812
SHA256: dfaf3b47a34df23c56e7cd5607f25ff11244a343be9fa4ef2d55bce7634958d0
SHA1: 24ad5daad54db8b932f58e6a1fb02718f7e902a4
MD5sum: d10f6517cc6e71c0976258968f36b5dd
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-18-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-18-pg-checksums (= 1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-18-pg-checksums-dbgsym_1.3-1.pgdg+1_arm64.deb
Size: 23280
SHA256: 4c290ce372f5208d82c874c6f9965e65de0ba121995f9e221f3643c6e120fa43
SHA1: e00b2e016673506a07cfccf9f61baf10816cf46b
MD5sum: 2c18f312e112437ed8ea08b4dbca693a
Description: debug symbols for postgresql-18-pg-checksums
Build-Ids: 1f9dd8f79d29535d3ecee623e3b530f6d57c2b22
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-18-pgvector
Source: pgvector
Version: 0.8.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 710
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-18-pgvector_0.8.1-1.pgdg+1_arm64.deb
Size: 255016
SHA256: 7ae731c1a4d2b5068aec1465bdd4200ccfddca706358aea9cc58a8462c12c979
SHA1: 8e50203dac1e559f42ca63e6972cf5b9dd3c213a
MD5sum: ea4b0bb6b7b40e31bec97003e6698d12
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-18-pgvector-dbgsym
Source: pgvector
Version: 0.8.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 383
Depends: postgresql-18-pgvector (= 0.8.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-18-pgvector-dbgsym_0.8.1-1.pgdg+1_arm64.deb
Size: 344196
SHA256: fcf5b95b89259fc417bf37e6b806f2a76d1c393c561060d8289652f29b7a15f7
SHA1: d04ab6aa8112353afead6685f849264cc5e4cd36
MD5sum: 1fa1b4aaa65ccc537347a4c0b754d60c
Description: debug symbols for postgresql-18-pgvector
Build-Ids: bd1df1ad3acb5a3e896850f88058873ef6aef473
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-9.1
Version: 9.1.24-18.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19850
Depends: libc6 (>= 2.38), libcom-err2 (>= 1.43.9), libgssapi-krb5-2 (>= 1.14+dfsg), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libxml2-16 (>= 2.14.1), postgresql-client-9.1, postgresql-common (>= 115~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.1, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.1/postgresql-9.1_9.1.24-18.pgdg+1_arm64.deb
Size: 3425948
SHA256: 696637ac883428698e7870948a82d5ff3de531fb50e6cbf2481cbeb355acc8f2
SHA1: 62893969988fd1ee6f3737666fe3a7cf6311668f
MD5sum: 3526c25547e49d0c1b23291fc0b57719
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.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-9.1-dbg
Source: postgresql-9.1
Version: 9.1.24-18.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20310
Depends: postgresql-9.1 (= 9.1.24-18.pgdg+1)
Replaces: postgresql-9.0-dbg
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.1/postgresql-9.1-dbg_9.1.24-18.pgdg+1_arm64.deb
Size: 9683676
SHA256: 204735eabda9ee622f55ffe9fb52b77a0cedd8674a2096fea0eba35098dad162
SHA1: 7621a3b54f33a72a6983a2cebc3fa40b8ecb142f
MD5sum: df020a2771a75ffc0b278d6efe6c6647
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.
Build-Ids: 0007bbc4075a1d4187b27b4905ee5446ae6bd1b2 00f436c50df986c174bb9ab088ef266c5fcdbf6b 06df5084bfcc4ff68c637ea570e5b278a044dc59 0aabe29850b6e4852629bf445b56d88ff04e3ae7 0b3e62be49ad15a3aa6ce74faf94fd265927fd45 0bb8676adb6abba31e87e7141948cf92c0014b8f 0c2b9abef1bb41c9184542ac4b9e787f55c1c989 0e6f56ec0649144f4362e4f44a48d71352950c4d 0eb4a79b8b3e112523dc91585d31906e9836dfbe 0fd77fb8d2e57c415f8be7dcae66fe8f30b0fa86 112481b0362fe11e2c7dc2556aadab9a76cd23be 11461f71fcf280ec7301d5debff63c890ee212dc 1200c08c7b8f4fd227ab9b24b4c568398b6e9ebb 12126a87df1e11ab6f51e1e06dece80848660cd1 1697700ad81519eeee7bdb616a98bc78346b4969 1afbdbadb638902d58d1d73d2008d2a54d72ed0e 1bfbc2fb541eaab3581e6a760d7edbe74d477811 1c3809a9cd5d29f9a4cbbd7f9b877cc8d921fb9e 1ea8357465daf57eaaa1015cdcffa83b2f6023f6 1ee1460946fa9fb0eabc4203ea9bd3ff30c6adb2 1f7787024ac9610fa2c3c85bda6ddb2b1235b26d 245c19a5775ad8d651c01a2490d371d750e592e1 271c9212fa6e9750b5d3effe8952fa6e6679da61 2934d5a244a555ee260c9823baa563482975b6c9 29d1db877e1a368e81a29d82414deb948c71ff39 2de51ad2c627f06cc15f5ecd7cda58723dec84e2 3d5d88053081f2f1f5165098dde94539018aa661 3eb04c2f7e22b7a469f455cc0566f4ebbabbf697 43e1daae2b9d05a74e196b1740a8f0db0b349b3d 493b258dba194e79523ff3348066f086db0c327f 4cbba51bcd09367c2a7905dd5889e31f06972fa7 4e0ddb0bff9c600c9beb797f218417eecf278d9a 4e8ad3d6b9ef357ece4449a3702c5e38ac47d911 520276601a2d5b3562c52c78ea68fc0b456d6989 56ed5954f4e8214ef341e8e609c11ea8768d507b 575b0a3b3e1bba16afb4dee889c495d570339817 58333fc84fe0f23353d71c51af702ba961df0e2a 5855ac868e58592d0492ef1b53eb6742439b088b 5afc1bd28ebbe936c1eb1149f65983b17db9d41a 5cd5806fd1ba32d8470931326cca162e35bff3c6 5f6e09eec0af142cd14664c5fef776f76b8e8ad1 5f86d22f9ffbd820db81cfe8128dc9f4e5ea581e 6cb5de891871f2a11f666f67070655e4b7656bab 6d9d88f10b934fc22a10fcc4adaf2816e6ba90f0 6e0561cbfa374df344d5b6f81704586b40cbf752 70ce0628dd3769399d025058f2a4f6472a43ca13 70cff1203d51f0537ab04200306e59f2b3702d3d 710aa63aa442ddee2ffe1778442e87c2734ff07a 71454a7f4b32f3662193f82052b39a6ec088b1da 76e63e43e564815d997dd27b0cb8bf16eaa51347 76ffed653954744668355dbacdc92a816fc4b919 7cfbef31e9c6f99cb74ffabcf5087988e2e8d703 7f5fd6ce664f74a267ad11f3beb45efe871021cc 7fc423bd8b8525709602ae26d8ef49cce5e477f6 85e28251af2a623475e0eeaf3876158c00944fcb 867b3994690b998d85a34cc3256cd9f30aaa2d0a 87ba37eff77f0aea08f862461f4498ee64135589 8826e40267c71d9aecd339eb140ff6f1a53ef041 8b40341413f2981cc231496f2028b87b69c238c8 8eada74c745557f94d1bbc83c36a4ce860f82f91 8f44c8824aff0cba0ab3f299f6cc246777f603ce 8f9c310dc221351571ceaea5d63d1c54bd9c56e1 8fcad1d5ed22eade34f25cc407899e7e052bc6b1 9046ea131060014978b4aada7d4526652c3ac852 90e570c09abd445bafa7e97927b95f6dcbdcd66c 9107d8766488fe1ae6423d1fce21622f0fc1c68c 928f4a20e4e9100f668327fa2be9087755bace37 9412ecd33a375de3f5fe9b40db8f724edc27d0f0 968b141c81a30e2b6d843f2c2695dac1731e4529 97fd34884d92b19008bd8826e8f79acbc6f5d3de 99e3cc1ff768a69362363db409ca66536b12f5da 9d82928c90b5bd1030d1b5c643cb04d3d92691d8 a0fd3813627558fa5bad64cd669270b1c629ef00 a30a7d56c71e2e6d5258758e9f7a4dc5546087dc a59f84b10d8ac39ad62b4dc785ee8a612f21bb24 a67c57d25cd72a9d56f7830f0fa380844b554cd2 a6b70d022b28d719097d3323bf60968d79a95ec3 a8f6eff174b90a09ffdaf40c1bdb46d9eb5667e4 b1342792ff64423f80270fffd4e225663113649c b6ac89239c8e2522a070ca5629be570be571b7ae b82f87b9b423890b78985504c674a531e6022a5a bad03adf2334f478b34492997a37ac81e0ec12fe bbba4c106c51436e18fee54344b7217a8c31faaa bc23531a476726e6b21e9d43101110df873775ba bc78fa915a65b4ef507a4c1545819f9d4596bfe6 bc93894badec4d564503b345fca9fd7b13286e31 c36c5555fea7be1f45a7b37fee16b1d2c79115ec c4089ee3353402516ea1fc73e3f00f1f63d99e84 c59a2d85fde2721a861803d3ade3ec07b85a2f65 cc6b30fb63e0075d97b4d1b7092d443a30ffd292 cdaf6bbc6b785ec530bd39a61e56dc79c566a38d cf7739ceea2e8ee3aab81c200f8582a4d6c58e28 cf795d3cb9aa4ce128fb54499b34390d29040376 d3a4da013704d4a481c3063adf669f872ec4721d d6d5b4b78f052f6e18d8dcf8db2e90ce340c4297 d9df5c453e1d3a7ee8adb619e35c991796c9cbe2 db70a64983bd054773fc7e2f3fe509cc17417816 de35e62ad94c54a21495914f6bd921768909bc38 e439b2055428d3440dc6debaedb95155430edb88 eb40ce69a4b260dd2b11f6d8a1ac0a9130a11a4e ec57c0d14117540d759915cb596afb80a4d4e5df f0076c351f024512fc5248d22132a6036b7824db f1c3834caa6a1d0c6d06d95444cdf4c5ac905c8b f7fc2e4209af723be599ee1231b11606a56d678e fa70a6aceeabb2cad8cee53eca74ff1c56175471 fdfe43ff7d1afa13efa3c70e98206b57539d9adc ffcf7b32b90a3f9bfda894655280dc6f396ac26b
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-9.2
Version: 9.2.24-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20353
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3t64 (>= 3.0.0), libxml2-16 (>= 2.14.1), postgresql-client-9.2, postgresql-common (>= 135~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.2, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.2/postgresql-9.2_9.2.24-15.pgdg+1_arm64.deb
Size: 3578084
SHA256: e0e12ea6f233329b4cc2aba833a5348dfd89e5ab66f6780f57371a858cc06540
SHA1: 086e154698fc49460308be225dc98152b677eb17
MD5sum: 3e8924d8fffff12b9b7ccb7b1f69c7a7
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.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-9.2-dbg
Source: postgresql-9.2
Version: 9.2.24-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21700
Depends: postgresql-9.2 (= 9.2.24-15.pgdg+1)
Conflicts: postgresql-9.1-dbg, postgresql-dbg
Provides: postgresql-dbg
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.2/postgresql-9.2-dbg_9.2.24-15.pgdg+1_arm64.deb
Size: 10402604
SHA256: d21e1d658221ec11ae7cddc13677326ea5de74451d1c226746cb361d9a4871c0
SHA1: 071dfbe5cf08bb8a2fc5d013cbeea48806c166b8
MD5sum: f15e6aede334751713da3a4a3fbf27eb
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.
Build-Ids: 044508715e396e164ab9907c76914d3e9d761578 075b649c99a2d76fdf248245fdf06b291dba1390 0a96f90add3ceba848a18cfdadb3e62ff25c4498 0b0c7549a2dd2792d8c7de36228b89bcc58272f8 13be2a12d48a689d2e70aa200f6143d83764b692 14bcedcf1d8aeaf5cd6422b17883a6dcca4a6417 16c83313e9907d7b0136991fea9cdb237a891d52 1759a8aaad116c8cec3a4a9e4424dace94d67a7b 17d23043821b8a1eecbe02b6599a62a66db19a36 17ed48bba478604832ac2ef3b410de828bd88b34 1a1a85f6dc7a9772f181597271962544d7b659a3 1bfe2ad9df0d138e1a51bfed56734f1f91296ad6 1d866eec3769797570fa62e1166d1114fb976e11 235022a925f1fc01e4a3ff977a75f97d1db62a5b 281045f2edfd0dce8dd62f006e2a8f812b320873 2a0be4880fa7a3045019b8311de2946c9e278157 2bb92399decaf4d296e07ae007ace803190b1f3b 2db57d02bd964f4e0d2ffd83da3500823a230a84 2f8da1cf60c677aaf170468aa160304e92f58c86 33274108abb7ea3483a0acfad3a49c4cc379e939 3439398d14f885851a527bd6edf2e3e10ef1eac9 370a7989a9b6cfbc2b15d33bb9b5a7db42aef145 3d0d4e568bfba377a0068707b2b111f45e82ddf8 3de3d927ae858eb3492dbef26552d116c4e8f7de 3e19f55bbd7d4fd49b7e5f3c73107c78ed830072 3e74dd5431673d227a905d488386b89d8424c15b 414ffd9b8aab6fdc22198d29b32bec5f22b20a02 42047c26bdf821085367c2ef428396f8dd93d404 423a434825ec7bba9ef6432c221c5751b15241bd 436038e627ab84f9cfb8df1e9578b6511bf8660e 442a37867baa19e9c61d0b4df28439e09d4134b2 46483d167cd45700759b487f1fe950d54d906be0 471914d3c8377078f517df7b7c7f0e130d81bfcc 4916d49e2bfbf49ea982073212acce91df775443 4932d68d56c6ca487dc87b1d156697fb84f1af47 498f0ea639bc881b5dc76f3a720103bfa9861043 4f2df57ec57f61f9c0e25a2713f2722da32b1d08 514446fcc60671afc3973790698c2aca822d68cc 52d99452e2cf5b338c63396baad5658d71bdcc2c 540e48301d8d142c6f71ef42503cff1d8f8cc762 5753c0d320b1ad4640df6092e1c5f90cd8d8edea 5b0f66af7d831a1a826462fdf998327ab9731c05 5bbb380cd995d5e04554673dfc08cdc04552c98a 6050e26aa80c476adc8f21d9d10cb172e9a5c529 614f9e99e273d710876078c8a2258523aeb15db4 636e4b2f9fa177528c473fbaa1c8560ff79fa8eb 639d14355387b9d5ec8ab595491de6a55161576c 65758677559952ac307a0353ce7aee8dabc1f89a 6640830b438c40041536614302f2d44a04c18761 6bdc006fdb9803a102df32c97150d6c5d283601b 6e10b812a96b1ad373cf024c2a0a6afeb845a05c 737719f48432c24184bc4c1cc45e88e8ecc75680 73b387b79c73edb2739ceb79ca56df4163bf2f42 73beeedd623a8629f138ce6aaf6101c1c177eef5 78f7a392a23953d6a8264fa49ed21d33e104cfd7 79629f70778a5c161d0b9e5996379ff529625827 86e98f61af352ae8196c172c771e7f03e419a310 89cc4126b4237015aef793be32391d1cb7d68440 8e0c3a7763d90bd19c8cd42e88bbfc963f260354 9255651e175e4cfbe2e5bdd9aa92846d1498713b 92ba68499c8f20c2a9145d88d933f373210129a3 988d2a1728a4f703d34984dfa6b8b6d5c5993a72 9b79f850e8fffc01d2d93b71f0fbfb4e9987ada5 9c661c8d6c9378d4c9f5005635aa15e6250c5c81 9dec90d3b50e86bbe194695236f855814a9481a2 a4baa5b26c97e23b60b5dc4985eb3bd399d7dcfd a4f466c7803b1bf3893c19e7350c2ca46417c008 a502dea50c03c66fddbf625d64029b3fb5986a9c a66ca82c0dbbccd982af166978ed367b04f97276 a91313592dd40c59a9a585fbe648dc84797552b2 aab360fc23b849a1af9353ee8958ecd49d1ebaf4 adcf786048c611822f78e023a5a40edadf9c84d5 b0cdd16d523a001a11119c935c3636fec9c215bd b317283495f09e73c12b6510d00ef60539d66439 b3623c8221b9f31e1f5da7040afc5ee922f33abe b373ecc15da1159a1dd5fad60323aa0008dec338 b836039f3e9dbf905e6202940d5d9fe275af1af6 c0418e88279e0fe51f74542cc3f67f6e524c4f81 c31fbbaa749f58c61e2c27b426be3892840f186f c3839bbae258ca319debf18a336f5b3b4b31783a c423788edfa56075e487bb42b5b6378f09e52e5b c6c2b5a32949b56ec186b06b79aa03aa3eb6c95e c87f80e8cad4200e6a359d873290adb9714ce54f cbdcf80f53585f8b52095b4da869e4cc1a0ce3d7 cd207faac49999da138b4fa456bfe29b29516871 ce08582a142da1142a9136c20658d13135bc73a4 d0a1f1261621396b1525ef71c02b5919e2777f33 d13327eab3650cf4377cc62e7b02698949dffec3 d1cd4cb3c67bd395cbcd6d89213a3a138f81e288 d2506a7105b75404e08cae670896c834efd1777d d43d6a8ffcbf53d343caeec0fc32a7d761ef6ef1 d8c429dea3442883e5e3f012148369aa074c1176 dad2e5460e63d1399ebae0b267be6ee798766852 dd508f4362e1fbb10efecc2bad04a30afaa01161 e2a130c3ea987c8194e9f5d7035802b9c5c267fb e4e4c669144b205913b7203425765d1aee25ac5b e51be1fbcf917aaea6025b0ff67d17154d6974e6 e6531effc47b8611bb2ef706a36ea6bb49ef9301 e98501a85090a8b96766ec6773e4e6e3887b5b97 e9e591ddb558e7ff71f2b5b6a3fddbf18222320b eaf7c358dd680cc0446acd048f6e71a3d754a54f ebde0094a7f8ce95cfa54989ebd02ce9e14bcb3b ee62ef2806e3d304175fe042c737462aedd4be47 eeed4138226a3d1d09d9226273cc9e5749f241ea f5bed2630bb9317398bc96612c232260d917911a f65543877b07134047ad32d485577a9373834541 fa1616c05782a5ffa179c8cbb0ffb5b0de571126 fc87a273b75200fdc4d5f406ee24c2a8d5f2b0e5 fcf1945fc7da9e153fcadbb45c882d8104cb9f8b ff8eb1d16c7077e734add50b24b8062fee2ef18d ffe91123e72289854a8ef8b350ef3072c5ffae60
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-9.3
Version: 9.3.25-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20405
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3t64 (>= 3.0.0), libxml2-16 (>= 2.14.1), postgresql-client-9.3, postgresql-common (>= 142~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.3, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.3/postgresql-9.3_9.3.25-15.pgdg+1_arm64.deb
Size: 3627416
SHA256: 23b7a0d4fc1945488e1903ecf83725b70f66805198b3d4b827920ea01ea6f1d1
SHA1: 00a84c1edf920220ef58a0486c177d7d755fcf47
MD5sum: 466c09a37f361c63379aaec3377f4c0a
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.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-9.3-dbg
Source: postgresql-9.3
Version: 9.3.25-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 22850
Depends: postgresql-9.3 (= 9.3.25-15.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.3/postgresql-9.3-dbg_9.3.25-15.pgdg+1_arm64.deb
Size: 11191588
SHA256: a41ec56cc7d218bfaac515953946ed1f9074620112a258a2a8f001a3dc1db578
SHA1: 7c29810a2990a94bf97aea3b0ca8c5d8b81cc96c
MD5sum: bccf4353bf0ff81452fead501c559680
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.
Build-Ids: 05ce70cedf8d07726d2b4c5e38ad074e76be1995 05fefc0f71804cca76490c2c958a046bbe48145f 08d5e471f11ad22a3fb9319bc64a782dece1b9b7 09ac745e841ae869b229245664c35ffdad4cbc73 09bdc78b7287c9ca2fe92c96a7265e4ae28d2755 0b6feff3d7afefdcf96588de22a3b49ccd986462 0c083d132b766dc60bf950a7631f1b32439d152c 0c245112aee6fa6fefcda51476616546b3b958b5 0c63b8fdd4f909b7ced898ebb5e4c4a68aedf819 0e702a8a22598496e5bce2f3353444620159a1dd 0f67ed4362df7fadcea4209209d74afc77a0ddf5 125c32ef84e62a9c73ef58b0803ce15bb226494d 14ad6cd85bd3fa80387eeaf250a84258f43c2df1 15cca92901125ab09f734ce50be6ad3ab04c728a 18188377c01e1d603dde819a589ad342b8a031ae 18633901939c0bd84dfbf9f3744fc39dbc1aadfe 1f56e7e5189885d3420664d7c1dbe6e1350fbf07 2da3bd6dde65142d0d3e241b217e67b182f95bc9 2e1182baeeb1484d0c30a95763e8a8faf0c1421f 320fa670bbbc4ec97a39eb1451e9d876cfad9820 32189af9a30135c89640cc3825a9ff6279a83123 3654b8ec5d7d144e1da06a925f09777145fbec47 378d278290dd246b52a153b48a8b03ba874bf85b 3804cd02cef2b0d61c3ed320fc5097a457c62734 3871f7fc60272e481f63170e3476845ee4761c9f 39729c9d4c0ef7a63565b8c32631f525c6aa7cc4 39cc9c49900d8a1465f877260a0450d266ff9866 3beec0779a3e99bb9f555a65dac7760b016ed922 3d9e2fa32909f4795d8d6dc4b6aaddcc539bb68c 3f631869fd7407af01d78fa2d7feec47c66e4d05 411d0aba612c2dc53c4eb478193f60616f405d95 411fb94269399fde8087bc00aeb054d4c8b39375 418ea769f0a754700eec4df26f6b8079f5951270 42811f4513a59aa6a94a0e3fcf1b1507d13e8a5c 42e6e5b5f884cbeaaad2e5060815261c748d4d08 42edc6898111a98b088627ab33efafa3e23441a2 43def49359ade886efc79706fc4d2e4b6add622a 4711fb9a4be637b291b272877414bf56c7d575a2 496ccab3120b3ebb5cd63dad8f1b99fb3e2dff25 4aa667650f0ea71fe6a6b3e511576bd761c098e1 4f403d4eedfa6ebfeb0b0078d3f49c5deca65f3b 52faffac18798f538ae20aa70625f4e4f469e410 555836afda6075f777901db889a4279130d4303c 5ddc44dc0c929c2f0ea70f72f4839314c2f96aa8 6193c3ba3d5423eef5752e29030f1bceeddd56e9 666fdc726752f209ac32f4986358b3a3dad10515 68d8d67591bef24d293c7c9c2ecf7a0061d339c6 691a1ec23ad77c8d5354c324c59c5aa4828bd7ea 6d83d08c8df385c82c9f2d81438c4f98a3530714 707fb1e24e8d4ece508fb600319b0b6a63a5c397 7229c00190fbeb4f7385206d85770d3662324d1a 7260637b3635e0fb9bd0edd6befb3529618edd08 748d497a37de9d9feebed34d3caed2ef2e669348 74f8c473bcf4b1e5771d34d6ba636acef99a39b6 7520f01327c0c9d40f8eff37bf1d003401eed112 7ce765f5037123ed1006ba5dcd8aec9cdca938e7 7d0bac176d25b23577463c7d87e1e20a744bbf91 8153fbd4ad0e75a87a0d1de35ed9417db3bce1f0 8268f18346b988e157a932cba80242021de151c6 83a030439509ae44d4d0428137fadfc64c6f7a7f 842e8256b914ba683f0ca431583a6159db8cc0a9 8546a4292ebbec5d63a7f43b5f49bb0f5eb2b685 8782c95c91cf0c9aa771b02a31b26e1c313c844f 8e2e66af71502051dd4f41dc52ddcbc3cf244978 8fdd52347cd697f92891dc099b094173dff48e9f 95c2fd65781b8a62f7b767f95220201dec1647c6 9850b9f6260656d7b015f546c1853edbd667ba2a 98824ecad9a89b58ba1b445b8a4ff869c4bf14e0 9e4c494ca386b651f3aadd6c4b6c20e34e09576c 9f1b884b4b1ca598af97e050f0f6fdb15e5aa455 9f7a21fcf0d89ae0e29678a45957061b63d6a8da a0cd18aa51801a0a0c6bc7b3c3c6088946443378 a179e32dedd11ce1ca24b206a7e85c0024bd2623 a25042eae4bd65a1364b7f16cf0d37abaebbd6d2 a28f7a69a4d505397e16b3ffb9be80ef2e7852af a9104ad9e13453af9fbec732d4d9fee9a3a32a93 ab92b7f4f1fd905514874bca56a9521600aa8570 abcd58bf20e9864a13bf67233abe29f64c9beed6 ad6e01c414538d67c6a31cbf5efed7b0e4f7dff4 b883826b987ee751853c48eb29bcdfe42994e5b9 b8ac35a5df842c307f8d131ecdddaa75850f3184 b974886019672c3902b05762f99fecbbd80eba4d ba0497b0a1271540c47161d0695e79794d9d9f87 bc1b7371befe15cf4da003ce4ce2cea3d49a35ab bd544e8f5b24196078ac9d95075289ee6ddcc60b bddd4aaab34bd3aa299f835035e15be88b6e0cd2 bf892319f1c633263b08e486ab1fad08dbf625ad c494c812595107005cf2a4ea9ecf2bf0e0385188 c518af6668093994c69d86eadd360573f0279215 c5e10f99e3ed100c19bd855c7478cb76048d0e4a c61fc1a1be6d6d0dfd9d4046fe3901ecbf69afae c70ce241f0a5ecbf82b5413345a926d071d063da c7f83a95a990c7337084e1381eaaa13edbcfa32b ca414e9b27b188fa83276e57cfe4deaf23b8f40d ca5c79e2c9b7affb09569781434fb01a2d9a346d ce014f6fad0754b9fa44cddc43de6d10d5e488b3 ce1580b67e40582c76cb692d21569b915ff5f908 d032208749ebb949dab93b8b2b7664e87b913612 d1f95344e083046ad85bed7a31b9c358bab49096 d5d3750d90d3458e57e1df707f60fa6c1ca6dacd daa5e86445baf72612ddcbb7d01af1ea5c6746d8 db2b414d125338ced846d5d63ce7632c765bdc3b dc1cb034403dcaea145e8da7a75a0e89b3589fa9 dcfda72dbfa925c18f4cf80b5ee8dcb20530a2e9 e2574ad5aa929a03230b04ce57a5aa722a86b4fa e27a061fc12b801158f16a31227c31c3f20cbd98 e4e16d6dd88899e50e469e569a62f0d7d1269ad2 e502fef3bd696de62a560c87d9d2c71341bff6e6 e780cbdfc51723b72bd9037dfafe658b912522db eb1f5e4ad4b5a7a4af8ce09fae9d330826d380e8 eda44bb7c067b72fbbe1b6c871df558fd29d5465 ef454f0a45051b85f8432d3cb9b6f784aade9c2f f1e291c4452c984cd5afebc773469a07f01da13b f2d03b4797e20c657f47bfda889d1f3f71ddda4e f8f217cd4e61933c995d56627ba9486c78abca95
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-9.4
Version: 9.4.26-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21399
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3t64 (>= 3.0.0), libxml2-16 (>= 2.14.1), postgresql-client-9.4, postgresql-common (>= 142~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.4, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.4/postgresql-9.4_9.4.26-15.pgdg+1_arm64.deb
Size: 3865180
SHA256: e5d17bbd42dedc6d7d4618925238d2e3b26902dba4de6d9b09453b0c568d22cc
SHA1: da94f81feb495aeb55a4fa476a215c9e114f0477
MD5sum: f1d6b3dfce1666c2e56dc36b80deb2fc
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.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-9.4-dbg
Source: postgresql-9.4
Version: 9.4.26-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24302
Depends: postgresql-9.4 (= 9.4.26-15.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.4/postgresql-9.4-dbg_9.4.26-15.pgdg+1_arm64.deb
Size: 11918252
SHA256: 3c1c472e6358e4f844cb27fa05bec218be090938d59ce27cdaeec166641c4381
SHA1: e85dbb2a3efb90158056f5cb913dc74f00148e8c
MD5sum: 0c8583b30b4144d81cb69ec99d29650b
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.
Build-Ids: 018dea6e653dbb6c9eedc37552739e6b676fe46f 019aebdeeb05b265388bcfde65583868ed363bd9 04273cea28064afb8f9381d07f8f234820082174 05f1fea701eecd4ed457828b2be979624ebd4b2b 0a6ec08e58c484840a1164839aea50e252c3a4de 0e90d8ac141e988156f5befe640c6f94b05b502c 11661b0b02b19f3488f163fd8ff9c56fa5bc9e3a 13692dc806eda9b76f35ee9599e5f93a6cf4c69a 1bfed0ad2538a7bc11bf00ba0483f4b25d11bacd 1f0174617be7d408b2237c26650dbf62b8c3d1af 209c71157a721e85418dd44643d9f01f2b84d878 2308c8610d9399b8f94e4fae2b45e5b9f8963a4a 25e15aa973fa5534db6723228375d446057be73d 2828da42dada20848d9f4d088068dc2e450f3869 293ef9cc23eb494133813021fcaab4c5f5934c17 29aca607fe5d6dd861feeba7eba831da475a273c 2b0139626a6bb6c280a811176a204c0ac8510267 2b2ff0463a889987737d9105b2fe817432fbc24e 2ecd3b6c709842d0381fc9b45b3382398725c76c 32d054f38cbc8e3c41068c35f789e0e0419af2cc 33176f9d7d5d9973239edfc2e44463531c972ef1 335e08294613a208b7b56b9b3c4fce05267e1434 33828899d1b3c824962a4af2eb309cbe044bb21b 35cf94e087d14ace0a7183a662d06b2bf5b22cb1 367c453e91f092b54e1aa6ebd174caa5c9835cd9 39a624f1c731004b335e6f89cae44a1ea86b0527 3c8ec9d5d42dc26ba490c08a71d238f0e24954b5 3cbe3d8b7de6b443a85423761219cebea9f5e3cb 3d39954782382d0fe8f150f93cea94e990d70e5c 3d5d3650a1ec032d068fdd1ab3296b0be6967645 3e32e57945ba5baec637d4d702bc163ec1bc6e45 3eaf38b79fe815da4fe51e31a1fb9a62b5e799f6 406194b8628375d7aff9532a3c7fa24d53f3911d 41c547c6b5170a4b56dd990d951f18192c05b7a6 431669cc56e6c404d46f0f9e96bc5d20cb2cad03 43ca168cd5ce2ff039fb046db4f35999a0723b6d 4692476f667ebd69dc12211fdfc1303698ca9cab 46c1f8a1a2f1c3af82adfc8a13ff954323677b35 48d86f5f2d62b97a3eaad10777d1215d1215cfdb 495f90f500043d85b8514fbe2cec27c1da45e210 4c750ddb8f2a72f9fc446ecfe211c47bec01672b 4d739e1ee30b5298671e055ca26d112c8bb3ea9c 50b65e1a7bac5716ad0d7728e589ef9c03c96b5d 56c73ce52e8fb0323b6f337a2ceb33973ff540b8 57baabf0d93786415b43648fe8c8fcf281759c4a 58bb451e87002287813583501a49ebd2da7c526b 599ff54065038c4c62c914bf5952308ece913551 5ed26f80eb406729a21b518af470817cc85285a5 5ed4df210dab55ce73bad205dec34103d2561c66 5f1eb42629417b5b7e494d6b5909524d32d87ffb 5f206a35932787ec857a16fee3840cbe744e924c 6325d7af1ef72feda81d0b6b65a383709dcdbeb0 63e613cf2fd7f503e47cc42b4874738ac30e2533 65d1d3b07b1d4c64ecda8adb76b3378214bd075b 66c9dec132a2f0eef993c4fa04e7712bffe0ec61 67bf0e117322aa53dde8efc428e92a52d0e99f54 6ca217b0804e0ff9236830949c9aaa84d34a1b86 712a113fd20b8fe1c7fce71c8f19cc832c3704b1 7132617781f66e82a9bbe43b7b1bb354f00b9357 763a71fb3da774bc24b28004e253f0e33361f502 7afd5cd4c5c0e7ac65101c338b54ab33d291b218 7c9608133e1f79bad2b135213b9e9430f210b055 7e39012a5c172724b918c6739c6d6186c36dca54 81530244c011ed9e95026d72e1d0cd5e8cbbd76a 8b5b84a5a1e3704557d7294e8ab353e96c50a5bd 8c01fa67271b282cc21b7087b54a77d880c2f598 8ceedb600cac0123c4e4dd905583472695ad85e2 906634ef3f1ff5d3bb6eb4ce1ede6aa29e841340 90eaad2473410a47782dd7cbf617ddfa6aecc9fd 9447dd9e15aa445685bd8ead834a083c95bb40d9 94a387729adee1e95fea1aea6b6ad9fcb81f888a 976740416edb5d7fa28b6e2d45bb6e39926e39ff 97682e69c95e75f9ab36ede845080b615fefc679 9a415fe47d74866bcfecc3ce10f0728080af178d 9c46ef4bec8748dc365fff9d728301c682d0a89c 9c4da1903274b7b215449fa30075199382a7bdc9 9e6cc8ef73884cbf5250d34b75b1bc48cdbc64d2 9ede41c362ad616881778e6ac6d7a8daf28c9604 a15c4bd6d03b7cab66aed1b490e241993002190c a2e717cf63b198856b2e619819c2fcc5ed256e98 a3a9bc6e174cbc78d44f32f9a67c4148c99cee32 a42f3c65bbfac85e5a53ee1eed0421cfc303b242 a94629e376ca6ca250b05d30ca6749eae96263f9 ab5094192c7def90a25e0dae17074fae591f8c8f abefe139f346c275fbc0c7e4b4f4bf00f911d6f3 ac966e9a3b338b61892af635c50351cbfa4f7690 ad76b9a6664ecdfe30e529fa9412d6992ed53d2b aea576e41c5dd1fa9b27c543aaba054dc7c5fa81 b1fa3ff9e0cddab2507aacc90d8c76c9fd35fdbb b66abe885ed48b40599cb6819863c05d1028bcc0 b6819d921346a855ded0324bd9002d7f6ed003b0 b6a3d9ef056d7bd12e766afe88a86d1cff6a6ae7 b77ef3e58ecd437cdfc7240b47f4f907307a2781 baf06eb20cfdd2e7a929553d1421528feded2f47 be5dd7ee0dfa7c0e31e40c040cd422ce7f2d0cf4 c50af6bf3a367a1c56cb7c17bc24102c868bdf96 c5d2f373d15aead0d31f4a63645574d75e5d933c c7f35334debe66e4f6e0c37b9dbda4eed285c2f8 c85ea3b3be97324e74b305d58a868a7e2614fb64 cc06452569c64a3477210c0dbd83da2f6d50d8a3 cd87b1c90ceedc2206503b66773c898f9812cbd0 ce4db4bd6b5708d6ff89522ba6f8e77cfed88450 cfed378121aa717c785cb883f3fdbc239d7fc09f d244bb213924db3fd70de11477db6e10af4ec014 d6e5bb505cc62b96e4852f49fe939e739d5c2700 dca1e34b3ac6425a4c1ddd42404368f3cccb6e90 dd974ed15653bec6022cb8a10db71988f75488d5 dfb69383e7257bf3715de0f42a7ab2e31653f2a4 e4398dbebff11d44d6f310c6caf820d91dd23314 e5ac7ee7b48e755dd580946c97fab9b736e9cd0d e7f4ee478808cacb551482f0648b951a7b5d61c9 e8105e1aa400856ecd0b19e4ac180eb454face22 eacf794e40d601ad45fe73abf8b40a4e6ba136a0 eedf0484f042d03711fc555abb2cdda0737411d3 f32f3710a5d28cec394caf568d9a3b75bfec4db3 f3974c28e8f064b8d31cdec34f6655b653328274 f459df44e8c2878a28db4e3e69993ead4633c446 f9105339e482421c4d3223fe57e1fd0f7ef71738 fa1dd69d4e50d34116b4eb6373e3b928f35aab5c fd2c5dfe4e1b50d53d5beb7c20a8222d006a42a8
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-9.5
Version: 9.5.25-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 22450
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.2~beta3), libssl3t64 (>= 3.0.0), libxml2-16 (>= 2.14.1), postgresql-client-9.5, postgresql-common (>= 158~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.5, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.5/postgresql-9.5_9.5.25-13.pgdg+1_arm64.deb
Size: 4134748
SHA256: 2c55bb6ab38008189354379a252ee8511083131e8328d70a9f07e37092db4f88
SHA1: eee362373b0b206fd49c6ff11bd2f47a79bca612
MD5sum: 547d2dc03ea5a9181d31ffe90cff3c6d
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 9.5.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-9.5-dbg
Source: postgresql-9.5
Version: 9.5.25-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26020
Depends: postgresql-9.5 (= 9.5.25-13.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.5/postgresql-9.5-dbg_9.5.25-13.pgdg+1_arm64.deb
Size: 12772620
SHA256: 4eb4e415f7713cdb00628e68fcc0c0da60fa44ac1f4fd4d5c91692d04c00277c
SHA1: c57d081a42c6accfc512e7e6389bb42867be7dc1
MD5sum: 8898491ded79afcc150a2240ec9bcbd5
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.
Build-Ids: 0b57f27b676f7849aaf5b8ca0fcd5251872dec59 0c73ae5fe7b1469ac5e03b6e2c22ce00fdb2061c 0fc290b0f98407282cf833297d9923cc818f9c2f 14bb5681f2ee101bda049ba9e70ea799141139a5 15932da4ecf01793be726a2cfe946bf3e75503c9 15cd26381a9181abfc280e0dc4ce489fe1b63b30 15da5dbc9bd9621ce87c2f21aee93ea41bda9859 1634c2bd3fb3bf2063ae4ec7bfa56424dec64413 18e904708ced886582f00b9e2b5bfa93e64943c4 1a6be295016feb7476d099ba3b5b229ec457619a 1c2b176f4008c02944de105316b648a9c3d96863 1c7eff2a336624fb0c02102c3c4d2ead80a23ad1 1f48fa0d7ee2efe41028227053fc78bf73757f7c 20e57112c25ca38479e564d5cb34f759d02ddc51 2386d5ca76eac532bedc6dce48bf50f500cb995a 2cf1566983521a63be1e8e19ba91a50f97aaa609 3058b6da7ebc3f72f9d1ac64d9f8c7ef575aca57 30c1db9c596aa1247da9054d2f3b466da473952a 3118a1e1cc0c96c53d1eef2bcb535baee85455b2 333c62b5c6ed1bb2dcbd4e9460ac701ed32468c9 354408b22834ca9d30b5fd614114f3a4c786bc57 35a37a2ec09ff1d5632bdee8a16beb753621329b 36c0892254b388e1b3c622141887d3d6f4ace307 37bc53bb45d198c3d7ade212b82fd5cc6d519e86 37d243e6d8e54514d671ec1b827c9cdfb80cfd3e 3803b2e583d427d1e0c511ec079c23ea0a852094 404ff64e959d4f10651eb8dd65cda9e13f2bb728 44d0171b7d0f7baaa80d799a76730b031b2fabec 44d8f065a67ae47308ab2498630a733afbab49f4 47505c12ea8e75e107d2a8126bb638af7e0d6dc8 4c241e1dbba57068b2ac6639cfcc483f2354b488 4ca43d1f4d4ce190f2d95012f525652fd19fbbfe 4da73318968bbe0665c28535301259909e9b92f7 4fb378740290352c9d2ef05410b2cde7bafb4854 506e33fb344e19add3d25f92b19adb5be433341b 52059687a02166c098cea19eddbc09ad57be2ddc 54f8e033662008efa48dc7d896108d93f5abd2ad 55b855efea4a9ca7152c64b2f18276888f4ec0d2 55f195c12ce60b8318ebae141a922cb8e4a6ec44 567b89b7610524b0fedcb079485a30119a0a8b0a 58b6f847ff2ef83deaf8f14297c77de5e3bbc067 58de77cef34170d53483c54afad9fd113f6f7399 59d9a2199b502b437d040d7d4db0672b50421807 5c37877721e0de60771ae52fa7fa1fc503946bcf 640eb581fe6a1716525d618b897e1d419216d77a 6b876e6a3fe567291f553f2802361204c946fb6a 6fbe95d2a95c5a60ba3aa43934b2ffa1c9dbb41b 7033f3e0540020336804310cd1a3dd7ca6db11f1 73416752087c86f8f6286636c0f2c88569fe72ce 7639322283bbc81d74a161491a8e05c852dfa0de 7d97ccf7a1d1c0b14fd7aa375b53e81e45cf7a11 7e897b78bdcb25488c7798df721089cef05c9c22 7fbece92976840b7905ffb6a5f9211b801c12447 816b2bd93d2c50108b087dd891ded73ffc84fa39 81c810a6e23a003d786be16a9bb9bae2dc34e32b 81d114c9b6fceeb7d39d694c12858133559c157a 840ec4496021cc65cbd97ee336222874b4ba55ce 849637326a68797bb4fb278ad11dfa2041eee425 851bea66b3df2fd60afb672fd82f532428d3bfcd 857bb8868a30c4e9b094a2e252681d027f12410b 881e7f15bbddfbc5b2df3554278224990830fe05 8f852a47a5b5916413176a5fb9504597d5ac7419 949d0263d054e7d00914918e85882f0cd780f27a 954d20ca199d08fce620416c0efd43ef7977b3d9 9854a9a0dbbb9879d933bb5a1a2c1c027508673d 988b1ed80de9c3f7a905fbf6ba1326fca7f0d2c2 9aa57ba051d4b4becdfb8dcdc112a1df2b9d6cf8 9c404671e67074b332dc48b4c38a737b66bec677 9d7754809b04df767acf4929c74e70953b264143 9dd36950a8b601f5525f208c3e3b57d750208c1a 9f257f7225b7a8d01d3639726fa8b3a2aafccf7f a00ed97cd29248618e1bbb295126bc4f0bb02d02 a06b7f8d3ce890858a751961120f3e402b02f5fb a143e92b6830631b1b6b8645df9d4871175681ea a15557df228ffced4ab0f660846238d1e36345d5 a16dbc2dee81cef00e758c247b90d0eadd6dec34 a5395ee29ef6adde186357bf13a61c7f06727ad0 ad487e71c8b5a7a5f563f8c7f0a060401cd8189c ae09a7fe046c736421439d1d9dfebad15bfd38d4 b2538a9e8c754fd1b0579dd870d9747abbd858e8 b6887a5932a192bd06ecc691e9308b1e1fbb331d b7f94a08b2bc91a4aa2281d0e1d2e32333448320 b96380f1e6369443ed8f9ed3faa1a313a666f520 bb6fdaa29b33dbedb853b060d1c76288ee81f9e3 bf303e19fd1489f9093fd4791627079f6a5fe191 c1a1f8119c022b631bd83132b778ebcd42fe877b c4b9dfe491ffa1f073d551e43b43edf4a4d123bb c72a2d3cf1961f763d7aaafab6ce914d9ff9e15a cd591320e6b74e98b8f7d5168dacf5b48575e96f cf2543f117f2e3d99e753a9d9e6d789db15fe177 d1bbb07955be3eaa57eb489949b4460268ec200b d3f11be67e57aef369bcbb0bf9aa33396655b0aa d45c60d1db5764645329efaed84ffff6ee3cfe62 d5d428de6dc0a0c3e7e876a9160cb53b970f0466 d5ecf71ab216fabffa0229c2ba2ccb08251c33f0 daf1b193169748cbd8d822150834f0fd951daa74 dbc28c8da696d615b11b0cbdf96f30cdd2e6cc05 dd4455878443f70542036ba206de173ca2af7ba5 dd7a51fa34f2a3382a4f2975d992ad9845c79a99 dfafa9c157cce6a21cc78bd7d6efbe0427b8585c e024a73df95253c622bc9a17e477a2f1ea0578d6 e028a412f89be78a08d1406b398cf529eaccdd00 e2abe6ab6908634c7deb5f7ecc00b8c05658f1cb ea698a2cbb92372b9a090542a1898271a95aa36a eb1404d2059ce815c955a382e46316e774e13657 ec78787646ba57687a4e0e2a8836ac500ea1ed7f eec280e41525f7901dc5595d8aac6407fccd6c5e eee28f41a4caa59ca083dffe34a8fde197ef359d efd5f5598a187e330e7b759471867105c7e6604e f0f07a14b0d5dbaa0906c8cbb20deef097f356ec f325bb4a311653ef035cca073d43b1e6d5006e64 f39666dbc8125c59d2d6ddba3c9f11cdb1afa6be f4503f66b6c4bcfc8720fd425d04af6cd0266fa7 f4c8a21966b557e25ce8440e9276b32a09829e19 f4eebc9f3d00630a40e199989edaa84989e9cbbc f53524dcccde56fc072d091697cc878c402bc0ea f548f88a21219c2dd2492964d64da3abebffd268 f670fcdcb7a357b77c3afde108633e0bdec2790e f6dbe97d84f213869444fe2f461dbad2502d24ed f7d3dc2bcba50d4a504bc59a26d4bd6fb6af5443 fe4d4fffca3e03c45b988653bc9af5e01e5f6c9f
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-9.6
Version: 9.6.24-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24108
Depends: locales | locales-all, postgresql-client-9.6, postgresql-common (>= 171~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libssl3t64 (>= 3.0.0), libsystemd0, libxml2-16 (>= 2.14.1)
Recommends: postgresql-contrib-9.6, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-9.6_9.6.24-12.pgdg+1_arm64.deb
Size: 4412636
SHA256: 2409e3f7d332ae6903f916469fa9daf8ed86045f03c826045c3bc151f3406e32
SHA1: 0222773b83b17d9f0ea75c4b9b53939ee4c4d60e
MD5sum: 4ab5b263b1a7c4459873a2ca65bd07a3
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 9.6.
Postgresql-Catversion: 201608131
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-9.6-dbg
Source: postgresql-9.6
Version: 9.6.24-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27102
Depends: postgresql-9.6 (= 9.6.24-12.pgdg+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.6/postgresql-9.6-dbg_9.6.24-12.pgdg+1_arm64.deb
Size: 13462028
SHA256: b6020984146e1778db0650dd027aae1ded9b84c123558681003c57bf583f6a88
SHA1: 7e7b8bada3b42bacb6c34ad0b9dd82e22a3f1334
MD5sum: a9ccc6bda5e60de4cada9f7caab86334
Description: debug symbols for postgresql-9.6
 This package provides detached debugging symbols for PostgreSQL 9.6.
 .
 PostgreSQL is an object-relational SQL database management system.
Build-Ids: 006f79753300f3d52ea0ff2337a163ecf6dccac7 01eee173715eaffa1c0a89f48210464a93403ae8 03cb148c065e0cba7d60c0f90b39de938dffb32a 065c1cf20b6b4002a0fd6be3b8db32fa3a0a7b6f 06e9a870cdde40462bb100e614b58a3714ed6f04 0e1ea640e854d9cc537479f2b33d54fdcab1e098 0e446d49f77e06aad7f945dadd9e93def17c18d2 1244f611c68b5cbdca52d4df7849ecbe3fa188a6 138d3f4f38529f43a8fcc3fad5d0b8205a012b94 15111691155e504c984ad5a20c83fa206977243e 1538497ccf10c6d48b7cb5e126414596a3a3a3e0 15c6f8941b402ada026ff5203f0fcefa743da454 212b0b3a6c55c7b7f98904e46b804f23da4781b9 213fc2d2304d671273ac3b83da57dc5fb458d688 2242f1073772ba85380c55f0f0a52d24a8f58274 2635c30909509276d210e1b3f5272e2f124c3f5e 2a7b5ba87d2c607c83165c675471b56e38b06160 2b9930aae2a072284613b58dffd97e9e492701ac 2fbd01d87cdf004f6c958b08d4c3857799fd0e43 33f48b5dbb67d5fc520a12d885132a6b26d1d4de 35fe4208af1e42572159d749eb99803794a75c44 3636434e9ed2fef227d2eaee675042ac03239cbf 36968a013f9e5d677c5cc37626a0d88a6aded303 38574d675c96b15eba15fd6fd8513b3b773f8384 3bf7a80511c042779cf5ae555f006fdce3fb6ebf 3eeebfc7172aba6db2e939fefe49b627951b0935 403c9f0356b1bb408c57ecbad99e077b3b557dfd 42640f525359a45379cd8369ab0b85ca8de96df0 44c780ae4eaa7ca35e457a40d28c9a9c4daf78c3 4acec97e6fd725be6a1489dd8303bddc3ba73cd1 4bffbc043cceeb7c8932866012e97a72e9a60781 4cd82c46230764a8afde25d141c888b93ae1c4b5 4faed5e0ba9b4ff2b2d50310995182b951c4a541 515a48723c776e618317f54aaea6e26998020c73 51b5be4e64c4707f33cc5f2fc74da2defcb3d764 52d5c2af9f0e6e4b2c08ebf6e126200dd1bcf905 53b3262279cdcb85a01e5f6c1ce552d254eee4d5 53bee9e2330aef134326117e2753930b7f832ac7 54c0ebdbf663dda28a65d33f289955463b87ff49 5b3c79594dee1d227bec3bfb175546cc58f6f84f 5b7e78f07606ac91b5982105061c2340ec58b326 5bb0ebb3b3f774e31bbc0015e5d7b3039338a285 5c358944a63b8bce30e0033c74f111a8fed46567 62bb31af8eb455dba0b4f14f0d346168d28e0ef8 6386b716225cb76430da6bd2d88a273b22ca5563 6637a9fd97f24fbb25990d71b227629742d2d623 6a647b8a97b60336236b8e2d55423f2f1a6b7b8c 6e47c1842b3be18efc7a6646ad95aa47e7ef438b 6e884562e1a7243a1c66f56d955ca8fd024a5585 6ecb5b808d694667017e4369186a66709c904dc7 711c85f148e9ada4f08ffc9c0fb6430ce8b11a3c 71f1922e0bfde97faaf3fd22c63addf52db0fef1 729ea19ba26824c26acee10516d79db9eccdc029 7441b4af86e0937ad99fbfd3d1d768cad2197325 7775088564d9f57c0bcc6bcadd5fd0366a6a184f 7ad8d3ac8de6702939f986d5f784dffbb6867372 7af4942429000138857103c26f53c176e6c84fe7 7bb9ded53c983632dd4439622f5c316000b0411b 7c4ef9dbd43588d615154983957b6f8a299735de 7fcab24e574431f75179d087a5e61321af42737f 80b9cc207b4ac095bb5be59295bf8fcc1aa9b581 850c9d510b5fa9ff75d9fe2df6837f78e13089b0 85adaea4fa0276a843beb47518548cc6f8c70c99 85ec6c91fceebe1cc6a5b57873bb9525b092a923 865ca7eb65f690ce822674d6b4e1803d80b2bf5b 8a8b95f358c9da2e245a4aa1afb4595e5b73e80e 8bc2c1e0c8fe01496041ff4ca1579ba56d26a6e2 8bd403f72418907acef1e8458e630b015e4d3b05 8f09c61ff527b655ef28948f4d513fae82ba722b 90eb38b2e02f9262ca8e40953d820c7fd7921849 97e5c1517992485e28bd92a4acea072328ccbfb6 987b2a92be93b2a404c7c33daedc7a1594321681 98ac0d30761df5c6fbffa6bbbdb91cbd5255be17 9b71c8861bec7f2c5aaa96f1d6ff3ece6baa4442 9f77917d9256fee8d5c228322eb5f7a7852a4d4f a1911fd7bae4ea0a727b71c9ea4efa2ee1fa09ce a22db9e4eb7c8e2e7d9cbac237be05fdbe3a522c a3253fa4020e63dd3b3e323554f29fa0ed945941 a3c8c44d67fc5b24cb072a1f0fb4095f0fcb706e a61b4be8090010ea9c8931c1ec180bc2fb68d394 a999d2a2da2132bcca49559c8c736ccc18801772 aac6be5febfb1660e4d81e12c940ff5d8654b1dd b060be78aef77f024875e37d3a635013db88b737 b1b4fc846fa7afb7da8393c38d8503277ef43e8f b3041e0c2c8a36ee9b4fde53b5bcd9a8109ffd2c b4b2cada2205283233075d7bfc94df49804243bf b989218f9dd825fcb0c723b9e7d1109bc0871253 bbb6bc26e5b31a25820fb42897c47a081922f6d5 bcaf6005a9f7d4a03e8bfb353ce34b2209a87d35 bd63d7172269248bc32fc2037c76120ce1937625 beab29e12a168007f5146375cb7440a2de7c1a12 bfac2471b7b1cecce8185fab417fb73e72dad188 c6af37054d8158f11faa01ac5d9f01952f2a1ed6 c82d535996786650f84e1cf17586de53af91536a cb02579aa3b2abc2073b2a9b76c62fad1412ad34 cb73a88857fc3b9d99dbd7378c8a29541ebe89a1 cb8901aaf7fcbc8d3fccfa8634a93a2ed327117f cc6dd252e056aa69f795357eb687f2b3d85cc571 cca76c32a246c60965c7e9ad150acb2aaf6592fc cdd91cc6f3bb05d4116fe4ad4fe3a1f28e5cddb9 d32e7e99582018258d35f7682aa42c4fcf8c4e69 d7235eb2f314c9492c2e79b2ca5355edf5168b57 d9d6d14d70f0ee778ffe889e1a7dc20df2a94192 dbc1043f6d68b2bdaaf05a263f60ec4dd3f1c1a5 dd26eb3ed8644fc8d72f78ea9817fef0b041121d e13db0b5a0c59088778dee0d71c7ab0f90da6239 e4437f17c01ac5295eaf7a916cb2e0268e8fa767 e45c32856fe14c210f4652afba8ded0a15275e34 e512607f138fae3e3e4059bf17542bf5b82ca078 e5a43792e0414da9ce9fccd3c99b0a08677b479a e685517ed445c4e6da6ae127d440b6d8cf36e703 e8178cd2d7d097f8204bf712a581e108feda33ef e89c5d5a5590d9c4b0fff41f9ef5e5f28132150c eaabc3e0a72d2835a751433c47f73061aa5983fa eb2d68677d69274df99fd5b63ec3a0fc3a43208b eb6702e35ba399ea69037ab9097c49128ccf3cce efd8e4afbf68f8d79d03c4677a90add169bddba4 f17bc5597231ac640db114e59df6a2952a4d3898 f18787fd9a2154d89cecd7b4a3b636460c13d692 f432da2ab2685a249e27a7f69fec9f30e2cf35cc f81f3535493f01c4cbd863e5cc5bc2c8cbb3d5d4 fb74c6a20d10f27703d3e42696a2730d1cafcd7b fce928c031c31f86c2c649f13fb214b86c262263
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-client-12
Source: postgresql-12
Version: 12.22-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6993
Depends: libpq5 (>= 12.22), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-12, postgresql-doc-12
Conflicts: postgresql-server-dev-12 (<< 12.1-2~)
Replaces: postgresql-server-dev-12 (<< 12.1-2~)
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-client-12_12.22-3.pgdg+1_arm64.deb
Size: 1437684
SHA256: 1342066f7e5f79d1f2c28121206f9e84c2d05c4b405fc14f850975d9b4b8c783
SHA1: 062d5a0714695dacf0a49fb0b6999f3cc6fb1ac3
MD5sum: 9bbd508b4a8dfe77da25e1cbb5486e84
Description: front-end programs for PostgreSQL 12
 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 12. If you install
 PostgreSQL 12 on a standalone machine, you need the server package
 postgresql-12, 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.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-client-12-dbgsym
Source: postgresql-12
Version: 12.22-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4612
Depends: postgresql-client-12 (= 12.22-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-client-12-dbgsym_12.22-3.pgdg+1_arm64.deb
Size: 1852232
SHA256: 6dd303addce65fb7a8329ab5dce9ef826d79d148c99ab57a8cf277c935baca49
SHA1: 31262004814b6581fd4e8c2c308824831703b8f4
MD5sum: 965e948168133766f82bd3e2c6a1f917
Description: debug symbols for postgresql-client-12
Build-Ids: 394702f5d51b05eb679291ac62fe5c1d438fe294 3bd084cc1191df54c126c3f8689e5fef766dd2d8 4184deb7de0338963e8164f4b33d5db03f302a9f 497308a2ca677251ccb729f3f3404abc24f10907 4d7fdb49ed05cf8d21611bfe55bf8b3b7395dba4 706afa81bb708d6e7d9c8fc969a3c8e8065ba3fc 83f80b0af266f548808f9edcb121b6e3241a8d37 8bde202872f1670a3c34df9c7983425c54389880 91040f6404f4f8bd3b3792608a4850b3b0d81dea 942ceed026695790480f40fc87c7d508b546f0e9 d8d13f2c842d55d0f60cc3cb7035ed65f552d27f ece5457496b6a85439334a04ec43b619ff780460 f01736ea159318a403682f62b30262f1d23c0a38 f0735acac17ef6c96fdc644ad91230c0bb7dbd87 f6470b5405cc6fb786f62151e4a0cd25bface629 f7f9ef2bacfa5216f74c4ff8ca1cdfce3641cfdd fb9dc5d6d408c6259573c0621dab98cc3ace9ce7
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-client-9.1
Source: postgresql-9.1
Version: 9.1.24-18.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4762
Depends: libc6 (>= 2.38), libpq5 (>= 9.0~), libreadline8t64 (>= 6.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 115~), sensible-utils
Suggests: postgresql-9.1, postgresql-doc-9.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.24-18.pgdg+1_arm64.deb
Size: 971360
SHA256: 4f8731d6c37231a347a2bfe939b625c612c2c88d2d916feca09552064dd39a26
SHA1: d510cae603bb1273258a376aa2df97b761d413c6
MD5sum: 7661768d6bfd2adc3881b3fe3fadf3e7
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.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-client-9.2
Source: postgresql-9.2
Version: 9.2.24-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4833
Depends: libc6 (>= 2.38), libpq5 (>= 9.2.24), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 115~), sensible-utils
Suggests: postgresql-9.2, postgresql-doc-9.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.24-15.pgdg+1_arm64.deb
Size: 981312
SHA256: b55a822104a7c08b67a733790bc0e108912f958c060359a0cb7e5518ec64af60
SHA1: 4004b748afa967bf19a5ea8c26549a59335cb0ba
MD5sum: 74915ffbc14bd45794bef5dff6816537
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.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-client-9.3
Source: postgresql-9.3
Version: 9.3.25-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5255
Depends: libc6 (>= 2.38), libpq5 (>= 9.3.25), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
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.25-15.pgdg+1_arm64.deb
Size: 1047768
SHA256: 8f797eaec4d4944ff74535e41963ec0282c8360072ee56458b2323904626ba23
SHA1: a655610cb5d38f6db0b03dc339a90d8ab55a0059
MD5sum: ab9c06440f445dde583adba55f5096b8
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.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-client-9.4
Source: postgresql-9.4
Version: 9.4.26-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5692
Depends: libc6 (>= 2.38), libpq5 (>= 9.4.26), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
Suggests: postgresql-9.4, postgresql-doc-9.4
Conflicts: postgresql-server-dev-9.4 (<< 9.4.25-2~)
Replaces: postgresql-server-dev-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.26-15.pgdg+1_arm64.deb
Size: 1142100
SHA256: 6d6cd6ff72f21839b853b9b5c6c33bedfb4cdb9b55b56f0323343179fca92059
SHA1: 5fc955bee6fabe7efa83f8e277022ea6f57a6c5b
MD5sum: ccd5f07037ca4edae307af7221ef85fb
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.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-client-9.5
Source: postgresql-9.5
Version: 9.5.25-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6441
Depends: libc6 (>= 2.38), libpq5 (>= 9.5.25), libreadline8t64 (>= 6.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
Suggests: postgresql-9.5, postgresql-doc-9.5
Conflicts: postgresql-server-dev-9.5 (<< 9.5.20-2~)
Replaces: postgresql-server-dev-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.25-13.pgdg+1_arm64.deb
Size: 1289460
SHA256: eff16500963f1f765fc424baaeba65739f8b072c15368902b564c6e19ae95fba
SHA1: e0c6f522b4c4dfabcfafc9eccdced742e94c1ab4
MD5sum: d0c0e08c4c46c6cb51ea64edce459260
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.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-client-9.6
Source: postgresql-9.6
Version: 9.6.24-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6834
Depends: libpq5 (>= 9.6.24), postgresql-client-common (>= 142~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-9.6, postgresql-doc-9.6
Conflicts: postgresql-server-dev-9.6 (<< 9.6.16-2~)
Replaces: postgresql-server-dev-9.6
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-client-9.6_9.6.24-12.pgdg+1_arm64.deb
Size: 1354848
SHA256: 196b568bd7437395c16011d01dfb7227c9cae67b2a173d1e370130773ea7b882
SHA1: 698c804edf8f920b1150b1bdb5029a9cce36eb1d
MD5sum: 5b530f307b8678f245ce1923a9b4e9ea
Description: front-end programs for PostgreSQL 9.6
 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.6. If you install
 PostgreSQL 9.6 on a standalone machine, you need the server package
 postgresql-9.6, 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.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-contrib-9.1
Source: postgresql-9.1
Version: 9.1.24-18.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3917
Depends: postgresql-9.1 (= 9.1.24-18.pgdg+1), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libossp-uuid16 (>= 1.6.4), libpq5 (>= 9.0~), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4), postgresql-common (>= 115~)
Suggests: libdbd-pg-perl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.1/postgresql-contrib-9.1_9.1.24-18.pgdg+1_arm64.deb
Size: 373160
SHA256: 95adcef6f8d411e9c7ed1b3aa0f27c6ea3c99a52e27cb96b54792c0c16c2ecab
SHA1: eff8d2c2c0a9874158582e2d6a44dc6e9609abff
MD5sum: 3016b071e369b89a6479968d9c4718de
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.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-contrib-9.2
Source: postgresql-9.2
Version: 9.2.24-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4155
Depends: postgresql-9.2 (= 9.2.24-15.pgdg+1), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libossp-uuid16 (>= 1.6.4), libpq5 (>= 9.2~beta3), libssl3t64 (>= 3.4.0), libxml2-16 (>= 2.14.1), 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.24-15.pgdg+1_arm64.deb
Size: 382488
SHA256: 5f83fdf0f88c53297377454f1ac8b94ecbb5886d18df75be62ee13089884e7e9
SHA1: 632ee0760bbcb5b21bf52a6cee805dbe5e1e64c4
MD5sum: 3e075fd41525a38bafe1d07991a41819
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.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-contrib-9.3
Source: postgresql-9.3
Version: 9.3.25-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4365
Depends: postgresql-9.3 (= 9.3.25-15.pgdg+1), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libossp-uuid16 (>= 1.6.4), libpq5 (>= 9.2~beta3), libssl3t64 (>= 3.4.0), libxml2-16 (>= 2.14.1), 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.25-15.pgdg+1_arm64.deb
Size: 411584
SHA256: eb126887feca7976c8f5d682cdd4622d30e416d24d9da8e9f23c731a8203536c
SHA1: a69ec573d1e06f4a914cbf63c63999c4de8600dd
MD5sum: 264c7edd718150b9c78209c983965e70
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.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-contrib-9.4
Source: postgresql-9.4
Version: 9.4.26-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4716
Depends: postgresql-9.4 (= 9.4.26-15.pgdg+1), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), 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.26-15.pgdg+1_arm64.deb
Size: 453272
SHA256: cae1b7834ab3ce6c0f1166c66e63697ee4e242d6ae4d6f34e017211926491661
SHA1: f88c5a4fb3e377b186cc607081566e887faaa710
MD5sum: da69f4a11fe28e040c561941f710c588
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.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-contrib-9.5
Source: postgresql-9.5
Version: 9.5.25-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4594
Depends: postgresql-9.5 (= 9.5.25-13.pgdg+1), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), 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.25-13.pgdg+1_arm64.deb
Size: 464524
SHA256: 6c5f4d949f232a1a0ab4cb851037f109d1e7d00b21397371d29aed73d6acf621
SHA1: 4fe46858282cde8edf94f15c64e1c6ab0b542f3c
MD5sum: b749c1cd2ba1fc7ed2a9f27b4f0c5282
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.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-contrib-9.6
Source: postgresql-9.6
Version: 9.6.24-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4850
Depends: postgresql-9.6 (= 9.6.24-12.pgdg+1), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), 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.6/postgresql-contrib-9.6_9.6.24-12.pgdg+1_arm64.deb
Size: 511896
SHA256: 457b997d72855cf93f6acdfb2a88e45eef8badf885631ca087980a8c6c86255b
SHA1: 4722bb7375096c85d020f668c99673a5943eb9fe
MD5sum: 4d9c7cce759c8388932063ad67d06a43
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.6.  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.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-doc-12
Source: postgresql-12
Version: 12.22-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15187
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-12/postgresql-doc-12_12.22-3.pgdg+1_all.deb
Size: 1954864
SHA256: 5c02791b6946e1181aedf01247826926cffd3239fa7004a78455516a79b0bc33
SHA1: 0dd813815e2a7accd11534c409b07ea292d9b3a0
MD5sum: 8954ed8b99b7efe20de436185a19792a
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 12. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-doc-8.2
Source: postgresql-8.2
Version: 8.2.23-14.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8293
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-8.2/postgresql-doc-8.2_8.2.23-14.pgdg+1_all.deb
Size: 1224928
SHA256: 92f2e6941408b4557374872a9f98cf7c5356c2d89ac6c5b5d4393208c72e1a99
SHA1: 079a9c8ecdb243bd60bda6510e58dd84c64ca16b
MD5sum: 946ef157f65d43d484f57937f58ecd62
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 8.2. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-doc-8.3
Source: postgresql-8.3
Version: 8.3.23-11.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9847
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-8.3/postgresql-doc-8.3_8.3.23-11.pgdg+1_all.deb
Size: 1459192
SHA256: 95b1144d2d62c42b3491fff9a2ef8b3e58c68d00e8163c60771ceb72d9ad58fd
SHA1: eafd751e62021a3015a3db8abe4842f1252a5483
MD5sum: 74e97548a51edac4efef8f6f016311b9
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 8.3. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-doc-8.4
Source: postgresql-8.4
Version: 8.4.22-12.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10553
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-8.4/postgresql-doc-8.4_8.4.22-12.pgdg+1_all.deb
Size: 1313752
SHA256: 0ce0e5b47bd26617f84f0781da38ca30f4a8dbff37e51c1bc79c80a6daf86131
SHA1: 0f61bae18e4ee6144871e8d992639afb995704c9
MD5sum: 38aff9b52df67ecc367bd9508b10a1d4
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 8.4. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-doc-9.0
Source: postgresql-9.0
Version: 9.0.23-12.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11460
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.0/postgresql-doc-9.0_9.0.23-12.pgdg+1_all.deb
Size: 1478028
SHA256: e5ef837724d0f1f1c3a62c46f5752d0b861dd17859a3a496fbf2edf750ac266c
SHA1: 232bc3a60cc3d962570b1876be426c1a192d587c
MD5sum: c275b3ebb2aa9d23e861fed73df09142
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 9.0. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-doc-9.1
Source: postgresql-9.1
Version: 9.1.24-18.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12599
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.1/postgresql-doc-9.1_9.1.24-18.pgdg+1_all.deb
Size: 1602336
SHA256: e2e051e6ce3cf4367f1695c571ade41b62150a76511a8af8d3f31b010196bd5d
SHA1: 3615f52e9ceb099b541df9d24dd9071536ad22da
MD5sum: 0401ba05bd12bcc511767b33714a8332
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.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-doc-9.2
Source: postgresql-9.2
Version: 9.2.24-15.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13409
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.2/postgresql-doc-9.2_9.2.24-15.pgdg+1_all.deb
Size: 1690724
SHA256: 4c970d72b30e53bb1e1f296b44bf9f72f5ff1318c79f40f1122cead1db39d8bb
SHA1: c3ec2b6d0296e09076ba383246ee516ad820e815
MD5sum: 3bf6a68be100044cb27995a374c54440
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.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-doc-9.3
Source: postgresql-9.3
Version: 9.3.25-15.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14219
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.3/postgresql-doc-9.3_9.3.25-15.pgdg+1_all.deb
Size: 1770656
SHA256: b3a9fb884b28c63bf86e6c55eadbe7e2a34e90434601a2aa86f287f9d6733e35
SHA1: a4a077d31f53002764d38ffd5a61543195db137e
MD5sum: ff4a736e72e7d1d806aa4192932423a1
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.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-doc-9.4
Source: postgresql-9.4
Version: 9.4.26-15.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11503
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.26-15.pgdg+1_all.deb
Size: 1561888
SHA256: 1f3109d63afa2dc06e0e4f0268473bcad4c35bf68fa0109b9ea7277b3f6fda0a
SHA1: f192425514a0e63cf0e1330058fba0557913e74a
MD5sum: 0909cdabf232463344a6cf112c1a03fd
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.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-doc-9.5
Source: postgresql-9.5
Version: 9.5.25-13.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12016
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.25-13.pgdg+1_all.deb
Size: 1631480
SHA256: a6eb27feb09dbf53d1af693d20cc01501b5ea9f8daff9b1a666a9321f3338765
SHA1: 2262ed9d86161d89855ba5bf23268798c383aee4
MD5sum: f88cea0c97287525604825113443e8a6
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.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-doc-9.6
Source: postgresql-9.6
Version: 9.6.24-12.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12469
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.6/postgresql-doc-9.6_9.6.24-12.pgdg+1_all.deb
Size: 1698088
SHA256: 1418b2cfb0fbba1d0685b5d14c9de9181e4edd537948f78e44efcd7ef336dbb5
SHA1: 3c314c62d3d7aaab231694dfaea2cd9c928e4d86
MD5sum: 58f733f924c406604c502db32b9f39fb
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 9.6. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-plperl-12
Source: postgresql-12
Version: 12.22-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 479
Depends: perl, postgresql-12 (= 12.22-3.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plperl-12_12.22-3.pgdg+1_arm64.deb
Size: 83460
SHA256: 6b2b0e0b045f5629e5ff0cc2d3c92d4a5289648265e79b7779ed2fd4be4e97aa
SHA1: ddbe1b95d6a1a37912d6e7d2f2d8d0ccba82337f
MD5sum: 43ca96ca4ebf132fd426ea4612d31d49
Description: PL/Perl procedural language for PostgreSQL 12
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Perl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-plperl-12-dbgsym
Source: postgresql-12
Version: 12.22-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 221
Depends: postgresql-plperl-12 (= 12.22-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plperl-12-dbgsym_12.22-3.pgdg+1_arm64.deb
Size: 181900
SHA256: 2a79dff8bb42e6bde54fb31f715173165ac1d0b08dd806b4baadfe0c4af06988
SHA1: 8bd44300257a70df7f651f7003ad9900c665a0c7
MD5sum: d34ba38a17947f111d223f925b27dbe1
Description: debug symbols for postgresql-plperl-12
Build-Ids: 523145040311e83b57006397087c4b5f8440d7eb 996abcbb2011d58abb41bf3438728028fb855390 ca32fcb7e303becebbdc5b16fa9c5c5228f2eaf9
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-plperl-9.1
Source: postgresql-9.1
Version: 9.1.24-18.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: libc6 (>= 2.34), libperl5.40 (>= 5.40.0), postgresql-9.1 (= 9.1.24-18.pgdg+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.24-18.pgdg+1_arm64.deb
Size: 47600
SHA256: 2c1fd7150abe1630b2af837ed4e24e3f7a3938bd7a0de5e7407c3907fc530160
SHA1: 32be373ed19e67f55dff113699a21b36d15a1753
MD5sum: 307765e88cf7a395bdad6a367bc561dc
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.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-plperl-9.2
Source: postgresql-9.2
Version: 9.2.24-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libc6 (>= 2.34), libperl5.40 (>= 5.40.0), postgresql-9.2 (= 9.2.24-15.pgdg+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.24-15.pgdg+1_arm64.deb
Size: 46532
SHA256: 55c552619b4754edced8d0b3d618fc302c67fdc1915a49f6779e0785eca3d61e
SHA1: c3b28ff7fa65697f8ecdd4aa3c5d01b084e12f03
MD5sum: 0f034615cb7bf43ec2c2b005afe43975
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.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-plperl-9.3
Source: postgresql-9.3
Version: 9.3.25-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libc6 (>= 2.34), libperl5.40 (>= 5.40.0), postgresql-9.3 (= 9.3.25-15.pgdg+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.25-15.pgdg+1_arm64.deb
Size: 46212
SHA256: dae87d68ae987ab3df960d8ff635e10ad94961f9751bdf8b38ee8a92f1b7d920
SHA1: de2e5cf5965f8c0354a3658a7670308354e35fc1
MD5sum: 1b17fd70fef898543a2829d797297e55
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.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-plperl-9.4
Source: postgresql-9.4
Version: 9.4.26-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 270
Depends: libc6 (>= 2.34), libperl5.40 (>= 5.40.0), postgresql-9.4 (= 9.4.26-15.pgdg+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.26-15.pgdg+1_arm64.deb
Size: 49448
SHA256: c143933ac3665fc9325a06d6badd82117aec2a3ef94d5666b23bbfa6307a3c26
SHA1: 690346c0ffa2336d455f53da60b1b44a89758fcf
MD5sum: 9c60308ade7c0e7536e3ec762164be79
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.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-plperl-9.5
Source: postgresql-9.5
Version: 9.5.25-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 361
Depends: libc6 (>= 2.34), libperl5.40 (>= 5.40.0), postgresql-9.5 (= 9.5.25-13.pgdg+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.25-13.pgdg+1_arm64.deb
Size: 56616
SHA256: c7c056108bf8d529cb1a2286f539506f5d59653c2e9fa1e2aed19f2d9455ef3d
SHA1: 687225d6d34c796d5dc676440d92336df321f277
MD5sum: 60f52ce28da421fb49e627aa7c411ffb
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.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-plperl-9.6
Source: postgresql-9.6
Version: 9.6.24-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 364
Depends: perl, postgresql-9.6 (= 9.6.24-12.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plperl-9.6_9.6.24-12.pgdg+1_arm64.deb
Size: 58592
SHA256: 1b40d0d592756371547a79fdf9b2561467ffebfb4c245a98bd433349b79322c0
SHA1: d6793cbb5437a975b4cb8208b6669329dc9c0a6b
MD5sum: f778e3e9c0016d66c54448849af9e261
Description: PL/Perl procedural language for PostgreSQL 9.6
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Perl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-plpython3-12
Source: postgresql-12
Version: 12.22-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 707
Depends: postgresql-12 (= 12.22-3.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12_12.22-3.pgdg+1_arm64.deb
Size: 111040
SHA256: 8a27c04a2fd13849a858628b6447e7fe6e48f1e061387fb27f03e796d43a2cf7
SHA1: 774796104148f5685e799d412cccdf272ddff193
MD5sum: d1dec37f1da642398e9c83988a66caa0
Description: PL/Python 3 procedural language for PostgreSQL 12
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Python 3.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-plpython3-12-dbgsym
Source: postgresql-12
Version: 12.22-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 242
Depends: postgresql-plpython3-12 (= 12.22-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12-dbgsym_12.22-3.pgdg+1_arm64.deb
Size: 188568
SHA256: 51cddfaf8948bf1efc75ac49a31b2b959a605fc15d3191c43c1e7bc8cedcc6f8
SHA1: 6e49720d1de40d610755c12db047d17658e2076e
MD5sum: f6d73bb32e16953ec1ff8c139f8b0854
Description: debug symbols for postgresql-plpython3-12
Build-Ids: 073645e08cf32558ced9ce749605c0f751a79fcf 37ed4c48e47ae21610a5f1e05033021575c619bc 836f4168fb9f2153840e4d279b357b1224ce524b 87658d0207a5a0b82ec4e8a918313405ba73d30e
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-plpython3-9.1
Source: postgresql-9.1
Version: 9.1.24-18.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3), postgresql-9.1 (= 9.1.24-18.pgdg+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.24-18.pgdg+1_arm64.deb
Size: 38640
SHA256: 6a62a0746ce981938530b1a90b5ac33e618ae5e88871952f1344ab23605ac7a9
SHA1: c844d740f3eb8a7e20d3ec081c4a2979ae446adf
MD5sum: 9886f945d7a7254ac65d1a2551a01933
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.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-plpython3-9.2
Source: postgresql-9.2
Version: 9.2.24-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3), postgresql-9.2 (= 9.2.24-15.pgdg+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.24-15.pgdg+1_arm64.deb
Size: 41888
SHA256: c17715473312a83092cbe886044d9d130dc77d7094f1435da1f305ee442395ca
SHA1: 095a15959236a66cefb90150db71195eab0088fd
MD5sum: 75d7ba0cd0cefc08cf41a354d19c33ec
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.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-plpython3-9.3
Source: postgresql-9.3
Version: 9.3.25-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3), postgresql-9.3 (= 9.3.25-15.pgdg+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.25-15.pgdg+1_arm64.deb
Size: 41972
SHA256: 820dd482c06c32bc868c3d46e5263e221cbec66eac85a38190fe6c7162bbe800
SHA1: 981737f2c13b51cf2a0153ca385eca38a8d20b85
MD5sum: d31ee586c6f3483c248e2b41ff25a997
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.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-plpython3-9.4
Source: postgresql-9.4
Version: 9.4.26-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 174
Depends: libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3), postgresql-9.4 (= 9.4.26-15.pgdg+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.26-15.pgdg+1_arm64.deb
Size: 44632
SHA256: 57483899388bb18d4419267adc88b4627f925d7b2434365237533caa781d65f1
SHA1: c4bc6c2728f3c1e4f065f6f44cda2d197a05e73c
MD5sum: 9e0f8913aa5e1163a8d0f50a51cdc204
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.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-plpython3-9.5
Source: postgresql-9.5
Version: 9.5.25-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 313
Depends: libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3), postgresql-9.5 (= 9.5.25-13.pgdg+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.25-13.pgdg+1_arm64.deb
Size: 50384
SHA256: 2b55721edce5a433e585de130e4bc1336c7baa61ae2daef2564b6f11af1b912c
SHA1: 6e03434162d0b591c052149a8954c3b314621a0e
MD5sum: a1fb7d0da5f3793142c7fa32253e5ff9
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.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-plpython3-9.6
Source: postgresql-9.6
Version: 9.6.24-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 378
Depends: postgresql-9.6 (= 9.6.24-12.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plpython3-9.6_9.6.24-12.pgdg+1_arm64.deb
Size: 53788
SHA256: 6433d7678ee9bbc4d52ef94ca12e9c3e07c4a046291ebdc9c1dab40b98d6d50f
SHA1: dade84a44f8eda82450c00503fbb40bbb6eeb804
MD5sum: 655e94093098d45293de20f8811834d5
Description: PL/Python 3 procedural language for PostgreSQL 9.6
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Python 3.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-pltcl-12
Source: postgresql-12
Version: 12.22-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-12 (= 12.22-3.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12_12.22-3.pgdg+1_arm64.deb
Size: 44520
SHA256: f7752d124e501e62e50974f328f4761a000788bff2f238b49bca8cb61f6a79f0
SHA1: b7c68bab42ab38c0af4d8a98c048d9d0c6275c42
MD5sum: 22cd9f398eda4dbe185decf6e94b5274
Description: PL/Tcl procedural language for PostgreSQL 12
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Tcl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-pltcl-12-dbgsym
Source: postgresql-12
Version: 12.22-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-pltcl-12 (= 12.22-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12-dbgsym_12.22-3.pgdg+1_arm64.deb
Size: 70708
SHA256: 8f443d8f75b750d74068259387a567b0af35f962c7013a44114b25d4a35b8271
SHA1: 3a62114f0dc7ca7db08a0e9f67c5ef237181c3dd
MD5sum: 861b96a0281f67da9deb94b5ee07dacc
Description: debug symbols for postgresql-pltcl-12
Build-Ids: 9464cff1433eecbadb676447f34a0ba482cc1f0c
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-pltcl-9.1
Source: postgresql-9.1
Version: 9.1.24-18.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 171
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.1 (= 9.1.24-18.pgdg+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.24-18.pgdg+1_arm64.deb
Size: 27188
SHA256: c03b610e566155adb6cf3c168387e2653a3e29688a04c4e80bf9ea15cf736489
SHA1: 105ec720adbffbf193946118c538c655fa778a0c
MD5sum: f16c88e43fb83e3eacf6e40d11276355
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.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-pltcl-9.2
Source: postgresql-9.2
Version: 9.2.24-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.2 (= 9.2.24-15.pgdg+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.24-15.pgdg+1_arm64.deb
Size: 26652
SHA256: 7da945bf96a3824ab2a3970dde8559589a5e89ef0236330fe69bd79c1ffdf129
SHA1: bbc6f9a6cc493ac25955d3306d7803316c89efe0
MD5sum: 8ffbb8b757f5022613f99ad30ca2fb40
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.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-pltcl-9.3
Source: postgresql-9.3
Version: 9.3.25-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 170
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.3 (= 9.3.25-15.pgdg+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.25-15.pgdg+1_arm64.deb
Size: 26332
SHA256: a7ff73ba3f02f0fe071e9c8ff5bd36cb36bf213175a0179280e17f1626c31d3e
SHA1: b09f04cf0c762c8ace1555d4a67673577834b940
MD5sum: 5c1ec738569249d9c2ca7c895ea5553e
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.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-pltcl-9.4
Source: postgresql-9.4
Version: 9.4.26-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.4 (= 9.4.26-15.pgdg+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.26-15.pgdg+1_arm64.deb
Size: 28680
SHA256: e10af19d4392ccef2c963927bedb78116bff895288758e31e23dd710fb605a61
SHA1: ed2645820076d32939a9e607de288d973b204c3f
MD5sum: 985b8485074cd93152cdf1293967548d
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.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-pltcl-9.5
Source: postgresql-9.5
Version: 9.5.25-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 190
Depends: libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), postgresql-9.5 (= 9.5.25-13.pgdg+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.25-13.pgdg+1_arm64.deb
Size: 33216
SHA256: 51f0f5fe00cb51f78be34983ab88f8d441eaa9229de731219de90bbfaaedb386
SHA1: 57c904462f44cf009aa738e604cd3d95441d6868
MD5sum: e524f8f364ceb6a8ae4a2b33fa6a67cf
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.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-pltcl-9.6
Source: postgresql-9.6
Version: 9.6.24-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: postgresql-9.6 (= 9.6.24-12.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-pltcl-9.6_9.6.24-12.pgdg+1_arm64.deb
Size: 38864
SHA256: 320f24298ac1d73d10d4a23b9b83c03663b1b8346fb9c8ec7b7ed04eeda64ec5
SHA1: 06e95bfbbc77f9723891d5328bd5061cf9ec80a9
MD5sum: 8eea2f0b3d61da2715853f7f304eaa5b
Description: PL/Tcl procedural language for PostgreSQL 9.6
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Tcl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-server-dev-12
Source: postgresql-12
Version: 12.22-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5734
Depends: clang-19, libpq-dev (>= 12~~), llvm-19-dev, postgresql-client-12 (>= 12.1-2~), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-12/postgresql-server-dev-12_12.22-3.pgdg+1_arm64.deb
Size: 1009876
SHA256: 12c85e879d698e14268d158a423476d94978360c35d7b299d1c60d30371d1a46
SHA1: bfb2e782592b7e89e7454f6eac8072ad3ae630f6
MD5sum: 6aeb0deda617cfc581f117cc3b36e3c7
Description: development files for PostgreSQL 12 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.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-server-dev-9.1
Source: postgresql-9.1
Version: 9.1.24-18.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3107
Depends: libc6 (>= 2.38), 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.24-18.pgdg+1_arm64.deb
Size: 538548
SHA256: ac64fc75050f580414112b78206d229b01f48efd06350b7e10408d34c45b02f7
SHA1: 6324c8c5fbf30892f94712b2e41d5c381788eb0a
MD5sum: 82c45596b78ea5a2287a1750e19d07e9
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.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-server-dev-9.2
Source: postgresql-9.2
Version: 9.2.24-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3337
Depends: libc6 (>= 2.38), 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.24-15.pgdg+1_arm64.deb
Size: 578940
SHA256: 8046aea1e1465528fa790b8a1f52631847e525f71cdcca4843de00c0163349a8
SHA1: b962afa947538bf2c213a12d147c7aa02e4630a4
MD5sum: 9d53d8e555ea19ad1b6922153bbb2500
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.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-server-dev-9.3
Source: postgresql-9.3
Version: 9.3.25-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3584
Depends: libc6 (>= 2.38), 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.25-15.pgdg+1_arm64.deb
Size: 623928
SHA256: 479d099b80bf05e55d06bcaf5baaa131cf46dd1ac910fa84f7530c4e963680bd
SHA1: 46907a363ec0aeff8ccc74685e78fb0d8ec69a41
MD5sum: 6ed758317a53fa6d41dbe910371c3a82
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.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-server-dev-9.4
Source: postgresql-9.4
Version: 9.4.26-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3583
Depends: libpq-dev (>= 9.4~), postgresql-client-9.4 (= 9.4.26-15.pgdg+1), 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.26-15.pgdg+1_arm64.deb
Size: 620084
SHA256: 50c0fd52a661ecad66e749e6e71638d18de1b100bb7ba1794046d358313a3b4a
SHA1: b0855250a59cdd0675fa439fa16d8cbb1351fa2c
MD5sum: 8a387369e9436b8d188cf51d268f4fc8
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.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-server-dev-9.5
Source: postgresql-9.5
Version: 9.5.25-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4104
Depends: libpq-dev (>= 9.5~~), postgresql-client-9.5 (= 9.5.25-13.pgdg+1), 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.25-13.pgdg+1_arm64.deb
Size: 716188
SHA256: e95000ec6ed772f0231f05817fad2ad1c2d88cb329bbfa6c801f04ba94ad6de8
SHA1: d88fd6f12ca7b57b9f4ee98c26e7e3bf7ccb318f
MD5sum: d31b5566c17a98e9591e5e50c4b77c5f
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.
Timestamp: 2025-09-08 22:17:27+00

Package: postgresql-server-dev-9.6
Source: postgresql-9.6
Version: 9.6.24-12.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4455
Depends: libpq-dev (>= 9.6~~), postgresql-client-9.6 (= 9.6.24-12.pgdg+1), postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-9.6/postgresql-server-dev-9.6_9.6.24-12.pgdg+1_arm64.deb
Size: 786216
SHA256: cb8b6af57d16f68e0eb167ce2ad7b84b5e2db77605d63b3e40466c11d3d0b9e0
SHA1: 82ea2839581b0b717b515fcd6fa2ccbfe1f3648d
MD5sum: a69fb5825ac4b9201a50a2db8691d28b
Description: development files for PostgreSQL 9.6 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.
Timestamp: 2025-09-08 22:17:27+00

Package: libecpg-compat3
Source: postgresql-10
Version: 10.23-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg-compat3_10.23-9.pgdg+1_arm64.deb
Size: 19476
SHA256: 808cf3ac7e76819d6cef572f578f4769c4cc6ab46b54873177e80b5143388e2c
SHA1: 06ba0f6d4b4e69805328338e9bf786d7c6afb20c
MD5sum: 7135aafeccac725873d344dd4442dffa
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.
Timestamp: 2025-09-11 10:29:59+00

Package: libecpg-compat3-dbgsym
Source: postgresql-10
Version: 10.23-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 10.23-9.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-compat3-dbgsym_10.23-9.pgdg+1_arm64.deb
Size: 16848
SHA256: 86f14719babbdfa0529c9938aacb06ebeccbcf09b148e15c160d188ac777d762
SHA1: f03ec6f599c6ec728214d91629efc2565d1caeb3
MD5sum: c89d6547b727a467d5bb709b7ea322d7
Description: debug symbols for libecpg-compat3
Build-Ids: a0aadf60fe46a35edfa4c95222f22c68f8c98097
Timestamp: 2025-09-11 10:29:59+00

Package: libecpg-dev
Source: postgresql-10
Version: 10.23-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1269
Depends: libecpg-compat3 (= 10.23-9.pgdg+1), libecpg6 (= 10.23-9.pgdg+1), libpgtypes3 (= 10.23-9.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libecpg-dev_10.23-9.pgdg+1_arm64.deb
Size: 227696
SHA256: c7454068b8694ba7db86099bb8bb35a4fa2378b49314e1d2971a74268f7d05d5
SHA1: 928e320ec87de74765d3687cbdb15ab4c2030c50
MD5sum: af0cc3572323b579061ca7c63732510e
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).
Timestamp: 2025-09-11 10:29:59+00

Package: libecpg-dev-dbgsym
Source: postgresql-10
Version: 10.23-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1110
Depends: libecpg-dev (= 10.23-9.pgdg+1)
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-dev-dbgsym_10.23-9.pgdg+1_arm64.deb
Size: 212404
SHA256: 8096a08eeb7e4881573c7038fd0bf88908ec508f607b1616a455db4a48585aaa
SHA1: 6a040e11c0fd82e1835e59742af6ef350aa944de
MD5sum: 79ac54e6177d89e592a8b566094f0110
Description: debug symbols for libecpg-dev
Build-Ids: efd05e92927cb202dc07a781b1e4e08998ad5eb8
Timestamp: 2025-09-11 10:29:59+00

Package: libecpg6
Source: postgresql-10
Version: 10.23-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 462
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg6_10.23-9.pgdg+1_arm64.deb
Size: 85032
SHA256: 3e5564999e8dc413f8982b8b2091891e79a470960a0acbbc957d0bfbe132bafa
SHA1: 5afb4644b27d530e1656c8a6a6b818c5fe397696
MD5sum: c8357108c5f2c378d170284fa281ea5e
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.
Timestamp: 2025-09-11 10:29:59+00

Package: libecpg6-dbgsym
Source: postgresql-10
Version: 10.23-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: libecpg6 (= 10.23-9.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg6-dbgsym_10.23-9.pgdg+1_arm64.deb
Size: 92420
SHA256: 648cc0d3e3e52327e8c5fd67531a42525a7d146695b61ab52576a8ce39f2fa84
SHA1: a468956b7ca42197be3a7ff37950aed3b75e3ef7
MD5sum: 3a04c54088fe9e8e9970c44c01e2051b
Description: debug symbols for libecpg6
Build-Ids: 9231d86266281eb1f83927a273b1624277798248
Timestamp: 2025-09-11 10:29:59+00

Package: libpgtypes3
Source: postgresql-10
Version: 10.23-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpgtypes3_10.23-9.pgdg+1_arm64.deb
Size: 40524
SHA256: e2d106aff1d6db47e2311efdcf2aef736894d54605167a774f84553d27aca249
SHA1: b7f7fdf9aec064a245920a23cd9996e57c678364
MD5sum: ee548544b02da8da02861fb48a273c8e
Description: shared library libpgtypes for PostgreSQL 10
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-11 10:29:59+00

Package: libpgtypes3-dbgsym
Source: postgresql-10
Version: 10.23-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: libpgtypes3 (= 10.23-9.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpgtypes3-dbgsym_10.23-9.pgdg+1_arm64.deb
Size: 69600
SHA256: c54e1f657e3ca5756c46730cf295c8ed9a526a4a1cf80485a199ecbef2f1fd8e
SHA1: 1121fb25e438cb02f42e7caf7cb78795ab4080d5
MD5sum: 76353e62cd6136f7f544884c841975e9
Description: debug symbols for libpgtypes3
Build-Ids: b76de06b1fbfcfeee65e2c4ae4c3838f258190af
Timestamp: 2025-09-11 10:29:59+00

Package: libpq-dev
Source: postgresql-10
Version: 10.23-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 723
Depends: libpq5 (= 10.23-9.pgdg+1)
Suggests: postgresql-doc-10
Breaks: postgresql-server-dev-10 (<< 10.1-2~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libpq-dev_10.23-9.pgdg+1_arm64.deb
Size: 167840
SHA256: af70ae2188e5a528df2d465475a3bb62cb4012357dc1746511d9b5248c2f9da1
SHA1: 3d1bd6e0d4aa1adbf7c794fd7f861b5867409fc1
MD5sum: dd7209f7b5573e487978fe3ff1b953bc
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.
Timestamp: 2025-09-11 10:29:59+00

Package: libpq5
Source: postgresql-10
Version: 10.23-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 776
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpq5_10.23-9.pgdg+1_arm64.deb
Size: 169344
SHA256: 2ad37569a83b68e9b0f2dbf987ef407087e91bd6b8cb0404b6eaca9b553736ab
SHA1: 951a32b652120df3ead19a2ef038d7b748ead9af
MD5sum: e972142b63b2e5a8e2f23e623f3a1d96
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.
Timestamp: 2025-09-11 10:29:59+00

Package: libpq5-dbgsym
Source: postgresql-10
Version: 10.23-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 261
Depends: libpq5 (= 10.23-9.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpq5-dbgsym_10.23-9.pgdg+1_arm64.deb
Size: 229232
SHA256: 1f11304cc98f30fd3927000988c395ae855a983093192cc1ae26c3574f67a9b8
SHA1: 00be8852e1554a716e59b9627027f003e0a65000
MD5sum: 0be33abdcc37ab9ac35e5c9cae6a75b4
Description: debug symbols for libpq5
Build-Ids: 5afc10d9c3537ac9b22467a4e9ea64bdb83605e1
Timestamp: 2025-09-11 10:29:59+00

Package: bucardo
Version: 5.6.0-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 992
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: adduser, libboolean-perl, libdbd-pg-perl, libdbix-safe-perl, libpod-parser-perl (>= 1.63), perl:any
Recommends: postgresql-plperl
Homepage: https://bucardo.org/
Priority: optional
Section: database
Filename: pool/main/b/bucardo/bucardo_5.6.0-5.pgdg+1_all.deb
Size: 208452
SHA256: 92b4807e1bd8ee62dba17c174afb253d2df13cd09f7715aa9c39d92c18c947a9
SHA1: 2ad534f6590472aa4818bb89dffd8e92d5470531
MD5sum: 10b09f5afa5a550568e8b4eec352ff70
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.
Timestamp: 2025-09-11 10:29:58+00

Package: libpgpool2
Source: pgpool2
Version: 4.6.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libs
Filename: pool/main/p/pgpool2/libpgpool2_4.6.3-2.pgdg+1_arm64.deb
Size: 143052
SHA256: e547de6db85cf667f462c15f7e6fac752bf27be439082e1603abda2618846c86
SHA1: ff7642486900760cb31a7ae45b34ab16c79480be
MD5sum: 201d5908764edce424d32a49732cadb2
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).
Timestamp: 2025-09-11 10:29:58+00

Package: libpgpool2-dbgsym
Source: pgpool2
Version: 4.6.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: libpgpool2 (= 4.6.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/libpgpool2-dbgsym_4.6.3-2.pgdg+1_arm64.deb
Size: 65000
SHA256: b92a3def59a13d62fd70606620b61320e32508301dc0d2d1ec10c12c9b125197
SHA1: 8dc5912e9f0ca666cc07bccd6ad667c7f4cc7d0c
MD5sum: 0979d4fb8d34fc30b916084c209ef316
Description: debug symbols for libpgpool2
Build-Ids: 35cfa8e466607550bc25c69d21bf80d969e96702
Timestamp: 2025-09-11 10:29:58+00

Package: libpgpool-dev
Source: pgpool2
Version: 4.6.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 268
Depends: libpgpool2 (= 4.6.3-2.pgdg+1)
Conflicts: libpcp3-dev
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libdevel
Filename: pool/main/p/pgpool2/libpgpool-dev_4.6.3-2.pgdg+1_arm64.deb
Size: 154084
SHA256: 141a1c456c5ae4063835511d26f7950a026078483b601456210b52ee79b25add
SHA1: b62c8187a1ab82c4015721cc488db877b813681c
MD5sum: 7c846bfa51f9bd825f05708fd8f2d9ad
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).
Timestamp: 2025-09-11 10:29:58+00

Package: pgpool2
Version: 4.6.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7750
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: libpgpool2 (= 4.6.3-2.pgdg+1), postgresql-common, ucf, libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libldap2 (>= 2.6.2), libmemcached11t64 (>= 1.1.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3t64 (>= 3.0.0)
Enhances: postgresql
Conflicts: pgpool
Replaces: pgpool
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/pgpool2_4.6.3-2.pgdg+1_arm64.deb
Size: 1271824
SHA256: ea23d27a8d3414020f93f2840ad913f663ee1aca753bbdf735655d581d3817ce
SHA1: efb9b2ab9bf54a926cc34fd42419f6c95fc01afd
MD5sum: 8d12f936cd06247e4e2e815103dbb032
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.
Timestamp: 2025-09-11 10:29:58+00

Package: pgpool2-dbgsym
Source: pgpool2
Version: 4.6.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5147
Depends: pgpool2 (= 4.6.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/pgpool2-dbgsym_4.6.3-2.pgdg+1_arm64.deb
Size: 2055352
SHA256: 8085f285f4281e42e81b72025f6ef7f98e0c2e59e23fa924aad628d85b2a1d7e
SHA1: 324d3d21c7e51723d212903240cd05fe1d8a654f
MD5sum: f7e6a498935d21425fd6c4a3f341d52d
Description: debug symbols for pgpool2
Build-Ids: 0499de6aac8471c72ad7fd52d131e09aaa056f22 1405e358e27ea666e71104dd29ec1b7f4f7dd963 20b2320ad8be11877ac75e6dfff9cadc11601a6f 5b2dc034dd2dfd6b4294807a08008565cd380579 5c7997eae02f34e938740825f7c641c5835683ab c18d829e8e2c1e72744877880caad222df3d33bf f2235dc85b0eb0de1c6243470e068cbff22e89d7
Timestamp: 2025-09-11 10:29:58+00

Package: postgresql-10
Version: 10.23-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29223
Depends: locales | locales-all, postgresql-client-10, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-10
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-10_10.23-9.pgdg+1_arm64.deb
Size: 5201840
SHA256: 037484974bfa75c04b46eb1b041dc3695a1bf654b212ff858ae8c3a759c619c2
SHA1: 8481d9e8c09377086b74640a0d7a8f0114adbb58
MD5sum: 0abcbf3b3e4ac1811fd530a167075a2d
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 10.
Postgresql-Catversion: 201707211
Timestamp: 2025-09-11 10:29:58+00

Package: postgresql-10-dbgsym
Source: postgresql-10
Version: 10.23-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23071
Depends: postgresql-10 (= 10.23-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-10-dbgsym_10.23-9.pgdg+1_arm64.deb
Size: 12052836
SHA256: ce36e19d6ce1afbee1f7ad70e58de08c7a70e4f1d20fc511b4f0b10a263fad08
SHA1: 07dc7ec93e176af32ebd6af1a9fec2c4ce59d41b
MD5sum: 9b60a7e4d1dba27507ea5f2a3e151b97
Description: debug symbols for postgresql-10
Build-Ids: 087b7202058cf0adef30cc2fa5c278619d343629 096c869364227e1805e1cdd532786be03040ac94 0b72f66ac47c2b20925731c928537fec4e7c525b 0f31263bdb0a6c5dcf68ab63f6bed42fa614d0ea 12d2bcbf107bb7c0bbfc23e489c392382a42b1bd 15ff5371ca886847aa8f2cab52352315e44fbaa3 17ac3a329674e134415ab8a21b8d66aa9aa95c97 1d91bf5d965d2ae2a49a080a5c74c227edb34e37 20962e343aa126c4ca88fd2078702eeae2fde6bb 23324301155ed0d9eb0740dd466f874801063f0d 23b5351cb7cbfa9226437a8764d3321dd9455057 2431f44ea611858452863a246f23703d5dde5031 2436471ec13b66b5bc3de1aec646cd0571effda6 243d5698ef1a6acaf16fc1708031936b1b939ffc 26d406e3487898193c511433b0bc057add5dfcbd 27dedd5f306d92f72e32dc71dd90fbb240e19386 31282ff9bba0e7f7cda3ddececbef6fb337b53d2 35c8925d416ac78e2e216b6d6d5563bd7bf58f8a 362711cb6f684fdb250a19f19c6d4c316ad43427 369d806b2793b65cbcac9f323a95ec937b921ecb 38a60f8a4c6e4af9f674512ed2af6dc84637cdd3 3936f5a256475685a066a86bd2d8077d9b368219 3aadd29a40c0b148f28c6de2e584326ad453e810 3b0943487e3cb89cd6755a21d7577d83321dd8ed 3cacc7565cb8c68bbfa5be3cb471977e8006c17a 3de84c7b52fe67e99a88afcfb64ab4e35488434b 3e68c0a84e3958bd6db689d6f07e036ab003bd80 4377a325f6250cd103b9b0cec4b96dff48dd1e4d 45be28b4dacb471acfb7aa3601f997231cac103d 4bee8a767b9bca8294d60ff0607d62eda18b8a52 4dd58b137ffcde602273e97c2c879a04ea94224a 518dea278c9897ba29afb3d2abd39470a9101625 533517d79f91c4b9ab5899150909134d357b57a7 599fbee2fcba0e4cea070eb11de27a7439509242 5b915702fca9bab47ec082535a8c95f81e5a0ac2 62b4d9e27db7ee2b6ba7d11dc11110de8b6fbfd6 7b93b67c99bc3f3270b14752db9b1072d54db0e9 7bb3cc7a18e9b793a2236fb630038cb751726f83 7f44b697634fd0c2c49da5ac417c80e3bc50b046 8270b7fe794728dfdd96a12258af997e079e86a2 8367eef3284f74892eee263d430007af11d5cf51 84a8dc63376fdf9bf68a3ce464f076d9c7588b7f 8754c8d73685c342e5c1237418d537123166cc1c 8795e08b0728fe564862bde9754fe3d2974db69e 8dc4b3ac06f160d9c9b15f3301340207141c28a3 8ff0f36c5fbc376520434c141c3792b4078279d5 9371c38026cf09f2e4f4b974ed963f96511b38d6 96388c82398a9e92a2a77574c5f3fe0fcbfd6195 96d37f8f5ee186cbb92500120d97d8f28e12ccb9 9761e54f1ea817fcc7b9198050889ab8394f7a0e 9915963f91e5cd8fbecac127f1b2a72a5c9f213f 9bb5b7df3c0aa870596a85ad431aa2413b4b3020 a010ad3538640cee7011ba8700a2aa1e4415c330 a089f81781c23422e07c25fd783a79d8c6cd6246 a3b03ebcda133a7c63eb80a04228efedcb02a263 a3dce81dc6d3f97503f6aa3154acd0c3f51cc5fe a4437c09a736bfaebc677d2bb07cbd8504836f24 a68a77ebb36f96689db4d0b00a5636f93cf8fb27 a9926c194f713b52d502b258b636c2027cd77a7e ab168278930d6e1cb3c9533b8b4217a3c01b3559 ab51a98599137ad8587061bf80bacd278e3df25f ab8bede55808415f1c7d1203c9546f3a693596b2 aeeba3dd1fbd6c9c2e00e7607f1e7075536356c4 b89e9173dad7dc9f54c7bb2b838f0b14334adaf7 bb1ce819c841dfd31e23fe1305ce2e7680ce5d34 c6f26235c417798942b82947a0381eaac3f23dcd cabb524bfcc1dbde0a8021c546e4e9b54543e74a cdd40fcf10441594cee37cdccc228ae04e1b1cd8 cf9cc3c7e938af6859bbdd1279db7455d54a2c5b d189886b9bfec1f9092f4d0c7f993c2f89c55ca8 d940bc3e942a7a227911fd54ae5c8c8278f070f4 e115c273b10d9f930e27e294aad8df7c4447fb2a e187ec9e932fc58758b9432b9ab2d104ccf650fd e5effb52d2e1d8b785fa7b34807284ec55a16641 e9d0e2c019b8275b6def096395388676951b0163 ea4a188c2d741ddee1c26ff2394742cc9a4036dc ec6e32efcddf5a5f342ea6909b311a511fe9af24 ec83ec43120ab57d1ca2ddea51fa2e804c867b8d ed507e1f58b76cc44233ed3a8deb46cd004b303c f00af140350114c60b3480cd489bbd06990fc522 f0a5751e8cdcd353381631c0574c018163fe6ae7 f226f7245fa8353e8d4a685409534c0cc0325dd7 f4db67d582e7dd0d6fb5e2ecad2cd2a377ae63ce f768125642b51af93ab3236e1cff902b963bf21f f784d392e757bb5acdaa97477e2a13789c6e772c f9bcea3ae123b4c23672195d4877db1a67bb3207 fa88b3b121e9671408175a2b50c1092f3e782424 faef460618f58f4ea776707a159f6a26897e49f3 fccc64c7f0ffc5daf28b6cc89d5789bae1dc4207 fe00c908c238a407680fe2fd1d22022587b0f920 ff0244fdebc43885da690729460795e133c822a4 ff5960105a7298eff39207131833dc1b898eb3f2 ff9bec74446ee2a0780138c88aacfb8e58d871df ffa63160aad7f31e44e1a5e0ed28a0131756194f
Postgresql-Catversion: 201707211
Timestamp: 2025-09-11 10:29:58+00

Package: postgresql-11-pgpool2
Source: pgpool2
Version: 4.6.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 391
Depends: libpgpool2 (>= 4.6.3-2.pgdg+1), postgresql-11, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2_4.6.3-2.pgdg+1_arm64.deb
Size: 134480
SHA256: b95e5f1cf73fc671fc36925e7c1da7f8a6abece96bbafd80a01bf3c6672559c9
SHA1: d731cba3aa96cf4c79ae94ae8fe94d0fc071b690
MD5sum: 8ca2abc1aa48211b7f3d60744d7c35e3
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 11 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-09-11 10:29:58+00

Package: postgresql-11-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-11-pgpool2 (= 4.6.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2-dbgsym_4.6.3-2.pgdg+1_arm64.deb
Size: 51264
SHA256: 4ba486e908776144b39dcee7a89b9f5b45b453f2459d05870b8f2683ce2d1047
SHA1: 234b3f937a8e54550580aa4c26071d7a87e2794b
MD5sum: 64aa99f55da244a5f2810992e22d0d92
Description: debug symbols for postgresql-11-pgpool2
Build-Ids: 58ec55b19afdff8df30db971c43b0c093ade4686 ce16b4c6b3e50453e93f55fc8cfd98e3f6b5ba2f f23521c3930fb1b33ecef3529c8b2294ff4dd704
Timestamp: 2025-09-11 10:29:58+00

Package: postgresql-12-pgpool2
Source: pgpool2
Version: 4.6.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 442
Depends: libpgpool2 (>= 4.6.3-2.pgdg+1), postgresql-12, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2_4.6.3-2.pgdg+1_arm64.deb
Size: 156128
SHA256: 1cbbec65061a29070ff7090c078e8d29578dc1110d8eee1d7bd1a1bffcc3a37a
SHA1: d5f453613551e39be09272675515f4935ce3e5fd
MD5sum: 1b2d2559a2ed64f040704ab40be4a5dc
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 12 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-09-11 10:29:58+00

Package: postgresql-12-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-12-pgpool2 (= 4.6.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2-dbgsym_4.6.3-2.pgdg+1_arm64.deb
Size: 51980
SHA256: ecb20f26da1536b7d18c3c1353162c31a647cc47efd5d31f6aae1254af87885e
SHA1: 3d1c535a7490cbc0213ff021690c1f6a90388319
MD5sum: 3de1d04ada965314625ae6d8fde11c33
Description: debug symbols for postgresql-12-pgpool2
Build-Ids: 4619b1ef69aba5e9d868377a7594f0256abc602e 4fcc26cb94fe3645ed655d721ca2bfeeff15e70f 8280fc70d8302bef8583d0310ce4b6e1acb4251e
Timestamp: 2025-09-11 10:29:58+00

Package: postgresql-13-pgpool2
Source: pgpool2
Version: 4.6.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 443
Depends: libpgpool2 (>= 4.6.3-2.pgdg+1), postgresql-13, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2_4.6.3-2.pgdg+1_arm64.deb
Size: 156396
SHA256: 2fed1b6763c9843d17cad0d8f7d79d48e754b9950e9a8452afe4e5a16b685e87
SHA1: 14b9250b3b6a3b281ecc8f4dc4be0438ff52bc5d
MD5sum: cff591c03fdba0b53efc8b317ade9759
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 13 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-09-11 10:29:58+00

Package: postgresql-13-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-13-pgpool2 (= 4.6.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2-dbgsym_4.6.3-2.pgdg+1_arm64.deb
Size: 49640
SHA256: 9090b37f0daf5d4d30b3354b24a822818343f435ef3bcb288c845d539c9a55a4
SHA1: 6abe332a600a0a9a1e56054417aea2510338cafd
MD5sum: 02fceba5cffbcc5a44d44f63b53acb30
Description: debug symbols for postgresql-13-pgpool2
Build-Ids: 171b758b1c4dc9d5593b5965387e449207d172bb 2d8f851f238bb9df6ed3248bb63e17c2c956f501 d3435dddf60e4a70daef36f90298656ad70a5037
Timestamp: 2025-09-11 10:29:58+00

Package: postgresql-14-pgpool2
Source: pgpool2
Version: 4.6.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 443
Depends: libpgpool2 (>= 4.6.3-2.pgdg+1), postgresql-14, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2_4.6.3-2.pgdg+1_arm64.deb
Size: 157044
SHA256: d47672d8a1671634ade874e443f8be10771c6111df57a024edd42a68b56ba05b
SHA1: 3a4a526b5242ebf4489a6d1f651f8a9d57ea0388
MD5sum: b405f52fe2c730a294760aaf08e6a7de
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 14 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-09-11 10:29:58+00

Package: postgresql-14-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-14-pgpool2 (= 4.6.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2-dbgsym_4.6.3-2.pgdg+1_arm64.deb
Size: 50308
SHA256: c29e4bd4ec438f4802c017030885a60200c5b5162fb15f8bfd66264103915274
SHA1: ec55c842ee046b1d969b73815a7fc84e7b3ec407
MD5sum: 2f5e7dda3716ddfd7cabe0961c4e9344
Description: debug symbols for postgresql-14-pgpool2
Build-Ids: 067789efcdc99cc1c13164bf322c6427dc909031 8669449583b70621eaadffec1e07c0c5f8f1a274 ac94e8242ab41be681f87dca7de6c7a9a71c18a3
Timestamp: 2025-09-11 10:29:58+00

Package: postgresql-15-pgpool2
Source: pgpool2
Version: 4.6.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 445
Depends: libpgpool2 (>= 4.6.3-2.pgdg+1), postgresql-15, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2_4.6.3-2.pgdg+1_arm64.deb
Size: 158120
SHA256: 1f1595ffdb229c70ed895427577fa5072509c485d9488023c6b9a30d5c434f18
SHA1: fea3e5fe964ac50c8e8c0b495d5ebbe2bed53866
MD5sum: 423a6e86d30f786c4265e7e87beea531
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 15 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-09-11 10:29:58+00

Package: postgresql-15-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-15-pgpool2 (= 4.6.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2-dbgsym_4.6.3-2.pgdg+1_arm64.deb
Size: 51288
SHA256: 44a977b3be17721e1c3a6633d2100180d330d06a2a231154656535465610e915
SHA1: fe26669d2aae2fd49f974782c5d1c9afdad5b864
MD5sum: fb6088964d8865c5d4431c03d7ae7f18
Description: debug symbols for postgresql-15-pgpool2
Build-Ids: 43a181167c55d1a467081172a5452e370adb69b5 82e9020994999e8d603da6486401093b608889e3 a72e9c7072cb27707ae44cd1a383756b5b9a6378
Timestamp: 2025-09-11 10:29:58+00

Package: postgresql-16-pgpool2
Source: pgpool2
Version: 4.6.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 445
Depends: libpgpool2 (>= 4.6.3-2.pgdg+1), postgresql-16, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-16-pgpool2_4.6.3-2.pgdg+1_arm64.deb
Size: 157804
SHA256: fb3067de8c5cfd94ff68ad996338ec8df5fd9a432b45ff530aa79c5db8995882
SHA1: d11352697b1c67555d0758bfc9b40a73ed3bcf87
MD5sum: 75158d996d58c69017049fe5209b884f
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 16 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-09-11 10:29:58+00

Package: postgresql-16-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-16-pgpool2 (= 4.6.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-16-pgpool2-dbgsym_4.6.3-2.pgdg+1_arm64.deb
Size: 56692
SHA256: c689f7ca7c092796d0b72cf1448473f516970497c1c110f453a253734a0fc207
SHA1: 88098f4b88d5c87cbccc046c9d4b06dc9b32f2d8
MD5sum: f0cdbdc93475fa3fa90b6ff7d06d1497
Description: debug symbols for postgresql-16-pgpool2
Build-Ids: 37bd2843e7aa780c86af7742130e22d6ce7022b9 481d868811bcb8ce165573745844a6bdf9533977 b65a551bc287bfbfb0ac6ffcf5be1741631128d1
Timestamp: 2025-09-11 10:29:58+00

Package: postgresql-17-pgpool2
Source: pgpool2
Version: 4.6.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 445
Depends: libpgpool2 (>= 4.6.3-2.pgdg+1), postgresql-17, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-17-pgpool2_4.6.3-2.pgdg+1_arm64.deb
Size: 157784
SHA256: adc865c00026846891be516fda0e4c03ea71556d6d55ff721094d862b7136639
SHA1: ae09a9360bdb779d62cce186b0387769307e1b33
MD5sum: e8711168241740bebff1846aec3ad0c6
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 17 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-09-11 10:29:58+00

Package: postgresql-17-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-17-pgpool2 (= 4.6.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-17-pgpool2-dbgsym_4.6.3-2.pgdg+1_arm64.deb
Size: 57648
SHA256: 28193668409e4c18b88986c2f07d69a30cd5c59a0031383d61784de45680b188
SHA1: af9a0d855ee8728f6ae4756ee75818206ff7f0cc
MD5sum: 58e5556e0fb73efc2154a5ed37b40ee2
Description: debug symbols for postgresql-17-pgpool2
Build-Ids: 08583bf1363a4d1ba5e4496e8683d8f7884d73a3 82058967deea2fad04daac27e9298fb91cc3e0ad ff94e61024eaba9cd534fdc7970664a803f2621d
Timestamp: 2025-09-11 10:29:58+00

Package: postgresql-client-10
Source: postgresql-10
Version: 10.23-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7259
Depends: libpq5 (>= 10.23), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-10, postgresql-doc-10
Conflicts: postgresql-server-dev-10 (<< 10.11-2~)
Replaces: postgresql-server-dev-10
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-client-10_10.23-9.pgdg+1_arm64.deb
Size: 1441924
SHA256: d913bcd1f0b3d9c737d0ac6f8b16d757fac4d3bf7c76ec213813f0f0c335864c
SHA1: 225cbd6619b529896159224aaf3b16bd9f53f91a
MD5sum: f2986f81ee8c423a6131c44fe4d69a30
Description: front-end programs for PostgreSQL 10
 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 10. If you install
 PostgreSQL 10 on a standalone machine, you need the server package
 postgresql-10, 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.
Timestamp: 2025-09-11 10:29:58+00

Package: postgresql-client-10-dbgsym
Source: postgresql-10
Version: 10.23-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4159
Depends: postgresql-client-10 (= 10.23-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-client-10-dbgsym_10.23-9.pgdg+1_arm64.deb
Size: 1674848
SHA256: dc9c08a589c323c37b6a6e66066f030ffcc8432aacc773ab2012aea591057f64
SHA1: a5d76c30f83e32f139cf45527ec5ccfd9aed675c
MD5sum: 05ad61fc1d1b0d0cd9065d4fa18f9b9a
Description: debug symbols for postgresql-client-10
Build-Ids: 03330014e1199dcc16539b4a1953a32cbe0a7d6a 08c777397061cf4601527e5f216ea99784911ff5 42bdf06b97c4ed09f903a9a28bc8e83eef76027e 6237d71d85f240e94502164f7c21d1428cc106e3 6c1a6b6f338bee44e8bf05220caeb05a7a0bec6b 7b57f896d7793bf607f0dbb6bb5230eb435ff0ec 82f4136dcfba8dbdc8e1253c0defe8473b99b9c9 86be1647c10e8abc0108d1da8de8ef164334f432 89004633c558943beffaae96f2da9f8eab6858cb 8c2204f53def85dcc8ec25fb5a1a4996cb1015c0 b2c0fb248fa3e69f68848ff131098be50731c789 bcda1c37bbfe168f54a253ad73899991fca79cac bfc25c04b52f1de85d03f16efcef1fc5c92e70a5 c6f9fbc841827525f88bf1c12948236c05eb6065 e462ea35ba2b10be3b3809caf7cd0ba04519ae5d ea43d85052c111cba1fb7e0b29636dd12b8870b5 edaa5855eb71b2ccbb1f10a2aa53bcff6632cc76
Timestamp: 2025-09-11 10:29:58+00

Package: postgresql-doc-10
Source: postgresql-10
Version: 10.23-9.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14157
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-10/postgresql-doc-10_10.23-9.pgdg+1_all.deb
Size: 1827068
SHA256: 3ad8f08355a7091011b4bf4f76accc542c58c725e022c74840eb9fae23259ed9
SHA1: 92d8ae620725933e58d1d3b0a38f49d0497c6959
MD5sum: 270ec3914bbdfb3688eaddd58b3dfdae
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 10. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-11 10:29:58+00

Package: postgresql-plperl-10
Source: postgresql-10
Version: 10.23-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 358
Depends: perl, postgresql-10 (= 10.23-9.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plperl-10_10.23-9.pgdg+1_arm64.deb
Size: 59496
SHA256: 01cb588d8e4a17ce83f60779a8110e883ef7e243daab58b9596cf60846ed0af5
SHA1: 66b4f5eee55f91d9cd3faa7b92d777d87138b810
MD5sum: 70f8efcdc5c4bbdad108d186a565087a
Description: PL/Perl procedural language for PostgreSQL 10
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Perl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-11 10:29:58+00

Package: postgresql-plperl-10-dbgsym
Source: postgresql-10
Version: 10.23-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-plperl-10 (= 10.23-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plperl-10-dbgsym_10.23-9.pgdg+1_arm64.deb
Size: 163636
SHA256: ee4689965f66d11b35cd60efca4e6f1a435ec6d493747c111efe76c843724344
SHA1: 9bcee5ed18426442dce44071866b056554565377
MD5sum: b530a9fe377e66b19b9d0625ac3c6ca2
Description: debug symbols for postgresql-plperl-10
Build-Ids: 528b7e8d370d29a19f1defea012f96a6fec2d6a1 89c1da6d25a3d476accbcc17a9106b6b8efba53c
Timestamp: 2025-09-11 10:29:58+00

Package: postgresql-plpython3-10
Source: postgresql-10
Version: 10.23-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 379
Depends: postgresql-10 (= 10.23-9.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10_10.23-9.pgdg+1_arm64.deb
Size: 56552
SHA256: 1b16e946d699ffb3cb4261acba1390b330294c4e6362d161de748c426ed1c407
SHA1: db12400d3f4c877e11a2f3a58764f0e7b73ff580
MD5sum: f58738c2f21f4b0767b3d5c781d97067
Description: PL/Python 3 procedural language for PostgreSQL 10
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Python 3.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-11 10:29:58+00

Package: postgresql-plpython3-10-dbgsym
Source: postgresql-10
Version: 10.23-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: postgresql-plpython3-10 (= 10.23-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10-dbgsym_10.23-9.pgdg+1_arm64.deb
Size: 169468
SHA256: 93b01fd2ccd6d29dc10e064890c3929a7326dede6a27fdd83291d8a91e3de52b
SHA1: c974ddbf050096e076637124fbbec811e83d5a00
MD5sum: b0dfeb7ab33b167ab5a91abed58acacd
Description: debug symbols for postgresql-plpython3-10
Build-Ids: 2b8ee5429df4f2a17efa7e32970caf2a8c0a53e7 920c0d76f927589c84aec599bac9bfa08b0f17ec ea2e30f08441c7ca6cfd92e257a5eba14377ee20
Timestamp: 2025-09-11 10:29:58+00

Package: postgresql-pltcl-10
Source: postgresql-10
Version: 10.23-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: postgresql-10 (= 10.23-9.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10_10.23-9.pgdg+1_arm64.deb
Size: 37712
SHA256: 8df3d8c0fe86b2484bff86cc2aa81140a7d998a7944a4dbfef946f195294d0f5
SHA1: c4a277f233ff2ef0c8020d8936ebc3724e9241bc
MD5sum: 1c4cecebf3039a30b3efc6372becd91f
Description: PL/Tcl procedural language for PostgreSQL 10
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Tcl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-11 10:29:58+00

Package: postgresql-pltcl-10-dbgsym
Source: postgresql-10
Version: 10.23-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-pltcl-10 (= 10.23-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10-dbgsym_10.23-9.pgdg+1_arm64.deb
Size: 65980
SHA256: 6f5b765a8498371e8a785d2ead2df70a8f5812cb1e85cc391cf5865b70fa4610
SHA1: 622d972e2d4ad34c0026b610ff523d9559b62396
MD5sum: f445192f3934aef929b735f9139c311c
Description: debug symbols for postgresql-pltcl-10
Build-Ids: a7c85ee9a1d6eb760a2420fef01d8f80f178b504
Timestamp: 2025-09-11 10:29:58+00

Package: postgresql-server-dev-10
Source: postgresql-10
Version: 10.23-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5547
Depends: libpq-dev (>= 10~~), postgresql-client-10 (= 10.23-9.pgdg+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Replaces: libpq-dev
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-10/postgresql-server-dev-10_10.23-9.pgdg+1_arm64.deb
Size: 947612
SHA256: 98bb43b2e139706bed8998ca16f41d971ae30ff3cc57f3d7f3f145369515b441
SHA1: 086c2baaab5ba8a42966fee0744998d8274f8541
MD5sum: 2687428071a481fe881b5ebb645c9037
Description: development files for PostgreSQL 10 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.
Timestamp: 2025-09-11 10:29:58+00

Package: postgresql-18-squeeze
Source: pg-squeeze
Version: 1.9.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 347
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-18-squeeze_1.9.1-1.pgdg+1_arm64.deb
Size: 123956
SHA256: 227ae0897b89ba75f762a71edd62846425e56aa55ee80a7c464aa3d29dfa2586
SHA1: 8b6ea005cebd4cfb2dbccac41ea9bb677c850514
MD5sum: 76c8a207f0792b8ac694c8f1422330aa
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2025-09-15 15:37:07+00

Package: barman
Version: 3.15.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 105
Depends: python3-barman (= 3.15.0-1.pgdg+1), python3-pkg-resources, adduser, file, rsync, python3:any
Recommends: openssh-server, openssh-client, postgresql-client
Suggests: barman-cli, repmgr
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman_3.15.0-1.pgdg+1_all.deb
Size: 70936
SHA256: 160748efca18f554913a118506beb027c6bffd06942243167eff8963e117a9eb
SHA1: 055c31076d00fdf2979ef207dfd90e16ddfff88a
MD5sum: 9b9768a4a1c5ecfe4353fe95d36ae366
Description: Backup and Recovery Manager for PostgreSQL
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by EDB.
 .
 This package provides barman binary.
Timestamp: 2025-09-12 15:05:17+00

Package: barman-cli
Source: barman
Version: 3.15.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 62
Depends: python3-barman (= 3.15.0-1.pgdg+1), python3-pkg-resources, rsync, python3:any
Recommends: openssh-client
Suggests: barman-cli-cloud
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli_3.15.0-1.pgdg+1_all.deb
Size: 42368
SHA256: 87265adf27b76d25171dea43d86e29ee8a5d20767970bee8387a5a0eb08aa21a
SHA1: 54f2d0598d633727884d8d273aa5a15b1c1a7339
MD5sum: 46b326a437b367c8c85940bd98285e56
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 organization 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 EDB.
Timestamp: 2025-09-12 15:05:17+00

Package: barman-cli-cloud
Source: barman
Version: 3.15.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 45
Depends: python3-barman (= 3.15.0-1.pgdg+1), python3-pkg-resources, rsync, python3:any, python3-boto3
Breaks: barman-cli (<< 2.10-3~~)
Replaces: barman-cli (<< 2.10-3~~)
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli-cloud_3.15.0-1.pgdg+1_all.deb
Size: 25720
SHA256: 0b0453f1b9b919ac93f9a211a097d1e16c71c17cc6c090c2956906840bb018c6
SHA1: 440fb63a91de47bc8e54bae60f1303edacb61618
MD5sum: 30f9f88e38440286411e3e7c039e3ee5
Description: Cloud 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 organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli-cloud package contains cloud client utilities for the
 integration of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by EDB.
Timestamp: 2025-09-12 15:05:17+00

Package: bucardo
Version: 5.6.0-6.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 992
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: adduser, libboolean-perl, libdbd-pg-perl, libdbix-safe-perl, libpod-parser-perl (>= 1.63), perl:any
Recommends: postgresql-plperl
Homepage: https://bucardo.org/
Priority: optional
Section: database
Filename: pool/main/b/bucardo/bucardo_5.6.0-6.pgdg+1_all.deb
Size: 208500
SHA256: 5c70aae9df3b99c57386dfd656b1c672c3fd3b192bb6b003dca3bfbeb392223b
SHA1: 22fc0945ec1075992d6d3e8b9b21838544694e35
MD5sum: 67d32b12844e9db2bda48368cb7bd82f
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.
Timestamp: 2025-09-12 15:05:17+00

Package: libgvm22t64
Source: gvm-libs
Version: 22.24.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 778
Depends: libc6 (>= 2.38), libcjson1 (>= 1.7.5), libcrypt1 (>= 1:4.1.0), libcurl3t64-gnutls (>= 7.83.0), libgcrypt20 (>= 1.11.1), libglib2.0-0t64 (>= 2.76.0), libgnutls30t64 (>= 3.8.1), libgpgme11t64 (>= 1.23.2), libhiredis1.1.0 (>= 1.2.0), libldap2 (>= 2.6.2), libnet1 (>= 1.1.2.1), libpaho-mqtt1.3 (>= 1.3.0), libpcap0.8t64 (>= 0.9.8), libradcli4 (>= 1.2.11), libssh-4 (>= 0.8.0), libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), zlib1g (>= 1:1.2.3.3)
Conflicts: libopenvas9
Breaks: libgvm22 (<< 22.24.0-1.pgdg+1)
Replaces: libgvm22, libopenvas9
Provides: libgvm22 (= 22.24.0-1.pgdg+1)
Multi-Arch: same
Homepage: https://www.greenbone.net/
Priority: optional
Section: libs
Filename: pool/main/g/gvm-libs/libgvm22t64_22.24.0-1.pgdg+1_arm64.deb
Size: 138136
SHA256: 26357457b5f1a1f1ea70cbf87243bfb84526964ab2e04eeb2020599354269547
SHA1: 1b758471aa99a4b1a1af77e6b39b9e2e744097bb
MD5sum: 464f0e167a457573574897a29dd22119
Description: remote network security auditor - shared libraries
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the required shared libraries.
Timestamp: 2025-09-12 15:05:17+00

Package: libgvm22t64-dbgsym
Source: gvm-libs
Version: 22.24.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 595
Depends: libgvm22t64 (= 22.24.0-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/g/gvm-libs/libgvm22t64-dbgsym_22.24.0-1.pgdg+1_arm64.deb
Size: 479736
SHA256: 2732d33b2b8677d01eecd73bc8bb9957873e4583a69bb5b059de22af1094947e
SHA1: 2d6e999771420c89387a404947ea8c9e7c02bc10
MD5sum: 125f560baa8a58217852260ebe4dbae5
Description: debug symbols for libgvm22t64
Build-Ids: 26b76a2a2d19cba7a9f95c32f3d6ae0b9402f5b9 5e21a0a4460f42d52341c454446694daf62ccc4b 61e1a06e1346fa2e07e64ee94bc2d09fd158581c c3b2b897a9c9b877dac21f85d809dd3dada0e0b6 dd4d4df168c7d40cc2ac07baee335b10cd29c8a6 e53c90d2ce6da23cfcb48b1d982a0804f22817fd e7f1d02b43d39653484b93c334ce1fe82eb125e6 fb1de468780719560c320ec0f483d3e0179fcb09
Timestamp: 2025-09-12 15:05:17+00

Package: libgvm-dev
Source: gvm-libs
Version: 22.24.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 178
Depends: libgcrypt-dev, libglib2.0-dev, libgnutls28-dev, libgpgme-dev, libhiredis-dev, libksba-dev, libgvm22t64 (= 22.24.0-1.pgdg+1), libpcap-dev, libssh-dev, uuid-dev, libsnmp-dev
Suggests: libgvm-doc
Homepage: https://www.greenbone.net/
Priority: optional
Section: libdevel
Filename: pool/main/g/gvm-libs/libgvm-dev_22.24.0-1.pgdg+1_arm64.deb
Size: 29464
SHA256: 7eebe04c1fd7ccb7138cf1a41d50524878c4b6b03965166c1ac5bf876ab28798
SHA1: 9ac176b1bb9b4f954e2034e2b85a828b136d607c
MD5sum: fbcf6273f0d5254388c8c5db46a4aa21
Description: remote network security auditor - static libraries and headers
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the required static libraries and headers.
Timestamp: 2025-09-12 15:05:17+00

Package: libgvm-doc
Source: gvm-libs
Version: 22.24.0-1.pgdg+1
Architecture: all
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 10765
Homepage: https://www.greenbone.net/
Priority: optional
Section: doc
Filename: pool/main/g/gvm-libs/libgvm-doc_22.24.0-1.pgdg+1_all.deb
Size: 630440
SHA256: a6be8c8bd8ce6835ffbf3d308bd6fadcaaaeae186f92c9a7c81a95b91526527f
SHA1: c20a35bd62edeee92e40830cb044a5febb99f63f
MD5sum: 384eda87d83094d10d4a96328e6e40cf
Description: remote network security auditor - libraries documentation
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the doxygen generated HTML documentation for the
 libraries.
Timestamp: 2025-09-12 15:05:17+00

Package: python3-barman
Source: barman
Version: 3.15.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1692
Depends: python3-dateutil, python3-pkg-resources, python3-psycopg2, python3:any, python3-setuptools
Breaks: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Replaces: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Homepage: https://www.pgbarman.org
Priority: optional
Section: python
Filename: pool/main/b/barman/python3-barman_3.15.0-1.pgdg+1_all.deb
Size: 265288
SHA256: fc917627f5e4c0dc0b86bff9eaf421d2ff0448a723915964a8e59d524976b541
SHA1: cd32da0143726561acff29fdda41455da398dd3c
MD5sum: bdbcc893df46c7000588b5881ca3c3a6
Description: Backup and Recovery Manager for PostgreSQL - Python modules
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by EDB.
 .
 This package provides Python 3 modules only.
Timestamp: 2025-09-12 15:05:17+00

Package: pgformatter
Version: 5.8-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 294
Depends: perl:any
Multi-Arch: foreign
Homepage: https://sqlformat.darold.net/
Priority: optional
Section: database
Filename: pool/main/p/pgformatter/pgformatter_5.8-1.pgdg+1_all.deb
Size: 89656
SHA256: ac9027e022d7277ddd1c0e6caf11241af40593a59cb026dac0dfa8ebbb02635d
SHA1: b5ea8378b4728d502e343f27b0d2dee54317ae22
MD5sum: 4c0e2db10141e7fb00b4e01913e656fc
Description: PostgreSQL SQL syntax beautifier
 This SQL formatter/beautifier supports keywords from SQL-92, SQL-99,
 SQL-2003, SQL-2008, SQL-2011 and PostgreSQL specifics keywords. May
 works with any other databases too.
 .
 pgFormatter can work as a console program or as a CGI. pg_format will
 automatically detect its environment and output as text or as HTML
 following the context.
Timestamp: 2025-09-14 11:04:17+00

Package: postgresql-10-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 375
Depends: postgresql-10, libc6 (>= 2.38)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-10-roaringbitmap_0.5.5-1.pgdg+1_arm64.deb
Size: 118012
SHA256: 79c62cb9a1c0761099940813ecb9840508aa42b90ff0bb8c2122de09019d84ac
SHA1: 35eb044905b0376845bc18b8e2736c13467e2f3e
MD5sum: b964f1f61fcb29816cb890266f3577d8
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2025-09-15 15:37:07+00

Package: postgresql-10-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 531
Depends: postgresql-10-roaringbitmap (= 0.5.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-10-roaringbitmap-dbgsym_0.5.5-1.pgdg+1_arm64.deb
Size: 493660
SHA256: b6ae2da6d22d653493a60d38eea3a999d8dd05d63f1e4d4420498ce27cd660c5
SHA1: f4b84d08e46d046e0e8810ff42e9fcb116db61a2
MD5sum: 5cec3051354145d861f58307f36a9719
Description: debug symbols for postgresql-10-roaringbitmap
Build-Ids: 717a2b6bc6b2b665e88ead0a3db6c082974a7800
Timestamp: 2025-09-15 15:37:07+00

Package: postgresql-11-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 375
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-11-roaringbitmap_0.5.5-1.pgdg+1_arm64.deb
Size: 118028
SHA256: ad24e67785c90170190887f92bb1c84ca3c2451b56e56ef53acaf0235a3f512d
SHA1: 57345cc8871f3ab8fede19138214e62d94e4311c
MD5sum: fe8758f1ae24e8d713c79f88f3e05c71
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2025-09-15 15:37:07+00

Package: postgresql-11-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 530
Depends: postgresql-11-roaringbitmap (= 0.5.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-11-roaringbitmap-dbgsym_0.5.5-1.pgdg+1_arm64.deb
Size: 492164
SHA256: 856c98fb3af1a2bab78ae17a851399b69c53fa5191b8072f561b77fdd7d7c29e
SHA1: c7c8b050743a8b84c7a640e34bf3df3221ebaf48
MD5sum: a8987d3c09302ec7633e8946c012aa96
Description: debug symbols for postgresql-11-roaringbitmap
Build-Ids: d171cf17e1c8f86d949ac0d9708c4fc91780604b
Timestamp: 2025-09-15 15:37:07+00

Package: postgresql-12-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 941
Depends: postgresql-12, libc6 (>= 2.38)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-12-roaringbitmap_0.5.5-1.pgdg+1_arm64.deb
Size: 402952
SHA256: a7bbe0817aae621842066aa54ec9b5f7b7b877435ad0027d87953f6f3ec8041f
SHA1: a7de5d67cf850160cb93a09d5643bed991e2c69d
MD5sum: e91dbab43b20dbd0479a891a9cc43bd5
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2025-09-15 15:37:07+00

Package: postgresql-12-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 529
Depends: postgresql-12-roaringbitmap (= 0.5.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-12-roaringbitmap-dbgsym_0.5.5-1.pgdg+1_arm64.deb
Size: 491400
SHA256: e54a82f434c38b921af1a61e3c90bfaad82b8c21d2fde940ca960752a53bf924
SHA1: a92284d056c50fe177ebce45e0ded4ea11b6a0d9
MD5sum: d916bd898244b845545239b30878aa00
Description: debug symbols for postgresql-12-roaringbitmap
Build-Ids: 8ee7de7d52d228e5b7a8c45e492618f74bef5111
Timestamp: 2025-09-15 15:37:07+00

Package: postgresql-13-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1004
Depends: postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-13-roaringbitmap_0.5.5-1.pgdg+1_arm64.deb
Size: 402892
SHA256: 2a1eab59b182fcce6eaa67521f63479460d6931024e507175887d77c13dc5d93
SHA1: 8e5dfea0be48eef82e108f7c86fb78497637ddc2
MD5sum: a10630782b32fb0bd57e91510b5146f5
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2025-09-15 15:37:07+00

Package: postgresql-13-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 527
Depends: postgresql-13-roaringbitmap (= 0.5.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-13-roaringbitmap-dbgsym_0.5.5-1.pgdg+1_arm64.deb
Size: 489808
SHA256: 79b0b7d6b3154e3676a0bb7ad7c4d3fffdf4e039ccb19526c77a593d8c29fa36
SHA1: e3dab7dfd29406ee0dca1cd0531f8ae0d8654400
MD5sum: 23e64e8c22fdc2e4d08de1ba93d7ab2c
Description: debug symbols for postgresql-13-roaringbitmap
Build-Ids: 184be615d17463a3250dbd1097ed7acefa2ddffe
Timestamp: 2025-09-15 15:37:07+00

Package: postgresql-13-squeeze
Source: pg-squeeze
Version: 1.9.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 345
Depends: postgresql-13, libc6 (>= 2.38)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-13-squeeze_1.9.1-1.pgdg+1_arm64.deb
Size: 123444
SHA256: f4082ee3c272188636d245e36e5b6ac9ffb35521dabe937f38ceb04cf4da9331
SHA1: e0694c2a3a5e49eff352ecc76513c48f43965b16
MD5sum: 8e7970953fd66db3e3039b140c540916
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2025-09-15 15:37:07+00

Package: postgresql-13-squeeze-dbgsym
Source: pg-squeeze
Version: 1.9.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: postgresql-13-squeeze (= 1.9.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-13-squeeze-dbgsym_1.9.1-1.pgdg+1_arm64.deb
Size: 140764
SHA256: 54d02c6950d227fa509f4215d48735964cd28780c3addfc91f35fecac45f23b5
SHA1: 5fbe4d82624d816c8b048d61959355c07980d496
MD5sum: 10299f1fdaef96f53bd818052bd9ea3d
Description: debug symbols for postgresql-13-squeeze
Build-Ids: e38e8475cebdf3becdade94a881012f7870ef07a
Timestamp: 2025-09-15 15:37:07+00

Package: postgresql-14-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1006
Depends: postgresql-14, libc6 (>= 2.38)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-14-roaringbitmap_0.5.5-1.pgdg+1_arm64.deb
Size: 403828
SHA256: 93d66d20c876eae3a289c996bf816225ccd0567da421b8cc5a1b619c15c8b0d5
SHA1: f718b10c2031bea4605b40d933532c93e7443c76
MD5sum: 6dfb75a62097aa685d779fc0c796d0d6
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2025-09-15 15:37:07+00

Package: postgresql-14-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 528
Depends: postgresql-14-roaringbitmap (= 0.5.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-14-roaringbitmap-dbgsym_0.5.5-1.pgdg+1_arm64.deb
Size: 490520
SHA256: 7c1c054a3bd0cdcba47f4232e0884a17e7d55e692a6dd3b347f98fd7e2bc3da4
SHA1: 6055643d7e17c430e66a49d74402bcfa6a3e0bef
MD5sum: ffde5c203131c1fbbf596c8b7f40d261
Description: debug symbols for postgresql-14-roaringbitmap
Build-Ids: 71cb55b4f7e94809eca8befebf92c15aa45c4065
Timestamp: 2025-09-15 15:37:07+00

Package: postgresql-14-squeeze
Source: pg-squeeze
Version: 1.9.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 347
Depends: postgresql-14, libc6 (>= 2.38)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-14-squeeze_1.9.1-1.pgdg+1_arm64.deb
Size: 124112
SHA256: 99289f7c8d686a1b58f454625c5e56063c1622cc6c1e0b68adc4f843e6dd2856
SHA1: ea882dbf641428bb5bf3a41dc40bb362bd6af832
MD5sum: 2c257ec759edeb348598191b4713b046
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2025-09-15 15:37:07+00

Package: postgresql-14-squeeze-dbgsym
Source: pg-squeeze
Version: 1.9.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: postgresql-14-squeeze (= 1.9.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-14-squeeze-dbgsym_1.9.1-1.pgdg+1_arm64.deb
Size: 147288
SHA256: d4e8b95e40ad42122e003b484308334964b84322ecf9d0832a7d02a1a54633f0
SHA1: 0212fee0bf022e5a8159620fa4ea88838b2b8f82
MD5sum: 558f2397e9d6751298811e3f5088d777
Description: debug symbols for postgresql-14-squeeze
Build-Ids: 12bef91d6c400e7cc1bee3457a3c9cb76b5be4a7
Timestamp: 2025-09-15 15:37:07+00

Package: postgresql-15-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1006
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-15-roaringbitmap_0.5.5-1.pgdg+1_arm64.deb
Size: 403200
SHA256: 2b2cd441045d41fadce5da1a6796976a6edfe27af2dcef9dc18d9f18ad28c753
SHA1: 6f9754bb48e38c43e0dae153e4111041515d2487
MD5sum: f0879225194da3f5683f6f134b038972
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2025-09-15 15:37:07+00

Package: postgresql-15-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 528
Depends: postgresql-15-roaringbitmap (= 0.5.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-15-roaringbitmap-dbgsym_0.5.5-1.pgdg+1_arm64.deb
Size: 490736
SHA256: 37389f2643a82e6cb61d8c0cacc292f3d4a0076039c8faa7a0843417577dbe2e
SHA1: 2b11fc9c0030e27b42886bdab162ec3b5dd7a864
MD5sum: 69a9c06f572dfb67314154bc112553e3
Description: debug symbols for postgresql-15-roaringbitmap
Build-Ids: b74c57effc2a2408c4f0cd6227a64592e392da66
Timestamp: 2025-09-15 15:37:07+00

Package: postgresql-15-squeeze
Source: pg-squeeze
Version: 1.9.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 347
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-15-squeeze_1.9.1-1.pgdg+1_arm64.deb
Size: 123980
SHA256: 07f5fae10e6659d38b9f7b4038571be48b79545ddcaa39f49e20a338a6c7f456
SHA1: 2e4be4a83398d901338707338ad1b23d71f62e0a
MD5sum: 33d275b9920d7fbb8d73e7d38ca8854d
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2025-09-15 15:37:07+00

Package: postgresql-15-squeeze-dbgsym
Source: pg-squeeze
Version: 1.9.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 174
Depends: postgresql-15-squeeze (= 1.9.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-15-squeeze-dbgsym_1.9.1-1.pgdg+1_arm64.deb
Size: 148716
SHA256: 6210279f2dce27c9c69fffaa96ce102ca858ab1e49e05b20e3b646d174980d82
SHA1: 99cfc880e8673394f10671126bece5ad693c4c01
MD5sum: 54982309a319ef5ff5e4c5655b1eb9f5
Description: debug symbols for postgresql-15-squeeze
Build-Ids: d47fcc048b8943174d1557303cab02e0f41efd1d
Timestamp: 2025-09-15 15:37:07+00

Package: postgresql-16-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 942
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-16-roaringbitmap_0.5.5-1.pgdg+1_arm64.deb
Size: 401612
SHA256: 4887f2f3e31bfaafe1aa2bd7fdd3e4db5a6edb9bb4c7264f9888d13ed7f9bede
SHA1: 76260af3ddb1e911e1e80560cb2d06b5d1137a0c
MD5sum: ab05ece02913b87056592389828f2e52
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2025-09-15 15:37:07+00

Package: postgresql-16-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 609
Depends: postgresql-16-roaringbitmap (= 0.5.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-16-roaringbitmap-dbgsym_0.5.5-1.pgdg+1_arm64.deb
Size: 573048
SHA256: f7a00170c8fd3693cf0be164172b324c1871e7dc2ae926108fb2053a347cb075
SHA1: 8b73ab70e1d7ce23337dca7905d17e383b2eab57
MD5sum: 8f3c9b0ab5d136f6465f85b13046ad80
Description: debug symbols for postgresql-16-roaringbitmap
Build-Ids: 66f550c1709d43e5f96fe3d9d8626d73ad85bc01
Timestamp: 2025-09-15 15:37:07+00

Package: postgresql-16-squeeze
Source: pg-squeeze
Version: 1.9.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 347
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-16-squeeze_1.9.1-1.pgdg+1_arm64.deb
Size: 123568
SHA256: 82cea16ef8548a3422313cd808eefaf2f4ecb2ad490aaf9681f8ea6018e25bac
SHA1: 16d7a948f1aca0a7616608efbd85ccb1f1d9a490
MD5sum: cb0ce3ee8573eb618720810efbf705fe
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2025-09-15 15:37:07+00

Package: postgresql-16-squeeze-dbgsym
Source: pg-squeeze
Version: 1.9.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-16-squeeze (= 1.9.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-16-squeeze-dbgsym_1.9.1-1.pgdg+1_arm64.deb
Size: 154356
SHA256: c83da2af8cce7e089ee448b73d801e75d43c6ae507caa0f5cf7d3219b8c497d3
SHA1: 70d0060a64e47e5b3aaa3ce497fb7afbaa0b899c
MD5sum: a2d38b1dcd239cc04dc1baa59b817a19
Description: debug symbols for postgresql-16-squeeze
Build-Ids: 828792e5e3816fbd5bcd33025e8ec5c65813f33e
Timestamp: 2025-09-15 15:37:07+00

Package: postgresql-17-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 942
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-17-roaringbitmap_0.5.5-1.pgdg+1_arm64.deb
Size: 401536
SHA256: 00bea88d5be27946f217fd2f31657eba3fc5ec9bd5a58e54bde7f7174d9fa55b
SHA1: 5d3ece37745e367d109acb495031addcd39d852b
MD5sum: 21fc2b0be6c199f896f2e5be4bc8d53d
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2025-09-15 15:37:07+00

Package: postgresql-17-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 610
Depends: postgresql-17-roaringbitmap (= 0.5.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-17-roaringbitmap-dbgsym_0.5.5-1.pgdg+1_arm64.deb
Size: 573872
SHA256: 822aa5953a9673ff100567099f905960ae7e67927faaf3a318f815baaf9017dc
SHA1: 42ad9369bee98b91c18d950a7760b0e9b5160063
MD5sum: c82cf73a131146db1f1542f569028f07
Description: debug symbols for postgresql-17-roaringbitmap
Build-Ids: 1d3d5d7e9ad7683a6dfb33fb73806f5739de34ec
Timestamp: 2025-09-15 15:37:07+00

Package: postgresql-17-squeeze
Source: pg-squeeze
Version: 1.9.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 347
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-17-squeeze_1.9.1-1.pgdg+1_arm64.deb
Size: 123540
SHA256: 4efc70aca2544047dcc8af7acc87cb1afd43333f0f0cba4d5a411b285dadbfa0
SHA1: 11f70a004ee838c6392cdf637b69fbb662e72f54
MD5sum: f0ac595d2c3aa28cc64264140d224b7e
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2025-09-15 15:37:07+00

Package: postgresql-17-squeeze-dbgsym
Source: pg-squeeze
Version: 1.9.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-17-squeeze (= 1.9.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-17-squeeze-dbgsym_1.9.1-1.pgdg+1_arm64.deb
Size: 159812
SHA256: 8451ad64bfe7c46d9dafbc7a754ba7b9f52ccdc73ea562c0381b7bd24ca01ff6
SHA1: 92353177b81d7b8321be58f2f0966fc82a5a80de
MD5sum: ce8e268943f930b726c7028ed4f94b7f
Description: debug symbols for postgresql-17-squeeze
Build-Ids: 0746a7a2d72489f2e30ff25ff4d903abbebfc330
Timestamp: 2025-09-15 15:37:07+00

Package: postgresql-18-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 942
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-18-roaringbitmap_0.5.5-1.pgdg+1_arm64.deb
Size: 401620
SHA256: 8667733c12bc780cacc3fffecfd9c57798026676810b22141b47f952546794a8
SHA1: 4472cc446237f796b98043b94f99699973f2c023
MD5sum: a7f72f1fe3b6e5022c46a48214725c4c
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2025-09-15 15:37:07+00

Package: postgresql-18-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 610
Depends: postgresql-18-roaringbitmap (= 0.5.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-18-roaringbitmap-dbgsym_0.5.5-1.pgdg+1_arm64.deb
Size: 573876
SHA256: b5b26ca6940c4c8831bef59b8f7a63f9d71ca0db770c75fbd93548d1fe02e9d4
SHA1: 1dc4f6d72f7889bb356016f7f7c9823da3c4f657
MD5sum: d8b50a204c9463642489980ef5174a40
Description: debug symbols for postgresql-18-roaringbitmap
Build-Ids: 8821f696f4e9b7947a3d5bd5fb95b5291cf8d8aa
Timestamp: 2025-09-15 15:37:07+00

Package: postgresql-18-squeeze-dbgsym
Source: pg-squeeze
Version: 1.9.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 188
Depends: postgresql-18-squeeze (= 1.9.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-18-squeeze-dbgsym_1.9.1-1.pgdg+1_arm64.deb
Size: 163800
SHA256: ece4c59cc34b4dd77dd403b1d3972b5e6b14dd75dcaae21456223ed8c361a746
SHA1: c30e7451f2033146475734933cbd40fe10c3f07c
MD5sum: 509108923bfba601cc00dd23ba2665da
Description: debug symbols for postgresql-18-squeeze
Build-Ids: e3cd0baa88952dd36716f50e0639ada0e82e4541
Timestamp: 2025-09-15 15:37:07+00

Package: postgresql-10-cron
Source: pg-cron
Version: 1.6.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: postgresql-10, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-10-cron_1.6.7-1.pgdg+1_arm64.deb
Size: 35092
SHA256: 485b48c5943b169ac7348ac6e4bc737927f7e3acba35152d05ff1855bc5a9512
SHA1: a6ee9c016b6ad4b500a43491eabbd6b1cbdd56e6
MD5sum: d0dbebac9f274e9eb391f9cf43e757bf
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2025-09-19 11:48:18+00

Package: postgresql-10-cron-dbgsym
Source: pg-cron
Version: 1.6.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-10-cron (= 1.6.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-10-cron-dbgsym_1.6.7-1.pgdg+1_arm64.deb
Size: 94484
SHA256: 31a2888e4fa199f9f4ae57aeb3e5cb08787076e878ce5746ed170907f0c67e70
SHA1: a6cd648943bf6e651fa908caff77e688c443c5a0
MD5sum: 145bfb6dd5e80b826433fea602f68894
Description: debug symbols for postgresql-10-cron
Build-Ids: 052557bc32b8ecd561ccd032b9065825799e97a6
Timestamp: 2025-09-19 11:48:18+00

Package: postgresql-11-cron
Source: pg-cron
Version: 1.6.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: postgresql-11, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-11-cron_1.6.7-1.pgdg+1_arm64.deb
Size: 35168
SHA256: fbb454042f0120b057e496feb56dee93500edc65fb3e97efaa56c173c1009939
SHA1: f3dcbe1472a373059bcb3127516bf50f823eda0b
MD5sum: cdf163abb8a4f1136c0bebe779d3c4a6
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2025-09-19 11:48:18+00

Package: postgresql-11-cron-dbgsym
Source: pg-cron
Version: 1.6.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-11-cron (= 1.6.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-11-cron-dbgsym_1.6.7-1.pgdg+1_arm64.deb
Size: 96384
SHA256: f72902962574a05ced7998dcaf4447d658b9fef346d5cc6dcdc28cc25d16668c
SHA1: 9120bba7f179529576d2553b15e5e2aba4b5d4e9
MD5sum: 1259b3080ee2a3feaa13f81ebb6bd59e
Description: debug symbols for postgresql-11-cron
Build-Ids: 07c268c65da345b576f4ca7b70e97b9cc4cb6b36
Timestamp: 2025-09-19 11:48:18+00

Package: postgresql-12-cron
Source: pg-cron
Version: 1.6.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 290
Depends: postgresql-12, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-12-cron_1.6.7-1.pgdg+1_arm64.deb
Size: 93596
SHA256: faf7cc92f6fdbe035e19c019300be190c7d37f75184e4cc53e3d766bbbe6402a
SHA1: a2a36695d78bb857e6dc627db874a9c66fcc2515
MD5sum: 17829665c4f5a9709d6e8f9509aab4e8
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2025-09-19 11:48:18+00

Package: postgresql-12-cron-dbgsym
Source: pg-cron
Version: 1.6.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-12-cron (= 1.6.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-12-cron-dbgsym_1.6.7-1.pgdg+1_arm64.deb
Size: 104420
SHA256: 34109735f0811ab94faa08157711dcf0a6b88ea1feec7af06aae57523f1991b1
SHA1: fed44c794745a41cd42b7494698cea6da6e5a89b
MD5sum: 6c6120fbb06e88830ce9201140d8eb50
Description: debug symbols for postgresql-12-cron
Build-Ids: 7aaf83678fd0d0cd7ed8037dfc961a44126e8810
Timestamp: 2025-09-19 11:48:18+00

Package: postgresql-13-cron
Source: pg-cron
Version: 1.6.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 291
Depends: postgresql-13, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-13-cron_1.6.7-1.pgdg+1_arm64.deb
Size: 94360
SHA256: d522ab6c21d6815bb30e2682f3df632ac1c6e3c9fc2b54b0aa0a4bea2d7866be
SHA1: 9e082a3d9786af063e6d07656131ba289082315f
MD5sum: 0b8831214ef2873a2fb10779afa679c5
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2025-09-19 11:48:18+00

Package: postgresql-13-cron-dbgsym
Source: pg-cron
Version: 1.6.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-13-cron (= 1.6.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-13-cron-dbgsym_1.6.7-1.pgdg+1_arm64.deb
Size: 108584
SHA256: f64726cb842c7e1cd6e0b0799dcbd47438f4d3a9dbd55ecdd9a55808d4a36dd4
SHA1: e406316c31fb2a7779882b81bb10bb27e13fac16
MD5sum: fa614920237c1fc520d220b9767b9428
Description: debug symbols for postgresql-13-cron
Build-Ids: 0ad51342767e34cc1c6b7049823a59ae9a9dd6cd
Timestamp: 2025-09-19 11:48:18+00

Package: postgresql-13-pg-hint-plan
Source: pg-hint-plan-13
Version: 1.3.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 389
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/ossc-db/pg_hint_plan
Priority: optional
Section: database
Filename: pool/main/p/pg-hint-plan-13/postgresql-13-pg-hint-plan_1.3.11-1.pgdg+1_arm64.deb
Size: 127060
SHA256: 3948c83f895dad6c7737aa21cbeb9052d10b0726406d9cdd7fc6adc758c5f798
SHA1: d3d3312286d43ae1913a883c2a46d81b93b72f8f
MD5sum: 9a7005fcaf7bcc5ffea418bbf3776038
Description: support for optimizer hints in PostgreSQL
 PostgreSQL uses a cost-based optimizer that uses data statistics, not static
 rules. The planner (optimizer) estimates costs of each possible execution
 plans for a SQL statement, then executes the plan with the lowest cost. The
 planner does its best to select the best execution plan, but it is far from
 perfect, since it may not count some data properties, like correlation between
 columns.
 .
 pg_hint_plan makes it possible to tweak PostgreSQL execution plans using
 so-called "hints" in SQL comments, like /*+ SeqScan(a) */.
Timestamp: 2025-09-19 11:48:18+00

Package: postgresql-13-pg-hint-plan-dbgsym
Source: pg-hint-plan-13
Version: 1.3.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-13-pg-hint-plan (= 1.3.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-hint-plan-13/postgresql-13-pg-hint-plan-dbgsym_1.3.11-1.pgdg+1_arm64.deb
Size: 129172
SHA256: b338c55b7c91202fcb6e6482e2deffc51c171bc5893af9b5178cc2ea4a0816b4
SHA1: 864f146e7a2debba300d240dfaa3973cd24ca777
MD5sum: b1354e7a2866bebdf9ab71dc4f093e3a
Description: debug symbols for postgresql-13-pg-hint-plan
Build-Ids: 1dfaccf729e69beb3080b37992336644175ef52f
Timestamp: 2025-09-19 11:48:18+00

Package: postgresql-14-cron
Source: pg-cron
Version: 1.6.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 291
Depends: postgresql-14, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-14-cron_1.6.7-1.pgdg+1_arm64.deb
Size: 94504
SHA256: 6275d18fdc59ce85f47c828a1a718f37846dc2d82215b801c1519feee98f3df2
SHA1: 0699331058766a1f8c96664dc932c00bb3756d89
MD5sum: c5f1deba97ff951c504a479b45dec349
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2025-09-19 11:48:18+00

Package: postgresql-14-cron-dbgsym
Source: pg-cron
Version: 1.6.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-14-cron (= 1.6.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-14-cron-dbgsym_1.6.7-1.pgdg+1_arm64.deb
Size: 111212
SHA256: 1e70f8ef1900291f4f30b7bc62401b2588fb04612ce793dd40b0e5d58d7dcddd
SHA1: 4471d8585c73ffce337e13293892c3d181af51d9
MD5sum: 55b423ec3867c4bdb07258ac237a69d4
Description: debug symbols for postgresql-14-cron
Build-Ids: a45ec83e94b970a0e4c2eedc4f7e81b99bf83c47
Timestamp: 2025-09-19 11:48:18+00

Package: postgresql-14-pg-hint-plan
Source: pg-hint-plan-14
Version: 1.4.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 311
Depends: postgresql-14, libc6 (>= 2.17)
Homepage: https://github.com/ossc-db/pg_hint_plan
Priority: optional
Section: database
Filename: pool/main/p/pg-hint-plan-14/postgresql-14-pg-hint-plan_1.4.4-1.pgdg+1_arm64.deb
Size: 110612
SHA256: 98968f046571794e802b2543e33c0c8a0b9fa8ecf8f5bdf9c6835a3bdfb884ab
SHA1: a5293f9813e97972429b4742f04ac9cc8b825df8
MD5sum: d9d40bcd9785a2f8c40d8e9d76750826
Description: support for optimizer hints in PostgreSQL
 PostgreSQL uses a cost-based optimizer that uses data statistics, not static
 rules. The planner (optimizer) estimates costs of each possible execution
 plans for a SQL statement, then executes the plan with the lowest cost. The
 planner does its best to select the best execution plan, but it is far from
 perfect, since it may not count some data properties, like correlation between
 columns.
 .
 pg_hint_plan makes it possible to tweak PostgreSQL execution plans using
 so-called "hints" in SQL comments, like /*+ SeqScan(a) */.
Timestamp: 2025-09-19 11:48:18+00

Package: postgresql-14-pg-hint-plan-dbgsym
Source: pg-hint-plan-14
Version: 1.4.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-14-pg-hint-plan (= 1.4.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-hint-plan-14/postgresql-14-pg-hint-plan-dbgsym_1.4.4-1.pgdg+1_arm64.deb
Size: 124100
SHA256: 0dd6a2674b680b390073b7338d1ed9a213d81746ec78930ce217d701e071cb99
SHA1: b90502bdd79a9f9814cebe73bd028b2556adb661
MD5sum: 495b9f3329dad13aad71e2020c008206
Description: debug symbols for postgresql-14-pg-hint-plan
Build-Ids: 33fde54b0c48c9eec44f42b18021fc79684950e5
Timestamp: 2025-09-19 11:48:18+00

Package: postgresql-15-cron
Source: pg-cron
Version: 1.6.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 287
Depends: postgresql-15, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-15-cron_1.6.7-1.pgdg+1_arm64.deb
Size: 91680
SHA256: 977d6cf5b13e60748f1f0eb28fd11994d21ed93eaf8f8b88d01eda47d57cbcdf
SHA1: a6e744b7da1a13042c10909fdf889a32567d2af4
MD5sum: 4310264bccfea9d51e738cafba6ce427
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2025-09-19 11:48:18+00

Package: postgresql-15-cron-dbgsym
Source: pg-cron
Version: 1.6.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: postgresql-15-cron (= 1.6.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-15-cron-dbgsym_1.6.7-1.pgdg+1_arm64.deb
Size: 114108
SHA256: 7a4d5a496a65bfb1c5e1edbfc850261641a32ba6604001eee8b525c666781fb3
SHA1: 142cabf84015dbb4f38d7a2d1779ad6aa0681706
MD5sum: 34cd966d7c3b40c626cc061a48a9c7ef
Description: debug symbols for postgresql-15-cron
Build-Ids: 5363dcd6416d87ec538600e181fb8571f2fcd27f
Timestamp: 2025-09-19 11:48:18+00

Package: postgresql-15-pg-hint-plan
Source: pg-hint-plan-15
Version: 1.5.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 316
Depends: postgresql-15, libc6 (>= 2.17)
Homepage: https://github.com/ossc-db/pg_hint_plan
Priority: optional
Section: database
Filename: pool/main/p/pg-hint-plan-15/postgresql-15-pg-hint-plan_1.5.3-1.pgdg+1_arm64.deb
Size: 110876
SHA256: f58047ea4748262b7a009304712bba679a1dc7c0632cee3b1249f2ad3c012d63
SHA1: 9f5cc489f85fd47b624c64f940afef50747c2330
MD5sum: b37cb802e17540d9de513e5e5fa4eb47
Description: support for optimizer hints in PostgreSQL
 PostgreSQL uses a cost-based optimizer that uses data statistics, not static
 rules. The planner (optimizer) estimates costs of each possible execution
 plans for a SQL statement, then executes the plan with the lowest cost. The
 planner does its best to select the best execution plan, but it is far from
 perfect, since it may not count some data properties, like correlation between
 columns.
 .
 pg_hint_plan makes it possible to tweak PostgreSQL execution plans using
 so-called "hints" in SQL comments, like /*+ SeqScan(a) */.
Timestamp: 2025-09-19 11:48:18+00

Package: postgresql-15-pg-hint-plan-dbgsym
Source: pg-hint-plan-15
Version: 1.5.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-15-pg-hint-plan (= 1.5.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-hint-plan-15/postgresql-15-pg-hint-plan-dbgsym_1.5.3-1.pgdg+1_arm64.deb
Size: 124992
SHA256: 9f83b785a09518ac821349ed9a3f7df31072ea7276afacba2a8da03a1bb2ae5a
SHA1: 4c1a35a63876f99009c2d8bed91743c1e36ca76d
MD5sum: e6a4d789c3e68db3db577b6362b489ab
Description: debug symbols for postgresql-15-pg-hint-plan
Build-Ids: b8a4004b53a0d027e4e7087d2bf34d17aea723a5
Timestamp: 2025-09-19 11:48:18+00

Package: postgresql-16-age
Version: 1.6.0~rc0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2041
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/apache/age
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16-age/postgresql-16-age_1.6.0~rc0-1.pgdg+1_arm64.deb
Size: 717560
SHA256: e2ac51f5e8c639936a2f9f4cd660abc230dc25c0a9bdb6fb9750692a8e38e3d8
SHA1: d71651baf4f9427c84d40a2d4c0d9d7ff4a97dd4
MD5sum: fea16fe586ac860522c7b806d7014a56
Description: Graph database optimized for fast analysis and real-time data processing
 Apache AGE is an extension for PostgreSQL that enables users to leverage a
 graph database on top of the existing relational databases. AGE is an acronym
 for A Graph Extension and is inspired by Bitnine's AgensGraph, a multi-model
 database fork of PostgreSQL. The basic principle of the project is to create a
 single storage that handles both the relational and graph data model so that
 the users can use the standard ANSI SQL along with openCypher, one of the most
 popular graph query languages today.
 .
 This package contains Apache AGE for PostgreSQL 16.
Timestamp: 2025-09-19 11:48:18+00

Package: postgresql-16-age-dbgsym
Source: postgresql-16-age
Version: 1.6.0~rc0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 812
Depends: postgresql-16-age (= 1.6.0~rc0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16-age/postgresql-16-age-dbgsym_1.6.0~rc0-1.pgdg+1_arm64.deb
Size: 745824
SHA256: bf4bc8488e4c6741875edecc3459cefcb54643840195ac7c20c76fdfee2eba3f
SHA1: a853410343913eac9ed1145bc9479dcaff013646
MD5sum: d3a355f5f3e4dcfc7d1c4a985c476ca6
Description: debug symbols for postgresql-16-age
Build-Ids: 10bce29dacfa18c3d797eb82ade876baa643f909
Timestamp: 2025-09-19 11:48:18+00

Package: postgresql-16-cron
Source: pg-cron
Version: 1.6.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 223
Depends: postgresql-16, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-16-cron_1.6.7-1.pgdg+1_arm64.deb
Size: 91008
SHA256: dc2bcca449094a3715e227ab0b5ad7c1ce7cd27782be375fa274e9c042d4b38c
SHA1: 6e030fbbb2b4331e135973c8934ecc873951c976
MD5sum: 08d664779487433aeab05a849eb569cd
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2025-09-19 11:48:18+00

Package: postgresql-16-cron-dbgsym
Source: pg-cron
Version: 1.6.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 142
Depends: postgresql-16-cron (= 1.6.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-16-cron-dbgsym_1.6.7-1.pgdg+1_arm64.deb
Size: 122068
SHA256: ba48bf91826f4bbc1b993376ea1ad3d2d714d710a1de2f4f0673e39301f5d77f
SHA1: 0121e6be7f50be09c9e442f840416e7cf77c0b21
MD5sum: 930602c7f509ba25f4faf6b737ebeac6
Description: debug symbols for postgresql-16-cron
Build-Ids: f7299809b9e74762d4a6b3610431ee56a0f1697d
Timestamp: 2025-09-19 11:48:18+00

Package: postgresql-16-pg-hint-plan
Source: pg-hint-plan-16
Version: 1.6.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 319
Depends: postgresql-16, libc6 (>= 2.17)
Homepage: https://github.com/ossc-db/pg_hint_plan
Priority: optional
Section: database
Filename: pool/main/p/pg-hint-plan-16/postgresql-16-pg-hint-plan_1.6.2-1.pgdg+1_arm64.deb
Size: 110924
SHA256: 95500481693652f9e0eb76184e99b93fe22538e396329988dc1ef6afe0cffbe6
SHA1: cbe2775635181b260e6a39fa2b57c49d8be2ff61
MD5sum: bc649db3ba2eab918d513c4a2f49b19e
Description: support for optimizer hints in PostgreSQL
 PostgreSQL uses a cost-based optimizer that uses data statistics, not static
 rules. The planner (optimizer) estimates costs of each possible execution
 plans for a SQL statement, then executes the plan with the lowest cost. The
 planner does its best to select the best execution plan, but it is far from
 perfect, since it may not count some data properties, like correlation between
 columns.
 .
 pg_hint_plan makes it possible to tweak PostgreSQL execution plans using
 so-called "hints" in SQL comments, like /*+ SeqScan(a) */.
Timestamp: 2025-09-19 11:48:18+00

Package: postgresql-16-pg-hint-plan-dbgsym
Source: pg-hint-plan-16
Version: 1.6.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 147
Depends: postgresql-16-pg-hint-plan (= 1.6.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-hint-plan-16/postgresql-16-pg-hint-plan-dbgsym_1.6.2-1.pgdg+1_arm64.deb
Size: 126836
SHA256: bdfee8eeee31d67561f8da22b1c3ffaf9609eb3ed3ef87f9e5f919f0ff667235
SHA1: 74259ec6e2a2c3f108829754639a63cdfa99f671
MD5sum: df4ac2f983afec88d7a79c49dc344cbf
Description: debug symbols for postgresql-16-pg-hint-plan
Build-Ids: 0fa0761c972532e02e10d06cf9a108ee64250cda
Timestamp: 2025-09-19 11:48:18+00

Package: postgresql-17-age
Source: postgresql-16-age
Version: 1.6.0~rc0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2038
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/apache/age
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16-age/postgresql-17-age_1.6.0~rc0-1.pgdg+1_arm64.deb
Size: 718440
SHA256: 6cb196fa483a5a8aef2b52296eb50d6bb53cc36a3cf6d7921caf13c9896372c4
SHA1: ac7934d6ad346553fc01dd9d2b507fd366aef623
MD5sum: 12e7ecbb03050e3d1569717bfe2161cb
Description: Graph database optimized for fast analysis and real-time data processing
 Apache AGE is an extension for PostgreSQL that enables users to leverage a
 graph database on top of the existing relational databases. AGE is an acronym
 for A Graph Extension and is inspired by Bitnine's AgensGraph, a multi-model
 database fork of PostgreSQL. The basic principle of the project is to create a
 single storage that handles both the relational and graph data model so that
 the users can use the standard ANSI SQL along with openCypher, one of the most
 popular graph query languages today.
 .
 This package contains Apache AGE for PostgreSQL 17.
Timestamp: 2025-09-19 11:48:18+00

Package: postgresql-17-age-dbgsym
Source: postgresql-16-age
Version: 1.6.0~rc0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 846
Depends: postgresql-17-age (= 1.6.0~rc0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16-age/postgresql-17-age-dbgsym_1.6.0~rc0-1.pgdg+1_arm64.deb
Size: 779972
SHA256: 6bcfd3de997adf58d08ea7c1463cb50219a776bd5837a3851f543b08c1b23d32
SHA1: ce52b946dbf46b5f084dfb2f60288e60cad9c200
MD5sum: 5e8d33f1b6fa861828509a3a47a016ac
Description: debug symbols for postgresql-17-age
Build-Ids: 0117de3f0bd2bb42709ce845b82b9cea725b673f
Timestamp: 2025-09-19 11:48:18+00

Package: postgresql-17-cron
Source: pg-cron
Version: 1.6.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 223
Depends: postgresql-17, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-17-cron_1.6.7-1.pgdg+1_arm64.deb
Size: 90972
SHA256: 1bce9982ae608376bf20bf8aa743c62d1ed633a10eca1df1a639a2dd322f6d73
SHA1: c09c2c9cc0f1c38218337fb7538a77df80891663
MD5sum: a41d827921f373fa41df59ab8808d158
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2025-09-19 11:48:18+00

Package: postgresql-17-cron-dbgsym
Source: pg-cron
Version: 1.6.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-17-cron (= 1.6.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-17-cron-dbgsym_1.6.7-1.pgdg+1_arm64.deb
Size: 123888
SHA256: e90b60046072fab2029259dcd07b84131eefb9c6dfb7c675ff124b611b98062f
SHA1: 3e60aed0661c6a87fb0a095ba3226259980f3298
MD5sum: c9c21a1747adf8fdb578713cd104222d
Description: debug symbols for postgresql-17-cron
Build-Ids: 55def78870595cee1cc6e258d752a425bd572942
Timestamp: 2025-09-19 11:48:18+00

Package: postgresql-17-pg-hint-plan
Source: pg-hint-plan-17
Version: 1.7.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 355
Depends: postgresql-17, libc6 (>= 2.17)
Homepage: https://github.com/ossc-db/pg_hint_plan
Priority: optional
Section: database
Filename: pool/main/p/pg-hint-plan-17/postgresql-17-pg-hint-plan_1.7.1-1.pgdg+1_arm64.deb
Size: 133944
SHA256: 83e77620a3ba3348d58ab5ea40d8ca4a905002a87d8cfdba6e318a17ee384652
SHA1: 786583a83940c9b9a0f53b8790ad18d1bdbdd37d
MD5sum: 26b7a9e9cd6a9bae8badc51c9675df3c
Description: support for optimizer hints in PostgreSQL
 PostgreSQL uses a cost-based optimizer that uses data statistics, not static
 rules. The planner (optimizer) estimates costs of each possible execution
 plans for a SQL statement, then executes the plan with the lowest cost. The
 planner does its best to select the best execution plan, but it is far from
 perfect, since it may not count some data properties, like correlation between
 columns.
 .
 pg_hint_plan makes it possible to tweak PostgreSQL execution plans using
 so-called "hints" in SQL comments, like /*+ SeqScan(a) */.
Timestamp: 2025-09-19 11:48:18+00

Package: postgresql-17-pg-hint-plan-dbgsym
Source: pg-hint-plan-17
Version: 1.7.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: postgresql-17-pg-hint-plan (= 1.7.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-hint-plan-17/postgresql-17-pg-hint-plan-dbgsym_1.7.1-1.pgdg+1_arm64.deb
Size: 139900
SHA256: 91048db50c9ebf4699417e299ff8fea01908cd0718911fae0b29d69fb9e482f8
SHA1: cd82ebb08d2216973b9ee08e90baaec5ba9fe358
MD5sum: 024957b9d6f52b715dfc94983a742444
Description: debug symbols for postgresql-17-pg-hint-plan
Build-Ids: ba9b0b37320e1510e2d409d74b1ee887c86d08c5
Timestamp: 2025-09-19 11:48:18+00

Package: postgresql-18-cron
Source: pg-cron
Version: 1.6.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 223
Depends: postgresql-18, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-18-cron_1.6.7-1.pgdg+1_arm64.deb
Size: 91068
SHA256: b17455df1c8f2f56852b0295373f4e804d106c0d548cee15f7b0b55e7a77cfc6
SHA1: a8f02ea2ec4fb4fc8ff2e79e801e4fe8266d73d8
MD5sum: dc2e952a0a5f2941d2d2b532794c09d1
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2025-09-19 11:48:18+00

Package: postgresql-18-cron-dbgsym
Source: pg-cron
Version: 1.6.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-18-cron (= 1.6.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-18-cron-dbgsym_1.6.7-1.pgdg+1_arm64.deb
Size: 127972
SHA256: 6061b3d35316710688d363407e481792f8ef7655fcdb5b689067fa2a2bc7f7b2
SHA1: ebfe313eb4cda21aeeb002d6dd5b780d555e4a6d
MD5sum: d26c9ac735e9b0d9435dfe6902c56fc1
Description: debug symbols for postgresql-18-cron
Build-Ids: 5a6c00dab9b2518e1958b182a9f60feffa460901
Timestamp: 2025-09-19 11:48:18+00

Package: postgresql-11-orafce
Source: orafce
Version: 4.14.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 646
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_4.14.5-1.pgdg+1_arm64.deb
Size: 126940
SHA256: 9b4dca8f57f966600615364b32256c2c35b2282e1e674c9c1421125d06124636
SHA1: 733b7a6ea75e6231062c51f76cd9b7f5c166ed2c
MD5sum: bdfa538976fca39daa3bb24b4340985e
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-09-22 15:19:45+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 4.14.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 327
Depends: postgresql-11-orafce (= 4.14.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_4.14.5-1.pgdg+1_arm64.deb
Size: 274076
SHA256: e2402efacb041e9027f5e0e999bd8fa38672cb4d4bf6a6c3b562bd8c3733539c
SHA1: 72d3d02b828900e65da8ef2e8ac7b270f8b0e8eb
MD5sum: a96d4f19f65ea17cb4eb42666856b171
Description: debug symbols for postgresql-11-orafce
Build-Ids: 4c55c095fce6625fedf9f1f44dd88f2c1e66264f
Timestamp: 2025-09-22 15:19:45+00

Package: postgresql-12-orafce
Source: orafce
Version: 4.14.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1242
Depends: postgresql-12, libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_4.14.5-1.pgdg+1_arm64.deb
Size: 376648
SHA256: ae02985575184393774375788d17c5e5277241fc8b8e84a64a1931d0c015ec5f
SHA1: a32c45bf0200c0a4cab7f9fa2fc9bcfad4ec215f
MD5sum: dac5d388a26b0d042c856721f441cdb8
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-09-22 15:19:45+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 4.14.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 332
Depends: postgresql-12-orafce (= 4.14.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_4.14.5-1.pgdg+1_arm64.deb
Size: 279588
SHA256: 0c16947ecdfdd23f632b10eb5288ed6a2e90756b12e3a228b7c1f71157456b10
SHA1: 28864a5bb6c25a73ad585e4a03238508f8168186
MD5sum: 45ad010fd8fa316ebfab44af7a172339
Description: debug symbols for postgresql-12-orafce
Build-Ids: 0ca7017f6901031a9fb55973c19395eba1c726c9
Timestamp: 2025-09-22 15:19:45+00

Package: postgresql-13-orafce
Source: orafce
Version: 4.14.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1239
Depends: postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_4.14.5-1.pgdg+1_arm64.deb
Size: 375804
SHA256: 57fb596ec117b6d2de3deae4312d174a11713c3b6cf53d4b1c0f22f95a2e9fb2
SHA1: 64ee121bfd78ca43b393e3b623d383a0b4561891
MD5sum: 242e70cc69e50a220f9550bd4ffada50
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-09-22 15:19:45+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 4.14.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 338
Depends: postgresql-13-orafce (= 4.14.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_4.14.5-1.pgdg+1_arm64.deb
Size: 286064
SHA256: 60331dd17570e8ebf166becd0e30518b4b5248d58729db57e8b0d40692490ade
SHA1: 9ee5ea3b26fd20f800a5c81da8e6cda7c1498a81
MD5sum: 70787b67fa067ab1f6619d6fc3a09e07
Description: debug symbols for postgresql-13-orafce
Build-Ids: 15c14627a217a320d19a33f31a8f3544124e64c3
Timestamp: 2025-09-22 15:19:45+00

Package: postgresql-14-orafce
Source: orafce
Version: 4.14.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1248
Depends: postgresql-14, libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_4.14.5-1.pgdg+1_arm64.deb
Size: 377180
SHA256: 53b48893a19c67fe47294f1ba79403896586ceebd3832fcd55ecf9036694ebf1
SHA1: d38ce048188e4bc348118fa336edd44a0795d116
MD5sum: 9b6874abf32e1d83115b1a96e6618ce5
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-09-22 15:19:45+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 4.14.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 344
Depends: postgresql-14-orafce (= 4.14.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_4.14.5-1.pgdg+1_arm64.deb
Size: 292424
SHA256: 8434fb6f3836c7104717ce3b0032bf35e3cd3856aaa8c6d904f33c8de02c236d
SHA1: 86bd26c90a14eacd0acf7f67f3240f8a033f276e
MD5sum: cf7eb3e213a3e3a1eb540d7a7484b1fb
Description: debug symbols for postgresql-14-orafce
Build-Ids: a195b0a5f6d4f97aba660b11a24aba20f2e666f6
Timestamp: 2025-09-22 15:19:45+00

Package: postgresql-15-orafce
Source: orafce
Version: 4.14.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1244
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-15-orafce_4.14.5-1.pgdg+1_arm64.deb
Size: 374504
SHA256: b945260e2d390d7f4383946a5d0377dc6114ba33d3f0480f58af14b5fbd2e02d
SHA1: 12d49853e64a08d5a780ea4b47b0b9b33b057584
MD5sum: 251897617419f22c5b3310070ef0bc7b
Description: Oracle support functions for PostgreSQL 15
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-09-22 15:19:45+00

Package: postgresql-15-orafce-dbgsym
Source: orafce
Version: 4.14.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 345
Depends: postgresql-15-orafce (= 4.14.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-15-orafce-dbgsym_4.14.5-1.pgdg+1_arm64.deb
Size: 294116
SHA256: 2cb19692247d5bd6acf795ada57b263a522399713209576aaafebd04977e98b9
SHA1: 02544651babeae43f4ae861cf5bac3d948eecad5
MD5sum: e8ba6d4f9748b434489e40eeccdb8ccc
Description: debug symbols for postgresql-15-orafce
Build-Ids: 46d3aa884c2989a6870b6d4fc449e4d1fd2649d3
Timestamp: 2025-09-22 15:19:45+00

Package: postgresql-16-orafce
Source: orafce
Version: 4.14.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1177
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-16-orafce_4.14.5-1.pgdg+1_arm64.deb
Size: 370180
SHA256: f1d64cd59c4d8b79feac90930cb526d5c0bdc6dcf32d9b7e58c6c5c91dd9d807
SHA1: 2a1b7fe7f92404f517e7fcedbaa08be74d3ffb9c
MD5sum: ef33ce1eb93574f69de1129d769fa6d8
Description: Oracle support functions for PostgreSQL 16
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-09-22 15:19:45+00

Package: postgresql-16-orafce-dbgsym
Source: orafce
Version: 4.14.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 364
Depends: postgresql-16-orafce (= 4.14.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-16-orafce-dbgsym_4.14.5-1.pgdg+1_arm64.deb
Size: 310748
SHA256: 043362f9bd22f7b465b49eb6a0a311fd436409bae359c966b2887d3bde400b26
SHA1: ba03f94292a85c2f6091029323a5e05a3d1c7c70
MD5sum: df0e3fe65e5740cfce0b12ac71847751
Description: debug symbols for postgresql-16-orafce
Build-Ids: 1486f812ea91373ed48e5d2f5bdc199416b5f97a
Timestamp: 2025-09-22 15:19:45+00

Package: postgresql-17-orafce
Source: orafce
Version: 4.14.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1177
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-17-orafce_4.14.5-1.pgdg+1_arm64.deb
Size: 370160
SHA256: 58102fe6f4d49a1aa20f7162343c6024b71dd8562a132cefd9c2196c867bd3d9
SHA1: e8ab775f789d6181f098d13a644270132dfcf43d
MD5sum: 85e9706f07330d92444342571bec07c3
Description: Oracle support functions for PostgreSQL 17
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-09-22 15:19:45+00

Package: postgresql-17-orafce-dbgsym
Source: orafce
Version: 4.14.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 368
Depends: postgresql-17-orafce (= 4.14.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-17-orafce-dbgsym_4.14.5-1.pgdg+1_arm64.deb
Size: 315884
SHA256: 7c9bdb4461c295332af79e6f2c8f9d24c29de47c61d8eb65c8a7e63cb2f85c5b
SHA1: de68e8535a9635bafaad5e36fe456a0022129c99
MD5sum: 483f512dfb3cf05e876dff8e93b7398a
Description: debug symbols for postgresql-17-orafce
Build-Ids: e3bbb2067a0e180cecc071b15719283e0223d4c3
Timestamp: 2025-09-22 15:19:45+00

Package: postgresql-18-orafce
Source: orafce
Version: 4.14.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1177
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-18-orafce_4.14.5-1.pgdg+1_arm64.deb
Size: 370388
SHA256: e908ef8116e0744d6e0babb20dbf35445fb787983b28d9c7f164208d3f162903
SHA1: b49f1b46ae8b59835b02af8ede2ab43077ae6163
MD5sum: da9c7327b1e798d97a15d3ab68326878
Description: Oracle support functions for PostgreSQL 18
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-09-22 15:19:45+00

Package: postgresql-18-orafce-dbgsym
Source: orafce
Version: 4.14.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 369
Depends: postgresql-18-orafce (= 4.14.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-18-orafce-dbgsym_4.14.5-1.pgdg+1_arm64.deb
Size: 318124
SHA256: bfaf30ddf387d90964d071068d1bacbbb4e7a114ce0cb8e5674554f88cddbf20
SHA1: 1abc15f3007d89cfb8a7069071d3017c83b112c6
MD5sum: 917281932b8700f1ceec14c5b01e06ee
Description: debug symbols for postgresql-18-orafce
Build-Ids: 886941041683fac22143aafc7a880112d85d0f1a
Timestamp: 2025-09-22 15:19:45+00

Package: libecpg-compat3
Source: postgresql-17
Version: 17.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libecpg-compat3_17.6-2.pgdg+1_arm64.deb
Size: 16732
SHA256: 3f89d2377d1fe99b5fcd1aac03d295aa44d63f4aa2228596b2d72def4a68d77c
SHA1: 21a9f8432329447f22ac6212b3aa30964da38401
MD5sum: 3e4ce4733ca4de11f99372042f02ddef
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.
Timestamp: 2025-09-25 12:14:13+00

Package: libecpg-compat3-dbgsym
Source: postgresql-17
Version: 17.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 17.6-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libecpg-compat3-dbgsym_17.6-2.pgdg+1_arm64.deb
Size: 16904
SHA256: 60331d68edb24ec826673dff7df4607b4d0288b0c138ab48b886756e377b6a34
SHA1: 9c2e52615afb51ae57a6f0bb71011203c1bbd946
MD5sum: 5d13534c480c795933e1dd307aca30c0
Description: debug symbols for libecpg-compat3
Build-Ids: 279b85505d760138be423a690271c6d4a624bf4e
Timestamp: 2025-09-25 12:14:13+00

Package: libecpg-dev
Source: postgresql-17
Version: 17.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1699
Depends: libecpg-compat3 (= 17.6-2.pgdg+1), libecpg6 (= 17.6-2.pgdg+1), libpgtypes3 (= 17.6-2.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libdevel
Filename: pool/17/p/postgresql-17/libecpg-dev_17.6-2.pgdg+1_arm64.deb
Size: 284532
SHA256: 41b9363c40bd382aa2bb39e79f2dbd18df544a1cba4db4b0fea7093cc27433dc
SHA1: 713b33cb770e336d13e570b112df4218ec44088f
MD5sum: 6787150748d83503278e53b3bb6b838f
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).
Timestamp: 2025-09-25 12:14:13+00

Package: libecpg-dev-dbgsym
Source: postgresql-17
Version: 17.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1294
Depends: libecpg-dev (= 17.6-2.pgdg+1)
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libecpg-dev-dbgsym_17.6-2.pgdg+1_arm64.deb
Size: 249824
SHA256: 5dcca8ad43a384fed78ec9d84833364ff66d64e067d784ac8e99a8c1d5795c85
SHA1: 6fb994c62e03db6a62a5e28823fcf498f54cd4a7
MD5sum: 2299e209307f7eb5db232f54944d5cb1
Description: debug symbols for libecpg-dev
Build-Ids: 2d6a4cd4e4489db0972f8d55c45a946f8dcb7c05
Timestamp: 2025-09-25 12:14:13+00

Package: libecpg6
Source: postgresql-17
Version: 17.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 277
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libecpg6_17.6-2.pgdg+1_arm64.deb
Size: 59520
SHA256: 6e7b633e711de8bea4de7233aa18af70698ea6253a097504e2f303a5bc712040
SHA1: c9d63ad1ea9e7ab057d7d695af74545288ca16b9
MD5sum: a66877accdd4e56ecae58ed9e83cf392
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.
Timestamp: 2025-09-25 12:14:13+00

Package: libecpg6-dbgsym
Source: postgresql-17
Version: 17.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: libecpg6 (= 17.6-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libecpg6-dbgsym_17.6-2.pgdg+1_arm64.deb
Size: 115228
SHA256: 8b4f47c1e8159b85be1b13d86e353d1f0222a275004beda819a6801eeefddd0e
SHA1: f70e6173c13fbeeefc2ee30f8f81cc7718ba14e5
MD5sum: 0ae96fce8b065f3329848a03becd8a0e
Description: debug symbols for libecpg6
Build-Ids: d290dd3ffee0aa50b360dffbf53b62c00abdb5a1
Timestamp: 2025-09-25 12:14:13+00

Package: libpgtypes3
Source: postgresql-17
Version: 17.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 163
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libpgtypes3_17.6-2.pgdg+1_arm64.deb
Size: 43068
SHA256: 032bd611840c58b5e18fa645fe540c1bb90478109e1601dc88a4538bd9a30426
SHA1: 99b66d7a07fc2a7f5dc70158e1cb099907c090a6
MD5sum: f103f3a160a8ebafbebb8d99c1ab1e9b
Description: shared library libpgtypes for PostgreSQL 17
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-25 12:14:13+00

Package: libpgtypes3-dbgsym
Source: postgresql-17
Version: 17.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 17.6-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libpgtypes3-dbgsym_17.6-2.pgdg+1_arm64.deb
Size: 89060
SHA256: a4142be50d4c96539fe3c83885551f1c09f90ccc99000e7f46a8b033b261c201
SHA1: 6375aff61e1c96e5760e65ce88bebc493ec7f285
MD5sum: 8ef401c0bd71e05698aeeb407bc2b591
Description: debug symbols for libpgtypes3
Build-Ids: 4d07bc6b45a553dc5bad24c6ef2ef0a92a92120f
Timestamp: 2025-09-25 12:14:13+00

Package: libpq-dev
Source: postgresql-17
Version: 17.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 616
Depends: libpq5 (= 17.6-2.pgdg+1), libssl-dev
Suggests: postgresql-doc-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libdevel
Filename: pool/17/p/postgresql-17/libpq-dev_17.6-2.pgdg+1_arm64.deb
Size: 148200
SHA256: ef275cd9c06d327e9daad700a4c56a2d874056e3ec88b561ad6fdaeea7655a20
SHA1: 3a96a30d5a3a1ecbcb13e7ceaa4fc96b624ad526
MD5sum: 8e66e88b513936750466dd757a446d9b
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.
Timestamp: 2025-09-25 12:14:13+00

Package: libpq5
Source: postgresql-17
Version: 17.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1111
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Recommends: ca-certificates
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libpq5_17.6-2.pgdg+1_arm64.deb
Size: 221856
SHA256: d76a4c0bceb7f0a21dc242604e480e0c4b13fd580825fa44473f532250707048
SHA1: 208d0a3d2efe9129d9e464c9d179812258f4db28
MD5sum: 0daa4723fad76452216aa7f15da2af04
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. SSL certificate validation (the sslrootcert=system connection
 option) requires the ca-certificates package.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-25 12:14:13+00

Package: libpq5-dbgsym
Source: postgresql-17
Version: 17.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 333
Depends: libpq5 (= 17.6-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libpq5-dbgsym_17.6-2.pgdg+1_arm64.deb
Size: 295736
SHA256: 1951eefd54afc146f83ca3a05c69313229c011a3067ac37b36b02ad2f916792a
SHA1: 2eb9345dfe4c0c4bf72bcf1f01dc2babe5cff78c
MD5sum: 01aceb4e5d00a2dc4e1bc1757f38a7f8
Description: debug symbols for libpq5
Build-Ids: 13789be7fc626b39a807d78d89cc56610e94cfe5
Timestamp: 2025-09-25 12:14:13+00

Package: libecpg6
Source: postgresql-18
Version: 18.0-1.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libecpg6_18.0-1.pgdg+3_arm64.deb
Size: 55568
SHA256: 6f3895af84a8e4e8c400eb4f3f7a36056067697d08391f61c04dba0291c67c3c
SHA1: f78250fd1a13b42103e36c6732710f71a32291db
MD5sum: 7c7abb54ebfa5fe8c6ca477fe47d9e0b
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.
Timestamp: 2025-09-25 17:13:25+00

Package: libecpg6-dbgsym
Source: postgresql-18
Version: 18.0-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: libecpg6 (= 18.0-1.pgdg+3)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libecpg6-dbgsym_18.0-1.pgdg+3_arm64.deb
Size: 114476
SHA256: e8906eb80d0fb37bba1b47f9ef2307ec03170fc1f761725f720a057833a45188
SHA1: ed8a734470aff2fa8d88f43634bd783655dc56fa
MD5sum: 040ba8fda6f4549323c99d79bdca7b5f
Description: debug symbols for libecpg6
Build-Ids: 9efd2c76f4e8883b17adfaa4c6e3090b8d56cbb4
Timestamp: 2025-09-25 17:13:25+00

Package: libecpg-compat3
Source: postgresql-18
Version: 18.0-1.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libecpg-compat3_18.0-1.pgdg+3_arm64.deb
Size: 13000
SHA256: 9a49db5bce1d2746bf87c6df88c96296adf1b26b0663c6446b6b967082fee7f4
SHA1: 09b859881574ce1873a6d7869e7db2c20f393775
MD5sum: 3ab4ec41431c2a4183e68dc61741b148
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.
Timestamp: 2025-09-25 17:13:25+00

Package: libecpg-compat3-dbgsym
Source: postgresql-18
Version: 18.0-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 18.0-1.pgdg+3)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libecpg-compat3-dbgsym_18.0-1.pgdg+3_arm64.deb
Size: 16912
SHA256: 7360ac6c573cf785afdc1345f4df70bbac367a01ae6fc6661252420fa2b807e5
SHA1: c583cfb2fcbab735751e29deba58ab782ba530a1
MD5sum: 82baa936dd03fdc2e347d448b179c000
Description: debug symbols for libecpg-compat3
Build-Ids: fcfa93a85351009d18df32c7966733eab5c49953
Timestamp: 2025-09-25 17:13:25+00

Package: libecpg-dev
Source: postgresql-18
Version: 18.0-1.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1566
Depends: libecpg-compat3 (= 18.0-1.pgdg+3), libecpg6 (= 18.0-1.pgdg+3), libpgtypes3 (= 18.0-1.pgdg+3), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-18/libecpg-dev_18.0-1.pgdg+3_arm64.deb
Size: 249600
SHA256: 27789d9465fffbe3dbf3e576939c921ed8bf1d0f45789aa8b6a241b32c9e01f5
SHA1: db001b4f86bd9d860c189281d139755860d7b4d0
MD5sum: 4e004721c0344c0cfe7439944606aa9c
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).
Timestamp: 2025-09-25 17:13:25+00

Package: libecpg-dev-dbgsym
Source: postgresql-18
Version: 18.0-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1058
Depends: libecpg-dev (= 18.0-1.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libecpg-dev-dbgsym_18.0-1.pgdg+3_arm64.deb
Size: 170780
SHA256: 4040426d518b7f935c4899f312c63b2bc7a2525844105e4856bde9b6d75ae16f
SHA1: b3b000960df213e77bd84da18501a2cf2013dc71
MD5sum: a333d1d1e08f9dcd37da739c61915e76
Description: debug symbols for libecpg-dev
Build-Ids: 441d7053d7725de178467753fd8e122cc149534a
Timestamp: 2025-09-25 17:13:25+00

Package: libpgtypes3
Source: postgresql-18
Version: 18.0-1.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 160
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libpgtypes3_18.0-1.pgdg+3_arm64.deb
Size: 39268
SHA256: 274d0ed66a98907cccb3dcb5070b7e215a28b7d138e12e408e78819111b71f69
SHA1: 162bc42af83caf0a11616d9143afc708eac79249
MD5sum: 4ee500e65f48d6128e15edda2df29f53
Description: shared library libpgtypes for PostgreSQL 18
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-25 17:13:25+00

Package: libpgtypes3-dbgsym
Source: postgresql-18
Version: 18.0-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 18.0-1.pgdg+3)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libpgtypes3-dbgsym_18.0-1.pgdg+3_arm64.deb
Size: 89484
SHA256: 92e4c655ea19214e355a78a4acd849d059271ca9b96ffae18626157ca03bcfec
SHA1: 0db4997dd549a9df173af95f2943016c9b90dc86
MD5sum: abbb2023541e285090d68d3f5b1a25c4
Description: debug symbols for libpgtypes3
Build-Ids: 13fdc2c3b018bdffe7254bd4aa0d817f1df23a8d
Timestamp: 2025-09-25 17:13:25+00

Package: libpostgresql-jdbc-java
Source: libpgjava
Version: 42.7.8-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 1109
Provides: libpg-java, libpgjava
Built-Using: libscram-java (= 3.2-1.pgdg+1)
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: java
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java_42.7.8-1.pgdg+1_all.deb
Size: 1028124
SHA256: 8c88edd115b6a7e7125b49d2453b1afaa72e7b6d313d0c49c81b1d8c4939f0fc
SHA1: 77cc592fc5136f3103e9d9631bec0f6ba2270073
MD5sum: 233629c39fb78b018c6495ba3b762f75
Description: Java database (JDBC) driver for PostgreSQL
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
Timestamp: 2025-09-25 17:13:25+00

Package: libpq5
Source: postgresql-18
Version: 18.0-1.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1193
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Recommends: ca-certificates
Suggests: libpq-oauth
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libpq5_18.0-1.pgdg+3_arm64.deb
Size: 243356
SHA256: e889a92a4b58f43aac1f6166ef54270741f647083827239e5383f04feccfffb7
SHA1: 4a835689b20aa4c859f48493cf206873f581881d
MD5sum: ca8586b47adabe96e142384075e95651
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. SSL certificate validation (the sslrootcert=system connection
 option) requires the ca-certificates package.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-25 17:13:25+00

Package: libpq5-dbgsym
Source: postgresql-18
Version: 18.0-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 379
Depends: libpq5 (= 18.0-1.pgdg+3)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libpq5-dbgsym_18.0-1.pgdg+3_arm64.deb
Size: 339424
SHA256: 9bf462c438d5683bf6f95111257975ab25d3a906ce5f1c9f9d1ba618cc52f387
SHA1: 3b70955c6f033047fa8c35087880431400a371f8
MD5sum: aa8ff6e778c950ec3064ec4619470586
Description: debug symbols for libpq5
Build-Ids: 23c492c63d12030ba1e1ce6aa5eb5815cfd3b58b
Timestamp: 2025-09-25 17:13:25+00

Package: libpq-dev
Source: postgresql-18
Version: 18.0-1.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 700
Depends: libpq5 (= 18.0-1.pgdg+3), libssl-dev
Suggests: postgresql-doc-18
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-18/libpq-dev_18.0-1.pgdg+3_arm64.deb
Size: 161500
SHA256: 78cf9b0bb71e2b33894bf53ec09b9036820753ab8559acfc816f9d549a683be3
SHA1: 185734d3da2f80593ad4a486e08e4d81cc7a08f8
MD5sum: 850c3f628be05515adacd346f37e561d
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.
Timestamp: 2025-09-25 17:13:25+00

Package: libpq-oauth
Source: postgresql-18
Version: 18.0-1.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 158
Depends: libpq5 (= 18.0-1.pgdg+3), libc6 (>= 2.38), libcurl4t64 (>= 7.16.3)
Provides: libpq-oauth-18
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libpq-oauth_18.0-1.pgdg+3_arm64.deb
Size: 36144
SHA256: 685d1e3fc05f5acd4c1de9fd2239faacd99b916aa3317d754996c5725a37f0f4
SHA1: 10fe05ea169111a6e7b908e94972dbbc115d2be9
MD5sum: 3d6e3840f6d224255f54e0609532cd63
Description: PostgreSQL C client library - OAuth flow
 libpq-oauth is an optional module for libpq5 implementing the Device
 Authorization flow for OAuth clients (RFC 8628). It is maintained as
 its own shared library in order to isolate its dependency on libcurl.
 (End users who don't want the Curl dependency can simply choose not
 to install this module.)
 .
 If a connection string allows the use of OAuth, and the server asks
 for it, and a libpq client has not installed its own custom OAuth
 flow, libpq will attempt to delay-load this module using dlopen() and
 the following ABI. Failure to load results in a failed connection.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-25 17:13:25+00

Package: libpq-oauth-dbgsym
Source: postgresql-18
Version: 18.0-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: libpq-oauth (= 18.0-1.pgdg+3)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libpq-oauth-dbgsym_18.0-1.pgdg+3_arm64.deb
Size: 103604
SHA256: cf921891b601308cdf0fa08851e4df1b1d8421ffac47b4afb1b0dc5333d6713c
SHA1: b6b40b6e4e5f7609447b4ef69a9fcad8d50fafe4
MD5sum: 89a1b35c7c2211182ff8a5498128793a
Description: debug symbols for libpq-oauth
Build-Ids: 300ba9132f7f41122eed1131efdcffb107fa805a
Timestamp: 2025-09-25 17:13:25+00

Package: libscram-java
Version: 3.2-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 119
Depends: libstringprep-java (>= 2.1)
Suggests: libjetbrains-annotations-java
Breaks: libpostgresql-jdbc-java (<< 42.7.5)
Multi-Arch: foreign
Homepage: https://github.com/ongres/scram
Priority: optional
Section: java
Filename: pool/main/libs/libscram-java/libscram-java_3.2-1.pgdg+1_all.deb
Size: 61696
SHA256: 9e53ed2eaa742a8019f18f5ffdff093c7f06dd238250924b72de0e91e125338e
SHA1: 8d7afa8dc0fbd9d72915c405f68e09cf3b709d73
MD5sum: 74d4b7cb456f699c410a59a4dd1b9061
Description: Salted Challenge Response Authentication Mechanism
 SCRAM (Salted Challenge Response Authentication Mechanism) is part of the
 family of Simple Authentication and Security Layer (SASL, RFC 4422)
 authentication mechanisms. It is described as part of RFC 5802 and RFC 7677.
 .
 This project aims to provide a complete clean-room implementation of SCRAM. It
 is written in Java and provided in a modular, re-usable way, independent of
 other software or programs.
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql
Source: postgresql-common (283.pgdg+1)
Version: 18+283.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: postgresql-18, debconf (>= 0.5) | debconf-2.0
Suggests: postgresql-doc
Provides: postgresql-contrib (= 18)
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_18+283.pgdg+1_all.deb
Size: 17800
SHA256: c1edc94b61d4e30810a13c5c70e15e403c1c112cb9aac75bf99d4438cc60d4d9
SHA1: c725bd4620bbf4fc91856d432850218d35c031bb
MD5sum: e8f3f0666426287910a62464fcd6f9f7
Description: object-relational SQL database (supported version)
 This metapackage always depends on the currently supported PostgreSQL
 database server version. It also offers to automatically upgrade the
 "main" database cluster to the lastest supported major 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.
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-11-pg-failover-slots
Source: pg-failover-slots
Version: 1.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-11, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-11-pg-failover-slots_1.2.0-1.pgdg+1_arm64.deb
Size: 16416
SHA256: 423cce40bcc4680d671513c6cdb00b75f324ea4978cf3c70718faaaaa868b647
SHA1: 7d1ab0cdc2c22ced73c932dbfeef5919df728c6a
MD5sum: ee70aa09a21494a02889b5b9eb4b0a1b
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-11-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-11-pg-failover-slots (= 1.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-11-pg-failover-slots-dbgsym_1.2.0-1.pgdg+1_arm64.deb
Size: 38856
SHA256: 17f88ba522e01eadb179028aed88b73bc5e15de584eadd4b5cd37fe529bd3f9f
SHA1: 7aafe7f2b53ac9f2541319fe9f2efcfc971f3330
MD5sum: 1414d2de317405936555953e3ead5f82
Description: debug symbols for postgresql-11-pg-failover-slots
Build-Ids: 1fedae957f6dc92e8c2957d671fb4513a1f2361a
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-12-pg-failover-slots
Source: pg-failover-slots
Version: 1.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-12, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-12-pg-failover-slots_1.2.0-1.pgdg+1_arm64.deb
Size: 39784
SHA256: 17935ff251c45468a630d8a361e07615a27badb36ad5b2e495b2f373f6f06a99
SHA1: 5ee74ec940d9213436ca593823f30d7810c39a89
MD5sum: db08ba783daf27ae39853c3bf98c39a4
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-12-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-12-pg-failover-slots (= 1.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-12-pg-failover-slots-dbgsym_1.2.0-1.pgdg+1_arm64.deb
Size: 39684
SHA256: aad92f91f91bfa4dadf6bf45e9be29f81a2f67da6a0b3c12924b4d8dbe97ad38
SHA1: 4a2071ae324e87cf1168d42b7818e220c4b4e1ca
MD5sum: 7d05cd7b7b1678c2a01e9a0506417fd3
Description: debug symbols for postgresql-12-pg-failover-slots
Build-Ids: c532fe7d3090c8e95be7db8d21c6836ff4b8f782
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-13-pg-failover-slots
Source: pg-failover-slots
Version: 1.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-13, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-13-pg-failover-slots_1.2.0-1.pgdg+1_arm64.deb
Size: 40224
SHA256: 00a60a2d4cfd33dafb5095ff27bd077af3802b8fdc45a024e69a825774c09d4e
SHA1: f21e198ba7404760282aa757a0f4f9af2f169606
MD5sum: 6ffdc6d008e3fd06342fa2c4e36a1d53
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-13-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-13-pg-failover-slots (= 1.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-13-pg-failover-slots-dbgsym_1.2.0-1.pgdg+1_arm64.deb
Size: 40500
SHA256: 0cd183f835f4136214b5984ec55281ed2cb9047bbcd2e0574d9c832234cddad7
SHA1: 74b5341eaed1d37b0e2ba7a164e9d8fccd23abbf
MD5sum: 8d43292026dd705cb00617fd19ba4f44
Description: debug symbols for postgresql-13-pg-failover-slots
Build-Ids: a5ec9e4dd3b1524313ecdc734cae7497eff8ecd1
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-14-pg-failover-slots
Source: pg-failover-slots
Version: 1.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-14, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-14-pg-failover-slots_1.2.0-1.pgdg+1_arm64.deb
Size: 39924
SHA256: 587df38dcb2cfa802968eaaa47070c0eb34d30d7dc878ef6e136b88f15effd27
SHA1: 359fcaa67f61a80af2f6124b9696da8b7b662b75
MD5sum: 6d82041acb2196e4b3f56a90c784137e
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-14-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-14-pg-failover-slots (= 1.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-14-pg-failover-slots-dbgsym_1.2.0-1.pgdg+1_arm64.deb
Size: 40688
SHA256: 459d2eb82fedfaf221530fa4c4a2aba070361a3eeb768db86a81f91d12098656
SHA1: 41edb3b87ffbc425885ad26c7721f5f0e24d232a
MD5sum: dbe1f16c0ddadd7357514305c51d8144
Description: debug symbols for postgresql-14-pg-failover-slots
Build-Ids: 5d216e8f85d67ff6543c85263046a3d7f839f3bd
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-15-pg-failover-slots
Source: pg-failover-slots
Version: 1.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-15, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-15-pg-failover-slots_1.2.0-1.pgdg+1_arm64.deb
Size: 40080
SHA256: c3a0283817413c0258a80ffe2fd3e633f5f23d9f4459c4738d97c371c0a3e1d1
SHA1: 44ba99ae64fee1f0acd2559b35a2d26df3527adb
MD5sum: 0ae46518e3e96fe0aaa8a696a959fe08
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-15-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-15-pg-failover-slots (= 1.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-15-pg-failover-slots-dbgsym_1.2.0-1.pgdg+1_arm64.deb
Size: 41040
SHA256: db3a6a2038ff188237a685e7c0e243de321a86cbdfdf83d1556ef08bb2d2e29f
SHA1: 2f3dbbadf7a9699a22ba93b85a74856707fe9ba1
MD5sum: ca53a5521e588431f0d4018b96561534
Description: debug symbols for postgresql-15-pg-failover-slots
Build-Ids: 675a59d14d230d5068f9db7da9f8193302d4af22
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-16-pg-failover-slots
Source: pg-failover-slots
Version: 1.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-16, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-16-pg-failover-slots_1.2.0-1.pgdg+1_arm64.deb
Size: 40024
SHA256: 7a65d58fd18c1bfb5a17141bcae59e3578a864d3b8065845f4aeb1701d024d05
SHA1: d97c97a3ba558d510f64ad6de9646e8a8798725c
MD5sum: 77a108b13dca334782a8d7b5d2912006
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-16-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-16-pg-failover-slots (= 1.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-16-pg-failover-slots-dbgsym_1.2.0-1.pgdg+1_arm64.deb
Size: 42212
SHA256: 22fc0930697d2fb18511de3ffaeb11e1f2ffe22dd72e8f2dc5bc3032c2be08be
SHA1: 484e3e9ea7e4d85c177b133a2a44fc842623090e
MD5sum: 20b18f3d9a11894c63fd29ca15c35c7c
Description: debug symbols for postgresql-16-pg-failover-slots
Build-Ids: eabfed76e9ecc56e9283f72065a218cee88429d5
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-17
Version: 17.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64111
Depends: locales | locales-all, postgresql-client-17, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), libllvm19 (>= 1:19.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 17~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-17-jit-llvm (= 19), postgresql-contrib-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-17_17.6-2.pgdg+1_arm64.deb
Size: 17378172
SHA256: 54c29428ccbc61e68baef20848edc9e55c21eaba37c787265f50682eb9dfda5e
SHA1: 350bf15848d5c5c6f5bcd960c2c545ba43ac77dc
MD5sum: de42ca594b66f7c8b74115a484f2b2a0
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 17.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202406281-1700
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-17-dbgsym
Source: postgresql-17
Version: 17.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34218
Depends: postgresql-17 (= 17.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-17-dbgsym_17.6-2.pgdg+1_arm64.deb
Size: 20267796
SHA256: 9ff32922555b2ca6810080ed6368f6186a73a89f71050814a70e3439348d65fa
SHA1: ce5761ff1f551afac2b053f36a6fa6db9ed31a0f
MD5sum: 90f7719a9060466a9b7f4ba711df5bdd
Description: debug symbols for postgresql-17
Build-Ids: 043e33cc3382419c0a5338dff73ba34a3b740da0 04b58ff6cf34481f88297cc0f9a9e6b9f15c13c8 04cbef39a4b22777739f881d5f92871a16b9dad9 057d88823c08583fe06796a9cd8d332dd1d66ecf 097a4d1fffa977af7b032e91cea7cc80797d8a28 098b9e99a0740f5afe3050f83869c8d88033c67c 0ca5a65d007754ce85ba836ab724cfff6f89d5d5 0d6828c281c61b8c511a0b4641588f310365523d 0e1b2e88359a89b01c8fe18ee6ca43a9aa6d5892 0e3950ce6afc549b13f1052c5e511185ba94a0b3 0f2d10255f1296ede0d9268d27c2bfa1d97d748c 10c33ee4f0e5be4f103f7ffc1598f1d6335aec9c 1102186a408cab4da4e6f01bfdee1c21feab5b90 117a1aa640a0dac783a2999f7972bfa1edd58380 14a2a0a6ea9c04686010bef415c9a511c22c3ef0 16f644aa7295e04395b3d1c4d69bd88cde3bb6fa 1ce5be89fc3c5f87cadc032a9bc7da661a3ef7ff 1f903852c14ba8bca5698b987ff15406f357ae90 1fc8e82966d906dd66cd621c1329a96d0c02cb61 20bbf7b032a417dfa89c16ab4374cbf78dd88527 20d66b7909e4b21f220d1564f588c75f186b723d 2a52f7d8ef2a6983d7d2db226fbec00960f8c392 2c7cc14719dcb8566fc5011872b6521094c3031f 2cc7b6c262aea1296cf484a4c2031a458d089c18 2f8cde19e7f62db0a249f2b6e70f63f2a26ba298 2fba7d141b46bd8ace01e7e21ac900a19b097c5a 3280b327132fb39d1e154e18f9497056f25c6b2a 36315f4e16fb4a1839eeb58eeef61a7676649791 368811299f5acfc5d5fcea2fddbcf90a03ac83a4 38bf659afa5d5badfa4ca9baca0dbccf79cd216f 3a116456f669e6a66eb8d6c8b908434450188258 3ef6570abd1281793c6b954ea982837619d278c5 4074b49312afeca48ea3b2334491497c2a94a704 42f86a1b8eeec8723a410710a50a9995622eb272 47b72f90270491aaeabd489a6a9da50395465f7f 483a7d81c32a7fa25764654d56061633acaca5a1 4bd56e6db3ae7ffcf162b833870784d1b03402e4 4f63114127cefed83128d1fdd9622a2f1aa63964 533bfc03498862f939183422c813785616fbd41b 5405778b53fb05ae4433c5c9a43eb95d2735a503 54e78abb2cd450f740ea9ffebf88b2482fef7eed 59d897be983a7fdeff5c45940671f5d7b84073e5 5d68378c18d428c3128e7ef902e7ecf439b51071 6263664289c5c7177dc2bd78699a63c422098709 67740737f3e895b9677dedc4b75de046679d4add 6b872db620bc396f901b8fe2bbe42d0596bddbda 6ef50e6c583c23bee300ace9ae5a43b5871dc66e 702047f20b286e567782f46a2f0efef2496af933 71e12f35894e823ff3d6b11916a6908f0ab8b572 747958fd4c186b221049a5e7873fd2212b69db65 79d0cb93e69b474881b6aabf3719793493156ae4 7f7f474fcb711e47692c8cac3bbe0f6836e4e947 867897b1a5eb34352a3df1805049f4a7ba6929eb 893f2f263634b4a24bdb65ac591788db8f810426 899d1e02ee9216c4f9432b017763745c24fce71e 8d9718fe872d065d32eaad17c9d9fe5171e8b3f1 8e2dc98f99943adab266a9159198aa75eed0288d 94062f050a8ebd3d6f57e5ad76fa6e96601d68f4 97f19475ee37e3ecf5741ba9173f6deed63dd349 983c8c60d497872b33c56ba2810169fa72757678 994e5302145db9b5d474bfbff5ebbc83b4ce26bc 9b3b4bb1ce64035779683c094e4ad1ed40c9eeaf 9d1cdd6f8684af8240eb2bbc83a13dd63f57e548 9e435effa2df46da35a146ec6a06714837db0d20 a09d608da5f37f3194884ed3eb1f2f5589f0fe73 a7f092f1530ddeab446a4f66ae9ac88743c01667 a987d6cddde4981a56149925933617641aeeec24 aa8ce74ea427bfe0286b29abca881c11be36d6f1 abd8ea21b4fcd208f18e57ed27538b2f6151b1c6 ad326d8d2fc6ac42deed121203b23f9e2654f988 ae9699f75110aea1a959d74069f160ae7db44751 ae9dc30af852ba3b7f376c83229ac3bdbd223264 b389fbfeb329950f05126e18a8a6d773383d5679 b7745d4a4537afe008df5c4c8321c7767c300e76 b932fab61d7b30b76817a9d5fd90d5c888270b49 bc4bf8b53b0c23a1e6bcf5e2d9ba356becd314c2 c2702b0ae8170bd7eb085f97f4230b40a6ff209b c7b2baf3423831df019704c54d1dcb5aa6522438 c89a71b00902cbc16a9f73042bf0306ff21c2265 c97481bf05f4060849b1b0e62df86340d9ecda06 cd7f96257f397f31a08d6f588960e8dff88357b6 d2feaf66f37e770795b38603f212c18442cfaf49 d3d8427457f4a9e115fa09346b0fc72c19decac3 d578dc5a523821a6015f1d843285ab4179d35c13 e04235adb20ecaa9fdc920eadbb95491f41e4d62 e2b835bd154296a4649cb66dff9cac902a7fc105 e3349d6f1e460adb6eac7c1bd46f77d07665c80f e428de538172892ce0e3b1b3b5bed5566c4ffe11 e5da5ca60f771bf9f3d374278291b5056ead1d0d e8a07767b3fadf014d55f939fb5d2f5e131a83aa e99e2fb0966e77379d97c9cee1a1e7be48b5b6b7 ec2aca799cba9a006ee9c9107934ed90289868c0 ef581ecddf1acffa90524062b9e7e100d0dd9439 f116574cf8473a86a765c5e91207d68eebd53762 f206ebcf450f03c910f6f7b0dd168a88ca22b48b fe3a78d24bea14b62663aa90a57d8702a22cbbc9
Postgresql-Catversion: 202406281-1700
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-17-pg-failover-slots
Source: pg-failover-slots
Version: 1.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-17, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-17-pg-failover-slots_1.2.0-1.pgdg+1_arm64.deb
Size: 39984
SHA256: 8c5fd17e990fc78012e1831e012085e8f031245a231883c7e0c5f07549571958
SHA1: 68fbfa75fb89e54aae19073b91633ec81508556e
MD5sum: 3beaa7d443b2875ab68425559a2710c1
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-17-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-17-pg-failover-slots (= 1.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-17-pg-failover-slots-dbgsym_1.2.0-1.pgdg+1_arm64.deb
Size: 51760
SHA256: 95bc1d8b0e5af0d4c43a202a7030e57c30d38edb152b04ef07d41527e82d8af6
SHA1: 91067c0f6f021105eb1724899ce844d9e34bfbc6
MD5sum: 2a45b06bbb96d47a80459da3cea1cb79
Description: debug symbols for postgresql-17-pg-failover-slots
Build-Ids: d6e29e22c35332acfcaf8f17701ea0dbc8e9635d
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-18
Version: 18.0-1.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39576
Depends: locales | locales-all, postgresql-client-18 (= 18.0-1.pgdg+3), postgresql-common (>= 275~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), liblz4-1 (>= 0.0~r130), libnuma1 (>= 2.0.11), libpam0g (>= 0.99.7.1), libpq5 (>= 17~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libsystemd0, liburing2 (>= 2.3), libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: postgresql-18-jit, sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-contrib-18
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-18_18.0-1.pgdg+3_arm64.deb
Size: 7131556
SHA256: a2820289fab1dd6a0c689ba511abb0e1836e93abf179b7e16f9c5d36264a2970
SHA1: 26213ef38e245b98f24dd24f249bdc7b130eea2b
MD5sum: 080aba6e81d2ac77bb9dceb760160f4f
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 18.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202506291-1800
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-18-dbgsym
Source: postgresql-18
Version: 18.0-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34235
Depends: postgresql-18 (= 18.0-1.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-18-dbgsym_18.0-1.pgdg+3_arm64.deb
Size: 19877384
SHA256: 95e111216be2d7983553b37d15d6f39ab780d071a5fd1402985b0f7fd6b3adc5
SHA1: dfa54dec74c4b90b9c5b4ec31572ca08445c91ac
MD5sum: 361247bfd1ea4df3186d99dbe39b2f79
Description: debug symbols for postgresql-18
Build-Ids: 008168b80cb65f7582eff81a711daaede0b630af 01c25e1df1d7c5616e62d38b6276011c22d40faa 01f29f36d8bae7debaeb0f18030eb0f18ecee8ff 07b7861675212ff9df604f47a5fd36799ee60b88 0ab39aa1faaabbce4c584e639f3c8bc62eadf425 0dcd0923fe25ecd25caadadd060732b264234f92 0e12a84e2081c155fb1201bc071c97731568a9ad 1049832c58e8be075fcad1b72492db8541a8e0d2 12cdec61bfcca866b93876820931d59aa274a34a 14debaf0383513f533ad2790ad14785ec8cae396 17ee3beb20e5edbf893406f9c99585562df7b4ca 1b660e3bcad31e1e509f95f663348fb9a089c81c 1fe86923c2100c208558e86e97196d26e2fdd24e 260687544b97c9107e8f52452df913d8a0c509a9 26a69ff57279d336ab442366da38a5075311e3c6 272f0c910b9470fa836f84bf434cdc5b5fa2f9cf 27ebd8f42bbb7dfe847c54a26e03f0456dbeb5f0 28615d56586ea232da3450906636c80e238c86b0 299d1bbba0dc3a97ab0dcc82e27af1729ad8ea9b 2a0fa5d4c30169dd8b4520724cc8240f61c72a0d 2aaf381e0a1a702ad4bb4d65e8d5e085c6200c83 2b408c7f390c853300e4bb21066b27bd9ff08f11 2c2fa9273750b7ffab281e34764a1441058384db 2c83727cc1cab858ac1e7513ce85608f0248197b 2d29560ae5c8a913e714a5d0d54352955125f392 3110b26bdd74c8efb4a7025f52db6e2fbbf41896 35b126cd1c371e543ec40301e9dab0eeb137552b 37315afe8ca22be5266a346953daac8ab3645df1 3b01a6f87342a3194fdbb23a9a1ae73f2e3da28a 3b75b9daf326e412c790427ce8cbc73261fd043f 3c7c7bde257a0ab9851cd61f171819746cce77cd 409f48f46fe8101e63168cd1f86608f4e103fbc7 439af0e1a7ad6db0e1b1adafa52e462c447d7d6c 44706e8e1b27c586ae4eb63a7c807d0bd69c8818 448db0b5ba4b8e064db0955ed3400db69d05e543 4b38e348baf062116f7005790bb6cab5b16edcd4 4d5f679432eb83ebb4248e1a6c91e204e40662f5 4ee99331c99250365e94ed1cda8292ab05442ca8 4f0067f04c389c491d31a5088d9666f72a57fe82 532a5505e3d59e3c62013c5cd0582f47fd05ea83 5a26fa6aa8fc00a329c0f3f59b53b2a7aafca905 5a31d79456eea313721a6564ee4e77615b9d681b 5fd58cf825358f41eab24af67507d3cca5172382 602ba45c1376f81f778fd25c35b9a6b5bfe5fe7d 6078e1c601bc8c93786a237e12371b273dd3ffcd 60be6438429cd5dfb634729963402dbfefbdf61c 60cbc7963aa97686a5f8e7ba9df56b9954af314d 60ebbf82b9ceb7cfe6cda768d53c2bc139be4718 63eea3a74f1ff9a2046f5e8abc2a5a3e89502b86 6e008c6c1370c966bf4e5753b51ba3893b8c56e4 71a629cfc3c53659e246775830809532949aa1ea 736d0c3d7cbb371738cca13ff479d8711bd5989b 7535a90e64ed24a3784e8c6189d3d6d6c0fcabd3 7ca45e8d2976b11cf716158ad8616f856d973c35 7cf5ba9fa24df5dcff027243d9f3fd35e548bedd 7e9104349dec9994f0ebf3866dee2f210b18a889 7e9b357eee229af72c0304ad9639b12f4e7cdde4 8169f67367c96046f8205a18f6f49e60498ae0b7 828fa12dca2e8d3181c3e09de74e58d9e2cd02c1 83431c227be70ce77a5f46c9f980a246f3b41609 8364e9f517d04cf82952dabb329a91f7f703bb34 83f7f0c4a451f54efe1b796451fd990017ae1f6f 85702943b532c302630072af7679189a4492e1f8 86a9bc30e20f213cc16e9b454e545e40cb6e5aca 89d7cb7bd46820a8487ed9e2b3d25806924c89e7 8dd1e90ecd2bebaf6c6154103f79c6c5543f686f 9ccdd6c8cadd2ee307f6eb1be9bd6f68118ad106 a0576f9f7617911112c972c39ee5af829ecb4e76 a1136e9fad6dd00525f57c1942206899d16a55e7 a3174a3b33d6731847ae838ddebbd23ad76d67e6 a41fc54c29ddf72e9debfff23373effaa29c7832 a5b1afa0ac8e7bd7076864b7c604d541d1d4edb8 a615bcebbc0de80951eb0eb5f144954798c3e3ed a66359420cefd55e5f8b880ef353066989e54af0 a9e8583c858f46c40aea45cbb58dd0cf6d41a131 aa8587926141c0d4cc527a9adf61132bdf649815 aaca7b56c4ba99bab6ed4152988d87dd0ebf57f1 aada605bd45b00aa9b1d76200a099ebe22fdf3e8 af21a3c490b63072a8fd18d23e20afe308e36e56 b3aebc17d93716ee8112bfb35aa537346f72035b b655569c146d9a079ac9c64b815dafc5c498d718 b85678e7e05219804e2f5874afaceaf2fea9f71b b92861e2ae0a867435eb0b9e254f312fcdf36f0a bcd621ea6c84c60cc7f9aa5034ea7924f6117ac1 bce9dda330b4700eed37f15e82ff2da5fe4086aa cc1437f8dda45425a56309e35c9b4b6d440cc3b4 cc9219402b77daa318d386441af7459861f3269e d5298c3aec3749d6642c32ae32f2a291c8dd0db6 d882c0401e2f779127a1c441c277dc3599d42f71 dc55b30c4d6f4fbd1507bc888b9aae0a063f218a e16012d15058d090d4e7f145a0f55668ed4620a5 e1e37c39f00965ad54b7bf0e7eb056b4d6c35f10 e9569f4682f66a8c99607ab0bf67aa9e4bbf7c7d e96d0d621b31eee92f7ffc362a3b820e4c48c215 efc895a3f290ec95b8700d2f34d852a9f2e0e279 f1a6e9c55f2de9e8d52acd1dc8df196274c57855 fb3faa063514860c4dc9954d84fa89e9d304226d
Postgresql-Catversion: 202506291-1800
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-18-jit
Source: postgresql-18
Version: 18.0-1.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26756
Depends: postgresql-18 (= 18.0-1.pgdg+3), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libllvm19 (>= 1:19.1.0), libstdc++6 (>= 5.2)
Provides: postgresql-18-jit-llvm (= 19)
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-18-jit_18.0-1.pgdg+3_arm64.deb
Size: 10881116
SHA256: 21c8c5dd7fc1f90dd2590bf58a6e1b6f8963fa2d26b33a3ebced900ccc519673
SHA1: f31954b95ee66a062814d4d7fa138df35d22300a
MD5sum: c19a8727a49f682bae477cab33959bd0
Description: LLVM JIT support for PostgreSQL 18
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides LLVM-based query JITing for PostgreSQL 18.
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-18-jit-dbgsym
Source: postgresql-18
Version: 18.0-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1672
Depends: postgresql-18-jit (= 18.0-1.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-18-jit-dbgsym_18.0-1.pgdg+3_arm64.deb
Size: 1668748
SHA256: c11cf76d01073a086b502ddc9184afc30c7d478aa1a2c8b4a9a6784be9790807
SHA1: 17d08f81eaf33298463c9fa96f7f94a6e0b27d43
MD5sum: d7b3f3b3ecdc2dbcfecfe70633d97636
Description: debug symbols for postgresql-18-jit
Build-Ids: ca983cb20e4419ec16406bd39c0655e3715f6a88
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-18-pg-failover-slots
Source: pg-failover-slots
Version: 1.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-18, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-18-pg-failover-slots_1.2.0-1.pgdg+1_arm64.deb
Size: 39948
SHA256: d55483c640c713cfe3df6a86b4920c1cecbd4e6b892e28f9844a14b9837ad7e1
SHA1: 27a671c3bf560fc23e42036bb9a97fbe13d1ad41
MD5sum: 02d66ea40dc1a823c839a6f4f5e8e032
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-18-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-18-pg-failover-slots (= 1.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-18-pg-failover-slots-dbgsym_1.2.0-1.pgdg+1_arm64.deb
Size: 52912
SHA256: f8cec7e16e170b6af411378f09a96441b479a05a043a269cf07c79ebc5336617
SHA1: 432971194d34fffe1c1539e88dae000d15b6f86c
MD5sum: ea8c29ae0978a82fe96d709a14466545
Description: debug symbols for postgresql-18-pg-failover-slots
Build-Ids: 0922d5d93f5b3a6cd8eefc68401d5c6fc71e980f
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-all
Source: postgresql-common
Version: 283.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20
Depends: libecpg-dev, libpq-dev, postgresql-common (= 283.pgdg+1), postgresql-server-dev-all, postgresql-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12, postgresql-13, postgresql-plperl-13, postgresql-plpython3-13, postgresql-pltcl-13, postgresql-14, postgresql-plperl-14, postgresql-plpython3-14, postgresql-pltcl-14, postgresql-15, postgresql-plperl-15, postgresql-plpython3-15, postgresql-pltcl-15, postgresql-16, postgresql-plperl-16, postgresql-plpython3-16, postgresql-pltcl-16, postgresql-17, postgresql-plperl-17, postgresql-plpython3-17, postgresql-pltcl-17, postgresql-18, postgresql-plperl-18, postgresql-plpython3-18, postgresql-pltcl-18
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_283.pgdg+1_all.deb
Size: 14896
SHA256: 803ff07feb90bfc9b7c2a778a724661c0afaae3c063661724fd1fb0bfd25ea4c
SHA1: 9537c38b6b7bd8b64ad6b14855e8b300897b3e34
MD5sum: 17364f7fee5174b4851bd2f7d2a8ed63
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 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.
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-client
Source: postgresql-common (283.pgdg+1)
Version: 18+283.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20
Depends: postgresql-client-18
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_18+283.pgdg+1_all.deb
Size: 14748
SHA256: 99e67373d12de2fff39e2eb13da744ba179438b7e3d92470c69a44aa9529f068
SHA1: 2590a9ce3cd713a051666563f1149b69eb5171ad
MD5sum: 2e79374171d12c5faeb01229ee8cb065
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.
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-client-17
Source: postgresql-17
Version: 17.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11104
Depends: libpq5 (>= 17.6), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-17, postgresql-doc-17
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-client-17_17.6-2.pgdg+1_arm64.deb
Size: 1992684
SHA256: 46d31d23f2a40907ca62b7db8e9e8145d42897fe637d2a6c4f03ae9bc78e9a5e
SHA1: 29f90e8d5f5412fd8c9ea64acab242a4aed9ac66
MD5sum: f1be496f2d80283e6103b47cfdde7943
Description: front-end programs for PostgreSQL 17
 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 17. If you install
 PostgreSQL 17 on a standalone machine, you need the server package
 postgresql-17, 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.
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-client-17-dbgsym
Source: postgresql-17
Version: 17.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7127
Depends: postgresql-client-17 (= 17.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-client-17-dbgsym_17.6-2.pgdg+1_arm64.deb
Size: 3043472
SHA256: 85dc76dc4dcbdf7d9d8c0ba274f32a7420de983d03a4001a98b8cae80add5ea5
SHA1: 41df25b15cb6d5842859f3a5fdc801fd213ac1a4
MD5sum: 448ee5b6f7b3732472cd9ffc34b7cc0a
Description: debug symbols for postgresql-client-17
Build-Ids: 14a7b8d3c5c9a0bdb7007da2e0833b79aa04e003 25d2ed61ffab5a213336e0b8916da2b3c2c45c16 2e1a278e863107625535a291f3064e91f9105204 32230214e2eab6d27e1215096ad09589bacc1d2f 3a6886c407f652bf3a9ece0fd223078d73fd1656 42e8b8db8434a4c59a8473648ad6f2eb2d125033 4c57f543fb8c2f2253b092f9eb6b92c004526b82 55b7a41ef49c383df1f83f902e53b3f77596488b 5c0c3986d0a88f4cca02108ec570e83a3e0d1d97 66c6ee48978c9e8109aa6f9395b7d820cb0c1ff2 7c8af678ccebeb28e7d82101fa3ec8a52c633be0 7e3074a78ac79825cab08c82506b56521f8a752c 8013b16e244ee7469621eb64bbeb4011fed2c2a8 8588246202bbf6240f7cd0839f27d05942c4fa19 86ccd481cfc40949a90ccc3ca45565300ecb3e83 c4a811f4c17c0bc08c44ccd1241a74e59b1bff56 d6bc4621bc2e2cb16d47a9c8f0c7ab8e42e1604c d71212a6a32b46d5d779fcf9ca1920e219fdb2ac dfbebce9bd6abe37e8cbd3cea47ca6f2e2f7f079 e6c8108b35e06a23ba3678ab618d28dd330ae2d1 e6d5e785bde38bef19bc0fb4959e1a099ca4ed9f f8e14047f7dad3eebd4495e523a9547d2f4d8950
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-client-18
Source: postgresql-18
Version: 18.0-1.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11816
Depends: libpq5 (>= 18.0), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-18, postgresql-doc-18
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-client-18_18.0-1.pgdg+3_arm64.deb
Size: 2086296
SHA256: 6dade05c4bc4781c933bf62f9bd895ec021b84376f6619e9029f48f7539115bc
SHA1: 11e64bf5d25de817ac2fd12c1bbe6a5d6608b632
MD5sum: c636ccc3b6d270297df5ca5e48a71ed2
Description: front-end programs for PostgreSQL 18
 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 18. If you install
 PostgreSQL 18 on a standalone machine, you need the server package
 postgresql-18, 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.
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-client-18-dbgsym
Source: postgresql-18
Version: 18.0-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7741
Depends: postgresql-client-18 (= 18.0-1.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-client-18-dbgsym_18.0-1.pgdg+3_arm64.deb
Size: 3298148
SHA256: f5c318e3e2fd47437883b4e55211aee67d2fdcaa741df468851365763a21f2ba
SHA1: f912ae1d812a4cd8638c9da88fe11a79a8f7c128
MD5sum: eb215ee46c5d2339cbb190fc14070f72
Description: debug symbols for postgresql-client-18
Build-Ids: 0494240a2a632b27e4ef32eefd3c59a144cf9068 0a79780dc0ee7901eefc979e12dfccf9a797aa06 149d00092c5027786ff557a5abb965c3d0f45655 1c0514fb20610797084cd8086cee4b1b95991ec8 1d1238867f0e23106d092c2f957e2ef4f510dac7 2f973d35de6160ea33c21c8caf105313b22a4e95 3848c01056a713b44962f72362000645c4c7de86 3a805a6b63246835cc4870f3bf14fb1847f54aaf 487311549b933e949bc33ca26e1ee6b9fc187d19 492af82e82d81a9ce5cecd20bbda7e7d9968f8a3 58ac0e08f52b3ac70206dd7c468d3223676c4cd9 5b74023f96e156e5a10550d929bfbac4d6b0e8e1 5d8d52d91a2e11468407a37a5a4ddb861b4c232f 662b714e01aa19cdfa808e72534e487bc7666f74 77ca23650f45d116691450b9bd390be2121df43f 78d19cfe92872a8a41de263e974439d7cd328098 821d667e9a2632c11642a78185cb1be43d8eff06 a7ae4d4848e2d036661803747dfe30096e661cd9 bf2a12f05a042fe78bcbdaab74391ec8b13e3217 d1b99d85f7b56524d5bbc425eb8eeb46805f3812 f26bb461f7904e3f28f767b2b39bf698f7f6d4fd f51080f5cd4e8f2a8c2b280936780bbf87e12f7f
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-client-common
Source: postgresql-common
Version: 283.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: netbase, perl:any
Breaks: pgdg-keyring, postgresql-common (<< 269)
Replaces: pgdg-keyring, postgresql-common (<< 269)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_283.pgdg+1_all.deb
Size: 47832
SHA256: e7c5acf06806612523c77a92930e60c5434efa2fa92bcab88f0711438a83f13e
SHA1: fb96c40e69ef9ca12bbbc36aabec36ece1d95a4f
MD5sum: 1d925243972b3533488ddc17a5aa01a1
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.
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-common
Version: 283.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 353
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, libjson-perl, sysvinit-utils (>= 3.05-4~) | lsb-base, postgresql-client-common (= 283.pgdg+1), ssl-cert (>= 1.0.11), ucf, perl:any
Recommends: e2fsprogs, logrotate
Breaks: postgresql-9.1 (<< 9.1.1-3~)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_283.pgdg+1_all.deb
Size: 112316
SHA256: dbf3568a15f3655ca38cd42e3ef6cad563beb23eac07f015e38e67374160d97a
SHA1: 1ca126df59862e1439cfc0f97a9bf2f213ba52c6
MD5sum: 661d087463638799b3d69362235e8932
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.
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-common-dev
Source: postgresql-common
Version: 283.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 334
Depends: libipc-run-perl, make:any
Breaks: postgresql-client-common (<< 269), postgresql-common (<< 269), postgresql-server-dev-all (<< 269)
Replaces: postgresql-client-common (<< 269), postgresql-common (<< 269), postgresql-server-dev-all (<< 269)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common-dev_283.pgdg+1_all.deb
Size: 73124
SHA256: d8fd111db8a333bfe4573c406413a703712bbf34879eee7f09debd982440eaeb
SHA1: 7f9e4fa0d8c2110858a8bc14ac4c874fa66ef1fd
MD5sum: 7ae8a75688a8c5a6582685a5dd764327
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, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 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.
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-doc
Source: postgresql-common (283.pgdg+1)
Version: 18+283.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20
Depends: postgresql-doc-18
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_18+283.pgdg+1_all.deb
Size: 14744
SHA256: b4d038d050c31ea7708f635c446b1bedf8bdbe6c5b991cbd97dbfe3fe9b1717d
SHA1: f24c799ad97a721c376667f427ea80caa051346a
MD5sum: 0c77ff6dce95f08f8d2ad75f3609f9f0
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.
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-doc-17
Source: postgresql-17
Version: 17.6-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17006
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-17/postgresql-doc-17_17.6-2.pgdg+1_all.deb
Size: 2143664
SHA256: 4bfbe47c9edc5ed97e54c3203d3dcaa01a004a15bce3057a73e12bdfb501090a
SHA1: 3afaf9c5cbbaf9e2bfa10501edc64bc79d8dd4ec
MD5sum: e07e46c1021f14d2c5553f3d27c63de5
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 17. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-doc-18
Source: postgresql-18
Version: 18.0-1.pgdg+3
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17279
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-18/postgresql-doc-18_18.0-1.pgdg+3_all.deb
Size: 2172124
SHA256: 2802bb1bd18039ddd06c412980c3c421e93f4c7487ace1f045d2f2709aafc902
SHA1: 08f5ccfe0a40bb680899668bf0bb550cbf08a9cd
MD5sum: 3feaa8bc882e552ebc3437a66833e30d
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 18. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-plperl-17
Source: postgresql-17
Version: 17.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 578
Depends: perl, postgresql-17 (= 17.6-2.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-plperl-17_17.6-2.pgdg+1_arm64.deb
Size: 82496
SHA256: 52d640f1484601f57c302a576bb30fea4719ec741ea2d9135bd5d6fa52cf3c71
SHA1: 1b70e72f103a4e0b23529ca12b5fdeb3f26d501f
MD5sum: d72a887700868aba1c64b5e754f4d677
Description: PL/Perl procedural language for PostgreSQL 17
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Perl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-plperl-17-dbgsym
Source: postgresql-17
Version: 17.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 245
Depends: postgresql-plperl-17 (= 17.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-plperl-17-dbgsym_17.6-2.pgdg+1_arm64.deb
Size: 199568
SHA256: 93def5ab3b8c6ded090caf752da7ab613bca04e39e4ba15bc1bbab833e8bb4a3
SHA1: 7f1333ee3e6a24376c980d2ac8b008881918af70
MD5sum: 95beaab35d9f38f9ef8121dd13309362
Description: debug symbols for postgresql-plperl-17
Build-Ids: 6ae61254311a4fc64edbcd15eedc917ce05bd98a 8273ea4e6b4e16268eaba25dc187ef896c48fc89 e06e2740fb09149dc8771ed8a828cdd8d84559eb e7d1e173074acc138802426eb7ea39d0b4cbb7f9
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-plperl-18
Source: postgresql-18
Version: 18.0-1.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 538
Depends: perl, postgresql-18 (= 18.0-1.pgdg+3), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-plperl-18_18.0-1.pgdg+3_arm64.deb
Size: 63116
SHA256: 95b78a50e38f56857aeb9e4ca15cffa840330b08a80fe1fc0c3649894130bef9
SHA1: 5462df27bd86cc3363c51b07b150968db51d47af
MD5sum: 604aa20caa02aa8830b27432dc95c08d
Description: PL/Perl procedural language for PostgreSQL 18
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in Perl.  You need this package if you have any
 PostgreSQL 18 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-plperl-18-dbgsym
Source: postgresql-18
Version: 18.0-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 248
Depends: postgresql-plperl-18 (= 18.0-1.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-plperl-18-dbgsym_18.0-1.pgdg+3_arm64.deb
Size: 201716
SHA256: 86ec259a2c4f511df01e831253b3d9b570961a8fef852dbdb0cc477a6965603b
SHA1: 22bc54afd9f8254e5cc4bcf6a0fb2fdfd2ca4dd2
MD5sum: f3cc11f6348f5c99e03aa7c4711bb850
Description: debug symbols for postgresql-plperl-18
Build-Ids: 0ccdbca2511ba9d2f663c16d8c59a11b0e857837 54906ebb4b83ddeb5dbcc9273908188eb9a87a50 7dbe8b29e9ac7f0a717c61261fac5a0434e6180a a453afa1aec8f79e8efd5895244199f2bb806425
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-plpython3-17
Source: postgresql-17
Version: 17.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 683
Depends: postgresql-17 (= 17.6-2.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-plpython3-17_17.6-2.pgdg+1_arm64.deb
Size: 107128
SHA256: a95168ada91d024269e14e19577ddfcff1cf4f3b64006fc37b6e65b1213bc679
SHA1: 9308ed9e59d15e2ad2e776ae540c9e1a3e36fb2f
MD5sum: d1cfee89399c33112acd6017d6cd1a77
Description: PL/Python 3 procedural language for PostgreSQL 17
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Python 3.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-plpython3-17-dbgsym
Source: postgresql-17
Version: 17.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: postgresql-plpython3-17 (= 17.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-plpython3-17-dbgsym_17.6-2.pgdg+1_arm64.deb
Size: 201964
SHA256: 6d37ebb8fcf72710c98c68edddab778ce827b935e39c987dccacb326c0ce4be2
SHA1: f0b2db06925470b7660e5edd93394e169fb09612
MD5sum: c84f5dcaffbc919b26478e450c172393
Description: debug symbols for postgresql-plpython3-17
Build-Ids: 09e06b06b5f6aa4f387341c895dda6c6af12bf13 5e86b6e5596968c7a474c9a46f0636b5950d5986 72cdab62b50396c21048d23bb84b17fa62308b0a bf76f180523200358692439856302f66305c67f8
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-plpython3-18
Source: postgresql-18
Version: 18.0-1.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 700
Depends: postgresql-18 (= 18.0-1.pgdg+3), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-plpython3-18_18.0-1.pgdg+3_arm64.deb
Size: 86520
SHA256: 4a633f9744ffb6e0c35598f28cb474a745256d54d4720c22eab8b940178b1ba2
SHA1: 92f0827178cb44c5c2a14e0f53b71c0cbb5d7e17
MD5sum: 31717d9aac4d3d5916456828f798b943
Description: PL/Python 3 procedural language for PostgreSQL 18
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in Python 3.  You need this package if you have any
 PostgreSQL 18 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-plpython3-18-dbgsym
Source: postgresql-18
Version: 18.0-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 242
Depends: postgresql-plpython3-18 (= 18.0-1.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-plpython3-18-dbgsym_18.0-1.pgdg+3_arm64.deb
Size: 188548
SHA256: e376a32b6711f5398c300a0142eb774a82ef46ac9645b56be0efbfe5d10fca55
SHA1: 0c777dd36b6f82449f751b5e1b7812344b523367
MD5sum: b66de11a8d251c1cfe6b42e2a4b8dd59
Description: debug symbols for postgresql-plpython3-18
Build-Ids: 6659eb527c36097db99d412a17be5b52ea1dc49b 71777f4e165457b66b2464ec30c9c5223a3d2072 96f5e38fb8b7fd3910cf033cfd54cb603d7ae277 c09a09b66e51944c689c8251fabdf42acfffe0d3
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-pltcl-17
Source: postgresql-17
Version: 17.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 206
Depends: postgresql-17 (= 17.6-2.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-pltcl-17_17.6-2.pgdg+1_arm64.deb
Size: 41132
SHA256: 7b054198cabe2b0c0d4418367f26c28bc91165abd3e5430c0babe49ed9cf77a7
SHA1: bdd13b1cfcbc046b71fb61ccf2f0292f3dd19ef3
MD5sum: 40980ecc788036286479027b0fc877ea
Description: PL/Tcl procedural language for PostgreSQL 17
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Tcl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-pltcl-17-dbgsym
Source: postgresql-17
Version: 17.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: postgresql-pltcl-17 (= 17.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-pltcl-17-dbgsym_17.6-2.pgdg+1_arm64.deb
Size: 84692
SHA256: c4428cebe72d53d6854a89d69cff77a3212f1e7222e119167c413f280ae8e798
SHA1: b411a226b04dce85ebefc62168d9e0128047f12f
MD5sum: 569156dc25ab00f7afe3c98ba38ec0af
Description: debug symbols for postgresql-pltcl-17
Build-Ids: 447578079efb40741641bb31112e4153f3a98b11
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-pltcl-18
Source: postgresql-18
Version: 18.0-1.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 203
Depends: postgresql-18 (= 18.0-1.pgdg+3), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-pltcl-18_18.0-1.pgdg+3_arm64.deb
Size: 37900
SHA256: 005f4dc6bf1b004acb8e1231ea806fc74a1172f81657bace62df5f02ec92f937
SHA1: 7177a4f0e17cfa6f983dd440597a443f74a36c05
MD5sum: 8495c9425b197dd74dece05319015e9a
Description: PL/Tcl procedural language for PostgreSQL 18
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in Tcl.  You need this package if you have any
 PostgreSQL 18 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-pltcl-18-dbgsym
Source: postgresql-18
Version: 18.0-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: postgresql-pltcl-18 (= 18.0-1.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-pltcl-18-dbgsym_18.0-1.pgdg+3_arm64.deb
Size: 88340
SHA256: e095bffc98e9035361be77525202c14aff262917ea9094db93fd5735ea1e8b44
SHA1: 3c8df393d1e2f25d29d2788f51809fc8460e7115
MD5sum: 8e85aa8dec7768cbc9a407ff8a986b4e
Description: debug symbols for postgresql-pltcl-18
Build-Ids: b19e78623c3dd840e1c3af47a8e14fdca7b971a5
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-server-dev-17
Source: postgresql-17
Version: 17.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8299
Depends: clang-19, libpq-dev (>= 17~~), llvm-19-dev, postgresql-client-17, postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-17/postgresql-server-dev-17_17.6-2.pgdg+1_arm64.deb
Size: 1319244
SHA256: 69149feccdb831e0aa1b54db767dfc406c03e573130335ab061db785f33706db
SHA1: c6d1ac8b314dff4500ffb6954b86c0d1b0abaf02
MD5sum: 688201912ddb4e0663749851a442e7d1
Description: development files for PostgreSQL 17 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.
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-server-dev-17-dbgsym
Source: postgresql-17
Version: 17.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-server-dev-17 (= 17.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-server-dev-17-dbgsym_17.6-2.pgdg+1_arm64.deb
Size: 56460
SHA256: 2616e94bc6b47f2b63de04813f0d909f8853f06fbda893232721f5e1148e8efe
SHA1: 8f64e0f4d07c7c4046f33e13dd97339d6812e462
MD5sum: 0a605d9784d85c06fe63f14979f8e527
Description: debug symbols for postgresql-server-dev-17
Build-Ids: 844ac7a1cb4acf007dba1312c7987234c4700b25
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-server-dev-18
Source: postgresql-18
Version: 18.0-1.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8759
Depends: clang-19, libpq-dev (>= 18~~), llvm-19-dev, postgresql-client-18 (= 18.0-1.pgdg+3), postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-18/postgresql-server-dev-18_18.0-1.pgdg+3_arm64.deb
Size: 1381560
SHA256: a85e1a25189f9f3cb1defc48d752731f6c43376caa46c3b830a720c7c78e0410
SHA1: e11c3ba5f4c993cad760fe3e0abb5918942f4321
MD5sum: 937ae2a9e940c23d8420c07a2806adb8
Description: development files for PostgreSQL 18 server-side programming
 Header files for compiling SPI 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.
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-server-dev-18-dbgsym
Source: postgresql-18
Version: 18.0-1.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-server-dev-18 (= 18.0-1.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-server-dev-18-dbgsym_18.0-1.pgdg+3_arm64.deb
Size: 56416
SHA256: 0bd1c0870e5d22db7a286e75c021d36614c72ad4626e3a1ee7d839cc5f90133f
SHA1: 11f5a0d05c49cf57341790dd0c9a69d602470662
MD5sum: a65ba8f680586e6c1e9d18ca2190f904
Description: debug symbols for postgresql-server-dev-18
Build-Ids: 5ff8496e6816c1b4882f6faa3d329c213358c653
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 283.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20
Depends: postgresql-common-dev (= 283.pgdg+1), postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12, postgresql-server-dev-13, postgresql-server-dev-14, postgresql-server-dev-15, postgresql-server-dev-16, postgresql-server-dev-17, postgresql-server-dev-18
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_283.pgdg+1_all.deb
Size: 14768
SHA256: 3e077e0a2679ec6aa57fbfe0e89bda409fd0cf98a97cfb809c5ad2b61bd62106
SHA1: 78836d789b6480f8c83011903ad553090361ba81
MD5sum: ff8a44a7165244c5d1fb9393561b2bc4
Description: build tools for multiple PostgreSQL versions
 The postgresql-server-dev-all metapackage depends on all server-dev-NN
 packages for all supported PostgreSQL major versions, required to
 build PostgreSQL extension packages, as well as on postgresql-common-dev
 for build infrastructure.
 .
 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.
Timestamp: 2025-09-25 17:13:25+00

Package: postgresql-18-pgaudit
Source: pgaudit-18
Version: 18.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 139
Depends: postgresql-18, libc6 (>= 2.17)
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-18/postgresql-18-pgaudit_18.0-1.pgdg+1_arm64.deb
Size: 48872
SHA256: 339af150cc55440de6bdebb73ea0c542801e65707d89952c3263ed298913a327
SHA1: 4bca743af5b1456609540595cce9be484f551a07
MD5sum: 0d1e6a4af770ad763e3aa3fd171837f1
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2025-09-26 10:08:56+00

Package: postgresql-18-pgaudit-dbgsym
Source: pgaudit-18
Version: 18.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-18-pgaudit (= 18.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-18/postgresql-18-pgaudit-dbgsym_18.0-1.pgdg+1_arm64.deb
Size: 60792
SHA256: 28c92bf4b03562cc8f930d5bc324854c20bff0c8dd8226de60f6b40e8cef4e5a
SHA1: 33efc4540010aef0fb3f5a08602552eeecd9a9dd
MD5sum: 7738249eb0ff03c9467721ea29069726
Description: debug symbols for postgresql-18-pgaudit
Build-Ids: 3c0dcc55324efd1d995207dd616d8751b3426590
Timestamp: 2025-09-26 10:08:56+00

Package: credativ-pg-migrator
Version: 0.10.0-1.pgdg+1
Architecture: all
Maintainer: Michael Banck <michael.banck@credativ.de>
Installed-Size: 975
Depends: python3-jaydebeapi, python3-pandas, python3-psycopg2, python3-pyodbc, python3-sqlglot, python3-tabulate, python3-yaml, python3:any (>= 3.6~)
Suggests: tdsodbc
Homepage: https://github.com/credativ/credativ-pg-migrator
Priority: optional
Section: python
Filename: pool/main/c/credativ-pg-migrator/credativ-pg-migrator_0.10.0-1.pgdg+1_all.deb
Size: 107920
SHA256: d35b3c191790b80656703774b205a45ddc3849a63ab38be09530f07dbc05de81
SHA1: 3d18ca76e687774218bcc401dceff161afeebf8f
MD5sum: 914213bf8dd355cff749e4e94ceb9068
Description: credativ Postgres Migrator
 This package provides a solution for migrations of whole databases from legacy
 systems to PostgreSQL.
 .
 Main features are:
  - Supports migration of tables, column constraints and defaults, primary
    keys, secondary indexes, foreign keys, functions/procedures, triggers and
    views from source to target database
  - If tables have sequences, migrator sets current values of sequences on the
    target database
  - Migration of views is currently only in rudimentary version, just replacing
    source schema names in code with target schema names
  - Conversion and migration of functions, procedures, triggers currently fully
    works for Informix, and is in progress for Sybase
  - Migrator allows customizable substitutions of data types, default values of
    columns, calls of remote objects
Timestamp: 2025-10-01 19:20:47+00

Package: patroni
Version: 4.0.7-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1499
Depends: python3-click (>= 4.1), python3-consul (>= 0.7.0) | python3-supported-max (<< 3.9), python3-dateutil, python3-prettytable (>= 0.7), python3-psutil, python3-urllib3, python3-yaml, python3-ydiff, python3:any, python3-psycopg2, python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes | python3-pysyncobj, python3-cdiff
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_4.0.7-3.pgdg+1_all.deb
Size: 282088
SHA256: c75d87bcaf03688a97d97e551bd3047cce32a61849e895858dfc09011afcc65c
SHA1: 35fe1d0af8873587b5ef608b0e5a748a26539fc5
MD5sum: fb67de2c2d42bda63d47b0a90f510fdb
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2025-10-01 19:20:47+00

Package: patroni-doc
Source: patroni
Version: 4.0.7-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7183
Depends: libjs-jquery (>= 3.6.0), libjs-sphinxdoc (>= 8.2), sphinx-rtd-theme-common (>= 3.0.2+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_4.0.7-3.pgdg+1_all.deb
Size: 546340
SHA256: 2fd5a0285861e737e732226be7d0cb292c51fc02805da4a7dde60f3e17e91082
SHA1: ef394cb377ecf7944d53de752bad21967ba0dab5
MD5sum: 9083d5e3aefe7061c6348f51bea2e089
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2025-10-01 19:20:47+00

Package: postgresql-10-pointcloud
Source: pgpointcloud
Version: 1.2.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 417
Depends: postgresql-10, libc6 (>= 2.38), libxml2-16 (>= 2.14.1), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-10-pointcloud_1.2.5-3.pgdg+1_arm64.deb
Size: 53364
SHA256: 758b2b2e29d711735860bcdd0079a321f6760db35a5b5832e249127081f62b3f
SHA1: f9ea643be0ed39cf2e5052392b404abeb6345d82
MD5sum: 54844a7f5bdb8e16f00ccc478c6f8f59
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2025-10-01 19:20:47+00

Package: postgresql-10-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-10-pointcloud (= 1.2.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-10-pointcloud-dbgsym_1.2.5-3.pgdg+1_arm64.deb
Size: 161536
SHA256: 44f2e2f2cf5328cf4b13e68d7b79b13f9d0250a7679debeb1bdfcd02d42687bf
SHA1: 8d16c7b792e23a991ca387993ce6d8be820b770e
MD5sum: 7cbffe00d99f3717c638428303ee5c49
Description: debug symbols for postgresql-10-pointcloud
Build-Ids: b5f41978ee59489b4a5f59170b16365bb120e11a
Timestamp: 2025-10-01 19:20:47+00

Package: postgresql-11-pointcloud
Source: pgpointcloud
Version: 1.2.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 417
Depends: postgresql-11, libc6 (>= 2.38), libxml2-16 (>= 2.14.1), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-11-pointcloud_1.2.5-3.pgdg+1_arm64.deb
Size: 53432
SHA256: be0660c6d964fd0e6b0ac8337efc2ee1b00bed577e9e7a7f0fd45fffd77b6ba0
SHA1: 7cf5b785cc00853ce032737212da0313945a89d4
MD5sum: 7a0432e3b0a5e6533724c0a485010626
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2025-10-01 19:20:47+00

Package: postgresql-11-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-11-pointcloud (= 1.2.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-11-pointcloud-dbgsym_1.2.5-3.pgdg+1_arm64.deb
Size: 160348
SHA256: afc3545d4ce7639118bccdeeaeab3d41d8009f43c9848c2c119f524dc8ba2498
SHA1: 8dc908e9bff00e7a7896cc3db6236a7b8b28917b
MD5sum: 218b6b7868c4163322935dfa7c86b4fb
Description: debug symbols for postgresql-11-pointcloud
Build-Ids: 990ff201f304f1ae3308ccf8421c094d444ed3b0
Timestamp: 2025-10-01 19:20:47+00

Package: postgresql-12-pointcloud
Source: pgpointcloud
Version: 1.2.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 514
Depends: postgresql-12, libc6 (>= 2.38), libxml2-16 (>= 2.14.1), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-12-pointcloud_1.2.5-3.pgdg+1_arm64.deb
Size: 97496
SHA256: d717a98982b4225c66c887f7bdf02a3a35b475d89d5ec8473ad693f4c143423a
SHA1: 5f23b9fa5c29b86c306c26919098e6a1046644ae
MD5sum: 6c623ccf9384afc3c01de7459632ff3f
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2025-10-01 19:20:47+00

Package: postgresql-12-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: postgresql-12-pointcloud (= 1.2.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-12-pointcloud-dbgsym_1.2.5-3.pgdg+1_arm64.deb
Size: 169956
SHA256: 0e60e766e6253f77579d6b67455045284035c955f73862ec8d2766ca8d8b1c1b
SHA1: 27b24faac85a6ebb13a1f583df63066b13011107
MD5sum: e01c3404ca398c44f66b0fff8ba468ce
Description: debug symbols for postgresql-12-pointcloud
Build-Ids: 1d8fa510f6a8a600b699c953a6466727524168ff
Timestamp: 2025-10-01 19:20:47+00

Package: postgresql-13-pointcloud
Source: pgpointcloud
Version: 1.2.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 514
Depends: postgresql-13, libc6 (>= 2.38), libxml2-16 (>= 2.14.1), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-13-pointcloud_1.2.5-3.pgdg+1_arm64.deb
Size: 98008
SHA256: ca72453de5cc075d6be85239185d0166bdc2d8a7c6313fce58911699bb532f1e
SHA1: 9ea1289aec66ec04ddb9dffa29dc3d804c4537be
MD5sum: c005a837118ad15e68554221bcd5a9a8
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2025-10-01 19:20:47+00

Package: postgresql-13-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 203
Depends: postgresql-13-pointcloud (= 1.2.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-13-pointcloud-dbgsym_1.2.5-3.pgdg+1_arm64.deb
Size: 171588
SHA256: 528a1adb4625e213a50fe8c8b10c986b7c413054a4de54a2063f83c824a6bcbc
SHA1: b1efc90173655f521290aac7736b16b2de7a73aa
MD5sum: d2ab6a45f9ba015f634e8d58dc6fc531
Description: debug symbols for postgresql-13-pointcloud
Build-Ids: c3160d7909c37297759a84c325bb715f58621089
Timestamp: 2025-10-01 19:20:47+00

Package: postgresql-14-pointcloud
Source: pgpointcloud
Version: 1.2.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 516
Depends: postgresql-14, libc6 (>= 2.38), libxml2-16 (>= 2.14.1), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-14-pointcloud_1.2.5-3.pgdg+1_arm64.deb
Size: 98420
SHA256: c12500dc61b5a147cba09a33b2fad9ada73696ae561183467a7d3f97a5718296
SHA1: 0cf76e9b6f4c0706fc6d8f74a61a3a6cf22f76bd
MD5sum: 796bca956dc8310dae78082cf3fa929a
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2025-10-01 19:20:47+00

Package: postgresql-14-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 203
Depends: postgresql-14-pointcloud (= 1.2.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-14-pointcloud-dbgsym_1.2.5-3.pgdg+1_arm64.deb
Size: 172372
SHA256: 468c97b9d1cff69ad2805cb7cfe257e4fb4c660c5b63335d3b6db8bd20a2d883
SHA1: b8e6b4ebb7a52a985c4b14660f58798050236259
MD5sum: cc535e8b69dd73256dff45f0f2413baf
Description: debug symbols for postgresql-14-pointcloud
Build-Ids: ce91e4b087e8ff211bca019d07bc41e6f2407626
Timestamp: 2025-10-01 19:20:47+00

Package: postgresql-15-pointcloud
Source: pgpointcloud
Version: 1.2.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 516
Depends: postgresql-15, libc6 (>= 2.38), libxml2-16 (>= 2.14.1), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-15-pointcloud_1.2.5-3.pgdg+1_arm64.deb
Size: 98500
SHA256: 720d1fc8d84c1d21a98f1be77ea2c862b8b2ed0e065bd692a5a51942402c2ef5
SHA1: b1850808804214a3d21d764182a6092c22673a93
MD5sum: 8b698bef749f2247dc882dd7688fde0f
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2025-10-01 19:20:47+00

Package: postgresql-15-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 205
Depends: postgresql-15-pointcloud (= 1.2.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-15-pointcloud-dbgsym_1.2.5-3.pgdg+1_arm64.deb
Size: 173148
SHA256: 40e72df8fe43fa8f8eecd580ae7e26afa72dbee0eab848bf8f30616fc169ddff
SHA1: b8e678e30de071dfe2c3f067678cdb57883c1dff
MD5sum: f1293fce0bb9878c7cdc735e38452074
Description: debug symbols for postgresql-15-pointcloud
Build-Ids: 760947e081aad1681ad787dc4462486e941ce3e6
Timestamp: 2025-10-01 19:20:47+00

Package: postgresql-16-pointcloud
Source: pgpointcloud
Version: 1.2.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 516
Depends: postgresql-16, libc6 (>= 2.38), libxml2-16 (>= 2.14.1), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-16-pointcloud_1.2.5-3.pgdg+1_arm64.deb
Size: 97808
SHA256: 5ee1f3157486770f5fb21a5e601be20bc4d3cda9a8317bdf136dcc87f3b777d9
SHA1: e12101845f288fbe3051b17a42a666464de07394
MD5sum: 4c680f28b384d0acd700b15c40ddb7fa
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2025-10-01 19:20:47+00

Package: postgresql-16-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 209
Depends: postgresql-16-pointcloud (= 1.2.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-16-pointcloud-dbgsym_1.2.5-3.pgdg+1_arm64.deb
Size: 178976
SHA256: 62272303b256f32c0c46acb2d3d9495c1fb344dc62d20225b6f92fb37fc821c3
SHA1: 45de86bd084925c6040d437533512b6bdf759d7b
MD5sum: ca81c42c6b1123ea313133d3d778c3a7
Description: debug symbols for postgresql-16-pointcloud
Build-Ids: b5e0bdd63dc16dd881b1ea47ec41c0dc00cf6d36
Timestamp: 2025-10-01 19:20:47+00

Package: postgresql-17-pointcloud
Source: pgpointcloud
Version: 1.2.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 516
Depends: postgresql-17, libc6 (>= 2.38), libxml2-16 (>= 2.14.1), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-17-pointcloud_1.2.5-3.pgdg+1_arm64.deb
Size: 97932
SHA256: 2379aefca3420849b74d930bec5ae139b4013b799dcb2c875895f532e490378e
SHA1: 6d261b712589e12971f5193dbc8928f12d6fc688
MD5sum: 5149cd0cb11cbaf2eaf9df52d5ba8685
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2025-10-01 19:20:47+00

Package: postgresql-17-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 210
Depends: postgresql-17-pointcloud (= 1.2.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-17-pointcloud-dbgsym_1.2.5-3.pgdg+1_arm64.deb
Size: 180180
SHA256: c1d0f490b33e4016edbfe3185ee37d95d8c1a75c127d3811bed62d3332d15b6e
SHA1: 86a4471148023f5c51da5450d8eb9c10d7dbbafa
MD5sum: 161e7c04be2d1bb79d78b86c85e5f7bb
Description: debug symbols for postgresql-17-pointcloud
Build-Ids: 4241633875fe4f4ca30bf139709a2457162851ff
Timestamp: 2025-10-01 19:20:47+00

Package: postgresql-18-pointcloud
Source: pgpointcloud
Version: 1.2.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 516
Depends: postgresql-18, libc6 (>= 2.38), libxml2-16 (>= 2.14.1), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/pgpointcloud/pointcloud
Priority: optional
Section: database
Filename: pool/main/p/pgpointcloud/postgresql-18-pointcloud_1.2.5-3.pgdg+1_arm64.deb
Size: 98104
SHA256: ff282da1d43e3981cbd30d6bbfd6a4254caed17e307c927493638ba37098054c
SHA1: 0812740ccbcc7456006035999deba636236f3e5d
MD5sum: 950923d6dcbe53fb5ffc311b85a68fcc
Description: PostgreSQL extension for storing point cloud (LIDAR) data
 LIDAR sensors quickly produce millions of points with large numbers of
 variables measured on each point. The challenge for a point cloud database
 extension is efficiently storing this data while allowing high fidelity access
 to the many variables stored.
 .
 Much of the complexity in handling LIDAR comes from the need to deal with
 multiple variables per point. The variables captured by LIDAR sensors varies
 by sensor and capture process. Some data sets might contain only X/Y/Z values.
 Others will contain dozens of variables: X, Y, Z; intensity and return number;
 red, green, and blue values; return times; and many more. There is no
 consistency in how variables are stored: intensity might be stored in a 4-byte
 integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
 4-byte integers.
 .
 PostgreSQL Pointcloud deals with all this variability by using a "schema
 document" to describe the contents of any particular LIDAR point. Each point
 contains a number of dimensions, and each dimension can be of any data type,
 with scaling and/or offsets applied to move between the actual value and the
 value stored in the database. The schema document format used by PostgreSQL
 Pointcloud is the same one used by the PDAL library.
Timestamp: 2025-10-01 19:20:47+00

Package: postgresql-18-pointcloud-dbgsym
Source: pgpointcloud
Version: 1.2.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 211
Depends: postgresql-18-pointcloud (= 1.2.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-18-pointcloud-dbgsym_1.2.5-3.pgdg+1_arm64.deb
Size: 181316
SHA256: 5000a481406bc6657fe2a166fb4d34bf0b53e9d02b17753dbc83652190db0014
SHA1: a36ff116c0d8f8f6cf32494636dd94a2795fb7b5
MD5sum: 2aa82b9c7237a52114c7ebf18f82b707
Description: debug symbols for postgresql-18-pointcloud
Build-Ids: c4464d1677a8389833494138c33b5e32b41d33b8
Timestamp: 2025-10-01 19:20:47+00

Package: barman
Version: 3.16.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 107
Depends: python3-barman (= 3.16.0-1.pgdg+1), python3-pkg-resources, adduser, file, rsync, python3:any
Recommends: openssh-server, openssh-client, postgresql-client
Suggests: barman-cli, repmgr
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman_3.16.0-1.pgdg+1_all.deb
Size: 74012
SHA256: f45785c1787f3114c2e7d6125f07daea8c0507f319d5422c740924e903e7fdb4
SHA1: 32a20cebf9a5f8104056ca04736501a387c88552
MD5sum: fe1457b418517f3634969a7b1bc6805c
Description: Backup and Recovery Manager for PostgreSQL
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by EDB.
 .
 This package provides barman binary.
Timestamp: 2025-10-04 15:12:26+00

Package: barman-cli
Source: barman
Version: 3.16.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 63
Depends: python3-barman (= 3.16.0-1.pgdg+1), python3-pkg-resources, rsync, python3:any
Recommends: openssh-client
Suggests: barman-cli-cloud
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli_3.16.0-1.pgdg+1_all.deb
Size: 42912
SHA256: 196fc01c85865cf792c8ee7c3ab6ab598672998e9ac6fb39950caa2820312168
SHA1: d6e048f500c54b05b830b75969c4c9f790e680c7
MD5sum: 616949bb3a73d58350e2da8dd503c5d9
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 organization 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 EDB.
Timestamp: 2025-10-04 15:12:26+00

Package: barman-cli-cloud
Source: barman
Version: 3.16.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 46
Depends: python3-barman (= 3.16.0-1.pgdg+1), python3-pkg-resources, rsync, python3:any, python3-boto3
Breaks: barman-cli (<< 2.10-3~~)
Replaces: barman-cli (<< 2.10-3~~)
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli-cloud_3.16.0-1.pgdg+1_all.deb
Size: 26420
SHA256: caf53fdc539bee3bd01dd105cc7bef875cc8598cb4e1ca81d24c2bf99be0139f
SHA1: 11e3e5e960cf51651c908d48b3603073a881958e
MD5sum: bd81d5a4e8a40be9bf6395020d07ff1b
Description: Cloud 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 organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli-cloud package contains cloud client utilities for the
 integration of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by EDB.
Timestamp: 2025-10-04 15:12:26+00

Package: python3-barman
Source: barman
Version: 3.16.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1703
Depends: python3-dateutil, python3-pkg-resources, python3-psycopg2, python3:any, python3-setuptools
Breaks: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Replaces: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Homepage: https://www.pgbarman.org
Priority: optional
Section: python
Filename: pool/main/b/barman/python3-barman_3.16.0-1.pgdg+1_all.deb
Size: 268224
SHA256: 2a3a94955d2b72b9132c2dabc091aee51d8d2972b34e515dfa87a211d62e9a92
SHA1: 5c214dad289d99a67ad990bc38a3882bdcf7d647
MD5sum: 56d92b5f78747b6960ffbcec392b836b
Description: Backup and Recovery Manager for PostgreSQL - Python modules
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by EDB.
 .
 This package provides Python 3 modules only.
Timestamp: 2025-10-04 15:12:26+00

Package: libgvm22t64
Source: gvm-libs
Version: 22.24.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 778
Depends: libc6 (>= 2.38), libcjson1 (>= 1.7.5), libcrypt1 (>= 1:4.1.0), libcurl3t64-gnutls (>= 7.83.0), libgcrypt20 (>= 1.11.1), libglib2.0-0t64 (>= 2.76.0), libgnutls30t64 (>= 3.8.1), libgpgme11t64 (>= 1.23.2), libhiredis1.1.0 (>= 1.2.0), libldap2 (>= 2.6.2), libnet9 (>= 1.1.2.1), libpaho-mqtt1.3 (>= 1.3.0), libpcap0.8t64 (>= 0.9.8), libradcli4 (>= 1.2.11), libssh-4 (>= 0.8.0), libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), zlib1g (>= 1:1.2.3.3)
Conflicts: libopenvas9
Breaks: libgvm22 (<< 22.24.0-1.pgdg+2)
Replaces: libgvm22, libopenvas9
Provides: libgvm22 (= 22.24.0-1.pgdg+2)
Multi-Arch: same
Homepage: https://www.greenbone.net/
Priority: optional
Section: libs
Filename: pool/main/g/gvm-libs/libgvm22t64_22.24.0-1.pgdg+2_arm64.deb
Size: 137832
SHA256: 60f3ae8deac42e1457a4c8e8b08c22224f6bee2185450abccd55fa00b3fc759d
SHA1: cbb8bf00dd3d37766e7f87501d81ddef3de82e31
MD5sum: 039ba77b9fa788445ee5c1ef6cbb0ec0
Description: remote network security auditor - shared libraries
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the required shared libraries.
Timestamp: 2025-10-07 15:52:55+00

Package: libgvm22t64-dbgsym
Source: gvm-libs
Version: 22.24.0-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 594
Depends: libgvm22t64 (= 22.24.0-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/g/gvm-libs/libgvm22t64-dbgsym_22.24.0-1.pgdg+2_arm64.deb
Size: 480008
SHA256: a79ec4c1cd72fde30cdc4c74e852b387993f7a600b64749bc57e601cbd0fff7f
SHA1: d6c9136f041c96221405597bf175556f29aba2a3
MD5sum: 7cd51e3e487721c83f08601ab24b194c
Description: debug symbols for libgvm22t64
Build-Ids: 08af109c8d4a14a1e0a121e5c71e5da475017418 0cbfe2d9f731844d01faefe52b6e039575232b34 26b76a2a2d19cba7a9f95c32f3d6ae0b9402f5b9 26da5912f1ee2bc57d708cba71a8a7dd5624d82e 37a94739fc6826666746441416d428e075b0761c 7523dccb4901eda866265bd2e1180b3d4110ddc3 e53c90d2ce6da23cfcb48b1d982a0804f22817fd e813829c9bf06a857d79ca37db6f9c411a01fd1e
Timestamp: 2025-10-07 15:52:55+00

Package: libgvm-dev
Source: gvm-libs
Version: 22.24.0-1.pgdg+2
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 178
Depends: libgcrypt-dev, libglib2.0-dev, libgnutls28-dev, libgpgme-dev, libhiredis-dev, libksba-dev, libgvm22t64 (= 22.24.0-1.pgdg+2), libpcap-dev, libssh-dev, uuid-dev, libsnmp-dev
Suggests: libgvm-doc
Homepage: https://www.greenbone.net/
Priority: optional
Section: libdevel
Filename: pool/main/g/gvm-libs/libgvm-dev_22.24.0-1.pgdg+2_arm64.deb
Size: 29464
SHA256: 9386029742775f9780a26f84a9bf5c2a8661f32ed879fe8832ad0a72cda196c6
SHA1: f8df086b2b23356c6547ea64c77abe6f4f62a525
MD5sum: 10d1703e025a09b34d5207c426eaad8a
Description: remote network security auditor - static libraries and headers
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the required static libraries and headers.
Timestamp: 2025-10-07 15:52:55+00

Package: libgvm-doc
Source: gvm-libs
Version: 22.24.0-1.pgdg+2
Architecture: all
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 10765
Homepage: https://www.greenbone.net/
Priority: optional
Section: doc
Filename: pool/main/g/gvm-libs/libgvm-doc_22.24.0-1.pgdg+2_all.deb
Size: 630440
SHA256: 87925c00d2acc0b4d69d5473a55b03c125861d9e7d0ee596a5ba18fdd2607ab1
SHA1: e28f9d52e1ceb254379830a389e9e901fb2504dc
MD5sum: e03d921f7cf1a8a3a9ac8dfea7973099
Description: remote network security auditor - libraries documentation
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the doxygen generated HTML documentation for the
 libraries.
Timestamp: 2025-10-07 15:52:55+00

Package: postgresql-11-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-11-pgaudit, postgresql-11, libc6 (>= 2.34)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile_1.7.2-2.pgdg+1_arm64.deb
Size: 16076
SHA256: 1edf9803658d9399349542cfc5722ff60f047b2e1ab002ee5fc8b965c8fab4d6
SHA1: 410f3ddb6c51d94ee7c97083887b87a775dd0a11
MD5sum: 00bfe62f20b29618ad58673e19c3bea5
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-10-07 15:52:55+00

Package: postgresql-11-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-11-pgauditlogtofile (= 1.7.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile-dbgsym_1.7.2-2.pgdg+1_arm64.deb
Size: 38408
SHA256: 4566699e9e03c41191d010d46aa06048d75e47607adfc5300c9d0697e5d56d83
SHA1: 0d33580514ec622daab0296b32b074f980a16e8a
MD5sum: 44118274819e4d3d20311efd7923894f
Description: debug symbols for postgresql-11-pgauditlogtofile
Build-Ids: 08764f66db59a4c60bd7da97cf353e665d8be75b
Timestamp: 2025-10-07 15:52:55+00

Package: postgresql-12-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-12-pgaudit, postgresql-12, libc6 (>= 2.34)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile_1.7.2-2.pgdg+1_arm64.deb
Size: 50244
SHA256: e5f0fb1048c9ecdac0e3868f55969dccd525488fd12f020b335da6c6a3c26e35
SHA1: 1e10ef24f9cb966f78865e0e420a52ee68325c07
MD5sum: dcbe752e6da66dba7aa7249a0a8a4aca
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-10-07 15:52:55+00

Package: postgresql-12-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-12-pgauditlogtofile (= 1.7.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile-dbgsym_1.7.2-2.pgdg+1_arm64.deb
Size: 38452
SHA256: 2a1fae9c95c4a3d82b946b108a542173b1544a3e458788bb7f5ee3e2486c2346
SHA1: cef279ccb98e032c56af508c010944da9a287da0
MD5sum: c2a2836683a51195bb4066975a7808d3
Description: debug symbols for postgresql-12-pgauditlogtofile
Build-Ids: caab02c4d747f877bdb2e21f8e84af5b0fdfd0c9
Timestamp: 2025-10-07 15:52:55+00

Package: postgresql-13-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-13-pgaudit, postgresql-13, libc6 (>= 2.34)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile_1.7.2-2.pgdg+1_arm64.deb
Size: 50096
SHA256: 1a01ea7d4576de7920ded09d221f8122c8a87fd272f4e3312af6b6fc40f279d3
SHA1: d08786a3faba996cb14682c276dc55c9a7be861f
MD5sum: f903914e15f325aea153892a974f6a2b
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-10-07 15:52:55+00

Package: postgresql-13-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-13-pgauditlogtofile (= 1.7.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile-dbgsym_1.7.2-2.pgdg+1_arm64.deb
Size: 38480
SHA256: 9da62e40e444e36b2e2901106e3403da835f7cea48b9f22dc14eb941b953856a
SHA1: fcb9e8437ac5d5346931dab32df4634efa69059e
MD5sum: 879ff85a1300a305d0728ceae1ee981e
Description: debug symbols for postgresql-13-pgauditlogtofile
Build-Ids: 10b4aafc12479359cdfdd2527c11f1626e9443a8
Timestamp: 2025-10-07 15:52:55+00

Package: postgresql-14-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-14-pgaudit, postgresql-14, libc6 (>= 2.34)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile_1.7.2-2.pgdg+1_arm64.deb
Size: 50124
SHA256: 85109b9923a092ec85b1f3d5d3eca03910338514365732f76e87fff8cb8e43af
SHA1: e9ea107276b42c6a9372a37e8b023a2777d60ec3
MD5sum: e7bc3932432ce9e7d572f539aad84e65
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-10-07 15:52:55+00

Package: postgresql-14-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-14-pgauditlogtofile (= 1.7.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile-dbgsym_1.7.2-2.pgdg+1_arm64.deb
Size: 39424
SHA256: 3bd14c9a7b572efc10eb59394bd5b0515340f07ab07c5243430e20d9fc19d12b
SHA1: 0be732468219f0dd576949c414291ac8136606c0
MD5sum: cd10c003467888cc57b0478b3ff5fc7e
Description: debug symbols for postgresql-14-pgauditlogtofile
Build-Ids: f10d53385a7a48af85688bc57a2018c5b3c37d75
Timestamp: 2025-10-07 15:52:55+00

Package: postgresql-15-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-15-pgaudit, postgresql-15, libc6 (>= 2.34)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile_1.7.2-2.pgdg+1_arm64.deb
Size: 50420
SHA256: 8ae4051b66a15f62623c8b345c707cd8d02d39d22fd54c1ce848e1e48e1812d9
SHA1: 63b17ad597d836cdae01df0666406b13e97d4cb4
MD5sum: ff0f00317f1c08fbba82dd9b97d2d10c
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-10-07 15:52:55+00

Package: postgresql-15-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-15-pgauditlogtofile (= 1.7.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile-dbgsym_1.7.2-2.pgdg+1_arm64.deb
Size: 39788
SHA256: 8d4a469736aec76d476deeca3a259ee7fcd65e3a2ff5fcabe3bac612552354e3
SHA1: 13994d2e6781ce7a96463046c42a8844d4aa066a
MD5sum: 7633471e6991acccbb4b47b2bf61ef84
Description: debug symbols for postgresql-15-pgauditlogtofile
Build-Ids: ee52ecf2bb6abaf2d70678d219169e158c0b63d7
Timestamp: 2025-10-07 15:52:55+00

Package: postgresql-16-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-16-pgaudit, postgresql-16, libc6 (>= 2.34)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile_1.7.2-2.pgdg+1_arm64.deb
Size: 49740
SHA256: a06f7ccc0adad0610a82ebed8e3f697cc32674b06e88866293ee2ae6d10d313a
SHA1: ce3dedc1742d7a8947df9d079b78b6294ef40ede
MD5sum: 2959b8d1c20b81f83776ffee9883384f
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-10-07 15:52:55+00

Package: postgresql-16-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-16-pgauditlogtofile (= 1.7.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile-dbgsym_1.7.2-2.pgdg+1_arm64.deb
Size: 40120
SHA256: ec785beee2e465967d131c742e7b83ca7b10a8074d2594fe742b857609be9aec
SHA1: 879579552a7b45023f36c1e35b234ccca0b5c33b
MD5sum: 0cb29061f7d29ba27abe434bf1873219
Description: debug symbols for postgresql-16-pgauditlogtofile
Build-Ids: 4ab5b64dfc24d737f7743a3e245767e9e2c1344b
Timestamp: 2025-10-07 15:52:55+00

Package: postgresql-17-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-17-pgaudit, postgresql-17, libc6 (>= 2.34)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-17-pgauditlogtofile_1.7.2-2.pgdg+1_arm64.deb
Size: 49756
SHA256: ae151066233af1f99003d4ff20484d1a6b6068588551118cbfac9f0b366825a9
SHA1: a3b2ce8e3799f082962e351804d9b66389b30500
MD5sum: 8c25c49f097e5b7c1d0361e08cf47d5a
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-10-07 15:52:55+00

Package: postgresql-17-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-17-pgauditlogtofile (= 1.7.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-17-pgauditlogtofile-dbgsym_1.7.2-2.pgdg+1_arm64.deb
Size: 40312
SHA256: c082ce8d258d42a05e12dc9ddaad36f7f6dafddebb570b6a235f78d2e8efbda5
SHA1: 35cf55605b061076d27a77213cbdebdeebc48253
MD5sum: 4d4d44581523fbb8c060144f6d94ddec
Description: debug symbols for postgresql-17-pgauditlogtofile
Build-Ids: 2bac87a031f36536a91c2401e45c9d6fb1840d83
Timestamp: 2025-10-07 15:52:55+00

Package: postgresql-18-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-18-pgaudit, postgresql-18, libc6 (>= 2.34)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-18-pgauditlogtofile_1.7.2-2.pgdg+1_arm64.deb
Size: 49920
SHA256: a4923f4ce0d1e23a3875cae0eff9894649ad50c8ec3a70880b4afb45ab9b7c67
SHA1: 98b760fc403ab2c0fb5514e64e1f709c553e06a0
MD5sum: 384e86bb09a15b79c8f9a07ddd154f38
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-10-07 15:52:55+00

Package: postgresql-18-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: postgresql-18-pgauditlogtofile (= 1.7.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-18-pgauditlogtofile-dbgsym_1.7.2-2.pgdg+1_arm64.deb
Size: 40792
SHA256: 162a4ed8cfe5e9ae8b5408bf9abefe7cc7a2cfe6ef65d8c6e9b14e3b3c7a4956
SHA1: 7aa4444facfd50fa7cc0462c547f60b00e8f042e
MD5sum: 8970bbdc569d70dd8f8fb2b021571d03
Description: debug symbols for postgresql-18-pgauditlogtofile
Build-Ids: 3ac2126614b73b9b733cb9f2cfda988313f64e5e
Timestamp: 2025-10-07 15:52:55+00

Package: libecpg-compat3
Source: postgresql-13
Version: 13.22-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg-compat3_13.22-1.pgdg+2_arm64.deb
Size: 24972
SHA256: 27755f9398028fcbcb97a4ce3c1413269426c6cba0971785f712b19ede24113e
SHA1: 59f04bddf31f05f4e28ba3af21e41ddb1bc0ef16
MD5sum: 2d5675b9c771cfe2fe2085784ed395b9
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.
Timestamp: 2025-10-09 14:03:13+00

Package: libecpg-compat3-dbgsym
Source: postgresql-13
Version: 13.22-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 13.22-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-compat3-dbgsym_13.22-1.pgdg+2_arm64.deb
Size: 16844
SHA256: aaca4de751d73cdeb3804332f920ef104890d548acc0aa887a75d34586f1904e
SHA1: 41390cc9389687b097387fbdf47453f749b3e415
MD5sum: f8d7177548f7220ae4d3250c3ad398b2
Description: debug symbols for libecpg-compat3
Build-Ids: db8daf4a90f6a559497e45f8aba1b3ab64d24619
Timestamp: 2025-10-09 14:03:13+00

Package: libecpg-dev
Source: postgresql-13
Version: 13.22-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1521
Depends: libecpg-compat3 (= 13.22-1.pgdg+2), libecpg6 (= 13.22-1.pgdg+2), libpgtypes3 (= 13.22-1.pgdg+2), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libecpg-dev_13.22-1.pgdg+2_arm64.deb
Size: 270648
SHA256: 0300555c5f4c9e63a702b24b51d39b03b5ed0ffa534773d598a03c0b4eab8b6f
SHA1: 939b5cdff174a3c538f04f33e0c48fc3c8c8c71d
MD5sum: 604bec43ce104c63fca43610fa1dd881
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).
Timestamp: 2025-10-09 14:03:13+00

Package: libecpg-dev-dbgsym
Source: postgresql-13
Version: 13.22-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1150
Depends: libecpg-dev (= 13.22-1.pgdg+2)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-dev-dbgsym_13.22-1.pgdg+2_arm64.deb
Size: 232544
SHA256: 1618a97da31fb61cba3b9868da602961c517ddde83632075809ef29e3f264357
SHA1: 9a7759617b459a891cc8430a9805f812abab94b9
MD5sum: d06734f12f836482220825ab1f62d840
Description: debug symbols for libecpg-dev
Build-Ids: fa8a636c0e7f9bde004669be92e62c2d1e569d21
Timestamp: 2025-10-09 14:03:13+00

Package: libecpg6
Source: postgresql-13
Version: 13.22-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 266
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg6_13.22-1.pgdg+2_arm64.deb
Size: 64988
SHA256: 9610baa16494340880321a9b56b292a9869dd22b930d67dbe8adf50fe0f4094c
SHA1: 32dbfb246478f181965896a776fa2d1732bed0c3
MD5sum: 5894c95589b0160dad1ffd756442c953
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.
Timestamp: 2025-10-09 14:03:13+00

Package: libecpg6-dbgsym
Source: postgresql-13
Version: 13.22-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 13.22-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg6-dbgsym_13.22-1.pgdg+2_arm64.deb
Size: 112836
SHA256: 627a57dc7d93ef1bc3d4c7fd1d7ce4889ee696416a1e42e04c8900eb0653d46e
SHA1: e0ac5e1b400e31a00df17f814410a6484d691b88
MD5sum: 57d2d9325706b6b29e7d42ee7f7a27ab
Description: debug symbols for libecpg6
Build-Ids: 6541a178758268be9922c304ae4bee18a7d0a99e
Timestamp: 2025-10-09 14:03:13+00

Package: libpgtypes3
Source: postgresql-13
Version: 13.22-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 173
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpgtypes3_13.22-1.pgdg+2_arm64.deb
Size: 50748
SHA256: dcfcfbc4d23a3414c519a42aa3dd1f691fbf3e6572c51d13572d992affcb65a1
SHA1: 4ea5d444e3cc8ace5b8c5e6461ceb1fdc42adf88
MD5sum: 68140c9dd49d39af8aaf7ab2cf0f96d0
Description: shared library libpgtypes for PostgreSQL 13
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-10-09 14:03:13+00

Package: libpgtypes3-dbgsym
Source: postgresql-13
Version: 13.22-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 13.22-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpgtypes3-dbgsym_13.22-1.pgdg+2_arm64.deb
Size: 88080
SHA256: b8e2c99f9f0aa6254797b03049769de7492b686280d811b03d606152064849b5
SHA1: 3c070f646e41575c3a92ccf4d666af0048e9c6c9
MD5sum: 84e988ad8f0e7859653e7bda30e9096a
Description: debug symbols for libpgtypes3
Build-Ids: 25cf76b802109030ab23b5771a9233d48553a2e0
Timestamp: 2025-10-09 14:03:13+00

Package: libpq-dev
Source: postgresql-13
Version: 13.22-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 582
Depends: libpq5 (= 13.22-1.pgdg+2)
Suggests: postgresql-doc-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libpq-dev_13.22-1.pgdg+2_arm64.deb
Size: 145032
SHA256: e333dc91a4512754e7810044849a58ca3e93dc48ecdd69096b3b04feaa5be6f3
SHA1: 5643152355d9b42fa4c932fa314b09ef6d81606c
MD5sum: e4a08cb728ffb9025cfb49dadcadd142
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.
Timestamp: 2025-10-09 14:03:13+00

Package: libpq5
Source: postgresql-13
Version: 13.22-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 856
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpq5_13.22-1.pgdg+2_arm64.deb
Size: 182772
SHA256: 1e5efe60702405d36da5e2ffd4062893e84bceb906435883c4182cce6ac1afac
SHA1: f0d038bd165c5d0279ea87b15c27d88cf9549b5e
MD5sum: 41c3be63aefe36bccfc090ff95250da4
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.
Timestamp: 2025-10-09 14:03:13+00

Package: libpq5-dbgsym
Source: postgresql-13
Version: 13.22-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 293
Depends: libpq5 (= 13.22-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpq5-dbgsym_13.22-1.pgdg+2_arm64.deb
Size: 258292
SHA256: 42020975ed318ca3b9bab94b73104995e7bcc56479caccaba90c55e806a23085
SHA1: 6a1992bbfeec9b86411243beecf3b89356da7fa7
MD5sum: 7aa828383b5fa56c45437e01a0b82589
Description: debug symbols for libpq5
Build-Ids: cc6dab62367326f645ce68c2e2c2cf2792d055b5
Timestamp: 2025-10-09 14:03:13+00

Package: libecpg-compat3
Source: postgresql-11
Version: 11.22-10.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg-compat3_11.22-10.pgdg+2_arm64.deb
Size: 21684
SHA256: 6e8cddb96d4af13427645d316df292e3ac411474903cdb97b335b6ff9211db6d
SHA1: 4cf1f44bdeb9d9bd619c532d295d0d8383d4b840
MD5sum: 8cf2609d7f86f4b9dd28503d190ddd1e
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.
Timestamp: 2025-10-09 14:03:06+00

Package: libecpg-compat3-dbgsym
Source: postgresql-11
Version: 11.22-10.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 11.22-10.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-compat3-dbgsym_11.22-10.pgdg+2_arm64.deb
Size: 16860
SHA256: 5cd283b197b9bbd9e62c04512120ec3429f72ae44df08fa4958e1e411ee6ecbf
SHA1: 33e6d6ce7f77f1c373d200ad3271911f04eaccc5
MD5sum: 86b14d0509eabf30c5c1cfb883e5eabe
Description: debug symbols for libecpg-compat3
Build-Ids: 91bb6d62399b2e79acd9705dac85644ba57ea91d
Timestamp: 2025-10-09 14:03:06+00

Package: libecpg-dev
Source: postgresql-11
Version: 11.22-10.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1318
Depends: libecpg-compat3 (= 11.22-10.pgdg+2), libecpg6 (= 11.22-10.pgdg+2), libpgtypes3 (= 11.22-10.pgdg+2), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libecpg-dev_11.22-10.pgdg+2_arm64.deb
Size: 228396
SHA256: ab52753d2bc1218d23943534b37c45076963e57db931a6d51879ef7e375768a8
SHA1: d0b67257dd7091125f4ecffbb926ba9fcb3f2f18
MD5sum: 444a88b284a3631d78ceab173c0a85df
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).
Timestamp: 2025-10-09 14:03:06+00

Package: libecpg-dev-dbgsym
Source: postgresql-11
Version: 11.22-10.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1129
Depends: libecpg-dev (= 11.22-10.pgdg+2)
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-dev-dbgsym_11.22-10.pgdg+2_arm64.deb
Size: 215712
SHA256: b1b86d0214eea5c1eb9e7e11d0b6313d4a5b05c69484b54b89f068459e2bc5d7
SHA1: cd4e4cb3e03d26da85a9dcbb79a3db0766c4743c
MD5sum: e8fdb7e991b55e4139af9ff2334978fb
Description: debug symbols for libecpg-dev
Build-Ids: edc89a7ad2a152c4241e3b137523200a3ccdc7f5
Timestamp: 2025-10-09 14:03:06+00

Package: libecpg6
Source: postgresql-11
Version: 11.22-10.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 486
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg6_11.22-10.pgdg+2_arm64.deb
Size: 89180
SHA256: 3a5885cd3f180109af0a1df727e1cd497c7e8ec8ce0384fc4e5c8105926eaa7d
SHA1: 023831083d8e783cb76afbd759fd9cc4cd7591e0
MD5sum: abf64924ae30966648e64bab42015a91
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.
Timestamp: 2025-10-09 14:03:06+00

Package: libecpg6-dbgsym
Source: postgresql-11
Version: 11.22-10.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libecpg6 (= 11.22-10.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg6-dbgsym_11.22-10.pgdg+2_arm64.deb
Size: 93008
SHA256: 068435b89fc332250fc59bc9cb8be8bad830389ee8030a02d436a52a6579637d
SHA1: c6c7ff6a9c804a3a8b7f554613ca1ca99b38300b
MD5sum: 414844fca57a8c5994f70810b91a2890
Description: debug symbols for libecpg6
Build-Ids: e51e99ec09285b53c931b34dee409e1d8c69508f
Timestamp: 2025-10-09 14:03:06+00

Package: libpgtypes3
Source: postgresql-11
Version: 11.22-10.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpgtypes3_11.22-10.pgdg+2_arm64.deb
Size: 42056
SHA256: 85bbf0f365f330e77a1091de03556e479571899ef1fa9e73869b543b83593bf4
SHA1: 1fee1b9da491709d19a97d569838fc4861dc3ed7
MD5sum: b0a865c6a7075d13d87057481be4d119
Description: shared library libpgtypes for PostgreSQL 11
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-10-09 14:03:06+00

Package: libpgtypes3-dbgsym
Source: postgresql-11
Version: 11.22-10.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: libpgtypes3 (= 11.22-10.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpgtypes3-dbgsym_11.22-10.pgdg+2_arm64.deb
Size: 70484
SHA256: 48aaae705ff4c60029504c7f4438f0c8564711c3fbe6fdfbf411a836a4eafe4e
SHA1: 1e30b28c48ef297d5304ddcb0afe3eb2e8473993
MD5sum: dd570f47b52ddc2997bbf1a7e721c11c
Description: debug symbols for libpgtypes3
Build-Ids: 5f9d48ecfa91d3f74028e31335092cb911d6755e
Timestamp: 2025-10-09 14:03:06+00

Package: libpq-dev
Source: postgresql-11
Version: 11.22-10.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 704
Depends: libpq5 (= 11.22-10.pgdg+2)
Suggests: postgresql-doc-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libpq-dev_11.22-10.pgdg+2_arm64.deb
Size: 166912
SHA256: 7138617216684b3a275f43aa23a5d1a4da29895ca9c6ad4bfa5c42536946dea2
SHA1: ccc58fff7be004b5a7046b38ed0096c139252d95
MD5sum: 972e6fbf927db5dc9a18276983e3f0ec
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.
Timestamp: 2025-10-09 14:03:06+00

Package: libpq5
Source: postgresql-11
Version: 11.22-10.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 784
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpq5_11.22-10.pgdg+2_arm64.deb
Size: 168308
SHA256: 60e3f2783f9f1f39662d00e6c8ef5caa5d4347a4a1f42356629812728adb74bf
SHA1: 4cb033f6dcfcf78d78218a7cc3749e9017f521bd
MD5sum: 0da45071d3dfc4460d2d97a4d078d3f1
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.
Timestamp: 2025-10-09 14:03:06+00

Package: libpq5-dbgsym
Source: postgresql-11
Version: 11.22-10.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: libpq5 (= 11.22-10.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpq5-dbgsym_11.22-10.pgdg+2_arm64.deb
Size: 231072
SHA256: 3e671d194c7ad2cf16847ad78207de1261f3e12fb6a040e94955feadc52bf31c
SHA1: 5cdaec16e0da22a01da20749eecbce819367b88f
MD5sum: 2cd76e61fd5310b7bf174017c00fadd5
Description: debug symbols for libpq5
Build-Ids: b7f472f86417118e69137d685f73ba73e168017a
Timestamp: 2025-10-09 14:03:06+00

Package: libecpg-compat3
Source: postgresql-14
Version: 14.19-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg-compat3_14.19-1.pgdg+2_arm64.deb
Size: 22544
SHA256: 43fca8a1d3f742099bb3508df77aa592e129dc3cc0f617259f924ad31bac1701
SHA1: cc4270d8715670907c2463980d8337f1b80f8110
MD5sum: 7516df79a068eb32ee56d52331a1b19d
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.
Timestamp: 2025-10-09 14:03:17+00

Package: libecpg-compat3-dbgsym
Source: postgresql-14
Version: 14.19-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 14.19-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-compat3-dbgsym_14.19-1.pgdg+2_arm64.deb
Size: 16856
SHA256: 597ca74ce31293e84cb259faed1105925c3264bd75c4576856a66d9c4994ffc9
SHA1: c8b1f18b7dac93651be973bd017de763c35a8cfd
MD5sum: d105f8f221f76ac1d68290cf4314b850
Description: debug symbols for libecpg-compat3
Build-Ids: 120ee358cd99ec487f1823f0bf0c3c7ed930be86
Timestamp: 2025-10-09 14:03:17+00

Package: libecpg-dev
Source: postgresql-14
Version: 14.19-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1608
Depends: libecpg-compat3 (= 14.19-1.pgdg+2), libecpg6 (= 14.19-1.pgdg+2), libpgtypes3 (= 14.19-1.pgdg+2), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libecpg-dev_14.19-1.pgdg+2_arm64.deb
Size: 276028
SHA256: eb26f9d7c9503ed0af50b31108bbed25d9603b222f7dbe59e2738f7876caa845
SHA1: 0eda88c16bc7aa5568c493536ef7915aed6c88bf
MD5sum: 134fa91be0b84325c3870f3fe1f7b856
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).
Timestamp: 2025-10-09 14:03:17+00

Package: libecpg-dev-dbgsym
Source: postgresql-14
Version: 14.19-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1193
Depends: libecpg-dev (= 14.19-1.pgdg+2)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-dev-dbgsym_14.19-1.pgdg+2_arm64.deb
Size: 237484
SHA256: beb511494fdb1a21cf30e5721e310cb4f2d8d5793b765b8dc37d6c8a26199cef
SHA1: 717a4b286a2e1b9822f2074949c967af8031134b
MD5sum: 77b3fd4edad4366315adac87beab3cba
Description: debug symbols for libecpg-dev
Build-Ids: 3dfb15407056df3f31393bebbf3e6689898d43c5
Timestamp: 2025-10-09 14:03:17+00

Package: libecpg6
Source: postgresql-14
Version: 14.19-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 271
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg6_14.19-1.pgdg+2_arm64.deb
Size: 63340
SHA256: a2c0ea056d9d7ae423727c54b72df9c9296c6a1fb015900c33c78bae8ee5cbb7
SHA1: 42a46659cafb90323cbc7054a8a72139fc0c47aa
MD5sum: fbcf56628aba9fb5a40d2c58ffd4c887
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.
Timestamp: 2025-10-09 14:03:17+00

Package: libecpg6-dbgsym
Source: postgresql-14
Version: 14.19-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 14.19-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg6-dbgsym_14.19-1.pgdg+2_arm64.deb
Size: 112736
SHA256: fc14bbc66bdd70792ad65550125e3bfacc3a1e4888414b2c25f6198d52c6b3e1
SHA1: 6011b9e8caa9f7a8fd2dc119f265509aedfd9ec7
MD5sum: 7902a26dfc44567c026edb1a9709e8c1
Description: debug symbols for libecpg6
Build-Ids: 80b1934fa51e9351879fc327e557e228f26bbdc5
Timestamp: 2025-10-09 14:03:17+00

Package: libpgtypes3
Source: postgresql-14
Version: 14.19-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 171
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpgtypes3_14.19-1.pgdg+2_arm64.deb
Size: 48348
SHA256: b29187dd756ab89ebf6c5e47b546e01919848b55a2ac3b783ef7c839229025c8
SHA1: 3fbd79955e46482942fc459f1fd4034212242ff2
MD5sum: 2dbb6e884c16257d33380a5d606382e1
Description: shared library libpgtypes for PostgreSQL 14
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-10-09 14:03:17+00

Package: libpgtypes3-dbgsym
Source: postgresql-14
Version: 14.19-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 14.19-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpgtypes3-dbgsym_14.19-1.pgdg+2_arm64.deb
Size: 88276
SHA256: 8cce411543fcbc09f531e264bfc69234ee3a1ae0ec5652381c67e867dc5d0901
SHA1: 3b956c56b1abaadcd7904a8ff0ae0b8f17d9aa4f
MD5sum: bb3a1b51bc3aa09b633595ce7065b4ad
Description: debug symbols for libpgtypes3
Build-Ids: 40c53fce87e3ee243f62d7afd7d5a1b678f928ff
Timestamp: 2025-10-09 14:03:17+00

Package: libpq-dev
Source: postgresql-14
Version: 14.19-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 592
Depends: libpq5 (= 14.19-1.pgdg+2), libssl-dev
Suggests: postgresql-doc-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libpq-dev_14.19-1.pgdg+2_arm64.deb
Size: 145012
SHA256: 6b2b364cac9cd6f7889c5e2a6edd30aed421fd6888130395d6a8394fbe506ef1
SHA1: afe5634cebb26a88513acfb211401c6a50c2a6d5
MD5sum: a6ed5c653f0f44edd7e4434e7750558b
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.
Timestamp: 2025-10-09 14:03:17+00

Package: libpq5
Source: postgresql-14
Version: 14.19-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 823
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpq5_14.19-1.pgdg+2_arm64.deb
Size: 176192
SHA256: 23854ab275956f162e5c309f90b75f1714a5f65a195402f9ddb4580549d8b445
SHA1: 6373fa530df79e179fc2959c89a3e4866e44d4b2
MD5sum: c7029defd9ba5829245afe3546261d89
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.
Timestamp: 2025-10-09 14:03:17+00

Package: libpq5-dbgsym
Source: postgresql-14
Version: 14.19-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 306
Depends: libpq5 (= 14.19-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpq5-dbgsym_14.19-1.pgdg+2_arm64.deb
Size: 270420
SHA256: 63c48db1e078849a291a7bd31e3975d6757b3aa65385376238eb35205f00c6c5
SHA1: 4dabbbe94b61374d7c7608f693690b9c551182b4
MD5sum: 73d8c68d0f8ca1c21cc83f95e5721f8a
Description: debug symbols for libpq5
Build-Ids: 5a998cbfc6a312f75f759d8486d1829fb6159a34
Timestamp: 2025-10-09 14:03:17+00

Package: libecpg-compat3
Source: postgresql-15
Version: 15.14-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg-compat3_15.14-1.pgdg+2_arm64.deb
Size: 20240
SHA256: 71684d914001893fa97b313dd1a693df8d44d5b0ff589f97c94c3c27a193da98
SHA1: 91293f8800ce783bad54e728e6d67004858369bf
MD5sum: a6123c7a41c9b4d7132a5f578ec3da0e
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.
Timestamp: 2025-10-09 14:03:22+00

Package: libecpg-compat3-dbgsym
Source: postgresql-15
Version: 15.14-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 15.14-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-compat3-dbgsym_15.14-1.pgdg+2_arm64.deb
Size: 16860
SHA256: df67ab31af26f802d94922b83ec36966d5cfe20f3a78716f75d619feef099ca0
SHA1: c52f916d0126bec656b48a89bbc484c0413f1e42
MD5sum: 066341c873768fc25ec52831ed2dcd10
Description: debug symbols for libecpg-compat3
Build-Ids: 891be4f077531f24b8c056257f01e381882e35ef
Timestamp: 2025-10-09 14:03:22+00

Package: libecpg-dev
Source: postgresql-15
Version: 15.14-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1636
Depends: libecpg-compat3 (= 15.14-1.pgdg+2), libecpg6 (= 15.14-1.pgdg+2), libpgtypes3 (= 15.14-1.pgdg+2), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libecpg-dev_15.14-1.pgdg+2_arm64.deb
Size: 280136
SHA256: 314f80612e6d3360dd1d7d379780ada697448cf7323c84660d89662579d7d505
SHA1: e2905072f9c0e2e7f1787c8eaf6b2b2eb503f19b
MD5sum: c41846fc76c045a325e6914cef8f75c1
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).
Timestamp: 2025-10-09 14:03:22+00

Package: libecpg-dev-dbgsym
Source: postgresql-15
Version: 15.14-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1225
Depends: libecpg-dev (= 15.14-1.pgdg+2)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-dev-dbgsym_15.14-1.pgdg+2_arm64.deb
Size: 241916
SHA256: d76cf6bc02b6ae7acf6ef6ec01a5a19d3d2fa7232bbea06d5b8820f9a770cc63
SHA1: 071f90438c046d8f8a2f577306676ed494626156
MD5sum: a3080192656075219f7b97a5f37f053c
Description: debug symbols for libecpg-dev
Build-Ids: 0f6fe30a0bf0bf254f0564626c8754f24fed74ce
Timestamp: 2025-10-09 14:03:22+00

Package: libecpg6
Source: postgresql-15
Version: 15.14-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 275
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg6_15.14-1.pgdg+2_arm64.deb
Size: 62404
SHA256: 26f4a6d61ee0875a46a8784c34bc3d465bb6d4d797de05583e596c79ea1dcadc
SHA1: 2b0a8bf627d1540df2bfc8310571fe54c8f1461c
MD5sum: 69463b537e159a634d9b5b8de660e03f
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.
Timestamp: 2025-10-09 14:03:22+00

Package: libecpg6-dbgsym
Source: postgresql-15
Version: 15.14-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: libecpg6 (= 15.14-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg6-dbgsym_15.14-1.pgdg+2_arm64.deb
Size: 115636
SHA256: 440f92afbe419e03c61a24c079d659e29d9aeb03169ce30e37e8db1c81f2b07e
SHA1: a52d97c9f424569f66ce46b06ad0cb17ed8d378f
MD5sum: 983934a1a29d13f2a523141be57cd4f4
Description: debug symbols for libecpg6
Build-Ids: d456f7b029ada740982c59c6224ddfbed6a7d05a
Timestamp: 2025-10-09 14:03:22+00

Package: libpgtypes3
Source: postgresql-15
Version: 15.14-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpgtypes3_15.14-1.pgdg+2_arm64.deb
Size: 46292
SHA256: 5cb0958fdfe4ea93840d637897fcc08b8d0181f316b9e31da669d142b7ad8e70
SHA1: 794b15a697095105a221997f72babd5b7a1e0854
MD5sum: 12f3f9d0c8e53c93be68576adc86dd25
Description: shared library libpgtypes for PostgreSQL 15
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-10-09 14:03:22+00

Package: libpgtypes3-dbgsym
Source: postgresql-15
Version: 15.14-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 15.14-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpgtypes3-dbgsym_15.14-1.pgdg+2_arm64.deb
Size: 88804
SHA256: 58dff2ddb3a59d618efb8206499011bc154f303dfdac6c63a5003bd248d416eb
SHA1: 21fd273ea9dca6735124708f2c29436cd7d1acf6
MD5sum: ee96b44d8ff6afa4e6485ba243d61362
Description: debug symbols for libpgtypes3
Build-Ids: bfc4a8d25887c6ab27dd202319147e2734d80ea7
Timestamp: 2025-10-09 14:03:22+00

Package: libpq-dev
Source: postgresql-15
Version: 15.14-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 602
Depends: libpq5 (= 15.14-1.pgdg+2), libssl-dev
Suggests: postgresql-doc-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libpq-dev_15.14-1.pgdg+2_arm64.deb
Size: 146132
SHA256: d0410fd3685cb525c6de493d333110fafc39e2488890b83e8594ea9077c09d9a
SHA1: 581c5c1e0718c880c7099cffffc536f72c4d3759
MD5sum: 604ef766bf8e8b0f2af237439d7ca742
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.
Timestamp: 2025-10-09 14:03:22+00

Package: libpq5
Source: postgresql-15
Version: 15.14-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 911
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpq5_15.14-1.pgdg+2_arm64.deb
Size: 187780
SHA256: 878cc27bc07af5aa47f411dbd6ead7bdc0e9d4b0c52d6d1d5cdb0bd885e4dcb5
SHA1: e197b5afaaceb0bbcecc5cf57518b3ece1ecb521
MD5sum: ba790db116ef683401145592e042c7de
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.
Timestamp: 2025-10-09 14:03:22+00

Package: libpq5-dbgsym
Source: postgresql-15
Version: 15.14-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 316
Depends: libpq5 (= 15.14-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpq5-dbgsym_15.14-1.pgdg+2_arm64.deb
Size: 280496
SHA256: ab3e0d799fb5992c622cbc68eae9db07f6b9f17154994dc543594d99f26962e2
SHA1: 409568b4d02a48ad0afa240604013928f6cccf52
MD5sum: 823d4485ad10f8cf5bc63ff27eaf59cc
Description: debug symbols for libpq5
Build-Ids: 51763d8b9bb462a02652733d2b13f9c5d53009d9
Timestamp: 2025-10-09 14:03:22+00

Package: libpgpool2
Source: pgpool2
Version: 4.6.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libs
Filename: pool/main/p/pgpool2/libpgpool2_4.6.3-3.pgdg+1_arm64.deb
Size: 142064
SHA256: a89e767bdac364fe072d5e15253d7a2757fdd9e738ae7260c25b080a16dae59d
SHA1: 7931b62c3838c887088727c0621563377a43dcaa
MD5sum: fa15606f0a349751322f22abb0d280c7
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).
Timestamp: 2025-10-09 14:18:49+00

Package: libpgpool2-dbgsym
Source: pgpool2
Version: 4.6.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: libpgpool2 (= 4.6.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/libpgpool2-dbgsym_4.6.3-3.pgdg+1_arm64.deb
Size: 65028
SHA256: 5251b40743c3df31fe4562b4dc66402f368c76acde41cb90cad428f38cfb2d86
SHA1: 13fc8914b660d2eb32024843b6b37a6ea78f9631
MD5sum: 820aad0b32cee7a3158a69b8dec150f8
Description: debug symbols for libpgpool2
Build-Ids: cab4fa902d5d87ce5838b2589de7996a2a025a75
Timestamp: 2025-10-09 14:18:49+00

Package: libpgpool-dev
Source: pgpool2
Version: 4.6.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 261
Depends: libpgpool2 (= 4.6.3-3.pgdg+1)
Conflicts: libpcp3-dev
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libdevel
Filename: pool/main/p/pgpool2/libpgpool-dev_4.6.3-3.pgdg+1_arm64.deb
Size: 152900
SHA256: a368c98eb989e8cd0b747ecac06851f3765940263f5721731a417e33d43776f7
SHA1: cf8ed8a4a7b2c2553cda803c01f0c3d8d59eec99
MD5sum: 311ae041beec9252a6709bdc28141b32
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).
Timestamp: 2025-10-09 14:18:49+00

Package: librdkit1t64
Source: rdkit
Version: 202503.6-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 25842
Depends: libboost-iostreams1.83.0 (>= 1.83.0), libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py313, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.38), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.2), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 3.3), libinchi1.07 (>= 1.07.3+dfsg), libmaeparser1 (>= 1.3.3), libstdc++6 (>= 14)
Breaks: coot (<< 1.1.15+dfsg-1), librdkit1 (<< 202503.6-2.pgdg+1)
Replaces: librdkit1
Provides: librdkit1 (= 202503.6-2.pgdg+1)
Homepage: http://www.rdkit.org
Priority: optional
Section: libs
Filename: pool/main/r/rdkit/librdkit1t64_202503.6-2.pgdg+1_arm64.deb
Size: 5236888
SHA256: 8cdf5bcf6628b23e938d5af9f535c0803b180393ce8aaf3009452bd3a4c67c53
SHA1: 13e1d2b3fab04776a72755be6c1a64a72922c705
MD5sum: 755450619871c222a553278555b1732d
Description: Collection of cheminformatics and machine-learning software (shared libraries)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the shared libraries.
Timestamp: 2025-10-09 14:18:49+00

Package: librdkit1t64-dbgsym
Source: rdkit
Version: 202503.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 126593
Depends: librdkit1t64 (= 202503.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/librdkit1t64-dbgsym_202503.6-2.pgdg+1_arm64.deb
Size: 123774388
SHA256: b117ed25f9c084c188bc726a0893b68984c8b42d17efb06819ef79de953a907d
SHA1: 68924e82919e48537fd64b9c48e173abde473974
MD5sum: e0cac55775de4941d328ca1a66a4c450
Description: debug symbols for librdkit1t64
Build-Ids: 0130265e8aae5595f15b6ca84dc38017bdfd656d 024c090cc71f54da3bd51b7d45fe952b0b9eed12 02f81df51f017968b3bcf6604bb81dc1f80a2af0 05176b0bd9019e026896083d464671c4478fdad8 14f3781dcce974b08c795deffb9f61164d77d3fd 1538f449a1e895144494e8fabf8ba9f5cc7a3d18 15fd3c0ba09e62e4d8b6e8353b183acea5afff8f 15fef9b5813845bf35e11196b876f72a3347296d 1bec39cb335149159751c1d7147900f7327c80e6 1ca9c27b1d114f25b013b5e02ddbfef62cfd4c5f 20953bc5abc379abd05bf215f4c22ce51914fd6c 2581ea36d9d39634ae0f067d0f93c56b055d46f7 2b71d36e22a3a89ceb261d6f3e0cd4cbaec3f535 2efb256c4ad1e6fea092a4be74292baf36bc9363 2feb9a2e71193dba42a90a01de019ae67fb055cd 318b82f1b64768cac5e28fb7d261620627164c95 345efd7a9f926c70d4ac17f1e8c6b3db3381a468 36213fdbe31f2eb5763b89e89fcae827ad22c806 38d968ad6a185da2c5f3aee2af6b7916e87c728c 4615567a7b7047d3a8f04060e2c907634faccbb5 472543b876c3c83cf9685ab67538d6edcff39c35 4bb82217c276feea2fca555fa6ac89251475924b 4bf416206e5c99e4f53582fb36a5bc6f34a9b4f1 4e320bba8603b705b3902ff376e115bac5333c41 4e5166827aed767dc7bcdd5c82b2d3c288ff62bf 503974e5d8124a48c01424624b8368876375945a 51f697724423e5bba6e5810d4f97e0c4ba103e73 53099d367aea7d0f9bc9e915604971c3439d631b 61237273f42e07e582d899bcf568bcc7e3ecf8e9 65fa60bbba66a5a107958775f4e9fad669122ac6 67719a98b5b8ec156d993d82e00dbdd647a95634 6a9da6b1a38d3054e59ea1823dc601be427049bf 6b1099bc8e07e8519a2e0f733a24646eb5499b3c 6c7991ed9a64c520e7e7280049c6cdee88d9c4f8 70015528c9f1af9f7750b8a051f58c1e3218ba75 706f4e3b95ade60123cd037f485cfe9b1af38240 7258f2de687a81c7f67bf33b7fab3099f432ab23 72c757c83a6282cea2486bce69c4010030ca69ef 74ca96f4d8e812f4f2a28f6ceb304901925663cb 77f884ed74b3f26a9e552b6dd0a823dcc8297249 79fc4cca21ea0100c9ffef2a2ae3621f6c9cee51 7fc9748476cd1c5df361c4e5877ed755a9db2728 8a20c41ad54f38489453df840bbf8038d0834e62 905d07382067b5e916bac52bfaf1a9b18ce5c584 90a8791b94de637764b90807644180e98f8c0255 9678811da48eca4bb6c2e3b75f03da795a3cbe61 9b83515c7b5d9f76e0e292e2a61545e4891d16a6 9febc9a267b0e7cbe919d7b4e66c8381523de67d ab03fb4f7404ce77186fe34e3c9134199ae40648 abba61c20b8665a957adaf3a32ccdc92be9f6f70 ad94a83c3a37820cf8bb0afee5d4a2b0002e9d74 b3e6d8b1680f005c603cef364031c5554347252e d200059dfced1fcb9528906212d73e0936ae61ad da16b0003bc066d66b967aad8816111613ba85a8 dbe7602336bba992f50435bdfe0c3e1e1ec906b5 dc00d2311a3137b668bbeea2f891c4b874cdd1b7 df9a7916b6f12f8cdd9c4db55ce3a77ce31c12ac e0975fafaa300bc7191a675fd67d051fdb823816 ec13309ddd338d189c17580f8d5d0e760fdc33ef f302e68575af222a39d09f7a88944103c7a7d3ec f3d7e07859e872b86a11fde1c864ca78497563c3 f7deddfa572a1b62afa61ea6980f69647d2435e0 fbcbcab54f7c8b1dd57210edc2deaaa25bc142c6 ff7637b383efe5bc2070ad343a193638fe6daff6
Timestamp: 2025-10-09 14:18:49+00

Package: librdkit-dev
Source: rdkit
Version: 202503.6-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 2785
Depends: librdkit1t64 (= 202503.6-2.pgdg+1)
Homepage: http://www.rdkit.org
Priority: optional
Section: libdevel
Filename: pool/main/r/rdkit/librdkit-dev_202503.6-2.pgdg+1_arm64.deb
Size: 494508
SHA256: cf96f2ecfa705b7809cdc5f8a1c6d59ff23d41572d38ee804df217aa3fce2d2c
SHA1: 0e8e17d2b0f305b608e286a441a3e98f205ae666
MD5sum: ed06e82d1fe3ddd77a9013e2b2e271d0
Description: Collection of cheminformatics and machine-learning software (development files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the header files.
Timestamp: 2025-10-09 14:18:49+00

Package: pgagent
Version: 4.2.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 561
Depends: libboost-filesystem1.83.0 (>= 1.83.0), libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.38), libgcc-s1 (>= 3.0), libpq5 (>= 8.4~), libstdc++6 (>= 14)
Recommends: postgresql-10 | postgresql-11 | postgresql-12 | postgresql-13 | postgresql-14 | postgresql-15 | postgresql-16 | postgresql-17 | postgresql-18
Suggests: pgadmin3 | pgadmin4
Provides: postgresql-10-pgagent, postgresql-11-pgagent, postgresql-12-pgagent, postgresql-13-pgagent, postgresql-14-pgagent, postgresql-15-pgagent, postgresql-16-pgagent, postgresql-17-pgagent, postgresql-18-pgagent
Homepage: https://www.pgadmin.org/docs/pgadmin4/latest/pgagent.html
Priority: optional
Section: database
Filename: pool/main/p/pgagent/pgagent_4.2.3-3.pgdg+1_arm64.deb
Size: 102680
SHA256: 9a124aaa51cbc2a82df970d98fa143ac5ce23c4a141264b1840fcfe0fc2b5eb3
SHA1: 6807ce1be0b389f1bf9008adf4f78e55e61440c2
MD5sum: 6e42c01fc865f207f64e315049d1f08b
Description: job scheduling engine for PostgreSQL
 pgAgent is a job scheduling agent for PostgreSQL, capable of running
 multi-step batch/shell and SQL tasks on complex schedules.
Timestamp: 2025-10-09 14:18:49+00

Package: pgagent-dbgsym
Source: pgagent
Version: 4.2.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2545
Depends: pgagent (= 4.2.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgagent/pgagent-dbgsym_4.2.3-3.pgdg+1_arm64.deb
Size: 2156240
SHA256: acdaab14ce4da24d75ead37ac0d8d3896aa4faaf779dcfc6e306350d2fbe9fe1
SHA1: 07cc77ae3906a746d98a01603aa32d9a029a2838
MD5sum: 2a670c2f54a2c85372af8ba50d03e125
Description: debug symbols for pgagent
Build-Ids: 71da6694b3b3914acbd7ee3dc48d6c1e9738bef6
Timestamp: 2025-10-09 14:18:49+00

Package: pg-checksums-doc
Source: pg-checksums
Version: 1.3-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15
Multi-Arch: foreign
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: doc
Filename: pool/main/p/pg-checksums/pg-checksums-doc_1.3-2.pgdg+1_all.deb
Size: 6788
SHA256: 7b94e733ef3f07d1cee054184358cd1611ca953ca8980caac5572f2257eda62c
SHA1: e09dc0c04e578583fb74b47e2faf64a0378b1a60
MD5sum: 2b5d4dceb6ff10a0a5916af3775ce4ea
Description: Activate/deactivate/verify PostgreSQL data checksums (Documentation)
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
 .
 This package contains the manpage.
Timestamp: 2025-10-09 14:18:49+00

Package: pgpool2
Version: 4.6.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7686
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: libpgpool2 (= 4.6.3-3.pgdg+1), postgresql-common, ucf, libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libldap2 (>= 2.6.2), libmemcached11t64 (>= 1.1.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3t64 (>= 3.0.0)
Enhances: postgresql
Conflicts: pgpool
Replaces: pgpool
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/pgpool2_4.6.3-3.pgdg+1_arm64.deb
Size: 1249484
SHA256: 165b7fb5a0ec0d3443201d4d94e4f1e77273f4f8087c4f296edbeb93d23ad9fa
SHA1: b013255d92fd8d0f73b6314d2fc3c2c5c31e60b4
MD5sum: 2b55faa791b318ba6b3017457945fcae
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.
Timestamp: 2025-10-09 14:18:49+00

Package: pgpool2-dbgsym
Source: pgpool2
Version: 4.6.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5039
Depends: pgpool2 (= 4.6.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/pgpool2-dbgsym_4.6.3-3.pgdg+1_arm64.deb
Size: 2055712
SHA256: fb814d2e6881a294dd1b8d87c2cc11c4be9c7899864bd2c1b4fb5551ee03d305
SHA1: ff353adbb94419c13cbc724e7af8b3229ab7e914
MD5sum: a2d58922b47345d306434f49e341e24b
Description: debug symbols for pgpool2
Build-Ids: 2c1829d3460d2c69b79f6fcc564b2bcd5996ce29 2e46efeffcc9c97823bdd2548548a3fa396a12c1 4817748dc80e3ab2c1d2d67680f91806479caa3b 5db6c8e2178e74491a845b24454a80a11503ca69 60a1ec9422e77957e67a10b9151e1afdef4747e0 8ff1285a455c4c6eee5db50a6fc382ca1aeb2508 da021b11f23d7c02d3dc476b2d1df59ce31ab406
Timestamp: 2025-10-09 14:18:49+00

Package: pg-rage-terminator-10
Source: pg-rage-terminator
Version: 0.1.7-12.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 81
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-10_0.1.7-12.pgdg+1_arm64.deb
Size: 6868
SHA256: 7efc15fec41d68ab9edba24ff20fb878116206ac987bf6f428b102502b7ce921
SHA1: a1c598b1ce27f18b4d8e9ef645be4ecd7e6fb5b9
MD5sum: 7965d4d591ce568c61f03f62a4c8491c
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2025-10-09 14:18:49+00

Package: pg-rage-terminator-10-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-12.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 27
Depends: pg-rage-terminator-10 (= 0.1.7-12.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-10-dbgsym_0.1.7-12.pgdg+1_arm64.deb
Size: 11724
SHA256: 242c3c4d45d96d0bdf75a50ec06243dc3a881b66e92c2fba04808399c73851b9
SHA1: f55664441a464f291ae25ccdc9795731b402c41d
MD5sum: dd416ab281335b06b77fce3d244f6d58
Description: debug symbols for pg-rage-terminator-10
Build-Ids: 5e84ddeee23426727c08e430bac79a0bf04f23d3
Timestamp: 2025-10-09 14:18:49+00

Package: pg-rage-terminator-11
Source: pg-rage-terminator
Version: 0.1.7-12.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 81
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-11_0.1.7-12.pgdg+1_arm64.deb
Size: 6872
SHA256: 64276e9ec1b9da07fedcc46b97c0125d3488e1e1d578f9b51e0cf9f2448780fb
SHA1: 05dd642132fe9734c4ff7d2db673bc6ffd9dd2ba
MD5sum: bf7e862551bbe942eec9c3176e534b39
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2025-10-09 14:18:49+00

Package: pg-rage-terminator-11-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-12.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 27
Depends: pg-rage-terminator-11 (= 0.1.7-12.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-11-dbgsym_0.1.7-12.pgdg+1_arm64.deb
Size: 11892
SHA256: 9b780071f6928168d2f344bf9439c563ae8f4b34d9fcbb9c0bb6dcb6da8dbc73
SHA1: 3d7366079c86daeac14b6ff933f0cc18b31db3d0
MD5sum: d82ff02e95b50771f491d5c8073469f0
Description: debug symbols for pg-rage-terminator-11
Build-Ids: 3beadf844681cf51f318600e73957cbf669d25af
Timestamp: 2025-10-09 14:18:49+00

Package: pg-rage-terminator-12
Source: pg-rage-terminator
Version: 0.1.7-12.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 96
Depends: postgresql-12, libc6 (>= 2.17)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-12_0.1.7-12.pgdg+1_arm64.deb
Size: 14520
SHA256: 88c880bcb46391ec45e22f7b82d1246470319349255bd1d696abfaabd57af234
SHA1: 75f4cc137cf53696efaed0899a4dccfed38f396e
MD5sum: 6639840b4c664a2eee4d6bc5e1a60215
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2025-10-09 14:18:49+00

Package: pg-rage-terminator-12-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-12.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 27
Depends: pg-rage-terminator-12 (= 0.1.7-12.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-12-dbgsym_0.1.7-12.pgdg+1_arm64.deb
Size: 12128
SHA256: 3ff2bd3963bf56a0d14efe51840b53899af8be8833998abf0f2ba8d25ca2fd81
SHA1: 00bb79295bf62e42f5b8705120fcd204ba07f2dd
MD5sum: c2a03b079e5a5718b4dcd73bcede6da1
Description: debug symbols for pg-rage-terminator-12
Build-Ids: 44c4101b0089b08ecace49915b212967a431d237
Timestamp: 2025-10-09 14:18:49+00

Package: pg-rage-terminator-13
Source: pg-rage-terminator
Version: 0.1.7-12.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 96
Depends: postgresql-13, libc6 (>= 2.17)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-13_0.1.7-12.pgdg+1_arm64.deb
Size: 14656
SHA256: 72091d9c25ad2fe68cba0b009ed851603c185070d1cb8aad66135a81410bf1f6
SHA1: 5c0b4c9c33b74d1b6462e191ba5908aea3aa1640
MD5sum: efdc33282c6e1f4e48ef019965604330
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2025-10-09 14:18:49+00

Package: pg-rage-terminator-13-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-12.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 27
Depends: pg-rage-terminator-13 (= 0.1.7-12.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-13-dbgsym_0.1.7-12.pgdg+1_arm64.deb
Size: 12164
SHA256: 7ece689828711520e5ba65689e917283f40443354c6f4c4cd17aaf0dbdd4e23e
SHA1: 8d0f835b83fb652e925c2b1b00ec6d5dfdd82573
MD5sum: 0407516c96fba94dea9c7a3b0ef41257
Description: debug symbols for pg-rage-terminator-13
Build-Ids: 0bb15f8c2942e7547445e92009083b604ad9d0e1
Timestamp: 2025-10-09 14:18:49+00

Package: pg-rage-terminator-14
Source: pg-rage-terminator
Version: 0.1.7-12.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 96
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-14_0.1.7-12.pgdg+1_arm64.deb
Size: 14708
SHA256: 41223bbf52c27c98a25d06ab8aa19ac56a2b863c9a475a03ac0aea93cab39669
SHA1: cee6f12d4330042b692905da838eb6a7e6b13b01
MD5sum: 72cd7e2bccd2e6bd24ea0d030c20820e
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2025-10-09 14:18:49+00

Package: pg-rage-terminator-14-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-12.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 27
Depends: pg-rage-terminator-14 (= 0.1.7-12.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-14-dbgsym_0.1.7-12.pgdg+1_arm64.deb
Size: 12500
SHA256: 01a627029079202ccc492de082360b2b84b1fe3b642b3507c1a9d7c4309a1181
SHA1: 2b1739f1f390d1b6284e796c245fa25ae7fdf850
MD5sum: 3e42a632ee6ec51a3be08e685883ed55
Description: debug symbols for pg-rage-terminator-14
Build-Ids: 287c67b416355902831a8e32a6e86b537ae0f7bf
Timestamp: 2025-10-09 14:18:49+00

Package: pg-rage-terminator-15
Source: pg-rage-terminator
Version: 0.1.7-12.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 96
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-15_0.1.7-12.pgdg+1_arm64.deb
Size: 14724
SHA256: a491dd2878a5e5e080d9ad3805133336799b50cc81be6dc5f79ffad8dfc43aa7
SHA1: 0cfe19a1eeb3ea18ba6c5f46daf5c6c79bcc3067
MD5sum: 05f1f66dcf5bf452767be5cd2b7e2e40
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2025-10-09 14:18:49+00

Package: pg-rage-terminator-15-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-12.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 27
Depends: pg-rage-terminator-15 (= 0.1.7-12.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-15-dbgsym_0.1.7-12.pgdg+1_arm64.deb
Size: 12604
SHA256: 5211bead4579cb57fdf4c48a93c618f6045027290822bafd895cb8ef61a50202
SHA1: 058c0758aba11fb40c2c2314a9ea8af18d861b5a
MD5sum: 54a04fcdc762dcba5e90baad6025b465
Description: debug symbols for pg-rage-terminator-15
Build-Ids: e63b85b6d020c50af2c873c7b3b3a98e5a4c2e46
Timestamp: 2025-10-09 14:18:49+00

Package: pg-rage-terminator-16
Source: pg-rage-terminator
Version: 0.1.7-12.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 97
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-16_0.1.7-12.pgdg+1_arm64.deb
Size: 14736
SHA256: 1293f808c490c6e9335db8f8ddd0c5c295f60737ed47dcd0dd4b84f17a74a4c9
SHA1: 238b4cac9d44669d97209f7daadde53153a71580
MD5sum: 7cfdd7237f0c4dcf90b29c3c0b18346f
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2025-10-09 14:18:49+00

Package: pg-rage-terminator-16-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-12.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 28
Depends: pg-rage-terminator-16 (= 0.1.7-12.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-16-dbgsym_0.1.7-12.pgdg+1_arm64.deb
Size: 13340
SHA256: 5538d1dd0bd041e66832fdcdfd2c8c86379ecc916008733feb2b6c3b5eaba10b
SHA1: 767f87a238d846bc2af6a8e828631aeac4b04175
MD5sum: a5a7771bee2b15c23cc2a16462187e4f
Description: debug symbols for pg-rage-terminator-16
Build-Ids: dd7b554000b225d9766dd14d7ee43ea7f209d155
Timestamp: 2025-10-09 14:18:49+00

Package: pg-rage-terminator-17
Source: pg-rage-terminator
Version: 0.1.7-12.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 97
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-17_0.1.7-12.pgdg+1_arm64.deb
Size: 14736
SHA256: adc20bfbd28224ef68a19ccf5331194ec558cc7d3714ae45a48a739548bafc19
SHA1: 4b6f7fafdf9bcb148bc99f4a19eb4adae5d8ca6c
MD5sum: 88c9d2ae1e1c60b649494b7a1d9f5af7
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2025-10-09 14:18:49+00

Package: pg-rage-terminator-17-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-12.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 28
Depends: pg-rage-terminator-17 (= 0.1.7-12.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-17-dbgsym_0.1.7-12.pgdg+1_arm64.deb
Size: 13448
SHA256: 4bc4ae7507e810868d2ae4db791594feb30e4db685fbe3c10c65d9e093956e47
SHA1: 7b5fb1839a02967d33b95abb5081b518743f9e3d
MD5sum: 15039681f4ed5a9d06d541ac4494d046
Description: debug symbols for pg-rage-terminator-17
Build-Ids: adda8b09ea874b55ffcde67a2808fd578151d02e
Timestamp: 2025-10-09 14:18:49+00

Package: pg-rage-terminator-18
Source: pg-rage-terminator
Version: 0.1.7-12.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 97
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-18_0.1.7-12.pgdg+1_arm64.deb
Size: 14816
SHA256: ea118ffef2f218917ed9c03a8dcbcee68e6aeb9acc73c6c76728c4e0a8822087
SHA1: 087fc2330acefd22cf793c8cbb0e9d9f13e803b7
MD5sum: 0269a7f265ba47ec43f98c78ec166076
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2025-10-09 14:18:49+00

Package: pg-rage-terminator-18-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-12.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 28
Depends: pg-rage-terminator-18 (= 0.1.7-12.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-18-dbgsym_0.1.7-12.pgdg+1_arm64.deb
Size: 13592
SHA256: 8414dbf2cd9bf09843e0f6aeb7e5e595ae29737d87c7cbfa19e5565e38335a4b
SHA1: 0c00196fb7c92b38477b4c10c33d5c86977f62b0
MD5sum: ce6b948e383cd3d1a6d22fca9c5f1e54
Description: debug symbols for pg-rage-terminator-18
Build-Ids: 2c7b4fbcaad338f5c20741d54a2e82f74ad6980e
Timestamp: 2025-10-09 14:18:49+00

Package: pgtap
Version: 1.3.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28
Depends: libtap-parser-sourcehandler-pgtap-perl, postgresql-pgtap
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/pgtap_1.3.4-1.pgdg+1_all.deb
Size: 21256
SHA256: 560fe589f7839aa5b32b7eab202002d71620bbddfbf57f7c9f94762b7015cd7a
SHA1: f213286ae3d735d31d40062eadd05500955d9673
MD5sum: 47dd7a015ab99f661b9d551bec23dcde
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.
Timestamp: 2025-10-09 14:18:49+00

Package: pgtap-doc
Source: pgtap
Version: 1.3.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 357
Multi-Arch: foreign
Homepage: https://pgtap.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgtap/pgtap-doc_1.3.4-1.pgdg+1_all.deb
Size: 67148
SHA256: b5ef9f0cf7c9dd0e2f75632adad31043ed3f67f8c2ebae9a23d053dab9afad97
SHA1: 8cca68a78f59a558f27cdb1a68916ab0836b67a2
MD5sum: 48abdcfe21e02502afc98d94c3a20167
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.
Timestamp: 2025-10-09 14:18:49+00

Package: plprofiler
Version: 4.2.5-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 642
Depends: python3-psycopg2, python3, python3:any
Recommends: postgresql-plprofiler
Provides: python3-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/plprofiler_4.2.5-4.pgdg+1_all.deb
Size: 338396
SHA256: 27b136c22433ee786132cfa3426d6d72748570a4fcebb2797a32a1ed9b61ad89
SHA1: 9dacd95f641e044a9ed893cb4c72875f55f5187d
MD5sum: c228858be9486f02c26d232ba45c0099
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 t.
 This package contains the Python module and the plprofiler CLI util.
Timestamp: 2025-10-09 14:18:49+00

Package: postgis
Version: 3.6.0+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 642
Depends: libc6 (>= 2.38), libgdal37 (>= 2.0.1), libgeos-c1t64 (>= 3.6), libpq5, libproj25 (>= 5.2.0), perl:any
Recommends: postgresql-postgis, postgis-doc
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.6.0+dfsg-2.pgdg+1_arm64.deb
Size: 146440
SHA256: e4200495e5aadc43d6d9dba1a37f23f3572d65b07d3d7a436012e698823f87f8
SHA1: 90fa2237e37a46cb2231a53ce8056116875bcb4e
MD5sum: 4a4eacd6d71ad1d52e13740f447f3a92
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2025-10-09 14:18:49+00

Package: postgis-dbgsym
Source: postgis
Version: 3.6.0+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 933
Depends: postgis (= 3.6.0+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.6.0+dfsg-2.pgdg+1_arm64.deb
Size: 538408
SHA256: 5e5f620cf1b0ee58d3a793d2b3da4e2cd6256bdc61274380e312d34baba67ffe
SHA1: f04f89956c277fa57c9a0ba5c6158fc89ba0a237
MD5sum: fcb6ef1f24f46f397d5eb82408615cfb
Description: debug symbols for postgis
Build-Ids: 1452c7301bf81dbf535557fee0752f96ed3b5dde 8e1e2a98c50906fb413766a7c54e49ac8e4a0c87 f94c5ae91869b9fe545251741eccf41756a1c7fe
Timestamp: 2025-10-09 14:18:49+00

Package: postgis-doc
Source: postgis
Version: 3.6.0+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7302
Suggests: postgis
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: doc
Filename: pool/main/p/postgis/postgis-doc_3.6.0+dfsg-2.pgdg+1_all.deb
Size: 3308864
SHA256: 3a3b1d9bebfd5a724975a6d89d26ba704e5409bb89e081ab76a5a4e76a529c96
SHA1: 7332a98b966d0963712de3df7487a18001b9b22c
MD5sum: 0e64a42fb05af007e5a635e27e1de1b9
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql
Source: postgresql-common (285.pgdg+1)
Version: 18+285.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: postgresql-18, debconf (>= 0.5) | debconf-2.0
Suggests: postgresql-doc
Provides: postgresql-contrib (= 18)
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_18+285.pgdg+1_all.deb
Size: 17864
SHA256: ccfb2a6943aa202a83b242ba3c325c436f6fab68849042231d8fa2a615f6c54a
SHA1: 23d70fdcbbda9692521e81ff8333889a18995337
MD5sum: f27d0ef6ce11dfbd91d0c93de352d528
Description: object-relational SQL database (supported version)
 This metapackage always depends on the currently supported PostgreSQL
 database server version. It also offers to automatically upgrade the
 "main" database cluster to the lastest supported major 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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-asn1oid
Source: pgsql-asn1oid
Version: 1.6-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-10-asn1oid_1.6-3.pgdg+1_arm64.deb
Size: 6520
SHA256: 049b636ed5c5d792693c333e5b883dcc222d99d13b625ff394dd5ff5a9e00c6e
SHA1: 5e7be568311cf9413d9322ebfa4fe397b3687915
MD5sum: cb3e79bbb7dc4dcfad33ff48379f966d
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 10.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.6-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-10-asn1oid (= 1.6-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-10-asn1oid-dbgsym_1.6-3.pgdg+1_arm64.deb
Size: 8044
SHA256: 6f55e054f64244998ea6560d1c02b1edef229ca3f094890b7723eb975db96819
SHA1: 410f9c5439295d20b56c43229985d4a6732703d8
MD5sum: 8f04a4d8001bd92b9285e4e67988abe9
Description: debug symbols for postgresql-10-asn1oid
Build-Ids: 2b7180db5ff18f85179d3bcf1b99c904da4e098e
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.8-2.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 82
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-10-bgw-replstatus_1.0.8-2.pgdg+1_arm64.deb
Size: 7456
SHA256: 6a7081f3e6da89b63a953e73367e4ae8b56e75f07b14ce52a6c4d930babd5c6c
SHA1: bd7acf7178378df6dadd88a615935632a7460b9a
MD5sum: 680ad8b6655656b2ebcab5371b85c100
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.8-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 23
Depends: postgresql-10-bgw-replstatus (= 1.0.8-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-10-bgw-replstatus-dbgsym_1.0.8-2.pgdg+1_arm64.deb
Size: 8416
SHA256: 3c47eff5f7c67c74e52567c4278c89736a79aea85f85cb62eaebdd631644535e
SHA1: 94ea332786a7c67056de17a5b77f2b734bda6b33
MD5sum: d6a1c0892b12cc736e2c08c0935f6557
Description: debug symbols for postgresql-10-bgw-replstatus
Build-Ids: 61cac841c56f55d0c8e00ffdeefc923603724ef2
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-cron
Source: pg-cron
Version: 1.6.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: postgresql-10, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-10-cron_1.6.7-2.pgdg+1_arm64.deb
Size: 35116
SHA256: 92604bfbaf43d95f15d8dd7babd1c437614e6fcbc662da86450484e43d44d1f2
SHA1: d27376faaa50dc32325fa30146b364e6c1c1063b
MD5sum: 9d46739a67bb50bd017fb8c74cf72bb2
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-cron-dbgsym
Source: pg-cron
Version: 1.6.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-10-cron (= 1.6.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-10-cron-dbgsym_1.6.7-2.pgdg+1_arm64.deb
Size: 94544
SHA256: 756a83826b291b66de35741588ef33ac91971f62c3b52a1f0b98df440eada461
SHA1: fadb697e399280ad2c517f43aa15be69f89b1b88
MD5sum: 58b424935563addb63c1db9a775ad201
Description: debug symbols for postgresql-10-cron
Build-Ids: c9ea069a7347c597b4b9fa669ab1c42cee659353
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-decoderbufs
Source: postgres-decoderbufs
Version: 3.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-10, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs_3.3.0-1.pgdg+1_arm64.deb
Size: 14760
SHA256: f0ac21aef64d2976d4a1d13dad9a048ef9665a9941b95c5e6092e1758284ce48
SHA1: 30648a525fbbdfc532ed88d8fb77e60da06b9a52
MD5sum: 02a056bbd4da00068c8af6908930ab54
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-10-decoderbufs (= 3.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs-dbgsym_3.3.0-1.pgdg+1_arm64.deb
Size: 37488
SHA256: 7682b8f7cb02f0cf493bbbfc624f11d080a41c5a06f6df21f540bcf676acfdf1
SHA1: aa8c77a070d675e6a35d313fc302fddee65f6bb2
MD5sum: 8fff14a9d58911dc279a95f0cf40bc3a
Description: debug symbols for postgresql-10-decoderbufs
Build-Ids: b1d3e532ecb56f29402788152f9c988f80c3d0b6
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-dirtyread
Source: pg-dirtyread
Version: 2.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-10, libc6 (>= 2.38)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-10-dirtyread_2.7-3.pgdg+1_arm64.deb
Size: 10912
SHA256: 29688b4b200d2c8e861c9d83090fc20912c22f9f7dcc947d14323bdcc0ad03a4
SHA1: 57e99897444363bf1b223b0f2e77035b7243384d
MD5sum: d8e6662a67d58814e1f2693d2c5345e7
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-10-dirtyread (= 2.7-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-10-dirtyread-dbgsym_2.7-3.pgdg+1_arm64.deb
Size: 29236
SHA256: 024a83462821f4e87c2631d307f217245b872ef70a90de5cde0244df6e526005
SHA1: 8a1e54c577a4186500d954e16896cd8c23ba04de
MD5sum: a8ff0ba090d57964e6f3a626c37c50d2
Description: debug symbols for postgresql-10-dirtyread
Build-Ids: fe18dd92eab484523b0dbb92971cf8ab3db3e821
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-extra-window-functions
Source: extra-window-functions
Version: 1.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-10-extra-window-functions_1.0-7.pgdg+1_arm64.deb
Size: 7984
SHA256: 0bb9739c1229c4ead28c29bac2f20705583d7e631cfd0c66f275380f8daea25d
SHA1: d6efa4d9ed2e9a1da4c5387ea312836929389731
MD5sum: 6d582b7886fc523484b33dd4b08025bf
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-10-extra-window-functions (= 1.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-10-extra-window-functions-dbgsym_1.0-7.pgdg+1_arm64.deb
Size: 9548
SHA256: 9dd79def9a942bdace0d5124af39defb9fdaf54d23ba5160bb802655d4881df5
SHA1: 060f16e9bb9d3e068920817face78fb9e1655f35
MD5sum: 914cf969573d9ae7e90753d3f7752003
Description: debug symbols for postgresql-10-extra-window-functions
Build-Ids: 4dd624e04a0393a37e95e08ac539a4ae7ddf6427
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-10
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-10-first-last-agg_0.1.4-4-gd63ea3b-9.pgdg+1_arm64.deb
Size: 5928
SHA256: c6af8e7d5daa4e0fc5b8892ee492dc9e3ca1c1e2426b05124f9decb411506edf
SHA1: 78691947783098b106bb905b7bb7abb1364589ec
MD5sum: ead6e421f69259bc782d2c8234a0c100
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-10-first-last-agg (= 0.1.4-4-gd63ea3b-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-10-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-9.pgdg+1_arm64.deb
Size: 4000
SHA256: fbebd9bb394da7ab435f070b8f6c0f9859e593c556dbbfb85ab01914b7fb663d
SHA1: ceb57c69d6b8ba9bd493543de2a4858cf25ee16f
MD5sum: 61d52b2397afe1fa765a3be38957d1d1
Description: debug symbols for postgresql-10-first-last-agg
Build-Ids: 688c6887b729f0e25c513ec05269b60cd0b4a3b6
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-hll
Source: postgresql-hll
Version: 2.18-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 123
Depends: postgresql-10, libc6 (>= 2.38)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-10-hll_2.18-3.pgdg+1_arm64.deb
Size: 36288
SHA256: 28a7e42d5c784bd8a4c2e5282d64fd06dc5fa598b626cab72a8065f4e17370e0
SHA1: ab8aadca57c7b9262dc6f9c90c10a860ec08107d
MD5sum: 5eda2eab98337122090aec89cb24d7d2
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-hll-dbgsym
Source: postgresql-hll
Version: 2.18-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-10-hll (= 2.18-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-10-hll-dbgsym_2.18-3.pgdg+1_arm64.deb
Size: 78256
SHA256: 6823fc509ab5290d1db37611a2639cd7f180146fcf4926bd36dd96e5c1b06f34
SHA1: ee52f106fc990461b12b538db7273152d4613386
MD5sum: 30d421a1c71c13b79828075b700c3c3b
Description: debug symbols for postgresql-10-hll
Build-Ids: 9b1358b5173e48876fe68b986cab6654d0b0216f
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-http
Source: pgsql-http
Version: 1.7.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: postgresql-10, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-10-http_1.7.0-3.pgdg+1_arm64.deb
Size: 19920
SHA256: eb61fc8cb667a64bc47442f9573fe329607c93cfa8add20be098100e2f2f24dc
SHA1: 8f863ef880cefe401e5466bafccc599edc59df76
MD5sum: 0f883cc6418e5611d4013ea7ea462b65
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-http-dbgsym
Source: pgsql-http
Version: 1.7.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-10-http (= 1.7.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-10-http-dbgsym_1.7.0-3.pgdg+1_arm64.deb
Size: 55856
SHA256: 662b5cf33073252158e04075f70991ca553dbbf3b65cbf2c076ee31397111af1
SHA1: 2a405ec642515616bb27d9db1fc26b11131f3ed3
MD5sum: ed3f59fd2cc89a4abf10586dd847c03a
Description: debug symbols for postgresql-10-http
Build-Ids: 2d84f50ed9179b6208af52e1d254e2630333f8c1
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-hypopg
Source: hypopg
Version: 1.4.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-10, libc6 (>= 2.38)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-10-hypopg_1.4.2-2.pgdg+1_arm64.deb
Size: 24688
SHA256: 722fd8da57bb4b5270ef2ff9a6c41ddb5c57ca08dd2f193bf8a9f6c59645f5a4
SHA1: b88912c631ed61149b0e929e66c7c1dd254ce172
MD5sum: f349c63a7f876c8ccb67d457e6d341cd
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-hypopg-dbgsym
Source: hypopg
Version: 1.4.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-10-hypopg (= 1.4.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-10-hypopg-dbgsym_1.4.2-2.pgdg+1_arm64.deb
Size: 66980
SHA256: 49c04dd0dbd61820d5aa4eeded48f8afc24c0842297e86a639a48652c30d5a69
SHA1: 7be9ea05331fbe2c7255c9699d9d095765accf12
MD5sum: bca5ed007c7f77251042c0cd31a2d592
Description: debug symbols for postgresql-10-hypopg
Build-Ids: 99db956ea14e2569f5af3e3cfe586cd801bb31c6
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-ip4r
Source: ip4r
Version: 2.4.2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 391
Depends: postgresql-10, libc6 (>= 2.38)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-10-ip4r_2.4.2-4.pgdg+1_arm64.deb
Size: 64336
SHA256: c3234115306a3bc4e0364a9999646b1d8b06c8fb0c4710d845ab87c69ce4b8d0
SHA1: 09d9fc00dda840556c9444c3c8ee89c7fc0520aa
MD5sum: 669954862a98e44e0521545f5acfc419
Description: IPv4 and IPv6 types for PostgreSQL 10
 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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-ip4r-dbgsym
Source: ip4r
Version: 2.4.2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 210
Depends: postgresql-10-ip4r (= 2.4.2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-10-ip4r-dbgsym_2.4.2-4.pgdg+1_arm64.deb
Size: 173300
SHA256: 7e2f111b3fb81892d9e7390160127da03ea8b0c4dda3fc7aad8502fa4a4b690f
SHA1: 7b2835666d5c43aba371ed89135f12d222315125
MD5sum: e6e2ea77f8dd0a707ecb52643ea26e67
Description: debug symbols for postgresql-10-ip4r
Build-Ids: b83a608bc52ef997dfd297e0c79006998a3fc831
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-jsquery
Source: jsquery
Version: 1.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 173
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-10-jsquery_1.2-3.pgdg+1_arm64.deb
Size: 42116
SHA256: a34a368c9950bd69f6e6eb5dd41335d935ee7205d1b2a99ea9f9af91d36fbf07
SHA1: 3942c203cbdcc516a596185cc12b213a42bbbd64
MD5sum: 2e3204b98e4747a1f6db55bda91af44b
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-jsquery-dbgsym
Source: jsquery
Version: 1.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-10-jsquery (= 1.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-10-jsquery-dbgsym_1.2-3.pgdg+1_arm64.deb
Size: 94640
SHA256: daada852f67bb4774502166eccf622a069a24bfbc349350da1f8b146a6c14bfa
SHA1: 82d023a98462e02bca98ab413e8ecfef9752bc17
MD5sum: 55fe0f69529e407302053a8f7c1b9b98
Description: debug symbols for postgresql-10-jsquery
Build-Ids: eb90ebf5a8484eefd402c747df7ec5fe481f1c37
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-mimeo
Source: mimeo
Version: 1.5.1-20.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4486
Depends: postgresql-contrib-10, postgresql-10
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-10-mimeo_1.5.1-20.pgdg+1_all.deb
Size: 128644
SHA256: fc1ec9a3b49c72cdeb5d1308260399a2ddf1a205aace5e13916179238172409d
SHA1: 7955e46ef6f33e2037efe54af05db84ef3e2dd93
MD5sum: d3c7ff45453338ed95fcb018cb23774a
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-numeral
Source: postgresql-numeral
Version: 1.3-8.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 100
Depends: postgresql-10, libc6 (>= 2.38)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-10-numeral_1.3-8.pgdg+1_arm64.deb
Size: 22644
SHA256: 02fe49e04f6f5d31283e51b0d021765134d6d827eb402a52a338b310633d3a45
SHA1: dc175495aec7630c002cb3893cab83703dd2f992
MD5sum: c83e7f00f38e9cfa46666e5905e50256
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 62
Depends: postgresql-10-numeral (= 1.3-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-10-numeral-dbgsym_1.3-8.pgdg+1_arm64.deb
Size: 40616
SHA256: 1558af57ed6d51419071a70fed398e1e436e9daa9686a81f3d609f294e57e134
SHA1: 66e0b797891acf8a16a8e54a1626c4fb70a0503f
MD5sum: b4373d31e1fac30d3f6927207fe105b0
Description: debug symbols for postgresql-10-numeral
Build-Ids: f1c97f432b7091b446bbfbbee44987ef08116f37
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-periods
Source: postgresql-periods
Version: 1.2.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 568
Depends: postgresql-contrib-10, postgresql-10, libc6 (>= 2.38)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-10-periods_1.2.3-2.pgdg+1_arm64.deb
Size: 34776
SHA256: 803bcb72d03d632e245d46f955398a51564cdc2da5c1ecda9f4b3ceeefd5f0f5
SHA1: 646d6f96ca5649880a754ac9f6f2d4aff457c4b1
MD5sum: 496732bd65a196364913e7de52bcf4dd
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-periods-dbgsym
Source: postgresql-periods
Version: 1.2.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-10-periods (= 1.2.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-10-periods-dbgsym_1.2.3-2.pgdg+1_arm64.deb
Size: 26464
SHA256: a5b17db4856c4feb381bd82c740bc68854d665eed9b8ac07efc78986346dfedd
SHA1: 273e1849d0151ec7abc0d54806af35f29ec725f1
MD5sum: eaddb86d12d76d69958aaa643323695d
Description: debug symbols for postgresql-10-periods
Build-Ids: 0f2a799f9891ff0b9ab241a66de1e2b8b8aeb4e7
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-pg-catcheck
Source: pg-catcheck
Version: 1.6.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-10, libc6 (>= 2.38), libpq5 (>= 9.2~beta3)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-10-pg-catcheck_1.6.0-2.pgdg+1_arm64.deb
Size: 28600
SHA256: 7e59fa704f5c43a68de0b2ff7b642ba82803630bc6b3c01696d78c30192294c9
SHA1: fb5aff7380be2353d2daca4c60b353c5fec4adad
MD5sum: 4fb6e281175cb7e994a4d24b6fc9edbc
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.6.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: postgresql-10-pg-catcheck (= 1.6.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-10-pg-catcheck-dbgsym_1.6.0-2.pgdg+1_arm64.deb
Size: 39940
SHA256: 86e8ff9f46b069f387dd476d72d32ff929b9e6e56f1a5044dec5353f3c012acf
SHA1: 8c6fd8707ddf62051e3f6619c2e6cc0ee351309c
MD5sum: 85ea1766347ab157ea57d481a1a78322
Description: debug symbols for postgresql-10-pg-catcheck
Build-Ids: 48eb3652a9c8cbd67811b80d2f3428edeb1ad535
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-pgextwlist
Source: pgextwlist
Version: 1.19-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-10, libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-10-pgextwlist_1.19-2.pgdg+1_arm64.deb
Size: 12824
SHA256: a5f29210acc58f3b31834612c235bddb1cc33273afab5a900cc9661766cecd4a
SHA1: aecaba796b5eb538da8b6cfb7f1da0c7cfe55e7c
MD5sum: d5933218ec7093c719b0d8cfbdacebfe
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.19-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-10-pgextwlist (= 1.19-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-10-pgextwlist-dbgsym_1.19-2.pgdg+1_arm64.deb
Size: 45900
SHA256: 53f19b8146c4b6d2714eb45c605b2337b3a90b066f37e27d482514ec2ec99f68
SHA1: 1a73b2239eaeedd94110e8cdc9b59cc93f7cfa3f
MD5sum: 625ffe1d97bbb6c11d4822318296125a
Description: debug symbols for postgresql-10-pgextwlist
Build-Ids: 4eaec0822daa2b6854788e41b5c469b173414766
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-pglogical
Source: pglogical
Version: 2.4.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 650
Depends: postgresql-10, libc6 (>= 2.38), libpq5 (>= 9.1~)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-10-pglogical_2.4.6-1.pgdg+1_arm64.deb
Size: 107500
SHA256: 5a6331f1d0a78ae569d2757c60c1b010e16da8a2351c67265808d87502074516
SHA1: de7b60a076ea9e25d7967734006c184d2dce808f
MD5sum: 1d0164ec429fc1712b1407189e26d2de
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-pglogical-dbgsym
Source: pglogical
Version: 2.4.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 459
Depends: postgresql-10-pglogical (= 2.4.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-10-pglogical-dbgsym_2.4.6-1.pgdg+1_arm64.deb
Size: 345584
SHA256: 9876c506d0158dd4132f4f3e638331b74387247fc8d9776884b7c5ea10be2e38
SHA1: e743b00cff57c83602e52f3f69d39ec3c1ff4e2c
MD5sum: 953fafd6af74d43dbb8320cd86ea4392
Description: debug symbols for postgresql-10-pglogical
Build-Ids: 11beccffe3718632391b5f81796c46030874ce31 9175e3ef8478b07d6d46f752a2374831124b397d 96b0989e08b472ace40db607396b98f92af9aa09
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-pgmemcache
Source: pgmemcache
Version: 2.3.0-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: postgresql-10, libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-10-pgmemcache_2.3.0-15.pgdg+1_arm64.deb
Size: 20728
SHA256: 24d188e85358f91d6f64b7532d4fc3ed80e627d2907d47ca960d04fbfe5dd375
SHA1: 08d945d5bbd29d437cef72d71db113f5ab10e88a
MD5sum: 2f3123a520e0f5949086b7f41e0ab641
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-15.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-10-pgmemcache (= 2.3.0-15.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-10-pgmemcache-dbgsym_2.3.0-15.pgdg+1_arm64.deb
Size: 43796
SHA256: d5d7eada7a0e4763f188fb92976c8d80726ab2ef02c7321577c30540e9a8da5a
SHA1: 8c10d3f1b8d504aa90d8b9e94281d4b699413736
MD5sum: c1727508e78310e5a9da514cafdaa04d
Description: debug symbols for postgresql-10-pgmemcache
Build-Ids: ca7d4fe86217cab89db187d25a8795cad95c33ba
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-pgmp
Source: postgresql-pgmp
Version: 1.0.5-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: postgresql-10, libc6 (>= 2.38), libgmp10 (>= 2:6.3.0+dfsg)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-10-pgmp_1.0.5-4.pgdg+1_arm64.deb
Size: 44480
SHA256: 3cf892cf11080bb1ab831166123a5308bff25d6d7407634ade92b861df664ff8
SHA1: 187942e9bba07c68171964702d43e66454fcf65b
MD5sum: b8a083caa07d0d73f16cccb49a268951
Description: arbitrary precision integers and rationals for PostgreSQL 10
 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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.5-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-10-pgmp (= 1.0.5-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-10-pgmp-dbgsym_1.0.5-4.pgdg+1_arm64.deb
Size: 64816
SHA256: 7437f7aa3d6c35126f0ea62344ebb29e94f3d3b083f4618367aeb0d747f7778e
SHA1: 7b6fb6f1e716f6b223b3305d18e140ecebeb50c4
MD5sum: 4a48c866a7bb3d98d60cbf3fbdf5c90d
Description: debug symbols for postgresql-10-pgmp
Build-Ids: 9d4aa29a739a0a689cef19e17fab5accfcea36fd
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-pgnodemx
Source: pgnodemx
Version: 1.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-10, libc6 (>= 2.34)
Homepage: https://github.com/CrunchyData/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-10-pgnodemx_1.7-2.pgdg+1_arm64.deb
Size: 31160
SHA256: 17a3db81ff461517c5cdc017f4802790c65b44085fcfcd31fb86f8375192f547
SHA1: d751bdd09b627ff2c3ea7eb9a2ebbd8fdb0e2adb
MD5sum: 7899cd6581b0b003f5eaa0bd7d93c973
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-pgnodemx-dbgsym
Source: pgnodemx
Version: 1.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-10-pgnodemx (= 1.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-10-pgnodemx-dbgsym_1.7-2.pgdg+1_arm64.deb
Size: 78136
SHA256: 46b8b4176eeca6505d23f908254c9b941ec12316f9bdd061110608fea717a659
SHA1: 7229b131055e23a34ea815d47a12bda690efcfdb
MD5sum: bcb7bcb6777881855485618a3557f6d9
Description: debug symbols for postgresql-10-pgnodemx
Build-Ids: 9506151ec4d673dd03d4b5d43408e6987f3a90e7
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-pgpcre
Source: pgpcre
Version: 0.20190509-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-10, libc6 (>= 2.17), libpcre2-8-0 (>= 10.22)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-10-pgpcre_0.20190509-9.pgdg+1_arm64.deb
Size: 9764
SHA256: 90287d389fcc894fe55b318425045654086e9ed4191089c4a30be7a6da837bf4
SHA1: f235d53c87d390fd6a3cc439b19cebfbbe73f435
MD5sum: 487dfc3b9466282ffe59ce5d77c3dd6d
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-10-pgpcre (= 0.20190509-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-10-pgpcre-dbgsym_0.20190509-9.pgdg+1_arm64.deb
Size: 14968
SHA256: 5870185646f301cfed7d0c28ca5d161f17db294ee67245507e9ccc9dfcaf76d7
SHA1: 27dd787dd7fd71b5df6a3e71a1ea864e2dc3f78a
MD5sum: 937e5b19dc1e8a7d2b0998ef388645a3
Description: debug symbols for postgresql-10-pgpcre
Build-Ids: 2cdaa61ac6551de71309fa202c2987f4d29ce8d8
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-pg-permissions
Source: pg-permissions
Version: 1.4-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-10
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-10-pg-permissions_1.4-2.pgdg+1_all.deb
Size: 8648
SHA256: 54aaeffc9bf070cbf9fe04dcc980d92e12d7feb0608fd787e5d59341f850ba47
SHA1: dd23193ba721c8a0574abe81de1863c534e0a41a
MD5sum: 64c7a2cbfa85902633f66ec046f311bf
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-pgpool2
Source: pgpool2
Version: 4.6.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 391
Depends: libpgpool2 (>= 4.6.3-3.pgdg+1), postgresql-10, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2_4.6.3-3.pgdg+1_arm64.deb
Size: 134104
SHA256: 156bca27abcc1a881110136b6dc16f06919968b76d372711994b6123a48d4822
SHA1: b5e90cc08da7f9abd9c9862560b94b9095438bda
MD5sum: a6dfdbf82ac852fa0c03029a6bc4cdc0
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 10 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-10-pgpool2 (= 4.6.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2-dbgsym_4.6.3-3.pgdg+1_arm64.deb
Size: 53492
SHA256: 75591f8e2c0a7cae37b4bb63292b31e83cf4fc59a186646eb123bc8e4913a1b5
SHA1: 98d77baabb224c8bf2ab5c5d87f2e845d64c0055
MD5sum: ea2ba47c841e819d9f8987dde1cd948f
Description: debug symbols for postgresql-10-pgpool2
Build-Ids: 195051d5a0d71e435e9050c7d52d4f338d02bc3f 62290663d9e866167f031e63f40f84bd899076fe 7b17e746b1c4ba0d950f6c5a3c00d81651d97cf8
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-pgq3
Source: pgq
Version: 3.5.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2208
Depends: pgqd, postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-10-pgq3_3.5.1-2.pgdg+1_arm64.deb
Size: 82324
SHA256: 06b583c53160ecd2231b7e031ac6662eb023c101fdf8c2f115a1fbf089a74ff1
SHA1: f2c6ad07e6edd177e4abe288718fb77b81be9fd4
MD5sum: 7647be945817b2ee7b6406f3a9e5ef42
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-pgq3-dbgsym
Source: pgq
Version: 3.5.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-10-pgq3 (= 3.5.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-10-pgq3-dbgsym_3.5.1-2.pgdg+1_arm64.deb
Size: 68004
SHA256: 7f8324c4ab403a6aadc72abc1e6e02e87a4e3ad30a6ed1467e945e7d9b7000f9
SHA1: 2574780712edf56a5ecb5febd3f07b7448bd0ad7
MD5sum: 539b1697b5caaf957502a6b46469555d
Description: debug symbols for postgresql-10-pgq3
Build-Ids: 290b21fa76d24d22291503d8c002babef9d579c5 b9022c979ce20601fd04f891d45b48a363665c08
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-pgq-node
Source: pgq-node
Version: 3.5-8.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 539
Depends: postgresql-10, postgresql-10-pgq3
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-10-pgq-node_3.5-8.pgdg+1_all.deb
Size: 12928
SHA256: 812daa71d041d4b5d5ce9d710568aa22a45cea37aa74a4ceb2a42d52ec086b92
SHA1: 428a6c087a1aab84069e2479be74fa9be72e85ea
MD5sum: 678ab10b42210c914900fbbe4fe13767
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-pg-qualstats
Source: pg-qualstats
Version: 2.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 232
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-10-pg-qualstats_2.1.2-2.pgdg+1_arm64.deb
Size: 29984
SHA256: b0c0a1b9eb2f7bb3642d0faa9a26a66f99e6e00458c0a3dacc4508ff79e372da
SHA1: 5de3b69897a852c541e103a8fabe0a6e02cc0a95
MD5sum: 84403284d93d9e2c29494d5f6d10931b
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-10-pg-qualstats (= 2.1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-10-pg-qualstats-dbgsym_2.1.2-2.pgdg+1_arm64.deb
Size: 63152
SHA256: 3c6a4b80da860c1a9a0e61d9f9feae405293fc675ac620ee473af0d6ac38dead
SHA1: a18ba6e65e499a70cf2597bbb341cb4b3d95f7cc
MD5sum: aa7828d417491b9962d86f268b84bade
Description: debug symbols for postgresql-10-pg-qualstats
Build-Ids: 14654693de565f564f4d53abaf1d54b6f4c7f104
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-pg-rrule
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-10, libc6 (>= 2.17), libical3t64 (>= 3.0.0)
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-10-pg-rrule_0.2.0+git20211101.d7d10f2-4.pgdg+1_arm64.deb
Size: 11512
SHA256: f16fc1af6c204b3503c318a99be47da4d58e66f4d681ad44fd26f7e368f14544
SHA1: 6f40cdcfa6bc84b0f26ee18bad5eb9a3165dbc71
MD5sum: 51339918bc996e1e0f3e20b37474ba37
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-pg-rrule-dbgsym
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-10-pg-rrule (= 0.2.0+git20211101.d7d10f2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-10-pg-rrule-dbgsym_0.2.0+git20211101.d7d10f2-4.pgdg+1_arm64.deb
Size: 19968
SHA256: d952a921d7efa98d7aeb3f67ff4a99c01ae8be084487664e10865d2c90aa6d76
SHA1: 414336fd5ed71dbfccd8989bf9bdfdd5c74218cb
MD5sum: 2272d3178c6896e2b509e3d90b907eb0
Description: debug symbols for postgresql-10-pg-rrule
Build-Ids: b74666bba347e2e2a46bee5eed58113b9e2be298
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 157
Depends: postgresql-contrib-10, postgresql-10, libc6 (>= 2.38)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-10-pg-stat-kcache_2.3.1-1.pgdg+1_arm64.deb
Size: 18880
SHA256: 12c6673ab9648c579c770738df5463f4db1052acd8e3e2857824713919ce0c0b
SHA1: add5bf4b27f99f577bc23b9a76fdb886aba3f204
MD5sum: 06c9064211ab9d0fb249b32ca68f8509
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-10-pg-stat-kcache (= 2.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-10-pg-stat-kcache-dbgsym_2.3.1-1.pgdg+1_arm64.deb
Size: 41468
SHA256: a416dae334daf26504c374bc87a26b77ffbc51a8bd8608807eb8567f92f33c80
SHA1: dc9d6a73b3d40c879da6af65c22ed0a97e51fce5
MD5sum: 88009594e582555d888de87b5cb0844b
Description: debug symbols for postgresql-10-pg-stat-kcache
Build-Ids: 9a6451f85c5adf312de7f91f14fbfb50365868c2
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-pgtap
Source: pgtap
Version: 1.3.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1812
Depends: postgresql-10
Recommends: libtap-harness-archive-perl, libtap-parser-sourcehandler-pgtap-perl, libtest-harness-perl, pgtap-doc
Provides: postgresql-pgtap
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-10-pgtap_1.3.4-1.pgdg+1_all.deb
Size: 63640
SHA256: 9e435604feeedccbaccdfe06491a8478dd009b38f60215e3bf9cdc122fb99c4c
SHA1: ce0463218fa7b45fe397c07ee10dd09a1b22d401
MD5sum: 201acf6bfd82e33ac88113c5905cf92d
Description: Unit testing framework extension for PostgreSQL 10
 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 10.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-pg-track-settings
Source: pg-track-settings
Version: 2.1.2-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-10
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-10-pg-track-settings_2.1.2-5.pgdg+1_all.deb
Size: 9968
SHA256: b1f8533589271185d8844fb5a427ea4d203e2c614edc4507fe6c4cab32e45fdd
SHA1: 22cd449340941142b7a31279e8744297ef45fd0f
MD5sum: 48c49136212c1ac95d9ca733d22ad82e
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-pldebugger
Source: pldebugger
Version: 1:1.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-10, libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-10-pldebugger_1.9-1.pgdg+1_arm64.deb
Size: 25016
SHA256: daa3522f505be2ba28119388d4b0e4e1e1aac4442b5b6ae08e6b2b0bee66763c
SHA1: f15f3b14dc3ffaa03212d63c57ba2e1b467f5d35
MD5sum: 980229a1b10d982cd9ee0463ff25880e
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-10-pldebugger (= 1:1.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-10-pldebugger-dbgsym_1.9-1.pgdg+1_arm64.deb
Size: 91460
SHA256: d5427dc20944cd83f9e68b4353e2fc05539147a498984b42db2b87315fb7a7f9
SHA1: f08102ca725ba9848a81bcd0749c0f32001223d5
MD5sum: 244b446557497fd98e20cf3209d4cd5e
Description: debug symbols for postgresql-10-pldebugger
Build-Ids: 728c32531344b09867ae4af48f15fc945f8a6b4f
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-pllua
Source: postgresql-pllua
Version: 1:2.0.12-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 427
Depends: postgresql-contrib-10, postgresql-10, libc6 (>= 2.38), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-10-pllua_2.0.12-6.pgdg+1_arm64.deb
Size: 102848
SHA256: 447afcc00d822e7c5870cf0dda398cde5f45323c4846da48f66823b7de6e2ef5
SHA1: 72a37a5ba645b86473ed79ff7f207917f61f1052
MD5sum: 140d7e2947b21929631cdb4c7f8e18eb
Description: Lua procedural language for PostgreSQL 10
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 349
Depends: postgresql-10-pllua (= 1:2.0.12-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-10-pllua-dbgsym_2.0.12-6.pgdg+1_arm64.deb
Size: 301868
SHA256: e38a6774e760955966d482d9edd82265be584ef01ad409853de1f866980346eb
SHA1: 92eaceb37e995e6aaf6ba1e373389e41b59e3231
MD5sum: 92989cbfc3d2d7f5e160275966cd4353
Description: debug symbols for postgresql-10-pllua
Build-Ids: 55ab3bfa4169ac0cd93ccd15ff151fe73f355ad8 935c29a1362cf43aebf789582a3288de249995fa
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-plprofiler
Source: plprofiler
Version: 4.2.5-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-10, libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-10-plprofiler_4.2.5-4.pgdg+1_arm64.deb
Size: 20276
SHA256: e8ffeb86a8c8e87e9cbee916486adcdfa739b24effcfe353a636fd86cc4c03d8
SHA1: 45535096ffc77cd34a06244adf1828c85e8166e8
MD5sum: c92af91366a2077a3c20ab41ac2e4b84
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.5-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-10-plprofiler (= 4.2.5-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-10-plprofiler-dbgsym_4.2.5-4.pgdg+1_arm64.deb
Size: 52996
SHA256: 1a6b80da34a4d56ff4147dc0c96d0c90421326b809291e8db3b6f9496767504d
SHA1: 242059c61e41208d5c47a794acc9143c317c7271
MD5sum: f53364279e0eede7608a13d1e4a95e97
Description: debug symbols for postgresql-10-plprofiler
Build-Ids: af5ab71360c44bd50549a5277dc39e835c212bbb
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-plproxy
Source: postgresql-plproxy
Version: 2.11.0-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-10, libc6 (>= 2.38), libpq5
Homepage: https://plproxy.github.io/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-10-plproxy_2.11.0-13.pgdg+1_arm64.deb
Size: 54384
SHA256: 4c5e5c377ea7252711cb695fd096c4525174eded7aa62785113739a4978cd6cd
SHA1: 56e9ba7fd93e0f6b0e3ef5620bc87ac128b7591f
MD5sum: 6deb87e56bf2b9bc1ebb4df9dc55d244
Description: database partitioning system for PostgreSQL 10
 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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.11.0-13.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-10-plproxy (= 2.11.0-13.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-10-plproxy-dbgsym_2.11.0-13.pgdg+1_arm64.deb
Size: 112588
SHA256: d3ff22c709ba9a9a9e04cfc286d67c7d0287f289cd2fd0221ba774a03cc10c61
SHA1: 317b885b2a54f88eb9ad2cba5733fa3bc589d679
MD5sum: 02eb15d8346387114887bba2e9f535f2
Description: debug symbols for postgresql-10-plproxy
Build-Ids: 7c17855d125ee8c54ae9413756ccac849ef97c89
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-plsh
Source: postgresql-plsh
Version: 1.20220917-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-10, libc6 (>= 2.38)
Homepage: https://github.com/petere/plsh
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-10-plsh_1.20220917-4.pgdg+1_arm64.deb
Size: 12132
SHA256: 0796707281dba73f5e8a1d045109ddd52aacc69102e8457d17b120d2b8768406
SHA1: 59676a270fc73dd24f85ff096e452a1c02acad09
MD5sum: db4bcd39b104451d36eac267b4cb4c95
Description: PL/sh procedural language for PostgreSQL 10
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in a shell of his choice.  You need this package
 if you have any PostgreSQL 10 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20220917-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-10-plsh (= 1.20220917-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-10-plsh-dbgsym_1.20220917-4.pgdg+1_arm64.deb
Size: 27500
SHA256: b2db7ad599d3762f8c3602a6bab54ee20ea60fb4eb8bfa415e702be7f82a5ff8
SHA1: 0778d46acb0aba2e4e3b37646b2cdea3aad2d6c3
MD5sum: d4cba7fccced2e099b03852db8985df3
Description: debug symbols for postgresql-10-plsh
Build-Ids: 4b371b4cbc10b6fd165038ea6ff44fd98da5d344
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-prefix
Source: prefix
Version: 1.2.10-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-10, libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-10-prefix_1.2.10-4.pgdg+1_arm64.deb
Size: 20040
SHA256: 5714cf986baf46badb87f9a83cfac7919a803811bfb7de563f57c8c8e2f46755
SHA1: 417538491c218ef676d14a54c68dce9561960c55
MD5sum: 1f7b4ba40df8723a2e57e482802a8aa4
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-prefix-dbgsym
Source: prefix
Version: 1.2.10-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-10-prefix (= 1.2.10-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-10-prefix-dbgsym_1.2.10-4.pgdg+1_arm64.deb
Size: 42796
SHA256: 0fb86faee215a50eb36b58a8e3a4efd161f1862f301d676192d5846d6f5ba1e3
SHA1: 0f4878962ede5fd7596bab3dfed26932e7add1a1
MD5sum: 053dbdc86ccae409cec57b568a056557
Description: debug symbols for postgresql-10-prefix
Build-Ids: 0b0098fc28ca5930dd3b2a26998e36d8802e4c6e
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-prioritize
Source: postgresql-prioritize
Version: 1.0.4-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-10-prioritize_1.0.4-13.pgdg+1_arm64.deb
Size: 6752
SHA256: 1fb203fa7de547c6c70d1b4d5e883b1a89c62af37f4f6dcbc77f5c25f4f08463
SHA1: 303e9c52db76737875a146a420c50f96f5fe2af8
MD5sum: 85404cdec726c611e7380da6ca1afb0b
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-13.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-10-prioritize (= 1.0.4-13.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-10-prioritize-dbgsym_1.0.4-13.pgdg+1_arm64.deb
Size: 11588
SHA256: ef1098401dc90002ad3d6272f7092cffbadd9a1e227cc0eb33d58541f6c39a50
SHA1: 74a4611d393441c921f1e87516ff6fe9b41e8fde
MD5sum: c05d9087601014e24fc2385509dec975
Description: debug symbols for postgresql-10-prioritize
Build-Ids: 22fec2ecca7e796e8f6a82527169eaef8afba92d
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-q3c
Source: postgresql-q3c
Version: 2.0.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2595
Depends: postgresql-10, libc6 (>= 2.38)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-10-q3c_2.0.1-5.pgdg+1_arm64.deb
Size: 78752
SHA256: c49c7852a9e2e2a69bc7288924974575399112391687314550a895367a9b5ae5
SHA1: 349583f1f049767b6e57ad13e5969c94df67bb3c
MD5sum: 904870e4c9ada402ab97157f6249d182
Description: PostgreSQL 10 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-10-q3c (= 2.0.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-10-q3c-dbgsym_2.0.1-5.pgdg+1_arm64.deb
Size: 78888
SHA256: 13fa21f07fce55ad22fd0b0e3e7d4e8d8b7d59fe77ebab637ac21cd74907b284
SHA1: 5b3c34ecdaf237770a0599ce0f468d7fa006bb6b
MD5sum: 81dadcb7ead40d4f706089a1cadf6059
Description: debug symbols for postgresql-10-q3c
Build-Ids: b36f3d18037aa3323e3885b009675a2eca7c16ef
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-rdkit
Source: rdkit
Version: 202503.6-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 669
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.6), libstdc++6 (>= 13.1), postgresql-10
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-10-rdkit_202503.6-2.pgdg+1_arm64.deb
Size: 251144
SHA256: 13ba049660ef35221c9acb9faec81d1392e2166276e95b64a1a7af0d8f817e5f
SHA1: afaa234a55f34886237a6c9e3a616129960cc7e6
MD5sum: 10dd071816903683cf490baf7e151b8a
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-rdkit-dbgsym
Source: rdkit
Version: 202503.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1210
Depends: postgresql-10-rdkit (= 202503.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-10-rdkit-dbgsym_202503.6-2.pgdg+1_arm64.deb
Size: 1144952
SHA256: d94e454a90b86d7cffa2b562ef0eacd7d0419daf40ab950a26e86632bae2aa30
SHA1: 004c0be38f37da7e34fa663c7a8c925b5c4fb84b
MD5sum: 6ff0b4d5305f87a9e38035e05a6832cd
Description: debug symbols for postgresql-10-rdkit
Build-Ids: afe1c01e1c38c7811cf526a21d0c793b68d92c59
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-repack
Source: pg-repack
Version: 1.5.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 261
Depends: postgresql-10, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-10-repack_1.5.2-2.pgdg+1_arm64.deb
Size: 72904
SHA256: 8b4a2408a27ebad2984db261cc1fe7c7e30d54db979c567790e62673b232732f
SHA1: 8e7b23d2109d531179bb56192029fc46ccdd3b0b
MD5sum: efcdfa1d04bbe1a3d15ebf2dda14649b
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 10.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-repack-dbgsym
Source: pg-repack
Version: 1.5.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 239
Depends: postgresql-10-repack (= 1.5.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-10-repack-dbgsym_1.5.2-2.pgdg+1_arm64.deb
Size: 118112
SHA256: e341a970f0bc7dd3468f70162e8a4b05f0dc2b7b990bd455674818c36ddf40df
SHA1: dcf7b60a7eb0edb16eb39c3e6057c6fba9feebc6
MD5sum: 0374f6cee59956dcbbd42a92067867be
Description: debug symbols for postgresql-10-repack
Build-Ids: 0ae56085105939c0b984b3c554bbe41cf5f111cc 4b022b127ab097156fd7791a45550d9c91972b4c
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-repmgr
Source: repmgr
Version: 5.5.0+debpgdg-2.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1096
Depends: repmgr-common (>= 5.5.0+debpgdg-2.pgdg+1), postgresql-10, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-10-repmgr_5.5.0+debpgdg-2.pgdg+1_arm64.deb
Size: 208832
SHA256: f40f34568f620b6fc3008d93e9676c7718fa41e0e5303fd3ebd1089d4eeb13bd
SHA1: bd2c0517c43b59793ca63594e8aab1fe354a30a9
MD5sum: 55cff32ca21b88e3684e9cb192378699
Description: replication manager for PostgreSQL 10
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 10.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-repmgr-dbgsym
Source: repmgr
Version: 5.5.0+debpgdg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1424
Depends: postgresql-10-repmgr (= 5.5.0+debpgdg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-10-repmgr-dbgsym_5.5.0+debpgdg-2.pgdg+1_arm64.deb
Size: 603720
SHA256: 77867d603983ad8ffafc087d978acaf961c258699de757dc6eede3e0ca79d766
SHA1: 122d908ff12126d110eb6886d99a0e6a54b9c9b7
MD5sum: 3c5516cfaf8655a6084195212c653bfb
Description: debug symbols for postgresql-10-repmgr
Build-Ids: 6024054bdd01800fb72ab049e218f28825b8e1f6 86e4ab255a3166cc24b36ed3cd431bd7f3fea7c5 db443eeb4f3df05effafd7b4d174dc7877e2f2de
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 375
Depends: postgresql-10, libc6 (>= 2.38)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-10-roaringbitmap_0.5.5-2.pgdg+1_arm64.deb
Size: 117684
SHA256: f6db48c05c91758e0381beb323b13c2d601a47f14ef1d1b704dd5567c5f926fe
SHA1: 843ed469c8d871ea70a1f39b03265610a1eecfe1
MD5sum: a3b493bfa402e05b401ac3392581e552
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 531
Depends: postgresql-10-roaringbitmap (= 0.5.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-10-roaringbitmap-dbgsym_0.5.5-2.pgdg+1_arm64.deb
Size: 493660
SHA256: 989a60cbae9035a99984587d279d6a8520423f1fca41beadfa055c4ddf84e0cb
SHA1: 716d687dba2ab34b008ffa85b534968d97d682db
MD5sum: 41381dcc11270ab56469377a6fd6b763
Description: debug symbols for postgresql-10-roaringbitmap
Build-Ids: 717a2b6bc6b2b665e88ead0a3db6c082974a7800
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-semver
Source: postgresql-semver
Version: 0.40.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-10, libc6 (>= 2.38)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-10-semver_0.40.0-3.pgdg+1_arm64.deb
Size: 24700
SHA256: cd69f7328016bcef5fda334769115ea124423f1667c15e382239337fa29f5a3c
SHA1: 995420d215bd5901270cf38e54a7db4c4df097d1
MD5sum: 877a101f8264b3e7af00211123c8c8f9
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-semver-dbgsym
Source: postgresql-semver
Version: 0.40.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-10-semver (= 0.40.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-10-semver-dbgsym_0.40.0-3.pgdg+1_arm64.deb
Size: 19364
SHA256: c74f2095271317ead2160de1c611f5a4d3a765dca321da55a398af558b9df729
SHA1: 5e081e45fca012277f9daf0d5ef359e43755def8
MD5sum: 67708f0f4ea54ee4ce55b8a1c94ef58d
Description: debug symbols for postgresql-10-semver
Build-Ids: 42e1e3933b01e1a343f1f116f932bf45033bb6f9
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-similarity
Source: pg-similarity
Version: 1.0-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-10-similarity_1.0-9.pgdg+1_arm64.deb
Size: 32400
SHA256: f60016059b8af5b9383e1d0bd3de78398bbf266c4a153b4a7a21307742a83311
SHA1: 1af29f87e8cb7ce0756d005e6ffae53628355568
MD5sum: bc302ae8df6021311d884515c8443b1c
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-similarity-dbgsym
Source: pg-similarity
Version: 1.0-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-10-similarity (= 1.0-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-10-similarity-dbgsym_1.0-9.pgdg+1_arm64.deb
Size: 54816
SHA256: 0b89d6899119155cee66eb0991a2ce7f16d64f3e1d9f1ab047753031cc65ba8f
SHA1: 3d98e978836f6a98981a6c4c492a83cfec787505
MD5sum: 8df1828f12e69003c19d133d3a74f1ec
Description: debug symbols for postgresql-10-similarity
Build-Ids: a259c33e512421e19550f195c350ed2d6ff0b569
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-snakeoil
Source: pg-snakeoil
Version: 1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-10, libc6 (>= 2.17), libclamav12 (>= 1.2.1)
Recommends: clamav-freshclam | clamav-data
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-10-snakeoil_1.4-3.pgdg+1_arm64.deb
Size: 8968
SHA256: 2e21ceae8aa1fbd9ab59e6177dbf8c101744a487b4feceb145bb0614df6a9d1a
SHA1: 46ce58c2401e6ebd318bd5719d6140dbfd70f256
MD5sum: bc70ec5bb154669e6e7d7c368099ece7
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-10-snakeoil (= 1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-10-snakeoil-dbgsym_1.4-3.pgdg+1_arm64.deb
Size: 13996
SHA256: c5984e4c139f7291b63321e30200830d1eeb20487bd21f86b696c44d9b3bfcad
SHA1: 6e76ae0e2b79345f7bb292506a597b3cbd16e33b
MD5sum: 52574befa6f70893f061feb15a634970
Description: debug symbols for postgresql-10-snakeoil
Build-Ids: 839dc53c13f036b54fa9a635d4182bb3f529bf1d
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-tablelog
Source: tablelog
Version: 0.6.4-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-10, libc6 (>= 2.38)
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-10-tablelog_0.6.4-4.pgdg+1_arm64.deb
Size: 20200
SHA256: 960cf6aaaa0ffdf9ae6f8cb6fa7aac7f743cab5403c0818c55ccf22d0ec763f6
SHA1: 02129bf7a3b9e236f791f5179e085c94f5651574
MD5sum: 741799e99c0b93763da8602adf5dd1af
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-tablelog-dbgsym
Source: tablelog
Version: 0.6.4-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-10-tablelog (= 0.6.4-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-10-tablelog-dbgsym_0.6.4-4.pgdg+1_arm64.deb
Size: 33664
SHA256: e99b1cecb25c16431f85d7999502d224ca7755705453a4fb1104ba21ccced73a
SHA1: 86e2274e0caee4fc44af90a837c043772aea7c70
MD5sum: f11b92ff35d88650540a6143c5260693
Description: debug symbols for postgresql-10-tablelog
Build-Ids: 6c2077c8d4bdfe541d27749deca58c94be63da9f
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-tdigest
Source: tdigest
Version: 1.4.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-10, libc6 (>= 2.38)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-10-tdigest_1.4.3-2.pgdg+1_arm64.deb
Size: 24428
SHA256: 0eb3d7900946a0524f3763d2cb91f320665232eaebfb1c90478fd7beb1452daa
SHA1: 5ca68e0df43cf8b272f1ecf078c318978d169032
MD5sum: 69c8f56b4d60b5a469af38586bd7beba
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-tdigest-dbgsym
Source: tdigest
Version: 1.4.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-10-tdigest (= 1.4.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-10-tdigest-dbgsym_1.4.3-2.pgdg+1_arm64.deb
Size: 46856
SHA256: f5d9a2dda49e5811abdce71c6255e6249a627d9d987112ed889d6bdd9da8ec11
SHA1: 4c267216ccbd451fef3ff8c062316b016c523803
MD5sum: 95d915989271fd3d229e1ac27060a54f
Description: debug symbols for postgresql-10-tdigest
Build-Ids: e399c254843e257a6a202cc9ae3ab79fa364aa77
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-tds-fdw
Source: tds-fdw
Version: 2.0.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 155
Depends: postgresql-10, libc6 (>= 2.38), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-10-tds-fdw_2.0.5-1.pgdg+1_arm64.deb
Size: 34852
SHA256: 2ac3bb2de4efa9b95942c9fa6c9eded4f6b5c7ee9fe7398c88a071386c6bc46a
SHA1: cca8ca322585525fd89e3b301b398e5989c492d3
MD5sum: fcde007eebcebdf8c18b178ae9f13ac0
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: postgresql-10-tds-fdw (= 2.0.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-10-tds-fdw-dbgsym_2.0.5-1.pgdg+1_arm64.deb
Size: 118708
SHA256: e4f62f18b3ae8b718608330ede9291e0ff33b7ad09a541e9b7dfbe7603b88711
SHA1: 3e9cbbefdeec39ade247d93ec2b846897901d208
MD5sum: 075c104c5ea9c2303d309646bf08df3a
Description: debug symbols for postgresql-10-tds-fdw
Build-Ids: d10c3fbaf9f42af7ef52b987bf1f88e38ed926af
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-toastinfo
Source: toastinfo
Version: 1.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-10-toastinfo_1.5-3.pgdg+1_arm64.deb
Size: 7264
SHA256: 5670360f37ddad573ae4c82a7e92557803831f91ce9d84beb6a21e429016bfda
SHA1: f0231414010cb2bcf3f196c745b44fb83cb1df54
MD5sum: e58a843b8e97d505892daa038ca1969e
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-toastinfo-dbgsym
Source: toastinfo
Version: 1.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24
Depends: postgresql-10-toastinfo (= 1.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-10-toastinfo-dbgsym_1.5-3.pgdg+1_arm64.deb
Size: 10404
SHA256: 1ecbbf92b80cf4fead163830ce3329195759efacd25969397a63d31390e883da
SHA1: 5d9048a17d2ad195aa10e5f7ed6a6fa63fca803c
MD5sum: a65443ae869027496a9ebf2c2e907fa7
Description: debug symbols for postgresql-10-toastinfo
Build-Ids: 2abfaf2e1d3a454745125aa0bc6854c5b0b259b9
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-unit
Source: postgresql-unit
Version: 7.10-2.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 569
Depends: postgresql-10, libc6 (>= 2.38)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-10-unit_7.10-2.pgdg+1_arm64.deb
Size: 106928
SHA256: 3ad244b5ea02c0d16078d2bd4bde5ca439dcb7af2f56f260eac84d752faee937
SHA1: 351acf84a4b4eec9463e5ee2ddf9e5c315200e43
MD5sum: f8fc389fae61dc6c2cb93ab96e5df0c2
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-unit-dbgsym
Source: postgresql-unit
Version: 7.10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 80
Depends: postgresql-10-unit (= 7.10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-10-unit-dbgsym_7.10-2.pgdg+1_arm64.deb
Size: 58312
SHA256: 15581aad172eb1dd462a4724639d141f9ca95b97dfdfeb95fc9750dba4f61fcd
SHA1: ded612428b1c53439d3a3ae835aee91d6cc486a9
MD5sum: 34b2c04f9e77a78da5715c41bb0c6985
Description: debug symbols for postgresql-10-unit
Build-Ids: 41d211a138f4e1ed31b7acc9dce7f6c471b8df0d
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-wal2json
Source: wal2json
Version: 2.6-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-10, libc6 (>= 2.38)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-10-wal2json_2.6-3.pgdg+1_arm64.deb
Size: 17084
SHA256: 525c8dbf77e61b518f2aa4a2cb7f89ff3dde6ed2bc907c76b9dc735d4dd986d5
SHA1: ad9b87784ddd91e8d1779cc7a89e1b9b4bb2e212
MD5sum: 04123e9e85568eb0cc341193a3b61a6a
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-10-wal2json-dbgsym
Source: wal2json
Version: 2.6-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-10-wal2json (= 2.6-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-10-wal2json-dbgsym_2.6-3.pgdg+1_arm64.deb
Size: 51664
SHA256: ba68fed15cea8d711b41c0e841922b7c84b0816233beccb334ba8c79c24bac87
SHA1: da426b95a1c16c8405e73ba849d17a3500c2ec31
MD5sum: 9ae3708b37bb50f562ac214e8c774cfd
Description: debug symbols for postgresql-10-wal2json
Build-Ids: f9541bc016a8f4d96dfb453eb211a5543bf84552
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11
Version: 11.22-10.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29516
Depends: locales | locales-all, postgresql-client-11, postgresql-common (>= 194~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: postgresql-11-citus (<< 8.0.0.PGDG-2~), postgresql-11-cron (<< 1.1.3-2~), postgresql-11-pgextwlist (<< 1.8-2~), postgresql-11-pglogical (<< 2.2.1-4~), postgresql-11-plsh (<< 1.20171014-3~), postgresql-11-rum (<< 1.3.2-4~), postgresql-11-wal2json (<< 1.0-5~)
Provides: postgresql-contrib-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-11_11.22-10.pgdg+2_arm64.deb
Size: 5297496
SHA256: 1644cabd8017e17a57d1198254eca73345ae40a0ec90894c68298c327b468e04
SHA1: 555cf0a61a476d3bbe11ed7fe503d7bd4eb94046
MD5sum: 7a2b3977659decfc6598c7c73621a3c9
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 11.
Postgresql-Catversion: 201809051
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-asn1oid
Source: pgsql-asn1oid
Version: 1.6-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-11-asn1oid_1.6-3.pgdg+1_arm64.deb
Size: 6528
SHA256: af02cbed8d57bdf7fdc774d081ec9ecb2f9c9bb17f4d066a04b38879114c84e9
SHA1: 6da1c219cd3f070e5f40cb464a0c1b21215e185b
MD5sum: 99c6824939ea907611836244761ae124
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 11.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.6-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-11-asn1oid (= 1.6-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-11-asn1oid-dbgsym_1.6-3.pgdg+1_arm64.deb
Size: 8040
SHA256: 2f56a295cf13f649681ab4143829d7b9287de29c631fcd0ad7e5d7821625109d
SHA1: 343101d98feafa81e517e7ce1de465bb89d52845
MD5sum: 735195c63c869c5f4cdec157003cbdff
Description: debug symbols for postgresql-11-asn1oid
Build-Ids: d7dd0d8ad587a26e28021c3d1b749a90132c3ad7
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.8-2.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 82
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-11-bgw-replstatus_1.0.8-2.pgdg+1_arm64.deb
Size: 7452
SHA256: 082e7f5745834cdfbf1c715c7b194506d9d4444ea17f444d754dcc8b740371fa
SHA1: 89670a9276828bf691601d5ddaff8e578c3896d1
MD5sum: cd07a3b79f8ce04b5404f7605349763f
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.8-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 23
Depends: postgresql-11-bgw-replstatus (= 1.0.8-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-11-bgw-replstatus-dbgsym_1.0.8-2.pgdg+1_arm64.deb
Size: 8400
SHA256: 17ab1313b17bde337a77a0f12870b5cccccafc4d59ff26feeb340f2aba412bc6
SHA1: 263b0358fc7987858d7faece8d62b5bb7d0dc7e0
MD5sum: 4a36c7621459e16a458632414d580770
Description: debug symbols for postgresql-11-bgw-replstatus
Build-Ids: b8cfd70309d52e554e5140a38bb92f06f55b0da4
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-cron
Source: pg-cron
Version: 1.6.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: postgresql-11, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-11-cron_1.6.7-2.pgdg+1_arm64.deb
Size: 35220
SHA256: af5b9474bac5000b5f9a1db3da19f160d859b8a4664d11f2f7cfec15f98d7ba1
SHA1: 797be6bf0d0b1bb4a92cac9b714b37d33e53943d
MD5sum: c0acf2112365b2287267b1a1bf23b456
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-cron-dbgsym
Source: pg-cron
Version: 1.6.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-11-cron (= 1.6.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-11-cron-dbgsym_1.6.7-2.pgdg+1_arm64.deb
Size: 96396
SHA256: 375a0f9f99bcde1e1d465a077aba2dff0c6c2d81dddb3c0e12d7ebdd8c0c137d
SHA1: c1f9233ed61e69760f53311988308e46b97106e7
MD5sum: 8607db1472a73cb4b1f719a4d9e4f4bb
Description: debug symbols for postgresql-11-cron
Build-Ids: 493b0f3d2cf3aca415325ade651b55e0beed4bc2
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-dbgsym
Source: postgresql-11
Version: 11.22-10.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23634
Depends: postgresql-11 (= 11.22-10.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-11-dbgsym_11.22-10.pgdg+2_arm64.deb
Size: 12815148
SHA256: 6b9f1702e3bcb3169283840d35912da088cb84ba0442f1e9c1986044f8def5c4
SHA1: 139f1505d14673a5381ef46bf365b7a681cb84b8
MD5sum: 1a0a4fef7dd8eca2a761fb4ff2ad6c48
Description: debug symbols for postgresql-11
Build-Ids: 03174c8c82e890429bd1961362b334162898de28 0561baf5522b8aa037ca72aa0092c1f468ecae27 06abe7a7bc10014453062603b3b68b2a79a16fdf 0984eb3e66cededb659db2e4a1b58dec25d66e3c 0aaed63948af3d4d19ad3cba14c8e22db2133fa1 0c12bacdc78f9d8ba0adc24b9449f4546a2721b0 12186417acddbbb326bbcca9ea09f4427263617f 1308f12d94ae57cb0050d4b276e24d85e8e18593 15394a8db44c1b11d96f28d5ea234f1a3ef1f269 172b16a6ca4b922f41b79252a7d3a53f7b5faba0 1b0d9e162e3181f6db2142f63ff475e049b8b18f 20b4b3d15d91d0f13435ba13b9640385ee1fad74 2b9933381e7a251e0e59a517f77890de7f1fb078 2eb1b950081ae00a5e2528ce34bc11842b6c5a95 333179cef37d0d6552c54b4db015664ffbc16ef8 3335ed96fbdd8696cd3f7f28475a8536ee4cbccb 348f590fa761d2a90c14889de0ce14a15ead2950 38117cd86d5d4b7d5fbae7f51ca83be33a5d7359 394ea7aa48b37dc1a1abb3c8791eb33f2ef89e1d 3b532eaf71fb2637b014e2c2d564e8fd9f9aceb0 3be3e80329720f6b33bbf3401bbe014ce7cea64b 3deb222286ba9c58f564fe744320725ebca59a0a 41f7f66befe7eaa8a5143a8c1c6016df3b9fc3e7 44070ab7d7bc363d81bd60c29601bb1dc62bdfc8 4505c9f3bdb9c59211e35d8e1ac2a0bdf4fafc27 4884b15b3b21ce2bc2caddf439780af2e7dedc23 490fe6ca418887379e80fc7036c51e2ab893ed2e 4ab06b1d0ed1f95a767f9c123476341de9ddb0cb 4b567b0a986963a8662cd0aa17c95c27805277d5 506c7087ee414e3a5be7f4fb652cf6b69c3d2164 53ff383f453b1cafb5bd2cf2f3e33df667f390ff 540d4202dd3b948262385cd5b65406f195155bc7 56f6763187ca9f32c63fa24f71d2e440ff092326 5978136f0b3b08e606203e35523452df051ccad6 5e89cd9e7b129bd4c8a8849d8a8ae376d70e23d0 5ec28c184376c85a073e62fbf71a0fbced840019 607cca3da2c8a499d87a2942a021855b42d41df1 60a481c2c5ea460feef3ce4dc96f47d1d1009cb4 628f2e4c705f6c3a369a83330d7fa3840fe0fa4d 62a7e05461ea33b1903edc1679066b3815f88e85 635aefda53e3567d4bb9b198e8333925ba8414aa 67310ee6aaf4078988e64c40582793d5796a02fc 673a92572047185bfc7be9931b3a663f548b7c32 679d696cea3010456e4fa2bcd4ab1eb185ea9d2d 6b5264b357b05047365f7fb4479a4aaabefb284d 6d746b1f7d9fb4e4651ac6033fe8e27581c162c6 6f61065c8b28ae4f39d8219f638f1e27f3c6d887 6ff699b7d3dcb156509fbf3cddbf2540618ecb8c 70a1220ae9a4f025ef4674144a4b054f4a1cc09c 7348d4f8b0fb46a802c80d7282bab149d6e360d4 73a031ad0b280ba210c2f28fbcdeea9e687b3272 7787260d84237dae4f5b577970b6c697a4ae34d4 77f6d7da9ae31f1cc1545ea053f4095436de08d4 7b88442307fd34857f77b4d078c40c87b7edbaa4 7f7cbc4c01a559c64b24d31ae68bc797faa32517 7fe5a712a685bcd37f206fbd93d642ba32a5c103 831c7dea5288c1e7bd636a45d503d5c97b4a4397 8487fdf2d0a0af9d4e8f90ca8c89b9008724f97f 85959785495ea50e739e68a0bc005b03cda89322 880f1057fd9d1e5da4ca88b6766190796accc543 8c9491c6b13fee7f7b8d57be890121dee98455a5 8ca6fc2effe3da2bba53e036e3eca961536a395e 8d7298c34fc7ff9f46025854660b9418747766fc 8ddb7fadde4b07a41ac09bd35d60a1b9efce6aac 94706f9420c0b0e113631c4fa4b556d8dd9f30cc 9ab812f7f56886791447b06379c45625ad010642 a13fa5997540869065dc3b2c23273f702e7c0560 a18eba1df8e33b5265c2745a370d03f3b0807149 a28b012b915ea6d90c3c19dc9ca2b3b463176af2 a82f0b0be2a4ca1d90d7f9243ff8ee871ad9ddc9 a967608a7390eb4e4f946ac4a87606cd21a53874 b21906e23b167a1d1929bb0514a3b6a0948fcb6b b24972bec99dfcab2766522fb8bddaeab8d04833 b46fb6a909b47e8672b57cef2eac56cda2935dd1 b5eb663c7d552177ae623af69078f3b0fdc6c727 b7f7b4a7804a3b7d3c275e03ece7a5265b0c2bf5 b9d859a4367477a9906d42c28a2a2ff3f2c35c2c ba4e819d9ccaf4a6756be3c9e69a9285169a78dc bab1d029e5c58290411c280e39c56990c0c34580 bd6bf1a02cddd1fde77731ba4a321b38d2c6a421 c1f7c38662fba1559857bf7b64aa613a667932f0 ca92a66e679bce280589d690eb5f30c1605c35c1 cb942773c229b7dabe4d1bb5282999437a0fc99c d4f97fe1929126686c6f64b475a63f5fb86c8d3b d90daf7ac2e2a4db51717def6a315e9c7dd17ded da4c5b2f6488c6d58fff117d3c3b3f9b7b5145be dc2344a3d7da7065eb9a7c809802c768a1a7903a e1b0de32dd78f3bb790d149790fabe849af5e85e e22bd3290941475d5e18f0900c21e987921e12a2 efb38f1e80c52b400cecf48ff614a08c44aa7d5e f4a0ac5754d7b9801ea1a32e3b5a084d41a59555 f8fef6d6ece1bd0cd18034f2e6555633447479e0 fb5a6c6b83f20e1d8e0cbbb83a519e8c80d58858 ff49d281ea305a07316ce017543dce02c1b0bd2b
Postgresql-Catversion: 201809051
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-decoderbufs
Source: postgres-decoderbufs
Version: 3.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-11, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs_3.3.0-1.pgdg+1_arm64.deb
Size: 14900
SHA256: a12da97197fbe8ed26e72596c46fbd35273bdf081c3fa7f4c71d3f6aa2da1f18
SHA1: 695cda049a2f237ab1db904a85e7e89021b89747
MD5sum: b74144168bda9b63a48c616f6eb432d5
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-11-decoderbufs (= 3.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs-dbgsym_3.3.0-1.pgdg+1_arm64.deb
Size: 38012
SHA256: ef635c0ed885891ed6a8d42c80a3076b644d53417958d26088fc1c639322f0f5
SHA1: 838064984f82db69266d8a756916267472cffd3a
MD5sum: 2db5b2c16346a6ec42b73a3a240747dd
Description: debug symbols for postgresql-11-decoderbufs
Build-Ids: 3dab820dd498b8c62c9d6abeef6be244852adbc3
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-dirtyread
Source: pg-dirtyread
Version: 2.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-11, libc6 (>= 2.38)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-11-dirtyread_2.7-3.pgdg+1_arm64.deb
Size: 10948
SHA256: 9980e04b820c5a24a0e36d729015109eeac3888554ed4e98d2a5ff28f645ef22
SHA1: fc4dc0b56085c3281f193d135e7aba9bdc821e1b
MD5sum: 09b7ba651529fdf0583a386bf5aa17fb
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-11-dirtyread (= 2.7-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-11-dirtyread-dbgsym_2.7-3.pgdg+1_arm64.deb
Size: 31112
SHA256: 6093b0336b1890b11404f489b5105c86628b18a3d64473bdec76f639852493ab
SHA1: e90f0b6d3fb9a305d19e7a6b4b90e6206e2403f1
MD5sum: 213b43a7ef64d5bc7cc4b2c9800173f3
Description: debug symbols for postgresql-11-dirtyread
Build-Ids: 5137f449957b71abf286dbab0166876025461d89
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-extra-window-functions
Source: extra-window-functions
Version: 1.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-11-extra-window-functions_1.0-7.pgdg+1_arm64.deb
Size: 7940
SHA256: bcb3d7d873e8c398dcf07188f86e9ce50c53fa0f19b5e5764a8148d02d9a199f
SHA1: dcb035089e7989a12a8a69788544916b2659ba63
MD5sum: bcf8fc22460fc72c1368403c24eb5d13
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-11-extra-window-functions (= 1.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-11-extra-window-functions-dbgsym_1.0-7.pgdg+1_arm64.deb
Size: 9416
SHA256: 6541de96a1abe1019af6ee0f6a97d2509f45812f4be75e02d2d3183d549d0d75
SHA1: 3df4742bf0295c89743eb5ce47ce68aa8cff6157
MD5sum: 926024b66ce411c338c2e299717ccf08
Description: debug symbols for postgresql-11-extra-window-functions
Build-Ids: d15cc357df1aaafed639123bbbb0bc383a4fae8c
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-11
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-11-first-last-agg_0.1.4-4-gd63ea3b-9.pgdg+1_arm64.deb
Size: 5924
SHA256: 68944847b10c291c9da531065e84e3896736c20c6df59dcf74cb0d401924b687
SHA1: 74822f3a03efdb53ad0c08ccfb5c8d05ec4250d5
MD5sum: 6d8046cbe9944c02564e62a34dc4941e
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-11-first-last-agg (= 0.1.4-4-gd63ea3b-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-11-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-9.pgdg+1_arm64.deb
Size: 3980
SHA256: 6b7f20af6956a0a559acbd0d2871c1ddebe982bff1d7aa420c200edcccbe65d2
SHA1: 79ce1c05727eb29a2ff3f874d43c3f84b6631402
MD5sum: 1176c18a47ac592c539e5060c05b1eb8
Description: debug symbols for postgresql-11-first-last-agg
Build-Ids: 40bf8fdf983f289f1f2502291cb661983344a7bb
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-hll
Source: postgresql-hll
Version: 2.18-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 123
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-11-hll_2.18-3.pgdg+1_arm64.deb
Size: 36284
SHA256: caa3100a800ad2bff0ef362aaa2059b7a0db69bd57286bb3cae87e0abb1d953c
SHA1: 782982079a07a11f92cda803510e78e04762acc2
MD5sum: 23350b18bcc5610de2aa8952bc683a52
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-hll-dbgsym
Source: postgresql-hll
Version: 2.18-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-11-hll (= 2.18-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-11-hll-dbgsym_2.18-3.pgdg+1_arm64.deb
Size: 81368
SHA256: a16c0238d37cce6c88579f075fbf4f1fd9f2a24494842922bf422835e69ae58e
SHA1: 9c2747d5c6fe34cebae373c910f2e352ccdce8a4
MD5sum: 1861096a250c50dd2ee3b5cb9ac09b85
Description: debug symbols for postgresql-11-hll
Build-Ids: 227f80ec85f8040486dc0bb6e015555759b4ee8d
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-http
Source: pgsql-http
Version: 1.7.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: postgresql-11, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-11-http_1.7.0-3.pgdg+1_arm64.deb
Size: 19940
SHA256: 1bc590c9bb60f206963f949dd08f8c9def284c523c1383a24ef1f785f90e966e
SHA1: acf2b26d71cf51d3dca975d6097e9283f871cd3b
MD5sum: 188b5de574004e3f9cf838948e0f37d2
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-http-dbgsym
Source: pgsql-http
Version: 1.7.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-11-http (= 1.7.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-11-http-dbgsym_1.7.0-3.pgdg+1_arm64.deb
Size: 54916
SHA256: 5f3f37cc58961568c912f207518bccb08229ab42ca15110965ad647603408a59
SHA1: 94fdd6b4843677fcb5ab1e3f9e06576e04b06215
MD5sum: 8192a2d09985371780b6c027ae296363
Description: debug symbols for postgresql-11-http
Build-Ids: cb6690886d5066c64445487a3d771d3cc3f5c0d6
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-hypopg
Source: hypopg
Version: 1.4.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-11-hypopg_1.4.2-2.pgdg+1_arm64.deb
Size: 25264
SHA256: 3fce36bdc46d4313a5f77022d3f36442c988dda0b3c2cc3672426a788d60afa9
SHA1: f322808ee6199342dc5b44f8b040dc3388ef86ce
MD5sum: 736f8569f8067a571d82f48db814b52a
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-hypopg-dbgsym
Source: hypopg
Version: 1.4.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-11-hypopg (= 1.4.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-11-hypopg-dbgsym_1.4.2-2.pgdg+1_arm64.deb
Size: 76932
SHA256: f555819630c83ac5cb7f6239f621ae62b3a1ab80fe6f10a2d7aff7df48d5a8aa
SHA1: 153982e6057df22e55f1d6e5d372a13a74ee5ead
MD5sum: 03d7dcb8381f6674d2d0b57d0f99fc7f
Description: debug symbols for postgresql-11-hypopg
Build-Ids: 888ea34eef3a6a5e187128159a47ba0efc41d462
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-icu-ext
Source: icu-ext
Version: 1.10.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-11, libc6 (>= 2.17), libicu76 (>= 76.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext_1.10.0-2.pgdg+1_arm64.deb
Size: 36872
SHA256: b46cbc26d30d32c3d93c6f4f23d6c5d70d9fc8a25168b9d32224adf883e5dde6
SHA1: 8b0ff562fba121a484f36ead3ebc3745c786f1c3
MD5sum: 1f9edf84e2b7f047093d8fb908ab0dfb
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-icu-ext-dbgsym
Source: icu-ext
Version: 1.10.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-11-icu-ext (= 1.10.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext-dbgsym_1.10.0-2.pgdg+1_arm64.deb
Size: 90684
SHA256: 52a3886f281fb365a407d3a4df05bc438a82762d6d292277141731ce77d48792
SHA1: 777fa3e384a02817eb2e065bd8c5dbc252f32a28
MD5sum: 6047a63cafeccc04af224b874edcb3c2
Description: debug symbols for postgresql-11-icu-ext
Build-Ids: aa703b21ac426221ee9bd294b4d9fe732f8be687
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-ip4r
Source: ip4r
Version: 2.4.2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 401
Depends: postgresql-11, libc6 (>= 2.38)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-11-ip4r_2.4.2-4.pgdg+1_arm64.deb
Size: 65884
SHA256: b62bf921b94a486d70ba636df530173528ce78f49c91f44617532d265c8ae622
SHA1: 86f65559e338b7450d7aa5d049bca6f614000776
MD5sum: 5b451f8eb7caa5913258540b1af61b93
Description: IPv4 and IPv6 types for PostgreSQL 11
 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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-ip4r-dbgsym
Source: ip4r
Version: 2.4.2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 210
Depends: postgresql-11-ip4r (= 2.4.2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-11-ip4r-dbgsym_2.4.2-4.pgdg+1_arm64.deb
Size: 173084
SHA256: f1284551618ee99b24ba0566bede8c703f62a860f9014975393e35bdcd254b5a
SHA1: b5b314a464585becd46b4b860807d70431c4e73a
MD5sum: 855d1ab18816a103b8eaf37f67fb0991
Description: debug symbols for postgresql-11-ip4r
Build-Ids: 9190468f90f2c2346b5b9b4248b6e09019fa6488
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-jsquery
Source: jsquery
Version: 1.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 173
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-11-jsquery_1.2-3.pgdg+1_arm64.deb
Size: 42164
SHA256: f32c24314795a1f5bf8038ccf3ffbe7ddca7e9fb9fdc26c8c23a2812c825dd8e
SHA1: 92da5a40c574e6dc386749a75b2e44736ac52ed4
MD5sum: 2e6984e63dcb72b169555a83e25d02ce
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-jsquery-dbgsym
Source: jsquery
Version: 1.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-11-jsquery (= 1.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-11-jsquery-dbgsym_1.2-3.pgdg+1_arm64.deb
Size: 94888
SHA256: 5af5df9e7b30951b267f476b0fa05963a7fa485b5ec6131f4e2fff707f0c0f15
SHA1: 7fc1eefd3de364a74c0d5397e5aad72c3f065271
MD5sum: e0c153f045408ed5cf0baeb849e7ba4d
Description: debug symbols for postgresql-11-jsquery
Build-Ids: 9cdbd969d96f0349452853fe928ea8fdacc52ac0
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-mimeo
Source: mimeo
Version: 1.5.1-20.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4486
Depends: postgresql-contrib-11, postgresql-11
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-11-mimeo_1.5.1-20.pgdg+1_all.deb
Size: 128652
SHA256: 1d02082fb8ceea8c5782e6f1c0f8d27fff16f8e875c5366502ca3f787d864072
SHA1: 0080b73087f68e5da389e2a7b51ae64bc0c507e0
MD5sum: a25873cd35d80dcf782f95ccdf911a3f
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-numeral
Source: postgresql-numeral
Version: 1.3-8.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 100
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-11-numeral_1.3-8.pgdg+1_arm64.deb
Size: 22672
SHA256: 2c8d511745ae4ba6da1a78658ba78990cbfc298b7385db08fe1bc1640609534c
SHA1: 4e3869e052bc41c76b4de451c0e759aa36b350c6
MD5sum: ea55553c655d481adc29b5996d014679
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 62
Depends: postgresql-11-numeral (= 1.3-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-11-numeral-dbgsym_1.3-8.pgdg+1_arm64.deb
Size: 40612
SHA256: 6235ddf2e5fc9d9db0d807893f3fcd99aef560cf6ce7b0c98e754c585bd26073
SHA1: 555e43039c579a5947034859f8d65f8fbabaea24
MD5sum: 0684b4ecbaba50509446fb455d1354da
Description: debug symbols for postgresql-11-numeral
Build-Ids: 9c5323cc415040c82d025d2c647f8215a735d07d
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 159
Depends: postgresql-11, libc6 (>= 2.38), libgdal37 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw_1.1.7-2.pgdg+1_arm64.deb
Size: 33728
SHA256: e37971e61da768e26a57ba127584c70f4074fb271cb0d3c5c95423ea8d528ba7
SHA1: f1172533e59564bcd67c99c6ec6cdbc9eaa3076b
MD5sum: 0376a4ac7515df40294674099b70d443
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 188
Depends: postgresql-11-ogr-fdw (= 1.1.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw-dbgsym_1.1.7-2.pgdg+1_arm64.deb
Size: 132792
SHA256: be3102ac9deae750744e0a0c1ab60d058b67ee241489fccaaefca4e04958c0ec
SHA1: e8d4ff7bd9e6a7eea0e5b007d4a3f04bc15b0e85
MD5sum: 9bb18539413198fc37b15cae7c4b84be
Description: debug symbols for postgresql-11-ogr-fdw
Build-Ids: 319ffac8aaa323639ff80af6066da878cee68b43 40b9a220599e3865cff1245373de40c861065805
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-orafce
Source: orafce
Version: 4.14.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 646
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_4.14.6-1.pgdg+1_arm64.deb
Size: 127100
SHA256: 47e60d2a3dc1108f3118b7dd92db380d4dc778c39ebc089f4fba1aa7ec729c8b
SHA1: 58a7e88ce87899ff83bdd6647f023402db93bacc
MD5sum: 8a63b10e05036c69dff96c2b68e79436
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 4.14.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 327
Depends: postgresql-11-orafce (= 4.14.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_4.14.6-1.pgdg+1_arm64.deb
Size: 273700
SHA256: 30ff14b7f1c3aa8e6705a3d34464da1227c9284abb244fc7b3183347c02511e8
SHA1: 4c2f1c2ea2d60e30ae8c9538ec2ba362b4a2729b
MD5sum: edbcfd6c62efd9d00447a2bcc5b0713f
Description: debug symbols for postgresql-11-orafce
Build-Ids: f169a6f608eaad8d99c4f22e3ce3166e575ea768
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-periods
Source: postgresql-periods
Version: 1.2.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 568
Depends: postgresql-contrib-11, postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-11-periods_1.2.3-2.pgdg+1_arm64.deb
Size: 34780
SHA256: b2ed91255740bbb498ddb33bd2d97a060c649801e0e5a07a652997ebcab352d5
SHA1: 97a092e2008948776c72dd85a573778ff4c42354
MD5sum: 283d8ed3ab666ade4397f57e4aee47fc
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-periods-dbgsym
Source: postgresql-periods
Version: 1.2.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-11-periods (= 1.2.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-11-periods-dbgsym_1.2.3-2.pgdg+1_arm64.deb
Size: 26964
SHA256: 0f1ecd49366e1dd70a09e23208a1627a9bd260a9cfa226c0c6bd9912d458a7ba
SHA1: 30d50f5ce3d7c60ad707ade1765a0197012dfa56
MD5sum: 9b1a913bc7691d78c352319b7e21a3b9
Description: debug symbols for postgresql-11-periods
Build-Ids: 895faf5a90f33a82b07d44ff22e4e6540a03913f
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-pg-catcheck
Source: pg-catcheck
Version: 1.6.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-11, libc6 (>= 2.38), libpq5 (>= 9.2~beta3)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-11-pg-catcheck_1.6.0-2.pgdg+1_arm64.deb
Size: 28076
SHA256: 9c2ed8d95471fa4a69c088ba32153b9421c92e8c9094988c16e178f4a17100d8
SHA1: 93f732a050489fd3f3edd84430afba004f8924a2
MD5sum: 55dc4aaa8b9709cb57e6c8ae722a29b1
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.6.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-11-pg-catcheck (= 1.6.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-11-pg-catcheck-dbgsym_1.6.0-2.pgdg+1_arm64.deb
Size: 39928
SHA256: fbdf956e1e370c24b29937b18977c52919d36cf7b4bd63f4cafda9fee9e1809e
SHA1: d85fcc1b0cac49105df03a49879d4805394bad58
MD5sum: f9f79a2cd0715193f3ec8483e323aaa9
Description: debug symbols for postgresql-11-pg-catcheck
Build-Ids: 15ba6bb35ec5b2df429dde382988cfe9d261e4de
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-pg-crash
Source: pg-crash
Version: 0.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/cybertec-postgresql/pg_crash
Priority: optional
Section: database
Filename: pool/main/p/pg-crash/postgresql-11-pg-crash_0.3-2.pgdg+1_arm64.deb
Size: 6252
SHA256: 9eaeab1620b72969b6af4bba26bac738dabe46a46fd2715e274bc57b4cc885d5
SHA1: ca3d2f6a2f2d907c32634981929958b9a0ff9b46
MD5sum: bc9acfb0bfe9da82447b61e1913c4dff
Description: Periodically crash your PostgreSQL database
 If your database is too reliable - pg_crash can kill it for you. pg_crash is
 an extension to PostgreSQL that periodically crashes your database
 infrastructure by sending kill (or other) signals to your DB processes and
 make them fail. It is ideal for HA and failover testing.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-pg-crash-dbgsym
Source: pg-crash
Version: 0.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-11-pg-crash (= 0.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-crash/postgresql-11-pg-crash-dbgsym_0.3-2.pgdg+1_arm64.deb
Size: 14420
SHA256: 6ae39e49563b6a68099ff459a7674cc9bc1466078b0c0091f0fda225022270bf
SHA1: 546244ec19646dc7a422a1255ee891db9e28b794
MD5sum: 4c6ea3cf4004f1a5098b742295eedfcf
Description: debug symbols for postgresql-11-pg-crash
Build-Ids: 93c344dc3e014e6aebc5ba374352035c933de6b7
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-pgextwlist
Source: pgextwlist
Version: 1.19-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-11, libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-11-pgextwlist_1.19-2.pgdg+1_arm64.deb
Size: 12840
SHA256: 73ceae56a07c010bfce718173480c046f96ec50fc3c06e16e12ffee6f3b67328
SHA1: ef671cd2f619a62bf2a242a051ca3ac9a6999191
MD5sum: d681571ac85885b9258b5450a254406b
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.19-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-11-pgextwlist (= 1.19-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-11-pgextwlist-dbgsym_1.19-2.pgdg+1_arm64.deb
Size: 45900
SHA256: 71879d80f9f4daf58c9e087ab094f8188a0ca1439ed7ed28b147e6416f1ea2a7
SHA1: 0e7437fc515a94cac227ffdbd8ab777547c87844
MD5sum: 7d1bd76865922a1b467761a987048a8d
Description: debug symbols for postgresql-11-pgextwlist
Build-Ids: 7ea4f32700c62bf0ca77550211e282f14c4d7e82
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-pg-gvm
Source: pg-gvm
Version: 22.6.11-1.pgdg+2
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-11, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-11-pg-gvm_22.6.11-1.pgdg+2_arm64.deb
Size: 19828
SHA256: bba0edd7411550c32a68edd8e045ba76f35315a4b37862c56daa176eb06b7268
SHA1: 2394987531f4a518152b9c19e1a5b2c5b941d4a6
MD5sum: aad3176bf64841ea2dbcc9ef7539e642
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.11-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-11-pg-gvm (= 22.6.11-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-11-pg-gvm-dbgsym_22.6.11-1.pgdg+2_arm64.deb
Size: 26644
SHA256: 4747d0552a3e053004ae164fbf30b452e7e1de0bc2f711e44bd859e65e51fb87
SHA1: cde49c03171abbb5179b162b95d9a0fb800bc987
MD5sum: 2af6d48070fc977b6f00f930deebed65
Description: debug symbols for postgresql-11-pg-gvm
Build-Ids: 976ce6331e4dd83f0965f896feb0090a73d1b031
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-pglogical
Source: pglogical
Version: 2.4.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 647
Depends: postgresql-11, libc6 (>= 2.38), libpq5 (>= 9.1~)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-11-pglogical_2.4.6-1.pgdg+1_arm64.deb
Size: 106836
SHA256: e47833c6863a9e6820853114289cf5482828f23ec08fca78c6d8d420d1c459e7
SHA1: 554d5f6bc954506057b5088485d36c9c27889b3e
MD5sum: b94d60d2d72fa75dd68a9fb1e1136566
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-pglogical-dbgsym
Source: pglogical
Version: 2.4.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 467
Depends: postgresql-11-pglogical (= 2.4.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-11-pglogical-dbgsym_2.4.6-1.pgdg+1_arm64.deb
Size: 354744
SHA256: 85a9505b3dae01381185d751dbf2499254e1b3a78fba535acbef2560f563bfe9
SHA1: 1adf2013eca5d477a734a3ffb7e35b6344945d1e
MD5sum: ec9a0d0d1dbe5b0b6ad8466eb08f2e20
Description: debug symbols for postgresql-11-pglogical
Build-Ids: 2723ca138773c3ffff6bbeac503d0fd708f4e51e 6a6f32315dda34b103eae17d918856553fdbe3b9 d90bd3d781c89df9f0f1ca5dc8fb229f3b73639d
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-pgmemcache
Source: pgmemcache
Version: 2.3.0-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: postgresql-11, libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-11-pgmemcache_2.3.0-15.pgdg+1_arm64.deb
Size: 20736
SHA256: 1661bc97065b253e00c63fbd4cbebe11b74c5e040936cd1db4cd9ae1beb24771
SHA1: c2b3e6ddcd08f524ded1762547ecd2ef05ed9f51
MD5sum: e4322c97c8f5d27a432ca22411386fc0
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-15.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-11-pgmemcache (= 2.3.0-15.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-11-pgmemcache-dbgsym_2.3.0-15.pgdg+1_arm64.deb
Size: 39180
SHA256: 8b7adcf7e526f3d3ec501f7658e34e33225b5260fd33b091db4b0beacd3e483e
SHA1: 64e696d9bcbc0c0de4e6f12fb76f56fd57034777
MD5sum: 9e724e4a9b3ed1fb082cbed8ca8844d3
Description: debug symbols for postgresql-11-pgmemcache
Build-Ids: 39cd35d5792d69b8c1036b6996559c0a377c9445
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-pgmp
Source: postgresql-pgmp
Version: 1.0.5-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: postgresql-11, libc6 (>= 2.38), libgmp10 (>= 2:6.3.0+dfsg)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-11-pgmp_1.0.5-4.pgdg+1_arm64.deb
Size: 44328
SHA256: 41d1a0fb441ca6ff1324f6fbacbbf260f316dfeed31e13bbdc1ba1644cc5d46c
SHA1: d73632dcc9fd722eb4fd60d2f1df807f1043a357
MD5sum: 71a6193d7541cd50d90bca0c7ad59bd8
Description: arbitrary precision integers and rationals for PostgreSQL 11
 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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.5-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-11-pgmp (= 1.0.5-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-11-pgmp-dbgsym_1.0.5-4.pgdg+1_arm64.deb
Size: 65272
SHA256: 263bad763a19d62027c9c12197ac0a5048ceaf10d132dde1ed0f4e687df279a9
SHA1: 3a3381a0bbdd983464aa3ce1c1c3cdb12a53af1f
MD5sum: 450b81a86c498876108e3af545d52885
Description: debug symbols for postgresql-11-pgmp
Build-Ids: 8297a8900218398f4d1a213f1eae55bc6438726e
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-pgnodemx
Source: pgnodemx
Version: 1.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-11, libc6 (>= 2.34)
Homepage: https://github.com/CrunchyData/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-11-pgnodemx_1.7-2.pgdg+1_arm64.deb
Size: 31168
SHA256: 835bcf43b30e1c11b7ecd6a12c29148f444b537c735c29c9bdd3a166bff4b865
SHA1: c18afb6b19f3fe0d05df7a795800860e0c68bc57
MD5sum: 272dbc26c12fa21160a7010f073975db
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-pgnodemx-dbgsym
Source: pgnodemx
Version: 1.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-11-pgnodemx (= 1.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-11-pgnodemx-dbgsym_1.7-2.pgdg+1_arm64.deb
Size: 74136
SHA256: dfbd4872d612d7a9e1ff8b2379782a95fcd0d7a270aedcc8e3b45adb148764ba
SHA1: c8bf66d4462d1a3e96ec70a7f200cc396b75d354
MD5sum: 0d46130617d7c488e905f43311916f9a
Description: debug symbols for postgresql-11-pgnodemx
Build-Ids: ff71843ca612eeb28e1473f387585f386a230483
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-pgpcre
Source: pgpcre
Version: 0.20190509-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-11, libc6 (>= 2.17), libpcre2-8-0 (>= 10.22)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-11-pgpcre_0.20190509-9.pgdg+1_arm64.deb
Size: 9764
SHA256: 90bc13d442ca7d92c0021ca82f5aab1901d5163871ec6f42b3f59d67e6d6d673
SHA1: b2793f9f6559752c2db21286dfddcb5cc83386ac
MD5sum: c720decb93c85f6f8e479160aab0771d
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-11-pgpcre (= 0.20190509-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-11-pgpcre-dbgsym_0.20190509-9.pgdg+1_arm64.deb
Size: 15084
SHA256: e5e8aef25b09520cd5e7aa66b45205ea72642fb12efcf507abc5b316f9e8e525
SHA1: c06ba1a879d66afb21a8004db68a60ed606b3f1b
MD5sum: 7e44bf2795dae8c133068cf8fe0ce5a5
Description: debug symbols for postgresql-11-pgpcre
Build-Ids: d074296f843c7f4383b871835f74795772c9f04a
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-pg-permissions
Source: pg-permissions
Version: 1.4-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-11
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-11-pg-permissions_1.4-2.pgdg+1_all.deb
Size: 8648
SHA256: 23197040dfaff62d8af75024407208002f5061da8d05d40ca6a5c87965268630
SHA1: bdf33fbfac27eba1f85af6e6683854210d47d432
MD5sum: f71f9bf9a4783dbf980c1186a16f2bd0
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-pgpool2
Source: pgpool2
Version: 4.6.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 391
Depends: libpgpool2 (>= 4.6.3-3.pgdg+1), postgresql-11, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2_4.6.3-3.pgdg+1_arm64.deb
Size: 134024
SHA256: 25a8d56dc01d2ae2526ac7e85af5e41fb93cae18abd34033b2d045ee73c27932
SHA1: f596b0d40784c09c5cf9205b24220de7d4d99d19
MD5sum: f6140639e08af091a9da81cc2e1119ba
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 11 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-11-pgpool2 (= 4.6.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2-dbgsym_4.6.3-3.pgdg+1_arm64.deb
Size: 51264
SHA256: 95ed385c32b9f8892373abcda218033d67177edf6fd19dfb43ef6dbc64420b95
SHA1: 2b803bd56aba5a7d6ed2dbe907f1059e84f8a6a6
MD5sum: c7530790157efcb4de6e772f6877dd07
Description: debug symbols for postgresql-11-pgpool2
Build-Ids: 297449425d5ef30d5912f50206ad0348b8b5ba2b 5a186f6f812dd00be3e10bfbfd7e021600dfe7dc cdc54434a10611347fa90a9916a4fe706ad3ea4d
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-pgq3
Source: pgq
Version: 3.5.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2208
Depends: pgqd, postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-11-pgq3_3.5.1-2.pgdg+1_arm64.deb
Size: 82480
SHA256: 69fd5626179b7681a3758ebbf6eccfb6bee4e704c005210e3e9cf85a8c8c9a58
SHA1: 0b717516a7a437113ce5894f403ae4f777625628
MD5sum: b6d1241865f773a48e6050e7d4eb53c9
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-pgq3-dbgsym
Source: pgq
Version: 3.5.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-11-pgq3 (= 3.5.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-11-pgq3-dbgsym_3.5.1-2.pgdg+1_arm64.deb
Size: 69496
SHA256: 55a12221d3c66455bb4079a5427a7b0d34e93805b6532be4fba45a27ea77d8bd
SHA1: c343fe1763d5c9f729d9b92e6e7768b6eb6fcb6e
MD5sum: 22cb524217bcef5b30dd3dd0ab642171
Description: debug symbols for postgresql-11-pgq3
Build-Ids: 5e2988c003fffe40ce7df6f5f6af509d6a338152 aba58f8dcaf016b1fb813d39190e43b1087e2b55
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-pgq-node
Source: pgq-node
Version: 3.5-8.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 539
Depends: postgresql-11, postgresql-11-pgq3
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-11-pgq-node_3.5-8.pgdg+1_all.deb
Size: 12940
SHA256: afafd13d6f70171c1c541b1676704e1f4569077ef2d61ec992f79602d75c99f6
SHA1: 5f13e97d705d8a19030fc02ace9a5acc16990109
MD5sum: a1c9345addbfdd8a321bf322f3b6e211
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-pg-qualstats
Source: pg-qualstats
Version: 2.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 232
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-11-pg-qualstats_2.1.2-2.pgdg+1_arm64.deb
Size: 30060
SHA256: 790b3b91f80a877c8bb9f485e8bdf39a28deb7336a4fde468c746a8418540038
SHA1: a2d66f725749028522df24ce8766ea9642166f2d
MD5sum: bb0a5e4321351957d615842b85363439
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-11-pg-qualstats (= 2.1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-11-pg-qualstats-dbgsym_2.1.2-2.pgdg+1_arm64.deb
Size: 57440
SHA256: 54706d89f0a290d293992028d7e16015f380b0b0c03a02c0318855f51f9ad26d
SHA1: ef3e3ac6c66209e607d3b70ddeb76c2ed85697ed
MD5sum: ca4c38f252391546742cfa85d0b9fffe
Description: debug symbols for postgresql-11-pg-qualstats
Build-Ids: b96df778148808fd70af606ffe1dea9f0e5c0177
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-pg-rrule
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-11, libc6 (>= 2.17), libical3t64 (>= 3.0.0)
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-11-pg-rrule_0.2.0+git20211101.d7d10f2-4.pgdg+1_arm64.deb
Size: 11516
SHA256: d74a7ab4ebff4c222e95e149e7ba05d523ae032fe1be9d2f127a27f24f08d750
SHA1: 8175c1b6b6680eb3eb33cff2340f55c550311497
MD5sum: cac786ff57698c97399ee3f08b4b66a2
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-pg-rrule-dbgsym
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-11-pg-rrule (= 0.2.0+git20211101.d7d10f2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-11-pg-rrule-dbgsym_0.2.0+git20211101.d7d10f2-4.pgdg+1_arm64.deb
Size: 20100
SHA256: 72294fceec3bc118f05bc69fe67799b7e583029a6a09bd16739815f074c0e485
SHA1: 20d1377900ffa08e1883724c1798999069cbd401
MD5sum: 8306a20d027ea58f4cd30898561a1db0
Description: debug symbols for postgresql-11-pg-rrule
Build-Ids: 0f33f88e02959e51ec8e320b95c8014e1f98ff2c
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 157
Depends: postgresql-contrib-11, postgresql-11, libc6 (>= 2.38)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-11-pg-stat-kcache_2.3.1-1.pgdg+1_arm64.deb
Size: 18900
SHA256: 9f8bf574016e9e2e77f37965adf5e619b48cc5b0ac6e2e34ae1c9721a1bdff00
SHA1: 68f48de535a00f301a24c48c7b9fa7adfa21c16d
MD5sum: b7d15eed1cd4db1073ec1c74f42216d0
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-11-pg-stat-kcache (= 2.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-11-pg-stat-kcache-dbgsym_2.3.1-1.pgdg+1_arm64.deb
Size: 34424
SHA256: 5c7acc1e13d5b593b328e270e6bbd7753a9a6fbbd465aea9c6bcc01b02b70d91
SHA1: 1dc2f66012b0b1dd6c8022fb71e25d0facc4d99b
MD5sum: 91fec7d3a08451120ae6fccca0d3a9d6
Description: debug symbols for postgresql-11-pg-stat-kcache
Build-Ids: 7247977ded0e171c41091964cd3aafc2528a7caf
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-pgtap
Source: pgtap
Version: 1.3.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1812
Depends: postgresql-11
Recommends: libtap-harness-archive-perl, libtap-parser-sourcehandler-pgtap-perl, libtest-harness-perl, pgtap-doc
Provides: postgresql-pgtap
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-11-pgtap_1.3.4-1.pgdg+1_all.deb
Size: 63616
SHA256: 499ea6b02e773a30b77ec9f2e8f5fb36a07fcfd515442b3ba43c5ab10c2d761e
SHA1: 5728518c3f30c98b79e2cc5feeeb94e4347204d9
MD5sum: 9473407f410d9afc76ac255a74f4bf07
Description: Unit testing framework extension for PostgreSQL 11
 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 11.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-pg-track-settings
Source: pg-track-settings
Version: 2.1.2-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-11
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-11-pg-track-settings_2.1.2-5.pgdg+1_all.deb
Size: 9972
SHA256: 89e056cb434b32a9f2978f148f7308b292897a3a8c648f2e92912f15449e3d56
SHA1: ec482cff0d29203b9cd13e077e5c0a4ef9054b28
MD5sum: bd68b853b5837e9b9652eea5fe52ceb3
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-pldebugger
Source: pldebugger
Version: 1:1.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-11, libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-11-pldebugger_1.9-1.pgdg+1_arm64.deb
Size: 24964
SHA256: e0da8554d2ed0035b17f43d09ccf2065747727b6acfe9069f1ef0b6cd794785d
SHA1: 9ad656eef35657cca4d9147c02d5fe75528ebe80
MD5sum: 53bd0753838d4384b66c3c126865bd6e
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: postgresql-11-pldebugger (= 1:1.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-11-pldebugger-dbgsym_1.9-1.pgdg+1_arm64.deb
Size: 89920
SHA256: 1956e2eeee208731099879218d579c4d0f54c1ddd2017d0950c8d679f0cd61f8
SHA1: ccb55c9a62d6512fa0f71b2be89a7f3b460e47bc
MD5sum: 9b90ff1a4f9bdcbebb94d45293e0db99
Description: debug symbols for postgresql-11-pldebugger
Build-Ids: 470254fc6c0726a5908389893f547262d50622bf
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-pllua
Source: postgresql-pllua
Version: 1:2.0.12-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 470
Depends: postgresql-contrib-11, postgresql-11, libc6 (>= 2.38), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-11-pllua_2.0.12-6.pgdg+1_arm64.deb
Size: 112508
SHA256: a942cc2daf2e64e4593e6db83089cfaa9a763301309b8dbc4f82b86091bdabc7
SHA1: 39b86ed47f6abb532da24c79263d6511dccf41cd
MD5sum: 8ca146a29b9342f3f6c67918cd69b6a7
Description: Lua procedural language for PostgreSQL 11
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 348
Depends: postgresql-11-pllua (= 1:2.0.12-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-11-pllua-dbgsym_2.0.12-6.pgdg+1_arm64.deb
Size: 301128
SHA256: 97393c1b7d0848d55d6b4ac1666064545376f7c09011d831c58066c6b48e3212
SHA1: 7c73f11082c64f09f72d89c92159f36d0a4ec112
MD5sum: e2d40de45c1567c34f6e774a390e5e5a
Description: debug symbols for postgresql-11-pllua
Build-Ids: 09a881796ab51fc4e7911c5868737a01195713bc 5aa2533ef17212d2130dc9de8407a4bab9c209af
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-plprofiler
Source: plprofiler
Version: 4.2.5-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-11, libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-11-plprofiler_4.2.5-4.pgdg+1_arm64.deb
Size: 20324
SHA256: e56ffe5523742facfa9de47782afb6dfd755e71267f19559bbdaab34880036f5
SHA1: cfa04ea84021ba2cafe4616fcf93420f37f5d516
MD5sum: 9459b415c9ea9b99d765e4538d2d8e4d
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.5-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-11-plprofiler (= 4.2.5-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-11-plprofiler-dbgsym_4.2.5-4.pgdg+1_arm64.deb
Size: 49384
SHA256: 0dff42e0ea307a2ca2505ab7d8f4ff89c48bb21f7e937e67af370cd6793ff2ed
SHA1: a6722d975a6e0ba734e4758b5b920d686819a5fa
MD5sum: bc5d008f8a42081329f746e5a9dbefba
Description: debug symbols for postgresql-11-plprofiler
Build-Ids: 7edf04f5d1a3d7cce5519d412569cdf79a9cccb1
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-plproxy
Source: postgresql-plproxy
Version: 2.11.0-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-11, libc6 (>= 2.38), libpq5
Homepage: https://plproxy.github.io/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-11-plproxy_2.11.0-13.pgdg+1_arm64.deb
Size: 54328
SHA256: b13090ceddf619380b34ef20c4f5cb5b77b31ea83030b6628ba03ce19c4180bc
SHA1: 53188e249f9d992d158dae3901251318d1aede97
MD5sum: 1d9e9a340a314a07831614673dc02feb
Description: database partitioning system for PostgreSQL 11
 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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.11.0-13.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: postgresql-11-plproxy (= 2.11.0-13.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-11-plproxy-dbgsym_2.11.0-13.pgdg+1_arm64.deb
Size: 109688
SHA256: b7e0b5a1a7796bc9ab5373a1b05d2d76a7317e5583975df0d4897744913eecd1
SHA1: c09659a3adc9168a094ef8d8eeccfb71e10a81d5
MD5sum: adb45e788584aa820476abdeeb827392
Description: debug symbols for postgresql-11-plproxy
Build-Ids: a9c96b116a75a081149974e89b52c0c7cdd9ebee
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-plr
Source: plr
Version: 1:8.4.8-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 190
Depends: r-base-core (>= 2.10), postgresql-11, libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-11-plr_8.4.8-2.pgdg+1_arm64.deb
Size: 63368
SHA256: bcd9f264ee92faf437411328cb3e6944befc2a461eedfab46d7e19b84d93eeaa
SHA1: 04e703437fef0e04ae9efb9b02db98cb739d9598
MD5sum: 0b497bbe35b677b8a3feeedcd6655f13
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-plr-dbgsym
Source: plr
Version: 1:8.4.8-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 139
Depends: postgresql-11-plr (= 1:8.4.8-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-11-plr-dbgsym_8.4.8-2.pgdg+1_arm64.deb
Size: 119028
SHA256: 7d230aa47324cf30dac4a41e072c67d0d2f42c9d68224b449ed74865b0d61d77
SHA1: 2f68a6c3ff2c7658f6b28557d8b545f86eaaba05
MD5sum: 6214317098d9da26ac188470c6828a0f
Description: debug symbols for postgresql-11-plr
Build-Ids: cab2215d13a12cc2b4853a89bf6f463af6540626
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-plsh
Source: postgresql-plsh
Version: 1.20220917-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/petere/plsh
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-11-plsh_1.20220917-4.pgdg+1_arm64.deb
Size: 12252
SHA256: 32de8923e2bf7f1ace9e2aa5b58104339cdd664d7dab4fd2cb466e9059e51574
SHA1: bbbb90d99f28284231e83380cb4ffcb09089e499
MD5sum: fa3f55242f6247acf73e5d932dc34040
Description: PL/sh procedural language for PostgreSQL 11
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in a shell of his choice.  You need this package
 if you have any PostgreSQL 11 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20220917-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-11-plsh (= 1.20220917-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-11-plsh-dbgsym_1.20220917-4.pgdg+1_arm64.deb
Size: 27892
SHA256: 5656e92ad767db7207bc52a4ce90ecb397c7cadd0b79405c6530d5c5c12659e5
SHA1: 5a4ee2fead1fd1f1f8ed88835bdc8288d074186a
MD5sum: 3339e4531d6c1176963ba31b99458a05
Description: debug symbols for postgresql-11-plsh
Build-Ids: 1aee147cd8faee659e325d7e31b8e342b7e57942
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-prefix
Source: prefix
Version: 1.2.10-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-11, libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-11-prefix_1.2.10-4.pgdg+1_arm64.deb
Size: 20160
SHA256: bc3fb3aebdd3513e47fa09a937409ec9966c02729c614a29ecc595f2a9db9db3
SHA1: 9c30cf42c64d93f63a7e502fa754a88dca9b70a5
MD5sum: a165467a831b224280401c215377431b
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-prefix-dbgsym
Source: prefix
Version: 1.2.10-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-11-prefix (= 1.2.10-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-11-prefix-dbgsym_1.2.10-4.pgdg+1_arm64.deb
Size: 43440
SHA256: f663ed19807a9a7a76ffb5ea84363cc0658a360aab72cfc05061356ed76e0817
SHA1: 86f05b40a774390bf2f0dd55e9433ef8af57609c
MD5sum: f11a66f1f54c872ad5af45f407e1c37e
Description: debug symbols for postgresql-11-prefix
Build-Ids: edfe28ca9517ac8d36d1a793edbda32ad2b0deee
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-prioritize
Source: postgresql-prioritize
Version: 1.0.4-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-11-prioritize_1.0.4-13.pgdg+1_arm64.deb
Size: 6764
SHA256: 815e251a43c3e15a09692e9b8089b6fddc459f341183f6626a17a4b0ebc83bf2
SHA1: ee8199f0eea4e5f963462286f49e9d89dd19484e
MD5sum: 8c56dcc2cfdb348c26dd2698896258ce
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-13.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-11-prioritize (= 1.0.4-13.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-11-prioritize-dbgsym_1.0.4-13.pgdg+1_arm64.deb
Size: 11784
SHA256: 76029163a0807d86f2294014f9f24ef07ae9dfcf47f92e254e8845f8ef65a95b
SHA1: 0a9a7dd85630014d43d8622b0354c50f942e525e
MD5sum: 8b3eec3799f10d10958b2a4480f28fc0
Description: debug symbols for postgresql-11-prioritize
Build-Ids: 818ae098f7726fa6bf5a77cf7c94dcab7c6197f0
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-q3c
Source: postgresql-q3c
Version: 2.0.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2595
Depends: postgresql-11, libc6 (>= 2.38)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-11-q3c_2.0.1-5.pgdg+1_arm64.deb
Size: 51792
SHA256: 7f6808c33f64d2cd353be3b8dadfade4fc05a6dc6a3e24df72ab1d0463dccab5
SHA1: 55cb31888c189c5aacb1ed400b4df96254f60772
MD5sum: 999a0302363bb8884d4b61d8150085f3
Description: PostgreSQL 11 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-11-q3c (= 2.0.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-11-q3c-dbgsym_2.0.1-5.pgdg+1_arm64.deb
Size: 85748
SHA256: 250fc313948355a87591820b31d7cb1448d546e661fa97f8911385dfcb679cdc
SHA1: e74871d369910e333613dec80a4934bac844a6eb
MD5sum: 23ad5df6d2fbb0b50f401cb038d26329
Description: debug symbols for postgresql-11-q3c
Build-Ids: 56bf7af97cc4ed4e3a2ed86771b1b6dd26cbab8f
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-rational
Source: pg-rational
Version: 0.0.2-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-11-rational_0.0.2-8.pgdg+1_arm64.deb
Size: 11368
SHA256: 109c44b5ad35b5b7513679b1572ba398c8beb6a515c6ebcb05e5edde342ac1bd
SHA1: 1f72a818950243591e03068dd5a7d36cb29179bb
MD5sum: 054207640b77d4a2c9d991619bf2f871
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-rational-dbgsym
Source: pg-rational
Version: 0.0.2-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-11-rational (= 0.0.2-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-11-rational-dbgsym_0.0.2-8.pgdg+1_arm64.deb
Size: 19252
SHA256: 206bf2210283bde9ab863c9df2def79a45930c5ba9f9760f770490550ca1aab9
SHA1: f8127f6df1315fe779938f468f0b40a3c453cdbe
MD5sum: 355e9f1513428ef3903b061447caec51
Description: debug symbols for postgresql-11-rational
Build-Ids: 9082992cf889bbdd5290c208bbd05904becd0763
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-rdkit
Source: rdkit
Version: 202503.6-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 669
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.6), libstdc++6 (>= 13.1), postgresql-11
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-11-rdkit_202503.6-2.pgdg+1_arm64.deb
Size: 251168
SHA256: 0d5d188055cb672040e750fd406151b2e3618c161aa91c3d5e2c33b67e0eaaae
SHA1: 73830c5cada5465fb4c1cd0da4f70df133e12f1f
MD5sum: 17fbadcb6417240d1bb96e432b14d409
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-rdkit-dbgsym
Source: rdkit
Version: 202503.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1211
Depends: postgresql-11-rdkit (= 202503.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-11-rdkit-dbgsym_202503.6-2.pgdg+1_arm64.deb
Size: 1145520
SHA256: cdfc1ec4243baca945e792b75c1c6bea0b8b7fe03bdf635a0ca02c1eaec09fae
SHA1: 36e5ac6d91a8df4d6bfb8295da10d1c8073d4bb5
MD5sum: 5f31cbcdac3d5876daf2b2f2485610e8
Description: debug symbols for postgresql-11-rdkit
Build-Ids: d5fe1bf93704dd0da32d9e202c0b2437ab6045b5
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-repack
Source: pg-repack
Version: 1.5.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 261
Depends: postgresql-11, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-11-repack_1.5.2-2.pgdg+1_arm64.deb
Size: 72212
SHA256: 8b89289725fb10dcbb09ecfdf70a1ccdf8a91496a8caff02a96028d64224ae82
SHA1: 9d4e448e4b92254a562eaafffb5011bbd23bac6e
MD5sum: 97740c1a9216b3cf73df17e083d0b82a
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 11.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-repack-dbgsym
Source: pg-repack
Version: 1.5.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 237
Depends: postgresql-11-repack (= 1.5.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-11-repack-dbgsym_1.5.2-2.pgdg+1_arm64.deb
Size: 119192
SHA256: 0972bf04169c2b47496ecf813e98c9d55891074462740bd574655ca80b4f9f97
SHA1: acc54b9a31211ad66339ac7261676463ddf2d04d
MD5sum: 81792aa3328f3ab9e0bd5d7840b9a078
Description: debug symbols for postgresql-11-repack
Build-Ids: 7397b1b51f130e700ebf5ae7fb1752db5fc354c2 da7889e6e1db723fcdc3fb54f7e68fb5333761fd
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-repmgr
Source: repmgr
Version: 5.5.0+debpgdg-2.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1096
Depends: repmgr-common (>= 5.5.0+debpgdg-2.pgdg+1), postgresql-11, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-11-repmgr_5.5.0+debpgdg-2.pgdg+1_arm64.deb
Size: 207212
SHA256: 733e247dfd2f76981129c9c9aec8866296156c627877de961bab475dccb434c0
SHA1: 300497aa27272a20ccc9576f15a937d6ea07f04a
MD5sum: 22306e8c5b124d932d53466b9a77aeb1
Description: replication manager for PostgreSQL 11
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 11.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-repmgr-dbgsym
Source: repmgr
Version: 5.5.0+debpgdg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1421
Depends: postgresql-11-repmgr (= 5.5.0+debpgdg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-11-repmgr-dbgsym_5.5.0+debpgdg-2.pgdg+1_arm64.deb
Size: 602396
SHA256: 240a0b8ab260c161c6e4c1ffc0bb582a1df3870d959a1c985fb26783953425d7
SHA1: 7845a60de8e045b68de20638ac3a96d669bd73ba
MD5sum: f1e6d10404b0b988839395dbe12b60e4
Description: debug symbols for postgresql-11-repmgr
Build-Ids: 078e110907e6c1c4bd0d7ac73231653e0aa14399 c420ca8974feec2484686ea8b4dc2801e118e118 ee83c8c3db88d6589b22ce3379df0015fb787a65
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 375
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-11-roaringbitmap_0.5.5-2.pgdg+1_arm64.deb
Size: 117592
SHA256: a50112afa90f302bd8729d06960924e173b6cf42a8ff421465bcd04eff9824f2
SHA1: 2006ca4c5e730c28062c7327ca9e55bed2ca97bb
MD5sum: a68e3d6faf7c797471fce664c9e3aba8
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 530
Depends: postgresql-11-roaringbitmap (= 0.5.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-11-roaringbitmap-dbgsym_0.5.5-2.pgdg+1_arm64.deb
Size: 492164
SHA256: 32204fdeb7d9bf88424089e828d18039e0020e488a4b9cfa86ada398939352f1
SHA1: e3164901c8800034e02fcb152972be55cbbc45a2
MD5sum: 66b743c4d3d2778fe2e0e168357d5c5e
Description: debug symbols for postgresql-11-roaringbitmap
Build-Ids: d171cf17e1c8f86d949ac0d9708c4fc91780604b
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-semver
Source: postgresql-semver
Version: 0.40.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 147
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-11-semver_0.40.0-3.pgdg+1_arm64.deb
Size: 24656
SHA256: d726904b498541ab5988422d0cb960a6cc0fb4eb7adbd7788e18eee63889dbbc
SHA1: 3eb4d95e9091bec51f3afdbc69a4406154130f43
MD5sum: c56298125eafc1d49bd7ac5b74eabedc
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-semver-dbgsym
Source: postgresql-semver
Version: 0.40.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-11-semver (= 0.40.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-11-semver-dbgsym_0.40.0-3.pgdg+1_arm64.deb
Size: 20100
SHA256: df00833f647d40ce92a0f9edec1e2d29e6bb69b9befcd00db12dac4603bc9fbc
SHA1: 87c741dd90bbec0fb334f18ef2b8744726d8f3c5
MD5sum: e766583eb66a10cc22d4ac0155d6d92d
Description: debug symbols for postgresql-11-semver
Build-Ids: 6c3e88422e58d674da6b4e48c3bcc7f9cd4b439b
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-similarity
Source: pg-similarity
Version: 1.0-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-11-similarity_1.0-9.pgdg+1_arm64.deb
Size: 32484
SHA256: 1b46e3131705dd2f9675b5ca0b2605afc8369a2ee653c7ca572fa6a9e448668a
SHA1: 0b4681750a85bf6dd3043ea6f00d0bc539c9239b
MD5sum: 13ffdd54ecea81d117121bcce7056052
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-similarity-dbgsym
Source: pg-similarity
Version: 1.0-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-11-similarity (= 1.0-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-11-similarity-dbgsym_1.0-9.pgdg+1_arm64.deb
Size: 54704
SHA256: 1d2c0d3d7d534084ad42a44a7f8422a9d1d05d325867631ac087dd6da8630a0e
SHA1: 9cf00aa1195e49877c81720ba399949455760630
MD5sum: 44e764db883ed70078dfa54466dfb6f0
Description: debug symbols for postgresql-11-similarity
Build-Ids: 2e63c46477aca87ba466edf6af8b56fde848cffc
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-snakeoil
Source: pg-snakeoil
Version: 1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-11, libc6 (>= 2.17), libclamav12 (>= 1.2.1)
Recommends: clamav-freshclam | clamav-data
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-11-snakeoil_1.4-3.pgdg+1_arm64.deb
Size: 8984
SHA256: 04efc56d7677c6e280ee66cd908aa935dfc9d0ce394a825566525937f34e1215
SHA1: 51847cfb6efe573f6729cd5aebe09f4909525e6f
MD5sum: a4970f2370a913b74789d7c99e806151
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-11-snakeoil (= 1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-11-snakeoil-dbgsym_1.4-3.pgdg+1_arm64.deb
Size: 14056
SHA256: 4ae3b8b13dbc944759d72e896f0fa2188a5253fdb859e7ad6df1bfd45adbedb9
SHA1: 448a44daaa749099a5df3f599ffe857b8c583f4f
MD5sum: 4c1a1e028d2e478a4d73ecb70c074a2a
Description: debug symbols for postgresql-11-snakeoil
Build-Ids: a5795762e0391f7cd55071fac174ff347dd47868
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-tablelog
Source: tablelog
Version: 0.6.4-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-11-tablelog_0.6.4-4.pgdg+1_arm64.deb
Size: 20204
SHA256: d49e82833ec9272438531b5587b5a4d7745da5b59256d087fc8624ce0b07930e
SHA1: 2f89d1e3bbb3cc6040e87e00ed0b245f204918dc
MD5sum: ecaa5ccfb48436da99349423c6f1a6eb
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-tablelog-dbgsym
Source: tablelog
Version: 0.6.4-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-11-tablelog (= 0.6.4-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-11-tablelog-dbgsym_0.6.4-4.pgdg+1_arm64.deb
Size: 34688
SHA256: 2601976e46d0ec2270d043c1fd9b4eb24a5e81fee87b91cf4572ea597e331c85
SHA1: ee26c83e49477ff87b5a905d98f333b0c079582b
MD5sum: bc4de3857206a579726f78ff1f3ea550
Description: debug symbols for postgresql-11-tablelog
Build-Ids: dff987804607fcc53e1965f833762e544f995753
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-tdigest
Source: tdigest
Version: 1.4.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-11-tdigest_1.4.3-2.pgdg+1_arm64.deb
Size: 24548
SHA256: 5eb2d48f763729759f9d0f84a0edfcb4e49c5b06ccfeacd7e774ae8f76550c63
SHA1: 584d2a15d977387ba622ba9015cd9da103b27b6d
MD5sum: 28ee486dd70c8e463a3a3e7b8e2e6220
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-tdigest-dbgsym
Source: tdigest
Version: 1.4.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-11-tdigest (= 1.4.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-11-tdigest-dbgsym_1.4.3-2.pgdg+1_arm64.deb
Size: 48316
SHA256: 341fceb042f0815bf0c551b2b2ae1f046cde99d06305257ba75e5e1bb0da73ac
SHA1: 155b43abce50fae2868cc5ec6a7569a99a487f90
MD5sum: 4773c6314ebd7938db4c681bfe110e95
Description: debug symbols for postgresql-11-tdigest
Build-Ids: f816d0a536b355d6ad9029a4e3a69e8284c74c50
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-tds-fdw
Source: tds-fdw
Version: 2.0.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 155
Depends: postgresql-11, libc6 (>= 2.38), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-11-tds-fdw_2.0.5-1.pgdg+1_arm64.deb
Size: 34808
SHA256: 9db405632654de04e79140bd245147a10bc941ff7180bf4d8b8a75c0b940ee07
SHA1: 009dd6d050b8f6e855101c5b24b5642c6371e22f
MD5sum: eac36d7741cc7d1d9f77e2ef80523670
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: postgresql-11-tds-fdw (= 2.0.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-11-tds-fdw-dbgsym_2.0.5-1.pgdg+1_arm64.deb
Size: 120224
SHA256: 254cb23b36e98f2033fef8da8c829de58931cbda24a1689429a5a1c216ade704
SHA1: dc33c8632e3aeec104dcd9dc00a6b86ca88a4121
MD5sum: c03f31e29ab5de4fe478788f759587d1
Description: debug symbols for postgresql-11-tds-fdw
Build-Ids: e832855276fd0a0a1ce710ab438b162efa65b380
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-toastinfo
Source: toastinfo
Version: 1.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-11-toastinfo_1.5-3.pgdg+1_arm64.deb
Size: 7272
SHA256: fe66a60dbfac1796ae2365cdaf672e46daec9bc31218b1729b4337dd63f9e807
SHA1: bcfd379db798a79ca59adfc3977da2821405dd8e
MD5sum: c90a4b2134b68c7a762dacc5d9088174
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-toastinfo-dbgsym
Source: toastinfo
Version: 1.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24
Depends: postgresql-11-toastinfo (= 1.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-11-toastinfo-dbgsym_1.5-3.pgdg+1_arm64.deb
Size: 10504
SHA256: 0ee3320fc65b62eac73c2b34408f870e27051aff8ac97df4b77508a1751b4b93
SHA1: df47bba81380e1c575df66555b5fc71771f86ef0
MD5sum: 44fb923450deb167488f779ad39d5090
Description: debug symbols for postgresql-11-toastinfo
Build-Ids: 97b2c2fe8ce133605c8c4a1118a9de04bfb109a5
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-unit
Source: postgresql-unit
Version: 7.10-2.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 569
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-11-unit_7.10-2.pgdg+1_arm64.deb
Size: 106968
SHA256: 494c97a0112c2daeebe4bea11b1845f300836932abeb11f901369a70aeb793b9
SHA1: 3fb3b759f2b0140e61ed28eb80936094698aaff8
MD5sum: b7721fe36b6e28c40468253bf67a8963
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-unit-dbgsym
Source: postgresql-unit
Version: 7.10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 80
Depends: postgresql-11-unit (= 7.10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-11-unit-dbgsym_7.10-2.pgdg+1_arm64.deb
Size: 58352
SHA256: b3138a82fa0ef8aa3dd494ae29286859917a7a4b3e23fc9018304cfe82bd5808
SHA1: 5ac7cacbd45db84cfbb26ed0c94fd83046f45cc8
MD5sum: 72f88b1c0ea401f4baef2e76fb139fa9
Description: debug symbols for postgresql-11-unit
Build-Ids: 405cc21736a43e8f0aacfbb235b82c911f44dfa5
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-wal2json
Source: wal2json
Version: 2.6-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-11-wal2json_2.6-3.pgdg+1_arm64.deb
Size: 17848
SHA256: 84e658a3f57de2615d5f679e043201713aa0a395f329b6ab30fb975463a3a248
SHA1: 46d7677a7a5eea67a730fdeae18170cd777a3411
MD5sum: 7a8c77c0ff7e9012ad2bec835f440934
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-11-wal2json-dbgsym
Source: wal2json
Version: 2.6-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-11-wal2json (= 2.6-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-11-wal2json-dbgsym_2.6-3.pgdg+1_arm64.deb
Size: 54900
SHA256: fe72fea9fe8c9210a0980f25b6189e2bf238f9c33502bc3af310af13452146b3
SHA1: 2a171b841c34c340b854e924b8f1bf245ea7b556
MD5sum: 853f28869324a50717f8df0d5905542e
Description: debug symbols for postgresql-11-wal2json
Build-Ids: b13c1785d78268fcab005677df2c4643a074d997
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-asn1oid
Source: pgsql-asn1oid
Version: 1.6-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: postgresql-12, libc6 (>= 2.17)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-12-asn1oid_1.6-3.pgdg+1_arm64.deb
Size: 13348
SHA256: 8e51942b848969c82178ec85b0e6a74a73e67eb78ef8ad10a06c2cd373cc12ad
SHA1: f7d22d1ea5117894f9660fac7d7437a7ac02ffb3
MD5sum: e9a67ed86a721c44603d0ba2fbf26045
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 12.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.6-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-12-asn1oid (= 1.6-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-12-asn1oid-dbgsym_1.6-3.pgdg+1_arm64.deb
Size: 8120
SHA256: d22f23451d8cb71fc1efdfb95ebba3e30f4254acbdcf7be0a69e8d506d91ebdd
SHA1: e936936005bc6e05cff8069f8fc585bd7fcfe1ea
MD5sum: bd8d7d0424adc241f69ef1ac2d59e6a1
Description: debug symbols for postgresql-12-asn1oid
Build-Ids: ac66111f1b6d548e329a3d3954e0515024a7e52d
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.8-2.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 97
Depends: postgresql-12, libc6 (>= 2.17)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-12-bgw-replstatus_1.0.8-2.pgdg+1_arm64.deb
Size: 15200
SHA256: 681cad5a40dd935ae1e039ede0471c9570ce022ccc3b992eea94eb6f1673b6b6
SHA1: c22ac80ba7431389e8b60d0ca2faed23d1b0b5c1
MD5sum: 9d6392aff902ab9edcd94d17b83ee324
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.8-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 23
Depends: postgresql-12-bgw-replstatus (= 1.0.8-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-12-bgw-replstatus-dbgsym_1.0.8-2.pgdg+1_arm64.deb
Size: 8360
SHA256: 342e5fc1e69402f66ec1ca4e735f35dc8421df05db0965efd1d502148e52e579
SHA1: 2e497ed70d9c1f1ef9490629e51ca80c56ab443f
MD5sum: 741f112f8f1969ef31d4be73b4043aed
Description: debug symbols for postgresql-12-bgw-replstatus
Build-Ids: 53df29281f9d33c08e1caf7b3270537533fbb85c
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-credcheck
Source: credcheck
Version: 3.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 178
Depends: postgresql-12, libc6 (>= 2.17)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-12-credcheck_3.0-3.pgdg+1_arm64.deb
Size: 64808
SHA256: 845bda769abcbc99a9bcc6268346f329291906a19dae60c4a35617607b70649b
SHA1: 41b78f8f239f9f3fa39b2a9e006da6d02a0c387a
MD5sum: 565269a1803e91053c0d8fac915473cf
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-credcheck-dbgsym
Source: credcheck
Version: 3.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-12-credcheck (= 3.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-12-credcheck-dbgsym_3.0-3.pgdg+1_arm64.deb
Size: 63228
SHA256: 79afd89607c3ded02706aff995131fac8f666d57fd7bd21af2cfa72843eca9b7
SHA1: 2da0bb5ad637efc3850c6d904f39b7985521c453
MD5sum: b21613cb18a0d603b494bdd1f018bb95
Description: debug symbols for postgresql-12-credcheck
Build-Ids: 3758b183cbcf87091d31994e2af7110b2a86bbdb
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-cron
Source: pg-cron
Version: 1.6.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 290
Depends: postgresql-12, libc6 (>= 2.38), libpq5 (>= 9.0~)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-12-cron_1.6.7-2.pgdg+1_arm64.deb
Size: 93640
SHA256: 6d1941bdefa6421ac5c6a1e2f00a55d1c91ae70b47fc415ea12161f00e1558d3
SHA1: 302a4b57bac9c2672cb4ffa71ff435b0e33693ee
MD5sum: 978211df0dc22cc7f53b19df85281663
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-cron-dbgsym
Source: pg-cron
Version: 1.6.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-12-cron (= 1.6.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-12-cron-dbgsym_1.6.7-2.pgdg+1_arm64.deb
Size: 104444
SHA256: c14c5193f12d8c28b57e753b2f4d565d3103f9d28a33b23c951644d186be2085
SHA1: cedf730c9f95dcbd6f11350b167becf7a7971283
MD5sum: 4d2c71e17639ba065c8e4d14114591b4
Description: debug symbols for postgresql-12-cron
Build-Ids: d0075e7b09d52989e5e7539fe7368eedc3b4db38
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-debversion
Source: postgresql-debversion
Version: 1.2.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-12, libapt-pkg7.0 (>= 0.8.0), libc6 (>= 2.17)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-12-debversion_1.2.0-3.pgdg+1_arm64.deb
Size: 14236
SHA256: c679b0fa6b3045eb50b39dcd244087e850f3fd6bdf38ff1512483b031efcd551
SHA1: 12e86e3798cec5a269ddea1bc47a7448ee29420c
MD5sum: 73c02fc4d8f423390323709bd283a24a
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()
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-debversion-dbgsym
Source: postgresql-debversion
Version: 1.2.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: postgresql-12-debversion (= 1.2.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-12-debversion-dbgsym_1.2.0-3.pgdg+1_arm64.deb
Size: 18116
SHA256: 465d2a897b6eff78807a4fb48c11a8401ec60193ab1e944bcec1d0a16c2db328
SHA1: 29c329cfc1493968418d66eca7711c2389f37291
MD5sum: 03a7d2539f46061cde5e58f1cdaeb56a
Description: debug symbols for postgresql-12-debversion
Build-Ids: 542728c66a4272f140da36c5a268eb03715ba381
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-decoderbufs
Source: postgres-decoderbufs
Version: 3.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-12, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs_3.3.0-1.pgdg+1_arm64.deb
Size: 39988
SHA256: 3210e38b68ec1d6401c8bc618938a6a066747b59f0d2cfbd2503812c2b5dd273
SHA1: 382dbf1421fee7dd7849bd917bffbae05037b6d9
MD5sum: fc0dc70dfceff44c5c49f9bf61b22cf3
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-12-decoderbufs (= 3.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs-dbgsym_3.3.0-1.pgdg+1_arm64.deb
Size: 38676
SHA256: 940db66742e5e66509ebef056dd4e9a5f5abf3ebefd98eadadaf4f8d8d415229
SHA1: 04ff7b887c4de8c7748e08adbf08bb2599d316b5
MD5sum: 5614ed3fac9d256db6b4a610e860400e
Description: debug symbols for postgresql-12-decoderbufs
Build-Ids: e1c65e1fdd3bce658ecfe53db41d99095611adb7
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-dirtyread
Source: pg-dirtyread
Version: 2.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-12, libc6 (>= 2.38)
Breaks: postgresql-12-jit-llvm (<< 19)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-12-dirtyread_2.7-3.pgdg+1_arm64.deb
Size: 21740
SHA256: 0ea9b2d1bffc476c5ae3cb235fe4a610231ec7fe8395ad9c4fba236eb2f7dc53
SHA1: ba556c27f091512ad874d1f426fe8bae08d54eb9
MD5sum: d37f722a9b6862ae5348950cef2bad31
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-12-dirtyread (= 2.7-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-12-dirtyread-dbgsym_2.7-3.pgdg+1_arm64.deb
Size: 34972
SHA256: 992a5d2b902ddef052e1914af406faa77bae02810379b3f8a0483168c24913d4
SHA1: 18b7dac253661460e68270a87fd86e49391a9b7e
MD5sum: 9aa37103aec32934942dd3e2d415a1c7
Description: debug symbols for postgresql-12-dirtyread
Build-Ids: d7512b6c21df293576d879846687f7b803138987
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-extra-window-functions
Source: extra-window-functions
Version: 1.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-12, libc6 (>= 2.17)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-12-extra-window-functions_1.0-7.pgdg+1_arm64.deb
Size: 16272
SHA256: d0f3d699cd9dad40a7db30267762dceb2b207ce854b442e58e152bacda322b5e
SHA1: a813d438ee8f4dec75d4e1395961865553d830d5
MD5sum: 38d1aa7742e1c38184f41855f83b9cf4
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-12-extra-window-functions (= 1.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-12-extra-window-functions-dbgsym_1.0-7.pgdg+1_arm64.deb
Size: 9472
SHA256: efce38b57bcb7131e54c4c765ef59322cac3dbe7a1b4b98c7c4d89a0912e43d3
SHA1: 58ba990b283c947e096ac4ca65b91c67e4e1782e
MD5sum: 3913a88f34c58e8b01dadced8eb8f270
Description: debug symbols for postgresql-12-extra-window-functions
Build-Ids: 9083a0248820f319888dd937bb07882d4a8ddd7e
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-12
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-12-first-last-agg_0.1.4-4-gd63ea3b-9.pgdg+1_arm64.deb
Size: 8676
SHA256: 93072c6fea98efd798f10213adfaa604efcad0e43ee661e157106edded7e9059
SHA1: a11f36006d4c1eb2ab249d892f6b3e16d9517873
MD5sum: 94850bd2d0eb25c3c100043505efc6e1
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-12-first-last-agg (= 0.1.4-4-gd63ea3b-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-12-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-9.pgdg+1_arm64.deb
Size: 4000
SHA256: 18b1c2f5792571e5154b942b7db3e23c4d6185df5faae235f1318ca2d93c5c92
SHA1: 0908bd2c31df8fbf815ca83c0e3acbbaeafe391c
MD5sum: 3ac84d2fd1494467f299f5b39ac61f4b
Description: debug symbols for postgresql-12-first-last-agg
Build-Ids: 221d2ec4f73c90747bf172afc9b5e5452d428228
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-h3
Source: h3-pg
Version: 4.2.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 471
Depends: postgresql-12, libc6 (>= 2.17), libh3-1 (>= 4.2.0)
Homepage: https://github.com/zachasme/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-12-h3_4.2.3-2.pgdg+1_arm64.deb
Size: 53244
SHA256: 99e970fd638a0730da299ebdba8feecbcb246b4847abcb98a71e6faaf732b103
SHA1: 4da1bd93f57a5dd06b588746e04ec2476fe36906
MD5sum: b3d90bdee853f6e18bd488e2cf223d54
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 12 extension.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-h3-dbgsym
Source: h3-pg
Version: 4.2.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-12-h3 (= 4.2.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-12-h3-dbgsym_4.2.3-2.pgdg+1_arm64.deb
Size: 112480
SHA256: 75155a3f05803afe7d4d694b91349069ddb2e3e5a59631954be348ccc4c33188
SHA1: 4d87ddd7a45b5f1354c2aa4f0c4d0b0b257be2aa
MD5sum: 09d7b92a7f7b3983d9afa33bd28861c9
Description: debug symbols for postgresql-12-h3
Build-Ids: 5a6815ad7c19c5fd821c0039968d6acdabed5c00 edbaf5c5cf056fb3f55d92a6ea57c186408624c9
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-hll
Source: postgresql-hll
Version: 2.18-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: postgresql-12, libc6 (>= 2.38)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-12-hll_2.18-3.pgdg+1_arm64.deb
Size: 78940
SHA256: c6ee7197ac9a733e7df33f963d35e821d8e84a094ff6c3ad49f4b34b69f5de84
SHA1: 8190ea55d7c1425d580e5ab30957cf523510f29e
MD5sum: ea67db715e52bfca731658264834e1c0
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-hll-dbgsym
Source: postgresql-hll
Version: 2.18-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-12-hll (= 2.18-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-12-hll-dbgsym_2.18-3.pgdg+1_arm64.deb
Size: 89112
SHA256: dec152ffb5d227de6260b6ab6502abb5f9ac8c9c307c72f7b44800d3ecf25ef1
SHA1: 78e376a56d90ba32bae2ef6f9574f921275823d1
MD5sum: fc2ab5c202e58cc97c9850bdf467c33a
Description: debug symbols for postgresql-12-hll
Build-Ids: c7f1674979304aa4d4417525258854a30aa6b2ca
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-http
Source: pgsql-http
Version: 1.7.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-12, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-12-http_1.7.0-3.pgdg+1_arm64.deb
Size: 52932
SHA256: 33955cb7c1c78324d4084c7b1e013ad0ebefd7388ed36831f665c2e896974d53
SHA1: 4449423e10f076c9fc40182cf10735a46c7b0584
MD5sum: 4c9901f7b91728209ed821172e57774c
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-http-dbgsym
Source: pgsql-http
Version: 1.7.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-12-http (= 1.7.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-12-http-dbgsym_1.7.0-3.pgdg+1_arm64.deb
Size: 56624
SHA256: 736e42f1bdd4b7d6488e8acb6b0ecdb143a5bb3a8af6648be190972806821354
SHA1: ee8a76b05e08013e10fee2ceb109c7ae5da0f646
MD5sum: 6937e2c4283f2888fcc82fbf77c1274a
Description: debug symbols for postgresql-12-http
Build-Ids: 38a95e832e1212c07143e7e3b58528364e1de0ea
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-hypopg
Source: hypopg
Version: 1.4.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-12, libc6 (>= 2.38)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-12-hypopg_1.4.2-2.pgdg+1_arm64.deb
Size: 60312
SHA256: d41ec1f3d3d8861817761adc57483a16bf838a7b33a6e40f9b9072672a485b2f
SHA1: 3927b1387edf3c6183d8ae2832c4ee6d10827014
MD5sum: d619ca90c39473e18a3c853f88faf63e
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-hypopg-dbgsym
Source: hypopg
Version: 1.4.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-12-hypopg (= 1.4.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-12-hypopg-dbgsym_1.4.2-2.pgdg+1_arm64.deb
Size: 76776
SHA256: 7caec3ac4ce643699e9829e9ac4e24b415cd207ec290fff3d08702eaca53ecfe
SHA1: e875891c80f1b5d2d92d701f204b2109565ae14d
MD5sum: 907547865cb050733e7a2e0a86bdb629
Description: debug symbols for postgresql-12-hypopg
Build-Ids: 5326304c315fd378c8a3eb7589af28142bc07ddb
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-icu-ext
Source: icu-ext
Version: 1.10.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 270
Depends: postgresql-12, libc6 (>= 2.17), libicu76 (>= 76.1-1~)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext_1.10.0-2.pgdg+1_arm64.deb
Size: 96120
SHA256: 2b78826215ad3c1bf011e9f3b058ff77c96c887a6dac7cc519678a9b7cfce378
SHA1: 7119e6d77bd1da1e22064d231a7af513f9495380
MD5sum: 255ad0ccc748ea6a00a8e6d4cf72da07
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-icu-ext-dbgsym
Source: icu-ext
Version: 1.10.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-12-icu-ext (= 1.10.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext-dbgsym_1.10.0-2.pgdg+1_arm64.deb
Size: 91300
SHA256: 7055cdea8180bd153761efe83ceca677e2b2dfee9858f3c1e1c2ca5e4ee20648
SHA1: 09f0aa4bffdbab23314ed623848ad86e7fedb284
MD5sum: b9332bb66af2269bca5ffc6b6de8fd40
Description: debug symbols for postgresql-12-icu-ext
Build-Ids: d8b3448eea197bb9248aa5a99d3078acac6bb743
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-ip4r
Source: ip4r
Version: 2.4.2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 682
Depends: postgresql-12, libc6 (>= 2.38)
Breaks: postgresql-12-jit-llvm (<< 19)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-12-ip4r_2.4.2-4.pgdg+1_arm64.deb
Size: 188744
SHA256: d1c0a4878609a74e5e790f580e6612e2f05cd0638b55881a621831d7b4a939bd
SHA1: 830edcbdfb582e847c4ebe379a51fd4271dbd111
MD5sum: e5aeb4db3861a09cd0d56c7ed8895cd0
Description: IPv4 and IPv6 types for PostgreSQL 12
 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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-ip4r-dbgsym
Source: ip4r
Version: 2.4.2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 215
Depends: postgresql-12-ip4r (= 2.4.2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-12-ip4r-dbgsym_2.4.2-4.pgdg+1_arm64.deb
Size: 179188
SHA256: 4f63bc244f3b26aca1a5a5c2870062e57dcd489797f900a87cedd0dd338e7bd8
SHA1: 6ea6b4b1adb8702514f74e79b037b542731c0ea1
MD5sum: 1e811f307701cf156f539cf08f97310a
Description: debug symbols for postgresql-12-ip4r
Build-Ids: 0886a0074b144bd38d62da17a409943f98a7ca17
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-jsquery
Source: jsquery
Version: 1.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 347
Depends: postgresql-12, libc6 (>= 2.17)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-12-jsquery_1.2-3.pgdg+1_arm64.deb
Size: 128784
SHA256: 3de1c801618441172a1301749b8a70970ff645d3b53ea49c9bc4f0102566d22d
SHA1: a080309d129e54490393a57bb6b421610639282d
MD5sum: cd7323ae8825fc0c52eae7593f9ba951
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-jsquery-dbgsym
Source: jsquery
Version: 1.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-12-jsquery (= 1.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-12-jsquery-dbgsym_1.2-3.pgdg+1_arm64.deb
Size: 95752
SHA256: dcf44e47e6504945fb2980200983d1ec398864d65cad92434df07600a9d3f03d
SHA1: 9b0e71c76cb82c453a9e879045f9e845f3cfa313
MD5sum: 5b52dce188dc846a4f0c533f0183f8b1
Description: debug symbols for postgresql-12-jsquery
Build-Ids: 835153516b8315c2bc2459cb26e771af84be9cb1
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-mimeo
Source: mimeo
Version: 1.5.1-20.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4486
Depends: postgresql-contrib-12, postgresql-12
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-12-mimeo_1.5.1-20.pgdg+1_all.deb
Size: 128652
SHA256: 7e7bf40f49bc8e0bc857e00cf61fd1b81a8c1a3227b3a59309783c101a530d5c
SHA1: 888f81147548be4c60391d4ab1dc3ae416f6a3c4
MD5sum: 875eaeb78549b3834b201bcdd14b664d
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-numeral
Source: postgresql-numeral
Version: 1.3-8.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 256
Depends: postgresql-12, libc6 (>= 2.38)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-12-numeral_1.3-8.pgdg+1_arm64.deb
Size: 77700
SHA256: ed1418c79c878c89cac19afbe0b5ecfa9f643ae6593528413f3cf05954e7b948
SHA1: 3632129afd6f33bf405bee03b6ee703fe077a6a4
MD5sum: 43fd8512f969518a31c8d2fac4d65faa
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 62
Depends: postgresql-12-numeral (= 1.3-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-12-numeral-dbgsym_1.3-8.pgdg+1_arm64.deb
Size: 40680
SHA256: 0f5bb0255c8cfd8faecbf4fb3c7333df8fba28ce759bdf7c73d5e70f8558189a
SHA1: 035125347cf9c3abc32ad53ed0c21f9451885ac9
MD5sum: d03d2f0ca8651a67b188d1e6fe6b90b7
Description: debug symbols for postgresql-12-numeral
Build-Ids: 71ff51eb45c4e3bef229a3386c4ea22213b683f3
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 277
Depends: postgresql-12, libc6 (>= 2.38), libgdal37 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw_1.1.7-2.pgdg+1_arm64.deb
Size: 91424
SHA256: 1a9785783053e50b7f63bd4317b8bd1ef044458363be18d8fdde9ef181fdbdce
SHA1: 2ca7e7074dd50670e6ad369525bf41eaa02498a2
MD5sum: 082e209afaeaaecea1cd9de20d575bc4
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 195
Depends: postgresql-12-ogr-fdw (= 1.1.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw-dbgsym_1.1.7-2.pgdg+1_arm64.deb
Size: 140252
SHA256: 00b2ff4d37835b11ff2697b1f40461daa298e8811d60b1a23dcca6ca1a93ee38
SHA1: 3eeb409472a81068db1cb18cb25900ad52cd33ce
MD5sum: 2457c35d1203e1f0a1508815ee444335
Description: debug symbols for postgresql-12-ogr-fdw
Build-Ids: b77a5ac895895563bf6c3c91c1c23b8ea5908d06 f25f42716df27959a515a0061ca8577c01d13cb8
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-orafce
Source: orafce
Version: 4.14.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1241
Depends: postgresql-12, libc6 (>= 2.38)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_4.14.6-1.pgdg+1_arm64.deb
Size: 376472
SHA256: 5b522edf3d96e84fc17494419963d32e440bdde79febe130a3a01116f0288009
SHA1: 12c6a064198ff11991de2901ed7310427f28b69e
MD5sum: 6077c0649f87761b0957d6e2979617a2
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 4.14.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 332
Depends: postgresql-12-orafce (= 4.14.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_4.14.6-1.pgdg+1_arm64.deb
Size: 279304
SHA256: 740bc0610e981e4ab350aad419b0c9e6e43d73a35d861d6c64cb51419d512170
SHA1: 09bc241e80ea7ef463ed7a75af9a5067b36f8914
MD5sum: 7cc62db35da085ca5efce4a6b1b27c21
Description: debug symbols for postgresql-12-orafce
Build-Ids: 3a76fdcba7c400ba509aadc2047e90763c024d5e
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-periods
Source: postgresql-periods
Version: 1.2.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 592
Depends: postgresql-contrib-12, postgresql-12, libc6 (>= 2.38)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-12-periods_1.2.3-2.pgdg+1_arm64.deb
Size: 48580
SHA256: 79994589c8e2e48abaa9065602a2c34dabd066f836feb35611ccac1971626770
SHA1: 649951b50846ce0c78c3aa3cfb5603f0c81c6281
MD5sum: 2f7b1da16b3841526594824d2fb3be81
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-periods-dbgsym
Source: postgresql-periods
Version: 1.2.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-12-periods (= 1.2.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-12-periods-dbgsym_1.2.3-2.pgdg+1_arm64.deb
Size: 39856
SHA256: 6a9d1d8dd43f46b2078d6c587368185f2143521b3a228cc205142326e52b0bee
SHA1: 4ddd7e0aab363671a58d181ce244c2b6cd9ae67a
MD5sum: f4c68870a818372a14d0f9aa8daea77a
Description: debug symbols for postgresql-12-periods
Build-Ids: 034b295cea6d03af4c0463748d3f949167934fdb
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-pg-catcheck
Source: pg-catcheck
Version: 1.6.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-12, libc6 (>= 2.38), libpq5 (>= 9.2~beta3)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-12-pg-catcheck_1.6.0-2.pgdg+1_arm64.deb
Size: 33772
SHA256: c99db7817499ba150c05a55b8d8f1119d4747a417f1940b1ba4f07aef2e51915
SHA1: 07388440e081f61f211293794a1e6d14953fb861
MD5sum: 75b0a10becbbba7ae13d5c8b45e352b1
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.6.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-12-pg-catcheck (= 1.6.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-12-pg-catcheck-dbgsym_1.6.0-2.pgdg+1_arm64.deb
Size: 37644
SHA256: 002a7a7422885f4eefca1d1eec9d86ba0248a7b4a51e797ba7d117fe28a75f31
SHA1: f28e9eeafcf32d4f31e05f20c5e087665b942827
MD5sum: afae7d8c322c0d7327b069f057dc07e0
Description: debug symbols for postgresql-12-pg-catcheck
Build-Ids: 2c17335b8d96fd68967c39ff6671c107dbee25aa
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-pg-crash
Source: pg-crash
Version: 0.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-12, libc6 (>= 2.38)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/cybertec-postgresql/pg_crash
Priority: optional
Section: database
Filename: pool/main/p/pg-crash/postgresql-12-pg-crash_0.3-2.pgdg+1_arm64.deb
Size: 13260
SHA256: 7a8bda4e904d76ebb1ecbe6c64f064325ef52b314b3d0492c189d1ddca95b54f
SHA1: b6b40a817bdc11083a840ae7665ea7aa749c6da6
MD5sum: dc4996cfe1fcdee9dd7ba9b1db1bbf95
Description: Periodically crash your PostgreSQL database
 If your database is too reliable - pg_crash can kill it for you. pg_crash is
 an extension to PostgreSQL that periodically crashes your database
 infrastructure by sending kill (or other) signals to your DB processes and
 make them fail. It is ideal for HA and failover testing.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-pg-crash-dbgsym
Source: pg-crash
Version: 0.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-12-pg-crash (= 0.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-crash/postgresql-12-pg-crash-dbgsym_0.3-2.pgdg+1_arm64.deb
Size: 14344
SHA256: c165e85cd68f36ed3a25dada008d43740ed920424f10d38999a9a49806de94a5
SHA1: 71567fb6f6161a81710a4bb1d92dd793110deb5f
MD5sum: bba6accc26c3adbcf3f10412bedebc7f
Description: debug symbols for postgresql-12-pg-crash
Build-Ids: b2a4c3567ac04259451635cbf35700e81827ebbb
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-pgextwlist
Source: pgextwlist
Version: 1.19-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-12, libc6 (>= 2.33)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-12-pgextwlist_1.19-2.pgdg+1_arm64.deb
Size: 29228
SHA256: d744879638f56906cfda3a6a2675a011a7937457e3a865e7a0040fd3d38fac42
SHA1: 6d5e3e078e4f1b58633e76aa1ae503ffc7e8f99d
MD5sum: d7e2bd8bac6e997be1d4cdbbbe7a1b89
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.19-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-12-pgextwlist (= 1.19-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-12-pgextwlist-dbgsym_1.19-2.pgdg+1_arm64.deb
Size: 47908
SHA256: e61a869669befdce4d981fe84d645a65be545df6bd1c6343684036a9ee43ab74
SHA1: db702d5679b31e79577f0ea83bcaeb7f4d516719
MD5sum: 123342f4d6d3ae74f93d3bbbcbd937d9
Description: debug symbols for postgresql-12-pgextwlist
Build-Ids: ee61310a48b4cc017e95f2294c9910cec6a83e64
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-pg-gvm
Source: pg-gvm
Version: 22.6.11-1.pgdg+2
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-12, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-12-pg-gvm_22.6.11-1.pgdg+2_arm64.deb
Size: 19860
SHA256: 49ef8a9ca61902e5e914358f0a08b02760f09fded260889649257c5d8393d6cd
SHA1: fe3abd438beeaa0c7af0bfe938e6168deb9dbb7b
MD5sum: 644b601531ad41c3901f2a9267e83407
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.11-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-12-pg-gvm (= 22.6.11-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-12-pg-gvm-dbgsym_22.6.11-1.pgdg+2_arm64.deb
Size: 27216
SHA256: ad705144f3479a9f5460c9c30cf761a353bd9f3d2fb73dbdadb129b794c9ee7f
SHA1: 6fd6d01bfefd2051b2826de64fc07e8a63e4a96e
MD5sum: b2c28c1cb10744bc7f809df33b65ba27
Description: debug symbols for postgresql-12-pg-gvm
Build-Ids: cc4349648da1e57e483636e029304a0d8ce06512
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-pglogical
Source: pglogical
Version: 2.4.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1218
Depends: postgresql-12, libc6 (>= 2.38), libpq5 (>= 9.1~)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-12-pglogical_2.4.6-1.pgdg+1_arm64.deb
Size: 357776
SHA256: aec0fc30e88cba61322d449b0d4a84d07a2753b57a30fb61176090cfaedb96df
SHA1: c98789046dd0dc923d6a24a981afa3cd35f837ba
MD5sum: 77925b6f8cab1f1a8dd1457cc6287d9c
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-pglogical-dbgsym
Source: pglogical
Version: 2.4.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 507
Depends: postgresql-12-pglogical (= 2.4.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-12-pglogical-dbgsym_2.4.6-1.pgdg+1_arm64.deb
Size: 380540
SHA256: 2762b04b1cd7f6237e22cb575204207a0fbe2d5d8264ada2aa96d81243a58700
SHA1: 455446b774247ea4a20d77a5d8bf572dd5658247
MD5sum: 7b4af14b2b6f673111c9697591492c7e
Description: debug symbols for postgresql-12-pglogical
Build-Ids: 01f6354b860434a7d6bcdeaba52df56200bf81a8 25e385f4b70caa6c1898ebd4909599d82c506a9b 3c4b8fb620069a171631d6a801b2d1b1455a051d
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-pgmemcache
Source: pgmemcache
Version: 2.3.0-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 157
Depends: postgresql-12, libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-12-pgmemcache_2.3.0-15.pgdg+1_arm64.deb
Size: 45680
SHA256: af1df973dcddc04c83d59d02094a3ec1a01dbe41503fc3cdcb776a23c835d900
SHA1: 4b1204c47f22a65766ae48288dba1d10ad0a5340
MD5sum: 7b05a227bfaf2b2538a5de5332b2c49a
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-15.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-12-pgmemcache (= 2.3.0-15.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-12-pgmemcache-dbgsym_2.3.0-15.pgdg+1_arm64.deb
Size: 49516
SHA256: be5e5aacd2714cd2c33654a6a2506e2e490a5cfd3d3cb9c92a374c1d5a32b2e4
SHA1: 95365c476af1eb831a12ca15750358b523f38569
MD5sum: db465e86b3f859c17921781a0971b200
Description: debug symbols for postgresql-12-pgmemcache
Build-Ids: 3cc7e1a98f2b1fbf34908d88439cbbf3ba55ee42
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-pgmp
Source: postgresql-pgmp
Version: 1.0.5-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 405
Depends: postgresql-12, libc6 (>= 2.38), libgmp10 (>= 2:6.3.0+dfsg)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-12-pgmp_1.0.5-4.pgdg+1_arm64.deb
Size: 102696
SHA256: f38e913bd37569a7c2a089e74f33e13be2063c1fe99ec9e6f023726055b21b0a
SHA1: 6f035230f82ec82c2b5afa45cec6fc02038c36a9
MD5sum: bafdd1ea9a56f9f3d945c4f5bd017679
Description: arbitrary precision integers and rationals for PostgreSQL 12
 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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.5-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-12-pgmp (= 1.0.5-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-12-pgmp-dbgsym_1.0.5-4.pgdg+1_arm64.deb
Size: 65644
SHA256: dfe57d51e0cd199c1113abfeb891cbaf5e527ba7d10a67f13e4e23372e189541
SHA1: 9e06a3a8b2cb4e0f4c8d73ef1583130cee8d5b26
MD5sum: 4161f4cfc1125956285a04bad7b094d2
Description: debug symbols for postgresql-12-pgmp
Build-Ids: 0b53b41d6ebb875869c8c9a6414d60d15d4377b8
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-pgnodemx
Source: pgnodemx
Version: 1.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 315
Depends: postgresql-12, libc6 (>= 2.34)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/CrunchyData/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-12-pgnodemx_1.7-2.pgdg+1_arm64.deb
Size: 87924
SHA256: 685e6f5d0904dc17e8cafed07a588ad62b42140dc17702348ac753daa29a163d
SHA1: c7f7ef945be097aa52fa6c8acfa49cb577517ca1
MD5sum: 33a54e3461ee29e9d9a73a00244069ed
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-pgnodemx-dbgsym
Source: pgnodemx
Version: 1.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-12-pgnodemx (= 1.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-12-pgnodemx-dbgsym_1.7-2.pgdg+1_arm64.deb
Size: 77924
SHA256: 8a196fe28a06b23a75f81f5c576ee5bedc01599935e9b64a4092c4768f4402e8
SHA1: 5cde046d6e0d3f352ebc3b3d8b318f99e2738fd0
MD5sum: 35283b0d353d335e7bed3f8a03be2482
Description: debug symbols for postgresql-12-pgnodemx
Build-Ids: 56b9b2b4fc1eaff231f3d5331a8d68e1f4014ad8
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-pgpcre
Source: pgpcre
Version: 0.20190509-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-12, libc6 (>= 2.17), libpcre2-8-0 (>= 10.22)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-12-pgpcre_0.20190509-9.pgdg+1_arm64.deb
Size: 18852
SHA256: 711dd14c65317ccadb1b8436a2bc98440e84793c651b31a6024a5766fc10f441
SHA1: 4a8961dbe24996a3a1acdb014c31699fbeffcd55
MD5sum: 1e05e0d186fcb60a8369e11492d96560
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-12-pgpcre (= 0.20190509-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-12-pgpcre-dbgsym_0.20190509-9.pgdg+1_arm64.deb
Size: 15264
SHA256: 0b929023b6210252dfbbe5a6a353c114b49cf27f0defecaa544cd75023e93755
SHA1: 3283328fe9fb6dce9c97e7bbad18ed82aef6010c
MD5sum: bdbc035e3485dccdbd886c615dd3851f
Description: debug symbols for postgresql-12-pgpcre
Build-Ids: f6d073e60489ec37cdc48ca716ffd93bca0fd328
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-pg-permissions
Source: pg-permissions
Version: 1.4-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-12
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-12-pg-permissions_1.4-2.pgdg+1_all.deb
Size: 8648
SHA256: 418c9ad7703d9e72d12e66aa42bee56ec6a9c45645e579d561eecb73b36d3e00
SHA1: 43ac9cd19fa332f1e0769f6cd635aead8ea263a6
MD5sum: 6c99a976cfb97340fcf8716d649fc749
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-pgpool2
Source: pgpool2
Version: 4.6.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 442
Depends: libpgpool2 (>= 4.6.3-3.pgdg+1), postgresql-12, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2_4.6.3-3.pgdg+1_arm64.deb
Size: 155692
SHA256: c39e4b78b59b848505fde531ac8df292d30d17dca9af6ec741352d4336f80019
SHA1: aac3ef35b86aabd10ddfe9a7bc60296c74769b3c
MD5sum: 7a10c615a0c190750d2eda2d521ae247
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 12 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-12-pgpool2 (= 4.6.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2-dbgsym_4.6.3-3.pgdg+1_arm64.deb
Size: 51932
SHA256: 65f14707ddad5aa4c939e01eb0f8f0f55083a1e09a746aac0c1f00bd57d6f4f5
SHA1: 3cc02fd5f81fb356ab01a0abd69e4a30c39325cb
MD5sum: 9d0f550da891db9948cf358e894bf818
Description: debug symbols for postgresql-12-pgpool2
Build-Ids: 1cbe62e818cbd12d38aad78ce50f578dc119e5ee 90619d88058285aedc70e039ee4ea8d7f4cfb2a4 e72920aabb6202070230c162c9ceaabbb4a162aa
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-pgq3
Source: pgq
Version: 3.5.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2312
Depends: pgqd, postgresql-12, libc6 (>= 2.17)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-12-pgq3_3.5.1-2.pgdg+1_arm64.deb
Size: 125392
SHA256: 197e47b009b067c9472ec2a4e429fe535f6aa0e9f50126df36a6c2f1bd00268a
SHA1: b9555e3f942fd0396bc4abc146ef6e531f1a9406
MD5sum: a23f8712607f59587dfadda0a7f8fc1a
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-pgq3-dbgsym
Source: pgq
Version: 3.5.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-12-pgq3 (= 3.5.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-12-pgq3-dbgsym_3.5.1-2.pgdg+1_arm64.deb
Size: 72056
SHA256: ca18a925b45cdafeeb6ad6b496b02f9013b36e8b94f62c285fbec10e24c7f302
SHA1: de76053c7716e0a92f2fd409ad7b2965177ece9d
MD5sum: f6d939a52d4692648b292f919e5e9f2b
Description: debug symbols for postgresql-12-pgq3
Build-Ids: 5b721ed9fe2cd13793bf0d1a8444ae725201d1b5 b8d2ded78ae8c60748dc9a69913c682ba4ce91d2
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-pgq-node
Source: pgq-node
Version: 3.5-8.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 539
Depends: postgresql-12, postgresql-12-pgq3
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-12-pgq-node_3.5-8.pgdg+1_all.deb
Size: 12932
SHA256: c584b5e5d8a54d2df22783a5a7263317169da49cfb973e0a3451fe7eeba0fd30
SHA1: 820ba193baba1ea438ff087cb9b43cd30783cc2b
MD5sum: 006449fa34c258f2ae33a4b0007dac8d
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-pg-qualstats
Source: pg-qualstats
Version: 2.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 283
Depends: postgresql-12, libc6 (>= 2.17)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-12-pg-qualstats_2.1.2-2.pgdg+1_arm64.deb
Size: 58992
SHA256: 853c321dd22f88841ba1889ba93d805cba479ffc0ed626a9eb88fb082db9cea4
SHA1: 83aeb6ff714885e0f573ef146af36c5d62a37583
MD5sum: eb4a8d7fca44102dc369c690dba43d36
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-12-pg-qualstats (= 2.1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-12-pg-qualstats-dbgsym_2.1.2-2.pgdg+1_arm64.deb
Size: 58468
SHA256: 408de02f844dfb36398680c7979ca237e8f04bd8c6b0e18e81764effa383f8fd
SHA1: cad40cbf482ce9ab78cc7205ab452f3fd32afd08
MD5sum: 520424194445d025b5bb889f23a6324a
Description: debug symbols for postgresql-12-pg-qualstats
Build-Ids: 37aa015e6103d2b9a38f4433a8f8e97eb65ee2ea
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-pg-rrule
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-12, libc6 (>= 2.17), libical3t64 (>= 3.0.0)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-12-pg-rrule_0.2.0+git20211101.d7d10f2-4.pgdg+1_arm64.deb
Size: 25172
SHA256: 7092ed07d53420658a59c789b043ea573e7b8b41b1b4393835b8a2c6c5c38fc7
SHA1: 110b9aa4eb1c5e45a6ce9b7d83b6600f9b4048e3
MD5sum: 3b896ef147d739e35ce8d012d0f1f484
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-pg-rrule-dbgsym
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-12-pg-rrule (= 0.2.0+git20211101.d7d10f2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-12-pg-rrule-dbgsym_0.2.0+git20211101.d7d10f2-4.pgdg+1_arm64.deb
Size: 20376
SHA256: 6d47b0337de56dbee03bf4f23fce683d268115179cd63d9cf14ad0af6fb5910c
SHA1: e96bd05696741f27b11d040a2687f98b0b5debb5
MD5sum: 86e258a65b75828dea0c1441a1dacad1
Description: debug symbols for postgresql-12-pg-rrule
Build-Ids: 75c4674db5e13c81c96a51402680b68e8a86e00f
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 188
Depends: postgresql-contrib-12, postgresql-12, libc6 (>= 2.38)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-12-pg-stat-kcache_2.3.1-1.pgdg+1_arm64.deb
Size: 35700
SHA256: b7733fe5c91a08f5ed53817caeb3b61a23483846fc2f57320f5afc4d623b2aad
SHA1: e88b5cd781071637ab4b251519412c318f0852c1
MD5sum: a1203500966cc772e763861bb9244706
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-12-pg-stat-kcache (= 2.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-12-pg-stat-kcache-dbgsym_2.3.1-1.pgdg+1_arm64.deb
Size: 38180
SHA256: cfd5b56e7a523bf540d6f8caae58ee0197d0191ca16e7a81b20ac1669f3f669c
SHA1: 2eb3cef8642007659666082640039db99f03ac9a
MD5sum: ebeb0a36bb8ae00b419f286509c46500
Description: debug symbols for postgresql-12-pg-stat-kcache
Build-Ids: 229565304a23674be30f2f95ada9bf071d0403f2
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-pgtap
Source: pgtap
Version: 1.3.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1812
Depends: postgresql-12
Recommends: libtap-harness-archive-perl, libtap-parser-sourcehandler-pgtap-perl, libtest-harness-perl, pgtap-doc
Provides: postgresql-pgtap
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-12-pgtap_1.3.4-1.pgdg+1_all.deb
Size: 63632
SHA256: fe6fc7c0b4a9eaa6683399147b5ea947d7bee983507e5d8727fc980d2afcd54b
SHA1: 236750563559fbe25b15418dfa9873aa3e923386
MD5sum: 34b691618ce95eb8e98d8dfa9fd756d9
Description: Unit testing framework extension for PostgreSQL 12
 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 12.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-pg-track-settings
Source: pg-track-settings
Version: 2.1.2-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-12
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-12-pg-track-settings_2.1.2-5.pgdg+1_all.deb
Size: 9968
SHA256: a41693b286f82421ab0081c786970efa50c9b3138bd513236454df51dd55c2e8
SHA1: bccc882d75329521cad63438f2491a0846ae229a
MD5sum: fd29cb573924851bf4724c7d33d43800
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-pgtt
Source: pgtt
Version: 4.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-12, libc6 (>= 2.17)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-12-pgtt_4.4-2.pgdg+1_arm64.deb
Size: 58516
SHA256: def1df791e24bd0c27e6035cd72d03a1f8199d2075fee01ad58db3a1959a3e13
SHA1: 1303d5a8893fb29f1fe20590d87d8458967b06a4
MD5sum: b34c535983496b1a666a1aedaf2349fd
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-pgtt-dbgsym
Source: pgtt
Version: 4.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-12-pgtt (= 4.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-12-pgtt-dbgsym_4.4-2.pgdg+1_arm64.deb
Size: 69220
SHA256: da4634976fbd1439b85ecfe8acbfe0786ecaf8b20c0aa39b2976722d6bd88576
SHA1: 2453b74cb555eb59819fd492938d699834c9ea8a
MD5sum: a1cf73cd31ae1d606e48c667f7cdfcac
Description: debug symbols for postgresql-12-pgtt
Build-Ids: 5f4ca5ef61705349ecb4da453ae92b316c9dca65
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-pldebugger
Source: pldebugger
Version: 1:1.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 206
Depends: postgresql-12, libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-12-pldebugger_1.9-1.pgdg+1_arm64.deb
Size: 72368
SHA256: 0acebf1e43aaae55c36111f43fea7a73cc04a7e027d4fabec2c919f4411dcaa0
SHA1: 817013c83d66fd7bf78e19229153cf4e5ef57265
MD5sum: 132fffa438436db07cd2160dca0f42c6
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: postgresql-12-pldebugger (= 1:1.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-12-pldebugger-dbgsym_1.9-1.pgdg+1_arm64.deb
Size: 92232
SHA256: 361fd634b8b4915e1afac3be63f95bc92bba29885a77e9f683300a357f460185
SHA1: caaa7679a33a286c1a99f6293bd1be7e18f46496
MD5sum: 0817cbb48872df48af33129305b5d285
Description: debug symbols for postgresql-12-pldebugger
Build-Ids: 95d5204ceb9e89ffece3b0edc08333e8fac94c69
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-pllua
Source: postgresql-pllua
Version: 1:2.0.12-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 994
Depends: postgresql-contrib-12, postgresql-12, libc6 (>= 2.38), liblua5.3-0
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-12-pllua_2.0.12-6.pgdg+1_arm64.deb
Size: 354556
SHA256: 67aa653828c066d344c9d4251bb9e66f7840216a11f30fa78dd4e80b0a591432
SHA1: 449da21ca95963bc77970034cadfda56d9cc2902
MD5sum: 1e79ced043dd4f131bf1dc103fb5650d
Description: Lua procedural language for PostgreSQL 12
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 351
Depends: postgresql-12-pllua (= 1:2.0.12-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-12-pllua-dbgsym_2.0.12-6.pgdg+1_arm64.deb
Size: 304972
SHA256: bdbd48800023cca7146f9c9ee0ca4008609f0ef23806f051ac4b66a74d4af176
SHA1: 2f6839657df5d56d506e5d519f1da204ac608187
MD5sum: 632027afb5420f44823ddaf784ebfc1a
Description: debug symbols for postgresql-12-pllua
Build-Ids: 59c794dad91e8fd0078b4e827584a16e3913b2bd 98f214feb850490c4fdd88f228880aaf5e02c6e1
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-plprofiler
Source: plprofiler
Version: 4.2.5-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 161
Depends: postgresql-12, libc6 (>= 2.17)
Recommends: plprofiler
Breaks: postgresql-12-jit-llvm (<< 19)
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-12-plprofiler_4.2.5-4.pgdg+1_arm64.deb
Size: 45756
SHA256: c68d9642e0ed1e5562a55a1ad2f3e636474c79032ead786773f01eceff197766
SHA1: dd14c6fe7d6dffabb58cc63107823e0a3a511438
MD5sum: 5d4ff88bd22643a72ea7065a97064e0d
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.5-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-12-plprofiler (= 4.2.5-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-12-plprofiler-dbgsym_4.2.5-4.pgdg+1_arm64.deb
Size: 51216
SHA256: 4344291ea7b64ef996ee07beee1277a96e44ec7c909d5d173295a2769e6d79d0
SHA1: 0a45e2e26df38db2d404e6f7514d2dd29569ce68
MD5sum: 691b1eff99a11242d7cfaa6ffe50f395
Description: debug symbols for postgresql-12-plprofiler
Build-Ids: 3ef45f351cb769b542e1621fe269aeb7e890eaf6
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-plproxy
Source: postgresql-plproxy
Version: 2.11.0-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 350
Depends: postgresql-12, libc6 (>= 2.38), libpq5
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://plproxy.github.io/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-12-plproxy_2.11.0-13.pgdg+1_arm64.deb
Size: 134980
SHA256: 6c5da2f48abfa0ad2b960c068782826f33441dd02a8a9e7913ecf8041e2fc7cb
SHA1: 9cbe906f3880ab74bab07c5f858030ed3150b59c
MD5sum: d09f0ae217faa98eb14609a68f879151
Description: database partitioning system for PostgreSQL 12
 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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.11.0-13.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: postgresql-12-plproxy (= 2.11.0-13.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-12-plproxy-dbgsym_2.11.0-13.pgdg+1_arm64.deb
Size: 111884
SHA256: 306a466b924da2bdeaa6ef0f6ed35e373d035ea0222de4f671bfc79f503f95b4
SHA1: d7741a6fa26812ab4782bd60890cf7746809be38
MD5sum: e7f147287bd6d38a34cbb2b440444e64
Description: debug symbols for postgresql-12-plproxy
Build-Ids: b8b6ba4840bc57be1c449586f92b10c2f52bb6fd
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-plr
Source: plr
Version: 1:8.4.8-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 335
Depends: r-base-core (>= 2.10), postgresql-12, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-12-jit-llvm (<< 19)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-12-plr_8.4.8-2.pgdg+1_arm64.deb
Size: 136780
SHA256: 62853a8f714ffa95ffdae41c75df5a12df6b8b0dbeca6ec57e559c4e9811481a
SHA1: 67992070fe81539369546ca9afcc337cad3dd270
MD5sum: 4da08196df1b347e6fce11dfcc7cc3a6
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-plr-dbgsym
Source: plr
Version: 1:8.4.8-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-12-plr (= 1:8.4.8-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-12-plr-dbgsym_8.4.8-2.pgdg+1_arm64.deb
Size: 123668
SHA256: ded797cc1ea410cfcb93f561b082e0dcaa8cdab0520a26c7556e7c48949bb1ba
SHA1: fbad7f867eaf4bfb007482d01147848371e3a509
MD5sum: 67cc301f133b6a71f8fac21f7f13eece
Description: debug symbols for postgresql-12-plr
Build-Ids: e489a179af40f611ccd51ac36cfd5fc20d32b249
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-plsh
Source: postgresql-plsh
Version: 1.20220917-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-12, libc6 (>= 2.38)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/petere/plsh
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-12-plsh_1.20220917-4.pgdg+1_arm64.deb
Size: 27952
SHA256: 1ab01e155e0f3e5f467ae116b296f07606a2685c8cb8c3e83ef17a200a6d29fb
SHA1: 075fc0211d467cfc4c27c5d04ce86fa44b9bed52
MD5sum: 836b243384911db620cd220eac7e80eb
Description: PL/sh procedural language for PostgreSQL 12
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in a shell of his choice.  You need this package
 if you have any PostgreSQL 12 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20220917-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-12-plsh (= 1.20220917-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-12-plsh-dbgsym_1.20220917-4.pgdg+1_arm64.deb
Size: 40432
SHA256: 18b89e1d76c97d49561cba70ea328c7f7e04288c3f5bf361905726302dbdb5e6
SHA1: 94e0168cc67a98436e534ea97338e57a35b48f24
MD5sum: 64640e8d897d2bb2ce8b7b6527aa3890
Description: debug symbols for postgresql-12-plsh
Build-Ids: c1b1fd79e65a43a922ccf43fb864cf9506a2d85c
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.6.0+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9839
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal37 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-12-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.6.0+dfsg-2.pgdg+1_arm64.deb
Size: 3412080
SHA256: 7c97764477d1f50d9ed5c289b76653b8e68c641f01abb595b01e142702201365
SHA1: a15ebd9b4213378d537055dfeb4917f7a81d7f20
MD5sum: 341be57d3d3ee2d79463e8ebebc54fc3
Description: Geographic objects support for PostgreSQL 12
 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".
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis
Version: 3.6.0+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4649
Depends: postgresql-12-postgis-3 (= 3.6.0+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.6.0+dfsg-2.pgdg+1_arm64.deb
Size: 4075348
SHA256: e5ceb32c706bbb9721e5367890d1f80caba127ff10d475461c111f5c60e87fe1
SHA1: 2f19de9247881ebbcd55f3fdaf53ea97e75ed0a1
MD5sum: 61199830167336319c063198d75a0b57
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 08bacaced67e2c0912ad41f748a65125bd673792 55934897d22523fada7aa518e1a895a95152076e 576d2877af59ad091b9637e76295213f6da750f7 b88abfd6f3cafb587f4b376d90e08247c0849166 db8c47ad00b44b92d1bace7aa22db5fc0e7147e3
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.6.0+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38973
Recommends: postgresql-12-postgis-3
Provides: postgresql-12-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.6.0+dfsg-2.pgdg+1_all.deb
Size: 1296792
SHA256: 0b2049ca6ee1f0bea5e34d593abf7d66d425935505e9747791bc8cc78587a351
SHA1: f1db6e60056b5613308d6758733cc9cab1b0b48c
MD5sum: 7a568203ec5e4fdeeff9998c9df531e8
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-prefix
Source: prefix
Version: 1.2.10-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-12, libc6 (>= 2.17)
Breaks: postgresql-12-jit-llvm (<< 19)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-12-prefix_1.2.10-4.pgdg+1_arm64.deb
Size: 42248
SHA256: 869ba854d7e0e69f8420c26da3a25956ae5d16b0ae2fffe2c3b5e8d5ac2d1290
SHA1: a47bc51f48fcc93fde68c4d78db0c0417a969beb
MD5sum: 0e076c686806a9f4e87c717c1aacfdc9
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-prefix-dbgsym
Source: prefix
Version: 1.2.10-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-12-prefix (= 1.2.10-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-12-prefix-dbgsym_1.2.10-4.pgdg+1_arm64.deb
Size: 43460
SHA256: bfc341541dd78a891d8d722a3f742fba3a3ebdc3efadf9b9c2586b71f4e5e28c
SHA1: 176e14fa87071d48e0ad7b43471b41f3c3d1c3fc
MD5sum: 043602942abd68bac6aa7223b78c2c01
Description: debug symbols for postgresql-12-prefix
Build-Ids: 24ba345574911e00126f7871d06c465761d53b9f
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-prioritize
Source: postgresql-prioritize
Version: 1.0.4-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: postgresql-12, libc6 (>= 2.17)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-12-prioritize_1.0.4-13.pgdg+1_arm64.deb
Size: 11784
SHA256: 0e028c09338d17c5543377a7d6caf58eec77dc19546ba525d025cf226e0d9d51
SHA1: 46d3119524ff93fd67db1975645aceb3ad3a90f7
MD5sum: 0ff520f0a0abe2ae5a525ea0de376b7b
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-13.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-12-prioritize (= 1.0.4-13.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-12-prioritize-dbgsym_1.0.4-13.pgdg+1_arm64.deb
Size: 12076
SHA256: d28c4512b4317ab11aefe6e685d109e8d3d7e388b8c4945a4a47ead4b61fa667
SHA1: 4052e92a383cd4e23456b84e79be2238437a7dcf
MD5sum: 8b68a6a7ad34b3a0ede8aa658a6b6a64
Description: debug symbols for postgresql-12-prioritize
Build-Ids: 21f966b6bc992320cc19290b6711fda717d67250
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-q3c
Source: postgresql-q3c
Version: 2.0.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3487
Depends: postgresql-12, libc6 (>= 2.38)
Breaks: postgresql-12-jit-llvm (<< 19)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-12-q3c_2.0.1-5.pgdg+1_arm64.deb
Size: 141024
SHA256: d712c7457cb3145c3c935991220a2fda96795e77d0c6fe0f89465f3346399933
SHA1: 60c083735225ffeba7a5b512da0850838904b9a5
MD5sum: 144acb0daa50a427d774b4c1697b8ce5
Description: PostgreSQL 12 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-12-q3c (= 2.0.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-12-q3c-dbgsym_2.0.1-5.pgdg+1_arm64.deb
Size: 86644
SHA256: b55ae602ba507b77233d2b095f2eb40658ec29e68e6a2d5e0c9d7a18ba89db89
SHA1: 1d6ac03a395fe960caf104e4eedb0594d8239a7d
MD5sum: a4aaf03183dd5be771bdd8173ec13b6b
Description: debug symbols for postgresql-12-q3c
Build-Ids: 68ec9e9d9bfa9e3513105469fe423947ace6baa6
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-rational
Source: pg-rational
Version: 0.0.2-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-12, libc6 (>= 2.38)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-12-rational_0.0.2-8.pgdg+1_arm64.deb
Size: 25156
SHA256: f3228e0e87282d1b905b137af6856a778596a1402284756c5d80078093f82e74
SHA1: fed0d90ad157c38c44119618d19b2f3aa29c27a6
MD5sum: d2d2398c11933ac3be66fb6742cf9ea1
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-rational-dbgsym
Source: pg-rational
Version: 0.0.2-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-12-rational (= 0.0.2-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-12-rational-dbgsym_0.0.2-8.pgdg+1_arm64.deb
Size: 19632
SHA256: 6ddacfa538ac3cabe1ad562c46d5b74c5937daafb67ee12979ae9ea50b8ed915
SHA1: b586ff036b8f4533aaa9412d679384f3483b239f
MD5sum: 485acbcbcc99baf08a13a09eafbd9850
Description: debug symbols for postgresql-12-rational
Build-Ids: 190dc304bfd10a381a3f6ac4b111782478795763
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-rdkit
Source: rdkit
Version: 202503.6-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 669
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.6), libstdc++6 (>= 13.1), postgresql-12
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-12-rdkit_202503.6-2.pgdg+1_arm64.deb
Size: 251128
SHA256: 1bc2e4eec00a6237cb7fb9445d8f5676b829f2de0c468a4c31325c11cdf9b2b0
SHA1: 528e573b450fed306a42c4626d06ba5835c9ebfd
MD5sum: dea152c7593c53aa3661365fdb6aedc1
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-rdkit-dbgsym
Source: rdkit
Version: 202503.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1211
Depends: postgresql-12-rdkit (= 202503.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-12-rdkit-dbgsym_202503.6-2.pgdg+1_arm64.deb
Size: 1145704
SHA256: 9da3b7b97d78eea3563a0f3bac261452da0abfe59f0e51ab335c434fa08d82bc
SHA1: dd5d0b2bc19d2adf226f847913f6dd2033e95346
MD5sum: bdef20e4b705639d10772a7b9056a360
Description: debug symbols for postgresql-12-rdkit
Build-Ids: f5ea2bb97503604086342cc8274e68b0f6b20e69
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-repack
Source: pg-repack
Version: 1.5.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 308
Depends: postgresql-12, libc6 (>= 2.38), libpq5 (>= 9.0~)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-12-repack_1.5.2-2.pgdg+1_arm64.deb
Size: 101904
SHA256: 63cc3245cae07cec2f3ce4412679b766229a72b2c19e1214c4f4062a658a85d6
SHA1: bb35f2581df5b1654a3a0c8800498dc9612fbbb7
MD5sum: 356bb80fa2217703c5021805f2b54185
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 12.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-repack-dbgsym
Source: pg-repack
Version: 1.5.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 253
Depends: postgresql-12-repack (= 1.5.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-12-repack-dbgsym_1.5.2-2.pgdg+1_arm64.deb
Size: 116252
SHA256: 894905e6050b38995d6a19709dd5989e13c3cbc9e4b83d159939bafa29609956
SHA1: f3cbdc8d17472b96a579ded3df733c8ef8c8571d
MD5sum: 4a657ace5e1d53d8cbc9a46f5aec746c
Description: debug symbols for postgresql-12-repack
Build-Ids: 276971aa6f75de5c09b347859ab5710870252ce9 8c942796fb7d3d1ce289e0cdfda5416227633bdf
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-repmgr
Source: repmgr
Version: 5.5.0+debpgdg-2.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1120
Depends: repmgr-common (>= 5.5.0+debpgdg-2.pgdg+1), postgresql-12, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-12-repmgr_5.5.0+debpgdg-2.pgdg+1_arm64.deb
Size: 227380
SHA256: bf12cd73fc5ab683e943acbf73b36bf4c0b92726e1ac4b51b2f7a29c1c557b4f
SHA1: 58dd45332bf0663384e2d47ec56ff3d0dc370b56
MD5sum: 59e091de3e8749ed5bef88a2c32ef188
Description: replication manager for PostgreSQL 12
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 12.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-repmgr-dbgsym
Source: repmgr
Version: 5.5.0+debpgdg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1453
Depends: postgresql-12-repmgr (= 5.5.0+debpgdg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-12-repmgr-dbgsym_5.5.0+debpgdg-2.pgdg+1_arm64.deb
Size: 604212
SHA256: c5b3516a0d22dbc101c81df22a6be004083dc5264af7151eb5c36e93f42d0b5a
SHA1: 14e7831fd75c7e6d49a04c9ea7664479267ecefb
MD5sum: 0756eb169cef5277eb1a4cf740bc67b8
Description: debug symbols for postgresql-12-repmgr
Build-Ids: bbaaf111c9f2f2047b113ba799391778ea46250d d0a2fcc10148f921d06695c1b2b825450a77ec78 ff9f70b5981e8879bce693ce132d953bbf56e5d7
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 941
Depends: postgresql-12, libc6 (>= 2.38)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-12-roaringbitmap_0.5.5-2.pgdg+1_arm64.deb
Size: 402764
SHA256: 82165edc662fd46f1b0c1724a54077c69b066130365272c61e85cb77bde11c3a
SHA1: b70d8cb82b22330f94c5fabcf2b9352a7f22e378
MD5sum: a925900dffb2b4fe3cd3315c75fc12f9
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 529
Depends: postgresql-12-roaringbitmap (= 0.5.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-12-roaringbitmap-dbgsym_0.5.5-2.pgdg+1_arm64.deb
Size: 491360
SHA256: 5792594057a231aef89f35946de2a17e1be107743a8a32af7a37a964c1f5fb52
SHA1: 5321d1706e308f1ab1b032ddf0a790ef763eb248
MD5sum: 948fa2dbcc9202fd2d91d33296745be0
Description: debug symbols for postgresql-12-roaringbitmap
Build-Ids: 8ee7de7d52d228e5b7a8c45e492618f74bef5111
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-semver
Source: postgresql-semver
Version: 0.40.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 178
Depends: postgresql-12, libc6 (>= 2.38)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-12-semver_0.40.0-3.pgdg+1_arm64.deb
Size: 39692
SHA256: 9db58b66f78888d354b3d71385740b75f65f89dc29a723b5ee1cb8fdb9c2cb77
SHA1: b9dc884da1f55015872b442e95591311d4c1131b
MD5sum: d6d0fc0402ad9c7d0c2c558c6a1efe37
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-semver-dbgsym
Source: postgresql-semver
Version: 0.40.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-12-semver (= 0.40.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-12-semver-dbgsym_0.40.0-3.pgdg+1_arm64.deb
Size: 20064
SHA256: 19d01f15589b5854a1c427c485723001303b4fab72ed4d44fd6fb60e9424d350
SHA1: 8c00b0d835601d2f885b5ad414a0f3865f2ccbe6
MD5sum: 782c7b22e38dc57f0f8ed7f4bc34305e
Description: debug symbols for postgresql-12-semver
Build-Ids: 63092ed36a9cb231e7b6857fb888f58fdca11a51
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-similarity
Source: pg-similarity
Version: 1.0-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 311
Depends: postgresql-12, libc6 (>= 2.17)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-12-similarity_1.0-9.pgdg+1_arm64.deb
Size: 96656
SHA256: 28ba2ef46af7094b5ada175f1c27fcf949eab962122aff6560545e32b68bcfc7
SHA1: 23c41a72c26f0212cbe39e3152bf3369893bc76c
MD5sum: 85a301cef6030b4c7607396cc37f70fe
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-similarity-dbgsym
Source: pg-similarity
Version: 1.0-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-12-similarity (= 1.0-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-12-similarity-dbgsym_1.0-9.pgdg+1_arm64.deb
Size: 57728
SHA256: 44120d39e1fd0fc1d2788d191ce07de35584943f98ea15891a04873011f658d8
SHA1: 48bff45eebbef3f37fcccd68f84cfbd8e2f01aec
MD5sum: e7ba8ef885f18f9bd4ea9c76a89d63d4
Description: debug symbols for postgresql-12-similarity
Build-Ids: ceaf13619f7d3968d54675327f9ac717f70e35fc
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-snakeoil
Source: pg-snakeoil
Version: 1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-12, libc6 (>= 2.17), libclamav12 (>= 1.2.1)
Recommends: clamav-freshclam | clamav-data
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-12-snakeoil_1.4-3.pgdg+1_arm64.deb
Size: 17044
SHA256: 5765309ddbae30f03eba5a48f619cc51e90f5cd94c1f3536cfd1946c1afb787c
SHA1: 3989283b4333b6e00b5caa3edd69609401e8ade6
MD5sum: f1f82133076e21d580324966657b677b
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-12-snakeoil (= 1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-12-snakeoil-dbgsym_1.4-3.pgdg+1_arm64.deb
Size: 14424
SHA256: ce4ef9212b223a9103b4f0813eaed501afe90bd720f661ad12bf50e0d8e60c9d
SHA1: 16bdeb05ed7de94d64bf4538be9eb05364746aed
MD5sum: bc509d974a4291fa6b093f10efcc7fab
Description: debug symbols for postgresql-12-snakeoil
Build-Ids: 390b99818ac2b81f09cdbcc2b35cdc5839e52aa2
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-tablelog
Source: tablelog
Version: 0.6.4-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 158
Depends: postgresql-12, libc6 (>= 2.38)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-12-tablelog_0.6.4-4.pgdg+1_arm64.deb
Size: 43620
SHA256: 370ab192edc860886a2bc08049c12181d7aa55e0f490e87f9fe8cc4dcbcbaec0
SHA1: 3f0eb0ce4e1e2871a974fc6562f7e396283f3ce6
MD5sum: f08de24eb9d711b4cf53f079c5cdd17a
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-tablelog-dbgsym
Source: tablelog
Version: 0.6.4-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-12-tablelog (= 0.6.4-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-12-tablelog-dbgsym_0.6.4-4.pgdg+1_arm64.deb
Size: 36740
SHA256: 58dbf549ebe4665e06d727068c69f2b9903227e81a9dbad51f28bf8108a49494
SHA1: c2daf42809789afa23355cea12d92cd8b3365c01
MD5sum: fa7502fb44988095adf8b7a17aeb1bd0
Description: debug symbols for postgresql-12-tablelog
Build-Ids: 8c056a36bcf4b1b71192d8689df990facfc81993
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-tdigest
Source: tdigest
Version: 1.4.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-12, libc6 (>= 2.38)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-12-tdigest_1.4.3-2.pgdg+1_arm64.deb
Size: 63576
SHA256: cc9cb8ff28064a77907e840d4f7b629755bf88d616de0a908ac0071cd9f849c1
SHA1: a506b457c7f92f1bbbdd2e3d01a70bc490f7ba1e
MD5sum: 0c3e6521fca374ad527e6161149dc6b8
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-tdigest-dbgsym
Source: tdigest
Version: 1.4.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-12-tdigest (= 1.4.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-12-tdigest-dbgsym_1.4.3-2.pgdg+1_arm64.deb
Size: 49388
SHA256: 3970815607a5becbd56f805edd25214a4ccc4a9062892237b36c25612ab01193
SHA1: 0f831e432b9b327b3b225687e8a7940be41d91cd
MD5sum: f440608931f9ab47f4048f86a894be76
Description: debug symbols for postgresql-12-tdigest
Build-Ids: 57d0bc4f11ad004a0014675280e048a2bd5263d1
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-tds-fdw
Source: tds-fdw
Version: 2.0.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 307
Depends: postgresql-12, libc6 (>= 2.38), libsybdb5 (>= 0.91)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-12-tds-fdw_2.0.5-1.pgdg+1_arm64.deb
Size: 113376
SHA256: 820c7db6f4a461a3833aa8c6d63f4aa904a3d2440ebb19663dea067e836e29e5
SHA1: c82ba7fac10cec8044db9219d51bc67f59d8dfcd
MD5sum: 5ecb725bcdab1c8986003533370a5bfa
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-12-tds-fdw (= 2.0.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-12-tds-fdw-dbgsym_2.0.5-1.pgdg+1_arm64.deb
Size: 128004
SHA256: a08728423b4747d83c20248207a774a5433e533c7d030a2bdc9d10785e0c048b
SHA1: eaa1b1b31be6d42429a51267621646f08d34ce62
MD5sum: 5d69efcfc23ffc8e6d70b91f1eec847f
Description: debug symbols for postgresql-12-tds-fdw
Build-Ids: 80b33e5b2dbe32e758c93986822d543ba967f3ee
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-toastinfo
Source: toastinfo
Version: 1.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-12, libc6 (>= 2.17)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-12-toastinfo_1.5-3.pgdg+1_arm64.deb
Size: 12324
SHA256: 48547f51f3a2b552efc14a57972322c47aaae7a7ee02ef25a7077991acfdd68a
SHA1: af3599af0f8dc8e51237ddc0b3af44adf62a8d81
MD5sum: 851fd8480479b80c1d54db4e74a27e2b
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-toastinfo-dbgsym
Source: toastinfo
Version: 1.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-12-toastinfo (= 1.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-12-toastinfo-dbgsym_1.5-3.pgdg+1_arm64.deb
Size: 10664
SHA256: c2e3da0f62f29a3a84fe462ee3f8b58c42a6731497ae169ea1b8aa7cff3aa546
SHA1: a9e54e65ba8b5929d90dcbe86bf78373fec072d1
MD5sum: b9ebe4b67f57acc288bd13f4c4aa06b3
Description: debug symbols for postgresql-12-toastinfo
Build-Ids: abd377f71e934722928756aeebb4653ade95ae43
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-unit
Source: postgresql-unit
Version: 7.10-2.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 687
Depends: postgresql-12, libc6 (>= 2.38)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-12-unit_7.10-2.pgdg+1_arm64.deb
Size: 162592
SHA256: bda024cd651fe36f5e0e33304b7f75aefdaf257da955d1b3d11ecfcca2408187
SHA1: 8fb8f517501ba02b14d06559509875a21ab525fa
MD5sum: c911c8ed893444b783704928d8c9641a
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-unit-dbgsym
Source: postgresql-unit
Version: 7.10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 80
Depends: postgresql-12-unit (= 7.10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-12-unit-dbgsym_7.10-2.pgdg+1_arm64.deb
Size: 58492
SHA256: 67255ea71f7a74119dbcac48395a59d4e3b2fd9667f40edfb6153ba08e3d92e8
SHA1: 4c59f2f7fd65283dd26367da83e6b6ab85edd248
MD5sum: 90cfb9e19c142ef88875bea5f7d3b352
Description: debug symbols for postgresql-12-unit
Build-Ids: e52e5f9bb2f967f50d6a8b0294d80d7b7cabfeb3
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-wal2json
Source: wal2json
Version: 2.6-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 147
Depends: postgresql-12, libc6 (>= 2.38)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-12-wal2json_2.6-3.pgdg+1_arm64.deb
Size: 54788
SHA256: cdd36b624a112f031a2ad2f727b4f2cce044c25af26062b49320ece6f5c187d2
SHA1: e02bd0a7df5e9e561f917abe1bfa409e6a14f6c5
MD5sum: 599ea315c83d40711e6af1bca0c069ff
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-12-wal2json-dbgsym
Source: wal2json
Version: 2.6-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-12-wal2json (= 2.6-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-12-wal2json-dbgsym_2.6-3.pgdg+1_arm64.deb
Size: 59100
SHA256: f1a4a00fad875f82e00edfaa7ceb6367bb87d42d8b237c5f8c833b9d5c449ce7
SHA1: b3454b9c8a42a2da54230db9c6451ec73d781703
MD5sum: 12323a40d5ddf6cc7c8f963ce0292049
Description: debug symbols for postgresql-12-wal2json
Build-Ids: 91f9b2ae7cf5be9ccbe7401f06d705fd5474be56
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13
Version: 13.22-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52387
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), libllvm19 (>= 1:19.1.0), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-13-jit-llvm (= 19), postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-13_13.22-1.pgdg+2_arm64.deb
Size: 14747296
SHA256: 2d55434f19e8f3552a85e67ff1ed4db89e4eb5082bcaf11ede011a67c26d278b
SHA1: 01a44495dae2f2ccafd25e241bc8e6507a0f67ef
MD5sum: 49aa79e2035919d84b2a919ec99cb0ce
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 13.
Postgresql-Catversion: 202007201
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-asn1oid
Source: pgsql-asn1oid
Version: 1.6-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: postgresql-13, libc6 (>= 2.17)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-13-asn1oid_1.6-3.pgdg+1_arm64.deb
Size: 13212
SHA256: 4b5b605a582e120333f3ffa5d9f8a0c375aac3025f42b8bfabe7bf472cb6fb36
SHA1: 4931e8b9002ad807c5b4961099c2d8e9e8afac0c
MD5sum: 8b6e7b5d864eb815c610bd7498e5cc1d
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 13.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.6-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-13-asn1oid (= 1.6-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-13-asn1oid-dbgsym_1.6-3.pgdg+1_arm64.deb
Size: 8240
SHA256: 50acd9cbb7b09ba3bfa8b5e425951f9bb732d6d9ab449888d40c836ab2a261a1
SHA1: c091d0b85208af5d352bbfb378f64367d1761d2b
MD5sum: 4f28dbcd599c16dd742572d96f181522
Description: debug symbols for postgresql-13-asn1oid
Build-Ids: 6973c99a3283bd4e21c74b132653c41c95e70814
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.8-2.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 97
Depends: postgresql-13, libc6 (>= 2.17)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-13-bgw-replstatus_1.0.8-2.pgdg+1_arm64.deb
Size: 15164
SHA256: b8e8a01895d25f6a1cc5f0d69433939c41d3a88cbc25dfebdeb5718bdfabad18
SHA1: 0bb9909d501888313fa0daf3a4a407e874b0532c
MD5sum: 096299926d3935c3dd043d66d3ac02f3
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.8-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 23
Depends: postgresql-13-bgw-replstatus (= 1.0.8-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-13-bgw-replstatus-dbgsym_1.0.8-2.pgdg+1_arm64.deb
Size: 8328
SHA256: 06658eef350160e2bc8c92d3694a7ce6f3dc832ea7ecab2b22d510d61bd8fd14
SHA1: 9fe17913dd0b13aee0bdae1520671de63b42f50a
MD5sum: aa7ac27541c5c9ca21401171fc48115a
Description: debug symbols for postgresql-13-bgw-replstatus
Build-Ids: c12432b518bc0af193252a270f62eda3c56d66a6
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-credcheck
Source: credcheck
Version: 3.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 178
Depends: postgresql-13, libc6 (>= 2.17)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-13-credcheck_3.0-3.pgdg+1_arm64.deb
Size: 65260
SHA256: f836e8ba992a8db671aa8fa72020a95806347d05f1d43894b066f84f4c0a5910
SHA1: 38cb0997774257eb8c4128528af5a7de2c2b63ff
MD5sum: 30234c269d96e8fdc66b62c509b40da7
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-credcheck-dbgsym
Source: credcheck
Version: 3.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-13-credcheck (= 3.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-13-credcheck-dbgsym_3.0-3.pgdg+1_arm64.deb
Size: 67060
SHA256: ebfb78d63f3f46ef387e15b34a56e7ad8d7855b4fda4ddab2c5cfa8cc853fe1a
SHA1: 17026b270f6de1cf9bf01f45d1517db643336b79
MD5sum: 8c4feba1502a63db651d023122b71f19
Description: debug symbols for postgresql-13-credcheck
Build-Ids: 902975629fe08d960e6567619334b0658052a359
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-cron
Source: pg-cron
Version: 1.6.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 291
Depends: postgresql-13, libc6 (>= 2.38), libpq5 (>= 9.0~)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-13-cron_1.6.7-2.pgdg+1_arm64.deb
Size: 94300
SHA256: c82bc3f179a600448d1a00448f3dcc5f582a059e4b627d4703d82499e05cf9fd
SHA1: bd7af7e1ff9ffd8e463b96736c2400c44716654f
MD5sum: 3fc3d18d6e3e3140e1b9952901d89b4d
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-cron-dbgsym
Source: pg-cron
Version: 1.6.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-13-cron (= 1.6.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-13-cron-dbgsym_1.6.7-2.pgdg+1_arm64.deb
Size: 108632
SHA256: 0ed0629500f26d768ae4fe0e6e7afb5145c75b3a9b8384cf8e01eabd3a2fe339
SHA1: a20dfca3fee27d103c5392fc1430c169e0b72fae
MD5sum: 6903efed81a531723348e5297980c061
Description: debug symbols for postgresql-13-cron
Build-Ids: a6a88c29a39786a1f05328d44bf14890dca8cfa6
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-dbgsym
Source: postgresql-13
Version: 13.22-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27653
Depends: postgresql-13 (= 13.22-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-13-dbgsym_13.22-1.pgdg+2_arm64.deb
Size: 16201836
SHA256: 710926956cb900ad2b1dc4992be8cf250a8ff5405d0d00bf987e3389f9fd018d
SHA1: 50bb6efbb473fedf80f0a8bb26b93b826816f67d
MD5sum: cbeee4138430438ab07aede2a09831f2
Description: debug symbols for postgresql-13
Build-Ids: 03f90ac1e2a18923ea80990edbd420eb1de929e7 0421072c68f3abdf575789bd1511233f1645d2fb 0d61d140dffccdff181ca67b07d024647a64620c 0ee63b313fb981b88cdd3f3803e9e1caee3f696c 15d8e00c8b520da5de9544ca3d5b6b6524d1d7ff 198c1ad5239a861d6fa49caa0d24ce64cb4b760a 1b56a488e7a716c7883818ab2d34c723d46b6dc8 1ea6db80a50ed153906fb37d1922fdadb6ba3ff1 1f07a41b82b0a77976678f9a43bab2014f197629 21fce5419a530cecea0a8c96bbe745a508d7eddb 2a292ab025891f7147fdd50c0c7c7e4af52d8acb 2c5f19d5921e9ba607d59d5bdc45026d5ef16fae 2f6a28ae55d08921fef8006037b020b4aba44fe0 3d3fb7718db1084f4ae7cfc7ffa930d81a4514a7 3e2a0b70c76d6fff8761bb34871a93107ff35a16 3fe22ba6f1f28f3f43838482a870d1ab9c05a145 481ca8558f59d69cc18b31b2812ba8fcf2298690 4d6488aff8744da4464de8722b9a4e70c7223fba 509d21d221cf63f39e93ebe50a9d314ea8d5667e 513855b39b944b8c7a7078cc67673aed9814b31a 529b41353ecc197157a9669e9b3bb149920675d5 54d5482212730606b147318c1ed554c66aa6a1b3 585bba2fd569b784f0408ed9e6507adfc7572a75 5996edc9b1393d4553c01844f8a026e3aaa9eeec 5f67df06363dfb3d1481810fdb26bb17e8efa690 62b5497143569160066c3a62899d8f4e6026e23e 66ef09fc5a687c5add625e045ee6212d4f583a20 695961e0063b9534881cca3100fb8e850719a326 6d324f371eda05ae10c19b057e7aa3f30a1fd297 6d78b95c3ffd2ec131545764fc46c4e73597d16c 6e06f16a75c39b83f14ff420d4dffdd0dabd6582 700e914d8154c7ac23543939b847d89b5a1cfd17 7536f8a5f68e07ff4c5fff42f11beb55f042948d 770deb454cac120c6c54f89b8ffed52542164b5f 788e29970aa6390ea6b89d14b21e5ca1865bf3eb 789eeb08a335d22bc1b3d0ed65ab9921100d61da 7d72d99ccaa57889b3ee158a003e490b70bf7c29 7ff1adbd66e754b4653092c9108c917fa97d0fe7 8496b3e498a27c2bc7e9c92cc48d27c07bf86da7 85391db6fa53e1b8f7d52fa95b81990e10ba62a9 8a2493f5bce72d2a0377c66735ceeb6ee2c793d4 8a4029289df7921744a8515b65b829b9689f67ff 8dd771e29ae3ada3c2e0dbd6f720a1f3327298e2 919b521472959c4c21e5cd2f3b0bfef0a3c1640d 93266b4918ac5569ccfaeead9ad719254ad5b39a 955a43606fac324651152c092fc8170f4f077c22 9568c3995e2497a75fd70de86f2d9e4dcd7ff1c0 9821dcdf99332ec6969508fbe5bb4d6767a339b0 99f6ff903556e066a4f6b086231188458e9dff0b 9a9b775161ede81da259b8ef4efb4c8fb19a2cb5 9b2e417e7cd06980f5d410c0d1280be26eff4555 9d648454e8264311cdbbe68abcd814762a18c707 9e651006cebe814458ca85bca90b3322262f3c3d a0dfb11b0ee95d9682c1df517ab8542a3a920753 a0ee8fcaf5f03273a2a4fca917608c7a2db81df7 a3a38ae59acef46bbd68178ee28db361d83dea84 a63b318dfff0969a760acbe2f84481adb1f44198 a7d5153b91205c46da32bc4e84f81cece9dc3b29 ae411af07d489caddd538eef1faa36622bf523ed aec08e571180d7a087b07ffe39d04387dbde64f3 b0bf948b12230cde3edfa091478207c14b431f25 b8985c267869f7df5fd6b7bab95064d00991c1f2 ba73fafb2e713da3a0808b154332c965a957c0b0 bc3cc8a9dc6a71036e57f940da367e656b6ea0a6 bcc1665fa4ca79ce2e79dd20b8f1b0dcf85fe111 c7767853f989a244a337af59dad25eb7948a96bf c9f41ca7640786ebf690d4f757f4e83f10220fc2 ca3d818c07c97fd744d5473f4e5ca76117761331 cae1791052e9787d415580a1e8d91c205ec100f8 ce8e82d83b15ea7f0576ee59a7daa4cd3a57a5a4 ceba0578f39344e5373141caad449713c6bb2add d1f4a0119d042e977095b887578fecd7ff36ced1 d43e34debd0e458ee756c9eaa1284bdf18a54947 d678f8788d541f2dfe8d61830c8e45679e73ec9d d79b1ec7c7dbf0b3fa13f38775d5a03cde7ce75b d79cdf687286eb95134659b90e5658180c254df4 d7c0e66d78ea7889ff2524f72910f3d4b81e5e8f d831b6aa89a458a8a0eb2d437244dc011996324f d9adbe044ad005cbadc19417633371895974ef0b da70e34c96db81621a32f358b2076cefeb9b6e02 de356548f395b5845e237a76acc9c316c02493b1 e30f86ee84893459a9277f29c0ab3446422e73e8 ea33decc283e1c223e32b75424f0bd9f1b6d94ef ec5447d1b92f73a440ef56b21a5a0e97ef4ef633 ed722f2380aa0fa161b165dd1f200b3ce503e997 ef84f83f7621c4ffcf67442ad2871c93ec42896b f0861a60073452f7debd1919312def873aaa0e2c f2be02ba0b5c1dbc0628b680a8e96c33ac6fe0f8 f7b5e1b3a1a3cc7288d1c61a257bcc64d0c4a199 fb47ffc8971d1a7cef0a5bf8eed5085fc1d1bf11 fecff950fab414959888dfd27b6630aa7328e2d3 ff089cc72e2a09d68740e773aab5430681721446
Postgresql-Catversion: 202007201
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-debversion
Source: postgresql-debversion
Version: 1.2.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-13, libapt-pkg7.0 (>= 0.8.0), libc6 (>= 2.17)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-13-debversion_1.2.0-3.pgdg+1_arm64.deb
Size: 14244
SHA256: 8a2e81c1f78ec6e9864a3baaad7b4bd37a03567a87c18752395cbe11d0d6311e
SHA1: 3531237f7223cc80717852e8feb32a94dd091244
MD5sum: b9111f968cf51f7dea9684b3e1e2bf20
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()
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-debversion-dbgsym
Source: postgresql-debversion
Version: 1.2.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: postgresql-13-debversion (= 1.2.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-13-debversion-dbgsym_1.2.0-3.pgdg+1_arm64.deb
Size: 18268
SHA256: c7d65d93a66c8f6eac0d20fe4466e6c330c7c7559bb117caecef2126802bc549
SHA1: cf71d229b68041e39728c5be26c4f7321da9ae29
MD5sum: 4a816e15bb836b114cc71e05dd1eda8d
Description: debug symbols for postgresql-13-debversion
Build-Ids: 24e6a52124240ca5a92a8861feac1a3b948be471
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-decoderbufs
Source: postgres-decoderbufs
Version: 3.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-13, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs_3.3.0-1.pgdg+1_arm64.deb
Size: 40396
SHA256: 9c4aca1aadad8bc617406929e602f708b609d5538714247bade495f18fd04d90
SHA1: c490e16e561fef7b0fd27060c31054d98b274a4d
MD5sum: 4892310880964db865668d83d12ab731
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-13-decoderbufs (= 3.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs-dbgsym_3.3.0-1.pgdg+1_arm64.deb
Size: 39936
SHA256: 003c4b572585e180ddb4e5d65b785ffd48f1ef30f8284ed72a4d237eb4bce869
SHA1: fa3be056b23abeac2e8bcd89a6e3c1047d6d0eea
MD5sum: 3d8710a3f28d2a655f3212386a26b009
Description: debug symbols for postgresql-13-decoderbufs
Build-Ids: 32bc2555858fa74a240fb3b38d1625f8f11ee2cd
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-dirtyread
Source: pg-dirtyread
Version: 2.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-13, libc6 (>= 2.38)
Breaks: postgresql-13-jit-llvm (<< 19)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-13-dirtyread_2.7-3.pgdg+1_arm64.deb
Size: 21436
SHA256: 8f8f883a050384f441174f3fd368816c3d2e9bbb805f3e7efc663aad7a4fd404
SHA1: 1347e4f48b3b6f09c114ddf737f19869b29437bc
MD5sum: 020f11b1a78edeaf26a49a6806ea6a6e
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-13-dirtyread (= 2.7-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-13-dirtyread-dbgsym_2.7-3.pgdg+1_arm64.deb
Size: 32020
SHA256: 93f508e4dcfdcaee100d3bf82b47c900c071dfb197f9baf7170293de225b9a80
SHA1: 05f476d00497894f1b126f727bf18b7714d3c130
MD5sum: 9022c2b16ee5abfadb59b099d3008f66
Description: debug symbols for postgresql-13-dirtyread
Build-Ids: 5d96e8bebf5de869b91aacb8396ff86f6d4b5b1e
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-extra-window-functions
Source: extra-window-functions
Version: 1.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-13, libc6 (>= 2.17)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-13-extra-window-functions_1.0-7.pgdg+1_arm64.deb
Size: 16172
SHA256: 4c8b7cd73b5c4b109284110affb34b0a1e949981ae287cd304e44f805976cb91
SHA1: 9ba05ab46fc200c89e3caaf4a5e9cffaea526523
MD5sum: ac0780ed563c5b49be9aabc3dbc2c18d
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-13-extra-window-functions (= 1.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-13-extra-window-functions-dbgsym_1.0-7.pgdg+1_arm64.deb
Size: 9460
SHA256: ce7f234c414c8cf51255394b3596825f45b57d3300bc0778d5cbe29003588e45
SHA1: b01e9d048f0e9f07d8fdae15f8bb9d040ad42f73
MD5sum: 556ec1dc3c5d9eef478d335b56d387f1
Description: debug symbols for postgresql-13-extra-window-functions
Build-Ids: 7c1901942ffe1efb2ed770072fa03afebc5c060f
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-13
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-13-first-last-agg_0.1.4-4-gd63ea3b-9.pgdg+1_arm64.deb
Size: 8692
SHA256: 647bad258bbb9c5d0e91f8a066c15bbd4a4d55a46ac18e89a85860f3284444a7
SHA1: 1fe73c3042effe3ef926a7e27835fcfb45fe4b2f
MD5sum: b1c71c28031ce1d639ac0af6ad49c8ed
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-13-first-last-agg (= 0.1.4-4-gd63ea3b-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-13-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-9.pgdg+1_arm64.deb
Size: 3976
SHA256: cf987b3479ed7844395e49155f635690479c45e1cc216ec1004b59c210c78191
SHA1: 7e1cf118ee661e7ea428dbb3f05aada53cbb1ce0
MD5sum: 76263f2f8fbcc6a85cbdf5af4147d1dc
Description: debug symbols for postgresql-13-first-last-agg
Build-Ids: 1969c63c055cf3d1378d0b31be696b48defa68ea
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-h3
Source: h3-pg
Version: 4.2.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 471
Depends: postgresql-13, libc6 (>= 2.17), libh3-1 (>= 4.2.0)
Homepage: https://github.com/zachasme/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-13-h3_4.2.3-2.pgdg+1_arm64.deb
Size: 53196
SHA256: 716110221845f9517e889b4220abf4c25f4736a2e1577a333324d9a0e6113a25
SHA1: e7abdc52eaa66af2b367981bbfb91a6643a78add
MD5sum: dd156e6efe363958fc21dc36d8f4ec59
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 13 extension.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-h3-dbgsym
Source: h3-pg
Version: 4.2.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-13-h3 (= 4.2.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-13-h3-dbgsym_4.2.3-2.pgdg+1_arm64.deb
Size: 108212
SHA256: a57ce97bebb51820ac3b254456d909ebc87fd863d12b3b84b2067abb1079ca02
SHA1: 01ef3baab79e4b89b32411604c416f8f867047a3
MD5sum: 208cfa7e18cb0119318b975e1d5326f1
Description: debug symbols for postgresql-13-h3
Build-Ids: a866b71f18e2d1693f458e0d953e8558f3cceafb c1eec2197708bdbf8d2da183509de9e656684a82
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-hll
Source: postgresql-hll
Version: 2.18-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: postgresql-13, libc6 (>= 2.38)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-13-hll_2.18-3.pgdg+1_arm64.deb
Size: 78804
SHA256: a22565f852ec87c6983669d2bfc34f0403d8e4164b2244be45e448d44cc156c5
SHA1: bb85a2852afc013067def0ce27c84fb1350326cd
MD5sum: ea4e2b48da4a5c1ee8af19e213ddcd0d
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-hll-dbgsym
Source: postgresql-hll
Version: 2.18-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-13-hll (= 2.18-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-13-hll-dbgsym_2.18-3.pgdg+1_arm64.deb
Size: 89776
SHA256: 8cfe8796aa7376ae997fefe80f76fc57cb46dc5ff34deae5676f83d983843a5a
SHA1: 877205a5eaf3cbd04a62e78ee3143f7787034cc6
MD5sum: e504232d2ad8077d52fc00f211d298ad
Description: debug symbols for postgresql-13-hll
Build-Ids: 9f9b748fa95a6e022bf32f51a07def0a04d3aef4
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-http
Source: pgsql-http
Version: 1.7.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-13, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-13-http_1.7.0-3.pgdg+1_arm64.deb
Size: 52924
SHA256: ee2655e2e595d9801755055c942fbead41e90f465c5acbc685a4a623333a00b0
SHA1: 2bdbb4e7a45a90d05594cc8538164a5beb017e1b
MD5sum: 791026782084a21f704f8a24df3b4e26
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-http-dbgsym
Source: pgsql-http
Version: 1.7.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-13-http (= 1.7.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-13-http-dbgsym_1.7.0-3.pgdg+1_arm64.deb
Size: 57704
SHA256: 2e3e85099febd103cd4056220d30447d59c0728aebff7c373645f5498ef735f0
SHA1: 93d06afdb991e014d9cc24c56c4444e713cc1256
MD5sum: e748abc9ddd36f3f961d5bbe7ae84869
Description: debug symbols for postgresql-13-http
Build-Ids: f78f7e288c859f81d9cd2fb4f074d6abd7cc6883
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-hypopg
Source: hypopg
Version: 1.4.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-13, libc6 (>= 2.38)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-13-hypopg_1.4.2-2.pgdg+1_arm64.deb
Size: 62168
SHA256: 15a0bb4cae66aa3f0c148011b49137ee37479c29e5b4e0bb0372d87785837356
SHA1: 4948192e5dbc6098a07f6852a57d032577d92975
MD5sum: 79c31f62e63bb6dca4e22bf7a3064a87
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-hypopg-dbgsym
Source: hypopg
Version: 1.4.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-13-hypopg (= 1.4.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-13-hypopg-dbgsym_1.4.2-2.pgdg+1_arm64.deb
Size: 88672
SHA256: 063bedd135d641842628163fabbee80aee3a74b2d8acf23553a34c875214384f
SHA1: 5c8b6cfaec9ed9576d73622a1c5af2fb5577d372
MD5sum: dd616dae6118dd05ab53bff2f0f7dda0
Description: debug symbols for postgresql-13-hypopg
Build-Ids: 989996331eec3420cfc061f842e4cae85fafb98a
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-icu-ext
Source: icu-ext
Version: 1.10.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 272
Depends: postgresql-13, libc6 (>= 2.17), libicu76 (>= 76.1-1~)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext_1.10.0-2.pgdg+1_arm64.deb
Size: 96804
SHA256: 16b6839cab101b4bb6d2c813fa04be3ecbad4fe875ac8c9f3bb72a5efa3ae59f
SHA1: b36030ea658562db00d7b559ba8d82e44c5dbb58
MD5sum: 4cec705f66ba02bae35d5baf1f3bc1f3
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-icu-ext-dbgsym
Source: icu-ext
Version: 1.10.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-13-icu-ext (= 1.10.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext-dbgsym_1.10.0-2.pgdg+1_arm64.deb
Size: 90096
SHA256: a5dc2ad116768d996d9fdecd1955969b8547cb68457b9e41f671cd301d89bfab
SHA1: 3df189f1c5dc469f3d4b3226f9b9a836efaf4033
MD5sum: c8495d4245a69c37335101f11f06a40b
Description: debug symbols for postgresql-13-icu-ext
Build-Ids: b90ca7b431ba7c3cd0ac85d47cf1bf9545e7a40f
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-ip4r
Source: ip4r
Version: 2.4.2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 585
Depends: postgresql-13, libc6 (>= 2.38)
Breaks: postgresql-13-jit-llvm (<< 19)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-13-ip4r_2.4.2-4.pgdg+1_arm64.deb
Size: 184676
SHA256: 5b39f163fd6fd29edacf0fe364c8f949f42f16903dc1820225dc5ea18258fd2c
SHA1: 1a857ea5dc71b968f181d74d22a11a2be7c0cd2f
MD5sum: 90d098837506af1ee00044df41d8c044
Description: IPv4 and IPv6 types for PostgreSQL 13
 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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-ip4r-dbgsym
Source: ip4r
Version: 2.4.2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 215
Depends: postgresql-13-ip4r (= 2.4.2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-13-ip4r-dbgsym_2.4.2-4.pgdg+1_arm64.deb
Size: 178664
SHA256: 1c386a478a16036db7a0199b0c30db671ea88af68bb9d8bfa99365b67a11d2d7
SHA1: 82bb176d1424b62d39a96d11e99ff8d64ef7769c
MD5sum: 3c189636a1e889b261987f86eff4be9e
Description: debug symbols for postgresql-13-ip4r
Build-Ids: 8140de9d7ec02eda8d5266d24160818307f5bb72
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-jsquery
Source: jsquery
Version: 1.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 349
Depends: postgresql-13, libc6 (>= 2.17)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-13-jsquery_1.2-3.pgdg+1_arm64.deb
Size: 129844
SHA256: 8a8dfbede03251cae4a6fa40e2beb5c8838c69abc9ddb070a4a1cebc82ba478b
SHA1: 7e2fa6a646a372219f05f2c674499b4fc443dbb7
MD5sum: 7cfe52e2e2ab391433edb3d8fd3cecc8
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-jsquery-dbgsym
Source: jsquery
Version: 1.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-13-jsquery (= 1.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-13-jsquery-dbgsym_1.2-3.pgdg+1_arm64.deb
Size: 98276
SHA256: 0751ede3f76756c19d3e016704f350d43709b5200e5732956f5a41662a043a6d
SHA1: 1db0f63d7158fa5514a530856d1755a4a047fdc0
MD5sum: 6627895495d167717165db593e2339ed
Description: debug symbols for postgresql-13-jsquery
Build-Ids: 7427317509465759fbc52da1027197a65f408daf
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-mimeo
Source: mimeo
Version: 1.5.1-20.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4486
Depends: postgresql-contrib-13, postgresql-13
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-13-mimeo_1.5.1-20.pgdg+1_all.deb
Size: 128676
SHA256: c1f742684dafdae6c7928082eaca0ddf525b4c73b403004a1b6899c9f2b225c4
SHA1: d154b043572e1e2d042f21da0dcea11f3c3585b8
MD5sum: ffd6c3c27c3f5be4b6c42f5cd340deb4
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-mobilitydb
Source: mobilitydb
Version: 1.3.0~alpha-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3690
Depends: postgresql-13-postgis-3, postgresql-13, libc6 (>= 2.17), libgeos-c1t64 (>= 3.12.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-13-mobilitydb_1.3.0~alpha-2.pgdg+1_arm64.deb
Size: 668288
SHA256: 82531a4921687b443dbbc4efd9ae91a57ba0da930c1940c27b7417f3d80ea734
SHA1: b7453e547857efaf50d134adb016967d5144249e
MD5sum: 7e42760acc9eec9f672eb3bae1eeb148
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.3.0~alpha-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2347
Depends: postgresql-13-mobilitydb (= 1.3.0~alpha-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-13-mobilitydb-dbgsym_1.3.0~alpha-2.pgdg+1_arm64.deb
Size: 2119916
SHA256: 95eb311bf842f02c0265e56811d5a750bd7518a3dc954fe210b13840a9559208
SHA1: 52f51509c8f9a606b49a833fbee19baed3675614
MD5sum: 166e57daf4171b0c7859a49e24f146c8
Description: debug symbols for postgresql-13-mobilitydb
Build-Ids: 198bd87b2d801bf0d7c347ea519cb88f70ad55ec
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 344
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-13, libc6 (>= 2.38)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-13-mysql-fdw_2.9.3-1.pgdg+1_arm64.deb
Size: 130628
SHA256: d669e507f5344757e7c911d8cce5904ab4331c0f167de83a828a797152530609
SHA1: 77589448dcedf24078f052f6693ac55c8e840f93
MD5sum: e2998b57c1bda325383c32b16cd53d4f
Description: Postgres 13 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 13.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.9.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-13-mysql-fdw (= 2.9.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-13-mysql-fdw-dbgsym_2.9.3-1.pgdg+1_arm64.deb
Size: 167012
SHA256: 1a96803cc48a0633f102e588d7e9ac02f382cffc63e036d32b51c9a66ac11a3e
SHA1: 72aefa4818272e25630b37a14bc69bdac9582867
MD5sum: c2d8f0bd16dd73ee818a60999eca1464
Description: debug symbols for postgresql-13-mysql-fdw
Build-Ids: 16ab0cba51fa318811ecef95bdea1ab6b6edf82b
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-numeral
Source: postgresql-numeral
Version: 1.3-8.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 256
Depends: postgresql-13, libc6 (>= 2.38)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-13-numeral_1.3-8.pgdg+1_arm64.deb
Size: 77568
SHA256: 809a8f2867d2787cbe3e624aaf248e10937378b97c72b7fed1507b000f645239
SHA1: bad6d083be850a80d7b1ca1285f05588405c3315
MD5sum: 6f37e55f26245575f2d3e0a78aba31ce
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 62
Depends: postgresql-13-numeral (= 1.3-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-13-numeral-dbgsym_1.3-8.pgdg+1_arm64.deb
Size: 40676
SHA256: 3850c9d9a94de4c8ab7c85e4503247953976875bbb7f687e329a2e4f6f667be3
SHA1: 60895c0c9b63c4549c95bd5519b982b4b02e3230
MD5sum: 69cdbf69919fa30c6780991ad90ec6a8
Description: debug symbols for postgresql-13-numeral
Build-Ids: 16e62626f85632e2976a447de00e6966f490d8ec
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 343
Depends: postgresql-13, libc6 (>= 2.38), libgdal37 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw_1.1.7-2.pgdg+1_arm64.deb
Size: 93436
SHA256: b6555ce44cadd08093581a72ed7f45158b82dc993463075c89255530767cbc8c
SHA1: 9f3fc50bbf18fb30edd0149553dd9928f445039e
MD5sum: 7e1e0b50c06c48b3959ee8ecdf74bfc2
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 201
Depends: postgresql-13-ogr-fdw (= 1.1.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw-dbgsym_1.1.7-2.pgdg+1_arm64.deb
Size: 146644
SHA256: 1d1cbe1ed22e87af45ee39b625274cd9cfa7b3c705a2a01ff9d4fae43bde25da
SHA1: 6e3d117170aa192667c8bdf7d8ef24229a60be87
MD5sum: 1b4591eebd26b694be558b22546efda3
Description: debug symbols for postgresql-13-ogr-fdw
Build-Ids: 54fbe9546defc3122d3dc0c5b1f03a68769d6602 bd699d0c9276d633bfa592323b37b8276431950f
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-orafce
Source: orafce
Version: 4.14.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1239
Depends: postgresql-13, libc6 (>= 2.38)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_4.14.6-1.pgdg+1_arm64.deb
Size: 375604
SHA256: 8ff64a3ad6b0435a923a3debd9049bf1f9d5839e6c1ea8bdff2d3ac8f7b1f4df
SHA1: c93b87d5058e245f7315d08f11ecdff2340f20dc
MD5sum: a55e56e9708284776665d3be3a684866
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 4.14.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 338
Depends: postgresql-13-orafce (= 4.14.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_4.14.6-1.pgdg+1_arm64.deb
Size: 285736
SHA256: 417a34925bbbe6f796a6af8c2927c811b5d6e9e3c748fef356669d2a6867227b
SHA1: a26a3accbd8ad25f649502a642d4790af6633a6e
MD5sum: a50ee7587fac147ad97c8b8b99f86f13
Description: debug symbols for postgresql-13-orafce
Build-Ids: 0255d7dd9b0795d8968ecc7e1efc86a17b71f648
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-periods
Source: postgresql-periods
Version: 1.2.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 592
Depends: postgresql-contrib-13, postgresql-13, libc6 (>= 2.38)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-13-periods_1.2.3-2.pgdg+1_arm64.deb
Size: 48636
SHA256: 3bed48a70bd992c3341ca7086520e470016c853db4282e7dfbb5d8a6aa8b46bd
SHA1: 7cf7869b68e31171af72e8627d73774bf5eed5a5
MD5sum: 3610089d8a926bf88afd539a618da96b
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-periods-dbgsym
Source: postgresql-periods
Version: 1.2.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-13-periods (= 1.2.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-13-periods-dbgsym_1.2.3-2.pgdg+1_arm64.deb
Size: 37012
SHA256: 54ad4d78b084d58753b516db00f939fa7a703e76bec02379877e979ae0ff4b59
SHA1: 8c261ef9448f1c95d0771d92e363ed26e9dc7fcb
MD5sum: e1795f8dfae3a304b366b9c965588118
Description: debug symbols for postgresql-13-periods
Build-Ids: c22902ec9664c724a3ab0a587b2e15270eb4e4c9
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pg-catcheck
Source: pg-catcheck
Version: 1.6.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-13, libc6 (>= 2.38), libpq5 (>= 9.2~beta3)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-13-pg-catcheck_1.6.0-2.pgdg+1_arm64.deb
Size: 33020
SHA256: 1ab7d5abad6ab84b9eac3cd2b0a27ed634ca96268396617ff496ec9318ca9b6c
SHA1: c5c0caf729317d04ece66d07cd289d612ccfcb13
MD5sum: 0075a234852faf6b4c6466d50cb533c3
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.6.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: postgresql-13-pg-catcheck (= 1.6.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-13-pg-catcheck-dbgsym_1.6.0-2.pgdg+1_arm64.deb
Size: 37652
SHA256: 73760bcd7d66453e8c58e5976709cc56a23137baa381ffe2d6aba20e973ed589
SHA1: 22ed8d9f13d76553e20a2f8e7ad1809eefd5fd3c
MD5sum: 13d1d2c5c7ceef31008d834f111e1525
Description: debug symbols for postgresql-13-pg-catcheck
Build-Ids: 0d4830300589443d3584e1ba23434e2a2de89080
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pg-checksums
Source: pg-checksums
Version: 1.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-13, libc6 (>= 2.38)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-13-pg-checksums_1.3-2.pgdg+1_arm64.deb
Size: 34908
SHA256: 5d51a029007e9944e6746820a3f9a5fb6c54a77774e82668a20d61edd9852128
SHA1: 45430fc35714d91da80c8e18e0ebf53926def152
MD5sum: 29dbcfcdd59f78b43cb2a171e0861655
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: postgresql-13-pg-checksums (= 1.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-13-pg-checksums-dbgsym_1.3-2.pgdg+1_arm64.deb
Size: 21744
SHA256: a76a9105116a70d37dcaf0a2cb96816098d819c65427a5b20dc1f60c01453ef7
SHA1: f94ea04912ddb4bf614b595a7bfd2162408050ff
MD5sum: 61452bc72b73dbb649ea66a872372a6c
Description: debug symbols for postgresql-13-pg-checksums
Build-Ids: 4741f3f1b417aa8ce57e172b705e31a0b1e4b7cc
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pg-crash
Source: pg-crash
Version: 0.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-13, libc6 (>= 2.38)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/cybertec-postgresql/pg_crash
Priority: optional
Section: database
Filename: pool/main/p/pg-crash/postgresql-13-pg-crash_0.3-2.pgdg+1_arm64.deb
Size: 13812
SHA256: 217241ee09cc8c55669957fc2da98fdd3cb8162a85055d4a50614c7428e8fb08
SHA1: ed65d503d65f860238971bd50f9a031f379eaffe
MD5sum: cfb819fdc6504fe1f3b755afd8cc9d58
Description: Periodically crash your PostgreSQL database
 If your database is too reliable - pg_crash can kill it for you. pg_crash is
 an extension to PostgreSQL that periodically crashes your database
 infrastructure by sending kill (or other) signals to your DB processes and
 make them fail. It is ideal for HA and failover testing.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pg-crash-dbgsym
Source: pg-crash
Version: 0.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-13-pg-crash (= 0.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-crash/postgresql-13-pg-crash-dbgsym_0.3-2.pgdg+1_arm64.deb
Size: 14784
SHA256: e518ab6bda97f919088992981b649a8d72fdf4c2e29c344725b5f40a203fecbf
SHA1: 5996b83ddc299537ab12084f89cebee4776ad660
MD5sum: 227ae64379e133027f38cb76a5eb49c0
Description: debug symbols for postgresql-13-pg-crash
Build-Ids: 3a15f6a76529f5c5ae5ae6edd58fab14615351ab
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pgextwlist
Source: pgextwlist
Version: 1.19-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-13, libc6 (>= 2.33)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-13-pgextwlist_1.19-2.pgdg+1_arm64.deb
Size: 29396
SHA256: 260aec2983777233891e8938afb38a6344b73598da5297e931f2f0cb4bc83f32
SHA1: 2855d8db138d9dc027d203d108ccf6d0d0c67fc0
MD5sum: 15912240cb8efb4a35495f622771c8df
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.19-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-13-pgextwlist (= 1.19-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-13-pgextwlist-dbgsym_1.19-2.pgdg+1_arm64.deb
Size: 54252
SHA256: 40d9bb780f42e965cfd9fd7274c6f6c3e8b00e87db81a310d98b77ee1e4a7120
SHA1: 3c04eba3ec6a1d9ff178d279041af32dfdc57cfc
MD5sum: e909315ede525d7f9b85121ce59ad7e2
Description: debug symbols for postgresql-13-pgextwlist
Build-Ids: 54a756a8b63b4117a4af6244111c3e726141ef73
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pg-gvm
Source: pg-gvm
Version: 22.6.11-1.pgdg+2
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-13, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-13-pg-gvm_22.6.11-1.pgdg+2_arm64.deb
Size: 19900
SHA256: 5b2f216d9d49240eb180f7cb230ca8c55e6d2c7e6ab93395fb9043b238390215
SHA1: bcdf0c1ada36d2fe8cba86f6be03306ab84c0ebd
MD5sum: f1f94779ff4e0d9d2bf3481b9cdd38b8
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.11-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-13-pg-gvm (= 22.6.11-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-13-pg-gvm-dbgsym_22.6.11-1.pgdg+2_arm64.deb
Size: 27468
SHA256: d81d1daf00ef79724436796df6d2c01c40b18448491038fb3cbe7dd31f43ace6
SHA1: 24d62f391c32a049a143e9455cc49e8c919f7e84
MD5sum: 08edfa494d7449db6eeaf6234efcecbd
Description: debug symbols for postgresql-13-pg-gvm
Build-Ids: 24a47f368fb68b08dc0b03889b07df15a6a7cc18
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pglogical
Source: pglogical
Version: 2.4.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1285
Depends: postgresql-13, libc6 (>= 2.38), libpq5 (>= 9.1~)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-13-pglogical_2.4.6-1.pgdg+1_arm64.deb
Size: 360676
SHA256: 49acbbf4f9e284a6ac577b9dbc62a38696e5ab7c4cf007f6ebc841daa788d5a8
SHA1: b88476d9c50cde2bb3c9429dd219d5b33f20a8bb
MD5sum: 34973fa099b9ec8990013587383fa74d
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pglogical-dbgsym
Source: pglogical
Version: 2.4.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 547
Depends: postgresql-13-pglogical (= 2.4.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-13-pglogical-dbgsym_2.4.6-1.pgdg+1_arm64.deb
Size: 421600
SHA256: 1dc2952512a5d1ea624a99078d7115b148d37f40dd22443510e5f578c66a2b7e
SHA1: ac097070a69225f7685f74eaf081f7095eae9b4b
MD5sum: 2fff101c1cb166098be715092b487305
Description: debug symbols for postgresql-13-pglogical
Build-Ids: 05fe1b2e03235b5ea0cd65a95245c4fe1f6d4d9c 8f107542c1023ffa6b44b2a768d7ab7162761192 a9ee323c09b582e3a34c56ba924d7baf2f1ae3d1
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pgmemcache
Source: pgmemcache
Version: 2.3.0-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 157
Depends: postgresql-13, libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-13-pgmemcache_2.3.0-15.pgdg+1_arm64.deb
Size: 46176
SHA256: 789fe083b1add34ab56343a739c9af0e012e7b5c14063e32cb0584b35f5b5966
SHA1: da679a43014bccdbc2652a300d273884f9315815
MD5sum: 9bcd1de2e624455252c78b166492255a
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-15.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-13-pgmemcache (= 2.3.0-15.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-13-pgmemcache-dbgsym_2.3.0-15.pgdg+1_arm64.deb
Size: 46756
SHA256: 4880fbd3cde9c7ac59efc06026d13114957f443d1ae731cd3cdc8ea3b28391c2
SHA1: fddc9b90eee366c0af90e273610c3bfa00957637
MD5sum: 7ca33f74eaa9ce27061cb833cc3ecb8b
Description: debug symbols for postgresql-13-pgmemcache
Build-Ids: 5de8beb56817c5d5f744dca22d3d3b4927c1fe31
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pgmp
Source: postgresql-pgmp
Version: 1.0.5-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 405
Depends: postgresql-13, libc6 (>= 2.38), libgmp10 (>= 2:6.3.0+dfsg)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-13-pgmp_1.0.5-4.pgdg+1_arm64.deb
Size: 102528
SHA256: 01e5978aeff4734629c09d4751d06e4c44e4cbd4ce973a727a4cd027011598ce
SHA1: be301e9bf587c0c863a2d62657f2594a80f7a4ff
MD5sum: 3b079a7c796a2d40869da99b5b6e62b8
Description: arbitrary precision integers and rationals for PostgreSQL 13
 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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.5-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-13-pgmp (= 1.0.5-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-13-pgmp-dbgsym_1.0.5-4.pgdg+1_arm64.deb
Size: 65664
SHA256: 2a5e60777d778630c56a51cedbd0459db9808c5b3797f5b80113cd64e398631d
SHA1: db626401494c55175e4cbbb5eef64a887478be12
MD5sum: 8f1f9e358bcf05b1707e212594c0c189
Description: debug symbols for postgresql-13-pgmp
Build-Ids: 0acdcba3de1ca529c8926e930bb4a3b5a3034f3f
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pgnodemx
Source: pgnodemx
Version: 1.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 248
Depends: postgresql-13, libc6 (>= 2.34)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/CrunchyData/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-13-pgnodemx_1.7-2.pgdg+1_arm64.deb
Size: 85812
SHA256: 442ca2a9dfeef8be77c32cc6ea711adc0c22996c818286ab925ea1aadb79d7b9
SHA1: 6d1411189c65b23f143b79410fcd1944e34c326f
MD5sum: b83e76a76596d5adea02fbf6ec8accce
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pgnodemx-dbgsym
Source: pgnodemx
Version: 1.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-13-pgnodemx (= 1.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-13-pgnodemx-dbgsym_1.7-2.pgdg+1_arm64.deb
Size: 74476
SHA256: 9cbcd42128a5963e85a23b9d691a8ba5af39f4f9f48839f2a4ca09696522125c
SHA1: 30d18aa545156c52e891b5b69a8a99836ab4b685
MD5sum: 1840a67f8e489e2fd6f81b8416fbdd9a
Description: debug symbols for postgresql-13-pgnodemx
Build-Ids: 0737f9ae72295dd0e50d5a6c888ec6dc6c700e39
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pgpcre
Source: pgpcre
Version: 0.20190509-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-13, libc6 (>= 2.17), libpcre2-8-0 (>= 10.22)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-13-pgpcre_0.20190509-9.pgdg+1_arm64.deb
Size: 18852
SHA256: feea5867fae24355cd4f351cd8fff35102b4e095cc247df61b18393da2aa141f
SHA1: 49fe4965a9ce998b18c32040c3123927a81d87e6
MD5sum: a647a84159e8d1424f4b3419ce80fbe8
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-13-pgpcre (= 0.20190509-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-13-pgpcre-dbgsym_0.20190509-9.pgdg+1_arm64.deb
Size: 15272
SHA256: 8f1ff3daa6cf1cc403e8718f3e7082ff4573d4e3e9e282bd48cb3850d62596cb
SHA1: 37c4f131a2247957d86549921178dac8a22d6bdd
MD5sum: 09e439e756c2ebe689cdb576faea1269
Description: debug symbols for postgresql-13-pgpcre
Build-Ids: 5b2181976f9dde803c9be2477f412222ddc3691c
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pg-permissions
Source: pg-permissions
Version: 1.4-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-13
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-13-pg-permissions_1.4-2.pgdg+1_all.deb
Size: 8652
SHA256: bff6cc3117bc27834dc80e6fff214bb20ff2d262a6c2b2ef771c6a38ee11f646
SHA1: a29fa47ce1ca3c9017c724c0d4307c82611c5619
MD5sum: 5a6f2bbd78cf8dbcaff2efdcc777a003
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pgpool2
Source: pgpool2
Version: 4.6.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 443
Depends: libpgpool2 (>= 4.6.3-3.pgdg+1), postgresql-13, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2_4.6.3-3.pgdg+1_arm64.deb
Size: 156004
SHA256: a04c0ccbe71f47b1608125a586b5c2a26014db13fb05b00ffaf41528dde210f0
SHA1: 3efbf5e8c0ddb53594a2bb12c0ce3d37f2998c4a
MD5sum: d5a9f74f04cbaab6b911e2c149d4de24
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 13 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-13-pgpool2 (= 4.6.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2-dbgsym_4.6.3-3.pgdg+1_arm64.deb
Size: 49640
SHA256: cf0eb9499c93341e2c82a1682eab3c7e0f2e78fbe7c97a74267fb792154c6d03
SHA1: e1e9923314eca0ceafb31923d596a1fd6cc0fec1
MD5sum: 65ac3bc727cff399723b877f689bea66
Description: debug symbols for postgresql-13-pgpool2
Build-Ids: 3197e5457a7a9ef998ce2b588bfbd9ce911e9d88 7eef448fdfa7cb8f63374cbd0dec56cb78f0a57c b143528df6ac56f16b8b7767d856a7dd9ebf9d27
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pgq3
Source: pgq
Version: 3.5.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2313
Depends: pgqd, postgresql-13, libc6 (>= 2.17)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-13-pgq3_3.5.1-2.pgdg+1_arm64.deb
Size: 126616
SHA256: 58b46e77ed803e18fdae264d8a28a2fb27592b5d3be0eeea6b348b9d3d127436
SHA1: 377f82affa94e97bcf14a9cdce9224ba8d4361bb
MD5sum: 4e39dcc4e290774dbaa94aceb80bf841
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pgq3-dbgsym
Source: pgq
Version: 3.5.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: postgresql-13-pgq3 (= 3.5.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-13-pgq3-dbgsym_3.5.1-2.pgdg+1_arm64.deb
Size: 74108
SHA256: f0adceae9111487963187f031e702c7a590267c59c7aae713fbc6da6320e071f
SHA1: 189d57ae2edd8f05f184e528ffc9d543e62339db
MD5sum: 3672eccb218e970bba57e3b4914e5562
Description: debug symbols for postgresql-13-pgq3
Build-Ids: 361726016a0605a996db7fc9f6495e65d01a5168 eacf358a1b664154c19073eaf7105952efa6ba17
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pgq-node
Source: pgq-node
Version: 3.5-8.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 539
Depends: postgresql-13, postgresql-13-pgq3
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-13-pgq-node_3.5-8.pgdg+1_all.deb
Size: 12936
SHA256: 56e7f25ebf8db502fc45e0f8a59fe1858fbada8fcb04df98946466a629857736
SHA1: 814cc4f578e8a710bf2049acb3724e9885e4c28d
MD5sum: 90b784677a7f0c0f94fa102b44a939dc
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pg-qualstats
Source: pg-qualstats
Version: 2.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 284
Depends: postgresql-13, libc6 (>= 2.17)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-13-pg-qualstats_2.1.2-2.pgdg+1_arm64.deb
Size: 60048
SHA256: c8b52803a81681ce44dec9a61d7fa79e9939273cc6424285ee540db32942858f
SHA1: 398ae696e5ca0cffda2542064208b0a371cf853b
MD5sum: d493968e9eec646e39f30aa7935edc31
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 78
Depends: postgresql-13-pg-qualstats (= 2.1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-13-pg-qualstats-dbgsym_2.1.2-2.pgdg+1_arm64.deb
Size: 60532
SHA256: de4c7e961b45c4d18b45b9041cad3eed04fb8a7c6b5d047f0cbf8aeb1ba94466
SHA1: fb307024a0a5166e0bfb7221438cc56d9f307e27
MD5sum: 2b81cd47dac99b1fbc5366c7b26452df
Description: debug symbols for postgresql-13-pg-qualstats
Build-Ids: e1348e37087f40da59a9f0ce6db21ff48257452c
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pgrouting
Source: pgrouting
Version: 3.8.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2999
Depends: postgresql-13-pgrouting-scripts (>= 3.8.0-2.pgdg+1), postgresql-13, postgresql-13-postgis, postgresql-13-postgis-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting_3.8.0-2.pgdg+1_arm64.deb
Size: 814820
SHA256: d9b5cc6ed748869d0e2120a75f5671896a66e76e73a4c372d157f9dfee278224
SHA1: 0a9d2eafd6b49c4e63d91560e127738ba81eed17
MD5sum: 3767ade9283f25aa0dfffd263a992493
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 13.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pgrouting-dbgsym
Source: pgrouting
Version: 3.8.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25507
Depends: postgresql-13-pgrouting (= 3.8.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-dbgsym_3.8.0-2.pgdg+1_arm64.deb
Size: 25608748
SHA256: d0c117e68202d73cde7dec2093e53777fc5331bf29f5342e05504f156cc6a44b
SHA1: 27bfd57fd63435dbb7f5d3201747a3e0e9642387
MD5sum: fe8fba1c9981a14c53b80f6c693241be
Description: debug symbols for postgresql-13-pgrouting
Build-Ids: 861a493facc8eed2e2aafdc7a49200608e0e84f4
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pgrouting-scripts
Source: pgrouting
Version: 3.8.0-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3928
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-scripts_3.8.0-2.pgdg+1_all.deb
Size: 65264
SHA256: 3c7edbd2e639a147251077df35d11aa637c75ec60e0c2e8324b268393501b26d
SHA1: ecb9735616deffd82ebfbb01354298d275091bdd
MD5sum: fcbd2c365da529366d2dc12c7ab206ac
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 13.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pg-rrule
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-13, libc6 (>= 2.17), libical3t64 (>= 3.0.0)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-13-pg-rrule_0.2.0+git20211101.d7d10f2-4.pgdg+1_arm64.deb
Size: 25108
SHA256: 5bfee401757714c032b56418f6c45c5a068a006f9d3f7c6eb0e6103cb2d94592
SHA1: 55323a42309e64a07fae997c01f8fd71c1067a75
MD5sum: 9f248a2e22d9db89b494156863035722
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pg-rrule-dbgsym
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-13-pg-rrule (= 0.2.0+git20211101.d7d10f2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-13-pg-rrule-dbgsym_0.2.0+git20211101.d7d10f2-4.pgdg+1_arm64.deb
Size: 20384
SHA256: da22e27507d850f0cbcc38ad7cb518a5e49a51a4c2bfdead265fd7011422464e
SHA1: 1cf29d9318ec6ed0e2364015bd455719c53633c5
MD5sum: 018cc34b4e95cd429ea6f1329213fd23
Description: debug symbols for postgresql-13-pg-rrule
Build-Ids: d9c2c82b01a7aac84ea81afff30ab4c35a177359
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-contrib-13, postgresql-13, libc6 (>= 2.38)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-13-pg-stat-kcache_2.3.1-1.pgdg+1_arm64.deb
Size: 38096
SHA256: a9f235c9229152e601432323b8085fe70b65bdeeba51c884a28884de98bc63d7
SHA1: 16c8b5909cdc71b65a753e004e2198aa01c6c363
MD5sum: f56564b0460b7f6020b1a0a01c9fcab8
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-13-pg-stat-kcache (= 2.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-13-pg-stat-kcache-dbgsym_2.3.1-1.pgdg+1_arm64.deb
Size: 39132
SHA256: e1fb60c4e40cd613a48ac7e404dd30c192df90cfdacc060202637c474d682d39
SHA1: f5068f3606f49376f4aae5bba1652dd5ad980bb2
MD5sum: a7faaff951d8950f56960b38fe4c0dd5
Description: debug symbols for postgresql-13-pg-stat-kcache
Build-Ids: 1a4040f791f5c4062ce934608ecce09c2c698063
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pgtap
Source: pgtap
Version: 1.3.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1812
Depends: postgresql-13
Recommends: libtap-harness-archive-perl, libtap-parser-sourcehandler-pgtap-perl, libtest-harness-perl, pgtap-doc
Provides: postgresql-pgtap
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-13-pgtap_1.3.4-1.pgdg+1_all.deb
Size: 63596
SHA256: 4ef0475dbbb2b6dceb0c0883da6e52a75f3320d557cad29bfccf9ba509ab9964
SHA1: 7dd55f6aff5493a3f3864594801ddd10a858a619
MD5sum: feeff2f4cec11c6a8792777216610e75
Description: Unit testing framework extension for PostgreSQL 13
 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 13.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pg-track-settings
Source: pg-track-settings
Version: 2.1.2-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-13
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-13-pg-track-settings_2.1.2-5.pgdg+1_all.deb
Size: 9972
SHA256: 238e13bdb708bfcea2c28b290612589d15fc9268e0b656907a22befdcae6d4a9
SHA1: 4e74327cc5a83c2cacf49a29eb0c2be22aa73c5a
MD5sum: 887736845caa516db434ae03405aaf0b
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pgtt
Source: pgtt
Version: 4.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 196
Depends: postgresql-13, libc6 (>= 2.17)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-13-pgtt_4.4-2.pgdg+1_arm64.deb
Size: 60152
SHA256: ea892ac0b9e6c68b49b2fdd97df3f861c65ed8167e3665cd17b7b6abe0c90a81
SHA1: 0402779fbfff8f9e0af1cb9d488a7723e950cc53
MD5sum: d6fca41089ea4e7b84cf12972afe2bcb
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pgtt-dbgsym
Source: pgtt
Version: 4.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 91
Depends: postgresql-13-pgtt (= 4.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-13-pgtt-dbgsym_4.4-2.pgdg+1_arm64.deb
Size: 74856
SHA256: b2250187c53f12e9396dd37b73c23a854ad589ffee93e7909cc49cec9e6107e2
SHA1: 4400874e57cdf9fd6fcb2cf1e364552b076c77ba
MD5sum: d6c61cf3b0e69bdda53556c0da669ecf
Description: debug symbols for postgresql-13-pgtt
Build-Ids: 109b2246220e5af49f631ca0a9ffe25d6926bb29
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pgvector
Source: pgvector
Version: 0.8.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 706
Depends: postgresql-13, libc6 (>= 2.38)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-13-pgvector_0.8.1-2.pgdg+1_arm64.deb
Size: 251212
SHA256: 841ff8bbb26dddfb6b0d6ee47f4b8a0672330bb233947d53991eba457bfd0ee4
SHA1: be84050adc0fa0a8678667a76066697496175445
MD5sum: 1723692ac78f236b5acca0f96a2180ce
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pgvector-dbgsym
Source: pgvector
Version: 0.8.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 322
Depends: postgresql-13-pgvector (= 0.8.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-13-pgvector-dbgsym_0.8.1-2.pgdg+1_arm64.deb
Size: 289628
SHA256: 004176666ef2bc071589fde8339269f343da8c96619c44d50f5001f132d35c33
SHA1: c26c52523cc3817955a9bb4b2c287c4221cdc55c
MD5sum: 0e920266eb3759ed5ad598b831449dd8
Description: debug symbols for postgresql-13-pgvector
Build-Ids: a7a097fa40bb6472afb8e78ea1185aa7c8076e74
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.9-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-13, libc6 (>= 2.17)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-13-pg-wait-sampling_1.1.9-2.pgdg+1_arm64.deb
Size: 38844
SHA256: c45bf644d0625c0b9be9cba77034a719f56a61aae629e5b8b3300c2d6fa9e7c7
SHA1: f468998193c6ec4b584564dc631e05787a6f45be
MD5sum: 11dc65d3422af54c6be264894dd8aff5
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.9-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-13-pg-wait-sampling (= 1.1.9-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-13-pg-wait-sampling-dbgsym_1.1.9-2.pgdg+1_arm64.deb
Size: 51748
SHA256: 4ff1083075a961acd8e05d432b55c4ff2334ee2ef34a79563a1e24da4ce06743
SHA1: 20a30d7f8a1cbb8776212a15ebb500b1680e2e7b
MD5sum: cbaa6a33df983ec2c5e59af64f28df06
Description: debug symbols for postgresql-13-pg-wait-sampling
Build-Ids: d913abffd8b05baf916b2ba18719ed1bf8f36116
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pldebugger
Source: pldebugger
Version: 1:1.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 206
Depends: postgresql-13, libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-13-pldebugger_1.9-1.pgdg+1_arm64.deb
Size: 72644
SHA256: fde8686b448dda09ad6d6fa17f6b1e47f2856a35bb2b78a0bdf52205508f2cdf
SHA1: 61218405be237113ce4f260d4b5edcd33e7faa24
MD5sum: ce470c14b2f3b697bb66420aab147dfd
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: postgresql-13-pldebugger (= 1:1.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-13-pldebugger-dbgsym_1.9-1.pgdg+1_arm64.deb
Size: 92804
SHA256: 473f8577bdda1769a6a4b067f542886765c5a35a9b7f6da325961648aa542629
SHA1: 537a34bd1ca7318d253a9f073d1755cbde04b788
MD5sum: 53543169b5dfdee860b7d2df000cc783
Description: debug symbols for postgresql-13-pldebugger
Build-Ids: c5b99fc07cea79cc1d74032ced82c2c711417e2a
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pllua
Source: postgresql-pllua
Version: 1:2.0.12-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 995
Depends: postgresql-contrib-13, postgresql-13, libc6 (>= 2.38), liblua5.3-0
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-13-pllua_2.0.12-6.pgdg+1_arm64.deb
Size: 355296
SHA256: a7bfed9fda1a354d38737d0288e709230d6562568f24169c323ff5947cf4a1e3
SHA1: b1152dc833c1f2d3169929ed7406d121399685cb
MD5sum: b7b126abc57d0bad0c57c319ca4d7517
Description: Lua procedural language for PostgreSQL 13
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 355
Depends: postgresql-13-pllua (= 1:2.0.12-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-13-pllua-dbgsym_2.0.12-6.pgdg+1_arm64.deb
Size: 308568
SHA256: 3bd47559c60696846e539b24ac74e2c18c8a51019f6d9af675edf802ee725dc3
SHA1: 4ccd6acbe7b23c25eb83775d1afd89e27de94de0
MD5sum: d41df4ea56e85ba6f1c901d15e21d288
Description: debug symbols for postgresql-13-pllua
Build-Ids: 5b0f5ab58ade65a2ae1bfdfcc6f30e94b225432c 63a09cbcdc00961425bf80cd5ed63901c88470a0
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-plprofiler
Source: plprofiler
Version: 4.2.5-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: postgresql-13, libc6 (>= 2.17)
Recommends: plprofiler
Breaks: postgresql-13-jit-llvm (<< 19)
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-13-plprofiler_4.2.5-4.pgdg+1_arm64.deb
Size: 45812
SHA256: b2b8f0eb617b710da40de329141d2c66ca629b06ebf31141e3fc96034040f370
SHA1: 36cbc2c79af9ed54c5f5fb7c2b8a5c12d5a8d064
MD5sum: acac471303ad617018e3e5aa1563c918
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.5-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-13-plprofiler (= 4.2.5-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-13-plprofiler-dbgsym_4.2.5-4.pgdg+1_arm64.deb
Size: 55196
SHA256: 300aa76601f18220290c4f1953dd9f8f7d5ae0d959afbf360737f14f7c0378e7
SHA1: 1ca4fc6a11851af32aa115545e39b8269d03382c
MD5sum: 2582bf1a8894b0c4cbcb27bf78cd601c
Description: debug symbols for postgresql-13-plprofiler
Build-Ids: 98b6919d094dbfafa1f2d70becbc7e9c01b5a85b
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-plproxy
Source: postgresql-plproxy
Version: 2.11.0-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 351
Depends: postgresql-13, libc6 (>= 2.38), libpq5
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://plproxy.github.io/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-13-plproxy_2.11.0-13.pgdg+1_arm64.deb
Size: 135556
SHA256: 0ff510b31aaabb9c17187d0b303dfa3c8bb64014dd2229f802988c9ec8b35ef3
SHA1: d74d20a71f40423f18b2ab9df867772206b70ed7
MD5sum: 6d5bd4b005b233a964c36f029b5bf715
Description: database partitioning system for PostgreSQL 13
 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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.11.0-13.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-13-plproxy (= 2.11.0-13.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-13-plproxy-dbgsym_2.11.0-13.pgdg+1_arm64.deb
Size: 113400
SHA256: 768320630bc15452a9e81532e3f6f111c5c53bef434ed44bbbd4e0069352a082
SHA1: 73068f3da462716b1c7f63001994e271323283f9
MD5sum: 43448076122baab9b12a26005551f6c4
Description: debug symbols for postgresql-13-plproxy
Build-Ids: a149ac68c3e9ec10b217becd051c0deaee776600
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-plr
Source: plr
Version: 1:8.4.8-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Depends: r-base-core (>= 2.10), postgresql-13, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-13-jit-llvm (<< 19)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-13-plr_8.4.8-2.pgdg+1_arm64.deb
Size: 136968
SHA256: 41df4e89e5a614da47b025c7b726b310e2e4d18298c45aa69f8d799d5acde517
SHA1: b3651d818da2386ed03ddd204d5d6b26dac82688
MD5sum: a88ffbabdc78ccc2556a0a0a543b502c
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-plr-dbgsym
Source: plr
Version: 1:8.4.8-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-13-plr (= 1:8.4.8-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-13-plr-dbgsym_8.4.8-2.pgdg+1_arm64.deb
Size: 127392
SHA256: cdcef7513887a0f066300b33bb3cd069635e26ebfa3989e457e176510ac3b84e
SHA1: 47aec1b24255f58de50bddb5688c398e3e89b34a
MD5sum: 4265e3ee7dc0767be82714e48ac4dc9c
Description: debug symbols for postgresql-13-plr
Build-Ids: c8075bdb30e781daad6fa8073167832988845d79
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-plsh
Source: postgresql-plsh
Version: 1.20220917-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-13, libc6 (>= 2.38)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/petere/plsh
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-13-plsh_1.20220917-4.pgdg+1_arm64.deb
Size: 28360
SHA256: 4871c46c6fc201a90b667db11604b21e04fc019edcfd39e2f4bbe9c2d5314e17
SHA1: 11c4ac6808aeeeb606627c4598a42e4aaea6cbd2
MD5sum: f99cf37d0ec4a1832f099b5d6581b1de
Description: PL/sh procedural language for PostgreSQL 13
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in a shell of his choice.  You need this package
 if you have any PostgreSQL 13 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20220917-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-13-plsh (= 1.20220917-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-13-plsh-dbgsym_1.20220917-4.pgdg+1_arm64.deb
Size: 43632
SHA256: d1478ec6e8b986feb7f2205e20494abc03c810f80398a9421523ac008de8620c
SHA1: 8bdfee5fc803eed1832001563063912cacb64ee3
MD5sum: 501294ed6c42ec699dacf808a5a49bea
Description: debug symbols for postgresql-13-plsh
Build-Ids: 2320e5eabde6bea74652bfc8d69ac82604e3c06f
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.6.0+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9885
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal37 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-13-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.6.0+dfsg-2.pgdg+1_arm64.deb
Size: 3417936
SHA256: 45737414dd84c96f0201a45f54a97437be559e7cfb1193497da1034ab52a4fef
SHA1: 36f21d5c74fd6ec681325b17a9c6ef0534f00332
MD5sum: 5ec511cb352408eef25553937835b67e
Description: Geographic objects support for PostgreSQL 13
 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".
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis
Version: 3.6.0+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4672
Depends: postgresql-13-postgis-3 (= 3.6.0+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.6.0+dfsg-2.pgdg+1_arm64.deb
Size: 4098980
SHA256: 7c14c16afbe5ba02a78303f937b2070afae2351265fcbde82b8cad1d6c52a595
SHA1: 906d979f3bef3cfd814957cf6533d24737e396a3
MD5sum: f6ae95b5eeca84eb6ab355c6cac70d63
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 0aa87e62e25e42c5023f8c228691a65e2c5d467f 142f10ca760a48216639524c7a8684c64dcbeabc 1ec1a8fcda8d954331e0504b9761f0b821be2a4b a626fcb468f0925de187e52d42f8d87229dedbaa eb6d57fc3fa66da460f9f429a4633f0a87b641b9
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.6.0+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38973
Recommends: postgresql-13-postgis-3
Provides: postgresql-13-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.6.0+dfsg-2.pgdg+1_all.deb
Size: 1296776
SHA256: c0c7b8a1fdf663ee3ee4469c711aa91137f2ed71e58c8e3f9985bb922d50115d
SHA1: 0d41e7017db08df9e7c2e968ca8ab5274bca6cb1
MD5sum: 7bd6f6d1b9fd873c2f9606178e197f36
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-prefix
Source: prefix
Version: 1.2.10-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 147
Depends: postgresql-13, libc6 (>= 2.17)
Breaks: postgresql-13-jit-llvm (<< 19)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-13-prefix_1.2.10-4.pgdg+1_arm64.deb
Size: 42168
SHA256: 01fea6880aff73ca1ce8cb93a5aef94e3dc7485194ead3852c378db9a1f57a0f
SHA1: 212c54fbeedb8c818583f4a8b484ed352dda5566
MD5sum: ba49cf241be25dd9ce23904bf7cdad98
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-prefix-dbgsym
Source: prefix
Version: 1.2.10-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-13-prefix (= 1.2.10-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-13-prefix-dbgsym_1.2.10-4.pgdg+1_arm64.deb
Size: 43544
SHA256: fefe1f010e3cdda14751a7ea79d94adec6bc42efdaed72c8dee4854958530510
SHA1: 36f24d96075386ca704c6561414f9b91d443d757
MD5sum: 386dec4ff8858815dc3d65d5a83d36d3
Description: debug symbols for postgresql-13-prefix
Build-Ids: af544c1e1c1954044e6484d3bcf8e27a28d0ad87
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-prioritize
Source: postgresql-prioritize
Version: 1.0.4-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: postgresql-13, libc6 (>= 2.17)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-13-prioritize_1.0.4-13.pgdg+1_arm64.deb
Size: 12052
SHA256: df83010fe1a3237aaf552cbdf8c98e3fb14fd55f6220f2bb76e11a88514f3195
SHA1: a8e1f29038653b620f8bf245c0c7655a603ae1c3
MD5sum: 23bafd1ec3fca95e987956095d3f59da
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-13.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-13-prioritize (= 1.0.4-13.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-13-prioritize-dbgsym_1.0.4-13.pgdg+1_arm64.deb
Size: 12136
SHA256: 08cb819e3b56d9f348cfe76e5679828e46f5680c276173267f84bfa03242359e
SHA1: 4dde92730859c7012269246d70247c8b15deb4b6
MD5sum: ed12f14f6fb49d3b5195cc14c3fd8d2d
Description: debug symbols for postgresql-13-prioritize
Build-Ids: a8cf2527fc593b121613df6f5797523941e059af
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-q3c
Source: postgresql-q3c
Version: 2.0.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3487
Depends: postgresql-13, libc6 (>= 2.38)
Breaks: postgresql-13-jit-llvm (<< 19)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-13-q3c_2.0.1-5.pgdg+1_arm64.deb
Size: 161556
SHA256: da88c54428db7f3825109ba3ff3b4a0992d91657513cdf1536df86db7773f9ba
SHA1: 195f2271dad6f990b19e1c7fef20710db32ec551
MD5sum: fa61a9e278993cd642a369b376641831
Description: PostgreSQL 13 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-13-q3c (= 2.0.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-13-q3c-dbgsym_2.0.1-5.pgdg+1_arm64.deb
Size: 85956
SHA256: 99652979c0628bca86fdc322f80dc4d1272c43eceb58571ee5dfe4c14ff4061a
SHA1: ec836a6809c359f174127f7920393f4eda8d43d8
MD5sum: 4d96ffc09beb0dd4b7ecbe8a5796f6ea
Description: debug symbols for postgresql-13-q3c
Build-Ids: 1929108534d5756cf486b68ddbb037dcc14d3ef3
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-rational
Source: pg-rational
Version: 0.0.2-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-13, libc6 (>= 2.38)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-13-rational_0.0.2-8.pgdg+1_arm64.deb
Size: 25164
SHA256: be8e0aa2b1d9ac1a8b199b42e428a2f11c2d5e5749efcb6b500a84e647d842e8
SHA1: b8b5fea235c914543691cbd7cb6584c9e4b36123
MD5sum: f5c8103c3f960f4be6dad1a621d065b6
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-rational-dbgsym
Source: pg-rational
Version: 0.0.2-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-13-rational (= 0.0.2-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-13-rational-dbgsym_0.0.2-8.pgdg+1_arm64.deb
Size: 19684
SHA256: ff5e973a099310e1ff8bc1494e96c46e9e4b0a9b4ad0cedcaacccfb7ad04e9c9
SHA1: 5237653735dd20cc04fd7d3aa0741b96f6ee14f6
MD5sum: fdb666ec6337ad5fe6c4b80268b4f311
Description: debug symbols for postgresql-13-rational
Build-Ids: 32b23bcdb511ac0e945ea82908021a9585d37c18
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-rdkit
Source: rdkit
Version: 202503.6-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 669
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.6), libstdc++6 (>= 13.1), postgresql-13
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-13-rdkit_202503.6-2.pgdg+1_arm64.deb
Size: 251120
SHA256: 38580c3a9bbc5579a0c35593ded2305604bb4799c05d95b533775c87295b8082
SHA1: c14ad27ce893caa24eb591e8998840e66cdfae91
MD5sum: 65761a1ca9cf825f5f39fa5c9802fadf
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-rdkit-dbgsym
Source: rdkit
Version: 202503.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1214
Depends: postgresql-13-rdkit (= 202503.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-13-rdkit-dbgsym_202503.6-2.pgdg+1_arm64.deb
Size: 1148660
SHA256: eb2cd293662c753b76347e07d46f71e16c5d507d42ba59618674f7d0cfe66dc5
SHA1: 6a0b9ca8bfc0db9920be071284c5fdfcb6cff7bc
MD5sum: b181573ceab42eef730b799e35985b51
Description: debug symbols for postgresql-13-rdkit
Build-Ids: a83d3d0517cb7be4e4c836507021485aa40f9e55
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-repack
Source: pg-repack
Version: 1.5.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 309
Depends: postgresql-13, libc6 (>= 2.38), libpq5 (>= 9.0~)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-13-repack_1.5.2-2.pgdg+1_arm64.deb
Size: 101364
SHA256: 041d77888d3a00e1332572688caed7e2566034e8dfeb607e3e6a51e41b7f7525
SHA1: 09bdc487ad2fbe6259d575ff06b2cc4a5f69a85f
MD5sum: b8bdac58546fc7dea3b1c53687ae9178
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 13.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-repack-dbgsym
Source: pg-repack
Version: 1.5.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 251
Depends: postgresql-13-repack (= 1.5.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-13-repack-dbgsym_1.5.2-2.pgdg+1_arm64.deb
Size: 117068
SHA256: 3ea558f672f9eeb6d8f030d604acecf734c018e85585b712646dd6e3e3cd7e2d
SHA1: 45b19485ceb12b34ea6f1f5e0b9fd421b2d90eb8
MD5sum: 50c6aba4c76d41fb9828fe05d2fa8bdd
Description: debug symbols for postgresql-13-repack
Build-Ids: 3edfebdf29f991088f94f4810cc631d92e10ca16 93563dc25da9626b47112cf708c5a5b0794249c7
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-repmgr
Source: repmgr
Version: 5.5.0+debpgdg-2.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1120
Depends: repmgr-common (>= 5.5.0+debpgdg-2.pgdg+1), postgresql-13, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-13-repmgr_5.5.0+debpgdg-2.pgdg+1_arm64.deb
Size: 225796
SHA256: e0d2259a5a99b3c1eace7863e78994bdd8b30edeb7fdf5671acb7415f2e67edf
SHA1: 8c719dbecadb75ce53a6a8dc522f2a7d116497b8
MD5sum: ef593eddf8b8f0ef4d3e0a0c0ed51e97
Description: replication manager for PostgreSQL 13
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 13.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-repmgr-dbgsym
Source: repmgr
Version: 5.5.0+debpgdg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1449
Depends: postgresql-13-repmgr (= 5.5.0+debpgdg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-13-repmgr-dbgsym_5.5.0+debpgdg-2.pgdg+1_arm64.deb
Size: 604464
SHA256: 5c689fd0fecdb9850f0e076fb25195e731b12872b81b4c7ed7b52cafda148df3
SHA1: 129e4b92b7c4b6e1abb5460ba6b57f47a606c67e
MD5sum: 91f5ed9469208bbdd7593ab6b604d2bc
Description: debug symbols for postgresql-13-repmgr
Build-Ids: 335b4c8f61446ca765f2901bbde378839ada942a 4965056ba3b128e38259adbd7755a9cf7e1998cb 541f8ffc6475d171d351adcc8c9081e4e25a923c
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1004
Depends: postgresql-13, libc6 (>= 2.38)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-13-roaringbitmap_0.5.5-2.pgdg+1_arm64.deb
Size: 402840
SHA256: fadc1e431ebbffa048972c50bc6c25d4fdb008206699235f1cbcc726e80ea240
SHA1: 56bce969b984fb640765edffabd42bbd3380b42f
MD5sum: 003a043fdc2959d3ae7c665ccfae4ff4
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 527
Depends: postgresql-13-roaringbitmap (= 0.5.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-13-roaringbitmap-dbgsym_0.5.5-2.pgdg+1_arm64.deb
Size: 489804
SHA256: bcdf17c13d9ee48bb5425a1d874f88f2fd047521deb347e703f320ce345c91a3
SHA1: c74fb41f16b0cf5c4d22243c126f6cab18badd26
MD5sum: c114083d3889176e67ab632b74ab7bbc
Description: debug symbols for postgresql-13-roaringbitmap
Build-Ids: 184be615d17463a3250dbd1097ed7acefa2ddffe
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-semver
Source: postgresql-semver
Version: 0.40.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 178
Depends: postgresql-13, libc6 (>= 2.38)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-13-semver_0.40.0-3.pgdg+1_arm64.deb
Size: 39900
SHA256: 8c6739f31e175ed42ac7f48e875c3f848c6d784d11bdb4c492afb382ed9ad620
SHA1: 1de4868c0a032c9c36bb585eb99e8d4bad085b3f
MD5sum: ae6fde65f81c27e32e37b52d87684625
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-semver-dbgsym
Source: postgresql-semver
Version: 0.40.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-13-semver (= 0.40.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-13-semver-dbgsym_0.40.0-3.pgdg+1_arm64.deb
Size: 20356
SHA256: 205d165431c21f6e128f5c8a3fedb99e08577c28f71ff5ff3f67e2bf59ba3d95
SHA1: 7124fef397f186084a57878cf639ae66fcbb6af3
MD5sum: ba6b2fce7f6c798a4ad2dcaabfb58255
Description: debug symbols for postgresql-13-semver
Build-Ids: 4bbcdfdce7115ca2ecdd732a38c11781f9680603
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-set-user
Source: postgresql-set-user
Version: 4.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-13, libc6 (>= 2.17)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-13-set-user_4.2.0-1.pgdg+1_arm64.deb
Size: 35576
SHA256: d19699e6d7350a51b79f6d8f6deb524661675a860c238463111cb94dc618268c
SHA1: 74bd1a860f797844b76cd1eb9df541a83b1531ae
MD5sum: ff921aed6ad83d56c26d2f2f4aa16704
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-set-user-dbgsym
Source: postgresql-set-user
Version: 4.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-13-set-user (= 4.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-13-set-user-dbgsym_4.2.0-1.pgdg+1_arm64.deb
Size: 39044
SHA256: 2944fbe1bd4fdf068d456297c5c9372dd031cb0b58dfbb624b9fdd4b1f48be1e
SHA1: a540725712dbdb73789344c8d37540690cac3ab9
MD5sum: 2b1af5cd35361181ac7ce171e551a689
Description: debug symbols for postgresql-13-set-user
Build-Ids: ba275f7b4865fc06fe0ebd8f48d62dd8ac478d78
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-similarity
Source: pg-similarity
Version: 1.0-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 377
Depends: postgresql-13, libc6 (>= 2.17)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-13-similarity_1.0-9.pgdg+1_arm64.deb
Size: 99684
SHA256: a082fba9b5eef202d946cc6dc3c9244467e9dd5187ae2c8391d49b01731a5a20
SHA1: cf4fc2a2bf2e8080523f8719355477a13559064e
MD5sum: 70c664aa5e7d892b757b6d82fbd933ca
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-similarity-dbgsym
Source: pg-similarity
Version: 1.0-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-13-similarity (= 1.0-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-13-similarity-dbgsym_1.0-9.pgdg+1_arm64.deb
Size: 62052
SHA256: dff172743af178236c35f707b906cf96ed657b840b4e895b43d479a30606bca3
SHA1: f55e02ae0d6c8c3fadefabf5a0dd7553c3e5472f
MD5sum: 9841b2bdb24b1498e67a999af2a7b2d7
Description: debug symbols for postgresql-13-similarity
Build-Ids: a115da53e176228f78721e884346668187a8300d
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-snakeoil
Source: pg-snakeoil
Version: 1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-13, libc6 (>= 2.17), libclamav12 (>= 1.2.1)
Recommends: clamav-freshclam | clamav-data
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-13-snakeoil_1.4-3.pgdg+1_arm64.deb
Size: 17320
SHA256: 316d9106655e03f45f6896286495aae171f79cdf15789b5c43c68f0d142ecf0e
SHA1: ec6bc0ccef7a56b2bac2a24bf9c7b13c71265ff6
MD5sum: e87bf277da8d95354663d45b947b41cb
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-13-snakeoil (= 1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-13-snakeoil-dbgsym_1.4-3.pgdg+1_arm64.deb
Size: 14704
SHA256: bb8417bf7276ce168c2c8f856f1ccadf69d7eeb18621cc665e1e410abefa9a11
SHA1: fd8f2a1fc85b14704761c0c8e77369c24c17854c
MD5sum: 711a82efbc06499b53679cea163351ca
Description: debug symbols for postgresql-13-snakeoil
Build-Ids: eda0c5327183ac6ce25d6a5c33b4eec1f08a32db
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-squeeze
Source: pg-squeeze
Version: 1.9.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 345
Depends: postgresql-13, libc6 (>= 2.38)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-13-squeeze_1.9.1-2.pgdg+1_arm64.deb
Size: 123400
SHA256: 58dde45f6b45588ab03bc76f4968dea3c6d21e389303ad028dd17e795ee58c72
SHA1: 123e14922539f589c31779ac8f3fed8b9bd513ab
MD5sum: 84f7726bc96081c735974dd237776bcc
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-squeeze-dbgsym
Source: pg-squeeze
Version: 1.9.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: postgresql-13-squeeze (= 1.9.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-13-squeeze-dbgsym_1.9.1-2.pgdg+1_arm64.deb
Size: 140756
SHA256: 61eee812b3fca280f5c43a53c9078a7a567775ce4eef60c5bfc366e32a893416
SHA1: edf5c808bb560d09a48707f0cdf8d13bc6733c6d
MD5sum: ff071c4dff303848a67b4c9611c934ae
Description: debug symbols for postgresql-13-squeeze
Build-Ids: e38e8475cebdf3becdade94a881012f7870ef07a
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-tablelog
Source: tablelog
Version: 0.6.4-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: postgresql-13, libc6 (>= 2.38)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-13-tablelog_0.6.4-4.pgdg+1_arm64.deb
Size: 46152
SHA256: b8a145e3e3d95ffcb1c3c0f7b176a73ec4e4e2edfbf0f4cff95a5966e98126b0
SHA1: dfe4e7a5d249524238c2f5413b5dbf0c57c502f5
MD5sum: db31fbd8e747b9ab7d9473283f39d243
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-tablelog-dbgsym
Source: tablelog
Version: 0.6.4-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-13-tablelog (= 0.6.4-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-13-tablelog-dbgsym_0.6.4-4.pgdg+1_arm64.deb
Size: 39748
SHA256: 3399300dd3a78479e6a73c0621aafa9986e207fec1aa43a391398a593343748b
SHA1: a7dcf4f64b8f285aa4e330c4567cb754ddddc76c
MD5sum: 69d998c6679482bf43dc5cbc5aebdebc
Description: debug symbols for postgresql-13-tablelog
Build-Ids: 0fd99951057cff1638a2ec7f2795e74eb67b30ab
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-tdigest
Source: tdigest
Version: 1.4.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-13, libc6 (>= 2.38)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-13-tdigest_1.4.3-2.pgdg+1_arm64.deb
Size: 63752
SHA256: 41a97f141e9a9bbf4f1b3679a92f47d3cc22d11e55b556ea65d9ae80ee4dfd70
SHA1: 6d554ca8cda0d97b8f49f79d8b85a5dcf43fb567
MD5sum: 984b77c6075fa18d07a8c8cff6f977b6
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-tdigest-dbgsym
Source: tdigest
Version: 1.4.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-13-tdigest (= 1.4.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-13-tdigest-dbgsym_1.4.3-2.pgdg+1_arm64.deb
Size: 49920
SHA256: bc8d32ae0d1c1cbec3aabc5ffc7645df0d408859e94eeb237740e628da1bb2fd
SHA1: c0edbae73bb073848bc4e4d24f2450ed42b7e2d5
MD5sum: c2af1e80113aa0154e7d76c32df2e6a8
Description: debug symbols for postgresql-13-tdigest
Build-Ids: 9e3ba5a8224224871420c73f77b31c036c1ad5b5
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-tds-fdw
Source: tds-fdw
Version: 2.0.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 308
Depends: postgresql-13, libc6 (>= 2.38), libsybdb5 (>= 0.91)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-13-tds-fdw_2.0.5-1.pgdg+1_arm64.deb
Size: 115352
SHA256: 23af6b0442bde428d84d1317dad5c46aeebb76d4e419963d90111990e9009225
SHA1: 3a8359fab012d0329af0f0ae36221cc77a3d0c76
MD5sum: 2345de1f83e673b710ffe0f0feaec3aa
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 153
Depends: postgresql-13-tds-fdw (= 2.0.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-13-tds-fdw-dbgsym_2.0.5-1.pgdg+1_arm64.deb
Size: 135728
SHA256: 88f80f207d60e8094bac7d4fd6d8147fd0e873bf73ea89143d433f2a34afb4c7
SHA1: 9dd00ee5a1d034f02b74a21a8faee4956ffd713c
MD5sum: 47db66d3a3ecbfe65eb4c6505556be03
Description: debug symbols for postgresql-13-tds-fdw
Build-Ids: a4e52b9e5860bcae9c9933f3cc172ed456fcd10f
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-toastinfo
Source: toastinfo
Version: 1.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-13, libc6 (>= 2.17)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-13-toastinfo_1.5-3.pgdg+1_arm64.deb
Size: 12388
SHA256: 6ea86eb0afbcb040e0b8256c25cb50a5e0e8f7d0f4a594b55b649f30355924f8
SHA1: dd70cdd5d4c2dcda4093d0fc2d2294a468e5ac7b
MD5sum: 2de619c8a201e354e4a73a3e2b715a95
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-toastinfo-dbgsym
Source: toastinfo
Version: 1.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-13-toastinfo (= 1.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-13-toastinfo-dbgsym_1.5-3.pgdg+1_arm64.deb
Size: 10772
SHA256: 8a50c5c9c171e0d1da302701424f7df18f1a2190a823aa75928e04a1a6fef4c6
SHA1: 1a29bf0f9cf8624ac62cfa74a56c630283b7aa78
MD5sum: 41e487bffe2b8f4c7729a105f3b23e3d
Description: debug symbols for postgresql-13-toastinfo
Build-Ids: 2ffe7b327d5e2c69a382087fdb059a5510886747
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-unit
Source: postgresql-unit
Version: 7.10-2.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 687
Depends: postgresql-13, libc6 (>= 2.38)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-13-unit_7.10-2.pgdg+1_arm64.deb
Size: 162320
SHA256: 67137fe29443fda194a7b650ee7df4ed04baba9334534549bbb3c5ef698cfa88
SHA1: 4dfc6f13887ea725f10c3110c98dc7b91616cce8
MD5sum: 10b3d2dee08e64745a75789eae13ade2
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-unit-dbgsym
Source: postgresql-unit
Version: 7.10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 81
Depends: postgresql-13-unit (= 7.10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-13-unit-dbgsym_7.10-2.pgdg+1_arm64.deb
Size: 58768
SHA256: dc06a7b701a3a0c8d8bf8654f936496fbe2855289d00f103024d101234fc187e
SHA1: 7b0cab60cebd5d58b16f1adc2df94e8ba36b23e4
MD5sum: 4716c864697429a4309c125bbc791113
Description: debug symbols for postgresql-13-unit
Build-Ids: 7f6c9ffc9a7eedf89cebf01594c97c62916bd258
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-wal2json
Source: wal2json
Version: 2.6-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-13, libc6 (>= 2.38)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-13-wal2json_2.6-3.pgdg+1_arm64.deb
Size: 56084
SHA256: c7d8edae00d99abac342e7ad5b1a5855a35e61317bf35042b5e0d65503c8fc9a
SHA1: 5a3846fca6d0a285caf0132065fe5ba40c15d5da
MD5sum: 60bc66a531cc520fab8391dd39a6bc14
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-13-wal2json-dbgsym
Source: wal2json
Version: 2.6-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-13-wal2json (= 2.6-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-13-wal2json-dbgsym_2.6-3.pgdg+1_arm64.deb
Size: 60684
SHA256: 23db7da89c82790a30692f2154562c4a0ac4be497e79475f5e7d8b91b2e6e57c
SHA1: a9bfd0d3c3289eb73d8370437689249f6819f037
MD5sum: a7b9ca7c5880ae3b2a746a0c50cfa0da
Description: debug symbols for postgresql-13-wal2json
Build-Ids: 75e31d7b4e2aab8d4674569624630d380883d81a
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14
Version: 14.19-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54550
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 229~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), libllvm19 (>= 1:19.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-14-jit-llvm (= 19), postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-14_14.19-1.pgdg+2_arm64.deb
Size: 15434292
SHA256: ff6376751c567f0b5b35a8045a3e4141db9b682a4835576412f14a63a81bfc44
SHA1: 83a99295a1c09b510c05064d06d350567a65e026
MD5sum: e45c3cbdbb3bc516d4f5b86fd5b4d3ff
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 14.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202107181
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-asn1oid
Source: pgsql-asn1oid
Version: 1.6-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-14-asn1oid_1.6-3.pgdg+1_arm64.deb
Size: 13364
SHA256: f94a8b2a62f998535049988eaab50c6861652cde3b9498cf1ffb42531b2fc49e
SHA1: cf700bc43cd0b2e6da65cc5a8cb19247f1365a12
MD5sum: d4313358e1f19c613815e16197b9c9d6
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 14.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.6-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-14-asn1oid (= 1.6-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-14-asn1oid-dbgsym_1.6-3.pgdg+1_arm64.deb
Size: 8192
SHA256: 74f2527dad69007fda8d153267cf8e4f66bb7b93458508eac688e450a39b035d
SHA1: 3ac282b15ea69bfda79969ccd78beaa79cd798cb
MD5sum: 9a4bfcd2979d62bcbf29d976d1909d5f
Description: debug symbols for postgresql-14-asn1oid
Build-Ids: 319d7aa978fc6dbee58684c3379b5470747d3a12
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.8-2.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 97
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-14-bgw-replstatus_1.0.8-2.pgdg+1_arm64.deb
Size: 15188
SHA256: f04ae0d314fa0b529ac066db61a379050ca8b1a51b21c87955baee2bd6b68e52
SHA1: 95c4fa5a50c88370d72e12e031dafed0e5903fd3
MD5sum: 1292223bbe9a5562c0c58b7482ccab6a
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.8-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 23
Depends: postgresql-14-bgw-replstatus (= 1.0.8-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-14-bgw-replstatus-dbgsym_1.0.8-2.pgdg+1_arm64.deb
Size: 8352
SHA256: 20c8d2ec02fc2ff6b92447e421c6882a66ea3a6c5fe51a69db9e7a0a13d0225f
SHA1: 4abdf9b752f29aad2f38c9e4d4e65d8eced8723d
MD5sum: 18d54a5a4428c40efe815a18298317f9
Description: debug symbols for postgresql-14-bgw-replstatus
Build-Ids: 5bc898dbfee71dcc54e36dbe3f250c33dbfdf487
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-credcheck
Source: credcheck
Version: 3.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-14-credcheck_3.0-3.pgdg+1_arm64.deb
Size: 65444
SHA256: 5127fce5b1c88ffbca84fd0310851d8e11169e1daf42169f191bd866fd72b1c5
SHA1: dea60825164bc196b45505400ae2b479d56be95e
MD5sum: 021394020e42925e1c89d32667a3386e
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-credcheck-dbgsym
Source: credcheck
Version: 3.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-14-credcheck (= 3.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-14-credcheck-dbgsym_3.0-3.pgdg+1_arm64.deb
Size: 68944
SHA256: 3c4819f00f7599dc2457589081bbe905e3ada12184546ea7d14209ef3993d1c4
SHA1: 5217be74c40e2af854f25eda4a23d44482a04119
MD5sum: d6a86a95282c72e5db42b66f63772240
Description: debug symbols for postgresql-14-credcheck
Build-Ids: 4e67d6967881360f84146219e43eb93f5832e657
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-cron
Source: pg-cron
Version: 1.6.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 291
Depends: postgresql-14, libc6 (>= 2.38), libpq5 (>= 9.0~)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-14-cron_1.6.7-2.pgdg+1_arm64.deb
Size: 94468
SHA256: 874f26129570932e29e2ca1c1a6c8fb014ff31a4a6c796d73f9c75981db5ccff
SHA1: 7291d523960619902cc0d59cf22aa5ccddca3715
MD5sum: e2d0b45d9f481489f52955928bbd1ab2
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-cron-dbgsym
Source: pg-cron
Version: 1.6.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-14-cron (= 1.6.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-14-cron-dbgsym_1.6.7-2.pgdg+1_arm64.deb
Size: 111216
SHA256: b8fb8fa1b1e1f61dd66804a99a63b60f4059f79f13f9bfa58be84de46557f3aa
SHA1: 43aaded4ce60d310d781cd369d1fbb0eb94e2e19
MD5sum: ce54074586759175a4557aee2669a90a
Description: debug symbols for postgresql-14-cron
Build-Ids: f4a9115fff5c84bba04a34721a885807938fb485
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-dbgsym
Source: postgresql-14
Version: 14.19-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29339
Depends: postgresql-14 (= 14.19-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-14-dbgsym_14.19-1.pgdg+2_arm64.deb
Size: 17105884
SHA256: 87579aa18d3f72ab0cb5f4b40bd305a84c2d3e62bff01e83ea18197b2e9891c1
SHA1: 0a6383b7ef766376163d9ecf03327f4332b4d867
MD5sum: 735f297325f1df61add99c4d538a2809
Description: debug symbols for postgresql-14
Build-Ids: 02ed14e4ee299f22f3bd0f468a3ece9c065407a6 034f17f496ad6788b14160ba45ec44d11508d486 04df12e705dad75d704967b7742974563e79f964 082c8ecb95e56500e86378be0d176ea680581b22 0c08e0e3cd008094f6c9fe67c4f367584c925740 0d4908d5d654e7572ae292377e1402b70535e781 0dee23567f82201eeee1004653c059bbeb77f9bb 0fa7ee52f204e8fb992ba05b84e43b42db2f408a 1048a5a6202ac4c03e4cf9056a9c352fe5ba02fa 11975e1d51b10716229ff69c78253b3bdc0e32b8 134662d9232cfd405d5704344f1ffa1c7606f8e8 1781e14a34c8ed22eeb1cb30beb4448b69e2bcb1 2487ef818b054a507479dffaf5f883c52559bdaa 25cf9d9f686e764edfe5d0145b37207543bef3a5 26b26f3caa678a897befe6e687a67558c2b601b8 2d4803915117451751bc71b9414a757fbdd044c8 2f78b7670df110386d31d4de248be35ccdeb8121 3258efabd0953e0cac929a28aba2eaf8a0424f21 336261a58c4e25b8f851216a54a124891949f37b 3694d9ad7e3ae01fab2957a29a596d1d85196f78 3e252476de021762a25bcc5a4821630eb13476e2 3e98115f482030e5a39b7ba8ce182c23da327fe7 427a42676527c3d664dcbc5fa46a0fb846428f59 4771c5a6c9d8daea4dcecf2c9c7eedf397d12cb7 47f7b2992af77072ac4eb750c781c700f68a9558 4a1f4ea1c35dcd401ece9ebcc9a2b4aa0ed65055 4f8db22d5deba53e38a83f6ad917bd623d96ac1a 51c1a214aa4f6b05e216caf170a76795e51978ca 5313d3b3ef1ccf921cb0a5d7b78c3de5528ea6c6 5503b2db51597a84b3deffacdf143c5deadb5d6f 5cad8f48de7a0817cd884232eb49fcf33b90887c 5d61678da868ce1bc0f50b5a28ed3448bec48a0b 60f880398143eb2b6f9ea4bfef2e5e8a8866d678 60f9cd54ef7ef26ca8f864cbf89b80beef55b26e 6166732c3a234a30b5cc664d78932f4781d616f1 62d5395f503936ad3d470a7b5c4541d75a19185a 64f3a0361d39cab467addc4333fbba287395b38e 65c9e251009dc37759e1fbee02f632cf03f43d85 686acbba5d777181c3ffd43811136d6149102fe2 6cd82f3dd3cdc9fa01a2fb0af39586ff723302a6 6d13db428a6dab86c1900d173ae91a28af82450b 75397cf912cd368a3634dd20faf81361514833af 75a67e41b473555b3cec608496b7e83a2b0c17fa 79eeeadf3563f0d006384c5556d26bc7aa9e8520 7b5fdcb5db7888ddfb0013ffadaff31faeb72c4a 7d9d337e824640e0f33bf5d5bbdb035f2152aa23 7e22c2c5d1248d2c454f6b48df0a3df0780ee763 849c3fc4425bd136bc054fcd100178503aeed985 879ce8ef6594747746c484003789b32a8669dd83 88a5e295d8c9c895690401fc540de7aae35c347f 88faa42f1acce81950cc3a8e5b2788d0fe8a001e 8faef1738b75c9ed706c09383ad7d823bd74bf7f 98ceaf9a69f5faa8db4360e6aa5b1fc19f6f8768 9d7888d1336b0f5c531a6a373c8520ad2599e933 9eecf78ee949629f0e4d75935ea583ab65e3470e a1412882f582019571a745d27daabdff200f8c8c ac460d307a0d3b51a21ee844ffadbd9b4389ccab ac8b704ed3c8118de7bd0ea4a99b42bad17af25a acc8a5b08e66aef043f5c699fb3f552409fc8dd6 aed76dbd9a8ce9a1b9c42bff4c4bb3a4b2d2463d b01c6d685e5a86798c0bb7a4349cbde3864701da b220296ff170a923712a96b03cc19c441ef961a1 b4254e162c5a5d7606a2f82eb7d10fdc95fb6a79 b4e3b8a95872d43321f67d4b8182a0b2da577fb6 bc4aac227b94b81eeab8a21bb40f87500afaecda bc7cad077fc292eedf26b3fbeaa23c91a7278720 be4eb9315c0630763abe8891634a191f1ef56761 c1b1e31187f91068fef85d9ed2817aef1d8ce356 c7e8935a58a61f46081bc245c7796dbe73119ad4 c8334c2340154cd72b7760bec6324f9b60079ab2 c89cfb8be3739d94c65b86218dd0fea1d60a53a4 cbe212d5b46baada64b803ce7186f78644336f75 cda3a9e530af71681a3c6633a534511450197ccd d309993a45c91901557a6d04ee494aa76900f43a d3438a236a3a60ce94b632c16efa590cb99ed65f d3ec81c579ae1384b4727e4938271bcebe25e706 d540282d49706d8e073faf7e69794be79f788d9e d638dc0d29cfe31b7fdaecd354c65863456f866d e40b61f8b0a79687c5261d5842c2bba1dabb8d7c e4745e7853fa6f464f626213146224ed0cc4a15f e5a22e8dfda63abb73c7779731d6780b098f9567 e5d82e7c2bfbaadafc082922d2981a0e8a18affa e96cb18346b33ab81329709355ff5c2b504c4b97 eecc6fef16aa3ea3ecf9e0abfb1355661ab89a36 efe1cc2e0536332696635d2cef41b0ac11f637cf f225c2f6b2bc885cf1ab91b68ea8ef9ebb64138d f245cfe288e17a3d28a519a7aaf84fd9037de5ba f511e6314bb8e82fa0aa8d1325c9440f77bdfe27 f6736c6cc11a21217a4428660370ac0ca99150b1 f75d5c10a0dbbed6a6e36b5e9466cfc47f5702d0 f8222fa0120aa4ef4f4b9de9e87c173b9c5e509b f9fd5dbd22e337047b1e2131802f46693d27a9df fb40db524708e49478f8d5e605d0674a23692a8d
Postgresql-Catversion: 202107181
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-debversion
Source: postgresql-debversion
Version: 1.2.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-14, libapt-pkg7.0 (>= 0.8.0), libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-14-debversion_1.2.0-3.pgdg+1_arm64.deb
Size: 14256
SHA256: 157c230ef020eff2c00e0c3faf1e53aeb632c0d0356b2c105bbb2ce37899cfe3
SHA1: a2d8c23549a32f8962fa05cbde6a4944050232e5
MD5sum: 75aeb9038ad32825b9c721e5916de4eb
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()
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-debversion-dbgsym
Source: postgresql-debversion
Version: 1.2.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: postgresql-14-debversion (= 1.2.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-14-debversion-dbgsym_1.2.0-3.pgdg+1_arm64.deb
Size: 18404
SHA256: 9326a4ee3e1d1db8a8ab7c0afbb11756c02e3a7c8e8ba97eee5543c3e75e1860
SHA1: c6b32847882178238f518ec5f2326a44f677d765
MD5sum: edf710a05e4d964671f2e3acd64494ac
Description: debug symbols for postgresql-14-debversion
Build-Ids: 8dab366e115571ffc39703adff2f0351fe7b37a0
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-decoderbufs
Source: postgres-decoderbufs
Version: 3.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-14, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs_3.3.0-1.pgdg+1_arm64.deb
Size: 40428
SHA256: e8c017830e09ce7670abeec75e844600f7d03d35dadd659dad5466105b7c6cec
SHA1: a6b949e4b0ee9e2d2415a6dffeb39fa697422755
MD5sum: b848e7b95b0bce8055f489caaa2eb927
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-14-decoderbufs (= 3.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs-dbgsym_3.3.0-1.pgdg+1_arm64.deb
Size: 41296
SHA256: 510eac1d1b9eb961fceebb3bb0190fe6da7514c84abdc5feb14dfd39c3f83613
SHA1: 5325a1855be44144f145c7de61be775ba677ef11
MD5sum: d44c43519acb2fa47ef4db2ca5dd6ba1
Description: debug symbols for postgresql-14-decoderbufs
Build-Ids: 405954503a558c9e419eb96284ae4cf2340392be
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-dirtyread
Source: pg-dirtyread
Version: 2.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 19)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-14-dirtyread_2.7-3.pgdg+1_arm64.deb
Size: 21704
SHA256: 75b5bdaa6dc872290fbd04028cb03e295d57c5a398f23100f72bd94e718cd1ed
SHA1: dbd561014f24d4b4a641f098d01e8e9e82eefd44
MD5sum: 7fc272d64034063cef33d79d74c6d364
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-14-dirtyread (= 2.7-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-14-dirtyread-dbgsym_2.7-3.pgdg+1_arm64.deb
Size: 32744
SHA256: 0241b434b45bf7f38a4bf4514ff8bf374f6fba3a1050b246b3e424bedd1981a1
SHA1: 491f22ce8ca49652e016dab8543d7e958918e7da
MD5sum: b7199ba1710c8775d5c75e686bb1098c
Description: debug symbols for postgresql-14-dirtyread
Build-Ids: 9193a454cfa8925911078a3341bd4fbcce302159
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-extra-window-functions
Source: extra-window-functions
Version: 1.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-14-extra-window-functions_1.0-7.pgdg+1_arm64.deb
Size: 16296
SHA256: 3dca927cfc6bdb2d88f13475896400685bce05da5c45c03333bb37852f270198
SHA1: def107d7b1f3f1ca2036474226a0d29c35bb2182
MD5sum: 09462d55fe20b5f2d9948bc7b43a4361
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-14-extra-window-functions (= 1.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-14-extra-window-functions-dbgsym_1.0-7.pgdg+1_arm64.deb
Size: 9472
SHA256: b9a7a14c5018b5b0bbe6a63889bc390b3865c3d3afbb8d031cc91d4cdc3a441c
SHA1: afa1279d4c0221bde0a684f275c6d50fb2adc88d
MD5sum: 41a2624eeb3c2e56fad323bce9c849cf
Description: debug symbols for postgresql-14-extra-window-functions
Build-Ids: aed713ad93b12b9f619905fb96e6ab606d5dd779
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-14
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-14-first-last-agg_0.1.4-4-gd63ea3b-9.pgdg+1_arm64.deb
Size: 8692
SHA256: 7e4496f9b78e493511533442385e65cf59c5c3d2cc76db168cb358ec12443114
SHA1: ed64064e50b18ae2a9343f3a657d16c337c54ed1
MD5sum: 90e472f1651cae1560266e15602c64f7
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-14-first-last-agg (= 0.1.4-4-gd63ea3b-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-14-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-9.pgdg+1_arm64.deb
Size: 3972
SHA256: c0d66b0c9bf08d813fb793fe59a5511d237d4ac471c70a2074545669b7069ac0
SHA1: 7fd0d714189c7e83b274b2ea5d184eb2932a34c8
MD5sum: 4a5f861ac9fdbf1f00168b160d980e0f
Description: debug symbols for postgresql-14-first-last-agg
Build-Ids: d4f53e91ae3cc1741f895a23fd216cfc045217c4
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-h3
Source: h3-pg
Version: 4.2.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 471
Depends: postgresql-14, libc6 (>= 2.17), libh3-1 (>= 4.2.0)
Homepage: https://github.com/zachasme/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-14-h3_4.2.3-2.pgdg+1_arm64.deb
Size: 53072
SHA256: ed74a673678b2f00521e0b625915a34b739685001d61de3ff24343e8cb5200ba
SHA1: 7951eedb6546d1fc65d2653ea0e6967501d834f1
MD5sum: 77dfa1ef2c01d845008142251e162043
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 14 extension.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-h3-dbgsym
Source: h3-pg
Version: 4.2.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 174
Depends: postgresql-14-h3 (= 4.2.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-14-h3-dbgsym_4.2.3-2.pgdg+1_arm64.deb
Size: 106788
SHA256: f2bbd0215e2c3fc5f55dda20e18311ffc01557acc5233a3353b2e2bdd1735cf3
SHA1: 5ffbd2cbe9a9d3c707ad4d9fe0919593ccc8d361
MD5sum: eb88427a4a54a1150ca23985b850bcad
Description: debug symbols for postgresql-14-h3
Build-Ids: 1bacdb15501e21e4974b81a2c030defaedd695c0 e55246e9673f91cda8551cef7c71c3b777200209
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-hll
Source: postgresql-hll
Version: 2.18-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 209
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-14-hll_2.18-3.pgdg+1_arm64.deb
Size: 78720
SHA256: 497dc4c01d67baba5ebb941cc63dabd6d2d97c9149d81b633a5d34f2b0b9fa4f
SHA1: 61ccfe0bcd03d3f90f4a5bbb29a080cb28a5b163
MD5sum: fed502ade9dcdc9dcfaa264ba0319099
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-hll-dbgsym
Source: postgresql-hll
Version: 2.18-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-14-hll (= 2.18-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-14-hll-dbgsym_2.18-3.pgdg+1_arm64.deb
Size: 91264
SHA256: 3ab15a3483ba5e38fd7e2d5428275906147c1a5132be37ee2b8615907d182cb9
SHA1: da7dede80a6d3bf95c18cf2fcd6244b2ca160cf2
MD5sum: 12d182a667bfe4b9862ef7af19f3457f
Description: debug symbols for postgresql-14-hll
Build-Ids: 4976eb833a1f33842dfdc86525f630c7245f5033
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-http
Source: pgsql-http
Version: 1.7.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-14, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-14-http_1.7.0-3.pgdg+1_arm64.deb
Size: 53080
SHA256: 3cf305b7dede20c4e52b7124c8899bee3869d330c667e61f3017453445273219
SHA1: ee6781bf59c838eed28cf3da2741d352719daaa5
MD5sum: 5178ccf0aa3a8d513730fc1cc34208e1
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-http-dbgsym
Source: pgsql-http
Version: 1.7.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-14-http (= 1.7.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-14-http-dbgsym_1.7.0-3.pgdg+1_arm64.deb
Size: 58816
SHA256: 0a49d34df8a8fdd1a713a5c5ca2076be8049d7c684b65e3335a4b3c7d8cd9710
SHA1: 3c63ace6f34bc7293d409823c2348aada9947952
MD5sum: b4d4250ba526631e317508a468669b4a
Description: debug symbols for postgresql-14-http
Build-Ids: a1c4e33fca57f9ef26913104a705eb2449af767a
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-hypopg
Source: hypopg
Version: 1.4.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-14-hypopg_1.4.2-2.pgdg+1_arm64.deb
Size: 62652
SHA256: 7fe4d6589fdb29b9d2f4909a47576e76ff1d24ae901fcb388f0da894cbe5460e
SHA1: fd0ff23a3a4f3a92ba4ba73da4f232b8d1dad936
MD5sum: 9ab598f3491e6f5654e111b096308297
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-hypopg-dbgsym
Source: hypopg
Version: 1.4.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: postgresql-14-hypopg (= 1.4.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-14-hypopg-dbgsym_1.4.2-2.pgdg+1_arm64.deb
Size: 94804
SHA256: cabc6e63bb8d21f95030b2461478b74d38037d9d9c621bc01c1e87b9933306e6
SHA1: e656245e3fc1761d89bda4171cda496c91273b1f
MD5sum: be711185837c4580bf72683568857e07
Description: debug symbols for postgresql-14-hypopg
Build-Ids: 076427cea4390b1f307b2cae7c75de426793934f
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-icu-ext
Source: icu-ext
Version: 1.10.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 340
Depends: postgresql-14, libc6 (>= 2.17), libicu76 (>= 76.1-1~)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-14-icu-ext_1.10.0-2.pgdg+1_arm64.deb
Size: 97532
SHA256: 34ed54b67dc4870abbee7d9d72981024f1c229735231068ea62ad1437800f871
SHA1: f1e7a83c5e181932897828a860b0e61bc142eac6
MD5sum: 82089b2d0ecf4983ed5a2d303ef19646
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-icu-ext-dbgsym
Source: icu-ext
Version: 1.10.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-14-icu-ext (= 1.10.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-14-icu-ext-dbgsym_1.10.0-2.pgdg+1_arm64.deb
Size: 90076
SHA256: 3ff35dbc171b5912d5155a65453c2fdadfcdef49daee8ab28ffdf6ed2541dc64
SHA1: 4ee2582f9c13cb1df5d72621bb372863a8c59a17
MD5sum: 7b927be8c4b143861ad04620b34cf4ec
Description: debug symbols for postgresql-14-icu-ext
Build-Ids: ea60f2509b0ae884b4f10ea601572c345692323f
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-ip4r
Source: ip4r
Version: 2.4.2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 585
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 19)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-14-ip4r_2.4.2-4.pgdg+1_arm64.deb
Size: 185004
SHA256: ded12ac9a654b23e708831e6d11abdcdb3f7d6422f4820138681c82319bd1e6c
SHA1: 46d909c1a215c0cf569b19c6d3eaec84d05a78b7
MD5sum: a5bbc868c2e19b2bba71bada3843b0f9
Description: IPv4 and IPv6 types for PostgreSQL 14
 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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-ip4r-dbgsym
Source: ip4r
Version: 2.4.2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: postgresql-14-ip4r (= 2.4.2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-14-ip4r-dbgsym_2.4.2-4.pgdg+1_arm64.deb
Size: 176256
SHA256: 3d1d5494cb31a6387ace15d5244306c91f87c5969f13999173eb07b006159950
SHA1: da3afbf4486c394a07efc7a15ed710b58bde5b93
MD5sum: 5029711d5fc3878f9830a7636c87db68
Description: debug symbols for postgresql-14-ip4r
Build-Ids: 440649e1d7560f924344685877c227578ed58923
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-jsquery
Source: jsquery
Version: 1.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 350
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-14-jsquery_1.2-3.pgdg+1_arm64.deb
Size: 130588
SHA256: 333c218a88350c9edccb93bc414bac655908917a56b53edff7865a4d4f1c4d12
SHA1: 6fe48c4895d752c2ee6b2034f01dfca1f5714b9d
MD5sum: ee5c7fc27bf079e63e7472feb9d6e3dc
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-jsquery-dbgsym
Source: jsquery
Version: 1.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-14-jsquery (= 1.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-14-jsquery-dbgsym_1.2-3.pgdg+1_arm64.deb
Size: 98372
SHA256: ebbfd2efa3eba7da0d209dd114544cb6240bf3231e5dc131292e27581b3cf969
SHA1: e3fa2b53d92b0743def8b692a63713f2639ca1c5
MD5sum: e847da37c2938b45fd47ee01d7fabc72
Description: debug symbols for postgresql-14-jsquery
Build-Ids: 0ed600100e8eb1d583cac3a1b0f1ffd115a59d4c
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-mimeo
Source: mimeo
Version: 1.5.1-20.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4486
Depends: postgresql-contrib-14, postgresql-14
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-14-mimeo_1.5.1-20.pgdg+1_all.deb
Size: 128696
SHA256: c83a97e5c01a22d8a06dde21e95ce247c6cd90aeb094881e8da738816723bfee
SHA1: c2e891c23bc3320cf28dd747c74b3d3149350f02
MD5sum: c05cca5a90addace9d1caad943e79e6a
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-mobilitydb
Source: mobilitydb
Version: 1.3.0~alpha-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3690
Depends: postgresql-14-postgis-3, postgresql-14, libc6 (>= 2.17), libgeos-c1t64 (>= 3.12.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-14-mobilitydb_1.3.0~alpha-2.pgdg+1_arm64.deb
Size: 669452
SHA256: 3fa4f8b6366436eb554de9b9b32677a1d77e0d3a423130d9bb9f416196a9e1d7
SHA1: 787a31af5808bb9622ae90fdd8db761e6b8ef33e
MD5sum: dd33df8389ba7bf1dcc77c479fc57d80
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.3.0~alpha-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2351
Depends: postgresql-14-mobilitydb (= 1.3.0~alpha-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-14-mobilitydb-dbgsym_1.3.0~alpha-2.pgdg+1_arm64.deb
Size: 2124028
SHA256: 553fbc87e4474f0f143a7d7842ca25ab9bfa9a8b50b4a476ba59b62ce74d63f3
SHA1: 1a7607233c8939db8c49eb0c21d5b542bf75ced8
MD5sum: 53076f824ddef24eba4f48c5b42f2f56
Description: debug symbols for postgresql-14-mobilitydb
Build-Ids: 019d6e31af68fa47eaa31456c245b7e26b092fef
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 349
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-14-mysql-fdw_2.9.3-1.pgdg+1_arm64.deb
Size: 134696
SHA256: 834318175aa778ca5acfcc28f7784c0c4e9e1151ad068bffca85803d04e1abd3
SHA1: aab7b073d38768e6e57ce3de7ce8bbb99b047c6f
MD5sum: edef4a0e6741bd78284369c018ea7c05
Description: Postgres 14 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 14.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.9.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-14-mysql-fdw (= 2.9.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-14-mysql-fdw-dbgsym_2.9.3-1.pgdg+1_arm64.deb
Size: 174448
SHA256: fa149c3effb601ed5f930439a1436e4dec2bc283ebf60687aad2712eb8db9bbf
SHA1: ffaa254a2d235d6b35b71f923670a529e929a656
MD5sum: 89bf10d7941fe38b93911a0bbead8111
Description: debug symbols for postgresql-14-mysql-fdw
Build-Ids: 1ff8f7cf7abfb4ef0fefc7b8a5100108e30754d5
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-numeral
Source: postgresql-numeral
Version: 1.3-8.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 257
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-14-numeral_1.3-8.pgdg+1_arm64.deb
Size: 77616
SHA256: ed1c97b880100ddd553ebfe07be3a9e111458883cf059737d272de9cc4f799b9
SHA1: e12ad02e1bf848f65f52fc60aa5a516f54f30e03
MD5sum: 0af479f5f37ab79aa6c01538799f3640
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 62
Depends: postgresql-14-numeral (= 1.3-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-14-numeral-dbgsym_1.3-8.pgdg+1_arm64.deb
Size: 40684
SHA256: 9c87b50cab4a5a83691f697d98cf5862ceab792be95cfa7f4ba927064d8267dd
SHA1: c04b6971df4aedc67880162b46dbb8968fddf405
MD5sum: 1e62d6d9fe7f2568153fdef3dc391cf1
Description: debug symbols for postgresql-14-numeral
Build-Ids: 676933834ec583040ea6f2a92a1946accc617a7a
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 344
Depends: postgresql-14, libc6 (>= 2.38), libgdal37 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw_1.1.7-2.pgdg+1_arm64.deb
Size: 93548
SHA256: 4709b1b3fda03214f5427530cbce5280ae255907821368d54a14b6c2efbb73f2
SHA1: 33284d4d3fce7fa2e777130adffc6eedd5063e03
MD5sum: bbb6b24d0ad4d4af0e54c5eb68f4aae6
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 203
Depends: postgresql-14-ogr-fdw (= 1.1.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw-dbgsym_1.1.7-2.pgdg+1_arm64.deb
Size: 147668
SHA256: bb1242d94d3848da8b7b68b9c4cbcf5d88c22277e966f0065da0c776b621efe6
SHA1: 1912da683cb90cad5cb0a9d691b1c395bb6e9557
MD5sum: 70d9bfffe99e78817f861a8c17b433c7
Description: debug symbols for postgresql-14-ogr-fdw
Build-Ids: 7d45b0c015a6ab573209a00c151318e1bb13f26d afce00ed3f7efa16e4a6cfeb632157a2e0e15cc2
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-orafce
Source: orafce
Version: 4.14.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1248
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_4.14.6-1.pgdg+1_arm64.deb
Size: 377064
SHA256: 65a1028faafab840ebc19fac67be241494ccdf23fc749c3af88261d00badc6a0
SHA1: 27879d426fc00783ce12b080e2d3892ddc775155
MD5sum: 1db7f0d796da9138113286a83c7b4c6c
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 4.14.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 344
Depends: postgresql-14-orafce (= 4.14.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_4.14.6-1.pgdg+1_arm64.deb
Size: 292052
SHA256: 1031e2183f2a9bf464d08442e7359137e9ad6d4f03e90eecc1f63bab895d539b
SHA1: 468c7ec8b6084ec065c4c30a4959c44347b5979d
MD5sum: c3efc7ea872fae1513621b28dea901ad
Description: debug symbols for postgresql-14-orafce
Build-Ids: 9c0b20489625fa1c56aad8da137cfbd4db73bd49
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-partman
Source: pg-partman
Version: 5.3.0~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7581
Depends: python3, python3-psycopg2, postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-14-partman_5.3.0~rc1-1.pgdg+1_arm64.deb
Size: 238028
SHA256: 158ee9567e7ca740e006c7aca5c7216ab7f2d98d0dc6d43af80ceeab781978a1
SHA1: 8015ba834fbea50e87dbd8004785fe9d609e9215
MD5sum: 7be34d8f307d7b5e05a0e0a8c9215029
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-partman-dbgsym
Source: pg-partman
Version: 5.3.0~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-14-partman (= 5.3.0~rc1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-14-partman-dbgsym_5.3.0~rc1-1.pgdg+1_arm64.deb
Size: 34612
SHA256: 59388c2ae56b87ef52e59a0e97d772bf9200879660391db33761a7f173a62921
SHA1: dd32100c953f72fcf8a4b795c0b3b211823aa101
MD5sum: cdb01e5b288d5461e2825054d0689a23
Description: debug symbols for postgresql-14-partman
Build-Ids: 9d0ab7260493248265f051e332a884f64f54c12d
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-periods
Source: postgresql-periods
Version: 1.2.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 593
Depends: postgresql-contrib-14, postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-14-periods_1.2.3-2.pgdg+1_arm64.deb
Size: 48128
SHA256: 080dd7345d1da43f5856cd7e1fa88c82984baab8d72c4d4897148d63bacbafe8
SHA1: 93f40bc00bc2d683ffb61095ef71099bfcdc8c30
MD5sum: 5ac8717b7b7d571d77016b9adddd9957
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-periods-dbgsym
Source: postgresql-periods
Version: 1.2.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: postgresql-14-periods (= 1.2.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-14-periods-dbgsym_1.2.3-2.pgdg+1_arm64.deb
Size: 37684
SHA256: 67d5074f7b297ba7a10f7e22bac307caad229f0f22fd779b4f8491f27c8c1a63
SHA1: 4e8578c3efacbec362d19396c3d5ec738c1840d3
MD5sum: 471e948b57cba0ed5e236846939c6248
Description: debug symbols for postgresql-14-periods
Build-Ids: 0f1ae514e7283dbeae8d06b25e27c48ef6993eb1
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pg-catcheck
Source: pg-catcheck
Version: 1.6.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-14, libc6 (>= 2.38), libpq5 (>= 9.2~beta3)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-14-pg-catcheck_1.6.0-2.pgdg+1_arm64.deb
Size: 34704
SHA256: b13b0ccb220582521a3665d1d75856f395a930db5a656c488162b0a397e39105
SHA1: 209fd3fc8d854091de54c7cd20e8cb30f45518da
MD5sum: fc5df5d6c2e626220758e1d9dfd37441
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.6.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-14-pg-catcheck (= 1.6.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-14-pg-catcheck-dbgsym_1.6.0-2.pgdg+1_arm64.deb
Size: 37916
SHA256: c522a5bfad8fde056b1b6b19b4de626495e9563c507c39b5c273be8426907e53
SHA1: 637f6efc161b55e2195b3807b99855bc31bf31a8
MD5sum: 9f97dd2ab8cc8e1f68c41de5dd46c825
Description: debug symbols for postgresql-14-pg-catcheck
Build-Ids: 484207ec0b35d50e208e4b452ec18d3e196c4a5c
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pg-checksums
Source: pg-checksums
Version: 1.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-14, libc6 (>= 2.38)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-14-pg-checksums_1.3-2.pgdg+1_arm64.deb
Size: 34980
SHA256: d59d2de1a1f85313717bb780816901e5995ec7337c8c864e4f7a4d85e9e9ae84
SHA1: c7a5ce88bebe5a7145178e9e6d184f206c003a44
MD5sum: 934593f247954dc554bc820a5cec7551
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: postgresql-14-pg-checksums (= 1.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-14-pg-checksums-dbgsym_1.3-2.pgdg+1_arm64.deb
Size: 21752
SHA256: 2e1340ea3c3147e0d1b2de18d2d2a01cd79bfe59907a9f96259a8a9c1aa1e897
SHA1: 2410b835f1e280d60f6a0fcf4c59fb4d035f526f
MD5sum: 3aa618985812f793a02551bb71c22580
Description: debug symbols for postgresql-14-pg-checksums
Build-Ids: a15dd0afa33ff1588d397c49d7b8209b6f8778e4
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pg-crash
Source: pg-crash
Version: 0.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/cybertec-postgresql/pg_crash
Priority: optional
Section: database
Filename: pool/main/p/pg-crash/postgresql-14-pg-crash_0.3-2.pgdg+1_arm64.deb
Size: 13904
SHA256: d3d60af75f9eeff24745796187d6dd24faceea5b87b2c1603c322c4eb77f984e
SHA1: 5e7001c7a250fff1dd6626b1ac86038ac8d17daf
MD5sum: a9b20da0778de5ad33dadac676f38eff
Description: Periodically crash your PostgreSQL database
 If your database is too reliable - pg_crash can kill it for you. pg_crash is
 an extension to PostgreSQL that periodically crashes your database
 infrastructure by sending kill (or other) signals to your DB processes and
 make them fail. It is ideal for HA and failover testing.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pg-crash-dbgsym
Source: pg-crash
Version: 0.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-14-pg-crash (= 0.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-crash/postgresql-14-pg-crash-dbgsym_0.3-2.pgdg+1_arm64.deb
Size: 15184
SHA256: 3c73d4e9af09234cca60f2b8935f33160ed97339410de6691ebe93118b807b67
SHA1: 630178b3ad41b2be2b2a5c34c584b62f77ef9c41
MD5sum: 2505fb59bdadb8944e77408516821bdd
Description: debug symbols for postgresql-14-pg-crash
Build-Ids: 50c8e6097b9556e78ebc17359771b8ec554d619c
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pgextwlist
Source: pgextwlist
Version: 1.19-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-14, libc6 (>= 2.33)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-14-pgextwlist_1.19-2.pgdg+1_arm64.deb
Size: 29820
SHA256: f25a942bf56894bd1efdb272902263fcf932ee29f41bd27b24080667a6b8faab
SHA1: 701419acf4aa8d69d62a65047822209f4012d03f
MD5sum: 23cae217fb5e16dbba0e18db7a9161e4
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.19-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-14-pgextwlist (= 1.19-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-14-pgextwlist-dbgsym_1.19-2.pgdg+1_arm64.deb
Size: 55704
SHA256: cdabd162d26a39637e69be8edaf4355deff2ade0ff72fc61b46f8d8c158819dd
SHA1: 67103a142e679c7b65da839718642c2ba05789f4
MD5sum: a28a0dd0bfb8e45a0d57b3cf47371cff
Description: debug symbols for postgresql-14-pgextwlist
Build-Ids: 1be7e2b89adff3d550b5bd099de58e1e0ad1a532
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pgfaceting
Source: pgfaceting
Version: 0.2.0-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-14-roaringbitmap, postgresql-14
Homepage: https://github.com/cybertec-postgresql/pgfaceting
Priority: optional
Section: database
Filename: pool/main/p/pgfaceting/postgresql-14-pgfaceting_0.2.0-5.pgdg+1_all.deb
Size: 9892
SHA256: e5b5ddc0a0e62a1cd9f09c2ef73acffa19d73a3167327bf973f14940621c6535
SHA1: eed776274ed60bcbad1e2fe1be9740da598fca67
MD5sum: cb02c6e395fa352d2f6d5c390d767f69
Description: Faceted query acceleration for PostgreSQL using roaring bitmaps
 PostgreSQL extension to quickly calculate facet counts using inverted indexes
 built with roaring bitmaps. Requires pg_roaringbitmap to be installed.
 .
 Faceting means counting number occurrences of each value in a result set for a
 set of attributes. Typical example of faceting is a web shop where you can see
 how many items are remaining after filtering your search by red, green or
 blue, and how many when filtering by size small, medium or large.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pg-gvm
Source: pg-gvm
Version: 22.6.11-1.pgdg+2
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-14, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-14-pg-gvm_22.6.11-1.pgdg+2_arm64.deb
Size: 19904
SHA256: 96bdc8bd0f7dd8daa4bd917e7356bb68956163c6035170b49520ff78a79ed8b3
SHA1: 7dd8cc90c4b6a5c243891bd3dfb5a689bced3dc7
MD5sum: 524673465ae48bacd114ac48abf63dc6
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.11-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-14-pg-gvm (= 22.6.11-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-14-pg-gvm-dbgsym_22.6.11-1.pgdg+2_arm64.deb
Size: 27492
SHA256: 9f2d49f0d80c38fbba8650b22a4597c63c0ace2a8c497e240b1fb5c19e385de1
SHA1: 7a5c1f44f94d3f9977d36a71fa28550786738113
MD5sum: c0a594d8a94d4ec2990bd6d97ec99189
Description: debug symbols for postgresql-14-pg-gvm
Build-Ids: c9bfb9865ee7695eb13b5b0e4072218cd282197f
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pglogical
Source: pglogical
Version: 2.4.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1227
Depends: postgresql-14, libc6 (>= 2.38), libpq5 (>= 9.1~)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-14-pglogical_2.4.6-1.pgdg+1_arm64.deb
Size: 360816
SHA256: c3b0ede7ce4d99887838b7ba5abe7bdc4825ba8292a3ebff49d87ad031aa03e8
SHA1: ae3d899fc44354f606ca0e21657fe3a604bfb3b0
MD5sum: 63d95b7d9c9b0c397e6eef4d4531054e
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pglogical-dbgsym
Source: pglogical
Version: 2.4.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 552
Depends: postgresql-14-pglogical (= 2.4.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-14-pglogical-dbgsym_2.4.6-1.pgdg+1_arm64.deb
Size: 427400
SHA256: 0479c6cc7403f2ed68158dc24f1f7bca2e0e3ad70cd6acb49e0df4b1ef14cde7
SHA1: eacc37badecafb595697ca029788e1c71b3ba7ec
MD5sum: 01dceaace142d0ab9dd329d4b438b46e
Description: debug symbols for postgresql-14-pglogical
Build-Ids: 3c82e45f84679c830b8fe17bff643c06a7d73b87 75667001a9837b3299959d1a02a6f3d776ca8d96 fd53bf3dd48575ffc0223b2fc9578baf891903f8
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pgmemcache
Source: pgmemcache
Version: 2.3.0-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 158
Depends: postgresql-14, libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-14-pgmemcache_2.3.0-15.pgdg+1_arm64.deb
Size: 46308
SHA256: c675902e9146be1034680ea1bd52ad36fdd0af99442489caa717def802118e29
SHA1: 0d7d1ae3c8691686c7ab44fe502db9142237732b
MD5sum: 20f7f465a0d7031a8f4ac58e91a4bc2e
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-15.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-14-pgmemcache (= 2.3.0-15.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-14-pgmemcache-dbgsym_2.3.0-15.pgdg+1_arm64.deb
Size: 47800
SHA256: d0d23c39d5dc8d78e38760b9a4f7ff198e7a3962397af58d8874dad4f3f223e8
SHA1: b214e16c57ce33ab95a7d3fd755be5721fdb2dd4
MD5sum: bc4fca63c5e49e1e0526ebb292308a36
Description: debug symbols for postgresql-14-pgmemcache
Build-Ids: 62bd82be7f07552ed8773b0a1a29285a43396546
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pgmp
Source: postgresql-pgmp
Version: 1.0.5-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 411
Depends: postgresql-14, libc6 (>= 2.38), libgmp10 (>= 2:6.3.0+dfsg)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-14-pgmp_1.0.5-4.pgdg+1_arm64.deb
Size: 102668
SHA256: d523200d71d9b0c1f135f2960138ad54126a60ed5399c2fd4daaec5b50592538
SHA1: e92170ca0fba68437e65874df516c9d2c3fdd677
MD5sum: 0fa3a14aff9237a64d318146536ba831
Description: arbitrary precision integers and rationals for PostgreSQL 14
 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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.5-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-14-pgmp (= 1.0.5-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-14-pgmp-dbgsym_1.0.5-4.pgdg+1_arm64.deb
Size: 65672
SHA256: 4148522ee3d4ba56d104c9abea5bff5e2af6a8a7caaa258cdf750e51a73f6e70
SHA1: 4c46c682047e0e9e748d6aa2835c29f07d2c6068
MD5sum: 8d176e2656a962926573b88fc3d9385b
Description: debug symbols for postgresql-14-pgmp
Build-Ids: 5f9a1eb23cd19aa8f9fc45285530d362ef146eb0
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pgnodemx
Source: pgnodemx
Version: 1.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 250
Depends: postgresql-14, libc6 (>= 2.34)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/CrunchyData/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-14-pgnodemx_1.7-2.pgdg+1_arm64.deb
Size: 85716
SHA256: d9fcd0954a7be7348f270e45bb357ed4b167f7dbcaac284a819bf71d7947ce22
SHA1: 44be61648212b76cfba15eedcd7465467e7df2fc
MD5sum: 0247a2f32b6c2f0e2e2cba1f0aad9f77
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pgnodemx-dbgsym
Source: pgnodemx
Version: 1.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-14-pgnodemx (= 1.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-14-pgnodemx-dbgsym_1.7-2.pgdg+1_arm64.deb
Size: 74708
SHA256: af24d0bedabb53db221aae0ece563f7dcd2c668fe3e40ec3f08cf3cef8d4634e
SHA1: ead703d1193ce48b452896848851456b6ae3d947
MD5sum: 205e90ce4b2e3f64d66e60112901411c
Description: debug symbols for postgresql-14-pgnodemx
Build-Ids: eb9600c6261cb306d71e0352b22bf7dc81af19a6
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pgpcre
Source: pgpcre
Version: 0.20190509-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-14, libc6 (>= 2.17), libpcre2-8-0 (>= 10.22)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-14-pgpcre_0.20190509-9.pgdg+1_arm64.deb
Size: 19212
SHA256: 3438fff06026f7b71fc85dc08200d6695ebeac3b5110db1d28d23da57e042fa6
SHA1: c7367994b12599cb281801c1983d2574f4c9719a
MD5sum: 13b82fcb0af832563a2add429cf151df
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-14-pgpcre (= 0.20190509-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-14-pgpcre-dbgsym_0.20190509-9.pgdg+1_arm64.deb
Size: 15404
SHA256: 636b043d1aefd2aa284c30304e1e4f505a6d0d6dcd43c8409e5947ee903824a7
SHA1: 84427c894aaf25522e90ab868e029467e373b9df
MD5sum: e76e6ef52b6f754d9242b8afceb5eb12
Description: debug symbols for postgresql-14-pgpcre
Build-Ids: b70f9c555060aa9e9e87306cbba0e225925a5077
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pg-permissions
Source: pg-permissions
Version: 1.4-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-14
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-14-pg-permissions_1.4-2.pgdg+1_all.deb
Size: 8656
SHA256: 9488d5dd03b1f20ce2409a8ed32258aeb45dd81986ecd82dcc713f5b2a2f68af
SHA1: 10bca2788274c4ce99e390545a4ef4fc5e04e839
MD5sum: c8bf43c831243dbbc0669969cbe1ac2d
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pgpool2
Source: pgpool2
Version: 4.6.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 443
Depends: libpgpool2 (>= 4.6.3-3.pgdg+1), postgresql-14, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2_4.6.3-3.pgdg+1_arm64.deb
Size: 156616
SHA256: d1fd9f343342ee84d54fcb6a9c958d4b5ba158f2d440418e0527a2931640b670
SHA1: 50719770d3987e0766df82e65dfdabbb5b4659b5
MD5sum: 7efc27f90d90d0f59f5edc4f838e0d54
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 14 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-14-pgpool2 (= 4.6.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2-dbgsym_4.6.3-3.pgdg+1_arm64.deb
Size: 50280
SHA256: 0a5bdd4edaa1d90dc07f0636f0697b39b52ba161b0df39a17bff0b1625343fc1
SHA1: 489cc5d8061d0bdbb64be1cb057f6bd7856fc55d
MD5sum: 737dfd00699c89c97b2baee6720b9088
Description: debug symbols for postgresql-14-pgpool2
Build-Ids: 3d976a3519d7e43eb7958a1a2cea624171885d3c 64bddf63e1b7e063dbd54884703ebb945bda3dd6 b29798942da71ee1f2785f72711dab1166f3f626
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pgq3
Source: pgq
Version: 3.5.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2314
Depends: pgqd, postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-14-pgq3_3.5.1-2.pgdg+1_arm64.deb
Size: 126844
SHA256: 7a7accdad1c998d915d85f8cd6b3c26fae12f0de79a207af7b78034cdb4122d2
SHA1: 873c846fac7eb1653e70c65734a116b1e9ef520b
MD5sum: b4b9fb1c6aee4ed05614b23664a5512b
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pgq3-dbgsym
Source: pgq
Version: 3.5.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-14-pgq3 (= 3.5.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-14-pgq3-dbgsym_3.5.1-2.pgdg+1_arm64.deb
Size: 75424
SHA256: fff8b447aa6fdfdfe5090b18b54cf7178b85878a50f912f5492240a878b9c230
SHA1: ef16a542b4006eff9fff2c3d7e111de5cfa28fb5
MD5sum: ec4763c8cb06d1b7b1a97a9b01555b83
Description: debug symbols for postgresql-14-pgq3
Build-Ids: 4b7e2efeeb071615cfd0839fe642e4cf3698ba7d f54871914c39f449a7a4fbead387a055773776b5
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pgq-node
Source: pgq-node
Version: 3.5-8.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 539
Depends: postgresql-14, postgresql-14-pgq3
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-14-pgq-node_3.5-8.pgdg+1_all.deb
Size: 12932
SHA256: 389b7e06d51ab2e3da621627cd58f53967c27829f1631b0485cd9ebba48e1f22
SHA1: 43684f89944ee681ec3977384c6a7c9517bcf5b1
MD5sum: b50cab877de244d71c2f844943726842
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pg-qualstats
Source: pg-qualstats
Version: 2.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 285
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-14-pg-qualstats_2.1.2-2.pgdg+1_arm64.deb
Size: 59928
SHA256: 020159617891ce5e1ae3ef70ceef3e8e57aef7270de62d23569db7f8dbb955fe
SHA1: 290b82c26c595fa4d347525ea872993d4280d006
MD5sum: 307c8740749e3629c7cf303c27ba65b3
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 78
Depends: postgresql-14-pg-qualstats (= 2.1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-14-pg-qualstats-dbgsym_2.1.2-2.pgdg+1_arm64.deb
Size: 61252
SHA256: ff8491cedaf9c619f24e21d5f8b17c38f0d4fcaf36895b09ec0f872548697031
SHA1: 001daa32c2bf01d0ea9718f11605c0a6bdce10c6
MD5sum: c9303abf872dcac319b53efe40607b1a
Description: debug symbols for postgresql-14-pg-qualstats
Build-Ids: d41f748c42170a874fdc4262b941bbd095201797
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pgrouting
Source: pgrouting
Version: 3.8.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2999
Depends: postgresql-14-pgrouting-scripts (>= 3.8.0-2.pgdg+1), postgresql-14, postgresql-14-postgis, postgresql-14-postgis-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting_3.8.0-2.pgdg+1_arm64.deb
Size: 814712
SHA256: 3145bf365e80b4d875c3422c0fc8631c3fe7f22f2af76696225efeb5090988cd
SHA1: 363350138326a05dd47508fa14ce5bc12abffee6
MD5sum: 58dfb363d4a34de238dcedb21323a0f0
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 14.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pgrouting-dbgsym
Source: pgrouting
Version: 3.8.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25510
Depends: postgresql-14-pgrouting (= 3.8.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-dbgsym_3.8.0-2.pgdg+1_arm64.deb
Size: 25611460
SHA256: 8c603c31e1fc8232773ba2f92f5b3f2980b38cfd4fa2be40459a797f3edbcb6a
SHA1: 75b92e50a462c2960b33c3116560d8307642da14
MD5sum: 722fc5ba37830c4066285912774f08aa
Description: debug symbols for postgresql-14-pgrouting
Build-Ids: 7a134045dcb7bc075019d82f600fe5c287aa7046
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pgrouting-scripts
Source: pgrouting
Version: 3.8.0-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3928
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-scripts_3.8.0-2.pgdg+1_all.deb
Size: 65292
SHA256: 5ccc58fe9e46793d3655c9bc3e816b36c0fec4e4a55d4fabd57391764f1f421d
SHA1: 9431107804af5393a5ca14608f3e32116fdfc56d
MD5sum: 09b5f30813f0aa731a45df6016da815a
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 14.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pg-rrule
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-14, libc6 (>= 2.17), libical3t64 (>= 3.0.0)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-14-pg-rrule_0.2.0+git20211101.d7d10f2-4.pgdg+1_arm64.deb
Size: 25264
SHA256: 6e329a52578b8c21b20bd4bd91e433994e53f9877036a44276cc4fabd36df874
SHA1: 7cd5bf273fc5baa14c5c63bb692d6a1049cdef80
MD5sum: 17c221306a3b8c9b5bf54314335ef76b
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pg-rrule-dbgsym
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-14-pg-rrule (= 0.2.0+git20211101.d7d10f2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-14-pg-rrule-dbgsym_0.2.0+git20211101.d7d10f2-4.pgdg+1_arm64.deb
Size: 20536
SHA256: ac7b2297937ce78c43c644ed047be44c4a13c94d2c6f47a7b1e12cdb39076b8b
SHA1: e1474293a753bc2ebfb89ee4dad9fae833009b1e
MD5sum: a75303e828c45d73e84b758f2df89d90
Description: debug symbols for postgresql-14-pg-rrule
Build-Ids: dd141e29e9cbe64b5d6bc1e2844f24dd1051203f
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-contrib-14, postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-14-pg-stat-kcache_2.3.1-1.pgdg+1_arm64.deb
Size: 38088
SHA256: d5437d9b88ba4b0b7c29ec20cb806c9669bf8d0bf51d1ebf12cdf9044ceb6b1a
SHA1: fbdba6d203999c3ce958f14bcf776259527dd978
MD5sum: 7e7a9c2e6352b0621ec83b57f8e98cfc
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-14-pg-stat-kcache (= 2.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-14-pg-stat-kcache-dbgsym_2.3.1-1.pgdg+1_arm64.deb
Size: 39712
SHA256: f2e531cd41361aa2c45272994abd54e61272ca848d4c8483622514d406f14e10
SHA1: 2f97b09a02be1a7e1cad5be4ef3801138192053a
MD5sum: a94b83eb50d6f10e466576de2b96a2b1
Description: debug symbols for postgresql-14-pg-stat-kcache
Build-Ids: 95162b07d527b0bbe40e293dcc54949e840bbb90
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pgtap
Source: pgtap
Version: 1.3.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1812
Depends: postgresql-14
Recommends: libtap-harness-archive-perl, libtap-parser-sourcehandler-pgtap-perl, libtest-harness-perl, pgtap-doc
Provides: postgresql-pgtap
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-14-pgtap_1.3.4-1.pgdg+1_all.deb
Size: 63588
SHA256: 597d3fbcb0a7db57bd6028b8a7b276131a7c50311f8f1c4ba1be2a212fd8c01f
SHA1: c0719828f1182e352bab145c63ea9554ce6b61b0
MD5sum: ac03e82fdd7c03652ef9016d551068d9
Description: Unit testing framework extension for PostgreSQL 14
 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 14.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pg-track-settings
Source: pg-track-settings
Version: 2.1.2-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-14
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-14-pg-track-settings_2.1.2-5.pgdg+1_all.deb
Size: 9968
SHA256: e3d74e3882f580b513a18ce0d1557f7ebc9965e36f1cfb7a9d05cdb8120a24d8
SHA1: 21e77c23fd7f1160e2287643431c112ded315fb3
MD5sum: 03b465dbef9784cfb248d1b37eedcafd
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pgtt
Source: pgtt
Version: 4.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 196
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-14-pgtt_4.4-2.pgdg+1_arm64.deb
Size: 60640
SHA256: 25cb91af294e16b918c0980819dd86e55e02f1fa68182ca9fed8229ff553c7ff
SHA1: ff65fc23e0fbf392940f6ab2727aaed20f1226e4
MD5sum: 3fc02b918752aa2b6ae02316a0c1f7ce
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pgtt-dbgsym
Source: pgtt
Version: 4.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-14-pgtt (= 4.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-14-pgtt-dbgsym_4.4-2.pgdg+1_arm64.deb
Size: 78136
SHA256: 9ee1c3bc8b96f53f7c1b09b210d9b2618c781f1dbc8c9ec35140e1d8730140da
SHA1: 8346cae7720a1b163a9bb338e428ced7c73156a5
MD5sum: 5369a27c4fc1b35367cf18cf67952f1e
Description: debug symbols for postgresql-14-pgtt
Build-Ids: 350e48281b3d464336ac31fc89551bd525753231
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pgvector
Source: pgvector
Version: 0.8.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 712
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-14-pgvector_0.8.1-2.pgdg+1_arm64.deb
Size: 253176
SHA256: dd56f28e69ff96ab519204b812008488bbb90ed26013316c29ec8dc36baa87f0
SHA1: 04f6814cf4d433fb42eb0598151499798a8e4952
MD5sum: 61be2211fbf5c55bc462e9e2cf1b5b82
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pgvector-dbgsym
Source: pgvector
Version: 0.8.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 325
Depends: postgresql-14-pgvector (= 0.8.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-14-pgvector-dbgsym_0.8.1-2.pgdg+1_arm64.deb
Size: 291288
SHA256: 99ece3deb9c642f0ec5b9707c9cd75cce35150e5751268d594716e80af5bb2df
SHA1: ee657264a63bed6959bf4153a026bbb29d555629
MD5sum: 41433f1e419243849cdaf9b80ac4b484
Description: debug symbols for postgresql-14-pgvector
Build-Ids: f1a9253dc1142f6d7a34d023923b76b895b25af3
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.9-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-14-pg-wait-sampling_1.1.9-2.pgdg+1_arm64.deb
Size: 38904
SHA256: 02197e677d15dddb94752d422f7bc08356694a90d0b8eeb7b514ff188feb4114
SHA1: 97017c99272209adabe915994d6869ba9dbd7f1a
MD5sum: 54fe0e758b4a394fbf5e42457af13a8f
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.9-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-14-pg-wait-sampling (= 1.1.9-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-14-pg-wait-sampling-dbgsym_1.1.9-2.pgdg+1_arm64.deb
Size: 52812
SHA256: a60b2de49e30918c60775b786d68966aa8fcbc711b86bf29883dbcf76392adfe
SHA1: ede438e5546761f6e0e77b76221a4176e4329e08
MD5sum: 1041a185599cd2b6bbfb3597e6a5d2f9
Description: debug symbols for postgresql-14-pg-wait-sampling
Build-Ids: 3d07fff7307bb1ffb935493eea0b4b30ee22d170
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pldebugger
Source: pldebugger
Version: 1:1.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: postgresql-14, libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-14-pldebugger_1.9-1.pgdg+1_arm64.deb
Size: 73204
SHA256: c38c3418d63a5c1ab2cbc0fa70679bfabeb81982119cf108d5f326521f03528e
SHA1: 55b40147591339d73d059714bb1d833a5ea0a8b5
MD5sum: 710bd9668fa03add44743ef71a529d18
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-14-pldebugger (= 1:1.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-14-pldebugger-dbgsym_1.9-1.pgdg+1_arm64.deb
Size: 94100
SHA256: 5e1df94c43d5f847ba2c7f514bfa4d34bf15c356bc849ddb1e3cb8f0f9886ee6
SHA1: 3b9ede418b5f9bf0aa463d84ce2d0ed737548567
MD5sum: 268cbe3e2e924289196d6fac8164dfe3
Description: debug symbols for postgresql-14-pldebugger
Build-Ids: 9c2264fe8fdb89695c4555a24fd53746069df2b3
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pllua
Source: postgresql-pllua
Version: 1:2.0.12-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 996
Depends: postgresql-contrib-14, postgresql-14, libc6 (>= 2.38), liblua5.3-0
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-14-pllua_2.0.12-6.pgdg+1_arm64.deb
Size: 355696
SHA256: 3167ce15094cff8559b794ac1337f9f19655c9a5a5f848fe454e597a99d1e9f8
SHA1: 1c029a82dc0aad8b39f53d158defc436b38018af
MD5sum: d599960106a9b7e61d03b2a823da0da1
Description: Lua procedural language for PostgreSQL 14
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 357
Depends: postgresql-14-pllua (= 1:2.0.12-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-14-pllua-dbgsym_2.0.12-6.pgdg+1_arm64.deb
Size: 310160
SHA256: 27a1606941043dfe10f2e2253dcc793395523b56b7bcf9200e66269a9516c947
SHA1: 86b2cc0f1bd3b4db4d5b9715d81d1be06c778615
MD5sum: 7bca41ae54f452f9fc9bf9c76906dea6
Description: debug symbols for postgresql-14-pllua
Build-Ids: 1044f72b6ec5616430a31b5f507cf02331f45af1 b19601c5a4167d140e04a676d3db5b23ce2a15cc
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.8.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 752
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.8.2-2.pgdg+1_arm64.deb
Size: 307384
SHA256: 19f040fda8819492617ace4f9a52825c03ee30dfb7ad273ea36e8a53c8b3ffc8
SHA1: 7cdf50a67fcfa27f4d6a3d6bb6f80a9b0e06b757
MD5sum: 1e65151a49e1e93dcf5400333152f649
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 331
Depends: postgresql-14-plpgsql-check (= 2.8.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.8.2-2.pgdg+1_arm64.deb
Size: 296872
SHA256: 252a91bebf0b7c907c49dc50fe9f68496935e9eb92aa217077057d0380ca95a0
SHA1: 4a2d6b940c329187621badbdd00eb9cfdc98ab3d
MD5sum: f67514152ff70c945a93faa121e6c078
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: 754de8af369a2b340557a47d51fcbd02858b0e96
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-plprofiler
Source: plprofiler
Version: 4.2.5-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: postgresql-14, libc6 (>= 2.17)
Recommends: plprofiler
Breaks: postgresql-14-jit-llvm (<< 19)
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-14-plprofiler_4.2.5-4.pgdg+1_arm64.deb
Size: 45928
SHA256: ae7267f54cd1981bcbd883cdc10434895549a341a9b9ca344ccb61fa57ef4bd2
SHA1: da3c1213cae658efa34d4fd38756c1e466fae5c8
MD5sum: 311a2e1f6061cdc4de6841c7ddf80f7e
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.5-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-14-plprofiler (= 4.2.5-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-14-plprofiler-dbgsym_4.2.5-4.pgdg+1_arm64.deb
Size: 56044
SHA256: 478f515f3de91aa61befae07e31c7a4d64c09f246d62ecf1edf0619bf47bbde5
SHA1: f5828cc8c3965fa575569da25fdcc6f6341c81af
MD5sum: ac2d5ad11aa9cf410ca394f646c209a9
Description: debug symbols for postgresql-14-plprofiler
Build-Ids: be46dd6cc29dd4f2b8012729e3e0c63d84853826
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-plproxy
Source: postgresql-plproxy
Version: 2.11.0-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 353
Depends: postgresql-14, libc6 (>= 2.38), libpq5
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://plproxy.github.io/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-14-plproxy_2.11.0-13.pgdg+1_arm64.deb
Size: 136220
SHA256: edf66117afcf0b8b49c6e1a0e01aaddd0b7778240bb3756a444fdfe0c130d9e3
SHA1: edd17ba03a95c38163094ef79b6b106e2af68f5d
MD5sum: 10ef222e6f1c0e17fcf3e19d77499217
Description: database partitioning system for PostgreSQL 14
 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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.11.0-13.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: postgresql-14-plproxy (= 2.11.0-13.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-14-plproxy-dbgsym_2.11.0-13.pgdg+1_arm64.deb
Size: 114652
SHA256: 5d5c35cab23d2220c1e21dbab787b657df6c9a62cacc65884905d645a6048248
SHA1: 49f8ad61ddb55b59138261be87fe37608e0f2a22
MD5sum: f0ebbe700b7707fa9676ee3fcaca7700
Description: debug symbols for postgresql-14-plproxy
Build-Ids: 62c32b8ad3c6edf8cc315be18cfe869da9563a50
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-plr
Source: plr
Version: 1:8.4.8-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 337
Depends: r-base-core (>= 2.10), postgresql-14, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-14-jit-llvm (<< 19)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-14-plr_8.4.8-2.pgdg+1_arm64.deb
Size: 137248
SHA256: d0f66f56a05ce6a1e581384b406c1af12f775113c3e4f89b45c2f504cf3348cf
SHA1: 61b81c86ab0e0358f501724b75c346cd42343457
MD5sum: bf9f1780fe97cbfd8bd9f431a0c5c1cf
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-plr-dbgsym
Source: plr
Version: 1:8.4.8-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-14-plr (= 1:8.4.8-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-14-plr-dbgsym_8.4.8-2.pgdg+1_arm64.deb
Size: 129008
SHA256: 752ad0142d1260d71b85a06571b6bc274504cfdb77e2fc1b2e2779853166499f
SHA1: 73d29974dccb9e6cf517aa067077bdf6379c357b
MD5sum: a2b04af42731b2c4aaf5851a6f2180c0
Description: debug symbols for postgresql-14-plr
Build-Ids: c7be2882e4650ddd94846422341fc95272317aff
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-plsh
Source: postgresql-plsh
Version: 1.20220917-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/petere/plsh
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-14-plsh_1.20220917-4.pgdg+1_arm64.deb
Size: 28240
SHA256: 996674358785ec622b1d848beb74d62bdae22810ae67916e30a4ea9a7a591427
SHA1: 9f0359b284f011a29f33e790502cb5eddd7f3ab8
MD5sum: 71ed4de2017b396ce52d992bebd93be6
Description: PL/sh procedural language for PostgreSQL 14
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in a shell of his choice.  You need this package
 if you have any PostgreSQL 14 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20220917-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-14-plsh (= 1.20220917-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-14-plsh-dbgsym_1.20220917-4.pgdg+1_arm64.deb
Size: 45136
SHA256: 001c6602de29795a0d1aa385b3bafa67ce5b69ad226807b69c2cd2dde8348696
SHA1: d133d5fd7e0a69f39898fcabd14606369054124f
MD5sum: 877c077cb8bed0e1581ae9ffb2e74ca5
Description: debug symbols for postgresql-14-plsh
Build-Ids: 058f408855b29d5a2928b9b246afdbf7c206669b
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-postgis-3
Source: postgis
Version: 3.6.0+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9971
Depends: postgresql-14, postgresql-14-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal37 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-14-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3_3.6.0+dfsg-2.pgdg+1_arm64.deb
Size: 3426480
SHA256: 3f90c5929ffa697bfd0371acbd051dd7b90bd66720e901171721c541a75428de
SHA1: 34a86c8bb3be6a8122baa8a0b1c5fe5bf2ffc7aa
MD5sum: df35914b9591584621a09d9eb613c382
Description: Geographic objects support for PostgreSQL 14
 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".
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-postgis-3-dbgsym
Source: postgis
Version: 3.6.0+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4657
Depends: postgresql-14-postgis-3 (= 3.6.0+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-14-postgis-3-dbgsym_3.6.0+dfsg-2.pgdg+1_arm64.deb
Size: 4083108
SHA256: 89587e87ead1da8190a4c8858eabe6e2ba3865dccf711b4c8237ee20429066ca
SHA1: 34cb47b861c835f0cdb6357712e99ec04ecbd26a
MD5sum: de1fee50aa578cebc62ed21133850ba1
Description: debug symbols for postgresql-14-postgis-3
Build-Ids: 453b1fca44791d65340d24158c59495793e01e81 50672289f3c21eb132e04b945c2434f002099ecb 8cc8e3ce36903a7ee6b44615509a8a5aa16e001d 8f68a591143be49a63761bf38d429f7f110052df fc13c41bbc7390a20c386b3302aaae4155b85924
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-postgis-3-scripts
Source: postgis
Version: 3.6.0+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38973
Recommends: postgresql-14-postgis-3
Provides: postgresql-14-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3-scripts_3.6.0+dfsg-2.pgdg+1_all.deb
Size: 1296580
SHA256: ee1bcc159734798b8310bcdd6b228b90ec9704c126f99a6e8ef04e0bf0d2584e
SHA1: 06c3ad79b4e82d6d761733e4794999476eaeb03e
MD5sum: bdee4237e95420f57f5ae0cbdbd59e93
Description: Geographic objects support for PostgreSQL 14 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 14 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-prefix
Source: prefix
Version: 1.2.10-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 19)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-14-prefix_1.2.10-4.pgdg+1_arm64.deb
Size: 42324
SHA256: adfa559af8189e51d2749e217661dd936d796b88a2c73689a31dbd3f250da08d
SHA1: 3fcdb3e57343b13f919c4704ec5ea49e9cb9a66c
MD5sum: e131f5422000c0cb15b9653ae8d65b7a
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-prefix-dbgsym
Source: prefix
Version: 1.2.10-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-14-prefix (= 1.2.10-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-14-prefix-dbgsym_1.2.10-4.pgdg+1_arm64.deb
Size: 43712
SHA256: b3856349aff28c24c74b680693f166c64113fca3f6a78a9e0df8e20840f9f631
SHA1: 341a9d268dec4a5861fc1450db9127b594da8b9e
MD5sum: 58e05ac210dd56114d4d235a26f1bbfd
Description: debug symbols for postgresql-14-prefix
Build-Ids: ac0f1f42ab9f81873888ba8ccfcf5dd016a4d635
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-prioritize
Source: postgresql-prioritize
Version: 1.0.4-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-14-prioritize_1.0.4-13.pgdg+1_arm64.deb
Size: 11968
SHA256: 57ec7743ac88c4d60e3d13df79b3ea0a7fc5c55c937b2404d4d7b4401a1f37fa
SHA1: 43ed19bc28f48839370006adfbe3e9b9a6bfa207
MD5sum: 8cd3c6fdb574f5a0607bd1ef7f446a35
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-13.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27
Depends: postgresql-14-prioritize (= 1.0.4-13.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-14-prioritize-dbgsym_1.0.4-13.pgdg+1_arm64.deb
Size: 12596
SHA256: 74a0f01faf95e20bfc9b2a8ab7b44b860ad70aa201610a5c0e3f6f4e5692376a
SHA1: 9b78e5cec7aa7d5b1f349bb7d752d48d4e966f41
MD5sum: 37856ac65a9bb283d6600b40139ca6da
Description: debug symbols for postgresql-14-prioritize
Build-Ids: acf6b2d68815c8091deda2bf35f07ce2375c9e4b
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-q3c
Source: postgresql-q3c
Version: 2.0.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3488
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 19)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-14-q3c_2.0.1-5.pgdg+1_arm64.deb
Size: 160336
SHA256: bbfc76ad2c43acaafb4cae326f923f86a158680fdc014ff4e9c71705cd67397e
SHA1: 032add676f2815f0c1e349b44d0556f1f9f61b5a
MD5sum: 836cd49ec3536cb9740ab0de37f7ed69
Description: PostgreSQL 14 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-14-q3c (= 2.0.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-14-q3c-dbgsym_2.0.1-5.pgdg+1_arm64.deb
Size: 86328
SHA256: 48df9d65da518426f3fe576c112dff17a85795501c2827bcc2e3f5c7779047b6
SHA1: a644dfb63d683a60334c7761a2683e5bd397ffe2
MD5sum: 7da128a257f25faa7b0aeaf48e57dcaf
Description: debug symbols for postgresql-14-q3c
Build-Ids: 7bc9ba26e9f636594a690876bdc6e63def641d86
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-rational
Source: pg-rational
Version: 0.0.2-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-14-rational_0.0.2-8.pgdg+1_arm64.deb
Size: 25056
SHA256: bb5f9fb887b1f95db69b462e0a08a10bda2fbc8d55db8af7f6b0a64357e53587
SHA1: 16b523cde7e2e9f803a87d4dec737870ead6842d
MD5sum: cf54a7d81c088e26d099c5c5635ce616
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-rational-dbgsym
Source: pg-rational
Version: 0.0.2-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-14-rational (= 0.0.2-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-14-rational-dbgsym_0.0.2-8.pgdg+1_arm64.deb
Size: 19776
SHA256: 0ac91e67915431daacafd68058fc3a336d736bdb9c4b9955acb1e2eb43b6c0db
SHA1: d6b954d127c98d2f383cf6360a517bca6057851d
MD5sum: 328d2a4c0375d25ea48a8f634f75aca5
Description: debug symbols for postgresql-14-rational
Build-Ids: 47b1c9a0ba9e1fb946a8605eba8a8425a51811a9
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-rdkit
Source: rdkit
Version: 202503.6-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 669
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.6), libstdc++6 (>= 13.1), postgresql-14
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-14-rdkit_202503.6-2.pgdg+1_arm64.deb
Size: 251184
SHA256: 978afac42db8b84f29281b986d60be58357e62d9c43876d7e7e075eb94cfa3cf
SHA1: 715b20cb5a3eac944b7b8eccc6f09e31ad5cbed5
MD5sum: ca5cfb668f1378f3b6174e4767b6113b
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-rdkit-dbgsym
Source: rdkit
Version: 202503.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1214
Depends: postgresql-14-rdkit (= 202503.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-14-rdkit-dbgsym_202503.6-2.pgdg+1_arm64.deb
Size: 1149140
SHA256: 79aabf2afaaf6119156ac166fc2f2d27fb2e60f32645381a75ea195c42eed443
SHA1: a607ce12d30d3ef055588bd2e6041396fbd6ac3f
MD5sum: 3bc37fc8c7516e7d2c42aa65966f247d
Description: debug symbols for postgresql-14-rdkit
Build-Ids: 54f151bfc16356525a3f858917f3a4937f64567b
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-repack
Source: pg-repack
Version: 1.5.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 309
Depends: postgresql-14, libc6 (>= 2.38), libpq5 (>= 9.0~)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-14-repack_1.5.2-2.pgdg+1_arm64.deb
Size: 103516
SHA256: a929cc30db376caa07e6a07f25a9ce39d942edf92bf5c430bfde90290fe9705b
SHA1: 6b0f5f761006b0da8fc13bb5549340242aaef7f3
MD5sum: ec09813f4a1e3b33a67746677071e424
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 14.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-repack-dbgsym
Source: pg-repack
Version: 1.5.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 254
Depends: postgresql-14-repack (= 1.5.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-14-repack-dbgsym_1.5.2-2.pgdg+1_arm64.deb
Size: 118440
SHA256: c5ec2af2f0d702b61e070575c30a42420b84150e6d2f79db26faa4da8ca44969
SHA1: 07896c1962553c6905664569eb5af2d9c5000da5
MD5sum: 9aa78fea39ab44396c1122897445ca61
Description: debug symbols for postgresql-14-repack
Build-Ids: a599b7cc150a35d86d52a674e6cfda8572a5f751 f5da649761b70454f377f4b98dce59065d83170c
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-repmgr
Source: repmgr
Version: 5.5.0+debpgdg-2.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1121
Depends: repmgr-common (>= 5.5.0+debpgdg-2.pgdg+1), postgresql-14, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-14-repmgr_5.5.0+debpgdg-2.pgdg+1_arm64.deb
Size: 226232
SHA256: 88517909aeece0ffd31904b4377788b86527b9dac1e83ebf15a821c4ace103e3
SHA1: 21cf324bb2c6d94f795900fa9f83adb4d72a4b69
MD5sum: b6d42727577a351ccbbc2bfc16b9b5f6
Description: replication manager for PostgreSQL 14
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 14.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-repmgr-dbgsym
Source: repmgr
Version: 5.5.0+debpgdg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1452
Depends: postgresql-14-repmgr (= 5.5.0+debpgdg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-14-repmgr-dbgsym_5.5.0+debpgdg-2.pgdg+1_arm64.deb
Size: 604928
SHA256: d332fe7c507f08d418b8847ce0871ebbb9ba7df4b3841a94297048afc3a9c7f5
SHA1: a1713f18db6dbcedc166c08a7e91c732f8f08c46
MD5sum: c8fc06d36d89cdac08d30e6e42aadda0
Description: debug symbols for postgresql-14-repmgr
Build-Ids: 6c801c774173ba6b47b1a2033420e40d40b79e19 bbb9a0e847092530bdfda66ae9f2b99a01767bd8 e4a6c3d447860b610aa0d8fd79040670b890f47b
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1006
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-14-roaringbitmap_0.5.5-2.pgdg+1_arm64.deb
Size: 403928
SHA256: 4cf4e8c56b63cdb43d2858970e6bd29ccfca51444776f77c9acc70b857673028
SHA1: 3f6436c0bc7a6d2b6a9df90fa97c6327104a8359
MD5sum: 66f5517cfc71d6dbb40aae63c7d741b5
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 528
Depends: postgresql-14-roaringbitmap (= 0.5.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-14-roaringbitmap-dbgsym_0.5.5-2.pgdg+1_arm64.deb
Size: 490516
SHA256: 478271feb7227c106cd596c950c6dbb0c536f6d8f278e1fbfb9b5fe2c2a7b841
SHA1: 81f8390bf55b3f22bcfbe6a3a9e1eb69d24d47e1
MD5sum: ab589a181531493614a8c756996dceb6
Description: debug symbols for postgresql-14-roaringbitmap
Build-Ids: 71cb55b4f7e94809eca8befebf92c15aa45c4065
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-semver
Source: postgresql-semver
Version: 0.40.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-14-semver_0.40.0-3.pgdg+1_arm64.deb
Size: 39856
SHA256: 3623e3463cb2bda1df487bc64e510b5a5c2cea56d5b3367c91200bbb44aaa8ba
SHA1: 6eedf15c2f4f71dd68489802b9738f117dce8aaf
MD5sum: b1e8635c0447abcf3646565f0744ed4e
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-semver-dbgsym
Source: postgresql-semver
Version: 0.40.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-14-semver (= 0.40.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-14-semver-dbgsym_0.40.0-3.pgdg+1_arm64.deb
Size: 20460
SHA256: da06b2f5646967cbc5a2998849f00aa0fcd330300b3fe2b05abf73ce23e9fb32
SHA1: 584d658f0addd58e7551d83b67b147a19ad72d48
MD5sum: 5cb5bf786c90a35e6ec19b1bb768e32c
Description: debug symbols for postgresql-14-semver
Build-Ids: c44d3ae61eba2db0459818a8f53a3877c3b5d545
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-set-user
Source: postgresql-set-user
Version: 4.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 147
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-14-set-user_4.2.0-1.pgdg+1_arm64.deb
Size: 35840
SHA256: da1ea63c25248de84d48c8fa762c132aa896882028bd4477a8683b62afa3701a
SHA1: 4d0d67a0a416086010e64711926c02acdae604f8
MD5sum: 8120b0430b97e8f51ea0992b40762a4a
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-set-user-dbgsym
Source: postgresql-set-user
Version: 4.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-14-set-user (= 4.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-14-set-user-dbgsym_4.2.0-1.pgdg+1_arm64.deb
Size: 44840
SHA256: e7fdb9ab6360eb230c75b891be52662a20778f55dc58c018a510905d95b229b7
SHA1: 52b4bc5bfb830fea1f360823b0e9070804e0c95c
MD5sum: b1ff07c44318d44ed8797a1d8883d6d4
Description: debug symbols for postgresql-14-set-user
Build-Ids: e7a15ec5504eb0adde34c360baf715068d05990c
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-show-plans
Source: pg-show-plans
Version: 2.1.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-14-show-plans_2.1.6-2.pgdg+1_arm64.deb
Size: 23160
SHA256: 24bfba6bc9d54ae0f7d6bb1353a14033145e60381693af1b86a5b18a54d9de63
SHA1: cdb12baa7ee589d77d8ea0348e3c2719be0bc9d8
MD5sum: 3bfa3cae43cebea31c858f6599be80bd
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-14-show-plans (= 2.1.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-14-show-plans-dbgsym_2.1.6-2.pgdg+1_arm64.deb
Size: 35700
SHA256: b93e1807ff56fd8998ec7836838c75fb62349dd0d1ddcd4297751e292cb65065
SHA1: 8c90b1c3566fe27056e490fd3e130c151d2cbc5e
MD5sum: 8a6ce99a8459f94a319a8992513c5b0a
Description: debug symbols for postgresql-14-show-plans
Build-Ids: 00da33df0be8fa1c0b13bf12baef536a2bf59f89
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-similarity
Source: pg-similarity
Version: 1.0-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 383
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-14-similarity_1.0-9.pgdg+1_arm64.deb
Size: 99780
SHA256: 1ca3a740358912fff89a79a9fc49bf0b0af848db121355e724e42567934380c8
SHA1: 4ec5529b13904cbfdb338a951d376b2d4fa08e67
MD5sum: 71f97d7d9f08645dcb0e6d7057721bca
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-similarity-dbgsym
Source: pg-similarity
Version: 1.0-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-14-similarity (= 1.0-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-14-similarity-dbgsym_1.0-9.pgdg+1_arm64.deb
Size: 62184
SHA256: dc3951609709966f93fce73cd90dba152d7ea07283526661ed217625f083132d
SHA1: bcdc237f3171123b0e3bb9ff77c9dee505ebb7a4
MD5sum: bbc4881ad58541acc707c533b9e03901
Description: debug symbols for postgresql-14-similarity
Build-Ids: e89263c4c652a2460a44bebf1d17e0a85188e52a
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-snakeoil
Source: pg-snakeoil
Version: 1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-14, libc6 (>= 2.17), libclamav12 (>= 1.2.1)
Recommends: clamav-freshclam | clamav-data
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-14-snakeoil_1.4-3.pgdg+1_arm64.deb
Size: 17484
SHA256: a05c23b27d6d90b69b1a98dcb69148a4b4f28a0f8dd44dd03ab161f8103d1890
SHA1: 4b66f5a3f9e9d8c4a1800ab3349485b1e18473a5
MD5sum: 0e0d3850b8b10b3feaacb18e41501c1d
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-14-snakeoil (= 1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-14-snakeoil-dbgsym_1.4-3.pgdg+1_arm64.deb
Size: 14816
SHA256: 67212f516a78b62bf69f7c4584835c3ce17f4edf5a11f189e6c50d6cda0bc657
SHA1: 184be417effbcc0d1e1b48a0d246482985000202
MD5sum: f34fcbecafbb51e8890416220d5da738
Description: debug symbols for postgresql-14-snakeoil
Build-Ids: 2dd919df94bb6980a10a0817f1bac570bf4d8e4c
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-squeeze
Source: pg-squeeze
Version: 1.9.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 347
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-14-squeeze_1.9.1-2.pgdg+1_arm64.deb
Size: 124328
SHA256: e697c5d85b9279283b8bf48c6d3a5f1c811429bd58be58e9743aa80072928777
SHA1: d94bff496e7584985c882c3191a6fec9dfe52e7d
MD5sum: 2765adc54fbd350cdbfbcd4bcb5cbfa9
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-squeeze-dbgsym
Source: pg-squeeze
Version: 1.9.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: postgresql-14-squeeze (= 1.9.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-14-squeeze-dbgsym_1.9.1-2.pgdg+1_arm64.deb
Size: 147296
SHA256: b97d86111c309d63bc6746a8d61fc1b695915e5f331c6d82397af2b35f211e8e
SHA1: 47a35fea67ea9704cc6ea5e00c704a7028252adb
MD5sum: 6f352cc7a91e35af09770090048e6a24
Description: debug symbols for postgresql-14-squeeze
Build-Ids: 12bef91d6c400e7cc1bee3457a3c9cb76b5be4a7
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-tablelog
Source: tablelog
Version: 0.6.4-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-14-tablelog_0.6.4-4.pgdg+1_arm64.deb
Size: 46524
SHA256: a0a81491c6ff56f3f70559d567b17407a842d672f046ba7a6c19424c98888a32
SHA1: 75b150eac1b740afce29f26f667856c5715a355a
MD5sum: 7a827e2c2e654a9cade7db30e7c30717
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-tablelog-dbgsym
Source: tablelog
Version: 0.6.4-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-14-tablelog (= 0.6.4-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-14-tablelog-dbgsym_0.6.4-4.pgdg+1_arm64.deb
Size: 39912
SHA256: cb7933d87276ab4c2286308271cdd4c9336753b623768854f619c34bc70ecf5f
SHA1: 94f5bf2937051fa7ebb16ba8c014b315efec8632
MD5sum: 360f9a032fab6e115cd293a761ae15da
Description: debug symbols for postgresql-14-tablelog
Build-Ids: 52cf64ec3364bf1f52ffbd48b584907422d9fae0
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-tdigest
Source: tdigest
Version: 1.4.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-14-tdigest_1.4.3-2.pgdg+1_arm64.deb
Size: 63996
SHA256: 42f11f0aabaafc702077f1fd8e7a2b0dcc116bc829bd84e7febef6f820977ac3
SHA1: 0d29761731bc23f928e5ee1f96dfae0b183d7ee7
MD5sum: daf780926b2f3fb16fa8eb14b5c62739
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-tdigest-dbgsym
Source: tdigest
Version: 1.4.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-14-tdigest (= 1.4.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-14-tdigest-dbgsym_1.4.3-2.pgdg+1_arm64.deb
Size: 48344
SHA256: 1866a556b2e65060f259c0d093e50bc7c0b577fd3008fd0b2374ca72e9ab4014
SHA1: 7aee025d6f530be8b3b46dc39eeee2129fb0ecc4
MD5sum: 2f8ff62f517f40fb93067347ffa851bf
Description: debug symbols for postgresql-14-tdigest
Build-Ids: c327b38f235fdcafdd77eae7f29908408de37f34
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-tds-fdw
Source: tds-fdw
Version: 2.0.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 310
Depends: postgresql-14, libc6 (>= 2.38), libsybdb5 (>= 0.91)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-14-tds-fdw_2.0.5-1.pgdg+1_arm64.deb
Size: 115696
SHA256: 6c4049ac14e3de97e81383e8f731908b133dc897dae7d826e80c1099a82b7ef3
SHA1: a6ef0c5835fba65f0e41baca7f4a9eb2431f7b89
MD5sum: 68d3daa9a4439172e1a0e028e4a1b771
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 155
Depends: postgresql-14-tds-fdw (= 2.0.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-14-tds-fdw-dbgsym_2.0.5-1.pgdg+1_arm64.deb
Size: 138096
SHA256: bc9a08f38452780a52cdb19bf487f00dbef40ad42dac21c1f0d1228e8ece5c1f
SHA1: f3c5167734b95a591b584ff9ef07ca8323628b72
MD5sum: c372756de3fcad9755dc4e3c17543f9d
Description: debug symbols for postgresql-14-tds-fdw
Build-Ids: a76c5cce25385149240e96700becd48ff6fa06bf
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-toastinfo
Source: toastinfo
Version: 1.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-14-toastinfo_1.5-3.pgdg+1_arm64.deb
Size: 13196
SHA256: 31fa2ce59f3c57f8c69e8a881d0bd42916f6f7ae8193ac806c5941f5b2f7f310
SHA1: ea2a0db6c85eee37677ce0e21cd09e7056c500df
MD5sum: 35e0be4ab011b4e4dafabc11d9e0ee62
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-toastinfo-dbgsym
Source: toastinfo
Version: 1.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-14-toastinfo (= 1.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-14-toastinfo-dbgsym_1.5-3.pgdg+1_arm64.deb
Size: 11180
SHA256: 5198dbbb3dd695393252ab8606b0201f0451125d116e699db85693fbe1572d21
SHA1: d897bbd6488e201d431226da7047672fc320772b
MD5sum: c40ed546fbfe53bfed2a98a30236f16c
Description: debug symbols for postgresql-14-toastinfo
Build-Ids: df12a913628e21eb7ce63ce64771006ac02ba94a
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-unit
Source: postgresql-unit
Version: 7.10-2.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 687
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-14-unit_7.10-2.pgdg+1_arm64.deb
Size: 162380
SHA256: 64116cc1b814f9b4342b6d531593dc17a27e4da53f5a68f5c49f72e236526e4a
SHA1: 45f475d15d2cee3dad6b34d1dd0506f342d36580
MD5sum: f0a5c7487253eb92e1ded176d0f9e2e2
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-unit-dbgsym
Source: postgresql-unit
Version: 7.10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 80
Depends: postgresql-14-unit (= 7.10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-14-unit-dbgsym_7.10-2.pgdg+1_arm64.deb
Size: 58116
SHA256: 105ee15742de003756001e4709b5b739b775ab94ad6c0fc79b98682cb5db6253
SHA1: b63dcafbd30e5d262ddb284a3511c42b0f554b8c
MD5sum: 2ee5aa8543131e036ec3431d64fe2ec6
Description: debug symbols for postgresql-14-unit
Build-Ids: f690fe5c8bc0381d7cf0ff5354b614cb6792f0ae
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-wal2json
Source: wal2json
Version: 2.6-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-14-wal2json_2.6-3.pgdg+1_arm64.deb
Size: 56324
SHA256: d7517a73d75348579eae01e8e4bc0e75a4077977aed0e775fc3b872865571baf
SHA1: b612e5409bad8cecf7c3486901d4b75d57ea3d56
MD5sum: 02aac9a97778adb24d76d288277d5d8c
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-14-wal2json-dbgsym
Source: wal2json
Version: 2.6-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-14-wal2json (= 2.6-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-14-wal2json-dbgsym_2.6-3.pgdg+1_arm64.deb
Size: 68252
SHA256: d80c59326ac5c761981666067988c929ad71864ac46f26d90d65e26b8cab64a9
SHA1: 9c557817fd78e7d92074a0eb8139b25f5cde2f07
MD5sum: 7a5bc485ca145356f13dccc01fd942ac
Description: debug symbols for postgresql-14-wal2json
Build-Ids: 49be98b748538282ca7883ad581c41812678d58c
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15
Version: 15.14-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57555
Depends: locales | locales-all, postgresql-client-15, postgresql-common (>= 241~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), libllvm19 (>= 1:19.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-15-jit-llvm (= 19), postgresql-contrib-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-15_15.14-1.pgdg+2_arm64.deb
Size: 15992156
SHA256: 349c495bbf67714258e98544cd00ad6670b8c3c86c1343d3e38e1b2363958ff1
SHA1: 81e2a04d1bac03d057b8e69de504aa6a3d3aed6b
MD5sum: 5fe84230a138eb8dad9f10b56c102efa
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 15.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202209061
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-asn1oid
Source: pgsql-asn1oid
Version: 1.6-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-15-asn1oid_1.6-3.pgdg+1_arm64.deb
Size: 13344
SHA256: cfaf329b595d0328fc13c224e18693b62de385291d289d0acbfd5e27b2922c2c
SHA1: c2b75ff68802648ce075484a9e5e41a93c1bc4da
MD5sum: 9a2f94c5756c329c0cdf59399fe0d5db
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 15.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.6-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23
Depends: postgresql-15-asn1oid (= 1.6-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-15-asn1oid-dbgsym_1.6-3.pgdg+1_arm64.deb
Size: 8212
SHA256: 3d605da4e60507855d6cffc79cbec845ecccb44c4fac9998f992ffa49f8f041f
SHA1: 45c21d12faaa2257826924549d12707dce9929b3
MD5sum: 5291410ac527dbf4c9dda6408908d173
Description: debug symbols for postgresql-15-asn1oid
Build-Ids: 1428ad4a8275edf58391072a2c2fddd2c929fc84
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.8-2.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 98
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-15-bgw-replstatus_1.0.8-2.pgdg+1_arm64.deb
Size: 15220
SHA256: 0b7ad2c681fd421b196feb82b17a4ba30a47ebb839a3e503889eea97c9653cb3
SHA1: 593603e02b15fdc6ffa367146b51dae7da78135d
MD5sum: 25dde50b8e15e27c9c2c4b2a2ae694b7
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.8-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 23
Depends: postgresql-15-bgw-replstatus (= 1.0.8-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-15-bgw-replstatus-dbgsym_1.0.8-2.pgdg+1_arm64.deb
Size: 8376
SHA256: d51b27ae8e041cffd04593ff816a8f73cfa902bcfdc522a3cecab582f13ba2a8
SHA1: c6a75079c6551518a49ef8d1cca407946dd3c759
MD5sum: 236e1ff7a1f369b3a6ae221184712f8c
Description: debug symbols for postgresql-15-bgw-replstatus
Build-Ids: 35abade0ad2c94f2a78c4aea82cffbf57dcabd14
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-credcheck
Source: credcheck
Version: 3.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-15-credcheck_3.0-3.pgdg+1_arm64.deb
Size: 65960
SHA256: b9294e491c273025962c34f8f1dc647e8d9ac6e692485f128a9c1e614d239f8d
SHA1: ef24d48bb50a983e6f4e02f4d1d48fc2cb2ba5ef
MD5sum: 9cc09ea966a175b611ff11ad78e27223
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-credcheck-dbgsym
Source: credcheck
Version: 3.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-15-credcheck (= 3.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-15-credcheck-dbgsym_3.0-3.pgdg+1_arm64.deb
Size: 69948
SHA256: b258925600fbef8f9be2d186a106c7ace47b3ec0637d0e284de9d5781c6a674c
SHA1: bd759482915aa0e16d3a362a948f02c12423b3be
MD5sum: 343227851616fc162e26ca92bd55dd36
Description: debug symbols for postgresql-15-credcheck
Build-Ids: c03984c09213d621cd9fe80269d7aaf794300274
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-cron
Source: pg-cron
Version: 1.6.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 287
Depends: postgresql-15, libc6 (>= 2.38), libpq5 (>= 9.0~)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-15-cron_1.6.7-2.pgdg+1_arm64.deb
Size: 91652
SHA256: 7426ec6d18a9ed3f2a889c21167e41c0fbd19540100fc84a8673fda8f7a67950
SHA1: bb9ef1f525f09b119f0698c2729ad51dbbbba6c3
MD5sum: 6d47742df959591685bc918e13b220d4
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-cron-dbgsym
Source: pg-cron
Version: 1.6.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: postgresql-15-cron (= 1.6.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-15-cron-dbgsym_1.6.7-2.pgdg+1_arm64.deb
Size: 114100
SHA256: 40ba365253299945f32244e74302169f8b6b826d9aff5a4fac463874dbda85a8
SHA1: 6b003a8b8db5429cbe0e4f74546429c1d86db9d0
MD5sum: e4f535ab42000c0d91faf38082247d0f
Description: debug symbols for postgresql-15-cron
Build-Ids: 2f775b4644f98692f8af65ecd27d5b8edf648696
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-dbgsym
Source: postgresql-15
Version: 15.14-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30316
Depends: postgresql-15 (= 15.14-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-15-dbgsym_15.14-1.pgdg+2_arm64.deb
Size: 17725532
SHA256: b2439ecb2ed4b2b405d6a306c3e7eda7b6a74bdc904726893d51735813edc9b6
SHA1: 703b72e942a0a3f2ca2bbb239061e9bf0a4d05cf
MD5sum: 206e9e2f2d17059c2a7767abcf11206c
Description: debug symbols for postgresql-15
Build-Ids: 01116d2fad7bef77fe212b0c2d9d87db416b6348 015c07c24d3000e98901cf68e28135fafc7a6e78 056eda9c9256b3a932640954865886f3c618dc46 0726f6870909b33ea40b87e471b6856b308fc6d0 074215923118aeee53b1ab63d550f6c4cf898929 0af86499f1ea50300f2027039380c071150d5185 0cb9d527cc084e7aa28a95861ac71e79b3f72dca 121c95c625e5c0adc9bef2941a92c5950fa1f7ae 141f477cbde4741847c2beaf8def16df2656cd6c 16c61aa8758eda17f52148604f88146f7dba5e88 17b08bd40fda8c6406723027584c87bde830c5ca 1c318f900347950599293cd2f6cb3aede7b06141 1dd2e82f5df0e76d4eb279d9b3e3149d84a1da87 23bb15e3d39074f80b3147aaefe503b90d03e79b 254df0a89f646f4f774dde9c38e0158852d93ce7 29b4d6a717ac72e1097ca2bf04598e682ced3c35 2a0bf519483437d9b0379818c3738a092405a548 32fa164f632df9b73bba3ce2ba9077ccce884794 3cd6fd88e70f0aee9783e001e27baffc283881f6 3df72f94dc77da66a8f054887b596ca3c0a9f78c 3f5f8793d3e82a4b36462bb84181aa6a477934fc 436c29bb58ed86c19d4c008dab2a0ad7419a0e03 44a8fcf7ce2151e1be7251c316fb1c77be46b953 451ea4cff3b37d974245ec1d47f65b77af93b250 45699181970368397034289cda31f862fb7cad80 4ab9fb2e411483f986dea998fff413363f64979b 4ad2df8ffcd1e9de762f8c1e2c75fdb0bc51cbf5 4c5e3bb3187ebdc15450c057f69253e74fdb5ccb 4c810d6269f7b868103c85b6e6daca47891866b2 4ea434ab7950f4d78b1b67665d549b48b1cdc936 50bbd442227ac9a25136501db53ebf8928cde63a 518f0175892d44cd85a24bcece1ad1a47dff1796 535a25fc2affa1d5cc318a36bf3baaf449754989 53c718fc18ed385774212868e7bf68869e58404f 53f4589d4b2f22919e57ad0924887b63def62c34 54dfcdbe389e6b954daf36a26a357492712290dd 5591e38619d3155ac2b0149f1e79aceee4332345 572160221aa1cc2357cfa11b86847043327b0e78 5865f22f2a441a729e2281a9bc51fd3e93381c26 5aedf87618b3b6f06fc8948bdb657a686fb70d27 5c9dc4d43add7f6abb21172f9470e7a5d62490f8 5e9a514b1f824323bbcce30df6f861a4547a5e29 610a31d6f5f32e4393f2bcdcac939b2b56907bc0 62c0a59e706bad8306a2a78b24d914510b216632 67062f2d167563c041e02ef31268a87c94d51643 68591ac983ed30ad734a2d7c629f2cea926ac2e5 68d6633a4d7fe7240fb3c03d4a90eef56a470d2f 6d5de1d7ea0639d58acbe92ea08554fa89284e8d 6f87a19ff652260fd43390b4f612352c7d83e2de 73bfa44de011705091a2a74281411fc9e1cd3ff1 765ee4914c728f052689f9e60650d10da8ff60aa 7be340e7cd068325e2b4b5adf626423f10afd583 7e7c082515197e8c21d2e6466b7924068863b53f 7f12ee6bbd2e3e81164eafca80b7731f8f8c147d 8077ff26a097dde7b9a3bc4546a365ec99995ab8 80f2892095df5efcc2440dce26b93b8cd55956a1 868f5a03e737b6187cea40d054260b26ddc0d6d6 88fecd966d2a2582e495089741ad3ec1aaa063dc 899e0ad64a55deb38edd856e0991ea3cc25899f6 8a10bd8b96f002c311e5c3e5c7d44b9b1b4ed674 8f10fa41a5598937b25c30dd010633ec97140caf 8f44390e48aa2593cd2ec2ac5a2a5de10dc39538 924707f4e9976f8a4ba3f208622b2a8034fa5906 936aec72f2d397a12bd779d7cab45e7e9ff4cf38 93db35d60bcde35415d97b568f5fb28d5de36266 961bc2946a0ab917897aa58640c8b7b4409d355a 97016f575016ec49cad39b1fd004b851090b7b46 98b7cf4151cd848ad735caa81d055667e81a4c03 9a97c332cf2227d79827e9bb3e0f7f465829fe70 9e24523add8c1d9d99882830571781ab862bb55a a1fd492ea795b4545d338ffcfdeaf12fbf9ae3ab a3ea06128e2497f589fde181d879728a492bbb3e a4cd13502c828dcf76f0c639f7b1fd286e4cacc2 a4d142a4eb27109f2d72a3ee82192eee38817af7 a5e737c8077ac94e388b366ca46a9fe1817d7125 a63c2f3066e725ba59825693386faf88d341d452 a987f74c2ed61410aedbe7aec8c929fb5b22c104 b5e95dfe68e86df872d17289c69bd344ecc56a77 b7dc819ec496f05a6a3c81a10e90fb20154a0ee7 bdaf816097b9702b630d0d3faefc036fe26c0a87 bf46b986ec258f300868179376d50110b26b6d81 c41d746fbe207948b5fe1a08ba153dd26d043714 cd183f5b400f8e356c3836a350297cd9ef151034 d2a51a824636560b3e9e45633dd9c6a9e39e8d3d d682d457681a2a080e08fe8329e74623127f6a11 dbd12ab0189aee175cef4b39bd241ea1a66bfb0b dd197cb5a1df0093f4ab770f892b237427c1db79 de1cb988080557c4475bbaf8a9db40208452b412 e405dd72adc875896f6944a3a65719812ea53d83 ec2a117f27022d0598ae3871e9fda432649b6342 eca802ec11c91ea1ecc9111915bd3b32f18e6ab3 ed48c9e186c54771ef08bb1c828818166c745aa3 f19ea5da419545cfc244d9c3ecea1a651dd6ab5a f3a321daf98ac872751b43fd4d23b5891a459c08 fcb264cc08a959bdcc17e8d4e2f883579f544fdc fd4e9270ee2969f38fe004fa8887076a9735dab1
Postgresql-Catversion: 202209061
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-debversion
Source: postgresql-debversion
Version: 1.2.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-15, libapt-pkg7.0 (>= 0.8.0), libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-15-debversion_1.2.0-3.pgdg+1_arm64.deb
Size: 14292
SHA256: 21788d118e70664be8ab4a70bda419a7b3e43ca23b571c2be0915c2ba9039f28
SHA1: 16d95834a8dd742665db49aa3412b62b2784edbc
MD5sum: eaca23b65ff2ca3a00a97980c6baa426
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()
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-debversion-dbgsym
Source: postgresql-debversion
Version: 1.2.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: postgresql-15-debversion (= 1.2.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-15-debversion-dbgsym_1.2.0-3.pgdg+1_arm64.deb
Size: 18496
SHA256: e98f9ae718203081369ae5c2790c962a247df11e3909c7007f6263f8cd65e3bf
SHA1: d4d68f406c03bfb74efa249ce3313c0b0f4c8312
MD5sum: 91178022fc8d13c1a992870e34fd023c
Description: debug symbols for postgresql-15-debversion
Build-Ids: 945e1698f212789165912346b57451d3615b3230
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-decoderbufs
Source: postgres-decoderbufs
Version: 3.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-15, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs_3.3.0-1.pgdg+1_arm64.deb
Size: 40856
SHA256: 9ea08d829d006d409e6ceec8025d539fc2f114106202b4906a003528c2f1ee4f
SHA1: 1b04c3cd8dcb170cbf7d1f8d9007075369d98565
MD5sum: 79854221f70a435434169f9e2f648d88
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-15-decoderbufs (= 3.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs-dbgsym_3.3.0-1.pgdg+1_arm64.deb
Size: 51860
SHA256: 38ca760335f4e455215977ed735ad94616b5d55e86bf0c559af5fe4c1ae6882b
SHA1: 5b2461e211d19ab93302c220fad32a974404de2f
MD5sum: 7fd97f8ccab17c22b696e2663791cfdd
Description: debug symbols for postgresql-15-decoderbufs
Build-Ids: 2a9d6487dfb0404e9ddea03d4c8c40c19d8c484b
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-dirtyread
Source: pg-dirtyread
Version: 2.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 19)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-15-dirtyread_2.7-3.pgdg+1_arm64.deb
Size: 21760
SHA256: 14ad56f70682879569c17b002072d7f034ee738c288580de82fc58b5dce81214
SHA1: fcb80200e343ed8bb4137f4477203d53fbb9b8d2
MD5sum: b8021969cf42a1f33ff569be61639857
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-15-dirtyread (= 2.7-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-15-dirtyread-dbgsym_2.7-3.pgdg+1_arm64.deb
Size: 33212
SHA256: 66519046d171fd42c431df7706948179af040a2ec4c59ce44d10372d1e0e530c
SHA1: 7b33974a9e74c3a18cbbd73a8c07a770c2e197fd
MD5sum: 78ab27302690c42551a85eb2866097ad
Description: debug symbols for postgresql-15-dirtyread
Build-Ids: 3ce9eb74a753889cb6377f7fde012618d7474d2c
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-extra-window-functions
Source: extra-window-functions
Version: 1.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-15-extra-window-functions_1.0-7.pgdg+1_arm64.deb
Size: 16392
SHA256: 7406edd7ac49d7d091cd2dafecf8195b4fba0518864e28d4685dad3138b2b6a4
SHA1: 9dcc2bed0c809c0abc25419c51e887f055bd623e
MD5sum: af6316e3e7c0fdfe252c80f59412ce96
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-15-extra-window-functions (= 1.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-15-extra-window-functions-dbgsym_1.0-7.pgdg+1_arm64.deb
Size: 9496
SHA256: facb3db9bb637a63f4356893b898c43fbce9b95e0afa96a174a36327d740affc
SHA1: 0e702d41f76834d8ac70181cc6d035198c0c37f6
MD5sum: 37986a64635314f21bdcc1f997db1320
Description: debug symbols for postgresql-15-extra-window-functions
Build-Ids: a609fb484cdd2c3258e29460c384e7c18b3ee445
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-15
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-15-first-last-agg_0.1.4-4-gd63ea3b-9.pgdg+1_arm64.deb
Size: 8708
SHA256: 8d33981ca77b7aebf373d892d7c4c2e5d51af0a74f7801b596a2aa9f8dd88f73
SHA1: c5e597db5b2388a47cc3700c9be78e26b4744e76
MD5sum: 136de1270ba5453eaf4e206c5d126b74
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-15-first-last-agg (= 0.1.4-4-gd63ea3b-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-15-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-9.pgdg+1_arm64.deb
Size: 4008
SHA256: 617520fa368cd682012db28a6690ce316a7158592081dc3336309df021171241
SHA1: fe27d655ad4f2e658aeb40f7113ad8c2501f594f
MD5sum: eb65d63980861db1ef2e38b34212b92f
Description: debug symbols for postgresql-15-first-last-agg
Build-Ids: c05f367383a8e0e39be031af5339cada7f758306
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-h3
Source: h3-pg
Version: 4.2.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 471
Depends: postgresql-15, libc6 (>= 2.17), libh3-1 (>= 4.2.0)
Homepage: https://github.com/zachasme/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-15-h3_4.2.3-2.pgdg+1_arm64.deb
Size: 53020
SHA256: b506164f3654f32ae58d9a56a378f021283ef0223c3246f5025659deda814990
SHA1: 6d908e2659ecd282f22147cc2d056d5565cba277
MD5sum: bfece55f603ab59ccd57080aeb561a4d
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 15 extension.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-h3-dbgsym
Source: h3-pg
Version: 4.2.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-15-h3 (= 4.2.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-15-h3-dbgsym_4.2.3-2.pgdg+1_arm64.deb
Size: 107272
SHA256: 6c89444583c46c614c9f39ca85eeb321f2e66f447226665f5c571f6a1f1f78f3
SHA1: 56f8b8dc7eee669dece66200418c216a6a310d78
MD5sum: d97a858dd115b32483968c2ecdfda74e
Description: debug symbols for postgresql-15-h3
Build-Ids: 3c132745ea41aaec0250bd79ddd67fdf9b4d4c45 6c27ede4c77be0327f7ecfecc7b019b504273343
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-hll
Source: postgresql-hll
Version: 2.18-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 209
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-15-hll_2.18-3.pgdg+1_arm64.deb
Size: 78844
SHA256: 5eeedbe8de1444d353ac234100f35735142ca9f589cafa15e9c0e548b0db133c
SHA1: 77df7393de8ba024fba2bf621d987260987b0fb7
MD5sum: 21b39504190c881a9e68aa06feadeb03
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-hll-dbgsym
Source: postgresql-hll
Version: 2.18-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-15-hll (= 2.18-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-15-hll-dbgsym_2.18-3.pgdg+1_arm64.deb
Size: 91744
SHA256: 0a74877a6e73edcd3a5ae498f0d846e7ca4fc3d4056201295389fadbd4ade883
SHA1: f0467cd2e8fa456f2999c5c63b25b8e9f963ee2a
MD5sum: 9cb531ece8d57dfb139469e342520bc6
Description: debug symbols for postgresql-15-hll
Build-Ids: 8b7905ce03d0d2c185b9c414eec2827b229f1676
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-http
Source: pgsql-http
Version: 1.7.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-15, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-15-http_1.7.0-3.pgdg+1_arm64.deb
Size: 53072
SHA256: 4f30d129a5ccd79da7ed0714ef55eac71a85a0dc4ec9a9b7647503be57da5c90
SHA1: 47784a8e5ab6dfe2e88534fcc964b25d907eec68
MD5sum: 122ac51153b938d9bc86345308d450f9
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-http-dbgsym
Source: pgsql-http
Version: 1.7.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-15-http (= 1.7.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-15-http-dbgsym_1.7.0-3.pgdg+1_arm64.deb
Size: 59160
SHA256: a9d3c5e194d28fd4f789a601b332bce900ffd594eb0890f47800d07e9cc9c839
SHA1: 5e3f517d862276a7fc77e9f9e8caf10190640fb7
MD5sum: c2a238f3bab676dfb5e7c3a07fba7df7
Description: debug symbols for postgresql-15-http
Build-Ids: f6b7ac5afaf9638b49cc25c22b92a211cc5fbb1f
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-hypopg
Source: hypopg
Version: 1.4.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-15-hypopg_1.4.2-2.pgdg+1_arm64.deb
Size: 63200
SHA256: 3b7947b9b289725a31523c97b67101805388c214501f5bf6eb9f3eaff9b60979
SHA1: 4508f952177c7febf2f7dcd340b5ae8cf4943667
MD5sum: 68fd1827f5b0b11d54b18227edac5b48
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-hypopg-dbgsym
Source: hypopg
Version: 1.4.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-15-hypopg (= 1.4.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-15-hypopg-dbgsym_1.4.2-2.pgdg+1_arm64.deb
Size: 89512
SHA256: dcc62b38c9139d911aa3263682f707351b8af75286131424b20416ea47f4cbee
SHA1: 5bc58b068d049eab50fe63f521c27248388d47b4
MD5sum: 73d321c6e9d4fa114a801cff6184ecac
Description: debug symbols for postgresql-15-hypopg
Build-Ids: 60ee0fa68cf0e6548c5cc8fbde2cf7dcd446ea55
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-icu-ext
Source: icu-ext
Version: 1.10.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 339
Depends: postgresql-15, libc6 (>= 2.17), libicu76 (>= 76.1-1~)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-15-icu-ext_1.10.0-2.pgdg+1_arm64.deb
Size: 97072
SHA256: e4cdaed98f315db35bb03bfa205e8b756bede70d1ac544aa20eb8be959d0355a
SHA1: f454be220aa282868b33f6bbd2c5a0eef2e138d5
MD5sum: 2c00ae6177a1a1f5c6c5bfb433e281af
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-icu-ext-dbgsym
Source: icu-ext
Version: 1.10.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-15-icu-ext (= 1.10.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-15-icu-ext-dbgsym_1.10.0-2.pgdg+1_arm64.deb
Size: 90188
SHA256: 6e0ba9e3b86f49a2b63a0f306e1385af559476a3e04c8c1fcc50a6ed9725f77e
SHA1: b41f3534d4009756da2b67f7aecaa17a2685466e
MD5sum: 18bd2679430c6045c6834a1e3ec4136c
Description: debug symbols for postgresql-15-icu-ext
Build-Ids: fcdf17a2e2148c58affc8d2bd3d06cb178b1f8a2
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-ip4r
Source: ip4r
Version: 2.4.2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 585
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 19)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-15-ip4r_2.4.2-4.pgdg+1_arm64.deb
Size: 184944
SHA256: ce6ea0c8b89337f7215c935f48e55a80aaaf7c7a3db5fb48a0be26a57a04b458
SHA1: f34ad19470b367a95f301d8e63264c842c77a0bb
MD5sum: 7fb75ed1b39df1f23423f3d41054d425
Description: IPv4 and IPv6 types for PostgreSQL 15
 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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-ip4r-dbgsym
Source: ip4r
Version: 2.4.2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: postgresql-15-ip4r (= 2.4.2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-15-ip4r-dbgsym_2.4.2-4.pgdg+1_arm64.deb
Size: 176580
SHA256: e8c297a5c4206c55f8d13ca672af332fa50d09989e3d3d6def40bd29bfc317ad
SHA1: 0c6ea9cd534621a3095f06660bdd431c786abd1b
MD5sum: a9c89a92a7b057b584a72a2e6f3f78dd
Description: debug symbols for postgresql-15-ip4r
Build-Ids: 0b0e6de34c10db65935f4b0fa9183becdcb9565c
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-jsquery
Source: jsquery
Version: 1.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 350
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-15-jsquery_1.2-3.pgdg+1_arm64.deb
Size: 130484
SHA256: 7d4fb031dd2d2abb6dd6c9b80942b9c60686eb8a2a831c07c4c48231a1cf96a1
SHA1: e1d19d0920841694d6a738e4277b74eac1dd6c0a
MD5sum: 2305df7ec2f82e5b19622454ed954a4f
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-jsquery-dbgsym
Source: jsquery
Version: 1.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-15-jsquery (= 1.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-15-jsquery-dbgsym_1.2-3.pgdg+1_arm64.deb
Size: 98592
SHA256: bcc2dff4396f98fdce95931f39c63585e46ad49bca1b7166344f00c83c03dfba
SHA1: b35202dae0a02e82069577342a4cf8b9f56b15c1
MD5sum: bc85392932cdbc9adcd317f73a031344
Description: debug symbols for postgresql-15-jsquery
Build-Ids: 6919acf7a0b2d994ffd91643ed69da31e79d772b
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-mimeo
Source: mimeo
Version: 1.5.1-20.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4486
Depends: postgresql-contrib-15, postgresql-15
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-15-mimeo_1.5.1-20.pgdg+1_all.deb
Size: 128676
SHA256: 38a2869b87a277c9d942b52d93ad9df8b69ad88ed01d89cfbd91c212ddb1b614
SHA1: 93cdbc9b15b6222cb8db205fa8ade5c7ba1520a7
MD5sum: c8daad2a9782bce55c40656686e4e0ec
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-mobilitydb
Source: mobilitydb
Version: 1.3.0~alpha-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3690
Depends: postgresql-15-postgis-3, postgresql-15, libc6 (>= 2.17), libgeos-c1t64 (>= 3.12.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-15-mobilitydb_1.3.0~alpha-2.pgdg+1_arm64.deb
Size: 668944
SHA256: fd1367ee0ebb03aeee48657eaef0c29b2650b94b91878933b841251a38f03846
SHA1: 6b5b46d7bbaa838e2f1b3781f497f3616762a78a
MD5sum: d7927ae4a811a2624529f8c147bdeb49
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.3.0~alpha-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2356
Depends: postgresql-15-mobilitydb (= 1.3.0~alpha-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-15-mobilitydb-dbgsym_1.3.0~alpha-2.pgdg+1_arm64.deb
Size: 2128448
SHA256: 41ddbd7da958fe69f925ed41057ebec63c0cfa31b144c6ab60b32290253fb21e
SHA1: f4c29b6f35967058854cd0b02bfeb555f223bb02
MD5sum: c265a09757ecfabecebec3b68a439db5
Description: debug symbols for postgresql-15-mobilitydb
Build-Ids: a72187f668a7a4c95762116639a3d02ed7b052e4
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 348
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-15-mysql-fdw_2.9.3-1.pgdg+1_arm64.deb
Size: 134416
SHA256: 75c4685636e987e24f3106fe1b29dd207930c3d6912bf8ef7f44254f77526fa6
SHA1: 349ec3932e724bfba127f7ee9334853632297238
MD5sum: 1fc66cdee592a445ab0024238d6937da
Description: Postgres 15 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 15.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.9.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 191
Depends: postgresql-15-mysql-fdw (= 2.9.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-15-mysql-fdw-dbgsym_2.9.3-1.pgdg+1_arm64.deb
Size: 171620
SHA256: f5c96c29ea648d134c89195f56ec27c03db199d0e2fe906421d5c16ff4ff0ffb
SHA1: 80dd68fbbb446c49ee10c634f462af31934b4190
MD5sum: 4f665e2f0f8c87afcfe7d73bbbbfa286
Description: debug symbols for postgresql-15-mysql-fdw
Build-Ids: 5d6839fcc0976bc615ed4a3dbd1a5e554e090454
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-numeral
Source: postgresql-numeral
Version: 1.3-8.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 257
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-15-numeral_1.3-8.pgdg+1_arm64.deb
Size: 77732
SHA256: eb616b9fd98e4e8c4e60769d3e3d193cb99e75fcce424f508e978d73c1dc7b04
SHA1: e599d954658853da2c110503805b83eb22cc646f
MD5sum: 41a66e4250569c15797bf815a56ef120
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 62
Depends: postgresql-15-numeral (= 1.3-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-15-numeral-dbgsym_1.3-8.pgdg+1_arm64.deb
Size: 40728
SHA256: 162b14e86cf7e8147e87d143878291aacfca6353a60d83800cf196e51d018904
SHA1: 24820aee95c006facf288f69d5eab8334419ac9f
MD5sum: 61caa603da8975d38d7a52b80d0d2488
Description: debug symbols for postgresql-15-numeral
Build-Ids: f83a652326f457196d78f68e2278f426524ee027
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 344
Depends: postgresql-15, libc6 (>= 2.38), libgdal37 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-15-ogr-fdw_1.1.7-2.pgdg+1_arm64.deb
Size: 93896
SHA256: 1dba8a6e8265b64400aeb38f57435a7050094bb7a27ec4fef06a5d07a5498036
SHA1: 736bd6f9d7606d555622178b2b3c71285fd3591f
MD5sum: b432195627e61b803400e6ead071f8ef
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 201
Depends: postgresql-15-ogr-fdw (= 1.1.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-15-ogr-fdw-dbgsym_1.1.7-2.pgdg+1_arm64.deb
Size: 146012
SHA256: bbabaf767309a317ca396edef4843c5b172c0fa886a265fd177c92be90b15540
SHA1: b9afadee08ba8500b4a9512096689159524b6ba5
MD5sum: ee7f3318a51e97eaf7ff78d80a2d05f2
Description: debug symbols for postgresql-15-ogr-fdw
Build-Ids: 037ffae1a6deb9acd30b38afafe9efc9d36c486a 197a28cb70add2c11ebc1bc9141311a83e439a85
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-orafce
Source: orafce
Version: 4.14.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1244
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-15-orafce_4.14.6-1.pgdg+1_arm64.deb
Size: 374316
SHA256: 7ad581ff49a80c5c63112eb9c82591240d48118d258eee3be3bdfd57f801c32e
SHA1: 362343ff30d8a72a56807bb097ef655c00d4693c
MD5sum: 42a4f29bfef0f165340675d2c149ffa5
Description: Oracle support functions for PostgreSQL 15
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-orafce-dbgsym
Source: orafce
Version: 4.14.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 345
Depends: postgresql-15-orafce (= 4.14.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-15-orafce-dbgsym_4.14.6-1.pgdg+1_arm64.deb
Size: 293808
SHA256: c84e5549b81ef7f015ddb11d5e877106973822d6127a2c3e8493e6dddcc1beb2
SHA1: 530130ea93905f7e19cd6084b2080cbdbe3121e9
MD5sum: 47ba36596a58b978e863fe206123d4d1
Description: debug symbols for postgresql-15-orafce
Build-Ids: c2f43b163e06eddd601341872027dd478f6f0795
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-partman
Source: pg-partman
Version: 5.3.0~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7581
Depends: python3, python3-psycopg2, postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-15-partman_5.3.0~rc1-1.pgdg+1_arm64.deb
Size: 238024
SHA256: 66977e67c0e81677aca2d11bcac90f62024de2db4cbc03c76af2f8554aa896d1
SHA1: 5af00bf08c2d9801fdfaf83b988778a83b6aea01
MD5sum: 76a08cd7328f6896941a295a89534d6b
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-partman-dbgsym
Source: pg-partman
Version: 5.3.0~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-15-partman (= 5.3.0~rc1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-15-partman-dbgsym_5.3.0~rc1-1.pgdg+1_arm64.deb
Size: 40708
SHA256: ac023e01b2ea86bfdee04cd33f3e83f0feaccfa4a2c5f051da1bd963ef2d23d0
SHA1: 2c030b1706a3a2d3cd9b21f9fd3981e09d54da8a
MD5sum: 1773d1f342bc9635031c1106dc005384
Description: debug symbols for postgresql-15-partman
Build-Ids: 7d58031678938c08e0529edb4d6d6e1d6526e65b
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-periods
Source: postgresql-periods
Version: 1.2.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 593
Depends: postgresql-contrib-15, postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-15-periods_1.2.3-2.pgdg+1_arm64.deb
Size: 48196
SHA256: 7d0c7c3d6b073271bed15d984a22e497713f0e6ed7a3c95a54c748e23725f8f0
SHA1: 801a316968529b2fd08056d236f8203a1cadaef3
MD5sum: ad03b2df3b05820e6e659b8cd27c7aa1
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-periods-dbgsym
Source: postgresql-periods
Version: 1.2.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: postgresql-15-periods (= 1.2.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-15-periods-dbgsym_1.2.3-2.pgdg+1_arm64.deb
Size: 38076
SHA256: 141bacc6e6b32a4cb65ef73207193e7a05e7a1c9ba75d3cc1aa68e7ae2601f99
SHA1: 9eb2a6e9772793e5a734d389f03f15166239310a
MD5sum: c832cd60a5cb834554ed4570044b0962
Description: debug symbols for postgresql-15-periods
Build-Ids: a1b71cf8afae77e413148d5916d84ee5a95ce513
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pg-catcheck
Source: pg-catcheck
Version: 1.6.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-15, libc6 (>= 2.38), libpq5 (>= 9.2~beta3)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-15-pg-catcheck_1.6.0-2.pgdg+1_arm64.deb
Size: 35244
SHA256: ebee20e574b38cf2f496cd53b51a8424a46e2f28b1ca8dfb1e87e2da0c58d314
SHA1: c9a7391fe39d15e19bcfc9b31b30329e109caf3b
MD5sum: 5b99fa7d0d6dbe5d0fd43098dbcc8a8b
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.6.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-15-pg-catcheck (= 1.6.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-15-pg-catcheck-dbgsym_1.6.0-2.pgdg+1_arm64.deb
Size: 37988
SHA256: 9c3ce9683cf61ad9d3a4fad02e446a82d1389a795ee9bab0912b32948d41516e
SHA1: bf8b5e783554960c8cddda22f19f61299ee259ce
MD5sum: ba0d3d6fde7caabfc6a065246c0525a3
Description: debug symbols for postgresql-15-pg-catcheck
Build-Ids: 50094a6ebff2a523aa6915c5cc09a9baeccb5c51
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pg-checksums
Source: pg-checksums
Version: 1.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-15, libc6 (>= 2.38)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-15-pg-checksums_1.3-2.pgdg+1_arm64.deb
Size: 35224
SHA256: 8d1e7ec9dd5da5642d27c5e7a545f232db5b632321750fe13b26eb463a598ea5
SHA1: 8c1c681a2b322e51375291337cb30a3e4783f519
MD5sum: 4d69cdccb843b54c0980479b1ac1ab54
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-15-pg-checksums (= 1.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-15-pg-checksums-dbgsym_1.3-2.pgdg+1_arm64.deb
Size: 21736
SHA256: 6c8fc9f40bf5fe833dee8b4d40ba8c6a6d41dc8612b982f166f6e577368f770e
SHA1: f879996d6025bb8fd2bf7c5a68d26c126132b53b
MD5sum: 6aad7369e77da051ea6936381a9c6610
Description: debug symbols for postgresql-15-pg-checksums
Build-Ids: 01ab26a498911b17b06fea9f2f026153e37dbfae
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pg-crash
Source: pg-crash
Version: 0.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/cybertec-postgresql/pg_crash
Priority: optional
Section: database
Filename: pool/main/p/pg-crash/postgresql-15-pg-crash_0.3-2.pgdg+1_arm64.deb
Size: 13916
SHA256: 34742fc5bf4ce87c14113e38613c45a9456e747b729ee410fffc27df0ac0b30c
SHA1: 143883365ad0527a722d889d0f181170ca951911
MD5sum: 93e8399e849e40c146a4fb4cfadfc103
Description: Periodically crash your PostgreSQL database
 If your database is too reliable - pg_crash can kill it for you. pg_crash is
 an extension to PostgreSQL that periodically crashes your database
 infrastructure by sending kill (or other) signals to your DB processes and
 make them fail. It is ideal for HA and failover testing.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pg-crash-dbgsym
Source: pg-crash
Version: 0.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-15-pg-crash (= 0.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-crash/postgresql-15-pg-crash-dbgsym_0.3-2.pgdg+1_arm64.deb
Size: 15264
SHA256: b3d13c23606ff7c13ea50ce780364becf0bb3bbe66796c2f15f0d5e66035318e
SHA1: 664293ede346213e72ac4265a9262b95c661e58c
MD5sum: 6ab7ff753ea2e4846183ea07ab3819bc
Description: debug symbols for postgresql-15-pg-crash
Build-Ids: ca46ab27d382d863f9b391108e9b31e5017491ef
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pgextwlist
Source: pgextwlist
Version: 1.19-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-15, libc6 (>= 2.33)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-15-pgextwlist_1.19-2.pgdg+1_arm64.deb
Size: 30464
SHA256: 520aa9be326ed8ad05cc0246b8bc16db174011cb568f8ccecd00b2f681026e77
SHA1: 86a35c2e9d9285f6f0f1bb9f26e4c9503d859c70
MD5sum: 2cd48f46e911407b4cd4a4d8b86e16d6
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.19-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-15-pgextwlist (= 1.19-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-15-pgextwlist-dbgsym_1.19-2.pgdg+1_arm64.deb
Size: 54200
SHA256: 9f9fcda5578330f2ba0aeaee2620e9713508baef3f3aab1725346d9cba5ed549
SHA1: bc0d70b5ac9f170c7e0fdd0d1278225178f97a2e
MD5sum: e2eb093127dd863eda5a1ebd48af3032
Description: debug symbols for postgresql-15-pgextwlist
Build-Ids: 38b057885ef0ec0627823610cba5b09c5e311f04
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pgfaceting
Source: pgfaceting
Version: 0.2.0-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-15-roaringbitmap, postgresql-15
Homepage: https://github.com/cybertec-postgresql/pgfaceting
Priority: optional
Section: database
Filename: pool/main/p/pgfaceting/postgresql-15-pgfaceting_0.2.0-5.pgdg+1_all.deb
Size: 9884
SHA256: 16208ead3175617e29f9293b1014703bf66a5bb93e2b17743878570142d69bcc
SHA1: 2ba31c5236b1eb357f4b2192044df740231fd961
MD5sum: 41c97f59a2461e4cc178e91ddd2a0932
Description: Faceted query acceleration for PostgreSQL using roaring bitmaps
 PostgreSQL extension to quickly calculate facet counts using inverted indexes
 built with roaring bitmaps. Requires pg_roaringbitmap to be installed.
 .
 Faceting means counting number occurrences of each value in a result set for a
 set of attributes. Typical example of faceting is a web shop where you can see
 how many items are remaining after filtering your search by red, green or
 blue, and how many when filtering by size small, medium or large.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pg-gvm
Source: pg-gvm
Version: 22.6.11-1.pgdg+2
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-15, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-15-pg-gvm_22.6.11-1.pgdg+2_arm64.deb
Size: 19904
SHA256: f875fc8ea08e713e6c403d6017e7c4b4cfaa6377dddf34f598af98c781502310
SHA1: c8c197f39a08c7271c054009fb16cc781d52d1a9
MD5sum: 9027212f61b2c7ee73ff0f53dd44a099
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.11-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-15-pg-gvm (= 22.6.11-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-15-pg-gvm-dbgsym_22.6.11-1.pgdg+2_arm64.deb
Size: 27688
SHA256: f0ad08130acd427ac62bf10d7437c3eb8104805fbae821989472e0154ba70c32
SHA1: 6c6ab6829300589a18ca4b45abb4a19c71563c83
MD5sum: 605d3c4e879a613df32e29dc947fd890
Description: debug symbols for postgresql-15-pg-gvm
Build-Ids: 931611ac763040ec7c4f8038fe49b0d62f8cccd6
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pglogical
Source: pglogical
Version: 2.4.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1289
Depends: postgresql-15, libc6 (>= 2.38), libpq5 (>= 9.1~)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-15-pglogical_2.4.6-1.pgdg+1_arm64.deb
Size: 360824
SHA256: 34d677bfc2bcd818516a5914b0a998fcdb7dc7e3358e5ff10b172fdf20a3943c
SHA1: 096f8c570241a1d0cdb1525db11f9f4322d4a28c
MD5sum: 8e370455dafcf15350a2d9691fe3c5c5
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pglogical-dbgsym
Source: pglogical
Version: 2.4.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 524
Depends: postgresql-15-pglogical (= 2.4.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-15-pglogical-dbgsym_2.4.6-1.pgdg+1_arm64.deb
Size: 395116
SHA256: fff40112238c8f37c628a9adc86b3667b07682f9e40e62bcac9186043b34aa90
SHA1: c3750fa2b543f76625dd70fd5990cea6b152094c
MD5sum: 7aa0930a1e6ae8d586f1cad1762b4eca
Description: debug symbols for postgresql-15-pglogical
Build-Ids: 36759812f0ae14fe68a82a7464eca2c1b0955b82 a8aa76d83b046db5847d3eca9c64b96bf580420b a90fc3eb8fedce0cc91bd0478d8caa22375c3d11
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pgmemcache
Source: pgmemcache
Version: 2.3.0-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 158
Depends: postgresql-15, libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-15-pgmemcache_2.3.0-15.pgdg+1_arm64.deb
Size: 46404
SHA256: c133fa866966484e5417b2207922f15ada8546124c3cb35564fdb81d693302c3
SHA1: 1b438d06aed472708253134d346e718c10b272bb
MD5sum: cdcdaa98bad2b21b0c693191464fa09e
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-15.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-15-pgmemcache (= 2.3.0-15.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-15-pgmemcache-dbgsym_2.3.0-15.pgdg+1_arm64.deb
Size: 48172
SHA256: 59595c5158c56388d8602ea38f4eaba614359499eedf9d2a92acc45c0e4bf120
SHA1: f8bb750454d129c24a8d941d5c1c281f76859ec3
MD5sum: 65bf430824f083a596a176c7bf2480e5
Description: debug symbols for postgresql-15-pgmemcache
Build-Ids: dab725e581163df26dcb20b04685746dae6acbac
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pgmp
Source: postgresql-pgmp
Version: 1.0.5-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 411
Depends: postgresql-15, libc6 (>= 2.38), libgmp10 (>= 2:6.3.0+dfsg)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-15-pgmp_1.0.5-4.pgdg+1_arm64.deb
Size: 102824
SHA256: 0d94ac720f70301f6686eb9effa07b504902970f0462b150670eae886c2642b9
SHA1: 45ec6903dfbc498f1db37b3738c16d0a01a121dd
MD5sum: e7c3479b2c6f0e252cdf8b21fd496a54
Description: arbitrary precision integers and rationals for PostgreSQL 15
 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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.5-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-15-pgmp (= 1.0.5-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-15-pgmp-dbgsym_1.0.5-4.pgdg+1_arm64.deb
Size: 65740
SHA256: b3eda8d0f94712c455fdc4f123e543c3ae2c994e8a12c69a89c58b92daf344f6
SHA1: 131dc2c6ae2b004d9833b0329ee67ff33e013bf0
MD5sum: 4963c25a9e0b0b391bcb3048ed258729
Description: debug symbols for postgresql-15-pgmp
Build-Ids: 1987edcdafdb699bd8350de196dc117a55f85aa7
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pgnodemx
Source: pgnodemx
Version: 1.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 251
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/CrunchyData/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-15-pgnodemx_1.7-2.pgdg+1_arm64.deb
Size: 86096
SHA256: 7da52b5e09d7abde05552d9ce1dc299132cd37deee714b387d13abd44e4b3bc0
SHA1: 4f7f5f85fc7836c59b94289634f95b812b56d2af
MD5sum: 32deb54c9bb2a78aea170b22182a58d8
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pgnodemx-dbgsym
Source: pgnodemx
Version: 1.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-15-pgnodemx (= 1.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-15-pgnodemx-dbgsym_1.7-2.pgdg+1_arm64.deb
Size: 75164
SHA256: 8ee18d4800edf52398f38c7a950c0ec134881c0f3b82fe1b787f3e2032027f3f
SHA1: 17e36f6f878bd5ea5b1fdfbfcea6e9b3acbae0af
MD5sum: c0636fa7516d2da4a0ad6fe6442d275b
Description: debug symbols for postgresql-15-pgnodemx
Build-Ids: 8e4fe6d57aad0af33348ff1078955e0a0dd8663c
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pgpcre
Source: pgpcre
Version: 0.20190509-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-15, libc6 (>= 2.17), libpcre2-8-0 (>= 10.22)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-15-pgpcre_0.20190509-9.pgdg+1_arm64.deb
Size: 19252
SHA256: 168c1c274562d6f7a241350eb8d3f423f15292f23a6614fa078f12bb085e8cd6
SHA1: 758269db478bba10b7e1892aeee329fb04219227
MD5sum: d11d125c83651469d83fe5363415dc74
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-15-pgpcre (= 0.20190509-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-15-pgpcre-dbgsym_0.20190509-9.pgdg+1_arm64.deb
Size: 15516
SHA256: 64bea036269bc905aef86ef7c898a216760677d2ca326bdb0bef568e78abf2b7
SHA1: c6e962ec701ec5917160e2ce850ae9ec894b539b
MD5sum: c28933b973e57668cefe999dfba3f229
Description: debug symbols for postgresql-15-pgpcre
Build-Ids: 682cf71618b6e1781485937d414631844f736f09
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pg-permissions
Source: pg-permissions
Version: 1.4-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-15
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-15-pg-permissions_1.4-2.pgdg+1_all.deb
Size: 8656
SHA256: 5b163d6f65b4fe8d3b8690408eaf9b75ae2dea7cc6fa1ba2ba624d644b49f07c
SHA1: 1fdefe1f21a9b3be3e41b6f84fd64431cca9d3b0
MD5sum: 875e8c909707b192197f9f53826bf33b
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pgpool2
Source: pgpool2
Version: 4.6.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 445
Depends: libpgpool2 (>= 4.6.3-3.pgdg+1), postgresql-15, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2_4.6.3-3.pgdg+1_arm64.deb
Size: 157688
SHA256: 445fd7f9a9f1c0ae02bc880446852f419c6d63d744c9ee7483aab43344ce1010
SHA1: 7a153e7cc6b2401b2b6795b75e0b15cb3fa983b7
MD5sum: f963944cbd3d05d4ec30c6269763220c
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 15 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-15-pgpool2 (= 4.6.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2-dbgsym_4.6.3-3.pgdg+1_arm64.deb
Size: 51248
SHA256: f12bfabb4a7562e934adacd79abf778d82ec5cc60ba7cfaf6ba0280d27ef14d8
SHA1: 5b3362d62c215e2deb61a4195979a2826a9eb830
MD5sum: 163bef32a0f5a7ca17bbeafcd42e2d4a
Description: debug symbols for postgresql-15-pgpool2
Build-Ids: 687d24078da9bfb06c86c96dae186803773d836c 693f6b26d9730c20f9f8031df406d5bf18306ee1 7d18d6d5897b24fe26f0ae8f640630e9c3ba98f9
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pgq3
Source: pgq
Version: 3.5.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2314
Depends: pgqd, postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-15-pgq3_3.5.1-2.pgdg+1_arm64.deb
Size: 126900
SHA256: 8cb03d02ffb4cedfb7424ac87a38d180de4c0eb25788ba39235a360ca8328e43
SHA1: a9f169920aff2603063d4583e4c9deddd8cbd784
MD5sum: 4efe6faf79580f6b4ae21e3543ab2623
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pgq3-dbgsym
Source: pgq
Version: 3.5.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-15-pgq3 (= 3.5.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-15-pgq3-dbgsym_3.5.1-2.pgdg+1_arm64.deb
Size: 78240
SHA256: d68b496ba02636c8c32dd764e51d7b2bb95bcd095cfcd991d4fa10e502fcdf76
SHA1: a6fbfde183cd04bea830170215ce3aee864aed47
MD5sum: 89119a3f5917b5f6e36459537a67a918
Description: debug symbols for postgresql-15-pgq3
Build-Ids: 1400ee98987e52bdd8a858e685d3b2845626438b 972db523fdd8387d4bd0f402c0431923f6ec7faf
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pgq-node
Source: pgq-node
Version: 3.5-8.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 539
Depends: postgresql-15, postgresql-15-pgq3
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-15-pgq-node_3.5-8.pgdg+1_all.deb
Size: 12936
SHA256: 53e7dbe6ae610266bfffbef51cd308c70900d615d2e9796fecbf2ceb3b221b8d
SHA1: 2b9fd5629842fc987a2ac2cab52c48c0816188b7
MD5sum: 9e8c2914f7333f0cd6891aae4f0501f5
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pg-qualstats
Source: pg-qualstats
Version: 2.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 284
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-15-pg-qualstats_2.1.2-2.pgdg+1_arm64.deb
Size: 59860
SHA256: 219e7054ee6fbba963e6bc0ada1fcc457de8486ae16916afc307be2c5bbddfb9
SHA1: c7ecfa72192c697c1c22a3f4472584ef975f3c54
MD5sum: 8cb6db50fc1b282ee954f4b984e589c0
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-15-pg-qualstats (= 2.1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-15-pg-qualstats-dbgsym_2.1.2-2.pgdg+1_arm64.deb
Size: 61528
SHA256: 157630999921174d7f680b34a8cb63b9e08334330baac5a3699afba71e1fa1c7
SHA1: 6f51b26e7eba22d995303d85d95c19b872467b9e
MD5sum: 2e6087b0b266a289d6b63199c693e0bb
Description: debug symbols for postgresql-15-pg-qualstats
Build-Ids: d948c53e7218d9af0e5b801614be3d5542426849
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pgrouting
Source: pgrouting
Version: 3.8.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2999
Depends: postgresql-15-pgrouting-scripts (>= 3.8.0-2.pgdg+1), postgresql-15, postgresql-15-postgis, postgresql-15-postgis-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting_3.8.0-2.pgdg+1_arm64.deb
Size: 814564
SHA256: 9beffbf9329d337de7ce1919726f8145d704e4fd5bfe33dfb31a229932756d53
SHA1: 8975eea34ce01ed4de7fb10a478e427852e9805b
MD5sum: e2217e550232205de927884defa8dde3
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 15.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pgrouting-dbgsym
Source: pgrouting
Version: 3.8.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25527
Depends: postgresql-15-pgrouting (= 3.8.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-dbgsym_3.8.0-2.pgdg+1_arm64.deb
Size: 25626720
SHA256: 044d13759d425a11326b6c4c18c0cb324e7de7a8e9291c959e448c1417e6a92c
SHA1: 4df3a69ca740f1a1826b501b0454586c35fd2289
MD5sum: e11595b0a6798d3f8a8cc452b0b91fe7
Description: debug symbols for postgresql-15-pgrouting
Build-Ids: 12862f43d0e369e9371df935fab77a459d60eaa5
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pgrouting-scripts
Source: pgrouting
Version: 3.8.0-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3928
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-scripts_3.8.0-2.pgdg+1_all.deb
Size: 65280
SHA256: ec7d196458d0cf2c4cdde3a19aa3815c3dc13961fceb59543c93a486e642ca7c
SHA1: 0817b586d3739e5bc5a949df759de26e9ec3c362
MD5sum: aba4662916036d22b4ab07f8b91a5528
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 15.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pg-rrule
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-15, libc6 (>= 2.17), libical3t64 (>= 3.0.0)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-15-pg-rrule_0.2.0+git20211101.d7d10f2-4.pgdg+1_arm64.deb
Size: 25472
SHA256: 0dc4cff7193c260b4d749c76bedae67b3208841c1c726576889c60c8e18b8ba7
SHA1: f641a07b3ec9b81260508e3efc93eaffcee03d45
MD5sum: b1eaf52df965c6f63baa97f0a292a239
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pg-rrule-dbgsym
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-15-pg-rrule (= 0.2.0+git20211101.d7d10f2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-15-pg-rrule-dbgsym_0.2.0+git20211101.d7d10f2-4.pgdg+1_arm64.deb
Size: 20624
SHA256: e1a4eebad5508b82477faf1f5149f1ebf8100424a210cf44a459929a599533bc
SHA1: d1763b695757ab7eb701992857d01747df4a67ba
MD5sum: 8f89b8c065e73223398308176098d866
Description: debug symbols for postgresql-15-pg-rrule
Build-Ids: 5528dcd192e51b2c9308fd0a2c14cf37ba6adb75
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-contrib-15, postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-15-pg-stat-kcache_2.3.1-1.pgdg+1_arm64.deb
Size: 38344
SHA256: 894999e53e63160dd655383a104b7cdb4383b55f82c449c336b807ef03c0daa7
SHA1: 8515b3626a7a5368b290253d6eb73ccbc4693db2
MD5sum: 278e5ead3b27a58cc52d07435667a9f8
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-15-pg-stat-kcache (= 2.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-15-pg-stat-kcache-dbgsym_2.3.1-1.pgdg+1_arm64.deb
Size: 40224
SHA256: b4be66da33e9b9fdeb1e208ac324cd323fd129bdcca5ca5de5c0d3109c74f255
SHA1: 9f1a4fc093c36ac766d0299a5943c624b3fa082d
MD5sum: 32ced4d6fc1f815ca5c948e83dab0f37
Description: debug symbols for postgresql-15-pg-stat-kcache
Build-Ids: 3766f49a670a55eee8fe9e567b409b32fa661143
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pgtap
Source: pgtap
Version: 1.3.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1812
Depends: postgresql-15
Recommends: libtap-harness-archive-perl, libtap-parser-sourcehandler-pgtap-perl, libtest-harness-perl, pgtap-doc
Provides: postgresql-pgtap
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-15-pgtap_1.3.4-1.pgdg+1_all.deb
Size: 63588
SHA256: 536e41c6cef339bfd1e172213f9d6e9f3661775a6737e8bd5034894c2996f378
SHA1: ca8412797040d9321b59587f936c6f71fce7f25d
MD5sum: c51135753e24416ec1aa1188e6b48a29
Description: Unit testing framework extension for PostgreSQL 15
 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 15.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pg-track-settings
Source: pg-track-settings
Version: 2.1.2-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-15
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-15-pg-track-settings_2.1.2-5.pgdg+1_all.deb
Size: 9968
SHA256: abc69fd1d3199040a5279951ce4f834d54b1f1db32d139f819118fad984d6f59
SHA1: e6e9a30b3212b91f16c3ed6c1b8fe84affe4dc5b
MD5sum: ee906d3fb8c8b509638d1038b5897284
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pgtt
Source: pgtt
Version: 4.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 197
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-15-pgtt_4.4-2.pgdg+1_arm64.deb
Size: 60912
SHA256: 0374c703465de9f5b526cb89b28cef6a43408b63b971f7d7aa78a0684373e1f8
SHA1: 54d7a8878ef311cd019ef2e0ccc0b70170c784d0
MD5sum: a4ef96f310969d45652b83b690a9df60
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pgtt-dbgsym
Source: pgtt
Version: 4.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-15-pgtt (= 4.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-15-pgtt-dbgsym_4.4-2.pgdg+1_arm64.deb
Size: 79168
SHA256: 8ef2da10f636aa8c646cf2b71c70bd824a2b6b58f62f9b681a7c6cffc08e56d4
SHA1: 17384df6012623fec1966ac6a1d2b73467db98f1
MD5sum: 2cdba03fe3c597da326814e49b19c81f
Description: debug symbols for postgresql-15-pgtt
Build-Ids: 5c45895a7dca802338346b9ce78b95d1d23ca142
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pgvector
Source: pgvector
Version: 0.8.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 713
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-15-pgvector_0.8.1-2.pgdg+1_arm64.deb
Size: 253792
SHA256: 86cc12366f194d9701bdbde0a4ce6163725a075cadfc59465276ac6090faf0a1
SHA1: 16ab6fb65257287a2d33f435e0dcaf582c8215e2
MD5sum: 078f388f3c10bb2d7636e94d9e032c8f
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pgvector-dbgsym
Source: pgvector
Version: 0.8.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 327
Depends: postgresql-15-pgvector (= 0.8.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-15-pgvector-dbgsym_0.8.1-2.pgdg+1_arm64.deb
Size: 292608
SHA256: a20e08be97daf4d6061e9651098e4a69ab9bf0de4dc44e56c4b6e6807e176dc1
SHA1: 4c0d568a87132a3581019a1362429e21ddf857f1
MD5sum: 546be913f3947a952fa60f8e1247be02
Description: debug symbols for postgresql-15-pgvector
Build-Ids: 597750e97285a34846720a33ee0b005fdbfdb64c
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.9-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-15-pg-wait-sampling_1.1.9-2.pgdg+1_arm64.deb
Size: 38996
SHA256: ba8789613e1ac0a9307cffbd87a51326629fb376161dab46e8b37d83bb5b215e
SHA1: 58ff98f6a52e6b0ae16dd867445fece5dffd3e4e
MD5sum: 9ab6a22a08e13cd0106a2003f0974a1c
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.9-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-15-pg-wait-sampling (= 1.1.9-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-15-pg-wait-sampling-dbgsym_1.1.9-2.pgdg+1_arm64.deb
Size: 53284
SHA256: 984f3f0ecd41648a1b5a1e83915c457ec823fcd1748808c08581c19e622516cd
SHA1: 4c15eba2b510ee23e2ad4d8e0d09e90e52da5e89
MD5sum: 72ed313d63599b59ccb9f3833f6c0011
Description: debug symbols for postgresql-15-pg-wait-sampling
Build-Ids: 976f16bd965407589063e5b1d8b913bbf83ee654
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pldebugger
Source: pldebugger
Version: 1:1.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: postgresql-15, libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-15-pldebugger_1.9-1.pgdg+1_arm64.deb
Size: 73652
SHA256: 0eccb76af4ec539205dde6fdb614becb75050d60121fd782374419681dcb7fa6
SHA1: 43dfcee0b44a47f1920627fe90e284b91d67b880
MD5sum: 919925b3e678bfdccab7eec4f16834bc
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 122
Depends: postgresql-15-pldebugger (= 1:1.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-15-pldebugger-dbgsym_1.9-1.pgdg+1_arm64.deb
Size: 102508
SHA256: c2bb4e7033f6170eb04b2d72e75c3f29d3b35601481f688d824ab3dcf7454121
SHA1: 4de2f46263e5438a6b5997864adfb4e14cd7d813
MD5sum: e987083b5c57d6365fad67d0e24ff827
Description: debug symbols for postgresql-15-pldebugger
Build-Ids: 2fbda902d8503bf1aa828db47c9cfc19bdc2c57d
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pllua
Source: postgresql-pllua
Version: 1:2.0.12-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 996
Depends: postgresql-contrib-15, postgresql-15, libc6 (>= 2.38), liblua5.3-0
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-15-pllua_2.0.12-6.pgdg+1_arm64.deb
Size: 355764
SHA256: 6aa2ad78b4c9ea23b4677048f4b40a1ebd60bc0fad7417e232a33fe476903ccc
SHA1: 23d5c54247c0ccbcaccced88cde21b1e909c5d53
MD5sum: 99d577605d66d85f6b1a007e18d2d20e
Description: Lua procedural language for PostgreSQL 15
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 369
Depends: postgresql-15-pllua (= 1:2.0.12-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-15-pllua-dbgsym_2.0.12-6.pgdg+1_arm64.deb
Size: 322140
SHA256: f8d173fed13432d2f1ff446271096dcd32d0b4e034324e095f418e26835fe699
SHA1: 328406e58390671ae84e36565accd0e3cbeadd38
MD5sum: 886af2a5bd7fcd3f8775fd1ca7416bb6
Description: debug symbols for postgresql-15-pllua
Build-Ids: 718dd02ec3d394d8b098d0ca86701cecbafc2559 b555fcecc3e27d76f1daa6c79605cd0c2d3e670d
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.8.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 753
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.8.2-2.pgdg+1_arm64.deb
Size: 307648
SHA256: 3efe2ef6aa3c1bd6332fe171b51c8d24231e520b714d32631a322a30b74bdc0b
SHA1: e7c0c62325a7424788cef2156ef605f9f4ee9db9
MD5sum: 47f3aa7252164812090d197e7907b202
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 356
Depends: postgresql-15-plpgsql-check (= 2.8.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.8.2-2.pgdg+1_arm64.deb
Size: 321736
SHA256: 9b5980ab298d155b9896c94305d44228173a65d63c7b0d119fbbc43f3b6f076b
SHA1: 9b2fad1dd34a5cc76c10239d21535c4c056ece86
MD5sum: 338d57276f0f9867b942c61c795c2c2e
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: dd5dad185abe9e073ec50178c828ca64fd61211e
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-plprofiler
Source: plprofiler
Version: 4.2.5-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: postgresql-15, libc6 (>= 2.17)
Recommends: plprofiler
Breaks: postgresql-15-jit-llvm (<< 19)
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-15-plprofiler_4.2.5-4.pgdg+1_arm64.deb
Size: 46212
SHA256: 542ea25eb2cff95e9e9f765fa59237556e7c24a42e84ef24db26115543f56e84
SHA1: af67bf2a8ccec936d4111d99747ef00a639f2dd7
MD5sum: 3d3d13972d2c63b08118649ff4c39976
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.5-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-15-plprofiler (= 4.2.5-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-15-plprofiler-dbgsym_4.2.5-4.pgdg+1_arm64.deb
Size: 65156
SHA256: 222873da5ca83c778ade526a4a2f7e72aa4bf220b02ad15fb534df83c6f061ef
SHA1: 2df9a54e681cd897d335118c00e427d40a01e062
MD5sum: b9b564b0b489c23af8c9ee5748dd4d39
Description: debug symbols for postgresql-15-plprofiler
Build-Ids: d9bf9e17774cfd5be9d4a3ce458e768d34a68b9d
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-plproxy
Source: postgresql-plproxy
Version: 2.11.0-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 355
Depends: postgresql-15, libc6 (>= 2.38), libpq5
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://plproxy.github.io/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-15-plproxy_2.11.0-13.pgdg+1_arm64.deb
Size: 136700
SHA256: 7a8416a1b9e1dcd8fc68e398a604692e4ad6a10a17d0ce68e3e5d88af5d51d31
SHA1: 6a78ea77f89a24cd00e538ddc9716d636f893b7a
MD5sum: c9c8e25b6b5713a591b4f903384fb43f
Description: database partitioning system for PostgreSQL 15
 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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.11.0-13.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-15-plproxy (= 2.11.0-13.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-15-plproxy-dbgsym_2.11.0-13.pgdg+1_arm64.deb
Size: 124100
SHA256: 2742fce8b81b8822676baa5fbd27df6360ce631f91b6189267073af71b1489c3
SHA1: fe607227913f09b466cbf3214598147c9dafc711
MD5sum: 5411e4b3514217045c51e71900adeab4
Description: debug symbols for postgresql-15-plproxy
Build-Ids: 8a19e1e9e4ddf2f0dc97ffadb577c8d711162490
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-plr
Source: plr
Version: 1:8.4.8-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 337
Depends: r-base-core (>= 2.10), postgresql-15, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-15-jit-llvm (<< 19)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-15-plr_8.4.8-2.pgdg+1_arm64.deb
Size: 137444
SHA256: e152ebdc259129b41813516866732d4cdb7396d4a0e0d217e1d4af6bf9cece9d
SHA1: 6d5e19016ca09028f463ee085c4965678b03bee9
MD5sum: fa15febdb9e2d59ea9ebd6fdf463be68
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-plr-dbgsym
Source: plr
Version: 1:8.4.8-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-15-plr (= 1:8.4.8-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-15-plr-dbgsym_8.4.8-2.pgdg+1_arm64.deb
Size: 129940
SHA256: 4c658bbf84800e388d790831298c7eb05f04b350b61ae6639ce4c7da4c006db4
SHA1: 7560a9b748c9dc552dc8e0d37a12ae3d51292a52
MD5sum: 4f1f9c8f06a1eea2c7744fb568915a69
Description: debug symbols for postgresql-15-plr
Build-Ids: 6d946aab2b6f3e8247e0245976339ef69815ba75
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-plsh
Source: postgresql-plsh
Version: 1.20220917-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/petere/plsh
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-15-plsh_1.20220917-4.pgdg+1_arm64.deb
Size: 28400
SHA256: 23f630b1fcd4dd19b497b96e8a8bd9572af1747c7f561432908c1341087a6ad2
SHA1: 3315e0681734061254b7c82bd57b032b3791cb69
MD5sum: a087f99375af48bf21acf18bb48585d4
Description: PL/sh procedural language for PostgreSQL 15
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in a shell of his choice.  You need this package
 if you have any PostgreSQL 15 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20220917-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-15-plsh (= 1.20220917-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-15-plsh-dbgsym_1.20220917-4.pgdg+1_arm64.deb
Size: 46108
SHA256: c63f95c2dcdaaf7a63c97bb3d102064ff98e32f03e000b14ac59fac2e33494a7
SHA1: 53d1205a77686d2c767190286e2a100cff5671f6
MD5sum: 518ded773f2f6bf334bd377a13bad12a
Description: debug symbols for postgresql-15-plsh
Build-Ids: fe7b045d2dfebc80beab5eebf19dd4833a9310bc
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-postgis-3
Source: postgis
Version: 3.6.0+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10099
Depends: postgresql-15, postgresql-15-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal37 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-15-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3_3.6.0+dfsg-2.pgdg+1_arm64.deb
Size: 3459700
SHA256: 78746d956e82e555c358fcecd79a8bdab66600711e1eb02351692ebf47d24e05
SHA1: 02ee1390185810661bae7c189712cc386d4b6a86
MD5sum: 4e2622e1a48a04932a297bcdec524e1d
Description: Geographic objects support for PostgreSQL 15
 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".
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-postgis-3-dbgsym
Source: postgis
Version: 3.6.0+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4662
Depends: postgresql-15-postgis-3 (= 3.6.0+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-15-postgis-3-dbgsym_3.6.0+dfsg-2.pgdg+1_arm64.deb
Size: 4087528
SHA256: 240f02b9e0bdd545fc1d717b8c829175e83f251385e9dbeae725b03dd7bfa718
SHA1: 78255b627b05587232c37bb53990101674bd6c72
MD5sum: 843f06bda3c16e91016bf61d31798fd9
Description: debug symbols for postgresql-15-postgis-3
Build-Ids: 107db3180f75cb768d20df520344d5c1b7d92900 14cd511c8d69fbe0f259d3b4f37b46c100cace49 29446c175a34fbae5bb5209227a80f469c7935c7 7ae9d6688494609de9a8b335dc2ae576a2cff118 9075632571015960ce7ac84de07587e5491ad0d8
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-postgis-3-scripts
Source: postgis
Version: 3.6.0+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38973
Recommends: postgresql-15-postgis-3
Provides: postgresql-15-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3-scripts_3.6.0+dfsg-2.pgdg+1_all.deb
Size: 1296664
SHA256: 46088f9ee41efc19c31df12e0b0365395d5cac2e6ba59f526650b7c9bc2c8421
SHA1: 98a1946c74237940a897a850f54e8fbed3b712d9
MD5sum: 60202b95caa07e4878ad88fcc919d199
Description: Geographic objects support for PostgreSQL 15 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 15 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-prefix
Source: prefix
Version: 1.2.10-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 19)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-15-prefix_1.2.10-4.pgdg+1_arm64.deb
Size: 42348
SHA256: 81411b83636795c539330068f22a4d9ecb1632016bd4e211ca077f1726afd39e
SHA1: bc8ab55b21f92438a588d4add9259a7ea7bf0c1f
MD5sum: a7ec7aedc764ce04c457e091a581e78a
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-prefix-dbgsym
Source: prefix
Version: 1.2.10-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-15-prefix (= 1.2.10-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-15-prefix-dbgsym_1.2.10-4.pgdg+1_arm64.deb
Size: 43836
SHA256: e1fb590f8603268af6fe2971db7f54f98d8b2a91fb049ad80239edec2960b8f7
SHA1: 617ed1bc77c1d4657f402af75b1759afeca22718
MD5sum: 06b2214476c0c08a9fc32f6cb431a016
Description: debug symbols for postgresql-15-prefix
Build-Ids: ab5bc0b8c902f717081184f53781f855c6132ea2
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-prioritize
Source: postgresql-prioritize
Version: 1.0.4-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-15-prioritize_1.0.4-13.pgdg+1_arm64.deb
Size: 11992
SHA256: 1de0229cbd788d31ec34c33c2346a033ae25db17982ec50de9e41d4248b0d646
SHA1: e279435272d4aeec17430e2a50a1e651fb6c649d
MD5sum: f685934407174e7af2746654ed3efc43
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-13.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27
Depends: postgresql-15-prioritize (= 1.0.4-13.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-15-prioritize-dbgsym_1.0.4-13.pgdg+1_arm64.deb
Size: 12696
SHA256: 6d5ab1a7c958778754f027b063fea39624fecc43163ae29f693af7fac42073d6
SHA1: 53bb818f2c1826fb02c3f8b3a5ab884f8931f20a
MD5sum: 71b011d653a6789564e54508c3cfe31e
Description: debug symbols for postgresql-15-prioritize
Build-Ids: fa8767c738bf304b0f36a6fd99dc2033c2bb8016
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-q3c
Source: postgresql-q3c
Version: 2.0.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3488
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 19)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-15-q3c_2.0.1-5.pgdg+1_arm64.deb
Size: 157220
SHA256: d6f223dba22d65d4e19292a0b3fa322a308df2e19747b3f9987a5926a32295c6
SHA1: 2edc8fc27f9995c5ff6f7b5d7845e0418f352094
MD5sum: c3918fe173f1a66ee4d34a9c761e432a
Description: PostgreSQL 15 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-15-q3c (= 2.0.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-15-q3c-dbgsym_2.0.1-5.pgdg+1_arm64.deb
Size: 92160
SHA256: e8229d34bed5784b7e75fbce0f24b6fff4746a067670c22888050cde5dc6b577
SHA1: e1320360204313a52cc777db4e0cc65227d8359e
MD5sum: 21ae1ea41bb1849fc4de3ba9daac278a
Description: debug symbols for postgresql-15-q3c
Build-Ids: 61b8e72344eb536a3eb66c50345519f63607e5a0
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-rational
Source: pg-rational
Version: 0.0.2-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-15-rational_0.0.2-8.pgdg+1_arm64.deb
Size: 25128
SHA256: 971529ea0a58c5856c1860d7f288d8b9ed6cb611d34623c7104e99ff63bf12ad
SHA1: 2a35fb036f87361bbf49e46a07cd97fe2a1c5e1a
MD5sum: 9b8a919bf194ca373bf6e7b561342c1d
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-rational-dbgsym
Source: pg-rational
Version: 0.0.2-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-15-rational (= 0.0.2-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-15-rational-dbgsym_0.0.2-8.pgdg+1_arm64.deb
Size: 19908
SHA256: ecec0d7c5ac25f76173d4614007aa92e27ff5d31ce1b2fd27ad5adaf3c1d8f77
SHA1: 058d92a0d8699eed65e5368b0fd6288450985bda
MD5sum: c95542afdbeae3be572102935088f772
Description: debug symbols for postgresql-15-rational
Build-Ids: 05a15234ededf70ed2affb4bb813473305786ca4
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-rdkit
Source: rdkit
Version: 202503.6-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 669
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.6), libstdc++6 (>= 13.1), postgresql-15
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-15-rdkit_202503.6-2.pgdg+1_arm64.deb
Size: 251112
SHA256: ee79914d6bac4b1a957782d8114b192fca84cbeb679a7cdb0f9ed74aa376db72
SHA1: 25a9964e4dac214872e9917e0216bba782a6c68c
MD5sum: db6c3b8751303e9bb0a4b2feb8c37760
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-rdkit-dbgsym
Source: rdkit
Version: 202503.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1215
Depends: postgresql-15-rdkit (= 202503.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-15-rdkit-dbgsym_202503.6-2.pgdg+1_arm64.deb
Size: 1149384
SHA256: aad89572079370e430f695bf50a09fe406135115a75eacd712a12b87cb5d1b8a
SHA1: 60c824b6fe61e7b8300a8efe6d34a3a50f342e46
MD5sum: 8c4eac68a911ce5beef8890fd8aecc68
Description: debug symbols for postgresql-15-rdkit
Build-Ids: faca30b73fb05b7dcf1c3e7fd9e658bc1d432ef7
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-repack
Source: pg-repack
Version: 1.5.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 309
Depends: postgresql-15, libc6 (>= 2.38), libpq5 (>= 9.0~)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-15-repack_1.5.2-2.pgdg+1_arm64.deb
Size: 103924
SHA256: 4a4e88358eb27c397d04b9c9c363f4598c45ca779693ce228f6f095369e191d0
SHA1: 71a5c236badb686521d54dfc921f44ad8271253b
MD5sum: 28dd5c1e41faeaeb7b3a92a881e3d303
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 15.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-repack-dbgsym
Source: pg-repack
Version: 1.5.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: postgresql-15-repack (= 1.5.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-15-repack-dbgsym_1.5.2-2.pgdg+1_arm64.deb
Size: 121644
SHA256: a074dd4c00affeaa56a05a9b89192f5ac2e84276f62b8cc9a3635569096c54ab
SHA1: bf553f7adddde92426d8faca7c90313367343b65
MD5sum: 5db6c209b66972efd3f77bb2b1a04dab
Description: debug symbols for postgresql-15-repack
Build-Ids: 27181af05d31a53945cd9cced66786c568e74cce f8c8d85a758534974692579714aa2767097e3c2c
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-repmgr
Source: repmgr
Version: 5.5.0+debpgdg-2.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1121
Depends: repmgr-common (>= 5.5.0+debpgdg-2.pgdg+1), postgresql-15, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-15-repmgr_5.5.0+debpgdg-2.pgdg+1_arm64.deb
Size: 226300
SHA256: 96182b24d52908df0d084c2c448825bfd537a30c6c21a6af622f02a7b68a8484
SHA1: e631b4b31a0f96a910ecbac6d4b60b4a065294c2
MD5sum: 1ebb918c8553a82d85cb42760018ce87
Description: replication manager for PostgreSQL 15
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 15.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-repmgr-dbgsym
Source: repmgr
Version: 5.5.0+debpgdg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1454
Depends: postgresql-15-repmgr (= 5.5.0+debpgdg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-15-repmgr-dbgsym_5.5.0+debpgdg-2.pgdg+1_arm64.deb
Size: 605012
SHA256: 38f8bebc3b6b65e77f68c8814d5fecf0e0dd3e97696d3913c2860e4a3b564e0b
SHA1: ad974f2e2e4e9f4ae2498b247635b86ea8fd2f03
MD5sum: a6982c072624e40e9a50fbfabe66b223
Description: debug symbols for postgresql-15-repmgr
Build-Ids: 29f5b0b5e39ad46754daaea52e53fc1af7071309 516e4c1e71fcf92471287151a0bf53364c4f432e dec3e4f12bd8e8b4c579572fcc782cef9c20cced
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1006
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-15-roaringbitmap_0.5.5-2.pgdg+1_arm64.deb
Size: 404044
SHA256: 596ffc672b3d3af4dbcd30c6e8b34621e9c492d512953738b0f19b35f07da234
SHA1: 29e81066f1f8865db8e8344ae0b34eb3e5eb0689
MD5sum: 3815edca3a3c9d4b0e1ad5c77090f4fe
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 528
Depends: postgresql-15-roaringbitmap (= 0.5.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-15-roaringbitmap-dbgsym_0.5.5-2.pgdg+1_arm64.deb
Size: 490736
SHA256: 38c43c8a588066628b6a5308c28b8c14bbb702167f57820351baa483124afada
SHA1: 3a3c77c5ce4f9e60fd27c3db0be5a2a615b29ad0
MD5sum: 4d5c57b87bb85fdcfa081f21c1a50899
Description: debug symbols for postgresql-15-roaringbitmap
Build-Ids: b74c57effc2a2408c4f0cd6227a64592e392da66
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-semver
Source: postgresql-semver
Version: 0.40.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-15-semver_0.40.0-3.pgdg+1_arm64.deb
Size: 39920
SHA256: 2687b2db3227c4ad3de9913d6f45ff8f4efc44c8c3eaff408eb94d5563a70510
SHA1: b6bb4571cdea1cb3c8dd95f00eea40e143826db3
MD5sum: 20cf8aae249c1f98c33e624ad3380eab
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-semver-dbgsym
Source: postgresql-semver
Version: 0.40.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-15-semver (= 0.40.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-15-semver-dbgsym_0.40.0-3.pgdg+1_arm64.deb
Size: 20568
SHA256: c2d63e599af2dfef03ba5cbcd92d3df41d30b36f660dba940ab908036c01ba03
SHA1: 5463caf645ad5f849695b4c6e5e7ba0301060c4e
MD5sum: 3a044ee4e6f6e425f1834dfa399a523f
Description: debug symbols for postgresql-15-semver
Build-Ids: d4b2393577ffd538777b5b3e92aee3ba2487cbd8
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-set-user
Source: postgresql-set-user
Version: 4.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 147
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-15-set-user_4.2.0-1.pgdg+1_arm64.deb
Size: 35928
SHA256: b96d392cdec7f83f49aaccd50c7bb20df3b8d00b27aacd3ac113c7e324bf1750
SHA1: 135e422f957284f898a88d0c4e0a760c4d3b9a71
MD5sum: 574913d97800a4a5f6c22470db395a38
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-set-user-dbgsym
Source: postgresql-set-user
Version: 4.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-15-set-user (= 4.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-15-set-user-dbgsym_4.2.0-1.pgdg+1_arm64.deb
Size: 45772
SHA256: cfa1f11a92f3c9432f5916c26d60f5d473e77256dc1a2e4786607ffcc9f62b21
SHA1: 84444bd2862b8231727e8f681a004c57aa059254
MD5sum: c99207ad796fac070e77536fbe7e1f66
Description: debug symbols for postgresql-15-set-user
Build-Ids: 18ce584f04e464852253b5dc23074b4da97b2ba9
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-show-plans
Source: pg-show-plans
Version: 2.1.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-15-show-plans_2.1.6-2.pgdg+1_arm64.deb
Size: 23388
SHA256: 5d3ede47f1c68a2d0649f585f42b372310aef928378884c185bd4ced53d18138
SHA1: 8d847b8bc323f5c7da7c7c47742cfd828370913f
MD5sum: 360fedc809e6c8d6daa471effde3d80c
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-15-show-plans (= 2.1.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-15-show-plans-dbgsym_2.1.6-2.pgdg+1_arm64.deb
Size: 36136
SHA256: c8285ff161756f815a0b4069bbb6a96b44b31b1059c84a02d4b349841fbfde16
SHA1: f5538f667d5badf1db5abb0d82de9b93ccb8df49
MD5sum: 5a46411706ef1d3425f6b935d2ca63f8
Description: debug symbols for postgresql-15-show-plans
Build-Ids: 9db1f4fcd8eece451921017da3d5fb5b34045d34
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-similarity
Source: pg-similarity
Version: 1.0-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 383
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-15-similarity_1.0-9.pgdg+1_arm64.deb
Size: 99912
SHA256: 5f6d3d718d1b5cdced6f56b9cd95afb5fa919628376cd745844b8c50db5f0e09
SHA1: f31fc0d81d443ad0644b7e658946f91d0b831942
MD5sum: b28cbfd03957959dd2d7c0bebd613877
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-similarity-dbgsym
Source: pg-similarity
Version: 1.0-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-15-similarity (= 1.0-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-15-similarity-dbgsym_1.0-9.pgdg+1_arm64.deb
Size: 62184
SHA256: 2d5a9a01d24a350b6b115d5f9c0a691f7ef7ea1c7f432733a13662c9aed18058
SHA1: 29c587d916d4013bc8e2fe5ddc3bf603da3de095
MD5sum: 84a969c32dc48c49c6c88b2bd54ce4c3
Description: debug symbols for postgresql-15-similarity
Build-Ids: 0891577234e7fe630c53e1a34f50696137745ef4
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-snakeoil
Source: pg-snakeoil
Version: 1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-15, libc6 (>= 2.17), libclamav12 (>= 1.2.1)
Recommends: clamav-freshclam | clamav-data
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-15-snakeoil_1.4-3.pgdg+1_arm64.deb
Size: 17468
SHA256: d9e0fafe20350824983eb5e9c9614cc3e3e91201769dc2ae0650a8c958730f0f
SHA1: 4f150ae350f3284446e7fe19f80a155a85de46a0
MD5sum: 992182162fac15c6b8a0bb11f0244b56
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-15-snakeoil (= 1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-15-snakeoil-dbgsym_1.4-3.pgdg+1_arm64.deb
Size: 14956
SHA256: e1ffd27fb8e295c341275df2b89513cd86fb27c405371e80453f6c9247b79ca2
SHA1: 01ece6e3e06d34ec014033a7a331a8106e08d972
MD5sum: 3bd5eb70cb1a50b37fe0f886bd9df23d
Description: debug symbols for postgresql-15-snakeoil
Build-Ids: 746e486dcbf044ffa00be31c5059420f9a760ec7
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-squeeze
Source: pg-squeeze
Version: 1.9.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 347
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-15-squeeze_1.9.1-2.pgdg+1_arm64.deb
Size: 124272
SHA256: eda93992dc6412a614269aaf883b1fa1a4cc408ce52423af0678ccd0fcaa687d
SHA1: f29053c746bb49ef87ebcf177baee7f25d7106a1
MD5sum: c471839b61b866829853dbf9e95bee39
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-squeeze-dbgsym
Source: pg-squeeze
Version: 1.9.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 174
Depends: postgresql-15-squeeze (= 1.9.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-15-squeeze-dbgsym_1.9.1-2.pgdg+1_arm64.deb
Size: 148720
SHA256: 088b5f32ffd90c47f81a2a824622eda8bbfe6fa1a543358a60ebddc9971aa5d3
SHA1: 3937200c8ff42c550f65d7aa68063ebe146a794c
MD5sum: 1a66a88a3e99aeb89bf53d5d9522951b
Description: debug symbols for postgresql-15-squeeze
Build-Ids: d47fcc048b8943174d1557303cab02e0f41efd1d
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-tablelog
Source: tablelog
Version: 0.6.4-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-15-tablelog_0.6.4-4.pgdg+1_arm64.deb
Size: 46564
SHA256: 6ed57c273eb214e1602fdb548ed9690237ccab3722ebfcb3c592a32f4a6e03fd
SHA1: e76f99be5f4244052089c9a6ef836a6759e01d2f
MD5sum: 6ceae555756369673b09173e4cc80f90
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-tablelog-dbgsym
Source: tablelog
Version: 0.6.4-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-15-tablelog (= 0.6.4-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-15-tablelog-dbgsym_0.6.4-4.pgdg+1_arm64.deb
Size: 49696
SHA256: e8cdda05ebca3881d51be28aca5135fe13c5fca3518a6969a051a6680ea2c27d
SHA1: 3301d6dd097ee81a6f2346a7fbc55071e1859096
MD5sum: 743b68bef8b029af57345d8776fe2cf3
Description: debug symbols for postgresql-15-tablelog
Build-Ids: bbc580790e8e74fb7d2edfcde2e3d7f15ba28dff
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-tdigest
Source: tdigest
Version: 1.4.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-15-tdigest_1.4.3-2.pgdg+1_arm64.deb
Size: 63936
SHA256: 8f4551413a11325ec5b826fe560c27d477c02cff323f5cc37ac57b9e16319b09
SHA1: d998ff1a7654ccd531c95b987994886a9a11614c
MD5sum: bba18d0ecd0913082d468bec32b16a40
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-tdigest-dbgsym
Source: tdigest
Version: 1.4.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-15-tdigest (= 1.4.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-15-tdigest-dbgsym_1.4.3-2.pgdg+1_arm64.deb
Size: 48444
SHA256: 8753d23dcecc5aaa0dffe575f6bcce36615e13279c22dd447c94ff3025ade40b
SHA1: dcb5bfb9dbf1bc74f349ebd9f8e03046a707dedd
MD5sum: 3327c31c0dd9a3e848e988f12bbfa601
Description: debug symbols for postgresql-15-tdigest
Build-Ids: 24bb269f711e7b7944f750018bf3d2009c3e321e
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-tds-fdw
Source: tds-fdw
Version: 2.0.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 311
Depends: postgresql-15, libc6 (>= 2.38), libsybdb5 (>= 0.91)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-15-tds-fdw_2.0.5-1.pgdg+1_arm64.deb
Size: 115960
SHA256: c596d7d42c0eb737a295f8f7c4e21891683a8a846097510dba190c57d06284d2
SHA1: 3c788718a46804526faca8466de238eabaabd814
MD5sum: 4a3d58a4c2419a462d7c2d67956d6285
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 156
Depends: postgresql-15-tds-fdw (= 2.0.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-15-tds-fdw-dbgsym_2.0.5-1.pgdg+1_arm64.deb
Size: 138980
SHA256: 666a46a974c9c3c91ae7aeeec60c84040c4b24f60a0c09e816f6f9c9ff91259b
SHA1: c188502ab98bb04a37f58e27121c7b900925aa84
MD5sum: df1038bfc6eff08d5f00f32cb0dd322a
Description: debug symbols for postgresql-15-tds-fdw
Build-Ids: 35179312fc6737d87358d0ab49170276de42b8d0
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-toastinfo
Source: toastinfo
Version: 1.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-15-toastinfo_1.5-3.pgdg+1_arm64.deb
Size: 13240
SHA256: 6740b89f7f76f2eb17477ce762c80c05345057a46450c2f41b9b474675b5cc58
SHA1: 32116911ffe6ab149fe007d09069092155c595c7
MD5sum: fe68d40b05549033a20a883df73d59f7
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-toastinfo-dbgsym
Source: toastinfo
Version: 1.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-15-toastinfo (= 1.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-15-toastinfo-dbgsym_1.5-3.pgdg+1_arm64.deb
Size: 11276
SHA256: e5f7e5735fe9f05edb5a1e71038a5e70af262b60312eb994a99b6a52fff206b1
SHA1: 8d843f72bf03d13a6654b773fec8295a6d62a766
MD5sum: 39b6a27bb9aebb9aea077c644fb64b43
Description: debug symbols for postgresql-15-toastinfo
Build-Ids: c827c3027b19e80bb59b7fc1d017f99872fe79e9
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-unit
Source: postgresql-unit
Version: 7.10-2.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 687
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-15-unit_7.10-2.pgdg+1_arm64.deb
Size: 162684
SHA256: 1eea9235b391ec5e640c089a8e314140f512635cb7971d438de8c9518036d916
SHA1: 4a9d6128d7b431620d9b18683d0c1d767d241faa
MD5sum: 43b824d5631a01b62193794be8deb812
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-unit-dbgsym
Source: postgresql-unit
Version: 7.10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 80
Depends: postgresql-15-unit (= 7.10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-15-unit-dbgsym_7.10-2.pgdg+1_arm64.deb
Size: 58272
SHA256: 57bf86513a8b60b62a72f412ecc873ff9f0ef81007853febb617a05ea8a034ff
SHA1: a27f0700ac568ca6bba5c705b82f83fe418fb33a
MD5sum: 9a62aa742ec23d9472088dee48334c72
Description: debug symbols for postgresql-15-unit
Build-Ids: 18192fea714f5cb66b6dfe7ce028e23a713a0468
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-wal2json
Source: wal2json
Version: 2.6-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-15-wal2json_2.6-3.pgdg+1_arm64.deb
Size: 57760
SHA256: cafced3d52b3f3d9cc12e2d9fab2d7b557e24a9f09190d937317890fc67885e3
SHA1: c822bf1d720fb62fdaa0a65f80b57db2c1f14923
MD5sum: 1734c3ce615eb4263427afa152dd5fac
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-15-wal2json-dbgsym
Source: wal2json
Version: 2.6-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-15-wal2json (= 2.6-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-15-wal2json-dbgsym_2.6-3.pgdg+1_arm64.deb
Size: 73152
SHA256: 79f470cc5892ed937bafca5e95c1efd8afa1c271551db72ebe2635d859c6721d
SHA1: d1a9f187884758bc2876b37fe4e63e4f519299c1
MD5sum: 703b566509305ce490ab448ec82b1f66
Description: debug symbols for postgresql-15-wal2json
Build-Ids: 127a6eaa5dd161569fda543dfb8a48d2b5701f69
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-asn1oid
Source: pgsql-asn1oid
Version: 1.6-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-16-asn1oid_1.6-3.pgdg+1_arm64.deb
Size: 13360
SHA256: bfcaa78c634817da226cc267aecac0c1a6f02adfd30d912ce3c53e2a6d9a4283
SHA1: 12f17e555e91dece0b6ff8438d5ba24a507de52d
MD5sum: 37ddf7bdb518b5aab5c188fa213fc9b5
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 16.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.6-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24
Depends: postgresql-16-asn1oid (= 1.6-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-16-asn1oid-dbgsym_1.6-3.pgdg+1_arm64.deb
Size: 9756
SHA256: edb0cb19c0a6acb7045b79026561498dcb20ad7b4fb9ba80f9513d383b80568d
SHA1: 0cdffe8f6d93194e98ba0909f335c854796b7fb2
MD5sum: be68044c516fa526150e6be5aaa6f3d3
Description: debug symbols for postgresql-16-asn1oid
Build-Ids: 2ec9de8616fe0845e680d0ac2e79d3b1efb55963
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.8-2.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 98
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-16-bgw-replstatus_1.0.8-2.pgdg+1_arm64.deb
Size: 15220
SHA256: 130071e66ff90fc181bde5ada7fb50db3322a0b7e1fd33023896f0fcf9f7b869
SHA1: 8673ce84918005774cd0c3f165545b5531f53a9d
MD5sum: 7b0ca0c3921ae54926817d975ce29f32
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.8-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 24
Depends: postgresql-16-bgw-replstatus (= 1.0.8-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-16-bgw-replstatus-dbgsym_1.0.8-2.pgdg+1_arm64.deb
Size: 8808
SHA256: 093f103fc89e24748786851ee7e9752f27dc8e97506a989f91c51dd5e48c0319
SHA1: 4d9b9dc82817733b9a611681a06b84cc01eee1bd
MD5sum: 5035496da8697eccf548741345890418
Description: debug symbols for postgresql-16-bgw-replstatus
Build-Ids: fe24ae81dc28a88331d0ce5b7d7fa24cc7001a81
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-credcheck
Source: credcheck
Version: 3.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-16-credcheck_3.0-3.pgdg+1_arm64.deb
Size: 65996
SHA256: 526d016864ab4844fd7df23dd972ca901ce39da7fcba9a41c8ce597f98aa85c7
SHA1: 4d9dda15e01f5bffc5e9bda450bc95ba2120e6d6
MD5sum: 9fb1156665ef58a016402b772f66e2f8
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-credcheck-dbgsym
Source: credcheck
Version: 3.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-16-credcheck (= 3.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-16-credcheck-dbgsym_3.0-3.pgdg+1_arm64.deb
Size: 71644
SHA256: ec3bade329c586932f391c23fc52247081fed72f3207f996e29ced2e01e74049
SHA1: 53b3539692787c66b69037723f3a38a1ba46a9cd
MD5sum: 8c9ac02a86e2a862473b527d9b1034c2
Description: debug symbols for postgresql-16-credcheck
Build-Ids: 69426d14c55c5795723001e2c288f7e915074f55
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-cron
Source: pg-cron
Version: 1.6.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 223
Depends: postgresql-16, libc6 (>= 2.38), libpq5 (>= 9.0~)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-16-cron_1.6.7-2.pgdg+1_arm64.deb
Size: 91056
SHA256: e63f0ec3ad61b447387db42dec16c73df9cc9b4ae681759a9821b54199b25bab
SHA1: a62d63c64000a3c2d4e4ad195b1e0f86c256b728
MD5sum: e371f661da309b5caeba1b642c761771
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-cron-dbgsym
Source: pg-cron
Version: 1.6.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 142
Depends: postgresql-16-cron (= 1.6.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-16-cron-dbgsym_1.6.7-2.pgdg+1_arm64.deb
Size: 122068
SHA256: d55b391446780ec6616b8e3c2e7d2237aa5a2d97ed9606f23aad7a9ca73694c2
SHA1: f5126788f3a2384d8f3225d00dc67917929572e2
MD5sum: 5e1c085aeb9da777113fc2c02c3b5b86
Description: debug symbols for postgresql-16-cron
Build-Ids: 6f6eede7f45c800436159828e5cd4020581d52fc
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-debversion
Source: postgresql-debversion
Version: 1.2.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-16, libapt-pkg7.0 (>= 0.8.0), libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-16-debversion_1.2.0-3.pgdg+1_arm64.deb
Size: 14284
SHA256: 61d23cca82b0e9d5fcc0a1815e73e99ff98fe4954123da774a99fb47d2efdef9
SHA1: d416393700b77351bd34904bd4ca5cb76b376af0
MD5sum: ba0fb4c94ed437fdc1e112de4f440ef1
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()
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-debversion-dbgsym
Source: postgresql-debversion
Version: 1.2.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-16-debversion (= 1.2.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-16-debversion-dbgsym_1.2.0-3.pgdg+1_arm64.deb
Size: 20304
SHA256: 6c493fabb3d1735ed0fe3fc95d065056481197cf4c038d170dc60b24474225d2
SHA1: 0091c3b160696d7cfb648d7989aa2c7f8e61d095
MD5sum: e212ab94b2163b500bc29a5b76e589d9
Description: debug symbols for postgresql-16-debversion
Build-Ids: 688c472774ee3907841e244feaa53b24ce7d0432
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-decoderbufs
Source: postgres-decoderbufs
Version: 3.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-16, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-16-decoderbufs_3.3.0-1.pgdg+1_arm64.deb
Size: 40408
SHA256: f71798c7656a1eb6cf5051b62ee5dcf2300b5abfc2c931628575b586177ee2dc
SHA1: 1b53c209d653fc9e6505fd27f31a281ed8efd188
MD5sum: 25944a74e10d00ec892bd2b07ac0e75b
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-16-decoderbufs (= 3.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-16-decoderbufs-dbgsym_3.3.0-1.pgdg+1_arm64.deb
Size: 53576
SHA256: b103956fa931051408c78d3f3987ecb586a9621c2a35d7c8db8511e3bd19067a
SHA1: 5e1e665763ad481cbf5da7325439dda8c0964c8a
MD5sum: 7b1a84c82ceb6d079b581487bb6ddc2f
Description: debug symbols for postgresql-16-decoderbufs
Build-Ids: 4ed84a774d38c2303527263b9fd76a2da0ea39c0
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-dirtyread
Source: pg-dirtyread
Version: 2.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 19)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-16-dirtyread_2.7-3.pgdg+1_arm64.deb
Size: 21660
SHA256: 93cb289486dca959800cf1dda54a7ba819b38090230fcc4b73b56a708b21dfd4
SHA1: 078336d67cab4d8c461cf2714ed87f999e191339
MD5sum: 3a0bf597b6056aacd402b0c45c88e126
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-16-dirtyread (= 2.7-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-16-dirtyread-dbgsym_2.7-3.pgdg+1_arm64.deb
Size: 33740
SHA256: b17ecd615c6e730c781ae5ee9f1e11bdd5fcae9cf18c4ca223fa3d879ad1fdaf
SHA1: 73f2a8601f1391f9e667f50831f800862f3e1913
MD5sum: d35bccf04c16901598d4ec5cddadb5a3
Description: debug symbols for postgresql-16-dirtyread
Build-Ids: 1cbd375abb135437ad89a77c2b1f7c4dec303d0a
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-extra-window-functions
Source: extra-window-functions
Version: 1.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-16-extra-window-functions_1.0-7.pgdg+1_arm64.deb
Size: 16388
SHA256: 76103a83aedf325c6f27404780e3740ed46c124b7b3ab48fb9c1af02a4f8597c
SHA1: 72ae56140a9358c2f2ae51b2991f83f947e489de
MD5sum: ae42c1297bd0165a1b1576f2a7504060
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-16-extra-window-functions (= 1.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-16-extra-window-functions-dbgsym_1.0-7.pgdg+1_arm64.deb
Size: 9684
SHA256: 1476fe9d0cebb3e589428ecc0b7375b797c8e927e2a31c2ce56899816c9f920e
SHA1: 946681bf855d6c6fdc8040d130e9ceea17076fb4
MD5sum: 935251ca19507d423d81e4319265fed6
Description: debug symbols for postgresql-16-extra-window-functions
Build-Ids: cde300d76dca20c96c4dd60dd83dd25faf3a974f
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-16
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-16-first-last-agg_0.1.4-4-gd63ea3b-9.pgdg+1_arm64.deb
Size: 8712
SHA256: d87bb28816904d5c79f10fcc73df289824813b21f853097b329e098f27bd948e
SHA1: 4b68e82e73fb9c6243bb6733ab115f5d9afe6d1d
MD5sum: e0534ac528a31d5f9afaf3b9590db739
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-16-first-last-agg (= 0.1.4-4-gd63ea3b-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-16-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-9.pgdg+1_arm64.deb
Size: 4024
SHA256: 737c5e443da7623738d2bc90967927e94b92885b0e40d3c66b66647c69e9f09b
SHA1: 9df4dc9b1f1e712ed7df54d4ae17f1e8dc766dfc
MD5sum: 18bba687537c164568d4a2db0bc42d48
Description: debug symbols for postgresql-16-first-last-agg
Build-Ids: be5eae8174ab42a472c39987b608b2ad44abff21
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-h3
Source: h3-pg
Version: 4.2.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 471
Depends: postgresql-16, libc6 (>= 2.17), libh3-1 (>= 4.2.0)
Homepage: https://github.com/zachasme/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-16-h3_4.2.3-2.pgdg+1_arm64.deb
Size: 53068
SHA256: 730eac549620acaf71c2d929e2b561dab0bd8abe24d03e687abd155577abbace
SHA1: f88875671c26a0ef27b06aa877df5c63d908b09c
MD5sum: e928c4b1ccd46c66350c609f3df1ef29
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 16 extension.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-h3-dbgsym
Source: h3-pg
Version: 4.2.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-16-h3 (= 4.2.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-16-h3-dbgsym_4.2.3-2.pgdg+1_arm64.deb
Size: 112804
SHA256: 1845a0b31aceaf9f5aeb667bc63826f24fa5b9f8b1e2881e5bc249731abe0aa1
SHA1: c3b2bfc9e1d82cca73ea278d79b64402672e6452
MD5sum: 0dd387c6e916e52b399a83957c77ceb2
Description: debug symbols for postgresql-16-h3
Build-Ids: cebd46c11ac6afd4b304ac86e3d6bf22506dfb7b d7125e7f24f79c39188c8feb68a9bd3b3b0231f6
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-hll
Source: postgresql-hll
Version: 2.18-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-16-hll_2.18-3.pgdg+1_arm64.deb
Size: 78256
SHA256: 0a835c2d957d4a262ec253ed8ecb1d2b119fa969f70348b8bb954e66afa699cb
SHA1: 221982f857f032bfe85cf597c8385de2ea992ae4
MD5sum: bd79602df18a07e7af329c6b1401cb2f
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-hll-dbgsym
Source: postgresql-hll
Version: 2.18-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-16-hll (= 2.18-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-16-hll-dbgsym_2.18-3.pgdg+1_arm64.deb
Size: 98208
SHA256: 77d36a1368c097c7ed7131f75468487134d364dcd9701a0bbc8a5bb43e5b1ca1
SHA1: ef26fa525a67f29b4f6ddbc943c94348d33ed614
MD5sum: 80ca63f899c90cfc9cbc5f33f7aa95d1
Description: debug symbols for postgresql-16-hll
Build-Ids: 9c949926fcc0c515174d696964878c3df356ac04
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-http
Source: pgsql-http
Version: 1.7.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 175
Depends: postgresql-16, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-16-http_1.7.0-3.pgdg+1_arm64.deb
Size: 52080
SHA256: 1ca689cde17de84fb9b6371bd14c2aeb1fdc54a94438b59bff09a47ece0dc6dc
SHA1: 61542b8dcdf927313a48bcb866b5aaa0ad592914
MD5sum: 8f44d8c5d4a64c0ed9f4f79b75b61916
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-http-dbgsym
Source: pgsql-http
Version: 1.7.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-16-http (= 1.7.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-16-http-dbgsym_1.7.0-3.pgdg+1_arm64.deb
Size: 59700
SHA256: b6bb59aa536e7e551a1ca7bf02ec0bc75022d21539b12008fe3027a6a0f68916
SHA1: 56f2d46ae6c2d55a83ec1d629fcbfd35b8a4a854
MD5sum: 50fb229e9da16094e1f61b08c2121a55
Description: debug symbols for postgresql-16-http
Build-Ids: 34171ff7c8c42d812b5443daf20843b4d681ba31
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-hypopg
Source: hypopg
Version: 1.4.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-16-hypopg_1.4.2-2.pgdg+1_arm64.deb
Size: 62704
SHA256: 914290f3f8c464bea66291392a6e814ee280deea70a04749a9aa14ff19570097
SHA1: a0fec2e52114e576ea057010f59482f45fae2269
MD5sum: fe40b4962731c78c6f2430d71c038ccd
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-hypopg-dbgsym
Source: hypopg
Version: 1.4.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-16-hypopg (= 1.4.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-16-hypopg-dbgsym_1.4.2-2.pgdg+1_arm64.deb
Size: 97764
SHA256: 9894d8090e320a3802bcad8814dae4c531fc472f768051d40ac1ae914c028e80
SHA1: 6b848430d6928275e27c6bedbbe6b2de07fd9004
MD5sum: fd57f3e6131bbd0705af1b65eac138e7
Description: debug symbols for postgresql-16-hypopg
Build-Ids: f1d7045a4d2f8d493c958ba87267c2f1c82e1303
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-icu-ext
Source: icu-ext
Version: 1.10.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 275
Depends: postgresql-16, libc6 (>= 2.17), libicu76 (>= 76.1-1~)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-16-icu-ext_1.10.0-2.pgdg+1_arm64.deb
Size: 96348
SHA256: f7c1b64858748fb8f44bc23103000b947179418cb61b82fe3a8df6c7b5bbb5f9
SHA1: 46a21206894473d22afcd23fada03e899b05306c
MD5sum: 9eb6e14f1f7f443920df91fefae97a3d
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-icu-ext-dbgsym
Source: icu-ext
Version: 1.10.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 122
Depends: postgresql-16-icu-ext (= 1.10.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-16-icu-ext-dbgsym_1.10.0-2.pgdg+1_arm64.deb
Size: 96888
SHA256: dc137632a2299a3a6484cea223ef90a4ee1c59e9c6a40c87d8b0b7ebe92e70a9
SHA1: 5712edb4a5444530cb20ed5a5c34358ba5328605
MD5sum: d9938532898fac89438bbebc89ebf1fc
Description: debug symbols for postgresql-16-icu-ext
Build-Ids: 358a1989f6434f41f2ea9f677ab38e304f79e8fe
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-ip4r
Source: ip4r
Version: 2.4.2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 585
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 19)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-16-ip4r_2.4.2-4.pgdg+1_arm64.deb
Size: 185524
SHA256: 3c4774636bda3472b889b36204f5ce7e9fdb33971f6a6ade3675e8ddfc009503
SHA1: 8eb7bf6431a9073cf1d39cb70fbc8a1f6892a52f
MD5sum: 5bbc31db898211ce5012ff284842bd8c
Description: IPv4 and IPv6 types for PostgreSQL 16
 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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-ip4r-dbgsym
Source: ip4r
Version: 2.4.2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 244
Depends: postgresql-16-ip4r (= 2.4.2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-16-ip4r-dbgsym_2.4.2-4.pgdg+1_arm64.deb
Size: 207888
SHA256: 442ad2b285584bab1437c12bb08540bdeb89199935938aaa7782b15976379830
SHA1: f3b669a484aa8b483f9ed6e731bd8962cad70d28
MD5sum: f9562ec7d54f315f90eab1ea99354480
Description: debug symbols for postgresql-16-ip4r
Build-Ids: 718a10cb41547ba911e79105a08952f79f38ebb6
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-jsquery
Source: jsquery
Version: 1.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 350
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-16-jsquery_1.2-3.pgdg+1_arm64.deb
Size: 128144
SHA256: d352419bb011b4333a7c7fac1cd52b3461bb3f8630a4d75d358b545e63528e07
SHA1: 0c6753e08ba94f91127e94a2677f7b6fe0627bc7
MD5sum: 18f2f5850564ffdb8d9635c7b7057dd0
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-jsquery-dbgsym
Source: jsquery
Version: 1.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-16-jsquery (= 1.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-16-jsquery-dbgsym_1.2-3.pgdg+1_arm64.deb
Size: 106688
SHA256: 55bf04a4ad90ddc5c169822176a6cf743080de5eacef2f5b4c3e4db8d6afe505
SHA1: f18d64737ef40170a98795e30e7b87f36b7a64ca
MD5sum: debec176cd116af5b728512c2752c217
Description: debug symbols for postgresql-16-jsquery
Build-Ids: d19eb1f07f52fe42a748623d40f2c234859f3812
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-mimeo
Source: mimeo
Version: 1.5.1-20.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4486
Depends: postgresql-contrib-16, postgresql-16
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-16-mimeo_1.5.1-20.pgdg+1_all.deb
Size: 128672
SHA256: f547c99a9132d9ddb374c81faa515f43a37fe166bbd766545b7a32beb4c829ba
SHA1: 9539413095920a0aecb075f42af51c0231456b61
MD5sum: fc5e6375e9a0574c3b6d3f5ed98b78d2
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-mobilitydb
Source: mobilitydb
Version: 1.3.0~alpha-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3689
Depends: postgresql-16-postgis-3, postgresql-16, libc6 (>= 2.17), libgeos-c1t64 (>= 3.12.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-16-mobilitydb_1.3.0~alpha-2.pgdg+1_arm64.deb
Size: 668520
SHA256: d19ed8b3309118497d786872127629b4740e0c0bccc900b4e3da1546dd1512fb
SHA1: dd33932646eef5d3fcf7f4b46bd1baba63fc705a
MD5sum: 06b232b334bf3256b0a014e896364e50
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.3.0~alpha-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2502
Depends: postgresql-16-mobilitydb (= 1.3.0~alpha-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-16-mobilitydb-dbgsym_1.3.0~alpha-2.pgdg+1_arm64.deb
Size: 2277532
SHA256: 180a72bc6136ebe10cdff7f29cedef062683b26245b97b94dea42a12ca741c03
SHA1: 7e265108552971aa2900ae489abef7be228dd192
MD5sum: eb669a288724f4d3b8958bc3ae9c1bc7
Description: debug symbols for postgresql-16-mobilitydb
Build-Ids: 02fbdc1445ff75c7ac41bcf050c0920f23166d4c
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 348
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-16-mysql-fdw_2.9.3-1.pgdg+1_arm64.deb
Size: 133504
SHA256: 074c3a9fc410dbb502320dc774bbdda4b253c0f17179ece2436c507584d47f1f
SHA1: 1ae19ac15c97b3382c4e73fe131edc3352356dfa
MD5sum: 73330ee578c15d1c3cf819e7431224c7
Description: Postgres 16 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 16.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.9.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-16-mysql-fdw (= 2.9.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-16-mysql-fdw-dbgsym_2.9.3-1.pgdg+1_arm64.deb
Size: 175576
SHA256: d9bf3471bcccb89acf09e0dc8b53d883c40988d3e49ab97b0e35adaf7f54ff42
SHA1: b309f657d44f2473ceb466fa4e8812072ae57802
MD5sum: 9d247fb565fd5f833ef2b9eaf3808418
Description: debug symbols for postgresql-16-mysql-fdw
Build-Ids: aef553aac874ac50dfffbf9f9f53bb8bb261f33f
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-numeral
Source: postgresql-numeral
Version: 1.3-8.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 257
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-16-numeral_1.3-8.pgdg+1_arm64.deb
Size: 75064
SHA256: 9575dc8e338ec3dd7bc691520cbca68aaf519be6ca65b4507ee609fb3cbfe756
SHA1: 52e80e5acb7318c911e6349ba30205979bf3c409
MD5sum: 53ff05f2374ef1879e5fd3e577196107
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 66
Depends: postgresql-16-numeral (= 1.3-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-16-numeral-dbgsym_1.3-8.pgdg+1_arm64.deb
Size: 43820
SHA256: 9f8dfb33e5b41f02bd63ff35e64201c74924772b4c0c9e363624abce729984ad
SHA1: a162fea0c0f37163b550aaa94623e67cb24a3b93
MD5sum: b00f1efb7c31c6b13e007bccdc9ebb00
Description: debug symbols for postgresql-16-numeral
Build-Ids: eb97e86934603b944f008c50cef617840120cd5b
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 280
Depends: postgresql-16, libc6 (>= 2.38), libgdal37 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-16-ogr-fdw_1.1.7-2.pgdg+1_arm64.deb
Size: 93204
SHA256: 15e0553c08fb7789fbefeea3b9bd91ae03b1c6db1b9515aa337be6542b80f0ee
SHA1: a1825ee18f594f3b1695effa9705262156499808
MD5sum: def2f31d5789b7f067db66acd88136e5
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 203
Depends: postgresql-16-ogr-fdw (= 1.1.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-16-ogr-fdw-dbgsym_1.1.7-2.pgdg+1_arm64.deb
Size: 149764
SHA256: b64e92aa75f2107aec2f31a9c46e7b47af76765d3b8b28c467ced5d64da500df
SHA1: 9d1bc6740214b8865e3b9a335da4aec74741bb1a
MD5sum: e88feab0f76f4a5c9e9cdc944ee275f6
Description: debug symbols for postgresql-16-ogr-fdw
Build-Ids: 35fd823e3aa5a6061d2bcacd382e0ebe42f4d88a 78b1f7401ad2748542ff5aed9515968a6fd62623
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-orafce
Source: orafce
Version: 4.14.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1177
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-16-orafce_4.14.6-1.pgdg+1_arm64.deb
Size: 370076
SHA256: bb5052def10b0dd0099e451c3a9d82ff5bd464b3ef520216718c7c27a7387a23
SHA1: d3cdb032e3b096ee301509874a43373abfb17590
MD5sum: c8ac521c53f2f0b1b360276dba13e912
Description: Oracle support functions for PostgreSQL 16
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-orafce-dbgsym
Source: orafce
Version: 4.14.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 363
Depends: postgresql-16-orafce (= 4.14.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-16-orafce-dbgsym_4.14.6-1.pgdg+1_arm64.deb
Size: 310368
SHA256: 7a3a440c793c4122e1629371a16f510add88e54d17679974ce3ba62d85368f74
SHA1: 39e468f2a6f0d3526aa9f331aaa77bc5ec3c5c0c
MD5sum: 16682a63f84d71b6f54f22df00db2f7d
Description: debug symbols for postgresql-16-orafce
Build-Ids: 98149b5ea9806ece982f13c6e7a3d0253a1c41a6
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-partman
Source: pg-partman
Version: 5.3.0~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7581
Depends: python3, python3-psycopg2, postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-16-partman_5.3.0~rc1-1.pgdg+1_arm64.deb
Size: 237980
SHA256: c98f79f6d1d0abb1c3f3d176d17e85bb798a6ba1da3bbaa1e7c453d46dd8b5a2
SHA1: 44184f3839b8c058951518d8210cb4256652c6c1
MD5sum: 23baf5041d520c55fb6ded38dd7d7224
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-partman-dbgsym
Source: pg-partman
Version: 5.3.0~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-16-partman (= 5.3.0~rc1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-16-partman-dbgsym_5.3.0~rc1-1.pgdg+1_arm64.deb
Size: 41736
SHA256: b38a3522fa16a754f831c591314200d21e566b628ce9e5ce96bcd66e33e04c6f
SHA1: 6574827c89e3a60dfc5f1e66bb1a21b3efbe1070
MD5sum: edf9a3fbdeff7ad6ab85628982564926
Description: debug symbols for postgresql-16-partman
Build-Ids: 9c17d147dc72773e894dc185b2cf43f1484b22e7
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-periods
Source: postgresql-periods
Version: 1.2.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 593
Depends: postgresql-contrib-16, postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-16-periods_1.2.3-2.pgdg+1_arm64.deb
Size: 48008
SHA256: 8b6e85fa48e622c042660dff4ee5349785348d674ccece37b18edc65cc97ae36
SHA1: a7c33e9d274be6615ee09b45aa149f44837437fd
MD5sum: 0c37d53341362e636a497dc9274d598f
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-periods-dbgsym
Source: postgresql-periods
Version: 1.2.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-16-periods (= 1.2.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-16-periods-dbgsym_1.2.3-2.pgdg+1_arm64.deb
Size: 39644
SHA256: 43c5a226bbdd6453a08247b86e8b4962749534f069f1a26d76cf1b5069b0127c
SHA1: 45f7168bef8ec64bde1f72cf17abc4a841d71b3a
MD5sum: d8ee34d7433aeee96d2d98fde1150f73
Description: debug symbols for postgresql-16-periods
Build-Ids: 97d98d6aef9e8618cb3bf6a05b33c11553314b0e
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pg-catcheck
Source: pg-catcheck
Version: 1.6.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-16, libc6 (>= 2.38), libpq5 (>= 9.2~beta3)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-16-pg-catcheck_1.6.0-2.pgdg+1_arm64.deb
Size: 35536
SHA256: 85ad88b8e86aa7a13f9b295943a0ebcb2e972a12ae7e9eb3cb704545db21ee8b
SHA1: d9453c6b20994cb39deda1761f919d0379a65781
MD5sum: bc06c603cbc5cbcdbfe4e2b2425e6033
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.6.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-16-pg-catcheck (= 1.6.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-16-pg-catcheck-dbgsym_1.6.0-2.pgdg+1_arm64.deb
Size: 38000
SHA256: deb78d410a8b59e9b3bfed2a26baa4007f3a86575adeb48f6befd7ff9cf82a64
SHA1: 64e0743fd5eda17bc207ad1f9f8306c74e68cfbc
MD5sum: 58e930b9c0df8caf085c3ffdf6a3899d
Description: debug symbols for postgresql-16-pg-catcheck
Build-Ids: 0344456b1d800dd4e076d7ad5791f914e8c0e8c7
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pg-checksums
Source: pg-checksums
Version: 1.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-16, libc6 (>= 2.38)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-16-pg-checksums_1.3-2.pgdg+1_arm64.deb
Size: 35620
SHA256: c2e7cc1fbeb8bd761ed8024b0d46e39d13f7c9fa1f581939a7301f779898a94b
SHA1: b0321b39a0b6e4c107a6f619203e6e657692c922
MD5sum: 6011ad6cef3d288c66d38a3f2fec8519
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 123
Depends: postgresql-16-pg-checksums (= 1.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-16-pg-checksums-dbgsym_1.3-2.pgdg+1_arm64.deb
Size: 22204
SHA256: 0b253277e2ec652c0322cc906069a53d0a85e7d36f5a67c017fec301bf4ccb8d
SHA1: bf33660cdf6abe0722b35394a55f9cba5f6b9e4d
MD5sum: b261ba983377ec2c0f0e4a4b74bdb1ab
Description: debug symbols for postgresql-16-pg-checksums
Build-Ids: 9b7eb355839f299ebb5663f55014431d1504f290
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pg-crash
Source: pg-crash
Version: 0.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/cybertec-postgresql/pg_crash
Priority: optional
Section: database
Filename: pool/main/p/pg-crash/postgresql-16-pg-crash_0.3-2.pgdg+1_arm64.deb
Size: 13808
SHA256: 7b57ef8e8214099c916fca639320971d6adf3e194f3269a4cd633dad200dea9a
SHA1: ccfcd46552bf5ee4f0e9a49a636833356fd97f6d
MD5sum: 60361596e327c73bfac19afa76bc7484
Description: Periodically crash your PostgreSQL database
 If your database is too reliable - pg_crash can kill it for you. pg_crash is
 an extension to PostgreSQL that periodically crashes your database
 infrastructure by sending kill (or other) signals to your DB processes and
 make them fail. It is ideal for HA and failover testing.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pg-crash-dbgsym
Source: pg-crash
Version: 0.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-16-pg-crash (= 0.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-crash/postgresql-16-pg-crash-dbgsym_0.3-2.pgdg+1_arm64.deb
Size: 15420
SHA256: 074cbc422877659feb870d370b9f8f156f5926a10e5959a3ea169f7f8e8d8984
SHA1: 760337fce0cde28068734ad32396dced3c95ff8d
MD5sum: 6196856d2da6df0bf13326a48643ede0
Description: debug symbols for postgresql-16-pg-crash
Build-Ids: 6ee386b05b6e61cb8a6bf38e9cad0bd418232b39
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pgextwlist
Source: pgextwlist
Version: 1.19-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-16, libc6 (>= 2.33)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-16-pgextwlist_1.19-2.pgdg+1_arm64.deb
Size: 30216
SHA256: 5b870c06285e349e646099812ced52e1dec38fed838f685d1f913c3497506802
SHA1: af82306952525f3bf052d759ce164a965f8636c9
MD5sum: 0c5b29bb37d1c372587cc7acf13a3390
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.19-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-16-pgextwlist (= 1.19-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-16-pgextwlist-dbgsym_1.19-2.pgdg+1_arm64.deb
Size: 55876
SHA256: 6128a5aefa1912e1d5d285220a9432542a58f8b1f15863add060cc869ad65606
SHA1: c57375c7ec3c20ef75f4ed7c35135b9253c3f15a
MD5sum: b6b95202ee6507fbcbcce360f35b3ef5
Description: debug symbols for postgresql-16-pgextwlist
Build-Ids: b4abecc2206b2fa9991b855e444d66c73b084073
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pgfaceting
Source: pgfaceting
Version: 0.2.0-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-16-roaringbitmap, postgresql-16
Homepage: https://github.com/cybertec-postgresql/pgfaceting
Priority: optional
Section: database
Filename: pool/main/p/pgfaceting/postgresql-16-pgfaceting_0.2.0-5.pgdg+1_all.deb
Size: 9888
SHA256: 9a10a54e25379db0d1f28528a1fc6b3870d341e94961891ed22b089667d4256f
SHA1: 722203e669ff6ecd1a5aa64dfc7a3066138a0686
MD5sum: 17dea55deedab8a54dffc3df299971c2
Description: Faceted query acceleration for PostgreSQL using roaring bitmaps
 PostgreSQL extension to quickly calculate facet counts using inverted indexes
 built with roaring bitmaps. Requires pg_roaringbitmap to be installed.
 .
 Faceting means counting number occurrences of each value in a result set for a
 set of attributes. Typical example of faceting is a web shop where you can see
 how many items are remaining after filtering your search by red, green or
 blue, and how many when filtering by size small, medium or large.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pg-gvm
Source: pg-gvm
Version: 22.6.11-1.pgdg+2
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-16, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-16-pg-gvm_22.6.11-1.pgdg+2_arm64.deb
Size: 19908
SHA256: 7a1567f4897d57a3a56df1c0e7b56b38f3ba22b20896cb155275f2b230d65ee6
SHA1: be182755b635d8bfa011908e86e2a32899a59d65
MD5sum: bf98fcc2018336d607d7b6c0e3be1bd5
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.11-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-16-pg-gvm (= 22.6.11-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-16-pg-gvm-dbgsym_22.6.11-1.pgdg+2_arm64.deb
Size: 28616
SHA256: 899d1796a765ed9fbff4f872a2c342ae5f0374403f796401abb8571c15ea28ff
SHA1: 2abfce206211f2bd0eb80da3eac4a9f52824e97f
MD5sum: 5b37c74dbf1003a556aa8fd5c5accbe1
Description: debug symbols for postgresql-16-pg-gvm
Build-Ids: df0eb74c3d91bd405986e98d4186547b36d9f71a
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pglogical
Source: pglogical
Version: 2.4.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1221
Depends: postgresql-16, libc6 (>= 2.38), libpq5 (>= 9.1~)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-16-pglogical_2.4.6-1.pgdg+1_arm64.deb
Size: 354944
SHA256: d7f0dd2fd362f2705bc783a84768b9b4e4b37b164f10124239826384891f4866
SHA1: 85767d4981edee5cd8d19a6dc78e2821e3cecd69
MD5sum: c01a00dfc1aae5c46e2f357585cfdca0
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pglogical-dbgsym
Source: pglogical
Version: 2.4.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 580
Depends: postgresql-16-pglogical (= 2.4.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-16-pglogical-dbgsym_2.4.6-1.pgdg+1_arm64.deb
Size: 455320
SHA256: 682932a642df3ef5c2b0682bea8b350998904ad84c68076784205be647ab16f5
SHA1: dfcbc20a3cb9f38230fe3203ba05f5458e9a6c3a
MD5sum: 196ae98c0c94eb38fca2b148dac81615
Description: debug symbols for postgresql-16-pglogical
Build-Ids: 2c3a683ca5322f04a6d9612d24dbd8b05cb5ed97 5c298fd232726e16915b27113cae37de21592c10 fb0126535f4628cf18a1c8f33770933242acd594
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pgmemcache
Source: pgmemcache
Version: 2.3.0-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 158
Depends: postgresql-16, libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-16-pgmemcache_2.3.0-15.pgdg+1_arm64.deb
Size: 46344
SHA256: b1521cdc6847143e1ee22f556ab8ec04b802b257e9b8b599bc014bb5cbb1e208
SHA1: 84a072a3829e80db7d9080477f0161b94d10d96d
MD5sum: 0890223757969ce7705546008409b5ac
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-15.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-16-pgmemcache (= 2.3.0-15.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-16-pgmemcache-dbgsym_2.3.0-15.pgdg+1_arm64.deb
Size: 49964
SHA256: 1894e9d19fbb1b27779b5408e972881301c9739d24bfee74e326611079a701cb
SHA1: a4cd23cdb2c89286dd1fc172b9e4e5ea99068436
MD5sum: d6499365fcab9915705fb159b0a948b9
Description: debug symbols for postgresql-16-pgmemcache
Build-Ids: 00839e91ef11489d8afc15755d026d6287ab1427
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pgmp
Source: postgresql-pgmp
Version: 1.0.5-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 411
Depends: postgresql-16, libc6 (>= 2.38), libgmp10 (>= 2:6.3.0+dfsg)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-16-pgmp_1.0.5-4.pgdg+1_arm64.deb
Size: 102540
SHA256: e818821d4eb25872a835a73515ffc4e4810a1494a823d1793764455dbd4435fd
SHA1: 114d6d93146ed411250a47e9183fe75a003443ec
MD5sum: f8e5ef9dbdb4d7587ddb898556a7795a
Description: arbitrary precision integers and rationals for PostgreSQL 16
 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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.5-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: postgresql-16-pgmp (= 1.0.5-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-16-pgmp-dbgsym_1.0.5-4.pgdg+1_arm64.deb
Size: 78424
SHA256: 60c2b1b6886215b4fdc0643f86733ed9d206f81394364b94b854eb3328d19ba1
SHA1: ea8c85a1e2052af2defbdb63b2daf1c5a850490c
MD5sum: 26441215a00b783aba1502101a79df74
Description: debug symbols for postgresql-16-pgmp
Build-Ids: 0cbf580c58a68e2901ce2cff4513119ca662cbfa
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pgnodemx
Source: pgnodemx
Version: 1.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 250
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/CrunchyData/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-16-pgnodemx_1.7-2.pgdg+1_arm64.deb
Size: 84568
SHA256: 9cfa2f6b8438a3a748ba8aac533e853e0c0d829d9b623d0138384e6be0371dae
SHA1: 527effe9f20eef2e77c47a80fa093067a77e453f
MD5sum: 1875b3e6f813072f37e709d29b3c63e8
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pgnodemx-dbgsym
Source: pgnodemx
Version: 1.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: postgresql-16-pgnodemx (= 1.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-16-pgnodemx-dbgsym_1.7-2.pgdg+1_arm64.deb
Size: 76260
SHA256: c0114033790df09f555b23566dfa18ce0663f44c1451a4e0fad51e223820ab64
SHA1: 270e6b9d4b91c8a1df998b3ba542b1031bda3af1
MD5sum: 210a3a77e56902e36f4d5402a5a9b130
Description: debug symbols for postgresql-16-pgnodemx
Build-Ids: 0f4ce58c0a76bedf562fc0b9a91dbe1ae87ecd6a
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pgpcre
Source: pgpcre
Version: 0.20190509-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-16, libc6 (>= 2.17), libpcre2-8-0 (>= 10.22)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-16-pgpcre_0.20190509-9.pgdg+1_arm64.deb
Size: 19100
SHA256: 171a10d2638fff092bc4479cc5d64adbba11526e567e877e954f27dce891fb4f
SHA1: 63a59993e4c319fa9035f61e5fe1455c0f8eb27b
MD5sum: 8e0dfb4e100b965a2ec79ad2685091ab
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-16-pgpcre (= 0.20190509-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-16-pgpcre-dbgsym_0.20190509-9.pgdg+1_arm64.deb
Size: 16684
SHA256: 477fbc658a541a8873fd226560c6d121516fbae0185a31bc3917b868a5d03ec3
SHA1: 2d855dab7f5fd57a69dca72230842a918f074622
MD5sum: e0135f8efc76b082cc07bfdfcbdd4e4f
Description: debug symbols for postgresql-16-pgpcre
Build-Ids: 89e6134ed9bd4780de11b4b06c461147b1a40be7
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pg-permissions
Source: pg-permissions
Version: 1.4-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-16
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-16-pg-permissions_1.4-2.pgdg+1_all.deb
Size: 8652
SHA256: b82a9bf962f21f66a11aa048b194ea3de59e990b73508d1f9bcca667f245c332
SHA1: b0074157d48b398e4465b450e673e3247b518a91
MD5sum: 46b8500ef73dd48de9e859d88f6306ff
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pgpool2
Source: pgpool2
Version: 4.6.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 445
Depends: libpgpool2 (>= 4.6.3-3.pgdg+1), postgresql-16, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-16-pgpool2_4.6.3-3.pgdg+1_arm64.deb
Size: 157416
SHA256: 1000597c2604ff6962323ff87c6c820de77047dded1e38712fb2706833c276c7
SHA1: 43bc68c60105355cd3c5cbb85503d28ee927874f
MD5sum: 531e0c545d5a06166ebbb6e96b3b6c25
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 16 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-16-pgpool2 (= 4.6.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-16-pgpool2-dbgsym_4.6.3-3.pgdg+1_arm64.deb
Size: 56664
SHA256: 4e257a5d396d25515f2c60b9971d0bbf65522c0a302aa3be863e7c91cd852b5f
SHA1: 50ef99b1b6a0cae5e55c9267a23d0f9c5fd29d95
MD5sum: 9de46f326eecee597f26633f5dc28751
Description: debug symbols for postgresql-16-pgpool2
Build-Ids: 4d1587c48d7b6b0c4e6680d80db3566913c05fcf 9d55041fa51ceb0dd00c4251b1ec471011ff2b5f e645fe647d7203260e0de9dcf6909b9a1e4dc8f9
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pgq3
Source: pgq
Version: 3.5.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2314
Depends: pgqd, postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-16-pgq3_3.5.1-2.pgdg+1_arm64.deb
Size: 126536
SHA256: 1166ca7580c4181d2f2cfdc7bdb662df0916ac9f4442c1176b7dbb987d849c25
SHA1: 59e977541953a58de04c3ba217ff711e487d5032
MD5sum: 05784eaf3e566c1f2adce3857cd0d276
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pgq3-dbgsym
Source: pgq
Version: 3.5.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-16-pgq3 (= 3.5.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-16-pgq3-dbgsym_3.5.1-2.pgdg+1_arm64.deb
Size: 80292
SHA256: b0d389f27671ef4d2c4edb5e6638f60b317e5da53632851e0a8e136da7be8d0f
SHA1: 5c0d2a8f67492fe49d0eb2d6d8c85e580408f736
MD5sum: 91e7c751a23e558c972108923683889e
Description: debug symbols for postgresql-16-pgq3
Build-Ids: 89eed8f88ad26a646b54b3fb3f0ccc566a7ad977 e02b4ee6d4484be2c72186ab26eed39c1c77759b
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pgq-node
Source: pgq-node
Version: 3.5-8.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 539
Depends: postgresql-16, postgresql-16-pgq3
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-16-pgq-node_3.5-8.pgdg+1_all.deb
Size: 12932
SHA256: 827c98c824d7546bd3814a2af51915ef8512d5138e94d5e11556acd688d477f7
SHA1: 98f70e4cc7fc0fc4886e1e0f5aacc11612389b20
MD5sum: bb29e146e2a4b9a55c0a53464b6483b3
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pg-qualstats
Source: pg-qualstats
Version: 2.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 284
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-16-pg-qualstats_2.1.2-2.pgdg+1_arm64.deb
Size: 59664
SHA256: 999d0f9fdc6f2dfb57338d6c60f9d9cd64acf8e3331723f2af144a9bd47a83f3
SHA1: 9af49f7a1813fc50820992a902d5f987b98f3eb0
MD5sum: ff941cb30c48c1aec65d6c531c92be29
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-16-pg-qualstats (= 2.1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-16-pg-qualstats-dbgsym_2.1.2-2.pgdg+1_arm64.deb
Size: 63292
SHA256: 0fb61999cbbb40134e92abc2faf0f6714145725d6943217df97ffce4c1130eab
SHA1: 1fbda5dd3faf2b6459a36d95f1e4fcdd6979cdca
MD5sum: ab27901337d13f6bc1097e69aba17ee0
Description: debug symbols for postgresql-16-pg-qualstats
Build-Ids: e6783646390a855c821b54801c6329fbeb4f603a
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pgrouting
Source: pgrouting
Version: 3.8.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2999
Depends: postgresql-16-pgrouting-scripts (>= 3.8.0-2.pgdg+1), postgresql-16, postgresql-16-postgis, postgresql-16-postgis-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting_3.8.0-2.pgdg+1_arm64.deb
Size: 814788
SHA256: 2ca9bb8b51f39efc04b4d153979e591a95a217c6a1877ac528152895f1a2a679
SHA1: 707d5e81bf1ca6d47b386c22f86421afb2340fe6
MD5sum: 036620267cbbdb57340a2632841cad19
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 16.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pgrouting-dbgsym
Source: pgrouting
Version: 3.8.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25555
Depends: postgresql-16-pgrouting (= 3.8.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting-dbgsym_3.8.0-2.pgdg+1_arm64.deb
Size: 25654260
SHA256: 328979512fb77ce7256c20c20d6d70d8583d5f8a4dad31d0898f46af26512984
SHA1: a397051f6eb6da260854fe0e90888c006f4215ed
MD5sum: c78db30062f3bb9f1e8984de335790b6
Description: debug symbols for postgresql-16-pgrouting
Build-Ids: af0576fcbf6f4db0581b94024a47f2f506016b39
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pgrouting-scripts
Source: pgrouting
Version: 3.8.0-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3928
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting-scripts_3.8.0-2.pgdg+1_all.deb
Size: 65292
SHA256: 6df86b52f0efa30ebee51ae2545a57d44118576823adbf518a6a9199956c6e0f
SHA1: e8d49607f2cb74fb5f507655ebcd05561984b115
MD5sum: 20bcc1071943b8700b07d564839d3a22
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 16.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pg-rrule
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-16, libc6 (>= 2.17), libical3t64 (>= 3.0.0)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-16-pg-rrule_0.2.0+git20211101.d7d10f2-4.pgdg+1_arm64.deb
Size: 25460
SHA256: eaa42d0f079811d6ca0783553b6fb2541e51885a6614b04be2981828c82d9bfc
SHA1: d8aa822412cf355c8207116142b11e173b3cbd02
MD5sum: 7e2240562467fe958573ca9dbb7c13c0
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pg-rrule-dbgsym
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-16-pg-rrule (= 0.2.0+git20211101.d7d10f2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-16-pg-rrule-dbgsym_0.2.0+git20211101.d7d10f2-4.pgdg+1_arm64.deb
Size: 23652
SHA256: 1cabd16c2370dece1d7306a56a439db1574e7516e97331572dc04c3b39bddb94
SHA1: dd8c27d2ba5b73c2a1cea0e82f68664b2f4378b4
MD5sum: 08fddaf96eb3e2f1250ff2ed16c70ac5
Description: debug symbols for postgresql-16-pg-rrule
Build-Ids: d293a645ea0ee3060cf602473f7a48d8573181a6
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-contrib-16, postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-16-pg-stat-kcache_2.3.1-1.pgdg+1_arm64.deb
Size: 38176
SHA256: adb52c73c8390ec6c09bf5cba0c39d79b4b9a815421529233d07564582546079
SHA1: 0b595fcbce1788add589e78a81252d298a01daa0
MD5sum: 970e3990b162a1f24a26d864e41f12a5
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-16-pg-stat-kcache (= 2.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-16-pg-stat-kcache-dbgsym_2.3.1-1.pgdg+1_arm64.deb
Size: 41444
SHA256: 7ac92d407af912d8a264a056157a2a2de2b2747e4453b2339665af8c07802d1f
SHA1: f2746b419c8068fe95266be42bae34e78a8b1d18
MD5sum: 883d02188d82dbdc96ba722d82043e63
Description: debug symbols for postgresql-16-pg-stat-kcache
Build-Ids: a79a0cd92092b36ded9a769fabd0ca724cee0242
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pgtap
Source: pgtap
Version: 1.3.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1812
Depends: postgresql-16
Recommends: libtap-harness-archive-perl, libtap-parser-sourcehandler-pgtap-perl, libtest-harness-perl, pgtap-doc
Provides: postgresql-pgtap
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-16-pgtap_1.3.4-1.pgdg+1_all.deb
Size: 63612
SHA256: 3e44b52cec9ee21e0fdf01aedb0a6e2ebbe3ce242a4c83d332a20830999e0fe9
SHA1: 840d89ebe611bb02011f5facf062d8dd63363941
MD5sum: 02c6ee3bb30c25050261306f470add4a
Description: Unit testing framework extension for PostgreSQL 16
 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 16.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pg-track-settings
Source: pg-track-settings
Version: 2.1.2-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-16
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-16-pg-track-settings_2.1.2-5.pgdg+1_all.deb
Size: 9972
SHA256: 0db9ba505c7fe3dbe79bff3821363a45fa46696a8901e935350aadf46e61373a
SHA1: 4f608ee2cab84bf013d13ae97095ce8b0c929113
MD5sum: 2f1bf52322b1e57b478e882b6a6eb86b
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pgtt
Source: pgtt
Version: 4.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 197
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-16-pgtt_4.4-2.pgdg+1_arm64.deb
Size: 60808
SHA256: 5cfd65fea7b110262e34e2fccdd853a112273f5f8b6dca60c2dcdadf287ea4a7
SHA1: 9cb28a5f820c52353acb613bf8ead187f2cd21f4
MD5sum: da5936c905f45970efe85b404fd69997
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pgtt-dbgsym
Source: pgtt
Version: 4.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-16-pgtt (= 4.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-16-pgtt-dbgsym_4.4-2.pgdg+1_arm64.deb
Size: 80696
SHA256: 5238c01dd338831b4ac1f421720769419211cad4a99b7494abe05173b186afb5
SHA1: c355ec8d916b19afe623ae755f3b3c24047c88a6
MD5sum: e9ead13f787bd01a490ca7b2dab02228
Description: debug symbols for postgresql-16-pgtt
Build-Ids: 37b37f21e649594dd58129aa8c3ca35f64e9404e
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pgvector
Source: pgvector
Version: 0.8.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 709
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-16-pgvector_0.8.1-2.pgdg+1_arm64.deb
Size: 250352
SHA256: 553038f71f29f3e29fa4c4be7e782e5ace9dc1d3760383cff16e131cd876ed40
SHA1: 5b2b79e1fa05a97b92e9557688593de68bab1292
MD5sum: 8cc3dfa15661ae8792e748f00d37aa05
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pgvector-dbgsym
Source: pgvector
Version: 0.8.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 356
Depends: postgresql-16-pgvector (= 0.8.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-16-pgvector-dbgsym_0.8.1-2.pgdg+1_arm64.deb
Size: 322232
SHA256: 2892bfac5f97ecdfeba6a15cc87eef8956dd23db23bb436f4b6a3ca2e983a860
SHA1: a7880f5c3f24d0dc0ad2dfe11c19837a134c59c6
MD5sum: 7768fd673483517f8b877b8ea364bcdd
Description: debug symbols for postgresql-16-pgvector
Build-Ids: 8b0e141a34eb6d548030910d28459373d375ef2b
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.9-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-16-pg-wait-sampling_1.1.9-2.pgdg+1_arm64.deb
Size: 38872
SHA256: 88b3e62a7bea998fbff4f9374d7fc09b94ea935e91960a49371d13084bec4767
SHA1: 662aef9dceb872c3c83b6508767101acaf747b2a
MD5sum: 8ace3a821115f36c93add51fd47b8fd5
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.9-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-16-pg-wait-sampling (= 1.1.9-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-16-pg-wait-sampling-dbgsym_1.1.9-2.pgdg+1_arm64.deb
Size: 55036
SHA256: b83a560cf083b42541d75107873d22f8e7aa24434d9a1631ec897ce1895a2d48
SHA1: 20a4882e10c1764d03f9cb6a08316f471bd1cbfa
MD5sum: fbe59fe7eaac0bb1bf9fe9052429970e
Description: debug symbols for postgresql-16-pg-wait-sampling
Build-Ids: 524e2e678d9f9ca31f0902ee1354b62bb297337a
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pldebugger
Source: pldebugger
Version: 1:1.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: postgresql-16, libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-16-pldebugger_1.9-1.pgdg+1_arm64.deb
Size: 73040
SHA256: 4ca5566ff4518bdb3e0b353a6e59cd781b8cca4e51f62046e6de54899046fee9
SHA1: c8d8f06d2435e58eb8b66388c81e490904b981d5
MD5sum: 3016740d2c762773caf5aa25af0915b3
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: postgresql-16-pldebugger (= 1:1.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-16-pldebugger-dbgsym_1.9-1.pgdg+1_arm64.deb
Size: 105660
SHA256: 451cbc3422618c2b594bdef3308bce2d151eb422aab8b0446abd1fee11b5887c
SHA1: e1e2c3330e050f1452942e6ea00c799acc1c3ab9
MD5sum: 3512c9b03ab8009dcf5cfdc2fa9dfcdc
Description: debug symbols for postgresql-16-pldebugger
Build-Ids: 2a30eafd91f3e705fe27e3fd9a0c1c5c0e770c24
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pllua
Source: postgresql-pllua
Version: 1:2.0.12-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 996
Depends: postgresql-contrib-16, postgresql-16, libc6 (>= 2.38), liblua5.3-0
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-16-pllua_2.0.12-6.pgdg+1_arm64.deb
Size: 354004
SHA256: d039a0a6f565c9730d37b7c34cfb064374badca78e8ec7fe6e8925fdba527358
SHA1: e0fcf8391f26a3412fc9fce13cf51ad8b35e3895
MD5sum: 22d3ae4d5ab0820419b5967e634a95d2
Description: Lua procedural language for PostgreSQL 16
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 386
Depends: postgresql-16-pllua (= 1:2.0.12-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-16-pllua-dbgsym_2.0.12-6.pgdg+1_arm64.deb
Size: 339364
SHA256: adddd664d56c4fc76332794609cc447110243b4ff2943bc77c6092dfd6f1c4b9
SHA1: 4cb494bbcbc563fac3a88fcf6073478312a957b2
MD5sum: 28d5d73bf14ff59079446d59c582691d
Description: debug symbols for postgresql-16-pllua
Build-Ids: b528c56f65dc32a16289318b7ce4384e0bc96dbf e8bac6df3e05cf776e798faa75215179a66bd5cb
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-plpgsql-check
Source: plpgsql-check
Version: 2.8.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 750
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check_2.8.2-2.pgdg+1_arm64.deb
Size: 303208
SHA256: 30c8d27c6dfe12578db158754280e811d060e23de361b99d57f075e1f095196b
SHA1: 62c8d45a4fe326418c5a8d4278b1a57deea4a2a5
MD5sum: 3ccd7260f858a45f7e5872194c59dc92
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 367
Depends: postgresql-16-plpgsql-check (= 2.8.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check-dbgsym_2.8.2-2.pgdg+1_arm64.deb
Size: 332708
SHA256: b37bb40d405b6beef6db012300d25ff64cf806c1485b35c8576801474b051ad0
SHA1: 9121047410e079cedc6b07baf5502ae0f0e5824f
MD5sum: 9030ff676503aec8a424c83be7d1b452
Description: debug symbols for postgresql-16-plpgsql-check
Build-Ids: af2a9a5cdf439f708db6912125615adc9fe8a54a
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-plprofiler
Source: plprofiler
Version: 4.2.5-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: postgresql-16, libc6 (>= 2.17)
Recommends: plprofiler
Breaks: postgresql-16-jit-llvm (<< 19)
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-16-plprofiler_4.2.5-4.pgdg+1_arm64.deb
Size: 45672
SHA256: a2baa6402346bc761afd88566136a9c106d0fda273c6ca5919a92e462a00b0b1
SHA1: aba202becc3db0c168101894b5df3434c32d037a
MD5sum: a26309d0e3a006939c40b81d7c66e729
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.5-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-16-plprofiler (= 4.2.5-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-16-plprofiler-dbgsym_4.2.5-4.pgdg+1_arm64.deb
Size: 68456
SHA256: c7ea85745af4b2d91911025fc5117be934271a0b58fd2eff2a7531fcd14f3cf8
SHA1: 44b357a7833f9dc8877c1663c5a4910945dd0ecc
MD5sum: 7498e184a4b286dfdb1061a198286d1d
Description: debug symbols for postgresql-16-plprofiler
Build-Ids: 9f8355946f1dd3922003b686acbbeecead23a3ee
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-plproxy
Source: postgresql-plproxy
Version: 2.11.0-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 354
Depends: postgresql-16, libc6 (>= 2.38), libpq5
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://plproxy.github.io/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-16-plproxy_2.11.0-13.pgdg+1_arm64.deb
Size: 135044
SHA256: a357c4fdfc276e19888d7e041588495dc5f92780f695efa462cdeae9a6d44ade
SHA1: bf785de9239b4be1e7e572947b58d25e09a12236
MD5sum: 50be3e0a6a7f1847fbe0a2b8378b827e
Description: database partitioning system for PostgreSQL 16
 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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.11.0-13.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-16-plproxy (= 2.11.0-13.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-16-plproxy-dbgsym_2.11.0-13.pgdg+1_arm64.deb
Size: 128116
SHA256: ecb994cd797cf18a92bcdede74a3eef30c7c9f65a7147839748ae74dbfa2c932
SHA1: 430661e79f8a2e94c6e5ea405bb8f93126e7b8bb
MD5sum: 8ee4bcc050fab65ceb996dd18ee1ff9e
Description: debug symbols for postgresql-16-plproxy
Build-Ids: 93c3c02f4552a7649255902dda93d5cbf2c12aa0
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-plr
Source: plr
Version: 1:8.4.8-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 337
Depends: r-base-core (>= 2.10), postgresql-16, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-16-jit-llvm (<< 19)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-16-plr_8.4.8-2.pgdg+1_arm64.deb
Size: 136784
SHA256: aac0cf4aaac9b0e7fe5156c5b46b3449ab7e7034869af3be48e84df053e41697
SHA1: 37eb45567e2712d1f6f8d5746b1132ff3f8b7860
MD5sum: 0372132773737d2a46e1b6be7c8640e0
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-plr-dbgsym
Source: plr
Version: 1:8.4.8-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 158
Depends: postgresql-16-plr (= 1:8.4.8-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-16-plr-dbgsym_8.4.8-2.pgdg+1_arm64.deb
Size: 136772
SHA256: d24dd4f77ab575d0ac27fa3ef3d01a302db874ce2f8db5ea8aee53d54c73c716
SHA1: 00df41f044b817a4be18309a2fd5ed0da10293f7
MD5sum: ed0821ce92ddff21afbe38cce6257ca8
Description: debug symbols for postgresql-16-plr
Build-Ids: 06746119d339145e3f7ba05b18ef55b3eabc924f
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-plsh
Source: postgresql-plsh
Version: 1.20220917-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/petere/plsh
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-16-plsh_1.20220917-4.pgdg+1_arm64.deb
Size: 28276
SHA256: 82b82b6b54058f60d143b5654070f3ca44aa7a4db9cdeb4702da4bbf49e08e0a
SHA1: e5407636ed7c30d247b00ec09d48fcc020b2066c
MD5sum: 7035f8d79573f98cb67b334919a77b04
Description: PL/sh procedural language for PostgreSQL 16
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in a shell of his choice.  You need this package
 if you have any PostgreSQL 16 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20220917-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: postgresql-16-plsh (= 1.20220917-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-16-plsh-dbgsym_1.20220917-4.pgdg+1_arm64.deb
Size: 47668
SHA256: 89508d879c33e68a9421cceea76825215cb1a7759fc93e5082c368e54d8af2af
SHA1: 25bba166fc713510479f5d5bd791cecbb7263cf9
MD5sum: 89d466a76edc98a3c72a91e7bd9fadc2
Description: debug symbols for postgresql-16-plsh
Build-Ids: f8703eb614c924d6ce0d32928dbe8c87fab54fe2
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-postgis-3
Source: postgis
Version: 3.6.0+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10229
Depends: postgresql-16, postgresql-16-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal37 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-16-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3_3.6.0+dfsg-2.pgdg+1_arm64.deb
Size: 3539164
SHA256: e5a477843c1fc4e1e15e97359bb438cb6cc537b6bb9a08a1678e4269109cff84
SHA1: d89fc389a822ebe8d1361b0f022bc946abcdf943
MD5sum: 583a890e24ca830a0daa7dad45d6f86c
Description: Geographic objects support for PostgreSQL 16
 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".
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-postgis-3-dbgsym
Source: postgis
Version: 3.6.0+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4791
Depends: postgresql-16-postgis-3 (= 3.6.0+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-16-postgis-3-dbgsym_3.6.0+dfsg-2.pgdg+1_arm64.deb
Size: 4223868
SHA256: 6507a4ad523f60101ca7d1c24c38f0718e0bd3f4cef3864774d767f6ffc50d28
SHA1: d48ef841cf7e92a2ccb32ee6b15227174421ebbe
MD5sum: 3ae6a40cf70283f0a25cfd5f0a2cd07a
Description: debug symbols for postgresql-16-postgis-3
Build-Ids: 1d159ac4a4b012963f9534469ea34719e36e3b89 48a23257a8804ac8ec3c00e2dadc4b8b418e08c2 a373d68558c0f62c8825c76c7afa7b873b3b3633 c013139587a89815895896321c0b14c96f0ec4de d6fac4d3a5bc560a2a76bfc058f178261246968d
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-postgis-3-scripts
Source: postgis
Version: 3.6.0+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38974
Recommends: postgresql-16-postgis-3
Provides: postgresql-16-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3-scripts_3.6.0+dfsg-2.pgdg+1_all.deb
Size: 1296596
SHA256: 1a32b880cac90a4e8309bd1e3369e5f0b0312753e4125ed90f7226497c81baf5
SHA1: 0ada3ebbe64610278eb2e090bc47637e93f9a1bd
MD5sum: b9427adcc2517db2aa935465e89494a0
Description: Geographic objects support for PostgreSQL 16 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 16 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-prefix
Source: prefix
Version: 1.2.10-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 19)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-16-prefix_1.2.10-4.pgdg+1_arm64.deb
Size: 42256
SHA256: 6bfd74309751b77e1b619e9c14ebc254dcc471c434184116f45e4cca6149aae3
SHA1: cdc445b8964a460d40bd67d92d4dc44f86eac476
MD5sum: 597b763914364200f955e22a9ddebc21
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-prefix-dbgsym
Source: prefix
Version: 1.2.10-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-16-prefix (= 1.2.10-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-16-prefix-dbgsym_1.2.10-4.pgdg+1_arm64.deb
Size: 47152
SHA256: e4dcb571cfa2170eddb30068ffd7c99926a7be1840003090f2b435d46b1dd27f
SHA1: 9c47268842827bd320f82d43fdeafb540daa1522
MD5sum: 1268676c3528c0aacbdb5494b381df2b
Description: debug symbols for postgresql-16-prefix
Build-Ids: 3a97ad838502b8c1ca8e1e0a2b951326ca7eeadd
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-prioritize
Source: postgresql-prioritize
Version: 1.0.4-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-16-prioritize_1.0.4-13.pgdg+1_arm64.deb
Size: 11992
SHA256: 8894d1f8928d786489e10468065d305d3e3519f0b3809612c5382e4015d55797
SHA1: 1eaa7e9f4082d71a1ddb017c656b3f711409eb9b
MD5sum: 9c46f108b2ecb58de9508c8680152988
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-13.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27
Depends: postgresql-16-prioritize (= 1.0.4-13.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-16-prioritize-dbgsym_1.0.4-13.pgdg+1_arm64.deb
Size: 13204
SHA256: 757aba4b1b02aedfa51390861704542301c9b398a96cd4832923bc0e540e8540
SHA1: be0362c3b543a3aea53e7fd3e0c1b4d342d43d7c
MD5sum: 4cf9f0e87b636ba8a699e1d90f0be12b
Description: debug symbols for postgresql-16-prioritize
Build-Ids: b6fdea412723090a5cbf31f43ef477150ac61a61
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-q3c
Source: postgresql-q3c
Version: 2.0.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3488
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 19)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-16-q3c_2.0.1-5.pgdg+1_arm64.deb
Size: 158204
SHA256: 9d3ba43f1bb3d87f9050ae1698f08522cdb4b100860109508291a6d0994c5a3e
SHA1: 5d076e6ea52fa86ce86ca54fefe3bbf811602dec
MD5sum: 4f79bd1b49cfda193a2ea375d5b2c03e
Description: PostgreSQL 16 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 122
Depends: postgresql-16-q3c (= 2.0.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-16-q3c-dbgsym_2.0.1-5.pgdg+1_arm64.deb
Size: 105696
SHA256: e9297760839a18a77168bcde4ff9c86fc16f78be84f8441397e2cab919ffbe85
SHA1: a92397cc6d550722137a08dd0dac3e24111c921b
MD5sum: c1993ca2d35a795814def9db2897623a
Description: debug symbols for postgresql-16-q3c
Build-Ids: 3a6584fa6813b6c71dce44025723ac6c88fb12e8
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-rational
Source: pg-rational
Version: 0.0.2-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-16-rational_0.0.2-8.pgdg+1_arm64.deb
Size: 24896
SHA256: bd141cad012edeae49d2e169a47f27759d12519e684d1319bed38c3748f999f7
SHA1: 6783e17db3a8c8767739d99ef56dc68626293491
MD5sum: 5196125b3f7d5b3f8c9a92adb5f36056
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-rational-dbgsym
Source: pg-rational
Version: 0.0.2-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-16-rational (= 0.0.2-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-16-rational-dbgsym_0.0.2-8.pgdg+1_arm64.deb
Size: 22236
SHA256: ac9328500592bf1e5eb12d0d5361e5c42094313a6f719c0038a8f372a25a6e8f
SHA1: 852da2597563e6a2f1da1c4c3245e5047294b119
MD5sum: be276b796c4bd8424139b313a0a07e3d
Description: debug symbols for postgresql-16-rational
Build-Ids: 2d0cb990340b0f514f395840502802ea2ee9eb3c
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-rdkit
Source: rdkit
Version: 202503.6-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 669
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.6), libstdc++6 (>= 13.1), postgresql-16
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-16-rdkit_202503.6-2.pgdg+1_arm64.deb
Size: 251256
SHA256: b951b7f41d2fdfdcd6b46440bd6a34016b2d564c979b925f44d580aa822b6aed
SHA1: c4df648f7c3f0e9a2244cbbd6dccb334fbe8ccc3
MD5sum: e78a4821514305a25d2f5283317692d8
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-rdkit-dbgsym
Source: rdkit
Version: 202503.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1231
Depends: postgresql-16-rdkit (= 202503.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-16-rdkit-dbgsym_202503.6-2.pgdg+1_arm64.deb
Size: 1165988
SHA256: 81524f90ca3389614717af86104450bdf9cd9109112602382e3f9df779829e48
SHA1: 2df54d5990c3bb8da28630498ab43ce919c931e8
MD5sum: a77cf74a5b84985947abf3ef0a44f452
Description: debug symbols for postgresql-16-rdkit
Build-Ids: ecf762c487ee6600f744d9e7d5927091ebd022d9
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-repack
Source: pg-repack
Version: 1.5.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 309
Depends: postgresql-16, libc6 (>= 2.38), libpq5 (>= 9.0~)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-16-repack_1.5.2-2.pgdg+1_arm64.deb
Size: 103756
SHA256: 6d94ce9303f283b2bb3b37a7fb58eca94e9cedf3f69a1126987598a5c7751999
SHA1: 710ac475c0da9d21bc8ce4d161e4d9d0e6f829b5
MD5sum: 3e194e91396253b8d2ebdef7a9b419ab
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 16.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-repack-dbgsym
Source: pg-repack
Version: 1.5.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 264
Depends: postgresql-16-repack (= 1.5.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-16-repack-dbgsym_1.5.2-2.pgdg+1_arm64.deb
Size: 123528
SHA256: 9b736cc5b36ac6a6215fe97708ff20086790207e6f81da5fc19d0e9f2f9fd7d2
SHA1: 0e048c59ed044be981af15081ead9e58ae05edaa
MD5sum: 25ac6605fcd0c3e0eee27e4a543715a3
Description: debug symbols for postgresql-16-repack
Build-Ids: d7125164c7124e03dfd28d0d2d5286eff7456737 fa5900013e5c1ff34bbe6953a1f487c2cd87ab0a
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-repmgr
Source: repmgr
Version: 5.5.0+debpgdg-2.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1185
Depends: repmgr-common (>= 5.5.0+debpgdg-2.pgdg+1), postgresql-16, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-16-repmgr_5.5.0+debpgdg-2.pgdg+1_arm64.deb
Size: 227040
SHA256: f972aa9d897d74c3e720f2f37895f4bbcfecf683a0e1e06b322f2059e264a217
SHA1: d456366bde93940bd519c70310b30a24ae32dca8
MD5sum: 4a47a64ad473552d710309adffbb9034
Description: replication manager for PostgreSQL 16
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 16.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-repmgr-dbgsym
Source: repmgr
Version: 5.5.0+debpgdg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1502
Depends: postgresql-16-repmgr (= 5.5.0+debpgdg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-16-repmgr-dbgsym_5.5.0+debpgdg-2.pgdg+1_arm64.deb
Size: 617832
SHA256: 090681c62caf6acdbd72798d1f8d7459f83eee0a954c58fadd73a4c0cae4e577
SHA1: b08d8b00ec16419e23659f77b7defab296986df4
MD5sum: ab1d4b71145c5926df98cdc1d7250d53
Description: debug symbols for postgresql-16-repmgr
Build-Ids: 86bc58a80e4c32504c506b6533243b83472a91df a8d00cdeadf5cb28a0d4c8fa3de45687a1b3dcaf cb14ad0f251a288ea4d59873c6284bcde5042400
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 942
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-16-roaringbitmap_0.5.5-2.pgdg+1_arm64.deb
Size: 401780
SHA256: 236a9bd01cc50e6283eb31c297ceea3c7eb377084e156cc4e89aed968eb3e337
SHA1: 61faf09afb512a85e58002adaafb4be695b52e39
MD5sum: 489603a5bde37117f8397849a173e08a
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 609
Depends: postgresql-16-roaringbitmap (= 0.5.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-16-roaringbitmap-dbgsym_0.5.5-2.pgdg+1_arm64.deb
Size: 573044
SHA256: 8d95e66e8ed9474e197a826f996ea799cd179a0fba10b24cf255b7b1325d1736
SHA1: 2bcecc3e2b999672981a16ab0bf8043902591c8c
MD5sum: 93910bd1537d5b74929e41dbb9aa6579
Description: debug symbols for postgresql-16-roaringbitmap
Build-Ids: 66f550c1709d43e5f96fe3d9d8626d73ad85bc01
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-semver
Source: postgresql-semver
Version: 0.40.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-16-semver_0.40.0-3.pgdg+1_arm64.deb
Size: 39792
SHA256: 50bccd5dbb937408703288e7a62010695fbed1a1428f25b680464dc6bde75c35
SHA1: d4106c2f1c8a3421464be0dc0cde2c254ce94a0e
MD5sum: 2ba72844a3aeb02ad66373c13c4adf0b
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-semver-dbgsym
Source: postgresql-semver
Version: 0.40.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-16-semver (= 0.40.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-16-semver-dbgsym_0.40.0-3.pgdg+1_arm64.deb
Size: 24824
SHA256: 4a5705cdd6d8378e02dca0d2f513fbafa1e6aa25d2cd9486bf342b72d3156731
SHA1: 2738c098c77d8ac6a9f0d2b8ea6aacdf50ab14d0
MD5sum: 00c488f9b6f1a31762d10f5f807b00b1
Description: debug symbols for postgresql-16-semver
Build-Ids: 8157a966a22a7168d3ef5671f666e51eee6ead70
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-set-user
Source: postgresql-set-user
Version: 4.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 147
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-16-set-user_4.2.0-1.pgdg+1_arm64.deb
Size: 35752
SHA256: 473950575b1a3354b25977167b13beb5f5d8b700d03e2a3cb4fecabd8a2c67dc
SHA1: 146518bc09d4e4a78eda1c4a102856a14e600936
MD5sum: 503c1b4dd9b74110a257c97bbbdcc718
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-set-user-dbgsym
Source: postgresql-set-user
Version: 4.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: postgresql-16-set-user (= 4.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-16-set-user-dbgsym_4.2.0-1.pgdg+1_arm64.deb
Size: 47124
SHA256: 125d841edd6a8e9e7631666a077724764e6e88fd72fd8c5e4385278015e5d475
SHA1: ebd01f3d5002e1e476b4a8057984fdabd05a4168
MD5sum: 5b70725d669d20c42587f6d7d2d558a0
Description: debug symbols for postgresql-16-set-user
Build-Ids: e12af124d409b4e59c305f665aa4ec59018eaff8
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-show-plans
Source: pg-show-plans
Version: 2.1.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-16-show-plans_2.1.6-2.pgdg+1_arm64.deb
Size: 23424
SHA256: 4e9dbd42a85cbe756184217c5f6af8220531dd3cc1ab60969ee0ef20e72e9b4b
SHA1: fe530a81e1963a3f6e6a3e4ab914578142cda32f
MD5sum: 3d7c0e33ecc99e7b6fba98ea07a96fe9
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-16-show-plans (= 2.1.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-16-show-plans-dbgsym_2.1.6-2.pgdg+1_arm64.deb
Size: 36808
SHA256: a3d4d9c2d9a134bca77062703a5068b2e856ae05e31c4d171ff56f62d61143f0
SHA1: 4574e639fef4ad1f905a1968afcee829c3015d3b
MD5sum: 1ea3cf087495e9ce19581b4560b62104
Description: debug symbols for postgresql-16-show-plans
Build-Ids: 946ed69724cca49d388c834af6681266d97c5c53
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-similarity
Source: pg-similarity
Version: 1.0-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 319
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-16-similarity_1.0-9.pgdg+1_arm64.deb
Size: 98964
SHA256: ab136bcae3bce7504b5f313142ed08d489d9d5ae84f26c9b909500608102687d
SHA1: 16e9be27820da0e6c7260a5aa949919ec7a69cb6
MD5sum: bc5baabbb5ae80ada42139efa8d8fe5c
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-similarity-dbgsym
Source: pg-similarity
Version: 1.0-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-16-similarity (= 1.0-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-16-similarity-dbgsym_1.0-9.pgdg+1_arm64.deb
Size: 67436
SHA256: 6c5c58531e294234dd066db578de3d0db075e8ef0521392d5efbd2a4fe26d41b
SHA1: a131a9b15f921237b08dbc6b377b20e71f3d90e7
MD5sum: 7e7af73778bf98b1f555a66271d6fe7f
Description: debug symbols for postgresql-16-similarity
Build-Ids: 9838f3c4785cc66644e164ab3f6b706c64859467
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-snakeoil
Source: pg-snakeoil
Version: 1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-16, libc6 (>= 2.17), libclamav12 (>= 1.2.1)
Recommends: clamav-freshclam | clamav-data
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-16-snakeoil_1.4-3.pgdg+1_arm64.deb
Size: 17308
SHA256: 67ad9ec62ac81acd5a5f43b71d14f81ebdad4c0218d798e8a8e57a89eb08f088
SHA1: cc09a39539bd4fb5f4712819cc476b18987330c4
MD5sum: 853011435865320ef80fafc7cf24dd11
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-16-snakeoil (= 1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-16-snakeoil-dbgsym_1.4-3.pgdg+1_arm64.deb
Size: 15636
SHA256: e388bc7ca63174acf4f5fe264e2dc49a10163cc6a104baafd9b42552924f1957
SHA1: b0d30be18a4fb37e26496ce51341de726b132599
MD5sum: a80d3da90bbc29f05ba84a5ebfcf4dc6
Description: debug symbols for postgresql-16-snakeoil
Build-Ids: 8f1651fa1e41f2bce4a3de6412915516537c1079
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-squeeze
Source: pg-squeeze
Version: 1.9.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 347
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-16-squeeze_1.9.1-2.pgdg+1_arm64.deb
Size: 123848
SHA256: 4ae9030d117a56fc24349af276ce90fb3de8459f475cae87596714981a474e8f
SHA1: 07e7df4977efee72b84354fc68fb044927f50744
MD5sum: d49fe382853511cb8072fe73e07733d0
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-squeeze-dbgsym
Source: pg-squeeze
Version: 1.9.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-16-squeeze (= 1.9.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-16-squeeze-dbgsym_1.9.1-2.pgdg+1_arm64.deb
Size: 154356
SHA256: 33708b3aed373397999825c58d41c295457ece36aff93c2546101a4f5b29e163
SHA1: e303831c5c7af62e6ecb0c367884a78039a8e177
MD5sum: 959135abea08894deee4961b853820cf
Description: debug symbols for postgresql-16-squeeze
Build-Ids: 828792e5e3816fbd5bcd33025e8ec5c65813f33e
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-tablelog
Source: tablelog
Version: 0.6.4-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-16-tablelog_0.6.4-4.pgdg+1_arm64.deb
Size: 46356
SHA256: 189d1e978578402122b640802187643565d6f32057ba6dcb73ffcd5d92f52871
SHA1: f471fc9c23ee529eaedbd59a3d1b04c72feba70b
MD5sum: f4fcbc9036c70b2f67bd2f2cb69c4a04
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-tablelog-dbgsym
Source: tablelog
Version: 0.6.4-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-16-tablelog (= 0.6.4-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-16-tablelog-dbgsym_0.6.4-4.pgdg+1_arm64.deb
Size: 50624
SHA256: 2456813a65e795bdcb61facf51c95e03694fbe580248bb49b6d9c74125ed314e
SHA1: f9b64f53f9fc3e8d321bdce2c86ad73addbc6b72
MD5sum: 7462477e4965ba8685bb2ae5e24b7073
Description: debug symbols for postgresql-16-tablelog
Build-Ids: a26f81309ad0038dcfbff83c80b77d7f06cb4535
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-tdigest
Source: tdigest
Version: 1.4.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-16-tdigest_1.4.3-2.pgdg+1_arm64.deb
Size: 63604
SHA256: b1a06701e674349cbb2ad3005c795731e969d57c196c03128a347fc3ca7a57c9
SHA1: 50920d75324a5c32295739ab4e55b1e579b94742
MD5sum: 1a666925c05f0933078aa9457f3d60ea
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-tdigest-dbgsym
Source: tdigest
Version: 1.4.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-16-tdigest (= 1.4.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-16-tdigest-dbgsym_1.4.3-2.pgdg+1_arm64.deb
Size: 52292
SHA256: c16e069a5d3518d8cb0f2d6987c3127fe2c625c431cb86f32895a1f7df7e2d74
SHA1: 7a37ffe387e39e5d434cf5dece26380b40ef3d7e
MD5sum: a8929c03287358ca06721b9e366a7a77
Description: debug symbols for postgresql-16-tdigest
Build-Ids: 6041a483f7a5a8928abb5233a71dc5325d131625
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-tds-fdw
Source: tds-fdw
Version: 2.0.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 310
Depends: postgresql-16, libc6 (>= 2.38), libsybdb5 (>= 0.91)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-16-tds-fdw_2.0.5-1.pgdg+1_arm64.deb
Size: 115824
SHA256: 4073327ebb9f904d56588b9539ada84b29566ef37f3d3bb858f4eb6767faaf0c
SHA1: 06151a1d33d62525e800ff80555bbbad46b7a59d
MD5sum: ec1dd8b373a66fd12e38459155bb57e8
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 158
Depends: postgresql-16-tds-fdw (= 2.0.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-16-tds-fdw-dbgsym_2.0.5-1.pgdg+1_arm64.deb
Size: 141272
SHA256: a0429b63ab905d1883b0b90c88ae6f194572f599b736fd9c9a951525807ac2c8
SHA1: 510ddaccc0f64a3e7db10a0ab9e12582ef494b6c
MD5sum: 5057ea94061b299976ee0cef6ec4de3f
Description: debug symbols for postgresql-16-tds-fdw
Build-Ids: ff4523a0141ebcff040c8a6175550f7f483c3dd5
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-toastinfo
Source: toastinfo
Version: 1.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-16-toastinfo_1.5-3.pgdg+1_arm64.deb
Size: 13216
SHA256: fe5ed16cfa2ff5b630a25e62c85a637df0ea7e0e0c60a9c4a93adf548c9f3b66
SHA1: e4bb2403e90fa09f3c3b757c1120ea917ad2d78b
MD5sum: 07158031f0de4b5cab1e7b250001277e
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-toastinfo-dbgsym
Source: toastinfo
Version: 1.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-16-toastinfo (= 1.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-16-toastinfo-dbgsym_1.5-3.pgdg+1_arm64.deb
Size: 11804
SHA256: 96bf25b48116acaf8dcddbb7bd37b2cf57026318b1f4787c75f636493dca43e8
SHA1: 1a6c3df5eb6954bca57bdd5d078a4918b0b71e40
MD5sum: 36ef09f1d22787f707c23cad19b50d87
Description: debug symbols for postgresql-16-toastinfo
Build-Ids: e89a32ea8928ff1053bedfe2e826c67c55e7e5c1
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-unit
Source: postgresql-unit
Version: 7.10-2.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 687
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-16-unit_7.10-2.pgdg+1_arm64.deb
Size: 161508
SHA256: 91d39d055f9dd0c60178f675938a2d17908c7a1a52c206392bde55f9effdbdcb
SHA1: c6229ea1cef9c74127a9674f98638b113d5f287b
MD5sum: e1a57c96b9305103b8ab2be135111d19
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-unit-dbgsym
Source: postgresql-unit
Version: 7.10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 85
Depends: postgresql-16-unit (= 7.10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-16-unit-dbgsym_7.10-2.pgdg+1_arm64.deb
Size: 63496
SHA256: 792d7461eb91acda7f580f90960a70ed759341ee75e508775f1e722baadf9b22
SHA1: 32c16197d72e3a5ee51ab5e336e7b60cbac2fd49
MD5sum: 50216c72d4fe3084e0c22f9a941c2a95
Description: debug symbols for postgresql-16-unit
Build-Ids: de8d23fd022b5ded6207a0f8e8336cea4f149157
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-wal2json
Source: wal2json
Version: 2.6-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-16-wal2json_2.6-3.pgdg+1_arm64.deb
Size: 56732
SHA256: c511b6c3ffe99005757a70713a19e5b0ecda10327e78c5f8cf2a7d3fae039577
SHA1: 51754ebd8569e56c7588bda8afded5cad276d906
MD5sum: 2ecf7670742396917c4152d56c572b69
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-wal2json-dbgsym
Source: wal2json
Version: 2.6-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-16-wal2json (= 2.6-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-16-wal2json-dbgsym_2.6-3.pgdg+1_arm64.deb
Size: 75436
SHA256: 47252f6aec0dfdcdae3ea07542cbb2550a620610ac7fd6ea5da8200e7fea5b57
SHA1: a87d9d20b31dd90c536a484dff2cfd5921fabff4
MD5sum: 9b1786eeec00a8858261a3aed6c7ee4b
Description: debug symbols for postgresql-16-wal2json
Build-Ids: 2b0962cd4ffb173c4f266de5d619b1aba75a1512
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-asn1oid
Source: pgsql-asn1oid
Version: 1.6-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-17-asn1oid_1.6-3.pgdg+1_arm64.deb
Size: 13352
SHA256: 3f301b5cb894e9cf734c314509a99acd23f990b4e082e354565fb33d6f635f5d
SHA1: aef92db23d96ac7cf3158609755de1e0518acc33
MD5sum: 86c046a28f28b24a2eef78dae95906f7
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 17.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.6-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24
Depends: postgresql-17-asn1oid (= 1.6-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-17-asn1oid-dbgsym_1.6-3.pgdg+1_arm64.deb
Size: 9748
SHA256: 09931167c370dceb247d4fb1d5455fe3584d780fd61f4c691222e90aedc24e89
SHA1: 99c23bb880399279a1724214cda981daa233d117
MD5sum: a0b24cfd9bae7c7aa7448943e2ebee85
Description: debug symbols for postgresql-17-asn1oid
Build-Ids: e6ab27dbc0d1f5824b21603723e604c6e9f1a316
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.8-2.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 98
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-17-bgw-replstatus_1.0.8-2.pgdg+1_arm64.deb
Size: 15232
SHA256: 6f46306b282f8a703ae81a0aede8fabb2575395b9d619b383b013dc22e59528c
SHA1: 64d8a372ac53d5cd1fc1ab9304b939fd730ba9b6
MD5sum: 3622dd7d260e1f9be79067b557c4a0ce
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.8-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 24
Depends: postgresql-17-bgw-replstatus (= 1.0.8-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-17-bgw-replstatus-dbgsym_1.0.8-2.pgdg+1_arm64.deb
Size: 9020
SHA256: c2b55fe099f3f1ae1aa27827b2423f2b56df4dd462f01b90dcf8b593b115ea24
SHA1: 2e96eff7bef1223616d41a02ced8cbfce8fb215d
MD5sum: 64491ff00ed507011b8e19c5a4ffedd4
Description: debug symbols for postgresql-17-bgw-replstatus
Build-Ids: 3f515f81adda543ee32de8680cf078a1ba7f47a6
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-credcheck
Source: credcheck
Version: 3.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-17-credcheck_3.0-3.pgdg+1_arm64.deb
Size: 65920
SHA256: 873c2e17c250ad768b623f63c49441d2a19ad14deaade84d06f26ca8af35df02
SHA1: 4dfc0291d6748e1b04f98af61563fae0367b06d2
MD5sum: b9ee3eb19882b603db5c9cd3a4598bcb
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-credcheck-dbgsym
Source: credcheck
Version: 3.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-17-credcheck (= 3.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-17-credcheck-dbgsym_3.0-3.pgdg+1_arm64.deb
Size: 74736
SHA256: 1e0b3cc29ee0717c0dd713d4b9814670b26057bc2f8713891ef01d59686b4f68
SHA1: 3122b4ce8eaa3e2983cd48354308bcfbad4f5932
MD5sum: 6c301603fc3b3b8e2f1a3cb24aa53b6a
Description: debug symbols for postgresql-17-credcheck
Build-Ids: 1fc30992250af8d34d244a152569a39fa16418ce
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-cron
Source: pg-cron
Version: 1.6.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 223
Depends: postgresql-17, libc6 (>= 2.38), libpq5 (>= 9.0~)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-17-cron_1.6.7-2.pgdg+1_arm64.deb
Size: 91100
SHA256: 5d5cf21197e3ede17043e235519e81da76ab35682c81f7cc02942864af90d2f0
SHA1: 882fc8788dc0e56b5e839b6c5f3ef54cfc930883
MD5sum: 3692a03e39ef74add66d2a348eafbe05
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-cron-dbgsym
Source: pg-cron
Version: 1.6.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-17-cron (= 1.6.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-17-cron-dbgsym_1.6.7-2.pgdg+1_arm64.deb
Size: 123892
SHA256: 059d8a19904bac7e19d9fef4430544f6e7692eb81753b84335474a88cd897ce3
SHA1: ff6f0df00ef66776bf761f12412794bb7701c825
MD5sum: c8f2e51812b05569a62461249005e707
Description: debug symbols for postgresql-17-cron
Build-Ids: 718154862e5965ace1bccbea8737ed5be4481ed7
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-debversion
Source: postgresql-debversion
Version: 1.2.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-17, libapt-pkg7.0 (>= 0.8.0), libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-17-debversion_1.2.0-3.pgdg+1_arm64.deb
Size: 14288
SHA256: 9af27acdaecb67d319db558c6338debd94546c0c25e9c1282f0d81787ca8828d
SHA1: 55c37430c4c333bebe65c26560d2e19df41de832
MD5sum: 80d0daf2e65c36488c70e2124450935c
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()
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-debversion-dbgsym
Source: postgresql-debversion
Version: 1.2.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-17-debversion (= 1.2.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-17-debversion-dbgsym_1.2.0-3.pgdg+1_arm64.deb
Size: 20544
SHA256: 4dfe3c6bfa442155ca9866fbd264eb083c7ccae0af4004a3bbe4cf639f46519f
SHA1: 5f7c8f50829444b76b70460117ec3af6bc2584d3
MD5sum: 6e5522425f81dae0e84afc2bb2d32516
Description: debug symbols for postgresql-17-debversion
Build-Ids: 6eec3def7a0b8d28e0e12af0149dd26df98319af
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-decoderbufs
Source: postgres-decoderbufs
Version: 3.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-17, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-17-decoderbufs_3.3.0-1.pgdg+1_arm64.deb
Size: 40384
SHA256: 408a63c99c1a50c4da814831fde92874d89d930a10aec2ff9e89531555cfec72
SHA1: 5acce8f382fe90a4e3f7d54f8634721fa7b383c0
MD5sum: 926933eadaeea3c632eacebfcf2e9799
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-17-decoderbufs (= 3.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-17-decoderbufs-dbgsym_3.3.0-1.pgdg+1_arm64.deb
Size: 57056
SHA256: c5c17709f6edec044b6f2489a5d6ac8c26055a43fc04e5a71ae3a044aa18c512
SHA1: b559ffd27d0e6fe0e1ffaed6ef12b930d5dc3ee9
MD5sum: 2ba1e1f7dbdd40321c37df827ba4c850
Description: debug symbols for postgresql-17-decoderbufs
Build-Ids: 03259fc73c3ff83c1cb5972b138b6079cb52e77e
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-dirtyread
Source: pg-dirtyread
Version: 2.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 19)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-17-dirtyread_2.7-3.pgdg+1_arm64.deb
Size: 21660
SHA256: 9c82bc293d236460d52cf49cfb39f75b34ca481d64c95093f71d425c836bf2b5
SHA1: 447aab7ef045f0725208b8d3d7cd64810945831b
MD5sum: c21cb082763ccf2b4899146c9502c35e
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-17-dirtyread (= 2.7-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-17-dirtyread-dbgsym_2.7-3.pgdg+1_arm64.deb
Size: 37192
SHA256: f2ada37360f59a2dbafad7040eb1d8ddcd20cc5757b409656a69585d0a4b0387
SHA1: fc3398f2db77ef4de331a49ba61dfe4dcd5b2df7
MD5sum: dae76c478d93789cb9848f685ae1702b
Description: debug symbols for postgresql-17-dirtyread
Build-Ids: c30cb6186f578cba03243a12dea010427b046f00
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-extra-window-functions
Source: extra-window-functions
Version: 1.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-17-extra-window-functions_1.0-7.pgdg+1_arm64.deb
Size: 16364
SHA256: c90ecf0d0d078fb829b359ab137cc36bfe85924bfa749d21b22f83852d5f54c6
SHA1: 0a13a496330f8c5bf8ec62fbffc7fed3488ce0d3
MD5sum: de0ca2cab61bf587c3c33fd3bbd04d45
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-17-extra-window-functions (= 1.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-17-extra-window-functions-dbgsym_1.0-7.pgdg+1_arm64.deb
Size: 9680
SHA256: d2cbffd223e82572fb53008094d522242cc215c3d10129c71c7694eb53792668
SHA1: eb82af3fdcea17fd3fcf4e4a7e8753b40beb1327
MD5sum: 78f624dd670ce43f7c250705f6ae9ad9
Description: debug symbols for postgresql-17-extra-window-functions
Build-Ids: ef757862346b33a637ebc47bf62c6cb47af9483c
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-17
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-17-first-last-agg_0.1.4-4-gd63ea3b-9.pgdg+1_arm64.deb
Size: 8708
SHA256: ef45433619096bf643536a19d79d2eb540c1a0dae3b971feb70a611598068db7
SHA1: 4646cae9940c97569a6ee092b9eddc0e30029e00
MD5sum: e4ebcdc997ac0da5698ac057d8323a05
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-17-first-last-agg (= 0.1.4-4-gd63ea3b-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-17-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-9.pgdg+1_arm64.deb
Size: 4024
SHA256: d6b51f57ad6bbeabf7d9e000875ddaada91bdee66d014c94b5c0f7ed6abf7313
SHA1: 76a96c421cb17b9197747e3422aefc72a8d3b0d2
MD5sum: edfeffb5d5e97d0a0ec88ea5a938fa98
Description: debug symbols for postgresql-17-first-last-agg
Build-Ids: 9a3b5b83c1124195ef4edd5cdb281f26a2df0024
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-h3
Source: h3-pg
Version: 4.2.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 471
Depends: postgresql-17, libc6 (>= 2.17), libh3-1 (>= 4.2.0)
Homepage: https://github.com/zachasme/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-17-h3_4.2.3-2.pgdg+1_arm64.deb
Size: 53068
SHA256: 0b087d1436c7afea6eb6dd4d49b1f0a108ca55592fc6d2565c879a52ef3559f7
SHA1: 9f16ac921abd9610a7e73dd728fa85eca03629e2
MD5sum: 8dfd90e1e2dad656f891b4ea1e4dddb8
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 17 extension.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-h3-dbgsym
Source: h3-pg
Version: 4.2.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-17-h3 (= 4.2.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-17-h3-dbgsym_4.2.3-2.pgdg+1_arm64.deb
Size: 113636
SHA256: 916d25100805367714deb2d3415c444f6df40f43f3e4d21ae896415edad98c8b
SHA1: 1d2023c6a2c499922382d759ef3e1387fb564923
MD5sum: 995a2cab2d6bda6865fd90a60fcbce09
Description: debug symbols for postgresql-17-h3
Build-Ids: c2dccb792260b2f13285f64a9361d8c514bfb789 f5ec664b692d095ed3a979616ccf1937efb9fd6e
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-hll
Source: postgresql-hll
Version: 2.18-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-17-hll_2.18-3.pgdg+1_arm64.deb
Size: 78240
SHA256: b50b12bbc9df6ff4871b72ffc4c275c6fad400d8a99b345452539ff302ae404c
SHA1: ffb583085866080ab47629990e2af7748069789f
MD5sum: 826bcf934231bbed8a80cc7407938098
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-hll-dbgsym
Source: postgresql-hll
Version: 2.18-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-17-hll (= 2.18-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-17-hll-dbgsym_2.18-3.pgdg+1_arm64.deb
Size: 102536
SHA256: 6cc2679f5f848000a4f8cc9f2cb9d7fe5c2f0f98cd3773a9e85351cfb21d36f5
SHA1: b5dd19ccd0d6a0f2a0bb16f88e350916881889cf
MD5sum: 1f8ce950bfc07106bacf3a2e2150bb01
Description: debug symbols for postgresql-17-hll
Build-Ids: d95a2a6c7f1d5f7415efec3ac8cdc32853cb1783
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-http
Source: pgsql-http
Version: 1.7.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 175
Depends: postgresql-17, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-17-http_1.7.0-3.pgdg+1_arm64.deb
Size: 52084
SHA256: 207c96ecfd67f47cf175e71106ea032911652627b29ab4d19b8d786bb1cb138a
SHA1: 646f49338826bf2fc8a361d667ff8962ed64a037
MD5sum: 631747ef9a89efc00ebbcff080348f94
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-http-dbgsym
Source: pgsql-http
Version: 1.7.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 78
Depends: postgresql-17-http (= 1.7.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-17-http-dbgsym_1.7.0-3.pgdg+1_arm64.deb
Size: 60644
SHA256: 9078564b7b70f2bf2fc35d298969ff5fa33f369e03a8e7d8302c575c9a1ef57c
SHA1: a4a30a0ab52de1560554cbc749311790a4041f8b
MD5sum: a355a438c4834182f39d365efabdb0d7
Description: debug symbols for postgresql-17-http
Build-Ids: b3bc531d3268e9883517de1604c880a7bfbc5f93
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-hypopg
Source: hypopg
Version: 1.4.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-17-hypopg_1.4.2-2.pgdg+1_arm64.deb
Size: 62608
SHA256: 4afad4adc926b2590df8677aac083e1caf6bc0804db12bec5a495fac8b0f879d
SHA1: 6641e1c7da4d4757b3acba5e1bb3ad5d02cb13eb
MD5sum: af174f099f5fd41787be4c5648245d37
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-hypopg-dbgsym
Source: hypopg
Version: 1.4.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-17-hypopg (= 1.4.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-17-hypopg-dbgsym_1.4.2-2.pgdg+1_arm64.deb
Size: 99208
SHA256: aaca8069a7bd685ee091c13b8c447310fee0ac488f3aeec8879813d55a56663c
SHA1: e1a18f8676ac42474b30bf2e1e8685912d2aaaa3
MD5sum: 9345aa5f571bafe522043a46a4cde823
Description: debug symbols for postgresql-17-hypopg
Build-Ids: 2e3e01b6063108fa7ad71159d132eba635b83181
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-icu-ext
Source: icu-ext
Version: 1.10.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 275
Depends: postgresql-17, libc6 (>= 2.17), libicu76 (>= 76.1-1~)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-17-icu-ext_1.10.0-2.pgdg+1_arm64.deb
Size: 96280
SHA256: 2b2f3a874ac117316af69973089a70f93c91571ca6681e612d42a864f53502e2
SHA1: 701f8b80df69f262fc6466e76c2cffa66a9658f4
MD5sum: effb6923f786f659d4b1eac3dffe81ca
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-icu-ext-dbgsym
Source: icu-ext
Version: 1.10.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 123
Depends: postgresql-17-icu-ext (= 1.10.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-17-icu-ext-dbgsym_1.10.0-2.pgdg+1_arm64.deb
Size: 98084
SHA256: 447a3e8faf2613fa6c1e501af9163d9bcc61d2e799d7028064b24220bd279bd5
SHA1: 1ba151eba0e842a7f563607aa534ddc16dfa772d
MD5sum: 6d67124e80cd5ed6853c635004f77b4c
Description: debug symbols for postgresql-17-icu-ext
Build-Ids: d2b504c84db4234c65ad0a58366ce2f6daad5e84
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-ip4r
Source: ip4r
Version: 2.4.2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 585
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 19)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-17-ip4r_2.4.2-4.pgdg+1_arm64.deb
Size: 185616
SHA256: 7946a38236734f2986a43071b82131771f0bc3c7821f49ffcd6fe361b028a6cd
SHA1: d2ea83e97b543ac725f530e930cf1185ae3a6474
MD5sum: fae8bc0e198e3090fc63f9531308a23e
Description: IPv4 and IPv6 types for PostgreSQL 17
 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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-ip4r-dbgsym
Source: ip4r
Version: 2.4.2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 244
Depends: postgresql-17-ip4r (= 2.4.2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-17-ip4r-dbgsym_2.4.2-4.pgdg+1_arm64.deb
Size: 208372
SHA256: f76980f35d74b83392293c5bbe030365e9435f71ccde631b0ed897752a6a4a92
SHA1: ae034aeb3a44b7e3234e2ac7973b8cc30839581c
MD5sum: d56ec54e2e468a75e1acaaae95f65682
Description: debug symbols for postgresql-17-ip4r
Build-Ids: fbe3a23fa59fa298aadf9cdba1778252795fefba
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-jsquery
Source: jsquery
Version: 1.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 350
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-17-jsquery_1.2-3.pgdg+1_arm64.deb
Size: 128496
SHA256: aeb806ae124bbb1f109fa6a408245f830871a4fe1d168acb9ef93ee85a225d0e
SHA1: e9ccf425a532a32b5a02f867df94c10b714f83eb
MD5sum: f0e18fe6eb9c01569cff2fa13b1de722
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-jsquery-dbgsym
Source: jsquery
Version: 1.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-17-jsquery (= 1.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-17-jsquery-dbgsym_1.2-3.pgdg+1_arm64.deb
Size: 107256
SHA256: 824f6c460f96993d56af439f36d21058b3c4e940d6825b348388f3328b253cb9
SHA1: e5ec70d0b3f797afcfd624e3c444c2bc9468dcfb
MD5sum: f09a2ac588aafbdfa0c12cb95ced9b06
Description: debug symbols for postgresql-17-jsquery
Build-Ids: ed6f19383989fe3d87a3f85a03a826e35ef3dd67
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-mimeo
Source: mimeo
Version: 1.5.1-20.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4486
Depends: postgresql-contrib-17, postgresql-17
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-17-mimeo_1.5.1-20.pgdg+1_all.deb
Size: 128692
SHA256: 3c0c345a01616312c72c84dca12bcdc3d3fa3899b7ff6d97097dd2d6627628a8
SHA1: 528b0dddd280c2c318521f9f6b4ca9bfc2ff2a2e
MD5sum: 9aca100b8d4e2d96bb3665a245418bf4
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-mobilitydb
Source: mobilitydb
Version: 1.3.0~alpha-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3689
Depends: postgresql-17-postgis-3, postgresql-17, libc6 (>= 2.17), libgeos-c1t64 (>= 3.12.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-17-mobilitydb_1.3.0~alpha-2.pgdg+1_arm64.deb
Size: 668236
SHA256: f5cf0e002517c4b15b88c058809e9783eda87757f4a18892e290f9f819bf813f
SHA1: 95217fb4c040c902ded2cf55c4f237fea40a725e
MD5sum: 4a88d19c1be3abb53d8151f29c898deb
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.3.0~alpha-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2506
Depends: postgresql-17-mobilitydb (= 1.3.0~alpha-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-17-mobilitydb-dbgsym_1.3.0~alpha-2.pgdg+1_arm64.deb
Size: 2281800
SHA256: c3ce4ec3b49807f358b0d0fb04ccf5f62959e835066c6d7aadd85d2ba66a4534
SHA1: 45017e6c4d496668abb4b31b1065e515d67453a5
MD5sum: f81042efec617e7e6531802155d1853b
Description: debug symbols for postgresql-17-mobilitydb
Build-Ids: 754a8da27361152e19dacf78153d93d6964b4f46
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 348
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-17-mysql-fdw_2.9.3-1.pgdg+1_arm64.deb
Size: 133864
SHA256: c861937813c51b8c1d328a463a0774d246bc664a87bc7bc1e3e19fe22a079caf
SHA1: 58ea80e0771e076c67d5eba432ea339b13e683f6
MD5sum: b57fb8756476d5d6bd97beeedc6a230a
Description: Postgres 17 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 17.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.9.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-17-mysql-fdw (= 2.9.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-17-mysql-fdw-dbgsym_2.9.3-1.pgdg+1_arm64.deb
Size: 179600
SHA256: d8111963f438ceed90963c3ee0e39b00494e35ec09cd77f8bfe0669681647664
SHA1: cced726066fa5ab0fad7f773a5b06838dad81050
MD5sum: 581546a634bb7740921c9856c09eab29
Description: debug symbols for postgresql-17-mysql-fdw
Build-Ids: bf01f0804f92bd098748f732fceed8c1337c59f1
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-numeral
Source: postgresql-numeral
Version: 1.3-8.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 257
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-17-numeral_1.3-8.pgdg+1_arm64.deb
Size: 75132
SHA256: 56eb7407f8de2ef6bcff7f487985343fbcc5e8f107e40a58e607428c7adaa1a0
SHA1: 31af9411220ae3ddae333e45bce7d5d1eac726a5
MD5sum: d6df404e8d357fc364107cf4f2e2f636
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 66
Depends: postgresql-17-numeral (= 1.3-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-17-numeral-dbgsym_1.3-8.pgdg+1_arm64.deb
Size: 43848
SHA256: aba9a84cba651d0e29d27c8bc35633637b6d980354bbc17601c5f81f2b7de0e1
SHA1: be2481ae39e709d2e6c28b7ac65243992c4cec63
MD5sum: 4f4b6c18bbd8e4bc8d9142295638c3aa
Description: debug symbols for postgresql-17-numeral
Build-Ids: 04c6b8f0d80c5ba46377ce6e59eecd7d68038956
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 280
Depends: postgresql-17, libc6 (>= 2.38), libgdal37 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-17-ogr-fdw_1.1.7-2.pgdg+1_arm64.deb
Size: 93168
SHA256: e970dfa416a1dbfb93e64ea3be44876478fff36d6e27f8ef3357bbf57da4565b
SHA1: 2ec6719e9a817bbdca020f8e6c21cb19d74fdc58
MD5sum: 71f806defec3bbb23260b2d8c08e94e2
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 205
Depends: postgresql-17-ogr-fdw (= 1.1.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-17-ogr-fdw-dbgsym_1.1.7-2.pgdg+1_arm64.deb
Size: 151456
SHA256: 84b5d97ecd1f274149f677f1f495c36dde63691706bc228180a24556996f1158
SHA1: f2e98924325482f3d1ede9f9d4f5f47d8555307a
MD5sum: 1de5640d211ff7d6b010cce13474698a
Description: debug symbols for postgresql-17-ogr-fdw
Build-Ids: 184bf682289bdf3a0d2256b535b0679dac8d84be 48bdee133c459e005513422511cb4121a1c132a3
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-orafce
Source: orafce
Version: 4.14.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1177
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-17-orafce_4.14.6-1.pgdg+1_arm64.deb
Size: 369964
SHA256: 1b4c4160065984233a0e6482c1e89e89c3628d29fd07ff478386372d8cd5162c
SHA1: 3d28d3b72125646e21469f0516f2de55b59f5160
MD5sum: eac25722b9f9ed526368132c6566dc10
Description: Oracle support functions for PostgreSQL 17
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-orafce-dbgsym
Source: orafce
Version: 4.14.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 367
Depends: postgresql-17-orafce (= 4.14.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-17-orafce-dbgsym_4.14.6-1.pgdg+1_arm64.deb
Size: 315436
SHA256: 17e79bb297ac159eccf24bc9df4bebc8a509f19180a20548554a07f885a5f046
SHA1: ac304761abbfb0b9044f676b2234aa8a22c41238
MD5sum: 44e6ee0110f3ebd93937bf46e612e80f
Description: debug symbols for postgresql-17-orafce
Build-Ids: cdb911831e46da4f0d2bb5c138adbfaebd693f8b
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-partman
Source: pg-partman
Version: 5.3.0~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7581
Depends: python3, python3-psycopg2, postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-17-partman_5.3.0~rc1-1.pgdg+1_arm64.deb
Size: 237932
SHA256: f134ad72d031217d450d66c75e4d65cb1d233b5b0cf6322d3b694e806547f469
SHA1: a05bc07b4653fd6cc4dc52c5f2f6fda9c7493827
MD5sum: 3d98649ab8d6f7d6634148e321df0dcb
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-partman-dbgsym
Source: pg-partman
Version: 5.3.0~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-17-partman (= 5.3.0~rc1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-17-partman-dbgsym_5.3.0~rc1-1.pgdg+1_arm64.deb
Size: 45124
SHA256: 3d58d5f0ba551455c54e7c17b80dda32c9909922bee7da6c5d4b724a3842bafa
SHA1: 39bae927fb181210b3a95400b3d5584b312f7d03
MD5sum: 23eef06843302dce0fadd652c5d6e0e7
Description: debug symbols for postgresql-17-partman
Build-Ids: 1a85fdf8703a3988c7d64d5da03c83dbfa27e3f8
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-periods
Source: postgresql-periods
Version: 1.2.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 593
Depends: postgresql-contrib-17, postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-17-periods_1.2.3-2.pgdg+1_arm64.deb
Size: 48000
SHA256: 025315971c91b54c96e276af07857b726b451d615eda037ddef9d55daec2227f
SHA1: 424febfb9b3b42319f5cf7a91de945e263a70ffa
MD5sum: 60ac426baf1b4015ff16e73716ac53e1
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-periods-dbgsym
Source: postgresql-periods
Version: 1.2.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-17-periods (= 1.2.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-17-periods-dbgsym_1.2.3-2.pgdg+1_arm64.deb
Size: 43168
SHA256: 7ed2e8bcd04f7f8e16505ef4aedadb06aaae76549a3be3bb0c16fd8cc042a131
SHA1: c183a48b80b8fda4b1b79b0ded64282835c25b73
MD5sum: 41c3fb5b8df304233bf13ccf75268766
Description: debug symbols for postgresql-17-periods
Build-Ids: 10e4a6087f2ea948601e265c4b6397b442665090
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pg-catcheck
Source: pg-catcheck
Version: 1.6.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-17, libc6 (>= 2.38), libpq5 (>= 9.2~beta3)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-17-pg-catcheck_1.6.0-2.pgdg+1_arm64.deb
Size: 35576
SHA256: 79fcf5c17dbb37625943cd58b2763290054064c7bc059f8e0db2cc98c1c507d3
SHA1: 936d8b046c6025eac3d6cd077ff70330af86d614
MD5sum: 743e88c9b2620ad6c1fb6b6dcb4629ad
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.6.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 147
Depends: postgresql-17-pg-catcheck (= 1.6.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-17-pg-catcheck-dbgsym_1.6.0-2.pgdg+1_arm64.deb
Size: 38020
SHA256: 07a420b0ad73580e20b41231ddba08363e609732651f2319bd4f39f8fc5f406f
SHA1: 54ba242dc29bd8f406b0b409f58873e45ba1e07e
MD5sum: b477d185d26eb9b0aa3295f0c72d9e5a
Description: debug symbols for postgresql-17-pg-catcheck
Build-Ids: bb0741bad17140e307784cdfd392d20e89e52a16
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pg-checksums
Source: pg-checksums
Version: 1.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-17, libc6 (>= 2.38)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-17-pg-checksums_1.3-2.pgdg+1_arm64.deb
Size: 37728
SHA256: eaab715aabe46b4d7f55f6eb85bd169371a2d7c7acfb0713fbdc659a0181b16f
SHA1: bf2b7c1b89995601fa4828c222f1c8ba9d4ca49a
MD5sum: d525fa0aa80e2ab9020c2bfce6644785
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: postgresql-17-pg-checksums (= 1.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-17-pg-checksums-dbgsym_1.3-2.pgdg+1_arm64.deb
Size: 22972
SHA256: fadff91cea9a27bcb38daca3a9275d9f5d55445bec630284cd29c615c62bc884
SHA1: a6ababd87b616d991c876edfaabf161cdfbd4feb
MD5sum: 2cefc7464e0aab40ade3e92a6fe41b00
Description: debug symbols for postgresql-17-pg-checksums
Build-Ids: 536255813e3c944a5d5d13e302e37fb266c4ad5e
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pg-crash
Source: pg-crash
Version: 0.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/cybertec-postgresql/pg_crash
Priority: optional
Section: database
Filename: pool/main/p/pg-crash/postgresql-17-pg-crash_0.3-2.pgdg+1_arm64.deb
Size: 13832
SHA256: 7aeb24df21394e351942dc2b451f00c94610143730113d446b7322ce42d2b7f9
SHA1: 34d06d9a14f74d55997eb1ecbafff7468811c13c
MD5sum: 17dde8e121acac8408faea9089fbaa92
Description: Periodically crash your PostgreSQL database
 If your database is too reliable - pg_crash can kill it for you. pg_crash is
 an extension to PostgreSQL that periodically crashes your database
 infrastructure by sending kill (or other) signals to your DB processes and
 make them fail. It is ideal for HA and failover testing.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pg-crash-dbgsym
Source: pg-crash
Version: 0.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-17-pg-crash (= 0.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-crash/postgresql-17-pg-crash-dbgsym_0.3-2.pgdg+1_arm64.deb
Size: 15712
SHA256: d7236e9d3965156f6af429418e4816334616f5cfb4c6a35121a61b02721df6a9
SHA1: 9784a4591835231116e716fbd206f3622689f0b7
MD5sum: f62099106de81e5796bb95e170d0ae4e
Description: debug symbols for postgresql-17-pg-crash
Build-Ids: 303eae08d1b91685c85938a9a437aabc059ab6ff
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pgextwlist
Source: pgextwlist
Version: 1.19-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-17, libc6 (>= 2.33)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-17-pgextwlist_1.19-2.pgdg+1_arm64.deb
Size: 30248
SHA256: 3b083ff440e150caca81295eeca5027d4eaf9a680d6957cf7ffd8fa67a0d6a20
SHA1: ae9d6b04c667da958ea5797892f384987f63d30d
MD5sum: 80fd301221e071b8a015213b48923862
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.19-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-17-pgextwlist (= 1.19-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-17-pgextwlist-dbgsym_1.19-2.pgdg+1_arm64.deb
Size: 58688
SHA256: a84d46441f8fc3c00aa3b5689cf93f871731cb0939375f8e28c7547c70961ee6
SHA1: a9252658f60c2c067f88d7bf28248cdd20fd7e09
MD5sum: f881b9cb87e2df9cc7214632631f6f82
Description: debug symbols for postgresql-17-pgextwlist
Build-Ids: 19823397c809a486ba54fc3cb8bd8799956bc27e
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pgfaceting
Source: pgfaceting
Version: 0.2.0-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-17-roaringbitmap, postgresql-17
Homepage: https://github.com/cybertec-postgresql/pgfaceting
Priority: optional
Section: database
Filename: pool/main/p/pgfaceting/postgresql-17-pgfaceting_0.2.0-5.pgdg+1_all.deb
Size: 9892
SHA256: bd4b04e9cf6a31d43365591dc663834f114ab09406aff48d5cdc9db8f724ac58
SHA1: 7c1ecb41b0311560a2a9619364834d2484f048d2
MD5sum: 5a17af8df2fc87ba2c9f4530a6bc9481
Description: Faceted query acceleration for PostgreSQL using roaring bitmaps
 PostgreSQL extension to quickly calculate facet counts using inverted indexes
 built with roaring bitmaps. Requires pg_roaringbitmap to be installed.
 .
 Faceting means counting number occurrences of each value in a result set for a
 set of attributes. Typical example of faceting is a web shop where you can see
 how many items are remaining after filtering your search by red, green or
 blue, and how many when filtering by size small, medium or large.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pg-gvm
Source: pg-gvm
Version: 22.6.11-1.pgdg+2
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-17, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-17-pg-gvm_22.6.11-1.pgdg+2_arm64.deb
Size: 19904
SHA256: 7ab7d53b60a6bba876793069023242fb885d4d3e32175c79ccc64f287e3bf066
SHA1: 0145310b9806d016a38e56e9e67c4004a2918508
MD5sum: 1852f2449434f2943e182cf7c2dfac70
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.11-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-17-pg-gvm (= 22.6.11-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-17-pg-gvm-dbgsym_22.6.11-1.pgdg+2_arm64.deb
Size: 28840
SHA256: 3c8193ff482ad7a23190957c30971a0c0a359e3b88b9a20fdd30061da9fa8143
SHA1: 50590f0cabdaa235575846d96695f62f050c224f
MD5sum: 420d0a86be0092e0817318c92b31da83
Description: debug symbols for postgresql-17-pg-gvm
Build-Ids: f7741e68ffc2655bca0fc317d3c6d6592b4babff
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pglogical
Source: pglogical
Version: 2.4.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1222
Depends: postgresql-17, libc6 (>= 2.38), libpq5 (>= 9.1~)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-17-pglogical_2.4.6-1.pgdg+1_arm64.deb
Size: 356480
SHA256: ceb94f8c9bd40df1e0fb867e6302ffee4fae088c1e84a9e0bc11dd2c61abf5fe
SHA1: 4e13bf849f6a551e83a5af07010c23d4882df1da
MD5sum: 8e85e17dfdaf9054f310fb97d274f678
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pglogical-dbgsym
Source: pglogical
Version: 2.4.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 593
Depends: postgresql-17-pglogical (= 2.4.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-17-pglogical-dbgsym_2.4.6-1.pgdg+1_arm64.deb
Size: 463040
SHA256: f36db15a66d025015e2c4484b7ca593e20acf3995fb66e727d5fcdd87bcbb0c3
SHA1: f585aa2ad7f1664796fb3d43e8c90c613cbae737
MD5sum: a5b7cbbdd715dc72e9c3fa9ce75da4ce
Description: debug symbols for postgresql-17-pglogical
Build-Ids: 6968977b1db611a74eea7ccd17a24bdb3d77cef4 c168705f6f27017333ecc18fdd09cbe475bc2afb d064d471e948acc492e3d18cb2defea0ae8507ee
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pgmemcache
Source: pgmemcache
Version: 2.3.0-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 158
Depends: postgresql-17, libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-17-pgmemcache_2.3.0-15.pgdg+1_arm64.deb
Size: 46304
SHA256: d9d14f42e28af75ebfc9157b4a154c89a1b0241ae0590ff369533c5e152a799b
SHA1: 44b65cbd099abe4940e6c37601c870d256ab637d
MD5sum: 1bc1c4c5c2941038a4a3ed7503f82951
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-15.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-17-pgmemcache (= 2.3.0-15.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-17-pgmemcache-dbgsym_2.3.0-15.pgdg+1_arm64.deb
Size: 53304
SHA256: d19a0d7eab2246c93b97e3c1c7c3caa0fab1c6025d11dbf9b60390d987dda9ba
SHA1: 1e11e025161c1ed7220d417f959f46a2742c5ba1
MD5sum: 03c01743c05c2dd2a9da714b77bc16ce
Description: debug symbols for postgresql-17-pgmemcache
Build-Ids: 7903f635c363ed7ae03e248cca872b80be9a029e
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pgmp
Source: postgresql-pgmp
Version: 1.0.5-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 411
Depends: postgresql-17, libc6 (>= 2.38), libgmp10 (>= 2:6.3.0+dfsg)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-17-pgmp_1.0.5-4.pgdg+1_arm64.deb
Size: 102516
SHA256: e3cfd79030d33db173f460774ee3610b888be2947042bb853c1f2f55242dff7f
SHA1: bf57b11aab856147cf4dc83aed508e4a70753d82
MD5sum: 83f68a5e5cc2b899af9d71aa1cbf8b4c
Description: arbitrary precision integers and rationals for PostgreSQL 17
 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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.5-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: postgresql-17-pgmp (= 1.0.5-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-17-pgmp-dbgsym_1.0.5-4.pgdg+1_arm64.deb
Size: 78716
SHA256: 3b22fcb4c3874a1e46c6215c2e0a026bc2c960490982a19619aef83adf464829
SHA1: 106d3b7395ec8113ca8a8c077449b43920443754
MD5sum: 1517c6745c108a704f70b12c1826e9f6
Description: debug symbols for postgresql-17-pgmp
Build-Ids: 52092352993311ac1ac5353e8a99c12348dd5d79
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pgnodemx
Source: pgnodemx
Version: 1.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 250
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/CrunchyData/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-17-pgnodemx_1.7-2.pgdg+1_arm64.deb
Size: 84520
SHA256: 463d5cb2d599db6eb8018422d85a5901eed1774e70e81b54f57d2f02438b1044
SHA1: aeb2cfef44da4208c3ab524e37ec8dc2530106cd
MD5sum: b1cc71e01d97601134229eba0fdc9ef8
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pgnodemx-dbgsym
Source: pgnodemx
Version: 1.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: postgresql-17-pgnodemx (= 1.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-17-pgnodemx-dbgsym_1.7-2.pgdg+1_arm64.deb
Size: 76972
SHA256: 4a84d94aefd2c45e5147e087fb1939079113c3620abbad878a2ce91ca7cd9269
SHA1: ac5fc40105cec6b40ebf825a44c82e88435c5336
MD5sum: 11840af7334ad3da56820ab1e8814bce
Description: debug symbols for postgresql-17-pgnodemx
Build-Ids: a24ac9b76fd7148680052e9d165f195fb07f7be9
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pgpcre
Source: pgpcre
Version: 0.20190509-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-17, libc6 (>= 2.17), libpcre2-8-0 (>= 10.22)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-17-pgpcre_0.20190509-9.pgdg+1_arm64.deb
Size: 19132
SHA256: d4a9041f494ebd3d135cfbaaa416827da1c7d642a5979be72ac7e3cb1403390a
SHA1: 57b2cf7275ccfd8b72670074daa38d63e0592729
MD5sum: 8b0add046a71fc18512ada443ed0af0c
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-17-pgpcre (= 0.20190509-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-17-pgpcre-dbgsym_0.20190509-9.pgdg+1_arm64.deb
Size: 16904
SHA256: 8b4aed203e863df202d938c69c8a5007429c2b8288b863d851232c4177e7e721
SHA1: 6dcfdf7931ac8b2d646530ee0415e11e74e05ffc
MD5sum: d0404fba0c5764694e402be9d9dfd777
Description: debug symbols for postgresql-17-pgpcre
Build-Ids: 0010edcc32eb05497dbe939b154b9c15e000a218
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pg-permissions
Source: pg-permissions
Version: 1.4-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-17
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-17-pg-permissions_1.4-2.pgdg+1_all.deb
Size: 8656
SHA256: 1d987d7cc4ae0a9aec5d42042816ebcd2fd06732c66073c4bae412872d6cc2fb
SHA1: 0071e9cef3f181fb975a398b23e5fff586bb13bc
MD5sum: 19013a5868e3b7a6778f78a4e650d99d
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pgpool2
Source: pgpool2
Version: 4.6.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 445
Depends: libpgpool2 (>= 4.6.3-3.pgdg+1), postgresql-17, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-17-pgpool2_4.6.3-3.pgdg+1_arm64.deb
Size: 157412
SHA256: a91905293aa59e132ec4fe2243015667884c0a4e692fa397a3eb15f677ab883e
SHA1: fb72988ae1e59b74b9af6ed4d2c34f3cd581e9dc
MD5sum: 0aeb66029eaeca5d3bfc8dc3f27bcfae
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 17 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-17-pgpool2 (= 4.6.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-17-pgpool2-dbgsym_4.6.3-3.pgdg+1_arm64.deb
Size: 57636
SHA256: d0ec11aedbd02ad32801485ce458828c5032ae840a099baaa30d9e0f2cb4cc54
SHA1: 87d3a1528990d2021153d5ab922398b7aa2c873d
MD5sum: b54d4b00a8638dafb62a84b88249a7ec
Description: debug symbols for postgresql-17-pgpool2
Build-Ids: 58cd5fa1ef92ce2b7b4c881735811c02c4fce06b 9e2b6ecc944a8740fe6281fd0e46a59c261e06de cd15e7a7e316cc1d7bcbb88e6e7d79b7ea7b4874
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pgq3
Source: pgq
Version: 3.5.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2314
Depends: pgqd, postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-17-pgq3_3.5.1-2.pgdg+1_arm64.deb
Size: 126580
SHA256: db0183d47466885edde206186b8eeb3fda47ca5b49a5330001b96fc182c57a47
SHA1: e9d60d83853b9970065689d6b0c193d62733c1ec
MD5sum: 91af628edd61e6c6e1ddd765db2bef94
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pgq3-dbgsym
Source: pgq
Version: 3.5.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-17-pgq3 (= 3.5.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-17-pgq3-dbgsym_3.5.1-2.pgdg+1_arm64.deb
Size: 82308
SHA256: edbcddff9d5fafc71ae857819662217529fd8a0c1948c5adbb2dc1ac84a8b69d
SHA1: fb8327fd3badddbbb6f23c584c7e55c4262835b1
MD5sum: c473a398ae524fe83973db964e46ecb0
Description: debug symbols for postgresql-17-pgq3
Build-Ids: 1a6868f28b8198bc8b46b2213e20f4a709c1a61e 8e659da5e08e82a4cedca0085a4f1d2726401544
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pgq-node
Source: pgq-node
Version: 3.5-8.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 539
Depends: postgresql-17, postgresql-17-pgq3
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-17-pgq-node_3.5-8.pgdg+1_all.deb
Size: 12936
SHA256: 26952fcb6dc1457c3604b21a2e2869a9453afe156e83b141b83dec030b3610cb
SHA1: 6e123418cffd84f30c5ad0515af89b995b015c7a
MD5sum: 3adb75ae23d90818ce0954c0fff78572
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pg-qualstats
Source: pg-qualstats
Version: 2.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 284
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-17-pg-qualstats_2.1.2-2.pgdg+1_arm64.deb
Size: 59560
SHA256: fd2594c539173f90394e28ab1c31d8c965fb53a13011d69d0f78b11cbad4a74b
SHA1: bde0b2ac8f2f4683916b9d502398cc248d2b49ee
MD5sum: 69cfdafad5c2f88de14844e88c23ba58
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-17-pg-qualstats (= 2.1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-17-pg-qualstats-dbgsym_2.1.2-2.pgdg+1_arm64.deb
Size: 64256
SHA256: 932d9a27be0e07126ef22936fbb815136afddea65104abe42b08de0fc11e4de2
SHA1: f2137d23c9160c75e1f42173dd7df0710385a2e8
MD5sum: 60f39bd3245c67aa88c460868a4552d5
Description: debug symbols for postgresql-17-pg-qualstats
Build-Ids: e82c84897863665a309adf479fb09bc6a95e6bfb
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pgrouting
Source: pgrouting
Version: 3.8.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2999
Depends: postgresql-17-pgrouting-scripts (>= 3.8.0-2.pgdg+1), postgresql-17, postgresql-17-postgis, postgresql-17-postgis-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-17-pgrouting_3.8.0-2.pgdg+1_arm64.deb
Size: 814648
SHA256: 6a91559d5ccd57e53ccd916904be087890c398394f60a209f3acc9f2f0daa28f
SHA1: e696cc42adae6e642c183af9508e5b8a73f4698a
MD5sum: 3417abbcd06c731a8d485881570b351d
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 17.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pgrouting-dbgsym
Source: pgrouting
Version: 3.8.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25561
Depends: postgresql-17-pgrouting (= 3.8.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-17-pgrouting-dbgsym_3.8.0-2.pgdg+1_arm64.deb
Size: 25661640
SHA256: 0f165e97bf7e2a915bad0e37858aed12a5e0f2170cd630e75ff5c8361c2e94c9
SHA1: 679466c03f579fc8015b69b74dec795b55af962a
MD5sum: 48ed011242ce739da9e805e42e6f5f4b
Description: debug symbols for postgresql-17-pgrouting
Build-Ids: 20e1697fc7b893330c4fa1e9d99b3e09234f76fe
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pgrouting-scripts
Source: pgrouting
Version: 3.8.0-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3928
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-17-pgrouting-scripts_3.8.0-2.pgdg+1_all.deb
Size: 65288
SHA256: f05a75fc4ccb1a15b71cdce193c34eca597639160b9cc6f0afb755f659127f27
SHA1: c27fd3003c9763b6761e1f26afba90a5c3de8052
MD5sum: 10d39dfa38d76c7a7eb5343d558f2dda
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 17.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pg-rrule
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-17, libc6 (>= 2.17), libical3t64 (>= 3.0.0)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-17-pg-rrule_0.2.0+git20211101.d7d10f2-4.pgdg+1_arm64.deb
Size: 25432
SHA256: 35b332a7b5e358f0475648de5373ca494b8625b0ecefaccb0db82adec4a3d0ca
SHA1: 3981b6177b0f88de169b13dfb848799302ffe721
MD5sum: 639f809db1d077f5698d7ed3e32832c4
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pg-rrule-dbgsym
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-17-pg-rrule (= 0.2.0+git20211101.d7d10f2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-17-pg-rrule-dbgsym_0.2.0+git20211101.d7d10f2-4.pgdg+1_arm64.deb
Size: 23900
SHA256: c44383f5420ee18a31c2d1b6f7312d1c6db369ef8fc0bd041e60e81ac5521eb1
SHA1: 902aaafbad38dfe1f3ecaf54b0db68fdbcda0960
MD5sum: 3ee9a31bf17be4efe4d53d60e0e7e4bd
Description: debug symbols for postgresql-17-pg-rrule
Build-Ids: 61317f703c069ee128b1c45bbebb2fa9f1af5653
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-contrib-17, postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-17-pg-stat-kcache_2.3.1-1.pgdg+1_arm64.deb
Size: 38172
SHA256: 9616cb3c68932faf70a0ce395c4137e6a60ae4a00951e25798703a6b4a4c6aa5
SHA1: 578411681f58e9f502f772977ce1b96d958e53c4
MD5sum: 8fba14f0f7eb2dd23323215f657d60fd
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-17-pg-stat-kcache (= 2.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-17-pg-stat-kcache-dbgsym_2.3.1-1.pgdg+1_arm64.deb
Size: 42384
SHA256: 52220efa86850bed16b69adea59fd104f759a639cff018145d8466215914a237
SHA1: 8b7d36ddd6fdd3786f25fe40c6686b46a2297103
MD5sum: d78383a5617b351dcaa723e7dae9855e
Description: debug symbols for postgresql-17-pg-stat-kcache
Build-Ids: 66ffa909c23601eca324c691dacfdbee767a729e
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pgtap
Source: pgtap
Version: 1.3.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1812
Depends: postgresql-17
Recommends: libtap-harness-archive-perl, libtap-parser-sourcehandler-pgtap-perl, libtest-harness-perl, pgtap-doc
Provides: postgresql-pgtap
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-17-pgtap_1.3.4-1.pgdg+1_all.deb
Size: 63620
SHA256: b52b0eb13cd5f2dcb44cf3d598fbc96b1f5719666b5f7f6f81ff321d01f1409a
SHA1: 8adf5c2dbfc11555321241ced12b8016566b43b4
MD5sum: 7c334fb5b4e2d89c65bef21cbd90b081
Description: Unit testing framework extension for PostgreSQL 17
 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 17.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pg-track-settings
Source: pg-track-settings
Version: 2.1.2-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-17
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-17-pg-track-settings_2.1.2-5.pgdg+1_all.deb
Size: 9976
SHA256: 4730c558fcac40b705391beffd6f91bb381199772795ff205d80b21eff40d18e
SHA1: 1dfbd2cba5598f0ac8ab4ecb48ef45c5bab4270e
MD5sum: c25ace351fcec8dcd1131a260f54e7f4
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pgtt
Source: pgtt
Version: 4.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 197
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-17-pgtt_4.4-2.pgdg+1_arm64.deb
Size: 60656
SHA256: c42b9339dc750ad0a8ea0361c9bf6f634e9219340e90a6269060b0153070064b
SHA1: 480d26604e19c4e983f7f8f43d626e619201cb9b
MD5sum: b279149ff8cc3ad422275e0babffc7cb
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pgtt-dbgsym
Source: pgtt
Version: 4.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-17-pgtt (= 4.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-17-pgtt-dbgsym_4.4-2.pgdg+1_arm64.deb
Size: 81956
SHA256: fcb4a2631939bcae8abb3cc03f2ffdf72dd0f2833f3eb17055e5269d588933f9
SHA1: dff61d68e89a08cb45063fe735b8b5bb6acda3fb
MD5sum: 6c300d8ba5792b2d0b7058a2c72e39a5
Description: debug symbols for postgresql-17-pgtt
Build-Ids: efcb1fc139800bb1676d629045e9d57eec29dfe7
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pgvector
Source: pgvector
Version: 0.8.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 710
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-17-pgvector_0.8.1-2.pgdg+1_arm64.deb
Size: 250752
SHA256: a4c830ce07925335cef7916ba677ea07980b50c1d77230193eb74b257f20f31f
SHA1: e3e2aa8a78527bae863af01e1541e6e31d7be50b
MD5sum: 1eff09213125fceaf3a2f175f797fc80
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pgvector-dbgsym
Source: pgvector
Version: 0.8.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 378
Depends: postgresql-17-pgvector (= 0.8.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-17-pgvector-dbgsym_0.8.1-2.pgdg+1_arm64.deb
Size: 340216
SHA256: c603c99bd5e6c22eb8d4ced7ca12324dfb8e402f84fc02302dafb68980af0573
SHA1: 9a4b168e3d0e5f61f5274851e326231607a8c07f
MD5sum: d8d39f7384503ceae9fa96e79133b70d
Description: debug symbols for postgresql-17-pgvector
Build-Ids: e70555c7f54682655a0bb4a7de1d2fffa3a2944e
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.9-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-17-pg-wait-sampling_1.1.9-2.pgdg+1_arm64.deb
Size: 39036
SHA256: 26cee5bc70a06970fa4687e3fed3f81dec766013ed55db2f9bebe3fb7288f236
SHA1: e7af0f8f283234874d0e1161da88e6ab07f5ee12
MD5sum: e1f81b987373011e85738c5a0d37b7dc
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.9-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-17-pg-wait-sampling (= 1.1.9-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-17-pg-wait-sampling-dbgsym_1.1.9-2.pgdg+1_arm64.deb
Size: 56048
SHA256: f9f0a8817e9e9756ffef41c9afb6641ee07384715148e24ca428eccaea9f3e3a
SHA1: d4e8456ecb1d4321d22d80030b41447ed64a1d18
MD5sum: 803c83b969f2263d7d51f2d903ab2405
Description: debug symbols for postgresql-17-pg-wait-sampling
Build-Ids: c3f4f5de531faf5b3097dd34c3daea0898e75399
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pldebugger
Source: pldebugger
Version: 1:1.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: postgresql-17, libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-17-pldebugger_1.9-1.pgdg+1_arm64.deb
Size: 73000
SHA256: a31ff1e991869aa755afdadbbecdf89ef0a6d9f85ddf4799bdcfbf1df16b5f41
SHA1: 7bb89a0fa123fb974430c34d3630d687c850b589
MD5sum: 260992d1e9244a46c625d97375461282
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-17-pldebugger (= 1:1.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-17-pldebugger-dbgsym_1.9-1.pgdg+1_arm64.deb
Size: 109252
SHA256: 2031de8768f2269eb2ecf682144e1a2b0be0bbef10d7f5ae74ed2f43f82b8ddd
SHA1: 8646970aeff2977ac7e42c776480ae66574b3a46
MD5sum: 112c2657268e8899d9240038b3488c99
Description: debug symbols for postgresql-17-pldebugger
Build-Ids: 292fdea2475d81b967dc7af54ff5c7f19104a9b0
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pllua
Source: postgresql-pllua
Version: 1:2.0.12-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 996
Depends: postgresql-contrib-17, postgresql-17, libc6 (>= 2.38), liblua5.3-0
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-17-pllua_2.0.12-6.pgdg+1_arm64.deb
Size: 354188
SHA256: 6d9b41e84c2cb133773296e68a40a3016b432d70a94bc07ff32acaa4a22be3e4
SHA1: e511e6295efd60345d001d3c22a93fcbb156687d
MD5sum: 14144f9f7830707279fc30d8316873c9
Description: Lua procedural language for PostgreSQL 17
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 391
Depends: postgresql-17-pllua (= 1:2.0.12-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-17-pllua-dbgsym_2.0.12-6.pgdg+1_arm64.deb
Size: 345276
SHA256: 50f02e7fa8170fcab0105e811a1040965d9cce4eeff7d6b770607fa153677c16
SHA1: 33262d3410a8bca630bf0b00bd3d38cf0ebba5f9
MD5sum: be02b53116030e7478e8574e74deb6cc
Description: debug symbols for postgresql-17-pllua
Build-Ids: 7b7c644872f3d175797666e43ad304e87721a2a2 8d1214ee89bda8ba650dd11f6a5c166460d0d5dd
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-plpgsql-check
Source: plpgsql-check
Version: 2.8.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 750
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check_2.8.2-2.pgdg+1_arm64.deb
Size: 302892
SHA256: 4098632b5a8feac3bd2d78c76c59e3037fbf16f852f9347b9761d9bbce707c48
SHA1: 377ea12cddd8a96442eae4102c8d2047f857cbec
MD5sum: 2993635e492a94433b6b8676b2055ed6
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 383
Depends: postgresql-17-plpgsql-check (= 2.8.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check-dbgsym_2.8.2-2.pgdg+1_arm64.deb
Size: 347104
SHA256: b08f68a3e3e63de513fc0563a827ee0f432d63ba7f97fc2d16fa3dd84a8a2de1
SHA1: b045ed0761165667fe6a04f89cf80cc216436a44
MD5sum: ca6a2baf34e51e41464540ecaf0c7ee7
Description: debug symbols for postgresql-17-plpgsql-check
Build-Ids: 5af47e5e853cda8b28b54293d0ca77209cfc39f8
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-plprofiler
Source: plprofiler
Version: 4.2.5-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: postgresql-17, libc6 (>= 2.17)
Recommends: plprofiler
Breaks: postgresql-17-jit-llvm (<< 19)
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-17-plprofiler_4.2.5-4.pgdg+1_arm64.deb
Size: 45660
SHA256: c278695681b028cb6c8dd902dfd766991f067b334fa44392b4aa4d61f89eed3e
SHA1: e7e949a08eee596bea42646517e54b00a4b2587a
MD5sum: 7431cf3727a7b643c5870d557be51a81
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.5-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-17-plprofiler (= 4.2.5-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-17-plprofiler-dbgsym_4.2.5-4.pgdg+1_arm64.deb
Size: 69224
SHA256: 167f0fb5f47c24a255d921c2b25e0cb429f7529e3693cb14478e97a7605acdc1
SHA1: 7ae551da4c19ece92c4b3686e66f25d4a4bcf5e0
MD5sum: 57cb8df3c8293de14ed0ab413b88a128
Description: debug symbols for postgresql-17-plprofiler
Build-Ids: aba31c6ac92a67d55fd12501b2133cc53408cd8e
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-plproxy
Source: postgresql-plproxy
Version: 2.11.0-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 354
Depends: postgresql-17, libc6 (>= 2.38), libpq5
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://plproxy.github.io/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-17-plproxy_2.11.0-13.pgdg+1_arm64.deb
Size: 135048
SHA256: 23df2438c5b3bae89b57469f6d4a7d4855ca5db5d4388d669e65b2e6cd4dd789
SHA1: cac592db9bfce6d9e4bbc80f449efc4597d3b0f6
MD5sum: 3dda196f45c79306187c659f30c8f7a1
Description: database partitioning system for PostgreSQL 17
 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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.11.0-13.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 153
Depends: postgresql-17-plproxy (= 2.11.0-13.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-17-plproxy-dbgsym_2.11.0-13.pgdg+1_arm64.deb
Size: 129184
SHA256: 8c6f92347027c1cd382855d93356265859574eb9d7b365006cdc23b8aa02322c
SHA1: 63b6fadaa9cf388dec99b54333bf87812daced20
MD5sum: a256ad35f1d4ff85777b7e3478577080
Description: debug symbols for postgresql-17-plproxy
Build-Ids: 30aa882b4bf319e04db7100fa2a06e722791c246
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-plr
Source: plr
Version: 1:8.4.8-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 337
Depends: r-base-core (>= 2.10), postgresql-17, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-17-jit-llvm (<< 19)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-17-plr_8.4.8-2.pgdg+1_arm64.deb
Size: 136704
SHA256: e1f3ec503bbbe7bbc0f7fa83b7e41a21a3efa4856fb5e1b3e89ef2c4cb4c9daa
SHA1: eb5fabd5eb1715b22eb91ee79b2a14876a649a86
MD5sum: ad3bf9a0e49100185a5ab8e6f88acf52
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-plr-dbgsym
Source: plr
Version: 1:8.4.8-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: postgresql-17-plr (= 1:8.4.8-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-17-plr-dbgsym_8.4.8-2.pgdg+1_arm64.deb
Size: 148304
SHA256: fe8a4b2209b7060d051972b37d738d4f72bf58e8aeb83094c5b6662a7d6fd01a
SHA1: 9ccc11cd1b97e4918e7711f98baddc2bdbd40147
MD5sum: 44af96a8cd1e55a5a2d4f3414de33f3f
Description: debug symbols for postgresql-17-plr
Build-Ids: 163bf1be8a210dcecdaf19a419a02ffc9e046c86
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-plsh
Source: postgresql-plsh
Version: 1.20220917-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/petere/plsh
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-17-plsh_1.20220917-4.pgdg+1_arm64.deb
Size: 28280
SHA256: d57052cf02ec137e48e78e1bbbc850cee0f82dd843607eae53cdf1ecae76efde
SHA1: d64fb064b3f3583de1eeb58ba57fe72ea7fa3b87
MD5sum: e8b176a6dcf833cfb71b5488863a35bd
Description: PL/sh procedural language for PostgreSQL 17
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in a shell of his choice.  You need this package
 if you have any PostgreSQL 17 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20220917-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-17-plsh (= 1.20220917-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-17-plsh-dbgsym_1.20220917-4.pgdg+1_arm64.deb
Size: 51004
SHA256: ed387e35c6c22b60ce01d8e75bfb3031d78018de8e6f2a7343e890ea9fac44d4
SHA1: f7ea687e0eb9b2d2b2ca78fc140f3ee2d83dcdca
MD5sum: fd23fb2dfac9e5e47e6c4db4be4527d0
Description: debug symbols for postgresql-17-plsh
Build-Ids: 290d22f91c2e89fefd3f29ec1764662b8ae50c44
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-postgis-3
Source: postgis
Version: 3.6.0+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10331
Depends: postgresql-17, postgresql-17-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal37 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-17-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-17-postgis-3_3.6.0+dfsg-2.pgdg+1_arm64.deb
Size: 3553648
SHA256: 3779812f716d56c2a8f2cc3a545ae7e748a2625c6b31ed3b6e95c8992be4c43c
SHA1: 7f39eb8361f1cbd92c482cf079ff5365bfac26fe
MD5sum: aedc0b73009f2abcc0cd848b88decb74
Description: Geographic objects support for PostgreSQL 17
 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".
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-postgis-3-dbgsym
Source: postgis
Version: 3.6.0+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4790
Depends: postgresql-17-postgis-3 (= 3.6.0+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-17-postgis-3-dbgsym_3.6.0+dfsg-2.pgdg+1_arm64.deb
Size: 4222896
SHA256: cbcb415e1fa01fe47c294b05b61bdb4f109f4e7d867179ef0a4ad07a7d426aef
SHA1: 0e3409551c77ed5ba2699aa3df6ce5e58ef337e8
MD5sum: 06a6076a4b89e5f47adce67a3b181ebc
Description: debug symbols for postgresql-17-postgis-3
Build-Ids: 00087856fee8fdd781f06b0726a7e2ad80fd4c15 41fbe0b30dae6b1ff364f365677ba9a7a05efbbe 5a40e2d963fb77a7f627046a30156c7efb4e8951 daf9a0d17c32a46148ea3fce3d9c44530757c1ff dbdfa92cb73363b0ab0e9759b02db73c82d6a1c5
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-postgis-3-scripts
Source: postgis
Version: 3.6.0+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38974
Recommends: postgresql-17-postgis-3
Provides: postgresql-17-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-17-postgis-3-scripts_3.6.0+dfsg-2.pgdg+1_all.deb
Size: 1296576
SHA256: c564a27116cc58889f6837d19eb5d90ed03a3da9f8e950ed3e677ec276f4f999
SHA1: 18d825ebb643d563c71114833ceffa9ad5b7c37e
MD5sum: 7eb08afdb92f09b21c7f5203f5a168b2
Description: Geographic objects support for PostgreSQL 17 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 17 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-prefix
Source: prefix
Version: 1.2.10-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 19)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-17-prefix_1.2.10-4.pgdg+1_arm64.deb
Size: 42244
SHA256: af2bd1df05dea1193e667d4f9c55fefc7870b3f23f226d05fa5fd194dbba1339
SHA1: 0a54bc955e6a984d3375e22eb3d0fa1411b46e71
MD5sum: c1b5a6a1216c69f22cae4b1cbc430b1d
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-prefix-dbgsym
Source: prefix
Version: 1.2.10-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-17-prefix (= 1.2.10-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-17-prefix-dbgsym_1.2.10-4.pgdg+1_arm64.deb
Size: 47424
SHA256: e024947c6aebbe317026673b51e9a7568b45a0eea6dff046113ddd9d1b35a3cc
SHA1: 29220fa222ebaa5b61703b4bebb03019b578c6b8
MD5sum: f24ca008c1e007263791acd29ab4d94f
Description: debug symbols for postgresql-17-prefix
Build-Ids: e72d779470fa67176db870741bef136c82291d8a
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-prioritize
Source: postgresql-prioritize
Version: 1.0.4-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-17-prioritize_1.0.4-13.pgdg+1_arm64.deb
Size: 11992
SHA256: bdab7de52f6c4d03db563c931b7a05230d1c44e1adf37651b0df0db7ec3d06eb
SHA1: f8100eb7144e140afb9550dd8919f7c57281372b
MD5sum: 1a2056d8903f945b0518b398ad865574
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-13.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27
Depends: postgresql-17-prioritize (= 1.0.4-13.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-17-prioritize-dbgsym_1.0.4-13.pgdg+1_arm64.deb
Size: 13472
SHA256: 07ce5b4c6053d03f35a30086849c51aa7a8f351f09dd88406647dd65121bbfc1
SHA1: e0a7de3de849c924dccca50d65c22c7f2f2ca1d6
MD5sum: 65815af26c146fdd7a949a8d0b4f7064
Description: debug symbols for postgresql-17-prioritize
Build-Ids: 3b434cbbe903b7f0d7ad4ca93a3725a5603ff5fa
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-q3c
Source: postgresql-q3c
Version: 2.0.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3488
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 19)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-17-q3c_2.0.1-5.pgdg+1_arm64.deb
Size: 163116
SHA256: 3f4055cf5ad069b6063603af356f63334670f721d704ad30c3c0aa3e8227688b
SHA1: c9a22c3eccd880b5bd6cf622d6b572f4a0da0ea1
MD5sum: 59bb47df189162a070d6dfdb499523fd
Description: PostgreSQL 17 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 126
Depends: postgresql-17-q3c (= 2.0.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-17-q3c-dbgsym_2.0.1-5.pgdg+1_arm64.deb
Size: 109944
SHA256: ac9807bef3753fc8b9e5a523f6f147a6754c2c264948b228eceb9cd01bc7797e
SHA1: b7a68566dcc0a9ec8cd1f87f4b82a9b18b1f7f16
MD5sum: 97b28a1bd298c05fbefa2199e1433042
Description: debug symbols for postgresql-17-q3c
Build-Ids: f971535af8c8c6d6b196bbe4c4fa1450a23f0d07
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-rational
Source: pg-rational
Version: 0.0.2-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-17-rational_0.0.2-8.pgdg+1_arm64.deb
Size: 24920
SHA256: abb74424fd54425ce91c8053865a63893f55a103fcb795661ab42d04c33e0141
SHA1: 3041c551204b593b0f84656863f521e55e3d87fb
MD5sum: c4d056573119bc15f7e1adf3d4110529
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-rational-dbgsym
Source: pg-rational
Version: 0.0.2-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-17-rational (= 0.0.2-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-17-rational-dbgsym_0.0.2-8.pgdg+1_arm64.deb
Size: 22460
SHA256: 4aba59938d61d8c1eb88721eb2994ad910e8427bd19e4cad66659cfd23c0b3b7
SHA1: 4116997a2148ae210a8f387cb3a70d5464f4d303
MD5sum: 5c44fab130c9f68bf243256dd0e17777
Description: debug symbols for postgresql-17-rational
Build-Ids: eafec74719b17d2148f18eb41a5e96e0e6c8a433
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-rdkit
Source: rdkit
Version: 202503.6-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 669
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.6), libstdc++6 (>= 13.1), postgresql-17
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-17-rdkit_202503.6-2.pgdg+1_arm64.deb
Size: 251048
SHA256: 197412fbf60a4aaeec7b88c40650553805c11d75b256461a82ecc5e504b85b22
SHA1: 180809a8aa830f3ab734b15f79b36491229726cd
MD5sum: feac3e7ed01a214f3b1c3744be3c311e
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-rdkit-dbgsym
Source: rdkit
Version: 202503.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1231
Depends: postgresql-17-rdkit (= 202503.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-17-rdkit-dbgsym_202503.6-2.pgdg+1_arm64.deb
Size: 1166392
SHA256: c1cf63d0fab36eeda99aef675cb9d0b66d9c6995aab817a34578bdb1ea34d1ec
SHA1: ba4037259fb9cd49dfd4baebca4f02b6597503fa
MD5sum: eebee27fe3d4759b2159126d4973af78
Description: debug symbols for postgresql-17-rdkit
Build-Ids: 56d4d8bd46d52dbb3f11fa289f7081b1e0f73b28
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-repack
Source: pg-repack
Version: 1.5.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 309
Depends: postgresql-17, libc6 (>= 2.38), libpq5 (>= 9.0~)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-17-repack_1.5.2-2.pgdg+1_arm64.deb
Size: 103536
SHA256: d2ea93d6f682670c73a24ef2e710b0c0b1dec5534506897f8b68d3f708eb3948
SHA1: 16fe0a13643f2d1dae4b9e96ae8a91a8425171ab
MD5sum: 474813992889ff1e6ca520c670378aea
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 17.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-repack-dbgsym
Source: pg-repack
Version: 1.5.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: postgresql-17-repack (= 1.5.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-17-repack-dbgsym_1.5.2-2.pgdg+1_arm64.deb
Size: 126800
SHA256: 073b4942ed9d247121ceb9a10d6eb5ba2e69a1db95906dd7969df1f8500a3fcc
SHA1: 8035d5428de8ebc972146c5aa41e6f88613c84a5
MD5sum: 1c7e55ce235c411d6b9da118c9389b2b
Description: debug symbols for postgresql-17-repack
Build-Ids: 986c4583deeff154b10b0c6191812576ee04fc52 e3d6ab7b7eb72c05b66c203d3423995e78e40402
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-repmgr
Source: repmgr
Version: 5.5.0+debpgdg-2.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1185
Depends: repmgr-common (>= 5.5.0+debpgdg-2.pgdg+1), postgresql-17, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-17-repmgr_5.5.0+debpgdg-2.pgdg+1_arm64.deb
Size: 229224
SHA256: 2f8f60a50ff8ef5b19d6d971cea27c5105899d30b808a9df05cfb2ba35af7b4a
SHA1: c03ac05df700c396f28f4f68543acc8e85699dfe
MD5sum: 2d5af77d737f126270040eec04d24a4d
Description: replication manager for PostgreSQL 17
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 17.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-repmgr-dbgsym
Source: repmgr
Version: 5.5.0+debpgdg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1514
Depends: postgresql-17-repmgr (= 5.5.0+debpgdg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-17-repmgr-dbgsym_5.5.0+debpgdg-2.pgdg+1_arm64.deb
Size: 618752
SHA256: ed46f2c71e0d3fe627b1588e10dc1fd9e13c3b49e46ee117de1b7da137e5b3e9
SHA1: 93f509481115e1da19956b19192de282f93299ed
MD5sum: 30dc18d9d57f57a80192befbb3d995b6
Description: debug symbols for postgresql-17-repmgr
Build-Ids: 8227f572673195a4f487321c69f7d8fc687154e3 9058d6b4bd8499f3019650d706c6dd062c6a67c4 a8e6d4d93d669b703fdfe04bbbe8064cf3653672
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 942
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-17-roaringbitmap_0.5.5-2.pgdg+1_arm64.deb
Size: 401616
SHA256: 7295f703061ad78fb14722d56d47afbbee7bb1ef70f63a69101f2947a28e5cac
SHA1: 1cfc92873ee81e16b8b26a1e8ffdffd5769ba61a
MD5sum: c71eebf5f309a39d3a5654fbfa9d6e35
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 610
Depends: postgresql-17-roaringbitmap (= 0.5.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-17-roaringbitmap-dbgsym_0.5.5-2.pgdg+1_arm64.deb
Size: 573884
SHA256: ee645d0bf508133906bb2c5e3f7afcb3067be5f40794f7713592dcd7d0d399b3
SHA1: 9bc4def19ce0ff462252141464ac6455f5a4ea03
MD5sum: e3bb268c9ac1855ee674439c1ac55bd2
Description: debug symbols for postgresql-17-roaringbitmap
Build-Ids: 1d3d5d7e9ad7683a6dfb33fb73806f5739de34ec
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-semver
Source: postgresql-semver
Version: 0.40.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-17-semver_0.40.0-3.pgdg+1_arm64.deb
Size: 39756
SHA256: d2fceae5de711c45647b4d4f237caf9a9536df0a4d6c6e30261d5893e1c03799
SHA1: 4a13fe800d791e7eb7dea6bcb130aa2af4437f6e
MD5sum: 0eefe1f7818643f351fcc7c81f58ef20
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-semver-dbgsym
Source: postgresql-semver
Version: 0.40.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-17-semver (= 0.40.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-17-semver-dbgsym_0.40.0-3.pgdg+1_arm64.deb
Size: 25056
SHA256: ba00c51ace72b97510cd5ce5c1b18c25650b8ccae2e2d7fe77a05d07948e7358
SHA1: 1af7927aa99df3e209ccae3b6e608decefb85cc5
MD5sum: 3173374d17f11dad2cd8fc43fdc4ec91
Description: debug symbols for postgresql-17-semver
Build-Ids: c9df0aa6c51aadd3b899f42115eafa48b7f50290
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-set-user
Source: postgresql-set-user
Version: 4.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 147
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-17-set-user_4.2.0-1.pgdg+1_arm64.deb
Size: 35712
SHA256: 6d45e6fb249ce96b681f7b325d710602f7407a813cfaac71416f47a4d80d9047
SHA1: 5e9ec50a51aa5f1739309c08b994b13f2282bee6
MD5sum: 9654a1985374e1f5d5236db66dd3997a
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-set-user-dbgsym
Source: postgresql-set-user
Version: 4.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-17-set-user (= 4.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-17-set-user-dbgsym_4.2.0-1.pgdg+1_arm64.deb
Size: 49968
SHA256: 710ce3037b720330a50deff2b799e1a0375bf6804fed29c4de03f57646d8361d
SHA1: 14f1f19bee8c7c8411f7db1cbcd1a33d8fa18caf
MD5sum: da7b72bce76dc9d9bd5a916fae7a0d73
Description: debug symbols for postgresql-17-set-user
Build-Ids: b9348043980ddc8ad0a0949b6f03190b1a92994e
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-show-plans
Source: pg-show-plans
Version: 2.1.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-17-show-plans_2.1.6-2.pgdg+1_arm64.deb
Size: 23368
SHA256: d8087b8e04f71bca0df31d7bcd585b19d84d3263e7d66880aa677c708a867b4e
SHA1: ccc39e735e934ce1da149a2bba5c51cd083e1bf1
MD5sum: 8241cfb9e364eef27ee6b420b35b8056
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-17-show-plans (= 2.1.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-17-show-plans-dbgsym_2.1.6-2.pgdg+1_arm64.deb
Size: 37924
SHA256: 6e16453418d44b66081507dd9325b3aee9b526635fef4c814c0db389850741f8
SHA1: ccd7b8e48791f5a2a80bf33516e4573611c1c7a6
MD5sum: 17e81906a22d001e285a3a1e0b70b190
Description: debug symbols for postgresql-17-show-plans
Build-Ids: bf093deaffd9c21eb5f7da5403e455413b841d8b
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-similarity
Source: pg-similarity
Version: 1.0-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 319
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-17-similarity_1.0-9.pgdg+1_arm64.deb
Size: 98940
SHA256: 0758c101ec65f574992675e758cc2d1135c8eb5e0767deb58feb703a109e1f5c
SHA1: 1b047e9773ed270015a9f7a1b366bd74d589041d
MD5sum: 871f80e47821e013449369624cdd0153
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-similarity-dbgsym
Source: pg-similarity
Version: 1.0-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-17-similarity (= 1.0-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-17-similarity-dbgsym_1.0-9.pgdg+1_arm64.deb
Size: 67720
SHA256: b1774e14727e43fc318524d2924b7a44bfdf283cb0b92a14a692c4595defa766
SHA1: 0dfac62f013d912fa85fe7d374bb958eabb5f661
MD5sum: 6f2827ac4d78c3faed380d775245e090
Description: debug symbols for postgresql-17-similarity
Build-Ids: b5b62f59ceffa435fec432e582495540044fb1fd
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-snakeoil
Source: pg-snakeoil
Version: 1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-17, libc6 (>= 2.17), libclamav12 (>= 1.2.1)
Recommends: clamav-freshclam | clamav-data
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-17-snakeoil_1.4-3.pgdg+1_arm64.deb
Size: 17292
SHA256: a00b4005919b42b12d5bc885139ec6eea0d5c545c2614c1a1722babb7fcaa908
SHA1: 7bd773d1c1068030b430b6fd7278cbd100139b89
MD5sum: be9fb60d905f704e78d21533ddcc191e
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-17-snakeoil (= 1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-17-snakeoil-dbgsym_1.4-3.pgdg+1_arm64.deb
Size: 15868
SHA256: d4eb30f614306026f0d32c93a9e08522c862cf82ecf3d1306c0b1b9499b0d0a0
SHA1: 3cfcf6409c6412505a3bfea99e2d9c0e5d918a9d
MD5sum: 7da29799707ed81f7f52938bcb97b99d
Description: debug symbols for postgresql-17-snakeoil
Build-Ids: 0a5397b5058425847832be080c30764abbc533fa
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-squeeze
Source: pg-squeeze
Version: 1.9.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 347
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-17-squeeze_1.9.1-2.pgdg+1_arm64.deb
Size: 123728
SHA256: b2d8ac18cd66b817f130119fc2fbe565bd9e24687489ba96f1b2705d6d72f051
SHA1: 04acc1fbac43ffa6e4b2fb41267471df281cd49e
MD5sum: 10bf30f1cb58b00030ab15dd176acd3e
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-squeeze-dbgsym
Source: pg-squeeze
Version: 1.9.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-17-squeeze (= 1.9.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-17-squeeze-dbgsym_1.9.1-2.pgdg+1_arm64.deb
Size: 159812
SHA256: de10939d7a87b757797355891d1ee83031f8b6ee99b1ce609d2ac1de78dec61d
SHA1: a3509b154554b793f676ea0a16b895d02f452543
MD5sum: 8b798f4a7a944cd32ccb9d0dd55b00b4
Description: debug symbols for postgresql-17-squeeze
Build-Ids: 0746a7a2d72489f2e30ff25ff4d903abbebfc330
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-tablelog
Source: tablelog
Version: 0.6.4-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-17-tablelog_0.6.4-4.pgdg+1_arm64.deb
Size: 46436
SHA256: 7926ad7c4087f4078289ab91ddeee2d38f81bf0118a6c1c4a66bcfbe72f8f886
SHA1: 554e3f7f4b1fa8d37c8a548b52d67b6b6987c186
MD5sum: 9fc3092919e2cdbc2cc3af31c33f7ef5
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-tablelog-dbgsym
Source: tablelog
Version: 0.6.4-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-17-tablelog (= 0.6.4-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-17-tablelog-dbgsym_0.6.4-4.pgdg+1_arm64.deb
Size: 54164
SHA256: 7799e916bb8af674cc5e65d074062715676dd6b8dd1d08e7e3097d131087147e
SHA1: a17caa03a215a2dc5b1581dc2201af2439d2dba6
MD5sum: 2031afec309c1e3816be302791532e1b
Description: debug symbols for postgresql-17-tablelog
Build-Ids: 66bcb705845a871997e861923d68c8bd7f08e87f
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-tdigest
Source: tdigest
Version: 1.4.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-17-tdigest_1.4.3-2.pgdg+1_arm64.deb
Size: 63744
SHA256: 2658fd7cead485a6f800bdfb43a3896cf63d1aa7aed8a1e53ca46ebb30c73c73
SHA1: c182090d9c4dfeee7261dbfa7ea939e4c49c8f80
MD5sum: 7b336aec8a7b0054f3b9ad272d2c6fde
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-tdigest-dbgsym
Source: tdigest
Version: 1.4.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-17-tdigest (= 1.4.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-17-tdigest-dbgsym_1.4.3-2.pgdg+1_arm64.deb
Size: 52524
SHA256: 041f493a4c314a211effce4aeae282cb78f595f7c8c11dd43a6563de840002ce
SHA1: 55261e28307d617025ae8404ef931520969840ee
MD5sum: b7106bb8672dd0b88a4951d149404210
Description: debug symbols for postgresql-17-tdigest
Build-Ids: 52c2004e4a1175090c33809dd2a84b328de47dce
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-tds-fdw
Source: tds-fdw
Version: 2.0.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 310
Depends: postgresql-17, libc6 (>= 2.38), libsybdb5 (>= 0.91)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-17-tds-fdw_2.0.5-1.pgdg+1_arm64.deb
Size: 115936
SHA256: 02ff70b063e9fb7c1f26181e49019374f61c5d44eeb3443146247177fa44574f
SHA1: 24b46ca3aa83f9e9cb99e0387f5e54f84ba2ca5d
MD5sum: f606147e3f4d633a442af78ce7e38f74
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: postgresql-17-tds-fdw (= 2.0.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-17-tds-fdw-dbgsym_2.0.5-1.pgdg+1_arm64.deb
Size: 145072
SHA256: 0eb55862d82061d9a7c5ad616d9f58e8548b49c9e0a1abf8239f5a9f4aa412c6
SHA1: eac6505692c6a6b7ac8bc8eeb7d52979625d057c
MD5sum: 22ff521841d4713829699939440fd2e3
Description: debug symbols for postgresql-17-tds-fdw
Build-Ids: 479385f26933570e820cbbe7cc1cced16dd02e83
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-toastinfo
Source: toastinfo
Version: 1.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-17-toastinfo_1.5-3.pgdg+1_arm64.deb
Size: 13200
SHA256: 8a87ae7e5b2fe6eecf306372f4e8934ef31db139e6f4d138ba716c1a128952ad
SHA1: f414fb2d75a5a11f683dcd100fdf3ee1e81e4ce0
MD5sum: 8ff62e30651d6311ce00888119778e6a
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-toastinfo-dbgsym
Source: toastinfo
Version: 1.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-17-toastinfo (= 1.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-17-toastinfo-dbgsym_1.5-3.pgdg+1_arm64.deb
Size: 12016
SHA256: 515b43e4277e044bb967d5377db2fc16b64430f07eb8f23520f2a5439cb3999f
SHA1: a1f90693fe79f1de0307900bff6be824216b7d38
MD5sum: 1b3db193a43b35c40036ef9a5a19d895
Description: debug symbols for postgresql-17-toastinfo
Build-Ids: f838456484ed3a3a371b4f461fd06a91e70827ff
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-unit
Source: postgresql-unit
Version: 7.10-2.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 687
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-17-unit_7.10-2.pgdg+1_arm64.deb
Size: 161732
SHA256: a294cbcc092b4b3f3e67a7ebaa83fa6635df8192d3144e4508cd2fe5f90621fa
SHA1: 529469a99398fec7a62ed08feedff0caf396c3ea
MD5sum: 96cc135ef399ba043d17ba26f6ef560d
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-unit-dbgsym
Source: postgresql-unit
Version: 7.10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 86
Depends: postgresql-17-unit (= 7.10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-17-unit-dbgsym_7.10-2.pgdg+1_arm64.deb
Size: 63728
SHA256: 6efc8d6c446f441e9ed288146437e22ba00ec942e59a62eed799497216afe520
SHA1: 33d77861b4c0b7becd9b66b32cce9140213a1ac7
MD5sum: 174e100dbec7f08ab0013540f7f0c9d3
Description: debug symbols for postgresql-17-unit
Build-Ids: 262b612c7caecdd1a987ec7de5bf0ed39f6d48dd
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-wal2json
Source: wal2json
Version: 2.6-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-17-wal2json_2.6-3.pgdg+1_arm64.deb
Size: 56776
SHA256: 15a005c8904d84cbdd9c0f1650e9fd0b6311cea34647aa89ebfa0b7486d1c7cd
SHA1: 32e98e20bedea5f61202d067519ddb7a82169a39
MD5sum: 84d988097531c94b87f0939035953b40
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-17-wal2json-dbgsym
Source: wal2json
Version: 2.6-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-17-wal2json (= 2.6-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-17-wal2json-dbgsym_2.6-3.pgdg+1_arm64.deb
Size: 78552
SHA256: c9a7061b5a5b897ce62512c6fe6909f63028cbbab856b1274b8b885c766a51f9
SHA1: 61a63691855f2929f0c53563176f7f44fb29b93b
MD5sum: e8337b63833e2e8eaaf06e97564a26fc
Description: debug symbols for postgresql-17-wal2json
Build-Ids: 93a58e7f2b1bd8512b029e8d8110c6e8fd02c054
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-asn1oid
Source: pgsql-asn1oid
Version: 1.6-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-18-asn1oid_1.6-3.pgdg+1_arm64.deb
Size: 13424
SHA256: 086339e43a84e3dddc63e514b5c06ea6c447ed589c1fae397b498c572ade5ddb
SHA1: b30879a8bb798172fbe0f5d8b73b8d0557c9d83a
MD5sum: e2c46671c40681d765af0c37aef0b399
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 18.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.6-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24
Depends: postgresql-18-asn1oid (= 1.6-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-18-asn1oid-dbgsym_1.6-3.pgdg+1_arm64.deb
Size: 9864
SHA256: 19f42309d68d29334f339a8e16a36476c1e06837c3eae89c514c291863ce3ddc
SHA1: 0f1a939ca998b27f28104bc68d95d424ab471364
MD5sum: ed9ee530288cdaf3e6d607650708d69b
Description: debug symbols for postgresql-18-asn1oid
Build-Ids: e472dfe7860f02671564288181f190b38c15df43
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.8-2.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 98
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-18-bgw-replstatus_1.0.8-2.pgdg+1_arm64.deb
Size: 15224
SHA256: 70c1d80e9faeb439ca8ff6f052bf43266966cd99ed0fb074ee01e7faccac2312
SHA1: dcc0471e2d769670f9a4827e2f8af989099c264d
MD5sum: 87e81e1d388db95753b2cdfe9cad8248
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.8-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 24
Depends: postgresql-18-bgw-replstatus (= 1.0.8-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-18-bgw-replstatus-dbgsym_1.0.8-2.pgdg+1_arm64.deb
Size: 9336
SHA256: d2102a1dbd3c27e5e47a498e2d51b56d2c23a2d84fbdc8610600e5457c21f236
SHA1: 65e5a96220069a47fc1b345129ac47f4ed9a99e8
MD5sum: 9ce0b2be2fdd1a9f70e1409ca8d1cc9f
Description: debug symbols for postgresql-18-bgw-replstatus
Build-Ids: 77b19a068bc989f073f310857e58ff4f371de8ac
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-credcheck
Source: credcheck
Version: 3.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-18-credcheck_3.0-3.pgdg+1_arm64.deb
Size: 66012
SHA256: 32397bef39513ee67f6a8bcf2bb8e52d619e3af71244e5d090c933ce5c60d855
SHA1: 3223e7e0e36f93309db3f9afd87dc100b7887e9b
MD5sum: 1e19ee4463048da58b367ed0cfcef128
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-credcheck-dbgsym
Source: credcheck
Version: 3.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-18-credcheck (= 3.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-18-credcheck-dbgsym_3.0-3.pgdg+1_arm64.deb
Size: 76092
SHA256: 42b729372761b8327ed6ae092b386f8e69b3e891589038e54bcf086be6d8a414
SHA1: 8a223b060f1e558c6e282272ef72b4d01a8be4c7
MD5sum: 99edf9f2dcf3d9a29922f51248cc7387
Description: debug symbols for postgresql-18-credcheck
Build-Ids: 6c1ebfc2869500d4165d0d23c60928b49a6a217b
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-cron
Source: pg-cron
Version: 1.6.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 223
Depends: postgresql-18, libc6 (>= 2.38), libpq5 (>= 9.0~)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-18-cron_1.6.7-2.pgdg+1_arm64.deb
Size: 91176
SHA256: c6ab1b1e30d57d6a7cba0b6a83cf7e2314647fca2b079fd9116cd0b756265219
SHA1: 272bcb836d8c43434f44ebd9ac40d240ab79810d
MD5sum: 6502b01a2385b4171e14a57c72726599
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-cron-dbgsym
Source: pg-cron
Version: 1.6.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-18-cron (= 1.6.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-18-cron-dbgsym_1.6.7-2.pgdg+1_arm64.deb
Size: 127984
SHA256: fc3494b08074c1fe75e3e36244117cf298f558894229fe365697a6e958db8a1c
SHA1: 0a7cef8d73d8c9e3149e4a1288357a6cb5bafd51
MD5sum: 0981331e35859a8a54fe3a9b91458654
Description: debug symbols for postgresql-18-cron
Build-Ids: 83fe2711bc26945c66c5a12c7e6a36a4198094a8
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-debversion
Source: postgresql-debversion
Version: 1.2.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-18, libapt-pkg7.0 (>= 0.8.0), libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-18-debversion_1.2.0-3.pgdg+1_arm64.deb
Size: 14312
SHA256: d4c9617ab198ce3855f8580ca9ac4f3ba069bfef43c0038667b25f144d5d199e
SHA1: 14c1a6ff85dcf5c7bca8b38b255a637f1df43223
MD5sum: 11f1552bf6c9fb83e3eca71326a578b8
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()
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-debversion-dbgsym
Source: postgresql-debversion
Version: 1.2.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-18-debversion (= 1.2.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-18-debversion-dbgsym_1.2.0-3.pgdg+1_arm64.deb
Size: 20684
SHA256: 1e9f8e75dc4515a9f2aa1518ebbc1a19c2dcfb747e4e8a64201e3cd2f2bc20d9
SHA1: 67213ae059622a1a14870c3514ad41fd8774c1a6
MD5sum: 0dee574a36d140683420eea72233008e
Description: debug symbols for postgresql-18-debversion
Build-Ids: 2fd4a150a00618be97d65c3c0dba7b7a671a076e
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-decoderbufs
Source: postgres-decoderbufs
Version: 3.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-18, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-18-decoderbufs_3.3.0-1.pgdg+1_arm64.deb
Size: 40492
SHA256: 4aba661dadfbac28f74e18ae6be75c934061a54a4d0ddce539d6c5e4902b1c43
SHA1: eae81f19099801d1e699d8e8ccf744f3f4029c1e
MD5sum: 4f7965035a1d91097814592ba45a0610
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-18-decoderbufs (= 3.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-18-decoderbufs-dbgsym_3.3.0-1.pgdg+1_arm64.deb
Size: 58920
SHA256: 8dd4c0f45bb55f327468cb2c30d7e598759ba4de2c5666a17c16da1d8c893f4c
SHA1: 10e2fa9d1d03aca103aeb79c1b5439ee831e887e
MD5sum: 22cb4422bb438168eaa6387978b980e6
Description: debug symbols for postgresql-18-decoderbufs
Build-Ids: b7f2d22f8a4eac68e5b9346a950952af75ab4de8
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-dirtyread
Source: pg-dirtyread
Version: 2.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 19)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-18-dirtyread_2.7-3.pgdg+1_arm64.deb
Size: 21788
SHA256: 7a040fe356440cff316329dee4b1f69f64c957fe2682c067ae9fe0cb7a5e06f5
SHA1: 9c0332abbb3d706f8f4867e722d73d013e77a527
MD5sum: 1a84eebd58c404d2d0b76bbe18ede4d2
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: postgresql-18-dirtyread (= 2.7-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-18-dirtyread-dbgsym_2.7-3.pgdg+1_arm64.deb
Size: 38764
SHA256: 1fea5d78c3e1f001b9afc1b0c2cd778df68b6032bc363630bf7bdd92bd1bab9a
SHA1: d3af8225f3cda48c80a1fd8ccdc0cb0a6e65ab7c
MD5sum: 4b868c23b1080f49d5531efc24a95443
Description: debug symbols for postgresql-18-dirtyread
Build-Ids: 5a249336c6d0bf4fe087672088594a1a07a1022d
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-extra-window-functions
Source: extra-window-functions
Version: 1.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-18-extra-window-functions_1.0-7.pgdg+1_arm64.deb
Size: 16408
SHA256: 0658c264d3ce8153a3d995ef87a845af83397a1792026a31e4a9f3341ab0087c
SHA1: ce143c9136cdee98ab4f1008899502fbfa0e6889
MD5sum: 993ebcc64d6c5ed4fe8db1209e875721
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-18-extra-window-functions (= 1.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-18-extra-window-functions-dbgsym_1.0-7.pgdg+1_arm64.deb
Size: 9776
SHA256: 979e516b3f1a9a45fc47b6e21a14917943be52234b261a1e7dcfaac65b78e7af
SHA1: 010bfcc657bfc391012660bc38ca1f2f92365748
MD5sum: 9b02b79643b148f621f9222f1cbba128
Description: debug symbols for postgresql-18-extra-window-functions
Build-Ids: 40e6593021954b654f19ff4a5f252627f3fb762d
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-18
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-18-first-last-agg_0.1.4-4-gd63ea3b-9.pgdg+1_arm64.deb
Size: 8724
SHA256: c03fd2e314dde05a7a7e603b21b34b9ff9cab39b86899009d2007da132c2edc9
SHA1: 62d86b279176b51f5b6d4caa8cd3b16dd21ff98f
MD5sum: 1bbeaa3b93a9d2a0f2ad338503c4a542
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-first-last-agg-dbgsym
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18
Depends: postgresql-18-first-last-agg (= 0.1.4-4-gd63ea3b-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-18-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-9.pgdg+1_arm64.deb
Size: 4068
SHA256: e233520d0c19fd335f5298f5b21153fdf51e5ca6d6c24a7cb39a501c1c3fc1e8
SHA1: 2d4c76cbb0b63a1a6022f770ef4e37ae729ce6a7
MD5sum: 77adcfee9a749a30bde3f0702bbfc794
Description: debug symbols for postgresql-18-first-last-agg
Build-Ids: 8e3b9abc393c72d6062e1513dadf4a419d364c65
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-h3
Source: h3-pg
Version: 4.2.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 471
Depends: postgresql-18, libc6 (>= 2.17), libh3-1 (>= 4.2.0)
Homepage: https://github.com/zachasme/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-18-h3_4.2.3-2.pgdg+1_arm64.deb
Size: 53068
SHA256: 8cc4bb810067340099bc67ad062440b4d7fd76264d2b8e36abab8eafbf20387a
SHA1: 4006bae1187816abf07fa3c8c0cd3a88400e0489
MD5sum: 524a2211b9939ffb2c5f1d6932b4e8c8
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 18 extension.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-h3-dbgsym
Source: h3-pg
Version: 4.2.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-18-h3 (= 4.2.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-18-h3-dbgsym_4.2.3-2.pgdg+1_arm64.deb
Size: 113224
SHA256: 04ef430cf78291e33b841d75631eb8c49696b897401dac2eb14fc070ac2629d8
SHA1: bdb2263ee7fcf3808689230d673a0ef6051f2671
MD5sum: 279ce6776653cf3985ae288e99f5b534
Description: debug symbols for postgresql-18-h3
Build-Ids: eb123e60b23909a93243dc282be653347e82e627 ed9e53d725078a571f794cc5118495e692df7c03
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-hll
Source: postgresql-hll
Version: 2.18-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-18-hll_2.18-3.pgdg+1_arm64.deb
Size: 78244
SHA256: b63003eac13406ac044c08b94283bcc56c3b1d8c5d3608c0ef28325bf938ac97
SHA1: 9b9b5efa909f97cebebf72b22cf9af23d013cede
MD5sum: a7646e3fcfa670276bb5ab2665c98ddf
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-hll-dbgsym
Source: postgresql-hll
Version: 2.18-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 122
Depends: postgresql-18-hll (= 2.18-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-18-hll-dbgsym_2.18-3.pgdg+1_arm64.deb
Size: 103544
SHA256: 7cdf8ce2ba0ef91929f584520bc743cd1026b1d10e32c57c03d20264087f708d
SHA1: 5823d036bece662721db9a1eb103b2a318ac3043
MD5sum: e4cf82fc12ea2d28f3e123d8f3a4ccdb
Description: debug symbols for postgresql-18-hll
Build-Ids: 3b7ddaf0c153037b544f56acdf7d648b249e5ee4
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-http
Source: pgsql-http
Version: 1.7.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 175
Depends: postgresql-18, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-18-http_1.7.0-3.pgdg+1_arm64.deb
Size: 52072
SHA256: 13db4ebf5dc03cddca30cf86c79580129d1fc737ee11ce62a48a379f237757b6
SHA1: 1cefd09246a9f0171420d66fdde8cb47043b3ca9
MD5sum: 42abb2c8181c551b16bf9b349ee97b0e
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-http-dbgsym
Source: pgsql-http
Version: 1.7.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-18-http (= 1.7.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-18-http-dbgsym_1.7.0-3.pgdg+1_arm64.deb
Size: 61496
SHA256: 92be8d4b294155f6bdafdcf4ee233e6d3c8311bf72c9534138df741612096e90
SHA1: 83459ac0131e7ae7d7e3bc223f3f5811b0e6381b
MD5sum: 05cb49ac4de6fa79d78ba33567c441af
Description: debug symbols for postgresql-18-http
Build-Ids: 52ecf4c7606945d5d6a00e2ca1091567532cb094
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-hypopg
Source: hypopg
Version: 1.4.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-18-hypopg_1.4.2-2.pgdg+1_arm64.deb
Size: 62568
SHA256: 5da029b17897f5505688c509d9387bab62a8c24357b6de76eaac1bcb038cb422
SHA1: a31873ad17a5d9f642bc33c9b4f6305203b72654
MD5sum: 29b1a2c3a3742c3acfa6fca49ebd76e5
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-hypopg-dbgsym
Source: hypopg
Version: 1.4.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-18-hypopg (= 1.4.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-18-hypopg-dbgsym_1.4.2-2.pgdg+1_arm64.deb
Size: 101524
SHA256: bf47a617716ffeb53df0bee10455491ea6a50098a91cc507d350a185793e65ee
SHA1: 71eafcd6babf98fe5a4775eb6d08e303ac7db93c
MD5sum: c69089432b45535fd328f16c7ef4b9c9
Description: debug symbols for postgresql-18-hypopg
Build-Ids: dbc6b4552039d0993c6c9f4b90dc3031849c8b8f
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-icu-ext
Source: icu-ext
Version: 1.10.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 275
Depends: postgresql-18, libc6 (>= 2.17), libicu76 (>= 76.1-1~)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-18-icu-ext_1.10.0-2.pgdg+1_arm64.deb
Size: 96288
SHA256: e14c308d511dd55438fa601160ca1221fba7e966dc6da9e91f0210241bcda97d
SHA1: 56e569f46abcc8c5abaad70c8b4d161334bea92e
MD5sum: 5642abf4a6a2bb6356ef65b6119c9ab3
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-icu-ext-dbgsym
Source: icu-ext
Version: 1.10.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: postgresql-18-icu-ext (= 1.10.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-18-icu-ext-dbgsym_1.10.0-2.pgdg+1_arm64.deb
Size: 98380
SHA256: 07f103d5825cae0f975a0ddc8b25e6e7aa89202bae60eb619334be1f0231396f
SHA1: c70bbf99285c6ffde05946215a31f898043701f8
MD5sum: 74401ad13c34b50bff62f1945e8b8c3b
Description: debug symbols for postgresql-18-icu-ext
Build-Ids: 4e77d0d9d6419bbef10712cd65d787f596385b5a
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-ip4r
Source: ip4r
Version: 2.4.2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 585
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 19)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-18-ip4r_2.4.2-4.pgdg+1_arm64.deb
Size: 185732
SHA256: 45e5d9ddc27422fe3f7b45b09e7b6c9c54a85d21cb2b2dfb486522cfa98fadda
SHA1: e7a413695033b0ecde1d20d9d1a50a48b7386be7
MD5sum: 7ae0363fb2a35ec52ba431bee0af464f
Description: IPv4 and IPv6 types for PostgreSQL 18
 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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-ip4r-dbgsym
Source: ip4r
Version: 2.4.2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 244
Depends: postgresql-18-ip4r (= 2.4.2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-18-ip4r-dbgsym_2.4.2-4.pgdg+1_arm64.deb
Size: 208768
SHA256: 3964d4e9fde35d76bea2222966827d1e0420784cab4d56d052b56c7739aaac98
SHA1: 009ed8fe30ecf5cb72d2bb920927d1b806662f48
MD5sum: f8dc8f7d5535e5dbee0166286107bb2e
Description: debug symbols for postgresql-18-ip4r
Build-Ids: e30e7ea871ba3052d60c23a379d2f1a6d5c2cd7a
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-jsquery
Source: jsquery
Version: 1.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 350
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-18-jsquery_1.2-3.pgdg+1_arm64.deb
Size: 128456
SHA256: 64dddca20c39bebf6a570cd2f1e479fb695121c3d3719984c1ed66acdec3fc37
SHA1: f9710e0931efa116535b5e732e062c4c76c5db81
MD5sum: b1549f6e92714f8110186f25e754b12d
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-jsquery-dbgsym
Source: jsquery
Version: 1.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-18-jsquery (= 1.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-18-jsquery-dbgsym_1.2-3.pgdg+1_arm64.deb
Size: 107696
SHA256: 71e820d018f75a4783d32a031a0f29eb032839b68977238c387813ce7cec6d4b
SHA1: 961ffbc23a20c735cca07c144053c25415f52444
MD5sum: ed3171dd78791a940db246d5a8137fd5
Description: debug symbols for postgresql-18-jsquery
Build-Ids: 8c7d0ff3f435ac9fd2cae9f828428670a354e366
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-mimeo
Source: mimeo
Version: 1.5.1-20.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4486
Depends: postgresql-contrib-18, postgresql-18
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-18-mimeo_1.5.1-20.pgdg+1_all.deb
Size: 128652
SHA256: eb53427547ac91aa4227bee4348e16271582c51817c1c8fd5afa33065da0f973
SHA1: 67d02bb714d52679b5af38e58e5619aa3f507e4d
MD5sum: 53858e8b10ad19ed36f6f060f3eac564
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-mobilitydb
Source: mobilitydb
Version: 1.3.0~alpha-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3689
Depends: postgresql-18-postgis-3, postgresql-18, libc6 (>= 2.17), libgeos-c1t64 (>= 3.12.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-18-mobilitydb_1.3.0~alpha-2.pgdg+1_arm64.deb
Size: 668044
SHA256: c326086ddb34ad45daaf36de89959c6b75c403c9c339f16a4d813366dd63ac5f
SHA1: 0ed699afe84f3799f6a465153ff09915e5b88227
MD5sum: 9fb9fda512992c80acbad2683b9bc7de
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.3.0~alpha-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2509
Depends: postgresql-18-mobilitydb (= 1.3.0~alpha-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-18-mobilitydb-dbgsym_1.3.0~alpha-2.pgdg+1_arm64.deb
Size: 2284612
SHA256: a4f3efce863b86c572eab1416d9889e96f18fc46c118cad591dbfed450e3ba11
SHA1: 157866100854aacdf509f8cbeb1dea2fe959da40
MD5sum: ce93d6eaf130633ffce6a3721cb51101
Description: debug symbols for postgresql-18-mobilitydb
Build-Ids: f0ef130c4653bce23da725d903cdea0953dd97c0
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 348
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-18-mysql-fdw_2.9.3-1.pgdg+1_arm64.deb
Size: 134204
SHA256: cb2de743117d4351ef15c766cf1c5817b3b16f78f710230750d73009e0def174
SHA1: a9124fd6890f0de9ed952b6d705b70985b2e7e83
MD5sum: bc2dec3982bd5ac159c664e97fc1e624
Description: Postgres 18 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 18.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.9.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 204
Depends: postgresql-18-mysql-fdw (= 2.9.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-18-mysql-fdw-dbgsym_2.9.3-1.pgdg+1_arm64.deb
Size: 184564
SHA256: cfd6a40c2fdeada1526c839d9fb22e30a8efcd64992d6993870c8d00e9778cd7
SHA1: 55a56985bef24322fdef0d0e40ca87625884ea56
MD5sum: 28917a109c48676a34347f02d35cbdba
Description: debug symbols for postgresql-18-mysql-fdw
Build-Ids: 3efb1447d85add2fa5c43a03912b9e9171f9dd0f
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-numeral
Source: postgresql-numeral
Version: 1.3-8.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 257
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-18-numeral_1.3-8.pgdg+1_arm64.deb
Size: 75108
SHA256: 2ab98cdafcb681f3250eed32d87b56a2679e69b96eb12e3952701a531dd58e33
SHA1: b9b5e14c04f52424a6650fa178642d96411b3bb5
MD5sum: c6b46d0a4c116ef740e0339a5cf532a1
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 66
Depends: postgresql-18-numeral (= 1.3-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-18-numeral-dbgsym_1.3-8.pgdg+1_arm64.deb
Size: 43944
SHA256: 5dd62775e3ee80e7590bf28e2a9b1f163b9efd93628eadc733b8abbec65d9b78
SHA1: ddbff0192a184e8743e13fc8aae30b0a1dc477f5
MD5sum: 516b011b0e70b460a420f6dcfaab765a
Description: debug symbols for postgresql-18-numeral
Build-Ids: b30c80ef320686cf52f1fc1f73083bade4ef3372
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 280
Depends: postgresql-18, libc6 (>= 2.38), libgdal37 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-18-ogr-fdw_1.1.7-2.pgdg+1_arm64.deb
Size: 93264
SHA256: f98f0e632c8f1b728bcc297bfb6d8027e4b7240af731c2e5d4a2631707d6609e
SHA1: f6dc88d456db82a72ee66b1c66abc54415a9ca2e
MD5sum: 139e7d03b699830b0b518de5da741610
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 207
Depends: postgresql-18-ogr-fdw (= 1.1.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-18-ogr-fdw-dbgsym_1.1.7-2.pgdg+1_arm64.deb
Size: 153448
SHA256: 61b200df4fb4bb202784c64c0d649a02ffdb0ebc60100463a8c11c0afb004e1e
SHA1: c2cefcd4fc746e0208d49ea1622748e9afcef4af
MD5sum: eca436e64511692bf1ec9fea12b7285e
Description: debug symbols for postgresql-18-ogr-fdw
Build-Ids: 4307b93a10f0f08256f5ac85b91ff998e67ffe20 54ae2b63b746d9e60828a1d5aeec1b7f95b2642e
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-orafce
Source: orafce
Version: 4.14.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1177
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-18-orafce_4.14.6-1.pgdg+1_arm64.deb
Size: 370116
SHA256: bcf160755dfb36f91d9bccd899523bb2fd319c05747ef05fb9c771c0f2c11354
SHA1: 597a007d4e8dcc7d5ede58b1564af49ba57514ec
MD5sum: 536e45c77cd1e1e4524f3079b45bc4e3
Description: Oracle support functions for PostgreSQL 18
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-orafce-dbgsym
Source: orafce
Version: 4.14.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 368
Depends: postgresql-18-orafce (= 4.14.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-18-orafce-dbgsym_4.14.6-1.pgdg+1_arm64.deb
Size: 317748
SHA256: a2e74a67b8ffbcccd4b940ecd907a6f44db0d1a679e719ecb1f60f7a3308e6f0
SHA1: e502526a8b43925f4d4acc55cd041602dcfd7656
MD5sum: 0ab80d12a18d1853b00b2e8703136b57
Description: debug symbols for postgresql-18-orafce
Build-Ids: 93d4df4c0a8466e885d3867e90c4ea3ed0fbf55c
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-partman
Source: pg-partman
Version: 5.3.0~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7581
Depends: python3, python3-psycopg2, postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-18-partman_5.3.0~rc1-1.pgdg+1_arm64.deb
Size: 238056
SHA256: 776b2bf6e5d9fd20cba63714b7d453b6892dce71e64ab5d843e045cc44f59858
SHA1: af18986164977dd58f38aa88c37c5247316887e2
MD5sum: 250a78d179b2f0f7396edb876e63863f
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-partman-dbgsym
Source: pg-partman
Version: 5.3.0~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-18-partman (= 5.3.0~rc1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-18-partman-dbgsym_5.3.0~rc1-1.pgdg+1_arm64.deb
Size: 46288
SHA256: 34017dbe17baf5a4c63c8f412372b85eace0bf35c4f956ebf6ca8c11626c12be
SHA1: 81e30823880178c5a8c5ca1d2a3f3addd97378f1
MD5sum: dc8f124a2a98370acf0fb9bcbb469cba
Description: debug symbols for postgresql-18-partman
Build-Ids: 74eceff54d81e883b9c3b7339467484c1dbaeee7
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-periods
Source: postgresql-periods
Version: 1.2.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 593
Depends: postgresql-contrib-18, postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-18-periods_1.2.3-2.pgdg+1_arm64.deb
Size: 48132
SHA256: 6b3a2a63d5f7b7bf06cae0118c48a68f2b95d687f3f1c57855f2833a0b40db43
SHA1: 11b268fe05cbe94ff5902a993a3e9dff50fdc731
MD5sum: 463b18a05bd28b713f12c3b93d3cc0e8
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-periods-dbgsym
Source: postgresql-periods
Version: 1.2.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-18-periods (= 1.2.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-18-periods-dbgsym_1.2.3-2.pgdg+1_arm64.deb
Size: 44628
SHA256: 34ce34f18dda0cadca8a36a697da49fde9983460f65014a46909fabfd03e171c
SHA1: afe530505c062175596102b4adf539bbe0867e8e
MD5sum: c6f131f583c1e5a9d1d7c4bae18bf237
Description: debug symbols for postgresql-18-periods
Build-Ids: a191913aff6d63116926890f2f4c64662cdd935e
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pgaudit
Source: pgaudit-18
Version: 18.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 139
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-18/postgresql-18-pgaudit_18.0-2.pgdg+1_arm64.deb
Size: 49076
SHA256: 3d0d17157f0c1fbb572b02dcb444e4bd3eed2764dd287eb8cb3886fedbccb056
SHA1: 816a8036f7de62228bfd9bf01f7d012de31d2996
MD5sum: 40ac9c8debd1bca19077929d09dfcaf9
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pgaudit-dbgsym
Source: pgaudit-18
Version: 18.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-18-pgaudit (= 18.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-18/postgresql-18-pgaudit-dbgsym_18.0-2.pgdg+1_arm64.deb
Size: 60784
SHA256: 27d2da4df0951defd56f598d5717978517e09a74fdad3eb8648abc0d25bc000a
SHA1: 4d64bba3d8961fbab72715a3259335b933b8982f
MD5sum: c73c6bf380ccf71805f68a145e6c771e
Description: debug symbols for postgresql-18-pgaudit
Build-Ids: 3c0dcc55324efd1d995207dd616d8751b3426590
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pg-catcheck
Source: pg-catcheck
Version: 1.6.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-18, libc6 (>= 2.38), libpq5 (>= 9.2~beta3)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-18-pg-catcheck_1.6.0-2.pgdg+1_arm64.deb
Size: 35492
SHA256: 1e60a10a06bb6af69305a97a56e4f98a5cbe0f98b7aae02f6fa99385539ccde6
SHA1: 9e86a3ef18cabf5abac9e651f8176c004bf3442b
MD5sum: fd04f8cfe1e9dd8facacafda7ca8341a
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.6.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 147
Depends: postgresql-18-pg-catcheck (= 1.6.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-18-pg-catcheck-dbgsym_1.6.0-2.pgdg+1_arm64.deb
Size: 38040
SHA256: 9fc08a9e48eab51e980cfb00cafeaa7c5c1ef79aa28076b1b04626bee089c458
SHA1: 4e6d3239ada55efd58ec1e2271f0d0c57433e0ea
MD5sum: ed252a055dadf2779d6d8c555865a591
Description: debug symbols for postgresql-18-pg-catcheck
Build-Ids: a8d40a30f6735309a0db3a896df99961df5dff02
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pg-checksums
Source: pg-checksums
Version: 1.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-18, libc6 (>= 2.38)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-18-pg-checksums_1.3-2.pgdg+1_arm64.deb
Size: 37668
SHA256: c009a357f7748e6dcedb270524efe5b4f596fb580b99f8ba3041d1bc701f91f5
SHA1: 5eca446a132ec3357bd7403e16be7d7aa6075589
MD5sum: 51fc48b27ad1f4faa3331eba49bef5e6
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pg-checksums-dbgsym
Source: pg-checksums
Version: 1.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: postgresql-18-pg-checksums (= 1.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-18-pg-checksums-dbgsym_1.3-2.pgdg+1_arm64.deb
Size: 23088
SHA256: c3c68fb0ba74d7e76c2a817c5fd59410b0778e7bd318e01ceed0f32049a46098
SHA1: cb0b7ea436bc13377d15c9272a9a4e8a9e874f55
MD5sum: 38dbd83503234eacc701d59e8f676041
Description: debug symbols for postgresql-18-pg-checksums
Build-Ids: 750f718857059636e73c9b6591fb5f0cf2930c93
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pg-crash
Source: pg-crash
Version: 0.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/cybertec-postgresql/pg_crash
Priority: optional
Section: database
Filename: pool/main/p/pg-crash/postgresql-18-pg-crash_0.3-2.pgdg+1_arm64.deb
Size: 13836
SHA256: 3cc10c92e464b3ede8876e3e9fb7605521149f8c2503fa27471e2c00fa8ae5d1
SHA1: 7abab1ae1b569fe9bdbeb5b2cc50b713a83c6af5
MD5sum: 005c99f7352e20060d68b8b5d265c4fe
Description: Periodically crash your PostgreSQL database
 If your database is too reliable - pg_crash can kill it for you. pg_crash is
 an extension to PostgreSQL that periodically crashes your database
 infrastructure by sending kill (or other) signals to your DB processes and
 make them fail. It is ideal for HA and failover testing.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pg-crash-dbgsym
Source: pg-crash
Version: 0.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-18-pg-crash (= 0.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-crash/postgresql-18-pg-crash-dbgsym_0.3-2.pgdg+1_arm64.deb
Size: 15972
SHA256: 79bb66e593776dd48ed7c20fde201f193cdca5676341bfbff98f284159140011
SHA1: eacdd1b1703fefa9510b378305e7e5cbf7245fe8
MD5sum: 244409c59b74f7249f89cf162ed1b752
Description: debug symbols for postgresql-18-pg-crash
Build-Ids: 940be9c7b5311f22492e13cd470909bf9bd22c0d
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pgextwlist
Source: pgextwlist
Version: 1.19-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-18, libc6 (>= 2.33)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-18-pgextwlist_1.19-2.pgdg+1_arm64.deb
Size: 30272
SHA256: e7f3967bb58c1a5e7cc084236ee53a8434e409e5b5a3c1ede8608421d9ec9a04
SHA1: cbfdd9473993049a51d64648f4b3820c37db4e62
MD5sum: 630eaf329fa638482840189bf6eacfe9
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.19-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-18-pgextwlist (= 1.19-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-18-pgextwlist-dbgsym_1.19-2.pgdg+1_arm64.deb
Size: 60088
SHA256: 2c7f1de9798bd1aa4d3f101968c45303fa15e5bc9b6293a7ca670561b7077b8c
SHA1: 902645d4b284ddc90b1ebebfab110dc30bbcad1e
MD5sum: 5569425bc6b794a4b37b9112b909f792
Description: debug symbols for postgresql-18-pgextwlist
Build-Ids: 10bd69d41d9e10f7ec27fd4b7fb4f1e6e7c54f8e
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pgfaceting
Source: pgfaceting
Version: 0.2.0-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-18-roaringbitmap, postgresql-18
Homepage: https://github.com/cybertec-postgresql/pgfaceting
Priority: optional
Section: database
Filename: pool/main/p/pgfaceting/postgresql-18-pgfaceting_0.2.0-5.pgdg+1_all.deb
Size: 9884
SHA256: 63f6522ecbebf60ac0192cdd9d69beff41063e72636faba2d73194af5430c6d7
SHA1: 04bbdb8eb49ac024a49f4a3fac27e881333a8d7f
MD5sum: 8bc029b254522a667b2c490a7f7c186c
Description: Faceted query acceleration for PostgreSQL using roaring bitmaps
 PostgreSQL extension to quickly calculate facet counts using inverted indexes
 built with roaring bitmaps. Requires pg_roaringbitmap to be installed.
 .
 Faceting means counting number occurrences of each value in a result set for a
 set of attributes. Typical example of faceting is a web shop where you can see
 how many items are remaining after filtering your search by red, green or
 blue, and how many when filtering by size small, medium or large.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pg-gvm
Source: pg-gvm
Version: 22.6.11-1.pgdg+2
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-18, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-18-pg-gvm_22.6.11-1.pgdg+2_arm64.deb
Size: 19900
SHA256: 85fe5567850eb3c2826ef4651d3e638805330e13c091173ad45c9887b6f5f866
SHA1: 194f80afc8a2495aadf10fdd25e03a06ade68ff8
MD5sum: 662451e6a3e00146b81f638740e60629
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.11-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-18-pg-gvm (= 22.6.11-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-18-pg-gvm-dbgsym_22.6.11-1.pgdg+2_arm64.deb
Size: 28952
SHA256: d46fd0f6ee58f87aa55b1bdd266c63a80487099ba64d7b1f82a08cc562efa5a9
SHA1: a4d14a7a567596478876626b338413c878811e40
MD5sum: c92d5d5e18222a5fe36919a33fefb297
Description: debug symbols for postgresql-18-pg-gvm
Build-Ids: 390a74a6248fed554780f9a0448841612afefab8
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pg-hint-plan
Source: pg-hint-plan-18
Version: 1.8.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 365
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/ossc-db/pg_hint_plan
Priority: optional
Section: database
Filename: pool/main/p/pg-hint-plan-18/postgresql-18-pg-hint-plan_1.8.0-2.pgdg+1_arm64.deb
Size: 139852
SHA256: 1b8de7b2ea90f4c9206dbf1c0aef18365406099b5e9e3137b716878c12c04765
SHA1: 18893d551aad3ba8527546cc6d2e8dc879d8b3ec
MD5sum: ed4a27e40523df0251f5d5af7188c354
Description: support for optimizer hints in PostgreSQL
 PostgreSQL uses a cost-based optimizer that uses data statistics, not static
 rules. The planner (optimizer) estimates costs of each possible execution
 plans for a SQL statement, then executes the plan with the lowest cost. The
 planner does its best to select the best execution plan, but it is far from
 perfect, since it may not count some data properties, like correlation between
 columns.
 .
 pg_hint_plan makes it possible to tweak PostgreSQL execution plans using
 so-called "hints" in SQL comments, like /*+ SeqScan(a) */.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pg-hint-plan-dbgsym
Source: pg-hint-plan-18
Version: 1.8.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: postgresql-18-pg-hint-plan (= 1.8.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-hint-plan-18/postgresql-18-pg-hint-plan-dbgsym_1.8.0-2.pgdg+1_arm64.deb
Size: 145848
SHA256: f85b17b4e10efb08d4d379074d36f3643d74fcd79779afb57608a5591afa7d22
SHA1: 499424dea5412b2ab6fecff885759976a2a6f631
MD5sum: 5a17a045f0f0662da422ecf19d700250
Description: debug symbols for postgresql-18-pg-hint-plan
Build-Ids: 22037bd44935ba93b918fd7c38d8dfd6b9f907c6
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pglogical
Source: pglogical
Version: 2.4.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1225
Depends: postgresql-18, libc6 (>= 2.38), libpq5 (>= 9.1~)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-18-pglogical_2.4.6-1.pgdg+1_arm64.deb
Size: 357172
SHA256: 7bc65d715c3550a434706970ee099d8784a85b8e711601ef63f16810c1c4b0e3
SHA1: c5cddd471d9f3c19287bb4263a5d694661f71301
MD5sum: 6e45569b9ad311c8addf28475e0e3644
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pglogical-dbgsym
Source: pglogical
Version: 2.4.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 593
Depends: postgresql-18-pglogical (= 2.4.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-18-pglogical-dbgsym_2.4.6-1.pgdg+1_arm64.deb
Size: 463520
SHA256: 0d64b3edca0ac7f00a80edbfc9fd3dc1acd612f4561345144c421b409aea2ffa
SHA1: ef6cf7d8eb6f708532415e7b0b86ed9cdba25497
MD5sum: 0883325260416f166c655cd0ac77593c
Description: debug symbols for postgresql-18-pglogical
Build-Ids: 07bedf91cb85001e1d9406cf71e5d9bd6aa85627 243c5a37e9d25f14c62d17522131ec94c8d6df5b 7bfe4a58cc1aa01c7ca16a278f4073cb65ebb735
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pgmemcache
Source: pgmemcache
Version: 2.3.0-15.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 158
Depends: postgresql-18, libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-18-pgmemcache_2.3.0-15.pgdg+1_arm64.deb
Size: 46216
SHA256: 28a1eb144a8c0c530a0266a6d0b420c751d4544bdfc7b1fc888b9988aa21c671
SHA1: b9602282dd451d64653d610007521675e2bf3bb7
MD5sum: 090054543290c67ba012669f0651e673
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-15.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-18-pgmemcache (= 2.3.0-15.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-18-pgmemcache-dbgsym_2.3.0-15.pgdg+1_arm64.deb
Size: 54144
SHA256: e224f78178fd7055f26eab7d58d49bf5dc43a84a948d414894b75dbd1179dbf5
SHA1: 28ed840de071ae0be1c38b0d45fd8c174ff44b89
MD5sum: b8fb02749f205c6ada36afb1a7c564fb
Description: debug symbols for postgresql-18-pgmemcache
Build-Ids: 87ae4f1b9ce25af80aac8fc3b07b36a9ad56b3f3
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pgmp
Source: postgresql-pgmp
Version: 1.0.5-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 411
Depends: postgresql-18, libc6 (>= 2.38), libgmp10 (>= 2:6.3.0+dfsg)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-18-pgmp_1.0.5-4.pgdg+1_arm64.deb
Size: 102372
SHA256: 4656f6c3efa2fe98f11aa9f8fcf6a5790b28024b1adc6de275fa2fc3746f7985
SHA1: 03f1346cf547986af0c4410332667b1d490168de
MD5sum: 50bde0bd155c1606f5ad72d7ee0fd1df
Description: arbitrary precision integers and rationals for PostgreSQL 18
 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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pgmp-dbgsym
Source: postgresql-pgmp
Version: 1.0.5-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-18-pgmp (= 1.0.5-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-18-pgmp-dbgsym_1.0.5-4.pgdg+1_arm64.deb
Size: 78932
SHA256: 5a4222b18324001e9fe61f3721924e73df3bb4c6075769c588b2c6ba495c4626
SHA1: a2ff74e64244229b141dbdf76d522c25637a6632
MD5sum: f6f0636b924271330c8c6e61b9df068e
Description: debug symbols for postgresql-18-pgmp
Build-Ids: f5352498363bead0438e185418f66eafd4976ca8
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pgnodemx
Source: pgnodemx
Version: 1.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 250
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/CrunchyData/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-18-pgnodemx_1.7-2.pgdg+1_arm64.deb
Size: 84672
SHA256: cb420b3939541303f6db7eb2830889a1575a49a19be46318701bfc177b862d74
SHA1: d2e0a3f578445cf35f6493738f87db9e3ea2a3cf
MD5sum: 01c6566eaec1dfa6e477399800c60ae1
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pgnodemx-dbgsym
Source: pgnodemx
Version: 1.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-18-pgnodemx (= 1.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-18-pgnodemx-dbgsym_1.7-2.pgdg+1_arm64.deb
Size: 77956
SHA256: 7b6564ce066295c8c93188d25606a6f911fb46c26b078c5ee0f8b4b9f656419e
SHA1: 3708c69ff73856d6dd36d39d486f6c37571e1275
MD5sum: 4122c0c1d0b5238778df460364992673
Description: debug symbols for postgresql-18-pgnodemx
Build-Ids: 03e901ae1d70b6d1183939b3dc66b88f5b799cf5
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pgpcre
Source: pgpcre
Version: 0.20190509-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-18, libc6 (>= 2.17), libpcre2-8-0 (>= 10.22)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-18-pgpcre_0.20190509-9.pgdg+1_arm64.deb
Size: 19188
SHA256: 1a532f6c781ce5c328186e1c08ebf15d6b0cd2d3a02ff385897dfaaab1b147b2
SHA1: c858d12f090c3c42069b445505f6913cbf6211ab
MD5sum: 49078bcc4fd0aefeb6784baf163bec55
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-18-pgpcre (= 0.20190509-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-18-pgpcre-dbgsym_0.20190509-9.pgdg+1_arm64.deb
Size: 17040
SHA256: 189edba662cde3c4515f580a2b55e4f5967e50ac1d4e3e326aa6998473ce0fee
SHA1: 0ecfc4994d26b82d4c9bb341e66794f2e3c581f1
MD5sum: d442e76c2149978ca8576b3d0793321e
Description: debug symbols for postgresql-18-pgpcre
Build-Ids: 01093238605e030408869abf9c9a07277c99d26a
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pg-permissions
Source: pg-permissions
Version: 1.4-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-18
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-18-pg-permissions_1.4-2.pgdg+1_all.deb
Size: 8656
SHA256: 75bc896ff59631eae112bf393206583339b37f4a7fad7c06a8baf026b4871ba8
SHA1: f61c7293e7fbb0d30486dd27b4e058016592d46c
MD5sum: 79f848bb14d991d5e23bee4701fe6604
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pgpool2
Source: pgpool2
Version: 4.6.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 445
Depends: libpgpool2 (>= 4.6.3-3.pgdg+1), postgresql-18, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-18-pgpool2_4.6.3-3.pgdg+1_arm64.deb
Size: 157456
SHA256: 0740b81f13dadc6a788c3ea8e6a801424fb64fe5adb6d44d3c8a8a3b68b1c1ed
SHA1: d222dfa0044fc5ff7761c96038398456765183c8
MD5sum: 5f65f77bf064ba03e8aaa1a899428eb9
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 18 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-18-pgpool2 (= 4.6.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-18-pgpool2-dbgsym_4.6.3-3.pgdg+1_arm64.deb
Size: 58164
SHA256: 701c9f7c0de57a2252650d0d64e09c9f091d9c9bdc5b4844d46486a5da41389d
SHA1: 3c5f5016b509697b2deef35e6e07c93da9cb9936
MD5sum: 89aa3ad8e7e262e1c0664c36f850c973
Description: debug symbols for postgresql-18-pgpool2
Build-Ids: 3714abb8479075ba1c48e32e76ddc507d3feafd5 c119d4edcd2b607d3696e1b158a4f3e9f48dda52 dfd570680afedbcb557f395582c0af4b0b779230
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pgq3
Source: pgq
Version: 3.5.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2314
Depends: pgqd, postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-18-pgq3_3.5.1-2.pgdg+1_arm64.deb
Size: 126840
SHA256: 8390918fcf2e37e38f1d1d3d4e4402a5abd32eb31939b5a0322d41d3f239a639
SHA1: 4eabf0a5827572ec24b4c96e53df9f137cac9be7
MD5sum: f59491de3c497989731f71420cfb1cb8
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pgq3-dbgsym
Source: pgq
Version: 3.5.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-18-pgq3 (= 3.5.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-18-pgq3-dbgsym_3.5.1-2.pgdg+1_arm64.deb
Size: 86116
SHA256: 81fe38cc0d97743f38e33f97118080ba38e07e901dfd8f88ebf37bd92edc54a8
SHA1: 647c6374dfd616cc123abaa7a3cf78bbff1bcd06
MD5sum: 9b3629fc09b9114e1eca8939ab1c5f1c
Description: debug symbols for postgresql-18-pgq3
Build-Ids: 25c72a588b84a0fea0c243d62df38995c3ac24ff ad630cb2d94c7bb079cbb15b1a9c6d956639746c
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pgq-node
Source: pgq-node
Version: 3.5-8.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 539
Depends: postgresql-18, postgresql-18-pgq3
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-18-pgq-node_3.5-8.pgdg+1_all.deb
Size: 12936
SHA256: 1fcffd7d52d06877e6df9eb5bc741cb48c5dac85558ec64227d5a72ac2279be1
SHA1: 3bf00267a5f37e9a577a04472a5ad1bec17df927
MD5sum: 22427d9a797981f6e78007c13c608e52
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pg-qualstats
Source: pg-qualstats
Version: 2.1.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 284
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-18-pg-qualstats_2.1.2-2.pgdg+1_arm64.deb
Size: 59500
SHA256: ccfd05ed834088468bf69480d1818f714f4f5a0ef3ee041dcc8064fbc28db820
SHA1: 9713278a002c828bdbc75c2933885bbb423caaa9
MD5sum: e5abdf9a822d6a135d5230ecf2e3faf0
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-18-pg-qualstats (= 2.1.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-18-pg-qualstats-dbgsym_2.1.2-2.pgdg+1_arm64.deb
Size: 64740
SHA256: 632238ac2a4e41f76a04891a0f94176208d36c54b3d3f45fd70ce2c7a26143c9
SHA1: 354138f65606ba71ec964c1a0d83190e9463beb2
MD5sum: 254e47a44632a6eefa0722a296bb05b8
Description: debug symbols for postgresql-18-pg-qualstats
Build-Ids: 9bd15417a87dd48e001e27ede760115b7ed69f19
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pgrouting
Source: pgrouting
Version: 3.8.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2999
Depends: postgresql-18-pgrouting-scripts (>= 3.8.0-2.pgdg+1), postgresql-18, postgresql-18-postgis, postgresql-18-postgis-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-18-pgrouting_3.8.0-2.pgdg+1_arm64.deb
Size: 814328
SHA256: f83fbca977cdb98a753f0863c7a93a609d2fa98ad0eaafc9a9e67aba9102c7ff
SHA1: 770d2e5b953167b9482429a870d287760bd6041b
MD5sum: e7423e26c48d03f0fe12579b489686ab
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 18.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pgrouting-dbgsym
Source: pgrouting
Version: 3.8.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 25560
Depends: postgresql-18-pgrouting (= 3.8.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-18-pgrouting-dbgsym_3.8.0-2.pgdg+1_arm64.deb
Size: 25661248
SHA256: f7e80d82ec2930032ff2ab0b571055ad3dbd1eef3d349fa141037239e87e039f
SHA1: 5d62e37dd669fce1434866235b4a19b442050685
MD5sum: 4b8ff431d80d3404b354c86de839f020
Description: debug symbols for postgresql-18-pgrouting
Build-Ids: a8b53a7f683380937eeaa1b05b1399dac260624f
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pgrouting-scripts
Source: pgrouting
Version: 3.8.0-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3928
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-18-pgrouting-scripts_3.8.0-2.pgdg+1_all.deb
Size: 65288
SHA256: d8b43072eb3e8d573210e027357d223b09490688018e753e32c0f784f21ac1f6
SHA1: a2224414e8545facf88cb9a83f447871fa6287f4
MD5sum: b7001a5c996b15d14bb8538653d412f5
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 18.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pg-rrule
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-18, libc6 (>= 2.17), libical3t64 (>= 3.0.0)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-18-pg-rrule_0.2.0+git20211101.d7d10f2-4.pgdg+1_arm64.deb
Size: 25440
SHA256: 0f8e3ede69344ff60c6e1764e162613ae1a8670a32f29c8c07ccf2d8710a2a0e
SHA1: 80fb08eb69b920279c9b50c8033825b6d2f94f32
MD5sum: 17f106a11a09d6f61b96fb882329caa7
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pg-rrule-dbgsym
Source: pg-rrule
Version: 0.2.0+git20211101.d7d10f2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-18-pg-rrule (= 0.2.0+git20211101.d7d10f2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-18-pg-rrule-dbgsym_0.2.0+git20211101.d7d10f2-4.pgdg+1_arm64.deb
Size: 24084
SHA256: 9786bcce40f0bc37a9aa3846608b19978f1609b86f3c33e728898004e869b2cd
SHA1: 194323d6c1031fa302142ec06d940b93fddbeeb6
MD5sum: 26f1d73491d6f1f2733f9601bb8c033f
Description: debug symbols for postgresql-18-pg-rrule
Build-Ids: 1c443442a6567b4aecf0cd37860edeadce0dfbd5
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-contrib-18, postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-18-pg-stat-kcache_2.3.1-1.pgdg+1_arm64.deb
Size: 38140
SHA256: d53b647e2dbafeee44ef66e67eb0f2a34a31bdbe4a431d0ac743a375ec76e287
SHA1: 8aaf8c0f71ab4ee3142f8d3ff814545973dd6b4d
MD5sum: 2d53ae12a61b256001a114113c43aa9b
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pg-stat-kcache-dbgsym
Source: pg-stat-kcache
Version: 2.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-18-pg-stat-kcache (= 2.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-18-pg-stat-kcache-dbgsym_2.3.1-1.pgdg+1_arm64.deb
Size: 42996
SHA256: 049d7265dee53b8775763ea0653d59e5948aac95951a6d017d0f191222f377c5
SHA1: 5a0b306a458acdc036f39cc61e3c96cc82dae2b4
MD5sum: e7c90b071a598a3fddc86c5f50d3bd4b
Description: debug symbols for postgresql-18-pg-stat-kcache
Build-Ids: c6500f1361a8632aff521a610569381bea8a10c5
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pgtap
Source: pgtap
Version: 1.3.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1812
Depends: postgresql-18
Recommends: libtap-harness-archive-perl, libtap-parser-sourcehandler-pgtap-perl, libtest-harness-perl, pgtap-doc
Provides: postgresql-pgtap
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-18-pgtap_1.3.4-1.pgdg+1_all.deb
Size: 63624
SHA256: 9c0266fdf91b09f0616341f4a1d45411cce12d099ffe529b6e4a4b9c6da2ac86
SHA1: eb8f58171832ee6b560a2de95f5dc3a81c107cbe
MD5sum: ff5d6ffa94cfb2ade4817e53af7e6e96
Description: Unit testing framework extension for PostgreSQL 18
 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 18.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pg-track-settings
Source: pg-track-settings
Version: 2.1.2-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-18
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-18-pg-track-settings_2.1.2-5.pgdg+1_all.deb
Size: 9968
SHA256: 6ae0e8a04af98d50d5f8f36011dd0295c5eed986213484085b87c536d2d38c6b
SHA1: ac7d9b66600977f2a80d698332cc306dbbab39c0
MD5sum: cd56a25a74d75c810b3f011f3228869b
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pgtt
Source: pgtt
Version: 4.4-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 197
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-18-pgtt_4.4-2.pgdg+1_arm64.deb
Size: 60724
SHA256: 77c5c6d8c58ed2f6bab8a1046dd306ba58b51e23ffec127b8f91e538d5a64f60
SHA1: f29c1d814e374ccee88f1544d1cc2b15be704ac3
MD5sum: 5f59556d7db24287c1554c907b031c26
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pgtt-dbgsym
Source: pgtt
Version: 4.4-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: postgresql-18-pgtt (= 4.4-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-18-pgtt-dbgsym_4.4-2.pgdg+1_arm64.deb
Size: 83100
SHA256: fa9602600847963f7dcf3ab80387c949ec6f1e124d80dc0ad92382b78ea9e06b
SHA1: 9207cbe0294b5c29b1666715e0a1d73f93a4218f
MD5sum: 8912c9921e92c5c372136f691b68dddb
Description: debug symbols for postgresql-18-pgtt
Build-Ids: f47e255f12f7412cb98b77727ba62d03dcfefed5
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pgvector
Source: pgvector
Version: 0.8.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 710
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-18-pgvector_0.8.1-2.pgdg+1_arm64.deb
Size: 251120
SHA256: 4da316abd52ccddd3b341623dd5e6d640d50e279e4b5e9c3a18190cc468aec2a
SHA1: cd4c60ccdde70cc66210a6e8995073f6d5a884c3
MD5sum: 57ebe6408a025f2d336130b0cc336fc6
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pgvector-dbgsym
Source: pgvector
Version: 0.8.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 383
Depends: postgresql-18-pgvector (= 0.8.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-18-pgvector-dbgsym_0.8.1-2.pgdg+1_arm64.deb
Size: 344268
SHA256: f230d6938b635866d5d2d62c2980ef44c0ca3e7ec794c8ae409aed9e2c1332d1
SHA1: d42769a0aac8bc9f9c1eed552d889030112e57aa
MD5sum: f73bf79b2341a3ee6a757c31016bed13
Description: debug symbols for postgresql-18-pgvector
Build-Ids: aa2107b6d33ba35758bc782efd7e5053ac986180
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.9-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-18-pg-wait-sampling_1.1.9-2.pgdg+1_arm64.deb
Size: 38988
SHA256: e60e97f2b0e356b3e35237e16ad35e24bd8f61d364360325dc0579840c575f7c
SHA1: 697b7225faccce39fee75ded9f68023de36a8299
MD5sum: 7d69974887f82dd7199aa3d43f97910d
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pg-wait-sampling-dbgsym
Source: pg-wait-sampling
Version: 1.1.9-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-18-pg-wait-sampling (= 1.1.9-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-18-pg-wait-sampling-dbgsym_1.1.9-2.pgdg+1_arm64.deb
Size: 58820
SHA256: 9e2bdec17bf908b534a9e50ab2b082202752e22886e0692f678df7f86fec16c4
SHA1: 7670298484fe8dbe92eab6d19b308b0558e7a740
MD5sum: 66bc8b6959d75e6821737b4b9f1c3733
Description: debug symbols for postgresql-18-pg-wait-sampling
Build-Ids: 7b0f14fcb989ec3a6b2b673661b1b512443d0d53
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pldebugger
Source: pldebugger
Version: 1:1.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: postgresql-18, libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-18-pldebugger_1.9-1.pgdg+1_arm64.deb
Size: 73056
SHA256: e28420a0ebe9247c8121f1241472f1c8efe940034122262b685faf8e5a21d75d
SHA1: 2e56328b97e178250b948479f4900dc9ca4f325b
MD5sum: f0dc5d33631acf8be069afef65c5f6c7
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-18-pldebugger (= 1:1.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-18-pldebugger-dbgsym_1.9-1.pgdg+1_arm64.deb
Size: 112504
SHA256: 860f515a127d1a5d3a322e808541949a3011780e867f74e474352c1d25cb6b28
SHA1: 9d5ec05d39fd495fc958a777e69e20326f3403ec
MD5sum: c78e2b0b2ebf1b21d5ae4098b6b961e4
Description: debug symbols for postgresql-18-pldebugger
Build-Ids: 6408eb649df80edc9a228c5ee9dda08c36ce6eed
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pllua
Source: postgresql-pllua
Version: 1:2.0.12-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 996
Depends: postgresql-contrib-18, postgresql-18, libc6 (>= 2.38), liblua5.3-0
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-18-pllua_2.0.12-6.pgdg+1_arm64.deb
Size: 354572
SHA256: f5d1fdbe26e845c0598ace214b1983e943af329f956fb1aa06efc6203bb43dd8
SHA1: d64ae6a92870d1b086d2225c1f35e6e026788f3c
MD5sum: 326e16e450b28740d84d0261a7530cc9
Description: Lua procedural language for PostgreSQL 18
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 396
Depends: postgresql-18-pllua (= 1:2.0.12-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-18-pllua-dbgsym_2.0.12-6.pgdg+1_arm64.deb
Size: 350164
SHA256: 4dc6bfa7e621453026b5cd3d05cda6bf9d681d7fe1994559d2c917c1114ff4e5
SHA1: 00a67e37566a792aa1c654cf8e0a6cb4e8c9d948
MD5sum: 9429a9ac8b7f3c9aee1bcd3d8ca27681
Description: debug symbols for postgresql-18-pllua
Build-Ids: 03c7d6deea55c594f84f409ef0e433e8cb1dfe57 cfb1b89e1e014b2043dbc0c0b650d33b9c777b3c
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-plpgsql-check
Source: plpgsql-check
Version: 2.8.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 750
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-18-plpgsql-check_2.8.2-2.pgdg+1_arm64.deb
Size: 302540
SHA256: 56e1f254b940ada8ed7b9ee4bbbe4458e00a458b69816b771d5454c3986fb9f1
SHA1: d27c120ebc95d853c15a4d4e7506d0e3f3aceaca
MD5sum: 2e08318a59d4642e7e9eaec1e20686f3
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 366
Depends: postgresql-18-plpgsql-check (= 2.8.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-18-plpgsql-check-dbgsym_2.8.2-2.pgdg+1_arm64.deb
Size: 332400
SHA256: c02206a88a2046a61f1b201889f3620f94cb081e13b0c1853a1568b26097b09e
SHA1: c009f7fd27670e6fe971db21552af44a65da7ee2
MD5sum: 265ec1ea481bd5ec359adf8a7a92aae2
Description: debug symbols for postgresql-18-plpgsql-check
Build-Ids: 1b8420076664114fbfa44fa865daa262e9427483
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-plprofiler
Source: plprofiler
Version: 4.2.5-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: postgresql-18, libc6 (>= 2.17)
Recommends: plprofiler
Breaks: postgresql-18-jit-llvm (<< 19)
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-18-plprofiler_4.2.5-4.pgdg+1_arm64.deb
Size: 45724
SHA256: d167109b1ed3e0d76fd82348ea072e3971ea967df00431ee23a3c674f14107de
SHA1: ac4ede0ff78d283b9f3387266bfd242b9578a4cf
MD5sum: 8ea2297cdc1f559a48bb95525d6d8eff
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-plprofiler-dbgsym
Source: plprofiler
Version: 4.2.5-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-18-plprofiler (= 4.2.5-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-18-plprofiler-dbgsym_4.2.5-4.pgdg+1_arm64.deb
Size: 70932
SHA256: c480a3dba0263aec87f95c520d54f891859133b7ffb96f26d37bf6da066adc65
SHA1: 19c57126fdb5354adf6e496cc44f50138683c138
MD5sum: 6723f2bb63be149dc04937e3051cc8a3
Description: debug symbols for postgresql-18-plprofiler
Build-Ids: 6069e92a838b9f1b3a5a41740fff0fdb5b7debcc
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-plproxy
Source: postgresql-plproxy
Version: 2.11.0-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 354
Depends: postgresql-18, libc6 (>= 2.38), libpq5
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://plproxy.github.io/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-18-plproxy_2.11.0-13.pgdg+1_arm64.deb
Size: 135240
SHA256: 5e231d66558e91ac4c0d77cbc0e812482b3dd7a6abe3c9a9b0fd54a39661f3e2
SHA1: 54de0569c3143b07b9ac4a55ec31e20ebd807aea
MD5sum: 4ba02dde69f00ab8bae474e2ae2fe67b
Description: database partitioning system for PostgreSQL 18
 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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-plproxy-dbgsym
Source: postgresql-plproxy
Version: 2.11.0-13.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 155
Depends: postgresql-18-plproxy (= 2.11.0-13.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-18-plproxy-dbgsym_2.11.0-13.pgdg+1_arm64.deb
Size: 132020
SHA256: b8bac03b8860d5a3d2ba7ca13f5ba250672c4d00b6e9ad420928a355822afdf3
SHA1: f4a26677a40eb129cb2986a36fcaf92218743e00
MD5sum: f78e5f70123de5f92d10ffebe4a2f04c
Description: debug symbols for postgresql-18-plproxy
Build-Ids: 437cccc53be43ba7de48435bf33bb735c272fd56
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-plr
Source: plr
Version: 1:8.4.8-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 337
Depends: r-base-core (>= 2.10), postgresql-18, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-18-jit-llvm (<< 19)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-18-plr_8.4.8-2.pgdg+1_arm64.deb
Size: 136964
SHA256: 7f7070abc93c52e191e9f012feac548561cc9fee8f699d5eebccdb62b0306a0e
SHA1: fba850b707c76cbef6d5158018d841bcd9240088
MD5sum: 81cf669c342f0c1f92f2303e50fa6da6
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-plr-dbgsym
Source: plr
Version: 1:8.4.8-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 174
Depends: postgresql-18-plr (= 1:8.4.8-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-18-plr-dbgsym_8.4.8-2.pgdg+1_arm64.deb
Size: 152984
SHA256: 2e542b282b7f7aeace908dc7589645bddc6b629c1ce5d22a8bdacd2469b89118
SHA1: 927ff5a2e594d859389f7cd939e197237854cd71
MD5sum: 5b0111cc79a8284c419a954e9d9f6248
Description: debug symbols for postgresql-18-plr
Build-Ids: 71b74041bfa068b85025d4de358b1b6c020a761d
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-plsh
Source: postgresql-plsh
Version: 1.20220917-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/petere/plsh
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-18-plsh_1.20220917-4.pgdg+1_arm64.deb
Size: 28420
SHA256: 7b99a524fea4a4d7110101d5ff0acd88f4575059881c2752b6a9f535bb3627be
SHA1: ea346df29ed14a6560e7219b24fa65f80d16f759
MD5sum: dc22a4258b7cef50e3f1bac5210a4bd6
Description: PL/sh procedural language for PostgreSQL 18
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in a shell of his choice.  You need this package
 if you have any PostgreSQL 18 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20220917-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-18-plsh (= 1.20220917-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-18-plsh-dbgsym_1.20220917-4.pgdg+1_arm64.deb
Size: 53096
SHA256: 81826be176bb10a1cde1e0feeb1dc0b7340deec8d87501822753b4cede8c18a0
SHA1: 14d2bcd9750278e6deef3ebb2f2df9f03c160fe5
MD5sum: 738074059b0163db0a388d287a57bbd5
Description: debug symbols for postgresql-18-plsh
Build-Ids: 6129911de3f9e2a6def58bdd6f20a506ab1f5487
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-postgis-3
Source: postgis
Version: 3.6.0+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10363
Depends: postgresql-18, postgresql-18-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal37 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-18-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-18-postgis-3_3.6.0+dfsg-2.pgdg+1_arm64.deb
Size: 3562288
SHA256: 29b52875634f6918703b3d88b60b58f0518b0226082fcb0131d6da06418811b3
SHA1: cb3827a2f8188fe250013b542b013e0ad492ee25
MD5sum: 5c3e7da23e7993053fbcdb694eceb241
Description: Geographic objects support for PostgreSQL 18
 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".
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-postgis-3-dbgsym
Source: postgis
Version: 3.6.0+dfsg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4790
Depends: postgresql-18-postgis-3 (= 3.6.0+dfsg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-18-postgis-3-dbgsym_3.6.0+dfsg-2.pgdg+1_arm64.deb
Size: 4225200
SHA256: 2bf970ce7b2ae67f197e6da595955c00feae53f955e2ee58333e54c71d3c3d2f
SHA1: a5209759ece44e4bddff0135fa4e81bde4d6423d
MD5sum: d6586a2acb77ef9d94b5fcd015d708ab
Description: debug symbols for postgresql-18-postgis-3
Build-Ids: 2f2b2bbc46f76e9eb323ffa8870674dd485dca99 97d7debb9e7871498112757d3514bb111487ef2b 9bc01b9429c816d8aa53d15188ea0542de1b49d1 b39a56bc9b64c808cb488622a058bdcfca93f753 ce3ec1fd9b92b941467bb5bdf9bc670ab2ed0c45
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-postgis-3-scripts
Source: postgis
Version: 3.6.0+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38974
Recommends: postgresql-18-postgis-3
Provides: postgresql-18-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-18-postgis-3-scripts_3.6.0+dfsg-2.pgdg+1_all.deb
Size: 1296564
SHA256: e5981c3936889f11e43f593e53dfa93fcdbd02038e7d98a0263a22d3549429a0
SHA1: 03ce020a54db697f409938838a3d73139befe7a9
MD5sum: f22d2c979c3655c2f70c6646caa12290
Description: Geographic objects support for PostgreSQL 18 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 18 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-prefix
Source: prefix
Version: 1.2.10-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 19)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-18-prefix_1.2.10-4.pgdg+1_arm64.deb
Size: 42308
SHA256: 8ac7865ff0345fed111abc2551fa6c99ab51624d9e87de4fa8661af89e0d024b
SHA1: 353e03dc12f41ab5166131556f6a9330fccf8843
MD5sum: fde3155c884e2b81fc3fe0126b6138e1
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-prefix-dbgsym
Source: prefix
Version: 1.2.10-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-18-prefix (= 1.2.10-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-18-prefix-dbgsym_1.2.10-4.pgdg+1_arm64.deb
Size: 47560
SHA256: c70cb0f4dc246eea4040741879bb08eb43db05a5916718a7419d652d11ee2029
SHA1: 1ac24896aacc22f322da3a89e5ed626a9f69c12a
MD5sum: b1801578849c90665e989176c069e2bf
Description: debug symbols for postgresql-18-prefix
Build-Ids: f5abdcaf0670f8a407544e00b83587b1c203a70b
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-prioritize
Source: postgresql-prioritize
Version: 1.0.4-13.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-18-prioritize_1.0.4-13.pgdg+1_arm64.deb
Size: 12004
SHA256: a1ddbc48c87ef01877607c7a6aa468dc0214d83e3479a3f818a0e73147165e6e
SHA1: 70941e4ca53f64e6f5d338637950bb1bf0888466
MD5sum: ba91cd7ec28a2ceadea3850f92ec8ec3
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-prioritize-dbgsym
Source: postgresql-prioritize
Version: 1.0.4-13.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28
Depends: postgresql-18-prioritize (= 1.0.4-13.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-18-prioritize-dbgsym_1.0.4-13.pgdg+1_arm64.deb
Size: 13728
SHA256: dd81c0bf95c90be2ef5d3dd167bee7aa07e77bce3808cbbb454c2f573d8c8a8c
SHA1: 702cb5536b91605dbafd1988f744f5d199ca6ae7
MD5sum: 51db07a9fd13066b3eab41bb1998ffdb
Description: debug symbols for postgresql-18-prioritize
Build-Ids: c40f91545d50f21f6e1d0c33b14b684a18149206
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-q3c
Source: postgresql-q3c
Version: 2.0.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3488
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 19)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-18-q3c_2.0.1-5.pgdg+1_arm64.deb
Size: 157396
SHA256: b8d1c9c3e667d62d600ad6ff88585bd6c3780900d5c45c9524b0d4bdb71e6e12
SHA1: 23d57ae602077faef878585f265c311955b82e81
MD5sum: e15b94e6460af2b1ab9962a919f0baf7
Description: PostgreSQL 18 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-18-q3c (= 2.0.1-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-18-q3c-dbgsym_2.0.1-5.pgdg+1_arm64.deb
Size: 111036
SHA256: 26e3afc5b4373dd2cf64842c99874f14384757c69d86440e6700376253df702b
SHA1: e6f158393b0df996a4b4007aad80841619196bb5
MD5sum: 09fa65c1f990b87b819b35825685991d
Description: debug symbols for postgresql-18-q3c
Build-Ids: baffd699a245e5689b4e83e3aad7baf6dbb7b655
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-rational
Source: pg-rational
Version: 0.0.2-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-18-rational_0.0.2-8.pgdg+1_arm64.deb
Size: 24928
SHA256: 17de362960c35b9d6ec6d1234d739ee0cb719ad4ad8902cd401b74ea64e27790
SHA1: abbe66f2737c9ccca4cc6e3b1830b91b88638645
MD5sum: c8876bef94315f95cc6e115efdf71e74
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-rational-dbgsym
Source: pg-rational
Version: 0.0.2-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: postgresql-18-rational (= 0.0.2-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-18-rational-dbgsym_0.0.2-8.pgdg+1_arm64.deb
Size: 22732
SHA256: 11ec137744109f0b35fe87e816624a590bf839b3bd019f5bc172b6f38d258285
SHA1: c696411069490bf775e3901108a952a79c5d3a81
MD5sum: 5a12285e6bf13374d595a3af924a8d97
Description: debug symbols for postgresql-18-rational
Build-Ids: a62501deb68b91ebada1aba9943e506a60f0b0ce
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-rdkit
Source: rdkit
Version: 202503.6-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 669
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.6), libstdc++6 (>= 13.1), postgresql-18
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-18-rdkit_202503.6-2.pgdg+1_arm64.deb
Size: 251000
SHA256: d62a80ae0c2df076abfb664f796542029849c801d1655c3a4428c622271fd679
SHA1: 0da100ce630b7f3e53f1fc22d8f0529450af5dc6
MD5sum: 57edeb3d259fc116b584c18763384d69
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-rdkit-dbgsym
Source: rdkit
Version: 202503.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1231
Depends: postgresql-18-rdkit (= 202503.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-18-rdkit-dbgsym_202503.6-2.pgdg+1_arm64.deb
Size: 1166332
SHA256: 66b49a67d7a1d376d992075bf36babbe34f35ae9292052847517976cf08f9c12
SHA1: 954daa05455381e6e3022611bec8b5bba7ce201c
MD5sum: 2748baacb01bd53cd535fb401cde493b
Description: debug symbols for postgresql-18-rdkit
Build-Ids: fc60fd13918ae59a112cd0bbe34bfb4bc73a6239
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-repack
Source: pg-repack
Version: 1.5.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 309
Depends: postgresql-18, libc6 (>= 2.38), libpq5 (>= 9.0~)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-18-repack_1.5.2-2.pgdg+1_arm64.deb
Size: 103540
SHA256: f5a8b60021b4c248e55b7cc526d4dca1b2d10f6a3b726801f37b23280214f9b7
SHA1: 8c329704951938ec5e43bd56ad178fbba44b63bb
MD5sum: b65e787cf626deb99277e8a72da77948
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 18.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-repack-dbgsym
Source: pg-repack
Version: 1.5.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 265
Depends: postgresql-18-repack (= 1.5.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-18-repack-dbgsym_1.5.2-2.pgdg+1_arm64.deb
Size: 128696
SHA256: 64886ceadc8ca4a66d789c181c02ed06b4cb0d9214d3627fae188b04ae7b16ed
SHA1: aa950529f7f881b3c20c45fbd302c8c90766d16a
MD5sum: fc92fa5e290a3528da3de8e8591aaf31
Description: debug symbols for postgresql-18-repack
Build-Ids: 5ca323d4ed94b581a0b890f9b74d52f943bf6b24 b5664b40c0580173b2e105ec1c088a69dba164a1
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-repmgr
Source: repmgr
Version: 5.5.0+debpgdg-2.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1185
Depends: repmgr-common (>= 5.5.0+debpgdg-2.pgdg+1), postgresql-18, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-18-repmgr_5.5.0+debpgdg-2.pgdg+1_arm64.deb
Size: 229296
SHA256: 78720243ce9085746c4bd37c657e17b14fe3f049ef1e4b44831304dcca89f519
SHA1: 4f451f2b5e57b0a856812c4e5cd6cf42246825f1
MD5sum: fe498f6aba93b62c3892d224e432e596
Description: replication manager for PostgreSQL 18
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 18.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-repmgr-dbgsym
Source: repmgr
Version: 5.5.0+debpgdg-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1514
Depends: postgresql-18-repmgr (= 5.5.0+debpgdg-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-18-repmgr-dbgsym_5.5.0+debpgdg-2.pgdg+1_arm64.deb
Size: 618824
SHA256: 7abd5205927bdd2e24e1d9136175e2921cfe3a17aa7571328d8a04270bd31b1d
SHA1: 228464a3baf20c79d9b71b190ce540dfbaac9a4d
MD5sum: 27d1e48cea91bd6e3f78f975e07af481
Description: debug symbols for postgresql-18-repmgr
Build-Ids: bb363205fe39a5a757155555753f68b23ccc92ba c521f50963ab038e69f698f02b7b547ee44f2c3a ccd93b8c856136c6362038290aeda3c1c14fc6b8
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 942
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-18-roaringbitmap_0.5.5-2.pgdg+1_arm64.deb
Size: 401776
SHA256: b32b3c640be6140a3671ebd98fdd8ffa2ad142885d1da78806db706e811ce3b6
SHA1: b48f431e3276f65353f0a92ef9528d6fe6b8605f
MD5sum: d1247887a6b215f50588f75e515f795f
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 0.5.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 610
Depends: postgresql-18-roaringbitmap (= 0.5.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-18-roaringbitmap-dbgsym_0.5.5-2.pgdg+1_arm64.deb
Size: 573928
SHA256: 44603b357ee45ddc14c4f796fc253e4dc45ed02c978f7119e09d8d2744253923
SHA1: c8fc0d4a2d6d3a5268949e7732a06e3a5521c99d
MD5sum: 26f19d6fe8a2bac7329dd00780787f74
Description: debug symbols for postgresql-18-roaringbitmap
Build-Ids: 5ea601159467be40b82f0a1bbcdd338d4b904ed4
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-semver
Source: postgresql-semver
Version: 0.40.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-18-semver_0.40.0-3.pgdg+1_arm64.deb
Size: 39760
SHA256: d359791ac83bae1932d6d5282c04ae69b88c48c417fdca1e73133fee67194d21
SHA1: 9b5af297082663b814b98e469d1683a958135ded
MD5sum: 15d0ca7f34bfdb66e1c5ac72cf82b0d1
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-semver-dbgsym
Source: postgresql-semver
Version: 0.40.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-18-semver (= 0.40.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-18-semver-dbgsym_0.40.0-3.pgdg+1_arm64.deb
Size: 25296
SHA256: 7a3c1b7cd1c7ebe9afcac685556acfc7fff667dba28e5b9a46a11a485ef10dac
SHA1: 36482a5021be6746a791db39938d7f0445fcae23
MD5sum: 2f0436e34f0a843d91fc97ba00cd40f7
Description: debug symbols for postgresql-18-semver
Build-Ids: 29f78c587dce13578ae04b60c9b0b85aa68900d6
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-set-user
Source: postgresql-set-user
Version: 4.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 147
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-18-set-user_4.2.0-1.pgdg+1_arm64.deb
Size: 35816
SHA256: 27512bd9f1f8caae82bb2ab619e2ae013229fb1cd43d0a67230de1c797028dff
SHA1: 1be3f10f5a16d04f5f2cb72ba3a22f79845a0dcb
MD5sum: b04df089a07ef4b98eefcf67d4de4a56
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-set-user-dbgsym
Source: postgresql-set-user
Version: 4.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-18-set-user (= 4.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-18-set-user-dbgsym_4.2.0-1.pgdg+1_arm64.deb
Size: 51652
SHA256: 2aa180cb92d4680f7e07563fbbc203cca6fe4ec5c5a17b43e1f0516bdabfb65d
SHA1: 4d2a1617604d7727bfb398880761d4e80eb99e80
MD5sum: 95efed16971e0cbbeee55d43d1626f3a
Description: debug symbols for postgresql-18-set-user
Build-Ids: 2bbc31360407a7ab5c752c37814143122d651bb7
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-show-plans
Source: pg-show-plans
Version: 2.1.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-18-show-plans_2.1.6-2.pgdg+1_arm64.deb
Size: 23400
SHA256: 6c20b3cee34ec59e169a28d302af4a79b2d9c9576b6179331f0f03a0a1f9a71b
SHA1: 12471b20784fad4b33fb70c8aa406a0f34d4c925
MD5sum: 2828c8309079e9ac1e28f667470fa346
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-18-show-plans (= 2.1.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-18-show-plans-dbgsym_2.1.6-2.pgdg+1_arm64.deb
Size: 38460
SHA256: d01cef985383fdeeac5e85884718173d6f320ccb9bcf706c9b167bc19a29fcef
SHA1: 0eecb179a76daf91321d698349cdf77d4bc7a7db
MD5sum: 6c0bef58e10abb375cbfe20ee1ca7412
Description: debug symbols for postgresql-18-show-plans
Build-Ids: 3f0029d5aab15f1fed1ffb7127b085548f1c1fe4
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-similarity
Source: pg-similarity
Version: 1.0-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 319
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-18-similarity_1.0-9.pgdg+1_arm64.deb
Size: 98972
SHA256: f6c6a22b79c47784efd75e403f103399df72ac66ce427af9627362ede7ab7e6f
SHA1: 63fa84a44187fc0af18a81441055beb710e894c3
MD5sum: c619b717151c5d0c7175b1425055d5a6
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-similarity-dbgsym
Source: pg-similarity
Version: 1.0-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-18-similarity (= 1.0-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-18-similarity-dbgsym_1.0-9.pgdg+1_arm64.deb
Size: 67996
SHA256: 1059f22162ad6685ec8121719f08d6a892d6d072eca68d828f88debec02c1eec
SHA1: 304ab72a0130b15d844607554d310048b7c8ce4c
MD5sum: 53a831ef029231ddbe12387ebbda247a
Description: debug symbols for postgresql-18-similarity
Build-Ids: ac173a9a1334e3df4d099066d2f83e22cdc52f86
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-snakeoil
Source: pg-snakeoil
Version: 1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-18, libc6 (>= 2.17), libclamav12 (>= 1.2.1)
Recommends: clamav-freshclam | clamav-data
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-18-snakeoil_1.4-3.pgdg+1_arm64.deb
Size: 17328
SHA256: b9f0569f8c5ece88c00e67e1d95c4a7017a32265514a62dd87af7c34605db2ea
SHA1: 9b5bc5626b1b524e845ca7a9f5f7f31c3f3cfe77
MD5sum: 187fdbe85953570bebc8617aef9b7632
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-18-snakeoil (= 1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-18-snakeoil-dbgsym_1.4-3.pgdg+1_arm64.deb
Size: 16052
SHA256: 8bacc7ce03aa2202af1eabd757052828a41ed22f5d5a5ced2c2133d9cdad1e0a
SHA1: 6a35ffd8cf3a1ba0882244ef0e517e3aa1a80fdb
MD5sum: ef64396e741d4da68fb327a9813c0c23
Description: debug symbols for postgresql-18-snakeoil
Build-Ids: 4be5599d7027f0e4ac18ebac9c55d1f40dd9e41e
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-squeeze
Source: pg-squeeze
Version: 1.9.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 347
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-18-squeeze_1.9.1-2.pgdg+1_arm64.deb
Size: 123964
SHA256: faf898c1d5f61154d84f7e029867e1825ec53cbf3576f5392901d95eee2ec0fe
SHA1: 32edb1381a8d5a3f159d2acf394059ddc83a1ec8
MD5sum: da527a79210ef10df128f2b002dad8d5
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-squeeze-dbgsym
Source: pg-squeeze
Version: 1.9.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 188
Depends: postgresql-18-squeeze (= 1.9.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-18-squeeze-dbgsym_1.9.1-2.pgdg+1_arm64.deb
Size: 163772
SHA256: e639b03679cba201ab506c1f3e7e993d6bcf8155e729d190419c495537242efe
SHA1: 85269d3833e29dd1411666dcb762ab3d08ab3945
MD5sum: 2f13abe4a2dabaccacf11333ef570d30
Description: debug symbols for postgresql-18-squeeze
Build-Ids: 71682dde15216fc97987b715b7fb2871b1696931
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-tablelog
Source: tablelog
Version: 0.6.4-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-18-tablelog_0.6.4-4.pgdg+1_arm64.deb
Size: 46412
SHA256: 3c75d723d05a6afad2ae39bd4903507bf97f7e579446eb701f5265408038af8c
SHA1: 8feaadf4a66d75d03111d7c72a1b577bd4492cab
MD5sum: 27d3fd290e00f30775da05f247247444
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-tablelog-dbgsym
Source: tablelog
Version: 0.6.4-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-18-tablelog (= 0.6.4-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-18-tablelog-dbgsym_0.6.4-4.pgdg+1_arm64.deb
Size: 55552
SHA256: ee7fa652f7f4a1379e8e9264cb12f1e35945365deea2efb5325a6e533c7e1073
SHA1: 2da83041e8a215a54179989dae15ac2a7f22d047
MD5sum: cdf0a38f4fdaac52c106734799d3fc50
Description: debug symbols for postgresql-18-tablelog
Build-Ids: a95e103ec8aa1a3ac6cbc8ec9c1406f61b9785a7
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-tdigest
Source: tdigest
Version: 1.4.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-18-tdigest_1.4.3-2.pgdg+1_arm64.deb
Size: 63432
SHA256: bceaf9a29a9f9ed4547bb3d0ae5e6a18b51e3596ec33418b7ad025d2b053b911
SHA1: 786dfb0e9786c78929b37823d48cd03d934fb4b2
MD5sum: de787e97b5e49f9a1b6f6a96f1426aee
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-tdigest-dbgsym
Source: tdigest
Version: 1.4.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-18-tdigest (= 1.4.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-18-tdigest-dbgsym_1.4.3-2.pgdg+1_arm64.deb
Size: 52808
SHA256: 1d7c3881bb63944d88b5a439e5680f99332b8e00358e1d3db3fbb1de3eaf75f7
SHA1: cb8f397626831fb4da3583b3a1c8cc5d9be0c6d8
MD5sum: 1a7de965e4288abc5c0d7026f53aa998
Description: debug symbols for postgresql-18-tdigest
Build-Ids: c2f182f91f0ba0adf9b91f41727e110942791081
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-tds-fdw
Source: tds-fdw
Version: 2.0.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 310
Depends: postgresql-18, libc6 (>= 2.38), libsybdb5 (>= 0.91)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-18-tds-fdw_2.0.5-1.pgdg+1_arm64.deb
Size: 115988
SHA256: a23eaed76e788b2b0095005d4d145b1678a5df63a5e766e5bf0f5a8ff3a0baa2
SHA1: 85480ac51c94e41e93434253a5e2815fb7b7d6db
MD5sum: bbe6e258db53143dff4ac63087981d82
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 165
Depends: postgresql-18-tds-fdw (= 2.0.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-18-tds-fdw-dbgsym_2.0.5-1.pgdg+1_arm64.deb
Size: 148216
SHA256: 94c262fc07eb536566266856d94765daf858374b05440798ca50cea8ab1ecfd0
SHA1: e61efaec02db3c6eb3e8ec83448554d4ae8945b6
MD5sum: c5025e4111c570c2f0d14d697d4bacce
Description: debug symbols for postgresql-18-tds-fdw
Build-Ids: 7cbc82019562b8101371c32d6076d880e014e9c8
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-toastinfo
Source: toastinfo
Version: 1.5-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-18-toastinfo_1.5-3.pgdg+1_arm64.deb
Size: 13180
SHA256: dff5d1437ec0056d69be117127d216acb26f774c6704865bcd2d22e792d1ca88
SHA1: 492c9b197af975025043e29d61c413b287374f2a
MD5sum: c0c97a310200ae0d55c1c26d31639469
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-toastinfo-dbgsym
Source: toastinfo
Version: 1.5-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-18-toastinfo (= 1.5-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-18-toastinfo-dbgsym_1.5-3.pgdg+1_arm64.deb
Size: 12236
SHA256: f3a248a508bc3d8b3c79b44298eccf22f9ef32e1c3321aba1f07c9ddf5598c0d
SHA1: 564be222b786f724a20578efddb762967b87e886
MD5sum: 59d316cf606eef27370f619f37321ac7
Description: debug symbols for postgresql-18-toastinfo
Build-Ids: 5ff285049ff08b916eacc3cbdcd1e365163ccef3
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-unit
Source: postgresql-unit
Version: 7.10-2.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 687
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-18-unit_7.10-2.pgdg+1_arm64.deb
Size: 161784
SHA256: 8dc9391e7485cd20eee2442af67c566c54205c2865ea74a1d946d59832955b14
SHA1: 25a1e241c37c729e4f8ee1ac1836633893b768ab
MD5sum: 5b558e639b1fdfdcffcfa5793b74f8c1
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-unit-dbgsym
Source: postgresql-unit
Version: 7.10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 86
Depends: postgresql-18-unit (= 7.10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-18-unit-dbgsym_7.10-2.pgdg+1_arm64.deb
Size: 63708
SHA256: 6f3ef1e856e89e7c2522e757900fb27e202fdf17f7f0b097d9c5081fed54475c
SHA1: 83d1f2d7b9bd0d1867f856478534ff2f6d34230e
MD5sum: 814520222c76aa22e1692ee90d8c9bd6
Description: debug symbols for postgresql-18-unit
Build-Ids: f5257a08c16f35e0de08bd07235413c06a272975
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-wal2json
Source: wal2json
Version: 2.6-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-18-wal2json_2.6-3.pgdg+1_arm64.deb
Size: 56972
SHA256: 7f341bc9e1aa362c56875ea5423191752bf5cdb227a1ec94b91b59b6060f1333
SHA1: 9d7f394a139a05bf7eb077aadb111e943024031b
MD5sum: 3922501b8162d9199a74452a9e9aae92
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-18-wal2json-dbgsym
Source: wal2json
Version: 2.6-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-18-wal2json (= 2.6-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-18-wal2json-dbgsym_2.6-3.pgdg+1_arm64.deb
Size: 81372
SHA256: ef1352584e23349383dd73aa01a037bd4538b353d088db2d17adf5308e6f7191
SHA1: a0da276a43e7effb163b6c0d82cefb95c1ce5af2
MD5sum: e4fcb6467d2a6270ac463f89a5660054
Description: debug symbols for postgresql-18-wal2json
Build-Ids: 218ee3a503daf65a2fa50381b614d1a02a6bf036
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-all
Source: postgresql-common
Version: 285.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20
Depends: libecpg-dev, libpq-dev, postgresql-common (= 285.pgdg+1), postgresql-server-dev-all, postgresql-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12, postgresql-13, postgresql-plperl-13, postgresql-plpython3-13, postgresql-pltcl-13, postgresql-14, postgresql-plperl-14, postgresql-plpython3-14, postgresql-pltcl-14, postgresql-15, postgresql-plperl-15, postgresql-plpython3-15, postgresql-pltcl-15, postgresql-16, postgresql-plperl-16, postgresql-plpython3-16, postgresql-pltcl-16, postgresql-17, postgresql-plperl-17, postgresql-plpython3-17, postgresql-pltcl-17, postgresql-18, postgresql-plperl-18, postgresql-plpython3-18, postgresql-pltcl-18
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_285.pgdg+1_all.deb
Size: 14948
SHA256: a4dc4892691d5612f67bf7289a4e235131d80d6a42843108f5cc6cfaf1143f6c
SHA1: 00f06d9d9504206269f55bd179f90c203ae042c2
MD5sum: 2401d3f8233111aa891840a55f410019
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-client
Source: postgresql-common (285.pgdg+1)
Version: 18+285.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20
Depends: postgresql-client-18
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_18+285.pgdg+1_all.deb
Size: 14812
SHA256: 7415bb8a4876778a7747160e1d0a5d293bb47d4e00b9d22332494315e8681648
SHA1: f5adb1dd9eea066adf73b10ec2c821d5bce2fbcc
MD5sum: 32a1f15d7d5ad665f7154d73892b5bbd
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-client-11
Source: postgresql-11
Version: 11.22-10.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7186
Depends: libpq5 (>= 11.22), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-11, postgresql-doc-11
Conflicts: postgresql-server-dev-11 (<< 11.6-2~)
Replaces: postgresql-server-dev-11
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-client-11_11.22-10.pgdg+2_arm64.deb
Size: 1469232
SHA256: 27475d913092f65dce0e2fb13c01369e9ebddeeadd7b118fbbbd3dadbcef5c78
SHA1: c54f76bed24c7ee3f7eaf651d6c501acff8b526e
MD5sum: 63a4ea9e5771af1ed5f7d795f04a958d
Description: front-end programs for PostgreSQL 11
 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 11. If you install
 PostgreSQL 11 on a standalone machine, you need the server package
 postgresql-11, 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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-client-11-dbgsym
Source: postgresql-11
Version: 11.22-10.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4088
Depends: postgresql-client-11 (= 11.22-10.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-client-11-dbgsym_11.22-10.pgdg+2_arm64.deb
Size: 1693956
SHA256: 9ca024691ec9e008fb661ef71742315250f255959fe640842f44a60987bbf022
SHA1: 79dbfa60608a19b020fac0bce77ac816c0e472ef
MD5sum: 5ea31416d06942e243f45bcab85e86ad
Description: debug symbols for postgresql-client-11
Build-Ids: 059dffb615df62a041701c6647625f93e4342caf 092fd64f777e7ecd6124ad537ea61161026cdd72 0c994d6de21a332cee1d6f6e5b682aa10b7c72b0 159c59ff7a88d32343aef8dd46d2d42188abd95f 16dc48f594fc8037262e8f85cd2e3804430730cd 1ac3b0d62391d9274dadeeedd0a20b3ae4ae0e04 2bc76b78ae6b8e1f957f0ba8c632c26f42a11b43 4ad4838bc11757f9cb4bfad283355043fa021262 5ac0b9b8d42d65f2fdb37f6efd088cd4149e0252 6866850b4f578ccb47c6ef41e58834768f47a183 9bb84ff0054456815f866e877b4d97852ce6e096 a65a09cc76a43c47fea11d7fee807ef0dd50e063 ac2dd3206cd291a78958da87f99e0d32145c8a0a c564e2233de86d81180c2937ba2b0cbf89750eee d3e71d95d87217efdf5ce29534a3e07ac381da6e e09f4f4b24bb0dac28b7d89bf881b7120d4901b4 e56caa16a4ff35341b8d2c3fa16b379cf50734c2
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-client-13
Source: postgresql-13
Version: 13.22-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7576
Depends: libpq5 (>= 13.22), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-13, postgresql-doc-13
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-client-13_13.22-1.pgdg+2_arm64.deb
Size: 1510288
SHA256: b480e0d2bc9ea0c4753ae992e0a2d7afc70300ef9e143b51d31d3b051280c104
SHA1: 068f5d53d0ef37130b3518b279fc33d3e7de1fa4
MD5sum: 9a67ccc6ebc48b8893e1702f4c80b5e0
Description: front-end programs for PostgreSQL 13
 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 13. If you install
 PostgreSQL 13 on a standalone machine, you need the server package
 postgresql-13, 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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-client-13-dbgsym
Source: postgresql-13
Version: 13.22-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5223
Depends: postgresql-client-13 (= 13.22-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-client-13-dbgsym_13.22-1.pgdg+2_arm64.deb
Size: 2178508
SHA256: dae8bf7c19fd10e03755700215fb98951a2b33bf50b5d239e3ea0a3fd09bf581
SHA1: 2f8fabb89a7e7271aaa25bb170314925ef8d7262
MD5sum: e9d90f7136479614cf389bee98021b8a
Description: debug symbols for postgresql-client-13
Build-Ids: 0bf9b49b08e945f79efa34c274264f010115faac 13207d82918cf1fbe0cf90a0f4139d0cdfa96816 36e81aa652c2a785ff318efeb2890b668d028c00 426c094b4fa72e59aaf3a389038c3778d7202020 476a7e695d3c8f7872d8bd4bd6f1176871956af9 5dcaebeeab16a71ca5b132366a7858b7631fe8d7 81b1a333781d4f94d8cdfa9a243d61f8ed5ce131 83271035e8aed0b7a730332de453f0cc7385e33b 89f17065b47f860c5ee868a3f76c4e5eb1c4211d 978f0f9a3d5cfc618db3dacc465b00eb163652d7 a1ff2a657779e9ca9487ea7b582b924ad74c6d5f a94545a9cc072b5a9c37d07262c693e4bd8795c6 aab62a2c20bebc215823adaaf1d53029953f1439 ae680e4fbdc18e79262a6fc4cadce5dabb6ca975 bb2fd343cb6f5c169c9281ad49f67e356992dcab c8a00a5bb7068c5745f4f8092e7c196b1c47dc00 d6d7896f1917c8764ca437bbbc7f4cb32460f946 fb2baba48c9476f0514121a97000d19347b81286
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-client-14
Source: postgresql-14
Version: 14.19-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8480
Depends: libpq5 (>= 14.19), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-14, postgresql-doc-14
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-client-14_14.19-1.pgdg+2_arm64.deb
Size: 1632568
SHA256: be703a8a682f8ea8a992de9b01ccf66f09dc45356cc12cafbcec8a0051b124c9
SHA1: 6a64bab45f38eb4aad8b60bc520d578ce1d7eb95
MD5sum: 77c6b53d7d035e6827e5ed43cfc2b926
Description: front-end programs for PostgreSQL 14
 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 14. If you install
 PostgreSQL 14 on a standalone machine, you need the server package
 postgresql-14, 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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-client-14-dbgsym
Source: postgresql-14
Version: 14.19-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6052
Depends: postgresql-client-14 (= 14.19-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-client-14-dbgsym_14.19-1.pgdg+2_arm64.deb
Size: 2539528
SHA256: 9c5d22611eb97fb9b38a6efa315ae9ebaf7d20871e0a83f64f3f6b1edd6822dc
SHA1: b51120cd64ff63ba7afe34d8ef362c1e203ae4b5
MD5sum: cf2d847233549560f67ced24cead3368
Description: debug symbols for postgresql-client-14
Build-Ids: 0f9ec713b7c6e7152e38f17a768501b010b34870 10f7da4fc88935e749ed8b6576b3a45dd288ce70 36a59abe98c627e383d31a710b6453b1fcfcc160 374d5bc39440d0466404711b686675f43756105d 53e31ac16ceeac74a57a50304393d2540e4ac207 57f6893827b94b7de89b8c3efb6b4e4c8d4b3903 5a44ab028fbb3560166a5ab845e8da3151d41d3d 6c3f8082742a0f74069a74795fb7958523577f82 6cf0d3c17e10f2cd8ac74b0ef18df1507dd43609 7a0dfccef78521502b480105008dd4e0f631074d 953e1a42e8518c807c7f25908dc8e1d55cfe803d 9c91b4a30778376f02db1a2d8467f685f5b404fe 9de59384fffe8606682214ca4cac3babe44d4702 b21ea6139f1c4a92b27ce45fe92f31b8725ac4c6 c246afdd4e6aaf8730ee9556edcc6b0d6a3dda66 c3e5fe6a51fa59746ea964a1770cd2dcafb7ae92 c65990aebe4a02f9b4e1cecfacc399be7d903515 d001b9e743235dfc3a3d7ceb5c624c42752dd0ba d3842cf53c9cd285f46d6bac80f704f9ff5ea44a de2a50e2ab86c3644049c01df33ad43e701f7dc6 ebdb5a70c607ee0b86bdda95984f41adbb94f9eb
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-client-15
Source: postgresql-15
Version: 15.14-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9005
Depends: libpq5 (>= 15.14), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-15, postgresql-doc-15
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-client-15_15.14-1.pgdg+2_arm64.deb
Size: 1696424
SHA256: 1ccd4035a8512491044403cff799e1e50a9f6e101f53c5d2beba5fdff7a82efe
SHA1: 32018dc7bf483a6a509ed61fec36d82d83f8eb53
MD5sum: ac5efb2020e092a71becde49f927cb52
Description: front-end programs for PostgreSQL 15
 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 15. If you install
 PostgreSQL 15 on a standalone machine, you need the server package
 postgresql-15, 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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-client-15-dbgsym
Source: postgresql-15
Version: 15.14-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6340
Depends: postgresql-client-15 (= 15.14-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-client-15-dbgsym_15.14-1.pgdg+2_arm64.deb
Size: 2716584
SHA256: 7b1509c01270c5c2b151ee639e4e5b88cc6ff689d05d2b2edf101c67baed0d10
SHA1: 02cca0446a2ccb3a2b2ede56038c8dbb89e6b8e6
MD5sum: b18c85005823124385bcab8cb7d6656d
Description: debug symbols for postgresql-client-15
Build-Ids: 0bc90bdbcc05ef8688e8aa3cc88ff792297785c8 1124efa7e4432c4275627dd449451cbd214c9f94 15c1998ad3fa8017899368097efe5d25b11e00b1 1a66e17dc5b7f091b19f6710d843fa1a6cb385dc 2816313641f0aaa3283c29a3b366f68d77d6f4ed 2ca99c79551b1b795bcc52299f7685d6be46a758 2e922852f9bf9dfc627ec1c28177ba226f4d257e 3f69a0e61a34349275d9d3bc9e6f095e0d1bfc12 436548fa219ff6effc2f6808eec1409fc724174f 494231073b92e95e67f61bfe53a3e15422f93f33 49e887e7a0d8c117b60647912ddf93812574944d 54e8411dccf7cc40c423bcdaa445e4c1e659e844 59ead05400452671816a66740665bfc8c2d68efe 61ed87cb68ec74e2fb3e7cf51082fb9c6d2b96f0 83807824f4940839819434cfe1ff5ea08f3978fe 8df2154586f3f9848bd064e4c6621bf1b08a27a0 b2a2dab541a80f6bc2a1e80f57f69b3e42d2014e cafba6a32ed713cbb30d8aeea914c852726e4710 dea9e6209071ee349905bbbee65d74b4f64cfbce defebd10ba95e291c66fdc1390b040d8653e7ac4 fc9597fefdf244e23046384c06a97997d639c5c9
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-client-common
Source: postgresql-common
Version: 285.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: netbase, perl:any
Breaks: pgdg-keyring, postgresql-common (<< 269)
Replaces: pgdg-keyring, postgresql-common (<< 269)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_285.pgdg+1_all.deb
Size: 47888
SHA256: 34659cc6e592ad72fcf66567981a6ba55d2e4ec4cf7e9a594132ca9d94b63fa2
SHA1: e34c6c94c3fc8e8cc4bb5a6fbd0c658f12a62042
MD5sum: 3280ea5a2a7858d7d011998106d92f3f
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-common
Version: 285.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 353
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, libjson-perl, sysvinit-utils (>= 3.05-4~) | lsb-base, postgresql-client-common (= 285.pgdg+1), ssl-cert (>= 1.0.11), ucf, perl:any
Recommends: e2fsprogs, logrotate
Breaks: postgresql-9.1 (<< 9.1.1-3~)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_285.pgdg+1_all.deb
Size: 112372
SHA256: 760f64bfac7c4948088f2d7ff666b22290435059b19f88b114e103ef9bc9dac5
SHA1: a2823fdbb5c45b27b1727885a50b9ef2020a7e85
MD5sum: 7738adbcd29018cfe64fb013fc4badc8
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-common-dev
Source: postgresql-common
Version: 285.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 334
Depends: libipc-run-perl, make:any
Breaks: postgresql-client-common (<< 269), postgresql-common (<< 269), postgresql-server-dev-all (<< 269)
Replaces: postgresql-client-common (<< 269), postgresql-common (<< 269), postgresql-server-dev-all (<< 269)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common-dev_285.pgdg+1_all.deb
Size: 73216
SHA256: 4fe9c2e97078af564324353ceefa63da47ab828b230fa084a36f3bc6c80a9d1f
SHA1: 3be7643f59f36872e56d3c8ec868b1129d23ddf6
MD5sum: f5bfaf0b8c16590aad5e435a595ea1b9
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, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-doc
Source: postgresql-common (285.pgdg+1)
Version: 18+285.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20
Depends: postgresql-doc-18
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_18+285.pgdg+1_all.deb
Size: 14800
SHA256: 8a897c9606d04d94f691c3d13a6f460873b1c3d208980604a52ee045fa735a95
SHA1: 69f72d8747fe2f7986a036d210257a4e3931f40f
MD5sum: 36ff7fad935e623006981d5b9900cc7b
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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-doc-11
Source: postgresql-11
Version: 11.22-10.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14656
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-11/postgresql-doc-11_11.22-10.pgdg+2_all.deb
Size: 1888260
SHA256: f2a7d3821da642c4ce628aea41e6d558aee2101adf0aee4c145d8cd1b1c600ea
SHA1: ea7609a987440220dd2b132b6b4d92469d8356bd
MD5sum: b0b5dc4fdb753f2c51189fcd57cee7a6
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 11. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-doc-13
Source: postgresql-13
Version: 13.22-1.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16017
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-13/postgresql-doc-13_13.22-1.pgdg+2_all.deb
Size: 2015960
SHA256: 07dd90ff12d77a183a97b9f23c4082711cbfaaea4b975100b99132d07ed1175a
SHA1: 94e01f8d823b2ddeb210476d90f9a72416250e4c
MD5sum: 6674265063c6780a26bbca59058aad24
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 13. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-doc-14
Source: postgresql-14
Version: 14.19-1.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16466
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-14/postgresql-doc-14_14.19-1.pgdg+2_all.deb
Size: 2065728
SHA256: 941e2e698328dcc794a143dcc9d641c4bc02481548d55602e535c74d680a1437
SHA1: 10106118ffaa6b82804cb1617d322eb2bcf5484b
MD5sum: da2aaf12e9bacd18f9c1a8c8c9153982
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 14. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-doc-15
Source: postgresql-15
Version: 15.14-1.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16300
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-15/postgresql-doc-15_15.14-1.pgdg+2_all.deb
Size: 2077716
SHA256: 1a9d9a5d34aabe87c1b3850a42ac1507453a54bf55ba0e514ed5a742a7f5cb16
SHA1: 837d4a773697b5b34cfb90adb924c1cf61bfc7c3
MD5sum: d9a41552ac12d2822dcd7dc13dafceb1
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 15. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-pgrouting
Source: pgrouting
Version: 3.8.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 48
Depends: postgresql-pgrouting-scripts, postgresql-18-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: metapackages
Filename: pool/main/p/pgrouting/postgresql-pgrouting_3.8.0-2.pgdg+1_arm64.deb
Size: 23448
SHA256: 262ff8177fc20084fe1ee9ede4f7cb38de08dc3d8786b5ef229ed57ce6fc9228
SHA1: ada67efc59980ea45428d14d09eb4653cffbe6b0
MD5sum: 93db2cdd20db17eba5575ac9f7bf4839
Description: Routing functionality support for PostgreSQL/PostGIS - Metapackage
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This metapackage depends on the PgRouting package for PostgreSQL 18.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-pgrouting-scripts
Source: pgrouting
Version: 3.8.0-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 48
Depends: postgresql-18-pgrouting-scripts
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: metapackages
Filename: pool/main/p/pgrouting/postgresql-pgrouting-scripts_3.8.0-2.pgdg+1_all.deb
Size: 23468
SHA256: f5bf1ccf47385422bebf8b298501442868dfbdbeaa24a46666d20f0719bb6633
SHA1: 957c0cb7e768d9d0931942bdcc52e177b4191145
MD5sum: 5566795d352a68408983664081459daa
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts metapackage
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This metapackage depends on the PgRouting scripts package for
 PostgreSQL 18.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-plperl-11
Source: postgresql-11
Version: 11.22-10.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 439
Depends: perl, postgresql-11 (= 11.22-10.pgdg+2), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plperl-11_11.22-10.pgdg+2_arm64.deb
Size: 65180
SHA256: 1926b29db90380fbdfa9f30c042dfc99e010d5bea8b5de35d860c97da974efc0
SHA1: 3312831874c6c0ceba819c28d712dd98fd4cd496
MD5sum: abae90612090dcbee1705b1df3c07dc0
Description: PL/Perl procedural language for PostgreSQL 11
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Perl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-plperl-11-dbgsym
Source: postgresql-11
Version: 11.22-10.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: postgresql-plperl-11 (= 11.22-10.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plperl-11-dbgsym_11.22-10.pgdg+2_arm64.deb
Size: 179432
SHA256: 9a5b4ab6482a08205da0fb202aeba50392cb5f6610a6437bf87f7d89bededbd0
SHA1: 41bcee4a7c5a0d1a7e4a57f2424e0f8cd2cde8a4
MD5sum: 5be7675af69b417b1140befc32b43b2e
Description: debug symbols for postgresql-plperl-11
Build-Ids: 97432226fd36575c434918cb4172e0785e0249ce c5e0c67aa0a6f51c0a77c0f4f1ffe1ffd75d4cfd da09cf4f99516667508129f46372d60bebbd31af
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-plperl-13
Source: postgresql-13
Version: 13.22-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 557
Depends: perl, postgresql-13 (= 13.22-1.pgdg+2), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plperl-13_13.22-1.pgdg+2_arm64.deb
Size: 86624
SHA256: f4f54f9d1c1b037f1946801a00cb7fca7cc8e839c42dedb3aaed28ebb2464a31
SHA1: 17c02b3bf942ca715baff2ae118cee3f774535ae
MD5sum: c7507f8ba52ba06fc252237f6f0aa9d7
Description: PL/Perl procedural language for PostgreSQL 13
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Perl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-plperl-13-dbgsym
Source: postgresql-13
Version: 13.22-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 235
Depends: postgresql-plperl-13 (= 13.22-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plperl-13-dbgsym_13.22-1.pgdg+2_arm64.deb
Size: 187944
SHA256: c8d146230bbf74a6424207e388946d3af14aacd932c97f1f95a332109f8a9937
SHA1: 71f25aff4aed4b877035a6b729cd165486dd838c
MD5sum: d2fac4df2a6299d264dac9d3f48ee53e
Description: debug symbols for postgresql-plperl-13
Build-Ids: 067c9abf8d654f5399241674228531afbe09fcb0 33df9ef860ec673c40642258ec4a2417dfe37f35 39ccb8fbd1bec0f15d20e1d28a7265131531def8 c60235ede03cf572233b3ba95e83de1e0a430533
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-plperl-14
Source: postgresql-14
Version: 14.19-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 566
Depends: perl, postgresql-14 (= 14.19-1.pgdg+2), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plperl-14_14.19-1.pgdg+2_arm64.deb
Size: 85808
SHA256: 1f132ca389a02681f8cd26f088a26ab9aee28ad11f3565cb16192381929658e9
SHA1: d37720ef4febcb7893ac314db25e9ba56ef17ef2
MD5sum: 067b6dca1ccb797f7be3eedd67a8fbc6
Description: PL/Perl procedural language for PostgreSQL 14
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Perl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-plperl-14-dbgsym
Source: postgresql-14
Version: 14.19-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 235
Depends: postgresql-plperl-14 (= 14.19-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plperl-14-dbgsym_14.19-1.pgdg+2_arm64.deb
Size: 188636
SHA256: 2b86147040b480ed0b9afa9b80bfb70fa2ecdcbc9c80321de83b58731a79284e
SHA1: 34c974155a99221ffd32249600851e42233c72ff
MD5sum: 763211ac577939eec7a7a134dace3e57
Description: debug symbols for postgresql-plperl-14
Build-Ids: 8e6d8074f66a4c2e71940c00e4e1d479da68910e e792c2cf66810ff6f1f563fa43fc378b21f9e12c f1649a92e43bb2a4f72023077ecd3ae9b60cb216 f2a919706923b497f21d85d84db1fae2994f6e68
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-plperl-15
Source: postgresql-15
Version: 15.14-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 568
Depends: perl, postgresql-15 (= 15.14-1.pgdg+2), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plperl-15_15.14-1.pgdg+2_arm64.deb
Size: 84432
SHA256: 61f74591696459da3df9feb50a5ed756d35a205f2625efafbe98eb47b0cfe139
SHA1: 8630251c679c8e326e463ca19a3bd42dd07bce79
MD5sum: 5c3e05ac00220786cf3e9f05086f942b
Description: PL/Perl procedural language for PostgreSQL 15
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Perl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-plperl-15-dbgsym
Source: postgresql-15
Version: 15.14-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 239
Depends: postgresql-plperl-15 (= 15.14-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plperl-15-dbgsym_15.14-1.pgdg+2_arm64.deb
Size: 192416
SHA256: a511ec386d9902f55a718fa28ac99da46ef7754a11979fd978c27e8d444645d9
SHA1: b20c52dc06159c0bbb897cd74dd1f4fba5b17049
MD5sum: d79750d4c6f178645a866289a0fe6bf1
Description: debug symbols for postgresql-plperl-15
Build-Ids: 21416e9d94eb09d4c013316b0c91c90c1c4db5a2 305d132f13c357a6ba74797f99d4d91def280f99 8fad1607d080fd8ef55059e2afeb4de52b69d0ab 940dbaeb1a8b3de48c4ea8178027f08721709e0e
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-plpython3-11
Source: postgresql-11
Version: 11.22-10.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 387
Depends: postgresql-11 (= 11.22-10.pgdg+2), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11_11.22-10.pgdg+2_arm64.deb
Size: 58936
SHA256: a3ee773c311409aff18316e65cdc5fadf9620133aa28ca8b325de0ccc6b6013f
SHA1: 45e2b858b205743362a74b24645161ac2ce8f3e8
MD5sum: e6279c58ce16def76284c7bf0152b3d9
Description: PL/Python 3 procedural language for PostgreSQL 11
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Python 3.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-plpython3-11-dbgsym
Source: postgresql-11
Version: 11.22-10.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 239
Depends: postgresql-plpython3-11 (= 11.22-10.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11-dbgsym_11.22-10.pgdg+2_arm64.deb
Size: 187176
SHA256: e6503bbd1d4c9fa4cac61a9d5733e7894df37a1406bea4f7d9130d62e1d6982f
SHA1: 40a45eb0072c8449b96005d9904785f705277504
MD5sum: 9de89793f6bc1030df63e9e2d5cbd671
Description: debug symbols for postgresql-plpython3-11
Build-Ids: 20d24b8a045ecb40f20a55e371f783845a8c5e55 8785af29d0d6b1797263be9503c8765c4f6224db c1a4cb40b671d4aede30df25c0cbaddfd087e9f0 fe9406ca7e3e3f5bfff38d4dceeb8c269733ae70
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-plpython3-13
Source: postgresql-13
Version: 13.22-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 707
Depends: postgresql-13 (= 13.22-1.pgdg+2), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13_13.22-1.pgdg+2_arm64.deb
Size: 109576
SHA256: faf029ee8181dfb52db590837df0f88762a673466845a471288ae29a9eab1231
SHA1: f954ab2bfb292bbbe8f98dde0258c0dad9865090
MD5sum: cf3cd4966174eaaff09ee213a3293b56
Description: PL/Python 3 procedural language for PostgreSQL 13
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Python 3.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-plpython3-13-dbgsym
Source: postgresql-13
Version: 13.22-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 241
Depends: postgresql-plpython3-13 (= 13.22-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13-dbgsym_13.22-1.pgdg+2_arm64.deb
Size: 189592
SHA256: d65778a6d80320ea2022a96a27161209d827ddc99ffa2899013f8694bc5aa88e
SHA1: c8b88c19aaef2e77cb0dd57502b0e6c209515b77
MD5sum: c385273b62e062e56e913488acde296c
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 27db50dc6ff90abff5c953839ac3ac739721c15b a88d3d4968f045e826afd47b5ad84c0a07d11b08 b865e1df92f516bdacf8491b410368c03c06a1a4 ffd9cdb2103bef21c3a2c0f5f925fe4837c25d59
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-plpython3-14
Source: postgresql-14
Version: 14.19-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 724
Depends: postgresql-14 (= 14.19-1.pgdg+2), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14_14.19-1.pgdg+2_arm64.deb
Size: 110420
SHA256: ebaa38a37a6da86284617f643a8fa8171f9560d57abec31971c9d01d801f720f
SHA1: 9b7367b6334bfe29812ac846ff828b4e19ce3ea5
MD5sum: d08f755baa2345dd641e749b21484621
Description: PL/Python 3 procedural language for PostgreSQL 14
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Python 3.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-plpython3-14-dbgsym
Source: postgresql-14
Version: 14.19-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 242
Depends: postgresql-plpython3-14 (= 14.19-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14-dbgsym_14.19-1.pgdg+2_arm64.deb
Size: 190340
SHA256: e182e9d6d3224b8636a8b0d0b41559211dbc908ebf91745b0882e980b1a46ceb
SHA1: b9b28620e4d167a48a131c33159ee7e9d0728048
MD5sum: 13f79c33ac3f435ff4682e2c6d6d52df
Description: debug symbols for postgresql-plpython3-14
Build-Ids: 18950109018256c8c99632f22c0633101c5e3d40 3e5a6994d1356ab23771543bd8276885260bc64f 5b76036e529f453ae1702d68606a55cfa71c985f fe837641ef9ef6c35400c080b02ead76b321d26d
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-plpython3-15
Source: postgresql-15
Version: 15.14-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 740
Depends: postgresql-15 (= 15.14-1.pgdg+2), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15_15.14-1.pgdg+2_arm64.deb
Size: 110356
SHA256: e2014ba9155c3a55012486071d5072f3245121c6939ff4e23da12ce1c5f295d0
SHA1: 365c1d898767c3914ac7a443dfa504f260fa0c63
MD5sum: a92257b5c836e4c62c2bb9246d72c042
Description: PL/Python 3 procedural language for PostgreSQL 15
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Python 3.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-plpython3-15-dbgsym
Source: postgresql-15
Version: 15.14-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 246
Depends: postgresql-plpython3-15 (= 15.14-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15-dbgsym_15.14-1.pgdg+2_arm64.deb
Size: 193820
SHA256: 8d4986543ad2bd00de68cc700a0bf4c3c8e147b97b2af24209984b1b3439d90b
SHA1: d9e55d81ef9b0ff4a96972ae09c04f4b9ba3ad9e
MD5sum: ff025c9d9cdbc8aac19ec5d29571f8bd
Description: debug symbols for postgresql-plpython3-15
Build-Ids: 10a6d052a927b096daf6f2799bae5a9aa53279ea 18bae76e8c9d9b8755889b143f6650eddff4b4b5 b2e00b8f8fb54947304fbc2792318417a16b429d b7ff11082372d407b15946ba9b80956592eccc7b
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-pltcl-11
Source: postgresql-11
Version: 11.22-10.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-11 (= 11.22-10.pgdg+2), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11_11.22-10.pgdg+2_arm64.deb
Size: 41172
SHA256: e14b338a7d0b9323069df1a0a0a10882e564d96b10b0a365a28126772279891a
SHA1: 60d6518427643b5a71c3e2d3169d968e64e9731e
MD5sum: cf2441cb637218737bbf866080aa6dbc
Description: PL/Tcl procedural language for PostgreSQL 11
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Tcl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-pltcl-11-dbgsym
Source: postgresql-11
Version: 11.22-10.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-pltcl-11 (= 11.22-10.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11-dbgsym_11.22-10.pgdg+2_arm64.deb
Size: 69360
SHA256: 7562d1c493228d3bdcb2db40ade50c7a04ce64cf5d00e291dbcc59cb87c90201
SHA1: 468f75099db3ac6634fee929024efe092fd94d59
MD5sum: f8e5ee2591a0e7ca7f90c512bab35993
Description: debug symbols for postgresql-pltcl-11
Build-Ids: e30dd9c56c98fce099f8251b896bd081e998a15f
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-pltcl-13
Source: postgresql-13
Version: 13.22-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-13 (= 13.22-1.pgdg+2), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13_13.22-1.pgdg+2_arm64.deb
Size: 46564
SHA256: 3a8a1cb36f1c0bec4e913592fce3d852b30768e91ebd60d182fa63b54448887c
SHA1: f393bc4c6f681030c71c6496d522d324cc0e9a10
MD5sum: 44ddea2ba4cdefb8ff762815185ad84c
Description: PL/Tcl procedural language for PostgreSQL 13
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Tcl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-pltcl-13-dbgsym
Source: postgresql-13
Version: 13.22-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-pltcl-13 (= 13.22-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13-dbgsym_13.22-1.pgdg+2_arm64.deb
Size: 73980
SHA256: 6051f4eb7a0d8e4aa94248c8a3386b0e62a913f900c0c2b4d433537778660b65
SHA1: caa846ea124e19b6c4c3717663436aaffded571a
MD5sum: 1e81f3681d5699be7705af079008e9bd
Description: debug symbols for postgresql-pltcl-13
Build-Ids: 06006ecfb1814e5f78a24ea2a46272b27c58ecf0
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-pltcl-14
Source: postgresql-14
Version: 14.19-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: postgresql-14 (= 14.19-1.pgdg+2), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14_14.19-1.pgdg+2_arm64.deb
Size: 44300
SHA256: cdae67d8d86d7fda5d41fe20239dc71b978757604e3abe40ec1ea8ebfcddaa76
SHA1: a42e1ea55feb0a283fe91ce09141f60b5bc33af9
MD5sum: afb0a70ddc5109803f054805d8185b6e
Description: PL/Tcl procedural language for PostgreSQL 14
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Tcl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-pltcl-14-dbgsym
Source: postgresql-14
Version: 14.19-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-pltcl-14 (= 14.19-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14-dbgsym_14.19-1.pgdg+2_arm64.deb
Size: 74628
SHA256: b176dbe8b23b7f696e598706525425cffced32dc99fae283e6c7f71ff229a9a8
SHA1: 29d3793afcd12f8ce060e361fecd4a2a0149bd07
MD5sum: 685c9d3ff1d39605b0ad310ef857c443
Description: debug symbols for postgresql-pltcl-14
Build-Ids: 9454514d4ab535c208f73acec06a67689720c0c9
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-pltcl-15
Source: postgresql-15
Version: 15.14-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 201
Depends: postgresql-15 (= 15.14-1.pgdg+2), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15_15.14-1.pgdg+2_arm64.deb
Size: 43940
SHA256: b899d8dec50ba899b8c1ba27e6594774f18c65795d8e6368f73b6eb9e532dac8
SHA1: 5e92b938dd5e276319fcd59d5a033c2c898158ec
MD5sum: 2c5255267cf96b052cea3f7786320169
Description: PL/Tcl procedural language for PostgreSQL 15
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Tcl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-pltcl-15-dbgsym
Source: postgresql-15
Version: 15.14-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-pltcl-15 (= 15.14-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15-dbgsym_15.14-1.pgdg+2_arm64.deb
Size: 78268
SHA256: 82ca19f5fea69de0bfa53fe3d29e4bbd5a6fa1753e1c67074b77d8655a6831f1
SHA1: fbfdd624090d0dfa72147eeff4e058949ec1db32
MD5sum: a87c5c3704617e7d1800217e0e37b528
Description: debug symbols for postgresql-pltcl-15
Build-Ids: 8f22cf8a2a0ef150830a732df87156bb717d62bd
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-postgis
Source: postgis
Version: 3.6.0+dfsg-2.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 66
Depends: postgresql-postgis-scripts, postgresql-18-postgis-3
Homepage: https://postgis.net/
Priority: optional
Section: metapackages
Filename: pool/main/p/postgis/postgresql-postgis_3.6.0+dfsg-2.pgdg+1_arm64.deb
Size: 21212
SHA256: af47cc3054324c1e3b8e47fa1beabc95b3f45b4d0949695a3159b8c62889adf9
SHA1: c6f938967c716650c2dd6e1b6cf8c2b2e4cb769a
MD5sum: f97368e5dab001c9702f651cecaef864
Description: Geographic objects support for PostgreSQL -- Metapackage
 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 metapackage depends on the PostGIS package for PostgreSQL 18.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-postgis-scripts
Source: postgis
Version: 3.6.0+dfsg-2.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 66
Depends: postgresql-18-postgis-3-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-postgis-scripts_3.6.0+dfsg-2.pgdg+1_all.deb
Size: 21228
SHA256: 146013cac144b7bf27e4ca76d6f953a66c65e25486ee4e99edb717272bedf7ee
SHA1: 9ae558190e85a29ca0ba9cdfeff13d9576b77050
MD5sum: 754e0427a156c898161ae8a907469551
Description: Geographic objects support for PostgreSQL -- SQL scripts metapackage
 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 metapackage depends on the PostGIS scripts package for
 PostgreSQL 18.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-server-dev-11
Source: postgresql-11
Version: 11.22-10.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5072
Depends: libpq-dev (>= 11~~), postgresql-client-11 (= 11.22-10.pgdg+2), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-11/postgresql-server-dev-11_11.22-10.pgdg+2_arm64.deb
Size: 929844
SHA256: 5e1c67e22c51b0097cc5690b39a3ae64cabca901402fba39fe88a52c46f01b61
SHA1: b45a385b6ba1ebd66d169a6bc6c1aa0aaaf0d83d
MD5sum: 737f78c4cd476708dac9c900fad2560b
Description: development files for PostgreSQL 11 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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-server-dev-13
Source: postgresql-13
Version: 13.22-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6222
Depends: clang-19, libpq-dev (>= 13~~), llvm-19-dev, postgresql-client-13, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/postgresql-server-dev-13_13.22-1.pgdg+2_arm64.deb
Size: 1056272
SHA256: 04f162710ea982d53294b3c1b61ffa545520aa90d1581930c3b7a23bcd3c9e60
SHA1: b314fbed86351ac5ef7478f95cc76ed9c7d1c84c
MD5sum: fc79eef0d05aa5767a4f33c06bb050eb
Description: development files for PostgreSQL 13 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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-server-dev-14
Source: postgresql-14
Version: 14.19-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6733
Depends: clang-19, libpq-dev (>= 14~~), llvm-19-dev, postgresql-client-14, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14_14.19-1.pgdg+2_arm64.deb
Size: 1132204
SHA256: 3978a6722bc944cf41293dd540c1ef3fc3e3a3214d429bdeb952fa4cf248aeca
SHA1: 4100375fccb5d1ee9afec58c2bde5aedc9938b50
MD5sum: dec14b0bfc5580ba44466ff2657fd326
Description: development files for PostgreSQL 14 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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-server-dev-15
Source: postgresql-15
Version: 15.14-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6895
Depends: clang-19, libpq-dev (>= 15~~), llvm-19-dev, postgresql-client-15, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/postgresql-server-dev-15_15.14-1.pgdg+2_arm64.deb
Size: 1156932
SHA256: 12758486c2fdf9e242a389a2a63e7a45cb8447f95195518fcc0511ceeecbe489
SHA1: 92a61e5aa99f009a8c2ea594575ed67b1bd567dc
MD5sum: ff8f8756ce69579dc12cb3d4c529ce27
Description: development files for PostgreSQL 15 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.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 285.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20
Depends: postgresql-common-dev (= 285.pgdg+1), postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12, postgresql-server-dev-13, postgresql-server-dev-14, postgresql-server-dev-15, postgresql-server-dev-16, postgresql-server-dev-17, postgresql-server-dev-18
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_285.pgdg+1_all.deb
Size: 14828
SHA256: 68c9fb7f9907f2de8b12ea7afe0b48a82a1e8d604592bd6e13419da6e2915e56
SHA1: e3d249d0a2721a8ed21cf34fc1024c10d5531ab0
MD5sum: e0021e27d08d3b954e92643de538bce6
Description: build tools for multiple PostgreSQL versions
 The postgresql-server-dev-all metapackage depends on all server-dev-NN
 packages for all supported PostgreSQL major versions, required to
 build PostgreSQL extension packages, as well as on postgresql-common-dev
 for build infrastructure.
 .
 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.
Timestamp: 2025-10-09 14:18:49+00

Package: python3-rdkit
Source: rdkit
Version: 202503.6-2.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 29707
Depends: fonts-freefont-ttf, rdkit-data, python3-numpy2-abi0 | python3-numpy-abi9, python3 (<< 3.14), python3 (>= 3.13~), python3:any, libboost-numpy1.83.0 (>= 1.83.0), libboost-numpy1.83.0-py313, libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py313, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.34), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.2), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.6), libstdc++6 (>= 14)
Suggests: rdkit-doc
Homepage: http://www.rdkit.org
Priority: optional
Section: python
Filename: pool/main/r/rdkit/python3-rdkit_202503.6-2.pgdg+1_arm64.deb
Size: 4390136
SHA256: 29c413d5747c9b61220988578561b7c6ff01a19faa8d807e2eb3a8f9bada450f
SHA1: 7fe9673f7476de9aed81a43ea1d7a2daee65ba5f
MD5sum: e7c20492fdcca0d80368880dbd351aa5
Description: Collection of cheminformatics and machine-learning software
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
Timestamp: 2025-10-09 14:18:49+00

Package: python3-rdkit-dbgsym
Source: rdkit
Version: 202503.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 72586
Depends: python3-rdkit (= 202503.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/python3-rdkit-dbgsym_202503.6-2.pgdg+1_arm64.deb
Size: 62639796
SHA256: c1a844f7010e9017e6eeaafaabe9a812768dfe402896f50a391d50c7b23eb3cf
SHA1: dc66df66ffbef457f8545f1112a2695e3921ca3c
MD5sum: 451bca15ad1b316218427c0b04653a7b
Description: debug symbols for python3-rdkit
Build-Ids: 036247e45bb2304e81c44d91a9fa3edd1ef1ca07 190fecff452be183bb3bba1556c234eb0d10dbf9 214ec0fdefd0928f026d1f5453f743c957dbc3bb 21e08bc00b93272cfaf5b1daf1f5308fe114be2d 252c0e5bef19a5ea41656736e4d5b6f9ed00cf8f 2550da5cce77a3f2580bca324ffb051d3c5c6c0b 2e01307066354c7b20f730c99b0bca6a954aa6e8 30c61ba9410055ed7f683079c47364bae345641e 3494c061f18e9001d6f60bb1be5b140974df3efc 350349f34c44a936cb0e90f86c0d22e10eb43389 367d235f42a0a5d5e96cdfd8e63d641f272eac79 3cd04dd947d06da246bda9e6850db0664963e4e1 3e447ddf397dcd37ea6b5df44791ad8e5854d80b 4145f7561576e930a86902abdb29c9f3ec877c08 4521058ddc2dbc70ad00baa4998c51e5ee8f2cef 4569a1dda3ee7fd80ef54fa4c703287415090169 4b980b8432cecae6828fa8ac06b0ce128c53a326 4be43df1cf3870d6e409d06cdcb4e72479122d0a 4e46e6c81e8be3086676ba7444acd29b28268ef5 51bd6e69c6a7324d215b7ad2fd0c0170640788f9 522d35a00a08dca784f5f26ecfd6ed2a93d35d17 522f9dd0ab2c30c6ea490412c503f1198488ac3f 59340a5705867e363229e3dfd95bbedd2f391301 5d4926c7caebdd95f721d359e41e472038992528 6222b517d3069949100f27d0bede87cf332601d1 661185b4d2c80a8707953a74c7b9642e2d3cc530 716893abb9adac624801c96f0fec782695fa4013 75ece257a60be42ebb7ce96a2efc3f5c0916b42b 833d367510261fcfefdb33b7189fa9592d2385f2 8e903429e4c774f7b269b6d67b4dae6a7f624a08 93629948924a9421ec4d908dcbbe7592cdf1834f 93b51aa066c6d40b2d8da76d901de55cfb7df0f6 95362d6e2c8fe2c32156ff3cbfb810d50b9f52ee 98cc8882266f2bad558e5442c0f75a35085c87df 9ac1d086d9c4c0ce34521e74daa0f59008b0ee9a 9c803a6d6825b760a59e55715cf6e1c6f3df39a8 9cabc269e356d57c9cd9b51cca45c28e08d4accc 9eaedc9e2a67cbffef453452c0d03fa6e18d9b98 9f0aa9218221d27d861597d4555427eb52fdfcaa a2b78e8841f415e7edde4f9d992c32e91c8fd984 a3bef936d68d4973ea5545ae8f83721a81e4ba20 a4dc220be10253f3420cbcbad580c2e1c9fe583e cc600863813c4fbeef628d1c6000a8a826fb58aa d1e29939118bd3859b78f0dc9d26518d5980dc48 d91cf7b3c2daf1231a5c8634532e5d21503ee1b8 dc42b923816a6f2e5001f4441b87245365f879d7 dfe86e9347297eb677a8c19c1d3e91b93539d4b5 e5dba5424d0b42cf8a4b48f16333abef423406ae f17753b526ba73f3f9c4d3e0e03bbac3d6cbdac7 f4ad6b5a48aa35513410a3b04c414d80d8637b28 f8f02fb9e08d70d8829ff4735b299e3a9e3983af fb306c5c531f55b13e0f2083122657b7d615986b fb4e0308d595d7f0fffd9579d520309485b9ddfa fcbce88768efae34b0b2ea549aae2b87cfb7b5f4 fcc26b393ef6185e2336b0f9cbfe593fcd20dcbf ff1d59849ec4f441506bfacbafc9892795a7b312 ffec98aa036018c0b1d230583b9fe587b694accb
Timestamp: 2025-10-09 14:18:49+00

Package: rdkit-data
Source: rdkit
Version: 202503.6-2.pgdg+1
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 59308
Homepage: http://www.rdkit.org
Priority: optional
Section: science
Filename: pool/main/r/rdkit/rdkit-data_202503.6-2.pgdg+1_all.deb
Size: 13158752
SHA256: 8977f366edf057ad59813da7feae55bacb5d35a81a631ffab63c37ad61a717f8
SHA1: e2f022d05f73418acfe2887ecf8e019ad3f4ce2f
MD5sum: 8f50c3581d45614a3e2edb66b59913d2
Description: Collection of cheminformatics and machine-learning software (data files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains data files.
Timestamp: 2025-10-09 14:18:49+00

Package: rdkit-doc
Source: rdkit
Version: 202503.6-2.pgdg+1
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 83663
Depends: libjs-jquery, libjs-underscore
Homepage: http://www.rdkit.org
Priority: optional
Section: doc
Filename: pool/main/r/rdkit/rdkit-doc_202503.6-2.pgdg+1_all.deb
Size: 6981968
SHA256: 4627d2b9094f13bcfb5015b0cd251131d19466a90ad30ee2ed3275d488f81104
SHA1: f3de8b533eeeb8af1fcc74048b6ce3045135ac3a
MD5sum: 0a85265fd808b4b95a85423b007ebbd5
Description: Collection of cheminformatics and machine-learning software (documentation)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains the documentation.
Timestamp: 2025-10-09 14:18:49+00

Package: repmgr
Version: 5.5.0+debpgdg-2.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 20
Depends: postgresql-18-repmgr | postgresql-17-repmgr | postgresql-16-repmgr | postgresql-15-repmgr | postgresql-14-repmgr | postgresql-13-repmgr | postgresql-12-repmgr | postgresql-11-repmgr | postgresql-10-repmgr
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/repmgr_5.5.0+debpgdg-2.pgdg+1_all.deb
Size: 13792
SHA256: 74ed63cb53d73569062c3ec29dcc79064092d8a81d18175d11c4dcc0ea296cab
SHA1: 276f5912bb4746ccd0f1b9051407fb825e44c3d2
MD5sum: 62762358306f9c47b8df0a30ffeb21d0
Description: replication manager for PostgreSQL (metapackage)
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This is a metapackage that depends on the version specific packages.
Timestamp: 2025-10-09 14:18:49+00

Package: repmgr-common
Source: repmgr
Version: 5.5.0+debpgdg-2.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 309
Depends: lsb-base, postgresql-common
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/repmgr-common_5.5.0+debpgdg-2.pgdg+1_all.deb
Size: 197668
SHA256: 74f161f5fcfd02b8126757ec3e4b8c9193c6e86b221b8c3737dacfa2d7c53ab6
SHA1: 4909f3a54102bf2769092d9d55b0990b3f7e1bf7
MD5sum: 224c53da8f3c4cff6902ffdd76bf1e92
Description: replication manager for PostgreSQL common files
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr files common to all versions.
Timestamp: 2025-10-09 14:18:49+00

Package: postgresql-16-londiste-sql
Source: londiste-sql
Version: 3.8-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-16-pgq-node, postgresql-16
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-16-londiste-sql_3.8-7.pgdg+1_all.deb
Size: 20804
SHA256: d2c82dd9fac5f4f67c75c76687ab3ae489cc1e5ca476d26b39b8714afc452708
SHA1: b22dff770e9954a948c769435a3f6274800b1745
MD5sum: 29e47f866c19195e74502cb73c5cbd7b
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2025-10-13 21:12:38+00

Package: postgresql-16-orafce
Source: orafce
Version: 4.16.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1181
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-16-orafce_4.16.1-1.pgdg+1_arm64.deb
Size: 371872
SHA256: c2ec576905ef5d8292ec21fbac22acd893a5b59bd1a7432c7ea78394360cc3ce
SHA1: d4b8877225771b3e0ee463ae5a6992a194b06515
MD5sum: 1be7751459793674983aef43304d6023
Description: Oracle support functions for PostgreSQL 16
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-10-13 21:12:38+00

Package: postgresql-10-repmgr
Source: repmgr
Version: 5.5.0+debpgdg-3.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1096
Depends: repmgr-common (>= 5.5.0+debpgdg-3.pgdg+1), postgresql-10, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-10-repmgr_5.5.0+debpgdg-3.pgdg+1_arm64.deb
Size: 209720
SHA256: 9664f9da969c54c2334410b3eeea83a45bb0a53656653b1e69e7e325e870d5b9
SHA1: 81f18e05f729c45e6550c9b06b9b74974c3ceb28
MD5sum: 1c28954007a045ccfb064e674f8eba20
Description: replication manager for PostgreSQL 10
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 10.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-10-repmgr-dbgsym
Source: repmgr
Version: 5.5.0+debpgdg-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1424
Depends: postgresql-10-repmgr (= 5.5.0+debpgdg-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-10-repmgr-dbgsym_5.5.0+debpgdg-3.pgdg+1_arm64.deb
Size: 603708
SHA256: 3720af6b61a99014a8b9db20d0687fdeca723905198d16910bfe3535e8357c6e
SHA1: aeadc2da4d1f2ccaa3638ef2a62c4a98da2a715b
MD5sum: ada1e09528b5522ed1d3aa3a5e9a30cc
Description: debug symbols for postgresql-10-repmgr
Build-Ids: 6024054bdd01800fb72ab049e218f28825b8e1f6 86e4ab255a3166cc24b36ed3cd431bd7f3fea7c5 db443eeb4f3df05effafd7b4d174dc7877e2f2de
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-11-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-11-pgaudit, postgresql-11, libc6 (>= 2.34)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile_1.7.3-1.pgdg+1_arm64.deb
Size: 16108
SHA256: 1c3ec1356688f14b3aabd2e096fd170eb31ce1ff67e6f6c478efdd23cfb583ac
SHA1: f69143c4f7477f88efc7fc4d45270d8dcd9e8817
MD5sum: 026e36ca7806127713883f24af4dd15b
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-11-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-11-pgauditlogtofile (= 1.7.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile-dbgsym_1.7.3-1.pgdg+1_arm64.deb
Size: 38616
SHA256: 2f8126f40bce33137635fe7cb8ebe73604141673784234a40f5ccd549c7c11fc
SHA1: d2ae22f27190eb2723bef0129d7cc90dd54105a6
MD5sum: c4ba65202de4e678d261bc81afd95a17
Description: debug symbols for postgresql-11-pgauditlogtofile
Build-Ids: 70567fc1f63eb4f6d9794bc265b464ee7aecea87
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-11-repmgr
Source: repmgr
Version: 5.5.0+debpgdg-3.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1096
Depends: repmgr-common (>= 5.5.0+debpgdg-3.pgdg+1), postgresql-11, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-11-repmgr_5.5.0+debpgdg-3.pgdg+1_arm64.deb
Size: 207128
SHA256: a5b3281ffec6db82b3847079e4f64f1b594298db639db5ce459b8a24263a2baa
SHA1: 030051e198d10d8b0104a0f72ac943ff0909dc54
MD5sum: 7d000eb588cebfd83a1ac269cbe32baf
Description: replication manager for PostgreSQL 11
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 11.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-11-repmgr-dbgsym
Source: repmgr
Version: 5.5.0+debpgdg-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1421
Depends: postgresql-11-repmgr (= 5.5.0+debpgdg-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-11-repmgr-dbgsym_5.5.0+debpgdg-3.pgdg+1_arm64.deb
Size: 602392
SHA256: d633904643a4a504aae6eac5ea9a5c6ebc25700207438b62b7e7f6c43a8af302
SHA1: 8c7cec1d25cf8f73ea8be0843e81211745c52fd7
MD5sum: a50e1080746df95ee3a11281e926d93f
Description: debug symbols for postgresql-11-repmgr
Build-Ids: 078e110907e6c1c4bd0d7ac73231653e0aa14399 c420ca8974feec2484686ea8b4dc2801e118e118 ee83c8c3db88d6589b22ce3379df0015fb787a65
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-12-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-12-pgaudit, postgresql-12, libc6 (>= 2.34)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile_1.7.3-1.pgdg+1_arm64.deb
Size: 50364
SHA256: f417235f465a5b718328f802f71aad7b4148129bd580216babb52efc8a23b095
SHA1: b3d677a4e1476a6642af01bbbefdb8893d0cbc07
MD5sum: 32804654b92ecf140b290b5ceedd56d1
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-12-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-12-pgauditlogtofile (= 1.7.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile-dbgsym_1.7.3-1.pgdg+1_arm64.deb
Size: 38628
SHA256: c052ace904b6b71e89d938d60bd91cd6247c7e6697ea5c757d1f2034ba3e1bd6
SHA1: 821d3022b30dd8130a19dd48d9706fdb383d622d
MD5sum: d6ee076655e6449492e8bb2d15dbd6df
Description: debug symbols for postgresql-12-pgauditlogtofile
Build-Ids: 2e053ac91fc2547fcfe3cd70979acaf6745541a7
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-12-repmgr
Source: repmgr
Version: 5.5.0+debpgdg-3.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1120
Depends: repmgr-common (>= 5.5.0+debpgdg-3.pgdg+1), postgresql-12, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-12-repmgr_5.5.0+debpgdg-3.pgdg+1_arm64.deb
Size: 227128
SHA256: ba82580add53c63670774099e6955293008f26fa147d54bce213feecc1b178fd
SHA1: 4632ce2f94fcbebb7c188cd2c8eb08153bfa0c95
MD5sum: 76a257d370e68e01e9724defddaeb59c
Description: replication manager for PostgreSQL 12
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 12.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-12-repmgr-dbgsym
Source: repmgr
Version: 5.5.0+debpgdg-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1453
Depends: postgresql-12-repmgr (= 5.5.0+debpgdg-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-12-repmgr-dbgsym_5.5.0+debpgdg-3.pgdg+1_arm64.deb
Size: 604256
SHA256: 1a80c42ef18523de89660543a841d60872bd90635e51fa178a16b93c479f78d2
SHA1: 673ac2f072a6d302eeb7647024312b5d48d0aa87
MD5sum: 0997172e5be00403788be3153aa25d56
Description: debug symbols for postgresql-12-repmgr
Build-Ids: bbaaf111c9f2f2047b113ba799391778ea46250d d0a2fcc10148f921d06695c1b2b825450a77ec78 ff9f70b5981e8879bce693ce132d953bbf56e5d7
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-13-mobilitydb
Source: mobilitydb
Version: 1.3.0~alpha-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3690
Depends: postgresql-13-postgis-3, postgresql-13, libc6 (>= 2.17), libgeos-c1t64 (>= 3.12.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-13-mobilitydb_1.3.0~alpha-3.pgdg+1_arm64.deb
Size: 668516
SHA256: 8fe1413e66241cd9f0699f9724ec20d4ecf7be1b3b616544c32056c928db8142
SHA1: 7048b96940319c4f0d5afb1d02ba83c00f275feb
MD5sum: 94f5fc5fd2ef6519bdc73d3c7b3ba6af
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-13-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.3.0~alpha-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2347
Depends: postgresql-13-mobilitydb (= 1.3.0~alpha-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-13-mobilitydb-dbgsym_1.3.0~alpha-3.pgdg+1_arm64.deb
Size: 2119912
SHA256: 4081473a784d7422c4719be186f0c01d9831b7132cd24081888618a9d1d3094d
SHA1: a25b708a79abf3a7e8454631153cbf9661875371
MD5sum: 08fc1640990842a842d04a529ee3f53b
Description: debug symbols for postgresql-13-mobilitydb
Build-Ids: 198bd87b2d801bf0d7c347ea519cb88f70ad55ec
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-13-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-13-pgaudit, postgresql-13, libc6 (>= 2.34)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile_1.7.3-1.pgdg+1_arm64.deb
Size: 50216
SHA256: 3dd087eb6949b0ac60a53ea2ec51c26d47a172ac466a472a6fb427422a2ab6f8
SHA1: 7a984c8b632462031ccd28cd8b6331f7a6ff31a4
MD5sum: ba21e3558e4b90b067680905ec4775e4
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-13-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-13-pgauditlogtofile (= 1.7.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile-dbgsym_1.7.3-1.pgdg+1_arm64.deb
Size: 38744
SHA256: f94bc067762e9bbd9ebb643dda224d029275a720203fcd46642bed1e834a9397
SHA1: 0d40f1b2de0e5eb65dee1b9e558ec5653988c779
MD5sum: d4ca29d5d2c0d6cc6f37078b26a5d635
Description: debug symbols for postgresql-13-pgauditlogtofile
Build-Ids: e69e2db435efd29c01a708544be0d14e25d9b0da
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-13-pg-rewrite
Source: pg-rewrite
Version: 2.0.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-13, libc6 (>= 2.38)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/cybertec-postgresql/pg_rewrite
Priority: optional
Section: database
Filename: pool/main/p/pg-rewrite/postgresql-13-pg-rewrite_2.0.0-2.pgdg+1_arm64.deb
Size: 79808
SHA256: d79d324da2cdf3fb917c4b5d896d8b7cbb2f1007f01fe853633a5f3dec7f0479
SHA1: 925445174f6522b7a448c42978ae1574543960fa
MD5sum: 631e3abd2824020a6d3a36bc672f6810
Description: Rewrite PostgreSQL tables with less locking
 pg_rewrite is a tool to rewrite table (i.e. to copy its data to a new file).
 It allows both read and write access to the table during the rewriting.
 .
  * Change data type of column(s)
  * Partition the table
  * Change order of columns
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-13-pg-rewrite-dbgsym
Source: pg-rewrite
Version: 2.0.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: postgresql-13-pg-rewrite (= 2.0.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rewrite/postgresql-13-pg-rewrite-dbgsym_2.0.0-2.pgdg+1_arm64.deb
Size: 111704
SHA256: 0badcfe03335e58f7b0faf0781b7c270373eb3f03f21641a07446b025399add3
SHA1: 7b091bd74620c90952bdc5e6960f098682ff455c
MD5sum: 432b0f2c913cc27673e75d3234d1be05
Description: debug symbols for postgresql-13-pg-rewrite
Build-Ids: ce27523874a35d7f6ce0a35e3b50314dd77ed4ca
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-13-repmgr
Source: repmgr
Version: 5.5.0+debpgdg-3.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1120
Depends: repmgr-common (>= 5.5.0+debpgdg-3.pgdg+1), postgresql-13, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-13-repmgr_5.5.0+debpgdg-3.pgdg+1_arm64.deb
Size: 225376
SHA256: f2f194c6a29cc792b583649ab0638f6606914f6739542e534a073fd734482f20
SHA1: 72d2fc3a373a1386485c89b43003208025cf6917
MD5sum: c11e2bf9fb3cab2db553e1334a32aa40
Description: replication manager for PostgreSQL 13
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 13.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-13-repmgr-dbgsym
Source: repmgr
Version: 5.5.0+debpgdg-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1449
Depends: postgresql-13-repmgr (= 5.5.0+debpgdg-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-13-repmgr-dbgsym_5.5.0+debpgdg-3.pgdg+1_arm64.deb
Size: 604472
SHA256: d935c669ac1499bcc1efe76f71215bbe93f141191bcfe0427e9f509603271e48
SHA1: 41702293e1ec74c4f03fb852c382f87cc275f880
MD5sum: d8796d84336f0138e052d12be55303c7
Description: debug symbols for postgresql-13-repmgr
Build-Ids: 335b4c8f61446ca765f2901bbde378839ada942a 4965056ba3b128e38259adbd7755a9cf7e1998cb 541f8ffc6475d171d351adcc8c9081e4e25a923c
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-14-mobilitydb
Source: mobilitydb
Version: 1.3.0~alpha-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3690
Depends: postgresql-14-postgis-3, postgresql-14, libc6 (>= 2.17), libgeos-c1t64 (>= 3.12.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-14-mobilitydb_1.3.0~alpha-3.pgdg+1_arm64.deb
Size: 669128
SHA256: d02bc2ef34f755747c41bfc6e379533b3398cb2b936fff908c34a5415729ef0c
SHA1: 00c5f0d34ee587b281297e9d080201e95d121aaa
MD5sum: cd728b6d68b7fb6301981e4bdf33390a
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-14-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.3.0~alpha-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2351
Depends: postgresql-14-mobilitydb (= 1.3.0~alpha-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-14-mobilitydb-dbgsym_1.3.0~alpha-3.pgdg+1_arm64.deb
Size: 2124032
SHA256: 69a1970bddc24fcc644ce0e7ed1f174956a04c2248bdcdc18d46fb0a0e90e4bb
SHA1: 5facedcd233252427a5e18deb215e882cb29f3dd
MD5sum: f29d13622eeba6eeac82ed92a9de73f6
Description: debug symbols for postgresql-14-mobilitydb
Build-Ids: 019d6e31af68fa47eaa31456c245b7e26b092fef
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-14-partman
Source: pg-partman
Version: 5.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7581
Depends: python3, python3-psycopg2, postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-14-partman_5.3.0-1.pgdg+1_arm64.deb
Size: 238224
SHA256: c2c2c2834b51912c8ecc07b3bf3ccd61902a6cc2c041190820004b96a1237e4b
SHA1: c83a8b44a8ffa0c1371be4016d12b2815ff829bd
MD5sum: f26c479257ab18d2f34f9b12c4d756a8
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.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-14-partman-dbgsym
Source: pg-partman
Version: 5.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-14-partman (= 5.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-14-partman-dbgsym_5.3.0-1.pgdg+1_arm64.deb
Size: 34596
SHA256: 5b0c66b454ead3c8c9029ce06ef981980f08d19bec91a7b851ef5779ea8c0d51
SHA1: 11a174068b57b698261af2f543bde541bd808cd2
MD5sum: 42087b302c88f21026898d66c1c23f3b
Description: debug symbols for postgresql-14-partman
Build-Ids: 9d0ab7260493248265f051e332a884f64f54c12d
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-14-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-14-pgaudit, postgresql-14, libc6 (>= 2.34)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile_1.7.3-1.pgdg+1_arm64.deb
Size: 50340
SHA256: f16bf58279a072057ed14812224d6b5c38c044a194dc5454ff8f5f18fef0e04e
SHA1: da78d38397d6195a05351e3b9ceffa56def80cf0
MD5sum: 424b65972c173ebe88e95f6d5c4f0d5c
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-14-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-14-pgauditlogtofile (= 1.7.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile-dbgsym_1.7.3-1.pgdg+1_arm64.deb
Size: 39544
SHA256: 3f8fecb2c85abcf1d401daac6b3ffd882b316444762ab67b7ea6cc67d59b2a79
SHA1: 88951fb65d67ec6de0bfd8b2f8ee83b885f0339d
MD5sum: 0eac08962fbc82c06b563e79d2bdb341
Description: debug symbols for postgresql-14-pgauditlogtofile
Build-Ids: 92cfe3d809bf0789052e9abf4c06092c6e25d4f2
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-14-pg-rewrite
Source: pg-rewrite
Version: 2.0.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/cybertec-postgresql/pg_rewrite
Priority: optional
Section: database
Filename: pool/main/p/pg-rewrite/postgresql-14-pg-rewrite_2.0.0-2.pgdg+1_arm64.deb
Size: 80216
SHA256: 55cbe771443bb0383defa3fb1c6ca2d8ef04eb1df49b3469c80ae267c00e3f7f
SHA1: d9acd5fb70987006b2962d6d1ac484ec3e238de4
MD5sum: 3caa5bfd1ddf0c501556354bc200a564
Description: Rewrite PostgreSQL tables with less locking
 pg_rewrite is a tool to rewrite table (i.e. to copy its data to a new file).
 It allows both read and write access to the table during the rewriting.
 .
  * Change data type of column(s)
  * Partition the table
  * Change order of columns
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-14-pg-rewrite-dbgsym
Source: pg-rewrite
Version: 2.0.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 137
Depends: postgresql-14-pg-rewrite (= 2.0.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rewrite/postgresql-14-pg-rewrite-dbgsym_2.0.0-2.pgdg+1_arm64.deb
Size: 116812
SHA256: 0e577ff11d6bf2ab5261eb7da4a53c125c0992da942af1166e2582cbe6ce3f5c
SHA1: 86c1a3cad2005aa908e74d5ce92d55d39f190cd8
MD5sum: 0e4df25fc3edf92a916a4b2e6896dd6b
Description: debug symbols for postgresql-14-pg-rewrite
Build-Ids: a5782fb5864b7912b65afd937ed15deca2b29cfc
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-14-pgsentinel
Source: pgsentinel
Version: 1.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 143
Depends: postgresql-contrib-14, postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/pgsentinel/pgsentinel
Priority: optional
Section: database
Filename: pool/main/p/pgsentinel/postgresql-14-pgsentinel_1.3.0-1.pgdg+1_arm64.deb
Size: 43968
SHA256: a1abc2129cdfe70e7b85978277ae49e1f4cf603eb169622f4f38e86bd67335c4
SHA1: 6d450e8918e6d2b40914a6d8c3bd439f69f2d904
MD5sum: 3be005e686836c4f9922615e88110238
Description: PostgreSQL extension pgsentinel
 pgsentinel is a lightweight extension for PostgreSQL that enables
 active session sampling. It collects and reports information about
 currently active sessions and waits. This extension helps database
 administrators and developers diagnose performance issues by
 providing real-time insights into blocking, waiting, and session
 activities.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-14-pgsentinel-dbgsym
Source: pgsentinel
Version: 1.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-14-pgsentinel (= 1.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsentinel/postgresql-14-pgsentinel-dbgsym_1.3.0-1.pgdg+1_arm64.deb
Size: 54436
SHA256: 305a00fb20f591c0f39e865f11cc2df4fd196b44fed563b7cc395325224eeb7b
SHA1: b60c736088d91975f11d7adb2d8aa10206780bea
MD5sum: 7b0b143fad24fc5160bab5e93020290d
Description: debug symbols for postgresql-14-pgsentinel
Build-Ids: 36c1c03544c3d3da252ae57988fbb5936d73fbd5
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-14-pljs
Source: pljs
Version: 1.0.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1045
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/plv8/pljs
Priority: optional
Section: database
Filename: pool/main/p/pljs/postgresql-14-pljs_1.0.1-2.pgdg+1_arm64.deb
Size: 390020
SHA256: 746af428221c2a134e73d530f4f1a73eab30ada72d4822d31c5160cf416a899d
SHA1: b1d9692edabce0ff5d788e3a67b5ead4f88fdc29
MD5sum: 1e4cbe581f9535fbcd08025a06e31ce0
Description: Javascript Language Plugin for PostgreSQL
 PLJS is a trusted JavaScript Language Extension for PostgreSQL.
 It is compact, lightweight, and fast.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-14-pljs-dbgsym
Source: pljs
Version: 1.0.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1371
Depends: postgresql-14-pljs (= 1.0.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pljs/postgresql-14-pljs-dbgsym_1.0.1-2.pgdg+1_arm64.deb
Size: 1333856
SHA256: 84c141e02cf5acd2f22aff754df2f8a391686904bb2ba4b34104cb5404f27101
SHA1: 1d583089d494cddfea6fa101efa6ca91e9764737
MD5sum: a122f72861f6030c08eaa3e8caf90ed9
Description: debug symbols for postgresql-14-pljs
Build-Ids: 5b11f132e9e22dcafdb221aa511fe0d26a8846f1
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-14-repmgr
Source: repmgr
Version: 5.5.0+debpgdg-3.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1121
Depends: repmgr-common (>= 5.5.0+debpgdg-3.pgdg+1), postgresql-14, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-14-repmgr_5.5.0+debpgdg-3.pgdg+1_arm64.deb
Size: 226024
SHA256: 8df9e5df0cf65d42e7c8f95144cafd4fd5d036c8daba1704dd9b81ac6a1167fd
SHA1: cee05c135d00eb5031947dc85272778809b95481
MD5sum: 8ef266678fa1689b2c902c6a75bb6c49
Description: replication manager for PostgreSQL 14
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 14.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-14-repmgr-dbgsym
Source: repmgr
Version: 5.5.0+debpgdg-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1452
Depends: postgresql-14-repmgr (= 5.5.0+debpgdg-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-14-repmgr-dbgsym_5.5.0+debpgdg-3.pgdg+1_arm64.deb
Size: 604936
SHA256: 9d84453bdf51e128a8e91b173613e4c612dfb8069f19a8caf3fe7d3688f4b0dc
SHA1: 298fc01c03d477d857826a1611cdcb854aeafd03
MD5sum: a2f5352ccf843e29ac76f45555061527
Description: debug symbols for postgresql-14-repmgr
Build-Ids: 6c801c774173ba6b47b1a2033420e40d40b79e19 bbb9a0e847092530bdfda66ae9f2b99a01767bd8 e4a6c3d447860b610aa0d8fd79040670b890f47b
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-14-show-plans
Source: pg-show-plans
Version: 2.1.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-14-show-plans_2.1.7-1.pgdg+1_arm64.deb
Size: 23168
SHA256: 32d9f155d9f871099599613373bfbe8aab6a733d731e0c97080e3214bea02a38
SHA1: 9d324528b7a3db4025ed1e54266fe400caa5cc1b
MD5sum: 540205b2ae0d2fa780360e30d47776a2
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-14-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-14-show-plans (= 2.1.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-14-show-plans-dbgsym_2.1.7-1.pgdg+1_arm64.deb
Size: 35720
SHA256: 393394dbc3ebf523a92cd850cb898eba33680c5eefdd49879d789d8b320fb65d
SHA1: aba41bb2457eca07f22349c1d77f6111897085b5
MD5sum: adc77708d5bf33aa7442a429bacdbd74
Description: debug symbols for postgresql-14-show-plans
Build-Ids: 2dde52c0e07afc7865cc863f6f7c0cfae16c82ed
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-15-mobilitydb
Source: mobilitydb
Version: 1.3.0~alpha-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3690
Depends: postgresql-15-postgis-3, postgresql-15, libc6 (>= 2.17), libgeos-c1t64 (>= 3.12.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-15-mobilitydb_1.3.0~alpha-3.pgdg+1_arm64.deb
Size: 668700
SHA256: 6301c845455941f1f54d73ffbd5283622322aa7bf876ecf3471bb0243d03a9b9
SHA1: 390e7c639e40ccd36bacf2276fe283f331d5799e
MD5sum: fd1300e9acbf8bcb951a48a480e15ba3
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-15-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.3.0~alpha-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2356
Depends: postgresql-15-mobilitydb (= 1.3.0~alpha-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-15-mobilitydb-dbgsym_1.3.0~alpha-3.pgdg+1_arm64.deb
Size: 2128444
SHA256: 6e02d385226cadde49337a0c7b046f55fb9f211284216843ee1c4aa867771bc4
SHA1: 2f024d9344006c919b30d70ab6cd6d1221529c02
MD5sum: 14658e9ed31d80dad76a5b2a4e52c6ae
Description: debug symbols for postgresql-15-mobilitydb
Build-Ids: a72187f668a7a4c95762116639a3d02ed7b052e4
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-15-partman
Source: pg-partman
Version: 5.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7581
Depends: python3, python3-psycopg2, postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-15-partman_5.3.0-1.pgdg+1_arm64.deb
Size: 238332
SHA256: 9c219252a4997f086de5315944e3fd3752a14968c3d5c28b0bb71df567e37c02
SHA1: 2c12ee72dc1c3d9178955adaf6d10db59eaf2985
MD5sum: 81b40f3f54309b7ef4590cb0769e64b4
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.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-15-partman-dbgsym
Source: pg-partman
Version: 5.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-15-partman (= 5.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-15-partman-dbgsym_5.3.0-1.pgdg+1_arm64.deb
Size: 40684
SHA256: 785909b1fd9b8413fc3bc48d93ea098640eb987748473285610cb4252f2f9558
SHA1: a43b5135bbc36f703bd408984c6bf1c45998eaae
MD5sum: 886edc2902dc8bdaeca7081328cf6240
Description: debug symbols for postgresql-15-partman
Build-Ids: 7d58031678938c08e0529edb4d6d6e1d6526e65b
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-15-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-15-pgaudit, postgresql-15, libc6 (>= 2.34)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile_1.7.3-1.pgdg+1_arm64.deb
Size: 50596
SHA256: ec84797f4ea49ae3dddce9b36d6259e0bc524cb50d38e4cbdc76892be24f490e
SHA1: 5df938a5dfd31991778e63eacf243ba43e62e319
MD5sum: 521fb6bafecc6cc9095338cbf4bda82e
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-15-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-15-pgauditlogtofile (= 1.7.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile-dbgsym_1.7.3-1.pgdg+1_arm64.deb
Size: 39932
SHA256: 4704f09ad2224fe3d77c28106e73841213ba52e15039408490b3f14d42d1907b
SHA1: 80f91a80d7fdd7b011415a1ec31cea5149792934
MD5sum: bf350bdaa409358e0b1a11d85026b839
Description: debug symbols for postgresql-15-pgauditlogtofile
Build-Ids: acb97bf7b596f368151de9f9f2c71d80d2fd810e
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-15-pg-rewrite
Source: pg-rewrite
Version: 2.0.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/cybertec-postgresql/pg_rewrite
Priority: optional
Section: database
Filename: pool/main/p/pg-rewrite/postgresql-15-pg-rewrite_2.0.0-2.pgdg+1_arm64.deb
Size: 80436
SHA256: cb84c77a4752b32f7bb3e31b38a012fcae31e489a374cf9a32040fdfcc884f95
SHA1: e3673491f55ef0741199e23308c47443b5ba45ef
MD5sum: d236de69b6c245e24c884f7e55e8806a
Description: Rewrite PostgreSQL tables with less locking
 pg_rewrite is a tool to rewrite table (i.e. to copy its data to a new file).
 It allows both read and write access to the table during the rewriting.
 .
  * Change data type of column(s)
  * Partition the table
  * Change order of columns
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-15-pg-rewrite-dbgsym
Source: pg-rewrite
Version: 2.0.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: postgresql-15-pg-rewrite (= 2.0.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rewrite/postgresql-15-pg-rewrite-dbgsym_2.0.0-2.pgdg+1_arm64.deb
Size: 117720
SHA256: 6777529195c343247d3baeda00f88470e90740d0152027b85cce7d2fb58f005f
SHA1: 0df33cc9ecf38d2a0e813c031e2dd079d3824026
MD5sum: f17468069ef20740af1a83231581198b
Description: debug symbols for postgresql-15-pg-rewrite
Build-Ids: 06bae40fc65cef4101fe968d8bceafee5f39490f
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-15-pgsentinel
Source: pgsentinel
Version: 1.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 143
Depends: postgresql-contrib-15, postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/pgsentinel/pgsentinel
Priority: optional
Section: database
Filename: pool/main/p/pgsentinel/postgresql-15-pgsentinel_1.3.0-1.pgdg+1_arm64.deb
Size: 44280
SHA256: 69305d06805214eba7725852b49ca81c257cff11041f9ff9e9798736192cf463
SHA1: 30db8f18e89783c36ce7427d172c5311109e1db2
MD5sum: e81497a0edd7d6133a6a7ffff3aa0487
Description: PostgreSQL extension pgsentinel
 pgsentinel is a lightweight extension for PostgreSQL that enables
 active session sampling. It collects and reports information about
 currently active sessions and waits. This extension helps database
 administrators and developers diagnose performance issues by
 providing real-time insights into blocking, waiting, and session
 activities.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-15-pgsentinel-dbgsym
Source: pgsentinel
Version: 1.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-15-pgsentinel (= 1.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsentinel/postgresql-15-pgsentinel-dbgsym_1.3.0-1.pgdg+1_arm64.deb
Size: 67444
SHA256: f54ca5b45136f435d110dba639338e0fdf5b7aa1bdc16dfe6d6f8c8f1318b5ee
SHA1: adf2679b1f37b47a892976bf262762eafdb96f89
MD5sum: 267ad054db5abe87b0202a56e824fa25
Description: debug symbols for postgresql-15-pgsentinel
Build-Ids: 14c4a195d5b6d172769243c9683afc2b493cbf7c
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-15-pljs
Source: pljs
Version: 1.0.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1045
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/plv8/pljs
Priority: optional
Section: database
Filename: pool/main/p/pljs/postgresql-15-pljs_1.0.1-2.pgdg+1_arm64.deb
Size: 389964
SHA256: 272e872cedbdcf6907a4db688a10d88e320c099e026747356add23072cb548ab
SHA1: 8c9b659b6785406587da225a5204137548690d99
MD5sum: 72437fe3edc70d4480f6809a3971e2ac
Description: Javascript Language Plugin for PostgreSQL
 PLJS is a trusted JavaScript Language Extension for PostgreSQL.
 It is compact, lightweight, and fast.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-15-pljs-dbgsym
Source: pljs
Version: 1.0.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1373
Depends: postgresql-15-pljs (= 1.0.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pljs/postgresql-15-pljs-dbgsym_1.0.1-2.pgdg+1_arm64.deb
Size: 1335264
SHA256: c69686ef4d20c9b8841cdf885b2b04cdea15971d9ba0bdf04629ad6bb0c96bcc
SHA1: a065e6bda44d1a7c679e53a16916a558cd91e588
MD5sum: bdd87acee624c79dfde7225c0f9829c3
Description: debug symbols for postgresql-15-pljs
Build-Ids: af559feaa9da4fb9e2da533cbb90dab55fbdbdb6
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-15-repmgr
Source: repmgr
Version: 5.5.0+debpgdg-3.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1121
Depends: repmgr-common (>= 5.5.0+debpgdg-3.pgdg+1), postgresql-15, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-15-repmgr_5.5.0+debpgdg-3.pgdg+1_arm64.deb
Size: 226616
SHA256: b0bd996f6ebf98dbd8e892aa81bf93c6da6a51858aad78b5e5034357f5dd5a4a
SHA1: efa6f3229add42275ae05bdbe78adb48bb35f6f9
MD5sum: 6b660402555773de9343cf492c214ad3
Description: replication manager for PostgreSQL 15
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 15.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-15-repmgr-dbgsym
Source: repmgr
Version: 5.5.0+debpgdg-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1454
Depends: postgresql-15-repmgr (= 5.5.0+debpgdg-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-15-repmgr-dbgsym_5.5.0+debpgdg-3.pgdg+1_arm64.deb
Size: 605012
SHA256: e95c487c0ac57af68f9d493f9bed7b16a1c46d67a9b27823fa2b0dd22f302af4
SHA1: 608c01036ea6188108b1171929346dcd7968f30d
MD5sum: 729d6334c97e1f6d271f21792aea6913
Description: debug symbols for postgresql-15-repmgr
Build-Ids: 29f5b0b5e39ad46754daaea52e53fc1af7071309 516e4c1e71fcf92471287151a0bf53364c4f432e dec3e4f12bd8e8b4c579572fcc782cef9c20cced
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-15-show-plans
Source: pg-show-plans
Version: 2.1.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-15-show-plans_2.1.7-1.pgdg+1_arm64.deb
Size: 23400
SHA256: ee39ad3555f24ddff4072cefed09c4456cf5bc83af9a7f2023719e627fada97e
SHA1: 3e2c31d54f49537b9545953040d2ba4736a27663
MD5sum: 9f5f0697b772016c42ed9b86b5fb8456
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-15-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-15-show-plans (= 2.1.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-15-show-plans-dbgsym_2.1.7-1.pgdg+1_arm64.deb
Size: 36120
SHA256: 07c3c7efba81f51a0ec003078d31ee4f7b87853c0ab568907f8e8ef3b2a90ea1
SHA1: 274b19b953012b7435f1a049a64b40abeabb640a
MD5sum: 6647e1bdabd161f4242f5e4c74a9041a
Description: debug symbols for postgresql-15-show-plans
Build-Ids: e50b0e3bddef5d8dff5ee2ef17f40430ed45fbb4
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-16-mobilitydb
Source: mobilitydb
Version: 1.3.0~alpha-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3689
Depends: postgresql-16-postgis-3, postgresql-16, libc6 (>= 2.17), libgeos-c1t64 (>= 3.12.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-16-mobilitydb_1.3.0~alpha-3.pgdg+1_arm64.deb
Size: 668868
SHA256: e60567728b538dcfde6e724b9405021385976b8804ae85e94bdb235cb8d4a1e3
SHA1: 1c7404a22e7d942d6f55650f3aa05e999fee1017
MD5sum: 58ff47ad22fe3323f7009c5f548d6a5c
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-16-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.3.0~alpha-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2502
Depends: postgresql-16-mobilitydb (= 1.3.0~alpha-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-16-mobilitydb-dbgsym_1.3.0~alpha-3.pgdg+1_arm64.deb
Size: 2277528
SHA256: c149ea578019e01ca9c541006644a8af98d1e767bbd4934cc32f63cc745384f6
SHA1: 1ba9933a54266efbaf73d5d597983bd455b27a37
MD5sum: db4f7c88e026eb07708039d0b1f940c3
Description: debug symbols for postgresql-16-mobilitydb
Build-Ids: 02fbdc1445ff75c7ac41bcf050c0920f23166d4c
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-16-partman
Source: pg-partman
Version: 5.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7581
Depends: python3, python3-psycopg2, postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-16-partman_5.3.0-1.pgdg+1_arm64.deb
Size: 238124
SHA256: 3a8b3b7bc2ab99c3f911fc816e6b0c986ffb0bb527048046a30973349c03d5ec
SHA1: b8f43a532a505a918fb0434ac855f50108ed9232
MD5sum: f33cf9ee6a2bacc81554d6dc7cf4ff0f
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.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-16-partman-dbgsym
Source: pg-partman
Version: 5.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-16-partman (= 5.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-16-partman-dbgsym_5.3.0-1.pgdg+1_arm64.deb
Size: 41716
SHA256: 2436c1b8bcc6c07ebc3d79bff6e068ed5e10302768a37025461632491bcf8728
SHA1: efa4e485e5c3e6bcc2515e05805640836043a8be
MD5sum: 94c7589c6db99b3ba2272fed508c6b5f
Description: debug symbols for postgresql-16-partman
Build-Ids: 9c17d147dc72773e894dc185b2cf43f1484b22e7
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-16-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-16-pgaudit, postgresql-16, libc6 (>= 2.34)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile_1.7.3-1.pgdg+1_arm64.deb
Size: 49964
SHA256: ef2e2d68bc29aab9626f563283f406bfc3342eaf2e9893b9c9586b1d4d4f87bf
SHA1: 86c4a499c6e2f7634e42920df5a4e0d2925d2d9c
MD5sum: 1af6d5f2d85c869d8cef1735aeab58e3
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-16-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-16-pgauditlogtofile (= 1.7.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile-dbgsym_1.7.3-1.pgdg+1_arm64.deb
Size: 40260
SHA256: a91242bf0df21b4e622dd5d9387b293136cb54362b1c221ee00d62bcee2e3766
SHA1: fbc145c877be78f5e97b74b2cdc209c93e9f893d
MD5sum: 787d061c1b6f898f6ae27f70dbbe6954
Description: debug symbols for postgresql-16-pgauditlogtofile
Build-Ids: 6888747b11355d49325d653a56018c04b6edc857
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-16-pg-rewrite
Source: pg-rewrite
Version: 2.0.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/cybertec-postgresql/pg_rewrite
Priority: optional
Section: database
Filename: pool/main/p/pg-rewrite/postgresql-16-pg-rewrite_2.0.0-2.pgdg+1_arm64.deb
Size: 79760
SHA256: c458a5529e076fcae462ed211e3e32e5c5c025984a991f44fcd5425e586b657e
SHA1: 355c85254f54fea8a60ea8fd2796a7afc1541a88
MD5sum: 0b076d397175bd87a892c622d13a1250
Description: Rewrite PostgreSQL tables with less locking
 pg_rewrite is a tool to rewrite table (i.e. to copy its data to a new file).
 It allows both read and write access to the table during the rewriting.
 .
  * Change data type of column(s)
  * Partition the table
  * Change order of columns
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-16-pg-rewrite-dbgsym
Source: pg-rewrite
Version: 2.0.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-16-pg-rewrite (= 2.0.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rewrite/postgresql-16-pg-rewrite-dbgsym_2.0.0-2.pgdg+1_arm64.deb
Size: 120936
SHA256: 05072983a2bf870898b2cdd84535fffb03fc8a2fe50a6be32be369596b48cf4d
SHA1: 69177b21a9d60ef50e5d56e4ea2486736ff48b4e
MD5sum: 15baeb04ed920b4e94ebac6748c5b1fa
Description: debug symbols for postgresql-16-pg-rewrite
Build-Ids: eaa43c1b589fa8fc6a1a0dff8ede0fe940353716
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-16-pgsentinel
Source: pgsentinel
Version: 1.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 143
Depends: postgresql-contrib-16, postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/pgsentinel/pgsentinel
Priority: optional
Section: database
Filename: pool/main/p/pgsentinel/postgresql-16-pgsentinel_1.3.0-1.pgdg+1_arm64.deb
Size: 44068
SHA256: 99ed1857035964d06cd0abe424921ab52c628efd61667ac8b5bb3e7784e16664
SHA1: 0dbe5c9a5fabcf7dba3cc2a3db108c662a416839
MD5sum: 10ec51a7d60d6a778c5191cd96e019f1
Description: PostgreSQL extension pgsentinel
 pgsentinel is a lightweight extension for PostgreSQL that enables
 active session sampling. It collects and reports information about
 currently active sessions and waits. This extension helps database
 administrators and developers diagnose performance issues by
 providing real-time insights into blocking, waiting, and session
 activities.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-16-pgsentinel-dbgsym
Source: pgsentinel
Version: 1.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-16-pgsentinel (= 1.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsentinel/postgresql-16-pgsentinel-dbgsym_1.3.0-1.pgdg+1_arm64.deb
Size: 72636
SHA256: b913afe8edfff00b22418930f5f27caea7fc234c31ec6bb0c8a691df46821a0a
SHA1: a1178784dbbf72b9f5e1384864f760798b2daa85
MD5sum: 9d0c8279bc639245048bde196461882b
Description: debug symbols for postgresql-16-pgsentinel
Build-Ids: e8fb665014fc71c8121e1f01b98db74a3fa1f7e8
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-16-pljs
Source: pljs
Version: 1.0.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1045
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/plv8/pljs
Priority: optional
Section: database
Filename: pool/main/p/pljs/postgresql-16-pljs_1.0.1-2.pgdg+1_arm64.deb
Size: 390676
SHA256: 297abc5ade528320b8abf67d2640e9c10d624ddb38dd8a6f4e28153024e704bb
SHA1: eacae19bdbce04396fa629568b32a61c2e303061
MD5sum: ec0942f72cb41b4a6ff6a34795a4800c
Description: Javascript Language Plugin for PostgreSQL
 PLJS is a trusted JavaScript Language Extension for PostgreSQL.
 It is compact, lightweight, and fast.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-16-pljs-dbgsym
Source: pljs
Version: 1.0.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1378
Depends: postgresql-16-pljs (= 1.0.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pljs/postgresql-16-pljs-dbgsym_1.0.1-2.pgdg+1_arm64.deb
Size: 1340952
SHA256: 271f0c0e119d637665132368b144617848098eaae2d6aa242f44605e926f0df5
SHA1: d612ea4789860fa49abcda3323aa1ffdd05ab111
MD5sum: 37de04a0d68473cc075df5e45d800f53
Description: debug symbols for postgresql-16-pljs
Build-Ids: c87ea099d46249410944e280273e840569fc1c64
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-16-repmgr
Source: repmgr
Version: 5.5.0+debpgdg-3.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1185
Depends: repmgr-common (>= 5.5.0+debpgdg-3.pgdg+1), postgresql-16, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-16-repmgr_5.5.0+debpgdg-3.pgdg+1_arm64.deb
Size: 227124
SHA256: 0947e459770c18473189fe178f55593b64400456ce24c3bd49d7507cc5adba11
SHA1: 9b37fecd5428cbb29cb04ddf774f39fd66fe201f
MD5sum: a153b4d85964117d093c28300c9b3461
Description: replication manager for PostgreSQL 16
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 16.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-16-repmgr-dbgsym
Source: repmgr
Version: 5.5.0+debpgdg-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1502
Depends: postgresql-16-repmgr (= 5.5.0+debpgdg-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-16-repmgr-dbgsym_5.5.0+debpgdg-3.pgdg+1_arm64.deb
Size: 617868
SHA256: b444b5b08f670a0d990c660d71db95c890a215b17970c3f79b0b9037ce4e6de0
SHA1: 85afe4dab6e78ee13598fda56acee352810d06cb
MD5sum: ed7e8783f90c4bf826e0e170a7cda59c
Description: debug symbols for postgresql-16-repmgr
Build-Ids: 86bc58a80e4c32504c506b6533243b83472a91df a8d00cdeadf5cb28a0d4c8fa3de45687a1b3dcaf cb14ad0f251a288ea4d59873c6284bcde5042400
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-16-show-plans
Source: pg-show-plans
Version: 2.1.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-16-show-plans_2.1.7-1.pgdg+1_arm64.deb
Size: 23388
SHA256: b2667f02be7da97fc84cddebd4a549324ed679fd44224688750034c5fbb16d36
SHA1: 1a9a0dfa25e2bfc7b05703d0975bec4b2d05ae02
MD5sum: 4af5c95cff77ac948b399c8c722ce577
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-16-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-16-show-plans (= 2.1.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-16-show-plans-dbgsym_2.1.7-1.pgdg+1_arm64.deb
Size: 36800
SHA256: 1e7dad941c142558a37cc17e18bbffd94940d76fee609904a00f0b5237ce0667
SHA1: 1cd8939d04a64f61f1795ddaf8a83bb8a0ad5fc9
MD5sum: 5d863072c73753bfde91a120121ae879
Description: debug symbols for postgresql-16-show-plans
Build-Ids: a9bcafc29fd6df064aee99911680c9eb41da9720
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-17-mobilitydb
Source: mobilitydb
Version: 1.3.0~alpha-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3689
Depends: postgresql-17-postgis-3, postgresql-17, libc6 (>= 2.17), libgeos-c1t64 (>= 3.12.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-17-mobilitydb_1.3.0~alpha-3.pgdg+1_arm64.deb
Size: 668564
SHA256: 3f4575ae64e78da353cfd7fc396f8d06e133e98f88d75a4f9ce3362e596b9e1c
SHA1: 43506ab4834c17a3db50708a499dedab45a948f2
MD5sum: 9dcfd8310025e8204c8e89f876c6df60
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-17-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.3.0~alpha-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2506
Depends: postgresql-17-mobilitydb (= 1.3.0~alpha-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-17-mobilitydb-dbgsym_1.3.0~alpha-3.pgdg+1_arm64.deb
Size: 2281800
SHA256: d0d2eb61af29c7f61bdfd43aa858d30957c1e59cc8d18c5e66927e0812cbf2c5
SHA1: 214d568877f380f77b0c5ff91bcaf93256e219bf
MD5sum: 88dbe9b1e996c4d80b95ae0b4c3ea4cb
Description: debug symbols for postgresql-17-mobilitydb
Build-Ids: 754a8da27361152e19dacf78153d93d6964b4f46
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-17-partman
Source: pg-partman
Version: 5.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7581
Depends: python3, python3-psycopg2, postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-17-partman_5.3.0-1.pgdg+1_arm64.deb
Size: 238160
SHA256: 3697b2554df877b3db1ef3fbfcbfe3dae4dbbf5fdb788953db63b61133737da6
SHA1: 680ef7f86fe81e0cee375f1f2ac677797d9ad091
MD5sum: e90be64b46d17e3dcd8fe0fc897a455e
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.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-17-partman-dbgsym
Source: pg-partman
Version: 5.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-17-partman (= 5.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-17-partman-dbgsym_5.3.0-1.pgdg+1_arm64.deb
Size: 45112
SHA256: 8625be8e7e0f8e2b469c22dfe3d70bf77dfb76ccf9127a2d7dcfafc383c67a35
SHA1: c88ba2d3f813e51eea66f2b511d359187f91b855
MD5sum: 01db09e2c4e6c2a0f508033370aec896
Description: debug symbols for postgresql-17-partman
Build-Ids: 1a85fdf8703a3988c7d64d5da03c83dbfa27e3f8
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-17-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-17-pgaudit, postgresql-17, libc6 (>= 2.34)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-17-pgauditlogtofile_1.7.3-1.pgdg+1_arm64.deb
Size: 49944
SHA256: 53d7d176d991618ad6c693ab44d6cd54cadb6e29bacb2027430236839c284f2d
SHA1: 41ff72e5d11800e9b1e281a978f1b91c6f7fdc70
MD5sum: 6588d644a8648f57666cde0eb7ad5246
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-17-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-17-pgauditlogtofile (= 1.7.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-17-pgauditlogtofile-dbgsym_1.7.3-1.pgdg+1_arm64.deb
Size: 40608
SHA256: cb7e967d56d054e58778af9166c9e919859c6d33d99397b84058a527c91c3a82
SHA1: 1702b544f4a46c2743114b6f35f032a08821b32c
MD5sum: 0e10ed2e2d61ca6e17ebc6e8336eef20
Description: debug symbols for postgresql-17-pgauditlogtofile
Build-Ids: 4c20e45b9f4c44ba6279b49db5e0f8e389664858
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-17-pg-rewrite
Source: pg-rewrite
Version: 2.0.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/cybertec-postgresql/pg_rewrite
Priority: optional
Section: database
Filename: pool/main/p/pg-rewrite/postgresql-17-pg-rewrite_2.0.0-2.pgdg+1_arm64.deb
Size: 79772
SHA256: ea82a133ecfd448afe730fdd1963bc52371cc32fad51fcc29e4c582b4a1eec33
SHA1: 5927847ac0aeaba43b920deeb0d8f8cbfc54c550
MD5sum: fde875e119c725a5e04c961de2837ac1
Description: Rewrite PostgreSQL tables with less locking
 pg_rewrite is a tool to rewrite table (i.e. to copy its data to a new file).
 It allows both read and write access to the table during the rewriting.
 .
  * Change data type of column(s)
  * Partition the table
  * Change order of columns
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-17-pg-rewrite-dbgsym
Source: pg-rewrite
Version: 2.0.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-17-pg-rewrite (= 2.0.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rewrite/postgresql-17-pg-rewrite-dbgsym_2.0.0-2.pgdg+1_arm64.deb
Size: 125012
SHA256: 2d9b25c22aac9e3f222ef6e687769155f5b355ac5abbf517bdad4f8ddf032af4
SHA1: ec144dd8cea4cf55fcab5e639b73e158395dc61b
MD5sum: 42b40a1d9b1b5345b42092d42ac89d57
Description: debug symbols for postgresql-17-pg-rewrite
Build-Ids: 7bddee4a662c79e9e41cd91463278af486fe0c79
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-17-pgsentinel
Source: pgsentinel
Version: 1.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 143
Depends: postgresql-contrib-17, postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/pgsentinel/pgsentinel
Priority: optional
Section: database
Filename: pool/main/p/pgsentinel/postgresql-17-pgsentinel_1.3.0-1.pgdg+1_arm64.deb
Size: 44076
SHA256: d96020fdd4d3db1af364747eba1a2d5bd920ddda0297a1d5c52258cc75b25f47
SHA1: 8bb7c8ad432c2bdfe46266d6fbf257508c9a5348
MD5sum: f24358e9b5c760c96daa34449a791b72
Description: PostgreSQL extension pgsentinel
 pgsentinel is a lightweight extension for PostgreSQL that enables
 active session sampling. It collects and reports information about
 currently active sessions and waits. This extension helps database
 administrators and developers diagnose performance issues by
 providing real-time insights into blocking, waiting, and session
 activities.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-17-pgsentinel-dbgsym
Source: pgsentinel
Version: 1.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-17-pgsentinel (= 1.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsentinel/postgresql-17-pgsentinel-dbgsym_1.3.0-1.pgdg+1_arm64.deb
Size: 73816
SHA256: aca9325d47af272aa31ae3a1e0b715cea8e90931d3302476364f21a0ed3b236c
SHA1: 5f41af758073d624660cb32dda14cb9758129581
MD5sum: 1a49d0b7a282126ab4100fa409bb729d
Description: debug symbols for postgresql-17-pgsentinel
Build-Ids: 39298a8ea06524368e7122d022a02377558781fc
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-17-pljs
Source: pljs
Version: 1.0.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1045
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/plv8/pljs
Priority: optional
Section: database
Filename: pool/main/p/pljs/postgresql-17-pljs_1.0.1-2.pgdg+1_arm64.deb
Size: 389884
SHA256: 011841c8550db254c215edd7f346f48aca821e948d87af2da29c31d941dcb418
SHA1: ba860a46f1f63823c21c72fd3863d2b9ca1d097c
MD5sum: 0dd381a3424b053d27d02ac7d2e47c04
Description: Javascript Language Plugin for PostgreSQL
 PLJS is a trusted JavaScript Language Extension for PostgreSQL.
 It is compact, lightweight, and fast.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-17-pljs-dbgsym
Source: pljs
Version: 1.0.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1383
Depends: postgresql-17-pljs (= 1.0.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pljs/postgresql-17-pljs-dbgsym_1.0.1-2.pgdg+1_arm64.deb
Size: 1345604
SHA256: 262b86069194d1dd4ec16ec177398526ba8b410f61823de3c5804a9b7f60962d
SHA1: 8b58eec816ac894e31cd3b1fcea7b3fc9be2322e
MD5sum: 8be9e3766a870d9895c00b76b7b9bad3
Description: debug symbols for postgresql-17-pljs
Build-Ids: 67726b04e6b565307920d79c89def94a2c2c3f94
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-17-repmgr
Source: repmgr
Version: 5.5.0+debpgdg-3.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1185
Depends: repmgr-common (>= 5.5.0+debpgdg-3.pgdg+1), postgresql-17, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-17-repmgr_5.5.0+debpgdg-3.pgdg+1_arm64.deb
Size: 230452
SHA256: 7c1658d6d3e3054e33af2b89ece558caccd480aadfecaa09bf605ce3f85c0432
SHA1: e325addd8cca894d440d2662d683b93537fb4208
MD5sum: 54d337630be816fa87574a1cc0c0dcd0
Description: replication manager for PostgreSQL 17
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 17.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-17-repmgr-dbgsym
Source: repmgr
Version: 5.5.0+debpgdg-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1514
Depends: postgresql-17-repmgr (= 5.5.0+debpgdg-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-17-repmgr-dbgsym_5.5.0+debpgdg-3.pgdg+1_arm64.deb
Size: 618728
SHA256: 38230480829b46fbb1a4326ad35e6ae7682f3e2d546824cdcde404f0579be042
SHA1: 9768d3c9fbecfcafae2eb8e241a61c25b76cc0d5
MD5sum: a39aa00cecf05f4b7e7b4bb965d1c942
Description: debug symbols for postgresql-17-repmgr
Build-Ids: 8227f572673195a4f487321c69f7d8fc687154e3 9058d6b4bd8499f3019650d706c6dd062c6a67c4 a8e6d4d93d669b703fdfe04bbbe8064cf3653672
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-17-show-plans
Source: pg-show-plans
Version: 2.1.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-17-show-plans_2.1.7-1.pgdg+1_arm64.deb
Size: 23396
SHA256: 7bc428d25dfa4b99c19efd7abc97ed81c0e6b85a596cf8b4d7b9495c3eee7d17
SHA1: 9dea734e2001a9c4ad815fb7700d6751f6482046
MD5sum: 880b5de0962ba879f8b26bbf84722b4a
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-17-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-17-show-plans (= 2.1.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-17-show-plans-dbgsym_2.1.7-1.pgdg+1_arm64.deb
Size: 37920
SHA256: 4f8b211b899819ac54688964691051fb2803e2982af293b4ef5de86b5ac30aec
SHA1: 2f1962e68f3fa7c2044cf603c01ba2a2e55ed181
MD5sum: 006978404d1c679197a7a1aec355d6f7
Description: debug symbols for postgresql-17-show-plans
Build-Ids: b8cf90b0c461c7a7f838001bf5b45a783ace52f8
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-18-mobilitydb
Source: mobilitydb
Version: 1.3.0~alpha-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3689
Depends: postgresql-18-postgis-3, postgresql-18, libc6 (>= 2.17), libgeos-c1t64 (>= 3.12.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-18-mobilitydb_1.3.0~alpha-3.pgdg+1_arm64.deb
Size: 668268
SHA256: e1aafd98991ea1aff1d1eac33b1a05f3d3afaf28e86ad8f79c1e024d1c294dff
SHA1: 61a9062a7e862513d5cfc262a14c068642988ca2
MD5sum: bdfe5638beb753c8bc99c5d3bbb78685
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-18-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.3.0~alpha-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2509
Depends: postgresql-18-mobilitydb (= 1.3.0~alpha-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-18-mobilitydb-dbgsym_1.3.0~alpha-3.pgdg+1_arm64.deb
Size: 2284612
SHA256: a3a61f88738081be67030b9324c8c48aa495f008d9be4b42fd192a104fe1f124
SHA1: ca9b9438402fa1ef4be0d83f2844be4cb7b80cca
MD5sum: 0884222b7b7f7b359d9319a52866c536
Description: debug symbols for postgresql-18-mobilitydb
Build-Ids: f0ef130c4653bce23da725d903cdea0953dd97c0
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-18-partman
Source: pg-partman
Version: 5.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7581
Depends: python3, python3-psycopg2, postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-18-partman_5.3.0-1.pgdg+1_arm64.deb
Size: 238344
SHA256: aa5620fde2f6f75f7cf3bccbbe185a7d14a77a327f1b07d7cf4018e01248d965
SHA1: 725b23e7a5cef296771d47e696156acbc32f652d
MD5sum: 68abfaab91e7d1c33b49c4b21101c6c5
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.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-18-partman-dbgsym
Source: pg-partman
Version: 5.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-18-partman (= 5.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-18-partman-dbgsym_5.3.0-1.pgdg+1_arm64.deb
Size: 46280
SHA256: c2d55a2083b0a58ae6489a927af5435bcdfe9f8f2c7b97a5f9c6de5df798a0b0
SHA1: 4c60be9b72158bc1d3a72d16fae90bdea4871db6
MD5sum: a111aca53ad3a11961ee7d6d26c56458
Description: debug symbols for postgresql-18-partman
Build-Ids: 74eceff54d81e883b9c3b7339467484c1dbaeee7
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-18-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-18-pgaudit, postgresql-18, libc6 (>= 2.34)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-18-pgauditlogtofile_1.7.3-1.pgdg+1_arm64.deb
Size: 50116
SHA256: 63952d67ab2e5e804cf8ac9b6c3bb80a58ba40ad73e84d5af4c3010919003b7a
SHA1: 876d70a723a8b6e54d425ee720396ef594a4fa90
MD5sum: f4865d408c8c6452f601b53582a43cdb
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-18-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: postgresql-18-pgauditlogtofile (= 1.7.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-18-pgauditlogtofile-dbgsym_1.7.3-1.pgdg+1_arm64.deb
Size: 40944
SHA256: df5f747bd8bd7a9c3b530d81c7b9467086aabbcd189046efbe65e00ab0e59a7f
SHA1: f6537b82e54a4704746154715214893fbcc32dac
MD5sum: b6510cc71b930b8bce5fc320fec65f5f
Description: debug symbols for postgresql-18-pgauditlogtofile
Build-Ids: 78205a03f4d7816c3a20f444260e1a58c712b1b3
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-18-pg-rewrite
Source: pg-rewrite
Version: 2.0.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/cybertec-postgresql/pg_rewrite
Priority: optional
Section: database
Filename: pool/main/p/pg-rewrite/postgresql-18-pg-rewrite_2.0.0-2.pgdg+1_arm64.deb
Size: 80348
SHA256: a8e42efa21272e94a1417d3aad899b552337a04b59e11d3fe98f62ba93652419
SHA1: db24fdebf27a1fea297442454282c784f3fea345
MD5sum: 161290362b40da092221809eb487128d
Description: Rewrite PostgreSQL tables with less locking
 pg_rewrite is a tool to rewrite table (i.e. to copy its data to a new file).
 It allows both read and write access to the table during the rewriting.
 .
  * Change data type of column(s)
  * Partition the table
  * Change order of columns
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-18-pg-rewrite-dbgsym
Source: pg-rewrite
Version: 2.0.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-18-pg-rewrite (= 2.0.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rewrite/postgresql-18-pg-rewrite-dbgsym_2.0.0-2.pgdg+1_arm64.deb
Size: 128004
SHA256: baf9ad42f103b755b895269bb77870b9629158b892fd826bedf4b4ea0c972f0f
SHA1: bcd26a208666a88a28210fe50679f01301f4a465
MD5sum: dcd25b62e1052879c86a6fcc8469c7c7
Description: debug symbols for postgresql-18-pg-rewrite
Build-Ids: f1b771b34f732141317e0f19fcc9d8f12f399f01
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-18-pgsentinel
Source: pgsentinel
Version: 1.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 143
Depends: postgresql-contrib-18, postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/pgsentinel/pgsentinel
Priority: optional
Section: database
Filename: pool/main/p/pgsentinel/postgresql-18-pgsentinel_1.3.0-1.pgdg+1_arm64.deb
Size: 44104
SHA256: 4bf976fc6fb954113b485d7361e78faa6cfb1e62a29f8ae928113ea6fa4812a8
SHA1: 7c759644d39117cc57cd4d9bd8b86e3f800ccdde
MD5sum: a6c91f654ddcd3b5fcf0b3c8fa901c0e
Description: PostgreSQL extension pgsentinel
 pgsentinel is a lightweight extension for PostgreSQL that enables
 active session sampling. It collects and reports information about
 currently active sessions and waits. This extension helps database
 administrators and developers diagnose performance issues by
 providing real-time insights into blocking, waiting, and session
 activities.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-18-pgsentinel-dbgsym
Source: pgsentinel
Version: 1.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 91
Depends: postgresql-18-pgsentinel (= 1.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsentinel/postgresql-18-pgsentinel-dbgsym_1.3.0-1.pgdg+1_arm64.deb
Size: 75368
SHA256: 0d5b3ec584c3b17ad05ef4cca412b3314e3f6919ea1f26aa2b4b84cb1c762f8b
SHA1: 4012690f37d3a7a713d50e126ff1b225351ba4da
MD5sum: b6bf06cba54df49052f4cb8072d1826d
Description: debug symbols for postgresql-18-pgsentinel
Build-Ids: b720bb6e78129e75a8c9b79a6b782dd0a5ce476f
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-18-pljs
Source: pljs
Version: 1.0.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1045
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/plv8/pljs
Priority: optional
Section: database
Filename: pool/main/p/pljs/postgresql-18-pljs_1.0.1-2.pgdg+1_arm64.deb
Size: 389740
SHA256: ce5aabb89618995ee3a4c763b2ba331843117cdf1323e1e2e3e2eca79b40ebbe
SHA1: b62f7f10a2a4ce9b6d2e3919075a4460f7f3bbae
MD5sum: 4c1aa196c3f66485d6786af207d15b3f
Description: Javascript Language Plugin for PostgreSQL
 PLJS is a trusted JavaScript Language Extension for PostgreSQL.
 It is compact, lightweight, and fast.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-18-pljs-dbgsym
Source: pljs
Version: 1.0.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1386
Depends: postgresql-18-pljs (= 1.0.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pljs/postgresql-18-pljs-dbgsym_1.0.1-2.pgdg+1_arm64.deb
Size: 1349060
SHA256: 97fb16ec92047d1e7e963d9f6384dfa80c7e268636f2419a14528acfed60c519
SHA1: 08c2dfb1e556b8afe6b2ae471c3c597128e41849
MD5sum: ccc1bda5b912949e60993e362d636349
Description: debug symbols for postgresql-18-pljs
Build-Ids: 275a7ac8bdff3c4a3619fc0ddffc1df3b8fb0ae6
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-18-repmgr
Source: repmgr
Version: 5.5.0+debpgdg-3.pgdg+1
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1185
Depends: repmgr-common (>= 5.5.0+debpgdg-3.pgdg+1), postgresql-18, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-18-repmgr_5.5.0+debpgdg-3.pgdg+1_arm64.deb
Size: 229156
SHA256: 85ddc6d0eac0e4dd4e9b7550c7d394a9d64eeac8487a78b28c217ddf432952a9
SHA1: 8ab2b5e7cc3926fe5ad7eec900b81f5a41f696d1
MD5sum: b3deeeb13057cc0d70c3e7c2832c6899
Description: replication manager for PostgreSQL 18
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 18.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-18-repmgr-dbgsym
Source: repmgr
Version: 5.5.0+debpgdg-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1514
Depends: postgresql-18-repmgr (= 5.5.0+debpgdg-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-18-repmgr-dbgsym_5.5.0+debpgdg-3.pgdg+1_arm64.deb
Size: 618856
SHA256: 006a33cf8dbe26b7e58a05f14f4a15b2c6af055248f1a52145729135b294ce88
SHA1: 19e941fef399ac6164df486022ec2a4a8b1065ad
MD5sum: 24e3309a7532586e1f6cb84ec8f927cb
Description: debug symbols for postgresql-18-repmgr
Build-Ids: bb363205fe39a5a757155555753f68b23ccc92ba c521f50963ab038e69f698f02b7b547ee44f2c3a ccd93b8c856136c6362038290aeda3c1c14fc6b8
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-18-show-plans
Source: pg-show-plans
Version: 2.1.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-18-show-plans_2.1.7-1.pgdg+1_arm64.deb
Size: 23384
SHA256: 888116ef2fc2006732718fb142f1494820ce0a5add931855803060c8beff1eca
SHA1: 37d98567bb9f61a5d3f584b69c932548fb9f4d6e
MD5sum: 42af0860f0831ed9e85f637cc6a12b56
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-18-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-18-show-plans (= 2.1.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-18-show-plans-dbgsym_2.1.7-1.pgdg+1_arm64.deb
Size: 38464
SHA256: 87fbcde4a92a30a5539a40d42f73879c475fe11aab706848284c4e15c6da8996
SHA1: d3763a16617f7cc20b813ad91a06cd48f03edb2b
MD5sum: 75819809372ad47ab8d4985a6fb4e1ec
Description: debug symbols for postgresql-18-show-plans
Build-Ids: 009f042e3280e0de8b38abe35a096a15d922c676
Timestamp: 2025-10-10 19:12:01+00

Package: repmgr
Version: 5.5.0+debpgdg-3.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 20
Depends: postgresql-18-repmgr | postgresql-17-repmgr | postgresql-16-repmgr | postgresql-15-repmgr | postgresql-14-repmgr | postgresql-13-repmgr | postgresql-12-repmgr | postgresql-11-repmgr | postgresql-10-repmgr
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/repmgr_5.5.0+debpgdg-3.pgdg+1_all.deb
Size: 13816
SHA256: fdf9bb0fb326cfd0428d778e09751e7f9637459db411a45e2ef79a6c8304837e
SHA1: 32c12f5484f6233f995f4cd06dea7f2bacdaff06
MD5sum: e0106aee88a033d3ca7ebebc7c515f35
Description: replication manager for PostgreSQL (metapackage)
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This is a metapackage that depends on the version specific packages.
Timestamp: 2025-10-10 19:12:01+00

Package: repmgr-common
Source: repmgr
Version: 5.5.0+debpgdg-3.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 309
Depends: lsb-base, postgresql-common
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/repmgr-common_5.5.0+debpgdg-3.pgdg+1_all.deb
Size: 197724
SHA256: da880878dfbd078bc3d1dd73cbc2635b97e28548d8c69986208e17cd9e29e582
SHA1: ddd43b8b174b1d9667e42746ee2d9bd1449df8e4
MD5sum: db4e7421c36ed785e45f48a5b31dddbc
Description: replication manager for PostgreSQL common files
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr files common to all versions.
Timestamp: 2025-10-10 19:12:01+00

Package: postgresql-16-pljs
Source: pljs
Version: 1.0.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1045
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/plv8/pljs
Priority: optional
Section: database
Filename: pool/main/p/pljs/postgresql-16-pljs_1.0.3-1.pgdg+1_arm64.deb
Size: 390716
SHA256: 28ddcc362942d2abf6e0ea6680f72232131bcca78ab45c8bc62ea95731f649d4
SHA1: bfbe3bc72d7b69225076d0e0cf4fdedb4ff5cc0c
MD5sum: 1b16e5b1fa9dc295ac5f327b371dbbb6
Description: Javascript Language Plugin for PostgreSQL
 PLJS is a trusted JavaScript Language Extension for PostgreSQL.
 It is compact, lightweight, and fast.
Timestamp: 2025-10-15 09:30:56+00

Package: libgvm22t64
Source: gvm-libs
Version: 22.29.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 915
Depends: libc6 (>= 2.38), libcjson1 (>= 1.7.13), libcrypt1 (>= 1:4.1.0), libcurl3t64-gnutls (>= 7.83.0), libgcrypt20 (>= 1.11.1), libglib2.0-0t64 (>= 2.76.0), libgnutls30t64 (>= 3.8.1), libgpgme11t64 (>= 1.23.2), libhiredis1.1.0 (>= 1.2.0), libldap2 (>= 2.6.2), libnet9 (>= 1.1.2.1), libpaho-mqtt1.3 (>= 1.3.0), libpcap0.8t64 (>= 0.9.8), libradcli4 (>= 1.2.11), libssh-4 (>= 0.8.0), libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), zlib1g (>= 1:1.2.3.3)
Conflicts: libopenvas9
Breaks: libgvm22 (<< 22.29.3-1.pgdg+1)
Replaces: libgvm22, libopenvas9
Provides: libgvm22 (= 22.29.3-1.pgdg+1)
Multi-Arch: same
Homepage: https://www.greenbone.net/
Priority: optional
Section: libs
Filename: pool/main/g/gvm-libs/libgvm22t64_22.29.3-1.pgdg+1_arm64.deb
Size: 142516
SHA256: 063db031967d34e39dd25c2641f85d001c425c534539dd3a5f290232c03dd3c8
SHA1: 215223c8d6dedab880f45ad38587c6eae01bac3f
MD5sum: 30d42c0ed95f4e208221456d12817521
Description: remote network security auditor - shared libraries
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the required shared libraries.
Timestamp: 2025-10-13 21:12:38+00

Package: libgvm22t64-dbgsym
Source: gvm-libs
Version: 22.29.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 629
Depends: libgvm22t64 (= 22.29.3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/g/gvm-libs/libgvm22t64-dbgsym_22.29.3-1.pgdg+1_arm64.deb
Size: 495536
SHA256: 1e5940b155f4a3ff282399e9ad258c7c1fbef61a1426765d57cd79ac469f4802
SHA1: 7fc0c863f1823e3268c625adc3b5b4e0bd66dd92
MD5sum: 5325dc1de59e31031b9ebf2bba9b8c49
Description: debug symbols for libgvm22t64
Build-Ids: 32da7ab1f6217bfe883f3512262ef4c146f20d77 3e9e5b09eccf27218641310e511729c88dd214d2 49f97eeb80e630718fa8a3f56689c14df0b14121 5a65b726e5ebe78f5591f1cd0a65e1e79129ee04 7d10a874da450a74584ea9b168444d4b3f580063 b228d0862d9770c0a7017618f332db47ed3ae5e7 beddd292976ab7e82612a761abb27282bf1d6a3a ce2ec8eefeb98bf24ef4bc6d2989833ed4aff673 ee90e14cf6bd6cc3056b55bfec0ed981352c37ab f18e9b9ec485c75d34b8f0174c3942407d28d46b
Timestamp: 2025-10-13 21:12:38+00

Package: libgvm-dev
Source: gvm-libs
Version: 22.29.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 190
Depends: libgcrypt-dev, libglib2.0-dev, libgnutls28-dev, libgpgme-dev, libhiredis-dev, libksba-dev, libgvm22t64 (= 22.29.3-1.pgdg+1), libpcap-dev, libssh-dev, uuid-dev, libsnmp-dev
Suggests: libgvm-doc
Homepage: https://www.greenbone.net/
Priority: optional
Section: libdevel
Filename: pool/main/g/gvm-libs/libgvm-dev_22.29.3-1.pgdg+1_arm64.deb
Size: 30556
SHA256: 12d024cb3b675cafb6b93f315a98f1149572b1d77a039301ced431cc38d459c9
SHA1: 77689b5a71c6fb810fa78a92865fd799ebc051d1
MD5sum: bcb633493678aa3172d87124afe3b27f
Description: remote network security auditor - static libraries and headers
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the required static libraries and headers.
Timestamp: 2025-10-13 21:12:38+00

Package: libgvm-doc
Source: gvm-libs
Version: 22.29.3-1.pgdg+1
Architecture: all
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 10428
Homepage: https://www.greenbone.net/
Priority: optional
Section: doc
Filename: pool/main/g/gvm-libs/libgvm-doc_22.29.3-1.pgdg+1_all.deb
Size: 611664
SHA256: 1b8ae082302e5e4dc844585ddbc2648dd9f217ee549d00ef067e5ff21575d1b3
SHA1: 37cbb4bbcaef457d2e021fa786240211523636d3
MD5sum: 22ee3e4a433f22fd4bed9c8f1520c6aa
Description: remote network security auditor - libraries documentation
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the doxygen generated HTML documentation for the
 libraries.
Timestamp: 2025-10-13 21:12:38+00

Package: pgagent
Version: 4.2.3-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 497
Depends: libboost-filesystem1.83.0 (>= 1.83.0), libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.38), libgcc-s1 (>= 3.0), libpq5 (>= 8.4~), libstdc++6 (>= 14)
Recommends: postgresql-10 | postgresql-11 | postgresql-12 | postgresql-13 | postgresql-14 | postgresql-15 | postgresql-16 | postgresql-17 | postgresql-18
Suggests: pgadmin3 | pgadmin4
Provides: postgresql-10-pgagent, postgresql-11-pgagent, postgresql-12-pgagent, postgresql-13-pgagent, postgresql-14-pgagent, postgresql-15-pgagent, postgresql-16-pgagent, postgresql-17-pgagent, postgresql-18-pgagent
Homepage: https://www.pgadmin.org/docs/pgadmin4/latest/pgagent.html
Priority: optional
Section: database
Filename: pool/main/p/pgagent/pgagent_4.2.3-4.pgdg+1_arm64.deb
Size: 89532
SHA256: 4541ebbe3393a49931ad5fcd800981124d4be704cd0f81ac0394ca2de07f47bc
SHA1: ae6e4c7f04db64f82dc7141ce2ca57e00f9cf7a5
MD5sum: a1547fbad3a155e419b22aa02c3309c9
Description: job scheduling engine for PostgreSQL
 pgAgent is a job scheduling agent for PostgreSQL, capable of running
 multi-step batch/shell and SQL tasks on complex schedules.
Timestamp: 2025-10-13 21:12:38+00

Package: pgagent-dbgsym
Source: pgagent
Version: 4.2.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2476
Depends: pgagent (= 4.2.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgagent/pgagent-dbgsym_4.2.3-4.pgdg+1_arm64.deb
Size: 2155404
SHA256: 177652cc06731b239cd6bb0853438504e49d1c3fd2aacb0d9bf4005d47f16697
SHA1: 6ed27e0347dd32b61effe2ca276a09df10ae26d6
MD5sum: 24de2af1176e7ec583bdc86eba83fa78
Description: debug symbols for pgagent
Build-Ids: 1cd51031a849a9082c45fbc44cd08103f672bfb5
Timestamp: 2025-10-13 21:12:38+00

Package: pgtop
Version: 4.1.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 158
Depends: libc6 (>= 2.38), libpq5 (>= 9.0~), libtinfo6 (>= 6)
Enhances: postgresql
Breaks: ptop (<< 3.7.0-1~)
Replaces: ptop (<< 3.7.0-1~)
Homepage: https://gitlab.com/pg_top/pg_top
Priority: optional
Section: database
Filename: pool/main/p/pgtop/pgtop_4.1.3-2.pgdg+1_arm64.deb
Size: 45368
SHA256: 1da8bc529965be8447f80e0685a004533f32b59d30cf5cd94cafe86647069680
SHA1: 20ede380829ed800b346418118865ce1ea330b31
MD5sum: 10717eb57db33a939de4bf204c7a7cc6
Description: PostgreSQL performance monitoring tool akin to top
 pg_top is 'top' for PostgreSQL.
 .
  * Monitor PostgreSQL processes.
  * View currently running SQL statement of a process.
  * View query plan of a currently running SELECT statement.
  * View locks held by a process.
  * View I/O statistics per process.
  * View replication statistics for downstream nodes.
Timestamp: 2025-10-13 21:12:38+00

Package: pgtop-dbgsym
Source: pgtop
Version: 4.1.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 222
Depends: pgtop (= 4.1.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtop/pgtop-dbgsym_4.1.3-2.pgdg+1_arm64.deb
Size: 105792
SHA256: 2bbe985b7bf565a1f70d977ed4875e0314120d090d50da93d994889937272e65
SHA1: 0681bddefd07aeeaca33c68571f3f4284ce02f87
MD5sum: d7f9b06018edc3c7cf7459124bf7401c
Description: debug symbols for pgtop
Build-Ids: 401da9f3d77109cb2bff1306de2c2654dea6340c
Timestamp: 2025-10-13 21:12:38+00

Package: postgresql-10-londiste-sql
Source: londiste-sql
Version: 3.8-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-10-pgq-node, postgresql-10
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-10-londiste-sql_3.8-7.pgdg+1_all.deb
Size: 20796
SHA256: 688bb9f63570fe4941f7f3b0e1be7051c45be8a4e3a5be3d4e54ffee14fb2f1d
SHA1: 8fcac4e860c87ceca7a464dd15bb18bce9c48b9a
MD5sum: efa9d614387d6b1be87deb5429a002ad
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2025-10-13 21:12:38+00

Package: postgresql-11-londiste-sql
Source: londiste-sql
Version: 3.8-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-11-pgq-node, postgresql-11
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-11-londiste-sql_3.8-7.pgdg+1_all.deb
Size: 20796
SHA256: 40bccaef8da4e4c74da16910d6d0631f53e0e941ffcfb6da502eac5c28914323
SHA1: 58ca2de7905e8b4ac47d691eeaa183551f8449d2
MD5sum: b6861919f22cb50f947263e58b96ea9a
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2025-10-13 21:12:38+00

Package: postgresql-11-orafce
Source: orafce
Version: 4.16.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 648
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_4.16.1-1.pgdg+1_arm64.deb
Size: 127988
SHA256: 5291dbf63c10ec4d711bb0f32dde1d13563646a99a32774c2dd785672695ecca
SHA1: abf3a30869047db3cf13ac6bd951afd7ce317be2
MD5sum: 803df28891447a546731d8f7e9901772
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-10-13 21:12:38+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 4.16.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 328
Depends: postgresql-11-orafce (= 4.16.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_4.16.1-1.pgdg+1_arm64.deb
Size: 274912
SHA256: 3dfe55fb10abd0ca5f370e079532bb5c2fe0accdff2198c92699a5f6ad6adf62
SHA1: c8577849ad20293413e42cb00b16d2c41e01c6ac
MD5sum: d004930253a4d29abb55b4aa0b32279a
Description: debug symbols for postgresql-11-orafce
Build-Ids: 1d4ccf7917221ad0217fb15c7cc6db2cbb40595e
Timestamp: 2025-10-13 21:12:38+00

Package: postgresql-12-londiste-sql
Source: londiste-sql
Version: 3.8-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-12-pgq-node, postgresql-12
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-12-londiste-sql_3.8-7.pgdg+1_all.deb
Size: 20800
SHA256: cdc622d73420d5b58c9af896238000a2010a595b80619cc3e45945431bf0cd86
SHA1: c405a41f3ac95171de06194ad41f3e4d0172d5a5
MD5sum: ec4afc425c85b155d00353ea7412148c
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2025-10-13 21:12:38+00

Package: postgresql-12-orafce
Source: orafce
Version: 4.16.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1245
Depends: postgresql-12, libc6 (>= 2.38)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_4.16.1-1.pgdg+1_arm64.deb
Size: 379724
SHA256: 3e414e52d436f02fde5d6f027541f848d052aba2a2d8433f4d3636324fd9a849
SHA1: ee40191de3f90ac6265397da09cad05c18d9a3ea
MD5sum: f10d034a343be915cbca75dcc2ce81f5
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-10-13 21:12:38+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 4.16.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 333
Depends: postgresql-12-orafce (= 4.16.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_4.16.1-1.pgdg+1_arm64.deb
Size: 280248
SHA256: bc14408d463b21b3373a24abf006072a3bfea797244e646d6506da2f0722d1d0
SHA1: 215acbbc1ba906957bbf0383d98d6bf87eb3e64f
MD5sum: 27517357bfa8310cd2d0178ead4585b5
Description: debug symbols for postgresql-12-orafce
Build-Ids: 1d28776fee3e49edac8a6246b4563b3aea079bad
Timestamp: 2025-10-13 21:12:38+00

Package: postgresql-13-londiste-sql
Source: londiste-sql
Version: 3.8-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-13-pgq-node, postgresql-13
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-13-londiste-sql_3.8-7.pgdg+1_all.deb
Size: 20804
SHA256: 3c12fe17c6dd6229641a3574abd9acac96997a990e0defb3ed5a2eef524d31fb
SHA1: 1079a942247b7e3df9eca234bd8dbe9852075788
MD5sum: eb0f3b42518af672394180cb0e4a90b6
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2025-10-13 21:12:38+00

Package: postgresql-13-orafce
Source: orafce
Version: 4.16.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1243
Depends: postgresql-13, libc6 (>= 2.38)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_4.16.1-1.pgdg+1_arm64.deb
Size: 377848
SHA256: 8357388337a19d194616387a7b804e643c4d5b8c7ebf9818b46db0e112f64619
SHA1: e5051dd57e735e00798e66f0bdbd648b60568af6
MD5sum: 9bbdb11c9399cc1caf835a97a65d9eae
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-10-13 21:12:38+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 4.16.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 339
Depends: postgresql-13-orafce (= 4.16.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_4.16.1-1.pgdg+1_arm64.deb
Size: 286832
SHA256: 602f756a67b86c7b1349235f8464b3689ccbd3e07d16deb40a5a2007a42e2bd8
SHA1: 1951186643e9d43deac0a59642958edaaa01e374
MD5sum: fb8e6005920376aba3c0ff29f554812a
Description: debug symbols for postgresql-13-orafce
Build-Ids: a1f5bbee35210d28569977556fd3e9b283db2417
Timestamp: 2025-10-13 21:12:38+00

Package: postgresql-14-londiste-sql
Source: londiste-sql
Version: 3.8-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-14-pgq-node, postgresql-14
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-14-londiste-sql_3.8-7.pgdg+1_all.deb
Size: 20812
SHA256: 9a7941eb11e8e6e2259b3e99b347499593166873be96f7fe59f042a27176bd63
SHA1: c51a572eef27ed4e8cbf9960a5ce678057a39013
MD5sum: 658d3c7e551b663ee28ad27e1a27b1f9
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2025-10-13 21:12:38+00

Package: postgresql-14-orafce
Source: orafce
Version: 4.16.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1252
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_4.16.1-1.pgdg+1_arm64.deb
Size: 378580
SHA256: 59b90b7d4eca54efa02c51368ed42c33de6efcbf4ac6007ba97e54cbd5ab5518
SHA1: dcdd67553edd4610bb2d8d13468f4dc791930221
MD5sum: 0777454174d9fc04f745303cfd02f41a
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-10-13 21:12:38+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 4.16.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 345
Depends: postgresql-14-orafce (= 4.16.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_4.16.1-1.pgdg+1_arm64.deb
Size: 293440
SHA256: 55360d165e3df7b78fa584ab2be02cf808ef37ea015fc3e9ebc1d043df895800
SHA1: bdf39d07453eaf9c8aefb92daee731f9d75ce328
MD5sum: 22dab0181175eb87a67ec256e35dff6c
Description: debug symbols for postgresql-14-orafce
Build-Ids: ebaf20ad07938c0956a93a2033ecbc1012641945
Timestamp: 2025-10-13 21:12:38+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.8.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 752
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.8.3-1.pgdg+1_arm64.deb
Size: 307412
SHA256: 2decbb71fd793cc1d3d50b24082e8e82d86eecb1c58e1db691a49fa9a542cc78
SHA1: a66c68f2dff88528746cf2123ce3232e3b0e6037
MD5sum: 906c605763c35c86fc25990e950808b0
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-10-13 21:12:38+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 331
Depends: postgresql-14-plpgsql-check (= 2.8.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.8.3-1.pgdg+1_arm64.deb
Size: 296876
SHA256: 7c15053d959205055e7e89f7d33929eddaa4a9ed95298ae42cf83cbd172e05ca
SHA1: bd115c3a1f492af0d62c95d3e0385f39ff804d60
MD5sum: 7a1ecb810c710ce53b6d900ce9554d48
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: 6064749ac079f99bb19c64a9db695316b3c07f99
Timestamp: 2025-10-13 21:12:38+00

Package: postgresql-15-londiste-sql
Source: londiste-sql
Version: 3.8-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-15-pgq-node, postgresql-15
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-15-londiste-sql_3.8-7.pgdg+1_all.deb
Size: 20808
SHA256: 4a9774755526b1b8c42314d862b931c8eb2181834c8e49909761a13899ae8f5f
SHA1: 91a6f48551f40bdb8262dbef4fa30cf2dd6b4842
MD5sum: 15940580fd47cbeb8d6ad8e7cf9823b8
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2025-10-13 21:12:38+00

Package: postgresql-15-orafce
Source: orafce
Version: 4.16.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1248
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-15-orafce_4.16.1-1.pgdg+1_arm64.deb
Size: 375776
SHA256: ad64ffeb5a46f8d8a20078924d108d2d8db28606f3a1562fbed38387f09e9d5c
SHA1: 0ae08668c8d1b56f1c5fb57df3362527bc8f29d7
MD5sum: fb81d668db272ad2adc6e75a5793882b
Description: Oracle support functions for PostgreSQL 15
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-10-13 21:12:38+00

Package: postgresql-15-orafce-dbgsym
Source: orafce
Version: 4.16.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 347
Depends: postgresql-15-orafce (= 4.16.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-15-orafce-dbgsym_4.16.1-1.pgdg+1_arm64.deb
Size: 295148
SHA256: e887c743769e619d8892022b5912f3fbd31f42ab8c57968afa9bf229da1495fe
SHA1: 2aebfcfa3e68350e8f11410ea948039a92a6fec5
MD5sum: ee2a041661d9a6361652a5bf5f79962d
Description: debug symbols for postgresql-15-orafce
Build-Ids: e70cfd912a566d221c1156acadeccbd25a8c7fee
Timestamp: 2025-10-13 21:12:38+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.8.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 753
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.8.3-1.pgdg+1_arm64.deb
Size: 307636
SHA256: 12736ecab7c3142e1ede006e60b0a806c7ad6a494810a045c50ca32789f80957
SHA1: 1ba6d962d42b8a943f946918abe7771d3ec2b82a
MD5sum: e4635fa9173df1100e0c6deee9a38b29
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-10-13 21:12:38+00

Package: postgresql-15-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 356
Depends: postgresql-15-plpgsql-check (= 2.8.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.8.3-1.pgdg+1_arm64.deb
Size: 321844
SHA256: 2b0af205a7163f233c301134502d50a8101388b31503b48858bda15add24f4f6
SHA1: bda8d32947f629d4a97db2f149003026e75a4b1f
MD5sum: 4275dc3fdfcab38d975020050991ea4a
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: 0b751b4fc8db1c829a8f1ab9e629c405793c7530
Timestamp: 2025-10-13 21:12:38+00

Package: postgresql-16-orafce-dbgsym
Source: orafce
Version: 4.16.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 363
Depends: postgresql-16-orafce (= 4.16.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-16-orafce-dbgsym_4.16.1-1.pgdg+1_arm64.deb
Size: 311680
SHA256: 30d6208a53ce66ba65f82ee44e1e1f39c0f7f0aace57a3d8daea6e39be35be9a
SHA1: abdaa3f8be4f3a9eaa6a62c1dec772af0f351a71
MD5sum: b794597d9b5b42a6bdaa45b9b36dea30
Description: debug symbols for postgresql-16-orafce
Build-Ids: 95abd9e5281263c543f30d2b773ce25d026d3853
Timestamp: 2025-10-13 21:12:38+00

Package: postgresql-16-plpgsql-check
Source: plpgsql-check
Version: 2.8.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 750
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check_2.8.3-1.pgdg+1_arm64.deb
Size: 303056
SHA256: 7505d4892743644a50aa819d757d25981a519e2d8d75ad22bee8a336486444f3
SHA1: 99ab1ad254bb4e0478701a1f68352aa68239ce98
MD5sum: 2633956dff147eb8fe2fa58467367648
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-10-13 21:12:38+00

Package: postgresql-16-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 367
Depends: postgresql-16-plpgsql-check (= 2.8.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check-dbgsym_2.8.3-1.pgdg+1_arm64.deb
Size: 332640
SHA256: 561437397d9f633fb7f3ee0a2f8d030cec506d07a7d9f43068f8f3b9ac778098
SHA1: cb2f768872fb27e99550d9770990ad8773415932
MD5sum: 632e7ffd32c16779eb6b638345cddf3d
Description: debug symbols for postgresql-16-plpgsql-check
Build-Ids: e8c08ea86b9235583e3e0b35c1527d7a5a447c8d
Timestamp: 2025-10-13 21:12:38+00

Package: postgresql-17-londiste-sql
Source: londiste-sql
Version: 3.8-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-17-pgq-node, postgresql-17
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-17-londiste-sql_3.8-7.pgdg+1_all.deb
Size: 20804
SHA256: 27380cfea4c4ead469ed57371f3ff4853134f7dac896c8f45bf10624ff1fe99d
SHA1: 7ce2cbc523a054a78affea3143e5026ae48f0d7b
MD5sum: c345ce1627382921a4b7cef3368614f5
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2025-10-13 21:12:38+00

Package: postgresql-17-orafce
Source: orafce
Version: 4.16.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1181
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-17-orafce_4.16.1-1.pgdg+1_arm64.deb
Size: 371592
SHA256: 9681b068aba37be874e4fe36f1a9b882cb6acfc541940a51a0db8a35e1af5307
SHA1: 1855a861d7873372e60e42cd3574070aa25d8772
MD5sum: 04f869e15c528811c050f5c0afc9d088
Description: Oracle support functions for PostgreSQL 17
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-10-13 21:12:38+00

Package: postgresql-17-orafce-dbgsym
Source: orafce
Version: 4.16.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 367
Depends: postgresql-17-orafce (= 4.16.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-17-orafce-dbgsym_4.16.1-1.pgdg+1_arm64.deb
Size: 316532
SHA256: 85b3ebfbcbb878b32d71f7b4a00270f6bdbb778cc8a424a27210861218a13246
SHA1: 36c9aca6a0dfb5d209cd06cf610d151962a0510a
MD5sum: 5cf79f9ac8231ed470389e94cfc9b3ab
Description: debug symbols for postgresql-17-orafce
Build-Ids: 865d71d7472cbc7767ac5ee609d1eda141f2501e
Timestamp: 2025-10-13 21:12:38+00

Package: postgresql-17-plpgsql-check
Source: plpgsql-check
Version: 2.8.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 750
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check_2.8.3-1.pgdg+1_arm64.deb
Size: 302916
SHA256: a34649e9f221611748b5f0d4ce568489b198404d14c30773f3908201dd973037
SHA1: 0e28376d2022f25875b76f2e89a0d5906cdef7fb
MD5sum: 80da371e372dc2630b872ae9eccfb09f
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-10-13 21:12:38+00

Package: postgresql-17-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 383
Depends: postgresql-17-plpgsql-check (= 2.8.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check-dbgsym_2.8.3-1.pgdg+1_arm64.deb
Size: 347048
SHA256: dcbe42604857589e60a40ad0f8fc6205456c174ccab86f8badb7d247b81c7cb0
SHA1: 231df300344175789d0ba82662a88ee79e8ecbf1
MD5sum: ca3bb93fee0bcffaa8208d511dca8483
Description: debug symbols for postgresql-17-plpgsql-check
Build-Ids: f7b52c1eb5ac369e62d9e09217e5f71ba5fa99fd
Timestamp: 2025-10-13 21:12:38+00

Package: postgresql-18-londiste-sql
Source: londiste-sql
Version: 3.8-7.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-18-pgq-node, postgresql-18
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-18-londiste-sql_3.8-7.pgdg+1_all.deb
Size: 20808
SHA256: 68a6c857378ef12b5bfc8e4ecbffc42460ba60d17bbed9e137d19c49a49e9251
SHA1: 2be78b042eb4126d972b02e85d46bb2a4355a3fe
MD5sum: 98b4f307e4c999d3669fd09886340bca
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2025-10-13 21:12:38+00

Package: postgresql-18-orafce
Source: orafce
Version: 4.16.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1181
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-18-orafce_4.16.1-1.pgdg+1_arm64.deb
Size: 371984
SHA256: 6e26af16f7f3f26e5e2941bc6d608b4d395bb783986e8bccf7039283f0d09d66
SHA1: b4c4f9a9dd3002daa0b2e53905ce35f3d5116732
MD5sum: a64f85e6b40b269ae5424e4089289604
Description: Oracle support functions for PostgreSQL 18
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-10-13 21:12:38+00

Package: postgresql-18-orafce-dbgsym
Source: orafce
Version: 4.16.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 372
Depends: postgresql-18-orafce (= 4.16.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-18-orafce-dbgsym_4.16.1-1.pgdg+1_arm64.deb
Size: 319748
SHA256: 33b6064401ee3419697da2a3e5a9cf2b8ac205e7b7a8f2b737987bf95f2ff69f
SHA1: f1475eb982eb27433a251e71e28581132219d10d
MD5sum: b0c5fb482bb41d0f065ab7a6072d99ab
Description: debug symbols for postgresql-18-orafce
Build-Ids: 84c83360057d9ac003625eb0c83ffedc2b11e241
Timestamp: 2025-10-13 21:12:38+00

Package: postgresql-18-plpgsql-check
Source: plpgsql-check
Version: 2.8.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 751
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-18-plpgsql-check_2.8.3-1.pgdg+1_arm64.deb
Size: 303800
SHA256: 6f36fac19553e1abf6cf89f3a0f2e1bacb7b73d94619ee2ab80a5f47ada15970
SHA1: 7fb6fd8e249e4ce023413b98f2ca96ffcead93b3
MD5sum: 390a311b88b75d7d2d724418833d6566
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-10-13 21:12:38+00

Package: postgresql-18-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 368
Depends: postgresql-18-plpgsql-check (= 2.8.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-18-plpgsql-check-dbgsym_2.8.3-1.pgdg+1_arm64.deb
Size: 334156
SHA256: 5582cd88acc8dcbbc1748c01b5ef41699f614e9c74f66269dc92089e0808547c
SHA1: 7cc912fdba1ef78f6e25275d425a8af909fbabec
MD5sum: 23c1dc559f791bd55ba53a972b31cbe2
Description: debug symbols for postgresql-18-plpgsql-check
Build-Ids: cc8e37bbd088d65263f71af6c5328986cb3ac99b
Timestamp: 2025-10-13 21:12:38+00

Package: check-pgactivity
Version: 2.8-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 373
Depends: perl:any, postgresql-client
Suggests: wget | curl | lynx | links | links2
Multi-Arch: foreign
Homepage: https://github.com/OPMDG/check_pgactivity
Priority: optional
Section: database
Filename: pool/main/c/check-pgactivity/check-pgactivity_2.8-1.pgdg+1_all.deb
Size: 80844
SHA256: 8e3b0c769b269606db4618e27effc1ee66ec21607b906a4998c0585d4f806881
SHA1: be0cf17fa32ff46073c594791b5a0c5e97af3796
MD5sum: cd7e548106a846e2675e842f2e9edee2
Description: PostgreSQL plugin for Nagios
 check_pgactivity is a Nagios probe dedicated to PostgreSQL. It offers many
 options to measure and monitor useful performance metrics.
 .
 Services include (among others) monitoring of autovacuum, bgwriter, locks,
 long queries, idle in transaction queries, number of temporary files and WAL
 files, bloat of tables and btree indexes, commit and hit ratios,
 WAL archives exhaustivity, age of logical backups, backends number and states,
 backup label file age, connectivity, replication delay between primary and
 secondary instances, database sizes, vacuum and analyze times,
 sequence exhaustion, snapshots age, presence of unlogged tables or invalid
 indexes, incoming freeze, settings changes, PostgreSQL minor version,
 PGDATA rights, custom queries. Most services only need normal user rights.
Timestamp: 2025-10-15 09:30:56+00

Package: libh3-1
Source: libh3
Version: 4.3.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: https://h3geo.org/
Priority: optional
Section: database
Filename: pool/main/libh/libh3/libh3-1_4.3.0-2.pgdg+1_arm64.deb
Size: 61536
SHA256: f58878485f24ab458dca063180d72d2493adb5465b0f462651cee548767e7907
SHA1: 29f5c8020d1bc6dd15d11d9beb7479e2a3039546
MD5sum: 8d359c66ad5ed085582e44d8519cee25
Description: Hexagonal hierarchical geospatial indexing system - library
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the shared library.
Timestamp: 2025-10-15 09:30:56+00

Package: libh3-1-dbgsym
Source: libh3
Version: 4.3.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libh3-1 (= 4.3.0-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libh/libh3/libh3-1-dbgsym_4.3.0-2.pgdg+1_arm64.deb
Size: 91564
SHA256: 0a204013e71394a40da21ac8352faf124e5f14216e848b86f40410112f10c63b
SHA1: fbbb0c90aa23a467b9d189e8209a13e8e5d53119
MD5sum: 7a7123e3e642fd9d31300d559a5fd502
Description: debug symbols for libh3-1
Build-Ids: 30e57f7241a274b257f1fce4aceda8a57d74f3b6
Timestamp: 2025-10-15 09:30:56+00

Package: libh3-bin
Source: libh3
Version: 4.3.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 929
Depends: libh3-1 (= 4.3.0-2.pgdg+1), libc6 (>= 2.38)
Multi-Arch: foreign
Homepage: https://h3geo.org/
Priority: optional
Section: database
Filename: pool/main/libh/libh3/libh3-bin_4.3.0-2.pgdg+1_arm64.deb
Size: 65744
SHA256: 8aa97d5f5296800edaab4d8bf5bd79fa7605cbdcfa5d17818227be0688b97ec8
SHA1: bb5533560aa593907666a3853be38f0140c87d2a
MD5sum: b93cc64aa6f98721bab479e0b340e3ea
Description: Hexagonal hierarchical geospatial indexing system - CLI programs
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains CLI front-end programs.
Timestamp: 2025-10-15 09:30:56+00

Package: libh3-bin-dbgsym
Source: libh3
Version: 4.3.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 640
Depends: libh3-bin (= 4.3.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/libh/libh3/libh3-bin-dbgsym_4.3.0-2.pgdg+1_arm64.deb
Size: 246656
SHA256: 86e3b0b70d08b6d2e7768df1fa754d77d568c765fddb1043c9ef3fd7f36ec8a5
SHA1: bff34aa31b9df926db043d94ad97a677d494cb60
MD5sum: 38c0e464cb4541c4d87aebd13e633195
Description: debug symbols for libh3-bin
Build-Ids: 0d494a74042ce51ee98842d8932b54e0ec87d426 130f6e08eb7a9e596b349c759da4503b0f2cdad3 153606aa9893b51fbe4ca1c8c99bdc63f4dffad0 432058b893e4d0d4ba42b4211c4267ff32022073 6dec3948b2d76e50eb33dab6e5a5d6318fbc01cb 82904b954a082ab50469fd402496c654c013fb9f b6492f9bd9afd7f5b5aa9b9bcb6115344e0a2667 d209f43612e6d17090a86465722d45da075820c0 de54b4b65b285e46e60fdfab62eba77cea0e56e3 e2ce8ac977148aa66df54a3e4eb37573be7c7d42 f2b2d2d3cd894099e9d7dbf38a69b783062a44d3 fb63329ef0a5500879bf8eed8745dd19ed186dd1
Timestamp: 2025-10-15 09:30:56+00

Package: libh3-dev
Source: libh3
Version: 4.3.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: libh3-1 (= 4.3.0-2.pgdg+1)
Multi-Arch: same
Homepage: https://h3geo.org/
Priority: optional
Section: database
Filename: pool/main/libh/libh3/libh3-dev_4.3.0-2.pgdg+1_arm64.deb
Size: 27548
SHA256: ddebbbbf2dd7d80bb9b5f0757515dbf306577dc86cb8bb2598511261ee0857d4
SHA1: 435256111b42e98b712d1c0698f7ff00a7b9057a
MD5sum: 1d2b8ecb4c712f1c8c724bd4ba50306c
Description: Hexagonal hierarchical geospatial indexing system - header files
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the development headers.
Timestamp: 2025-10-15 09:30:56+00

Package: postgresql-11-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-11-pgaudit, postgresql-11, libc6 (>= 2.34)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile_1.7.4-1.pgdg+1_arm64.deb
Size: 16124
SHA256: 3ebe511c295554b25934bad3a9415d04b7254990b0b9a06317c99eba946edd61
SHA1: 54d93e72bf62986fe553274bbc9c85071b87fb22
MD5sum: 2c6b4c2f09b65fc304f7b9eb624ac6cb
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-10-15 09:30:56+00

Package: postgresql-11-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-11-pgauditlogtofile (= 1.7.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile-dbgsym_1.7.4-1.pgdg+1_arm64.deb
Size: 38616
SHA256: 2f332e555531f6aa5d7915d452328d339cf79c148765b0298ec7037f0bdc7d31
SHA1: f38feee1ade3b3c44b0502a22a09bb174af36b0b
MD5sum: 51c4b91619985ac93cbb64ad7cf4dc49
Description: debug symbols for postgresql-11-pgauditlogtofile
Build-Ids: 70567fc1f63eb4f6d9794bc265b464ee7aecea87
Timestamp: 2025-10-15 09:30:56+00

Package: postgresql-12-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-12-pgaudit, postgresql-12, libc6 (>= 2.34)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile_1.7.4-1.pgdg+1_arm64.deb
Size: 50432
SHA256: 8329a9cf8eaac4c305bda916ac61c90c2b56be013675848281c6dd552f7df977
SHA1: bce4ee7e18522e99e4f8238bd79b02f597f8f1ed
MD5sum: 6a8198e5ea947555e85897ea854c349f
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-10-15 09:30:56+00

Package: postgresql-12-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-12-pgauditlogtofile (= 1.7.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile-dbgsym_1.7.4-1.pgdg+1_arm64.deb
Size: 38640
SHA256: 1c4b05e084b9c71b99f3cf6dc92312935ca87d417370493d323141b4ce390a11
SHA1: 415d3da9b3753e2db9f39645aac5ef5f0b3d4a6e
MD5sum: afe38fb55b78ec0f7801e6934d13d4d5
Description: debug symbols for postgresql-12-pgauditlogtofile
Build-Ids: 2e053ac91fc2547fcfe3cd70979acaf6745541a7
Timestamp: 2025-10-15 09:30:56+00

Package: postgresql-13-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-13-pgaudit, postgresql-13, libc6 (>= 2.34)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile_1.7.4-1.pgdg+1_arm64.deb
Size: 50352
SHA256: e452ca9b84fc7051a1f906e79368a9629909631e8786f16ac2cbb17463548346
SHA1: 1e41281d8f7799f6df42b778a5f523804d7b7fbe
MD5sum: 83efc1a1aa975366c605537085bd1916
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-10-15 09:30:56+00

Package: postgresql-13-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-13-pgauditlogtofile (= 1.7.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile-dbgsym_1.7.4-1.pgdg+1_arm64.deb
Size: 38756
SHA256: 3cce41af486d5c5201fbbe3ad87b4dd3d3edba05108a3f515691aed212640acd
SHA1: 3615a1d4ce3e0442796470694982a83a10cbffee
MD5sum: c233be8adbe453a8ebcbf4b919955953
Description: debug symbols for postgresql-13-pgauditlogtofile
Build-Ids: e69e2db435efd29c01a708544be0d14e25d9b0da
Timestamp: 2025-10-15 09:30:56+00

Package: postgresql-14-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-14-pgaudit, postgresql-14, libc6 (>= 2.34)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile_1.7.4-1.pgdg+1_arm64.deb
Size: 50384
SHA256: 7cb4b99a9dc488bab09dbd4a54606cc3f13f244a15dc948253deb9b06c3d6adc
SHA1: c896df3e0cbe618fa9eb5e6d5c5ca77461894aec
MD5sum: ee72a55ae816724ba250f19e3074ca89
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-10-15 09:30:56+00

Package: postgresql-14-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-14-pgauditlogtofile (= 1.7.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile-dbgsym_1.7.4-1.pgdg+1_arm64.deb
Size: 39552
SHA256: 57ae6ad2969d39b89cd24378fb02de2a6ae27434f6b3a401f7c6c75c2e866acf
SHA1: 35dfcb81caaaa60faecbd887525de16bc3efdc94
MD5sum: 022955c9db435d9ad9f83deaa59ac744
Description: debug symbols for postgresql-14-pgauditlogtofile
Build-Ids: 92cfe3d809bf0789052e9abf4c06092c6e25d4f2
Timestamp: 2025-10-15 09:30:56+00

Package: postgresql-14-pljs
Source: pljs
Version: 1.0.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1045
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/plv8/pljs
Priority: optional
Section: database
Filename: pool/main/p/pljs/postgresql-14-pljs_1.0.3-1.pgdg+1_arm64.deb
Size: 390972
SHA256: 7ffcb73dd22ac5f76f14c5e2e4c591c29f6ffac0cbb2e49993c52d8c123ab148
SHA1: eaf806d3dbba34dc9e2f970da35dadb89500d826
MD5sum: 636732b03ef199fc6393a33860924e8c
Description: Javascript Language Plugin for PostgreSQL
 PLJS is a trusted JavaScript Language Extension for PostgreSQL.
 It is compact, lightweight, and fast.
Timestamp: 2025-10-15 09:30:56+00

Package: postgresql-14-pljs-dbgsym
Source: pljs
Version: 1.0.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1372
Depends: postgresql-14-pljs (= 1.0.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pljs/postgresql-14-pljs-dbgsym_1.0.3-1.pgdg+1_arm64.deb
Size: 1334808
SHA256: 4a7bf9c9072a58f52619596a8f6e100cff9cd670dd223d85d05e4f9c8797cb27
SHA1: c5c8e2788081650adf64d2ef961db1644ceb46ba
MD5sum: 555c89f4a6b2c528eefc42d764303d86
Description: debug symbols for postgresql-14-pljs
Build-Ids: 8c8d847210e7ca926275dbcaf438b7201c849ab8
Timestamp: 2025-10-15 09:30:56+00

Package: postgresql-15-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-15-pgaudit, postgresql-15, libc6 (>= 2.34)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile_1.7.4-1.pgdg+1_arm64.deb
Size: 50648
SHA256: ebbc68ca653bc72bbb0633c024d199b6ec07cca10f2f6e0c559dd67aeaa20803
SHA1: 6cbc41a24161fa7a7dd8096953558d69b6f516ee
MD5sum: 72a2d0532b54c1362052b768abf9c68a
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-10-15 09:30:56+00

Package: postgresql-15-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-15-pgauditlogtofile (= 1.7.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile-dbgsym_1.7.4-1.pgdg+1_arm64.deb
Size: 39952
SHA256: d27483e5a437477c48a71e81a1ca4012c3033a380c30053e19a98a1823065d10
SHA1: b583771b4b824523bf6f624b5964bb3e2072ecaf
MD5sum: 7beb8e3623357a9284024845c7d48b79
Description: debug symbols for postgresql-15-pgauditlogtofile
Build-Ids: acb97bf7b596f368151de9f9f2c71d80d2fd810e
Timestamp: 2025-10-15 09:30:56+00

Package: postgresql-15-pljs
Source: pljs
Version: 1.0.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1045
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/plv8/pljs
Priority: optional
Section: database
Filename: pool/main/p/pljs/postgresql-15-pljs_1.0.3-1.pgdg+1_arm64.deb
Size: 390808
SHA256: dd8fd8cfd40d2d42ea126c9d44b5c2f43bd2cdb492c0e60fac16fdcbd287e6a6
SHA1: 9aaef887da3a25b5511903efa31311d68ca4a2cf
MD5sum: 5cc063d4bc92ed7707e99995857688a8
Description: Javascript Language Plugin for PostgreSQL
 PLJS is a trusted JavaScript Language Extension for PostgreSQL.
 It is compact, lightweight, and fast.
Timestamp: 2025-10-15 09:30:56+00

Package: postgresql-15-pljs-dbgsym
Source: pljs
Version: 1.0.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1374
Depends: postgresql-15-pljs (= 1.0.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pljs/postgresql-15-pljs-dbgsym_1.0.3-1.pgdg+1_arm64.deb
Size: 1336372
SHA256: 80508f040427a2f3c4d002f3c6ce9ee17cc6386963b395867ed8d7d90e17adab
SHA1: 58fc2d48efc4951a37b64d06c6aefc6ed2016a06
MD5sum: 820e75c76b8a9f0e45227bd439c4f1d6
Description: debug symbols for postgresql-15-pljs
Build-Ids: aa5cd7d83da1f226d263a95fb6b267ae34a0eb69
Timestamp: 2025-10-15 09:30:56+00

Package: postgresql-16-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-16-pgaudit, postgresql-16, libc6 (>= 2.34)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile_1.7.4-1.pgdg+1_arm64.deb
Size: 49956
SHA256: 87a802eba4b30bace1b4192bfeddd744ca93a67b603165828c4cee6fe3abbf63
SHA1: 1761c70b9bd252d5c63dbdc7e4b8d0ed0e3309b9
MD5sum: 54583e06a83f55d996ec8984e6fdfae3
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-10-15 09:30:56+00

Package: postgresql-16-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-16-pgauditlogtofile (= 1.7.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile-dbgsym_1.7.4-1.pgdg+1_arm64.deb
Size: 40256
SHA256: 8430d9bd33b71830d691a70ec0da79d4bad677b8d8af5d658a71df9e12217a8a
SHA1: fb0bc3139c3c4dfdd1b8858aad141f9e6b902af8
MD5sum: ee3eb12bc2480ca72d5111eec5c0e13e
Description: debug symbols for postgresql-16-pgauditlogtofile
Build-Ids: 6888747b11355d49325d653a56018c04b6edc857
Timestamp: 2025-10-15 09:30:56+00

Package: postgresql-16-pljs-dbgsym
Source: pljs
Version: 1.0.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1380
Depends: postgresql-16-pljs (= 1.0.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pljs/postgresql-16-pljs-dbgsym_1.0.3-1.pgdg+1_arm64.deb
Size: 1342124
SHA256: 7c5a50b38da9689b46338c4e64ddb446185b44e362aa7f7575f410a79417a64b
SHA1: 1f31e974abfedca9df2fa95ecf8040d2c1a387eb
MD5sum: 08fff3c253b3b25cce145df94be12b85
Description: debug symbols for postgresql-16-pljs
Build-Ids: 1d0fd0ec87b3b63412454661502e76676b4a08b4
Timestamp: 2025-10-15 09:30:56+00

Package: postgresql-17-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-17-pgaudit, postgresql-17, libc6 (>= 2.34)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-17-pgauditlogtofile_1.7.4-1.pgdg+1_arm64.deb
Size: 49964
SHA256: 88fb66b32cb6af5c8126af8e50e6c14315f6c7543cbb97155942d0835fddc638
SHA1: 7fef42a7f4c33e1b2d8b4974d641198cdac44745
MD5sum: c1f0dd23fa435a00fca50d5b7e7035d8
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-10-15 09:30:56+00

Package: postgresql-17-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-17-pgauditlogtofile (= 1.7.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-17-pgauditlogtofile-dbgsym_1.7.4-1.pgdg+1_arm64.deb
Size: 40600
SHA256: e645b32bba494210b80f8b1d823c3e5248bcfb21dd6fedcdadd7508896fcbcfb
SHA1: ffb89f1edb1e44bf9b1f9875b1b9f14896fc9cce
MD5sum: f615c1892fb810ef9b7653ecb6dacaa7
Description: debug symbols for postgresql-17-pgauditlogtofile
Build-Ids: 4c20e45b9f4c44ba6279b49db5e0f8e389664858
Timestamp: 2025-10-15 09:30:56+00

Package: postgresql-17-pljs
Source: pljs
Version: 1.0.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1045
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/plv8/pljs
Priority: optional
Section: database
Filename: pool/main/p/pljs/postgresql-17-pljs_1.0.3-1.pgdg+1_arm64.deb
Size: 390512
SHA256: cfef923dfc5b8b1f1c8601af29a37f35a1169bc8d45b2e3e1636ffb487258b4e
SHA1: eb9edace8aaf907868a5a290de38849ce266f490
MD5sum: 58cf4dc95dffaf537915b355a2308044
Description: Javascript Language Plugin for PostgreSQL
 PLJS is a trusted JavaScript Language Extension for PostgreSQL.
 It is compact, lightweight, and fast.
Timestamp: 2025-10-15 09:30:56+00

Package: postgresql-17-pljs-dbgsym
Source: pljs
Version: 1.0.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1384
Depends: postgresql-17-pljs (= 1.0.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pljs/postgresql-17-pljs-dbgsym_1.0.3-1.pgdg+1_arm64.deb
Size: 1346700
SHA256: 851c3c5fd240523109b1f2a1969667a24f0dfe08f24429b10783b133a2548732
SHA1: c888629bfdf72d20eaa66bde0e8419ba63969acf
MD5sum: fe6edfc2fb2d3b771142dc688bbb178c
Description: debug symbols for postgresql-17-pljs
Build-Ids: 6f402943c312dea9ffd665622f5d218c2e901125
Timestamp: 2025-10-15 09:30:56+00

Package: postgresql-18-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-18-pgaudit, postgresql-18, libc6 (>= 2.34)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-18-pgauditlogtofile_1.7.4-1.pgdg+1_arm64.deb
Size: 50176
SHA256: 677d359abeb18452c9c1e984bb4e9ea9d33c0fe5599653efd63b13321bdae90a
SHA1: 2b127e9c617fd30d1cbb8afbcda2fd814f5a6323
MD5sum: 5cf385d55e215afa40f15ca9e71b85fb
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-10-15 09:30:56+00

Package: postgresql-18-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: postgresql-18-pgauditlogtofile (= 1.7.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-18-pgauditlogtofile-dbgsym_1.7.4-1.pgdg+1_arm64.deb
Size: 40956
SHA256: d672c555bfc81b8f2348b1230747e92b14b48315e46b8a94f35d4ab3b6b6c98a
SHA1: 2c5e909f177076df20a6633af5c1b7f7c67992b6
MD5sum: fa0d381f759d37f75a4aa7a51524e8f9
Description: debug symbols for postgresql-18-pgauditlogtofile
Build-Ids: 78205a03f4d7816c3a20f444260e1a58c712b1b3
Timestamp: 2025-10-15 09:30:56+00

Package: postgresql-18-pljs
Source: pljs
Version: 1.0.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1045
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/plv8/pljs
Priority: optional
Section: database
Filename: pool/main/p/pljs/postgresql-18-pljs_1.0.3-1.pgdg+1_arm64.deb
Size: 390684
SHA256: 2ccb63d725a3ea8a2ff81aed467a2b937f5011f83b9ca6d75f2a0140a5f4fc46
SHA1: e72e36b885ada5e72dda6f74753cec68dc41256e
MD5sum: b3ce6d8e02bc3eada574dbee74915454
Description: Javascript Language Plugin for PostgreSQL
 PLJS is a trusted JavaScript Language Extension for PostgreSQL.
 It is compact, lightweight, and fast.
Timestamp: 2025-10-15 09:30:56+00

Package: postgresql-18-pljs-dbgsym
Source: pljs
Version: 1.0.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1387
Depends: postgresql-18-pljs (= 1.0.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pljs/postgresql-18-pljs-dbgsym_1.0.3-1.pgdg+1_arm64.deb
Size: 1349956
SHA256: 2f6b545d102a931779500a260ccf810d2e497bfecce529e7990afae3e91e318a
SHA1: 5d75de45c10eb572eca11056003ea2a5969e47ce
MD5sum: d0af196a7042d8b5ffe817bb02e4afe2
Description: debug symbols for postgresql-18-pljs
Build-Ids: 7e399abd35373af44033ee27dea112b1f505af8c
Timestamp: 2025-10-15 09:30:56+00

Package: postgresql-10-pg-qualstats
Source: pg-qualstats
Version: 2.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 260
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-10-pg-qualstats_2.1.3-1.pgdg+1_arm64.deb
Size: 30176
SHA256: 1e8969aedc5833ffa803c0dc344581eaa5840f13917f55f824bacd056a21eca6
SHA1: 2f80e5f7fd8517275b1f2d292b78219722381f12
MD5sum: 20716eb1c93c9a1f22a09135e137367c
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2025-10-16 15:57:24+00

Package: postgresql-10-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-10-pg-qualstats (= 2.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-10-pg-qualstats-dbgsym_2.1.3-1.pgdg+1_arm64.deb
Size: 63236
SHA256: 720126462729160d08f1bd356389cfa6782324f3186d71e551109041af48264a
SHA1: d70b00a50e69f0fad0a02a5d5707a97f0639f2ca
MD5sum: 5fa693abe30f32f246d1497c571ddb40
Description: debug symbols for postgresql-10-pg-qualstats
Build-Ids: d31af09ccd7fb5eec94903a58e76940feb6d9493
Timestamp: 2025-10-16 15:57:24+00

Package: postgresql-11-pg-qualstats
Source: pg-qualstats
Version: 2.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 260
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-11-pg-qualstats_2.1.3-1.pgdg+1_arm64.deb
Size: 30232
SHA256: 16996f4326197b2c1ebc3d1320a7a2cc1906d8384b4cedbe4207a77641a65ce6
SHA1: 93f9a999a1d6df7c4651d98f5d408f3d8d71cd12
MD5sum: 0494ad9b9f8d2f769db191ea593cbcb2
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2025-10-16 15:57:24+00

Package: postgresql-11-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-11-pg-qualstats (= 2.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-11-pg-qualstats-dbgsym_2.1.3-1.pgdg+1_arm64.deb
Size: 57568
SHA256: 230e0da830e65d9ff2b2e8294bede0ec6288af41f49b0261d708703969349422
SHA1: e396b6f865336555f90efda4b7ec35f6bdd10455
MD5sum: 8eb60ca9bf2ec9712619887bffa7d692
Description: debug symbols for postgresql-11-pg-qualstats
Build-Ids: 565da4dd09f4d0d1fb8e9aec461cc6a38e6285f7
Timestamp: 2025-10-16 15:57:24+00

Package: postgresql-12-pg-qualstats
Source: pg-qualstats
Version: 2.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 312
Depends: postgresql-12, libc6 (>= 2.17)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-12-pg-qualstats_2.1.3-1.pgdg+1_arm64.deb
Size: 59404
SHA256: 01468e6613cfc3769e0339d690538c7bc1af1ef2a714461fbbeb317c41ac8960
SHA1: 31a9905fbdff8381da9ceb25d719533e4b68cee9
MD5sum: eb2a18552c1a4dd3dda7378b63664821
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2025-10-16 15:57:24+00

Package: postgresql-12-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-12-pg-qualstats (= 2.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-12-pg-qualstats-dbgsym_2.1.3-1.pgdg+1_arm64.deb
Size: 58588
SHA256: 70b0ef1f4e25212314ceabe9a451f16344107992d0ccd24c57e0e7c105a1a592
SHA1: 34a19e5af6c3d74183388af534dfbf3ba4710f5f
MD5sum: 168cc3282da8b7570e5b2ad9715c7f43
Description: debug symbols for postgresql-12-pg-qualstats
Build-Ids: e2a5a057b38d47ef0259d89189f73a7f2ef2fc70
Timestamp: 2025-10-16 15:57:24+00

Package: postgresql-13-pg-qualstats
Source: pg-qualstats
Version: 2.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 313
Depends: postgresql-13, libc6 (>= 2.17)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-13-pg-qualstats_2.1.3-1.pgdg+1_arm64.deb
Size: 60604
SHA256: a81154a77ca2a41dac602a4a57b473b0f70e597aa212588e2050bfc03764ce76
SHA1: e829b965a21c0d6768962bc39fe995a1945add1e
MD5sum: c17347f0228966a5fd06aa1ba1dd00b0
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2025-10-16 15:57:24+00

Package: postgresql-13-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 78
Depends: postgresql-13-pg-qualstats (= 2.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-13-pg-qualstats-dbgsym_2.1.3-1.pgdg+1_arm64.deb
Size: 60640
SHA256: b0211d41ee256785eab8f4628e073e2f993de3d04a205170ec4b8788e3bdc82c
SHA1: a02389d29bf6245c2cbbde1f62d23b45421549df
MD5sum: fdb488bd673fb8805dddd18fd3296da4
Description: debug symbols for postgresql-13-pg-qualstats
Build-Ids: 35da8ecbcd90acdc4db303fd53a1d175f9f5bebd
Timestamp: 2025-10-16 15:57:24+00

Package: postgresql-14-pg-qualstats
Source: pg-qualstats
Version: 2.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 313
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-14-pg-qualstats_2.1.3-1.pgdg+1_arm64.deb
Size: 60328
SHA256: 075604680931972c07e51357103a2ca530277b53f6d0f8498eb06d21741a0830
SHA1: 4b81295515846fbc502c30593df87c7bd668d631
MD5sum: e45c5c2c1ae26484dc4bc765329e6a7e
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2025-10-16 15:57:24+00

Package: postgresql-14-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-14-pg-qualstats (= 2.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-14-pg-qualstats-dbgsym_2.1.3-1.pgdg+1_arm64.deb
Size: 61444
SHA256: a7476c021637613616d847057e981cbac4fc2f60abfe38a434072718c51d6c39
SHA1: 7aadde2aae8223c8eeeb41cc3adae7136302fca3
MD5sum: bce047771d3ac849423537c77f90df7c
Description: debug symbols for postgresql-14-pg-qualstats
Build-Ids: a11729ab671b1ef473270feca3f844a2136e5ee0
Timestamp: 2025-10-16 15:57:24+00

Package: postgresql-15-pg-qualstats
Source: pg-qualstats
Version: 2.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 312
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-15-pg-qualstats_2.1.3-1.pgdg+1_arm64.deb
Size: 60284
SHA256: 42bf0b3aafd1f6a75b4bcd9fb3e1770286d828779f615252a534061883d8d7bf
SHA1: c3b755cbbd78ba935c3e604c9ab4cef1b9a80482
MD5sum: 97953ae55be2ff7e6ab7d0ba12464cc7
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2025-10-16 15:57:24+00

Package: postgresql-15-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-15-pg-qualstats (= 2.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-15-pg-qualstats-dbgsym_2.1.3-1.pgdg+1_arm64.deb
Size: 61696
SHA256: a0c7593423e6bf9852234a097c0b33a5e8968755f42c46fe02f230f80fdf4186
SHA1: c156da139de9e4e48e41b84930b20d556917b7e7
MD5sum: c5689bff8de4de4c9a589c5cdcfdb1a1
Description: debug symbols for postgresql-15-pg-qualstats
Build-Ids: 21a8333a3af6e7335c5c1f296b6ad4ec210e2d0f
Timestamp: 2025-10-16 15:57:24+00

Package: postgresql-16-pg-qualstats
Source: pg-qualstats
Version: 2.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 312
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-16-pg-qualstats_2.1.3-1.pgdg+1_arm64.deb
Size: 60204
SHA256: 29bb383ec3b6c2e87a8ef94d5d6fdca24191ccdc30027ac6eee400cf31f5178e
SHA1: b749c65e2d739a23b827f5661e1750ad2964874f
MD5sum: 37c10d837bffd773be9133d812865ebf
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2025-10-16 15:57:24+00

Package: postgresql-16-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-16-pg-qualstats (= 2.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-16-pg-qualstats-dbgsym_2.1.3-1.pgdg+1_arm64.deb
Size: 63492
SHA256: 8dc972cea81c9598ba3bb069518bea7b1b41e09c4108b5f2f88fe06a79decab7
SHA1: dfad9850bf7d217a050516ebf5ff9aa85cc102cc
MD5sum: 1d248aa648ef28cb7e45fc1ad128425f
Description: debug symbols for postgresql-16-pg-qualstats
Build-Ids: cb8c7edb5f55b1684c2f7878d07b79edd61b9506
Timestamp: 2025-10-16 15:57:24+00

Package: postgresql-17-pg-qualstats
Source: pg-qualstats
Version: 2.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 312
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-17-pg-qualstats_2.1.3-1.pgdg+1_arm64.deb
Size: 60136
SHA256: 46cd8c2a9825523b086377c087c338430b715f3bb1969218e7a05145ce342478
SHA1: b7d86822bfeebe0fce07503550e4fe79ba182fc6
MD5sum: a727bd9d98f4dcb268acbc132488a4ec
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2025-10-16 15:57:24+00

Package: postgresql-17-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-17-pg-qualstats (= 2.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-17-pg-qualstats-dbgsym_2.1.3-1.pgdg+1_arm64.deb
Size: 64440
SHA256: 0806e721e29ffd01da46f813c4a3ecdc00736751b4625f89a5c041fd9c19d6de
SHA1: f4fcfd8e7d239e5fafb36e7c9cedd863892ee969
MD5sum: 0441e035723c197bd454a54f341da164
Description: debug symbols for postgresql-17-pg-qualstats
Build-Ids: fbcfe036c5fdd59853fe54b1cd107e85d8893267
Timestamp: 2025-10-16 15:57:24+00

Package: postgresql-18-pg-qualstats
Source: pg-qualstats
Version: 2.1.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 312
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-18-pg-qualstats_2.1.3-1.pgdg+1_arm64.deb
Size: 59960
SHA256: 9f32a6fcd41b32f9391ee88672f92dd31de73f3eff03df9ede43448c942e415d
SHA1: 95a69e2bc6eb1203081900f9ef4251e2998cb1fd
MD5sum: c368761fdde6590ebca101a94693c3b6
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2025-10-16 15:57:24+00

Package: postgresql-18-pg-qualstats-dbgsym
Source: pg-qualstats
Version: 2.1.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-18-pg-qualstats (= 2.1.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-18-pg-qualstats-dbgsym_2.1.3-1.pgdg+1_arm64.deb
Size: 64996
SHA256: b9957c140608dcd73f0ef4e2228c4e917378c8643abd0cdd2c2c734b76c0d440
SHA1: 442b9031ed35eeefb7a705de27355dadc27e7243
MD5sum: 0144c8f90430ed05cf45ee933835e39b
Description: debug symbols for postgresql-18-pg-qualstats
Build-Ids: cf8e622caf79565885d46850a79ee8bd3ca10d4f
Timestamp: 2025-10-16 15:57:24+00

Package: patroni
Version: 4.1.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1527
Depends: python3-click (>= 4.1), python3-consul (>= 0.7.0) | python3-supported-max (<< 3.9), python3-dateutil, python3-prettytable (>= 0.7), python3-psutil, python3-urllib3, python3-yaml, python3-ydiff, python3:any, python3-psycopg2, python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes | python3-pysyncobj, python3-cdiff
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_4.1.0-1.pgdg+1_all.deb
Size: 287060
SHA256: 72e904af055bc8de78becc8105c88ab7bba11e7ed7c1f2bb320031ea8c6c6c24
SHA1: 2f111d3d703cde8c141a8377e5301da3b1e852f5
MD5sum: 74de5feb147ac40b2da3bf50c9822c0c
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2025-10-21 10:28:05+00

Package: patroni-doc
Source: patroni
Version: 4.1.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7320
Depends: libjs-jquery (>= 3.6.0), libjs-sphinxdoc (>= 8.2), sphinx-rtd-theme-common (>= 3.0.2+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_4.1.0-1.pgdg+1_all.deb
Size: 555340
SHA256: 9e6469246732ee7918e1605e3a61164584b3d8a0cbedcdbe0f856b65c9839747
SHA1: eec8297598b32b5683bc4f7a9d39a171e33d7775
MD5sum: 35aaa6e7d9ca8a061b05b3f4c1de24b6
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2025-10-21 10:28:05+00

Package: pgbackrest
Version: 2.57.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1145
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.34), libgcc-s1 (>= 4.2), liblz4-1 (>= 0.0~r127), libpq5, libssh2-1t64 (>= 1.5.0), libssl3t64 (>= 3.0.0), libxml2-16 (>= 2.14.1), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc, check-pgbackrest
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.57.0-1.pgdg+1_arm64.deb
Size: 422552
SHA256: 9b99f834da1c4337280d79f6d2bf596facdd9ea25307c8ebde7e01151a8be19e
SHA1: 9231bb720574ece4f136017ce4d35f16625c561a
MD5sum: cc790c174e32e2947c21786c8e557d64
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.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2025-10-28 10:12:28+00

Package: pgbackrest-dbgsym
Source: pgbackrest
Version: 2.57.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2512
Depends: pgbackrest (= 2.57.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.57.0-1.pgdg+1_arm64.deb
Size: 1346596
SHA256: 60194889c406b6b8290a5c0292a2fcf25c81d075506ff00edcfcfaac8955aa50
SHA1: 385370a553fa2e173df845906da438b3c63d43f1
MD5sum: 3d9ba36015ce64e7977d113fa635f0c8
Description: debug symbols for pgbackrest
Build-Ids: fe8dfacb4f7a2e5c3a910715eaf6cda62e5f8c22
Timestamp: 2025-10-28 10:12:28+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.57.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1893
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.57.0-1.pgdg+1_all.deb
Size: 131184
SHA256: 792daa4937bbc7ea0e169825a54b8c9424023fb07db5455b137ce97e22e5e216
SHA1: 7124719673fe96cb84c17acf01b6832ccc668c68
MD5sum: 190d3016ca926fbe8e8f31719222f8d2
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2025-10-28 10:12:28+00

Package: pgloader
Version: 3.6.10-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28396
Depends: freetds-dev, libc6 (>= 2.38), libzstd1 (>= 1.5.5), libsqlite3-0, libssl3t64
Homepage: https://github.com/dimitri/pgloader
Priority: optional
Section: database
Filename: pool/main/p/pgloader/pgloader_3.6.10-5.pgdg+1_arm64.deb
Size: 26493972
SHA256: 9d0f8ac5a3ab8f2134066c739deba3427bad8f3609a2078024cc547687e799a6
SHA1: 48c263d3efc309bd1857ca39bf591ad757a49687
MD5sum: 1ba635530ccbb9b299334714a741a7a8
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.
Timestamp: 2025-10-28 10:12:28+00

Package: pgmodeler
Version: 1.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36342
Depends: pgmodeler-common, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libpq5, libqt6core6t64 (>= 6.9.1), libqt6gui6 (>= 6.9.1), libqt6network6 (>= 6.1.2), libqt6printsupport6 (>= 6.1.2), libqt6svg6 (>= 6.6.0), libqt6widgets6 (>= 6.4.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Homepage: https://pgmodeler.io/
Priority: optional
Section: database
Filename: pool/main/p/pgmodeler/pgmodeler_1.2.2-1.pgdg+1_arm64.deb
Size: 6920000
SHA256: 1bdf2c541e87f45e6eb8e811eb49cfc276085621a8595bcbfc873f847c2e9266
SHA1: a1df04dfa7e16d58223165ad41aeab091dffb08f
MD5sum: 48e12c1ba2b218eddcbf284b338ab928
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.
Timestamp: 2025-10-28 10:12:28+00

Package: pgmodeler-common
Source: pgmodeler
Version: 1.2.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2094
Multi-Arch: foreign
Homepage: https://pgmodeler.io/
Priority: optional
Section: database
Filename: pool/main/p/pgmodeler/pgmodeler-common_1.2.2-1.pgdg+1_all.deb
Size: 391664
SHA256: 3dbf2aeb0a4ac5709d89bdf7ae5e8f3b84abd8b4f93a83bca372bd5e3b585001
SHA1: 2d1e668da859ec785ef40f5071b831fa9f080ea9
MD5sum: aede312f821c15d9a05b91efc7e0059e
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.
Timestamp: 2025-10-28 10:12:28+00

Package: pgmodeler-dbgsym
Source: pgmodeler
Version: 1.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70052
Depends: pgmodeler (= 1.2.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmodeler/pgmodeler-dbgsym_1.2.2-1.pgdg+1_arm64.deb
Size: 58047316
SHA256: 8056d7e7294d709baf874605eddb838397a2abe0be8da08ab50c3c90c799453e
SHA1: 115aac23c60332b662e27b6df925a21c88f9901a
MD5sum: 9066b3682fcba18db831e965363c4544
Description: debug symbols for pgmodeler
Build-Ids: 2abd08f19f33e2598b4a5ad6bc626148d01f79f7 4a418f9ac780c572b3a97240ef234b875c70ff4d 5014b274e110b5b3f4b6085a31f111ef8670a715 547f59bce03cb60295514a9aa93b42d20aa6b596 82d13293d904470ad99cb43722dcffbd56a33a77 8dc83b9c58caa0db8eaa32a881fd9280e66d9e27 98e47afb5a8fea2aea7c35b62725c9eb9cd6dde7 b8d8460b722461dce19ffe61a80677335322d371 cfef922273005ce8f598c2de6be535b751f12534 ea2b35de2fe1839488240ccb57d9c9da3fcc73bc fcd7c604fe489ac427ee0cda9e11b2669f28e43b
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-10-decoderbufs
Source: postgres-decoderbufs
Version: 3.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-10, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs_3.3.1-1.pgdg+1_arm64.deb
Size: 14800
SHA256: 5b190f63e9f3b310c43bb8fd2cc4efc6cbcef2e46a471d9970f04015330e15d7
SHA1: 59dd1b660356cda4e9a11a3f208298b792f8a864
MD5sum: c8050c558f993d0d7e75bccebe265e67
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-10-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-10-decoderbufs (= 3.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs-dbgsym_3.3.1-1.pgdg+1_arm64.deb
Size: 37500
SHA256: 6a41a1660adb3575d3738935e4e10e5151c5722f99bf59b25f430cc9878d3a54
SHA1: 5c0b5c6ba4ce9b10c9e9b6fb448d73f997d8c2c2
MD5sum: 7bf12df24c20f3646f80e1fe0a2ec3a5
Description: debug symbols for postgresql-10-decoderbufs
Build-Ids: b1d3e532ecb56f29402788152f9c988f80c3d0b6
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-10-hll
Source: postgresql-hll
Version: 2.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: postgresql-10, libc6 (>= 2.38)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-10-hll_2.19-1.pgdg+1_arm64.deb
Size: 36376
SHA256: 97428e875f236be1d3888e16312d2c299906d5acf8900c2a8df3cb35dc494c37
SHA1: 3ddac3f9200a897798ebe722a600a648fb488f50
MD5sum: ae08da0b48802bbccfc3860db8bdd7b3
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-10-hll-dbgsym
Source: postgresql-hll
Version: 2.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-10-hll (= 2.19-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-10-hll-dbgsym_2.19-1.pgdg+1_arm64.deb
Size: 78304
SHA256: ef2d22d3ddd1da3880abed313dfb820fed62021aa4c91697ba6c69a5955e0ffc
SHA1: 13a60e65caaa8f68b9c1bd534d6a13ca850aa994
MD5sum: 225cfe7fd08447ee01cf1d204f1f4441
Description: debug symbols for postgresql-10-hll
Build-Ids: 9b1358b5173e48876fe68b986cab6654d0b0216f
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-10-oracle-fdw
Source: oracle-fdw
Version: 2.8.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: oracle-libs, postgresql-10, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-10-oracle-fdw_2.8.0-2.pgdg+1_arm64.deb
Size: 81128
SHA256: b93e06ddaa1e071d4e0004ec1bb858c1489f2730dd8c347dfebeaa7e7d73131d
SHA1: 8a1802eecf7f4a9e77a767f4320f232a251d0b44
MD5sum: d8dd4d1aeb1d175feb73ab166c671b78
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-10-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.8.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 191
Depends: postgresql-10-oracle-fdw (= 2.8.0-2.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-10-oracle-fdw-dbgsym_2.8.0-2.pgdg+1_arm64.deb
Size: 169808
SHA256: b53284e942b81ca72b1e8637dedfc4f826d3a351a2478efd285ed0a8f0044eef
SHA1: b449c23599ab727c2b19183393168882112677a6
MD5sum: 6a17a84f84347e17f5058203c373ee1e
Description: debug symbols for postgresql-10-oracle-fdw
Build-Ids: f3478a5e22afa350d29bb7a2c26c8a0055d771a7
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-10-pgsphere
Source: pgsphere
Version: 1.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1056
Depends: postgresql-10, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libhealpix-cxx4 (>= 3.83.0), libstdc++6 (>= 13.1)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-10-pgsphere_1.5.2-1.pgdg+1_arm64.deb
Size: 177424
SHA256: 8e94c9df42a9ab3623ee76a4f7a6cedb9aa2ed77b7b3638d31f3f6de72e1ab8d
SHA1: 5a26441532e0ffe44b0d5f3e5eaa8f38e676bd81
MD5sum: c48f268804ab78500e4839c574626962
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-10-pgsphere-dbgsym
Source: pgsphere
Version: 1.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 416
Depends: postgresql-10-pgsphere (= 1.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-10-pgsphere-dbgsym_1.5.2-1.pgdg+1_arm64.deb
Size: 357424
SHA256: 4534bb75da49d2c28bcdd5a8efcd5ed2322f7d2d236e2dafc130d238645c1f84
SHA1: fb90b9848ca0d4a7e4256a4e7e6e5b041b109200
MD5sum: 1ae82e3d7732b138a51a6efd60888eaa
Description: debug symbols for postgresql-10-pgsphere
Build-Ids: a6a5eb9830b29d92763bc7fac325a977ae7f3e12
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-11-decoderbufs
Source: postgres-decoderbufs
Version: 3.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-11, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs_3.3.1-1.pgdg+1_arm64.deb
Size: 14864
SHA256: 73290e2245f79e0e111bcaa1059eb5a8c212386108a88456d03d33c03729baa4
SHA1: 00da60681e39b9a3dba7dc7d26cbe15931651060
MD5sum: 7a096f73bd40f367f35e7c749cb95966
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-11-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-11-decoderbufs (= 3.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs-dbgsym_3.3.1-1.pgdg+1_arm64.deb
Size: 38004
SHA256: 32a26b6bbf31e4dac996a5ca6c7d17270e602b0c29dbd39a066567f9f50d2b43
SHA1: e2779e0a94ecff6b996aa9d202f6ddfca8e9fcd6
MD5sum: 8212a2b30947a6e04a0207b9a74e4007
Description: debug symbols for postgresql-11-decoderbufs
Build-Ids: 3dab820dd498b8c62c9d6abeef6be244852adbc3
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-11-hll
Source: postgresql-hll
Version: 2.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-11-hll_2.19-1.pgdg+1_arm64.deb
Size: 36400
SHA256: acc3b29cd1b17114d0ba50494882ac4a42290291230dad2851a86927688a808e
SHA1: 5f5e51a9bccc7966f6197880b83e0676631fe0f1
MD5sum: c5ddea2bd40eeaf2a298457678131375
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-11-hll-dbgsym
Source: postgresql-hll
Version: 2.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-11-hll (= 2.19-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-11-hll-dbgsym_2.19-1.pgdg+1_arm64.deb
Size: 81372
SHA256: 9781e0d1981b696701629e1a89321823f94f67e4c303ca0b4e1542a28ed76dc3
SHA1: cf129ed2973f442c11caf82c5cb9046519e128dd
MD5sum: fe6fd797cab8e1952bc147e55d430ac0
Description: debug symbols for postgresql-11-hll
Build-Ids: 8d3f6a3002a578e619ef7e9ea96d7ae0bd05360f
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-11-oracle-fdw
Source: oracle-fdw
Version: 2.8.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: oracle-libs, postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-11-oracle-fdw_2.8.0-2.pgdg+1_arm64.deb
Size: 82068
SHA256: aa54452c31d5599daa904f6fd1d6868e61d03ade20ec53a6439479a3a45e07f4
SHA1: b55d4c9ad8051e7b75e6c3a564d75d9931715750
MD5sum: c7f2f089ee932dc5350eb53c2b122ae2
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-11-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.8.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-11-oracle-fdw (= 2.8.0-2.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-11-oracle-fdw-dbgsym_2.8.0-2.pgdg+1_arm64.deb
Size: 172640
SHA256: da8b5e0edf0668c6128a9ce78577355ed8a8a51bede361ab47663142ab0f7855
SHA1: dab16fdee95b320a0ba9c19200e52ab612f116b0
MD5sum: 7943dd75753c7d44aea71d347ff3bc8e
Description: debug symbols for postgresql-11-oracle-fdw
Build-Ids: ca13a39b8bd5b9fb4478e190666e2b2a495e370a
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-11-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-11-pgaudit, postgresql-11, libc6 (>= 2.34)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile_1.7.5-1.pgdg+1_arm64.deb
Size: 16160
SHA256: 5ced2d0dabc8f4d05f7155ed86da0d93a84cb40af85250dd254b64b994389f9d
SHA1: 5eb89a557c0955f5efa0eb368b4a12bbea482407
MD5sum: 8e9148c6637b4c0737cfd0bc64f1f48b
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-11-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-11-pgauditlogtofile (= 1.7.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile-dbgsym_1.7.5-1.pgdg+1_arm64.deb
Size: 38600
SHA256: d51c746e928e3d51cc7c35fe06bb55d03ac08573a5569b5837a7dabecb27f19e
SHA1: a32bc0f53cb45e5820e5342765b90553c328e0c4
MD5sum: 727eb92aa3f4e8786c69fb718d525480
Description: debug symbols for postgresql-11-pgauditlogtofile
Build-Ids: dc31a1a7a7eb65b8f66b7d61a6c7e8f1d251da0a
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-11-pgsphere
Source: pgsphere
Version: 1.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1056
Depends: postgresql-11, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libhealpix-cxx4 (>= 3.83.0), libstdc++6 (>= 13.1)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-11-pgsphere_1.5.2-1.pgdg+1_arm64.deb
Size: 177060
SHA256: 2be225a84238c8839db2d387ee38c0716d384eff045cb4bcb5ca110771c8cc14
SHA1: ec36b1f55bd20786a8a7a699d0e605189b23ecb6
MD5sum: ec56ea49391f9ae49248849c53803657
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-11-pgsphere-dbgsym
Source: pgsphere
Version: 1.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 418
Depends: postgresql-11-pgsphere (= 1.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-11-pgsphere-dbgsym_1.5.2-1.pgdg+1_arm64.deb
Size: 359476
SHA256: edd878ba50b71e3cef2c32bba92b99e443c28285f5eb35426df74338be55b935
SHA1: 3e8a5063fbf39dafaab10e040d4e213984f8d4bf
MD5sum: ab6aece4d7a3e6fcd108ae1bc1ed61a4
Description: debug symbols for postgresql-11-pgsphere
Build-Ids: 9e3b2f7402d3c69bcd1a6064f7a1e647021adadb
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-11-plr
Source: plr
Version: 1:8.4.8.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 191
Depends: r-base-core (>= 2.10), postgresql-11, libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-11-plr_8.4.8.1-1.pgdg+1_arm64.deb
Size: 63432
SHA256: 867943e46eeb074568927e33728f393e7559a38ffd1dca3ec87cca183bdde42e
SHA1: 5ac9e7326665c6654cd258ff7019326cbf1eeeb5
MD5sum: ccde726ee3d6af4f8e0b8ec6a4f1b67a
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.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-11-plr-dbgsym
Source: plr
Version: 1:8.4.8.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 139
Depends: postgresql-11-plr (= 1:8.4.8.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-11-plr-dbgsym_8.4.8.1-1.pgdg+1_arm64.deb
Size: 119052
SHA256: 504005593dedb79c7de3ea19e7e51d5ed85ffdbbddd147d03cafbab6304aa123
SHA1: fc6c78c5181a58e5f78744750a840e4b29ff054c
MD5sum: 4a2ad473db4c963c09a72c37e8e8bec6
Description: debug symbols for postgresql-11-plr
Build-Ids: bebad87f95cb75f2a25c2734130509f5361f956e
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-12-credcheck
Source: credcheck
Version: 4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-12, libc6 (>= 2.17)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-12-credcheck_4.2-1.pgdg+1_arm64.deb
Size: 73212
SHA256: 4b4301dde6cc49d1a8c473cf268d0599aeb066ac2fda4da1270d147c855b4e75
SHA1: 8f1ba15d59fdfbc5a13675ab1dc49267bd0bd405
MD5sum: 4f07d072c9f1e41e6aed6ce599f644c7
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-12-credcheck-dbgsym
Source: credcheck
Version: 4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 91
Depends: postgresql-12-credcheck (= 4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-12-credcheck-dbgsym_4.2-1.pgdg+1_arm64.deb
Size: 70492
SHA256: 41ccc70a801ca1429cbd7c11d42282e246606b720bad31f1179886f3dabed441
SHA1: 24dd470905e5033003967ad2f90111af38c22482
MD5sum: 328ad7ba6d68d12c72fdbb7b3ff58f4c
Description: debug symbols for postgresql-12-credcheck
Build-Ids: 633ae6291da29ae363860b0c5934a0c663f804e3
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-12-decoderbufs
Source: postgres-decoderbufs
Version: 3.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-12, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs_3.3.1-1.pgdg+1_arm64.deb
Size: 40008
SHA256: 223b6b8e9e1eebbe0e9d725ba2cc08b95d1164555ddf84d3cd92879f2d5710f7
SHA1: a1dc15946a9df67c25b685d61e271454f6b7637c
MD5sum: ead6189e3e812deedd611cb85a2b08e2
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-12-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-12-decoderbufs (= 3.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs-dbgsym_3.3.1-1.pgdg+1_arm64.deb
Size: 38676
SHA256: 3e124f0a9ae8932da78c4571ce770d700cb477bb8e7be9f9ba1827eb739e3174
SHA1: e555ec89791262b8c0605b43b7842a748b91c870
MD5sum: 7d6f7d74387ce682417f2bf06a7adea5
Description: debug symbols for postgresql-12-decoderbufs
Build-Ids: e1c65e1fdd3bce658ecfe53db41d99095611adb7
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-12-hll
Source: postgresql-hll
Version: 2.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 209
Depends: postgresql-12, libc6 (>= 2.38)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-12-hll_2.19-1.pgdg+1_arm64.deb
Size: 78980
SHA256: 3ac1d0c657b1e5eda4a90ded57736bf6b31bedecdcbf63dc2850bf41cca8a143
SHA1: 2f1ca5d81037bb0c7d1a1bd43cbebeedd9e14b33
MD5sum: f6b6313dc56574aa6979b9199e28df22
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-12-hll-dbgsym
Source: postgresql-hll
Version: 2.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-12-hll (= 2.19-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-12-hll-dbgsym_2.19-1.pgdg+1_arm64.deb
Size: 89148
SHA256: 9f622f3a39174f886620a5c125dfc3fd3ce3548300909100d6fc874d83469aff
SHA1: 281d25179e4c6711a61be6a9f103ae8a2c5ef354
MD5sum: 042aca80a73958d7db4a5fa465c6673b
Description: debug symbols for postgresql-12-hll
Build-Ids: a9fa5e226231e89446a6af9e2ed2c006c6cf56fc
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-12-oracle-fdw
Source: oracle-fdw
Version: 2.8.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: oracle-libs, postgresql-12, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-12-oracle-fdw_2.8.0-2.pgdg+1_arm64.deb
Size: 82272
SHA256: bd74486b1d4262bd1e3b63f841f9901ee61b95211e2d515ac81ccf5f4a3dd5f5
SHA1: 9c7d5ed5bca5488f290101b76df001afad4912df
MD5sum: 38647cdafc0ad290ff7b251fd8db0822
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-12-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.8.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-12-oracle-fdw (= 2.8.0-2.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-12-oracle-fdw-dbgsym_2.8.0-2.pgdg+1_arm64.deb
Size: 178184
SHA256: b6b6033b105f1b75a7b332e556fffc8b797fa38742d06676bf526b086b85b6e7
SHA1: 6dd9956ba75b9da1b1e62d58df3a2029809aebf7
MD5sum: 85521a6c06c75c07c30d845c45560cf7
Description: debug symbols for postgresql-12-oracle-fdw
Build-Ids: 9d558bf955b537c8496b40a82fff6b8b89b02484
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-12-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-12-pgaudit, postgresql-12, libc6 (>= 2.34)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile_1.7.5-1.pgdg+1_arm64.deb
Size: 50528
SHA256: a29c4aa1b66bbf9d016d193b1b681b0fcea664c4ee4c777a8ed09a1573ea8648
SHA1: 91f2df44e21804b25a17cf38e5a0244e0876e50b
MD5sum: 8c6bd938657decfa077d50c09299035d
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-12-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-12-pgauditlogtofile (= 1.7.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile-dbgsym_1.7.5-1.pgdg+1_arm64.deb
Size: 38664
SHA256: e41f2d7f838437aaa9710d277711597ee400b8a58ff79522c84dd0180cc69e5a
SHA1: ffc83ff46c07df1723952702301e3fe8cc786df1
MD5sum: 8c366a3c7a70b7bf3eefd9a1cc7e6bdf
Description: debug symbols for postgresql-12-pgauditlogtofile
Build-Ids: 3e3845f1332ed0f37f73b8de17b3263280d77838
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-12-pgsphere
Source: pgsphere
Version: 1.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1667
Depends: postgresql-12, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libhealpix-cxx4 (>= 3.83.0), libstdc++6 (>= 13.1)
Breaks: postgresql-12-jit-llvm (<< 19)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-12-pgsphere_1.5.2-1.pgdg+1_arm64.deb
Size: 411512
SHA256: 42373c84b0677f3ff9fbb4f6ad3a5837253fc7fe61e55551ec235b413d0daad8
SHA1: 005580be7617235b9a72f8445db382d1cae6823b
MD5sum: d8c160a0a904488f8cc0aca181906375
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-12-pgsphere-dbgsym
Source: pgsphere
Version: 1.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 439
Depends: postgresql-12-pgsphere (= 1.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-12-pgsphere-dbgsym_1.5.2-1.pgdg+1_arm64.deb
Size: 380440
SHA256: e1232ec307bc959a114ee3306331eec42453a1bcb64429a7e9b9b83ac8c401c1
SHA1: 9260e64888beaa68a8eae3dee85b1dad85cf77a9
MD5sum: 10f9aa6b8bb90ea06772e2dc1cfd1f47
Description: debug symbols for postgresql-12-pgsphere
Build-Ids: 5cc946636625188bfc1bfb996a9ec8bb9d61c849
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-12-plr
Source: plr
Version: 1:8.4.8.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Depends: r-base-core (>= 2.10), postgresql-12, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-12-jit-llvm (<< 19)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-12-plr_8.4.8.1-1.pgdg+1_arm64.deb
Size: 136848
SHA256: 933b65378a5e24471b0d9abf23cb07ffffb4efd495e0a105606e86f65b56cb40
SHA1: e7a43bb1f03ebfb73a97579e3125abf769a9bd97
MD5sum: 62b2ba902cc5215ab2992b87cb19a48e
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.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-12-plr-dbgsym
Source: plr
Version: 1:8.4.8.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-12-plr (= 1:8.4.8.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-12-plr-dbgsym_8.4.8.1-1.pgdg+1_arm64.deb
Size: 123672
SHA256: b10834ff326444ce2b572d343dc45f64a5b4b2c95b1821239e5fe49cbd73df34
SHA1: 61d550181d3ebee944d29e4275b7045932363a65
MD5sum: d0671fc8216fe3336de18b779de7300f
Description: debug symbols for postgresql-12-plr
Build-Ids: e489a179af40f611ccd51ac36cfd5fc20d32b249
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-13-credcheck
Source: credcheck
Version: 4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: postgresql-13, libc6 (>= 2.17)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-13-credcheck_4.2-1.pgdg+1_arm64.deb
Size: 73908
SHA256: 3989b001815e54b97baa8b94f18888d5d94180a4843c597c128e44635f72f4a1
SHA1: 26b481f70e771e79c22ec17bddbdaa0a4f2a13b5
MD5sum: 15135bceb2ef1d4fc7ef2b7477f9c970
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-13-credcheck-dbgsym
Source: credcheck
Version: 4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-13-credcheck (= 4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-13-credcheck-dbgsym_4.2-1.pgdg+1_arm64.deb
Size: 74712
SHA256: d1b34cc98484c840e3a7385c0c187a6bb126b5a4f314ca625a36be5a260fb123
SHA1: 12a2b62d9a993503fd288822bc94d47d9ac6ffd7
MD5sum: 6d6687938795b70776ae51779e0b46db
Description: debug symbols for postgresql-13-credcheck
Build-Ids: 0e0346a8e3a5868586fab5f6b94ad2daa59f8dba
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-13-decoderbufs
Source: postgres-decoderbufs
Version: 3.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-13, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs_3.3.1-1.pgdg+1_arm64.deb
Size: 40368
SHA256: 30a88a7a3432c0fbd87947ad5d8d79f03b4dbfc1e20b7a83171ece7637097ab2
SHA1: 24f71812a366f52ab90a838e85ff0f6993c34aec
MD5sum: 01411cb8eb75006b6e8a723aa469055b
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-13-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-13-decoderbufs (= 3.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs-dbgsym_3.3.1-1.pgdg+1_arm64.deb
Size: 39916
SHA256: fe0c3d26aeb3d963873943ff5a858ed9810a31f7188e3c22c53adb4eedc87f68
SHA1: 327881dd891caacc6a3cafbf588e26cffae9f9b1
MD5sum: 62271a4ae7022117c3778f2ad6e6386a
Description: debug symbols for postgresql-13-decoderbufs
Build-Ids: 67e015ddd1dc88dc3d71978d45a985675063ea16
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-13-hll
Source: postgresql-hll
Version: 2.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 209
Depends: postgresql-13, libc6 (>= 2.38)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-13-hll_2.19-1.pgdg+1_arm64.deb
Size: 78944
SHA256: 01b12c02b739d36df15a4e96cc416076f1478b766f65e63c44855218e76182ef
SHA1: 58d8170c16ec720e514977a37fd4d0a20fd536d9
MD5sum: 213c886cd97a248eda8f0c283c82a7a0
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-13-hll-dbgsym
Source: postgresql-hll
Version: 2.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-13-hll (= 2.19-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-13-hll-dbgsym_2.19-1.pgdg+1_arm64.deb
Size: 89776
SHA256: 0169f761bc8055a37deafe570f5e15587a2517e655850bfb250e02a84c915aeb
SHA1: f403f2b93f773a7b2ff88e578927c8db6fdf426a
MD5sum: a410b954ca9e0dfdb31b89eba517b375
Description: debug symbols for postgresql-13-hll
Build-Ids: a871fe797f057f4ad21049617f1373078d8b2944
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-13-oracle-fdw
Source: oracle-fdw
Version: 2.8.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: oracle-libs, postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-13-oracle-fdw_2.8.0-2.pgdg+1_arm64.deb
Size: 83240
SHA256: f21c77d39824da263144ac176524acbfa5a633837ab5a1874c4db7755c123530
SHA1: d7c9b0f458cafb3b9748c3006e40fa5824569050
MD5sum: e365b89538973c8688c7f204813c72e0
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-13-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.8.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 206
Depends: postgresql-13-oracle-fdw (= 2.8.0-2.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-13-oracle-fdw-dbgsym_2.8.0-2.pgdg+1_arm64.deb
Size: 185716
SHA256: a1675883d75e4cd584ef8bac4e3869aeed1fab60764194ca34903f2ae4223e3e
SHA1: 818f735008dfd037b2e5836e10d4259dd2d0b129
MD5sum: 68ca9215501faf95dc3523faed5ab6eb
Description: debug symbols for postgresql-13-oracle-fdw
Build-Ids: f9897a6046391feaa3260a55352a344ca9e826ee
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-13-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-13-pgaudit, postgresql-13, libc6 (>= 2.34)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile_1.7.5-1.pgdg+1_arm64.deb
Size: 50432
SHA256: e68b284ebb901f462456a1e31e7e0b038b4a73859b93c008c5c8b4a51d051bb8
SHA1: 55f0fd448eb8957c340c091e99771e06aa5ab7c8
MD5sum: dcb4fabc5bfe4930f2f8030b468a1474
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-13-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-13-pgauditlogtofile (= 1.7.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile-dbgsym_1.7.5-1.pgdg+1_arm64.deb
Size: 38756
SHA256: b6163989005fae151d3ed16417482a4df3d64da0c0e89165e01f2baa3d420f5d
SHA1: 46fce7c66084f62666784b61183655d53971416f
MD5sum: bb3f381179c0474015cb50dca6a89978
Description: debug symbols for postgresql-13-pgauditlogtofile
Build-Ids: fcf3789c56c3e91a812f6f8f4a2921d947fd5f63
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-13-pgsphere
Source: pgsphere
Version: 1.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1672
Depends: postgresql-13, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libhealpix-cxx4 (>= 3.83.0), libstdc++6 (>= 13.1)
Breaks: postgresql-13-jit-llvm (<< 19)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-13-pgsphere_1.5.2-1.pgdg+1_arm64.deb
Size: 413108
SHA256: 05917782810fd43e5419368ed0658f2f8890eb3f104d343e9b9db64315110ee4
SHA1: 9c9d4c788a98eaf88c13fa4a1b3a3b3b470134e3
MD5sum: fd0c694c28291cc8a87dd6c95bad7507
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-13-pgsphere-dbgsym
Source: pgsphere
Version: 1.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 442
Depends: postgresql-13-pgsphere (= 1.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-13-pgsphere-dbgsym_1.5.2-1.pgdg+1_arm64.deb
Size: 382812
SHA256: 6be9ec66045f229c45d1e843abbfaa16108e36d46fa606edf720b5df2eeb522d
SHA1: 45d2811c912fe5da8fe09565f1dafb7af039ee7d
MD5sum: 54533ee5b5f6672b55cc6828a5ee89ee
Description: debug symbols for postgresql-13-pgsphere
Build-Ids: c3487d9f1a7449d82a437386465164b74ff456f2
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-13-plr
Source: plr
Version: 1:8.4.8.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 337
Depends: r-base-core (>= 2.10), postgresql-13, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-13-jit-llvm (<< 19)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-13-plr_8.4.8.1-1.pgdg+1_arm64.deb
Size: 137100
SHA256: 601d80e1c62218e57dced419eae20b3b7b9609497f5c11217c257c8aed611b46
SHA1: 5083e217bbc87b8082ccc0aa668ad86e810baa03
MD5sum: bde958133c8f2aca7e6c93974eb997e8
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.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-13-plr-dbgsym
Source: plr
Version: 1:8.4.8.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-13-plr (= 1:8.4.8.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-13-plr-dbgsym_8.4.8.1-1.pgdg+1_arm64.deb
Size: 127432
SHA256: 877ed51bcb9d83d1cca03e4154bf29f54af0110e9916a9f8269c9bacf8a21955
SHA1: 34791565fe03bc4b2454166177f912cb0c55e6ab
MD5sum: e784e3ea0f139bd883f5ef1f2211179c
Description: debug symbols for postgresql-13-plr
Build-Ids: 2ba3e30fb882927a445229c5655593e440730203
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-14-credcheck
Source: credcheck
Version: 4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-14-credcheck_4.2-1.pgdg+1_arm64.deb
Size: 73996
SHA256: b20d245fb6c0e72b1ee7a965dd93bd57dc45add81a9d0e842fdc9913cc47fd95
SHA1: ff953702b2640fa23b460627a9f9adfbc525fdff
MD5sum: 410b3ec24959ad33f9e42bff1017d6b4
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-14-credcheck-dbgsym
Source: credcheck
Version: 4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-14-credcheck (= 4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-14-credcheck-dbgsym_4.2-1.pgdg+1_arm64.deb
Size: 76220
SHA256: dcbce1b08c6494a40abd42eb5f3a01b412782ad6c2045aeda5697243e0f44b1a
SHA1: ec3c5cdff9eba87e9a45f5127f0b4ce758c0f94d
MD5sum: cd14186ec8f64f58a1ec44245623bf4e
Description: debug symbols for postgresql-14-credcheck
Build-Ids: 0682a3822dd6188c86b2e0c901ff962c295e39aa
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-14-decoderbufs
Source: postgres-decoderbufs
Version: 3.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-14, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs_3.3.1-1.pgdg+1_arm64.deb
Size: 40432
SHA256: 6f8a0ab2da78c869d96de7f1230252da7636c8cc0d090208094e1c6a3d0cf72a
SHA1: ede0d07724ea82cd80368e751e1cbab75a661550
MD5sum: 985480672c312dd249e68ebe5073a3a1
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-14-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-14-decoderbufs (= 3.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs-dbgsym_3.3.1-1.pgdg+1_arm64.deb
Size: 41280
SHA256: 28e684947aaa46bcf42659402669e54a24c73c9d46fe962635a05d74a60d61a2
SHA1: 0650879d4b84dbe227f84ebb696cd7d5a12e49dd
MD5sum: ef1a1bda365a36ab07f43dc2718952b7
Description: debug symbols for postgresql-14-decoderbufs
Build-Ids: acb3e5c00e5b23d35326adcebf2c9156d5274158
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-14-hll
Source: postgresql-hll
Version: 2.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 210
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-14-hll_2.19-1.pgdg+1_arm64.deb
Size: 78784
SHA256: 459f592457d587b7eb0161ce2ee531fd7c6bd82b51cd9a81416bfa1872e34413
SHA1: 26184ca994912ca333fb8154e812ce6e48860f58
MD5sum: d6ac72c36cbc6eb0a117a6ec90bcad7e
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-14-hll-dbgsym
Source: postgresql-hll
Version: 2.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-14-hll (= 2.19-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-14-hll-dbgsym_2.19-1.pgdg+1_arm64.deb
Size: 91248
SHA256: a91f57435a63bb8d129125d9fd15a865da617dc0a3423c7ad23544e3677ec196
SHA1: d1c50850b1975f7a9f975d6d7bf933560a6cf9a1
MD5sum: da5416c164ae4e9cacd9c87988085d70
Description: debug symbols for postgresql-14-hll
Build-Ids: 2958e384b041bed5515250c899afdca24f3c2f09
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-14-oracle-fdw
Source: oracle-fdw
Version: 2.8.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: oracle-libs, postgresql-14, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-14-oracle-fdw_2.8.0-2.pgdg+1_arm64.deb
Size: 83060
SHA256: a7198cdb0436cb6eb9dedb9472480669832f0566293c951bd6431f80b9d20f24
SHA1: 475d46b5a4233e8a9ca507661992e5b8c9d27a5a
MD5sum: 4d8813fb4bf3ab046a5f31d1126e2c35
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-14-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.8.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 207
Depends: postgresql-14-oracle-fdw (= 2.8.0-2.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-14-oracle-fdw-dbgsym_2.8.0-2.pgdg+1_arm64.deb
Size: 186636
SHA256: a6f2bf6c75f76082573dd21541c23a6bd69ca03667edd91056b1fc74b12499cb
SHA1: c069dbe63ee353c0759de04dd805ac6e6b54e906
MD5sum: 0f7912e26249d01a635ebedf36d2f857
Description: debug symbols for postgresql-14-oracle-fdw
Build-Ids: 8c02af04d32cede04d06858b5fd485e5b365943b
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-14-partman
Source: pg-partman
Version: 5.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7613
Depends: python3, python3-psycopg2, postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-14-partman_5.3.1-1.pgdg+1_arm64.deb
Size: 239012
SHA256: aeff468f5a63120c319c153b3b76796415f780564404d4379ab3fe7c7148a25e
SHA1: 03f6980f79e1eb620b8fa5d003768e06356daf60
MD5sum: b1115c110a94b71da115e4a91a9f122e
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.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-14-partman-dbgsym
Source: pg-partman
Version: 5.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-14-partman (= 5.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-14-partman-dbgsym_5.3.1-1.pgdg+1_arm64.deb
Size: 34612
SHA256: 6ed29c93f59014b0e809e61dd918e4142fdbea89f355fd0229a1a42bfeba7809
SHA1: 68dc0ef89422506605aa3ce1b66aedab67ced17a
MD5sum: 287f00ecd563539050ef2c520f7e4c8f
Description: debug symbols for postgresql-14-partman
Build-Ids: bafb20e48077a10749e03388e90ec45dedec2589
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-14-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-14-pgaudit, postgresql-14, libc6 (>= 2.34)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile_1.7.5-1.pgdg+1_arm64.deb
Size: 50520
SHA256: cf3eacd15490a34bb0a536941821bbca69761cff6556df7ccc0c3886bf2e0caa
SHA1: aedee195c9f9664482036f49c9d40b808917e5d9
MD5sum: 5f0bb91ae9833726457f20ac8c9430d2
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-14-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-14-pgauditlogtofile (= 1.7.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile-dbgsym_1.7.5-1.pgdg+1_arm64.deb
Size: 39568
SHA256: ef9efca5590798a92ac1357f916ede9535348c566a416190ba8ff626d32cb2aa
SHA1: 2b1f748db79d23c9fd86457d5130a713a9afea27
MD5sum: 6bb39cf9db63dd4fefae0cc038c36a66
Description: debug symbols for postgresql-14-pgauditlogtofile
Build-Ids: aac1e2939233b75a3cd887f639cbd1117d1bc0b6
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-14-pgsphere
Source: pgsphere
Version: 1.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1676
Depends: postgresql-14, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libhealpix-cxx4 (>= 3.83.0), libstdc++6 (>= 13.1)
Breaks: postgresql-14-jit-llvm (<< 19)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-14-pgsphere_1.5.2-1.pgdg+1_arm64.deb
Size: 414048
SHA256: bf7fea85a1e0326d38633875284ce1aa7bb3cedeca5ef2b59c52730702874e8f
SHA1: f287974d390007090f6461dad97e9d6ea9707a36
MD5sum: 15c7e5041170c3ec69777a6d6d752920
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-14-pgsphere-dbgsym
Source: pgsphere
Version: 1.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 441
Depends: postgresql-14-pgsphere (= 1.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-14-pgsphere-dbgsym_1.5.2-1.pgdg+1_arm64.deb
Size: 382020
SHA256: c0038cd938af293fe77ff14e17e462fa6fac53efe4c29ea6a699b5628942df14
SHA1: 7480c93730748f9aad57aee350edd6d048fc6fd3
MD5sum: 500fd3623dc50f5477d2e4ca04f5c28c
Description: debug symbols for postgresql-14-pgsphere
Build-Ids: e2e27fb47d2092a5fe9a9a975ff2d1288b694818
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-14-pljs
Source: pljs
Version: 1.0.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1045
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/plv8/pljs
Priority: optional
Section: database
Filename: pool/main/p/pljs/postgresql-14-pljs_1.0.3-2.pgdg+1_arm64.deb
Size: 391524
SHA256: 5362914274841c9e51394d2584c18138db916cdd96d4dfba2bc158ff6b7f61d9
SHA1: d3337689085918e33c0a9e3d1d802d2557c6c150
MD5sum: 03d6666214eb1d8d9f841679ea7f15fc
Description: Javascript Language Plugin for PostgreSQL
 PLJS is a trusted JavaScript Language Extension for PostgreSQL.
 It is compact, lightweight, and fast.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-14-pljs-dbgsym
Source: pljs
Version: 1.0.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1373
Depends: postgresql-14-pljs (= 1.0.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pljs/postgresql-14-pljs-dbgsym_1.0.3-2.pgdg+1_arm64.deb
Size: 1335480
SHA256: 175127663d7a400d049cb79e13376632183d5171dd27807b3af21085bb78e735
SHA1: fcf80a0c19248693fa16dc50c43ac7ab8d73c64b
MD5sum: 17b5128a26843bb8ed8d8430242efb2b
Description: debug symbols for postgresql-14-pljs
Build-Ids: 573686e15271dc4836808371f93bf7806cc07d68
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-14-plr
Source: plr
Version: 1:8.4.8.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 338
Depends: r-base-core (>= 2.10), postgresql-14, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-14-jit-llvm (<< 19)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-14-plr_8.4.8.1-1.pgdg+1_arm64.deb
Size: 137380
SHA256: 06e1c1f55c962b9771c7649d267719dc99560ca3facf84df071f11806e533309
SHA1: c069ed9f0193c4a8082b263358d3a09533239fce
MD5sum: f7f68db2333a672ba7d758b2f3e802c6
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.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-14-plr-dbgsym
Source: plr
Version: 1:8.4.8.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-14-plr (= 1:8.4.8.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-14-plr-dbgsym_8.4.8.1-1.pgdg+1_arm64.deb
Size: 129004
SHA256: 430a733f6bf8896ddcf703d158383177f54450d9c0327a768423fe47bc86a6c9
SHA1: 7ed00f52c71e45b0cfebdc6909cd233eed92ed04
MD5sum: ddbc4dc5d6d13a456180b3dd9faab88f
Description: debug symbols for postgresql-14-plr
Build-Ids: c1ccb11f87b7c8dd529ede09e361ced689ab6999
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-15-credcheck
Source: credcheck
Version: 4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-15-credcheck_4.2-1.pgdg+1_arm64.deb
Size: 74740
SHA256: 0f3722e60efa60b39b77990e3b21ebbda6fbd063246795610493943622403dae
SHA1: dcd5b94828d407e5e0201c82cd380601a1d2dc7f
MD5sum: a616f331b21504e2772389ee92faa172
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-15-credcheck-dbgsym
Source: credcheck
Version: 4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: postgresql-15-credcheck (= 4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-15-credcheck-dbgsym_4.2-1.pgdg+1_arm64.deb
Size: 77988
SHA256: e51418ab2372861759f7abd4c31ce2e5b13f1523f73674050c3a446fa6792ca1
SHA1: 3c3d97df54fdeecf18548cc46efbf6284daca576
MD5sum: 9bacbf0281099d98abfde2ad39450441
Description: debug symbols for postgresql-15-credcheck
Build-Ids: 682e1e566aa114af7f6713f779d2eecdc435bc77
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-15-decoderbufs
Source: postgres-decoderbufs
Version: 3.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-15, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs_3.3.1-1.pgdg+1_arm64.deb
Size: 40944
SHA256: e2a471a5167c6951b71ae24f1f634b959dc785ed98ca50795ae6d908ebebff4f
SHA1: 92d2cebe9038378b1000bc1c779ef9bfc9c3c113
MD5sum: 6b8d88f42280b3b60ef95a817b4f2b81
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-15-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-15-decoderbufs (= 3.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs-dbgsym_3.3.1-1.pgdg+1_arm64.deb
Size: 51864
SHA256: fed407cc329aa6bf6a42d6176b1e16c9ec80f1b0c70da6a0360327dae1441d58
SHA1: f21f87968c05a77b95811dcaad541bb1087e65e2
MD5sum: 428612ce8e4340ea94defc69bfe704ac
Description: debug symbols for postgresql-15-decoderbufs
Build-Ids: 296b3e39d6ff365a1700fad8376c9b50587e5da1
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-15-hll
Source: postgresql-hll
Version: 2.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 210
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-15-hll_2.19-1.pgdg+1_arm64.deb
Size: 78924
SHA256: c60905f5b98724c56539338561ba5622f0b1165432e0cbf2c63a56c1761f133e
SHA1: cdad16a1728e0d4c78cc658f37b77636c13bc7df
MD5sum: 3341acddc8d0ca8183526e36671dc4f6
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-15-hll-dbgsym
Source: postgresql-hll
Version: 2.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-15-hll (= 2.19-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-15-hll-dbgsym_2.19-1.pgdg+1_arm64.deb
Size: 91756
SHA256: ce87948fb597741ff611ba25b14f136bdd31d0844b3f4b77d6f975643fb7107f
SHA1: 78aea737d0a6c308edda2077c08b6346cff06ff0
MD5sum: a81529707805d0e918bbb6948f076769
Description: debug symbols for postgresql-15-hll
Build-Ids: ba4e8df2700ede625f3f613ca52808e2b7a85ee1
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-15-oracle-fdw
Source: oracle-fdw
Version: 2.8.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: oracle-libs, postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-15-oracle-fdw_2.8.0-2.pgdg+1_arm64.deb
Size: 83176
SHA256: 5e354a5efce8885707c5f575c18d06429138c0fe7efb40ab687063af3d4c97f6
SHA1: 9dfe33d1c94e799e091681a7aaab1113ebfba972
MD5sum: cf51d3c8db20ddf2c1e8931c44cfed6b
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-15-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.8.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 210
Depends: postgresql-15-oracle-fdw (= 2.8.0-2.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-15-oracle-fdw-dbgsym_2.8.0-2.pgdg+1_arm64.deb
Size: 189008
SHA256: 5bca49150a61f88994f1e6e6d3567920a55d678635d9fa823781e15dd6229cc6
SHA1: 8f4257b945495fcadf1366a629f2ccf24831055f
MD5sum: ade752f1648cd5e492afb8a52be059fe
Description: debug symbols for postgresql-15-oracle-fdw
Build-Ids: 853c138077649ee7e01371789ac98a9db5aa409a
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-15-partman
Source: pg-partman
Version: 5.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7613
Depends: python3, python3-psycopg2, postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-15-partman_5.3.1-1.pgdg+1_arm64.deb
Size: 239096
SHA256: 6baf7bacddf800db5ddaf0db61a3ea484c103cb6e97bd666b24c211fd54d9306
SHA1: a77786c13c70835ddf9ad36848be945f0f75d015
MD5sum: 5bb0268ac173b4057599e72fffa44c8b
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.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-15-partman-dbgsym
Source: pg-partman
Version: 5.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-15-partman (= 5.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-15-partman-dbgsym_5.3.1-1.pgdg+1_arm64.deb
Size: 40708
SHA256: 33123baa9d9680bd58b914bcbc4068db9adc237a782ced7fb89323abc38a1a0d
SHA1: d33293bef7eb8fb114aaa64e954df7425109465d
MD5sum: 2c7b46a83fb7bd3fe095daaa9a2f7352
Description: debug symbols for postgresql-15-partman
Build-Ids: aba1ca2a88f09c56c53e63bc7b051d8ca4d6abb3
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-15-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-15-pgaudit, postgresql-15, libc6 (>= 2.34)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile_1.7.5-1.pgdg+1_arm64.deb
Size: 50684
SHA256: 3df631a4ca71e6d1291fd7cbed99e9e6b87c8419b330ee02f637612e1ae54884
SHA1: a99324b3394d81b814f60cf92e08d6884ce39026
MD5sum: a204809efbfc03598ebe0c8876a53a28
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-15-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-15-pgauditlogtofile (= 1.7.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile-dbgsym_1.7.5-1.pgdg+1_arm64.deb
Size: 39916
SHA256: 6a801437f6e909b532db8cfa9edfef1edbc29c2c3d00c2584d1dd9aafdeed25b
SHA1: 9959f775b99644c42fb5e3d93a5f5b3aba67436d
MD5sum: c3746620eefa576025b7a4c9e4cddac5
Description: debug symbols for postgresql-15-pgauditlogtofile
Build-Ids: 0878a730e0e0085699b320355fe0e1e64326f261
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-15-pgsphere
Source: pgsphere
Version: 1.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1676
Depends: postgresql-15, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libhealpix-cxx4 (>= 3.83.0), libstdc++6 (>= 13.1)
Breaks: postgresql-15-jit-llvm (<< 19)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-15-pgsphere_1.5.2-1.pgdg+1_arm64.deb
Size: 414156
SHA256: d04e13bd2f0f6580122cd3aa52741c23e7fb704c1c40beb2b4fe3dfca7039e2d
SHA1: f7f725a2636f0700033dfff9d7bdf358840f4408
MD5sum: 2cec74bedfbaceb0cbf51ca58823c9c2
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-15-pgsphere-dbgsym
Source: pgsphere
Version: 1.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 441
Depends: postgresql-15-pgsphere (= 1.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-15-pgsphere-dbgsym_1.5.2-1.pgdg+1_arm64.deb
Size: 382192
SHA256: ceddf418778aa48aba06e8d72bf2af8d8b2dae1585240a65b6d6bc815f6e6633
SHA1: c3d49679725137471b1609e16bcc96cb0d96fd8d
MD5sum: 399adbe1a75c6f506055369e34f73d47
Description: debug symbols for postgresql-15-pgsphere
Build-Ids: 29fc62071714b4e622028c600c560c520fd940f4
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-15-pljs
Source: pljs
Version: 1.0.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1045
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/plv8/pljs
Priority: optional
Section: database
Filename: pool/main/p/pljs/postgresql-15-pljs_1.0.3-2.pgdg+1_arm64.deb
Size: 392216
SHA256: 5fd99b4c1a453bdd4253690482eb447a70e6bb211982352568c5e609837b7324
SHA1: 85edfd1bc5f4dac4aa8aec405ee07fe36dc3c3de
MD5sum: 470009c8526148a95cb9c414616c707d
Description: Javascript Language Plugin for PostgreSQL
 PLJS is a trusted JavaScript Language Extension for PostgreSQL.
 It is compact, lightweight, and fast.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-15-pljs-dbgsym
Source: pljs
Version: 1.0.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1375
Depends: postgresql-15-pljs (= 1.0.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pljs/postgresql-15-pljs-dbgsym_1.0.3-2.pgdg+1_arm64.deb
Size: 1337036
SHA256: a17977e32310629944caaaa90c351c3310f1949a9c0fc9f1a04a75a635e153e4
SHA1: c11f627883a61842fdc3331e0926ac80997a60aa
MD5sum: 1ceae70c94f0943e47045d28eb8a390e
Description: debug symbols for postgresql-15-pljs
Build-Ids: 0d0803abf6087af81797ee333bd562ab49c9cbb4
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-15-plr
Source: plr
Version: 1:8.4.8.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 338
Depends: r-base-core (>= 2.10), postgresql-15, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-15-jit-llvm (<< 19)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-15-plr_8.4.8.1-1.pgdg+1_arm64.deb
Size: 137448
SHA256: a5508926aa5b2ef91659aac9f8d23f22a1d82e64177033427ed0009685963dc7
SHA1: 4456210c1048b90b8cddf726cfc7d5358bc5a2ce
MD5sum: bd6ca7a9832804d63ac3b32c6629ff5b
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.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-15-plr-dbgsym
Source: plr
Version: 1:8.4.8.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-15-plr (= 1:8.4.8.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-15-plr-dbgsym_8.4.8.1-1.pgdg+1_arm64.deb
Size: 129968
SHA256: 4fa3b85a45ddf6cdf44df1e074be7e7925eed493d6c7f294388553cca6928cb7
SHA1: 757796764f969ef74196adddacf93955ae332f8c
MD5sum: 37bd54fd6d714a971dc36c7f4b265f4e
Description: debug symbols for postgresql-15-plr
Build-Ids: 797cf96e156d51325d56e8de8cba0043eeecda30
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-16-credcheck
Source: credcheck
Version: 4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-16-credcheck_4.2-1.pgdg+1_arm64.deb
Size: 74760
SHA256: 91da8bd4dd5f85b17c9c6ebe5fa9ea1eb292f07370ed133895ada06797030af8
SHA1: 231d4181e1623e9a56bc9cd5cd3523b8f6d7093b
MD5sum: e677e639f711bafa365032e678b7e500
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-16-credcheck-dbgsym
Source: credcheck
Version: 4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-16-credcheck (= 4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-16-credcheck-dbgsym_4.2-1.pgdg+1_arm64.deb
Size: 80024
SHA256: 2dda4f4baae092099e2272646bcf45ec3a2c5e3e31e01ace45d82ff75336b0bb
SHA1: 891a26c5ad3da3b10fd57ae7b4c6af98aec79ca9
MD5sum: d630b626c496154a287fe241eb476a20
Description: debug symbols for postgresql-16-credcheck
Build-Ids: fe70781a145baf9a528b1fbf40ae6742daca9301
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-16-decoderbufs
Source: postgres-decoderbufs
Version: 3.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-16, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-16-decoderbufs_3.3.1-1.pgdg+1_arm64.deb
Size: 40440
SHA256: 4b3231854ff401aa3ebc7fa7fd3aee8fd17a5ec5a8682ce53140530eccc79ada
SHA1: 10d7e22d6ee8bbd1c93f3ce5b6dfd9b72268b8ed
MD5sum: d961bf01bd3bb8ec104d833417c892ac
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-16-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-16-decoderbufs (= 3.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-16-decoderbufs-dbgsym_3.3.1-1.pgdg+1_arm64.deb
Size: 53576
SHA256: afbf19691475e9ed0dbdd9e8ce0df1cbd46ecef6aeef9b9d7f0c4ba24819f215
SHA1: d4b77b9b46b90d21d00bc32fb13ba21f18e0daa7
MD5sum: 73ec6ea72771f253054f66d1bece1e47
Description: debug symbols for postgresql-16-decoderbufs
Build-Ids: 4ed84a774d38c2303527263b9fd76a2da0ea39c0
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-16-hll
Source: postgresql-hll
Version: 2.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 209
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-16-hll_2.19-1.pgdg+1_arm64.deb
Size: 78328
SHA256: 88a2b98fb3ca4f8d706f8eb7024e71e387f07ff94de3a922df2074cf8eca4e15
SHA1: 7ffd16a56a792c0a8d7dd2ac17efff69bb31eda1
MD5sum: 4fce120163521ee01518c907edf1ba02
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-16-hll-dbgsym
Source: postgresql-hll
Version: 2.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-16-hll (= 2.19-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-16-hll-dbgsym_2.19-1.pgdg+1_arm64.deb
Size: 98204
SHA256: 9462f7253ad57d88a35b0efaaaa4bb0aa6ce840cec02c0e7f277e318b262ac09
SHA1: affea56ddc3bf5b4e26ac0fda72c4e1e97f4219d
MD5sum: d45486cd68be21513a568f49f1ab654b
Description: debug symbols for postgresql-16-hll
Build-Ids: 696867099228174782d9c0dfcd0af250f94262ef
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-16-oracle-fdw
Source: oracle-fdw
Version: 2.8.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: oracle-libs, postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-16-oracle-fdw_2.8.0-2.pgdg+1_arm64.deb
Size: 82400
SHA256: 071259f1a348a3533d7540847008296201304c26e84e9903763fedb896474a3e
SHA1: 225197e72427cfc45f7af02a26e72f822e0fa247
MD5sum: f7c3fd57fc3dce661fac66e12069a662
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-16-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.8.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 214
Depends: postgresql-16-oracle-fdw (= 2.8.0-2.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-16-oracle-fdw-dbgsym_2.8.0-2.pgdg+1_arm64.deb
Size: 193112
SHA256: 8a9bf1ab46f4fdc3a673860ba160985f80b4e16877b56ccffa7fd6b90391ce6d
SHA1: 18fea2c95c9d3b71b72dfa7fa6df984e488256c2
MD5sum: 07694f79bd6b2ad6d2a851df2616c779
Description: debug symbols for postgresql-16-oracle-fdw
Build-Ids: 811532ceab86fc9325216027cc861aa947c8d30e
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-16-partman
Source: pg-partman
Version: 5.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7613
Depends: python3, python3-psycopg2, postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-16-partman_5.3.1-1.pgdg+1_arm64.deb
Size: 238940
SHA256: d5d93867aa25442948cc943c4beddf83bd410266fb5ae33b0a47d01b18e1ac39
SHA1: 6bc16c1798561ec2731c3f9d116cb0b2e99a53df
MD5sum: 02648da932548eb0678d73f6833c97ff
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.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-16-partman-dbgsym
Source: pg-partman
Version: 5.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-16-partman (= 5.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-16-partman-dbgsym_5.3.1-1.pgdg+1_arm64.deb
Size: 41712
SHA256: 10c427b277a35fb3ad69172c280495a62704e3c4d0a3396a4f229f2fd45990ac
SHA1: 1f813642c0cca0c258fb0aa6f770520c880575e4
MD5sum: fa4d2fd4ec7cfb1059dd790d45fea2b9
Description: debug symbols for postgresql-16-partman
Build-Ids: 62902af7b3bd5129e0758ed1ae2c22c8fb6f7e9a
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-16-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-16-pgaudit, postgresql-16, libc6 (>= 2.34)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile_1.7.5-1.pgdg+1_arm64.deb
Size: 50108
SHA256: 471be8a55d1c9a20172fbf1d26c5ccb263b3e7389804d299966d327ac19edc88
SHA1: 5ada01cebc5d2026f5a9915410b4b34b00fb957d
MD5sum: ff2f34d82d985529d5d1cca86264c163
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-16-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-16-pgauditlogtofile (= 1.7.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile-dbgsym_1.7.5-1.pgdg+1_arm64.deb
Size: 40220
SHA256: 58c9b7db03225e0c3511d9f63e26756cc74abe7f3bebdfecb5c64e6f1233316d
SHA1: af7b741e87cf92d8c5f5fff2715c27604d70dde7
MD5sum: 0522652cb057053e0a9c145b22b48791
Description: debug symbols for postgresql-16-pgauditlogtofile
Build-Ids: cc0402bdf5ff45febed0a7e8a27b384c6925be8a
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-16-pgsphere
Source: pgsphere
Version: 1.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1675
Depends: postgresql-16, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libhealpix-cxx4 (>= 3.83.0), libstdc++6 (>= 13.1)
Breaks: postgresql-16-jit-llvm (<< 19)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-16-pgsphere_1.5.2-1.pgdg+1_arm64.deb
Size: 412368
SHA256: cf646edf3c2b60a7eab908e9fcfc3bf4f25b9d543fec20904b0055f6157d299d
SHA1: e3fa2af2fc2a696b97fa5b532ce1320635659b56
MD5sum: 33a514b278c6aeb54af31c14a84a9e7a
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-16-pgsphere-dbgsym
Source: pgsphere
Version: 1.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 501
Depends: postgresql-16-pgsphere (= 1.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-16-pgsphere-dbgsym_1.5.2-1.pgdg+1_arm64.deb
Size: 443156
SHA256: cfd0cf85a784eab686deddc19124629c98e0f362b9377a38be7ec13243a6086a
SHA1: 12286e0c29fc1d1b8f03936ee2b10b82e5d48445
MD5sum: 74a44ade50f612e1be281817bcbc9d08
Description: debug symbols for postgresql-16-pgsphere
Build-Ids: 35c5a2ed61683886498195922772361b5c9ffaa5
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-16-pljs
Source: pljs
Version: 1.0.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1045
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/plv8/pljs
Priority: optional
Section: database
Filename: pool/main/p/pljs/postgresql-16-pljs_1.0.3-2.pgdg+1_arm64.deb
Size: 391280
SHA256: c1f7a471b71140c11d71604b7b34d8dbd71fb429e59e9f2f4709bf7700912dff
SHA1: a41fab28844352b083f2a3337617b6cf3dab8987
MD5sum: b6249dde239f47412c53e5e514aec7e2
Description: Javascript Language Plugin for PostgreSQL
 PLJS is a trusted JavaScript Language Extension for PostgreSQL.
 It is compact, lightweight, and fast.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-16-pljs-dbgsym
Source: pljs
Version: 1.0.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1380
Depends: postgresql-16-pljs (= 1.0.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pljs/postgresql-16-pljs-dbgsym_1.0.3-2.pgdg+1_arm64.deb
Size: 1342564
SHA256: 65e34b79cc635b1323838567cdf6a0ee7fc4d3c581cbb6b1fd018ff85260a9bd
SHA1: 80ef516b1fc4e1b7da9bd5f819e082a15fc3a865
MD5sum: 5a3420f74bf18b4f67d8bc634059c5ba
Description: debug symbols for postgresql-16-pljs
Build-Ids: 9ab63059cbf4feba86d4d3222f69467c16520519
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-16-plr
Source: plr
Version: 1:8.4.8.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 338
Depends: r-base-core (>= 2.10), postgresql-16, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-16-jit-llvm (<< 19)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-16-plr_8.4.8.1-1.pgdg+1_arm64.deb
Size: 136880
SHA256: cd77c85138632b8c142de55b344bd3dc83021c12d2193032a284d643dbee7b5f
SHA1: bbdc0687ddd9a7d62f6c8d714a606d7e1d640b95
MD5sum: 0cf0d6e43b6486c42da8647bae2f2dac
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.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-16-plr-dbgsym
Source: plr
Version: 1:8.4.8.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 158
Depends: postgresql-16-plr (= 1:8.4.8.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-16-plr-dbgsym_8.4.8.1-1.pgdg+1_arm64.deb
Size: 136772
SHA256: 782c3ccf8880afd6ccc401d3b13f27454aabf61de11c075bda19950eb159639f
SHA1: 35d0c8ebc88c84eae14701b1ac7573358a102dbf
MD5sum: 73d57298289f57a3676e70d135448b04
Description: debug symbols for postgresql-16-plr
Build-Ids: 06746119d339145e3f7ba05b18ef55b3eabc924f
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-17-credcheck
Source: credcheck
Version: 4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-17-credcheck_4.2-1.pgdg+1_arm64.deb
Size: 74652
SHA256: ce66f25812548d6495a09b197b57ee09aedc76914be62e3fddfd3787cf6afbe0
SHA1: dfeb8106c5ea6f9e6b38fe109f2d7008c0d53419
MD5sum: c88d4b6c02e1754375431b9a925e63d6
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-17-credcheck-dbgsym
Source: credcheck
Version: 4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-17-credcheck (= 4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-17-credcheck-dbgsym_4.2-1.pgdg+1_arm64.deb
Size: 82556
SHA256: d07bfe68ce629a38c5d7fef4e0d27fa3e2a5287f6cee1d24b5959112a1b5bbb6
SHA1: d70b9e18b75ff9b3c593a8684732466f565e583a
MD5sum: ad1e703fc10b2b6eae8e8813ea939419
Description: debug symbols for postgresql-17-credcheck
Build-Ids: 21201502106d8518f82e8783d8633d4df03323e7
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-17-decoderbufs
Source: postgres-decoderbufs
Version: 3.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-17, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-17-decoderbufs_3.3.1-1.pgdg+1_arm64.deb
Size: 40348
SHA256: c4fcdd5a209fadc61d21b019431379af2973948c3d50f1229d054c0ddf568cc6
SHA1: c6fec8ed30ef7f1dbec57381d04982773247edde
MD5sum: d106b0216e967312ec1324245840e3f4
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-17-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-17-decoderbufs (= 3.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-17-decoderbufs-dbgsym_3.3.1-1.pgdg+1_arm64.deb
Size: 57056
SHA256: 8fa90b54655c1cea705cc8f7753f5012d97df2999487e942c356f00ffc0e88ce
SHA1: 1fda31d70ed460c1d3214e9b9a404e984e71b172
MD5sum: 0ede3d46afef70ff556aa0c2f653129e
Description: debug symbols for postgresql-17-decoderbufs
Build-Ids: 03259fc73c3ff83c1cb5972b138b6079cb52e77e
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-17-hll
Source: postgresql-hll
Version: 2.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 209
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-17-hll_2.19-1.pgdg+1_arm64.deb
Size: 78280
SHA256: 8c381f6d7f1d989c9d91e1d74f6dc86cdfa2579cdec0948754bb344a4ea23e75
SHA1: 54590c52564340fb826fc37cf2c3e326abccc9c1
MD5sum: 13fc1db75baa1454620f2162d688ae8d
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-17-hll-dbgsym
Source: postgresql-hll
Version: 2.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-17-hll (= 2.19-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-17-hll-dbgsym_2.19-1.pgdg+1_arm64.deb
Size: 102540
SHA256: ec20ebe683e01bd9b27a60a7bc18b7f78657600b97e31a0e5bab3cf4ce76f9cd
SHA1: 27d358df15f77e62ca32987199b0862170aa957f
MD5sum: 9a39c1890069f518d2304c924206bc2a
Description: debug symbols for postgresql-17-hll
Build-Ids: ecc43b020f7852d2f52042f55b725deec1707a4b
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-17-oracle-fdw
Source: oracle-fdw
Version: 2.8.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: oracle-libs, postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-17-oracle-fdw_2.8.0-2.pgdg+1_arm64.deb
Size: 82368
SHA256: 3781714612b06502c9caee7248b547c6be613713c44cb186457876f9486164a6
SHA1: edf42959ccdf9a5e0aac7d5ba718e26e5b468fbd
MD5sum: 39877a50d763779fce06d0b17878e447
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-17-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.8.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 216
Depends: postgresql-17-oracle-fdw (= 2.8.0-2.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-17-oracle-fdw-dbgsym_2.8.0-2.pgdg+1_arm64.deb
Size: 194668
SHA256: c5a5273d1b2e1ebe82597f518b1102419edfddb7d76290e85fa416e7f5204df1
SHA1: e856a50574b9f911fb5e32ce102beead8879b30f
MD5sum: 9cc83b9417fbb33aad3a6d9f3164c305
Description: debug symbols for postgresql-17-oracle-fdw
Build-Ids: 4ca2672efd9f00aadd828e2ba5578a7345b188bd
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-17-partman
Source: pg-partman
Version: 5.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7613
Depends: python3, python3-psycopg2, postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-17-partman_5.3.1-1.pgdg+1_arm64.deb
Size: 238920
SHA256: d9fe60111efb201ece4a2813f95fbce5f31505207cf57d771f9be6b79671f0f5
SHA1: 76083990e65f1d2818c50daceff168318ff5ddae
MD5sum: 1aa49fa56160ed19c0c53ee869d7f9a7
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.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-17-partman-dbgsym
Source: pg-partman
Version: 5.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-17-partman (= 5.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-17-partman-dbgsym_5.3.1-1.pgdg+1_arm64.deb
Size: 45116
SHA256: 107d63896d6de6d45e1c1cda7c013c990a52e3fe7e1e9c205845f573ad23cc3d
SHA1: 535563c96ae6ebcd38409ea702134d52283204bf
MD5sum: 4b28611f863c4b289638996b35453d6e
Description: debug symbols for postgresql-17-partman
Build-Ids: f3b72c98728e619c4770bdf8cf7909bc1ac8eb3b
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-17-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-17-pgaudit, postgresql-17, libc6 (>= 2.34)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-17-pgauditlogtofile_1.7.5-1.pgdg+1_arm64.deb
Size: 50124
SHA256: 544d1df4a02bb3a37c23d96f8fee788d4db03afa052f08ea870e914cdb29f7ef
SHA1: f2d8a007108dd2f85d0638f66a56d24dcb5bcf75
MD5sum: 8ef9d667cbf5557c68fa59c4243bdb81
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-17-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-17-pgauditlogtofile (= 1.7.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-17-pgauditlogtofile-dbgsym_1.7.5-1.pgdg+1_arm64.deb
Size: 40588
SHA256: fa8f33134ce4e9fb8861e2974f11817892e431be4f176595cd1e64dc618c9eba
SHA1: 0fd4d251e2c4a1ef3b790ef369d3b272a2c24df6
MD5sum: 23123b1cad3873591326acb141d28179
Description: debug symbols for postgresql-17-pgauditlogtofile
Build-Ids: 78a6db669b96340fe41951295c8b74b472dc8ae2
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-17-pgsphere
Source: pgsphere
Version: 1.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1675
Depends: postgresql-17, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libhealpix-cxx4 (>= 3.83.0), libstdc++6 (>= 13.1)
Breaks: postgresql-17-jit-llvm (<< 19)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-17-pgsphere_1.5.2-1.pgdg+1_arm64.deb
Size: 411764
SHA256: dd5a3b4c803612b4cbc4d21fa69ea10f93b43119b6fe11b977eb2ea18fc1e6bd
SHA1: 9b8bec4b4aadd361da288754e1776171e89fd739
MD5sum: ee9b4e840c5c317fbb98d042e9c1e562
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-17-pgsphere-dbgsym
Source: pgsphere
Version: 1.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 502
Depends: postgresql-17-pgsphere (= 1.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-17-pgsphere-dbgsym_1.5.2-1.pgdg+1_arm64.deb
Size: 444152
SHA256: a56cea0fbe2575868ec94ee43ed40f67e37c3a672e216a377c8e4d0a27e7deaf
SHA1: ba99563f080627dcdfd72011bd38782d3ec8deb4
MD5sum: 53bd283f00104f73414bf1cf5bbb2933
Description: debug symbols for postgresql-17-pgsphere
Build-Ids: be96b0b8101f6be7fccd39cd309e90f8cfc3531e
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-17-pljs
Source: pljs
Version: 1.0.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1045
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/plv8/pljs
Priority: optional
Section: database
Filename: pool/main/p/pljs/postgresql-17-pljs_1.0.3-2.pgdg+1_arm64.deb
Size: 391180
SHA256: 44a230b425b3209d1aa7eef768e44e78c1f95ed081f8a82ce9d9803863dc4d80
SHA1: 609e278d8a5e760c51a9cb74d0cd0eba1bac0dcb
MD5sum: d54a96786e0bd2c5d631b2e8033cd571
Description: Javascript Language Plugin for PostgreSQL
 PLJS is a trusted JavaScript Language Extension for PostgreSQL.
 It is compact, lightweight, and fast.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-17-pljs-dbgsym
Source: pljs
Version: 1.0.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1385
Depends: postgresql-17-pljs (= 1.0.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pljs/postgresql-17-pljs-dbgsym_1.0.3-2.pgdg+1_arm64.deb
Size: 1347252
SHA256: 4d0bea91be3c14e904ca16f4cd9d500285d6201e0f4dc90bcfc56bbfbb13805f
SHA1: 6f1bc2ac2e1267e3eb750ea4f82a0f546e197dc2
MD5sum: 5380d8609a96fb2f712c12c8f512462a
Description: debug symbols for postgresql-17-pljs
Build-Ids: 178f9a71004f138dd002b4d5cd0f24da27a4c68d
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-17-plr
Source: plr
Version: 1:8.4.8.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 338
Depends: r-base-core (>= 2.10), postgresql-17, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-17-jit-llvm (<< 19)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-17-plr_8.4.8.1-1.pgdg+1_arm64.deb
Size: 136832
SHA256: 36e806c6cec03fc40379114f6f8549f74cce56bda316aa1c5b4fb4d6096fd527
SHA1: 0b4c553c0df425a48e2e1dd32c7ddb68d433bd1a
MD5sum: 5d1b165c07c63ef2202a279b858d193c
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.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-17-plr-dbgsym
Source: plr
Version: 1:8.4.8.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: postgresql-17-plr (= 1:8.4.8.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-17-plr-dbgsym_8.4.8.1-1.pgdg+1_arm64.deb
Size: 148312
SHA256: c35a0af44a8a242dd18a3ad6cadb19326bf2b9342841335978d524bcc6de9950
SHA1: d0c72ce1a287060cf855a33a111d8dcbbb84d44e
MD5sum: 71c312b5ec48b9b42b30b27c61d0c66b
Description: debug symbols for postgresql-17-plr
Build-Ids: 163bf1be8a210dcecdaf19a419a02ffc9e046c86
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-18-credcheck
Source: credcheck
Version: 4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-18-credcheck_4.2-1.pgdg+1_arm64.deb
Size: 74652
SHA256: 36c83da01da9e405ee0c39e8042d53eed17f6a94b59a7269eb9e81baf43984a7
SHA1: ee8c6a6344031dbbe7a4db5a00be8419e49245f6
MD5sum: 37177fa5a5f43b0c74d496299753168c
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-18-credcheck-dbgsym
Source: credcheck
Version: 4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-18-credcheck (= 4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-18-credcheck-dbgsym_4.2-1.pgdg+1_arm64.deb
Size: 83952
SHA256: e3f1bd44f67d1d50c2b2005ef56b28d61a19c50989d798e0f7a0751a815bf255
SHA1: 595c0e7c0daafb8f8b9768bf1d3dd8201674fb19
MD5sum: 7128883e08b5709eca67af8fc1b30dda
Description: debug symbols for postgresql-18-credcheck
Build-Ids: d85b72f37225472b32c737a47e5b16a70e796085
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-18-decoderbufs
Source: postgres-decoderbufs
Version: 3.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-18, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-18-decoderbufs_3.3.1-1.pgdg+1_arm64.deb
Size: 40492
SHA256: 9b63624b8798cfd88a4ef40a855f9c0455ce013c56857a7cf184a369ad99b948
SHA1: cf51d0148e81bc756a2737880f1669186155c79f
MD5sum: 8150e883505b3ac0cb60345b03bbe26a
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-18-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-18-decoderbufs (= 3.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-18-decoderbufs-dbgsym_3.3.1-1.pgdg+1_arm64.deb
Size: 58924
SHA256: 3062308fbf394b513aaf0971c2ca2d26ad168812dccbcaeb0669447ff0105e86
SHA1: edbebd1212684004dffe0a0c7aeee888e5cb23ab
MD5sum: 091e6ddb7bb9a023917674eb87d76015
Description: debug symbols for postgresql-18-decoderbufs
Build-Ids: b7f2d22f8a4eac68e5b9346a950952af75ab4de8
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-18-hll
Source: postgresql-hll
Version: 2.19-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 209
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-18-hll_2.19-1.pgdg+1_arm64.deb
Size: 78204
SHA256: cab64229f458e47993477d44c5903aee03951f22d92cdd083a992d940a82f17c
SHA1: 015c66c6670836037e5d12222ad4f28987cab85b
MD5sum: ce907d990609779743f163b72abf76c3
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-18-hll-dbgsym
Source: postgresql-hll
Version: 2.19-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 122
Depends: postgresql-18-hll (= 2.19-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-18-hll-dbgsym_2.19-1.pgdg+1_arm64.deb
Size: 103536
SHA256: db7da3d242d5774322cb3d7f11fb726754a3a0181a087d98e4bb06053026fbcc
SHA1: 44ef15b1117c882b54db5fba016bc62f08e32b67
MD5sum: eb42db1e7159f5783a944f0dfa542749
Description: debug symbols for postgresql-18-hll
Build-Ids: 3b7ddaf0c153037b544f56acdf7d648b249e5ee4
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-18-oracle-fdw
Source: oracle-fdw
Version: 2.8.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: oracle-libs, postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-18-oracle-fdw_2.8.0-2.pgdg+1_arm64.deb
Size: 82372
SHA256: afeda40a51b023882cf8a9eb1465a3ad233a2c5a05f5ba338b588bd24c508782
SHA1: 7bbe389e360c8148e39533ebaef581d7e8d188f3
MD5sum: e35e6fde128f72d032a5285a054fb765
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-18-oracle-fdw-dbgsym
Source: oracle-fdw
Version: 2.8.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 218
Depends: postgresql-18-oracle-fdw (= 2.8.0-2.pgdg+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-18-oracle-fdw-dbgsym_2.8.0-2.pgdg+1_arm64.deb
Size: 197116
SHA256: 2203459286a8b51801c680d79776a0e044a23e9a5fe268f03c2fd6ed56d6d391
SHA1: 2ffa335f60f0e5f31c645d3fe7c2075fa0c1a540
MD5sum: d4a6730d592c892891571cbbc1192eb4
Description: debug symbols for postgresql-18-oracle-fdw
Build-Ids: 22782d13fcc6e5248e351aa7326638836ea2aa15
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-18-partman
Source: pg-partman
Version: 5.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7613
Depends: python3, python3-psycopg2, postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-18-partman_5.3.1-1.pgdg+1_arm64.deb
Size: 239056
SHA256: 768c82434486d4e47615b02949ab505916db012d81dcc4121ee3df4c1cbf7a00
SHA1: 878b6ad3a0e8fdc2954affd76c352f2c5f91a443
MD5sum: 5a4a9626f20fb34ca9e595fc36c0c9b1
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.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-18-partman-dbgsym
Source: pg-partman
Version: 5.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-18-partman (= 5.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-18-partman-dbgsym_5.3.1-1.pgdg+1_arm64.deb
Size: 46284
SHA256: 59be8a28e98e3030b33343ba10727681ead613e82042c037a42680a15457f374
SHA1: acf181975db4612f48755aa7cd10c3297af161a7
MD5sum: 6c969b71c2b4e43eaad6e77047f148d0
Description: debug symbols for postgresql-18-partman
Build-Ids: 8b2c33bbf86b784a859adfcc57300a32960dddef
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-18-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-18-pgaudit, postgresql-18, libc6 (>= 2.34)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-18-pgauditlogtofile_1.7.5-1.pgdg+1_arm64.deb
Size: 50164
SHA256: e72b50b0dd19f9bc006e169022d7474c941700b80f966ae3282952ca2662afbe
SHA1: 45140d6ae588f0f0ab6ed96b543f0d88622e961b
MD5sum: ae0e678f09344fe1026e345db9d52c2c
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-18-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: postgresql-18-pgauditlogtofile (= 1.7.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-18-pgauditlogtofile-dbgsym_1.7.5-1.pgdg+1_arm64.deb
Size: 40952
SHA256: 535deffadb0b95f48f7d09488b5228be4839b8bb09b5614818b6f30f6beff816
SHA1: 21a3712c7fc432a9376df54dca8dc37be0952487
MD5sum: edd538457e1935c49d8afa8a07d9980a
Description: debug symbols for postgresql-18-pgauditlogtofile
Build-Ids: a59b3187ea34fb379b8d13011e935e90ea223940
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-18-pgsphere
Source: pgsphere
Version: 1.5.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1675
Depends: postgresql-18, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libhealpix-cxx4 (>= 3.83.0), libstdc++6 (>= 13.1)
Breaks: postgresql-18-jit-llvm (<< 19)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-18-pgsphere_1.5.2-1.pgdg+1_arm64.deb
Size: 411504
SHA256: 6d4e88d7e87c47ba342575685a825ab46777946a32205f5c6426229750752e2f
SHA1: e935e48b46567a2c295a0b55990ed1a0cf1e8012
MD5sum: 938f36f1767d12e36c08ed53c0795260
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-18-pgsphere-dbgsym
Source: pgsphere
Version: 1.5.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 502
Depends: postgresql-18-pgsphere (= 1.5.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-18-pgsphere-dbgsym_1.5.2-1.pgdg+1_arm64.deb
Size: 444448
SHA256: 6b11587bab042435cbd3c9e53b78b744abc4064fcb34b04c8c98a371706d7a30
SHA1: 74e826bdd3f5b86873757497316e1d363b8fff5a
MD5sum: 2a4ca52ed1ddcca9c54f0baa2c45a125
Description: debug symbols for postgresql-18-pgsphere
Build-Ids: efd9f9bff8eb2f28a3f7f35b2b7e04e02662ad09
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-18-pg-stat-plans
Source: pg-stat-plans
Version: 2.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 298
Depends: postgresql-18, libc6 (>= 2.17), libzstd1 (>= 1.5.5)
Homepage: https://github.com/pganalyze/pg_stat_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-plans/postgresql-18-pg-stat-plans_2.0.0-1.pgdg+1_arm64.deb
Size: 81384
SHA256: 15895fa85565cbe0500c2cafe5dcc95ec9290c8eb152f4549d5e079b58d46a77
SHA1: 6ea20b97a1134b3ecdff6e911ece5b86d53af014
MD5sum: 95079cdeb515ab688c49954432af6b0d
Description: Track per-plan call counts, execution times and EXPLAIN texts in PostgreSQL
 pg_stat_plans is designed for low overhead tracking of aggregate plan
 statistics in Postgres, by relying on hashing the plan tree with a plan ID
 calculation. It aims to help identify plan regressions, and get an example
 plan for each Postgres query run, slow and fast. Additionally, it allows
 showing the plan for a currently running query.
 .
 Plan texts are stored in shared memory for efficiency reasons (instead of a
 local file), with support for zstd compression to compress large plan texts.
 .
 Plans have the same plan IDs when they have the same "plan shape", which
 intends to match EXPLAIN (COSTS OFF). This extension is optimized for tracking
 changes in plan shape, but does not aim to track execution statistics for
 plans, like auto_explain can do for outliers.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-18-pg-stat-plans-dbgsym
Source: pg-stat-plans
Version: 2.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 173
Depends: postgresql-18-pg-stat-plans (= 2.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-plans/postgresql-18-pg-stat-plans-dbgsym_2.0.0-1.pgdg+1_arm64.deb
Size: 154312
SHA256: 156a6bfd978b4b916bd3e8d6e9019bb4bce3cd6556b7e3bed54b4de4d64a6ff2
SHA1: 8bf8c785b245e9a00f8fb6b5b865aefd0eb056a8
MD5sum: f6e48a240356c0b0d78e3ef6c8a7e6da
Description: debug symbols for postgresql-18-pg-stat-plans
Build-Ids: 38b49cae21fdf6722b7287bf9b61637e071a0bb0
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-18-pljs
Source: pljs
Version: 1.0.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1046
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/plv8/pljs
Priority: optional
Section: database
Filename: pool/main/p/pljs/postgresql-18-pljs_1.0.3-2.pgdg+1_arm64.deb
Size: 390948
SHA256: 1fe22780308ab3b061b50389b9eab2aa2b535edd65c1667f42905a960945df75
SHA1: 48dc2ef6b9800f484ecf832e7bc10e82ef7d97d1
MD5sum: 657172317487bcd00cb234a29fc7d214
Description: Javascript Language Plugin for PostgreSQL
 PLJS is a trusted JavaScript Language Extension for PostgreSQL.
 It is compact, lightweight, and fast.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-18-pljs-dbgsym
Source: pljs
Version: 1.0.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1388
Depends: postgresql-18-pljs (= 1.0.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pljs/postgresql-18-pljs-dbgsym_1.0.3-2.pgdg+1_arm64.deb
Size: 1350532
SHA256: 06e928bc217413a81be2506714d91d04e43746467f7e7cc16ce29ded11fcbabb
SHA1: 20153c997465dbc86b8132023d9b1c04b0c664f1
MD5sum: 79306a4057a2541b2e8ce4aa5d4362a1
Description: debug symbols for postgresql-18-pljs
Build-Ids: 4ce1072a14544fe57a5204a5ac7c69cb58a2a08a
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-18-plr
Source: plr
Version: 1:8.4.8.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 338
Depends: r-base-core (>= 2.10), postgresql-18, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-18-jit-llvm (<< 19)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-18-plr_8.4.8.1-1.pgdg+1_arm64.deb
Size: 136992
SHA256: c9fc6f2ca2ba4da8deca2b3850e01793d109597de0a09ba2fec11c8739a2e859
SHA1: 08f8025ed04b204985a871f904eeb5df5b20232c
MD5sum: f5fa2fa72a7916b62ce5e5b3977a068f
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.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-18-plr-dbgsym
Source: plr
Version: 1:8.4.8.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 174
Depends: postgresql-18-plr (= 1:8.4.8.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-18-plr-dbgsym_8.4.8.1-1.pgdg+1_arm64.deb
Size: 152996
SHA256: d99573cd3e7fab461af967423cf10935636a721a90882813cb0bd6cd591c17bc
SHA1: 7af0335e9553b6cf1c81c887b68894becea4f6d7
MD5sum: c2f8dbdbb869ef4878605785109d532b
Description: debug symbols for postgresql-18-plr
Build-Ids: 71b74041bfa068b85025d4de358b1b6c020a761d
Timestamp: 2025-10-28 10:12:28+00

Package: python3-pglast
Source: pglast
Version: 7.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1304
Depends: python3 (<< 3.14), python3 (>= 3.13~), python3-pkg-resources, python3:any, libc6 (>= 2.17), libpg-query1706.0
Suggests: python-pglast-doc
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: python
Filename: pool/main/p/pglast/python3-pglast_7.10-1.pgdg+1_arm64.deb
Size: 291352
SHA256: 49b7808c6bcbc689a7c1d0fb1b89f6ce30bd8fc37451810efc24dd8cd3b8a68f
SHA1: f463e2b0ebccd9bb7aa454fcfb2d3b9da636686a
MD5sum: 2f7be021bca28684bb779713c283ef46
Description: PostgreSQL Languages AST and statements prettifier (Python 3)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This package installs the library for Python 3.
Timestamp: 2025-10-28 10:12:28+00

Package: python3-pglast-dbgsym
Source: pglast
Version: 7.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1721
Depends: python3-pglast (= 7.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglast/python3-pglast-dbgsym_7.10-1.pgdg+1_arm64.deb
Size: 1698012
SHA256: 2e5a009184c9f34e044f0517b2b5c7d2075a0c65a370f95fac6c1ed078253452
SHA1: 2ff4ef0c56a695d3525b3cc4c7b4276a216e1237
MD5sum: e601b5d776c6748c76ad9d898a3c4f5b
Description: debug symbols for python3-pglast
Build-Ids: 4a141e1c210a525b5b98dc433e6a4e3d65acc8c0
Timestamp: 2025-10-28 10:12:28+00

Package: python-pglast-doc
Source: pglast
Version: 7.10-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4048
Depends: libjs-sphinxdoc (>= 8.2)
Multi-Arch: foreign
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: doc
Filename: pool/main/p/pglast/python-pglast-doc_7.10-1.pgdg+1_all.deb
Size: 295356
SHA256: c4993b890cc47e11f6d1dc27574e5b6b35b51e73b356317a3e0c91402c7212cb
SHA1: 51eb28ac58ee9eb108a82e3b292b2db1a6482eb5
MD5sum: f7fe02fae1537ea57a1a4b750f9207f7
Description: PostgreSQL Languages AST and statements prettifier (common documentation)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This is the common documentation package.
Timestamp: 2025-10-28 10:12:28+00

Package: postgresql-10-repack
Source: pg-repack
Version: 1.5.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 260
Depends: postgresql-10, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-10-repack_1.5.3-1.pgdg+1_arm64.deb
Size: 73100
SHA256: d22cc3c892063b4f69576d8b2da518c75d875432d4d425812ffcfa0487aca73d
SHA1: f75a67e48d777715d1fd383350acc3005093125f
MD5sum: 42ce88709401e62be9edbfbb14761f26
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 10.
Timestamp: 2025-10-29 17:15:17+00

Package: postgresql-10-repack-dbgsym
Source: pg-repack
Version: 1.5.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 240
Depends: postgresql-10-repack (= 1.5.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-10-repack-dbgsym_1.5.3-1.pgdg+1_arm64.deb
Size: 118624
SHA256: 7c8e06295550ae8ab28796606766aa422fa495b0cedd278995edb6f31312bacd
SHA1: eeed1c3900909d43f40dc533f544f45f38a20b07
MD5sum: 4dbd31bb495005f100c4061b7ca0a34f
Description: debug symbols for postgresql-10-repack
Build-Ids: 3798cccea7490e846a7b119d8b1667adee659e14 9faba90720647c292b11aafb0ba4d9ebf743bb4e
Timestamp: 2025-10-29 17:15:17+00

Package: postgresql-11-repack
Source: pg-repack
Version: 1.5.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 260
Depends: postgresql-11, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-11-repack_1.5.3-1.pgdg+1_arm64.deb
Size: 72272
SHA256: 60d45db381776bc24a5eb79ed9e67017236c222a7ace3828e1d2e5e5ddeea0a4
SHA1: a8ce9f327737d718f111dee2ca890f477a474554
MD5sum: e8f53a3fe3668f4ca68567bafe7d7493
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 11.
Timestamp: 2025-10-29 17:15:17+00

Package: postgresql-11-repack-dbgsym
Source: pg-repack
Version: 1.5.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 237
Depends: postgresql-11-repack (= 1.5.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-11-repack-dbgsym_1.5.3-1.pgdg+1_arm64.deb
Size: 119616
SHA256: 02eb18306a103c420ff4b7172707b70e4a9379823078ca1e6255b13e62295f2b
SHA1: 80f7b91eeb2cf02aab2d011dbc6fe1fd1c6b32f3
MD5sum: 878ca4fd9ef929e3b02339e1304c6fba
Description: debug symbols for postgresql-11-repack
Build-Ids: 69812faa1a16915000170e5c47fb55c29426bb34 de38c51d15df7fb87e30599b7b485b8138bb15bb
Timestamp: 2025-10-29 17:15:17+00

Package: postgresql-11-rum
Source: postgresql-rum
Version: 1.3.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 474
Depends: postgresql-11, libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-11-rum_1.3.15-1.pgdg+1_arm64.deb
Size: 109188
SHA256: 95368dc8de9feae815f4b02dccb64fc2ce1c0a87062847e809217e7e6d3e19d6
SHA1: 75925ae49a37a4c90cf65ea46685891397b8e528
MD5sum: 72c0e02245590092d1897817611fb4fb
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2025-10-29 17:15:17+00

Package: postgresql-11-rum-dbgsym
Source: postgresql-rum
Version: 1.3.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 347
Depends: postgresql-11-rum (= 1.3.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-11-rum-dbgsym_1.3.15-1.pgdg+1_arm64.deb
Size: 306152
SHA256: ec6c37acabb7c80312c2dd038c118690b6e8f454bc347ffe6c4c4c4be7fb81dd
SHA1: 3056c3f6d94e0ea9b8c437d7bdd9f9f517f36847
MD5sum: bcd27fa91636147c8ae16462a3085457
Description: debug symbols for postgresql-11-rum
Build-Ids: 7af60f32cdff148b8db7f00bd9519de03f7da504
Timestamp: 2025-10-29 17:15:17+00

Package: postgresql-12-repack
Source: pg-repack
Version: 1.5.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 307
Depends: postgresql-12, libc6 (>= 2.38), libpq5 (>= 9.0~)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-12-repack_1.5.3-1.pgdg+1_arm64.deb
Size: 102092
SHA256: fe8702400a266f75f7fafa0f108c76c3daffe5e9d1e9efde3cde9f3bc541128f
SHA1: 0706ce6aa96f816acf18241223f035f51b57c361
MD5sum: b652a70dbdfca11fd778ac55849a6a0e
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 12.
Timestamp: 2025-10-29 17:15:17+00

Package: postgresql-12-repack-dbgsym
Source: pg-repack
Version: 1.5.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 250
Depends: postgresql-12-repack (= 1.5.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-12-repack-dbgsym_1.5.3-1.pgdg+1_arm64.deb
Size: 116684
SHA256: b4fcd2275dec18de29c57de8168e3b965cae190ffd83d016cdc99212cbd43ae6
SHA1: 3b1fc48bb309372e20cd5011f09af23afbfe8915
MD5sum: b7c4353f374db9502bee56bd816e58e0
Description: debug symbols for postgresql-12-repack
Build-Ids: 3d916f3aff6f6fd1af9c93697651fc0586b75a77 d20c0e4355b897d32b1272f89d4c829538c34108
Timestamp: 2025-10-29 17:15:17+00

Package: postgresql-12-rum
Source: postgresql-rum
Version: 1.3.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 935
Depends: postgresql-12, libc6 (>= 2.29)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-12-rum_1.3.15-1.pgdg+1_arm64.deb
Size: 338320
SHA256: 4505c77202b79583b492be063021112d887a019eb881efe00fa55e66be02ad69
SHA1: c9698936f75deb7116d04a0777b202d90aefb61a
MD5sum: 8d8d259ea45539415993df5ede31be92
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2025-10-29 17:15:17+00

Package: postgresql-12-rum-dbgsym
Source: postgresql-rum
Version: 1.3.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 348
Depends: postgresql-12-rum (= 1.3.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-12-rum-dbgsym_1.3.15-1.pgdg+1_arm64.deb
Size: 308832
SHA256: 729a2ac2dc05a58f73b8d78edffda38ef90dae7a0684ead0994c536a52a86d5f
SHA1: 5fc8c142932088f44e8b3bf0464704c36178cc77
MD5sum: a5f87a517418206b4856d2266a38a70e
Description: debug symbols for postgresql-12-rum
Build-Ids: 73b0994f1552c40013c48186cc0a30fe30b8acd0
Timestamp: 2025-10-29 17:15:17+00

Package: postgresql-13-repack
Source: pg-repack
Version: 1.5.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 308
Depends: postgresql-13, libc6 (>= 2.38), libpq5 (>= 9.0~)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-13-repack_1.5.3-1.pgdg+1_arm64.deb
Size: 101396
SHA256: 75e6fb6ed4cb9cc9d2e1da93c2b6ffd31b231e32f8924fff6f1b2102da26d4a0
SHA1: abb3beec8b4d59fabddd522efb9bf3303197da1f
MD5sum: d1e454ab6f1d7a2d30fe87c44a0b07bb
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 13.
Timestamp: 2025-10-29 17:15:17+00

Package: postgresql-13-repack-dbgsym
Source: pg-repack
Version: 1.5.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 248
Depends: postgresql-13-repack (= 1.5.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-13-repack-dbgsym_1.5.3-1.pgdg+1_arm64.deb
Size: 117468
SHA256: ceba561632c99afe6ab5d545b2fb775b0d88e9da1667af21dfe962162093577e
SHA1: 0b06a4a586ef5cda7c3f89a4f8071297b71fbfe7
MD5sum: d9af8c5e3662a2220410ff744e06a955
Description: debug symbols for postgresql-13-repack
Build-Ids: 18b41c420447e993f5517f8b765cd0cd390c7e4b 688f27c0cbcae57ed7cee80b47265d7ed8a9666c
Timestamp: 2025-10-29 17:15:17+00

Package: postgresql-13-rum
Source: postgresql-rum
Version: 1.3.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 842
Depends: postgresql-13, libc6 (>= 2.29)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-13-rum_1.3.15-1.pgdg+1_arm64.deb
Size: 332432
SHA256: ee436e829a3f962cffc6d15b68a710a5d39c39d6b59c8c83767816cdfeb01172
SHA1: 9ffe928104d35ca8b473c9e80a3cdeecaec72e5e
MD5sum: 08f581ad852f28e8723ea6475d5cbd21
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2025-10-29 17:15:17+00

Package: postgresql-13-rum-dbgsym
Source: postgresql-rum
Version: 1.3.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 347
Depends: postgresql-13-rum (= 1.3.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-13-rum-dbgsym_1.3.15-1.pgdg+1_arm64.deb
Size: 307056
SHA256: 6eb7c7852e0d1ebbd42374d95a7ba721ef0676ad8e9127b238e8d384ec94b29b
SHA1: 05bc2e21d21ca895b68586eef76f01db16e2024c
MD5sum: fbc4651eb93fc34bb4bf8f55bcbf1d26
Description: debug symbols for postgresql-13-rum
Build-Ids: 1fc572e4c53274a032ae5ddcc0fea305ba037b65
Timestamp: 2025-10-29 17:15:17+00

Package: postgresql-14-repack
Source: pg-repack
Version: 1.5.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 308
Depends: postgresql-14, libc6 (>= 2.38), libpq5 (>= 9.0~)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-14-repack_1.5.3-1.pgdg+1_arm64.deb
Size: 103228
SHA256: 005868a367c12b71bf60f801c977e5847a7f8ec10eb59de2ad39fb9481f8ad45
SHA1: 87d0dd2187a54df743b12814dbc25248469765f5
MD5sum: b12d1050292d3da8d22d4c1358ea5554
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 14.
Timestamp: 2025-10-29 17:15:17+00

Package: postgresql-14-repack-dbgsym
Source: pg-repack
Version: 1.5.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 254
Depends: postgresql-14-repack (= 1.5.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-14-repack-dbgsym_1.5.3-1.pgdg+1_arm64.deb
Size: 118696
SHA256: 0231ae14ea621c394625a2c94adfecd11adc8038f2decfaa984c5c7283722f6d
SHA1: 5df36eef9ed48430d66801a7c7820964a076c353
MD5sum: 1fa6b944ff5633ef6446aa44009626bb
Description: debug symbols for postgresql-14-repack
Build-Ids: 448cc827edc049efd01fb702e6845da952dc7482 80752d2efcab668fec76c3d72b9cc69bcb6eddfe
Timestamp: 2025-10-29 17:15:17+00

Package: postgresql-14-rum
Source: postgresql-rum
Version: 1.3.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 847
Depends: postgresql-14, libc6 (>= 2.29)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-14-rum_1.3.15-1.pgdg+1_arm64.deb
Size: 333316
SHA256: fc990b462734f09ce352dd49843223684f8fce01c80872dba6b53dad8486dffb
SHA1: 604fc0e3061179103f6b23a31f5986db877c0543
MD5sum: fa280c9f1c83e5daea28a4cb99710c1d
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2025-10-29 17:15:17+00

Package: postgresql-14-rum-dbgsym
Source: postgresql-rum
Version: 1.3.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 350
Depends: postgresql-14-rum (= 1.3.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-14-rum-dbgsym_1.3.15-1.pgdg+1_arm64.deb
Size: 310060
SHA256: abb8c92cc9acd5869a37738c3c714d1f96b8cb272d04950519492b3e270a762c
SHA1: e601aaf9619cfcb6eb69c1f5a77f3836b18f7be5
MD5sum: 2e1cd26466c17e7ece066f38877b93b5
Description: debug symbols for postgresql-14-rum
Build-Ids: 71e3327549ab5e40329711e54ec35244593b0fc3
Timestamp: 2025-10-29 17:15:17+00

Package: postgresql-15-repack
Source: pg-repack
Version: 1.5.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 308
Depends: postgresql-15, libc6 (>= 2.38), libpq5 (>= 9.0~)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-15-repack_1.5.3-1.pgdg+1_arm64.deb
Size: 103836
SHA256: 66ec9696e783ca93293bba6c28437c2d943f11112ce2a57f399dcfe99bb64c20
SHA1: 73fa46f3fa62ed3d48849accd4a5bb817de6e5bd
MD5sum: 2ce09b27e3aac3126365587371b2a7fa
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 15.
Timestamp: 2025-10-29 17:15:17+00

Package: postgresql-15-repack-dbgsym
Source: pg-repack
Version: 1.5.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 259
Depends: postgresql-15-repack (= 1.5.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-15-repack-dbgsym_1.5.3-1.pgdg+1_arm64.deb
Size: 121892
SHA256: 6bf84d5507fdb2d532129938e6e9325e9a8dc911fccb44ed2eb1c689ceaf42c1
SHA1: 618b5bb844a70e01075ac1135b16200aaa1c0ce9
MD5sum: 84d3998afd7707cd81df099821c14f94
Description: debug symbols for postgresql-15-repack
Build-Ids: 310c9f5b05b80cf48db9fd3b8377c5bb1053356f 8f3a5768e760d575d825056588aa2acd15c74deb
Timestamp: 2025-10-29 17:15:17+00

Package: postgresql-15-rum
Source: postgresql-rum
Version: 1.3.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 855
Depends: postgresql-15, libc6 (>= 2.29)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-15-rum_1.3.15-1.pgdg+1_arm64.deb
Size: 333864
SHA256: 17fa521567b2d57e69cd931b17932caed9d06aa891d23621a6d1ab17fe89e339
SHA1: f058c8176bb140de16434c283cf5aaf4c11c8dd3
MD5sum: 434348a16ae8e8a7480ab74950c9834e
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2025-10-29 17:15:17+00

Package: postgresql-15-rum-dbgsym
Source: postgresql-rum
Version: 1.3.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 363
Depends: postgresql-15-rum (= 1.3.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-15-rum-dbgsym_1.3.15-1.pgdg+1_arm64.deb
Size: 321964
SHA256: bc6a865f3e7d51d62aa869908de558dcb78146b2d09611f78dabb81c6543c4e1
SHA1: 21bc9a6af1e03af74991ec99cc620440f44ac2b8
MD5sum: 7f897539681de7d9b90d81289c1b01ec
Description: debug symbols for postgresql-15-rum
Build-Ids: 1544f677b11c650c46223fd2f1de8fef82985529
Timestamp: 2025-10-29 17:15:17+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.23.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15015
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.23.0+dfsg-1.pgdg+1_arm64.deb
Size: 399536
SHA256: 0e2de6bd6daa5120f7fbb1e3e8b52f8b984c1e089113b45df814bf9ce039b5fc
SHA1: 7cc0c2656e82f2a1a27f8efcbfcff73f469a6a1d
MD5sum: 467b83c9c31ace08fd757e81598c5cc5
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-10-29 17:15:17+00

Package: postgresql-15-timescaledb-dbgsym
Source: timescaledb
Version: 2.23.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1284
Depends: postgresql-15-timescaledb (= 2.23.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.23.0+dfsg-1.pgdg+1_arm64.deb
Size: 1156952
SHA256: 76cc0779917cfc210fa3a8e3dfce8ceab33d567b1a7c922bdb1b6849e422a9f3
SHA1: d92f4df7050bd4cad983c82dcb31ca1b1d67fb39
MD5sum: 2a09a5727834f80669ebec7b8b918f2c
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: 4ab8322d06be111089b72fd040cae8f03d0f16c8 5ab476fcb0fba5fc0246900db45a9e03a8f1753e
Timestamp: 2025-10-29 17:15:17+00

Package: postgresql-16-repack
Source: pg-repack
Version: 1.5.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 308
Depends: postgresql-16, libc6 (>= 2.38), libpq5 (>= 9.0~)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-16-repack_1.5.3-1.pgdg+1_arm64.deb
Size: 103928
SHA256: e0faca18930c5d08b35a8f5a30cc05232ac78cd985be321fe04d7a30b81aa80c
SHA1: 78805774f9284c87edfd4963c9ecefcdb3f3c5bc
MD5sum: 20fe42ceeb88a35bb8aace3c5a82b311
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 16.
Timestamp: 2025-10-29 17:15:17+00

Package: postgresql-16-repack-dbgsym
Source: pg-repack
Version: 1.5.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 265
Depends: postgresql-16-repack (= 1.5.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-16-repack-dbgsym_1.5.3-1.pgdg+1_arm64.deb
Size: 123848
SHA256: ee43fd3bd21b6422f6119132cf26c160bc12510bed4f72a6104e4163dc1791ea
SHA1: fcf1222cb84729f13bad47c2c5361c3bfea5569b
MD5sum: dbc854f9b1973bb6e0c17ea599751aaf
Description: debug symbols for postgresql-16-repack
Build-Ids: 06778fb87d5e4db4d96db96dd67850357de12a35 e0f23d8cc246d9d7bdc8a03aac04b068373bea53
Timestamp: 2025-10-29 17:15:17+00

Package: postgresql-16-rum
Source: postgresql-rum
Version: 1.3.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 702
Depends: postgresql-16, libc6 (>= 2.29)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-16-rum_1.3.15-1.pgdg+1_arm64.deb
Size: 267160
SHA256: c9e008189c0ea61fd2ad63422b2662829c60aff3eec5caede36deaabe09e675d
SHA1: 6f5d1795ad2e78cae859f5ef0946e1d9fb59dcc5
MD5sum: 644d8f0b586ea76be2d41a03d017b4e8
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2025-10-29 17:15:17+00

Package: postgresql-16-rum-dbgsym
Source: postgresql-rum
Version: 1.3.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 333
Depends: postgresql-16-rum (= 1.3.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-16-rum-dbgsym_1.3.15-1.pgdg+1_arm64.deb
Size: 295976
SHA256: ab0c1e1d89fb3e0bdaee4a9873e8349cf5608f4ea13e1a9c10dce51066128617
SHA1: 27f7e9561c46084826b2b6a6306a7174117c848a
MD5sum: c0e81beddf49c79e2fae20a5d3c11a69
Description: debug symbols for postgresql-16-rum
Build-Ids: 1bad68218712704e55a1ed318b4b251fa1cbdcb9
Timestamp: 2025-10-29 17:15:17+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.23.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15015
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.23.0+dfsg-1.pgdg+1_arm64.deb
Size: 399056
SHA256: 4e950187cbecb323e881e507ca6bbd5388c4c27be6043275fb5d250bf3019219
SHA1: 2ddd3627b838031c04fb29a20bd1ff6999310fed
MD5sum: 0d06c82a4fa08e4cba6fd1d2cef3e1aa
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-10-29 17:15:17+00

Package: postgresql-16-timescaledb-dbgsym
Source: timescaledb
Version: 2.23.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1333
Depends: postgresql-16-timescaledb (= 2.23.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.23.0+dfsg-1.pgdg+1_arm64.deb
Size: 1209796
SHA256: f506501d91c7cb054d18b568e10df796ef7016c97bc2e4514faaa2c74d8f2912
SHA1: e7b6067c5ffc30a3b73f10ab3b59e7283af82e09
MD5sum: e2901b7d0a93c197389d513e86c6de93
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: 0dd265beac07e728ec6483c80edd3dfb1c2c62b5 cdaed7a873879850f11e34f95a38194c790c0dcd
Timestamp: 2025-10-29 17:15:17+00

Package: postgresql-17-repack
Source: pg-repack
Version: 1.5.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 308
Depends: postgresql-17, libc6 (>= 2.38), libpq5 (>= 9.0~)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-17-repack_1.5.3-1.pgdg+1_arm64.deb
Size: 103668
SHA256: 35880f946ae098a1de5ffec78a021dc64fa1fa581455768ccf78706a5766297b
SHA1: f332dd559c554c7d290f8886171bfba3fe9f1a0e
MD5sum: 887af6c08e4e81562916c3f7d968dc01
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 17.
Timestamp: 2025-10-29 17:15:17+00

Package: postgresql-17-repack-dbgsym
Source: pg-repack
Version: 1.5.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 264
Depends: postgresql-17-repack (= 1.5.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-17-repack-dbgsym_1.5.3-1.pgdg+1_arm64.deb
Size: 127128
SHA256: de9d777fb8b077aaa5b613116289f140a4f6565d6727b4b409080ba9c6091497
SHA1: 4a3f756dda7c209317adecbfdef9c5618e818071
MD5sum: ccba581f2899bad95778cee9ea7a061b
Description: debug symbols for postgresql-17-repack
Build-Ids: 751b7f0a8137d3c07406b6948fb84cb835b8a240 d4e9d57c662bef4304b61063268dc07b03a5fb92
Timestamp: 2025-10-29 17:15:17+00

Package: postgresql-17-rum
Source: postgresql-rum
Version: 1.3.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 701
Depends: postgresql-17, libc6 (>= 2.29)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-17-rum_1.3.15-1.pgdg+1_arm64.deb
Size: 267584
SHA256: 34423d1e05c43efe3180eb7cf2dcba7aeebca02b3300664862aafd4ae0e71247
SHA1: 1ebf9b835de3ba9041c53117a588dbd5c8e8e0bb
MD5sum: 5a0fc5f6299cea5bd3b61ee7fb8c8542
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2025-10-29 17:15:17+00

Package: postgresql-17-rum-dbgsym
Source: postgresql-rum
Version: 1.3.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 335
Depends: postgresql-17-rum (= 1.3.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-17-rum-dbgsym_1.3.15-1.pgdg+1_arm64.deb
Size: 297784
SHA256: 0044534651d48730051ce8d3e2924c673d3f7cac687968363f7db3b6b2011b4d
SHA1: 49c2423a8b3b0e8985c1bc4000ffdd2243cb47a6
MD5sum: cfa3e9b10fdf080f850222da8cbeaa3e
Description: debug symbols for postgresql-17-rum
Build-Ids: 102e9e7aaa128bb76a5a83257b5d4965c45dcb89
Timestamp: 2025-10-29 17:15:17+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.23.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15015
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.23.0+dfsg-1.pgdg+1_arm64.deb
Size: 399136
SHA256: 1e710114edf150f54240a99f0e4459341d0703591d0ef703d985f62322a2276c
SHA1: df91eef79bf0a38b078881b37a9566c5cc3e3f99
MD5sum: 22807aa010f3a4b96d7311df612412e6
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-10-29 17:15:17+00

Package: postgresql-17-timescaledb-dbgsym
Source: timescaledb
Version: 2.23.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1340
Depends: postgresql-17-timescaledb (= 2.23.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.23.0+dfsg-1.pgdg+1_arm64.deb
Size: 1217964
SHA256: c85ae7fe987deb18288f50656fa5d388a5fb1a9925e95a6b860ab630303d3d05
SHA1: 6333438a72a6eeda19ce2883ef9c9407f2dd9aee
MD5sum: 2858b449888515046fcf55c2baf6dc74
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: a7d191a6ce03fb005d51d0b4bef0d8ba6eeaaf2e deb2cb126839ec3aedfa67c44842cc822c072794
Timestamp: 2025-10-29 17:15:17+00

Package: postgresql-18-repack
Source: pg-repack
Version: 1.5.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 308
Depends: postgresql-18, libc6 (>= 2.38), libpq5 (>= 9.0~)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-18-repack_1.5.3-1.pgdg+1_arm64.deb
Size: 103784
SHA256: c7cb0e52fbe040e62d183cfd4a5eabd72de67a7088cb9a7b845dc4387bda1383
SHA1: c06f9a8658d484bf2d0d319b974f0e544865d7c2
MD5sum: f4cf6e5b0943ee8163f38ef4c3702c85
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 18.
Timestamp: 2025-10-29 17:15:17+00

Package: postgresql-18-repack-dbgsym
Source: pg-repack
Version: 1.5.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 266
Depends: postgresql-18-repack (= 1.5.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-18-repack-dbgsym_1.5.3-1.pgdg+1_arm64.deb
Size: 129144
SHA256: 4ffe29d92a796c46a397ca88acd446e3a0ed033aa11b923bfdbe41c2aab126e6
SHA1: 5d54a894f68210b23f80516980174de0198c1d52
MD5sum: c143995cc78a5b5fc76231e7c3f730db
Description: debug symbols for postgresql-18-repack
Build-Ids: 005c405a453c4379d5cf21a73c68dbcbd4235ef0 379ceed7872fa0bd5ad6d7bab892b6f19819ec57
Timestamp: 2025-10-29 17:15:17+00

Package: postgresql-18-rum
Source: postgresql-rum
Version: 1.3.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 701
Depends: postgresql-18, libc6 (>= 2.29)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-18-rum_1.3.15-1.pgdg+1_arm64.deb
Size: 267352
SHA256: 7858cdbab84102d3ec10d52b9c5d3b55e98865466875dbceb0ee50c0c9ee81f5
SHA1: ec9d32a79099eb472d6fa2ca185b03e7176673fe
MD5sum: 022952822635b5f792fab195e2dc4ab0
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2025-10-29 17:15:17+00

Package: postgresql-18-rum-dbgsym
Source: postgresql-rum
Version: 1.3.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 357
Depends: postgresql-18-rum (= 1.3.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-18-rum-dbgsym_1.3.15-1.pgdg+1_arm64.deb
Size: 320540
SHA256: 10ea5cff2a6fbf26a6b21f9f5acc978678b23b6b15d63afd741f3e72e8b7b4d2
SHA1: 4140239996199c9475d5689f648dc44f7c3221df
MD5sum: d19fdfda43e2b722c483f8613c3382a2
Description: debug symbols for postgresql-18-rum
Build-Ids: 4105b21b00d29930182ba48f7df4aee15c73d26a
Timestamp: 2025-10-29 17:15:17+00

Package: postgresql-18-timescaledb
Source: timescaledb
Version: 2.23.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15015
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb_2.23.0+dfsg-1.pgdg+1_arm64.deb
Size: 399688
SHA256: 21cd6eab5f1d6b14c7db358171f06d160138ac27dd2b6b644f232f5c708fe98d
SHA1: 6ccc23314d5657df822cf1597e39957a1bf8c37f
MD5sum: 16a6959e0bc3102deb5ce5cb12e32856
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-10-29 17:15:17+00

Package: postgresql-18-timescaledb-dbgsym
Source: timescaledb
Version: 2.23.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1347
Depends: postgresql-18-timescaledb (= 2.23.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb-dbgsym_2.23.0+dfsg-1.pgdg+1_arm64.deb
Size: 1225004
SHA256: b526260e05da1e355cb35234147b3e822237b394b7afb1564b73a037f90fbcf6
SHA1: 45593ce088cbbf5d48097c716af127ed2567a79a
MD5sum: 11a4fa5e58d5c0778bdde9d0039c048f
Description: debug symbols for postgresql-18-timescaledb
Build-Ids: 51983c4965b1bc2fbbd658cad7ef6d911182421a 6cc31b0fcc30516588f5c4694989b34d76eb2754
Timestamp: 2025-10-29 17:15:17+00

Package: elephant-shed
Version: 1.3.11.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 9
Depends: elephant-shed-cockpit, elephant-shed-grafana, elephant-shed-omnidb, elephant-shed-pgbackrest, elephant-shed-pgbadger, elephant-shed-portal, elephant-shed-postgresql, elephant-shed-powa, elephant-shed-prometheus, elephant-shed-prometheus-node-exporter, elephant-shed-prometheus-sql-exporter, elephant-shed-tmate
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed_1.3.11.pgdg+1_all.deb
Size: 3160
SHA256: 24692163ac37abaf98ffc6a51915282a91126574ed2ec04f93305c3e3b63ede0
SHA1: c4ef06c4483556b6e7f1d7e205819377e9f0a5f5
MD5sum: 969544d7936e950473227a3ed2ffbdef
Description: PostgreSQL dashboard
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This meta package depends on all Elephant Shed components.
Timestamp: 2025-10-31 15:34:11+00

Package: elephant-shed-cockpit
Source: elephant-shed
Version: 1.3.11.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 18
Depends: cockpit
Recommends: cockpit-packagekit
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-cockpit_1.3.11.pgdg+1_all.deb
Size: 3580
SHA256: 389f620def90ae7230a82b3fd1c250656914dcc9e724c0820120d45c96b10d36
SHA1: f96517f1fb4327ec24aeb561bdf96cafefb68aa9
MD5sum: cf30aa5f2e4d991781c4178c25bcbbde
Description: PostgreSQL dashboard -- cockpit integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with cockpit.
Timestamp: 2025-10-31 15:34:11+00

Package: elephant-shed-grafana
Source: elephant-shed
Version: 1.3.11.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 646
Depends: curl, grafana (>> 5)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-grafana_1.3.11.pgdg+1_all.deb
Size: 35116
SHA256: f178f5ac096a5da524c268d9646f7acabac06fa85642706332b212f19dd56225
SHA1: b4e47e56435905385219e491883d9aa45d37ed65
MD5sum: bd0bdb560aae0dbc9cd98f87f5ad0e0e
Description: PostgreSQL dashboard -- Grafana integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with Grafana.
Timestamp: 2025-10-31 15:34:11+00

Package: elephant-shed-omnidb
Source: elephant-shed
Version: 1.3.11.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 13
Depends: omnidb-server
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-omnidb_1.3.11.pgdg+1_all.deb
Size: 3548
SHA256: 7a141b6132c1388bb4b2a0a92f45e0c0bbf53434b8d3cc7588b47378db57d700
SHA1: 3ad0fd39f3e3d7e8a8dd9865c9221bdc9c6fd70a
MD5sum: ca55e4abd185a4ecb73e6215698dc9c9
Description: PostgreSQL dashboard -- OmniDB integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This meta package provides the integration with OmniDB.
Timestamp: 2025-10-31 15:34:11+00

Package: elephant-shed-pgbackrest
Source: elephant-shed
Version: 1.3.11.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 23
Depends: pgbackrest, postgresql-common
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-pgbackrest_1.3.11.pgdg+1_all.deb
Size: 5500
SHA256: 27a991246c055c53920a88e5d297737175b5ae5925f7bf46a17734ae3244ef37
SHA1: 0ed8ca0899fd1e5d8cc1e9bd373ae9a2ae0c7151
MD5sum: c221e5510489274d3f10fa98039e18be
Description: PostgreSQL dashboard -- pgBackRest integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with pgBackRest.
Timestamp: 2025-10-31 15:34:11+00

Package: elephant-shed-pgbadger
Source: elephant-shed
Version: 1.3.11.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 26
Depends: pgbadger (>> 9), postgresql-common
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-pgbadger_1.3.11.pgdg+1_all.deb
Size: 5092
SHA256: 690e459864a06dc7b00f24d30a6aaf4743a6d0f2cdf9f6c913a7b493c35afef2
SHA1: bbab196b7d068c008e136e7c04ae49ca737f889d
MD5sum: f0b6da6eb3831bac7780e41be0960eb1
Description: PostgreSQL dashboard -- pgBadger integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with pgBadger.
Timestamp: 2025-10-31 15:34:11+00

Package: elephant-shed-portal
Source: elephant-shed
Version: 1.3.11.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 7969
Depends: adduser, apache2, libapache2-mod-authnz-external, libapache2-mod-authz-unixgroup, libapache2-mod-wsgi-py3, libjs-jquery, libjs-bootstrap, libjs-popper.js, libtemplate-perl, libcgi-pm-perl, pwauth
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-portal_1.3.11.pgdg+1_all.deb
Size: 4185388
SHA256: b145e64f6bf22878e585057907b749b4d874621f426eb0d85cbf9816cfa252e4
SHA1: bca11f1a8fd931ed7a0f7bd6267455bb418a1f16
MD5sum: 22627ac51877988f8349428770cbcba4
Description: PostgreSQL dashboard -- web interface
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the web interface.
Timestamp: 2025-10-31 15:34:11+00

Package: elephant-shed-postgresql
Source: elephant-shed
Version: 1.3.11.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 25
Depends: adduser, postgresql-common (>> 183~)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-postgresql_1.3.11.pgdg+1_all.deb
Size: 5836
SHA256: e58135ec22c8711d7e9bcf53b72b7b00415b1122d4e8f6d070a0e53818546a24
SHA1: aca52ca85de68a39e5db05f93bfb8c26625f9643
MD5sum: e6a03b65382df80a52d97bbb12745556
Description: PostgreSQL dashboard -- PostgreSQL integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with PostgreSQL.
Timestamp: 2025-10-31 15:34:11+00

Package: elephant-shed-powa
Source: elephant-shed
Version: 1.3.11.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 13
Depends: powa-web, postgresql-common
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-powa_1.3.11.pgdg+1_all.deb
Size: 4084
SHA256: ebeef2332516f41c62cb9babe3051952000cdebb8cfe535034c22f7598916521
SHA1: 07b60cbbde529024e6baf545ae831cb11292228b
MD5sum: 96625d96d7735ae067399719a058fee8
Description: PostgreSQL dashboard -- PoWA integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with PoWA.
Timestamp: 2025-10-31 15:34:11+00

Package: elephant-shed-prometheus
Source: elephant-shed
Version: 1.3.11.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 24
Depends: prometheus (>= 2.0)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-prometheus_1.3.11.pgdg+1_all.deb
Size: 5236
SHA256: 42afbf6f0bc40db7eb5a477ab0f2a09b3d3da8717781b63d41a32c1204e5b531
SHA1: 6699a67232ecfbead509c1dd6053a95e9b006214
MD5sum: 6b1d47d57d7bd6da54b9dc6637819c20
Description: PostgreSQL dashboard -- Prometheus integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with Prometheus.
Timestamp: 2025-10-31 15:34:11+00

Package: elephant-shed-prometheus-node-exporter
Source: elephant-shed
Version: 1.3.11.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 28
Depends: prometheus-node-exporter (>= 0.16.0)
Breaks: elephant-shed-prometheus (<< 1.1)
Replaces: elephant-shed-prometheus (<< 1.1)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-prometheus-node-exporter_1.3.11.pgdg+1_all.deb
Size: 6320
SHA256: 76b046943efba180947ddbb84ac31080b0eccac4f048e20213e297b7c0a8419a
SHA1: 3ccc59039f76b2a346d2cc8f176dd1e74aee0cc4
MD5sum: e1f2d23c1cf8085219f193cd6c1ae596
Description: PostgreSQL dashboard -- Node exporter integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with the Prometheus node
 exporter.
Timestamp: 2025-10-31 15:34:11+00

Package: elephant-shed-prometheus-sql-exporter
Source: elephant-shed
Version: 1.3.11.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 62
Depends: libyaml-perl, postgresql-common, prometheus-sql-exporter
Breaks: elephant-shed-prometheus (<< 1.1)
Replaces: elephant-shed-prometheus (<< 1.1)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-prometheus-sql-exporter_1.3.11.pgdg+1_all.deb
Size: 10296
SHA256: e0bf1b0f3be4913f4ec249901c45ddd8baa86e1ae65c806c7f360579501fc246
SHA1: 9626859c7588fe0601469cb7611e50aecd13e550
MD5sum: 26b16846f5ec35b9ecf73d14e9591c57
Description: PostgreSQL dashboard -- SQL exporter integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with the Prometheus SQL
 exporter.
Timestamp: 2025-10-31 15:34:11+00

Package: elephant-shed-shellinabox
Source: elephant-shed
Version: 1.3.11.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 10
Depends: shellinabox
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-shellinabox_1.3.11.pgdg+1_all.deb
Size: 3308
SHA256: a43d51b4da351ae6ec295d83765c252df7f2030e4baff044e1990f2bee623acb
SHA1: 40b2291851d50a65f10002438896b9cf58f348f5
MD5sum: b2a173ce0e8972e31835ff9a2f468cf8
Description: PostgreSQL dashboard -- shellinabox integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This meta package provides the integration with shellinabox.
Timestamp: 2025-10-31 15:34:11+00

Package: elephant-shed-tmate
Source: elephant-shed
Version: 1.3.11.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 19
Depends: tmate (>= 2.4)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-tmate_1.3.11.pgdg+1_all.deb
Size: 4056
SHA256: dc63b1fe5c735277a0019b359106548b3ffa060f0129921d29c608bfab9d1c59
SHA1: 729bcd1c2f2a3528336142a47bd6649e808265e2
MD5sum: 79d96d052e79243922aa9598ea75dd56
Description: PostgreSQL dashboard -- tmate integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with tmate.
Timestamp: 2025-10-31 15:34:11+00

Package: postgresql-11-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-11-pgaudit, postgresql-11, libc6 (>= 2.34)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile_1.7.6-1.pgdg+1_arm64.deb
Size: 16068
SHA256: 4b44ad2eb95c9edc88a7168d858df47e9e1700aa05894326757037ca2673e4a6
SHA1: 00fc480426c1021b91e3eef870be8ad1e665eb87
MD5sum: 98b96e1f32e8ec5f9870533a56d9fa9b
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-11-05 12:55:36+00

Package: postgresql-11-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-11-pgauditlogtofile (= 1.7.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile-dbgsym_1.7.6-1.pgdg+1_arm64.deb
Size: 38440
SHA256: 122bbfe9b4dfb4c6211177302b696c102fade6eeebce374340b54b5cdba03770
SHA1: eb448ed781d96abb925bbd1aaa0ce318d2967923
MD5sum: d1b7e7edc78a775afb134e3e354ae76b
Description: debug symbols for postgresql-11-pgauditlogtofile
Build-Ids: 484dd42b7cdb359e294694f3622cfe0a31493a84
Timestamp: 2025-11-05 12:55:36+00

Package: postgresql-12-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-12-pgaudit, postgresql-12, libc6 (>= 2.34)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile_1.7.6-1.pgdg+1_arm64.deb
Size: 50284
SHA256: 278032ae1e5ea4cc36280b27ccad9a9e5b7ed7f4a9ff5f932387699862f237be
SHA1: 33ee405abb4782c2b256b951d979d49bbed37174
MD5sum: 4018e6e9413d049f215786b6c70f93f3
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-11-05 12:55:36+00

Package: postgresql-12-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-12-pgauditlogtofile (= 1.7.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile-dbgsym_1.7.6-1.pgdg+1_arm64.deb
Size: 38508
SHA256: 686cd7a222171244b50bcae6dd938202e7a34c029998133e1671f296434247f9
SHA1: f01adb4fe8ad9ddd411d44370fd55810567aa2f6
MD5sum: a079ea6a7ecc867a1199950a25bf1a5a
Description: debug symbols for postgresql-12-pgauditlogtofile
Build-Ids: b57533dd7478b386788adc176c4be7cf5b649035
Timestamp: 2025-11-05 12:55:36+00

Package: postgresql-13-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-13-pgaudit, postgresql-13, libc6 (>= 2.34)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile_1.7.6-1.pgdg+1_arm64.deb
Size: 50204
SHA256: 0e2159f13b9e510dd5405a3d0be8458a1c58627d78b74a58284b59fd5cc76fe0
SHA1: 87f7a77bfbf41fed5a23366d229e91d99f36dd18
MD5sum: b549d9bf5acf331b545a24d5cb7e4a01
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-11-05 12:55:36+00

Package: postgresql-13-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-13-pgauditlogtofile (= 1.7.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile-dbgsym_1.7.6-1.pgdg+1_arm64.deb
Size: 38548
SHA256: e961fe1db21458357ff676b803a34e5637c0ee3ca69a4496623b2cfb1d9fdd6e
SHA1: 6b63c3314e57537ea1b9e32b10b8e8b713a29982
MD5sum: 56d96e5feba77c067e1ea214b278a79a
Description: debug symbols for postgresql-13-pgauditlogtofile
Build-Ids: 225f5086cdb06bec7902e53a9968025578faa0e8
Timestamp: 2025-11-05 12:55:36+00

Package: postgresql-14-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-14-pgaudit, postgresql-14, libc6 (>= 2.34)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile_1.7.6-1.pgdg+1_arm64.deb
Size: 50252
SHA256: eb75389fddefb1d76f031cc635b44468f49901f2a8925d0065142eacdd562e96
SHA1: cce05e68074785737c8471bda27d6ed510b96bca
MD5sum: e0cffb9de4cab9e22db6a3d1ccf818dd
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-11-05 12:55:36+00

Package: postgresql-14-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-14-pgauditlogtofile (= 1.7.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile-dbgsym_1.7.6-1.pgdg+1_arm64.deb
Size: 39364
SHA256: cd3d8f532d4b35e1e446b72e31c397433a8c91ac769f08c34b94fd23a0531135
SHA1: 83be29f963a566f002c3e234273a5bd83d557347
MD5sum: c9ed27b0ce15b8a3fa8bc282b64aa897
Description: debug symbols for postgresql-14-pgauditlogtofile
Build-Ids: 6f44d251da2909849c4c805d976356ec4361f871
Timestamp: 2025-11-05 12:55:36+00

Package: postgresql-15-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-15-pgaudit, postgresql-15, libc6 (>= 2.34)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile_1.7.6-1.pgdg+1_arm64.deb
Size: 50528
SHA256: 462ed2e46cc362bf50fc8af42fce38ec81f0bead5fa0c83a83290c65ec8fbbf6
SHA1: 1ed5097249f1bdec26e8ac7fec70fc2e29d2663d
MD5sum: 2b459589d337e137a35df81af1cebbaf
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-11-05 12:55:36+00

Package: postgresql-15-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-15-pgauditlogtofile (= 1.7.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile-dbgsym_1.7.6-1.pgdg+1_arm64.deb
Size: 39812
SHA256: 4c3f82d007647760efaca2f3a711ad5a37eba80c1f3436eb75f62298fee4ca1e
SHA1: 536eff11de368a3021f40336cab70422b73d7ede
MD5sum: 6f292ad0d67d248340554581d1873a69
Description: debug symbols for postgresql-15-pgauditlogtofile
Build-Ids: 7b66a4cc1f47385763be5d70cdc6e622ff8daafa
Timestamp: 2025-11-05 12:55:36+00

Package: postgresql-16-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-16-pgaudit, postgresql-16, libc6 (>= 2.34)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile_1.7.6-1.pgdg+1_arm64.deb
Size: 49968
SHA256: f392923ec0af01b07a9027b0d25c95ba94d17c97e89a950896a65238ec5b22cc
SHA1: 6cc93c822aabd481b080f2d9c31a5d5349d0468d
MD5sum: ff1391b26261a90c0a93d0638a17d185
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-11-05 12:55:36+00

Package: postgresql-16-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-16-pgauditlogtofile (= 1.7.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile-dbgsym_1.7.6-1.pgdg+1_arm64.deb
Size: 40136
SHA256: 1223e1fd9d24b9d6fd05da31362b90479861412070ef93df028a922c855d88ca
SHA1: 309dab7f5796368c29162159baebac1c7902bfa7
MD5sum: 90e7747a4f3b0a6ad8ea5598aaa40036
Description: debug symbols for postgresql-16-pgauditlogtofile
Build-Ids: 60b6b70a3a4d342f8c8ab248c88c21bca90f67b5
Timestamp: 2025-11-05 12:55:36+00

Package: postgresql-17-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-17-pgaudit, postgresql-17, libc6 (>= 2.34)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-17-pgauditlogtofile_1.7.6-1.pgdg+1_arm64.deb
Size: 49928
SHA256: 5cdb181cb4b506b1ea16acf7007aa9b8732a7e4aa2e3218fc6e7f16154c687cd
SHA1: b2a28b47eb6cdb3d0fdc96ae2216fe1937a0ab07
MD5sum: dbea42dafbbbd9e96d69a52280f00141
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-11-05 12:55:36+00

Package: postgresql-17-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-17-pgauditlogtofile (= 1.7.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-17-pgauditlogtofile-dbgsym_1.7.6-1.pgdg+1_arm64.deb
Size: 40440
SHA256: 77eb7038e9c07c7693982250b1410f2cd5843a47e412e4077abbd1f1cbd77f53
SHA1: b82049a4af41b17314278a1dc41c61cd0bebeb46
MD5sum: 02c6adb7902e09ba6f023286c54ceac6
Description: debug symbols for postgresql-17-pgauditlogtofile
Build-Ids: fc2dae9188b43bfa056700e6f18626a44dd09840
Timestamp: 2025-11-05 12:55:36+00

Package: postgresql-18-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-18-pgaudit, postgresql-18, libc6 (>= 2.34)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-18-pgauditlogtofile_1.7.6-1.pgdg+1_arm64.deb
Size: 50100
SHA256: ee592ddef7eba879f4c5b6274fa384a7b4cc76abaf78dd98518cbe7c21ae6ca9
SHA1: b6331502b3eb474e02e9479f43d10d9435b0ddd2
MD5sum: c8c19205a7022e461fb1dbc4a7a1edf5
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2025-11-05 12:55:36+00

Package: postgresql-18-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: postgresql-18-pgauditlogtofile (= 1.7.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-18-pgauditlogtofile-dbgsym_1.7.6-1.pgdg+1_arm64.deb
Size: 40816
SHA256: 8031fb20600f22d1c8a2ed692bea00a48b9e1a9a915334ca08db58cfbc77e915
SHA1: b64bcb44f582bf83a46b81149a4484956b83f7ea
MD5sum: 4ac28ca17aaa62f4b6069566580ac82d
Description: debug symbols for postgresql-18-pgauditlogtofile
Build-Ids: 04ee2f1e20abaaadbe17bcfab425fbe94dbb952f
Timestamp: 2025-11-05 12:55:36+00

Package: pspg
Version: 5.8.12-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 366
Depends: libc6 (>= 2.38), libncursesw6 (>= 6.1), libpq5 (>= 9.0~), libreadline8t64 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_5.8.12-2.pgdg+1_arm64.deb
Size: 132716
SHA256: d50c6cbcd9560be2b34c0258ae81d9151af05a5f74e918a349d310d76d29bc83
SHA1: 1400761db0121121fd44e31fd24c4f25701da9cb
MD5sum: 8fefeeff162ab068ac7391996cdc75d9
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2025-11-05 12:55:36+00

Package: pspg-dbgsym
Source: pspg
Version: 5.8.12-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 724
Depends: pspg (= 5.8.12-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_5.8.12-2.pgdg+1_arm64.deb
Size: 417864
SHA256: 2ad9a7710921ac5899ba83f7f783cdf0840f9d78624b1ca5690b18f46f450088
SHA1: 6543f964612792c0d0d93f0c5e6b81d34fef834b
MD5sum: 896b3e5402138388bb9e58b910599db4
Description: debug symbols for pspg
Build-Ids: 1a566680b40c189d35023c4663d2a6b47a9b617b
Timestamp: 2025-11-05 12:55:36+00

Package: pgmodeler
Version: 1.2.2-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20749
Depends: pgmodeler-common, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libpq5, libqt6core6t64 (>= 6.9.1), libqt6gui6 (>= 6.9.1), libqt6network6 (>= 6.1.2), libqt6printsupport6 (>= 6.1.2), libqt6svg6 (>= 6.6.0), libqt6widgets6 (>= 6.4.0), libstdc++6 (>= 14), libxml2-16 (>= 2.14.1)
Homepage: https://pgmodeler.io/
Priority: optional
Section: database
Filename: pool/main/p/pgmodeler/pgmodeler_1.2.2-2.pgdg+1_arm64.deb
Size: 5725000
SHA256: 513d07ece1939dc9d529969f2419969d7a90a53a18c1cf9ee457334706622865
SHA1: 810a788963513fe6e195d1c581005615e31f18e8
MD5sum: 6a917011cc122e3072025fa3edf98ada
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.
Timestamp: 2025-11-06 22:00:44+00

Package: pgmodeler-common
Source: pgmodeler
Version: 1.2.2-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2094
Multi-Arch: foreign
Homepage: https://pgmodeler.io/
Priority: optional
Section: database
Filename: pool/main/p/pgmodeler/pgmodeler-common_1.2.2-2.pgdg+1_all.deb
Size: 391688
SHA256: 74cd21df61f44401fedcb52ead82200bb6bf0750413f58bcc562fe999e5fa0b5
SHA1: f990928bee2b10e3264b3ada8a40667af693b969
MD5sum: ed46af8bfca6fa378068d8973d25fab1
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.
Timestamp: 2025-11-06 22:00:44+00

Package: pgmodeler-dbgsym
Source: pgmodeler
Version: 1.2.2-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87973
Depends: pgmodeler (= 1.2.2-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmodeler/pgmodeler-dbgsym_1.2.2-2.pgdg+1_arm64.deb
Size: 81349220
SHA256: e615f908e9cee77782817c887d5d5877e0ac136221a010e863330c0c06792301
SHA1: 6d23c8c92abb98182b66f97cd0f8e65ef2b34088
MD5sum: ab6c28bec6309ed4f3b7e30b343f7523
Description: debug symbols for pgmodeler
Build-Ids: 224181d3d5fd45c5158ce69660f90825e639dbd6 3d406ecd59ac40d3cd7afdc6da78c90151eed8eb 408494c7ef9936e0fc4c27535ba35a176608c32a 40f5498d04ca3dd7ed08bd617258021b07e2046a 8f815ad2784ef3090a905dd9ec9dc5d52f460f4f aca3dfbe76fb1108d981befe810d07daa0c28729 af755444ab675f4e08d0f2f103fd0dd7c7f3d64e bebcc5cfc6ec7dde7a2ce7d9812caaecf0a9663a cfe388e511db0858f331f5f864edc205a3e2ee24 e04bbb1d65085881532350b8108a97761efe69b8 ea5c6dbc3278ef728707ca3a9578989089166bf4
Timestamp: 2025-11-06 22:00:44+00

Package: pg-statviz
Version: 0.8-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 479
Depends: fonts-noto-core, fonts-noto-extra, python3-argh, python3-dateutil, python3-matplotlib, python3-numpy, python3-pandas, python3-psycopg, python3:any
Recommends: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/pg-statviz_0.8-1.pgdg+1_all.deb
Size: 314216
SHA256: b6b29fc10a94d9c28607c4d35eb8251c970604caa7752995d325ced3d875bfd3
SHA1: 6096cb1e13e56e0939b98e8229d681fdcaa0a6cc
MD5sum: d27b380be553ac517fb4d61fed22195d
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the pg_statviz utility.
Timestamp: 2025-11-06 22:00:44+00

Package: postgis
Version: 3.6.0+dfsg-3.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 642
Depends: libc6 (>= 2.38), libgdal37 (>= 2.0.1), libgeos-c1t64 (>= 3.6), libpq5, libproj25 (>= 5.2.0), perl:any
Recommends: postgresql-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.6.0+dfsg-3.pgdg+1_arm64.deb
Size: 146436
SHA256: 616da47d0bdd43cc781804f31cddae08b6d4e4f21a6f7d8a642e975a009166ec
SHA1: 7ae89952d26d19cfcf500e0a9968ed5aefbfc13d
MD5sum: b07d281f823c987a83fbbb7cd8e4db43
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2025-11-06 22:00:44+00

Package: postgis-dbgsym
Source: postgis
Version: 3.6.0+dfsg-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 933
Depends: postgis (= 3.6.0+dfsg-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.6.0+dfsg-3.pgdg+1_arm64.deb
Size: 538264
SHA256: 3d169e7a7a2de26254d7853f97a0cebe11628b92c92ecc497fc6ddf58a9e6d2b
SHA1: 9acf5c285e8e47abbee916d25424a1c1f33e8bea
MD5sum: 14113f13f61d4cb57ab006fd11b060cf
Description: debug symbols for postgis
Build-Ids: 40dd5cc4d9d161825fbbb13c15d625141b578721 a528842268ec0cd78ab444320c14797e8d0b2711 dfb589c638b1f3fc5febd976052ce0ee1637d304
Timestamp: 2025-11-06 22:00:44+00

Package: postgresql-10-statviz
Source: pg-statviz
Version: 0.8-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-10
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-10-statviz_0.8-1.pgdg+1_all.deb
Size: 10052
SHA256: 1545a84790c0e6a11086dcf4f6bdd511a1c8111ab339ef5f154d9b8ae868aa06
SHA1: 1026042b15adbe9606931030e83a2c6c968570e1
MD5sum: 29c68a474d72135b6cc6b925af9e04f1
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2025-11-06 22:00:44+00

Package: postgresql-11-statviz
Source: pg-statviz
Version: 0.8-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-11
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-11-statviz_0.8-1.pgdg+1_all.deb
Size: 10060
SHA256: 0f9bb7f54581b80516ddcaf75bbe381b0d4039409561437555ae0b3e7093cd3f
SHA1: 8889eeea130b5727ebd3ae8e13dc123c081ac7b0
MD5sum: 54f866ede2ac6f310c3d9233df15b35a
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2025-11-06 22:00:44+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.6.0+dfsg-3.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9838
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal37 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-12-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.6.0+dfsg-3.pgdg+1_arm64.deb
Size: 3411872
SHA256: 46d693fc3e3fea271c0909868805dfdaa84666e135638fbff62208d92e98bcc4
SHA1: 86826ecb1dffaac11aa9656195751a3d7448356a
MD5sum: 628809fe46971875a55af4b51b692cb9
Description: Geographic objects support for PostgreSQL 12
 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".
Timestamp: 2025-11-06 22:00:44+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis
Version: 3.6.0+dfsg-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4648
Depends: postgresql-12-postgis-3 (= 3.6.0+dfsg-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.6.0+dfsg-3.pgdg+1_arm64.deb
Size: 4074388
SHA256: d68c730cb22e77bfa138ead431f6f9b27de24d97245be957ecf8cb3d497b7839
SHA1: 5764bbb42f7cbe8a751b8930d2fd162ac99f4fb8
MD5sum: a66d09906f1e51df66a17fcab545f449
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 05115078dd2c66a74f9b672c1f250a67fe5e1fce 2710a97f06e1653097497ce6f208d0178bf36e0a 428709315c6c4d86fecead7ae6e65b1d75201b1e 9679b852e3eef324922146b5b59d561e0c8ca2d9 dd0ca3a1d7674efc635ca562a4d49a34c251fab9
Timestamp: 2025-11-06 22:00:44+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.6.0+dfsg-3.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38973
Recommends: postgresql-12-postgis-3
Provides: postgresql-12-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.6.0+dfsg-3.pgdg+1_all.deb
Size: 1296800
SHA256: 75fdf2b3ac3305ac4df0d9568fc387c925b712eb18dd37e49bc1641045d6f28c
SHA1: 52c2b74f6e67aae6aa02519c0cd18609fec1f4a5
MD5sum: b05ec379c3ad48a2cc881f6ba50ee436
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-11-06 22:00:44+00

Package: postgresql-12-statviz
Source: pg-statviz
Version: 0.8-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-12
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-12-statviz_0.8-1.pgdg+1_all.deb
Size: 10056
SHA256: 6af873bbd3874c27bfd935c668df4b58013c60b8d8bcd63e989f2892fee94675
SHA1: 66cf22c943c0c61abd424ac9cdd5bf2925b463e9
MD5sum: 835a3c39e9abd581c1de86f7648b946b
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2025-11-06 22:00:44+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.6.0+dfsg-3.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9885
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal37 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-13-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.6.0+dfsg-3.pgdg+1_arm64.deb
Size: 3418252
SHA256: 6bcb98b073d6354d6949274ff275f521321b44d054d3ff7d94d8bef9fac383ba
SHA1: 286acd7a94c20701fb5b2f5a544bb946bac313ac
MD5sum: f6d1aa368feb7421b05646ce0ad0220d
Description: Geographic objects support for PostgreSQL 13
 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".
Timestamp: 2025-11-06 22:00:44+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis
Version: 3.6.0+dfsg-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4672
Depends: postgresql-13-postgis-3 (= 3.6.0+dfsg-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.6.0+dfsg-3.pgdg+1_arm64.deb
Size: 4097856
SHA256: 84d0ca0a2e90f5d3ba8f8485219d157361da6befa000dc61630f416b191ab783
SHA1: 9656396d8fa5edeb27fc2e1b52b6a1b502915628
MD5sum: c3eeb9086ff45116941d02e1af863d7b
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 05af56549b97cd7e3517bf9701a07b238bd1ccd5 24e09ca32eb77242d644f170ce2fdb5fa16aac57 b71ba99e67f1ecc1b66fbd02a7586c9532a0f264 e4eee07af07d9282ea901aaa533cc8a8916d9dd3 f9c2411b21338d2afd156993fe4bae25e9e983e2
Timestamp: 2025-11-06 22:00:44+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.6.0+dfsg-3.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38973
Recommends: postgresql-13-postgis-3
Provides: postgresql-13-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.6.0+dfsg-3.pgdg+1_all.deb
Size: 1296692
SHA256: 459a9aa6cb0fc606bd8748031762fc5b6bd422aaa08885063a817ec1911466ce
SHA1: 6e14fda92221355c29d5fe33d89fcad77a0b3af0
MD5sum: 42eb08661b7d720090e3c345d82234e3
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-11-06 22:00:44+00

Package: postgresql-13-statviz
Source: pg-statviz
Version: 0.8-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-13
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-13-statviz_0.8-1.pgdg+1_all.deb
Size: 10056
SHA256: 63e39053996a739bef88789c1b8664b47f654215c41742d5da236373878ac926
SHA1: 647629c2295943db858be3cae0bd0c05be572587
MD5sum: 97a874d69fb8e54a95b35c6f98864979
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2025-11-06 22:00:44+00

Package: postgresql-14-postgis-3
Source: postgis
Version: 3.6.0+dfsg-3.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9971
Depends: postgresql-14, postgresql-14-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal37 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-14-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3_3.6.0+dfsg-3.pgdg+1_arm64.deb
Size: 3426980
SHA256: 123baecd0ac024ec3796d445db7d6cd900e4aeb0762344c11b3773570a8c02ba
SHA1: e7b440760050544a9410cb5fdd7b0c2a28fa0b1e
MD5sum: f8032d0aefcb8372cd98bb719dd84923
Description: Geographic objects support for PostgreSQL 14
 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".
Timestamp: 2025-11-06 22:00:44+00

Package: postgresql-14-postgis-3-dbgsym
Source: postgis
Version: 3.6.0+dfsg-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4656
Depends: postgresql-14-postgis-3 (= 3.6.0+dfsg-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-14-postgis-3-dbgsym_3.6.0+dfsg-3.pgdg+1_arm64.deb
Size: 4082732
SHA256: b9dbcd844fd39f53801359b17bd398fb443044ec62f569127030724dcb3b1022
SHA1: 647771cd62f0b955e55f570dcd82a852034d13b5
MD5sum: b887b7c6420be98154e902a8e9fe7c01
Description: debug symbols for postgresql-14-postgis-3
Build-Ids: 2d27d760114f08a135a215d20c5e905518361c3c 494373d6d5c771e04cf9b61ea82378cadac0d6a2 4e249943e78b4abe2b2e2bf662ef6cc1ccef34a8 605be94459dff854cba9d9bb0bfd24ecf246de3a e1486f8e1bfd04da6303c2815d887964bc3cb291
Timestamp: 2025-11-06 22:00:44+00

Package: postgresql-14-postgis-3-scripts
Source: postgis
Version: 3.6.0+dfsg-3.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38973
Recommends: postgresql-14-postgis-3
Provides: postgresql-14-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3-scripts_3.6.0+dfsg-3.pgdg+1_all.deb
Size: 1296700
SHA256: c2ec104a3580c4a6fd7b84aed6b125d9e4dcc4b7444ac6de744b56f6302a7d9a
SHA1: ebf794ccf60d89663ed87456091cb0b5c766a0d4
MD5sum: 7de4aec28d3cdce232a74f5a3941efc7
Description: Geographic objects support for PostgreSQL 14 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 14 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-11-06 22:00:44+00

Package: postgresql-14-statviz
Source: pg-statviz
Version: 0.8-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-14
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-14-statviz_0.8-1.pgdg+1_all.deb
Size: 10060
SHA256: 181054027e85135d45302d645fdf759cc186857a051807bc06a3b4f5442f5517
SHA1: cc3d9b37881d2dd12714abe19d984a30b4c81f9f
MD5sum: 516f7ef35df540c745e2dc6b940ddd7e
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2025-11-06 22:00:44+00

Package: postgresql-15-postgis-3
Source: postgis
Version: 3.6.0+dfsg-3.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10099
Depends: postgresql-15, postgresql-15-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal37 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-15-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3_3.6.0+dfsg-3.pgdg+1_arm64.deb
Size: 3459692
SHA256: 6124f07f17c5296db169f894d3d94572c36c2eb4433de93573fdaf522111b495
SHA1: d35a2bd9e2a433a282d6733057bb212506ee6f4f
MD5sum: 73aedd3d102440a9c0f6db1a2800c67a
Description: Geographic objects support for PostgreSQL 15
 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".
Timestamp: 2025-11-06 22:00:44+00

Package: postgresql-15-postgis-3-dbgsym
Source: postgis
Version: 3.6.0+dfsg-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4662
Depends: postgresql-15-postgis-3 (= 3.6.0+dfsg-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-15-postgis-3-dbgsym_3.6.0+dfsg-3.pgdg+1_arm64.deb
Size: 4088484
SHA256: 66eda5b19a186cc07a8869d463ed712ea0a3238cf4167c1ee7b34f4032ea7098
SHA1: c5dc68a7496aa2e4e2eca61fbda60658dba5e74d
MD5sum: 936221893ad157144487cf8d80a81f6e
Description: debug symbols for postgresql-15-postgis-3
Build-Ids: 321a6a9ac00886225ab516138cc367adcaf9f526 5ca1335d7508d65fffea4a84baabce462cfd5c97 75036801246b48e27bde95daaebb452b1c132443 841aa5e942487edfe742dabc4e6abe1e8f6d2c90 d1e1c11bdc2cff5fd408b5c7b204e9f52c24b866
Timestamp: 2025-11-06 22:00:44+00

Package: postgresql-15-postgis-3-scripts
Source: postgis
Version: 3.6.0+dfsg-3.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38973
Recommends: postgresql-15-postgis-3
Provides: postgresql-15-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3-scripts_3.6.0+dfsg-3.pgdg+1_all.deb
Size: 1296644
SHA256: 03a118e3cb5c943b324a13108adb164e8eed3d89fee22df245d00dd6c8c031f9
SHA1: 371cee448f78975dedcdab1b8b7c6b64cb6700ea
MD5sum: 076f372dbb6b5e0054abe2d12448305a
Description: Geographic objects support for PostgreSQL 15 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 15 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-11-06 22:00:44+00

Package: postgresql-15-statviz
Source: pg-statviz
Version: 0.8-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-15
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-15-statviz_0.8-1.pgdg+1_all.deb
Size: 10056
SHA256: 680a0bd337b28c98a047aa745a82a373969517c2d13c53df11c453d41a1d7ed9
SHA1: d3323f77d65d2fc24d3b4469693512fc2c2f644c
MD5sum: c30e7b58e49d7a3b675a71be039e9565
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2025-11-06 22:00:44+00

Package: postgresql-16-postgis-3
Source: postgis
Version: 3.6.0+dfsg-3.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10230
Depends: postgresql-16, postgresql-16-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal37 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-16-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3_3.6.0+dfsg-3.pgdg+1_arm64.deb
Size: 3537812
SHA256: 1e3b32b0a180d97704e5c556f1f063c72d7e1294d0c17081da5cf456cee55834
SHA1: 59f9561bea1b843e4fe49e1914c79608bb83bd68
MD5sum: 5ce9e1ba8a69ddcdae4b7fe5aa5b2002
Description: Geographic objects support for PostgreSQL 16
 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".
Timestamp: 2025-11-06 22:00:44+00

Package: postgresql-16-postgis-3-dbgsym
Source: postgis
Version: 3.6.0+dfsg-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4792
Depends: postgresql-16-postgis-3 (= 3.6.0+dfsg-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-16-postgis-3-dbgsym_3.6.0+dfsg-3.pgdg+1_arm64.deb
Size: 4224236
SHA256: 18dd0609aee0909208e2e6316fc7a830cdc48149259cea1e9b58dcc3f32ce1ab
SHA1: 051576ef360de12485b8742da88707eab5999ffb
MD5sum: d265e06c915772a9c9ea9c5470f71452
Description: debug symbols for postgresql-16-postgis-3
Build-Ids: 1680924a41c1755357d95d9dcb5e34cc6155bd0f 73ba4b54fa9aaa759e44913c26019ae9e012aa2f 87e7d655b4b2329c9046b3cd4efe4596ce82d076 d31b5dffa74f1da15f36c221ce3840b07fe3e775 f73b17b1354163a460df7f1f478efe3739d15993
Timestamp: 2025-11-06 22:00:44+00

Package: postgresql-16-postgis-3-scripts
Source: postgis
Version: 3.6.0+dfsg-3.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38974
Recommends: postgresql-16-postgis-3
Provides: postgresql-16-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3-scripts_3.6.0+dfsg-3.pgdg+1_all.deb
Size: 1296604
SHA256: 8cd9a370e9f9db5134a6ee816538d0cd83d42f1ae355dfb77a7a37b1efe3acbe
SHA1: 11b517f5ddccb1176c45d35aeeaf909d8fb6aa9c
MD5sum: 5dc89dc2103ab380be0a752342817191
Description: Geographic objects support for PostgreSQL 16 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 16 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-11-06 22:00:44+00

Package: postgresql-16-statviz
Source: pg-statviz
Version: 0.8-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-16
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-16-statviz_0.8-1.pgdg+1_all.deb
Size: 10052
SHA256: 659345ed220d2f1c971a02e34a40671623df224f2be54c994ade4d7ddd681d5e
SHA1: 2a60091ef4d51376946c1005ba95e98276f5b6d8
MD5sum: e00f4922dc6269c7d9123649cea9b65a
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2025-11-06 22:00:44+00

Package: postgresql-17-postgis-3
Source: postgis
Version: 3.6.0+dfsg-3.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10331
Depends: postgresql-17, postgresql-17-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal37 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-17-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-17-postgis-3_3.6.0+dfsg-3.pgdg+1_arm64.deb
Size: 3554364
SHA256: 059f4b94bc23604f37ff11e7ffecb2dc9ae5183a295eef39cca0d02ba2bf6b3b
SHA1: ee30117ca2f044001a29b2b29a48612fa0e6fae6
MD5sum: ae85cbdefb122168a7b994aff8fe65b8
Description: Geographic objects support for PostgreSQL 17
 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".
Timestamp: 2025-11-06 22:00:44+00

Package: postgresql-17-postgis-3-dbgsym
Source: postgis
Version: 3.6.0+dfsg-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4790
Depends: postgresql-17-postgis-3 (= 3.6.0+dfsg-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-17-postgis-3-dbgsym_3.6.0+dfsg-3.pgdg+1_arm64.deb
Size: 4222612
SHA256: 540bfaa49e8025e9378033b59ed665dfea11bcf4c0ffaeb53eccdfd4ce39a9aa
SHA1: 88039e2615e422d9d3e94998b9e60503b3c7d7a0
MD5sum: a8c297c4bdb0917d9e9e56ef1f01a5a8
Description: debug symbols for postgresql-17-postgis-3
Build-Ids: 0952064f57c5d5dcae43e88f29ac9370ceca2789 8f4210ae9c0bfc46fbc458e290fc33a38bb0aee5 8f4d4c97166384f7733a6a2bc35a484330dc23a4 a34c262019a03a874a9e935445ee81c6fa6c55e3 e25e20af759a76bfec6bd12003041fde353cc204
Timestamp: 2025-11-06 22:00:44+00

Package: postgresql-17-postgis-3-scripts
Source: postgis
Version: 3.6.0+dfsg-3.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38974
Recommends: postgresql-17-postgis-3
Provides: postgresql-17-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-17-postgis-3-scripts_3.6.0+dfsg-3.pgdg+1_all.deb
Size: 1296640
SHA256: 4148569eee183f4cd8d3f2af5fcb8055519e3c67a3a6b9e005689d25e95f87be
SHA1: 5b2048c885d4c33b07ebd34c416c8a45586055b7
MD5sum: 3fc589985132c0ced16e9d551fbdab75
Description: Geographic objects support for PostgreSQL 17 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 17 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-11-06 22:00:44+00

Package: postgresql-17-statviz
Source: pg-statviz
Version: 0.8-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-17
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-17-statviz_0.8-1.pgdg+1_all.deb
Size: 10056
SHA256: a04b9c7e90790b1dd3e5c7d0bd0948770c3ab162529ecff3f2d6c4a0133a1696
SHA1: ee1b19b0fd04aa103bbe70da96b7d8a9b87f3910
MD5sum: 624b07fbd8cefa9e903407313aaa50e8
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2025-11-06 22:00:44+00

Package: postgresql-18-postgis-3
Source: postgis
Version: 3.6.0+dfsg-3.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10363
Depends: postgresql-18, postgresql-18-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal37 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-18-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-18-postgis-3_3.6.0+dfsg-3.pgdg+1_arm64.deb
Size: 3561388
SHA256: 1931afeaf0c2dd24966b7c566b35de5c1fb349858523180f00dc05d21a77ef1b
SHA1: 756ba0a89c1a7e98696636702d7e216edab40e13
MD5sum: e88791612e53139dd06fb1cf51a0ecf9
Description: Geographic objects support for PostgreSQL 18
 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".
Timestamp: 2025-11-06 22:00:44+00

Package: postgresql-18-postgis-3-dbgsym
Source: postgis
Version: 3.6.0+dfsg-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4791
Depends: postgresql-18-postgis-3 (= 3.6.0+dfsg-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-18-postgis-3-dbgsym_3.6.0+dfsg-3.pgdg+1_arm64.deb
Size: 4224544
SHA256: 1bfba4c1d4a7ea38b02f7fae0ff71e3d622e7c68785bc5e1c8bcf44a429ffb67
SHA1: fae96bc642ae5147775af82405d9a2d92f01fb5f
MD5sum: 2487403db9418074dc0f042fe4812146
Description: debug symbols for postgresql-18-postgis-3
Build-Ids: 41f4600100a7e691279f56f446de3c3656099c8a 64b5ce8c604f8c162ef4b235ff2f193a6cf8d285 83505aa369c51721ec1b9dd09c41c8ec2e19a777 e97e779144936d15b66b80cbb74b0c766cd58c1f f811c64a86c2a79de8e9fa46d2aee4c1913a23d9
Timestamp: 2025-11-06 22:00:44+00

Package: postgresql-18-postgis-3-scripts
Source: postgis
Version: 3.6.0+dfsg-3.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38974
Recommends: postgresql-18-postgis-3
Provides: postgresql-18-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-18-postgis-3-scripts_3.6.0+dfsg-3.pgdg+1_all.deb
Size: 1296936
SHA256: d2745953d95667eb8215fea6754a5af11e63315b8f2b5100c8e082fc3ffa3d48
SHA1: 99282a637d27abdd6f837db9d93d8c12f9cfeb31
MD5sum: bfd519af99b460c907f49b1549fb0c2a
Description: Geographic objects support for PostgreSQL 18 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 18 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-11-06 22:00:44+00

Package: postgresql-18-statviz
Source: pg-statviz
Version: 0.8-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-18
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-18-statviz_0.8-1.pgdg+1_all.deb
Size: 10056
SHA256: f4a3f5153bc1c63297b56ad49db513290f98ea32d0eb09bb87a3d16d4c07188c
SHA1: ff2411cd6290acdc24fba214502edb6d7a29e8b0
MD5sum: c54a956e4218b0ac06a4c3774b792b4c
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2025-11-06 22:00:44+00

Package: postgresql-postgis
Source: postgis
Version: 3.6.0+dfsg-3.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 66
Depends: postgresql-postgis-scripts, postgresql-18-postgis-3
Homepage: https://postgis.net/
Priority: optional
Section: metapackages
Filename: pool/main/p/postgis/postgresql-postgis_3.6.0+dfsg-3.pgdg+1_arm64.deb
Size: 21268
SHA256: 236632444d42b96528413228429f28db3f9efda051a327b13ab1697f2ee4549e
SHA1: f2f619f517d69dafa4c3732fe23b358675ce7113
MD5sum: c26251d7961e18a701a4da306f4c4496
Description: Geographic objects support for PostgreSQL -- Metapackage
 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 metapackage depends on the PostGIS package for PostgreSQL 18.
Timestamp: 2025-11-06 22:00:44+00

Package: postgresql-postgis-scripts
Source: postgis
Version: 3.6.0+dfsg-3.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 66
Depends: postgresql-18-postgis-3-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-postgis-scripts_3.6.0+dfsg-3.pgdg+1_all.deb
Size: 21292
SHA256: 0b8a8b4824b37d71787b59a9de2faf1de26d2d04ea4c3ac704ea9247649a9dd5
SHA1: 781f8576d73a94bb34060e4c7a4e32a618cab1df
MD5sum: 6d178a485f250158bb0e7f3569efbdbf
Description: Geographic objects support for PostgreSQL -- SQL scripts metapackage
 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 metapackage depends on the PostGIS scripts package for
 PostgreSQL 18.
Timestamp: 2025-11-06 22:00:44+00

Package: libh3-1
Source: libh3
Version: 4.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: https://h3geo.org/
Priority: optional
Section: database
Filename: pool/main/libh/libh3/libh3-1_4.4.0-1.pgdg+1_arm64.deb
Size: 62140
SHA256: 6764f5f0b74bce9c749941c48ca03ec88729fae45a5e544197144eda541cc44b
SHA1: 565a24ebc0559ab48687e58d0bd97f63b58c5320
MD5sum: e4c741c5373c13ef78dc98b7237b74ef
Description: Hexagonal hierarchical geospatial indexing system - library
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the shared library.
Timestamp: 2025-11-10 21:52:52+00

Package: libh3-1-dbgsym
Source: libh3
Version: 4.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: libh3-1 (= 4.4.0-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libh/libh3/libh3-1-dbgsym_4.4.0-1.pgdg+1_arm64.deb
Size: 92448
SHA256: 3c0021aad6febcc8cbd45a0dbe4ffbb731d5ed817b1bdcda75466a613b609b9e
SHA1: d3962f71c74e1e337c6de4e22822fd6c62474a74
MD5sum: ad2be96f49db838cd53467162710e591
Description: debug symbols for libh3-1
Build-Ids: 8b637c0053944258c8073a3ae3c9919772773055
Timestamp: 2025-11-10 21:52:52+00

Package: libh3-bin
Source: libh3
Version: 4.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 929
Depends: libh3-1 (= 4.4.0-1.pgdg+1), libc6 (>= 2.38)
Multi-Arch: foreign
Homepage: https://h3geo.org/
Priority: optional
Section: database
Filename: pool/main/libh/libh3/libh3-bin_4.4.0-1.pgdg+1_arm64.deb
Size: 66692
SHA256: fd14b3dffde14e005efdaae60d23550b53c453abddc10b8c502dd65d915481db
SHA1: 7032f7d0d309af22cec0d2bddaed133e759d774b
MD5sum: 14cd9ce72bcb1ce877c66f43d315cbde
Description: Hexagonal hierarchical geospatial indexing system - CLI programs
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains CLI front-end programs.
Timestamp: 2025-11-10 21:52:52+00

Package: libh3-bin-dbgsym
Source: libh3
Version: 4.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 644
Depends: libh3-bin (= 4.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/libh/libh3/libh3-bin-dbgsym_4.4.0-1.pgdg+1_arm64.deb
Size: 248152
SHA256: 57f8a3bd7a04fd8f24f7a11d46f2ea57ab6b6905ee0e5e68a22ad52937f55e83
SHA1: 0b8701843cfe5b72f87f607967d68590684dcb0b
MD5sum: 178c416131302d405ebc945928bf76ee
Description: debug symbols for libh3-bin
Build-Ids: 097ed37f26ff545d76729d54a78322255e0c0290 0a17c5b8495fa7868639de67d4a340d9f6020d5f 29636ac835f201741c452b00bd5e81c76bf957e2 32ed5a11d4d47f0e2bda1ae62c0323bb6f0b272b 4b5b541007a38d623d4aafc55c2706ad9c90ca1a 5e88dbb2474a8aa7012ef79ef793ade815f0c96b 696819db6d94a3093f6fa46cee1e4f8db47a4ec7 8f6721ad24b55b229d23dd08200b37a15b2a6133 91934a7976a71ccfbeaf5ae8185ce377905ab3ab d6090d6a10a06d83189a30a314c2850daada02bf e93156a420455c6e8c620d8cde147a53778280fd f5173e34b52b0ef019ff30f81adfaca352580856
Timestamp: 2025-11-10 21:52:52+00

Package: libh3-dev
Source: libh3
Version: 4.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: libh3-1 (= 4.4.0-1.pgdg+1)
Multi-Arch: same
Homepage: https://h3geo.org/
Priority: optional
Section: database
Filename: pool/main/libh/libh3/libh3-dev_4.4.0-1.pgdg+1_arm64.deb
Size: 28060
SHA256: 31596441d55c7246e94e682321ef887f312cd56034a08993a85aa1b8f45fe40f
SHA1: 5fb6d68dfa4fefc869b7a1b8ab3e23e8c72c8c71
MD5sum: a61886c0e410e3b52a99ab774bf843f7
Description: Hexagonal hierarchical geospatial indexing system - header files
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the development headers.
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-11-orafce
Source: orafce
Version: 4.16.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 648
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_4.16.2-1.pgdg+1_arm64.deb
Size: 127488
SHA256: 522741d2553931583a46e2cf39cab02a8f60a6db417b070f4179ff9f19badca2
SHA1: d6490ccd2b207ff6d6168cb67991c855f8fc9e57
MD5sum: ea048947c8b31c203cb9d3b6c2ae2050
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 4.16.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 328
Depends: postgresql-11-orafce (= 4.16.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_4.16.2-1.pgdg+1_arm64.deb
Size: 274912
SHA256: b455a855a5e62858b90e09659d087d26c5214980d66249f1969d9dd71dd322cb
SHA1: 15f2dead1bfd1dd78ed7c06a2df5eaddf2b4632d
MD5sum: 925b8c6c9342ce3c03061cab2c2f809a
Description: debug symbols for postgresql-11-orafce
Build-Ids: af79a1a24eab424d9d867464f0dffec8fcad6e8d
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-11-pg-gvm
Source: pg-gvm
Version: 22.6.11-2.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-11, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-11-pg-gvm_22.6.11-2.pgdg+1_arm64.deb
Size: 19904
SHA256: 0ee7ddf96966c1279310f5dead4462a70d903a77f98c9f81243e944287656bc7
SHA1: 02c2c2329f4133f96ddb5f6c18c9b2a700ac4100
MD5sum: 242d2a274d9d970a96c64b8a347ae17a
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-11-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.11-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-11-pg-gvm (= 22.6.11-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-11-pg-gvm-dbgsym_22.6.11-2.pgdg+1_arm64.deb
Size: 26640
SHA256: 2975447963a51426833d755553c66a8d21ef3926bfe6bc6b3b22c880636099f7
SHA1: 2058fbc058e1639fbab88a8a01596b0030d51246
MD5sum: 4ff9b49f73d6ce10af99b434c672744b
Description: debug symbols for postgresql-11-pg-gvm
Build-Ids: dc0e9f2311d5e20a9daea8017c44b3f73ef3323b
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-11-roaringbitmap
Source: pg-roaringbitmap
Version: 1.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 470
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-11-roaringbitmap_1.1.0-1.pgdg+1_arm64.deb
Size: 129276
SHA256: aa7fdbf642a1912cad92b753bdddda49da744c34a621cc9838005da607272595
SHA1: 020fe4245f9965199b380bd98cfdb02f92c9a367
MD5sum: b700b5847b20587fca21a739c5d8f0d6
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-11-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 1.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 570
Depends: postgresql-11-roaringbitmap (= 1.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-11-roaringbitmap-dbgsym_1.1.0-1.pgdg+1_arm64.deb
Size: 527384
SHA256: de1aec7edb3d48a8c477fe10432d518011fc8aa1cea07b1a6302a69b9c85c0c2
SHA1: 5284213a196c4471dbb602028f2e6e9628336582
MD5sum: 8b30819cd54e2fb703e3855c0bb4ff37
Description: debug symbols for postgresql-11-roaringbitmap
Build-Ids: 6d452f18ed87db0f864bfdb35a695f3bab08a2fa
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-12-orafce
Source: orafce
Version: 4.16.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1245
Depends: postgresql-12, libc6 (>= 2.38)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_4.16.2-1.pgdg+1_arm64.deb
Size: 378572
SHA256: 5c3763073a93d3cb68cdd3ca64de17e5f3d777fa6737fa1f74595e257719202d
SHA1: 689ef1af1ee40512f15a55b4e2f3f218af683a15
MD5sum: 9de0eed037e81df74e3d1feb9e8ec615
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 4.16.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 333
Depends: postgresql-12-orafce (= 4.16.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_4.16.2-1.pgdg+1_arm64.deb
Size: 280236
SHA256: fedf807c90d07b6d02ac77b6866ea86b56726a02034e2351230bbc5775c09372
SHA1: 80a28b4771ef7c6581d6cd7396dc2343d3c76d70
MD5sum: 928b133fe73b34e4241d9a433dc3fe8a
Description: debug symbols for postgresql-12-orafce
Build-Ids: 216efb1422339629c47787b55380b04cc54961a5
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-12-pg-gvm
Source: pg-gvm
Version: 22.6.11-2.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-12, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-12-pg-gvm_22.6.11-2.pgdg+1_arm64.deb
Size: 19908
SHA256: 798b2092691bdaed2548f65585f62682df7ded0b60740bb977528ab3120bc378
SHA1: 4b9038efa4127e2e87bb68c8d49024e9dda65180
MD5sum: bf209357e69f9aafa50114fd1c9b2136
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-12-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.11-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-12-pg-gvm (= 22.6.11-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-12-pg-gvm-dbgsym_22.6.11-2.pgdg+1_arm64.deb
Size: 27228
SHA256: 0c4a132afa5085d342796b8e2e8cb4b5e3d391727a154ab2fef9f324cab1161f
SHA1: 182ef6ba4e788dfecc12d197b4c64c1e5e601354
MD5sum: f31eb88df79273dfd028d99543034ecb
Description: debug symbols for postgresql-12-pg-gvm
Build-Ids: 30b1ce2e4c539d8124516a71c5ddace3032fb253
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-12-roaringbitmap
Source: pg-roaringbitmap
Version: 1.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1098
Depends: postgresql-12, libc6 (>= 2.38)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-12-roaringbitmap_1.1.0-1.pgdg+1_arm64.deb
Size: 436372
SHA256: 8dacb4bb7310e2df0e9bf725b900c55d0bce0c1982d0e980210d34e2ba89e30e
SHA1: e304cbf20090dfeea87e2f1caa8b52fca2c82491
MD5sum: e9b246e6d13bb24d2e618b25f3d17a4f
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-12-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 1.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 574
Depends: postgresql-12-roaringbitmap (= 1.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-12-roaringbitmap-dbgsym_1.1.0-1.pgdg+1_arm64.deb
Size: 531184
SHA256: 7b31e94029b0f55fe1e59ffd9729f81a6edba5c78f01cff08858b8c78e7869a7
SHA1: 552292c321fa839f957fe3859be3078121aaea96
MD5sum: 2e3e5f6b0477bea780ce4de2369ece34
Description: debug symbols for postgresql-12-roaringbitmap
Build-Ids: 62cec868a223a617b5702eab4980e79147f6f013
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-13-orafce
Source: orafce
Version: 4.16.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1243
Depends: postgresql-13, libc6 (>= 2.38)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_4.16.2-1.pgdg+1_arm64.deb
Size: 377696
SHA256: c64d81960e8dd953214326785042c824c936e16264269daa39eb1fa3d1df1314
SHA1: 271e440bbde83bd596c829f0e00fd753592f4605
MD5sum: dcd47440d822ed5fd2feff0b6fdc2248
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 4.16.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 339
Depends: postgresql-13-orafce (= 4.16.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_4.16.2-1.pgdg+1_arm64.deb
Size: 286828
SHA256: 93e0cddfa40c5cc6c4cd4f2d2ae017d00ab69d5e31e894bad882932115cc5eff
SHA1: d58febbab5b57be261182b81b9ad50f095646c2d
MD5sum: 0f70b7aa79573abd08638b89ff35de41
Description: debug symbols for postgresql-13-orafce
Build-Ids: 81d13bbfb4a8c3e5963a235fb96e247409c00f6e
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-13-pg-gvm
Source: pg-gvm
Version: 22.6.11-2.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-13, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-13-pg-gvm_22.6.11-2.pgdg+1_arm64.deb
Size: 19964
SHA256: 0cd473c6b2b0a34aaab18a4e57270e05b43ddbcf49c597e704e606e66f6a682d
SHA1: 13f74d83f09a7e9660c51a9c59fc46ae42fed255
MD5sum: 94226999e4b168e366f5ce0eb42afba1
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-13-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.11-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-13-pg-gvm (= 22.6.11-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-13-pg-gvm-dbgsym_22.6.11-2.pgdg+1_arm64.deb
Size: 27460
SHA256: 72a69d6e4985ea227c5b9507194abe1452eb4183632da4e426f4332e404827a2
SHA1: 25486312b835e3fffbb4e132725fd14231c077dc
MD5sum: 2e9985a13afea916ca492b55ede5cff7
Description: debug symbols for postgresql-13-pg-gvm
Build-Ids: 2d455d3c97070e809ffa4c9349be3762c4982e19
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-13-roaringbitmap
Source: pg-roaringbitmap
Version: 1.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1098
Depends: postgresql-13, libc6 (>= 2.38)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-13-roaringbitmap_1.1.0-1.pgdg+1_arm64.deb
Size: 437900
SHA256: 889890d11561022cb96127f443f3811b6fc83f0fd8bcc0351fe912f7a3e393e2
SHA1: 9fe321db6c9eb643a482a5ef4f0332f2fe1ec595
MD5sum: b78bf308ce4d712dd3a1d9d8a27eba3d
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-13-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 1.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 574
Depends: postgresql-13-roaringbitmap (= 1.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-13-roaringbitmap-dbgsym_1.1.0-1.pgdg+1_arm64.deb
Size: 531232
SHA256: d86cffe3a6bb3ff23bb8fc5952be9a57790c6738c1aa231ae44023013e45a890
SHA1: bff65d5510016b8f8ed42fe46d796134122f967d
MD5sum: 000aa1ebb2623668c07ba68803194d38
Description: debug symbols for postgresql-13-roaringbitmap
Build-Ids: 443cb7bfde0354508e19cb848e3cda25cee42154
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-14-orafce
Source: orafce
Version: 4.16.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1252
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_4.16.2-1.pgdg+1_arm64.deb
Size: 379424
SHA256: 1fab399d453f5a9641747ba39a7d1a0aebf1a0434918897ac9a604d89eef0b80
SHA1: 4cec0568b2ac6f67151bc11f8eca452d43416736
MD5sum: 2f8239463eb6934c8045764db81fd33a
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 4.16.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 345
Depends: postgresql-14-orafce (= 4.16.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_4.16.2-1.pgdg+1_arm64.deb
Size: 293444
SHA256: 31e5533d1bba80c7bcbd008eee0a91c4892b945d8a57b6ab8dff66fc59547bdf
SHA1: af2f3b8990b28abba05de765a46333c96893e58e
MD5sum: 5581b5480d9aa4c6cf537c4677b5b1ce
Description: debug symbols for postgresql-14-orafce
Build-Ids: 323bc0eb630a23c8c06446aa670d2e9fe0125f22
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-14-pg-gvm
Source: pg-gvm
Version: 22.6.11-2.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-14, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-14-pg-gvm_22.6.11-2.pgdg+1_arm64.deb
Size: 19964
SHA256: 7866acb694053dcbd3c4f61cd05859665b1e973937bf8e09efa484d8279085ce
SHA1: eaffdbafa01ef2d08345e41d6436e823da1f91c6
MD5sum: 606341c57e8c768991fcb5b782824f24
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-14-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.11-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-14-pg-gvm (= 22.6.11-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-14-pg-gvm-dbgsym_22.6.11-2.pgdg+1_arm64.deb
Size: 27484
SHA256: cf094044e56400fa11faf3c29434a6208ac05d1e8e86878da13fedc914cbf336
SHA1: 5215b8184033da4d3d0507f9d8a121235baebcf3
MD5sum: f3878404c53e42128fb5688fc044dac4
Description: debug symbols for postgresql-14-pg-gvm
Build-Ids: 03f7b9972b6c5ee1d442984e0012429321180076
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-14-roaringbitmap
Source: pg-roaringbitmap
Version: 1.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1098
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-14-roaringbitmap_1.1.0-1.pgdg+1_arm64.deb
Size: 437036
SHA256: aeadc7b879cfdc3ab27441bd069c2880ee1ade5c13efd36a22cea22440b04652
SHA1: f61c7aca40fc43afb19e77a97c73057b3f0bc11d
MD5sum: a0350c310780347f51fa19207af0c67c
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-14-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 1.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 574
Depends: postgresql-14-roaringbitmap (= 1.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-14-roaringbitmap-dbgsym_1.1.0-1.pgdg+1_arm64.deb
Size: 532140
SHA256: 879800c80edbac7985f563c2b40f54a2816ac496e9aafe50f7449e7a7376c08a
SHA1: 69bbdbc0b650a021995b79f547369aed424259d8
MD5sum: f806f9a6e9c39bb2c1927fc53a4db8ad
Description: debug symbols for postgresql-14-roaringbitmap
Build-Ids: 5f0eee90e586d76e807ee5abc78c914d0c3310b1
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-15-orafce
Source: orafce
Version: 4.16.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1248
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-15-orafce_4.16.2-1.pgdg+1_arm64.deb
Size: 375640
SHA256: b9c21b51483879368cfc2c3a584c80a482b40a6b8e024867a0eef3ad1479e982
SHA1: 87aba86a58d789d099a2acafa7b06fa22f1b3a6e
MD5sum: 27358470a16005e9d368fee6c9d22138
Description: Oracle support functions for PostgreSQL 15
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-15-orafce-dbgsym
Source: orafce
Version: 4.16.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 347
Depends: postgresql-15-orafce (= 4.16.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-15-orafce-dbgsym_4.16.2-1.pgdg+1_arm64.deb
Size: 295156
SHA256: d9c86f1c345d23065739b97a44642571a34acb38b36b01d0706716ebb239b2cf
SHA1: d084fcdfa6f1853dbd1fc65a63856cb0b8549499
MD5sum: efb368d97b8c062b0312971a744888fc
Description: debug symbols for postgresql-15-orafce
Build-Ids: 88d1905b48b91f425d8b6ed88185d6bf3c6db9b3
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-15-pg-gvm
Source: pg-gvm
Version: 22.6.11-2.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-15, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-15-pg-gvm_22.6.11-2.pgdg+1_arm64.deb
Size: 19976
SHA256: e6814bb9a5474fc4ff3dd585fdbefcfb4f757c4f890b704a978af604742c3dda
SHA1: 2a7b4679ac006ab9a5e2c6978362128e3562da16
MD5sum: 10207cf21f073a26535d00305806f2f0
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-15-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.11-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-15-pg-gvm (= 22.6.11-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-15-pg-gvm-dbgsym_22.6.11-2.pgdg+1_arm64.deb
Size: 27672
SHA256: 0526ef9a48b95bd4fc37099619522c314a1ab21f3962b58c65d061f036fe6ae7
SHA1: c777bdf9c4ebdfbdd55c177a402aa79b2a63633f
MD5sum: aff5982a60f95abfa262b2e5926ad41c
Description: debug symbols for postgresql-15-pg-gvm
Build-Ids: be49a340f6947b12bd3f34050049d744bbe27498
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-15-roaringbitmap
Source: pg-roaringbitmap
Version: 1.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1098
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-15-roaringbitmap_1.1.0-1.pgdg+1_arm64.deb
Size: 438152
SHA256: 9da29687339a6698b098782b360f944b23e35d3a177bd53ff7546dc4ffbc804c
SHA1: aba4f816180b11966b8261ff5b15b8ad6b48b096
MD5sum: ac80b1b81c9f141e6d86ed2a3576821d
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-15-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 1.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 575
Depends: postgresql-15-roaringbitmap (= 1.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-15-roaringbitmap-dbgsym_1.1.0-1.pgdg+1_arm64.deb
Size: 532436
SHA256: ef27c6b584ebe781defe96101d3e77b0f7d57eed67a0e50d14a9fe0bafede0a1
SHA1: 3743a48e60c24a48b1e8e578800420bcf759aef2
MD5sum: 6d64a0db7b4ffbb344794c01b2aee8df
Description: debug symbols for postgresql-15-roaringbitmap
Build-Ids: c644c604384ae5023dc4cacd927d7f1aa3950562
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-16-orafce
Source: orafce
Version: 4.16.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1181
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-16-orafce_4.16.2-1.pgdg+1_arm64.deb
Size: 371608
SHA256: 1725440a216607213a0206b4fed57c2a5cf6335c1804dec550ba66892f93964c
SHA1: f3584296ea4c881b5a69a65631ad8b6818de80be
MD5sum: f618102cbdbde23d74da2c4cb329116a
Description: Oracle support functions for PostgreSQL 16
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-16-orafce-dbgsym
Source: orafce
Version: 4.16.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 363
Depends: postgresql-16-orafce (= 4.16.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-16-orafce-dbgsym_4.16.2-1.pgdg+1_arm64.deb
Size: 311680
SHA256: 11fe1e5d180048c88ee425c277d90ed435f85e3a08b9425fca2d718f13ef3ea4
SHA1: 4efc04af804611f69c0fb0f4ac54776d9d559af8
MD5sum: 57fde77bb13e4e2d9ce9aad4c5e524ea
Description: debug symbols for postgresql-16-orafce
Build-Ids: a0b3953653ac4ade3c90f4f128b2b473def27da9
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-16-pg-gvm
Source: pg-gvm
Version: 22.6.11-2.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-16, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-16-pg-gvm_22.6.11-2.pgdg+1_arm64.deb
Size: 19992
SHA256: 6ef08aaa0717c9be27f3c7052f073673a6a5f501eb6447a36809b2ef0b4c39d7
SHA1: a90d95cc87408f5e7d5668a5c7dbac2d1931bda0
MD5sum: 5565fd2fa14f0ecc0e5f8f8915956d1a
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-16-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.11-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-16-pg-gvm (= 22.6.11-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-16-pg-gvm-dbgsym_22.6.11-2.pgdg+1_arm64.deb
Size: 28600
SHA256: b28c08ca876f7fb47f3b50e74eb88e3711accf07100fabe2ceac87c69812e281
SHA1: ef316904b989e62487e32ff24b3e2fb7ecb7a80f
MD5sum: 420ed1a220c3cc08bc928435b0c40017
Description: debug symbols for postgresql-16-pg-gvm
Build-Ids: 7b2739166578185605059a64a877381f2eeb3a44
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-16-roaringbitmap
Source: pg-roaringbitmap
Version: 1.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1098
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-16-roaringbitmap_1.1.0-1.pgdg+1_arm64.deb
Size: 435152
SHA256: 2e6ea64bda9b99be3790b9c31960babf478465bcbfb7819d21f9102e6290d6be
SHA1: 291fdfd415c92d61a96ef9c3cb8f3a0be597f8e1
MD5sum: 68c89cb334961719e428b030eee1cac0
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-16-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 1.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 652
Depends: postgresql-16-roaringbitmap (= 1.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-16-roaringbitmap-dbgsym_1.1.0-1.pgdg+1_arm64.deb
Size: 611036
SHA256: bf62eb5fbd7963dec53f4371246287efa988ffb9b2976c71da9cfb1e3203ed08
SHA1: 4abc074bc9753485f587d7b1ce01ec0465ca82a9
MD5sum: 53e6e5a18d10b0874a0902de1dbc4ebc
Description: debug symbols for postgresql-16-roaringbitmap
Build-Ids: 00520d3cace71a93c0276800d2d3b94ccdc5b03a
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-17-orafce
Source: orafce
Version: 4.16.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1181
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-17-orafce_4.16.2-1.pgdg+1_arm64.deb
Size: 371552
SHA256: 8d9606b39cb9954fe36f1499d85fccd140df1cacaea0dd4be388e8d4f28c25ca
SHA1: 8da183bc6927131260ca722c3444bea2d853ed72
MD5sum: 2a4b57ae2d5dbd023f6d8e6a93c5e432
Description: Oracle support functions for PostgreSQL 17
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-17-orafce-dbgsym
Source: orafce
Version: 4.16.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 367
Depends: postgresql-17-orafce (= 4.16.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-17-orafce-dbgsym_4.16.2-1.pgdg+1_arm64.deb
Size: 316524
SHA256: c3e4913d79ecda80147d126fe10e6fb53ed113124385625b0978c4bb94cc2956
SHA1: f5ecea3e2bb58ce4dcfe2657f0508032927f56af
MD5sum: 72617262542bbe368f36843c70e03830
Description: debug symbols for postgresql-17-orafce
Build-Ids: 752d68a88cbb89f0a6a5e7e69af491f1c4f030ec
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-17-pg-gvm
Source: pg-gvm
Version: 22.6.11-2.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-17, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-17-pg-gvm_22.6.11-2.pgdg+1_arm64.deb
Size: 19984
SHA256: e11d4827d13534e48d7dda91da86c89e8c0eabc4f4637b87607b56136329d8c5
SHA1: 32aedf40c0502aefc0c47eaf8614acf801b889b6
MD5sum: 266aefed1121d53207df7116151edc1f
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-17-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.11-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-17-pg-gvm (= 22.6.11-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-17-pg-gvm-dbgsym_22.6.11-2.pgdg+1_arm64.deb
Size: 28864
SHA256: 350b0e3c074accc635f22ac4aa730f0b89152add5d2615bcee9e890bca857193
SHA1: ee49b301706c3603efd54c5a9b5632dc7686098d
MD5sum: 057d3e7b8919b69d0f00879872baa096
Description: debug symbols for postgresql-17-pg-gvm
Build-Ids: f8aca62b5590ccb255932828a6e286d1589d5cf6
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-17-roaringbitmap
Source: pg-roaringbitmap
Version: 1.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1098
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-17-roaringbitmap_1.1.0-1.pgdg+1_arm64.deb
Size: 434888
SHA256: e81d135d8d090941d67fe0c00cf6d011e7c57facbb01ce86ffa8e27340393891
SHA1: ecfd956f7433d0391fc1978a83c0e71a537c031a
MD5sum: b888bd1e19d9cf808fe2ead8826a4ea2
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-17-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 1.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 653
Depends: postgresql-17-roaringbitmap (= 1.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-17-roaringbitmap-dbgsym_1.1.0-1.pgdg+1_arm64.deb
Size: 611840
SHA256: 8261b51d5383e7b0238beee65703ac5c64f7dae86dea53c3556a7aa06a06ffd9
SHA1: 5c5406822fbad7f8e132ee4d4c77ac86b2c19885
MD5sum: 9fe27b89cd2d9b29c091c2438eeda021
Description: debug symbols for postgresql-17-roaringbitmap
Build-Ids: 85ff0d1f9843f803a5dd9d4d58927153a8902c6b
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-18-orafce
Source: orafce
Version: 4.16.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1181
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-18-orafce_4.16.2-1.pgdg+1_arm64.deb
Size: 371732
SHA256: e77c1dc755d28d363012d7aacd642d65a2bfa0f5dbd28387435fe0c2b49f8d03
SHA1: 043e206cf304b1e923ae9de86ef098c5fa1ff689
MD5sum: 49b47ed7c2caa94bcc0cffb082e200bb
Description: Oracle support functions for PostgreSQL 18
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-18-orafce-dbgsym
Source: orafce
Version: 4.16.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 372
Depends: postgresql-18-orafce (= 4.16.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-18-orafce-dbgsym_4.16.2-1.pgdg+1_arm64.deb
Size: 319760
SHA256: ce10c9e6340b8842aa3a2d7c9cad729003a39e2f30f1dcca45c2d61f430d7183
SHA1: f4a83172878688e841f49d3e2e2f303f928feeff
MD5sum: ea7a7e84d0989fc38b5547fb11eef9a2
Description: debug symbols for postgresql-18-orafce
Build-Ids: 3cb0a524d1df6f47372f43beb48e1002ab7632b1
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-18-pg-gvm
Source: pg-gvm
Version: 22.6.11-2.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-18, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-18-pg-gvm_22.6.11-2.pgdg+1_arm64.deb
Size: 19980
SHA256: 1a3663219e04167f8af748ac3ac51df16844ade19e784249a70e9f8c67c1f9d0
SHA1: fcf1509abade8065974b7b9cc608bd269368a3a9
MD5sum: c00fefd6664f93a0c062d6f75597eb15
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-18-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.11-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-18-pg-gvm (= 22.6.11-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-18-pg-gvm-dbgsym_22.6.11-2.pgdg+1_arm64.deb
Size: 28948
SHA256: 29af5bfbf10044fcd61ad392ad060d01cbda97649ad8570152d1420ed6ca4bc2
SHA1: 7d4403fec02d31067f6100b6881a2479cf0bc023
MD5sum: 3eb94d231c97734fffe316c67a841795
Description: debug symbols for postgresql-18-pg-gvm
Build-Ids: 5f67ecfd0fd9099228ae00159c4046d017447056
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-18-roaringbitmap
Source: pg-roaringbitmap
Version: 1.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1098
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-18-roaringbitmap_1.1.0-1.pgdg+1_arm64.deb
Size: 433536
SHA256: d96029fd6bb0c8c2fb85a27ac0770f334668197768aa30d5180460bc1082f92a
SHA1: acb5614da57e38e4bf7e0c1c010d809c011d8222
MD5sum: 820f953ac0eeeaa9af7be6e4acaaa967
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2025-11-10 21:52:52+00

Package: postgresql-18-roaringbitmap-dbgsym
Source: pg-roaringbitmap
Version: 1.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 653
Depends: postgresql-18-roaringbitmap (= 1.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-18-roaringbitmap-dbgsym_1.1.0-1.pgdg+1_arm64.deb
Size: 612040
SHA256: 4b92f462d177f612d42bb5e83b70932ad767c899ca58bdae82d0f4b844035bb0
SHA1: d8298b703097f052954cf745f949acca0a439d1a
MD5sum: dbcb2264abc7bfcea0e8914210280856
Description: debug symbols for postgresql-18-roaringbitmap
Build-Ids: d73be67a63a13fd6bbe5edac61176b5e23627e39
Timestamp: 2025-11-10 21:52:52+00

Package: python3-pglast
Source: pglast
Version: 7.10-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1304
Depends: python3 (<< 3.14), python3 (>= 3.13~), python3:any, libc6 (>= 2.17), libpg-query1706.0
Suggests: python-pglast-doc
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: python
Filename: pool/main/p/pglast/python3-pglast_7.10-2.pgdg+1_arm64.deb
Size: 282008
SHA256: 2277a4217ab51bcf3b6a7878a790195c59a6e5deac994acc6b077484516615a0
SHA1: 32b8d14a4e535af129bd7eda821c50b8258c1861
MD5sum: a98e66e8fe2e7f57726d3c1aa42c02b1
Description: PostgreSQL Languages AST and statements prettifier (Python 3)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This package installs the library for Python 3.
Timestamp: 2025-11-10 21:52:52+00

Package: python3-pglast-dbgsym
Source: pglast
Version: 7.10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1715
Depends: python3-pglast (= 7.10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglast/python3-pglast-dbgsym_7.10-2.pgdg+1_arm64.deb
Size: 1679440
SHA256: 50f16f9ce244b1ff52172580ea09b63ba6549356a2839cd0d0310785feb65257
SHA1: 687711f1e92403be31a87748cb4c729cc12deca6
MD5sum: 8203adb66fddbe35e1b35c2f786337fa
Description: debug symbols for python3-pglast
Build-Ids: 688fe0aaeed24e5dd20c7069ee39ba14a56076f0
Timestamp: 2025-11-10 21:52:52+00

Package: python-pglast-doc
Source: pglast
Version: 7.10-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4048
Depends: libjs-sphinxdoc (>= 8.2)
Multi-Arch: foreign
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: doc
Filename: pool/main/p/pglast/python-pglast-doc_7.10-2.pgdg+1_all.deb
Size: 295424
SHA256: beeb99f4e9f9f2bc818fc0bbe291e89c3fb58d15dad2dfd89b7ae70381b7e7e3
SHA1: f69c3b7f6c4d97bbf11c9d5a3cbafa1dac405640
MD5sum: 9e16a5b5717dd75abfc6dd45d211a7be
Description: PostgreSQL Languages AST and statements prettifier (common documentation)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This is the common documentation package.
Timestamp: 2025-11-10 21:52:52+00

Package: sqlreduce
Version: 1.4-1.pgdg+1
Architecture: all
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 67
Depends: python3:any (>= 3.8), python3-pglast, python3-psycopg2, python3-yaml
Multi-Arch: foreign
Homepage: https://github.com/df7cb/sqlreduce
Priority: optional
Section: python
Filename: pool/main/s/sqlreduce/sqlreduce_1.4-1.pgdg+1_all.deb
Size: 15284
SHA256: 33794f8111432cb96608b78007854e059d83758d56f2553a9001953849302398
SHA1: cf7a46cd00653093f57e2db6ecb63683d68b2a1f
MD5sum: b7294dd67c34ca253a8ce91cc1d57ed1
Description: Reduce verbose SQL queries to minimal examples
 SQLreduce takes as input an arbitrary SQL query which is then run against a
 PostgreSQL server. Various simplification steps are applied, while checking
 that the simplified query still exhibits the same error from PostgreSQL.
Timestamp: 2025-11-10 21:52:52+00

Package: libecpg-compat3
Source: postgresql-12
Version: 12.22-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg-compat3_12.22-4.pgdg+1_arm64.deb
Size: 23248
SHA256: ba7c65bc71defb59a057eda4c09daa7f64e8fbed72199cfcc8209202b1bd0469
SHA1: a2c2f554f80057dad4d1f7ccdc122507a09d80d4
MD5sum: ae4934dcd4d7b5a931cef31a28d0aba6
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.
Timestamp: 2026-02-12 12:25:02+00

Package: libecpg-compat3-dbgsym
Source: postgresql-12
Version: 12.22-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: libecpg-compat3 (= 12.22-4.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-compat3-dbgsym_12.22-4.pgdg+1_arm64.deb
Size: 16956
SHA256: c09c9d30dc7098530c7ca9ff07f61fd15b7ee65f8f1baaab72d21d4ce2aeba74
SHA1: e0f633ef00bc3f7c4cd9bfb46d6a4bb8c17ec040
MD5sum: 4e1b7ff8c2d363d2498d35924050022d
Description: debug symbols for libecpg-compat3
Build-Ids: 5e6542956a6db5b97cbe0943595ca56528463764
Timestamp: 2026-02-12 12:25:02+00

Package: libecpg-compat3
Source: postgresql-13
Version: 13.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg-compat3_13.23-1.pgdg+1_arm64.deb
Size: 25280
SHA256: 1585d80ff19877c614bd5f5e7bcc12738a10f4277555c60e68a609576377d0c6
SHA1: dbc37537b2c3da1dcb9b80952b62bb9eaf300360
MD5sum: a9063d89e3329e894fa0edb9eed7310a
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.
Timestamp: 2025-11-13 13:34:45+00

Package: libecpg-compat3-dbgsym
Source: postgresql-13
Version: 13.23-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 13.23-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-compat3-dbgsym_13.23-1.pgdg+1_arm64.deb
Size: 16840
SHA256: a26f3f7ee6432005e2b2ecb263fb3c27756c4abf8f7e5eb962009ac83900eb56
SHA1: 9ca2bf8329e7f0e3c0b40ec5623b72fc176eb30a
MD5sum: f168b5a1b73ac2ab8d6c6f37d47cf4b2
Description: debug symbols for libecpg-compat3
Build-Ids: 08a4b0e781fe60886426c1f0883cd878250d8fa3
Timestamp: 2025-11-13 13:34:45+00

Package: libecpg-dev
Source: postgresql-13
Version: 13.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1522
Depends: libecpg-compat3 (= 13.23-1.pgdg+1), libecpg6 (= 13.23-1.pgdg+1), libpgtypes3 (= 13.23-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libecpg-dev_13.23-1.pgdg+1_arm64.deb
Size: 270860
SHA256: e919b0502f079241e017c52b3676503675c269d36b861c81d81ad18808a56cf3
SHA1: 0ffb6e33aa80ce31119f4f443dcaa8085af4e99a
MD5sum: eff841ad56bc2bc4367ca315f23a86f0
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).
Timestamp: 2025-11-13 13:34:45+00

Package: libecpg-dev-dbgsym
Source: postgresql-13
Version: 13.23-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1150
Depends: libecpg-dev (= 13.23-1.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-dev-dbgsym_13.23-1.pgdg+1_arm64.deb
Size: 232564
SHA256: 6d62f069da5cb45e939c5b44a9c0c3e6d9f342d55e1cad4f18e0094069cdea01
SHA1: e068091546e3eba2439049f75700c33ec5225580
MD5sum: 5396299a5577afe761cffa31f6a5a347
Description: debug symbols for libecpg-dev
Build-Ids: 175aefa9827bb26b7a54eab1fa49f902732cf5c1
Timestamp: 2025-11-13 13:34:45+00

Package: libecpg6
Source: postgresql-13
Version: 13.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 267
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg6_13.23-1.pgdg+1_arm64.deb
Size: 65360
SHA256: 665cdca2aadf144379560a587fa1a41426ea71f68e27ac932eb3f9fc09135e79
SHA1: 2e1fa42cd0668ebccf2ea4a2381eae5fdf2a586e
MD5sum: 06996cda78bf3b64b0b08113a027d879
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.
Timestamp: 2025-11-13 13:34:45+00

Package: libecpg6-dbgsym
Source: postgresql-13
Version: 13.23-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 13.23-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg6-dbgsym_13.23-1.pgdg+1_arm64.deb
Size: 112844
SHA256: b48ff5818371c05ab067cbfa570d928efba03ec7b63ad9d6aabc6a35434a84df
SHA1: fdccbb7c1e830a938f5e35c263ef2d603acb0ddb
MD5sum: 4c589005b50381319743957865f9c72b
Description: debug symbols for libecpg6
Build-Ids: e0fb5b18db3fa23ce111804823d86aff42703de1
Timestamp: 2025-11-13 13:34:45+00

Package: libpgtypes3
Source: postgresql-13
Version: 13.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 174
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpgtypes3_13.23-1.pgdg+1_arm64.deb
Size: 51048
SHA256: 75dd81920a304a91e6b3dcdffd2743a4d59ac9beb354fdf3ebc20f18a9458a25
SHA1: 03e763d6b29e93f0e21b623e20ad347e9fe547b4
MD5sum: 38f2ba28212c54b17b054e2ee667ab9a
Description: shared library libpgtypes for PostgreSQL 13
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-11-13 13:34:45+00

Package: libpgtypes3-dbgsym
Source: postgresql-13
Version: 13.23-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 13.23-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpgtypes3-dbgsym_13.23-1.pgdg+1_arm64.deb
Size: 88088
SHA256: dc058206fcaa31fde88642f6d256e5d38d2a33f42db2bf036e9cf64170fececd
SHA1: ffe98847cf9bcfc1fb6e320fc4a95ee22370f976
MD5sum: 2767b3e26ee40dcb4aaf8f67ef4069de
Description: debug symbols for libpgtypes3
Build-Ids: 31ca4a68ec2c8dfde0335c3d353d208a98df7c63
Timestamp: 2025-11-13 13:34:45+00

Package: libpq-dev
Source: postgresql-13
Version: 13.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 585
Depends: libpq5 (= 13.23-1.pgdg+1)
Suggests: postgresql-doc-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libpq-dev_13.23-1.pgdg+1_arm64.deb
Size: 146328
SHA256: c864f89aad18fca71e98cb6f1bbe065434e43bbb5d140d99e6973c2255b5a980
SHA1: 1a461fd614950a05469d7ece682a58844614fc0a
MD5sum: 1f4c4ae6e4583ff9bc8224b064dafe8a
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.
Timestamp: 2025-11-13 13:34:45+00

Package: libpq5
Source: postgresql-13
Version: 13.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 856
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpq5_13.23-1.pgdg+1_arm64.deb
Size: 183776
SHA256: 73d0d071b5f95fa4eb40e0d6f345a475736bb9593b58ef72e322e1c980aef051
SHA1: 9aeb1a4aa0a905efc98150562dcb7629ecaa8f5f
MD5sum: fb014abf9329293165d0cf214c7409d7
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.
Timestamp: 2025-11-13 13:34:45+00

Package: libpq5-dbgsym
Source: postgresql-13
Version: 13.23-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 296
Depends: libpq5 (= 13.23-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpq5-dbgsym_13.23-1.pgdg+1_arm64.deb
Size: 261324
SHA256: fe9ca67979ca954fdd02bde2c776eeba8c666d2f0fbf559a6710dff1df1f3110
SHA1: fb56cf713b6a077cce7ff396fb30cf8cedc34937
MD5sum: 8b606b81f797f91b2775205283b0251f
Description: debug symbols for libpq5
Build-Ids: 3a54aa940abd53f9313a891b735ff3977fec8b78
Timestamp: 2025-11-13 13:34:45+00

Package: libecpg-compat3
Source: postgresql-14
Version: 14.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg-compat3_14.20-1.pgdg+1_arm64.deb
Size: 22792
SHA256: ded98cff7e689ba4ca5d789ca5c8d9e53ae66bdaff8f1b5a4317b00fde6339d0
SHA1: f03ca49a3f4af0a34f02b7064f126b3eb1a20d69
MD5sum: cc3f13c242c6e3798d5b38219af1697c
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.
Timestamp: 2025-11-13 13:35:25+00

Package: libecpg-compat3-dbgsym
Source: postgresql-14
Version: 14.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 14.20-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-compat3-dbgsym_14.20-1.pgdg+1_arm64.deb
Size: 16856
SHA256: 5801a32e4a4376da49d4630cd194db08f81f64fe31b911f9b3345d7a008bf3a2
SHA1: a360fa309ef7771988c640233fab4e82f52bf302
MD5sum: c19fb47f2dd80686db6f668a757f173b
Description: debug symbols for libecpg-compat3
Build-Ids: 4b9d8793326e2489b24ca5be7dc9f92c483d46a1
Timestamp: 2025-11-13 13:35:25+00

Package: libecpg-dev
Source: postgresql-14
Version: 14.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1608
Depends: libecpg-compat3 (= 14.20-1.pgdg+1), libecpg6 (= 14.20-1.pgdg+1), libpgtypes3 (= 14.20-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libecpg-dev_14.20-1.pgdg+1_arm64.deb
Size: 276480
SHA256: d155ee509e21e373cb81b2e456e0f8130052b32718dd66759eac09df393a74f7
SHA1: 79735596817283b284069be41a941181b88be06c
MD5sum: 95d2ad76fb71bd9ce50984d517b916ff
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).
Timestamp: 2025-11-13 13:35:25+00

Package: libecpg-dev-dbgsym
Source: postgresql-14
Version: 14.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1193
Depends: libecpg-dev (= 14.20-1.pgdg+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-dev-dbgsym_14.20-1.pgdg+1_arm64.deb
Size: 237476
SHA256: 9c65d9aa29dc2018be2aa0ba6f5e2b51fe14b5d4ce97196173b702b210bd4fa1
SHA1: 9456178fc5125c795ab7cf11c827ebe66f7e0ceb
MD5sum: f07a474095289e2934678c14f96b2b35
Description: debug symbols for libecpg-dev
Build-Ids: 83330eb4d4b5564d7634afc5fc2f965f971f3ee3
Timestamp: 2025-11-13 13:35:25+00

Package: libecpg6
Source: postgresql-14
Version: 14.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 271
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg6_14.20-1.pgdg+1_arm64.deb
Size: 63544
SHA256: af85f4ef5adf758ce8859ac8f64b8e69f37be8b35d13678a890f0ed7a573dfd6
SHA1: fc30f71500c14cf058faf8d35dc536a4bc36c62f
MD5sum: 7912f1128bd0daa5ef7532ae661819e1
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.
Timestamp: 2025-11-13 13:35:25+00

Package: libecpg6-dbgsym
Source: postgresql-14
Version: 14.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: libecpg6 (= 14.20-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg6-dbgsym_14.20-1.pgdg+1_arm64.deb
Size: 112724
SHA256: e477fb0a60410398be85f2d6f804f12dd610f447e2f5f92e063a4ab031be8880
SHA1: f79f000054a3ffeddd0cb458cea0a485ae62879e
MD5sum: 63550c443888ed2ef77f2b15801fb51a
Description: debug symbols for libecpg6
Build-Ids: 2460d50384618143d901f5db5b009158e27f99c4
Timestamp: 2025-11-13 13:35:25+00

Package: libpgtypes3
Source: postgresql-14
Version: 14.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 171
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpgtypes3_14.20-1.pgdg+1_arm64.deb
Size: 48624
SHA256: f127f255212d974fd2cec1bf42ad3f130eca5fd348124851c3260867f1425496
SHA1: 7eae28ce63e5abe98ed1d6ffd2fd3b89caa357e5
MD5sum: 261f079986fb906403ab39c0cb25fdaa
Description: shared library libpgtypes for PostgreSQL 14
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-11-13 13:35:25+00

Package: libpgtypes3-dbgsym
Source: postgresql-14
Version: 14.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 14.20-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpgtypes3-dbgsym_14.20-1.pgdg+1_arm64.deb
Size: 88272
SHA256: e5ddb20473ec98545d97fff00d4eee9686e079bf4316ac732f5f3acaa7a8d701
SHA1: cbc86d42000c617a00a57e3fb2da0aba46bc7808
MD5sum: e85e0ba833c56478e7ee7447427926d1
Description: debug symbols for libpgtypes3
Build-Ids: ff1453dd2c84811ad7bf6a440e23286a1549a4c3
Timestamp: 2025-11-13 13:35:25+00

Package: libpq-dev
Source: postgresql-14
Version: 14.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 594
Depends: libpq5 (= 14.20-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libpq-dev_14.20-1.pgdg+1_arm64.deb
Size: 146260
SHA256: d9b65c6c24c384c23e8595cbd49f2dd4014f26aee5f39c4f253916339f66043f
SHA1: 5207ad3807681a6804a4ea1cb1c7fb0a760c7649
MD5sum: eb7970d0b0ee655df2909e38a365b741
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.
Timestamp: 2025-11-13 13:35:25+00

Package: libpq5
Source: postgresql-14
Version: 14.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 823
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpq5_14.20-1.pgdg+1_arm64.deb
Size: 179396
SHA256: a599f834aea2c487779b4828bc74daf3cd195e481bef2f07134e4e83e9cf607c
SHA1: 4f8151e6c3aa1cf1762bfa0625bc0a719d199f46
MD5sum: 19f26803c334a88d15e967951a297b91
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.
Timestamp: 2025-11-13 13:35:25+00

Package: libpq5-dbgsym
Source: postgresql-14
Version: 14.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 309
Depends: libpq5 (= 14.20-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpq5-dbgsym_14.20-1.pgdg+1_arm64.deb
Size: 273472
SHA256: 9e90b42bf60dc571e3667b286377c8f19a7157b21415d9f3d1e042f63f7ebefd
SHA1: d38b75cd25e5c594004c2b2d932cf54d63143c0e
MD5sum: 3311764f30a60548804debf2c83c14a5
Description: debug symbols for libpq5
Build-Ids: cff1c18f30b3d90fc0fa52a47b4df2aa4d37037d
Timestamp: 2025-11-13 13:35:25+00

Package: libecpg-compat3
Source: postgresql-15
Version: 15.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg-compat3_15.15-1.pgdg+1_arm64.deb
Size: 20484
SHA256: e931c869fdc12c3371d45e52acc12fdf584166d92711b605a3e33dda76abbd56
SHA1: 018c7d03cb8f55fe1e4cbdff9b2f657d6256d853
MD5sum: 3a5c11e7b06dfdb83d294862241b352d
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.
Timestamp: 2025-11-13 13:35:59+00

Package: libecpg-compat3-dbgsym
Source: postgresql-15
Version: 15.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 15.15-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-compat3-dbgsym_15.15-1.pgdg+1_arm64.deb
Size: 16856
SHA256: 214d437261be88ad3b34500655f6136b32a64fff038ee9b99eae1bb0c72b666c
SHA1: 6985aa0cec4762b4f7a33863eae7b05fd5c7cab8
MD5sum: fc846ca32882a7ee12493ce8c0a9e2a2
Description: debug symbols for libecpg-compat3
Build-Ids: 543a2b23d42354ff6a8edbc564d4ac66ec232a39
Timestamp: 2025-11-13 13:35:59+00

Package: libecpg-dev
Source: postgresql-15
Version: 15.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1636
Depends: libecpg-compat3 (= 15.15-1.pgdg+1), libecpg6 (= 15.15-1.pgdg+1), libpgtypes3 (= 15.15-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libecpg-dev_15.15-1.pgdg+1_arm64.deb
Size: 280512
SHA256: 05b28a9a494f9a52dbeae6cef69e32cab8b2a7bc942bdc605d21bc54cfdc3f4d
SHA1: d810e366a4a1531d38fe9391595621e31a34a5d6
MD5sum: 9fb2ba62cc94b36334ea9fdc0e5fda4d
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).
Timestamp: 2025-11-13 13:35:59+00

Package: libecpg-dev-dbgsym
Source: postgresql-15
Version: 15.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1225
Depends: libecpg-dev (= 15.15-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-dev-dbgsym_15.15-1.pgdg+1_arm64.deb
Size: 241920
SHA256: 9c5371bc96b9b86173c15d480c22f5c0319e1e9af6ea4a45bde292c83c64975e
SHA1: dc3dd1f4f66fe967b1121dfe8b53aa2d2802f506
MD5sum: b9008a8559810bd5bef2e922ef600b9f
Description: debug symbols for libecpg-dev
Build-Ids: 0cf31ca3e198ef31286864622b509db6a2d42300
Timestamp: 2025-11-13 13:35:59+00

Package: libecpg6
Source: postgresql-15
Version: 15.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 275
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg6_15.15-1.pgdg+1_arm64.deb
Size: 62664
SHA256: 67157166e136908417fea5edf4608f9889f9d6330e90a12a6a35906572810c61
SHA1: 04a8a4ca6f488b1640957b056d860f1efed50a3c
MD5sum: b4d3e2ba96059c8ccda51e22e05ec75d
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.
Timestamp: 2025-11-13 13:35:59+00

Package: libecpg6-dbgsym
Source: postgresql-15
Version: 15.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: libecpg6 (= 15.15-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg6-dbgsym_15.15-1.pgdg+1_arm64.deb
Size: 115640
SHA256: ca09f3366281bd257c6a4a89604053e4d809bde6f32030c4213adba11433d9eb
SHA1: 8db3c7a6b081aa4d75eba1ea94eb1c3c0fdd88ad
MD5sum: b13e4cafb17538e4d116ab5abd3a6925
Description: debug symbols for libecpg6
Build-Ids: e499f9f28f8f848c7b310635f7ab0cf0ef57bb1b
Timestamp: 2025-11-13 13:35:59+00

Package: libpgtypes3
Source: postgresql-15
Version: 15.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpgtypes3_15.15-1.pgdg+1_arm64.deb
Size: 46600
SHA256: 66b873012c61047918d9b9762d3e765173b2e19b163fbd4b417bb8eabb6eb58d
SHA1: cb6849c24bd4b66f1e314aab520826eab19e00c9
MD5sum: 7cd7e1611c0f6771837064740a14ab4f
Description: shared library libpgtypes for PostgreSQL 15
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-11-13 13:35:59+00

Package: libpgtypes3-dbgsym
Source: postgresql-15
Version: 15.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libpgtypes3 (= 15.15-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpgtypes3-dbgsym_15.15-1.pgdg+1_arm64.deb
Size: 88800
SHA256: ffe895f7aaff30e706c2cf0f7ac54dca4f9695bf4c1edb62a3a71d63fe25fa74
SHA1: 32e30f81323c036d5ba32790be9c5fbddfc474f1
MD5sum: ee38bec9d863f577efae6ab8ed9cf828
Description: debug symbols for libpgtypes3
Build-Ids: 2e1b4db49607a73fd1843cbb9d096ccef2ff8075
Timestamp: 2025-11-13 13:35:59+00

Package: libpq-dev
Source: postgresql-15
Version: 15.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 604
Depends: libpq5 (= 15.15-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libpq-dev_15.15-1.pgdg+1_arm64.deb
Size: 147176
SHA256: 29f20a71a0efdc790dd7517247a83012cd233570be7153bd1ec2d3664d046fcb
SHA1: 807761c3069919e55c916faa14bc2a351cb3a0c5
MD5sum: f678424a3683d9f3487fe2cc57e96235
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.
Timestamp: 2025-11-13 13:35:59+00

Package: libpq5
Source: postgresql-15
Version: 15.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 910
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpq5_15.15-1.pgdg+1_arm64.deb
Size: 189588
SHA256: 768a52cf5e869a2f83faa47713ba6b6d82bd4db7d662f80fc408aeb46cf1d870
SHA1: abd110154d8e52c557792c8c25898548701caf8b
MD5sum: 7b8b42511d36b4c1bd969a0f55a6dfcd
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.
Timestamp: 2025-11-13 13:35:59+00

Package: libpq5-dbgsym
Source: postgresql-15
Version: 15.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 319
Depends: libpq5 (= 15.15-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpq5-dbgsym_15.15-1.pgdg+1_arm64.deb
Size: 283560
SHA256: 52d583a803ee39e239e8fd9c2606507a9d7e7442338031c0d3b6cc4d7bee909c
SHA1: 38911fe2fd598a54e724d4505d3543972efdad8c
MD5sum: 5a37a33c2d9d25abb270efaf2ef27076
Description: debug symbols for libpq5
Build-Ids: 6e02d119c82c82437d187c55c64cdcc4a8fbb9dc
Timestamp: 2025-11-13 13:35:59+00

Package: libecpg-compat3
Source: postgresql-16
Version: 16.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libecpg-compat3_16.11-1.pgdg+1_arm64.deb
Size: 19472
SHA256: 0b0b02032e01595e7e0f66254d8bbd2df04cd4a2a3732432c89594b30b2ccd1a
SHA1: 8020c3df374a24b39142bfc1bceaf81e000dc6ee
MD5sum: 104793496ba08018e5cd0487a58f37f8
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.
Timestamp: 2025-11-13 13:36:32+00

Package: libecpg-compat3-dbgsym
Source: postgresql-16
Version: 16.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 16.11-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg-compat3-dbgsym_16.11-1.pgdg+1_arm64.deb
Size: 16840
SHA256: e245ac419d0902a2b98b2e10182eb9317c51fb90dbdece0d9e2f7e7ccffc4b96
SHA1: acae9fb4c17fe8316820b75cd442805ed4242c0a
MD5sum: e2fbed8958e2bcffe340712f9161ca28
Description: debug symbols for libecpg-compat3
Build-Ids: 22877f525b0e3862ff256697a62dd61fb376e6eb
Timestamp: 2025-11-13 13:36:32+00

Package: libecpg-dev
Source: postgresql-16
Version: 16.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1702
Depends: libecpg-compat3 (= 16.11-1.pgdg+1), libecpg6 (= 16.11-1.pgdg+1), libpgtypes3 (= 16.11-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/libecpg-dev_16.11-1.pgdg+1_arm64.deb
Size: 282392
SHA256: 7b30a110fb66737aaed137a2568eec3d105a4d9a7e8434f4745d423db1a8d76a
SHA1: 77e1ae5bc51ec994b61890846b95618dca2514da
MD5sum: 39e9ba9f2ec90a15e67949edd7e9bdbd
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).
Timestamp: 2025-11-13 13:36:32+00

Package: libecpg-dev-dbgsym
Source: postgresql-16
Version: 16.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1237
Depends: libecpg-dev (= 16.11-1.pgdg+1)
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg-dev-dbgsym_16.11-1.pgdg+1_arm64.deb
Size: 243616
SHA256: c6b77302f6273c5950442a1b8d6b2d46c03964a4a23a2abd5a36c60fed67f73b
SHA1: faef70c0625b78c41bfa5fe76d88ed9a1a8d8f77
MD5sum: 8fddc90469ec9bdf0ff7dd00d4c615b4
Description: debug symbols for libecpg-dev
Build-Ids: 8d6b8704b05f3fffd4b9e9917d6cb1b70f009738
Timestamp: 2025-11-13 13:36:32+00

Package: libecpg6
Source: postgresql-16
Version: 16.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 280
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libecpg6_16.11-1.pgdg+1_arm64.deb
Size: 62372
SHA256: fdbd16af1ca289d416ea2f2c6b0b4cc2658a07a19315c61a90ecdcd9282541f4
SHA1: 2b599a5700ff2bec717b96b4825b809f26473c6c
MD5sum: 6da17eb7a606b4ad176a1310be55139c
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.
Timestamp: 2025-11-13 13:36:32+00

Package: libecpg6-dbgsym
Source: postgresql-16
Version: 16.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: libecpg6 (= 16.11-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg6-dbgsym_16.11-1.pgdg+1_arm64.deb
Size: 115292
SHA256: d828fda4d98c9688066a0e2cf3d5ec32d186701e353e4ab8a7b170a49ffc0556
SHA1: 449606e6297e9e69d5fb912f028f764c5a5ef314
MD5sum: 57cdfd951ad05d94ed190c9398f54fc4
Description: debug symbols for libecpg6
Build-Ids: e28a0d0934cdb378502c24ea3ab6dff86af47c25
Timestamp: 2025-11-13 13:36:32+00

Package: libpgtypes3
Source: postgresql-16
Version: 16.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libpgtypes3_16.11-1.pgdg+1_arm64.deb
Size: 45940
SHA256: 6f64f025c18e2324a3bffea7a4a1ba657c55eadae8b5b43ec7c66ebdd2532d0e
SHA1: cfa3aefc6b70a50aa592c700229534539e43f198
MD5sum: d7224a8dfa386804fc30a2d907f3545a
Description: shared library libpgtypes for PostgreSQL 16
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-11-13 13:36:32+00

Package: libpgtypes3-dbgsym
Source: postgresql-16
Version: 16.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 16.11-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libpgtypes3-dbgsym_16.11-1.pgdg+1_arm64.deb
Size: 89092
SHA256: 84b4bf3481777e67cf9a8559eb4fb420caddf9d238820fbd7e78f2b75ba07c40
SHA1: 78f1f92ce53df3ead01adc2efcb4ad577d0e61a5
MD5sum: fb817ae89363a7c65813cd7fdefc4c30
Description: debug symbols for libpgtypes3
Build-Ids: 89369b0e0e722171e8082f3ddc7131236e4f3d7f
Timestamp: 2025-11-13 13:36:32+00

Package: libpq-dev
Source: postgresql-16
Version: 16.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 603
Depends: libpq5 (= 16.11-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/libpq-dev_16.11-1.pgdg+1_arm64.deb
Size: 147368
SHA256: 8c1ed259f464bbecf00312dfd62907cc0adbff631fef51c5e31df55f850097bf
SHA1: 8310e7e3b2f632675ab5569dcbf155dbc640443f
MD5sum: 396d5d340f1d52211c9547178dbf86c6
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.
Timestamp: 2025-11-13 13:36:32+00

Package: libpq5
Source: postgresql-16
Version: 16.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1097
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libpq5_16.11-1.pgdg+1_arm64.deb
Size: 217860
SHA256: 6dd4633b7883ecd40cbc55d98cb5cc7eff18bb5a3e7dcc64fe376d261e743a28
SHA1: 03ae8e2c0123fb3f976115917b71ade26dd016bb
MD5sum: 1662d92250f490d92c74ef9f00110712
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.
Timestamp: 2025-11-13 13:36:32+00

Package: libpq5-dbgsym
Source: postgresql-16
Version: 16.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 328
Depends: libpq5 (= 16.11-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libpq5-dbgsym_16.11-1.pgdg+1_arm64.deb
Size: 290976
SHA256: c17d04895c9f54ab6cbccf509484b38270054a09aa45c095bd869977fefa604c
SHA1: 386da77942cdfc484d9d435368100ba1f442eb41
MD5sum: b166fe72febf7697f3c99541c4f08c42
Description: debug symbols for libpq5
Build-Ids: 11e6a506a7c059d34ac2fdb95204f69fddedaaca
Timestamp: 2025-11-13 13:36:32+00

Package: libecpg-compat3
Source: postgresql-17
Version: 17.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libecpg-compat3_17.7-3.pgdg+1_arm64.deb
Size: 17052
SHA256: 088c571098f9108320aa5e2f60546a936abd04df242a3d8e6eb2f146f14a4e3a
SHA1: 363d8bbd47ab2898a1f6255227e72ce280ea8b3f
MD5sum: 0f1ef76da70866bf0dac18990e0f5d8c
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.
Timestamp: 2025-11-13 13:37:04+00

Package: libecpg-compat3-dbgsym
Source: postgresql-17
Version: 17.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 17.7-3.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libecpg-compat3-dbgsym_17.7-3.pgdg+1_arm64.deb
Size: 16912
SHA256: d4f26d4cdd8009e843e3a187e8d30571ba83417478ad93f2dc2cac9d4b9ba0e8
SHA1: 5a444f29200494b4feac9be686e8acbafbecaa51
MD5sum: c8b94793cbfcb7463b3e44a8073997f4
Description: debug symbols for libecpg-compat3
Build-Ids: 9b9835a745acd856b544a703d03f25b283a67f55
Timestamp: 2025-11-13 13:37:04+00

Package: libecpg-dev
Source: postgresql-17
Version: 17.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1700
Depends: libecpg-compat3 (= 17.7-3.pgdg+1), libecpg6 (= 17.7-3.pgdg+1), libpgtypes3 (= 17.7-3.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libdevel
Filename: pool/17/p/postgresql-17/libecpg-dev_17.7-3.pgdg+1_arm64.deb
Size: 285356
SHA256: 04b6918a8e31b535b555c177bcfcdd76a6d883fb7d5e84aae0f40eb9bb11a2ef
SHA1: 6eece101225d667e830bd5d6b7e43fc99ace57f9
MD5sum: c9470358e9a2f4f158f928c19c088204
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).
Timestamp: 2025-11-13 13:37:04+00

Package: libecpg-dev-dbgsym
Source: postgresql-17
Version: 17.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1294
Depends: libecpg-dev (= 17.7-3.pgdg+1)
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libecpg-dev-dbgsym_17.7-3.pgdg+1_arm64.deb
Size: 249768
SHA256: e844926a86066787a7dd7368812e4577ef83c5cc526143238fa184bf63c9d30e
SHA1: 59a0821a98804b6fbfb88808aa8b77a67b50dff6
MD5sum: 396aae711f76b68677b82985e4101cbb
Description: debug symbols for libecpg-dev
Build-Ids: 3057a9f469b1552331ce2e90d1100985d174241c
Timestamp: 2025-11-13 13:37:04+00

Package: libecpg6
Source: postgresql-17
Version: 17.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 278
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libecpg6_17.7-3.pgdg+1_arm64.deb
Size: 59744
SHA256: 01a0f389474acaa5fc16f558f79692aa4253ff80ed4706b1f72b0f744825b981
SHA1: 491fea52966c3e38fe844f60a4eb886e5d291cae
MD5sum: 126dd80b28a2066918bea330b48852b5
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.
Timestamp: 2025-11-13 13:37:04+00

Package: libecpg6-dbgsym
Source: postgresql-17
Version: 17.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: libecpg6 (= 17.7-3.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libecpg6-dbgsym_17.7-3.pgdg+1_arm64.deb
Size: 115224
SHA256: 90714c976ef95bceb8f0d3d10bc44482e753498dbdc934a6919dd29b54452667
SHA1: 0b03d62991dccb5085b508a4f2dbae7ca5af695f
MD5sum: d7c28625ab5f030f65eb06394876803b
Description: debug symbols for libecpg6
Build-Ids: 7454582fb6ad5cac2a201cac4044692bf23045fb
Timestamp: 2025-11-13 13:37:04+00

Package: libpgtypes3
Source: postgresql-17
Version: 17.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libpgtypes3_17.7-3.pgdg+1_arm64.deb
Size: 43400
SHA256: 2dbbfe34434e537030e61305773152fee0c0fb1ce9fb345e79fcf11c02ec700f
SHA1: 0437bd513c4b05864bd5355491b8e68b0738c8ca
MD5sum: bc6be3ed13d6287282fd8e34d20f2c1b
Description: shared library libpgtypes for PostgreSQL 17
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-11-13 13:37:04+00

Package: libpgtypes3-dbgsym
Source: postgresql-17
Version: 17.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 17.7-3.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libpgtypes3-dbgsym_17.7-3.pgdg+1_arm64.deb
Size: 89064
SHA256: f7672b7394c10ba70bd0054785a50a4bae611baf42dfba0e7863b4ab408380ec
SHA1: 0b542e9de35d09c24da14a01683539be6ca21966
MD5sum: a0048c582a062f360ff8f5a09c6b7b09
Description: debug symbols for libpgtypes3
Build-Ids: 07eeec52f79747c84c673ae89cfa0418d6a6ba1d
Timestamp: 2025-11-13 13:37:04+00

Package: libpq-dev
Source: postgresql-17
Version: 17.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 620
Depends: libpq5 (= 17.7-3.pgdg+1), libssl-dev
Suggests: postgresql-doc-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libdevel
Filename: pool/17/p/postgresql-17/libpq-dev_17.7-3.pgdg+1_arm64.deb
Size: 149316
SHA256: 2e243daed386b112019bdc02cf1de930355da06dad043823f450cb7736f69879
SHA1: bed92540af77fcfa1592aa626ad1e3893af61869
MD5sum: 2c5a719ef82e260b74aae91fc3aa95d4
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.
Timestamp: 2025-11-13 13:37:04+00

Package: libpq5
Source: postgresql-17
Version: 17.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1112
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Recommends: ca-certificates
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libpq5_17.7-3.pgdg+1_arm64.deb
Size: 223296
SHA256: ac82d7441ffe31dcfd9ef2ff6b72f07815946259dd155279dbf7bc80cfa40549
SHA1: 52117e28f3e231f7680ccc31f21362331f2cf583
MD5sum: 14964695e73ed58bf2c8b340b611c2bf
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. SSL certificate validation (the sslrootcert=system connection
 option) requires the ca-certificates package.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-11-13 13:37:04+00

Package: libpq5-dbgsym
Source: postgresql-17
Version: 17.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Depends: libpq5 (= 17.7-3.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libpq5-dbgsym_17.7-3.pgdg+1_arm64.deb
Size: 298496
SHA256: 2b211141d896dcf3b5594a34262718b99e8329ec0b1f1d2f4a390c2f6aa73aa4
SHA1: bdd4827ee5c36f1c6516058ed5f72874566f9ed2
MD5sum: 54b69aa5aa4510a6103fa6a41b73e51e
Description: debug symbols for libpq5
Build-Ids: 26e1e6de345f3cc2a6bc5fa8f9611634f2dc64ac
Timestamp: 2025-11-13 13:37:04+00

Package: libecpg6
Source: postgresql-18
Version: 18.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libecpg6_18.1-1.pgdg+2_arm64.deb
Size: 56052
SHA256: 8ea7bf012f6fc7bdddab66cce42df5d7766e4a3c97cb679c5796a9991423252d
SHA1: d9864fc3d8b4579c638d4bfcf5f453de7cb8494c
MD5sum: 6cd8e550be94c2d147006e53a7b76aa7
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.
Timestamp: 2025-11-13 13:38:23+00

Package: libecpg6-dbgsym
Source: postgresql-18
Version: 18.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: libecpg6 (= 18.1-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libecpg6-dbgsym_18.1-1.pgdg+2_arm64.deb
Size: 114468
SHA256: 385a5a65ebcf3cac419510ede7fcba6c71113cc9d738fb804c40cd1e7ce4a507
SHA1: 3cf235e4d4c3f8ce926a7cb0684deb9ee5972a58
MD5sum: 83d12a51aa105f1c4e72de305bfee560
Description: debug symbols for libecpg6
Build-Ids: f15fd839eff33c680f15885b57302df232f07693
Timestamp: 2025-11-13 13:38:23+00

Package: libecpg-compat3
Source: postgresql-18
Version: 18.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libecpg-compat3_18.1-1.pgdg+2_arm64.deb
Size: 13472
SHA256: 3388b89cb5e7c8082c97664e6be00ae587d0e2eebd79291c8db370ca6009b233
SHA1: 5f307d5621fe40b7f2e6d10c3f65cf3667420076
MD5sum: 552ba990d70ba85f29b0bffa1bd7f47b
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.
Timestamp: 2025-11-13 13:38:23+00

Package: libecpg-compat3-dbgsym
Source: postgresql-18
Version: 18.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: libecpg-compat3 (= 18.1-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libecpg-compat3-dbgsym_18.1-1.pgdg+2_arm64.deb
Size: 16920
SHA256: 2e0ae67354e34eef34c4814b8ba3cbc5948791a2ff43d72934fb76f8b91796fe
SHA1: d4d35786038e0e064c288c5f3fdc55d66b6773c2
MD5sum: f692fdd376fb7d6cbba7b473251828a7
Description: debug symbols for libecpg-compat3
Build-Ids: 9762469216b85eae4a0f5169df608e3b8a76f98b
Timestamp: 2025-11-13 13:38:23+00

Package: libecpg-dev
Source: postgresql-18
Version: 18.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1566
Depends: libecpg-compat3 (= 18.1-1.pgdg+2), libecpg6 (= 18.1-1.pgdg+2), libpgtypes3 (= 18.1-1.pgdg+2), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-18/libecpg-dev_18.1-1.pgdg+2_arm64.deb
Size: 250748
SHA256: f0ef6f7a9abcf2249cbb42f0d00aec330371a081f506ce44ee635b12718d7f07
SHA1: 41247ad7c095bf1f45e6c3a671be6f10de0c803c
MD5sum: f22152fef2f7fef7614edd935e9c55e1
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).
Timestamp: 2025-11-13 13:38:23+00

Package: libecpg-dev-dbgsym
Source: postgresql-18
Version: 18.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1058
Depends: libecpg-dev (= 18.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libecpg-dev-dbgsym_18.1-1.pgdg+2_arm64.deb
Size: 170796
SHA256: e7458d0dc15e4078868deae3a86b07cd1b9304b5481216b15141c3fd981e3fb6
SHA1: 40d3f41df06b3e2131979ad52590eceb51f297ce
MD5sum: 75c6aa77c3331e900155096cc21d9b64
Description: debug symbols for libecpg-dev
Build-Ids: 21c2e3255813f079366e458c0a5c7a8780f19a4b
Timestamp: 2025-11-13 13:38:23+00

Package: libgvm22t64
Source: gvm-libs
Version: 22.30.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 983
Depends: libc6 (>= 2.38), libcjson1 (>= 1.7.13), libcrypt1 (>= 1:4.1.0), libcurl3t64-gnutls (>= 7.83.0), libgcrypt20 (>= 1.11.1), libglib2.0-0t64 (>= 2.76.0), libgnutls30t64 (>= 3.8.1), libgpgme11t64 (>= 1.23.2), libhiredis1.1.0 (>= 1.2.0), libldap2 (>= 2.6.2), libnet9 (>= 1.1.2.1), libpaho-mqtt1.3 (>= 1.3.0), libpcap0.8t64 (>= 0.9.8), libradcli4 (>= 1.2.11), libssh-4 (>= 0.8.0), libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), zlib1g (>= 1:1.2.3.3)
Conflicts: libopenvas9
Breaks: libgvm22 (<< 22.30.0-1.pgdg+1)
Replaces: libgvm22, libopenvas9
Provides: libgvm22 (= 22.30.0-1.pgdg+1)
Multi-Arch: same
Homepage: https://www.greenbone.net/
Priority: optional
Section: libs
Filename: pool/main/g/gvm-libs/libgvm22t64_22.30.0-1.pgdg+1_arm64.deb
Size: 145804
SHA256: bd06fff840df1c98bf9ff3b897949d3732384982e12c1dd6c8c5e72d629f89cc
SHA1: eff34e0bf012f16a26b88f62a66ebcbb1f4b4842
MD5sum: bf877067da48e8a163a2cf136cc0d010
Description: remote network security auditor - shared libraries
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the required shared libraries.
Timestamp: 2025-11-13 13:38:23+00

Package: libgvm22t64-dbgsym
Source: gvm-libs
Version: 22.30.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 648
Depends: libgvm22t64 (= 22.30.0-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/g/gvm-libs/libgvm22t64-dbgsym_22.30.0-1.pgdg+1_arm64.deb
Size: 505684
SHA256: c90f2ac1f2e3b76737f6274963493d21273a378ff25ae0af06368ce370b962e9
SHA1: 62b772752cbaadc8503bb7efb52835dd1b56a2f7
MD5sum: b1bece478e82e8b22958b5120e1524d6
Description: debug symbols for libgvm22t64
Build-Ids: 11315ec14c072afa44232a5402c4d1dfbcc8449d 3a61c5c5aa4fa4b94b52b716a2b0e2a4f5113f97 6498725d385d5b5d2a233b3690782cf3d4406921 841ffd24deabfcf7be1bdaac8970aef95288019b 888e21a833ed28ebdcba939e3a577a352d12e8ec 9fe6a137a3e4200ac8b196cc162ac5ba0fdf76e8 a3388632120d13721b7e1f7bfc1e291453f0cc1b b1820ca2db0ecb51872827d58635965e42818830 e0178bc7103ecdbdbff91a29d670ac63023768f2 eb50c3b63293f260a5e9332de4ce323b2eff89b2 f5ddb5a6cc3d408cac7cd8ceaf1b82818077a7b0
Timestamp: 2025-11-13 13:38:23+00

Package: libgvm-dev
Source: gvm-libs
Version: 22.30.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 197
Depends: libgcrypt-dev, libglib2.0-dev, libgnutls28-dev, libgpgme-dev, libhiredis-dev, libksba-dev, libgvm22t64 (= 22.30.0-1.pgdg+1), libpcap-dev, libssh-dev, uuid-dev, libsnmp-dev
Suggests: libgvm-doc
Homepage: https://www.greenbone.net/
Priority: optional
Section: libdevel
Filename: pool/main/g/gvm-libs/libgvm-dev_22.30.0-1.pgdg+1_arm64.deb
Size: 31268
SHA256: 344d3bb4ce08636876b118db6615022b612ed2c97259f930598364480458a8b9
SHA1: 41b4e0769ffcf3e784803a5076eb0090dc54e2cf
MD5sum: a59a1c19f86096396d54977b72bc3e19
Description: remote network security auditor - static libraries and headers
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the required static libraries and headers.
Timestamp: 2025-11-13 13:38:23+00

Package: libgvm-doc
Source: gvm-libs
Version: 22.30.0-1.pgdg+1
Architecture: all
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 10999
Homepage: https://www.greenbone.net/
Priority: optional
Section: doc
Filename: pool/main/g/gvm-libs/libgvm-doc_22.30.0-1.pgdg+1_all.deb
Size: 640408
SHA256: 599b5a099199cb8fd09ef31763967291d762d551d1d8a08400d16fc7cd1c3133
SHA1: 95d6ea43c9076d8cf70969d6ed417dfc8e723565
MD5sum: c62f7325a0a84c2921a8bf91ae483a9d
Description: remote network security auditor - libraries documentation
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the doxygen generated HTML documentation for the
 libraries.
Timestamp: 2025-11-13 13:38:23+00

Package: libh3-1
Source: libh3
Version: 4.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: https://h3geo.org/
Priority: optional
Section: database
Filename: pool/main/libh/libh3/libh3-1_4.4.1-1.pgdg+1_arm64.deb
Size: 62120
SHA256: c35b9fdfabb2ad8df21aacfd92ca80be087b80f83af9c54e3b58c8087b1fbd6b
SHA1: 891c81a3104d3874e3c0eae835a56f4560a0dc63
MD5sum: 605512850e95ce099c657a395408fde8
Description: Hexagonal hierarchical geospatial indexing system - library
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the shared library.
Timestamp: 2025-11-13 13:38:23+00

Package: libh3-1-dbgsym
Source: libh3
Version: 4.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: libh3-1 (= 4.4.1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libh/libh3/libh3-1-dbgsym_4.4.1-1.pgdg+1_arm64.deb
Size: 92440
SHA256: 3f093093d64b6239f3ece9f448ca72b3f4391c8a2af083abe881bb32e9e3ca92
SHA1: 42fbb3785ea38bd88fdac750d2ba322cf8ef3538
MD5sum: 131cc5eac2260e08c7e8071268a7087b
Description: debug symbols for libh3-1
Build-Ids: d58b5f166ff9c5f88f8d8fef8f12dc733a91a413
Timestamp: 2025-11-13 13:38:23+00

Package: libh3-bin
Source: libh3
Version: 4.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 929
Depends: libh3-1 (= 4.4.1-1.pgdg+1), libc6 (>= 2.38)
Multi-Arch: foreign
Homepage: https://h3geo.org/
Priority: optional
Section: database
Filename: pool/main/libh/libh3/libh3-bin_4.4.1-1.pgdg+1_arm64.deb
Size: 66696
SHA256: 02bdf9b8961d57bb79461f5135c3c3fc969ac3c40132603b22aeb96f4f002219
SHA1: bf9b151a0a97f13d1d3cc3c09d57651f4d6e928f
MD5sum: 76b04bad5fd01e9b1882ea3247bd5004
Description: Hexagonal hierarchical geospatial indexing system - CLI programs
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains CLI front-end programs.
Timestamp: 2025-11-13 13:38:23+00

Package: libh3-bin-dbgsym
Source: libh3
Version: 4.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 644
Depends: libh3-bin (= 4.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/libh/libh3/libh3-bin-dbgsym_4.4.1-1.pgdg+1_arm64.deb
Size: 247692
SHA256: 4582181ac7e7e42cc0786d1203ebeb65618f7f03ff77497a40e290e6f37a67b3
SHA1: da628538f97e8039f62aea5d5733ba6c6fdc3081
MD5sum: 83da75e9907945f91d9d2780b33ca2ba
Description: debug symbols for libh3-bin
Build-Ids: 3176460fde9166142229af60a8e1faf6fb98fd42 32aa9aa3ff351abe3115cf6f842514caae8653c2 385222b851fca09bc06be65226cb4994cf089e17 49751b22a406c4594ffdb7fc604f43fe5586023d 665bb07f3a98f88607999d6ff7194935535ed4ca 87d71c2e626a443747bcbcd4548c5230fc300aa5 9241f6d7bad3a89229f13b3765b8c147bbc79587 9325f97e1e474b502c21898f0d46b50d5a38f495 bee90dae550245c20c19d0f415d824e5cb2afdcb d67fa9ff5aef224ba2d355307f01a60110ab3762 e8c23715f6900f8ff16797419054f55bc5bc40b1 fec58516357cdb8d8b95fdd03251706e87bc984e
Timestamp: 2025-11-13 13:38:23+00

Package: libh3-dev
Source: libh3
Version: 4.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: libh3-1 (= 4.4.1-1.pgdg+1)
Multi-Arch: same
Homepage: https://h3geo.org/
Priority: optional
Section: database
Filename: pool/main/libh/libh3/libh3-dev_4.4.1-1.pgdg+1_arm64.deb
Size: 28116
SHA256: fe978bd46d152a52077e277ff01ccda8a8fde56bd0fe7c2526e1bf952e651186
SHA1: 5e8cade962693d4834d7d83584195e25ea375f9b
MD5sum: 4ac37340521e05f712ae8c175123f4ea
Description: Hexagonal hierarchical geospatial indexing system - header files
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the development headers.
Timestamp: 2025-11-13 13:38:23+00

Package: libpgtypes3
Source: postgresql-18
Version: 18.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 160
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libpgtypes3_18.1-1.pgdg+2_arm64.deb
Size: 39760
SHA256: bbda085d9a27b27f5b0cffc10f769a6f86c091d752e9d1d5395cd2ce232d8e8a
SHA1: 2194de728ffa9c33065c3952ca355d1e739264eb
MD5sum: 91a3a222a2d9941a42af008e3cd842e8
Description: shared library libpgtypes for PostgreSQL 18
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-11-13 13:38:23+00

Package: libpgtypes3-dbgsym
Source: postgresql-18
Version: 18.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libpgtypes3 (= 18.1-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libpgtypes3-dbgsym_18.1-1.pgdg+2_arm64.deb
Size: 89488
SHA256: fef7453d95d810221bb7bfcb130c623ba70aa0bf8f8e28fc0f01b6e0d6e09615
SHA1: 1dd0c19971d1006da50cbbbd7062c30921c0eaac
MD5sum: 4dacbc467ee194425caf51d56b5c25f7
Description: debug symbols for libpgtypes3
Build-Ids: 029c223ef9b597db6912e3c56be88ee0f6155e0c
Timestamp: 2025-11-13 13:38:23+00

Package: libpq5
Source: postgresql-18
Version: 18.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1264
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Recommends: ca-certificates
Suggests: libpq-oauth
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libpq5_18.1-1.pgdg+2_arm64.deb
Size: 242364
SHA256: 36a6a7556157f8dd61443de50e95554b61a36f40aaf42f1c18e61d91d4786778
SHA1: 35ca4acc9e6ed2702191ce53d3d1f2a35d667dd5
MD5sum: 7fd7fabced1bf99e5e6245fc8dcd0950
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. SSL certificate validation (the sslrootcert=system connection
 option) requires the ca-certificates package.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-11-13 13:38:23+00

Package: libpq5-dbgsym
Source: postgresql-18
Version: 18.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 381
Depends: libpq5 (= 18.1-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libpq5-dbgsym_18.1-1.pgdg+2_arm64.deb
Size: 342056
SHA256: 7c13b5c26257542ae59fabf67f8cadcb5fdf02b97dd8a11a24275abb3f5bf772
SHA1: 4df8077531cad83c542db8e6a588a644d10fbfd7
MD5sum: 474dcfdf9ed2146c1e4ebfb7546ac2c0
Description: debug symbols for libpq5
Build-Ids: c5a7edaf84fd5080352bf82dc759fe5455ebdcf2
Timestamp: 2025-11-13 13:38:23+00

Package: libpq-dev
Source: postgresql-18
Version: 18.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 702
Depends: libpq5 (= 18.1-1.pgdg+2), libssl-dev
Suggests: postgresql-doc-18
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-18/libpq-dev_18.1-1.pgdg+2_arm64.deb
Size: 162900
SHA256: 90ba699dda4fa039c3bec7a3d7ac874092134e1a9ffe7a753c44432c7828898c
SHA1: 0880e4b86b637ef619c3296ce83f0e33a2e24e63
MD5sum: 9d6381e87764c4dce2c59babc0c74c74
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.
Timestamp: 2025-11-13 13:38:23+00

Package: libpq-oauth
Source: postgresql-18
Version: 18.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 158
Depends: libpq5 (= 18.1-1.pgdg+2), libc6 (>= 2.38), libcurl4t64 (>= 7.16.3)
Provides: libpq-oauth-18
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libpq-oauth_18.1-1.pgdg+2_arm64.deb
Size: 36576
SHA256: 97e6a43b251c353215ea350179ad46fd575d8a9863c37972e030e487443ea293
SHA1: d8f68b910565398052d27395dd5939689aa68d03
MD5sum: 7af733ed98c28dd504b7af924e29347e
Description: PostgreSQL C client library - OAuth flow
 libpq-oauth is an optional module for libpq5 implementing the Device
 Authorization flow for OAuth clients (RFC 8628). It is maintained as
 its own shared library in order to isolate its dependency on libcurl.
 (End users who don't want the Curl dependency can simply choose not
 to install this module.)
 .
 If a connection string allows the use of OAuth, and the server asks
 for it, and a libpq client has not installed its own custom OAuth
 flow, libpq will attempt to delay-load this module using dlopen() and
 the following ABI. Failure to load results in a failed connection.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-11-13 13:38:23+00

Package: libpq-oauth-dbgsym
Source: postgresql-18
Version: 18.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: libpq-oauth (= 18.1-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libpq-oauth-dbgsym_18.1-1.pgdg+2_arm64.deb
Size: 103556
SHA256: 2e1d79be1ac86e39a1d4cdad2390e0b8cc8ef03b9f7921610b1cb5a03ad07877
SHA1: 98cdd5afa4149780866c2c3cc5b2026ac1013856
MD5sum: 7b3b1a9c6514af71194864c2842b0e91
Description: debug symbols for libpq-oauth
Build-Ids: 9cd608b82c56708122fa01d9cb29a9dd1ddcb2b4
Timestamp: 2025-11-13 13:38:23+00

Package: pgbouncer
Version: 1.25.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 707
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: postgresql-common (>= 26), libc6 (>= 2.38), libcares2 (>= 1.12), libevent-2.1-7t64 (>= 2.1.8-stable), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libssl3t64 (>= 3.0.0), libsystemd0
Suggests: python3, python3-psycopg2
Enhances: postgresql (>= 7.4)
Homepage: https://www.pgbouncer.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbouncer/pgbouncer_1.25.0-1.pgdg+1_arm64.deb
Size: 247444
SHA256: f1ab84d902ce06aa2deb8758ea4960aabdcc2c7b68bf647da646b0881a2584d0
SHA1: c512ec29fb574569b02d0461b89531d14b51b147
MD5sum: 5646da9e74c935242e9721ff83c424e8
Description: lightweight connection pooler for PostgreSQL
 PgBouncer is a lightweight connection pooler for PostgreSQL providing the
 following features:
 .
  * Several different methods of pooling 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.
Timestamp: 2025-11-13 13:38:23+00

Package: pgbouncer-dbgsym
Source: pgbouncer
Version: 1.25.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1171
Depends: pgbouncer (= 1.25.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbouncer/pgbouncer-dbgsym_1.25.0-1.pgdg+1_arm64.deb
Size: 582480
SHA256: 8d874f55e677daa8f35b4fa68a1f4a6cf4cf90d0e9a161a21a4bb05673ec7104
SHA1: 4f1d260bdc2dcecee79e20caca20377b99862e07
MD5sum: ba52f2409e809842aec9fa38aed63f50
Description: debug symbols for pgbouncer
Build-Ids: 89b7b22734fac6c98b0c2ca5ec75988bffbea656
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql
Source: postgresql-common (287.pgdg+1)
Version: 18+287.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: postgresql-18, debconf (>= 0.5) | debconf-2.0
Suggests: postgresql-doc
Provides: postgresql-contrib (= 18)
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_18+287.pgdg+1_all.deb
Size: 17900
SHA256: c6bfbcea706f2377f32eafbb8333818b44643c0f8948df4541200dabbfb819c3
SHA1: b6d02f0e062930eb16c572d40032c451a50b00b9
MD5sum: d816b4861143125eeb6fafa5794de95e
Description: object-relational SQL database (supported version)
 This metapackage always depends on the currently supported PostgreSQL
 database server version. It also offers to automatically upgrade the
 "main" database cluster to the lastest supported major 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.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-10-q3c
Source: postgresql-q3c
Version: 2.0.1-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2595
Depends: postgresql-10, libc6 (>= 2.38)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-10-q3c_2.0.1-6.pgdg+1_arm64.deb
Size: 51784
SHA256: e9d72426e28a1a29da0b1d03e81e5994fdc7ab5afa747598aa3cc6a822a61cda
SHA1: 5c0f1aafab6ce8209e651c577ff3081679634e94
MD5sum: 4ba31932b45962397f30e748c33a6c33
Description: PostgreSQL 10 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-10-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.1-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-10-q3c (= 2.0.1-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-10-q3c-dbgsym_2.0.1-6.pgdg+1_arm64.deb
Size: 78876
SHA256: 34749b4ad9331552f567f4cce8d23ef93ecb3396028651ddc769c59039bee951
SHA1: 5af79834568aa86688ec3b389ccee135732e0a2e
MD5sum: 1c91e4cb6bf3b0e644de57410e6bf9b6
Description: debug symbols for postgresql-10-q3c
Build-Ids: ad90e5bd76fce3148a60915d197a677a6945739a
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-11-q3c
Source: postgresql-q3c
Version: 2.0.1-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2595
Depends: postgresql-11, libc6 (>= 2.38)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-11-q3c_2.0.1-6.pgdg+1_arm64.deb
Size: 52616
SHA256: a9a0015864b783fca9f252e8793482e76dc24b5bb1d97e6058aa07a0ebee86c7
SHA1: f844672c07ed3e8a548ee1ad7271fbebb255b7a0
MD5sum: be45e11ee9662b868977169f2fa5727b
Description: PostgreSQL 11 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-11-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.1-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-11-q3c (= 2.0.1-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-11-q3c-dbgsym_2.0.1-6.pgdg+1_arm64.deb
Size: 85740
SHA256: 8276cf81036339d3dcb8837652ea5eff10480defc70253ea1aba7df7cb9e2891
SHA1: 7c33e983519a9112f510c5c757e680d36d56c54d
MD5sum: 5b3807eea0893b15f287eb5c2191848d
Description: debug symbols for postgresql-11-q3c
Build-Ids: 7b92d78210e66656d37386d5578454d87154fd7e
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-12-q3c
Source: postgresql-q3c
Version: 2.0.1-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3487
Depends: postgresql-12, libc6 (>= 2.38)
Breaks: postgresql-12-jit-llvm (<< 19)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-12-q3c_2.0.1-6.pgdg+1_arm64.deb
Size: 161804
SHA256: c5e3c54ae717f63b06c4c2e957bf8d7e75a2806eb04f729ef6116f8a9fc336c9
SHA1: 67208dccc3970cde1b8751f1de4fd2e453b7bc73
MD5sum: cf717a3f0b64432e8a1e6f4db50b2d99
Description: PostgreSQL 12 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-12-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.1-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-12-q3c (= 2.0.1-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-12-q3c-dbgsym_2.0.1-6.pgdg+1_arm64.deb
Size: 86652
SHA256: 5b893a25407053771026f6045d8fb7cc1668522ff4a5acd2263a5a2f228e5903
SHA1: 30e55a7df17051b594571594628d248f2670d955
MD5sum: 5acea513f3b3902210cc96837c850904
Description: debug symbols for postgresql-12-q3c
Build-Ids: 32ea14ad5b071af7d02a5dfa042bfd950c2ea897
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-13
Version: 13.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52395
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), libllvm19 (>= 1:19.1.0), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-13-jit-llvm (= 19), postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-13_13.23-1.pgdg+1_arm64.deb
Size: 14731220
SHA256: 58e6f69a42111ae271788cd92e3bc4bd526ce9181d03744c0c02166443aef356
SHA1: 9daf420506359c5780be3745cc946363bc553525
MD5sum: 29cb94d6f7496424cc8abd2cc3636019
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 13.
Postgresql-Catversion: 202007201
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-13-dbgsym
Source: postgresql-13
Version: 13.23-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27672
Depends: postgresql-13 (= 13.23-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-13-dbgsym_13.23-1.pgdg+1_arm64.deb
Size: 16198104
SHA256: a3ac1419e9779d5e4db2d2857f59d76f200faf8f893117048380bf10af9ded28
SHA1: d5aa1c425849fbb34c43934c061528d9644099ab
MD5sum: 3757486e380a3045842576787f6fa780
Description: debug symbols for postgresql-13
Build-Ids: 06300fdfc6372e8ae62a76f92226dc6554e65e3b 0d59bc03b48734626d993f0949ce3cff3883c516 0e3949bae5aa037999fc790e348d6f5d2ed1e1cc 0fc39c2a1245eaad3f8d00804fae3d20fe0db0b9 12bc6f8febcccb913b3baa45bc6895020f6800c2 158b01c81415a7061484215807bd5eaf5821fa82 17e06933c51e58eda68742d4a832f99858381afa 17eac2be1bce8e595a04b5b5916651d34e2c83c6 1896ce21e0c0238ba988620322c1d7cc9826ba8c 26a5413ffe5947bc91555b4c7adb84a59743efbb 28ef066960d8ff33daf026b2503dc221a6636049 2b2ea52999d73b85c7a2f04eb18bea732d32b2e2 311819263a33f5c4eab0e09b4e9e9ed2f6388799 32bad70287d4c6ece8d0e121715c01d6b17e19b7 36d2de65bd9a16bb5319b74b3c115a25e7ee192f 3a165a4981ee4954aa73ebbc3358d21fc6f5b373 3bb0762b62362adf9fc7225d05af44048f8560f2 3c0faa39516fd598aadda602ddff8cea5636ba04 3c6f96bc8405fd3209e032396ccfb79c23fad868 3f7c5acc2c08df02f58964d7eaeec0a2cbd6a241 41fc198d0e8e16fbfd0ac3c1d1f58a17073cf00a 44b2aa4b86b477cf0f6b411fd95085704b9d447f 44dda7a7e0d2fe03283b7d6671ddbb595c13cb01 46d4d55517434e52947fab9b7d7c2c5a236eadc8 4752ce12921fa5b0a62c6865dacc29bc17cd5e42 4cb047d2e7d0dc8f461d8e511f20a1ea1020902e 513d22868568ed893d27fbcb0587fa7fa19cf627 53fd659d76161fa6c2828f222a21e3fc47b7d6e6 55ec66a167f0e19513e2275a133d82b5f17269c2 55f9b376b14457fef25b17d95db0d1f6d7c92546 6515c3aaa933e58b43176a5b12191f917b3d09e0 6908d6a6505c04038c3e048d07d65ec0c1dba6b8 6bd2fed2ab0ff9545aa5226e64e544a093a46d61 6befd0799d804030a7c6a24020a53bf73823d9aa 6c4bfad6d10d760e199c7d2523bbf0b2f29262b0 6f3a15c5de930f1e6b95c17eb2d4f87a959aef66 771708e78ad374c59d829ac00f9530d590dd1e2a 775f0cb71e11b13f78e0230b474e864cdd26a42d 7c595ad55f45a950166f8dcb16bb6c246835d550 7cb505d024ff953ba7659539f1f9f4edef83a9ad 7d1a1051ae72b85606d9a140cc64d8fe116bcce4 89af1b5a27bdfa0648a79405f1f61910e358bf12 8ce2ef25c9a7e1287d42e09a2edc4437009e26d2 903696c0f4a4ecea26d59ace1f6078ae79369fe2 93231332b602a0ec43d7560c316976219ed882ee 97f40abfbe1a4d3578e2cd8cdcd20da07a330ece 97fc1010410d20a53b60ac2a41e8354b30446b74 9bc64a4ec82b397a471442ebdc692b9a4c473760 9bfdde466e9efffe3e6515d3e0938d253a000c46 a22b605bd826ad351a0935da48bf8833f4b8bc61 a2c7efc7db3e937e672b6eb48adf975e78bf5076 a4001b830aea3b065c1dc1871c8c5c90dc341615 a4c25fa17f3c75acf71f4f82dffda6034402b20c a5ddb59434bcf8d8d865b2c939e68f8210c05d40 a79969fc25d1f91c016496ee52035a0c99c8f9dd b02ebcb46e1fab59986fe4675124ebd2cf545f77 b223a4ff0e334689933df8dea8f5136757cd063c b2b4dd5ad0024ce378fe3b703409b28bcaeddc72 b7b62e6aab6fae8b2a732acf21846d3218dfc5ec b8c80253ccb6c0fdf1302d0eb9553fa734c0e28d bae5cef305e9dfda4c174cb92049709fcbca016a bc74dd87a61aa160699dd6d1b8a99d312228c759 beffdbaa66cbece8828fec48612d60c2c8f97f62 c121d5208d78e4bc3acdbc03be4b9e5a1a23fbd8 c4363b02b10c4e6f53047b45a834a10fe60cb027 c4c188269ec678df2cc3eee0504c8c39e31301f5 ca17072a3a13b9ffd0f540ed65dde7849d8fe480 caceadd032fce1305988cea77f1a4cacef0707a1 cd744775215aea3b2156f06f83a185cca2dd640e d38ae65557d542ab125ac51be931c37d642690e2 d45a018dc6295300081b77272e284b32d61408cf d7366b20fefb684fd23ab095871dd4a35f1d1f9b d877854dd331e050b0ba5283c283d4ecd30c1de7 dd1946d5ebb424c2eab8c2b55b5978c91b0e6d05 dfe8d2fb8492a38c4d8d1dfab02b36252f9925d6 e10c65b0e2b6e7610c0529c6ae76a7ff81c5cb49 e133373390bfaef24b97fa837dafcb646ac68cb6 e2a28b179af5ca3e9cdcb43b5022e7aded4e5008 e44aa08bad21b5e8afa00ec0c40aba9c7f3a247f e54fd3e64af15b548edb5914d2c2a8ec140044ba e877617d2331df35adc7720de91b8f0c695af175 ea66ecf0cc59fd144c6b88ac759bab71b511a68a ecfd6e4053ba0e06874ce0dba65e5c73da528553 f0a0d8237a1384042aa7494e51d0ec4c3037164e f11450e559c3f807b512aa7073b5d8591131d510 f3a29ec9649d885b3b8c03803e729483e9066f6e f53e6240fb252d5d8e3b57837a5661c7c684bc9d fa2d88987393c196f72abd2126c34be8f383c41f fa620aee096c6130dfad37c868ef922228a21d9a fc8b3be3a0ebd38cc187822755ecf9ffcddde8c8 fe50f2723206d496cd44e505d7186a5545d3ab3d fefb2c78cd814cd6c24e6615891671a29a071ca8
Postgresql-Catversion: 202007201
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-13-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 344
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-13, libc6 (>= 2.38)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-13-mysql-fdw_2.9.3-2.pgdg+1_arm64.deb
Size: 131000
SHA256: 209e02fe38b50e30df70b979c520f853aa51ac5ac6033d0193028c9e3c6ceaf9
SHA1: d8f76842226a623542425796865bf6e216ce0f7a
MD5sum: 66a846f23b8bdd4cd35457a8a5864dde
Description: Postgres 13 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 13.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-13-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.9.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-13-mysql-fdw (= 2.9.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-13-mysql-fdw-dbgsym_2.9.3-2.pgdg+1_arm64.deb
Size: 167012
SHA256: 80c8bf51853d1de2eeac66c44fcbf5889277a3b1b38cc36565ea44c61fdb4033
SHA1: e49ddb93ea04b060e9c47755c82b1a4220b7f680
MD5sum: 10b17315cb10377f67d86c8c66c0ea45
Description: debug symbols for postgresql-13-mysql-fdw
Build-Ids: 8acda5ab1478fdc7c629525a50133d6258dda3fb
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-13-pgrouting
Source: pgrouting
Version: 4.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2872
Depends: postgresql-13-pgrouting-scripts (>= 4.0.0-1.pgdg+1), postgresql-13, postgresql-13-postgis, postgresql-13-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting_4.0.0-1.pgdg+1_arm64.deb
Size: 786120
SHA256: c53ee2016192346acb1db5f91ff55edf2b93bdb07f854933fe002c6fb873c158
SHA1: c45472d455e506dbb58afa4380e7ef1cdb8d52d9
MD5sum: dfbfa3dcd8469e1d6fdc008296844ee7
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 13.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-13-pgrouting-dbgsym
Source: pgrouting
Version: 4.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 24502
Depends: postgresql-13-pgrouting (= 4.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-dbgsym_4.0.0-1.pgdg+1_arm64.deb
Size: 24595192
SHA256: 3880ecf407ab0469809fdcc237204c251414f1a4667181c530ca45bdd1a8ad8a
SHA1: 16aa1f89ba062b94b74b8aabd048a827054f764a
MD5sum: cfc089fe4f71b6b264cb7b6318c246de
Description: debug symbols for postgresql-13-pgrouting
Build-Ids: 64b7132e811e74a3a9c5b0efc4a3cf053e8a2541
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-13-pgrouting-scripts
Source: pgrouting
Version: 4.0.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3642
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-scripts_4.0.0-1.pgdg+1_all.deb
Size: 51948
SHA256: 8aa9f5edf368d9b9621fd4fab9e3f72a034f3129a756d03cc1853639d2d021c1
SHA1: 757e4c48f90b08eebca201547c2f64e55a9ac346
MD5sum: 0ab2fa319b1338169befc03f80d78405
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 13.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-13-q3c
Source: postgresql-q3c
Version: 2.0.1-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3487
Depends: postgresql-13, libc6 (>= 2.38)
Breaks: postgresql-13-jit-llvm (<< 19)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-13-q3c_2.0.1-6.pgdg+1_arm64.deb
Size: 154100
SHA256: e7c64e78745aa4cfbb29df60f35612156d6f627091d4c5163c3cd9342d228c08
SHA1: be82131116c20aa0d18916ccca4c68d43d8cfa60
MD5sum: 919a31b82647faa0e0b363ba5b219aa4
Description: PostgreSQL 13 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-13-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.1-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-13-q3c (= 2.0.1-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-13-q3c-dbgsym_2.0.1-6.pgdg+1_arm64.deb
Size: 86004
SHA256: 2e695e37f516328c9389f7a2d7016beaa55e157c3f6d49f7dd50376b76a2c9cc
SHA1: 231e78895846d06ea8d541d94df237e1b317934a
MD5sum: 9bd8ad6ef5defcb7f8e0ea810d3aad64
Description: debug symbols for postgresql-13-q3c
Build-Ids: 20ff2cdf57d39ee3532e07c9cbf0a54761762ebe
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-13-squeeze
Source: pg-squeeze
Version: 1.9.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 345
Depends: postgresql-13, libc6 (>= 2.38)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-13-squeeze_1.9.1-3.pgdg+1_arm64.deb
Size: 123608
SHA256: a6047eae52e02ec0f669dd048b6803c346f793f695481b697b5e7a8fe0e0172b
SHA1: bf602a54829bfa0bff3c2a49dbd265901d1c1a15
MD5sum: a07c12e9532ad17e6460ad6828e63507
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-13-squeeze-dbgsym
Source: pg-squeeze
Version: 1.9.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: postgresql-13-squeeze (= 1.9.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-13-squeeze-dbgsym_1.9.1-3.pgdg+1_arm64.deb
Size: 140868
SHA256: 10a5f135aab45bfbdd06e2b848a0708f9390144071a104a72a036acdbf6722c0
SHA1: f3ca1c07c1f830cdfc85852267970c1894c3e9ac
MD5sum: 51cfbbc8e90e609c6edefa99fa7a6794
Description: debug symbols for postgresql-13-squeeze
Build-Ids: f483047a540a5ec7148932efd22574ee30ed7489
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-14
Version: 14.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54559
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 229~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), libllvm19 (>= 1:19.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-14-jit-llvm (= 19), postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-14_14.20-1.pgdg+1_arm64.deb
Size: 15423196
SHA256: 102447b83409090087719079c574d8518260966c94d02c1af342b5134b3e7e73
SHA1: 5e60ed22cd074538e5406a43c2b2f777d5c2a140
MD5sum: c23a76c6bfae4adf2f6b4a60083488f4
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 14.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202107181
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-14-dbgsym
Source: postgresql-14
Version: 14.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29360
Depends: postgresql-14 (= 14.20-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-14-dbgsym_14.20-1.pgdg+1_arm64.deb
Size: 17113268
SHA256: 900ecc2cf17c65ef57445eb4130298f6d4d576dcf644415fdd59633815b0ef5d
SHA1: eb90504ad1b36190c5c0314f9a82f2baacff7edc
MD5sum: b015ee1d6b33d46b80da2e9914ff3f37
Description: debug symbols for postgresql-14
Build-Ids: 01f2f6ec5275e3e41bce2900f7ff50a291e55606 0354860620db1a45fe7743a33f9c5fbb79bacc83 0366a54daab0549069c3c04a881607b05a870a1d 044c8bb7d22b5c38d4e6c8f1b8e0581ac8a0f0d7 07ccb20b304ed2df09e1075f14ea89cbc555565a 0837ddf4e10b36e7c5f2eaaf8106901658bf9d97 0bef695cd871f993e3f5b53355f7561dfea39376 0cb48d1c9a73059f9c17b970381f0f39b44f56ab 13df3e5535bf4d217bbb1364f72a2e2f7c301540 1c993f4d92bcd09b426706bd3997b53233f132a6 1fda48b4941403307dd0e78400b0a843f7d3de17 2c63bf1eca9f1480345c864a889b9adb11ee53c4 2f88f5e89bec12ff4d014ac61b703d130a88d95d 2f9855359bc266a950e5eead5a323f1025e8c5c8 30884e997da58449169632bc74487b26e829f824 34bcd33a536b55e192d5203922b961d1e798213a 368b1906c595fc7c3246056f69b709354a029398 378586e33821ed1389f2a5d13a9b9c5692c5aee7 3dc8543a2307af95eb97d73c89277c1124e2062e 3e360883aa2681e057be6d0d3db70056de8067a3 3f615aa3dfaa51bd3022af90d490f0f3e12af439 3fcd1992ff5074f0a47690e9c941455a06832652 40cc0f9cabda03d0a58baff91350385e460b3025 41c1520bbf90dd4db040a3c9fb3d62e772823100 4444adfedf9ac6e0fab33f1b3ca873c9db495bfd 4683df585afb00ebbba469fef1de6462bee40906 47260062d1d5e59c67c48b6fc747a1d15b26a5d7 4729d5cc86447e9b0d082589bfa8851948d08c3f 4a5d16a95090dfefe0811e59875ab819e59e12b0 4d070064d7540bd43ef04028b14e904855c25344 50dab2ef52ce71ed45a852b0c84964c74065b919 5163440c349e6563ae1bf3b4a42c442055b49c19 52a37e62e8562e8d438bfb1a689efeecf03ccd75 562a6943ff68b2daebd14f3ddbb16aab0a811f6e 575667d6ec2685551365afeec7ec69431a2e5304 583ee86d2843d89b8de0991d71cd9942d4d70846 5d4c6bc5b2055ebd638f25e6baba411fb5d78313 60ba33e8ca12dfc9f0b742513eb082ad25149126 694287952d02497905027cf106c41dc5b5250616 6a5d09046f709fd17e97325c9bc4090b85c48001 7144ab009a85a1dff6bb598987559a156d98d92c 75e984ee7e19cd487aef347c22c455824634f127 795e7fef662fb801c877818c560ca3fe46ec8819 7f7e366ed36877d4c8d238e7e34549f51c35c043 81b94b7ad6252fc62b1dcc767651f1cf32ca8b51 84faa10e12aaf1f5cc6f730d696988915360ab5f 8e3484f140d012246c99d5f03fb413b79d46e2e8 8f03cbc53f128d35c38e2e47286b45e6ad73e456 941440b01b9263501507e34a7220f9f5f7e4364b 953bac3905ae6b77cb98c21589d72b2e6a6b2571 96c94b9b0f78c768caa7479101d4638455b54bb8 996dc1345177faeafce4d065171140dc6b7804bb 9a8511d99b2b3fec7279823347632e0f1b2e34c5 a0af849d9904f91ee4d92f241636084a546fa4bc a766b72508ba7b77674fe998631f2b0f465c6f4e a7d40b731a6df3baaa188a8c06f03488728e362c aa0c40646ca90fb0fa99e429cd2389cbf0fba9ec abcc8221d9972337c21d09137bea19d28663d47e ac119c68946604987aa3fcc7be7c820a5f9d377b ac8798a2410288a0934beeea7a1228286a9f584f ad09ebfdfce0fd1803173670b228230628251d78 b29de1027ff374aa865df8fd14d14757f68b8ab2 b3e6c3741b7f985cb163ae4b42114355ee36838f b5c06f093296baa11e4d99f92bb539779d2b9a2f b6987ac6faac93dcc8d7250c4c9e56a7a1d6afaa c067444dc51cfac667383fc18316a4f6c487d588 c17717910f3b2bea1edfeae1928aecf6a4273484 c246ca51c2d7e356eb0423df66fbbb602599b53a c38585e92beea2299035f935e64d68613667cbff ca5820f0991106e8c1dcbaa812f91cef15356eab cb786f8095d4496e39a7960ae1dd56fef21818e4 cc749258ca396750a5eca300ab704b5d71684b3a cd5b725d1c581a39ff0a97054557578cc4600970 d136b0faedcd522f5c736f43282421fb5b94025e d13826bd018b9eafe3fcbb9c5dc49e7d6aad2d8d d2a3ed0ca30e985e72247df27d52dfc499f8cb1a d53bf725c5bcaf8c3241fa876e53d3eead43a2e6 d6627201bf7f241c4a84fb3cb5028c91aa1a0cb7 de78d3df32823eec753941593a1e6d59121574b6 deecabee661e8fe623402017dc0580f8b5c103c9 e27d881026b766b078a7b18930f0c68fe7847ab3 e5eb5ace840e009106f3cc9b5f1bda5d4d20b961 e9b24071a8b38926ce435035474be475042b1274 ed3fc9031a30e275af5e387870d265a33f477dc3 efd9f8841eb6218e51413b05f57b7b74845367e5 f14f2a524b5ad3d7964fe548723848d42d53000d f157b70b8daa31f18185841577b05895534e3b6c f716416695488f583d3b0614c7115ddab26abb16 f8809696023f998c5b986e93a6f918a11364c094 f8e8633f29a05c103fe859ed905f134e8e9b5a7f fa59c994a50b2c359dd74214e0e2a9d5f9466590 fb3f2111331179d2e70fd0380b5a3519e114a2c6 feceb536ec4c93470e3232e96086aa18cfc9c4a3
Postgresql-Catversion: 202107181
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-14-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 349
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-14-mysql-fdw_2.9.3-2.pgdg+1_arm64.deb
Size: 134752
SHA256: 42cadd8ed0ce431686b8f6dd99997cdfc71d40eaceb92aeaae877569ef335654
SHA1: 59c7f414e6d045b482bf8a41cbf133345d9b65e5
MD5sum: 31934340e480c45f1dd911526882ab6a
Description: Postgres 14 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 14.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-14-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.9.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-14-mysql-fdw (= 2.9.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-14-mysql-fdw-dbgsym_2.9.3-2.pgdg+1_arm64.deb
Size: 174436
SHA256: 109d958ffcd32ea8aa44e8e155da6dfae697391b398e50f848f4af03438fb3cb
SHA1: 791be7d523585d99c48ee6433fa4f5178ac61983
MD5sum: 4e2bffed0898e3cf73552d044affd457
Description: debug symbols for postgresql-14-mysql-fdw
Build-Ids: 875f28f4a9c97d682588db7a7acdcf849cac8970
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-14-partman
Source: pg-partman
Version: 5.3.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7613
Depends: python3, python3-psycopg2, postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-14-partman_5.3.1-2.pgdg+1_arm64.deb
Size: 239080
SHA256: 1a2f08da560c8460b1dd1628de364b6835fe34a6aa727d114c60ce6ee72bab39
SHA1: 617324df6054ea3775ea8efa2f413ef1f28c51e9
MD5sum: 61b0bed640b1a467819c589a0faa8d5c
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.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-14-partman-dbgsym
Source: pg-partman
Version: 5.3.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-14-partman (= 5.3.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-14-partman-dbgsym_5.3.1-2.pgdg+1_arm64.deb
Size: 34600
SHA256: b26cd90b54c45e4f3dc2bcdcb673799e2e5c2b9b30959308e24636874da8d7ab
SHA1: ed08eb5b6920e8b953fe0d39f9a245e4ab3668f4
MD5sum: c6055ea34a6f20d9b89e0579cf463801
Description: debug symbols for postgresql-14-partman
Build-Ids: ef273c9f84996b7d619aaf8724cad758d7a3173c
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-14-pgrouting
Source: pgrouting
Version: 4.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2872
Depends: postgresql-14-pgrouting-scripts (>= 4.0.0-1.pgdg+1), postgresql-14, postgresql-14-postgis, postgresql-14-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting_4.0.0-1.pgdg+1_arm64.deb
Size: 786464
SHA256: 2651e07948f521fd3608f3255a65bbaf3009c37dc72a75d0a66cd4091ad02a7f
SHA1: f0bd92ef26224c4eb796fe1f04cc0664af021829
MD5sum: 62414879b55a0829cfbef7a470abbcf4
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 14.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-14-pgrouting-dbgsym
Source: pgrouting
Version: 4.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 24503
Depends: postgresql-14-pgrouting (= 4.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-dbgsym_4.0.0-1.pgdg+1_arm64.deb
Size: 24596368
SHA256: 6d439d53ef76fe46ddaed63e83813536862c60ed70769bc85687986aecfee9b1
SHA1: a96e0ddbb72ff31760a15f9815050ebfa137c896
MD5sum: 0e6c776600eac247e24aa76b26bdfd22
Description: debug symbols for postgresql-14-pgrouting
Build-Ids: 453b638c90cd1ba970c0dd861936d6fe19dcb8ff
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-14-pgrouting-scripts
Source: pgrouting
Version: 4.0.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3642
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-scripts_4.0.0-1.pgdg+1_all.deb
Size: 51924
SHA256: ad4d97e8e7371fed5340761b46977ae87adf9de8b0dfb31f2e91e7246152c670
SHA1: 92255e74767754d7f3d10247681ee77fd06cb330
MD5sum: d74c76b3fd46aef4f977798fe8fc85b0
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 14.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-14-q3c
Source: postgresql-q3c
Version: 2.0.1-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3488
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 19)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-14-q3c_2.0.1-6.pgdg+1_arm64.deb
Size: 154720
SHA256: b5565f90d8a28c17c155b0d9f2a06b7c140ac9522353849dc0b513e7fc32277d
SHA1: f583f6afc78210944a371cf149b3984a19339252
MD5sum: de3b8faf9cc2dc81d58bc9af8bd558e2
Description: PostgreSQL 14 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-14-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.1-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-14-q3c (= 2.0.1-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-14-q3c-dbgsym_2.0.1-6.pgdg+1_arm64.deb
Size: 86320
SHA256: a871908b0cd6c345969982a47f09480a7f809673764391ab97f867a8da374d9c
SHA1: a2a50570aee94e785d77ee2bc2dc1bdd3890d4b7
MD5sum: 834117e0b1c2585b539c3002f6a075ce
Description: debug symbols for postgresql-14-q3c
Build-Ids: e527d8f71b7efe8a080065d31293c3bc3581ece6
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-14-squeeze
Source: pg-squeeze
Version: 1.9.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 347
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-14-squeeze_1.9.1-3.pgdg+1_arm64.deb
Size: 124232
SHA256: 2cc796eac398c649caecdf135ab569eedc7bd17ed93021c3eb90ddcc813b9d3b
SHA1: a49d1b46938e550806f15fcbdd6f408c86ad68fb
MD5sum: b3ec34dba914c1d4437f64b919193d80
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-14-squeeze-dbgsym
Source: pg-squeeze
Version: 1.9.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: postgresql-14-squeeze (= 1.9.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-14-squeeze-dbgsym_1.9.1-3.pgdg+1_arm64.deb
Size: 147308
SHA256: 21728cb522c4ebbffa759636b920576e94b1b338021eee791f3b49576fbecd70
SHA1: 03e8a189c155c7a861b3abebb6c4a97727b17bd6
MD5sum: b2245a64b19bbc01cc3560324a9ca0cd
Description: debug symbols for postgresql-14-squeeze
Build-Ids: f05bc8085b06cbfb9b190cce55c16e4aec0d51e1
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-15
Version: 15.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57570
Depends: locales | locales-all, postgresql-client-15, postgresql-common (>= 241~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), libllvm19 (>= 1:19.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-15-jit-llvm (= 19), postgresql-contrib-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-15_15.15-1.pgdg+1_arm64.deb
Size: 15984988
SHA256: 6c50510286dd180edcca89d16a81746bbe80e0a19143464944e377d10be68a98
SHA1: 4e80dbcc73f1ca1186efb247144584e9be3b054e
MD5sum: 6107a6ab924fa7ebd075606cee773d7b
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 15.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202209061
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-15-dbgsym
Source: postgresql-15
Version: 15.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30296
Depends: postgresql-15 (= 15.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-15-dbgsym_15.15-1.pgdg+1_arm64.deb
Size: 17742132
SHA256: 1b50c72ddef5cec6c7e768ba586bef301678c21f70bf844d5bf4c51092f4ddcc
SHA1: 0d365c8cef30e6dc11eae5424b7e69a49f8368ec
MD5sum: 2086eabd221f73a7515904788de3e1b1
Description: debug symbols for postgresql-15
Build-Ids: 02818538f8f86d8ca5c8f8c761608808ab710294 041157809c173789930c04b85b5a872ef87247fa 04928a06c8e336fd0de0c96c0df8ea745fc7c485 05ad7d8985a91643b873a1e668d55080ee2a82d3 0773371199eae7f0a4188ef02ecf2c7c58cd26e0 08483c42e16db8e001c3e05caabf9bcc7d6d5b82 0c6d639d0afec2f29d0c9fed508cbd40a4b7c2a5 0eb4c0f5d28e67a2584c3103690210394904a6da 10bab67f962f76518a4e7a199931330297800a47 13e1275eeb6e3471634daa84deea2a3c9aea529a 15f8ac9d72e680a7d368fb12d0bee118cd60009d 192165ce07aad4fa67e2d0ec77a869fb59c8f634 28276b05160ea2215837af4a18e6d953fb223a4d 29e993016bfd30f340139f79ef5d43a3b14cc637 2a28e1a5140d53c6e797e165a32d9b7875b4ba90 2abbadcaa532c8f74e2c888b936dddf064100110 2b87f603fc984e86921484ab6870b3c3efed4c47 344a2720f1d0de26934771040b829d8485b6000c 34cef6303e497ca8d134937b92fdaa37f4db87db 3620e583f3128eaa4c305f2433597b2b7d805e85 39ae8d91da6d3303236fe872a99e7fd5cdb1ce44 39f9f9c829c26c6f93318e5a1c5595b7811c693d 3b5413d20658c20340af56e105607d10bc68e0f2 3e27f36416eefe135193a050a1f49b0e521cb3e0 47bc113ba2286574c3748c48c74e49b91a547a71 48f6695b1b874a390898f1b96e4af14d03b38731 4a71aa21067eeeb2de5ee9054eb4a7864d2aa26b 5355ddb0713554f9381270036d6d8b54ba94aa82 5eb4b35a810966195db2b6070f78500eb3c9b48f 5f86324a7c22d1ce4c1c2f4f4bcc455f4bd61de3 60f22a69582bf455be1426e5bfc2457951c015e8 6213e86f34dd39cff0353d82652bef835b24a7b4 63e4abd793b47c1b0df5ced1cb3c3efbdefcc8aa 698e2ed4313590093e8e5be8d26ba54c94c01c4a 6aa211281e60f390315e19118e7284906ae11d5d 6db9d0d039c9f906f9414c70be15b64d003f910b 6f956061d1d6a3d44a6a5e78b9449a14d3c71e9a 71aedd29a108a82b76de4a3b921a30a0a993948b 74a190250fe090c8162ea4cf03f6fa8a7141ac38 74efd9ad741c57f8107e40e950716438af0f460f 75a23b0b62cacadb394acc58a06f35a84aeea09e 7f347b5444d89fa4f1e7dc0199e33812e9c35fae 80642ca5df385d65a75bb6e77f0a4371953ba46c 850b478c4577b1d3a9467368a9a2fd7db28322df 8608a39f37fa148b39f85e92931a28af2cf80836 87bb99781f3dcf9bf6bea89c0a67a7e00d454781 8c3372a053375047484e75c5523b2bc1855e0eba 8cb17aea1f9587ad8c0eb98ff3d852e1171db5e6 90944dcb9c1e8ea0b34e8f900d6c0c08125677bb 916aa73a1c7acf02edb3c6fb7e6a497ad3e5873b 937ce0243a83232b768c23d20cc8ec2eb1a9728d 9694ff2e67404827da4a0555082f6fac2a86fa5c 9bca615de0244cfc5876a94529f1f5734b9456ac a01811871ad33ca3e605250bd8c52174b7e955d5 a1969600a1025a96e5f44b7dd7ab2f9e313c4840 a250914caf52feba321c1c2ecba1098ec24fd837 a6381131e22af71be132cf08c8bdc6cbeacbbb51 a686a788decfabb6da0b4a58653082221a5786c1 a94a0bd10fda17210476fa0ddb67c74c85da3228 ab7405a3ddc0e66b617086df864bdcf3eaf67a19 ad1951bf722d63c8449e2329a6bedf14326d4df5 afe8db1d5b750c6a0676e482ec50c23bbb721899 b0b6f918f4adec5e1afeb37c7fded48a56edcc35 b5b9f7a52ea5fb05a494acbbc611b68f9b3e59f7 b785df0bf640d1e47c62f906c12da243923bacbf b95f377e6247cda02605c947546ab5d1232596d2 bbbb4737854119aab2979ad4880a394c77a0d35f bc6c7b9511de7ad3e6d40c9e50774422bc95130d c0100ffbe3c171246212706a207667f8a7480294 c746b22141364887a07ec893c43945f9aaae6be8 c8b5f137bf5e8b6be6df3e3d9402e9f423d43843 c93ee78ac7fb9ae96b9ff738085afaea6bfba0a5 cbf1e673524fea0b35cd434ebf9e94e048e6c44a d37037ba964173f0e521a33b64dc1c4648e311ba d44cc03cece973105df72d8af08f6af2dfea506a d4600b19c3a9293304550b42908a9c409b406301 d585f1413dfddbf0ab55f6e9da4aa4ae5660a866 d58ffbd53949bbae3036aba1f2f5e0fbe4e0232f d884d873c33e2db1fa8d23d373606711bf9af628 dce2bfdf0d7932bc1a5df238d9049c6a5e85b9c3 dd2a3463774ac45dd483d4fb7d6a08d9478cf0ab dd2ed77bc3768229a3588f692d69687f11c52dc4 de3027d083539132e6c4df2748b7d25d92913109 e00ad6a64d1060be74273ba886c119437dcbd50c e9db0b8bfaa71c91d6e2bbedbadbaef005f60237 ee81cb1eeef59340b44936de342b736cd126cef9 ef03477fa6421b33176fa9a8ff1afe1606182d4d ef413f4f37da09ba1aeed39bec65eceef9f0bd2d f08142717820a8bc9fc4bb9b3a70987d1a6a8103 f102ab9270b07756b9dc55ccbe4e52836e3d2307 f238f63fafa9e978bd96e4ce4692caafe7ca9b3e f48a95911f7bcc5a1e31821f4e445811ba8bf4d8 f49ae55c7223469e5b91e43671b1a0f494d8d3b3 f6c6c86ab93e54ad30df2e65f37f590f5ada123d f89e75d29e90fbf04bbc9cb4ed70f82e3256ad28 fb7c24488391d1604f7ef8bfd257b55d45aa71e6
Postgresql-Catversion: 202209061
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-15-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 348
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-15-mysql-fdw_2.9.3-2.pgdg+1_arm64.deb
Size: 134824
SHA256: 7dc2ee120b221717609e6a60476ba9b3298ac2941c7dddaa6c54f4b0307de307
SHA1: 10ce502646ad5d7990cfad93ff4fb8194b009b4f
MD5sum: 0f703014fadc8144f2528ff83f415195
Description: Postgres 15 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 15.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-15-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.9.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 191
Depends: postgresql-15-mysql-fdw (= 2.9.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-15-mysql-fdw-dbgsym_2.9.3-2.pgdg+1_arm64.deb
Size: 171636
SHA256: 196d9bce1b18a6a22a3872e0d28ddd3e757995a9b13ac845cafdfaace38ee856
SHA1: 62e3e7fea3c2858df091cf5d6f40efd2d24a7f91
MD5sum: 2438d064683dfef0fd61b453f5a06efb
Description: debug symbols for postgresql-15-mysql-fdw
Build-Ids: 214d1eb729973f0f56f4759a932105c862aa1087
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-15-partman
Source: pg-partman
Version: 5.3.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7613
Depends: python3, python3-psycopg2, postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-15-partman_5.3.1-2.pgdg+1_arm64.deb
Size: 239204
SHA256: c3a6c2c8d97d0ff79873eb653e237db3fec66689f667da0365e8022f5e735637
SHA1: 7f01c4cd1d4a20c73a8cbcb223d46c60c4b07875
MD5sum: 15ec90bb650d7f0ff54788b929cd52d0
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.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-15-partman-dbgsym
Source: pg-partman
Version: 5.3.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-15-partman (= 5.3.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-15-partman-dbgsym_5.3.1-2.pgdg+1_arm64.deb
Size: 40664
SHA256: 66866471f1926b9e26843398938006d34b29684d465d36e14283c482d514687f
SHA1: 7722266fd146fd827650b50c1cf4c3424ef2c5f0
MD5sum: fadecc3670094b324b612b4f158d5e13
Description: debug symbols for postgresql-15-partman
Build-Ids: fdc7a7dddf2871e156aefa185703afd01e3f2b91
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-15-pgrouting
Source: pgrouting
Version: 4.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2872
Depends: postgresql-15-pgrouting-scripts (>= 4.0.0-1.pgdg+1), postgresql-15, postgresql-15-postgis, postgresql-15-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting_4.0.0-1.pgdg+1_arm64.deb
Size: 786564
SHA256: 47091f8e911764acb176c2c6481ead759dd422fa8d435c3bae42e5d1dda02f1b
SHA1: 737e07cf0b597f9dff7f1a1d27daebd63a00bc2f
MD5sum: 4e158772e5b80336f1be9ea9df12c06e
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 15.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-15-pgrouting-dbgsym
Source: pgrouting
Version: 4.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 24517
Depends: postgresql-15-pgrouting (= 4.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-dbgsym_4.0.0-1.pgdg+1_arm64.deb
Size: 24610432
SHA256: 21a290045e0ca9be4285f2aec84d511a3324cc9ce329823ab07ef35e335bc699
SHA1: 9de9fb7f1cdf4f5da35008cc2aff08f07b311a2d
MD5sum: f159cab6fd1962bad532d6c2ac3feae2
Description: debug symbols for postgresql-15-pgrouting
Build-Ids: dc4b4b98181f2a3abd8ed593d380323ba1e77050
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-15-pgrouting-scripts
Source: pgrouting
Version: 4.0.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3642
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-scripts_4.0.0-1.pgdg+1_all.deb
Size: 51924
SHA256: a3994c5311603b57b6763e036a9c1734c4885a44a0404186c2ee075db5a0cad9
SHA1: 3ff52f156e07dde6e617ba528950995e7e8ff414
MD5sum: 6660ee88760288ad404b5ddb8933c180
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 15.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-15-q3c
Source: postgresql-q3c
Version: 2.0.1-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3488
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 19)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-15-q3c_2.0.1-6.pgdg+1_arm64.deb
Size: 167624
SHA256: 40eac51fbd80f3257188bc54c0c5fc195f983261144c27d85d9756cf91d43ea5
SHA1: eaae5dee6e960a357a778dbb3810a3a3615ad60b
MD5sum: f093d0f7018b3b5881ebcdb896cdd9e3
Description: PostgreSQL 15 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-15-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.1-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-15-q3c (= 2.0.1-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-15-q3c-dbgsym_2.0.1-6.pgdg+1_arm64.deb
Size: 92172
SHA256: 0fdaf7b1f61fff4665d09b72818ef2b6870db65bead3c13b816bdaa06c295611
SHA1: 21f912ba8291a0918ab2764a4e33ccf7e2902648
MD5sum: fcdff45169eb09373a31cc66249c594b
Description: debug symbols for postgresql-15-q3c
Build-Ids: e0de03d54f5c5708b5156c0e6061ff148136b036
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-15-squeeze
Source: pg-squeeze
Version: 1.9.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 347
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-15-squeeze_1.9.1-3.pgdg+1_arm64.deb
Size: 124176
SHA256: dc50f962a6fbfd554f903c476893efdbc9c5ba9ace14539080eee6e2965419fb
SHA1: b1e0f8fc6d6b4fcb82fccce29fe90d3b6398a3ef
MD5sum: 4f199484cc93f8186ca830c1b76247d3
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-15-squeeze-dbgsym
Source: pg-squeeze
Version: 1.9.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 174
Depends: postgresql-15-squeeze (= 1.9.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-15-squeeze-dbgsym_1.9.1-3.pgdg+1_arm64.deb
Size: 148716
SHA256: ebe39ba6eaf7bf8dd3bc4fdacc9ecbb13b2efd80a632e87c33a436aa4173471b
SHA1: c7393fe589c3af6cbb69d6928847957ec6d0cbc9
MD5sum: 2df95628ba284c30770e3f46700b4c6c
Description: debug symbols for postgresql-15-squeeze
Build-Ids: 288c1c729b3b0fe064941e9364a8fda985d705c6
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-16
Version: 16.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62195
Depends: locales | locales-all, postgresql-client-16, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), libllvm19 (>= 1:19.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 16~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-16-jit-llvm (= 19), postgresql-contrib-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-16_16.11-1.pgdg+1_arm64.deb
Size: 16839232
SHA256: 1548eed7959a4997565e46459b4911f3e417cb5984f9257c4f4f9b80fd6c68ad
SHA1: 48a99a4cedab9854a47ce15309c900db11badb23
MD5sum: 59a7eb7174b328282f44bc418eec107b
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 16.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202307071
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-16-dbgsym
Source: postgresql-16
Version: 16.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32430
Depends: postgresql-16 (= 16.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-16-dbgsym_16.11-1.pgdg+1_arm64.deb
Size: 19248692
SHA256: c98213b58680430266972057f50a1f93b230e7019ce1085d56c1086b29ab77bc
SHA1: ef35506d3fccce03e964d308c64466425bd73c44
MD5sum: c543c074d90871e5b16d5512fc100fd1
Description: debug symbols for postgresql-16
Build-Ids: 04dc014dd8c8ec906af7868dd17096bcd2b9c356 08dfda653593dd891a5fc3951d7626164a7f6cd0 0a06e6e4c409f00d1c8ec67b571682f939c9f206 0ad8820ba5bddb40586d352ec4f4aebcedaefaae 0ffdd4af52d60d1940bd803554c23d38291a319d 12d7d21a123a65644a7a64ccd9c9fc0d831ac54c 1683734a10c1d6a66bf92941af4143bcf9e7a231 170643d2400fd9623591dd5c28d5aa033a66656e 18eea242ddd1f34069372c6cc87a03a27a292b15 1a166f2b30a611399471dd9ae14b85a1bf601763 1d5fe6b2055988026daea558863198eddb7f26e7 1ffc5fc0592a4b84fb6a967214a27d8dd9c255fe 20f206a25263cf56f55a6dd9eb04aa4b04cb2828 21c16416a0b5d046255cff9be73e07b356fa7972 2d1f66d50c947cea2778b9a704e507805ad66edf 2d63e81f19bf88a8dfd1b8fc8435c70e59faa5a0 2f421c44f7a31bbe93f49ee59a7818a83e569ee7 3794af5710e1668fb9b15c4a2de428cb36b1a6f6 399efd31503b767acb717c39eb2b555c7f4b80db 3cc038a1cd8d5deef513ca20642e6e2af573c4d3 412de554a6670915ed648a7b8e1fc1626d8040dd 48a3ed85192876c91e8ba61dc37d69f056975a96 491ea0e50618e94e84195754efa6043297b64309 496f26cc2177074c6b6af80ac6dc527aff0bf9ee 4a1a8a9acf1f148ae94ba2223c440a033458b851 4c129473c9a0efbc371d7e5b4726d9bee27ec03e 51eb7740b8517408696fe6a01bbee9712928472c 55652118deaaeec4f969337caa1675bd3dd2f111 57cbd1560462e3fd535a913b679048c8c93ff1e8 585d3d88c0102d7153c6c872ebf4be25aefc7cb5 608390582eb00e58874fc6d943f57100b1729f0f 632f62d48bd7b29b181870bfcf154d814d085939 709b88b80ed95489b05578fe4932a4d9b7f1f9d6 713b5a335049dbd9585646dcfb9d5d4a1c6a57be 74091a35e872f16db5788a57941d104fb6713770 780852b4f07e5607fd3f114edaeac5a8bf38e72b 7992690430993bb08b747212cbc97b5137dbc8ae 7b216f8e8993792fc6d815424bf55e9220dbeb19 7dafaf6c1ed85d24248f357c0add053ce720a1b3 7df5bf0d787d615e21f64616d3cad18ea12aec1c 800bc338eb3a096f9a537fe6c42639caa87f245d 82fe34f6876b8e86a7af7e18ba00d6ca10df9e90 83b22be04d299185266a2bd4dcbdb92efcfd10bf 84c02ce1d165c3ef47ddaf0b7c4c27ab8068ebd5 857ad50ea6851ff820352b6230c90e75d719bbbf 89340cd946e85ddc290ab347efc5a825e4bd153f 9519d748002dcee00e3cb0ad87e46606b1081d46 9a0d4ca3060066fb0179deaad6530cf8f03b715f 9d3266408475db2e0eb97323f8b254cc4b5d3f2d 9dcfb5b4219a10328a18841f2f72da87af46f4d9 9fb2f626b61d060cbff34830e081438ab204a830 a196fd9f09dab811ba9c8d4a2f90ef8b3230f0e5 a67396c7038044395d64aad409b529926de249dd a71d2d02f5490670dfbc4e6b784f9bb34f31fa4f a7b5484cd9467b245ac3d21a4115ae0093e2d296 a7e7485cb413591fab5a859f27f7037de3c2f086 aa0191e3d7aee47607929134c9ebfb5aac9a9ce7 aa45ddc40347c264cd5cb325d2ede0f645511a8c ab20a4a2b57de9cbd86a07f3ba0f1bce9af9cb5a b0d9fb8ada5a6bc9d52d919c12c41e09054be553 b4576745c0fd85157641a94fb4411935817047b7 b4721f28726ee7a3a1d8764eee586a04b1d11ae0 ba9d16f7c645710dd318daaca4ef64dafef937d9 bdb15650178795cfd81767acb3ea4339bcc66ed0 bded8fcb11da257290afd89524ecca56e7446044 be9a85f7bce86ec9a7d966159f9f74757220ce26 bf4049599a75c56008e75b60bf123141af904fed c1e8d4399219fcf647be12083e92cf1b605e97d0 c2227f406bdb1895ad5ef873666bfecea466b309 c48acf3dc8a6c944cd323f26d6a092fc12520df0 c67e35014b14a8789438d06aeb5131b38c53f08f c87389d253f9afe5b2dcd85bf125066e4c34dd15 caaed4598b88869a03680c020c5b254903432e27 cb8afb765c43e8f093ea705597bb36f868d960cf cf7ec50eb55470d74dea5a13b1c571e284161515 d0600d487a8a0be7729343778213cda2d065f82c d154388c0b42f725e2f0d2991b2cdf18e6c1d706 d42c083ffa64787086ac510a58d7898e820175a8 d5746dd25d0cb9e89f7048b9307f251eb045e8dc d767039b5c15833487b36b0ee9679ae3d28a1194 e024f2ad13e89365463e512379ff93d45bdce160 e036cb73ddb6a450eabaf3e1dab1b3ecf1c6ce1c e617ce5e7496ca8078bd3808171d8e068e1afc0f ea2c65d15ffbefce7bcbc05f5f4e41f1dff490f1 eaf127caa555ca4552348e1e6ba601f7779dff7f ee5fd4e53e8dadf1fd26a648318cb77b126cd0d1 ef58e6e852654b0a3630b4febd92cb23909b6071 f2769f502ba1138722f3ed446fc6d63717dffabb f47041dc75892fd895a41fc6c9406ce57d845c46 f4e3dddcf708a64249615da4107a1985f933ff06 f58aebb7475103e398e91372e261e50d33d1307d f7a0e29f94194821b94393817ba4f6e7439c4718 f7d94954e7d7920b5175a2d56eef2e6b4171cbfb f84eaad04ddd89c75cf35b820a92ea1a1650ac50 fc76e8da4976a3124a8c2dfd12232f83e15eccd1 ff45be91fa09299e24d4e5ac8401e68c66a69e74
Postgresql-Catversion: 202307071
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-16-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 348
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-16-mysql-fdw_2.9.3-2.pgdg+1_arm64.deb
Size: 133424
SHA256: 3f9e283e32a07c4b06f526073f619b7c13f9b505cffb60f970f49664928adceb
SHA1: fdf320fab5ca6e198361abea05cf000d6ce5fb97
MD5sum: 8a5c9a2ea67250de2fe92992d410b765
Description: Postgres 16 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 16.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-16-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.9.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-16-mysql-fdw (= 2.9.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-16-mysql-fdw-dbgsym_2.9.3-2.pgdg+1_arm64.deb
Size: 175600
SHA256: cfb3e8fb378d9ea38e5d41c942f6923ab68ab947a71e0b9489336159bc70d505
SHA1: 52c6e56c4b4c4057b96b814b426ffc423e94c231
MD5sum: 53b359396429a2613172e45e01a851d6
Description: debug symbols for postgresql-16-mysql-fdw
Build-Ids: 055b4424238bb09650950b4b3d767a3d1ff8c262
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-16-partman
Source: pg-partman
Version: 5.3.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7613
Depends: python3, python3-psycopg2, postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-16-partman_5.3.1-2.pgdg+1_arm64.deb
Size: 239048
SHA256: 33ce9d38a135ef69d7e30165eee77445b6b032addeb5205195856b5e55844179
SHA1: 9be3ed51dceba4d00af2b8f4dd49e940159b02bd
MD5sum: 867188af3ec97e0555dba1d88bd156ed
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.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-16-partman-dbgsym
Source: pg-partman
Version: 5.3.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-16-partman (= 5.3.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-16-partman-dbgsym_5.3.1-2.pgdg+1_arm64.deb
Size: 41712
SHA256: 17c4743a1722e777945125507eac5cdc12d60fc4c1d5144d27c67a10090c24ad
SHA1: ecb498dca350114e1edaf6df3551d0f00764434e
MD5sum: be61366daa4d39f51e488c36a9281dba
Description: debug symbols for postgresql-16-partman
Build-Ids: 620730d067b274ede06999dc03cd4dd8f88884b0
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-16-pgrouting
Source: pgrouting
Version: 4.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2872
Depends: postgresql-16-pgrouting-scripts (>= 4.0.0-1.pgdg+1), postgresql-16, postgresql-16-postgis, postgresql-16-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting_4.0.0-1.pgdg+1_arm64.deb
Size: 786592
SHA256: 19a044c43accdf3740c0e20a708d0e3c63497c5cbcb9c7c1ad9911da884b68ca
SHA1: 8a034cabc0361ce711a9d916565771984c2a1d15
MD5sum: d9b5ac4f87e6b5328293631c18750e0c
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 16.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-16-pgrouting-dbgsym
Source: pgrouting
Version: 4.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 24550
Depends: postgresql-16-pgrouting (= 4.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting-dbgsym_4.0.0-1.pgdg+1_arm64.deb
Size: 24651212
SHA256: a7d2921284df38d977db433132486ca3ef7a186f9e76390f8d328a76d3e8092e
SHA1: 69796be9dbb91f967c054a45dc2e001b4b7aebd2
MD5sum: b55059c7e936d8925bd55b6517182ffd
Description: debug symbols for postgresql-16-pgrouting
Build-Ids: fe5d8618dd427e978fe865fd1b24c115b16fc11a
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-16-pgrouting-scripts
Source: pgrouting
Version: 4.0.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3642
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting-scripts_4.0.0-1.pgdg+1_all.deb
Size: 51936
SHA256: 453a0a58a778a1721350d69d5370059bb77419c61261db17d2977f06520817dc
SHA1: ad3b72abb468396faff1d8a4480a1fa288c625bb
MD5sum: e3652d7b0f443bda2e56e64b2f908f8b
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 16.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-16-q3c
Source: postgresql-q3c
Version: 2.0.1-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3488
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 19)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-16-q3c_2.0.1-6.pgdg+1_arm64.deb
Size: 158988
SHA256: 4cdfb581cb470dfab1a5e075bf7e6a2ca1d7415797c2ad8c61f8875169b0a3f4
SHA1: 68ff91448f7dc7449622edea7e49ff74f2234435
MD5sum: afff0b07812239beb8fb4197a3cb1e96
Description: PostgreSQL 16 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-16-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.1-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 122
Depends: postgresql-16-q3c (= 2.0.1-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-16-q3c-dbgsym_2.0.1-6.pgdg+1_arm64.deb
Size: 105704
SHA256: ecaf5316936152203d9b11a8d8f4fff8a1e416fdb041518a8388dc27368190d0
SHA1: 173f121181901e9c99aca82da7b8511e657b0a01
MD5sum: 034cff544a96c4764bdcf6e62452862b
Description: debug symbols for postgresql-16-q3c
Build-Ids: dcbaaf4cf41098f4bf4a031ffb6e5e55900d00b2
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-16-squeeze
Source: pg-squeeze
Version: 1.9.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 347
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-16-squeeze_1.9.1-3.pgdg+1_arm64.deb
Size: 123724
SHA256: a313dbd93ad822b4e45a184f2cf5d453960468ddae85396d72149e72c1660a60
SHA1: 6993995aac994c5ed38c0bdf189c9e4a929d7dc5
MD5sum: e1c6ea965cd2ed43696aee68ec5e0a57
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-16-squeeze-dbgsym
Source: pg-squeeze
Version: 1.9.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-16-squeeze (= 1.9.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-16-squeeze-dbgsym_1.9.1-3.pgdg+1_arm64.deb
Size: 154292
SHA256: 1bf721f57b17c8866e5a276ebf575ec4cc4a1e162326a89583712cd23017e96e
SHA1: 61e255f026fcd2d0df2a2b291c65231e49e21c3d
MD5sum: 3ede0b34810fe90a58ca3eddf2451a50
Description: debug symbols for postgresql-16-squeeze
Build-Ids: 0e6fe3742c6445e4b460ec5a6e2408cdf1048d65
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-17
Version: 17.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64127
Depends: locales | locales-all, postgresql-client-17, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), libllvm19 (>= 1:19.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 17~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-17-jit-llvm (= 19), postgresql-contrib-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-17_17.7-3.pgdg+1_arm64.deb
Size: 17387916
SHA256: ecaea83750e35ca55f3bc5fa7db66a76ed72ff7faa07d9f7e46054859dc214e3
SHA1: fe8e7dc1cb5212dac4a6efa8a36be381cc6f456f
MD5sum: d9393b557f7dae063a2627a0020a4c16
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 17.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202406281-1700
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-17-dbgsym
Source: postgresql-17
Version: 17.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34269
Depends: postgresql-17 (= 17.7-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-17-dbgsym_17.7-3.pgdg+1_arm64.deb
Size: 20281228
SHA256: 0e7251ab302e18fc3db56d3e3be1e81204e1d383bcdf76100ef2850747a37dd8
SHA1: 99dd5b43100b0261a511d7dd5a0e0cb8cc39a5e3
MD5sum: dd7e4ce5a89b1c946532933d795c278d
Description: debug symbols for postgresql-17
Build-Ids: 0319728f8a1ee884c0414c534a182404957ef1bc 0484d54ef1f580e9558a2441c8d368ff5480e272 0491cfffaca9367589ab3c365d8442d16447ea34 04d8d108eae08fd4d45b82b0ce6c2bb39aafb425 0de03c775370d20a4cd2ba0943488f90f5502d8e 0f3c3c91063161ecedd274784f11f7b569a911e2 1846eb7880403121c3221848e4657b056ca693ec 1b24266cbaa059042ed8e4cd98280519326d4f20 20daffb27429b0e1514d6987f5c9710572c76f1c 23275d4d16bfc227eea16e323019149a03282d3b 235fc1aca6586b56fc56f3606eecd31ef5659859 25d9d50833360e76d8601ca8c3b2b68332f85034 2628af8fd0989c6a5fd007e814008046a0100371 28c2a71b1dd41ced14f10523eb3ebc2d44855bd8 2975aa79bd2a44667f8883e4c9fb4df575797471 2bb47d1348d20848fd1ccb9d6c3ac1cfec7686d3 2c37ee9beca685252824613e538cae1592c48e01 304e568a50adad8232f7f85d7771aa92807d3c6a 33e7b233a26df49ede2f740549ba7c2abd027e31 397e0a556783a9e713b3c87160ad1e7fd4b90c55 3af87e6d7569bf7e1a85000aa5180a5aaefe5e11 3b2840dc67e5b3b7d37ab025651764a2406f7e1f 3bdc7a366c20f37516576e3a5662618e378e0a62 3c44f9b1718ad5fdf60b356431196fc8ece00f9e 3c634422052a8fcbf3611b6a1d9f17789597db42 3dd6b9dea641f5bf3c6ae3564d5e16b593bf95c1 40e77630affc958de6d3f2b88334d3726f42b5a0 4564ad96b2ae99f1ccda97831f8b5f9df70995d5 4621b8cff62905f71718475dc5e741fa95a6853a 46514e06bfe35780cd369e9265a44238feb81eea 4a02da418d92e079ec07fb40f0ceb8d53a6d7f7f 54925d57b45b48d1ac47dcb5926492a731a80c8e 59ecf16d7030689c27efe85c67b8a3dc659636b4 5c869b9b36c0b56ffd1e7babb98882183f162537 5cee439a319524494b729f39fc9eef2e6400408e 5d2fbbf179e16b71a41ab2bf78ed1d81412a031a 5fb5e7ffc9f6bdda4a5b1bd51394bb45e73950b5 625b1e3bbfc758eeb91b0d454f5ebd91a5b9336f 628c1ee135d0cea77c073276f9d275f7b97456b1 64407f99f8554aa39608ce85045e9a1e4346a0ed 6690f55752f403abd39b004c329c50f6c326f5da 68f03fa7baff64a3e3639875577c3c88cb967a3a 763d0c13f405c27780c2b44a83c4306ba5acdcff 7718352aa1ced869d9aa05e3a93f384bfa2446ae 7c802e13d6a45b37f4b015ae239f5df437b20192 828b56d75d0840c77013fa2057e3f8ed2a5e0887 86c11c556a26883d8d61b4143f3c3bb856c3e589 897e52ae8db83c23871e6413c6c1fe61ae20d3e5 8ad20c69acd54285d665f3c9bb6d978f37363b42 8e0e902e5f21a5c81b9d763d0f9e0e1fbf6178a1 912dc2288f2cb8edfdbfb13e5d0c4bd37a7384e0 970420e8bca709811ca99556fec82127f7bfca9c 9b042b3bdb352442cff5d24ce6a41f1067d6e924 9e3f9da5864cefa3c3e39ea9bcc98268dfc25af7 9fd102593ac859299c4ba2fa5ad2bb4a9e1b2c93 a32e786347abe149bef1de3a1bc02f4dc2e802b5 a403e35c0ee043ec0243026d7a81ce10b19cc7d1 a43536f6cafdfb668cea952d6c7ac4f7a102f591 a5eff95e286f303510f5574b6820cefd91ea924c a5fe1572f8136fd1ecbbae4cf7b2cd3cab2717fd a70c368cd2c3be6c285b43a4c7ea90b91f5b11be ad9223ebdec0c0f8c971a777c60ba6ecc8ad9bb4 b020d4c047d88b05dab6e494ce77cd7f260944da b1d4c9c46352d5cd90522c030935fb7c4ad40dd7 b5c5d48f24473b7d0cd92a00517a0d6837db6b1a b5d9e9cacece28e14b25a06e71933114e1650bda ba760169b66a6609adb4c743dd9923cd310fefad bbb916e921ae244712fa70c52ae059f10260b497 bfc07b813205ead621600968f589e210342e1700 c2157a6a97d46f916af89a02f1a59855eef9de5a c2e8347b4792a1ff0d62b001fc7cad859565c81d c54f6406df3ac1a8a943b33b0839654c8fdea5c7 ca4615254b75eb1e20e4ac286f1b516f555be005 ca54f2f8b61dcd335ba158285e98c5677a9df84e cc361c934ec885d26871037813a8f13b6f8e9b55 d0d23489290962f9e21eae47377f34ee2bd7bc42 d1943f6be463ef8ad8b741038de5f8eb31304cbd d53dd4de9b3bfccab3169c0208312de449bb127e d6f119da214e53136b7e23694b89c6adf49398fd db8cf5fe85ddfd16c0b59db90fa591d9bb6e07e3 de7175ba0939287dc25ec7701781a6a8535f5f55 e1d8342f80be1d515333bbf06f3f9478d26fd90e e36e8efcd69ff1b45053e21c0654665b0d0615b2 e5647f46a5cc45304151c7269b359e69bd09a6b0 eb0f502f61256b5088dc55e411c6f5b5205fac17 ec218ea348bc18e24b3aab1fd1636ce10b0214b3 ef3351a8dab76197974c1b540a7a278fb182b7ce ef875ddddb459c02d6059657bfe43412d170e4ca f3d6306c11a6b64d351a19cebbed0094ccce1475 f4c6161aa0f28fd8eabd0d57439a6d43e5e5fc54 f55e95f25b88c981f30a8790ba21d2e7e46b6a2c f95cfd2558c5c82a5c572587782aabf735d9ad15 fa5aac0530b09fdd6ab95af796bcfe404cfee858 fafdbf55b4c84a0594a3262901038b903ee2b7d2 fb496f6d4cfe05db19e9459d496fb5ad897d9c72 fe7f695248f48d4a9f7cb7cbbaf268b3cfe993c9
Postgresql-Catversion: 202406281-1700
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-17-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 348
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-17-mysql-fdw_2.9.3-2.pgdg+1_arm64.deb
Size: 133524
SHA256: 53b906c9cce2ef6721498eb171c94acc064e51c59c8ede1a0ce2981254c3eab9
SHA1: c092893b60d4bdf6bf4d0c5bfa1b2192b50f19c2
MD5sum: 8b467b221778f109a1f6269d159f535b
Description: Postgres 17 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 17.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-17-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.9.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-17-mysql-fdw (= 2.9.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-17-mysql-fdw-dbgsym_2.9.3-2.pgdg+1_arm64.deb
Size: 179608
SHA256: 3c6ada2878bc43b3e4f07718212ff8c4cac3f5a35b6503b28237dedcccefcf3d
SHA1: 4fc2accd95ab43f5e4ccfa0956379e30d51955f7
MD5sum: d2cd2c0468da2af39e5b418da9694658
Description: debug symbols for postgresql-17-mysql-fdw
Build-Ids: affdcbcfba6e617b6f5d5f8ba8695fab50712a55
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-17-partman
Source: pg-partman
Version: 5.3.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7613
Depends: python3, python3-psycopg2, postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-17-partman_5.3.1-2.pgdg+1_arm64.deb
Size: 238952
SHA256: 5546debbe12c75a8ed58b9d10994deb0932121295a056443dd721fcf5469081d
SHA1: 476781fb4abf3b624473ffea0cd29b6e63f0bb27
MD5sum: 3d9163f3d873274c1e5c229bfc11d0dd
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.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-17-partman-dbgsym
Source: pg-partman
Version: 5.3.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-17-partman (= 5.3.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-17-partman-dbgsym_5.3.1-2.pgdg+1_arm64.deb
Size: 45144
SHA256: 096cbc9644383844a132786b42cab1253015073f7bae21a05d892f729ed64ce4
SHA1: a63f3db25212988e9fd6ead4f6a4f76345427700
MD5sum: 11121d090d8b43b556b5c63dc58a76c4
Description: debug symbols for postgresql-17-partman
Build-Ids: 86796f40e5fcd8505b7a44241574698a55fa92fe
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-17-pgrouting
Source: pgrouting
Version: 4.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2872
Depends: postgresql-17-pgrouting-scripts (>= 4.0.0-1.pgdg+1), postgresql-17, postgresql-17-postgis, postgresql-17-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-17-pgrouting_4.0.0-1.pgdg+1_arm64.deb
Size: 786564
SHA256: 59a4e30a84e0da05a725bdf87ee2c9580a27ac52c5a73b4d4a232a1b8a0f0836
SHA1: 8734c29377f93b6fa49fcc2004328e2bfad930ed
MD5sum: aef8bb1f419c1c817a5920b6a8430309
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 17.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-17-pgrouting-dbgsym
Source: pgrouting
Version: 4.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 24558
Depends: postgresql-17-pgrouting (= 4.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-17-pgrouting-dbgsym_4.0.0-1.pgdg+1_arm64.deb
Size: 24657264
SHA256: ca6e19ac4015e55a418851316fb827d9ea0ac60b6ad787bb4af9d8dd2cbc20c7
SHA1: 59af1b3855efba8bd75e59556f84e3a77a79727b
MD5sum: 6c5d7a5befe87d4234f3e307b1f301e2
Description: debug symbols for postgresql-17-pgrouting
Build-Ids: d3dbbd667c99760b7a26ca4e3180ad0c93c5fbf5
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-17-pgrouting-scripts
Source: pgrouting
Version: 4.0.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3642
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-17-pgrouting-scripts_4.0.0-1.pgdg+1_all.deb
Size: 51924
SHA256: 9eafb7cd03ebfda8e09f83fbf8dff3d00b93b9819f46acd6cac9dfd5c485b19d
SHA1: 7c0b13fe0dcca622c8b961f7823633e3e6678591
MD5sum: a53ebdf0e85e5651b729c851e7ecdbd7
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 17.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-17-q3c
Source: postgresql-q3c
Version: 2.0.1-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3488
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 19)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-17-q3c_2.0.1-6.pgdg+1_arm64.deb
Size: 161076
SHA256: 11e56f9c938256ea72a48552a5a024bfeb1acec160fbd3502e115be8ab45cbcf
SHA1: 795029cc21f91e2cd46fad00b22aead44a35bc43
MD5sum: 890860938d1397ab0fd88253ff31379c
Description: PostgreSQL 17 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-17-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.1-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 126
Depends: postgresql-17-q3c (= 2.0.1-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-17-q3c-dbgsym_2.0.1-6.pgdg+1_arm64.deb
Size: 109992
SHA256: e0473a9dc3be9d85a9074d7a4ebb02ba49dacaef134550c5e4ae580f8fe9971e
SHA1: 89f884826728c0d5f131eef8bdf5725a39222a07
MD5sum: 9c3ec783d703e78b508ee92ed340cb24
Description: debug symbols for postgresql-17-q3c
Build-Ids: e543d221aeb5986c9d098fcc0ab6b708f8b8b11a
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-17-squeeze
Source: pg-squeeze
Version: 1.9.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 347
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-17-squeeze_1.9.1-3.pgdg+1_arm64.deb
Size: 123776
SHA256: 9e5706f7b5f9383feefd49b47b5a6fd1414d80a4dd123549c506811108068607
SHA1: 20045c84939d67bc865fa3ffc12f5f5c71dddbc9
MD5sum: d1e52e8c0d4419ff93dd79a446be9b05
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-17-squeeze-dbgsym
Source: pg-squeeze
Version: 1.9.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 185
Depends: postgresql-17-squeeze (= 1.9.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-17-squeeze-dbgsym_1.9.1-3.pgdg+1_arm64.deb
Size: 160240
SHA256: 9334891c4c69ada29c0f2233bf656ed801ab932ff6a5681524ff5fe9d1babfe6
SHA1: 5525725a3092e4ad348a35d1f20e7bfad56973c0
MD5sum: c9bd87a0610279e0b0adf58273404db1
Description: debug symbols for postgresql-17-squeeze
Build-Ids: 042d1db18cbebac7600e01ebc85b0f466f843371
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-18
Version: 18.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39582
Depends: locales | locales-all, postgresql-client-18 (= 18.1-1.pgdg+2), postgresql-common (>= 275~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), liblz4-1 (>= 0.0~r130), libnuma1 (>= 2.0.11), libpam0g (>= 0.99.7.1), libpq5 (>= 17~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libsystemd0, liburing2 (>= 2.3), libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: postgresql-18-jit, sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-contrib-18
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-18_18.1-1.pgdg+2_arm64.deb
Size: 7125868
SHA256: a8b25a28c9bb93c62b2f9a370f03821695fb06dffd909ba5e670f123cf4e54ea
SHA1: 9b64ed69af637c5e67b8c96a8748dbd4719efdb9
MD5sum: 561eaf4be6889edba9202fb100f1d4b1
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 18.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202506291-1800
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-18-dbgsym
Source: postgresql-18
Version: 18.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34195
Depends: postgresql-18 (= 18.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-18-dbgsym_18.1-1.pgdg+2_arm64.deb
Size: 19810012
SHA256: 4d8963c61a941bc47cf5cfe9cf92c215591abff9b84fc0727fd938272f8557f0
SHA1: f4688fe0de24319e9b05ee50433144eab98e0f67
MD5sum: dd68226a6cb79a99743b3903d31fafce
Description: debug symbols for postgresql-18
Build-Ids: 013f1e2ce0af69b8730008849e9f7c2db1b058e0 01893bd019370de229c0d1bcf4ae92b29845ce39 03f4863e1046eff45675e57a42240c06c22de67b 059cdec5e658b26335ec03a957e9574932c2855d 08f7bbe13872c95e7c9eb6c42d290e9cb14db0a4 0a8b9a62f272d12e98ed66694115592a09d08ebc 0ba9582f4e392a26532af0e4f8d9aab59653976b 0c55f3c7dbc614b8205cf57c5f7b2d0e8ebe1587 0cbc68675c0ca7ca555e3d8ead793ef4138da797 0e1af5617c646375c72f53cb1d0ed3ff20fcf4d7 0e5269681fb421a92cb26a503e08bd3fca41f201 0f08963327e59837dd311c4aec24546a9cf3e7f5 0fe825d9da4fc598fffe52c036a3c9ace6ad5710 10d746c484ee7f830bcd05e7d6c8b9a7464c2cf2 12cd397fb4022515d062b448219959ddea09c98d 1affe8cec78f98cd1a723ecfb1d9c0dbd2ff50fd 1b5cd9187745dac9882b102f285089ca0a23fc02 1e57fb18d184127d3e18f36448bde1ae132b56c3 1f6bcb3b20cb5bf79d4664a0d362d8aa1f301a56 20a6f1b05f7347b1d6ec04d07e674fbafe17684a 217cc65d2ee48cd6587789eb87a0e0ea117b886e 23f63bd5508338045cdb8026ad4ce0ef810b51b6 255e30eaa318654e8fb926646e69ce6603ed0cba 25ba33f1eb9f13e6ef06a4a034cb2ac41348ccfa 261e8ce720c6b24a08db1bfe7eb2e1451addae40 2924c06f33efe1e4a79d698dd6042d7613e3f172 2bb03058262a1a6e77db42ed154df87e12f4ee2e 2d1c580fecc7b93773877d2190e7d1796fff08bd 2e733d2db1648d19f8045f6696e62e87346b6a93 3b314efe43c1a87343768db626c4667d53925272 3c4443a45eb1d60102aa21e2e81340ff39549f59 3cee03f2a64d1907f94c15337e2b7f015236d9b8 3db40ce4a2190030be64c6ab46497a41ea48d86c 3ecb7caa42e119e312bc50a225b1349efe34a881 42dc583fdd00b6ce1f00a758b1b7042fc20c07dc 4437ef9d93794c4118a391eb2eecc580eee460f7 4620da394bda77a6d174f80f33e9205eeea6636d 52f297bc4e743b5213c5083cef0ad92e76b2ee5a 5376852ebeb37cf3f2745dd670c9065f764cfe4c 5ef92b9763d34da991fc9a7fef0eb79f449bc2b6 68ab49d3984f0586695fe83876371977a02af8a1 6abb5cb5ab6b3cf9b72709b603d63ba580b89f5d 6b2dcd02a7032f1fabc772d9b76c1b762a42a5d1 6d357fd8e31a4b6c0b499a86d6f9566a81cf6a17 6feb69b2f48d97e341470bc0e80ddb0b40c42182 72fed161cef180fecdfd88e140fbc9a937704417 7523f656740cbe279bd469a7afbf5797608aa809 75749e065dd65e906b8c6e64c09bdd39dd452d7a 78fb1c0b9da455294822698f7955660cd41c93af 7c3caae3300c38ca797acbde6589cb5fd5f4dcbb 801cf06905353930596b3471a1bfc4ee2601ab26 8031d072a2ffed689bae8f3ed73192482b2d4ceb 84685a874475bd121ef6a94f67a2462fd5bf8013 855384f654b087eb07e274eff2831b8d25b5bd26 8591ab9400776f88eeebcc14ebf5926990abac55 8a243f2d52b7fff73c263f0af6ad6320d75096d4 8a3c41da97484c3772d974e2f4915678f38dd0fc 8d231c2571225e193ab655ebe615c63b35f3717e 906c701b45f312e99ec69d3212937cc4c33aa417 92265a5d4e483ccc78b95fa7c74b63f519e9bfb2 94db8f366285b2c4cc8c66851e94f3b2448265f5 950e265e7f5b5bbc625429a046efcb84aa39913f 9ebc49af8c808e120aeee1bb007cf499150a02bc 9fcb09483be116dc8a2ff776fee7b5521d0d94b3 a1b2485387375fb26c64fdb100da80ec759c3499 a765f7ff650da606be35316fa50c0b465551c50b a83200d2229f2d0dcf34e100eeef99a38a7c4488 a8e7222f515d75bf9597a4f56a8ee5a29666332f a9e52f37ccaebdd6edcefa35d2c5f7edb8d16b59 ab23c2becb8ba3a08eafc38181a6cedbc4a343a1 acd91ef6e01df14923a2fef71a39d7bcaa5c8429 b00ea96d17f8bffdd39b536a4bc3c19e1b437fec b47d1ea2703b92bd2bdb529d5eb35065953428be b6133d7929629ee9fc911eb21f85d4094559effd b8097e4f59f8cf22ecff5e97fb46b7b1acba2ee2 b9a565876f8b3529ae0a2613757a8db91015ec4d ba8dd73681d24eb9f85b4095f2e145d05d7db20b c018f0e4264048586738fa99b713896a9a5710af c037941289d4e6b14003a555834695d3b98c1291 c21dc9640a231072fae8ab27994459054a905e47 c38e3a7c98831c98712e32081e5ffad6d493ca6b c90b804e5e36c1a21f7f1c039e5515583e6c7e72 cd5ba5b2f4fcddfb3854f689b338e94323c8a0b7 d32a527027c90bfe7c6e6e24960b2c13f38e4cc1 d38eb5cd417748b597fe2e00f4cac8799c323876 d4578cad5aec7cb5a3811a12ef8c812f9c2d4b16 d5ced4690f98229bb1e52c6ee1fcc2e1b9f55fc3 d91385a3b87efbbb5fc13f8d3bdb15654abd7be1 dead11b3732fa4da2bc34eeda2cda509bec2de0f e001405656996bf94fffff8de67371f0614b6cbc e0662bb55506293dafa7115ebafdf6cd576c5691 e342c044c83752127f665cb6e8494ddaf078ec69 ed4a156dd47217edec09afd2a5c28e6e861d9c70 f4ff5a0927ab1260329e3af117f543b7bace3996 fa6894cf456ab864530a9a31bf81f250246c7142 fa8864bb32a76c093637ce4b245c15c5081a58a6 ff2c6aaf6b11ef4ecd6b8391e48643d830cdd947
Postgresql-Catversion: 202506291-1800
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-18-jit
Source: postgresql-18
Version: 18.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26761
Depends: postgresql-18 (= 18.1-1.pgdg+2), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libllvm19 (>= 1:19.1.0), libstdc++6 (>= 5.2)
Provides: postgresql-18-jit-llvm (= 19)
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-18-jit_18.1-1.pgdg+2_arm64.deb
Size: 10873460
SHA256: a07082676de48def238ad7b991555ceb7e7346420c4aa44f0cec62425abdd480
SHA1: dd27ef80794f3ca2b72337f3562c251a18185760
MD5sum: 3506480664558a9e0e6283c7586ef538
Description: LLVM JIT support for PostgreSQL 18
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides LLVM-based query JITing for PostgreSQL 18.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-18-jit-dbgsym
Source: postgresql-18
Version: 18.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1672
Depends: postgresql-18-jit (= 18.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-18-jit-dbgsym_18.1-1.pgdg+2_arm64.deb
Size: 1668820
SHA256: 8bd56761a32118035c9cdaf7e96e6592f2e4acc3e6e23ff08c7875e20bbaf6e5
SHA1: f2f118455673dc25c0b223d47fe0a051ae361974
MD5sum: 405d6a02ba538a4caa5e8b29cc5b006e
Description: debug symbols for postgresql-18-jit
Build-Ids: f4a19a72c8dd19666ea89617c3ea94340c6dbfdb
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-18-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 348
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-18-mysql-fdw_2.9.3-2.pgdg+1_arm64.deb
Size: 134016
SHA256: 1350f6b3b23240336820cbecf3821a5233c450d3963297390f2b28188a552bea
SHA1: 4c1bc11ca635e5061ad55ad40f7110cd65fe7069
MD5sum: 7cb96bc49a53eac483dac55cc251078e
Description: Postgres 18 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 18.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-18-mysql-fdw-dbgsym
Source: postgresql-mysql-fdw
Version: 2.9.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 204
Depends: postgresql-18-mysql-fdw (= 2.9.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-18-mysql-fdw-dbgsym_2.9.3-2.pgdg+1_arm64.deb
Size: 184584
SHA256: 31d4af75fd248357583a6b2bbda009453fca3ee9ca3384ccc25787a11d5435f4
SHA1: babb660a885cfbb9ed8243501678fa123f8f4d26
MD5sum: bcdb0cc7c87b46a84c5579ee5e7742c4
Description: debug symbols for postgresql-18-mysql-fdw
Build-Ids: d4c3231179440e9ab86372e226d304d3e81494b9
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-18-partman
Source: pg-partman
Version: 5.3.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7613
Depends: python3, python3-psycopg2, postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-18-partman_5.3.1-2.pgdg+1_arm64.deb
Size: 239136
SHA256: d28fa806e6c85bc9a0cdfab6894176695268abc31629b58fbc6935c3833dc4f3
SHA1: f307c4e26203563a390fae31cba455da5403a5a7
MD5sum: 9c497903efb9cbcdc94d271e428a286d
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.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-18-partman-dbgsym
Source: pg-partman
Version: 5.3.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-18-partman (= 5.3.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-18-partman-dbgsym_5.3.1-2.pgdg+1_arm64.deb
Size: 46264
SHA256: a7af87d61f9c4c7fb757cf371fba064858ba553a40fade06fb755039fade14b1
SHA1: 09a28521cffa2647eec7398af32d0490b9578ca8
MD5sum: 1c8eb987ca0507843a5e8218ee350675
Description: debug symbols for postgresql-18-partman
Build-Ids: e3e0cec7dd81a86ccb7514d53cb7be01c0fe75ca
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-18-pgrouting
Source: pgrouting
Version: 4.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2872
Depends: postgresql-18-pgrouting-scripts (>= 4.0.0-1.pgdg+1), postgresql-18, postgresql-18-postgis, postgresql-18-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-18-pgrouting_4.0.0-1.pgdg+1_arm64.deb
Size: 786364
SHA256: 34fc6a70dae7bcb119de618bc8a6422dbd37fd9925ba03c05ddc1a8e2f09fa46
SHA1: 0ec96d0b9e1c9729737f6ce7668f07e0ca257d98
MD5sum: 37de621ea76fb16030d6f7b2302efc46
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 18.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-18-pgrouting-dbgsym
Source: pgrouting
Version: 4.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 24556
Depends: postgresql-18-pgrouting (= 4.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-18-pgrouting-dbgsym_4.0.0-1.pgdg+1_arm64.deb
Size: 24656232
SHA256: 8bd472811a72b096f16defb6f2c20d45daa4a31be3af6718c9b5a9f589bef241
SHA1: 04d5bf9b4629b08154e0bf384cef01f05fb9b290
MD5sum: d9abcfabb4fa6b025f881777b3779753
Description: debug symbols for postgresql-18-pgrouting
Build-Ids: 93567cd6cd7dfaca2049ea1d414161ee2b08fd76
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-18-pgrouting-scripts
Source: pgrouting
Version: 4.0.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3642
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-18-pgrouting-scripts_4.0.0-1.pgdg+1_all.deb
Size: 51940
SHA256: c6eab769b8d045ba6f7662008744d101dc43c76902ca07747c0afc728b0ec185
SHA1: 00d0d4d3e47df681b7b918d3096f8957b691a629
MD5sum: df2b0b8a92773f6b166725c8753fe856
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 18.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-18-q3c
Source: postgresql-q3c
Version: 2.0.1-6.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3488
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 19)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-18-q3c_2.0.1-6.pgdg+1_arm64.deb
Size: 165420
SHA256: 86f6bfc8d752150eb16cecc3cc338637dec7448b4be465c5221fcf83653f6000
SHA1: c57986d45916ddb12c47c19005cd80ba6dce4199
MD5sum: d94cdb299d0470f4d73167ae8faec829
Description: PostgreSQL 18 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-18-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.1-6.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-18-q3c (= 2.0.1-6.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-18-q3c-dbgsym_2.0.1-6.pgdg+1_arm64.deb
Size: 111028
SHA256: 01f1e54704514c8380ac0b73af5e643db6fff9618fc59e681a42aebd2d061ac4
SHA1: 9548d5234f8bc44458405194f963dfa3cf6ab9ea
MD5sum: b5d7072d80f1fb918926d48f63a2cee3
Description: debug symbols for postgresql-18-q3c
Build-Ids: a24346f458f46d9ee0e5ec26fe33c03e873f6178
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-18-squeeze
Source: pg-squeeze
Version: 1.9.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 347
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-18-squeeze_1.9.1-3.pgdg+1_arm64.deb
Size: 124076
SHA256: f7d3ae3c8ba9aa69cb3e49d0ceb72b48e2e57a6a5021dea5fc554e0e4f522fd3
SHA1: 16c750f54e0f8df6543b81c5a21668adfd736047
MD5sum: d80bf9dba0fdba8f49928170e5ae5989
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-18-squeeze-dbgsym
Source: pg-squeeze
Version: 1.9.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 188
Depends: postgresql-18-squeeze (= 1.9.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-18-squeeze-dbgsym_1.9.1-3.pgdg+1_arm64.deb
Size: 163796
SHA256: 86ccb8d32f7035d411ce94980d6e46988f308a908d723c4004a694423b2a73c0
SHA1: 012984d64a7ec4efbdbae6126c78944fb3ee83df
MD5sum: 784647bb57c9b2fe84b5bda2852be6ba
Description: debug symbols for postgresql-18-squeeze
Build-Ids: 0003cbc88242aee8badb6fd5beb8122d0efd9e3a
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-all
Source: postgresql-common
Version: 287.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20
Depends: libecpg-dev, libpq-dev, postgresql-common (= 287.pgdg+1), postgresql-server-dev-all, postgresql-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12, postgresql-13, postgresql-plperl-13, postgresql-plpython3-13, postgresql-pltcl-13, postgresql-14, postgresql-plperl-14, postgresql-plpython3-14, postgresql-pltcl-14, postgresql-15, postgresql-plperl-15, postgresql-plpython3-15, postgresql-pltcl-15, postgresql-16, postgresql-plperl-16, postgresql-plpython3-16, postgresql-pltcl-16, postgresql-17, postgresql-plperl-17, postgresql-plpython3-17, postgresql-pltcl-17, postgresql-18, postgresql-plperl-18, postgresql-plpython3-18, postgresql-pltcl-18
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_287.pgdg+1_all.deb
Size: 14992
SHA256: ff5a5b8f9c2e183f6fdb2149fa969f31451534615f187ffb6bb93a2f6ee46f4b
SHA1: e12fe4d7ed3a189e3985d1fb802d9c2f251c8bca
MD5sum: 2d98f208d6b217a203e0c29bdc05d365
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 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.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-client
Source: postgresql-common (287.pgdg+1)
Version: 18+287.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20
Depends: postgresql-client-18
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_18+287.pgdg+1_all.deb
Size: 14848
SHA256: 2d80a65a1375f34a3ac47227a1f1f58d99b684d519a8116999634874e9e30f73
SHA1: 0a842e3e8b5edb15ca8a660bb4a74661129d36a6
MD5sum: a50a48394cee4e82ce59677263104613
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.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-client-13
Source: postgresql-13
Version: 13.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7588
Depends: libpq5 (>= 13.23), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-13, postgresql-doc-13
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-client-13_13.23-1.pgdg+1_arm64.deb
Size: 1518908
SHA256: 95c08e2a4c612e88ac7b770470f21ca85021dcf11b94f0598dc82fa65674b2b3
SHA1: 882c8a463c22ecda934ca67ea065f0ead3e89d86
MD5sum: c0dfbe2e47c66ee9c70fc26556b6860e
Description: front-end programs for PostgreSQL 13
 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 13. If you install
 PostgreSQL 13 on a standalone machine, you need the server package
 postgresql-13, 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.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-client-13-dbgsym
Source: postgresql-13
Version: 13.23-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5220
Depends: postgresql-client-13 (= 13.23-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-client-13-dbgsym_13.23-1.pgdg+1_arm64.deb
Size: 2179112
SHA256: 23335daf5825f2f67b08779037e8e4208415e226fbb5354f8c8526bd454f80fc
SHA1: 22edd0c43e0d65a1c898b1d2e37762d9083a117f
MD5sum: d360807496c281620f5e620925693bd9
Description: debug symbols for postgresql-client-13
Build-Ids: 0fc6b4ee58c25034bcdbfeec3a12294a931a66eb 125fe7471283a3f4df4ed56544b6dbe1aedde3e9 1ffd28d572116be98ae1db325064ec31ddfbc324 2283e1170aae5bc7e11042f27355793eaf9f4e40 276e55cce22b0b582eba1c83adaa1ca04a22528d 36b5274b497cebc6e08cd367ae0f72d6a741c123 6c610cb1da123c55602caf2f7c946f4cfc8d5acd 7cf229108c0e99e36e1636464595b1593d1ced51 817f15ac2d7198d4a6802e9c80abc0c4d9002b36 829bca5d1f052c2a167a34b7847b5afeb7934556 8c8c18d4e07e432be97995fe8b65a6c1c0e767a7 bb5cab49732b5d78cead47412fa47532ff0a6352 c7390f196539636aa6b397bda963266e0587c801 c8fcb184966e1ca2bddcc7b41758d74e2238d764 cea79650566bdc65547b6e0e1cbd893b63cfb05e e56796e110a5d53e422fcc9e3e5c69aa3e467769 e69b255e1ca455c0a5d6b491980c7f9ca193ba10 ebe2156a13453d91603c19519e8e24f958c4feb9
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-client-14
Source: postgresql-14
Version: 14.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8489
Depends: libpq5 (>= 14.20), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-14, postgresql-doc-14
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-client-14_14.20-1.pgdg+1_arm64.deb
Size: 1646496
SHA256: bd043da06953f75cd7dc2f3ff3e64f83c8740e3a158a225db99f4a82d46fefde
SHA1: 83bbcc64e0425f4f99ba1730d18add7d36773314
MD5sum: 99a90f93a5eb5ccca3b6fb653d0107e0
Description: front-end programs for PostgreSQL 14
 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 14. If you install
 PostgreSQL 14 on a standalone machine, you need the server package
 postgresql-14, 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.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-client-14-dbgsym
Source: postgresql-14
Version: 14.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6061
Depends: postgresql-client-14 (= 14.20-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-client-14-dbgsym_14.20-1.pgdg+1_arm64.deb
Size: 2541692
SHA256: 7a418a695353c246ec01924c8bbf7217a3d7fdb13e14e9438b234f54b56172f8
SHA1: 49807ef00cbb73beefe242668256250b2793a5d3
MD5sum: fd9c24a5ca318bca27df12155d1b66c5
Description: debug symbols for postgresql-client-14
Build-Ids: 01436d816c7c703c2db09df05eeac04b1e2c2719 0d4c1fab6517de6eb02a4808335185af74ec2b54 159d943ab11f9dc65ed396272bb15592d99bd66e 2341e9b80c3af9ed6f4b0d2f046b91147441f160 241b811168dbd96e657fe3d254461e390219c470 2ab0aa8af81e9f713c5b6cf20eeea2fe7f25cbf2 3fb76132e738018f55c3216549b69a886776495f 49710dae65791a8bdec8831dd60104865d3267f8 50e13928c4500ab3d13091f236d4a10b6d56fea5 57fafc66669f4363875fc6ee476b24687816c91e 73494963a02873f6301ab3344a6edc51c9b09cc5 7b85316feeaac6643a0047c5f25450375a4bfed4 901c92568941fa19c6e2ec88297c565cbeda23a6 9b0260fe598e37d8fb55b782c620e05375a36bd6 b0392dcd971cb051700a4f8e4c0648e3842107b6 beafb5fa114c8ca8596475c9dd1b7b3f043101a5 c84b93e57a38a814a77e2e6629ea68ee045f5c90 c9c591b7b883e54af13a0e28e26a7ac1b2e5ca65 d3113875bca4b601c07f14100dbb95ef90c613a9 e82d1c41d9e66a82a6aed5faca44f99cf7202ba4 edf37f8aa0ff5065cfa5d414ada5cb6dd00800a2
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-client-15
Source: postgresql-15
Version: 15.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9016
Depends: libpq5 (>= 15.15), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-15, postgresql-doc-15
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-client-15_15.15-1.pgdg+1_arm64.deb
Size: 1710988
SHA256: 21b1636490fdeceb1266e7e2e8cee0991275993161680770dcfdd4113668b556
SHA1: b0b2cdb1608082b90f83d7a115d65d51b8281fdb
MD5sum: 10aa79440a2581777b9a00213c73b359
Description: front-end programs for PostgreSQL 15
 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 15. If you install
 PostgreSQL 15 on a standalone machine, you need the server package
 postgresql-15, 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.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-client-15-dbgsym
Source: postgresql-15
Version: 15.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6347
Depends: postgresql-client-15 (= 15.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-client-15-dbgsym_15.15-1.pgdg+1_arm64.deb
Size: 2716956
SHA256: 2a26edda76170e851e40b122a953cd04c3430f2f8119dc9612ad3124910ae0aa
SHA1: e28c3cbf8c80c55958c26a55fc1ff39a37ac22f9
MD5sum: 45f70076bd8dd8f110d9bc62c2a160b0
Description: debug symbols for postgresql-client-15
Build-Ids: 128d946003cddb3da1511636b723ff7efe07997f 3782445da8199b92044d85d8fb4e815117fd0d26 418dc1938d3ff68d2061179258443e98fe5fbd9b 5147e5b7ac8f6b83db6e1dd36e72fbbf461ff6ca 57a219b80dcae951e974bfe4766458953c262003 6213504e11035e1b758e73cb9fb624f75c999a64 652b9b3426ccda6c1ed5776f7ea6d9f7cf716c71 726c71a761ea08b2b16f3b1792e1de237415e68f 7e5d0e4582cea771b4d2a7fcb99da9f20c7649c3 86d053094b07c2948aed1d2b7f35647601607c8e 8c72754a0db0e2e02c1d95bd8486f5876d1809a5 8dac19bbec8a4f140e291f3a37098c78b418805a 9717ccce20e453f1151e6f9c2afd616a2af54a48 9ad7af5f7c18c3a559ecd20689b617f6a7634032 9e9da1b78d44fa4a581ee239168b291198fdc29f a08c2089d4e959084c419be83e5cd61db8644933 a140551f3dde381a1a5459e82cfbfb8dcbe5cc75 ad23ed7f982fca25e0b68f19a8da9e9933f8a9b8 b35aff22e42958a3e3229cceb3afbba48e3db54b badc87d1de7b1da38c2f03100ab42786a2e10ed5 febec9878c3b91e6acc4d5b6bfa52a02d6c261a7
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-client-16
Source: postgresql-16
Version: 16.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10427
Depends: libpq5 (>= 16.11), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-16, postgresql-doc-16
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-client-16_16.11-1.pgdg+1_arm64.deb
Size: 1919792
SHA256: 386283ef3777b591a9a09ea3ceb205a647dcd023b94ec36fc648332f728984bc
SHA1: 7dfed487efb4cdcd5cc4120d8cd34544767c07e5
MD5sum: 6bb31d6cac2ae331477d08598f896304
Description: front-end programs for PostgreSQL 16
 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 16. If you install
 PostgreSQL 16 on a standalone machine, you need the server package
 postgresql-16, 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.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-client-16-dbgsym
Source: postgresql-16
Version: 16.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6654
Depends: postgresql-client-16 (= 16.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-client-16-dbgsym_16.11-1.pgdg+1_arm64.deb
Size: 2801192
SHA256: 5c96c2ddb7d49cf13dbcb66c3c7690ef6bbec682aa984a6feae6ebf2055acb2d
SHA1: f3a2b7f8d13b22c97f6b84898ca743191469b683
MD5sum: eb898da781f053cd93578e0f84b1ff33
Description: debug symbols for postgresql-client-16
Build-Ids: 04f66c5c34b3f50b75cec04476ac3076187d759f 05155d208ea68def246635fd522cd1355bc7821b 196abead4868909377a325ecb860ef0a12cd9d36 1aa87caff0938ad3337b79c1acb077318c90996c 3814ff88585382f453fa9800c82082ef79aaff1a 39783811512f348c46de655ea39d99754c0b5b96 473adde3bb2b937112cb248d4c4f76356350def2 5e935ee9c5ef781ebca33d02fb596d89230caa0f 64711e3f0e7bb07cbbc105008607c7af2910bf74 7a9181f5562791ba6415def5eb92b2f7d495e15b 7c7fd6e510b7ee7601c8fc7e07762d855f6f2956 80f384de8ea598c0bbecfc01738020c1aaed4d65 8d16a4243d1288824865751f5ec3bfe841b31fb8 aa2fc43eb381fbd49e600b84cadc63ab5570f595 c78f185eb68f70491dbdc0904568efeb136bec5c c9a2e44baf902a727db757ce26590d137e854622 ca3664c10ddd1144aee77fe498426e658482f998 cd8949da5392d39ac000c636b35d02b2485de0e9 d251c3e4a2fb5997d64cd334f677a81ad259cd40 d77910fc1739612891d86b892b02598a9b6555cb f2d11859a0f2b7d11e10f2729af4a010053cd191
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-client-17
Source: postgresql-17
Version: 17.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11119
Depends: libpq5 (>= 17.7), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-17, postgresql-doc-17
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-client-17_17.7-3.pgdg+1_arm64.deb
Size: 2008024
SHA256: 678a5d02630ef04c5c0262f55cac82910e063d7c8102062d1ce12d52d4ffdb83
SHA1: 1bb99a0b501d229b0d4814329ec2d8f0dbf12394
MD5sum: 4a31b0d2852e4bf4633327c3e112e018
Description: front-end programs for PostgreSQL 17
 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 17. If you install
 PostgreSQL 17 on a standalone machine, you need the server package
 postgresql-17, 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.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-client-17-dbgsym
Source: postgresql-17
Version: 17.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7128
Depends: postgresql-client-17 (= 17.7-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-client-17-dbgsym_17.7-3.pgdg+1_arm64.deb
Size: 3042692
SHA256: ed7897cb2a8caab51e9d19367dd305b79921b79d8ebb6262492381cb2119b1d1
SHA1: 73b622f8b18e7cca145428d62591bac63573d8fd
MD5sum: c6666a82825fca4d6651e81a3c6e6e25
Description: debug symbols for postgresql-client-17
Build-Ids: 02f0c4237bad18b5f4e4fd40d520802d022d00ed 0487e79da8cb3d602eb32c164d39bc7c87ccd5d0 1bae8d7244a10a074ee0cb9b87a7da5ebb14b9eb 22a84745c78003f02584cf1023e5370bbee0f1dd 2490205bae6768a0df9ee9632776729dcb709805 2d1e2f8a0d2957a55140db25304cd23fbadc18fc 56752807eab6da611f2d47c6a0644dfda5869c19 5d3dd529326ff235cd1327092af4b6a88ce5de90 65d1c7b913eaf4ee37e4718a917be2ec98ee8700 68c91e83a83b1bd4afcb0d1df8776897a6aefbe3 851ab17cdd0b591e062b41dbdb6feb0ebe8f80fa 8c5e37840c176a13faed7c5b1edeaf87f3afe7c2 9c144f570f1d514416fbf9bc9832e81ab9fad5a3 9f2b9877f6211cb3eb99c3a3eb8e734b4558de02 a47e77eb5157d8051e34f4d536c00fd574476347 b85a4c3d7d6e8c81ab0defc6c66f6888f374a5b2 bc4b09f021845f0285c9911f0f91b11d49fb2f25 c9344846d46480aabfab0f6481f2373268f32257 c9e4ea10fb16918c9f10113e45c8543aa75c0821 e45009a81c7e494f110ab764a4a00be227261e62 fa726da311529112a2070593363d5d5c3e3c80fb fd29fbfbf78c711fdac94cc8fdd3150cfb55768a
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-client-18
Source: postgresql-18
Version: 18.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11823
Depends: libpq5 (>= 18.1), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-18, postgresql-doc-18
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-client-18_18.1-1.pgdg+2_arm64.deb
Size: 2080232
SHA256: f6c4e0d73668a08b35f1fa84eab39704ce5744b796405f3b9670091085a74ccc
SHA1: b108076a0d2020d86ba3c0ea0dcef8d08f083f57
MD5sum: 38782f05abdb6c81ec040ada44351d83
Description: front-end programs for PostgreSQL 18
 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 18. If you install
 PostgreSQL 18 on a standalone machine, you need the server package
 postgresql-18, 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.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-client-18-dbgsym
Source: postgresql-18
Version: 18.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7751
Depends: postgresql-client-18 (= 18.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-client-18-dbgsym_18.1-1.pgdg+2_arm64.deb
Size: 3297544
SHA256: 5c0186ecdbe75a5c954284b2fa1ad26e8d8c90374fbeedb9c2dc241f00e2b6c6
SHA1: 881a3ac8a5ef45b1fc541bbd52d373c065d648fe
MD5sum: a70ebb6166e55d1919b95a75da915f27
Description: debug symbols for postgresql-client-18
Build-Ids: 0800a3a7889693536a06c1f3974cdc31b813db6e 0b8fa2d8aeb264a26a83853f16a6a520ad9f2790 0c769a5350c1aa75213694f299a2df8432f4fffb 0d98bf3d5b685e553c6c804b1d5ec7891d5b828f 1323915632a06ed02d48bd6541489113a7d618e4 2dd693ddec252e3d8d2996cef97511ef2ee60ee7 302c868738b4632ba683bec002016e24fef253a2 3b74ecd2e7fdfd7d444c067029e9d6692a6b9dbd 45e6d0833e145d70d73b460efdb5710f2d18239e 909196c38226c5a26f4869c0235dd40cf5be3279 9261d422b586832841377e55cbfe6e69432fe9d3 933c797d825d69107af3018014c560a75e1fab83 9beff171dbf31924d65cea6d66f88eb8922959e1 abd8c6dd8e50354f6e3a7a518ff107f5097289ea b3a35307b6c607f318d7ae4823c05b98de2014c5 b816c96b2fe65e51d2bea43c2ee9a238224d0bfb bdb83d51fc1cd85364b42048a898edb115723263 c7de13b390b8eac1d24c2f7a925760f4493f46af cdf2d0c9cf58a39e59ea9191b75eeeeb84461daf cfe9a33a7a808d5b615a322c72916f6ca6f0159e d6d4687f8e2e58b9e447ff18d3d6d6f4a2256a1b ff3340d06ae7177ba007f6d5c57c51217b3c80ef
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-client-common
Source: postgresql-common
Version: 287.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: netbase, perl:any
Breaks: pgdg-keyring, postgresql-common (<< 269)
Replaces: pgdg-keyring, postgresql-common (<< 269)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_287.pgdg+1_all.deb
Size: 47936
SHA256: 2a414e9e20c687123dcfca2123185df960e8b6ccc9b4f3dc6ab645ce77f30536
SHA1: 36d5c1d5f8be9e19e4a6f41c59115432f058bb42
MD5sum: 0007138b057a8c5300dfe1fc89cf3152
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.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-common
Version: 287.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 353
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, libjson-perl, sysvinit-utils (>= 3.05-4~) | lsb-base, postgresql-client-common (= 287.pgdg+1), ssl-cert (>= 1.0.11), ucf, perl:any
Recommends: e2fsprogs, logrotate
Breaks: postgresql-9.1 (<< 9.1.1-3~)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_287.pgdg+1_all.deb
Size: 112328
SHA256: f79f97e6a907ec140feb5165adf609dacf3e2d9ad7b4d33e677f659ac1939468
SHA1: 69b67b05ef367dd7baba9d0e482c860f416d227a
MD5sum: 2af8410a3be5dc5d33719fc584dd63ac
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.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-common-dev
Source: postgresql-common
Version: 287.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 334
Depends: libipc-run-perl, make:any
Breaks: postgresql-client-common (<< 269), postgresql-common (<< 269), postgresql-server-dev-all (<< 269)
Replaces: postgresql-client-common (<< 269), postgresql-common (<< 269), postgresql-server-dev-all (<< 269)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common-dev_287.pgdg+1_all.deb
Size: 73268
SHA256: 7b4b624f20c5f5382f8f897f0e5a3081fb1aa81c2172cc723789b4bf0ac75788
SHA1: e6d167f82e0f1823e3c26140be085d2895973f8b
MD5sum: 9d0d28c6662ff9c6ca09bd2940de1a1b
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, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 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.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-doc
Source: postgresql-common (287.pgdg+1)
Version: 18+287.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20
Depends: postgresql-doc-18
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_18+287.pgdg+1_all.deb
Size: 14836
SHA256: 2d6772b9e91cc17f231cb3424abd86eb80e55043288a7536f9069336be5092b4
SHA1: dd5d936730f2466b3ff680ade36aedd09a5e6f87
MD5sum: 3384ab5b883cd36c8b35f7c33ef4dca8
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.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-doc-13
Source: postgresql-13
Version: 13.23-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16043
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-13/postgresql-doc-13_13.23-1.pgdg+1_all.deb
Size: 2019680
SHA256: acb3b5771f0ddc41067c05b43fbe230facf0a791d16df8f3b23e27e0f57b6ea5
SHA1: 3e08eba8cba136f6108b6c8beb22bd9a453b02f8
MD5sum: c116049ff04f5ba9abe99d3e84d81fa3
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 13. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-doc-14
Source: postgresql-14
Version: 14.20-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16494
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-14/postgresql-doc-14_14.20-1.pgdg+1_all.deb
Size: 2070092
SHA256: 1f3f5e8bbbedce3e59aabbd6e1829fe9f26a9c9154483e7f6429859488de1dd6
SHA1: 8dad6130b1c38f0cbecbf6d0bc6f9ff87f780b4f
MD5sum: bceb3346a174ccaed6d286e24324429f
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 14. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-doc-15
Source: postgresql-15
Version: 15.15-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16332
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-15/postgresql-doc-15_15.15-1.pgdg+1_all.deb
Size: 2082896
SHA256: c8d476f126c6fb2c34923cbe56f6034712ef75894a755e82cef21a621db40f50
SHA1: 78d3dadf56326afca73729fc8b19b2e4ab8de765
MD5sum: e53fc39e4dca8d551c5fb1a522b3bdc0
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 15. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-doc-16
Source: postgresql-16
Version: 16.11-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16870
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-16/postgresql-doc-16_16.11-1.pgdg+1_all.deb
Size: 2135380
SHA256: 334fe73086bd40c3822a2db1cd48db26d25e10c00835fbbb137f9812c78643e1
SHA1: 181d3c38e85512189fc82c39d5ce6daf875a9ccf
MD5sum: 3df804dad92e1775035b95b93e46d240
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 16. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-doc-17
Source: postgresql-17
Version: 17.7-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17042
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-17/postgresql-doc-17_17.7-3.pgdg+1_all.deb
Size: 2149412
SHA256: afb7813ff7f1a0bf9e2c1aaaa976795387598fddb7aa169c6e1583c13d2ac60e
SHA1: aeb04dde13e98984a0b45b6a8935eced54ce556a
MD5sum: b8198d2ba50c794142cb8fe4cb2073f7
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 17. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-doc-18
Source: postgresql-18
Version: 18.1-1.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17307
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-18/postgresql-doc-18_18.1-1.pgdg+2_all.deb
Size: 2177140
SHA256: 1a2c1823b597a5eafe4eec6f1198cb4906708705c09dcb71444c2a229aa68eca
SHA1: 854cdac03d9c1c644a0868b1889cbf7aa3f754d6
MD5sum: 33190c0788603349588b3eb4698dcdee
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 18. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-pgrouting
Source: pgrouting
Version: 4.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 49
Depends: postgresql-pgrouting-scripts, postgresql-18-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: metapackages
Filename: pool/main/p/pgrouting/postgresql-pgrouting_4.0.0-1.pgdg+1_arm64.deb
Size: 25236
SHA256: 02db20a49d4e87aa0c6b3a7c02c65185b6b852f3a54868c2f17f2647445cfec3
SHA1: a69d19b737dc116232439909ff82e4df11c0c066
MD5sum: 5d9aae8d0ac6737f2503d97f2049e0f1
Description: Routing functionality support for PostgreSQL/PostGIS - Metapackage
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This metapackage depends on the PgRouting package for PostgreSQL 18.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-pgrouting-scripts
Source: pgrouting
Version: 4.0.0-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 49
Depends: postgresql-18-pgrouting-scripts
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: metapackages
Filename: pool/main/p/pgrouting/postgresql-pgrouting-scripts_4.0.0-1.pgdg+1_all.deb
Size: 25272
SHA256: 8f0e76d3c06400475c2244b1b9ae05eadf0dc2bc8cbcd8077765e694cadfcfd9
SHA1: 9150c841b5462fd6ad0d938a4bafdd086652d8df
MD5sum: cde5151025f1b844b5c5128d1e456cc2
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts metapackage
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This metapackage depends on the PgRouting scripts package for
 PostgreSQL 18.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-plperl-13
Source: postgresql-13
Version: 13.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 558
Depends: perl, postgresql-13 (= 13.23-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plperl-13_13.23-1.pgdg+1_arm64.deb
Size: 86876
SHA256: a31e70d6c3238b77b0c31bb1f89eb632ab422eb24ea3800b941381ccace56c7e
SHA1: 99afa335aca051b9d0f2fc8c39019cdff93521df
MD5sum: afb7049abfba5a5369c8e9df19c850e8
Description: PL/Perl procedural language for PostgreSQL 13
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Perl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-plperl-13-dbgsym
Source: postgresql-13
Version: 13.23-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 235
Depends: postgresql-plperl-13 (= 13.23-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plperl-13-dbgsym_13.23-1.pgdg+1_arm64.deb
Size: 188076
SHA256: 1523e5902b01fab134bdb431d381dc9188b8b15d57e89b949b32a2e6b7f8a03b
SHA1: 426f7baa17f841962a6e8b23276999efb6afa629
MD5sum: 0cb9d4eac4475cf321d2ff441f6d940f
Description: debug symbols for postgresql-plperl-13
Build-Ids: 0b3ebfeddbc43986f9c1f9917c20b3ec625f5d94 8ecff951b3dbd9aef75d7793b505bd1d40b9dd83 a920b2c577e356b3fe5d207a10b064fdddcacc6e ca39b733491b4137a725ea20b985255ddb10f59d
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-plperl-14
Source: postgresql-14
Version: 14.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 566
Depends: perl, postgresql-14 (= 14.20-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plperl-14_14.20-1.pgdg+1_arm64.deb
Size: 86056
SHA256: efe6d3bc6ba2ddeaec0ec3e91127e02d0e2f5910892ccbdc0c992b6666e92116
SHA1: d88cc7bcdaa0602fab0165a68624af53afb3a8a5
MD5sum: dc66a16fe13cd24ddcb57bddf84fc32f
Description: PL/Perl procedural language for PostgreSQL 14
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Perl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-plperl-14-dbgsym
Source: postgresql-14
Version: 14.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 235
Depends: postgresql-plperl-14 (= 14.20-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plperl-14-dbgsym_14.20-1.pgdg+1_arm64.deb
Size: 188624
SHA256: 9bd85beaa18a522c7a6f104cbbcdb6728d65b0d989a8537efc1cefa27a521f5c
SHA1: 90b492d4d8af41e092775997006a7d90056f2248
MD5sum: 046e0597eca1ca72fe6761d95f783d0d
Description: debug symbols for postgresql-plperl-14
Build-Ids: 2cce382f84477c84f8b63838f5602142e70d5087 6d4c82e6d42137fe7fecd341974d74e737524f6c 70b0d72d375a5648996f0ebc5843fd5a6bfa5db1 9311199068628f6318ad1c8ccd4d6284c637501d
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-plperl-15
Source: postgresql-15
Version: 15.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 568
Depends: perl, postgresql-15 (= 15.15-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plperl-15_15.15-1.pgdg+1_arm64.deb
Size: 84720
SHA256: 0d6610d8fb15d013b4c17b65a161da360be73dd2cf3c1e2fa5dcf6a1d9016a0d
SHA1: df833330672cf40bcb6a1047cb9c53b15fd4acfd
MD5sum: 227e4b56b1ffd2454f617862e70887e3
Description: PL/Perl procedural language for PostgreSQL 15
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Perl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-plperl-15-dbgsym
Source: postgresql-15
Version: 15.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 239
Depends: postgresql-plperl-15 (= 15.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plperl-15-dbgsym_15.15-1.pgdg+1_arm64.deb
Size: 192244
SHA256: d097d52316ab07258a4e7a3945ca863eef4f87f1383aa8d33284e9aad61e789e
SHA1: 888bac0c1652db6f07d3e9c9ffe013257ca37bc5
MD5sum: e88d72d8287b927105635a89e2114997
Description: debug symbols for postgresql-plperl-15
Build-Ids: 11d15439520e4e4ee4f5f71c83251bd9b32712cf 1c17e0300ce08cfdc220726afae53eaa5b95bb30 77dd667d4fbefb5d94181f3b152523ea548633bb 984470111ef0abfa0d1a31c0e2f72ba60b28d4be
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-plperl-16
Source: postgresql-16
Version: 16.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 581
Depends: perl, postgresql-16 (= 16.11-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plperl-16_16.11-1.pgdg+1_arm64.deb
Size: 85184
SHA256: 77f2b61ed896e0b52b40a0bca8cf3bcdc7af749dcc2d195fe4b26d9c9230e232
SHA1: e1b8c43c90c35876a7d58c6bc20fbae21da366ba
MD5sum: 1b386b69620edd759ce87947f6890cc6
Description: PL/Perl procedural language for PostgreSQL 16
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Perl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-plperl-16-dbgsym
Source: postgresql-16
Version: 16.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 242
Depends: postgresql-plperl-16 (= 16.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plperl-16-dbgsym_16.11-1.pgdg+1_arm64.deb
Size: 196120
SHA256: 3e91878e67ec50a0382fe08a749e9c2b4eaa74b1894249b76ea4c7f6aabecafc
SHA1: ccbaf5e35b2c7dcd0845368182370f97eecf466d
MD5sum: efe0be5faf899859e2bb7f2126a65a0d
Description: debug symbols for postgresql-plperl-16
Build-Ids: 0ce754d654c5600bfb7b157793f82a244e061bb5 3e0e29bfed7dd7435684e37f02c81e2068730c4a d4312220c9a9e8d00b322fafc397cb8ec652680e fb0e8f953a6bf9f4b7782868df76c581db6cd79b
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-plperl-17
Source: postgresql-17
Version: 17.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 579
Depends: perl, postgresql-17 (= 17.7-3.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-plperl-17_17.7-3.pgdg+1_arm64.deb
Size: 82772
SHA256: a3610cdc38b0f8d1d73d2ee27f01eccf384059c686bee494c7ed3d6cdbc9e692
SHA1: fd766c82ce01ccc239699a8917526c5e4cf271c6
MD5sum: 994d6a173e92b585baeecbdd6268ce04
Description: PL/Perl procedural language for PostgreSQL 17
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Perl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-plperl-17-dbgsym
Source: postgresql-17
Version: 17.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 245
Depends: postgresql-plperl-17 (= 17.7-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-plperl-17-dbgsym_17.7-3.pgdg+1_arm64.deb
Size: 199316
SHA256: e196135d2130e2d534f865f468b7fe3e2bc961195a02bbf2acdda01f70eca47b
SHA1: b5f3ea154fe69463a0f3c3407541c28f1c83f644
MD5sum: 3b69af9fbe2964dc7e7f4e7e35d362c7
Description: debug symbols for postgresql-plperl-17
Build-Ids: 1017137a6db021e08007e01c71bfc9eb1bd769dc 555de20122ee63590768cafb20edf246e7491690 79cf9cea71a73f8832a168800ecd6df5af2d4840 e8bad190a3af17ea7c39fd7449cda18fcb0f1480
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-plperl-18
Source: postgresql-18
Version: 18.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 538
Depends: perl, postgresql-18 (= 18.1-1.pgdg+2), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-plperl-18_18.1-1.pgdg+2_arm64.deb
Size: 63624
SHA256: 9cf0311b83d92217c0b67d4d7a13a962f5c0fced68e1692d4dbb4a54baf5860e
SHA1: 58e2226ebdcdf25757dfcacfb8204130d7198697
MD5sum: 1278d3debf9399d8c1489f20a1c7a8b7
Description: PL/Perl procedural language for PostgreSQL 18
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in Perl.  You need this package if you have any
 PostgreSQL 18 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-plperl-18-dbgsym
Source: postgresql-18
Version: 18.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 248
Depends: postgresql-plperl-18 (= 18.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-plperl-18-dbgsym_18.1-1.pgdg+2_arm64.deb
Size: 201924
SHA256: 3252e50ece65ca3f2961fc361fd4ff51310be2aa93bbd5c6c2f6b8be21efb6af
SHA1: 249af9134bf879a7e81874af4739b1e91e628cc7
MD5sum: 3c0a09619fe9812c371d9302c552737a
Description: debug symbols for postgresql-plperl-18
Build-Ids: 2ab629c56c8900d9bdb7c72e01f8ec04339fa061 2fbe90339a5c4f2a96c3224686e494cdfe76de57 f6a46049388426edbc926d8b625abbc73610d237 f9800b352d789a5ab76ad5ecf0ecbbe7d72a6d4a
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-plpython3-13
Source: postgresql-13
Version: 13.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 708
Depends: postgresql-13 (= 13.23-1.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13_13.23-1.pgdg+1_arm64.deb
Size: 109876
SHA256: 51be2573fbf7a06e3b03b41baa6378e5b941fa861ddceebebc21df8b28a6aede
SHA1: 210c753b3df7cdbcde8fd7d94f08d2fb7bebc2c2
MD5sum: 96e9a6c96d340d141e6e2d5aa421bd17
Description: PL/Python 3 procedural language for PostgreSQL 13
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Python 3.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-plpython3-13-dbgsym
Source: postgresql-13
Version: 13.23-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 241
Depends: postgresql-plpython3-13 (= 13.23-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13-dbgsym_13.23-1.pgdg+1_arm64.deb
Size: 189168
SHA256: f902723b7f43f271b59d984f284162bb358a1c50ab40414a61c95c7f087aa002
SHA1: 1cf602a7779a1bc8fdd1e1380dde6596f152cb4e
MD5sum: 2ca443b69f99252062602ae46d367034
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 3e4badeed02b042f1fc7483942ad3c81ab562061 70a309c9b9230aed6adfeeaeb33c3e17e5d8be67 7bb4ed453fbecaf5cc9c358425336da8dd0477d4 a432977eaac63e0f02fcf4f6462f6fc2018651f7
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-plpython3-14
Source: postgresql-14
Version: 14.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 724
Depends: postgresql-14 (= 14.20-1.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14_14.20-1.pgdg+1_arm64.deb
Size: 110776
SHA256: df4ba5ef7c32171e6fcbc5de894766cd9e81dfd6c44684d503b55925249aa201
SHA1: 211492763d24fb4cd8571da3a1861978c9152588
MD5sum: d87a89b23c2d8f05153e4287a6290054
Description: PL/Python 3 procedural language for PostgreSQL 14
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Python 3.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-plpython3-14-dbgsym
Source: postgresql-14
Version: 14.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 242
Depends: postgresql-plpython3-14 (= 14.20-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14-dbgsym_14.20-1.pgdg+1_arm64.deb
Size: 190480
SHA256: a7f2db122b3099d63873a2022476b2dfdfc9a9a586a7eb5f3146f0d123152dd1
SHA1: b8470f9ee70e6e069cf97550f1ba32b6f65489d7
MD5sum: e58f1f1a1fdf9a8094950644381c8e2e
Description: debug symbols for postgresql-plpython3-14
Build-Ids: 01174771c6421a539dc73f4329249a0405c92fbd 4bb5975792e471f56cf94d711b4a9012ee73cb0b 593caa20925249206e65060cc7f5a94acc713c4f f00f87db73c9e159a94e84c868ee070c5b5b6a4b
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-plpython3-15
Source: postgresql-15
Version: 15.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 740
Depends: postgresql-15 (= 15.15-1.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15_15.15-1.pgdg+1_arm64.deb
Size: 111024
SHA256: e4c0e93b6159705208aaa1f02894b5016c156a4d89b4aeaad5794b2eb221e782
SHA1: 7b9f52c60e34931cf78211338f52cc4b2a6bf6c9
MD5sum: e669035f67ffa6912a5837e1272c7c43
Description: PL/Python 3 procedural language for PostgreSQL 15
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Python 3.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-plpython3-15-dbgsym
Source: postgresql-15
Version: 15.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 246
Depends: postgresql-plpython3-15 (= 15.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15-dbgsym_15.15-1.pgdg+1_arm64.deb
Size: 194164
SHA256: 8d3714e699f75fd7325a578a7d79547fa31e56fbe37a5e43b4c90f8a51777d20
SHA1: 1cb0e7b23463891ca64def690346a0349c3b5ec2
MD5sum: ee3a6c2f51f92af47485914e4a199126
Description: debug symbols for postgresql-plpython3-15
Build-Ids: 90a7b29790240eb1e300fd416a7d6cbd40aa3462 bcc5d800e479b7174a914557af456e2d194285fa bf0fbe7ddf9633517edcc56d01b8ed84e97eb97d dc930e79a40cf00cef676b991489803d1a2fc917
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-plpython3-16
Source: postgresql-16
Version: 16.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 750
Depends: postgresql-16 (= 16.11-1.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16_16.11-1.pgdg+1_arm64.deb
Size: 110664
SHA256: b1dda80dc75b827f63e21f309ae98b37f4a4a73a65aafab50309f555a90c0e54
SHA1: 9c4437db94902f10510ca13f030e77c2eeed8378
MD5sum: 22a88d8cf2650d3f8e0c10c3b5bf10a4
Description: PL/Python 3 procedural language for PostgreSQL 16
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Python 3.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-plpython3-16-dbgsym
Source: postgresql-16
Version: 16.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 253
Depends: postgresql-plpython3-16 (= 16.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16-dbgsym_16.11-1.pgdg+1_arm64.deb
Size: 198952
SHA256: 94a48e4c7e3be1de404ebfbd938018032eb66667232c1f50ee225f37a98ec81e
SHA1: f3eb7318552bd0709db78afaf8f7867ac67ffe33
MD5sum: 360b304dfb20e067b83c594f3b1913ab
Description: debug symbols for postgresql-plpython3-16
Build-Ids: 1eaab8e107e2498956e0467793f6e6bb3b227e34 29b9b7d97b87333bb407406fa95ad5068478f35e 8fcf5cb2c3ad29c7c2e937381538d576d69012bf bbcbcddb55d8e95a06c088f43632baac370e5d42
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-plpython3-17
Source: postgresql-17
Version: 17.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 748
Depends: postgresql-17 (= 17.7-3.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-plpython3-17_17.7-3.pgdg+1_arm64.deb
Size: 107692
SHA256: 411105bfe13559169c974bfd5726a1321dab8bc6508bd827e4f0f90ebe396caf
SHA1: 47f52aa4ef5f3307dfc980ea9bd516bbae697918
MD5sum: 4c2914b95b46380dc62baa30617f2ce8
Description: PL/Python 3 procedural language for PostgreSQL 17
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Python 3.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-plpython3-17-dbgsym
Source: postgresql-17
Version: 17.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: postgresql-plpython3-17 (= 17.7-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-plpython3-17-dbgsym_17.7-3.pgdg+1_arm64.deb
Size: 202512
SHA256: c5e900d2cfcd5cddc72879233c6b07b706430c3fcea5445f65ac7134a67794c5
SHA1: ab9c3073489e13298d3e9e08319e60da6f904880
MD5sum: 4de5cc196a810f6ac1858b77e6cd1968
Description: debug symbols for postgresql-plpython3-17
Build-Ids: 4f1ab99b2ed9867e1ed9bbb8cb57babcd7844e9b 5b922c8eeae9ec3f8282fe73591e79dc6d664801 6fe1b189b55f749d28023183ebbf821ae91f9964 d43f47457c0e1655379eabf6f070dac86e6b9242
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-plpython3-18
Source: postgresql-18
Version: 18.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 636
Depends: postgresql-18 (= 18.1-1.pgdg+2), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-plpython3-18_18.1-1.pgdg+2_arm64.deb
Size: 86876
SHA256: 3c61904e61697ccbaab85b665960f3316d4ec545f0b2732ef0dee2e5cb650ab5
SHA1: 81c9b8e6e24f7c6881acf28069509be02e2a274a
MD5sum: 757d5f9e3698b13be6d5bcf85e8d28ba
Description: PL/Python 3 procedural language for PostgreSQL 18
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in Python 3.  You need this package if you have any
 PostgreSQL 18 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-plpython3-18-dbgsym
Source: postgresql-18
Version: 18.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 242
Depends: postgresql-plpython3-18 (= 18.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-plpython3-18-dbgsym_18.1-1.pgdg+2_arm64.deb
Size: 188844
SHA256: 3c2bdac751a47e03010a641174b471aa0483a9ba974061af8b19558c6d77c0d8
SHA1: 729b0be33e5ff72f61f38f05efa63f6254e519f2
MD5sum: 2b2349b5b44501a9ac0f4783c68668c4
Description: debug symbols for postgresql-plpython3-18
Build-Ids: 1c715793585d150e08ad7b80e896600fd7c1dd04 24a6d92cba55032897b8802fcf9c295626ce2ee7 7fb02072022e1021a16a27d3089e6f2e9f278cd3 a81e087cc3d2b9cb88494065fb134bd298545e0b
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-pltcl-13
Source: postgresql-13
Version: 13.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-13 (= 13.23-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13_13.23-1.pgdg+1_arm64.deb
Size: 46884
SHA256: c156d94a53e7ee50768f91ca2a535b2134d978e72f3ec4d6c170eb349db2f34a
SHA1: bdf07201fe0564274aac6e843a91cb7152455a23
MD5sum: c84669765dc2e52583f1692b6bc655ea
Description: PL/Tcl procedural language for PostgreSQL 13
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Tcl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-pltcl-13-dbgsym
Source: postgresql-13
Version: 13.23-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-pltcl-13 (= 13.23-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13-dbgsym_13.23-1.pgdg+1_arm64.deb
Size: 73996
SHA256: c4f4479d9e0e67c2f89a2efd8461deca1e21bcced2e2a98d7ef472c7513bce87
SHA1: 46f3bcf2f8a66ced85f05ecaaae7e0f5675acaf4
MD5sum: 6cd456d926c670b55612bcbf2d40f857
Description: debug symbols for postgresql-pltcl-13
Build-Ids: 1e0d089092c0733697770890b4dce9ccce80b8e9
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-pltcl-14
Source: postgresql-14
Version: 14.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: postgresql-14 (= 14.20-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14_14.20-1.pgdg+1_arm64.deb
Size: 44548
SHA256: 394909567a123cef25672c942f9222d6ef8c915ef4c5d10209a4f74b5b2bf909
SHA1: 01ff9579e1e1bd0fd5f5bbb25ae1c2d109c27b83
MD5sum: fb33d7a7f516f83627638f791a135131
Description: PL/Tcl procedural language for PostgreSQL 14
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Tcl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-pltcl-14-dbgsym
Source: postgresql-14
Version: 14.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-pltcl-14 (= 14.20-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14-dbgsym_14.20-1.pgdg+1_arm64.deb
Size: 74648
SHA256: d42a0c69092e2c7f20282a7a5b1862d0c24cbc9ecd31b81f44301fc347230063
SHA1: b44b3c1ebd69edeea7e2af148c79a39ab120152c
MD5sum: 341836021e44628c8c3c971e66405dbd
Description: debug symbols for postgresql-pltcl-14
Build-Ids: 05bb4e5f1dbab1ee32096de3e6e942d856839846
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-pltcl-15
Source: postgresql-15
Version: 15.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 201
Depends: postgresql-15 (= 15.15-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15_15.15-1.pgdg+1_arm64.deb
Size: 44216
SHA256: 09d27eeb698356625abb4d32257750884f8588c576a99e7014ec54d8600291fc
SHA1: 7edea763ab3be98941fbb49b999d4118ddd5120d
MD5sum: 3ec7620a8ef7587ccfef872c50fb457f
Description: PL/Tcl procedural language for PostgreSQL 15
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Tcl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-pltcl-15-dbgsym
Source: postgresql-15
Version: 15.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-pltcl-15 (= 15.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15-dbgsym_15.15-1.pgdg+1_arm64.deb
Size: 78256
SHA256: 04fa45e5bf10771f02259e7d46059a69f23efe0933335182070bd237e1b31f86
SHA1: 99d8c7d9b6d01f9ab0a59d2b632b574d5a441878
MD5sum: 0c4fbc8dff7c4aea87c93c4d4963bec9
Description: debug symbols for postgresql-pltcl-15
Build-Ids: 2417f708097c5fe57c8c5fd9195c405836c3e93a
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-pltcl-16
Source: postgresql-16
Version: 16.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 209
Depends: postgresql-16 (= 16.11-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16_16.11-1.pgdg+1_arm64.deb
Size: 43884
SHA256: 6942902e91a05b52858553be14de5bfaf5fb41b994eab5929ed3a00834039fa9
SHA1: 7fcf2108bb02e2646a70468e9451d542ec753892
MD5sum: e6f46d0097b21b187ea98ec4e602a8a4
Description: PL/Tcl procedural language for PostgreSQL 16
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Tcl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-pltcl-16-dbgsym
Source: postgresql-16
Version: 16.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: postgresql-pltcl-16 (= 16.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16-dbgsym_16.11-1.pgdg+1_arm64.deb
Size: 81192
SHA256: cbe87623caf3772cd7627765f98db3f12f45945d81b26aede6073161b7c74449
SHA1: d4f69cfe84e137be9d4600bd15b098dfbfc91d6e
MD5sum: e5a2961619da826ca2c56da1c5d0026b
Description: debug symbols for postgresql-pltcl-16
Build-Ids: c5089a0ed378470b0bc20fbdbd738fb6b8a20c74
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-pltcl-17
Source: postgresql-17
Version: 17.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 207
Depends: postgresql-17 (= 17.7-3.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-pltcl-17_17.7-3.pgdg+1_arm64.deb
Size: 41464
SHA256: 317ac11c9a71e949f874a298ddd0f97e52eec19142d3223029b4bdf0b3c1f5c3
SHA1: ac727984112448e9d8feebf4c6405849a06f0212
MD5sum: af59e63ee21a5a68d40c2b72dac5f705
Description: PL/Tcl procedural language for PostgreSQL 17
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Tcl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-pltcl-17-dbgsym
Source: postgresql-17
Version: 17.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: postgresql-pltcl-17 (= 17.7-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-pltcl-17-dbgsym_17.7-3.pgdg+1_arm64.deb
Size: 84708
SHA256: 5529d93136295f967d8a538d7c80ff1bd2ef54ed532fabb7218bf357c4d025c9
SHA1: 6fc14c5e3914dbcb7a19e965b75a76525c9d6cd9
MD5sum: b013d715135bf257e0c6add6fe1a6fd4
Description: debug symbols for postgresql-pltcl-17
Build-Ids: 816674ce57de9c995def46b9750eab3979fa9bbc
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-pltcl-18
Source: postgresql-18
Version: 18.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 203
Depends: postgresql-18 (= 18.1-1.pgdg+2), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-pltcl-18_18.1-1.pgdg+2_arm64.deb
Size: 38480
SHA256: e934c854c37e35245e2d4d5038ae54e77432d45d2dbf9122dabc9c7d9e98f33f
SHA1: 63d3830b08040596b6d742daa634c7b8994cbbef
MD5sum: c814d463bc20dbd3e16fdcf4e2c72011
Description: PL/Tcl procedural language for PostgreSQL 18
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in Tcl.  You need this package if you have any
 PostgreSQL 18 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-pltcl-18-dbgsym
Source: postgresql-18
Version: 18.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: postgresql-pltcl-18 (= 18.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-pltcl-18-dbgsym_18.1-1.pgdg+2_arm64.deb
Size: 88324
SHA256: 3fa3b33adf25e6e7e6b5c3d57b2336720929cbad0f9a9ae2f493ecbc5181c1e9
SHA1: 7026a19eef378a49121b968fae70420b24d0dd5d
MD5sum: 7103d25ed4ed583cc5df93fc77915ba2
Description: debug symbols for postgresql-pltcl-18
Build-Ids: 7b83c1e6ad60fe5951ba1d2c239a95299f4cf1e8
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-server-dev-13
Source: postgresql-13
Version: 13.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6224
Depends: clang-19, libpq-dev (>= 13~~), llvm-19-dev, postgresql-client-13, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/postgresql-server-dev-13_13.23-1.pgdg+1_arm64.deb
Size: 1057488
SHA256: 2111b590c17a61fba8a1c54539f1c4f7f1a3251ee33be8ea68a75c52db66268c
SHA1: 3eaa32de3d62708f5d3104db4bd8c2e455c3cd6d
MD5sum: 09c9a3fb9a9e186333c16030ea262d8a
Description: development files for PostgreSQL 13 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.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-server-dev-14
Source: postgresql-14
Version: 14.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6734
Depends: clang-19, libpq-dev (>= 14~~), llvm-19-dev, postgresql-client-14, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14_14.20-1.pgdg+1_arm64.deb
Size: 1131568
SHA256: 04bb322bc9ee185a9fca8824bb0c4f1afda71bab1df043084f33599c98b7b528
SHA1: f8a4a1d76a5adb15ef9aa86e97a1814215ba3c58
MD5sum: 625f94e712ff9edcce897d4025e3e749
Description: development files for PostgreSQL 14 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.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-server-dev-15
Source: postgresql-15
Version: 15.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6897
Depends: clang-19, libpq-dev (>= 15~~), llvm-19-dev, postgresql-client-15, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/postgresql-server-dev-15_15.15-1.pgdg+1_arm64.deb
Size: 1157960
SHA256: 071dffe86ef21afe9cf1d27933a64ef764b5c00eb70e25bf6e14d6817b33f013
SHA1: b1c982e6fc744bd5bebf7b911ef5e7403b0c8bfd
MD5sum: f9591946e4fcf30b679f9267dff76c6a
Description: development files for PostgreSQL 15 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.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-server-dev-16
Source: postgresql-16
Version: 16.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7079
Depends: clang-19, libpq-dev (>= 16~~), llvm-19-dev, postgresql-client-16, postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-16/postgresql-server-dev-16_16.11-1.pgdg+1_arm64.deb
Size: 1184184
SHA256: 9e1d872ee529fa0378c5103be062f9b66bcce6bcfec78e83b05ed04932de421a
SHA1: 966f98e9761a868817f96152032b6e59116dc165
MD5sum: bd2159437d5572ebf0b845c8129276d2
Description: development files for PostgreSQL 16 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.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-server-dev-17
Source: postgresql-17
Version: 17.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8302
Depends: clang-19, libpq-dev (>= 17~~), llvm-19-dev, postgresql-client-17, postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-17/postgresql-server-dev-17_17.7-3.pgdg+1_arm64.deb
Size: 1320332
SHA256: d6498515acb057f907336f13bbf4da714e1e53824455740805e96f0a69c25637
SHA1: 452e7d92ce9502c5be23f992aa9011e3a6064789
MD5sum: 29d3009802c29f2b4f49d16f2654caf6
Description: development files for PostgreSQL 17 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.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-server-dev-17-dbgsym
Source: postgresql-17
Version: 17.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-server-dev-17 (= 17.7-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-server-dev-17-dbgsym_17.7-3.pgdg+1_arm64.deb
Size: 56452
SHA256: c34d850312d5492dd68941349599971e4e2dd2b6384831ef16c8b295cfb66c73
SHA1: a4feb7215250a13d56886fbcad2fad43a383423e
MD5sum: 21da1719abd14fb9c7c2b94560a58ee0
Description: debug symbols for postgresql-server-dev-17
Build-Ids: 2736d7bc9f88fc29897d53f82fa8b359e632aaa9
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-server-dev-18
Source: postgresql-18
Version: 18.1-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8763
Depends: clang-19, libpq-dev (>= 18~~), llvm-19-dev, postgresql-client-18 (= 18.1-1.pgdg+2), postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-18/postgresql-server-dev-18_18.1-1.pgdg+2_arm64.deb
Size: 1381688
SHA256: a2c985e58da734170d0e86449b3caeb22ea2197e0bc2268fba3157e8ddba9e2f
SHA1: 22b9310e8fab985ac5f8b94e864101676a3a5e04
MD5sum: 7e12f6bb2120e584bee33dca361f4698
Description: development files for PostgreSQL 18 server-side programming
 Header files for compiling SPI 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.
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-server-dev-18-dbgsym
Source: postgresql-18
Version: 18.1-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-server-dev-18 (= 18.1-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-server-dev-18-dbgsym_18.1-1.pgdg+2_arm64.deb
Size: 56440
SHA256: 68a906c9d58bf8af5b0d65586274da7ad5d1191bfd4b42d99d22dcabf0cdeabd
SHA1: b0505a23bbd10823b9e01803ff551cc3df8b721f
MD5sum: 20959bc2f4481d9ea0339c9b25cdfc67
Description: debug symbols for postgresql-server-dev-18
Build-Ids: 6905646d7077b2c184acd271f663ace4148a066d
Timestamp: 2025-11-13 13:38:23+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 287.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20
Depends: postgresql-common-dev (= 287.pgdg+1), postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12, postgresql-server-dev-13, postgresql-server-dev-14, postgresql-server-dev-15, postgresql-server-dev-16, postgresql-server-dev-17, postgresql-server-dev-18
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_287.pgdg+1_all.deb
Size: 14876
SHA256: c255160eb8339b5dbb6e4c684e1be9e9bb502a080789866f44fc4bd562ae9512
SHA1: fa6cef8d1426d1933f286217b6321fa061592c67
MD5sum: 4f5733b82d170560437f65a68bd820f4
Description: build tools for multiple PostgreSQL versions
 The postgresql-server-dev-all metapackage depends on all server-dev-NN
 packages for all supported PostgreSQL major versions, required to
 build PostgreSQL extension packages, as well as on postgresql-common-dev
 for build infrastructure.
 .
 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.
Timestamp: 2025-11-13 13:38:23+00

Package: postgis
Version: 3.6.1+dfsg-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 642
Depends: libc6 (>= 2.38), libgdal38 (>= 2.0.1), libgeos-c1t64 (>= 3.6), libpq5, libproj25 (>= 5.2.0), perl:any
Recommends: postgresql-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.6.1+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 146364
SHA256: 99efe1e4d9580812d2c12f8350b55bf4a88301e3651acb32021ae4976e3aca91
SHA1: 03af264aa0f42a6052077ca4a872a68b24642488
MD5sum: 2e050724043b3db1abeba764622422b1
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2025-11-14 15:49:48+00

Package: postgis-dbgsym
Source: postgis
Version: 3.6.1+dfsg-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 935
Depends: postgis (= 3.6.1+dfsg-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.6.1+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 539376
SHA256: e39f575eec00a3cee53d661f044a30e017bd18eb81a577671c52097621bfd944
SHA1: 0616634867b60e632b538ed1f0b9f28c456ebd23
MD5sum: bed6c637e644f1d811bc4fe0d49cc7a2
Description: debug symbols for postgis
Build-Ids: 32a320abce24d343cb5e5528e721aabfab949e06 3837bf64884d09fa91d9e391841e2f379631882f 6fd2f8e9b8c5afb462ff6a9229b32546e5ddf183
Timestamp: 2025-11-14 15:49:48+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.6.1+dfsg-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9839
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal38 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-12-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.6.1+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 3411244
SHA256: 526bb6751b48da160590bc3ac151ea5c368f72eee3982ff092f5ddf97e390448
SHA1: e79b2af4fdac9b701c7e476d20ebfaad60b4303f
MD5sum: cb53bfb76a4f4f652e0b3233161e6c8d
Description: Geographic objects support for PostgreSQL 12
 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".
Timestamp: 2025-11-14 15:49:48+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis
Version: 3.6.1+dfsg-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4655
Depends: postgresql-12-postgis-3 (= 3.6.1+dfsg-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.6.1+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 4080308
SHA256: bb0451deade8e3a4d45031e870947c04c3fa4f52060aca22b1d7e63632d5798a
SHA1: efdc60087139303b8aeab90f332338d2d4fd61e8
MD5sum: 396e39f177d3e66282acc17189a61fc1
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 15315d33264b1ec3b597e4448b739677674f6bee 67a45c7adcfc1725f590bd4ecb9162a332f68924 bafddd0208dc5fb60c9c056d110d94865f614d5e ca979be6db35adee57d7c6a48c54b212e107e69c d492c0c4a976c9f4ac4358fe0e19241c56906039
Timestamp: 2025-11-14 15:49:48+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.6.1+dfsg-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38989
Recommends: postgresql-12-postgis-3
Provides: postgresql-12-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.6.1+dfsg-1~exp1.pgdg+1_all.deb
Size: 1299220
SHA256: e04af522dc2752f899212ba1d2e3778a3d94479b9544748e4c53d28d1a116ca3
SHA1: c40644414a304436811b4944658cf036dac816fa
MD5sum: e3a073c1cd1fb54e8f80e3ec3d09b323
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-11-14 15:49:48+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.6.1+dfsg-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9886
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal38 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-13-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.6.1+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 3418196
SHA256: fea2667e674960dd23cd14512cb1ef22ab7c93eb25e435703d44be9d999e026d
SHA1: c9f0de8c67b9db76415d7593c3debeb215a4b820
MD5sum: b2f80bbaaee0a66a9f98d1b6ddcb8643
Description: Geographic objects support for PostgreSQL 13
 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".
Timestamp: 2025-11-14 15:49:48+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis
Version: 3.6.1+dfsg-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4678
Depends: postgresql-13-postgis-3 (= 3.6.1+dfsg-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.6.1+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 4103536
SHA256: 9f3643d2994309ebeda2cfb9f1c5f139c0054b82c400da5e1542216529650288
SHA1: b5ba64515c14f58b119510ad4927a96488cef250
MD5sum: 8a7131bdb76232e58f76f1507631e0f6
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 1ded4ff29952e02ed97da93c7d2490a791d49757 24cbc8f8052001e14f7abc32d5e82e7b0676e1c7 8b64a1a575afd9a53cc352c3440375165a5bde30 cda45547083bc0996a12948601a194be4d150df1 eaea87371a359a182ab3d11270c89f1bcd6d1551
Timestamp: 2025-11-14 15:49:48+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.6.1+dfsg-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38989
Recommends: postgresql-13-postgis-3
Provides: postgresql-13-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.6.1+dfsg-1~exp1.pgdg+1_all.deb
Size: 1299172
SHA256: ab3fecbf37d1fa7083eeaebff31c57d4d74c4c3c9ae50384a2538f1eb4764115
SHA1: f8dbdb6e4e41500ed1e630d0354d0c80d0429681
MD5sum: 9f9534b6e830adee503b74d088aabb0c
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-11-14 15:49:48+00

Package: postgresql-14-postgis-3
Source: postgis
Version: 3.6.1+dfsg-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9973
Depends: postgresql-14, postgresql-14-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal38 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-14-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3_3.6.1+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 3426612
SHA256: c36202c25b2882cb229935b42e56c31d46b468e8c85ce88c0c853c55882bfb82
SHA1: e985469f484e511e5a2acb735ee4bdcd01e391d5
MD5sum: 8a16c4c6a0a03b45f0d993f3154514fd
Description: Geographic objects support for PostgreSQL 14
 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".
Timestamp: 2025-11-14 15:49:48+00

Package: postgresql-14-postgis-3-dbgsym
Source: postgis
Version: 3.6.1+dfsg-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4663
Depends: postgresql-14-postgis-3 (= 3.6.1+dfsg-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-14-postgis-3-dbgsym_3.6.1+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 4085256
SHA256: 172fdc74f8bab945bd47693cde5b1313aa57acb09d853769e5693bdd678028e1
SHA1: cb05fa40840a47f45996ad7bb96a7b98c856995e
MD5sum: 0d262b94876e014aa7ce94a265bcaf94
Description: debug symbols for postgresql-14-postgis-3
Build-Ids: 161bdafc7777bd47836608e01125d5301e442127 2b885078e12fe96920a375c0bde4180fff6d37f7 531a3fe4fd46b6019a22f5a8cb2c622bb46ed3cd bc75c718347e415976a603b83de7cc918cc53262 c901df88798f17876a5891afab9b19bfc1ba3ea0
Timestamp: 2025-11-14 15:49:48+00

Package: postgresql-14-postgis-3-scripts
Source: postgis
Version: 3.6.1+dfsg-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38989
Recommends: postgresql-14-postgis-3
Provides: postgresql-14-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3-scripts_3.6.1+dfsg-1~exp1.pgdg+1_all.deb
Size: 1299588
SHA256: 2a3083e77c58560489eb7657f2ba3d05a6be7762fe64fe63df9091a4618b065d
SHA1: 9412e6d0e6fec63ed072cd17f195b77a35547717
MD5sum: c723b84b68a44344248d501248aaa154
Description: Geographic objects support for PostgreSQL 14 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 14 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-11-14 15:49:48+00

Package: postgresql-15-postgis-3
Source: postgis
Version: 3.6.1+dfsg-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10102
Depends: postgresql-15, postgresql-15-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal38 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-15-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3_3.6.1+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 3458316
SHA256: d2ed460740fb68dc098229f03971ca64f6315025cf54dc3b28a1f2dc8ece6820
SHA1: 22bfa9175bee79751e001eb2d9eaaa152d50bcf3
MD5sum: 340075e8d9f823963c0d9b8db2020524
Description: Geographic objects support for PostgreSQL 15
 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".
Timestamp: 2025-11-14 15:49:48+00

Package: postgresql-15-postgis-3-dbgsym
Source: postgis
Version: 3.6.1+dfsg-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4667
Depends: postgresql-15-postgis-3 (= 3.6.1+dfsg-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-15-postgis-3-dbgsym_3.6.1+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 4090492
SHA256: 3d09cf67c2e2e7d2cfc749bfcf2248f16d7cf05a5ef98341e34e09a97719abf6
SHA1: c8ba47379203e6a45cbe2239d691b17442ef84b7
MD5sum: 6cf40192414bb11d8f74dee504d275fe
Description: debug symbols for postgresql-15-postgis-3
Build-Ids: 1a86eb6b637c0234dec6a1c8cd696fce37d5b268 3b261fadbca2fc4b3aef3cfbdc533b6767ce5aa7 50ac285f8817e4da807970989f1fe9339ee71bc5 7fcfbb1502d36113de3f717e5bc18071f9c035b7 928659ed9b523466f2649e1700be6b83c7888290
Timestamp: 2025-11-14 15:49:48+00

Package: postgresql-15-postgis-3-scripts
Source: postgis
Version: 3.6.1+dfsg-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38989
Recommends: postgresql-15-postgis-3
Provides: postgresql-15-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3-scripts_3.6.1+dfsg-1~exp1.pgdg+1_all.deb
Size: 1299476
SHA256: 25256aced495f35b87cdf0e905ec960af16aa29791291f3e22b1516896a834e1
SHA1: 0f8fb078cc8ecb3ec2433cd25d917549b5bd6d42
MD5sum: 10e4e123e0cd4431862ef41b420dc921
Description: Geographic objects support for PostgreSQL 15 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 15 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-11-14 15:49:48+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.23.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15256
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.23.1+dfsg-1.pgdg+1_arm64.deb
Size: 400104
SHA256: 53daec1a3105700a4d75de78b198cab2e9a09e67554137fbd73a51c5709334f7
SHA1: fc53fa9f0ccc4a4157da052c3f5dbd10b098bc92
MD5sum: ef58cd2652fc91ac1f535a61c43f9054
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-11-14 15:49:48+00

Package: postgresql-15-timescaledb-dbgsym
Source: timescaledb
Version: 2.23.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1283
Depends: postgresql-15-timescaledb (= 2.23.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.23.1+dfsg-1.pgdg+1_arm64.deb
Size: 1156580
SHA256: 5fda6aa83e06ff9f8e5308da3df766ed213e4ba70d07956312adbc75f25cb1c4
SHA1: c181696ae09ffb3309a2f5af8644e84100ef5903
MD5sum: a1e2f5477e217eea482308125234426d
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: ae2c99df07599076df7135e50d0f127e2c911d0f f4869307532fd69d0ec850b93e289a66b663f9e8
Timestamp: 2025-11-14 15:49:48+00

Package: postgresql-16-postgis-3
Source: postgis
Version: 3.6.1+dfsg-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10230
Depends: postgresql-16, postgresql-16-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal38 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-16-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3_3.6.1+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 3536656
SHA256: c659b9ce0199fe32f215479f1864ba439816435e215416787459b8e772666049
SHA1: 3fc8c83659aa3ac899262ae766857b0f6f661a0c
MD5sum: 2f586976b4aeb1c58e13868bef9fd803
Description: Geographic objects support for PostgreSQL 16
 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".
Timestamp: 2025-11-14 15:49:48+00

Package: postgresql-16-postgis-3-dbgsym
Source: postgis
Version: 3.6.1+dfsg-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4795
Depends: postgresql-16-postgis-3 (= 3.6.1+dfsg-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-16-postgis-3-dbgsym_3.6.1+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 4227348
SHA256: 05796a07512590617ee97af46a0c4e07b43088df36a794be6b5dea961a0eeb9c
SHA1: 16978962b6392ed9e2a3441ee825f5984ff99290
MD5sum: 796c4c30f29934db773d0512faf96cb4
Description: debug symbols for postgresql-16-postgis-3
Build-Ids: 332c95f5a1e2bda3856ce1f76ccb95530742c382 3f329d115729a81e0492d5b431fac0145e5ee5e8 491add7d50c3108193608792c80ac8a8fc361c25 86f1b4315a9d1b2ecf3e7487d2bf0d1c77abc553 ade91a88655e9585e4c588ff5646dd2cc20479d7
Timestamp: 2025-11-14 15:49:48+00

Package: postgresql-16-postgis-3-scripts
Source: postgis
Version: 3.6.1+dfsg-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38989
Recommends: postgresql-16-postgis-3
Provides: postgresql-16-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3-scripts_3.6.1+dfsg-1~exp1.pgdg+1_all.deb
Size: 1299304
SHA256: 298f272406a792d687908a0227d2c678ab9f7951281e859e175af8c1f7a9f020
SHA1: 67c54594cc0f26cf3c485f8b387077e347e59221
MD5sum: 0900be86338b4db62bdc5924a45320a3
Description: Geographic objects support for PostgreSQL 16 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 16 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-11-14 15:49:48+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.23.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15256
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.23.1+dfsg-1.pgdg+1_arm64.deb
Size: 399652
SHA256: 41ba00f475cdfe80d3612f04e683fcda90f10819b5bdd1214aad0eaa886126ec
SHA1: 034c8ffc4103f262d281b1a2a14a286b9283c967
MD5sum: b84b0e1d7e2ddb0f396a7bfb539ee2ac
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-11-14 15:49:48+00

Package: postgresql-16-timescaledb-dbgsym
Source: timescaledb
Version: 2.23.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1335
Depends: postgresql-16-timescaledb (= 2.23.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.23.1+dfsg-1.pgdg+1_arm64.deb
Size: 1210996
SHA256: 24f62c5f85a323ee1894a1d289757f1d3a5f6cdd76566725ab4461f40b910f6b
SHA1: c4d6a8f82f400a9fa5ec7f9458dd4e47c0b22996
MD5sum: 6a0f7495b1fc45e9ac12a0b8c9363879
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: 9716b4b760c46c87b518a6c1169181855106e717 daf5ddfad56a77d4b9561edd3b7e1f62d4cf59fc
Timestamp: 2025-11-14 15:49:48+00

Package: postgresql-17-postgis-3
Source: postgis
Version: 3.6.1+dfsg-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10333
Depends: postgresql-17, postgresql-17-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal38 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-17-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-17-postgis-3_3.6.1+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 3551952
SHA256: 3cffee4ec57c7204b23254b006f67cfe367e298581fae27258d6ea8262e4eb61
SHA1: efe25ce818780a77c2313a792a15367b331a97d5
MD5sum: 0c1606a40061acbbed8340ed85328ffa
Description: Geographic objects support for PostgreSQL 17
 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".
Timestamp: 2025-11-14 15:49:48+00

Package: postgresql-17-postgis-3-dbgsym
Source: postgis
Version: 3.6.1+dfsg-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4796
Depends: postgresql-17-postgis-3 (= 3.6.1+dfsg-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-17-postgis-3-dbgsym_3.6.1+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 4227008
SHA256: 02fc7a1c3d9f84e47fb1d14fa22d20b1886020768ddc4991e9f735f4868295aa
SHA1: 145eb98e4bea690f9387a76c7e3ec58ecfac8b72
MD5sum: 266e29ad72e3fbec0db7176b56b086d6
Description: debug symbols for postgresql-17-postgis-3
Build-Ids: 643896ae6e4ce1b3e863b4e09b1fdd83c0c7885a 6f5d2189c75541191a5afe735d2dab495bba6d60 e780203392f155dda93d32495a3d2b0cc1349056 ea6fc138d501b35346efc804e9d4f3a88fcd5e9d f718e28ce6122b45e726fb1a727743ac1ae0e415
Timestamp: 2025-11-14 15:49:48+00

Package: postgresql-17-postgis-3-scripts
Source: postgis
Version: 3.6.1+dfsg-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38989
Recommends: postgresql-17-postgis-3
Provides: postgresql-17-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-17-postgis-3-scripts_3.6.1+dfsg-1~exp1.pgdg+1_all.deb
Size: 1299124
SHA256: 72c2aa29e855918641068439574cd7aa5cdbf8ea8ca293d35d02b5edbd1589cb
SHA1: aeea256ea4bebf1ac282ba2e3a358f4ef620dda6
MD5sum: 097365f6b4c5db1703db9dfb258c4ba2
Description: Geographic objects support for PostgreSQL 17 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 17 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-11-14 15:49:48+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.23.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15256
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.23.1+dfsg-1.pgdg+1_arm64.deb
Size: 399340
SHA256: 94c10dc7c2f03629c2ae2433f37703274bb248df8b8b8366c6822d82784d1b52
SHA1: a86d7e07f8056f8ac43ac87005341172f74b6117
MD5sum: 70ae8be49a9c5f385dba43f471723ecc
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-11-14 15:49:48+00

Package: postgresql-17-timescaledb-dbgsym
Source: timescaledb
Version: 2.23.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1340
Depends: postgresql-17-timescaledb (= 2.23.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.23.1+dfsg-1.pgdg+1_arm64.deb
Size: 1217760
SHA256: 786bfb679509f219e4791a016c8187ce4f178aa8cb64e19ca86d77ced311e298
SHA1: 1baca1f7ca50e34e725879e15a4e1ca572617333
MD5sum: aa2c14c470182a30bfe8159d0863fed6
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: 9fb0ec4cbac9a9933a6162d3fdc3ccf40e6cd3c0 ba6e882bd641bd4098184f2998b8e0b04813a5d5
Timestamp: 2025-11-14 15:49:48+00

Package: postgresql-18-postgis-3
Source: postgis
Version: 3.6.1+dfsg-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10366
Depends: postgresql-18, postgresql-18-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal38 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-18-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-18-postgis-3_3.6.1+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 3561296
SHA256: ec49eceaa1849e1838ecc2426c1efce18a2c2eff697382f01ad53e43275fc7f3
SHA1: 8cb7ddcfad3f56de36398b5d7cc7b73e19a3a028
MD5sum: 46d83e106ec8d5cbae64a60abfe00f4c
Description: Geographic objects support for PostgreSQL 18
 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".
Timestamp: 2025-11-14 15:49:48+00

Package: postgresql-18-postgis-3-dbgsym
Source: postgis
Version: 3.6.1+dfsg-1~exp1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4798
Depends: postgresql-18-postgis-3 (= 3.6.1+dfsg-1~exp1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-18-postgis-3-dbgsym_3.6.1+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 4230192
SHA256: 92be898c90f992e10094f0ececc91371ed8d7e8d04bf55fd68a00a33dc71260b
SHA1: 541f9d2a25f86a732e247280e0e24522e37c0a13
MD5sum: 112165bf7fa776d4e8683534d6f9793d
Description: debug symbols for postgresql-18-postgis-3
Build-Ids: 395f22898d905031ef4172258ced8aa0391b46a5 4fd588d0a099b67326f740713ea6376e90ce2d15 55295bb813646d00702c6a2ccb6e01b8d2c6c1ea 981fd09480d8922e5ce956eb2b133f213e166fea 99246a96ccb09bce61576685102c4ddbdaca91a3
Timestamp: 2025-11-14 15:49:48+00

Package: postgresql-18-postgis-3-scripts
Source: postgis
Version: 3.6.1+dfsg-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38989
Recommends: postgresql-18-postgis-3
Provides: postgresql-18-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-18-postgis-3-scripts_3.6.1+dfsg-1~exp1.pgdg+1_all.deb
Size: 1299208
SHA256: 891585ab11810320e20508db800b33073fac652a3a3cd1825754dd36997cc2b3
SHA1: c60d8cbf4bda34d5f61037294bda0a18a12d7674
MD5sum: 3fc15308d4a4628019281a704287a68f
Description: Geographic objects support for PostgreSQL 18 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 18 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-11-14 15:49:48+00

Package: postgresql-18-timescaledb
Source: timescaledb
Version: 2.23.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15256
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb_2.23.1+dfsg-1.pgdg+1_arm64.deb
Size: 399848
SHA256: 5ab7d632e9268b1172a39a23cdb80d97f2040ac71ea29d5e55994fc3dd2b2648
SHA1: e659cd49f51b3edb4409ff372b959eb09fd72688
MD5sum: 177c7f933a751c7ce6fc5195f8e83a4c
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-11-14 15:49:48+00

Package: postgresql-18-timescaledb-dbgsym
Source: timescaledb
Version: 2.23.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1347
Depends: postgresql-18-timescaledb (= 2.23.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb-dbgsym_2.23.1+dfsg-1.pgdg+1_arm64.deb
Size: 1224176
SHA256: 65e5c1af878544af5b1487c2474448fe0edda20886a7cfd0c56240ba6b040780
SHA1: c0edbeebb64eba9fdea359885206502f28a7aac0
MD5sum: 9eb040f729ebad8dd9ed62971215a11f
Description: debug symbols for postgresql-18-timescaledb
Build-Ids: 427c630f6c64440c21f655eddfd0a1524519c331 6152883c9676f362213d4f9025e4ee303d10c532
Timestamp: 2025-11-14 15:49:48+00

Package: postgresql-postgis
Source: postgis
Version: 3.6.1+dfsg-1~exp1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 66
Depends: postgresql-postgis-scripts, postgresql-18-postgis-3
Homepage: https://postgis.net/
Priority: optional
Section: metapackages
Filename: pool/main/p/postgis/postgresql-postgis_3.6.1+dfsg-1~exp1.pgdg+1_arm64.deb
Size: 21752
SHA256: 3fadab3438dcc7ea646328f2e1b30e6e5e465ea1582e5f2cacb4b347f2df95e4
SHA1: 6879b77eb2e8693223203a68d77204902e7e376c
MD5sum: a52b201a0575d6b767127daa37391e22
Description: Geographic objects support for PostgreSQL -- Metapackage
 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 metapackage depends on the PostGIS package for PostgreSQL 18.
Timestamp: 2025-11-14 15:49:48+00

Package: postgresql-postgis-scripts
Source: postgis
Version: 3.6.1+dfsg-1~exp1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 66
Depends: postgresql-18-postgis-3-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-postgis-scripts_3.6.1+dfsg-1~exp1.pgdg+1_all.deb
Size: 21780
SHA256: 0c7ee292f35088c4ec864d8484f62a187155d0657e24e3d1db88ed49ccf8fc6d
SHA1: c13efe2744ec9f81d256d5f097679173eeef1f51
MD5sum: de60a185a8ea77ddcc8660d2f4058a55
Description: Geographic objects support for PostgreSQL -- SQL scripts metapackage
 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 metapackage depends on the PostGIS scripts package for
 PostgreSQL 18.
Timestamp: 2025-11-14 15:49:48+00

Package: postgis
Version: 3.6.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 642
Depends: libc6 (>= 2.38), libgdal38 (>= 2.0.1), libgeos-c1t64 (>= 3.6), libpq5, libproj25 (>= 5.2.0), perl:any
Recommends: postgresql-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.6.1+dfsg-1.pgdg+1_arm64.deb
Size: 146324
SHA256: 0690ed2d1ba7f710e2cbb8796b8f28204ad363a43209421b315d9a5bbccaef69
SHA1: 16bc7ea4d8568f9ad0955ef5db094c6233c59513
MD5sum: fce8a190750fce910561b9614b128e43
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2025-11-16 11:40:05+00

Package: postgis-dbgsym
Source: postgis
Version: 3.6.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 935
Depends: postgis (= 3.6.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.6.1+dfsg-1.pgdg+1_arm64.deb
Size: 539380
SHA256: 815da262f44e30c5d8110407636ef58a57b3ea6d903df9ad6674dd947f7ca89e
SHA1: d84325c7ce87fae9a1e834b4347f136942ecdfef
MD5sum: 8011a948c7b4afa7940308b89d5c181c
Description: debug symbols for postgis
Build-Ids: 32a320abce24d343cb5e5528e721aabfab949e06 3837bf64884d09fa91d9e391841e2f379631882f 6fd2f8e9b8c5afb462ff6a9229b32546e5ddf183
Timestamp: 2025-11-16 11:40:05+00

Package: postgresql-11-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 159
Depends: postgresql-11, libc6 (>= 2.38), libgdal38 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw_1.1.7-2.pgdg+2_arm64.deb
Size: 33812
SHA256: 084dc9aa095926e6f04d69ec47eb149543b02e1e9cbc9ef82865a444acccfb38
SHA1: 77a12279d178d9bab5f4750c50b200527d3e1e1a
MD5sum: a6350516670c12cb0ba96c40a93269e4
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-11-16 11:40:05+00

Package: postgresql-11-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 188
Depends: postgresql-11-ogr-fdw (= 1.1.7-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw-dbgsym_1.1.7-2.pgdg+2_arm64.deb
Size: 132672
SHA256: b7fc12163e482a9e696cefae1145b2620d815c126f7356f66bb1e328b1011dea
SHA1: 70520e0254a5537e1d4e55eae1e0266d6a1b2b9b
MD5sum: 85def2e0405e45c30939462e3cf6456c
Description: debug symbols for postgresql-11-ogr-fdw
Build-Ids: 840faf0818b184b01855e8c5b71e212da17b7630 9b064a53f1c3bd5a71c563925af7b70b50c8e248
Timestamp: 2025-11-16 11:40:05+00

Package: postgresql-12-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 276
Depends: postgresql-12, libc6 (>= 2.38), libgdal38 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw_1.1.7-2.pgdg+2_arm64.deb
Size: 91508
SHA256: 179447f5561793d33f59e06e24ba75f537ad29ab31ceea2569bf2df1a05d9852
SHA1: e8b3c14015fdd2f10d00bd536a7e82e76ce248fc
MD5sum: 1a1af95a5dbb536fa6795b27e971fb0f
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-11-16 11:40:05+00

Package: postgresql-12-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 195
Depends: postgresql-12-ogr-fdw (= 1.1.7-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw-dbgsym_1.1.7-2.pgdg+2_arm64.deb
Size: 140240
SHA256: 3b38627f6bee4a265826541cc6b6b69ee3a79e55f75e3f607f2d2df0204f1cef
SHA1: 62caceafa6f3cd9f304f6e205190832f37d17a7b
MD5sum: 597394f5b65a3180203c7ad91da86112
Description: debug symbols for postgresql-12-ogr-fdw
Build-Ids: 8f45929bc991f2aa9f6904214e8729f7371b194b 92f99e7e9c64774cfc9a27c2fe61d6cfd459a423
Timestamp: 2025-11-16 11:40:05+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.6.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9839
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal38 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-12-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.6.1+dfsg-1.pgdg+1_arm64.deb
Size: 3412152
SHA256: faadc0b30a4327a00e58399dacc426d6edbb126cf6b625eecb136ee7e71d260d
SHA1: 56623382a962382998877c82e4b3e1e2f11b8eaa
MD5sum: 849420e865152f4798ad43712b85462f
Description: Geographic objects support for PostgreSQL 12
 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".
Timestamp: 2025-11-16 11:40:05+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis
Version: 3.6.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4655
Depends: postgresql-12-postgis-3 (= 3.6.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.6.1+dfsg-1.pgdg+1_arm64.deb
Size: 4081100
SHA256: 8331e0c67f1fa1227f73bfc695fd99ebdc32b2c783e4981e5a4b45055d219883
SHA1: 093cfbf49666e8d6037d3bcb2d28e4f3af238382
MD5sum: 76deda422e6fa66876ed9f6520636911
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 15315d33264b1ec3b597e4448b739677674f6bee 67a45c7adcfc1725f590bd4ecb9162a332f68924 7223adea343701ec73d76c4cac398d6cead56c00 a413cdd913dd3f00a5cb8bc7a1ed1e9461a8cfe7 ca979be6db35adee57d7c6a48c54b212e107e69c
Timestamp: 2025-11-16 11:40:05+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.6.1+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38989
Recommends: postgresql-12-postgis-3
Provides: postgresql-12-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.6.1+dfsg-1.pgdg+1_all.deb
Size: 1299364
SHA256: c06690b1b995cf0942b1fca8365496f5fa6a1adac805d3763b1d03012485ed83
SHA1: b28fb052f450f89c4b7e7cad323b461d01fc0146
MD5sum: 66a980c20b8d1a66e4c472abf214e8dc
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-11-16 11:40:05+00

Package: postgresql-13-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 342
Depends: postgresql-13, libc6 (>= 2.38), libgdal38 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw_1.1.7-2.pgdg+2_arm64.deb
Size: 93580
SHA256: 5cc27f61b1eafbc2c30f248637e094d5fb29d3e3ecae20ba5902289a7982381c
SHA1: 884919dd3355a78745284077fa573f9adb490c73
MD5sum: 1246eeec3ba4795a2de682480fb57a8e
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-11-16 11:40:05+00

Package: postgresql-13-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 201
Depends: postgresql-13-ogr-fdw (= 1.1.7-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw-dbgsym_1.1.7-2.pgdg+2_arm64.deb
Size: 146140
SHA256: c89c7e86ab602ac3cbecace51e2a225f2e40225ea9437cc8fce8064914ccaab5
SHA1: f207f0832b95dd31ba1a200dcb7517cc2b2c9f3d
MD5sum: cf8f39fdab059692418006bfe28b1f51
Description: debug symbols for postgresql-13-ogr-fdw
Build-Ids: 50b189ba6deed1c609f6026741911db7332124bf b5591b9279f6f8224d0b170903428176675c91c8
Timestamp: 2025-11-16 11:40:05+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.6.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9886
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal38 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-13-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.6.1+dfsg-1.pgdg+1_arm64.deb
Size: 3418416
SHA256: 9b29d1aede70fec3fcfe44f3480255cbc7c2d38f8a19d83bb0fab4eadb7bcf9c
SHA1: 347a5f7e00e4374bc6788c88f05862843927deb9
MD5sum: 9d5eb5eba444f60723886098f7dcff42
Description: Geographic objects support for PostgreSQL 13
 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".
Timestamp: 2025-11-16 11:40:05+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis
Version: 3.6.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4678
Depends: postgresql-13-postgis-3 (= 3.6.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.6.1+dfsg-1.pgdg+1_arm64.deb
Size: 4102904
SHA256: 79ab62e8f349f9c253fc41351aaf49802cc88a98f35bf73f22b4bad2a34b5289
SHA1: ce2d32bd1eafaae207b4ad588db3fc60728adf14
MD5sum: 02cda2f88d67c283e157d76dbbcb9a2d
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 1ded4ff29952e02ed97da93c7d2490a791d49757 54392fde786371611843af52300e34ba20333c76 8b64a1a575afd9a53cc352c3440375165a5bde30 91cf2dcd8515b415c3f9a9553588915ccdc7c657 cda45547083bc0996a12948601a194be4d150df1
Timestamp: 2025-11-16 11:40:05+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.6.1+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38989
Recommends: postgresql-13-postgis-3
Provides: postgresql-13-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.6.1+dfsg-1.pgdg+1_all.deb
Size: 1299356
SHA256: a925f7c89539f7f0b63f193bfc66adff6ba6264cb799a0b7a2ae84841f36fe94
SHA1: a00f0ccd6ec95deac6afef5d2546834bc6466880
MD5sum: 87f0413474e92283b6a08de5865714f7
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-11-16 11:40:05+00

Package: postgresql-14-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 343
Depends: postgresql-14, libc6 (>= 2.38), libgdal38 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw_1.1.7-2.pgdg+2_arm64.deb
Size: 93620
SHA256: 0db376eb1da955f22f12ab4dc59c5f9a62b129f9a4d9507fbe8ccf43eae482e9
SHA1: 0f9d5fdcf4f9500832718881a5edef79250f1451
MD5sum: 765944d448a69e20131d6f032e895645
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-11-16 11:40:05+00

Package: postgresql-14-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 203
Depends: postgresql-14-ogr-fdw (= 1.1.7-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw-dbgsym_1.1.7-2.pgdg+2_arm64.deb
Size: 147624
SHA256: 2dafb088109d8e20aa73388293f55c55a7822c1811dc91d0bb96a00cba8819bb
SHA1: 98fd511f4be04c3f50e4f8e08a47acf1c1772a37
MD5sum: 864d9e14fdf0d80a65c484e96eda4850
Description: debug symbols for postgresql-14-ogr-fdw
Build-Ids: 0bf52dbf97d14f4e6eebe4567f3cd08381408dbf 738d8b9ca94037aeae93464e77061570150a3519
Timestamp: 2025-11-16 11:40:05+00

Package: postgresql-14-postgis-3
Source: postgis
Version: 3.6.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9973
Depends: postgresql-14, postgresql-14-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal38 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-14-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3_3.6.1+dfsg-1.pgdg+1_arm64.deb
Size: 3426396
SHA256: 173ade1bbf8c99735b091fa216d7dee3aafd3ed6fff348ec75ed8a6b16684ee7
SHA1: 63f1d95f6e4e55b0b84da11e475ed35155a6baf2
MD5sum: 5a1ef2629d3e907504c646ddd4e311b5
Description: Geographic objects support for PostgreSQL 14
 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".
Timestamp: 2025-11-16 11:40:05+00

Package: postgresql-14-postgis-3-dbgsym
Source: postgis
Version: 3.6.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4663
Depends: postgresql-14-postgis-3 (= 3.6.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-14-postgis-3-dbgsym_3.6.1+dfsg-1.pgdg+1_arm64.deb
Size: 4085460
SHA256: 4bd6920637acf08eaeb13fffb3cbaac25dff42ae056d5d77876a8377f0cd8f67
SHA1: 8c9a7f601d3fbb3b5300fcbbc2ced91c73e81eb3
MD5sum: 3ae50b0611a284b1bff9c9d294350f03
Description: debug symbols for postgresql-14-postgis-3
Build-Ids: 2b885078e12fe96920a375c0bde4180fff6d37f7 32c6bf5b6b4ea1fd45055779ade5a16f05766b47 531a3fe4fd46b6019a22f5a8cb2c622bb46ed3cd c901df88798f17876a5891afab9b19bfc1ba3ea0 d5bde168913ce69d0eb9a64b921c9eea34772865
Timestamp: 2025-11-16 11:40:05+00

Package: postgresql-14-postgis-3-scripts
Source: postgis
Version: 3.6.1+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38989
Recommends: postgresql-14-postgis-3
Provides: postgresql-14-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3-scripts_3.6.1+dfsg-1.pgdg+1_all.deb
Size: 1299412
SHA256: 04a9628ba7bb80e6f58a691a060a9bff8729bbd2bba2ff25e9cf20dc751aec34
SHA1: 40b678d69aaba915b4018c37a2977919e16465ac
MD5sum: dc7c000e637a1fa765936e7179651827
Description: Geographic objects support for PostgreSQL 14 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 14 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-11-16 11:40:05+00

Package: postgresql-15-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 343
Depends: postgresql-15, libc6 (>= 2.38), libgdal38 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-15-ogr-fdw_1.1.7-2.pgdg+2_arm64.deb
Size: 94056
SHA256: 8eaa985e26a7eda58e5540a943959b1ca9b4e5fb656fbe74884475924eeed3a0
SHA1: cc75a52cd2418f35a100241ef903650504586a3a
MD5sum: 0a60a3d04ec165d2cb5788e2185e924f
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-11-16 11:40:05+00

Package: postgresql-15-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 201
Depends: postgresql-15-ogr-fdw (= 1.1.7-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-15-ogr-fdw-dbgsym_1.1.7-2.pgdg+2_arm64.deb
Size: 145580
SHA256: 2a5a70bdf9f721b568e913803b000b08c16572407ade82ec5f1602b6b4f35e4a
SHA1: 70f04039ddc607ed2a22c4b2dfeb2d493248c354
MD5sum: e99d3168f817f4da2d132fd5ee718ea8
Description: debug symbols for postgresql-15-ogr-fdw
Build-Ids: 8916215d9aa189b32178138308f62b361a819de7 8d5d88cc130424c2debad977bf7a8ce80cd7656d
Timestamp: 2025-11-16 11:40:05+00

Package: postgresql-15-postgis-3
Source: postgis
Version: 3.6.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10102
Depends: postgresql-15, postgresql-15-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal38 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-15-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3_3.6.1+dfsg-1.pgdg+1_arm64.deb
Size: 3459440
SHA256: a44db79b5cf480a4adcc26febf74c8588bf262448556f8bc6e2b61ff2c708481
SHA1: e33054ba3bf833f10843acee9c5fecc1340a3696
MD5sum: f52e46943d2d42acd8723ba9c8c15182
Description: Geographic objects support for PostgreSQL 15
 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".
Timestamp: 2025-11-16 11:40:05+00

Package: postgresql-15-postgis-3-dbgsym
Source: postgis
Version: 3.6.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4667
Depends: postgresql-15-postgis-3 (= 3.6.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-15-postgis-3-dbgsym_3.6.1+dfsg-1.pgdg+1_arm64.deb
Size: 4091064
SHA256: eae82c44a7ca68da1fb8d8e50fef66d833d7c18b9608255d2592dca29bd1dbf8
SHA1: 84e859dc84013069b28f6a7c506065022943deb0
MD5sum: 015b51fe60088fbc1848af491d49e04e
Description: debug symbols for postgresql-15-postgis-3
Build-Ids: 1a86eb6b637c0234dec6a1c8cd696fce37d5b268 694d182f7ea61f8ed0e729d84224944ee2743740 7fcfbb1502d36113de3f717e5bc18071f9c035b7 928659ed9b523466f2649e1700be6b83c7888290 a8a8f4ea3f4b8b2b6ee0f0243fa3f0934e61ed80
Timestamp: 2025-11-16 11:40:05+00

Package: postgresql-15-postgis-3-scripts
Source: postgis
Version: 3.6.1+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38989
Recommends: postgresql-15-postgis-3
Provides: postgresql-15-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3-scripts_3.6.1+dfsg-1.pgdg+1_all.deb
Size: 1299340
SHA256: 902eb7ea193e9ddd6edb8121cf8f2bac962bb57623b31d6f6277fb6d7d4e42ca
SHA1: 423a0dc6886cb2daa8749a4a91ee243b9dca7ce9
MD5sum: 3efcc54552502e3aac665e4b6e8fd34a
Description: Geographic objects support for PostgreSQL 15 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 15 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-11-16 11:40:05+00

Package: postgresql-16-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 279
Depends: postgresql-16, libc6 (>= 2.38), libgdal38 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-16-ogr-fdw_1.1.7-2.pgdg+2_arm64.deb
Size: 93280
SHA256: 2e35389b85a43a707e4647be65b7762c56e71dd5c451c974b5abf16ea5da4666
SHA1: a45fd56bdf99d96d381d7130c567577f8c3b8bc5
MD5sum: 2cc2f955a178014d97beefe990736fc1
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-11-16 11:40:05+00

Package: postgresql-16-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 203
Depends: postgresql-16-ogr-fdw (= 1.1.7-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-16-ogr-fdw-dbgsym_1.1.7-2.pgdg+2_arm64.deb
Size: 149784
SHA256: 573a7e4eaa402db6e239e4d5a88021407449e61746f6bb4bc919c880e13f6069
SHA1: 4dd74e370713161a0828a51ecdb2e9cc38f8c21a
MD5sum: da2012b62a4d9f36540f066e07ffc23f
Description: debug symbols for postgresql-16-ogr-fdw
Build-Ids: 33e6b65ada014bd8cd14bb2b11662784edbbb567 90b22b24f6babc0b23202941cc741e6d206e0d70
Timestamp: 2025-11-16 11:40:05+00

Package: postgresql-16-postgis-3
Source: postgis
Version: 3.6.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10230
Depends: postgresql-16, postgresql-16-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal38 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-16-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3_3.6.1+dfsg-1.pgdg+1_arm64.deb
Size: 3536716
SHA256: d2334409b39c46b3d436feff0104755df21cbc9d15209288322a0bc3816c4dcd
SHA1: 8e3f096ad86edb94fed687819289e65fb5d745b1
MD5sum: 95f326a83a9ff5d2b395fa16123d1d9e
Description: Geographic objects support for PostgreSQL 16
 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".
Timestamp: 2025-11-16 11:40:05+00

Package: postgresql-16-postgis-3-dbgsym
Source: postgis
Version: 3.6.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4795
Depends: postgresql-16-postgis-3 (= 3.6.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-16-postgis-3-dbgsym_3.6.1+dfsg-1.pgdg+1_arm64.deb
Size: 4227196
SHA256: bfe1c782a489901722437b8d47ca987f20089cd4303bbe4ed7bb2a2ccc8cfbfc
SHA1: 1cfdc807f126c9bb4794a4e1177cce5a535a2403
MD5sum: fcf86022cffb5e1d677bb750eeff06a7
Description: debug symbols for postgresql-16-postgis-3
Build-Ids: 332c95f5a1e2bda3856ce1f76ccb95530742c382 491add7d50c3108193608792c80ac8a8fc361c25 86f1b4315a9d1b2ecf3e7487d2bf0d1c77abc553 918daf569edc84eb13795189e8f598c13fff3613 9ac140e0186ba8c4627fc54fe3512da189bd0ece
Timestamp: 2025-11-16 11:40:05+00

Package: postgresql-16-postgis-3-scripts
Source: postgis
Version: 3.6.1+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38989
Recommends: postgresql-16-postgis-3
Provides: postgresql-16-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3-scripts_3.6.1+dfsg-1.pgdg+1_all.deb
Size: 1299184
SHA256: 7d8f4792c81fd7378879b1a17ae3ed6459a586bf21c3c2d194ef50d5c7257c45
SHA1: 14996b6b764ef1dfd3b5288d943a6b96d5de843f
MD5sum: eb6adb540f345cd3ee95416bea53341a
Description: Geographic objects support for PostgreSQL 16 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 16 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-11-16 11:40:05+00

Package: postgresql-17-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 279
Depends: postgresql-17, libc6 (>= 2.38), libgdal38 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-17-ogr-fdw_1.1.7-2.pgdg+2_arm64.deb
Size: 93288
SHA256: b2a7db2b12baf0c821f0ca3473e0b73458f076432450a7130376a8dd0eb904de
SHA1: de8f8ad3aa9016f95c4f88fe08f5cb1f09f7c265
MD5sum: d13d3db6b92d05d2fd3ba63fa3c74dc3
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-11-16 11:40:05+00

Package: postgresql-17-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 205
Depends: postgresql-17-ogr-fdw (= 1.1.7-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-17-ogr-fdw-dbgsym_1.1.7-2.pgdg+2_arm64.deb
Size: 151416
SHA256: 7d582831b93037790cc18696abbba31b9df1e7730898f9e72658c8f4c00e2078
SHA1: 6a6adaa8bff440fb9a90e89684a89e4e2541bc7d
MD5sum: 8d1bf9f2e3260fef324d1f7bf4b2bd7e
Description: debug symbols for postgresql-17-ogr-fdw
Build-Ids: a9eeb472f86fa1d5d3f04cdd9f8d6ee31e09e1b5 e4d9b9c4a7f20d3e1a53e12db22248e354a6a257
Timestamp: 2025-11-16 11:40:05+00

Package: postgresql-17-postgis-3
Source: postgis
Version: 3.6.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10333
Depends: postgresql-17, postgresql-17-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal38 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-17-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-17-postgis-3_3.6.1+dfsg-1.pgdg+1_arm64.deb
Size: 3552088
SHA256: 66af6c993ae9789ff2fd23f09a04368e26d8049397ae2788a2f974021b9fa956
SHA1: 8a9cfc9025f67bcf4043f35b44fe83be720fcc16
MD5sum: b086707d9c312ce2810c68abbb85c78f
Description: Geographic objects support for PostgreSQL 17
 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".
Timestamp: 2025-11-16 11:40:05+00

Package: postgresql-17-postgis-3-dbgsym
Source: postgis
Version: 3.6.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4796
Depends: postgresql-17-postgis-3 (= 3.6.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-17-postgis-3-dbgsym_3.6.1+dfsg-1.pgdg+1_arm64.deb
Size: 4226436
SHA256: 83c00f9b33936a8a715e3f4f4351d9d4c4ee12e2b44276c24914660ce9c1f6ba
SHA1: 87b749ed38278b5cbc047a57c11af195e162e9c5
MD5sum: a10969a29ec5054428326f655dda42e3
Description: debug symbols for postgresql-17-postgis-3
Build-Ids: 2a49f482c197056f62d414240170c1a2185614ac 643896ae6e4ce1b3e863b4e09b1fdd83c0c7885a 6f5d2189c75541191a5afe735d2dab495bba6d60 978d1db9c4223f21cebf33e993d1174546271f18 ea6fc138d501b35346efc804e9d4f3a88fcd5e9d
Timestamp: 2025-11-16 11:40:05+00

Package: postgresql-17-postgis-3-scripts
Source: postgis
Version: 3.6.1+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38989
Recommends: postgresql-17-postgis-3
Provides: postgresql-17-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-17-postgis-3-scripts_3.6.1+dfsg-1.pgdg+1_all.deb
Size: 1299292
SHA256: 51468f058ef68c8125ef1ebdb6577457b36ffb7fcce02dd9ad3b351aefd9ff8c
SHA1: a49c74ce2b048d6c24c3bc5ae8365e395e5e7534
MD5sum: 718bd2ff2ffd638f2b5eafe2d01e5584
Description: Geographic objects support for PostgreSQL 17 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 17 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-11-16 11:40:05+00

Package: postgresql-18-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 279
Depends: postgresql-18, libc6 (>= 2.38), libgdal38 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-18-ogr-fdw_1.1.7-2.pgdg+2_arm64.deb
Size: 93212
SHA256: 5577053358230d22aee92bdd66124bdbcf3ad78d28b0852653cb5abfe09437a1
SHA1: bb93326191f7068f1622bfdcf81b2fe75e961cba
MD5sum: 2f939edb03b5cf05d31c9fbc37749490
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2025-11-16 11:40:05+00

Package: postgresql-18-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 207
Depends: postgresql-18-ogr-fdw (= 1.1.7-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-18-ogr-fdw-dbgsym_1.1.7-2.pgdg+2_arm64.deb
Size: 153468
SHA256: 15d60679d19800d18fe76b1ce841fdc2e943f57dd5fe99f8944c8d69019c5a6f
SHA1: 127936e070bd483558c7538e063c4a062eaeb4bc
MD5sum: 648cb74b762dc9843309c1f0a0e97a97
Description: debug symbols for postgresql-18-ogr-fdw
Build-Ids: 2f24d0c87b95f76755ed46d222a9878bd21e2951 4453dd3c49e6d3da8a3e652f37ff40381f05aa6c
Timestamp: 2025-11-16 11:40:05+00

Package: postgresql-18-postgis-3
Source: postgis
Version: 3.6.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10366
Depends: postgresql-18, postgresql-18-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal38 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-18-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-18-postgis-3_3.6.1+dfsg-1.pgdg+1_arm64.deb
Size: 3561508
SHA256: 92c457b83e031f6d5502aae2b0359cf515e87039bbfd7ee34ae86b944d246717
SHA1: e757bae4b216a9120b8df5c0e3a1f9d3096a9795
MD5sum: 607ca141d6eb88f5c2b9bd50a2105cbf
Description: Geographic objects support for PostgreSQL 18
 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".
Timestamp: 2025-11-16 11:40:05+00

Package: postgresql-18-postgis-3-dbgsym
Source: postgis
Version: 3.6.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 4798
Depends: postgresql-18-postgis-3 (= 3.6.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-18-postgis-3-dbgsym_3.6.1+dfsg-1.pgdg+1_arm64.deb
Size: 4230324
SHA256: d549279222463fea5ae449882e633e4a78ab3694c54b8696d85378504dc29512
SHA1: a8ea0cb52bb5901bd65b9281f12e4c433ea4646f
MD5sum: 62321526c83d381e33074affb5192a7a
Description: debug symbols for postgresql-18-postgis-3
Build-Ids: 395f22898d905031ef4172258ced8aa0391b46a5 55295bb813646d00702c6a2ccb6e01b8d2c6c1ea 678aeef61bf1e01a7419a3a3380946ea7b2360ce 99246a96ccb09bce61576685102c4ddbdaca91a3 d231b37ba979310a1a718caf6ad6c27103eb0233
Timestamp: 2025-11-16 11:40:05+00

Package: postgresql-18-postgis-3-scripts
Source: postgis
Version: 3.6.1+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38989
Recommends: postgresql-18-postgis-3
Provides: postgresql-18-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-18-postgis-3-scripts_3.6.1+dfsg-1.pgdg+1_all.deb
Size: 1299344
SHA256: 1b9bbc06f9a0841247c3cb479c82c365635c02457e6c6e55c8a3217a733e0d08
SHA1: 728c7fa1dffd1f3ecb2838a387bef69b88fc6068
MD5sum: 7ea45225521d5df7053eba6b9d2a9f01
Description: Geographic objects support for PostgreSQL 18 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 18 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2025-11-16 11:40:05+00

Package: postgresql-postgis
Source: postgis
Version: 3.6.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 66
Depends: postgresql-postgis-scripts, postgresql-18-postgis-3
Homepage: https://postgis.net/
Priority: optional
Section: metapackages
Filename: pool/main/p/postgis/postgresql-postgis_3.6.1+dfsg-1.pgdg+1_arm64.deb
Size: 21792
SHA256: 8446ae40e3ebf3743481b509ad6be1a211a56cb89411e4f4cd7a83569fe16162
SHA1: bf675e2d8adbb0062a4a0f3d7de4208db8088094
MD5sum: 72b8f4a2804a6e228d8d7c0551ddb335
Description: Geographic objects support for PostgreSQL -- Metapackage
 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 metapackage depends on the PostGIS package for PostgreSQL 18.
Timestamp: 2025-11-16 11:40:05+00

Package: postgresql-postgis-scripts
Source: postgis
Version: 3.6.1+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 66
Depends: postgresql-18-postgis-3-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-postgis-scripts_3.6.1+dfsg-1.pgdg+1_all.deb
Size: 21832
SHA256: 3a56435a30993776c058e0ca4d8174bed1f393a0aa81e27d777908f209be74c6
SHA1: 699b69c25740390709b854cb3d4d8991c87d8351
MD5sum: 347b84f14acc991cbfa6e9b16d6b76ef
Description: Geographic objects support for PostgreSQL -- SQL scripts metapackage
 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 metapackage depends on the PostGIS scripts package for
 PostgreSQL 18.
Timestamp: 2025-11-16 11:40:05+00

Package: postgresql-13-plr
Source: plr
Version: 1:8.4.8.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 338
Depends: r-base-core (>= 2.10), postgresql-13, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-13-jit-llvm (<< 19)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-13-plr_8.4.8.2-1.pgdg+1_arm64.deb
Size: 137132
SHA256: 45965423becba680b54fc890ec5ce1a8a33e2914fd83baaa86a7dbab04214b8e
SHA1: 23228f6cc7dca6ea17fb2c1e35c72f5633012ad1
MD5sum: cc48b50483eca10e8210f21a3b3f1384
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.
Timestamp: 2025-11-25 13:05:19+00

Package: libpgpool2
Source: pgpool2
Version: 4.6.3-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libs
Filename: pool/main/p/pgpool2/libpgpool2_4.6.3-4.pgdg+1_arm64.deb
Size: 142104
SHA256: b2a71248f276d36b2c62fb125fd7592d894595990a8a135301b0e3964cac6713
SHA1: 63257c6d6fb124e5e317efde7ce670aeb5774116
MD5sum: 47206cee7b7d71f20ca9e1c0f2c596af
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).
Timestamp: 2025-11-25 13:05:19+00

Package: libpgpool2-dbgsym
Source: pgpool2
Version: 4.6.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: libpgpool2 (= 4.6.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/libpgpool2-dbgsym_4.6.3-4.pgdg+1_arm64.deb
Size: 65028
SHA256: 8aaa832e4bd3ee6f1a0ca01f5e90829b7a83873a70f9d8c31f5be1d8db995300
SHA1: 7bff1ed2d08220087acab2e3b5754727ac9cf698
MD5sum: 11c871a3c556c7eaa9843210bf6a5c68
Description: debug symbols for libpgpool2
Build-Ids: c22bba071b6cc630726a3581d03273c8a5e041b7
Timestamp: 2025-11-25 13:05:19+00

Package: libpgpool-dev
Source: pgpool2
Version: 4.6.3-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 261
Depends: libpgpool2 (= 4.6.3-4.pgdg+1)
Conflicts: libpcp3-dev
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libdevel
Filename: pool/main/p/pgpool2/libpgpool-dev_4.6.3-4.pgdg+1_arm64.deb
Size: 152868
SHA256: 38d232d543b2d2b9597535c2bbb76b32c715fd9e426e8c1c2d6e412bebd4c71c
SHA1: 4fb9cc2f4920b9747df662236cf1623428b6cbb4
MD5sum: 74046e04e906c378019c3df478d4f04e
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).
Timestamp: 2025-11-25 13:05:19+00

Package: pg-auto-failover-cli
Source: pg-auto-failover
Version: 2.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1092
Depends: openssl, libc6 (>= 2.38), libncurses6 (>= 6), libpq5 (>= 9.1~), libtinfo6 (>= 6)
Recommends: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/pg-auto-failover-cli_2.2-3.pgdg+1_arm64.deb
Size: 432392
SHA256: f12317c4bc0d5e8d65bb9c733f8b3c8cddb0f04b6ff3c70f57d358aa59e50c9a
SHA1: 123d143d1785c53984f82fb67a20e0660110c50c
MD5sum: 1546d935eb8551dc7513684de867b961
Description: Command line interface and service to manage pg auto failover Clusters
 This CLI is used to manage pg_auto_failover installations to provide High
 Availability to Postgres.
Timestamp: 2025-11-25 13:05:19+00

Package: pg-auto-failover-cli-dbgsym
Source: pg-auto-failover
Version: 2.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1434
Depends: pg-auto-failover-cli (= 2.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/pg-auto-failover-cli-dbgsym_2.2-3.pgdg+1_arm64.deb
Size: 593664
SHA256: e4e29c875eca368d170e3517b82937be1cd81415c950f6842a97b50ddca78936
SHA1: 07e923f689a864837540e785fb8df3f81e43430e
MD5sum: 0180895a0ad9669ae60587621622b9f5
Description: debug symbols for pg-auto-failover-cli
Build-Ids: 2069275592e1e008fb8c74464978f7ae06dbc55b
Timestamp: 2025-11-25 13:05:19+00

Package: pgbadger
Version: 13.1-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1727
Depends: libjson-xs-perl, libtext-csv-xs-perl, perl:any
Multi-Arch: foreign
Homepage: https://dalibo.github.io/pgbadger/
Priority: optional
Section: database
Filename: pool/main/p/pgbadger/pgbadger_13.1-2.pgdg+1_all.deb
Size: 382540
SHA256: d3f5c0d427ebf807cccc5c49e066553a6ff7caca05129bb968373d496b634c33
SHA1: 1708145d91dd4b87a25a95c800da3f27ed60adf0
MD5sum: 547d724e8af30dd0a38bc9b5165fb1d2
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.
Timestamp: 2025-11-25 13:05:19+00

Package: pgbouncer
Version: 1.25.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 707
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: postgresql-common (>= 26), libc6 (>= 2.38), libcares2 (>= 1.12), libevent-2.1-7t64 (>= 2.1.8-stable), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libssl3t64 (>= 3.0.0), libsystemd0
Suggests: python3, python3-psycopg2
Enhances: postgresql (>= 7.4)
Homepage: https://www.pgbouncer.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbouncer/pgbouncer_1.25.0-2.pgdg+1_arm64.deb
Size: 247212
SHA256: 54bf88ab63a12d88d36589ab4280d16418dfb1240c5c087c068ed532bbc14db5
SHA1: 1a170a3d3751491b8b1e61b1eaa2f2a46e067bae
MD5sum: a1c1670a88a7f2de18ec59bfb00faf6d
Description: lightweight connection pooler for PostgreSQL
 PgBouncer is a lightweight connection pooler for PostgreSQL providing the
 following features:
 .
  * Several different methods of pooling 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.
Timestamp: 2025-11-25 13:05:19+00

Package: pgbouncer-dbgsym
Source: pgbouncer
Version: 1.25.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1159
Depends: pgbouncer (= 1.25.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbouncer/pgbouncer-dbgsym_1.25.0-2.pgdg+1_arm64.deb
Size: 582456
SHA256: d4640f38b8ccc8c3b02bb0e6baa57be489029d14df1d85fd40597db0f334b898
SHA1: c5375189843ef742f9c53876991748142d4fd330
MD5sum: d23972904d03202646857b9881dc2700
Description: debug symbols for pgbouncer
Build-Ids: 8498c6f3f93ea6396c4d19a6f0d7d048b7a70e15
Timestamp: 2025-11-25 13:05:19+00

Package: pgpool2
Version: 4.6.3-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7686
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: libpgpool2 (= 4.6.3-4.pgdg+1), postgresql-common, ucf, libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libldap2 (>= 2.6.2), libmemcached11t64 (>= 1.1.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3t64 (>= 3.0.0)
Enhances: postgresql
Conflicts: pgpool
Replaces: pgpool
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/pgpool2_4.6.3-4.pgdg+1_arm64.deb
Size: 1248112
SHA256: 2530480f998110f53ffeeb2f26546c1bddd13e9fe956a46567112ae679b6786c
SHA1: 6899c2be557eb11538e30d0c076ef1fe62bab8e3
MD5sum: 1deca12b87da92b6366a87805d19d728
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.
Timestamp: 2025-11-25 13:05:19+00

Package: pgpool2-dbgsym
Source: pgpool2
Version: 4.6.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5039
Depends: pgpool2 (= 4.6.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/pgpool2-dbgsym_4.6.3-4.pgdg+1_arm64.deb
Size: 2055768
SHA256: 8a92b023b0426ad9a0ed23a87d44addc5f1eb1b84a2cac1674378464990a9ceb
SHA1: 851dd184605389ed9552c15fec83ee57c0e793c7
MD5sum: c11d4c3c2a9d354e220561303e613c93
Description: debug symbols for pgpool2
Build-Ids: 12778fd79f1411ff6f0dc05b4ebeb8e0f218f44e 251113673ef5c95f05e284be06b64f50154092df 544699a4e050c55d225134dbcaff5b35598e5567 67ce05ddedaec39414c0e6bc1da5090cf13a1b6e 73e14f4fef08b119d77170126902a0a1f80d8ea5 b52f99a3ba3e77bca8a370b89414b8f94b24ba37 fc8260efad4315a3c424358b0cbfcb4a9cfa3d39
Timestamp: 2025-11-25 13:05:19+00

Package: pgwatch
Version: 4.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42917
Depends: systemd | systemd-standalone-sysusers | systemd-sysusers, libc6 (>= 2.34)
Suggests: grafana, postgresql, prometheus
Homepage: https://pgwatch.com/
Priority: optional
Section: database
Filename: pool/main/p/pgwatch/pgwatch_4.0.0-1.pgdg+1_arm64.deb
Size: 13234000
SHA256: d27d8445c8ba3223556560f3f64690bc1f890457c6153aa699ee24c38231db8b
SHA1: 0015cdb1f2ffc18602c08907f692006cca8f558e
MD5sum: 347cd870906fe94bc96be4d0341fba54
Description: PostgreSQL metrics monitor/dashboard
 pgwatch is a PostgreSQL monitoring metrics collector, using Grafana for data
 visualization.
Timestamp: 2025-11-25 13:05:19+00

Package: pgwatch-dbgsym
Source: pgwatch
Version: 4.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10380
Depends: pgwatch (= 4.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgwatch/pgwatch-dbgsym_4.0.0-1.pgdg+1_arm64.deb
Size: 7659860
SHA256: e132e26f47b2f13122f52033cc2433ce5f3789e8790710a8e8620f1c48443b2f
SHA1: 2d550a2b7180466c1db235a94ddac8baad9f16e2
MD5sum: f8b42e858a2b63dc43b4ea10438c2a05
Description: debug symbols for pgwatch
Build-Ids: 2dc6397dd0185f0468af88cdb004a0628f9f42cd
Timestamp: 2025-11-25 13:05:19+00

Package: pgxnclient
Version: 1.3.2-6.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 160
Depends: ca-certificates, python3 (>= 3.12) | python3-pkg-resources, python3-six, python3:any
Homepage: https://pgxn.github.io/pgxnclient/
Priority: optional
Section: database
Filename: pool/main/p/pgxnclient/pgxnclient_1.3.2-6.pgdg+1_all.deb
Size: 33336
SHA256: 0dab8bce83f0b276528b2f53ca1e46157596e7f55089116655ee0283f5579de2
SHA1: acc8232815e3c433d266441ad90511733d882401
MD5sum: 245b878c2d867f96c983707c8404ca57
Description: command line client for the PostgreSQL Extension Network
 The PGXN Client is a command line tool designed to interact with the
 PostgreSQL Extension Network at https://pgxn.org/ allowing searching,
 compiling, installing, and removing extensions in PostgreSQL databases.
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-10-pgpool2
Source: pgpool2
Version: 4.6.3-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 391
Depends: libpgpool2 (>= 4.6.3-4.pgdg+1), postgresql-10, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2_4.6.3-4.pgdg+1_arm64.deb
Size: 134132
SHA256: 695988b71f6a2bf6da08d2ca8a35dab65b0567335005130399743cbccbc9365a
SHA1: e8a0f4e23aa4daa73c5a32e196bf205c8194bb5a
MD5sum: c69ef188a992bbcd4e9551536cb573a1
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 10 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-10-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-10-pgpool2 (= 4.6.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2-dbgsym_4.6.3-4.pgdg+1_arm64.deb
Size: 53476
SHA256: b253a6459dedc55f95588db21018f54e8bc0870898577f098ef47ad446ad6743
SHA1: a5390cea903118fce264316ac2b072ba8b4d12a9
MD5sum: 78daa10a5d041f7352f3cbfc7fd19dc1
Description: debug symbols for postgresql-10-pgpool2
Build-Ids: 3074f73c28576728e999cc62fa2d0cac102b1bf5 75cf33c6039c591cb499d88b630cab81d84c1c73 7926a851b60f7411aef036df5e5a1e8df96a312b
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-10-powa
Source: powa-archivist
Version: 5.1.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1643
Depends: postgresql-contrib-10, postgresql-10, libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-10-powa_5.1.0-2.pgdg+1_arm64.deb
Size: 54424
SHA256: 0730ddd6bcd0e9c83240fb41b3f493769e3732ba2e330c8549d9afb962a06554
SHA1: 8fc77f310bf6e78ea31491b1d067332ac09d176c
MD5sum: b7eb81dbda86453afab688ba8389df42
Description: PostgreSQL Workload Analyzer -- PostgreSQL 10 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-10-powa-dbgsym
Source: powa-archivist
Version: 5.1.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-10-powa (= 5.1.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-10-powa-dbgsym_5.1.0-2.pgdg+1_arm64.deb
Size: 35084
SHA256: 635d2a38e2239f706e23aa51bf39fdc2eea28b3cc52f8ff98f3c83f9a40a60d0
SHA1: 7db409d79445e1963bf5ea06b2c889e3787f4958
MD5sum: 2de3076a05c1f717f865387f9aafae1f
Description: debug symbols for postgresql-10-powa
Build-Ids: ec26b2d81deb7f2289412e4dfe2562534fbe351f
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-11-auto-failover
Source: pg-auto-failover
Version: 2.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 287
Depends: pg-auto-failover-cli (>= 2.2-3.pgdg+1), postgresql-11, libc6 (>= 2.38), libpq5 (>= 8.4~)
Provides: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-11-auto-failover_2.2-3.pgdg+1_arm64.deb
Size: 57112
SHA256: 3b78715f9159c051214fc30a1adc8a7e60955e3aabc5dab503faee5ad8ab8a28
SHA1: 341658767b94fa8c9398e077b5e9b85d945462d1
MD5sum: 28a47795f0b5084f540e5660c4ec4264
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-11-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-11-auto-failover (= 2.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-11-auto-failover-dbgsym_2.2-3.pgdg+1_arm64.deb
Size: 129136
SHA256: 598921c0170067b658e2bd80f904d247c4adafe2fd19e3d14990ea476d182bad
SHA1: 2323a23a316d27e76b2381a81ea7a492d08abed0
MD5sum: eb0a4f98e0163eb0bcb0d5242c76efef
Description: debug symbols for postgresql-11-auto-failover
Build-Ids: 99410b80d991bace792ae0f64c3c36c14e8ec684
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-11-orafce
Source: orafce
Version: 4.16.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 648
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_4.16.3-1.pgdg+1_arm64.deb
Size: 127792
SHA256: 0277858b7921486d56c79b1ae4a93da5da5677e751af1d6d33398984f6c6d78c
SHA1: 3bbf2c1be6a95d16d09e6a8b116c0ab98b138d17
MD5sum: 78362cce8dacb7ca0695dedf3984f7fb
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-11-orafce-dbgsym
Source: orafce
Version: 4.16.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 328
Depends: postgresql-11-orafce (= 4.16.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_4.16.3-1.pgdg+1_arm64.deb
Size: 274912
SHA256: 69a6cf8d43732c4fc0a1ca6309891b3c4c5e6efc0ca081f7ba47bd9753aea7af
SHA1: f5d0ec505c97e2acdc5fd7548a049b49770a71cc
MD5sum: 7030e962105611e7b914325849858b78
Description: debug symbols for postgresql-11-orafce
Build-Ids: ceb9a82d71105f0ad945197278611f169d2cae88
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-11-pgpool2
Source: pgpool2
Version: 4.6.3-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 391
Depends: libpgpool2 (>= 4.6.3-4.pgdg+1), postgresql-11, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2_4.6.3-4.pgdg+1_arm64.deb
Size: 134076
SHA256: 5af408738f7367f9b77692aaa697a6af9a3081ba2d0c09d2238aadabab5da580
SHA1: 912953c5f5efa64e8ed56284433f5178f8e4e7a0
MD5sum: c0e4494c8ed9f5306eb1bb4bd4bcf861
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 11 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-11-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-11-pgpool2 (= 4.6.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2-dbgsym_4.6.3-4.pgdg+1_arm64.deb
Size: 51212
SHA256: 8cbaa33b563acda27b5ad84d323837e5c78915c469492b39e74425fc0b55863d
SHA1: ff0790b36a252cf830d3fdc4f97f74ed569c8fc8
MD5sum: d7bdaec822ddb78c79d2cd75a4e34477
Description: debug symbols for postgresql-11-pgpool2
Build-Ids: 69094df7b831863c528d263e547b11e30091de91 c0ff0d1c1d8120e554092be231343234e3ea9826 dd62005abe85ebeaf59523e6dcc7710135507bf7
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-11-plr
Source: plr
Version: 1:8.4.8.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: r-base-core (>= 2.10), postgresql-11, libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-11-plr_8.4.8.2-1.pgdg+1_arm64.deb
Size: 63372
SHA256: d071ef6b08cbd6970582be33b494dd61d3f1d25553892ae1ec6ba4bc09ab9a42
SHA1: cdbbf7b68e2e700e84a74308c83e2469686ed0bf
MD5sum: 22abe27eee0cfb3428e7ddefea8a2b62
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.
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-11-plr-dbgsym
Source: plr
Version: 1:8.4.8.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-11-plr (= 1:8.4.8.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-11-plr-dbgsym_8.4.8.2-1.pgdg+1_arm64.deb
Size: 119224
SHA256: 7cf3a3e366e0011e9e0dbc9ec8cc552cb29b33528dccc38cd48ac97f5437491e
SHA1: 6e59c6d0d03d2885dc2e7c26b3a652bd039fd155
MD5sum: f01f831d6cdf22f943658896bcffd4b0
Description: debug symbols for postgresql-11-plr
Build-Ids: 10e2def7dff48b3c84b44c01908c3f4a5181eb75
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-11-powa
Source: powa-archivist
Version: 5.1.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1643
Depends: postgresql-contrib-11, postgresql-11, libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-11-powa_5.1.0-2.pgdg+1_arm64.deb
Size: 54352
SHA256: ac7f03969f9468d6ac6681694288cb8f2caa652958b7155913b367391123c436
SHA1: 35c76b7069499d76bcdf5aed73daacbbc165d11a
MD5sum: 544220fd86c6035af4870d1302218394
Description: PostgreSQL Workload Analyzer -- PostgreSQL 11 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-11-powa-dbgsym
Source: powa-archivist
Version: 5.1.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-11-powa (= 5.1.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-11-powa-dbgsym_5.1.0-2.pgdg+1_arm64.deb
Size: 33848
SHA256: c163814ce95419974b34e71edcb24e88afaa25e89921844a934b47030b9ea007
SHA1: 1dca61776c042c46f70aae0d8710d46aeaa80ab3
MD5sum: 2f775f4cb0898619e89de6cf48312b5a
Description: debug symbols for postgresql-11-powa
Build-Ids: 66e33d75bd9201351ca914779fc6950dbc1ef022
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-12-auto-failover
Source: pg-auto-failover
Version: 2.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1067
Depends: pg-auto-failover-cli (>= 2.2-3.pgdg+1), postgresql-12, libc6 (>= 2.38), libpq5 (>= 8.4~)
Breaks: postgresql-12-jit-llvm (<< 19)
Provides: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-12-auto-failover_2.2-3.pgdg+1_arm64.deb
Size: 366344
SHA256: 820f4791962b0e95b8e97f9a37eb1156ad14e530e7a272a1b47d8d4668cb23a1
SHA1: 8778c87678421a2737dd73fee155e49a886eadcd
MD5sum: aafd1dd5bac00b0e0cc55f2e92520980
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-12-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 161
Depends: postgresql-12-auto-failover (= 2.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-12-auto-failover-dbgsym_2.2-3.pgdg+1_arm64.deb
Size: 137508
SHA256: a76b405f72bb3033175e19b1f9d4fb9a38ce1cc8df3fed89e07f68e2bc974f09
SHA1: 801c14bbd4ebc478d1e261a43763f167548167fd
MD5sum: 43e1da96a22a711091fe4961e2a21a5d
Description: debug symbols for postgresql-12-auto-failover
Build-Ids: 4d2ab50dfb3b99852d95398e4ca111e4017ece68
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-12-orafce
Source: orafce
Version: 4.16.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1245
Depends: postgresql-12, libc6 (>= 2.38)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_4.16.3-1.pgdg+1_arm64.deb
Size: 378328
SHA256: 99d8a4fac2f414bdf975b2888b1e1d476a1fba4b98509d9892c6c748a1478170
SHA1: fca0e4d2d2bcaf540b0828050e392dc9f9153851
MD5sum: 4066ea250d29141103a74d2e644dd893
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-12-orafce-dbgsym
Source: orafce
Version: 4.16.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 333
Depends: postgresql-12-orafce (= 4.16.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_4.16.3-1.pgdg+1_arm64.deb
Size: 280212
SHA256: 19a28f7bb5c9a9a1fd00a3f31672eccb86f19cc6f8da1e6050fe6920d4b89554
SHA1: 5cb5cff621226b129d6c34485e373d32a6a1d16d
MD5sum: 3a4cc378deac50991b7f74614949dbde
Description: debug symbols for postgresql-12-orafce
Build-Ids: c98c08c9da9f7da8ebbb1481d92374f65f1cd9f9
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-12-pgpool2
Source: pgpool2
Version: 4.6.3-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 442
Depends: libpgpool2 (>= 4.6.3-4.pgdg+1), postgresql-12, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2_4.6.3-4.pgdg+1_arm64.deb
Size: 155756
SHA256: b43c550292370d0746c16d47bdd5538089f7ce2612289394a662994d4f9c74be
SHA1: d1200554d5e7d3fa5fbc4d5f0917b2d6a89ce3cd
MD5sum: 3e564ad159d9f2aae519d81aee0d9194
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 12 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-12-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-12-pgpool2 (= 4.6.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2-dbgsym_4.6.3-4.pgdg+1_arm64.deb
Size: 51896
SHA256: 56813c6da93d9222ae240e74cb2493b351926698c2ca7b595cd6da6da6906680
SHA1: 1ae0d836b95ad67a650d4ae04c0eddf6c3b49ae0
MD5sum: f9d47e876c7bf641b05e74164ccd45bf
Description: debug symbols for postgresql-12-pgpool2
Build-Ids: bd72703248b29584561a5d2bfb8ff1dce1e8cfb1 de88c954cf198273bc3fdf990bd3e100048f84cf f1fc3c173954b487f4e771ea314dc2eb7a258e04
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-12-plr
Source: plr
Version: 1:8.4.8.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 337
Depends: r-base-core (>= 2.10), postgresql-12, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-12-jit-llvm (<< 19)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-12-plr_8.4.8.2-1.pgdg+1_arm64.deb
Size: 136808
SHA256: 5611c9eaad7029e3aa60b6617162579114a0d065e02efd3147a72dd47ec4e632
SHA1: a8d73af703b9af0125a5ab8d05a0e756dec499b5
MD5sum: 2cc853dfaeff84565b8c611cbc10fd66
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.
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-12-plr-dbgsym
Source: plr
Version: 1:8.4.8.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-12-plr (= 1:8.4.8.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-12-plr-dbgsym_8.4.8.2-1.pgdg+1_arm64.deb
Size: 123648
SHA256: cdebab62c91ec57702c3e6ab2ff478a438207b691ae12152f8c5db537b0506ba
SHA1: 255eeac88ea1a11ca1b8a98cd5040dfe97645684
MD5sum: de7b6db5be4cd2d19fcd25b1c9191349
Description: debug symbols for postgresql-12-plr
Build-Ids: f344da0bd2f601f560e06592e140333507ca372d
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-12-powa
Source: powa-archivist
Version: 5.1.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1668
Depends: postgresql-contrib-12, postgresql-12, libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Breaks: postgresql-12-jit-llvm (<< 19)
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-12-powa_5.1.0-2.pgdg+1_arm64.deb
Size: 67476
SHA256: 2d0b82392c7f85c950ebd8cb774bc1f8193921c17ec93988ddded35901172a40
SHA1: 71d7d842d817956959a1c91de51ed1419f52f53f
MD5sum: 8d03a31c273bffd86f961b2567678e1c
Description: PostgreSQL Workload Analyzer -- PostgreSQL 12 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-12-powa-dbgsym
Source: powa-archivist
Version: 5.1.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-12-powa (= 5.1.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-12-powa-dbgsym_5.1.0-2.pgdg+1_arm64.deb
Size: 35672
SHA256: 869a2bc01f43e73fd46aaebbece5da39e4ce025d395094f30e0d9b1b40fe4cc5
SHA1: 1709252046e4f427fc356806d60d425cbc1a25e5
MD5sum: 281e0a75ed83da2565ec7de0be2b0f2d
Description: debug symbols for postgresql-12-powa
Build-Ids: 1fe6cf3a0d24ed141cded26c9921569a92c57413
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-13-auto-failover
Source: pg-auto-failover
Version: 2.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1086
Depends: pg-auto-failover-cli (>= 2.2-3.pgdg+1), postgresql-13, libc6 (>= 2.38), libpq5 (>= 8.4~)
Breaks: postgresql-13-jit-llvm (<< 19)
Provides: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-13-auto-failover_2.2-3.pgdg+1_arm64.deb
Size: 372340
SHA256: 3f52f9a7483282ef8021fd9e2d36c6c7eb41afc3b3b9a0fbdbc47bd67c007a58
SHA1: 1e2567b20b04994203b58689b70cd70523ec0518
MD5sum: 59967bdd29f1ca273c762a8296f646b1
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-13-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: postgresql-13-auto-failover (= 2.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-13-auto-failover-dbgsym_2.2-3.pgdg+1_arm64.deb
Size: 144772
SHA256: dbd5eb8618cf4d8e5202ababe79648c9ec30935ba7da49e81c97063d9baa03a5
SHA1: 044ed3c2278ed7f97aad01130b235794cf00c0e0
MD5sum: 5c61e0cc5b9b71ba5c11253930774f88
Description: debug symbols for postgresql-13-auto-failover
Build-Ids: 4b50d3c20434ff6d470d2d44bb3ff040170057a2
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-13-orafce
Source: orafce
Version: 4.16.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1243
Depends: postgresql-13, libc6 (>= 2.38)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_4.16.3-1.pgdg+1_arm64.deb
Size: 377852
SHA256: 5c1ba8954d0762ea447e019567c5452812a5d31f18a1bc09f449dd0d35745f39
SHA1: 19361155d41d5b5bf3f4eb92faf1b6f0f52f379a
MD5sum: 3223ecb9d883df01467a837a1d464f0b
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 4.16.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 339
Depends: postgresql-13-orafce (= 4.16.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_4.16.3-1.pgdg+1_arm64.deb
Size: 286888
SHA256: 349647e6751b962f1554609cc4f7a43f569ada2673955ddc03837dde6ff4400e
SHA1: fa201f72d208a3c0e1bda6e386d52312bbb77584
MD5sum: e59cead0fcfedbc8bc421c75f15ab472
Description: debug symbols for postgresql-13-orafce
Build-Ids: dc010cb9941b0d7fe83ed120d09df408fd80ac1b
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-13-pgpool2
Source: pgpool2
Version: 4.6.3-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 443
Depends: libpgpool2 (>= 4.6.3-4.pgdg+1), postgresql-13, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2_4.6.3-4.pgdg+1_arm64.deb
Size: 156072
SHA256: 0a806ad442611f230495c3a8e7af5bcb682e520281feb7871a9301576498c132
SHA1: 3c307f17a53579feb948238284385184b95fdf30
MD5sum: 786caeb6e291083cd8faaa6dad67c036
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 13 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-13-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-13-pgpool2 (= 4.6.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2-dbgsym_4.6.3-4.pgdg+1_arm64.deb
Size: 49636
SHA256: d5a857370d2e7b1d863e891c913bd1e3c1f5ab4c6db3e6e9609fa8ccbd03647d
SHA1: 338b316371db4e93cceda4193b75179ba9d1bc71
MD5sum: cb9ab200a94a340e1acdcbf28df46277
Description: debug symbols for postgresql-13-pgpool2
Build-Ids: 29acce0406436d47c13c3bf0295d403153556123 47489a83da8e090a45e194431a26bf2f74063c57 9d5b7920c99c86908256c9fbd4e70f2c936e0d0e
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-13-plr-dbgsym
Source: plr
Version: 1:8.4.8.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-13-plr (= 1:8.4.8.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-13-plr-dbgsym_8.4.8.2-1.pgdg+1_arm64.deb
Size: 127404
SHA256: 5c99d919bd7f612b75ce3e60ee348d269597530e6c919424a4a98dc50e0c3fe3
SHA1: b6f4b17b9feb0d00318bc7c3a623d9a75ce85ec6
MD5sum: e703285227aa9d59408695eee36a27b4
Description: debug symbols for postgresql-13-plr
Build-Ids: 8abb6aca0c27e9417424cb09fe89b8a4b343b793
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-13-powa
Source: powa-archivist
Version: 5.1.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1668
Depends: postgresql-contrib-13, postgresql-13, libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Breaks: postgresql-13-jit-llvm (<< 19)
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-13-powa_5.1.0-2.pgdg+1_arm64.deb
Size: 67532
SHA256: 8434e004409c68f3a1dc80cfab6cc63803192bf3f327d33677c4e42f2fcde0b5
SHA1: 9222144bf6b2270953a6702c086da4d4a36ecfce
MD5sum: ff138615b14782e0a1eb5432cd23b5d3
Description: PostgreSQL Workload Analyzer -- PostgreSQL 13 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-13-powa-dbgsym
Source: powa-archivist
Version: 5.1.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-13-powa (= 5.1.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-13-powa-dbgsym_5.1.0-2.pgdg+1_arm64.deb
Size: 32952
SHA256: ac84d2145a4f1992d3782dc524f4c7b062c6794d827b4bc2b67d3f6972b4dea3
SHA1: 8b485c8006c64b73fa0679fa3af5980cf1000bfd
MD5sum: 4f337161421f0e48a10680be76cdc1c1
Description: debug symbols for postgresql-13-powa
Build-Ids: ce98787e30f53df389a381bc9eb6a657be67134f
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-14-auto-failover
Source: pg-auto-failover
Version: 2.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1099
Depends: pg-auto-failover-cli (>= 2.2-3.pgdg+1), postgresql-14, libc6 (>= 2.38), libpq5 (>= 8.4~)
Breaks: postgresql-14-jit-llvm (<< 19)
Provides: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-14-auto-failover_2.2-3.pgdg+1_arm64.deb
Size: 374904
SHA256: 24d5feaaff69b981383b82e0a040adb1ba70612bc79d72a5f7d9a5aa518fd63b
SHA1: a608112ad58df4ab258dac7fd149e349a5040a84
MD5sum: 0d4ae90ed88348ce9af86c4bcc6a22a6
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-14-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 170
Depends: postgresql-14-auto-failover (= 2.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-14-auto-failover-dbgsym_2.2-3.pgdg+1_arm64.deb
Size: 146828
SHA256: 6e375111720aa7d2493ba598e178258cd3232c39ddfe576ba09b3aa6c5912704
SHA1: 2b97d5525f26fb42a8c9223c7eaf8166f76f2073
MD5sum: c23b46a89ec43966f93baee1c1c1c12e
Description: debug symbols for postgresql-14-auto-failover
Build-Ids: e4260dd5e784fe89ea021ebc07bee83c570d645d
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-14-orafce
Source: orafce
Version: 4.16.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1252
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_4.16.3-1.pgdg+1_arm64.deb
Size: 379620
SHA256: f3355ae56e99190ad3e1e2a4e0ee244b2e4cffcf4108721784a0e0a75aecbcfc
SHA1: 150a8ba27e96b1334cb6de2d3c62e622abfeaa34
MD5sum: a2696d82a013b879ea7b6348e27a55b9
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 4.16.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 345
Depends: postgresql-14-orafce (= 4.16.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_4.16.3-1.pgdg+1_arm64.deb
Size: 293520
SHA256: 9ea200052f868eb9ed86d2bc460491e8540812dc9379f166da0e8d06b693df55
SHA1: fac14c4b148e22c55f7a3d3ce05b82a6d28f89bc
MD5sum: 968ea1b97591d7fda078e9c6c7973710
Description: debug symbols for postgresql-14-orafce
Build-Ids: 0fd687c4595c19de52c6c99a4a337c77304de6f4
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-14-pgpool2
Source: pgpool2
Version: 4.6.3-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 443
Depends: libpgpool2 (>= 4.6.3-4.pgdg+1), postgresql-14, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2_4.6.3-4.pgdg+1_arm64.deb
Size: 156612
SHA256: 003b9adea15f0bb6e6274c156c0d2f79fa011174d62e15e2dc54deb809ae21f8
SHA1: 043417c25428591097722e067b3dbc56a0b43ef2
MD5sum: 43f3794522a08a3024b82c8a3070c613
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 14 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-14-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-14-pgpool2 (= 4.6.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2-dbgsym_4.6.3-4.pgdg+1_arm64.deb
Size: 50292
SHA256: 726b9bc276dff976c2f83a3f0390b256fb82785da7adc09e549ba82a142ae1f2
SHA1: 05fdf28506c2ee648a55c45ab3cb99419e213b21
MD5sum: 8f3ee03bae30964fdcd4e492b5fe704e
Description: debug symbols for postgresql-14-pgpool2
Build-Ids: 7f95368ab1801d70e7d0a17e348a06a17c9958e7 88d098dbff1cbba4e7f9e27280530390322718b6 b39e693e5894b15bb2c1492896f986aabf31e157
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.8.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 752
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.8.4-1.pgdg+1_arm64.deb
Size: 307504
SHA256: e9f55daece171de479207bb5046484166499f59031abba905513fa118dcb439f
SHA1: cc32f5caba6fee49f5c2701f5d89422ba919eeb6
MD5sum: 1d5d010fa64387330a24b7cadaab9a0e
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 331
Depends: postgresql-14-plpgsql-check (= 2.8.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.8.4-1.pgdg+1_arm64.deb
Size: 297336
SHA256: 7d0dff4d380bbbac825c957aa436325ce56e0ee3887c5385a5864d4213e730fb
SHA1: 107965bce9ab3b3274660b9914960140bdd50d94
MD5sum: e0e4c5dbcd7db406ff9276fdbc570605
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: 991fbad6254021e777636f2a3281aeefb11ad326
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-14-plr
Source: plr
Version: 1:8.4.8.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 339
Depends: r-base-core (>= 2.10), postgresql-14, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-14-jit-llvm (<< 19)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-14-plr_8.4.8.2-1.pgdg+1_arm64.deb
Size: 137400
SHA256: 8173dcac4da1e6d32076a312f46621e9f9806a0e4df2bc2e7032d57271bab7c5
SHA1: b6388d49fc3aebbbecaee4c98f7e76dcd2fb5f54
MD5sum: 5b7da89352036a215d07ac3f6e0e985f
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.
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-14-plr-dbgsym
Source: plr
Version: 1:8.4.8.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-14-plr (= 1:8.4.8.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-14-plr-dbgsym_8.4.8.2-1.pgdg+1_arm64.deb
Size: 128968
SHA256: 0c40d1b8e905ca314ebdefae5cfb3ac266b38cbc70775c7f834c318bb79fe85a
SHA1: 15eaec2214b9ca52243ba4dd04d066e0671983a4
MD5sum: c14a06acd21f38e92e2bc498029c1441
Description: debug symbols for postgresql-14-plr
Build-Ids: 94c2b144045e1a71a2371d75786eb763176bd48e
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-14-powa
Source: powa-archivist
Version: 5.1.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1668
Depends: postgresql-contrib-14, postgresql-14, libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Breaks: postgresql-14-jit-llvm (<< 19)
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-14-powa_5.1.0-2.pgdg+1_arm64.deb
Size: 67508
SHA256: b2c6a23cb25e0258425e1cc1e22a3163d7cea61b6dab78fd4b5700c4c9b8967a
SHA1: fc1b8fc8ccb6649a272d7264f4b84f3a25c5eafd
MD5sum: a2a22655daca3cd6e11f31781fe81ac5
Description: PostgreSQL Workload Analyzer -- PostgreSQL 14 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-14-powa-dbgsym
Source: powa-archivist
Version: 5.1.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-14-powa (= 5.1.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-14-powa-dbgsym_5.1.0-2.pgdg+1_arm64.deb
Size: 33724
SHA256: 4f92dc6912af76e8b945de2e9459532c35ccf932275d5f96f75d0ba47c049203
SHA1: 9883c346d9f3e5f1e782e1360c9ae6fa5d8b3983
MD5sum: 162f133acc6a7eb5741456e560a216f3
Description: debug symbols for postgresql-14-powa
Build-Ids: 97fa0d78a342e44ab78eccde327eaf15bfeef2eb
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-15-auto-failover
Source: pg-auto-failover
Version: 2.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1090
Depends: pg-auto-failover-cli (>= 2.2-3.pgdg+1), postgresql-15, libc6 (>= 2.38), libpq5 (>= 8.4~)
Breaks: postgresql-15-jit-llvm (<< 19)
Provides: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-15-auto-failover_2.2-3.pgdg+1_arm64.deb
Size: 371384
SHA256: 16d05022e002056a828829237e48db20e6c89ae246f6bdf17049b032b6eae9c5
SHA1: 8fecb6bf6b970ab6ddd003e9d590055770a469dc
MD5sum: a9dad2276ecd9bc29e1304ab1286dee8
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-15-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-15-auto-failover (= 2.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-15-auto-failover-dbgsym_2.2-3.pgdg+1_arm64.deb
Size: 151936
SHA256: bc7f6d38d61d55aa777a90be5e9a8af841e7c90444d0861d327ef8ef474d2aa0
SHA1: 24e95c09f8b9a247be679b3c4da77cab48789f08
MD5sum: 04f404694a25dd543f42dc81e2f7f62d
Description: debug symbols for postgresql-15-auto-failover
Build-Ids: b2e1aab759e344c18521ae43637390edcf0cc0e9
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-15-orafce
Source: orafce
Version: 4.16.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1248
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-15-orafce_4.16.3-1.pgdg+1_arm64.deb
Size: 376412
SHA256: 14e40bef6d6531b07f300c72efb0dcc588a313c4e5b5725199017c38d7e4a546
SHA1: 13e34427d79fbf54582e173322b160badcb8954d
MD5sum: 4d9205814e7c10e4ba58f8e5680b1695
Description: Oracle support functions for PostgreSQL 15
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-15-orafce-dbgsym
Source: orafce
Version: 4.16.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 348
Depends: postgresql-15-orafce (= 4.16.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-15-orafce-dbgsym_4.16.3-1.pgdg+1_arm64.deb
Size: 295272
SHA256: accc1a178a4fbdeca0fd4320220592ed2b70b08f91e173d7f05bae98dcb05d8c
SHA1: 2f9be0d341cb41466f7760754c301120b32f3caf
MD5sum: 794495c54a3c64c14b8fb0cb24c3db58
Description: debug symbols for postgresql-15-orafce
Build-Ids: 779dc028c65f0ebcc907eea85b4571ed97dd695a
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-15-pgpool2
Source: pgpool2
Version: 4.6.3-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 445
Depends: libpgpool2 (>= 4.6.3-4.pgdg+1), postgresql-15, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2_4.6.3-4.pgdg+1_arm64.deb
Size: 157748
SHA256: 2e2edf1979c66d22cf18d49cd9dd0595ab27230b454a6b96e8ed10c6c472410a
SHA1: 7252503788e3f57d0b01174547dcc3e2bcc6a39e
MD5sum: cf1f46a77e95f8624ec3d4ca9356db77
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 15 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-15-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-15-pgpool2 (= 4.6.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2-dbgsym_4.6.3-4.pgdg+1_arm64.deb
Size: 51252
SHA256: de00a9ed8bcdd31ccbae035811a7b1e64f37c0351ce7dddb0b6d5794fcf21391
SHA1: 77fdf787ed66ea1d30f369305b109f64be69319e
MD5sum: af0695d89d73c8ea5813c7aaffbd2009
Description: debug symbols for postgresql-15-pgpool2
Build-Ids: 10a049b10c2c2611bac1e92e020b896c2782ce03 dd39686a3698f6e8a4fd7fb7ab05e0496610de61 e12192a0fa11f2ab11f51b66b237d1fb80780379
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.8.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 754
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.8.4-1.pgdg+1_arm64.deb
Size: 308332
SHA256: c028b96ee3d5efbdb75be32f61ba3c86941d53403d4590f6f36dc51997ec7275
SHA1: 45d6b18db2607a433390d9ea38b5f810514a84ba
MD5sum: 9412e7cf771419ff3ad2a7d3847556a7
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-15-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 356
Depends: postgresql-15-plpgsql-check (= 2.8.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.8.4-1.pgdg+1_arm64.deb
Size: 322156
SHA256: dab345e2a4edd043eb78f63793d42d0209d256866f9ff2d8a5d17dcce9ee1ed8
SHA1: 394f1492edf3ce20e4b60675d48e9569335ccc03
MD5sum: a4bfe794452a0d310644dc04d714a23a
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: 1ba1b0a519700c0544c38d418b370f68b6049249
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-15-plr
Source: plr
Version: 1:8.4.8.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 339
Depends: r-base-core (>= 2.10), postgresql-15, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-15-jit-llvm (<< 19)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-15-plr_8.4.8.2-1.pgdg+1_arm64.deb
Size: 137496
SHA256: 6e760fb7f2ad69297e1c52a2a7cfeb36bb3b569c215d3712fa0a98fa4f9fae5a
SHA1: 6b98854ef9b6ab3def41f0b43ff027aa1582e7e3
MD5sum: 3b8f906a958d8da7016fe8b15a13026c
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.
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-15-plr-dbgsym
Source: plr
Version: 1:8.4.8.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-15-plr (= 1:8.4.8.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-15-plr-dbgsym_8.4.8.2-1.pgdg+1_arm64.deb
Size: 129984
SHA256: 54b39e9b8b0809cb02ffb7f816a02c224b541bda7cbf4dbbffd1664d8ba19678
SHA1: da7d2df4a301a0285e6c600d7ab44940d3b1a65d
MD5sum: 5cb64e6b61cae984b7193f25bdbb3f6b
Description: debug symbols for postgresql-15-plr
Build-Ids: 13f86198a1856205dba666325b8d1b1b93eac87d
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-15-powa
Source: powa-archivist
Version: 5.1.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1666
Depends: postgresql-contrib-15, postgresql-15, libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Breaks: postgresql-15-jit-llvm (<< 19)
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-15-powa_5.1.0-2.pgdg+1_arm64.deb
Size: 65696
SHA256: 317f345707cbb3c3b97f1a5a06d32484c644700e854ee6d4e2317f149128ec61
SHA1: fa1c40f7a376ed4621f98a3c65602cbe6265b244
MD5sum: a2d3e2853907c9738c0205c1e44ccbce
Description: PostgreSQL Workload Analyzer -- PostgreSQL 15 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-15-powa-dbgsym
Source: powa-archivist
Version: 5.1.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-15-powa (= 5.1.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-15-powa-dbgsym_5.1.0-2.pgdg+1_arm64.deb
Size: 36776
SHA256: c4c82a65f46588d897363d7f664e2b77ae11f03bce2a5d9493fdd5f762cbab0d
SHA1: 43c827b4d42a7f78cc0e0a0382d51873bfe8446d
MD5sum: 6678011ace7fa57e20654a3860906a42
Description: debug symbols for postgresql-15-powa
Build-Ids: 708eb5008a376458861c8df3b7d492b393ec68a2
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-16-auto-failover
Source: pg-auto-failover
Version: 2.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1108
Depends: pg-auto-failover-cli (>= 2.2-3.pgdg+1), postgresql-16, libc6 (>= 2.38), libpq5 (>= 8.4~)
Breaks: postgresql-16-jit-llvm (<< 19)
Provides: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-16-auto-failover_2.2-3.pgdg+1_arm64.deb
Size: 379780
SHA256: 92d9ea48b2a1b9ca9477086b6c4a4e3ded6cf8b75db1e776115a3ae867cecc47
SHA1: a74894f0cab8d2aae47bda80ed9867e004a92bb1
MD5sum: 2205d4ff3a24a2c53ec40c125bc23f5c
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-16-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-16-auto-failover (= 2.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-16-auto-failover-dbgsym_2.2-3.pgdg+1_arm64.deb
Size: 173604
SHA256: 172d76d8063d1af275ed77de3a59a382673769832fc8359d38eb7926afb3f3f5
SHA1: e2f0494f4a9594d6105c530b0ec1b572e2126cdc
MD5sum: f02c854591ec60e3f8f6332675504646
Description: debug symbols for postgresql-16-auto-failover
Build-Ids: d57545bd97f2eb2dade1386e018ae5a3c7a5066a
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-16-orafce
Source: orafce
Version: 4.16.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1181
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-16-orafce_4.16.3-1.pgdg+1_arm64.deb
Size: 371956
SHA256: 68c5e46cd07aa040b1301772bc82acbb7688aaaa643de1a45312ab8310164774
SHA1: 522a0a3640aa020e0c1c6b0d0c83964a3b030a7b
MD5sum: 54897a3d5b6e1339383b8cfda809fe0a
Description: Oracle support functions for PostgreSQL 16
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-16-orafce-dbgsym
Source: orafce
Version: 4.16.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 363
Depends: postgresql-16-orafce (= 4.16.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-16-orafce-dbgsym_4.16.3-1.pgdg+1_arm64.deb
Size: 311704
SHA256: 022422a6d343d2fa4df6b38eca94a2b2b26b6c2a98e4e3b5ea7842b272ae7dcf
SHA1: c4cbe7b0ee4eac9591ab1287eaa786fe5fe8088a
MD5sum: 24af9608f60631b7e0c4a97cbd988a1b
Description: debug symbols for postgresql-16-orafce
Build-Ids: 6fe937983ecc090ec8392c2bf300643c649df2f2
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-16-pgpool2
Source: pgpool2
Version: 4.6.3-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 445
Depends: libpgpool2 (>= 4.6.3-4.pgdg+1), postgresql-16, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-16-pgpool2_4.6.3-4.pgdg+1_arm64.deb
Size: 157468
SHA256: 98260be799c09421a651a3dc65daa3134996a1e4f9845df0bde50bf95a2fce41
SHA1: 9e0358ce4a24d23f744dd424bdadc58a0089a0bc
MD5sum: dea0081562695f917efccb029ab0c8d2
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 16 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-16-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-16-pgpool2 (= 4.6.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-16-pgpool2-dbgsym_4.6.3-4.pgdg+1_arm64.deb
Size: 56660
SHA256: 541d9ec567d1267c571c2cd9551c36f94cf55d7d3bc2400647b0c83304edc017
SHA1: 732cfbff84151ec2cc246516ccfe261034cae975
MD5sum: 8b0be347762396f5faa4df3f441ebfeb
Description: debug symbols for postgresql-16-pgpool2
Build-Ids: 4433088091f26637ea1f5c4ab14658fdd34912ec 5e5dab56e3d05276872e6dd400b11bb983315b71 e1f74af45f1bcfa952eb3a7913368b0e75045713
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-16-plpgsql-check
Source: plpgsql-check
Version: 2.8.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 750
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check_2.8.4-1.pgdg+1_arm64.deb
Size: 303888
SHA256: 84a8bd67ea7046c99835eccc10cd38c41a0a12a56cff638a434f7a513ee98b36
SHA1: ceccd9f507e441268576eff4c320a2923c422e76
MD5sum: abf60c26cd41711321046b4a3ab4fa0b
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-16-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 367
Depends: postgresql-16-plpgsql-check (= 2.8.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check-dbgsym_2.8.4-1.pgdg+1_arm64.deb
Size: 332840
SHA256: 5f3e0af0d4c7d4144287b9c5eff176f474fe511edc6828a240ca482b4b3b0afd
SHA1: c2b5a0a52214faa02925adb4d7b2d74854e0ab9c
MD5sum: 13548b41d28027c751fd9be1bea4144f
Description: debug symbols for postgresql-16-plpgsql-check
Build-Ids: 5a0f6e182fd9d488512530132bb871f7c0105767
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-16-plr
Source: plr
Version: 1:8.4.8.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 339
Depends: r-base-core (>= 2.10), postgresql-16, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-16-jit-llvm (<< 19)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-16-plr_8.4.8.2-1.pgdg+1_arm64.deb
Size: 136900
SHA256: 5a4515a055b003068cd57029a887449a6df2e625ae459d870afb135bebeb61ea
SHA1: ffd20063ff701a16e16d4b6700036c108953933d
MD5sum: 4beb6b107b616bbb84659c4ce365bf13
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.
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-16-plr-dbgsym
Source: plr
Version: 1:8.4.8.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 158
Depends: postgresql-16-plr (= 1:8.4.8.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-16-plr-dbgsym_8.4.8.2-1.pgdg+1_arm64.deb
Size: 136696
SHA256: 9c72bcd78f533c1638d16f0e05130ec13819e4035ea6b8c37ddfb24ecc1f5f2c
SHA1: 7b522bbe9f860d40e5ca549a61aa396752720cca
MD5sum: e2dfe1b90960099239f63c83944dc3ad
Description: debug symbols for postgresql-16-plr
Build-Ids: 8ef7be2d85fd8f4c525d2340bc2104a05187aa98
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-16-powa
Source: powa-archivist
Version: 5.1.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1666
Depends: postgresql-contrib-16, postgresql-16, libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Breaks: postgresql-16-jit-llvm (<< 19)
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-16-powa_5.1.0-2.pgdg+1_arm64.deb
Size: 65048
SHA256: b6c3abe906eebad8397bd87493556b82bc1579f04268e282695266a15fcdcb18
SHA1: e4f961aea1e89a9fa010a8334d6bc42bde91afa6
MD5sum: 413c0e2b4b730b47c787d4416abe16af
Description: PostgreSQL Workload Analyzer -- PostgreSQL 16 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-16-powa-dbgsym
Source: powa-archivist
Version: 5.1.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: postgresql-16-powa (= 5.1.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-16-powa-dbgsym_5.1.0-2.pgdg+1_arm64.deb
Size: 37812
SHA256: 2ab519d156a9bb199b0d8ea64e83400908b0e747af928dcf0954c1f9e41c56a7
SHA1: 72e7ab42b6d7492ef1af54f6235f268cb3d4990d
MD5sum: 5a81d3887d302cafb8fb3e780cf1b46c
Description: debug symbols for postgresql-16-powa
Build-Ids: 68864a9f9dd5fc844d86a7fa4b9d42a91bca0a90
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-17-auto-failover
Source: pg-auto-failover
Version: 2.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1125
Depends: pg-auto-failover-cli (>= 2.2-3.pgdg+1), postgresql-17, libc6 (>= 2.38), libpq5 (>= 8.4~)
Breaks: postgresql-17-jit-llvm (<< 19)
Provides: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-17-auto-failover_2.2-3.pgdg+1_arm64.deb
Size: 385144
SHA256: a0ea261966101bba61992bffb3b0e287c8e0b19cc4de57cbc36c47755b88e147
SHA1: 6725fd1be2980af9e396267acc654023501e56c8
MD5sum: 95c18c975390b2470ff6cedbf360bb64
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-17-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 201
Depends: postgresql-17-auto-failover (= 2.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-17-auto-failover-dbgsym_2.2-3.pgdg+1_arm64.deb
Size: 177084
SHA256: 87f62caba889d979bcfc0d22ab55a8b19c5f4be91c193ea664d7bb444b328e57
SHA1: 696c1fd371b515a9e8f8b5d932b06f4f0bb1ea03
MD5sum: 6692273dd3ce17539142482a13b330c1
Description: debug symbols for postgresql-17-auto-failover
Build-Ids: fab46bd9b2445e7f445c1e41dad8405339cd63cc
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-17-orafce
Source: orafce
Version: 4.16.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1181
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-17-orafce_4.16.3-1.pgdg+1_arm64.deb
Size: 371624
SHA256: e4003fbe69fb1066f9fcee59aab8f9a4748511666a562220c11e706360a8eec5
SHA1: 698964e45e6eec6c1a681a5312bcf774e47f1b32
MD5sum: 4b5229d15f1cf1bbe7cfb47ef6ae107d
Description: Oracle support functions for PostgreSQL 17
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-17-orafce-dbgsym
Source: orafce
Version: 4.16.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 367
Depends: postgresql-17-orafce (= 4.16.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-17-orafce-dbgsym_4.16.3-1.pgdg+1_arm64.deb
Size: 316648
SHA256: 87eb974c01de266c584599971e87be0aed4870b6c1a1a24c0880fb227754417f
SHA1: d71f552b66cb3948b7b9e1c497ec36d546e6d640
MD5sum: b590aa5c5b5b75e0a46be1d123399ac3
Description: debug symbols for postgresql-17-orafce
Build-Ids: 9fe490e5882c4324046645951509e6cac068e8c6
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-17-pgpool2
Source: pgpool2
Version: 4.6.3-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 445
Depends: libpgpool2 (>= 4.6.3-4.pgdg+1), postgresql-17, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-17-pgpool2_4.6.3-4.pgdg+1_arm64.deb
Size: 157424
SHA256: 443953820e590fcd447a090677743e00006cd0f4c2970924bd2b97ae17ac0e4f
SHA1: f38feb4909964d63f8c807f7aae64439f2e66da5
MD5sum: d7b5b28eea504acf43e2e54fe771e6f6
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 17 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-17-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-17-pgpool2 (= 4.6.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-17-pgpool2-dbgsym_4.6.3-4.pgdg+1_arm64.deb
Size: 57612
SHA256: 89dc323e002577f19134f1e52dce5f168fb009d0b90eb26136585789104b982e
SHA1: f2935d08c64b82af663cfa313bc3f7443d5e0aad
MD5sum: e85c85d02ba0e441b1c379a4eca168cd
Description: debug symbols for postgresql-17-pgpool2
Build-Ids: 25ec1fc85f5d566a41f67e15cc65cf0818c78cf3 c6c5b09375eab1e5a5b62477a4ba582dc302443d c80c2f0a419889708637d19ac9370fc2c6447371
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-17-plpgsql-check
Source: plpgsql-check
Version: 2.8.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 750
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check_2.8.4-1.pgdg+1_arm64.deb
Size: 303488
SHA256: 915927873499a1f15a17424a68894e2040bb58a574d2d814dd1bba1a9c2f4774
SHA1: 3181d365b69b2d0d057e47670a21ac938584892b
MD5sum: c4eed95cb32d6bd1c064d56fb357e1eb
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-17-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 383
Depends: postgresql-17-plpgsql-check (= 2.8.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check-dbgsym_2.8.4-1.pgdg+1_arm64.deb
Size: 347184
SHA256: 3460fe206c7da81ea3714fc5de78e7d358c9330f013b423e8c072b7305fab9b6
SHA1: ef49cdc9edcf7fa3bd2e62161f852a8ae1ef6368
MD5sum: afe91a594dc5f1e29dbaf7b88a8618ce
Description: debug symbols for postgresql-17-plpgsql-check
Build-Ids: b1691fd295e8830d7974bea32b167c02d38dc31a
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-17-plr
Source: plr
Version: 1:8.4.8.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 339
Depends: r-base-core (>= 2.10), postgresql-17, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-17-jit-llvm (<< 19)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-17-plr_8.4.8.2-1.pgdg+1_arm64.deb
Size: 136852
SHA256: 8e730bbdc0ddcf8c471172be9c7caebf4c87169424b9db090280f0aba46dfd05
SHA1: df7dff0753009390438b7340c65ca1bc0c20674f
MD5sum: a0e9c6051188ccc450c1a2ca0a7cf4b9
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.
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-17-plr-dbgsym
Source: plr
Version: 1:8.4.8.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: postgresql-17-plr (= 1:8.4.8.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-17-plr-dbgsym_8.4.8.2-1.pgdg+1_arm64.deb
Size: 148284
SHA256: d4c4df076106d2f485a2a67773b9ec0b9cee5fc658c8f24859da8201636df046
SHA1: bfa789f8b34548285b654bfe5e54850788484427
MD5sum: b8e84d33cf822fc034824d8af7900452
Description: debug symbols for postgresql-17-plr
Build-Ids: b19057ecacbcda455b37a38f9eb2481d50b8369b
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-17-powa
Source: powa-archivist
Version: 5.1.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1666
Depends: postgresql-contrib-17, postgresql-17, libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Breaks: postgresql-17-jit-llvm (<< 19)
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-17-powa_5.1.0-2.pgdg+1_arm64.deb
Size: 65040
SHA256: 35e2394416701e04ea5f4b3c40575822e85917a27225d090e9d6220eb4100495
SHA1: c91c34f9cf57ae2b54015973f8dd299c31ebe687
MD5sum: abd926a56f4f8ae41fa7eb50ed632cdf
Description: PostgreSQL Workload Analyzer -- PostgreSQL 17 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-17-powa-dbgsym
Source: powa-archivist
Version: 5.1.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-17-powa (= 5.1.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-17-powa-dbgsym_5.1.0-2.pgdg+1_arm64.deb
Size: 41272
SHA256: 6ed92d5210349b7ba2e65068b1e421c576f202210f902043106d8017fc87dae1
SHA1: df91e193d9074feca912561d7ae761cbc3899384
MD5sum: b699b70298dbeff4ea7a770642756d02
Description: debug symbols for postgresql-17-powa
Build-Ids: 18a1fe8e13a257a052c4949ddfda758285f75b59
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-18-auto-failover
Source: pg-auto-failover
Version: 2.2-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1134
Depends: pg-auto-failover-cli (>= 2.2-3.pgdg+1), postgresql-18, libc6 (>= 2.38), libpq5 (>= 8.4~)
Breaks: postgresql-18-jit-llvm (<< 19)
Provides: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-18-auto-failover_2.2-3.pgdg+1_arm64.deb
Size: 389412
SHA256: c3cb75743fffb61757a71c2f100b82fe06dfce8ce087e7a13e057086e1fc8f30
SHA1: 308fa2e31d3b444d7047cdf9a55a451c848f9139
MD5sum: ac5040f026305ea1f3939e829eb7ec88
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-18-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.2-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 205
Depends: postgresql-18-auto-failover (= 2.2-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-18-auto-failover-dbgsym_2.2-3.pgdg+1_arm64.deb
Size: 181964
SHA256: 760ee3e27cc8d3d6cb114c0d730f9eb6b58ef066feff5e76c889fc4bf041160c
SHA1: 3115f5f3b216400c55dfcef1fcc6d44a7ac305bd
MD5sum: c0073d550e6a1a7881ecb9d6c9f4745c
Description: debug symbols for postgresql-18-auto-failover
Build-Ids: beaa5dcecfaea3916a573952f3b40055d5503e27
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-18-orafce
Source: orafce
Version: 4.16.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1181
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-18-orafce_4.16.3-1.pgdg+1_arm64.deb
Size: 371920
SHA256: ef5b52cce19deb71ef04bc2fc8363dd5f0107e035aaaae292f96c675bfc35e6f
SHA1: c38208abc9942b778aa3114a2b8e2938d1b08a1d
MD5sum: 8eff062fe381cfe5e129dc565d5f79c3
Description: Oracle support functions for PostgreSQL 18
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-18-orafce-dbgsym
Source: orafce
Version: 4.16.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 372
Depends: postgresql-18-orafce (= 4.16.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-18-orafce-dbgsym_4.16.3-1.pgdg+1_arm64.deb
Size: 319744
SHA256: 5f5e848006330c107ee3a2c93fa02f6181957a3339f08bd575534525e8db05b5
SHA1: 11aca57ada1b8cdd25bbe0b90b24c3d02fffff1c
MD5sum: f6bd43143afc9ce95db9d3a50ac62fa2
Description: debug symbols for postgresql-18-orafce
Build-Ids: 105f6bf2dcad037dfb7d5ef9fc64d9f2393465f5
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-18-pgpool2
Source: pgpool2
Version: 4.6.3-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 445
Depends: libpgpool2 (>= 4.6.3-4.pgdg+1), postgresql-18, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-18-pgpool2_4.6.3-4.pgdg+1_arm64.deb
Size: 157464
SHA256: 86f9d4c4d77941c6f9b32853e342f2e52f037641cd5d27e78a581f98b9bf81c1
SHA1: 38683bf55eb6589c0c1c35011454276070487ebe
MD5sum: e34fc3769bc4169795c52e599be82470
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 18 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-18-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-18-pgpool2 (= 4.6.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-18-pgpool2-dbgsym_4.6.3-4.pgdg+1_arm64.deb
Size: 58164
SHA256: 0d0f424cbc4c039e409fe8e516b693002345d923325b00d2716dc0740e2be857
SHA1: cc9fc68153dc0cd6281d84184faab37319ac0f6d
MD5sum: 45564c58610e3b0fcf1933f441100c45
Description: debug symbols for postgresql-18-pgpool2
Build-Ids: 17115699a17f9f7c3ecff3a99f48b6292277c117 2e475ebde642798e4aa2f9d28661a0de1f1f59c6 b2e30b63c153916882353055c876280bc5b7d3a1
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-18-plpgsql-check
Source: plpgsql-check
Version: 2.8.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 751
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-18-plpgsql-check_2.8.4-1.pgdg+1_arm64.deb
Size: 303820
SHA256: 6b8c719197d712ee30adde118fcbb9a7004703b6e075ad57bf1165ae11280658
SHA1: 5ed9123c71ec1959dfe800edcb89976675be0e3c
MD5sum: 7abcf852f9b4d8eb42e9141c06b6bf16
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-18-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 368
Depends: postgresql-18-plpgsql-check (= 2.8.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-18-plpgsql-check-dbgsym_2.8.4-1.pgdg+1_arm64.deb
Size: 334032
SHA256: b4833a4b0a774e2d1d36cdc6f99f5f459824c5e418d9a87781f65b9876095419
SHA1: 70ec6cfa56df0c6ea91b4d232d0bc58b24009c0a
MD5sum: 33b46fe45bd5e3d3fd5b948a477b24bb
Description: debug symbols for postgresql-18-plpgsql-check
Build-Ids: 617cbccee3b4460cdd7c9d4fdab84513938aa87e
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-18-plr
Source: plr
Version: 1:8.4.8.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 339
Depends: r-base-core (>= 2.10), postgresql-18, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-18-jit-llvm (<< 19)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-18-plr_8.4.8.2-1.pgdg+1_arm64.deb
Size: 137052
SHA256: a2b003672f655411d68210e96b1f0fa5b673694bfdf2cc2004c04845407ac747
SHA1: 66ded35bde43d9fa3d02f1a8711e24ee2733d920
MD5sum: 62980a5c4d80b32b5ec196380b6115d4
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.
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-18-plr-dbgsym
Source: plr
Version: 1:8.4.8.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 174
Depends: postgresql-18-plr (= 1:8.4.8.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-18-plr-dbgsym_8.4.8.2-1.pgdg+1_arm64.deb
Size: 152980
SHA256: 5888376ef673bbb89c388509559797831ed25c20fbaf2352739b30902cff8b32
SHA1: b394edfd4f2a576bc6c3a152e5dca78e0fd7794c
MD5sum: 8a36e24788b0400a41d67532ca16e5b7
Description: debug symbols for postgresql-18-plr
Build-Ids: 3e66e0e4c2660df4a78bebc6692e04ddd9b70596
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-18-powa
Source: powa-archivist
Version: 5.1.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1666
Depends: postgresql-contrib-18, postgresql-18, libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Breaks: postgresql-18-jit-llvm (<< 19)
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-18-powa_5.1.0-2.pgdg+1_arm64.deb
Size: 65016
SHA256: f98be13a015dfd430bf7aa2db759c9b7d6e4ce9a76d304d93f3a73903a3d308d
SHA1: 10097b7813600883895e7daafe8b555cc374fd24
MD5sum: a1e5dd180a9e03dfb78209ad72016fa9
Description: PostgreSQL Workload Analyzer -- PostgreSQL 18 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2025-11-25 13:05:19+00

Package: postgresql-18-powa-dbgsym
Source: powa-archivist
Version: 5.1.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-18-powa (= 5.1.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-18-powa-dbgsym_5.1.0-2.pgdg+1_arm64.deb
Size: 42332
SHA256: d061ece2c8345c5bd48eda9321ba2b23fb1a895f867fbc8b2f64d3f5e958fc9c
SHA1: 97e677df506495dce598a72ae6d060f5600990de
MD5sum: f1d6c313fc890289c49e57e48fb648e9
Description: debug symbols for postgresql-18-powa
Build-Ids: 7e03fdde7ecddb03a663471624640d04f8401c2b
Timestamp: 2025-11-25 13:05:19+00

Package: libpgpool2
Source: pgpool2
Version: 4.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 200
Depends: libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libs
Filename: pool/main/p/pgpool2/libpgpool2_4.6.4-1.pgdg+1_arm64.deb
Size: 142132
SHA256: 96a05c47a34079fe3635fcba48b9c4cfb8a9e0d85bc8edaa7f8f7388df74346a
SHA1: a4f398fdc2ab4b3061119ae1b14df8d25dee3a73
MD5sum: 96a49c81fc8b70e965772a48f04dc7ba
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).
Timestamp: 2025-11-27 11:09:42+00

Package: libpgpool2-dbgsym
Source: pgpool2
Version: 4.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: libpgpool2 (= 4.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/libpgpool2-dbgsym_4.6.4-1.pgdg+1_arm64.deb
Size: 65196
SHA256: 9a4cb873c0f9f5f12e18104946478c4ea3ee1ee3ce451800bf569f395467363c
SHA1: 6243094a72bab542b379660856ae5e067a3e2ba2
MD5sum: 7ce8ee88e57e54bc0daea816e9f0321f
Description: debug symbols for libpgpool2
Build-Ids: 859874730d6dbabfeb191ae2132b8405cd13d9bc
Timestamp: 2025-11-27 11:09:42+00

Package: libpgpool-dev
Source: pgpool2
Version: 4.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libpgpool2 (= 4.6.4-1.pgdg+1)
Conflicts: libpcp3-dev
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libdevel
Filename: pool/main/p/pgpool2/libpgpool-dev_4.6.4-1.pgdg+1_arm64.deb
Size: 152956
SHA256: 8060ed56a1014f232c0d2135cbd2cc8063cd5c503647a01fe99b8897b75ddb02
SHA1: b8ad654bcc4b33aff38b6aac331825b144786bc3
MD5sum: a0801b5758f7af58452746e254ed381b
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).
Timestamp: 2025-11-27 11:09:42+00

Package: pgpool2
Version: 4.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7741
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: libpgpool2 (= 4.6.4-1.pgdg+1), postgresql-common, ucf, libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libldap2 (>= 2.6.2), libmemcached11t64 (>= 1.1.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3t64 (>= 3.0.0)
Enhances: postgresql
Conflicts: pgpool
Replaces: pgpool
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/pgpool2_4.6.4-1.pgdg+1_arm64.deb
Size: 1251988
SHA256: 94c12f1b8193d3c9b91d44be71befd964cf4891e8e07230e6b93a8d9940b86a7
SHA1: d1339db176e44c6b3ccb0e3bc8f6bfc65fd269b9
MD5sum: 1e4a4e213f64cf163c050f8e7b409785
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.
Timestamp: 2025-11-27 11:09:42+00

Package: pgpool2-dbgsym
Source: pgpool2
Version: 4.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5039
Depends: pgpool2 (= 4.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/pgpool2-dbgsym_4.6.4-1.pgdg+1_arm64.deb
Size: 2055172
SHA256: 913919db374b838603a6a525192b2259551adab73ba13779f2937ecadee14a3e
SHA1: 73d05c847ea8e313bd8631c4c1a6b2426207f0cd
MD5sum: 5e445a567255b2bc8847a470ff7bbbb9
Description: debug symbols for pgpool2
Build-Ids: 18482c10417a51ba2c115a0e5b66ec18d7ca7f74 506b682b0f625203b61739693fe9c3d60a93ad7b 88deaad576243a141f960271ab86c98b4d87b73d 9349561070d3a3aa6b2c7913730cd530b45042bc 979c9d14f1f49e66aec1ee40de3dbfb4d5db987e d599b647ede2a132cd3875ff41ce13c050f641d5 e621ff6e3eb70a64ab3a80b638c52eedd506c627
Timestamp: 2025-11-27 11:09:42+00

Package: postgresql-10-pgpool2
Source: pgpool2
Version: 4.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 392
Depends: libpgpool2 (>= 4.6.4-1.pgdg+1), postgresql-10, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2_4.6.4-1.pgdg+1_arm64.deb
Size: 134172
SHA256: 01bc7f63dffb04fb2b671ca0e9b284d26e41b23c6d84d13d1169fcfcd1dee29e
SHA1: a0e0b9063343fb74f4af565735f83d16f26fc982
MD5sum: 77dbf31f5daa7aaff6b56b51e9b00700
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 10 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-11-27 11:09:42+00

Package: postgresql-10-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-10-pgpool2 (= 4.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2-dbgsym_4.6.4-1.pgdg+1_arm64.deb
Size: 53548
SHA256: d52fa6459a530cb2a390d25a92b069e0f69baab845c1cf19c58fdc189182b30b
SHA1: a7063a0f49074213687c3285e4db99af0c159623
MD5sum: 3fdcc3f415ded36cb7539c39fb4f212c
Description: debug symbols for postgresql-10-pgpool2
Build-Ids: 0e1e4bf7b31ed1035021fe491debd6997318bc99 5b80c049e39c60234ded5075355279bd8c3fadde dc3188477652fb256992f1ccfa271685a68eb572
Timestamp: 2025-11-27 11:09:42+00

Package: postgresql-11-pgpool2
Source: pgpool2
Version: 4.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 392
Depends: libpgpool2 (>= 4.6.4-1.pgdg+1), postgresql-11, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2_4.6.4-1.pgdg+1_arm64.deb
Size: 134140
SHA256: b7e02da9bb85aae711ff49db9b28e11ac191eaf335713ddf30aa7c3307d09d31
SHA1: bf7c2edf9533a534c7297dc4662e3d70485e0f6a
MD5sum: cef78b79816591d8e40a6b8755568c13
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 11 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-11-27 11:09:42+00

Package: postgresql-11-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: postgresql-11-pgpool2 (= 4.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2-dbgsym_4.6.4-1.pgdg+1_arm64.deb
Size: 51356
SHA256: 17a8097b03e476e40bc12463b2cfece09f3c9ad95820a1a10569d7d7152eea62
SHA1: 8ba81c715c5fdf39a0fd023d79dae405a9894e10
MD5sum: 7c3aebf4e608a43fadaa6c3952f0c863
Description: debug symbols for postgresql-11-pgpool2
Build-Ids: 0f3a5a56dc48fdba2c0004a6ede5fb273af71f60 cca6ae7198917786d6a69a6eca3069ed88c8aa29 d53596b4c16f38b3cca5f9a574ea034b1e1303be
Timestamp: 2025-11-27 11:09:42+00

Package: postgresql-12-pgpool2
Source: pgpool2
Version: 4.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 443
Depends: libpgpool2 (>= 4.6.4-1.pgdg+1), postgresql-12, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2_4.6.4-1.pgdg+1_arm64.deb
Size: 155768
SHA256: f4c533fb721a0c8043eff7ab7022ce856c8bf9c5a67919aac27b3a38c727be29
SHA1: 236494271da4fc4cb1d5704e32cfaff2215cb8c6
MD5sum: 64fc54a9d5879e0648ae0f8337c2e56c
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 12 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-11-27 11:09:42+00

Package: postgresql-12-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: postgresql-12-pgpool2 (= 4.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2-dbgsym_4.6.4-1.pgdg+1_arm64.deb
Size: 52076
SHA256: 32dc6082bb1bce750f0b75bdf01785e62f9419390d3b9b0e3c03af329651a5ba
SHA1: 6e7da44ae3ef476ca54334e6be69c4d9e8bb81ce
MD5sum: 1a3b5316e18dc5df4e9698149d5d4a1f
Description: debug symbols for postgresql-12-pgpool2
Build-Ids: 3fed1f5aaeafcebdc92f3731bc8654e1a549608b ebcc1f966d672f505cc6ad00e1b317f69b320110 f5c990d8864cc08dd4b8fe8a1d6fd25db38ce781
Timestamp: 2025-11-27 11:09:42+00

Package: postgresql-13-pgpool2
Source: pgpool2
Version: 4.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 444
Depends: libpgpool2 (>= 4.6.4-1.pgdg+1), postgresql-13, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2_4.6.4-1.pgdg+1_arm64.deb
Size: 156040
SHA256: 3500e9aa639aaa09d92ebf1c8abf26e72f48b997b5660aeea1512af43dc50332
SHA1: 45606dc3b847ca746b2f26b462ef3600984f1b09
MD5sum: 9492b92e432f8b46389094d3335ebdc1
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 13 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-11-27 11:09:42+00

Package: postgresql-13-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-13-pgpool2 (= 4.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2-dbgsym_4.6.4-1.pgdg+1_arm64.deb
Size: 49768
SHA256: 979a6f864b0b60c850251f84c4c4cec4358a2e38c3067295c6527660427886d9
SHA1: 21a1b368d3d10d7140bf82d8ef2f6e04db380b6e
MD5sum: 9e4117f7be9e8f924bdcaac796f4df8e
Description: debug symbols for postgresql-13-pgpool2
Build-Ids: 8c0fa6fa43684c1020a662bf2a05a58cdbe72eb0 c29313bbe5a06f3dbad07d57e71c84728b66a0c5 c956358352ef9e8af9ef6ce749dfb944fe6ace65
Timestamp: 2025-11-27 11:09:42+00

Package: postgresql-14-pgpool2
Source: pgpool2
Version: 4.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 444
Depends: libpgpool2 (>= 4.6.4-1.pgdg+1), postgresql-14, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2_4.6.4-1.pgdg+1_arm64.deb
Size: 156660
SHA256: bbc57e693ebc2a33dd7fb1bbf0f1655a8e3668d1dc991289a47977960d8ea893
SHA1: d4c6b335388000cef761a02abe340cea761bbf94
MD5sum: a9fd6ba06916257d44de00812a64ec34
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 14 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-11-27 11:09:42+00

Package: postgresql-14-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-14-pgpool2 (= 4.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2-dbgsym_4.6.4-1.pgdg+1_arm64.deb
Size: 50468
SHA256: 7a1fb018768826d88332fcba57e1c0eec01defc0b23cc8eaa57b24ef1309fd40
SHA1: 149419c867b9ff96e3c5c0685cfe45a0e2afa7f6
MD5sum: 1430d9c95f3c0b2e03ae388ec67785e1
Description: debug symbols for postgresql-14-pgpool2
Build-Ids: 111baeb4790d646dd0c033234982f98330f5a4e8 4d90f0aac0db09d4646d905fa089f04816666e0d cb12c7d75bd7ad00c475e9d9c984b564b81c2773
Timestamp: 2025-11-27 11:09:42+00

Package: postgresql-15-pgpool2
Source: pgpool2
Version: 4.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 446
Depends: libpgpool2 (>= 4.6.4-1.pgdg+1), postgresql-15, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2_4.6.4-1.pgdg+1_arm64.deb
Size: 157748
SHA256: 5488ec701918db7cd0ebbfe11e3284e9f624da84afbe02ddc6f5db6481e4b8ab
SHA1: c76d6dc4cb4b498a2aae053e114d6877fe1820c0
MD5sum: cf2db6614de1f47db3df8c3228f67867
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 15 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-11-27 11:09:42+00

Package: postgresql-15-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-15-pgpool2 (= 4.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2-dbgsym_4.6.4-1.pgdg+1_arm64.deb
Size: 51432
SHA256: ecc6c06b3c55289f9ec6cb40b65ff3720f7c186f60778760af1d7bf399eec962
SHA1: 8b6435b4db105c6e1f4882f04e399aeb51eab8f1
MD5sum: 236d4e5528e5f999b19bedb4583218c2
Description: debug symbols for postgresql-15-pgpool2
Build-Ids: 7bdfcd8e7b39f4c03eb6a3465d3d970d348c509e ad847a17862911fa4afa2a38191143fdf4f7fe7d fa5e9e74adbe6f15f2880581675417417fa0aa88
Timestamp: 2025-11-27 11:09:42+00

Package: postgresql-16-pgpool2
Source: pgpool2
Version: 4.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 446
Depends: libpgpool2 (>= 4.6.4-1.pgdg+1), postgresql-16, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-16-pgpool2_4.6.4-1.pgdg+1_arm64.deb
Size: 157520
SHA256: 48bdd5e4284033c3534f2eec95cd8e25aff17974bbbc27088fead65a55ee0542
SHA1: 295cea7b7d5d3ab6b786c424edd48e374e2f38c8
MD5sum: 4650cf7ff84e734893c081f7e8cc197b
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 16 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-11-27 11:09:42+00

Package: postgresql-16-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-16-pgpool2 (= 4.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-16-pgpool2-dbgsym_4.6.4-1.pgdg+1_arm64.deb
Size: 56836
SHA256: 8d2fbfcad5293dab3868bd8a6e88ed4c23649b1502a9ab5981c275a3c9b05e69
SHA1: 787b72f3e7c623164c9deed317b99f4d9c77598b
MD5sum: 713a10ae91be58270bb9cf534a5af804
Description: debug symbols for postgresql-16-pgpool2
Build-Ids: 76b2807c6ff038d5d45063c6fe2f858e7523c82c b6c2e87126a4114aeb5f7eebd32d4b9de39f767a e23d8751b88e69cbe013c1b09608e0faba4d27ca
Timestamp: 2025-11-27 11:09:42+00

Package: postgresql-17-pgpool2
Source: pgpool2
Version: 4.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 446
Depends: libpgpool2 (>= 4.6.4-1.pgdg+1), postgresql-17, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-17-pgpool2_4.6.4-1.pgdg+1_arm64.deb
Size: 157480
SHA256: e5757970e88fda5a29b8f570019f5e9c59d87e0deac49eb605c7774d40fa80a1
SHA1: 8b9aecd7684fac8781a59a52d2763a86208573e6
MD5sum: 158961a55008015b90e61bd9ce6cf323
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 17 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-11-27 11:09:42+00

Package: postgresql-17-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-17-pgpool2 (= 4.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-17-pgpool2-dbgsym_4.6.4-1.pgdg+1_arm64.deb
Size: 57756
SHA256: 68b748cdc5c322ca276c7a9a675ad3919658755c9dc0f37b6f24013bd2d070d7
SHA1: cb3411bb0720360fdc45bf2d27dcbf9536272ada
MD5sum: c41c3e5b1798554352cd979af5b79b0f
Description: debug symbols for postgresql-17-pgpool2
Build-Ids: 56219612c06922c6af22b9c982b954eca8d77784 a6c039b13f318e27c75317e635690cd1428009fd c217d04cd9391d58c88e5c51f08a3cce2a4eb456
Timestamp: 2025-11-27 11:09:42+00

Package: postgresql-18-pgpool2
Source: pgpool2
Version: 4.6.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 446
Depends: libpgpool2 (>= 4.6.4-1.pgdg+1), postgresql-18, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-18-pgpool2_4.6.4-1.pgdg+1_arm64.deb
Size: 157548
SHA256: 809ec8bd38c1df2566aed901427561b453209b5338cd14b23d2a7d5a930cce86
SHA1: 2d7d2f66218441b6db4c6ee39be6d4d1cdceb0a4
MD5sum: 8c19aa6f0726a4ea5b279e410bcc7015
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 18 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-11-27 11:09:42+00

Package: postgresql-18-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-18-pgpool2 (= 4.6.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-18-pgpool2-dbgsym_4.6.4-1.pgdg+1_arm64.deb
Size: 58300
SHA256: aa8c41fe41a18fa05578160dda456a7a804cfc4967d71f92147e3130a13a47db
SHA1: 36933b36c0beafb439a09282ddf47bb4e04e1a6e
MD5sum: 27f49d7cb8dd6d24abcb37ff2aa4aa5c
Description: debug symbols for postgresql-18-pgpool2
Build-Ids: 07547092428ae81baf61300c68ceafae6331709e 494467b5ede8f909cf7e2d91aa3cc645ee2e3373 acca5d1b585d309a0ea74ae8e0772546e8b8e91e
Timestamp: 2025-11-27 11:09:42+00

Package: pgbouncer
Version: 1.25.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 707
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: postgresql-common (>= 26), libc6 (>= 2.38), libcares2 (>= 1.12), libevent-2.1-7t64 (>= 2.1.8-stable), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libssl3t64 (>= 3.0.0), libsystemd0
Suggests: python3, python3-psycopg2
Enhances: postgresql (>= 7.4)
Homepage: https://www.pgbouncer.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbouncer/pgbouncer_1.25.1-1.pgdg+1_arm64.deb
Size: 248648
SHA256: 923cd45395050a4af528e121390930267d8ef6e0364c25c883ad96e1b1d5d803
SHA1: 5937c5f02396cf53c20d60e1d875a0d040682cc0
MD5sum: f865f08d0aff78f28cbfb93e11007e33
Description: lightweight connection pooler for PostgreSQL
 PgBouncer is a lightweight connection pooler for PostgreSQL providing the
 following features:
 .
  * Several different methods of pooling 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.
Timestamp: 2025-12-03 19:28:07+00

Package: pgbouncer-dbgsym
Source: pgbouncer
Version: 1.25.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1171
Depends: pgbouncer (= 1.25.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbouncer/pgbouncer-dbgsym_1.25.1-1.pgdg+1_arm64.deb
Size: 582412
SHA256: e237137d4ba0a9c0d785d1db4bf80c6fd073b426bbd618dd6342337425717a44
SHA1: 545e13cf6624e1ca576b48e016d944937febe1bd
MD5sum: 0974977e7fb95e9174988c9a6ef9d25f
Description: debug symbols for pgbouncer
Build-Ids: df288b9a6adbc945feaf5c067bb3808e2b125fab
Timestamp: 2025-12-03 19:28:07+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.8.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 752
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.8.5-1.pgdg+1_arm64.deb
Size: 307832
SHA256: bafb0f35870f14d944de716ae2bcad6d8d50c637c3f77afb34e717f26a18ebc9
SHA1: d2e7a9fd32e7785584f87af5e9528b111f4e7103
MD5sum: ed681b6a6017900fdd6c084f3e72b546
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-12-03 19:28:07+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 542
Depends: postgresql-14-plpgsql-check (= 2.8.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.8.5-1.pgdg+1_arm64.deb
Size: 297548
SHA256: 1489a2aef6a3e7afc16632fb4ff4d401762905a6d13344570c2e39596df9b916
SHA1: c68b6f52492cf897db0e54854de4eae6e6427626
MD5sum: 367b9420c28d709893339613d0f203f8
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: 9054c0a10e51d54280670844b3398e32289c48b7
Timestamp: 2025-12-03 19:28:07+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.8.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 753
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.8.5-1.pgdg+1_arm64.deb
Size: 308140
SHA256: 8790b0a4fd20a88c6edc2d61faf837cd02e8b10a02c1ebc3cc73833d610a80d7
SHA1: ca2d3be5f7059ccc38ff70b7046ad4bc53c7e5d6
MD5sum: 1036360ca4ad0f8cb4a47f2bec43aaaa
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-12-03 19:28:07+00

Package: postgresql-15-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 576
Depends: postgresql-15-plpgsql-check (= 2.8.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.8.5-1.pgdg+1_arm64.deb
Size: 322284
SHA256: eea2ccbf25442b513b9e05fb53abf3c8495bf5746b8120ca6b385c610d1719f1
SHA1: c02c4815ad41811688708a71b9c261de89b5a54a
MD5sum: 9db2d44f349838d2cd499f3f9ddd7fca
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: bf61f490c3a3ad79e28bfdb919c0d9412a67b828
Timestamp: 2025-12-03 19:28:07+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.24.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15640
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.24.0+dfsg-1.pgdg+1_arm64.deb
Size: 409444
SHA256: 43850ae44cfc64b1fb5fff9af03d927c0c354ab8bc9b7258c1cdb84f239ae960
SHA1: 03d8250063dbf8e0e2a11303f341ec38a2f89bad
MD5sum: f0a2ea3afce671d8aafbd92a6f4df950
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-12-03 19:28:07+00

Package: postgresql-15-timescaledb-dbgsym
Source: timescaledb
Version: 2.24.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2132
Depends: postgresql-15-timescaledb (= 2.24.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.24.0+dfsg-1.pgdg+1_arm64.deb
Size: 1179440
SHA256: 6cf32083ad808a88b5a1582e2db1941890d3ae6680fd15a1575197c7374faa74
SHA1: aca805763c68ac807296a941e7673b367ca9bf55
MD5sum: 6f616fe32798b982c788dc50e16d3bc4
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: 14a08bd89de8492c093d0d4f81410d1c309849d9 cce1147e563abb0f59e730ed18e9f12e72aff9cc
Timestamp: 2025-12-03 19:28:07+00

Package: postgresql-16-plpgsql-check
Source: plpgsql-check
Version: 2.8.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 750
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check_2.8.5-1.pgdg+1_arm64.deb
Size: 303372
SHA256: 3a490c7f3e71b712ad95f6f687e6fda2f95839543e52cd7b1d176b0b0ff93e3f
SHA1: f6fcea2251becddd5b0bdd40b3420e8afe1e62e2
MD5sum: 7c8e046f9cbdb703ee8e1f38d85d59cc
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-12-03 19:28:07+00

Package: postgresql-16-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 565
Depends: postgresql-16-plpgsql-check (= 2.8.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check-dbgsym_2.8.5-1.pgdg+1_arm64.deb
Size: 332908
SHA256: 2ee0ee75ac85c79e554c852ad791186d1039d11b79a7471ca935c5fd14d78da2
SHA1: 7d78602dd77477e41e37cf20d3cd7469a5063832
MD5sum: 1a049b0475485f31423a0bb368f245a9
Description: debug symbols for postgresql-16-plpgsql-check
Build-Ids: 04fd77dd250028c4a0ba3a2ffa1b4e90755bd182
Timestamp: 2025-12-03 19:28:07+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.24.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15640
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.24.0+dfsg-1.pgdg+1_arm64.deb
Size: 408088
SHA256: c29666bd756c45d7ab6b61a2ebbc9f83b7dd4f815f93f18fa8265107826e2de3
SHA1: 5e116460959fca03333e15b71c09dd9b610da5de
MD5sum: 38fe112ff7a10223b8b6600557f472b9
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-12-03 19:28:07+00

Package: postgresql-16-timescaledb-dbgsym
Source: timescaledb
Version: 2.24.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2170
Depends: postgresql-16-timescaledb (= 2.24.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.24.0+dfsg-1.pgdg+1_arm64.deb
Size: 1234684
SHA256: 76e2cba277684114cabb7ea9400f06beca7c2257e0cb455e2e8507af8046f1e5
SHA1: abae77b4e544a429ab8ba81a216ebb10cfc1ad90
MD5sum: 310eb1f165ccd10c1ca00f3d51a4e3f0
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: 5ebbaa2c26b21ce4f7dbef925612ba3e642fa65a 97ab903e4fa93108cb650790bba36625558a1653
Timestamp: 2025-12-03 19:28:07+00

Package: postgresql-17-plpgsql-check
Source: plpgsql-check
Version: 2.8.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 750
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check_2.8.5-1.pgdg+1_arm64.deb
Size: 303464
SHA256: 48a6255528c9917fe0798569aa5f5b09ad533262bd9701c99c6f48cc8428c257
SHA1: e3b44eadea5e0f5cc0cf4de47ead0254cfbe515f
MD5sum: fb4f19694cb83103fb25bd3b3ed5e7c6
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-12-03 19:28:07+00

Package: postgresql-17-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 580
Depends: postgresql-17-plpgsql-check (= 2.8.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check-dbgsym_2.8.5-1.pgdg+1_arm64.deb
Size: 347396
SHA256: a235e8605e8c7258b5d905b4e8e1beef4252066d2c09e2b838f8a4cacd5029db
SHA1: 256d5a3bc346ee974126da98355aa2561cdf79ca
MD5sum: 05b44f74fd271c456aea148e9b3e6239
Description: debug symbols for postgresql-17-plpgsql-check
Build-Ids: 08be09062aa9b33b68ab1eaf15358aa9ae7e1dfe
Timestamp: 2025-12-03 19:28:07+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.24.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15640
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.24.0+dfsg-1.pgdg+1_arm64.deb
Size: 408372
SHA256: 7ba96e785d1de011d23aea35661db929f2d22966a7d28f4118bcfbc3382e3784
SHA1: f35b193c4895c449817e173f5bc6f2df64bbbc25
MD5sum: 005d8c31d776e9bfb3dfed46502a6bcc
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-12-03 19:28:07+00

Package: postgresql-17-timescaledb-dbgsym
Source: timescaledb
Version: 2.24.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2186
Depends: postgresql-17-timescaledb (= 2.24.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.24.0+dfsg-1.pgdg+1_arm64.deb
Size: 1244128
SHA256: fa354691152621226a34df402d1ae33d3381df1faf592aa397606bc766019571
SHA1: 535c5167dc06a54780473915d3b3c41f597855b5
MD5sum: d75e5b6d7f9a59de91f8b30a5b484830
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: 4e9cf65402854fef99d6cd38683de7ac5567a644 9a56faf003837c69d211aee43272e36414ec9920
Timestamp: 2025-12-03 19:28:07+00

Package: postgresql-18-plpgsql-check
Source: plpgsql-check
Version: 2.8.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 751
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-18-plpgsql-check_2.8.5-1.pgdg+1_arm64.deb
Size: 303804
SHA256: 0658ef4df5050d5a68a44d3bacdf25874884af7cefc7fea33d8e618072de8c87
SHA1: 2b7e7f223dda4a836fce499d52727c59f1529a63
MD5sum: 845df812ada6ed053eade547f21f2b77
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2025-12-03 19:28:07+00

Package: postgresql-18-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 565
Depends: postgresql-18-plpgsql-check (= 2.8.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-18-plpgsql-check-dbgsym_2.8.5-1.pgdg+1_arm64.deb
Size: 334304
SHA256: 16227b5d763e0a651e0e189e28aec0468ecb1a31a1566fcd4c3b478dd8b5c49f
SHA1: e432c43963c55d0a69fe701492f74d116733f2e5
MD5sum: 64d6fba45e7b772580821fec2b85c71d
Description: debug symbols for postgresql-18-plpgsql-check
Build-Ids: b496221d8e3aad65771ed44d165eea8f19f67dc4
Timestamp: 2025-12-03 19:28:07+00

Package: postgresql-18-timescaledb
Source: timescaledb
Version: 2.24.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15640
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb_2.24.0+dfsg-1.pgdg+1_arm64.deb
Size: 408980
SHA256: 443600a1a9108813677c3f1e4f5fadf4df51c50011c4596102a4560c94f19cd7
SHA1: 16df947516a4def5cbf78f99f4bc986ab3bccabf
MD5sum: 75edbfa22f2e011e962c3fc4094f3d33
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2025-12-03 19:28:07+00

Package: postgresql-18-timescaledb-dbgsym
Source: timescaledb
Version: 2.24.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2180
Depends: postgresql-18-timescaledb (= 2.24.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb-dbgsym_2.24.0+dfsg-1.pgdg+1_arm64.deb
Size: 1251652
SHA256: 7b94085779e87183422d0be8cf70252a30d0604c39c4bab577e6ac6f6bbdaedd
SHA1: 7ea6796b6d1f3c68642b81ef18fc1ca3db7e8cb1
MD5sum: 2567e364fdbcfe854095b93f346de679
Description: debug symbols for postgresql-18-timescaledb
Build-Ids: 9393041b6ed3568f5ffd566919aa0a4350600c5c a6196899feaae3896f316d6d8033b19fc02b55fc
Timestamp: 2025-12-03 19:28:07+00

Package: libpostgresql-jdbc-java
Source: libpgjava
Version: 42.7.8-2.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 1109
Provides: libpg-java, libpgjava
Built-Using: libscram-java (= 3.2-1.pgdg+1)
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: java
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java_42.7.8-2.pgdg+1_all.deb
Size: 1028232
SHA256: 8bd9fb8f34b100938d9d0d6ca6314ce5e36970845398e204a2661b5c1f21353a
SHA1: 0601f508e9eda65e9dbf90b52709d110013a1cd3
MD5sum: 5167bf7ef45296b6d9c286d7e19958fc
Description: Java database (JDBC) driver for PostgreSQL
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
Timestamp: 2025-12-06 16:58:51+00

Package: powa-web
Version: 5.1.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1831
Depends: adduser, python3-psycopg2, python3-sqlalchemy, python3-tornado, python3:any
Homepage: https://github.com/powa-team/powa
Priority: optional
Section: database
Filename: pool/main/p/powa-web/powa-web_5.1.1-1.pgdg+1_all.deb
Size: 477984
SHA256: 9702fe4281e91ba7261f133f0db4dac284f7e03b93e681c046a2ea84c5c027c7
SHA1: fce0aae1ca7e821ab632488b5c5cc264e7c545f8
MD5sum: 363372a71e53530e96044241819ff0e5
Description: PostgreSQL Workload Analyzer - web interface
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers.
 .
 This package provides the web interface. It supports PostgreSQL 9.4 and later.
 Database servers to be monitored need to have the postgresql-NN-powa package
 installed and configured.
Timestamp: 2025-12-06 16:58:51+00

Package: libgvm22t64
Source: gvm-libs
Version: 22.33.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 983
Depends: libc6 (>= 2.38), libcjson1 (>= 1.7.13), libcrypt1 (>= 1:4.1.0), libcurl3t64-gnutls (>= 7.83.0), libgcrypt20 (>= 1.11.1), libglib2.0-0t64 (>= 2.76.0), libgnutls30t64 (>= 3.8.1), libgpgme45 (>= 1.23.2), libhiredis1.1.0 (>= 1.2.0), libldap2 (>= 2.6.2), libnet9 (>= 1.1.2.1), libpaho-mqtt1.3 (>= 1.3.0), libpcap0.8t64 (>= 0.9.8), libradcli4 (>= 1.2.11), libssh-4 (>= 0.8.0), libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), zlib1g (>= 1:1.2.3.3)
Conflicts: libopenvas9
Breaks: libgvm22 (<< 22.33.0-1.pgdg+1)
Replaces: libgvm22, libopenvas9
Provides: libgvm22 (= 22.33.0-1.pgdg+1)
Multi-Arch: same
Homepage: https://www.greenbone.net/
Priority: optional
Section: libs
Filename: pool/main/g/gvm-libs/libgvm22t64_22.33.0-1.pgdg+1_arm64.deb
Size: 146608
SHA256: 10b8f8ca19f3f10164d46af4ea73436a2810db18852b2257ec0ef39824af69b8
SHA1: 8ff9316f8010854db554a788fd333dafce8a4a37
MD5sum: 4512bfcfb2a42903e8dc8c202e5a2e3e
Description: remote network security auditor - shared libraries
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the required shared libraries.
Timestamp: 2025-12-09 11:39:47+00

Package: libgvm22t64-dbgsym
Source: gvm-libs
Version: 22.33.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 1091
Depends: libgvm22t64 (= 22.33.0-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/g/gvm-libs/libgvm22t64-dbgsym_22.33.0-1.pgdg+1_arm64.deb
Size: 510168
SHA256: abdb9081e272318817bafe71ad72762c02e80f59b1999c2657fefb494d4610f0
SHA1: 5e53d2b0f1fce4ace0b6528e2066d4bc3603467e
MD5sum: 952f1faad80bbb89dd49c5aaa2d55399
Description: debug symbols for libgvm22t64
Build-Ids: 14bb1fc2ac630bfc3e097a430423d79661f34c3d 239c47222da967710e4b2ccc1f87c31ceca0fb6c 3ddf295880a765151e14d46892100cd0c50cbebe 4c107b2dfa27c258fe29c2f90c748cc63f32e477 5f9c339220477b9508a3448c607e22e93fc85cec 70beebd2c5d14d27c379e807f2d5126d6ff73a92 a16d39c3010856f249c0744e7c37d886f1aecf4b ac76c2873d9f9eedbca56126c47c45305a6b1972 ca8d69ea974b72691f75dfa832f343db1cab49d5 ca8f841831b8ebf3168142e4dd25fed00d067714 d69765c382ca3e206da194d0f2dcc70a16e89f2f
Timestamp: 2025-12-09 11:39:47+00

Package: libgvm-dev
Source: gvm-libs
Version: 22.33.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 197
Depends: libgcrypt-dev, libglib2.0-dev, libgnutls28-dev, libgpgme-dev, libhiredis-dev, libksba-dev, libgvm22t64 (= 22.33.0-1.pgdg+1), libpcap-dev, libssh-dev, uuid-dev, libsnmp-dev
Suggests: libgvm-doc
Homepage: https://www.greenbone.net/
Priority: optional
Section: libdevel
Filename: pool/main/g/gvm-libs/libgvm-dev_22.33.0-1.pgdg+1_arm64.deb
Size: 31304
SHA256: c075fad1344fad430510e56fc2f2effe307dacd089d5bd38b5dab068a5087da8
SHA1: 605cbb73cca2f943e2acbe0a890d91676c6dc31e
MD5sum: 5b28b5f7a99c195379effe1466cbf697
Description: remote network security auditor - static libraries and headers
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the required static libraries and headers.
Timestamp: 2025-12-09 11:39:47+00

Package: libgvm-doc
Source: gvm-libs
Version: 22.33.0-1.pgdg+1
Architecture: all
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 10933
Homepage: https://www.greenbone.net/
Priority: optional
Section: doc
Filename: pool/main/g/gvm-libs/libgvm-doc_22.33.0-1.pgdg+1_all.deb
Size: 633588
SHA256: 8dddf7d552f573f8809ef29863c0df3c73e2a026a1709238b601ad500f5fdc40
SHA1: cb0dfb18fb5068c0a14a8c5adbde83dc016825a8
MD5sum: fafa427c983d6197e19c104b061a3c54
Description: remote network security auditor - libraries documentation
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the doxygen generated HTML documentation for the
 libraries.
Timestamp: 2025-12-09 11:39:47+00

Package: oracle-libs
Version: 8.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: ca-certificates, libaio1t64 | libaio1, wget, unzip
Homepage: https://www.oracle.com/database/technologies/instant-client.html
Priority: optional
Section: database
Filename: pool/main/o/oracle-libs/oracle-libs_8.pgdg+1_all.deb
Size: 3572
SHA256: 174e55e2d23a0c50b3de8a567532fc90bef89287a48447e959f6d1d5824cafd1
SHA1: 4b396dba2dd5ea52b3603a52060812656391b44d
MD5sum: 1425d913ee58eb17dcc42a69222e4f00
Description: downloader for Oracle Instant Client libraries
 This package retrieves and installs the Oracle Instant Client libraries.
Timestamp: 2025-12-09 11:39:47+00

Package: pgreplay
Version: 1.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: libc6 (>= 2.38), libpq5
Homepage: https://laurenz.github.io/pgreplay/
Priority: optional
Section: admin
Filename: pool/main/p/pgreplay/pgreplay_1.5.0-1.pgdg+1_arm64.deb
Size: 31908
SHA256: cb82d591319f6839d07dcd2b9d89c3c79e003c0daac8637a3c7a10fdab9c759e
SHA1: 53a824e6aa6e80ec2fb4065c0bd42903745df6b5
MD5sum: 42d43398dc613583ef3cd779a0c85d92
Description: replay PostgreSQL log files
 Reads a PostgreSQL log file (*not* a WAL file), extracts the SQL
 statements and executes them in the same order and with the original
 timing against a PostgreSQL database.
 .
 If the execution of statements gets behind schedule, warning messages
 are issued that indicate that the server cannot handle the load in a
 timely fashion.
 .
 A final report gives you a useful statistical analysis of your workload
 and its execution.
 .
 The idea is to replay a real-world database workload as exactly
 as possible.
 .
 This is useful for performance tests, particularly in the following
 situations:
  - You want to compare the performance of your PostgreSQL application on
    different hardware or different operating systems.
  - You want to upgrade your database and want to make sure that the new
    database version does not suffer from performance regressions that
    affect you.
Timestamp: 2025-12-09 11:39:47+00

Package: pgreplay-dbgsym
Source: pgreplay
Version: 1.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: pgreplay (= 1.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgreplay/pgreplay-dbgsym_1.5.0-1.pgdg+1_arm64.deb
Size: 71624
SHA256: f2932226416aca6965f9ef34c9a76920188d91dd59fb26c265cea46a47ebc748
SHA1: 683efa8c29cbe5c14d5ff67b1103fce8c89d2ef5
MD5sum: 0ec10edd2baf29d1069f241376798ee8
Description: debug symbols for pgreplay
Build-Ids: 8b5aaea611a2446b72fe5776f35f659ad4bf067b
Timestamp: 2025-12-09 11:39:47+00

Package: postgresql-10-powa
Source: powa-archivist
Version: 5.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1951
Depends: postgresql-contrib-10, postgresql-10, libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-10-powa_5.1.1-1.pgdg+1_arm64.deb
Size: 54676
SHA256: 425436a9a81e5828eafc55e5bb8f2e12775a1c37e40605961ff1dc0b7070f9a6
SHA1: 19c86916155beb86ce4024c3f7a216d09f30a1a2
MD5sum: c852a1ad71c5c268ca4f1c1602222fda
Description: PostgreSQL Workload Analyzer -- PostgreSQL 10 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2025-12-09 11:39:47+00

Package: postgresql-10-powa-dbgsym
Source: powa-archivist
Version: 5.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-10-powa (= 5.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-10-powa-dbgsym_5.1.1-1.pgdg+1_arm64.deb
Size: 35124
SHA256: c321689661143550401b68d36126efefe9bcb016247a7a7d2614384a2c4878cb
SHA1: 17ae6184efbd0a34af6e0005f496fca9025ffd04
MD5sum: 2e0337fd5e7694b78587efc44f8cd208
Description: debug symbols for postgresql-10-powa
Build-Ids: 4ec877cc8f22f4205be30f8073d33a638533e828
Timestamp: 2025-12-09 11:39:47+00

Package: postgresql-11-powa
Source: powa-archivist
Version: 5.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1951
Depends: postgresql-contrib-11, postgresql-11, libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-11-powa_5.1.1-1.pgdg+1_arm64.deb
Size: 54668
SHA256: 02f08bfa52bb15b8bf7fa735a46218987cfacb9a0696c281a28df7e7845ab2c8
SHA1: cfa7ed627684f288dd5b9e2ff64ab897228583ea
MD5sum: e89fd27f9ea0dc52963f429b05402151
Description: PostgreSQL Workload Analyzer -- PostgreSQL 11 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2025-12-09 11:39:47+00

Package: postgresql-11-powa-dbgsym
Source: powa-archivist
Version: 5.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-11-powa (= 5.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-11-powa-dbgsym_5.1.1-1.pgdg+1_arm64.deb
Size: 33912
SHA256: 6cc56d1fb4a6f768ae05fbb34ad4ec7eacc0d59f9a5cb67b895d261440b1e00a
SHA1: bb27a3d75a1c88032a3c89261c823afda7d069f0
MD5sum: 0c54d6ea537739f9f58ad7a58dd446f6
Description: debug symbols for postgresql-11-powa
Build-Ids: f534e011377005ea412ef03c6f64c96510025ca9
Timestamp: 2025-12-09 11:39:47+00

Package: postgresql-12-powa
Source: powa-archivist
Version: 5.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1976
Depends: postgresql-contrib-12, postgresql-12, libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Breaks: postgresql-12-jit-llvm (<< 19)
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-12-powa_5.1.1-1.pgdg+1_arm64.deb
Size: 67804
SHA256: 83ea7d49e062cc628426f881b447cced2fde056fcd0badbf3df0ee6a79056df8
SHA1: 6bc146eba91bf7677b7ea844accb481b5eaff4eb
MD5sum: 3764ad6af10bbfcc976e0606c4151285
Description: PostgreSQL Workload Analyzer -- PostgreSQL 12 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2025-12-09 11:39:47+00

Package: postgresql-12-powa-dbgsym
Source: powa-archivist
Version: 5.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-12-powa (= 5.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-12-powa-dbgsym_5.1.1-1.pgdg+1_arm64.deb
Size: 35704
SHA256: 22701d3857f9159d58b1013a64d52853057f91121e21aadb532c3f0d4994dce3
SHA1: cc55caa9d756305929ab1b997e8a42597f1e2e0b
MD5sum: 0d4be8bc0feb84b2689c4ee35dab36c2
Description: debug symbols for postgresql-12-powa
Build-Ids: eb6e33588d18298bab1a911a7acc1ebcef4a0599
Timestamp: 2025-12-09 11:39:47+00

Package: postgresql-13-powa
Source: powa-archivist
Version: 5.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1976
Depends: postgresql-contrib-13, postgresql-13, libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Breaks: postgresql-13-jit-llvm (<< 19)
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-13-powa_5.1.1-1.pgdg+1_arm64.deb
Size: 67892
SHA256: 67f2963be9dc6547c6711043ff5a44790c29540360ac94b402897abb9c73fabe
SHA1: 892006f222b6fb46a9eb72b37232acbb8e7ff44b
MD5sum: 031ef8bbaf14e42b797ba680fc2779bf
Description: PostgreSQL Workload Analyzer -- PostgreSQL 13 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2025-12-09 11:39:47+00

Package: postgresql-13-powa-dbgsym
Source: powa-archivist
Version: 5.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-13-powa (= 5.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-13-powa-dbgsym_5.1.1-1.pgdg+1_arm64.deb
Size: 32972
SHA256: c78d8a0bc780214981d602bc198129f17758ef1787b8090b7b48852d06cf35c8
SHA1: 53e6ce8045778e8fe3c333ddcab635e7a1c9ff34
MD5sum: 3b413d88ccc12caca6db5d0463a97a5a
Description: debug symbols for postgresql-13-powa
Build-Ids: c5bee53a299eeb1cd1a68f900530893571bdcc6d
Timestamp: 2025-12-09 11:39:47+00

Package: postgresql-14-powa
Source: powa-archivist
Version: 5.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1976
Depends: postgresql-contrib-14, postgresql-14, libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Breaks: postgresql-14-jit-llvm (<< 19)
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-14-powa_5.1.1-1.pgdg+1_arm64.deb
Size: 67828
SHA256: 2262759a03884912e910ed414f9028f440f6e5dd7b7e7c28d5f1ac31f18ad00d
SHA1: c126ced5766e972d50b532cb5370c3c79067408d
MD5sum: f6fec26913ac576200855977f052183d
Description: PostgreSQL Workload Analyzer -- PostgreSQL 14 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2025-12-09 11:39:47+00

Package: postgresql-14-powa-dbgsym
Source: powa-archivist
Version: 5.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: postgresql-14-powa (= 5.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-14-powa-dbgsym_5.1.1-1.pgdg+1_arm64.deb
Size: 33736
SHA256: 2ed8327c9f1041901537143c73535653cf3d4cc1792e8cac5211cb147c45a8af
SHA1: 37f0b02332a0bf134e423301e3d16e76d1ab99fa
MD5sum: c1d1134d666ed354b84655ae9588843d
Description: debug symbols for postgresql-14-powa
Build-Ids: 395e4e7035172ee2aab9350b94865ceea97383e4
Timestamp: 2025-12-09 11:39:47+00

Package: postgresql-15-powa
Source: powa-archivist
Version: 5.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1974
Depends: postgresql-contrib-15, postgresql-15, libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Breaks: postgresql-15-jit-llvm (<< 19)
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-15-powa_5.1.1-1.pgdg+1_arm64.deb
Size: 66004
SHA256: 5d80800c5b6d7b2d4370027f9c6e80f55a7e9300735bbf8956ee88c7da74f247
SHA1: e2b4b49221b4b2cf571107354fccbe009bbd0951
MD5sum: 1aec39a40d9dd320daa962d866e2bf71
Description: PostgreSQL Workload Analyzer -- PostgreSQL 15 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2025-12-09 11:39:47+00

Package: postgresql-15-powa-dbgsym
Source: powa-archivist
Version: 5.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-15-powa (= 5.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-15-powa-dbgsym_5.1.1-1.pgdg+1_arm64.deb
Size: 36796
SHA256: 48a477cc089164477e41d063ef40fa7f265a8e51521cd43ec41d166a1cb4abb4
SHA1: ea1e6dc7715f4fc5a0025c1d279caf4102f7a747
MD5sum: 4d7cf8c044dc123f8ca29eacd631753a
Description: debug symbols for postgresql-15-powa
Build-Ids: db8295cd36463b60505ba55cb138310b778d1704
Timestamp: 2025-12-09 11:39:47+00

Package: postgresql-16-powa
Source: powa-archivist
Version: 5.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1974
Depends: postgresql-contrib-16, postgresql-16, libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Breaks: postgresql-16-jit-llvm (<< 19)
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-16-powa_5.1.1-1.pgdg+1_arm64.deb
Size: 65392
SHA256: f8a08124a374b2f678a2cbdfa74385f7af0649c29c09cdd2cfdb2298dbeefb8c
SHA1: 4e9efc99e791a1c4696f26f9f7e1ea2fd7b22a45
MD5sum: 058fc8b6c02dfe57407f53b0d30c36c7
Description: PostgreSQL Workload Analyzer -- PostgreSQL 16 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2025-12-09 11:39:47+00

Package: postgresql-16-powa-dbgsym
Source: powa-archivist
Version: 5.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-16-powa (= 5.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-16-powa-dbgsym_5.1.1-1.pgdg+1_arm64.deb
Size: 37868
SHA256: 5cd5b026cd1d4f8d4ef51f018f4d02f2a46ff48d70f2defa15fdaac93e6a3f19
SHA1: dd3a4c023d9bf89358e1ebef0980a6990cd1b451
MD5sum: 4fc79319801be72d206c1b8b57025502
Description: debug symbols for postgresql-16-powa
Build-Ids: 8fff6ace41db1e8bb4e070174222c71c97f768b5
Timestamp: 2025-12-09 11:39:47+00

Package: postgresql-17-powa
Source: powa-archivist
Version: 5.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1974
Depends: postgresql-contrib-17, postgresql-17, libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Breaks: postgresql-17-jit-llvm (<< 19)
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-17-powa_5.1.1-1.pgdg+1_arm64.deb
Size: 65428
SHA256: b9c00d1d6bd34eda8f1fb672e26e4df5c0948daecfc2bd1066784492cd22e4e0
SHA1: ae20c66a0cfa72bbd7b210d06e93a10848ba77c3
MD5sum: b04d65abd1b24757fa85090dcc547e42
Description: PostgreSQL Workload Analyzer -- PostgreSQL 17 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2025-12-09 11:39:47+00

Package: postgresql-17-powa-dbgsym
Source: powa-archivist
Version: 5.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-17-powa (= 5.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-17-powa-dbgsym_5.1.1-1.pgdg+1_arm64.deb
Size: 41300
SHA256: df40180e35978a814e9bc1b9f0ab816d895888854401b7ecba4e397fdfea0ac6
SHA1: 276327a265fe602b95b440f276e4127474250c42
MD5sum: cb6c7ec6b7b8818e22036ccee4c70d60
Description: debug symbols for postgresql-17-powa
Build-Ids: 9f4e0bcf617b44ff9905d19551abd0133dc2e57b
Timestamp: 2025-12-09 11:39:47+00

Package: postgresql-18-powa
Source: powa-archivist
Version: 5.1.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1974
Depends: postgresql-contrib-18, postgresql-18, libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Breaks: postgresql-18-jit-llvm (<< 19)
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-18-powa_5.1.1-1.pgdg+1_arm64.deb
Size: 65400
SHA256: ffb165a1d7b34f2c71aa308c689a72b7a573481f6529cc5c0929bfc924adca05
SHA1: b47d56599f695a1a0404c540710716f22f8748e3
MD5sum: cf759b9048c0bb98510950611b79413c
Description: PostgreSQL Workload Analyzer -- PostgreSQL 18 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2025-12-09 11:39:47+00

Package: postgresql-18-powa-dbgsym
Source: powa-archivist
Version: 5.1.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-18-powa (= 5.1.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-18-powa-dbgsym_5.1.1-1.pgdg+1_arm64.deb
Size: 42364
SHA256: 98d0200f25c7c7742fed16623fae3dbc7037c0baacd1dd7220ebd8fcd462683d
SHA1: 2fbe90137892a7ff900ea0d72629cdc9b00ae12e
MD5sum: 22dda51c5e0355197b963e4dd9c35214
Description: debug symbols for postgresql-18-powa
Build-Ids: 1c8ad24ce53286e0de26b66505f6f6683ddfdf66
Timestamp: 2025-12-09 11:39:47+00

Package: libpg-query1706.0
Source: libpg-query
Version: 17-6.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3274
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: https://github.com/pganalyze/libpg_query
Priority: optional
Section: libs
Filename: pool/main/libp/libpg-query/libpg-query1706.0_17-6.2.0-1.pgdg+1_arm64.deb
Size: 571384
SHA256: 0f0a1c9f78e29d64254115fcf3fbe6174491a3e495782575e42fbb859b8ad8d6
SHA1: aab875e6c202b71fe6d0d831f799c77954117f0d
MD5sum: 09ebe5941fb26b901205aab7ca88a00f
Description: C library for accessing the PostgreSQL parser outside of the server environment
 This library uses the actual PostgreSQL server source to parse SQL queries and
 return the internal PostgreSQL parse tree.
Timestamp: 2025-12-12 19:30:19+00

Package: libpg-query1706.0-dbgsym
Source: libpg-query
Version: 17-6.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5481
Depends: libpg-query1706.0 (= 17-6.2.0-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libp/libpg-query/libpg-query1706.0-dbgsym_17-6.2.0-1.pgdg+1_arm64.deb
Size: 2340048
SHA256: d21594d1df81f1915ddd121dc4bbd8ffb94dfcacd88605bbd5d94e91d179df6b
SHA1: f7445effb42d570d93b2994ad91227a10bc7acd8
MD5sum: 82d57210593caf8e64f8fa5c1c9a1431
Description: debug symbols for libpg-query1706.0
Build-Ids: 61a9cedf733b13493275535e96f5996bb15c00ba
Timestamp: 2025-12-12 19:30:19+00

Package: libpg-query-dev
Source: libpg-query
Version: 17-6.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9367
Depends: libpg-query1706.0 (= 17-6.2.0-1.pgdg+1)
Multi-Arch: same
Homepage: https://github.com/pganalyze/libpg_query
Priority: optional
Section: libdevel
Filename: pool/main/libp/libpg-query/libpg-query-dev_17-6.2.0-1.pgdg+1_arm64.deb
Size: 1347392
SHA256: a6bbb8bb847081a4bfccb59f97a037df37e045fd7eda7458e89ec58a08f63481
SHA1: 8f17b2d3a1f6d10f42f350c5c771a645e796719e
MD5sum: 4f49e99e1d87c72cbe1ade318ad5323d
Description: C library for accessing the PostgreSQL parser outside of the server environment
 This library uses the actual PostgreSQL server source to parse SQL queries and
 return the internal PostgreSQL parse tree.
Timestamp: 2025-12-12 19:30:19+00

Package: postgresql-10-pllua
Source: postgresql-pllua
Version: 1:2.0.12-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 428
Depends: postgresql-contrib-10, postgresql-10, libc6 (>= 2.38), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-10-pllua_2.0.12-7.pgdg+1_arm64.deb
Size: 102664
SHA256: e22035dd1eac4fcaf3f4794e46111acbba0b7f807f27505e214456f9425f8b01
SHA1: 91410cdf1a1f2b4c040dc335457b97c59824599f
MD5sum: 886d6bbcccc8d921e4d271895de037ca
Description: Lua procedural language for PostgreSQL 10
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2025-12-12 19:30:19+00

Package: postgresql-10-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 356
Depends: postgresql-10-pllua (= 1:2.0.12-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-10-pllua-dbgsym_2.0.12-7.pgdg+1_arm64.deb
Size: 302036
SHA256: 0d0b4145e179d2d0ad74f626d17da5bab9e8273b1fabd1a6bbc06b3d4e41a0c3
SHA1: 740a7efc5fd405b5a7ced88b9315cb434196e4e1
MD5sum: 60e1422eb4406173ff1548836c487e2e
Description: debug symbols for postgresql-10-pllua
Build-Ids: 9b474336e60d32b1f5f2ec2894628562346daddb fcd14cb55b02a7e62a99869b61d8e36ce48ea09e
Timestamp: 2025-12-12 19:30:19+00

Package: postgresql-11-pllua
Source: postgresql-pllua
Version: 1:2.0.12-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 471
Depends: postgresql-contrib-11, postgresql-11, libc6 (>= 2.38), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-11-pllua_2.0.12-7.pgdg+1_arm64.deb
Size: 112636
SHA256: b34ca7ee92b2a7e6d2cca07dc667b1120ba877631dfef57832ae199232e60f41
SHA1: 24070c5e46cf4c061f72aa628ba5042fd9365345
MD5sum: 2cf36bdec0c38c4e96dfcec425e096b1
Description: Lua procedural language for PostgreSQL 11
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2025-12-12 19:30:19+00

Package: postgresql-11-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 355
Depends: postgresql-11-pllua (= 1:2.0.12-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-11-pllua-dbgsym_2.0.12-7.pgdg+1_arm64.deb
Size: 301064
SHA256: 595913dc1792e75ca1b4a6315ae78d35cfc43e4174b0e6557053bfeb09df8f03
SHA1: 17c1105f184a8e4fbe6fa7a1a769863a91cd051b
MD5sum: 6c84f3340e7477d34e08a64ff765acfb
Description: debug symbols for postgresql-11-pllua
Build-Ids: a26b7fb28207d935a7b269c63fffae94c3f15d78 ed1611a507848c8286852afa318e7b8da96809dd
Timestamp: 2025-12-12 19:30:19+00

Package: postgresql-12-pllua
Source: postgresql-pllua
Version: 1:2.0.12-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 995
Depends: postgresql-contrib-12, postgresql-12, libc6 (>= 2.38), liblua5.3-0
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-12-pllua_2.0.12-7.pgdg+1_arm64.deb
Size: 354772
SHA256: 81fbe6aa77680f0553d639a0a6e37518cdffe58576318e421172be5f61f061df
SHA1: f4f76f1f67386b1ddc4b97707470fbf7832a2797
MD5sum: 10fefd0e90445dcaeb79a31d210a0a51
Description: Lua procedural language for PostgreSQL 12
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2025-12-12 19:30:19+00

Package: postgresql-12-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 358
Depends: postgresql-12-pllua (= 1:2.0.12-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-12-pllua-dbgsym_2.0.12-7.pgdg+1_arm64.deb
Size: 305012
SHA256: 9a1d147205df222a560cf1004edf40fa8e6dee13f23a4281c2468e3daf15c9ec
SHA1: 2034d86fab9ec3fad8d06664dc9f656a1a036574
MD5sum: 01d8f97470f4916ab4ae5e47d3a20951
Description: debug symbols for postgresql-12-pllua
Build-Ids: 2290c35a701f1ea0d15837197b10dc980cfa972a f4b13bf0a36c5889a6314b5c385bcc6f813775e3
Timestamp: 2025-12-12 19:30:19+00

Package: postgresql-13-pllua
Source: postgresql-pllua
Version: 1:2.0.12-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 996
Depends: postgresql-contrib-13, postgresql-13, libc6 (>= 2.38), liblua5.3-0
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-13-pllua_2.0.12-7.pgdg+1_arm64.deb
Size: 355276
SHA256: 871e6a0165f942b24f8a922757ba0de78d2716516d43c14f09dce3ca5ff6b87f
SHA1: 3616da60422d6b03b6b116e6639823948912ffe4
MD5sum: 3d51c3ffd61648e306bc1205d9704e6a
Description: Lua procedural language for PostgreSQL 13
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2025-12-12 19:30:19+00

Package: postgresql-13-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 363
Depends: postgresql-13-pllua (= 1:2.0.12-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-13-pllua-dbgsym_2.0.12-7.pgdg+1_arm64.deb
Size: 308596
SHA256: 1d4bb7d84e20609f088ad3f1fc0a9f076a35a1384a64f0c0ef9e19b21200b19e
SHA1: 7841aa30d94ec3769908a409af04fc58fd6cb576
MD5sum: 3ed6ac131a53c9d9a06199df4ebbfa8d
Description: debug symbols for postgresql-13-pllua
Build-Ids: 4b606482cf995794e2597d3235c1ee363c32f6d5 e5aa7ec35aea54d66f978816b1a40e57a8fae8ef
Timestamp: 2025-12-12 19:30:19+00

Package: postgresql-14-pllua
Source: postgresql-pllua
Version: 1:2.0.12-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 997
Depends: postgresql-contrib-14, postgresql-14, libc6 (>= 2.38), liblua5.3-0
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-14-pllua_2.0.12-7.pgdg+1_arm64.deb
Size: 356036
SHA256: 7a3dc8bddf2d802fb647a3d0f3d2514fa657d76627897d3ead4355c20b044075
SHA1: 2e3db9afa252e3a98410a7e434d90373ce380fcf
MD5sum: 13241dc285030d77cdd074b3f21253bd
Description: Lua procedural language for PostgreSQL 14
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2025-12-12 19:30:19+00

Package: postgresql-14-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 365
Depends: postgresql-14-pllua (= 1:2.0.12-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-14-pllua-dbgsym_2.0.12-7.pgdg+1_arm64.deb
Size: 310172
SHA256: 3f9785b1a637c06115cd228554aec5a6efeb03c407805f8626f09c51d03e053c
SHA1: bf258a6b2bd0282c04fdcfeefc8ff7917ef67cfe
MD5sum: 9af04303989add99844554b102afaf38
Description: debug symbols for postgresql-14-pllua
Build-Ids: 237d14800bf05d0008eab803817dfbda5322a6b5 c7d23e1169742ad051c40369d740c8e157bd3acb
Timestamp: 2025-12-12 19:30:19+00

Package: postgresql-15-pllua
Source: postgresql-pllua
Version: 1:2.0.12-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 997
Depends: postgresql-contrib-15, postgresql-15, libc6 (>= 2.38), liblua5.3-0
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-15-pllua_2.0.12-7.pgdg+1_arm64.deb
Size: 355744
SHA256: d7de52fe2d788adb62cda7cba014bbdf8a65c135f2642827a0be0c4280e27848
SHA1: d0a92f1f4f1e798fa3c92f4c791a6c27879817da
MD5sum: 2207abe0e1b7febd9d99499c9a1ce74f
Description: Lua procedural language for PostgreSQL 15
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2025-12-12 19:30:19+00

Package: postgresql-15-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 377
Depends: postgresql-15-pllua (= 1:2.0.12-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-15-pllua-dbgsym_2.0.12-7.pgdg+1_arm64.deb
Size: 322360
SHA256: 2594d6fca2fde735082f1e9f3f3a116243e1ba0fff57d350be035f1a57694e7f
SHA1: b43d3b50f2f54aa925497570930ae10149ac359f
MD5sum: 4e81474907e9a6c5276bdb7da5d50db4
Description: debug symbols for postgresql-15-pllua
Build-Ids: 5f4d412c1b64e06b79f1b5f0e23c79179f87de50 946039972e5bde7c53647441bff91122a4a2311f
Timestamp: 2025-12-12 19:30:19+00

Package: postgresql-16-pllua
Source: postgresql-pllua
Version: 1:2.0.12-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 997
Depends: postgresql-contrib-16, postgresql-16, libc6 (>= 2.38), liblua5.3-0
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-16-pllua_2.0.12-7.pgdg+1_arm64.deb
Size: 354216
SHA256: cb3f17746ccf1b9db28e2547c05a04351b1740da688ae3e495691dc59c2cf0e3
SHA1: 2f1f37c6822b2e51bb5327b0eba758e427172466
MD5sum: d2e69b29a3030d23ec7360bca4dc7e2d
Description: Lua procedural language for PostgreSQL 16
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2025-12-12 19:30:19+00

Package: postgresql-16-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 394
Depends: postgresql-16-pllua (= 1:2.0.12-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-16-pllua-dbgsym_2.0.12-7.pgdg+1_arm64.deb
Size: 339292
SHA256: 44218c373d405874f4e7674bd848c3326ee1c5c9f43f843aad3ff2994de7f732
SHA1: bf060973941735caba092f1089544aab3dd98e59
MD5sum: e9a117abc211496dea749f59ef98fd60
Description: debug symbols for postgresql-16-pllua
Build-Ids: 5869920e0d2da3a1ef233e04cbcf5914de531f73 a3aee85e5c90910c1866aad98e31926adcbee06f
Timestamp: 2025-12-12 19:30:19+00

Package: postgresql-17-pllua
Source: postgresql-pllua
Version: 1:2.0.12-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 997
Depends: postgresql-contrib-17, postgresql-17, libc6 (>= 2.38), liblua5.3-0
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-17-pllua_2.0.12-7.pgdg+1_arm64.deb
Size: 353992
SHA256: d5619fe6475cb78f8e3830e495cfc6ddecd89b3abf0fe7e89ba2cdc58bb9304a
SHA1: 4aa9313823d22df6e4195ad3e90a28c4ed322407
MD5sum: ee8b8b317ef631a1ce3f1b5119d04ad6
Description: Lua procedural language for PostgreSQL 17
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2025-12-12 19:30:19+00

Package: postgresql-17-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 399
Depends: postgresql-17-pllua (= 1:2.0.12-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-17-pllua-dbgsym_2.0.12-7.pgdg+1_arm64.deb
Size: 345004
SHA256: 156df265bf7e920288c62572cd0b96859e975af1911a5208b83bc90b8facdfdd
SHA1: 7874cecb9fe60c6843d0f43bec0bea52bf035b5e
MD5sum: 672cfd5254cbff4d587eeade8766b54d
Description: debug symbols for postgresql-17-pllua
Build-Ids: c7396ab2de6c8a26ad2e409beb04bbef1832fdf0 f7d9b32b9ba6651e535043460cbaa649e398fcce
Timestamp: 2025-12-12 19:30:19+00

Package: postgresql-18-pg-hint-plan
Source: pg-hint-plan-18
Version: 1.8.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 356
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/ossc-db/pg_hint_plan
Priority: optional
Section: database
Filename: pool/main/p/pg-hint-plan-18/postgresql-18-pg-hint-plan_1.8.0-3.pgdg+1_arm64.deb
Size: 137620
SHA256: ecce707049276d4d6f5674e15ec4e925bee8bacf1d4d43790a48cf5c0cc5173d
SHA1: 44ab2bbb23947c5cd69c8b0023354388cae6f0e9
MD5sum: f62a2caf14e299bef79228fc60825085
Description: support for optimizer hints in PostgreSQL
 PostgreSQL uses a cost-based optimizer that uses data statistics, not static
 rules. The planner (optimizer) estimates costs of each possible execution
 plans for a SQL statement, then executes the plan with the lowest cost. The
 planner does its best to select the best execution plan, but it is far from
 perfect, since it may not count some data properties, like correlation between
 columns.
 .
 pg_hint_plan makes it possible to tweak PostgreSQL execution plans using
 so-called "hints" in SQL comments, like /*+ SeqScan(a) */.
Timestamp: 2025-12-12 19:30:19+00

Package: postgresql-18-pg-hint-plan-dbgsym
Source: pg-hint-plan-18
Version: 1.8.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: postgresql-18-pg-hint-plan (= 1.8.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-hint-plan-18/postgresql-18-pg-hint-plan-dbgsym_1.8.0-3.pgdg+1_arm64.deb
Size: 146080
SHA256: a318ad89318e9aa2440492a8c70aaacad90d46ca9e568a0768d193e740126dd6
SHA1: 28ca0364a0d03195e84f0860d67fae5b8abaeeba
MD5sum: 7d13450dbc14334f9feee04c838368ef
Description: debug symbols for postgresql-18-pg-hint-plan
Build-Ids: 8ad721db135437ddbe020e0aabd0aab447329fa5
Timestamp: 2025-12-12 19:30:19+00

Package: postgresql-18-pllua
Source: postgresql-pllua
Version: 1:2.0.12-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 997
Depends: postgresql-contrib-18, postgresql-18, libc6 (>= 2.38), liblua5.3-0
Breaks: postgresql-18-jit-llvm (<< 19)
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-18-pllua_2.0.12-7.pgdg+1_arm64.deb
Size: 354436
SHA256: 573f89af14df3a7dba39e443372112c22f7aeb3f3b88663954c116a4cbb3aac4
SHA1: b2dbde41055d22a49b07094cfac1154f0590e36e
MD5sum: 9f900eec06e08a480d1bfa6963d1fc72
Description: Lua procedural language for PostgreSQL 18
 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.
 .
 This package is based on pllua-ng.
Timestamp: 2025-12-12 19:30:19+00

Package: postgresql-18-pllua-dbgsym
Source: postgresql-pllua
Version: 1:2.0.12-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 404
Depends: postgresql-18-pllua (= 1:2.0.12-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-18-pllua-dbgsym_2.0.12-7.pgdg+1_arm64.deb
Size: 350360
SHA256: 1eea7f2e2d0d4d1fde9ad34ccf7ee41d90139a3a4a2fffff5057371cb49eca50
SHA1: f0ba968cbae0d8843849f1d5f6b107d6e82c4546
MD5sum: d536ea70ab5c5e137d56fdc25e8d2219
Description: debug symbols for postgresql-18-pllua
Build-Ids: 3c1dff50031941f721662548d3a621f11ef42f64 f78babc2b758b1a4e581ce98bced02a48a4f0438
Timestamp: 2025-12-12 19:30:19+00

Package: libpgpool2
Source: pgpool2
Version: 4.6.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 200
Depends: libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libs
Filename: pool/main/p/pgpool2/libpgpool2_4.6.5-1.pgdg+1_arm64.deb
Size: 142156
SHA256: 6738fc7b15f99420ec2d9e093afb0049dfb5cb5e1d976caf0886d038f72237e3
SHA1: 3bbce8910c38dbe6fbfba809965d455489d54d7e
MD5sum: db04106d42908702873b9d5e308c4aa0
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).
Timestamp: 2025-12-16 21:49:01+00

Package: libpgpool2-dbgsym
Source: pgpool2
Version: 4.6.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: libpgpool2 (= 4.6.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/libpgpool2-dbgsym_4.6.5-1.pgdg+1_arm64.deb
Size: 65164
SHA256: c05d290e722d5a4b0846dfe76b7243f3235b0961de9692d0527890e62181b123
SHA1: f3c8152a808cb7a54608d893175e0dc3379cc516
MD5sum: 275fbc35889333b29039b1431e45c1c4
Description: debug symbols for libpgpool2
Build-Ids: 44e2fd6804cb613c8c7d12948a15281af51687b2
Timestamp: 2025-12-16 21:49:01+00

Package: libpgpool-dev
Source: pgpool2
Version: 4.6.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: libpgpool2 (= 4.6.5-1.pgdg+1)
Conflicts: libpcp3-dev
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libdevel
Filename: pool/main/p/pgpool2/libpgpool-dev_4.6.5-1.pgdg+1_arm64.deb
Size: 152956
SHA256: 27a370ee3ac531388e35c6c8e8c5bcd594c319f966daa7a33b5678f03c750905
SHA1: 00758a896d175ecc945eaf7c166a7a31b43fac77
MD5sum: c75e58b94acb38e472c3f6f6bf1de201
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).
Timestamp: 2025-12-16 21:49:01+00

Package: libpg-query1706.0
Source: libpg-query
Version: 17-6.2.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3274
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: https://github.com/pganalyze/libpg_query
Priority: optional
Section: libs
Filename: pool/main/libp/libpg-query/libpg-query1706.0_17-6.2.0-2.pgdg+1_arm64.deb
Size: 570448
SHA256: aee6a3b2a6e07abaa3b85f1e9ccfc397b55ca6b1e167f96f6517d868765a3554
SHA1: e7a8b34c069be27e13046fd591f2cc9b06e28fcc
MD5sum: 341c23cd32dc9621588db31ba52ed74f
Description: C library for accessing the PostgreSQL parser outside of the server environment
 This library uses the actual PostgreSQL server source to parse SQL queries and
 return the internal PostgreSQL parse tree.
Timestamp: 2025-12-16 21:49:01+00

Package: libpg-query1706.0-dbgsym
Source: libpg-query
Version: 17-6.2.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5481
Depends: libpg-query1706.0 (= 17-6.2.0-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libp/libpg-query/libpg-query1706.0-dbgsym_17-6.2.0-2.pgdg+1_arm64.deb
Size: 2339668
SHA256: d63c54be2c69f6ac9c904b122f42ae0462627f0e1b1519d00d83958d5c8c430c
SHA1: 7bd61a7cab1d73755cda1579a6c12cb532d31226
MD5sum: 5c390a62bcd34e773d552e2a0ae503a1
Description: debug symbols for libpg-query1706.0
Build-Ids: 61a9cedf733b13493275535e96f5996bb15c00ba
Timestamp: 2025-12-16 21:49:01+00

Package: libpg-query-dev
Source: libpg-query
Version: 17-6.2.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9369
Depends: libpg-query1706.0 (= 17-6.2.0-2.pgdg+1)
Multi-Arch: same
Homepage: https://github.com/pganalyze/libpg_query
Priority: optional
Section: libdevel
Filename: pool/main/libp/libpg-query/libpg-query-dev_17-6.2.0-2.pgdg+1_arm64.deb
Size: 1352572
SHA256: 41bcdcfcc4da96793aa9704444f48115a73b6ca37085731a02a47228fa38e867
SHA1: b24b6cb516f819c2d2a90c9a7c78817a0e8f298c
MD5sum: 1cf60f3b482c61c05a3fc9d34a61bc69
Description: C library for accessing the PostgreSQL parser outside of the server environment
 This library uses the actual PostgreSQL server source to parse SQL queries and
 return the internal PostgreSQL parse tree.
Timestamp: 2025-12-16 21:49:01+00

Package: pgpool2
Version: 4.6.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7762
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: libpgpool2 (= 4.6.5-1.pgdg+1), postgresql-common, ucf, libc6 (>= 2.42), libcrypt1 (>= 1:4.1.0), libldap2 (>= 2.6.2), libmemcached11t64 (>= 1.1.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3t64 (>= 3.0.0)
Enhances: postgresql
Conflicts: pgpool
Replaces: pgpool
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/pgpool2_4.6.5-1.pgdg+1_arm64.deb
Size: 1253116
SHA256: 200e7e5cc07c9a4dfa63ea4e118cd705727a8426048918eb2307ab0291f53312
SHA1: 82350a584db80b0b27655da7f7c197572870e547
MD5sum: 7e59ddd9532c7cf10b8703bf94b273c4
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.
Timestamp: 2025-12-16 21:49:01+00

Package: pgpool2-dbgsym
Source: pgpool2
Version: 4.6.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5045
Depends: pgpool2 (= 4.6.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/pgpool2-dbgsym_4.6.5-1.pgdg+1_arm64.deb
Size: 2056032
SHA256: 4d843d41c3128a13eb51e2ea251b431ae44cdaae1997570d2b48ec372b6c2a0a
SHA1: 694ddce7a1f520016a95fc04c622dd2802817bab
MD5sum: 4ce79e0b10bcac63884950d0d1d47f06
Description: debug symbols for pgpool2
Build-Ids: 175e98d1f3429eee4260317698bb3910f284a1d4 30af853340d5a0f25acf500cd5c56a6126e58c6a 3a4b992f3a3614b99fd50c8777ef8a98408df188 5eb4cfd52493a33579a9337312fee58eca24c507 6e552dc4dfca064b25ad7c04e436db6a69861e33 dec7efca70aff930022db5c44a8a892d228325e1 fa2077773ad915df6c7d2cd86811583edcffb4fa
Timestamp: 2025-12-16 21:49:01+00

Package: postgresql-10-pgpool2
Source: pgpool2
Version: 4.6.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 392
Depends: libpgpool2 (>= 4.6.5-1.pgdg+1), postgresql-10, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2_4.6.5-1.pgdg+1_arm64.deb
Size: 134188
SHA256: aa21f6e21a6b4bd9c91d2172c8883eb1fa0ea56eee5414dfd0211e30300c1825
SHA1: 46af7e4a7a16f39e98ce629ea4ce5aab03731e1c
MD5sum: 01e47f3d2625b3aa1e2697b907884052
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 10 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-12-16 21:49:01+00

Package: postgresql-10-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-10-pgpool2 (= 4.6.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2-dbgsym_4.6.5-1.pgdg+1_arm64.deb
Size: 53580
SHA256: 6b2f3a501268e7b44e8651112fa5e25ebd81e8ed99a4454f1434a93499762676
SHA1: c5187c21a0a2dd0e884f032aa4b103ce175fbbcb
MD5sum: 0adfe918ee4e62ba92551b788334338b
Description: debug symbols for postgresql-10-pgpool2
Build-Ids: 50e64330cd3cb10869c46c0228c4acfc25aa8737 86a426bffc1caa5038e56ec28def0907b1aa3211 a3144fa3962d2e1d18191c565b749bc085ea0ec0
Timestamp: 2025-12-16 21:49:01+00

Package: postgresql-11-pgpool2
Source: pgpool2
Version: 4.6.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 392
Depends: libpgpool2 (>= 4.6.5-1.pgdg+1), postgresql-11, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2_4.6.5-1.pgdg+1_arm64.deb
Size: 134140
SHA256: e012f97d72800f1ebbcb2fae179dd42fd3b443430088b89c6c2ef6967329040e
SHA1: d6db3d015dff2c66bd45f0386d7034d9b44f812a
MD5sum: 1131fd74609a30a6bd315b46c1c5178d
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 11 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-12-16 21:49:01+00

Package: postgresql-11-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: postgresql-11-pgpool2 (= 4.6.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2-dbgsym_4.6.5-1.pgdg+1_arm64.deb
Size: 51460
SHA256: 98c8e4d53481f9a037e986ffaff8ccdf0b1b45a74f3d17f71bb1d42ea9af88dd
SHA1: 3bf286631659379461b4bd9d1b33d886333c6b5f
MD5sum: 84cdb4f08401e7dc3b9ae744347b76fc
Description: debug symbols for postgresql-11-pgpool2
Build-Ids: 0456f7a2344cdaace9845d759b79d7f0f7a994cd 171b0baa3cf50994265e2c380ba92296f3c5d80b 689e884c6d87aa9e013a29c5302369fd06888c40
Timestamp: 2025-12-16 21:49:01+00

Package: postgresql-12-pgpool2
Source: pgpool2
Version: 4.6.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 443
Depends: libpgpool2 (>= 4.6.5-1.pgdg+1), postgresql-12, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2_4.6.5-1.pgdg+1_arm64.deb
Size: 155820
SHA256: 526a8fbc25808da70afedaf8171f59701e6ae5c5bdbfef7318e32e9922de687e
SHA1: d1c7804b414c3c202ffc94fd0a10d2ea3911f33c
MD5sum: e05591a79502858f7415c2bacc79f2db
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 12 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-12-16 21:49:01+00

Package: postgresql-12-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: postgresql-12-pgpool2 (= 4.6.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2-dbgsym_4.6.5-1.pgdg+1_arm64.deb
Size: 52072
SHA256: 79ff81e0b67741ff730df049aa135714d1e8a4b8194bfb4c9b23269b56240b8b
SHA1: f13406b4e7e3c71c7dd4f95175c995c322cc4e56
MD5sum: 2dc154b852b4335e35135d1d9f6ceaf3
Description: debug symbols for postgresql-12-pgpool2
Build-Ids: 2ab71f8ebc220ab523c106e79ffb87cafb30d24c 6794e3dd7014a9de6626a69c15bb2a4a0b086397 abb80217a714a7110969a2d9af48127e0d165b41
Timestamp: 2025-12-16 21:49:01+00

Package: postgresql-13-pgpool2
Source: pgpool2
Version: 4.6.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 444
Depends: libpgpool2 (>= 4.6.5-1.pgdg+1), postgresql-13, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2_4.6.5-1.pgdg+1_arm64.deb
Size: 156088
SHA256: f04e66df06966224a68b0d538329ed4c01050dbce11ba63aae76ce6780a4fd73
SHA1: b95c7170439d015c1e66e1cf04bfdad1aeedd552
MD5sum: bbd8c4961c311d89e1870717f3d5b6e4
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 13 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-12-16 21:49:01+00

Package: postgresql-13-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-13-pgpool2 (= 4.6.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2-dbgsym_4.6.5-1.pgdg+1_arm64.deb
Size: 49816
SHA256: 9e972a14234b1e821a48ee7db41af923be7c6e02d59306b007ec832bcb4e8a21
SHA1: 081eb3caafe8e038dca376f296401ae3371a6c61
MD5sum: 307e1c056b06e8f6423a7a1e6fccab70
Description: debug symbols for postgresql-13-pgpool2
Build-Ids: 9b35bfe3b60ae97f6fb5467a5749114c6b2b8568 ccabe49ab558031475d2ee0cae31dd2a3ce736ab e94277888f0dd1dd22470107e2e92435b16c6cc7
Timestamp: 2025-12-16 21:49:01+00

Package: postgresql-13-pg-uuidv7
Source: pg-uuidv7
Version: 1.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/fboulnois/pg_uuidv7
Priority: optional
Section: database
Filename: pool/main/p/pg-uuidv7/postgresql-13-pg-uuidv7_1.7.0-1.pgdg+1_arm64.deb
Size: 13464
SHA256: cbdd495014b2ee05f5d1f84e236f3b43a2c5627de1a77f033fe9342cc9f817a3
SHA1: b5325ee373ef506971d1187fd0f056d5379941bd
MD5sum: b04c620ea23d648f74e58e4f1f392acc
Description: Extension providing UUIDv7 data type
 pg_uuidv7 is an extension which provides a UUID v7 data type, in
 particular for PostgreSQL releases before 18 that do not have a
 builtin uuidv7 data type.
Timestamp: 2025-12-16 21:49:01+00

Package: postgresql-13-pg-uuidv7-dbgsym
Source: pg-uuidv7
Version: 1.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-13-pg-uuidv7 (= 1.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-uuidv7/postgresql-13-pg-uuidv7-dbgsym_1.7.0-1.pgdg+1_arm64.deb
Size: 6852
SHA256: 6b6b513b52235fc1af2d9ae20d59cdbc37416d2fddfc704b3a053a2ae537a3a2
SHA1: 79d11be1f620085b0bfdb486c139fc3c4b04c8ad
MD5sum: f8d95ef8484391570b841711b0e4e13a
Description: debug symbols for postgresql-13-pg-uuidv7
Build-Ids: 373060556335f38fe848982c652910167859371e
Timestamp: 2025-12-16 21:49:01+00

Package: postgresql-14-pgpool2
Source: pgpool2
Version: 4.6.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 444
Depends: libpgpool2 (>= 4.6.5-1.pgdg+1), postgresql-14, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2_4.6.5-1.pgdg+1_arm64.deb
Size: 156720
SHA256: cdbaa540cce23a0fe05da54261b69682a96520504e6f1041bc545b9abc980187
SHA1: e1880862363316d4258e7e82f619a8f9f9a2ab02
MD5sum: d24f2df277fd3ccb4d80ba1616f4c79c
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 14 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-12-16 21:49:01+00

Package: postgresql-14-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-14-pgpool2 (= 4.6.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2-dbgsym_4.6.5-1.pgdg+1_arm64.deb
Size: 50508
SHA256: 32dad6d2088dfcbe09717726a554e81376f4d6cd02374522b4968ba4ee505937
SHA1: 93d6d4b5c2ffca4fa4fa211d48388f6d41f46919
MD5sum: 4ee24e334fe5fef9fdbd34ca2a24fff9
Description: debug symbols for postgresql-14-pgpool2
Build-Ids: 40e152ec3e6e4e92e651a9bc114818b98008e066 c09d1c2803d3dd7d9db7ff8b0a696a48bea516fc d1e2d69e1dc8dc4b79b595f609c17f80ea46ac02
Timestamp: 2025-12-16 21:49:01+00

Package: postgresql-14-pg-uuidv7
Source: pg-uuidv7
Version: 1.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: postgresql-14, libc6 (>= 2.17)
Homepage: https://github.com/fboulnois/pg_uuidv7
Priority: optional
Section: database
Filename: pool/main/p/pg-uuidv7/postgresql-14-pg-uuidv7_1.7.0-1.pgdg+1_arm64.deb
Size: 13516
SHA256: 06ebb0c94a8ea4f1a8aaf668175e4d829f70e3137d2302ad9aab5c7f6ea92640
SHA1: 75a8f42f7a3c2a0bd0e9674cbfd5a0b8d7f54e87
MD5sum: 12288fbf299e6edf175e3fb0ec35703b
Description: Extension providing UUIDv7 data type
 pg_uuidv7 is an extension which provides a UUID v7 data type, in
 particular for PostgreSQL releases before 18 that do not have a
 builtin uuidv7 data type.
Timestamp: 2025-12-16 21:49:01+00

Package: postgresql-14-pg-uuidv7-dbgsym
Source: pg-uuidv7
Version: 1.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-14-pg-uuidv7 (= 1.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-uuidv7/postgresql-14-pg-uuidv7-dbgsym_1.7.0-1.pgdg+1_arm64.deb
Size: 6852
SHA256: ce168aeec2d04f5a59a895b688bd5036bad09094bb335ba5a2d3c99db0a16057
SHA1: f4a73b6490d4e9c03a0b3a6e15efd3529c96c8ca
MD5sum: 2adbda6ebec917efbdb92b636107bbbe
Description: debug symbols for postgresql-14-pg-uuidv7
Build-Ids: b48b06d415e1f0d68d98cd5b867cc1171029993d
Timestamp: 2025-12-16 21:49:01+00

Package: postgresql-15-pgpool2
Source: pgpool2
Version: 4.6.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 446
Depends: libpgpool2 (>= 4.6.5-1.pgdg+1), postgresql-15, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2_4.6.5-1.pgdg+1_arm64.deb
Size: 157820
SHA256: 86bc10e3cafa7ffb379c157a3d0f5f85f1db07aa852b6f42710a7b38b13a0365
SHA1: 0a3460c347686fb4eb62b7f1f90f786fbe0a84ed
MD5sum: dd9ab245133000319749f5858727412a
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 15 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-12-16 21:49:01+00

Package: postgresql-15-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-15-pgpool2 (= 4.6.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2-dbgsym_4.6.5-1.pgdg+1_arm64.deb
Size: 51492
SHA256: f5b0eacebc434e28f1efdf8f75c9033b87febfadb292e5992780b3faeb1eb394
SHA1: 21707759926ccadaf0ffbe45094f2a551c928020
MD5sum: 3b5703f0b1ba6dbab28954feb82ec0aa
Description: debug symbols for postgresql-15-pgpool2
Build-Ids: a8650d810fb8301f805d75beac13b2f2ad21a282 b44846354158045ca9ec1d936c7f8858797923c2 f041f677ae70d263c25530e2ddb4c8a71f303081
Timestamp: 2025-12-16 21:49:01+00

Package: postgresql-15-pg-uuidv7
Source: pg-uuidv7
Version: 1.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: postgresql-15, libc6 (>= 2.17)
Homepage: https://github.com/fboulnois/pg_uuidv7
Priority: optional
Section: database
Filename: pool/main/p/pg-uuidv7/postgresql-15-pg-uuidv7_1.7.0-1.pgdg+1_arm64.deb
Size: 13536
SHA256: 1984cb903586cc21b680f579052c57f69bf596be2e4d644d0773c5f427940c08
SHA1: 1cdf2a4d90bf858af54f5cd7c0b98b0b4e566226
MD5sum: 99f06d2f2c76dc2a0fd2011ea73d3295
Description: Extension providing UUIDv7 data type
 pg_uuidv7 is an extension which provides a UUID v7 data type, in
 particular for PostgreSQL releases before 18 that do not have a
 builtin uuidv7 data type.
Timestamp: 2025-12-16 21:49:01+00

Package: postgresql-15-pg-uuidv7-dbgsym
Source: pg-uuidv7
Version: 1.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-15-pg-uuidv7 (= 1.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-uuidv7/postgresql-15-pg-uuidv7-dbgsym_1.7.0-1.pgdg+1_arm64.deb
Size: 6864
SHA256: b82662e2a44ef416edfa25cea8e6284183d94afeca12248353b1d4144fd38ec7
SHA1: 71587f6fdc15ca48215676c1327ed8386e111444
MD5sum: 697d5fe572063150b2d86aa1fb5ac806
Description: debug symbols for postgresql-15-pg-uuidv7
Build-Ids: 21f2de8f54841bac2123e7078025cbca2253e753
Timestamp: 2025-12-16 21:49:01+00

Package: postgresql-16-pgpool2
Source: pgpool2
Version: 4.6.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 446
Depends: libpgpool2 (>= 4.6.5-1.pgdg+1), postgresql-16, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-16-pgpool2_4.6.5-1.pgdg+1_arm64.deb
Size: 157532
SHA256: a47b2fa46a634d8afa5675e764c67aa755abd85b086dc238399aab005a1057c1
SHA1: 8f7c2669b30414a5abf117d8221f4e23948db47b
MD5sum: 10106c6ea170b4c00345cdfc2869229d
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 16 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-12-16 21:49:01+00

Package: postgresql-16-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-16-pgpool2 (= 4.6.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-16-pgpool2-dbgsym_4.6.5-1.pgdg+1_arm64.deb
Size: 56924
SHA256: 19eac5afb9df0e1ada7fcc4b375eb6143be851a944aab6955e5a298146f71a6a
SHA1: 1d60dbd876b361b6f6da0a8d569420354f1ec386
MD5sum: 2afbed9108b0f031ffc7e08e92e4bb0f
Description: debug symbols for postgresql-16-pgpool2
Build-Ids: aa9382eebbb78e8ee3b01f356ce74995da2b6c12 ae719cd1a6ac714d0b55bdcf0b98862b941104db f12eb7b5724bcfcd30047b0d98b5b002a700f27b
Timestamp: 2025-12-16 21:49:01+00

Package: postgresql-16-pg-uuidv7
Source: pg-uuidv7
Version: 1.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: postgresql-16, libc6 (>= 2.17)
Homepage: https://github.com/fboulnois/pg_uuidv7
Priority: optional
Section: database
Filename: pool/main/p/pg-uuidv7/postgresql-16-pg-uuidv7_1.7.0-1.pgdg+1_arm64.deb
Size: 13528
SHA256: ad3822590c588a7352e22da86e8d1132d9f6b4bf050cb05b4ee1f3bac1b08773
SHA1: d1e9f09aec62cf23959c636541c8886cc51caef1
MD5sum: ff8bdabfc5c28ba6fab553f10df2c357
Description: Extension providing UUIDv7 data type
 pg_uuidv7 is an extension which provides a UUID v7 data type, in
 particular for PostgreSQL releases before 18 that do not have a
 builtin uuidv7 data type.
Timestamp: 2025-12-16 21:49:01+00

Package: postgresql-16-pg-uuidv7-dbgsym
Source: pg-uuidv7
Version: 1.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-16-pg-uuidv7 (= 1.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-uuidv7/postgresql-16-pg-uuidv7-dbgsym_1.7.0-1.pgdg+1_arm64.deb
Size: 7256
SHA256: 6915f1d869513f600bf50ed6ce686a4f947e0b119ab12343870d17add564fee5
SHA1: cd6681127fd43a5942a3d4f6e93eaa3917fecca5
MD5sum: a12b48d5bd27eaec28e52135a9c1a67e
Description: debug symbols for postgresql-16-pg-uuidv7
Build-Ids: 51f4789d94d2dd6cb58d8e7f86ec3ce518d92d25
Timestamp: 2025-12-16 21:49:01+00

Package: postgresql-17-pgpool2
Source: pgpool2
Version: 4.6.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 446
Depends: libpgpool2 (>= 4.6.5-1.pgdg+1), postgresql-17, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-17-pgpool2_4.6.5-1.pgdg+1_arm64.deb
Size: 157452
SHA256: 81419671988d0005d0164206f5a862af82813e974031c20986f74b543dfcb9bc
SHA1: 796b15a73af02da3c6b4fa7de7b158697ba59468
MD5sum: 128cc918d2899191d396230a40a0f517
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 17 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-12-16 21:49:01+00

Package: postgresql-17-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-17-pgpool2 (= 4.6.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-17-pgpool2-dbgsym_4.6.5-1.pgdg+1_arm64.deb
Size: 57816
SHA256: 4829706e6b3590ff1f77abdd5abdfb976f40d24bd378af2cb3a3493678392035
SHA1: bab3085811e301ad91f117b78d163195619920fe
MD5sum: df96f94c0f47b0825d02c954d7876e8e
Description: debug symbols for postgresql-17-pgpool2
Build-Ids: 1bf1dedd159d9a29e1321177ba24c0d139a4ed7a 22921b73512258887bb782c31748b1f7d2c39d8f cafe69116b0666122d272d550b28327289fa0bf4
Timestamp: 2025-12-16 21:49:01+00

Package: postgresql-17-pg-uuidv7
Source: pg-uuidv7
Version: 1.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: postgresql-17, libc6 (>= 2.17)
Homepage: https://github.com/fboulnois/pg_uuidv7
Priority: optional
Section: database
Filename: pool/main/p/pg-uuidv7/postgresql-17-pg-uuidv7_1.7.0-1.pgdg+1_arm64.deb
Size: 13520
SHA256: a7f555aeacaa62f011e14f741c2502df191515af986d63a22357713115865811
SHA1: 7774dcd6e9a7f19a1fa69d577cfc982d68e8bca7
MD5sum: 848c9f55d5a31cee9f2fea6824739a88
Description: Extension providing UUIDv7 data type
 pg_uuidv7 is an extension which provides a UUID v7 data type, in
 particular for PostgreSQL releases before 18 that do not have a
 builtin uuidv7 data type.
Timestamp: 2025-12-16 21:49:01+00

Package: postgresql-17-pg-uuidv7-dbgsym
Source: pg-uuidv7
Version: 1.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-17-pg-uuidv7 (= 1.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-uuidv7/postgresql-17-pg-uuidv7-dbgsym_1.7.0-1.pgdg+1_arm64.deb
Size: 7252
SHA256: 7307c1f89c39d87a0f40407aafa0a1a638f7d06a2fb181ff75a1f57626a88344
SHA1: 305cefaedc0b5c36d1b6f3f1dfb55025e35ca5d0
MD5sum: a4598ee065f849addb6e62849a0a1325
Description: debug symbols for postgresql-17-pg-uuidv7
Build-Ids: 2f100e4319bae0dc51d1831e95eacd612e73cea3
Timestamp: 2025-12-16 21:49:01+00

Package: postgresql-18-pgpool2
Source: pgpool2
Version: 4.6.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 445
Depends: libpgpool2 (>= 4.6.5-1.pgdg+1), postgresql-18, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-18-pgpool2_4.6.5-1.pgdg+1_arm64.deb
Size: 157352
SHA256: 3e4058eeeec28cef95523b278e4668d371fca42308a999432fe917f66289239c
SHA1: e161cd3dcb50e6866f71f2d0339a933152bdea52
MD5sum: beb26ddd25a424fc9fcbc70ff734bf41
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 18 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2025-12-16 21:49:01+00

Package: postgresql-18-pgpool2-dbgsym
Source: pgpool2
Version: 4.6.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-18-pgpool2 (= 4.6.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-18-pgpool2-dbgsym_4.6.5-1.pgdg+1_arm64.deb
Size: 58328
SHA256: 40ac07933a8eab334d448a80536505aad59916d6e3d5da5c22c0a774cab86470
SHA1: 5db8f8424ac357ba4194dbda425e64cb2bec15b1
MD5sum: 9bda02f2ccae913766c6c7382023b575
Description: debug symbols for postgresql-18-pgpool2
Build-Ids: 19898f24a073bb0d9ba0859955eddfeb9278eb32 1bccfc323cb715316e318790b3c5e0389656a6ba 96ef8bd0b697ffbfc32df7f53169f9bd420e814d
Timestamp: 2025-12-16 21:49:01+00

Package: postgresql-18-pg-uuidv7
Source: pg-uuidv7
Version: 1.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: postgresql-18, libc6 (>= 2.17)
Homepage: https://github.com/fboulnois/pg_uuidv7
Priority: optional
Section: database
Filename: pool/main/p/pg-uuidv7/postgresql-18-pg-uuidv7_1.7.0-1.pgdg+1_arm64.deb
Size: 13724
SHA256: 2c3f6c4f5e6798ef6f3f2988bcf07923b715f30db33e0b5a2790c76f39e3e0ee
SHA1: e4c70b37d069dd916398dbdfa1a257ac817a4c92
MD5sum: 38358f5b5f56dc7a5f690faadb17fa75
Description: Extension providing UUIDv7 data type
 pg_uuidv7 is an extension which provides a UUID v7 data type, in
 particular for PostgreSQL releases before 18 that do not have a
 builtin uuidv7 data type.
Timestamp: 2025-12-16 21:49:01+00

Package: postgresql-18-pg-uuidv7-dbgsym
Source: pg-uuidv7
Version: 1.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-18-pg-uuidv7 (= 1.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-uuidv7/postgresql-18-pg-uuidv7-dbgsym_1.7.0-1.pgdg+1_arm64.deb
Size: 7356
SHA256: 41720a9241e8ffd20c0edb1d5b02c8f61a11a5d5230bf1a0b5514dfc93fd15fd
SHA1: 7242bd0ec197fec02ad7020b972e484d6e6822b2
MD5sum: d3f354bfa5e96d99d72fd6d56821086b
Description: debug symbols for postgresql-18-pg-uuidv7
Build-Ids: 19837aea3a1c80e0e88c3bc03af00fc6adc4e6c1
Timestamp: 2025-12-16 21:49:01+00

Package: powa-web
Version: 5.1.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1831
Depends: adduser, python3-psycopg2, python3-sqlalchemy, python3-tornado, python3:any
Homepage: https://github.com/powa-team/powa
Priority: optional
Section: database
Filename: pool/main/p/powa-web/powa-web_5.1.2-1.pgdg+1_all.deb
Size: 478292
SHA256: 6f9bb011c727621689f075ea3d94992e87c3c1a55d0b66e93dc1010137c3ddf7
SHA1: 4d754d69ed1f4fe241b66b03159297cf4b4b695e
MD5sum: 2bd6cce147f3d5fed72a08359410e19c
Description: PostgreSQL Workload Analyzer - web interface
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers.
 .
 This package provides the web interface. It supports PostgreSQL 9.4 and later.
 Database servers to be monitored need to have the postgresql-NN-powa package
 installed and configured.
Timestamp: 2025-12-16 21:49:01+00

Package: pspg
Version: 5.8.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 366
Depends: libc6 (>= 2.38), libncursesw6 (>= 6.1), libpq5 (>= 9.0~), libreadline8t64 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_5.8.13-1.pgdg+1_arm64.deb
Size: 132788
SHA256: acec2f8980f2b049794f8ae2469eb05564d3e40e5eff2aef58a1f1aa5456b28d
SHA1: 738cfe0da9482b32c284abd42e7324faadfe278c
MD5sum: 16ebe317525471400f1f53c9a6c356a7
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2025-12-16 21:49:01+00

Package: pspg-dbgsym
Source: pspg
Version: 5.8.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 725
Depends: pspg (= 5.8.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_5.8.13-1.pgdg+1_arm64.deb
Size: 417892
SHA256: 7f21cd98887a21f897849cc8a55d67be38950f196a8c38a83b41e9a616a51d11
SHA1: 798d87eb496f3cb0179f1773382f8f2ceff5d534
MD5sum: 712fb5b6b553c46f74559303d8eb1df1
Description: debug symbols for pspg
Build-Ids: ae7c83d2a9ee6789c080c57b2929fdf764d02639
Timestamp: 2025-12-16 21:49:01+00

Package: python3-pglast
Source: pglast
Version: 7.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5660
Depends: python3 (<< 3.15), python3 (>= 3.13~), python3:any, libc6 (>= 2.17), libpg-query1706.0
Suggests: python-pglast-doc
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: python
Filename: pool/main/p/pglast/python3-pglast_7.11-1.pgdg+1_arm64.deb
Size: 608508
SHA256: e8a37f06023e0995199341b341b30c2a75c3e7d2faf84bb0476dab1c5f7ac272
SHA1: 4194443ced14567a1544530b0dfe4ea0af8c3cf9
MD5sum: b230ac4fc9942a341e24ff22a5580ada
Description: PostgreSQL Languages AST and statements prettifier (Python 3)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This package installs the library for Python 3.
Timestamp: 2025-12-16 21:49:01+00

Package: python3-pglast-dbgsym
Source: pglast
Version: 7.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4713
Depends: python3-pglast (= 7.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglast/python3-pglast-dbgsym_7.11-1.pgdg+1_arm64.deb
Size: 3282220
SHA256: f05799187014a825ee8d43db8f8e5af45279535056892fd8894f55076fd92d7e
SHA1: 44a99f9f7a31389d572c193032cef78ab4294981
MD5sum: 68ececf1c5bb63bcd5bc937f7e947b42
Description: debug symbols for python3-pglast
Build-Ids: 1159233807b157d5c04ba53a24a8b26d3735066d d6778539b36432faa6f142bd9569469415db1d3f
Timestamp: 2025-12-16 21:49:01+00

Package: python-pglast-doc
Source: pglast
Version: 7.11-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4049
Depends: libjs-sphinxdoc (>= 8.2)
Multi-Arch: foreign
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: doc
Filename: pool/main/p/pglast/python-pglast-doc_7.11-1.pgdg+1_all.deb
Size: 295656
SHA256: 150efb24a231f2393ee526d1bc3a8a2a9cb17dfe8fa6e34cbe505fae9794b1b2
SHA1: d8358329fb0999c10ddb9efd556d2798e71c9f16
MD5sum: 78120ca9118fda4a4cd4e74ac4e77ef6
Description: PostgreSQL Languages AST and statements prettifier (common documentation)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This is the common documentation package.
Timestamp: 2025-12-16 21:49:01+00

Package: odbc-postgresql
Source: psqlodbc
Version: 1:17.00.0007-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1368
Depends: odbcinst, libc6 (>= 2.38), libodbcinst2 (>= 2.3.1), libpq5 (>= 9.2~beta3)
Enhances: unixodbc
Multi-Arch: same
Homepage: https://odbc.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/psqlodbc/odbc-postgresql_17.00.0007-1.pgdg+1_arm64.deb
Size: 364216
SHA256: 9c2aac37092699b27c0081ba1dc7e6ba8ff8289c5b2a1c57a1046a3c7d48f14f
SHA1: 111688c44fdbe3fa80ecf18503ef71470c856a7c
MD5sum: 0350a7a4a24d678722a60a4f6356f998
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.
Timestamp: 2025-12-21 10:25:23+00

Package: odbc-postgresql-dbgsym
Source: psqlodbc
Version: 1:17.00.0007-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2195
Depends: odbc-postgresql (= 1:17.00.0007-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/psqlodbc/odbc-postgresql-dbgsym_17.00.0007-1.pgdg+1_arm64.deb
Size: 1094340
SHA256: a9cb7da099596492fa6fd8331814b18cb610dc2209c5df3be7b77bb5cfb8ae42
SHA1: ef0e13e6048aa23c74300fcf1363ecb55db02b40
MD5sum: 6ca44d6e8c5d8a097a7c0b7b49a9f56f
Description: debug symbols for odbc-postgresql
Build-Ids: 8cae01110f9e992b673bf75efd6bcaf93dc21c74 bf93b3cc43915f5b1dcda2b12da82f4eb6dba19b
Timestamp: 2025-12-21 10:25:23+00

Package: postgresql-10-pg-rrule
Source: pg-rrule
Version: 0.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-10, libc6 (>= 2.17), libical3t64 (>= 3.0.0)
Homepage: https://github.com/Natureshadow/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-10-pg-rrule_0.3.0-1.pgdg+1_arm64.deb
Size: 11652
SHA256: 9a34a44df41fc06bd22f09d3d1e25fc9eec032a8e03b5e70f40df0126e599487
SHA1: 7c8f2289021f4f50ca03c1e9bd28f69b9872bdff
MD5sum: 6789171f5a2c8d14523347459ecce67a
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2025-12-21 10:25:23+00

Package: postgresql-10-pg-rrule-dbgsym
Source: pg-rrule
Version: 0.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-10-pg-rrule (= 0.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-10-pg-rrule-dbgsym_0.3.0-1.pgdg+1_arm64.deb
Size: 20240
SHA256: 19934d9fd8c19b8d7a1222388943d2f343497b7ed199ac568b9173d90a2632e8
SHA1: 5db8e0b39a2d06f2edb985172221110bdf05f6c0
MD5sum: e8c9f9e5c140bc887527496cbbea564e
Description: debug symbols for postgresql-10-pg-rrule
Build-Ids: 985fca971c07e982f6987e2bf51ce9d5072b48ff
Timestamp: 2025-12-21 10:25:23+00

Package: postgresql-10-semver
Source: postgresql-semver
Version: 0.41.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-10, libc6 (>= 2.38)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-10-semver_0.41.0-1.pgdg+1_arm64.deb
Size: 25036
SHA256: f8b6d70247a99609fa63e0abe3d5bc3877ff3b59fae1f358e593e2b09581687b
SHA1: 9acf82ba725e10e27592caf3057f4f1e3ff3839c
MD5sum: b66df467e4c37903dfc8ae8f33e22c8a
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2025-12-21 10:25:23+00

Package: postgresql-10-semver-dbgsym
Source: postgresql-semver
Version: 0.41.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-10-semver (= 0.41.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-10-semver-dbgsym_0.41.0-1.pgdg+1_arm64.deb
Size: 19404
SHA256: 6cfbe1386b5f589f5ff42b25db82948be5bf593e0c228303239018e76abef683
SHA1: 84e4a1fe6c653db99224fb2da8ddf42d3fe2400b
MD5sum: 0deed34a8c7bb9e212897b5bdef3813d
Description: debug symbols for postgresql-10-semver
Build-Ids: 27e0baf62b1473679e7eb86427606e0c340943b6
Timestamp: 2025-12-21 10:25:23+00

Package: postgresql-11-pg-rrule
Source: pg-rrule
Version: 0.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-11, libc6 (>= 2.17), libical3t64 (>= 3.0.0)
Homepage: https://github.com/Natureshadow/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-11-pg-rrule_0.3.0-1.pgdg+1_arm64.deb
Size: 11656
SHA256: 0b30d99c41b9e7b5291d361a21b48ffe4cb6f1930c9d5fb8dbb6dd962658e443
SHA1: bd36d9fb0fdea199fad76b53c34b08e674d487e5
MD5sum: 852b5e71e193dc1091e628e863ee4406
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2025-12-21 10:25:23+00

Package: postgresql-11-pg-rrule-dbgsym
Source: pg-rrule
Version: 0.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-11-pg-rrule (= 0.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-11-pg-rrule-dbgsym_0.3.0-1.pgdg+1_arm64.deb
Size: 20308
SHA256: b605fb17679d9639489ecce0a5684ec9ee662e0b9d487b9382fd4b0971121b5c
SHA1: 82cd9cedb8d502156c484e01abaacbd6799cee83
MD5sum: b49df677084a79275354deb1da5ec776
Description: debug symbols for postgresql-11-pg-rrule
Build-Ids: 405d1bba0dcdc3e47eb1aae22e91ffec675e4f37
Timestamp: 2025-12-21 10:25:23+00

Package: postgresql-11-semver
Source: postgresql-semver
Version: 0.41.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 147
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-11-semver_0.41.0-1.pgdg+1_arm64.deb
Size: 24976
SHA256: e104ef2f24550e6ed4b57a8efc8d8ea5675b253d212d6a1be7f3bb1ae5c10f43
SHA1: af234e0716edc650d932936569e5f9088110369d
MD5sum: b9ae23a0ff647eefc3019b5a091e7232
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2025-12-21 10:25:23+00

Package: postgresql-11-semver-dbgsym
Source: postgresql-semver
Version: 0.41.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-11-semver (= 0.41.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-11-semver-dbgsym_0.41.0-1.pgdg+1_arm64.deb
Size: 20128
SHA256: cc91e6427251b7a615af4556c17f52e3a351ba75aa256e4588eafcfe833c07e7
SHA1: 389cbedb55aaa42056f0c56a780c3f82b4466f74
MD5sum: 1001b85725cf0feb7d073124c9343fc1
Description: debug symbols for postgresql-11-semver
Build-Ids: 36122d029f1708c4aa9e988158b3e6a3a29d132d
Timestamp: 2025-12-21 10:25:23+00

Package: postgresql-12-pg-rrule
Source: pg-rrule
Version: 0.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-12, libc6 (>= 2.17), libical3t64 (>= 3.0.0)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/Natureshadow/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-12-pg-rrule_0.3.0-1.pgdg+1_arm64.deb
Size: 25320
SHA256: d0a19acb9e1fe0d011070bd13f7437a6e2ce35d477ef3b88d5ae7c2adf44c028
SHA1: 89213bb011c08fc1a488347fe515e77c0ba18700
MD5sum: b758dd235499cf2ffee1c156244f5f30
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2025-12-21 10:25:23+00

Package: postgresql-12-pg-rrule-dbgsym
Source: pg-rrule
Version: 0.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-12-pg-rrule (= 0.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-12-pg-rrule-dbgsym_0.3.0-1.pgdg+1_arm64.deb
Size: 20580
SHA256: bb9ad896d3011caf8b6756b78a131023f28e0df7189739db25d023073e63fb06
SHA1: 7e069226f7a66934359265f0dd1f2bfdbcee8978
MD5sum: f3e20ecab2ccf4bae26da945922d370f
Description: debug symbols for postgresql-12-pg-rrule
Build-Ids: 0afe67b55af0813285d4ea0d298794ebe654525c
Timestamp: 2025-12-21 10:25:23+00

Package: postgresql-12-semver
Source: postgresql-semver
Version: 0.41.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 178
Depends: postgresql-12, libc6 (>= 2.38)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-12-semver_0.41.0-1.pgdg+1_arm64.deb
Size: 39960
SHA256: ae239753d16a28d7f69af3b6cbea96baba74f7804c709447db432d279c07b986
SHA1: 469650523ea35e7c59adbf20fc052081997986d1
MD5sum: a4929843ffc6de527dfd34c3bbef6461
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2025-12-21 10:25:23+00

Package: postgresql-12-semver-dbgsym
Source: postgresql-semver
Version: 0.41.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-12-semver (= 0.41.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-12-semver-dbgsym_0.41.0-1.pgdg+1_arm64.deb
Size: 20100
SHA256: d1400b707171e610761e978abfd59ebfc2391941fdcf2b3d286449e37dbfb37d
SHA1: fdaf875877308ba79a6bea1b68f9ba22b8117c11
MD5sum: dd31e4416a41e04bf1c494891d834079
Description: debug symbols for postgresql-12-semver
Build-Ids: cac53cd54aa49c1a0d5e2032e177c97e74438ee4
Timestamp: 2025-12-21 10:25:23+00

Package: postgresql-13-pg-rrule
Source: pg-rrule
Version: 0.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-13, libc6 (>= 2.17), libical3t64 (>= 3.0.0)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/Natureshadow/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-13-pg-rrule_0.3.0-1.pgdg+1_arm64.deb
Size: 25304
SHA256: 52bfc0dd6c06a8ef0452d1ee3e56a173abf90afb9e6b0b29cb07db0508d2c091
SHA1: b035a0bec243b8232b6722949a7035d51f8e1c66
MD5sum: 5cc0315e686d6a5b5fcb1b4e36bf9367
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2025-12-21 10:25:23+00

Package: postgresql-13-pg-rrule-dbgsym
Source: pg-rrule
Version: 0.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-13-pg-rrule (= 0.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-13-pg-rrule-dbgsym_0.3.0-1.pgdg+1_arm64.deb
Size: 20640
SHA256: b7094bffe2bafce1fcc652c20c3ecb23d3c858ac498897f1c8f6b50e4ebdcf36
SHA1: e30fba87b2c1467e1b50ba874af22efcbca735c7
MD5sum: a0fd80a1a2e5138c10992440419f3138
Description: debug symbols for postgresql-13-pg-rrule
Build-Ids: 48045db2a4eb0b2d2fe24a97c1ed196d9a1d74ef
Timestamp: 2025-12-21 10:25:23+00

Package: postgresql-13-semver
Source: postgresql-semver
Version: 0.41.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 178
Depends: postgresql-13, libc6 (>= 2.38)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-13-semver_0.41.0-1.pgdg+1_arm64.deb
Size: 40224
SHA256: f8ce37c5339d0d7d24f84315c46b97493bcbcb48ca8061a538c542a1bf342cf5
SHA1: 5814413b5069701a81e9d4943df9c26f0aa373cb
MD5sum: a5816f988cf8b9085395788fa96083df
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2025-12-21 10:25:23+00

Package: postgresql-13-semver-dbgsym
Source: postgresql-semver
Version: 0.41.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-13-semver (= 0.41.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-13-semver-dbgsym_0.41.0-1.pgdg+1_arm64.deb
Size: 20380
SHA256: 8bca573942940fdd3660eaf9072ad7d78a520b8da4787d7f463b1df5d298f978
SHA1: b1c4e4704203d7bc8d91b68dc92d36367a04babd
MD5sum: 5b98d8c074b2a7310d8ec12cff50ed96
Description: debug symbols for postgresql-13-semver
Build-Ids: 08e8a8f3e7567fd0c32b5b35555a76a37ffef12f
Timestamp: 2025-12-21 10:25:23+00

Package: postgresql-14-pg-rrule
Source: pg-rrule
Version: 0.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-14, libc6 (>= 2.17), libical3t64 (>= 3.0.0)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/Natureshadow/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-14-pg-rrule_0.3.0-1.pgdg+1_arm64.deb
Size: 25404
SHA256: 05742a873d815eae007a21ef1b7f561bc211cd108406151abded43a2721dfebd
SHA1: 35838407609e58f927a88d2d44462eb3acad5b22
MD5sum: 7b8b564f267f649ad7a587d7968982dd
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2025-12-21 10:25:23+00

Package: postgresql-14-pg-rrule-dbgsym
Source: pg-rrule
Version: 0.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-14-pg-rrule (= 0.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-14-pg-rrule-dbgsym_0.3.0-1.pgdg+1_arm64.deb
Size: 20788
SHA256: 2edde08589434661d313d7e0ef40cbc4538870634734f696a9344a9d70226c4c
SHA1: f876a7888985d85299f2116a2c767cae3e511905
MD5sum: 801ce39c34689bea53f5b815d952f93c
Description: debug symbols for postgresql-14-pg-rrule
Build-Ids: 88148e4b66c1785caaaee4752bcdaed47a46b1d4
Timestamp: 2025-12-21 10:25:23+00

Package: postgresql-14-semver
Source: postgresql-semver
Version: 0.41.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-14-semver_0.41.0-1.pgdg+1_arm64.deb
Size: 40180
SHA256: 572dabd469e39440abc7625a1f5942e411ccb57215201628a123056321ff8db8
SHA1: c9768302006c510ec582556a8e5c7f38be8e0271
MD5sum: 8a81a94977d1c074259ec49c91e966aa
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2025-12-21 10:25:23+00

Package: postgresql-14-semver-dbgsym
Source: postgresql-semver
Version: 0.41.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-14-semver (= 0.41.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-14-semver-dbgsym_0.41.0-1.pgdg+1_arm64.deb
Size: 20500
SHA256: 932852762821382422907f84c3041798434e8f88711d9888af008b8fc143643f
SHA1: 4d10898801fc3c27d1d5a7e20d9590575a87f232
MD5sum: 670e61c9043e0f5bc521a3988c5be519
Description: debug symbols for postgresql-14-semver
Build-Ids: a9f79bdb6dfcdd73db28e0944cf79f34e2d611ab
Timestamp: 2025-12-21 10:25:23+00

Package: postgresql-15-pg-rrule
Source: pg-rrule
Version: 0.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-15, libc6 (>= 2.17), libical3t64 (>= 3.0.0)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/Natureshadow/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-15-pg-rrule_0.3.0-1.pgdg+1_arm64.deb
Size: 25632
SHA256: 4cb3c1c7ba2c7af037258d9cfc2f38e358c585e8fbaf0ff432013506f0e722bc
SHA1: b49558375a903b2045b1c7e716959a997ce3c91f
MD5sum: 70eae2331c54dfd9c0e51d998bfe0348
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2025-12-21 10:25:23+00

Package: postgresql-15-pg-rrule-dbgsym
Source: pg-rrule
Version: 0.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-15-pg-rrule (= 0.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-15-pg-rrule-dbgsym_0.3.0-1.pgdg+1_arm64.deb
Size: 20876
SHA256: 4f402ee21abd75f8103c9bd9cef6287311719cc4a70cf0a81ab5c6a80ad8e06a
SHA1: 594cd61ab4c70408040ecb9e51bb0f0905f17544
MD5sum: 1be3e92455c274ec67584d440faedf9e
Description: debug symbols for postgresql-15-pg-rrule
Build-Ids: a15444fc77d0f237826cbff39a76488b76b74ace
Timestamp: 2025-12-21 10:25:23+00

Package: postgresql-15-semver
Source: postgresql-semver
Version: 0.41.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-15-semver_0.41.0-1.pgdg+1_arm64.deb
Size: 40232
SHA256: 06db9c846bcb1ed517f65992407c605df8daac1e2a49640143ba2295b429ff5a
SHA1: 45e604170acc457b332ae98115e363c8bd767140
MD5sum: 0a4f4f87ab2eadacc767316bf138c491
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2025-12-21 10:25:23+00

Package: postgresql-15-semver-dbgsym
Source: postgresql-semver
Version: 0.41.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-15-semver (= 0.41.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-15-semver-dbgsym_0.41.0-1.pgdg+1_arm64.deb
Size: 20612
SHA256: 3582051a418ca86ad414ceb249114b5ce78092ab49bc9dd39d0f78c9a67ef085
SHA1: 31e6d72473404d2f8682386cd7f40bac0cf7ca64
MD5sum: 9af672dde2f877aaeac2b6ea2a869f57
Description: debug symbols for postgresql-15-semver
Build-Ids: 61859a9c12dbe21995301b7c688f0931611d2748
Timestamp: 2025-12-21 10:25:23+00

Package: postgresql-16-pg-rrule
Source: pg-rrule
Version: 0.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-16, libc6 (>= 2.17), libical3t64 (>= 3.0.0)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/Natureshadow/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-16-pg-rrule_0.3.0-1.pgdg+1_arm64.deb
Size: 25628
SHA256: 24564d3677abfc8d042e8edb62e514ee554861b6a6ea3529eaadacf16083d504
SHA1: fc428036988e828828e04970231681264c5c3bb0
MD5sum: 24c8fb277436616c96a95aa197126c11
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2025-12-21 10:25:23+00

Package: postgresql-16-pg-rrule-dbgsym
Source: pg-rrule
Version: 0.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-16-pg-rrule (= 0.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-16-pg-rrule-dbgsym_0.3.0-1.pgdg+1_arm64.deb
Size: 23860
SHA256: 08891bf3ab2d245148cd47afbfe60e4f46afef9a52d23dbe882f1131d43cd5c9
SHA1: 73b1f72722f93666691959a702fa9c02566f7f74
MD5sum: 41f75ffc7cfeadcaf2aac80bfe99f404
Description: debug symbols for postgresql-16-pg-rrule
Build-Ids: f72cf4817701c1a7dcbef7bb330280f7c0a2ac08
Timestamp: 2025-12-21 10:25:23+00

Package: postgresql-16-semver
Source: postgresql-semver
Version: 0.41.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-16-semver_0.41.0-1.pgdg+1_arm64.deb
Size: 40088
SHA256: 66f0e03772a5006a9546d54958ec7b188782fc726e9eb7c9baae605b7c035931
SHA1: 3de96d3b48d1c3ce8036bb7ef878ade89380ecc6
MD5sum: 91696bc40413b31258766c54a18c67a7
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2025-12-21 10:25:23+00

Package: postgresql-16-semver-dbgsym
Source: postgresql-semver
Version: 0.41.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-16-semver (= 0.41.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-16-semver-dbgsym_0.41.0-1.pgdg+1_arm64.deb
Size: 24900
SHA256: bb51318aa9fbdaa55c460388c12062b6f9466c0e4660f7b8e00e506923a76e04
SHA1: aae6468b8ea069d59d087ad43572823e99731c31
MD5sum: 4bcdb0f9c973cc6d6c4c3a5952465ca5
Description: debug symbols for postgresql-16-semver
Build-Ids: 41dff1d0adedbaa11ddcb9736433e85e20f4ca3b
Timestamp: 2025-12-21 10:25:23+00

Package: postgresql-17-pg-rrule
Source: pg-rrule
Version: 0.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-17, libc6 (>= 2.17), libical3t64 (>= 3.0.0)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/Natureshadow/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-17-pg-rrule_0.3.0-1.pgdg+1_arm64.deb
Size: 25584
SHA256: ab4aad02d90e847394b85d159d009ad7a1242ea50f75b0ca11c135969ee63d3a
SHA1: 867ad541ac4f128b9de8fefa5c50b78367fe5cdf
MD5sum: 07c0a31efea08589447ea8bb7327f9b9
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2025-12-21 10:25:23+00

Package: postgresql-17-pg-rrule-dbgsym
Source: pg-rrule
Version: 0.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-17-pg-rrule (= 0.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-17-pg-rrule-dbgsym_0.3.0-1.pgdg+1_arm64.deb
Size: 24096
SHA256: ca20c3a05a734207ae7ec4d3087bc2c3ce219161aee6831dace2e0b389497442
SHA1: 685c5722e1909165b2aa8291974c52017626a1b4
MD5sum: b2c1186220be29e6b8b710b777203d92
Description: debug symbols for postgresql-17-pg-rrule
Build-Ids: 2e2c7d3e211b41d18ac115d2220b9eaca67f4805
Timestamp: 2025-12-21 10:25:23+00

Package: postgresql-17-semver
Source: postgresql-semver
Version: 0.41.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-17-semver_0.41.0-1.pgdg+1_arm64.deb
Size: 40092
SHA256: f9eb6d6d9d5ec648dadc6c5135a2482100e90a8f873ad6e9ed7e8e24e14be9de
SHA1: fad865f8b012a56c8f0443ac47df6f8d0f991647
MD5sum: 1555bea9da72d84360a950e5a99b2755
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2025-12-21 10:25:23+00

Package: postgresql-17-semver-dbgsym
Source: postgresql-semver
Version: 0.41.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-17-semver (= 0.41.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-17-semver-dbgsym_0.41.0-1.pgdg+1_arm64.deb
Size: 25124
SHA256: 2589f1bcdf7851d3e950eb0d7d4da28bf3f56058fa3b333ea303c76d382b70f7
SHA1: e50fafb3adb280a22272f35df361a24083487106
MD5sum: 40ba0297423c98f9b815c04cf132036d
Description: debug symbols for postgresql-17-semver
Build-Ids: 603e18ff80997ce03d9adfbae07c9efd70f8fc59
Timestamp: 2025-12-21 10:25:23+00

Package: postgresql-18-pg-rrule
Source: pg-rrule
Version: 0.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-18, libc6 (>= 2.17), libical3t64 (>= 3.0.0)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/Natureshadow/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-18-pg-rrule_0.3.0-1.pgdg+1_arm64.deb
Size: 25524
SHA256: 4c7446354a88b1575ca07ac7280d2c34ab12517d0e6e19267be582a05ce2e246
SHA1: ccfc62cd7e74057c7be1bc79805bf11f40117c89
MD5sum: 8c79356e0062d217a4f6779fb76f3d20
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2025-12-21 10:25:23+00

Package: postgresql-18-pg-rrule-dbgsym
Source: pg-rrule
Version: 0.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-18-pg-rrule (= 0.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-18-pg-rrule-dbgsym_0.3.0-1.pgdg+1_arm64.deb
Size: 24272
SHA256: 805c08c58d95011f4ab244351e2d4637754f3e2f336276e2f18a6da76533dddd
SHA1: 7d1b382e17f55901b3782cabd38b3c6892cabac2
MD5sum: e8a3ee96efced15302b20c2787efac05
Description: debug symbols for postgresql-18-pg-rrule
Build-Ids: 218bbb83acfb8ccae533b9c1e5eddc798881ac73
Timestamp: 2025-12-21 10:25:23+00

Package: postgresql-18-semver
Source: postgresql-semver
Version: 0.41.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 178
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-18-semver_0.41.0-1.pgdg+1_arm64.deb
Size: 39724
SHA256: d8eb5b80a615629ac12fbda1143ab93337f2e079cf66eb310f27108745711191
SHA1: a4361e1e215da49ce6f8d90465fd9444106dffde
MD5sum: 69dd5b59edd75eb373dea5d76d0716be
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2025-12-21 10:25:23+00

Package: postgresql-18-semver-dbgsym
Source: postgresql-semver
Version: 0.41.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-18-semver (= 0.41.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-18-semver-dbgsym_0.41.0-1.pgdg+1_arm64.deb
Size: 25332
SHA256: 42253b508c5a45fc8ca6678c33076a2b4f6079bb1fc2d0e9b5c74bfa705f4560
SHA1: 7f82283d328140a17851ed2645b7dd2c9e2a0048
MD5sum: 3a3b78d8c6737b2d4d007fda3447ec91
Description: debug symbols for postgresql-18-semver
Build-Ids: 1278454b355e2f30438752f8607ed2d62e3ad975
Timestamp: 2025-12-21 10:25:23+00

Package: pspg
Version: 5.8.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 366
Depends: libc6 (>= 2.38), libncursesw6 (>= 6.1), libpq5 (>= 9.0~), libreadline8t64 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_5.8.14-1.pgdg+1_arm64.deb
Size: 132168
SHA256: 93bff50e8f94ec25f0575a65ab58586b35ef639896718755ebb538014d6e6732
SHA1: e3f62433cbc8db78448439bc5e841b7c67d968be
MD5sum: 45ac2b6ca37fcb0438d546e6325b3ecd
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2025-12-21 10:25:23+00

Package: pspg-dbgsym
Source: pspg
Version: 5.8.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 722
Depends: pspg (= 5.8.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_5.8.14-1.pgdg+1_arm64.deb
Size: 418708
SHA256: 331894d266a4de603bc13f6193c6fef92b4576c08b1edf8c7f507d8521c95691
SHA1: 701cc5e2f6d078cbc4c91b4720bc7e4f5c4788dd
MD5sum: d67ed38382d5a63095bbafdcb5aa2612
Description: debug symbols for pspg
Build-Ids: 08e9957dad43e35d7010fe56c30aeb7acd5f71f4
Timestamp: 2025-12-21 10:25:23+00

Package: libpgpool2
Source: pgpool2
Version: 4.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 200
Depends: libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libs
Filename: pool/main/p/pgpool2/libpgpool2_4.7.0-1.pgdg+1_arm64.deb
Size: 142800
SHA256: e274c711dbd0f54ca25dab497c255635fd535ac8d7193d848ad894f786cd5a72
SHA1: 3f06d47bd34537d8aba3ebee9f69ba6e8df70e69
MD5sum: 794e1ee3251ccec0d6fa8ecebaa95e46
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).
Timestamp: 2026-01-10 12:20:24+00

Package: libpgpool2-dbgsym
Source: pgpool2
Version: 4.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: libpgpool2 (= 4.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/libpgpool2-dbgsym_4.7.0-1.pgdg+1_arm64.deb
Size: 66760
SHA256: bfdca69ce807ab33f2b83027be61aafb7ef309f4b42c8f4ff645f3c54317e98c
SHA1: 5dd03bbd14ef878072f246f78686302bfdc2fb1d
MD5sum: 99f46c2071022aa65366e313519e98a2
Description: debug symbols for libpgpool2
Build-Ids: d7e01c4a0e79f436b5e5f0f7bef3fb12130d1780
Timestamp: 2026-01-10 12:20:24+00

Package: libpgpool-dev
Source: pgpool2
Version: 4.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 268
Depends: libpgpool2 (= 4.7.0-1.pgdg+1)
Conflicts: libpcp3-dev
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libdevel
Filename: pool/main/p/pgpool2/libpgpool-dev_4.7.0-1.pgdg+1_arm64.deb
Size: 154004
SHA256: b71b4f3d67cc5164fedd611ebb8457b2eef3a67183c671aa1ed5c803de0935b5
SHA1: 1cefc8448150f67a90d4650dbfedb2810fae0a4b
MD5sum: 6fd899e58ce54bf2821f46543a80d91a
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).
Timestamp: 2026-01-10 12:20:24+00

Package: pg-activity
Version: 3.6.1-1.pgdg+1
Architecture: all
Maintainer: Emmanuel Bouthenot <kolter@debian.org>
Installed-Size: 298
Depends: python3-attr, python3-blessed, python3-humanize, python3-psutil, python3:any, python3-psycopg
Homepage: https://github.com/dalibo/pg_activity
Priority: optional
Section: utils
Filename: pool/main/p/pg-activity/pg-activity_3.6.1-1.pgdg+1_all.deb
Size: 64648
SHA256: fc9b840a2f7d75d6c036fadaf284e5d6a1337bf9e999f75622f4d3336fa7f4c4
SHA1: 8a8427be06fc31c059bb250d786cdfb98a7a9913
MD5sum: edac3a397a2d51e0d72bf3f7107889f3
Description: Realtime PostgreSQL database server monitoring tool
 PgActivity is a curses-based realtime utility to display information from a
 running PostgreSQL database server.
 .
 It is modelled after the standard 'top' utility, and displays information such
 as:
   - the running, waiting and blocking queries
   - cpu, memory and i/o usage of each query
   - the queries execution time
 .
 It also provides interactive commands to sort, filter, scroll and extend the
 queries list displayed.
Timestamp: 2026-01-10 12:20:24+00

Package: pgbadger
Version: 13.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1725
Depends: libjson-xs-perl, libtext-csv-xs-perl, perl:any
Multi-Arch: foreign
Homepage: https://dalibo.github.io/pgbadger/
Priority: optional
Section: database
Filename: pool/main/p/pgbadger/pgbadger_13.2-1.pgdg+1_all.deb
Size: 383752
SHA256: 72de9ba5c12b9f2956a0721c63de721acda5b592e5e143f2097c6ac59e4077bb
SHA1: 63f8e364b54a947a3c2e808338d00b61c53bf805
MD5sum: d448b81fd078c02cd84352e58e137ad0
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.
Timestamp: 2026-01-10 12:20:24+00

Package: pgformatter
Version: 5.9-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 295
Depends: perl:any
Multi-Arch: foreign
Homepage: https://sqlformat.darold.net/
Priority: optional
Section: database
Filename: pool/main/p/pgformatter/pgformatter_5.9-1.pgdg+1_all.deb
Size: 90340
SHA256: 25e703aea03a0d2fed96962bcada4ffb87a1b2fb48c00f34bce4240be91f93ad
SHA1: fa139295ac6e1bba96a91ca2ca3b66016da64273
MD5sum: 7546c3762ed4371ff7d3729c97be853c
Description: PostgreSQL SQL syntax beautifier
 This SQL formatter/beautifier supports keywords from SQL-92, SQL-99,
 SQL-2003, SQL-2008, SQL-2011 and PostgreSQL specifics keywords. May
 works with any other databases too.
 .
 pgFormatter can work as a console program or as a CGI. pg_format will
 automatically detect its environment and output as text or as HTML
 following the context.
Timestamp: 2026-01-10 12:20:24+00

Package: pgpool2
Version: 4.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7832
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: libpgpool2 (= 4.7.0-1.pgdg+1), postgresql-common, ucf, libc6 (>= 2.42), libcrypt1 (>= 1:4.1.0), libldap2 (>= 2.6.2), libmemcached11t64 (>= 1.1.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3t64 (>= 3.0.0)
Enhances: postgresql
Conflicts: pgpool
Replaces: pgpool
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/pgpool2_4.7.0-1.pgdg+1_arm64.deb
Size: 1261128
SHA256: 614175fbd0b6a45d2558a5149a09fb4eb9aa541eb8379c12134a3f847398795d
SHA1: 9e622f445084809e70b8a72a08e737ca1939b522
MD5sum: 3b5c938f469a8f728447ea989484315e
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.
Timestamp: 2026-01-10 12:20:24+00

Package: pgpool2-dbgsym
Source: pgpool2
Version: 4.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5116
Depends: pgpool2 (= 4.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/pgpool2-dbgsym_4.7.0-1.pgdg+1_arm64.deb
Size: 2084692
SHA256: fe801e1c25e6b3c1afe940562ef5f14affdc2425fe202959ea4b81dcf187fa4a
SHA1: a1a288076fa656c4017072d10e82845346846b44
MD5sum: 0bca0cd52c03afff9b23106ed11e0222
Description: debug symbols for pgpool2
Build-Ids: 1be54308a9a421f011ecdfc4efd85b1a11fc96e6 2b2198f6aee52263251bd40f9b479381c47cb1a3 3c81cb6848ee472b884bf075e9c3ee8ef76f5fc0 75e85eb1705cc5ec7779e7526084a9e44086509d 7b8fa4715edd01ab46b700701c9afd5e95db6732 7f5377da2db4c749db610da6d277099a2bd33554 9a409e60aa50d6c885a705f901a2e3fe9aa0f688
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-10-decoderbufs
Source: postgres-decoderbufs
Version: 3.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-10, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs_3.4.0-1.pgdg+1_arm64.deb
Size: 14792
SHA256: 40d56854be33b7ef83f590f37dcc960e7e0ffeb0d1017d4931dcc88b08232892
SHA1: 1fc1451a42d5ea0f9c03e9715fc7d3019d1cd23d
MD5sum: 7db75b58b670d8a86a824c5e1d6c21df
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-10-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-10-decoderbufs (= 3.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs-dbgsym_3.4.0-1.pgdg+1_arm64.deb
Size: 37560
SHA256: 60c6fe50aedd6b0b3a97bc2df9201ac8e81e4d63bd4ae8fa616e4b5bbde2e5fa
SHA1: a4211babbc8bfe29fc50d8b36aa2c69bc3bca30b
MD5sum: ed89645aa2f3bc7f734faf5e82e5391f
Description: debug symbols for postgresql-10-decoderbufs
Build-Ids: d0eda315fde03ea568107418cf026d12cb03963e
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-10-hll
Source: postgresql-hll
Version: 2.19-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: postgresql-10, libc6 (>= 2.38)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-10-hll_2.19-2.pgdg+2_arm64.deb
Size: 36456
SHA256: 1cb4d79d2de270f724cab9e091cb54027cea98f5d95ca06174b7a71f387aac4d
SHA1: 78ef76c33edcc1d4fc427dad6beebe3c3341acdf
MD5sum: 99f300ee1a921445e22c6cceabc50a0d
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-10-hll-dbgsym
Source: postgresql-hll
Version: 2.19-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-10-hll (= 2.19-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-10-hll-dbgsym_2.19-2.pgdg+2_arm64.deb
Size: 78472
SHA256: c2441a926bc713b27c5a8633d04e984801e744992090198dda39b7b0bed77381
SHA1: 760e234e58f34576caa47fc65c42f487531abf77
MD5sum: b9e7e11d4291ebe3ebe8b183b56200f4
Description: debug symbols for postgresql-10-hll
Build-Ids: d510279ebbb643ac2228f20bd390967c7c253139
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-10-pgfincore
Source: pgfincore
Version: 1.3.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-10, libc6 (>= 2.34)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-10-pgfincore_1.3.1-3.pgdg+1_arm64.deb
Size: 15148
SHA256: f7d18612692f620fb7cfe0ebdf0bc8ee21a9b3ecaccc93eb91a23af3a2388421
SHA1: 619415c5fa7a73e4f79c7589d005e8d2124c5892
MD5sum: f8e7821991539f1f8c5b0dc88249d8a2
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.
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-10-pgfincore-dbgsym
Source: pgfincore
Version: 1.3.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-10-pgfincore (= 1.3.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-10-pgfincore-dbgsym_1.3.1-3.pgdg+1_arm64.deb
Size: 36708
SHA256: b346029ce0bd6f53dbdf788df588576b300763230d3a047733e29eef3efd54cb
SHA1: 1a4a2fa5e94c98e896287bf80769422212dda845
MD5sum: 7fc7bfd550163089d9a64fc48f970927
Description: debug symbols for postgresql-10-pgfincore
Build-Ids: 4fb6b0ec03af95ec134b8bcb000af7c79ae71634
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-10-pgpool2
Source: pgpool2
Version: 4.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 400
Depends: libpgpool2 (>= 4.7.0-1.pgdg+1), postgresql-10, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2_4.7.0-1.pgdg+1_arm64.deb
Size: 135108
SHA256: 4f087faa33beab1c0dcf874d4a1f90df67fa827b074c0d82358cb1d09409cd1c
SHA1: de500199db1b496e4fa9db1d1150a5dbc490908e
MD5sum: b582704186cfcd922bde15792506385b
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 10 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-10-pgpool2-dbgsym
Source: pgpool2
Version: 4.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-10-pgpool2 (= 4.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2-dbgsym_4.7.0-1.pgdg+1_arm64.deb
Size: 56336
SHA256: e3ce1bc2076da96ea50ed7bab188e6e1c7417f84a3fb2ffd94f6593297102abb
SHA1: a1153bed2140096725bc9ed48647aed15c460192
MD5sum: 63e20e55d60b53aa103fa8848281a373
Description: debug symbols for postgresql-10-pgpool2
Build-Ids: 1bc24a6899c7ce5b957e5750b2104e9927eebbcb 305bf8f520229abfa6520151d303b5649998d619 990274962fb290edc22539b1e2d6b07c4c692b9b
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-11-decoderbufs
Source: postgres-decoderbufs
Version: 3.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-11, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs_3.4.0-1.pgdg+1_arm64.deb
Size: 14936
SHA256: 5194963cea775dfdda2b57a8a01bb1435b72357c6bfd73ea1794b7d9abc40acb
SHA1: 174fd70da51f989b1215f4fab0e5b044004355f4
MD5sum: 076287debcb03796cdd46bd53c887130
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-11-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 78
Depends: postgresql-11-decoderbufs (= 3.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs-dbgsym_3.4.0-1.pgdg+1_arm64.deb
Size: 38032
SHA256: 749dc59a8021ba8a48a548bc87d54a073a3a5d031d8f04d065a3a886b2e452d2
SHA1: e5af34385390480fec1d90b5989b4ac875cf0e1a
MD5sum: 04e0e347fc13780d8f97d1d14ebffb03
Description: debug symbols for postgresql-11-decoderbufs
Build-Ids: ccf214273a9c2179a80b6a7ce51e4127d055dd4a
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-11-hll
Source: postgresql-hll
Version: 2.19-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-11-hll_2.19-2.pgdg+2_arm64.deb
Size: 36444
SHA256: 23a4353539af4f1083dce8969d4fb63e84cbf1ea6eed6ad98fff87ec7a6f2fdd
SHA1: bc7d050b550a6fab18bdadbfc49b760b43b1c61e
MD5sum: 451d27597498b12e2e821fe8eb9bb591
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-11-hll-dbgsym
Source: postgresql-hll
Version: 2.19-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-11-hll (= 2.19-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-11-hll-dbgsym_2.19-2.pgdg+2_arm64.deb
Size: 81496
SHA256: 25d2496751d4e3af75ec3d076fdf4f61969efb9d1291983e677344937a334b0b
SHA1: 438b194a9a0ab8fab897c1ce0ca137a7984dad6f
MD5sum: 2a69d63c6b8343c207647a0c98f53a95
Description: debug symbols for postgresql-11-hll
Build-Ids: 65d509f7120654489c6357e54183a68065780315
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-11-pgfincore
Source: pgfincore
Version: 1.3.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-11, libc6 (>= 2.34)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-11-pgfincore_1.3.1-3.pgdg+1_arm64.deb
Size: 15152
SHA256: 161ff3cf7da81678faa2be4999efb596ff4b479d6b09a140431fad32c86bc7bb
SHA1: 6ef64998e4d59532cb46760869ad62e5649d3ac1
MD5sum: bf295e0607a84493e4b0d741d32c4da6
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.
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-11-pgfincore-dbgsym
Source: pgfincore
Version: 1.3.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-11-pgfincore (= 1.3.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-11-pgfincore-dbgsym_1.3.1-3.pgdg+1_arm64.deb
Size: 38212
SHA256: 10492f3eb9e12755978ff012cfabeb511bbbb190918b135b5f9411d30515d0ea
SHA1: 6dc6fb127ef1c0f98eef3cf52e5c2e0f73590ac0
MD5sum: 1d609aec2087abd67806571bd9ab84bc
Description: debug symbols for postgresql-11-pgfincore
Build-Ids: b64d25df6c2481702d9c830ec9e8746a57fb4bd3
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-11-pgpool2
Source: pgpool2
Version: 4.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 400
Depends: libpgpool2 (>= 4.7.0-1.pgdg+1), postgresql-11, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2_4.7.0-1.pgdg+1_arm64.deb
Size: 135088
SHA256: 303f01a1ff5ff7c8233f0fe47bfee21ee3b174ae60ac235651194d4a59c114b2
SHA1: b4ac1232434f6cd18de10419ab7f301e3cefdf03
MD5sum: 748d1daa713279ad860356f1de7523cd
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 11 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-11-pgpool2-dbgsym
Source: pgpool2
Version: 4.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-11-pgpool2 (= 4.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2-dbgsym_4.7.0-1.pgdg+1_arm64.deb
Size: 54124
SHA256: 2bb93a9f651b33b417dc30e3dee331642f7ec0455e37d3d3ee72b0c48181f080
SHA1: e6384942d32a17af15dcddb058297a4d1803eb26
MD5sum: 670e3ae40ec9fad79656e47bf5291bf3
Description: debug symbols for postgresql-11-pgpool2
Build-Ids: 588d994a373580036cec8a0251e12b5ecbd39fee a497ff08ece3e2d08a8b995bb17be554905f1ba1 ff292db9e20d82b9d9eaa6fb583fae079fdb7aa5
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-12-credcheck
Source: credcheck
Version: 4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: postgresql-12, libc6 (>= 2.17)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-12-credcheck_4.3-1.pgdg+1_arm64.deb
Size: 74032
SHA256: e81324196f5730854d38741f597ccf110b9aa2724c1f47db2e17e0f6c166b5c0
SHA1: 4cd9512938362cd9b8ce118c975a81299a8ee03a
MD5sum: 9b57ab7054e161b730485b5b9a721547
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-12-credcheck-dbgsym
Source: credcheck
Version: 4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: postgresql-12-credcheck (= 4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-12-credcheck-dbgsym_4.3-1.pgdg+1_arm64.deb
Size: 71044
SHA256: 8db399cccc4fcb3db3a11809e07e0625f6b71d1d7d33d2963cd4eee4f745df67
SHA1: e88629fdbb6d3d138bb383f298a97c2a1ace1c25
MD5sum: a1d1c45458958b7e5ce9fa289ffc29e0
Description: debug symbols for postgresql-12-credcheck
Build-Ids: afe04c0fe964b2cd9b53a02b131552b5b473713f
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-12-decoderbufs
Source: postgres-decoderbufs
Version: 3.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-12, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs_3.4.0-1.pgdg+1_arm64.deb
Size: 40060
SHA256: f73e21eb1645e3eb6f9844a764b5912a1ca4a935aa3347b3cc77fb92333008ff
SHA1: a3cc113ea8b584bd22c60430430045460a6a5abd
MD5sum: ab062cae5b15ab965d8ca029e02a3989
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-12-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-12-decoderbufs (= 3.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs-dbgsym_3.4.0-1.pgdg+1_arm64.deb
Size: 38748
SHA256: b01d92b7ed28a2d8beb4c083e155264ad3b83fd24a8048d72ca55ddf15240afa
SHA1: bb20b9073575e60ab0717314f694caac1c9c6253
MD5sum: 9f510075d0d90d411902ca1dc0303b10
Description: debug symbols for postgresql-12-decoderbufs
Build-Ids: 2274bc9c9397dd83fd329d3b77e97bdba873551e
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-12-hll
Source: postgresql-hll
Version: 2.19-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 209
Depends: postgresql-12, libc6 (>= 2.38)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-12-hll_2.19-2.pgdg+2_arm64.deb
Size: 79016
SHA256: 2f1a495988e4a3b2698220bf06aa3ce41a95ea104435d7bfca6d499cbacfb101
SHA1: 17359445a556739fd590d5a55e1d23bf263b5f5c
MD5sum: ba01915e2cbae238b95ad80ebf1b7b24
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-12-hll-dbgsym
Source: postgresql-hll
Version: 2.19-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 157
Depends: postgresql-12-hll (= 2.19-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-12-hll-dbgsym_2.19-2.pgdg+2_arm64.deb
Size: 89248
SHA256: 587f349fd9511ce5436b9d3d1dace4dcde4eb0c581d3930eac62e21d160a2c77
SHA1: 5d57a64ee65e642801e3f14acf332e28bef02d35
MD5sum: e31c73887daff4e68174fa59c96b5d08
Description: debug symbols for postgresql-12-hll
Build-Ids: 7e1e4aedab8f46d37f62fb597d9a46f70f59a2ea
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-12-pgfincore
Source: pgfincore
Version: 1.3.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: postgresql-12, libc6 (>= 2.34)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-12-pgfincore_1.3.1-3.pgdg+1_arm64.deb
Size: 28164
SHA256: 39348881f94e2409ebe8c6627a65c23126daf1f87e998870c49ad3efa61acb49
SHA1: 20813b093a2d322257e83ac6b818fda557b979a0
MD5sum: 8daec8bc15fda0da2d629552b3540df2
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.
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-12-pgfincore-dbgsym
Source: pgfincore
Version: 1.3.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-12-pgfincore (= 1.3.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-12-pgfincore-dbgsym_1.3.1-3.pgdg+1_arm64.deb
Size: 41972
SHA256: bfab2fa48b8bfce4037e34c782b1b320940af740c8b69e7aced828729678b7c9
SHA1: fbe95e13394782bfb7a6a71cecde2911a7268cf2
MD5sum: 12ddf434e168419b33e792c038df8610
Description: debug symbols for postgresql-12-pgfincore
Build-Ids: 62e0f80225c7c1c71a27a7235e75066dd8d44bc0
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-12-pgpool2
Source: pgpool2
Version: 4.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 456
Depends: libpgpool2 (>= 4.7.0-1.pgdg+1), postgresql-12, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2_4.7.0-1.pgdg+1_arm64.deb
Size: 159084
SHA256: cf7ae73ffd13bdbcf6aa1b3df0c9c5c4bbbfea87ea757e9ef7cc28312523e474
SHA1: cf14c77d6f055aff4ee75c2b000eac6bb8520086
MD5sum: fa9417e1614155caa58b8d39019f0e25
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 12 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-12-pgpool2-dbgsym
Source: pgpool2
Version: 4.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-12-pgpool2 (= 4.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2-dbgsym_4.7.0-1.pgdg+1_arm64.deb
Size: 54956
SHA256: 0f6f728946901857a7e05f8bb0ffa675fa7a420e464b3c7c945de27ace519c07
SHA1: 3f9a44649293e5a21b98e9212a869142c4ed12cd
MD5sum: 396eb433282cdc9998870bcc9a5c8b89
Description: debug symbols for postgresql-12-pgpool2
Build-Ids: 4f85f450e68c1bbeae615e81c2c3d614866cf7e4 a192ddbf7f33562b151e04975cd2b2641e654465 e1054d533300c61178757eed87dd249a458f9daf
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-13-credcheck
Source: credcheck
Version: 4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-13, libc6 (>= 2.17)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-13-credcheck_4.3-1.pgdg+1_arm64.deb
Size: 74188
SHA256: 61e4250e0048a932699bd828b8fc75b2c85b3b00c84bc04b77ef441dceb2570b
SHA1: 5fefd979340da212e67f51b9148600941132dcb4
MD5sum: 3dc168023a2133fe49a7ea949a9bbd61
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-13-credcheck-dbgsym
Source: credcheck
Version: 4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 137
Depends: postgresql-13-credcheck (= 4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-13-credcheck-dbgsym_4.3-1.pgdg+1_arm64.deb
Size: 75084
SHA256: 95876e8ec8d51dee3b81965f1ac73760314c556f339fddff61e4af72a50d7ce6
SHA1: b81d98604498e5ffdb0d0dc69eb33ffd7d522d95
MD5sum: ae4d859f1ad038a6b3b845d14b7ebb9c
Description: debug symbols for postgresql-13-credcheck
Build-Ids: aeba409ae6367c2dc491199d39d81811783e3cf1
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-13-decoderbufs
Source: postgres-decoderbufs
Version: 3.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-13, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs_3.4.0-1.pgdg+1_arm64.deb
Size: 40380
SHA256: 5c01fd3dbf5ca6a1105b88d1801647dc0d7716e206a94a459a762fef872e3f25
SHA1: b777dac71fbf64d251d50aa5c84998225c70c566
MD5sum: 29b40c5bf1935c5c75ddc949bb58ea12
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-13-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-13-decoderbufs (= 3.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs-dbgsym_3.4.0-1.pgdg+1_arm64.deb
Size: 40004
SHA256: d73f3b3e59f7b86f5dc5b58bf5955250c4c31e74387c3074c9f5f78ec56821c0
SHA1: ffec8f17f7ae0b5f4d281da3a0778c6d5f48a26f
MD5sum: 0b51baa34dbf8be5d0e173766ce09485
Description: debug symbols for postgresql-13-decoderbufs
Build-Ids: 0bda904db2de9df7ebdfb00459aa3e41a498253f
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-13-hll
Source: postgresql-hll
Version: 2.19-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 209
Depends: postgresql-13, libc6 (>= 2.38)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-13-hll_2.19-2.pgdg+2_arm64.deb
Size: 78968
SHA256: cc59a5029a44ef5430544f82982b10d9c54695536d7b2e90460da3367d9b488a
SHA1: 5a6c236507b332f8501c9c1000b76f058238be28
MD5sum: dd4f53d04e29e13d6d36706881651d44
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-13-hll-dbgsym
Source: postgresql-hll
Version: 2.19-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 157
Depends: postgresql-13-hll (= 2.19-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-13-hll-dbgsym_2.19-2.pgdg+2_arm64.deb
Size: 89884
SHA256: 651e2218269756392ea0a9e9bb63c100545bbf74ce41d4ca915eac83c203d9fd
SHA1: 24a4ff8c7e991e57972f4270c5747b2eec439e3d
MD5sum: 4c7f7c0d3a3d57139d2c24acab98d523
Description: debug symbols for postgresql-13-hll
Build-Ids: fa2b7db3cb6b2766d4ae16444fa9a9aeb5eab86b
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-13-pgfincore
Source: pgfincore
Version: 1.3.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-13, libc6 (>= 2.34)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-13-pgfincore_1.3.1-3.pgdg+1_arm64.deb
Size: 28936
SHA256: a14cd024a7b6b2b067d6beddd4ef5b591fe6c709097be9c477457ace9734b1e9
SHA1: cdce4c892c389f045686872cb0a1fadeda66ae56
MD5sum: f9a02f9ae1b1e46f8dfee3c6014436f6
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.
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-13-pgfincore-dbgsym
Source: pgfincore
Version: 1.3.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-13-pgfincore (= 1.3.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-13-pgfincore-dbgsym_1.3.1-3.pgdg+1_arm64.deb
Size: 39868
SHA256: 4d595897fa64c8517c9e748216903b94f618af886142a236607ae2b669a0cff2
SHA1: aa27ebae48b010699aa9fb33d94a63e7dc9cd7d0
MD5sum: c88290810107071a8750f451d325c32e
Description: debug symbols for postgresql-13-pgfincore
Build-Ids: 07844e64b064195a503be651ce52e51282d7f0c2
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-13-pg-ivm
Source: pg-ivm
Version: 1.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 509
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/sraoss/pg_ivm
Priority: optional
Section: database
Filename: pool/main/p/pg-ivm/postgresql-13-pg-ivm_1.13-1.pgdg+1_arm64.deb
Size: 224444
SHA256: 70b792a9bfdeb07fc100eaf34edc06bf66ee0c1b395db8d388bd52a097bf439d
SHA1: 37e85694594084b4a4a8dd8629ee469ea289b19d
MD5sum: 3c83491b2c58183875e8f171b429b986
Description: Incremental View Maintenance (IVM) extension for PostgreSQL
 pg_ivm is a PostgreSQL extension for Incremental View Maintenance (IVM). IVM
 is a way to make materialized views up-to-date in which only incremental
 changes are computed and applied on views rather than recomputing the contents
 from scratch as `REFRESH MATERIALIZED VIEW` does. IVM can update materialized
 views more efficiently than recomputation when only small parts of the view
 are changed.
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-13-pg-ivm-dbgsym
Source: pg-ivm
Version: 1.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 437
Depends: postgresql-13-pg-ivm (= 1.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-ivm/postgresql-13-pg-ivm-dbgsym_1.13-1.pgdg+1_arm64.deb
Size: 255108
SHA256: 73faa0acd331a7dcdbaf7b4493b18d094caa8036ce9684f1234fda0ec0b7b9e3
SHA1: a4ec7a63137ffb2dcf418e80123127bac9810627
MD5sum: bce499a59a6a1d5f64a7a61d5ce350c6
Description: debug symbols for postgresql-13-pg-ivm
Build-Ids: f37f92457b3c89f74a67c5f8b8c0cbc3e8d85be0
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-13-pgpool2
Source: pgpool2
Version: 4.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 456
Depends: libpgpool2 (>= 4.7.0-1.pgdg+1), postgresql-13, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2_4.7.0-1.pgdg+1_arm64.deb
Size: 159240
SHA256: f85e93918502110724a5923c1bb9e089d4bf4fa462121d80110bae04f534969e
SHA1: c512b59a9f3b37fdee2a7fa132e1604885ad26e7
MD5sum: f8b6f920c5f7cc1067b6b31f5861f899
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 13 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-13-pgpool2-dbgsym
Source: pgpool2
Version: 4.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: postgresql-13-pgpool2 (= 4.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2-dbgsym_4.7.0-1.pgdg+1_arm64.deb
Size: 52596
SHA256: 7fb5c79c9cc3739746796d130277f2ca855bbe3f09a974fd5c9966270f5610c0
SHA1: 00e9575d95d22772c773e60c0e910a3081e8ea15
MD5sum: e612433105c0769d014501ee255758bd
Description: debug symbols for postgresql-13-pgpool2
Build-Ids: 922bf8395120cc428b02a373fc3904965305244b c3590a7f83c778cd450d15fd9b6024112340e8e6 ddab9dabc77ec7540faecad972111228a651c695
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-14-credcheck
Source: credcheck
Version: 4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-14-credcheck_4.3-1.pgdg+1_arm64.deb
Size: 74580
SHA256: c2120304092864d9f7cef76b35364128771daac34a04b7121ad06ec1f9829722
SHA1: 0da8d34d8515a10c7c3e23fc6bb2152a0b11ae5b
MD5sum: 0c7b94444c40decb4b33f901e1fd2603
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-14-credcheck-dbgsym
Source: credcheck
Version: 4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 139
Depends: postgresql-14-credcheck (= 4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-14-credcheck-dbgsym_4.3-1.pgdg+1_arm64.deb
Size: 76728
SHA256: 6aa5dcea2504cff404a832457770aa4ca40607bbc98d920ac38e6795709f6385
SHA1: 54a69ac9de76e1b8863c448a11ecb7a2cd91e5d9
MD5sum: 346075f76accc42298248bbc04d93f4d
Description: debug symbols for postgresql-14-credcheck
Build-Ids: f3bf6ee5b86e5d69b6fab044c368127b6289bf78
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-14-decoderbufs
Source: postgres-decoderbufs
Version: 3.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-14, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs_3.4.0-1.pgdg+1_arm64.deb
Size: 40528
SHA256: a54b871c61a574ab0cc02b0833a29593017055cd98143c21570c218c942180d6
SHA1: 4d74169303e3993d01fff4bcd46b4bd4194135ce
MD5sum: 6f04a3f848f8d66007e6d7dceb32f4a2
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-14-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-14-decoderbufs (= 3.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs-dbgsym_3.4.0-1.pgdg+1_arm64.deb
Size: 41368
SHA256: 1dad610f21e3e0b9ac054265197835de1029799f0dabd70bef4dc99c14d8f7a6
SHA1: 905f0e510bee8eb466ee0942d904c0c131f23b5c
MD5sum: e794c7765ddd94a7ea30f5b87adc84dc
Description: debug symbols for postgresql-14-decoderbufs
Build-Ids: d7babe1fad77e3d15d8237243a7fa7aa65ff0fea
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-14-hll
Source: postgresql-hll
Version: 2.19-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 210
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-14-hll_2.19-2.pgdg+2_arm64.deb
Size: 78840
SHA256: 636ded4754381b1849096f97bddc860496477ccc98f3bada9fe519156d6d119a
SHA1: f4b7b4f5b314881f39606d67d97f79602bb73120
MD5sum: da3c6ff5dfb0ed4196b3ed8d2efac3a7
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-14-hll-dbgsym
Source: postgresql-hll
Version: 2.19-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: postgresql-14-hll (= 2.19-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-14-hll-dbgsym_2.19-2.pgdg+2_arm64.deb
Size: 91404
SHA256: 1d830546bfe7585b8ebde51c8e17040b795f8c9c9247e917e0a8d3cad5a2176c
SHA1: 51a1018e9b1cb6a29288384ddbd7ac416cf792dd
MD5sum: c70023c16650f941f0567d0bfe6df461
Description: debug symbols for postgresql-14-hll
Build-Ids: 1ba4dcdf3558b7ceb1837360ce6f3e015fbdc499
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-14-pgfincore
Source: pgfincore
Version: 1.3.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-14, libc6 (>= 2.34)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-14-pgfincore_1.3.1-3.pgdg+1_arm64.deb
Size: 29372
SHA256: c0eb2cadb195fbc085c623bf5a4fc5751bf7d7c9ffa2b68eaed505d294f33bcd
SHA1: e5a9d00f09849921d37d1025d8cbc9c2b76511d8
MD5sum: ae04e1a2ef67f00118874d2b3097f217
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.
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-14-pgfincore-dbgsym
Source: pgfincore
Version: 1.3.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-14-pgfincore (= 1.3.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-14-pgfincore-dbgsym_1.3.1-3.pgdg+1_arm64.deb
Size: 40752
SHA256: e857c4101df6695c9b3d61193c0435b8b224bbf023c93b939159af88b3cd5ea4
SHA1: 32d22db7028eca0c8d73c7175cc9bf17392d2bc6
MD5sum: 9e4b86bf79a7f6743f56413fbcc3bd3c
Description: debug symbols for postgresql-14-pgfincore
Build-Ids: 817f6eef699e8e1b859f86486e90f8d331ffbc02
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-14-pg-ivm
Source: pg-ivm
Version: 1.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 514
Depends: postgresql-14, libc6 (>= 2.17)
Homepage: https://github.com/sraoss/pg_ivm
Priority: optional
Section: database
Filename: pool/main/p/pg-ivm/postgresql-14-pg-ivm_1.13-1.pgdg+1_arm64.deb
Size: 228360
SHA256: bc9f1aa649860440846e565f88c56ed3c480678bf638fc38af7f0b6ca27c5663
SHA1: eb56d03eea9894df2803e61981a7eadb1462fcef
MD5sum: 84e3b45cc0389cd7232aef99b8dfa550
Description: Incremental View Maintenance (IVM) extension for PostgreSQL
 pg_ivm is a PostgreSQL extension for Incremental View Maintenance (IVM). IVM
 is a way to make materialized views up-to-date in which only incremental
 changes are computed and applied on views rather than recomputing the contents
 from scratch as `REFRESH MATERIALIZED VIEW` does. IVM can update materialized
 views more efficiently than recomputation when only small parts of the view
 are changed.
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-14-pg-ivm-dbgsym
Source: pg-ivm
Version: 1.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 447
Depends: postgresql-14-pg-ivm (= 1.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-ivm/postgresql-14-pg-ivm-dbgsym_1.13-1.pgdg+1_arm64.deb
Size: 262316
SHA256: c567c6dc29d98891960b86f7a9f8ef52e8a57d4ce7c09c79f0148d01b221540c
SHA1: 319258043587ab952b4f3aa4167a6926ed49d04a
MD5sum: 26c7c06049b47cd5a2a0f332bc3b7013
Description: debug symbols for postgresql-14-pg-ivm
Build-Ids: 292c6ac79e66a03ecde7febc9d531267b5e8d65e
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-14-pgpool2
Source: pgpool2
Version: 4.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 457
Depends: libpgpool2 (>= 4.7.0-1.pgdg+1), postgresql-14, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2_4.7.0-1.pgdg+1_arm64.deb
Size: 159780
SHA256: f4cf4bbd41082eb11a70fce6d026dce5bb15679e67b1f819f03ee77921a63a80
SHA1: 588cfbf6be02cce10dcbbb44c7ebedd711235fc7
MD5sum: b2cd0b8ba522f2d3d692d8f82f3c5e1e
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 14 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-14-pgpool2-dbgsym
Source: pgpool2
Version: 4.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-14-pgpool2 (= 4.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2-dbgsym_4.7.0-1.pgdg+1_arm64.deb
Size: 53224
SHA256: ae177492a285ef83b74b990f11b207ba0baf4d67bfb1d69ded1606bed43e79bd
SHA1: 7354acdc3fe9fc68f1475fad1bc57a262432c2aa
MD5sum: b2ad7d8ab4801458f72318b9ea2380d8
Description: debug symbols for postgresql-14-pgpool2
Build-Ids: 5cf104412c469183b93378ae9eb1a2e9fc46b82a 67fa88ee7ac1e42de2e306ac1f532c9c6c73d43f c375dabd1e677f758aca7c9521c9c3bff9b35dfd
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-14-pgsentinel
Source: pgsentinel
Version: 1.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-contrib-14, postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/pgsentinel/pgsentinel
Priority: optional
Section: database
Filename: pool/main/p/pgsentinel/postgresql-14-pgsentinel_1.3.1-1.pgdg+1_arm64.deb
Size: 44104
SHA256: 6c08a916e913950df16c42572c7e87d288c885a1941e875129771f4285c127fd
SHA1: 5f4b26f1e2b8c2039ffdce939127e025d8ce1928
MD5sum: 178196c1ecb554fc5ba38946a22879d9
Description: PostgreSQL extension pgsentinel
 pgsentinel is a lightweight extension for PostgreSQL that enables
 active session sampling. It collects and reports information about
 currently active sessions and waits. This extension helps database
 administrators and developers diagnose performance issues by
 providing real-time insights into blocking, waiting, and session
 activities.
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-14-pgsentinel-dbgsym
Source: pgsentinel
Version: 1.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-14-pgsentinel (= 1.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsentinel/postgresql-14-pgsentinel-dbgsym_1.3.1-1.pgdg+1_arm64.deb
Size: 54520
SHA256: 89cd02bc1019c4c4e8de9ea976fb009fe4efb07a6c9fbbfab24ed7d639cfc9e2
SHA1: 814dc8ff021cf68f0face23df7819c3dbe234dec
MD5sum: 000f5e95696b4aa6420002fc9ead9c46
Description: debug symbols for postgresql-14-pgsentinel
Build-Ids: 4dfcb80f02400d39a9b15f6784e65f54d2a40de1
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-15-credcheck
Source: credcheck
Version: 4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-15-credcheck_4.3-1.pgdg+1_arm64.deb
Size: 75156
SHA256: 83d8f332d409bb2c553760440ce202e9572091033a8d605223a19b1055681634
SHA1: 0e34f6527f04df81d739b96bda5b5997d33d79a5
MD5sum: 92cfa2e786de74a6e0b8732c96e0ce32
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-15-credcheck-dbgsym
Source: credcheck
Version: 4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-15-credcheck (= 4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-15-credcheck-dbgsym_4.3-1.pgdg+1_arm64.deb
Size: 78084
SHA256: abafb43958596cd0fd0944b2cbe3c064ffbe32e22af061ec08ea0b6d256509ed
SHA1: 799af69d02e75ab17db31d915a22760ff95023d6
MD5sum: 5dca71ee57b92ed04f69d2e8b46dd615
Description: debug symbols for postgresql-15-credcheck
Build-Ids: a86531d9173775d07c2fe4c72f9513a135af92a3
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-15-decoderbufs
Source: postgres-decoderbufs
Version: 3.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-15, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs_3.4.0-1.pgdg+1_arm64.deb
Size: 40936
SHA256: 2f936711d618d204152f97950fd28739d1604987e01fb00c9198b5115f9e2bbd
SHA1: 9f4149661cd0ca29173a664270510830830ba2df
MD5sum: 79dfaa6525481462f341f7ebbc2c2471
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-15-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-15-decoderbufs (= 3.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs-dbgsym_3.4.0-1.pgdg+1_arm64.deb
Size: 51928
SHA256: d75df1048426bfae15d111930a80cf08472d03a272faab38809845fa9efbfef4
SHA1: 9397c8400bd87dbd95bd5af78aed7c85a5942c6f
MD5sum: a883c6e07fb60d9f0f43483e2a0344c9
Description: debug symbols for postgresql-15-decoderbufs
Build-Ids: cb085c711946a549987c3132989d02d6c84a5087
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-15-hll
Source: postgresql-hll
Version: 2.19-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 210
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-15-hll_2.19-2.pgdg+2_arm64.deb
Size: 78804
SHA256: f826e116e23e6b895a5349d5a07b2069d721f6e9c884d4e4fd7bf47731a008bb
SHA1: 54ee0e2fabe4e42a041180834e7b02554cbbb2cb
MD5sum: 3641641ec3fc6500830941093cce0b0b
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-15-hll-dbgsym
Source: postgresql-hll
Version: 2.19-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: postgresql-15-hll (= 2.19-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-15-hll-dbgsym_2.19-2.pgdg+2_arm64.deb
Size: 91880
SHA256: f74e2f5039519cf7ec31125ca5851fc7fbad696da1d1b0f36076b9a3f27ef522
SHA1: a4b333186ff92bf21ef0b52a9b8d79193412a699
MD5sum: fc530b5570fde2c9106a539f3e15df2d
Description: debug symbols for postgresql-15-hll
Build-Ids: 6771a749eed7c3cd7fb89d68656ac2ae20f94a20
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-15-pgfincore
Source: pgfincore
Version: 1.3.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-15, libc6 (>= 2.34)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-15-pgfincore_1.3.1-3.pgdg+1_arm64.deb
Size: 29388
SHA256: e27d2828a3b66d4e502b0f10df71e3cf0c31bc506ae7502add6968f279df0b12
SHA1: 0ce2c6bacc384d063f38f7cdbae9cb1cf1180c3d
MD5sum: b001325b0c1a0718a3171722c93fb8d2
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.
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-15-pgfincore-dbgsym
Source: pgfincore
Version: 1.3.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-15-pgfincore (= 1.3.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-15-pgfincore-dbgsym_1.3.1-3.pgdg+1_arm64.deb
Size: 41136
SHA256: 5f29ed983cfd367fe68e36a5bd9a7b754bf3119befef50be39baf118f026aa27
SHA1: 14b94d7dc6bdaaa9cdb673922d2cb3b3b0c2c638
MD5sum: aa9f561a48c06e51cc883d889525922c
Description: debug symbols for postgresql-15-pgfincore
Build-Ids: 7ec8a48ffd9c86ac76c29bf43e1bddf9f1d30701
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-15-pg-ivm
Source: pg-ivm
Version: 1.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 318
Depends: postgresql-15, libc6 (>= 2.17)
Homepage: https://github.com/sraoss/pg_ivm
Priority: optional
Section: database
Filename: pool/main/p/pg-ivm/postgresql-15-pg-ivm_1.13-1.pgdg+1_arm64.deb
Size: 124640
SHA256: c84cf6cc690c42ef647004b2ed000fb812cca8bbaa909c110d04102b4195b2c0
SHA1: 15840259a0a0b338d9b61928b2fdcbe02266a2bf
MD5sum: dfbf592069f32d12018bb2a9062262e6
Description: Incremental View Maintenance (IVM) extension for PostgreSQL
 pg_ivm is a PostgreSQL extension for Incremental View Maintenance (IVM). IVM
 is a way to make materialized views up-to-date in which only incremental
 changes are computed and applied on views rather than recomputing the contents
 from scratch as `REFRESH MATERIALIZED VIEW` does. IVM can update materialized
 views more efficiently than recomputation when only small parts of the view
 are changed.
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-15-pg-ivm-dbgsym
Source: pg-ivm
Version: 1.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 277
Depends: postgresql-15-pg-ivm (= 1.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-ivm/postgresql-15-pg-ivm-dbgsym_1.13-1.pgdg+1_arm64.deb
Size: 167652
SHA256: 0073320031c981e4f3e2a3e82fc9e17a18c009117cc47c6b7f1587199f10406b
SHA1: 2253583553ae780d05cdddd4a471770fbe5d586b
MD5sum: fadc4074a24de39dbf7e86b395bfb7e9
Description: debug symbols for postgresql-15-pg-ivm
Build-Ids: 8f75ec50966ffff5a11b483dd23136906c1351b2
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-15-pgpool2
Source: pgpool2
Version: 4.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 459
Depends: libpgpool2 (>= 4.7.0-1.pgdg+1), postgresql-15, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2_4.7.0-1.pgdg+1_arm64.deb
Size: 160980
SHA256: dc2d7749defe2ec00ec2ae3f0f6dfea15d8d780a48d69c7572012e3e8d0d6cc8
SHA1: 0c5b4d2c7819a35ad04551ee72663a3876ba9ad4
MD5sum: 090ebb7ec56714d3cf8ca72f447b05d2
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 15 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-15-pgpool2-dbgsym
Source: pgpool2
Version: 4.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-15-pgpool2 (= 4.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2-dbgsym_4.7.0-1.pgdg+1_arm64.deb
Size: 54200
SHA256: ddb144dbea010969a459590ac500c8ca3e72897920523756df24aa93c482dd08
SHA1: 4967e746aadf8cc20d8d096b2bec56047582f219
MD5sum: 438502ae48410035520f21cdee2d93c9
Description: debug symbols for postgresql-15-pgpool2
Build-Ids: 17bd955f7ea41b1b71e5b82c7983f97d74e7f3dc 3e8b62158119a654b55db3b361de1d89f76defd7 e65324454040ce78a7603e259d7477230255f4fa
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-15-pgsentinel
Source: pgsentinel
Version: 1.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-contrib-15, postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/pgsentinel/pgsentinel
Priority: optional
Section: database
Filename: pool/main/p/pgsentinel/postgresql-15-pgsentinel_1.3.1-1.pgdg+1_arm64.deb
Size: 44368
SHA256: d8334e368955a9796223c4522d99321f670fbf09f2f03a10de533910d7322556
SHA1: 85198b53e45b5280b51f99ae606f88ca0cc66a27
MD5sum: 025bd50581f877fa16ae5e14fe25353d
Description: PostgreSQL extension pgsentinel
 pgsentinel is a lightweight extension for PostgreSQL that enables
 active session sampling. It collects and reports information about
 currently active sessions and waits. This extension helps database
 administrators and developers diagnose performance issues by
 providing real-time insights into blocking, waiting, and session
 activities.
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-15-pgsentinel-dbgsym
Source: pgsentinel
Version: 1.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: postgresql-15-pgsentinel (= 1.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsentinel/postgresql-15-pgsentinel-dbgsym_1.3.1-1.pgdg+1_arm64.deb
Size: 67528
SHA256: d1f178259a30e2e509621d1992144a1fe902eb77693d56a303024ffdb7965444
SHA1: 11ac90e5d8fa800c0a2052ecae7e61d092af8f0a
MD5sum: 9dea94ef05cf848c432c7ca6e549eceb
Description: debug symbols for postgresql-15-pgsentinel
Build-Ids: cc73ef2913f2b59bc1ebcf7de969466699e93848
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-16-age
Version: 1.6.0~rc0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2042
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/apache/age
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16-age/postgresql-16-age_1.6.0~rc0-2.pgdg+1_arm64.deb
Size: 719060
SHA256: 388cf2dc93046fa586205519c2399e646b430d48c2e7a4847b8616ddd81f2dc1
SHA1: bcbf81b5e1af6eac57302305de74510dcb5397f5
MD5sum: 072742ee13da8e9f71efadd01ee18aef
Description: Graph database optimized for fast analysis and real-time data processing
 Apache AGE is an extension for PostgreSQL that enables users to leverage a
 graph database on top of the existing relational databases. AGE is an acronym
 for A Graph Extension and is inspired by Bitnine's AgensGraph, a multi-model
 database fork of PostgreSQL. The basic principle of the project is to create a
 single storage that handles both the relational and graph data model so that
 the users can use the standard ANSI SQL along with openCypher, one of the most
 popular graph query languages today.
 .
 This package contains Apache AGE for PostgreSQL 16.
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-16-age-dbgsym
Source: postgresql-16-age
Version: 1.6.0~rc0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1382
Depends: postgresql-16-age (= 1.6.0~rc0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16-age/postgresql-16-age-dbgsym_1.6.0~rc0-2.pgdg+1_arm64.deb
Size: 746240
SHA256: 0fac55634e3340fe0473457c74fc6e1df05c0d72e821648b14d3a03e58a99606
SHA1: 0585263154fa69da2dfcb6da72ab06137ed7d945
MD5sum: 86a39fecf29b4f5570e39e24f308a3f9
Description: debug symbols for postgresql-16-age
Build-Ids: a95dc8eeada0b0ad44f028f5fd7a80fc88fdde51
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-16-credcheck
Source: credcheck
Version: 4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-16-credcheck_4.3-1.pgdg+1_arm64.deb
Size: 75316
SHA256: c9ffb81bac197ec6e96620659aededcb0d47d69c960d48fbcd4e4d0094302f23
SHA1: acb9910bb6f17859a3e799d2fabf897a2c363259
MD5sum: a6e73ecbe1b8b0cbf4c91a71f9f8cbfc
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-16-credcheck-dbgsym
Source: credcheck
Version: 4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 143
Depends: postgresql-16-credcheck (= 4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-16-credcheck-dbgsym_4.3-1.pgdg+1_arm64.deb
Size: 80216
SHA256: dea88787c21ba2e9cead470cc253c367cafc989c7df85c3d63fd2937dfc23e02
SHA1: 0ca0c411c2649c6d7e080d7e05d1dcae1c5996ce
MD5sum: 2ba378be45adf98535604bd2fac3e175
Description: debug symbols for postgresql-16-credcheck
Build-Ids: 5f5ebfe271a773eb600f048bac23a43311fe1fe8
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-16-decoderbufs
Source: postgres-decoderbufs
Version: 3.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-16, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-16-decoderbufs_3.4.0-1.pgdg+1_arm64.deb
Size: 40508
SHA256: c9d265260a56ea016cf3e6b42ac9abeaaa624bedf38663fd4444ed66574b221e
SHA1: 32eaf22af7cd4102955dbaee164723234edbef97
MD5sum: 39f1ca0549c70caadf1b59d5a427395b
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-16-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-16-decoderbufs (= 3.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-16-decoderbufs-dbgsym_3.4.0-1.pgdg+1_arm64.deb
Size: 53640
SHA256: 5e4c9b94a9681ea2f73d253f84a55c8ae15770fd58b3bb023b68d2a7632552ff
SHA1: 97bdecd9db2cc7807144e9bc7fdcb343fcebe8b0
MD5sum: cec5175fea43f4d7fed5defd5e881f3b
Description: debug symbols for postgresql-16-decoderbufs
Build-Ids: 3f19cab3b265d6a58b3cd7a457e8b06189add12a
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-16-hll
Source: postgresql-hll
Version: 2.19-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 209
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-16-hll_2.19-2.pgdg+2_arm64.deb
Size: 78408
SHA256: e250c1294fddb1c5592b5454933baa59e3bd92e9e072ac8d4de6d52e5c8f8669
SHA1: 649a6fa66cb73056fcc84377f1365d7dbaddceca
MD5sum: 61d88d06cfae5c7dd577fac541ff86ee
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-16-hll-dbgsym
Source: postgresql-hll
Version: 2.19-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 165
Depends: postgresql-16-hll (= 2.19-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-16-hll-dbgsym_2.19-2.pgdg+2_arm64.deb
Size: 98296
SHA256: aa242103784a9a45c0525b27d7875fad7b76bf08036cc5b7c3b29478a939f703
SHA1: 9340f72e9ba682e4f92c65b24e8cf30fdfd57f44
MD5sum: 225f0a8f896f9c24a939d5ca0b6063b9
Description: debug symbols for postgresql-16-hll
Build-Ids: 3ed59ace52f4ac03184704cacf607c175864a168
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-16-pgfincore
Source: pgfincore
Version: 1.3.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-16, libc6 (>= 2.34)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-16-pgfincore_1.3.1-3.pgdg+1_arm64.deb
Size: 29364
SHA256: ad6a79340eecdb0e3f301d72e52614e592440d3bde0cbdcf34662cd2d91e023a
SHA1: 34a558b4f70a5d13bfeb2de41f00b89a8ef513f9
MD5sum: 56f5cb8a2d27dafc05e593ede5647042
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.
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-16-pgfincore-dbgsym
Source: pgfincore
Version: 1.3.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-16-pgfincore (= 1.3.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-16-pgfincore-dbgsym_1.3.1-3.pgdg+1_arm64.deb
Size: 42956
SHA256: 85407ffc855f8b9e4df16af4224b7fd0374dea597bc46eff2b96bd2d3ac64b3b
SHA1: 1a139ab244f412724953fde39fc9ad4a1b9b7295
MD5sum: 1c3e411e7102a0c1f991af99127d04be
Description: debug symbols for postgresql-16-pgfincore
Build-Ids: 741bb6b2fc04571dc5b9ccf1cd85e57f03decc5d
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-16-pg-ivm
Source: pg-ivm
Version: 1.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 317
Depends: postgresql-16, libc6 (>= 2.17)
Homepage: https://github.com/sraoss/pg_ivm
Priority: optional
Section: database
Filename: pool/main/p/pg-ivm/postgresql-16-pg-ivm_1.13-1.pgdg+1_arm64.deb
Size: 124464
SHA256: e6a4894871034762fb359f5c1eab2aab4020d411e1b679afe4f45b3c6efe130f
SHA1: 80f6f8f855603640769589e4c5e460e35ffce027
MD5sum: f81c2eea8bdbb5cfdd4143dab8c40e4d
Description: Incremental View Maintenance (IVM) extension for PostgreSQL
 pg_ivm is a PostgreSQL extension for Incremental View Maintenance (IVM). IVM
 is a way to make materialized views up-to-date in which only incremental
 changes are computed and applied on views rather than recomputing the contents
 from scratch as `REFRESH MATERIALIZED VIEW` does. IVM can update materialized
 views more efficiently than recomputation when only small parts of the view
 are changed.
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-16-pg-ivm-dbgsym
Source: pg-ivm
Version: 1.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 280
Depends: postgresql-16-pg-ivm (= 1.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-ivm/postgresql-16-pg-ivm-dbgsym_1.13-1.pgdg+1_arm64.deb
Size: 173272
SHA256: 147da1a78c447277addc2e99746bf923951ebc55d5bf3b7eb3b6fcd40a00e43f
SHA1: 4d5ba5d86e967b17c4f624f253068022a8e98fb7
MD5sum: cca3d2c9e0f6a05304bc358217c33f58
Description: debug symbols for postgresql-16-pg-ivm
Build-Ids: 45777dc0adc7df084e2a93b1198e9270af94e178
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-16-pgpool2
Source: pgpool2
Version: 4.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 458
Depends: libpgpool2 (>= 4.7.0-1.pgdg+1), postgresql-16, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-16-pgpool2_4.7.0-1.pgdg+1_arm64.deb
Size: 160548
SHA256: 9b9a1e9a5f2ec9b3f072ac24da923d15ea5a8aa7a15b6fbbd8e4ef8ca89586a5
SHA1: 17a19718c967c96db95200b29691c34762481732
MD5sum: 66e10c1cbed21735d9b1b8e1f6fe6b9d
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 16 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-16-pgpool2-dbgsym
Source: pgpool2
Version: 4.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 122
Depends: postgresql-16-pgpool2 (= 4.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-16-pgpool2-dbgsym_4.7.0-1.pgdg+1_arm64.deb
Size: 59816
SHA256: 52d4d8c7dd8ad0854b2e183e293c3698066e2b6098f63276bc602b007d8d78f0
SHA1: cae3a5f745e0eda025e6d7ce1d3be6669feeba95
MD5sum: 6673cbca39e945631f98613ba9013f0c
Description: debug symbols for postgresql-16-pgpool2
Build-Ids: 3d00c31c1c21a605523c253d69b0df174570962a 7d8bd123ffbcbc5c557ec698969e0bc10e84919c ab8965e62ca0bc04a505fb42d35f803ef6c8818c
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-16-pgsentinel
Source: pgsentinel
Version: 1.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-contrib-16, postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/pgsentinel/pgsentinel
Priority: optional
Section: database
Filename: pool/main/p/pgsentinel/postgresql-16-pgsentinel_1.3.1-1.pgdg+1_arm64.deb
Size: 44184
SHA256: 4ae877f7d8539c86f7dd01d21dd57f6689311e7bf7957abdf0a82c5bcceec7ca
SHA1: 47c287f17f2b7adb6fc532f5e7786e049ae32aac
MD5sum: e2f52343d79fbac5e77836a8671946be
Description: PostgreSQL extension pgsentinel
 pgsentinel is a lightweight extension for PostgreSQL that enables
 active session sampling. It collects and reports information about
 currently active sessions and waits. This extension helps database
 administrators and developers diagnose performance issues by
 providing real-time insights into blocking, waiting, and session
 activities.
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-16-pgsentinel-dbgsym
Source: pgsentinel
Version: 1.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-16-pgsentinel (= 1.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsentinel/postgresql-16-pgsentinel-dbgsym_1.3.1-1.pgdg+1_arm64.deb
Size: 72796
SHA256: 49a3e9565b99b36f34b3e097e3bc5f3b387fce84e7d54057ae949f474ebc37d8
SHA1: 940830b0795864713cde01a673953284da47e551
MD5sum: dcd244eacad590f65142de507485df55
Description: debug symbols for postgresql-16-pgsentinel
Build-Ids: 819b9638f52cf18e478eaebe5576e57fe5c55b78
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-17-age
Version: 1.6.0~rc0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2038
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/apache/age
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17-age/postgresql-17-age_1.6.0~rc0-3.pgdg+1_arm64.deb
Size: 721076
SHA256: 5a255db3d7acb8c9afc951ea2da0a9c8d09eb4fc5aedda628a4bc4774a54a49e
SHA1: b5d9dea0b6182246de6412653ac74d61901588b4
MD5sum: 191ace48e9f65b7aca7179397dd57951
Description: Graph database optimized for fast analysis and real-time data processing
 Apache AGE is an extension for PostgreSQL that enables users to leverage a
 graph database on top of the existing relational databases. AGE is an acronym
 for A Graph Extension and is inspired by Bitnine's AgensGraph, a multi-model
 database fork of PostgreSQL. The basic principle of the project is to create a
 single storage that handles both the relational and graph data model so that
 the users can use the standard ANSI SQL along with openCypher, one of the most
 popular graph query languages today.
 .
 This package contains Apache AGE for PostgreSQL 17.
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-17-age-dbgsym
Source: postgresql-17-age
Version: 1.6.0~rc0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1414
Depends: postgresql-17-age (= 1.6.0~rc0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17-age/postgresql-17-age-dbgsym_1.6.0~rc0-3.pgdg+1_arm64.deb
Size: 771068
SHA256: 400f7edfb0fffbbf2a902617d8da20b22905b98b42787522e3a42cc5e9064b66
SHA1: b32e079d92b33428fb73db272ae0cf4b02f565e0
MD5sum: 0e0aaf9d449c164ed4c81bd85f3aef0c
Description: debug symbols for postgresql-17-age
Build-Ids: e499ce5207e0664d17648a0e426b2075d900524e
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-17-credcheck
Source: credcheck
Version: 4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-17-credcheck_4.3-1.pgdg+1_arm64.deb
Size: 75260
SHA256: dc698acdae873be493fca22948b2787cda1a92a1a66eae6cd7541ecab9fcdbfd
SHA1: 21826c1d4092f1b8d2912dfc8c82dacd25c387e7
MD5sum: e827f86e639ed15d6db856658f85f23b
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-17-credcheck-dbgsym
Source: credcheck
Version: 4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-17-credcheck (= 4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-17-credcheck-dbgsym_4.3-1.pgdg+1_arm64.deb
Size: 82748
SHA256: c085061b5bc23709655c7351accfb9827bd843585f28d64a7e35c01753fc5745
SHA1: 447b55a7540d3908e321c535627fec42725dced5
MD5sum: 47b8e3e844779bdd6c4d621e41d6f895
Description: debug symbols for postgresql-17-credcheck
Build-Ids: 37fe42f38a4b5313adda220a975fbe402cdd5b7e
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-17-decoderbufs
Source: postgres-decoderbufs
Version: 3.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-17, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-17-decoderbufs_3.4.0-1.pgdg+1_arm64.deb
Size: 40356
SHA256: 78390790280b78d3ec36de65fb355fdd1db48a91b0ad9470ed92b5f4b67d87a7
SHA1: c8c4a377b20fab45ee8c1d4620a04a8412f31853
MD5sum: 25792be1ac9377567168bef89ba39bc5
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-17-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-17-decoderbufs (= 3.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-17-decoderbufs-dbgsym_3.4.0-1.pgdg+1_arm64.deb
Size: 57160
SHA256: 1c88be1ad95061f739479caf7b4ec118664975d31aa782b2dee4576911c136fb
SHA1: b866e6f8c403b908c5367d308c169198b5c63515
MD5sum: 08ceb06903847a7b975e9526fd5a1330
Description: debug symbols for postgresql-17-decoderbufs
Build-Ids: e19b7f820e6a32aff548688e9135c70ae38b39ee
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-17-hll
Source: postgresql-hll
Version: 2.19-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 209
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-17-hll_2.19-2.pgdg+2_arm64.deb
Size: 78356
SHA256: 3f41e4ef3b15486d57cf07e5a54afc9c76d863b473a2e393b95faaee282589e1
SHA1: c89462026d7c1f8786f9b752a480159dd2ae9021
MD5sum: ce588ebb8d2ad22cbed6bf920e871f64
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-17-hll-dbgsym
Source: postgresql-hll
Version: 2.19-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: postgresql-17-hll (= 2.19-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-17-hll-dbgsym_2.19-2.pgdg+2_arm64.deb
Size: 102620
SHA256: b204b5568f28c765d7e842771f0a0b1b63935a65b934f3f9dc33d91fd7520c8d
SHA1: 2168b481d877e7a331f26b9fe56eb9957e319f69
MD5sum: 5b6779d62baa1df0c973f43af31eb3c2
Description: debug symbols for postgresql-17-hll
Build-Ids: cba616f291c523b467c923a5fb1b63b13d1c4e3f
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-17-pgfincore
Source: pgfincore
Version: 1.3.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-17, libc6 (>= 2.34)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-17-pgfincore_1.3.1-3.pgdg+1_arm64.deb
Size: 29376
SHA256: e1a69f9acde9fe28d559e74a62d637101f099a3cc2fea3d3951ff8b122e7b7e0
SHA1: f545ac03fe55c2bc4c9446361bc6e969fe58458a
MD5sum: bebf5da66d48869a43be7f8b52c11236
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.
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-17-pgfincore-dbgsym
Source: pgfincore
Version: 1.3.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-17-pgfincore (= 1.3.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-17-pgfincore-dbgsym_1.3.1-3.pgdg+1_arm64.deb
Size: 46228
SHA256: 0252781b85beb60822bc763551c5144e0f4f4afb0d5d01e2912d61592f497b11
SHA1: e2bd33b849cea46494a59b366a33c7ff4f83133b
MD5sum: def19ffa0547738cb55a5c5eb7caa66b
Description: debug symbols for postgresql-17-pgfincore
Build-Ids: 554075f606d39f3d30367dcd727973c1b73c2f1d
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-17-pg-ivm
Source: pg-ivm
Version: 1.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 317
Depends: postgresql-17, libc6 (>= 2.17)
Homepage: https://github.com/sraoss/pg_ivm
Priority: optional
Section: database
Filename: pool/main/p/pg-ivm/postgresql-17-pg-ivm_1.13-1.pgdg+1_arm64.deb
Size: 124388
SHA256: c58ae4b8180a95441604e5b92e3e5ccce66f398e4b467601e3d2a2e20e0ba172
SHA1: e13d27e89c016a0a2ef4f10212465d893d43dff5
MD5sum: f75614014cfb54e935f592972cbc9e5c
Description: Incremental View Maintenance (IVM) extension for PostgreSQL
 pg_ivm is a PostgreSQL extension for Incremental View Maintenance (IVM). IVM
 is a way to make materialized views up-to-date in which only incremental
 changes are computed and applied on views rather than recomputing the contents
 from scratch as `REFRESH MATERIALIZED VIEW` does. IVM can update materialized
 views more efficiently than recomputation when only small parts of the view
 are changed.
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-17-pg-ivm-dbgsym
Source: pg-ivm
Version: 1.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 286
Depends: postgresql-17-pg-ivm (= 1.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-ivm/postgresql-17-pg-ivm-dbgsym_1.13-1.pgdg+1_arm64.deb
Size: 179560
SHA256: be021391e712a6cfe166f081a21521ea265cd839b004c67816e2e806c403fd05
SHA1: 237ea8f0e97be98619da880106aee46180daffe1
MD5sum: ce26256c52a2b362b4cbc83d4b1ee510
Description: debug symbols for postgresql-17-pg-ivm
Build-Ids: a6e566c6713be48f5a39602633577edb88ac635f
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-17-pgpool2
Source: pgpool2
Version: 4.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 458
Depends: libpgpool2 (>= 4.7.0-1.pgdg+1), postgresql-17, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-17-pgpool2_4.7.0-1.pgdg+1_arm64.deb
Size: 160532
SHA256: f3747501990736cd9b7f2888c3de3ceb11c6010d0a9b3f199d8b92d808e36ae3
SHA1: b738db1cc40fa3993aae286eb43215e02bbde077
MD5sum: 41df6bd37880428df29473c4884fc29d
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 17 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-17-pgpool2-dbgsym
Source: pgpool2
Version: 4.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 122
Depends: postgresql-17-pgpool2 (= 4.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-17-pgpool2-dbgsym_4.7.0-1.pgdg+1_arm64.deb
Size: 60708
SHA256: 2522353f670b199219c767b4da9df18974d50e1e774df02a15759e4594c3a68f
SHA1: 6fcc7880eabd58d3b63d598abee3886178e72d31
MD5sum: aae8e41338135d38789bb76305912dae
Description: debug symbols for postgresql-17-pgpool2
Build-Ids: 4de3070076e532555aba6dc6fa7ba196f802ef8a 5dfd8b4fabd6cc1b663858aad46fa80d658e3b26 9fe25d19172e13d6b77fa1f56a418832326e37e2
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-17-pgsentinel
Source: pgsentinel
Version: 1.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-contrib-17, postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/pgsentinel/pgsentinel
Priority: optional
Section: database
Filename: pool/main/p/pgsentinel/postgresql-17-pgsentinel_1.3.1-1.pgdg+1_arm64.deb
Size: 44172
SHA256: 37bd755bc00ad7bd9427af8c11f5ef852c85cf89a10b1a181953dbcc4604b3a0
SHA1: a2eb61227ad345e428e6c205b37a9d61701d6d84
MD5sum: 422818d7272e147c7807fb03c5095ec3
Description: PostgreSQL extension pgsentinel
 pgsentinel is a lightweight extension for PostgreSQL that enables
 active session sampling. It collects and reports information about
 currently active sessions and waits. This extension helps database
 administrators and developers diagnose performance issues by
 providing real-time insights into blocking, waiting, and session
 activities.
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-17-pgsentinel-dbgsym
Source: pgsentinel
Version: 1.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-17-pgsentinel (= 1.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsentinel/postgresql-17-pgsentinel-dbgsym_1.3.1-1.pgdg+1_arm64.deb
Size: 73900
SHA256: 5220a18863f162874fd87ec8af568b43355a0006dbd88b8bac2000398408d12a
SHA1: 75a9e577aec538ecc1441f298bb7cf8e7f591fd1
MD5sum: b270b04b1a172c435b8926f8a612c3f9
Description: debug symbols for postgresql-17-pgsentinel
Build-Ids: e4b3c80726b8538528995d1993e70196f4d07366
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-18-credcheck
Source: credcheck
Version: 4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-18-credcheck_4.3-1.pgdg+1_arm64.deb
Size: 74552
SHA256: 4822cb2f805f0c12dbed800df51005f1b5112f2cc7a5e7af84bd30e9e5d1cd48
SHA1: 822b1b2db782cfdec2d33fac8099463e09884f5c
MD5sum: d19c40889a90fcf75f34695800835ccc
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-18-credcheck-dbgsym
Source: credcheck
Version: 4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 147
Depends: postgresql-18-credcheck (= 4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-18-credcheck-dbgsym_4.3-1.pgdg+1_arm64.deb
Size: 84024
SHA256: ca81709c709028e31280da7d78aa572561a9fcdb0821eda5f01a96b15f829fc6
SHA1: c179b931278ccbafde3c7c55a3830ec0b4618f41
MD5sum: 6003ecb6e558942af94e9aeb7bd6aed2
Description: debug symbols for postgresql-18-credcheck
Build-Ids: 59a146451805536e46fa89543377d592549111b4
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-18-decoderbufs
Source: postgres-decoderbufs
Version: 3.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-18, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-18-decoderbufs_3.4.0-1.pgdg+1_arm64.deb
Size: 40696
SHA256: e4e8ac2f672bed0ec81ce90a1a5cdb046792440810bf235802edfc2039b1927b
SHA1: e255a529ce57e8df0052b8f63511b0d8077aa972
MD5sum: f1880657b32f8038ad875389730d0eaf
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-18-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-18-decoderbufs (= 3.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-18-decoderbufs-dbgsym_3.4.0-1.pgdg+1_arm64.deb
Size: 58968
SHA256: de10640557cb77498348052fa768e9c5fb39fc2aebc4f326941c50640ad36947
SHA1: 870caa68bf184f830eb275680551f00f34eb125a
MD5sum: 7bbfb10a7a124fd19e5f19e3b4853f60
Description: debug symbols for postgresql-18-decoderbufs
Build-Ids: ede56a083967d7c383ede70a8caeb330d7b365d4
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-18-hll
Source: postgresql-hll
Version: 2.19-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-18-hll_2.19-2.pgdg+2_arm64.deb
Size: 77904
SHA256: 8c6e65000bcfaf395a71feb2e409606b20fc9e1e9cf91bb45be2c90d95ec30a0
SHA1: 27d75c49ff86eb56d839bee9a99ad50ef9a4634b
MD5sum: 629accf387f30e451318e525077773c0
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-18-hll-dbgsym
Source: postgresql-hll
Version: 2.19-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 170
Depends: postgresql-18-hll (= 2.19-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-18-hll-dbgsym_2.19-2.pgdg+2_arm64.deb
Size: 103676
SHA256: b11fcd0179b06f947163fa8e3b8234dbf8fa8fa6454bf6743f32138b9a8e1c7e
SHA1: 632ab11771a9e1fb8811655c80768920c5e2e126
MD5sum: d339ad2c905b8a255fc8441af52e4fbc
Description: debug symbols for postgresql-18-hll
Build-Ids: 9531ae7d12b8eb064c118529c317391b447835ba
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-18-pgfincore
Source: pgfincore
Version: 1.3.1-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-18, libc6 (>= 2.34)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-18-pgfincore_1.3.1-3.pgdg+1_arm64.deb
Size: 28748
SHA256: f8205c04056c5e6d5e40a5e84fee61815780cf827da3dd5c93b105a8ee021f25
SHA1: e8ae8bb06cfb3b1640be492e8e1790a65c886bb7
MD5sum: 1fc57ff48c2b67f4bc883012eacd1e88
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.
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-18-pgfincore-dbgsym
Source: pgfincore
Version: 1.3.1-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-18-pgfincore (= 1.3.1-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-18-pgfincore-dbgsym_1.3.1-3.pgdg+1_arm64.deb
Size: 47160
SHA256: ed981e43dd882ad176d02039f47b58e2f7fc5554e6dbb20243d5ddfa222729c6
SHA1: 440142b0a9741c533d5d25a11d37b97b8f415f93
MD5sum: 5497011755886e9024a9bdc32572b43e
Description: debug symbols for postgresql-18-pgfincore
Build-Ids: 719c285ccf278de3204a5ff95310ef44df8d3d46
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-18-pg-ivm
Source: pg-ivm
Version: 1.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 315
Depends: postgresql-18, libc6 (>= 2.17)
Homepage: https://github.com/sraoss/pg_ivm
Priority: optional
Section: database
Filename: pool/main/p/pg-ivm/postgresql-18-pg-ivm_1.13-1.pgdg+1_arm64.deb
Size: 123672
SHA256: 0b6a63b1ee0b4f07c7dcfde22ead6523bfb9a0061cb28d1e9328e963f6c63749
SHA1: 0e0afa01c8c217b0080d7b772a97c315a0f2ff41
MD5sum: c9789a083d26bef533b6a3135ab6b477
Description: Incremental View Maintenance (IVM) extension for PostgreSQL
 pg_ivm is a PostgreSQL extension for Incremental View Maintenance (IVM). IVM
 is a way to make materialized views up-to-date in which only incremental
 changes are computed and applied on views rather than recomputing the contents
 from scratch as `REFRESH MATERIALIZED VIEW` does. IVM can update materialized
 views more efficiently than recomputation when only small parts of the view
 are changed.
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-18-pg-ivm-dbgsym
Source: pg-ivm
Version: 1.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 290
Depends: postgresql-18-pg-ivm (= 1.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-ivm/postgresql-18-pg-ivm-dbgsym_1.13-1.pgdg+1_arm64.deb
Size: 183880
SHA256: 644c7f0616f53ec3abb60971bcad6ad0f92daeae7d7db273d23934226d162652
SHA1: 8742a186a160bd271a7ea4f2932987d7adb77be5
MD5sum: 8cb5c6444b028a0d6eaba0f62f58e89f
Description: debug symbols for postgresql-18-pg-ivm
Build-Ids: e378228d76ccf63de57029d55a62e0f7c5781815
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-18-pgpool2
Source: pgpool2
Version: 4.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 457
Depends: libpgpool2 (>= 4.7.0-1.pgdg+1), postgresql-18, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-18-pgpool2_4.7.0-1.pgdg+1_arm64.deb
Size: 160452
SHA256: 8797ae185dd13942b0423e52ab80e718f698a212acc471eda605712c517adc70
SHA1: 1a8ee5145f375149ad0e20f425e771b50360a26c
MD5sum: 0e613a7c5e1ed7a7699bf7c0b9c2b4ce
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 18 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-18-pgpool2-dbgsym
Source: pgpool2
Version: 4.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 122
Depends: postgresql-18-pgpool2 (= 4.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-18-pgpool2-dbgsym_4.7.0-1.pgdg+1_arm64.deb
Size: 61228
SHA256: a5f751a1aea8a428672dd365670a017d664b06b9b0d6dc238ce6a4aef03567ad
SHA1: cb5c33558621d0cddf78c20c9e611fcb5112e398
MD5sum: c98d836fba68759c288bd765dd6c964e
Description: debug symbols for postgresql-18-pgpool2
Build-Ids: 2fe71d2cd822849a7e901ba0f57444051e3eefef e46247a59dc5ac950215e3e7ce5b7beba98706e9 e74c99f250bda1948ffa6d2eb35dbec66b9253e8
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-18-pgsentinel
Source: pgsentinel
Version: 1.3.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 143
Depends: postgresql-contrib-18, postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/pgsentinel/pgsentinel
Priority: optional
Section: database
Filename: pool/main/p/pgsentinel/postgresql-18-pgsentinel_1.3.1-1.pgdg+1_arm64.deb
Size: 44728
SHA256: 955ac93b97c91d5bae096200c1eb24fd3c55760f878c884d99be2ed7735b0c9c
SHA1: f1cfc78473b1ffc46d7c2bfe0c91ba9acda97f6d
MD5sum: 89f66a506d9c53b119d81b357e345804
Description: PostgreSQL extension pgsentinel
 pgsentinel is a lightweight extension for PostgreSQL that enables
 active session sampling. It collects and reports information about
 currently active sessions and waits. This extension helps database
 administrators and developers diagnose performance issues by
 providing real-time insights into blocking, waiting, and session
 activities.
Timestamp: 2026-01-10 12:20:24+00

Package: postgresql-18-pgsentinel-dbgsym
Source: pgsentinel
Version: 1.3.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-18-pgsentinel (= 1.3.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsentinel/postgresql-18-pgsentinel-dbgsym_1.3.1-1.pgdg+1_arm64.deb
Size: 75492
SHA256: d9a6f54749005732252506cebe61be4a6a6439b19ece71d7c21fb84cabb20a5a
SHA1: 9b8d73745c4e9fcfabaa358ff5b2c8510e89c71e
MD5sum: 9bd49db8a73d8df9d32c4a29f44b27e7
Description: debug symbols for postgresql-18-pgsentinel
Build-Ids: 8b876b16e34cac964e83c2c98b0d849111c1cdef
Timestamp: 2026-01-10 12:20:24+00

Package: ruby-pg-ldap-sync
Source: pg-ldap-sync
Version: 0.5.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: ruby, ruby-erb (>= 1), ruby-net-ldap (>= 0.16), ruby-json-schema (>= 2), ruby-pg (>= 0.14), ruby-pg (<< 2.0), ruby-logger (>= 1.0)
Homepage: https://github.com/larskanis/pg-ldap-sync
Priority: optional
Section: database
Filename: pool/main/p/pg-ldap-sync/ruby-pg-ldap-sync_0.5.3-1.pgdg+1_all.deb
Size: 11008
SHA256: f40f849331d85445dabe14957c95a41052e90018ee8c299149a427d03410799c
SHA1: c31245807c0a5d18cfc8f05cca92f1b29b6c5736
MD5sum: f4443babf090fffbbdeb6fea08356ba0
Description: Synchronize users and groups from LDAP/AD into PostgreSQL
 LDAP is often used for a centralized user and role management
 in an enterprise environment. PostgreSQL offers different
 authentication methods, like LDAP, SSPI, GSSAPI or SSL.
 However, for any method the user must already exist in the database,
 before the authentication can be used. There is currently
 no direct authorization of database users on LDAP. So roles
 and memberships has to be administered twice.
 .
 This program helps to solve the issue by synchronizing users,
 groups and their memberships from LDAP to PostgreSQL.
 Access to LDAP is used read-only. <tt>pg_ldap_sync</tt> issues proper
 CREATE ROLE, DROP ROLE, GRANT and REVOKE commands to synchronize
 users and groups.
 .
 It is meant to be started as a cron job.
Timestamp: 2026-01-10 12:20:24+00

Package: libgvm22t64
Source: gvm-libs
Version: 22.34.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 983
Depends: libc6 (>= 2.38), libcjson1 (>= 1.7.13), libcrypt1 (>= 1:4.1.0), libcurl3t64-gnutls (>= 7.83.0), libgcrypt20 (>= 1.11.1), libglib2.0-0t64 (>= 2.76.0), libgnutls30t64 (>= 3.8.1), libgpgme45 (>= 1.23.2), libhiredis1.1.0 (>= 1.2.0), libldap2 (>= 2.6.2), libnet9 (>= 1.1.2.1), libpaho-mqtt1.3 (>= 1.3.0), libpcap0.8t64 (>= 0.9.8), libradcli4 (>= 1.2.11), libssh-4 (>= 0.8.0), libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), zlib1g (>= 1:1.2.3.4)
Conflicts: libopenvas9
Breaks: libgvm22 (<< 22.34.2-1.pgdg+1)
Replaces: libgvm22, libopenvas9
Provides: libgvm22 (= 22.34.2-1.pgdg+1)
Multi-Arch: same
Homepage: https://www.greenbone.net/
Priority: optional
Section: libs
Filename: pool/main/g/gvm-libs/libgvm22t64_22.34.2-1.pgdg+1_arm64.deb
Size: 146404
SHA256: 549882c832cede5648c61dcfbf31f45b49083730083d5f5f8fe7fc6802343755
SHA1: b774e1636e38cafc73df2cc06dd8c7840cf7d7d8
MD5sum: d0c759dd9a6824b6ba4e72a2401d8186
Description: remote network security auditor - shared libraries
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the required shared libraries.
Timestamp: 2026-01-12 21:39:42+00

Package: libgvm22t64-dbgsym
Source: gvm-libs
Version: 22.34.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 1094
Depends: libgvm22t64 (= 22.34.2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/g/gvm-libs/libgvm22t64-dbgsym_22.34.2-1.pgdg+1_arm64.deb
Size: 512100
SHA256: fb4689aa34955880edf9cfbaf7634c538e84a423348b38f5d79d360ef775d332
SHA1: ea5114279804fd3964ca7927b446d8f4c27b336d
MD5sum: 8c282cd349e4418f8bea7d2f395a7694
Description: debug symbols for libgvm22t64
Build-Ids: 2370ec169b6f34f5fea42ce4d47c6ade374759d7 5a3ad6269cde5fafbf9ee305b148fe51de52db98 6418d5c055cd9ae6c32ad5fffde0048c01b0c053 7ed4751d90538376bd57ead4d0f8eb1df37a1f40 a6549935bf73b79c9725397cdf3615a47bf9e987 b169b11db784b831b852b8acf2add461f6f16456 c14234d4a3a454ecbd41ed684a2acfe34ea055b3 c2e02c6e29bc8f40bca50f1bb763b4fe2f2ae424 c4f9fbb3725345b53cfc3c5c15a0ac25ca42b156 e1ae3546a8f4bfd3c983ab7931f420cfe301caa0 ee827435fd2dd3230b511914392db4650ec23e81
Timestamp: 2026-01-12 21:39:42+00

Package: libgvm-dev
Source: gvm-libs
Version: 22.34.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 197
Depends: libgcrypt-dev, libglib2.0-dev, libgnutls28-dev, libgpgme-dev, libhiredis-dev, libksba-dev, libgvm22t64 (= 22.34.2-1.pgdg+1), libpcap-dev, libssh-dev, uuid-dev, libsnmp-dev
Suggests: libgvm-doc
Homepage: https://www.greenbone.net/
Priority: optional
Section: libdevel
Filename: pool/main/g/gvm-libs/libgvm-dev_22.34.2-1.pgdg+1_arm64.deb
Size: 31360
SHA256: 230f59cfaa9e52ac33e3b67ae14a81048c00994d7a62cf3e58c47cfa3f1beda8
SHA1: cb82c81951b1e518d90915c79fdeea870e47911e
MD5sum: e8556abeb1d96755d4471a2009c8940f
Description: remote network security auditor - static libraries and headers
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the required static libraries and headers.
Timestamp: 2026-01-12 21:39:42+00

Package: libgvm-doc
Source: gvm-libs
Version: 22.34.2-1.pgdg+1
Architecture: all
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 11039
Homepage: https://www.greenbone.net/
Priority: optional
Section: doc
Filename: pool/main/g/gvm-libs/libgvm-doc_22.34.2-1.pgdg+1_all.deb
Size: 641492
SHA256: 1a8388a94f589df6866227a6c67d1f06f83e321bc82480cf272fffeea7bcc7d0
SHA1: edeacf63fc91291cd2c71b9a9ea8bd0c00cc07b5
MD5sum: 00e36f049d70ac6ea44beb36cbb647b7
Description: remote network security auditor - libraries documentation
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the doxygen generated HTML documentation for the
 libraries.
Timestamp: 2026-01-12 21:39:42+00

Package: pg-statviz
Version: 0.9-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 601
Depends: fonts-noto-core, fonts-noto-extra, python3-argh, python3-dateutil, python3-matplotlib, python3-numpy, python3-pandas, python3-psycopg, python3:any
Recommends: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/pg-statviz_0.9-1.pgdg+1_all.deb
Size: 394636
SHA256: 5612e3636ae1da65945fb404701c3b8ac5de0d41b2194fed50eda429fce4a88a
SHA1: 11a9eb63ce24b3d3addf1b44499c751d17a4fa6e
MD5sum: 200f6cbcbeb8815a90135857d484bafb
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the pg_statviz utility.
Timestamp: 2026-01-12 21:39:42+00

Package: postgresql-13-statviz
Source: pg-statviz
Version: 0.9-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-13
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-13-statviz_0.9-1.pgdg+1_all.deb
Size: 11432
SHA256: 3564d34dca35ef1dd70874d496e64b464a24915ff4cd6599d3ea3ccb4160a0b5
SHA1: 1126c4c0470c9557c020b9ee2e23530b3c5d54b3
MD5sum: 01ed5edcf9c062e31e7027445e02ad5c
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-01-12 21:39:42+00

Package: postgresql-14-partman
Source: pg-partman
Version: 5.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7760
Depends: python3, python3-psycopg2, postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-14-partman_5.4.0-1.pgdg+1_arm64.deb
Size: 242372
SHA256: 80f440027f00ec85d0d7c605fa991d6d016f58921a0d4e87a71c810027a0c137
SHA1: 8ebefe4f41ff7f30d0a0ffd931863c12c904a15d
MD5sum: 651e1705aea8bd9bfe565f069fa81348
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.
Timestamp: 2026-01-12 21:39:42+00

Package: postgresql-14-partman-dbgsym
Source: pg-partman
Version: 5.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-14-partman (= 5.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-14-partman-dbgsym_5.4.0-1.pgdg+1_arm64.deb
Size: 34644
SHA256: 3436dd1ac1142715ecd620525a924a8ea394a6422ebbb7c5230513edbb021781
SHA1: f8e273468d5090b2528fa265910770341f384d1e
MD5sum: dd56cca365acc825d5bd2e4c205021bf
Description: debug symbols for postgresql-14-partman
Build-Ids: ae13d9ef0b324d89865c9ac75f91528a36bd53c6
Timestamp: 2026-01-12 21:39:42+00

Package: postgresql-14-statviz
Source: pg-statviz
Version: 0.9-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-14
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-14-statviz_0.9-1.pgdg+1_all.deb
Size: 11424
SHA256: 437706e866c5bb5a8b2d1888c0cbff1e4c23d243ab4fac5fb8f266e9a74f48a4
SHA1: 79e6da64cfeb74bbff038a9995fa8fb551d2ba6c
MD5sum: afa923604df04108f8895834b8b3b800
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-01-12 21:39:42+00

Package: postgresql-15-partman
Source: pg-partman
Version: 5.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7760
Depends: python3, python3-psycopg2, postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-15-partman_5.4.0-1.pgdg+1_arm64.deb
Size: 242416
SHA256: 5a93e9020cb335fd05073972b5c7758221f2f54e2894e2bd5b50cc9a885ab048
SHA1: a69643ba86e6a0b7c5dff35bc59736dde7164654
MD5sum: 785e9601ab4bbbfdcfeaa68f50090665
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.
Timestamp: 2026-01-12 21:39:42+00

Package: postgresql-15-partman-dbgsym
Source: pg-partman
Version: 5.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-15-partman (= 5.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-15-partman-dbgsym_5.4.0-1.pgdg+1_arm64.deb
Size: 40712
SHA256: 1f97a5220436238fa8b452214e58e1173831a5afcca2d2021cd51ff1ad9f4489
SHA1: 0bb4831604255c7612778a2d8a22407a0713fbdd
MD5sum: 60a66eb2a43a48fbaccf6bcd389a6f41
Description: debug symbols for postgresql-15-partman
Build-Ids: 2081040ecf5779c10840fa81b39d16ab23de8b29
Timestamp: 2026-01-12 21:39:42+00

Package: postgresql-15-statviz
Source: pg-statviz
Version: 0.9-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-15
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-15-statviz_0.9-1.pgdg+1_all.deb
Size: 11428
SHA256: 4b17a43bd94e12b5510223f734a35b554258c3b7ae315cada605889c15e4c0bf
SHA1: 1579b2d2cb40ad4f3524c10a875e7377685e1a97
MD5sum: ccb3566a0bda01a0a3385d748dfb0570
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-01-12 21:39:42+00

Package: postgresql-16-partman
Source: pg-partman
Version: 5.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7760
Depends: python3, python3-psycopg2, postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-16-partman_5.4.0-1.pgdg+1_arm64.deb
Size: 242364
SHA256: 0030a5b1f34e9452a18d1a27a768a4a3042403320d9ee29e3287772a8cf42862
SHA1: 6f907ce009bbaf44753312a67353576edeb46af1
MD5sum: f67a68fc8c9e6d6d5f28c860c3c061f7
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.
Timestamp: 2026-01-12 21:39:42+00

Package: postgresql-16-partman-dbgsym
Source: pg-partman
Version: 5.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-16-partman (= 5.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-16-partman-dbgsym_5.4.0-1.pgdg+1_arm64.deb
Size: 41776
SHA256: c2d0aa36c6d111e53ab88875a9dc6be30f06ec24efac7d65301821d4a394ad4a
SHA1: ed5fd4afaf9246382e1bc8c4eed858d8a07b3803
MD5sum: 0d584e36e8852b17782287136fb003cf
Description: debug symbols for postgresql-16-partman
Build-Ids: ea896c175d26000c0a4f70045c55b0d7a3912ca6
Timestamp: 2026-01-12 21:39:42+00

Package: postgresql-16-statviz
Source: pg-statviz
Version: 0.9-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-16
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-16-statviz_0.9-1.pgdg+1_all.deb
Size: 11420
SHA256: a75e9ddaa35e488a9dd3e0c8a01201cc9d697041b2aa5c30735496d30a0b9fea
SHA1: 96c8d3ed241bebd351e8f8836ecb19e6f2754c43
MD5sum: 0d87d6cbd12c7b87e9c9733eff460320
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-01-12 21:39:42+00

Package: postgresql-17-partman
Source: pg-partman
Version: 5.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7760
Depends: python3, python3-psycopg2, postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-17-partman_5.4.0-1.pgdg+1_arm64.deb
Size: 242364
SHA256: c37cd3bfccd1112a6ffa7188b75cfd9b247f6673d8d9ff3616b3cef9db94b553
SHA1: 0304024ac6d8caeb1552fc7aa9c3f24fe6526b06
MD5sum: 01a9a0f48ab46a08efd5fe6d2dea6fc6
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.
Timestamp: 2026-01-12 21:39:42+00

Package: postgresql-17-partman-dbgsym
Source: pg-partman
Version: 5.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-17-partman (= 5.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-17-partman-dbgsym_5.4.0-1.pgdg+1_arm64.deb
Size: 45176
SHA256: d0f126d2baad2bf8cbace14ba7cf5cd51b7ae49b1bcb80054141c9b9d3c62eb1
SHA1: 2eb214cc3d613bfeb89f67b3ad0142773cadebe0
MD5sum: 715b19f324e154a893fc3528cff18796
Description: debug symbols for postgresql-17-partman
Build-Ids: a24397a2925c56a53154e2f003a25b3d815c702d
Timestamp: 2026-01-12 21:39:42+00

Package: postgresql-17-statviz
Source: pg-statviz
Version: 0.9-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-17
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-17-statviz_0.9-1.pgdg+1_all.deb
Size: 11428
SHA256: f40442726ee9042f3eb43eb29f9e38724b5f275a1521166791693714f42f4853
SHA1: f8240ff4857fe2a344775e61a971c7ed3bbcf770
MD5sum: c35a300bb9105c967b99b950389bb9c9
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-01-12 21:39:42+00

Package: postgresql-18-age
Version: 1.6.0~rc0-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2010
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/apache/age
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18-age/postgresql-18-age_1.6.0~rc0-5.pgdg+1_arm64.deb
Size: 718084
SHA256: 60cbceec9046582f5b88c3a5905129d2af1808d218b7e324cdf9a4796971f4a8
SHA1: 0140a638fb8d5340dd619d1ee8e3219bb374eb99
MD5sum: 1063051f6e94c03539cf322031de6f9f
Description: Graph database optimized for fast analysis and real-time data processing
 Apache AGE is an extension for PostgreSQL that enables users to leverage a
 graph database on top of the existing relational databases. AGE is an acronym
 for A Graph Extension and is inspired by Bitnine's AgensGraph, a multi-model
 database fork of PostgreSQL. The basic principle of the project is to create a
 single storage that handles both the relational and graph data model so that
 the users can use the standard ANSI SQL along with openCypher, one of the most
 popular graph query languages today.
 .
 This package contains Apache AGE for PostgreSQL 18.
Timestamp: 2026-01-12 21:39:42+00

Package: postgresql-18-age-dbgsym
Source: postgresql-18-age
Version: 1.6.0~rc0-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1435
Depends: postgresql-18-age (= 1.6.0~rc0-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18-age/postgresql-18-age-dbgsym_1.6.0~rc0-5.pgdg+1_arm64.deb
Size: 797176
SHA256: c67b43f6958502448c024691a0684e17c02708086c61d50d4e8b89fc39e70d75
SHA1: d406ec3b22fdb9a6b5b08358856e8c8c3e161cfc
MD5sum: 6ccd806c0d1f4d2ea2fba1786998746f
Description: debug symbols for postgresql-18-age
Build-Ids: 73fd49ded5ad4eda5e2d3b259cc490208773d749
Timestamp: 2026-01-12 21:39:42+00

Package: postgresql-18-partman
Source: pg-partman
Version: 5.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7760
Depends: python3, python3-psycopg2, postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-18-partman_5.4.0-1.pgdg+1_arm64.deb
Size: 242168
SHA256: 20c3a490a379ada129a2189c580ff6e59a6c2b8807ae3fc400a4ccca7ce21a89
SHA1: 5a94846872df2f5f0efcd1f5a8788fb91d74827b
MD5sum: 19fb0e699742d875a62c323a65e8bb0e
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.
Timestamp: 2026-01-12 21:39:42+00

Package: postgresql-18-partman-dbgsym
Source: pg-partman
Version: 5.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-18-partman (= 5.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-18-partman-dbgsym_5.4.0-1.pgdg+1_arm64.deb
Size: 46328
SHA256: 3281c440e717a4f9a3ff29f1e8b0003ab53606f59b38c3a2b1e216a9c4d633e8
SHA1: ff1e6c43c912cc4f21b6715c632be1ecf9364803
MD5sum: fd999fe9d9c7f0e8646f2286c61a9b33
Description: debug symbols for postgresql-18-partman
Build-Ids: 52415bc7f8fd6e8c602d1c1bbe83e81f2da85650
Timestamp: 2026-01-12 21:39:42+00

Package: postgresql-18-statviz
Source: pg-statviz
Version: 0.9-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-18
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-18-statviz_0.9-1.pgdg+1_all.deb
Size: 11420
SHA256: 29fcff39801585f6325afdc5450714b1ab967503e5c9c6f792fd93869867c2fa
SHA1: 8f6881ff51941af2872fb5b41ca00ac436fd855f
MD5sum: a21856be79b8d9e9f854f80667825e08
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-01-12 21:39:42+00

Package: barman
Version: 3.17.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 109
Depends: python3-barman (= 3.17.0-1.pgdg+1), python3-pkg-resources, adduser, file, rsync, python3:any
Recommends: openssh-server, openssh-client, postgresql-client
Suggests: barman-cli, repmgr
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman_3.17.0-1.pgdg+1_all.deb
Size: 76716
SHA256: dd95628b0dd2c9b56f5c67855738595d8b039bff441912eee9ba218c6e4b71a8
SHA1: fa6bc3332509d2f0379e46b721cd5f4cb25c9c05
MD5sum: 1abf436afdc2adf2c77933194a2cf0da
Description: Backup and Recovery Manager for PostgreSQL
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by EDB.
 .
 This package provides barman binary.
Timestamp: 2026-01-14 20:32:19+00

Package: barman-cli
Source: barman
Version: 3.17.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 63
Depends: python3-barman (= 3.17.0-1.pgdg+1), python3-pkg-resources, rsync, python3:any
Recommends: openssh-client
Suggests: barman-cli-cloud
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli_3.17.0-1.pgdg+1_all.deb
Size: 43292
SHA256: 8f553b8db798f60baae542521ae736f8187350850cff899240e8c9866d7d70a6
SHA1: 81c53e0e46118dee39c090acf3a35a3de98e9507
MD5sum: 55695ae2c5be2f79fe5d007139bece1d
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 organization 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 EDB.
Timestamp: 2026-01-14 20:32:19+00

Package: barman-cli-cloud
Source: barman
Version: 3.17.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 46
Depends: python3-barman (= 3.17.0-1.pgdg+1), python3-pkg-resources, rsync, python3:any, python3-boto3
Breaks: barman-cli (<< 2.10-3~~)
Replaces: barman-cli (<< 2.10-3~~)
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli-cloud_3.17.0-1.pgdg+1_all.deb
Size: 27012
SHA256: eba68d3889ed070695c8e9a1a2cf5fa78c29053b1b26069364d30ee1dcefc3ff
SHA1: f44341d023e3015b96ce3d3e00c359b3d4a8a67c
MD5sum: 96b81ef84c4a06eb3a22f656600f197b
Description: Cloud 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 organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli-cloud package contains cloud client utilities for the
 integration of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by EDB.
Timestamp: 2026-01-14 20:32:19+00

Package: postgresql-14-pljs
Source: pljs
Version: 1.0.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1046
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/plv8/pljs
Priority: optional
Section: database
Filename: pool/main/p/pljs/postgresql-14-pljs_1.0.4-1.pgdg+1_arm64.deb
Size: 392288
SHA256: a8d28619819a6a74bd92746d7e4ae18d3ec5fb1dfcdd6ae86f0eeada0d96eaef
SHA1: 10ecd0c0b98bc2c0b62dd807d1b4b8d9c991cdd9
MD5sum: d3a1ddb16e4566935c61704ddc9022cd
Description: Javascript Language Plugin for PostgreSQL
 PLJS is a trusted JavaScript Language Extension for PostgreSQL.
 It is compact, lightweight, and fast.
Timestamp: 2026-01-14 20:32:19+00

Package: postgresql-14-pljs-dbgsym
Source: pljs
Version: 1.0.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2197
Depends: postgresql-14-pljs (= 1.0.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pljs/postgresql-14-pljs-dbgsym_1.0.4-1.pgdg+1_arm64.deb
Size: 1334744
SHA256: 42b5205736c8590f5f406681bd694b94da936e02db1abc6fb7ed7181da89a260
SHA1: 8b7f7d88af6ab23eec97a45e0236355a77e491ed
MD5sum: c930ff698e12c94722d8d1025c145db0
Description: debug symbols for postgresql-14-pljs
Build-Ids: ff0d66f7b64eb37b7d6635fc0c0523efc7933eb2
Timestamp: 2026-01-14 20:32:19+00

Package: postgresql-15-pljs
Source: pljs
Version: 1.0.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1046
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/plv8/pljs
Priority: optional
Section: database
Filename: pool/main/p/pljs/postgresql-15-pljs_1.0.4-1.pgdg+1_arm64.deb
Size: 391064
SHA256: 5e17e74a68286a40869b26e2a9216f563d02ebd616c54b7667cf09f424fce018
SHA1: 49a1a6ed5d7b328073c62062c1ed2c7aa71de9cb
MD5sum: 3140c44757c2eb311da29ba59920adf4
Description: Javascript Language Plugin for PostgreSQL
 PLJS is a trusted JavaScript Language Extension for PostgreSQL.
 It is compact, lightweight, and fast.
Timestamp: 2026-01-14 20:32:19+00

Package: postgresql-15-pljs-dbgsym
Source: pljs
Version: 1.0.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2194
Depends: postgresql-15-pljs (= 1.0.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pljs/postgresql-15-pljs-dbgsym_1.0.4-1.pgdg+1_arm64.deb
Size: 1335880
SHA256: d4dcc37db311d18003e659f787d57da7cb33fa4910caa079f685e20bc0c9d574
SHA1: 0cfbac09be96539d8a4b83b483452aff6ea4e6e5
MD5sum: 1866715c0ced3d9897ce4cfe2ac50c55
Description: debug symbols for postgresql-15-pljs
Build-Ids: d9d2f4bbd729319d94e11d3d9bf067a8990548ca
Timestamp: 2026-01-14 20:32:19+00

Package: postgresql-16-pljs
Source: pljs
Version: 1.0.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1046
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/plv8/pljs
Priority: optional
Section: database
Filename: pool/main/p/pljs/postgresql-16-pljs_1.0.4-1.pgdg+1_arm64.deb
Size: 391428
SHA256: b170f3291f74e260151adf314c475aee5633fa62211a7c2bab420da676a9b302
SHA1: 6204dfa8cf4543bf4851d723e9f82c7b30d0a551
MD5sum: a3891645f5d9f8af47e5de0099337918
Description: Javascript Language Plugin for PostgreSQL
 PLJS is a trusted JavaScript Language Extension for PostgreSQL.
 It is compact, lightweight, and fast.
Timestamp: 2026-01-14 20:32:19+00

Package: postgresql-16-pljs-dbgsym
Source: pljs
Version: 1.0.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2208
Depends: postgresql-16-pljs (= 1.0.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pljs/postgresql-16-pljs-dbgsym_1.0.4-1.pgdg+1_arm64.deb
Size: 1341028
SHA256: 54418e3207b76b81e99d320ef515cedc6928425b36d6f6a536ae55b40ca730fd
SHA1: 04172ba6f120a1042a13190b49a23b88fd49457a
MD5sum: 3c9c0a7f8d9aeb1b797c7a10db0be2d4
Description: debug symbols for postgresql-16-pljs
Build-Ids: 6b6c1862cf6272ccfc8c73e699618c00ac283a77
Timestamp: 2026-01-14 20:32:19+00

Package: postgresql-17-pljs
Source: pljs
Version: 1.0.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1046
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/plv8/pljs
Priority: optional
Section: database
Filename: pool/main/p/pljs/postgresql-17-pljs_1.0.4-1.pgdg+1_arm64.deb
Size: 391064
SHA256: dc54d5f7e5a34d1b914cb08dd02d95e7c99dff41e0e6fb367e60d08acb09346f
SHA1: 7ffcc2e987cfc393a010ee8aa74375d9b77a318c
MD5sum: b1d07be13ba758999c86c72ec135ae6e
Description: Javascript Language Plugin for PostgreSQL
 PLJS is a trusted JavaScript Language Extension for PostgreSQL.
 It is compact, lightweight, and fast.
Timestamp: 2026-01-14 20:32:19+00

Package: postgresql-17-pljs-dbgsym
Source: pljs
Version: 1.0.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2204
Depends: postgresql-17-pljs (= 1.0.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pljs/postgresql-17-pljs-dbgsym_1.0.4-1.pgdg+1_arm64.deb
Size: 1345576
SHA256: 19f40b85b733b1f3ab4f994aacac9a17cad99169608409f503c0b16e195b4e2a
SHA1: 5f7e8742046ec80a44a0f7bd843a9cc5460fbf28
MD5sum: 383450b74db8e654dd877693809a4a2b
Description: debug symbols for postgresql-17-pljs
Build-Ids: e23ea2e44a8fc0a12375239ffaf2d123d9dc423e
Timestamp: 2026-01-14 20:32:19+00

Package: postgresql-18-pljs
Source: pljs
Version: 1.0.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1043
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/plv8/pljs
Priority: optional
Section: database
Filename: pool/main/p/pljs/postgresql-18-pljs_1.0.4-1.pgdg+1_arm64.deb
Size: 389336
SHA256: 676ef8964ad7930783eda8ca85a399c15520137d4c3d35da20a3c888ee0f067e
SHA1: 56e8cc4db04098389be809e59aab9cbaf6d6d0bf
MD5sum: 6301d637dc536945835e895d91ea73ee
Description: Javascript Language Plugin for PostgreSQL
 PLJS is a trusted JavaScript Language Extension for PostgreSQL.
 It is compact, lightweight, and fast.
Timestamp: 2026-01-14 20:32:19+00

Package: postgresql-18-pljs-dbgsym
Source: pljs
Version: 1.0.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2208
Depends: postgresql-18-pljs (= 1.0.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pljs/postgresql-18-pljs-dbgsym_1.0.4-1.pgdg+1_arm64.deb
Size: 1348964
SHA256: b68394c7d1684d8bed90440be8d2912c675c688f35894e3d198cff7e72a1c2ad
SHA1: 9670140a082d24fc28b0f320a3a8e36a7598297f
MD5sum: 9bfb79c2d9e4452db20ce404a9934918
Description: debug symbols for postgresql-18-pljs
Build-Ids: 890565c6555ce933d2b7e0e8f8580894c6a3310d
Timestamp: 2026-01-14 20:32:19+00

Package: python3-barman
Source: barman
Version: 3.17.0-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1722
Depends: python3-dateutil, python3-psycopg2, python3-setuptools, python3:any
Breaks: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Replaces: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Homepage: https://www.pgbarman.org
Priority: optional
Section: python
Filename: pool/main/b/barman/python3-barman_3.17.0-1.pgdg+1_all.deb
Size: 270896
SHA256: 2867a2cd4abe697688e49e1f4ace74670a2a6144a49e7613d6daeeb3d6977f16
SHA1: 87833d590922380244a3eda6bbd97149220f9415
MD5sum: bb23cb5efeabb8f360914e56be021088
Description: Backup and Recovery Manager for PostgreSQL - Python modules
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by EDB.
 .
 This package provides Python 3 modules only.
Timestamp: 2026-01-14 20:32:19+00

Package: pgwatch
Version: 4.1.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42752
Depends: systemd | systemd-standalone-sysusers | systemd-sysusers, libc6 (>= 2.34)
Suggests: grafana, postgresql, prometheus
Homepage: https://pgwatch.com/
Priority: optional
Section: database
Filename: pool/main/p/pgwatch/pgwatch_4.1.0-2.pgdg+1_arm64.deb
Size: 13237792
SHA256: 254ee14a5b51c927923dc7b50a96530f12caa2c9df35485fcad6186cad940feb
SHA1: 5053b3071fc0dd5161079fc895af372936e593c0
MD5sum: e86dcd75e12e3b39f2cfbacabab7eee1
Description: PostgreSQL metrics monitor/dashboard
 pgwatch is a PostgreSQL monitoring metrics collector, using Grafana for data
 visualization.
Timestamp: 2026-01-15 14:23:10+00

Package: pgwatch-dbgsym
Source: pgwatch
Version: 4.1.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9569
Depends: pgwatch (= 4.1.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgwatch/pgwatch-dbgsym_4.1.0-2.pgdg+1_arm64.deb
Size: 6858668
SHA256: 61416a80a5b504c2eb21a961d79f04df579d95595986ceb5fec6ec1bfe6113bf
SHA1: e2bf8b044a6bd9e85367d073535acdbfe720cf92
MD5sum: 60aa85eb7cd1690251a664ca1114386a
Description: debug symbols for pgwatch
Build-Ids: b57efabcbb77b5944cb11b67c7585562d686047d
Timestamp: 2026-01-15 14:23:10+00

Package: postgresql-12-credcheck
Source: credcheck
Version: 4.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-12, libc6 (>= 2.17)
Breaks: postgresql-12-jit-llvm (<< 19)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-12-credcheck_4.4-1.pgdg+1_arm64.deb
Size: 74560
SHA256: d3d9c9adbc7dd28e4d8fbc3f0a1706538f2e20492f6844eeacd08fb330a9db31
SHA1: f92c8c744c0c44f849c64e79a34a02f33a1c1ec4
MD5sum: 6af45c124fc113f932adb5f2c5eedc74
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-01-15 14:23:10+00

Package: postgresql-12-credcheck-dbgsym
Source: credcheck
Version: 4.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: postgresql-12-credcheck (= 4.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-12-credcheck-dbgsym_4.4-1.pgdg+1_arm64.deb
Size: 71136
SHA256: 27eb034292fe3a79ed8744af2fb1dad83c0183df11d38ef93450bb5f91185cb5
SHA1: 318abcd1fd38c8f83dfd065eb0dd81d2a24a214c
MD5sum: 03db720a27dc7ac8bec1eddca469d3c9
Description: debug symbols for postgresql-12-credcheck
Build-Ids: 6238ab21cf707a38abea57380c6f3091ecf29dc1
Timestamp: 2026-01-15 14:23:10+00

Package: postgresql-13-credcheck
Source: credcheck
Version: 4.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-13, libc6 (>= 2.17)
Breaks: postgresql-13-jit-llvm (<< 19)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-13-credcheck_4.4-1.pgdg+1_arm64.deb
Size: 74696
SHA256: df1933b3db43898c24dbe12f7849e2c99090b4eb7c68793a64eb1c6c9ec760d8
SHA1: 390150601e93fab0dd36f5eafc53a4f775f627cb
MD5sum: 7f749a7d27f7c43177dc5ad882ff0017
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-01-15 14:23:10+00

Package: postgresql-13-credcheck-dbgsym
Source: credcheck
Version: 4.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 142
Depends: postgresql-13-credcheck (= 4.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-13-credcheck-dbgsym_4.4-1.pgdg+1_arm64.deb
Size: 75196
SHA256: 83d316deef8dc132cdf8915160fadadda35f2f8f2f0199c2c2c86f281301e540
SHA1: 22dc9b51663894cff57cec9ce31c58b2e2f817a7
MD5sum: 44eda2d39239f318366d944a98d4a686
Description: debug symbols for postgresql-13-credcheck
Build-Ids: 7053076c745d916c7cfcc4f43f00299f3b577f65
Timestamp: 2026-01-15 14:23:10+00

Package: postgresql-14-credcheck
Source: credcheck
Version: 4.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-14-credcheck_4.4-1.pgdg+1_arm64.deb
Size: 74936
SHA256: 4ff4ff4a7c1c2a6e8ecf1a56ee88a3963a5b772f0d65632f483b2261c20e6225
SHA1: d7b1247d01cac0c4e7645b62a79be2d6c9a1ed70
MD5sum: cc66dc16d35916a8f7e73db35d8835e3
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-01-15 14:23:10+00

Package: postgresql-14-credcheck-dbgsym
Source: credcheck
Version: 4.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-14-credcheck (= 4.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-14-credcheck-dbgsym_4.4-1.pgdg+1_arm64.deb
Size: 76864
SHA256: 8683c66cd085e171825557d9677c57cc1d07b3bf7ffcd5d3240afd966345aa84
SHA1: 154359f23f8f3607903d66b2288ab1c469cedd6d
MD5sum: c2c73f106dcf1666d91694f8f1f79f3e
Description: debug symbols for postgresql-14-credcheck
Build-Ids: 0b6aca3d2ced7d08b3207611fab1a4ec66d6ec82
Timestamp: 2026-01-15 14:23:10+00

Package: postgresql-15-credcheck
Source: credcheck
Version: 4.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-15-credcheck_4.4-1.pgdg+1_arm64.deb
Size: 75448
SHA256: 4c4d973283bf49988afadb5249b4c44e43a737ab3463dddf330d4df27d2fb621
SHA1: 0c85dc1e57bec04c5f60750697e2a6a0b94a44c4
MD5sum: 14472ea537b78bd9247df81dc32347af
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-01-15 14:23:10+00

Package: postgresql-15-credcheck-dbgsym
Source: credcheck
Version: 4.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 142
Depends: postgresql-15-credcheck (= 4.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-15-credcheck-dbgsym_4.4-1.pgdg+1_arm64.deb
Size: 78272
SHA256: 3b9359422d7cf331e93621a02b5852343859d22d773f19b98bcfc617bb08b258
SHA1: 286be8254842ed247fbf265c05d088c23dadee51
MD5sum: 2446d649c42090009342d9cbaa18ad4a
Description: debug symbols for postgresql-15-credcheck
Build-Ids: 69a300490e36010e4d57890607eb9808c7d3b2a6
Timestamp: 2026-01-15 14:23:10+00

Package: postgresql-16-credcheck
Source: credcheck
Version: 4.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-16-credcheck_4.4-1.pgdg+1_arm64.deb
Size: 75568
SHA256: 1836d8bee4dafa1f530ed5001bca256669714e44368d963976a18b8a7e3861d9
SHA1: 4a308f83e6e5b692568fc6870df74fadb403c7f7
MD5sum: 642b30e588668e3a871607c9aa878f1b
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-01-15 14:23:10+00

Package: postgresql-16-credcheck-dbgsym
Source: credcheck
Version: 4.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 143
Depends: postgresql-16-credcheck (= 4.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-16-credcheck-dbgsym_4.4-1.pgdg+1_arm64.deb
Size: 80400
SHA256: 23082aa01f3b914e8aede94ece10e304fd0ce8e415f4a11e1bc69bc89f1d33e0
SHA1: 1d86de19632d2087bc398adaa327f09c8eb3eb5f
MD5sum: 343c78dc61806545abe574334c170aec
Description: debug symbols for postgresql-16-credcheck
Build-Ids: 8b7cd0d102b15ca02fb6812a58fa7974b0f79f7b
Timestamp: 2026-01-15 14:23:10+00

Package: postgresql-17-credcheck
Source: credcheck
Version: 4.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-17-credcheck_4.4-1.pgdg+1_arm64.deb
Size: 75584
SHA256: acf5be6e2bb5c6eff3b65d4b3b9d84021b36c1a0db63eb261ae8798789394adb
SHA1: 1bd7fbbb3705d92a9893af9ee56c712f4f098246
MD5sum: 635c6190fc4be21dd79bba5326d44618
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-01-15 14:23:10+00

Package: postgresql-17-credcheck-dbgsym
Source: credcheck
Version: 4.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-17-credcheck (= 4.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-17-credcheck-dbgsym_4.4-1.pgdg+1_arm64.deb
Size: 82872
SHA256: dd8da2d78375bcc439aa3bd7b84bdd292186c47f67e273a10e8390d28c24b1c2
SHA1: b74d00e545494aa5f11433989816a8b37f6f120f
MD5sum: ca76e3d42e85736a9c11e8d47df0924a
Description: debug symbols for postgresql-17-credcheck
Build-Ids: 5229d2900e52ba55ecbab4045478905ad2d9341b
Timestamp: 2026-01-15 14:23:10+00

Package: postgresql-18-credcheck
Source: credcheck
Version: 4.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-18-credcheck_4.4-1.pgdg+1_arm64.deb
Size: 74684
SHA256: f55719a14bbbfc7c40f9dec96cac56ddef3a20cf03b9058a974d741230f50011
SHA1: e1f7f827eaf1c07259e7a409a86965b46db95f26
MD5sum: 425d5b5b031d6b25ee7f62d86c1761d4
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-01-15 14:23:10+00

Package: postgresql-18-credcheck-dbgsym
Source: credcheck
Version: 4.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 147
Depends: postgresql-18-credcheck (= 4.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-18-credcheck-dbgsym_4.4-1.pgdg+1_arm64.deb
Size: 84180
SHA256: e15b30cc656843f31ca8227f87478f90576f80072e741eec0ea6a4886c397479
SHA1: 15f1a32da0cf6c83871ca1abda1a29e58ccde2ff
MD5sum: ec259963e591ad3539d2c158c782baf9
Description: debug symbols for postgresql-18-credcheck
Build-Ids: 1cbbeddd2a72ee2ced7c0b949fa9137ee68cd818
Timestamp: 2026-01-15 14:23:10+00

Package: libpostgresql-jdbc-java
Source: libpgjava
Version: 42.7.9-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 1117
Provides: libpg-java, libpgjava
Built-Using: libscram-java (= 3.2-1.pgdg+1)
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: java
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java_42.7.9-1.pgdg+1_all.deb
Size: 1036716
SHA256: accbc965721bb46eb57cd6506024fc8d1389ecd6dd0c04ce0fb82db4d3a95ae7
SHA1: 8dbdaeef4accd50e6c6acaceb766f1ed8ebdd2f6
MD5sum: a5c6fd1bca9457644d96da4d0f03c79a
Description: Java database (JDBC) driver for PostgreSQL
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
Timestamp: 2026-01-19 12:38:21+00

Package: odyssey
Version: 1.5.0~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 677
Depends: systemd | systemd-standalone-sysusers | systemd-sysusers, libc6 (>= 2.38), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libssl3t64 (>= 3.0.0), libsystemd0
Homepage: https://github.com/yandex/odyssey
Priority: optional
Section: database
Filename: pool/main/o/odyssey/odyssey_1.5.0~rc1-1.pgdg+1_arm64.deb
Size: 204848
SHA256: 5ec277959849d1e3e0f29927c8481174969c90cd963576e82f567a30d3aba446
SHA1: 94193584798bfa3af0c0721d310c28f0261a7cb1
MD5sum: e1e5579fc7274883de3fdf952cf7d625
Description: Scalable PostgreSQL connection pooler
 Odyssey is an advanced multi-threaded PostgreSQL connection pooler and request
 router.
 .
 Multi-threaded processing
 .
 Odyssey can significantly scale processing performance by specifying a number
 of additional worker threads. Each worker thread is responsible for
 authentication and proxying client-to-server and server-to-client requests.
 All worker threads are sharing global server connection pools. Multi-threaded
 design plays important role in SSL/TLS performance.
 .
 Advanced transactional pooling
 .
 Odyssey tracks current transaction state and in case of unexpected client
 disconnection can emit automatic Cancel connection and do Rollback of
 abandoned transaction, before putting server connection back to the server
 pool for reuse. Additionally, last server connection owner client is
 remembered to reduce a need for setting up client options on each
 client-to-server assignment.
Timestamp: 2026-01-19 12:38:21+00

Package: odyssey-dbgsym
Source: odyssey
Version: 1.5.0~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1574
Depends: odyssey (= 1.5.0~rc1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/odyssey/odyssey-dbgsym_1.5.0~rc1-1.pgdg+1_arm64.deb
Size: 908192
SHA256: f49fa2cf87e8dbed299ccb3ad81e91a3741a9d76bfe91c3416d2e51fdd6c65c1
SHA1: 9ad814cd1e0f705f5c7adf9f30c0608d7e3f1fe8
MD5sum: fb18bd62e58b65f2b9fc4574fae9d085
Description: debug symbols for odyssey
Build-Ids: c8448479fbb5135551a784a4f0fc9b2304f32b81
Timestamp: 2026-01-19 12:38:21+00

Package: postgresql-12-h3
Source: h3-pg
Version: 4.2.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 471
Depends: postgresql-12, libc6 (>= 2.17), libh3-1 (>= 4.2.0)
Homepage: https://github.com/postgis/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-12-h3_4.2.3-3.pgdg+1_arm64.deb
Size: 53384
SHA256: 682af906e4face81bf6160fd02a4de6f68bbbd6c0d1223cf4c02db6d8c30355b
SHA1: 34ae8193789a9f7d3dfa5e8cb83fdeb3db6edf49
MD5sum: d92b56cc7982f3784febcef58c54f330
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 12 extension.
Timestamp: 2026-01-19 12:38:21+00

Package: postgresql-12-h3-dbgsym
Source: h3-pg
Version: 4.2.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 272
Depends: postgresql-12-h3 (= 4.2.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-12-h3-dbgsym_4.2.3-3.pgdg+1_arm64.deb
Size: 113044
SHA256: ee690144f9aa87277711539daac95f1178c0d3a8dbcc9b48ac48508fe832150d
SHA1: 2bbca607b29de3e40ebd873ef77d0ecef9b7a7a0
MD5sum: 78e2b4ae1eac139a31cf3d06932fab80
Description: debug symbols for postgresql-12-h3
Build-Ids: 865df2acd435f31f46b97da304e080ba0721fe48 d34c101b83a4c841653921832d58c99ccd5ac223
Timestamp: 2026-01-19 12:38:21+00

Package: postgresql-13-h3
Source: h3-pg
Version: 4.2.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 471
Depends: postgresql-13, libc6 (>= 2.17), libh3-1 (>= 4.2.0)
Homepage: https://github.com/postgis/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-13-h3_4.2.3-3.pgdg+1_arm64.deb
Size: 53424
SHA256: 8055f711c0c8ff6c6384481937f0ce8a5fae6f24fc3e4d9a368f7eb4c92b9fff
SHA1: a90316b67c02b0d8c6422094598d35e2ef3e2964
MD5sum: 1c3f42ccb7e47b95dd95db471101cec7
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 13 extension.
Timestamp: 2026-01-19 12:38:21+00

Package: postgresql-13-h3-dbgsym
Source: h3-pg
Version: 4.2.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: postgresql-13-h3 (= 4.2.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-13-h3-dbgsym_4.2.3-3.pgdg+1_arm64.deb
Size: 108360
SHA256: b2edcbc8c24e42bc93e53408c6be11952f3b4e2e3a6b40e88f85d1964d34a647
SHA1: d797dea8029e48dbf769e1d18dc4df7dbba60a5d
MD5sum: 8c22ac34d692fd671f31dec4b07c332f
Description: debug symbols for postgresql-13-h3
Build-Ids: 0220f8c807838bca92926c8175f898f132a0c6cb fe8ee0dc445ffc1327e6be67c28ba8b5d7913437
Timestamp: 2026-01-19 12:38:21+00

Package: postgresql-14-h3
Source: h3-pg
Version: 4.2.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 471
Depends: postgresql-14, libc6 (>= 2.17), libh3-1 (>= 4.2.0)
Homepage: https://github.com/postgis/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-14-h3_4.2.3-3.pgdg+1_arm64.deb
Size: 53088
SHA256: b92253c1df702121e7f415a42ca6fac7d579678ac306cc77a1bfd42234ce75d0
SHA1: 14f1561c6b4a62277e76b41b1b01c4ad50c4f04d
MD5sum: c490eb9d78a87044e58155651fadb616
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 14 extension.
Timestamp: 2026-01-19 12:38:21+00

Package: postgresql-14-h3-dbgsym
Source: h3-pg
Version: 4.2.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 260
Depends: postgresql-14-h3 (= 4.2.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-14-h3-dbgsym_4.2.3-3.pgdg+1_arm64.deb
Size: 106988
SHA256: 276c28bb78a4c0d7fccf39c20c8bc0720bd9a966562bb9cf537b3e5a6314018f
SHA1: 14f35b613bf3a60a85f1a04dbe78cff8e2a3a1ae
MD5sum: a0e214c3b38cb992c025ca092e9b2bb8
Description: debug symbols for postgresql-14-h3
Build-Ids: 9ecca1d58e30059a2f07b8a48f1ade3f5d021191 c35d24e18dfed08d93cae89d5a45e8d6f70007b0
Timestamp: 2026-01-19 12:38:21+00

Package: postgresql-15-h3
Source: h3-pg
Version: 4.2.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 471
Depends: postgresql-15, libc6 (>= 2.17), libh3-1 (>= 4.2.0)
Homepage: https://github.com/postgis/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-15-h3_4.2.3-3.pgdg+1_arm64.deb
Size: 53100
SHA256: 47b814c9d972f432b9788581f71dc28d74c942a81005edb23c36bd6ca0a30a68
SHA1: 8dce1278ed7f1393a7c8c5da27ee0f41b3745bb7
MD5sum: 58559a213cb5ebbfcdbe2ff5c5149252
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 15 extension.
Timestamp: 2026-01-19 12:38:21+00

Package: postgresql-15-h3-dbgsym
Source: h3-pg
Version: 4.2.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: postgresql-15-h3 (= 4.2.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-15-h3-dbgsym_4.2.3-3.pgdg+1_arm64.deb
Size: 107368
SHA256: c5c8f5f78151567f2518e30d148c055e13bd91fae5ef2ecfcec732b18ac9153e
SHA1: cc137664e2b063da2a00f1e0c3fb0a0f7eefe0a8
MD5sum: b765e42e1120d08de2933107a580ef3b
Description: debug symbols for postgresql-15-h3
Build-Ids: 01f78f5e85de8cc4cb1d2e8998b4a4311015d6b5 c94378ef067058236aeb7fa9c263a331c2c29dad
Timestamp: 2026-01-19 12:38:21+00

Package: postgresql-16-h3
Source: h3-pg
Version: 4.2.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 471
Depends: postgresql-16, libc6 (>= 2.17), libh3-1 (>= 4.2.0)
Homepage: https://github.com/postgis/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-16-h3_4.2.3-3.pgdg+1_arm64.deb
Size: 53132
SHA256: af05ec26ef11a6cc5bfd270e64d503e0e3f55643d53160a756348928933dafd0
SHA1: 36e7f2505f5c3ec947410d3f2773192a009ad797
MD5sum: ff54b9418138f78277a779d4df11ae28
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 16 extension.
Timestamp: 2026-01-19 12:38:21+00

Package: postgresql-16-h3-dbgsym
Source: h3-pg
Version: 4.2.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 266
Depends: postgresql-16-h3 (= 4.2.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-16-h3-dbgsym_4.2.3-3.pgdg+1_arm64.deb
Size: 112880
SHA256: acc4e0136dbf01cc091b3760799c0dbe89d937a214bd30361b6a1e62b99f8a39
SHA1: 0c1449ed2eaa76610e2a4f334a3351b1d965f472
MD5sum: 7938975291981232644263eb16555b19
Description: debug symbols for postgresql-16-h3
Build-Ids: 93e4e20537a466101ca47b076002d7ad19de5b74 f3b6139fa16a2a7767fb569e2636e80b8bd23fb4
Timestamp: 2026-01-19 12:38:21+00

Package: postgresql-17-h3
Source: h3-pg
Version: 4.2.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 471
Depends: postgresql-17, libc6 (>= 2.17), libh3-1 (>= 4.2.0)
Homepage: https://github.com/postgis/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-17-h3_4.2.3-3.pgdg+1_arm64.deb
Size: 53184
SHA256: b9c3cbd17f825c0bf115274c8e1dc1af9d76936f890f5847ef03c86e3af67ebe
SHA1: 284d515a20d0a409cf5de16eba690ecccfeb705e
MD5sum: 9998da93213a679afdac70c956a4999e
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 17 extension.
Timestamp: 2026-01-19 12:38:21+00

Package: postgresql-17-h3-dbgsym
Source: h3-pg
Version: 4.2.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 266
Depends: postgresql-17-h3 (= 4.2.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-17-h3-dbgsym_4.2.3-3.pgdg+1_arm64.deb
Size: 113720
SHA256: 81d9c64117c503b121f0d6f114b61db3bd1b364f2ef0fc909a01f07bdda6f80c
SHA1: 57a341fb032d7c6834b93d38bf64b62918a4dc8d
MD5sum: a6ea03330140bfa8eee74b3b2da381c0
Description: debug symbols for postgresql-17-h3
Build-Ids: 41ddb44ddb48ae221c505995ed19365d209923fe 8a7b0336432bd5d330f96eccac8a39d80283a5a4
Timestamp: 2026-01-19 12:38:21+00

Package: postgresql-18-h3
Source: h3-pg
Version: 4.2.3-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 471
Depends: postgresql-18, libc6 (>= 2.17), libh3-1 (>= 4.2.0)
Homepage: https://github.com/postgis/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-18-h3_4.2.3-3.pgdg+1_arm64.deb
Size: 53040
SHA256: 08d2c788de3489f74eb33e769bb1e06375d1dd878065d19dc525f84e81ee7cae
SHA1: e1a932183e31daa414c3fbe84e79047ba5268725
MD5sum: 2c8b0120afefb909e485d7e97556fd46
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 18 extension.
Timestamp: 2026-01-19 12:38:21+00

Package: postgresql-18-h3-dbgsym
Source: h3-pg
Version: 4.2.3-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 267
Depends: postgresql-18-h3 (= 4.2.3-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-18-h3-dbgsym_4.2.3-3.pgdg+1_arm64.deb
Size: 113464
SHA256: bf93ceb880521fae172e653014e7417be638968c6406979ad114a171aa84eb9f
SHA1: 1ccab12542780f4f734080b75d04271dcab01443
MD5sum: b2c5efcb00362bc5ef21753c84a23d75
Description: debug symbols for postgresql-18-h3
Build-Ids: 178ddb5cac90ae586cba710c4b01eae8353c7bd0 385133ee13355720d60f616478ca463c03c29777
Timestamp: 2026-01-19 12:38:21+00

Package: pgbackrest
Version: 2.58.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1209
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.34), libgcc-s1 (>= 4.2), liblz4-1 (>= 0.0~r127), libpq5, libssh2-1t64 (>= 1.5.0), libssl3t64 (>= 3.0.0), libxml2-16 (>= 2.14.1), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc, check-pgbackrest
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.58.0-1.pgdg+1_arm64.deb
Size: 425836
SHA256: e8f803f394e56b5f3512bb2061b6566e91897c940010275ba7c9ea10de576b26
SHA1: e4062fe1f78d23f4c6a48fc5abf5a3fcf8a9289a
MD5sum: 10be8ab67c8d53da53340db925f62e52
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.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2026-01-20 12:15:04+00

Package: pgbackrest-dbgsym
Source: pgbackrest
Version: 2.58.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2521
Depends: pgbackrest (= 2.58.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.58.0-1.pgdg+1_arm64.deb
Size: 1352892
SHA256: 7140632b95729e09f1359a28191ff38a88347a84c9e7d897718fac32a4e43da7
SHA1: f156633ee902c6f07c8ba48c81288713ab8c0659
MD5sum: fe671170104bcf5a810c0e097e998af6
Description: debug symbols for pgbackrest
Build-Ids: 53a19e9e8305b3179ac4ffc6581493b4ad777f03
Timestamp: 2026-01-20 12:15:04+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.58.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1944
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.58.0-1.pgdg+1_all.deb
Size: 132608
SHA256: 3d360c64f207d2866ffb4d20becb929cc7986b5dce2b35a6270bb4cb8022f6b6
SHA1: 7680b8d39e8c21b22fcda61a69df3a9f3da02a9f
MD5sum: 36ebda2e031099c96d581191416ac195
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2026-01-20 12:15:04+00

Package: elephant-shed
Version: 1.3.12.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 9
Depends: elephant-shed-cockpit, elephant-shed-grafana, elephant-shed-omnidb, elephant-shed-pgbackrest, elephant-shed-pgbadger, elephant-shed-portal, elephant-shed-postgresql, elephant-shed-powa, elephant-shed-prometheus, elephant-shed-prometheus-node-exporter, elephant-shed-prometheus-sql-exporter, elephant-shed-tmate
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed_1.3.12.pgdg+1_all.deb
Size: 3224
SHA256: 01f1490c5a517809da6af57a4cfe142ac8766a6cb890ee90aa5f66a3fec1e8cc
SHA1: c5b3094bce127028d4e53bab3f4f5d571df4e024
MD5sum: a9db6c7914559ce4e889fc4c7155b53e
Description: PostgreSQL dashboard
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This meta package depends on all Elephant Shed components.
Timestamp: 2026-01-21 15:34:58+00

Package: elephant-shed-cockpit
Source: elephant-shed
Version: 1.3.12.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 18
Depends: cockpit
Recommends: cockpit-packagekit
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-cockpit_1.3.12.pgdg+1_all.deb
Size: 3644
SHA256: 1a597e8cc68743a8062722e647d54af31c0c68c60f67f5bdea67ad186b52a032
SHA1: 6dda51af02dd84ce94b14a2f28ac6c3759b3f7dd
MD5sum: 0dc63c08fac4024314f6104cf27609de
Description: PostgreSQL dashboard -- cockpit integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with cockpit.
Timestamp: 2026-01-21 15:34:58+00

Package: elephant-shed-grafana
Source: elephant-shed
Version: 1.3.12.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 653
Depends: curl, grafana (>> 5)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-grafana_1.3.12.pgdg+1_all.deb
Size: 35560
SHA256: 9a507ee9e54946465e5f84bbf215035d45db4e2e123b6c27ae06c51ce59784fd
SHA1: 6bd53c2b02f153a911aef23df3817a74b5c1302a
MD5sum: 9265f398bf6e2b11418f74dcaaaef5d9
Description: PostgreSQL dashboard -- Grafana integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with Grafana.
Timestamp: 2026-01-21 15:34:58+00

Package: elephant-shed-omnidb
Source: elephant-shed
Version: 1.3.12.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 13
Depends: omnidb-server
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-omnidb_1.3.12.pgdg+1_all.deb
Size: 3616
SHA256: 6dbfb59052a7808cb18ae720e51e4e37057ce8f0cab61d9da2f60642b16e541f
SHA1: 742871b8a6f0bfc1f2607f6055098ca8a453ec3f
MD5sum: 9dd491b28bd30872cc91dbcc5dd93359
Description: PostgreSQL dashboard -- OmniDB integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This meta package provides the integration with OmniDB.
Timestamp: 2026-01-21 15:34:58+00

Package: elephant-shed-pgbackrest
Source: elephant-shed
Version: 1.3.12.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 23
Depends: pgbackrest, postgresql-common
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-pgbackrest_1.3.12.pgdg+1_all.deb
Size: 5564
SHA256: aca5c76443ff1f1a6d566f3d29326982bcaa0622f7db9a0276983c8eb3cb4f02
SHA1: e0f69d1bb8c5d23c77d8fa4861af64220ac2db00
MD5sum: 70879cb2234aeb3d298b94758466e30a
Description: PostgreSQL dashboard -- pgBackRest integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with pgBackRest.
Timestamp: 2026-01-21 15:34:58+00

Package: elephant-shed-pgbadger
Source: elephant-shed
Version: 1.3.12.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 26
Depends: pgbadger (>> 9), postgresql-common
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-pgbadger_1.3.12.pgdg+1_all.deb
Size: 5156
SHA256: 770879cdb0f5e9ef17373bac188c78d470cf4176c1e33ccd0160895331aba3e9
SHA1: 17f2ef6b91934a788092b4c4366ab8ba35362cb4
MD5sum: f382bc636f0230216dcc4c701558fcb9
Description: PostgreSQL dashboard -- pgBadger integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with pgBadger.
Timestamp: 2026-01-21 15:34:58+00

Package: elephant-shed-portal
Source: elephant-shed
Version: 1.3.12.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 7969
Depends: adduser, apache2, libapache2-mod-authnz-external, libapache2-mod-authz-unixgroup, libapache2-mod-wsgi-py3, libjs-jquery, libjs-bootstrap, libjs-popper.js, libtemplate-perl, libcgi-pm-perl, pwauth
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-portal_1.3.12.pgdg+1_all.deb
Size: 4184188
SHA256: 2bf3710d0cb1dffae45617919abe04969bde9866bddcf9caae33741b665a4d6e
SHA1: ba721b5f40828ccba5b1992e26018ade0dc37c78
MD5sum: 5b58b0e33287fae142dcd222dd22f547
Description: PostgreSQL dashboard -- web interface
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the web interface.
Timestamp: 2026-01-21 15:34:58+00

Package: elephant-shed-postgresql
Source: elephant-shed
Version: 1.3.12.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 25
Depends: adduser, postgresql-common (>> 183~)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-postgresql_1.3.12.pgdg+1_all.deb
Size: 5904
SHA256: cad54e8f5e50b5d54c68228d0167ab9827227eb1bc6849a3d3e185730c3eeac1
SHA1: c958d16f3e8f7437173a686ef28023295083c1cc
MD5sum: 2e665f29b7e126911745fe80e38030a1
Description: PostgreSQL dashboard -- PostgreSQL integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with PostgreSQL.
Timestamp: 2026-01-21 15:34:58+00

Package: elephant-shed-powa
Source: elephant-shed
Version: 1.3.12.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 13
Depends: powa-web, postgresql-common
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-powa_1.3.12.pgdg+1_all.deb
Size: 4152
SHA256: eff7d9273952d20a866a3abdfa01a4b18264c2ac697313bb51902ae0f53841b6
SHA1: 8197603f712eefc8e39ac226d9c5b136784a2084
MD5sum: 9dd0097d6de2602aa23a5b132bd3fe35
Description: PostgreSQL dashboard -- PoWA integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with PoWA.
Timestamp: 2026-01-21 15:34:58+00

Package: elephant-shed-prometheus
Source: elephant-shed
Version: 1.3.12.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 24
Depends: prometheus (>= 2.0)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-prometheus_1.3.12.pgdg+1_all.deb
Size: 5236
SHA256: 92fc396ac6131c3335069ea936da934eef9d83fd79b51f127235cea13e166c9c
SHA1: de5bdacc05f8a306de5db57c67699f050b81c518
MD5sum: 3a69e2c68cb7f918c4e6d7e173ba77aa
Description: PostgreSQL dashboard -- Prometheus integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with Prometheus.
Timestamp: 2026-01-21 15:34:58+00

Package: elephant-shed-prometheus-node-exporter
Source: elephant-shed
Version: 1.3.12.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 28
Depends: prometheus-node-exporter (>= 0.16.0)
Breaks: elephant-shed-prometheus (<< 1.1)
Replaces: elephant-shed-prometheus (<< 1.1)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-prometheus-node-exporter_1.3.12.pgdg+1_all.deb
Size: 6380
SHA256: a991169ea58e81b074fd5d1346da2a4c9f5c8fd174a25f8e026a52314017b70f
SHA1: 78772f5dd34c6da5eafa70601b9f80d60e5a898f
MD5sum: 1a726d0ecc5e3c7b44ec263589212260
Description: PostgreSQL dashboard -- Node exporter integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with the Prometheus node
 exporter.
Timestamp: 2026-01-21 15:34:58+00

Package: elephant-shed-prometheus-sql-exporter
Source: elephant-shed
Version: 1.3.12.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 65
Depends: libyaml-perl, postgresql-common, prometheus-sql-exporter
Breaks: elephant-shed-prometheus (<< 1.1)
Replaces: elephant-shed-prometheus (<< 1.1)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-prometheus-sql-exporter_1.3.12.pgdg+1_all.deb
Size: 10868
SHA256: 99262fe872f0b0a1d4afc99031e70259dc10abb656e48169a0afefbff8c069e7
SHA1: f9ea07e5d87d7ef20cb38b81557ce83e53d60916
MD5sum: 46f1b744eb76cefd977bfef6deb7cbdf
Description: PostgreSQL dashboard -- SQL exporter integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with the Prometheus SQL
 exporter.
Timestamp: 2026-01-21 15:34:58+00

Package: elephant-shed-shellinabox
Source: elephant-shed
Version: 1.3.12.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 10
Depends: shellinabox
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-shellinabox_1.3.12.pgdg+1_all.deb
Size: 3372
SHA256: ca52593c1e86b30190cb2382bb4c7d010d0bbdc7fdf17d8bc1ecedc98e4606f0
SHA1: 10af4be6c464bd854e9db81b19d6da87dfa28bd6
MD5sum: eb8497a51352f032395d740755fdd6a9
Description: PostgreSQL dashboard -- shellinabox integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This meta package provides the integration with shellinabox.
Timestamp: 2026-01-21 15:34:58+00

Package: elephant-shed-tmate
Source: elephant-shed
Version: 1.3.12.pgdg+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 19
Depends: tmate (>= 2.4)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-tmate_1.3.12.pgdg+1_all.deb
Size: 4124
SHA256: d360015ca63c8440499899af2ed34777f17f0a9dfc684f20c075b1f0fb69fcaf
SHA1: 44a1117f647b56bd2b589126665e4d497d909170
MD5sum: 7995d4e2b873dedefb5c13a05c663bdf
Description: PostgreSQL dashboard -- tmate integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with tmate.
Timestamp: 2026-01-21 15:34:58+00

Package: postgresql-18-pg-pwhash
Source: pg-pwhash
Version: 1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-18, libargon2-1 (>= 0~20171227), libc6 (>= 2.17), libcrypt1 (>= 1:4.1.0), libscrypt0 (>= 1), libssl3t64 (>= 3.2.0)
Homepage: https://github.com/cybertec-postgresql/pg_pwhash
Priority: optional
Section: database
Filename: pool/main/p/pg-pwhash/postgresql-18-pg-pwhash_1.0-1.pgdg+1_arm64.deb
Size: 57340
SHA256: 8c48c4d8f3bdcf91ea5d5bc007abe78a89b95a07e1969e98e82f264bdc6c44b3
SHA1: 7713b5f059c9da8c372a3edd63536f9c8d42b707
MD5sum: 8104a7e2c7d50c634fba30677ad2c057
Description: Advanced password hashing methods for PostgreSQL
 The extension pg_pwhash provides advanced password hashing methods based on
 adaptive implementations.
 .
 Supported password hashing algorithms:
  * Argon2 based on RFC 9106 ($argon2$ and variants)
  * scrypt ($scrypt$ and $7$)
  * yescrypt ($y$)
Timestamp: 2026-01-22 16:51:11+00

Package: postgresql-13-pg-pwhash
Source: pg-pwhash
Version: 1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 175
Depends: postgresql-13, libargon2-1 (>= 0~20171227), libc6 (>= 2.17), libcrypt1 (>= 1:4.1.0), libscrypt0 (>= 1), libssl3t64 (>= 3.2.0)
Homepage: https://github.com/cybertec-postgresql/pg_pwhash
Priority: optional
Section: database
Filename: pool/main/p/pg-pwhash/postgresql-13-pg-pwhash_1.0-1.pgdg+1_arm64.deb
Size: 57228
SHA256: b62ce7f2c843968ffc83aeec281b880d966c91e036d7a99af9b4f7020abfa639
SHA1: 84b422468fb1f1a82a122e1fde9148457a968861
MD5sum: 7b4829d93670ae09790acbafaa351584
Description: Advanced password hashing methods for PostgreSQL
 The extension pg_pwhash provides advanced password hashing methods based on
 adaptive implementations.
 .
 Supported password hashing algorithms:
  * Argon2 based on RFC 9106 ($argon2$ and variants)
  * scrypt ($scrypt$ and $7$)
  * yescrypt ($y$)
Timestamp: 2026-01-22 16:51:11+00

Package: postgresql-13-pg-pwhash-dbgsym
Source: pg-pwhash
Version: 1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-13-pg-pwhash (= 1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-pwhash/postgresql-13-pg-pwhash-dbgsym_1.0-1.pgdg+1_arm64.deb
Size: 41628
SHA256: 091e75a3ebfd92a8517346dc8d5129a7b4b85693a95b1e9833d3dbc997f9306c
SHA1: 2ff79c6e1dca555386a153fb809e9e419eb59359
MD5sum: d4a243bc9ac1afa39efdea1b13ebfb2f
Description: debug symbols for postgresql-13-pg-pwhash
Build-Ids: d47324f71c2fd330248988623e2ebabd0d63c4fa
Timestamp: 2026-01-22 16:51:11+00

Package: postgresql-14-pg-pwhash
Source: pg-pwhash
Version: 1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 178
Depends: postgresql-14, libargon2-1 (>= 0~20171227), libc6 (>= 2.17), libcrypt1 (>= 1:4.1.0), libscrypt0 (>= 1), libssl3t64 (>= 3.2.0)
Homepage: https://github.com/cybertec-postgresql/pg_pwhash
Priority: optional
Section: database
Filename: pool/main/p/pg-pwhash/postgresql-14-pg-pwhash_1.0-1.pgdg+1_arm64.deb
Size: 57612
SHA256: c037be8431c5e3a4ad66422dc604ef9d6bae1e7c6465672909ece0a50aae5b5d
SHA1: 7964cda37fcf975f41aea752791c26666e81cb05
MD5sum: 02f976c3f97d26a273c7a10ba9355aa6
Description: Advanced password hashing methods for PostgreSQL
 The extension pg_pwhash provides advanced password hashing methods based on
 adaptive implementations.
 .
 Supported password hashing algorithms:
  * Argon2 based on RFC 9106 ($argon2$ and variants)
  * scrypt ($scrypt$ and $7$)
  * yescrypt ($y$)
Timestamp: 2026-01-22 16:51:11+00

Package: postgresql-14-pg-pwhash-dbgsym
Source: pg-pwhash
Version: 1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-14-pg-pwhash (= 1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-pwhash/postgresql-14-pg-pwhash-dbgsym_1.0-1.pgdg+1_arm64.deb
Size: 41644
SHA256: e962f5ca0dd8996ebbbd38204ce6109c337d7a93237ab3c32abf2d9435256f84
SHA1: ce1c917865a9314bfa96244877f6e2bbf2cf3817
MD5sum: 8662d65f1c3d6ffb2176f43f643f9b32
Description: debug symbols for postgresql-14-pg-pwhash
Build-Ids: 7999989b91e2509227305fe090eb82600d40531a
Timestamp: 2026-01-22 16:51:11+00

Package: postgresql-15-pg-pwhash
Source: pg-pwhash
Version: 1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 178
Depends: postgresql-15, libargon2-1 (>= 0~20171227), libc6 (>= 2.17), libcrypt1 (>= 1:4.1.0), libscrypt0 (>= 1), libssl3t64 (>= 3.2.0)
Homepage: https://github.com/cybertec-postgresql/pg_pwhash
Priority: optional
Section: database
Filename: pool/main/p/pg-pwhash/postgresql-15-pg-pwhash_1.0-1.pgdg+1_arm64.deb
Size: 57652
SHA256: fa59631c2c48637ba7164a947ad11bcd69d0d7b7ce09655be41185e2e8fc0488
SHA1: 26575c8f0c1e99e93561e259e42108ec4b1ddc7e
MD5sum: 6d31431554a6b82b3b2ba732e9fd0bc4
Description: Advanced password hashing methods for PostgreSQL
 The extension pg_pwhash provides advanced password hashing methods based on
 adaptive implementations.
 .
 Supported password hashing algorithms:
  * Argon2 based on RFC 9106 ($argon2$ and variants)
  * scrypt ($scrypt$ and $7$)
  * yescrypt ($y$)
Timestamp: 2026-01-22 16:51:11+00

Package: postgresql-15-pg-pwhash-dbgsym
Source: pg-pwhash
Version: 1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-15-pg-pwhash (= 1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-pwhash/postgresql-15-pg-pwhash-dbgsym_1.0-1.pgdg+1_arm64.deb
Size: 41720
SHA256: 57d98e86127475c5d491084c688f4bb30d296fc7ad092eb6c3bf22c618d9d02e
SHA1: 4c524668e2d321a8fe3f4f23aa20f22f7ed12dca
MD5sum: 94dac1f7e78661e4bdd5531cd9d8a162
Description: debug symbols for postgresql-15-pg-pwhash
Build-Ids: ae0d07ec6143a9c5d0b118cf038a1c639e15ca56
Timestamp: 2026-01-22 16:51:11+00

Package: postgresql-16-pg-pwhash
Source: pg-pwhash
Version: 1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 178
Depends: postgresql-16, libargon2-1 (>= 0~20171227), libc6 (>= 2.17), libcrypt1 (>= 1:4.1.0), libscrypt0 (>= 1), libssl3t64 (>= 3.2.0)
Homepage: https://github.com/cybertec-postgresql/pg_pwhash
Priority: optional
Section: database
Filename: pool/main/p/pg-pwhash/postgresql-16-pg-pwhash_1.0-1.pgdg+1_arm64.deb
Size: 57400
SHA256: 02ef1426f9f314299598fea1b4e891b2da8c04e5a5ac5d3e3b5c040f06a068b7
SHA1: 2fca7fb3c40f462aaef6f4fff52846a485b486a3
MD5sum: c21e82af0f7fd6c939065e7b9502fb22
Description: Advanced password hashing methods for PostgreSQL
 The extension pg_pwhash provides advanced password hashing methods based on
 adaptive implementations.
 .
 Supported password hashing algorithms:
  * Argon2 based on RFC 9106 ($argon2$ and variants)
  * scrypt ($scrypt$ and $7$)
  * yescrypt ($y$)
Timestamp: 2026-01-22 16:51:11+00

Package: postgresql-16-pg-pwhash-dbgsym
Source: pg-pwhash
Version: 1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-16-pg-pwhash (= 1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-pwhash/postgresql-16-pg-pwhash-dbgsym_1.0-1.pgdg+1_arm64.deb
Size: 43348
SHA256: 71a5d5592a51a76a6cd8160d1513c2305768b93f49437aa8027e8f8f620249b8
SHA1: 8294c2080f3c4c0aa0518ba120f9447a234e2922
MD5sum: f3114c8a73fc58ab3d2470a2d9c955f4
Description: debug symbols for postgresql-16-pg-pwhash
Build-Ids: 55e734dbc767a8e24973b3aee067fa6289bba0d8
Timestamp: 2026-01-22 16:51:11+00

Package: postgresql-17-pg-pwhash
Source: pg-pwhash
Version: 1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 178
Depends: postgresql-17, libargon2-1 (>= 0~20171227), libc6 (>= 2.17), libcrypt1 (>= 1:4.1.0), libscrypt0 (>= 1), libssl3t64 (>= 3.2.0)
Homepage: https://github.com/cybertec-postgresql/pg_pwhash
Priority: optional
Section: database
Filename: pool/main/p/pg-pwhash/postgresql-17-pg-pwhash_1.0-1.pgdg+1_arm64.deb
Size: 57408
SHA256: 28da38d5f8bacd21c698c7970c0b557db4a9e2ea18b5c6d6421fecb3fa562556
SHA1: bb043877f425a8fa91f4f83986476cb9b364d288
MD5sum: db1c0569a3fcfc97aab62e2f972c9033
Description: Advanced password hashing methods for PostgreSQL
 The extension pg_pwhash provides advanced password hashing methods based on
 adaptive implementations.
 .
 Supported password hashing algorithms:
  * Argon2 based on RFC 9106 ($argon2$ and variants)
  * scrypt ($scrypt$ and $7$)
  * yescrypt ($y$)
Timestamp: 2026-01-22 16:51:11+00

Package: postgresql-17-pg-pwhash-dbgsym
Source: pg-pwhash
Version: 1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-17-pg-pwhash (= 1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-pwhash/postgresql-17-pg-pwhash-dbgsym_1.0-1.pgdg+1_arm64.deb
Size: 43548
SHA256: febe5d127486428eca1be1aeb7687c35e6cd30e020fab5966c2e0d6f05f20f20
SHA1: aa9137ba8e97cc3e50233d9b3c67f6c84870c05d
MD5sum: b3db57327de143a46d4bc328ac377552
Description: debug symbols for postgresql-17-pg-pwhash
Build-Ids: 6f71123a8884597eae9cda5ed1efc2f43d458e47
Timestamp: 2026-01-22 16:51:11+00

Package: postgresql-18-age
Version: 1.7.0~rc0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2008
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/apache/age
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18-age/postgresql-18-age_1.7.0~rc0-1.pgdg+1_arm64.deb
Size: 720164
SHA256: af59968976c074aa30e26310c31dd28dc2d526776992f74e932ebfa1a419fbd4
SHA1: caaa0e1a5cafa0ba3d4972f73fbe7264c727134c
MD5sum: 2f24d381fc3a46a5a6970b5013812713
Description: Graph database optimized for fast analysis and real-time data processing
 Apache AGE is an extension for PostgreSQL that enables users to leverage a
 graph database on top of the existing relational databases. AGE is an acronym
 for A Graph Extension and is inspired by Bitnine's AgensGraph, a multi-model
 database fork of PostgreSQL. The basic principle of the project is to create a
 single storage that handles both the relational and graph data model so that
 the users can use the standard ANSI SQL along with openCypher, one of the most
 popular graph query languages today.
 .
 This package contains Apache AGE for PostgreSQL 18.
Timestamp: 2026-01-22 16:51:11+00

Package: postgresql-18-age-dbgsym
Source: postgresql-18-age
Version: 1.7.0~rc0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1462
Depends: postgresql-18-age (= 1.7.0~rc0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18-age/postgresql-18-age-dbgsym_1.7.0~rc0-1.pgdg+1_arm64.deb
Size: 814896
SHA256: 7a0015e4f0ff9cd35bf10b350afab70152f074d59b7fded3f78eb02c3c55d1da
SHA1: 94077bd0af276074df747ae547af771a8ba8ec7a
MD5sum: f8b7968f998916ced46ff8e4e2daf039
Description: debug symbols for postgresql-18-age
Build-Ids: d77c1e642d724c0d470a20160f074a2b2e7966ed
Timestamp: 2026-01-22 16:51:11+00

Package: postgresql-18-pg-pwhash-dbgsym
Source: pg-pwhash
Version: 1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-18-pg-pwhash (= 1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-pwhash/postgresql-18-pg-pwhash-dbgsym_1.0-1.pgdg+1_arm64.deb
Size: 43964
SHA256: 3491f966b34869279b6b49a40899154cbfd4e304fc94143c6343fc64da63b19a
SHA1: 40226754eedb630a91693337ba3b676c1fd6ba68
MD5sum: 7d63adc7c3bad530930b9013bf8d0755
Description: debug symbols for postgresql-18-pg-pwhash
Build-Ids: e31494594afed1ba6c57ed03d0bdc634c07fec9c
Timestamp: 2026-01-22 16:51:11+00

Package: libpg-query1706.0
Source: libpg-query
Version: 17-6.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3277
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: https://github.com/pganalyze/libpg_query
Priority: optional
Section: libs
Filename: pool/main/libp/libpg-query/libpg-query1706.0_17-6.2.1-1.pgdg+1_arm64.deb
Size: 571836
SHA256: c327fbbc97b8ecd6a51bce005ea788c6be9ed13e2019b8ebda6c60e37d50949d
SHA1: 873df0a7e3439c6bd7555a6494c7bb35d0ae7075
MD5sum: 6d50788c2398b777ad82305564a93491
Description: C library for accessing the PostgreSQL parser outside of the server environment
 This library uses the actual PostgreSQL server source to parse SQL queries and
 return the internal PostgreSQL parse tree.
Timestamp: 2026-01-23 10:45:18+00

Package: libpg-query1706.0-dbgsym
Source: libpg-query
Version: 17-6.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5487
Depends: libpg-query1706.0 (= 17-6.2.1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libp/libpg-query/libpg-query1706.0-dbgsym_17-6.2.1-1.pgdg+1_arm64.deb
Size: 2341292
SHA256: 34e89032fad9a9c9c976b69d1772ac04c98d22cc455544f1382f4aa493948906
SHA1: 676199707b653e33009a8390d863f56387f15bdc
MD5sum: fca6bdb5ee798e68f274da04f00de217
Description: debug symbols for libpg-query1706.0
Build-Ids: c7b4c59e2eb7d173f35e618fbaac338f3bf7101b
Timestamp: 2026-01-23 10:45:18+00

Package: libpg-query-dev
Source: libpg-query
Version: 17-6.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9372
Depends: libpg-query1706.0 (= 17-6.2.1-1.pgdg+1)
Multi-Arch: same
Homepage: https://github.com/pganalyze/libpg_query
Priority: optional
Section: libdevel
Filename: pool/main/libp/libpg-query/libpg-query-dev_17-6.2.1-1.pgdg+1_arm64.deb
Size: 1351812
SHA256: 81c6a4906d5e8dd992a6c4ac0729cb7eef8c12addb7b2d49f2748dccbdd9be7c
SHA1: de5bfd4710027184475a2339c7235b8291cbc56a
MD5sum: 18174172fd54065ce0a2c0c1d48aee71
Description: C library for accessing the PostgreSQL parser outside of the server environment
 This library uses the actual PostgreSQL server source to parse SQL queries and
 return the internal PostgreSQL parse tree.
Timestamp: 2026-01-23 10:45:18+00

Package: pspg
Version: 5.8.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 366
Depends: libc6 (>= 2.38), libncursesw6 (>= 6.1), libpq5 (>= 9.0~), libreadline8t64 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_5.8.15-1.pgdg+1_arm64.deb
Size: 133124
SHA256: 0f8b22f5e8b89456f6360d0bb2df6b649ff9db1940d499d8416ae02dec098c0b
SHA1: 66e3a400b50ff1279b5f890466b40b3f931ec0cc
MD5sum: f753c1bde3e8042ec57b850dc8c7842d
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2026-01-23 10:45:18+00

Package: pspg-dbgsym
Source: pspg
Version: 5.8.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 724
Depends: pspg (= 5.8.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_5.8.15-1.pgdg+1_arm64.deb
Size: 419716
SHA256: 57573125865699debdbb8187f43093411f833cad5827757b37348b1eb60188e2
SHA1: 95c093ef8e951ce16ab2b895ad87e6b5fe3e48d0
MD5sum: 6381af5236b47d25818e82dfec8d4398
Description: debug symbols for pspg
Build-Ids: 98705ee0a170546c647ad77ec4415e1190dee927
Timestamp: 2026-01-23 10:45:18+00

Package: odyssey
Version: 1.5.0~rc3-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 677
Depends: systemd | systemd-standalone-sysusers | systemd-sysusers, libc6 (>= 2.38), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libssl3t64 (>= 3.0.0), libsystemd0
Homepage: https://github.com/yandex/odyssey
Priority: optional
Section: database
Filename: pool/main/o/odyssey/odyssey_1.5.0~rc3-1.pgdg+2_arm64.deb
Size: 206876
SHA256: f42d57e841ceed3bbe601a14820efd027c37a62a5e313d1838853d288903f7c7
SHA1: 6bdc496aeb97b1fdaa45171b91f654d57a7a0052
MD5sum: e35af27081f7714db7c70d62e334c579
Description: Scalable PostgreSQL connection pooler
 Odyssey is an advanced multi-threaded PostgreSQL connection pooler and request
 router.
 .
 Multi-threaded processing
 .
 Odyssey can significantly scale processing performance by specifying a number
 of additional worker threads. Each worker thread is responsible for
 authentication and proxying client-to-server and server-to-client requests.
 All worker threads are sharing global server connection pools. Multi-threaded
 design plays important role in SSL/TLS performance.
 .
 Advanced transactional pooling
 .
 Odyssey tracks current transaction state and in case of unexpected client
 disconnection can emit automatic Cancel connection and do Rollback of
 abandoned transaction, before putting server connection back to the server
 pool for reuse. Additionally, last server connection owner client is
 remembered to reduce a need for setting up client options on each
 client-to-server assignment.
Timestamp: 2026-01-26 20:37:39+00

Package: odyssey-dbgsym
Source: odyssey
Version: 1.5.0~rc3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1585
Depends: odyssey (= 1.5.0~rc3-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/o/odyssey/odyssey-dbgsym_1.5.0~rc3-1.pgdg+2_arm64.deb
Size: 918088
SHA256: 005424ccbb8afa5576d740ded02997215ac43ac6f8c77e239f23e91092da5a73
SHA1: c4bc8db02ad7daaa1f2a33c88e5aea278b2cd21f
MD5sum: 0780745a7ac167fa0966efad2b6639f2
Description: debug symbols for odyssey
Build-Ids: e80f3b7596044444438dd5507d0c2834932e3466
Timestamp: 2026-01-26 20:37:39+00

Package: libpg-query1706.0
Source: libpg-query
Version: 17-6.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3277
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: https://github.com/pganalyze/libpg_query
Priority: optional
Section: libs
Filename: pool/main/libp/libpg-query/libpg-query1706.0_17-6.2.2-1.pgdg+1_arm64.deb
Size: 571896
SHA256: 3d00685345304b3bd4d2711ca12b75246650534c31b8766efac670115f1d62cd
SHA1: 3fcf9b2e062ddbf1a9fd3d1e2b8154140f3e55e5
MD5sum: 2fc277c081051caf6ab51e6d8765f2b7
Description: C library for accessing the PostgreSQL parser outside of the server environment
 This library uses the actual PostgreSQL server source to parse SQL queries and
 return the internal PostgreSQL parse tree.
Timestamp: 2026-01-29 17:31:45+00

Package: libpg-query1706.0-dbgsym
Source: libpg-query
Version: 17-6.2.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5485
Depends: libpg-query1706.0 (= 17-6.2.2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libp/libpg-query/libpg-query1706.0-dbgsym_17-6.2.2-1.pgdg+1_arm64.deb
Size: 2340860
SHA256: dcf0ecead98be7570e306fa2253475c323915becfc4ad68102266b5b5feb7908
SHA1: 08ee32cfef83fb139d1a4f54ac85be780ff9a8f2
MD5sum: a421bf0ef1eac656b387bff04fcef863
Description: debug symbols for libpg-query1706.0
Build-Ids: 7b6b5bed38258b721e8f1c03035a774618bec154
Timestamp: 2026-01-29 17:31:45+00

Package: libpg-query-dev
Source: libpg-query
Version: 17-6.2.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9371
Depends: libpg-query1706.0 (= 17-6.2.2-1.pgdg+1)
Multi-Arch: same
Homepage: https://github.com/pganalyze/libpg_query
Priority: optional
Section: libdevel
Filename: pool/main/libp/libpg-query/libpg-query-dev_17-6.2.2-1.pgdg+1_arm64.deb
Size: 1350516
SHA256: 60d51f8f38b206b39c715030762b8ca9af6b880ddcc94f0ff82c8a32ad5a2845
SHA1: e9dfaadd92d644a1a07a29e5299d2dc8e7277073
MD5sum: c57896c41065c94d72133cfba75f7c3e
Description: C library for accessing the PostgreSQL parser outside of the server environment
 This library uses the actual PostgreSQL server source to parse SQL queries and
 return the internal PostgreSQL parse tree.
Timestamp: 2026-01-29 17:31:45+00

Package: odyssey
Version: 1.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 677
Depends: systemd | systemd-standalone-sysusers | systemd-sysusers, libc6 (>= 2.38), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libssl3t64 (>= 3.0.0), libsystemd0
Homepage: https://github.com/yandex/odyssey
Priority: optional
Section: database
Filename: pool/main/o/odyssey/odyssey_1.5.0-1.pgdg+1_arm64.deb
Size: 208176
SHA256: 1b9962020f0b4ae50865a5d8230ca037a9942218bbac26856a33295256e9e928
SHA1: d2b3c7133209789a9a84b02f47dba17b88f26be8
MD5sum: 491710712e7e30cd7c00f34d64520af4
Description: Scalable PostgreSQL connection pooler
 Odyssey is an advanced multi-threaded PostgreSQL connection pooler and request
 router.
 .
 Multi-threaded processing
 .
 Odyssey can significantly scale processing performance by specifying a number
 of additional worker threads. Each worker thread is responsible for
 authentication and proxying client-to-server and server-to-client requests.
 All worker threads are sharing global server connection pools. Multi-threaded
 design plays important role in SSL/TLS performance.
 .
 Advanced transactional pooling
 .
 Odyssey tracks current transaction state and in case of unexpected client
 disconnection can emit automatic Cancel connection and do Rollback of
 abandoned transaction, before putting server connection back to the server
 pool for reuse. Additionally, last server connection owner client is
 remembered to reduce a need for setting up client options on each
 client-to-server assignment.
Timestamp: 2026-01-29 17:31:45+00

Package: odyssey-dbgsym
Source: odyssey
Version: 1.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1588
Depends: odyssey (= 1.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/odyssey/odyssey-dbgsym_1.5.0-1.pgdg+1_arm64.deb
Size: 922116
SHA256: b8c6416e58c1242c34d698b61aa7a822fa645df00f029d26808e83fae4dab49e
SHA1: f44ff807b4d5c5df82b3b8824153a9650259b673
MD5sum: d920573fabb5fd9ae58238a6e53d5ca0
Description: debug symbols for odyssey
Build-Ids: 2a47901b5e881d34be7cae8fe04858eb6d1a4bfe
Timestamp: 2026-01-29 17:31:45+00

Package: libecpg-compat3
Source: postgresql-15
Version: 15.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg-compat3_15.16-1.pgdg+1_arm64.deb
Size: 21212
SHA256: 1044c577bda70f3faf3fb1851adf3bcfc840a5a6394d18c77c75688b4a680ee8
SHA1: 37f030a04c52358560a3348d206039b8610c3845
MD5sum: 5fda3f9023d6c59a72bfcfd2101e17d8
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.
Timestamp: 2026-02-12 12:48:05+00

Package: libecpg-compat3-dbgsym
Source: postgresql-15
Version: 15.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: libecpg-compat3 (= 15.16-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-compat3-dbgsym_15.16-1.pgdg+1_arm64.deb
Size: 16980
SHA256: 058d64be2a6787bb11f5c261320b372231b17e3306369432bfdb05c7b4c42eae
SHA1: 5a6ee62689c356b325fd7e74234b8600acd70277
MD5sum: c7e1e8885586f363701065a858d85d75
Description: debug symbols for libecpg-compat3
Build-Ids: ed334b9a7685f7b1f2717494145b23f875460af4
Timestamp: 2026-02-12 12:48:05+00

Package: libecpg-dev
Source: postgresql-15
Version: 15.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1637
Depends: libecpg-compat3 (= 15.16-1.pgdg+1), libecpg6 (= 15.16-1.pgdg+1), libpgtypes3 (= 15.16-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libecpg-dev_15.16-1.pgdg+1_arm64.deb
Size: 281120
SHA256: 485d1f21777c2ed15b74cde395dd3578d682ed13acb5194619c8543971de9743
SHA1: 13b9771a809ef6ffa7008717d0be772fcb32b05c
MD5sum: a015b9cfabdbdb7e73bbc9d07d4a63a5
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).
Timestamp: 2026-02-12 12:48:05+00

Package: libecpg-dev-dbgsym
Source: postgresql-15
Version: 15.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1221
Depends: libecpg-dev (= 15.16-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-dev-dbgsym_15.16-1.pgdg+1_arm64.deb
Size: 241912
SHA256: a3901bd00c61a598ec6300ce2e1f5add59a85d356770d65b23de6ab57e195794
SHA1: 64317cb7863f246ea19e1411710b681a69eb1b64
MD5sum: 6fc9f71b00e5a411a9eefb2c1036c939
Description: debug symbols for libecpg-dev
Build-Ids: 69759d5402e6194666afe3b5b838f3d18835fb38
Timestamp: 2026-02-12 12:48:05+00

Package: libecpg6
Source: postgresql-15
Version: 15.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 276
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg6_15.16-1.pgdg+1_arm64.deb
Size: 63616
SHA256: a402496b89befaede7e1d71e5f610cb429271561b1ee1468a968dc79bfa1e8c7
SHA1: 8c9413c49f251fad559d2c5c5f44c6ae82319040
MD5sum: 30650311bb81cd65ed87767390bbe720
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.
Timestamp: 2026-02-12 12:48:05+00

Package: libecpg6-dbgsym
Source: postgresql-15
Version: 15.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 223
Depends: libecpg6 (= 15.16-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg6-dbgsym_15.16-1.pgdg+1_arm64.deb
Size: 115812
SHA256: da420a96c1f7f23111341de62f59f3427886f0270682fedf131762551625f300
SHA1: 5f3fdef724b7c48945ea50cf640f7b68279dfbf4
MD5sum: cdc21bcc241f09928e0fc328355f83ae
Description: debug symbols for libecpg6
Build-Ids: 7a620e510b1d174f8223d6fe6a56469e0cff911f
Timestamp: 2026-02-12 12:48:05+00

Package: libpgtypes3
Source: postgresql-15
Version: 15.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpgtypes3_15.16-1.pgdg+1_arm64.deb
Size: 47292
SHA256: ec51e850dee5732c55959b34e1930ab71a7bfb4e8e33a82f863b2f96f258636d
SHA1: 175d648c4f56e9d98b0375721304307753bd10f3
MD5sum: cbbb38a7744331d2d25b523b8fc44386
Description: shared library libpgtypes for PostgreSQL 15
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 12:48:05+00

Package: libpgtypes3-dbgsym
Source: postgresql-15
Version: 15.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: libpgtypes3 (= 15.16-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpgtypes3-dbgsym_15.16-1.pgdg+1_arm64.deb
Size: 88996
SHA256: 87bfff51fe4de4f971c2a8566bac56e1d5202169f7e906a854649866708393f3
SHA1: 1654ea49bbf253587c07059d770da6ef9bafa4a9
MD5sum: 13ccf48955d6520f24c0221b5ed05dcc
Description: debug symbols for libpgtypes3
Build-Ids: 551d6e984eba57d59a9004336c329ca5a5ff7824
Timestamp: 2026-02-12 12:48:05+00

Package: libecpg-dev
Source: postgresql-12
Version: 12.22-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1521
Depends: libecpg-compat3 (= 12.22-4.pgdg+1), libecpg6 (= 12.22-4.pgdg+1), libpgtypes3 (= 12.22-4.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libecpg-dev_12.22-4.pgdg+1_arm64.deb
Size: 272440
SHA256: 09da856ebb12a433a60c5ccc3709b306f4140db956b49f7abbb7a669f9466ad7
SHA1: fd9ee5c33b1306f41b71ad18412a8c50d3110c23
MD5sum: 83b0f89d125ee1f273d223df67ff8331
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).
Timestamp: 2026-02-12 12:25:02+00

Package: libecpg-dev-dbgsym
Source: postgresql-12
Version: 12.22-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1143
Depends: libecpg-dev (= 12.22-4.pgdg+1)
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-dev-dbgsym_12.22-4.pgdg+1_arm64.deb
Size: 225836
SHA256: cb0413f4b19d2359894e17629d23182a7d6c33827d502a5111fbce7998d58586
SHA1: b248b8cc97f8b9d8e4c111f2edd2ec3b4fdc077f
MD5sum: e1682d0d182f270321b993287f29775c
Description: debug symbols for libecpg-dev
Build-Ids: 08d8605d2982c334b3ffb10b6798cdde48e1c9e7
Timestamp: 2026-02-12 12:25:02+00

Package: libecpg6
Source: postgresql-12
Version: 12.22-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 265
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg6_12.22-4.pgdg+1_arm64.deb
Size: 63224
SHA256: bb2be7281d30c3f9b1bf4d3bb7c4937e53bbc189334ed1ce1ab64fe2d6bcc65d
SHA1: 69f795ff691d39038b83cdf75b8cb33e0298a591
MD5sum: b746c4284a464a66c1604f0fd9b9ea1f
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.
Timestamp: 2026-02-12 12:25:02+00

Package: libecpg6-dbgsym
Source: postgresql-12
Version: 12.22-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: libecpg6 (= 12.22-4.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg6-dbgsym_12.22-4.pgdg+1_arm64.deb
Size: 112340
SHA256: 5e64610cd9389f37b530a0ef8757469f7a02800d0987fc31fcf2d8c4e8107945
SHA1: 2c48787795397cd9bf9b0a0dd4db5aa3692dffbe
MD5sum: 5e15a8366f52768f63624fa55ec29688
Description: debug symbols for libecpg6
Build-Ids: 71cacb044692d856739f5fcb5e222d4da5ffa656
Timestamp: 2026-02-12 12:25:02+00

Package: libpgtypes3
Source: postgresql-12
Version: 12.22-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpgtypes3_12.22-4.pgdg+1_arm64.deb
Size: 48840
SHA256: 9d7356ace467381b35828e8e79ff8b0a0a5611f3f1564e1a4350ff15d35c55bc
SHA1: 3c405f4ff654d9924481124e9ba6945f7c921564
MD5sum: 9158d78cafb55f5019d03568a0d5e50c
Description: shared library libpgtypes for PostgreSQL 12
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 12:25:02+00

Package: libpgtypes3-dbgsym
Source: postgresql-12
Version: 12.22-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: libpgtypes3 (= 12.22-4.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpgtypes3-dbgsym_12.22-4.pgdg+1_arm64.deb
Size: 88084
SHA256: 134faf60ecad60f2baf56526b1b3aaddbb6232d82fa0eecb6cde3379180cf4f3
SHA1: b4d49639337d371d73b0a6d5ee9c78776d9eb77a
MD5sum: 83cf96d1954a7a7d87396e91fb471a5f
Description: debug symbols for libpgtypes3
Build-Ids: a8c498352a62e81fd7040de77105f6bae2819969
Timestamp: 2026-02-12 12:25:02+00

Package: libpq-dev
Source: postgresql-12
Version: 12.22-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 600
Depends: libpq5 (= 12.22-4.pgdg+1)
Suggests: postgresql-doc-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libpq-dev_12.22-4.pgdg+1_arm64.deb
Size: 146216
SHA256: 2dff3d639391235eba954a84d1c262babd2196795243872d0e04acbf0d84f774
SHA1: 875ca191d971855d3c77e14273b934b037b4e0a5
MD5sum: b7b6ca9d112bfeac481d90aa0a636ffe
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.
Timestamp: 2026-02-12 12:25:02+00

Package: libpq5
Source: postgresql-12
Version: 12.22-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 797
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpq5_12.22-4.pgdg+1_arm64.deb
Size: 179352
SHA256: a5f1106d47a59656bbff4f90741a469de26abae357bd62e20816bcc55f2fffbb
SHA1: 8978f1d99db9bde35da4c03b006b83047d5c153c
MD5sum: 2f98ac4e03d5aa633727394857b98628
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.
Timestamp: 2026-02-12 12:25:02+00

Package: libpq5-dbgsym
Source: postgresql-12
Version: 12.22-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 585
Depends: libpq5 (= 12.22-4.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpq5-dbgsym_12.22-4.pgdg+1_arm64.deb
Size: 251156
SHA256: 25756563ebbabebe63f751cd818982b2331ef15a40ba46c0a37486fdc88042c0
SHA1: 4dc2921264e3a1b9fb8cfdeb436efaf07dcebe25
MD5sum: 0edfc44f629d6788f370479703591538
Description: debug symbols for libpq5
Build-Ids: 424a478eedde9c5356e7f6aa287344e446a00f25
Timestamp: 2026-02-12 12:25:02+00

Package: libecpg-compat3
Source: postgresql-13
Version: 13.23-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg-compat3_13.23-2.pgdg+1_arm64.deb
Size: 25376
SHA256: 8b6a7e9b6e7e9bc55fd7fc6be945fbedecf7499a37240c925f0ea74351eb1fd4
SHA1: 4e8ba05451bae8a57f249aa005ba17c77cfa920e
MD5sum: 5257f2295195e4b12187f357a56c4b7f
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.
Timestamp: 2026-02-12 12:27:45+00

Package: libecpg-compat3-dbgsym
Source: postgresql-13
Version: 13.23-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: libecpg-compat3 (= 13.23-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-compat3-dbgsym_13.23-2.pgdg+1_arm64.deb
Size: 16980
SHA256: f23fb27b08221e8057776acdecccefe6e16e578fd193a739731972e49b43228a
SHA1: af854536d60b9a9115b69653bf1ae002acba8f1e
MD5sum: 57510715a15a3a614694e429f295b904
Description: debug symbols for libecpg-compat3
Build-Ids: eb98e39ec947d9bd13537a82afd1726da4496b36
Timestamp: 2026-02-12 12:27:45+00

Package: libecpg-dev
Source: postgresql-13
Version: 13.23-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1522
Depends: libecpg-compat3 (= 13.23-2.pgdg+1), libecpg6 (= 13.23-2.pgdg+1), libpgtypes3 (= 13.23-2.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libecpg-dev_13.23-2.pgdg+1_arm64.deb
Size: 270828
SHA256: 1896ba7dc9b67a5f72ea2595fa73fc2dad50942d53177dbd78c7348153dd87ee
SHA1: 07a1aa446f69d9c81f85d69438e0b6d06256d6de
MD5sum: a8d6b32d7f35af1f27a4b4ecc432660b
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).
Timestamp: 2026-02-12 12:27:45+00

Package: libecpg-dev-dbgsym
Source: postgresql-13
Version: 13.23-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1150
Depends: libecpg-dev (= 13.23-2.pgdg+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-dev-dbgsym_13.23-2.pgdg+1_arm64.deb
Size: 232692
SHA256: e838c48bb85162761611170df6c8805572252603a9becc6929756879c20d9fa0
SHA1: 8473bedae163c5ae3ab0cb1030d8ded7286e4422
MD5sum: 3b3fcc8474a4adb1f7324049cb4014b7
Description: debug symbols for libecpg-dev
Build-Ids: 1fd83fcf111c1d2c013905676f29b615fdfc3bec
Timestamp: 2026-02-12 12:27:45+00

Package: libecpg6
Source: postgresql-13
Version: 13.23-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 267
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg6_13.23-2.pgdg+1_arm64.deb
Size: 65444
SHA256: 838b07d79537745b84e77b7b550113b1cb14f3cceea7c3993890256dc9545344
SHA1: fe1f8362455e817eddbdaa23007be38012c869bb
MD5sum: b092fa705a9a2b37571b8d85d5573632
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.
Timestamp: 2026-02-12 12:27:45+00

Package: libecpg6-dbgsym
Source: postgresql-13
Version: 13.23-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: libecpg6 (= 13.23-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg6-dbgsym_13.23-2.pgdg+1_arm64.deb
Size: 113048
SHA256: 76312cdc685dddd85fd0eb549c6f65f1c32b089ce01ea57e6b30c0300457976a
SHA1: 913572ac834bc9142daff61a917260d0457cbf2f
MD5sum: 51eebfda1d94a3b3c57716063f1edfba
Description: debug symbols for libecpg6
Build-Ids: ae91e0d771372e5dd39db6e271455dd23e2ec819
Timestamp: 2026-02-12 12:27:45+00

Package: libpgtypes3
Source: postgresql-13
Version: 13.23-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 174
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpgtypes3_13.23-2.pgdg+1_arm64.deb
Size: 51148
SHA256: 22a20b88a930684e563cca2c3b73d6b1d588a30ce022476910025150d553b053
SHA1: 78f29ea77b93a84c1e4fc171f6c9cfd8ee2a3391
MD5sum: 9ae72a2d256a7dad6dba5fe77cb84f6e
Description: shared library libpgtypes for PostgreSQL 13
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 12:27:45+00

Package: libpgtypes3-dbgsym
Source: postgresql-13
Version: 13.23-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: libpgtypes3 (= 13.23-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpgtypes3-dbgsym_13.23-2.pgdg+1_arm64.deb
Size: 88236
SHA256: cc645f6936f47efd49aa97b241e92d06b9d4467c35a85d66ef89f576fca974e9
SHA1: ed16045627f86445ac870a775d88ce098eb31828
MD5sum: f2c2a243b4426c81cdc35d72038e5d3f
Description: debug symbols for libpgtypes3
Build-Ids: a2ce0805c6ece6bc9d4c84e0ed730fb47464601c
Timestamp: 2026-02-12 12:27:45+00

Package: libpq-dev
Source: postgresql-13
Version: 13.23-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 585
Depends: libpq5 (= 13.23-2.pgdg+1)
Suggests: postgresql-doc-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libpq-dev_13.23-2.pgdg+1_arm64.deb
Size: 146268
SHA256: 837564cdf5f1f09e395f20ad8d3e97ea342dbd6f79bc86dafab0a548b6b72304
SHA1: 5a53cad4c715bd242453d0b630d1ddc3761ad425
MD5sum: c4dc42246ce5ba675e26988f6d163917
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.
Timestamp: 2026-02-12 12:27:45+00

Package: libpq5
Source: postgresql-13
Version: 13.23-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 857
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpq5_13.23-2.pgdg+1_arm64.deb
Size: 184196
SHA256: eeb8ac77ce16283362daa7b2a7fc9864d6d4c3eaffafaace31dea99b41d98355
SHA1: 1ea056243c9a466fa77c8ec4260567e2f405efda
MD5sum: 437f53092f84dd09b8ecd23d15fd322b
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.
Timestamp: 2026-02-12 12:27:45+00

Package: libpq5-dbgsym
Source: postgresql-13
Version: 13.23-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 610
Depends: libpq5 (= 13.23-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpq5-dbgsym_13.23-2.pgdg+1_arm64.deb
Size: 261588
SHA256: 0f54ec36e0c2bb7d648d7c4140de07b5b9cff991e4c818cd6f5f4819f5985d52
SHA1: 5c881003f95ad20b935266ede98600a145712288
MD5sum: 963a6be503ba2c21588a6f9ac330f571
Description: debug symbols for libpq5
Build-Ids: ec14d5d5d0a6abf2177e3f4fdb9af9b4e51f0fba
Timestamp: 2026-02-12 12:27:45+00

Package: libecpg-compat3
Source: postgresql-14
Version: 14.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg-compat3_14.21-1.pgdg+1_arm64.deb
Size: 23520
SHA256: 9bcde4ec115738148e6463b47b3cdc9ad4cc848435fcf43ac11f5d0d0c5c03f4
SHA1: 4f28c3c494bbccff87c44fbe5f1e8cbd8cb3e12a
MD5sum: 1f41c7cc20124983a54816ffc9dec7cd
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.
Timestamp: 2026-02-12 12:47:12+00

Package: libecpg-compat3-dbgsym
Source: postgresql-14
Version: 14.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: libecpg-compat3 (= 14.21-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-compat3-dbgsym_14.21-1.pgdg+1_arm64.deb
Size: 16984
SHA256: e319089be181d18b15bee3008b98bc980fde0d24673865d0a8c7ea6d25bc9bcc
SHA1: 7c0c5e762fa1a083f66b48c1a189408211396e20
MD5sum: 7965bfceaec142a88fb9898078aa9d3a
Description: debug symbols for libecpg-compat3
Build-Ids: 0939a9b347bfa38f4d678eaa79bb4548cce9f4a9
Timestamp: 2026-02-12 12:47:12+00

Package: libecpg-dev
Source: postgresql-14
Version: 14.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1609
Depends: libecpg-compat3 (= 14.21-1.pgdg+1), libecpg6 (= 14.21-1.pgdg+1), libpgtypes3 (= 14.21-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libecpg-dev_14.21-1.pgdg+1_arm64.deb
Size: 277416
SHA256: c077e784bf7c58a80f86060bc98f8184641e143cc7100b6f5e6a67c922f471f2
SHA1: 824b4d72c9b6bfc805dcf1461983796ae842ace8
MD5sum: 983eae3b922b8575ee791f91154c9dd8
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).
Timestamp: 2026-02-12 12:47:12+00

Package: libecpg-dev-dbgsym
Source: postgresql-14
Version: 14.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1193
Depends: libecpg-dev (= 14.21-1.pgdg+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-dev-dbgsym_14.21-1.pgdg+1_arm64.deb
Size: 237696
SHA256: 5126b1d4d05d1358f5b87b0cf7c767fe1686ed4881a937edf852d4dca795439b
SHA1: 6bf161ede8504133ac9540f8af1f92058a08cabf
MD5sum: 0f0a48ad5f93ae97107c83c65ec09775
Description: debug symbols for libecpg-dev
Build-Ids: a912b494811ec68a15535e2afb50eaf1fba9a316
Timestamp: 2026-02-12 12:47:12+00

Package: libecpg6
Source: postgresql-14
Version: 14.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 272
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg6_14.21-1.pgdg+1_arm64.deb
Size: 64352
SHA256: 5858beedc881dc59c57e1b3f7d804a0416aec8b4dc63857d414dec63d24af49a
SHA1: 407159ff87e684399312fa872c44e57520b6a192
MD5sum: 2b171e3506b382801952b2907651c867
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.
Timestamp: 2026-02-12 12:47:12+00

Package: libecpg6-dbgsym
Source: postgresql-14
Version: 14.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: libecpg6 (= 14.21-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg6-dbgsym_14.21-1.pgdg+1_arm64.deb
Size: 112948
SHA256: a50d8b10fdf9fd27d8299b5ef54ac6efbf340820c1780b24ecb47554987b203e
SHA1: 56107c4907e4d511f21be949475d6aaaad16d5da
MD5sum: f12ce53fd6be32ec0d305e8ede908316
Description: debug symbols for libecpg6
Build-Ids: 39d5e56d825583061a8f533f2e09e6fbd9acd125
Timestamp: 2026-02-12 12:47:12+00

Package: libpgtypes3
Source: postgresql-14
Version: 14.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpgtypes3_14.21-1.pgdg+1_arm64.deb
Size: 49364
SHA256: 96150ceb0db3c17d86bb948dcc6ff6175c45da74dc275f1b8026f0dd952da96f
SHA1: aee23e7045da0a8f9742c1f907fc107df80c779c
MD5sum: 64b485d7a256c4bbcaf7432479800b2e
Description: shared library libpgtypes for PostgreSQL 14
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 12:47:12+00

Package: libpgtypes3-dbgsym
Source: postgresql-14
Version: 14.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: libpgtypes3 (= 14.21-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpgtypes3-dbgsym_14.21-1.pgdg+1_arm64.deb
Size: 88508
SHA256: 93b3c23a13f50b7f84e904849b5412be269b109df7602f2c4c5cb2fae526aab6
SHA1: 3db8400765cca92290ab6456533e80607cda3b2c
MD5sum: da82e6ba162b103a61a18cdbba1488a5
Description: debug symbols for libpgtypes3
Build-Ids: 8b312859ae494fdafd81b314fd37f4d01c6818c4
Timestamp: 2026-02-12 12:47:12+00

Package: libpq-dev
Source: postgresql-14
Version: 14.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 595
Depends: libpq5 (= 14.21-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libpq-dev_14.21-1.pgdg+1_arm64.deb
Size: 146944
SHA256: 31148c57c949fe7561b71d6d4ed9d7483f5a9f21672bffd6ffa45b3d52dce73b
SHA1: eb47df5f9d3d2c04958557f07d351486e0417d5d
MD5sum: 237c3318f1a422d62f4ca5ecf489f190
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.
Timestamp: 2026-02-12 12:47:12+00

Package: libpq5
Source: postgresql-14
Version: 14.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 826
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpq5_14.21-1.pgdg+1_arm64.deb
Size: 178080
SHA256: 09b115f0f67eff17d46d5958388f7d45be91f422dac1dadbcfa52a8118ed3a3a
SHA1: b517eb52fb7009427cd6d5a8919b88ca19c98f62
MD5sum: ce27193993e979a7dc06f19b398850f5
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.
Timestamp: 2026-02-12 12:47:12+00

Package: libpq5-dbgsym
Source: postgresql-14
Version: 14.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 621
Depends: libpq5 (= 14.21-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpq5-dbgsym_14.21-1.pgdg+1_arm64.deb
Size: 273684
SHA256: b2cb9e2d07d908cf75518b2acdebb081ce90dae6818c4838707982ff20ceeb59
SHA1: ae90c0f52a1b170f46de2d37aacb998e08bee24b
MD5sum: ce98c17f14777b90ac79c3e5bdec2448
Description: debug symbols for libpq5
Build-Ids: 0d4450faaa1a5e218e7de2c1ebe8bf6dd5c189d2
Timestamp: 2026-02-12 12:47:12+00

Package: libpq-dev
Source: postgresql-15
Version: 15.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 605
Depends: libpq5 (= 15.16-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libpq-dev_15.16-1.pgdg+1_arm64.deb
Size: 147924
SHA256: c4f3eb07bb7e2872d7abc5188375233a3f5bedcaf827d3f9e496de5fcd259b74
SHA1: 313ed554ec123903d42a353fdbab31b12765ff30
MD5sum: cfecbdbb0a386f962ba615cb05eb5d41
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.
Timestamp: 2026-02-12 12:48:05+00

Package: libpq5
Source: postgresql-15
Version: 15.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 914
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpq5_15.16-1.pgdg+1_arm64.deb
Size: 189264
SHA256: cfbdfc5e3f9559c3e0625ba88b6f1ec3838a1ea32afe489a588500c1481f66df
SHA1: 49e5a4f881f69e5c502c43a936969d4e07475898
MD5sum: 6d565a2b906f5a8d8f5d01aef532d73f
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.
Timestamp: 2026-02-12 12:48:05+00

Package: libpq5-dbgsym
Source: postgresql-15
Version: 15.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 642
Depends: libpq5 (= 15.16-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpq5-dbgsym_15.16-1.pgdg+1_arm64.deb
Size: 284100
SHA256: c76351bd528a95e59779e2f44b361b8851522efc56ee5e92e02a7b8d595b9711
SHA1: e8d53c9aae5a3010cb6504406a254064c0526eda
MD5sum: 29f83884ac14f12235d499c31b8d4799
Description: debug symbols for libpq5
Build-Ids: 97dbb8eb34f31ffb01da9c28ae6e4c338db9c9d7
Timestamp: 2026-02-12 12:48:05+00

Package: libecpg-compat3
Source: postgresql-16
Version: 16.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libecpg-compat3_16.12-1.pgdg+1_arm64.deb
Size: 20192
SHA256: 854f73162f02a54818e05a67e49f4d9f262bf479813e7b9208c9a9828d1aac4a
SHA1: 0cda3b968ad3d79ddf418827d3bd5dfca526f9fd
MD5sum: f86ae90689bc277e7126e98256584f6a
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.
Timestamp: 2026-02-12 12:48:57+00

Package: libecpg-compat3-dbgsym
Source: postgresql-16
Version: 16.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: libecpg-compat3 (= 16.12-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg-compat3-dbgsym_16.12-1.pgdg+1_arm64.deb
Size: 16964
SHA256: c28b2e25955c5ae255934ed047c53567808676bf9d79204a86347717ae7a19b7
SHA1: 2e20d4cdc1cf75ef29a12d2f68f499336aa44f2d
MD5sum: 61d042461eff7c8efa112fba580f3d60
Description: debug symbols for libecpg-compat3
Build-Ids: 2d869841f562559cd9bb0361486fb863799a347c
Timestamp: 2026-02-12 12:48:57+00

Package: libecpg-dev
Source: postgresql-16
Version: 16.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1703
Depends: libecpg-compat3 (= 16.12-1.pgdg+1), libecpg6 (= 16.12-1.pgdg+1), libpgtypes3 (= 16.12-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/libecpg-dev_16.12-1.pgdg+1_arm64.deb
Size: 283368
SHA256: 49891a998b894d07a958c7df10a56927b21c6a184f44ec0c5f73185e66569774
SHA1: 00536336866f52011c1801d35ec5ef0c9af6766a
MD5sum: 0960de1382006903aab02ba4822f4577
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).
Timestamp: 2026-02-12 12:48:57+00

Package: libecpg-dev-dbgsym
Source: postgresql-16
Version: 16.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1237
Depends: libecpg-dev (= 16.12-1.pgdg+1)
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg-dev-dbgsym_16.12-1.pgdg+1_arm64.deb
Size: 243656
SHA256: dcd8ec191584400849a191171d861a9badace04c98663e7ba796a436c52b8ded
SHA1: dd388e632e1be87dea7029901bf2d4fafd484028
MD5sum: e139a643088c1447a7208b141aac6a0c
Description: debug symbols for libecpg-dev
Build-Ids: db682f3181526d81fdc25dbfd0e7673b78e1c4ef
Timestamp: 2026-02-12 12:48:57+00

Package: libecpg6
Source: postgresql-16
Version: 16.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 281
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libecpg6_16.12-1.pgdg+1_arm64.deb
Size: 62960
SHA256: 14fe26d759cb8a9e602a717a0d76e83c78bdc1ae511381a50cd314267ff49b98
SHA1: b944a13be194eb4b955c9d03be35ce8adb11ee93
MD5sum: 0e0f34f11aae52e1047da5b2b82ee83c
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.
Timestamp: 2026-02-12 12:48:57+00

Package: libecpg6-dbgsym
Source: postgresql-16
Version: 16.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 223
Depends: libecpg6 (= 16.12-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg6-dbgsym_16.12-1.pgdg+1_arm64.deb
Size: 115492
SHA256: 53d90cbb5b9850800c1de819143ed447e4122e885d0be430563fb8019cff8c6c
SHA1: 6fe94f670918181af539160cd8dc271139f80468
MD5sum: 9d9bcd686b2c7769776174ccd4db00b4
Description: debug symbols for libecpg6
Build-Ids: d5810fcc44396a744f6d798f5d646a0688b8532e
Timestamp: 2026-02-12 12:48:57+00

Package: libpgtypes3
Source: postgresql-16
Version: 16.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libpgtypes3_16.12-1.pgdg+1_arm64.deb
Size: 46520
SHA256: 384ce8fae17750bac0eb8eb27066bd279ae76a45ccdf16e73b9cf94f8bfb5d18
SHA1: 799b4024915d1ca961612b5386ab9be61e3861d5
MD5sum: 7c0badcd0dcd61a03aaddb23ab13c53c
Description: shared library libpgtypes for PostgreSQL 16
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 12:48:57+00

Package: libpgtypes3-dbgsym
Source: postgresql-16
Version: 16.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: libpgtypes3 (= 16.12-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libpgtypes3-dbgsym_16.12-1.pgdg+1_arm64.deb
Size: 89288
SHA256: e31be004059a73d7b1ee2939b3270f86c543fff1d5da74046768f2ebf997ce58
SHA1: 27a0e909c585fdab3a188f59f14c9dfea2d8ceeb
MD5sum: ed5a7b64e75b9ee2ed83afc2d16178a2
Description: debug symbols for libpgtypes3
Build-Ids: 333d418cabcbd6763c9915b260cf8bf1cd7d524f
Timestamp: 2026-02-12 12:48:57+00

Package: libpq-dev
Source: postgresql-16
Version: 16.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 604
Depends: libpq5 (= 16.12-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/libpq-dev_16.12-1.pgdg+1_arm64.deb
Size: 148016
SHA256: 6318c3295dc8e8b2de77e3775cf5bbcff46a6dcbde7d440b18f139a79d0cc3be
SHA1: de9151390fa041b0c303feb07de43ee0a35ccf28
MD5sum: 0c2eae50c5b891126d97c036beb35dfc
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.
Timestamp: 2026-02-12 12:48:57+00

Package: libpq5
Source: postgresql-16
Version: 16.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1102
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libpq5_16.12-1.pgdg+1_arm64.deb
Size: 219956
SHA256: 06904268bc4b7afdeb2638f2b7dab28ebaa4bc51b4dc52a5e88f54b39349f915
SHA1: 8c4aabb1b2cf1dd1c0ec1a4084019821d9d1a13b
MD5sum: 699e37ce4aaea6aa3a0db941009a99ce
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.
Timestamp: 2026-02-12 12:48:57+00

Package: libpq5-dbgsym
Source: postgresql-16
Version: 16.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 659
Depends: libpq5 (= 16.12-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libpq5-dbgsym_16.12-1.pgdg+1_arm64.deb
Size: 291892
SHA256: d7170102b3800d6bcc0f69407b8d01323d9ddd29c59d17a6cc59aa410e24acf2
SHA1: 82e13eb4c44f10b8066b76746229eba75b6fb4e9
MD5sum: 31f4faf5ecd31ab9c719344beb35e750
Description: debug symbols for libpq5
Build-Ids: b22c480b9e25ec4b817a3c91c27cd0d34ccff1c2
Timestamp: 2026-02-12 12:48:57+00

Package: libecpg-compat3
Source: postgresql-17
Version: 17.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libecpg-compat3_17.8-1.pgdg+1_arm64.deb
Size: 17800
SHA256: a46e6d3f28a5f5996d49709723e38e72f5aa15a04e455743f3695f0a6487be4b
SHA1: bd40fba8d9e5c16c1f306416182fc9f4dd26f3e3
MD5sum: 153c80563185516c66b351684bf44e47
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.
Timestamp: 2026-02-12 12:49:47+00

Package: libecpg-compat3-dbgsym
Source: postgresql-17
Version: 17.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: libecpg-compat3 (= 17.8-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libecpg-compat3-dbgsym_17.8-1.pgdg+1_arm64.deb
Size: 17024
SHA256: 82ef31a1184ffcf8c8723696840cfd81ffbb6a79f7572efc4e5262c179788822
SHA1: c9532ec26ce87856e6b3d903720d2e2b596c242b
MD5sum: 7106292f86dd7e0bdbb938c6e65dc6f6
Description: debug symbols for libecpg-compat3
Build-Ids: b262a60f1301765d57578669186ebee849706c0d
Timestamp: 2026-02-12 12:49:47+00

Package: libecpg-dev
Source: postgresql-17
Version: 17.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1700
Depends: libecpg-compat3 (= 17.8-1.pgdg+1), libecpg6 (= 17.8-1.pgdg+1), libpgtypes3 (= 17.8-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libdevel
Filename: pool/17/p/postgresql-17/libecpg-dev_17.8-1.pgdg+1_arm64.deb
Size: 285672
SHA256: 487aae6ebc11d2155de290a5abd64141d97abfe84057311887233756f7c6a9a5
SHA1: b9fb236efda74691f69eaf8db92afa9ddb850df6
MD5sum: b755724672ffc581b65ec3e61b43e2e0
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).
Timestamp: 2026-02-12 12:49:47+00

Package: libecpg-dev-dbgsym
Source: postgresql-17
Version: 17.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1303
Depends: libecpg-dev (= 17.8-1.pgdg+1)
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libecpg-dev-dbgsym_17.8-1.pgdg+1_arm64.deb
Size: 249988
SHA256: 5fdb36053a1c4bd5cdcb4b324c3364c567537e048eadedb8701db3ae456c4c94
SHA1: f7db27637d0ce13a972e659a180ea8b38de15438
MD5sum: 2803a4cfd26641f34bc5383c58993d9a
Description: debug symbols for libecpg-dev
Build-Ids: 4a783f64494e8aea52b19715c735676b4edd56d8
Timestamp: 2026-02-12 12:49:47+00

Package: libecpg6
Source: postgresql-17
Version: 17.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 278
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libecpg6_17.8-1.pgdg+1_arm64.deb
Size: 60688
SHA256: c6852f21ec6ccda13d0f03a10578797614f4875176c720617454a24941941c48
SHA1: 73db247d9fdea0ad96ee2eaae16670edbc2b50c8
MD5sum: bc25a5268887dd6d5a2be794e55e56a6
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.
Timestamp: 2026-02-12 12:49:47+00

Package: libecpg6-dbgsym
Source: postgresql-17
Version: 17.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 223
Depends: libecpg6 (= 17.8-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libecpg6-dbgsym_17.8-1.pgdg+1_arm64.deb
Size: 115396
SHA256: 51ec0661096ae2e1d10cd762405f083f8087a948ff04c5c23f52d4a3604ad79c
SHA1: 1ef82d61bccb4b1c77591c975aa66a82b938ca75
MD5sum: 45e756c5820a05ef8dfb397cb05ae3bf
Description: debug symbols for libecpg6
Build-Ids: d6a64e2c4e01a6f7b0b50b63c53cffc8affd162f
Timestamp: 2026-02-12 12:49:47+00

Package: libpgtypes3
Source: postgresql-17
Version: 17.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libpgtypes3_17.8-1.pgdg+1_arm64.deb
Size: 44204
SHA256: 6c431e301f6696936d27c9d77df2e4c41bf3bed6aa0cfa5139c4bef08257c361
SHA1: bbb53e1288b764fd289eaec2ac09e331a9dd926a
MD5sum: 9a11e9c30fbb3e338c73ffc44b464536
Description: shared library libpgtypes for PostgreSQL 17
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 12:49:47+00

Package: libpgtypes3-dbgsym
Source: postgresql-17
Version: 17.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: libpgtypes3 (= 17.8-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libpgtypes3-dbgsym_17.8-1.pgdg+1_arm64.deb
Size: 89252
SHA256: 5b3c143142b0c2da1d378c0e82edab425d71f77b9e5ac83de92e86af6a127661
SHA1: 9acef8c96833e99ddf907abadcaba7909c388129
MD5sum: 1c2a66c2345365070fa8bfecc4590ccc
Description: debug symbols for libpgtypes3
Build-Ids: ad0b503c438f5b06c412bb4bb2e5991913c6ad75
Timestamp: 2026-02-12 12:49:47+00

Package: libpq-dev
Source: postgresql-17
Version: 17.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 620
Depends: libpq5 (= 17.8-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libdevel
Filename: pool/17/p/postgresql-17/libpq-dev_17.8-1.pgdg+1_arm64.deb
Size: 150108
SHA256: a83f58b08924d5513858d895429f1f02960a6311e724adf349e371d07cbd4906
SHA1: 3eb90f12a223117cadb5c87b7167b7a3f0a5c55d
MD5sum: 7e3d29f4d4c6a044ee86a4a01bc32880
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.
Timestamp: 2026-02-12 12:49:47+00

Package: libpq5
Source: postgresql-17
Version: 17.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1112
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Recommends: ca-certificates
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libpq5_17.8-1.pgdg+1_arm64.deb
Size: 222460
SHA256: f8b8265671158455a48298bcbc0c8d907d4a2c6e1ce90ec992368e0d33072c51
SHA1: 009702a22066face5bf756c972d343d79ce89681
MD5sum: bdeac8c550bda259db991f741e25c729
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. SSL certificate validation (the sslrootcert=system connection
 option) requires the ca-certificates package.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 12:49:47+00

Package: libpq5-dbgsym
Source: postgresql-17
Version: 17.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 674
Depends: libpq5 (= 17.8-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libpq5-dbgsym_17.8-1.pgdg+1_arm64.deb
Size: 299316
SHA256: 3d9c34c76497bb280f52041a1ef733164afca5b0596a085512b7189897d38473
SHA1: 879e28ce8b1b7de61808f552a4b5ee12d4a8bf57
MD5sum: e777702d72bbe1368667a29e94ec20f4
Description: debug symbols for libpq5
Build-Ids: 2c14e717599e9c430e03935fa9a116fa2daa5ceb
Timestamp: 2026-02-12 12:49:47+00

Package: postgresql-18-jit
Source: postgresql-18
Version: 18.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26146
Depends: postgresql-18 (= 18.2-1.pgdg+1), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libllvm21 (>= 1:21.1.0), libstdc++6 (>= 5.2)
Provides: postgresql-18-jit-llvm (= 21)
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-18-jit_18.2-1.pgdg+1_arm64.deb
Size: 10896296
SHA256: f51841a1c24689a032d792f425b8cd1d89b6721d367fe626d8addfb3386d4ea4
SHA1: 639c4519ab75cdb81418fa8358c33a854040253b
MD5sum: 96ed83d1106e97a63bb811e3e6459c27
Description: LLVM JIT support for PostgreSQL 18
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides LLVM-based query JITing for PostgreSQL 18.
Timestamp: 2026-02-12 22:34:30+00

Package: libecpg6
Source: postgresql-18
Version: 18.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 275
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libecpg6_18.2-1.pgdg+1_arm64.deb
Size: 57256
SHA256: 6cf5ed1bab388a5ae4c0a0ff3f2c5af3d340edc0bd43cfaa86efe28900e432ec
SHA1: d356a91dcb99b2486940ac4c76dc6872fa3c198d
MD5sum: c824dc3db364447f5db3faa416244f19
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.
Timestamp: 2026-02-12 22:34:30+00

Package: libecpg6-dbgsym
Source: postgresql-18
Version: 18.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 222
Depends: libecpg6 (= 18.2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libecpg6-dbgsym_18.2-1.pgdg+1_arm64.deb
Size: 114696
SHA256: 18808e02fadec57d7f0d1d86141793d3d4d88b762a0b7c31d975fe72d36032a0
SHA1: 34da1cbdf9dca1033e4203740727fcdad660e91a
MD5sum: d6d9a81655b8f856bc8d23772d6a2449
Description: debug symbols for libecpg6
Build-Ids: 74a9cccdc84cc15ad576dfa6b67c5b8590fa8479
Timestamp: 2026-02-12 22:34:30+00

Package: libecpg-compat3
Source: postgresql-18
Version: 18.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libecpg-compat3_18.2-1.pgdg+1_arm64.deb
Size: 14584
SHA256: 261e161d8310949b3fdf0a09d0f1fbd0b25d376e20a3e88f5b0a8d3b9420c998
SHA1: 3d92f8fdb31560d9517be0281d89a4a23febeb8c
MD5sum: 30dafd9b7c5275613191bafa58e77719
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.
Timestamp: 2026-02-12 22:34:30+00

Package: libecpg-compat3-dbgsym
Source: postgresql-18
Version: 18.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: libecpg-compat3 (= 18.2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libecpg-compat3-dbgsym_18.2-1.pgdg+1_arm64.deb
Size: 17072
SHA256: a92bc39528945a3bc2c58d99dd63be1a945cf3d790b67d78044aeace700fcc7f
SHA1: dffd26a7c3e52ed316c5034143b598e31829c381
MD5sum: 743ed62b429f451c8a5ab46e2815ae4f
Description: debug symbols for libecpg-compat3
Build-Ids: 8c24e429ed8990bd3d1b1a9fe159ae79d4ba813e
Timestamp: 2026-02-12 22:34:30+00

Package: libecpg-dev
Source: postgresql-18
Version: 18.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1567
Depends: libecpg-compat3 (= 18.2-1.pgdg+1), libecpg6 (= 18.2-1.pgdg+1), libpgtypes3 (= 18.2-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-18/libecpg-dev_18.2-1.pgdg+1_arm64.deb
Size: 251544
SHA256: 1f9ac8bca6394f4bf7a58ee3ae1f90e4c5426e4f9b57591df19d04a281bdc6a4
SHA1: 4945f9b817f4e7cb4694cf38282ec8b95e01906e
MD5sum: 6c1406d469d3195453baf4ff62fae6ec
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).
Timestamp: 2026-02-12 22:34:30+00

Package: libecpg-dev-dbgsym
Source: postgresql-18
Version: 18.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1059
Depends: libecpg-dev (= 18.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libecpg-dev-dbgsym_18.2-1.pgdg+1_arm64.deb
Size: 170928
SHA256: 4cb5e3958a2208836e39c9e2d578acf1bcbede38fadd7833c36d380cec732239
SHA1: 1790912ce0d2ce92b420c3cf92aa1d3d49753332
MD5sum: ebdf5a2bd0442dd9bf6019f6603ba114
Description: debug symbols for libecpg-dev
Build-Ids: b2642086aae0914dc19805dbab7cc9eaaeedf38d
Timestamp: 2026-02-12 22:34:30+00

Package: libpgtypes3
Source: postgresql-18
Version: 18.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 161
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libpgtypes3_18.2-1.pgdg+1_arm64.deb
Size: 40812
SHA256: f88aa4070c87d496ced0d3aac4addf6b16e3b9b1ddb7c654cad9be5db8f33978
SHA1: b5eaa6f5a3ead7b5d903529cde7b12f743bb03dd
MD5sum: 0d2ba800381740d965f5f8da52a17d7c
Description: shared library libpgtypes for PostgreSQL 18
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:30+00

Package: libpgtypes3-dbgsym
Source: postgresql-18
Version: 18.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: libpgtypes3 (= 18.2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libpgtypes3-dbgsym_18.2-1.pgdg+1_arm64.deb
Size: 89748
SHA256: 981ba4091cea06032008468bd791b8ce2344d9944d6bbeef576a76c65210ae9f
SHA1: 7b9aedc882287a9b2bbcffdf1a9a8f3f3ff1f144
MD5sum: b8c2b97c7f949e0bba3f835ef75aa1fc
Description: debug symbols for libpgtypes3
Build-Ids: 9078365c24140a46d1bfa8ecd162f97f55d19045
Timestamp: 2026-02-12 22:34:30+00

Package: libpostgresql-jdbc-java
Source: libpgjava
Version: 42.7.10-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 1118
Provides: libpg-java, libpgjava
Built-Using: libscram-java (= 3.2-1.pgdg+1)
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: java
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java_42.7.10-1.pgdg+1_all.deb
Size: 1037088
SHA256: de9b8557f6b3f867a04e167d1969035eea11cab6d8983c1b0e50d5a527b9c257
SHA1: 13b1e38c193adfaacbd3408135577ba59f09543f
MD5sum: f52c135c9b2d71c1706eb7c74c8b7c62
Description: Java database (JDBC) driver for PostgreSQL
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
Timestamp: 2026-02-12 22:34:30+00

Package: libpq5
Source: postgresql-18
Version: 18.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1303
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Recommends: ca-certificates
Suggests: libpq-oauth
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libpq5_18.2-1.pgdg+1_arm64.deb
Size: 248420
SHA256: 7184ba61836c9d0bf28cf294a5b87d06ee01dd7627104544c8e0bd0725175fa6
SHA1: 0a52d7decb0bf9697f35640fbadd30cc5ad2a3ca
MD5sum: d2b51bec1736d463731fed80e7e68bd4
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. SSL certificate validation (the sslrootcert=system connection
 option) requires the ca-certificates package.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:30+00

Package: libpq5-dbgsym
Source: postgresql-18
Version: 18.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 756
Depends: libpq5 (= 18.2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libpq5-dbgsym_18.2-1.pgdg+1_arm64.deb
Size: 342808
SHA256: 5374425625f754af086e15c46e1e40b2f9252f1a8de94d6e5152fde7ba9d9e21
SHA1: c05be490b2672441aca6958842fba438c8ec71ae
MD5sum: 9d87e835718055d53fa2c6a5a9ca2544
Description: debug symbols for libpq5
Build-Ids: 94e65991c227182cc7240dfe16accff92c9bc420
Timestamp: 2026-02-12 22:34:30+00

Package: libpq-dev
Source: postgresql-18
Version: 18.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 703
Depends: libpq5 (= 18.2-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-18
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-18/libpq-dev_18.2-1.pgdg+1_arm64.deb
Size: 164076
SHA256: 5e849d89c1651c27eeb0b2da2d479871e6602b322496134a15f57894dd7f6e32
SHA1: 9efd2f2cbfc085f4f67cfbfee135ca58b076e937
MD5sum: bdf3ac2d962616e763db58e49281e60b
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.
Timestamp: 2026-02-12 22:34:30+00

Package: libpq-oauth
Source: postgresql-18
Version: 18.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: libpq5 (= 18.2-1.pgdg+1), libc6 (>= 2.38), libcurl4t64 (>= 7.16.3)
Provides: libpq-oauth-18
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libpq-oauth_18.2-1.pgdg+1_arm64.deb
Size: 37656
SHA256: f57a81823aefb41c1aeb671694ec4d48edb72a5daaf8ed61530ee5f1868f3322
SHA1: 21c83ea3cd7ea39af9ef4ed1a1eb1d00fda12089
MD5sum: b1a261e2e90cc38425e47406ad0a00d6
Description: PostgreSQL C client library - OAuth flow
 libpq-oauth is an optional module for libpq5 implementing the Device
 Authorization flow for OAuth clients (RFC 8628). It is maintained as
 its own shared library in order to isolate its dependency on libcurl.
 (End users who don't want the Curl dependency can simply choose not
 to install this module.)
 .
 If a connection string allows the use of OAuth, and the server asks
 for it, and a libpq client has not installed its own custom OAuth
 flow, libpq will attempt to delay-load this module using dlopen() and
 the following ABI. Failure to load results in a failed connection.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:30+00

Package: libpq-oauth-dbgsym
Source: postgresql-18
Version: 18.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 201
Depends: libpq-oauth (= 18.2-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libpq-oauth-dbgsym_18.2-1.pgdg+1_arm64.deb
Size: 103716
SHA256: 24f3386c0363328f537637af7b44e8ef5dbb20e4731d8ba52f7f15a833e1040e
SHA1: ae0385505dea59983cb85cc53ccdbf17307ef4cd
MD5sum: f7ecb015bdcb32f3007ef425de1dce7b
Description: debug symbols for libpq-oauth
Build-Ids: 8aa3c219946d33d2d357a02f28dbb61f1459e08a
Timestamp: 2026-02-12 22:34:30+00

Package: pgagroal
Version: 2.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 948
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.38), liblz4-1 (>= 0.0~r130), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/agroal/pgagroal
Priority: optional
Section: database
Filename: pool/main/p/pgagroal/pgagroal_2.0.0-1.pgdg+1_arm64.deb
Size: 331256
SHA256: f66a16a67f2bc30448e20d1a7eb31b75eb048cf3be30620c68cbd25cc735cba1
SHA1: a963bf9b60984ad9e058058452ad17243e585966
MD5sum: 3985d75c1f5a55fd15fe1d697f8904b5
Description: High-performance connection pool for PostgreSQL
 pgagroal is a high-performance protocol-native connection pool for PostgreSQL.
 .
 Pronounced: p-g-a-gro-al, named after Agroal in Portugal.
 .
 Features:
  * High performance
  * Connection pool
  * Limit connections for users and databases
  * Prefill support
  * Remove idle connections
  * Perform connection validation
  * Enable / disable database access
  * Graceful / fast shutdown
  * Prometheus support
  * Grafana 8 dashboard
  * Remote management
  * Authentication query support
  * Failover support
  * Transport Layer Security (TLS) v1.2+ support
  * Daemon mode
  * User vault
Timestamp: 2026-02-12 22:34:30+00

Package: pgagroal-dbgsym
Source: pgagroal
Version: 2.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1139
Depends: pgagroal (= 2.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgagroal/pgagroal-dbgsym_2.0.0-1.pgdg+1_arm64.deb
Size: 531148
SHA256: ebd94701c47b728447e8ec9fd892da25e04fb435e1cafc1eec2221f0b1caef8a
SHA1: cbe2da2948bcdba96cca6c63e160848640519fb4
MD5sum: 1ade3817b85274989054ab22e90853ef
Description: debug symbols for pgagroal
Build-Ids: 8bb6dc19df3a5d40a47c22f795aea380f1e383fb a3b95d18b570bb876363c370c1ed5d9f61a2bf96 af3f689d9d8adda6693e80e1808b9bb88615e698 b00a9966c212fe222f4d8347cb871d1ce0555920 fe298b6455f2d0de621928058cbfd1d8b29d5ddf
Timestamp: 2026-02-12 22:34:30+00

Package: pgmodeler
Version: 1.2.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20814
Depends: pgmodeler-common, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libpq5, libqt6core6t64 (>= 6.9.1), libqt6gui6 (>= 6.9.1), libqt6network6 (>= 6.1.2), libqt6printsupport6 (>= 6.1.2), libqt6svg6 (>= 6.6.0), libqt6widgets6 (>= 6.4.0), libstdc++6 (>= 14), libxml2-16 (>= 2.14.1)
Homepage: https://pgmodeler.io/
Priority: optional
Section: database
Filename: pool/main/p/pgmodeler/pgmodeler_1.2.3-1.pgdg+1_arm64.deb
Size: 5815152
SHA256: 2e363f300f0575740905ac8c413d7b4f1a06d3add8afc44900092d08c49101b5
SHA1: 25feaf4baefdc34fa1fa32516177bf7856720a9d
MD5sum: da3072afb93392d0b98541bb22426139
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.
Timestamp: 2026-02-12 22:34:30+00

Package: pgmodeler-common
Source: pgmodeler
Version: 1.2.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2096
Multi-Arch: foreign
Homepage: https://pgmodeler.io/
Priority: optional
Section: database
Filename: pool/main/p/pgmodeler/pgmodeler-common_1.2.3-1.pgdg+1_all.deb
Size: 392392
SHA256: dfc82eea7a0eeaf6ecb8736386360ed3b38e245ffb4ad3b50e1a8f4334ae14ae
SHA1: d85d06154184b4384c5b162323b511528448afd9
MD5sum: ec8b18779e19dcb34750077f4d680bd9
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.
Timestamp: 2026-02-12 22:34:30+00

Package: pgmodeler-dbgsym
Source: pgmodeler
Version: 1.2.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107423
Depends: pgmodeler (= 1.2.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmodeler/pgmodeler-dbgsym_1.2.3-1.pgdg+1_arm64.deb
Size: 81390896
SHA256: 81f89e4694d72c12add202d401a86ecbd168e9be4bcc65d467abaad2f3d7c81e
SHA1: 2a6acadec3ebfc5d2fb5cb327bf253b1160b1c8c
MD5sum: 55aa6f32f9154402b4f170d681e6c002
Description: debug symbols for pgmodeler
Build-Ids: 1a37ba071bb9084d10416bea0ba25bed25492079 1a849637933214ee01f8102370fef6a4788f2f59 3c28a5aa0a22e6011a1306d26b504257d670597a 524e167fd8b3fd2a5c95d6e4e0884005a6aa566a 54d05022356bcfc47069278d9d6823b362590392 75dddb05571a4fd6e7a86867b7fbcdb28e7fe4ed 9711e89b0afe5c26915e341c8269db115537866e a1f5456803bc0600f3309cbc92df1404986edc8e a3c83f3a17f3e503920f6fb1c8913090c8fa1e01 e16d04baeb9e50b02f172501c0a838fd60b0fc8f ed8231c8a295f675c1e8e39d1d0384f2c0ee377e
Timestamp: 2026-02-12 22:34:30+00

Package: postgis
Version: 3.6.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 644
Depends: libc6 (>= 2.38), libgdal38 (>= 2.0.1), libgeos-c1t64 (>= 3.6), libpq5, libproj25 (>= 5.2.0), perl:any
Recommends: postgresql-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.6.2+dfsg-1.pgdg+1_arm64.deb
Size: 148520
SHA256: f862f04b921b50f820877ad3c0444415f92a2f794735ae1f114eab6c507aa2aa
SHA1: e30cc5d2d7589e8015398e0c336498145540de85
MD5sum: 6b1b976a2fd8fd4ceeccc1ff113229d8
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2026-02-12 22:34:30+00

Package: postgis-dbgsym
Source: postgis
Version: 3.6.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 935
Depends: postgis (= 3.6.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.6.2+dfsg-1.pgdg+1_arm64.deb
Size: 539684
SHA256: e56d61b9568fa958f2b7b82993ddd2932ab0eb7ea08fe75ba3ed27c918878fb3
SHA1: ec5a14aca74fe34824d5fbc0e0ad2ec932d4c42f
MD5sum: 9eaf5afe23ac912d496cd084b6465ec2
Description: debug symbols for postgis
Build-Ids: 072007ccb74d99a798930ef3db16bf63aa2dca07 9f971922e1ea4e40d0a181a8f2ff1ca62d61cb8f d15ccc5e10ada300d1220cbc3b48bd9a34fd14c9
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql
Source: postgresql-common (289.pgdg+1)
Version: 18+289.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-18, debconf (>= 0.5) | debconf-2.0
Suggests: postgresql-doc
Provides: postgresql-contrib (= 18)
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_18+289.pgdg+1_all.deb
Size: 18428
SHA256: 963a464861a6ff1ef277b4a76ceeaf4cdf558ad3e3dd3512e891f5d3d4d66d8a
SHA1: 5d79ac28025d2d750fc2e01257b9718625f0a7e8
MD5sum: f64f588c3da453b33b334628419fca31
Description: object-relational SQL database (supported version)
 This metapackage always depends on the currently supported PostgreSQL
 database server version. It also offers to automatically upgrade the
 "main" database cluster to the lastest supported major 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.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-10-preprepare
Source: preprepare
Version: 0.9-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-10, libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-10-preprepare_0.9-10.pgdg+1_arm64.deb
Size: 9364
SHA256: d26352b386b7a1abb0313a031d38ca48c13a559adc237e4ad15e33d72c75f7d7
SHA1: 9c26cd238905011d5321c0c209e32f1004dc2eaf
MD5sum: 2e0eaf1242ee13a6823e930e3d2bf9c0
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.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-10-preprepare-dbgsym
Source: preprepare
Version: 0.9-10.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-10-preprepare (= 0.9-10.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-10-preprepare-dbgsym_0.9-10.pgdg+1_arm64.deb
Size: 15772
SHA256: a39f2c37cb2b4d5e4dea61e46415398d5be6865a67cbc5bde894eb1e3d514dab
SHA1: 190caf0f509a230f2f22c87b529ec7a5e494d1e9
MD5sum: af88a219e5fe05e66e9881f9ce79b62a
Description: debug symbols for postgresql-10-preprepare
Build-Ids: f3f98ef8c46cb2ae8e54a1289e4c53a12cb364b1
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-11-icu-ext
Source: icu-ext
Version: 1.10.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 126
Depends: postgresql-11, libc6 (>= 2.17), libicu76 (>= 76.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext_1.10.0-3.pgdg+1_arm64.deb
Size: 36940
SHA256: 31f0bda85511d040735e835ab0f59d863808aafc28074bddb03ca741661e209f
SHA1: 69638441abe841344f94d3e3410f6f2d68f5391f
MD5sum: ac060717d82716409266df9d6e088eea
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-11-icu-ext-dbgsym
Source: icu-ext
Version: 1.10.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-11-icu-ext (= 1.10.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext-dbgsym_1.10.0-3.pgdg+1_arm64.deb
Size: 90784
SHA256: b39a6b657e6d2bc1e1566a49fc47ab5924c73c7d1462c6d48e74c749c30a219f
SHA1: 9d6f923ded4ba6f4e9eca91a2db566961160a7e2
MD5sum: 6a5028e726f8148f167671f60d2ec009
Description: debug symbols for postgresql-11-icu-ext
Build-Ids: e8d1f578353612791fffa3a4176abe5b6065da87
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-pltcl-13
Source: postgresql-13
Version: 13.23-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-13 (= 13.23-2.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13_13.23-2.pgdg+1_arm64.deb
Size: 47008
SHA256: 777fa49450895cf315efb49e423ce424afb806137bf755de44a928c79c1d273b
SHA1: 362786488a1869569a11777fe3a8d16b43b59ce2
MD5sum: 75c57a97a6af51b77442b8ea0cf5073e
Description: PL/Tcl procedural language for PostgreSQL 13
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Tcl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-11-preprepare
Source: preprepare
Version: 0.9-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-11, libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-11-preprepare_0.9-10.pgdg+1_arm64.deb
Size: 9360
SHA256: a7a54e5833c79db82794a50fea3169040631fe11f1a0576bf32b7c99a05cbbd9
SHA1: 7dedf681900610cd3949aa347a894acb83893937
MD5sum: 56740769e06032276764b79bf626ec8c
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.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-11-preprepare-dbgsym
Source: preprepare
Version: 0.9-10.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-11-preprepare (= 0.9-10.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-11-preprepare-dbgsym_0.9-10.pgdg+1_arm64.deb
Size: 15916
SHA256: 8d2337b43a60a67bc46cea1fc4b588c5451022547595c971c023fb76cc749411
SHA1: a9970c6d45cc9ef2f0ebb3ae4d100e43646fed65
MD5sum: c9b6dac2bc3b8a905b54a0033a4841dd
Description: debug symbols for postgresql-11-preprepare
Build-Ids: 710f412b7976eafd46fa08874ca68417ef544d16
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-12
Version: 12.22-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30791
Depends: locales | locales-all, postgresql-client-12, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-12_12.22-4.pgdg+1_arm64.deb
Size: 5527876
SHA256: 71fd66665c0580c9d13ea3343c2a05cefa369f091a12fc1e6d3efad875a223de
SHA1: a80c14f22211b6913a8326ab87bca72a2f5fbd17
MD5sum: a947cd7fbf4ed723b4dbbe8103ca7e3c
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 12.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 201909212
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-12-age
Version: 1.5.0~rc0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 705
Depends: postgresql-12, libc6 (>= 2.38)
Homepage: https://github.com/apache/age
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12-age/postgresql-12-age_1.5.0~rc0-2.pgdg+1_arm64.deb
Size: 174708
SHA256: bd4b46ebe4ec76f5590d35fc53a4a55269cd5d76e13107f66235faa402219775
SHA1: 12e2d89410fe69e5d2822d3b4310b33da227fdcb
MD5sum: 099ffbcc7e2dda8f1f8c86700bdc0c8e
Description: Graph database optimized for fast analysis and real-time data processing
 Apache AGE is an extension for PostgreSQL that enables users to leverage a
 graph database on top of the existing relational databases. AGE is an acronym
 for A Graph Extension and is inspired by Bitnine's AgensGraph, a multi-model
 database fork of PostgreSQL. The basic principle of the project is to create a
 single storage that handles both the relational and graph data model so that
 the users can use the standard ANSI SQL along with openCypher, one of the most
 popular graph query languages today.
 .
 This package contains Apache AGE for PostgreSQL 12.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-12-age-dbgsym
Source: postgresql-12-age
Version: 1.5.0~rc0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1210
Depends: postgresql-12-age (= 1.5.0~rc0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12-age/postgresql-12-age-dbgsym_1.5.0~rc0-2.pgdg+1_arm64.deb
Size: 601792
SHA256: 7de9e3ef5be82eaa78b05b5f467505992f020d7365dfa27d1e68a24273f5ad13
SHA1: 669d13cc0251f9e35d5618230743ee92be219db9
MD5sum: 3066f3c5ba4f60c77430d7a84a686e81
Description: debug symbols for postgresql-12-age
Build-Ids: e8413acf22e3ac2744578158347e320736bbc6d5
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-12-credcheck
Source: credcheck
Version: 4.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-12-credcheck_4.5-1.pgdg+1_arm64.deb
Size: 33908
SHA256: 8312a6e27db1ed99f96c76794cf99d8271378abcc58ca027221d4bd53f779b92
SHA1: ccd75ce85f57d202c9bb21534febb7525bb449ce
MD5sum: 5e46f0be304744835e2ca77745cb7da4
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-12-credcheck-dbgsym
Source: credcheck
Version: 4.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: postgresql-12-credcheck (= 4.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-12-credcheck-dbgsym_4.5-1.pgdg+1_arm64.deb
Size: 71720
SHA256: 2410235e9353135e60a58ddb34041a9640367f70dfd3a4a72c9e3245e53500cb
SHA1: c92134aef1fba0c2711a75d36173c47c1c4a68ac
MD5sum: e23f9b6dc9f5ae33d283d04b677c47bf
Description: debug symbols for postgresql-12-credcheck
Build-Ids: eba27db70b0b3aa9e70d18880ebfcec5af6718ac
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-12-dbgsym
Source: postgresql-12
Version: 12.22-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28873
Depends: postgresql-12 (= 12.22-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-12-dbgsym_12.22-4.pgdg+1_arm64.deb
Size: 13932756
SHA256: 5a0aef388219e6cdcf099bad16310ed1075472c062381fda1253024fd3f4c55b
SHA1: 57b0683981ab14c327a081752d71d219726da6f2
MD5sum: ca7187369cfdcbcb8ae5f6c50955c0c2
Description: debug symbols for postgresql-12
Build-Ids: 01801565386deefddf850c843d76f98528ff1f6a 031b4b1a637f05a9ab89ca8d46b669874d8ce9aa 03f882c24a932fe1dbabd169d2fdc58b1442aa4c 0a18f1e7765a4b0761204d77dc230b2e50f1cfac 0a4fa5b4ac071aca205b3a7d0d9ace4e24a30f86 0d22a091da081286bf12490db2a025a4876a04b1 16961679598767f3d3066485b2b231a7ea07df45 18d20c4888531c7fbf869c0ca55d905a9e42abfd 1e6b6c019a725d0f08a887d156bada3ca8a89e76 22cc00a98a6ec441baf14f1935f36b0bdf82f746 23ac7d37a229e69027a403d3c68cd3d8f1791b57 23d463b426b15fac7318b7a1764784c6271d8b8c 24c1b23d12ccf61059f4d753c36803626915bc9e 24dd1a11fe8c4078294365cc8876e932ddc88926 24ebdb0c99ea3e7b174c5feba173cf945de8940a 2980564274ab3e13d4729a28fc95a33487bb2c3d 2c07c262ad81137603a8c7a5c83bde1d52a5431a 2e6d7eb1d06925770fef3760c74b1e983f71d038 2eb6d26a83aeb9b230a28cfb390fcdc34925edd3 2f2ec702d47deb75873c739132a5d67911158558 3000838567ce52f61286d04c873a537f94580734 36f5243dddcdb4e49fae180ab6e8317c32148ba7 3b7839c325da543a0c588ab9399f226864024bd4 3ca4201d67d7e560d39aa70fc95de6c7f1e7565b 3ca755b68807b4abceb51d7996169b16e7f61173 40ab6f84a0ab7142756f816e90ec762c4c71d659 419ecbcff376934820b9a8f501f637d27cd7df22 4b1bdd90ea7cecad218cc35dcbc829d32b604934 545edaf3880376541bab0ef47e4d24d51e791af7 56f0b7a2d0930a6825df9b46b4d199de75ade6e2 576675754517033cb3d319c92e480b3d853b6944 5e143ff7716a5ec014016a43289b1a18d8ee27ab 5e407091ce82a9be482a99d211aabbab62428884 610b15adf2ee7af31784dbe046f6842824138823 65197b6706b33c9d10f64a4a98219b0b8b471e71 6519fe5c51a8a11156cfe5002ac46518e87a97a8 65e726c294b05ac6b2cc5771692db5d80596bba4 68523943ed5aa2bbf6dd0ab15096a3787a2b6c19 68bf4e0d3723a55182844eb764e57de58dc9dfed 697aa2b607119a94b60541c418084690f1f9a6cd 6b2da72b810983ddfd2e8dc376832a644c28bf96 6c7e55e9ed138429ce434d786dd66faf05b09137 6ca8fdfdc579f85d0b68c56bb610f9e420c80c47 6d3c8d801c49a69f410dc0999dd2bf10c3653759 6f6a1ca6d800ec40b0eaf3230bf1fb0da9fad75f 73ee7971dad51767b7588bd51cb0534ca173dc3a 740607573c67a30a84122b4bce030aec13a2d205 797a15d249f099ac07513a8fc9f711e001b7f0f6 7b4a370d9f45b5fcc8bf6699c3b2adadeb156c88 7d77210d28304cf8825f2d15efc4e76055ef3cb7 8721cc2f232b2602f52ea70159182acffa01e159 879f3683b149b0facb466e918eeadc5dacf7ecbd 91a2cdf087267e13bd70c4353e1c81ebc42f0ba3 956760e1a94eadf159aaa18f31c328830e700202 967e0655ef8555e5a240d859521b99e8aa6e6877 9729fb89d1f8de3be8ccd75612b1d412e4ec03a5 98f8b7e9a3eb20013a66377282ef3ab449c968c0 9c92d82c583ab8e913d3e5c883cb8a2f29bd53b3 a27d51e62ff890a097dc326932a6f9b9775a0500 a393fcd142a005d9539dca10acdbccb3aac78337 a5776398fca4bb82cdd235afc4dc3796b59703e2 a735383ce4aeea9bfd0de2819fbceeaece20478e a7877d6d346585bea97f3d575cb270dc8af8a400 a8f61571068bd4e74026e65d661bf88495aa605f a940a356ca2dfc30af7fda641dbe5443462449c6 ae16a48d7094b4defef4cce7c86e2c499902ec5f ae5de9f0b1d1245178217c849c727c1ea6a292cc b0562a12ed28c7142ceaa4a60f5edb7fd6fb0bfa b14dbb618503d7c0e7d58a999c4efaa2f81d6678 be1ee7727ceb1a62cbb1f5ef2fe62f5e1f47914a bf0c11a95426693fe007636bb718a3738ab5b90b bfa60cc549a26bdc6a59481e30ae887bb0fae055 bfecb65573e18b4c566ee3a0df207200ca05ca9d cbc00f56d734a7a3166fe23ecc16cf4039941239 cbd5b5b2a25424c4f7b7aa4f5cafff4ad655281c ce8486e82012d4c8dfa8cf6fce3e3922f6e5a7d8 cea0051c82774cddafa01ae3684d3f256cde3ea7 d1105c6ebc28e0d0803715d60e12078ce7a58968 dca005ab891b66a46bbc1a5240ac132765d58925 dcb4b953cbf30b6cf83beb8b105b5a9255c02950 dfbabcc6f0ba0c8b6f16226e33ed247d2447406a e2bc5e4e7426bcf806f1d028eaed590742adc842 e37936a9e1370e400b3911e9d00880e2714a21c7 e493344bb582a81451c5a59df197c1c8baeb74ac eae6ebad626e4ebbb7b9d7f0ad3ac27220c8768b ee4a429ad46f8eec3478bb02d66633f2a8fe6d61 f707aa37ff2de88ee3cb0a4c662135c6e1715dee fa42f1b387f80f97cb8bbb8eb2c2193ff10337c2 ff3716630760d2dd01b5640ef3fdc4f9ff448536 ff62bbaa16dd2a12b55aa04822c2fe965e14054c ff6d1b8af9631e08b0418b1e4230d5d13d24b89d ffb5dc6271a6c7311e1b053d9516467f581c4194 fffd5599b7cd7fda6b94d6f54b5fe4288b0856ed
Postgresql-Catversion: 201909212
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-12-icu-ext
Source: icu-ext
Version: 1.10.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 190
Depends: postgresql-12, libc6 (>= 2.17), libicu76 (>= 76.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext_1.10.0-3.pgdg+1_arm64.deb
Size: 37304
SHA256: 6efca8e839bac3375581baff9e80d9a928a2f4ef7fe54d9b38e8f3ac140e88e8
SHA1: c2c61742c9518c9126ece74223736ea7d3325a4c
MD5sum: 8be9aa09f3c8b404ce0fca32c2c371c2
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-12-icu-ext-dbgsym
Source: icu-ext
Version: 1.10.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-12-icu-ext (= 1.10.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext-dbgsym_1.10.0-3.pgdg+1_arm64.deb
Size: 91428
SHA256: 3f4dd592098381c7d8a43b9f2cc47b6a955357a1e1943725f7201a5ac3eee24f
SHA1: 49c52705bd7822e7dffdbd629b323a7009b2a08c
MD5sum: 25554d52010f0cfdf8eef11b3fd52269
Description: debug symbols for postgresql-12-icu-ext
Build-Ids: c6949df0538b460b5e75fc2ce332a2a573c328c3
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-12-pgaudit
Source: pgaudit-1.4
Version: 1.4.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-1.4/postgresql-12-pgaudit_1.4.3-2.pgdg+1_arm64.deb
Size: 20004
SHA256: 744828359c01aaf0f700a28888e648ee1ecb6c3f028cf96ba80093431487be1c
SHA1: 0494ec8f2c576135bdc0af96777bc3946c3dcd3c
MD5sum: cfda4375960478caa611cb23bae420e3
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-12-pgaudit-dbgsym
Source: pgaudit-1.4
Version: 1.4.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-12-pgaudit (= 1.4.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-1.4/postgresql-12-pgaudit-dbgsym_1.4.3-2.pgdg+1_arm64.deb
Size: 44076
SHA256: b0c6e12bfffdfd9864c62492b9c983458ef9c253fbe8864c970851a0b71c5cc7
SHA1: 6386716da01a0c2b40dc3c8480fd6f35abb234e9
MD5sum: 5188f2196ec48d8f95dba3838285ddf3
Description: debug symbols for postgresql-12-pgaudit
Build-Ids: f3946dd5abe1fecc6f9843d3ec019e5f08fa8733
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-12-pg-hint-plan
Source: pg-hint-plan-12
Version: 1.3.10-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 254
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/ossc-db/pg_hint_plan
Priority: optional
Section: database
Filename: pool/main/p/pg-hint-plan-12/postgresql-12-pg-hint-plan_1.3.10-2.pgdg+1_arm64.deb
Size: 49132
SHA256: b336275494290e123a0330cf8ec785811df8552ed7db4dd762b9185c16be53a5
SHA1: 8cb2423c40ef7aa01921b54c1eb49f46b4e9e41e
MD5sum: b83dd883fb08cf43890c61866b788df0
Description: support for optimizer hints in PostgreSQL
 PostgreSQL uses a cost-based optimizer that uses data statistics, not static
 rules. The planner (optimizer) estimates costs of each possible execution
 plans for a SQL statement, then executes the plan with the lowest cost. The
 planner does its best to select the best execution plan, but it is far from
 perfect, since it may not count some data properties, like correlation between
 columns.
 .
 pg_hint_plan makes it possible to tweak PostgreSQL execution plans using
 so-called "hints" in SQL comments, like /*+ SeqScan(a) */.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-12-pg-hint-plan-dbgsym
Source: pg-hint-plan-12
Version: 1.3.10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: postgresql-12-pg-hint-plan (= 1.3.10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-hint-plan-12/postgresql-12-pg-hint-plan-dbgsym_1.3.10-2.pgdg+1_arm64.deb
Size: 119404
SHA256: 4e69285a1a87239a12b219dff0bb94e1308959b722720cb9407518cfd478cd22
SHA1: 5e4753e0a1920b8190d5a2ba75f39b1efcf5c702
MD5sum: bb32c57922ff4a2570cea1eacc8f1234
Description: debug symbols for postgresql-12-pg-hint-plan
Build-Ids: 15e3e76aa22bbcc4e72441657546e990c6c34bb7
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.6.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2907
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal38 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-12-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.6.2+dfsg-1.pgdg+1_arm64.deb
Size: 861948
SHA256: 1395bfaca47ba322166c5dd5be613e976b25ae00204b8385638c443428874057
SHA1: 469dcd5b9207d500485214a8b08e72686e667c33
MD5sum: 6c90dc3709b0b37e3e3ebb9e121fd271
Description: Geographic objects support for PostgreSQL 12
 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".
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis
Version: 3.6.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7245
Depends: postgresql-12-postgis-3 (= 3.6.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.6.2+dfsg-1.pgdg+1_arm64.deb
Size: 4088736
SHA256: 98084954d8fa2bf022b5ca70db433afb15e1756e55f5ff93dc681a23a9b078fd
SHA1: db191bf98128afd012493f3648b4aae976a58c9a
MD5sum: f3674641d7303f51a0e7bbd15767aed6
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 1c331019bb72346ee21b22a3017599ea3068c320 33ce6037d4316c491203f6248236d095e680e839 be855f7a1ab5943de46aed8f9b10e8bc5a354ba1 d7eb37305900f2bc7b94cc96fe1805085250c04d f1708ff4a8ed79ae5494edde3d73c80c61725a95
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.6.2+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38993
Recommends: postgresql-12-postgis-3
Provides: postgresql-12-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.6.2+dfsg-1.pgdg+1_all.deb
Size: 1299884
SHA256: 0633a16dc44c56a8154a6a7bcc54d694c4afb22fbf771e6f786bc3d3931b01be
SHA1: 3e9460f3c406df1a85aa955d9a66018963de5875
MD5sum: 21e30ac532219953b094ba22c110146a
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-12-preprepare
Source: preprepare
Version: 0.9-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-12, libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-12-preprepare_0.9-10.pgdg+1_arm64.deb
Size: 9284
SHA256: 962a70b89423a97ba88aa77bb65260787c76f2f440bb5113b182e2ca78f521fb
SHA1: 39eed443ae97b3806d30247e5643cd7d12a22f18
MD5sum: 034c43ca8b3fea1fcaefb202acc14c48
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.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-12-preprepare-dbgsym
Source: preprepare
Version: 0.9-10.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-12-preprepare (= 0.9-10.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-12-preprepare-dbgsym_0.9-10.pgdg+1_arm64.deb
Size: 16388
SHA256: 49ab1ca05c2f456fc28c9199b9f2a872fa44bf19f24929f29fc3bd451f7df474
SHA1: 24c2eed43d90d5ad83fdbef909f1d259265c4400
MD5sum: f88b2aaf10407ebebddc334856641eae
Description: debug symbols for postgresql-12-preprepare
Build-Ids: 052748c622ee12a60695694826259ddbb4077208
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-13
Version: 13.23-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30343
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-13_13.23-2.pgdg+1_arm64.deb
Size: 5613432
SHA256: 79bfbd38b657885cc265fdb53c58aa041c5e887ba2b899562c7c1349da0daccb
SHA1: c7029f7c55e6f438d6cfc376f9d8f544a6c0f485
MD5sum: 83def1c2248357ba2035a676ba2cc4dc
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 13.
Postgresql-Catversion: 202007201
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-13-age
Version: 1.5.0~rc0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 705
Depends: postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/apache/age
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13-age/postgresql-13-age_1.5.0~rc0-2.pgdg+1_arm64.deb
Size: 177684
SHA256: e1d0f92d69d5189aae1dc2239f1a2b7dfdc7488363b6b06b8c602577c8b76074
SHA1: ccf8810aef4ccc0e5b024df7be1417e76103e0e8
MD5sum: fb1d8ea1eb49fa8068bd72130b90bfa2
Description: Graph database optimized for fast analysis and real-time data processing
 Apache AGE is an extension for PostgreSQL that enables users to leverage a
 graph database on top of the existing relational databases. AGE is an acronym
 for A Graph Extension and is inspired by Bitnine's AgensGraph, a multi-model
 database fork of PostgreSQL. The basic principle of the project is to create a
 single storage that handles both the relational and graph data model so that
 the users can use the standard ANSI SQL along with openCypher, one of the most
 popular graph query languages today.
 .
 This package contains Apache AGE for PostgreSQL 13.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-13-age-dbgsym
Source: postgresql-13-age
Version: 1.5.0~rc0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1260
Depends: postgresql-13-age (= 1.5.0~rc0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13-age/postgresql-13-age-dbgsym_1.5.0~rc0-2.pgdg+1_arm64.deb
Size: 642156
SHA256: 56b7f545da5b4fe07d4263d2e7ec417a56051d0a01141c881d3c17d7c8d3cd93
SHA1: 6b767d5c31ef8f9c17cffbc48101ac1678348138
MD5sum: 4d92e4b7a264d73ea31da7c940e61ab0
Description: debug symbols for postgresql-13-age
Build-Ids: 447bf386031ab826fa65e7faa76c084320038f41
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-13-credcheck
Source: credcheck
Version: 4.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-13-credcheck_4.5-1.pgdg+1_arm64.deb
Size: 33952
SHA256: c137ee344e9e0e8d353660e03cd33afc1da7d41bfc19b837e0cb7af55d3f5865
SHA1: 2fe9321715793a8463afacbc7fc61851e2fbc631
MD5sum: 59f8992a634fefa5ac8c8080183e5f38
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-13-credcheck-dbgsym
Source: credcheck
Version: 4.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: postgresql-13-credcheck (= 4.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-13-credcheck-dbgsym_4.5-1.pgdg+1_arm64.deb
Size: 75636
SHA256: 8a6ad358e0ceb75cf1197658d37852d322884328c1dd880bcd3f1e4ebcb814d2
SHA1: b722b205c09460843d7cf326f61f7db0a9847ec2
MD5sum: 733eb5f60235b12f5f3c0d50e5832d75
Description: debug symbols for postgresql-13-credcheck
Build-Ids: 33cf21e3a96efc9e8b3faea092230f4681e91965
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-13-dbgsym
Source: postgresql-13
Version: 13.23-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29936
Depends: postgresql-13 (= 13.23-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-13-dbgsym_13.23-2.pgdg+1_arm64.deb
Size: 14779564
SHA256: 0eecc432c1f28696fefba0628d81aacb2c00bb95618b87a5a15921a178d447d7
SHA1: 27369358456878cf3169652acfd3d930d64411ed
MD5sum: 79b83902fa505a87dbcffd8f796ac4a7
Description: debug symbols for postgresql-13
Build-Ids: 03bcbee50b7ed45cdc1b181ee832e948bced5cb2 05784bdad72d5a35011bb0cc1922bb7900831a38 05bb807d3032b41ee5f3e634cac5086e6f075411 08577fc1c661d5bb2d71e7e77bf56e3e0f3dc28e 08fd685f8a7a5f1a1fc2a28f1e5abf951618cfc1 0db8031613e5ab24542627c5464b7ca6587983b3 0eb2463379a4f8e26f263226f30a0d829d85ed57 0f18222f78f1234fb9e63a93a6500630c4b7c3a4 0fe0eb6cbe26ccc9e6b6fabd689cd40d9b5a365f 132eccfe6eeab45cb5a9c37ccb0edbe2316a9c3f 13319c1f060d5563973285c6091aa9c85091bf1e 19b3e09f70fa400ec8108471d2a73052486b4d27 1a6ff8e310068e86af0537aa03a110af3ad19dd7 1ec642de9f42ad48718a52c54de6c2c5b8e9c5b9 1efe38339d819bbb7e4fe6deda3598dcff652ba3 234c6cded1a9ec58b3009a2ad9e6a6fde9f76303 246cd993a95110e8a61c257c10d76be09250f366 2610263ddab9dafbead0968f213ced9001468c1a 2769bdb8ee67ecaae5dd471b4c031a1e2bf8e7e0 294eadaf58588791c398b254dfb8096da091e8b7 2d6001bea6d2e159831ff02bc686baa3de8e48b7 3212eb42851d1db4eef224c27626f902c48fd8ae 3255b5a59b02bcf22118baba50b2f00fd48b70aa 378a65e5fc581bdaa673154436663a6248aedda1 477c49c008e791da4df3571d39c292f03da6a34b 486dda1148e197c079f84252105896faa2e7729e 493ff1617dd0da9601c3f66a402b23b8fbd94e12 49cc025c4108809a2c13a45e112e60c75dcdd7f1 4b26b96fc4caf5135b52c5e33c23c667ab87b88d 4bdafdfbe66a474fd415e7ff47dd0533566b9a35 4cadd51586d109818860ed197531d6a3cad80715 4fb50d49b69fe3c4abe5f91621467d4340282edb 50a8a415ecd8ec962e97140ef778c5814bec23c3 5128e53e401200dbd21b3a0cef6c49c69d4cf1e2 60002b70b83bbde625163787a7f2fc90e79c01c5 63ee6c687ebea478786ae2c73cb667b8d7956d0f 64eaa78c67071ea5925493b9047fd68f0463413d 69dfe6f6769995f4b7e2dd8a71f547504c5d16ce 70909682f42fed6db40f721531925728c988c990 712becdfcc4587dfa5808ae1c81e93189854231c 76cd84abdc5b004fae2a100dfaa4e3b8be4e0e79 77a441c39992c60e3cdba018a0152dea49cdd7fa 797c86c60771fb55ebc5462be06a9d302f699c57 7b150471ae9f42422faad9bd37bb831bd39afa22 7c087bab48a194c7871ba9ecfc7c08579232b919 7d7152fc8c2e522ae81a86c9e0642dc5707a7d7d 7e705fdef8ad92e16838ae15b4800625a765fb18 806b27969ea1e9d469092e3bac2635a3d8fe7f97 82b69bd3cdf0b1e485ee011c8e07613919987fb3 82f52d30590f30aa60e8b006862ac6547e6343c8 8b6b8d8e5604d863fe1c0e9119a51c6640b194a1 8e558b00279a08f53a81a8553bd6dcecb635bfe2 8e88caaf803a9893676b61c274faf7ed53f02f2a 9166d78d36f011c128b5e83b4c4ef34891c50088 9195b711124594705f780c5cd015a5c516bb7b85 961a8ddcae2a385b100e71270acc5e744c9d56f5 97020d2ffbecc73b129fee98fd295d63eb2c6d8e 9975f3f4d5a71579f880a3ddb12e49922f9a886c 9eba680ae38f9812a4cf8b335c714d433e50d6b5 9f10c12bf9ceae7ea60794ebb7621e0803ac5ba3 9fe81950ba8279a75750bcd811f756a6aef816f3 a0eda400acb6c5ef6d7c80bf5007b8701a6d28f7 a267448dbc986dbbae3d046e10cc0bb56057cec5 a8501ba054f7fe46f6cd1366d9b90f5e5c472203 a881b8445832cb651493827dfa9644cb292c9672 a9f866b36b92ffede3ea8fcfaa11345f73d4d005 af029e046679d1ffc96af8ff4422bb126b9995e6 b088434e2017519230043d7ca97ed16841c63ae8 b4ac7e9b087f666515333cec1f44938cedd13a5a b76c2d37583eb24c588288016d3ece61c8ba6163 bc97717c13436ecddb8f3cfc6d4449c9daa8e81c bf2b901c29e1638b4b75bbe0e1a7502f5883a57f bf7b114af2b62d68416ce09741d9fa3b9af0d22b c1973c3afd0399cefcc184ea2960f4c9450127a5 c74b5a2ded3fba172ce635042a0e2a172c49e15a cb834b21f8b32abbb01d5c2095c819678031d2b8 ceffd8e2d673a979aa6c20ac65266580ff5ecde9 d3e681fd718b7c64f5a1111203f2c80792c91f4c d4ad952fdef5bd20803d65d9d23d0dc4ba6810e1 d5d094ba83f0d181d5621d2cc712db549964b373 d8596acc40dcd1ef06ef39211477a5e517fa458c ebf9cf1be23f3cc002e5f149a80d3502d78a8455 ee79634d835a19f2d598739e645e2a2c8af81dec f00bd380baeb7543ba7c0e1cc0d37ed0b2aef97a f318ec5ce9b7f82b56ef2bf0c02d862e28d71fe4 f4148e22e037692b11043ac3888c3348434eba41 f45b9e4d92d7684f01f24d5fba147345dac2a73f f8e13358821219185727be107dcdd940f10151d0 fa7c9843b870e6e4e26eb777db988ec61a711bbc faae16cc4eac841d48bed2213495fffdefa5a54f fb5adf05952e4d7e00a8bb2ab1f16ca430575ac5
Postgresql-Catversion: 202007201
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-13-icu-ext
Source: icu-ext
Version: 1.10.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 126
Depends: postgresql-13, libc6 (>= 2.17), libicu76 (>= 76.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext_1.10.0-3.pgdg+1_arm64.deb
Size: 37248
SHA256: 73bb9ae4ac1906f7550973421c452fd52c0c62a69ae116b6859d3eea4aa4a6fd
SHA1: cb19dd801f9b64b73e495e5b916d6747f8f98bd4
MD5sum: 75f4f6b76ceda04a875f7e3173891630
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-13-icu-ext-dbgsym
Source: icu-ext
Version: 1.10.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 175
Depends: postgresql-13-icu-ext (= 1.10.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext-dbgsym_1.10.0-3.pgdg+1_arm64.deb
Size: 90356
SHA256: f1ed208896e07d609e703f792a4d2b8d5a72653cdfbb29d8e5f3d578867c4703
SHA1: 79f72b19b03b058dbaba32b10878eab89cc8a4da
MD5sum: 9c9e89f914015975745a5a31c0d456b9
Description: debug symbols for postgresql-13-icu-ext
Build-Ids: b67b50f867bc7c56bf707a5ca523f5b1115086fd
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-13-pgaudit
Source: pgaudit-1.5
Version: 1.5.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-1.5/postgresql-13-pgaudit_1.5.3-2.pgdg+1_arm64.deb
Size: 20088
SHA256: fcb8e09b71b8331d1389bfbc31a0f5864464723b4652ee8cbc59ed832d01597a
SHA1: 048ab3554599278b8870720b452c77319d5babb3
MD5sum: 9b1b0b06c852ddd05b18911052153be2
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-13-pgaudit-dbgsym
Source: pgaudit-1.5
Version: 1.5.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-13-pgaudit (= 1.5.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-1.5/postgresql-13-pgaudit-dbgsym_1.5.3-2.pgdg+1_arm64.deb
Size: 47364
SHA256: 6ca4fcb2c06088d0dbf417c4f0575073e7a728d82766482b51b1fe9ec0ba3d65
SHA1: 65dc34ebb44b110571553ef1f9eae62180eab277
MD5sum: e8b8ec27d5eb6a11ed8106cfb1043693
Description: debug symbols for postgresql-13-pgaudit
Build-Ids: 91071f5a1ad87d840076e518576dc14cc66645ca
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-13-pg-pwhash
Source: pg-pwhash
Version: 1.0-2.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-13, libargon2-1 (>= 0~20171227), libc6 (>= 2.17), libcrypt1 (>= 1:4.1.0), libscrypt0 (>= 1), libssl3t64 (>= 3.2.0)
Homepage: https://github.com/cybertec-postgresql/pg_pwhash
Priority: optional
Section: database
Filename: pool/main/p/pg-pwhash/postgresql-13-pg-pwhash_1.0-2.pgdg+3_arm64.deb
Size: 23696
SHA256: f916388a5510b36e12bccd958dca2bfa95a1633a6970cf2edee09fd2cb83ae88
SHA1: c04d61811da5e19cfd59a2d43c3e5e4c804c7096
MD5sum: 96d547e8ea13cdcd4543d7f4d9a27eef
Description: Advanced password hashing methods for PostgreSQL
 The extension pg_pwhash provides advanced password hashing methods based on
 adaptive implementations.
 .
 Supported password hashing algorithms:
  * Argon2 based on RFC 9106 ($argon2$ and variants)
  * scrypt ($scrypt$ and $7$)
  * yescrypt ($y$)
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-13-pg-pwhash-dbgsym
Source: pg-pwhash
Version: 1.0-2.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-13-pg-pwhash (= 1.0-2.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/pg-pwhash/postgresql-13-pg-pwhash-dbgsym_1.0-2.pgdg+3_arm64.deb
Size: 41692
SHA256: 170251c8d6cd3c78c554d12f2d6b09e29cd9ebb55af131ccf3569a2535326e12
SHA1: 3fa69bf4ee8bda3ea458fb8046c7cc6f865181a9
MD5sum: 064bc72e14eb7d5418a25f81d3c02a13
Description: debug symbols for postgresql-13-pg-pwhash
Build-Ids: 595b233986b59c46b63dad52ceb36392f3fb7cee
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-13-pgrouting
Source: pgrouting
Version: 4.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2873
Depends: postgresql-13-pgrouting-scripts (>= 4.0.1-1.pgdg+1), postgresql-13, postgresql-13-postgis, postgresql-13-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting_4.0.1-1.pgdg+1_arm64.deb
Size: 782448
SHA256: 8a65c4bc1a007efa47d9c9e4b6401f6f57e3989b6047844e4d94acf1e0528b7b
SHA1: ce5abd5ce79ce4e9d315e23a80faae7d5ff96843
MD5sum: 95564ff5184354c55207fc1f006e3173
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 13.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-13-pgrouting-dbgsym
Source: pgrouting
Version: 4.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 27041
Depends: postgresql-13-pgrouting (= 4.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-dbgsym_4.0.1-1.pgdg+1_arm64.deb
Size: 24360640
SHA256: 017e50c4b12e26a3005e353b8834b2d4fe8ce0ec310eaf54394612d645682670
SHA1: 7ff6e84345320c1abadb6a45c32c39a78d9dbb6c
MD5sum: b10733a19780e5de3a26a05815843100
Description: debug symbols for postgresql-13-pgrouting
Build-Ids: df09683208033275519afb297e546c4c3620a225
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-13-pgrouting-scripts
Source: pgrouting
Version: 4.0.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3948
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-scripts_4.0.1-1.pgdg+1_all.deb
Size: 53064
SHA256: e0f79a7a13154c133344ebaea737580763c44673989396bd7e8daeb7e53a0b07
SHA1: 7bd0c8ac8cff654e6e9738110f2b71828b8f634a
MD5sum: 663dc99ca8acafca81b8d1fc9530c272
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 13.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.6.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2907
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal38 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-13-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.6.2+dfsg-1.pgdg+1_arm64.deb
Size: 868004
SHA256: c5cf07520ffb47a766b0d7c187e771a351b715676ae2ac306821290566405b8b
SHA1: cf4c98042f30375b3ad8c93f850b168446f703fd
MD5sum: 6a6bdfc84fd2ac2218c366da27eec511
Description: Geographic objects support for PostgreSQL 13
 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".
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis
Version: 3.6.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7282
Depends: postgresql-13-postgis-3 (= 3.6.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.6.2+dfsg-1.pgdg+1_arm64.deb
Size: 4111660
SHA256: 7ca625399bd1f5915b836eac171160710a5c05964f7b619f0a7f2bed79cdaa9d
SHA1: 6d9e9a8084bd056726a7eeacc64b0a726fbbf621
MD5sum: 6aa6853b23890bb216060aa9fb4bf5c1
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 0c4bae6f358e9fd7aea7f607fa0dab1428335488 150d4660776432f795554c3e54137828a4ae6179 497424d4cbc7afd61709e65dc0c81c66d19d2d19 93c050c700b6c9984c0b178e58115de9aef6ed6e 95c19342d9c6a4eecedfc9b43837af2d6563e232
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.6.2+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38993
Recommends: postgresql-13-postgis-3
Provides: postgresql-13-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.6.2+dfsg-1.pgdg+1_all.deb
Size: 1299988
SHA256: c9ae9124fc4f0e13fc43fe686a6256bff4de34b29bfff1b72fd35d797fa83f65
SHA1: 38a878f23bca7df70a5398c4482b0c590737337b
MD5sum: 227c23f6f79c560235d00faebd832dea
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-13-preprepare
Source: preprepare
Version: 0.9-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-13, libc6 (>= 2.17)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-13-preprepare_0.9-10.pgdg+1_arm64.deb
Size: 9316
SHA256: 8021aa4205fb5bfca30e898c905825d676dab4331c75958be51a536645fba768
SHA1: 030c4b1bf23868c2413e0b632edd90e23ddb65ca
MD5sum: 8f961590abc1dc37a91f388d48a8f9d8
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.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-13-preprepare-dbgsym
Source: preprepare
Version: 0.9-10.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: postgresql-13-preprepare (= 0.9-10.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-13-preprepare-dbgsym_0.9-10.pgdg+1_arm64.deb
Size: 16560
SHA256: 9cd091f12cdd87145d2b4c7abda18d8d1c2ccb3deba977beebf0bc30fc127817
SHA1: df7e2d177e608448e4c5803bbe447f6231ae93a2
MD5sum: bf9a255392d2bbadee32c48bd65754e1
Description: debug symbols for postgresql-13-preprepare
Build-Ids: 5ae15eb098be435f0dafe7d4d4b166a7144cf761
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-14
Version: 14.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53909
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 229~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), libllvm21 (>= 1:21.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-14-jit-llvm (= 21), postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-14_14.21-1.pgdg+1_arm64.deb
Size: 15451504
SHA256: 6f6c3844e24bd2f98a4a2e76cb46eeeb5393ded8472eb76c21a31737691e3f72
SHA1: 742441dab5eadeaf0e3f15a24b5985d09b0755f6
MD5sum: bfe729c6558168f77a9b069082283210
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 14.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202107181
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-14-age
Version: 1.6.0~rc0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2045
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/apache/age
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14-age/postgresql-14-age_1.6.0~rc0-1.pgdg+1_arm64.deb
Size: 727220
SHA256: 58239dc6ebaa9fa6157d2c43b0c6ac1673832c05158064d2750eb4477813bc5f
SHA1: dee284217d0fce3d56f359f3418f8f5bfe2a887f
MD5sum: ab9743d227a5ce4ecd8529278c916955
Description: Graph database optimized for fast analysis and real-time data processing
 Apache AGE is an extension for PostgreSQL that enables users to leverage a
 graph database on top of the existing relational databases. AGE is an acronym
 for A Graph Extension and is inspired by Bitnine's AgensGraph, a multi-model
 database fork of PostgreSQL. The basic principle of the project is to create a
 single storage that handles both the relational and graph data model so that
 the users can use the standard ANSI SQL along with openCypher, one of the most
 popular graph query languages today.
 .
 This package contains Apache AGE for PostgreSQL 14.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-14-age-dbgsym
Source: postgresql-14-age
Version: 1.6.0~rc0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1361
Depends: postgresql-14-age (= 1.6.0~rc0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14-age/postgresql-14-age-dbgsym_1.6.0~rc0-1.pgdg+1_arm64.deb
Size: 697536
SHA256: 7b8657b016401545e2cbeabdfe46e18a900e5835406efc199811608e3ded2e79
SHA1: 23d0f9d64fa9590d24a7d1193836e4638401119d
MD5sum: 67a2b6433b6bfe544d586b5129ae9978
Description: debug symbols for postgresql-14-age
Build-Ids: 01ec04a33ad50c4377d524f14d4885d23e2cf654
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-14-credcheck
Source: credcheck
Version: 4.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 197
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-14-credcheck_4.5-1.pgdg+1_arm64.deb
Size: 75584
SHA256: 7daa8e06ffb5852c02e0a40a78539a6ba3b322e860c9c46d6abbc59d6af2c024
SHA1: 96ba7be5aadab5e0d5879bce19ea3d224b968dfd
MD5sum: 4651ee1fd4b6bb3cc8402297979b1d01
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-14-credcheck-dbgsym
Source: credcheck
Version: 4.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-14-credcheck (= 4.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-14-credcheck-dbgsym_4.5-1.pgdg+1_arm64.deb
Size: 77356
SHA256: 3d354bb332bac3f264f6b1a7c3f6611afc62a7c2b88389842d14ac5f53e4676b
SHA1: 93923ad9d1fe10abe394441626f3d4c45070710c
MD5sum: d085b678e65887a2260456dd4d9a24a3
Description: debug symbols for postgresql-14-credcheck
Build-Ids: 634bf8ab00f72315efa7df15acf6068551119220
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-14-dbgsym
Source: postgresql-14
Version: 14.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33470
Depends: postgresql-14 (= 14.21-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-14-dbgsym_14.21-1.pgdg+1_arm64.deb
Size: 17230040
SHA256: 8034efca0cf9f581acc184fd7e4b7becc311277c889c30442388ad799f18c537
SHA1: f17054d541c969d7772175e8330d0d74869d0679
MD5sum: 0189818fb4752a213d3ac47b838e4ac7
Description: debug symbols for postgresql-14
Build-Ids: 011b509e15f5d57ff571a2b81cb169ffd890823e 02e3e48c9c1a3ced0ff8beb2f682292e9b2477a6 12acd3a0306cc73e404e6e9178657ae02644c6a0 15a5aca77b11c909d6b95563d006ad86c4a2a24a 199f390344488c90dd7caa398bbed816f4cc8eb4 1cc8ee9cdb1f4e8c0fdb23e4ee956c2d2e3277e9 1e5d4642b97491162882415404aae6044f1a6a65 2015ae98c372d687ee2d8417fe4cf8c040c4a55d 22ab1d1c296e826087b312e68523972e7446a8d6 22c1e2a86f025d128cf463f57e95ec36ab13b9dc 230e08712016426e89bfc42c4c3d32924e5f32e2 28c97931f318bb05baae74ab3628805b1deeb6c4 2d4525bd030488a70347cf4b873ffa5ae9e3f049 3010cee6ae5ed4160b7a68904740de4aeff493c4 312c051bd93afe678d983acff738af0fbf3a090a 32d1c0c8ea1b98a158fea4891ee6535aea38a8d0 32e10353b0ce4f7de2a4784597b6a1d7f2849c4b 34b032cfbc7ebcb98db4b16b6953ec8351f87b16 3758c8a0af509bc3ba7e2abb1408d47bc1e95506 38fdd5ad79795a114eae18120d3d2875f3bc0290 3903eb4cd7a01109b9bc0adbf8e995bb2eb3a6de 3dd7601f353a0f4a19f97f16858a0918abd87a5f 4082122a37141b35481bca00410a9cbe081a42a0 440faf6f74fa66def713baaede890fdb00a3c6fe 47ae4de7daded628e506c4bb1253eb21fcd9f737 49036a34f5279ad1f06dfe1ce4697ec0c6438abb 4bf31d94f0784eda9e3d7980018b39806ee74927 4db3109aa8b49e173e4b460edcfdb260d6e0719a 4ed58c5f1bc69a260a16f452c97e8674f581a888 5985a5c613cb8f92b45d201a8c7544ed514b0862 5a84164fb42ee5a66635af8d5e74a866a15bdcda 5c45982c9cc33f03910d4e09cb349fd9b878944e 5d257649efa239e018c004a5a7681972d5073060 5da3bd07b06364873f83db8961fb31f0903463e3 6bb7185a8f2ac970fef685b9867d86676ba172d5 6c342b09680baf06a5178f2a3fbc81b49b893fb5 6c434dfa3085f89b68cd021919a7bfc831ba437d 6e450f8c3ae35d6f6d124822893de712f616b970 6e586e94253106fb73ec23d278d931ecbeadc07e 6ec89b024617ee948b9631ff0c2db248f144774f 723617716c16c370922c7ca6169dab6cca3f9677 776025e01f9b9772def1a5d1eed391992eb7efc5 77ac6f01123ee6b883c51fccff3e36a56f810ce3 7cf898612c15e53c03204e982a8dbd483befd653 80b1d6f318097537767787c88ac3ece818195d87 8893c5434a819c3373bd845a31a62c66eb5a9e32 8a366d1ea906aff2e828bb86e7e7aad91695625f 8b15afa950062a07322433d11b7d6c49421f0b05 8e34be02a9371eca59d6c0c586622bd66440ea35 90a718c3fb338e1c75c9580c69e2911fdbcad2f3 917125f69ece0daebc7088b9663e1584b52d36cd 91d1cfab6cfbbfab1b8b4a87c7b1d0521fcd7d8c 91e57b283de0e1e9acbcb2c1c689aa57e6d2de7f 947ded9be48788a8f42301ef3ed51a02ffb16210 97217689285d4ac4f3fe45af793827078bdccfc7 9d041d026d22f355219f25504264f49920f6b7ac a0926eade952b2f6867c708ff3c8730a833ff9d3 a10aae33c3c5a53e34ddeb5ce9904e280b5dd48b a55f5195bbdbe747b45c4efa93e4719615bec1d8 a565d4c5923b270935b2956459b276589f478f16 a81614c40b539852a5c18313a4201a016d80a8d1 b0bc0085135e0cebfbf028a51a111764d3dc63e2 b4c5ac28e4e8ad99662aede901eae96fc20e87e2 b72348572d88aab23f80b5b81799165eafe3da3e b83b8ecaccfb565b6109caf58d25af506221abb7 b83df92a65ec52e9005ae5ca0acc0eea5b4dd288 b8fa0dade9a92eee51548b7afd64c838dbc47697 b97016fe2e21dfbadc6cb33a361c76685fe4c3f3 b9bdfbf96811c37d45bbcb5ff6c29ed47ad75dcc ba573aad0f3f99b9d1f0c6d67a2e2ddad2a598a0 c12105a866676162898a156661f72da3850efdab c3642e3ee0ea3ae98a7c335acecf0fe34220a128 c6a47a18a48e3a67770e6fe7c9d4aef0943ef0a3 c9cbcc836918061aec1a597b5e6795854f98f11a cda983a6172757eeac0369e763c70ec20194d774 cfa719bc9471aea28b24729d02de1a60be0b6974 d0a4de40d8cd2b456a3a9ca7302eea0d620902cb d3027463ac8367a1221bf74877bdda1ea14d378f d320d0183346c98b2c4614c575d5ac567b3261ce d32793102a39baffe1295a5be55770174e3cc809 d41e8270500896e55e7cc161ea1f11626f527bb1 d90b655dab324ff4fe1467a7a3af1f9c14efa120 de9ad89ed30e5fd3bd517effe84cb6a70980643a e8d685fee1ac224efe71316ebbb03c8621e129fb e9383197d7a833660b65ef6f5e966c6a0c845518 edf844ac7a572198c31f9ebe81ffe0fea37f681c ef7e20928532b449299f505d763b799744780b24 f00163744ed7491c9d83aa26450552258dd13d48 f0fae0a79f4836e3613b97c69202a4d16481ef8f f222e3d4332ed65236252f6c7fc644add93ae6ae f8dcfa7f5106450dbbb639b79b2df986cae7bba3 fd7ae7b143bfb67661763bbb6f66d477bf03f271 fe54afa4fc88695cd9f62cd1cbfc58a33330c8ac
Postgresql-Catversion: 202107181
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-14-icu-ext
Source: icu-ext
Version: 1.10.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 277
Depends: postgresql-14, libc6 (>= 2.17), libicu76 (>= 76.1-1~)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-14-icu-ext_1.10.0-3.pgdg+1_arm64.deb
Size: 97428
SHA256: c26b3e07e85c39dfbd4d4c96f287c627d5986fd47043720314599c3c69140e34
SHA1: f73043be6f205a1e8038d90a420fb341b6a79501
MD5sum: 273fcc495776723cf0545811c55fa6f0
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-14-icu-ext-dbgsym
Source: icu-ext
Version: 1.10.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 175
Depends: postgresql-14-icu-ext (= 1.10.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-14-icu-ext-dbgsym_1.10.0-3.pgdg+1_arm64.deb
Size: 90300
SHA256: 164b241de2faa89d42204f1a8e3083a576a48fefd4494bf66966f25a43de4e51
SHA1: 76676b07273334493dc3e610342484854dde330c
MD5sum: 155b6bfe4cb67b437af6f15532aa4cc6
Description: debug symbols for postgresql-14-icu-ext
Build-Ids: 5b4f98252b0a4da48adffe793c6357a81661b792
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-14-pgaudit
Source: pgaudit-1.6
Version: 1.6.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-1.6/postgresql-14-pgaudit_1.6.3-2.pgdg+1_arm64.deb
Size: 45404
SHA256: cc3ec913ccc9263758649cfbd5d5ba2f7a6d81dbf445f1e1aa82777846ba7ea7
SHA1: 3828e07eec68a0166be7da704c958f4c220e0c79
MD5sum: 3edfd2a0d2010bd5da48fbc45df7a8e1
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-14-pgaudit-dbgsym
Source: pgaudit-1.6
Version: 1.6.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 91
Depends: postgresql-14-pgaudit (= 1.6.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-1.6/postgresql-14-pgaudit-dbgsym_1.6.3-2.pgdg+1_arm64.deb
Size: 49976
SHA256: 9d5118be14533d6d9e233cb1da94b75a12171d0eaa1d69bed7f36b026b15b642
SHA1: 180b6f63d85ce45f554e955f441db2b77f90a183
MD5sum: a39ad52a5dcaf040056c1d7b6179811a
Description: debug symbols for postgresql-14-pgaudit
Build-Ids: eef33e797b23fa10c1bda61511ef36005257a98a
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-14-pg-pwhash
Source: pg-pwhash
Version: 1.0-2.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 178
Depends: postgresql-14, libargon2-1 (>= 0~20171227), libc6 (>= 2.17), libcrypt1 (>= 1:4.1.0), libscrypt0 (>= 1), libssl3t64 (>= 3.2.0)
Homepage: https://github.com/cybertec-postgresql/pg_pwhash
Priority: optional
Section: database
Filename: pool/main/p/pg-pwhash/postgresql-14-pg-pwhash_1.0-2.pgdg+3_arm64.deb
Size: 57760
SHA256: f913b0dc8c978c801c3f21e4e0a7e1a2ee76dc02e5461301bd75f23ffc0e39e0
SHA1: 85b7d2f7c43ba98e708c468a7cf7ba761515592d
MD5sum: 868f7aa841da786f77bab0990db9803b
Description: Advanced password hashing methods for PostgreSQL
 The extension pg_pwhash provides advanced password hashing methods based on
 adaptive implementations.
 .
 Supported password hashing algorithms:
  * Argon2 based on RFC 9106 ($argon2$ and variants)
  * scrypt ($scrypt$ and $7$)
  * yescrypt ($y$)
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-14-pg-pwhash-dbgsym
Source: pg-pwhash
Version: 1.0-2.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-14-pg-pwhash (= 1.0-2.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/pg-pwhash/postgresql-14-pg-pwhash-dbgsym_1.0-2.pgdg+3_arm64.deb
Size: 41696
SHA256: 85a10863ff30217d6dc848d1d49e9e8c1b9ad3b14cbb9b83abfd3f229a9943d7
SHA1: 17a762b8a4710fcb573725ab6bf9b182607c5830
MD5sum: 5d338e39c5c4b56ee9c0d34c3d99e7c7
Description: debug symbols for postgresql-14-pg-pwhash
Build-Ids: ffb2fb605477f735db0d3f8517c50bd6e26ce0e4
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-14-pgrouting
Source: pgrouting
Version: 4.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2873
Depends: postgresql-14-pgrouting-scripts (>= 4.0.1-1.pgdg+1), postgresql-14, postgresql-14-postgis, postgresql-14-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting_4.0.1-1.pgdg+1_arm64.deb
Size: 782712
SHA256: f6e85b50bc0864143ed4897c999f9b1c146f2e78a87471e991c25ff0fee8b6b9
SHA1: 4b1708a4367dc4cde9956354e5474c0a7797427b
MD5sum: 908eeadabc2697568bd805eedc2a2491
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 14.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-14-pgrouting-dbgsym
Source: pgrouting
Version: 4.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 27043
Depends: postgresql-14-pgrouting (= 4.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-dbgsym_4.0.1-1.pgdg+1_arm64.deb
Size: 24364348
SHA256: c36a86c1c4b44fba571ab6793384c275e3266ffef17956fd36f9bf3c21a3aceb
SHA1: db821e29faddb25ed393295cd97f2dbdb8d31ae0
MD5sum: a2bc31638c96388d41db7d80599e9256
Description: debug symbols for postgresql-14-pgrouting
Build-Ids: f0fa48578a3fc4df820d22bed0d1483adf14c589
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-14-pgrouting-scripts
Source: pgrouting
Version: 4.0.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3948
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-scripts_4.0.1-1.pgdg+1_all.deb
Size: 53052
SHA256: 1954b0d3a8cb6dcc25c5cc343d6d5678c03c02df708292d1bb5c513e17d902a1
SHA1: ccdbf9e932bf77ebff26d9dfa28d18ef38e781bb
MD5sum: d37f3655efcd8a86ace37f822a8dd7ff
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 14.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-14-pgsentinel
Source: pgsentinel
Version: 1.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-contrib-14, postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/pgsentinel/pgsentinel
Priority: optional
Section: database
Filename: pool/main/p/pgsentinel/postgresql-14-pgsentinel_1.4.0-1.pgdg+1_arm64.deb
Size: 44840
SHA256: 426d5815d63a09f2a1d805888ca0132d6cbbc48197c53a8bee618045a4450120
SHA1: bfbc9fb7d9db3756d9e20cfc6937dd25d03901ad
MD5sum: cd7e9e9d95a680d0ebd1e7edc77a985f
Description: PostgreSQL extension pgsentinel
 pgsentinel is a lightweight extension for PostgreSQL that enables
 active session sampling. It collects and reports information about
 currently active sessions and waits. This extension helps database
 administrators and developers diagnose performance issues by
 providing real-time insights into blocking, waiting, and session
 activities.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-14-pgsentinel-dbgsym
Source: pgsentinel
Version: 1.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-14-pgsentinel (= 1.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsentinel/postgresql-14-pgsentinel-dbgsym_1.4.0-1.pgdg+1_arm64.deb
Size: 54900
SHA256: 53f2d5837dbe753deace9087d5045a73db905f4a6daa3f3a5dc13f6c6a4bcf19
SHA1: f360211a835cd6aec6daf000d02b88722d0e1948
MD5sum: 71059ea25d017c2fec7143b698133fe6
Description: debug symbols for postgresql-14-pgsentinel
Build-Ids: 332eb7b22fbf76a67604d5ce13cf136321cbd6f1
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-14-pljs
Source: pljs
Version: 1.0.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1047
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/plv8/pljs
Priority: optional
Section: database
Filename: pool/main/p/pljs/postgresql-14-pljs_1.0.5-1.pgdg+1_arm64.deb
Size: 391612
SHA256: 07849d633ff9678cc60b9ce6d6b5b09dbe8cac982baf7048474d305d2eaa01f4
SHA1: ab095c4e626190ab5789538e5d0276bd9b8aa11e
MD5sum: fb59e9c7b5f8f2b6d662c2463a22bff0
Description: Javascript Language Plugin for PostgreSQL
 PLJS is a trusted JavaScript Language Extension for PostgreSQL.
 It is compact, lightweight, and fast.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-14-pljs-dbgsym
Source: pljs
Version: 1.0.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2206
Depends: postgresql-14-pljs (= 1.0.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pljs/postgresql-14-pljs-dbgsym_1.0.5-1.pgdg+1_arm64.deb
Size: 1335044
SHA256: 86a99bf5e22e5ed0372f92cf9e27b9d223c67654b78335ff0e9b78d94ffcfff5
SHA1: bbe03d6d781470c3e775983423b3d109c922bb1b
MD5sum: 1615e2a220d81b87c14af2b4e64e9b48
Description: debug symbols for postgresql-14-pljs
Build-Ids: 25394a9a1a2f36140ff21d7eb2e28d27b8128d43
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.8.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 753
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 19)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.8.8-1.pgdg+1_arm64.deb
Size: 306220
SHA256: fa4ea92ec6a6743869c6dc83fdb432674f73c6a00fe7ee1bbded9d278c50fd50
SHA1: e63d73339f53ae5bd914964b6b440cefca93dfd5
MD5sum: e1df5491a2b76c673a91d03f43ca8145
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 541
Depends: postgresql-14-plpgsql-check (= 2.8.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.8.8-1.pgdg+1_arm64.deb
Size: 304640
SHA256: b46107ede1792ee47d7fcb60c0ee005f6ae453062db7a25d518938d5d1848fc3
SHA1: 7bb5e939b1aacf790ff8c80c0184b297fd7e87c9
MD5sum: 8883e4adbff0c664a25fb34ed26215f5
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: 71ebc5651c874242110cd3b9e8064ecacc272ed4
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-14-postgis-3
Source: postgis
Version: 3.6.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9967
Depends: postgresql-14, postgresql-14-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal38 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-14-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3_3.6.2+dfsg-1.pgdg+1_arm64.deb
Size: 3429148
SHA256: 4bc26c3a26c524b07afa3975133ff43eb46563c72f92e6b41b4517729d2ad7ec
SHA1: cbfe9c5bc2285900ebb528a3db5b9b4e24c62447
MD5sum: 7e9df90764567635a3c0988e7cd04da1
Description: Geographic objects support for PostgreSQL 14
 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".
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-14-postgis-3-dbgsym
Source: postgis
Version: 3.6.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7259
Depends: postgresql-14-postgis-3 (= 3.6.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-14-postgis-3-dbgsym_3.6.2+dfsg-1.pgdg+1_arm64.deb
Size: 4091884
SHA256: fec2bc6d1505f9cac205606e376a960e62e2fe34e5fcb718a8f1fbc8607449fb
SHA1: a54396cb758988f7ed9bf91b0018119f5d273b09
MD5sum: 7ac9e4278dbeb5cd84a028ce4dbfefd7
Description: debug symbols for postgresql-14-postgis-3
Build-Ids: 41a1c76e8c0c3568a936bad14940733d905b7785 a3c05541251dd7ed3fac4c1acb24df5509c0cf4c b17c58393905dce04a94319c0ffee9c30cdc1236 d866aacc0a03bcc7e175a73ce8ebbab06bd1e09d eaf82d9ad05b6d69b911c31e46a7f9c61aa406ab
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-14-postgis-3-scripts
Source: postgis
Version: 3.6.2+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38993
Recommends: postgresql-14-postgis-3
Provides: postgresql-14-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3-scripts_3.6.2+dfsg-1.pgdg+1_all.deb
Size: 1299832
SHA256: 6a2c890704c0539fe5b50f6ba210960b99222797b3dfdcbe934785798342669f
SHA1: 4a73f19e4ee7a1773c177c7b7acb4e17abc4becc
MD5sum: 962481f9b274ffeb587595edd1aae7c7
Description: Geographic objects support for PostgreSQL 14 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 14 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-14-preprepare
Source: preprepare
Version: 0.9-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 19)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-14-preprepare_0.9-10.pgdg+1_arm64.deb
Size: 17760
SHA256: b83241876dda825ca6a442ae1fce0a8687c93e123630fa1c4b5a1cfa943d3613
SHA1: d8f93d3bc1ca9258e1d06ab82ce42dd90f3265ec
MD5sum: fe8e1f46d3c1bdb2f2c82b669c54ace7
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.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-14-preprepare-dbgsym
Source: preprepare
Version: 0.9-10.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: postgresql-14-preprepare (= 0.9-10.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-14-preprepare-dbgsym_0.9-10.pgdg+1_arm64.deb
Size: 16760
SHA256: 7b5c02767ef3c07a560d4e24d6828a8c1b77805bf7b6da31d94a03cced45ef47
SHA1: 7aa7206215889a982ce354cdf043cb29d3315d31
MD5sum: c8a0c8cb3341cf40abbcdc34a0692ab7
Description: debug symbols for postgresql-14-preprepare
Build-Ids: cf6e0a7e2ec156d4518c26b10c53f27b6a1b989f
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-15
Version: 15.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57021
Depends: locales | locales-all, postgresql-client-15, postgresql-common (>= 241~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), libllvm21 (>= 1:21.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-15-jit-llvm (= 21), postgresql-contrib-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-15_15.16-1.pgdg+1_arm64.deb
Size: 15946528
SHA256: 85616763b54bde4b129cd954e535c1da9e70cad631c2235a7055492a6af92547
SHA1: 500357918c92271a3a412bb1bcc7b7c2ff816d78
MD5sum: 9ed1aaa2e820c8548c756226861c6696
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 15.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202209061
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-15-age
Version: 1.6.0~rc0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2044
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/apache/age
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15-age/postgresql-15-age_1.6.0~rc0-1.pgdg+1_arm64.deb
Size: 721996
SHA256: ccec3c2414b6b1bb613b907ce73d6ed5948927c80db097476c3cc5160a5e3aaa
SHA1: da3fd5d1c888ab2f8f89e43e135a74e5eed304a3
MD5sum: f42eacecbfcf038613fab9ea1d9e9177
Description: Graph database optimized for fast analysis and real-time data processing
 Apache AGE is an extension for PostgreSQL that enables users to leverage a
 graph database on top of the existing relational databases. AGE is an acronym
 for A Graph Extension and is inspired by Bitnine's AgensGraph, a multi-model
 database fork of PostgreSQL. The basic principle of the project is to create a
 single storage that handles both the relational and graph data model so that
 the users can use the standard ANSI SQL along with openCypher, one of the most
 popular graph query languages today.
 .
 This package contains Apache AGE for PostgreSQL 15.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-15-age-dbgsym
Source: postgresql-15-age
Version: 1.6.0~rc0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1360
Depends: postgresql-15-age (= 1.6.0~rc0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15-age/postgresql-15-age-dbgsym_1.6.0~rc0-1.pgdg+1_arm64.deb
Size: 689832
SHA256: df308c48457ffb0fe68ff9b4ad8d4576b97496a9986f3cb47cd0acb3794fc960
SHA1: 6b4762c28dad1e8b00781c725a0b26343b56dae2
MD5sum: 9161483b25f9d78d340b43645085351e
Description: debug symbols for postgresql-15-age
Build-Ids: 0535149c3f20ae300c8ee4fced6d1acfc56d379b
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-15-credcheck
Source: credcheck
Version: 4.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-15-credcheck_4.5-1.pgdg+1_arm64.deb
Size: 76204
SHA256: d0f3a6882d0bab56b581cc7b1960b3e0bc62d086c11449ba6d3e5d9906596835
SHA1: 144c1f7db7b66d69082686c33a2bbadab0fe543b
MD5sum: 4c47f91d2eada16e8f6c82b0a6f8d161
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-15-credcheck-dbgsym
Source: credcheck
Version: 4.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 142
Depends: postgresql-15-credcheck (= 4.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-15-credcheck-dbgsym_4.5-1.pgdg+1_arm64.deb
Size: 78788
SHA256: 654961a51870baadeb8ff3d607025b67490ec41b8a8dd6138780b74af3735ae3
SHA1: ce024cb87a3e64ff5fb1a18cfeb21a77c0a32fa2
MD5sum: 7f048ffa65cba8114474c89e22feccdb
Description: debug symbols for postgresql-15-credcheck
Build-Ids: 09285bb8e596c79a234756de2a81276231d7147f
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-15-dbgsym
Source: postgresql-15
Version: 15.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34528
Depends: postgresql-15 (= 15.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-15-dbgsym_15.16-1.pgdg+1_arm64.deb
Size: 17842368
SHA256: 0eee08ecd5cbb7a1c311770b416449bc20358c281f2f5e1f853de0b387ccb6f6
SHA1: 00f40f23feb20d29f87dc719ab14941f9154157f
MD5sum: 763e0980eef21c3cea597bf80f378b0a
Description: debug symbols for postgresql-15
Build-Ids: 0105be5412709588b7dbdf7c1ccc3295c9bc433a 0bd2812a22dcf2b4245df7f7871b32b0c62769e1 0c6e1fc200f20b221a528a6e4b27d001194b8145 0d4b220029638a18985558d36cba58c16b949f16 0df5d7427d96fd0c15ef6360f09def5a1c75261c 0fab33762f26ed766590e548db46cd41a3c3e5e0 1248ffc45b08e2adf92862a1a5df9887db8b7c8f 1379ad532f1ab9e899105f574ec1ff6448eba8e2 13fb9c47be3eb8e14881e906d746f55c080dbebd 17ce06082d7b993369583c56e8b1a6d8eb0f2538 1a66bc4df7de223d52c87f97a35c387167dc0932 1a78b7948d1a2abc90d527746aaa4117a53de9e7 1e57869511101b26f389fdabbf7a5b907570dc94 1fff2f06d0689689f6774782056e950cab5b85d8 23e5c7fc926c6efb9aeb5f94e1081221125c8cfd 26b7efb056e52c4be279c2c2881af0c0aa9999f2 29ca9da1f44f18f558b46eb5ad541c4fdc2f0983 2ac675ee27e9dd965fd27a1359e577e069d0c19f 31b5e486134d6b5448b65f77692c262d1ef0c083 322cbb58faf23cc786e348b99e9d4eb3acbbc489 3478ec5eb0c77193e3db581d4cdd3421a122cf59 35165bb8df8ba796a3d37e9f739a8b7b9da42d5b 35c683b37492ffe20e6313135ce5cea537ef089c 3a07509d6165c65181ec3e2eacd1d12bb30af20b 3e0c5f38f9b4d5f09f6794d5df63bc78ddd42fe4 3fb63ba7e5dfa734086736ca3d0746182b4c9ad6 4022fda52e89577b1121a28b376b92c64f5d501a 43eda09307d3bdd67ab7f60a9b69044c92b6cf7b 44c87b4d6dded871640538773b5c64a1cef0810b 4761fbf35cf6e70b0b8b449f94c04959ed87d677 4a15954325cb5ad28ba14e461306e470c8c2d929 4b4d6ea0bfbd8568cd319cbe6c5a383b613e7b08 4c5a9241bca4e4a35eca1d0eb2b5fef9379adfa5 4cb1d18fe3a3d7b0490211c18219ecec36ed8b31 54bee51ef8a01164e02950104aacde9b52f35994 5848d646a5b7db824c72387dfa492aa4e0beca16 5a7a4d3f0c44c0dce66efd7cb6ede4940ee8b6ef 5dda9c2dcd55470c2246669dd66204278939173a 5f5ef50ba59103edc40495ff1123a0de3f0bd51c 6037f9c9b3db1720e199d8ba431a5bc66cadd1a7 6098da4add666e3064d1c25fe4dbdbaa14c87d94 63a138701015d1e6ca70336ee73652a6ccf000f2 68a409b9f4740b6c7dac2be378041daa16a46f1a 68e1d1af74d15b929f689b5ba532d16d636fdab7 6976bd47d24229f3c793a3ff0da1b63add05986a 6ad0329ed3bcd14934c0c40cdc388caf309ffb1d 70a95b708bcbcebd4d3608d252d4bfe7dd968cc1 717733b9573376f68fc3c5808c12d9e95b1e8acc 771f0cfe7246c1dbddecaa690ce4885618dd295d 78af9819768065ba6d9e1ad6353a1bf77795f6e7 7c8e4c244fd4a7edf4f55a2b5c639c5e495d5379 7de4647c3a251539916847c5f8c97549cf8881d3 801a11bc297224a02faaf1ff56be743d57915e6c 805fed672340558883b2086b88b884010904bfdb 8069cf9273fbe81afdd0b760c1ac8af0cd4b44a9 81f6f9f3d844ac9cbf99055f2542ca35e2a20795 867373e1d399440a548cee0eeb14030b107f9d99 8903f72216289ff7156ac08c5639e82a25614d7f 90e87e4b0f65a8b1fb9bfa46855a4199248f9c7b 94628b706a55496b740127a57941022c0289fdf5 9470e221c841bc7e3aabaa5b0b58a188062ea2ea 9a7d90816a4e3f40ebe227ccce088259af0b6ad4 9e9ad603503a5c68e36caac46cdd2c7ce9024009 a2cb38743100ad4dddbcbb56fe237ae7ab4e6811 a5e5f25a90d9fb0ac1fb44bf2911fcb956e2b1a6 a63962f88c678471e89289af95b75a61c816029f a6e85833cace117ae998224ccfa68f92bb1ef8a2 a6ece074527d6b8a606d64b93cc2ea9d3917ef65 afbae9776b3ef117ca127054934e646fe6fa63c0 b67feca0915cee10054b2bbc64733d05de5ce48a b9c9b31eb084a35c5f71fb388d9ae03816b8b21a bb7befca3cf96a0f249b22b1d93b942b135e6d7f c0a0f51591edecd5607f6df3b8e94ba3b95ba597 cb337f5fdaa93bd6d89dea7ad24126a27749b710 cc3bfdc776fb42c24932610261ebd743d31bbf20 cdbb16dabba706aa7e8005c3f764ef34e1b9c7c6 d0c7a358f28f80c5e0250b21e3a9f298d7063dbf d5e0de35c1abefcaecd4719fdc15f8610f773744 d8026b8a71faf7f01133aaadf17ba27d6ea48621 d87d33c2cff36becf90f8c0fdf9ef843e14ac8c7 d9f7b9b8df4d9ff8db450fb666477b2a7b75fd7b e01b1875386168f97aac95b48a18f866a6de7ee2 e0ab12301a980f6a87056d83736beafea1cf0837 e0e428935abb8b41e594222c7e5271e5406473ea e82d821ae55f43785661fdb2bed23cb76a965344 e9f937bf29605ae919065be624c65d730de18143 eccc465f9ba1971296594eb329b747cd3f3e20ea ed5d8324788d5e1d23c7e542350ca4f7fd998195 efb43b890f316bf5adde4616c441c5de3eb26346 f136584e5849f82499481249bac99f29316b4073 f1442e686bc6875bb2f3665f66f813e449a347a9 f36b568617782cbbe60f4067df00d9260780f6f2 f42c6365665e5cdbc3348ad7fa58752538e27c3c f46ee81d0433cae75f999335be962e8b78cbd37c f68a6cf9c0e160920c2e1401d11d0058c8512229 f7cd2b2ccde1c7ad92bbd384e9be00b489e8f062
Postgresql-Catversion: 202209061
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-15-icu-ext
Source: icu-ext
Version: 1.10.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 276
Depends: postgresql-15, libc6 (>= 2.17), libicu76 (>= 76.1-1~)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-15-icu-ext_1.10.0-3.pgdg+1_arm64.deb
Size: 96924
SHA256: a21edeb5addb4dedae7cdfdd0b4190a4c6f75fe66097e5abb523e1e1639c7068
SHA1: 8987fb0303349c913e52783428419e87d8f98fe8
MD5sum: 3c5891d2246b0c2d29134b9d94b81064
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-15-icu-ext-dbgsym
Source: icu-ext
Version: 1.10.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 175
Depends: postgresql-15-icu-ext (= 1.10.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-15-icu-ext-dbgsym_1.10.0-3.pgdg+1_arm64.deb
Size: 90420
SHA256: a168e102f4c084990d143df57f0a63ceb9a304c70617fd06d29c0058d852dc1f
SHA1: 28ddfd2e67803041374e2735fc5283b47549974c
MD5sum: 27ed46fdd2b285d7063385417bfe0c22
Description: debug symbols for postgresql-15-icu-ext
Build-Ids: 8cff8b76e38ff13a00c828002822950b756cbb28
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-15-pgaudit
Source: pgaudit-1.7
Version: 1.7.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 137
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-1.7/postgresql-15-pgaudit_1.7.1-2.pgdg+1_arm64.deb
Size: 45536
SHA256: d2f9c0c05005e350e51a1326e5a82ecd26614833049e2ed112c8fda8b450b036
SHA1: 67498af7f90b9e934f87018df8a653466fd2ecc0
MD5sum: a68cdbc122dc99b81772c80b9b32b275
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-15-pgaudit-dbgsym
Source: pgaudit-1.7
Version: 1.7.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-15-pgaudit (= 1.7.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-1.7/postgresql-15-pgaudit-dbgsym_1.7.1-2.pgdg+1_arm64.deb
Size: 52892
SHA256: f47eaa5040b6f83da87cc396f8c67ca205b498b646fd97f8ec15f3cac9f15c95
SHA1: ef322a841fb1aecd917c72c3320f8b1a46ff51a7
MD5sum: 45ec31057205e1ed03f67c0a9bbb906a
Description: debug symbols for postgresql-15-pgaudit
Build-Ids: 0a8cbff0b0039027eafd59df9cbe160384996355
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-15-pg-pwhash
Source: pg-pwhash
Version: 1.0-2.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 178
Depends: postgresql-15, libargon2-1 (>= 0~20171227), libc6 (>= 2.17), libcrypt1 (>= 1:4.1.0), libscrypt0 (>= 1), libssl3t64 (>= 3.2.0)
Homepage: https://github.com/cybertec-postgresql/pg_pwhash
Priority: optional
Section: database
Filename: pool/main/p/pg-pwhash/postgresql-15-pg-pwhash_1.0-2.pgdg+3_arm64.deb
Size: 57764
SHA256: 207ce6f13cd9b89184e0ee26b4f9c83c5511292c337f17824334b5a3a71693a8
SHA1: 4c5a1e2550fdb13c406ee4b0ded0a246965a9bce
MD5sum: 9233d9fe4301cf77a619994221888e56
Description: Advanced password hashing methods for PostgreSQL
 The extension pg_pwhash provides advanced password hashing methods based on
 adaptive implementations.
 .
 Supported password hashing algorithms:
  * Argon2 based on RFC 9106 ($argon2$ and variants)
  * scrypt ($scrypt$ and $7$)
  * yescrypt ($y$)
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-15-pg-pwhash-dbgsym
Source: pg-pwhash
Version: 1.0-2.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-15-pg-pwhash (= 1.0-2.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/pg-pwhash/postgresql-15-pg-pwhash-dbgsym_1.0-2.pgdg+3_arm64.deb
Size: 41756
SHA256: 1b8bdd5f7140c86cf9d365f8ae1d75aa4a67af941e2c09b00fd006653554892a
SHA1: 6d4bb8d6b83a182d99774b79b46fdb46a31553c7
MD5sum: 610a087ace14c3ee6d271d65cf963e32
Description: debug symbols for postgresql-15-pg-pwhash
Build-Ids: 2bf89eb35b017ec7dcdec5ba115c89e3dbc5b5be
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-15-pgrouting
Source: pgrouting
Version: 4.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2873
Depends: postgresql-15-pgrouting-scripts (>= 4.0.1-1.pgdg+1), postgresql-15, postgresql-15-postgis, postgresql-15-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting_4.0.1-1.pgdg+1_arm64.deb
Size: 782796
SHA256: e71c9dbcee801109cc9abe64e5fbcd4acc2065d09010786ee74fa4c53caf6e22
SHA1: d5c88d35574992094518bea67394cefa53d3b2a5
MD5sum: eb7a63d4446fdacae1f61e27a6b4dded
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 15.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-15-pgrouting-dbgsym
Source: pgrouting
Version: 4.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 27059
Depends: postgresql-15-pgrouting (= 4.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-dbgsym_4.0.1-1.pgdg+1_arm64.deb
Size: 24379504
SHA256: b72d8f90df22d47a751dea7740335c6ccdff6256f285ab9164649f59c2f46704
SHA1: 230f8dc9446c72aab1b5cf5ae652e0b65de09d12
MD5sum: 892da92b9d09e1514405a450a2d3769b
Description: debug symbols for postgresql-15-pgrouting
Build-Ids: 9be31e730c5d354d76ce5ec44d2b4e65bbe1a69c
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-15-pgrouting-scripts
Source: pgrouting
Version: 4.0.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3948
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-scripts_4.0.1-1.pgdg+1_all.deb
Size: 53068
SHA256: e313d0d03e2006913f16da78556c8e49ebf769e6d136150874215a6792f9e6f1
SHA1: 557b6321eeec4e8d264db8e05e837e94892557d1
MD5sum: f07c037c525ec7535eefd24042f8f4f7
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 15.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-15-pgsentinel
Source: pgsentinel
Version: 1.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-contrib-15, postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/pgsentinel/pgsentinel
Priority: optional
Section: database
Filename: pool/main/p/pgsentinel/postgresql-15-pgsentinel_1.4.0-1.pgdg+1_arm64.deb
Size: 45072
SHA256: bcbbbfaaebf8482edae2e3aab6900fdb504929403f1ce99313e9588a8e2b1306
SHA1: d6cc0e47446d6e6e403ffb60908c85cf77233f8e
MD5sum: ac82f449086dd14f1ec520175a197c41
Description: PostgreSQL extension pgsentinel
 pgsentinel is a lightweight extension for PostgreSQL that enables
 active session sampling. It collects and reports information about
 currently active sessions and waits. This extension helps database
 administrators and developers diagnose performance issues by
 providing real-time insights into blocking, waiting, and session
 activities.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-15-pgsentinel-dbgsym
Source: pgsentinel
Version: 1.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-15-pgsentinel (= 1.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsentinel/postgresql-15-pgsentinel-dbgsym_1.4.0-1.pgdg+1_arm64.deb
Size: 67956
SHA256: 45d9aa7eefdd41849bd38bea7cc0a6dc54983f424827cc778d61b02813837671
SHA1: 92f2ed6957a9f109521821508fc2010efd5cc2f8
MD5sum: 9b2dc7c6cbbbd1b5cd5b41c2eb9425e5
Description: debug symbols for postgresql-15-pgsentinel
Build-Ids: 646378d4168b8bcb410321db3f84362c0c5646c4
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-15-pljs
Source: pljs
Version: 1.0.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1047
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/plv8/pljs
Priority: optional
Section: database
Filename: pool/main/p/pljs/postgresql-15-pljs_1.0.5-1.pgdg+1_arm64.deb
Size: 391876
SHA256: 3979bbabc7f4cdf74304d15365064c64edb03ad4bd2147c98593ff04b82819f6
SHA1: d2f2f415abcda1fddef800b29c66a4af5edce825
MD5sum: 03a35009464cb96f7856b3b3eb0e8d17
Description: Javascript Language Plugin for PostgreSQL
 PLJS is a trusted JavaScript Language Extension for PostgreSQL.
 It is compact, lightweight, and fast.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-15-pljs-dbgsym
Source: pljs
Version: 1.0.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2203
Depends: postgresql-15-pljs (= 1.0.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pljs/postgresql-15-pljs-dbgsym_1.0.5-1.pgdg+1_arm64.deb
Size: 1336160
SHA256: d29cc4132d37e654cbe84b6737c4c619393d4dad14fb05cd34403d8dd77b9949
SHA1: f24b6d5ad774d995756e6dcc851cf1d63112aea6
MD5sum: ae1aaa3cbffdff43e130c96defe68c79
Description: debug symbols for postgresql-15-pljs
Build-Ids: 522b1f805481cf9505a3e6dd006a97f17dd476a2
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.8.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 754
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 19)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.8.8-1.pgdg+1_arm64.deb
Size: 306548
SHA256: 1abdfd95f41bd8e12f47035f15ca2966be45dc6340105c05458eb93ddaf8095d
SHA1: 240c0c364e351374d78b084ed0770d9fe1d51a83
MD5sum: 7bb1af0f348d416fa5f844128995460d
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-15-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 561
Depends: postgresql-15-plpgsql-check (= 2.8.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.8.8-1.pgdg+1_arm64.deb
Size: 321804
SHA256: 3316c98e45f9f529b97488bb1974f97eedbbccf313355425c2a6baec8fa0c09d
SHA1: 0e753081c266db3587a6fcad9fe3784085096734
MD5sum: 9339307f6682497497fcee60144e068f
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: 9a52b365c449245e87ad95c81c26517e34e8b0c4
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-15-postgis-3
Source: postgis
Version: 3.6.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10111
Depends: postgresql-15, postgresql-15-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal38 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-15-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3_3.6.2+dfsg-1.pgdg+1_arm64.deb
Size: 3463060
SHA256: 306a933672bea357279ca423cf0921d75a6652e4d9dfa3f58067eaae4cd2a8d0
SHA1: ac8866fdff0ea4b0a31aa1ca9f9966a805cb1a2b
MD5sum: 517132e59c1872929e41722d701fd12e
Description: Geographic objects support for PostgreSQL 15
 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".
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-15-postgis-3-dbgsym
Source: postgis
Version: 3.6.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7256
Depends: postgresql-15-postgis-3 (= 3.6.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-15-postgis-3-dbgsym_3.6.2+dfsg-1.pgdg+1_arm64.deb
Size: 4097948
SHA256: 98d6011e52cd6748012b32d0d298c94b674ae146218df3d8481531fee0a5efad
SHA1: 6ff108d148514417e72658bda7e9f36a808af154
MD5sum: 0fab00a42aad6eabdf9bdce677221184
Description: debug symbols for postgresql-15-postgis-3
Build-Ids: 0eff5f0b748a2fd9d5b24b581361d79bf809d0d2 4daef7e13e5e77e4b0c7019beb5052fb3a88064f a218c75ad670cda27db8d336adf70d3954e041ee cbc1e409c428268ffb86cdcb8e60eb72cbf8b45b cbc85d8bb6505bf798e4268436af1c1c77448d94
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-15-postgis-3-scripts
Source: postgis
Version: 3.6.2+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38993
Recommends: postgresql-15-postgis-3
Provides: postgresql-15-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3-scripts_3.6.2+dfsg-1.pgdg+1_all.deb
Size: 1299860
SHA256: 62056adcec10ce32f0348c63d1f022b30ab46b3ab87920cd6f1f2aba3cd4d976
SHA1: 6318f221e55731256c69ace2a797bd8dafacab0b
MD5sum: 930a5cc8c362f1494cec4158d25bd09c
Description: Geographic objects support for PostgreSQL 15 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 15 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-15-preprepare
Source: preprepare
Version: 0.9-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 19)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-15-preprepare_0.9-10.pgdg+1_arm64.deb
Size: 17768
SHA256: 9212bd255e5a9af1ee4648ac87d490a4fd3207cdad803a026f47db382ca5e9fa
SHA1: 919d5b95fdb13058ec26d7c0f170b8d0473814d5
MD5sum: 8ff20e3e14435d65ffd73c29b7cfa16a
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.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-15-preprepare-dbgsym
Source: preprepare
Version: 0.9-10.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: postgresql-15-preprepare (= 0.9-10.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-15-preprepare-dbgsym_0.9-10.pgdg+1_arm64.deb
Size: 16964
SHA256: ca95228c0fea88153f0669d58ac460cadb1edb194ab45854eece468d68d02b5c
SHA1: 8f6cc6a76c0d8edcdd21295b3aa9e259ed35c082
MD5sum: 5832e7c070d19ff144520d38dc4a2123
Description: debug symbols for postgresql-15-preprepare
Build-Ids: 639651233eb7fb15ff6ffebc5296e022ddbd9818
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.25.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13846
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.25.0+dfsg-1.pgdg+1_arm64.deb
Size: 398792
SHA256: f336cb75d97305d989f0a9ec69d54e913be5e0fcd7f3709cbc4e711c282b5fb0
SHA1: 15fc6a280d37b2665c643c26a0ef59faaf9513fe
MD5sum: e258c142d456948d4a68532ed6d9faf8
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-15-timescaledb-dbgsym
Source: timescaledb
Version: 2.25.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2112
Depends: postgresql-15-timescaledb (= 2.25.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.25.0+dfsg-1.pgdg+1_arm64.deb
Size: 1176148
SHA256: 3c06e81aae163bac8ac5f524584400f0d464795a3d4438334f6fe8ba26af40c2
SHA1: 777e7ac52eba2847e176e35f8575d3c90720d106
MD5sum: cd45183cf031bf30cc2448d4c7da55d1
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: 45e0f93d4141b05fd335ac8685b68e3a368d3f5f d8d744b77f860db16f31a7c7d2bde525a636c60f
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-16
Version: 16.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61511
Depends: locales | locales-all, postgresql-client-16, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), libllvm21 (>= 1:21.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 16~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-16-jit-llvm (= 21), postgresql-contrib-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-16_16.12-1.pgdg+1_arm64.deb
Size: 16810244
SHA256: 3479cfba6ce2528d49c6e04782b14b3e60535dd5e2fa8714a5f4630e45d55fb2
SHA1: 1121d267f2539e47b9c30d8c9af1ae57a7d6ca4f
MD5sum: b48d76946cfd6e9f52b23105733aa666
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 16.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202307071
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-16-credcheck
Source: credcheck
Version: 4.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-16-credcheck_4.5-1.pgdg+1_arm64.deb
Size: 76332
SHA256: 44f5a18e71dc71aec91e456a295308df0c49303eead43f6652ed67eb7893e8e4
SHA1: 2ba6829c175feb7e78dfd9874c71d85ad26f5876
MD5sum: 425ae1ea8f871047b7d53289ad5049bb
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-16-credcheck-dbgsym
Source: credcheck
Version: 4.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-16-credcheck (= 4.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-16-credcheck-dbgsym_4.5-1.pgdg+1_arm64.deb
Size: 80780
SHA256: 77c3f8c2b71b2d8c0da8fbb919c1c03efa07260250b84bc2dd2481dcda9e0c6d
SHA1: b9a286426bc1b6d975b25c2d4495d4e8f2b04484
MD5sum: 9110638c4c81ddac4ff72cd71e1f747c
Description: debug symbols for postgresql-16-credcheck
Build-Ids: 26dd83e8405e122f0723eb2ffa054750322c86dd
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-16-dbgsym
Source: postgresql-16
Version: 16.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36596
Depends: postgresql-16 (= 16.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-16-dbgsym_16.12-1.pgdg+1_arm64.deb
Size: 19358616
SHA256: 1149f0fe1af925803218198c11719cd7da5bb6ce7329b8ff12f21a5431458241
SHA1: 682a14d2ff214c28fb1a90a227b669102d6e6a38
MD5sum: 1c80737929d67e2172d6a5ff3bea7628
Description: debug symbols for postgresql-16
Build-Ids: 04ee55cc157e277becd7e7d15e401dd8e8eacd2a 07111a35e08beb682168a6eda8a44bb9eb9a283f 0b486164268ead693bbe0e0c10d19e3cadfef68c 2cc8af5b77f607afd76dda256189c052bb71a8df 2e156d237160ae4590411bd37073548a3f45acdc 2ef074e21a12f008d4eaab8be81ca8e63c192ecf 34b9b44e225b15870811957b4ad3e2cf8d3ebd9f 36dfcae0c59546c7a57573d33d829871d5549a68 466ff4c0d4f599adc1ffe5623989b866f08faf7d 497bf582463812074d3fc3c48a848a93a965d16b 4db6cd3bd2a90e8f1ab2ceb934c5b8899d003e2d 50c0823cddff12ce849e7aa102733265f3ae00a3 51bf7c6286621aeaf1268617d7de5484b2f978a8 5389e6865afe8412a1a4dd408957f1e6688b54fd 5402f7ab3687e9e0a20899acb0f8190002f2ccda 583525da87e5c6cd3fc918b20d05d43795a61c0a 5846cf72705e27b9374bcd4df00622f35d746f41 58b4c7ea35359813c703e15ca14612ea0512cace 5bfc8d147ef4499b55134852dd896c6853d31ea7 636dc8ec715f230f026c03fb0413839ebdb71e5f 647981ae82a73edd20b4489ca262ff3cb830324a 658dfb2a0054affb82d1700dcfd418138ebba959 6cd8c04f1d99e950a66da7b9d9e86620186a99db 71da6249b771709941e50603440fc72057eaed81 7b2fbcbeeff85ea834b14aec4a683ac95166a7d1 7d528ffff02123b0f07617e086438ea4be81a0db 7e40cfc75e66890993ff179ad7947060ceee339a 7e8cdfb90c4e79eac5be74e34e068a1395f685f8 82ebbc6005de097b8b5077ec226ce048cbe32902 8388bff2fabe6ff19f4f2b038ee7ef7c82b6fe51 84c1f23a47ce036307eb5f54435c623d92d33658 8616db3dee3797d5d8e838ffe81f8f1818cb22e1 872bd73a7f334c89cfaf06f52a44242cdc4f517c 8a7d582862cc63def92d80b2d6a0ef7e2d360acb 8a872460e5985cf59c1659739be0821258e853c5 91a3f972f3e04e2ae20be259840410c9f0922a4c 921f3a20e16375091d921137004b5ed5ea50110a 955519123d884880d8287bfc0edadb2eb162d032 9561d21cf3f35ea40846509d6f9ff6d9b2bf698a 95872d96b0bae085a5c2ba8a16d0c21ffca5f945 984ebc7f9355e91ead7ee46ac41ffb5a953a3087 9d80c5d00d4d6256593b0b36eab222ec2ab607ff 9f27391645caa81fa00e2876afe36f54bdcb386f a0e229b0b84e8a1e76debb763a56216affd45884 a1c74d0e2511af5174eec7c7c2b8c12ae4b568eb a5c4aa9e3950671bff9ad19af9822800875f7e66 a6a3724f3dcbb424782685738716b7ee8b30f613 a6bfbe46db2b5516a24adcfadb49738b25d8ade4 a705c5e45f02aa9a4dd46e5a7774deb3c779bb18 a9d07fa4b513949dd00ad6de4303c2d61dadd36d aa73c78909ceb729f64e78e4e2498b21065d5fc5 ac86bd4711aae05a8a764fd6cc4d15496ac0542c b12ef4208b3bfd4fd7e7bae1a5972448957874a0 b2ae1dad5cb790171ad78d5b00bb3ca202ab13d8 b3b4bf1faea41038b518c8f865543c3c81944ff7 b4c3ee27b117dc9d9b49454b73db5fff6ffa97c1 b4d69fa9f246455ae89e5c1701e025738c64822c b7eb241c6f07beeff7001431cf3d8e78bee5a901 b87af0b3c2b8f33a01a5eee4eeb5d4620e14728f b96997ad376f0bb0491836d0df49f9c1f3e10e98 bec760631493fb9ee0ed59c998a066a5e964256f bfce31d140a6d78f13ee7130678c7838a72f45d8 c20e233a585bda36fce62960b13216a442a1ea86 c2f8e3d168ae1df4fb12b13187c75ae7390b7bca c58821b16c1b02712c4b81e75aa9d1e33da326df c9b811798205873fa4a3284975df6eab9be871a2 cbc8b5b6788cebf018ecb2a37335fa68c164225a cc9ea45b5666e9649ed34adcd1d4002ce8e1d435 cca158938a969ec14cc02f41c15c4a9b41c04222 cdeb2be3fb3470495f3475151a2a55f6d4aa744e d3fbda695d4af3b27bbda1ba3662492bff0e0ff4 d4d9e44a47ba3e3cd198ca0f9422e2c8ffffc496 d6e50c0b0c4e7c55523cd2ad38d522925912c537 d72aef1b2149c1a2ec0348147022231564c1b85e d74911759854068403c95b8b6a4757a47da687dd d7fdd5a17a5ee4736a1e38501f76e7f872e6c2ae d8b0ca54af4ab99fbe688fc5746727f02e1c878a da20885c0c48d6b5ad6022b4d45f7090e0cff0b7 db3f58984d050da40c879e36bd3e3f60ccb41488 db4d756e5340f0e8b9b12ffbac9930d4ce432851 dc349893ec74aa329486f68f0265efb611fe70b9 de80c051a8cc37752b452354bb30a3358e18a68d dee990d308002216fd4adb26fef2c9ff9cd386b9 e4c227dd172da94f06b0e2c641731000adcc3eea ea1c072df0e0a42f5b27c91b6b438f1be295d784 ea5034f36d9bf5b22b4f1c9e59dadff89c82c9a5 eaf16ee40a44901c76215a1347ec2d11e07c6727 eb606bd6982874bb498687c69bbd17f70a4144ae ed2a05770d0af752032f331dc0a679050542c2e3 efb1e83f78f2543a6a1f34c61a01bf2848cfbd9d f2843fe4497977e3703d4d982aa68da17e9042e2 f34ed9e03c599a77e2864435cec68e84a65146bb f5ca3f1f9e4b76a2339686721ccf58d5a7dcc30a f654374a126f914841b4819ca7d9094857add2d0 f7df53ca7a9c61f70a1d40dc719e1c411da31acd feefc9a11588a828afd165b0432ddd3ae9d6eb39
Postgresql-Catversion: 202307071
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-16-icu-ext
Source: icu-ext
Version: 1.10.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 276
Depends: postgresql-16, libc6 (>= 2.17), libicu76 (>= 76.1-1~)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-16-icu-ext_1.10.0-3.pgdg+1_arm64.deb
Size: 96432
SHA256: 717dac8425de0e297ad26d5a062e71f9c13ed4b154a0e8a22c0346d6e2cead7e
SHA1: 007ce835837daf3b81be36a5f7423df8494d2b4e
MD5sum: 8f18a94cfae6fee51552fca3b1012404
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-16-icu-ext-dbgsym
Source: icu-ext
Version: 1.10.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-16-icu-ext (= 1.10.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-16-icu-ext-dbgsym_1.10.0-3.pgdg+1_arm64.deb
Size: 97416
SHA256: 9b17293158c232b7f2183fa7b3676b3027b85f75777af600b7209c3bc033a1c8
SHA1: a98e7c13b0715347d8663b9ca8ddddedb41bed61
MD5sum: 51ae7533f83b5120ad321f6a061d11f3
Description: debug symbols for postgresql-16-icu-ext
Build-Ids: 4c45bbf83650765cb3c65fd3efc07284a79632fa
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-16-pgaudit
Source: pgaudit-16
Version: 16.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-16/postgresql-16-pgaudit_16.1-2.pgdg+1_arm64.deb
Size: 47340
SHA256: f90b6e0cba11d36976ab4059229fa630ef680a9291f5c1724742bf8e27e8f489
SHA1: 229b372747fe6e69ed0b3eb55e4e1e71dd2d5f11
MD5sum: c6181491fce199fdb96a388f0ed6c810
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-16-pgaudit-dbgsym
Source: pgaudit-16
Version: 16.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-16-pgaudit (= 16.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-16/postgresql-16-pgaudit-dbgsym_16.1-2.pgdg+1_arm64.deb
Size: 54640
SHA256: a8ac9f22b7eef09e69f1ab47644f6be645d6565a8265da0100a0dec56bd3f1de
SHA1: dd385560486449d7c3e359d61494ef008ac9a283
MD5sum: 2470a53fa14338652df4a9071905c9ef
Description: debug symbols for postgresql-16-pgaudit
Build-Ids: 3de0f6a6fd9fa277433f6c78eb489cb50eb27903
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-16-pg-pwhash
Source: pg-pwhash
Version: 1.0-2.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 178
Depends: postgresql-16, libargon2-1 (>= 0~20171227), libc6 (>= 2.17), libcrypt1 (>= 1:4.1.0), libscrypt0 (>= 1), libssl3t64 (>= 3.2.0)
Homepage: https://github.com/cybertec-postgresql/pg_pwhash
Priority: optional
Section: database
Filename: pool/main/p/pg-pwhash/postgresql-16-pg-pwhash_1.0-2.pgdg+3_arm64.deb
Size: 57544
SHA256: b2dae05178522d6b2e9e94f9db7da71fecfaeb20c581760fc403fdd9b6bbc7ab
SHA1: 0a1b286206951e595df05daaaf5a38f6e16f597e
MD5sum: c39c49278f302c75250296315ab3c08c
Description: Advanced password hashing methods for PostgreSQL
 The extension pg_pwhash provides advanced password hashing methods based on
 adaptive implementations.
 .
 Supported password hashing algorithms:
  * Argon2 based on RFC 9106 ($argon2$ and variants)
  * scrypt ($scrypt$ and $7$)
  * yescrypt ($y$)
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-16-pg-pwhash-dbgsym
Source: pg-pwhash
Version: 1.0-2.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-16-pg-pwhash (= 1.0-2.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/pg-pwhash/postgresql-16-pg-pwhash-dbgsym_1.0-2.pgdg+3_arm64.deb
Size: 43408
SHA256: 8379587d24961c0e64534b536c3e480dd01dfc9a470fff95f30020c739d9390f
SHA1: 9e8fb6608c16dbb2780165a82e8617c0edfa820e
MD5sum: eaf43aa7136773d682e7fb55997d97f8
Description: debug symbols for postgresql-16-pg-pwhash
Build-Ids: c2ba51ad625d5a8b3c04b9fc7573bd971cf863f2
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-16-pgrouting
Source: pgrouting
Version: 4.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2873
Depends: postgresql-16-pgrouting-scripts (>= 4.0.1-1.pgdg+1), postgresql-16, postgresql-16-postgis, postgresql-16-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting_4.0.1-1.pgdg+1_arm64.deb
Size: 782680
SHA256: a08d499c66f750ac721f9f06d00b5367333b75b390569e0edab4359edf567448
SHA1: 076470aed173f586e282ef1c9bb9c0f798a8db53
MD5sum: 7ec9f8548ae30b7ee1a5ca58d62b963f
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 16.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-16-pgrouting-dbgsym
Source: pgrouting
Version: 4.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 27087
Depends: postgresql-16-pgrouting (= 4.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting-dbgsym_4.0.1-1.pgdg+1_arm64.deb
Size: 24412364
SHA256: 4aa2183cf0fa53f85b6c164e6e349f3143ed1786402cce50e115cfeed477a3ba
SHA1: c9fd0cf2c91709c7092016700c04f908a7e13b23
MD5sum: 414926427acab4fe073efcf1a7bf92ad
Description: debug symbols for postgresql-16-pgrouting
Build-Ids: b08d7389ba34786d7684458c17a91ddc8b95de5e
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-16-pgrouting-scripts
Source: pgrouting
Version: 4.0.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3948
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting-scripts_4.0.1-1.pgdg+1_all.deb
Size: 53068
SHA256: e25e785f022693e93f749d057bdf77399a34806877d99751fbf1d4e5e53350d3
SHA1: 3d7649d04620793299a9547ea8f08f1b5e729ce0
MD5sum: f6dbb8f58199d1d505a9d13bb96d3846
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 16.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-16-pgsentinel
Source: pgsentinel
Version: 1.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-contrib-16, postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/pgsentinel/pgsentinel
Priority: optional
Section: database
Filename: pool/main/p/pgsentinel/postgresql-16-pgsentinel_1.4.0-1.pgdg+1_arm64.deb
Size: 44996
SHA256: 02eb64d10ce830b026b3e9633eb77c5f68156ed94fc9d3a3dc3411bb944f8f9a
SHA1: 1a2eb403a7a26d6f779f6541a4e739b817c018b5
MD5sum: b98e6beacd66592a3cb7af73bfb01c15
Description: PostgreSQL extension pgsentinel
 pgsentinel is a lightweight extension for PostgreSQL that enables
 active session sampling. It collects and reports information about
 currently active sessions and waits. This extension helps database
 administrators and developers diagnose performance issues by
 providing real-time insights into blocking, waiting, and session
 activities.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-16-pgsentinel-dbgsym
Source: pgsentinel
Version: 1.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-16-pgsentinel (= 1.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsentinel/postgresql-16-pgsentinel-dbgsym_1.4.0-1.pgdg+1_arm64.deb
Size: 72956
SHA256: 44cfefdce227f533769e2f33ce6f16b7a40575c6df883a00ca4016a04a361bc4
SHA1: 35ab58714e2a2f8819cb82ac62bd65998ea13dd0
MD5sum: 3109f830428f2d63433ed385edafe78a
Description: debug symbols for postgresql-16-pgsentinel
Build-Ids: c72416a4eff04c5445fb0c80bc59114d02e8b5fe
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-16-pljs
Source: pljs
Version: 1.0.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1047
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/plv8/pljs
Priority: optional
Section: database
Filename: pool/main/p/pljs/postgresql-16-pljs_1.0.5-1.pgdg+1_arm64.deb
Size: 390592
SHA256: c02b7c9e4ce44200f2e0457b2f1c694a6d2b00741dc9628b2e10ac8ee313d56a
SHA1: 868c5673f9267b8a5c23b16ce14f2218bafa83e6
MD5sum: 6961a6239c4bd4efdcb0b7e5cc7f1ef3
Description: Javascript Language Plugin for PostgreSQL
 PLJS is a trusted JavaScript Language Extension for PostgreSQL.
 It is compact, lightweight, and fast.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-16-pljs-dbgsym
Source: pljs
Version: 1.0.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2196
Depends: postgresql-16-pljs (= 1.0.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pljs/postgresql-16-pljs-dbgsym_1.0.5-1.pgdg+1_arm64.deb
Size: 1341184
SHA256: 248f19bd3aa1750f9fa3bbb99db63244420bf19138094d63dcd334a724771a57
SHA1: 4078737bcdfacf2747fb0e2fab829cb35250532f
MD5sum: ced2ed802e5c35fa8508d6a63055ac3e
Description: debug symbols for postgresql-16-pljs
Build-Ids: 8ff08e6d22097f5b8eb32226ab5839e2c38a8dd2
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-16-plpgsql-check
Source: plpgsql-check
Version: 2.8.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 751
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 19)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check_2.8.8-1.pgdg+1_arm64.deb
Size: 302020
SHA256: 7bb44ecb6a2e056d27e1666fe0bde6b24345f5d32ba0dc6d5036eb753d6b95ac
SHA1: c7e22af768bf14d19b0a6bb7be1b137f3b8b848a
MD5sum: 6eb8de1d26a7b92e778c6eeebeacc851
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-16-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 555
Depends: postgresql-16-plpgsql-check (= 2.8.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check-dbgsym_2.8.8-1.pgdg+1_arm64.deb
Size: 329456
SHA256: fae23bc2d9e44a44a213713c9d26655ed160f92bf3d13b19cdfb63c9c31b0d09
SHA1: a142c771f14e6f0d414a6a8add225e550e03db4d
MD5sum: 3ad649926af787dfac10b9a473e6aded
Description: debug symbols for postgresql-16-plpgsql-check
Build-Ids: e7e9e72361383c33135c8f8f00a07a383cda17a4
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-16-postgis-3
Source: postgis
Version: 3.6.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10235
Depends: postgresql-16, postgresql-16-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal38 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-16-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3_3.6.2+dfsg-1.pgdg+1_arm64.deb
Size: 3541148
SHA256: f1c2860c3f9a8f8266f9224c73d40ae8c2558b4a96e908ce0e6bac1461ef8004
SHA1: ada5ca6b47fb5ddbfa4a5ae6469430bc8e36c548
MD5sum: b851ecbf70c248a92fecfaa0befbf82a
Description: Geographic objects support for PostgreSQL 16
 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".
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-16-postgis-3-dbgsym
Source: postgis
Version: 3.6.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7364
Depends: postgresql-16-postgis-3 (= 3.6.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-16-postgis-3-dbgsym_3.6.2+dfsg-1.pgdg+1_arm64.deb
Size: 4235536
SHA256: 95728805b03498d3e08c55bdbc8f3737c2c5376056bbdd84f3054359d7021d78
SHA1: fd42b6acc6f97cfd6fabc8d92d9914264ce6e140
MD5sum: 3c0bd9487b26f327a99b8b51856c1a62
Description: debug symbols for postgresql-16-postgis-3
Build-Ids: 19c80784d280bc55c942363d223446a990b8aca8 2b7fa28f671a4c755c44c05763306d4a0bc1045f 5b6227defa767562e391a466f4ae440b2fca28fa 7e57f6a993685c0b7f822e0b425d57ee90252e71 f70dc7d646a99db1b836d43441f8fe23b71336cf
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-16-postgis-3-scripts
Source: postgis
Version: 3.6.2+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38994
Recommends: postgresql-16-postgis-3
Provides: postgresql-16-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3-scripts_3.6.2+dfsg-1.pgdg+1_all.deb
Size: 1299552
SHA256: 4d5aef69d380c8d289a74087de837b1baeb3d31ef2c7fcb241c3bb403d01a4b6
SHA1: 6348180af895f1041f9664910b1347e552902330
MD5sum: 91a5f31b8076f383444884e1d8ef75e7
Description: Geographic objects support for PostgreSQL 16 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 16 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-16-preprepare
Source: preprepare
Version: 0.9-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 19)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-16-preprepare_0.9-10.pgdg+1_arm64.deb
Size: 17808
SHA256: b90579dd5766a7e58a25ec41730bdb1f535f80aa53f4e4ba53ad3583e0485a5b
SHA1: f2243a7a2b492e1efc79c659130642da85a4efbd
MD5sum: 9e781c2ae4085c30a893a66a3986b6e6
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.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-16-preprepare-dbgsym
Source: preprepare
Version: 0.9-10.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-16-preprepare (= 0.9-10.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-16-preprepare-dbgsym_0.9-10.pgdg+1_arm64.deb
Size: 17436
SHA256: 182a24a9390c518a5b1cc0fa7ad9795b80d9d27534209de7a91f329cc965f8a5
SHA1: 816a4b4b2e5a7d17a5539da9cbdbdcb6236c5ae0
MD5sum: f8b11c1bf7c8895e91d4401f3d8635ae
Description: debug symbols for postgresql-16-preprepare
Build-Ids: cc34d655cff2240925e2ef352a410e40dab96cc2
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.25.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13846
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.25.0+dfsg-1.pgdg+1_arm64.deb
Size: 398164
SHA256: e15e650bf5d94a0ab04cf390b773e8db32b21af94aaadc7753c2ddd2e0b2e93a
SHA1: 7ef082393d5675bcec109e97da8bd4947aa01b43
MD5sum: 784e1cf03a8b3720a944d7433ad33efe
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-16-timescaledb-dbgsym
Source: timescaledb
Version: 2.25.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2157
Depends: postgresql-16-timescaledb (= 2.25.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.25.0+dfsg-1.pgdg+1_arm64.deb
Size: 1229760
SHA256: 9b7b2038168c9c5246d083ee966c1b6c5662cd53d7f110c85b9d3d31c25ef7f3
SHA1: 841fc61743af73dc41a06bb511334e6c9f5767fb
MD5sum: d408723ad71dc501479b9b21a3a97bf0
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: b6116f8206f4d8630f8762e3ca6d25a3c73a90cf c3804403364eda289bd987a28dc328de297a005d
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-17
Version: 17.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63549
Depends: locales | locales-all, postgresql-client-17, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), libllvm21 (>= 1:21.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 17~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-17-jit-llvm (= 21), postgresql-contrib-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-17_17.8-1.pgdg+1_arm64.deb
Size: 17376144
SHA256: 61c45ceb63025f82fae645ae78e96ce4457215c24c7b9c3db43b0a0320e0dda7
SHA1: 0e80e15c0334e152aba9d862529a9681ff5e0163
MD5sum: 520515a63d41408e211eac0dd44544cb
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 17.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202406281-1700
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-17-age
Version: 1.7.0~rc0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2006
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/apache/age
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17-age/postgresql-17-age_1.7.0~rc0-1.pgdg+1_arm64.deb
Size: 719200
SHA256: 94d87f7dd1c3849cd40a8843a2c55c34ba3d0db801a0b90b4f433044efc040ac
SHA1: e5954531088da18d1a7ae9e131a4d16a9e2a6176
MD5sum: 7778ba7947c1c9743b222ab2162ef83c
Description: Graph database optimized for fast analysis and real-time data processing
 Apache AGE is an extension for PostgreSQL that enables users to leverage a
 graph database on top of the existing relational databases. AGE is an acronym
 for A Graph Extension and is inspired by Bitnine's AgensGraph, a multi-model
 database fork of PostgreSQL. The basic principle of the project is to create a
 single storage that handles both the relational and graph data model so that
 the users can use the standard ANSI SQL along with openCypher, one of the most
 popular graph query languages today.
 .
 This package contains Apache AGE for PostgreSQL 17.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-17-age-dbgsym
Source: postgresql-17-age
Version: 1.7.0~rc0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1443
Depends: postgresql-17-age (= 1.7.0~rc0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17-age/postgresql-17-age-dbgsym_1.7.0~rc0-1.pgdg+1_arm64.deb
Size: 797452
SHA256: f6ce9be7ebd0eb7f3209439ede92a2f9bbd7996e1dbfaa0ce317173e6bf2075e
SHA1: 68dff614d543d9776c99ced4c88bc2fa63cef2fd
MD5sum: c9ca4f57e5fb6efc1ad1d14d280f22c2
Description: debug symbols for postgresql-17-age
Build-Ids: 2facaae47e8330d14d3fe0172729527ce8dc7c0c
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-17-credcheck
Source: credcheck
Version: 4.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-17-credcheck_4.5-1.pgdg+1_arm64.deb
Size: 76220
SHA256: 2df5d6d4a515a74e2245dba29bdff7b43a012d4e485ef2f06b1adc259d555736
SHA1: 9b83075684a4893df6862a7db3fa388b357dbf85
MD5sum: 0a44db2657f7cf106c19f1e0a6d09412
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-17-credcheck-dbgsym
Source: credcheck
Version: 4.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 147
Depends: postgresql-17-credcheck (= 4.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-17-credcheck-dbgsym_4.5-1.pgdg+1_arm64.deb
Size: 83380
SHA256: 770f90c3a8805e1b25ef46dd21548f7dde357dad34f59bb2dce19efe76d34b78
SHA1: a4b50985e5f0844039879f5c8c202047acf24e19
MD5sum: 06b9db25583252d8ba40dffab0d41330
Description: debug symbols for postgresql-17-credcheck
Build-Ids: ba44448424280f396784bd82e9130035ab5975aa
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-17-dbgsym
Source: postgresql-17
Version: 17.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38462
Depends: postgresql-17 (= 17.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-17-dbgsym_17.8-1.pgdg+1_arm64.deb
Size: 20385492
SHA256: 2d728b2e433607665aaca0904216281ba1cc287551fd3005557fa01334337337
SHA1: 89dc45636ce656804f31ee00698d7a7b2165400e
MD5sum: fc06414cf1fcb9bdd45772c7c14cde12
Description: debug symbols for postgresql-17
Build-Ids: 01e7c2e72b5b72f1bf7e864f6ad543a6f2bac164 02082540e5eaff6d58d13efffabdb2a3155ebd13 03f143cfc34722a436d8c9910e19af5f5226a6ec 06acf473e7fb1a9a79d387e7c9719377a23d1413 09f262ed91b35863a3a9c9c8ecc9eafb5384b41c 0ad10d34da6bea6de7e38c84bce3bcb10f30a13a 0def4518635a75afa75ec6f70e071e1077d0e072 1143c3c37d717cb25e811827e18b6de8f4f7a46c 13363d2dbfc4500052efa033d89961d413b8d4a6 136ef02130c9c89c03203a76c845f2c30e69637a 14a07f6ea345846aa0b315388bc50849997a6440 18f39b3fdea44cc8aeadc19d64caf2faf27fd23b 19ce1ebde34f74f254e4d69c21b55f54ab259738 1a001562ecc426da09eda2af6c384c8274c51a69 1bdd7f9d83eb8870745d8c56eeaa99b05f911cc1 1c7cbc8dad2af70bcde9d1dc60ebb1d51eddfffd 1e0bf27c1a83d67896d616d0fb5e309fdd633a01 21c165a9b0c47fe9aa7864ffda6852f491fa77f1 2281f88c58eb6c7de5d3c476023c070bb340beac 24ae241f681b94ef072e4ef50a4a5390040f56d5 2aee41328eccd4640e65cc4bab67df59bf09e901 2b4ad3e6af2799b528d3cb9971d173fc9e8ca168 2d6ad7125038f055991610cf0741bd743a8c061b 2f15184d43bb6363f3154bb9e0e38ab56b052cad 3983e8b9eb4adb116811a1770bec29f2fa3fb0ea 3defb146f996884802a6ed1f0698324dade26a8d 42d1b81bbdbf7c1961df40863d431acce027259a 42f531791c8ce36184c15dc63b1ca8fc3fa18258 43b0f994b76c1f04b9f151a83dd92ed87f2352d8 43c48abf0e992ed65f0469a2f44424ea13ee6d8c 45f4d352f54baebb093434ae542eb812ba074a7e 48fa6763852d6457860ba434f88d522c0136dbcc 496a20719fb34b2c568f97cd4b3437ecb3b62a30 49c04f8bd4317338554c3a3838df101e6ca938a8 4d4280b13936ccca242b4023d14e5d422a086112 4dc25aa30a3d6f5d94bfe72bd574430ca690a1f0 4fb7223a5f53e3e2f1f3635e3f83a5db0f3fc09f 523e9a3f676c032780783cd85a91d44e22d58d40 536b75c995762e30388e658db7f2ce7220b43546 55044d7ef1f3695a5971f416749c7b8fce529116 573794e8b03eb87429d0ae856cbdf16a15f7963e 57a91ebec0ed54c008f9becec42d383ffbaa89a4 57f8ec0b7300cb105ff5dfb4ae59a3a4ccad21af 5aa7296241881cbae3dc97747ac5637ebad6de89 5de3de1d5fd7bae81658379340f4c17cac2314d6 68bebddfe8dd1baa33e343a97c28e0d5f7db8ada 68cb1769624a7fd609e1d4bd5d333dda76a7ff23 70441691ca180a4f00388005cbf5c5f866bd8484 71b9a14feb1f8ecbe03ffa15e2f8149290e9518f 7231aa23e18c499d0b8e5f7fda03075b59de849d 79c000a819dd55aacc963f5d7ca75e079c020ef0 7a852b69d142d1d8c88dfcf9d310cc6457c08833 7be6f041d9d93c53766e7a736bdc4b0a43e97c94 82fb30be26e34717c4ca735685b266a933fd0ecb 88217473b77acdbbae2daa8afdeafc14979adcb9 8e9d904242327035d19a720bc39e50fed1c01052 8f73293ab293dc8914eb31c73ce9dcfb9a47df0d 945a7b164058468f1637d3f073c647318f9ec84f 94c5f35b0fed32717329ee3e9e5b2121c0beb0f7 94f16694fdf60ca82a095263b5ee44034177e209 9f450676dceb2db1040631818ca6d6fbeea2273f a217f02a4ed746215e3129edafae5e50c9e773dd a3867b28011064f6d5975b53c64e82df5546ec39 a5bbba269583bf581dc1743a7d9914fe12140d81 aac62819d42d679541c9c23bddce7d5ea2978ad6 ab402b6c1bef58b356ffb96158a89231613ee72e aceac0006530c23f7228adebb4634d1e415075a7 af4bd82ec6dfe1b88eb4f0d4d35b0ad4de2c224b b2a85d972a31a63db94d4ecbda84c65fb7541ccb b877763f497e44ce01300ff8d55c3e28f4d48033 b994f09b3cbbce4b0d029e57ca3bba79accd105f ba649947da99bd9e940649f86d2aab4bcaed1593 be22a8b073402ea6ecd8c4b7aec6b0039f2b3d75 c3aa6abe0f223d3423716599a855b662a820bacb c4c4de8c9bad0226381913dda2e038648c0b1e37 c8c2d11dc7f028e6fe2a13830127b0c68525e65f ca44ee1176df4fb4235d977db71e669c8a695a34 ccfd84cb05daefcdcd64f3fc80bdbbfaa452b592 cf6de543e88e179932a14b59014061532a2f3d68 cfe10e08c3ca7c1a9ff6d51401ba22eb69308f27 d05babc3efe8405f3b24acef743f1f7ad35192df d5242c62fb7bbeea78cef5b928503f7ba8c63eaf d88167fc6f51d98d2b03fbb1ac303c4d8e441199 dfa7cbdd2853756f7d45d3183e801172c24eb239 e0a0221cb8699e8e218b66e1e1f659f477009472 e75860fd957c5b5b611b87798ba87de64bccc89f ebab447ee35d24b84b018510c639aeaf6886563f ec20b82986d1d3357ddfacdffe9957626b6cd60a ee03a1c2fc21f7e73e8c432e879f1d8746b11b6a ee55a3be55bb8d1a202c16e1eb3227157595a505 f1f72e6491149da7c2daf483f9394bb307b8d613 f4b100edd952a946d59a4472f8c84b300a3e14cc fa9b726eeab6da67614bad6e9f0d7eec407e0ecf fce303e5580d0b276fbf285e4f1109425a5b9457 fdd39c8769c9643c72f152259ba4b6696ec658ac ff3f97b25f6769669b760dcb867b3a35a14171cb
Postgresql-Catversion: 202406281-1700
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-17-icu-ext
Source: icu-ext
Version: 1.10.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 276
Depends: postgresql-17, libc6 (>= 2.17), libicu76 (>= 76.1-1~)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-17-icu-ext_1.10.0-3.pgdg+1_arm64.deb
Size: 96304
SHA256: 6599e7e125bec71bec7ea07f93ac47a170d6a21f0bf7c1d08f135b1ccdfc8c53
SHA1: 454edf748a511c1f1617c62fc0abdcc5244f3e23
MD5sum: 8eab0ef1fca7baff6daa85b6725ca96f
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-17-icu-ext-dbgsym
Source: icu-ext
Version: 1.10.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-17-icu-ext (= 1.10.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-17-icu-ext-dbgsym_1.10.0-3.pgdg+1_arm64.deb
Size: 98252
SHA256: ed41142b1bea68380aedbdccaf9e871446fe784859d1790ffd04bc27b6c430b8
SHA1: fc0ffca2c27c033d196525fa8d49936b58560b3f
MD5sum: a6f476343bd68a8a0e23f28daea1a83a
Description: debug symbols for postgresql-17-icu-ext
Build-Ids: 55a6160b1cba7d0addaeb55f0e46e02b653baf29
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-17-pgaudit
Source: pgaudit-17
Version: 17.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 139
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-17/postgresql-17-pgaudit_17.1-2.pgdg+1_arm64.deb
Size: 48320
SHA256: 3caa8986a7d37a5d07bc40578fcd2d0ac71c614ffc230047ac842f762499fb88
SHA1: d2a49428daba1da0e013b3072c2c39fd3e697321
MD5sum: de18ae1a0462f44dc30f21bd1b5fdcab
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-17-pgaudit-dbgsym
Source: pgaudit-17
Version: 17.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: postgresql-17-pgaudit (= 17.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-17/postgresql-17-pgaudit-dbgsym_17.1-2.pgdg+1_arm64.deb
Size: 59156
SHA256: 4af2d0c5139907c0dab27df87630c63df6283e72034b4af5247617f69324dfdb
SHA1: 716075e263f121c757ff2b8e24a685a7c0a9f203
MD5sum: ebe6f4df0ae7bc4fdfb2d4812024e37f
Description: debug symbols for postgresql-17-pgaudit
Build-Ids: dfc3607c68941375422f2c51abedb09ccbac45f7
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-17-pg-pwhash
Source: pg-pwhash
Version: 1.0-2.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 178
Depends: postgresql-17, libargon2-1 (>= 0~20171227), libc6 (>= 2.17), libcrypt1 (>= 1:4.1.0), libscrypt0 (>= 1), libssl3t64 (>= 3.2.0)
Homepage: https://github.com/cybertec-postgresql/pg_pwhash
Priority: optional
Section: database
Filename: pool/main/p/pg-pwhash/postgresql-17-pg-pwhash_1.0-2.pgdg+3_arm64.deb
Size: 57532
SHA256: ab331e29647c4bae221e7da88ca1ff8590bd617efbfb66db8ea083fe93e31f42
SHA1: efffdda7be4884aadba070a5c74cc1682152aee2
MD5sum: f15c17154cd016eb8272376f37490ec4
Description: Advanced password hashing methods for PostgreSQL
 The extension pg_pwhash provides advanced password hashing methods based on
 adaptive implementations.
 .
 Supported password hashing algorithms:
  * Argon2 based on RFC 9106 ($argon2$ and variants)
  * scrypt ($scrypt$ and $7$)
  * yescrypt ($y$)
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-17-pg-pwhash-dbgsym
Source: pg-pwhash
Version: 1.0-2.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-17-pg-pwhash (= 1.0-2.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/pg-pwhash/postgresql-17-pg-pwhash-dbgsym_1.0-2.pgdg+3_arm64.deb
Size: 43636
SHA256: 31778ddce0e600d11ce2893fdb538bf6f5996ce6a752b6d131caa009a1281ed3
SHA1: 3359ad92e7bd5e9589f997ac622cb4c3f3578cb9
MD5sum: 6d87d033dc0274a25b812ed4f8dd87ad
Description: debug symbols for postgresql-17-pg-pwhash
Build-Ids: c4f0a8a85da2eab36e9ff3ae09f74fe4ba361a78
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-17-pgrouting
Source: pgrouting
Version: 4.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2873
Depends: postgresql-17-pgrouting-scripts (>= 4.0.1-1.pgdg+1), postgresql-17, postgresql-17-postgis, postgresql-17-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-17-pgrouting_4.0.1-1.pgdg+1_arm64.deb
Size: 782668
SHA256: 20217a3ef9f83fdd583da6bf089f553c9ee7f41115d324da9b370a55fc03ae4c
SHA1: 1fa13ac283b6551f0057656de7ad74b7e62d70d9
MD5sum: 1c770662d2ec4cec48a2f370284d6a85
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 17.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-17-pgrouting-dbgsym
Source: pgrouting
Version: 4.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 27093
Depends: postgresql-17-pgrouting (= 4.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-17-pgrouting-dbgsym_4.0.1-1.pgdg+1_arm64.deb
Size: 24418472
SHA256: fe9ef47b8438ffbfd6744c2eeda9a424471c8db7746fa46244c92e244a0c35cb
SHA1: 227c3cf7f39d09c3bfb86eae517155a7ec16eb12
MD5sum: a8ec5b84439b6e0d9bd99113bf94fe5f
Description: debug symbols for postgresql-17-pgrouting
Build-Ids: 454d0ac1d17f32e887e20c83cdf3b9287d5a2064
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-17-pgrouting-scripts
Source: pgrouting
Version: 4.0.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3948
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-17-pgrouting-scripts_4.0.1-1.pgdg+1_all.deb
Size: 53080
SHA256: 94a0b4ae7130a7c908ed298ac58c9afe11cf6bb3b82c73f280e842ba28f34f14
SHA1: 27dd7a5bdafb63a425f3df1bf97efef1f3b9764d
MD5sum: 48ad6304d615c46d98eaa7ae42185e36
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 17.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-17-pgsentinel
Source: pgsentinel
Version: 1.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-contrib-17, postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/pgsentinel/pgsentinel
Priority: optional
Section: database
Filename: pool/main/p/pgsentinel/postgresql-17-pgsentinel_1.4.0-1.pgdg+1_arm64.deb
Size: 45004
SHA256: 673cda2c939216903aea2498ac7d503e1e791d422943b70fb20eb52741b24c01
SHA1: 3fcf5ede1a04ad188f2007806cf3aeb95705e424
MD5sum: 72fa76d56a4f8dc7615f36108b3fb08d
Description: PostgreSQL extension pgsentinel
 pgsentinel is a lightweight extension for PostgreSQL that enables
 active session sampling. It collects and reports information about
 currently active sessions and waits. This extension helps database
 administrators and developers diagnose performance issues by
 providing real-time insights into blocking, waiting, and session
 activities.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-17-pgsentinel-dbgsym
Source: pgsentinel
Version: 1.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-17-pgsentinel (= 1.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsentinel/postgresql-17-pgsentinel-dbgsym_1.4.0-1.pgdg+1_arm64.deb
Size: 74116
SHA256: d4554eb8a815e21fe8270feb7b381940f68947bfd0d681e285bd7801615c95ec
SHA1: 6a6919c9302fa208860d6e079e9a90e8869551ce
MD5sum: c6648c0bbdd67aa8c8483b36a5d22514
Description: debug symbols for postgresql-17-pgsentinel
Build-Ids: a3af90f62d3c8fa0c44d65cb8824d0ed95667ac9
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-17-pljs
Source: pljs
Version: 1.0.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1047
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/plv8/pljs
Priority: optional
Section: database
Filename: pool/main/p/pljs/postgresql-17-pljs_1.0.5-1.pgdg+1_arm64.deb
Size: 390768
SHA256: 8693419eba5c8a4ae24a3bb09b93829b446a31a9e0e1860f651a834118c788ec
SHA1: 34000b56a76c2171611481e341181aaf9180d2c5
MD5sum: a2e0ef720280c523222301983807296c
Description: Javascript Language Plugin for PostgreSQL
 PLJS is a trusted JavaScript Language Extension for PostgreSQL.
 It is compact, lightweight, and fast.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-17-pljs-dbgsym
Source: pljs
Version: 1.0.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2209
Depends: postgresql-17-pljs (= 1.0.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pljs/postgresql-17-pljs-dbgsym_1.0.5-1.pgdg+1_arm64.deb
Size: 1346020
SHA256: 8b6e073bcdc6ddc5b9c3b3eb4675f82f64fb215fc4f739e6943b88c5c0864e56
SHA1: 5af5b097fcd199a887817145f26685032f6bf266
MD5sum: 207f2e7a55fcc895e16c9cd3ff5d12fc
Description: debug symbols for postgresql-17-pljs
Build-Ids: f7a427891a63faab6d8a89e5a620cbaf91575a04
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-17-plpgsql-check
Source: plpgsql-check
Version: 2.8.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 751
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 19)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check_2.8.8-1.pgdg+1_arm64.deb
Size: 302012
SHA256: a9f5dccb03b2e55144a7663f9a68dd0488125971e409b5c9ebb30a30ed3a58f1
SHA1: d8196a45ddeefafd77a9412570c92aac79b9d917
MD5sum: 6cf1630f804f92ee62fb83467a86be9d
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-17-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 572
Depends: postgresql-17-plpgsql-check (= 2.8.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check-dbgsym_2.8.8-1.pgdg+1_arm64.deb
Size: 344856
SHA256: 33a9aea473b91aa1e9318e6eff703b0b42ae16485b45f1d253d832d91cf95acf
SHA1: db9dd743d0a8ce746ba3f31e2cdf9d64579b47a3
MD5sum: 2b3d54a732d54dd06562ee21f1dacd22
Description: debug symbols for postgresql-17-plpgsql-check
Build-Ids: 1f53eabfa827913549e2eacf3891d09eae871b4b
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-17-postgis-3
Source: postgis
Version: 3.6.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10349
Depends: postgresql-17, postgresql-17-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal38 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-17-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-17-postgis-3_3.6.2+dfsg-1.pgdg+1_arm64.deb
Size: 3556592
SHA256: b40e2cb1bac7fa22247480f438d84c9d4fbde41ffe3b92fbdf580f7682ad88f3
SHA1: 740d67d8b3435e153a06725cc1a1512ebe65d102
MD5sum: f9e3619c67bf5ceb69c9767a1c00cfeb
Description: Geographic objects support for PostgreSQL 17
 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".
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-17-postgis-3-dbgsym
Source: postgis
Version: 3.6.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7364
Depends: postgresql-17-postgis-3 (= 3.6.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-17-postgis-3-dbgsym_3.6.2+dfsg-1.pgdg+1_arm64.deb
Size: 4234048
SHA256: 1845e5aeef73aef2316bff5161a33efa664773726d2b471eb7280f484f0834e5
SHA1: 94300afdf68ec350ef0f4c0bcd60d0d26650af6b
MD5sum: 261bf5b33bd679a13ae03e90da13a7d6
Description: debug symbols for postgresql-17-postgis-3
Build-Ids: 0aaddac968f85689cde277109745d85e6fd5171e 1064a95cb24502c9942105374a341cd90cb36883 13235dd8ef42bb60eb7f96338762abab1d2fce07 7b74e8b58ac2378c4811c96e7bfa48f780a93d48 f9c1eb5ad524b924197c7d1d2ed2b118da605233
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-17-postgis-3-scripts
Source: postgis
Version: 3.6.2+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38994
Recommends: postgresql-17-postgis-3
Provides: postgresql-17-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-17-postgis-3-scripts_3.6.2+dfsg-1.pgdg+1_all.deb
Size: 1299728
SHA256: 4c9a1510ea3b1f1c2aec4505308c0504bc243e7713654870941f7aa0a679e57e
SHA1: 1d9a723915d42a15263b6cc32017ece82d82ec28
MD5sum: 082449f90abe6300bb8a08c8982b5de5
Description: Geographic objects support for PostgreSQL 17 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 17 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-17-preprepare
Source: preprepare
Version: 0.9-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 19)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-17-preprepare_0.9-10.pgdg+1_arm64.deb
Size: 17772
SHA256: effd6dff0fa812f59f2865a1c3db3db756b87f2c9c7ad8d27bb8565d2a835abb
SHA1: 2f9486551374cb20915e0460b3e08941e7e6d82f
MD5sum: 7748ae2fdc38c531bd18bf46d12cad8c
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.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-17-preprepare-dbgsym
Source: preprepare
Version: 0.9-10.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-17-preprepare (= 0.9-10.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-17-preprepare-dbgsym_0.9-10.pgdg+1_arm64.deb
Size: 17724
SHA256: fafd5723802ce101e4d1a74674a38f8c44e443d76d2da798e3d5ee50531e3235
SHA1: 7b9ea0a699cb5e6fea255d25051e51df3dd556f1
MD5sum: 40c758b3291251944feb62b24b3ac21e
Description: debug symbols for postgresql-17-preprepare
Build-Ids: 88a710069214068b3a3cae2896799bb54c67e60d
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.25.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13846
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.25.0+dfsg-1.pgdg+1_arm64.deb
Size: 397928
SHA256: e1b6102a7767d2aad96dbe067b319e7c56415cd55e738b657da22719f8ea9197
SHA1: d4c12b7ccac8634ab59f7710bad0ebee9de05ed5
MD5sum: 3284bf581de10fc2806516b495cfe99b
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-17-timescaledb-dbgsym
Source: timescaledb
Version: 2.25.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2157
Depends: postgresql-17-timescaledb (= 2.25.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.25.0+dfsg-1.pgdg+1_arm64.deb
Size: 1239200
SHA256: 32e4983ede31e2a745848cf1e7a2122078394403a5c8e0cb534ce8be1cffcc01
SHA1: 52a9c96c9eaafeb1e5437f7267726049e3f78256
MD5sum: 533b691238293f643ef5d7074150a50f
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: 19f8c960f4ec2496b0f3a62a2591ac45dea1ef41 e28ec28db39a321ffe03dca58345aab0242e64b1
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-18
Version: 18.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39819
Depends: locales | locales-all, postgresql-client-18 (= 18.2-1.pgdg+1), postgresql-common (>= 275~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), liblz4-1 (>= 0.0~r130), libnuma1 (>= 2.0.11), libpam0g (>= 0.99.7.1), libpq5 (>= 17~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libsystemd0, liburing2 (>= 2.5), libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: postgresql-18-jit, sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-contrib-18
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-18_18.2-1.pgdg+1_arm64.deb
Size: 7140696
SHA256: 265e40dcd3f1a5958ea809c7c75d2e8e3a096b94145f90aa153f22454e431756
SHA1: 8fceb9de280c0ce4fff4ddaac0e072f21d90a171
MD5sum: 99b6107c9fc2ac7142c182ac3fc48f0e
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 18.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202506291-1800
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-18-credcheck
Source: credcheck
Version: 4.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 196
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-18-credcheck_4.5-1.pgdg+1_arm64.deb
Size: 75340
SHA256: b7cac8228039522ab1839a20ea2b1c67dafddac8cf9fa736a441a1028f2d6bd3
SHA1: d4ea050dbd83d547106e5825c48d219640d59335
MD5sum: 8c6ca1c3930cef586b705f079c3dad6e
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-18-credcheck-dbgsym
Source: credcheck
Version: 4.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-18-credcheck (= 4.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-18-credcheck-dbgsym_4.5-1.pgdg+1_arm64.deb
Size: 84660
SHA256: 164d4ab4cca7912a6e7b1066c91e15081a346cf686e98e87fe28ca8183be7482
SHA1: 50bbd9e5999c55ba7b06fa4aafe8d23b554778da
MD5sum: 0d2c94a084fe315ccbca8cb1c3325400
Description: debug symbols for postgresql-18-credcheck
Build-Ids: e53de5bd283fd4e669b5c6b34f9ddff9e473b737
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-18-dbgsym
Source: postgresql-18
Version: 18.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38327
Depends: postgresql-18 (= 18.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-18-dbgsym_18.2-1.pgdg+1_arm64.deb
Size: 19851428
SHA256: 0d62ef73249f9128e65a40a7020ff271200b2de68852d9b5702a067f56ed6384
SHA1: b187b65c523fc52bff65423e5c6b6b71de246bd0
MD5sum: bec2c19a1d00461add6761d465aa12aa
Description: debug symbols for postgresql-18
Build-Ids: 02b767dd2bb2630b96cf754c9f6629b7b9c8be49 07f10b9ccbc0a61742f3f7b7976e75b874b44999 0ac4edf6644902ce8a274eabbb729cae3e611e16 15a1dc9495296720291d5c431d3cc2e3ff1359f9 16071be1850969ba3102f878c12c2e5ce75a53b4 1c7d14d287adb858ecd7e2737e58028cc678ab22 1f2b55f6d5d6bab19b3c707dba3becbfdf5f7291 2230cd1f0d8796f85ee1b2f11dfb933386c70534 22c7ed42389edc292dcf48fa74fe72448bfadb82 25b19f5092446c4aa1707aadad4e734cbc59e54b 279ff24c1212e3fcaa572a18938535134813ce28 2a91711da6433b7c31cfe438b09b0b04b94e11b2 2be38893a9c48048735ef77cec458866d7fde80b 30fa0c87c4c4fce42ae2e32c57e0f8fc4a0e4ac7 31e11b402fdd0f746fd799d0ba3287b47a40cfc4 343097f28640fbbe0e12b87899b5c6e67c8fe9ad 386737d619aa0a278689d0d4a1b436ee86d7aed9 3a7b326654748c9a78a0ee2ed85b5eb65865bb3e 3b09519e733b44dee44fa28eb3d317e8d58e87bc 3ff6e04631324979c28111b5049fd3585cb8de4d 4321a66fa9957389977acaaddd9d4ea1b72e1ed8 481073fd1bfe660c3c4218bc66fc53eb70f9da65 4b3b26d75fc393a3c0c6daecce7627f7a1f3cff9 521b8d5f80d24635f6c1bc4b49d8bb3f90da9b92 53c5942eef905577b4622b59e1d4c3d289ab09cd 53dbfd860694b5944fa0be6eb17f82d37df9467a 55d86d6bc52a0cec62ab9147f0748e0579867813 5651022498ffc97a7c9768bab747a50a86cb2b03 5b45ab461904956b2b3db420bfbdae7dc9b5a9ca 5be4caf18600ddb67a673acd65625a0ed61d76ba 5c6d1f845b940e96a9a233ca40170a5eac8f4078 5e9920e6cb491d8e5c5a6ee3cc994cace1dfc57a 5e9d6689078ca5502f47379b76514e258d8b2d5e 5f7664c24b9fc441838108600194076101bd901f 66685c1a76e3cbc338f2da5de22c712388cf5958 671310e37a3e110f1a8ae0bd32839246c8aa27a5 6b7a36ce176af76f0b2eb981f34d764ca07737f0 6f81185311aee11f205d08bb9bcbe1e28d48a0ea 7543e9c5dc7fd3bc11e37c8b1a7b881ced85404b 75e265860aa734b443138a2a19d8f665d73d4c59 7905f7942904526c4d1db6b2477ba7726fc63d66 7ab77a7f0899af282ea29da0b84493cb31027b5b 7bb61ca56bdbfa33a1e14786d006090f52a73c51 7c5225a27c72f9afa428787367b82eca538f857f 7c5b252cfecf72a463e764f02caf35302d94fe5d 84cea509bd1a1d3590791897f9eb99c0226c14e8 8768a925c021e04cbca6581eebbe2ad9362a6e89 8a55a20edee61cafc98c26dd56d2d0a2846f3530 8bad3d406841c98f5dfca3147fc32bfec68a17be 8e1c0002fed95671cf150ba0a6c78ac5147da667 909a48d33a52fc860f24aed3006d4f5fc75ae98f 952553fafbee2a00745748fcb78c1365a023b796 95b227e28be7f84942aa3f1fbe271cddd4bfe957 9667c31fd90580bace171f8152ef6308c2ed552f 981e996dde17690d43010a502868526215473c45 9869596efa5d309f5c51c9c500972eede0529497 98e3c12ac249c54a8b933e5f54eee453a0cbe610 99e3a0e1dc740587766a5f9ef3149e3fbfc67d4c 9b177d8457b3a17f8eaae5f597cb8ccda474d854 9ef1f40103eedf4099b09f2eb98cc61df1bff269 a132cff4e9fd3d3b27275d746dab499c6fcdda07 a1eaa698927e031b4911f7cc57dfcb26f624c46c a27b72564ca6c5d7d2eaa4c9c4809d2a59da2832 a3500fd15bf7a6f91cfc071f13d9712d98149f49 a67694a3cd7c963d4f4fd27510c50a8a9cc01f88 a7d6142b94738023a5202f344e96a599ecb39202 a8135d63d682c741dbdb094b8acbad03d9565730 aa8e90b5a6272f83f2ce52619c810d8e118826f3 acc9be7a8bafd4196c421eb3fe52729a95e67f35 adcf57e9b54eff8864958e71cf76c2b09ff076cc af0545555b715bcc0882637cfaf96d51fa9038b7 afe0cb2cb26b7cae5f82e178fc4e9bbe5a4b4acf b8ffadc6f5f5e5c20628b85568d112e4ec43f079 bd9480db66275c41f177bd421b38ecaba7042f60 bdf4a76321b85869bc7b493ea9cb82f6cc2d3520 c106a561a2c703c1e43f83eb36da2e73a3093c29 c23208f5670c6e25288276b08b6c26859d166654 c23783d07195ebc899250f3d15f43e3f90bf4c44 c3221fe81ae79082cb3e41411dd67d3d54f882db c3bb9b32911066b31bdcd9b0f4129aae1dfaa181 c8f86c25033838865b0e46a45273cd9180962dc1 cebc45a85837045dad613908be3e598ed6cacaf5 cf241f71644ac84c44984f0bcacc614a6264c17f d2d4ed5ddb83edd9d5cf776030c11d97c30b3e49 da26fe75bf98ed2b59e5a1eb3b3fba59c1b076fe dae2e9c0abb55491865d4369df7b55cec7dacfcf dbb61f822a960b229981d84e55ce67f438e43c1e dd3ab18c4e526f501783371cc12f023100536e47 dde21433b08dafd58adcb3055b7e0b1b2e741f64 e13c79bedc58178e6b43980e30fd088257e0d945 e4de3465ca8c7b88645bc500ce3acc0f7e52371c ebd20f81974a2383afa28b04731125a50b13e8a1 ef98f29419f0954076b3cbc981863612e1068f68 f9e4b335056feb8d80af4ac0b45f8f4fecb193e1 fae2ae8cafe09214d088efcc7d5f6dd9f84c7bb4 fc26d4c17cacdd9a0c9b4c3cea5fd9a22bca7b01 fd6e4a9cb7c272dd7eb6e57302f1bfaa350bde1d
Postgresql-Catversion: 202506291-1800
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-18-icu-ext
Source: icu-ext
Version: 1.10.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: postgresql-18, libc6 (>= 2.17), libicu76 (>= 76.1-1~)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-18-icu-ext_1.10.0-3.pgdg+1_arm64.deb
Size: 95580
SHA256: 75a7cf78e1382371ad09febc2f4de52731010775d87384bed220cf7962513ac2
SHA1: 213d407ab35725975191f7070626f8f847eb5eea
MD5sum: 0b13d51aae01ae0f5c02d29bc2183d6e
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-18-icu-ext-dbgsym
Source: icu-ext
Version: 1.10.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-18-icu-ext (= 1.10.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-18-icu-ext-dbgsym_1.10.0-3.pgdg+1_arm64.deb
Size: 98584
SHA256: 96a1e4fc8d614cf0035a41521e130433416ba764fe9e6e280ef5af0fb2ff918b
SHA1: ef0356d5290ba6819d1f1532105ad5c990fe8c21
MD5sum: 784671d63804ff823a8a4d74463821b6
Description: debug symbols for postgresql-18-icu-ext
Build-Ids: 7f8dc32dd5bbab915dca24eef16d89afcaa2a235
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-18-jit-dbgsym
Source: postgresql-18
Version: 18.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1897
Depends: postgresql-18-jit (= 18.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-18-jit-dbgsym_18.2-1.pgdg+1_arm64.deb
Size: 1762928
SHA256: 28682fb83391805aee8889ba5f7c525816189824afc352952485744b4eb25303
SHA1: 2788f5c87e50ffb2358cf8d03bb0888094ed23b5
MD5sum: 7062ff43c067eed96cc4e71b36c7ff51
Description: debug symbols for postgresql-18-jit
Build-Ids: 0c2fc52a18dcae7cdcc00cf1b888dbcbcd48f31a
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-18-pg-pwhash
Source: pg-pwhash
Version: 1.0-2.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-18, libargon2-1 (>= 0~20171227), libc6 (>= 2.17), libcrypt1 (>= 1:4.1.0), libscrypt0 (>= 1), libssl3t64 (>= 3.2.0)
Homepage: https://github.com/cybertec-postgresql/pg_pwhash
Priority: optional
Section: database
Filename: pool/main/p/pg-pwhash/postgresql-18-pg-pwhash_1.0-2.pgdg+3_arm64.deb
Size: 57408
SHA256: 4e4f8893e6939a69de7e11098a513ec4ebdc98c5caecd704e376393a76002f12
SHA1: 8ce91141a28c88663181f61afe57bc4cdc96d596
MD5sum: c21d22bd00a7ede3a73174ee4a479ff4
Description: Advanced password hashing methods for PostgreSQL
 The extension pg_pwhash provides advanced password hashing methods based on
 adaptive implementations.
 .
 Supported password hashing algorithms:
  * Argon2 based on RFC 9106 ($argon2$ and variants)
  * scrypt ($scrypt$ and $7$)
  * yescrypt ($y$)
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-18-pg-pwhash-dbgsym
Source: pg-pwhash
Version: 1.0-2.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-18-pg-pwhash (= 1.0-2.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/pg-pwhash/postgresql-18-pg-pwhash-dbgsym_1.0-2.pgdg+3_arm64.deb
Size: 44000
SHA256: c9058fa86bf98289bcd458c98161aa2fe7ebaa35ce9460af15616a15b0b89e6d
SHA1: ee95b615e5a7c46f840ca9c380e5bf00b0f46cd1
MD5sum: 9158d06a07c68a51b57ae6b17d88239d
Description: debug symbols for postgresql-18-pg-pwhash
Build-Ids: 78a2af57b6479e187e4fca86f0840a941f49143f
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-18-pgrouting
Source: pgrouting
Version: 4.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2873
Depends: postgresql-18-pgrouting-scripts (>= 4.0.1-1.pgdg+1), postgresql-18, postgresql-18-postgis, postgresql-18-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-18-pgrouting_4.0.1-1.pgdg+1_arm64.deb
Size: 782828
SHA256: ecf397ccde2198ad8924d363be42d1bc33e0712fd02e86632b5f3ef64973c5aa
SHA1: e137d1821ba95d24eb3ee2cf3a656e5c78af931d
MD5sum: 4627918ce7e777f328b399b20298bb77
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 18.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-18-pgrouting-dbgsym
Source: pgrouting
Version: 4.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 27094
Depends: postgresql-18-pgrouting (= 4.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-18-pgrouting-dbgsym_4.0.1-1.pgdg+1_arm64.deb
Size: 24417788
SHA256: 8b68ea3adcf39faf2f081f5b5e1006b166cd2f5a61ae2202c4827b30c5758bee
SHA1: 5861a45ce2847a5032284ac2db153af354d38a68
MD5sum: 2fd74eadda5c16e9a7f1f6c0d2a7bb36
Description: debug symbols for postgresql-18-pgrouting
Build-Ids: c823061bfb61c9653fb1cccb776fa5da07fb62f8
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-18-pgrouting-scripts
Source: pgrouting
Version: 4.0.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3948
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-18-pgrouting-scripts_4.0.1-1.pgdg+1_all.deb
Size: 53048
SHA256: cd320d2c16b3c52f90a03c2f47360eb30de50348929c0d9e361f75096065aaaf
SHA1: 196f7d1ef5a85ecec06ab6ddb1a624483d40ffa8
MD5sum: 2ec02a357a9713b93779a40fdd674b71
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 18.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-18-pgsentinel
Source: pgsentinel
Version: 1.4.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-contrib-18, postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/pgsentinel/pgsentinel
Priority: optional
Section: database
Filename: pool/main/p/pgsentinel/postgresql-18-pgsentinel_1.4.0-1.pgdg+1_arm64.deb
Size: 45128
SHA256: cf283203f07a3ff219702e30ad53310c2e41571529564caa12536d85b47b1403
SHA1: 3032575603accdf1378906ed22b962199b66d5e0
MD5sum: c1ac1af6e396a0fbf7ed55ee8d90437b
Description: PostgreSQL extension pgsentinel
 pgsentinel is a lightweight extension for PostgreSQL that enables
 active session sampling. It collects and reports information about
 currently active sessions and waits. This extension helps database
 administrators and developers diagnose performance issues by
 providing real-time insights into blocking, waiting, and session
 activities.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-18-pgsentinel-dbgsym
Source: pgsentinel
Version: 1.4.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-18-pgsentinel (= 1.4.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsentinel/postgresql-18-pgsentinel-dbgsym_1.4.0-1.pgdg+1_arm64.deb
Size: 75788
SHA256: d65073d0cee2570a3495d5cc19b0a59292c2db303773fa74b65847ebe5374d70
SHA1: b3805e3673a75550d1eaef3f044de4ae26eae3fa
MD5sum: 6d95aec458b04a4499ed74dcfdf6a864
Description: debug symbols for postgresql-18-pgsentinel
Build-Ids: 4d6771b922a7707e789a75533a2992f3fdedceca
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-18-pljs
Source: pljs
Version: 1.0.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1044
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/plv8/pljs
Priority: optional
Section: database
Filename: pool/main/p/pljs/postgresql-18-pljs_1.0.5-1.pgdg+1_arm64.deb
Size: 389876
SHA256: 40626e7344a42797cda4f1b68f234fbb02dcaf9174df3189bc3d99557257367d
SHA1: 30ee3ee0e97d24e855905bdcded9c1d18c3d739e
MD5sum: 4a4d58f14defcb14d881d041758fbe2e
Description: Javascript Language Plugin for PostgreSQL
 PLJS is a trusted JavaScript Language Extension for PostgreSQL.
 It is compact, lightweight, and fast.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-18-pljs-dbgsym
Source: pljs
Version: 1.0.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2204
Depends: postgresql-18-pljs (= 1.0.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pljs/postgresql-18-pljs-dbgsym_1.0.5-1.pgdg+1_arm64.deb
Size: 1349152
SHA256: de8686688d6388175fa35b601cce4baf5433c18bff11d63cb4ff12fa707cd1ca
SHA1: c19a22e7332b119a8f4192f1ce01901e57e5af3d
MD5sum: 71a1aa8f08a592618f9e573e7aee33d0
Description: debug symbols for postgresql-18-pljs
Build-Ids: 65f6f89869de37a93b463bfb8608bbf5bb13c57c
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-18-plpgsql-check
Source: plpgsql-check
Version: 2.8.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 740
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-18-plpgsql-check_2.8.8-1.pgdg+1_arm64.deb
Size: 299348
SHA256: f976c294f960c91ead8b93c38710c41ed8f9abbe45ac2b19c3ba834bd2a3e6b1
SHA1: 854609838400f680648724a810a89dba4e5787c8
MD5sum: 69db9aeb3a926484db5b1a795f699840
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-18-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 568
Depends: postgresql-18-plpgsql-check (= 2.8.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-18-plpgsql-check-dbgsym_2.8.8-1.pgdg+1_arm64.deb
Size: 340660
SHA256: 0868f3f317ec1d4194234142b3abe3d6bc44a6336ade2f38020430c8f6f5b77c
SHA1: 37a7857b38f0ca1a4a633e41a12fbeb51e320a25
MD5sum: 23068f6db847b9192b25243a12d97df3
Description: debug symbols for postgresql-18-plpgsql-check
Build-Ids: 67f5f6a653cad69ff557c5e1c7d40a95dabfe3d4
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-18-postgis-3
Source: postgis
Version: 3.6.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10371
Depends: postgresql-18, postgresql-18-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal38 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-18-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-18-postgis-3_3.6.2+dfsg-1.pgdg+1_arm64.deb
Size: 3562632
SHA256: 3e30b9f2546c24be6d79642f6d37a49e952dfaa3703b97bcb725e141da216d18
SHA1: 76cb39032c706b2d2b0ffafc6b9628a0af0db84e
MD5sum: f4abe9bd4cb414f85a4e38a746b8326f
Description: Geographic objects support for PostgreSQL 18
 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".
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-18-postgis-3-dbgsym
Source: postgis
Version: 3.6.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7368
Depends: postgresql-18-postgis-3 (= 3.6.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-18-postgis-3-dbgsym_3.6.2+dfsg-1.pgdg+1_arm64.deb
Size: 4237856
SHA256: 1ed9915531886bd37ccef8f330a275aeb74a8003f6bfb68bc38c3746ef264d23
SHA1: d0a61b67c27a83f68715ea4c1f0e14dac8a5a253
MD5sum: b5dd65e4bfaae8615ec9546322bad78b
Description: debug symbols for postgresql-18-postgis-3
Build-Ids: 05d028b8b2269a10f81c2072114498858d98178d 63b77858d9c521c231427ad3c47321232d732da0 9f70added3ff7fae3d6d3c0293e664b463fb569a b682cf9bf7d31f11bd057cefbc7128cc8db3c3ac bb2f4dbb10e022302ca9d8ba668ed9b5f748a65d
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-18-postgis-3-scripts
Source: postgis
Version: 3.6.2+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38994
Recommends: postgresql-18-postgis-3
Provides: postgresql-18-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-18-postgis-3-scripts_3.6.2+dfsg-1.pgdg+1_all.deb
Size: 1299344
SHA256: 5de3676d32e75c6e2df9fa75cc0a4b557c93ed09387e0818d022e159f2b054c6
SHA1: a579f4310927ef3b9ee1065503b675387eedcce1
MD5sum: c0d3e907fc5a5223618f9cce1ad48d7f
Description: Geographic objects support for PostgreSQL 18 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 18 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-18-preprepare
Source: preprepare
Version: 0.9-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 21)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-18-preprepare_0.9-10.pgdg+1_arm64.deb
Size: 17772
SHA256: f7681ceebdc8c97e6f4ba90c5034eec9faff12c429b6425ea238aea6d4f10e23
SHA1: 242b953e2ed89c122193bb4f193fd50bd78f4ca4
MD5sum: 0117d8410b7ab0ac89777582366a7251
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.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-18-preprepare-dbgsym
Source: preprepare
Version: 0.9-10.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-18-preprepare (= 0.9-10.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-18-preprepare-dbgsym_0.9-10.pgdg+1_arm64.deb
Size: 17720
SHA256: 7fed9571bd121f7aae18c30ce52ab4b674a12079b53f93714e484b29ff20b97f
SHA1: 62028760b05150a892c963bda32724efc618c98e
MD5sum: fe592a50df3a2cde1be6f92945726116
Description: debug symbols for postgresql-18-preprepare
Build-Ids: b0a32f5eec23b0f62a1a70ab8fd652c3d26f24c5
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-18-timescaledb
Source: timescaledb
Version: 2.25.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13846
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb_2.25.0+dfsg-1.pgdg+1_arm64.deb
Size: 398860
SHA256: 0e05fde41712e6c70e7263abe2569aae9dd531ed3b2d6c54467811ab957acd36
SHA1: 9c9e548bfa4e3af20c24bf260e5b154bad8e8e4f
MD5sum: 4c2ceac81d785f3098610d3702130027
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-18-timescaledb-dbgsym
Source: timescaledb
Version: 2.25.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2175
Depends: postgresql-18-timescaledb (= 2.25.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb-dbgsym_2.25.0+dfsg-1.pgdg+1_arm64.deb
Size: 1246544
SHA256: 21e244a651ad76cb6bb899ae250bdc7de789e81b221d2adeb630f95f751415ce
SHA1: 5027760be5a3843ab52da9ad62785a94740e57cc
MD5sum: 32ed5de72d88719b4df96ed48b04348b
Description: debug symbols for postgresql-18-timescaledb
Build-Ids: 4cb6d738805cec2dfe392b711e01d941d5330eb0 e134a0ba83dbf6036ff66daa0fb07c330edec217
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-all
Source: postgresql-common
Version: 289.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20
Depends: libecpg-dev, libpq-dev, postgresql-common (= 289.pgdg+1), postgresql-server-dev-all, postgresql-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12, postgresql-13, postgresql-plperl-13, postgresql-plpython3-13, postgresql-pltcl-13, postgresql-14, postgresql-plperl-14, postgresql-plpython3-14, postgresql-pltcl-14, postgresql-15, postgresql-plperl-15, postgresql-plpython3-15, postgresql-pltcl-15, postgresql-16, postgresql-plperl-16, postgresql-plpython3-16, postgresql-pltcl-16, postgresql-17, postgresql-plperl-17, postgresql-plpython3-17, postgresql-pltcl-17, postgresql-18, postgresql-plperl-18, postgresql-plpython3-18, postgresql-pltcl-18
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_289.pgdg+1_all.deb
Size: 15300
SHA256: cf442eae94b11904dbd1aaeaefbab2737d731abcc46ad51de903c715c91c9b2f
SHA1: 953db5d70f1b4f451071abcfe0f7f33e5a039dc8
MD5sum: 8b056161d6256dccee5de65b2f313598
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 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.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-client
Source: postgresql-common (289.pgdg+1)
Version: 18+289.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20
Depends: postgresql-client-18
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_18+289.pgdg+1_all.deb
Size: 15160
SHA256: 02ac7202902bcb46a26ac833a37085405e66f8a217bef097f3ca88501217b584
SHA1: 050ce429de30de95f65271c433f2a43cac0774c7
MD5sum: fbade5f246df94eec80c846b0aeb6626
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.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-client-12
Source: postgresql-12
Version: 12.22-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6800
Depends: libpq5 (>= 12.22), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-12, postgresql-doc-12
Conflicts: postgresql-server-dev-12 (<< 12.1-2~)
Replaces: postgresql-server-dev-12 (<< 12.1-2~)
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-client-12_12.22-4.pgdg+1_arm64.deb
Size: 1413488
SHA256: 1ad725374527f41791cdca5210c3d21cc302599f8fdea5df41c33b485c35a900
SHA1: ff3d1e73a8ff6e1fa278daa55d7b07fadff1d02e
MD5sum: 6464247bb7125e161a1cdcc59d89c5f6
Description: front-end programs for PostgreSQL 12
 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 12. If you install
 PostgreSQL 12 on a standalone machine, you need the server package
 postgresql-12, 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.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-client-12-dbgsym
Source: postgresql-12
Version: 12.22-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4453
Depends: postgresql-client-12 (= 12.22-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-client-12-dbgsym_12.22-4.pgdg+1_arm64.deb
Size: 1853484
SHA256: bb7ba2b8e355df964433dc3c72504dae6f891d81c62a3608899c35858e852df4
SHA1: 4b4a91409db31a350bf5be9f0750fe77efea68e8
MD5sum: aa1b70e85dbbbefb370d4a88f4c6213a
Description: debug symbols for postgresql-client-12
Build-Ids: 024bb6e175d83666e81a763c1ab1b143eb1dc3af 08b095ac8bcabb609230bc19e7a4cc6032e26d2a 3236bfa7d23eb775d17985a696fc9f87d539acef 5b70de2167d07b5e3e2fba7a89b1406abff45927 5eeb81fa7d3bd8a63cb4824c64351a3ed25277ba 6384fec386f693c414fd16e3c647b964d8a8858c 6f54e3a0ae9b3a1c4e0b568940801bf61c465c7c 70bd4b1a20c5e38fe8b4288b5f7ec30b8f3612f2 722be2f71c583ed52ae015dc7298464ca1dfa061 80d55c74d8c843472f4eccc78574e10af8671103 84beb544f1654a4e83fa6e962efa05048083f7ec 8f2c4a0ea38cd7c4b56a23dad6b229661913faa2 b82d236a5b9f5fcaf69cbdb31dd17ea553a32f5f c283509506d40bec5cb712797ba1fe36e510f7be cd4fc6eaa17a850a21fa2eb3928924e9ec5a6937 d5d3f91b23664fa755c23189fdbb018bd80e87f3 db1423afa0e6c0304b7e4eafeadf34d32b6c0701
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-client-13
Source: postgresql-13
Version: 13.23-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7590
Depends: libpq5 (>= 13.23), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-13, postgresql-doc-13
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-client-13_13.23-2.pgdg+1_arm64.deb
Size: 1521916
SHA256: bf2daa178279ea700f9925e97fe24b9a38e194c9c018864a3024d4680b6fd2e3
SHA1: 49e7e83b1f1b93213bb60497f06feb99a66cc603
MD5sum: 376e4b188d9b72d33d76b04fc50bd41c
Description: front-end programs for PostgreSQL 13
 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 13. If you install
 PostgreSQL 13 on a standalone machine, you need the server package
 postgresql-13, 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.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-client-13-dbgsym
Source: postgresql-13
Version: 13.23-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5224
Depends: postgresql-client-13 (= 13.23-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-client-13-dbgsym_13.23-2.pgdg+1_arm64.deb
Size: 2180124
SHA256: 04bc339619a7d93c51af7e61ad41617877424e1aee1f1d0d0f679a05ea32fc12
SHA1: bb5cd65a974fc14df2fae20ebacff83ef1c26502
MD5sum: 7b2076ad3df59a82f84889650424efe3
Description: debug symbols for postgresql-client-13
Build-Ids: 1d60aef41fe4ee8c4fa502844c31c70a672a1928 1db36374ddb9c1c638825e3f6514f261dc402377 2f0152b33257467ebff3e45214efc008a3badb8b 35000727b99d4406ccf4ec1d9ff46301c45362e8 3e411d6d0bf8e5a1f5a49f77d6111cb9af4cceaa 49920369e97c514dd44065c82276b5f861c75223 7217cfa595da7f73f7330ba200df27cfcd46102d 797f50e5e3cc775da53a9ffabcbfc82286b80e97 89d5f291ca9d2b7edf6457de3f9f0421fd46492a b8f89715d894551b18a18bf7bc7f0d487d2a5b5d bade9a921b2130859a7836ddfc27bd1220091338 bd73ea7ef77311575746581b64d9f0d6c792a17d c615229f550bf9f628dbda4d47e93a706cc704f6 e458e78bd97479bd22350a73dd427434f2ce9915 ea64f914626b708b920b5859d5ee6c9096b41c19 ecab4ed5933ba2cd1e2e805706a5947df0b374c8 f0ff6a0188e156227c9823f38f4f1dd8b44d1891 f4dd33beebd94cfa491ae785f36f5fc5cc8762ae
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-client-14
Source: postgresql-14
Version: 14.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8505
Depends: libpq5 (>= 14.21), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-14, postgresql-doc-14
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-client-14_14.21-1.pgdg+1_arm64.deb
Size: 1642228
SHA256: 3eee17feb335edebc4051e8de3fe28a3aa7e922c0a2f5900087da0c037328510
SHA1: a4992d63a4d05744d99bc93dd9db87c322d4aacc
MD5sum: 7de0668a273724ef26ec3e562caac216
Description: front-end programs for PostgreSQL 14
 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 14. If you install
 PostgreSQL 14 on a standalone machine, you need the server package
 postgresql-14, 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.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-client-14-dbgsym
Source: postgresql-14
Version: 14.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6069
Depends: postgresql-client-14 (= 14.21-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-client-14-dbgsym_14.21-1.pgdg+1_arm64.deb
Size: 2544656
SHA256: 2ef45660353dd4a804f7b5ede1958ee9811f1238beab1b963f08a48879c6148d
SHA1: 265da54b2e2404ef62b03b9614dd01419573afde
MD5sum: 17ee8d10f23be3cb83cf1f46a71f3dc3
Description: debug symbols for postgresql-client-14
Build-Ids: 0a7ea8e1de4f9d0ba7db1ddb9c9538997425705d 23473647d934488dca32fced9ee1c398dd298d20 26332bfd0318affdc141e660b5cda01ec276d7b5 2ce2ba9e5c552e882ef0d0e04ac18ccbbcb85f58 2f045978b7579a9f5dacfa44daca142ca2fdd626 3432afa9e8cdf271a9ef5138938f56679e4a6bf2 643933261ca9632b8a424c82f4c5ea63be6cb0cc 6736d81fd89d2560243f2ea9ded780296144b5a5 860fcb6493db423508ce0a1149ef59218a66b139 8fd438080c6bade8dc025aac6c0cb7ea85abc142 9ea4eef0c0f2d0aa6b858aa30c95506a2046302a a0596984250271dbc52a7f441cc93d63f3eff068 a11052ccf9fbead74edf3d71f01dfed2db5e8c09 aa6660f06b111560e36598a80f5e280ce185cdd6 ac75f452d9534c30d1bbf881b3bb926617f10d5c cb90bbb869cf33b619299735a8973a9a67464f5f dd377b7826fbae85d51e59e64240c595b8db4c38 e29c1c6058d025a0fa2a62faf5fafb9c1b6226aa ed6dd05407d59af24fb43f51f61169848f8da820 ef28af82d40a83d576ae3f5bd3361bba0dc13c93 f2b192fb4e4f344848f258cfb3da75e45e3a68cf
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-client-15
Source: postgresql-15
Version: 15.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9023
Depends: libpq5 (>= 15.16), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-15, postgresql-doc-15
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-client-15_15.16-1.pgdg+1_arm64.deb
Size: 1710704
SHA256: 83c0291eba30870295b8556be2c1307087ea4ee01ae81cb574490c7aff50f41c
SHA1: 07ba0972ee772c38cafcf5cb26dd1105c020d101
MD5sum: fc6e5eb6c7684b852fe9cb308314722e
Description: front-end programs for PostgreSQL 15
 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 15. If you install
 PostgreSQL 15 on a standalone machine, you need the server package
 postgresql-15, 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.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-client-15-dbgsym
Source: postgresql-15
Version: 15.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6353
Depends: postgresql-client-15 (= 15.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-client-15-dbgsym_15.16-1.pgdg+1_arm64.deb
Size: 2718880
SHA256: 0831d7610e1fcead6c21070b64c4c97b23d794d5ab50d68dd66d429b4adbe588
SHA1: b1bf72386ebf25503f7e8b4519f8f7f5ea1b5e9a
MD5sum: f7f4633edcf2a8ee42b48b0d94f1930b
Description: debug symbols for postgresql-client-15
Build-Ids: 0767be116e48b294246df42b48adab62bbec9e47 3211068c5c47269d901d7bc042f8156c7924e827 370db8ccb4a2370be8f53e732d83fd279494dc45 38718fc16b541e8f4b98f8681797db98f95f2b7c 534a5a300749a8343bd51e13e42a080f9159b019 55e1bc17e8a99e34c78480857513a619588f9f4e 5aed4dfb23769c30e1c96c1dd461ed530911488a 5ddd942e269f5b9cb22fca854a2e4dadb9392699 64674c05c964a78becf6b11ca0d1675bcb2286bf 728cbd4f321235246da4cd1fa52696f60d563d56 779d2cf8fb955850a6392108de6daec0216bb2ce 8aaf9615d07afe74b0690e02ab0d46712b6b34ca b103de8c85fd3e67bde86c3a1d1041345c29721e b59faea7b2905d2a4711943da1b76bf705c05192 c23cd8bb254ea514434cbfdc34f8176ae981e7b1 c5bc2f5360bd9ca3fd9cc38ff3dde52a10ebd70d d2100ae67ac4a99ef32f834ab7a7c7b4689993de d63b898efebb503c05ab12086338d0b8fd33f221 e05c3cea7b87045f16cd9bc4e821be6a93727777 e4c0b39f3a41f045ac9fab6cc2c99037d18d0d32 fcaf62762f723fe85369424c7de9b9037bb4d788
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-client-16
Source: postgresql-16
Version: 16.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10432
Depends: libpq5 (>= 16.12), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-16, postgresql-doc-16
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-client-16_16.12-1.pgdg+1_arm64.deb
Size: 1914480
SHA256: 1a75c69c299fff6b54d9d721ff3b1cfd71ea0aa5188c625da9075a17afcedf58
SHA1: 631c10665bb6f629816aa03362b8e8a0b3331d9c
MD5sum: 6826a461a70ce65c85a0a16bce443639
Description: front-end programs for PostgreSQL 16
 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 16. If you install
 PostgreSQL 16 on a standalone machine, you need the server package
 postgresql-16, 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.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-client-16-dbgsym
Source: postgresql-16
Version: 16.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6662
Depends: postgresql-client-16 (= 16.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-client-16-dbgsym_16.12-1.pgdg+1_arm64.deb
Size: 2804476
SHA256: e2dcddb8b3686bc775402fb71a2571e5298e3e165b768b8bf12e11789c15bc01
SHA1: c5e2f1794cb37ef76507654408243d0523bf38e2
MD5sum: b342a20f8fbd2d1ce04b605934961352
Description: debug symbols for postgresql-client-16
Build-Ids: 014ffa0b98e995e3c39910a5eca9d1f15aeb73cc 147cacc4cdc8b86bc48bd4daf080957cf4e022d5 163b881aa0234d574e6168282a08f3d472793dde 2dda1da20e11ba2745038a37de9e2ec0fadfa848 402984bdd42963c553b1de8e491c75c1f9fd8db7 54dc062dff4bbd9e0e2791f00f279cedb7c40105 57babe16099025399266db3a2b12cfc2fde7da43 64e397728e7d7fbe64c7712ebf85027be1f0a078 73300c6fcb3204f641c03bb37509c9af2b0dd1b4 9f6327b5ea3e0e253baba8d3579736e4fcf3f50a a4bdf0b7c62aad7a73df6d581835c8bf49ad0d7b a6a73b0d257588a7babd02004a184d6ac1a6781c afe11a8821c45a03a20523053edaea258ad37a7b b2f339db029f561766ab7c28f9f1f0f4f1b83d70 b5f739e1a3659a138d5bcfe98a6b69ba37cd305c b7b9ceb2967a45810c44804811dc9a6eeaf6af50 bca561b5ae2010191a1ce7059c43855d41ef1385 c80dc0603ee0e02fb03b24ce46f3fa498770f392 d3ebba8fc47e9690849f3386c6c31332a3d39f3e deddc1be271a3359c10fceea2a0e0dd229131dc5 e6dc844ee2fc91e055facb1c2e7105c65ffbeaf9
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-client-17
Source: postgresql-17
Version: 17.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11127
Depends: libpq5 (>= 17.8), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-17, postgresql-doc-17
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-client-17_17.8-1.pgdg+1_arm64.deb
Size: 2008604
SHA256: 07e10f8134e46eba203e3dbb6654bd6996116b5d86bd43b0e98c46cc59536c5e
SHA1: 24a2d6cf79fb952e955061b2c4b13d106c5e7cb7
MD5sum: 062b795ab37a901ae633c2250ffbb725
Description: front-end programs for PostgreSQL 17
 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 17. If you install
 PostgreSQL 17 on a standalone machine, you need the server package
 postgresql-17, 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.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-client-17-dbgsym
Source: postgresql-17
Version: 17.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7133
Depends: postgresql-client-17 (= 17.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-client-17-dbgsym_17.8-1.pgdg+1_arm64.deb
Size: 3052784
SHA256: 368f371b2f4ce44c1912b7eeffde0bd6047ef610e2923e9008391566452fec47
SHA1: 0026d4436512e56b2c83c3579b327a6a2897459c
MD5sum: 1304f0128b505b79c110afec02ddef4a
Description: debug symbols for postgresql-client-17
Build-Ids: 09dc661c9abeba3a3ad09eb54b3d4f78053a34cb 11e2500922212c1cac187158aa640eaef173365a 17e2ed2aaad224dc5d348899459b66a784d532d1 30c811bfe1fd77ca6c2952e055836a9389d2d0d3 3ce1de6d3be0623275bc0f91112d01a38aae8c8b 40dfbc4cecb1fd0eb2ab7aac41143300b2ba0b0f 519bd745c80d84ddebd8ea00a2856f3b08db5e3d 579cec4e40fb6301cad361dc00b275ed42e9b0ae 67b9ea3ecf3ac305247c5eb46289c23e52995ba2 6e91b3f0d7fc20a30913086f2ff12ce0bf26b76a 7b54d775bd3bd9eee742212623f218453ee5bc79 96d5673b40c91ec14451203af521050425ab1518 c0ff41ed225afc4e312277dec1b029c2c273dc7e c63a23320373870d8facbf102105ec885644c7cf d5a3f8767f0d04dcab92c4f9c8695dbcc8d1b8ce e209fef55cfe084775b8fe41e9416d38b0265308 e4382d080db4d51413d1614fa24ce1fff825c685 e91049a2cf82687bd21959dea6064f70f0c0b790 f18dc3957097f8e3bf083dcee7a7c6296e2c14eb f9e32722ad825a76bd8fc7a5f43267b85cafe110 febac3de88a7c43efd373727ffc3def296d158ab ff5fec64f5e54f13d9f5fc90c4ec1f77a1539b05
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-client-18
Source: postgresql-18
Version: 18.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11852
Depends: libpq5 (>= 18.2), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-18, postgresql-doc-18
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-client-18_18.2-1.pgdg+1_arm64.deb
Size: 2085276
SHA256: 521553d2e989b079989de541c4271647c90373a32da75baa5c58783bb0fed074
SHA1: 037cfdf928ac26a225fb204105208b99290e99a7
MD5sum: 53abf41c4fc93d0dd55f7ff5f3a540b4
Description: front-end programs for PostgreSQL 18
 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 18. If you install
 PostgreSQL 18 on a standalone machine, you need the server package
 postgresql-18, 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.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-client-18-dbgsym
Source: postgresql-18
Version: 18.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7760
Depends: postgresql-client-18 (= 18.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-client-18-dbgsym_18.2-1.pgdg+1_arm64.deb
Size: 3301300
SHA256: 6be0e433ed84d2ac47a675e8336977813d12cd52a9831fb83bad5d199eccf94d
SHA1: c7231042dc4632d17fd8d4c1e779917473f19fe3
MD5sum: 7b2dde31db9da0864678184d070e91c8
Description: debug symbols for postgresql-client-18
Build-Ids: 22b9f32f266c0a887c863b66719d702968988429 22c095abecd940311b4014978015f89e5dce7e66 35f864f2ca215d1e06e5f860471f831a58e5c179 4b89b49240bf73822352c35d1071d10d283f26cd 4d39280f726b00371bc612d67fed7afa4b610fe3 52ce18cdfb6f91bb5e4f7709c1732766a3eb6314 54921eb4fd120a58878b692f5506076d95f6c84a 6101d9686be9face60c7309373f71ac9fbcfd096 72a0d15fe997a07e47eaf07f6c1e7e30fb1f0517 87e4352d940408e35da6061871f17ebce00a09c3 93ff433a75b65412d84a080ddde9b7eefb14a1fc 9777d26b7333982cb79197facfc391e36597ccfc 9e4a7dd4ed13b6e9e21f1e937f9bb50005889034 a3e310245c3e451a768aa04c13d5971ad6e4864d b1463d05e566d51c19e84aa7dc1a9ca957a7ed58 c6f69a7f60f2b8b888b310edd19e986be59d0ddd d35621ac8ecd95811edd314946b7a8d24e91bbe2 d558831c17fdb321e6c14d96f0281431a9bb193e de4378110ffc24ab1093851bc3522e060704dfb2 dea9d0c85b698e793fd77e1382e1da97026c7061 eedece6ec4185c4d27a7d2cc6278157547980382 fb5f4456bd84dca4ef08d6599845e31af74d9dcc
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-client-common
Source: postgresql-common
Version: 289.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 153
Depends: netbase, perl:any
Breaks: pgdg-keyring, postgresql-common (<< 269)
Replaces: pgdg-keyring, postgresql-common (<< 269)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_289.pgdg+1_all.deb
Size: 48056
SHA256: 9aa761ca85934520639769f40b9b0da093b56195e0217c283003851764a9420d
SHA1: 3032ef270880a9fb2f0e81fcc46cbc932f586212
MD5sum: c95bc28d54b20f9615902902b4522a99
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.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-common
Version: 289.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 353
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, libjson-perl, sysvinit-utils (>= 3.05-4~) | lsb-base, postgresql-client-common (= 289.pgdg+1), ssl-cert (>= 1.0.11), ucf, perl:any
Recommends: e2fsprogs, logrotate
Breaks: postgresql-9.1 (<< 9.1.1-3~)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_289.pgdg+1_all.deb
Size: 112772
SHA256: 36aaff1317536f2059e4d70dc44e2fb0bd880e29d03e2bd4b48a7b35b6d8af38
SHA1: 89836b999dccc7aa194aa06a402c8e06b983fe8f
MD5sum: c43815af96497fb2c2211598fd7d23cd
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.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-common-dev
Source: postgresql-common
Version: 289.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 334
Depends: libipc-run-perl, make:any
Breaks: postgresql-client-common (<< 269), postgresql-common (<< 269), postgresql-server-dev-all (<< 269)
Replaces: postgresql-client-common (<< 269), postgresql-common (<< 269), postgresql-server-dev-all (<< 269)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common-dev_289.pgdg+1_all.deb
Size: 73676
SHA256: c02d8f33a2d6931387d011b3d5a3d6c438bf52b28c5480a2a30a68cbe1597eae
SHA1: c36fd429243e978b92169b4cac86c47d273ddd1b
MD5sum: 730d448be7aa3b4240997597f3e8ebaa
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, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 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.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-doc
Source: postgresql-common (289.pgdg+1)
Version: 18+289.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20
Depends: postgresql-doc-18
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_18+289.pgdg+1_all.deb
Size: 15156
SHA256: 72243674bbf1b713b05ec45c1c751969889ddf01136c334cdfb78efd1d31e5b9
SHA1: 2dade9d76a7973eeb15e8147b32a3685f375024d
MD5sum: 041090044f888f742a731d0044059d0a
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.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-doc-12
Source: postgresql-12
Version: 12.22-4.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15187
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-12/postgresql-doc-12_12.22-4.pgdg+1_all.deb
Size: 1954744
SHA256: 686a2ce2f8ec329bd4f61d58616aadc74da27592507c22eb933ffbb316c45d91
SHA1: 8687ae3ee7f7b20368c14dfc2a0a6b6c46614b09
MD5sum: 92597e069a0e768d60dc535a15c25439
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 12. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-doc-13
Source: postgresql-13
Version: 13.23-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16043
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-13/postgresql-doc-13_13.23-2.pgdg+1_all.deb
Size: 2019712
SHA256: 8a6a1b25a5e1340baf50fdee639385968ad307f30693a81f072f4d78e29a3fed
SHA1: 3ada55d6921fff2768d5a512c453d16bc61b98f5
MD5sum: 7fa8aae2e3d0ebca1c3411911706acb4
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 13. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-doc-14
Source: postgresql-14
Version: 14.21-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16525
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-14/postgresql-doc-14_14.21-1.pgdg+1_all.deb
Size: 2075644
SHA256: bdb318457f7b7ccef6dac710b1b1dae16045d8aa4554688008a25498e46ad514
SHA1: 408d93e4e1a798facd21de33104a35cb25d5f557
MD5sum: eff7eae0e0f1a4b01b5941a74a9fe3b2
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 14. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-doc-15
Source: postgresql-15
Version: 15.16-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16366
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-15/postgresql-doc-15_15.16-1.pgdg+1_all.deb
Size: 2088884
SHA256: e5b83fc8300214b7fcee4411b609439cbf4778943dfbf7f7bd08d787e85cecb9
SHA1: 13c80be398d6bcc8c6d86ff55509588d80699cdd
MD5sum: 21c0c010b76bd1be917a6e2baa925e31
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 15. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-doc-16
Source: postgresql-16
Version: 16.12-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16908
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-16/postgresql-doc-16_16.12-1.pgdg+1_all.deb
Size: 2141548
SHA256: 58d97fb350d8dcee752acf3c19c7fde6ce48c64223f2ceb19828cf7e2e03d433
SHA1: 642dd03d522cf4b358075200bd14ddb6a765aa48
MD5sum: 13253bfd06572e68e81f034fa14763a7
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 16. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-doc-17
Source: postgresql-17
Version: 17.8-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17084
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-17/postgresql-doc-17_17.8-1.pgdg+1_all.deb
Size: 2156664
SHA256: e63fcb1eeac4856c68f9ac0083825674bf722653ce03f7ea4b18ff61953b7565
SHA1: cfa67bdbc7ee01748951939fe84c286c2f1b3f83
MD5sum: 19ebee13590888cc341ca76e1fc4e570
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 17. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-doc-18
Source: postgresql-18
Version: 18.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17361
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-18/postgresql-doc-18_18.2-1.pgdg+1_all.deb
Size: 2186820
SHA256: 1f6c6e63f8df50943463819bcd5595fdfd1faf773f711803fdd24ea7787fee78
SHA1: 08f332b122260810c20453bba27babe4ebfa6180
MD5sum: b4b3bca0bdba68319fe44c77fcc63850
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 18. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-pgrouting
Source: pgrouting
Version: 4.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 50
Depends: postgresql-pgrouting-scripts, postgresql-18-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: metapackages
Filename: pool/main/p/pgrouting/postgresql-pgrouting_4.0.1-1.pgdg+1_arm64.deb
Size: 25528
SHA256: a3fc5a031d282eea784e1e41c9fe918c6380ea6d23a2d40ef7c77bccc48bd3f7
SHA1: 8c39bc7642eaf909891f52adab7fdfbf65497187
MD5sum: c5af21ed50072f41f682d69214bf5d98
Description: Routing functionality support for PostgreSQL/PostGIS - Metapackage
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This metapackage depends on the PgRouting package for PostgreSQL 18.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-pgrouting-scripts
Source: pgrouting
Version: 4.0.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 50
Depends: postgresql-18-pgrouting-scripts
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: metapackages
Filename: pool/main/p/pgrouting/postgresql-pgrouting-scripts_4.0.1-1.pgdg+1_all.deb
Size: 25552
SHA256: ec09f0e35d286bc003017e5d11e2b1646c741d943cad73e08ba160739d92df04
SHA1: 7069b605e803b87f04e379600584867ff6e81d43
MD5sum: 2dd6d40aec8e29eba8ece5430f9ff3d4
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts metapackage
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This metapackage depends on the PgRouting scripts package for
 PostgreSQL 18.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-plperl-12
Source: postgresql-12
Version: 12.22-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 449
Depends: perl, postgresql-12 (= 12.22-4.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plperl-12_12.22-4.pgdg+1_arm64.deb
Size: 68384
SHA256: eb14df92f1a1710cb0322a62c1daa37fc7f4addfaf3466571a4e9717c0423778
SHA1: b749d44f41add76e1b1f8f248d90f6e31b971758
MD5sum: c1d956ef7ed8b67899d7ce3f6a0a5f29
Description: PL/Perl procedural language for PostgreSQL 12
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Perl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-plperl-12-dbgsym
Source: postgresql-12
Version: 12.22-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 317
Depends: postgresql-plperl-12 (= 12.22-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plperl-12-dbgsym_12.22-4.pgdg+1_arm64.deb
Size: 182000
SHA256: 988e339854af5f4408b5f5059e8fd29dc8bae3b4768f96f4e78b5f7176ae8d09
SHA1: 3386a15f63108fd2ce8a8767c27b443b5fae54f0
MD5sum: a7694005b29397a8abb1d6e0743acf48
Description: debug symbols for postgresql-plperl-12
Build-Ids: 06f38366e9cb43e5f632dddc90983af244614ce5 2f7e01b3415d6aeac87350c730207aab4ef881ba 8ac40efbb444c934614aa628899161efd8a0d2bd
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-plperl-13
Source: postgresql-13
Version: 13.23-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 522
Depends: perl, postgresql-13 (= 13.23-2.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plperl-13_13.23-2.pgdg+1_arm64.deb
Size: 71948
SHA256: 9630b63851b46ce554c45e65ac4322039608ff1f49b2e81126f23f8b3f6b2aa9
SHA1: 450f52d8b63bf9aacb1adaefa9d0401606043c53
MD5sum: c4ca431afc30d0528434fb49e8fcf136
Description: PL/Perl procedural language for PostgreSQL 13
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Perl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-plperl-13-dbgsym
Source: postgresql-13
Version: 13.23-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 338
Depends: postgresql-plperl-13 (= 13.23-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plperl-13-dbgsym_13.23-2.pgdg+1_arm64.deb
Size: 188360
SHA256: 62242b11e854b7287cf9af2b6cb711946b1ba3963907e637fbac7e23e54ab3bd
SHA1: 350ae114a027307cf257049084e074a204e621f8
MD5sum: 6c9355f72d5010106e81def7b1689b86
Description: debug symbols for postgresql-plperl-13
Build-Ids: 88f0691ac3d23ff2761e10108159950ab606650d 9f3075ef92b9a3bdae65bd952c655cb236e6667e ad697ac17b3ff9b6988289954006093f2b9fda53 b375752b62c6f049b390a2ccadd7bdc3b42f9466
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-plperl-14
Source: postgresql-14
Version: 14.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 567
Depends: perl, postgresql-14 (= 14.21-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plperl-14_14.21-1.pgdg+1_arm64.deb
Size: 86580
SHA256: 957005da5d9180e40a82fe74dda2c1c23f138013a992aba156bd11610d4d27a1
SHA1: ed079eaa37caf922b442d3120bef3821aa8dbee6
MD5sum: 38609c6de81f7c5a75ff7ee32186f730
Description: PL/Perl procedural language for PostgreSQL 14
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Perl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-plperl-14-dbgsym
Source: postgresql-14
Version: 14.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 339
Depends: postgresql-plperl-14 (= 14.21-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plperl-14-dbgsym_14.21-1.pgdg+1_arm64.deb
Size: 189168
SHA256: b11bcd33fe244865134962efd67d60db63a9f2bd0b6785de93ec0cacad269453
SHA1: a1cff5831197da900b316e87b1bdfacf291b6661
MD5sum: f8a24533128546536a9876dbfecd1058
Description: debug symbols for postgresql-plperl-14
Build-Ids: 1949e6505b7aadad7af9e24a0be1340c53a8ab33 4e41eaf3082198c06091bfacb0d52afdc01f3e80 be5ae220a73fcfbc63c30efb79751651ed41b0e4 d339b924ef8b5582c2627bc21aa311e116800d94
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-plperl-15
Source: postgresql-15
Version: 15.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 569
Depends: perl, postgresql-15 (= 15.16-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plperl-15_15.16-1.pgdg+1_arm64.deb
Size: 85164
SHA256: 062778f6d92a3bc89c9189b184a69de0d8c98f7b624371ed882c536501b20d6d
SHA1: 31fa594674a228d285579de9d7f3ca759f31a0c0
MD5sum: d7b8cb2edb7c74adf82ae194c53d12c5
Description: PL/Perl procedural language for PostgreSQL 15
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Perl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-plperl-15-dbgsym
Source: postgresql-15
Version: 15.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 342
Depends: postgresql-plperl-15 (= 15.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plperl-15-dbgsym_15.16-1.pgdg+1_arm64.deb
Size: 192748
SHA256: 64b99f90dc45b3a3ed710cd65b552c06a0df573305be7cc326e3ab9fe27f4ea9
SHA1: 57e7c449aec685ac2825054942b4ca798d02ff88
MD5sum: 8b2d170c2116c38fdcfecf9348504182
Description: debug symbols for postgresql-plperl-15
Build-Ids: 1c6f9de8b5700107c102fcc5652b039ef2ac9797 31eeaa0696bfb8cd0d11ce90acb8a22e2cf5c62c 61103ea10844fd78a8e0de749bdb72e62983276f 8c39f370459f42415a4aa6b49065d8912ae67003
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-plperl-16
Source: postgresql-16
Version: 16.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 582
Depends: perl, postgresql-16 (= 16.12-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plperl-16_16.12-1.pgdg+1_arm64.deb
Size: 85484
SHA256: ed32fcd241cb279067a4a7ba3dd3c7aba612a814dc011d68ad20c07fadc69cda
SHA1: 512194cb72aa2bb681f5d9a4bf96ddce464db3c7
MD5sum: 5b6b32e6c5575c3c0faf355c0e9593c6
Description: PL/Perl procedural language for PostgreSQL 16
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Perl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-plperl-16-dbgsym
Source: postgresql-16
Version: 16.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 340
Depends: postgresql-plperl-16 (= 16.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plperl-16-dbgsym_16.12-1.pgdg+1_arm64.deb
Size: 196488
SHA256: ed80a2ce0ae76efb164d23a7f97d17fb93b514aab1957333e55e54df18ddd814
SHA1: fe21aad0463b34b4016306ae6954f43709735673
MD5sum: d152a38b0bd9d167b520e72ecdca4f88
Description: debug symbols for postgresql-plperl-16
Build-Ids: 0aa01df9a6ceafc095fcd19a199d59c708d6e7a2 ab6701c4ed757756c1c2cb28b009bafaaf59c83a b1730f5661fb6ed8c781843a3337bb3dabe24e1f ed9f72b5e7e8a2af53ffec443af54e051cc2b115
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-plperl-17
Source: postgresql-17
Version: 17.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 579
Depends: perl, postgresql-17 (= 17.8-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-plperl-17_17.8-1.pgdg+1_arm64.deb
Size: 83040
SHA256: e6fb2e3936fde283bf8dc63fd4168dfcb7ed47c1436895aa19c8f38c08f45aff
SHA1: 841b53755230e515491eb613b8122f598df3c98d
MD5sum: 67f6309c32025721055f880b36681d36
Description: PL/Perl procedural language for PostgreSQL 17
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Perl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-plperl-17-dbgsym
Source: postgresql-17
Version: 17.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 348
Depends: postgresql-plperl-17 (= 17.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-plperl-17-dbgsym_17.8-1.pgdg+1_arm64.deb
Size: 199932
SHA256: d5cf3c7b5bcec237fc79da090423e424d748b61d84451fc0b188faa0092132ba
SHA1: 71654e3071f4453d4bc9acc5dddc0fd296cfe099
MD5sum: 329d5a203820e1d11c90555c64bb2b6d
Description: debug symbols for postgresql-plperl-17
Build-Ids: 627883ed2971f7b54893936630032a4f451c21a9 678eb40ba021eafeba1b06787ad062ebbccce235 c198a9bdb09e1b1c02d7a9cc47b0640f43015769 c5a873253c34214b2c86852436f6f977c752bb6c
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-plperl-18
Source: postgresql-18
Version: 18.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 540
Depends: perl, postgresql-18 (= 18.2-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-plperl-18_18.2-1.pgdg+1_arm64.deb
Size: 64644
SHA256: 83281d85232271253cb437a9e0d414e0b1c270f271b19cbe99d5c8dea2bb63ab
SHA1: 6060019879991c03be1475320ebc0a8f7f742a82
MD5sum: 503de6aeca24ad47fc67e51dc34a6d18
Description: PL/Perl procedural language for PostgreSQL 18
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in Perl.  You need this package if you have any
 PostgreSQL 18 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-plperl-18-dbgsym
Source: postgresql-18
Version: 18.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 346
Depends: postgresql-plperl-18 (= 18.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-plperl-18-dbgsym_18.2-1.pgdg+1_arm64.deb
Size: 202228
SHA256: 9a31abf69e9469e6337600ffcbcc8f23a1c8632c2369957dc08563a9d763541c
SHA1: 9dfd16795d6abf9ae1d5a35904507e64637c64e2
MD5sum: 40601ef85111c4563e8cd3a098d1050e
Description: debug symbols for postgresql-plperl-18
Build-Ids: 31c7fc5cb491ad50453f910806214237785303b4 817cef5e1a7657fc8302ff97fbabfbedc3bb5036 9841b1246291a2cb24612bc6fdecc8944bc3a6d3 df18e641c34160e26c61a73916a34dc266d58ced
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-plpython3-12
Source: postgresql-12
Version: 12.22-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 602
Depends: postgresql-12 (= 12.22-4.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12_12.22-4.pgdg+1_arm64.deb
Size: 91732
SHA256: e0966627e5e776ad42ee2180b7d46cfbba7990984085156efbf935a1f7827289
SHA1: 460c1ca8cab23e4956da096a539046f57b29ba89
MD5sum: 79e1599df438ba6d7bf9e0399f616490
Description: PL/Python 3 procedural language for PostgreSQL 12
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Python 3.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-plpython3-12-dbgsym
Source: postgresql-12
Version: 12.22-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 379
Depends: postgresql-plpython3-12 (= 12.22-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12-dbgsym_12.22-4.pgdg+1_arm64.deb
Size: 189356
SHA256: 1a0220d4c0bdfe393aac36ae3c39d45b4efe9c95a6d5182aa3b58e86650090e4
SHA1: 965d66c6d716b24e78810aef027987a92957cf65
MD5sum: f1eca1c6ac3c22ee865803f2fdd9118d
Description: debug symbols for postgresql-plpython3-12
Build-Ids: 0c7fa973366d6c6c8e51c6003997fb9e06bedc3b 114807bbac8be26024ec5e943b30c1000ab1dd77 b98dd32ece8c7e66788a5336d79e77b08292eef6 bb79926fa72ce29e2c4de9d58d2505be046c3cc0
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-plpython3-13
Source: postgresql-13
Version: 13.23-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 667
Depends: postgresql-13 (= 13.23-2.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13_13.23-2.pgdg+1_arm64.deb
Size: 94032
SHA256: a8fe7fe6e1d071224cded0e8e18b24b59d15d653f72d46aaaee9d17334b71f71
SHA1: 8dbffe481647550154290df934b73445040db4db
MD5sum: a222d9f442e5823271ce97a969eb41f0
Description: PL/Python 3 procedural language for PostgreSQL 13
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Python 3.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-plpython3-13-dbgsym
Source: postgresql-13
Version: 13.23-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 380
Depends: postgresql-plpython3-13 (= 13.23-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13-dbgsym_13.23-2.pgdg+1_arm64.deb
Size: 189460
SHA256: 20e17726095dfeddc195fb9468f598d76b0e5f3e397bcdac4acaac6bb3d78fe0
SHA1: 3e690fada34ed94a8d613763fe768031b8014d7f
MD5sum: 36f63f436a3fb7b7a3abae975a8cd0d5
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 0dbb1048df46ab74e5d8d01eff50de2980e95e69 6db9ac0c789d60d80ac852380a57ae34a8a78ca9 c06a585a82e5073226b50069f1d39f483ba00355 d51c281fc80f9f676173809d87a3ee95b3fee425
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-plpython3-14
Source: postgresql-14
Version: 14.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 724
Depends: postgresql-14 (= 14.21-1.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14_14.21-1.pgdg+1_arm64.deb
Size: 111296
SHA256: 41ddf42bf2c15099ddd6a9a915ae7de31e3f0641849859846f8da25c2fb60608
SHA1: 62c09441a9212dce5bb8041065a71bb60a6b09fc
MD5sum: f7c86ba422122140b2b470a98f8ad8b3
Description: PL/Python 3 procedural language for PostgreSQL 14
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Python 3.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-plpython3-14-dbgsym
Source: postgresql-14
Version: 14.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 381
Depends: postgresql-plpython3-14 (= 14.21-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14-dbgsym_14.21-1.pgdg+1_arm64.deb
Size: 190736
SHA256: ce69819eaf822e8786dc3e9cd6223f228c7e662dad01e43491bb22c8c923b243
SHA1: f93efe4ec59bf8dbeb411f3c32cbcce25570dfec
MD5sum: 8fb0e22ce8f0b110012438525995718a
Description: debug symbols for postgresql-plpython3-14
Build-Ids: 14fe15c2fc924aa991f077b206a610b240a7f21b 30f6bca29cce46dc207439137f128b144db268fb 8b16d547618ddd5a7a52d256207e9b3aa953e2b2 d101e7fe7525341d043ba8f18705c7941f9849c5
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-plpython3-15
Source: postgresql-15
Version: 15.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 740
Depends: postgresql-15 (= 15.16-1.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15_15.16-1.pgdg+1_arm64.deb
Size: 111192
SHA256: 10189698f680a438d5e55f3d84869b4f7daaa9be3f0ea7419ddfd36ef0280d40
SHA1: 7776d621181ba9670a254549c63049b1b9b05191
MD5sum: 9eb615545f56a3bb166bcb55294002ce
Description: PL/Python 3 procedural language for PostgreSQL 15
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Python 3.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-plpython3-15-dbgsym
Source: postgresql-15
Version: 15.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 384
Depends: postgresql-plpython3-15 (= 15.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15-dbgsym_15.16-1.pgdg+1_arm64.deb
Size: 194500
SHA256: c098cc53a401d1ebc68f8b846173f76b172d629b9066fe9868a9dc4ced7be6e7
SHA1: e20c6843b05bcdc78f54369849912627d0442b8c
MD5sum: 79b5d8ceabae1db31a18da4b08b0968d
Description: debug symbols for postgresql-plpython3-15
Build-Ids: 1570ecbf6e0b487d3b90726835909ad28925c105 1a0d8b0a7f5d25c08f80078336cfaf1100aeb9bc 58df46b09feb93f48035f2c0d403bb99dbcecaa2 efe6973d3f01238939b9a85dd6f6b0e7364f417c
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-plpython3-16
Source: postgresql-16
Version: 16.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 749
Depends: postgresql-16 (= 16.12-1.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16_16.12-1.pgdg+1_arm64.deb
Size: 111356
SHA256: 95896d25d4dc5bf4b6688e17d3b97b186bf7cd1f12a982a7fa2cdd9a9065e1ac
SHA1: 509bfd20d04b30e6de8318c81b8d22fd01a4f410
MD5sum: 9658d604f0e827a9ece466e3745b4afd
Description: PL/Python 3 procedural language for PostgreSQL 16
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Python 3.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-plpython3-16-dbgsym
Source: postgresql-16
Version: 16.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 393
Depends: postgresql-plpython3-16 (= 16.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16-dbgsym_16.12-1.pgdg+1_arm64.deb
Size: 198948
SHA256: 8efb6b5882195e937fdedf0dc279c4fdcadc3bc85824a04061ee5bb6c0afc438
SHA1: cc6454015ac997d29bf059cb6b5c2ac6ce935228
MD5sum: f5125050ed63b571594e6ddd0c891b0c
Description: debug symbols for postgresql-plpython3-16
Build-Ids: 148c63e610471d09aefd7f33090c0ece23b44096 8969c11886a047b7de27bc16dc854d33d385919b 94e7b0d2512d0b60253a0cb54fc111149d10bcf8 aa98b8d52e4a1c23e056ae21143bf90739e6b5ac
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-plpython3-17
Source: postgresql-17
Version: 17.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 746
Depends: postgresql-17 (= 17.8-1.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-plpython3-17_17.8-1.pgdg+1_arm64.deb
Size: 108488
SHA256: 5bf92cde37c8cc1c05ff6c21fd3eb3ce57cfda063268a1b128f87559bb36058b
SHA1: 679f2c47a0fd1aaab21d34c785c22c5ae84171b0
MD5sum: e109413dc2c7060e27528ff9cde7d24b
Description: PL/Python 3 procedural language for PostgreSQL 17
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Python 3.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-plpython3-17-dbgsym
Source: postgresql-17
Version: 17.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 397
Depends: postgresql-plpython3-17 (= 17.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-plpython3-17-dbgsym_17.8-1.pgdg+1_arm64.deb
Size: 202420
SHA256: a5ce7faeeea69129ac20f2fb40bf36586c0cf8ec57056213345647a8fc2153cb
SHA1: e5f862bafa3ce40a98dcbcf453ab2c8ddd949e0a
MD5sum: d8e41a13ee2daa3071107bfd70c36f47
Description: debug symbols for postgresql-plpython3-17
Build-Ids: 33f6b80ed71750df349f6b7ab6c034c46bcfb461 3fef3c9461b76ce8613c821c1620e5ddbb0cc675 725a0817c07de9025455c95ff6de2263254e8897 bb05cbf2e3ab9ab770b46ffe18313e61b4b4b7a3
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-plpython3-18
Source: postgresql-18
Version: 18.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 702
Depends: postgresql-18 (= 18.2-1.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-plpython3-18_18.2-1.pgdg+1_arm64.deb
Size: 88328
SHA256: 3102311739bbbfaca80dbefce59e9ecabe414f675b5205a98652e3b8bd53ae84
SHA1: a378f3f292884244dcdc0466d95ded00c58cc9fa
MD5sum: 80ecb1c90caa48a2d9cffe7ac97e7c98
Description: PL/Python 3 procedural language for PostgreSQL 18
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in Python 3.  You need this package if you have any
 PostgreSQL 18 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-plpython3-18-dbgsym
Source: postgresql-18
Version: 18.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 387
Depends: postgresql-plpython3-18 (= 18.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-plpython3-18-dbgsym_18.2-1.pgdg+1_arm64.deb
Size: 188512
SHA256: 88cbfba68e803ce42469071cd4f1a0fa7d02e885f3f99fbbccba913781e38097
SHA1: d1c6d3a727dbe02b0973c510858e8eb68b434d88
MD5sum: a8515c869d2ccbdbac181e56811d489b
Description: debug symbols for postgresql-plpython3-18
Build-Ids: 3b3767870f7247be8fed42a95dab179045572d89 4d69ca1dddd9c2d38620b67248cd8a74e369dd81 9ef36a18a038f3c866d721c6f1eda58b0907df29 c7c806555c24d2abb8bb6a139fc52e9b599ddb27
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-pltcl-12
Source: postgresql-12
Version: 12.22-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-12 (= 12.22-4.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12_12.22-4.pgdg+1_arm64.deb
Size: 44072
SHA256: 52da0578342ca5cc83843ba5df684da1884974001b9ef6191de1bc7ff55d6200
SHA1: faa127fa24a84b75f033777b73f9fd952d95b48b
MD5sum: 19e2c10a23a221ea54c47180f0443749
Description: PL/Tcl procedural language for PostgreSQL 12
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Tcl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-pltcl-12-dbgsym
Source: postgresql-12
Version: 12.22-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-pltcl-12 (= 12.22-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12-dbgsym_12.22-4.pgdg+1_arm64.deb
Size: 70856
SHA256: 98a908c858b82d6fc648ccf815a488c19368bad5c8896930ef11684da7c578f0
SHA1: 1a73a3186292fd7aac24204510056230c6c2a13b
MD5sum: 25c364caff4eec475e5be4e08821632e
Description: debug symbols for postgresql-pltcl-12
Build-Ids: 9e05a6677f0307d841b2691a96fbc6a19fa6bdf9
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-pltcl-13-dbgsym
Source: postgresql-13
Version: 13.23-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-pltcl-13 (= 13.23-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13-dbgsym_13.23-2.pgdg+1_arm64.deb
Size: 74180
SHA256: a59b564c2ec5a8078649b587126da891e1616c76274a9794b764090a38b92ab1
SHA1: 0c0b46a0d3b477d6e606d6f4af1dccaca0798a30
MD5sum: dd7781dc2f9f9fbd1b932e330f648f82
Description: debug symbols for postgresql-pltcl-13
Build-Ids: 35acdb2bd73e63cbd2fdc3b4c90863d0aff439d8
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-pltcl-14
Source: postgresql-14
Version: 14.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-14 (= 14.21-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14_14.21-1.pgdg+1_arm64.deb
Size: 45236
SHA256: 96608ff87a3ca3adafc6df3c817df5fe3e56d569321fbac2f47b213b099b5e21
SHA1: e3834ce69e91de6932d2a159ef7ff2cd9ab95c44
MD5sum: dc154ecbc8251c3e888f217f4b5a0952
Description: PL/Tcl procedural language for PostgreSQL 14
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Tcl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-pltcl-14-dbgsym
Source: postgresql-14
Version: 14.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-pltcl-14 (= 14.21-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14-dbgsym_14.21-1.pgdg+1_arm64.deb
Size: 74892
SHA256: a5e7cd84669539068f1317b2ecc1b497d39d7e24e3e19cd0d18a25f9be572460
SHA1: 6c3ef8d294e2fb949b3d4c5cbaf7db83628bf8d0
MD5sum: 4f6522df4b37fe05dc530adcbe8f6328
Description: debug symbols for postgresql-pltcl-14
Build-Ids: e4fc98af9b18ac178a6f3f07dfe41dbaaa265585
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-pltcl-15
Source: postgresql-15
Version: 15.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: postgresql-15 (= 15.16-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15_15.16-1.pgdg+1_arm64.deb
Size: 44976
SHA256: 7341bd9f8788dad7741756f643b96e172f99a69dff2d490c744a1a4ddbdab7f4
SHA1: 3ff767bf5a5482f2f29b5e28f1bc1a68813fd587
MD5sum: 37f119ee9bb14dec4daf8207d884f155
Description: PL/Tcl procedural language for PostgreSQL 15
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Tcl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-pltcl-15-dbgsym
Source: postgresql-15
Version: 15.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-pltcl-15 (= 15.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15-dbgsym_15.16-1.pgdg+1_arm64.deb
Size: 78488
SHA256: dde767d26593f6526fa76f3c30823f7a7d95da368eab8e2117593389f9c167ae
SHA1: b4b5d6aecff04ef8955e933809082d1f76635b35
MD5sum: 8a523cefcb9273c853a3b8f69e6bdc43
Description: debug symbols for postgresql-pltcl-15
Build-Ids: d0b4e23e2c0d70e3925be46d568ddbb1f01dd32b
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-pltcl-16
Source: postgresql-16
Version: 16.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 210
Depends: postgresql-16 (= 16.12-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16_16.12-1.pgdg+1_arm64.deb
Size: 44648
SHA256: 8fe73c1206bd520aba38a0925e4da79ba4accfa6d1af0c19e14c765bbd532e6c
SHA1: 5e5cc83360fbba09854c45283f9adc77a5326f22
MD5sum: 148baad181a0aaf5d5490d0b4926b099
Description: PL/Tcl procedural language for PostgreSQL 16
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Tcl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-pltcl-16-dbgsym
Source: postgresql-16
Version: 16.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-pltcl-16 (= 16.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16-dbgsym_16.12-1.pgdg+1_arm64.deb
Size: 81332
SHA256: edd13aab040a7ee7e5008f64eaa03a5fb7c6fd5d7d5b67c9eec311209af56f87
SHA1: a5043cb5ceed8d1adffd0693faa7f0e16936c73d
MD5sum: b04f3a41afff9e6f5369b47488dbc668
Description: debug symbols for postgresql-pltcl-16
Build-Ids: 848db7cedbe2c24d4b1a0fbe2f7d7089e583eb82
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-pltcl-17
Source: postgresql-17
Version: 17.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 207
Depends: postgresql-17 (= 17.8-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-pltcl-17_17.8-1.pgdg+1_arm64.deb
Size: 42184
SHA256: c57dfb8fad569f6fa61c2c1a2357019dfefe89eaec5f39b483443973792796e5
SHA1: c36faaf42f83d4893ae15c22e2cfd24d21fe3d22
MD5sum: e318b53b39059c920506145345edd50a
Description: PL/Tcl procedural language for PostgreSQL 17
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Tcl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-pltcl-17-dbgsym
Source: postgresql-17
Version: 17.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 155
Depends: postgresql-pltcl-17 (= 17.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-pltcl-17-dbgsym_17.8-1.pgdg+1_arm64.deb
Size: 84904
SHA256: 2ae6f2f66767500f5d26285dbe2118e4cc2679bce810cde3c783a1ed172b3b9a
SHA1: a80ef6e66773289ae70caf8961687f65c6cafa20
MD5sum: 6908d41f3ae3ad0525b6d8cd3e8e44b1
Description: debug symbols for postgresql-pltcl-17
Build-Ids: b42b219a7648d39c1640caaabf891c2e37353b67
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-pltcl-18
Source: postgresql-18
Version: 18.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 204
Depends: postgresql-18 (= 18.2-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-pltcl-18_18.2-1.pgdg+1_arm64.deb
Size: 39504
SHA256: 71ba8e7186774003f4f60a5587943aa9d6ade163b043232886350740a1cbe6a4
SHA1: b0c905949709887f85b76884d152a3015fa450c8
MD5sum: b60d5776efb2b85c7e4a12b57a3d313b
Description: PL/Tcl procedural language for PostgreSQL 18
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in Tcl.  You need this package if you have any
 PostgreSQL 18 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-pltcl-18-dbgsym
Source: postgresql-18
Version: 18.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: postgresql-pltcl-18 (= 18.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-pltcl-18-dbgsym_18.2-1.pgdg+1_arm64.deb
Size: 88480
SHA256: d00d57ea51bbc3967490f1ffa127322bced3ceef165b981f69a0e6681eebd839
SHA1: 082af0e0bce57620bcece010002ca27c816316ee
MD5sum: c805130e28b0359190b906f73d09f109
Description: debug symbols for postgresql-pltcl-18
Build-Ids: d445a9f2816f6e58c0cf6abd57d6a9df399d64bb
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-postgis
Source: postgis
Version: 3.6.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 68
Depends: postgresql-postgis-scripts, postgresql-18-postgis-3
Homepage: https://postgis.net/
Priority: optional
Section: metapackages
Filename: pool/main/p/postgis/postgresql-postgis_3.6.2+dfsg-1.pgdg+1_arm64.deb
Size: 23600
SHA256: 35815a2002dbdf524a76e38febfe626bb01f87dbcd9c160a9ce0d9fd068e301d
SHA1: c1d1bb5c1e07604b09b49f3ed38dc6dcde6b03c1
MD5sum: 4ed928c0fc0f76763d83fbc120523ab3
Description: Geographic objects support for PostgreSQL -- Metapackage
 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 metapackage depends on the PostGIS package for PostgreSQL 18.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-postgis-scripts
Source: postgis
Version: 3.6.2+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 68
Depends: postgresql-18-postgis-3-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-postgis-scripts_3.6.2+dfsg-1.pgdg+1_all.deb
Size: 23640
SHA256: 0b3f51ea26ec8bafc4118c9adadc0148ec20b4807e86ae652d7f0381815bee24
SHA1: ab7be5da4495d79fb1d761ca0e5297bb10c0e751
MD5sum: 2c7214fe434278cea4d947bfa73f0772
Description: Geographic objects support for PostgreSQL -- SQL scripts metapackage
 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 metapackage depends on the PostGIS scripts package for
 PostgreSQL 18.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-server-dev-12
Source: postgresql-12
Version: 12.22-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5748
Depends: libpq-dev (>= 12~~), postgresql-client-12 (>= 12.1-2~), postgresql-common (>= 142~), libc6 (>= 2.38)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-12/postgresql-server-dev-12_12.22-4.pgdg+1_arm64.deb
Size: 1013388
SHA256: fffe2574e1dd80e6f01fcb130fb32f642d7c1a631d4dba38e1753c67a2e2f0ec
SHA1: e3f11fe0c45a21fe035a6322fae058ac7278eeb2
MD5sum: a493d8f27d96c662fa969e2c3515d700
Description: development files for PostgreSQL 12 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.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-server-dev-12-dbgsym
Source: postgresql-12
Version: 12.22-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-server-dev-12 (= 12.22-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-server-dev-12-dbgsym_12.22-4.pgdg+1_arm64.deb
Size: 57684
SHA256: 29ffe49c3b5164832d368936e31bd204d821ddd0c5379dc7ed7cb5a33c6a406b
SHA1: 11a7a3846706932a23d0765707fabb1bc43d39f5
MD5sum: c1987cd98a09e8c9b506cdac652e0fbb
Description: debug symbols for postgresql-server-dev-12
Build-Ids: d9638d6aedb03c5e234c4840b739ba4e2c57b64e
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-server-dev-13
Source: postgresql-13
Version: 13.23-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6290
Depends: libpq-dev (>= 13~~), postgresql-client-13, postgresql-common (>= 142~), libc6 (>= 2.38)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/postgresql-server-dev-13_13.23-2.pgdg+1_arm64.deb
Size: 1067916
SHA256: b634b9ae67a9969aa37e24d939d456e5b9173ff379a4a226430be17c18256e3a
SHA1: 2cf7613e9685c8ab5a9c71a87dc688d337928ba1
MD5sum: f290af67ce2e3cf9fc8cdd2deb8517a9
Description: development files for PostgreSQL 13 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.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-server-dev-13-dbgsym
Source: postgresql-13
Version: 13.23-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: postgresql-server-dev-13 (= 13.23-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-server-dev-13-dbgsym_13.23-2.pgdg+1_arm64.deb
Size: 62908
SHA256: 5b0c2a92fceec493e7d339d0f72b380710b5e0abe3c9b8ee496c04dc688b2d37
SHA1: f7a0b030af90d4f557e212814b5437d6f9e6aee3
MD5sum: 7cbef6e45b188b1c2451a9f5c26684ac
Description: debug symbols for postgresql-server-dev-13
Build-Ids: 37d99928d55a49d4e1d3a0a259d1b1b79c4b3a5b
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-server-dev-14
Source: postgresql-14
Version: 14.21-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6803
Depends: clang-21, libpq-dev (>= 14~~), llvm-21-dev, postgresql-client-14, postgresql-common (>= 142~), libc6 (>= 2.38)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14_14.21-1.pgdg+1_arm64.deb
Size: 1144504
SHA256: a590be53546d704275983fa93bfddffeb9d6191d0af29b13adecc239cb9cdcc5
SHA1: 8d978f6d12501571b4c5b85fdf10db44e27fae56
MD5sum: 50a626c6b4846af91870fbe170b7968c
Description: development files for PostgreSQL 14 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.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-server-dev-14-dbgsym
Source: postgresql-14
Version: 14.21-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-server-dev-14 (= 14.21-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14-dbgsym_14.21-1.pgdg+1_arm64.deb
Size: 70644
SHA256: d0073a52dee0534298a9943627c93ac736223648f12b92c871547ce1b3340f74
SHA1: d4b11bf6cd45848301ad183efbd310ac26ca33db
MD5sum: 7fa60fcd4c677e4cc03c1a9c080bf790
Description: debug symbols for postgresql-server-dev-14
Build-Ids: 7042b08ff52f6acfdd8cd25b8af62023f6735f60
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-server-dev-15
Source: postgresql-15
Version: 15.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6967
Depends: clang-21, libpq-dev (>= 15~~), llvm-21-dev, postgresql-client-15, postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/postgresql-server-dev-15_15.16-1.pgdg+1_arm64.deb
Size: 1170680
SHA256: c3910ad9c8d6b57fd2187096982e1e6111b9b1bf6d053263ade50e28c630dd9c
SHA1: f095a677874835b287e53d57ffd492b372cef3cc
MD5sum: 98eee562c374a05f69417462da744488
Description: development files for PostgreSQL 15 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.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-server-dev-15-dbgsym
Source: postgresql-15
Version: 15.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-server-dev-15 (= 15.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-server-dev-15-dbgsym_15.16-1.pgdg+1_arm64.deb
Size: 74244
SHA256: 329a07dd12cd353a9ae1d6080a3fe59ed886da3c0d564c81658375c9179b0615
SHA1: 156062853a2a2677f560ece08f04a9bdce93a54c
MD5sum: b54a846e8fb859f87d387c57399f7802
Description: debug symbols for postgresql-server-dev-15
Build-Ids: 976f74711191424b48dfef3ae51fc3369731761e
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-server-dev-16
Source: postgresql-16
Version: 16.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7149
Depends: clang-21, libpq-dev (>= 16~~), llvm-21-dev, postgresql-client-16, postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-16/postgresql-server-dev-16_16.12-1.pgdg+1_arm64.deb
Size: 1196316
SHA256: a47b62d5ad83e0a8cb2ae2cd75b46e3554280eba43baf3970c85c8733132479c
SHA1: 85c1b3dfb5478ff3282f1ada508e06cb8936162c
MD5sum: cde0173ed0470b667595983243ba2c82
Description: development files for PostgreSQL 16 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.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-server-dev-16-dbgsym
Source: postgresql-16
Version: 16.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-server-dev-16 (= 16.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-server-dev-16-dbgsym_16.12-1.pgdg+1_arm64.deb
Size: 78264
SHA256: 888e4df45cf1814e1cea4c220caa003a253b05d519dc407832ca7a48e01d101d
SHA1: 61aa88eee03c2abffbbfbe2a5ae0606f5114cbb5
MD5sum: b0aae81f2a2444f69b22f5f025f60ce0
Description: debug symbols for postgresql-server-dev-16
Build-Ids: 075aa6ce48b3a85cb51b99fc5f545ea757c4881e
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-server-dev-17
Source: postgresql-17
Version: 17.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8371
Depends: clang-21, libpq-dev (>= 17~~), llvm-21-dev, postgresql-client-17, postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-17/postgresql-server-dev-17_17.8-1.pgdg+1_arm64.deb
Size: 1331544
SHA256: ef13fa71b5a382ba1190e0cf66795f7048145e92d4023a6726e5d17710348828
SHA1: d3445fcfb17f2326119d70d896f8f642b5c11ace
MD5sum: 6831e35673d6dde6a8359c7ee51e6c08
Description: development files for PostgreSQL 17 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.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-server-dev-17-dbgsym
Source: postgresql-17
Version: 17.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: postgresql-server-dev-17 (= 17.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-server-dev-17-dbgsym_17.8-1.pgdg+1_arm64.deb
Size: 136924
SHA256: df8f26471a447fa005e4787cd3dba964fac804bf558975919f9ce12c8cdeb794
SHA1: f6d43ef4a2e11aef7d7372d001ec0dcdeb302b21
MD5sum: 0e6d75844e5310ab36f95cc7f74dfdd3
Description: debug symbols for postgresql-server-dev-17
Build-Ids: 05006bb8038fe1f51bd471e7fd69144efe3cd3b9 4ffb1036be768e5b177a1fd10c61b5da559e369c
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-server-dev-18
Source: postgresql-18
Version: 18.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8832
Depends: clang-21, libpq-dev (>= 18~~), llvm-21-dev, postgresql-client-18 (= 18.2-1.pgdg+1), postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-18/postgresql-server-dev-18_18.2-1.pgdg+1_arm64.deb
Size: 1392924
SHA256: b5982bc37ed5be66cf7334a926fe01df69361eb056e2eabd7c69ed44df26ad6d
SHA1: 3735cfd06e37b3ae996c2f35d5d9ac98bfd49fc7
MD5sum: 196078d895022918750246077ff4df11
Description: development files for PostgreSQL 18 server-side programming
 Header files for compiling SPI 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.
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-server-dev-18-dbgsym
Source: postgresql-18
Version: 18.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 253
Depends: postgresql-server-dev-18 (= 18.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-server-dev-18-dbgsym_18.2-1.pgdg+1_arm64.deb
Size: 133584
SHA256: 5746c0975550cfd8f4455f00bc9572ef8430eddb5aa74e52961676d9b3b4672b
SHA1: d2d51e2747e7eba0133d08d840a50f9ad269afef
MD5sum: 3f9fbe5fbb6b2c073504e517839f62b8
Description: debug symbols for postgresql-server-dev-18
Build-Ids: 01e930fa74c3b10cab3e9b3aad0027d3c22f6a8b f257ae44216969da822d4338284522e7a03a4405
Timestamp: 2026-02-12 22:34:30+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 289.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20
Depends: postgresql-common-dev (= 289.pgdg+1), postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12, postgresql-server-dev-13, postgresql-server-dev-14, postgresql-server-dev-15, postgresql-server-dev-16, postgresql-server-dev-17, postgresql-server-dev-18
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_289.pgdg+1_all.deb
Size: 15176
SHA256: 6859ca6c8326607c7d63fa741e268fd4553e60ec12e86e9d8b9b21e611377292
SHA1: 177a1e08f74d1ea08cbb75ca23250fca07435e9d
MD5sum: 52f86f20e7f969367eaeaf47d115526d
Description: build tools for multiple PostgreSQL versions
 The postgresql-server-dev-all metapackage depends on all server-dev-NN
 packages for all supported PostgreSQL major versions, required to
 build PostgreSQL extension packages, as well as on postgresql-common-dev
 for build infrastructure.
 .
 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.
Timestamp: 2026-02-12 22:34:30+00

Package: prometheus-sql-exporter
Version: 0.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14664
Depends: postgresql-common, libc6 (>= 2.34)
Built-Using: golang-1.24 (= 1.24.12-1), golang-filippo-edwards25519 (= 1.0.0~rc1+git20210721-0.1), golang-github-beorn7-perks (= 1.0.1-3), golang-github-cenkalti-backoff-v4 (= 4.3.0-3), golang-github-cespare-xxhash (= 2.3.0-1), golang-github-go-kit-log (= 0.2.1-1), golang-github-go-logfmt-logfmt (= 0.5.0-2), golang-github-go-sql-driver-mysql (= 1.9.3-1), golang-github-gobwas-glob (= 0.2.3+git20181002.e7a84e9-1), golang-github-golang-groupcache (= 0.0~git20210331.41bb18b-2), golang-github-golang-protobuf-1-5 (= 1.5.4-2), golang-github-googleapis-gax-go (= 2.14.1-1), golang-github-jmoiron-sqlx (= 1.3.5-1), golang-github-lib-pq (= 1.10.9-2), golang-github-munnerz-goautoneg (= 0.0~git20191010.a7dc8b6-2), golang-github-prometheus-client-golang (= 1.23.2-1), golang-github-prometheus-client-model (= 0.6.2-1), golang-github-prometheus-common (= 0.67.4-1), golang-github-prometheus-procfs (= 0.19.2-1), golang-github-robfig-cron (= 3.0.1-1), golang-go.opencensus (= 0.24.0-2), golang-golang-x-net (= 1:0.27.0-2), golang-golang-x-oauth2 (= 0.27.0-1), golang-golang-x-sys (= 0.38.0-1), golang-golang-x-text (= 0.31.0-1), golang-google-api (= 0.61.0-6), golang-google-cloud (= 0.56.0-6), golang-google-genproto (= 0.0~git20210726.e7812ac-4), golang-google-grpc (= 1.66.3-2), golang-google-protobuf (= 1.36.7-1), golang-uber-automaxprocs (= 1.5.3-1), golang-yaml.v2 (= 2.4.3-1)
Homepage: https://github.com/justwatchcom/sql_exporter
Priority: optional
Section: database
Filename: pool/main/p/prometheus-sql-exporter/prometheus-sql-exporter_0.9-1.pgdg+1_arm64.deb
Size: 3878424
SHA256: 202dc747d3c05e879875d9a12bf6300aa9e9c9884a96aafd9280d507fea18541
SHA1: 5f2cd925eda661bfa01f9474bb9fb3da4d94370a
MD5sum: 2535e3f7cd54599dd65eb47d1007f63d
Description: Flexible SQL Exporter for Prometheus
 This Prometheus exporter extracts various metrics from PostgreSQL, MySQL, and
 MSSQL databases. The metrics are configurable via a YAML file.
Timestamp: 2026-02-12 22:34:30+00

Package: prometheus-sql-exporter-dbgsym
Source: prometheus-sql-exporter
Version: 0.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20479
Depends: prometheus-sql-exporter (= 0.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prometheus-sql-exporter/prometheus-sql-exporter-dbgsym_0.9-1.pgdg+1_arm64.deb
Size: 4915452
SHA256: def7c079bfa29d84519a750f8834d0bee2a8c07d5303ec58871221ade6c0117a
SHA1: 24958d9934c74ba4195c74f8c1db74869bd2e37f
MD5sum: 7f294f32ac11de22d9b0e264bc80bae7
Description: debug symbols for prometheus-sql-exporter
Build-Ids: 738969fe8e2b838f7f0358ce62ef08b07c108cd8
Timestamp: 2026-02-12 22:34:30+00

Package: oracle-libs
Version: 9.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: ca-certificates, libaio1t64 | libaio1, wget, unzip
Homepage: https://www.oracle.com/database/technologies/instant-client.html
Priority: optional
Section: database
Filename: pool/main/o/oracle-libs/oracle-libs_9.pgdg+1_all.deb
Size: 3744
SHA256: 26578c7b767f8a0952216ad385b4de994d2614eae41badbdc1dfb1f20139ba45
SHA1: 26cd35a87961e870a8f2428c4b3de63bcb277268
MD5sum: eb61192bef4faf7fd188649329d43bf1
Description: downloader for Oracle Instant Client libraries
 This package retrieves and installs the Oracle Instant Client libraries.
Timestamp: 2026-02-13 12:23:43+00

Package: postgresql-14-partman
Source: pg-partman
Version: 5.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7978
Depends: python3, python3-psycopg2, postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-14-partman_5.4.1-1.pgdg+1_arm64.deb
Size: 243948
SHA256: 8ae61847d2f3dca7c5aa2d2dc54272d142930c2231b963e6dc4e9cb086c4665a
SHA1: aebbb0d711017ba80535577a392ad9e94b8dfccd
MD5sum: ef7a2e723a72d585e8fbc84a3db6b24e
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.
Timestamp: 2026-02-13 12:23:43+00

Package: postgresql-14-partman-dbgsym
Source: pg-partman
Version: 5.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-14-partman (= 5.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-14-partman-dbgsym_5.4.1-1.pgdg+1_arm64.deb
Size: 34692
SHA256: 95c22b3ec34e3b3174dba51c8da3fcee1e37fb53f5d61e28f962e7703852802d
SHA1: 1c52041bdc07472c655d5b026a764276aefdf760
MD5sum: ccb362612d093b1e53ef930ccc57fb6c
Description: debug symbols for postgresql-14-partman
Build-Ids: 9d9ea62c6752b57a45cf69decf263877db678732
Timestamp: 2026-02-13 12:23:43+00

Package: postgresql-15-partman
Source: pg-partman
Version: 5.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7978
Depends: python3, python3-psycopg2, postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-15-partman_5.4.1-1.pgdg+1_arm64.deb
Size: 243952
SHA256: e39f6c0ff8098ede36b07e8eba7f7e4c2193c8aa9f11efc195ef43f8196d6689
SHA1: 371f1f7d631d42389dc8af0bbe0ca89bd633e81e
MD5sum: 091e1967bf0a0bb4c75eec3aa415ab00
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.
Timestamp: 2026-02-13 12:23:43+00

Package: postgresql-15-partman-dbgsym
Source: pg-partman
Version: 5.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-15-partman (= 5.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-15-partman-dbgsym_5.4.1-1.pgdg+1_arm64.deb
Size: 40760
SHA256: bbc2fc1a1c53750f771a174cbcd43cac9f6cd622f38c3dd9e93affc212004509
SHA1: e98f69448dd10907b6b1cc1ad35f8b8b589173c4
MD5sum: dccd4ea68ae3b1e19fca438af24c82ab
Description: debug symbols for postgresql-15-partman
Build-Ids: 22d0a8a02fedaaaeea23c3644ceed1101a58d6db
Timestamp: 2026-02-13 12:23:43+00

Package: postgresql-16-partman
Source: pg-partman
Version: 5.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7978
Depends: python3, python3-psycopg2, postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-16-partman_5.4.1-1.pgdg+1_arm64.deb
Size: 243892
SHA256: eb895c38d63588eaf1bd83a574364ae36717dc9fc32379419f5ba8de56e0eb9c
SHA1: 64c6e8ca9c0f81084bca09f93534fea48d3a98a7
MD5sum: afea8b9f1479353cbbbe5bed75f723fa
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.
Timestamp: 2026-02-13 12:23:43+00

Package: postgresql-16-partman-dbgsym
Source: pg-partman
Version: 5.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-16-partman (= 5.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-16-partman-dbgsym_5.4.1-1.pgdg+1_arm64.deb
Size: 41816
SHA256: 4bbfc5008f7234c639cb49790c317d5d2dadf380ebd0da79499f0861bbf10a9a
SHA1: b6ad53f53071c667d80cfb2d6aafa4f74c555634
MD5sum: 5a663ced8be3a42261e8746c9424260c
Description: debug symbols for postgresql-16-partman
Build-Ids: e4fbc7cc15c1395e534cc2a3215e8457227a7f14
Timestamp: 2026-02-13 12:23:43+00

Package: postgresql-17-partman
Source: pg-partman
Version: 5.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7978
Depends: python3, python3-psycopg2, postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-17-partman_5.4.1-1.pgdg+1_arm64.deb
Size: 243772
SHA256: 00bb455ada5c1f5beaa0ebe3cef001dd42ad736ce3ed5f56ee2ec9030980b3be
SHA1: 785bfb70819064935c478cc4e8eb29d93b398889
MD5sum: 50b67de03a729c5613658618fac7290b
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.
Timestamp: 2026-02-13 12:23:43+00

Package: postgresql-17-partman-dbgsym
Source: pg-partman
Version: 5.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-17-partman (= 5.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-17-partman-dbgsym_5.4.1-1.pgdg+1_arm64.deb
Size: 45240
SHA256: 04f58d453a741124ff9e11eb83966a7454453385eae6fcad0b53d3be529f77bd
SHA1: 7c94ac71a2552545c20d70b83e9a87f478987521
MD5sum: 87d8f2bfa02dccccf801e227eb5819c2
Description: debug symbols for postgresql-17-partman
Build-Ids: 0ad04e9cc1d66bc4b9dd0952b59946c3e0b90996
Timestamp: 2026-02-13 12:23:43+00

Package: postgresql-18-partman
Source: pg-partman
Version: 5.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7979
Depends: python3, python3-psycopg2, postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-18-partman_5.4.1-1.pgdg+1_arm64.deb
Size: 244104
SHA256: ebb29f9e7b499f555c48655155aa00359926f52e951639cc8d44edec9d5f8350
SHA1: 279265207b3852a839168458e1a9b84ef1e51d5a
MD5sum: 4483fbff3168ff60b663f8fd9fd2f21f
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.
Timestamp: 2026-02-13 12:23:43+00

Package: postgresql-18-partman-dbgsym
Source: pg-partman
Version: 5.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-18-partman (= 5.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-18-partman-dbgsym_5.4.1-1.pgdg+1_arm64.deb
Size: 46348
SHA256: 477eca7aedfca615923b3f923210b37a639c8a81c96a5571fba2a6813b318ad5
SHA1: d4ae965fa21f79d224fcd6cc5a81139f0dd853d5
MD5sum: 503913d2ce2bb9b861982062fc65d8bd
Description: debug symbols for postgresql-18-partman
Build-Ids: d9edf66ab09f0394f742d37584035e9f01568ac8
Timestamp: 2026-02-13 12:23:43+00

Package: pgagent
Version: 4.2.3-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 499
Depends: libboost-filesystem1.83.0 (>= 1.83.0), libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.38), libgcc-s1 (>= 3.0), libpq5 (>= 8.4~), libstdc++6 (>= 14)
Recommends: postgresql-10 | postgresql-11 | postgresql-12 | postgresql-13 | postgresql-14 | postgresql-15 | postgresql-16 | postgresql-17 | postgresql-18
Suggests: pgadmin3 | pgadmin4
Provides: postgresql-10-pgagent, postgresql-11-pgagent, postgresql-12-pgagent, postgresql-13-pgagent, postgresql-14-pgagent, postgresql-15-pgagent, postgresql-16-pgagent, postgresql-17-pgagent, postgresql-18-pgagent
Homepage: https://www.pgadmin.org/docs/pgadmin4/latest/pgagent.html
Priority: optional
Section: database
Filename: pool/main/p/pgagent/pgagent_4.2.3-5.pgdg+1_arm64.deb
Size: 88604
SHA256: 98938472da135d023405fe79e60318b9b31b2a5f6defb7009775fbd9a8b0e5b7
SHA1: e03173513d7d4886dae126d2ca0b946f58bf9bec
MD5sum: 2b059d56e582572957f0a51c6f01955f
Description: job scheduling engine for PostgreSQL
 pgAgent is a job scheduling agent for PostgreSQL, capable of running
 multi-step batch/shell and SQL tasks on complex schedules.
Timestamp: 2026-02-18 12:05:15+00

Package: pgagent-dbgsym
Source: pgagent
Version: 4.2.3-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2450
Depends: pgagent (= 4.2.3-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgagent/pgagent-dbgsym_4.2.3-5.pgdg+1_arm64.deb
Size: 2134660
SHA256: 27bbe60ad8c6ecaa863c33e80bfadb47329b02ac39eab5ed3c1df9e276a4ab83
SHA1: 876cb9221d4ff339d4829408bf04375453f52430
MD5sum: c928db525a4dadd7c5170b5afd935b61
Description: debug symbols for pgagent
Build-Ids: 6ee3c687d99ede0fc317a02a61b34cbbc98b132a
Timestamp: 2026-02-18 12:05:15+00

Package: postgresql-11-pglogical
Source: pglogical
Version: 2.4.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 650
Depends: postgresql-11, libc6 (>= 2.38), libpq5 (>= 9.1~)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-11-pglogical_2.4.6-2.pgdg+1_arm64.deb
Size: 108260
SHA256: edeb48a78cdd45603c99cbb00f79ca6c9b3c9a9bf1942b158116a6f0bec640d6
SHA1: ddbe7f439f3f9c345743d9c069364ead2cf712a8
MD5sum: bce0b7ffcb4237b3e9a3e378da8aead5
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2026-02-18 12:05:15+00

Package: postgresql-11-pglogical-dbgsym
Source: pglogical
Version: 2.4.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 717
Depends: postgresql-11-pglogical (= 2.4.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-11-pglogical-dbgsym_2.4.6-2.pgdg+1_arm64.deb
Size: 355608
SHA256: 123f928848f373d867aff274c3861e35aea11d7cc0a1639b976a11b226b91fb7
SHA1: 132390fdc24b18e01b70685bd477cb1e0a1f64fc
MD5sum: 5e4c7b5163fca3acafd5d6af695d06e5
Description: debug symbols for postgresql-11-pglogical
Build-Ids: 01af3c4b221924d101ba0da27a61167d37176f16 510cae936cf248ee104b194e05512c2632a761a1 779dae43b37981d94c82ab2f474f0c891dfd505a
Timestamp: 2026-02-18 12:05:15+00

Package: postgresql-12-pglogical
Source: pglogical
Version: 2.4.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 647
Depends: postgresql-12, libc6 (>= 2.38), libpq5 (>= 9.1~)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-12-pglogical_2.4.6-2.pgdg+1_arm64.deb
Size: 111744
SHA256: 2c67f06e5064c53b2069690c1be78552b182fa7cab3c4c5830fedf38614f9e73
SHA1: c531fbc622dc0800b5babfe2c99fdbe02c18dc1e
MD5sum: 13401aed2bc795b16c3ea0bbf4c85440
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2026-02-18 12:05:15+00

Package: postgresql-12-pglogical-dbgsym
Source: pglogical
Version: 2.4.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 748
Depends: postgresql-12-pglogical (= 2.4.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-12-pglogical-dbgsym_2.4.6-2.pgdg+1_arm64.deb
Size: 381696
SHA256: db664c5a5c98b448ccc5c0a144ecdf16171c8cbc5d71d99ad485dd912f78b25d
SHA1: fe319993329e3b3646caced12b094763427a1cb5
MD5sum: 4acaf94c496d267ca2601f06ae191f1c
Description: debug symbols for postgresql-12-pglogical
Build-Ids: 1ce9af9da9572079426510539f741d534ee5cd06 bc0da5c10db9f9460e816ccba5904d09a60376ea dbef51b910485f33742d98de00af34c6ca6bdce7
Timestamp: 2026-02-18 12:05:15+00

Package: postgresql-13-pglogical
Source: pglogical
Version: 2.4.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 647
Depends: postgresql-13, libc6 (>= 2.38), libpq5 (>= 9.1~)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-13-pglogical_2.4.6-2.pgdg+1_arm64.deb
Size: 113484
SHA256: 80f444a43c3df958a37c78c3a6c08dbfd8fcc2fd8eb164b460f6193f3df7d09f
SHA1: db603900e8a66fe0d0a77e7a85a0ee609e1de6d9
MD5sum: d6569bf576c1363c526b12d1752dbb6b
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2026-02-18 12:05:15+00

Package: postgresql-13-pglogical-dbgsym
Source: pglogical
Version: 2.4.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 797
Depends: postgresql-13-pglogical (= 2.4.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-13-pglogical-dbgsym_2.4.6-2.pgdg+1_arm64.deb
Size: 422784
SHA256: 30efee8c0fe1d2e637cb1af38b3ece4d3473bfcfc93044a1d9b0dbe7b9751482
SHA1: 32616cc10f2e66f6427a601dd5fcc415ded602b3
MD5sum: 701922b7ab31845ac1f38842a0c3ed30
Description: debug symbols for postgresql-13-pglogical
Build-Ids: 56fbb830b5a62a75332f160b047a7766c5349ee5 7e82e8d8dc2e4829f84042e427eec797652d5b95 866a038a8e199a9a6922d5650f54f66df228eb4b
Timestamp: 2026-02-18 12:05:15+00

Package: postgresql-13-pg-rewrite
Source: pg-rewrite
Version: 2.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/cybertec-postgresql/pg_rewrite
Priority: optional
Section: database
Filename: pool/main/p/pg-rewrite/postgresql-13-pg-rewrite_2.1.0-1.pgdg+1_arm64.deb
Size: 29572
SHA256: b91e11e60381a7c462b96f25751447d60da4f55fbea3926013a1f88e0272ea08
SHA1: a6cb544532e23d30ef00e303845fb470d4b96dbe
MD5sum: 829ad8d87899d8b57a2f240270abfdf2
Description: Rewrite PostgreSQL tables with less locking
 pg_rewrite is a tool to rewrite table (i.e. to copy its data to a new file).
 It allows both read and write access to the table during the rewriting.
 .
  * Change data type of column(s)
  * Partition the table
  * Change order of columns
Timestamp: 2026-02-18 12:05:15+00

Package: postgresql-13-pg-rewrite-dbgsym
Source: pg-rewrite
Version: 2.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 191
Depends: postgresql-13-pg-rewrite (= 2.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rewrite/postgresql-13-pg-rewrite-dbgsym_2.1.0-1.pgdg+1_arm64.deb
Size: 111908
SHA256: 2b9617918fc8e22b2d43fdfb0363755853847108e4da6ea6901446073cf8e815
SHA1: 9b4614cb5ec0f498b3e20f491c258b3b3f887e2b
MD5sum: a3950d92d5256a518040b72de59453ce
Description: debug symbols for postgresql-13-pg-rewrite
Build-Ids: a170ef715dfa2c2549a3f6341eaa53dcf03141d7
Timestamp: 2026-02-18 12:05:15+00

Package: postgresql-14-pglogical
Source: pglogical
Version: 2.4.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1220
Depends: postgresql-14, libc6 (>= 2.38), libpq5 (>= 9.1~)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-14-pglogical_2.4.6-2.pgdg+1_arm64.deb
Size: 359048
SHA256: c35f1853f7c9f380f40c24baaebb9613b890d541f12ba23d47d8e93e21235223
SHA1: 93faf012f7f06d0afb45409d6ed94f352f1cc841
MD5sum: 8c0a6227335b54cd6c95f208bc380d86
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2026-02-18 12:05:15+00

Package: postgresql-14-pglogical-dbgsym
Source: pglogical
Version: 2.4.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 801
Depends: postgresql-14-pglogical (= 2.4.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-14-pglogical-dbgsym_2.4.6-2.pgdg+1_arm64.deb
Size: 427676
SHA256: b1998ec776522ac547d616f8019ed4784204f30797c6382e8683030bc6ec0023
SHA1: bac4618b9041bd5482c4dac5992f91abfee60973
MD5sum: e22e76286bcf3a0c30353d6a68608b94
Description: debug symbols for postgresql-14-pglogical
Build-Ids: 28b4848bf89b2ff332edb7aa8479c3560cb28eba b7ea9d27046a2b4ece71fa47134af24f1821b44d ec5b355235347d08e5b0de4ff337381fa2fefb15
Timestamp: 2026-02-18 12:05:15+00

Package: postgresql-14-pg-rewrite
Source: pg-rewrite
Version: 2.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/cybertec-postgresql/pg_rewrite
Priority: optional
Section: database
Filename: pool/main/p/pg-rewrite/postgresql-14-pg-rewrite_2.1.0-1.pgdg+1_arm64.deb
Size: 79748
SHA256: b838764c417ab6277f667b85fa5a9859a1b0bc557015e55dec346718af2d5ad9
SHA1: 7cb981ff7332b6faf52aa949b9f048f63ad16d72
MD5sum: 17ebb0354d4c363bd14267d4bbea28b4
Description: Rewrite PostgreSQL tables with less locking
 pg_rewrite is a tool to rewrite table (i.e. to copy its data to a new file).
 It allows both read and write access to the table during the rewriting.
 .
  * Change data type of column(s)
  * Partition the table
  * Change order of columns
Timestamp: 2026-02-18 12:05:15+00

Package: postgresql-14-pg-rewrite-dbgsym
Source: pg-rewrite
Version: 2.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-14-pg-rewrite (= 2.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rewrite/postgresql-14-pg-rewrite-dbgsym_2.1.0-1.pgdg+1_arm64.deb
Size: 117008
SHA256: 332b7852123aeac9a95fe3d14dec8c2a1b49381c1bcaa905278f2043ac31f249
SHA1: bc458bbe00abacced76175dcac3277cc6098909e
MD5sum: 5549ef905ff9d50ab5bd10f28a9db4e6
Description: debug symbols for postgresql-14-pg-rewrite
Build-Ids: 7bffe1ce5a4a133cbc489b1bfeeffd5ffbec5f13
Timestamp: 2026-02-18 12:05:15+00

Package: postgresql-15-pglogical
Source: pglogical
Version: 2.4.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1219
Depends: postgresql-15, libc6 (>= 2.38), libpq5 (>= 9.1~)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-15-pglogical_2.4.6-2.pgdg+1_arm64.deb
Size: 359224
SHA256: d093d24feae21b4d9e6e0bb15805831eb893535e2935a5068c1fbea1faac21b2
SHA1: 5a2f5840a5327de1015124c10293ca1ff2c7e59c
MD5sum: 6691ba68f64d6acab685e5592ab14c7a
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2026-02-18 12:05:15+00

Package: postgresql-15-pglogical-dbgsym
Source: pglogical
Version: 2.4.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 768
Depends: postgresql-15-pglogical (= 2.4.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-15-pglogical-dbgsym_2.4.6-2.pgdg+1_arm64.deb
Size: 396072
SHA256: 626a17935a94458ec83af30e306ce6b6a0994da7a37e16ac53ae0c0914bd31eb
SHA1: 7681dee4c3ab9754598df0438483eafdcd883aa5
MD5sum: 4d68333b1825f29448772e008a1fb0ec
Description: debug symbols for postgresql-15-pglogical
Build-Ids: 4c35b845c12b0ee77c3ae4a4509b07ba6178dc89 bc9c2536edd1235646d3ebac6b510de7be6c6f10 dae35465d20dd937eaed3e5a1732f2b96c6486f1
Timestamp: 2026-02-18 12:05:15+00

Package: postgresql-15-pg-rewrite
Source: pg-rewrite
Version: 2.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/cybertec-postgresql/pg_rewrite
Priority: optional
Section: database
Filename: pool/main/p/pg-rewrite/postgresql-15-pg-rewrite_2.1.0-1.pgdg+1_arm64.deb
Size: 79524
SHA256: e9fdf51a647f727f99052cdd32aab5d68a10cdd2352a96fc6617c00f088a2900
SHA1: 3116c0a979e74201791a50212d58203f5e0a57da
MD5sum: 6c1ecf4addb90aa76fc983055e246820
Description: Rewrite PostgreSQL tables with less locking
 pg_rewrite is a tool to rewrite table (i.e. to copy its data to a new file).
 It allows both read and write access to the table during the rewriting.
 .
  * Change data type of column(s)
  * Partition the table
  * Change order of columns
Timestamp: 2026-02-18 12:05:15+00

Package: postgresql-15-pg-rewrite-dbgsym
Source: pg-rewrite
Version: 2.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 197
Depends: postgresql-15-pg-rewrite (= 2.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rewrite/postgresql-15-pg-rewrite-dbgsym_2.1.0-1.pgdg+1_arm64.deb
Size: 117932
SHA256: 4a6f1cbe5cd202fe49bc39b17a107dcbe66c253f5b285651d72808931682e9db
SHA1: 4a8c8672e9d4bae6a903f89b0594e7fe0b8aa70d
MD5sum: e118d05f70ab52fcdb978f3c1d4fd1b8
Description: debug symbols for postgresql-15-pg-rewrite
Build-Ids: bd693c4dc6dd70def3a76f407348cbcc8dfca19e
Timestamp: 2026-02-18 12:05:15+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.25.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14055
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.25.1+dfsg-1.pgdg+1_arm64.deb
Size: 401836
SHA256: be2cdc03d716be49d1c9f4cdcb91bd90c75ba83f5d960ec8116a8963e7c4fc11
SHA1: 58a158ad9fe5c8b02ae34ba420c4062cdfe7e5e2
MD5sum: d906952875b2e87a3b0418820155c43f
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-02-18 12:05:15+00

Package: postgresql-15-timescaledb-dbgsym
Source: timescaledb
Version: 2.25.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2112
Depends: postgresql-15-timescaledb (= 2.25.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.25.1+dfsg-1.pgdg+1_arm64.deb
Size: 1176076
SHA256: 4f37d7b2db71eba293b656b87e0b9306decca6c28617947e713c58b00812ab6e
SHA1: 36b88516c7e792cc47305baacd4d55919d8e0b9d
MD5sum: d205b7b9190307e81b9c10d7072081da
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: 54cd150677f44c0f4dc0b5ef071ad33e21a71338 8558356a5673158b2cdc27894dfbf96a0edc1ff6
Timestamp: 2026-02-18 12:05:15+00

Package: postgresql-16-pglogical
Source: pglogical
Version: 2.4.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1215
Depends: postgresql-16, libc6 (>= 2.38), libpq5 (>= 9.1~)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-16-pglogical_2.4.6-2.pgdg+1_arm64.deb
Size: 353280
SHA256: bb1d22e216426b1eec8484f825e7d3b00aa8606176e609d4d27da4a1641688ec
SHA1: d71330127ea7b932bcc396f5b57b8151f8d347a0
MD5sum: b061e4f8c6183dc79d7e4e2d7971777e
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2026-02-18 12:05:15+00

Package: postgresql-16-pglogical-dbgsym
Source: pglogical
Version: 2.4.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 812
Depends: postgresql-16-pglogical (= 2.4.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-16-pglogical-dbgsym_2.4.6-2.pgdg+1_arm64.deb
Size: 457080
SHA256: 0732dafc68398a8884491f477a89b9264a67ed560fad3e630e973409dcf99924
SHA1: c97a2aa127ffd728932afe3f1d2622d310345089
MD5sum: 949a223718d744547e6b248c457941ca
Description: debug symbols for postgresql-16-pglogical
Build-Ids: 325e876e12a542faf774f22cf5688469e2246fdf a3ee7d3cc8a22c593dc9e2936491a52ed9c425f0 f4f0e13847998eeff3d50308dd4c3a822829b9d3
Timestamp: 2026-02-18 12:05:15+00

Package: postgresql-16-pg-rewrite
Source: pg-rewrite
Version: 2.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/cybertec-postgresql/pg_rewrite
Priority: optional
Section: database
Filename: pool/main/p/pg-rewrite/postgresql-16-pg-rewrite_2.1.0-1.pgdg+1_arm64.deb
Size: 78980
SHA256: b144f45510611009ff18ee44c58459bbfb7f9415f9c9bd9444054211bf90591d
SHA1: 8f4962599002a112c252b4dddf0a104e4f4095d0
MD5sum: cfa0a4f0ed3687b3c664b95e833a5409
Description: Rewrite PostgreSQL tables with less locking
 pg_rewrite is a tool to rewrite table (i.e. to copy its data to a new file).
 It allows both read and write access to the table during the rewriting.
 .
  * Change data type of column(s)
  * Partition the table
  * Change order of columns
Timestamp: 2026-02-18 12:05:15+00

Package: postgresql-16-pg-rewrite-dbgsym
Source: pg-rewrite
Version: 2.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-16-pg-rewrite (= 2.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rewrite/postgresql-16-pg-rewrite-dbgsym_2.1.0-1.pgdg+1_arm64.deb
Size: 121108
SHA256: caf285497add72bbec584cd73e7e407a1471c11897aebba5ee32efa434197957
SHA1: 47fbbd94e9543ca78c4c03955cf2631bc36f7d2b
MD5sum: bec63d555a6eb5344ff3e0ee62c1f9a7
Description: debug symbols for postgresql-16-pg-rewrite
Build-Ids: 182ccebf942401d4f91d5a7f6a3b4f4d18103c49
Timestamp: 2026-02-18 12:05:15+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.25.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14055
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.25.1+dfsg-1.pgdg+1_arm64.deb
Size: 400240
SHA256: 3ca1401636b9b8f56e82c34f69f2ce26257b7d151b65e41a80eb2b51a0fa7b0d
SHA1: 3364a6670dbe9a7da62e0e2709ecddbb71f97c1b
MD5sum: 315542b16b586025b6e13498ae25ccd7
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-02-18 12:05:15+00

Package: postgresql-16-timescaledb-dbgsym
Source: timescaledb
Version: 2.25.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2157
Depends: postgresql-16-timescaledb (= 2.25.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.25.1+dfsg-1.pgdg+1_arm64.deb
Size: 1229612
SHA256: c6dd6d6769b27e71e3c370cb84172b52efbc089f74f938fa189fc4c3282b5c77
SHA1: 011e9a22162b85fb50475463dbf7401506293efa
MD5sum: 96a70c221f86e6cc786e6816338966d8
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: 65f447f81c55a992584c6ee9a9fa1ddca7cfebb1 a76cf84dc939ad6779f26a4cde56fd6e693876be
Timestamp: 2026-02-18 12:05:15+00

Package: postgresql-17-pglogical
Source: pglogical
Version: 2.4.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1215
Depends: postgresql-17, libc6 (>= 2.38), libpq5 (>= 9.1~)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-17-pglogical_2.4.6-2.pgdg+1_arm64.deb
Size: 354956
SHA256: af723ef33ccf8b48862a474fc3149f80476896b99c1ad817ff1ebf71cfe3531d
SHA1: 6b3455ff188e3f313b17ab80616356acd194f912
MD5sum: 1d813d051ff08e394763b9130192faf4
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2026-02-18 12:05:15+00

Package: postgresql-17-pglogical-dbgsym
Source: pglogical
Version: 2.4.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 825
Depends: postgresql-17-pglogical (= 2.4.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-17-pglogical-dbgsym_2.4.6-2.pgdg+1_arm64.deb
Size: 465096
SHA256: b9f16494dbc313ccdc7e6ba930fd55dd29284457f8ca04e32b845e924cad7502
SHA1: de243cd7a0e91cbf3ae4be4b22e227874ee6fb54
MD5sum: e7afc519476d57027ebef4cc07f12c1f
Description: debug symbols for postgresql-17-pglogical
Build-Ids: 733f3f5f42309db780e39964ffe941f268a5303c d7ee7242ba1776d8a6eb02f25d6228254fd20d0d ec731f712a0c144878b6b2352c549f93bb7bacd2
Timestamp: 2026-02-18 12:05:15+00

Package: postgresql-17-pg-rewrite
Source: pg-rewrite
Version: 2.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/cybertec-postgresql/pg_rewrite
Priority: optional
Section: database
Filename: pool/main/p/pg-rewrite/postgresql-17-pg-rewrite_2.1.0-1.pgdg+1_arm64.deb
Size: 78996
SHA256: bce5466ff7cfd34f2e239cef269e3a9defb71ff5c4ba23ddb12ac769482441fe
SHA1: f595e014ed6c3167ac7bc1580e81a6da1e4f1ba7
MD5sum: 5a82652d0bc0b88cc7f92b749cfa87b2
Description: Rewrite PostgreSQL tables with less locking
 pg_rewrite is a tool to rewrite table (i.e. to copy its data to a new file).
 It allows both read and write access to the table during the rewriting.
 .
  * Change data type of column(s)
  * Partition the table
  * Change order of columns
Timestamp: 2026-02-18 12:05:15+00

Package: postgresql-17-pg-rewrite-dbgsym
Source: pg-rewrite
Version: 2.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-17-pg-rewrite (= 2.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rewrite/postgresql-17-pg-rewrite-dbgsym_2.1.0-1.pgdg+1_arm64.deb
Size: 125172
SHA256: e612b59c39673f2063ec216e7f4ab6b239d674a3b3f6e8655683bf4b9c13dbe3
SHA1: 58abb5812277fadddca3b29f953b13bccb6f73c7
MD5sum: 8675e937afdc073c0cbd13a4e3d44a8f
Description: debug symbols for postgresql-17-pg-rewrite
Build-Ids: 5a71115e52c4a33e62773732ba4e67d37c95c75f
Timestamp: 2026-02-18 12:05:15+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.25.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14055
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.25.1+dfsg-1.pgdg+1_arm64.deb
Size: 400408
SHA256: 51848b57be5a80602f6a1b2c6d5bc7a4cc0f7ea0cb533d35f1b2734329c6450c
SHA1: 3d23579031f9c51dc956a522ea05556e25f54d78
MD5sum: 92007c96af5ffdffc35174946e7ce25d
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-02-18 12:05:15+00

Package: postgresql-17-timescaledb-dbgsym
Source: timescaledb
Version: 2.25.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2161
Depends: postgresql-17-timescaledb (= 2.25.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.25.1+dfsg-1.pgdg+1_arm64.deb
Size: 1239296
SHA256: bf087b1e63f0fd0c687601cafd0bc62748345e6718b4c538a3577c393040a76d
SHA1: 696bb76f3dbc0f51ee7e164581a7a9f03c005a87
MD5sum: 49a0ac33bde4a5a25b21bd09f2bae796
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: 85b0ee7bc8942339c240b4ed376857930f28a341 c830d1443203543091b867d85940d7b408e95e46
Timestamp: 2026-02-18 12:05:15+00

Package: postgresql-18-pglogical
Source: pglogical
Version: 2.4.6-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1216
Depends: postgresql-18, libc6 (>= 2.38), libpq5 (>= 9.1~)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-18-pglogical_2.4.6-2.pgdg+1_arm64.deb
Size: 355544
SHA256: 8753b4751f5e25b8f1c08004314deb3dbefc4b738a3c3a7586d2e314609c28f0
SHA1: 0f471b4b7cc75dbd2a13cf1b8ad2d2be72c30d3a
MD5sum: cd6a6dfdecc1bab1db6ba13861e0544d
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2026-02-18 12:05:15+00

Package: postgresql-18-pglogical-dbgsym
Source: pglogical
Version: 2.4.6-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 836
Depends: postgresql-18-pglogical (= 2.4.6-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-18-pglogical-dbgsym_2.4.6-2.pgdg+1_arm64.deb
Size: 474612
SHA256: 5ca27dd026cc8e406f5c3769d6391f7e0e93e722aceef181898bc21eb9478db1
SHA1: afb3229ea7e8a99da2b7f972196c9c1b5ca48892
MD5sum: 97b91e7bada33d2dcfd899ca85dcbb0a
Description: debug symbols for postgresql-18-pglogical
Build-Ids: 80a9e9f5615029d8d360b3bb7d61f8e54bb275fb b146ce68e06d447be1ffcec3dec07720535d31cf fbe58d332395bbeef9bc828400fd6ba6fcafea4e
Timestamp: 2026-02-18 12:05:15+00

Package: postgresql-18-pg-rewrite
Source: pg-rewrite
Version: 2.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/cybertec-postgresql/pg_rewrite
Priority: optional
Section: database
Filename: pool/main/p/pg-rewrite/postgresql-18-pg-rewrite_2.1.0-1.pgdg+1_arm64.deb
Size: 80056
SHA256: 6415a91b0ee0ec537344f03ccf2e2cf131d41241ca8128b940259e9450cd8a6a
SHA1: 1f891e911bf7eea64b1871846a185a0ff4751c0b
MD5sum: f31b3a22b6d169b5ad1614afdbe0cd4b
Description: Rewrite PostgreSQL tables with less locking
 pg_rewrite is a tool to rewrite table (i.e. to copy its data to a new file).
 It allows both read and write access to the table during the rewriting.
 .
  * Change data type of column(s)
  * Partition the table
  * Change order of columns
Timestamp: 2026-02-18 12:05:15+00

Package: postgresql-18-pg-rewrite-dbgsym
Source: pg-rewrite
Version: 2.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 204
Depends: postgresql-18-pg-rewrite (= 2.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rewrite/postgresql-18-pg-rewrite-dbgsym_2.1.0-1.pgdg+1_arm64.deb
Size: 128796
SHA256: 07720ef14749887431f7eddf69282873a37fd4ce15e72bd9eb5d14c2f463626b
SHA1: b0db0b7231b2becf1fc34f0662d7ce9adac24127
MD5sum: 47cbda3ed147d7555d8c1ae3e58a7a25
Description: debug symbols for postgresql-18-pg-rewrite
Build-Ids: 06b300b8ba6bca96ba0b46a1abcdba7efa1bdb7c
Timestamp: 2026-02-18 12:05:15+00

Package: postgresql-18-timescaledb
Source: timescaledb
Version: 2.25.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14055
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb_2.25.1+dfsg-1.pgdg+1_arm64.deb
Size: 401532
SHA256: 9c97ed33791ec587c515588af4b1bc4aeae8a10a6f6095d261f1a48b1149f006
SHA1: aea1036f7c2d0eec2bcca33565d760cc813a3ed1
MD5sum: 282f33bc71be1ef12d7b50fd95ee91d8
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-02-18 12:05:15+00

Package: postgresql-18-timescaledb-dbgsym
Source: timescaledb
Version: 2.25.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2179
Depends: postgresql-18-timescaledb (= 2.25.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb-dbgsym_2.25.1+dfsg-1.pgdg+1_arm64.deb
Size: 1246332
SHA256: b19b8e1b389139b2f1453a21a60c16fff61b79cde288b011529042b43e3542ae
SHA1: 88a5c234c2d0ed3204949db5072d1c91c11a1bce
MD5sum: 6fb9b98980c483b9d4fa13455d96b34b
Description: debug symbols for postgresql-18-timescaledb
Build-Ids: 3a6d13f6d60e46149557cf26ad9eb19392db0d19 4bf42e67a51dd82f86b183b37b0542d181283388
Timestamp: 2026-02-18 12:05:15+00

Package: check-pgactivity
Version: 2.9-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 387
Depends: perl:any, postgresql-client
Suggests: wget | curl | lynx | links | links2
Multi-Arch: foreign
Homepage: https://github.com/OPMDG/check_pgactivity
Priority: optional
Section: database
Filename: pool/main/c/check-pgactivity/check-pgactivity_2.9-1.pgdg+1_all.deb
Size: 83288
SHA256: 2834f761a4fdad364d24682fdb006edfaca27f4d6ea7230b6d0a26cec6c4a7ea
SHA1: 50b47c2dc11e19c057fa0054e5de7dc3a58ea391
MD5sum: 19c5f044e565782a9f3f8d14937713f7
Description: PostgreSQL plugin for Nagios
 check_pgactivity is a Nagios probe dedicated to PostgreSQL. It offers many
 options to measure and monitor useful performance metrics.
 .
 Services include (among others) monitoring of autovacuum, bgwriter, locks,
 long queries, idle in transaction queries, number of temporary files and WAL
 files, bloat of tables and btree indexes, commit and hit ratios,
 WAL archives exhaustivity, age of logical backups, backends number and states,
 backup label file age, connectivity, replication delay between primary and
 secondary instances, database sizes, vacuum and analyze times,
 sequence exhaustion, snapshots age, presence of unlogged tables or invalid
 indexes, incoming freeze, settings changes, PostgreSQL minor version,
 PGDATA rights, custom queries. Most services only need normal user rights.
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-10-q3c
Source: postgresql-q3c
Version: 2.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2688
Depends: postgresql-10, libc6 (>= 2.38)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-10-q3c_2.0.2-1.pgdg+1_arm64.deb
Size: 57304
SHA256: c95847b1927103a3a2af06c2f0f32a68e82fb9b110c4c03acf61e70c317b048b
SHA1: 290641c769367d95c30a4375f642365486940c7e
MD5sum: e627b57208a4cf8d2216079432b9a5e4
Description: PostgreSQL 10 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-10-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2197
Depends: postgresql-10-q3c (= 2.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-10-q3c-dbgsym_2.0.2-1.pgdg+1_arm64.deb
Size: 79540
SHA256: dfe76a874e8dcc6fdee67929b203f6a25610cdc63e01333adc3e66173746828d
SHA1: 557b562a57f3d0aedb84610456f511a3151724bf
MD5sum: 2c1c0e2a4741b13a620a0c5432385f4f
Description: debug symbols for postgresql-10-q3c
Build-Ids: 8d0c4b59ae1a9a35dff3a6307da392ce1d317050
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-11-q3c
Source: postgresql-q3c
Version: 2.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2688
Depends: postgresql-11, libc6 (>= 2.38)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-11-q3c_2.0.2-1.pgdg+1_arm64.deb
Size: 62168
SHA256: 5af5f8c250272432bc09dc13c08c0c35e4f4420cd1c73daa614a5c9ef9fdc5c9
SHA1: bc3a26a6644a56d1012bdc155db26d4bcf6e6c57
MD5sum: 7cf07887bd010be87b9599fe094f8206
Description: PostgreSQL 11 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-11-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2204
Depends: postgresql-11-q3c (= 2.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-11-q3c-dbgsym_2.0.2-1.pgdg+1_arm64.deb
Size: 86384
SHA256: 5c549cfa8b6f1555bb93d7d614242000dd6af91b1f5574bd1f6a4c40f5f90db8
SHA1: bb32728351de4f6ab7b3c74750c9758ca639786d
MD5sum: ca0bd1590ceeb9d5453215789e9f93d3
Description: debug symbols for postgresql-11-q3c
Build-Ids: 6e67ef6fdbb1cd6ee538fd8cea1b96d4422dd2c4
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-12-credcheck
Source: credcheck
Version: 4.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-12-credcheck_4.6-1.pgdg+1_arm64.deb
Size: 34136
SHA256: 74d78b883a8aec5229920021d511ea8ff75bb2c72c8dd4e1312662f01989e9f8
SHA1: 6bc4603e9bcfde3ecb2cc5e90445dff2173b8918
MD5sum: b2c3a91d58bb38a0bf0f62fe9203bd94
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-12-credcheck-dbgsym
Source: credcheck
Version: 4.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: postgresql-12-credcheck (= 4.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-12-credcheck-dbgsym_4.6-1.pgdg+1_arm64.deb
Size: 71708
SHA256: 0f86a665ebaf74f9c2e95e9e6e835aa8b012c686127399038f8e5d1d23bac520
SHA1: f532faa8bd26fc0560903e0dee82f87642de1d4f
MD5sum: d87e3c608c4df5c2bd08f99a9432a1f4
Description: debug symbols for postgresql-12-credcheck
Build-Ids: ed6186b080d9255eed925436e91bfa9a7a9f3059
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-12-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-12-pgaudit, postgresql-12, libc6 (>= 2.38)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile_1.7.7-2.pgdg+1_arm64.deb
Size: 16748
SHA256: a80480a44d435a11f7dceb48fb5305dc5f0df40af83ec9efd63dbb7775014814
SHA1: 26037676a3a658b792c755ea3770a4b78d090072
MD5sum: fc26983345c66bc6b3484c380e38edf3
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-12-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 91
Depends: postgresql-12-pgauditlogtofile (= 1.7.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile-dbgsym_1.7.7-2.pgdg+1_arm64.deb
Size: 38788
SHA256: df2f56c03d9ed8303b2c17520967901ba43f46a50a3b20dace0a7b396c0146a1
SHA1: fb0772b6b8fe49d99ee28185179956df1bbe6b3b
MD5sum: 8d455d805b6c98ff9270ad1a54d2560c
Description: debug symbols for postgresql-12-pgauditlogtofile
Build-Ids: 095e13ed3d0d0eccc9bcc02c6212b9a9fdb20b8f
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-12-q3c
Source: postgresql-q3c
Version: 2.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2688
Depends: postgresql-12, libc6 (>= 2.38)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-12-q3c_2.0.2-1.pgdg+1_arm64.deb
Size: 57236
SHA256: ca8ee07708f36fa13c332e33dc43dee4ce67c1a301f6f735837276f9709fdd58
SHA1: 9ba5f715844fab8eae1e40dd1ddb0ab66aa1fece
MD5sum: c050bb35f5f8b58562e7b8d491eb9dfa
Description: PostgreSQL 12 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-12-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2204
Depends: postgresql-12-q3c (= 2.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-12-q3c-dbgsym_2.0.2-1.pgdg+1_arm64.deb
Size: 87392
SHA256: eaf7d7ba543900790eb51f05fd55c12b1aff3cbfab294dc8ecee325d85153d1e
SHA1: 85177852d1322bedf50b0d1ceee9c0c8b0e1d764
MD5sum: 94ac22c6306fd64771bf79680f99344c
Description: debug symbols for postgresql-12-q3c
Build-Ids: 23803f7917902a671640fa74bb93941168ae8747
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-13-credcheck
Source: credcheck
Version: 4.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-13-credcheck_4.6-1.pgdg+1_arm64.deb
Size: 34236
SHA256: 3dacfd61cf2ebdafb5a278a399f282bb7f6dc155722a3b08096850275dce0af8
SHA1: fba84f1db41d92830d919fdb9f39a9dc43042578
MD5sum: 36066f4cc857e56bcd0e1763c2d95c93
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-13-credcheck-dbgsym
Source: credcheck
Version: 4.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: postgresql-13-credcheck (= 4.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-13-credcheck-dbgsym_4.6-1.pgdg+1_arm64.deb
Size: 75680
SHA256: 3937aa71d23db8c5ee3d2619147143dbbfa5eebeda0a65ca9e85f08026ef4ab1
SHA1: 5b2170dc995f4ff55e593246afd2bab507fb81f8
MD5sum: 20e073d581266d86b9a56d07d0baf141
Description: debug symbols for postgresql-13-credcheck
Build-Ids: 12229f6c7558fa91e3f572ae5a01fcd77235ebbd
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-13-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-13-pgaudit, postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile_1.7.7-2.pgdg+1_arm64.deb
Size: 16808
SHA256: fffce15ad51997ff547adfaa143854b1e15484a3344949aabf0654931d04ad07
SHA1: fe4f4ee233baa54328254e12a80677575f05bf6b
MD5sum: 8d6729fecb31afb9c5c6f395a503d6ab
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-13-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-13-pgauditlogtofile (= 1.7.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile-dbgsym_1.7.7-2.pgdg+1_arm64.deb
Size: 38828
SHA256: 4e6d647bf3a8ca3ba546aa6d1184f06e372a33aec79a8ec723982c5d052a0287
SHA1: 396cf3220565e37a34bcdc3ba0ad6da5dc16bbe3
MD5sum: 64297cda7d155498f82d0e84030533d5
Description: debug symbols for postgresql-13-pgauditlogtofile
Build-Ids: 85610535d9311bc4e2052be30593e68fc0c9f1c6
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-13-q3c
Source: postgresql-q3c
Version: 2.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2688
Depends: postgresql-13, libc6 (>= 2.38)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-13-q3c_2.0.2-1.pgdg+1_arm64.deb
Size: 67932
SHA256: 2a6cc77d838961f4ca4ccf093900177fbd6149dfa70f0b5e9da6ad4864c02a80
SHA1: 135024787701a4c8f9d36e076faa56318cad712a
MD5sum: 8bce25f337d04113976bb26106813598
Description: PostgreSQL 13 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-13-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2204
Depends: postgresql-13-q3c (= 2.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-13-q3c-dbgsym_2.0.2-1.pgdg+1_arm64.deb
Size: 86548
SHA256: 25bd06db2a4b8296ac30f0f0289fb3cdab2ea17991f9cc6a0ea31faa5f0c0cac
SHA1: 342996415c03b233156e9fc3355986597b3736a8
MD5sum: 78cd765b122883746a5761bda9a7f194
Description: debug symbols for postgresql-13-q3c
Build-Ids: b7e4f69de6c3d53fa7956b796a154bc51bff2d53
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-14-credcheck
Source: credcheck
Version: 4.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 197
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-14-credcheck_4.6-1.pgdg+1_arm64.deb
Size: 75308
SHA256: f327cd91d0f82febb4ad7a61e984d7471a0c5b6a99f76c67b93d118935954987
SHA1: 48cf9ad75fcd110d6a6b17c810570cf2aca362d5
MD5sum: 7e7207f1aadda1d7f2e8ccc729744f3d
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-14-credcheck-dbgsym
Source: credcheck
Version: 4.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-14-credcheck (= 4.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-14-credcheck-dbgsym_4.6-1.pgdg+1_arm64.deb
Size: 77384
SHA256: 40a2ce0c4b7c37e471aa6fcaa3ebb201d113877d40a2583d535e81d656291ee3
SHA1: e277b4eda5f35f3759147dc32d691ada91964a62
MD5sum: b2aebefdde9fc02c0a3de1ee989b1298
Description: debug symbols for postgresql-14-credcheck
Build-Ids: dd773d0a04cbb213638be2ba1745d215464e6c5f
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-14-partman
Source: pg-partman
Version: 5.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7996
Depends: python3, python3-psycopg2, postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-14-partman_5.4.2-1.pgdg+1_arm64.deb
Size: 244036
SHA256: 6b074fecd2147f8ba91c32f7a1fa8aceed37369289b681c2c10edda0c67f9cd8
SHA1: cf42b30f58549ea585ec923ea3d234c0e42b06c2
MD5sum: 8072b0970394a14c91986d16ebc62d69
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.
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-14-partman-dbgsym
Source: pg-partman
Version: 5.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-14-partman (= 5.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-14-partman-dbgsym_5.4.2-1.pgdg+1_arm64.deb
Size: 34692
SHA256: 7fa443ec8577e400dd47d6a1fb60f1c9afb7cd82cb7c3245c1665a019e421384
SHA1: 614944269efc8390aca82933015b0036a93c037d
MD5sum: d806d6f12c892948ab488d695a3c8769
Description: debug symbols for postgresql-14-partman
Build-Ids: 9d9ea62c6752b57a45cf69decf263877db678732
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-14-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-14-pgaudit, postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile_1.7.7-2.pgdg+1_arm64.deb
Size: 51180
SHA256: 7a8a4debad9ecc41c5b5a6c11f31d496c9145bfb39b5e94402ce79f9412a7383
SHA1: 9b91640f7bab20a87ffdf9a8a503962c9001a4d2
MD5sum: 08b358d29924d7e710868db33e04d692
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-14-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-14-pgauditlogtofile (= 1.7.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile-dbgsym_1.7.7-2.pgdg+1_arm64.deb
Size: 39808
SHA256: a8cfa61e011c3f5746aba01e9196daa675d24d47b1beac9b5dd33bc133e39ad0
SHA1: d8321dcdf4236a54b6eda5bf4404ecd1eed965f2
MD5sum: 93ec4d7e35ec8754d04e8eb787b9ebef
Description: debug symbols for postgresql-14-pgauditlogtofile
Build-Ids: 3dd278fe4e4986c8ceeb3f3637839edbb180396b
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.8.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 743
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.8.11-1.pgdg+1_arm64.deb
Size: 303008
SHA256: 95347583057f9fdfae57aecbf3e20ee792c3905b9aeabadc639abf30771fbe6e
SHA1: 76f3134f332ea1c870033396d795066a4248471d
MD5sum: 3f1e02f83cdf66e8743e7447fca46cde
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 546
Depends: postgresql-14-plpgsql-check (= 2.8.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.8.11-1.pgdg+1_arm64.deb
Size: 304644
SHA256: 6e0bccb9bf445aecb56a067c956816e8df18637d8c3ac12e3f57cab56726128b
SHA1: 03d45e6a10045356a8250d1116dfad0813ca5521
MD5sum: 9abe37e52bd85aa95ba0167eded8b069
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: b798d015bcce39401b2247ad64c762fb3bdd5aac
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-14-q3c
Source: postgresql-q3c
Version: 2.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3578
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-14-q3c_2.0.2-1.pgdg+1_arm64.deb
Size: 141452
SHA256: bdb35d592203a9ac8c60769976a023ce755d891380ae271e774464dde38db4a3
SHA1: abed9a25437ef2fd33a7fff4b4549a05a6406eae
MD5sum: ef589d407dca8649bd7eef94c042da84
Description: PostgreSQL 14 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-14-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2204
Depends: postgresql-14-q3c (= 2.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-14-q3c-dbgsym_2.0.2-1.pgdg+1_arm64.deb
Size: 87028
SHA256: ce968b44a0ff63208add00cf3aadc09871d9e6d6ef62dd88562a18f0299e66d7
SHA1: 3a132fc1da76046275cf84e0345d0c0f7d802e50
MD5sum: 4c4d00db0b73a24c58663e64ac250cb5
Description: debug symbols for postgresql-14-q3c
Build-Ids: 129be6fd2ed9bbff904faba3178ff3033e0bab30
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-15-credcheck
Source: credcheck
Version: 4.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-15-credcheck_4.6-1.pgdg+1_arm64.deb
Size: 75812
SHA256: d29f3be6be9fc47d5bfbdfc81d883b9e8e2867fc90bca986430475a6c6eccbda
SHA1: e990279cd2dd77bc5e1d892f422683b1481ccab7
MD5sum: 06c4b2fe3bc50336ebef235cc50845ab
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-15-credcheck-dbgsym
Source: credcheck
Version: 4.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 143
Depends: postgresql-15-credcheck (= 4.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-15-credcheck-dbgsym_4.6-1.pgdg+1_arm64.deb
Size: 78828
SHA256: de2e131750810724cf60b19553e3d5ee566e3db28efa9264e548c85b0e859d48
SHA1: b9c20a2f6b4fac7bc50c01b3f1eba3ebf24f63eb
MD5sum: 0e42e33d0f4ee011d30d046df4def171
Description: debug symbols for postgresql-15-credcheck
Build-Ids: 264c3215878577143d838432c242e74adb48f2f6
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-15-partman
Source: pg-partman
Version: 5.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7996
Depends: python3, python3-psycopg2, postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-15-partman_5.4.2-1.pgdg+1_arm64.deb
Size: 244088
SHA256: 320b9ff456f8cc4a63be346481919901ab16602bb03004f8756e05e86c22c258
SHA1: cf883eca62ef7474ebcb6419a8427520a7b93ea0
MD5sum: 6d16c5f06ac83b9b462d3b8164140eec
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.
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-15-partman-dbgsym
Source: pg-partman
Version: 5.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-15-partman (= 5.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-15-partman-dbgsym_5.4.2-1.pgdg+1_arm64.deb
Size: 40760
SHA256: 173b84567182ff9aa61dc6784970181c1acba2e9e93a7e887aaaa4df19fbeb5d
SHA1: 10e96b277e2630295e0601df94d537aae01b2b3f
MD5sum: e69ef76ff0e738f281facce804901f4c
Description: debug symbols for postgresql-15-partman
Build-Ids: 22d0a8a02fedaaaeea23c3644ceed1101a58d6db
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-15-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-15-pgaudit, postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile_1.7.7-2.pgdg+1_arm64.deb
Size: 51444
SHA256: 83fb177da99a0f24278a6d234e7319828b45f381c47d8ef822948391c4c042a9
SHA1: 0ad176b83e3bc899d47f6403069da129ce0d9f7c
MD5sum: 735cd32d1ec53e795d07faa3e6acb27e
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-15-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-15-pgauditlogtofile (= 1.7.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile-dbgsym_1.7.7-2.pgdg+1_arm64.deb
Size: 40136
SHA256: ae1541fe3e87ce33f5a18bed4e0f656ce2178a43a43080ce8d5ae1eb657f101c
SHA1: 6b630e0e0a87df6a3cddde7e43610e207cebaf77
MD5sum: 2a7a9d1a3881264f04151623f32520f2
Description: debug symbols for postgresql-15-pgauditlogtofile
Build-Ids: a0107967dcfda9ff3f467e8f029c2f0d2cf61639
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.8.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 743
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.8.11-1.pgdg+1_arm64.deb
Size: 303052
SHA256: dd8f2b06c5e88cc32fede77a3a00369546265d285cd22dc15dcebcc83594a570
SHA1: 42073dee5ceaa9ab44e9f29df3be4e2d491a13d4
MD5sum: 220e17beebfe24429e49351d0cbf0e4a
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-15-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 564
Depends: postgresql-15-plpgsql-check (= 2.8.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.8.11-1.pgdg+1_arm64.deb
Size: 321352
SHA256: e6bc2fef035c37f2564952a7fb5024210b2bcc03d2eba1252e13aa82f72ebd7b
SHA1: ff9e1be3883c0d27b11384442f231609e2224d38
MD5sum: 2b330738dd7cebbc8e50c7fb850a8552
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: e06899c95a808c22cc8e067e898fbbc5e3ff6e9b
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-15-q3c
Source: postgresql-q3c
Version: 2.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3578
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-15-q3c_2.0.2-1.pgdg+1_arm64.deb
Size: 164568
SHA256: d24c3171c0d2ca46e0aa2167ba3020e3fcb01bcb9248ed04a5cd0e4d16271c97
SHA1: 89bd03541cfb552017465d00defb2a69fa49f454
MD5sum: afbcc9c800e8cdd07a963b5f99ff99d7
Description: PostgreSQL 15 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-15-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2210
Depends: postgresql-15-q3c (= 2.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-15-q3c-dbgsym_2.0.2-1.pgdg+1_arm64.deb
Size: 92868
SHA256: d49f633d3f21abc5fac05fd78a46d56900d1a2611b0d79ace02a4208e5560112
SHA1: 6be08f40607a2b3a952a45160708bf6e46830366
MD5sum: 854113024ea99aaf17c84d4b4a8116ff
Description: debug symbols for postgresql-15-q3c
Build-Ids: fa600c9a2ddb72905c870de717d5756314a9e40f
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-16-credcheck
Source: credcheck
Version: 4.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-16-credcheck_4.6-1.pgdg+1_arm64.deb
Size: 75560
SHA256: c1aa67c818a8decba42340bca54558bfcfcd75a1f541fce08601bc7fd47aed0e
SHA1: c55ebd9b2f506b575c2006388cbc91c8979e93f2
MD5sum: 8ef415d3018e12fcc24fa1c9275690b2
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-16-credcheck-dbgsym
Source: credcheck
Version: 4.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-16-credcheck (= 4.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-16-credcheck-dbgsym_4.6-1.pgdg+1_arm64.deb
Size: 80836
SHA256: 7c2f9e2979ad35874ac182436189bbafde8d474cfe33d63d5f26046ffb23fca3
SHA1: a834e472df459415c03a03d074e8ebf73f53474d
MD5sum: 14e1b5f65f4e0525a6c864c62562bb80
Description: debug symbols for postgresql-16-credcheck
Build-Ids: 1e945ac7b6e05def2c5854d79a34e9b58f417941
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-16-partman
Source: pg-partman
Version: 5.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7996
Depends: python3, python3-psycopg2, postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-16-partman_5.4.2-1.pgdg+1_arm64.deb
Size: 243964
SHA256: 92deea13a77e9cec654c1d0febb363a9045013c9f4168aff62c69e4a5fce3533
SHA1: 39c95f98cf3a752d69bb979ad65efd60e521c90c
MD5sum: 96483d095ce1376985eae55c14e7acc9
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.
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-16-partman-dbgsym
Source: pg-partman
Version: 5.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-16-partman (= 5.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-16-partman-dbgsym_5.4.2-1.pgdg+1_arm64.deb
Size: 41808
SHA256: 60a9cc01682d56e4dbbdafd130f1955c0e038ab7e3c66508befee7ee970e9407
SHA1: e67fb2716d5ec2d9ba91727c61820977f6339750
MD5sum: 3a0328222b29a5e2544633777d7164cf
Description: debug symbols for postgresql-16-partman
Build-Ids: e4fbc7cc15c1395e534cc2a3215e8457227a7f14
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-16-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-16-pgaudit, postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile_1.7.7-2.pgdg+1_arm64.deb
Size: 50916
SHA256: c82b52548cd651b063b07289924fb6c9a35677635e1915122e7063a2ca1ecd49
SHA1: bb1942e2577cf4bd603bb6d6a47c744eaba1d308
MD5sum: 32d1b388b5767f261b4e9779b3f26070
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-16-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-16-pgauditlogtofile (= 1.7.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile-dbgsym_1.7.7-2.pgdg+1_arm64.deb
Size: 40596
SHA256: 6fcf41ceb2fdce3c04e3706a83d175fd81cdff5627d97ab7e3edc5e49cfcb135
SHA1: 67d945a2434258aa275c763e9520a17604b37c19
MD5sum: 0a4f796593178687daccfd1c9ad68feb
Description: debug symbols for postgresql-16-pgauditlogtofile
Build-Ids: 61718088a29590a7744d6b1bb703b331910ecfc1
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-16-plpgsql-check
Source: plpgsql-check
Version: 2.8.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 740
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check_2.8.11-1.pgdg+1_arm64.deb
Size: 298620
SHA256: a8253715065d7dbdbfa6be0b84f401bb6bb30b1e0e05f4d3374493242cc5d368
SHA1: a2ae8110d8297eba2d7bd5299358bd38e18e4d60
MD5sum: f6ef247528497b96e7c54d217efc112d
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-16-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 556
Depends: postgresql-16-plpgsql-check (= 2.8.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check-dbgsym_2.8.11-1.pgdg+1_arm64.deb
Size: 329608
SHA256: c3f7f2626d15cc48041a764762764c97dfc49dc738c3e9d452f46334b0d5169e
SHA1: 3020cca2985f41bb0c3b3139fc67221ea94e59b6
MD5sum: 523249019d42c19335903060e2c37ff0
Description: debug symbols for postgresql-16-plpgsql-check
Build-Ids: 1d8d3b61050bfa3a7c622593f296d352726dbc0e
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-16-q3c
Source: postgresql-q3c
Version: 2.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3578
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-16-q3c_2.0.2-1.pgdg+1_arm64.deb
Size: 165300
SHA256: a759ac4a08e571245cf2200a8a3901f51d6fa2a8418d29b4c38b7f1f6606414d
SHA1: 6f9e2eb7a8312c622360b53ed0438405f5b6b1d7
MD5sum: f2962a9cf6e4e25c7f358f67e5a678ed
Description: PostgreSQL 16 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-16-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2231
Depends: postgresql-16-q3c (= 2.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-16-q3c-dbgsym_2.0.2-1.pgdg+1_arm64.deb
Size: 106368
SHA256: 8c7ee4c2593d1022b4261003afecc8bc7637f60aca9721a7afb5235b1cccb921
SHA1: 1307d39590f75a42bd2059b2c0c0a84979799198
MD5sum: e11392b846b8ebf269093c00eaa65d36
Description: debug symbols for postgresql-16-q3c
Build-Ids: 83307b1136e190435fd3893369798b9e772f783d
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-17-credcheck
Source: credcheck
Version: 4.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-17-credcheck_4.6-1.pgdg+1_arm64.deb
Size: 75544
SHA256: 7a8a2377a5b61a41bd8ae6e434e947c7a59d8044a9956ded3c61f93bda023ad3
SHA1: ce2924b41e07f85603126d72b22db46d389fb64a
MD5sum: 79b9243e7fb206e72a0069c8f9351b73
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-17-credcheck-dbgsym
Source: credcheck
Version: 4.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 147
Depends: postgresql-17-credcheck (= 4.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-17-credcheck-dbgsym_4.6-1.pgdg+1_arm64.deb
Size: 83288
SHA256: b38f161599a0d62a6f44adde9fc269e021b768e43811182268d5cd28cfb1c907
SHA1: f92e5bc2ec4a41bc35f15572996387b868dc79c5
MD5sum: c401abff2fdd028bd8d7eaffea9a7966
Description: debug symbols for postgresql-17-credcheck
Build-Ids: 9345bd4d0e6e45fc6cfe3d3c27c4a513893918ab
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-17-partman
Source: pg-partman
Version: 5.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7996
Depends: python3, python3-psycopg2, postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-17-partman_5.4.2-1.pgdg+1_arm64.deb
Size: 244028
SHA256: 648ca34c189140ad9943e794916770e9b147b548adadbc251cf094fd0c6f5463
SHA1: 270885c4f5ac8d7788a26acff64b7c534e8e7cf7
MD5sum: e52f216db1baed6a850091fcf65b494a
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.
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-17-partman-dbgsym
Source: pg-partman
Version: 5.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-17-partman (= 5.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-17-partman-dbgsym_5.4.2-1.pgdg+1_arm64.deb
Size: 45240
SHA256: c890b1420772bc2c5f14fec6a84b5a0976f73d1ac14c5eef08744a5e0d2c00cf
SHA1: 5c649d9c81309f3fee86cfd8155e579baa393c11
MD5sum: 2dd4ce360b91884e9620cdbd5d9b85dc
Description: debug symbols for postgresql-17-partman
Build-Ids: 0ad04e9cc1d66bc4b9dd0952b59946c3e0b90996
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-17-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-17-pgaudit, postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-17-pgauditlogtofile_1.7.7-2.pgdg+1_arm64.deb
Size: 50876
SHA256: 0396add9505f1d494128e4a356baa33903a86549b4e30c11a7e9f52a50bc3b28
SHA1: 2a232549a7da66358606fda3655ffb90105e4cd4
MD5sum: 84b0f424e65d3ece4c37aaf3ac9e510b
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-17-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-17-pgauditlogtofile (= 1.7.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-17-pgauditlogtofile-dbgsym_1.7.7-2.pgdg+1_arm64.deb
Size: 40840
SHA256: f87279e54255306211e0366c4464cc3b35f076fb337f8de83c7ef4edc2951bd0
SHA1: 509d795533aaad36b42d598e08430d24ceaa59db
MD5sum: 4d9db18b0849c832ad2057694b49cd5d
Description: debug symbols for postgresql-17-pgauditlogtofile
Build-Ids: 0edfc196cb7934f65f26cafa05a19f88def844d3
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-17-plpgsql-check
Source: plpgsql-check
Version: 2.8.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 740
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check_2.8.11-1.pgdg+1_arm64.deb
Size: 298884
SHA256: 06f15d23779e9d16774e1a02e027d2c410e954a560c560b797304b695bfda412
SHA1: 33d34c47a52540751b286371b87c7a103509f3e8
MD5sum: be4ad2cbcd96a040e9e117c095edc760
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-17-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 585
Depends: postgresql-17-plpgsql-check (= 2.8.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check-dbgsym_2.8.11-1.pgdg+1_arm64.deb
Size: 344996
SHA256: 90eebe48d8365348d55c7ee1fb56042356c7cace5443a2d85961ad9057205fd2
SHA1: 4e40a650efa6c67bbc483ea302ff6f5d622c9241
MD5sum: bd459d4120d1362605769688bd525828
Description: debug symbols for postgresql-17-plpgsql-check
Build-Ids: 64f941e191c980b14cc643de02a2bc864bbd4407
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-17-q3c
Source: postgresql-q3c
Version: 2.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3578
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-17-q3c_2.0.2-1.pgdg+1_arm64.deb
Size: 158848
SHA256: f99aec00ffd33eded7e3cae2a397d5f35116581b74155c48c619e01493ac49bf
SHA1: 3662f52ca42c71b71de251a85a98cce113fb6718
MD5sum: 0b7074f4993dd4a0ddb2625192eccc93
Description: PostgreSQL 17 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-17-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2235
Depends: postgresql-17-q3c (= 2.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-17-q3c-dbgsym_2.0.2-1.pgdg+1_arm64.deb
Size: 110648
SHA256: a9eb9d8732cffea7bacee7dd5641b75066e857d901f8d6ecc5838c185bc0c385
SHA1: 0dc4acd813d2742b06b1bb8beb47ab0b114a7e7a
MD5sum: caed602ac17df4fbbdf2fdb3e5ca56b4
Description: debug symbols for postgresql-17-q3c
Build-Ids: 65faead5cf8440859a9e9ccd04551e5c496f20ca
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-18-credcheck
Source: credcheck
Version: 4.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-18-credcheck_4.6-1.pgdg+1_arm64.deb
Size: 75648
SHA256: 408f1e0af728169ea1737aaf8b2ac65ad758040d7ccfcaca4d6cd3c5a403f016
SHA1: 5b2765f3289362594a95a7d3f77f9a938cfa566f
MD5sum: 4bf0cea78b4c0a6d998f4ff8c9c59504
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-18-credcheck-dbgsym
Source: credcheck
Version: 4.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-18-credcheck (= 4.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-18-credcheck-dbgsym_4.6-1.pgdg+1_arm64.deb
Size: 84688
SHA256: 67ffc1b7cdca95349d12885eb4f6a884959073c059ff5d215e4f4baa46f9dbed
SHA1: 7a98f6868d14b602d54bef98896a32dbc131d0ec
MD5sum: cf8ef3aeff293cbb88f9d4cd9805749b
Description: debug symbols for postgresql-18-credcheck
Build-Ids: 78b3f42fb07ed66cb20714a801f4e53426c617dc
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-18-partman
Source: pg-partman
Version: 5.4.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7997
Depends: python3, python3-psycopg2, postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-18-partman_5.4.2-1.pgdg+1_arm64.deb
Size: 244080
SHA256: 0918dcda09da74a54f179525072357ab9dc0bcfb525c2e963a50098f4910f1e9
SHA1: 7a6b3ab9d5564ecbfad0cdadaa1894b3b475cc34
MD5sum: 5ca34941a175d216e434e56b728ec547
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.
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-18-partman-dbgsym
Source: pg-partman
Version: 5.4.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-18-partman (= 5.4.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-18-partman-dbgsym_5.4.2-1.pgdg+1_arm64.deb
Size: 46348
SHA256: c47437ef66c579389de5fefebcbe0cba157153e5dc9dc44503b6fbe9d155bf49
SHA1: 30c33375f4dffbef84c1e6d1cbbc4008ab372756
MD5sum: 66f587cefe791fc9b25c2b2643499df9
Description: debug symbols for postgresql-18-partman
Build-Ids: d9edf66ab09f0394f742d37584035e9f01568ac8
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-18-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.7-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-18-pgaudit, postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-18-pgauditlogtofile_1.7.7-2.pgdg+1_arm64.deb
Size: 51016
SHA256: a714423b25a9a3e6f40c4bb07753bd315fd1f3450acc30e0cd76a187dcc62b22
SHA1: 7e0989bb289184a0f51b459db29433ecf1312842
MD5sum: 971cbff4132cffac7954e03f388efd21
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-18-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.7.7-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-18-pgauditlogtofile (= 1.7.7-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-18-pgauditlogtofile-dbgsym_1.7.7-2.pgdg+1_arm64.deb
Size: 40884
SHA256: 8a386435371daf658fbb2bfdd2bf5cadac265f680560d5cd9db6f617eb640ff7
SHA1: e42314efcb68ea87160bebbd5c0b36f851864f81
MD5sum: c7bca1472e0a9abe4922f210255ed9e7
Description: debug symbols for postgresql-18-pgauditlogtofile
Build-Ids: a837d3f24e0cf29aaf286d1b338cb0650ae99358
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-18-plpgsql-check
Source: plpgsql-check
Version: 2.8.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 741
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-18-plpgsql-check_2.8.11-1.pgdg+1_arm64.deb
Size: 299484
SHA256: fd41742e49ce2821b5680be2dbd606ea25dbd950c57203ab57cfb59c95e2f0c6
SHA1: a7c8fa7813befcd0e94302496e0939850c5a9860
MD5sum: 74329af3fa346a9b8a951705ecbdd8ab
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-18-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.8.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 576
Depends: postgresql-18-plpgsql-check (= 2.8.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-18-plpgsql-check-dbgsym_2.8.11-1.pgdg+1_arm64.deb
Size: 341068
SHA256: cfd4ff24319ad361da2cef5e928b5109185dc2cce94c162cf3aeceb485dfb6a9
SHA1: cf7d202a8f07e473bae33ad52d819403be4cca1f
MD5sum: eb8176ff2d9d8334a98c441b4886d5b4
Description: debug symbols for postgresql-18-plpgsql-check
Build-Ids: fa46babf04617f0c2a8b671547a10d9fb5218ddc
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-18-q3c
Source: postgresql-q3c
Version: 2.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3578
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-18-q3c_2.0.2-1.pgdg+1_arm64.deb
Size: 154632
SHA256: d5841ff4af910b771c9a1bc233492b2d0e1bee9e53783606be1aa06031fa6478
SHA1: fa6f9a59ad77f76f83ce8f78558082e52849d98c
MD5sum: 998be06f452e5741cee9e9bedcd61640
Description: PostgreSQL 18 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2026-02-22 21:18:46+00

Package: postgresql-18-q3c-dbgsym
Source: postgresql-q3c
Version: 2.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2236
Depends: postgresql-18-q3c (= 2.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-18-q3c-dbgsym_2.0.2-1.pgdg+1_arm64.deb
Size: 111752
SHA256: 8f3983ae7df6a66dec50c8a34968a1375f4193fe6120d537fecaeb6347b7d9dd
SHA1: cfe57f8facffa9155565d26b7e58bb9edc54c8dc
MD5sum: ee121b792d8f0b1bcfc29527dabcd95a
Description: debug symbols for postgresql-18-q3c
Build-Ids: 02b3db74380b1e69ce781b91ded814057fac0075
Timestamp: 2026-02-22 21:18:46+00

Package: pspg
Version: 5.8.16-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 366
Depends: libc6 (>= 2.38), libncursesw6 (>= 6.1), libpq5 (>= 9.0~), libreadline8t64 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_5.8.16-1.pgdg+1_arm64.deb
Size: 133188
SHA256: 7439128caa2d16fc1ebd49f0327934e6b78ecf05ca1d0571a86c5d515c9911dc
SHA1: 3461942878423bf33fba0414f4736419a43306c9
MD5sum: 6ca0c29322d0603a5d22a5eac1b8c024
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2026-02-22 21:18:46+00

Package: pspg-dbgsym
Source: pspg
Version: 5.8.16-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 724
Depends: pspg (= 5.8.16-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_5.8.16-1.pgdg+1_arm64.deb
Size: 419820
SHA256: 6173a78e549462c0d13781c4a081ce32332f39319e7e05c87c17e218dfcae09c
SHA1: afcb31b062199e956d9da418bd840b2cd4de95c3
MD5sum: 48495c849c96f2defd0f5f0a9af30ae3
Description: debug symbols for pspg
Build-Ids: 37a189437b011ce6d3827322aa0de63991843653
Timestamp: 2026-02-22 21:18:46+00

Package: pgagroal
Version: 2.0.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 949
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.38), liblz4-1 (>= 0.0~r130), libssl3t64 (>= 3.0.0), liburing2 (>= 2.3), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/agroal/pgagroal
Priority: optional
Section: database
Filename: pool/main/p/pgagroal/pgagroal_2.0.1-2.pgdg+1_arm64.deb
Size: 325608
SHA256: 72ce99f63403e193f271afda9175fda81df6a3de37e7c91a9bda2efe6f12836f
SHA1: 638e53f6d15536c438383b10c21860a08f0691dd
MD5sum: 630df8a16e3d3de114cfdc31b1134d4a
Description: High-performance connection pool for PostgreSQL
 pgagroal is a high-performance protocol-native connection pool for PostgreSQL.
 .
 Pronounced: p-g-a-gro-al, named after Agroal in Portugal.
 .
 Features:
  * High performance
  * Connection pool
  * Limit connections for users and databases
  * Prefill support
  * Remove idle connections
  * Perform connection validation
  * Enable / disable database access
  * Graceful / fast shutdown
  * Prometheus support
  * Grafana 8 dashboard
  * Remote management
  * Authentication query support
  * Failover support
  * Transport Layer Security (TLS) v1.2+ support
  * Daemon mode
  * User vault
Timestamp: 2026-02-23 13:49:15+00

Package: pgagroal-dbgsym
Source: pgagroal
Version: 2.0.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1122
Depends: pgagroal (= 2.0.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgagroal/pgagroal-dbgsym_2.0.1-2.pgdg+1_arm64.deb
Size: 531152
SHA256: 60a995e389107f538fc8ee9a945c670ec7bd8f45e18c7acc995ba50dfaf3c9b7
SHA1: e35467cdf4605d84ed9d40f3c73bd8fa0d0a1daf
MD5sum: b99aa24041eb85861564bf2e49f165c5
Description: debug symbols for pgagroal
Build-Ids: 1c3d3af027db934efa0a92a83beaffc60fe1c2b9 2a1b8a608731f9557d74ee041d11aae87e9bb64c 9c7ed4fc6cb8747dbe02950fa9f01389cd4f4749 cd602192921729526c650b8a245959ab920e54d4 e4f05266a3a17b5c4351da285a6fd27e1c6bf784
Timestamp: 2026-02-23 13:49:15+00

Package: postgresql-15-documentdb
Source: documentdb
Version: 0.108-0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12193
Depends: postgresql-15-cron, postgresql-15-pgvector, postgresql-15-postgis-3, postgresql-15-rum, postgresql-15, libbson2-2 (>= 2.2.2), libc6 (>= 2.38), libpcre2-8-0 (>= 10.22), libpq5
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/documentdb/documentdb
Priority: optional
Section: database
Filename: pool/main/d/documentdb/postgresql-15-documentdb_0.108-0-1.pgdg+1_arm64.deb
Size: 4744492
SHA256: e8d25455af723b427fa6b84b58c8ca43ad6e49cc2e3df2a1f20daa08cce1c49c
SHA1: c7d9d871aa7352b3e022ff5b082736b79417d8d1
MD5sum: 0f9ac6d04e1a4139d3eef6dc06d74886
Description: MongoDB-compatible open source document database built on PostgreSQL
 DocumentDB is a MongoDB-compatible open source document database built on
 PostgreSQL. It offers a native implementation of a document-oriented NoSQL
 database, enabling seamless CRUD (Create, Read, Update, Delete) operations on
 BSON (Binary JSON) data types within a PostgreSQL framework. Beyond basic
 operations, DocumentDB empowers users to execute complex workloads, including
 full-text searches, geospatial queries, and vector search, delivering robust
 functionality and flexibility for diverse data management needs.
Timestamp: 2026-02-23 13:49:15+00

Package: postgresql-15-documentdb-dbgsym
Source: documentdb
Version: 0.108-0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9319
Depends: postgresql-15-documentdb (= 0.108-0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/d/documentdb/postgresql-15-documentdb-dbgsym_0.108-0-1.pgdg+1_arm64.deb
Size: 3238752
SHA256: fd77d52f40d82bc14b9208ac630ad66e3c4ac4c96c9b980726ff796d976dcc6e
SHA1: 0b11638c3cdef2b6e6c94d0e54f57afbbcbfc3fa
MD5sum: 8d229f671ad70c189f1899c67a11ca19
Description: debug symbols for postgresql-15-documentdb
Build-Ids: 0f67562a1724cfbc1d92451d57cbcbfb7d8ab916 31ec67ca236688eff6f5a7b8af613285b9a42802 51be9fb3b03c04b4e98b94fac1c895581c7df46e 8f28e8bd24e6d5ab8bf7591f07bbdc2e5edc31ed
Timestamp: 2026-02-23 13:49:15+00

Package: postgresql-16-documentdb
Source: documentdb
Version: 0.108-0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12033
Depends: postgresql-16-cron, postgresql-16-pgvector, postgresql-16-postgis-3, postgresql-16-rum, postgresql-16, libbson2-2 (>= 2.2.2), libc6 (>= 2.38), libpcre2-8-0 (>= 10.22), libpq5
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/documentdb/documentdb
Priority: optional
Section: database
Filename: pool/main/d/documentdb/postgresql-16-documentdb_0.108-0-1.pgdg+1_arm64.deb
Size: 4678792
SHA256: 580949107104b6c05d5cc630f93fe391f0f26b4d55e163e122fc9007d37cd6b5
SHA1: 2f38af4da1eb46dcd166d31ac8a0b98bd96cb4da
MD5sum: 0cca4b6aad4767e3f10d8c8b1060c141
Description: MongoDB-compatible open source document database built on PostgreSQL
 DocumentDB is a MongoDB-compatible open source document database built on
 PostgreSQL. It offers a native implementation of a document-oriented NoSQL
 database, enabling seamless CRUD (Create, Read, Update, Delete) operations on
 BSON (Binary JSON) data types within a PostgreSQL framework. Beyond basic
 operations, DocumentDB empowers users to execute complex workloads, including
 full-text searches, geospatial queries, and vector search, delivering robust
 functionality and flexibility for diverse data management needs.
Timestamp: 2026-02-23 13:49:15+00

Package: postgresql-16-documentdb-dbgsym
Source: documentdb
Version: 0.108-0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9311
Depends: postgresql-16-documentdb (= 0.108-0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/d/documentdb/postgresql-16-documentdb-dbgsym_0.108-0-1.pgdg+1_arm64.deb
Size: 3306372
SHA256: 5c84ed2de5c4956be30396250f2595d47dc86b24d16a9726d745a19339d30fb6
SHA1: 579a8ec23c6b34595544b1287ce5451c52616f69
MD5sum: 5f6b8e0c7449ff0e4baf6552773294d5
Description: debug symbols for postgresql-16-documentdb
Build-Ids: 4f68da7f46e023417a8a778f68a520198548b358 5bac8e6a0bc1cfc110be558b061713ee3da79692 af14d3c48c734bd22acaa8cec1e45fb90419b2ae d09d84908c22b6a6c5fafc3017d4ca32fc319ce9
Timestamp: 2026-02-23 13:49:15+00

Package: postgresql-17-documentdb
Source: documentdb
Version: 0.108-0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12029
Depends: postgresql-17-cron, postgresql-17-pgvector, postgresql-17-postgis-3, postgresql-17-rum, postgresql-17, libbson2-2 (>= 2.2.2), libc6 (>= 2.38), libpcre2-8-0 (>= 10.22), libpq5
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/documentdb/documentdb
Priority: optional
Section: database
Filename: pool/main/d/documentdb/postgresql-17-documentdb_0.108-0-1.pgdg+1_arm64.deb
Size: 4676180
SHA256: de16b570e5f8bff6b0cb1b0d9f89d7c1bce674c78f7d6bee7bc37cb77167c35f
SHA1: 0a2ab4b38619752d1d50f67e1ecff8bba9859d21
MD5sum: 469c2283f0c6d67601fb349a696af425
Description: MongoDB-compatible open source document database built on PostgreSQL
 DocumentDB is a MongoDB-compatible open source document database built on
 PostgreSQL. It offers a native implementation of a document-oriented NoSQL
 database, enabling seamless CRUD (Create, Read, Update, Delete) operations on
 BSON (Binary JSON) data types within a PostgreSQL framework. Beyond basic
 operations, DocumentDB empowers users to execute complex workloads, including
 full-text searches, geospatial queries, and vector search, delivering robust
 functionality and flexibility for diverse data management needs.
Timestamp: 2026-02-23 13:49:15+00

Package: postgresql-17-documentdb-dbgsym
Source: documentdb
Version: 0.108-0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9284
Depends: postgresql-17-documentdb (= 0.108-0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/d/documentdb/postgresql-17-documentdb-dbgsym_0.108-0-1.pgdg+1_arm64.deb
Size: 3301760
SHA256: a110cb9948fe3c98aaa044f1f5e29fc1a5f322fb80721994ded857da68c2b44b
SHA1: 6a00d514bd2541ea21e6b1f13cc67439005f4a32
MD5sum: 45273f930bd116b24464b0aee682154b
Description: debug symbols for postgresql-17-documentdb
Build-Ids: 50a107ca6dcea23b14d772de7f048e99cc326f15 77907ee0e01e3213197c6911b38115cc674456d4 c54872003fad691b944c9009b54ff26ed67cc70b cf8165d0b580ea19de5efb3651c19a68d1af16d6
Timestamp: 2026-02-23 13:49:15+00

Package: postgresql-18-documentdb
Source: documentdb
Version: 0.108-0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12027
Depends: postgresql-18-cron, postgresql-18-pgvector, postgresql-18-postgis-3, postgresql-18-rum, postgresql-18, libbson2-2 (>= 2.2.2), libc6 (>= 2.38), libpcre2-8-0 (>= 10.22), libpq5
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/documentdb/documentdb
Priority: optional
Section: database
Filename: pool/main/d/documentdb/postgresql-18-documentdb_0.108-0-1.pgdg+1_arm64.deb
Size: 4677672
SHA256: c5d8c020dbab30746214401b0d5016065ad7fc814b973ef33ed8b50fb70faf77
SHA1: fab58525e2adf842b02814af315881c9554284fe
MD5sum: 83a57a8ba82297462b23bed8b5ea97d3
Description: MongoDB-compatible open source document database built on PostgreSQL
 DocumentDB is a MongoDB-compatible open source document database built on
 PostgreSQL. It offers a native implementation of a document-oriented NoSQL
 database, enabling seamless CRUD (Create, Read, Update, Delete) operations on
 BSON (Binary JSON) data types within a PostgreSQL framework. Beyond basic
 operations, DocumentDB empowers users to execute complex workloads, including
 full-text searches, geospatial queries, and vector search, delivering robust
 functionality and flexibility for diverse data management needs.
Timestamp: 2026-02-23 13:49:15+00

Package: postgresql-18-documentdb-dbgsym
Source: documentdb
Version: 0.108-0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9330
Depends: postgresql-18-documentdb (= 0.108-0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/d/documentdb/postgresql-18-documentdb-dbgsym_0.108-0-1.pgdg+1_arm64.deb
Size: 3312196
SHA256: f7c5d66197a31c22c2bc7dd40114469f86f7dff1e580e7955e4b7f307c8c6b94
SHA1: 4940be084051a3ae55e51cad177dedcef6adbaff
MD5sum: 834bcc868b2200bf4fd11480f75b13c4
Description: debug symbols for postgresql-18-documentdb
Build-Ids: 4c028d37d94aa35e2f1c3b05535a0364b7677bcf 64020764a275c11d00759bc0b213744731bc9c44 b40eb16dfe4899833bda4a9d3e211fb2241660f3 d7591ccb705fb4b491dacae4497cca7e58cdac40
Timestamp: 2026-02-23 13:49:15+00

Package: libgvm22t64
Source: gvm-libs
Version: 22.35.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 983
Depends: libc6 (>= 2.38), libcjson1 (>= 1.7.13), libcrypt1 (>= 1:4.1.0), libcurl3t64-gnutls (>= 7.83.0), libgcrypt20 (>= 1.11.1), libglib2.0-0t64 (>= 2.76.0), libgnutls30t64 (>= 3.8.1), libgpgme45 (>= 1.23.2), libhiredis1.1.0 (>= 1.2.0), libldap2 (>= 2.6.2), libnet9 (>= 1.1.2.1), libpaho-mqtt1.3 (>= 1.3.0), libpcap0.8t64 (>= 0.9.8), libradcli4 (>= 1.2.11), libssh-4 (>= 0.8.0), libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), zlib1g (>= 1:1.2.3.4)
Conflicts: libopenvas9
Breaks: libgvm22 (<< 22.35.6-1.pgdg+1)
Replaces: libgvm22, libopenvas9
Provides: libgvm22 (= 22.35.6-1.pgdg+1)
Multi-Arch: same
Homepage: https://www.greenbone.net/
Priority: optional
Section: libs
Filename: pool/main/g/gvm-libs/libgvm22t64_22.35.6-1.pgdg+1_arm64.deb
Size: 146984
SHA512: 6c4c7d053af4c1365097d7e0bf93036f987baa460c174f078efa7c187d33e1c61ef445e61bba90b77a0c0fd94440b563b9bc631fab7262c3b71e9a56dd1afbcd
SHA256: 6e55293febe93b2811398ed6f2ab79fd0cd1a59fe88ebd83cb1d5688e60c8a4e
SHA1: f66f4db8389f7f5d14c7f30ba25aead248fe98e1
MD5sum: 52107ff8a902c861978774fa110c5507
Description: remote network security auditor - shared libraries
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the required shared libraries.
Timestamp: 2026-02-24 17:04:38+00

Package: libgvm22t64-dbgsym
Source: gvm-libs
Version: 22.35.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 1092
Depends: libgvm22t64 (= 22.35.6-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/g/gvm-libs/libgvm22t64-dbgsym_22.35.6-1.pgdg+1_arm64.deb
Size: 512256
SHA512: 8eda19951a313d70e8dd61f60ecc568b70c139fa85f1ca3ff1482dfbf57ddc5f415e7710991f44e08c6c6b6d529d6f90122682a7dd9f6ddc5ea7a9faa9699daf
SHA256: 372ebec2d851c2877b887fc000be0933830585accb05bf803f947f5100a8f1a7
SHA1: 13d64b414a725ef04d73d5fdf2e031c3ec0b8bca
MD5sum: 835fe8d3030c486dfe18077cddd29628
Description: debug symbols for libgvm22t64
Build-Ids: 0db653d9717187fa6c6b3d915109fc6bad268712 2d558e44367a762a9d1bfea58fe08fd871768234 4a5f5c45dd8115ebe3e9eb02f62bd0d3c41bb95d 53cef08a1662475eab7bb17c946f85f374b1ddfd 7247f511c14e91a4a9ad92ee07f2620a1324b51b a3d79b1d780d8a98c12193cf113b2942f28d2445 b525320c6797529368e77cd8d6e7f5d2951a0d7b b91a5f448e32b8589b2f5881a5a69674a115860f c5d73597f91dbf54b6b7dbd8a56cf11a465e5a50 d4fddf89de84003bad7d82c9031b1bd7ba7a2b7f ed2a854cc6ed38d7f3b328bb47e479e8585cf687
Timestamp: 2026-02-24 17:04:38+00

Package: libgvm-dev
Source: gvm-libs
Version: 22.35.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 198
Depends: libgcrypt-dev, libglib2.0-dev, libgnutls28-dev, libgpgme-dev, libhiredis-dev, libksba-dev, libgvm22t64 (= 22.35.6-1.pgdg+1), libpcap-dev, libssh-dev, uuid-dev, libsnmp-dev
Suggests: libgvm-doc
Homepage: https://www.greenbone.net/
Priority: optional
Section: libdevel
Filename: pool/main/g/gvm-libs/libgvm-dev_22.35.6-1.pgdg+1_arm64.deb
Size: 31604
SHA512: 3da3147c50e186025ef1e74d1e182f386f6264091a92c23e585db221343705e958f243cbefc04dc67fbabddbab62fa84ebfa7656c625228536fd44dccc512b02
SHA256: 38ea22a368e77857163c016859b4f178a18b7281e22faaedf6ba2f2ca9ce3bb6
SHA1: 545a9a964fd57bbe616a985fc01080646ea2a53f
MD5sum: c7d6ea03c3d39a20aa6b30c62092b78b
Description: remote network security auditor - static libraries and headers
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the required static libraries and headers.
Timestamp: 2026-02-24 17:04:38+00

Package: libgvm-doc
Source: gvm-libs
Version: 22.35.6-1.pgdg+1
Architecture: all
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 11038
Homepage: https://www.greenbone.net/
Priority: optional
Section: doc
Filename: pool/main/g/gvm-libs/libgvm-doc_22.35.6-1.pgdg+1_all.deb
Size: 641552
SHA512: 73ae876e9975ea892e13600b8ca4fcb6844c7d0dc0108bce78f32139a73596977c2645648f8de09ac66e93bb33102e9d411aa8fae8f0b8d8e28b47fab5d9c514
SHA256: 8e70583ecd15e7b66881ee78186c84ad68833cbdfac01ddbd62c3c267901ecee
SHA1: 13c0c7a6f85accbed82e7ccd4470dcd5632f7d22
MD5sum: 51a87b4ed1633a326a6bc79699e24ae2
Description: remote network security auditor - libraries documentation
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the doxygen generated HTML documentation for the
 libraries.
Timestamp: 2026-02-24 17:04:38+00

Package: postgresql-11-pg-gvm
Source: pg-gvm
Version: 22.6.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-11, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-11-pg-gvm_22.6.12-1.pgdg+1_arm64.deb
Size: 19984
SHA512: af0148f6bfe3f73b38b4ffbe1f707f18878d1447c08355f2d5b601386cd36b9d9a2057769570b4fc16e1c75352c308f4f1a6e080df41b8b98796f3477fdf46ae
SHA256: 3de7047661e5e69c7f977a0c14f5dc2650ff55651c2d80ad74486be1076ed87b
SHA1: 26890b802703a30a5b21bdc0a8fcfc4e1171291f
MD5sum: 178d0fece5b97f2f24ee4487f06a01e1
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-02-24 17:04:38+00

Package: postgresql-11-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-11-pg-gvm (= 22.6.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-11-pg-gvm-dbgsym_22.6.12-1.pgdg+1_arm64.deb
Size: 26776
SHA512: 096f2051af185cb9e926e803e343a0f65c346cda87826c49d20b5123cd430d323ee9040ea4a3c4508162159741d37b37cb8392c0a8fb2cde4ffdd4df8076c7a5
SHA256: 0f8ac2705491131e4d699a8990b9c13051ae45fe4dfaa595e790515ed6ee3702
SHA1: 59754e0622a3eb63897ec124af52b59489655dc5
MD5sum: 0869282954b75c7cfbe8dbe94c7c8466
Description: debug symbols for postgresql-11-pg-gvm
Build-Ids: 28536856409348b81531e9db1bd443dda40928e5
Timestamp: 2026-02-24 17:04:38+00

Package: postgresql-12-pg-gvm
Source: pg-gvm
Version: 22.6.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-12, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-12-pg-gvm_22.6.12-1.pgdg+1_arm64.deb
Size: 20000
SHA512: a865ae6ac71ff5882ae5ce95dc9510dd99424d930a2f673ae38704ca603ac0d8b51a8f8aeebf36805e464ea45d82252d58e6ae24d8d836e4b1a8301e49a94a4b
SHA256: 77558b143302c6c28e6aff95b1e2e449454b17dff88dbded8d56da48d59a50ee
SHA1: 5b422a59661d8f467447f3f8dfe363d13dd01428
MD5sum: c7822fca8c485df37a0bf65da998bc6c
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-02-24 17:04:38+00

Package: postgresql-12-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-12-pg-gvm (= 22.6.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-12-pg-gvm-dbgsym_22.6.12-1.pgdg+1_arm64.deb
Size: 27364
SHA512: b04763ae7dac54d4f8258782488caa7f4289887e9bc139f5670024699a6c9bba4f3901e4114f31ba1d5218d31b338abe34165025b328f4c28b9af04cd0c38a18
SHA256: 3a67913b3cbddf6b03f07ff58bf5dac4eed2ced975897b44eac028741e9a8eff
SHA1: d592ba21cf7e5e7f36cf7c2aadaa23e7ed158224
MD5sum: 0ff76d57bc7d9b15068e6477c6b03cb1
Description: debug symbols for postgresql-12-pg-gvm
Build-Ids: 814ddddfa87d1fab1663590113b5a6da5b9dc02e
Timestamp: 2026-02-24 17:04:38+00

Package: postgresql-13-pg-gvm
Source: pg-gvm
Version: 22.6.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-13, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-13-pg-gvm_22.6.12-1.pgdg+1_arm64.deb
Size: 20040
SHA512: 6d55fdb7b0dc87072ad502184c5b64f5483de2e2dd32a2a438ab5a04621fb5f5063fc79b1d198c571abff63eb70a61f31dc13444be49c588134725c0eafd0e78
SHA256: 7d5164e51bacbcaa67f83a11697873fe4d0e799d1c273fe61422fbaea07e298c
SHA1: c7ea1ca852bb2c5be5b2a2866f8527870ee6b6ee
MD5sum: 3292cbd451268893d826aeba482d4292
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-02-24 17:04:38+00

Package: postgresql-13-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-13-pg-gvm (= 22.6.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-13-pg-gvm-dbgsym_22.6.12-1.pgdg+1_arm64.deb
Size: 27648
SHA512: dd966876f0411f7091e7d2da08a7f0a583fd1b97f7028f8bc1cf4429ded290d498e7a03159f6b58caf54175dac4dadffb6ea86c91bd6742339bc51f488791dfe
SHA256: e3095b72913e653fdc0ae19b7ead9bbadfd1921f6d6b6fb1972eccba3e831ede
SHA1: 7ad5a965cfbb6972e51ac35c7c27f106d4f7b28c
MD5sum: dd2e2f02e95d407da647bdc4a4480d77
Description: debug symbols for postgresql-13-pg-gvm
Build-Ids: 0b50a8b53188573a01fac0b4e61e57cf7dfd391d
Timestamp: 2026-02-24 17:04:38+00

Package: postgresql-14-pg-gvm
Source: pg-gvm
Version: 22.6.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-14, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-14-pg-gvm_22.6.12-1.pgdg+1_arm64.deb
Size: 20040
SHA512: 39574d17956fecfc7d29e554d7fae2cb269a088569136d11afb991e72b0a37bb2fd6051e4da2376934511009a80cdfeb3a3335c4082ac396bfc848277b102b2a
SHA256: 348a740acae89924a34b6665108d4fb4a018ee444de0dc0ddb744a9096175c49
SHA1: c31c0c38a1ea482d8e41b9f2a32e57872172a94e
MD5sum: 7ee117677d47e714baeb26570fdc8bdb
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-02-24 17:04:38+00

Package: postgresql-14-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-14-pg-gvm (= 22.6.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-14-pg-gvm-dbgsym_22.6.12-1.pgdg+1_arm64.deb
Size: 27744
SHA512: 7cc1b4b78971d5b52f25260342598593523a7676f66dc8d59e5f304e88d83ddf5701e2aa8e309a9f480bcb1a116642c1e5f9b86dbfead7bd3efa0c17721fe124
SHA256: d5882a0fdea883e913c9c75964470d63400d7c622e070f9bebe17c6e4b6218d7
SHA1: 283e8f93c8da60d096aa68d3d2dbdc485cda5446
MD5sum: 3fb509a3324bf5d92ca49635bf42b0f5
Description: debug symbols for postgresql-14-pg-gvm
Build-Ids: cff6c1c730015c007aea4f7bb2c61c738adef145
Timestamp: 2026-02-24 17:04:38+00

Package: postgresql-15-pg-gvm
Source: pg-gvm
Version: 22.6.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-15, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-15-pg-gvm_22.6.12-1.pgdg+1_arm64.deb
Size: 20072
SHA512: e12c5764cae38dd51f7bfac93650f87165d579b31610c1ee61fca687f6a777a41a1c4660e678b3433752109d7a1e19d4e12c7e74f9c073c4354ffd0779ab7e88
SHA256: 0ba7138bd6535a447ece3949031dafc6f23c9d25ffa3d9f3caaa61619ce23f94
SHA1: 2e9ee257f0bcca525af9c16fbe1c3cece8b82781
MD5sum: 16fc2b00aea7d49c54390b5e22423928
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-02-24 17:04:38+00

Package: postgresql-15-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-15-pg-gvm (= 22.6.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-15-pg-gvm-dbgsym_22.6.12-1.pgdg+1_arm64.deb
Size: 27824
SHA512: e4f717610d133562d74da9b52505845dbbb34d0908b19da51fe615a0694487e7ccd17cdefe0670a345b0cb55bf34cbf3aed1ba1ab6a2659a22f1182a28dccf4c
SHA256: 5afddf3b3fede7f840ef22048b3d95767589d2319cb470d8b474241304e389cc
SHA1: 6b88cd357cc4bf7f44102f70091f8b3f0afe78bd
MD5sum: 80b785d963afc487e879dbc180f13d07
Description: debug symbols for postgresql-15-pg-gvm
Build-Ids: 18867663086871883c2bf455d65f0e874fc3f350
Timestamp: 2026-02-24 17:04:38+00

Package: postgresql-16-pg-gvm
Source: pg-gvm
Version: 22.6.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-16, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-16-pg-gvm_22.6.12-1.pgdg+1_arm64.deb
Size: 20040
SHA512: 005dcc39bd2a4fefa335e7326a985e0530b1df42602bd5c1d75bbfcc36b05f82a4e7f52d7360e6528ea8ff8400e496797e66604090e2dac7f83731a0542d128a
SHA256: 60f125a8cfcc2a4b0d40496850271f8ed17442407adfb2612aab33078d56c0fb
SHA1: c32ea43748522c3b9e4773451ba3ddc1234fc9af
MD5sum: 0755f1711e0f9402370b65782447da7b
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-02-24 17:04:38+00

Package: postgresql-16-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-16-pg-gvm (= 22.6.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-16-pg-gvm-dbgsym_22.6.12-1.pgdg+1_arm64.deb
Size: 28732
SHA512: f8913d754be7e0a106a6d47aea4428c9482c6b167d0c1e3fd7960d4874d75733840f093fdac0d5490bbecaca8b1fc95e57b78323615e0015df8ec8161973f2b1
SHA256: b71f303fc83110b451a36326cbfc77c01a3cc59dc087f82138049cc6986b33a1
SHA1: fddfd4d7aa71aca6253da1ef288172c439e8c881
MD5sum: ec03e80b5a4ee64e569c5e231675de21
Description: debug symbols for postgresql-16-pg-gvm
Build-Ids: d79d7f2615f09226ea4db5edefe6e14fb6714361
Timestamp: 2026-02-24 17:04:38+00

Package: postgresql-17-pg-gvm
Source: pg-gvm
Version: 22.6.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-17, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-17-pg-gvm_22.6.12-1.pgdg+1_arm64.deb
Size: 20052
SHA512: a6f527f0bc90d1d1d358a001cd81f68f53ae3db7be47d651328825cb11ef7719ded5017d633ec1486ee838abef5b4045fe3cacc4bce6bbe186769f01ed9f4291
SHA256: d3625a064a216668823372dd54ac2f041c1e79e508a58367fb83e4d3da9a90e5
SHA1: 42c9f77c748fb1e4e9d772c062481fcb402b6677
MD5sum: bec4ad02bbcb5a30d8080fd36dfaf032
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-02-24 17:04:38+00

Package: postgresql-17-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-17-pg-gvm (= 22.6.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-17-pg-gvm-dbgsym_22.6.12-1.pgdg+1_arm64.deb
Size: 28936
SHA512: 564bf5930df3ca78f416f56f95b092be48c5e55a0931481874d17217ccd942407132eea238827eb49ea860c5eb8610420093cc9af2f6845ade2f3c89bb996ea2
SHA256: 88ccab3bf00b0e218370e104c8cff589da5c08f0ad002c221df47ef4a15a2b8b
SHA1: 67c59ee144e5fb44896769eed8596ed095fd77bc
MD5sum: b7ac13e0cc155ae5f4540a2183663fde
Description: debug symbols for postgresql-17-pg-gvm
Build-Ids: 67fde892e6ce1c3026929356b3e1dc5eb0286e25
Timestamp: 2026-02-24 17:04:38+00

Package: postgresql-18-pg-gvm
Source: pg-gvm
Version: 22.6.12-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-18, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-18-pg-gvm_22.6.12-1.pgdg+1_arm64.deb
Size: 20036
SHA512: 69fecc4a7ecfc26389f8ce28acc96216fd000457261d3e2c49c4c36ce0ff1e2a45e27785afb6a7225cd884105da909730a24bb0e8de9eb28e033019247a58345
SHA256: 896369a390b81fa216a9a55d968e3beedf535d0419eee170a87c9c7f873c8eeb
SHA1: 8a51a76dc79a30bca7ef0af4b6bb5a5845c96691
MD5sum: e9fd2e11bfcca54bb95e11a97140f539
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-02-24 17:04:38+00

Package: postgresql-18-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.12-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-18-pg-gvm (= 22.6.12-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-18-pg-gvm-dbgsym_22.6.12-1.pgdg+1_arm64.deb
Size: 29048
SHA512: cdf2e0c5dc76a5f7abebe1d7c47d8582f8d0d4534c11931df95a34850dcf84bf765c6d5082e2166155d6460ac0f4e7ab407cc28be61509c6b85541ee31242c6c
SHA256: 8bf2ca196e0154937752c0fb59a1e35aa02018c935bee1b6b8a9320ea6e503cb
SHA1: 5fbafa0e8e03851040053656461596d05c47a955
MD5sum: 55b48ae32b65c5341ce1f5f3f3ec6eb7
Description: debug symbols for postgresql-18-pg-gvm
Build-Ids: 92f27df4a197d03017b74569254877b4fd708da8
Timestamp: 2026-02-24 17:04:38+00

Package: libecpg-compat3
Source: postgresql-14
Version: 14.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg-compat3_14.22-1.pgdg+1_arm64.deb
Size: 23860
SHA256: 37973ec371c1622e3e5492f1f469695e9094e4a534026bc4b9fb9a0f258629cf
SHA1: f38d3e585ac5ddbbedf9788f42a0b73a5e5c665e
MD5sum: d0582d4d68c300c37d5abd60d247d32c
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.
Timestamp: 2026-02-26 12:08:15+00

Package: libecpg-compat3-dbgsym
Source: postgresql-14
Version: 14.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: libecpg-compat3 (= 14.22-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-compat3-dbgsym_14.22-1.pgdg+1_arm64.deb
Size: 17000
SHA256: 6a7155141c7bc12e6bf0bec70edac09344ac2c281083e2a3a3cddece2a351b05
SHA1: 1d750b6ac3d6b8790f97263e303593e2fbf5a920
MD5sum: 5820faf486964742759cdc74490ac261
Description: debug symbols for libecpg-compat3
Build-Ids: d3c02ad937e4da85c2e56b8f01290ed7f6944df5
Timestamp: 2026-02-26 12:08:15+00

Package: libecpg-dev
Source: postgresql-14
Version: 14.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1609
Depends: libecpg-compat3 (= 14.22-1.pgdg+1), libecpg6 (= 14.22-1.pgdg+1), libpgtypes3 (= 14.22-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libecpg-dev_14.22-1.pgdg+1_arm64.deb
Size: 277488
SHA256: 7f10d801f62f17160a5672292a957a2b09097f377263692bbd0ae66c6c2a51c8
SHA1: deba497d1045c8a3b237ecdb8f87a33cf6105b59
MD5sum: cda9fc375a3457172b6e3d36a387fdb1
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).
Timestamp: 2026-02-26 12:08:15+00

Package: libecpg-dev-dbgsym
Source: postgresql-14
Version: 14.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1193
Depends: libecpg-dev (= 14.22-1.pgdg+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-dev-dbgsym_14.22-1.pgdg+1_arm64.deb
Size: 237688
SHA256: 9e21355d1eb039a6fd51c4ef34dff523c537cfae802de5afceacdd5d8264d9de
SHA1: e85b2657b38385a5593e0104be10f0d690e8c736
MD5sum: 809b646da33b02f909bc5d213ad69093
Description: debug symbols for libecpg-dev
Build-Ids: a8dc41c460a2a41c6d110c4eee2e2bfad23baadb
Timestamp: 2026-02-26 12:08:15+00

Package: libecpg6
Source: postgresql-14
Version: 14.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 272
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg6_14.22-1.pgdg+1_arm64.deb
Size: 64632
SHA256: 65b6ac8e1a29590b2368fcdeeb0d7430c39824057838faa87157a7c4043192d3
SHA1: 12b566b28c1dbe60928f846ecd27ae38a7c70113
MD5sum: c365f71fa84f58fbd9d9172f62629254
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.
Timestamp: 2026-02-26 12:08:15+00

Package: libecpg6-dbgsym
Source: postgresql-14
Version: 14.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: libecpg6 (= 14.22-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg6-dbgsym_14.22-1.pgdg+1_arm64.deb
Size: 112948
SHA256: ad52669b3bd0067dc98c5e02c4d5cd577d650c80d3f2d9ba11bc34dc2d0c3aab
SHA1: 6c8a96804b69c9029abb1e79f3e6014806d72466
MD5sum: 92aec13bb39e9760f867378f8aa8d29b
Description: debug symbols for libecpg6
Build-Ids: f92e1cd42de4c9897d6a9866ed07dfe6b20ea935
Timestamp: 2026-02-26 12:08:15+00

Package: libpgtypes3
Source: postgresql-14
Version: 14.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpgtypes3_14.22-1.pgdg+1_arm64.deb
Size: 49652
SHA256: ee0e3983bd071ee6f456d18fb944efdd693ed8ab10c4127052745b156c5021b1
SHA1: b7382586af3ce21d004911fdb9e094ca4c5a7450
MD5sum: 3a2a4c29d7cc84dab663b9a54c563b26
Description: shared library libpgtypes for PostgreSQL 14
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:08:15+00

Package: libpgtypes3-dbgsym
Source: postgresql-14
Version: 14.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: libpgtypes3 (= 14.22-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpgtypes3-dbgsym_14.22-1.pgdg+1_arm64.deb
Size: 88512
SHA256: 772e2ec608aef482c643eebe1ecf070b563fa3b7ca60944d068655b72f87b3c6
SHA1: 80d7b9f4501d28c0e8fb4c320d55a32acfe150c0
MD5sum: cd879a1cc615ef1d847153d51f6f9a46
Description: debug symbols for libpgtypes3
Build-Ids: 314958b04cf5cd073cd3ed9685bf29e7a9797d87
Timestamp: 2026-02-26 12:08:15+00

Package: libpq-dev
Source: postgresql-14
Version: 14.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 595
Depends: libpq5 (= 14.22-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libpq-dev_14.22-1.pgdg+1_arm64.deb
Size: 147304
SHA256: 8907bad7489cfd2851812a5c10932d6754563fe9fcd3d951a335347646031fe9
SHA1: e91fd517c163dc98cbd41ade84fee7d23b957ae3
MD5sum: 8f0b4dd05615d7658aa3df7260c60cfd
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.
Timestamp: 2026-02-26 12:08:15+00

Package: libpq5
Source: postgresql-14
Version: 14.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 826
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpq5_14.22-1.pgdg+1_arm64.deb
Size: 178348
SHA256: e590c82374d3e00cdca03da3520c13fb7c5d9666b872d37f28626d9d97323bfb
SHA1: accb6dc1d1d8dadaa51f2f918d3d23c4553260c3
MD5sum: 01a8115c43fcf5b4bfdd240d3798fbee
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.
Timestamp: 2026-02-26 12:08:15+00

Package: libpq5-dbgsym
Source: postgresql-14
Version: 14.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 621
Depends: libpq5 (= 14.22-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpq5-dbgsym_14.22-1.pgdg+1_arm64.deb
Size: 273716
SHA256: 607c90741a2a66a6748519a414d7dc4847d511bcfbfbebadbbea92068c912b3d
SHA1: af964c7ff1f15fa9c13f738dbfbcf835482de660
MD5sum: de0204ff8aa385d16c68e561ea3dd22c
Description: debug symbols for libpq5
Build-Ids: fd46967a8e9a506676fc31e3033f9a138f6c9bcc
Timestamp: 2026-02-26 12:08:15+00

Package: libecpg-compat3
Source: postgresql-15
Version: 15.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg-compat3_15.17-1.pgdg+1_arm64.deb
Size: 21536
SHA512: 8f9fee9545fb9611a348f49cb25d4df2f3954fa19471c296d9a5a0a9bb90b28b5029d636062cc8a2a7b205d434637bb314f3b96af31cd48b7a5711aef1a3fe72
SHA256: f645289dd1113099eaa3595ff88d520ab154c044058a435447f40b98b2dc6a35
SHA1: 540f7529bc2620658fa00a89c037873b86cec189
MD5sum: ed8be0dd8db2a405818b5093cea8e81c
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.
Timestamp: 2026-02-26 12:07:22+00

Package: libecpg-compat3-dbgsym
Source: postgresql-15
Version: 15.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: libecpg-compat3 (= 15.17-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-compat3-dbgsym_15.17-1.pgdg+1_arm64.deb
Size: 16980
SHA512: 93788e0fe26338d17d4f7a54eae447b95d9e6bdd3c09f3416c8bc8f60446d13a3264dbaac27e8509f862fd6cf1ec0f080a50619e13c2350ee27195a67ae9e49a
SHA256: d7bda380dd9d9d10f19cd0b9ae39d0dbd323445366bf3ec35792720daeeddf23
SHA1: 01a7664c347cafa23f66390c39ff34d2e1dfb85c
MD5sum: d373f74c8eb485ed16173bd5a0eb6879
Description: debug symbols for libecpg-compat3
Build-Ids: aed218e95ff6efe266773e17b6a7334668a31af6
Timestamp: 2026-02-26 12:07:22+00

Package: libecpg-dev
Source: postgresql-15
Version: 15.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1637
Depends: libecpg-compat3 (= 15.17-1.pgdg+1), libecpg6 (= 15.17-1.pgdg+1), libpgtypes3 (= 15.17-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libecpg-dev_15.17-1.pgdg+1_arm64.deb
Size: 281444
SHA512: 07388e5ef8d26bee17d2e95c450a2163db1ef4ed78bdc22c48b9c72b2b19a4737803ad0d24a29a9d1c36cce44bde854a850655d39fee96d6688b361c24be6a29
SHA256: aa924e4a5bfe26674c5f7a09ab8db12f2e3c3cf07539c8af6edb746fd854d276
SHA1: 696eb591144a1de0f72425949142689dd529b950
MD5sum: 7a42b1b7a59147e7b4c1e594c56c3a42
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).
Timestamp: 2026-02-26 12:07:22+00

Package: libecpg-dev-dbgsym
Source: postgresql-15
Version: 15.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1221
Depends: libecpg-dev (= 15.17-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-dev-dbgsym_15.17-1.pgdg+1_arm64.deb
Size: 241900
SHA512: 6da3c69e77e486c544c9f84475604debbde9e3e1cfe2d8b624193101f3f85856857d4aaf095f13c1b0cb16f65e7327b42c22d598076e7b126b241a88c8be6041
SHA256: fe5e37c6ba061e2c2bb87896f2e3d8951f938312690119b478c177ba692e6881
SHA1: c88194015949dfa3bd23564047db95061114ae87
MD5sum: 6234c0eab547f2266f24c886037c912e
Description: debug symbols for libecpg-dev
Build-Ids: 452c65c6809ebbcd05b1ce3aa12f834a32a0689f
Timestamp: 2026-02-26 12:07:22+00

Package: libecpg6
Source: postgresql-15
Version: 15.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 276
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg6_15.17-1.pgdg+1_arm64.deb
Size: 63756
SHA512: ccf069b7725260b1c0e2cb2249ff258b224054d3e612a1f23b28c6f7bb11a322f9a6c930d22c0e088df14e52c23dd3eb793ccc4dd4656fa91f4153c8c8a4bc1c
SHA256: 79d1ebbc43fbb33216789179e9ccc1200964aee825992f34b35a757091da78a7
SHA1: 41dc4d7084bc1e876325ac2ef2949d46758ea977
MD5sum: 6a9b0c47e16779cbd6ea84379a56dcd0
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.
Timestamp: 2026-02-26 12:07:22+00

Package: libecpg6-dbgsym
Source: postgresql-15
Version: 15.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 223
Depends: libecpg6 (= 15.17-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg6-dbgsym_15.17-1.pgdg+1_arm64.deb
Size: 115812
SHA512: d774f3a86ad0a0382c0c58dec2e68cfb07f52cb228fab1b7f6b49282e7ac5e6affac5fb69e7096ac732fd2a4bff820f8b97b86becfa61ebaefb0c8f249419dc4
SHA256: 526b89c3fdfe10e7a930c821c08d7e7e21b80c2cb924a5f68db94c3d5a0e74e2
SHA1: a43ab07071311480e707395db523500b8e208153
MD5sum: e416dd307e94cd0c27d201a283ce2787
Description: debug symbols for libecpg6
Build-Ids: bfc130f9550438ead71a011eba5e976630854bb1
Timestamp: 2026-02-26 12:07:22+00

Package: libpgtypes3
Source: postgresql-15
Version: 15.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpgtypes3_15.17-1.pgdg+1_arm64.deb
Size: 47660
SHA512: 6dcbac2dfc4ac80ed4e7f776771b94e48837adce3d12e8b99103f05587f09683d0ff3a50ea3e00523278aa4ab36ec09b4a3c5c1208053d03fc63f639b39404f9
SHA256: eb36c63148172616da0ade91fa3a321685147c4a352ade255ea708289340485a
SHA1: 64d70d7408ac8556ff0b53d925af4a812fed20da
MD5sum: 9e09e600d296c02230f67e47efe2d9ca
Description: shared library libpgtypes for PostgreSQL 15
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:07:22+00

Package: libpgtypes3-dbgsym
Source: postgresql-15
Version: 15.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: libpgtypes3 (= 15.17-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpgtypes3-dbgsym_15.17-1.pgdg+1_arm64.deb
Size: 89000
SHA512: 34f5c4e72dbb299a2e5280828abe60fb19d05d6a3d0e400a08962374729eb07b6bd6b5f5a46589cda4bfaf5f150ae831c8f7f34e3e1c3bdaac2a3c0f49c02059
SHA256: 2572a46a010a3e3d021edf802ec6b40c504ffcad9ac34a220225d18130789847
SHA1: ad291be4d6da8c666a3e244d1be6a38e5bc42e2b
MD5sum: 6e1f6e9f960247118bcf1c1d05ab2055
Description: debug symbols for libpgtypes3
Build-Ids: 21233c8d9ae7d8f238edc100f71bc6ececacce3d
Timestamp: 2026-02-26 12:07:22+00

Package: libpq-dev
Source: postgresql-15
Version: 15.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 605
Depends: libpq5 (= 15.17-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libpq-dev_15.17-1.pgdg+1_arm64.deb
Size: 148180
SHA512: a05a9a15b2def0d366224433a2217e675c8ea5c7c9931c21224b7bf3778f2f20dbfb5eec07b5d77571438e9deb22450457d5478a3544540b9a6f0d1442cf95cb
SHA256: 65d6d456e8ea03b18c38e079dbc3e6192c99ad252b7d164db27b7877a9a19874
SHA1: b50312dd3f8f47a17586ab56f89d6f774d30be87
MD5sum: ae72b56c9482a100da7d908c4578b6e5
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.
Timestamp: 2026-02-26 12:07:22+00

Package: libpq5
Source: postgresql-15
Version: 15.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 914
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpq5_15.17-1.pgdg+1_arm64.deb
Size: 189916
SHA512: 00ba586f072a6e4ae204c0b8242ba9f5cbaac0f85205714b19df41c188cac24af411435b10655b7fffd4127ee1e5aae75b4b66cc5763b2d0567db431cafb6052
SHA256: b090bc8092bfdb07f38681a6677a7d6aeb6d9ff8b6aa7dcc797aa5970f841286
SHA1: 47b5dceaa515ea99958d07157ce6bf14d6a62a0b
MD5sum: 3c98762ad8dfa3d89fc15e688ce47113
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.
Timestamp: 2026-02-26 12:07:22+00

Package: libpq5-dbgsym
Source: postgresql-15
Version: 15.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 642
Depends: libpq5 (= 15.17-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpq5-dbgsym_15.17-1.pgdg+1_arm64.deb
Size: 284108
SHA512: 981635fc1116c260c3d98fae092756c3e6308444e581341378e4b6e56c9ecf374b1d1122e623ba2f048f3ae2f12ee87d42f063167b080741cb303c28b3382770
SHA256: 692e5f54c455c42faabfaf2b91fd4e711e5f36d918175796a113603fbecc4430
SHA1: 78ebda98c80c6a6e067c061c8c0692e76a745776
MD5sum: c762608ce575c0db9ac76df184f7cdc2
Description: debug symbols for libpq5
Build-Ids: 45d87c53e78b5ec5de6e0c1b642e3f14dd1ec421
Timestamp: 2026-02-26 12:07:22+00

Package: libecpg-compat3
Source: postgresql-16
Version: 16.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libecpg-compat3_16.13-1.pgdg+1_arm64.deb
Size: 20508
SHA512: d08f04e320088ff10aa517a7acfdcc36d5eb30381c09b4b7accd75196964ad74c83e0e2f614e97f734cc012ce5bd5b23e1fdc9b7b027c32cfd698b73d58a0111
SHA256: 84e58e7252dbd10c8888a56510b82f05736775474c2abe0975b12233226944b8
SHA1: 3f3be3bd8f66a20df27c8f0e6a1c641ff13128dd
MD5sum: 84133708e24e8c2672a43971ae9cf0c7
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.
Timestamp: 2026-02-26 12:05:50+00

Package: libecpg-compat3-dbgsym
Source: postgresql-16
Version: 16.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: libecpg-compat3 (= 16.13-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg-compat3-dbgsym_16.13-1.pgdg+1_arm64.deb
Size: 16960
SHA512: edaf2b252992acd5cafb5faefefc616022bfab9e3e608bea09bbdf1262199b8f173cce8b2cf3812a406623de5d5ea588b778e03f6c4f204ba8aa1cfdf1f7d123
SHA256: 64017c4568d1e747c825bb98b69c3a309bec14365698a8f8969d80178c2be347
SHA1: 3c08d5c87011a599a2fa5b86d5f481a45e5b2a1a
MD5sum: 0098b7036da6f10744a856b9d46b5e3b
Description: debug symbols for libecpg-compat3
Build-Ids: 2266611e2476335a87bf94b3258dc2f349abf2d7
Timestamp: 2026-02-26 12:05:50+00

Package: libecpg-dev
Source: postgresql-16
Version: 16.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1703
Depends: libecpg-compat3 (= 16.13-1.pgdg+1), libecpg6 (= 16.13-1.pgdg+1), libpgtypes3 (= 16.13-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/libecpg-dev_16.13-1.pgdg+1_arm64.deb
Size: 283444
SHA512: dc6eaf265406b9adb78f057d05f56c038fd175acf353f3e25cda86f2f5d644fd73c541719205bd12b953d871c1a1ec326a1e45f21f5865170d74cb7ce40e70db
SHA256: 460d4c8d729dfe0e5d10e010e54218505a9c65634d3048b145914ea975a07dc3
SHA1: 320ea207380d1b6ec3f4d6d238756a3bf3370a64
MD5sum: 01b7843d1b4bd57562a18247eb167f16
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).
Timestamp: 2026-02-26 12:05:50+00

Package: libecpg-dev-dbgsym
Source: postgresql-16
Version: 16.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1237
Depends: libecpg-dev (= 16.13-1.pgdg+1)
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg-dev-dbgsym_16.13-1.pgdg+1_arm64.deb
Size: 243656
SHA512: 6488477ba72c10bb1bfb79c71c198bc8e60edc0ed4363a61e9527884e169b02b9586167664319d4dc8499d3591684c008c70d56751bf6b36c18a2115ee3c93a3
SHA256: d5ac03198141ccde48991d60f089c03af6051279326646b3a3a2ae5564b741a0
SHA1: 66fdb0f0ace21133d9598273462f8901f68ea4cf
MD5sum: f4a0926c373d581144d26c5d5d9426e6
Description: debug symbols for libecpg-dev
Build-Ids: 20b11c8beb6de2a3856befbc10616806d77dcdf5
Timestamp: 2026-02-26 12:05:50+00

Package: libecpg6
Source: postgresql-16
Version: 16.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 281
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libecpg6_16.13-1.pgdg+1_arm64.deb
Size: 63292
SHA512: cc47685b0fe2ae04a17b9e55257253cb148de344feb8c5d19c8b217347e86f74530a16859e89d7cb83e6768267d8b28738485f7c0b421a39a846066a4c16ea9b
SHA256: 9c73286e1cda2d1ceb97cbc177ac11771a6c514616e1c82e2679d413191942fc
SHA1: 3472e995e3f896984bd725cbe0ee466cf199ece4
MD5sum: f06cd06a04ac190804dec9a7d0a9d3ed
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.
Timestamp: 2026-02-26 12:05:50+00

Package: libecpg6-dbgsym
Source: postgresql-16
Version: 16.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 223
Depends: libecpg6 (= 16.13-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg6-dbgsym_16.13-1.pgdg+1_arm64.deb
Size: 115488
SHA512: 8faede44148b741ab110fe900e881f299e3fd65d2e5fd4c44e585ab4bba746eb533d4929e61797232beb3db6a92df1ebc8d7129934f403061fba2e939f0a7219
SHA256: 9574b342849b9fd9d031ba27fefeb5fc35d04b668ac0703e821fd095a6df61eb
SHA1: 3e684292fec7d48045b31322db3ebc0bfc25e909
MD5sum: f7de45118499db4081ac63f846f2aabc
Description: debug symbols for libecpg6
Build-Ids: 36db160b615f76f7fb63a41fc7b404604e737293
Timestamp: 2026-02-26 12:05:50+00

Package: libpgtypes3
Source: postgresql-16
Version: 16.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libpgtypes3_16.13-1.pgdg+1_arm64.deb
Size: 46812
SHA512: 967c308541eab43db342cb3abcb97f14af53992094f889a40e8f094862741dcc4f92b77f7bb370d7498b7d49bd258c1421b22a2abed740713cbb43212c3af14f
SHA256: 41a6a3c1d19684eb780bcb42c94063d8d470fb0e5c805bdef7c15d8a7ad453cb
SHA1: f776158cb5a52a8d5907018377b106e643790920
MD5sum: df10a75bd596bf47f5ebc2d3ae84a1a6
Description: shared library libpgtypes for PostgreSQL 16
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:05:50+00

Package: libpgtypes3-dbgsym
Source: postgresql-16
Version: 16.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: libpgtypes3 (= 16.13-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libpgtypes3-dbgsym_16.13-1.pgdg+1_arm64.deb
Size: 89288
SHA512: 0e5859fb5890911c9b123853cc4a7fa3c668c3d836cc75d90e84bb65d4f0fba2f80b77ddeb05d60488b8c7a1d4984c7a085e3c54a61c162e2349d05f46ac92ef
SHA256: 2a92ef686ee0a59388e6ac5eab30990f529828377b5b9450ce0cd1a8bd4f9aa5
SHA1: 14780a8288db541288c786fd3677ac8c7938e74c
MD5sum: 0cabba59fb4af48b6314c5eb2e9e095f
Description: debug symbols for libpgtypes3
Build-Ids: 09cb1bc19ca32a7f1cf0c583b18292f5795caf8b
Timestamp: 2026-02-26 12:05:50+00

Package: libpq-dev
Source: postgresql-16
Version: 16.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 604
Depends: libpq5 (= 16.13-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/libpq-dev_16.13-1.pgdg+1_arm64.deb
Size: 148452
SHA512: f88e7c1343b4d764fe3e8a755ccc42203c3cf7909e10be514bf01cd0608d1715ef775ee5fc49be1e00eb3f6917dbf54db010c17c80c9cecc53ad6d8468aba729
SHA256: 7f7c6dfebf8b09314bf74f2fc17af3c052cb9ec14d21af010ac1a956816fd357
SHA1: 6488af7b340896ec57ce808f1c333ffb21e61fe3
MD5sum: 89800eea17f5e1f8006a3af7fb5df40b
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.
Timestamp: 2026-02-26 12:05:50+00

Package: libpq5
Source: postgresql-16
Version: 16.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1102
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libpq5_16.13-1.pgdg+1_arm64.deb
Size: 219864
SHA512: d2f0652c03b50e6492b8d9d97b59e1ba912d7b139f52de99c1373540f962de4d0a3aecead677bc480ef235b66d1a72dd7de0f96f96e1a839f5a20f80bd236813
SHA256: cad30bb1b71ee7ee6cdb58512e5fb35ecf58ee78c9caf708ddef389178b5b3e1
SHA1: c8db4139e224a36d108942f508bb248e5e63df77
MD5sum: 658dbffbeef1047f6fd070880df8dd0f
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.
Timestamp: 2026-02-26 12:05:50+00

Package: libpq5-dbgsym
Source: postgresql-16
Version: 16.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 659
Depends: libpq5 (= 16.13-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libpq5-dbgsym_16.13-1.pgdg+1_arm64.deb
Size: 291892
SHA512: 48866f0c00737a65dff2864c6db454e47e454d8512f94d6218560899c59b35ff227e21cb4387431065b6cbffe789cd29141d1cdfe7b4b64d522f305d67c7c6db
SHA256: 1ab8a800e810d697341897b7eb17635ad4baf0a694f049bfa286c3941789d098
SHA1: 87bf5f231c184a756cdb1bf0767410405cbbc69d
MD5sum: f2e451d72ccfc5017852f347eee05f70
Description: debug symbols for libpq5
Build-Ids: ea08120c451a33716667c5f1d4273cd9857d0aa6
Timestamp: 2026-02-26 12:05:50+00

Package: libecpg-compat3
Source: postgresql-17
Version: 17.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libecpg-compat3_17.9-1.pgdg+1_arm64.deb
Size: 18156
SHA256: ee10a819dc366df03a1c02d670b9d6cf814c7d83ca3052248f4b5d69dc9632dd
SHA1: 059e54283da0ce26e716d47ed468b5fcad47e5d2
MD5sum: 169b6fe0b25e0af3bd63158a5eae15a5
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.
Timestamp: 2026-02-26 12:01:32+00

Package: libecpg-compat3-dbgsym
Source: postgresql-17
Version: 17.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: libecpg-compat3 (= 17.9-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libecpg-compat3-dbgsym_17.9-1.pgdg+1_arm64.deb
Size: 17028
SHA256: d527f4ba1b93e78525f5e7eb2be464261151b3bf083bba039c80a080ccb89937
SHA1: 1e71db2a197feac8c609c88947ed09800dcaac03
MD5sum: 9e52718c0d35289ef0d8c1103cd0a515
Description: debug symbols for libecpg-compat3
Build-Ids: fe64a0bcf24242bd966953615fee37d17b8fd067
Timestamp: 2026-02-26 12:01:32+00

Package: libecpg-dev
Source: postgresql-17
Version: 17.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1701
Depends: libecpg-compat3 (= 17.9-1.pgdg+1), libecpg6 (= 17.9-1.pgdg+1), libpgtypes3 (= 17.9-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libdevel
Filename: pool/17/p/postgresql-17/libecpg-dev_17.9-1.pgdg+1_arm64.deb
Size: 287220
SHA256: 89ef31a4316c98631d07a3d5a7abb892f97f92cefd6d80ac12c56d2973210a40
SHA1: 4b6fceed2d29f6f8c37fce9226f5f85c7d689720
MD5sum: 8bbcde7dd55e78e2352e75b8da4d17cb
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).
Timestamp: 2026-02-26 12:01:32+00

Package: libecpg-dev-dbgsym
Source: postgresql-17
Version: 17.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1303
Depends: libecpg-dev (= 17.9-1.pgdg+1)
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libecpg-dev-dbgsym_17.9-1.pgdg+1_arm64.deb
Size: 249940
SHA256: 0367bc5355f22d2beffa6ca784bb92122895c3117b9f4bf69b7adc08cc41723a
SHA1: f0806153ad4f27b1ddb70520cb140757de14ae42
MD5sum: e7e6050ca81f2ce80592d2a2fff765d5
Description: debug symbols for libecpg-dev
Build-Ids: ee340edac433ac40cb5a46b797ea4d256a7de4ed
Timestamp: 2026-02-26 12:01:32+00

Package: libecpg6
Source: postgresql-17
Version: 17.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 279
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libecpg6_17.9-1.pgdg+1_arm64.deb
Size: 60868
SHA256: aa95ea58b738931226820a81a999c751e6d9a3833a1fa8800913dc949071c326
SHA1: f976a1dbcae1ab155d7b557b5e4cd3bcfb74454f
MD5sum: ad4f9bbba9e3333cb5a3300252245cd2
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.
Timestamp: 2026-02-26 12:01:32+00

Package: libecpg6-dbgsym
Source: postgresql-17
Version: 17.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 223
Depends: libecpg6 (= 17.9-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libecpg6-dbgsym_17.9-1.pgdg+1_arm64.deb
Size: 115408
SHA256: 2070c944365fbbf84ca56c2b1a51a8b7ee8ea96ca129de1bca97f006f837f6b2
SHA1: 19a2b1eb2b7b5510d9233cf02f47f6505c2f0d61
MD5sum: f41a743a17da40cccabde90a8d6b747c
Description: debug symbols for libecpg6
Build-Ids: 8c2bf143b6967e0bca96725e78b32fe7eceab50a
Timestamp: 2026-02-26 12:01:32+00

Package: libpgtypes3
Source: postgresql-17
Version: 17.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 165
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libpgtypes3_17.9-1.pgdg+1_arm64.deb
Size: 44416
SHA256: 9ebfd1cfa5f733ae8b1fda0cf9e2c67f8bdca8bd8379293cf614f35ed0f7a36f
SHA1: 794461c7c9b9ebe902a4c853e9f941469e623fb3
MD5sum: b3dc96350c1965e260288cdf3feba245
Description: shared library libpgtypes for PostgreSQL 17
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:01:32+00

Package: libpgtypes3-dbgsym
Source: postgresql-17
Version: 17.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: libpgtypes3 (= 17.9-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libpgtypes3-dbgsym_17.9-1.pgdg+1_arm64.deb
Size: 89256
SHA256: 43d83796948cf9a4c2170119f1ff92f265de2e6fb10d9b457785f3c16ed1e9bb
SHA1: 79556c7ae8cd63f9747f7194803740802e22b2f4
MD5sum: 788c95f8ae5b0db4152c0a7d38b67191
Description: debug symbols for libpgtypes3
Build-Ids: a7c7b6c56709e41b6eb49f8d108a264f2e1b347a
Timestamp: 2026-02-26 12:01:32+00

Package: libpq-dev
Source: postgresql-17
Version: 17.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 621
Depends: libpq5 (= 17.9-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libdevel
Filename: pool/17/p/postgresql-17/libpq-dev_17.9-1.pgdg+1_arm64.deb
Size: 150320
SHA256: 49c2fd7851130d1125a8bd28412c5a01860e8c56b4eeb79b3bf262cc644e3df7
SHA1: 450d100d453cdd55991326475438f29ab1b8f827
MD5sum: 5e4cf8e260bb43aa0555230f581f6da3
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.
Timestamp: 2026-02-26 12:01:32+00

Package: libpq5
Source: postgresql-17
Version: 17.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1113
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Recommends: ca-certificates
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libpq5_17.9-1.pgdg+1_arm64.deb
Size: 223168
SHA256: d0e7e06ac14d94ccde5c8a30315e53b46ac7563a82c4c19264c4a8f0268a65be
SHA1: e1fe600c37af3cef858bb805b740f6c631165276
MD5sum: 815fd54402dea8c5b92c19915306a392
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. SSL certificate validation (the sslrootcert=system connection
 option) requires the ca-certificates package.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:01:32+00

Package: libpq5-dbgsym
Source: postgresql-17
Version: 17.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 674
Depends: libpq5 (= 17.9-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libpq5-dbgsym_17.9-1.pgdg+1_arm64.deb
Size: 299308
SHA256: 8d7f06c30330f838dfcef6fdab1e9f348c402bb0a005d644c2172982fed1845f
SHA1: c9ef4911f13567d477c670b52fc41d8e66768869
MD5sum: efb0fbb4e9f14f800e83d660342fe320
Description: debug symbols for libpq5
Build-Ids: 62b203855b4302308545ee0be70d1a515e585d0d
Timestamp: 2026-02-26 12:01:32+00

Package: libecpg6
Source: postgresql-18
Version: 18.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 276
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libecpg6_18.3-1.pgdg+1_arm64.deb
Size: 58512
SHA256: 5c0500a47f314aa5f5e5d3ebd01cb7b775dfa4f94044aa3f318976772b674160
SHA1: 69d8543cba0df3b46ed8afc1094defbf1fc33c67
MD5sum: 35b2b3632f65cf71f7f9ef633ee1218a
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.
Timestamp: 2026-02-26 12:12:29+00

Package: libecpg6-dbgsym
Source: postgresql-18
Version: 18.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 222
Depends: libecpg6 (= 18.3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libecpg6-dbgsym_18.3-1.pgdg+1_arm64.deb
Size: 114688
SHA256: ffcf0e724a753d63054cae309b2d8e3790d5e9578faef5b9a66b33806482439b
SHA1: a7cdc7deca45420519d62e503085793dc5237933
MD5sum: 55227c557b00879aa69b695bcc12122a
Description: debug symbols for libecpg6
Build-Ids: db02d0487749ab7b6f248592a31a27bec3a7ba5b
Timestamp: 2026-02-26 12:12:29+00

Package: libecpg-compat3
Source: postgresql-18
Version: 18.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libecpg-compat3_18.3-1.pgdg+1_arm64.deb
Size: 15644
SHA256: 43802a3acbcbd25bdc991e1430ea5a01c215da177e502f02c5cdbe9703952e48
SHA1: f06db40f99bd06ce623aaa615930c3b3fc16c0b9
MD5sum: 453d5a0fcb15e26641b09bf2847ad22e
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.
Timestamp: 2026-02-26 12:12:29+00

Package: libecpg-compat3-dbgsym
Source: postgresql-18
Version: 18.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: libecpg-compat3 (= 18.3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libecpg-compat3-dbgsym_18.3-1.pgdg+1_arm64.deb
Size: 17064
SHA256: f57285d4fd74a8289c4430b7ec9a908577948d3379ed686ea479efe78be51d7c
SHA1: a3a64c93e0a8af9206992b6e210396d782eb834a
MD5sum: 9c72afd8512174b1d4b98e20aa751b1e
Description: debug symbols for libecpg-compat3
Build-Ids: 46673811b00fb3560ea9c43f0426a0f955740706
Timestamp: 2026-02-26 12:12:29+00

Package: libecpg-dev
Source: postgresql-18
Version: 18.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1568
Depends: libecpg-compat3 (= 18.3-1.pgdg+1), libecpg6 (= 18.3-1.pgdg+1), libpgtypes3 (= 18.3-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-18/libecpg-dev_18.3-1.pgdg+1_arm64.deb
Size: 252384
SHA256: b234bb506b96029c0aa8476caf557b5f830d74b8003d5bbbbebfe04d125b0688
SHA1: 6a6bf345f70d458ace7e856401f1a8679fc54a46
MD5sum: 5c2eb62ab4a0abd516a947e14b7d3e14
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).
Timestamp: 2026-02-26 12:12:29+00

Package: libecpg-dev-dbgsym
Source: postgresql-18
Version: 18.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1059
Depends: libecpg-dev (= 18.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libecpg-dev-dbgsym_18.3-1.pgdg+1_arm64.deb
Size: 170928
SHA256: 32aece5a0034275a3e77101e7bcc229c168b3dc08cfeaafa39c650efd85c3982
SHA1: 3f133e1276dd7125f9964b414f1ea26fbb183c9a
MD5sum: 8e7cf418516883c9052720d9ee11bb0b
Description: debug symbols for libecpg-dev
Build-Ids: 06386d43a5b259ad071583690624fa7e9a67b7eb
Timestamp: 2026-02-26 12:12:29+00

Package: libpgpool-dev
Source: pgpool2
Version: 4.7.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 267
Depends: libpgpoolpcp3 (= 4.7.1-1.pgdg+1)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libdevel
Filename: pool/main/p/pgpool2/libpgpool-dev_4.7.1-1.pgdg+1_arm64.deb
Size: 153108
SHA512: 66cd2868aac0d2f279a3e28264ded62e8602e226a901f9f0e5eaac414250ad3f27c4afb067a95af7a0829a46b89c2033bd698c2e76206e808d762c302e685465
SHA256: 6b6f6b8f856e6e77daf123a102810a2dd52f0ae579229a1ba17a798c70254ff2
SHA1: cbcb189ca11ced52e7125c7bccb7484806b9b609
MD5sum: da42b5842df71a33ef829683c650f7a9
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).
Timestamp: 2026-02-26 12:12:29+00

Package: libpgpoolpcp3
Source: pgpool2
Version: 4.7.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 196
Depends: libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libs
Filename: pool/main/p/pgpool2/libpgpoolpcp3_4.7.1-1.pgdg+1_arm64.deb
Size: 141332
SHA512: ebf77c3098943fab925b6fb1c3dc302955299be820d8f04e3aa2e7a14ec186ca5452944f36787c41714dc3f30cdb448a3616e8aa5cbc666e42efb8fa469e34b5
SHA256: 69229b968a039f673cc64f31927366aebac7d250732ba990d185bdd79b8ca0d3
SHA1: 6277aa26fccdb69e737c34b7e0f8bc96f8bb3059
MD5sum: 1d9b1964234b2eb7e76d3a7bc1257b36
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).
Timestamp: 2026-02-26 12:12:29+00

Package: libpgpoolpcp3-dbgsym
Source: pgpool2
Version: 4.7.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: libpgpoolpcp3 (= 4.7.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/libpgpoolpcp3-dbgsym_4.7.1-1.pgdg+1_arm64.deb
Size: 66876
SHA512: fd753c30b4fde243790fe8b044ce1109ea161d1256009bbc2183c5036c0038e07b5d2104c84f1ee1f409a896922235235ef64cebea1f5eca03a1d39f25348ff1
SHA256: 7bbdf3f5dab8c7a70045dd83c1a3094f0bf242635bc03ca329d4bed6a7339dbd
SHA1: 29dce74334aa74a63b41c8eb7b91ab9abe7e49a0
MD5sum: b527c20043f414d87d02c5d24b933700
Description: debug symbols for libpgpoolpcp3
Build-Ids: 23407b6b16a9e7cdf3c952ce4909326be9d8f951
Timestamp: 2026-02-26 12:12:29+00

Package: libpgtypes3
Source: postgresql-18
Version: 18.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libpgtypes3_18.3-1.pgdg+1_arm64.deb
Size: 41888
SHA256: d9c50845f460cf435fee0a38f0c74741a98a25801a06e7c6fb9766ed828fa042
SHA1: fe8ebb3777718ee4de886cd1116a32f97f1cb50f
MD5sum: bd1a837d7d6a5c3905df00ff7a48e9e5
Description: shared library libpgtypes for PostgreSQL 18
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:29+00

Package: libpgtypes3-dbgsym
Source: postgresql-18
Version: 18.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: libpgtypes3 (= 18.3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libpgtypes3-dbgsym_18.3-1.pgdg+1_arm64.deb
Size: 89760
SHA256: f62d1a6ad53673a6743de9a61096e6e5cc09329eff8b3a47f0b97419bd8f3d66
SHA1: 4d554a8f7e8c53d2f310946df82445e5de3a885c
MD5sum: 15caabf922088a2453accbbcd7e6fad9
Description: debug symbols for libpgtypes3
Build-Ids: 343847d1a7249426af976dc520d33f5b706ac640
Timestamp: 2026-02-26 12:12:29+00

Package: libpq5
Source: postgresql-18
Version: 18.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1302
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Recommends: ca-certificates
Suggests: libpq-oauth
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libpq5_18.3-1.pgdg+1_arm64.deb
Size: 251852
SHA256: a87c81f2a6eba9ccda80926ea8519afc4b7ccedabe43b2aced94a80030df8727
SHA1: 5d02c86c353b37912e5efe9cd61d4c95376266ea
MD5sum: ce158b8a9229ba57acfd6876f98023f2
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. SSL certificate validation (the sslrootcert=system connection
 option) requires the ca-certificates package.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:29+00

Package: libpq5-dbgsym
Source: postgresql-18
Version: 18.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 756
Depends: libpq5 (= 18.3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libpq5-dbgsym_18.3-1.pgdg+1_arm64.deb
Size: 342820
SHA256: 7c6fbe8f31845532ed4b6021e2c1112bad41f9caf60d50328a829f0a5c57ec58
SHA1: d48d55d832a41db265e5a2a6d1333c27e25ff052
MD5sum: f6cf6234858ccef27c99308fd20086ba
Description: debug symbols for libpq5
Build-Ids: b5f5f93ce56caa651f07d16efa9dc2ad00e557e4
Timestamp: 2026-02-26 12:12:29+00

Package: libpq-dev
Source: postgresql-18
Version: 18.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 704
Depends: libpq5 (= 18.3-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-18
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-18/libpq-dev_18.3-1.pgdg+1_arm64.deb
Size: 165040
SHA256: bd05094823e100cc7b1ace91de8f2dddd7554bac2bcfe8a19212f2a1cd848674
SHA1: 36be8dbcd57ffcbd3ca07ea3f9bfdb3c4c7d38a2
MD5sum: 0e6dd19f73911e46a3554fc6e0be1ae0
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.
Timestamp: 2026-02-26 12:12:29+00

Package: libpq-oauth
Source: postgresql-18
Version: 18.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 160
Depends: libpq5 (= 18.3-1.pgdg+1), libc6 (>= 2.38), libcurl4t64 (>= 7.16.3)
Provides: libpq-oauth-18
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libpq-oauth_18.3-1.pgdg+1_arm64.deb
Size: 38708
SHA256: 24b0e33be5b85df102731dec939e36d29b4c805dcbd4ec3d502837b2e8070354
SHA1: 27d61de27e3b9d8d18f5420cdc8618caf0ae3b74
MD5sum: 5504de74531b4a89e346f12e1a148e15
Description: PostgreSQL C client library - OAuth flow
 libpq-oauth is an optional module for libpq5 implementing the Device
 Authorization flow for OAuth clients (RFC 8628). It is maintained as
 its own shared library in order to isolate its dependency on libcurl.
 (End users who don't want the Curl dependency can simply choose not
 to install this module.)
 .
 If a connection string allows the use of OAuth, and the server asks
 for it, and a libpq client has not installed its own custom OAuth
 flow, libpq will attempt to delay-load this module using dlopen() and
 the following ABI. Failure to load results in a failed connection.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:29+00

Package: libpq-oauth-dbgsym
Source: postgresql-18
Version: 18.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 201
Depends: libpq-oauth (= 18.3-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libpq-oauth-dbgsym_18.3-1.pgdg+1_arm64.deb
Size: 103728
SHA256: 388ceb6d6617419898f4e256496b386dae3f4beb44ce58cac2c56fd3b0e90aec
SHA1: 1345ccd52da036fec89211efb87fe06f955d896f
MD5sum: 97be2acb869844258124badf8784607b
Description: debug symbols for libpq-oauth
Build-Ids: 6db8ba849a5a4f0c767adefe7aa7ada05a7242c3
Timestamp: 2026-02-26 12:12:29+00

Package: patroni
Version: 4.1.0-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1527
Depends: python3-click (>= 4.1), python3-consul (>= 0.7.0), python3-dateutil, python3-prettytable (>= 0.7), python3-psutil, python3-urllib3, python3-yaml, python3-ydiff, python3:any, python3-psycopg2, python3-cdiff
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_4.1.0-2.pgdg+1_all.deb
Size: 287128
SHA256: e653d7bed92b30de78c56cc44f6c1f759376c766f0368fb2f9015dac92a913bb
SHA1: 7357e57bf29f77fe9a86f72cecc072255b52ee3f
MD5sum: 2b89b483778316d7d6cd42692accb518
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2026-02-26 12:12:29+00

Package: patroni-doc
Source: patroni
Version: 4.1.0-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7320
Depends: libjs-jquery (>= 3.6.0), libjs-sphinxdoc (>= 8.2), sphinx-rtd-theme-common (>= 3.0.2+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_4.1.0-2.pgdg+1_all.deb
Size: 555496
SHA256: d510c127dca034dc0db7a8684504c9d9703147aa224088b54d53a9d4b485a183
SHA1: 95388f105f266b3e8b3adc3250fcb35964700e77
MD5sum: 044c9f91334a471cd67dfd7b92a7d541
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2026-02-26 12:12:29+00

Package: pgpool2
Version: 4.7.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7821
Depends: libpgpoolpcp3 (= 4.7.1-1.pgdg+1), postgresql-common, ucf, libc6 (>= 2.42), libcrypt1 (>= 1:4.1.0), libldap2 (>= 2.6.2), libmemcached11t64 (>= 1.1.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3t64 (>= 3.0.0)
Enhances: postgresql
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/pgpool2_4.7.1-1.pgdg+1_arm64.deb
Size: 1263624
SHA512: 2440bf0847b0e12206d5c5313f22009bf36cbba1f061f22d4cd73c403322259e05b21a842d03f739f071cde3ce0abf9798a22679e0e93a9128f87753a8f63a8f
SHA256: b1154d404bdba15914e8bf086ea4d7807bb8b47e02975c2990dd909ba6731cea
SHA1: c071081da024f7a985bf8c4e61978a0da4acfdf2
MD5sum: df4f134d3e541e2e21d622d4cfa9f096
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.
Timestamp: 2026-02-26 12:12:29+00

Package: pgpool2-dbgsym
Source: pgpool2
Version: 4.7.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5114
Depends: pgpool2 (= 4.7.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/pgpool2-dbgsym_4.7.1-1.pgdg+1_arm64.deb
Size: 2086468
SHA512: 88dd90777834b69d7260adbfcb46667d3b63370fd58c0e318e180afb5216db2af4dc2042df37ff2d64668304e9dd967f612e3efb7ef49ba5dea0c820a9ecd2f7
SHA256: c1aa57b9e0399c2432e6c44b269eb9aeb26d606db853393fb14cbbe783b7f2d5
SHA1: 904a0124ccda36fcc6159eb9769bb6ca44fe2045
MD5sum: 39885e9b6ecef1a8849d7c0154c27c2d
Description: debug symbols for pgpool2
Build-Ids: 1573109c69f76465fbd84d70095182901e0c6199 35c554fe34e45054aa0c4d95ada1fa6aaf0d00e3 58ab667881b4cc9331ae344944423df80079d40b 752122b5e7b15fccac42e8eb8007c3e3d9d8703a 822df06a43f93fee019651228e287913ff24b7cf 85987637e3e278f4b15787b376e4008f0c654406 db9a6de7ac49fc4cbec030c14419beabe1e34e57
Timestamp: 2026-02-26 12:12:29+00

Package: pgwatch
Version: 5.0.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37675
Depends: systemd | systemd-standalone-sysusers | systemd-sysusers, libc6 (>= 2.34)
Suggests: grafana, postgresql, prometheus
Homepage: https://pgwatch.com/
Priority: optional
Section: database
Filename: pool/main/p/pgwatch/pgwatch_5.0.0-1.pgdg+1_arm64.deb
Size: 12331128
SHA512: 85fc79cdc79b6c6f9991414f64f117cb130f1ef83a0aeaf729e9ee8795499782488bfbce53bd1a31344767ec5de197ed29fda26b2fc0254e7cd70374eabfe3dc
SHA256: 40d59b139d72118c56f4d1fc0100593f4d4639cc99ef7ad6aa8ff378ce821a9e
SHA1: 83c4d456535050563521137b5f637a5b7eb6a181
MD5sum: 853845c60c943f108d17f581acd45be8
Description: PostgreSQL metrics monitor/dashboard
 pgwatch is a PostgreSQL monitoring metrics collector, using Grafana for data
 visualization.
Timestamp: 2026-02-26 12:12:29+00

Package: pgwatch-dbgsym
Source: pgwatch
Version: 5.0.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9793
Depends: pgwatch (= 5.0.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgwatch/pgwatch-dbgsym_5.0.0-1.pgdg+1_arm64.deb
Size: 7043012
SHA512: aaf223456446e335a06531d6b67c5b327076da3e42607bd0447ff4ac51b61d1b680f6d59a61be267269adcd6106eaa72b6db625d38b96072c86cec0e0e2a42cd
SHA256: 706500a0106750012f85f25c4b4463e06c81b72ce4efd55564f9817559f833aa
SHA1: 8beda355b6f89b850f20b10f6afd78316096df53
MD5sum: cd0372f1cce4b1abc8f1eff398b00dbb
Description: debug symbols for pgwatch
Build-Ids: 508dc42fb5604e6e957baa34581f88037c488fe0
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql
Source: postgresql-common (290.pgdg+1)
Version: 18+290.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27
Depends: postgresql-18, debconf (>= 0.5) | debconf-2.0
Suggests: postgresql-doc
Provides: postgresql-contrib (= 18)
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_18+290.pgdg+1_all.deb
Size: 10892
SHA512: 6dc32cfafdec9a662e4fe5350a96ed2c20f1a603719b7f99ae4988777de01f5f9c41651f8423dfa347091146b7d1cc1597f83fc7a45ad23c2393648997092dfa
SHA256: abc9157e1d5116de1ad3946d4b5242c2885fd226e935f42432ed9ff65b2a9ab4
SHA1: 379d34f711bd90d2d8d6f3ded24f3bb70192aeb5
MD5sum: eb532806902792f3cbb16c14cd481cbb
Description: object-relational SQL database (supported version)
 This metapackage always depends on the currently supported PostgreSQL
 database server version. It also offers to automatically upgrade the
 "main" database cluster to the lastest supported major 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.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-10-pgpool2
Source: pgpool2
Version: 4.7.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 399
Depends: libpgpoolpcp3 (>= 4.7.1-1.pgdg+1), postgresql-10, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2_4.7.1-1.pgdg+1_arm64.deb
Size: 134156
SHA512: af3523ad960df5162cf39a6fb5d3e11232635bf874abb224486d5ed1f2b2e30b0121f3cf9c5b801ac9ca7197ec8669b9bf51504285ebfbb2afc2bfe11df77f85
SHA256: be871cb8ef26dbb5c308dcccefca72f60f48cc3390ef3445ad19dae33fa2a25a
SHA1: cebe95b63a2ac0c65aae8ec2faf57cb76bfe998a
MD5sum: 653850a2a92f40376c7c7e5fbf91c1d9
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 10 server:
 .
  * pgpool_adm
  * pgpool_recovery
  * pgpool_regclass
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-10-pgpool2-dbgsym
Source: pgpool2
Version: 4.7.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-10-pgpool2 (= 4.7.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2-dbgsym_4.7.1-1.pgdg+1_arm64.deb
Size: 56460
SHA512: 8d7c6f9bace4aca03ac6f3c287f3a409d3013521f567d7d1dde0492200c770a4593e4372473a55acd6d59c2d64d21b32d545e9d25fbdf9235c52b23636c8ceb5
SHA256: 47b3c712c362649f217690da69b2140e007a9cf292bef0dd7122922a3183c078
SHA1: 0db01532cea1e804cd980996494da0474eaffc90
MD5sum: 498e57f20b61e0d36e294c06a812996c
Description: debug symbols for postgresql-10-pgpool2
Build-Ids: 86fbbefd111b39463a3f1542948113ae724d2611 bb6eb551944d228b2a05a0e4faf81cd99afca81f e0be4d5d89230b64cfcffd01ef8e77d065125577
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-11-pgpool2
Source: pgpool2
Version: 4.7.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 399
Depends: libpgpoolpcp3 (>= 4.7.1-1.pgdg+1), postgresql-11, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2_4.7.1-1.pgdg+1_arm64.deb
Size: 134124
SHA512: a94b88ef2e28159320552dc3ea2df64b02b1cf2c95f90c26e47a88be0a69b6fe168af822bdb3b760eed861a78aa1347d969014d28f26f6afd01ae82a96103291
SHA256: 673de40c402236e34cd6461433328ae87cfe6528df42492f78f21a1b5c41bcc5
SHA1: bd139c0987494622243ecb0a5568d09aa45df56b
MD5sum: 47ed43ac27103f19ea374497dbbf65c1
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 11 server:
 .
  * pgpool_adm
  * pgpool_recovery
  * pgpool_regclass
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-11-pgpool2-dbgsym
Source: pgpool2
Version: 4.7.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-11-pgpool2 (= 4.7.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2-dbgsym_4.7.1-1.pgdg+1_arm64.deb
Size: 54204
SHA512: 8bcd319a4db2a9f6424d1e15c80e1586b8b9852c08c621e419de2a6f5105c7f01faf366a46f5c9ead377ccab6ff17522fb7c1ac307323c8f4ed2c563ba0bcb45
SHA256: 4421f9409df3e8d42f5a458e6ff788b3eedaab7f8c154fb36209156d46277475
SHA1: 16e3711be891d9bf98ab27262f7711dd7cc9a2c1
MD5sum: b5512cbe93e1d145551e17470805fd3c
Description: debug symbols for postgresql-11-pgpool2
Build-Ids: 66b7d41cc1c9445c9603023451aab6235f8776b2 8d11d9c4737df961249cc197599b3c85ed56f312 eb0104258accd4d06c6492a8689eec9f851954b1
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-12-pgpool2
Source: pgpool2
Version: 4.7.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 399
Depends: libpgpoolpcp3 (>= 4.7.1-1.pgdg+1), postgresql-12, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2_4.7.1-1.pgdg+1_arm64.deb
Size: 134012
SHA512: 495740efc81aee29e4ebd434a6a84b88b2fb4a21c2bd0e11e149593f0b012fd10a83218bb9a718270aace25657ba49604dcdabc21550049f44b00cf6a9fa39ec
SHA256: 5c716d7fdfd96f46bb653e188c21d80fba348b3fbd2de083b71e18dbc9df9d14
SHA1: a0b5ae1024407049f3a71e3ec91ef99a9a8d3a1e
MD5sum: 13ef87707d0b19aa57263e1265694363
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 12 server:
 .
  * pgpool_adm
  * pgpool_recovery
  * pgpool_regclass
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-12-pgpool2-dbgsym
Source: pgpool2
Version: 4.7.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-12-pgpool2 (= 4.7.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2-dbgsym_4.7.1-1.pgdg+1_arm64.deb
Size: 55028
SHA512: 6305545ef1100ec388ff54e4f13fd6210bed5986c1ec9ef1fce66ea7530bc6ff1e86ab33724f3f52124c20b5573c7733eb6cfeae1477b1932a02ea44eedef403
SHA256: 0bcbd0930377156c05fb86e6b132df210e49f234129a038f8c426eaed708056c
SHA1: 3467530aeb79900372695c46913dd7591f8b7fed
MD5sum: 24e90845e60f5bec306dfe7a5bc4813b
Description: debug symbols for postgresql-12-pgpool2
Build-Ids: 454d609ad91838304c1f93faf496bdefe698f647 478002e44245547d5c4ede6a4dc00db13de92af2 baef689eba3bd42204cc07c8d67d1b7bb9861032
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-13-pgpool2
Source: pgpool2
Version: 4.7.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 399
Depends: libpgpoolpcp3 (>= 4.7.1-1.pgdg+1), postgresql-13, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2_4.7.1-1.pgdg+1_arm64.deb
Size: 134032
SHA512: c2dc7c4efd0548586b32c53f34728b8d4e40decfb48820985422adcc7244909ced3be3251aada9af7bab48a2acc4892dbe4f26a4f0ab13ca5f452782682b6209
SHA256: 9ac9d85770330cd7913ccec479a069cfb3aadac20cc11fed8b8fb3f8a80191ab
SHA1: 441a928330788b5e6894da7fa37b1d1f0d364c65
MD5sum: d3fbfc58db12eb83ec03c05e18476c72
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 13 server:
 .
  * pgpool_adm
  * pgpool_recovery
  * pgpool_regclass
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-13-pgpool2-dbgsym
Source: pgpool2
Version: 4.7.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-13-pgpool2 (= 4.7.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2-dbgsym_4.7.1-1.pgdg+1_arm64.deb
Size: 52676
SHA512: c36ec086e2df5a7c9dd00d63fa194f2ee709d48fd59850638babd4e3ccf83c00369ce218af87df85534ff9ba65a087b76d188947119f8989de12957fd77cf52a
SHA256: 897ccd5f4d5b6227985a9dcb21e624d2f2e701ebc3cba10b5eeab3bf1fc87e53
SHA1: 944bcb8fb3555e478225f0796d6450422c55fe32
MD5sum: 87728be7b2f231cf55aeb6302fd16252
Description: debug symbols for postgresql-13-pgpool2
Build-Ids: 4c9bd1cbe6f7d2ac411df7133e650da30529c14b 81e3d6823a46eae4efae25ada6b2908b5a725332 8ca0ea3a02d063b81cbdb3b99baa233bf7258759
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-13-pgvector
Source: pgvector
Version: 0.8.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 328
Depends: postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-13-pgvector_0.8.2-1.pgdg+1_arm64.deb
Size: 87700
SHA512: 167191eb2c7f27f8b239d730e4d8d96437ce89d52fa56a472e289e4b42c1cfb1e864f52f1e639f2b1559f120a11bad7300742e31764cc89d49271648e1f4effa
SHA256: 8d0cbeefd777c29ec95ac4194d6c5a23f0d9c722721dfe0d6858a8e47e398c26
SHA1: 6c719499ec3815126adb7443dcf5cd3f4c870f75
MD5sum: 9e0fda9a6afa3e5e1d68eae22140bf3d
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-13-pgvector-dbgsym
Source: pgvector
Version: 0.8.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 498
Depends: postgresql-13-pgvector (= 0.8.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-13-pgvector-dbgsym_0.8.2-1.pgdg+1_arm64.deb
Size: 290064
SHA512: fcf130b931d1895a4de07cef5c777d14a2cde95b2f132a4aa4333985c704e97d3e2b38d6062eec0ae131a6e34cd2ce3a2e9c071019593d5925c95b358befc528
SHA256: fe58cb3220a1546c6fbfd40bf5202d68bd3dc54044d6f9a2cb9c93e2787df828
SHA1: 623f4f980bc54ee053cb0a903ffe8875ec0f360d
MD5sum: 31da084ab2970f0cfa09023a4aed036f
Description: debug symbols for postgresql-13-pgvector
Build-Ids: c228b1b511b419b11b4003760263cbec9e8113a7
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-14
Version: 14.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53911
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 229~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), libllvm21 (>= 1:21.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-14-jit-llvm (= 21), postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-14_14.22-1.pgdg+1_arm64.deb
Size: 15456360
SHA256: 90e506bed913c26af8847ca2607dd1c77498ee2f4a4754d1b93dcaaca24bf34e
SHA1: 3b8c5a32ad4cf8f89c691190b436c84418bf42b2
MD5sum: 139c3689b22e8269a65d1ef3fde63ed5
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 14.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202107181
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-14-dbgsym
Source: postgresql-14
Version: 14.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33484
Depends: postgresql-14 (= 14.22-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-14-dbgsym_14.22-1.pgdg+1_arm64.deb
Size: 17225464
SHA256: a90915bb3a65f1b224ed84590a4e969cce3767ce617ad9068c38510d8014d639
SHA1: 4efeb9b3c665a0df55bf7c9c62464bd63009a64b
MD5sum: 22edf5c4890da1b3939810ecca60b10b
Description: debug symbols for postgresql-14
Build-Ids: 012011a279186263f12061d66c083771793f3a31 0573f2f31617171a253560e1165de047d2032790 07a60e2978dd6f83c16d6d1f1f4e74295dd446ff 0b44ef0677fc82eab6879f7c5014a7773c57fdc0 0f9a8dd8869790204c77a9b92bf340994a2ea6dd 1a8d1c2424238ad222d1634a5248c2782509d870 1f0fcd6ea50999ae47c6393c4984b399b9af489b 22561ffb7b82647657ea86dc1145972d17838c0c 25523b2211f81d5aac4e03542e77625ab90b8bc3 276e2ac5e48e746fc3ce160beb67980a29122baa 27fff290317258f59ec2e16c2960bc460a62cb76 289db9ac73810010ddb270bab243e51464884503 3353238090ac434f6a66c38da1c2025beee5d0de 37fb1ce586731906a464cb5a9ef9e5aab0f91558 39b8606e72c8f4e8c841dc5fa0ca55a5ebb9b1c6 3b445e061f3abb79816017546aaa9e1cb9ebaef2 3bcc4aca887770dfb3af49f28654f95e2d2eca20 3ce40533083fcd7582d4fdeb0bc5f74ddbba9ac7 3ce610dda647cbeff4c949c396d477503b5df471 3e15ce16633b2e95304254db927751be7cd9aafc 405335efc7cd306da953c194a099b00ea6caacd1 416314856554feed8eecbaae6b47913c52778632 41e4715a66f2a700e5c87e8cda53d5fc81e4037c 431d6dcdbad4ed807e71aea36ac53fd6f3908381 432d09f3bc55da968e7e795c15169428ae76784e 47af52c793273ca8a1200c0f9f8adb14b7468fb9 4a72ebd5d43c54e51978c3741b33b2d75432832c 4cd8caa59ea91c9c259d2f3321ffe92bc8dccb9c 4f3b478095fd4376394359b77710ad56ef99e00e 536b892f2dd0ed88a4661030322d3c972fef4450 54b3120e46750c8ab6c2f8b8ff89005344745717 58ec50bc685caa5fac89c8ac02f73f95ad5b103a 59cf998b33e3f282397989db424e959308532d1c 5a1a09275ba2350e8fab2ed6ea94e94f442372d7 5b89893628188d190f8f2e47f185c2219335cd3b 5c714efe6f59d91cdc49973fe08910751b0e9996 5ccd12887386c3271c358c5062eca16e1cb4ec81 5efe3d25e9d76370e607a333c6165f120978792b 607636d30df58aa643b886528460a2ba01b6d0b9 617921f78c30b90e17169de0743bf85b3b5bdf7b 63485127ef3b296c46c6383ad805e5e062f59f1c 69b4c249c73e9a0fa70d073e62aa4a6eefd1d23b 6b31762aa45953e9da5c1ab12a8879292310d217 6d0e105b534fa6bf3070c000c9e53eb46373666e 6ebde2498c8c7d72f5e9a20c73a75814b705a0b8 6fc69a49a9725ee24cc28314ef9c262486366909 71063b180bf40f0aa1666d6cb9e43a05e9526821 77a41bf0c708c792c90a89becf8be207c91a941c 80c50c538774475a05c09678d610721ce4b663f0 834dc1e06a56fdd358b405eb4410ceeb6a041362 8a3a00c1ab69a41468f76c517e7fd8e2832992be 8fa01d8ffa640c266387e5aedb3851ace55be9a1 90c1179c061e14bd3a7fbb599783ef2c64206c04 96f535f6a23a2f46f2efd125f1f5b0667b632039 99e3924bad6a4b8aed870f1a990d77a331726830 9c028facc19d508339d1eecb46b2c4a6998a8d49 a01b20be4ed1f8c314bfca944b52f6800a18e0e4 a2441f9639000d3bbf34bdd053a73342b64c39a2 a3b98b7a85c311ee17bf9add730652faa3696bf9 a67e09ddc754902f7f928a03b7b85592b9166080 a952843149a698e2cb10922860509f103b765ab4 acf11012f24c19d84550ba08857869df98f06662 ae6723c9301b2711bf6db947f33f6540203071fe aec47058293941f9f61c193e0bdd818b898b0982 b3c133b83109c00dff94b9bdeb2b8454abbff685 b7e84b3d143d60973d843e241289bb7ccd3f62f7 ba49034668d13edeb973fbcec62b1ccdce247bbb ba96c7fb83caa0435e8737afcb6defbacd6e509a bbf8f818e0fc5fe023dc85642ac9adc73241f80e c4b162cecfb974c03f5366a037dfd41394931311 c6ca6cc74e015c293d369f0d5737ed14f24eb102 c737d06160570615f194c00a024bfff489abe703 cc735c342ec8140b5418793b09e62b5dde08176d cfcaf18ba09465c01f4d551ebdede84a471df7fc cffcde6ebd7f1232cf2c026566e0963bf2371c09 d28826a54f0e1f3c7b7fbcc6cc2bdb809eed4ea4 d3b0ecf8a60d4db064ea971a5a6efadbba2c2541 d6f3e67cbc03bb119ca9bea6c3148a7c5a7f85eb ddfe193a23cf32fdfbc98b79962584dc08e841d0 e0e457d12d8901c151419db77f62ecf9ec637ba5 e413715a1c4614993a0d61501fbe4bf3c22afa69 e5332fc78786afb92a426594edbfb6d00528d89d e6c6d66010cc11104cc14d994bf4c8f8253bf421 e6e3a653be1b93b9aef74d84d5bf6245a9ab289d ee6a0b264e10e028c698673f7eb536560047d604 f0be1cd1033fa601890d32fb53d86433b808534e f39815708e55c05b0545124f3de209501e3eb4bc f70bf338fa1bfabafd9e382866c7a7e5f7794a36 fa25cc5f2e1ee5afdad5e7d1d1df2cfb486a1eca faf9a8fc971d118ed6e030d7ba63e0660416fb5f fd5a6f7350122237d29d47e5b90f0bd79e8cce60 feef05af9348d54cd414a5a3ccc82d079f6166b7 fefecfde6044ff823fc8902fec355aed48c5ff8d
Postgresql-Catversion: 202107181
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-14-pgpool2
Source: pgpool2
Version: 4.7.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 454
Depends: libpgpoolpcp3 (>= 4.7.1-1.pgdg+1), postgresql-14, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2_4.7.1-1.pgdg+1_arm64.deb
Size: 158600
SHA512: 7e0630af436f59273dbd17a3f39e6037a3640810bacecf6e4a59a21eedc61fbb51aa732dfe9eaae2b7ccd91f6e9226d6343ccd179516f9e06176e092a07a65ba
SHA256: dc08de8495d82278ea3e250d2c104643b514c4cd0ba408fec15364bb46817bea
SHA1: dc62796402e18f6953bf8b995b8fe9a2fe50a887
MD5sum: 1e64427e9154a7814538771397485709
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 14 server:
 .
  * pgpool_adm
  * pgpool_recovery
  * pgpool_regclass
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-14-pgpool2-dbgsym
Source: pgpool2
Version: 4.7.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-14-pgpool2 (= 4.7.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2-dbgsym_4.7.1-1.pgdg+1_arm64.deb
Size: 53328
SHA512: df4e9e4ae4174e05bad5a990e64197c3e0e393d9d39a0a5e42f25c9b05981a70ebd56822910ed6442893b60829ceb7f2312b53ea531f204d225853805a66815f
SHA256: 7d4ad5b90306b470463626adc453d32d8eb0b98dab86d46d4cedf05909957093
SHA1: 50bb8f3954a55e5d893b765f777e41b691701f61
MD5sum: b7402b9b98831bb411455df2c140cce1
Description: debug symbols for postgresql-14-pgpool2
Build-Ids: 9eef735d5e3646a6ff324747b348f6c6447890f0 a3d4b69bcf0c2dae64f19da0b16db3cd7a83fc45 dffd0d690f0076e2bb8d996d329ac0208931f34d
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-14-pgvector
Source: pgvector
Version: 0.8.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 706
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-14-pgvector_0.8.2-1.pgdg+1_arm64.deb
Size: 251776
SHA512: 5bbf76dcbf1cfd6eaa583e83a06c8a741d49389456c593c29e69f0e315323ca3ccb2b5b96dae085a01c4d41a64d8a0d0ce54b6f2fbbda351c657fecc509e7b5f
SHA256: 641e1f13488069b5791d44ff9f507e43de2e67070201eb75e0216cc8845f6428
SHA1: 9261bb323f06df0d04d332e0161d7f1bdd7ef551
MD5sum: 64115c8d2adb91560da73bd477e9b529
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-14-pgvector-dbgsym
Source: pgvector
Version: 0.8.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 505
Depends: postgresql-14-pgvector (= 0.8.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-14-pgvector-dbgsym_0.8.2-1.pgdg+1_arm64.deb
Size: 291976
SHA512: 6238d500dda66d5966b5b8d7ffa181c3b92c7559ee47357ca110e1895f47ab168d5e0b56c1eb3c00dd2273c5d350915a1f1ab1b55a175c3c55d8f5f5735a2d75
SHA256: 4cef16f09daf68ce61f0f6134e98ca4cec69fa8c294ff195cf75428425c079f1
SHA1: 4add82987afb1792eb7f893eb00a54910c709e1e
MD5sum: b93757d3412cee2a18b27f3ee31b2d4a
Description: debug symbols for postgresql-14-pgvector
Build-Ids: a8b1dc6170c0c73853f380065e0d5e4c7b00d72b
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-15
Version: 15.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57026
Depends: locales | locales-all, postgresql-client-15, postgresql-common (>= 241~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), libllvm21 (>= 1:21.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-15-jit-llvm (= 21), postgresql-contrib-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-15_15.17-1.pgdg+1_arm64.deb
Size: 15958752
SHA512: d504b798d006bda0c4922f1ac196ef3bbedc7442347dc4f346894a16f778d055c93c75de392534a3f4f6e350ee6b59c32e70d26a68282162889892c55c41560a
SHA256: fcf8ab86a5edd04bc11bfe51772c104069bc340a1ccf76c8e883d38681d6fe58
SHA1: 3cc08f609af271a4496479ce0a6daba874f8cc1c
MD5sum: 5ff6840270de19d62b944721b9f763df
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 15.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202209061
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-15-dbgsym
Source: postgresql-15
Version: 15.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34522
Depends: postgresql-15 (= 15.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-15-dbgsym_15.17-1.pgdg+1_arm64.deb
Size: 17840664
SHA512: d6c59fa465dbf57ace7c391b9077ef26a01bd3108f4c081e12eed1f51121dc2ca38f08f30c1e2588587731318b2c7a38d25639f3404afef4548cb5689c1b1f4e
SHA256: bac8fe4af974deeb9ab9731dea90a57ad2fe7ec897532f889271ae89daf456df
SHA1: f9565fb7282f041b7dbe06dd5f1efbb50552b69a
MD5sum: e158a80e53495dcc97c8a12d8d50c6d4
Description: debug symbols for postgresql-15
Build-Ids: 01f7683fc65f6a9421179b5ab8e666f401ff993f 0ff5df02318ac6cb62e8e14901d85d341e49a48f 15265ff6781dc005bc9dff039651007f9ec39a28 16f8a2307abba040ef6a43078c576bd15dcba1e5 1a0d977081841e6ddeb6d743b6887136ec012357 1ede292b29ea81e918eb06099c8ee8dbdd4cfff2 1f7c96c96a37ad1a4d6bc805c55b5de81ab9fc2c 20208ce3c7403f0c0a72d03e21851b0866f711b4 2342eeb7787af6b13c7d50fc6274c45c9d411cdb 25b7b98da230d2bb5e5f975483eb718195e59b87 2814bcae44f812edd3793522d31540af96e34313 2942aca3301b79cb823a0064b9ba60db126ff613 2a07fd33bbd9a1c230943a6405807e6c6b3d0fec 2b7c2af0f90d6c2d72114d8a3d6294a2f1e93682 34d0f8836a3cb61c9d186cc3f67a2650e3735d2f 3e0de8369d4092127620ecd068a6f21417b65a20 401883f6fa4704c9c1b08ea9e6fd4710963007bf 431160179aca51fe756189e0d5c00ff010030d78 4b4111baf034dbc7766764369d9fce38ba68d481 4b7b6ee7095a07974129bb76b092d33b76b35a31 4c437749ca753e9df26f2cd6d1c51d0928617300 4d427fdfccf24a533d207fa67d7f320224d2f40c 4dc13dcfc1ee1479c780108fa465e3b2d5f46ce8 5138b7bb67dfbee867633344f10dfdd90da3a033 5199cb29538d1c0f2e009e8695c14a64a3f3f225 5529ca3e9d0d10d4be73b1b09082f54e43b4c548 577dd793cd64cd45e8f98758051da775a2bacf1f 60130ee374eda1f46d98a326852a37dc5a08e828 6326e60bd9a79416ed59d66109b9de6f7052b964 640cf904ce4f540c150b57540f182942dddd91d6 68871aa6f4d9f5772ebfe82b513520ee160fdd03 6955e3e275b70d8244e8b6b7edccebadbfb9c970 6983deecf48e379b07d41bc04ca4ba4a132abc2a 6bffe4d9093492301cd969738f6383d368f54df7 6e2cbca4c2785f887bd00e7d3e66f84457924c2a 70af27a3e96d62e216a719318fc85e8c31b3304c 70c13f2dc7eeba82c53f2e142fc9ced648183c1b 714107ebf2e6770de2046a9f8a68205f8fdd7091 72d5c1733cfd78ef36a400febfb195242d6412b6 73902e7c9c2f991ce0f8ab8f83ec0194456f15ca 7440ed4e4e1a91de1e7487850d4609faac200f3e 77a5cb5f6a70778632f421a3f789ab9ac24e73d6 7867c14e4a96a97318c4998bdb9fba1b1161b1c8 7b12b25e39af54ffc9460a7972550b99c38576bd 81b4494a2cba46d7df9acc4ae085c593121062da 82dd54580088704796ece6e5fb28ebf8212baca7 8b3ac6799a58b507abf5d1c6a08ddc91d3a51a50 8d46c3f3652b754a79f8dc96ec046285252472a0 921498a9933d61d26aa398925b68b9dfcf748041 9247e85e7392d64ab75b8beabac6413e2b004734 9470fc1939946b07e0a89cd8c1df832c00ff4662 97fa5ff9cfb95226dd0ba91cb18649311157655d 9c13303e4a906e5daedfde09a926115ce4347edd 9cfa3c74d0a4df9922ba448cb37a7df68e020ae7 a0f3660c9755e03d2b1271bdcae5b2a31306cc97 a54795b735c6cbda6430b1b321a386cd4cb9de59 a571e3595372610a9d40e1e3cf9fd9fb15b158bd a5c1728b3d9378ecdb89f14017828ccdb65002c0 a7cc0d523cc6e8976055c2b1298276c763c41cb7 abefc7ff75789a7da262aae25dd7d52b74411912 acb7e2b2948cd9ee5ca76ab7cf39ff6c07f45b8b aeb506b82ec2e90a6e8ae6858552cb789ec4b481 b3561386fbb4942e94acc26d90667c08d14d310b b68c704191c898745dfa528f0cd23fdec1cba297 b9d3709df5b2887f935a4b9237ffcf9f93f6e5be b9d83a6772d13254f58ef665dcb5400f272301a5 bb4a5d408c90a5ef8a574ee90643415e96c7aedd bf8aa8eab773f4313677690a368883ca4ec5b99f c3a751a6aedf72f6610453449177fc0e4272ef51 c510bc12a2c84e19c91477f2a04a078d8fb9d7a1 cabd91b2af1ab0f53919587a9194af8d9cc73078 cafef06a6eaa9c4966032e68d87d381cd6670714 cd5a3426dea161421f989e4fed873783075d1e4f d0cffb5a4090c3801c19494a9d1b493ad051d184 d0ee7b769fda712d5ff6041093fcbee37ad88b1c d885cfe2cc63885286187d7d1e4b9a9ff33abfef de1298deb71ff63a7e0a56d0fe8563f19ae5b3ca e1eacf1e97085cd3da44317b257632bace6e7a1a e2688cedc90caa67135c942fac797bf4b01d7638 e5c71b19a35f58321b28d96347db7acd9607cc09 e85d708a0a013c5a2004ac02f8bbf8e60c3d017a e891a7e28c295735990b3f265027e9c5e10f2308 e8ee1b2dc40a4c127d6b57054e76104077f93e22 e90bef179ac33b14a3fc84e7f411c90212160aa1 e977cecfeb791ded78b33f4ec1954aac91fd101d ed98b1ded0f92e6ecb58ae81aba9955525b797ac ee7d62e0e1860b0b4d8f74d3c8f78a917c7c93e9 f1a0b6edcb8f1d96cac55cfa406c9cf093e0d9f0 f3b457387699077d1ef0be13787c18ec34893f70 f450839165c94b69f71a4b354eed69ef0fee2cca f62bea67cd8ac0f187f40e872f236dc597056fbf fbbb6456eaa7647fda589ceeb49d087f71ccb95b fc5b5a840143eb118d2b9fe90c5c2cfde897f1df fc6a3cd22638dc2a3e7f6d7351a8c2c654dc17a2 fdea55d18976373e7859c029b31335eebb1d8450 fe382dcf3ff8f91c464e06b1fd0cc3c46b989f09
Postgresql-Catversion: 202209061
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-15-pgpool2
Source: pgpool2
Version: 4.7.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 457
Depends: libpgpoolpcp3 (>= 4.7.1-1.pgdg+1), postgresql-15, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2_4.7.1-1.pgdg+1_arm64.deb
Size: 159616
SHA512: b2f85bd0454df6eb5a6c7cf9cb28ede447787d957704bd040dc699bd4ec4585b131e33a5e1bd4bfec5d29004591037c047988a8b71b057bbc514e1ffc093dca3
SHA256: c4fcb67f1cbb5fdb8e2fa7e28c25112c7bb5b51e4dffe76ef3bb5a48c0dff7e0
SHA1: d6ec2b56b978e839edb5edca69e4013c865d4e59
MD5sum: e88f11e1cad386e7a612948c4189bade
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 15 server:
 .
  * pgpool_adm
  * pgpool_recovery
  * pgpool_regclass
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-15-pgpool2-dbgsym
Source: pgpool2
Version: 4.7.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-15-pgpool2 (= 4.7.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2-dbgsym_4.7.1-1.pgdg+1_arm64.deb
Size: 54276
SHA512: 7c3b96722d72213773cefce4a099fdee3a2257f30275d768e297f95faea9319264fb7105be2fd6aff355e04b43439c32181f2887dc159838693600154d9c18cf
SHA256: 6ac4a01f3d67d854950cea641643e86a8af21dc4f269eed345bb33be50795715
SHA1: 61a6523f38bfa3e2baf13b97dcf0bee9f962e09e
MD5sum: d0a7a5d537cab480fdc923feb7442e1c
Description: debug symbols for postgresql-15-pgpool2
Build-Ids: 14a3e31c77b2b6ffb4d1d3cf088d80904cacadc5 27ece258f472891f1e1ece65dec65ea6a128e7d8 cf1d5171b094ff2524ce12ae68b164e71ec86229
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-15-pgvector
Source: pgvector
Version: 0.8.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 707
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-15-pgvector_0.8.2-1.pgdg+1_arm64.deb
Size: 252132
SHA512: 92e678e82f3de2d9013d5b29d95cbdf8c99fcc564c8315874d96373a352a751350e2d6a556d98e72cd195dacefcec76fe367324d4fd4312d7f048a5c01b87a4c
SHA256: ab5366db05b90c2961095dfc5d67acb051d4e17c48ff16fbad102e5bccea8654
SHA1: 4e5b4d7c32e67e6cd466559159652cd91cee0126
MD5sum: 9fb3a1b206019d00d10a1c1aec3c3eb7
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-15-pgvector-dbgsym
Source: pgvector
Version: 0.8.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 503
Depends: postgresql-15-pgvector (= 0.8.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-15-pgvector-dbgsym_0.8.2-1.pgdg+1_arm64.deb
Size: 293124
SHA512: 118368fd38747bf59bd1009ac1612f98b5b7d43207ac879179b7e105614c3ca14bc3b4abb59ed6bf6053e8467361498637b399841b9ff491ed79cba30b940891
SHA256: 40c0b668e8282c01fe1d7a138ff4c8be07b6e64d7c3b42bfae80f85a0bfe4c1c
SHA1: 34b86bceb5f52540cf770b3e557a2d7528fe85d0
MD5sum: ef1e3b1e20530a75558c1fedf9f68a6b
Description: debug symbols for postgresql-15-pgvector
Build-Ids: 1708dbba60139a2deb72d9e0b46b4dedeca61de8
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-16
Version: 16.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61516
Depends: locales | locales-all, postgresql-client-16, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), libllvm21 (>= 1:21.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 16~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-16-jit-llvm (= 21), postgresql-contrib-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-16_16.13-1.pgdg+1_arm64.deb
Size: 16834572
SHA512: 11a82b4869e5e62ffcc02f91ea500da0d06acf7e50a117b452401692b8fc4492ec0597e1be44451adb126beef0faf0f2ad36e6442356ed858aea8619ceeb72e9
SHA256: 3d9aa19bdcbb2086036e63dc5dfa9d268f2ea73216b8eed33277152c74add08b
SHA1: 8c771334c3f048aa84a8f71b51b4da860462400b
MD5sum: a7eab02662064b076bacf4bf084d51b4
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 16.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202307071
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-16-dbgsym
Source: postgresql-16
Version: 16.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36593
Depends: postgresql-16 (= 16.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-16-dbgsym_16.13-1.pgdg+1_arm64.deb
Size: 19358432
SHA512: 65a680a182a84ba3b68baa0f2bb97bded87527785566e89d2b887e44fce3476e7ad8cab3dad68eea7cb605af4046787bc33cd84a7e4fb1fc956a87a33b4fd324
SHA256: 92a4f6056a08f86846ecc19431767b530c86bc7deab9ac90babd66913e6ffb49
SHA1: 64e191a330f3b8aa6fd62d059e7aafe0dc9e1881
MD5sum: e16840eda880dddff684374d23b76139
Description: debug symbols for postgresql-16
Build-Ids: 01fedec0ce5343b043e66e5c6ed1bbcfab11d906 06bb29561831104c9d14381449fa8a80fe2f3b67 0728669e4d013a198f3eac67e1e18fdb86186f72 081689c1235ef04e71e53277c4f7ec97bb97e345 0971dece1ee4721c2b31d9921e1ade7856ca41c8 0a0e454632daa7e569cec89b5c4f9f557c941f6f 0ac0812ad32989072269ef8f70f20972807c4a3a 0bb0939908cf8e75b060665aa0db2cde1f81943a 10ed6c991210ea3465a95cf6937f8db7bfe5bafb 1351acadce78ad3fb16a7675421da44eab6d3086 1436e3e0a2cb6c1bd3a899d191d244fc02ea4b48 1498a4f8737a9fa8807cd28b728e43cd1490412f 14a0ac5659fdd7fbb8a0b92bd57d8d23c1ea6ed8 18d18a13f9b850444d32d07c751ad804a26ab118 1af8eb6e1702292476c4aad0829003a87c4acc76 1e0ac354db0c605e926fd947e1d5e26245c422f5 223ca170325a78048cc5b725c5f9ed33b131cc22 24bfe2657c12185b8ff98805a303ad81d4d97a5b 2568c36a9a90e73b801aa33f5c2b8bc7397b5daf 29d786a8f2cdb0b546b4e1122b81e7961b29094b 2a6c9dd7694e6be01f6cbca21b3eaf13a6b22327 2b5d8d05632ef7f90b580dec2e2a24119c0cf164 3090e21a9678c11b6a2fe6bcf84d8c6c72fc2670 370f95c14780ddf2e2af90e89c57161ff65e32a8 390a5be05327a196c7641b9e0ac173daf06e312d 3fd450ecfd2bf27b46fa14d2e7c1f9fd47755a9a 403ef58786b705b20e095bd4c15cde3b41991174 41babc84a7e5860fd8e6adfbcbbb08481f59bc17 42a319091d9f8d8c62775d69669d2b401202158b 437bc820a68a0e8338256016ae087871a93491e4 4580ad2e4175cfa564ec368ddd0b0acc1e493ce2 45be37fbabd1924bdaa9e993e19b9067f763eb07 45f469058f56bdffdaf1d42d92433e7843ba3e52 469e0517841fc5d5b5f0122bc2d552ef5a095d21 47b7a13a86f69469a9fd236c5c5dd3967372b277 4c620f45c1f115dd47e7ced7ed1c5da4b3229ec9 4d49401be62d91426cd03a7f8bda0d5b99a4d538 50f0c833dcdadc5ed0fa7db5b2d01d89b378f523 550632b592082c775e19f8095d2a182a1214e89c 58a76dc163d64ea94fc7f0b93bfabc4fe1825693 5cf653087ea646cf565a4dae8e383ce0acc9725d 61cc7517030ac0bbb77f5f23299d010737fdb3cd 6594a5875cc52dedda250378045fd654907062fe 66a4651696b7582434c1fd441a11b2056f4a7a12 67503941faa9f5a6b8c9f9a2c1b2dfd1f02a4255 67e7d5fd66d224f44b085aa89647b7aad61ee729 6a5cb2f3f9a360790a80bd60537fa77130d9af9b 6b4697ad47f287a3430b0cdeb6fb50169f2c5e7b 6ba3a97e52d231db678259f472fe741fcdf153ee 6c5e58c035c67d82470f9adf8763fb88db492e97 6f3111592fbddc26f7be7309dc26dd52e069c849 74f04df066b7832120e015d2d0ba19de7c7cbe52 7787813a81a5b7176099795511070a8d776985e7 77df19ec87c72495784d2fdde0ee6ed7198b3cbd 7b2e8ff9c3babdbaafd84e8530cb49cb984d627f 7d7d1a72257524354439d55faa4c35ab26ef7c10 8776b08b872aba4313d8c0f151a8cbd375d58eec 8827673f97188103b55b14b8cb0fec0c74165d51 8f0b8d06489f626ce1dd15c7333b56cb824f51d8 9000a385d083b853f5ac6de64eceb174e5d39976 90f010dd5a16444d0dd9b814e94cd9097b179baf 93ea4e3add09b46c42b27ba26f7b57228bdfb9a3 94226e7f1ef9e5900d625972caa1cd65701ad50e 98875317d3af1724cd65aeed5210adc2b7b1d534 98a3478a609d3e9239ecd23b3e9e633fd9cb05b9 98bfb083490c3b0d7e698a902f91995d02d2e10e 995b306bb4e9dd2269c51a38df931362965ec683 995cc381e643b3e25c75545d0f30428d8d36e6c8 9e36db3851f48c17835b08d2810988776c3a87f4 a65b9b685b11faaff1875577312ca0cfde091d71 a709d7cfc394eb37d23d2d8e8a201eb1efd97919 abb938f63a1fb2a0c5fe05b63e5082e5a2a858ec ad4fb2f0102af39157d9108ce746ef6f4d519373 b26a3d2f650b4ea7c44bf94f878250b7be23e031 b54c84c21d865a8fc18ce377bfc60cb0ac3ba5ae baaad082c7fb7cf1f7a583abe7d57f9632cb7244 bace7dbb1e65d11415ba518649ee83151423910a bd1f0e16a03368ac497820117cea161a7205abe1 bf047006e0c8646067d0f592c5b513b4976b872d c58c1cb43685928a8610195390c7c4ababea240f c6b1f7914795f2732c8106de8935a091e8ca9722 c9676056aaff5ac90302500554078c739794471a cbb209a61b4c6dce7688eb705288b736d9281882 d5b7f2e469ebbf75d4fa7d4cb5f1e37e982bc019 d66db24ec0c4063bbbf14761c480d4a8a0c66979 dc535fb2d259152cdd8c3df93e5c9d8bb16d8540 dcabe6b3ba37d0e45560f1e4436283755c0eb28d e16463762a4d6ebaf2164759461061e035a0aa08 e1c67a776b237fd05079f710e3a46d46bdc39ea6 e3ccf61bf3a00746af87baee7fdce446a166ed75 e78206aa0dabaee1924d9f37fb79a35069e86086 ec713f117f07f9dc5805458a9f9ffe6851b20cbb f63a8245f8596a1463273d96274e3378664b2ea5 f883d167484b32e2927fd5bb05aabc9f743755ad f9443037c2c9bbc995fbd7f2d87901430f994492 fc1364eb9ca808a2d6e31b649f1baa61e1c3b3b5
Postgresql-Catversion: 202307071
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-16-pgpool2
Source: pgpool2
Version: 4.7.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 456
Depends: libpgpoolpcp3 (>= 4.7.1-1.pgdg+1), postgresql-16, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-16-pgpool2_4.7.1-1.pgdg+1_arm64.deb
Size: 159420
SHA512: 3336c3a24f4716f2194378b3df8db93baf854635addab68566032c9783d0fe8642377966ea19ee9f0645aa5da732cc2c3b907221c8e43b16b05e13260d5c9693
SHA256: 4d84012a80136a5f210fbbba969bc98789022b09bdd53d50ada110912dc7c1ba
SHA1: 967cd11adaef42890812da19591c4ae26176370f
MD5sum: f0aae684261d2f40c5dc5ff648a66a1d
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 16 server:
 .
  * pgpool_adm
  * pgpool_recovery
  * pgpool_regclass
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-16-pgpool2-dbgsym
Source: pgpool2
Version: 4.7.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 122
Depends: postgresql-16-pgpool2 (= 4.7.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-16-pgpool2-dbgsym_4.7.1-1.pgdg+1_arm64.deb
Size: 59940
SHA512: d92b4a19afebabc98c7c9b6b06b10d015fe45866e41ef6a11436ad395e758196068a81e3a8d4f7ef34d4966dabae7577ecdd530f98c1a7c4dcc311506ff58fe7
SHA256: 25bd882f2020e5649f87a0c81a9f6ff1978508ec6d863f84b314d2d7ad41ea1e
SHA1: 2c4c59751832fff4b9484e5778f060d291b2d66f
MD5sum: cb590e17931ef55ffdc03be0ed84833b
Description: debug symbols for postgresql-16-pgpool2
Build-Ids: 07ac9fc9eea015c1adcaf130260131931a00a0a6 c3bf1f24bd91516e2774dc9e4bc44c1cf480cef6 ff8b71b3123019ae20a2a1008d08d9a4e0f8db65
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-16-pgvector
Source: pgvector
Version: 0.8.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 705
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-16-pgvector_0.8.2-1.pgdg+1_arm64.deb
Size: 248116
SHA512: abfcf579e7633b9fa202c1828a6e303a28c523d0d060aed8413b13204b4db867e866db8e8d5f957f86caec65d4f01f7ee853209c05d330b60f4f7ae4210dbe58
SHA256: cd48ff7cdf046cefb0f40ae94c2aca1468d67413237fda28f498e21bce5154d8
SHA1: 396f02387cfd910d3465b8d6628e75f3ff0b37ea
MD5sum: 4333ee0633b245d81340cdb085c22592
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-16-pgvector-dbgsym
Source: pgvector
Version: 0.8.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 523
Depends: postgresql-16-pgvector (= 0.8.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-16-pgvector-dbgsym_0.8.2-1.pgdg+1_arm64.deb
Size: 322716
SHA512: e1fbb7d801cbc53603bb23f50d4c8405c99a71ff1105ca8c0c351913c0278087fa39624493669928f49fe7a1f733f4a908048ba8dfcd5a43058b305e0212b48f
SHA256: 3d5f8be2d565c0ec0da8b00d8325d148435e671c64898f1145ebe190c491993b
SHA1: 12bd51ff72a7a0fc4770a6deae40df4bc849300c
MD5sum: 7bddbed6110f906f3ff8941e0f5be3e9
Description: debug symbols for postgresql-16-pgvector
Build-Ids: 91e8875dcd1b025da46de6c7485c9a16ec61cc07
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-17
Version: 17.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63619
Depends: locales | locales-all, postgresql-client-17, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), libllvm21 (>= 1:21.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 17~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-17-jit-llvm (= 21), postgresql-contrib-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-17_17.9-1.pgdg+1_arm64.deb
Size: 17398112
SHA256: c61c53e37074087fe3d3b20fccc11f3254dfc5b1c72a60af2ff8f0f5b1b77507
SHA1: 712ada726c99502a45656bb2f6528a08b3514772
MD5sum: 47ef9ca8da94697d41480ffb348df0ab
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 17.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202406281-1700
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-17-dbgsym
Source: postgresql-17
Version: 17.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38466
Depends: postgresql-17 (= 17.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-17-dbgsym_17.9-1.pgdg+1_arm64.deb
Size: 20393104
SHA256: 16e0f169382e0ea8ef2c9413f2a7e59995fd362c640679adec8be7eb9105753c
SHA1: aa4d05116eecc86bdb602f0b503eb4b07de735bc
MD5sum: a3fb97f4947dfaab3bb7d4b69c01c292
Description: debug symbols for postgresql-17
Build-Ids: 04ce671496a4b048d1c9cb42c46f8cdaba451337 08870e56584ed577d8af0214a18586de8d3a0c97 09eab1784995eedd0d277dce6b1427e8afa4db7b 0ac00bbae59c51ad468c2ab58e6301816b8a0f1e 0bfbf7687636044b525cbf89315bdf10136ecbbd 0f16321ed4e5b1b941745b099968424cf1547bf0 101671f24fb4686d21d7f5f7bcfe6485ba656036 1096420debdf244ca28c0819428d466aee3b8138 11a6e689e37b40d80c223128245a6ad8fe21da3e 131bec0ea19121d995f4bb3d62cef47323a3ded4 13aca3effd3c6e32fea769349bd98b9e0d08682c 1481037de5a2adeae8a7d622f4fbe926f065a388 1635bfd3fc78f5029009c1f5020fb4f1d5be887f 20a8c4f1d9a5afdfdf496e9902f7a6453f63df72 229b4bd1262cb76d9a8714ecbc5037719c45df7d 2471475706c16fcd3ba04bf1e9fdb870bc5c9e69 255c03b478ca54cb5564aad9707142bb15d3cddc 2af4745b7e1a280bf04f0efae8e8bac703eaf38b 2f3774c831688b0e2ae9644e8975702b684400bd 2f407cfd5cc91577c7a9697d151ec83dccdbaee7 31208e059702965b691dd2b8b6780ea6db552941 35b83135ad4393f85a4e4e309375e1c6ab3d89d8 3749f791010fc93da9adf4bae2e307abd86f90bf 39232e6769d8549a0bc9304efb2a7edaa72fd390 3a9935f38a64029f2d6e909a1854077a4b034f78 3d79dbf07e60ace1a9a65849f48dbf1e71d36e37 40fbfe2480371e3a4da23e3eb69ace498e003eac 423233431d3583a12def30c5a2ac9403b1bedb55 423ff7478a0d4cd4f012a36c000bd2c909b63f7a 47eff7a7ae4e9feb609095c6fb05cdb239cc6171 499fea211865a13371318078c3832bd9c38fcf72 4b7229cae0dc9733c979728ddd21df6b21b7690f 57b69d8c602850529421aae20338d45aee60de7d 5ae1714cc6e98a300da018236548bcf2a7c9b4f5 5bdfe1bb883835ddbfaee83af70a527837a69093 5f0c954475cb2b9c561335475159cb037521e076 5f1f0a8eee8e0579636b5a07dad4c23ff9fb6a31 616b37ffad38572af2a125773032c9e320ed70fe 621ad513e99193696c7117fc1dbada421b62321d 63643253142d08f077537a8e47b213d3e1e8486f 6546c8c9964535c2d58f1a693ac35e73caf8318a 666e94a037918455344cc0e08c236b926a5a28e0 67546d026bb0855c18826a3f705bfba30fdceb1d 68ededaac081d36b74e87a23fe7166e753e326f9 6e86e0101539a84176b4f607342c4d527a11d886 73b8be208964634f8b7d558c02055b9e95df8598 74f830c8ff2c51c3e7363cf2aeff762c82c766db 7718f5286d24304afb309e6a107791bed27c5fde 77246c4d0e5154d323af9981e64a8c039b762797 7c2c8e9d39e392f2f1d72deeeade4180f7ee9f42 7cd6d24961183c45c9ac2dfe7e9b7c45749a54e4 85030150936f58b38cc4dfda49aa7784eb3966ef 860e273478e8b09aca929ce2091457477b2ace93 87880893b1c4618b92019ecfb3b25d89de0043f6 895221df1c173ea203e9476fe7571b5ba59b2e3f 8ab31a5127b4dd1fa1af0388ee573037a93f90ea 8ad0a78714e0bae827ec5e57d04fbc5d53873d7d 8c9df49366bbb2edb2a76acf8b88db6a9e15b051 8d5fd5e897c69ab7dd5e0e8d47628a7d70ef318c 909ebd7d81ef5bcbb097bfd291e9cf184ed3523b 955b89f4d35ff0756e9d99857769122c0961cb94 956d6658476e4b4cf382a5116cf33244766010f5 97b85894a88f07e7d48b3a567551e5c1f2cabe07 98471b9d28945984c746bed26e72c22ea0ddaf0e 9fd0bdd76ef56f224ca8d170d2c304dcfbd89891 a11fd76098708a0a4dde339a1dafdd5886e96e59 a22ea3e5fb70190af72e30b3682db609526cc438 a295bf52bb8c4f1a9909a77e4b61c81039f22182 a3bd8b2063177c7b81e0c8954aa85d019421deef a825e859b3ab1dc9f352b17532cf576337e62536 a9286b5790a8d6b5badb463da73bcbe9bcb44736 ac06b5dfbde11911ee0916cd518038d1f3e1204f b84f63ff400498e188a029a98a2aac6eb593224d b93047cf34517fb2ec38bad01bd6b3b4f7a6a698 be24a4b10efd23fdb16ba7b7c6184cb968fe3244 c2b0f3fd717ca2fdc7a5b22845bb95b5681d380c c5c956f784c096730fdbfc0bc63df4efb590e3bf ca2a8e1f8c02b5de3cf2b091dbb3c7236fd55a92 d05ca916ed7231ffcc9c8fe483b7b16dc84347dd d0b6d9f98aa7b60c2305cfb1153335b8b4289399 d174607b0aa401c2264d0a9d9424a2c377b981c2 d2087b13aa530dc67e9ef167bcf50cc104bee285 d21ff876fb2606048316ff55b295735485534cd2 d8f141d052667d63688c341970b704f573e01cb9 dd3856d495220019c2bd70ed05b2a981b4efe619 de014f15a9278aea2095994d8929bd9281fcdcc3 e0ad42c5d51b33c91956e91f77a05fcb731fcd9e e1b914b288396b5428b2c1422e9cb10ff20a72d3 e988abb399b538f1808ebc87be738c3cdda7a251 ea6920d3b1f7527ab73e67d6b9e587aff98698e1 ef24970b367ece1e0b376f4829364bb5711f5a25 f344b174af017e4fd6d965d226175da8ce9502bf f37f3a7e3b115af87033d47e2cdf91e78de16397 f4be195f12b1b9a7dce9dc1dd3e978e242498ab0 f55a28d856b3fb6374f39a57bb50cf6fe5066a19 fb2a0864b620ee651a9b6ebf103e5d5296e6d6ad
Postgresql-Catversion: 202406281-1700
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-17-pgpool2
Source: pgpool2
Version: 4.7.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 456
Depends: libpgpoolpcp3 (>= 4.7.1-1.pgdg+1), postgresql-17, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-17-pgpool2_4.7.1-1.pgdg+1_arm64.deb
Size: 159384
SHA512: 7ecf5801f8580fac2e7653b1ffdcf7175e0d09f8d996ebf24eb9644b9bb7a79d955be251d13e69d67e131fa505a83c5c489e5d4c0dbb5e00a024a29b09f120c3
SHA256: 231c1a2a204e6373822d92276aa1d21fbc64243dc3a63b5f4bb80ed077c2769d
SHA1: 875b2178a67ef9a2f5a7fd6f9293b5fb42370cd6
MD5sum: 87ce843b31cfa520319add7b0ad6f4a2
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 17 server:
 .
  * pgpool_adm
  * pgpool_recovery
  * pgpool_regclass
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-17-pgpool2-dbgsym
Source: pgpool2
Version: 4.7.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 122
Depends: postgresql-17-pgpool2 (= 4.7.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-17-pgpool2-dbgsym_4.7.1-1.pgdg+1_arm64.deb
Size: 60824
SHA512: 1bd71423b054e9aee84bd6460b2555dd405aac7b11e0cc40ba739f7be87fcc4d39052eb0b7be39cad909f50c5f5534a62c2953fedb2bbb2398b70d2c4b851de5
SHA256: f7999e2499ac89736b56d9b12eec63fb221e07e647b1f871f3e262ad5ee0c932
SHA1: 57ab11063ab8807dfb3acebbddbb05439ad0eb0e
MD5sum: 5d03adf4d5bddb94e380e58add45f5fc
Description: debug symbols for postgresql-17-pgpool2
Build-Ids: 1d9e19a2a3bb4247f4e33da8428ade89ed1150ea 3a876b96b3e3aa54a96697de7658a0b720d3bcc1 7a38124b9c563d8e3793e1014a00bdecd5b28901
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-17-pgvector
Source: pgvector
Version: 0.8.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 706
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-17-pgvector_0.8.2-1.pgdg+1_arm64.deb
Size: 248436
SHA512: 8bcf05da2bad37f5413c28dd9e28559136a3c6b0b19927077feb6e7e928f14db2f06124000fb49dc7d3509ab35689e1efd251474a11ac9adc4395e33edd5d0a0
SHA256: 7217b054124c466575da9e6ffd7aeafdca3b0c1fa88e47778a64346fa5c5e837
SHA1: 2410c001f5822ebbc29200c2043fb66424d20969
MD5sum: 41a92e4fa59204cbc53daa7903a05d7c
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-17-pgvector-dbgsym
Source: pgvector
Version: 0.8.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 543
Depends: postgresql-17-pgvector (= 0.8.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-17-pgvector-dbgsym_0.8.2-1.pgdg+1_arm64.deb
Size: 338432
SHA512: 49498d1ba13f01c06542c55d938c7838dcb762f2504618c8844b9c28f0e11184cc6f8541d066977fd0fce11e4089b7ce3063c514d8f6b4cfe954fe9f26d5e317
SHA256: ea412ebe45e614e43f1a19a5cb6fff8479400c63f8ff9caceffa2249a8259d81
SHA1: 700a48e9856831b96c11f79f3a36b12c814646c8
MD5sum: ddea7c9e792e52ad9fe3e0e00e651f2a
Description: debug symbols for postgresql-17-pgvector
Build-Ids: 6e5b21bf1a154ee432395a7e87a06bbdb8738144
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-18
Version: 18.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39759
Depends: locales | locales-all, postgresql-client-18 (= 18.3-1.pgdg+1), postgresql-common (>= 275~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libicu76 (>= 76.1-1~), libldap2 (>= 2.6.2), liblz4-1 (>= 0.0~r130), libnuma1 (>= 2.0.11), libpam0g (>= 0.99.7.1), libpq5 (>= 17~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libsystemd0, liburing2 (>= 2.5), libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: postgresql-18-jit, sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-contrib-18
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-18_18.3-1.pgdg+1_arm64.deb
Size: 7153824
SHA256: 632c4888a75f83225c84a8783459394cdc05eee7f742d039bbe1094dc7b2a38d
SHA1: 3afb444293c9eaf0162dbfa365c5f487d1018bac
MD5sum: 7076aa39f50d3a158115d721cc75daa9
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 18.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202506291-1800
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-18-dbgsym
Source: postgresql-18
Version: 18.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38270
Depends: postgresql-18 (= 18.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-18-dbgsym_18.3-1.pgdg+1_arm64.deb
Size: 19848100
SHA256: 366baa020cc16abb24e7fa0b82562d6c5e24ea69355501a364384de0a0bdd2ad
SHA1: 6aa8efedd3d2577995c58065d66677c75c61f072
MD5sum: 9ff916358145f1240bc99c4b44ab6798
Description: debug symbols for postgresql-18
Build-Ids: 021c09a63c35bcdaa41a00e88afbe7650c129deb 04014d018f14adcb102e013622aa84a1c09a0edb 073db31cf157c035716a5b37cf417f7c6294645b 07bce926d15b29e8cd344b6c7ffd6cc034c7e4ba 07e08f0ed24aabae667b81746d04adfa3a90473e 08662afca156f0a01e9021b920ab3b8c77b2b133 09e60d1ae7b0b667fd437f17e8d167d95e9cfe3b 0ac57752e3244f5fe4ba690f3c0a25acac82df60 0d80cf229bd0e0dbfd9a4bb24d67036e571aaa06 11f3e8849320d9d508e86affa355a99651bd891c 183785dcb702e9b4c3d6603ecc9e11caa46fa2fc 1af9d2a8a4a1b40285a98de7864ffb1d0718f212 1db0a76aecd06721f994de253f745586b835d663 2f5059474321fd235a2eb5302ce22aaf8b9babf6 3060d613db3b0e11fd0e97ee9ab1a9da747bfa5b 322f62d93dcfafef2ba918ac6bcee6192b71e7d0 333be6c366fe197231625f9f5c96ae65e2c404d1 338ca0f9cf80317bdd4f18079197819fde54aa48 34b3428806810c7ec6732a26ad994dea1fd91c9c 3521ae4475a9ba4d419d6e5097859352a23be124 3c16dbdd85920480c63ffb95ee87f882a6bc37e7 4122ff6810c08eb2a83d9bf4bfa9caf56cbb805d 4227eb326c47f6d94d076af7a767cdc75c71f8ea 44b0f478ce2a0d7c31560d7db051f34d0cafc69d 488bd16224b41cfae5e21e081e0d0fd3adaba64e 4a72f2976567a5b51297c901c12bdc21b82ee94c 4b8115d717b30f6a120e6fe5bd03de1b441081dd 4c0b409c88c8cb9686bbeac599263e6dc6f334eb 5425b7269a9073bd99f97e8d74211043b2fc761e 54515ddc1665a9aa71645829870c7cc3311e12ad 54a3f706dba6b14b1437f1fecf387491a3d18d45 552badb3e76115141b901809ab2942cf06bd6edc 567b79840b7353ee3edba720a164560a14b4dcee 5b916a25e3a8dff5678a99393636ea2dbeaabafb 6036a90cf13b296260d6f0a9f10cd140db8cf561 61084f9bf929b4e4e4522a14d8adc0827c78c093 621c0e4c64746a59ace94871b1096990724aeb16 6334c2d9047b60773477c7387316e11771d86d92 6572b23a912649467c3c04dc72e24cf3b3555de2 659f866037d8bb2e52283c5da465fa5ca295345a 6a13177f31a718e89d6ea4a913626ef559ebe250 7024ed9825d0dbaeec6c5f30066610e5f0768273 741121553bbc0de640f83b00587b6c2be9e0376c 788e6cbe15c10022cdde5ba204dcdb8e7e9923ef 7909adfd0dd2a06a08af20f188787776f09c3740 7ba9669b98b452fcdb128bb250a17b9ad68c2ed9 7cddb35d2f39eba275b05b826a219a97ef67e354 7ead362b69c570b2f90e82a171e62e8f87fce43e 7f4f703ea07a003fa8ee520e63a1a3153a730d1f 8076458c5edec284292c2ccf50a18404dfed7653 84941fe61ecefd2f0dd2e8017153cfbb34f8a73b 858fae195ca6b4df7b22d168c82cae084d176fdc 89bf635d655d9b646df0a5163a73ce4eec90eb8c 8aaf5c7a20dd89ef85a3bc3c0c1778020c5609a8 9302105a3fa85f754288682d3f3687750acab82b 95e7e559e132174d7a9e46eb519e46759fd35f37 981e145686e9a165beb804a1732f016c39cdde91 98d3f62f4a1148183ebc0025d98fd0e6be50b974 9f09d81bebfc36436540f1ef2704b58acdeb52b0 a101bd945ac029a0956d8000dd28ec3ad2941d7d a2b74fc86e5501fd125b8fd0601552a290850784 a349f3a0d469f64ec5d83fec5d843b3a9536a2d4 a491973e25b74636bb7db06d938dabb4c4c57d4c a5aee4b551353503a86f274e7c82a5b4fdf54615 a5ff0f1328ca1261814d26a562c3a423ae8db7ab a6aac3ba51af143d45c652c1f628f92dbf258e3e a7fe19325519260324072a47b5451e98b6759324 b3a765285e970c69f653969f91e02ce2734a0d97 b52388b7639108fa2b8422f818300fbcc927243e b6f97b8acbc80e2578256ab93c94296d1a513c4a b91f15afb32aa4dae42a458160dc21afc4cff5c5 bb6dfb40cef2bf06842516fac4da986615890b3a bc6500e466b3b1c2b3adb8ab0251f2bed90a9f8a bf0bcfe385a15d04663492977a89b3c3c2a8ad97 bfa12add27365aea472a83724ec87aeb75585bb0 c0858dbe1b47ebc0fcef8e9956acaed61afff8fa c193d1aefb53c1764be1e77cb1c11646dd98fa56 c5267daff230069e543d87ca68831ef9db27214b c7fa26dc8517c038f0c2e503bfc63c0decf77559 c894422e2498ab6eaf95682e8f5dd092a7db5ca3 d07d4b422d05146499533bb6fbfe8a5ba8bd84c1 d1651645989a107d360f939222155e5e10bd0e20 d1a8443e08f43bb4f01d48a0e2e99aba5bcd82e9 d2620c848430fc9fe007480f790eab5d1400d0ec d2a73890c7137e0fc515133dfe26d3fa0719bfe8 d2ae80f78aee160ae84b53441dc35f46bb5ce315 da39d4c7928f61e30999b93b4605b5d4759060fb def5e21bc0a52d49bd43c7be9e5a5d599d95458e df338005546c2857c35dca4bac7910c490579cda e2d3737b4f111897044064e931c4e19482099d52 f0851ea5a2cebdb80b9c0599c5b507cf674e6fdd f17fde15b41aaa51dd2e9989a095c77dfc8579dc f5d1a73033857a8921ad5aa721e54f15c69ad838 f794d828f13e5e9e3f600823f837bc5fbb21de25 fbe276ba21cbf75eddc71e6ac2ab955b39f46c3b fd764f913eda72f5dff45d9f3639bb8d09186874 fe4c27a5625597c1ed5d303ac9fa02868287f680
Postgresql-Catversion: 202506291-1800
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-18-jit
Source: postgresql-18
Version: 18.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26148
Depends: postgresql-18 (= 18.3-1.pgdg+1), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libllvm21 (>= 1:21.1.0), libstdc++6 (>= 5.2)
Provides: postgresql-18-jit-llvm (= 21)
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-18-jit_18.3-1.pgdg+1_arm64.deb
Size: 10907716
SHA256: 0b1da418197423001db446de212c171352796e2ba388d35af14974599165325d
SHA1: 067dd1c7f610f38130cd9e085c7da2dd5e9b1bca
MD5sum: 194dcc67e3916e40ecd74b3ff23cd842
Description: LLVM JIT support for PostgreSQL 18
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides LLVM-based query JITing for PostgreSQL 18.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-18-jit-dbgsym
Source: postgresql-18
Version: 18.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1897
Depends: postgresql-18-jit (= 18.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-18-jit-dbgsym_18.3-1.pgdg+1_arm64.deb
Size: 1762936
SHA256: 787354b4c79fa9b443f3d5aa846892347de4f61c7a7cff2d6a120d81a7811889
SHA1: 52b32b0239a9956681cb5576be9e5a9fd82afc1b
MD5sum: e3420452e888ff6f12bd1713a7802ccc
Description: debug symbols for postgresql-18-jit
Build-Ids: 816724116749fa128bc04d8a5043c19ec535d7b0
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-18-pgpool2
Source: pgpool2
Version: 4.7.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 456
Depends: libpgpoolpcp3 (>= 4.7.1-1.pgdg+1), postgresql-18, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-18-pgpool2_4.7.1-1.pgdg+1_arm64.deb
Size: 159420
SHA512: 82dd347a95b4e9b4dbb4683cbfbbe49633c672b547f0c2a7c80d702fa8a8a2c7158d9d7e63c9c60524ba2ebbc4ae3533bc5b501adfb7b6d9b93e39d4a1fc56e7
SHA256: 64bb35d0946890951c9e40e05fb51ffb70bdfe89e99b78d7d81c33be0695c456
SHA1: 03891201c3a10c4c7d685eadf6a9499e07a919f8
MD5sum: 302996bbab96bd1e9e9b6b902746258e
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 18 server:
 .
  * pgpool_adm
  * pgpool_recovery
  * pgpool_regclass
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-18-pgpool2-dbgsym
Source: pgpool2
Version: 4.7.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 123
Depends: postgresql-18-pgpool2 (= 4.7.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-18-pgpool2-dbgsym_4.7.1-1.pgdg+1_arm64.deb
Size: 61264
SHA512: 9d57620d92facac898ec17f5a269321f74577fd5a982628b705390d3ed734dc7d0b70b5e24b78bed3251a76d987d773966a62f16c33ec274721d9f3727c86546
SHA256: 41db19ea18fdd19ca9f435ebfc2aa1e1250867402dfaefbcb43efb04c2df6e2c
SHA1: 42ce6ca84d3a0d9b0e0d8fc6b5e16c1b8bdb31a8
MD5sum: 71726861a43b6980602bdfb0025a8832
Description: debug symbols for postgresql-18-pgpool2
Build-Ids: 6f3effd5caf38d416da26c9ca6ac17262ad31883 726253ed9f2eed242a8b2d734664b2986c253c09 98f8034159ffddd9bb2ef019590190630e3fd1f2
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-18-pgvector
Source: pgvector
Version: 0.8.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 707
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-18-pgvector_0.8.2-1.pgdg+1_arm64.deb
Size: 249852
SHA512: a617e6993c1267baa1b037105ffcdf0246b9c3a13743412828f0a3584f097c3f0ea0fab893571d6d2e3b024d2dd9cff6c752d3ac0b2e1b58df05983d38ddeecd
SHA256: b7088ad9b95feb67a1bbdd86c8df0649fdd46731d49ee776cdab7855e14f9930
SHA1: d64a871f3ede242196534f813a7b256fd7899013
MD5sum: ad4fbba3dbbb69d427d853c107a65cea
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-18-pgvector-dbgsym
Source: pgvector
Version: 0.8.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 548
Depends: postgresql-18-pgvector (= 0.8.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-18-pgvector-dbgsym_0.8.2-1.pgdg+1_arm64.deb
Size: 342428
SHA512: f693da58fb4c27adce5df5a7e5b6a2851383d524c677f64f84b6eff5a6fc57f14efd421473d27aae5d03f5c076437e3447882c51f41e059a9de4fcbc65c12f5a
SHA256: 5badf8d493423c8b9e50c900dd822de288d4beed04a65f599909230174efcb77
SHA1: bb673f4d20a1528558a5b51b6bd5874023827270
MD5sum: 71f0edd85d187d19a993e328b196c618
Description: debug symbols for postgresql-18-pgvector
Build-Ids: 29c9a6d129bb0e2a902afdc38404a571acef33d5
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-all
Source: postgresql-common
Version: 290.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13
Depends: libecpg-dev, libpq-dev, postgresql-common (= 290.pgdg+1), postgresql-server-dev-all, postgresql-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12, postgresql-13, postgresql-plperl-13, postgresql-plpython3-13, postgresql-pltcl-13, postgresql-14, postgresql-plperl-14, postgresql-plpython3-14, postgresql-pltcl-14, postgresql-15, postgresql-plperl-15, postgresql-plpython3-15, postgresql-pltcl-15, postgresql-16, postgresql-plperl-16, postgresql-plpython3-16, postgresql-pltcl-16, postgresql-17, postgresql-plperl-17, postgresql-plpython3-17, postgresql-pltcl-17, postgresql-18, postgresql-plperl-18, postgresql-plpython3-18, postgresql-pltcl-18
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_290.pgdg+1_all.deb
Size: 7768
SHA512: b7e7285925cb450b444cfbf58c71611880b29035a5d2dce8f0fb06dc96d99214a503da1f47ed0a776646920ba5a5e1b749487edbf259fa5bf68f3951d81db8b8
SHA256: d6a68a60ad8903e6c56709b940f0d607a6a5829d19e29cb4659a986fd42a3e6c
SHA1: bac3b1c274952cc3af550947ce612d64124dcab2
MD5sum: a88b76a944df3075e3a8b623b6d4c2a3
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 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.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-client
Source: postgresql-common (290.pgdg+1)
Version: 18+290.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13
Depends: postgresql-client-18
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_18+290.pgdg+1_all.deb
Size: 7624
SHA512: 2bc02c48d072c7de1bfa74e1848e812de88ff60c5e1ff122a628b7bb2e165e08474f4555693f621c4deb2349350b68d199745fd0bee84faf285ede1d1dc82266
SHA256: 77d5a24a6d3cfe33134f8a78fea253eff87f59b9c35b5ec53d5669cd67d43af6
SHA1: 48095430c2aca2df1796318f2b3d6197267a7275
MD5sum: f19fa10a0a49d6c201e5bf5f6e85b818
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.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-client-14
Source: postgresql-14
Version: 14.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8506
Depends: libpq5 (>= 14.22), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-14, postgresql-doc-14
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-client-14_14.22-1.pgdg+1_arm64.deb
Size: 1643628
SHA256: 65dad0c59bed8d467ba513c6b9f89a0be41f8e31e9e9adb2a599bce9f10b83e3
SHA1: 8aeae71898036fc22cd51e9ab5e5b905d24e884a
MD5sum: c448df1ab57dd42966590af05ab76bfc
Description: front-end programs for PostgreSQL 14
 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 14. If you install
 PostgreSQL 14 on a standalone machine, you need the server package
 postgresql-14, 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.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-client-14-dbgsym
Source: postgresql-14
Version: 14.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6068
Depends: postgresql-client-14 (= 14.22-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-client-14-dbgsym_14.22-1.pgdg+1_arm64.deb
Size: 2544408
SHA256: d489e2c4af4663d50cfc7f284d890ca4bdb1cd35cdb9fc1ef301a82ffc7b4b92
SHA1: 77f8844d90077ba35cc3801a56e91f32cce10ae5
MD5sum: 3210c88f03382bc7681086116ebf37a0
Description: debug symbols for postgresql-client-14
Build-Ids: 0dfb0ff8ef9a737316d6f194e32a2e9cbfe2e18f 1b002c58b26ddad6a3980fc87bfe66dc4e063f46 351905ea3c2b560daa6b54c033e0789e8b89d1f3 3eded1d5b97387183a8ff43fb0929d8d8947bf92 4ec2ca3070ee22004704b6774aef3a407c2027f6 6c8dbb013776d66dc46517bf6be62b0352fda0a5 712a807876b85b37a97053f3b52bdf253454659e 862bc5aa30d32347b78f8d1c99af7a3b2085c9f3 9282224593a5d66b83c7e45540c255a78e23afdb 941661db776179b152e44bd684b54ad909e2b2c9 a673918be1b5a0ffbb46da0f88a5ae8d3363558a c6e64a25580603575ce36b319b22d76002473e99 cffa7733b5694d8970053ee6b72d0f9cfdd1e381 dc91e5440db34baf86fde3d99e69e55ab1bbb4a7 de74a00297dd97f8792891d7dbb94c2e49956ef9 ded93a499d37d25735e9587459efe08549fa2383 e980d107461551e01af88389336806dd08b20c51 ebed97d49c4558e4719977c9f0f00efd4ba8a2e7 ee97c3049ccbb2521f376c8eaa86d2ff2594ba78 f19144a116d3ff4ba61037c7568b0c926b9f5c21 f86ecb36bfb49a2e6f5a9dfd31971b444cc13d49
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-client-15
Source: postgresql-15
Version: 15.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9024
Depends: libpq5 (>= 15.17), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-15, postgresql-doc-15
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-client-15_15.17-1.pgdg+1_arm64.deb
Size: 1707324
SHA512: e0e7716514cf95585f9f516d9e8049f54440798396c3268b19c6da39b4ca81ed744d28585a7ad347273cb7e64535d3e508cd96d3d00fa568827dc186ad932887
SHA256: 1b913e75e38e59d07932055b57b5911a0f5aa30ebc503701e04fca27f955c2ff
SHA1: d83a48e27340d461d31dfd2f03f6351c5e22bc7c
MD5sum: ff72927e60a5dc6b7c1df79f4ef29b8e
Description: front-end programs for PostgreSQL 15
 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 15. If you install
 PostgreSQL 15 on a standalone machine, you need the server package
 postgresql-15, 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.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-client-15-dbgsym
Source: postgresql-15
Version: 15.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6353
Depends: postgresql-client-15 (= 15.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-client-15-dbgsym_15.17-1.pgdg+1_arm64.deb
Size: 2720092
SHA512: 6ca2cca7b2c4ae1d9ae12f452d9840f9d04f840cf1c0011dc74d5e86f939aff6eb5671bae3a8af550c6a8afe2ed634cb4aa3ebe98b193b0275952b6c228d0e61
SHA256: 49718895cfe12400715ad990227d89c64522f22e874b597a0e95061b662b3d1b
SHA1: 97688404df84d3edfd1d7aade670099952fd10ba
MD5sum: 939e2453d9f21aad81c0ffa595d6785c
Description: debug symbols for postgresql-client-15
Build-Ids: 163a8c2a19dec5b024ac3961051c589e35a2c18b 22b3d5a5da5e897bbc3c70e04d9ae91ce6fc8e51 3fc12a0113e56eae3fbe928b30475db7b6bc05ea 40f729a6f74eb7053fce7acffc4cff9fd24e3734 44242b8c25a8eb2a4bd1233c4a86c2edff9d5bad 6fac8930f04e040ca19faf835d3b3e3b8b93aea2 708600812c3114d6698904c013b171f7485b2ce1 767d87fc5519220f8ee524746d0d7fa43290673d 7cca1db1f3f105d3f094c7efdaf792741600cdeb 7ffeca72132825bbf35c6bf3080f421fd25bf52c 85f1d0f495d25aa7a00839d2ba12b0bd4b685405 94aebe2dd87ea83c9e7cb42f8a9bb5c864c4694a ac07ff534cc31cfb2dc104a36e39112682acb222 b80255e30de07d559a90461e4b68452cca92418e cb34b725cadd9bf6320897d1d1e990da6a47971f ce2c2a342d3c95f422f966d669d5ea5bc8dafd19 d0751d87503f6fe45250c8c5194f10a48a96c628 d8998131bf3d2fcdf8d98f435630f999e1b1668c e5f2223bff8e69cbd22be796322bf8f2af1bed7a f716b079641253cc6b1fc9162f09f924daf58d33 f89b1535fac02d38a6dbc18aa088f1504c2978bf
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-client-16
Source: postgresql-16
Version: 16.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10432
Depends: libpq5 (>= 16.13), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-16, postgresql-doc-16
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-client-16_16.13-1.pgdg+1_arm64.deb
Size: 1913168
SHA512: 1182baf5030b84454b3ba649cbf9894eec55fd2c6a8f222dccb40a1e5213ee54aab6f39c32b23389144a7bf38ebf2330c2a4e6c37cb073ec1d0e6ae80b613183
SHA256: da541f4a772c785cfdbf8c2a8c027980fd5195cd8bce28815d0ba0f0ffcf1566
SHA1: d1d0df1cf5fba279515091aa35cdfdc44b663b33
MD5sum: ce7033353d2393c73d74eb242f754376
Description: front-end programs for PostgreSQL 16
 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 16. If you install
 PostgreSQL 16 on a standalone machine, you need the server package
 postgresql-16, 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.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-client-16-dbgsym
Source: postgresql-16
Version: 16.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6661
Depends: postgresql-client-16 (= 16.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-client-16-dbgsym_16.13-1.pgdg+1_arm64.deb
Size: 2804688
SHA512: 721796d07ddf910483da2470084ea52932a99acb3e3c38e056928d7d0e41168cac8f569680000743e64dd8c0729521f8129ef61cbccf15d1f06bd173018fa1fb
SHA256: 747f3ab23035affedcc8bf6f6bff41ee5cbb22b6178453cfa1cd7417bd1ba124
SHA1: dccc5817b91d652ff15d78d7fb7b643a32f5ef1b
MD5sum: ccc4453f5aa89bbd3a37f6fe5774f9df
Description: debug symbols for postgresql-client-16
Build-Ids: 1b4d561f18e992d37f9f21a18908a27d49689f3c 1c8b1db57686153e7714fc50939799f7d56fc7f7 1d9e3a7f3786e253fdc73fc45b87ff5d70f690e2 207204dd7ae6563a9c6e20565f088584d0fae0e0 231fb2ea0f44fb2e4269d347641369b0323a7dac 2e44867cb32a09b25df32c17dd4b977b8d6dcfdf 361e3668e81f5c1d98935cb6b41866bed123818f 3d492e12a4bf6d3ff553399748b93adaf9861276 449812c5ef115eae8ce945b1a4a2afa210e0ee23 5084f2f2a98f6525fea66d089b8259d8218b1c11 585d7a1805742ae775b6e09279d1ccc5d5ee0cf0 67cd46dc4efa1e7d11c6ba160e599c0e54d9acfc 827180248623ec193f123b9c5a1548ef2c77e96b 88c2e104229c75bed8a39fadd69d95015e8ec6e3 91cfc058a2789f4d4c3ef815e24752b56471c686 93d4012e11708eddd3128d98ba24dff870f95e94 c19bbb8e4b5108e22142c9fd69c23800e429f05d cf95c32f68c63dd30cfce1b63e741bf36f469e25 cfec436280e9c76642d3daa1f39314d7a88ba1d5 d26767eef46f91f9b36cebdbf775138f7bf77535 d82538b26348d7d820a559ac4be74a5dca6d0004
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-client-17
Source: postgresql-17
Version: 17.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11128
Depends: libpq5 (>= 17.9), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-17, postgresql-doc-17
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-client-17_17.9-1.pgdg+1_arm64.deb
Size: 2003992
SHA256: 0ac32e3279333a8434c3737d6d101e5b7f19c7b6e5e00d180e1e221794b37b9b
SHA1: e79808ef448066753531536c78161a1cc78374d3
MD5sum: 0404a03665ba157ec16f203ed94fedac
Description: front-end programs for PostgreSQL 17
 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 17. If you install
 PostgreSQL 17 on a standalone machine, you need the server package
 postgresql-17, 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.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-client-17-dbgsym
Source: postgresql-17
Version: 17.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7133
Depends: postgresql-client-17 (= 17.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-client-17-dbgsym_17.9-1.pgdg+1_arm64.deb
Size: 3053248
SHA256: a4b039064d8ac201b688b684765d0ea379474d9c4599a474bcc7f584accfcbc5
SHA1: 9502254613a57e4aecf949cd2c64e6c5b60816f6
MD5sum: d3bf0d81c6621fc6b4fc3a8921b9a0fb
Description: debug symbols for postgresql-client-17
Build-Ids: 0510a57a18aee11ba318c72b06e869645953f247 11ec81483eb287b52d12e05e970199c54e42e16f 343a35909d750434f81d74ed9bd4797560380166 667ac0aaf13f20904f294d9fc6b964950da842af 6aaf50fc4f0d20bb30de77c47afb7e763170096c 6fa92d272262ddae637d3b77ccd4096e64856ba3 794b245e93fbeca083476d734813985c09d54127 7b00b7ea7c406a6df8e3fc4a4deb367f4939296c 94991a38d17401b822e910482d52e4ee776efada 9dde59867e2ea7e72cff565f14fb93bdd6b0a96b a0bb059caa3bcddbefd24d2b52017ad49b2e2ff8 ab71605155651a215db529d8c9ac6a140c509667 b3339d98b605109cdecb626c06dd9a0dc70c0d37 c9ebc32f4d4af936d595d5a96fb7db78d49ae697 ce05aa631d1d00f23faf5ff8409c5dc020d61133 d876e90ab51e353577bf34aff15d050249f5a1a5 df8521aff3cf121fad4be9a68b7ba9eeea1b10fb e0f5631be03b11a6b8d479becf3a14aa2197ab4b e35c24d8618c266ba1984397ba87a5fb0308cbd1 e574a430c7d7c2537447f3258fa4939596d36d4c e88ca2f39be6648d9d4a03008e6642084ccd8351 f5c4722faccc3ad957ec6d0b860620bc774eb388
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-client-18
Source: postgresql-18
Version: 18.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11850
Depends: libpq5 (>= 18.3), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-18, postgresql-doc-18
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-client-18_18.3-1.pgdg+1_arm64.deb
Size: 2081968
SHA256: 4ef36b78cc4c3ff70f8feece5c14b1df2ea20e2dc8c3b94e7faed0cdd1e67127
SHA1: 9888fdc7b9b1d37a04220be3fa5bd84efebe8330
MD5sum: 31e9c529d27f8d0ad3263728d2e61ad3
Description: front-end programs for PostgreSQL 18
 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 18. If you install
 PostgreSQL 18 on a standalone machine, you need the server package
 postgresql-18, 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.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-client-18-dbgsym
Source: postgresql-18
Version: 18.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7761
Depends: postgresql-client-18 (= 18.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-client-18-dbgsym_18.3-1.pgdg+1_arm64.deb
Size: 3302304
SHA256: 54ec140aa637406948b1edab2c1fe4273babccce6572e4ccea701ce984f82632
SHA1: 051e05082055a63791c9a77b18fb1e1e79898de6
MD5sum: dc82141dfbfb74e685562b4185feabdf
Description: debug symbols for postgresql-client-18
Build-Ids: 016fe3f388963c92d2f85623c805a5662db2b1a2 1cfde0896a48a0fa26ad02fc49c3e78d698c2b65 231ddd39cab88e9830203c0ca94d22356ac9907d 277dcf2de5d299181c3f391eb791490229f2fb7c 2b3300e81b7c9c8cf645645ec934269845bf55ec 3e73b6056a0b2cd651be15cd94d07b4343735678 4f1b2c43c4b0d773a05db87ad1a586071ad0ae6d 690f4da74f3c892aa33df00ff2b1e1defc0732bc 691747ade94a9fa15a8b6ea8e6671c448f6aef19 76d945730c9e1048350cea0e64214c12c43795c2 951ee5c186428e0fd3dff8fc7e5822713ef8eaf1 997acba632e970b8e740c2b8d29ecdd215198594 a27e4322e3cf83875d4f3fb7aef5dc918ec0130f ac3b4d1c4665c532e8c05a9376561d0897b3aeaf af4db8383e76174720fb44cd7785d02c0efe8398 b25df4473c4a145eeff18504d4f3db80d2fd4305 b532d42fcda4901c75ee1a7044f33cac47031fc9 bffc4d3db8af82de348a75579afc01d2e41c191a cbf163af5bbac34b1af79384a2040d3ccace2fb3 e4f4ee6c029813199c9ce1a2aadd812e5abb42c0 ef4a276e1eb2c47af72bff86bfc9e809c3004d23 f394f05faf3719732652f728a18e0504c4cb7c97
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-client-common
Source: postgresql-common
Version: 290.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: netbase, perl:any
Breaks: pgdg-keyring, postgresql-common (<< 269)
Replaces: pgdg-keyring, postgresql-common (<< 269)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_290.pgdg+1_all.deb
Size: 40480
SHA512: 03258e5b13d2150797b2f905e59a8878f1ce803611f000ddad2445f3124670b07edf4390c3f7857ebbaafda83d0e3cc254ed421f91ca7c4ef59135b4f40603df
SHA256: 36fa31929ff1de05c703ff49a930278086f90465b98cbbaa8bf5e565e4c1c9e6
SHA1: 95016c7e98969eceafd25bbf679510531d71ae33
MD5sum: 441705bb334b2005d361512f4b93d96e
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.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-common
Version: 290.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 346
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, libjson-perl, sysvinit-utils (>= 3.05-4~) | lsb-base, postgresql-client-common (= 290.pgdg+1), ssl-cert (>= 1.0.11), ucf, perl:any
Recommends: e2fsprogs, logrotate
Breaks: postgresql-9.1 (<< 9.1.1-3~)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_290.pgdg+1_all.deb
Size: 105192
SHA512: f2e9a136d5f0d7fad23e40afa47ab6cbeef57e5fa416dd30ecafa6b661a1cb849296c09bdbf282d26721f38a4a2fa8b83958e6525caf02dc54409f160e847623
SHA256: 11c19f7b725670080bfee17e744ffa3848e06febd6f3962ead749c15f55ea71d
SHA1: 98a05e5177b032491d317dc0b21b73fbbc01f45a
MD5sum: b5285f32b7dbe25f4a2e82d056632f67
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.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-common-dev
Source: postgresql-common
Version: 290.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 327
Depends: libipc-run-perl, make:any
Breaks: postgresql-client-common (<< 269), postgresql-common (<< 269), postgresql-server-dev-all (<< 269)
Replaces: postgresql-client-common (<< 269), postgresql-common (<< 269), postgresql-server-dev-all (<< 269)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common-dev_290.pgdg+1_all.deb
Size: 66064
SHA512: f5c443f540b4b7d58177c518b016bbd0bcd0d32319a98993d5bc6abeedeb7c2c074129bfd518394a9b406bda52d4767b7dcfcbcd2b93dd6ed17df0548b5a6fb2
SHA256: a7c8da7835a34b0d67f68662223de41e3d57073eab93e04b94ccd35a3286411f
SHA1: 901b6d07fece126ac8ea6ceecea4537858f254f1
MD5sum: f409624580e3a72c26000daddb42e16a
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, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 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.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-doc
Source: postgresql-common (290.pgdg+1)
Version: 18+290.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13
Depends: postgresql-doc-18
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_18+290.pgdg+1_all.deb
Size: 7616
SHA512: b9e181aaf4d2c35c06cc67622f2136d29eb5f258dc969206e19ba38b75256d007d69d0128e5e3731db2b5bb2b53de523429b30b82ed9018e03a0961ff2f8c8aa
SHA256: cb8a82a3b7b7c7454442ddbf00c4bfa3e345ebd2340dd6affbb83b3df5f7ac09
SHA1: 491a9b19ca7589e3408b3857a084ed447bc8feac
MD5sum: 01c4d4cb3a1f53a5a193d738a3f4b144
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.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-doc-14
Source: postgresql-14
Version: 14.22-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16533
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-14/postgresql-doc-14_14.22-1.pgdg+1_all.deb
Size: 2076656
SHA256: 53bae4839eb9b17d061553535342cb48d7ea767c15190e077c33a95eb6e08768
SHA1: cf491207bfe0ad685f74811ceea82f911c17ba14
MD5sum: 1a8936ae6eb00252bbde5be45c2df5b3
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 14. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-doc-15
Source: postgresql-15
Version: 15.17-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16374
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-15/postgresql-doc-15_15.17-1.pgdg+1_all.deb
Size: 2089984
SHA512: 27bb872cfd8c1f9330f15458fef2d9c44927e5253354af316fbf036232458546458d68bd772c2ed5e2b1083c291eb7e4b4e155a0ee68e4ed07646a52a7f766cc
SHA256: 8ebdbf0d5201a19f09e99f27870dae5d393e5d4eef7d17f572e1a6245f7deffb
SHA1: a7850663a8b4345e0b6b3caacca9d357f7b8d44b
MD5sum: 66d06ccaf1b10327da7d712670e87887
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 15. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-doc-16
Source: postgresql-16
Version: 16.13-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16917
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-16/postgresql-doc-16_16.13-1.pgdg+1_all.deb
Size: 2143132
SHA512: 3248dc54486abf431edcd6e69831950260d63886931c70b4c5e4796343a6331ed5441315ab1761fb196db18947dd67164228594d4552a6cd0f752463dd7e8176
SHA256: 5f093828e997d0eb6fe8bc7d1dac0e47c8222208625be8d15120283963ac9c85
SHA1: add2a696ce60c4d5ffdca4aecad2f4a61763844a
MD5sum: 91791dfad06a6529a1e6c2d768f37417
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 16. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-doc-17
Source: postgresql-17
Version: 17.9-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17093
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-17/postgresql-doc-17_17.9-1.pgdg+1_all.deb
Size: 2157788
SHA256: 719cf1fd72c1c3a3f7e663166442124487b8e83f84b8c900c4b32cf9815103e4
SHA1: 20b0919839dd591bcb68499820240175afb2107d
MD5sum: 595944c7cf83c1ac4c483ff116e723f2
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 17. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-doc-18
Source: postgresql-18
Version: 18.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17373
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-18/postgresql-doc-18_18.3-1.pgdg+1_all.deb
Size: 2189492
SHA256: 50f2d027be0559175f148c42939e3e5ac14e5b20120f6f0f8a3495b60af640c7
SHA1: f8ace2881032b7f021a11aa065df9aa302b83345
MD5sum: a6509f2dd3499ac638640686f82b3ad6
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 18. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-plperl-14
Source: postgresql-14
Version: 14.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 567
Depends: perl, postgresql-14 (= 14.22-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plperl-14_14.22-1.pgdg+1_arm64.deb
Size: 86800
SHA256: 1d5d2c259eecef59c8f38b6c95dc8de6245667f4ac1440555a5711024de14af3
SHA1: 63e6ea670bafeaf922d5cc032e7edcc7816b129f
MD5sum: 522c027880b60286352de88ca59294e6
Description: PL/Perl procedural language for PostgreSQL 14
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Perl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-plperl-14-dbgsym
Source: postgresql-14
Version: 14.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 339
Depends: postgresql-plperl-14 (= 14.22-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plperl-14-dbgsym_14.22-1.pgdg+1_arm64.deb
Size: 189052
SHA256: 46f60730ee66ce042cb03f7df889be4410fb99a0485b109ea06fcd0e1e144535
SHA1: 62287ae70a7ddd12590c28ae09159317fe0f3e3e
MD5sum: 81ef661877604fe3c6cc111f8eb47705
Description: debug symbols for postgresql-plperl-14
Build-Ids: 387a5e42a7d99a5da82d1611bb494022dfc9dfa5 58852df218e4de8e0c6e0fe7236f81c4451433ca 696432f7c6b01f192f065338fe1a02d470c1112b 8b19b7a0c48ad71620acc6b58d01e822a07d2c46
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-plperl-15
Source: postgresql-15
Version: 15.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 569
Depends: perl, postgresql-15 (= 15.17-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plperl-15_15.17-1.pgdg+1_arm64.deb
Size: 85412
SHA512: f81b50504365d34ed70f2b06abf176416ddc7357db40ebe36d1c12114713d0d898a9b44fbfb3bb9387518d483a5011d68d0df81a35dc68f27bb1e09156cf46f7
SHA256: 7706a5f975a17015a67972db59899de17d664fc6ff7efdf4909dc7da32c14976
SHA1: f257dde1f252dcee6002b2a38bf1fdb6331f33ce
MD5sum: bcfaf871d4c117774c783cf54ce64c57
Description: PL/Perl procedural language for PostgreSQL 15
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Perl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-plperl-15-dbgsym
Source: postgresql-15
Version: 15.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 342
Depends: postgresql-plperl-15 (= 15.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plperl-15-dbgsym_15.17-1.pgdg+1_arm64.deb
Size: 192848
SHA512: a4b7d85bf515ebb3de2b666e710ed910c690fa25ed024538727b1ee29f1093d1ea032ffb28e286752c4e55933faab7d5dc9bd53ed526e78ac4947edfec539006
SHA256: 8a26e8846c40995d00eceb7f8d3787d61090c4453ef6c2f97b134e3d33882067
SHA1: 335dcafb2c4808124e57d8ab4f78d94377ce8e97
MD5sum: 791f31462a3d8b08189c1555d87eb0a5
Description: debug symbols for postgresql-plperl-15
Build-Ids: 867a33448a13617938eea82c09349716600d8e09 93dc95d6132a12b9d2da22da30a5eb83f5f37448 c7d22442543c0c5fdc38ac8432cc18557f880552 f999515acc734be898dead00fa926e0b1a6c5301
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-plperl-16
Source: postgresql-16
Version: 16.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 582
Depends: perl, postgresql-16 (= 16.13-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plperl-16_16.13-1.pgdg+1_arm64.deb
Size: 85828
SHA512: 506e3107893b34040052e52c81ea409cf7c05cf0f39c9426f85ce472d8c3a86547ad5e85d31de08381774433db782ad7e9da090b68de2d673cdbac7625a75e08
SHA256: 83a5091b0ccd13f7aa1cf88762d028bbdb3a85fa916ea3eef1eaee13a118fc6f
SHA1: 1fb535b5689bd1b36fe04adef94a22602d0c6db7
MD5sum: df0259037805c0cb27d0496bf03386c1
Description: PL/Perl procedural language for PostgreSQL 16
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Perl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-plperl-16-dbgsym
Source: postgresql-16
Version: 16.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 340
Depends: postgresql-plperl-16 (= 16.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plperl-16-dbgsym_16.13-1.pgdg+1_arm64.deb
Size: 196388
SHA512: 5b756655044af54da9e0eef73c5aa1b9ac7fc01c20b0a5f591dd278f8edd85517c81794251c423030c0e0cbb8167d7b19cf4be3b4e7b23044285017584ec4dd5
SHA256: ca83ca5198db438fbd2667174a4a27b926a04a5c8827dc701feb98fe5f8cddd7
SHA1: f651e653bae9197db2e4ec2d65ee0b7f5eb3d880
MD5sum: ada5af3ec36d939e615cb9089467bcaf
Description: debug symbols for postgresql-plperl-16
Build-Ids: 1493849f8d4b116e63005f099fc91d70be050b45 550d255c2ca68531ef09d5f23b47600f890bcf91 757a43c6fa7254875d9a475454bb68376b1f536e dcd1b6782d112139eb676c6a9be3a3e838a343e2
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-plperl-17
Source: postgresql-17
Version: 17.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 580
Depends: perl, postgresql-17 (= 17.9-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-plperl-17_17.9-1.pgdg+1_arm64.deb
Size: 83380
SHA256: 69734546ee70faae2dc0253d443ad4a20b75902807aa66e932e1a08dd0244866
SHA1: 3be9a328138b879af9ea7ee14e2ee1ec98d9234c
MD5sum: bfe678f44e156c0b131a5413eed039cc
Description: PL/Perl procedural language for PostgreSQL 17
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Perl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-plperl-17-dbgsym
Source: postgresql-17
Version: 17.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 348
Depends: postgresql-plperl-17 (= 17.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-plperl-17-dbgsym_17.9-1.pgdg+1_arm64.deb
Size: 199936
SHA256: c922a85bc2dacc8ef71db963d01946dd0d25573ee076b73e98a07087bb13e581
SHA1: 187e602e00579553941b7bbe9ed9194f452b4251
MD5sum: faafe139a68ae4a8e86fd1196e7e7c3f
Description: debug symbols for postgresql-plperl-17
Build-Ids: 59bf89503b8180e07b7058e0fc2d5086d5362f90 7cccf162a4ec2bbf9fd4a22c6e82e0d6f8d8a0f7 90c32bc075b6921348d794079caa4630b88572b7 a10b22bd6e215e82ff847ef434c0633b96929b19
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-plperl-18
Source: postgresql-18
Version: 18.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 541
Depends: perl, postgresql-18 (= 18.3-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-plperl-18_18.3-1.pgdg+1_arm64.deb
Size: 65800
SHA256: f8541a1d6b9c75d64073b47d58b342c98b43640f685ff8fb9b3f2d9f21e2b8a6
SHA1: 77df4219d51cff56dcb1e32f932aedb65dee32c6
MD5sum: 1d1c34cc1973cbba90fc555d7ee8977c
Description: PL/Perl procedural language for PostgreSQL 18
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in Perl.  You need this package if you have any
 PostgreSQL 18 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-plperl-18-dbgsym
Source: postgresql-18
Version: 18.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 346
Depends: postgresql-plperl-18 (= 18.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-plperl-18-dbgsym_18.3-1.pgdg+1_arm64.deb
Size: 202408
SHA256: 6d0fa6f213bd41ee8026ed70e2e0e5e83be6c21de59698e73e69ee610f80c07d
SHA1: f9a79eb12698946da3692aac096203613e0c83d9
MD5sum: a2b12d5b5b05bc3a9505b5cca322de1b
Description: debug symbols for postgresql-plperl-18
Build-Ids: 079fc0e8573a70eeaf6c1c8e4567a5e12f350183 5ec927d2e113b6d020af01273dcb37c130dcb9e6 673165c9ef1450f5e14f3ca849a5663770582da1 d811ec45bc0b51d0804e5cdfda6c0521cc6b16d8
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-plpython3-14
Source: postgresql-14
Version: 14.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 724
Depends: postgresql-14 (= 14.22-1.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14_14.22-1.pgdg+1_arm64.deb
Size: 111924
SHA256: aad4bd0977c9d1515e7d7b5572b2003f04c8951c20ff376207169469b3a9f4f3
SHA1: e03ca7cca3678fe5703b41a4060a911e82e936db
MD5sum: 269bf42553c3497e0cd887253d6e8f41
Description: PL/Python 3 procedural language for PostgreSQL 14
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Python 3.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-plpython3-14-dbgsym
Source: postgresql-14
Version: 14.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 381
Depends: postgresql-plpython3-14 (= 14.22-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14-dbgsym_14.22-1.pgdg+1_arm64.deb
Size: 190780
SHA256: 0e56f899d60cd565e2d9cfbe1f0ef39b0afbaf095cf1d9aded851a9b57da1521
SHA1: 92a68e209c306aa9eed40aabb1ff02a0dd7c5a51
MD5sum: ca4264a0e13cfad41bbf526bf695b9e0
Description: debug symbols for postgresql-plpython3-14
Build-Ids: 12d656774bf2fcddd88d45f1d1bb527c5d3a7029 17c71a6c7f957870a7b8b8efbb18084663aff2d4 531b6f4d5c878bdf123685a32ebb5d1f73b787f3 c911bd0ecad21c227fce066930433c66cf4a1f45
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-plpython3-15
Source: postgresql-15
Version: 15.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 740
Depends: postgresql-15 (= 15.17-1.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15_15.17-1.pgdg+1_arm64.deb
Size: 111932
SHA512: cbcca3620e9fa355ac81f4fba9e08aeee126f6e6d098b36494a414b0b882c5cbe3ebcfb81eebbd8d3aab88420c486646d2532c88f3e1e9cf2e2fa7b6e00e9607
SHA256: 7c0595f5c154501cb4e83f955e2d57e45363a25ea857e50f7886241054e84245
SHA1: 3f5b230338622b53490a73a0e67d2a43e7bae57a
MD5sum: 3a23c36f164d9245810d192ad4f56665
Description: PL/Python 3 procedural language for PostgreSQL 15
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Python 3.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-plpython3-15-dbgsym
Source: postgresql-15
Version: 15.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 384
Depends: postgresql-plpython3-15 (= 15.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15-dbgsym_15.17-1.pgdg+1_arm64.deb
Size: 194568
SHA512: ee15a473c3f01b9d086b8f028b2125aba534f9aa66e4faa63334311a3e320507f62750f3fffaff45c52c12eed76b414ae9fdebd245ebea6b56b8ca34331dd728
SHA256: 0b88900d242c8ae7ac680625355d0ca8963c1c91a489eaf6defc9f6d75537379
SHA1: 2a5bc5d01c914b501de2b6175c353a5057916587
MD5sum: 07edfb043b16a99188e6c84ce7389bad
Description: debug symbols for postgresql-plpython3-15
Build-Ids: 78bea03870ad0abbbd27d8b34af9ed05ec957b30 cdb0369a860fbaacc46cdc7ad9622b7e3568f26a d8f2b8904a80ad76a223fc667e20c3a1339f6f43 ed99ea079243c98452a5eb5d93f57bb0865f1c0f
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-plpython3-16
Source: postgresql-16
Version: 16.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 749
Depends: postgresql-16 (= 16.13-1.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16_16.13-1.pgdg+1_arm64.deb
Size: 111684
SHA512: 50235960bd96c28cab6c9998ff1a9b3f3ea3c4338f02b09b9eea8b7f1e90e0e68ddcee7dd3919684b1476b8910732ab926987e53c17869671407e7788c2bad45
SHA256: 2967a9a384668e5151d2435d3e33f37aa6d443ac32581988f2659a141339bd83
SHA1: 41fd34a49b2f66e67e211c45fa9b10c7e01a4a59
MD5sum: 778b98fd2d33ad9dea99d304001a0f1d
Description: PL/Python 3 procedural language for PostgreSQL 16
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Python 3.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-plpython3-16-dbgsym
Source: postgresql-16
Version: 16.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 393
Depends: postgresql-plpython3-16 (= 16.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16-dbgsym_16.13-1.pgdg+1_arm64.deb
Size: 199288
SHA512: be469ed3bf37170fc25d438361f1465704f4cd7231ed99bb4e12dbc99a517d5e0874d1cc424632be369bb2c8f89520ba6d734d48067d37a720f267087d1699fb
SHA256: 78746b63212cde128b0703a63501491c4ae8a7500eed55c7b9fb07af0e7f7f17
SHA1: ddc10d85b512b046d24a43bdc9023cbf7f8285ce
MD5sum: 894d063cdb9e9942caa73146466477b0
Description: debug symbols for postgresql-plpython3-16
Build-Ids: 1656c8547418b7fefce0b9b9cd46446f31c8d997 7455642078f8aa450f9bee824a65c7c16b725dff 901a2163e3dff49ee46773695fa68725bebd6b1d dea914415e9f28502c2e61fdaa11fb95256e2c6e
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-plpython3-17
Source: postgresql-17
Version: 17.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 747
Depends: postgresql-17 (= 17.9-1.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-plpython3-17_17.9-1.pgdg+1_arm64.deb
Size: 108608
SHA256: 87627462226f151b47fe62a52dbeedf2043c7c2f37956042d49a857bcecf3239
SHA1: 3bdd804246ab1ff94de6182254f08e39f1243cd3
MD5sum: c7114c355431652daa747fb349e94547
Description: PL/Python 3 procedural language for PostgreSQL 17
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Python 3.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-plpython3-17-dbgsym
Source: postgresql-17
Version: 17.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 397
Depends: postgresql-plpython3-17 (= 17.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-plpython3-17-dbgsym_17.9-1.pgdg+1_arm64.deb
Size: 202596
SHA256: 0166e3cb23fe38bc88ae397b1e81f5691510a4ded32d29b72681edab087cd3e2
SHA1: 6cae5339dfba327b36b90fd657e081a94d1723ee
MD5sum: 5fc071794adfb5e9b610bc6eb40c3bae
Description: debug symbols for postgresql-plpython3-17
Build-Ids: 3b8178c855b7e4fe1e2a94bc181482668f06bf4e 75b994bceb12c24407b14d7bf31213c58820ecf7 c52e7a37c1c44d56d6be377ef62a454a591c3ad6 f7879992cbf57825faf879dc7990e94fb1d30aec
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-plpython3-18
Source: postgresql-18
Version: 18.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 703
Depends: postgresql-18 (= 18.3-1.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-plpython3-18_18.3-1.pgdg+1_arm64.deb
Size: 89276
SHA256: c517de0445496af016056115c46da5978273ef0580afa4cf768930910455de87
SHA1: 5b0ca7bcdda3f8e75dcfe0703c568907e87fe8a6
MD5sum: f900e91f5370f1285cde7cfb16367c74
Description: PL/Python 3 procedural language for PostgreSQL 18
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in Python 3.  You need this package if you have any
 PostgreSQL 18 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-plpython3-18-dbgsym
Source: postgresql-18
Version: 18.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 387
Depends: postgresql-plpython3-18 (= 18.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-plpython3-18-dbgsym_18.3-1.pgdg+1_arm64.deb
Size: 189172
SHA256: 3d65599e84121f57f0d6896c516d61ba0cca175839227b8b14ba8ee14b8010dd
SHA1: deca1c49ac0ed681533cebdce2b49c94f96c95e1
MD5sum: a3414161fbfbf7b1f285f28ddbabcc5f
Description: debug symbols for postgresql-plpython3-18
Build-Ids: 04b42e58fa406c649b59487b65b0f2554d157c33 2ddacd6859c642267399e72e065d547a1e2672da 379b182eeac6dd06987475b90bdaaefa5dfcab67 f958325f5592085b093f0251e7d3d6c7d71c6ff9
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-pltcl-14
Source: postgresql-14
Version: 14.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-14 (= 14.22-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14_14.22-1.pgdg+1_arm64.deb
Size: 45556
SHA256: 7ff45357bcee61fefe6c576007fba19ff13b7fd2dfabe520424948064eaf948a
SHA1: 0b1c418a6002e3bb6f637e752657eab190aed740
MD5sum: 5fb773e2ab04ea5720d33b3a73319cf6
Description: PL/Tcl procedural language for PostgreSQL 14
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Tcl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-pltcl-14-dbgsym
Source: postgresql-14
Version: 14.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-pltcl-14 (= 14.22-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14-dbgsym_14.22-1.pgdg+1_arm64.deb
Size: 74896
SHA256: 1bf27401007f1de3a563acadd93b8e9752b51a34d8be21c3e0f3592e8f8bde15
SHA1: d66061bee00fe506016a27fc223da4ab0a18854d
MD5sum: 2a6e9806f9bd966172c24a5be6945b7d
Description: debug symbols for postgresql-pltcl-14
Build-Ids: d612ab1307c6fc3895785c79db2ae76a89887c44
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-pltcl-15
Source: postgresql-15
Version: 15.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: postgresql-15 (= 15.17-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15_15.17-1.pgdg+1_arm64.deb
Size: 45248
SHA512: 6d3e2b3f2ea944dfa6b2cea38ab38eec8d3eda513fb209e03315500dc46f9340f14ab2f8fd7222681cfd4394f9ed6a5c01febb518fa1f71ed83539ffadd3a04f
SHA256: 2365350d4eba225d3312740abacad6e7ceb55e267d530df77c414f5f6cb0de06
SHA1: 8d140a06b853f8c110137e7a815a5eb6e71bf05b
MD5sum: e7d23bc8ac4d3b04b16aee1cac068b53
Description: PL/Tcl procedural language for PostgreSQL 15
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Tcl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-pltcl-15-dbgsym
Source: postgresql-15
Version: 15.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-pltcl-15 (= 15.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15-dbgsym_15.17-1.pgdg+1_arm64.deb
Size: 78496
SHA512: 2280050a77e493ea820907b0771a0a82a5d5a6a811e3f1e59998a3ee84c8411c3221e4b6cc80317d94b96adec33b0981f10efb2811b720f00684f037a0d7652b
SHA256: bbfa3bf0a2c6d97210952dc76a3c4c0a14f1fd42b1925c2afe0a7fc5c71f1884
SHA1: 1325ecd3a64063b6a4a2acc33e51cbac78724050
MD5sum: f77f28e6c669d92c8e8b1d995d0ddeae
Description: debug symbols for postgresql-pltcl-15
Build-Ids: 8ebf6d9d8bdf4855b0bdd8001c45dc5f1b728158
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-pltcl-16
Source: postgresql-16
Version: 16.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 210
Depends: postgresql-16 (= 16.13-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16_16.13-1.pgdg+1_arm64.deb
Size: 44964
SHA512: df8d2ebd44e22b96af85128f32ddb109c469b62afb5630b171513a4009800e3677dbceb268c14e124e7187366885ad6720e0f568eb72b152074bd06673d412cd
SHA256: 73bda63ae950f06f8973324cdae0aad4a39ffaa4cfa6578ade825a3387195dd0
SHA1: 942b47a9b8648c6c099f919552e1265510f78d5e
MD5sum: edb36c4348e6c374b39710967d3f5b91
Description: PL/Tcl procedural language for PostgreSQL 16
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Tcl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-pltcl-16-dbgsym
Source: postgresql-16
Version: 16.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-pltcl-16 (= 16.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16-dbgsym_16.13-1.pgdg+1_arm64.deb
Size: 81320
SHA512: c8d858583c1e5622558a6e2a3c7ef3e8207684886c952a7ef9405b041fbfc366127618a761f07d355e0903289aed028fc1742b6261faec662c6c0c4a0259b882
SHA256: 0731575d7262cde24799cdb4cf1cac704322927d545d1c381446a7c188b9f648
SHA1: e053130e357fe67bdb4c3f95c13609c11438b47f
MD5sum: 4eb2bae939a06efcdfb5d6f8e658003f
Description: debug symbols for postgresql-pltcl-16
Build-Ids: 0b87683bba2e86d6dd417b65271316b73e890674
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-pltcl-17
Source: postgresql-17
Version: 17.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: postgresql-17 (= 17.9-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-pltcl-17_17.9-1.pgdg+1_arm64.deb
Size: 42544
SHA256: a4370cca882df60339dd78c264b4c5ab0e95993a1d059f3c06bb913ec1e07081
SHA1: 83478fb9f0e81659cdc4ed8aa727d9ef6ddeb3e6
MD5sum: 4200a461568fba8b391e7f28893d181b
Description: PL/Tcl procedural language for PostgreSQL 17
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Tcl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-pltcl-17-dbgsym
Source: postgresql-17
Version: 17.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 155
Depends: postgresql-pltcl-17 (= 17.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-pltcl-17-dbgsym_17.9-1.pgdg+1_arm64.deb
Size: 84908
SHA256: 44118ee0391677bce5332dc6f31a8f3b0f565f8448207adf9096c6221c59a697
SHA1: 518ba313dac4400cb1274e84f811c6a02674bdfd
MD5sum: 74ca43558baf1e432db9afa5959d95aa
Description: debug symbols for postgresql-pltcl-17
Build-Ids: be395f93a3a75931230aa958df674ecd7a4c9353
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-pltcl-18
Source: postgresql-18
Version: 18.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 205
Depends: postgresql-18 (= 18.3-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-pltcl-18_18.3-1.pgdg+1_arm64.deb
Size: 40524
SHA256: 16fb86ccaca8aab9c48b56bb181cdd52420e3b8d638f67630a82632e16c15b82
SHA1: fa3ad566ac4c98a5691a9840e28923670f7de604
MD5sum: d92e847ec5f9afd0064a617f2d1f8cbd
Description: PL/Tcl procedural language for PostgreSQL 18
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in Tcl.  You need this package if you have any
 PostgreSQL 18 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-pltcl-18-dbgsym
Source: postgresql-18
Version: 18.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: postgresql-pltcl-18 (= 18.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-pltcl-18-dbgsym_18.3-1.pgdg+1_arm64.deb
Size: 88480
SHA256: 15127dc72f898de8506a9e623137ca729bc35b06bf5fa2049c7d9a8a470e3110
SHA1: 51091589451c71dc1876737e0ff39de315617284
MD5sum: 3f30efc13c8afcd27beafc79fb70eec6
Description: debug symbols for postgresql-pltcl-18
Build-Ids: abe8c285d8712a00e6445ff667f204d119760242
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-server-dev-14
Source: postgresql-14
Version: 14.22-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6804
Depends: clang-21, libpq-dev (>= 14~~), llvm-21-dev, postgresql-client-14, postgresql-common (>= 142~), libc6 (>= 2.38)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14_14.22-1.pgdg+1_arm64.deb
Size: 1144708
SHA256: ae16de6adf97b81395d0529633fcd9d6c260d680d3a1b5c9e6981e07ddbae248
SHA1: f732df6d4585ff3dccb5ecaf31813ab3660e860a
MD5sum: bff4a3c22c5bc79aef710bf2c44fae68
Description: development files for PostgreSQL 14 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.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-server-dev-14-dbgsym
Source: postgresql-14
Version: 14.22-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-server-dev-14 (= 14.22-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14-dbgsym_14.22-1.pgdg+1_arm64.deb
Size: 70636
SHA256: 4d3a78b3a949a65587c762715360810a1038e953c3aa6cb98d2d374a544dd9e1
SHA1: 9cede717c9f3044c5465a1461de6fbdb3bf4e927
MD5sum: 24b09b1b970a2507c904a77594358687
Description: debug symbols for postgresql-server-dev-14
Build-Ids: fddedc77f8cc9267a6903f7cad04305a6b949d32
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-server-dev-15
Source: postgresql-15
Version: 15.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6968
Depends: clang-21, libpq-dev (>= 15~~), llvm-21-dev, postgresql-client-15, postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/postgresql-server-dev-15_15.17-1.pgdg+1_arm64.deb
Size: 1170904
SHA512: 7ad8de633a3eb31a71c31716714007b2b8f1435d03cad7e4fbed61e5bd332474b7dc8a0568e133e2d8e14ec1cfd5411f5cb70ab6c3687aeb0016f1eec71cf539
SHA256: a0224f7509288637df3db735ee32d44c8f8992e97c98b02ec1dd03082f86cac2
SHA1: 0127926c213726ce06140e9b72f0ea9984806a3f
MD5sum: 2362789cf71c93a5353d214095dd4275
Description: development files for PostgreSQL 15 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.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-server-dev-15-dbgsym
Source: postgresql-15
Version: 15.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-server-dev-15 (= 15.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-server-dev-15-dbgsym_15.17-1.pgdg+1_arm64.deb
Size: 74264
SHA512: 721a2077d0e56ffbdf7cfb3f55d99ed3ab9f991322607ee1ec52c8e493051e710a752939b6b5b6bdd6ba1bbcb8114bbcb3ad38e83b127393fe0c1e6c9634d43c
SHA256: d3991f15316b84c8eea706d365c58836eac8886678487c30db9703a103fa5a96
SHA1: c396078451f30c13f6b4e52716588f308abc9f0f
MD5sum: 8a00677e53cb41c045eb9ad44cae18c8
Description: debug symbols for postgresql-server-dev-15
Build-Ids: b41bc08de278e93a23c16ec17165f308c522cb17
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-server-dev-16
Source: postgresql-16
Version: 16.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7150
Depends: clang-21, libpq-dev (>= 16~~), llvm-21-dev, postgresql-client-16, postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-16/postgresql-server-dev-16_16.13-1.pgdg+1_arm64.deb
Size: 1196740
SHA512: 79f1f6ed41d4581c0738c6f32fa8fe7444fdb66eb1ce92af88076c6dc7dd5bcb914c87c1edf0b7b146dadc6e0865e0f8206cb96e3dc4db3bf4bf7895f98682d9
SHA256: db3e4d469085f5abfd51c009b6ec48f03735ed4a815d925ad757fb338e99d479
SHA1: 6cca8066740cb591a77ebc44fb6448dc28000706
MD5sum: c227fed6c814a96aeeab6f87d13e56ed
Description: development files for PostgreSQL 16 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.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-server-dev-16-dbgsym
Source: postgresql-16
Version: 16.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-server-dev-16 (= 16.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-server-dev-16-dbgsym_16.13-1.pgdg+1_arm64.deb
Size: 78292
SHA512: d6ff60354f4565b0f9231158fee19e759c3f0c093275aabc8fa7fa6d46f659b520e8d9f0379d02692a5deb7ef82b81c29a4497e2e2a8d3706c0fd76816d16ab7
SHA256: eba0c44f111b0620b0a92e2134588c62c48507136df300defa2de0c298c0a67f
SHA1: 49e7c43ea572df320a68bdb0cf389c84cfd4aa01
MD5sum: fbed466e0407c6b9e74180ea084dbe06
Description: debug symbols for postgresql-server-dev-16
Build-Ids: d27d3ba3fbb0c304d1580f642fd55b1a96287795
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-server-dev-17
Source: postgresql-17
Version: 17.9-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8372
Depends: clang-21, libpq-dev (>= 17~~), llvm-21-dev, postgresql-client-17, postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-17/postgresql-server-dev-17_17.9-1.pgdg+1_arm64.deb
Size: 1332416
SHA256: f9f67580da3ebb22bbfdc7a807056ebb760621813d010e5c0ce9b8a99d82c960
SHA1: 244bbb394ead519c5c665351028f95e8e97a1cb9
MD5sum: 69f4ce1a7a403d1f61647039dc7b0f24
Description: development files for PostgreSQL 17 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.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-server-dev-17-dbgsym
Source: postgresql-17
Version: 17.9-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: postgresql-server-dev-17 (= 17.9-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-server-dev-17-dbgsym_17.9-1.pgdg+1_arm64.deb
Size: 137448
SHA256: 33b7214e4ca61f03bb33a6ec46c0d94eb02381548a636c819b2bbb701676e0e4
SHA1: 8f534a37a5f303ce6c56112c6288bf1269c3e9b0
MD5sum: a6e411e215545d30d0eb2857dc6281e3
Description: debug symbols for postgresql-server-dev-17
Build-Ids: 82ebce91b24382284e13158be32036c022a1c176 ebd0a5d5fa4042969e83316651c27a4665251db7
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-server-dev-18
Source: postgresql-18
Version: 18.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8833
Depends: clang-21, libpq-dev (>= 18~~), llvm-21-dev, postgresql-client-18 (= 18.3-1.pgdg+1), postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-18/postgresql-server-dev-18_18.3-1.pgdg+1_arm64.deb
Size: 1393044
SHA256: 4a637549aa26ed391008e1294c17746b0330107ce85875446cee248d9409969c
SHA1: 3b1c3b7cf2fdcf74205b2da4ea43dbaa144a5d05
MD5sum: 7f6c361ab9fde1011e7e3cf955ce7eb1
Description: development files for PostgreSQL 18 server-side programming
 Header files for compiling SPI 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.
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-server-dev-18-dbgsym
Source: postgresql-18
Version: 18.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 253
Depends: postgresql-server-dev-18 (= 18.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-server-dev-18-dbgsym_18.3-1.pgdg+1_arm64.deb
Size: 133104
SHA256: 6dea6d38d3426d74a8dc817254766d9c6b69be7b3f261fa3c777918f6ccf909d
SHA1: d663cdabce15987575737c023c73dd8968a76bfe
MD5sum: 2ed6abbcdfa81be0e052007cff8b1a57
Description: debug symbols for postgresql-server-dev-18
Build-Ids: 44f19ddf51a286cf1133865b7e637f32fadfc683 4b577cdfb0c11792ffd80b7cb1276acfb625870d
Timestamp: 2026-02-26 12:12:29+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 290.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13
Depends: postgresql-common-dev (= 290.pgdg+1), postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12, postgresql-server-dev-13, postgresql-server-dev-14, postgresql-server-dev-15, postgresql-server-dev-16, postgresql-server-dev-17, postgresql-server-dev-18
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_290.pgdg+1_all.deb
Size: 7640
SHA512: c21aa1e0a31315b88cd1f48f1b5c119da5e1750be59ef3b492b75dbccf98fefe96b6702e891bd18ca1557253f72cffe074c1719423af98c1df0e3d92f5985bb6
SHA256: 04d521f5a2299739d8d9dbcc3ee7f9b4adf3f0ef3578df90d2f8e52064d1ddda
SHA1: 449b40cb4b09f05b8c1939adfa75484fe6e2a089
MD5sum: 5c9ac2625584ce4aaef0a839ff107e95
Description: build tools for multiple PostgreSQL versions
 The postgresql-server-dev-all metapackage depends on all server-dev-NN
 packages for all supported PostgreSQL major versions, required to
 build PostgreSQL extension packages, as well as on postgresql-common-dev
 for build infrastructure.
 .
 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.
Timestamp: 2026-02-26 12:12:29+00

Package: pgwatch
Version: 5.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37754
Depends: systemd | systemd-standalone-sysusers | systemd-sysusers, libc6 (>= 2.34)
Suggests: grafana, postgresql, prometheus
Homepage: https://pgwatch.com/
Priority: optional
Section: database
Filename: pool/main/p/pgwatch/pgwatch_5.1.0-1.pgdg+1_arm64.deb
Size: 12355260
SHA512: da2a2a213b4c8d8566a086c39e21e65ab9d1aa7ae78f0a4e6ba44481a3506fbb18f36ed27bfe0da1f11727c698dd17b262a218878c8784b866878b60ec68fe46
SHA256: db07f591cce33f6c60e8e6f566e12cb737341eb56a3c07597fc62043ea2ba8c5
SHA1: e00d97d4a2db0c0a47779cf202191e1533675d0c
MD5sum: 604b5d90eebfea03506af86b59a3f200
Description: PostgreSQL metrics monitor/dashboard
 pgwatch is a PostgreSQL monitoring metrics collector, using Grafana for data
 visualization.
Timestamp: 2026-03-17 12:18:09+00

Package: pgwatch-dbgsym
Source: pgwatch
Version: 5.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9798
Depends: pgwatch (= 5.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgwatch/pgwatch-dbgsym_5.1.0-1.pgdg+1_arm64.deb
Size: 7045700
SHA512: c82d1e7f2fe9c9d26c3755d57b2d16eb349aea9708736f56b9d1096b0c4c80afb0a6db597e8c9e9483d0ad9bebc5ab32e73a0b82a312817f6a14a023c597a5e2
SHA256: 0ebf59120da3046ed53eab0138bf3075f79b5ac454f8818c462f8f88434f2bfb
SHA1: 218db2adbda7a858da4875a9d2569d56415a8079
MD5sum: c82ce55a46c13eadba9a30653cb754ff
Description: debug symbols for pgwatch
Build-Ids: c9add142c48fe850c0e055d92a90c7a0100619ca
Timestamp: 2026-03-17 12:18:09+00

Package: postgresql-12-pg-csv
Source: pg-csv
Version: 1.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/PostgREST/pg_csv/
Priority: optional
Section: database
Filename: pool/main/p/pg-csv/postgresql-12-pg-csv_1.0.1-1.pgdg+1_arm64.deb
Size: 9100
SHA512: d32343741380b3f2bb83a829a7cf619301f76131950987bb00ccb6b53206c40a073d5179de01c61242591c22ab45d006d500317ceaba61f2b12a48e487fb7161
SHA256: 25571facd7513febeeefb4d5c579a29d19162fa7ea9f9862e0d23ff5f5e6a8eb
SHA1: 50748130dbcc5d1a54728d34f126a67251d5f25e
MD5sum: 38cb61e2805f1de1d3fc611754a80d2f
Description: Flexible CSV processing for Postgres
 Postgres has CSV support on the COPY command, but COPY has problems:
  * It uses a special protocol, so it doesn't work with other standard features
    like prepared statements, pipeline mode or pgbench.
  * Is not composable. You can't use COPY inside CTEs, subqueries, view
    definitions or as function arguments.
 .
 pg_csv offers flexible CSV processing as a solution.
  * Includes a CSV aggregate csv_agg() that composes with SQL expressions.
  * Native C extension, x2 times faster than SQL queries that try to output CSV
Timestamp: 2026-02-27 18:33:31+00

Package: postgresql-12-pg-csv-dbgsym
Source: pg-csv
Version: 1.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-12-pg-csv (= 1.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-csv/postgresql-12-pg-csv-dbgsym_1.0.1-1.pgdg+1_arm64.deb
Size: 18768
SHA512: 66aeb444d6175599172350fca20d8ea92907dbe05b5724987305832649267f2eccc3060fe31368388f1a011f5943f47515cb0b74dd86d9cff323b52b81a35b41
SHA256: 69f9654c9c915fe83722a63df5ebd8b6f022d36c656a63786302b3860e889ed5
SHA1: bdf13384867673146b6e38884aad505cac8cbe89
MD5sum: 0d22eea5f1d83b4959ddcd1348f4c15b
Description: debug symbols for postgresql-12-pg-csv
Build-Ids: 1eb2e9403d7b642bb8bbb66e4e0b212956545996
Timestamp: 2026-02-27 18:33:31+00

Package: postgresql-13-pg-csv
Source: pg-csv
Version: 1.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/PostgREST/pg_csv/
Priority: optional
Section: database
Filename: pool/main/p/pg-csv/postgresql-13-pg-csv_1.0.1-1.pgdg+1_arm64.deb
Size: 9084
SHA512: 0a592b04809d01e24454c03f85ee9e844607c2ab9ba2757aad0bf258793d64853dbb3fa604939ca8f52ec591fa0c257c3b4ccf5e6821ee8d4491174e85d81eab
SHA256: 6dc380f64bd293bb5e925d9f9f11ccaa6c3f96b3d6a6fd2189eefc9ec38826fa
SHA1: bf2098d64892551c28ec630f2253d84cf6651bfc
MD5sum: db8c942c1072eb5fee7a0e7e641ac0e6
Description: Flexible CSV processing for Postgres
 Postgres has CSV support on the COPY command, but COPY has problems:
  * It uses a special protocol, so it doesn't work with other standard features
    like prepared statements, pipeline mode or pgbench.
  * Is not composable. You can't use COPY inside CTEs, subqueries, view
    definitions or as function arguments.
 .
 pg_csv offers flexible CSV processing as a solution.
  * Includes a CSV aggregate csv_agg() that composes with SQL expressions.
  * Native C extension, x2 times faster than SQL queries that try to output CSV
Timestamp: 2026-02-27 18:33:31+00

Package: postgresql-13-pg-csv-dbgsym
Source: pg-csv
Version: 1.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-13-pg-csv (= 1.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-csv/postgresql-13-pg-csv-dbgsym_1.0.1-1.pgdg+1_arm64.deb
Size: 18808
SHA512: fe0621c0308a796dcfb67c3e9456cdac39da79cfacf03467a9800ffd493fb27a47c5524a9fb686e4362916aa9dad3a5edb2f7716dc6aa3611fd8663d7da6873d
SHA256: 9e32fc38a82be8545665b6e776f91645d8f75aa8535770a665e6403b0319e76e
SHA1: f32592b17e0586d262afd8fd941742cfc48d67ae
MD5sum: 5727981b8244ac4a1000eaacf8bffabc
Description: debug symbols for postgresql-13-pg-csv
Build-Ids: 24c4293647794e860235bc89398562e33bbbff00
Timestamp: 2026-02-27 18:33:31+00

Package: postgresql-14-pg-csv
Source: pg-csv
Version: 1.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/PostgREST/pg_csv/
Priority: optional
Section: database
Filename: pool/main/p/pg-csv/postgresql-14-pg-csv_1.0.1-1.pgdg+1_arm64.deb
Size: 17920
SHA512: adc1bdab631cb88e10d17c7feb72d03d52a79435a49f1892908a5eeacaa5d70e67cf9ad93e946e6d5bc4551e4657056a190500ac69e4b197666da5279ca93e50
SHA256: 1795f89d1162abd002bb925b1a66283cad2e0149577a77ac25040e79530fb704
SHA1: 5afcb24616c9db644161e91faf06848b5a7705b0
MD5sum: f6e947dfd943f901939f387df24de0f4
Description: Flexible CSV processing for Postgres
 Postgres has CSV support on the COPY command, but COPY has problems:
  * It uses a special protocol, so it doesn't work with other standard features
    like prepared statements, pipeline mode or pgbench.
  * Is not composable. You can't use COPY inside CTEs, subqueries, view
    definitions or as function arguments.
 .
 pg_csv offers flexible CSV processing as a solution.
  * Includes a CSV aggregate csv_agg() that composes with SQL expressions.
  * Native C extension, x2 times faster than SQL queries that try to output CSV
Timestamp: 2026-02-27 18:33:31+00

Package: postgresql-14-pg-csv-dbgsym
Source: pg-csv
Version: 1.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-14-pg-csv (= 1.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-csv/postgresql-14-pg-csv-dbgsym_1.0.1-1.pgdg+1_arm64.deb
Size: 18920
SHA512: d879bed0e3e3b5a8e9b48608c8ce640ff299811ae0336c951eb560cc100efa425f78a761ae39c175350765efd5fc49829cc2ca931b20df3e881b502382fe6d27
SHA256: 576bb8532ce74665843497353735c4aefad598f8401bb1bc596824631d2562b4
SHA1: 97b5745a373597ee0603f7bc65921953c89e0003
MD5sum: ee2ec3c0150ec8da269315e9f09f7f3d
Description: debug symbols for postgresql-14-pg-csv
Build-Ids: 4343be70d6a615e40b03fd639de0c3ba72143126
Timestamp: 2026-02-27 18:33:31+00

Package: postgresql-15-pg-csv
Source: pg-csv
Version: 1.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/PostgREST/pg_csv/
Priority: optional
Section: database
Filename: pool/main/p/pg-csv/postgresql-15-pg-csv_1.0.1-1.pgdg+1_arm64.deb
Size: 17956
SHA512: 0e96dc6f7542b9469a1c35c7610ab725ccc682a8124150592a02d19294d5249a9a270d0ba43406209e863ff96bdf74b164ac5b5b64764261d6aa4118935aa6fb
SHA256: fa20c73a91f85dd4dddf91871483409d097f91a087aaf20b147c02ff576763be
SHA1: c5963d9af0e0616ad25ee0fa810a3d6f48aafb7e
MD5sum: 52f7bc3891965a8b8c2716253d3d67a9
Description: Flexible CSV processing for Postgres
 Postgres has CSV support on the COPY command, but COPY has problems:
  * It uses a special protocol, so it doesn't work with other standard features
    like prepared statements, pipeline mode or pgbench.
  * Is not composable. You can't use COPY inside CTEs, subqueries, view
    definitions or as function arguments.
 .
 pg_csv offers flexible CSV processing as a solution.
  * Includes a CSV aggregate csv_agg() that composes with SQL expressions.
  * Native C extension, x2 times faster than SQL queries that try to output CSV
Timestamp: 2026-02-27 18:33:31+00

Package: postgresql-15-pg-csv-dbgsym
Source: pg-csv
Version: 1.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-15-pg-csv (= 1.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-csv/postgresql-15-pg-csv-dbgsym_1.0.1-1.pgdg+1_arm64.deb
Size: 19072
SHA512: 5be98646308f2269c8bb60f018a080b63ecf94eb85e707c600ecccf1e36c1a11f843e2276eafcf6ceb0f2b948403daae781f96ff7568196b9046fc0721fda186
SHA256: 4802fcd233853e2e1abe20ff679d247c75cccefaba10604c163188c6b834dd82
SHA1: 8e019445aa59bc8c665636c2fb5e103fff7ff2b7
MD5sum: 6bc2ec21ce9938bda949ac64b9cc7f73
Description: debug symbols for postgresql-15-pg-csv
Build-Ids: 2a3787120c2fcf25e35800ceab9b839ccf32240f
Timestamp: 2026-02-27 18:33:31+00

Package: postgresql-16-pg-csv
Source: pg-csv
Version: 1.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/PostgREST/pg_csv/
Priority: optional
Section: database
Filename: pool/main/p/pg-csv/postgresql-16-pg-csv_1.0.1-1.pgdg+1_arm64.deb
Size: 17752
SHA512: cf33a9029be6950c4383b11a602a17a5aa2b4887782e33444b1dcb7ec29383ce7f51af58bd5f16df92e1c91048f2dd856d061aad6273b20dec0489ad7daa1625
SHA256: 73772185a402d245f4cca252259ae698691b9beb2fdd273f15b48886c7b5fd09
SHA1: fa45a576d5a96cdba9a782a929efab136bdb2758
MD5sum: 1c12c049901aab490449674500719100
Description: Flexible CSV processing for Postgres
 Postgres has CSV support on the COPY command, but COPY has problems:
  * It uses a special protocol, so it doesn't work with other standard features
    like prepared statements, pipeline mode or pgbench.
  * Is not composable. You can't use COPY inside CTEs, subqueries, view
    definitions or as function arguments.
 .
 pg_csv offers flexible CSV processing as a solution.
  * Includes a CSV aggregate csv_agg() that composes with SQL expressions.
  * Native C extension, x2 times faster than SQL queries that try to output CSV
Timestamp: 2026-02-27 18:33:31+00

Package: postgresql-16-pg-csv-dbgsym
Source: pg-csv
Version: 1.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-16-pg-csv (= 1.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-csv/postgresql-16-pg-csv-dbgsym_1.0.1-1.pgdg+1_arm64.deb
Size: 20316
SHA512: c8042516edde67e15a77f5c301df6f442b9b92511b4ec1038e4298244a3892b2bb9698fad3ea900028d73125be1e18b2806621750c05daa047360c2557e3fa37
SHA256: 6c80a9cb0940e7e73c7c8f5e218f0aa30bfc55299533f8dbbcf079d819337140
SHA1: 2240c28d7a4feb8be00ae445981f066557faff0f
MD5sum: bb66d477fff95226541a0267d859f777
Description: debug symbols for postgresql-16-pg-csv
Build-Ids: 2abe608064c1a0c22f0915a826582c1b12bd4a09
Timestamp: 2026-02-27 18:33:31+00

Package: postgresql-17-pg-csv
Source: pg-csv
Version: 1.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/PostgREST/pg_csv/
Priority: optional
Section: database
Filename: pool/main/p/pg-csv/postgresql-17-pg-csv_1.0.1-1.pgdg+1_arm64.deb
Size: 17756
SHA512: 5a7ba2b903ad1477297b705daa898c4977c4692bfe414d09f759185355175f42e4bfe287ee2c6b4ee9b96b3ae9f8bdc1b1f4d7870cfaa4b1c7d57dd9beeb0f31
SHA256: 60c22f51bab591d347b9a53db0c8f7e56aaf6ec9b2e04f966572ab4f47cfe8ff
SHA1: a63a171dee1afcf00d0c38874a8b7306269eb8cd
MD5sum: f3b9a422f9a621e8d1bd9c7e0bf0a5ea
Description: Flexible CSV processing for Postgres
 Postgres has CSV support on the COPY command, but COPY has problems:
  * It uses a special protocol, so it doesn't work with other standard features
    like prepared statements, pipeline mode or pgbench.
  * Is not composable. You can't use COPY inside CTEs, subqueries, view
    definitions or as function arguments.
 .
 pg_csv offers flexible CSV processing as a solution.
  * Includes a CSV aggregate csv_agg() that composes with SQL expressions.
  * Native C extension, x2 times faster than SQL queries that try to output CSV
Timestamp: 2026-02-27 18:33:31+00

Package: postgresql-17-pg-csv-dbgsym
Source: pg-csv
Version: 1.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-17-pg-csv (= 1.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-csv/postgresql-17-pg-csv-dbgsym_1.0.1-1.pgdg+1_arm64.deb
Size: 20648
SHA512: 4e4e5eace76849ed31d2e9e5dab3d568ef758a877db8613181caeaf4151c7eac3b8beb43122d2589316eb61c162e52c6ed904ecadd6ffc6e35d626f027741d9b
SHA256: 5db04c50482be0922d6f985b265d43170debbe976999145c1cd85ef09c14d86c
SHA1: 2946e9c00b8ea9bf6a29cf5048aa67dba4d62ca2
MD5sum: 8b4344f1f17fe9b2a10d846eded244c1
Description: debug symbols for postgresql-17-pg-csv
Build-Ids: 96a5dd843fb770d84ffac16c88d16015689a314b
Timestamp: 2026-02-27 18:33:31+00

Package: postgresql-18-pg-csv
Source: pg-csv
Version: 1.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/PostgREST/pg_csv/
Priority: optional
Section: database
Filename: pool/main/p/pg-csv/postgresql-18-pg-csv_1.0.1-1.pgdg+1_arm64.deb
Size: 17808
SHA512: 50d9d57b614522a0323a372c307944b4be007c8d16aa7a43e20df69121e6a7690ed5ef2e89713bcb6fb630a9e03e308746867f74701be14c5e43590ab206f24d
SHA256: 980da9249edbe4c29cdbb68c83f971acffd2779d5ab4742b5a7076cd81b15e4d
SHA1: c19b33c15d1b6805ce1b8d68614afcaf5f92b895
MD5sum: 45969e322bfce65941824806ea639ae4
Description: Flexible CSV processing for Postgres
 Postgres has CSV support on the COPY command, but COPY has problems:
  * It uses a special protocol, so it doesn't work with other standard features
    like prepared statements, pipeline mode or pgbench.
  * Is not composable. You can't use COPY inside CTEs, subqueries, view
    definitions or as function arguments.
 .
 pg_csv offers flexible CSV processing as a solution.
  * Includes a CSV aggregate csv_agg() that composes with SQL expressions.
  * Native C extension, x2 times faster than SQL queries that try to output CSV
Timestamp: 2026-02-27 18:33:31+00

Package: postgresql-18-pg-csv-dbgsym
Source: pg-csv
Version: 1.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-18-pg-csv (= 1.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-csv/postgresql-18-pg-csv-dbgsym_1.0.1-1.pgdg+1_arm64.deb
Size: 21748
SHA512: 7536576aef7755b484b38faa8bc1fc17b4c134f6f19a4787c7d6035956503037b0b8e5f55ec4e468554536754f9e5c58fbb0946026506dc5b7b9695312cae935
SHA256: 41f0115dede740677e5a7bbc832f11d50da74874cbc2c2c0c6a260ae67093b17
SHA1: eb6993899539b7081341cfd0141e08dc2c7b21a0
MD5sum: 28cc9bdfd81658d14b47ea2ebbd20500
Description: debug symbols for postgresql-18-pg-csv
Build-Ids: 288f6fa63d6ac726ba1e7ce02b769575172a6868
Timestamp: 2026-02-27 18:33:31+00

Package: postgresql-12-pg-csv
Source: pg-csv
Version: 1.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/PostgREST/pg_csv/
Priority: optional
Section: database
Filename: pool/main/p/pg-csv/postgresql-12-pg-csv_1.0.2-1.pgdg+1_arm64.deb
Size: 9136
SHA512: 1407161a918aa3484fa8a88631db44a2d3e26de2098380e6f9c3384fa7210fdfdb8a89d2b762176f2eb4f0ce1bc7672f11283c7f219eb20b1c841acf6b6bdf0e
SHA256: 010bd61101283e46df085c756cb47d564c6ff99fdb8421b330325cec0c558643
SHA1: cf5c27232d5877be68d27bcf99c8843c244d711f
MD5sum: c2c8dc4b990fe8ac7e4e5a32d9796f51
Description: Flexible CSV processing for Postgres
 Postgres has CSV support on the COPY command, but COPY has problems:
  * It uses a special protocol, so it doesn't work with other standard features
    like prepared statements, pipeline mode or pgbench.
  * Is not composable. You can't use COPY inside CTEs, subqueries, view
    definitions or as function arguments.
 .
 pg_csv offers flexible CSV processing as a solution.
  * Includes a CSV aggregate csv_agg() that composes with SQL expressions.
  * Native C extension, x2 times faster than SQL queries that try to output CSV
Timestamp: 2026-03-02 11:20:06+00

Package: postgresql-12-pg-csv-dbgsym
Source: pg-csv
Version: 1.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-12-pg-csv (= 1.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-csv/postgresql-12-pg-csv-dbgsym_1.0.2-1.pgdg+1_arm64.deb
Size: 18848
SHA512: 5566828d721a4e7259ba5213b3731ebe93395555ada684ee78e4191c4bfca3c8e870d13cb8d708913369af7467c72bc66156b0662c01e31f40eb1895467a1d9e
SHA256: 945a2a478f6d4408ec4f76faca58567d12fe3482030004be4bc339db0e2d293e
SHA1: c9803392da9e95e0288647ce9454a2c749f01697
MD5sum: 1067ef6805d9992d40d76f198898b0d0
Description: debug symbols for postgresql-12-pg-csv
Build-Ids: 4b7fb85f8945909dfb6ff43e924d7d3e00f88837
Timestamp: 2026-03-02 11:20:06+00

Package: postgresql-13-pg-csv
Source: pg-csv
Version: 1.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/PostgREST/pg_csv/
Priority: optional
Section: database
Filename: pool/main/p/pg-csv/postgresql-13-pg-csv_1.0.2-1.pgdg+1_arm64.deb
Size: 9136
SHA512: 0c5e6b9af343b419bcc0063979a405604a1e923aec18440bdb1a1acf04afa2c13bfb109da18a927d511c12adf7a405dac79b94794dc81ab6c69255593cc3a492
SHA256: b886911e8a586d191bf67c2630234c5849d4a2296c6ab9db84fb83116d9fb8f4
SHA1: f8f68d7970069abd4b524dbe224251554be6d394
MD5sum: f280a10074d69e741fe1776cb5ffa312
Description: Flexible CSV processing for Postgres
 Postgres has CSV support on the COPY command, but COPY has problems:
  * It uses a special protocol, so it doesn't work with other standard features
    like prepared statements, pipeline mode or pgbench.
  * Is not composable. You can't use COPY inside CTEs, subqueries, view
    definitions or as function arguments.
 .
 pg_csv offers flexible CSV processing as a solution.
  * Includes a CSV aggregate csv_agg() that composes with SQL expressions.
  * Native C extension, x2 times faster than SQL queries that try to output CSV
Timestamp: 2026-03-02 11:20:06+00

Package: postgresql-13-pg-csv-dbgsym
Source: pg-csv
Version: 1.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-13-pg-csv (= 1.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-csv/postgresql-13-pg-csv-dbgsym_1.0.2-1.pgdg+1_arm64.deb
Size: 18876
SHA512: 697b7ab4a7475d0ec0e90f046f2aab41bd0fcbe2e6d7ae7a08dd0a4e5e5dc5c5886e86d3d36f19418a06be58edaacb99aea3db8ff8112434cd711a71f9716e69
SHA256: 509e98cb1ccb9c9493992b9b3ac3d72a50f74e9558d02f52126a0d4d7c2ef612
SHA1: 04b3aedede4f0528e753d592f97c718a4c709571
MD5sum: db2421b90a1f56bebc41b72e3c41ec47
Description: debug symbols for postgresql-13-pg-csv
Build-Ids: 0fbd4f4fa4a062e332f4171e6496c4f9dd5e5475
Timestamp: 2026-03-02 11:20:06+00

Package: postgresql-14-pg-csv
Source: pg-csv
Version: 1.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/PostgREST/pg_csv/
Priority: optional
Section: database
Filename: pool/main/p/pg-csv/postgresql-14-pg-csv_1.0.2-1.pgdg+1_arm64.deb
Size: 17968
SHA512: bcc6e766d4606f5db40bbad1f1ab21828dc73eb5ec12b6dc0594bcdaece77539000036d5439440c009afa7cb0eb37ff547ba0e1e7babe736fbb2db2caf6af78b
SHA256: 81bc19802bd8b76cf40d60775b3cb031300686189d97e95a0cd7053986518dcd
SHA1: 9f2f29117c11b0867e9e8795d8659345639b1e13
MD5sum: 70d3e839be34df21dac85c6d6f27a36a
Description: Flexible CSV processing for Postgres
 Postgres has CSV support on the COPY command, but COPY has problems:
  * It uses a special protocol, so it doesn't work with other standard features
    like prepared statements, pipeline mode or pgbench.
  * Is not composable. You can't use COPY inside CTEs, subqueries, view
    definitions or as function arguments.
 .
 pg_csv offers flexible CSV processing as a solution.
  * Includes a CSV aggregate csv_agg() that composes with SQL expressions.
  * Native C extension, x2 times faster than SQL queries that try to output CSV
Timestamp: 2026-03-02 11:20:06+00

Package: postgresql-14-pg-csv-dbgsym
Source: pg-csv
Version: 1.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-14-pg-csv (= 1.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-csv/postgresql-14-pg-csv-dbgsym_1.0.2-1.pgdg+1_arm64.deb
Size: 19000
SHA512: 1f94ed5254f88e619421047d827934e1555a17c32b20fee9d216ab1e0c9c0c396e423972c736fdc764e45c7b792bcef315e1ecaf541ee7dbe397cfc23ba96285
SHA256: c5f52bcf6797b17f74fe0bd14e33bd459c1714827f9827ee6b974382181c13ca
SHA1: 49cf7afbeae7eebe93a8c57aea87dc14ddfb1941
MD5sum: 85ea5384b80f1d76cdd43e7f21566106
Description: debug symbols for postgresql-14-pg-csv
Build-Ids: 8d4a4a0033b5b1e448a88e04e6704adbbb12ddf9
Timestamp: 2026-03-02 11:20:06+00

Package: postgresql-15-pg-csv
Source: pg-csv
Version: 1.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/PostgREST/pg_csv/
Priority: optional
Section: database
Filename: pool/main/p/pg-csv/postgresql-15-pg-csv_1.0.2-1.pgdg+1_arm64.deb
Size: 17992
SHA512: 206f268ad57eaa8661bc2f0abe38048bbb108d771753e7672f48d528cc79924da01aa4d549ae4af316e24b5288ce1fb9f6dcf84cd70dcc8fa0fd04fbb52ec814
SHA256: 2a41bf22fe26a34c84c588bedc108d1dd3bd9ade29bf616e9fc50215947e430c
SHA1: adfd629ee1d40df5dd4ee85b2efd845fb3e4d162
MD5sum: 845c34f755ffdd473448b8eec1841302
Description: Flexible CSV processing for Postgres
 Postgres has CSV support on the COPY command, but COPY has problems:
  * It uses a special protocol, so it doesn't work with other standard features
    like prepared statements, pipeline mode or pgbench.
  * Is not composable. You can't use COPY inside CTEs, subqueries, view
    definitions or as function arguments.
 .
 pg_csv offers flexible CSV processing as a solution.
  * Includes a CSV aggregate csv_agg() that composes with SQL expressions.
  * Native C extension, x2 times faster than SQL queries that try to output CSV
Timestamp: 2026-03-02 11:20:06+00

Package: postgresql-15-pg-csv-dbgsym
Source: pg-csv
Version: 1.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-15-pg-csv (= 1.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-csv/postgresql-15-pg-csv-dbgsym_1.0.2-1.pgdg+1_arm64.deb
Size: 19140
SHA512: 94973979dab1831e8d91b392ccd0f909a7d01af17370f71c31c292c3bd3ab3d6151edac71ef981620e157ee620cd9b4672cfad5f4f04493fc043ec3d7c431835
SHA256: edb6420d1224edd13ec63e40a685eed5f6c0b605cb306efbe94267eade996d41
SHA1: 0d112226f55cef3c8b42a246a9213f20f0ca0a5b
MD5sum: 60b8fbbf80bbf6a4d02fa40741be576c
Description: debug symbols for postgresql-15-pg-csv
Build-Ids: 3d326efcd4e1b2d51f94b295ceda489ee19ce465
Timestamp: 2026-03-02 11:20:06+00

Package: postgresql-16-pg-csv
Source: pg-csv
Version: 1.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/PostgREST/pg_csv/
Priority: optional
Section: database
Filename: pool/main/p/pg-csv/postgresql-16-pg-csv_1.0.2-1.pgdg+1_arm64.deb
Size: 17804
SHA512: b7f8783cba278327a246130a755e0a620b22d2288887ef3061b5f958b2cc962d69ebaf2e4676f63bae2993f1b51e609d7849ef9d0d83e413c588e8c1ad6f8e8b
SHA256: 2f0dec9639eaa2b48bd557016aa3a11d2aca9019f59aae2188c386f0251abf55
SHA1: cd6980f07716f71f6f384ef4a5d39e2494ea8338
MD5sum: 6d1e251c9456391d3e1ce60929965378
Description: Flexible CSV processing for Postgres
 Postgres has CSV support on the COPY command, but COPY has problems:
  * It uses a special protocol, so it doesn't work with other standard features
    like prepared statements, pipeline mode or pgbench.
  * Is not composable. You can't use COPY inside CTEs, subqueries, view
    definitions or as function arguments.
 .
 pg_csv offers flexible CSV processing as a solution.
  * Includes a CSV aggregate csv_agg() that composes with SQL expressions.
  * Native C extension, x2 times faster than SQL queries that try to output CSV
Timestamp: 2026-03-02 11:20:06+00

Package: postgresql-16-pg-csv-dbgsym
Source: pg-csv
Version: 1.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-16-pg-csv (= 1.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-csv/postgresql-16-pg-csv-dbgsym_1.0.2-1.pgdg+1_arm64.deb
Size: 20380
SHA512: 02f5e2787777ff1f8e3026dec4cbe1184d58e3b95d71724eb8fa92da971622eee58e38a3cbbb10e5ce089b294fd6d1add26403a89280411d8ecd6bd8a87a55fb
SHA256: 892043c559d7d941df38dc2360f63ccceb9774098a0f25098ea3045f9b5eabc3
SHA1: 65fe9ca5b708020d0b11e8e2f791ef2d4a3e7992
MD5sum: dde3f42a15c02576cf37099de65560a1
Description: debug symbols for postgresql-16-pg-csv
Build-Ids: 8eab1451576a5c9b1f7c6c98f6c591f40c7807a4
Timestamp: 2026-03-02 11:20:06+00

Package: postgresql-17-pg-csv
Source: pg-csv
Version: 1.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/PostgREST/pg_csv/
Priority: optional
Section: database
Filename: pool/main/p/pg-csv/postgresql-17-pg-csv_1.0.2-1.pgdg+1_arm64.deb
Size: 17796
SHA512: c1bb22fd20770a6d3f7de0dbbba297e24be0d896bd2bed35923a535b60b3cdad5ec5990b5cf0d6b0201fd48adc86475cab76920af8a23613c38be9de8deb8b61
SHA256: ab5ffca608b619e909be0a8738950a62d146949cde682e5f2f54cd3f6dea07a5
SHA1: 572152cc10d397eb57ef1b51f655d202be7bfd17
MD5sum: 5e0a6cad59a5ed9f55e868a6c3a60b0a
Description: Flexible CSV processing for Postgres
 Postgres has CSV support on the COPY command, but COPY has problems:
  * It uses a special protocol, so it doesn't work with other standard features
    like prepared statements, pipeline mode or pgbench.
  * Is not composable. You can't use COPY inside CTEs, subqueries, view
    definitions or as function arguments.
 .
 pg_csv offers flexible CSV processing as a solution.
  * Includes a CSV aggregate csv_agg() that composes with SQL expressions.
  * Native C extension, x2 times faster than SQL queries that try to output CSV
Timestamp: 2026-03-02 11:20:06+00

Package: postgresql-17-pg-csv-dbgsym
Source: pg-csv
Version: 1.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-17-pg-csv (= 1.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-csv/postgresql-17-pg-csv-dbgsym_1.0.2-1.pgdg+1_arm64.deb
Size: 20716
SHA512: 1ec7ce1bb5a37b4ce92a3dbe152682dc31c2ee34690cf70121dcb357ce0c86c7396e145d58db8806cfb81cfceb83e8ea77baa30e7243a23666f9c2be1834e633
SHA256: a432b75b23bff551a19310d4bb9e254eadd1612d6860ec1d9ef2d607d692c2d2
SHA1: f67d04c802d21fc28e094fdc91cff818dcf88d26
MD5sum: 0e85284f4325e398ac13294039440ec6
Description: debug symbols for postgresql-17-pg-csv
Build-Ids: bee8dbc7c24d0dc5131ea445b04194fbb621c7a4
Timestamp: 2026-03-02 11:20:06+00

Package: postgresql-18-pg-csv
Source: pg-csv
Version: 1.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/PostgREST/pg_csv/
Priority: optional
Section: database
Filename: pool/main/p/pg-csv/postgresql-18-pg-csv_1.0.2-1.pgdg+1_arm64.deb
Size: 17836
SHA512: 0835e8d81d4159bc254e79a5d4d3b3724b5e7ad71cfa3925365fefb1d569b53a15090931c28c2688bdedcdf04bd2f507e274b8b7df2e39c33bf7c23efe0e4351
SHA256: 37a92f2c715221f387bf2b745e81b85f73c6d82f753277dee7c1163984ee8877
SHA1: 3b0ec553dea2c668de2415b196f303fc208ad00b
MD5sum: 85a0b22a39d46ae8c65039d424b32d54
Description: Flexible CSV processing for Postgres
 Postgres has CSV support on the COPY command, but COPY has problems:
  * It uses a special protocol, so it doesn't work with other standard features
    like prepared statements, pipeline mode or pgbench.
  * Is not composable. You can't use COPY inside CTEs, subqueries, view
    definitions or as function arguments.
 .
 pg_csv offers flexible CSV processing as a solution.
  * Includes a CSV aggregate csv_agg() that composes with SQL expressions.
  * Native C extension, x2 times faster than SQL queries that try to output CSV
Timestamp: 2026-03-02 11:20:06+00

Package: postgresql-18-pg-csv-dbgsym
Source: pg-csv
Version: 1.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-18-pg-csv (= 1.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-csv/postgresql-18-pg-csv-dbgsym_1.0.2-1.pgdg+1_arm64.deb
Size: 21800
SHA512: c994791ff22d632cedb1753cfcd668bcca21678e9dc4991173ef4648643190011221bb62af604edbbad6151351682b6635fe18bb086c0ecd2937b4c67b81de57
SHA256: f8080c9a1667fbbcde6dab8d99e4beb29520764ed616728131b5c34874ac2973
SHA1: e8406a3acdbdaf6dc4d6b3fab97503060d68228e
MD5sum: cbfe6f7a7bc638374e4b006ae77704cf
Description: debug symbols for postgresql-18-pg-csv
Build-Ids: f471e9fe16bb94b8a445f9c3b2ed703f2ccd2723
Timestamp: 2026-03-02 11:20:06+00

Package: postgresql-10-pgnodemx
Source: pgnodemx
Version: 2.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-10, libc6 (>= 2.34)
Homepage: https://github.com/pgnodemx/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-10-pgnodemx_2.0.1-1.pgdg+1_arm64.deb
Size: 35256
SHA512: dc8891cb20749d83a9e4a4906887fa2103e17f89639daff8d1d6fc3e661056617f1cf5698fa58443020d5095a7dd6a9610ac4f8b7110bed8958daa28273b2454
SHA256: 1aa434575f870a25ba0be4b4c44b38935550640660feac1cdf380f2732e7cc9e
SHA1: 303885c01ada5e4a03dc3b14d998b1f68fa0dd8b
MD5sum: cd9c6911049baa161c30aee17b1985f5
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-10-pgnodemx-dbgsym
Source: pgnodemx
Version: 2.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-10-pgnodemx (= 2.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-10-pgnodemx-dbgsym_2.0.1-1.pgdg+1_arm64.deb
Size: 89584
SHA512: 29b1d821de4f05f7864267406c83eee86ec2747c45de172b55c4944e4217b4be02dc3cae62e1e15f2a7f59f6317347600250f67f6149a18c39123a96c3384277
SHA256: f6d83efb751a83979e53d0327338daba47014f233585a085b5a6697c3d23feac
SHA1: 4db37bd09d5116b8f48a3af5b349fc915977145e
MD5sum: 5094536cc407317c0d9df3c4c834d5dd
Description: debug symbols for postgresql-10-pgnodemx
Build-Ids: 42acd4e04aa5997009f33f192788799308971eb1
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-11-pgnodemx
Source: pgnodemx
Version: 2.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-11, libc6 (>= 2.34)
Homepage: https://github.com/pgnodemx/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-11-pgnodemx_2.0.1-1.pgdg+1_arm64.deb
Size: 35152
SHA512: 70fa9f8669e39e5c3ceea464aec3dc931394940f8d4c59fd59037070e17d2ab263145523cf57cc1cd51297603a900cd9699c802a1217d0272a7283d5c71f3c99
SHA256: c7929036d72d8ce6833a54b14bbb88bce26c8cb3db13502ff338199b7235b888
SHA1: d5cfced43a7ed74d3b318b60d772bd8b75d1ff52
MD5sum: 2364a7757698214a5bac2b258253464a
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-11-pgnodemx-dbgsym
Source: pgnodemx
Version: 2.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 175
Depends: postgresql-11-pgnodemx (= 2.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-11-pgnodemx-dbgsym_2.0.1-1.pgdg+1_arm64.deb
Size: 85320
SHA512: 042c0d1c86db56f386e8272181482edf2f89aea5db761ae6ac5d3e043a632dc284eb44562b37da648188ddc9c52eae298143587499653cb4fac60d63b86d2663
SHA256: dae417c691b32f4d8e5027c03f63e6d7ba02f1c43eef201f94b45fe9ab6f8a89
SHA1: dbddd8afd3d49c86067f42629c8e272a7421204b
MD5sum: 7c640127be98961666c0ccdf79595a0c
Description: debug symbols for postgresql-11-pgnodemx
Build-Ids: ffa7781c08d17760605601015ac900bae1711e88
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-12-pgnodemx
Source: pgnodemx
Version: 2.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-12, libc6 (>= 2.34)
Homepage: https://github.com/pgnodemx/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-12-pgnodemx_2.0.1-1.pgdg+1_arm64.deb
Size: 34856
SHA512: bb7fc140966eba22258271c61903422492481cdd2b7e0ba165952202ceee677bfb13701cd53741c04d37f2fffa15b00df2aeb8a098eb1d13312317e31874ed88
SHA256: 58dbfcfa3aa9bf90fe92bd8182f092480275b8cec9e2e75e8449b62556f24ea3
SHA1: 008e0c2b9732e5af6f174a9f2fa4580268edfed1
MD5sum: 5577f858e3b29b4b83959d3e89731000
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-12-pgnodemx-dbgsym
Source: pgnodemx
Version: 2.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 178
Depends: postgresql-12-pgnodemx (= 2.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-12-pgnodemx-dbgsym_2.0.1-1.pgdg+1_arm64.deb
Size: 89584
SHA512: 1093a3e06373fdd1acefb29cb991bc337fbc8e0d48710348c01f141faf02b5a470811aefdc9f25a0c3a951caa767fd655b44129d31fd7fcee551d11ffea6e295
SHA256: 494c90d1f54e628707cbd9d129823c43c9e6afd41724b1826468badc57b3762c
SHA1: ad3edd0cd084232ab479c7b44a81e3da6a26dbb9
MD5sum: 5337c31f2ca0bedd3c21cbf4080b3e10
Description: debug symbols for postgresql-12-pgnodemx
Build-Ids: 236cf217cb99c642e70a5c309291e94237e1e406
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-13-mobilitydb
Source: mobilitydb
Version: 1.3.0~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3761
Depends: postgresql-13-postgis-3, postgresql-13, libc6 (>= 2.17), libgeos-c1t64 (>= 3.12.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-13-mobilitydb_1.3.0~rc1-1.pgdg+1_arm64.deb
Size: 675232
SHA256: e8060be805709e3a36afe8e0b404c21a9d7161e7fed703ec59e23ebb8b99fb69
SHA1: 6d87bf541939ea76bd3dcb61df6d444d63b10cf9
MD5sum: 90205507c3ed9f0dac37b04c263abd44
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-13-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.3.0~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4361
Depends: postgresql-13-mobilitydb (= 1.3.0~rc1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-13-mobilitydb-dbgsym_1.3.0~rc1-1.pgdg+1_arm64.deb
Size: 2145168
SHA256: 89977a2841372e855cb632fbd218dbaebb49762995b1b01889c717ee2c4345c5
SHA1: 0b74ff78be2097e348ed6525e9f48feca15cb1f1
MD5sum: ab3ab9abb407c6418e898a377cf3d9b3
Description: debug symbols for postgresql-13-mobilitydb
Build-Ids: 992b60e1698b6e3616a4e87181525067e9eb81fd
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-13-orafce
Source: orafce
Version: 4.16.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 648
Depends: postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_4.16.4-1.pgdg+1_arm64.deb
Size: 126252
SHA512: d87860451656e98e434b5f338b365c20873eba2c42080e8480e71891a12659eaea4135a9f7dba10e8c699c147b597b5245cef28478a9e8751df441eec3cb5b27
SHA256: e9f0cf6dfefebf1932bb40c2781bbc331566b331c646d5bd8b49e63926ab6d78
SHA1: b98be0ce9aebba42c31fb559fc1cdabaa358b944
MD5sum: 6dcb4e3b6665783839927f88da8da4ad
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 4.16.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 601
Depends: postgresql-13-orafce (= 4.16.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_4.16.4-1.pgdg+1_arm64.deb
Size: 287180
SHA512: f0f0b1bb32a482a55206beaf9ed6aeb4332deda4f8bdc5d7cd3799b02c3d7dfb219944d0e6bd7b1fdeb6bbe03452043ac2dc6e5b69f164432aea9bd38b2c0edf
SHA256: 9f6d89af214ab8c531f9944d5d86c68db772dfa1423e27aae14fa529c0bf2f9f
SHA1: 82a523b090b448cfae77a7cfc3c07d55fae654af
MD5sum: 90e0bd5adb815f1da5f070502ab15e9a
Description: debug symbols for postgresql-13-orafce
Build-Ids: c5c3a2119d4ab425052bb1b0a399967a69abbea7
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-13-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-13-pgaudit, postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile_1.8.0-1.pgdg+1_arm64.deb
Size: 18608
SHA512: 9d12e0dc2ad3ab8020e79642c9be19e2778f38c3e7977024997226a802c319a5a179574cb81b39eea4f5dd099b5d7d0009b9900b473ab5172323d97984eac424
SHA256: 00f8c653f7972a8eeec20650b4565eec2eaadd9afe4657c18d6f66b9f971ba98
SHA1: 180a10ad7822dcfdbc63b836464bc1c79bda68c3
MD5sum: a6251506ea2d28e9aae0390867a331cb
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-13-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-13-pgauditlogtofile (= 1.8.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile-dbgsym_1.8.0-1.pgdg+1_arm64.deb
Size: 57660
SHA512: 597f67e54e24a663affe2beb6a14a4c571c7effb3dcaf7f7c6150a528c523c586e03d52284a070c25c15e257cf4fd0e3528a954e805bc578fbda430c91c7b8a5
SHA256: 970521354043185196867b8e72a111527f755d243dd2a7e01456ff693286bde8
SHA1: ce7f94b996b458dc267bdfe601479154ca74f943
MD5sum: a9b5e6ba629841cd6d7a7782b4f026f5
Description: debug symbols for postgresql-13-pgauditlogtofile
Build-Ids: e97d08c54da84d0d68afbc960005e92591641838
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-13-pgnodemx
Source: pgnodemx
Version: 2.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-13, libc6 (>= 2.34)
Homepage: https://github.com/pgnodemx/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-13-pgnodemx_2.0.1-1.pgdg+1_arm64.deb
Size: 34476
SHA512: 98ba41c7c9394b460b131b1beac10c2e5ed7898237735dc2c0755e896297de65e877e7acb3ffe9cbd9d957b6ced4399a6dd2050f2c5876b4259cf099cf5ae76f
SHA256: 96e326e4bf6971f5abacc795583d1617777a04c42c8dc4f4a460df599c9e167d
SHA1: e7ce70cc69e787c08562a4593879ac403080cbdd
MD5sum: 065d6e72c030078cb60a0ef686237aa7
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-13-pgnodemx-dbgsym
Source: pgnodemx
Version: 2.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 178
Depends: postgresql-13-pgnodemx (= 2.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-13-pgnodemx-dbgsym_2.0.1-1.pgdg+1_arm64.deb
Size: 86348
SHA512: 58f6a1f6c940ae18b7400f3616d596f0c910c4d0579ee96e5e802279b2d73ece65c8475e91853e86d7148e12520d34461bc453cf26c3e27332196632ce3360db
SHA256: 3dd9891ed697502517965283e37a34f904f5d0646dc0c0fa0e86dc867f75a4e4
SHA1: ea44360a4effc1b8cf1059ac94e3f0763d0ea3f3
MD5sum: 1ec4742e200e07af7a59886357a0d6e5
Description: debug symbols for postgresql-13-pgnodemx
Build-Ids: 9b53b90704bc8e9f2048fae8531c2ac039f11909
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-14-mobilitydb
Source: mobilitydb
Version: 1.3.0~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3697
Depends: postgresql-14-postgis-3, postgresql-14, libc6 (>= 2.17), libgeos-c1t64 (>= 3.12.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-14-mobilitydb_1.3.0~rc1-1.pgdg+1_arm64.deb
Size: 675788
SHA256: 19db30750a93b61c2bafc65c54a432f18727a03913d0bc456d0b2a8abcd78ca2
SHA1: 8fdf76d737c30750486774e8421649872774eacc
MD5sum: a807753b64bfc94bef25cf20cabfaff9
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-14-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.3.0~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4351
Depends: postgresql-14-mobilitydb (= 1.3.0~rc1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-14-mobilitydb-dbgsym_1.3.0~rc1-1.pgdg+1_arm64.deb
Size: 2149392
SHA256: 20c9c733207c8eb11a6bff08dffe5fd0dc51f2bafbf349f8a4710eafdd7d7fe0
SHA1: 2c3bd5f927f39a1f91dcd83249f6ea12771b8cc1
MD5sum: fd39b50e9b2925baf5632d8bda7a7dca
Description: debug symbols for postgresql-14-mobilitydb
Build-Ids: 42d25a15afba0cbfa2cef0930986409d2bf3e37f
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-14-orafce
Source: orafce
Version: 4.16.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1241
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_4.16.4-1.pgdg+1_arm64.deb
Size: 375664
SHA512: 8a7b5abd65e3e52a711e3dcc73616cb059cdbbbe082598e808a0c66f294c4f3caae281b607c5ad7cb7eb5c084f585a016d36fc0c48a0b0cb60fa397721eaf17d
SHA256: b4c6362d013d10a1fb88903b36ab65f55626f1420e5653e8a6f32e6965ea7bbe
SHA1: 4330a9c561602b3cb19716507b755be76d76f9ac
MD5sum: fb13f8a42fe84c802ed67f919baf04d7
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 4.16.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 610
Depends: postgresql-14-orafce (= 4.16.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_4.16.4-1.pgdg+1_arm64.deb
Size: 293372
SHA512: 94f504f090e8e841831f01e7feee13442cc129cd27c5e2cd48416ce3605bc67f048e7981e493ba6134c4125abb12ea9548995aa40f10b7892fa7620ed4d9c492
SHA256: d4e8fd9cada1e85f8dc9834bcaa534c61cf7aea6be517d8d3d093ad533c30311
SHA1: e444277c828747cb2e7e4ffd554eff4deb78f852
MD5sum: 08551c2ddda9a08129a6cbd2623bfad5
Description: debug symbols for postgresql-14-orafce
Build-Ids: 6dd8bb11ddc371dbf17b60a0cc57c32076538af6
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-14-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 221
Depends: postgresql-14-pgaudit, postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile_1.8.0-1.pgdg+1_arm64.deb
Size: 60160
SHA512: 2c152e7a108fd8e9e0bad7c2e21d79ab1de4e5314356615c88dcd112dd85adf1600584233e72ec249662a3191444489a5a4503b11317b18b7b617afea9225b75
SHA256: b07dd2197958dc9454becec1c9a3f1ebfceb107a399fbe62cdceef9046af6db2
SHA1: bb4bf96097bc52dc9afb1137224847687b30636f
MD5sum: 8ae92c33d0080bf8dfa1365711957155
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-14-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: postgresql-14-pgauditlogtofile (= 1.8.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile-dbgsym_1.8.0-1.pgdg+1_arm64.deb
Size: 59304
SHA512: 6dad5e465bc179b2968868706075bcfdc66b6beb205c6c280174c1aab94bd6ee8506c45e913bbeeeff735794cc406edf350fcc37f3434ba9d439becdd1303419
SHA256: f11379213975b05b844320e69be6c42d296780d5696bfe0cffc4b2b419435c46
SHA1: 3a4bc39dfc7ac1ab3addd3d3b541dbf560d114f0
MD5sum: 68d61ae25d3bed624d7a4e19f649437e
Description: debug symbols for postgresql-14-pgauditlogtofile
Build-Ids: 795d3ac45b297e5dc5051ca043a45737ce0d7220
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-14-pgnodemx
Source: pgnodemx
Version: 2.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 327
Depends: postgresql-14, libc6 (>= 2.34)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/pgnodemx/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-14-pgnodemx_2.0.1-1.pgdg+1_arm64.deb
Size: 97224
SHA512: 1e07be725e9a96384ab826266ddb9fbfd072c71b3272b23c9ac04b9c8acd8298a8e435a904f87075ada9f3457039cde7e55bcd18d9b22c8431908b9c419ae24a
SHA256: bffaf7781989f3f5d9a48b295c87441ccac98b48df858e51ab1cfd1ca3957a94
SHA1: f8997c9b0084f24c4cbc1a8388bbdfff0f06d507
MD5sum: fe65114bfd85084f8dbdf4687f1d2391
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-14-pgnodemx-dbgsym
Source: pgnodemx
Version: 2.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 174
Depends: postgresql-14-pgnodemx (= 2.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-14-pgnodemx-dbgsym_2.0.1-1.pgdg+1_arm64.deb
Size: 86676
SHA512: 7e783a21a027ac1e98fd0702e8ef48205cfc801568ee31a288c86f35ddf95e66a1d7a8b5e9f098114b229392aa102b999f1e8bd9e0c1c527cc4cf9a1894c2e9e
SHA256: b42c42e8ce0018d7ba39fe5712cbc1a6fb7d9d1ba2178ade06341a757603efef
SHA1: 099230f450428ed5ed48233f0808b850a453637b
MD5sum: 277eb282ecb7cd19243effc5fa6e8255
Description: debug symbols for postgresql-14-pgnodemx
Build-Ids: 66da4888531d9198c2cf8ba31dca8fedd8321a9c
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-15-mobilitydb
Source: mobilitydb
Version: 1.3.0~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3697
Depends: postgresql-15-postgis-3, postgresql-15, libc6 (>= 2.17), libgeos-c1t64 (>= 3.12.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-15-mobilitydb_1.3.0~rc1-1.pgdg+1_arm64.deb
Size: 675092
SHA256: e962fd5160b830ccf54d24376db5346a059d957bb369de1c6f3528dcee247555
SHA1: bf4aa9dac42403a1eb5776d2372a692ba9b7195f
MD5sum: 39e885789391fb7f1fbcdc6d8304e192
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-15-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.3.0~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4351
Depends: postgresql-15-mobilitydb (= 1.3.0~rc1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-15-mobilitydb-dbgsym_1.3.0~rc1-1.pgdg+1_arm64.deb
Size: 2154540
SHA256: ffdebe562b08b9d7f2707ec1b8bb78aecac06b3c39accabc0fe78f6c3fcd42f2
SHA1: 1f7aa9d2429e3b696de103110d02c7e95c1d29af
MD5sum: 29a943650c2a007b441edd1b990e7e70
Description: debug symbols for postgresql-15-mobilitydb
Build-Ids: 9baa7ebfbcbbe1ec2c9f2d1c44e834337e5a6b60
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-15-orafce
Source: orafce
Version: 4.16.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1239
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-15-orafce_4.16.4-1.pgdg+1_arm64.deb
Size: 372852
SHA512: caad4fa0f47fe44f92dbd48fba1e6962be7dedad7fce191504c2a546b8e7b18fe7ab07c8f44d5af91499ac46f93488a809a1f782ebc878986263343a80a53d2b
SHA256: 2f4cd2b21262392ccaf35bff605e0a459edbca75320c141a0fb929bfc1fba1c1
SHA1: 739b4a6d733ee705728e2b1d3ab2d25d71f5494b
MD5sum: d4e236e1b69f6f763d200991bac10116
Description: Oracle support functions for PostgreSQL 15
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-15-orafce-dbgsym
Source: orafce
Version: 4.16.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 611
Depends: postgresql-15-orafce (= 4.16.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-15-orafce-dbgsym_4.16.4-1.pgdg+1_arm64.deb
Size: 295560
SHA512: 68b025c8cd6a3ca8bb856080ca660f00e1821dfb0bc616252ff35730fdee0d32cafe7968c57a68de2a1f0ea99fd252085fa86bdc4dee59a6991e5b42369d4f14
SHA256: 9e1031cb0454094267be16e8cf943ef084b5b38e7e311430c0b58c74c7a00e11
SHA1: 5a0d5a145bf81d88424d5242902935cc17b2a8f5
MD5sum: b752b36133aab4b79953a31c300e00b7
Description: debug symbols for postgresql-15-orafce
Build-Ids: dc22306a51a64383fe823caa8a5693bb165a3c02
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-15-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 222
Depends: postgresql-15-pgaudit, postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile_1.8.0-1.pgdg+1_arm64.deb
Size: 60404
SHA512: e326eb37358c9f1ebfea87ffc39e3b8db2c1c7b73a0611fc1dc0a9f7962024555829e929fe6562c4a9f05d7866a1620a3acb0cf59bb7bf4756c39e4f9e693986
SHA256: a0b4d46fc9f1c17829aaae130891c4e5031cf6f1092a6f892b92fa880751afb3
SHA1: e3de87efcff0cefc7e516b171c97680485a01655
MD5sum: d06cf1c8dc63bc6d4f21e9ca670554f2
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-15-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-15-pgauditlogtofile (= 1.8.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile-dbgsym_1.8.0-1.pgdg+1_arm64.deb
Size: 59564
SHA512: b8afe934908a7dcb17dc42dbe91721e1165ba296ba1f7eef0f275a3c86c596031d5b9f0e0f99bd7dc1aeda0b2526e1165e5b31d3907a9cff274fe0441aebef8e
SHA256: 05bb542addff14fa5b0ea0fc6bd336c9ad92b76cce2d605807ab8a66b9675d20
SHA1: 5c0961f9676e22d8a193eeaf3ef41835f663d2e1
MD5sum: 44a9a17186e6d26801a0c8d9038bc0e4
Description: debug symbols for postgresql-15-pgauditlogtofile
Build-Ids: d93fe1768fc22df8476d0fba01e3e4b8d27f894d
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-15-pgnodemx
Source: pgnodemx
Version: 2.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 329
Depends: postgresql-15, libc6 (>= 2.34)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/pgnodemx/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-15-pgnodemx_2.0.1-1.pgdg+1_arm64.deb
Size: 98668
SHA512: f1e3f1f0f7d217cb48733126823516eb796dfa5a827f76c655450f751e15598cc5998b0f39ef8fc0a290442c0b19f2987d665e909d3db4f432070ebf280a4256
SHA256: 5afb054667555e25c720b16b67097082d1d30fc9c1e794d8501fcc46989038b6
SHA1: ec7d83d81315b1999cdfdc4686047701a5f2ad96
MD5sum: fcbce1f387862deaadb22ca8851cdb83
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-15-pgnodemx-dbgsym
Source: pgnodemx
Version: 2.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-15-pgnodemx (= 2.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-15-pgnodemx-dbgsym_2.0.1-1.pgdg+1_arm64.deb
Size: 88404
SHA512: 196fcfa979151649f259cec30be2b092d966ca12928cfddf74c28f837ad2acc0d1a1f50eab4daf066bf742846ed7e28467798e1cccfc71e3a15ad297c7a8ab8a
SHA256: 88b00724046b77633c473b47ee59e384ccef1ecc0376edae896f86211643cb7f
SHA1: 800375aa262461ac38a3b7ba21bb9c311a622db0
MD5sum: 7623b2b78decef10827d38bd81f03d19
Description: debug symbols for postgresql-15-pgnodemx
Build-Ids: 6f905161f482c2c01c810c1ea77e7b001c3413ad
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.25.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14271
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.25.2+dfsg-1.pgdg+1_arm64.deb
Size: 403636
SHA512: 63fdaef01aea8309a9e278d8638cf90d04e3a25f3febdf0dc573da7636f660874e1b03d3a627dc8650475efb6ba3de33740c4716d1f3a7e149ecb2921efa1837
SHA256: 7e48604959b346f052c1b827bcea2198c638d56441e3e308ce56a3d3a6a7ed0f
SHA1: 3519b821b463714457542ca138405f8de62844e9
MD5sum: ed89a921bed28761b721b305692ed65d
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-15-timescaledb-dbgsym
Source: timescaledb
Version: 2.25.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2111
Depends: postgresql-15-timescaledb (= 2.25.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.25.2+dfsg-1.pgdg+1_arm64.deb
Size: 1180004
SHA512: 063986fa560363e48fe899b776cc6d3d7f62651deb5bd95ccf86a0e12b1f019db468267feef357c7e418acf048a606e2044358fc1eba06a6680907a31467e06d
SHA256: 5d90179a1a4f710408a5004c6e430eaeeaac42e554a15c9215462454b1b530e1
SHA1: b8d085bc8905847a51d350e34cf7c922db0f805a
MD5sum: dd1f23cb6df45df4ce303d1e0cefb087
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: a9f73169067d97348a6eafcce84e84758b2f0d3e f69916b853874f4b5e76f099223f0492d4b030b3
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-16-mobilitydb
Source: mobilitydb
Version: 1.3.0~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3697
Depends: postgresql-16-postgis-3, postgresql-16, libc6 (>= 2.17), libgeos-c1t64 (>= 3.12.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-16-mobilitydb_1.3.0~rc1-1.pgdg+1_arm64.deb
Size: 674900
SHA256: ceb8d3e42949619cce23f5cb19ecf191337f081e9425b78620df7f2065792ea9
SHA1: c8f2fb27f629df5d94914599d06b0dac14416b23
MD5sum: 5e393fc0ca463c1e39712d148fa16bb5
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-16-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.3.0~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4501
Depends: postgresql-16-mobilitydb (= 1.3.0~rc1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-16-mobilitydb-dbgsym_1.3.0~rc1-1.pgdg+1_arm64.deb
Size: 2304896
SHA256: e13fc79c70f6186657168b757b963048ec73793b65bba88a18eac0b94300e8f4
SHA1: 4a0e9c18168bba6241a8887c3c242340f462b6db
MD5sum: cda4d607c026cf45c36b8051a6b6237b
Description: debug symbols for postgresql-16-mobilitydb
Build-Ids: 3f6411b913d19d70c0faadeb8b86543584de8d1f
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-16-orafce
Source: orafce
Version: 4.16.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1234
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-16-orafce_4.16.4-1.pgdg+1_arm64.deb
Size: 368936
SHA512: bdc6400af410715f79775b52da7969c5389c9799381b91136dc77a11accccd737c2ed06ee7d032086255ba16c14530fd234bca61a1059db3569dc508543bff4e
SHA256: 239af3e07b77b5a40263ac5ee4bc36a308a78bbcf0636da1384033a18e7e762c
SHA1: 40d31ef01184b4ea5600d6bc1b2ecd26d810a679
MD5sum: b053597279b5d43185c2579909828fa9
Description: Oracle support functions for PostgreSQL 16
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-16-orafce-dbgsym
Source: orafce
Version: 4.16.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 618
Depends: postgresql-16-orafce (= 4.16.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-16-orafce-dbgsym_4.16.4-1.pgdg+1_arm64.deb
Size: 311956
SHA512: c9d77e5ecd2e2ab3eeb2e7f6b7d2497a7f85275bd6ba87506983821a7e4a692ae80844ae88fec7a2e02da8bba7188e151ed6bdf1ec89fd60354fd1c3fca491cf
SHA256: 9c0d2bdaf8d0598e13fcc6e0ae2b11818b10e202f41091eb3ef08d89224c50bc
SHA1: 174c77ac09047293d1dbdb21d542f04616d795ca
MD5sum: 33f7e0f4aa9f70db9eff575f36b3b415
Description: debug symbols for postgresql-16-orafce
Build-Ids: 37afdb7ef21ba8de24b3384b306bfe48327b8c53
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-16-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 221
Depends: postgresql-16-pgaudit, postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile_1.8.0-1.pgdg+1_arm64.deb
Size: 59008
SHA512: 4ebccc5f7b0d0ac215240b717858d928b8c9e819c5f64fc8ae7c1490a230cbc4eb83f25853d4bb52c025bc651c4d3b7de52c268e33a8d1d84a43cde98311ef8a
SHA256: 9529e513e9cf3ab1cacdaa094fb101074205567382d9d6f0af588e57cec2eca7
SHA1: d1c14ebf190aac751cad0eedb9b75c6480513ae2
MD5sum: 5ee2be85c26e844fd2aed008545dab48
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-16-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-16-pgauditlogtofile (= 1.8.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile-dbgsym_1.8.0-1.pgdg+1_arm64.deb
Size: 60192
SHA512: 27fb4fae468daf3cb67f6c8d1dfcec4b01130cd86dc94ac8a4d91f78cfeab5413d64fb931c1148b7f0dd41fba5ae8fded6fd372af0784aacf44c7cdae22f6024
SHA256: 204816001cd62c0c1bce0b2ea7ac2bef7ee45a0e6fc953392dbb234746fc4585
SHA1: 9f7f1c9da8eb02c6b13f5cacba23a15e5f6edf74
MD5sum: f1311b6e5b5e6d86e991b3bc3c0614e4
Description: debug symbols for postgresql-16-pgauditlogtofile
Build-Ids: 741981792c38104bae37df6fc2d2e9a7b8899246
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-16-pgnodemx
Source: pgnodemx
Version: 2.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 264
Depends: postgresql-16, libc6 (>= 2.34)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/pgnodemx/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-16-pgnodemx_2.0.1-1.pgdg+1_arm64.deb
Size: 96940
SHA512: 1304b92b13d3ecc2fa866814d65d471390a948cd1cee5ae601fa7567cd822426dfc5bfee7424ecee26913c619fc5c4caeea8abdfce4ecfbf1d962f99fb8b4095
SHA256: 455220e32311f1f213950c46cd1b8c69d7cfc94b82d3e4bdf0d717dd9ba40360
SHA1: 0dfa8037a3868c54975050cfd39b80ed8e60af85
MD5sum: 38905acb38f3ec05e41d1ac6cf1d5dc3
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-16-pgnodemx-dbgsym
Source: pgnodemx
Version: 2.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: postgresql-16-pgnodemx (= 2.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-16-pgnodemx-dbgsym_2.0.1-1.pgdg+1_arm64.deb
Size: 89464
SHA512: 623df01e74ee9e3756aed4a473e5edd6f7eda7df28edb002cc2b7c63fc3f5b474c776c9f81ffb182fd1d128d529d46c7ff6d59e8ae5fd08557f14c31b49ed409
SHA256: 0de0de67ff76e6c5d2cf329de449dc73c2010b7a3e63894eb735f68571963197
SHA1: d6e7edcde7c74843bfbd4a042b967d86be21fae5
MD5sum: ae402ba7098cafeeb800fc00eaeea214
Description: debug symbols for postgresql-16-pgnodemx
Build-Ids: 6131c6e42b78f38ea3bd0693d42e352446c2bbce
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.25.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14271
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.25.2+dfsg-1.pgdg+1_arm64.deb
Size: 402572
SHA512: 7cbb6709a130199bbd72a8b7e85306b7ef7bc1743706ced38310dcd226e4be16527ff2a2daeecdca5e50196d4822e2ccd4b0140120b8571fbfa377ca71b58da5
SHA256: e96855620417d4d7c917e6e67159910c4f18672677c9463bca1627defc1c6a54
SHA1: 07b4e9a0af8bc9a553dce27e89dc6871370b3d54
MD5sum: 716f58e2fb4e71e3c10d30d6fd97f785
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-16-timescaledb-dbgsym
Source: timescaledb
Version: 2.25.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2168
Depends: postgresql-16-timescaledb (= 2.25.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.25.2+dfsg-1.pgdg+1_arm64.deb
Size: 1234668
SHA512: 7f9206a108658c731a184d4dcb9d8201d0208d0ecf43ef960d37b44d379f314a4fe19e6f82e673877a78e04604b3f5fc05c1d697cf60023170654c7ad7046735
SHA256: bb72a500b4f42ae9352780ef2d6fbdb0e0bd954a5d444b552ee712c50a8ec775
SHA1: 1c3e2b359c58cf1c47aa259b518b7a48f87c177d
MD5sum: 01925117f109bd7cf90882ec031a791d
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: 6e6e313c3d2f97c7f2bd42601dc66f569cbd001e e9823d2b24abaa04c8d01727f6b99970d70e07b7
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-17-mobilitydb
Source: mobilitydb
Version: 1.3.0~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3697
Depends: postgresql-17-postgis-3, postgresql-17, libc6 (>= 2.17), libgeos-c1t64 (>= 3.12.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-17-mobilitydb_1.3.0~rc1-1.pgdg+1_arm64.deb
Size: 675600
SHA256: 634f29d8f615c1e7cca577047882fd91c2da525ff9e826671d6e727c609350df
SHA1: d6d9406c0214ba74743727015b9c0a18f529cdd7
MD5sum: ff2e0bb7c168434815783cbcf8f44c50
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-17-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.3.0~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4506
Depends: postgresql-17-mobilitydb (= 1.3.0~rc1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-17-mobilitydb-dbgsym_1.3.0~rc1-1.pgdg+1_arm64.deb
Size: 2309356
SHA256: 06afe8c0603505fe90b06c14332160968145c7946764a1bcbed580b0297e60e5
SHA1: f3838466a51cd14b53acd69d9454440ae966d916
MD5sum: 77906bc4c63b38e57e75330d33d7d8e8
Description: debug symbols for postgresql-17-mobilitydb
Build-Ids: 7cca4a13154ad4df6cbb091456f7348aa4bd0546
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-17-orafce
Source: orafce
Version: 4.16.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1234
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-17-orafce_4.16.4-1.pgdg+1_arm64.deb
Size: 368460
SHA512: 1d391a2351e75080de4adecd1128f46c90aa8aa89d23e027ee2aa54d8ccaee024f1cd104122e8b360d411b2a91b606b348138727e4629799bed7b4c5ed62d501
SHA256: ed3f10734b3031ed39c5999e5443fd9a432b14588cc17b91645616775ce6af69
SHA1: 86eaa18409b5b115e83bd5273a14484ac698055e
MD5sum: 2d1de241ec5af958a24f96ea38bf410d
Description: Oracle support functions for PostgreSQL 17
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-17-orafce-dbgsym
Source: orafce
Version: 4.16.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 622
Depends: postgresql-17-orafce (= 4.16.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-17-orafce-dbgsym_4.16.4-1.pgdg+1_arm64.deb
Size: 316556
SHA512: 3be2c7321c43fbfcfbed06e759c4f4afca541319e1c331dd0a097cfa97863e725f3f33c4b3ce7d20e0018d0976e0647c09838cefd88ef0bc2d775058b615df47
SHA256: b07093093de3e5b306646a8df35f6684fd558e90963f4d0f0cedd935c9213017
SHA1: b41a160d3ffb43c6de47dcef45c13c46e72ae357
MD5sum: 386273e77652fe0daac0a0e3a6f58768
Description: debug symbols for postgresql-17-orafce
Build-Ids: 198cc435f553a5b9a6464031cde1cf67cc7977d0
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-17-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 221
Depends: postgresql-17-pgaudit, postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-17-pgauditlogtofile_1.8.0-1.pgdg+1_arm64.deb
Size: 58956
SHA512: 61cb29cfa2aa34d85badeaab2f63aeac2f248bd5c14aa8e9adbc837e77f4756fe0c3a84731230b57d09e007e4a5d9303a6773fc9ff74ee0b01ebcd2bb04e0ecf
SHA256: 82693d7cca1e0df6de596cdaa7d99c2c8466b94a335c97815be89de3d5015ac7
SHA1: 67e7bc09ff9ea3a42acbe865af45d304dc29caac
MD5sum: 0d7776292f3b782a5a714b775ff0435c
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-17-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-17-pgauditlogtofile (= 1.8.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-17-pgauditlogtofile-dbgsym_1.8.0-1.pgdg+1_arm64.deb
Size: 60800
SHA512: 2e81a4f70a6d0c4ea7798567367187ba8b3af2c598ba1e725f031b9f7d9c85046a1822f535126436c8e02b8160094d4e155680bcb4434ffa410764cbf7bf237e
SHA256: 331e27bc186ded4ddd28e95e52f62ee8b24ac0be8fef66e15ce9edf2aae05760
SHA1: bf9fa22875123d7694e03fae8a5b074d7cfc2a74
MD5sum: 113b72317373dbc34d49a4d186b34068
Description: debug symbols for postgresql-17-pgauditlogtofile
Build-Ids: 4685a7e24804680aa4b5fb70ecf5d0377ad9282c
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-17-pgnodemx
Source: pgnodemx
Version: 2.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 264
Depends: postgresql-17, libc6 (>= 2.34)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/pgnodemx/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-17-pgnodemx_2.0.1-1.pgdg+1_arm64.deb
Size: 96940
SHA512: 3a5d8cd5b80d331da3bb067a9e662459f60d7dd98dc56c50aaf368402cd369e97fca2b7f035a96e79b88ce0eb8b50f429a177f80d5fabe83f579e4f0f50e3d32
SHA256: 803ed933744e5d58e6fe88d8a94f7fb938b43d80b733bf1849c263caffcc3c28
SHA1: 93fa2455072471b1898583234f1c194453e90a6d
MD5sum: 2fc1e15a2189048054106d18ec23ebf0
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-17-pgnodemx-dbgsym
Source: pgnodemx
Version: 2.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 173
Depends: postgresql-17-pgnodemx (= 2.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-17-pgnodemx-dbgsym_2.0.1-1.pgdg+1_arm64.deb
Size: 90428
SHA512: 3cdeb6c97ae643b9677b01036571e29b58d14ba362aca668bba9507732316986dcbca2814b58207aa864e1b4e22ca5c3ef1c353c13d72fd69303b53c875f35d8
SHA256: 9717949ea1d6c75cf56b39ec970058dc7e27c5cef1c2ea56c4ecec13081f1917
SHA1: 72ab273b119250e833c48d38bb998b421d3ead85
MD5sum: ef4cd22ca1f53163028f64a89812bfd2
Description: debug symbols for postgresql-17-pgnodemx
Build-Ids: 635986d849760f506897e134e17c60f399e33e79
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.25.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14271
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.25.2+dfsg-1.pgdg+1_arm64.deb
Size: 402568
SHA512: 9c09adf95344505097967ad6bc7e2d2a1978a985c4bae5653c2f752c9cf3b708311de8954765cbd4741bfd1c2e224459a3f2b6fa20c744f3474677518f793c45
SHA256: 5166e68249a3706a055726c9fffedb879abaf39f1de3259f0438ef3fe7116a54
SHA1: 91c607ff1957cc10237f4f3569a9ed6df2c711d0
MD5sum: 2d0fae6e8a71d542e3564bee75798df6
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-17-timescaledb-dbgsym
Source: timescaledb
Version: 2.25.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2175
Depends: postgresql-17-timescaledb (= 2.25.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.25.2+dfsg-1.pgdg+1_arm64.deb
Size: 1242504
SHA512: 1198d5fa1635119d3d126ae64fdd36fbaa5460f569c9b70ac34a6b75d5b2bfb876c919ee4a59a143691df70cfbc248ac9272ac3c25db9463d9967a2f7080a6ca
SHA256: 1775b0dd66c37410d4ddbff6856a9c4afe7f75730c122fbc6c19cbd0c41e4f9c
SHA1: fae088933cfda3ef89524c65a8c198a64c8f6f81
MD5sum: c1ba3913ded6a283f4c0290cc096f57f
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: 19d489dd0ce2b90657e70587ec383d38a9c0c7b5 6a4768f9ea520ccbcbfdaec0ebd892db01232bc6
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-18-mobilitydb
Source: mobilitydb
Version: 1.3.0~rc1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3697
Depends: postgresql-18-postgis-3, postgresql-18, libc6 (>= 2.17), libgeos-c1t64 (>= 3.12.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-18-mobilitydb_1.3.0~rc1-1.pgdg+1_arm64.deb
Size: 675348
SHA256: 3080016cb450a4e45074cf63e366e585082909552c517cd964d80c9e2b041d7b
SHA1: 5332780d1b81b23c5b5a4297b50fffaae1694328
MD5sum: 12fbc179f893aea9b2960be1dfb3e6b6
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-18-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.3.0~rc1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4511
Depends: postgresql-18-mobilitydb (= 1.3.0~rc1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-18-mobilitydb-dbgsym_1.3.0~rc1-1.pgdg+1_arm64.deb
Size: 2313792
SHA256: 5af745fbd6c84406307e4b9a0771641efc48fce3bb3f3f0aeb3c6130abccfe22
SHA1: a82f08a4c60a113443be9301807d2d60300deb44
MD5sum: 8bbedd8051b5e27a92195f5081912a9f
Description: debug symbols for postgresql-18-mobilitydb
Build-Ids: 6adb60c370fd8aaeff7293e25587619e10ce616b
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-18-orafce
Source: orafce
Version: 4.16.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1234
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-18-orafce_4.16.4-1.pgdg+1_arm64.deb
Size: 368128
SHA512: c5cce30b2dcd98d8bf3cae48d672e66fb16924adfbd13f215ed8a808d5af770803d434f85983097022eeac02f9a7f140741d370b770ac5e61ca5cc27e46ba561
SHA256: 993cae5330a8f5ced3f08eb5ef4941da64a6ad889c57fb48ac598feae52a9bad
SHA1: 08ef4a81eccedac959ad612653fbd069e6654d8b
MD5sum: 4ff1f4b8325ed13048583b88c0205c97
Description: Oracle support functions for PostgreSQL 18
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-18-orafce-dbgsym
Source: orafce
Version: 4.16.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 625
Depends: postgresql-18-orafce (= 4.16.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-18-orafce-dbgsym_4.16.4-1.pgdg+1_arm64.deb
Size: 319224
SHA512: fe59e44a9810b490b1b4cfa5390f1165912ea22d0defe70aea8d540a4ca04a1f861886f0d66dda10e526870e009bf2d430bef1fbc06530ac35b7f7a2804930b8
SHA256: 7e3cbed6e4fae16eb0e68290933ad96c909c29f7fc3f45eeaca14614a0fe7c87
SHA1: 9999cb82744a442175fc7d89c70c9b2016f95633
MD5sum: 70f3ae8646be20119425a2a3184321e2
Description: debug symbols for postgresql-18-orafce
Build-Ids: e784cea440a4f34cc5a7296f3a211f6c352a81f8
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-18-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.8.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 221
Depends: postgresql-18-pgaudit, postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-18-pgauditlogtofile_1.8.0-1.pgdg+1_arm64.deb
Size: 59100
SHA512: 287147f2454b6375f2fe892dd054504ca423d3535a0ecac4ad392fd78f0bb801733a5b669c9706dff99c00145d9de9936f4711ee9d49fb7757876da684dd8b18
SHA256: 38ef33860d6addad73e85bf047141413bec8c37258304dc27f45891eb1c3df2d
SHA1: 0588841803a1734182453b71ede69500fbb41237
MD5sum: 74dfe58dac342baadeb6f7fb773b4b58
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-18-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.8.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-18-pgauditlogtofile (= 1.8.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-18-pgauditlogtofile-dbgsym_1.8.0-1.pgdg+1_arm64.deb
Size: 61068
SHA512: 6315f1b46fb4ae07259090bac501b419bbb836a1dec6fda7bbf3d2838acc3f41fef7765b6c744ad42e9c4e041728759e7c80fd5401210e9fff37d0f51f78b469
SHA256: b9394361ec73e829591b9960baf849fc28534d8a6c7153a2915bc23d823ca0d8
SHA1: 02393cc075dd5c7fb4f66e45c448f85ec4838fde
MD5sum: a3475ca50d70e0748034708f68350970
Description: debug symbols for postgresql-18-pgauditlogtofile
Build-Ids: 2053c1d7af97433737c939c3ee2149e4f0e7c2b9
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-18-pgnodemx
Source: pgnodemx
Version: 2.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 264
Depends: postgresql-18, libc6 (>= 2.34)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/pgnodemx/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-18-pgnodemx_2.0.1-1.pgdg+1_arm64.deb
Size: 96976
SHA512: 077a4cb95d4a751639e1d0276a0233b4306a4b81dbd21d45fb9e3c74545d5d6c9b95b206ec824b19faf7aeaf2be82d37459a8a2a5b08152e4c6d7ded7ebfc015
SHA256: 3a186ad1bfe2edc32375bee679dfa4e1932c6af5d9369c43286910e35817ffbd
SHA1: ec8172d96c52194797cc0a369b05a7c2294939c4
MD5sum: 2e9f2b9fe2efe976b03cc2a8c9940576
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-18-pgnodemx-dbgsym
Source: pgnodemx
Version: 2.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 174
Depends: postgresql-18-pgnodemx (= 2.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-18-pgnodemx-dbgsym_2.0.1-1.pgdg+1_arm64.deb
Size: 91324
SHA512: 2b892f3242d118747a9a002be2d84b3f8fe318fc1162b8cdb44457d8c92cbdc4650d6c6013b47157941d5798c5b803386f054f3bb0daf0d103a90adf04671b7d
SHA256: 81c1c94b843ad91932ec77885b025ce59c28f2ef60b410c9158013bb6487db6a
SHA1: 73822fc92d8bf1531eb00ef31e0644be97cd169f
MD5sum: 83465a24fca382e08fa86603c2e2c71a
Description: debug symbols for postgresql-18-pgnodemx
Build-Ids: 68b5b1cc9bb5b48ddfee32024a113e8e21a17efb
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-18-timescaledb
Source: timescaledb
Version: 2.25.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14271
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb_2.25.2+dfsg-1.pgdg+1_arm64.deb
Size: 403020
SHA512: 94844ab77fd2301dc4f165afcdc0e5fa0dfdd11c5daff936f0c358a62110ae2ab46057d28292bff0f90df735bebece371565718781c0abf9d1f5273ecbc7c9ba
SHA256: 6f5a24494ad145168c0df668be0ebadedf927fb67b26aa4991bea1182cd533db
SHA1: 01f2801cccc19669e2bf13a44a1b4f568e8efe90
MD5sum: 038aa0f1c0e4ca07ccc1573f31a61bab
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-18-timescaledb-dbgsym
Source: timescaledb
Version: 2.25.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2182
Depends: postgresql-18-timescaledb (= 2.25.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb-dbgsym_2.25.2+dfsg-1.pgdg+1_arm64.deb
Size: 1250300
SHA512: 1f69d834c94a25548281a73d97117c1ef17b15d0184f7dee84922666433a4a8565eae894e71d6e9d6fe84a6e779726da058565249f0dfe40dfbfaea0027f434a
SHA256: bd07894b924125872518dada3a38fa5c902109a3c3ffd8c83e81753bf381274b
SHA1: 48948f049332ca4fcb32e8487eaf8d5aebe5ae34
MD5sum: 892bcf17982502cc2455a8dca7e880c0
Description: debug symbols for postgresql-18-timescaledb
Build-Ids: 01a50390213ee8c8fdff65ae68e5a1fca2d22d5e 92b336b13807d678a8db2e92a1387646f9501525
Timestamp: 2026-03-05 10:46:00+00

Package: postgresql-13-orafce
Source: orafce
Version: 4.16.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 648
Depends: postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_4.16.5-1.pgdg+1_arm64.deb
Size: 125920
SHA512: 4af967eb5870f62e28d957b9c6412b1df6c8a27d15f582762e827632611db040e4d280ea2c46badf841c804eaf0d829ed2f2ac37ae75983be365f0ab8148c281
SHA256: 51b110805f9df2976d3b570e5c5882156649c2b43009861109f5b84e4e77c9f8
SHA1: b35831af2b5998da777e376ab39d230bbaf1f011
MD5sum: 147b10d782e385be5a8047a2f3a6ddd1
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-03-09 22:27:33+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 4.16.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 601
Depends: postgresql-13-orafce (= 4.16.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_4.16.5-1.pgdg+1_arm64.deb
Size: 287204
SHA512: 8ea66f3ea79ecb7a2196dda345e3821a8c18d71eadbc93cde78db41ef89fc8e2353c83b5f05fd3e99018bbef4c265288439b0f7ae14474069395f9baa410cd82
SHA256: b9d4b14d278d3f19215ecb3d29eef0f358fcd3bdf5aaea9dc34c07545d2ea17e
SHA1: ee9a32f788db308729703c8474ca347f38ba2518
MD5sum: 3a25a99dc27521847deb784fb635770e
Description: debug symbols for postgresql-13-orafce
Build-Ids: 0d2dc2f4f5b0ca80c87dfd47a6be994e8abf9ce1
Timestamp: 2026-03-09 22:27:33+00

Package: postgresql-14-orafce
Source: orafce
Version: 4.16.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1241
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_4.16.5-1.pgdg+1_arm64.deb
Size: 375672
SHA512: 7926194f3ab3e8fe6ca8be1327cdf38d56f7bf2cb7635b8a7aa1b15a8ad15a5fdc3ead04a9aecf39a22bd6f077bbe72bc504681f9398977b1083335bcbdac1c6
SHA256: 89fcd750e588d56f9cd660a4756e882f814c527c215d430a655bc15808a38edf
SHA1: 454d15ad2c118b3099b670f4cb2320e5e5c2641a
MD5sum: 01822d47f3416bac84917e916099a430
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-03-09 22:27:33+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 4.16.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 610
Depends: postgresql-14-orafce (= 4.16.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_4.16.5-1.pgdg+1_arm64.deb
Size: 293364
SHA512: dfd63cff4e7525e97ad1741e031f0cc515e3598e7a87e50ab4e50cb89ec43b51f4e6626cf7dfc97489ecb583c1ff5df2c9fe424593310c942bd1e8801f79f7f7
SHA256: 9f8fe638f91c254c5acc535fd2b35f5bc9193272f439cd1eaa730a6e95f5686b
SHA1: 9430f023a4bcd4df9121fa784ee85bb21a6da3b9
MD5sum: 5acc1cc189d28cff2e76b9ff4c89ca6e
Description: debug symbols for postgresql-14-orafce
Build-Ids: f9cad14d841695445d644370a3164b2eaaa5b761
Timestamp: 2026-03-09 22:27:33+00

Package: postgresql-15-orafce
Source: orafce
Version: 4.16.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1239
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-15-orafce_4.16.5-1.pgdg+1_arm64.deb
Size: 373088
SHA512: 25cf936d4ed1acb06ee1ff4e11a2e2f99e26f4df094b7edfeaa7408284c64147484d8ff372c2d7d0cc7caceb672b5bed4c33edff490c76927d9d2680be228f3f
SHA256: 7d1bf4de93ea99b7346d5548a74e544069026e6e342146cffe4e729e6638f044
SHA1: bdf35a0d5c89a1523f16bd9f4ebb4a61af5765ba
MD5sum: 367ab55da7fbc2d841c157975fe9d6ff
Description: Oracle support functions for PostgreSQL 15
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-03-09 22:27:33+00

Package: postgresql-15-orafce-dbgsym
Source: orafce
Version: 4.16.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 611
Depends: postgresql-15-orafce (= 4.16.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-15-orafce-dbgsym_4.16.5-1.pgdg+1_arm64.deb
Size: 295560
SHA512: 612b42908aae7f291daefb3edd18f753845ca0253691bb80ed55e67281059a73ab4498ac1b095827ecacb9d86cb09dd5e83c2da728cd834f7f0e926b2a295435
SHA256: dc1464ef80c60e140da796519abcf2439bb9567ac91eff5b00f70309fae61f2e
SHA1: 2d5b8e4ce2084d3e3b3a9ac51e9df4d012cb885e
MD5sum: 67bd2423da7a3848b90b99f4ca06c5d9
Description: debug symbols for postgresql-15-orafce
Build-Ids: 28dae4d4c3d6165e3e74449e45cc7e9540b71014
Timestamp: 2026-03-09 22:27:33+00

Package: postgresql-16-orafce
Source: orafce
Version: 4.16.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1234
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-16-orafce_4.16.5-1.pgdg+1_arm64.deb
Size: 369132
SHA512: dab566c6ec22b92c91e133a85c86c51a017412103560c0cb96eedff40631b4ce05a9828cce7c1993a88a79f7345d55c89a56de5ced31fe675929e5593fa2693d
SHA256: fdc7d05baa00ff1f205c86262bbcb8dd0611be0daba677ef23a9e7f8962d2c31
SHA1: 931bab969f0213e0bcb15173b9b30f32a39f5e7b
MD5sum: 7f3b044c0ab20868f2a695c11dd090c7
Description: Oracle support functions for PostgreSQL 16
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-03-09 22:27:33+00

Package: postgresql-16-orafce-dbgsym
Source: orafce
Version: 4.16.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 618
Depends: postgresql-16-orafce (= 4.16.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-16-orafce-dbgsym_4.16.5-1.pgdg+1_arm64.deb
Size: 311960
SHA512: c73268bf5a2526d83e578c558c1531d599ac18b6eca98155d1f5f683c730815125f5353508cb5e0f0590ad4e147a3df76bcb3b7556d8b3615af96b482eebd30c
SHA256: bdb4b57e8e0ff499cf82eb967a8588ec3a5a34ccab9c5e8ff6f3c5455786b400
SHA1: 375bf1653fcd7b2657043bb698e1036874f49b04
MD5sum: 4bb3839918d111eb7d00a23d55ab9d9e
Description: debug symbols for postgresql-16-orafce
Build-Ids: c89dbe684f1484372e43e3163172d841e4f08918
Timestamp: 2026-03-09 22:27:33+00

Package: postgresql-17-orafce
Source: orafce
Version: 4.16.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1234
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-17-orafce_4.16.5-1.pgdg+1_arm64.deb
Size: 368084
SHA512: 526be340386a90ca80bd10ede0aefe1bba670f0e859e4079040bb7652e8cb31c0e8cfd1d71144940d340964a71d6aa9d52d683b27d3385f7671d0b737af46bb5
SHA256: 301567684712ae15a38c1f4928de6e205e72cbc712449b8a670e5ef038399bf9
SHA1: f6782f977c470930a1e420e642cdc34a3f134f62
MD5sum: 98f1938362697d8a93fe30d7f314534e
Description: Oracle support functions for PostgreSQL 17
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-03-09 22:27:33+00

Package: postgresql-17-orafce-dbgsym
Source: orafce
Version: 4.16.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 622
Depends: postgresql-17-orafce (= 4.16.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-17-orafce-dbgsym_4.16.5-1.pgdg+1_arm64.deb
Size: 316548
SHA512: 4239f08df72c4ad0536fcc30eb67de739333e648904658a12eefa3f6548c2344a1135f00e495b91f553b1ef7c5b137246ffb84370c799c9cb532b325111422b5
SHA256: e66dcbc2a08f5ba974db780a48ef7bf4fcbdfaeeb2a6cc83b39b0c2e90b67698
SHA1: 4c6869ee3f26135b050358370c68a2a3d0b6ed3b
MD5sum: d2625cdf89c556b80a2a250dd81206ef
Description: debug symbols for postgresql-17-orafce
Build-Ids: 0d2104f5ae76f9f58052daa4c2a1c509f6449299
Timestamp: 2026-03-09 22:27:33+00

Package: postgresql-18-orafce
Source: orafce
Version: 4.16.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1234
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-18-orafce_4.16.5-1.pgdg+1_arm64.deb
Size: 368852
SHA512: c1384d944ade0a0ceed028de11c0a4db296cfddb692d4094d3fa9d0872b2903e5a4a05c57f4c17575253e99449bd38b584a1c27fb3c755f9cce5758220fa90e5
SHA256: 5bd94f1b8636d1775e5b51c6e2b22396b376a006969c945bcb315da989979ed4
SHA1: ec52fd27f07c2986be260909fbe43a88ab5c96b1
MD5sum: f1b22e97807d6717baf739f8bb0a0fb9
Description: Oracle support functions for PostgreSQL 18
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-03-09 22:27:33+00

Package: postgresql-18-orafce-dbgsym
Source: orafce
Version: 4.16.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 625
Depends: postgresql-18-orafce (= 4.16.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-18-orafce-dbgsym_4.16.5-1.pgdg+1_arm64.deb
Size: 319216
SHA512: 6d0ab109e301ebbaff0bc207b371a3067ceacaea8f6074fbab8bf0b0343a44582de5474d51cef2ebab25fa879c40a842f9c7bea481980d242296e88d5510e06b
SHA256: cbbf82fc32ae4f93169b0a82c60118756de99583e509e88a70187c2f88475e30
SHA1: 439689ec0b720b587b20de04b5a37799b6aa8ad9
MD5sum: 039f1fcec8845754831a85ecc61c3080
Description: debug symbols for postgresql-18-orafce
Build-Ids: 46f24b7eb5d4900f467c07269abee59ac6092477
Timestamp: 2026-03-09 22:27:33+00

Package: odbc-postgresql
Source: psqlodbc
Version: 1:17.00.0008-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1368
Depends: odbcinst, libc6 (>= 2.38), libodbcinst2 (>= 2.3.1), libpq5 (>= 9.2~beta3)
Enhances: unixodbc
Multi-Arch: same
Homepage: https://odbc.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/psqlodbc/odbc-postgresql_17.00.0008-1.pgdg+1_arm64.deb
Size: 361804
SHA512: 1cdc53d6bf30dc5429531578be303f7abd347665766a4a44fbf7f7770e028c7fe9cb3532084a1297e290f2b120521ec10984e686f77764f2487b64786cafc1d6
SHA256: 13749cd515c5f70793917710838d17cc85f3bbabd9f177b078c4bdf7a7fd047a
SHA1: 6d3735a69ad1b6ccc6aa793c8fa3278f45c78e69
MD5sum: 5db760950e3db2df42b3b245b1b602fe
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.
Timestamp: 2026-03-11 11:13:12+00

Package: odbc-postgresql-dbgsym
Source: psqlodbc
Version: 1:17.00.0008-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2192
Depends: odbc-postgresql (= 1:17.00.0008-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/psqlodbc/odbc-postgresql-dbgsym_17.00.0008-1.pgdg+1_arm64.deb
Size: 1096164
SHA512: c561997c7bd32e406819c4837b37acc2e9ca2586668b6f5dff15e22134d9c5dfee1726a231afdfc31556e8c67c7f1d939a99db4427a9978873ba44bebbd404d1
SHA256: cdd5ef623e165bd218bd96325b264ab33e3ebdd9069b48154e1110d502d6c756
SHA1: 347476401e930e95d75a1409ee8d9d2bcc10d239
MD5sum: 483c442cff4fab0c6839f0e1c72b82ba
Description: debug symbols for odbc-postgresql
Build-Ids: e0958cdaa80f0e53339625ed84541a55e89849cc ed099e5f75263df93d6ab5453921607da87f7d4e
Timestamp: 2026-03-11 11:13:12+00

Package: postgresql-14-partman
Source: pg-partman
Version: 5.4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8024
Depends: python3, python3-psycopg2, postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-14-partman_5.4.3-1.pgdg+1_arm64.deb
Size: 243848
SHA512: a193ff35c5d5b6ca12c83d60f352bab7c2fccf77a7585676913c25ebbcb370186551a0473b97414e1118526044ad40a93952f284eb837f345ba6237921e938f6
SHA256: 90712c21a0f09dc16d6f3e9edfb8b245388347ce62ab481f179f345c9f3d28bc
SHA1: 265ca5c48309ba13d6bc6fcaa231ed09b3044452
MD5sum: 007abc3fae903f3a2263ab533cc39c91
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.
Timestamp: 2026-03-11 11:13:12+00

Package: postgresql-14-partman-dbgsym
Source: pg-partman
Version: 5.4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-14-partman (= 5.4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-14-partman-dbgsym_5.4.3-1.pgdg+1_arm64.deb
Size: 34684
SHA512: 84741fc2c9913275f7a70fb231f70678eeff2efc99eaac674d2de37da6e8885f7c8c4d05068e8a7f4c826f0134886ec71562d908623f7f47bae033291df44459
SHA256: 1eac5e13314ac57aaa6303c8cec0b8a7e6cd049d3c848ee611848175d0ea2069
SHA1: 6be7e05610efebaf8b0c1e51c9f08f9b61089b53
MD5sum: 3a247234fb512e5f1e1e6c57841ee15f
Description: debug symbols for postgresql-14-partman
Build-Ids: 240d5fa5924319cbd9ef62191925d5be440c1a75
Timestamp: 2026-03-11 11:13:12+00

Package: postgresql-15-partman
Source: pg-partman
Version: 5.4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8024
Depends: python3, python3-psycopg2, postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-15-partman_5.4.3-1.pgdg+1_arm64.deb
Size: 243828
SHA512: dbd7bbe2f7d3c67188f7422e250656e3f68b0447c6597630a49b076d813111ee99f713aefa7666c352c891e28d92474bc8e39a3921a0012e85518e9fbf89854a
SHA256: 6d316f77b90b1f8af0d330cb40678a7b6edb7de0544fadaf6facc4103a8765e9
SHA1: eb7f9c77e620b463f8775c18801eec5a17e30305
MD5sum: 396a662b14c3553ee07dd3c26697c06c
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.
Timestamp: 2026-03-11 11:13:12+00

Package: postgresql-15-partman-dbgsym
Source: pg-partman
Version: 5.4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-15-partman (= 5.4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-15-partman-dbgsym_5.4.3-1.pgdg+1_arm64.deb
Size: 40760
SHA512: 06b0a1b1054dec514412b9ec824a9c6abc60cda2b1aa7fb53cd2351f3c04573798231501338bd299ed331c284252b0ac9620d6ba702ceed4cd6600f01f2bb078
SHA256: e6f8d2d81f954e0c01b0b83081bd430f3becb427829fdd4b1ba2b9f34208a3e4
SHA1: 1faf71e7fcae1ad07b90208ac300a79d75d2171b
MD5sum: 5362822cf433994bb2e027a77d98ad1c
Description: debug symbols for postgresql-15-partman
Build-Ids: 0f534fc5ff6c0a95c18380aa620597d9e86af3b6
Timestamp: 2026-03-11 11:13:12+00

Package: postgresql-16-partman
Source: pg-partman
Version: 5.4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8024
Depends: python3, python3-psycopg2, postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-16-partman_5.4.3-1.pgdg+1_arm64.deb
Size: 243708
SHA512: 1d11572339a6f417d957b0371929e4ccae377be9b5df5e3faa2619005bd1438f4ac45ca7c37dac885a370e29470ff88fce0acd59b78089fffb111b1430db8bd9
SHA256: cd81cb1cb9219bf6dcafb9fe36c3796faeff6b2a200ef655394a0a857691918c
SHA1: 29b6e0a9edf23198d4d40add426e70bdfeed4db3
MD5sum: 618cbbbdf2e9f51d13bdd0f8a7d3575a
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.
Timestamp: 2026-03-11 11:13:12+00

Package: postgresql-16-partman-dbgsym
Source: pg-partman
Version: 5.4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-16-partman (= 5.4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-16-partman-dbgsym_5.4.3-1.pgdg+1_arm64.deb
Size: 41796
SHA512: 1dad232da10fba2189db260660b7b4ef8e9f46a10fc93e11585d08de72f7a5bcd9684418e594ea918ae38df18af37cd1f1a79a91d7df30796e05470c17929a0c
SHA256: 14812d438c57336383c67e8a0a2797fd3fe3c7a02309809a65b826c5324352f4
SHA1: 9affa0e8647fc86eb13eb1a93d6ed6e68ca16e02
MD5sum: bb847d2256f62d7046c2b4e17be2e2bf
Description: debug symbols for postgresql-16-partman
Build-Ids: ffcbf8cdc2f2e083ccc6cc12c519d0bd1b8cd13b
Timestamp: 2026-03-11 11:13:12+00

Package: postgresql-17-partman
Source: pg-partman
Version: 5.4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8024
Depends: python3, python3-psycopg2, postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-17-partman_5.4.3-1.pgdg+1_arm64.deb
Size: 243724
SHA512: 08595599534e7b4dc9deb59b79be1a2e01cd94fe0ac74abe6ac39d941d7c91f62293f18df2ed6bf4d51e004ae0d50fba5daf6bbc4ee4407126e0bbf1b52b10fa
SHA256: b0a73fce1399d194a374320dc61a1ffe96070ec435af622fb54226d9a902886b
SHA1: 5d6038d4ac34667f7b3de73e43c28deaf1c65039
MD5sum: ab4ee0002e0b9f46a5ef10796888a3eb
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.
Timestamp: 2026-03-11 11:13:12+00

Package: postgresql-17-partman-dbgsym
Source: pg-partman
Version: 5.4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-17-partman (= 5.4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-17-partman-dbgsym_5.4.3-1.pgdg+1_arm64.deb
Size: 45244
SHA512: 3db71c1b608a496e9d5e071b4d013433d48fff9d3b7c24ccd9c90140dcc59f3579acea9f8ace558a482ba667d07b41ea81a866663c8cfd3cc1c55f3602f8a5bf
SHA256: e113ef5a29e0412fb88c814eb98da306753383e7b1f82d45329634be8c04641d
SHA1: ad34acfa20e5c5fa06fb971090f3621659dfdd86
MD5sum: 156dc41e6c551e9f3ccef225988f0fe5
Description: debug symbols for postgresql-17-partman
Build-Ids: 8f6c5cd5dcebad0a4ce5cdd90d2b2e9141618a57
Timestamp: 2026-03-11 11:13:12+00

Package: postgresql-18-partman
Source: pg-partman
Version: 5.4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8025
Depends: python3, python3-psycopg2, postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-18-partman_5.4.3-1.pgdg+1_arm64.deb
Size: 243848
SHA512: 700c8c058361b8eba4f875249b38fb36ded3a2c30f70e95a8f0f87eab254860195f6f419929b81ad852bf63c797fdae13f5dd2e3f406e5c6205629a01057f914
SHA256: 7833820b94567341d4af5d5056c64421a1001517cbabad76a8f4a555928accd4
SHA1: 87dce36908c9b99fba0ccc9a900de132fb4d3421
MD5sum: 1dc52a835968f58867254111095bd6a7
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.
Timestamp: 2026-03-11 11:13:12+00

Package: postgresql-18-partman-dbgsym
Source: pg-partman
Version: 5.4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-18-partman (= 5.4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-18-partman-dbgsym_5.4.3-1.pgdg+1_arm64.deb
Size: 46356
SHA512: c92fb7d2a6a35a7af62aed8a7c81668cc565bcdff2293e4140187eb668af0e6e45b51ae17f2910d106658463486aa8af5ee78d5e6bc6799417aaf2191d6170b0
SHA256: 1302626028f22b675740d6cc9e50a00a15cc6d59fc40fcb865d05be6c722b481
SHA1: 87aa1aeb817ba66127c97419d4de1af7be8abdfb
MD5sum: e7dfbf875a34587552ff13d8a8906641
Description: debug symbols for postgresql-18-partman
Build-Ids: e2746c6829f874bf6a273a3061eba2cedb75198a
Timestamp: 2026-03-11 11:13:12+00

Package: postgresql-14-pgsentinel
Source: pgsentinel
Version: 1.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-contrib-14, postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/pgsentinel/pgsentinel
Priority: optional
Section: database
Filename: pool/main/p/pgsentinel/postgresql-14-pgsentinel_1.4.1-1.pgdg+1_arm64.deb
Size: 45268
SHA512: a0317234e8bc239d03821b017e783157d637011aac1bbfb5e7e7500f93de41d0f5718d55f7523c4d058236bc4682d0645684555a0b32c5573b42defa76eefb4e
SHA256: 7a720dfb2f4e87affdf9d545069a78c34a9eb7a6f70e620a579d69198d7ae14e
SHA1: 73fe3e92a2055dc54566dda64e9ebd91cde4bf0f
MD5sum: 9231e220af827a628361ca25e4f0057c
Description: PostgreSQL extension pgsentinel
 pgsentinel is a lightweight extension for PostgreSQL that enables
 active session sampling. It collects and reports information about
 currently active sessions and waits. This extension helps database
 administrators and developers diagnose performance issues by
 providing real-time insights into blocking, waiting, and session
 activities.
Timestamp: 2026-03-12 10:07:46+00

Package: postgresql-14-pgsentinel-dbgsym
Source: pgsentinel
Version: 1.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-14-pgsentinel (= 1.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsentinel/postgresql-14-pgsentinel-dbgsym_1.4.1-1.pgdg+1_arm64.deb
Size: 54808
SHA512: 2f4a3d9d95947e98d6a5743bf7457be37379d5c40dffe5c3e3989be53a56e117969fde7fa9b2b2413c6c0c48540d72b26fa6d8c94d8c02159295624c22bdd529
SHA256: 99458bb81d8b0f4714dd3e25e68f10838c8d3b4348fe5fd3b1a8f7360559a148
SHA1: bc3a7f90c1db0a5e065aa7db670e9a253144599a
MD5sum: 894f10c3d8c246424cab7d84ac3b1f13
Description: debug symbols for postgresql-14-pgsentinel
Build-Ids: fc6a4e83999af7a1a72ee4ee27aeca83b0033618
Timestamp: 2026-03-12 10:07:46+00

Package: postgresql-15-pgsentinel
Source: pgsentinel
Version: 1.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 147
Depends: postgresql-contrib-15, postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/pgsentinel/pgsentinel
Priority: optional
Section: database
Filename: pool/main/p/pgsentinel/postgresql-15-pgsentinel_1.4.1-1.pgdg+1_arm64.deb
Size: 45464
SHA512: 0706fe4a6cec8084229d88bbe1443110046c2cb38a1e5a7f868050f0967fd993dab86ac189596f392ce38158f09926478e273c5df8377ee67e1dcf6441f846b1
SHA256: 5e97b98861d18efb489090213cea005fd66f010d604f872d019841545ad91707
SHA1: 5e73484a9efe3713444e6fddf4a2d6d69988cca6
MD5sum: ba4540eed4fec2159e28971ce6fdc5a2
Description: PostgreSQL extension pgsentinel
 pgsentinel is a lightweight extension for PostgreSQL that enables
 active session sampling. It collects and reports information about
 currently active sessions and waits. This extension helps database
 administrators and developers diagnose performance issues by
 providing real-time insights into blocking, waiting, and session
 activities.
Timestamp: 2026-03-12 10:07:46+00

Package: postgresql-15-pgsentinel-dbgsym
Source: pgsentinel
Version: 1.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-15-pgsentinel (= 1.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsentinel/postgresql-15-pgsentinel-dbgsym_1.4.1-1.pgdg+1_arm64.deb
Size: 67856
SHA512: ffd2f4b98f81bc98f5e059cd9890346a5a9c0d4e3e66038ef653739369d26655a29ac050439c483ba0dff568c7e8bdfb5bb1c81dcbf6c3a4e7f4c0cc29f8a605
SHA256: 8461939916aea95844e69eb342163cf3b40d4bef648e24e4aa8dd81310ee95a1
SHA1: b5149150e9b5b4e0365c8be1308f31f3756d9efc
MD5sum: aa02639b9c80deda70af39a0889d1d90
Description: debug symbols for postgresql-15-pgsentinel
Build-Ids: 5c55d3961a5446eb684355a246aa09a51e1581c7
Timestamp: 2026-03-12 10:07:46+00

Package: postgresql-16-pgsentinel
Source: pgsentinel
Version: 1.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-contrib-16, postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/pgsentinel/pgsentinel
Priority: optional
Section: database
Filename: pool/main/p/pgsentinel/postgresql-16-pgsentinel_1.4.1-1.pgdg+1_arm64.deb
Size: 45428
SHA512: b686850c3fbbd6b957cf0c80ba0e421501d86a0a323f2de78ebbc4bc5299e12606ac70d59986135f10eb55d3eb7ac7ab194b701e6a1a0b42cb14877242a4c870
SHA256: b6f5ea9b6af4e278105b191ec6ec025651ca07f63ea64f40a811f25f4856dffe
SHA1: 3b3d1630cd0c9c19b4d296aa973553057aa37744
MD5sum: bff4108552f6b31d6c3619396d1a9c2c
Description: PostgreSQL extension pgsentinel
 pgsentinel is a lightweight extension for PostgreSQL that enables
 active session sampling. It collects and reports information about
 currently active sessions and waits. This extension helps database
 administrators and developers diagnose performance issues by
 providing real-time insights into blocking, waiting, and session
 activities.
Timestamp: 2026-03-12 10:07:46+00

Package: postgresql-16-pgsentinel-dbgsym
Source: pgsentinel
Version: 1.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-16-pgsentinel (= 1.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsentinel/postgresql-16-pgsentinel-dbgsym_1.4.1-1.pgdg+1_arm64.deb
Size: 72928
SHA512: 756da2a4826ea51a4f022e42631431959c7b38c0f2000cb27c21fd88ea4109572f20d261b91ea9df2f90c98a0ea6ea2178c5a770e40c6ba2dfb23d93be9357ac
SHA256: 6b32fd44946f22fd328090be9f33008b2524bd2a1436ce1b85d1401298b0f1f1
SHA1: bc6efefbd6404e1089b6cbf0bf06969b3b190439
MD5sum: 6e113a03529ad6c264ee760239c8f34f
Description: debug symbols for postgresql-16-pgsentinel
Build-Ids: b22df669f7b0651268aa85e599c509a7806616bc
Timestamp: 2026-03-12 10:07:46+00

Package: postgresql-17-pgsentinel
Source: pgsentinel
Version: 1.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-contrib-17, postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/pgsentinel/pgsentinel
Priority: optional
Section: database
Filename: pool/main/p/pgsentinel/postgresql-17-pgsentinel_1.4.1-1.pgdg+1_arm64.deb
Size: 45416
SHA512: b74a0aefbe0ec4f9a63885cd02ce249f8b0f60ecb55900e1b489add57d1014b80791409a8649fd8599cf31c9389c168631713296083c04ed46891c5dda6702ce
SHA256: a0e740a653adbca99851c467dcbb75038b9a6bc70f775934d5a85cb7ea712000
SHA1: 7c99c38aae14047cec4d50d2f886c058c1adfd89
MD5sum: 760918ec3c1839c68eb44d69a6f437fa
Description: PostgreSQL extension pgsentinel
 pgsentinel is a lightweight extension for PostgreSQL that enables
 active session sampling. It collects and reports information about
 currently active sessions and waits. This extension helps database
 administrators and developers diagnose performance issues by
 providing real-time insights into blocking, waiting, and session
 activities.
Timestamp: 2026-03-12 10:07:46+00

Package: postgresql-17-pgsentinel-dbgsym
Source: pgsentinel
Version: 1.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-17-pgsentinel (= 1.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsentinel/postgresql-17-pgsentinel-dbgsym_1.4.1-1.pgdg+1_arm64.deb
Size: 74036
SHA512: 47cebc113c07ade60e4c40c21677ef2c4b1d661c3577df32c79646a32381c00f0e3771dd0e01d4d07eda623c9917edd88f4f80d0dba055f195cc8dac35fce2bc
SHA256: 8c441e51c40d5f4253af4b6018acaacb1be38a86c8bb54c9d09ccf5445adee81
SHA1: 8e11b8a00f0b3332720fab733cf01e0458c2e1f2
MD5sum: 9a82d09d4a3774eabd9891670adac11b
Description: debug symbols for postgresql-17-pgsentinel
Build-Ids: b23b76013c3ac18eccc04da0203abde9227919d7
Timestamp: 2026-03-12 10:07:46+00

Package: postgresql-18-pgsentinel
Source: pgsentinel
Version: 1.4.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-contrib-18, postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/pgsentinel/pgsentinel
Priority: optional
Section: database
Filename: pool/main/p/pgsentinel/postgresql-18-pgsentinel_1.4.1-1.pgdg+1_arm64.deb
Size: 45420
SHA512: 7a638b45f322085fce60ca1eea49ef11436f1be2189cfde74f13cd112c498f07eb42afee780b9a77f8f0c2e846f55c43f15fac6d13bab71795d6609cc87191f8
SHA256: 9dd357ad60fd53f3892da8b2f7257c511a082011f6b866f0fcdf6fe6ba08d4af
SHA1: 6d99c1e44559ba932dcba0c369d9afdc6ccacd10
MD5sum: 0c819bf905b868127295cd6ff9423745
Description: PostgreSQL extension pgsentinel
 pgsentinel is a lightweight extension for PostgreSQL that enables
 active session sampling. It collects and reports information about
 currently active sessions and waits. This extension helps database
 administrators and developers diagnose performance issues by
 providing real-time insights into blocking, waiting, and session
 activities.
Timestamp: 2026-03-12 10:07:46+00

Package: postgresql-18-pgsentinel-dbgsym
Source: pgsentinel
Version: 1.4.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-18-pgsentinel (= 1.4.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsentinel/postgresql-18-pgsentinel-dbgsym_1.4.1-1.pgdg+1_arm64.deb
Size: 75676
SHA512: cd5d4b4b7554e05c58f249fe1d4f7288ba32568b16ac61a3006d7d07dd95009b5adf1ee27704de5a09e8caef9fe773f24b948852061c9ece28ff0381d6f7f1ee
SHA256: 7041f571fdb08531f21c33d0992153b1830dbc4846dc00b8117ba6780df31d07
SHA1: c4aa26578cf1706745b234bc5168af6cad80a39e
MD5sum: fa2f9fa0f1ffbd1576199f779c9b1101
Description: debug symbols for postgresql-18-pgsentinel
Build-Ids: 74e76bcaf190651464a9deb167b854b2255ef9c2
Timestamp: 2026-03-12 10:07:46+00

Package: postgresql-18-rdkit
Source: rdkit
Version: 202503.6-4.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 667
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.6), libstdc++6 (>= 13.1), postgresql-18
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-18-rdkit_202503.6-4.pgdg+1_arm64.deb
Size: 249476
SHA512: da274e2890c46e2d40816851d984406c5e82696bf89c9f0d3e18265b28bafaf96489873fe5419cc977ec86fec3a714cb93bde85e1a826639f6e02bed7543884a
SHA256: c440678b93b5dc336b25d1f851ecd0caed8b5e1e07a7f86f8b9a610465ac0186
SHA1: 753550121a91c3adfc34e9c7470e1812476bf77d
MD5sum: d551cd18281845002e72bc599361d78f
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2026-03-20 11:40:38+00

Package: check-patroni
Version: 2.2.0-3.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: python3-attr, python3-click, python3-nagiosplugin, python3-requests, python3:any
Homepage: https://github.com/dalibo/check_patroni
Priority: optional
Section: utils
Filename: pool/main/c/check-patroni/check-patroni_2.2.0-3.pgdg+1_all.deb
Size: 21116
SHA512: 9660fd2477bbffa18c7e5af97ae12ed3b14b3cc259a0da8d83bcaa7bbe8017813f22f1379a8bd3cef127b39bf0cc2323dee176137e26da91da387a3e6bed5af3
SHA256: 17da64e9fa01c1e85712405e6ad0375f2923a93ff0d45057df76e63c212da99f
SHA1: f9f3b8630ac4bbc9ecdba4317e2d4b78bbd2ebf0
MD5sum: d907aa0bae0a23a6b30e56adb3a5f9de
Description: Nagios plugin to check on patroni
 A nagios plugin for patroni that checks presence of leader, replicas,
 and node counts, and also checks each node for replication status.
Timestamp: 2026-03-15 10:07:05+00

Package: libh3-1
Source: libh3
Version: 4.4.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: https://h3geo.org/
Priority: optional
Section: database
Filename: pool/main/libh/libh3/libh3-1_4.4.1-2.pgdg+1_arm64.deb
Size: 62252
SHA512: 0f42cba53963aafe1a1ed21b991e52c862727e58a5e8ff5bf4fe6a0b7edcc309623a1f6fab87a7550d2a683adfb1d0eea56b71cb9d7016cf7c17dcfe0ba42a9b
SHA256: 9e4ca60171cc6864a00dfc2ffdac107a53986a0205f798ee77d94bf609f77894
SHA1: 183a1fb9903593c32f75c508177f29da79381282
MD5sum: fafcb8b1b8187be79d94ca79fd89384d
Description: Hexagonal hierarchical geospatial indexing system - library
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the shared library.
Timestamp: 2026-03-15 10:07:05+00

Package: libh3-1-dbgsym
Source: libh3
Version: 4.4.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 226
Depends: libh3-1 (= 4.4.1-2.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libh/libh3/libh3-1-dbgsym_4.4.1-2.pgdg+1_arm64.deb
Size: 92656
SHA512: 75793b5e5e24089fe862cc3affebfa508bfeb516eb2f6d7507847586162a8edd009042b12812f7aabe62fe2da5583e3ecd4270abe8bb817eab211d2f3c8a9087
SHA256: 667c36264147aa16460750bf29b1f732c23ee357db768c6def62509b4fa396de
SHA1: a5aeedfbaf1c20c07d323d60d4a188de56d9ce67
MD5sum: cb243a7255a4ba72b4ae8bb503b0f29e
Description: debug symbols for libh3-1
Build-Ids: a15e72beb43a87b173185396a626ca60b8f3d38f
Timestamp: 2026-03-15 10:07:05+00

Package: libh3-bin
Source: libh3
Version: 4.4.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 929
Depends: libh3-1 (= 4.4.1-2.pgdg+1), libc6 (>= 2.38)
Multi-Arch: foreign
Homepage: https://h3geo.org/
Priority: optional
Section: database
Filename: pool/main/libh/libh3/libh3-bin_4.4.1-2.pgdg+1_arm64.deb
Size: 67296
SHA512: e276cb668029f8cb7acc19e3c9e18485057a296cb7b96cad3edf0218b0a0f8669a7bf922450a104e4f8d200e6234f39a095ba2b61d8b9e08cd39177e731c1b79
SHA256: dea405132ddad634d20b54f43e0fe6d54b27bea5a78f20d5ddf1436ccaa10ee1
SHA1: 8a1f8ebc95769e168effa08db31e7dc8b2772163
MD5sum: 291659fbafeeec444a9b50e6bc75aae3
Description: Hexagonal hierarchical geospatial indexing system - CLI programs
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains CLI front-end programs.
Timestamp: 2026-03-15 10:07:05+00

Package: libh3-bin-dbgsym
Source: libh3
Version: 4.4.1-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 657
Depends: libh3-bin (= 4.4.1-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/libh/libh3/libh3-bin-dbgsym_4.4.1-2.pgdg+1_arm64.deb
Size: 247764
SHA512: 298847fe7e8569ba177ed68edc5bf22e74245ed0a2a870e23b978826a23e8a7c0a8f4ebb1fe13694d37a3d00d8d6aac8446039340d6603aee264cc983373186e
SHA256: 7892a801a65c5189defa3fe6acd6ba8d53b1199f4b797f81513e66859e6e7fe8
SHA1: 9ad7a2367a2b64bd986e15ec15c81d44ad8ab580
MD5sum: 2b271e1f595102f8c810c9bedf8bd026
Description: debug symbols for libh3-bin
Build-Ids: 061ea0b327a597efac6418c5d3aa0cbfda781481 066af4d00c1b439b6a6178a7906d99bc617ec875 141c6475ceb9254276505c49f3993961de7e8cb9 452ad431ab9ad80f795f7ae177e65bc59edf0f58 4c3bcf943287d155d9a1dee1440dc262308f39f2 5ec57d2883a063a9b737a42ed1811abe247fe8c9 644b5700c40d335145e1c0a543c40ebee384414a 65b77a808f8ac774f58f1c2de3c6460748b0727f 8ff14c85400922a636a4ca52cfe6fdc1012be328 d37775261bac4294a1b317e7848a763caa3de2ad da6e029d13510db0ff51d09170a4095e9fa6f7b1 eca8ea5f60c0ac0500f71e92d233eafeec46f25f
Timestamp: 2026-03-15 10:07:05+00

Package: libh3-dev
Source: libh3
Version: 4.4.1-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libh3-1 (= 4.4.1-2.pgdg+1)
Multi-Arch: same
Homepage: https://h3geo.org/
Priority: optional
Section: database
Filename: pool/main/libh/libh3/libh3-dev_4.4.1-2.pgdg+1_arm64.deb
Size: 28196
SHA512: 7c1c8ec7e67bfcbc645d5f9cef30281bc007c815ec832cae4aa10768f29a937504beacf435a3692cbf9ba59f2e273d3c2800e3f56568203838b3baf0bd593494
SHA256: ec35bde35a164fbece6069fe9de477e5de79fdeee60e61ef1d0c0c8cd609689b
SHA1: 82a2a6a819c707dd790c3d3bcac7c4760fa7f074
MD5sum: 7052e69e74103bf3ee2ca779382bb1bb
Description: Hexagonal hierarchical geospatial indexing system - header files
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the development headers.
Timestamp: 2026-03-15 10:07:05+00

Package: postgresql-11-plr
Source: plr
Version: 1:8.4.8.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: r-base-core (>= 2.10), postgresql-11, libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-11-plr_8.4.8.3-1.pgdg+1_arm64.deb
Size: 63276
SHA512: dfddd38b4b76a4895a3d72c108e9bd5365ba6b000e7ee48eb568ddb4c52475ed5aeee3dc4fc698fcb69b9fc8a93d15c6d867653d9210157250e46e0db1ea96b7
SHA256: 529b4c2fd327eb232fc9535bdc2f011915e96280bd0e47404a7ba2194d6fb2a6
SHA1: ab5d7bc8172ac1869c630b215a6bcbd712094705
MD5sum: ff3a8e23748e670527f7679907afedac
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.
Timestamp: 2026-03-15 10:07:05+00

Package: postgresql-11-plr-dbgsym
Source: plr
Version: 1:8.4.8.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 223
Depends: postgresql-11-plr (= 1:8.4.8.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-11-plr-dbgsym_8.4.8.3-1.pgdg+1_arm64.deb
Size: 119376
SHA512: e0afc1c6834b407294250146fe3febf73d48d8493514a84cafa945d2f3fccc7473f424d3775acc00ed2c65cb1daeea30c02e221f1f5dcc4174d99776a5f21978
SHA256: 20a96948a4a55b5c00e5a5860168f8cf985e734ae89d6c7f940972ae7a66d1f6
SHA1: d1ea1683ba5b43ea63afa59072df0c32b952db5a
MD5sum: 1c875a2ea90d7b460e7f44c7f4f3b3f0
Description: debug symbols for postgresql-11-plr
Build-Ids: bbc6cb12a70ca7e744ec233596175f879c410abe
Timestamp: 2026-03-15 10:07:05+00

Package: postgresql-12-h3
Source: h3-pg
Version: 4.2.3-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 472
Depends: postgresql-12, libc6 (>= 2.17), libh3-1 (>= 4.2.0)
Homepage: https://github.com/postgis/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-12-h3_4.2.3-4.pgdg+1_arm64.deb
Size: 53380
SHA512: c6ac77fed6ff8d8a99317c2088bf9bf0ebd1e14dc8b23b3335d87d73184d9f39d6b9fc25b99b6c42a99c62d6bbd37f2d852c57726a13a5081425b33ef1a5139c
SHA256: 15bc48e4a5876e8b087305c292851b688a8dde18ac97d1569d98f39b30e63b99
SHA1: e335c3801baef1ea7b395cb1d7a01f755afc6330
MD5sum: ee2b7721fbdde52b4b783f42eebfed01
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 12 extension.
Timestamp: 2026-03-15 10:07:05+00

Package: postgresql-12-h3-dbgsym
Source: h3-pg
Version: 4.2.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: postgresql-12-h3 (= 4.2.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-12-h3-dbgsym_4.2.3-4.pgdg+1_arm64.deb
Size: 113280
SHA512: 5ab30ed4872d00fadcab98fa8db014724aec639ea741aeb5a3fa3b69dfe668f0f95f54e061825c0f42203ff479d3856620cc2a6e38caeaa2ef727c990ce39a24
SHA256: aaf3cd7e4a96f08f9203692255c412cb6822c214b36b383326f79453267edac8
SHA1: 32e99e366205bcf3ffb48eaebb28225c519ab315
MD5sum: e2dcdbb1a317c9214b3d22c721dfac72
Description: debug symbols for postgresql-12-h3
Build-Ids: 2b99db48e6af50d8a894ee433b5d8a48b3786ed2 75360e726d47715b7b64fad838f08f6037265c14
Timestamp: 2026-03-15 10:07:05+00

Package: postgresql-12-plr
Source: plr
Version: 1:8.4.8.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: r-base-core (>= 2.10), postgresql-12, libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-12-plr_8.4.8.3-1.pgdg+1_arm64.deb
Size: 62860
SHA512: 32fb60b53df347de905af07d245531370d6fe40baea65d873d65c81d6761e7acf622a34229c818389ae6b7459885fd3894fc2ae34b5f4d803d1a727eafb5f891
SHA256: 31860df587e74d688da5cf594536728543651a3f983742883f75bb194e6e837f
SHA1: 1f7966e0ddd894964ba10d79230e3cbf6e74fd0f
MD5sum: beb4ed3f5ce43f41fdee163323a7e5dc
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.
Timestamp: 2026-03-15 10:07:05+00

Package: postgresql-12-plr-dbgsym
Source: plr
Version: 1:8.4.8.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 223
Depends: postgresql-12-plr (= 1:8.4.8.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-12-plr-dbgsym_8.4.8.3-1.pgdg+1_arm64.deb
Size: 123808
SHA512: e11369cb4fb48988e1cc8ec4ad32a21237759ade11e6bc45773fd8c5fcf4b367d64bf5737a15efe3e507475cfff99ddf6b945efff143f935398561eaa6018ebe
SHA256: e1af3ad3d9c570107d1f6abae609cb60dd01f5bef71d635a1e3b882ff148c0a1
SHA1: c90ab476bf4cc892f9e85371ac3dc5176b89abd7
MD5sum: 83c7cf2f39f73a8f6dc71e13e729e7b9
Description: debug symbols for postgresql-12-plr
Build-Ids: e3b43f63e3477d1d03b2c707e532bb172bff5d76
Timestamp: 2026-03-15 10:07:05+00

Package: postgresql-13-h3
Source: h3-pg
Version: 4.2.3-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 472
Depends: postgresql-13, libc6 (>= 2.17), libh3-1 (>= 4.2.0)
Homepage: https://github.com/postgis/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-13-h3_4.2.3-4.pgdg+1_arm64.deb
Size: 53360
SHA512: b5a9f8918d4c817d91cb29efdebc048300fe72dbe981e8839d3f88001796ea1e461c2507ae902dfea05e9c408b9143d08f8d6825fbb696e7870d8d8c17857166
SHA256: 55a449847c97c0b5e15e13a3a0a5eaf2e6840bde1954c8882c9f3fb22078ebaa
SHA1: 253ab0b855a98c47c05742f8dbdbcaa98bf799f4
MD5sum: 075ae129a07186355541a299f52f5372
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 13 extension.
Timestamp: 2026-03-15 10:07:05+00

Package: postgresql-13-h3-dbgsym
Source: h3-pg
Version: 4.2.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: postgresql-13-h3 (= 4.2.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-13-h3-dbgsym_4.2.3-4.pgdg+1_arm64.deb
Size: 108416
SHA512: 65ebbe6c3c686db3d86bfd5b1ab55c25086cdf8ebf90e211a519cad7464c5a408857f8c1e0ba38102b600735190a959b6caf36543be35aa141254aef73860750
SHA256: 7df4c05fb7be745b6f65f6486cc1bcc807bd76a6d82d23c240e6bea5e44bbf61
SHA1: e44dd46b48d24aa9dd16a0286b68d4038ceaed65
MD5sum: d2b06e1b5724e237fac582ab80180957
Description: debug symbols for postgresql-13-h3
Build-Ids: e5dae958d46044c933a0ffe7bbe8dc8500712755 fbb263f66842c15c760ea02311271e44d7798ded
Timestamp: 2026-03-15 10:07:05+00

Package: postgresql-13-plr
Source: plr
Version: 1:8.4.8.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: r-base-core (>= 2.10), postgresql-13, libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-13-plr_8.4.8.3-1.pgdg+1_arm64.deb
Size: 62820
SHA512: 01d08ee315cee27c08b56e9f05e85fd06dbffb888e5be01c18c4c5c233278f8c6e6214584dc4c2697bb7ab8d759c1eb14b8253e05b1dafb747a1cb65f153a054
SHA256: 4b9452e9eac3dc3ae174d96ec8ada240fc52c815c64f2ccaa041070ee53efade
SHA1: b6481e0e4ca3ca2e85b6dea9e5eb37758257b3a6
MD5sum: 9e0460708cbb7b571f59da61aaf11c53
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.
Timestamp: 2026-03-15 10:07:05+00

Package: postgresql-13-plr-dbgsym
Source: plr
Version: 1:8.4.8.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 226
Depends: postgresql-13-plr (= 1:8.4.8.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-13-plr-dbgsym_8.4.8.3-1.pgdg+1_arm64.deb
Size: 127524
SHA512: e7182d556bfcdd72170810ab00bd5565f49f60d81a28b02bcde286ee6a423ce4886b1123cbab960016d4ddacb491248c5000e2be6538cb3a0300172113078a12
SHA256: 7353093a2f006cd7579c85343321b7f35be8f318530f69adec566b317e4b4a71
SHA1: 0b7b79a823b856821d950060f913f241fdf30bf3
MD5sum: 15969d973a2289c225c1cfd3a6a09332
Description: debug symbols for postgresql-13-plr
Build-Ids: 9a7d3bd36a2b12e45f921c03b18f92064e120efc
Timestamp: 2026-03-15 10:07:05+00

Package: postgresql-14-h3
Source: h3-pg
Version: 4.2.3-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 472
Depends: postgresql-14, libc6 (>= 2.17), libh3-1 (>= 4.2.0)
Homepage: https://github.com/postgis/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-14-h3_4.2.3-4.pgdg+1_arm64.deb
Size: 53264
SHA512: f6384d9fb2ccc49144c2ce4445039d3b1d20d9d2a77e6f87f34cb4200a2c65fe17247c878f64b9402451fc6208d48615bbdc757e751e18e819fcd8e704d31f08
SHA256: 1f5b3dea67c5ea1a3b2b3c2ab90702f89c9463bdf1a00f25373aa8817e766c2d
SHA1: 40536f267fbbd2e1ea693c518fb719b6210ee106
MD5sum: 6f9315078630230e0b09e9806ef5b97b
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 14 extension.
Timestamp: 2026-03-15 10:07:05+00

Package: postgresql-14-h3-dbgsym
Source: h3-pg
Version: 4.2.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 261
Depends: postgresql-14-h3 (= 4.2.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-14-h3-dbgsym_4.2.3-4.pgdg+1_arm64.deb
Size: 107060
SHA512: 95196d4d77db2f3a79075554320680714139cce41f60c6bb25bfdf62b5bd07541609fcf6334a4ace436599905b4a00cfeeccf269a612125edaaf7471fb380313
SHA256: 8e33f8945e4bf09ae69ffc55a2126f6d5a6f79594973c3ec2d6bb9e023e63deb
SHA1: 3121c31ab69ec8c54a2538653172350dd7791ecf
MD5sum: 28a6d0afa746278042cc7e79f71be7d4
Description: debug symbols for postgresql-14-h3
Build-Ids: 7dffa57175b8934ef64cee08fcc8e4736f2d5051 e9f2e29ffab4ef5e70accc74254f03501f89f9d9
Timestamp: 2026-03-15 10:07:05+00

Package: postgresql-14-plr
Source: plr
Version: 1:8.4.8.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Depends: r-base-core (>= 2.10), postgresql-14, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-14-jit-llvm (<< 21)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-14-plr_8.4.8.3-1.pgdg+1_arm64.deb
Size: 136028
SHA512: 6ff22b059a721fd7abef9681ea80f61366c92a8908d26d1f72360b16415a9d4f803e42274d0ac363756670f882c0fb8c5c2431b233ba43d4026bc146e7b33829
SHA256: dedc00664f374ee376a90e21f937a9ca8afea643105a2ef83ddf886a191b7672
SHA1: 9d5b1ed60c1ca0ace145f556b6c6dfbe4457ea9a
MD5sum: 1931fdab6f085ae290f5db9c43ffabed
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.
Timestamp: 2026-03-15 10:07:05+00

Package: postgresql-14-plr-dbgsym
Source: plr
Version: 1:8.4.8.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 233
Depends: postgresql-14-plr (= 1:8.4.8.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-14-plr-dbgsym_8.4.8.3-1.pgdg+1_arm64.deb
Size: 129140
SHA512: fe017e016d6c0dc01543660082de62f4cc896dd4ee91128ad8c71dc5cdd1ada7e409659731e9d3a3f2944a094296562519b4354f546b400788587358f1b98f41
SHA256: 0a8f6ba830da4eddf818e52985facb33fae7a496f3aa3d22abf287a0c9d4fa34
SHA1: b5b9fc4e1cf70bc31bfc42bd0dd2039e83d28c5f
MD5sum: da034c4c86478a138ff05bd258189057
Description: debug symbols for postgresql-14-plr
Build-Ids: ad004dc4429f5b1713c3254f1c219a89bab31507
Timestamp: 2026-03-15 10:07:05+00

Package: postgresql-15-h3
Source: h3-pg
Version: 4.2.3-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 472
Depends: postgresql-15, libc6 (>= 2.17), libh3-1 (>= 4.2.0)
Homepage: https://github.com/postgis/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-15-h3_4.2.3-4.pgdg+1_arm64.deb
Size: 53204
SHA512: b7a9fad30e6196c4f855274367bf2d1e748f8c5bff477303d5e16b0cd22721871e8f2c9f7187e0ba9b3fad54544928607de9edb22fc4bbfb3f3bd904b69502b9
SHA256: 4738189d08eb35ce04779e41c92141a269809bb9531b52df0687e5965afc520b
SHA1: 05e31748fad1652b3f83a0f88d3d3075d3caab71
MD5sum: 5bac7ead1937eea46e218730e83c0bd8
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 15 extension.
Timestamp: 2026-03-15 10:07:05+00

Package: postgresql-15-h3-dbgsym
Source: h3-pg
Version: 4.2.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: postgresql-15-h3 (= 4.2.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-15-h3-dbgsym_4.2.3-4.pgdg+1_arm64.deb
Size: 107528
SHA512: fce90cbd859a746a05c0b20bdf95710ab0069593fb85e11f3484662c911c5c424e5f42f0c5f8dfb6237b6fa10080f518fd55fa524a389f1da2f9d91938bfbbb5
SHA256: bf281028deefb13c2a1ce2076c538d1f565e6ac026d7c627251cf344ea8b3a2f
SHA1: 80592b9e4ad2ae4e55e21c002d9d9ad75de405b0
MD5sum: ce22f75d829fd5e2d8356aee26836ca8
Description: debug symbols for postgresql-15-h3
Build-Ids: dee071ddc1a83acc6e9eb57f64311d64b9bf1399 f4ddce0cb9dc7e9a7d501229040d64b6433c13ad
Timestamp: 2026-03-15 10:07:05+00

Package: postgresql-15-plr
Source: plr
Version: 1:8.4.8.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Depends: r-base-core (>= 2.10), postgresql-15, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-15-jit-llvm (<< 21)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-15-plr_8.4.8.3-1.pgdg+1_arm64.deb
Size: 135952
SHA512: 285161c7a808e29fb02aaf165cc87fef76139f166fc202f6ad9648a84e16062b1e9d023c7c76ee2c40c52eb2a5bfd398dfc3cecca291ccad4634ba838164d783
SHA256: 33131355fb689f2dd305ff8e19d94c6bce9d008de91c1dedf9de909436c738b7
SHA1: 5978a1e7c191838960fa1f21eefb0871ef74c614
MD5sum: cefaa51a7112d257b968e2ce5016f69e
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.
Timestamp: 2026-03-15 10:07:05+00

Package: postgresql-15-plr-dbgsym
Source: plr
Version: 1:8.4.8.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 234
Depends: postgresql-15-plr (= 1:8.4.8.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-15-plr-dbgsym_8.4.8.3-1.pgdg+1_arm64.deb
Size: 130116
SHA512: d7fbb8436b43d55f7b04ea5e5701e07eea8de38c287ec09ac4d80962bbe6881144287195a1e5bdafd1d5e72fce60a17f99801a28bc1887c3b679e564764015ef
SHA256: d4cc275cc7f0f3b143294f8a90b025b3765235b463965f61e9be58a23615f40d
SHA1: 2aaba80a37e9f9fdc9a994ccf9bfe7b0c16ecd88
MD5sum: 457e19cec8ba76e9ddda0bdbf56ae509
Description: debug symbols for postgresql-15-plr
Build-Ids: 9f0956d7f5f9965337ab4c5553ad4e888bec6711
Timestamp: 2026-03-15 10:07:05+00

Package: postgresql-16-h3
Source: h3-pg
Version: 4.2.3-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 472
Depends: postgresql-16, libc6 (>= 2.17), libh3-1 (>= 4.2.0)
Homepage: https://github.com/postgis/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-16-h3_4.2.3-4.pgdg+1_arm64.deb
Size: 53212
SHA512: 57b9875ec45342430eafeed9dc54d04d8955dfcd97ab9fef6a0534ec37f627544c46fe85b4ed5bfacf362c7d25976059b335a29da36a97de299814995727cbd0
SHA256: 0bb734947e65aec7e2173155e10ab1563f97bded1f61ce8023729868f768500f
SHA1: bc3020bbc24ecc1369fe2123143f8199d6f41483
MD5sum: 874f2d65a1b602c21cfc85dca93a4386
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 16 extension.
Timestamp: 2026-03-15 10:07:05+00

Package: postgresql-16-h3-dbgsym
Source: h3-pg
Version: 4.2.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 266
Depends: postgresql-16-h3 (= 4.2.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-16-h3-dbgsym_4.2.3-4.pgdg+1_arm64.deb
Size: 113000
SHA512: dc19d1e568910230116fc3d6bfa5af04ff288e4e25051f97b1c7ffbaa14848163d7cd4b2c529dacfd08211e8f4babda0f19767c995041a1cebbc36841336e8f7
SHA256: 1679b61deece2f7c42a6ddaceec23eb1803708f9aace2997d612bad483dc97ed
SHA1: 0b8ebd282f4b280e04af6dfde4277ec95aba0e7f
MD5sum: e806896083f7068278ac1a405e541c06
Description: debug symbols for postgresql-16-h3
Build-Ids: c926979a42d2fb5e86359186f33732f504b96263 ec695c999b8fa64c2a5262885d5c0870d18445ad
Timestamp: 2026-03-15 10:07:05+00

Package: postgresql-16-plr
Source: plr
Version: 1:8.4.8.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Depends: r-base-core (>= 2.10), postgresql-16, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-16-jit-llvm (<< 21)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-16-plr_8.4.8.3-1.pgdg+1_arm64.deb
Size: 135472
SHA512: 4baa7271b85c43e6a39897bbdf564439551643f635a771870308aa15c8dda62bb9a56c3127b8f9c3065b57354376a85887961353529b6e4b3adc26157a1279e6
SHA256: 33ad3dfdb3cb4213c21423ba3ac1f91473b676e15cb07040fcb877095a146e56
SHA1: 3edc42b064b986c7a40e42b9cccc076e05ec8885
MD5sum: 21a77bc2d4f81ee22ef9a8a8b99e17fa
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.
Timestamp: 2026-03-15 10:07:05+00

Package: postgresql-16-plr-dbgsym
Source: plr
Version: 1:8.4.8.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 235
Depends: postgresql-16-plr (= 1:8.4.8.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-16-plr-dbgsym_8.4.8.3-1.pgdg+1_arm64.deb
Size: 136828
SHA512: cc4acb2affe3596283b1d1a489e524b6410f2b4428f7413e959b7c80384a598af9543c8dec9f21456acaad6c413d76f22685a31ccac3c28edc798caa0fab2db7
SHA256: c022a03f20791e4692cbb8d8a7ca551eeef0a99f86dbc9dd5289b239db7041ab
SHA1: a8d232fa094d87542a33ca71de2da0c5bb85e963
MD5sum: 5b5bc88a1412abc3afe40e7883bc271a
Description: debug symbols for postgresql-16-plr
Build-Ids: 8156f6c41e86d3ba589604527ceb27c8ead8d5bb
Timestamp: 2026-03-15 10:07:05+00

Package: postgresql-17-h3
Source: h3-pg
Version: 4.2.3-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 472
Depends: postgresql-17, libc6 (>= 2.17), libh3-1 (>= 4.2.0)
Homepage: https://github.com/postgis/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-17-h3_4.2.3-4.pgdg+1_arm64.deb
Size: 53180
SHA512: c319b5fa22d14f68ac6d395c14167d99bfefbc0f1e94f2af47855c61def375eefbbec2e5b175ed779b98cbbe4e44fa72561afda07680df16dfded732feef1473
SHA256: c58720e08ebf87f931d5e078acf149aecebe400481f104ad7c3dfa4932216217
SHA1: b7fc6474ae15ddd67a336f0d6f89ef63ade52528
MD5sum: bf5df8ca400bc8a37a3f01920f53cb33
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 17 extension.
Timestamp: 2026-03-15 10:07:05+00

Package: postgresql-17-h3-dbgsym
Source: h3-pg
Version: 4.2.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 267
Depends: postgresql-17-h3 (= 4.2.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-17-h3-dbgsym_4.2.3-4.pgdg+1_arm64.deb
Size: 113844
SHA512: 8e85bc51203140640d4110ee2054f6c225f6b678c1144a760d2a1149eaeeecccb6f8772f0c110012ffd63bfa49365f9117104fb3c641467e26b048e25fbc6932
SHA256: 10d5c46fc1136ce95d2e6e592ea3801ec70d7dd6de48a88e081a349ed8fd8117
SHA1: baa3372b073c9f2fe500c233c2efabb689bdfb61
MD5sum: 05956b795feddba435ef3478c3aaa367
Description: debug symbols for postgresql-17-h3
Build-Ids: 8ba4369983a46dfc861d690dffeb739191a8fe5e e3457c45cd6e91ebddcdfcba66ccac3059054eb4
Timestamp: 2026-03-15 10:07:05+00

Package: postgresql-17-plr
Source: plr
Version: 1:8.4.8.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Depends: r-base-core (>= 2.10), postgresql-17, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-17-jit-llvm (<< 21)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-17-plr_8.4.8.3-1.pgdg+1_arm64.deb
Size: 135540
SHA512: fb5f916ebc89b3c41adb4245219fa25b8479d05f9fd3ee86d560325fbb35f65e9c6055741aaf67360a84d0b9b6fd360e330d890b823cc60f2ee4e8313ecc67dd
SHA256: 9278ae5c6aeb842521049c7cf82b0ef6f544d1cf5c45a74184cb1773f38c4de3
SHA1: 68288501cef1205fd74ba2db3125cee62759fbe0
MD5sum: 2a02f2cc61bd7fe6f48930fbf4a4dd92
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.
Timestamp: 2026-03-15 10:07:05+00

Package: postgresql-17-plr-dbgsym
Source: plr
Version: 1:8.4.8.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 246
Depends: postgresql-17-plr (= 1:8.4.8.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-17-plr-dbgsym_8.4.8.3-1.pgdg+1_arm64.deb
Size: 148468
SHA512: e7c875158a8ae989a1da460965d95ffefe7802924dc19c2ac216e5f6cc831d61a7473011ad6493096dedae3d2159335fd1a5c57d8bda0575320569b98514c06a
SHA256: 8b76e153dd15ffd7b2559ed52bd5443c72a5b53d1f0853d33a0a29e7de3b64b9
SHA1: 6f1566b2f1588459dedf4058ffbbc7f24411b205
MD5sum: add77fee94657afa740b89395d98ecb6
Description: debug symbols for postgresql-17-plr
Build-Ids: 70556a27f6062d2523d59e5b6068a2aec3018560
Timestamp: 2026-03-15 10:07:05+00

Package: postgresql-18-h3
Source: h3-pg
Version: 4.2.3-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 472
Depends: postgresql-18, libc6 (>= 2.17), libh3-1 (>= 4.2.0)
Homepage: https://github.com/postgis/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-18-h3_4.2.3-4.pgdg+1_arm64.deb
Size: 53216
SHA512: f66407e2b3321cd579212828cdfd7fb04ba4b96e4db7c08ec2d0c4bc6ba9d6c08ebfc4e3f36caf65c196c1144677b56b768816d3248f937d039b20a737e72c8e
SHA256: f4c6c49c841e6ff2fc48a1df4b3d995d7a8b286d6922e53b5ed1c872e240b6ba
SHA1: 97127814f00f0c3ef4996fff5146f19d27644877
MD5sum: 374276272bf4d83a51eddb5634165b31
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 18 extension.
Timestamp: 2026-03-15 10:07:05+00

Package: postgresql-18-h3-dbgsym
Source: h3-pg
Version: 4.2.3-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 267
Depends: postgresql-18-h3 (= 4.2.3-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-18-h3-dbgsym_4.2.3-4.pgdg+1_arm64.deb
Size: 113508
SHA512: ed0b9c3a8a6b65d9f48bc919ff4b8acef6080106b110472f44680c9a1065f39ddfb4c2a8d08be68083f395ddec521861400dfd7d515574097595d34023845cf4
SHA256: 747459bdf96e2c9dac59b0b3a38661a0fd74133674de7b8aeac711aaf1a49b3b
SHA1: 95f8707ba30fc133682f7ff5da6953955c0ab2fa
MD5sum: aad5d4155821c11f6f408897d125818d
Description: debug symbols for postgresql-18-h3
Build-Ids: 9080115d92357807668f3db87bc31e062478dde4 b8db6288c10f270612ac85047d0058ccb61542e9
Timestamp: 2026-03-15 10:07:05+00

Package: postgresql-18-plr
Source: plr
Version: 1:8.4.8.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Depends: r-base-core (>= 2.10), postgresql-18, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-18-jit-llvm (<< 21)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-18-plr_8.4.8.3-1.pgdg+1_arm64.deb
Size: 135680
SHA512: bc6fde136b975d6f66ddd1e8a6521a06f7537c13226a09de8de63977f731a6607f1f73de649613e4f6d9b0570307da02a5d5f8da3eccf41e1ec7c733d01138ba
SHA256: 7533ad6b04dd95c067e877d7477eed51a63ad1f12ad177eb5e9ecbd4ede41736
SHA1: c23cf69ccdd58847e4a82c234de9f7eb4727f8d1
MD5sum: 29fbaf6f36735c9b14daa073426c1757
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.
Timestamp: 2026-03-15 10:07:05+00

Package: postgresql-18-plr-dbgsym
Source: plr
Version: 1:8.4.8.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 251
Depends: postgresql-18-plr (= 1:8.4.8.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-18-plr-dbgsym_8.4.8.3-1.pgdg+1_arm64.deb
Size: 153204
SHA512: b6d930186d4c5251cc141f23feade6d71ba9b538ab7750ced706119aba2a6959440cc5734f61bded2c5e402f4ee9b3113bf51f26b90785eb8ecf950dc9ab8618
SHA256: a02d6b1c1c63b1c1de8a534eb5f5a7d5f2e6c387cc9422bbdae26cf9015786e6
SHA1: c94870acd44fa699d08d5b4ceab28ee85875a8cf
MD5sum: a6f11ccbb4c351a6b54cc11f36792ed5
Description: debug symbols for postgresql-18-plr
Build-Ids: 883773c30a2ddddfa4a70047dbaa49357b1841d2
Timestamp: 2026-03-15 10:07:05+00

Package: powa-collector
Version: 1.3.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: adduser, python3-psycopg2, python3:any
Suggests: postgresql-powa, powa-web
Homepage: https://github.com/powa-team/powa-collector
Priority: optional
Section: database
Filename: pool/main/p/powa-collector/powa-collector_1.3.2-1.pgdg+1_all.deb
Size: 23732
SHA512: c3fd547eeb949b9823d4dafc349f1d99e78bede50ee653db2528c35374daf333f2c5c2b9ffd9d5ab52b681d46c83242f74e4469baa9fb7721296ab5f9d595eb6
SHA256: fd20a05d5effc57164f8ebab2db95336afd80e57991ec2bd942fb34007e7f462
SHA1: 08b59f16c4ee60fe43b0f7a56d5282622e3877e9
MD5sum: 569a2c24a0a8c2dbe60715f20fcbd493
Description: PoWA collector daemon for remote snapshots
 This repository contains the powa-collector tool, a simple multi-threaded
 python program that performs the snapshots for all the remote servers
 configured in a powa repository database (in the powa_servers table).
 .
 Related packages:
  * powa-web: web frontend
  * postgresql-powa (postgresql-NN-powa): archivist collecting statistics
Timestamp: 2026-03-15 10:07:05+00

Package: powa-web
Version: 5.1.3-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1831
Depends: adduser, python3-psycopg2, python3-sqlalchemy, python3-tornado, python3:any
Homepage: https://github.com/powa-team/powa
Priority: optional
Section: database
Filename: pool/main/p/powa-web/powa-web_5.1.3-1.pgdg+1_all.deb
Size: 478512
SHA512: 57adf043d807c62782d2437862ff1ad4b1fd11e812c64e2bf1ad765a687ac4170dad31fe742fc4c1367fdd341a2c08cfcd0e526d221375226729c6b1e53a40a2
SHA256: 9b75c17ffa919796d24cb3f7c3a7ffa1d5fe189784a18339c06eec6fd23d7406
SHA1: a6d1531689ee40bd4fb20cc658983f5e7ad28f2b
MD5sum: 248677d8968aadb6222e038a7e25ed47
Description: PostgreSQL Workload Analyzer - web interface
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers.
 .
 This package provides the web interface. It supports PostgreSQL 9.4 and later.
 Database servers to be monitored need to have the postgresql-NN-powa package
 installed and configured.
Timestamp: 2026-03-15 10:07:05+00

Package: credativ-pg-migrator
Version: 0.12.0-1.pgdg+1
Architecture: all
Maintainer: Michael Banck <michael.banck@credativ.de>
Installed-Size: 1468
Depends: python3-jaydebeapi, python3-pandas, python3-psycopg2, python3-pyodbc, python3-sqlglot, python3-tabulate, python3-yaml, python3:any (>= 3.6~)
Suggests: tdsodbc
Homepage: https://github.com/credativ/credativ-pg-migrator
Priority: optional
Section: python
Filename: pool/main/c/credativ-pg-migrator/credativ-pg-migrator_0.12.0-1.pgdg+1_all.deb
Size: 175684
SHA512: 65c4fe518f26b0a7a0df9a5ca1d5b734ab80e9b224d18180746d8562203550fb2dc0ccd31672a1f1b9fd7af54bbb41acf1d31fe68401f12f607345b560003498
SHA256: 9e55c82e60243235882c018f8a2c082f6f58abb1f926460163636db9fc791fb7
SHA1: 68925669687cacfbf646cc78e758645303d73468
MD5sum: 3a08ed1c19879d827a39c9807e32bab1
Description: credativ Postgres Migrator
 This package provides a solution for migrations of whole databases from legacy
 systems to PostgreSQL.
 .
 Main features are:
  - Supports migration of tables, column constraints and defaults, primary
    keys, secondary indexes, foreign keys, functions/procedures, triggers and
    views from source to target database
  - If tables have sequences, migrator sets current values of sequences on the
    target database
  - Migration of views is currently only in rudimentary version, just replacing
    source schema names in code with target schema names
  - Conversion and migration of functions, procedures, triggers currently fully
    works for Informix, and is in progress for Sybase
  - Migrator allows customizable substitutions of data types, default values of
    columns, calls of remote objects
Timestamp: 2026-03-18 09:10:33+00

Package: librdkit1t64
Source: rdkit
Version: 202503.6-4.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 25777
Depends: libboost-iostreams1.90.0 (>= 1.90.0), libboost-python1.90.0 (>= 1.90.0), libboost-python1.90.0-py313, libboost-serialization1.90.0 (>= 1.90.0), libc6 (>= 2.38), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.2), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 3.3), libinchi1.07 (>= 1.07.3+dfsg), libmaeparser1 (>= 1.3.3), libstdc++6 (>= 14)
Breaks: coot (<< 1.1.15+dfsg-1), librdkit1 (<< 202503.6-4.pgdg+1)
Replaces: librdkit1
Provides: librdkit1 (= 202503.6-4.pgdg+1)
Homepage: http://www.rdkit.org
Priority: optional
Section: libs
Filename: pool/main/r/rdkit/librdkit1t64_202503.6-4.pgdg+1_arm64.deb
Size: 5221672
SHA512: 8a2cfb184b9d8d5fb7669fa2e08a09a537291dfad45f545da5b9e57881f14bd748e6b41ca72d1db1100588ead94a1b0d7e044d8f74f8e43651a5d63bf965441b
SHA256: 54cfe8ad9206ad47fd5e0b8f142e12b9dd1e2e2f8debb6029e362261231c21f2
SHA1: 9e020c5dd81580d9c6f1dba14f4f4f6daa9e51c4
MD5sum: bdcf0a0071fdb7b58e840b0c89cb9bc7
Description: Collection of cheminformatics and machine-learning software (shared libraries)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the shared libraries.
Timestamp: 2026-03-20 11:40:38+00

Package: librdkit1t64-dbgsym
Source: rdkit
Version: 202503.6-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 149169
Depends: librdkit1t64 (= 202503.6-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/librdkit1t64-dbgsym_202503.6-4.pgdg+1_arm64.deb
Size: 123848180
SHA512: ecbc500533ef623ec5ba20b7fe456a5fe2202d158bc98c60fcb822dd99ff724047bc95fd3aee95d4dce7362b4cae1f9c41588027e532bde099692716293642cd
SHA256: 76b9b1fb23b37601687251527b563eaaea6a280dbf7aa6dc4c2755778192e078
SHA1: eac88fd0bf80c3531174d6005a74c2cc4bc7f94d
MD5sum: ba075e6b70835c13cb13f769f93e43b5
Description: debug symbols for librdkit1t64
Build-Ids: 028f6477233be78ce17e9aaac13cf52fcf5af883 03db2d5bb518fb053c0d03d26d9c6b9b8f1f0a18 05f2316190222d273832f0982a995b4e1503ff91 061269425ce09996969d7db8c6b27b20aebd37f4 07b313acab1501d1e46652a1812d48229ca08e2f 0b07c68d0fb1ff9832a0fce2870b6f787d8e8b28 0c4285ea64de54e96695227ef41ab513fe9bbaa9 1089bc5871aea1474fb54ba9d886eeb40793b4fe 12813d08cca4109f39a561a648f18c79429f40fb 19cd67b43774e5674697166a836fafe921f7d2fc 279a2b33e031f408e50eede071895c6b26bf8a77 30067f3a2cfbc82d9ea06c4d9fc3844e14bd6c61 377108a9482cf413c452a165949588fa21a6f877 3e10d50456db4b55209807df56c095c32bb48e26 3f05adae3195be829378e4aec24d8a7f8335ebe6 3fdcc5871f28eaf8b85dedfeacdee043af6e0039 4133b81962b4bb95294f8f0713c426751a56f850 47f87c5cd20cbbcbd108d4a8fa3f5e5c202a3620 4999002e789270cf0ac5bfe0fe54240f62237b40 49c89e8fdd319e5db5363e8d0473348096268432 4a5e7a7b41391a7a808ae7ccf0daded866da9d9b 4a84e123b12de1a0d57bf90a99f9f0f41c218278 4c43e43a9fa81301006c057f149b3522bace36a1 5136904cb4cf519da337b8c6b4580d679513e82a 52c2e7bb25914620dec01acceac9330260c5f8e8 5c91e0fbbb0c88b4d3fa9e9ec301b862c65465b8 5ecad885a16b7c24935e8317b8ea10766df2aac3 634518828c743827ff46c6bfe20e8a4dca21c95d 66153a7a07f300a45cc647a47738e0b361f44c64 6a1735a9ceb51be27728b326be22cc73f76aaab6 6e08693266b9b4d1b2465365e7ef4a659d9568b1 6e1ffdcc16e3712d5ee6b5eab2395fd7ad9c1984 7249d983d7351292984f64023ec7f3dbf2d2def4 761859a177f1750986a37d7376b79d0a593465ff 7f6bf05c6836f7b8dfb3d25541e2226a4135a2ac 831028b0632d664742aa21fbe0ec614505f74c15 834061c691c0878277508544c1f11a2b73556d77 83d6ed96206345510b6dcbe9b2b04869213d2de4 8ad7a51efaf5c5c982ce220f4ab1fb5c25717bb2 95cdf30e69a743ab75e230a2e3edfb5596762a2e 9614d2910b3cd9784cde4c15894c080256647a2e 9648e2660a54a795a97a7ba0eed5c3f0ede2b70e 9b52367265f730b011fab5660653525bb77d00f2 a3e5c6d6b9559e648f8bc5c8983d9bc616fde032 a971913e70ed2320ab39d70c14b31ae28c4d6d30 acd505ee7262de8d70d83c110d311b57cae25b9b af8a3e878292e320349190533172a3c36b0fe92b b88d6807c9eafc6a14a19a11136903a98d1231a6 b964cfd41ef98e1862b8bd14dbe6cff064e473c9 bd26c5d3b8041d42908a7b44c4fe3de098aff6fe befbc6d229f81639da4dee8394dc39c2c24e9302 bff30aca8633b67b8b21e552798061cbabfd3f55 c92074ad85d4f2e7cf46d6ee8741ad921b2312c3 c9f57d32fa9d6f4ab47991d4796cfdf39bdc291f cc8766201350fab015e14fef32f27332f492ea42 cfd5552d9d0fec87d9273d465ea80230b442aa5f d708659ced82403d00949d5070b68f4b32da19d6 da1c05cd008781423ec18dbf690a2d909383dd23 de6d97e323b69765e12f565b71a89ce591aca663 e0ccff50021617bfe43d0753e664de57fd36373d e2d76acbd3f367a484c27f34b07c942898b9f9ca ea489f83648fda782e6ddd94c46262c7cfbe49f7 f82c03d7be943017a807cd4f722e255ec5cd8810 fa2587dad6bc35be67d3317f209f8a0f0771c206
Timestamp: 2026-03-20 11:40:38+00

Package: librdkit-dev
Source: rdkit
Version: 202503.6-4.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 2783
Depends: librdkit1t64 (= 202503.6-4.pgdg+1)
Homepage: http://www.rdkit.org
Priority: optional
Section: libdevel
Filename: pool/main/r/rdkit/librdkit-dev_202503.6-4.pgdg+1_arm64.deb
Size: 492644
SHA512: 3627327262ee3910273940e5ecd8860170a10d688eb708668a8dcdc74b91ce16ad8cab1f5c19d525bc3bfee98459c9f3d83731e83fff2f67edc71095b069768c
SHA256: 3fe741018c88a68f0fc7a4b7c80a34688ced939bef2c5f8712b1f619da5896ca
SHA1: 8336b3dc175a18d0340fd8b93e41ab93c86be85e
MD5sum: 2ee915e8b96e331269c541b326071ebc
Description: Collection of cheminformatics and machine-learning software (development files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the header files.
Timestamp: 2026-03-20 11:40:38+00

Package: postgresql-10-rdkit
Source: rdkit
Version: 202503.6-4.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 667
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.6), libstdc++6 (>= 13.1), postgresql-10
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-10-rdkit_202503.6-4.pgdg+1_arm64.deb
Size: 249788
SHA512: f047beacac4fe4236b13fb14ae2f5e8bf088e97f7c8d6fd96126cc7969fe0ede07cc47dd50a76edc208f27fb5ad2e5d928c4a56b5d38a2c34fa6c36801f4f4b1
SHA256: e9d848f6421e602409e4dec43c7faf07fed627b2c5c012b46b548264578a4430
SHA1: 8114e34ddd4cd75a696b73c1b4f730d558ed7a85
MD5sum: 24852a8bf51baefc0dadafb42832e2b5
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2026-03-20 11:40:38+00

Package: postgresql-10-rdkit-dbgsym
Source: rdkit
Version: 202503.6-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1557
Depends: postgresql-10-rdkit (= 202503.6-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-10-rdkit-dbgsym_202503.6-4.pgdg+1_arm64.deb
Size: 1167632
SHA512: 9ffdbb939e53c5d40b99114700a356192c1914ed268f0995cfa5890c835360aa06316b8380ff647a57f885bc950686bc8c3a12cd02dc09029729966ce629c803
SHA256: a6be08444750bb9517ebf37c20c1580c05663e0c554ed5a187dcccab68f9b50b
SHA1: 7acd320ed7166a1baa805a95a4c971458269082d
MD5sum: ee41b3ffa8ef9cfffe4a373b7472a185
Description: debug symbols for postgresql-10-rdkit
Build-Ids: 6218fed58d97cbe7f6e32fcbe59ed56c09f9940c
Timestamp: 2026-03-20 11:40:38+00

Package: postgresql-11-rdkit
Source: rdkit
Version: 202503.6-4.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 667
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.6), libstdc++6 (>= 13.1), postgresql-11
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-11-rdkit_202503.6-4.pgdg+1_arm64.deb
Size: 249648
SHA512: efeda756c926692279d6be90931c2bacb96ce4c1e6f6fb5c55afe98712d463b09e3267c56bb5b2345ad6b2443297891fe4dfae83500af9e444c2ac6dfed1fdc0
SHA256: 4323afc865dac58405eb307b1a7ab27ee63c413c7dc7343b5f01b90aeb57f365
SHA1: 6dbfdfbb0a3e8ad3ebf36a9bcdfc53162c701f22
MD5sum: 89558b3a9b72fc0626f534865867ba00
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2026-03-20 11:40:38+00

Package: postgresql-11-rdkit-dbgsym
Source: rdkit
Version: 202503.6-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1558
Depends: postgresql-11-rdkit (= 202503.6-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-11-rdkit-dbgsym_202503.6-4.pgdg+1_arm64.deb
Size: 1168152
SHA512: 35e08a5e78b5f73b084a6d78adc687e048f17fc2b911b3532605132fd8d294513f3948445d69310bc0db725195557a9547c6666fa2f85bef23abbf701f110935
SHA256: 3caf1f91083f486accccb515f82ca0e3a9b703af684ce42c8a22095ee817a9cd
SHA1: 0108feb9ac723bb774ddf73aad3803c3ca57f345
MD5sum: 4334c361a47665b1a1be09af0bf21457
Description: debug symbols for postgresql-11-rdkit
Build-Ids: 1a3b2a8f29130405a5cc3b35d63b03cc466f9978
Timestamp: 2026-03-20 11:40:38+00

Package: postgresql-12-rdkit
Source: rdkit
Version: 202503.6-4.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 667
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.6), libstdc++6 (>= 13.1), postgresql-12
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-12-rdkit_202503.6-4.pgdg+1_arm64.deb
Size: 249176
SHA512: 9cb9c932edca3a5c752dc0abe78dd8909c8e4b7febfe103f556b91cdd987c8bc2059a0b55ff53f5585100afabb9ff3cdfcfef26e2e87a56fc824831275f713f5
SHA256: 6127c3f7989c497572158f6f4e238f8b789ba219222e3212e05002d9e9038597
SHA1: 4f2883638ed84d365290506d3ca723a6cffe5acc
MD5sum: c47d33f5a696809c76b6ca0ba88ad999
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2026-03-20 11:40:38+00

Package: postgresql-12-rdkit-dbgsym
Source: rdkit
Version: 202503.6-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1557
Depends: postgresql-12-rdkit (= 202503.6-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-12-rdkit-dbgsym_202503.6-4.pgdg+1_arm64.deb
Size: 1167492
SHA512: 854be60f1937ae3304bf127fd01bb161406c245264fb7e07f127e7c0695886ee0873ead023d7cd8db0eb1c3e74e232269b6e88dbd3447cf79bc3518b748e5bd3
SHA256: d559508eea4b69df80803e986db40164e76050db283eb7007d466597ce427269
SHA1: a46d5b0608976cb196fd53f8a4719a7fdc8f8b8f
MD5sum: ee65195078d86ba9300f16f4c7cb42a0
Description: debug symbols for postgresql-12-rdkit
Build-Ids: 4c4bab9981f0d861f0c1b1d72a8757245f318cc6
Timestamp: 2026-03-20 11:40:38+00

Package: postgresql-13-rdkit
Source: rdkit
Version: 202503.6-4.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 667
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.6), libstdc++6 (>= 13.1), postgresql-13
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-13-rdkit_202503.6-4.pgdg+1_arm64.deb
Size: 249428
SHA512: 963050db7a7b9d41c65b83962702a8fcb2835617893fd929472efdfd40a80b452e6f01ff5e00679b609ead18b90c06f08218b006996cef60757a304b19bc5700
SHA256: 972dae55e3c00a3ec182505b0d5161daeab29ec5eac87d545459923722aa313d
SHA1: de4375f84aba832a03b52124ea83c9812bf3b13e
MD5sum: b9acb0eaf58486e411e6c96b8c97d941
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2026-03-20 11:40:38+00

Package: postgresql-13-rdkit-dbgsym
Source: rdkit
Version: 202503.6-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1561
Depends: postgresql-13-rdkit (= 202503.6-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-13-rdkit-dbgsym_202503.6-4.pgdg+1_arm64.deb
Size: 1171304
SHA512: c9dbf8be0da17308770160ad266b227f261bc9354164b2827672a58413e3a9b395b8e12fd289d75f7da617e65017973a9cdf82c7f36a598bbb9fe1da4044f404
SHA256: a4fbf02cfa4b9b2e9b02132a72cac0f951fe801089e9739fc88ecefecb50a299
SHA1: 6d981dd6acba3f5bf6b5e0ecc75dc188867dbdf4
MD5sum: c1b15007c0d4552696dbcd5d3c70fde1
Description: debug symbols for postgresql-13-rdkit
Build-Ids: 7cb9b13924aad422f990aa3ea4b32ad4babf47bb
Timestamp: 2026-03-20 11:40:38+00

Package: postgresql-14-rdkit
Source: rdkit
Version: 202503.6-4.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 667
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.6), libstdc++6 (>= 13.1), postgresql-14
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-14-rdkit_202503.6-4.pgdg+1_arm64.deb
Size: 249556
SHA512: 092194b102792f7bfc176045c5943d8f92c88e9c2352de273c89859da22679c2059650f0704edbef19fd2548d48eba6e5434abaa8107d53d763517efdc2be077
SHA256: 401909df03a8e4472ee8aa69e9db4bea04678175777573cb15e7d1afed93d92b
SHA1: fbc20391b4ecf9a57e5b7adb11c25d52d1b9b174
MD5sum: cade8a38d7abc829a7ee4932f4a0f004
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2026-03-20 11:40:38+00

Package: postgresql-14-rdkit-dbgsym
Source: rdkit
Version: 202503.6-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1570
Depends: postgresql-14-rdkit (= 202503.6-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-14-rdkit-dbgsym_202503.6-4.pgdg+1_arm64.deb
Size: 1171940
SHA512: f7ca626818f850d01d3689cac7ae1f0e0f0dea6c07bfc19ec2d8101186ec394c84e12e1e84e090c6530a917bc0b9fddea1097d6e0244a25717e4ff3db332ca3f
SHA256: f413276ab5bf1b306a1a8e8e5de9065d0d02c0d41ec426df9b8d170f0520a20c
SHA1: f9c3bc0f006e9251116d96b3e6dcaeaa2a5ad0a2
MD5sum: 61eda1871b65c5d7c7c58ce71ddd7695
Description: debug symbols for postgresql-14-rdkit
Build-Ids: 8ecee7bd8768a860b0ee403e43cf808e5216ef3d
Timestamp: 2026-03-20 11:40:38+00

Package: postgresql-15-rdkit
Source: rdkit
Version: 202503.6-4.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 667
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.6), libstdc++6 (>= 13.1), postgresql-15
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-15-rdkit_202503.6-4.pgdg+1_arm64.deb
Size: 249676
SHA512: 59bd5d9bf0d4e4569a56f68064ab8a284a5877fb0e52107e6ab1d1d47519b94f33971cb63490f278776869c2789e6b5605d9505f9259c41053e7607db679d845
SHA256: a04fb22e64581d0d0d6720663551506e9a57241097c2b0b04383a8524abf0fdf
SHA1: 3deb08f3d449aa8d9824449e7babf6064996049c
MD5sum: 8d40d891fdcccb0b3157abc6a8e87ee5
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2026-03-20 11:40:38+00

Package: postgresql-15-rdkit-dbgsym
Source: rdkit
Version: 202503.6-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1570
Depends: postgresql-15-rdkit (= 202503.6-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-15-rdkit-dbgsym_202503.6-4.pgdg+1_arm64.deb
Size: 1172104
SHA512: 84d3bd51b3863455a1a66a68e28b3750bdd12a3a42a1196548d85744f0cc6d38fa2b7c83cd9e592019dd27e75295794f80c9b5d2600ccad82530f031252a63c1
SHA256: 459cfeb76bebdfef312da0fa1b826661cbe207dc210d0ab0cc51f85bc5f2ba0a
SHA1: 54b0f2ffb077b9cc7c3371e779a94d4760fc7a5c
MD5sum: 7a5b75da1f736b9907be7124afc2dcb0
Description: debug symbols for postgresql-15-rdkit
Build-Ids: f436dcdd9b62e53a5460cd5f83393743709561cb
Timestamp: 2026-03-20 11:40:38+00

Package: postgresql-16-rdkit
Source: rdkit
Version: 202503.6-4.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 667
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.6), libstdc++6 (>= 13.1), postgresql-16
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-16-rdkit_202503.6-4.pgdg+1_arm64.deb
Size: 249448
SHA512: cb9a7212cdcd5b907afdbc76d451af6e30b8e7de0fb99b06e2dbe1c09c479ee70b971180337dae49de3727c23db380b8719c8553e4fa6d4ab8777d431696d909
SHA256: f23c4c17f3e86d3fcda378d6aa52146592707289e962bc734354e8975c8b1ffb
SHA1: 30e63f27b0302289e4dd3e141d3f9f4bee387f0b
MD5sum: a14182933d8003605f5ab4a46a0941bd
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2026-03-20 11:40:38+00

Package: postgresql-16-rdkit-dbgsym
Source: rdkit
Version: 202503.6-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1582
Depends: postgresql-16-rdkit (= 202503.6-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-16-rdkit-dbgsym_202503.6-4.pgdg+1_arm64.deb
Size: 1188408
SHA512: 88af564b40f399f7f4cf142b56b759a50313fb85c6b5197b661dbace556a81ba411ad5bbb482108a90565c241b4962ae64193bd1186eebfcebe70fa9b6f549de
SHA256: ea41c7991e16b5176a61a703e6ea7656fac561952331e7050c9bd27e3d1dff83
SHA1: e479eda63f3ffcde35ffdfdd77c795c9ed42c1db
MD5sum: f44f7483c67fd26d6bb67500fe8b2be0
Description: debug symbols for postgresql-16-rdkit
Build-Ids: 95409bf34a453afcf077e7141a1d79ef9802ec1b
Timestamp: 2026-03-20 11:40:38+00

Package: postgresql-17-rdkit
Source: rdkit
Version: 202503.6-4.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 667
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.6), libstdc++6 (>= 13.1), postgresql-17
Homepage: http://www.rdkit.org
Priority: optional
Section: database
Filename: pool/main/r/rdkit/postgresql-17-rdkit_202503.6-4.pgdg+1_arm64.deb
Size: 249396
SHA512: 1265047bd0942e53567e27daaf2562fcd92e7dba3072ddb9eb15f9cc1896daeaa8d54c558e9629cdd06d97764dd9e7b0fad55916455920bbd26c7368a19aa390
SHA256: 93b118c2b2134f7d4cb261a0a74cf8a300a4ce5564eb08945529be1c632e481c
SHA1: be9fd7ea77c6b3a1a0260ff2c8a7a3f3a52d6dfb
MD5sum: 61d3cb5487d4aee26b7886ab88e6af18
Description: Cheminformatics and machine-learning software (PostgreSQL Cartridge)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
 .
 This package contains the PostgreSQL extension.
Timestamp: 2026-03-20 11:40:38+00

Package: postgresql-17-rdkit-dbgsym
Source: rdkit
Version: 202503.6-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1582
Depends: postgresql-17-rdkit (= 202503.6-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-17-rdkit-dbgsym_202503.6-4.pgdg+1_arm64.deb
Size: 1188756
SHA512: b118f71f0d2c2bce7ddf5876770464f2e578fecd2f6c6767cae96836dc4ff52c1ef59edc6fb50667587795b7a31c576e3326d583ae9d3d8d4e629dfdab7d1334
SHA256: d629ee843c1db43de5f8b5694b8d289ef4bc526bd119423ac0eac70867d210d9
SHA1: 292c8dd3b276ec3452017dcfff31c04f27fd9c9c
MD5sum: 6fc95529f2da9394de6942d46c9f6c20
Description: debug symbols for postgresql-17-rdkit
Build-Ids: 9a7da592d9ab095944f58987d8faa3d9e72ab871
Timestamp: 2026-03-20 11:40:38+00

Package: postgresql-18-rdkit-dbgsym
Source: rdkit
Version: 202503.6-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 1582
Depends: postgresql-18-rdkit (= 202503.6-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/postgresql-18-rdkit-dbgsym_202503.6-4.pgdg+1_arm64.deb
Size: 1188812
SHA512: 1da2ae296cc3347a9df1cfacb9478c382cadca068d4ea8caf5ba0fb90f0bceeb9b8cf83b0c32d54e9f5f3bae49017a4863e0bce2b9e062fb189e2b062054ffef
SHA256: bf28a9d75a5a5173a7fa2b6913ebf63e2b6acb20930f4cb3f06f5eb266539755
SHA1: 330bc3a0cdf4a04dd44e27bc36145dc38de82445
MD5sum: 6543af355510d19765531aab96165b79
Description: debug symbols for postgresql-18-rdkit
Build-Ids: b3ac438e000e90e82d7dca8ad7cbf7b57db60ba0
Timestamp: 2026-03-20 11:40:38+00

Package: python3-rdkit
Source: rdkit
Version: 202503.6-4.pgdg+1
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 29712
Depends: fonts-freefont-ttf, rdkit-data, python3-numpy2-abi0 | python3-numpy-abi9, python3 (<< 3.14), python3 (>= 3.13~), python3:any, libboost-numpy1.90.0 (>= 1.90.0), libboost-numpy1.90.0-py313, libboost-python1.90.0 (>= 1.90.0), libboost-python1.90.0-py313, libboost-serialization1.90.0 (>= 1.90.0), libc6 (>= 2.34), libcairo2 (>= 1.4.10), libcoordgen3 (>= 3.0.2), libgcc-s1 (>= 3.0), librdkit1t64 (>= 202503.6), libstdc++6 (>= 14)
Suggests: rdkit-doc
Homepage: http://www.rdkit.org
Priority: optional
Section: python
Filename: pool/main/r/rdkit/python3-rdkit_202503.6-4.pgdg+1_arm64.deb
Size: 4380324
SHA512: fd4d8f1449cf596e0a44d9e1d9849147c700f2262d92543e0f0ee47461066d9b87e0298a3296e809321580b59282f42e96abd56281fb86b05a589a60d7f78c63
SHA256: 78848868220af1ad85f11aa33f5b1c5084aeffeea6be63e490f4417c69de9aa8
SHA1: 98c5bcb75d722752d0702ed1723429d6bb2e1bc0
MD5sum: 9b7c9a6b20ebb42f7ab5ba3b2c0f0cf1
Description: Collection of cheminformatics and machine-learning software
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.  Features Include:
 .
  * Chemical reaction handling and transforms
  * Substructure searching with SMARTS
  * Canonical SMILES
  * Molecule-molecule alignment
  * Large number of molecular descriptors, including topological,
    compositional, EState, SlogP/SMR, VSA and Feature-map vectors
  * Fragmentation using RECAP rules
  * 2D coordinate generation and depiction, including constrained depiction
  * 3D coordinate generation using geometry embedding
  * UFF and MMFF94 forcefields
  * Chirality support, including calculation of (R/S) stereochemistry codes
  * 2D pharmacophore searching
  * Fingerprinting, including Daylight-like, atom pairs, topological
    torsions, Morgan algorithm and MACCS keys
  * Calculation of shape similarity
  * Multi-molecule maximum common substructure
  * Machine-learning via clustering and information theory algorithms
  * Gasteiger-Marsili partial charge calculation
 .
 File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
 binary format.
Timestamp: 2026-03-20 11:40:38+00

Package: python3-rdkit-dbgsym
Source: rdkit
Version: 202503.6-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 96899
Depends: python3-rdkit (= 202503.6-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/r/rdkit/python3-rdkit-dbgsym_202503.6-4.pgdg+1_arm64.deb
Size: 62891260
SHA512: 15b03a6fde98ea110c559849a729533131dc87899bac89c5dddb754fe6a62d825ee59e6e606e41dea6a358b221dca6dc59adcb4179684985249fa9d9b8ac60b7
SHA256: ccfeb285b6e9d5177eee7dac7f18c26bd8b67e8a6bbcb51d911a2f5ad53dca4b
SHA1: 9b2813b225d91aa2d6a36301478c5882dfa3c270
MD5sum: c6affd6916d0ea8b74bc12ec4b3a6a23
Description: debug symbols for python3-rdkit
Build-Ids: 09f42ddfde429f8fb2d1321086e0fe781c649bd2 0b0c25d3d91f1efb1d34c8db2d08c3b40bec0866 0cf6fdb8a4d3bf49a67815ae3df34805f5185ee6 1019766da3e2f0576413600a389de51539ed79ed 1233ea65e89f9301833efdbc51d91b7f870fb41c 176738e79856016aa34d0dcb12696d0ee69bd980 17ed4b9f93470d8269871f520b007ef8e1178a68 1983cf4d70bdfcf3f7d944b6b9248101daa287ad 1d29beb517d3bdcaec2ff22fb093cecb903e5466 1ec31d78ea6bb2e0bd17503c013d2f995f7b3964 324edff3298bb982820e56d642b98b85ba5db502 350ef342b9bc2fe11ef70cd5c9a95fee00bd4dc7 368b9767f8e620c97358972bc2cdd79a258e9ba7 3898c826ceff4f7954275ef4dd1c8afd490acb0a 44d7140a1e71e2235cd2074f1a014e43ae0b1d29 45dda8f6799d0b478ad24abfb6f834a875b83d2e 460e967ea0831f88115d84f419f35f3bdbf501ae 46ee659579df943295f7f2017fdf1f3bd6273542 4b972292f77de5e5efbdf0398df1fe31c80ddb1d 55c3ce90ed593a15470cca4a4d442330691d5cba 5fb4e55f271fb0d22f2961352d44a25703cc2eaa 60ee0441a8f7190f4245e64df2f84dbe67518c20 6396d70a2ae51247106fd0c62e21ea7834b18deb 758cfa25f84c1b5917dd11a2264aff41eafaf169 84be7df80540d02eb4fc728ddefe86f95e0a1e55 85b8ec272a90ff1a3b677932a5d6a70746db30ba 8c20689e7c330a2ebcd31f92b76fe753a605ad4f 8ef68918d447e6c35deba92c1c26c83d0de81f09 90d43d9a019d9185e4ab9aed475a4f5435746a9a 92e0f6070020194a7b72bcc6cdbefd74841665f3 95f1d75a94aae37477a75443e6c7b9b8900d762e 9a2f83bc5057843760e9d164f65c8942c12ea1c2 a3eab4cfa68eecc7529914460b46be263482c4e7 a8696c09074873ebdee7630e9680a5011bf1ea08 abd47653178aa9a7b12d23c72b995a722994cc09 ac3b4b1611a8ff4334515361bc7fcdd2104768a5 b210f475a00bed58db0abce76d62a6a15acc56e1 b35efdd5d4c2719ddc2f0b5e2f6c86868b1454b2 c07a2ef0d19d1e7a73dd85b49ea6e88c43afc08d c78ac3d8d567e4a8fbe6116a9c935bc7e04568cd ca5c64eaee3f8d8685b21a9f7d8516b385443875 cbece60d29bbb9b248e797613c3f57e3ceb835f3 cda66339e4e55d762a56066df005342139bd5db7 d123f8affb42134079ce4b643a2d0ca0c0b2cd67 d1fbf54772d12ad60e49595ab0b30aebd71004f8 d57fc2b5cb021e31f934c6d3b522c54a329502a5 da9eb86651844867dadc9278ce423879c0dfa6c9 ded45ac8b1696339edc0856f4dd7097abc23161e e0c7eee4c39052051f2b2a440584a5bcac2caaa0 e73cf26a764f5486c5512beb81ba06895938a35c e7c79ca9b3342d5e5175ce30623ca4e94f844a32 e9fe06c04a24ac7c63b42bc6c3cbf2ffdd772ce3 ea14086732af07624cb00d782e1e33538420104d ef002bfccd62bab34f2d0bf6cc619aef4a37e50a f79e8449fab2d2f0e9d03ec25bbd720ed92c63e6 fa664877215e819e4f7f9f1df7dbf56359fd0a46 fbf79bb3e8380d255251f03f44c78a6ed95570ef
Timestamp: 2026-03-20 11:40:38+00

Package: rdkit-data
Source: rdkit
Version: 202503.6-4.pgdg+1
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 59306
Homepage: http://www.rdkit.org
Priority: optional
Section: science
Filename: pool/main/r/rdkit/rdkit-data_202503.6-4.pgdg+1_all.deb
Size: 13157660
SHA512: 050cb84a692f23e090a03548c40fc5763fc2730b890b8d839d281945021a2745770e0e7f818143bfba56eb07c4ecd7c52ac14811595b40452359d45f7f4cfcf1
SHA256: 3eef5509b5cd893c145178ef74fd72489d6a06cbda4c2f23c008b7e364588e86
SHA1: 18f0605c5bb832ba8f5a737d74efc380dda9209d
MD5sum: 4f9e631f7aa201eab543d9875aaa950a
Description: Collection of cheminformatics and machine-learning software (data files)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains data files.
Timestamp: 2026-03-20 11:40:38+00

Package: rdkit-doc
Source: rdkit
Version: 202503.6-4.pgdg+1
Architecture: all
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Installed-Size: 78790
Depends: libjs-jquery, libjs-underscore
Homepage: http://www.rdkit.org
Priority: optional
Section: doc
Filename: pool/main/r/rdkit/rdkit-doc_202503.6-4.pgdg+1_all.deb
Size: 6850836
SHA512: 379441a297c220c6923d0cc6086a20278234e7641812a05013feb93335ddfe9e4673ccb139cbbc2578902093915b41482ff66bb8e4f54485a1d203912ebf591b
SHA256: 3fbc2c8c507bf3bf6813456931f42a7b71a4d65e392e6afe04219c4c67c0bcb2
SHA1: e06643c252ebedf7ec05b10389c377ed7fa9d409
MD5sum: 99ad0f8863eaa10a1a2470895be48e0f
Description: Collection of cheminformatics and machine-learning software (documentation)
 RDKit is a Python/C++ based cheminformatics and machine-learning software
 environment.
 .
 This package contains the documentation.
Timestamp: 2026-03-20 11:40:38+00

Package: credativ-pg-migrator
Version: 0.12.0-2.pgdg+1
Architecture: all
Maintainer: Michael Banck <michael.banck@credativ.de>
Installed-Size: 1468
Depends: python3-jaydebeapi, python3-pandas, python3-psycopg2, python3-pyodbc, python3-sqlglot, python3-tabulate, python3-yaml, python3:any (>= 3.6~)
Suggests: tdsodbc
Homepage: https://github.com/credativ/credativ-pg-migrator
Priority: optional
Section: python
Filename: pool/main/c/credativ-pg-migrator/credativ-pg-migrator_0.12.0-2.pgdg+1_all.deb
Size: 175748
SHA512: f0e06afaaa6bdc6bc368adac3ab08c1149c89752e84c3107c8244a3cf91ae83764e46cfe2743caede9a2b254fc84a6928f235299cf8d8b59b38d75dbbffdda4f
SHA256: 0d5c8b5c9ae93a50f5861a62f20f88d8bf22c2a74610dcc2091a964e2799d922
SHA1: 3b64ef1ce1f391c327e574e10fb257dd1db8c61d
MD5sum: 6998db78d801f33487cd6f130b380c69
Description: credativ Postgres Migrator
 This package provides a solution for migrations of whole databases from legacy
 systems to PostgreSQL.
 .
 Main features are:
  - Supports migration of tables, column constraints and defaults, primary
    keys, secondary indexes, foreign keys, functions/procedures, triggers and
    views from source to target database
  - If tables have sequences, migrator sets current values of sequences on the
    target database
  - Migration of views is currently only in rudimentary version, just replacing
    source schema names in code with target schema names
  - Conversion and migration of functions, procedures, triggers currently fully
    works for Informix, and is in progress for Sybase
  - Migrator allows customizable substitutions of data types, default values of
    columns, calls of remote objects
Timestamp: 2026-03-25 15:51:30+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.26.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14727
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.26.0+dfsg-1.pgdg+1_arm64.deb
Size: 412728
SHA512: 337888492fc7af403a99524d7d3ba779502d152df0eccf721e345f84afe0e6b5b29c379a91126531dd6159e1e281367d51a782ca9c4104c1eca4c3de6f81f982
SHA256: 7d7f9188c8fd5bcb509eecf216e25baa3ff93e35e4353f9e57cbedcb83fb90d3
SHA1: 1cad470e8d46b3766a5f2fbe978741a89d34dcde
MD5sum: c7645f0b0fa4d515e17e71aa64e113db
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-03-26 17:19:25+00

Package: postgresql-15-timescaledb-dbgsym
Source: timescaledb
Version: 2.26.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2148
Depends: postgresql-15-timescaledb (= 2.26.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.26.0+dfsg-1.pgdg+1_arm64.deb
Size: 1197380
SHA512: 665c061425cfd0484b31d3fe0c453ede9a4fdd83b187b070aa6174d7e5a856df0831b438e4b925a53cf2db9536107e874b36ad2c3def225ec40b76c78b5f6993
SHA256: f836fdb6ca742e5cadf2f4966c3d5d00d7116217498851b3c1fed7dfd23b1f20
SHA1: 9539925cb60036673fafbb6ddc8d8231e08cde7b
MD5sum: 1dfdc37dc026552493f5b8b1df0f351a
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: 8b6129da3df418382d9e94e8680181f43517af01 a8860b28e643a13b8e8cdde7eb17fa396a8d5970
Timestamp: 2026-03-26 17:19:25+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.26.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14727
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.26.0+dfsg-1.pgdg+1_arm64.deb
Size: 411416
SHA512: 56979df2a9775ea7ed2fef776722d67b00698c51d8b79b667cd0a820e728c62f0c1839354f6f591dd11886234098aaa933bd68f978540553efa916ed0afeafe6
SHA256: bd51670a9634d694bd11c6b47e6aaf46841140ed689ab5e1cb1229419402077a
SHA1: 1a465e36127fe5f64d66d002725c5de5b73289e4
MD5sum: 0636a777195e856d9d58a4134e7668b4
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-03-26 17:19:25+00

Package: postgresql-16-timescaledb-dbgsym
Source: timescaledb
Version: 2.26.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2202
Depends: postgresql-16-timescaledb (= 2.26.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.26.0+dfsg-1.pgdg+1_arm64.deb
Size: 1253040
SHA512: 14c6ae80a78d984d24f5d1e2126a0e7dd32bc068a687bb657322448ec9a066946078dfa7e686df512ac64d5e950f108ca76e32c357ab9534a58af81cc12efe3f
SHA256: a804ae6ff8856e6536475abd9ce66686bd51c3e62acc6f30200590bbe8e62e4c
SHA1: 29b6a972a4de91f6b39b4bb025adfa7a203bde1e
MD5sum: 760b9e05b32836d62a3781d1eefa3493
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: e3f06246985a8346804f29a9208ac619d19ad88d fafd96bccdc879bb7d7fec108f20081fe763304c
Timestamp: 2026-03-26 17:19:25+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.26.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14727
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.26.0+dfsg-1.pgdg+1_arm64.deb
Size: 411612
SHA512: bc3342693dc2ac6426de7242c11423af69b6b2509cc3eafc594bd1242cf436e709e84f6328ebe633086944647f03612a9ef9241d55f6e52417d8711491b08523
SHA256: 8beff2a7c747f066936fe0709d7d9fabb54f72aa361a97ef328a7798bf0104eb
SHA1: 3f2933f2187aa460e733622f61a72418778eaba3
MD5sum: 0d924542c84ef05410f31d683ca107c1
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-03-26 17:19:25+00

Package: postgresql-17-timescaledb-dbgsym
Source: timescaledb
Version: 2.26.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2208
Depends: postgresql-17-timescaledb (= 2.26.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.26.0+dfsg-1.pgdg+1_arm64.deb
Size: 1261124
SHA512: a21258977481bcfaf5c6600c918e275918032eea16e8e752ad51524cce49d52210438f1a7879fce7c28a3ba399e4893608ce8b7cdfd5aac9dbef5898fb91724b
SHA256: 3d4be0f4dfc3aded1b311610265f2d735425d82e808f68d017d60d45e1997e3f
SHA1: d9bac3af65db59e3c934a88235381107ca62981f
MD5sum: 4c2329ea7fba46bc186644a934a70d5f
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: 47a366e803f743dbffeb0a5eec8da4ccb50e20aa 9ea62eb1451461bdc49ac60f173ddb204c0e2644
Timestamp: 2026-03-26 17:19:25+00

Package: postgresql-18-timescaledb
Source: timescaledb
Version: 2.26.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14727
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb_2.26.0+dfsg-1.pgdg+1_arm64.deb
Size: 412384
SHA512: eb6850af8de751121664b751e84d7e7bcd4c407b019372447f5459dbf884fd5eb76a9b19deb41b6afc4e1283033165e4332ee54342d5a54d8cc88b4367e7a38a
SHA256: 226a55546479d2cfd4ba508ea3b14ec70fea5f9c114d2e75823148bd8d9e76dc
SHA1: d713f7dc22d3b25f9ab2bc405141f4e0184d2336
MD5sum: 67fb4410af11705e78fa65c31dfd0397
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-03-26 17:19:25+00

Package: postgresql-18-timescaledb-dbgsym
Source: timescaledb
Version: 2.26.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2212
Depends: postgresql-18-timescaledb (= 2.26.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb-dbgsym_2.26.0+dfsg-1.pgdg+1_arm64.deb
Size: 1270016
SHA512: 4d31eef9af6da84d627b0b483adc83c8e527ac8be20499d2f7ea140a713f3a9a80c2145107565347d793afa7a5ba17bbbebafdee0c66d9a45be414193c6f87ad
SHA256: 993de95e2c9a2db01839cb604bc34186e988fa0d65c3b0efbaf77346f4b9ebd6
SHA1: b4c5aca8646afc04338c20e06444827f63d338a6
MD5sum: d90b31965f0da3a457493142e000706e
Description: debug symbols for postgresql-18-timescaledb
Build-Ids: 3adc2f2fb575328cdbc713ceefb0cc2e7ffacb59 b0b11a6f5b0d43443cfb29868a819a13d7ae7228
Timestamp: 2026-03-26 17:19:25+00

Package: python3-pglast
Source: pglast
Version: 7.13-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5774
Depends: python3 (<< 3.15), python3 (>= 3.13~), python3:any, libc6 (>= 2.17), libpg-query1706.0 (>= 17-6.2.0-1)
Suggests: python-pglast-doc
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: python
Filename: pool/main/p/pglast/python3-pglast_7.13-1.pgdg+1_arm64.deb
Size: 618280
SHA512: 04b25a47ebb4edb69f1e346a42252dea2bf3c9424cd5f572cd02e59c753a746420d2aa2dc80fbf0d9cf575e253574a154a5f039d739a83d1bd8e2dfda4b82360
SHA256: 8edcff6660d3d95d4fd55d48b9c666c5df5a7c3460cc7356fa2c3c93b58591c9
SHA1: ec234eb376ca558d8fb77b90a10ca2d15f8b036c
MD5sum: 806b39a74c0005fecc994d41f2b4d7f1
Description: PostgreSQL Languages AST and statements prettifier (Python 3)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This package installs the library for Python 3.
Timestamp: 2026-03-26 17:19:25+00

Package: python3-pglast-dbgsym
Source: pglast
Version: 7.13-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4778
Depends: python3-pglast (= 7.13-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglast/python3-pglast-dbgsym_7.13-1.pgdg+1_arm64.deb
Size: 3327208
SHA512: 09c2f20034bf23644624b0746634dd3a7305d229b6a82b4dbfdec2d691fd1ffbea8fe4af5e08d4a22c88a6530db8e6dca7989056d7eb1af09361566155b4bb37
SHA256: 03ff9e3b3040e290cd6e6d66f062fbb606efb90aa89373211ac9891de2a91fa0
SHA1: 3594a668647998406dc740d69e8be2a8fdfaf465
MD5sum: dd74d8023659a8f5172ffc3b61a07552
Description: debug symbols for python3-pglast
Build-Ids: 66aa911ac9442bd8bab639525473e859c6f1c9b0 a6560fa32990f9089815aa746b158597aaeb9648
Timestamp: 2026-03-26 17:19:25+00

Package: python-pglast-doc
Source: pglast
Version: 7.13-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4058
Depends: libjs-sphinxdoc (>= 8.2)
Multi-Arch: foreign
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: doc
Filename: pool/main/p/pglast/python-pglast-doc_7.13-1.pgdg+1_all.deb
Size: 289460
SHA512: afd59a9aa68a7a3bd6eeccf6a3ff475e8f99242562c584cea702d5fc3d97d2ca701a28f9d3b8a44ddc186051702577e0e44014fcbfd62c34114b4f5151625f08
SHA256: 171227f97d65ab71e03a02d4811bbf90ae82ff1a65284bee020dbd2fada9f81a
SHA1: a771f4d828674f54e153bbd1ea732564a706c187
MD5sum: fb67a8d4bb022db1c25df0a8c7746f78
Description: PostgreSQL Languages AST and statements prettifier (common documentation)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This is the common documentation package.
Timestamp: 2026-03-26 17:19:25+00

Package: libgvm22t64
Source: gvm-libs
Version: 22.38.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 983
Depends: libc6 (>= 2.38), libcjson1 (>= 1.7.13), libcrypt1 (>= 1:4.1.0), libcurl3t64-gnutls (>= 7.83.0), libgcrypt20 (>= 1.12.0), libglib2.0-0t64 (>= 2.76.0), libgnutls30t64 (>= 3.8.1), libgpgme45 (>= 1.23.2), libhiredis1.1.0 (>= 1.2.0), libldap2 (>= 2.6.2), libnet9 (>= 1.1.2.1), libpaho-mqtt1.3 (>= 1.3.0), libpcap0.8t64 (>= 0.9.8), libradcli4 (>= 1.2.11), libssh-4 (>= 0.8.0), libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), zlib1g (>= 1:1.2.3.4)
Conflicts: libopenvas9
Breaks: libgvm22 (<< 22.38.0-1.pgdg+1)
Replaces: libgvm22, libopenvas9
Provides: libgvm22 (= 22.38.0-1.pgdg+1)
Multi-Arch: same
Homepage: https://www.greenbone.net/
Priority: optional
Section: libs
Filename: pool/main/g/gvm-libs/libgvm22t64_22.38.0-1.pgdg+1_arm64.deb
Size: 146564
SHA512: 935df4cff216c381d569f88cbbdbd5c2799634ba51bedcf71b2bd24449cf3fca790475dec2bf58c437773022d1161d29d57d2f6917d10ee0de1616a9929a7fef
SHA256: 654215ad6ea704e702d8f0212ed8ec4766751581cb082ba4a7fd22e5945d51b8
SHA1: 8e04a46793b0ae3524f442fd57ebe519ba059dd4
MD5sum: cb92d516c1c6dd766a740b61294d42fd
Description: remote network security auditor - shared libraries
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the required shared libraries.
Timestamp: 2026-03-31 12:25:22+00

Package: libgvm22t64-dbgsym
Source: gvm-libs
Version: 22.38.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 1100
Depends: libgvm22t64 (= 22.38.0-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/g/gvm-libs/libgvm22t64-dbgsym_22.38.0-1.pgdg+1_arm64.deb
Size: 514844
SHA512: f5f55113dd78297d9db35708e7bfec0a3f554e37251f1146eaffea8b42bbc26e31543aadc7761ee0f5bcb279ee7e6e7f2e682c7f96b22f949c1e1f5c2909fb89
SHA256: 4f39af7f88e1ac26cae98c155e6b4a89da14e35738f95e788bbad02e3c79e253
SHA1: 500bcbc24d3b352649ffa71f40977eb28e3eb44e
MD5sum: d4246a1669c2b963f2c17f3718afdef9
Description: debug symbols for libgvm22t64
Build-Ids: 043494d62dbaba8e9889fc15768ac550db7a1422 09156cbeb273562200bf265e1af3949554f58998 2bda4bcfe2184162f8a8911c0755d31418a2a888 4e31cf76e0bbb00035f231dba83b1f46396133ed 5f1802503ee24c4c8045248bc8029834d36c9edd 7d5ab5eaa5ee64d3be60c9c8def6c9e3a6fc91d4 8a16a0cb3c9e437ca73cff020439187fe1ef4905 b425cfe41a69746344d08af72b2b8440f91bdae4 b557794d9e09ece23e9787629352b60bff96beb6 ec31178d255e8b782cf3bf5f7a08ebd84deb88aa fe6e72e521e917c436414d746552d2334c050e15
Timestamp: 2026-03-31 12:25:22+00

Package: libgvm-dev
Source: gvm-libs
Version: 22.38.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 199
Depends: libgcrypt-dev, libglib2.0-dev, libgnutls28-dev, libgpgme-dev, libhiredis-dev, libksba-dev, libgvm22t64 (= 22.38.0-1.pgdg+1), libpcap-dev, libssh-dev, uuid-dev, libsnmp-dev
Suggests: libgvm-doc
Homepage: https://www.greenbone.net/
Priority: optional
Section: libdevel
Filename: pool/main/g/gvm-libs/libgvm-dev_22.38.0-1.pgdg+1_arm64.deb
Size: 30636
SHA512: 070fefbfa9e9185e1911504280f4fa1370c3916a42701f6aa9378f4cca0596e3f368e49148ce020fd46509864dd51ed6adfc72c50d7ae4f150b5580151aecfd1
SHA256: 7330c1db6211a0bb824d53e6a19932872acddae29692dee574c62e4f42d21755
SHA1: 2bb51d86c6604a4bc336ea17803fd479e85af79d
MD5sum: 9de1106fb4f03d35c3c26a179cd2d5c7
Description: remote network security auditor - static libraries and headers
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the required static libraries and headers.
Timestamp: 2026-03-31 12:25:22+00

Package: libgvm-doc
Source: gvm-libs
Version: 22.38.0-1.pgdg+1
Architecture: all
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 11061
Homepage: https://www.greenbone.net/
Priority: optional
Section: doc
Filename: pool/main/g/gvm-libs/libgvm-doc_22.38.0-1.pgdg+1_all.deb
Size: 641600
SHA512: 4f1b424b924ef9e9ab5edfbd7e65ba107ab3d68d59c30e6d94727b359c593fef560e5aeb33d0c8bf7a5ba47c0750a8d2e4767e63e0b652a126c8fd6e17016b9b
SHA256: ba50a402809e84148d5ac2b43f4f4be168dd563065b930a0c0b5ffecdd7b3e0a
SHA1: d3bf3b4ef1e69484959f34c84d2279be049bcef3
MD5sum: 8aa69f9cce13fdd841baaf04c7a7bde7
Description: remote network security auditor - libraries documentation
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the doxygen generated HTML documentation for the
 libraries.
Timestamp: 2026-03-31 12:25:22+00

Package: odbc-postgresql
Source: psqlodbc
Version: 1:18.00.0001-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1369
Depends: odbcinst, libc6 (>= 2.38), libodbcinst2 (>= 2.3.1), libpq5 (>= 9.2~beta3)
Enhances: unixodbc
Multi-Arch: same
Homepage: https://odbc.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/psqlodbc/odbc-postgresql_18.00.0001-1.pgdg+1_arm64.deb
Size: 361912
SHA512: 8201fefb10e3b7629bec5cf9ae5b2d7093db8f4d6a407f7c49b898604bebeef7d117764b4b885bfd4a831ffad9d06273d65605a95643fa21c09d3947d5bc8d3a
SHA256: e27e6b948f04a371bdb061c624d940624acfcbe34f49694e6afe14c6351735e8
SHA1: f5073e800abe107b8574ee47888f474072e3742a
MD5sum: ca697ebf8fe4b575357202798f35a5fb
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.
Timestamp: 2026-03-31 12:25:22+00

Package: odbc-postgresql-dbgsym
Source: psqlodbc
Version: 1:18.00.0001-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2192
Depends: odbc-postgresql (= 1:18.00.0001-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/psqlodbc/odbc-postgresql-dbgsym_18.00.0001-1.pgdg+1_arm64.deb
Size: 1096164
SHA512: ba5ea66cd50428d4faa5061af34c6a70ed3910653cbc935e4c79965e95a83700fdf1e3d4a7aa37bdbe73f38b9b00755de25cb16f7e301879dfed1a6af69e6f6e
SHA256: 06c8da7e415d4df22946b0a0d72f123bae23fb5c6e4cd20751f9394d7ffc432c
SHA1: e7786df3978532773f71b000f6b73659d4414e93
MD5sum: 3edde1e0502faf35d22eff1e086200d2
Description: debug symbols for odbc-postgresql
Build-Ids: 19bf8975fc2c841d779edb19761ba7fc92682cb8 a4a00b1ba4024b2c5d2ceda5318053a96cba730c
Timestamp: 2026-03-31 12:25:22+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.26.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14917
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.26.1+dfsg-1.pgdg+1_arm64.deb
Size: 414320
SHA512: 3e137bcc826bc560dce612453a952d28c2e1a0b8b2faa912792484117f81bb1515350f5eecdb00104762252ef18c24d0954132b38fbfabb874202bb94e9d4c9b
SHA256: b9eab7542d8fc7e3a53a59fe27eee9285f8b12e092bb5074ab44f5802d2e7c62
SHA1: 9f74bb1a05a67d80efb9ce2e3d327a390bdd33a8
MD5sum: 7fc8e4faa0628be3a510a4d0d6b3839b
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-03-31 12:25:22+00

Package: postgresql-15-timescaledb-dbgsym
Source: timescaledb
Version: 2.26.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2148
Depends: postgresql-15-timescaledb (= 2.26.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.26.1+dfsg-1.pgdg+1_arm64.deb
Size: 1197356
SHA512: 6a4387923b325668ad47caa2603cdf2080c171d6f870b030ef4db490f6ce8682b484261e3351a1a97a82e02b192e01f665f1fc9010a22a0ab603d6f5d4327fe8
SHA256: 5c61becd4eb6193f4e3b49dfa7fb591b73d6c874bdf2abdc341b57de6fefbfa6
SHA1: f0b127749793a051980e1725c1c28a3ae62c8549
MD5sum: 6c34561fd1737182eefd5b38b14eb0fa
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: 40910e64424b1c9b8fc3aa60985255472a2d33f0 8b6129da3df418382d9e94e8680181f43517af01
Timestamp: 2026-03-31 12:25:22+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.26.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14917
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.26.1+dfsg-1.pgdg+1_arm64.deb
Size: 413124
SHA512: 6570e8263e64b3dbae4a9e6531d6bb50b583e3ef8b8f50e57f8f343d5920633bb110d5df3e686bc1661470cdb042e67f2736979c3f983ace44170e3c9a9c9854
SHA256: 081392d3cb49f3040b06411df9fc982aaf056d27fffba926ab4fdcc6a68d3fea
SHA1: 98476754e92db700de913ad6a223897aaf0d20bf
MD5sum: d124e0ef749a8f8da33d2927294dead3
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-03-31 12:25:22+00

Package: postgresql-16-timescaledb-dbgsym
Source: timescaledb
Version: 2.26.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2202
Depends: postgresql-16-timescaledb (= 2.26.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.26.1+dfsg-1.pgdg+1_arm64.deb
Size: 1252244
SHA512: ca489f7d5d9a31b4c4d7a08f6792b6778ca3168c2d88a853f51b635a14470d71c6f3d998cad101455587e48ef08dc3b46b5e90e96f27e5630a51128b7774fc1c
SHA256: b2cb38262b9eb018c8c439811b013fc9b41cd7b54bccc24e459358dd060383ab
SHA1: 202ff701a9fa36c989a21255314386d0ba11a869
MD5sum: 8ab0e5bac389df0ea843c90cfc72a4c5
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: 5a72f68f35faf0b14833cc30be5d8ff0937553c6 e3f06246985a8346804f29a9208ac619d19ad88d
Timestamp: 2026-03-31 12:25:22+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.26.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14917
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.26.1+dfsg-1.pgdg+1_arm64.deb
Size: 413488
SHA512: c111c6019b575cb3274ad2cb7b744d5ed4510ab265412123233f7c934a7f2fc52fcada200b68d3b86a7164c2550e9278e87a73ab6394851cc7aed713e0b64ed2
SHA256: ae8cc4d2594954618c881cef2c6019d10483b2f3023f18fd05f999ed2be1dbb4
SHA1: b53e45be8bcd808e295893548053232d5f7088e9
MD5sum: f82ed0c5f74b3b9a42aede28aa79670c
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-03-31 12:25:22+00

Package: postgresql-17-timescaledb-dbgsym
Source: timescaledb
Version: 2.26.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2208
Depends: postgresql-17-timescaledb (= 2.26.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.26.1+dfsg-1.pgdg+1_arm64.deb
Size: 1261088
SHA512: e1432c0b790f3898274321ec4087a3d204d06ed5df95899d949a3628365a6de828b826c84a5d5be40168544bbc4b092ec0cee812e9ac09184b78ff50b4009b0f
SHA256: 6da88847676ea224b62a8718e173bd8d4d1fa398596a5489dca797aeced9b6d8
SHA1: 9a88483254167fad2952464d5cc626340c7391a4
MD5sum: ced2459b717a43e617f8406d88ac44a3
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: 47a366e803f743dbffeb0a5eec8da4ccb50e20aa a747741f5bac7114b7d60790f1c57b1ed315e550
Timestamp: 2026-03-31 12:25:22+00

Package: postgresql-18-timescaledb
Source: timescaledb
Version: 2.26.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14917
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb_2.26.1+dfsg-1.pgdg+1_arm64.deb
Size: 413708
SHA512: 86f144343bcbcf5957970211be3119b2385b1322e50d1fe3b8277f0bdaf9ddafacf4a180290a8ff17de7d31e8766e1e8bc022b6b2ebd46f42302aa0c65a30a84
SHA256: 51ae9be6fbd8497197d4fd9cbe16b8cf25b5d6838fa38443680e22cf789a7dd8
SHA1: b558628223bc7d9fa14582608a31b31c4a37db0c
MD5sum: 14731a72eb526e0497aeb271ef9bc950
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-03-31 12:25:22+00

Package: postgresql-18-timescaledb-dbgsym
Source: timescaledb
Version: 2.26.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2212
Depends: postgresql-18-timescaledb (= 2.26.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb-dbgsym_2.26.1+dfsg-1.pgdg+1_arm64.deb
Size: 1269992
SHA512: a54b5411e12185c5bc4a9cfb4b8172e31f99a8fbaa4e13b50ddc57c8d9751db373582a51bd251d665f7d7231a04089cd348cdbf7df67261dde1fe654f83a2c6d
SHA256: 914657f3e98ad9a0fecd915d8065585181c60f14a8a3034030bc09b4c97bf9b1
SHA1: 4f0646894a86b088915c20f60151847d8474cd80
MD5sum: 0e3170c42133e9652770b4d781dc8b8b
Description: debug symbols for postgresql-18-timescaledb
Build-Ids: 3adc2f2fb575328cdbc713ceefb0cc2e7ffacb59 b6b2c9ba8e054f2dd6f4b519bb700303473b728b
Timestamp: 2026-03-31 12:25:22+00

Package: postgresql-13-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.8.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-13-pgaudit, postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile_1.8.1-1.pgdg+1_arm64.deb
Size: 18436
SHA512: 10f9f3954ff1506a6298f16611a49154ee716e5cbf6941e0719ae12e2dc9fe48d4fbdf42c2ac5f776ba6a01c014200a94e5959141d0bdc3e9f70fe735599c2b3
SHA256: 8a3b088061364aeca3dd4b0f524cfa38799ff1b090c36b2e1f863c581f9afadf
SHA1: 1dc6f02e0c2245fe055610990f1c3cbd04e361b9
MD5sum: d7b329b3f02315630408ede4a1409203
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-04-01 17:33:56+00

Package: postgresql-13-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.8.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-13-pgauditlogtofile (= 1.8.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile-dbgsym_1.8.1-1.pgdg+1_arm64.deb
Size: 57432
SHA512: 07a2a811a38953035535edc0da29bdccb819c813e9e617263ad2b00a1be5a4073eeb57c259c7706b6b1892ffd79265de093d2d076b8b454e3363677c1c2eb119
SHA256: 84f35b2a32af76a6eded5202d05ca4d85d50f7406e263fef4c3ec216ee2a9cb5
SHA1: 4b525e74f15636ed65f3810f212c20e59d7f2833
MD5sum: ca80904b8e911867b512557461c4568f
Description: debug symbols for postgresql-13-pgauditlogtofile
Build-Ids: 640130b9d7ad4d62d9548268b5a08b92d8326151
Timestamp: 2026-04-01 17:33:56+00

Package: postgresql-14-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.8.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 238
Depends: postgresql-14-pgaudit, postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile_1.8.3-1.pgdg+1_arm64.deb
Size: 66996
SHA512: 79aeddac0fed4872f9a7b5a7903a0a281957f966d81ef4639b6c1081cfa33905b6f70e9ec072e36231e457c07b8de96db6c3523a53f1e74667ac7d96fe949e39
SHA256: b3d0bbf8cff6dcbe65a79d20d0fb328056b6694869efdfe59944877b2ee733ed
SHA1: b96422e2ab61f808330d4ca558c77bcbd293fabf
MD5sum: 28a172ce2eab23c3d27a4437aadbb263
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-04-01 17:33:56+00

Package: postgresql-14-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.8.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-14-pgauditlogtofile (= 1.8.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile-dbgsym_1.8.3-1.pgdg+1_arm64.deb
Size: 64044
SHA512: f65b6284fcc48bfc91f7ceb6d67d82381f2956405dd47ea937373f6996e2a1a831edfff13200cb31943189cd3b9ba6f46ce78b63adb77c34fb14a1ff914f043e
SHA256: 344a76b52b879415d492644cf322fcc80a59ce8e1a0ee857eaaf6a7dc64d44cb
SHA1: 8f9a9c26feb7fe3de0b3dec3337be4156010620f
MD5sum: 9e2c5621a50e8fae84831aaa2ad9e042
Description: debug symbols for postgresql-14-pgauditlogtofile
Build-Ids: 273ce2bfe781d7994471231d64d228d386c9f528
Timestamp: 2026-04-01 17:33:56+00

Package: postgresql-15-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.8.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 238
Depends: postgresql-15-pgaudit, postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile_1.8.3-1.pgdg+1_arm64.deb
Size: 67124
SHA512: 3b1a741b91b672c64cd841c66351d5d3323ce2f4ee80d7d582bd9e53bc67a76085c4b9394b438f162967493e3276d0852eea4c6cfd70607ed73d63e0139bd027
SHA256: 382649f167ec5909f2402bb0803ea848f54b7a17c00ddb2d45ee38486af352df
SHA1: d59c530d7a1bd11b230e0ad14470e6dfc36ea0aa
MD5sum: 51ee9f1e210f14753bf883ed9f1e4bcd
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-04-01 17:33:56+00

Package: postgresql-15-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.8.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-15-pgauditlogtofile (= 1.8.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile-dbgsym_1.8.3-1.pgdg+1_arm64.deb
Size: 64352
SHA512: 8544a9711f6b47a60b34a2fe47941811e17a21f026e3f133f65e576226945b22b5f553d66aca493b8628e798230ac702adbef961ef3f858296a51241bd1b1ab4
SHA256: 5fc24d88696e25128225193a5c8068ec79619797b174a71b1aa39e471feeb5b4
SHA1: 98cc1882b50ac0ee6286cbef135dbb470a112a40
MD5sum: 5bcf5324ab74a4375d0ed2df97aaeeec
Description: debug symbols for postgresql-15-pgauditlogtofile
Build-Ids: 79ea5233cab6d9bf5f29d543043b9252300d7673
Timestamp: 2026-04-01 17:33:56+00

Package: postgresql-16-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.8.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 238
Depends: postgresql-16-pgaudit, postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile_1.8.3-1.pgdg+1_arm64.deb
Size: 65840
SHA512: 7695b1e3a6a9d3ad4af1b6d99d6af83a294db024e98bb8374ed47fa1717c2e9a9d48e61960a13f64af0c0559a1d18b281a247241051f679ab140c8edda057175
SHA256: 453170f087b26a8a7f6eb00a9211b8f06b9602b6e77dbcd8f3f26a67ad216da9
SHA1: 3b23155785afad1089be483ed704eece4e14930e
MD5sum: b80ad6edfd2e0d4884baccdfa899f882
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-04-01 17:33:56+00

Package: postgresql-16-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.8.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-16-pgauditlogtofile (= 1.8.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile-dbgsym_1.8.3-1.pgdg+1_arm64.deb
Size: 65436
SHA512: 22dbe7dec056fc67d22e0ab736c8939f7623151b62c502ff02ce48b9a3fd2512cbedc5ae7e8a74a3f45dccefb655a1cd1db59298762e6e3af542bc4c6d71ad8a
SHA256: 761da1f8147726ed953ee6986bbe5faffe84deb9b825a50f1003e2279223770e
SHA1: 7df38d9c27702c53204afb1b1bb121d437a7f329
MD5sum: 7d314d718438a3ef31bde559f4a254ea
Description: debug symbols for postgresql-16-pgauditlogtofile
Build-Ids: 14c40e953f9181c7c5ee9ccb24cde916868f04b3
Timestamp: 2026-04-01 17:33:56+00

Package: postgresql-17-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.8.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 238
Depends: postgresql-17-pgaudit, postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-17-pgauditlogtofile_1.8.3-1.pgdg+1_arm64.deb
Size: 65948
SHA512: f7965dbefe579b242f3b16993c5fef6974363e74763d6f9901e2e03ab7918310dfc10c73e62ef9adef6f232cb7ac95f50225ebb831e682aa501f98c03337812f
SHA256: c3ffec4cfe3400a56f0da1c7370aee49b984357ba549bf7a889af8c87533da75
SHA1: d5332d6f5dc20de70222b86a944375f93c7437ba
MD5sum: 70f490abbffc0b703445156dfeabbf04
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-04-01 17:33:56+00

Package: postgresql-17-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.8.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 126
Depends: postgresql-17-pgauditlogtofile (= 1.8.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-17-pgauditlogtofile-dbgsym_1.8.3-1.pgdg+1_arm64.deb
Size: 65852
SHA512: 5601a3d05a1b1f6c6e26a2024a5e2cbd64de00eafbc4ac6ec8a11b378438fcb812c5c699155f7ab72b23e67eb53f36c0cbdee6afa1153f6db783c1cf41da276b
SHA256: b37145465df13006af95d98a4d0e7308d9eb0a9a586704efefeaf3169111f61d
SHA1: c24168bfa05383652bf986623bb84698bb6fc25d
MD5sum: 32e39e05e4e3fa909a5264b3d8ab9754
Description: debug symbols for postgresql-17-pgauditlogtofile
Build-Ids: e46dcc9c00b9153b32b8a0e638996773ef91cc7e
Timestamp: 2026-04-01 17:33:56+00

Package: postgresql-18-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.8.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 237
Depends: postgresql-18-pgaudit, postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-18-pgauditlogtofile_1.8.3-1.pgdg+1_arm64.deb
Size: 66028
SHA512: a745a6ebd23eca90ab755a5664fc3c10015b8980d78153eeb8af53620908a7b1d0e58001f86a136efa1727d6fdaad34c5994d0d912420db163402228ff8d4bf7
SHA256: 34e72250ab7ef1d564c25003b0ec356bc683a2771e803d356bb3600812bbe85d
SHA1: ad0f0488cf2a3c5e5dd5bdc223999b1708ef420a
MD5sum: cb2f8646a661abc135f2c561ddd67f14
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-04-01 17:33:56+00

Package: postgresql-18-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.8.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 126
Depends: postgresql-18-pgauditlogtofile (= 1.8.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-18-pgauditlogtofile-dbgsym_1.8.3-1.pgdg+1_arm64.deb
Size: 66204
SHA512: 51006b45baf0a4bf62015a37f25fa4de33a2d411599cfa401fa03dfd12bfe59b04b3d049a20bf88b53055b368aacaaa18b1f82d47c8a0e67167a487ea296cd14
SHA256: 4e781cf0f4697f02685cd6c1e50e11e555b11a59313c2c463548e5bc332681ed
SHA1: 73dbb523dcc7bc1ef97189a3b6b49a1cdaee9654
MD5sum: a73afc6f0ba749342cafc2d88ace6c96
Description: debug symbols for postgresql-18-pgauditlogtofile
Build-Ids: 6077f7a378368559c17182f36751e34a393a3c32
Timestamp: 2026-04-01 17:33:56+00

Package: libecpg-compat3
Source: postgresql-10
Version: 10.23-9.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg-compat3_10.23-9.pgdg+3_arm64.deb
Size: 13588
SHA512: 7cbca4cb6866c3d3f679b95e49257b3d307d9d40ca5c7bc5c0614d2f8112fb13347228de69e572793f5b140d0c355d635d33dc4a8ae13283957f00791693ca82
SHA256: 63cf68723bc92d5c440be19a85d6d15c53b026236ce47245417e5a3fa0e82990
SHA1: d30575dff4268a56840632d8fd1a8ed983d7dacb
MD5sum: 0784532ca95a3f7d23603354cb1319a2
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.
Timestamp: 2026-04-10 19:34:04+00

Package: libecpg-compat3-dbgsym
Source: postgresql-10
Version: 10.23-9.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: libecpg-compat3 (= 10.23-9.pgdg+3)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-compat3-dbgsym_10.23-9.pgdg+3_arm64.deb
Size: 16952
SHA512: c4a8e179967b0d7bd7ab5a69a5cfce8c83a21bf46bff5c36f8da42c3337b1163973eeada556a05c50a7bd0bea3c26d59b8e407538fcc3fe0cf62514f54bc2d16
SHA256: 63b4505384234dd922f33d999124cf1a3441a4fdca7e05044ded8ac20abf4974
SHA1: fd012ee04cb1ac6c9eabaf4b9f7bdf77aad7a93d
MD5sum: b71eaad0f9933bc7a693d342a7070ea7
Description: debug symbols for libecpg-compat3
Build-Ids: 2cbaabed39f1a80ac9b11f89fc3e9a38943e949b
Timestamp: 2026-04-10 19:34:04+00

Package: libecpg-dev
Source: postgresql-10
Version: 10.23-9.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1242
Depends: libecpg-compat3 (= 10.23-9.pgdg+3), libecpg6 (= 10.23-9.pgdg+3), libpgtypes3 (= 10.23-9.pgdg+3), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libecpg-dev_10.23-9.pgdg+3_arm64.deb
Size: 216344
SHA512: fad79dab0f31fec06f5d409a865474bdbfc8e3173434f3adbf6e315697acf8bec5aedfbc905203056ff840f2ceb752739731a41263cb408baaeaed1686f84eaf
SHA256: 463659615def3076ead4013b992f047d30f3cf1dc9196e3f41aaec54abb3a995
SHA1: 98bb1d1389ba8d5f82adf7295b716b03a0173e68
MD5sum: 930a5013fa75db1497c933739a074389
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).
Timestamp: 2026-04-10 19:34:04+00

Package: libecpg-dev-dbgsym
Source: postgresql-10
Version: 10.23-9.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1106
Depends: libecpg-dev (= 10.23-9.pgdg+3)
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-dev-dbgsym_10.23-9.pgdg+3_arm64.deb
Size: 212620
SHA512: 61cdf9ac49f808d775e7257b73d074452ece4521f72cee37f6552707499c63546d0beb11c78b7c1234a6200f4b56a4b805c1343b979348a8456d630977b4243e
SHA256: 64c0b46c48b551f1f3305c119b668328eb42ab1d2ab327c8cf688e644e08b7e1
SHA1: e162b784e146b94c2a678604ec03e1b25158464f
MD5sum: 55a4f0f3eb46b8e0d5953e133eb60056
Description: debug symbols for libecpg-dev
Build-Ids: 416c9e51b059167825a1d100221ed8886881d94d
Timestamp: 2026-04-10 19:34:04+00

Package: libecpg6
Source: postgresql-10
Version: 10.23-9.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 456
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg6_10.23-9.pgdg+3_arm64.deb
Size: 77824
SHA512: 8d8a7f0c5cb107ec51050b94e449d194b2fd2e0919ba2659b41e2deee45ac19e16e3a4e81bf0192ec83dc926299ee34d6c2efd72b3ae95e826866e15e70a5bf9
SHA256: e2e866776779d7cdcdf7ee0da8cc552ede6f9c239d83748cb8a3bfb1153cecb6
SHA1: 092653d2d5f279da88484ffadb279cd2e7ad4a73
MD5sum: 9656a58fa506471288046e8dc4e93fdf
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.
Timestamp: 2026-04-10 19:34:04+00

Package: libecpg6-dbgsym
Source: postgresql-10
Version: 10.23-9.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 185
Depends: libecpg6 (= 10.23-9.pgdg+3)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg6-dbgsym_10.23-9.pgdg+3_arm64.deb
Size: 92644
SHA512: 8833dac93b0547468eebcf692476cdc3a7e95fc60a93abea7c6c4c550bc11d72413f4d1b5550f26e31c5a62671a3dbb4e9eed81fa5c75a7f077ee9a5a23f408b
SHA256: 30fbc261600839b5d017de772a7f5d9983d5c29039343888e103a621033e32fc
SHA1: 5a4b7f74d2a4f99790fb82e01f880132c1b087aa
MD5sum: 4cb6963c1db1a41a3c0638ca93273a74
Description: debug symbols for libecpg6
Build-Ids: 3a52fee65bf2c6c433e76c3fdfb4db8ec63e0d44
Timestamp: 2026-04-10 19:34:04+00

Package: libpgtypes3
Source: postgresql-10
Version: 10.23-9.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpgtypes3_10.23-9.pgdg+3_arm64.deb
Size: 33528
SHA512: 66b54a4d728cee48ff985e0d8c5ead97c75c472c74714c80972c592fe5189c493cf8fef50b7528a91e2f35c937666f52405707c622a0f9a017b1cb85b1008481
SHA256: ccb8f57b33192f3187d23d9c12f9fb3704162acd87186aa6fa7a12d2c69505a8
SHA1: 2018c1500bca3757602a1c1e6c0dc8a0ce6b7912
MD5sum: d8261d1d19a16b1ec3464bee2fc395d2
Description: shared library libpgtypes for PostgreSQL 10
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 19:34:04+00

Package: libpgtypes3-dbgsym
Source: postgresql-10
Version: 10.23-9.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 142
Depends: libpgtypes3 (= 10.23-9.pgdg+3)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpgtypes3-dbgsym_10.23-9.pgdg+3_arm64.deb
Size: 69800
SHA512: 0c3838a7553085f0e3db36767add553ea906906df89aa1a2b6ba594a3a9a4a2102fb1c09c04b8eac83025d027f70f28bf5e963a87a05681699cb1b96fcd2a8be
SHA256: ebea4adf2d39b199681f7be4016dbee1742b34af11c0de97cc911da4cee0a8ca
SHA1: 707a9ba4aa3bf449be5d5d8d2717b20d8d3e1b18
MD5sum: e7f75d91b5187cd00f23b3d8c163e535
Description: debug symbols for libpgtypes3
Build-Ids: 03af34fc03313fb6e3d7926b51539bfdbb8fe15c
Timestamp: 2026-04-10 19:34:04+00

Package: libpq-dev
Source: postgresql-10
Version: 10.23-9.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 684
Depends: libpq5 (= 10.23-9.pgdg+3)
Suggests: postgresql-doc-10
Breaks: postgresql-server-dev-10 (<< 10.1-2~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libpq-dev_10.23-9.pgdg+3_arm64.deb
Size: 156104
SHA512: 2d745485c6486d332ea15482a571f2486e20b470a978bf3b79859edf3cb7adbfd0cf13cd513bc8fb85c71e3f60afb4061c6623c9afed58391a37d629906d0d1c
SHA256: 27ae32164ec130c03f39914facd82078810dc91a4d06e6980d6e0f7337f25fef
SHA1: a26b423e6ca24bad94f248ab4198f2373eb4463e
MD5sum: 4384b700e1e89f3285f1dfd734d9b693
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.
Timestamp: 2026-04-10 19:34:04+00

Package: libpq5
Source: postgresql-10
Version: 10.23-9.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 770
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpq5_10.23-9.pgdg+3_arm64.deb
Size: 160320
SHA512: 5f4d77a3c0b6d7887dbc7ef560c92d2120f8aceb88fa3f5c2f3b1d75a39853176181eb123935c3e9d5bfbb0a6a25dad33c3fe7d0ae46e75b59bc2a26dec1a379
SHA256: 0e34d039adb6844737bb7e0689882341d417a8e2375d879ea52bc06f8e10fce1
SHA1: 5157a9e540776e6ecea5f9c6ae90cffc6a56c915
MD5sum: 561f3aab2cc9278b269df840bf48700b
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.
Timestamp: 2026-04-10 19:34:04+00

Package: libpq5-dbgsym
Source: postgresql-10
Version: 10.23-9.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 543
Depends: libpq5 (= 10.23-9.pgdg+3)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpq5-dbgsym_10.23-9.pgdg+3_arm64.deb
Size: 229356
SHA512: cbabf32b17c320be3b7cf577d7b9e225b206a86af8485ab9842f0f5d5694a2fdfd30c7958781762debb02e389bf92dca9d49d72f531a854b81b92e4c14cd5db7
SHA256: 81eb15904617ba6b6b5aa32df03d7c549b2dec50a20ebda06a18fe2dbda16d75
SHA1: ca96a1f622ff699717d807efebc421ad60809b66
MD5sum: 391975ebe2b5a1289a508dca6a746491
Description: debug symbols for libpq5
Build-Ids: 3d3eab75d633bf5053e390ff7f4064a2227dc0f9
Timestamp: 2026-04-10 19:34:04+00

Package: libecpg-compat3
Source: postgresql-11
Version: 11.22-10.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg-compat3_11.22-10.pgdg+3_arm64.deb
Size: 14776
SHA512: 834cfc2deef815eba570a33c968216a6a0216fb660ba1164b2fbd3647e10809d02f83d96226dcefd55a46569a1edfc7afa4a23f51798ba1741fd43840e1b042c
SHA256: f2ea84081761310842ac45818aecff3d9713ec91b3406db66af39fe26c2fdfc5
SHA1: 78e67e48b1002f7129b3c98e8de8285123f9a30f
MD5sum: 937d96238456ac0436a2b461ff15e305
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.
Timestamp: 2026-04-10 19:34:17+00

Package: libecpg-compat3-dbgsym
Source: postgresql-11
Version: 11.22-10.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: libecpg-compat3 (= 11.22-10.pgdg+3)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-compat3-dbgsym_11.22-10.pgdg+3_arm64.deb
Size: 16976
SHA512: 74742171a27cb98dc4e485ffa4277d65c2061475bbca82cf93ebdf2b112e221b2fb04cfb1242f2ae064afb4b0a4271a28794969b421baf391a56be0d3f492fcb
SHA256: 9887b7d1c5aeb07251193f66974f9bdbe21fe5c8b5b4b1f629752787c07a2325
SHA1: 8e2a0f5703f1d9260c6227288a19a016e7791c46
MD5sum: dc87fd42b9606d6934d10b1dae903a80
Description: debug symbols for libecpg-compat3
Build-Ids: 992d8090dc963f58c81e1397c65a44dc01a887ab
Timestamp: 2026-04-10 19:34:17+00

Package: libecpg-dev
Source: postgresql-11
Version: 11.22-10.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1312
Depends: libecpg-compat3 (= 11.22-10.pgdg+3), libecpg6 (= 11.22-10.pgdg+3), libpgtypes3 (= 11.22-10.pgdg+3), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libecpg-dev_11.22-10.pgdg+3_arm64.deb
Size: 221296
SHA512: 7660da5a26f3440b39c238b8e34ab39c337f1eb2bb237a63ae88103edd969e220d34eb4d701129306c1f575be573053738f06996069d8c6ea10c56b8ec66b53a
SHA256: 7dde3dbd5f10dd531198b1c0c43277a05d9b5a436662bdb74ab4353211f802bb
SHA1: 7ab09fe2ce52b386838da6f56b16bbb1fe25500e
MD5sum: 2b8bbc2d99adc94c24d4492ee7fbac19
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).
Timestamp: 2026-04-10 19:34:17+00

Package: libecpg-dev-dbgsym
Source: postgresql-11
Version: 11.22-10.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1129
Depends: libecpg-dev (= 11.22-10.pgdg+3)
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-dev-dbgsym_11.22-10.pgdg+3_arm64.deb
Size: 215716
SHA512: 59209f9bdc16cc64c062446ebe5dcbb79c2f00365728b48f58658c51f0dc7d37d9166adfb9247aeebbcf585b7c667834dd639e234198364d9cf77bda92db0e12
SHA256: 846da04320b31f759974828e9f24638e3f85fe1b35c1e9424d6d29e618237d27
SHA1: 4371e9156c3b30888645525eef082cfe8c7b2434
MD5sum: 6516c36222021ee8859e12f0a46bbbe1
Description: debug symbols for libecpg-dev
Build-Ids: 26ecfc41efa2ba2a3a51bef89efe26d6655757bf
Timestamp: 2026-04-10 19:34:17+00

Package: libecpg6
Source: postgresql-11
Version: 11.22-10.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 480
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg6_11.22-10.pgdg+3_arm64.deb
Size: 82156
SHA512: f660c7be7d0c67a0a2b0ab30321197c330cd1bcb6d6d4636e6282b543b3c4a3358cf83ba9b5c896d8b1cf55d3fe1c22467c121436af56caceff8e81c6e5743f7
SHA256: 3dc43c389c120dee6efb6f16db21b1669bb01467807e9ea1958b972e21356a07
SHA1: c216fe5c45eaaf398842710ae4da63dbd69b75d6
MD5sum: 1b2aecf53a3528a60e879a76af775db5
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.
Timestamp: 2026-04-10 19:34:17+00

Package: libecpg6-dbgsym
Source: postgresql-11
Version: 11.22-10.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: libecpg6 (= 11.22-10.pgdg+3)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg6-dbgsym_11.22-10.pgdg+3_arm64.deb
Size: 93212
SHA512: bf98088882401229f8d5bc4680ccf36edcd45aa53161886e57ecc4bee2c84f3215897ca0ba84835aa2236da3e2f04d93a33121651dca3fa49c1a0abc10da340f
SHA256: 7925d25bb2fcbe1d9a60a8ce52f2971c91479f0fcf6686f16f99f4fc779d3d37
SHA1: 7800a64fc86b1c93e71a8768273ae55d2ad04619
MD5sum: 8de92fcbfb3abba3e66910d0a8723e93
Description: debug symbols for libecpg6
Build-Ids: 9270676e19b8fcc8fafdede2a1ec2f114eb9da05
Timestamp: 2026-04-10 19:34:17+00

Package: libpgtypes3
Source: postgresql-11
Version: 11.22-10.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpgtypes3_11.22-10.pgdg+3_arm64.deb
Size: 35120
SHA512: 2a0dee0567c651ddf8c08a33fef6d18122eb5a167ac479c3986b59de047690928be8d05bd5d439f2fad1d6e40eb59c8aa28a382683d3a422cf7664811e226b4c
SHA256: 2c432b51eedc0c7a9cb4a24de06d9835a8c931198e0214d5149a689f31d51a5b
SHA1: 866554d2b6171911019ea0ea7cb3b3ebbd74c8c4
MD5sum: 2b20efd8e5e520633f0b52b99e6923f5
Description: shared library libpgtypes for PostgreSQL 11
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 19:34:17+00

Package: libpgtypes3-dbgsym
Source: postgresql-11
Version: 11.22-10.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: libpgtypes3 (= 11.22-10.pgdg+3)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpgtypes3-dbgsym_11.22-10.pgdg+3_arm64.deb
Size: 70688
SHA512: f6ce94918df239f5e9f1f127c03926745d9c778c4baa8cefa8acdbfad3e9b924dbeb571a224a2572a1618f6ab81d46e4324a6f0796a1a18e3fad3556eb40187d
SHA256: 13cb5b812c455f8f61fe2074fef917b81dba2b73ebb868e698dd9a27a8a76d3a
SHA1: 5b4bebee16e3dccf84cff1f3c8409c8dad7ab220
MD5sum: 863b6fcc90684a3ee4af52b741541fd2
Description: debug symbols for libpgtypes3
Build-Ids: ce62b038954cffe2127d86977afd785c10d7081e
Timestamp: 2026-04-10 19:34:17+00

Package: libpq-dev
Source: postgresql-11
Version: 11.22-10.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 698
Depends: libpq5 (= 11.22-10.pgdg+3)
Suggests: postgresql-doc-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libpq-dev_11.22-10.pgdg+3_arm64.deb
Size: 159864
SHA512: a5c4cabdf21d8ad469815e604b666ff7799ffda66b2c1a4ae966cd1bc94ff1efef74f92bbe0278f612dc060d915ede7d09e370dc4bdc204d48a5022591dd3b23
SHA256: fce2927a11269419469e5be3e273061dcfb4703b56c57043d240f36cc4ffd363
SHA1: 939363d02911eb3dd0503bde81ceaeab3f064a06
MD5sum: 198bc3f5c9575b7577b90f0d6f01ad66
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.
Timestamp: 2026-04-10 19:34:17+00

Package: libpq5
Source: postgresql-11
Version: 11.22-10.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 779
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpq5_11.22-10.pgdg+3_arm64.deb
Size: 160988
SHA512: dfc13ca8939aa8c9ff79e25fb7e9c6ff5d2cff565ea348fcbb5206d7a8aed5042eb89b48285cb99e0358526f1d497b53c5b53853e28d47b212c60ada02a8f62c
SHA256: 48d81a9be5a9ad11e248fffde1adc5c33ae2df8ecbe3749276533a251f6ade2f
SHA1: a7fa76afcf0215a4c06e895039a58693481ec37d
MD5sum: dea33f90f41795c25f332a0a4b11ed36
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.
Timestamp: 2026-04-10 19:34:17+00

Package: libpq5-dbgsym
Source: postgresql-11
Version: 11.22-10.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 544
Depends: libpq5 (= 11.22-10.pgdg+3)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpq5-dbgsym_11.22-10.pgdg+3_arm64.deb
Size: 231204
SHA512: e6fea4d6a911d9636b244b79d263fd21c15de0553815a3260e007eac46f92078b125f291a7a5777e964ab8fdec506cdd959099e65946e4fa1cdae49df73e2dea
SHA256: 4a8944c8d32d84927d416bb3098995887b6e1d02686d95f403ee3e5282c481af
SHA1: e33f9b678d01bbe6e511d4c5b275a09c9b99b819
MD5sum: 3f2707d478b8e21cfe49a062a27d8d47
Description: debug symbols for libpq5
Build-Ids: eca1b614b8dab8a72009b1bf72908d37ebc48fc7
Timestamp: 2026-04-10 19:34:17+00

Package: libecpg-compat3
Source: postgresql-12
Version: 12.22-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg-compat3_12.22-4.pgdg+2_arm64.deb
Size: 16732
SHA512: 5f00b7440ed7d5bac7bf0e7d98bd33262f27d6e133f1ed1f078c0a0de0c5399f0c14be34dfe450054f38e881d814e92a36d1ad41741fd3858ad7fe606c4c02c8
SHA256: b1767c39ee34deb74ca0edb7f8abf941990fb8520c2defa7a9c19e297e9e6d3b
SHA1: d5c6e45fd3f7d0501bc6cf183e8ef00c0175e142
MD5sum: d3f85d65b85167e895d84dd1561d3e39
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.
Timestamp: 2026-04-10 19:35:16+00

Package: libecpg-compat3-dbgsym
Source: postgresql-12
Version: 12.22-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: libecpg-compat3 (= 12.22-4.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-compat3-dbgsym_12.22-4.pgdg+2_arm64.deb
Size: 16980
SHA512: 7ba2717c1c29e66ce77745abedc52789fee2feb2aea2ec9548e70d3dd4d758727a584826245c26c36f568717aea42f2ee1ddcb68c9cbead5bb99d8f645cca9c8
SHA256: 86d1788a29d72773f658a4e6027bda39c266597ebbaf15bed9f9f57b4ca8090c
SHA1: 9a68a387e751cf04a48f8280c4bb6f9567818c91
MD5sum: 2c0b7ee425820cdc4c8ccc64e5bc431a
Description: debug symbols for libecpg-compat3
Build-Ids: 82d1c0cdb6998b894325ce928c3a1df5a5c525f1
Timestamp: 2026-04-10 19:35:16+00

Package: libecpg-dev
Source: postgresql-12
Version: 12.22-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1514
Depends: libecpg-compat3 (= 12.22-4.pgdg+2), libecpg6 (= 12.22-4.pgdg+2), libpgtypes3 (= 12.22-4.pgdg+2), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libecpg-dev_12.22-4.pgdg+2_arm64.deb
Size: 265756
SHA512: 49300b8e8d6a113b201f0a000b8b7bf727ea62d2c09f7f096ae578afd4ac780eda9224e97449df12bf9de2f207893948c20caba06a04da11ab3ec930f72efd47
SHA256: a0c3354f281c309c57129d9c291d1ab8527ca58ed40466884ec87e4170c05f63
SHA1: 95fb68ded58ed0de733e2a8a64e03b0f22a5c214
MD5sum: 3c4f31dd9967a48d16e66a61b9687353
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).
Timestamp: 2026-04-10 19:35:16+00

Package: libecpg-dev-dbgsym
Source: postgresql-12
Version: 12.22-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1143
Depends: libecpg-dev (= 12.22-4.pgdg+2)
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-dev-dbgsym_12.22-4.pgdg+2_arm64.deb
Size: 225832
SHA512: e94a7a86071ff17ab4ee919c1bb5fafe0030dfd0149e15121c4679eb9c487b8fa12a1ac4c92a46d5be4ea392214d1fbe31a4c5b00e110a924fbf26e7bb8bce6a
SHA256: 7e4bf8b0629fd570d573529d54800866176860bb2bae3d3a10176b74afefc7d6
SHA1: 5f1e720b9c2a3ddf32eda65760eca6dba823eae8
MD5sum: 86f1fca4857d5d9bad4794f344becae1
Description: debug symbols for libecpg-dev
Build-Ids: 52654a051c8092b187cdaf2a21e4ce5b8a0caab9
Timestamp: 2026-04-10 19:35:16+00

Package: libecpg6
Source: postgresql-12
Version: 12.22-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg6_12.22-4.pgdg+2_arm64.deb
Size: 56656
SHA512: 82982659f6d1086611aa1d85d038be8f5b6de6fd7fc66af25116b0c6e5ecbc7811c1289333390742a9b874f54ad05ed5976e033534f03a4d44f95c903ebdc36e
SHA256: cea7f20675b70eeab868cef09ab4af3226dbfa76f70e684f1453323977eb6d61
SHA1: b0ce183ff4b09ba2e5dad2a0ed8aba16e771ae05
MD5sum: d416f2bf4c95c07d2b3509d336f51872
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.
Timestamp: 2026-04-10 19:35:16+00

Package: libecpg6-dbgsym
Source: postgresql-12
Version: 12.22-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: libecpg6 (= 12.22-4.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg6-dbgsym_12.22-4.pgdg+2_arm64.deb
Size: 112464
SHA512: 053558dba1c2e4bf312792a29facd69e752eae3582652f8632992f5f418319a89181342970259b71437ee07df960d40022a062b07d08046e84e2b14345d8ea15
SHA256: e81a5fe66512d3a1e481e2bb84e3d2de060f56c13d7d870f22c960c6394fdd75
SHA1: 89946ddc243d7805652734910b98b964f0b74015
MD5sum: ccda7312e5b077d3496c639adea5c61b
Description: debug symbols for libecpg6
Build-Ids: fa38df1c555c04014bdb05d48b578fdc596e1e8a
Timestamp: 2026-04-10 19:35:16+00

Package: libpgtypes3
Source: postgresql-12
Version: 12.22-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 165
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpgtypes3_12.22-4.pgdg+2_arm64.deb
Size: 42328
SHA512: fca6ab5eb7e732ec252350c0a2f5041cbae3780d186ee0ca3392034926d834bb174b0b595bb590af2504297497efebc31b1f3c0aff693a5e07697202d8d4f2c6
SHA256: aacb4c6bcc17d83252aca2a8b999ac1781cb0eeea175567e44a81b43cb865b3f
SHA1: f4e6d6d7a7eea9178357cafcdf70992e1216454a
MD5sum: 647308e76ba6fcd7f6b6d78ffb7b879e
Description: shared library libpgtypes for PostgreSQL 12
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 19:35:16+00

Package: libpgtypes3-dbgsym
Source: postgresql-12
Version: 12.22-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: libpgtypes3 (= 12.22-4.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpgtypes3-dbgsym_12.22-4.pgdg+2_arm64.deb
Size: 88120
SHA512: 0d94f44de66edf3e0c3e85e01298c0e9e4e75e9d488a242c9fa821b0b455641f6e074cd1f4d8d9012d974615f4c3f1f72a7d0974b5cde91cf6dfb32c55c02e90
SHA256: 4d31da15f79414c8b78b095f15bba16979dd24e8dded4237cd4241b6e9790d24
SHA1: 58daa166b94c6a322da053a121e2c9cae3ee1c70
MD5sum: 640ab4b49728480ba9393a7a2ebb5efc
Description: debug symbols for libpgtypes3
Build-Ids: f9133c88187a40a4e01ecf0083bffbbcc80b9378
Timestamp: 2026-04-10 19:35:16+00

Package: libpq-dev
Source: postgresql-12
Version: 12.22-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 593
Depends: libpq5 (= 12.22-4.pgdg+2)
Suggests: postgresql-doc-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libpq-dev_12.22-4.pgdg+2_arm64.deb
Size: 139612
SHA512: 19dee143190be279668b3f06fe4764028e627067419271cba08c1db2244bf35c9dd3a31fc4179d9787556067d85d5a7e48927deab2ae1f56552d8c3d1aa7a7af
SHA256: 34d88f8dcd41ae1435dd037d0fe33692ceb91c91dd0e9bc124c1c9c6d6212713
SHA1: f7f0d5057443f27eb284ab61f72e5ce2cd9106c2
MD5sum: 84fb85fc89172dab12549dbc0682257d
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.
Timestamp: 2026-04-10 19:35:16+00

Package: libpq5
Source: postgresql-12
Version: 12.22-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 790
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpq5_12.22-4.pgdg+2_arm64.deb
Size: 172752
SHA512: e10a8c1f435b602f99a18bf633ea70d34909fcf141ab24edac9f1b819117f2298d43725add1754a6cf905bcadac8e4e2f2f198a5cc4451d16b1f807d22bd1ed7
SHA256: a8543149dee68807a09efc23ec6a8682ff8627b466848f8a44eaef57a28c2970
SHA1: 5720dfcfec1c365210cf38fb265db029482377bd
MD5sum: 659bbd6110854500431c980552f470e1
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.
Timestamp: 2026-04-10 19:35:16+00

Package: libpq5-dbgsym
Source: postgresql-12
Version: 12.22-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 585
Depends: libpq5 (= 12.22-4.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpq5-dbgsym_12.22-4.pgdg+2_arm64.deb
Size: 251364
SHA512: 07eac8502560f21e25bd2e28adda5054b858ab4055f2fed0a700e078d0156adff4a89696ca07705dfe9e387b43b1fcb0626c2a4ff134096e281046a0394b1449
SHA256: 9a0b5244afce2b6aaa3930f4a7fe44f410d2b23e8e64b07b2556bdc04300e1c1
SHA1: 6bd32061686e23c51ffd5c452c0b98a3b51838a9
MD5sum: e645000a52987a81ef4496b1b3c20109
Description: debug symbols for libpq5
Build-Ids: 1b2d15357b357b94569084dbdd63a1c73a963269
Timestamp: 2026-04-10 19:35:16+00

Package: libecpg-compat3
Source: postgresql-13
Version: 13.23-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg-compat3_13.23-2.pgdg+2_arm64.deb
Size: 19300
SHA512: c4e0e43ee786491dc56a1269785a154394dc76bc835f0da7e1340aadf3d7019412ea28b1b948f141b4171d4db4f88757645fbe4f7d568cf96c374eb295d4b3cd
SHA256: 542e4671998366a46a79149937e1443f95ae615e57bee7e670d74a11f089eece
SHA1: b53b7fb660489d6b28cfe36a935e8d2df09a77c4
MD5sum: 1db7d528de0d24412a7ec1dd2b5f3cb3
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.
Timestamp: 2026-04-10 19:35:35+00

Package: libecpg-compat3-dbgsym
Source: postgresql-13
Version: 13.23-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: libecpg-compat3 (= 13.23-2.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-compat3-dbgsym_13.23-2.pgdg+2_arm64.deb
Size: 16984
SHA512: e9e9b6b43b968060bc02d54ce4be8ad56fabbb6bc8d05a6fff462d423609e4ad182d3fc20447a41134b92f7fd2ab1e6f416c9f93bac7eb3cc767d15ae16699a9
SHA256: d84c10d5120d9dc79ffee5f9f85a98441b5d928a8303d6d171ba18a6bb156346
SHA1: 611e057293c23a3c152d5712163a53ea8bc5fbbf
MD5sum: d0524d79157e5404c268f0a426ab2bf0
Description: debug symbols for libecpg-compat3
Build-Ids: 7001a4420b72cd56055e1473b3fdef7018257afa
Timestamp: 2026-04-10 19:35:35+00

Package: libecpg-dev
Source: postgresql-13
Version: 13.23-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1516
Depends: libecpg-compat3 (= 13.23-2.pgdg+2), libecpg6 (= 13.23-2.pgdg+2), libpgtypes3 (= 13.23-2.pgdg+2), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libecpg-dev_13.23-2.pgdg+2_arm64.deb
Size: 264772
SHA512: 43e65f51a8e9a6d0db8ac8cf388da1de1e6f18fe61f087363815758238f4e5fef52bcc0ae3dbff5814c63c9bb1a92283679f506a6b6cabcb776098480dc12f53
SHA256: eee1a70f425186235cbe4a291040b87fefb988ca43e1363492fe5f7ca0e57fa7
SHA1: db2d9957d0033a814ebdbaae5a4ecd763edfa917
MD5sum: 9a8cdafe748be009240877d8aaa60d8b
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).
Timestamp: 2026-04-10 19:35:35+00

Package: libecpg-dev-dbgsym
Source: postgresql-13
Version: 13.23-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1150
Depends: libecpg-dev (= 13.23-2.pgdg+2)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-dev-dbgsym_13.23-2.pgdg+2_arm64.deb
Size: 232756
SHA512: 5958d1eaac2e0df43829077a8c3e08dac583ebae68b6ba3fcfc5c8108c6ea93f77a75f4f5f01abcb16e260338af051d5ed740732766d89d5b7f44d6b127ba217
SHA256: 3169a67c788e3c5eaf9bb1b7ba60baa421fe039ff93d69855c66717290d4039c
SHA1: f96f074119755cc193a1453088063599aa974b56
MD5sum: f0705ffafc259c1eb82be4731a5b3299
Description: debug symbols for libecpg-dev
Build-Ids: 8d7b3230482aeeb0b67ed916a5c84597834ea7a4
Timestamp: 2026-04-10 19:35:35+00

Package: libecpg6
Source: postgresql-13
Version: 13.23-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 261
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg6_13.23-2.pgdg+2_arm64.deb
Size: 59300
SHA512: 86ce68532fd3defdb51f124c70c1b6abb73cb2cca4ab7654eebc5e34280308ed78d2fece878f46147471b4a28d4ad4e37936cfaa8c8328c2ce785a29091e7ca2
SHA256: d2b76cb594792e030ed92d5b9bf4c49f3cdbd915f7e3457d013c2a6e85b8ce8b
SHA1: 6436e645194762ec9d62a7b62cca43d50f1bdbca
MD5sum: 74698a98ca326991eef196ceefd05a50
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.
Timestamp: 2026-04-10 19:35:35+00

Package: libecpg6-dbgsym
Source: postgresql-13
Version: 13.23-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: libecpg6 (= 13.23-2.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg6-dbgsym_13.23-2.pgdg+2_arm64.deb
Size: 113024
SHA512: 9844565ea95c6d47c68772cca6fe5edee204de29422e64338a5b1c2a33d66c86c900e1a4e4385fce9b65bfcb2118bdeb1de63bbbb8fee3cf4baf6a895cf33143
SHA256: 627196c2c5f9d7193a58c91a82eb70ee85f6c9af5e675c3e4a01407ecf7dc29c
SHA1: 3a4909f3c6a7edb27595fc7b568853e7ca70a006
MD5sum: 33ead095f13b97fa86cf7a6ac7e9f55b
Description: debug symbols for libecpg6
Build-Ids: 195d564fc62a00743e7e4b305ed4fabc21d47588
Timestamp: 2026-04-10 19:35:35+00

Package: libpgtypes3
Source: postgresql-13
Version: 13.23-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpgtypes3_13.23-2.pgdg+2_arm64.deb
Size: 45032
SHA512: 37f93ff2cec17e7e83547268d25eee63fa27160def2fb40863cb96123d5a122f9219539391115b72497df3a35427444344d6ea6dafd588dacd89c18d4d4c31ec
SHA256: 4fac92d93e2512b1a47714f43bca3b1d82355e9f3271deab0e33b69b7f59f2d7
SHA1: de3406d75fd97ed67e5fea4c0adf8b247f222d33
MD5sum: d72fefe9e9ac501cdf76b15419a4b356
Description: shared library libpgtypes for PostgreSQL 13
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 19:35:35+00

Package: libpgtypes3-dbgsym
Source: postgresql-13
Version: 13.23-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: libpgtypes3 (= 13.23-2.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpgtypes3-dbgsym_13.23-2.pgdg+2_arm64.deb
Size: 88296
SHA512: 5a27e398b2605896adccd9b8b0324b93b8a8ec3aea9b3d37a01f4ec298f3641b67f06ad62287e0f9339f9ec232e836563762a6319cd69fce3c4f48713053b784
SHA256: 9be06d55bc7f4d1fe942185b5460b2ca2fe344721a644218aab03af185a8d615
SHA1: ec97dba8e48c5aea5cae95c37c4af8ce680e615a
MD5sum: d4ef0484b1ffc7a94aeabf3f9122f4f3
Description: debug symbols for libpgtypes3
Build-Ids: 874d92fe9a669c83e4a1d37ca5f2141642c8ee4c
Timestamp: 2026-04-10 19:35:35+00

Package: libpq-dev
Source: postgresql-13
Version: 13.23-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 579
Depends: libpq5 (= 13.23-2.pgdg+2)
Suggests: postgresql-doc-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libpq-dev_13.23-2.pgdg+2_arm64.deb
Size: 140140
SHA512: 9c6f703651f8249bd1f21f88315826adeeaabc84fa75618e6d19f137394514ef968d097f2ee4726201fc7e751249f9804d60efe65abc720ffdf322bf9664bcba
SHA256: c565b39c8a9ed834405fc681dc0e39dade2d7c28fde74d8ca9c0e6470fec1d30
SHA1: 974ba365a4493481cc953400e12a988fe587cbe3
MD5sum: 2946aa42aa74b8217e5ad76f7e46fdbd
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.
Timestamp: 2026-04-10 19:35:35+00

Package: libpq5
Source: postgresql-13
Version: 13.23-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 851
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpq5_13.23-2.pgdg+2_arm64.deb
Size: 178868
SHA512: 21c8e75d69fb1e3e9e8db0ef495b2609c9a417e4ed9b26bfcc47b577c4acb553906430caefa4057e4e4df0f718323ca0eacb4be2ad502d4712ac26ea9ab39076
SHA256: a7478f22de5f67f5c5e04684643205765fbb0b6a8af5342e75859d7437ccafff
SHA1: 29d596b17f8a027dca8e7569cae9f13a9c99e4ab
MD5sum: c99f8da57f6d9fb6f0e3956ae0c2a88e
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.
Timestamp: 2026-04-10 19:35:35+00

Package: libpq5-dbgsym
Source: postgresql-13
Version: 13.23-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 610
Depends: libpq5 (= 13.23-2.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpq5-dbgsym_13.23-2.pgdg+2_arm64.deb
Size: 261588
SHA512: a4cc6ba311acee88f234301011dc43ab6f26abf7b9948b4e3a0a6b3f69fce60b9c7c8c727a23c050fbacfd13cd90fac7af54d14fbe0013874b62dd15e18ecda5
SHA256: 2ac055393c95f7a7504f2d8bb6b6d6cbf148ea5fbdaff0aa61b9e61259a25215
SHA1: ccea1382f6f5a772b39033869a9ae56055ab93e1
MD5sum: f5f722ebf07cb2f4657b30845a34598e
Description: debug symbols for libpq5
Build-Ids: f6598f10a6b157365f71368166fda347b986110c
Timestamp: 2026-04-10 19:35:35+00

Package: libecpg-compat3
Source: postgresql-14
Version: 14.22-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg-compat3_14.22-1.pgdg+2_arm64.deb
Size: 20924
SHA512: e9003e21e28a0cd534bfaf61f7e6b6b25cb93a0d9a0c151732ecb106cadd036880e6ae64c613583e507dfc9b9eea6a66de92d924dee9bead7a8d69318abfe272
SHA256: 1b1bd3149ee89da0579e9cecdbb80adcaf3dfeb593f66179e4ac02537ce320b3
SHA1: 7a59c631e4b0c385e4be74a47cacbffb9039a4f7
MD5sum: 50c71364fdd7362782ca86c153eda0e2
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.
Timestamp: 2026-04-10 19:50:55+00

Package: libecpg-compat3-dbgsym
Source: postgresql-14
Version: 14.22-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: libecpg-compat3 (= 14.22-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-compat3-dbgsym_14.22-1.pgdg+2_arm64.deb
Size: 16996
SHA512: 2815b1c46e68b16540964d0a1709ad0fa9868ac328bdce39a764172a2b97a04ca1d97f7e75a36534b99dd05709ae8d2df2638159a404f1c8fe96c1324a48eddb
SHA256: ed2901e84d5a21d116779cbf73e1d0a202ddd677cd5bd4944cb99999dc632c15
SHA1: 68a750ba34b5df6bc147cc70478f8c74fb1b3296
MD5sum: f71a438293776630f4e6e8a9f27e9c16
Description: debug symbols for libecpg-compat3
Build-Ids: ad6bf67a976dd07ad149a6c31d358d3f506d0da1
Timestamp: 2026-04-10 19:50:55+00

Package: libecpg-dev
Source: postgresql-14
Version: 14.22-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1606
Depends: libecpg-compat3 (= 14.22-1.pgdg+2), libecpg6 (= 14.22-1.pgdg+2), libpgtypes3 (= 14.22-1.pgdg+2), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libecpg-dev_14.22-1.pgdg+2_arm64.deb
Size: 274760
SHA512: 14aef04d9dcefe20851f4f12ddb1636791992e3e3649b4eec56f5e6c254a8437a2c7ddff51ca503ee7ae3aad8b5a970271a66920215f01136203db235371dc8e
SHA256: 5d87db7d230906590dfedc44f9bb885ee55e0dd825de2b847319207997979ab9
SHA1: 7ddfbb41712337eeb506926f64dbe9580eb11ac9
MD5sum: 14286f6381f5f2c113f047135fbfa547
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).
Timestamp: 2026-04-10 19:50:55+00

Package: libecpg-dev-dbgsym
Source: postgresql-14
Version: 14.22-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1193
Depends: libecpg-dev (= 14.22-1.pgdg+2)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-dev-dbgsym_14.22-1.pgdg+2_arm64.deb
Size: 237688
SHA512: 905023faf1bbbaf54c60d5eeed6f40ee1b56797ff855e67ed150ea6a152c549af2228d36b527b913ca50bd2f09a7d55896f22320f0b97c3590c5cc308c9b2635
SHA256: 402f9b9d2957af80cb1260c98da4482d6d2c00ffe03d30e62c0f5dff7b457d41
SHA1: 7357b29614b44694a7f2aabf8320889f80e747c0
MD5sum: 0ff32d143b0cf94b98ba219c5b09649c
Description: debug symbols for libecpg-dev
Build-Ids: 11dcf32c0ade6fbaff2f93ea23cb4881019561d7
Timestamp: 2026-04-10 19:50:55+00

Package: libecpg6
Source: postgresql-14
Version: 14.22-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg6_14.22-1.pgdg+2_arm64.deb
Size: 61736
SHA512: d128863e5c66830c028b6f0bdd52bed424891818f94a9aa11ba793d4c718149fa9951a1eea30cc62d7323cd543573a66217d535b0bc194d527109b26d1f98c39
SHA256: 6e76964d69f2b7bf6b12d51ba6926a466bdb703c68e8067f812debb4160b4114
SHA1: 1bb88d1c78c2193a1ca12c41f2fe2c15e186c690
MD5sum: 544ae000a17141d150d42f36bd895f2c
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.
Timestamp: 2026-04-10 19:50:55+00

Package: libecpg6-dbgsym
Source: postgresql-14
Version: 14.22-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: libecpg6 (= 14.22-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg6-dbgsym_14.22-1.pgdg+2_arm64.deb
Size: 112932
SHA512: 0b79c83ab1d4d8a1fb334fc60abd6c96301706c8d86fd2a10b1e2d3fda79cff0d1c04392ab819521ca5c8a3ec61afdd4b69c03b94d72b73d75a763632b46a50d
SHA256: 27a808b8fbb8565d41e987cdb2ffe6e3688e111e1b9ee42c25e3063ee624fa5c
SHA1: ae842b137dde0e4b1f3a0b3fa887d467f67fc553
MD5sum: d7d7948bd6054ff31b267db086662e60
Description: debug symbols for libecpg6
Build-Ids: 30932e6500744b02f45a6da750f6a84280c8083e
Timestamp: 2026-04-10 19:50:55+00

Package: libpgtypes3
Source: postgresql-14
Version: 14.22-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpgtypes3_14.22-1.pgdg+2_arm64.deb
Size: 46700
SHA512: 27b81e1ab23e20b1297343ea042bbdecb41fe3776793f988399bc217be9f69e3dbe881ee8cbbdf260261b6afb7dc8348f668083743b828f1743595dd2708a258
SHA256: eb32b408c248ff3ec2b08d1688a2c7f9968a914a544623f423d9b7da303c7979
SHA1: 89d826e97fe064ce7a40d88edf84910d04afaa7e
MD5sum: 613b941824ac3254d8a35d7be841b491
Description: shared library libpgtypes for PostgreSQL 14
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 19:50:55+00

Package: libpgtypes3-dbgsym
Source: postgresql-14
Version: 14.22-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: libpgtypes3 (= 14.22-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpgtypes3-dbgsym_14.22-1.pgdg+2_arm64.deb
Size: 88500
SHA512: b1f5367a32bafdae2d3aa4380fb5ecdb60ed69569408e6f8fc0613721cdedf7318552da8f6dc337039236fad69361f5ea788a7612acb528c2b4b4eecb7b62ac7
SHA256: bca37b0e7dc82a1bd107d378d8920dac5a765d9c9e437c962936c8c89ade17ca
SHA1: 9480d61483ee3c9a1f3b75e6aae440ad190457aa
MD5sum: 57c9dadbb60664b416e04198c889d019
Description: debug symbols for libpgtypes3
Build-Ids: 9b3c3f35ea5fe2412796e5bb721a80d660bb0ee0
Timestamp: 2026-04-10 19:50:55+00

Package: libpq-dev
Source: postgresql-14
Version: 14.22-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 592
Depends: libpq5 (= 14.22-1.pgdg+2), libssl-dev
Suggests: postgresql-doc-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libpq-dev_14.22-1.pgdg+2_arm64.deb
Size: 144304
SHA512: 1e1a9fd026c35bc809c6f98d528a6575042c4dce5c213d53d971b4c037c3c26a1be7ca91dfe84a24da0338510cd0cc7b476f56b8f4d732292f2c141593d55982
SHA256: f2c5cacb854ec6f4f9d2b307fdf4ec767162ace8876e2956bc9c04ec2aeceb48
SHA1: b9117dc177175cbe2d5dbdff6add1f958bd79165
MD5sum: 3492ec3b73edb406bcaedf0e356f0fcd
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.
Timestamp: 2026-04-10 19:50:55+00

Package: libpq5
Source: postgresql-14
Version: 14.22-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 823
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpq5_14.22-1.pgdg+2_arm64.deb
Size: 175268
SHA512: 04ff2eacb57c5c7778136ae766dd7ffef07846ab2cfef009e28fcb6381fe4cd1ac47b4fa0800719f9473e6c7f946849451ecfbe4201d4a9352e6f7a40e53650c
SHA256: 75cdf6cb6f5dd3d6bc9f90019d57aa82493e96f27e68387c5de78f4ab31c1762
SHA1: 9f86b44e95e60c3f98e13b4074d8088b2cddced1
MD5sum: f2aad37d150d778df1f7f50c9468e8e3
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.
Timestamp: 2026-04-10 19:50:55+00

Package: libpq5-dbgsym
Source: postgresql-14
Version: 14.22-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 621
Depends: libpq5 (= 14.22-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpq5-dbgsym_14.22-1.pgdg+2_arm64.deb
Size: 273720
SHA512: 358bdadb5fdbb1d0d7747e4621a7cdec816fc575cc928bcaae7a946d0c7b220bfddbd26ce54080b725938fd306ac929877bf1169aa54049ff75c450ea1171016
SHA256: 1915aec6c137452d042654772ad5bd78171030499192cdede89b9afd672e9e0a
SHA1: ec665580b0eab3b83f9afdbc4bb46ac74844d030
MD5sum: c4e437f4f01784b88919b06631ed0c5b
Description: debug symbols for libpq5
Build-Ids: d84b1d66624a0c2384e1095cddb0193baa60a191
Timestamp: 2026-04-10 19:50:55+00

Package: libecpg-compat3
Source: postgresql-15
Version: 15.17-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg-compat3_15.17-1.pgdg+2_arm64.deb
Size: 20360
SHA512: e01158b591d87d7711587ae7da5203b3418a03355e124d8be39c242705eaf0df222fea5cf83e15a0bf99f8a3df6aa1dea0bdd803a41fce59f13d3f5d5e9da9f8
SHA256: a776ce63611f47fc03d70ca369d8ef0e99628e63f46e7d18e25ced8447591abf
SHA1: 8097cf635330292de58d8ea972570ed8465d36b7
MD5sum: bf01beb4a05da592e728aea615b83683
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.
Timestamp: 2026-04-10 20:05:42+00

Package: libecpg-compat3-dbgsym
Source: postgresql-15
Version: 15.17-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: libecpg-compat3 (= 15.17-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-compat3-dbgsym_15.17-1.pgdg+2_arm64.deb
Size: 16980
SHA512: 665d3375901600edb97c1da455148ab067d52c22aa8a3f6efe0e5e1ca786b3322018cbc45c042e697eb792fab9d53b1f583ae610b80f22406eca5e7b2a517bc1
SHA256: ab428aaddc16416400eacd3b3860fd7fd7110b70cbea372cbe696e490bdb55dc
SHA1: c1fc6d72a1f497c8253f90d4b25f2415eb9c7afe
MD5sum: fe3aff8ae70c62c5e85853bba9dd7b84
Description: debug symbols for libecpg-compat3
Build-Ids: 3ad1d7902d936e062d88738b28cb0036def45fcb
Timestamp: 2026-04-10 20:05:42+00

Package: libecpg-dev
Source: postgresql-15
Version: 15.17-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1636
Depends: libecpg-compat3 (= 15.17-1.pgdg+2), libecpg6 (= 15.17-1.pgdg+2), libpgtypes3 (= 15.17-1.pgdg+2), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libecpg-dev_15.17-1.pgdg+2_arm64.deb
Size: 280208
SHA512: a5f0493d5b87aa3dfecc8e4d8e0567879b40101bd6994b7d9fa4e283bf7936f676bcfb27233171f22a5eba14ad8935826c2f16654d40b2406a6f81888242e45e
SHA256: 58e0cd27ca69f6896bd1e72ef3e4b4aa7775c1cf962ba4859f7bb5ce974ffa38
SHA1: 68d04ebe6abfad0b89bb9aa2756f945d00bf7d5e
MD5sum: 3e2436a6bdaadc9dce6a5f44910218b3
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).
Timestamp: 2026-04-10 20:05:42+00

Package: libecpg-dev-dbgsym
Source: postgresql-15
Version: 15.17-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1221
Depends: libecpg-dev (= 15.17-1.pgdg+2)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-dev-dbgsym_15.17-1.pgdg+2_arm64.deb
Size: 241904
SHA512: 1f16d56f2a1af118fdad49c62588a62fe474a3c0d38cd810add648c7b58ee0288a3e7f2c285d33970b84e73afeac134566eb5bcb1f54f972595e0e5cfe49a085
SHA256: cbfad53df329048dbfddc464ad8439bd41e44ca63a68cd319b0a1a236e9ff476
SHA1: 0f212893043184027edb8f9bc1a92e1eb91e9d68
MD5sum: fb402fa84eeb628a1eecf5938ca9bf29
Description: debug symbols for libecpg-dev
Build-Ids: 47e962f1ddb9c87cd5ceeef9c4a4cda03b45f0e0
Timestamp: 2026-04-10 20:05:42+00

Package: libecpg6
Source: postgresql-15
Version: 15.17-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 275
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg6_15.17-1.pgdg+2_arm64.deb
Size: 62528
SHA512: 8d796cbb428d0877d8cae9e4838b1e1fd6168164edfc98ce8696543ad1e4ab581d6b62f762521d6baa6583d59edd0596fdb72cf68193198f98a9ba6c9d7d838f
SHA256: 3d7c5d8c73bb538c2ce90093760c8227d841b8008922172c1f001bfb97bbc651
SHA1: 543e9a0c4cb58c407c3b63cac82ee6fb6871de89
MD5sum: e0143039cf73e330117832677ef20001
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.
Timestamp: 2026-04-10 20:05:42+00

Package: libecpg6-dbgsym
Source: postgresql-15
Version: 15.17-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 223
Depends: libecpg6 (= 15.17-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg6-dbgsym_15.17-1.pgdg+2_arm64.deb
Size: 115812
SHA512: b3cf67c80877befc3777a2390372f88c3246bcfb469a2bc82c00c5812486863af115bc8d02460d3068269ddf79349801ba64076c6e13bd7510c1be774010aef8
SHA256: 3f3b86027454ef15aef1feb29bc721a1fe9126be64a03ccf1d45324e28a402f2
SHA1: e8679f2dea40e5aa030266ccc62b2d561a348b42
MD5sum: dac5d3710a344ccfa9d554b805044d4b
Description: debug symbols for libecpg6
Build-Ids: 5e4a8987208d612d21eb545e43ff23460ffdca68
Timestamp: 2026-04-10 20:05:42+00

Package: libpgtypes3
Source: postgresql-15
Version: 15.17-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpgtypes3_15.17-1.pgdg+2_arm64.deb
Size: 46460
SHA512: 27a725241f03640a0deff4c8acdfb634d0674dc848e2ea6cebc1d1b932b66e7d1df5ff879ab9864d70a29d1fab4dc1f72f429fdbe5fdd817e16c7106cacf9d4a
SHA256: b79c7ece12483a6a1d080c21a2012f9e7f7af2717d2a34e277958af602065787
SHA1: 4337a6d996a584d3f751042fcd63da4bbe43aa79
MD5sum: c0f63d357f101016aa5fa15c6ac14f51
Description: shared library libpgtypes for PostgreSQL 15
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 20:05:42+00

Package: libpgtypes3-dbgsym
Source: postgresql-15
Version: 15.17-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: libpgtypes3 (= 15.17-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpgtypes3-dbgsym_15.17-1.pgdg+2_arm64.deb
Size: 88968
SHA512: 9bbbe69c88b5c444a31b71a425d15213bf331c2919ebcd292739b8d91255603a2706a3c8674980f57a5be03c407e51e1e56b57d3022702b6d07edc5c3036e414
SHA256: 6668562d7c4d06366adc4bf144457a303228da5dc6e3a485918e99e9b96c0bc8
SHA1: 90ad3bf64cb701d41c62e5d95dff507a3db9cc99
MD5sum: 2a7525fb3d2985d79c2607f76164d6da
Description: debug symbols for libpgtypes3
Build-Ids: 295b5b6ad1f4f00886664f4861d67046e2b9aff7
Timestamp: 2026-04-10 20:05:42+00

Package: libpq-dev
Source: postgresql-15
Version: 15.17-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 604
Depends: libpq5 (= 15.17-1.pgdg+2), libssl-dev
Suggests: postgresql-doc-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libpq-dev_15.17-1.pgdg+2_arm64.deb
Size: 146940
SHA512: 7a656032970a9d83f40d1377cf5da843831f10a6b1ca02ead1d5155c47067da18ebe963500d18e6e2c04f50c02179049abcbe81f8b68cfb490a876ec3f40315a
SHA256: 7b9b6829987ce5e07f71f4fb061626571c1f1c72d38ea71888f03ac65bfd5ad5
SHA1: b66663c07a500c767fdcabf1a92c2bb18e1ad1d2
MD5sum: deab0674aad228c096d053fd0d5aeb1f
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.
Timestamp: 2026-04-10 20:05:42+00

Package: libpq5
Source: postgresql-15
Version: 15.17-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 913
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpq5_15.17-1.pgdg+2_arm64.deb
Size: 189072
SHA512: e889e348d336dc87126d517bdcb485daa7543f8a9ca4e26a91f65667db5a39e75161a05cc400ecb8289f8d9ea1477872a8ebf3da9542c63936e98d146ba6e876
SHA256: b047973d7917b9bd03a534f1ec98e04534f38fb9ddc684599dc64a1c8e1659d1
SHA1: 7ba9a058cd364afe4ffa5e5954ee3d4dee58dcc2
MD5sum: bb087ec9afc8e12fd90d9081df20b8c0
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.
Timestamp: 2026-04-10 20:05:42+00

Package: libpq5-dbgsym
Source: postgresql-15
Version: 15.17-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 642
Depends: libpq5 (= 15.17-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpq5-dbgsym_15.17-1.pgdg+2_arm64.deb
Size: 284120
SHA512: bf06f05372b66bbeceb2e11d4bdffde93f80885cd2a29f3f0639ce0170613f9a8637536d3e9fdfbc3b50b75f7ab1ad17e15b8b20d56919f5fc550cdfcd88f311
SHA256: f416ef925189e136e72c81c993a5c13f4eb13c2df22bdfec0a6f01b056003f93
SHA1: 1b52404a26af353544870c5db10fa83aced17d77
MD5sum: 0d4d6df259c78d2eb1624463fd089bd8
Description: debug symbols for libpq5
Build-Ids: cec66563b0c2166ad90de39a95ca550bc9bca023
Timestamp: 2026-04-10 20:05:42+00

Package: libecpg-compat3
Source: postgresql-16
Version: 16.13-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libecpg-compat3_16.13-1.pgdg+2_arm64.deb
Size: 20456
SHA512: 070c4e2cd5e5b099d8382f909cfb99af753483dfd453513b95c0450e66d7f5c22c3860a2f3b2987339fe6677767d0e4a14c3f8c8a1250fc388a8db52d953e726
SHA256: 40e24ad5857eafc068141bd302f1d2639047a1af4c3a8f71d0ccc782cc2332f1
SHA1: 56e132fb7ead7f241e90e4612ad1e2b8a1f93414
MD5sum: a583f929dc872a34256f8fd5959e3566
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.
Timestamp: 2026-04-10 20:58:58+00

Package: libecpg-compat3-dbgsym
Source: postgresql-16
Version: 16.13-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: libecpg-compat3 (= 16.13-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg-compat3-dbgsym_16.13-1.pgdg+2_arm64.deb
Size: 16952
SHA512: 0d3c2d560afcae0605c89786f6f6e789f7f95d5b144496f4ec91568cf42815f3ca10b69e304195214f92eecf867965b6de8ed1ceaa790f5594932dbb50fcf8a9
SHA256: 750c9590c81dc6fcb5c6a9e7f7d80cdc6eaf7243341af59be1da60dd7975a57f
SHA1: 860ade3fe830abf088f611bf536f47032cab63bc
MD5sum: b4cbf655032921b3c0824ba6adff9a1a
Description: debug symbols for libecpg-compat3
Build-Ids: 7bb6f6241da12aa2993e6f47d2e85d687116941c
Timestamp: 2026-04-10 20:58:58+00

Package: libecpg-dev
Source: postgresql-16
Version: 16.13-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1703
Depends: libecpg-compat3 (= 16.13-1.pgdg+2), libecpg6 (= 16.13-1.pgdg+2), libpgtypes3 (= 16.13-1.pgdg+2), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/libecpg-dev_16.13-1.pgdg+2_arm64.deb
Size: 283700
SHA512: bf9df65dc543aa97393d4d0510884ddbf150f5f22cc08107aaf4e160bf46ee5ad636994145cc103811c002306f87a81e2c86608c05aa0ac91769009d888b5231
SHA256: f716a7f01905ae74b980fd7bfc8e6500d7d36ff40de51d9d955bd9a9e429ef54
SHA1: 421e87e2357d7b0510db61b90756839a3087bce3
MD5sum: 829a49b06fcf969fc8103a478f42419b
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).
Timestamp: 2026-04-10 20:58:58+00

Package: libecpg-dev-dbgsym
Source: postgresql-16
Version: 16.13-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1237
Depends: libecpg-dev (= 16.13-1.pgdg+2)
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg-dev-dbgsym_16.13-1.pgdg+2_arm64.deb
Size: 243652
SHA512: 637116c5576a93b80309dcac170e76e5c2fc00836e2b262c58bc8e3f30d8fd52d71ef39107908e6c2d176e6365038cf38fb146f60eac2b60da4496adacb6be4c
SHA256: 21f606d719b17fa57f1e9c094ff6bb98d992422f5c33f5adb7c582284e4814fc
SHA1: 4111d4bd782ae6d941b33195655f5b4a2f239dbe
MD5sum: 9167eae952b37a98f6998446ebb7a469
Description: debug symbols for libecpg-dev
Build-Ids: 9fe825890cdc96c3566cbfb5f71931ecc3ea607c
Timestamp: 2026-04-10 20:58:58+00

Package: libecpg6
Source: postgresql-16
Version: 16.13-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 281
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libecpg6_16.13-1.pgdg+2_arm64.deb
Size: 63288
SHA512: b7c4f0dfda0d31806bea7cef3f306253190886367de5e6363ecb081a66e60883cbe3478f65e2a6063d763929c61e7410fe1e2fe2bd3e668db4674e2a0185a32c
SHA256: dae409b565e83946d59a1351189112078aa4525370b50cd15109df1ca60dd066
SHA1: 6fb7a94915cf6c44c142bc8b7f6e80ee232510d6
MD5sum: 4dbd97cfbd3b75419a2a917272c957e9
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.
Timestamp: 2026-04-10 20:58:58+00

Package: libecpg6-dbgsym
Source: postgresql-16
Version: 16.13-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 223
Depends: libecpg6 (= 16.13-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg6-dbgsym_16.13-1.pgdg+2_arm64.deb
Size: 115488
SHA512: 3f55a7c22b2f7f45418190fbfd1c8bfa8fc974f962166e885d3d9fad594dd6b21f0ac93c80db0a81b4b0197bab0d33e46665fdff1893760a61fbc126dc362d7a
SHA256: e63d3f72b8c4d5cf4e6fb2ad41c8df06148412660db10b0443dd7bb5f5b909b6
SHA1: 08f85d95931d277100325d10e4676c951270092b
MD5sum: dd2b7ede9ae034a214aea3ac117e2b68
Description: debug symbols for libecpg6
Build-Ids: 6622a8d4dc2a902cf2f25c89afdd66a0951ac023
Timestamp: 2026-04-10 20:58:58+00

Package: libpgtypes3
Source: postgresql-16
Version: 16.13-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libpgtypes3_16.13-1.pgdg+2_arm64.deb
Size: 46768
SHA512: ea4cbecb803a7fa86c1c2fa091b99470c8f036c9d2ca138ebfa2aca19e9bcbfc6c658d7e59e9923d48b8dba7152e2bcb8978e22e1d437a71f49e65f2b8883ecf
SHA256: fd318e36a76472bb18156694c108e64e8c1da487aac56f291c89401f2e65e1e0
SHA1: d2589c565026df023bcaddc2da8e57c9d687e265
MD5sum: 3a426be2a7e003908ab99dfc989d6b44
Description: shared library libpgtypes for PostgreSQL 16
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 20:58:58+00

Package: libpgtypes3-dbgsym
Source: postgresql-16
Version: 16.13-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: libpgtypes3 (= 16.13-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libpgtypes3-dbgsym_16.13-1.pgdg+2_arm64.deb
Size: 89284
SHA512: 5f67ed6f8e765d48be6e3bba49055974b2138ff8d186a02cb6ab1f6854b0b06392a04e2481c7d4a4ea4b68062d2263ac1795dec7fee40fd86457244dbcadb5df
SHA256: 23773fb359d1aaa108ff96dbf574f93766e43b41444fb19c34bfb9f1447c1390
SHA1: 24c6b35c2af479cd3bc16dbd918dba36e7ec9319
MD5sum: 71868061594d0020d44df28d3d10ddd2
Description: debug symbols for libpgtypes3
Build-Ids: 11a2d7dd9a3fbbd5c8df11f56687c7542ffdd668
Timestamp: 2026-04-10 20:58:58+00

Package: libpq-dev
Source: postgresql-16
Version: 16.13-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 604
Depends: libpq5 (= 16.13-1.pgdg+2), libssl-dev
Suggests: postgresql-doc-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/libpq-dev_16.13-1.pgdg+2_arm64.deb
Size: 148412
SHA512: bd27b39dbf26c023d5237639056c9bf8afbe757cba366b18a6968217e32d6a35d9626e2e0311546ff3836987c00856da6325d9a22375ec6ee37473ff7f77c2d6
SHA256: 3a67ff891417a59dbd81f37960fb121a570cc3a02e2c10f778c02c25a42c05fe
SHA1: 00b12b5ca8a1b742b3cd2d79023b0fa9a466f1e7
MD5sum: 22432fa3f13f54bdde240e3fbf686871
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.
Timestamp: 2026-04-10 20:58:58+00

Package: libpq5
Source: postgresql-16
Version: 16.13-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1102
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libpq5_16.13-1.pgdg+2_arm64.deb
Size: 220448
SHA512: d83ea010ebfaa53eeb622774bfb59489e0f539f97f9f7dc9e1457a85e763c9dd23becdcaab53d240cb993e2093b669ad3000923d93a8b49a696b8f54470c8414
SHA256: a6ff7bd3cb7c47946c643aa6c14e9e7acfbbc65e5deefd3b06d20f31d8bf5545
SHA1: 7a206ddfbde4545ad71406261cc89021cac8433f
MD5sum: b8bd6e4df46680eb598bdd11eb379ed6
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.
Timestamp: 2026-04-10 20:58:58+00

Package: libpq5-dbgsym
Source: postgresql-16
Version: 16.13-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 659
Depends: libpq5 (= 16.13-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libpq5-dbgsym_16.13-1.pgdg+2_arm64.deb
Size: 291872
SHA512: 4bfab6f984f95118e099ca1428b4ea9d5449e53b55e317d11bf8de853858f74e2e22ee33a3db8a990810048b5976b9ed8c133949f956728d8e8a6a68cd9a8637
SHA256: 37dd13271e5b590714bf7ebbf1555914bd252a82c87fe60e0aeab2133a42a07f
SHA1: 85cbfe26a002fa062f0501f14b38ab3e7a771a94
MD5sum: 4a072ab07e34c4ea028f95438c6c6e69
Description: debug symbols for libpq5
Build-Ids: 8086100298f2e338efa79abc8ba136cf5854613d
Timestamp: 2026-04-10 20:58:58+00

Package: libecpg-compat3
Source: postgresql-17
Version: 17.9-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libecpg-compat3_17.9-1.pgdg+2_arm64.deb
Size: 18156
SHA512: 3c814c1258b8ad362941c85720f4cc95f6e61573a768e977b64c41ae884593e3a1ba757814f93297fd1331dc97492235e5b83918515e8e34b189161a56155a8d
SHA256: 777f49d539ec7b06ccd280f070bb1b6bfd80be2943eb4e5373187fa9dad7455b
SHA1: 22e456859ea1c5f8c10f77090a2cae67cb3a1743
MD5sum: aa90ec18bfdc5e93686c8499de95efc8
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.
Timestamp: 2026-04-10 19:51:05+00

Package: libecpg-compat3-dbgsym
Source: postgresql-17
Version: 17.9-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: libecpg-compat3 (= 17.9-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libecpg-compat3-dbgsym_17.9-1.pgdg+2_arm64.deb
Size: 17056
SHA512: 52d848fe59aae8d71180ab981ae1cbfdbeca7d14d4ca7f910bd3cc2b8d6809f3b8a57b1e20ce4747c04b85ed77da41613f1b1e0326c75726bc3747953897c200
SHA256: 9ff021d688b16306ad2876647334317b4cb43ca6d91c9f298f6831526e4264c0
SHA1: 105d60d38944cfff8360b473b716885ad9d3fb9d
MD5sum: a5c79eb1638e9c6346b7f9ba2ff91637
Description: debug symbols for libecpg-compat3
Build-Ids: df98f778f3b42766e2b57265aeb57ba4e73559eb
Timestamp: 2026-04-10 19:51:05+00

Package: libecpg-dev
Source: postgresql-17
Version: 17.9-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1701
Depends: libecpg-compat3 (= 17.9-1.pgdg+2), libecpg6 (= 17.9-1.pgdg+2), libpgtypes3 (= 17.9-1.pgdg+2), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libdevel
Filename: pool/17/p/postgresql-17/libecpg-dev_17.9-1.pgdg+2_arm64.deb
Size: 285752
SHA512: 6b046cc3883bd8b5eb27daa37eb37f3d00c9c1d44319527b4a2c6ffc9ea3e512e5c2d06f5cc536114bd64e6ecac53267000f67033ca3ec44b0816f080798d6ff
SHA256: 43c174d7fefbe0b6236d52cb1e7c0ce507ee5afbca8a100ae2fa227769e013d7
SHA1: f857cf964e7c9ee7c4eeed30fdcf5bb0eeda8ec9
MD5sum: 1d433fa1e6e80ceef0ffda291f32dd0c
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).
Timestamp: 2026-04-10 19:51:05+00

Package: libecpg-dev-dbgsym
Source: postgresql-17
Version: 17.9-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1303
Depends: libecpg-dev (= 17.9-1.pgdg+2)
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libecpg-dev-dbgsym_17.9-1.pgdg+2_arm64.deb
Size: 250004
SHA512: b69870db3a3199d21124812637bcf15da0e3c0cb6876f3268735ba146ab90ad949871f6af4b33da727ff370e4e5c63ca4f8fa96fad0d8d075cb54e8edddcb347
SHA256: 2c5cd3bf82987aea5872ac66b3f678bb4b6bf6ea60ded784a6c82856578bc056
SHA1: f6977f1ee9f5c744b8af3d45316c42ef7bd683ba
MD5sum: 67a839d99a444287d7b39c1bcd6f873b
Description: debug symbols for libecpg-dev
Build-Ids: 67e21630817afece83ea3c2d1c160057a7721e5c
Timestamp: 2026-04-10 19:51:05+00

Package: libecpg6
Source: postgresql-17
Version: 17.9-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 279
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libecpg6_17.9-1.pgdg+2_arm64.deb
Size: 60892
SHA512: 2db96022462f3f4d7fb3c9dad8d4f1f6d764417afa9c5e4f27bdd1e93b205206c68c21482a27b87e8d6ebde3276c683031f2471e59ebefc0bc67f00d058b36ed
SHA256: b77f227e11155b792bc7af895821427aafaba59068c8b2abfc503f2554d0d46d
SHA1: 0328b02d3280c7680295d9d1d6764a7765b1c9b7
MD5sum: ef80e086fbd4fda036e44d1e6781e7b9
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.
Timestamp: 2026-04-10 19:51:05+00

Package: libecpg6-dbgsym
Source: postgresql-17
Version: 17.9-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 223
Depends: libecpg6 (= 17.9-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libecpg6-dbgsym_17.9-1.pgdg+2_arm64.deb
Size: 115356
SHA512: 99aee7b35304ed727aeeae71517fba4867dfd149839d94456b6a239fc2c84f5981746f81bb12ce34b175be82e37bb1b5f078655bc4e8333deb60b211f99f4603
SHA256: 6e04c18bfc019ec403410eef03f96b5379583566e09b73e7261cf407e941383b
SHA1: 6d12576c901c9e022e2333286d965dc248bf5a1c
MD5sum: a9893df3c2b703b31d1591e5f8b6c6ee
Description: debug symbols for libecpg6
Build-Ids: 8fbf6c49202859ac8bd5d863c52462eb390186e9
Timestamp: 2026-04-10 19:51:05+00

Package: libpgtypes3
Source: postgresql-17
Version: 17.9-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 165
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libpgtypes3_17.9-1.pgdg+2_arm64.deb
Size: 44424
SHA512: adcfd161a04e16e0b76cd3f7855bd77f3b5adb5f4fcf9dfd78f9ad08f5abdf041685c832b4fa81617d7eefffc3e2988f675df33788b19560a717eff9e1ab293a
SHA256: 57874e1f788f1ccc3518381bd15b9b20d79a8993229c459cd77612f6d16f92c0
SHA1: 393c3ad92be62797f4e8de431f65e8fb1ce5c9b0
MD5sum: 7f7962bacef8485cfd67b70024bbadff
Description: shared library libpgtypes for PostgreSQL 17
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 19:51:05+00

Package: libpgtypes3-dbgsym
Source: postgresql-17
Version: 17.9-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: libpgtypes3 (= 17.9-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libpgtypes3-dbgsym_17.9-1.pgdg+2_arm64.deb
Size: 89272
SHA512: 982a23a60de0e92974f97ad85181735b535197cf32e520b24f51ca31f18280879763d13465d4f107d80415647b4e183531ed8f87eb5a232c5c363d96bd1861fa
SHA256: d62f4d579c403a3bf8bf6eadfbc298fcc273b1a6b410312e7a14cb6b64232c75
SHA1: 1abd02471360c4c3ebe133e670708777be7c97ac
MD5sum: 0d83d8b9545d2155c984d61f0127d13b
Description: debug symbols for libpgtypes3
Build-Ids: 9f5c02d6859ef2279deabc310fcfbafd130017d8
Timestamp: 2026-04-10 19:51:05+00

Package: libpq-dev
Source: postgresql-17
Version: 17.9-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 621
Depends: libpq5 (= 17.9-1.pgdg+2), libssl-dev
Suggests: postgresql-doc-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libdevel
Filename: pool/17/p/postgresql-17/libpq-dev_17.9-1.pgdg+2_arm64.deb
Size: 150320
SHA512: e755af160cab177e40975de4ebbd7ffd3c36921f01c8f68130ddc8f471871d0bd0c31f9c0dc252aabc6ad15913bc1f6097a1d14015367f87fe72604c13297d07
SHA256: 44b681497c9f50ffd25e152d5fed1e7cf6407f52305a0610b4dd54b2c4afc667
SHA1: 4c53738c09b3d12d199ef871a39bf062947a7259
MD5sum: 7d36e9727a4125c7edc1b471eb3d6305
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.
Timestamp: 2026-04-10 19:51:05+00

Package: libpq5
Source: postgresql-17
Version: 17.9-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1113
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Recommends: ca-certificates
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libpq5_17.9-1.pgdg+2_arm64.deb
Size: 223296
SHA512: dc3e3eb3df885cc8ae4a3b547d2038ff2e74f03e401ea5b547dea17527dd75fec9878ec2d92b633abe1e66966af4543c3559557a0261224257fe574d26a65e9b
SHA256: 693ab2c9151041c68c9278d3940fb446acba5d8010ce775f727dd2544c0f61be
SHA1: d262c8755910e733b7c3f65251464fe62a84b733
MD5sum: 2934580155edb9ac5ef1b1345f5b04a1
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. SSL certificate validation (the sslrootcert=system connection
 option) requires the ca-certificates package.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 19:51:05+00

Package: libpq5-dbgsym
Source: postgresql-17
Version: 17.9-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 674
Depends: libpq5 (= 17.9-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libpq5-dbgsym_17.9-1.pgdg+2_arm64.deb
Size: 299320
SHA512: b194ff1f5dd82a176d6516fbe131c301948f72e1267e001051023a822d77e05fc0777620c904df14824868567befb9114534a84481d663440d432897a1a5b6ec
SHA256: 7e9b0cbf3e76ebb12cb3c08517b53f36d191c2880a817a9fb66b869facce87dd
SHA1: 4e93d9c45eb3af8c7f2c37b819460092457d5082
MD5sum: 041882307d0f08a12ec8e0b61662e09f
Description: debug symbols for libpq5
Build-Ids: 87d1465942c7bd7b0c18a864e11a04f9c3313e14
Timestamp: 2026-04-10 19:51:05+00

Package: libecpg6
Source: postgresql-18
Version: 18.3-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 276
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libecpg6_18.3-1.pgdg+2_arm64.deb
Size: 58312
SHA512: ccff71814d9b4917821795f3d19fa69f29099d433821b143334a039978dc10e727ba21ca58a75724cb52edf6ba8e3e32937936bf25ccd4aa7ed168baab50d3c7
SHA256: 58d4baa450007a9a4fb2137de7b160abbc33d6f25066af13157dcf2c53b3f785
SHA1: beb26584d925b23c80b37a744318fddbfb4ec2d3
MD5sum: 1a4d0cbbe8fcd0a8f693106b886fd594
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.
Timestamp: 2026-04-10 20:58:58+00

Package: libecpg6-dbgsym
Source: postgresql-18
Version: 18.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 222
Depends: libecpg6 (= 18.3-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libecpg6-dbgsym_18.3-1.pgdg+2_arm64.deb
Size: 114712
SHA512: 9af867e178217ed811b739b0ea80a6a8380c8a31e005ecfd7244eb18c88e15260639c8810ecdedd0237e3ed10b6af63aebd8c14a3a8aee6208a7e261e6d8e1e6
SHA256: 732fcb5302c3b5087c0e715db085d8695264dd4e48c7bd9ff17ab08f315be735
SHA1: 15624218df021f4d6d6acc1db651617b38391dfb
MD5sum: f70b0ae0547c2495dedb775cb3eaf2eb
Description: debug symbols for libecpg6
Build-Ids: a94cf4cbc7fa49ee435abfe5de66b226d94a87bd
Timestamp: 2026-04-10 20:58:58+00

Package: libecpg-compat3
Source: postgresql-18
Version: 18.3-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libecpg-compat3_18.3-1.pgdg+2_arm64.deb
Size: 15660
SHA512: 4124e134091c60e3926027a1bcc087d98fc37d2c01a4c36a4c750654b1a6996147de89f6169d5c4a0b5369e6052db31bfd19d72bbce0e259e7ecca28776f3261
SHA256: 22000db78cfae94985ac47835629ade2d144f8d65e1149272fd77a0685299f14
SHA1: 5121cfc0e61f0f189dfbd7d1cafea29ba76e7bad
MD5sum: 731fe4734d2cddebfb2245c9cd19d566
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.
Timestamp: 2026-04-10 20:58:58+00

Package: libecpg-compat3-dbgsym
Source: postgresql-18
Version: 18.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: libecpg-compat3 (= 18.3-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libecpg-compat3-dbgsym_18.3-1.pgdg+2_arm64.deb
Size: 17056
SHA512: 65b684cd23d5cd38060dbcb82bd054ef6a95e38679aa5341231eaf95e6eb959a9ef4781b502978ac62344d7d968c954289d384c74a6a636016e9ec77dca7a9ae
SHA256: 889d2fc2e607b4913f08edda50cdda8685732d8a702dafb51a77126779924ec4
SHA1: 0ac74937a2d5883f3be2f0efe4a23c11b62afad9
MD5sum: 35422e1606b08c4569e61ea9e82fa12b
Description: debug symbols for libecpg-compat3
Build-Ids: 36b30d291bee9ebc9a33abf3b8ca63aabc818785
Timestamp: 2026-04-10 20:58:58+00

Package: libecpg-dev
Source: postgresql-18
Version: 18.3-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1568
Depends: libecpg-compat3 (= 18.3-1.pgdg+2), libecpg6 (= 18.3-1.pgdg+2), libpgtypes3 (= 18.3-1.pgdg+2), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-18/libecpg-dev_18.3-1.pgdg+2_arm64.deb
Size: 252700
SHA512: 4dff828e968a437b0c5feabaa271e0bd9480f7251d1d98271e3ba251c7bb6c3e3e35d43d6aff82eb5c537332ebf0b36e28b4cabf034f477a017910fe7237a27c
SHA256: be3a94bc8d6f857542e35ca498dc0e603dda6046e5878958a55acbbb0d08acd0
SHA1: f10f18db44c973d2ca375227f389dce1efda3071
MD5sum: 056dd54c08e72ede56bcc2c856d9e218
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).
Timestamp: 2026-04-10 20:58:58+00

Package: libecpg-dev-dbgsym
Source: postgresql-18
Version: 18.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1059
Depends: libecpg-dev (= 18.3-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libecpg-dev-dbgsym_18.3-1.pgdg+2_arm64.deb
Size: 170892
SHA512: 8b885054ebb9bc8f08a9fc647aff475637c9f5b428dcde858f011be5a289e3127870cffa7389ac5bb4f94e2ba41d988629f1afb01e9f36763502bb080352cee3
SHA256: 0688a0d6dd552ea26c4d8dbdc60b84aa1b74f9f72c586ee7b8cc4bd20832f308
SHA1: 16f9737eda6ca60ddfdf2c45ea276347ccb1a876
MD5sum: cbd1af05b54fc5ea85df441fbee74fc4
Description: debug symbols for libecpg-dev
Build-Ids: fa8673ebd7640f7cb037bb9ad14867caaace0591
Timestamp: 2026-04-10 20:58:58+00

Package: libpgtypes3
Source: postgresql-18
Version: 18.3-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libpgtypes3_18.3-1.pgdg+2_arm64.deb
Size: 41876
SHA512: 7611d73935ea5f6e77343dcec87cc422746c2f9fd2f51a805916b0322768a1ac44011233a0cb5fa1fb6774f380c281b8905bed59ab3680da319bcbf769727831
SHA256: 9cfc795f73951b847e13cbd3a76f171c283f4e96e72a79f31092d73b3accd110
SHA1: 0964c1627b7c8ec667c41fccbd25998940323a0f
MD5sum: 9e973c9d84609940e65af665d6141606
Description: shared library libpgtypes for PostgreSQL 18
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 20:58:58+00

Package: libpgtypes3-dbgsym
Source: postgresql-18
Version: 18.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: libpgtypes3 (= 18.3-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libpgtypes3-dbgsym_18.3-1.pgdg+2_arm64.deb
Size: 89716
SHA512: 811ace9fd598a3bd97637b70c9bfcb727cc7d9e24adbdfa8f8d8b1f0d7aac8c95c19107538d4fb4772b5960ab632687d90f26dbb7123f7086c034880fe648fc3
SHA256: d6386e0887a35e7382ef94a8deefd65900a38b1adde9935134fcb8b7feba6f00
SHA1: 8bf9f37b869e208ced3761b2c5d4c6766ecef8f9
MD5sum: 472b2a2bbb94e6bb1347511009c00217
Description: debug symbols for libpgtypes3
Build-Ids: 03f9c82fefb70f2a9668b67579ea7779deb5c744
Timestamp: 2026-04-10 20:58:58+00

Package: libpq5
Source: postgresql-18
Version: 18.3-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1302
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Recommends: ca-certificates
Suggests: libpq-oauth
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libpq5_18.3-1.pgdg+2_arm64.deb
Size: 250432
SHA512: ff9c2b8a7bcdf803e25f8d1850c78810eb04e2c9aabb0cd2b4dbd52d2526058de8d45c77d6652427654a47579a5841c46e5e3058fa4724e94ed24e8816fa8e80
SHA256: 3df78677055800809ef309a8d806f1139191235982923bd9ca99ddab7b2052ba
SHA1: c13daa8cceeadcfd48306591b698623fb2c7a1dc
MD5sum: 6738b1b3f5067f2356b96bdfa074ce0e
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. SSL certificate validation (the sslrootcert=system connection
 option) requires the ca-certificates package.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 20:58:58+00

Package: libpq5-dbgsym
Source: postgresql-18
Version: 18.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 756
Depends: libpq5 (= 18.3-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libpq5-dbgsym_18.3-1.pgdg+2_arm64.deb
Size: 342744
SHA512: 43393d130782cf48f41279c3d84c619c31d545eac33475912a874aa5d1b373b09366f1a675e82f7406f6bbd3be649467fe8cbc5bf95e1ef6783c80aa29370a00
SHA256: c74478805b88bc077bb47b29f6b9f7f87f13621a19efa14cb1f9727a2e8c2ffd
SHA1: 3639b545080b677453d86641feafd90eaed9f359
MD5sum: 6d311af6180fa9520240603b69470ed1
Description: debug symbols for libpq5
Build-Ids: 060f378c66f5016b42f955fdb029486230f302e6
Timestamp: 2026-04-10 20:58:58+00

Package: libpq-dev
Source: postgresql-18
Version: 18.3-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 704
Depends: libpq5 (= 18.3-1.pgdg+2), libssl-dev
Suggests: postgresql-doc-18
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-18/libpq-dev_18.3-1.pgdg+2_arm64.deb
Size: 165064
SHA512: 7bb4c5d27ca6ab1416c47c8f29189b7fc4185898c1a936340bfcb9d7e45e1469ef2c0aa7530c9a57d3266c8e4c4793d8f37fae1bbecce3cd8f4892d627a9ed92
SHA256: 3ac0e95a8fcde85df415452b1f4fc7f0428321e2366b576194c6de1757ca3498
SHA1: 422f7a38268cec17f250991e8e21f1636bd2cccb
MD5sum: e049c0405437e06e5e13836a4de802d2
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.
Timestamp: 2026-04-10 20:58:58+00

Package: libpq-oauth
Source: postgresql-18
Version: 18.3-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 160
Depends: libpq5 (= 18.3-1.pgdg+2), libc6 (>= 2.38), libcurl4t64 (>= 7.16.3)
Provides: libpq-oauth-18
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libpq-oauth_18.3-1.pgdg+2_arm64.deb
Size: 38720
SHA512: 8b282d5a628913cd85a072aca26a0f3853ce1b338ab7bc99032e68bf1706714089b241b0baab0f0fda9d1aa0364d7bf90fc4c82ab4adf351f9688c1099e93009
SHA256: d2f3ad87c7351f00524f4174c59feac880689296ffb999ac4a58571580b4e459
SHA1: a3dd0627360b7f96fc55695288f2854ecb0bd28b
MD5sum: d414b071fee84103fd3170004112cebe
Description: PostgreSQL C client library - OAuth flow
 libpq-oauth is an optional module for libpq5 implementing the Device
 Authorization flow for OAuth clients (RFC 8628). It is maintained as
 its own shared library in order to isolate its dependency on libcurl.
 (End users who don't want the Curl dependency can simply choose not
 to install this module.)
 .
 If a connection string allows the use of OAuth, and the server asks
 for it, and a libpq client has not installed its own custom OAuth
 flow, libpq will attempt to delay-load this module using dlopen() and
 the following ABI. Failure to load results in a failed connection.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 20:58:58+00

Package: libpq-oauth-dbgsym
Source: postgresql-18
Version: 18.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 201
Depends: libpq-oauth (= 18.3-1.pgdg+2)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libpq-oauth-dbgsym_18.3-1.pgdg+2_arm64.deb
Size: 103708
SHA512: 46b5b5046453cf3020f06417150ff0894ff7a0463e95e00650d7abd00c544490b1ec90e5bed07eff12bbc3f1149691e088e2fa0dc1aa43d80d5cdb21b17200d9
SHA256: 5fd785ddc5db4b621aef1cd2827fec5bf21462dc2755455976f5847a1dc178ef
SHA1: d2b36438a26f8fd12accea0ecb3b234ca21f00a1
MD5sum: aaa474336bdbff1b80c0be9a2c03c6d7
Description: debug symbols for libpq-oauth
Build-Ids: 06ba32b410929f9e2d1043f0d616c82e73024e7b
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-10
Version: 10.23-9.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28449
Depends: locales | locales-all, postgresql-client-10, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-10
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-10_10.23-9.pgdg+3_arm64.deb
Size: 5042780
SHA512: 3e37c343c36477cde23ca20048af41ca5c56466c8f01a282b8037c87b31e859192c8a4279cfd7ae024595a077f0ccfbaf97e33e904a60f9b9f91430cc1ca6c19
SHA256: 35547795c72a7ebed1da4754a54317fcdd8b5b2891333137b4064115efb1ddaf
SHA1: a5558be1390154dcdffcae3c03cfde11771f30b5
MD5sum: 4d4783a92484db4c416afa58c9c995ec
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 10.
Postgresql-Catversion: 201707211
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-10-dbgsym
Source: postgresql-10
Version: 10.23-9.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25893
Depends: postgresql-10 (= 10.23-9.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-10-dbgsym_10.23-9.pgdg+3_arm64.deb
Size: 12061004
SHA512: b740a8ad4e21f818e3225cb41269b2abf0a2a761e3506339572fd9258d6594312c0bc72190250700b6bc8c2d9d1bfa43b981dbf7dbb2c217d081d78e57b5756e
SHA256: 65d8fd9577e4d281f8a5ede439094fcaf9f03091978b559feec2b92c238482b8
SHA1: 4082ff2241ccad5c6185b5e50c8de5a148e16c13
MD5sum: 160fff5fb4dabdfe3df6228ae98cc04a
Description: debug symbols for postgresql-10
Build-Ids: 00ce03b2ac96d78d4b379a8f116e84baf53ab76b 09ec8bb1dafd3e9662cea6849205793e1ce66d4b 0ccd2d2547cfa6d6b4f83a89bb16edb6828af27d 0fcc3ce7d2c501693bf4f05dc762867d199df463 1201437accbb8c5d27513f78b2ee61bfdfbc778f 130b2420731151bebabff7e00f1cbeaeabcb4d8d 153c0aab6e0bea297cf8a191e85b807f94ca0dde 1637610576c0a21ed42608b206cdff208c8cae75 1e7dbc2a1e87b2316ba0d8c6cd331f11434390cc 205aaf3babe8e11b283aa89585877c6a94b40e44 2215293b57fa8f89476fe61b8dbeb93ec4ec2ff0 227a93a566545fe8b84f6ca51bffebf9c39a199b 25178517c5f18ad52ccf6751ecd82fbcf3515f1c 27cfd3c253860d4febbf9c38ef735a94c7d92a74 2f6fa2e41d1a04ea1d006529939baad8b340461c 2f9a507442e81ef05e8301506831e2200b2aaf66 330b646502bc94fb7afd042bd779bd221b42b177 34367ea9f34efe8aa34a4d1c426179e13bb0d079 3526f77a383071fd8cd47dee11d9046c85358b48 35ba93c2815db2d14f62128c7bed02d5091d078d 38b29c8b1fb5fdbfe50e5571acbb6f84a1095a67 39d8db7faea66101c628d7ff56809a9939416820 3b1314a3aa71cb332ce4f1ed938578185e0b0fdb 3f69707ad92c54cd90b4bf892d7263d10ca68e20 45eef37265b19fee0d96e21e69f2afc96f55fe9a 4717226f1cc4f66492bfb2737fb044e15c3db562 4b0fdccaae20ed4ea65efde9861257c2991cd47c 4fa239a60543d926d4c8294bcc21e1b5359d6d8d 5436871123900cd0c13ea57f50bf001f01ea1a55 554e9fa5fd956a079baea73097d79b61564b3e4a 5675679e2d881d626743c88bf85130fc4b532996 58496e580aa28ab4cd3451ace4e4bd85d96631c3 596c3222367f19254800f248f5b16c2ce9fab2c7 5bae22641d98950550b062a597d2e212b90cd6f4 5c914a365aaecdd35dc4800e4b0567a40a5b8273 5d789db52715131931dbd7cdeaf31eefb9a7201e 5ebba391594424257acd86f5077aa93953e4c66a 5fc3e29c98e55f089f6e8fa4b2ef9fea3c191143 6175d4d4f3c1ec8e718ab3e2978aec171ce439ed 62aa5a4972dbf10f22def6f9f8d391819313dcef 68c18e0e1a47c93d5a78dc7871675e327018cb23 692b78e27f72bd0ebcf39488a7f5f49c7cf586bd 6983e1d1261903317a35b4a48575a7754381eb6e 6c003c3c1132f8817c2a59ea06f5aa96c4643fef 6cc166ce21c99c1c746e90204d94f1b4d2f19d42 72ac9ca626b2d36903f5e658b1a5345a51ddd830 76a8c71708b16f82fecf97dcf2d301260b83ea49 7a4e9cc9361991f6325a063fa0e5bbfb5eebccf7 7b2f0b418cc3d5e8622bdb45bb2d41ad9dfce66f 7cf4d17f3ac8976733d9c0986e3d2f34fc086a2a 85987a74501a123d26b5c04e82eb448abff317ac 886c40248a953cc57b19d2f0aa6d055a5af8c7eb 92768f7ab0f0470818c7655c07617b4cfd1a2e2b 9a51fd7185ffbae5c059b0f593432a65d5a83b78 9b93e4b770c7d65c7fe9bca327e81ff3d8ad19f3 9db73f5c2eb2cc0e594e61ded2917693c64a321e 9ed7d8d1bd2805caa3f12064fdbabad06442c07a a16453a34d3025d2e0169db9b1158be215c05edb a25275f656c0f64b6fc1c13ceb17fb12934305b6 a27df32de074098b7d42ec1813b02c6cd57fe0f7 a2c5205e4aef49f7fc7515e46fa77fb5a18f4507 a5e99fb106c21e1b648abb38b08474f50e86b293 a810ffd7b820635a2542b08f1a3e266544a8599d a974ee4fd818260524e263705fc19fc941b0409c ab43ee62378eef12652c2984c09cdd37c049d52f ab500b188c2f00c1efb4c25761f69aadb59205a0 b1335658260ec7cb88729b0b67494652c0d9150e b9f86f7ed35082cf08380ea6d4dd36a34eb2dc5f badaf0c694f7df6d3bdb2b155b4d3f83714668ef c0ad3db4a015d2bd56ba179656630e46a88de737 c143f3f04459c31daf4a9f31a4f59f24ac1cbf0a c6d2a25a61df6841aba06c6069e631ecaf9f7b28 c7262053bac8144db614bf0dae0c33ce2a86c27f c879dec3d65ee0675a4fdbf3a5a3486aff8ce93f c997be7fa1dfb3791474007e8dcc910b957715b6 d11b065ed13508eb6b35132e1dcb25944203b86b d1b79805e547284822c9633ada3114519726e347 d1be68e5cb67275f8b38241dc221353c1dc2d503 d1ea9f3be8de6e413ab6c85eac0fd852d4bfe5fc d2e12388bec9f5aa03c71455a1c517713a608cf8 d81353635a5648bd8ff18dac50db73b409e91d3a d836dca7c013b5c49246e3b13c4d3a5beaf2f656 d929e7ee75268046eadc56f240e01be5eedf492e da08bc04f560a9990ef951344a993b0a880fa80d df2a882f56a7a2af1b4d7a14e353975d5b759489 eaaadb401f6c72b2a36d48d5c74fdb90a3e2c484 eace1421caaab1759a96ecff9fdb08ca0c0fe0a7 f0bc5a6b255e91b2ef4edd00fbbf99c8dd7bfda2 f1873f285d1472f735c8e56a03076dff68a59c63 f3621ad3d103a5eef36ccf6d527755459f66bddb f5819e646c7f38e14c86d4e043f82180699fae1d f691c383407186b8ae4cd47bf7b748997f0b20ec faa5114e0a9f8b526861ef5d1ca5ce5411b66dab fe500476023d8e7ff74f758d329e13c08aa8d49e
Postgresql-Catversion: 201707211
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-11
Version: 11.22-10.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29587
Depends: locales | locales-all, postgresql-client-11, postgresql-common (>= 194~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: postgresql-11-citus (<< 8.0.0.PGDG-2~), postgresql-11-cron (<< 1.1.3-2~), postgresql-11-pgextwlist (<< 1.8-2~), postgresql-11-pglogical (<< 2.2.1-4~), postgresql-11-plsh (<< 1.20171014-3~), postgresql-11-rum (<< 1.3.2-4~), postgresql-11-wal2json (<< 1.0-5~)
Provides: postgresql-contrib-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-11_11.22-10.pgdg+3_arm64.deb
Size: 5289356
SHA512: 075f870795cfbe7c1a359fa8c8a90647fac54a67b3e222eb60b40b66d3b0a7a233419d21c21c56e9c82d581361fac4e7df8662ce6667a4dbe132e558f036e2c2
SHA256: a13bac40eafd6f4475f2a95f19ac005e6aa7033531130c2cccc59be37ca1c0e1
SHA1: 9e49f1af17570b69bf264b46a160535f7681c1d6
MD5sum: c0d3230024ed70d91f5a51a542d07787
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 11.
Postgresql-Catversion: 201809051
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-11-dbgsym
Source: postgresql-11
Version: 11.22-10.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27207
Depends: postgresql-11 (= 11.22-10.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-11-dbgsym_11.22-10.pgdg+3_arm64.deb
Size: 12831848
SHA512: 48056ccf958392cd464a4894f84ede2cc678bfa95eef2fcb8b778525d0ee09c892f5a87d81172f2b0c35e746e9807214d6f7b29317d5c0235d10557524dac05b
SHA256: 514624987ea469ea15bb5244b26bd11c19a4bee860334b6f2c04c6429e73b06d
SHA1: 663ecc29ff704bd7471771efb16d0df31b1bf0b8
MD5sum: 8f6ce078c7abf4edffb0989861e255c7
Description: debug symbols for postgresql-11
Build-Ids: 063295da0cc0335beae81b2f3cb8bb024014cf66 06f05814bb2c2527fce8a44bd63acd25599832b0 099874cc10c57c5b12414810d6c99a9c409a8827 0bd107c898c275c52e21a48cc5fb76714498e6a1 0cb3b2a9f652c24c6205d36c5ba8cea9827c3744 0e0ec9cf960fdbdca0fe45e643171ace2fabc90d 11a4569b945c5371404e759105fd08f2007efdd7 1f3e8c6300646264de085f58cafccad607fd2f99 269f82c94cf5d5436e0fe9851eccba1a808263a3 2a7b6b8937ac7fbe1fc9c8623f3106fde7eef5d1 3216c3059f466b343b37ce89ff79abb17bf22085 32d2748aef44edf9cc16b7dfe08300c3197aeab0 33438303dad14625a11e0ac9db276c898498c4c3 3421b24cccda2223c3ec3d80e7d8f4171ed98765 357893090f8a3ad6e436e8793fa2b68f35fa1f61 3785b60af21ca2e9adf55de3c308f03596ffe33c 3d4d092b2b7515b926849eb2f4c84eff146c33b8 412ebce4bee90aa6736add4efbf974629871a976 42f4afb850c21a4e05908507c71166a509fb9d05 4c6323fd517ab3f2cd3d3bc7adce142899dc85b3 4d2c597c175694df0f6c918aacaef2657e123442 5141509799416852daa374846e48a3ed7d80eca2 51cf779a4a927159d2d02b38442fad8b0b674171 51f44e8bb3a6f77e30a8500d3ef2b8ca1f2ab1c5 5427c614aa2128241697c2f24c17fa70ecb06c77 554cd1c797dbf42b24453f3c9c901d35e4040bc8 597ec1e5c1a8fd68ea12812348d8cb9f986f3b31 59a67d82ca06acdcfbc90d9abd78c73ec5dcc4b9 5e03d585b9d2453a11dd8eb56734121ef9b85756 5e28ed44d382a28b1a4e04b16eee97837aceaaa3 653da48e3121e527fcdc70fb47be3a3d77851909 6553fd9cd1247d46b9dddc6949bd4872ff3147e2 65a951efabcfb207ecad19511f2de61ddc1dc9b4 68a2dcaae99714baf32301ec85cb5b1a9b095bea 693535865aa3b6f1d339a1bde7ff45aeecc567c6 694965d8b013c8a420cdbfab9d025ae8b5b3add8 6b39d08b0e0ff5739cfc3ae8fdc8f8901f51839d 6c125815627aa976098c80be765a62bbca0ef9e1 6d193b7f74efd6eb384db441ebfbeaa9c9b00b91 70b93695c5f66ac8464585f9559e1ca32d574647 788fafe4d64cb9e6404e6e031ee023ddbd7c784d 7c85cd477d6a50333059fab1265b967e08176e83 7d95a7da71de44d8586d544e553b918bb1b9c92b 7dd52d366ef6a83b7bf4b90997a3cf8a5301fd1f 851b5ed4d1280dc1505884c8e31b694afa93cb58 88cba7c6812babff95d67c0c2b7e881a65bcc7a9 8ac7c4f3116e01cd447e4b115991ef71571dcdfa 8e9a53e833208fafa2fb420b9c2f1880f9c53331 94432af684c8a278f7604cb62e28f1160e16f7a5 94836a2e2bcaa6d0a7ad158bd3370a72cb2b11ef 9726ea6007d2eeaa3919c759d04803793feae714 9aa0879c10a90077e0dbd0ddaf0e8b8dde16b0d1 9e1d18d396d660c3dca9696e76bb478d3d1c53e3 a1485e13d5b42ce5c501221626b6fd6565c277b4 a4de759c75b8f37529241c74e7ece966bd601002 ab5ed1f503cbefcc9a4ad17e35ef14677a02f43f abc7e9167e4e5fd321091ac725303a2ecdd378bc abd63e38ef3dc58733875ab9d460182e4b4578f4 ae31377594299f44368a9e535cbdd79631d5491b b3dab4acbf737becd39c28697fdba1ca5d24854d b5f62830dc98b36653dac008c4f4ad76864ca487 b6625877b9215a5a32b74386c48fe0b75ca365e6 b78dd047bb2d36b0b40e6ee6345e65c7c0dc6eb0 b99994ff8a004400c14e2cf7dce012ecba4aff85 ba43ec534e4bf7b8d8e2a39844f3ffe76566c5bc bd4bda7896ad98bee705a2d5fe9f1a8fd71f9b71 bff6784119bed90bd9819a4ffd20564b6aa5cf77 c051aa5a206455632ff5892373a0938b4e21689e c2da05d75920073642b3d5df4bfc3f488978c0e8 c386ff01f3ab8759a4042daa3698a2d577669bc3 c49109e50bbf9d65747b56988a9867a1d91f3c3f c83baf4c8a133cccf90a904b5375c77afa4b56de ccb2e1307519a65faa424f9e7b7ae4e19b5faccd cdcf0e357747d5460044c469f753074f65e3c58a ce715379c74b171b46e444184b02a83131968c5c ce862ff5e400567f16e660185244835f1379d4f7 cf472c9c7b8499c2cc644db57703e0d52a31f48c d46da0340b65ce31121134fc319b3df316999de8 d616e79ed4d620b616872d194ab295658ef3b460 d8879bc2dde929ef507ce4cb1041cb593fdbbe53 daac058d181dce28db6923c43c0edb18557aaf09 dda6a1650cb7460bf7e373e2a26defe2a59f4599 ddd248f15e467f85188afa734331b86e099d4968 def8fbbf6fd14e63e3e33bb8cbba2c754658af51 dfc337000fa53f060b7207d2207bb3a98b9dd862 dfcaaaa0a270cb0fc6ca99bc6de15cec7d9391ee e0ca3ffce4c0ad60486baf7e36adf0ac71fab97b e5357b9e033f0dd26a5dad8294301f0a70f11dbb e748ab83af0b5d4880cda90350e14c85a1d227d5 e8c8c35d177ae61f8d6c6eb50518a28a66c3094a f284973aec43999b263f1c057e0632ff895400dc f29b2eafab6d24fb7390b71be57eee9bf64418d8 f55736a43f5bdc0b95000a3ead05f13e546c8b03 ff453fb3d070fc10e6893bf1b3c894a4982492bb
Postgresql-Catversion: 201809051
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-11-icu-ext
Source: icu-ext
Version: 1.10.0-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 126
Depends: postgresql-11, libc6 (>= 2.17), libicu78 (>= 78.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext_1.10.0-3.pgdg+2_arm64.deb
Size: 36632
SHA512: eadafc8fb9c5a2534889cf6124c9519053838745d5c067a15cdf8daf52a27e04a4256441c16aa4ecd656c0c99e0af8ddd327e86a393ab664d1053f0d1fd0913d
SHA256: 89a1024ae8046a0231a820ac4cd3ad4b930854c6874630a53aaf9553915db94e
SHA1: 14da7d5d8ef6ae49a5b58a5d1595616c7cd7f06a
MD5sum: c30a888485028795191c28f70a42422f
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-11-icu-ext-dbgsym
Source: icu-ext
Version: 1.10.0-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-11-icu-ext (= 1.10.0-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext-dbgsym_1.10.0-3.pgdg+2_arm64.deb
Size: 90884
SHA512: b5610fbc0f1d53327c9b992cf3c344671f9746c7a220336cf6c139558886e6dd8fc5d2df6483182edf428d48211a9d7f7f3ce7b009734f1ccad0c6508193c0f2
SHA256: 1a68eabeff9da2d8a1563cf3426c03494edadf4869b64083067f3e385923be8d
SHA1: c7651b50e384f34e2ed83cda95119b759d882545
MD5sum: 717b00c6861328104f204501cc4f52c2
Description: debug symbols for postgresql-11-icu-ext
Build-Ids: 52dfb7d7c5e4bae1a780a84641f7393e258c6734
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-12
Version: 12.22-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30784
Depends: locales | locales-all, postgresql-client-12, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-12_12.22-4.pgdg+2_arm64.deb
Size: 5519248
SHA512: 3b9969119c450fe8f0c060cded43677d6e301c1c7e3e56e51984a41470fb1f8eb3f42cf8947b19899795a98a21ed4d4387315ff82f8f24c45b8d40a604385758
SHA256: f603a7b60c4132d033eb20df66c1d344566c8f9db47224c82028183b59c447fb
SHA1: e5cf06094f38596321372588d2ff35dafa12de3d
MD5sum: 1e81c129a05237556972ca87a8fb91bb
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 12.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 201909212
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-12-dbgsym
Source: postgresql-12
Version: 12.22-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28888
Depends: postgresql-12 (= 12.22-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-12-dbgsym_12.22-4.pgdg+2_arm64.deb
Size: 13932288
SHA512: 069dbf852ee17ff8590dc3cb5420d18a0300ff83bed4134f5b24e2e5162e44e0efdd587eed76f5efa96ff4d98c9971a535c8533517cda30c8556273f841d6a19
SHA256: 74ecf1b9b9f72349c1b304d91f50adf7c6b8d21ee321a80de3ade79b67a9db11
SHA1: 3a0a3c8664d92b3cd0a6d973a9fa8f4c6324e6d7
MD5sum: 7ee22a4c840cdfbf79be683c1897709f
Description: debug symbols for postgresql-12
Build-Ids: 027ae7a8452b63b01c27ad45ad8244012a191704 061c0bb181d4661e26451faba99df8992f6368d5 065816f1fe1e1f01e894ce14d3acb5389c22d795 07410cb800b0a8c087f1716e62713020ad89c0ca 098b679f40f2aa174c60b6e919415339f2324ddc 09985529a8667db157b417ec3d7f58eb9631b147 0b9e57570d9fe1e1b95128c0e141df26da616bad 153638537a191af0d03b280210fc06d7d118fc21 1e9e1d67d61867b06b4d9be863cf1242128c0202 1f3c1b14e045d7f96cf60f69043bbb28198f8093 2114da1c806d1c92c1dff722250ab510991aa807 21be34c48b23ae3390b7f36b916bcacfda23140a 2e35de85d0c7272324dbaa9fe1fcb3d75cefe980 2e8dd0a0c1cb41ef58212961559a5672808b9aca 30e11ffc1e890b9f40dae0d21772cb466c87fe17 32f336366cebf35e8d67aeda71de8a09aac47b01 357b2bdd79ffe2607a4aa77dbb5a6f6243087981 365ec16e06617bb868d7e388b527eadbae77720c 3b7e6688644e579e63ab62a7770ac9406758c546 3cc965cbb782fc4f8ba28557c4ffa3ea4416a7d4 3de8d992b46863cc9bdd7c34ea4fd072ba305f44 44c256b66ffdf73dfb0b2dc044bcc4bf301db960 4580f2c7a614eadd972251fa361afcfa21fd24db 467cf586aa6ccc7ce209813d72fd66da58f4bac4 48c5828c9b4e7c4d530c9aadfde17e4f2757f7b2 4ad8c0509eb5e0c19fbac5d2c7cdc0b7600cfc11 4c4af76fa9ed0326c16cfa547677c4775655cc63 4f119c779a690734810194334227026a0455e5d2 51a31b87f75a3a4937a03a1e9dba0b597a6632b8 535c8562c33bcf5f3135eb8399508035233f1445 53f6c5bcbfdada981ca7332612b0f0db995247b8 5673e395586c09a3099f117d18123772285bd627 5ba08721fd6cc6f42a08c8107677753dd6add701 61c37a5911be0c2fabb0dea097ace4cc60f07f48 61cbd062af5ee22f58358b6f2c330caacca3d095 63df1bdf28b278cc93cdbb0fd656da24226200e8 642e40745461b91589eb2e7bdf56e5fe4b686504 643dd5336a40c6aa644db1cce959b89b4c4bfe39 651828bbd426a2af13d8eb330cec1568f53acab6 685bae410dae8d420ce89aff3bd5f060d86c4c97 6f129870405c60241e0073a062b57eb1386b9f57 71a57f8b286b31cb5a3365b10bff90aa0eedb4dc 7212160a3fa83e455d9609694ebb051f4a44c50d 740fb19dd2a80f81c177c5a8a8fbda16eb664d7b 76403ece4bc8b707e5bc4b2cccbbd76bda23def3 82359169e797432264796aa63b1dd93e51154759 88bacc3542017b68ba053fef9980a83831d7671e 8b5c17d83cd2db9a02ceaddd87616411b26d0853 8ff626555c732d35957023730c78b09b97029e34 90da0587e4af5ee82960eb5182b95ab36a9e8420 96e7294f21573db7b0369f98734c39e063740ac4 9addf444343c5f323869626ac210a1447caf5058 9e8bb5fd256b65b128bd46912a4288db0efe4b3f a02268cdfe278a4f3ded0edf9a3698c5df1e5791 a27544041f29709f7a97fce4945122e32a8d72c5 a5588619bd62bded0e384789c78d4032d4ca0d7f a608f9698182a18e2976ea6382dc55130e772868 af33b6895ccd62601dd7bc8e5e1e89c7331c7b84 b1715234e61cdf4c0bbc75d253124d5cba066e9a b339c4b37b192f1600ea017da8cbc0593ebea5fb b772931125f2f5cd30cced176e6df9e747e10688 b8a64410ef7f8969faedd5d74c50a318a8a2d72a bd16d35393e7f2b42a1a8bab2cb0f72cd4c18f74 bea25b2522f1a3401786a4cd6eebbdcff16eb67e c04839baafa2f24ec541e43292fa88ff339564a4 c08086e62825c08241d38e750990955e0d1f255b c117f820a6abaecadf699c1f5fe31062ce7ccd66 c2fcee8d30ab9bc59c633cc2a466b594a43008d3 c50d3c24914a6266af89510db88c06aaced4860f c971c6ee22e6b873e642e802298f69510d1207a8 cb2876081ddf31e3b18d741d76b1124e335735c3 cfabb7a25f88912c3dbae4d22c66fb834a451266 d24b077f044a1460a3fd16cfb2d96cc3ebc98a69 d53e50262285bb5ad236a0e08b99c633dd106228 d75e5f744ec7f4bcb08b56d939f3403e5c5a86d7 dbf0c2fa12adb4de8377942b11ccbde2455ba6e1 dd61077fa830ae786fb7dd2b93cddee7da45e8de df1058258e965bb94ea9d6dfe177f8187a7252c4 e0838a0c245ab2b94fc6b3787368fb149f4caaba e0b4f372797acc49a90a617cb381c6051f7c3df3 e7f6fa139d7361012b73e0664dddbb289a423f3c e85b2838ab44f6c06785df0370a59aba285fd43a eabfbda94c11d589ba63ca20eabb90de442293e4 edde8f3263d2ec31660cb0400dbdeb908b158603 edf24fd1070674e73a2431ae2efa73d442da6aba efd3b2c29e11b2d0062267e824a1a20d64eb62d8 eff94a0dd796fe1383da05b5c95da40572433b81 f045b457305f480437064d066f7265aa7c2b9f5b f0ea3929e322b81007c447795f3c0b8bf9b318ce f2bb8c58fb233c9e7915107365201e200b3d6c9a f4abf5848f66900d4090604c73fa14c4f78b1446 faedcaf5c179bc8092df5a52d6955118c4b14828 fb9068cc332bfb3396f7e00730f66936140dcfb5
Postgresql-Catversion: 201909212
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-12-icu-ext
Source: icu-ext
Version: 1.10.0-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 190
Depends: postgresql-12, libc6 (>= 2.17), libicu78 (>= 78.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext_1.10.0-3.pgdg+2_arm64.deb
Size: 36824
SHA512: 8da2fd9d5cb57ad69df83f8e516546deab9e0332437fb37530bec1d1b82cbe11bef45fe9da4c2e0b2246f51daa0e703677f3fad61368b5a78e82374ba61853c6
SHA256: 5f3ff16483caedf1195c3ca7e8714f41017ee31def317bc0f4a3299fa1c42224
SHA1: fd460e9cb97a91f142f340821d7bc82c98da435f
MD5sum: c848ad3d61357ed7114f78bbaff52b69
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-12-icu-ext-dbgsym
Source: icu-ext
Version: 1.10.0-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-12-icu-ext (= 1.10.0-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext-dbgsym_1.10.0-3.pgdg+2_arm64.deb
Size: 91576
SHA512: dc99ee90b5f74a092b3d6bd41d095389ab9e3326c4bbb11583f8ee9eb15f110b2067dcd9a6c4379e4142cd1e7e3b70af72e06724e23595ebb1b4dd36984c63bd
SHA256: 712f7dba35e6e9fa6e517a991d50f5980cc4c9b4a0edeaa2038a941a7374fb3e
SHA1: b7abbc8ed2210cd9bda9c0d5567f0c387a8a2e80
MD5sum: a02a5a583734ceebf8ab3c1cf1447f32
Description: debug symbols for postgresql-12-icu-ext
Build-Ids: 00a3f77c89509d012ede20f4cbea2d284161851a
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-13
Version: 13.23-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30337
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-13_13.23-2.pgdg+2_arm64.deb
Size: 5612188
SHA512: ff9e014cf52e15ddb84601a68f0b39dbbfbad3344c9f88275ffb138ce138d9484b6bec605a8b8387b178fc08238244cef4b62651ba545d0a945b72537445406e
SHA256: ecce1eb4aa5573535d63743d7a261309145bf7502deeeb4dbc9c3be3c328fa0c
SHA1: 3c83d886403844b366103db72d53744492b55d8d
MD5sum: 5ed5ca166783d7f8b16b5fd582364498
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 13.
Postgresql-Catversion: 202007201
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-13-dbgsym
Source: postgresql-13
Version: 13.23-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29912
Depends: postgresql-13 (= 13.23-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-13-dbgsym_13.23-2.pgdg+2_arm64.deb
Size: 14774312
SHA512: f05e2eefda5597c5d19a04b2fec3d91ca127dd79c88b75076e4fb9186f48332db232fa75adab67f906994e95d809b95ebbcb54af1f6204a70638284c7f1f8150
SHA256: 38b35ba2f365c4974c43e8c6923873ab76ea7770a84488f526fd4f73f39fa41e
SHA1: 901c3deb10d819b9cb5c5b946dfbb48ae46b43eb
MD5sum: e96530c7f109f3fa248fb3f8ce9c6205
Description: debug symbols for postgresql-13
Build-Ids: 0071df1c91cbc9a37dcb9c6054a6f0eb0dd2a587 03f9126ba1549728881bea1a058020f4c9e6209c 06b510f3a5bc0ec06ee740e97f1c94525dad42a7 089bcd98148658b7dba1e87529afd812b3b0bd25 092ee7d2959d31e34e95b9618f9842d0a359d094 0c20e058bd780982e33b0586a531e0e32d3e4197 0f4f1e46ca1c5a98e29de875977f25f248a80a66 0f89ffb9b985a295639d3c853b9c566e55aa1906 115cc70699ca33f63b862713c04edf6cfe375947 14a9f5dcb3f0d6ad74df03608be81702f139ecf1 16bbaa4257920f10d8162f7329e74a60ab999136 1816d8e5cc70fdeed039ad4094d1c7bc517a3212 18f3e4bd9f9ea885e188c59c9d6e2459b49bad76 1be222a468f003b373b17d800e27f2d870c66079 2037cd18743e1aeb789d580c33f7a3cff40665c8 2da248150459dadd821fe878ff204029bd476da4 31537da44ee7a89eaedb7207ea7296dd86f6e91b 324dd76ab6552e7df4b06913989501a5677fe21f 33b7d19380a994b45e39dd39be9685d539ab88c0 34d7ca246f6b4e78bf1f5ad2809bf1d43f5999cb 389c1e6092d8bcc11d081dc926097aaa5b85f0b2 3c45906aa1903b4dee7dc1ab8a28825fa97a66db 3c8313184cc03bb281fea16a9fda729e6211fb37 3d05d7d2a5a3e5c6ba70cf6564841595ce37c34f 3d996f2750e7a188304488d8564eebf1f6045ed2 46cc128f9d487a7ad42f165e14e3c8b2a1905e42 4939c30adbf323f09a46bcfdcdf61a44d6874b52 4d0b314bfd4f914096f4162fc48e2034542fb6e2 4f37f39454463a233c622001c42d77e2b4bf3ffc 4fc8c31f3c4ff480ac0c8360882b06c12992fea8 4feccc76e8ebb3c16c9e9b9ae36970b6b419e3b1 5668986bd9a29977aa12de03f138b003105e551e 57b1162b8979915f743154903c3f998ad7c87fe1 59cbb3b8cc299a896f99451b1a985e7bbd6696d2 5c59b4f6a27cf58894dd890f77d9259217f94717 5c713fa7a6f90f91dc177b8fb795f21f7cfb1c25 5df5c4fb4a4a4c49dbbba684218df9e146593ba3 655d54df5fa2c370f0ca3f6c8f0d0e9e2f3a86a4 662190bbc1d49966f6d2391dcb3f3c384f9dbd81 6fc5d4b5e0c70e1fbdee51eb70dc84b2cfae78c1 701f2ac33e6b42ae9a2f0328f3f45f25b872189d 7184a556b65f115ab9fb1d1cca321c4fc12ef6a3 7273b952b1830522a0af7cfe5150608fdd88e072 7b672f13578b268f55884f09b5d119ac364a6358 805853bcee80e82fdfe83968d45309f3d055f9de 81def33be6afe9bffc60fd348cfef8f2a8890b99 85ad076e8e55143aca6e44829f98b2f4ba2c7f9c 870ff302fa7fb9bcac5fbe4926981639703da8e2 87c58259e8728de3aa97ac2fa1afef8669435591 8866985193c8b18fd0b669237bbf7e6a177447ef 88f691fc5b4a14e08c47c2439f0f3b6bafcf89f7 8a873ee6464250abca8a2077dc2aa140ab085248 90394a43771401a7ad3bba29949653a850a35fc8 9349929dba8c2d6b949b420bd0224802afb23374 953ae289b0db6fd789c748b491616b2df1e1d79b 9fecd906ad0fde2b6504ab4187868e58f16be78c a61f0430616eb333ea6e3721fcffdcfe49f02244 a69d0ba38235b5a2b763eeb9e51c0fecd96b6b17 acc88a64cdad499019b1e1764d831c730bdc20bf ae2d8505b97b16c2d386e7f4e566da1828abd7db ae530813762f239a7b1574ec15ed0f0cfdca413c b71fe8cdff3fd47db4234eb916df66c8179c7f9f b82059d8a258e171412881dda278eb1ff332f40e ba2fadf936a703d9087d4b15a6c0f39db69217ee ba466831468b73585353158063ce62ec4d9dbea8 badb3d0770566bab5a039b69331639fee46a9073 bd197f811f6b4c8170598ce049b4b3fa39791612 c22d2e884aad0a2d8d7373d24d348cf46e9a4ebb c8416dc9a0a0fa747b36bdd3b7fc6849e6037b56 c94109d4b309756b451e3ef493f430f1362da617 c952b8ad329e908729f4258b96d433dc429fab86 cd2c87d0dab94e56a76a2ffeba39cd5bbc78f0ed cd3912e74be2f35d7ba2318d67cf1837c88722a7 cd454857df20365093d5d72145b9c3c696506979 ce0a325ad425c1e7d2b59b46c5d95617579f743a d584a47d522078b4cb6de127ed8542e6657e7907 d830a17179011bb38a6e7ce6e009609edfa5ff65 e1fdc2816a1c49f37065ff6dc849d0dbbfede054 e207a57fd1be33b231510cccc2f7453b2d7bc9da e2d1392c13f5965233eb0756e3fe6a8d9822183b e75d7c7ec55cd1e6dc9c602428f25603f30494f1 e976eab2c45645999680944a6339e2db80e8e1e9 ea63c67b1db3be8b0dbaf61534ab932e595ff37f ee72be750fae996bc0ed9ee1702f2bf8fbbcc93d f096884fe430f443edd174f870cf5831268550d6 f1d728d51b3b24d020c949c9542f944ca82827ff f2fd30a159e84fee0dfbc4441efb00c5342a80c6 f53c2d81f9ee4c9d24e8eefb6ee82d82454fb8b7 f8d8221f5d49e6c537c65478d3eb233ff5819b3e fc261a8d1f57377ee20159115944ef37b6d837d7 ff5eb1b8fb851b9aab7cb14251222720dba3f049
Postgresql-Catversion: 202007201
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-13-icu-ext
Source: icu-ext
Version: 1.10.0-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 126
Depends: postgresql-13, libc6 (>= 2.17), libicu78 (>= 78.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext_1.10.0-3.pgdg+2_arm64.deb
Size: 36872
SHA512: b46710a0dc232368a45a20ccaeb6c581c727eb931b9355471eadfc5d7b3f0419923efc6c0087c7b200aa65c8a8b30c0998385f26e05274555c9409446491563e
SHA256: 76c49533da65bbe990be53e3b05c7522a864a142859c535ad5615e7e831e4213
SHA1: 297735b60bb0c687e9df24f7638cd7ec467ec1e9
MD5sum: 8f8bfb0d8c84929d558be0956947914f
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-13-icu-ext-dbgsym
Source: icu-ext
Version: 1.10.0-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-13-icu-ext (= 1.10.0-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext-dbgsym_1.10.0-3.pgdg+2_arm64.deb
Size: 90604
SHA512: 6ccf8d0ef19fc149f774e4473de77175da92e58148030326b6accba6949559225ba15d8cb8ace489871eeae60c8a9a600210e4149f88fed30a4b4ebaa5db5bf0
SHA256: 3da3017ee2b3933052f62863bb98c4b14c576c1c3ebe845c046a979e587a1a53
SHA1: e872a78f12feb2bda73caf0d7ca0a3b5ca6a2bc3
MD5sum: 4b1b1961ab09a41e0e61091751a7a0a5
Description: debug symbols for postgresql-13-icu-ext
Build-Ids: 995a1db05db794ca85c992d458dbf4103402eadb
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-14
Version: 14.22-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53905
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 229~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), libllvm21 (>= 1:21.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-14-jit-llvm (= 21), postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-14_14.22-1.pgdg+2_arm64.deb
Size: 15453860
SHA512: cb9d694fe2e478572a9ff113e2cb083ed71704a03d09710ff91764d3d7439620965da0d3e2316116b153805d3b99088305b28a784e6288dd889f1b9f455f1713
SHA256: 865a9bfc3a6964f29c7d31a6e97f9e9733aef139c67fc43a7db68a7d2db77d17
SHA1: d5adf3b9cd9883b9c59fdee5292d6284ce57ca20
MD5sum: 5ca3c5fb8bcd438c81315c96936a2827
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 14.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202107181
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-14-dbgsym
Source: postgresql-14
Version: 14.22-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33479
Depends: postgresql-14 (= 14.22-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-14-dbgsym_14.22-1.pgdg+2_arm64.deb
Size: 17225160
SHA512: 8f889ed1fa39523910807b18881af04ca23fb0723168c1e58132280f5ac1d086a7a2230af3c9b35408e575639505dbada86ec3561618350e5e68e1bb51bc1a92
SHA256: 9a512d46427af7efda4ae691708e89e27dbe63d92707c9bc0ba9d476b23b10c1
SHA1: 0fc8c21bb6f8d71ca3e5ac560ed1aba91b01b059
MD5sum: 87660561ce40e03ec8c03515e2798a7d
Description: debug symbols for postgresql-14
Build-Ids: 00a89453b9f47ddfab85cd4e5d0d49ea384af0d9 04ce9b6091a3588d5e72f10384d95ad20cdd5d15 0949bcba5b2691960bd4f4edc38c13ba60227bad 0f3b435f2c4470d029edd699c7100ff3df6a1ede 13b300d2d591fdb5a13e054d581f7e9fa76c9134 187a19371b5ccc21d4591234715cca8de11f27d5 1980092e89b5ea3d8fa2524363ff20c1bcb1a16c 1a69046b8ada3d282f206dd2f82c586abc102215 1c93910c75e7c66473cdd3dfb5c2d2f3d648fe2f 1ce7d564fbbee5a2c3261f3979817339c9bc5384 1f43519bfc41b67316627154e08d70c6fec5dd0b 27568c3273d6b5a223c44fa996d84ca805984acf 2851c5444c2d4ada8c38f5ca9d167e1996c1f6e8 2899602486ab1d53b5ddced16032cf601c3e0726 2ca9811237e44aeb17c8ef8e63d1122b4e2813ce 33420bca6487bd9b6ca05e02c5616fd4841cabdf 336c536bd537c64d9cfd2290144b0940bd63fdb1 35abc2e4cc4416f521b20ba3e310b5bffa5b82cd 37131fa94770cb9d8c2989b523dced3be2f0cf11 393ab4128ad3bf6dc5602164a8d170ec69878fba 3c4bb23146d0eecd60f45d6885f8c404ea830965 3ca5a8618aaf4f27048391fed557f23aaea8f0d5 42eaf9b8a97a738e6aa031b285806abe86cfe89b 47a1fd7a880a6242640e3e58e7997f03e1f74e6c 5030a2ab539caa5e95e3563726375349d5d483e8 50eb635d8c71fcf81cf8bbf7eec96c680eabbce7 521bc814d141d27193925a754e846c2978f4cb1b 526a5437910583af8e798b2af69f664aa248bd2a 534d093aab59772125ae8e84ffa51fb3e744e3aa 5611b57827f7b6ca42a9d21e79e3b57ffe983a20 5bb905b378eb67e00b8b6a24c08f909d34881b36 5d0d096029a77e02ac3515088d35858b5c9f94c0 5d4491e4ebbe5af6fec8851d7416a042435c5843 5edf64c5be9bf4b78617f9d1239efa763304a46f 636e3e88fe9ae6bbe4c4ee2daee1a03ceea7ef85 648c6134b2c88d80b05c6d430b3e23d10d0b9b21 65e88cd708be40532bee4e2dd9d8921738492e13 69044f75223c42c2ce7c619b7e416535dd3d67d0 6992045114d0b90a808ad58100466cf916ee4444 6dc7bee6339956447aaf27fb999b71910da22ab3 6fa02ffc43018ed3c8e8e17016834a1e9459f462 768676a705ad77d8014203a5d5441d0eabddf517 78bfceb988d19135978fb7ee85bbfb94539bde9d 7dfa14d3973e2f622f074212f05b335c9e07b4f0 809f0e4bad0661c79b01110674298f5e4209b24e 836009ae30f187709cdcf0a349618edc0986cc3f 8765f1515e706e89affd7eb15bde06af780de317 883aa036030ffce60bb2305f04104aa7cb4c6e2c 88425817c99990ef1d098e18227ea5ea809b1e57 8a748e96943d09aa9934e77f8487c742d36d379f 8aeaa44c669f181280467a162173d9f58e6cf4b5 8b2fa6365c4a5aa61f56c1aa2f06bc1c406af708 8def9adbd8b9cb7281dd868453b0cfe2aacd81db 8ed418a4ab48131004dc950b7ba05f2bd55d1b80 8ffe96ec624ec1cabc8051ff6180e46ee3ea4bcb 92f9a4ff73cfd2dc5f874678683b21ecc856dfb3 948c01182ba98bd979098676c5e3b2fc27ea1a82 9b6b242244cdb33918ee2e8fa8e64bdb58e26df8 9ed7b5c9333a897564617633c225f809ef8b8284 a02c511541693195a3645fe437de5579055d378e a4e52143a38309dcb64bff1dbeb51313a174543d a4ef81696206624250d15896c7affc5ddffc62ad a92e6f7a236c88224e01baccdd5c3d5def887f36 aa0fab4019698fbb0330a7874bc659b029bd145a ac9d271218ef070508a89bfa8db529945664bf31 af24050bbc174f44dc8bec3041f229e607776216 b38f1e073fef5558ee1ed16aa09ce65f7ebc4922 b476ba1c88f715e101d4ae605114271a57bf321b b98080d48c9e361e970783d488ae813c53991ac6 b9a3505027ff1361f6287fab951a68e1f1b5bf58 c0265d29d1c0631059060844585a4448c12fa73a c03dd5c049c1454789d95e521133d379deab9864 c1b3612d09a2664a16cd330e1d3fc6597649d621 c450439ad170d624a1cc1737e9501d2aa3bfd22c cbca42176cc77b3304fe1f83eeaa3d0ae4097b6c cbf66fcc78e31003f8f0092750109c26c6c70cf0 ce526fae0af020495891d0a4471d4b0c73378c53 d052db34717a8ed6db6dd8936415a98d583c621a d53ef6a619ddefcdc5154d701f93a0a4a007feb7 d6d75b47d39dd8dcad58ed4b814943b9e30b3b33 e3723a3e70e1d1c87c292cdb87d6219df2cfa42d e7a5463c6ed11ae6a0cfa1a0638f279df901aa70 eb4a06560939f771b811765c644192b2fb4fcc49 ec3d3eaf5e2fe7e4b0e425e594279a21403dcb20 ecd2c5c5ccf3af13c35564e3139731debc375bd6 ed18450e36502417f4c473935780c9f11098c5d2 efb56fe1accf57020838061e1fdd930b04402089 f1605ddd38eabed9ea2a08998d64853db729406d f4aea1278a22754a0de814d824d91bb6367309d7 f737738c8a84e7604ec0dc43c60b20aad7b46e27 fba2518bfaeb86ccf32bdea2c8a66a58f7eca300 fcd8b66f39f67b629e6d3bc34032c624b0fd52c5 fec9dbba3bf19b894ea31bf57281a0ee119da0ea
Postgresql-Catversion: 202107181
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-14-icu-ext
Source: icu-ext
Version: 1.10.0-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 275
Depends: postgresql-14, libc6 (>= 2.17), libicu78 (>= 78.1-1~)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-14-icu-ext_1.10.0-3.pgdg+2_arm64.deb
Size: 96004
SHA512: 4b79e9548c89848257b12201a549559723ab67b3955e9e47d70f6b7d0ea8bbdfd21c84b02d41d1b0e3622aa47c8ee78d2c6c743ce3158b8def98f048a4b94690
SHA256: 5d2b6568fb1d5eaf807579c67bd7d0c834e59ec68834e1678b03d6482198da7d
SHA1: 2abe048b6da8aad7de527f788567186113831ebb
MD5sum: 9e539a18d0c83e867ab99c15cab13384
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-14-icu-ext-dbgsym
Source: icu-ext
Version: 1.10.0-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-14-icu-ext (= 1.10.0-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-14-icu-ext-dbgsym_1.10.0-3.pgdg+2_arm64.deb
Size: 90460
SHA512: b855c39e7569dd869d880084686ad576d1f481fb1d026f2da05be5f1b971721ba858934a2a898a683f7e955b60c8e34b67069019fc370d71ba6fdb357cfc24c3
SHA256: f767347296af89d5d63c166b479f1379ce80fc48d01f966dc2591a4bc9b045f5
SHA1: 060b75834af28989116d7794182c606055c0f1b9
MD5sum: c27419bac7161ac545dc5dc49f55380e
Description: debug symbols for postgresql-14-icu-ext
Build-Ids: f4f0bc33ce0f59cf01e686417e49b2fc88ab3088
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-14-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.8.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 240
Depends: postgresql-14-pgaudit, postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile_1.8.4-1.pgdg+1_arm64.deb
Size: 68032
SHA512: 72993d30610b4fce81931c6c43c4db12aca9d8290539c3672cf81225c57a9a4e28f0066d125c71349666b039143f9eb12e9650faaa0b88b5de1d209ca1df5207
SHA256: c2bce84cb5069b967c50d430b9ec1c9696880add751ba703ef52d3fcdd193ab4
SHA1: ecd8247120eb40cc0b1fd612c20dda0ce6e561b2
MD5sum: 0d843bf6d9756e5466ae8acdfbff52b1
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-14-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.8.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: postgresql-14-pgauditlogtofile (= 1.8.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile-dbgsym_1.8.4-1.pgdg+1_arm64.deb
Size: 66092
SHA512: f32042d29662ecc9a205d45a0b64f3d5033560156b9fb04f62c04ad88706e7c9c963eed2941ac65d0b215632e54d4089e5df34e31fe5daa6c5542e2a8ccd687f
SHA256: 96d2cefd3fa699423adf06b69bdd7ebc061cb91a129c4e1db73c60f3e68eaadf
SHA1: 433821bdde07c040f2b19eeaca4bf8db63dfcd54
MD5sum: 721ea692aff12afa3366197805f43eec
Description: debug symbols for postgresql-14-pgauditlogtofile
Build-Ids: fcc42167ecf8ff7c46314700dd68b89551d794db
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-14-pg-background
Source: pg-background
Version: 1.9.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 321
Depends: postgresql-14, libc6 (>= 2.38)
Homepage: https://github.com/vibhorkum/pg_background
Priority: optional
Section: database
Filename: pool/main/p/pg-background/postgresql-14-pg-background_1.9.1-1.pgdg+1_arm64.deb
Size: 84352
SHA512: 88f458cd17de53bc9ec2e105623bda2c63e3e464f80f06442007fba134e111768cac30d09d8be4db0602f8f5479b5434277ea4d8a3348c98438a2259743d69a2
SHA256: 9c2d2ede3973e943c6190077612cf1c25e2ee4e3d62e84a02af76b3559eba8e7
SHA1: bbfd73d268d7ba0831a6d9e6a2d1b435ccf4e1d4
MD5sum: abf0890bd5b37c3cf796ea56fd92352d
Description: Background SQL extension for PostgreSQL
 pg_background is a PostgreSQL extension to execute arbitrary SQL commands in
 background worker processes within PostgreSQL. It allows workloads requiring
 asynchronous execution, autonomous transactions, and long-running operations
 without blocking client sessions.
 .
 Unlike dblink (which creates a separate connection) or client-side async
 patterns, pg_background workers run inside the database server with full
 access to local resources while operating in independent transactions.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-14-pg-background-dbgsym
Source: pg-background
Version: 1.9.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: postgresql-14-pg-background (= 1.9.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-background/postgresql-14-pg-background-dbgsym_1.9.1-1.pgdg+1_arm64.deb
Size: 72172
SHA512: 7100c14d9fc4004117fcdfcdb3cd639b21ef4e68f188eef9db306562e113453b48f00d6b80bb3eec8a0607fe6956bef391edc52e8ff456e443e5fef4c9fa2b35
SHA256: 2d35149411c52897b5091cc909e3c588223d727cf53dc6e29e32300040b9b662
SHA1: 0a36d388ebfa76389518bfd5e3a3d0df94a452b9
MD5sum: e796cc64de8ca246ad4453bca1340434
Description: debug symbols for postgresql-14-pg-background
Build-Ids: 07a6c95a078782495070c5ebd61db4dc3f62e2b8
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-15
Version: 15.17-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57023
Depends: locales | locales-all, postgresql-client-15, postgresql-common (>= 241~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), libllvm21 (>= 1:21.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-15-jit-llvm (= 21), postgresql-contrib-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-15_15.17-1.pgdg+2_arm64.deb
Size: 15959452
SHA512: 0fbd81004c2d6b43572514be92905dc573ee401dc772e42c5d0f87a86c13bcc03670b840099b4e17dda7b4d4d09f1b6c25618fa734fc0dcf575bf4804e3edc24
SHA256: 7ad85b0ee50b22cd84fdb492508a5ab0eb13f0229102f1729f2e0466e17ec0d0
SHA1: c6dfe8646e42df0f04c8eb16944539fe7cbceedb
MD5sum: 7e7659cc3b00d6cddb264db0e68cc0e1
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 15.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202209061
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-15-dbgsym
Source: postgresql-15
Version: 15.17-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34514
Depends: postgresql-15 (= 15.17-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-15-dbgsym_15.17-1.pgdg+2_arm64.deb
Size: 17849100
SHA512: 7a22ce361051994b20734de5563b7c24c5102bfff50cdff086470bf9f265fef6f7de36b77df55d2cd22a181671e13ecc150d00b342269128b721b20d9beedc81
SHA256: bac3f2b5c18d91e993022597e5bf492262174484430067d800562d7366d2e4ce
SHA1: d6d15994e1267ba07164c0b9f150e368008d7447
MD5sum: 6d7bbe6a25439fd8190c4ce855047d09
Description: debug symbols for postgresql-15
Build-Ids: 020bb767e5051c11f2aaa92ddafd2a18b336cfea 053eaf2127891bd55bf524f80a9dd6f3c96af238 05f6ef0c738998be245f7a9ffa6cfe2cbaaaeec7 0735fefc67b98a266e3a1e24de61d58eb5d925ce 0741b95f68dd85a572a7fd8072c3bf3af6bbcf3d 085d9ac41741f233ebeae7fb82080deb1bfb4f50 09d2480539fd92e7adc4f51003a4cb03a42928d3 0bcea3234538ea34e1796faecf6f23513ddf8c75 0fc23edd48a89d7502224e94969dcad75b076593 109d734f6d4dbae289604e4dbfe50c5ba3c1f6f2 110df43dbe950c0a66dfe443e8ec84adfa77dede 14917de2665dbcf354b2ac2010835ca983c29d89 18553f7da4dd2a514866d6545641eddeffd11904 1a7bc11e289133d6bdb12bcacb3cec5e4793238e 1b0bafac2e1b522f409d7f9784996f874582f120 1ed717df9ed8232b66980452dcede321fd772481 1fd1b4a10beb22a55a09ec029ad6cb71e8ec9703 22773367c3b833d2a95dff2faf8f4a25d00011a6 22ecbc27855634114c12c4c916630ff5d8e34da7 287b6d5f1702027acc076a5450792d87f1dccb37 29798083df8288eea202735b5b4755c645ee0760 297b164d2bdc3286251f7eb6e7e524ca9e81e901 30935c85280b5960934e5fcbcde200853e9384ee 3174c39fc51f893eb598e79c610714507853474c 34727559fa32480562b054bd324469b703961b28 351141e7a725d1a07db7fdf9c83d91121382cb19 36108d87ea30749bece86a5dc2481b50eadcfe9f 3a7fab88ce5796539e8dd4837b6073eeda8b1666 3a9f983bfaa70e681a1f56dc1aaac5345c2addb9 3ce9f8a837f2276211cbf73cb03373f9f07830bc 3cf0fb6f8fa34a2cbab6842af07b580b039a5ae6 41a86cd554de4a6680ea14fa7bf8772ba25dcbd0 4218917a19baf412bcd5daf3d4b05492f1c9caac 4413c84ba523ae82abaed2457ed16e7861f00d5f 488ab3748ea98c7d3350eeb576a65a3081029d15 4b47513c890b2dd90b5987da3f3563fe883fb691 4bcb9dc1d1ffc05ce5edca98a57ef0d6dbedac92 4d18d30091ec82789868dd0540473fb47765a174 544e9052346e8256e418f21aaf27ca221a6c6a9e 54598e0b5229f0aa727718879ac6f9cfb45fb9b1 54f1bf70529f81df25e0c10b0a3004cf1d7577ab 55c7a9eb9a7d4b1d2fad1a16cf12c90b5e2ca211 563ecb871441dacecb1b4c81da622e29b8e38ab9 585d4ead3feeecc75550c6f1c6874482c56c8818 5a0e8fb7968b1011917fed3a85b91ee4eef70d30 5bfa0b2ac2e6840af3ae0f8c832cc66a2e3e6910 5c7b0230e1142aa1021cee9434e2e008d6fc4bf6 5f9704b5db891152f746bf58b25d081c859632ef 642c338fcf65c31da58b3a7209206701b6c74b98 6b600fbbf18b9fc073e281409db6d2e48924cd48 6efab3c52f9f2bb949f0537ef4b04c3ed607bc08 6f03ae02164f9bcdf2db287013741fcb0e66ae08 6f0ceeee31a824a212fa29d5b37451bd1867bb0d 741e1172264d2fe57bebb6574b58131b6310eaad 74d6e7fc3e3077647613225205a3283662407232 764026d0e5b62fa3f3210d1682654f5c3444515c 7c70165e32f8159bac32f808597d02c1b51178b4 7f0a45667f721d135f905c9bb18a28809ed1adef 805818e1e30696129432f89ebc10f218a5ed7b5c 8343bdb1b113f98faec5a4207e69077e4c1e20bd 84f7bbbc422b808ba16bc56ece43c0dfe951e352 8661aa64174bd1282e59debdfa2b43a94aa9224a 9370044c0073509a164240fda3205a08101ad9a1 9856f1be6002506cec103e103131fb68542c6639 98e94c5f13ae8a8fe0b338e70491e9a105ef1f2a 992d306964e7bb6ffb664150df8fb188399326b0 9f1cb08ca7e55082756bbb557ba599956fb624c4 a32ff4014cb471cabe3177d8558f8f7167c30d42 aa126a82958da5351d0635c66e921a5950a74dfb abedcc55ba6c28868351d2576a76d7ee9f515ad6 ae20f86c16500634a2fb8d0fa688040325ccb691 b336faf4e018402a8a53f6b40d2b05c63f58a4ad bd15b433a42fd60ab0244f06ee8f3cc9a795be9e bd6270704a3247f77dcc8ca8425e7676c0285684 bd90e860d4b1b83d1329399ca12af324a9d54d40 c9684cb4392ca19ebefe11abaa21f73c0adf82f8 cad9db0d9a14012ce28097d7e95d2f4ceb5fe19f ccc504e3b1ad572e9b6af8d1eefff7ef30083978 d0a7cfbaa60175fc56bb201c1da1995a0e47411c d0b2deaebdee551c805d256f6edc60c16620939c d247cf8205d3cdb5468cf68969069d28e0185fd9 d2f5b270a42af33ca5aded07f7a6eb47048be495 d471d62fffcd42e138d4309167fcef19ea11c84f d72130372f493dc29c1d2e55d952e25703807cbe db3e020222a811a4120c3cd88dae746a7a10ae0e dbd43305debe12df72ff7298a531180384798619 e7bc7ef29833bf5830c3e0aa97e9e7da8ac9349b e953197348cc63fcfb98ad3fa471ac4a429634a9 eba90ae918d3e12bd8534f2e137f6bc799f3d5c5 f31decae18c4677c2bf86cb2df1d6c181ceec932 f3c889399c22384f15fab344e4465b6a45f71d13 f45757150480ea3dca9ae001c0857474151259ca f485541dc8828da3330606c57acf0cd2ae62076c f4dfe471caeb60c200e95a2f0051acbac580ca2e fbcd11fdea1bb40a713b32e51ad7b3f2749ad7fe fca9ac71f26b4add5ce8c41e27838f8331fa9d3b
Postgresql-Catversion: 202209061
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-15-icu-ext
Source: icu-ext
Version: 1.10.0-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: postgresql-15, libc6 (>= 2.17), libicu78 (>= 78.1-1~)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-15-icu-ext_1.10.0-3.pgdg+2_arm64.deb
Size: 95720
SHA512: 546b7b92b2d99a83269d2f7bd663557267d8a7215348050b41c356fa2d77cdaae63acb72bd60dcb84bae3b9f76dbaf63bec1191128a871f546d7568adbaac47a
SHA256: 5edcc343f921ed59bba3b2b72eaf40d38c089b48ef1afe0e602b877d94437ba5
SHA1: c9bf226b114b6355a29badb47e7698ff166b3a5e
MD5sum: 06314e5a8f43a41c7233d988b1f6a5d1
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-15-icu-ext-dbgsym
Source: icu-ext
Version: 1.10.0-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-15-icu-ext (= 1.10.0-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-15-icu-ext-dbgsym_1.10.0-3.pgdg+2_arm64.deb
Size: 90592
SHA512: 54d00736499b4029730159185e881f5adacdfcf4985ee977567b6f7975d5719cd3b2279e7303f42939386684e6d546bd64c9b29d27a2a2cc56d8245873a490ef
SHA256: fcff6b677a9e46c71d621823559470f433106bedf079dbc9139798237145baa7
SHA1: 860771d41f8379410369d3ecd667a4b06be32a86
MD5sum: af6ee98bbfd22105257471cabbe9ba88
Description: debug symbols for postgresql-15-icu-ext
Build-Ids: f4af9568b979245388707b5a7a70eb5bad782230
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-15-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.8.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 240
Depends: postgresql-15-pgaudit, postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile_1.8.4-1.pgdg+1_arm64.deb
Size: 68232
SHA512: 53a1bb7186d9b08c8e1642cf1e4c31472b3c9df9b9ad068aec8e2dd315a2c64fe438d466bf464503614aa951c3d51f944c1cd3c48f244247dd75432bfe2da8ba
SHA256: 58769df2be61aaa4737f10066e6a846f3180469085b4afd0775d9df51dcfdc22
SHA1: 91aac4ce734a465e8e69d5e17010633227aa4743
MD5sum: 7768aa814afa72406549c711f4fdc03b
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-15-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.8.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: postgresql-15-pgauditlogtofile (= 1.8.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile-dbgsym_1.8.4-1.pgdg+1_arm64.deb
Size: 66444
SHA512: fbd270e8e32baf257ecaeb1b01d91d2a15628a8c8b3805823df5bd2efb6124d42e24501c7cd88ff6ccd7eb1fc7847ba160d03fb50f3e6a602c5e7fe40b197042
SHA256: 858a2b3aae8329c9a5bf9d9fdeaf87f257ca62be09df3d1d3615d77ec555e44d
SHA1: 1b164e7b3f525bf41aa264b88fc45c6c96061917
MD5sum: 6f0be3b94432188b59c7f6574e216947
Description: debug symbols for postgresql-15-pgauditlogtofile
Build-Ids: d8d007b5f83b29081861665ec2a35eadc98bb1c8
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-15-pg-background
Source: pg-background
Version: 1.9.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 296
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/vibhorkum/pg_background
Priority: optional
Section: database
Filename: pool/main/p/pg-background/postgresql-15-pg-background_1.9.1-1.pgdg+1_arm64.deb
Size: 58924
SHA512: e7c6cf7244dd9a6dae771da33bceb161ccde838426f8ddc25900652f291d672cbbb742605fec26ee1d2935b17e5c15fa1081250bda5232264b409708277efc12
SHA256: 939c193773be63cf2002779140dceee915267b0e23cb76b17be78b78c3c1ef98
SHA1: 7f30af0d13b5e77bc69442d0f6cb29647f9c6acd
MD5sum: 776a68af1e64c82cfec7057b2df1fdcf
Description: Background SQL extension for PostgreSQL
 pg_background is a PostgreSQL extension to execute arbitrary SQL commands in
 background worker processes within PostgreSQL. It allows workloads requiring
 asynchronous execution, autonomous transactions, and long-running operations
 without blocking client sessions.
 .
 Unlike dblink (which creates a separate connection) or client-side async
 patterns, pg_background workers run inside the database server with full
 access to local resources while operating in independent transactions.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-15-pg-background-dbgsym
Source: pg-background
Version: 1.9.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: postgresql-15-pg-background (= 1.9.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-background/postgresql-15-pg-background-dbgsym_1.9.1-1.pgdg+1_arm64.deb
Size: 72652
SHA512: e8e9690a2ef34c1d38434108bd12f8f61cea98cbee00eecee58f8615681521723154523295979d3f98be48760dee244cc7ccf31eea31370f3716ad4ffcd9fa89
SHA256: ad474d9ca04642be75928d1f5d637c0fa55bbe46cc1977e8b58dcdb2bc45c331
SHA1: 10f0e02215ecb5e990dfdfbe0cf9a7b3703562fe
MD5sum: 27f0c2353cba2ec08e05f362fde61d1a
Description: debug symbols for postgresql-15-pg-background
Build-Ids: beb96f545ee349d75273e7bd1c449e490a4df5d1
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-16
Version: 16.13-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61514
Depends: locales | locales-all, postgresql-client-16, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), libllvm21 (>= 1:21.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 16~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-16-jit-llvm (= 21), postgresql-contrib-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-16_16.13-1.pgdg+2_arm64.deb
Size: 16833856
SHA512: 5ac46f0ddcdee9ee06ed6c8f06a97bc19eb8192e2145ef2cb647e5c313cfcbe8cc409cb2f3213e0c0feaa57aebab6d32d01dcc41d0d43372ac914faae212232c
SHA256: 8c88aa7ec9ba54c2550aa908f6e6b5a292134255c10428c50c7c10560596bd3a
SHA1: fd1484cde68700037bd89e71f22caf014822bb3c
MD5sum: 0119d54847bd5e2711e5a5c704b5386b
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 16.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202307071
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-16-dbgsym
Source: postgresql-16
Version: 16.13-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36607
Depends: postgresql-16 (= 16.13-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-16-dbgsym_16.13-1.pgdg+2_arm64.deb
Size: 19354892
SHA512: 077e7ef10e55eddaed3d805d223ba33605ddfdb215c90723759995c167b597ea0c084779f2c96694fd94be662a377947880ae39cbaed247433b17c975e296e42
SHA256: e523b007d4c4af6bd0deb6bff493b4c3bd58299db977ed0f9c0c03ce9481a257
SHA1: 9b82029bc668cce7b2a0b2900e4474844d23d08c
MD5sum: c8204a6994e1e254ffcc8ffeef421bb7
Description: debug symbols for postgresql-16
Build-Ids: 003c5c5f82b4cd5f0c3ebc98f46e9a810c9920ae 014fedb857e56b0a593b89a78b6684d445dc8d67 05012e3fbd45268eb2ee095d51fa52f55beda976 0657b1826b1172b93a5c0c0f2fe9b439f67ad264 07b2371d4ec479e86ed7d6dbee75ed8680ef8ff0 0db1072f07c736cee4339f0ca32b4bfa8ba5eefc 14ffdb0928260cf7642565d5c9518d08ac484e37 1581707d5b92129b5c3008f8a3ad50d629063f47 18e53fbbb3439cd0b71daeafe22ada52d26de63f 191c43437e666727576a5dbb3968413b377aef5e 1c0fa56a7977a03b52ae714bc162894e9fde31df 1edc02586c0d50f997ac5eb00006e188eec94843 20539a89e64d983492e8ac4c5e7733c04bc2c5e6 20ca230498ffa288c8b3dabe60d529e180fb4f21 220b4e435cfcb7f08d184e9da4993a765b9ef50f 22581757c39814f807e8f82ac2ad638ddee1d1eb 2459b02d427ac43aa411663cf523e85ef710a374 25a379e0b4547d241046d2eaa21eb5c6b4bf2c3c 260c16429d59e468d7c97755b280b493c50874c8 29a694a7512315f0f49b6ee4c72851f40fbb8436 2aa22cbce501479396ece0417814ce22fe8105a2 2c93ac5f46cb4b2f73bcc94001cc35963946791a 323d2d6099b16c49ea5b91abda9169f5bec28c1f 34b9de6bc81225e659d7945ae08701d5f871644a 39041af8581d66b40923e0c02ae35a81d198e98a 3919795ba13b9111cf84ac377ea663149411bd0b 3a2940e708ce8258648316db29609c4d3c0c6059 3c1e575211969d27a00f93d73b33801a5c27d59d 3ebe2efd03d8d685d45f9db5837ca98dc8047629 40c10934a617f9fd67d70f93f0377ee690290619 44dda14d3965b0190308b14702e07ce71f0ba53d 45c5b495f0306d94da5b4fc8f01c3e676d9aca51 4716995876aa89270c430ddd5370e270995183ae 5911421219af26db9201119967c817a324b33669 59cde84c8780ad85bb613fdb9166459edf74a746 633a7a4365fa5793a5967ea98dfbdc6e97936de3 638cd2071295242562a0334be2784c183a20aaba 68f4d46e92f4073d554c8bcb4b5e209d6c4dea75 6b28589cb25fe1dbc987dccc765eac986b77e2ba 6bb0d0742a5a67fd429e76b3d52b8132c7e3a562 755bf24f991ddbf7ed45c63925e2b1ee39d75c7d 7967210ae5b00d6bcf10b2ab646846ee9221ae82 7b9424aece87d17f8bfab2ef870e4aa939b1bd81 801662941a40b23308dd926aea5864de82905481 82ea1f4e0da4172a398341c810b658b706effb41 83768dd3fc3d79db66142bf4fee37524036a3c59 859b0d34647104e8affef3382f7e8c1b7a98ff3c 8d619279f003da55e226538c0e28b015068f2688 916754d8ca1b9823559de04611913a0d0903a972 936faf1421f37b7bcee42e6ff1fbf30c421b49fe 98072e63c0d0ea2db535433207d95de9ec071b36 9a796728a435b0cecd44c6101b5f4cdeaec08009 9ae91254439e90e0404a2a2f880f3882273dc46d 9b66e66fefb7366be3a1c460304f23a63cd8b665 9c94d0f0201d76b1142f082be54f9d6deb96b675 a3f12fcf14555ef11a3f42a42ae61da1ff07fb70 a54b8c0f5ad9ddb86732df70526ef3da510272ee a73422cb5ca0af52d932dd6d4ad1ef7ec6076888 abb90b5a18b7969c1e6803dffa859352eee8f618 aca7f88b6e8dd4df450b36927187a1c1660f060c aff2457247d2981173148bbbd19e2b4e9b273010 b147435b645fd9463bd1815e9324c1b196b25ced b41527777f879867532392fa0747b1ed947c8adb bb30541905846059aaccf24e7c7ac1b49266c81e be358dd6fd970ce24efd8893618e64b524918dcb bed8ea35f78d315868bcd5b8b6f710e4394319b8 c1afab3e02633c3b5a54ce78eaa5b28ee96586ef c1d779c9da4d09f109a34fe9f00f1c9446fa830e c2ef01472c0b9405fa99aeb602f1d1c166acae4b c5691e7f39fcc8a154f6f28ca19633f1d3658526 c69d38d624e546cf6ee051392a4ca6d8b57e2dbf cbf381dd3f8c7138ad36c33ecd1d2068ede60c7d d0a666d62d1bf5fc19ad7f6159c0800aedab358f d293df5c3f43ac53d7f5f565687d5f9cf5682a6f d4ec9380d484abddf9296ad2cb819509bbe1dbbd d5bd4f0a49488247ad76cc2aade8b92a4f6a690c d6c5e3c4d90a326de112bf1602cf9d2ab3b3debe d70b261232a68424ef3c10c24b5c4611e5a9f0aa d9ca6f6618b574b76db3f21b81ae4db5b045b23d dc7c96f90ac32f3e0e83785abedb8693b4a4ed69 e4e9fd818d3d4c9d721fdf5e0f6b10600a13deec e5ee346ac550c09204b422d4153fea9e8f841825 e7dc0f220a8bbb6a76872d5bee4f258f1d1eaa2d ec82835b1f61e31d96ec24eab6b6f5437be9977e ed06b3bbcbfb7970f769b0b0f9769ae5cb676fc9 ee4aff1b77253929a3478ee724e1abb1cd7adbe1 ef81fdb96d3307fd29d4a50617757c018c3b1d9c f53a0e3507489045053f416ba4755a13435c6377 f60a9b561421dd526384a6fb7605d230321cce3c fb94bc4689d1e8d48396b8efb4264c936eb5f606 fbd30f4e8ad1446af162a0b3cb48c6ac06bbebcf fceb1d821ddce93cb81143592b8aa1877276a451 fd12ae36855f1efef64047c7ffe81c81eee8419c fe2b71ad3ae7b689d48c0bb41707bf94043802a6 ff2f86ecc80517580dc19fbaadd6238186fb8074 ffba7604a5478dd7f789c7b4a09496921a8def46
Postgresql-Catversion: 202307071
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-16-icu-ext
Source: icu-ext
Version: 1.10.0-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: postgresql-16, libc6 (>= 2.17), libicu78 (>= 78.1-1~)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-16-icu-ext_1.10.0-3.pgdg+2_arm64.deb
Size: 95204
SHA512: 1a2a70e9f8af397ff429cdcbcbe475e770c41dc852d1326bec69ad6331da69bdf1bbda06b3fa37288031a07989568c35db920b90fa80d22797fee5bc07e9393b
SHA256: 288542987fd69d21907aa813dfa7f3c479a9e25350aef45d340944a9a4c5e56d
SHA1: 252ac6ccb9d4d5c66a06dfe552e278ade99aea05
MD5sum: 61e7050beea6e7080632f71df410d3b6
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-16-icu-ext-dbgsym
Source: icu-ext
Version: 1.10.0-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-16-icu-ext (= 1.10.0-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-16-icu-ext-dbgsym_1.10.0-3.pgdg+2_arm64.deb
Size: 97352
SHA512: 42aa0ee4126f5f21c50c92a7247b722fb0df7f77f6f15f0e2264f47525bb7d272b7a75722f6353379fe23c6309e39a6f76392633990f24f806f1c263bc8966f0
SHA256: bf446566911054728b566237a00ec546ef956c64233e89d1d8093cbe0aa1f1ac
SHA1: 7e4bb1e50d99a319e442ce162a13cf64ddd7e7fd
MD5sum: 255bd5d6fa2628f2c53d12b8bf280088
Description: debug symbols for postgresql-16-icu-ext
Build-Ids: ffcf1d4999e0aa8e10f8e30d32973c55dccfe42a
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-16-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.8.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 240
Depends: postgresql-16-pgaudit, postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile_1.8.4-1.pgdg+1_arm64.deb
Size: 67116
SHA512: d39466c2a519aa84f5c4c5195e681069199cf1056b1f67372b88f5225d19dec612b8c84bebf52999b16acab9cef6f213958dbdc67e894ea1e92b8d5fc01157f3
SHA256: c87b45bdbc111194a65493b3199275edb21f049b93e6fe806e174f86ebd81bd9
SHA1: 229b59839ae83f0c7fd7b01102cdfd380887894c
MD5sum: 39d4ed97e4039e3f8bfce1cfebbe69f9
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-16-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.8.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: postgresql-16-pgauditlogtofile (= 1.8.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile-dbgsym_1.8.4-1.pgdg+1_arm64.deb
Size: 67000
SHA512: 562ba3760e8c642fd69b17cc143cd23e3b2d70bc4a206a9650566ad26fcc998a5e478d0d06f1318845c10d23d4c3dce53d906d53f846e7cd71a870e916a543ce
SHA256: 2c34ca14feda27a445d5075ebc19201bc3d675e394ea4610f03dee3387cf4c36
SHA1: 4667982a923286ce8a525041a15993e19e877b44
MD5sum: 22b2a8d94870e79bec6f415a80b556ed
Description: debug symbols for postgresql-16-pgauditlogtofile
Build-Ids: 0359b71776980bb3c2dad56a728aba9698314043
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-16-pg-background
Source: pg-background
Version: 1.9.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 295
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/vibhorkum/pg_background
Priority: optional
Section: database
Filename: pool/main/p/pg-background/postgresql-16-pg-background_1.9.1-1.pgdg+1_arm64.deb
Size: 58780
SHA512: d74c06a1cca87b292a3598844b5438e54ade7e45a5160f104aac661024ab406cc7f1a479996f8228551d6dbdc4048cefc22390478f0ae82471f2d43b587e00b6
SHA256: 9053f7ec635de02ba9da7a6e51a41f96b3c694004441c9b0ed6b0598dee5d165
SHA1: cdb40338261f1908b9dbc5632b680d6f26bd494f
MD5sum: 7df92f7859a3997ddba23ceb22a55215
Description: Background SQL extension for PostgreSQL
 pg_background is a PostgreSQL extension to execute arbitrary SQL commands in
 background worker processes within PostgreSQL. It allows workloads requiring
 asynchronous execution, autonomous transactions, and long-running operations
 without blocking client sessions.
 .
 Unlike dblink (which creates a separate connection) or client-side async
 patterns, pg_background workers run inside the database server with full
 access to local resources while operating in independent transactions.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-16-pg-background-dbgsym
Source: pg-background
Version: 1.9.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: postgresql-16-pg-background (= 1.9.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-background/postgresql-16-pg-background-dbgsym_1.9.1-1.pgdg+1_arm64.deb
Size: 76232
SHA512: 3c858df231375b56a04a588559d4ea5bc1ccd36a0d2b173255a28327cd98f853ca4f39e57c122de65ae499fab19216853ad22587a655379ca154a011b176ad3c
SHA256: cdcf24f3f62810d7375e23fdaafb8d0f248910c586b08a21315b4371c3f5bb99
SHA1: 872dde192f395927f40d5a195667b8e5c8b73140
MD5sum: cec5bf06f920a5a23215b53196584d4a
Description: debug symbols for postgresql-16-pg-background
Build-Ids: f548f404b0665f8bbec5fae71e43996da2b773ac
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-17
Version: 17.9-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63614
Depends: locales | locales-all, postgresql-client-17, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), libllvm21 (>= 1:21.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 17~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-17-jit-llvm (= 21), postgresql-contrib-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-17_17.9-1.pgdg+2_arm64.deb
Size: 17393984
SHA512: 0a520bb692caef9ba348f33f383cf44249bd625d0521292f248bf3e55498be721ffc031e6f42c65df1cf0566f70f0c1f57b8784ef2a9da27de59f97b259c44db
SHA256: 4ecabbd6cfb39c92edec143981ae84b1e0b31bda46f049b0ca9b4e89021d4c4f
SHA1: 7fd9015bba8534a36466c0abd7d8445953d978c9
MD5sum: 04a0371729d4ec02e26c36235f92dd74
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 17.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202406281-1700
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-17-dbgsym
Source: postgresql-17
Version: 17.9-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38469
Depends: postgresql-17 (= 17.9-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-17-dbgsym_17.9-1.pgdg+2_arm64.deb
Size: 20394584
SHA512: 378eead3bfaf1cea4e2ac34eb0e67aad981e85e0a9a0557e82ba75d9aed4d9a15f1d698e14fa22cd9983e44dab040df2729731c10e989f904301d66605274f89
SHA256: 7f8efd75b3adf16076921e9166a39b06580246c382195b6ba61162ba8538e852
SHA1: 085b7bf11706754b4434019c5d4d70559caca95e
MD5sum: 1798de1edb52ef2b0b28cd2e1079a745
Description: debug symbols for postgresql-17
Build-Ids: 0381beb7128897b17da1f41ec83d3e45a218b7d9 08b23355b52a4bc2ba1c5cbf5b65a788dc7d2e14 091589cf64eb9e7d685073325ec504a2cc22c4b3 093d51e5e51ae23d904dc7c8ff96d4a2269e92d1 0aab0276c285ed387fc57dd4f57a12bb672ca622 0ed0753470d3baa4700fa21d9368a6f11679ec0b 11391b5ed4e0c8435a4f6c389100a8f8e58ac753 174d05ee4401258031a3ce5a878d196fcd3b6955 181e86ecdf2ad5ef94d3678350ea3b11a888baac 1abfd60c6f938231b1e0aef2d72eabe05991501b 1f51a9cb123b9cafa4da6122a7f589ddf539456b 20c21be2d96e00698bee3fc1f12445d3119655ab 215140495559aa7ee96b5757f7335a6580a2e74e 2fdb6b0a2db8152faee11eb0d8a3aed72d09968d 3438a5b2c2c4b335a69ed0b9a0b9e2cda577dfc0 3992b4a979f8ee8e8142e546d21979efc663b6a9 3bd41fff626acb56fc1d3c6e64710cf56579d1dd 3e7eb7d629841d2be4d39ebdb18e85b5e9322af3 41c18bfe2e30ebc0b61d08530a217ac123bf3d01 427023eafa664b236563c8b8a55cc1479b0b6873 42bac317d1fb9795ec13400184954426cecf3c9c 42bb87c35029a9f0e63cac424643df368e089299 46c803a89804b16f3081e64388fb0ca6bfce2923 4abf7ef6bfdf2d80f0e26c52698a274ad6972c51 4ce8346c03d2d4a55f7fdeee9c6a6a2ecbb2c8ab 4d46da47fe1fbad005deb21128b437b7ce699e0c 4f197195381c28b30dca4368552725f8be84bc52 4f8c25f6be53e187535eceb72f342761ece23427 4fa0f370cb860c315e55ae1802f4d52d4f5b0764 507447bc1c024906c257f598bfab6a17d63a68cc 52331e3ca26c99de239b03f0da7d76f4edd6401b 5893d506d6272aba29fd8cc422a1915129613375 589c7fdbaa91c70cd68378242d16b073290aefbb 5a177f353da0646a6ce994ad1f897626adb64840 5ee124af4ba75e3aa10b76c0849723ff8de19750 5f3c61fb6900468f363da476f5bb9ad6527e6aaf 6315772a59fe3f68f518608cbe486d2fcd9b1fef 6a2e384ba031d1b9f5c6bb1e48edc5727b3499b7 6be51d1bf9510fcb8ee69bdf658cf9e752ff52e0 6beba46306c4144fe507bddf27464b5f0cf72cd8 6e2d3de183980084b61e2fecbcb129a5273adb1c 6f352ab8518b586d08335eb8f642a4b6d047d9ac 6fce6ed6fa20a5acd89d8e309b3c68ac60a10b8a 7004bee03f127e84c11223332cfb4a0fb670d7db 709c9aa6ece457cb4a916e84f1e0390335575110 7bd398c1e29f16221bbef12e50a5b7ea28d390fe 830c34f439fb0e23c2aa5573674e72b85d77bbc4 8552bc167c5563f3ce0a08df852dd81e604b1f4d 85d32812794bd1fc39d3b3f99ee38680b10012da 92e352af91977dfbc95bff1fcb4c94e8e7941245 94a32a83aea91dab32bd54f507a44d2379bffd4c 980bcab4f5dcb306fdd27755cb514a31098137c0 9a3a269c98ac2e0b67ada65e607613d63d1555ad 9a3f0fee5a4a2cb76e7fde19dd887c0e27ad613b 9a56cae1bb9654d66efd162b42069751bdaf1e38 9b7ba676504743ab96d3e12b83e02fa63e0d7290 9cb8bdbd50375a3a3c99a2eed26de9102b16481f a631fe728a839e9f67ae50b5a9f11d982997e295 a6a8660a803718e234944ef7bbfb6e0b31008e8f b3286b7105e06d4f587a418ef9ae8b54c5185ca7 b4b0389ff7c44629dd6cca19deebd9242e542c56 b6cc0ac0c669ff35fe76e10dfcb56b3218a875fc b8631ba8953456e03b8b5d2d8dd82bbd326c7d28 b9f652186b27ab38ab5ef1f904e9d246b57ec3ea ba289c198d92f73dca34332eb53aa833ff26e0b1 ba5bcdc1c1818b6f5eaea5108267ad8e486e841d ba8f3a06579f247a725b3b6032c9eb8d822101ec bc089a7fe63a124c1ac5105ec3a4c9d812f41043 bc6b5bf9524febf8ab6cd7fc371e563999bdca2c bce2535ef39f8c7af4659548528a52c480ace772 c010ee274dc7f806cc3e656b2da347e638f6d9a5 c0531104b7ce360b71aeec2fc40410c6e208d12b c4b3c9c0dcff28595cbe9d580790c02e520f3990 c593a8cfca30fabd861ada01b12930452211e72e cdf212e09bcfeffeb7d8bcf4d2ee2cd169ed9484 ce20b088e0244a9b2a1f48d9b6ff83be5d352224 d30e0203ada1d9c81db743d5f320c6fae671482d d4d6811508f4ca6bef5123ff4b7f4a4faf1762fe d93079932268afde57a07b546cd64403d09c319d dee3f2027e24d64200007301c67ba9f04c1c0fb7 e1016e30595797d2887583fffb3c0389f6ef9c99 e14fd7a65e54edab27d4d8f2b75d6d5899cf1d0f e23f2ed08394374b02f6becee09809bace038535 e41d9342d6d6e5ce7b84d7d590802ae8afed9f31 ec09a2f320fadf352b58c65e213c505a8ab44b64 ed107936df437e50ab24939762f67e2c027968c3 eda56087922f60704b210bb640c853baa35624c7 ef67ecf4662b0f3b40297e74c832fcbc7d7606f1 f13984bcfa4439436302462acb09df74dd42fc53 f38b19af94051fb9d22b3cba6d07f4e163cdc130 f82f0ef7bf9238ae69572a1ee2ad30d77092ad34 f8f78e61f72331a61970fff08a0e93000a49227a f95cb9c41e46d3c8c1e50ef19f2959891fc5332c f9a51d3ada86c8d241f6de28efcb3aac6db37807 fb13be3fe800a55fa8490d86064e5e197b3366f1 fd4b30b0b72448bb4a6da504efe41179de9fd461
Postgresql-Catversion: 202406281-1700
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-17-icu-ext
Source: icu-ext
Version: 1.10.0-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: postgresql-17, libc6 (>= 2.17), libicu78 (>= 78.1-1~)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-17-icu-ext_1.10.0-3.pgdg+2_arm64.deb
Size: 95216
SHA512: f676bae9604bf23add33ef9ff8a9877a38e8b35b8c21fd992bb3daa1e4beb234e3edacc6fd7c4046107707c3d8de44c42fa9d91574b572ae49db490f2e572882
SHA256: c9dace1da2e2c5cd8caa05711a22e9d0023c02678955d10cf12e37ab07137fed
SHA1: c30697bdf256ba40192d0d92cff6483ab73654e2
MD5sum: 44ff095ad3a457ff9792c9c38e545d5e
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-17-icu-ext-dbgsym
Source: icu-ext
Version: 1.10.0-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-17-icu-ext (= 1.10.0-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-17-icu-ext-dbgsym_1.10.0-3.pgdg+2_arm64.deb
Size: 98224
SHA512: 045ca9221dd6edbae274f95621c394bba83b6befb915c53bf57d61af10b1ffded9894a1e5d9040a3d4b6264c801226386e3030e079c411aecf023fdad132b7a3
SHA256: 77099f1ea7e0e178da70b15bf96facbbd4f765d96b92c2689d03a1e5b3b8a143
SHA1: 1174fc40f5beed1d8c3fa5e3d41e95990777096e
MD5sum: 52f7b92ac60313ecc70b7a68ca224e82
Description: debug symbols for postgresql-17-icu-ext
Build-Ids: 773486f387943cea3daff486c13139727bdcdc81
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-17-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.8.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 240
Depends: postgresql-17-pgaudit, postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-17-pgauditlogtofile_1.8.4-1.pgdg+1_arm64.deb
Size: 67056
SHA512: 2cbc14c7ed848f0f8a60363bbc16363e63b485d6f1aeab7648dfd530b3699f6d0fe09b8e30e927f7033fd9f0da1ca4c5bc490f78667c400b9cb754ef260dc888
SHA256: af557c3de0feefd3f98ef45a94e191163ff4a9906d7776b129278fffdf9c1b79
SHA1: 20182471f97cd63a23db882637d654cf6c246297
MD5sum: 835577f9afb9b65c0939778b79218fc6
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-17-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.8.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-17-pgauditlogtofile (= 1.8.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-17-pgauditlogtofile-dbgsym_1.8.4-1.pgdg+1_arm64.deb
Size: 67920
SHA512: 4c0ee5d2349e1870e86658c13efe71a4cf146c1eff9f09c9e3505a641d653a7371c68992dab6c5f63e33961b40397e423dca0195dd4a2bb8e78e0e1f9746941a
SHA256: 139663fcc8cfa29683195888c2f33819f5963182667a0e76c706e88c1293385f
SHA1: 82e6dd10e0a86fee63d208a1f4874181fabb4787
MD5sum: 4ea3ad05b1c5d405628d3662f046acff
Description: debug symbols for postgresql-17-pgauditlogtofile
Build-Ids: 2ce6d88bf2b02a287d26e44bc41796e135d41e61
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-17-pg-background
Source: pg-background
Version: 1.9.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 295
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/vibhorkum/pg_background
Priority: optional
Section: database
Filename: pool/main/p/pg-background/postgresql-17-pg-background_1.9.1-1.pgdg+1_arm64.deb
Size: 58756
SHA512: 3f79e22a3fcd334b329e916e36591300112a97d73d909bcc4b64b211b5de203a547e525e94916322b5221e5bb1c5debd0fe09cc2962039a7302da784ac1e652e
SHA256: 17a5ba38cb439731fa360068451f80197db1963bcb344e33e60f565182c7ae97
SHA1: 807e9bb03b5acdce4534d9bef96c4c866835a1c9
MD5sum: 0cff70d7c2e69771735cf8fdc0691d4d
Description: Background SQL extension for PostgreSQL
 pg_background is a PostgreSQL extension to execute arbitrary SQL commands in
 background worker processes within PostgreSQL. It allows workloads requiring
 asynchronous execution, autonomous transactions, and long-running operations
 without blocking client sessions.
 .
 Unlike dblink (which creates a separate connection) or client-side async
 patterns, pg_background workers run inside the database server with full
 access to local resources while operating in independent transactions.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-17-pg-background-dbgsym
Source: pg-background
Version: 1.9.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 139
Depends: postgresql-17-pg-background (= 1.9.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-background/postgresql-17-pg-background-dbgsym_1.9.1-1.pgdg+1_arm64.deb
Size: 76924
SHA512: 631ce9d32bc1e7a9145e443587869509bca407bdcc22de5d7ebd94d1c9f2b49860e415bb8f948698fa2f7c331e484b286c18eac09588bceb5515494745433e0f
SHA256: 9aea28ceea01ae18a1f1927f14cdaf6f0612d710ff3f8224297850fffca71d09
SHA1: 7edac8c5d6d7dc42b33039732cabca0303ee0666
MD5sum: 0adda9d9e7a9d29bb32f93339d70a961
Description: debug symbols for postgresql-17-pg-background
Build-Ids: 4c6a11c0fcfa2bac4b35ac32af16e347ea07b051
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-18
Version: 18.3-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39759
Depends: locales | locales-all, postgresql-client-18 (= 18.3-1.pgdg+2), postgresql-common (>= 275~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), liblz4-1 (>= 0.0~r130), libnuma1 (>= 2.0.11), libpam0g (>= 0.99.7.1), libpq5 (>= 17~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libsystemd0, liburing2 (>= 2.5), libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: postgresql-18-jit, sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-contrib-18
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-18_18.3-1.pgdg+2_arm64.deb
Size: 7149876
SHA512: 5b6cb00e13ec95fb94d3f7a40b2fc07c2c225f0cd627eeeb2fc89995ab11fd4c4681da2b223c8211991682edca79dba63ad8ab0824f7fa29fa390969091e57f7
SHA256: f629002b602e697495936e0c12439a41a857f243dae53d9d5d169ceecbabd45b
SHA1: 1f35a7f6fdb94cc84d5653a0245601ea912f0258
MD5sum: 4917c312dd9bb08c8c14db9d06e8c67f
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 18.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202506291-1800
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-18-dbgsym
Source: postgresql-18
Version: 18.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38271
Depends: postgresql-18 (= 18.3-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-18-dbgsym_18.3-1.pgdg+2_arm64.deb
Size: 19849344
SHA512: e74658dad8d3993addfc372208f5f88dc015ba231330c93ee19df116df2128154d8bb0184b35b5c6d7130538aec24eb5c6de67a55dc73e3376c5d712ad52e6e7
SHA256: 535680be2a3cc02199d99cf4c8b31ac06cec0107205cd5cad4cb047c82da8cde
SHA1: 58f96a0fb23b5d9ac86e84077e53ad555d007925
MD5sum: 6588f9fef775ae0ab30cdb89a4affc9b
Description: debug symbols for postgresql-18
Build-Ids: 0245d7e3aee1258c3abb5a06ee53faf65422959a 08cd434dd9258bacc55e8daf3277a0edad56bc4a 08df93b6284dff712c4c9baf888095e6b1ae27be 08ff817ee60eb5cfe63300c1a8f9e0a8b6e43d00 0bdf8e41d670a1b5de372f039ceb8bd800a5b100 0c04fd07871363e6c8167930dfc6eea9c3e55c0a 0e0f4c0f58dd391fbbb68da7796dd7bcdf30839c 106e77c1e49adcf6d0b702d1336df18f74bceb40 131ff0206d6a23f936478a350bd4afc2d003bce4 15a1d6e975e431adf10e06c7c896b2fd7fbe35ae 1813ec508189e526cf21f20299982296c3197d41 1ec370f7767275c0225a46d10cd01f754e2251e8 234fdbf3e13c133978adf7ebc67f52b638c2fdb1 265fc9efe56f794d2062662ff7a48e2e6ed95540 2956afaa0b3774bcaf1d125fa45b6ed48ed7f720 2fb63d2b7d4752a6fe3479d1762b3b958e7ff611 33642570307b550de067451a1dc5fe15fec4156e 37ed3b4850744f8687b3ff3f6cba4e8794b0a260 3802a0d633c9df17e45baf57ce3fb25664c3b4ac 38dc21152b417f8eb74e09cf38f0bce80b2682a2 3aa96b1475f25023a70e3dd7e99ca6178ef0f96f 3f8c4c51ea68ee4bd314cc1ec1ae967c6957bfda 3faacb33d10a8aa5169ec939157110b8239a16df 4029bbf2a0270ed676810d96c0f9a083ec6b74af 40bc1bb43bcc7b8f9465d717a7e513ebf52c375d 46a7e363dd2704c73930214ccd7758c1ba8bcace 49478040736e8a68180e24465978ce936f03b02a 53523e26cc2b9c7e111fa7ada3eed302bc71929d 53a5de98c36084e4de6064515e1498102d9d2576 561b8cc1d1e6bd7ae968c623ac536ba85af86028 5977634581bf4edd374f43691b9376e14a1b0593 5b543428e47c9c720d463cab8a71d49a6faf14fc 5ce96db05716b316a303bf3904ce533780fb5a28 5fd232bfd3be1340f333d184855e2d4ca53c70f5 66901e925dc2ab1fbad1b9f4a2319660e38da185 67b8bfdcbe623c5a02f3b7d05a44334d0a66e473 6889051a2b6081c4351d6e8dad3a7328ffff4a44 6a3bedafd48ad88817d496838395649c34e3b96e 6c0749dad3746b11ea83f5d1c053d2c5a6b96fa4 71f542b561f0aa2168938ef2888915e6c8e87515 7300388a66cb721327b7ba258fc7ffa87ecbeffd 7322a0ac4ad1e6cd41659f0f4143b1004303a577 743a155a71727854d568f84ce53897fe8eb2cb1c 74cbab9bc88f01bd6ca70f4ffcb5902a95147357 7599ee9c518ff805d5dc8891766d4cba3d9920ed 7ec81d8a62bd84eb9339a478495d9fa1ba966a17 7fe6e9ad77ea3f2440899b19801b4d63477e9085 81554e3293ad7ae9310d470755aa556f42419e4b 839986057395239b530e103bb38095aa43e0341b 842d0b74116cf8aa5375dcf7317b8aaffa1ddd13 84bf79db6625627c4f238c2b56d502220eccdd7d 85457a6ef4b8f6e57d7d509dee6f2e44e2c47345 8bd9a8e2ffac47ffc8a6efa072a41a39cf5ecd54 92efc3fd388e3155297d997add6c8a196c1da925 9545c86a520e56e11e8dd9b1183c5ff18ebf402d 957033cf3e36bdd10db8f2b6323173a9d575f17c 9f8aa99d8379975e537e10cf92cc9829f5c4bb2c a3b5abae65950764deb3ab066281240e3c24a9b3 a574086bedf3831d9fa585a9c7e177f4df230b31 afaaaf743098fc18ed1470194bbf744e4cae1439 afb72730efd9c648b3bb9925122e58ec9b411382 b287debcf89f04c9242105a7ebf164ab8e26fde4 b4030baf64cef9e1b4cb4ed7cca9bf690bf40abd b433e98064aae778fcce262b02028dc5a4211b70 b4554053f17601604f13d5f8cfde3dcdd204a0ae b4a3709260e6f354c9b2ea3476b38eab9c0bf3e8 b5dd251dd6420303f516cf61ca715562f65c33a2 b85ae8bcea8abf55ca5c78706c8ab8d7c7eae0ca b885cae9b639c88307770f1be51f5dfbe911bbb9 bc8c0251038817471acb71913b525ac9c578b1b4 c2899f949cdba8b5d9559f5d08d11780a0926627 c5389c4f4f73b469ff1ed2b6a0926c4091d59f3f ca8257f5cdfdcf0b353bc7b6173e9fcbbf06de9e ccd8d2fb0196e2ab3901429c336dd1ff677a9626 d00e5865c3d11047f09227168d7fe3806b0e7079 d5497b3be7d6e77a43f2e3418ea24691cdb2ef3a ddc61e91da7c9dbda72ad974da9766aaf456a575 df1939e036e7c2df56a46d1c37120208f5c9736f e016c235a35b6c5241b7402ae4537056ac4a8592 e12d242e91302f4ac4fa52af9dba5b1b495b15a8 e738eff1db5dc718034d7840d4426c176962f8f4 e98255690e9e4e78ab3759281e47d3bd1746f080 e9e29ef5cef44c341014cd1e52581a59d85382e2 eabde9daa08bc3238ac3dfc55167f560675ad199 ef9163832c090f33ea832cb31fefba27fefe5f93 f180fc0064c24b4874e8cb0f6ea9df840608af14 f25e353d89ee368cc2dc303ce0e3b80e142ec23b f2da6d3ba4e8584c2a654fbe4cfba172d3addfaa f315b840de4eea392701874ee5265a16d4dba1ad f3efbf07e91f14a3d5cd4580ee1be22342606d68 f58ac2f997a1add0a38ddac41ba27f93b5fb2a6c f963d795223c7fa2545096f528a67f07c59eba56 fca0e77ea8eb80818eeed576af4b4464d541d1c8 fcb47d2a3639e89a4bbdadd9ddfd734ed7ffe853 fe07c55ad41bffdc4c59d2ce771ef28883dcfd02 fe099c77b1ff651c848622f7ca351f995a6f2dec fe44968fcbbecb33506bdce110be6be7fa7494c3
Postgresql-Catversion: 202506291-1800
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-18-icu-ext
Source: icu-ext
Version: 1.10.0-3.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: postgresql-18, libc6 (>= 2.17), libicu78 (>= 78.1-1~)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-18-icu-ext_1.10.0-3.pgdg+2_arm64.deb
Size: 95284
SHA512: 00adbe3643ce0c645658543c66eb839b0b217bcfe99caff621e0daf163b84012ac96b839e9996b2e9150a85b9f1fc01669736857546de11610dc647d9d2a451e
SHA256: 0bfc936efde70b95915a73e70fee61230ec8557ec9f149a7cad7bc2715286ce3
SHA1: 3898875ef82a8dd1c275ab09e2931463fbc3320f
MD5sum: e6bffc43ab70b1c786089145ea682adb
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-18-icu-ext-dbgsym
Source: icu-ext
Version: 1.10.0-3.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-18-icu-ext (= 1.10.0-3.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-18-icu-ext-dbgsym_1.10.0-3.pgdg+2_arm64.deb
Size: 98756
SHA512: 75c886a34b3aaa598609cc1cc5dd7b454fff4892b8c42eb48c9a9898ddca499dc49a01a770197e06b58f9302b3be2eaa8ec7644cf8df3ace6896d8827267043b
SHA256: ef0a9a3b87e1b7273e604f96236fe2694c4a76847133088faa76cda6e968f162
SHA1: be07e11b7d09a61f8784528d5b92898e3cefc2b3
MD5sum: c63d5c6a461596abe00b6cddae9aae1f
Description: debug symbols for postgresql-18-icu-ext
Build-Ids: 64423638bcc8b6dccccca70c56dc84a6fe07b7bd
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-18-jit
Source: postgresql-18
Version: 18.3-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26146
Depends: postgresql-18 (= 18.3-1.pgdg+2), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libllvm21 (>= 1:21.1.0), libstdc++6 (>= 5.2)
Provides: postgresql-18-jit-llvm (= 21)
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-18-jit_18.3-1.pgdg+2_arm64.deb
Size: 10904372
SHA512: b460bf753eab732a901a297fd444162f1a3ca69cba2457631bcb160bf87136d768150ddccfd0690dd32929a891e86ec374d1c5b1e7cea017b3544e710f4d40d5
SHA256: bc7df698c3e7cdfa64a2c33044a5e450d18b31054a07f1d54403198e78971674
SHA1: d95d7e9a36d680dfdd376f3fb7c636f71064889f
MD5sum: 535503f43270bd3e06827f6b61414a29
Description: LLVM JIT support for PostgreSQL 18
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides LLVM-based query JITing for PostgreSQL 18.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-18-jit-dbgsym
Source: postgresql-18
Version: 18.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1897
Depends: postgresql-18-jit (= 18.3-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-18-jit-dbgsym_18.3-1.pgdg+2_arm64.deb
Size: 1762692
SHA512: aa6ef4453b893abfd86b1d798a39268d0edd95fa6da2eb164548f0e51e6cab60520d0601aa4e6a88582b0ac64f7f6cae65ba5cf0d75a5da18dd993b69d2019e4
SHA256: 5a942fb87ebe5263ae5196aacd8c2672e98f352c684b6d7db77bec4d640f41b7
SHA1: 2abb034eb625fba2ae255a5590c3073086f3204e
MD5sum: 57de5eb48c24f00bbb298ce266fc24ad
Description: debug symbols for postgresql-18-jit
Build-Ids: 4652cb0dc1f6230e43b6d815cd19a1beb15bbf88
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-18-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.8.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 239
Depends: postgresql-18-pgaudit, postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-18-pgauditlogtofile_1.8.4-1.pgdg+1_arm64.deb
Size: 67296
SHA512: bb39131927005f8a70ef700d339cece0816cbd62271fe8f76629361c0299c0cbcf9b44021b5f1acff3b31ab3f0275a5c7aa3b8b2c4f3c8a79ad526626fd9092e
SHA256: 4367e05b84341c366a6e5884d647eb3cc2403fa5c19cd8956a3a24999eeacf11
SHA1: 36da2fe171184ed0ff593333d77a4ed7169dd6db
MD5sum: f285cff6f9177218a5b43d2289153cbe
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-18-pgauditlogtofile-dbgsym
Source: pgauditlogtofile
Version: 1.8.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-18-pgauditlogtofile (= 1.8.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-18-pgauditlogtofile-dbgsym_1.8.4-1.pgdg+1_arm64.deb
Size: 68352
SHA512: b07d56464ab377727598fa189ef22746cb131cb6183281904be299df521412930bf8ac0691e5563c825cb5b29cdc6facba2f8e5d8bb2785027c2fd881b2a74eb
SHA256: ab5432bead7d8eed4f8223a1a68a6b47d91fe07dd3eafc939a169ab2590bc342
SHA1: 14acc6cfcb1ba0acb5c5bc895a0bc2269f2ba318
MD5sum: 20d97d2543c597407dd298efea6fcbfa
Description: debug symbols for postgresql-18-pgauditlogtofile
Build-Ids: 5b75f653e127c3765c1b1a7b81392ace2f4dbc61
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-18-pg-background
Source: pg-background
Version: 1.9.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 295
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/vibhorkum/pg_background
Priority: optional
Section: database
Filename: pool/main/p/pg-background/postgresql-18-pg-background_1.9.1-1.pgdg+1_arm64.deb
Size: 58892
SHA512: 9956f73e61b224019891b400c81c8f170c6e4ca3b324cb14d4e49299232b879e9785400d44b7fba481406ccfd0073eb6e299e881fa09787d4fbc3583af1a6032
SHA256: e30036a0d1d8dad500fa19654e2778662fdc314d2731360ffc408ee54c1bdff8
SHA1: e623a24f855c98c5aa9a0c2df48b1decf0a9dfaf
MD5sum: bf7ff24f4a68f1e44c1a8779bb13f7d2
Description: Background SQL extension for PostgreSQL
 pg_background is a PostgreSQL extension to execute arbitrary SQL commands in
 background worker processes within PostgreSQL. It allows workloads requiring
 asynchronous execution, autonomous transactions, and long-running operations
 without blocking client sessions.
 .
 Unlike dblink (which creates a separate connection) or client-side async
 patterns, pg_background workers run inside the database server with full
 access to local resources while operating in independent transactions.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-18-pg-background-dbgsym
Source: pg-background
Version: 1.9.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-18-pg-background (= 1.9.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-background/postgresql-18-pg-background-dbgsym_1.9.1-1.pgdg+1_arm64.deb
Size: 78412
SHA512: 526a6da1146879b527b1fa0070f3d8d07a7046285817e73c6c01d7f97686ce144302b221806cd00d6d89a03c86073db7b9690810e47a05177c2c917ab7149b8e
SHA256: 6edf8cc970fa3cb5615cbaf91ec771d879e6006feb90a580be8b12d252ec7a63
SHA1: b2e096cf170be946919f1e5c8cd1a4435220d79e
MD5sum: c61dd99ae0fcf9881c3593b892b14405
Description: debug symbols for postgresql-18-pg-background
Build-Ids: 6c24bad605735dd1473ce64d7f4d5dc7c7ac45b5
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-client-10
Source: postgresql-10
Version: 10.23-9.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6999
Depends: libpq5 (>= 10.23), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-10, postgresql-doc-10
Conflicts: postgresql-server-dev-10 (<< 10.11-2~)
Replaces: postgresql-server-dev-10
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-client-10_10.23-9.pgdg+3_arm64.deb
Size: 1414720
SHA512: 4723c846bff024412db10972445804662011caf475c4b5b02782f2317a0f1704d9b4e2732c90496c8bf8d41271aeac38792a88a836a528e0f5fe95a4787ae5b2
SHA256: 1f3a5f10ab1db366d6d777349af03685af379cdf22ede0414227fc56677f530b
SHA1: 73b18a1515cdd1f4015d2b3128d8880ebff5dddb
MD5sum: 31633a7fca6cd5efbaee92883ee085b7
Description: front-end programs for PostgreSQL 10
 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 10. If you install
 PostgreSQL 10 on a standalone machine, you need the server package
 postgresql-10, 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.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-client-10-dbgsym
Source: postgresql-10
Version: 10.23-9.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4029
Depends: postgresql-client-10 (= 10.23-9.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-client-10-dbgsym_10.23-9.pgdg+3_arm64.deb
Size: 1677324
SHA512: 7ada84f0d0151b94a3158187596b6d6f9faed59b0732b645f598914d20ff84e182fd901c9a9f2b6423dd2cbe7abd4fa2633606d07926ff3972d654a2c030c105
SHA256: 73e376cf616795264cb8fcb7dfa3a9ff8ff17728613280ab0f47d704bb844a93
SHA1: d5db07e1817fc78b1363de2edcde7b3df89138f0
MD5sum: a43479ee3364af9826637e672eeadfb7
Description: debug symbols for postgresql-client-10
Build-Ids: 1f967dbad41604bda32f628ad6c5b13b793c81ae 1fabf10b05c75e883c19da8f8c71c57cf98afcb8 20a773fca686cab6ff3b24d7da03d9198711eb8e 21b9d318cf95624a40ae6c7dbf29d4f7a393c2e0 25edefbf272f09fe026fa60d67389e99f6a1b911 33d2f3b4c5995eddb769932154b816c16e8e9dbd 5d4ada9921ba2da1b0a542c1768f56af17c67ea8 66d5bc7b9abbe8e907a5486edee8a9d6526341ef 66d9dfd251b31cf519d044e8d26c89894bf823da 69341f4e5bb43b28722a02f4fac70e1539d9808f 8850af1b6a924146f05154e8836ee79d9a2b0059 a9f1db76ff40e105e4c34c16356efacb21819226 b71500fa7a5d1ac0dbbe4ffca9f674ff7a7142c6 bc6b9f55dd87b443a15d08190a92d20c35e261cc c30092f3a80852c7731ade74e5e97f41d2f2e805 c8f617606f1c6104354976627a6e1eaab037cf79 d2d4a0aadcfadabedf9948c01c225f1c50df8567
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-client-11
Source: postgresql-11
Version: 11.22-10.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7182
Depends: libpq5 (>= 11.22), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-11, postgresql-doc-11
Conflicts: postgresql-server-dev-11 (<< 11.6-2~)
Replaces: postgresql-server-dev-11
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-client-11_11.22-10.pgdg+3_arm64.deb
Size: 1464900
SHA512: a6a5ad0b6131db8c8a0e189f72cdd444cea5875bd9c96564cae6057ed8920faf6922db93b7307323462e82ae33c9c4277afb49a3fd09e9487bbfe175df7f4486
SHA256: 547e3ddf0902d5ffd3bacd006335b7c9e1cdbdb9d5d8bf168290ee10fd97f5c7
SHA1: ab22bb7a89b27c1faa9af5fd5c305ef46eb24e76
MD5sum: 4eb24420daa4978f608fc17ec60f963f
Description: front-end programs for PostgreSQL 11
 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 11. If you install
 PostgreSQL 11 on a standalone machine, you need the server package
 postgresql-11, 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.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-client-11-dbgsym
Source: postgresql-11
Version: 11.22-10.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4101
Depends: postgresql-client-11 (= 11.22-10.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-client-11-dbgsym_11.22-10.pgdg+3_arm64.deb
Size: 1696672
SHA512: 30bb2095fbe90f6228d000c2423b757323cd39e2b65d015244b5439dcf8199d1a066a2841a751b5544b4a9fcaa5b43af9c9dffee95c14dbf9cd7f864a87d1947
SHA256: fa72b17a213c6a6300b7f59380da437d4e0ebd4b67ecf1aa65124b6e6123011d
SHA1: 480af1461c09517198d15c9d787d37adf19ac7cb
MD5sum: d654a7f3e3a522d78a6e984df1ea053b
Description: debug symbols for postgresql-client-11
Build-Ids: 26325867ebc88be47d242c02290b0cf5cea4e836 265f66eef7bff1552bd02d18636178fa5ba7c151 2a04ffd704033416473f2ad18955f1ecee08c199 2acc67cbe2ebc125b19cce1094d27e15facdf84b 32ea72c5f596881ae8d48877b6acc06233a66f3c 3565528b1715a6fd2683d521fd32b4cf964f5c46 433cd75dc8a3f8dfd0eed03c9306fc6f0593fc0f 448345287e929da1b3e03ae4be13ed29983f3af6 558a6984bf8e4935e9831d051c773a40a6e3bb65 577d18a5e86e39bf7ee7880e44509d0f7481d55e 7a56ca3172418503a32b7d5eb0aea4367f20f4f8 870121777eec92bd97d08f832ef1272a8b2cffd9 8c3f89e3e38329191bc70d49ca7baf43abd57e14 98a9a6305e13c5a7c772c84906af730dbdfe2f99 bac919620ed03c6fbf721a9ff9b05c2f3af203f7 d2142e7951ebde2f30f2dfcf1d94b621dda7c7c7 e924c260097b78bd634cd00ebde78a73dc2f5154
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-client-12
Source: postgresql-12
Version: 12.22-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6793
Depends: libpq5 (>= 12.22), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-12, postgresql-doc-12
Conflicts: postgresql-server-dev-12 (<< 12.1-2~)
Replaces: postgresql-server-dev-12 (<< 12.1-2~)
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-client-12_12.22-4.pgdg+2_arm64.deb
Size: 1406704
SHA512: d384931323a53b89eb7bfadce56e4a8cd26a3c739db3c0b788b71b6c7e97510ef7b03022b244af617d98924a3780807476ff93a6f2cd8df8a7f8886c7271868f
SHA256: 8e3bb45d76a2fe22f4d1b96198833edc7026f99aaa27c2408ba0ec42df816630
SHA1: 08b484866360d0bb632633ecfbeafdecf90a4514
MD5sum: af019e73df306bcbfb7555939c39e55f
Description: front-end programs for PostgreSQL 12
 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 12. If you install
 PostgreSQL 12 on a standalone machine, you need the server package
 postgresql-12, 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.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-client-12-dbgsym
Source: postgresql-12
Version: 12.22-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4453
Depends: postgresql-client-12 (= 12.22-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-client-12-dbgsym_12.22-4.pgdg+2_arm64.deb
Size: 1853104
SHA512: 4c745925ca606af19e5279a4394824e4bde1765936be2e1015910b25bbd61ec2e8793ce4b7e82191b40bdaaa758f620359620899aeddb337cab69f29a2a4fb00
SHA256: e4f1d1fea8dddf9bfef438f58de9671f85414ad67e248fe40f4be3d440f8ccf0
SHA1: dc75c02c80e1f142437f05a4cae3e747140ca92b
MD5sum: 4208aba3236629b8260248fbd1d4a8fb
Description: debug symbols for postgresql-client-12
Build-Ids: 055711e60dec33b643e3fb61271f01502dd951d5 0a87b37428c14780cb8d6f82763574b0483fb36a 123695a8ed7a4e00e5868432f600a182d154d375 16f8f98bf47740a13f7981c7d213f90468df25e5 239ba2e0b06ea48625952ca3269ed9f7aa146534 259294ea19947162b7617bf11048ea8b4a675ce9 6286ccc1508148041ea6e08222cde5f72fad23ab 66d4340a33b8dd7c113cee12e038aff2395c3823 7c03bdf6ffb4a71dd5c62f5bba68ee5820a28c88 9acac5c0a25a27e0ed2ec0a8615188db9012bac9 9c62dd14fa9ec2e13664335e6372ff4a67043647 a614baef06332321d7ce7e4f68b810af3c28f4e6 c060ee4b3b2d05d55081fbd1efe1009065a07022 d998df5010bc53c052f5cb190d9c40c6f835392c eea5493b72b5583d8a94b3bb1fa7c7e047773c96 f38e1351179cef954322b863f9e7a7ccdbe28573 f9ca5105c7b81b7ad92dcc7986176d4048473b20
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-client-13
Source: postgresql-13
Version: 13.23-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7584
Depends: libpq5 (>= 13.23), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-13, postgresql-doc-13
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-client-13_13.23-2.pgdg+2_arm64.deb
Size: 1515792
SHA512: b8981dad72999e6a998adaa6cd8efc1413c68c73e6d9138a747a6093792006cc1ff71b9ff8e61139b52e180b867f5d738be465eeb021bb60563ad877cf2b848b
SHA256: be2e056e3de5ffd87cba8ed339682eaa4213b3598fecf0103cda1cb4c37ed1be
SHA1: 2eed7b99f69c64fdaebf81308a4f06a550384d25
MD5sum: c86838d0d095ce9fc38017f672cc61f4
Description: front-end programs for PostgreSQL 13
 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 13. If you install
 PostgreSQL 13 on a standalone machine, you need the server package
 postgresql-13, 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.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-client-13-dbgsym
Source: postgresql-13
Version: 13.23-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5229
Depends: postgresql-client-13 (= 13.23-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-client-13-dbgsym_13.23-2.pgdg+2_arm64.deb
Size: 2179668
SHA512: e0625f7832563404fa4842c2b5048611744eb8c658774b5c2fa8d638656be61beffdffb7c012527d1db20e909c23e1bfe4353ef6734e42c6b37e79a95fd38358
SHA256: 147ce9ddaf7ab617a3636252b8cac60d5125b86ec4fa09c96f8ce63f1e685d68
SHA1: 2c105c40d1711bcd405e704777e6e5f019c880dd
MD5sum: 064ad7371b3b0033185654644637b434
Description: debug symbols for postgresql-client-13
Build-Ids: 0d6f25d29d0bb2fdc7945437179dabf8054d69ba 308da90d03bf644760408672792ecf19df64453c 5cd2eb13a34bf1a3b5c31661df85838dfd7a0446 5ded44835cb9daa132e6da506974635b3192faa5 63a5c83760074b24f0040cbc890af657739a7a6b 7471df0751318094d3f5630dca295251eaac1393 7f49bd3889767d8b34b12b1c1267b493640495b2 8197f546c775d197e90768f0cdff8e3021a807c6 87df134b22d8fee4055a058f29ea08b11ffc1d0e 90c7ff77ee4175124aa8418fa59a5cf783127bb1 abdeb1eaca77c17901cfbbdba231758fb0f1d28b ad31252bebbe29315a95f368b769f3f633db3643 c1dd2022d9a8b132fba43528a312f925e2026a85 d07a2f95856b06e2bcef47ce76286987e14c7af0 d3360bf16cd3205c5ca76ce452f569283793288a e642702b9711cbecb4719913f85a08efbe729b5f eeeaba7b7cf73e4e14df39afd5619f777dc6459e fe5ac8543dc7710efcf0db67760450584e3bf4ec
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-client-14
Source: postgresql-14
Version: 14.22-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8503
Depends: libpq5 (>= 14.22), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-14, postgresql-doc-14
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-client-14_14.22-1.pgdg+2_arm64.deb
Size: 1641132
SHA512: 2c65afa1374d747ef485549cbc9c33bdd32d5bb91dec393d7f6d71ab22fefe650f5da0042ce54d9d87a1dcb33b41dc129177ffd96f4e5344faaab8b760cbe4e0
SHA256: adc7e188ffb544463a5406ee5264c805d78138fe0a4809f37d02c0ebb3fa9dfe
SHA1: b263cab17bde80f768cf983817bba58215fdd5da
MD5sum: 08b628690e4b646a7061ca0ca06da21c
Description: front-end programs for PostgreSQL 14
 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 14. If you install
 PostgreSQL 14 on a standalone machine, you need the server package
 postgresql-14, 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.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-client-14-dbgsym
Source: postgresql-14
Version: 14.22-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6069
Depends: postgresql-client-14 (= 14.22-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-client-14-dbgsym_14.22-1.pgdg+2_arm64.deb
Size: 2544816
SHA512: 17000f4cd6e5ad2bd9d6e742ace53b1a8f2230e5d660ce419aa81702274afb9fb20043a8ce4f0ecbc4b37f8bb19c4c367bbdead555e8be17ba355c177940eb7e
SHA256: bb6acdafa88fd38880f796223a29e0ea20a90c1cc26a5087c1c195666451ed67
SHA1: ca992d7d452741986f9a468eb6a7e9fc3dd7fa2a
MD5sum: 3bc53ef427bcf63e7f2b0aac94babff7
Description: debug symbols for postgresql-client-14
Build-Ids: 06045218d392bf00838927b5abc5d350d90db735 087c11b397357d364ad809c514d46e39a1818c80 0b19ef7a3055b2bce8f81637af700ae04017d7ab 147aaab0da7853bbb00da324f7de161471317104 154013aecf3d01993fc8594a682efd40572c5816 36131223945ebbce682b8efda718ede91a5d853c 7b4621cc3daa719fd6edbb2c99ea414fd047d2bb 8147783e30b777e86e6eb649d7d909e45da90fef 8d260f4f71b66305d9489cfb6e4634608b6682c8 8e3cdb4adc660c12d170a0d62588c6f23225547e 98aa3e6d1e6faeafcfd351f45107ef14ee984ec8 9b06a829ed3df453a4ba5d37f42417e618b80106 a42fb388f74455efbb1e867ca9a2aa2a0f8e9b7b b020c28c51b8065af032ef2bb2c655ba65d80ad8 bce68b1d404e10b5f54472f4922a077a31e5a1e4 ce99f6f35a9359ece22083b49a6e14a8f1428515 d30e8c567da687b83ff8fe9af589a16f2f7fb72e d8f8e3ceb9c6b3e5736e54303845c05177ec7631 dc7c30634641ac6c178024e957126810cfc10a15 e5963c912ab40502cf3f48138b52624da70ae26c f72cbc5c25c63a0399223cc80e6979ae38cdb1cf
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-client-15
Source: postgresql-15
Version: 15.17-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9023
Depends: libpq5 (>= 15.17), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-15, postgresql-doc-15
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-client-15_15.17-1.pgdg+2_arm64.deb
Size: 1706764
SHA512: 6e2f1535a876ad851cf37957fa1a3b367596c8454d050d7a160d0b3f8c4baf217047f2fa2a3003774fe1128fc3c2d275a8589ff981cba5d033c8a84ebeae3e52
SHA256: 77b560e7c943a1b3b1b0c52b4d18dade615a621963b8dd1c06fc514e5cc8bd13
SHA1: be69cd2549fe736cc829c514132019276ba23297
MD5sum: 49c9098db0c82d5bb9471db923d2a91e
Description: front-end programs for PostgreSQL 15
 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 15. If you install
 PostgreSQL 15 on a standalone machine, you need the server package
 postgresql-15, 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.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-client-15-dbgsym
Source: postgresql-15
Version: 15.17-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6351
Depends: postgresql-client-15 (= 15.17-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-client-15-dbgsym_15.17-1.pgdg+2_arm64.deb
Size: 2719672
SHA512: f98cc58c9273bc938a112ee8973d454f7975befb342c1c3765f1945a3fe9846f4bca7b8a0c08f9c0110f79ba1f478dde6c0ade05231d500a2071a36a9b57cb27
SHA256: 6587b6e29c9a4309be88ef24688045eb72c4319add16bf80a867853feef3bed7
SHA1: 6e845b0368d36ceec09ef79b4f1201a971f4c297
MD5sum: 2b69ab7d3bdde96cd90ba54a2e9c846b
Description: debug symbols for postgresql-client-15
Build-Ids: 0b9e1d566077236625db0f38b8b2fd09a2a6e02e 15ca7ef9fa0d089d15304ab6df71fb7d99a248e6 22daad7bce9454bcdc3bc1092844b4042a9550db 32f8fedc0c97809f1cc05f5431021e5276269399 4e5d2805c9c898991f28edafcc2f2f42885d4c9b 59bb1d59b0b233729ac9751c9f79e10572376816 5fba3cba6d8757dbb41b0a694301d201f73f2db3 6868820bee4993613f797a7e668b9f3e55b16d63 7340ce6ea097869d8fd0fa090e5e40d1eb687a9d 7ec246eaaffed2cde9ec71f7cb809a910ba0cafd 8d2c0514ac968c50dd6aa353ea28e59cd882e0c0 92f8f3df338285790c378a3988a14555f63e96fa 9529417a75e11c757e33a225d990e6e5764af689 9537659f79301f47e402a75f79ef9239f8a355fa 9e2b1535b78117ac30fb69e75df36b8fd20e1fbc a7d5b41c849f9466374be136af58e0b85e1f5027 b4f778e39005d963ae8af9f34434128903748724 c0604bd9560903c90ef328fe18948c2cd456c3e9 c0bee41401e3e2fae798bbd725e223ce5c0902b1 d954fe80c82c92e6dd0ce69cb9832a5f691a7208 e9dbd2bebddad213476b49a91da4a82a56f99fbd
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-client-16
Source: postgresql-16
Version: 16.13-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10432
Depends: libpq5 (>= 16.13), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-16, postgresql-doc-16
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-client-16_16.13-1.pgdg+2_arm64.deb
Size: 1911932
SHA512: b401147536b73f7935ef5a236b09fe4acd75840ec7ef907a99a312d16378f273efe2987b02383fd4c41645a75f3c29d2e03df1dd0fb19cd6abc52deaca5e2361
SHA256: 690657231bc35302612920be411f600ab8667b2fc99ca7dd1e1e669c577040de
SHA1: 01b6ca38d6e51757caa1f9cb970c1047eeb98298
MD5sum: 081c3c65718313855c4e41c0f52a850a
Description: front-end programs for PostgreSQL 16
 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 16. If you install
 PostgreSQL 16 on a standalone machine, you need the server package
 postgresql-16, 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.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-client-16-dbgsym
Source: postgresql-16
Version: 16.13-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6656
Depends: postgresql-client-16 (= 16.13-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-client-16-dbgsym_16.13-1.pgdg+2_arm64.deb
Size: 2806868
SHA512: 77b38a5bb5002a54c25894f7199d16a2e3be003d35815fbcea8b6701bd85457dc5053a77d4dde81a4d94ea09130faed6ee2c32de0a8e9a8c7a557db76183765a
SHA256: 2b9a96d1fb6f823b3d0c89a1ab6a619e1f19711423a86dcde118823457bf3792
SHA1: 2a6ce32624a38b6b508c5ee27d37f613e45986e3
MD5sum: 0ed5c92fab9927af6968fbc88609a00b
Description: debug symbols for postgresql-client-16
Build-Ids: 098337541692dc6d53926b45d2c4036dc52f32b9 09a86454b8d66ff3f068859db1c817b0f848b559 15bf6a5c376135b2014988fc8f6211c9b177302a 1e650fe080e0d8a8ab19b7537facb0311a8173cb 208fdce2834793d4e1650cc6662d52f761dbc815 4403c911c133dcd70e2076c7f85ddc8c71d279cb 449f9ccfa8a69498e8b5a217970b727a9eff38f0 552a18c7a4616c87e793b7d06ed8cf1af912ef02 70be5547524dbceac7b48712cdbfa9582d8c7721 756540df1bf9938ba9ffda9dd0a4f9d8f5dce95f 7c460b8c438b9d1303508784ad71169e9a0a2316 93fd63e8401029ace44566dfd9f1458b55d2d9a1 9853d7062c2138c143eb9ec18708aac5b277d88c a0232f79c8ea2b20a366514ed9245b11217dbab4 bf7107bb4eb040fb7cf8475f26482d0c0266f4de c7ff26f44dc6f427c812cc007b47b038b90815ea c889ae9a6e0f7c876b2510da37917759b94df46f cbd7a7a34f2f0c7e2a770bed75f25550bf689acf d344dcb8fea14e2df5c51cc163a9834b509a58fb defb5d32cdbc804e419f8324b888c4725cced4e8 f0c8dd0d1aeb2894ca083622226030913a0cabb7
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-client-17
Source: postgresql-17
Version: 17.9-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11128
Depends: libpq5 (>= 17.9), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-17, postgresql-doc-17
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-client-17_17.9-1.pgdg+2_arm64.deb
Size: 2007492
SHA512: 61ba16cedd62e8bdc1a2682b7db51c963b30517be831c38107af23c93c9ece8a18d18a359111436db7020e3faa229be77089188c6ec875b0863d34fc4aa52e7d
SHA256: 399afd622f0cb20da75149b281e399d4a9870604d3859c2f55a44af0229abc6d
SHA1: 44551b9e0132606570ec115e0a10b159b189e5e2
MD5sum: fcf017100975881ac9d431c68a5d6616
Description: front-end programs for PostgreSQL 17
 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 17. If you install
 PostgreSQL 17 on a standalone machine, you need the server package
 postgresql-17, 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.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-client-17-dbgsym
Source: postgresql-17
Version: 17.9-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7133
Depends: postgresql-client-17 (= 17.9-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-client-17-dbgsym_17.9-1.pgdg+2_arm64.deb
Size: 3053272
SHA512: 3f5ca8cc873696ec9a5a857a2f775de3997e80ce8f38470b2f932707d1ce6d7551fd956a74bae72e22c4cb6042489079e1559810bd612ccc743cd8bfe85a5549
SHA256: a5d7a60fd49bdecf2db8d43f7296da55fe1229851f876a3924485ffaa595c61f
SHA1: 7757cd23715996620d2383885ba1a58f12f799b2
MD5sum: e00bdc9564613f0c0d7d86f1b10760f7
Description: debug symbols for postgresql-client-17
Build-Ids: 1151e2bf9668c28e90f302b82a86ba4b4f9df2d9 14922decf207e89c320388f628e44b8c6318679d 25566ccf749fb0703425ee589355925873632bc5 3cc1f32388bf80c8408a6df7e5d18c1d3ae5b566 4256b2fd5d3cd2f4860a1766cc025cab5a188a5d 4f3097c67cec8861acae5605773a42cbcd9e96ae 76a33f00da2ea0614b15a22face297e78209df86 8f37f166391787e00cc21533405a2f24959d2a53 948663822b786c779e6ba26b9050e8220c38f37d 971566f1e943ad1a1227063c5b64074c0dfc2c16 aed440e4c7286f9c764ef714bb27df9566c79395 af313b5e2b2e6d60bbb918fea1279f1a45399a28 b41f4e993613a845e0b30c62435fef13daf76328 c07679afc95c2bb45ef48eee5dbb6300058dc477 c212634958093a5a14309d77ad4cff88df2acb3b cd7736a05133b4bd17551c9bc87085048514389e def1819dc0a4b553018b17dd10ee897bc403c618 e92648d2ee5c71df88015c41877d37e052a92f85 eae3f5a03e67c754a31f1fcc4d5258de9a1d45cc f4f06fffe7f5a027e50954fa4a34222ce8fed07f fab9f99fbff09b6d5288c4c89fd6a8d1c75add3f fd55f977a86c8a22cbd23a15a63c027e59a06125
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-client-18
Source: postgresql-18
Version: 18.3-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11850
Depends: libpq5 (>= 18.3), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-18, postgresql-doc-18
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-client-18_18.3-1.pgdg+2_arm64.deb
Size: 2082484
SHA512: 053f8d210ea49fc2217ef5d7bc0fe9f5a02acd52438f0776326311fb6d0065ff3ecf4efea67637da50407b58f564822228638ca80453c6bfe14f2136b1692f21
SHA256: 6624aa7e2a02ec920543683a00803d95bdbb91862c19ad99051c9707a1daf45e
SHA1: 8f4995d16591189ca6b3111a8db285ee76d9ac51
MD5sum: 7c0f61f44ade646fa0ea23a63708932b
Description: front-end programs for PostgreSQL 18
 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 18. If you install
 PostgreSQL 18 on a standalone machine, you need the server package
 postgresql-18, 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.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-client-18-dbgsym
Source: postgresql-18
Version: 18.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7760
Depends: postgresql-client-18 (= 18.3-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-client-18-dbgsym_18.3-1.pgdg+2_arm64.deb
Size: 3302320
SHA512: 031d8fd8d043853c21dba76452ca49661f29d1f1f72e63c14dfc6c8f65245d1ea0477ce0f0534e59a4c225d2bb8e9d1139dc2c532747f592205f1da83b0afbdc
SHA256: a86eaf5d90dfb626fcd75657293dfa01a18cfc8f3c8ae9ae1ccfe148683303ea
SHA1: 6a24ecc2a44ae55dfa94640964965ccf6fcc4fa3
MD5sum: af1a948085b448187a877324c141e88f
Description: debug symbols for postgresql-client-18
Build-Ids: 0465904b8b4c05be76d371f3d9065f43cf167253 173ba690ccd02fec37cc8722092d4246cd19a529 1b1ed8dffe2eee7f3e3e377c72183513559f21b2 1f3727411fe85f16ebd6e778c769b6d374335b7f 271e83c900974f569ae2e1229ed07cfb67f20346 2812e78ba159850289dcb7e4bafb182cc0f3e9cd 3446896e0456e62ebc6fa347d7d4345b620b7bf4 3465466538139ccad7fb7bcfacdc898ccc16cc5b 36c03908372d23791d4881411dbb2a0759280718 38b12a88566a3a2824c7c0625ef24c4d4ad389e3 4eccc82108cf9050d0613e3e8837cf1ede72ef76 5966c75baa1d5ce55bd8b7302b8b9926346d1866 727eb118ee00e5519f726be8ba6900c2dd81b0eb 8316d0226e3f28b1dc4287880c862c004ba0f6d2 96abb40fa83d10a79047524708de50101cf2efb5 99620f53678710034c5d85dbd05940ffa18b5159 9b162a1d9a7da7c9dae8000663bc9f76a4644829 b97091373f8f5e3ecabf260730f10d07a40a0522 c061db7baa20d6bf85c8e59f1075e064bf54d48f dd5f7aad9117d2cb8a888642572942d939ed9eb0 ec2d180a6a0ccabed0fc7639adbfef73ae342318 f8f8dc8cbcd224df4bffaebe03ac15c880db997a
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-doc-10
Source: postgresql-10
Version: 10.23-9.pgdg+3
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14151
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-10/postgresql-doc-10_10.23-9.pgdg+3_all.deb
Size: 1821716
SHA512: 0a6c0b1afe582a817452bd8a238d6504902b96e50e0c011c994dd27541870c69faa94a82996222daf02da273e22d738cf1c5afddedf4ee058543030402acbb8e
SHA256: 046bd55f01d9aabf11d5de03a5cc34968650039dbb1f1826aeae2408fc0e59a4
SHA1: 93e357226ee8de14ec163a332223a34a57ef5cae
MD5sum: 2279a76acb65c6dfa4695a3470c7a9e4
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 10. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-doc-11
Source: postgresql-11
Version: 11.22-10.pgdg+3
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14650
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-11/postgresql-doc-11_11.22-10.pgdg+3_all.deb
Size: 1881288
SHA512: a34cbbe7539a10793b9e3ecc04796c46c2581ff1cdf966d2ceddd4b8db8f5956d3594b7cf5e5a6c7d00cf3a1963494119742a8b6bfcd7c4aec866e9c060ee1a0
SHA256: 4982a0d3253ccafac8765f7d8d7469e268732ccb5c29d2cbc804b9ed9e60a406
SHA1: 394a5e061c185ae20f4ca38e361849bb9956f42b
MD5sum: a3491244beabc0f0b738e1a2552ca513
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 11. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-doc-12
Source: postgresql-12
Version: 12.22-4.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15180
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-12/postgresql-doc-12_12.22-4.pgdg+2_all.deb
Size: 1948260
SHA512: 3c53f415bae77b18c705bf117c03ddacdd3ad33d2ea2ff2467960826592148bf3970cbdb41b1297c249c87423359b84ab615a3a86e1840e4ebda50d2f006b201
SHA256: 28f3e56f8b76b5c231d0bcc0445b7aa66a4992b5318fa782e13b0a31f3c8210f
SHA1: f43927d1e9e4fcb926d6c67e08177f5fd0212107
MD5sum: 9dc4528f7bf3f6fcb4f0ab49e469deee
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 12. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-doc-13
Source: postgresql-13
Version: 13.23-2.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16037
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-13/postgresql-doc-13_13.23-2.pgdg+2_all.deb
Size: 2013580
SHA512: 6e62e74d1b23274cc2885284f46bd8122b0c1b1a3692c1c30905bd4252ee0be94f85b0b474b325252561349b42b92828aad5f03533ca8b4dd5ae2c59c9bf4a67
SHA256: eb00e85922b6efd31e257f573b0c76f2fd6ab5d7eb0ea04703a4f038db5cca71
SHA1: 3c8c473b2407a13475358da1a4af86dce39946c3
MD5sum: 4325de1def0a8f40cc1d6d795d0b32fb
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 13. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-doc-14
Source: postgresql-14
Version: 14.22-1.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16530
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-14/postgresql-doc-14_14.22-1.pgdg+2_all.deb
Size: 2073672
SHA512: 7d8b0a25dae5d6f24b6aa400cc8536f45e987926cc7f379054e06d8bc1181ae148455830a5206c57deed0708bf5bb6cab219dd4378494d1be6106f9e62816683
SHA256: 3385e0ddb9e976ca6f68ada47c225e9b2f27123890696b2ea732a5359b83024b
SHA1: 74ec876ad146e9b55e8864e575bd0da1820e318f
MD5sum: 680ec813d0c0f9fea5f944df39c04321
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 14. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-doc-15
Source: postgresql-15
Version: 15.17-1.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16373
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-15/postgresql-doc-15_15.17-1.pgdg+2_all.deb
Size: 2088748
SHA512: ad1a75995e95d87ffd012d900b5c249ed6670f8cd28bc79e8bfef1a6c8d94d27969f14f7896a083b5d5614f417a745116aa02280c59144a5d8b44786ff1e90f8
SHA256: 0cad958e343e70cbcf79a042523574aff673274c19d7229ed4b59cd0b5ab412d
SHA1: 6cb7e897800e530f2a5d63312245d443461e336b
MD5sum: b8f9513bd9e917e22a3e620421cb5e5d
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 15. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-doc-16
Source: postgresql-16
Version: 16.13-1.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16917
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-16/postgresql-doc-16_16.13-1.pgdg+2_all.deb
Size: 2142876
SHA512: 74fd7863dac8a7e80b2fa9a431cc959a9e76c3c944d8c058023c7bbfed606d269ced7ac758c4a40a754fc9819b6589fe4e347af4fd179e5a46b9bece8ecae589
SHA256: 9bc870d4d5bf7cc112f9a0ed1a2991535547721b3ebdbfa71557797846ce5156
SHA1: aaa95818c49c975657c05e31342b890caf355b96
MD5sum: 0550cbbfa0af7155fb85cd21cb9d3336
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 16. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-doc-17
Source: postgresql-17
Version: 17.9-1.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17093
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-17/postgresql-doc-17_17.9-1.pgdg+2_all.deb
Size: 2157796
SHA512: 00f0cf9b4f4a7ba37506163dad560cfb179efc1b7047ae53412950bb4672d796666e5a953d0cabca0c70872fd7bde1fc5af13d283c5c7da71fb8c3ab1198506b
SHA256: 7b0460edecbc8634f0cad0c6850c6071fcf8beb9e78e60e5052c333e3c4b6c28
SHA1: 382542231692fe87789af023e68c4b4e91040821
MD5sum: 3cd4d8c903d6d558669a901ce24b3010
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 17. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-doc-18
Source: postgresql-18
Version: 18.3-1.pgdg+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17373
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-18/postgresql-doc-18_18.3-1.pgdg+2_all.deb
Size: 2189564
SHA512: b18bc39a12c4337ad880403da16bbac917912d3e0937ceaf0960fc6fd44e42be68b1cc94670221ef197e73455c996b3457e1efabe80bd1cb0a4ea252a03b94c7
SHA256: 9b8b6c3a3ff57f523377c8112606182f49ac03a1e13e08ae1a6a6b87a0f38bdf
SHA1: ae7cd4d8ccc1c554e3eb39bb70b76900a2132181
MD5sum: 9442847a11f11bef96052ff9c2829202
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 18. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-plperl-10
Source: postgresql-10
Version: 10.23-9.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 352
Depends: perl, postgresql-10 (= 10.23-9.pgdg+3), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plperl-10_10.23-9.pgdg+3_arm64.deb
Size: 52460
SHA512: f1874f4f03e0d01b3be547c78c991741f29293ac14f1c44cb5746280063e7d423677a1f669ce8aa07be6e52a90d2d9b9a1c5e0260a4c10313a6d53206a731ba3
SHA256: 841e1d493d1ffb3dac3047757b4f5f2afc3bb8ba77406bf9c8e41e1593c8a142
SHA1: 08a00312220a38c85a7a11c10857395000e223b3
MD5sum: a51a9dbdaa73b82ef087916f7a9c8c4b
Description: PL/Perl procedural language for PostgreSQL 10
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Perl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-plperl-10-dbgsym
Source: postgresql-10
Version: 10.23-9.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 280
Depends: postgresql-plperl-10 (= 10.23-9.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plperl-10-dbgsym_10.23-9.pgdg+3_arm64.deb
Size: 163900
SHA512: 103605376454e317d5e77cf86bfa9ed91894c3c3e2721fa7b7680ec1b2c0211a4fd7181e554a3bcf80ea726dbfc88c280506cb0479a3ab03db3d1359714d071d
SHA256: dc652b1cdfcb4e7122aed3acc59060052cc6fb3e5da3ec8270a0985e9e4e4542
SHA1: 8930fab8a074dc12f979b9163f31e26a0a5ace7e
MD5sum: 2f6a38bd3af608c9c1496bff4798a926
Description: debug symbols for postgresql-plperl-10
Build-Ids: 11a8cedeafda2fcccc1efb47bd626402520a5445 5dbea7bec2098b741ff247f5d9adace62c1f57da
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-plperl-11
Source: postgresql-11
Version: 11.22-10.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 433
Depends: perl, postgresql-11 (= 11.22-10.pgdg+3), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plperl-11_11.22-10.pgdg+3_arm64.deb
Size: 58352
SHA512: f28dbaf140cff9611fcac066bb03a837182a326df4405e56646771da9540ff5a354f87e3aa0cc2c70c9ef9c396213486148144f4cb73aa7c55fa62c256282aed
SHA256: 0e68a008571230aa29e0919ec580b6cca9ec4fdf8a40f0e9f9d8682902233d67
SHA1: 7b3d25c8cd8f0bef29aac1b20aebafe41812e922
MD5sum: 565f163f8b75fe883daecae25f7478c8
Description: PL/Perl procedural language for PostgreSQL 11
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Perl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-plperl-11-dbgsym
Source: postgresql-11
Version: 11.22-10.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 319
Depends: postgresql-plperl-11 (= 11.22-10.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plperl-11-dbgsym_11.22-10.pgdg+3_arm64.deb
Size: 179704
SHA512: e371ca7acc154dcab642c3fdf175946b98b455e61ef782c921f98b3a8d33887712af16c28bde317f2f23680bea8f71e540d6516407ae0695669b4f7497733d7a
SHA256: 59ee844a88f13fa26ba6947c1dde7312deebdc27fb74e0aad9a013eca07dfccb
SHA1: bb054439e9f80c7bf56f28d053142c66d101650d
MD5sum: 64d579f21f847ab87750faa9d6bd2b19
Description: debug symbols for postgresql-plperl-11
Build-Ids: 1ed9fed04752c5bd2e80e033f9fe89ef047ac7c6 8b2ad3b2659197328e6a60756c340655f5f1a998 e45e59924d39b854fc270af059563b1157a07a19
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-plperl-12
Source: postgresql-12
Version: 12.22-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 442
Depends: perl, postgresql-12 (= 12.22-4.pgdg+2), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plperl-12_12.22-4.pgdg+2_arm64.deb
Size: 61820
SHA512: 5fc585333e2383b4ab7dd14261569b6ef7616dbee52409287122e6c425f12b9531d3b755a131892baf0270b86b44aa7d1fe16f44ad01d81e69f163560f95e847
SHA256: d7e475a15103171380d58bc50683bcbb1aed0860a5c9cc0472d7f5c2d6283a14
SHA1: a4a168cc7d4cf1025e5fc51a9bf8e7afe823899b
MD5sum: f1ea708ffded6aebb6b3ef59d7757853
Description: PL/Perl procedural language for PostgreSQL 12
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Perl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-plperl-12-dbgsym
Source: postgresql-12
Version: 12.22-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 317
Depends: postgresql-plperl-12 (= 12.22-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plperl-12-dbgsym_12.22-4.pgdg+2_arm64.deb
Size: 182060
SHA512: 9ce4eefbf4a300bcf182c73f45ca8482cff3eaef0285ea6567d55d6febaeafbee3c0f324cf052a24b800e2286eb29dd919281a8b2c9e9faeb091618b228fa056
SHA256: 88a85d46b0dad050b92509acff3eaf5383c9432ddc75bb99863c18d76c90f0c9
SHA1: 8015152bb4d357d1741bf6f1607d0de549a815d3
MD5sum: a6be36a2c37df9cc14b482984ce89243
Description: debug symbols for postgresql-plperl-12
Build-Ids: 2ea638e4f54518a575b38ef0e39d173897664b98 bff253f0fc8d444da24aaae3fd6c38ae4de79f09 d75ea32a4f03be0fabb205c1cea92d7a96df0069
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-plperl-13
Source: postgresql-13
Version: 13.23-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 516
Depends: perl, postgresql-13 (= 13.23-2.pgdg+2), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plperl-13_13.23-2.pgdg+2_arm64.deb
Size: 65864
SHA512: 68f1766beb1df635ba1e08e37337fb82fc8cec052a69f6182ac00906581ca6a6159f87f0a2a8bebd3be726a05f116ba0f7e89127b1fdf71aef42e44b34b5b67c
SHA256: 25dd3aef9cbc81f3bfb39c87edd93aa19452056da5c21b451786185073204ba6
SHA1: a6fc25a848a69f729c4ac2a406ff79bf1938686d
MD5sum: 03006c680d377ac956a723dc65cd0d0a
Description: PL/Perl procedural language for PostgreSQL 13
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Perl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-plperl-13-dbgsym
Source: postgresql-13
Version: 13.23-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 338
Depends: postgresql-plperl-13 (= 13.23-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plperl-13-dbgsym_13.23-2.pgdg+2_arm64.deb
Size: 188388
SHA512: f36510e0b3a5a44a2068e7f4c91ebb67255ee44ee2df8a21e60d15b741fb8e7b3a87fe64c8316bca55606e8e91b1c6cc56a9fc7a41c81b057dc40f96076ff0dc
SHA256: f4e8a0d7e1dc3c0526f2ab7741972673c7e2c2d3900abc9dcab304bd9189c739
SHA1: 4255e712532d7af0715b6e6cc99fc9fd838292e1
MD5sum: 3a0bb5239c409a34387b05850e41c8d6
Description: debug symbols for postgresql-plperl-13
Build-Ids: 10b87e0837194f30d3ba2b6b887541c742131df7 212c9e0dcbf7f6076b7e7122860491d436811a3e 58026d14fbbae6676b4579e319a011bae356c896 82d4fc9df3c86da6dbb045dc7cabd26af7db10ef
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-plperl-14
Source: postgresql-14
Version: 14.22-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 564
Depends: perl, postgresql-14 (= 14.22-1.pgdg+2), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plperl-14_14.22-1.pgdg+2_arm64.deb
Size: 83968
SHA512: a9f62f40907436fee51532f7e447f60f97f7dac9e405ad5580282604d8ff474d18c70f1ed859804d97697aace0d2a6aa4f6857a62db4ef2ac5a6e54fa057a256
SHA256: 192c2cffc74ce88b321fec1182a633ca2af31f69a7369cff26ccef7b66d229a7
SHA1: 629f3a327b87770dbce9d5441d06c322e5c21f6a
MD5sum: b55ad170f4ff52a0e2213b7ecb12d449
Description: PL/Perl procedural language for PostgreSQL 14
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Perl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-plperl-14-dbgsym
Source: postgresql-14
Version: 14.22-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 339
Depends: postgresql-plperl-14 (= 14.22-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plperl-14-dbgsym_14.22-1.pgdg+2_arm64.deb
Size: 189136
SHA512: 9d99dcb3f8fa951c71f242b6c2444f4c858bfc0d8873fa1a70d541d33d78ea486ab7dea5ece8a0707fe413d2ba63426ed7432cd304c034392a1d9263b213420d
SHA256: d99193b6c6c1a22e73ca46cee7bd0e7c5cac3d0d2071396a2f6da4f8ff8323df
SHA1: b0d6a3b42742cd2c0ed0ed62f31c457b730f7d63
MD5sum: e2f1d0814c615ef1903cbca345393a26
Description: debug symbols for postgresql-plperl-14
Build-Ids: 4348d9459cd213551cc4efa75eb3b984aeaa72b9 a5709bf5fa9b70a00863f738d750cec82cb7bcc2 a936d1fdf000ee022940898f0b8abe3eacaf09c3 cabb684340e4db7e45542ebca77604bdcef0e8e0
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-plperl-15
Source: postgresql-15
Version: 15.17-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 568
Depends: perl, postgresql-15 (= 15.17-1.pgdg+2), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plperl-15_15.17-1.pgdg+2_arm64.deb
Size: 84172
SHA512: d0b8307e43d227c7d59af28b39a0c985f36777b9aee35de7d16956867cab0b7fe44a8473934ef3199670b754036c214beb2f03144d0b1bf2edad362cc567ee8f
SHA256: bcc9aaaff24dc9eb350a2d1de391568174ad7ea2fbacaf50e4e1e7978d46636d
SHA1: ff50940032be2d093c7243c6c164bacc483c879e
MD5sum: 6bb2ad08ebb75a2799a81e3812547c85
Description: PL/Perl procedural language for PostgreSQL 15
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Perl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-plperl-15-dbgsym
Source: postgresql-15
Version: 15.17-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 342
Depends: postgresql-plperl-15 (= 15.17-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plperl-15-dbgsym_15.17-1.pgdg+2_arm64.deb
Size: 192872
SHA512: 9807b41988f76d0b926147708dff31257736aee9f75f4bd55061222909e472981c93b91d0db53025186ad85e8d225022e1f8c37e422411dd9160d563a7a8f619
SHA256: f1c5a8b0385ce7fdd3e7783d0883c379ae205150122d5383d875b3edeae42729
SHA1: c735265f35364c1986224e788df054660b05d55b
MD5sum: 95e416765d94d74e35b9ba8644e7662d
Description: debug symbols for postgresql-plperl-15
Build-Ids: b08d69b73cb911ca0cdf5e5fe049428539a57e83 c690a0abe099bb39fc98a16024394d5aef8d6ed3 ce100c1ba7397fd19f1c1160d330734890e200a2 d0349a32143dbc34869fe84b42f064faefd8c34a
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-plperl-16
Source: postgresql-16
Version: 16.13-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 582
Depends: perl, postgresql-16 (= 16.13-1.pgdg+2), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plperl-16_16.13-1.pgdg+2_arm64.deb
Size: 85748
SHA512: 8824044b781190f108dbb6f79e499c9bafde4190969b00d4a6437fbf7fcef05ad4231506ff73ae89fbc0ced66147588a71b97a9dabd5e044960f0d31111870dc
SHA256: 275e9de7bf440a136b6dd0096dbad005ad62c4467d0085530c899bf55732d013
SHA1: f876d30c4e85b56989f21ddaa269cc65a022d50c
MD5sum: efee64547721c9abc0914c0b4feeba48
Description: PL/Perl procedural language for PostgreSQL 16
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Perl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-plperl-16-dbgsym
Source: postgresql-16
Version: 16.13-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 340
Depends: postgresql-plperl-16 (= 16.13-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plperl-16-dbgsym_16.13-1.pgdg+2_arm64.deb
Size: 196248
SHA512: 6ea41e56ff1eb93d3d5221b1164801e1abf6053b4b04c9e25b44d6fe9dd40c1c535094191ff2b6665953db360daed24175323ca3977c1e0da72ca7de2d19ba22
SHA256: 7602989e5b85ca06ae0636aea86570f11a075d72fc8a40e54eb38d565a4065a7
SHA1: e3f315dcbf5eff7ba5ebdfbb891178687a061651
MD5sum: 7acfc83ce3eacdf6cc77c66d597cdb32
Description: debug symbols for postgresql-plperl-16
Build-Ids: 6a0674c4ca808bb7734332f5d305e7d36903e872 886983dff24d7afbae432d3959be9961e96aab23 8e1bc5d08fcfea4e6d7894ff330b8b407d3b9863 f8128f58a39be0794d38e11551037f32ece95d25
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-plperl-17
Source: postgresql-17
Version: 17.9-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 580
Depends: perl, postgresql-17 (= 17.9-1.pgdg+2), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-plperl-17_17.9-1.pgdg+2_arm64.deb
Size: 83452
SHA512: e946fcd12d9bb40f27b44515bf5842be72471613e88a69e30a43f341450d40e9a933c7c07b15fb41f2c517d1a2127c8ff17b179cd86e023b73cabc37822b84a3
SHA256: abb1cd2ad7c39382e36c262ff8bcf1538badd0a1994810240d5462317f860dec
SHA1: 50865dfc5e6f30cafb4f29145a60e744b69722b8
MD5sum: e27d5346143f858653bd28de6a318d57
Description: PL/Perl procedural language for PostgreSQL 17
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Perl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-plperl-17-dbgsym
Source: postgresql-17
Version: 17.9-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 347
Depends: postgresql-plperl-17 (= 17.9-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-plperl-17-dbgsym_17.9-1.pgdg+2_arm64.deb
Size: 199840
SHA512: 6dfe631bbb0ca13ab33dc3f7d93c9832e5d6c780338d2758c2122d4417585b0ddd1e3dee2831ade24ab4f936c888235c0a38d7be34b53f193ca34163b764ca5f
SHA256: 5ac7163bf822faa57c0ac83262bf9ebac3853382a1861c5d5300b0aaf1b802f5
SHA1: b20f619e2999aa518c2283465c3a6dccf3f91490
MD5sum: 88b3b410097be136bd7dda7a9500b391
Description: debug symbols for postgresql-plperl-17
Build-Ids: 2422887e2e2bc35054a59763f8ac1e1bd268c747 24b6d2dc803a2cf86359dcbb96c8c15ef476e3b9 3021071c498e2389a24278a50d93e8ff49a434cc 9d8d548ed731f860084f724bbfe7595a8e46eff9
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-plperl-18
Source: postgresql-18
Version: 18.3-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 541
Depends: perl, postgresql-18 (= 18.3-1.pgdg+2), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-plperl-18_18.3-1.pgdg+2_arm64.deb
Size: 65768
SHA512: 7bcab91e63079a1d07ae47a609ba224a7655fe4fb8c916dcbb5548a52e9146bd749891d59e061d711a5a75f5c34512cc155b8c4db773510746f62b5463392c27
SHA256: 9f4760c7376c18ce6a6a53873d5932749aeaf80277b89f9fa84b053a84d186a0
SHA1: c8f0a13e754bfe7f0eb5d67e5c9292ad41c1b566
MD5sum: 20c506a8d9fee965effdea14328a9c96
Description: PL/Perl procedural language for PostgreSQL 18
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in Perl.  You need this package if you have any
 PostgreSQL 18 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-plperl-18-dbgsym
Source: postgresql-18
Version: 18.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 346
Depends: postgresql-plperl-18 (= 18.3-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-plperl-18-dbgsym_18.3-1.pgdg+2_arm64.deb
Size: 202352
SHA512: d3bdcecf7d471deb72d635edee1d659b400b571a459f7065f730375483fbdbda830affeabc35f2a57cfd9b3b2fcde6b1138750aac3b7e12a4e02eef2ebc984f7
SHA256: d391c5461fe20fad0c5682df58abc4066edc6afedabff2df112a59b2c4acf9bf
SHA1: cbca5e59ddc540af7021c68548672a7d6feb056c
MD5sum: 825a9c7e4f2669bbec675aff0aef06c1
Description: debug symbols for postgresql-plperl-18
Build-Ids: 317ee33b2547f7f7643e857e1c30373dcb4652d8 532f8735f2b3ef1ffa97990701395e8b100c1039 61f1975ba9ff461f6fc65b75f9959f9a2f4ebdc8 b30dcad18dd1349113cd4c0206131951c0dd3a62
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-plpython3-10
Source: postgresql-10
Version: 10.23-9.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 373
Depends: postgresql-10 (= 10.23-9.pgdg+3), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10_10.23-9.pgdg+3_arm64.deb
Size: 48680
SHA512: bfcabc755b9e58a420f6e839bfd769c6cfe5f887df363b2a626877025221d2215bf1976df64b89001cfd8f383d9d4a3fb7e66d74b85871506f141324c2f386bc
SHA256: b064fe08bc2d07ce1c00c9aa0d9e28aeec69673446a72ac6db3397c1cd9f1020
SHA1: 06d615ff4500e3e02e77b5595f76feddd26bdaca
MD5sum: 2fa926c125fddf5447724f57a3e63adc
Description: PL/Python 3 procedural language for PostgreSQL 10
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Python 3.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-plpython3-10-dbgsym
Source: postgresql-10
Version: 10.23-9.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 343
Depends: postgresql-plpython3-10 (= 10.23-9.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10-dbgsym_10.23-9.pgdg+3_arm64.deb
Size: 169436
SHA512: f66c8d85227819c0f4e74dc3025aab780d5a8c31da2e473df24c68b39de71ccd36caa572d4cf93ef69f5fae406ca00f2dc0b2680a5e24f167107bef92de5893d
SHA256: 5709c6b60d8b290bc0ef354b413ad000f0677a4df78d721dbd3a382a291f8a9e
SHA1: 6be77e72b52d2fb6080eeb658deb6f79c0771065
MD5sum: 29daa3138f4e3ed57ec3e5efee07a0cd
Description: debug symbols for postgresql-plpython3-10
Build-Ids: 80d6ecdd1ee90e48d89684805d7cdd54a2900935 ac969bb269c0919b0ad36fb38b73af10651e21db c9c00ae3fce20b77058ce8398fa70802d8071a0e
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-plpython3-11
Source: postgresql-11
Version: 11.22-10.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 445
Depends: postgresql-11 (= 11.22-10.pgdg+3), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11_11.22-10.pgdg+3_arm64.deb
Size: 52268
SHA512: df65739d0010352c60bc9f3ee0a2620f6b7c5d021fddcf657813a2ac4810480e27e9c5f3a323c230d3df717c0f27e1866ee7ae83fdb6ab8992c135b06ab5f932
SHA256: 689a3e3e78f1066d6ca96a50a277fbcb0c1e4c5ae954e47fa3dd9862dd1c6bca
SHA1: 49ad5e52c0b204ca56bb06ab8a3fe0ce5348e689
MD5sum: 4900d2c9c99aa445c4bf44f50b050a6f
Description: PL/Python 3 procedural language for PostgreSQL 11
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Python 3.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-plpython3-11-dbgsym
Source: postgresql-11
Version: 11.22-10.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 383
Depends: postgresql-plpython3-11 (= 11.22-10.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11-dbgsym_11.22-10.pgdg+3_arm64.deb
Size: 187588
SHA512: 71ae4f393b705a53e3357405d6a1d7a624927a3724185b32399326e684cf878f288303df40a01a9ab39c55424f92537ee53534b090d21fca41aaa345d5d55976
SHA256: dd195c8e2b559f29dadfcd09b81b72b6f837df91dbed7c46fed016545b399356
SHA1: b6139ea68e0c8796b65957270cc312e42a10cd2f
MD5sum: 3612c2195d88b30942acde49e019af99
Description: debug symbols for postgresql-plpython3-11
Build-Ids: 34a6a8659b7eed7d50445d86025e9c8cd61bfd71 6d07dd361aa9c975f2c36153b60d4961eb74cb2a 6e4f9d923b3d49c7b508f014079cab76679cbed3 7254a570774d186428d17e3ad10e3442339f6ed5
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-plpython3-12
Source: postgresql-12
Version: 12.22-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 595
Depends: postgresql-12 (= 12.22-4.pgdg+2), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12_12.22-4.pgdg+2_arm64.deb
Size: 85576
SHA512: f4df025d1396f63304006109651cc922a640f9cdb2e71fbffc0d7cb2bb0e9e239fc8c3539c2c2ebfafd831dfddc623a019c47035248242b4e0602316d31e5d71
SHA256: 084eac346e538e4b95e77a19a9145e1773242102895adf773e84ec50e2d41a18
SHA1: 06be6ff5d84eaa3cfa11d81bdd63595be0fbde2e
MD5sum: 33efca78f9d3e3504798149a65070e3e
Description: PL/Python 3 procedural language for PostgreSQL 12
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Python 3.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-plpython3-12-dbgsym
Source: postgresql-12
Version: 12.22-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 379
Depends: postgresql-plpython3-12 (= 12.22-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12-dbgsym_12.22-4.pgdg+2_arm64.deb
Size: 188940
SHA512: 077457e30828db22d092c64025e9fefc4313750fe0f1550b302fb2dcebeeb286df2cecf5f8ec8ee01f4b408b62d42c6e4e026ac4c23707a18f656d7d1ea9eb49
SHA256: 5c1dba129ad9585d0bcd1ed0d4891ff32fd269eb5fc75972561dfbd64d2cd8a8
SHA1: b902c61745431bbe126990b4d79c6e0aa5107c77
MD5sum: 800890044f24822aa3d9a0c9b4cf4bb9
Description: debug symbols for postgresql-plpython3-12
Build-Ids: 755f9c0eec0bb673818c49e154d6ee2f845b18a0 940d14a44a73c233f5b99cd48cf8cd2e796a7eb1 c55aa2fdb1b6f0cf4637a17c002c7ec8f8e30fe8 d9142fca5ed28cde8c696b2a6f93f9904a36d80b
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-plpython3-13
Source: postgresql-13
Version: 13.23-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 661
Depends: postgresql-13 (= 13.23-2.pgdg+2), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13_13.23-2.pgdg+2_arm64.deb
Size: 87504
SHA512: 9ea7b2c4aab3f0885bc3285f60f156c8af000bd6f5a110dba4402e72f61521c9c825929ff196f2b67bda52a93982d125677926336aea310e1f974930c8c973e7
SHA256: 0aa4c1ffed694dd474da5dae2846e95513181b8288207804566c83c84e316f8b
SHA1: 99f561666232c088241f74ac4825c49de257cf02
MD5sum: 4872b55f36542cb907bffece27e06e73
Description: PL/Python 3 procedural language for PostgreSQL 13
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Python 3.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-plpython3-13-dbgsym
Source: postgresql-13
Version: 13.23-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 380
Depends: postgresql-plpython3-13 (= 13.23-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13-dbgsym_13.23-2.pgdg+2_arm64.deb
Size: 189984
SHA512: 87b74e5153ab8f76dde2f509e154e9fef6a90a0e4b9890e06cc42ed58e8d3995abec67fdbf2389a2aa5b59dbfb9df347f9840671b633e8b85688529418fda76f
SHA256: 4b4ba1c79e58bc7450ca1eccfb8aad8101593e928f14ea6d2e69bdca18da8010
SHA1: 1297e065dbe6140c0bb31dbafceb7b7e9341ebb5
MD5sum: 8e00649fb7288f79fc2fb5f2685593af
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 019e749249e96abe7b80956354bcebc1428a0455 78ebd4fdcdda198f52cca34ddd6c5422f4644d77 8a78ab9412be9213b344b303bb8f8efdb56497a1 df292d54dc7546937d7d8b2b09140d8c4610a225
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-plpython3-14
Source: postgresql-14
Version: 14.22-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 721
Depends: postgresql-14 (= 14.22-1.pgdg+2), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14_14.22-1.pgdg+2_arm64.deb
Size: 108700
SHA512: 14641984a64e3d4951bcc2da325340ca3e3fd88b50a16250f5c02fb0d6991be32e2e99040e8eb60e3b999c23f330e1477ae554b600fd78b64a57966a26d1e8ed
SHA256: 7b8b14fd5b3202a5dc07e452bb4f9ff5b0f655a9a78b78969e8ee03e14aa5a02
SHA1: 732e1d189b4b5353fb638de66515d8b1a8fff0c9
MD5sum: bb148c9f7b3cc85eba7e7af97b186664
Description: PL/Python 3 procedural language for PostgreSQL 14
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Python 3.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-plpython3-14-dbgsym
Source: postgresql-14
Version: 14.22-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 381
Depends: postgresql-plpython3-14 (= 14.22-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14-dbgsym_14.22-1.pgdg+2_arm64.deb
Size: 190824
SHA512: bc7481bd49c714446ea58bbbe6901583cde22e39464f400f6f0f2811d9f8d8f13e84cd789339e304c408aee3c54dd6d7a81cfe8e225d62fd93028663adea0724
SHA256: bb30fdeb53fb49e6544f57a8386392135b1ce29de825ff5ba245a9db68ac1933
SHA1: 2d2564e37c8e7f359b0c2c2ccbc60ffb58e3acee
MD5sum: ce800e2ff46c9b21e2b6340f6176299a
Description: debug symbols for postgresql-plpython3-14
Build-Ids: 041ac3a45bd405b6b6fa4d75567e956ded25676b 61edfd7c18a49949472ebfa803e40c81b2ba6888 b039b6d8d3438960d18a1e1a6543a5ecbc5d607d eebcbd05be56b7b15a959ebba7ac7fd0a4674724
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-plpython3-15
Source: postgresql-15
Version: 15.17-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 739
Depends: postgresql-15 (= 15.17-1.pgdg+2), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15_15.17-1.pgdg+2_arm64.deb
Size: 110316
SHA512: 799c3819e24fc66a84f1e4531584ee659b04aad3783372aad71930ea2314370bb161798cee673c6bc78348a9ff55c3233a1e75534f57afdda2069c96fa678b7e
SHA256: 137389a77ede7d2ac05a51dff6c664a1826c0d7b506450529ff8983f4dc2ba99
SHA1: 6ee7d131d833e7473efa860b17c020018c8081c6
MD5sum: 1ac7941447dc899bf120216cf3dc7ab7
Description: PL/Python 3 procedural language for PostgreSQL 15
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Python 3.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-plpython3-15-dbgsym
Source: postgresql-15
Version: 15.17-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 385
Depends: postgresql-plpython3-15 (= 15.17-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15-dbgsym_15.17-1.pgdg+2_arm64.deb
Size: 194588
SHA512: 6d47c1654cda13801d9e485326fc08192fccd3780cb329b80142d999ae491403e07688437face21e1741c3336ced0aad0a453549cc5c90fa170be93db86a7544
SHA256: 2b0bf3a03c9c31f9a6c6ca0da841404c09d388c5139f4fe9e509b38550ca0163
SHA1: e76b2166c2ed04ab3ebd351cbcabda70e6d4d355
MD5sum: df9e532a0362e11a5bca0f6f1201a783
Description: debug symbols for postgresql-plpython3-15
Build-Ids: 2fe1ad738be0ee5fc1c8ceacc02f9101a274dc1c 94dc4ced46bc10f5fbc35e95c63ffd1191be0bba 99ab7fbf8752a3964614a009ee27c19effc6dc69 d52904777fbc8c8c2a810fd9a36c88d67b07bc54
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-plpython3-16
Source: postgresql-16
Version: 16.13-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 749
Depends: postgresql-16 (= 16.13-1.pgdg+2), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16_16.13-1.pgdg+2_arm64.deb
Size: 111184
SHA512: aa0addd5739546fbc69df79b793ec4dad7cd6a1d745047c5d2b87af3f86e2e3f0062c580fb4516b571f0747d19b2d5eede21c88bef5f4b1194031e2a3cac68e6
SHA256: f2ac18d544e5586edd57ee39085e08e38af710376f3891403f314be8973025f9
SHA1: 33abe7e43eb34d65ca936185ccdc307c271bc14f
MD5sum: 71d2b9e8c774676c3db57d596e8c788e
Description: PL/Python 3 procedural language for PostgreSQL 16
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Python 3.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-plpython3-16-dbgsym
Source: postgresql-16
Version: 16.13-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 393
Depends: postgresql-plpython3-16 (= 16.13-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16-dbgsym_16.13-1.pgdg+2_arm64.deb
Size: 199336
SHA512: 27eea64a4ecb663033b5464d91659c646e71f55b3e49548dec0840ef1724a0eeca332546155199359d5e3e69e82b6be3444eeb20966245d843f88b3d92ee6cc2
SHA256: d7ee5dc5f04ee7a653ff9ff894f56e3e610e9e26acf4e8744ada47feaa366d93
SHA1: 1d95f01552d518b45466f539e5abd4da64a203b7
MD5sum: c5ca56776b437f02ddf3544fbd4e518a
Description: debug symbols for postgresql-plpython3-16
Build-Ids: 479c3d7c320602c2c65c3ecbeb325bac080531af 8856337fc86f6a3ab27fd0e38303e8384b9a5560 9ef0f18a9019bbcfbea8b79d02ea7cc80dd29470 f38ce8d3c30524a1dc70c795c9e77aff117ab7c7
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-plpython3-17
Source: postgresql-17
Version: 17.9-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 747
Depends: postgresql-17 (= 17.9-1.pgdg+2), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-plpython3-17_17.9-1.pgdg+2_arm64.deb
Size: 109000
SHA512: 43a9560f5c0412710b2e403a440e5b4fa9b8b284e87c4d2093ecf015536d71c79051e8c5bd2ea846a58702a328fa0f3437e563e124817b6b41be2cd02a136c80
SHA256: 15f6406d7ab68fe91ae9b273f40d11f95a930f6b3405a51cb04028d241df9c22
SHA1: d58cb998e961e1a6851c45e5c5c9e5c80c77356b
MD5sum: c5a7367d0158596b22ff30dc64ac64c0
Description: PL/Python 3 procedural language for PostgreSQL 17
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Python 3.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-plpython3-17-dbgsym
Source: postgresql-17
Version: 17.9-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 397
Depends: postgresql-plpython3-17 (= 17.9-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-plpython3-17-dbgsym_17.9-1.pgdg+2_arm64.deb
Size: 202416
SHA512: 671664477365752fbb22a113588dc2f6beb2c15b815a84beb6cb3475f02dd05ce74dcf9ae441009094fe6532161ada5cfe2d52449c6dc69e108ccfe97474299c
SHA256: 4dbfd1cc75f750f88f5069246ea4a852a154615f5aa030cf12d7a100d0f2dcc3
SHA1: 9ea6e216cdcd5b5be99318604588ced5915fd6f3
MD5sum: fe4d8518f6e33a3d949116f272ced2ee
Description: debug symbols for postgresql-plpython3-17
Build-Ids: 093d2898cc38d75613f2c1e4616543b82a889232 46161a0a3f8242c6d9989e7053d3da1c2c02b1e1 b76d78a7e662d3db8ea3b3c96ba6cc5d4b467c4d f3f4ec65cd8f45fd26b19191ea9f6793482c0605
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-plpython3-18
Source: postgresql-18
Version: 18.3-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 703
Depends: postgresql-18 (= 18.3-1.pgdg+2), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-plpython3-18_18.3-1.pgdg+2_arm64.deb
Size: 89412
SHA512: 2bbf59a1b95e70ad048cfaee25204b4d533efaa1e6eb23ecfffcbab1eb8dc29faae6bf41d24e61c40d57b9fe2f2514e9eea5ad3a0dc328e0af7d2835d3e7aff8
SHA256: 3722582ae0a09056bb81695ac7a45d4fe26431fc635a9bef0d4461dfe8cbb82e
SHA1: c96c7fb25d9df8ef60fa8feb7c2f5cc703572c19
MD5sum: de1d9bb22142b7c9db04bf697bfb1233
Description: PL/Python 3 procedural language for PostgreSQL 18
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in Python 3.  You need this package if you have any
 PostgreSQL 18 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-plpython3-18-dbgsym
Source: postgresql-18
Version: 18.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 387
Depends: postgresql-plpython3-18 (= 18.3-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-plpython3-18-dbgsym_18.3-1.pgdg+2_arm64.deb
Size: 188984
SHA512: bb06b202a6a8018ac48234a019384bc62b7b123d65826d335741a1165285dd404d2cfc061a882eaf99de40a661dd57d5116326272a7d521b13ed1d0372c5639b
SHA256: f994badaf0ac17b273010a5974af184c453f4a4bfc27d90673c39d3689c14406
SHA1: 6c866ff48f74a719b2765b4b868788828210582c
MD5sum: 81f0fbe486751b4c719bf8c6554b2132
Description: debug symbols for postgresql-plpython3-18
Build-Ids: 0e201a696d69d1e4573a01f48e79c386e631c6a4 4fd13d504cb885036e9b2d8113b13edab48782bd 861e22485697adbc582137a42088092b9da60158 a00e3c8389ea8997558617a8ac68b44b3f97ce07
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-pltcl-10
Source: postgresql-10
Version: 10.23-9.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: postgresql-10 (= 10.23-9.pgdg+3), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10_10.23-9.pgdg+3_arm64.deb
Size: 31476
SHA512: 4e3b526cf4de665ce8f4b112d64e81bc2a8c804b928dd5aea7e3a35c14569d8fb4793399bd42eb86b222119f8868e85a8a6c272c734ae5229013924efe1ce504
SHA256: 8de783868061ab20ef85ee6b13be5a99146e65d9599014190a96d4f0d22c067f
SHA1: 6d6ad0845db3916461efa6f20aa2be0394ea33a0
MD5sum: 82cb92dbed586b535bdb5232b75b50ec
Description: PL/Tcl procedural language for PostgreSQL 10
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Tcl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-pltcl-10-dbgsym
Source: postgresql-10
Version: 10.23-9.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: postgresql-pltcl-10 (= 10.23-9.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10-dbgsym_10.23-9.pgdg+3_arm64.deb
Size: 66088
SHA512: 499960790f80c6171aff5127a3b1c3531a75ca77887cffdad5e130af1470735bbfaa2343751807671fa2fd9adc6ede591b460601f56c57fd9ca5a583b6273201
SHA256: e17b0b5107c69d6b39abdd1807c7c50e0608cf75cc28d926d0cc58fed39406f5
SHA1: 222ce107336fcdfe76c8d5514b5b56fa32cf9c33
MD5sum: 795485e2bc93928fdb87d36c519ae21d
Description: debug symbols for postgresql-pltcl-10
Build-Ids: 365d2f71d0ae8ab3c971a1d759d1d9a4430c5b14
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-pltcl-11
Source: postgresql-11
Version: 11.22-10.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 174
Depends: postgresql-11 (= 11.22-10.pgdg+3), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11_11.22-10.pgdg+3_arm64.deb
Size: 34188
SHA512: 13121fce0da86fb06156bcb3bb8eb53aaeebcf2cecc4fff0309da5607bdd9084dfb571a0b70783f4cee07b56171e909a8dc22e9ac8bd5c92c94a8a1042e2802d
SHA256: 94980a11a261ff260aa521a03f1ac0bf10581710278714b70fd7c66864b17360
SHA1: 7198f11ab0405a8601a65b343169186099af2925
MD5sum: 6e2b4e67667626d409ccd1de931d81a5
Description: PL/Tcl procedural language for PostgreSQL 11
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Tcl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-pltcl-11-dbgsym
Source: postgresql-11
Version: 11.22-10.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: postgresql-pltcl-11 (= 11.22-10.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11-dbgsym_11.22-10.pgdg+3_arm64.deb
Size: 69540
SHA512: 41daa3474da33face21b54e7a105f8260fe5d109af01eff9fac72580415fdd2b095f732b8c07f6d57563707d41329c6e9e55e16d3d1735ad400be16161e264fc
SHA256: 2bfc5e239db0b82f680ae4c2b785cfefc587688b21c85b37c93f317538592b11
SHA1: 11aaa7258a5050e25073dee58ff7e6f5f7330ea7
MD5sum: 3d4daff7b62145b88a421c51981ef772
Description: debug symbols for postgresql-pltcl-11
Build-Ids: a89d3d3aaef0515256577c4c76f37a843c2ddd7b
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-pltcl-12
Source: postgresql-12
Version: 12.22-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-12 (= 12.22-4.pgdg+2), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12_12.22-4.pgdg+2_arm64.deb
Size: 37536
SHA512: 081e82e8a7619eeb2bb14f0cc1099af2a781a39245cabe06fcf23a0a760cdd6261f1d9eadd129df442a5739ba6e32bb786bb538c6a82728b0bb8b009f3647ccf
SHA256: d1411d296aa4768adc6cda6520314c59e08427766da4c2124a4e946ffd2cde51
SHA1: 2512b618cd25097f0656d055e36195949a7627c0
MD5sum: 97b933ef297420dfe476cdadded7e84b
Description: PL/Tcl procedural language for PostgreSQL 12
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Tcl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-pltcl-12-dbgsym
Source: postgresql-12
Version: 12.22-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-pltcl-12 (= 12.22-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12-dbgsym_12.22-4.pgdg+2_arm64.deb
Size: 70856
SHA512: 09ba1be72228cd877124dcd063ae6fc9af6b14c1fe67592f174a2803576edcb206edb6eb4c457f5840ccad5794d0bfd9f536ee0b0c90bdfcdd53643c2416f329
SHA256: a0cabe3b1d90621c18f17531889b99c9481096255bed01d38380924600b574e7
SHA1: 8ee9547bccec30693b79db38ab65d04d2203a243
MD5sum: 7db2e82c2f4930b1dfe86dc14458cca8
Description: debug symbols for postgresql-pltcl-12
Build-Ids: acf0d8da8a58b43be139a5b79c255ac1de3ce05d
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-pltcl-13
Source: postgresql-13
Version: 13.23-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: postgresql-13 (= 13.23-2.pgdg+2), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13_13.23-2.pgdg+2_arm64.deb
Size: 40928
SHA512: d569742b1a0a5e63637e02c0f8899b016e59aa327faafe1e63886e24b2cf2537f57228eb21915dd7b177d77bb1cccd453c8876a18ae03434419daac2417e9f73
SHA256: cc2eeff7336f960abd0b04fb73af641b43659021f26ad02cc4353d6326a6db1c
SHA1: 1eacf5ddfc4cfcd59bec7a4e5458b65769a40589
MD5sum: 44c5dbf38d8ef17e7ae3d12b421a49c2
Description: PL/Tcl procedural language for PostgreSQL 13
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Tcl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-pltcl-13-dbgsym
Source: postgresql-13
Version: 13.23-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-pltcl-13 (= 13.23-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13-dbgsym_13.23-2.pgdg+2_arm64.deb
Size: 74144
SHA512: cfe30e6dc89efad9da61a1d21e5ac05648b6e3f71421f7ae024a37d3c2afdff3b299e98c58a2860b285e2598488b1e0f513bcf4c7599daa68de16faf96c390ec
SHA256: e82261af263ffcd598afee137f5d132bd12664c259cc04e2f88015aa69b1d162
SHA1: 1e54b94f0e5f7faa9fa6626ec2a1273f8e6662a4
MD5sum: 7d9515f7f267dc4caccf71e79c9f81f0
Description: debug symbols for postgresql-pltcl-13
Build-Ids: 691785efd8e9400070101bf88b26e8b60061d4f6
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-pltcl-14
Source: postgresql-14
Version: 14.22-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 191
Depends: postgresql-14 (= 14.22-1.pgdg+2), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14_14.22-1.pgdg+2_arm64.deb
Size: 42644
SHA512: 09b4cdf1ae6bdede4cd6562f6ea40625c1ae257770bdf0b844ad04619700f5fadd7b19b0060b11a5c05a752ae48be3ff3a1f18ee567e054e1857929c7edfb0fe
SHA256: 93b43d072fcffc6e128cc3478bc4b48ea75645b30c224f2343ad09798019ac3a
SHA1: 3e604e8247f1339b56452899b584aff8291f6ea7
MD5sum: 72167cc52f999d346c37d18e256ac013
Description: PL/Tcl procedural language for PostgreSQL 14
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Tcl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-pltcl-14-dbgsym
Source: postgresql-14
Version: 14.22-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-pltcl-14 (= 14.22-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14-dbgsym_14.22-1.pgdg+2_arm64.deb
Size: 74880
SHA512: 1e47c5c9d10b16dcda7c2f5f0e084cbfec511bd22d236ba781e493b409d7845c716a9c03f453f7263316934faa7d837baf12d8cbba7b7248ed22bb99706fed17
SHA256: ceb8e8457776f3b2b7e30ee99c75040d19cfc0513d6de85aa67eb07b93d89858
SHA1: 7bde51d598a3b910c93dbeb54aadc3017a4d634a
MD5sum: b9f71da35c68e8321da6faad53b80ff5
Description: debug symbols for postgresql-pltcl-14
Build-Ids: 14cd9d65acfdab9ab906afb90a1527395cbad311
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-pltcl-15
Source: postgresql-15
Version: 15.17-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 201
Depends: postgresql-15 (= 15.17-1.pgdg+2), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15_15.17-1.pgdg+2_arm64.deb
Size: 44088
SHA512: 98073f31887e3150cb84b52aa78d7f5c8cfaee1e8f9abcec60d752f51e160ae9baf0fc6c62c3a225ab9a6ddce77e480b76b4da99f2ce77a861c2c0d9d93f671f
SHA256: a7dccf8fd3a5c002cfba559a4b3aff8edcc9dbf2c59b987fa851fde8283023ed
SHA1: 0f132ea3fd44e8f97a240f2dfea8e324f12c2b3c
MD5sum: 9f19f6583616d86338784bb946a388d8
Description: PL/Tcl procedural language for PostgreSQL 15
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Tcl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-pltcl-15-dbgsym
Source: postgresql-15
Version: 15.17-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-pltcl-15 (= 15.17-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15-dbgsym_15.17-1.pgdg+2_arm64.deb
Size: 78444
SHA512: 80e8b7ab9af872b482a8871d79d4d3f77a331f8e64463f7358f28c580b116fdece16f1a14f8a627a1ce0cfd4f0cc83d7e0a3b829a6713379b7bdb6cafb158f49
SHA256: d573c72bd31d96220cc7b88d9361fb129cbd510db3e6b58c0e5a8a090e868394
SHA1: 79957c5fd4e852eceb180453809baa0c41d3104e
MD5sum: 444ca6737d9c0bba61e6b80b71ee96e6
Description: debug symbols for postgresql-pltcl-15
Build-Ids: cacfbccecf0eb92cd48bc580c69151dfc02d2c66
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-pltcl-16
Source: postgresql-16
Version: 16.13-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 210
Depends: postgresql-16 (= 16.13-1.pgdg+2), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16_16.13-1.pgdg+2_arm64.deb
Size: 44920
SHA512: 343e177d99e3b43d25a414fdd154ebc7b888afea65cf8f7be4eec9c30788dee1087ee0cb4b6931394005dda99e9214c76ca52466fdb1df37fa83d756426cc025
SHA256: 1b53e32f4111e828b2757045c32be02b8d24d4739c60f7e168c1040b38c658bf
SHA1: 5062b4b84ce53ec682c424e53d5c6afa3950b42a
MD5sum: 3575b4bfa7bb364906b420a529b48f94
Description: PL/Tcl procedural language for PostgreSQL 16
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Tcl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-pltcl-16-dbgsym
Source: postgresql-16
Version: 16.13-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-pltcl-16 (= 16.13-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16-dbgsym_16.13-1.pgdg+2_arm64.deb
Size: 81344
SHA512: 27262ac1f88956f903927f6b044a9a0bf8da86c41b807ed49f5dfa6a322736bc8d94c8113d726f961164b2aba375517f7cbde293fbabbb4a966c688f3b901b55
SHA256: 4d6833eeaf6fb2ac91806783f9d76046a01275509407fa83d737b2543464f6b1
SHA1: a834b83853fecf498767b3ed7f5b941e4323b73d
MD5sum: ac5027d069915726965c3aa7e693788d
Description: debug symbols for postgresql-pltcl-16
Build-Ids: 7683e227a72cb0c3707f06a44f17af379e45b28b
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-pltcl-17
Source: postgresql-17
Version: 17.9-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: postgresql-17 (= 17.9-1.pgdg+2), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-pltcl-17_17.9-1.pgdg+2_arm64.deb
Size: 42568
SHA512: 0850e406f7620e070d289e852bfd0dd4f36f63fb539703eb28aa1ae86517fe6e398f81c0cb38f1bbb9a447a680f4cfa01dd54a0cc6445c95d4a4c10733cfc294
SHA256: 6a1be025c536d1ad829d67811d67c58c2334965fe44d0fcdb80e0142f31c42c2
SHA1: 395115c5256143998b7064d24114385b04c63790
MD5sum: bd3aed5fbac2b3e5bdc6835050fb6311
Description: PL/Tcl procedural language for PostgreSQL 17
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Tcl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-pltcl-17-dbgsym
Source: postgresql-17
Version: 17.9-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 155
Depends: postgresql-pltcl-17 (= 17.9-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-pltcl-17-dbgsym_17.9-1.pgdg+2_arm64.deb
Size: 84896
SHA512: 185f024455290c39f0909ceee83cbb8c155ed03088de4e4f7b8bb675ba3acf36c1de8860e3c47635ee2f4688ec3a56d2b4f7454dc0ff9072c16eaccd97a8c2b6
SHA256: 5d374128eb3ef7157dd6e78ccc70d8d39724d6a675d25f8b9dddc7fc0f88fd7f
SHA1: 36d67db717adc9c41fd9b973bfbfec4c2c3c465c
MD5sum: 11cbd6295253acfcedd0e78bfb44ba20
Description: debug symbols for postgresql-pltcl-17
Build-Ids: 08f0f05a47321ab45bc20ecf59fe01366e5a898f
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-pltcl-18
Source: postgresql-18
Version: 18.3-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 205
Depends: postgresql-18 (= 18.3-1.pgdg+2), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-pltcl-18_18.3-1.pgdg+2_arm64.deb
Size: 40596
SHA512: 61f258e683ebb1e254bc5a09d6fe1929dc9e84f41283c995cec231bbeda5a94d11072c17911425a181cd1324cfd48b70a0d6759172325af07d856901544ae6c1
SHA256: 60f642fdbaa3b542168eb67b19dfa19e53e7934b64a556c10b11831bcc86f1c5
SHA1: 210e546ae039b13e8a4247cd74237a3f30259a19
MD5sum: c6eec97e4cee08bc647d6553ebdd517e
Description: PL/Tcl procedural language for PostgreSQL 18
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in Tcl.  You need this package if you have any
 PostgreSQL 18 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-pltcl-18-dbgsym
Source: postgresql-18
Version: 18.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: postgresql-pltcl-18 (= 18.3-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-pltcl-18-dbgsym_18.3-1.pgdg+2_arm64.deb
Size: 88476
SHA512: a71a0f19d51ef612b5270513d4c6e580c9a74fda920f4b2ebe33c52b2ef6f92e50ca77a0faabfcbb963cdfc1a48e4c78bb7cda63d6d3bd4b0303d59347ec7cbd
SHA256: dee516303b6fc98b868a10ca246234ea6fc1859eacdbee2b0c7c859368a5bac1
SHA1: 8d27539fa98fa3867240d40f162b66f391defb90
MD5sum: f4a5db4399217a6ffdb60771b1f0ba82
Description: debug symbols for postgresql-pltcl-18
Build-Ids: 7a10e47501b73ca1c47263ce7f7aed02f324896a
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-server-dev-10
Source: postgresql-10
Version: 10.23-9.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5517
Depends: libpq-dev (>= 10~~), postgresql-client-10 (= 10.23-9.pgdg+3), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Replaces: libpq-dev
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-10/postgresql-server-dev-10_10.23-9.pgdg+3_arm64.deb
Size: 937768
SHA512: 690a01e80221b309133c9c199b6a8dbccca5fbd91adca02c38e0002b5bb889354aadba426de01b180ff96af16094034dd1ddf9fa74dfd23a9aa2726deabf3d42
SHA256: 5b98e22e2ae89882f9f827d67fef95b99de1ce18bd8508bec566398d5b239d82
SHA1: 71ad5f96ac7ff2b5208e0ef36d7de9eb40f6115a
MD5sum: 51a0e0f06b148357ca1322c3f68054f6
Description: development files for PostgreSQL 10 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.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-server-dev-11
Source: postgresql-11
Version: 11.22-10.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5066
Depends: libpq-dev (>= 11~~), postgresql-client-11 (= 11.22-10.pgdg+3), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-11/postgresql-server-dev-11_11.22-10.pgdg+3_arm64.deb
Size: 922896
SHA512: bc6696bee1076f08926a367a1d464f62232b5b384c9cce08f762c3ea2f376636140af0c096148fe7b31a96c46f5618bd0504edefbc124ee1e54269db4e5524ab
SHA256: 62a91dd434cbcc1f6b992d0217f96c428a1ba09e22b89d99f7873b74a226b973
SHA1: 756c01a0786db26952ffad9befcd37262def64c6
MD5sum: 9df176cbfd361e52f9a4e354b966f85c
Description: development files for PostgreSQL 11 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.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-server-dev-12
Source: postgresql-12
Version: 12.22-4.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5741
Depends: libpq-dev (>= 12~~), postgresql-client-12 (>= 12.1-2~), postgresql-common (>= 142~), libc6 (>= 2.38)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-12/postgresql-server-dev-12_12.22-4.pgdg+2_arm64.deb
Size: 1006524
SHA512: 6436aa3ee0bc706b10eeadc5c57ef4202212c7cc9e5397b4982271089b5d9e153dbee8c1f9d46481e56c0fa45ba1810d3bf650816aaef34baf94d3c521efa30e
SHA256: 5801f5868352712ce45bf1f9cc6f8e10e013702a88d3b81434748185a5de5436
SHA1: 1b81776d58cc26077f6de3523eda73b1f6a089f3
MD5sum: 00a7954d4a084e2b031ed07ce1559a4a
Description: development files for PostgreSQL 12 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.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-server-dev-12-dbgsym
Source: postgresql-12
Version: 12.22-4.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-server-dev-12 (= 12.22-4.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-server-dev-12-dbgsym_12.22-4.pgdg+2_arm64.deb
Size: 57720
SHA512: 4c6e5fdcce19599ef475f534123f06ba18a42537c2dd03d0faedadd24cae3d834e23d950080ff980d1059017dbb54ef213700baeef009b8d5185469c9639ff3a
SHA256: 4958cb9f9508759c64a59f8c5d988607bbbb903c87a296185510ced59dfb6081
SHA1: 0e1005b7ed398f1b04fb21af02f3a12899646442
MD5sum: bae8aecdc8817ed8372d0b0146ec0553
Description: debug symbols for postgresql-server-dev-12
Build-Ids: b23c6390ac32560586a0597a5f794d29873355fc
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-server-dev-13
Source: postgresql-13
Version: 13.23-2.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6284
Depends: libpq-dev (>= 13~~), postgresql-client-13, postgresql-common (>= 142~), libc6 (>= 2.38)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/postgresql-server-dev-13_13.23-2.pgdg+2_arm64.deb
Size: 1061668
SHA512: 420df79cfa1a5d7dbf19f50009a6b9bbdf9176042dd107f12e531f2bb024f8b554df7ca577b86d02452967f13e07f01a0e2418ea68f6f17b78815e211b5ca723
SHA256: 878d2441c695191e994fa651ebae1c812e436504500d411d2c59e9cb926eb82d
SHA1: ffac455dc1939829df9c8b1215f5257fab6c442b
MD5sum: 7db3886529cea6e9596647f1dc71d159
Description: development files for PostgreSQL 13 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.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-server-dev-13-dbgsym
Source: postgresql-13
Version: 13.23-2.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: postgresql-server-dev-13 (= 13.23-2.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-server-dev-13-dbgsym_13.23-2.pgdg+2_arm64.deb
Size: 62888
SHA512: 43a5a4cc1777c0ce8a8d15777b971a0a4d8ea410586dee799fa92a1b1bcb017222092aca2c36c1eeb7056c90c47d76eb668d0f6c38b21a0a9fb0c0353415f871
SHA256: f28dedfa3e4c2e2b03d7c5a6b472d29420752876ddee9b78ac337c39b66092cb
SHA1: 7f2b7c6d2935ba0ced9e24eec783edf81b7ec51d
MD5sum: fa7c9cd89f015f0de511c55283e7ba4d
Description: debug symbols for postgresql-server-dev-13
Build-Ids: 098c1c3e2eb4e72559ee64c60afacceb8acb8cd4
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-server-dev-14
Source: postgresql-14
Version: 14.22-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6801
Depends: clang-21, libpq-dev (>= 14~~), llvm-21-dev, postgresql-client-14, postgresql-common (>= 142~), libc6 (>= 2.38)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14_14.22-1.pgdg+2_arm64.deb
Size: 1141744
SHA512: d6e5c2a712323fb141b4295966a04a816cc01a52b419daeb6e136f3653a5753a55c841457f0a3e26c48dce30fe0be2d8e6ba66421a2720c082eaebe5c336f3b5
SHA256: 580f4676a75a6ff566b1a0b67504f5e8b0e80fa33a739bfcbee5db5c8cfd9f4b
SHA1: b399783572f275582c24e2fef9e4e6eedae2fb99
MD5sum: 2da6489552666b17b16ce799a80dbab1
Description: development files for PostgreSQL 14 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.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-server-dev-14-dbgsym
Source: postgresql-14
Version: 14.22-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-server-dev-14 (= 14.22-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14-dbgsym_14.22-1.pgdg+2_arm64.deb
Size: 70624
SHA512: 0a82f4224bae8679681dfecd69608a857a535333d1af579859976f06e4135c2c5eaf92fa6765bab4ea0ee75d8bc8080f3966e407adfc97ed710c09e70ac533cf
SHA256: 172104c9b311ec63e16fb376263ea058b865f21968a4fdf7f22c504d21854b8e
SHA1: 7f6b30481a943aeb041adbf92820276572457346
MD5sum: 974e015ced66a0ebfc4c7c9063d98ca0
Description: debug symbols for postgresql-server-dev-14
Build-Ids: 56d474965147019acb1cd7152bcaf6c9116fc181
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-server-dev-15
Source: postgresql-15
Version: 15.17-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6967
Depends: clang-21, libpq-dev (>= 15~~), llvm-21-dev, postgresql-client-15, postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/postgresql-server-dev-15_15.17-1.pgdg+2_arm64.deb
Size: 1169836
SHA512: 3e35b4e0df483c9d9842aae43acb7ef31cc2cc6adcad3bdcff5cb235afd02f1b5c16124406321eaf09bbf0f59e17a7430b42588203fdb499c4e06bbcdafe0018
SHA256: 5cdfb565e6e60d6370b012ffbc8dd25df3e52b319eabf4dc3ec4fdd358af00ba
SHA1: 34ba27cf6e77cb6571d0d5758adecd183b18dcd6
MD5sum: 422f6f5168901225a0ad2603ace51125
Description: development files for PostgreSQL 15 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.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-server-dev-15-dbgsym
Source: postgresql-15
Version: 15.17-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-server-dev-15 (= 15.17-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-server-dev-15-dbgsym_15.17-1.pgdg+2_arm64.deb
Size: 74252
SHA512: 545ca2f2e473696b7d97af107d78703e383c10d66d504c45a4f485850049d0ec56f4d1c18a280c972859e98a021b1b9154cb176d119c07c442c654ecad3d0d2f
SHA256: bd6b4c2e3e677bd3418f4d35b79aece1fe98dad96b0539016e3e4f0dd14cb4cb
SHA1: 05b31650a3ddd848ee4c1ffc09caa5f68b250598
MD5sum: 17e4df28f5e7237b35f629b1c4566400
Description: debug symbols for postgresql-server-dev-15
Build-Ids: 714562cc378fc0a6c08b70819b6c514fa58b06b5
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-server-dev-16
Source: postgresql-16
Version: 16.13-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7150
Depends: clang-21, libpq-dev (>= 16~~), llvm-21-dev, postgresql-client-16, postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-16/postgresql-server-dev-16_16.13-1.pgdg+2_arm64.deb
Size: 1196992
SHA512: e109d53a0909b04a535874b43e056a8eecc662ad6271a40e34090bfbe712847b18ac4bb637f92c294672fa325befb57a09bc95afa256f3e9109a0d8cc530fa25
SHA256: 5f56871617bb459c6674e50e99c8d2f5032da6aa8889f5dc7c23ee2fa18e9279
SHA1: e784d363aa2d0bc2f302e2ad55d882df799ff8c1
MD5sum: eff34b0cb8d5695739bcb6d56d7438bd
Description: development files for PostgreSQL 16 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.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-server-dev-16-dbgsym
Source: postgresql-16
Version: 16.13-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-server-dev-16 (= 16.13-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-server-dev-16-dbgsym_16.13-1.pgdg+2_arm64.deb
Size: 78292
SHA512: ad59dbff27e419e64910780c9e090bb52f747267871f83a52f0b1cda026c62b866a7b77fd0854b48df95e385eb268545e25b0ccd7fc55cf9589c41dd06529c8e
SHA256: cde3d0232ae55401ccbefd631cb5983c0f9f712829917ae687c695c077a3df70
SHA1: 3dbcb873ed9810921e7265fb342e9c716db6c80d
MD5sum: fa8b949fc3ab50db39be9a859e0650a1
Description: debug symbols for postgresql-server-dev-16
Build-Ids: b6c09cd619603c04909d828b828d9e426ad18687
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-server-dev-17
Source: postgresql-17
Version: 17.9-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8372
Depends: clang-21, libpq-dev (>= 17~~), llvm-21-dev, postgresql-client-17, postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-17/postgresql-server-dev-17_17.9-1.pgdg+2_arm64.deb
Size: 1332608
SHA512: 34e329b4a993365fb8604a6b853d3a093921368d69ddb79f78ccc02bc2cf2da18f0933e38c90cfdaa137e7b410f6e2d0d0a01207897b15ca4f62efcb9eb18a79
SHA256: 4c95c7b9c317d9208ee11d4c7f840f452785b5a9b61c5febbb7dd98bcd7b3ad7
SHA1: efb8234b380e6b012290721832d8358baca51c9a
MD5sum: 91e180b0d931b9541822e8f8a9681fea
Description: development files for PostgreSQL 17 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.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-server-dev-17-dbgsym
Source: postgresql-17
Version: 17.9-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: postgresql-server-dev-17 (= 17.9-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-server-dev-17-dbgsym_17.9-1.pgdg+2_arm64.deb
Size: 137456
SHA512: 91ba8a9b306bb7bbe9dd2d01e6f069f3b31c848de949aca1a2866ad87554f859a803fd3a98df33b14956de001732472001e35b357670ca6c543107f208f6e58d
SHA256: 07861bd578d6f436761d7991ecc903e0c3cf684d6523766a5217019304c5f4c6
SHA1: a33b7b659053eed9211ba992f1ad5c6431d96e3c
MD5sum: f724ead5d41dc58dfd6333e25af36052
Description: debug symbols for postgresql-server-dev-17
Build-Ids: 71fa03bf62d095e7c920e343eed90918df46e4af ad0850d1ea2ae8318f5e38259f0f96d36415102a
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-server-dev-18
Source: postgresql-18
Version: 18.3-1.pgdg+2
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8833
Depends: clang-21, libpq-dev (>= 18~~), llvm-21-dev, postgresql-client-18 (= 18.3-1.pgdg+2), postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-18/postgresql-server-dev-18_18.3-1.pgdg+2_arm64.deb
Size: 1393792
SHA512: 0c7c38548accebdd4dfc7a8edd0a9fd41a4d04d35ea76707657d483e996d89b8d824cb51eed0144086e65cc0de3173e013dd8c310d9e6fe1c7e3972b11e42bd1
SHA256: e1f5ae93807f51868d214ed29a1cba8ec826abf6819678dfdfa68262c8a9ebd8
SHA1: b064972765c578eaa54dbbc36a4988631d5db02c
MD5sum: a029cab0e80c3c064df039f5b21e4d75
Description: development files for PostgreSQL 18 server-side programming
 Header files for compiling SPI 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.
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-server-dev-18-dbgsym
Source: postgresql-18
Version: 18.3-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 253
Depends: postgresql-server-dev-18 (= 18.3-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-server-dev-18-dbgsym_18.3-1.pgdg+2_arm64.deb
Size: 133616
SHA512: b3d599dd6949a8fc6d5d0813acae94db76291e93fc5caa7def569327fb8c3bcad91cd52db7377404de690f21f5eb0a66465a4c51f3625f401b61e0b596e2eb55
SHA256: 7074c5b4dc1bc3012a18f52b903174e540df7d1724ad4f0bbcac401e5d7664f8
SHA1: cb64c4c5afb513ad81f209deb96729257fbe618d
MD5sum: 3eb8b6bca8751b2eca7fa308b0e178f8
Description: debug symbols for postgresql-server-dev-18
Build-Ids: 05e83dae8555319731a8b9ebbf6420039845de3f edba880fe2567a6add2d619485f9e2b9a9e0f255
Timestamp: 2026-04-10 20:58:58+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.26.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15107
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.26.2+dfsg-1.pgdg+1_arm64.deb
Size: 415080
SHA512: a1e0ff8de502a6fdca2972c535937ed446301aae73ef1383c8840de8bb70397918254b52d25e8ff9a7d98a18b66329abbe18ca6c84d8834de49707b08a03855a
SHA256: 465b15b0b15d1387c8c5eb359ffd4e3124badf08acdd44c19ddcb3fed3d2725d
SHA1: 861636be19ec231372bb1a33159b09367cef0980
MD5sum: 2840b03185b7ebed96584334bd432047
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-04-11 18:01:17+00

Package: postgresql-15-timescaledb-dbgsym
Source: timescaledb
Version: 2.26.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2156
Depends: postgresql-15-timescaledb (= 2.26.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.26.2+dfsg-1.pgdg+1_arm64.deb
Size: 1196380
SHA512: 9a2c4f89dbdb73738cd0f03fadbf3775fc4fea956449497f74c8ae858129075ff5920b50b1cb15121e46f313eefe79243993008b0aa794f7e9399976b9202878
SHA256: 9e97f5abc447d6483bed5435f8e9073e1763c252310f2360f0082ae3bcb7a443
SHA1: 524636ee2377efb4e15c64459d18ff3f27a04edd
MD5sum: 8ae507019a84e5a657031ca0f3cbb01a
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: 8b6129da3df418382d9e94e8680181f43517af01 a9f5a208f910194e98055ff2a99054ecffed27b7
Timestamp: 2026-04-11 18:01:17+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.26.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15107
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.26.2+dfsg-1.pgdg+1_arm64.deb
Size: 413936
SHA512: 579299096b119a75c51ecd7187a3ac08ee3fe40f8e6ee21bab57e4fe2ca758b9a89aee16be4da455a7f82a7d779e71519612e9ecc605e8c81af83ada28c61cca
SHA256: d3054078759456dddbd891f9ae37b7f5d573c3d3b7ab468e7245de5e2e4f0251
SHA1: db5f86c99de06333b0393ec41c553e6436d0e177
MD5sum: cce8727700bc80df249168b8600a7b3b
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-04-11 18:01:17+00

Package: postgresql-16-timescaledb-dbgsym
Source: timescaledb
Version: 2.26.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2203
Depends: postgresql-16-timescaledb (= 2.26.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.26.2+dfsg-1.pgdg+1_arm64.deb
Size: 1251764
SHA512: 9903aec13c611b7949d9c749d524e60a2543d412a479829027b73a026b04e62fd62367246ea11c084a3f339488d7270e6500de07aa26f8960984d6c5d51c1c3a
SHA256: d26180d8fd0912a898d4810b0ca200408aa1ac29a45700a2a6a07b95a3533929
SHA1: 50bfeb162d50e4c4c56ac12eb30f2d68d82009a8
MD5sum: 0d4c30902af8d0bdf6457af3d312c311
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: da2f37e7aacc4566de4e39aa93b5d544e6b9c4b7 e3f06246985a8346804f29a9208ac619d19ad88d
Timestamp: 2026-04-11 18:01:17+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.26.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15107
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.26.2+dfsg-1.pgdg+1_arm64.deb
Size: 414060
SHA512: e8845dd87b6d22d310044c722042425250164d877dd55c799efaff0ee1000b1f8f0a998874b8dff3f7b2da6738f1bec6ad1cf4eb7450fc4da81321705fd663f3
SHA256: 382fc886bca10ff91acfdd5ceb064c181afb1f2cf5eb767dd759a005b53ad021
SHA1: 2796c55aceec6e0f2adabdb4445f4b7bf1ef6e8d
MD5sum: a2c7f30b1fc7b1a3014ede72de67afed
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-04-11 18:01:17+00

Package: postgresql-17-timescaledb-dbgsym
Source: timescaledb
Version: 2.26.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2200
Depends: postgresql-17-timescaledb (= 2.26.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.26.2+dfsg-1.pgdg+1_arm64.deb
Size: 1260288
SHA512: b5836ecdf3900f62477c547c6fb564d9efb7e3427518abf681cb2f8e5b991dfb8d201c5341e08e99886f2eab92aa9c35a8191ccb9bb185e2c7ad6cc557e4fd79
SHA256: 2f9002c76897c6741333ecc2b12b526f4cf8121783fce5b78507f8f4ebd5b48a
SHA1: 1b0cb20695aa6f083862214cb6de42cc9a299fb0
MD5sum: 1f1f5e5ce5284379b0fd8c5afbc99949
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: 47a366e803f743dbffeb0a5eec8da4ccb50e20aa 54d5d9c90a4232efc9ec7bd5859fddd3e1a4322a
Timestamp: 2026-04-11 18:01:17+00

Package: postgresql-18-timescaledb
Source: timescaledb
Version: 2.26.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15107
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb_2.26.2+dfsg-1.pgdg+1_arm64.deb
Size: 414988
SHA512: f330e0131a32c62a409f7ce2e592f19d47f81d803f8161db2ce455a6d619ab8e1cf4b020dcf4cfbc9a27c6695cac11a251cbce18cc20c5550767063fbf3813bd
SHA256: 429eb6c2d06c98a9f360f4e940f919a7a471bf85f0d56344e248ebc36b56f27f
SHA1: f5077df1c5e83a4ccd563946c34c964fe8b039df
MD5sum: 6f83c07cc6d2e4c3cd28313cd9b0b55f
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-04-11 18:01:17+00

Package: postgresql-18-timescaledb-dbgsym
Source: timescaledb
Version: 2.26.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2223
Depends: postgresql-18-timescaledb (= 2.26.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb-dbgsym_2.26.2+dfsg-1.pgdg+1_arm64.deb
Size: 1269120
SHA512: 1b4654c48b71a68941a5b42e77f3bcfbe6bbe32ce2e5a2cc675467b5348efdfdf74384be8b6960bf356cebbc1789be48073e4229563ccf6f002601f5e5dbe6f8
SHA256: 42084d6e5bf032cb935f5ba6fe2f064d952c613268978ba0f97b616086249a36
SHA1: 3a656795c5de82d8ae55583a0c23295e2da1f200
MD5sum: 997746cfc2b0565011fba54ec2bf3049
Description: debug symbols for postgresql-18-timescaledb
Build-Ids: 3adc2f2fb575328cdbc713ceefb0cc2e7ffacb59 a0f22c0f5ad098bb3b6bf453c9e1090bc34326e0
Timestamp: 2026-04-11 18:01:17+00

Package: postgresql-10-decoderbufs
Source: postgres-decoderbufs
Version: 3.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-10, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs_3.5.0-1.pgdg+1_arm64.deb
Size: 14788
SHA512: cdb9e9bfdfe78f61b8dc7512f1e4d49757de47d53994a1986558e2b20116e6239930f8be42740f32e08c49214560748f0da4286995ac5b6ca29895bf3759d471
SHA256: 2e8e063bd0b443e033ce7f465334e64561e987323e019d7975a9ca6191a17862
SHA1: 80b6a97de6119b4e0e9ac8750e1b6488d10adfb5
MD5sum: 050d7cc6fbfa8f8ffd56a8498ee7765b
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2026-04-14 09:54:08+00

Package: postgresql-10-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 78
Depends: postgresql-10-decoderbufs (= 3.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs-dbgsym_3.5.0-1.pgdg+1_arm64.deb
Size: 37584
SHA512: 1ac0916a39f08f887b46a88eaad40fa5400cf3af0c8e0d281e4120cfacb9b5cead76f7610458cee4951f2faf95a1297e3bbec3a30207970c929713c8db5c50bb
SHA256: fc0fee38b4c85f943cac9d49389f2c2cbd10f73185b4988581f90cef4ec150f3
SHA1: 8514e2f1e0150e0066cf79c1b0499c54f35d38e8
MD5sum: 1dd5e7605ef19cb2d3af863590023ff5
Description: debug symbols for postgresql-10-decoderbufs
Build-Ids: 35529738626f538b8dce0a575ae9780e46be7fc3
Timestamp: 2026-04-14 09:54:08+00

Package: postgresql-11-decoderbufs
Source: postgres-decoderbufs
Version: 3.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-11, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs_3.5.0-1.pgdg+1_arm64.deb
Size: 14840
SHA512: b96fa8fbf7201783b68a9f833468c717768baed6fc64576b91b6232e4de091694bb8f46798c303ad176bd2d518b668ae6aef2ba376d6e002c718f4a39865cfe6
SHA256: 2d4bfeadc822db0f0315ebcedbcef31ffafe25d537906f9c643941f3288740f4
SHA1: f0af647c863ddfd6090aa808a4a98da1d7eecb76
MD5sum: beb063275b2ad3fec5add9be4262f25f
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2026-04-14 09:54:08+00

Package: postgresql-11-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 78
Depends: postgresql-11-decoderbufs (= 3.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs-dbgsym_3.5.0-1.pgdg+1_arm64.deb
Size: 38116
SHA512: 28456e4a9bd87c3051648afc7562996c687124aab2416bf00cc925696c8311840f2c10eb5941e917be6fdecfe2b320fae35af16659a04ab4a1ac8767573f2966
SHA256: 0b5f0d2acf7f3b589809442473674bca8131033f69373eb51d4f54bcb042c355
SHA1: 82132cb895931ac657f42e871d2d4c0f4e51d50b
MD5sum: 4bab9b1baf0cfd2604e305f0ebd380d0
Description: debug symbols for postgresql-11-decoderbufs
Build-Ids: 20c1622750448054a3a02342d37be9e1029fe06d
Timestamp: 2026-04-14 09:54:08+00

Package: postgresql-11-plr
Source: plr
Version: 1:8.4.8.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: r-base-core (>= 2.10), postgresql-11, libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-11-plr_8.4.8.4-1.pgdg+1_arm64.deb
Size: 63144
SHA512: 63eb296f38229806a5ca886669749441e596c50e2f46a06f02d258b832ad28171dbaf048dd38231850f6f7f5506bd2c786139e71b288600de9651929e8514402
SHA256: 8483a66278d7f506c04ba922caa7c4313e1b31b9e62de2a5db6d0b2b8326519a
SHA1: e09bcfb2b491db874d117d9195a39ab096ae0537
MD5sum: 1441ee82adc354531565b4d414466c10
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.
Timestamp: 2026-04-14 09:54:08+00

Package: postgresql-11-plr-dbgsym
Source: plr
Version: 1:8.4.8.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 223
Depends: postgresql-11-plr (= 1:8.4.8.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-11-plr-dbgsym_8.4.8.4-1.pgdg+1_arm64.deb
Size: 119344
SHA512: 399f6cc52903131edf44f8569d5c8d4314449491c815ed419af0a47efb26bc0e87065f6c20a4c34276af2c74c40798d6984fef24f3a3197271c9152b5e649229
SHA256: cca1263759ff81183642c87f398d68d70e6ad3741afee6588295fe4bbab81263
SHA1: 7e5476337f33e068d4cbb8443e60a1603e65288c
MD5sum: c8cf14c0cd2e6e45b485630196cdaa7d
Description: debug symbols for postgresql-11-plr
Build-Ids: 9a905e0f73e2ed5cdcbf5c0539d2702f65bf903d
Timestamp: 2026-04-14 09:54:08+00

Package: postgresql-12-decoderbufs
Source: postgres-decoderbufs
Version: 3.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-12, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs_3.5.0-1.pgdg+1_arm64.deb
Size: 14872
SHA512: 48e75f113b3472a78536a62eaa679cb9b450d82d43fdad83806307ed68a9c360f7e50b16250514c2642d523ee276658581c46cfb219214dc0ba9b874b295086e
SHA256: d4a11daeb4c40ff8380d5cc9af74551ff0201d13aba014890647b926a72e6162
SHA1: bd720b4774c9dcad3078d6b00a03168c34c6e181
MD5sum: 03db659adbae25bef7b2e960abffdf21
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2026-04-14 09:54:08+00

Package: postgresql-12-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-12-decoderbufs (= 3.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs-dbgsym_3.5.0-1.pgdg+1_arm64.deb
Size: 38768
SHA512: 22660f77ad9b210cd19fda3bc9259dfb5b2c5da7cf6ebfc9faa8786b3c167c10e2f25334d412390874faec3b9976b283ba14552e542e79f0b54020aeb723aede
SHA256: 1aa58445b21ccb71e1cf9ca60d085c4cc3cf1254ee41e6cce5caa44569b1ea62
SHA1: 3a6530a59b7672f4d0c72524c58979af6025cb4a
MD5sum: 6ad19e9dade1894307c44eaba588174b
Description: debug symbols for postgresql-12-decoderbufs
Build-Ids: 439c550d06fdea84a7b617ca0400ed6bd88eb253
Timestamp: 2026-04-14 09:54:08+00

Package: postgresql-12-plr
Source: plr
Version: 1:8.4.8.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: r-base-core (>= 2.10), postgresql-12, libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-12-plr_8.4.8.4-1.pgdg+1_arm64.deb
Size: 62848
SHA512: 419cafa585f27b1994fcd9c23483389541ff34185fa02bd2aee5f827579e7920206f437e26fdb4e1f1705e27d613dca2ab9e1697884bff349ad7f03470331d3d
SHA256: f9f59c7f4de88181b1ee63c4d0c0b5365a07337468738fbb9799ea5767fdf8a6
SHA1: 3abffe38339c2677435fb8ddb6f8fa32b1624717
MD5sum: f47a0fbc2c7c8e3bcb0ce9ef1c74510f
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.
Timestamp: 2026-04-14 09:54:08+00

Package: postgresql-12-plr-dbgsym
Source: plr
Version: 1:8.4.8.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 223
Depends: postgresql-12-plr (= 1:8.4.8.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-12-plr-dbgsym_8.4.8.4-1.pgdg+1_arm64.deb
Size: 123928
SHA512: 833b12e2b3de27684439a2b7d42a1cdee583399a7aeda86e82f9b10922f9d29e5eee914e14c1a3fab92ad68564809774bb2c35f68ec198645bd9c7487ea130fd
SHA256: 00e6da808e306b1b30c1751224f797461d5e3266be136db1887018644f0aceee
SHA1: a4fa4cb8accf6d86d77442671e68b5f9b786ee30
MD5sum: f055845dcd754d600c0332fe8f2c5552
Description: debug symbols for postgresql-12-plr
Build-Ids: 1ed5c3118d63d5757824a3a78f29500fc2fae56d
Timestamp: 2026-04-14 09:54:08+00

Package: postgresql-13-decoderbufs
Source: postgres-decoderbufs
Version: 3.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-13, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs_3.5.0-1.pgdg+1_arm64.deb
Size: 14908
SHA512: f575055e271b8eb81def10450178d3c5844f4fcb8aff16b503a64aa0c9b1b0057b81573dfb89e45f83e7d5cb7006310453b8b3375f188786e14c92be72d9148d
SHA256: a28a3d437f8669bb24474a28514dab073a755cc4c9179a54060d244399592c23
SHA1: 0df43fd372e73f6b7357ab99caa6a444bdbe835b
MD5sum: 6d6a6cf54f5dba6be31a78669c25320f
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2026-04-14 09:54:08+00

Package: postgresql-13-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-13-decoderbufs (= 3.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs-dbgsym_3.5.0-1.pgdg+1_arm64.deb
Size: 40048
SHA512: 80a237ce6f88f26b04e5c9ea2ebb34143995d16ed24cd966416a31df54aa05f1e17ffb4ffafa75becf733bcc547b0e6170ec4297b83e2644ccfb6d845aeed0be
SHA256: 962ccaa260415a78380ed2ba61227d0585fe8172314e20ab081da3c717f06e88
SHA1: 218cb1366723f39bec51807e61930f8d3c541320
MD5sum: 3fb8df5f5a2ab6bccf7dbf8b060207b3
Description: debug symbols for postgresql-13-decoderbufs
Build-Ids: 43acc386adfcc5a191cae25f79c3fff202affc91
Timestamp: 2026-04-14 09:54:08+00

Package: postgresql-13-plr
Source: plr
Version: 1:8.4.8.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: r-base-core (>= 2.10), postgresql-13, libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-13-plr_8.4.8.4-1.pgdg+1_arm64.deb
Size: 62936
SHA512: f49a306450765df72051a32681af59d308e34190fe7f885ca22efe7144279003b07fb474c1cb4281e5ea6f15be6a21befb964a3d6ee0e57c94cd9817764dcbcc
SHA256: 7e8a9d0991f88d7e544789f99bf3668e50c9c7b8302ebf6557ae3639969b6fdc
SHA1: e682a9f772563f848fd6131d17ba080cfcb42431
MD5sum: 50071be32e52dafb843834fbd47e3d53
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.
Timestamp: 2026-04-14 09:54:08+00

Package: postgresql-13-plr-dbgsym
Source: plr
Version: 1:8.4.8.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 226
Depends: postgresql-13-plr (= 1:8.4.8.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-13-plr-dbgsym_8.4.8.4-1.pgdg+1_arm64.deb
Size: 127496
SHA512: 99734c8fc2067145fa0752472e3ff4b6ef63e6142fdf83a7f081339ec390ab979f9235f01a0497bd9c625d7cf68e6b93b2f0e5972556d34e5329f2980f985a74
SHA256: 4a26227362e4cb58baadf55e6af08cac073a827c151d60e8cdc849e5592c1842
SHA1: d01d53d8e2c5ba957cc2737df61a831e528be5e0
MD5sum: 179a842c818c54dec44fee58214c545d
Description: debug symbols for postgresql-13-plr
Build-Ids: 4d852a342e40381785c3b9b7c44a14af15a45e66
Timestamp: 2026-04-14 09:54:08+00

Package: postgresql-14-decoderbufs
Source: postgres-decoderbufs
Version: 3.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-14, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs_3.5.0-1.pgdg+1_arm64.deb
Size: 40492
SHA512: d9aeb3844f647b149f84ef62b01c4d23a36a98206103aa56600d6a7b7a39d4179b0e3e4e564110809336b5b9c27c2c3e1667f47996627ab4c76a7c5c8a85b02b
SHA256: 71b4e1b1536b7d92021c1ec19ef247905c860d7d2ae509af4d02cb6273315673
SHA1: 7609cd87f6fc463dfd1ee1e69e65e6a8d7795ce4
MD5sum: 5c7e60e74fe5748063b84ee5b13a6c2a
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2026-04-14 09:54:08+00

Package: postgresql-14-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-14-decoderbufs (= 3.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs-dbgsym_3.5.0-1.pgdg+1_arm64.deb
Size: 41436
SHA512: 6b34fb881a9a9fcf625ed08c9e835ea2cdd56bd3935ba34bd63b309ba134b59612f2eacc68cdabc0317e85693498b8147aeb118268e89ae2afebe05bb91afb6e
SHA256: b125ef2a3a0857ae15928cfe933cf91cdc53021bfff9fceade1ab674d0247050
SHA1: c6d7b07445839344398f6e4a99ea12a9dbde0fb3
MD5sum: 8f44497688657bd8cac3542e640534e4
Description: debug symbols for postgresql-14-decoderbufs
Build-Ids: 05af399e5f5b4cb225c5a48dd1eea5ad4b4da8e3
Timestamp: 2026-04-14 09:54:08+00

Package: postgresql-14-plr
Source: plr
Version: 1:8.4.8.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Depends: r-base-core (>= 2.10), postgresql-14, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-14-jit-llvm (<< 21)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-14-plr_8.4.8.4-1.pgdg+1_arm64.deb
Size: 136020
SHA512: 1992e3e0992e46a9c2ea535d83b565770475d759ed81ca4f61efe2492a521cef83e83cb2d67bad33041d4a711a56f669c0182e3dafd4738f3dba18eede2ee0e6
SHA256: ab38c94cea1e3ac3948d49b95b1e303f646d159a715263a50660cc123a9a0b98
SHA1: 854f73297806712e86dd5a9b05574d04c970c695
MD5sum: 5cfdc25299d03460bc9efe34e56dcf30
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.
Timestamp: 2026-04-14 09:54:08+00

Package: postgresql-14-plr-dbgsym
Source: plr
Version: 1:8.4.8.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 229
Depends: postgresql-14-plr (= 1:8.4.8.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-14-plr-dbgsym_8.4.8.4-1.pgdg+1_arm64.deb
Size: 129088
SHA512: b98c4b316cbfd9ca97a697d73a8cb94ae502d16626d15c5b770768c0277bcdcf6d6dd57bcc63a7f4cda0fce762dcc6ba2c6672f36e42a9200571a3a274fcf728
SHA256: a9705ae9366eb7b17ffa67af9e6fd1ab25abbe7c917c38d2c3da78a41d69d9c4
SHA1: 561aa51be44af91aa17f43161443b56e7fca3c68
MD5sum: dbeed1772b6fbabc757c62caf506e656
Description: debug symbols for postgresql-14-plr
Build-Ids: 3cb649e265b6781b0cc87af14883d8b80042af1e
Timestamp: 2026-04-14 09:54:08+00

Package: postgresql-15-decoderbufs
Source: postgres-decoderbufs
Version: 3.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-15, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs_3.5.0-1.pgdg+1_arm64.deb
Size: 40956
SHA512: 36951569fde83ead79b3550779ebdf51fff1b067c2d064cd76bdee9b669f83f2bb225f4d27161238a68950a2a0a56251fb56baa81429a55bee1ab6e575d40ade
SHA256: 377443a5bbad1de4bbc8a3695d9248506e1e6da65be799449562555519bdd840
SHA1: 465f2e0d369ff78fa12d55ef843f4823aca6ab4e
MD5sum: abfd0ff79112ceac34e8bf418422c31b
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2026-04-14 09:54:08+00

Package: postgresql-15-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-15-decoderbufs (= 3.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs-dbgsym_3.5.0-1.pgdg+1_arm64.deb
Size: 51964
SHA512: 671f6445a7738a37ff8802254fd3f411724bf6b6e94d5b4370b588fba8621ff00fc5016e9a44d2ed999cb562217af5d347ccdaabacfd0ab745151e40a8050585
SHA256: 2d311ae0b07a5ab01f5af9c16aea7ecf11b7e69fde838e5ae0025acba88a482a
SHA1: 5c157c16e2e532a4d44f70f5546fe92d55445e35
MD5sum: 96d0c14a219d634d664051a183d2ff7c
Description: debug symbols for postgresql-15-decoderbufs
Build-Ids: 3b3f2e8353443a67f4d59cf0766c8dacb3c344f4
Timestamp: 2026-04-14 09:54:08+00

Package: postgresql-15-plr
Source: plr
Version: 1:8.4.8.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Depends: r-base-core (>= 2.10), postgresql-15, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-15-jit-llvm (<< 21)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-15-plr_8.4.8.4-1.pgdg+1_arm64.deb
Size: 135828
SHA512: bd6b073886f2d9f10edb9be266de1926718dcd458ff0204cb791c80c955d291dd92dfa93da0c98e23ad376cd067eb7c053978fe23516ec509db6a83a84010511
SHA256: cb6eec84d17bd1a494c431ccb1461964118419f9b5ca332a61183b9e21d34d86
SHA1: 19392f3ec843253cf1b891325cec0ac225911aa3
MD5sum: d0429a6b330d71e73d0fa2414dd48196
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.
Timestamp: 2026-04-14 09:54:08+00

Package: postgresql-15-plr-dbgsym
Source: plr
Version: 1:8.4.8.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 230
Depends: postgresql-15-plr (= 1:8.4.8.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-15-plr-dbgsym_8.4.8.4-1.pgdg+1_arm64.deb
Size: 130040
SHA512: 71363dcfce39990f275927a593a820372d78878632680e2f50761c022e74fe4c2a74268c1ff91db1c42252fd4d167f97d38d91d1a616c3bc02fce9271691d3e2
SHA256: b8ac0facc5ce1845ddb03fe4bc82566f6a611c44eb4c5f9e95c37f54727617d9
SHA1: 7f22378de03a5c766553a41ca9b54542c9bc735d
MD5sum: e020c01375da674dea5737f0eb940d41
Description: debug symbols for postgresql-15-plr
Build-Ids: e21b7c01bd18d9df06b1d1bb5a63965c933a881c
Timestamp: 2026-04-14 09:54:08+00

Package: postgresql-16-decoderbufs
Source: postgres-decoderbufs
Version: 3.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-16, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-16-decoderbufs_3.5.0-1.pgdg+1_arm64.deb
Size: 40504
SHA512: 17b1349d13051c4ea9302d8a7c0bb97fc0a711eb12957761f6679b662bf657831220facbf05130c71d24f492e9fb2080630c663f39fd9e6a030f352532758b38
SHA256: 8efce7b4c5356166f383fd4bc72c3a060be971408bb9add038f8c8197b39d891
SHA1: 2aae606eeb81e886aa0da2a011674b6bcaa3d4e0
MD5sum: 44a9547d5239bf40da35d8dd5f472d61
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2026-04-14 09:54:08+00

Package: postgresql-16-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-16-decoderbufs (= 3.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-16-decoderbufs-dbgsym_3.5.0-1.pgdg+1_arm64.deb
Size: 53700
SHA512: 8353317bb55aa0555f2edec3dc476a0637cd24f6d031b7247c34ff5334eafa76e23b8dacc485778522e4068b0e000c1360f090575e9f58a2533aebcae9642c56
SHA256: a042c052e0f34ff7153f2ccccbdfd06855f425e1c3a8383f14dd6b5f0610e5f8
SHA1: 446f00bc8fd20c121ff454c55131a12f4d2dbbbd
MD5sum: bf9a25e72abead642db55d4de8149be4
Description: debug symbols for postgresql-16-decoderbufs
Build-Ids: 416291b04710ee488a16983859da0f8dad7075dd
Timestamp: 2026-04-14 09:54:08+00

Package: postgresql-16-plr
Source: plr
Version: 1:8.4.8.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Depends: r-base-core (>= 2.10), postgresql-16, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-16-jit-llvm (<< 21)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-16-plr_8.4.8.4-1.pgdg+1_arm64.deb
Size: 135508
SHA512: ecfc441b8efb8c03d0bce94cd4006bc6f7c2d7e2439b049bad5cd0971b9cbd95051a93d70dede5cfde1de62e5155cea870abae1d9a384da6a07fa7be7f8b2089
SHA256: c2c8756ec7c46776c4d48403264906947bffac8dafb830bf4d4a2fa988dfe0c4
SHA1: 61d66700b97a82e227571cbb9d5b2a7fab16ea2e
MD5sum: 16c6cadc9d5970d0fbb31aabaf6ed301
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.
Timestamp: 2026-04-14 09:54:08+00

Package: postgresql-16-plr-dbgsym
Source: plr
Version: 1:8.4.8.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 235
Depends: postgresql-16-plr (= 1:8.4.8.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-16-plr-dbgsym_8.4.8.4-1.pgdg+1_arm64.deb
Size: 136848
SHA512: 58c602d7e49ba3bda95781cfadd9e0d73e1cdd613dc7d5980a97f575a7d2fc75c37b07f02a26c7341ce5906c65a9a8be082eb440d7cc191b8aa81a82a199245b
SHA256: 94343e6c90f22dd630b881c65dee5778ac5d585df708682b0b239cd469656198
SHA1: 849037018691efa53d2edc9d12bf3cacdc60c9b8
MD5sum: 38d454cc8c4f456bb591db196d478157
Description: debug symbols for postgresql-16-plr
Build-Ids: 12e43b2f0eef825bf0da2613db08fdd418241232
Timestamp: 2026-04-14 09:54:08+00

Package: postgresql-17-decoderbufs
Source: postgres-decoderbufs
Version: 3.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-17, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-17-decoderbufs_3.5.0-1.pgdg+1_arm64.deb
Size: 40460
SHA512: e1aaf632a867153a64faa32a6d0879db02ed381ade11d12808fe63cea3ed4e8d6308654e6a05b504104bf0fd1cf2a16c876648df03af7f7ce9b270c37df48bcc
SHA256: 20d07d66e4e5fe5c2cc78aa88b6fa4a2b703bd2162f8358358b7199a845d0ef0
SHA1: 72fcd45db51b0685ef445a765ee4afc506cc45aa
MD5sum: 502194fbb701856550c1db21645cc6bb
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2026-04-14 09:54:08+00

Package: postgresql-17-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-17-decoderbufs (= 3.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-17-decoderbufs-dbgsym_3.5.0-1.pgdg+1_arm64.deb
Size: 57232
SHA512: 6f2dcb07f4a29c86034d55d3c34cb05989943d71528132957b3684f8a4f95639879f74b06b32f78e5b67eff41b2da85bf430265b7401292f302e5610b170e4c6
SHA256: d6ae7d78538adb2c5359d6da4d26a6379d2d10cc8d59f918181b1ff8229890a9
SHA1: 6458ece62b2259536ea61c1a9efc25c5e7038981
MD5sum: 83f6f5bd4689e0438e3e9a6da3043ac0
Description: debug symbols for postgresql-17-decoderbufs
Build-Ids: 3c216e559ed57654a145911330e8f02f4213cef4
Timestamp: 2026-04-14 09:54:08+00

Package: postgresql-17-plr
Source: plr
Version: 1:8.4.8.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Depends: r-base-core (>= 2.10), postgresql-17, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-17-jit-llvm (<< 21)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-17-plr_8.4.8.4-1.pgdg+1_arm64.deb
Size: 135488
SHA512: 8c7500229efda59ee22d4ac714b1bfba7f89c24314f973fa7ec2d3fb0dcd7ac5d2e6b350863fa2a3918a3c1d19395bfc3f5873a6d541377210f1653354ed83a7
SHA256: 029019baca8f01bb97765f505b092f8ff42046231a6020158621ebef65366eee
SHA1: 810dafd1c65111d0506e29ed8f6ed8ac75d783ea
MD5sum: 26dd2e5c056325164dfbed7694e76913
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.
Timestamp: 2026-04-14 09:54:08+00

Package: postgresql-17-plr-dbgsym
Source: plr
Version: 1:8.4.8.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 246
Depends: postgresql-17-plr (= 1:8.4.8.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-17-plr-dbgsym_8.4.8.4-1.pgdg+1_arm64.deb
Size: 148476
SHA512: e9ec3e0c05dee4e435ed515ab23a7bac5365e04ef9ad4aaed21cd0e877e7e9b4aab9049e32ff43dce67f4afe9eed13126d783b71e42a4d7b9eaf7f47b2ca4acf
SHA256: 26f3c4c520260ca9226976956395b8fa29a47a6288ef74be678aabf321ac4918
SHA1: 4bfbe6ddfa721d23a5860a46dc8641d734729a9a
MD5sum: b960050971816cff24f8e2739fedab97
Description: debug symbols for postgresql-17-plr
Build-Ids: 2d2301e6936ba23f1b08e794106aa5d42dc35352
Timestamp: 2026-04-14 09:54:08+00

Package: postgresql-18-decoderbufs
Source: postgres-decoderbufs
Version: 3.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-18, libc6 (>= 2.17), libprotobuf-c1 (>= 1.0.1)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-18-decoderbufs_3.5.0-1.pgdg+1_arm64.deb
Size: 40632
SHA512: e7249ed3f0a1ccf3da7116ee5e056083d18211044bbd3cbc0813504d569c148938d93235dee3955fcb80af2991e09555daab5799f88a6e6c9a4b6826952ac2a4
SHA256: acf822ba484f9c883d818513bbb1bb11f77d1a7a2ed3d747cb348d483c96a3ff
SHA1: 1a175747a4d3d08dee5892c8e3e800a8b604201a
MD5sum: 29f96c1d168847f0be6c6c2b6d9e37c3
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2026-04-14 09:54:08+00

Package: postgresql-18-decoderbufs-dbgsym
Source: postgres-decoderbufs
Version: 3.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-18-decoderbufs (= 3.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-18-decoderbufs-dbgsym_3.5.0-1.pgdg+1_arm64.deb
Size: 59032
SHA512: 7e997c3ac3169572a2258738916bc642dcf36193f05c8b45f0329ada20b57334a4f978525f48bac21cd486bf098edd491c55a4238f1ad5048af4d2caf23e7dee
SHA256: dcb7247e338fce78c9eca080aa00973223fb39ffeb29efdc75d305a057ec9b8d
SHA1: 24814270ab80c01e802e27cd07667422af1e08c7
MD5sum: 22478903164292f8c612b3562c1da694
Description: debug symbols for postgresql-18-decoderbufs
Build-Ids: cb28292078adf621e38969b125717fded0db59fb
Timestamp: 2026-04-14 09:54:08+00

Package: postgresql-18-plr
Source: plr
Version: 1:8.4.8.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 337
Depends: r-base-core (>= 2.10), postgresql-18, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-18-jit-llvm (<< 21)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-18-plr_8.4.8.4-1.pgdg+1_arm64.deb
Size: 135720
SHA512: 693a0a304f91914fc6cbecf9b5e920828ffd2d2c639661a13e1974e3b19859b6c3ec572ed25806ceb94d9bc95542781445d24b05c3e1d8c8e5057e4cbed40357
SHA256: d8572db5a2c024839968f66b37e36e1bd2eb26a90503771f7ab22a6459b3f013
SHA1: 233d8a0ceb5e8d034f1127528b4e108d8b0ebf85
MD5sum: 8f95142cd0376fb306ab6793c5b89655
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.
Timestamp: 2026-04-14 09:54:08+00

Package: postgresql-18-plr-dbgsym
Source: plr
Version: 1:8.4.8.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 259
Depends: postgresql-18-plr (= 1:8.4.8.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-18-plr-dbgsym_8.4.8.4-1.pgdg+1_arm64.deb
Size: 153116
SHA512: 451e7b9e284db3aac65c4d00e7155a20b51b78d2b398491307272ae0122705f7c077ad1fca05cd2192c7a2f1ebd76535b331c6b3ae2c7991417f0ce42047a612
SHA256: 319f6a4e5ce3d3aafd2f16972081d13e3a57011cc19b998e3e3b2bb02a48d324
SHA1: de343ae56c83bbe9f85adb13196be9dc1f26db83
MD5sum: 52b77110b3c729ea19d624791c5721be
Description: debug symbols for postgresql-18-plr
Build-Ids: 189a7e8998c5416a4e87b4697f9aaf6df9364f78
Timestamp: 2026-04-14 09:54:08+00

Package: powa-web
Version: 5.1.5-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1831
Depends: adduser, python3-psycopg2, python3-sqlalchemy, python3-tornado, python3:any
Homepage: https://github.com/powa-team/powa
Priority: optional
Section: database
Filename: pool/main/p/powa-web/powa-web_5.1.5-1.pgdg+1_all.deb
Size: 478632
SHA512: e50c383039f44d5ad95a9777de5b08fce788aa84f6a85930dd8b340b9dedfd889efc6daa1f794a55b0cc0c44be5165872d40223eb8a174fd0093df3fce150027
SHA256: f093b6c61a1197c002eb508c0605894eea939423ce9534cce7beb470be0e4214
SHA1: 49955bdf99e4ad880e08edaad94e6f91472e010d
MD5sum: 3605e8b915ae88553f0dd967258270b5
Description: PostgreSQL Workload Analyzer - web interface
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers.
 .
 This package provides the web interface. It supports PostgreSQL 9.4 and later.
 Database servers to be monitored need to have the postgresql-NN-powa package
 installed and configured.
Timestamp: 2026-04-14 09:54:08+00

Package: postgis
Version: 3.6.3+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 639
Depends: libc6 (>= 2.38), libgdal38 (>= 2.0.1), libgeos-c1t64 (>= 3.6), libpq5, libproj25 (>= 5.2.0), perl:any
Recommends: postgresql-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.6.3+dfsg-1.pgdg+1_arm64.deb
Size: 143872
SHA512: dc5fd7fbb0be62af53f4337080f94c9249554524069d52fc8256d217b6ec2616abfea6f6941c878838518340c1a89aec6cf6b266f3dfee05322024b07487de55
SHA256: 329bd37a83ec8a45ea809de5b315f6e0b8da1896edf673e458bdbfbcc6c676c8
SHA1: 75c911e82044a9937a38bdabaa39c7e66a83885d
MD5sum: 56836f1f94cd7090dca66b7852c82f78
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2026-04-15 15:17:03+00

Package: postgis-dbgsym
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 935
Depends: postgis (= 3.6.3+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.6.3+dfsg-1.pgdg+1_arm64.deb
Size: 539316
SHA512: 702dc6dfac1d942344679f5bf552cd892e8c9965604499da5287fb3dffd4162b45c1478a96a7034e36423c925acb2601692a5a6996fbaf7f03ac20641d357aa3
SHA256: 51abfaf00ee11ded9bd21654ef174525684948cb3289ed9eadbe8f66e16192b2
SHA1: f4b200383525854373907024521ada9e24da91ae
MD5sum: 3d69920743534f2b775c3de81d023cd6
Description: debug symbols for postgis
Build-Ids: 249e772bd4601e581c28056d272eb6f65cf462f9 2dc5954dfcf2a21d104e57440b7b2549396764ef b5745b711f56ca3ac034fb1ca78df83e5c44e7d7
Timestamp: 2026-04-15 15:17:03+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2902
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal38 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-12-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.6.3+dfsg-1.pgdg+1_arm64.deb
Size: 859388
SHA512: 3c668d9e1704c0046242ab5ab49947ee373ad7fd9e10e05a3e1db0bb870e0e85e107b9784cd2e02eabb51407f96166f40df2994467d49887a6346a1d5284b9ea
SHA256: 09993de2c904168355063d873ceff70181e02ded8947bac8cd9738b8b3f5f2b4
SHA1: 366186fbf2c23f24338f467d3194ba178aa5abd1
MD5sum: 009027f918b16c66fdd1b2d94f502684
Description: Geographic objects support for PostgreSQL 12
 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".
Timestamp: 2026-04-15 15:17:03+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7260
Depends: postgresql-12-postgis-3 (= 3.6.3+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.6.3+dfsg-1.pgdg+1_arm64.deb
Size: 4089564
SHA512: b72f7f90206fea1d5c5f100b7ee26eaa273f0a4fec6f1341e98913304605323c5bcd4d105b5c7bbea538a27e0063e8ed8dc088310c55cf0787fe8a64242cc277
SHA256: 11687e9242a7f2db146b7af33d4d35de121f07ca43497836a3df9fa82b3efeab
SHA1: 218a492e90b301051d01215d0a2f6bee2c52bf6d
MD5sum: 757c65b66341b7b8b52d3b75ee866689
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 1ffbda3766ca9ddeaa2467e58d0e91eb63bebe39 417f1d147a226a23dbe7c92ca2e7efbcfc42ed1e 6e95d88c67b6ede1366f824bc1260821d7b18420 79372a98938aa0ec4ccff4c56e089ce3dbba6a0f f312f992d2292c7eae9e151ba0b3bbb16eaf075a
Timestamp: 2026-04-15 15:17:03+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 39001
Recommends: postgresql-12-postgis-3
Provides: postgresql-12-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.6.3+dfsg-1.pgdg+1_all.deb
Size: 1294776
SHA512: 8918bf60c23e979e071e8d6e2161aed1b9ceae89b92fb0bacb1550edcad5427d112c4fb75d82d1a9904b586b21e5104b5fc6883621301c2b648427d5e9f41c7b
SHA256: 012e131a23cf6bc18798a9d92e0e642d4736077fbace1e87d5f45cd55a36954a
SHA1: dd5045193c4772273245b5e7919964d9b8f40fff
MD5sum: d3e98270a2fadbb1b5ed059986845340
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2026-04-15 15:17:03+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2902
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal38 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-13-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.6.3+dfsg-1.pgdg+1_arm64.deb
Size: 865592
SHA512: d6ea4b80b3b0c3502514a8d65865b1f78c1145e96548f4fe234df30a9fb5967012547be7b047124fe7912cd920149741641aab9654728fe4c20f970fd7193c97
SHA256: 36d80d51348b9c1caa6a74d95825b9d5c525ac1559627722d17683dee7959d68
SHA1: a02ea1360617eae17c52e6c7458983457f09590c
MD5sum: 4166acecf524ceb02e894325ebda71f5
Description: Geographic objects support for PostgreSQL 13
 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".
Timestamp: 2026-04-15 15:17:03+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7295
Depends: postgresql-13-postgis-3 (= 3.6.3+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.6.3+dfsg-1.pgdg+1_arm64.deb
Size: 4112388
SHA512: 8ea2b2a6aaee6605d2f183836174bad61f9602907e86a174adff44989b71560b04620810875485d05dacfbc8622d1bb6aed30c518e097c4820fa0d97fae53c2e
SHA256: 3194cec6970033ec3ff2942c40a9b1ae6ad32d1f873ba5f962b7def3c6995553
SHA1: 2d2c482f2e99d2315b7cfa172bd5f0fee2771f33
MD5sum: e616837c4810211648c80c7ac3daf98b
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 38639bea6a5a229724b738dd6cc3b7415fc6f49e 7b1c254d95a5318bdec79af597aa5eb14c8e955d 89cd4cb08121f92b9e06c6ffdb54c09f565714bf a5d52308fe223c84a12e449d920fd89495440703 b58aa6c4076f33b902ef76784fbb6742bed0d928
Timestamp: 2026-04-15 15:17:03+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 39001
Recommends: postgresql-13-postgis-3
Provides: postgresql-13-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.6.3+dfsg-1.pgdg+1_all.deb
Size: 1294972
SHA512: 810206277ffbbd0b53d412e1d6191f92510b6c47efa488c9919952648e3cb158675c58f2d84dfe791a77861c00b027f5285bd165b17c38ba0cbc63c29f24e0a3
SHA256: b7973674312f59a0062440377397d2adab9ca0f6cf40b6f792710fc6c65ed334
SHA1: ad767440220cf15d4e70f0aa302f395976c3c309
MD5sum: 833370d89a4169e1ac8bae7b7bee4e55
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2026-04-15 15:17:03+00

Package: postgresql-14-db2fce
Source: db2fce
Version: 0.0.17-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-14
Homepage: https://github.com/credativ/db2fce
Priority: optional
Section: database
Filename: pool/main/d/db2fce/postgresql-14-db2fce_0.0.17-1.pgdg+1_all.deb
Size: 9052
SHA512: 4975701c51f485d07ac38320e892fa0097a252a890241ab518ae94ebe93b74261df666fd8868db9b02bf7c0c6b120bc56ae9ab0a85b20fe1748ac177aff658aa
SHA256: e8cec94414e7b9f3343710b83cef958c93758c9aafe4a5a10d280e3687d4e9fe
SHA1: 09a1a54ebab57db642367903330a836c9f728249
MD5sum: 6eab4d9aaeaa8d08e09e397ef9235a8c
Description: DB2 compatibility environment for PostgreSQL
 db2fce is a PostgreSQL extension that provides a variety of DB2 functions,
 types and operators for PostgreSQL. It facilitates the unmodified (or less
 modified) use of (some) DB2 SQL statements in PostgreSQL. It also provides the
 SYSIBM.SYSDUMMY1 view which is usually used by DB2 code if no data is returned
 by a query.
Timestamp: 2026-04-15 15:17:03+00

Package: postgresql-14-postgis-3
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9959
Depends: postgresql-14, postgresql-14-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal38 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-14-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3_3.6.3+dfsg-1.pgdg+1_arm64.deb
Size: 3424124
SHA512: 885cae8613b524ccfc210da74fff9188682c2cf5ae94ff5eaa3230ee3ca2cd97139bde44475e8af7666fe9325580a29da73b0e400864aca3095c82014d0cbd79
SHA256: 1a070cea9f9a0041aa6ccea7e7ceef31f4222044afff48f70c48d8bfe32db29b
SHA1: 22f394b455bb23e374f8f4ee73258e363d7bb332
MD5sum: 70b373a51a2aba4b277f444a49e940df
Description: Geographic objects support for PostgreSQL 14
 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".
Timestamp: 2026-04-15 15:17:03+00

Package: postgresql-14-postgis-3-dbgsym
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7266
Depends: postgresql-14-postgis-3 (= 3.6.3+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-14-postgis-3-dbgsym_3.6.3+dfsg-1.pgdg+1_arm64.deb
Size: 4093460
SHA512: 8d14918e07b286cb992c23aa1d7029c6d1be86cb35f0d8b342a2ff578829e64e75f12f37c193d7e5d123a4e9fc5ca0af7d15e70c5622cb2215ce546b55976f6b
SHA256: 400145843a0a2651f47d5c71bbabee1d9aa9edcaa66a2443e690cad10e5210e7
SHA1: d12aa0f84e7e70c77a6da4b7bab3fc56c05c7ef8
MD5sum: 57d4f1736d22fb292f80b705f6b78e09
Description: debug symbols for postgresql-14-postgis-3
Build-Ids: 321cf0282c71e0f64045b2835e0f174fa13a0b23 696e68cbf38c31eed03160c6e028a94d70828330 8ece68767808d13f3ea9369956828b52dfa19509 bb00f6adbf900fe5833edd6ac9759e5207bc07ac e16b1ac6a0e8a4768a1df35f6e56f465c6efa674
Timestamp: 2026-04-15 15:17:03+00

Package: postgresql-14-postgis-3-scripts
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 39001
Recommends: postgresql-14-postgis-3
Provides: postgresql-14-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3-scripts_3.6.3+dfsg-1.pgdg+1_all.deb
Size: 1294896
SHA512: ce2249950f2a8639a2ae6a21444414282c547fecd3062cbb44621dc25672a5660c162056817f3aa9741ad2b02a0913cb7e62d3702c3b7f5b1620ca0dc941d150
SHA256: acdeacabb41fb60be0d44016467fadb3b3023c2b2b65f80978cdbea2085d86ad
SHA1: dfe8fcac6ee4e5fde7392cbc6fdaf25c7db8d61f
MD5sum: 74d3f1c511c2f281790bd2d84d629130
Description: Geographic objects support for PostgreSQL 14 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 14 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2026-04-15 15:17:03+00

Package: postgresql-15-db2fce
Source: db2fce
Version: 0.0.17-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-15
Homepage: https://github.com/credativ/db2fce
Priority: optional
Section: database
Filename: pool/main/d/db2fce/postgresql-15-db2fce_0.0.17-1.pgdg+1_all.deb
Size: 8452
SHA512: b27c88b71421f748cd16a27d5ebfb39e95990b08db80ab1713d46dbafaa5c878a506168c88851f1fd567b6e7ff92fd52d3d62f4640725361704fd184755a3f49
SHA256: 74f5f7a7f400afc47d0952259899801ee008c6152bda807378c23c9b9657b737
SHA1: 338fd579212fefdf3edb1a272e5ab53b99822f61
MD5sum: 9c6e69e1ed526b9af21c0e35f466f94f
Description: DB2 compatibility environment for PostgreSQL
 db2fce is a PostgreSQL extension that provides a variety of DB2 functions,
 types and operators for PostgreSQL. It facilitates the unmodified (or less
 modified) use of (some) DB2 SQL statements in PostgreSQL. It also provides the
 SYSIBM.SYSDUMMY1 view which is usually used by DB2 code if no data is returned
 by a query.
Timestamp: 2026-04-15 15:17:03+00

Package: postgresql-15-postgis-3
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10103
Depends: postgresql-15, postgresql-15-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal38 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-15-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3_3.6.3+dfsg-1.pgdg+1_arm64.deb
Size: 3457464
SHA512: 1d38ecb8c2709079b14af5772b638844d80ce54db080541711aed2179aee5b6358318fcf0e57f93f2d1b67c10d9e14bac13ca4d83a75260f30f5b8147cbb6587
SHA256: db4b8bcb4cf1be002531f28370a4ac4c6172df7dc2c079b1dc8dbe1c37ab76dd
SHA1: b6c75721ab2a59deb2a6f4a26c3565186718bf95
MD5sum: b6b39e2900a4f6ea9f2e861d1f61ec96
Description: Geographic objects support for PostgreSQL 15
 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".
Timestamp: 2026-04-15 15:17:03+00

Package: postgresql-15-postgis-3-dbgsym
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7270
Depends: postgresql-15-postgis-3 (= 3.6.3+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-15-postgis-3-dbgsym_3.6.3+dfsg-1.pgdg+1_arm64.deb
Size: 4099764
SHA512: 15905c091fab4a9abcb70e1f3cc80f87c1af9ea9e32dc61cb091d1344e9c365f9f9144c0e337e0ad1f74fbacdee0c43d4bfb03e6570d1699bc97a3bddea47ed1
SHA256: b97f6558b06e5036f48332f363ccd65cfaa1462df3c4a0255a7673bbc5bdb24f
SHA1: b3fdb2804de3640fba03e77d53efb89c285f2041
MD5sum: 11be2fc2bf898f8a2f3ab7d2e4c8eb6c
Description: debug symbols for postgresql-15-postgis-3
Build-Ids: 22560977a00fd913f0950521951213da45533a5b 3ae7757aa96496de4f3e4edd6585b356279bc843 791e8a71c639096a7cb1c2868c1369017ec87ba6 ba9dcecec8925fa6cf7cf171517510304e9c35a0 f10a56adc993c1ac2b1be29ff530649916e55cd1
Timestamp: 2026-04-15 15:17:03+00

Package: postgresql-15-postgis-3-scripts
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 39002
Recommends: postgresql-15-postgis-3
Provides: postgresql-15-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3-scripts_3.6.3+dfsg-1.pgdg+1_all.deb
Size: 1294964
SHA512: dda7cc1b9d699efa66dfa40b471efc3722271084bc84ae29f0f309449401d2b7ef7916f3a788b13ee4963e2ddc5f86b75181a2178b5e9964ff63930db89e7a9e
SHA256: db5cf7c2bb87f1b56633990bdb2618b69435f1cf4ac4fe3bd0612ec0eb12efeb
SHA1: 7f4acba6f9cdc7aaf286c3f229deb051900ff612
MD5sum: 00024256bd670dabade7eac7ff0ab0fb
Description: Geographic objects support for PostgreSQL 15 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 15 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2026-04-15 15:17:03+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.26.3+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15351
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.26.3+dfsg-1.pgdg+1_arm64.deb
Size: 416104
SHA512: c02c59d7d7322b2f387f3021c9c277ea9f8f45a223cc87c961c2014fa8742f03d5fca832ca9b473802b2625238b924ba0f2d97181c4ddf8bc8eb16a9d5a69639
SHA256: d1762a3887d916406bc2ef16b9cb78022fe6963ce31e232c0b765ba4f43edde5
SHA1: 120f02548a1f93d43bc31692b759d93b08881ddf
MD5sum: 4d34c0a753b6b970231c3bafd3481717
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-04-15 15:17:03+00

Package: postgresql-15-timescaledb-dbgsym
Source: timescaledb
Version: 2.26.3+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2158
Depends: postgresql-15-timescaledb (= 2.26.3+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.26.3+dfsg-1.pgdg+1_arm64.deb
Size: 1201412
SHA512: e85d1deec72ac3b2c1187a49d4a8a41a01540a49b8046381c78f2ad309340e24862256fc2ee43d084a62ec1cffd6d4d7b5d358dffd67f1c5bb814452d92e9a5f
SHA256: f50536b81da2bf52e502c965a06b985951c201f2fba4386490a026846ea33428
SHA1: 39cf274fa8e8830ce4db3dd99a7ace59ee8dc769
MD5sum: 502e360fbecbbc9b868600036cbae3cf
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: 71e8402d9d89269b52f143bf6e09929dc6dc3281 8b6129da3df418382d9e94e8680181f43517af01
Timestamp: 2026-04-15 15:17:03+00

Package: postgresql-16-db2fce
Source: db2fce
Version: 0.0.17-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-16
Homepage: https://github.com/credativ/db2fce
Priority: optional
Section: database
Filename: pool/main/d/db2fce/postgresql-16-db2fce_0.0.17-1.pgdg+1_all.deb
Size: 8452
SHA512: dc369777ea9e82363d11e33eb85fee83f0902bb9e92745f3400eabae33da081c3d53419b19af00b85faf15f31e25727807ce99be36e8bee993e9535c56d26051
SHA256: 96c4b350891cf6b6fc257c285eb75f68f454be08f94dde9ef96e4e3dbe9b90ab
SHA1: fdcdaeabe3a32da90eebcef0a08c24decccc8c2b
MD5sum: 987e2fd5da686348953e07d256bdca85
Description: DB2 compatibility environment for PostgreSQL
 db2fce is a PostgreSQL extension that provides a variety of DB2 functions,
 types and operators for PostgreSQL. It facilitates the unmodified (or less
 modified) use of (some) DB2 SQL statements in PostgreSQL. It also provides the
 SYSIBM.SYSDUMMY1 view which is usually used by DB2 code if no data is returned
 by a query.
Timestamp: 2026-04-15 15:17:03+00

Package: postgresql-16-postgis-3
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10292
Depends: postgresql-16, postgresql-16-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal38 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-16-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3_3.6.3+dfsg-1.pgdg+1_arm64.deb
Size: 3535992
SHA512: befb3af4af07ffb98c7cb9ea71db32156831a914a073be36a1d4aa087e8e85fe805dd77fbcc98bf5c0c9bf2878b3fe7febbd34b0d937a88ef268afe656004840
SHA256: 1e81570a94544f20410ad47ce7b1e7b3ffa020544c0490031e377573f57ccb58
SHA1: b5e4ff1ece5f243f89aca6bc1c85f584c3154483
MD5sum: 9b01373ed0338db6933444b0ddeb17aa
Description: Geographic objects support for PostgreSQL 16
 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".
Timestamp: 2026-04-15 15:17:03+00

Package: postgresql-16-postgis-3-dbgsym
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7371
Depends: postgresql-16-postgis-3 (= 3.6.3+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-16-postgis-3-dbgsym_3.6.3+dfsg-1.pgdg+1_arm64.deb
Size: 4237924
SHA512: 01720c4c914b9026a9547948a75cfeb0b360328c3514fc010ef8ec7df5e709b12868c9d12624ea50fa42cd9f8a2d5fdb4cff66a81852bd2e5c80ec84ef0eddb3
SHA256: 81a2fec44f98533867ba3273ee9d58891ca834f9ede9f496ad75aebc5b06603b
SHA1: 37a2a7d86359603759fc6a282e7577d69abc1a27
MD5sum: e825086e37b48292507add6bb26d90b1
Description: debug symbols for postgresql-16-postgis-3
Build-Ids: 1790db4c16775856b315150398d5eb420747cd98 37565b631eb5efb8ef6f2e614a227e163b4b7f5e 3782ceee510cc60c43010a13868b5a75c9ec20e3 7661e10ae842e2391cddc771748bee653725fdd0 780a0c1744b7c96c9d148772ba009beb6376bbf2
Timestamp: 2026-04-15 15:17:03+00

Package: postgresql-16-postgis-3-scripts
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 39002
Recommends: postgresql-16-postgis-3
Provides: postgresql-16-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3-scripts_3.6.3+dfsg-1.pgdg+1_all.deb
Size: 1295004
SHA512: 680bbf5a2e649c16e30ee586be22dac1b794dba1ea5f2264807304d35237b374bbe1499e948b25a70d64269c985025485ff30364970fece53257e34d1aab3cce
SHA256: 1c6674e488c9d42c428735f3d0d1460417990cfa21e7e086164500019639470f
SHA1: 729a32d6501bb86d31a91940542b24a1bea78334
MD5sum: da00cd05580c217dea5ff2d70056b9e4
Description: Geographic objects support for PostgreSQL 16 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 16 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2026-04-15 15:17:03+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.26.3+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15351
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.26.3+dfsg-1.pgdg+1_arm64.deb
Size: 414728
SHA512: 776ec6ec948030f3b6fc9cf3298de72f72c1606a8a7961d4310253c082df61f22fa826121fe57c1086fedd3cf77d3a4d9e0df838c66e05fb9194489e3850c70d
SHA256: 1475cb9223c9d2898b7a6d70e72cb5fd25af6c0ed1dd5b348106cfa348ba60f3
SHA1: 70868037dfb42f5a1ef5771d381b9935a56b682c
MD5sum: 6fb9fec04ad15060cc62ef0a536c61c8
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-04-15 15:17:03+00

Package: postgresql-16-timescaledb-dbgsym
Source: timescaledb
Version: 2.26.3+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2205
Depends: postgresql-16-timescaledb (= 2.26.3+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.26.3+dfsg-1.pgdg+1_arm64.deb
Size: 1257408
SHA512: e4f084a5b04a5a3b010452b60b16b9633e3a053dbe451b080ef3715053b2e1553d0715c9fc515e2d219aefef1d706eb7cf4b346ef04c5161957c5114cf27b3bc
SHA256: f388ecb20042037a1477e4e5c234bc2796eb74fc31e5c51e8d450a4eb8f15b9a
SHA1: a2e5441aeda7e8af20a100961810bd851159fad6
MD5sum: be073de5a0bdc6d457b0d9a74ff8b6da
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: 0b302d3f44abb148b2427ff9d73c8b4764c8ed83 e3f06246985a8346804f29a9208ac619d19ad88d
Timestamp: 2026-04-15 15:17:03+00

Package: postgresql-17-db2fce
Source: db2fce
Version: 0.0.17-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-17
Homepage: https://github.com/credativ/db2fce
Priority: optional
Section: database
Filename: pool/main/d/db2fce/postgresql-17-db2fce_0.0.17-1.pgdg+1_all.deb
Size: 8452
SHA512: 582c23d21c311718d3a9c297c55cbdc43794ba3bb5961564a9455fe8fff43cef639f697ed5a46b972480fd341e444c0416ca14d70e6666d4bc0264f1a7abe789
SHA256: 541bb958a8c20b94dd55a3dbbfc93df55905a01f7ae39a1f7938a6f7e28d4065
SHA1: 13c6bac05c22144f870945395ab6476fef7622c7
MD5sum: d8ced33addd2138abc554a9db892f3a4
Description: DB2 compatibility environment for PostgreSQL
 db2fce is a PostgreSQL extension that provides a variety of DB2 functions,
 types and operators for PostgreSQL. It facilitates the unmodified (or less
 modified) use of (some) DB2 SQL statements in PostgreSQL. It also provides the
 SYSIBM.SYSDUMMY1 view which is usually used by DB2 code if no data is returned
 by a query.
Timestamp: 2026-04-15 15:17:03+00

Package: postgresql-17-postgis-3
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10343
Depends: postgresql-17, postgresql-17-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal38 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-17-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-17-postgis-3_3.6.3+dfsg-1.pgdg+1_arm64.deb
Size: 3549908
SHA512: fb9ea1eba00ad38f5dffd19a79d288c848900e148be0c3408ae06f3a64867e6e77019f3634457ac1d22958d3d335bb638a8b8abdcc59ef04bc852a2e72985781
SHA256: 5f7e1114c09d0393bce196b0fe21ed868d0b5cb5f92ff4d6a793d24b2379efe4
SHA1: 498f3db34af853bfc8d1f8360b493a11a4083812
MD5sum: 046c6369aba70bf4d09fc620f3d91ced
Description: Geographic objects support for PostgreSQL 17
 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".
Timestamp: 2026-04-15 15:17:03+00

Package: postgresql-17-postgis-3-dbgsym
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7365
Depends: postgresql-17-postgis-3 (= 3.6.3+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-17-postgis-3-dbgsym_3.6.3+dfsg-1.pgdg+1_arm64.deb
Size: 4236092
SHA512: 781c0462ffb56a96c02f2a761b1493feae16292acd8cbd7efae5e440d174c7d0b8800896892041a4267c080cc63162daf8f7b08e235f0487c0b3b28be21b2ddd
SHA256: dbef230153257a771c278613948d34b05c7772f4061396c1770cbc22df2538a2
SHA1: 0a9ef0864bf33f64037e14b31b0b4196cdd126ba
MD5sum: e228df81b0d4210d516a22deb88b61dc
Description: debug symbols for postgresql-17-postgis-3
Build-Ids: 12aa57542d3e4402cd23d197a78b3ce506182bac 54ffbff6706bb5ade4f206742331ee21fe5f5ea3 5858e188764c3192d27eac2bd4d9b9477fddc9ab 6f6af53e53583939c43791a8281c3af7b00ce9ee f2f7357f180ba5e81f20199fa40cf5bc92fe46fd
Timestamp: 2026-04-15 15:17:03+00

Package: postgresql-17-postgis-3-scripts
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 39002
Recommends: postgresql-17-postgis-3
Provides: postgresql-17-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-17-postgis-3-scripts_3.6.3+dfsg-1.pgdg+1_all.deb
Size: 1294772
SHA512: 224031f0cd1f9240c9c4ed7a68a1d185d8f314a536159e5506fc984c2327dcc3918b82f8f5e2a0b593f4da48237bafa7476e1cdd7a576c8ca8e559cf4f3f168f
SHA256: 67f2ac55a87c1159de63fff96d37645227651941761d36a474f227b3e0500383
SHA1: ecf34d7498fc1f70a06530b66c9ddb416248f0d9
MD5sum: c839eb3249d0b44ac34db4d571a9912d
Description: Geographic objects support for PostgreSQL 17 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 17 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2026-04-15 15:17:03+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.26.3+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15351
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.26.3+dfsg-1.pgdg+1_arm64.deb
Size: 414828
SHA512: 9ce1eb0e4b9764277d99b4b287a1d5325a6d23b1437182fae1fc3b106d5eee09db60abc373324a70b6b973fc56742cf9de3aed63a70e5a2a5daa4bab53920b4d
SHA256: 6863b1ea5f8571c2fed261f50fdb9aeb11789607ce3e312b22c8f5dc3bf75269
SHA1: 0dd39c36b6a1a5529962a9cbb57696928a65758a
MD5sum: 168099b73fafc7e8c3761a11fac385b0
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-04-15 15:17:03+00

Package: postgresql-17-timescaledb-dbgsym
Source: timescaledb
Version: 2.26.3+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2212
Depends: postgresql-17-timescaledb (= 2.26.3+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.26.3+dfsg-1.pgdg+1_arm64.deb
Size: 1265976
SHA512: 2453744e07a577a6309417d0d14fbfda77d3e0f5c0e17250b1a640ae82b1554400d0c8be59e3d6b678d59c8cc34285477fd9eb3514228b23e33d198502d93519
SHA256: 7d1a8d2e12a16588bb02302e006be2a477dc294f2a64822f1934d9f6a57e3d66
SHA1: fd8f8580349136c9afa329cc36cdb9b8f19fca49
MD5sum: 65327d153f9d5a936f28ec396a11f206
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: 4047ff79a6d8826cafcc9a06bf2570063ff27b1d 47a366e803f743dbffeb0a5eec8da4ccb50e20aa
Timestamp: 2026-04-15 15:17:03+00

Package: postgresql-18-db2fce
Source: db2fce
Version: 0.0.17-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-18
Homepage: https://github.com/credativ/db2fce
Priority: optional
Section: database
Filename: pool/main/d/db2fce/postgresql-18-db2fce_0.0.17-1.pgdg+1_all.deb
Size: 8444
SHA512: 84109c4ea3489c6d720c73afa6a92dd4d9a2f6d00b8889721f977ebc7ae423417181b287e79a74e76f7c56264bbe0ec328ba46ba39bdae310ec593978099f14d
SHA256: a9e2bde8652dbf673560e358b4d54a807b6ad9cd7384525e15ad903e89d7339c
SHA1: 54124b02ac4fdfd499fb3525f8854b5c3c0e4c89
MD5sum: b22a3e75c4401ceccdcd8a13a139ec2e
Description: DB2 compatibility environment for PostgreSQL
 db2fce is a PostgreSQL extension that provides a variety of DB2 functions,
 types and operators for PostgreSQL. It facilitates the unmodified (or less
 modified) use of (some) DB2 SQL statements in PostgreSQL. It also provides the
 SYSIBM.SYSDUMMY1 view which is usually used by DB2 code if no data is returned
 by a query.
Timestamp: 2026-04-15 15:17:03+00

Package: postgresql-18-postgis-3
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10364
Depends: postgresql-18, postgresql-18-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal38 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-18-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-18-postgis-3_3.6.3+dfsg-1.pgdg+1_arm64.deb
Size: 3558420
SHA512: 71677fc955fc25f34e464024da0d2cce6e028344b1e1f79d653bd8997ef4c8b9106ebaca5b626b9d5c02e17a6648c44887405a8ec2346fd95d274b8f40493808
SHA256: d22f092fc1ef92e0bf93a96d799b5fb209ed009a0242cf31adff46f07bf18db6
SHA1: b25f6d73e2b04635616c0f6e2858b20e05dc7079
MD5sum: 9afb2007f18c21998a85392fe3c50144
Description: Geographic objects support for PostgreSQL 18
 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".
Timestamp: 2026-04-15 15:17:03+00

Package: postgresql-18-postgis-3-dbgsym
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7366
Depends: postgresql-18-postgis-3 (= 3.6.3+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-18-postgis-3-dbgsym_3.6.3+dfsg-1.pgdg+1_arm64.deb
Size: 4238668
SHA512: a21b9e8585c733628470f8fa044cc2738bb21611e1bba920c498f06067491f7e08435fec8f849f705cc4585a896f72aff1a5813531ba811951288534e127db9b
SHA256: 2283306918ba81bd06bf91578f8248fcc40645adfaecbdf302166146710d9845
SHA1: 44e119229115fcae1825543364054ea811490fdd
MD5sum: f11a78a4e32a8a6269a6ffc6bbe33c2b
Description: debug symbols for postgresql-18-postgis-3
Build-Ids: 24736628aaed5022368db54d138f8ae2e564cc0d 6e0f4ba6b38657b57b775b22c7ca2cc6ebfee01c bd48cbffcd019a1bba83600ec385d19aa6bebded ce6565053a031600bc82657252cff62a2c9afc74 f52046cea44ff25c72c397879d1635a830accd04
Timestamp: 2026-04-15 15:17:03+00

Package: postgresql-18-postgis-3-scripts
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 39002
Recommends: postgresql-18-postgis-3
Provides: postgresql-18-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-18-postgis-3-scripts_3.6.3+dfsg-1.pgdg+1_all.deb
Size: 1294768
SHA512: f3db15d5aa35f78681524aa1e464b4f567993380bca91f2f2c542f5d54b220d9b65a9954bcbf651a53b56160900c19c7e05d5e7ebcae1e972031686d254ff0ae
SHA256: 1aac53ae0cd94ac4e5ff56b8e506ce995d5a1ee2c9d87edd7a7ca27b6a08285f
SHA1: dd8bafaac58af18b54188fe8256ed9133fdb9688
MD5sum: f0d18d8ff57c04cb512ede19331f67f8
Description: Geographic objects support for PostgreSQL 18 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 18 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2026-04-15 15:17:03+00

Package: postgresql-18-timescaledb
Source: timescaledb
Version: 2.26.3+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15351
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb_2.26.3+dfsg-1.pgdg+1_arm64.deb
Size: 416024
SHA512: 5799aa192a7dab533eb8bd9917391dd301c57c217ff66f38ff71b4b37033549e2b213be1d3bd03253b76d60b581d86a002bbdcbb1ca57674ad6952b71a9f9345
SHA256: bae205ef604638f602320bc32292a146347d86fb4d9446f335698f4c6f6a4e9e
SHA1: 34b105ca8080eab26426d6e8996305d4990da0d9
MD5sum: f9a68294ae6968c40b72b19b6b8bca9f
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-04-15 15:17:03+00

Package: postgresql-18-timescaledb-dbgsym
Source: timescaledb
Version: 2.26.3+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2219
Depends: postgresql-18-timescaledb (= 2.26.3+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb-dbgsym_2.26.3+dfsg-1.pgdg+1_arm64.deb
Size: 1273828
SHA512: 7b88cb92aa1361dc70f531d4d7d86dfb3a4b8cce148d04fda839e3d7b746ba6224a10873ecb0e9312249f9deffb3df49aba9289e261deaa47d2e828c015d93ef
SHA256: d7469c4f9a0f316fb8a3eff0bf09e81a83927e9cd0211c095a30aa432460ffa0
SHA1: 3e457192accf8fc466602779e20411921397c8ef
MD5sum: 472e12e349bed5b1f491e11b68ca271f
Description: debug symbols for postgresql-18-timescaledb
Build-Ids: 04aa63c4f6f643bb8d6a57a33fa5591310fc53e9 3adc2f2fb575328cdbc713ceefb0cc2e7ffacb59
Timestamp: 2026-04-15 15:17:03+00

Package: postgresql-postgis
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 63
Depends: postgresql-postgis-scripts, postgresql-18-postgis-3
Homepage: https://postgis.net/
Priority: optional
Section: metapackages
Filename: pool/main/p/postgis/postgresql-postgis_3.6.3+dfsg-1.pgdg+1_arm64.deb
Size: 18656
SHA512: 027a1e1b80375768c67b74ff633aef0fdc5cd9b730cc466c2fd5f4492c97a4a463b5e85838462525b76cf86232963ef02b1c76600efe93fa9668ae52170eb262
SHA256: 543cfe4f9ff24c057fcb7fc9aaeccf048b1388324590b3c9963764f28d188330
SHA1: 9587defa474aa8d14ea3ed6a6d3626f4fd1c9647
MD5sum: ac2a9c89ce7a913b476769bd6a28357f
Description: Geographic objects support for PostgreSQL -- Metapackage
 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 metapackage depends on the PostGIS package for PostgreSQL 18.
Timestamp: 2026-04-15 15:17:03+00

Package: postgresql-postgis-scripts
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 63
Depends: postgresql-18-postgis-3-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-postgis-scripts_3.6.3+dfsg-1.pgdg+1_all.deb
Size: 18676
SHA512: 7cf7a7a69ad51b6aca7b918fb11741796bb6b38e5b9aa483d2b1d2fcda3d6c469f82dfebc6f4fa5b99b53407f619759a965826b320132da3907e6f99d36c730c
SHA256: cea342773633a84b9e5fe853d3ad5f281547c360e2d23378f7679922493c78f9
SHA1: 84248b14c8b2e8d1ece561eacd6140110216b2bf
MD5sum: 98558025af40ab410ad896e4340dd6a2
Description: Geographic objects support for PostgreSQL -- SQL scripts metapackage
 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 metapackage depends on the PostGIS scripts package for
 PostgreSQL 18.
Timestamp: 2026-04-15 15:17:03+00

Package: barman
Version: 3.18.0-2.pgdg+2
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 168
Depends: python3-barman (= 3.18.0-2.pgdg+2), adduser, file, rsync, python3:any
Recommends: openssh-server, openssh-client, postgresql-client, python3-argcomplete
Suggests: barman-cli, repmgr
Breaks: barman-cli (<< 3.18~)
Replaces: barman-cli (<< 3.18~)
Homepage: https://pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman_3.18.0-2.pgdg+2_all.deb
Size: 119104
SHA512: 7a7d7b6983d4859e7cb455a4ce1c79f2324b7b85fc1342e8e8665489c23b21ca092928b5c3e5a80dd3e34d8b88581506d117cf3c48f0aaf9723b3579a51746ce
SHA256: 4bd4d1c373af4c8f93318067488e56898096587006bb30a5cb31ffc5ba89f1e8
SHA1: e31444b84ffab69d188cd74a096dfa3a2ca82f7b
MD5sum: 3a4b406e4dd7d1b0d3666902cc6d222f
Description: Backup and Recovery Manager for PostgreSQL
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by EDB.
 .
 This package provides barman binary.
Timestamp: 2026-04-16 12:26:02+00

Package: barman-cli
Source: barman
Version: 3.18.0-2.pgdg+2
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 21
Depends: python3-barman (= 3.18.0-2.pgdg+2), rsync, python3:any
Recommends: openssh-client
Suggests: barman-cli-cloud
Homepage: https://pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli_3.18.0-2.pgdg+2_all.deb
Size: 8956
SHA512: 9dc538cd2c520e889aa278789544a887bc1d14a17f6471126c8fe6387a4b28cbbff49c7cff47d6150a2462c0653f942a20f081b41d581cf30292501393d18cfd
SHA256: 317b9ce3423aaf67fd0286edc02fe0fcab0bd049b4e17b38cc4da0da1a12d8b7
SHA1: 314276f62d638ad42e78e07d666ce5c0ea2610e2
MD5sum: d2cffc2ae211be1059ee761b42b2232a
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 organization 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 EDB.
Timestamp: 2026-04-16 12:26:02+00

Package: barman-cli-cloud
Source: barman
Version: 3.18.0-2.pgdg+2
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 52
Depends: python3-barman (= 3.18.0-2.pgdg+2), rsync, python3:any, python3-boto3
Breaks: barman-cli (<< 2.10-3~~)
Replaces: barman-cli (<< 2.10-3~~)
Homepage: https://pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli-cloud_3.18.0-2.pgdg+2_all.deb
Size: 29524
SHA512: c6ea2045f31b84b0f349e7b08a93e49e22d5b8b7621a55363f531c5033f2db5c9d4865e8fa6babcc4119c52972881f7cf3a60a2894e5a198d43906780b803fd3
SHA256: 6a81fc8f4fc1c049e66b08a3932457ea71d797d58d9a56ffaaa65009646b2191
SHA1: a75fcd6912702f0c88bd10357a0fcf05070f62f3
MD5sum: 694fb786db0f2b07dd39e0374791f519
Description: Cloud 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 organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli-cloud package contains cloud client utilities for the
 integration of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by EDB.
Timestamp: 2026-04-16 12:26:02+00

Package: python3-barman
Source: barman
Version: 3.18.0-2.pgdg+2
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1834
Depends: python3-dateutil, python3-psycopg2, python3:any
Recommends: python3-zstandard, python3-lz4
Breaks: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Replaces: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Homepage: https://pgbarman.org
Priority: optional
Section: python
Filename: pool/main/b/barman/python3-barman_3.18.0-2.pgdg+2_all.deb
Size: 289840
SHA512: fb07b33255cffd39fdd3388a54690f3b10409897c144cecd5093b7256626383c080ab10bdbbec2ae1af2cd364e607b3eb477fbe038c7fed88ccd6e764b4d62a5
SHA256: 13d75591ab25781b1038e269b4163fd83b9a8a216f085656c57ecae5da6b4a8d
SHA1: fa209a1ff25bbc8833385c4759beb9b989c2cfea
MD5sum: acaa1b08307c360448b2239824dd925b
Description: Backup and Recovery Manager for PostgreSQL - Python modules
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by EDB.
 .
 This package provides Python 3 modules only.
Timestamp: 2026-04-16 12:26:02+00

Package: credativ-pg-migrator
Version: 0.12.2-2.pgdg+1
Architecture: all
Maintainer: Michael Banck <michael.banck@credativ.de>
Installed-Size: 1472
Depends: python3-jaydebeapi, python3-pandas, python3-psycopg2, python3-pyodbc, python3-sqlglot, python3-tabulate, python3-yaml, python3:any (>= 3.6~)
Suggests: tdsodbc
Homepage: https://github.com/credativ/credativ-pg-migrator
Priority: optional
Section: python
Filename: pool/main/c/credativ-pg-migrator/credativ-pg-migrator_0.12.2-2.pgdg+1_all.deb
Size: 176240
SHA512: 6d515912acb319dcfa5ec72fd301e6d5e938430c7c30729cd001310a1697623bf06fb2a37f1a9c8e7d5e54f9aeebe17932ece1b65c2a77aa13306020fb3b0034
SHA256: d00d59ad9013a3393b99f6ee1a6d3921ab50c9a2669ecca5e3df787ef51216ea
SHA1: 0dd2613bc73febf4702d7cea7ac7674567e712cc
MD5sum: 20af516077494397ff3980ad05557600
Description: credativ Postgres Migrator
 This package provides a solution for migrations of whole databases from legacy
 systems to PostgreSQL.
 .
 Main features are:
  - Supports migration of tables, column constraints and defaults, primary
    keys, secondary indexes, foreign keys, functions/procedures, triggers and
    views from source to target database
  - If tables have sequences, migrator sets current values of sequences on the
    target database
  - Migration of views is currently only in rudimentary version, just replacing
    source schema names in code with target schema names
  - Conversion and migration of functions, procedures, triggers currently fully
    works for Informix, and is in progress for Sybase
  - Migrator allows customizable substitutions of data types, default values of
    columns, calls of remote objects
Timestamp: 2026-04-17 11:27:42+00

Package: patroni
Version: 4.1.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1539
Depends: python3-click (>= 4.1), python3-consul (>= 0.7.0), python3-dateutil, python3-prettytable (>= 0.7), python3-psutil, python3-urllib3, python3-yaml, python3-ydiff, python3:any, python3-psycopg2, python3-cdiff, python3-systemd
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/patroni/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_4.1.2-1.pgdg+1_all.deb
Size: 286344
SHA512: e7400ab7292c177a431ec4df77d36b659cfd8acb490bf7ee878f6372914504dabb708aa7139b8ed7b57960a58b4ed380f66dfa99e606263f7cee0d7fa0db128a
SHA256: 9e80cc74ada8053b98e676ab4d3624bb0337627ea6ba8794c0ce0180495d5339
SHA1: 9d6d0514a3267891a0f93e0a8af6d585a8a482d7
MD5sum: 38be6627f4fb45742ee4d4166d622eae
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2026-04-24 14:45:09+00

Package: patroni-doc
Source: patroni
Version: 4.1.2-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7426
Depends: libjs-jquery (>= 3.6.0), libjs-sphinxdoc (>= 8.2), sphinx-rtd-theme-common (>= 3.1.0+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/patroni/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_4.1.2-1.pgdg+1_all.deb
Size: 575768
SHA512: 203169d93253b87f30b98c53e712d4bf57fc150109c97450b8b8a4f2ed27b35b9d353d04ac1870c23154231f95096fbbaa5485781bc85742aff267c5aeaf017b
SHA256: a528ccc630c918f17f8b2c9dde7ee0f3a4159266ab99677672650be31fc709db
SHA1: 18b0972d0aa572de2e085dcd5e3a4858fc0616b1
MD5sum: dbe6a3f86cacc6bc0ebd163fd7d6a565
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2026-04-24 14:45:09+00

Package: postgresql-10-prefix
Source: prefix
Version: 1.2.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/dimitri/prefix
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-10-prefix_1.2.11-1.pgdg+1_arm64.deb
Size: 19736
SHA512: 7f5cf5d278b0a719f77773206b4f2722c97ffddcf7979906346c8bedbe45eb3a24f9c54af8cde4731ff57e3c5a140bfb81811cee6547d1b8788fbecb5c2e41e1
SHA256: 2c72b05bd60f637255349d1500e73aa8e2a6ee7e55b04109387b4c62b5ed9c9e
SHA1: ca5bdd33bd20bccc9ba79866a52297e165652bc3
MD5sum: 37186461935e4f2507c19b754b094fb2
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.
Timestamp: 2026-04-24 14:45:09+00

Package: libgvm22t64
Source: gvm-libs
Version: 22.41.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 1053
Depends: libc6 (>= 2.38), libcjson1 (>= 1.7.13), libcrypt1 (>= 1:4.1.0), libcurl3t64-gnutls (>= 7.83.0), libgcrypt20 (>= 1.12.0), libglib2.0-0t64 (>= 2.76.0), libgnutls30t64 (>= 3.8.1), libgpgme45 (>= 1.23.2), libhiredis1.1.0 (>= 1.2.0), libldap2 (>= 2.6.2), libnet9 (>= 1.1.2.1), libpaho-mqtt1.3 (>= 1.3.0), libpcap0.8t64 (>= 0.9.8), libradcli4 (>= 1.2.11), libssh-4 (>= 0.8.0), libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), zlib1g (>= 1:1.2.3.4)
Conflicts: libopenvas9
Breaks: libgvm22 (<< 22.41.0-1.pgdg+1)
Replaces: libgvm22, libopenvas9
Provides: libgvm22 (= 22.41.0-1.pgdg+1)
Multi-Arch: same
Homepage: https://www.greenbone.net/
Priority: optional
Section: libs
Filename: pool/main/g/gvm-libs/libgvm22t64_22.41.0-1.pgdg+1_arm64.deb
Size: 154144
SHA512: ca877f3b00a971755833be89bd205b1e5df91d7c1403b48329e1b7f66a17e98269dfa2778f360f1f80d725cc730f82517d944c7dcd601547a430d01dceceec83
SHA256: 9c3f6ee63966b9eb615fdd7570ad53e571fa0141db84a00e1d9139844df1e4ab
SHA1: ec2b4eb281252c72ba3603d2ae621db669a5e205
MD5sum: 68bb90662680afc594d10357485a6ba0
Description: remote network security auditor - shared libraries
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the required shared libraries.
Timestamp: 2026-04-20 18:00:51+00

Package: libgvm22t64-dbgsym
Source: gvm-libs
Version: 22.41.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 1164
Depends: libgvm22t64 (= 22.41.0-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/g/gvm-libs/libgvm22t64-dbgsym_22.41.0-1.pgdg+1_arm64.deb
Size: 541556
SHA512: a1e3d5dd5f2b9b5209a4e23750cad74962b33fa08439eb73ba96192e9585b1db77ed31a2ba3e968cbc21e64fbf0985ff7c0d675358cd82fd892a54bbed9260a7
SHA256: 62a0b3cb9be4c3ac1ef75b2c4d953f6cb56e99633b8f7a6521fd24476a7948f2
SHA1: cf7d934aca3efadf766c86f7a88a08b7249ccd27
MD5sum: bc54b98c0509f83e5b658a70c16940b1
Description: debug symbols for libgvm22t64
Build-Ids: 11c7f1f8439f8fbc944d24a1501f4ca53957f37c 19cfbc8ff1038b10e9435d5207c33b41238dbdc0 3838ba1d12518073d98d4644c6f1dc4164857fa0 70e16722871f439252ebf68a076ff9fefb38145c 75d0f476ecac8cb538324be8dd1a5829891ccfb1 7b334c4b2e8ee4071e88345027f8ab4e9787223e 82d9d0cdab5333bb47df3ebef7c1e3a5111d5761 97f8242402c531cfeaa963fb65c1e3e9c9e7788d a1752f700541db5453f7945471962189a9b5f342 df31a007e62a8f1b1ddec4d80892bf125afb5af1 e6e09a9a562ac80e506afea7f72732744b6dc203 f039bf876efb371356298a12ef152595eca7411d
Timestamp: 2026-04-20 18:00:51+00

Package: libgvm-dev
Source: gvm-libs
Version: 22.41.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 210
Depends: libgcrypt-dev, libglib2.0-dev, libgnutls28-dev, libgpgme-dev, libhiredis-dev, libksba-dev, libgvm22t64 (= 22.41.0-1.pgdg+1), libpcap-dev, libssh-dev, uuid-dev, libsnmp-dev
Suggests: libgvm-doc
Homepage: https://www.greenbone.net/
Priority: optional
Section: libdevel
Filename: pool/main/g/gvm-libs/libgvm-dev_22.41.0-1.pgdg+1_arm64.deb
Size: 31908
SHA512: 27c38a05ff92e7d905328d90dbe96369540e0ffc4e463e74a9d7bb6305bd6de84796f7415e0530c4eb32ce01ca8b5a3bca10c94609d7f0d17679152fc1721979
SHA256: 2141b464e4c9304a9d25a1ba1174f49fab244b3312436b9c000368ae2dc35b42
SHA1: 2f0a15f14c8aa75add6c351df800617dd9fae869
MD5sum: ef68294ac5bd10bb8bdda701fe998b0c
Description: remote network security auditor - static libraries and headers
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the required static libraries and headers.
Timestamp: 2026-04-20 18:00:51+00

Package: libgvm-doc
Source: gvm-libs
Version: 22.41.0-1.pgdg+1
Architecture: all
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 11078
Homepage: https://www.greenbone.net/
Priority: optional
Section: doc
Filename: pool/main/g/gvm-libs/libgvm-doc_22.41.0-1.pgdg+1_all.deb
Size: 642320
SHA512: 28af901de1258ecae0bc87859cf440a6656124231ad7ecdf3b2639f576f4eaf524df36c2bc7a88a138e8724181a71d92b85407af85a7bf88567d59aaf983bee6
SHA256: 717ff6a4f929947b89833ec417129fbcb8beaf39f11be98e7cc81ec9e02460cd
SHA1: b49436bc592b7abfefea8309bf2b9d03b457693e
MD5sum: f3521676f38f00b615f2345596da5105
Description: remote network security auditor - libraries documentation
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the doxygen generated HTML documentation for the
 libraries.
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-11-pg-failover-slots
Source: pg-failover-slots
Version: 1.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-11, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-11-pg-failover-slots_1.2.1-1.pgdg+1_arm64.deb
Size: 16500
SHA512: ca7c90f13c4e48fc73bc36fe32592c62bcc9e6713fcaa327683fe5a19bbe8b38d0a0b6ee3df02f4055478de22300e9b0f713a913ad40d5336edca567f3e911a4
SHA256: 8fbbcb9d8eb752eb1a47d03869cd9d9d5a75480015bc2b857b7d2196ffb49e4f
SHA1: 3ea1bab3044b9177a44a7ef95a3eaff46e95d00d
MD5sum: 0c54cd1734333968de618c9a42cfe49a
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-11-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-11-pg-failover-slots (= 1.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-11-pg-failover-slots-dbgsym_1.2.1-1.pgdg+1_arm64.deb
Size: 38988
SHA512: 4f55fb909745a9d573d9b139d0c091da77b518381f9b8c57b12be208b455049abc89cef41726659bc477f52e1baf2418eb583293aaee401a066f045008da04c1
SHA256: a63fea49092050317a3e35fcd97eb178b83e1be604a669a6e3550d25c8080353
SHA1: 80f10fc7b4c50f268572591b8e501d4e4d66cad1
MD5sum: 7ad275c74ea178a3150b1d12a2ef5a79
Description: debug symbols for postgresql-11-pg-failover-slots
Build-Ids: 42b7922acb4a5b662fcee298d25fbc30bcecbc5c
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-11-pg-gvm
Source: pg-gvm
Version: 22.6.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-11, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-11-pg-gvm_22.6.15-1.pgdg+1_arm64.deb
Size: 20004
SHA512: 6d288024d0522d77570c6efb04ff05b6935900439d33c6820459dfc3d9700f72ff0f4a1f85b39651854edf0ad0b496054598497e1f4cf4152c2552942ac2046a
SHA256: 7ead07653167645f2a427fd1db3fddb8411572bce963fe0ccd9455383b4b7ef9
SHA1: 6bf26c76b03cb072ceba78e1410c310041928d79
MD5sum: dc54cfb5229ff361a6101a56b5abddf5
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-11-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-11-pg-gvm (= 22.6.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-11-pg-gvm-dbgsym_22.6.15-1.pgdg+1_arm64.deb
Size: 26768
SHA512: 9d0b091747a8b123b95f19a60d4ba3f231a2242e30910463cdde4be623230efdafda94200381a0e6365133db1aef8bca353b77a52002075bcb79cd195cc1d8bb
SHA256: 4bf79288b18ca4caa6fca7394a2dcf9e956dfb5b310599c13e9dfc6cc1f6e198
SHA1: a21e67bdb69031ddec62b7c9df8c576f4faa3595
MD5sum: f666abd15f40eebb65282e09c8756209
Description: debug symbols for postgresql-11-pg-gvm
Build-Ids: 11eb899e688f06321b6e5f2ced9a2a6464753da3
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-12-credcheck
Source: credcheck
Version: 4.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 122
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-12-credcheck_4.7-1.pgdg+1_arm64.deb
Size: 34684
SHA512: b1aa090c7ecc80fff30f1fc340ad222c39ee2dc731230134504576b8f7c43b461480c7f1b1069c508cafc588d97754a01d3e0e9e652fa0b6f80a52d88d52819c
SHA256: 306a5bb94e2366e0c7fa295da77b64f9b1a17af3ea554853ae17472d62e9e806
SHA1: 20cc58b38dc93356626ff1ada8c0ce9578a01928
MD5sum: f91c80d01131e458fb377154f53e7e2d
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-12-credcheck-dbgsym
Source: credcheck
Version: 4.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-12-credcheck (= 4.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-12-credcheck-dbgsym_4.7-1.pgdg+1_arm64.deb
Size: 71984
SHA512: 7a8a358425bb89a40d17803f1504cdcf5ba4cfd7b0b3e7b043ef0ab811a98198f4c931fac9943d807176253d5733cd343b4b2855144e1e230fe49308163804d4
SHA256: 14fc11e575224d30e09f49634948cd1afeac92e077b1c7fd3a8817e48073e25e
SHA1: 37023615f6ff5a7fc10957703c1737b73b6b75fb
MD5sum: bf233f302092ef32ad075d06733fa0f1
Description: debug symbols for postgresql-12-credcheck
Build-Ids: 132dddd00622c6da900a6608f62db2a25f5a8a83
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-12-pg-failover-slots
Source: pg-failover-slots
Version: 1.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-12, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-12-pg-failover-slots_1.2.1-1.pgdg+1_arm64.deb
Size: 16480
SHA512: f87110f1748711337c6630fb48ef387f8c7621411c45f8f375d8dd412b2d6f15859a61460a10a84081d0ec78236814992c76fbc6ffa28f2f77e3e2fc698a6076
SHA256: 9ad4c3e6751d2a79d14ad96eb378eef1a663f5343a06c50377f88da6a8dd0cb0
SHA1: 59112da691998ee4aa62dc7a5a0e6bdfbd9bfc21
MD5sum: 6a46f4f0d72ed980c3f7a60d79a291c9
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-12-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-12-pg-failover-slots (= 1.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-12-pg-failover-slots-dbgsym_1.2.1-1.pgdg+1_arm64.deb
Size: 39800
SHA512: fc24e085d5914ace4ff75006f8b4bcf241f2be610574adf0f2a64f8788c5a3e0ce49105ee4306f0088e6b3c0e89041376893b8bbe15c38f90b1dedc4a84b88ba
SHA256: 7dde8409593183c2e8b3a803c6b40043e79a3b191afe7a7bc72abaddf8bb7db8
SHA1: 2190e4cc9477ddbf9f31460978159eddfdaf2386
MD5sum: 262519a19e5e3db1c5599ee755d521ac
Description: debug symbols for postgresql-12-pg-failover-slots
Build-Ids: 660a6a9b09038b1d6550a2871836625a75de000e
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-12-pg-gvm
Source: pg-gvm
Version: 22.6.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-12, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-12-pg-gvm_22.6.15-1.pgdg+1_arm64.deb
Size: 20032
SHA512: b34e11e247e8531fa40289fde66b0ef8a511509cee3869a69bbf421701188f6b6247301fce9d33538c3b4e8fad3e31cb91f37e5c4f33f80c1e498d4b2c0ef600
SHA256: 02646aa66bff27e15df5d40360e5b71cb2718cc8dae899bc9848150c3ec8fac7
SHA1: 9f93da5f88ac3d942d829c4f52f89d11539a4757
MD5sum: 70989aee1bd337f6ff115099193cf1c8
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-12-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-12-pg-gvm (= 22.6.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-12-pg-gvm-dbgsym_22.6.15-1.pgdg+1_arm64.deb
Size: 27372
SHA512: 1ec18bdfd80e7401a45df6c1fbe666be099b570b9d8ee311e638ad5a29c6db195373a9976cafc7391daf696590ca61a41e735e43dd62ee0cd6e8d16997833025
SHA256: b92f43b4402e8935484b588b9b162311a07292c250ac0bc55c7d4ec0606a59b9
SHA1: 94dd7c3277a196343b237b91083500360359a012
MD5sum: 1b936abe639091a682b3e96fb6ad2d6a
Description: debug symbols for postgresql-12-pg-gvm
Build-Ids: 9dca3f951205c1fb4a8624b8cae2c2b6e6f9fe34
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-13-credcheck
Source: credcheck
Version: 4.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 122
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-13-credcheck_4.7-1.pgdg+1_arm64.deb
Size: 34768
SHA512: 1e0f330f6102a0a1435d332767f11341a946770a2e8744137dc04b8c5d5b155f574004cac01e273302e0303cdc0f4900fe4738ed530781c1c296d1ba20181417
SHA256: 1fee24268080a28c28920188d0ba8cfa6736d771853ccd16f577aa35774d618f
SHA1: 8807a4b0b0e1927f413c9b4bc263aa34144e06bf
MD5sum: 057d361db900ca0b5e9a5ef71da9603f
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-13-credcheck-dbgsym
Source: credcheck
Version: 4.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 139
Depends: postgresql-13-credcheck (= 4.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-13-credcheck-dbgsym_4.7-1.pgdg+1_arm64.deb
Size: 76004
SHA512: 06d7f1ef62236d3de197191823ac71c5fcdec3a10f3cfc7494f7573b6f90f4912324a1197035767de8aa50cc4224ac286dcbff1495d5bde0df52e08496ee2ee3
SHA256: cbe9df1c4f46abe7ee9232edad5b5b8dcf1e26be071bd7659c2bd780b53d5c6c
SHA1: a930533361a0792e619894bb1a31282b63341e13
MD5sum: 4b0a75c24f86217680b9613253197797
Description: debug symbols for postgresql-13-credcheck
Build-Ids: 7537108f93092cef8ea5ec502db760c1d8de1bd2
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-13-pg-failover-slots
Source: pg-failover-slots
Version: 1.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-13, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-13-pg-failover-slots_1.2.1-1.pgdg+1_arm64.deb
Size: 16612
SHA512: b3e5de748702f16152228fffbd9d1556ecfd87c687dc18443783de30fc584ab55938b96557239e5dd1299b23cca21de0ce3be84801ad17695ac2322b885ea5f4
SHA256: 3d134645134c1dcb4b745290b2c2faf0fdcd308df56745f85a24b305b3bba26b
SHA1: 417443a8f5da6d24cd39b7a9cd5309beb80dae7a
MD5sum: 0ad54ee8e96e15b1e508f733fdd30e05
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-13-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-13-pg-failover-slots (= 1.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-13-pg-failover-slots-dbgsym_1.2.1-1.pgdg+1_arm64.deb
Size: 40624
SHA512: 17ca3a0f75aa09f11d842bbff8bb5e566a68cd75957d61e0bb27d7374f6278f93eba2ae46c8b147fa4caac76c790cd801da6eecc02d790661e41c0cc3874c94f
SHA256: cd1186910940dcde30762dc59f25eecb02b5438eac854d2117198a2ca093f00e
SHA1: e9581ee7806d97c91ec43644e64deb36a8b72b8b
MD5sum: e8d8bd20615e44561d925c2a170b415c
Description: debug symbols for postgresql-13-pg-failover-slots
Build-Ids: 4383a73d95ee70d303c4ad2d400c616178c4e678
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-13-pg-gvm
Source: pg-gvm
Version: 22.6.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-13, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-13-pg-gvm_22.6.15-1.pgdg+1_arm64.deb
Size: 20052
SHA512: 691adbd800c91b01606c2ca208f75bd0bbaf800ac833550239ae17663bbd5be072bda2e109463b1623b5631610530869be5a6b0b076b24def4bdddfd6693b923
SHA256: 8abd0945139b0d04695b412babc568fbbd655c80c4d66d9cd2451ff8ee41dfa2
SHA1: 9df0ff4afa75df32bff0a10818589fbc1e3fecfe
MD5sum: fd35d1b94af4d2df84c8271b86eb77bf
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-13-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-13-pg-gvm (= 22.6.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-13-pg-gvm-dbgsym_22.6.15-1.pgdg+1_arm64.deb
Size: 27664
SHA512: 9c791ce671c575456da57ef843b4fb3cb83436387a571bdeb67f55b582754ac063ff8ba411285cba1793d648949704000c23bf15f24ceed18926b22195e900d7
SHA256: 981bdc74987278073bd200bd75f65fee62a72eeb1cef88ee233edd95183e64b9
SHA1: e67a865e636350281250914c572da3615853accd
MD5sum: e2ada2c89564174dedaf2bcf6535183a
Description: debug symbols for postgresql-13-pg-gvm
Build-Ids: 0da516e32de413c4bfffba44fb50ebcfad9566ae
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-13-timestamp9
Source: timestamp9
Version: 1.4.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/optiver/timestamp9
Priority: optional
Section: database
Filename: pool/main/t/timestamp9/postgresql-13-timestamp9_1.4.0-2.pgdg+1_arm64.deb
Size: 10412
SHA512: e747ac4b9ef732829aa0d7c3eb3bc9fe672bb20aaaf5b408f1fec6c94610a8d1682db0edc87a7bf7bc5e286ea43bbf2ac2a54885c57e05311c24bfc7f468dac0
SHA256: 99490488b1e76024d3f9bceb57da3b72083502131b93776c574ba4efff783d85
SHA1: 3d7d2cf4d0518b0d46245ce99a9930062aa5980d
MD5sum: 49d2a461143f3dd01de4cb04f9313edf
Description: Nanosecond precision timestamp type for PostgreSQL
 PostgreSQL's built-in timestamp types support microsecond precision.
 timestamp9 is an efficient nanosecond precision timestamp type for PostgreSQL.
 Internally, timestamp9 is stored in a 64-bit number as the number of
 nanoseconds since the UNIX epoch. Timestamp input can be given either as the
 number of nanoseconds since Jan 1st 1970, or it can be cast from text format.
 Both regular PostgreSQL timestamptz text format, as well as a custom
 nanosecond text format are supported as inputs.
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-13-timestamp9-dbgsym
Source: timestamp9
Version: 1.4.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-13-timestamp9 (= 1.4.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timestamp9/postgresql-13-timestamp9-dbgsym_1.4.0-2.pgdg+1_arm64.deb
Size: 19824
SHA512: d442ae101daf54a48bb65a591f996452e2b5b3d1a61fc3eb1acd32c1dacd3ee96225bc3e4a31a4172e442a0fa891822fd03f85c7f2211ad6ef2d0b7e69598224
SHA256: c45bcfd810cbaf97b6a60093bb993f986ddcdf5f943c8520c593c6bd8f301d1a
SHA1: bb46a98b45b9d956fa79cb142cf5b5b4e65579cf
MD5sum: af94bf816583486dbfc2111e8af18e0a
Description: debug symbols for postgresql-13-timestamp9
Build-Ids: b1f19d29cdde56233c9a16aa19117a21ea6ca57e
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-14-credcheck
Source: credcheck
Version: 4.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-14-credcheck_4.7-1.pgdg+1_arm64.deb
Size: 76692
SHA512: 58af2788bb5c58b0496dc22f3079a07cb5061fd2f0aa02dfa938797fd050a9e75bff4df1d1159bb9703231c10f4bc966d67e4e4bafb156395310c587b451ecb1
SHA256: b4981d61e8073e3b4f4709d58b120a93fe625d6a2c442d54d34d38b87ad01a2d
SHA1: 4bf9b0c01d6bfa0705c094c0ec316ca8ba37e559
MD5sum: 834df52ac2165f3d12e342622c28f8b1
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-14-credcheck-dbgsym
Source: credcheck
Version: 4.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-14-credcheck (= 4.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-14-credcheck-dbgsym_4.7-1.pgdg+1_arm64.deb
Size: 77704
SHA512: f8dcc9cf49a4fe74ab54032b2053f7f8fd439ddf9111028a3ac98e5cca43ea124a3996893fee1c574de4436759ab0d438bd9d246d596708ae02c6b422a156ecb
SHA256: 478d98630d6b35be35dd8786a1c6150138389753f11a80f134be2cb403efa721
SHA1: b330e7a86dea3c5e8d440151723f33906fd45c90
MD5sum: 12886c418328ec65ff02e909525076d7
Description: debug symbols for postgresql-14-credcheck
Build-Ids: dcba01e235c836f10265b88f933c6465d735c9ac
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-14-pg-background
Source: pg-background
Version: 1.9.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 321
Depends: postgresql-14, libc6 (>= 2.38)
Homepage: https://github.com/vibhorkum/pg_background
Priority: optional
Section: database
Filename: pool/main/p/pg-background/postgresql-14-pg-background_1.9.2-1.pgdg+1_arm64.deb
Size: 84492
SHA512: 0cb1ec7490be75e23a9c1b24a4634036393d595efc8d866c81c6e0210dea55f0cfb8aba59c24c2afb8c2d29385fda4efd3302f3d9173b474a16763c104c7a6e4
SHA256: bb6200bcdafd8924f4b1a694cf1f4525e556f9e98e4607be7101095af26e4c0a
SHA1: 88566abea20c9d096253a14fd9eccaf4325db135
MD5sum: 27a22e60d452fcff96f3ecd576ed54b7
Description: Background SQL extension for PostgreSQL
 pg_background is a PostgreSQL extension to execute arbitrary SQL commands in
 background worker processes within PostgreSQL. It allows workloads requiring
 asynchronous execution, autonomous transactions, and long-running operations
 without blocking client sessions.
 .
 Unlike dblink (which creates a separate connection) or client-side async
 patterns, pg_background workers run inside the database server with full
 access to local resources while operating in independent transactions.
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-14-pg-background-dbgsym
Source: pg-background
Version: 1.9.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: postgresql-14-pg-background (= 1.9.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-background/postgresql-14-pg-background-dbgsym_1.9.2-1.pgdg+1_arm64.deb
Size: 72184
SHA512: 179f3d413c72829d5e34c0c7e52887606c71276baf9817d9f755e898376bd67c2270f013811c0fc69f15130e61d73862139bba5fa37ac5eeb9d91909f461a286
SHA256: b21dd064f2119fb0729a9796641ce8608a50428f75bf140c1105dd8f7c6cb1ea
SHA1: d1af7438945dc38367f791c746222bed5b81ffd3
MD5sum: 897b8488127f0b614f6a0e77f0d09abf
Description: debug symbols for postgresql-14-pg-background
Build-Ids: 437dc9b5568553e39eeed7dc697ac90fb085fc15
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-14-pg-failover-slots
Source: pg-failover-slots
Version: 1.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-14, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-14-pg-failover-slots_1.2.1-1.pgdg+1_arm64.deb
Size: 39756
SHA512: 0d4a98a3d54cf799b6a7b7021e101e984dbdf827e1aa3b26e934bdfebc40cfbddafa90342f3fea58ceaf4fe192431a9d61d3ab8afae69f4c3cc3ea2aea8b4d65
SHA256: 90f1e506a654675efbeb1bb1067993e8f71fb202278e22bbd0db49117ced13b8
SHA1: 6642565f6499a50b7c4c0d236083bdf60c8862ee
MD5sum: 6e43ae375c4363a533d6b482c991f9fa
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-14-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-14-pg-failover-slots (= 1.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-14-pg-failover-slots-dbgsym_1.2.1-1.pgdg+1_arm64.deb
Size: 40824
SHA512: d4ee8870f9bdc882dd26a14d0181df55388670434fc4451df39664ebc80f063f620ac850181c1e913079a48ad337075d118f1d77107a5deccc9979795a87eecc
SHA256: fd03ec4360479c44178235b3d8f644e9d798d445bb71a3e9b99f0cfd134e26e2
SHA1: 5ad9d3691f9c88fcb5fecc382d3490186c69e6fa
MD5sum: aef1606be2a291b4acef75baa7f88f1a
Description: debug symbols for postgresql-14-pg-failover-slots
Build-Ids: 4909ce6e956fcd26cd8cda9b2eca71fca008ac3f
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-14-pg-gvm
Source: pg-gvm
Version: 22.6.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-14, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-14-pg-gvm_22.6.15-1.pgdg+1_arm64.deb
Size: 20060
SHA512: b57016ca1c143c00fc9b89c982b76d65305cd534059fc3abb907ff101d26ae3a64fce28647ef23714fcbdeecf2ee2ffec8e1f889c0582d7db8e2b20d08203f49
SHA256: 7eccd3d3cf470dd1991fdf69b77e2f1cbb2a3328491123978b683dbb63d50a3f
SHA1: 38ce492c18a3adf52707052fb36689827cffb046
MD5sum: 1ca1a816a195f44e6bd1a719fcd38caa
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-14-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-14-pg-gvm (= 22.6.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-14-pg-gvm-dbgsym_22.6.15-1.pgdg+1_arm64.deb
Size: 27772
SHA512: 7c87729bbcb9414275c153ece9e0e9e5454c09de958462c30b83e60c439c40aac0de3b01ccc7cdfddf3101641cd3a507b28e052309b12bf9968b80aff4ff0be3
SHA256: 7f26ef6194c32d29e005ff18433d72938199b666de6f098555f56aa612faf502
SHA1: 6c8b3cf55ea8080bb777ff575747510a990274a8
MD5sum: 15b323f6c092fbf92fb97ac94bc40315
Description: debug symbols for postgresql-14-pg-gvm
Build-Ids: e0bade31bf7dd935d8fe1c3c6ece270b5fb1c8f3
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-14-timestamp9
Source: timestamp9
Version: 1.4.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-14, libc6 (>= 2.17)
Homepage: https://github.com/optiver/timestamp9
Priority: optional
Section: database
Filename: pool/main/t/timestamp9/postgresql-14-timestamp9_1.4.0-2.pgdg+1_arm64.deb
Size: 10384
SHA512: 1654fea4e5b9010c3c91c6400d7f02b7f4e980e481ad3081ba0dc8d5b79284f65c8b4717e56689a3e688dfa5e736ca015f741684aa07f3458c5d115753cd5a70
SHA256: 789ca0cf7fcef76e3357b944eeedbab4d9f21d8c12f38735f87efabe47fa146a
SHA1: 38a42c8f1958add55ce66845a04f276988ba33c2
MD5sum: c19329ae1d74f6461875694681415711
Description: Nanosecond precision timestamp type for PostgreSQL
 PostgreSQL's built-in timestamp types support microsecond precision.
 timestamp9 is an efficient nanosecond precision timestamp type for PostgreSQL.
 Internally, timestamp9 is stored in a 64-bit number as the number of
 nanoseconds since the UNIX epoch. Timestamp input can be given either as the
 number of nanoseconds since Jan 1st 1970, or it can be cast from text format.
 Both regular PostgreSQL timestamptz text format, as well as a custom
 nanosecond text format are supported as inputs.
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-14-timestamp9-dbgsym
Source: timestamp9
Version: 1.4.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-14-timestamp9 (= 1.4.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timestamp9/postgresql-14-timestamp9-dbgsym_1.4.0-2.pgdg+1_arm64.deb
Size: 19932
SHA512: f147f9177d963c9b79df1e5e0fc4b35342e5af87c01e5c5f2443c33183d263d78f6a403d7d55450d8f949f8fca8202afdfc0b31d80ce1660fafb7a06cb8010fc
SHA256: 629905186932e2cf502aaec3fa6fc61f0a4b4ca8569e10d51ca6e800f9f35b7b
SHA1: 610e5137d518c4af73c7ad32dd211de295756e7f
MD5sum: 42b5946ed1a09a31724fc77317f5c733
Description: debug symbols for postgresql-14-timestamp9
Build-Ids: 105537c7897caee88935518dd2a30cd768178683
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-15-credcheck
Source: credcheck
Version: 4.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 200
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-15-credcheck_4.7-1.pgdg+1_arm64.deb
Size: 77276
SHA512: 18f40f26e1d01fd848d6c8895206c4b8cc9ea7f31915f6a7aee1f2a8234dcf598216b5dd5a1878b31731e22ae2298099644128f2aba9d397eaf11db0794600e7
SHA256: c9f9ecf9cf3d4ed97a34c3defddd621a87a054aec38275ffc4425782f809421c
SHA1: 9b0b5434a475d42d7f6770d7f7f12f8140ff1ecd
MD5sum: ce8e79e09ae6c608fa04b7421e1a1809
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-15-credcheck-dbgsym
Source: credcheck
Version: 4.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-15-credcheck (= 4.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-15-credcheck-dbgsym_4.7-1.pgdg+1_arm64.deb
Size: 79096
SHA512: 5d636ef108372bbf41485c4325c0f7014794175708fdd2db1cec2474772dd7c1dd6915650e2bd98b0564d5d2f3d6a189c607178edd0882263b7d535f00c8e7a3
SHA256: 9f23ea280f2a9545c017eb21d7cafdaa2091e056c41ef915fd7ca206ffc19b14
SHA1: 51faa82c275d6d2ddc67ea6525bd3b98fb396a78
MD5sum: 2764c489435973a42de8971e55334e57
Description: debug symbols for postgresql-15-credcheck
Build-Ids: ea432c46ee7df0653d4bd75b5e220266f9c18210
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-15-pg-background
Source: pg-background
Version: 1.9.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 296
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/vibhorkum/pg_background
Priority: optional
Section: database
Filename: pool/main/p/pg-background/postgresql-15-pg-background_1.9.2-1.pgdg+1_arm64.deb
Size: 59072
SHA512: 9a322d86772ae1c7fadf1add0cd5036b2aa469feaa6d316a84109ffbde2857d166f381cd3e6da12d2245bea0ed8470ffbd4535a1ab2fe94d8c7a46f884433b0c
SHA256: 7b23e40c8f7bd92a3591c476f3cc9e0d89d5ff50ef9afeed8c4f2a71f6a29e72
SHA1: 97a5cc0670697f43de88fe06de47a8342f03badf
MD5sum: 30c99105da36fb63019c8d2406d56d05
Description: Background SQL extension for PostgreSQL
 pg_background is a PostgreSQL extension to execute arbitrary SQL commands in
 background worker processes within PostgreSQL. It allows workloads requiring
 asynchronous execution, autonomous transactions, and long-running operations
 without blocking client sessions.
 .
 Unlike dblink (which creates a separate connection) or client-side async
 patterns, pg_background workers run inside the database server with full
 access to local resources while operating in independent transactions.
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-15-pg-background-dbgsym
Source: pg-background
Version: 1.9.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-15-pg-background (= 1.9.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-background/postgresql-15-pg-background-dbgsym_1.9.2-1.pgdg+1_arm64.deb
Size: 72660
SHA512: 5a748105f5c4d8133516eef85e0ab857033b59353aba60bc09df9074b781b0c33eb5623091004af69abde2b644863816bd16b3d42287a1ce7079dbac9bcd6752
SHA256: 26aceee81c182a095648a71e22768a58ca13431d74f6c8f3c5cbfdafd8ebf8f5
SHA1: 2e18a12778fa9aa1e4c5c4539a36676eca31928d
MD5sum: 8c4885cfb60f8344d216ad37f6a96bca
Description: debug symbols for postgresql-15-pg-background
Build-Ids: 70f4972696d02e978b7a4dd1dcfa2cf3cb906560
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-15-pg-failover-slots
Source: pg-failover-slots
Version: 1.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-15, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-15-pg-failover-slots_1.2.1-1.pgdg+1_arm64.deb
Size: 39904
SHA512: f99b574b5a387534f67ef1c205d3cc1955f49ce1e5d4f3c241128bcf20184e1b2744cb25789d7acd6f7239ca4a87d3e2f8947f2885dd06f68dd6ccc922daccdc
SHA256: a37c91a22825ea23fd79a1c3fe3e23f588ac03ce06c7759768a5ebea6306d5ef
SHA1: c4a4d5996b8c3f48d6db5baefd8c09e6779daf56
MD5sum: b2875dc4824624e7baf429fc6e2127b7
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-15-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-15-pg-failover-slots (= 1.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-15-pg-failover-slots-dbgsym_1.2.1-1.pgdg+1_arm64.deb
Size: 41176
SHA512: 407290571ea3d522341e667b48995676870b6e9c20db65fe4b6c619a6547c2d7e3489874a3ee265c9f3ed9f506cc5cbc0d33335358a71090868d9b290b739d12
SHA256: 46cff153a685673d004b8d47ff00384539411a77f61c0a3d707097eb2255492b
SHA1: a7aec37315115274bbc547b40ca34bd71be01ffe
MD5sum: 729686674e1486f976b46d226aed62f9
Description: debug symbols for postgresql-15-pg-failover-slots
Build-Ids: cd7f123b3c4a3498e7cf8f44867fc106efecdc9e
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-15-pg-gvm
Source: pg-gvm
Version: 22.6.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-15, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-15-pg-gvm_22.6.15-1.pgdg+1_arm64.deb
Size: 20060
SHA512: a1cf171c6228eb8a4d91dcb1f54abf36f8228cf0c663f16a186752cd3831fbf77721e382a85890f8577694c41313c65ed2b3022a6631e83ff22ab1cedaf97467
SHA256: e6ebab7d7fa29a9a7d56e8294d4b01c27d521c64983d47946d5dafe57f941fab
SHA1: 14c84a24f2b574f543ea1b1d5e1058e6f8dbd7ab
MD5sum: 0a3e88d494b650e9696c557e2fc3da23
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-15-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-15-pg-gvm (= 22.6.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-15-pg-gvm-dbgsym_22.6.15-1.pgdg+1_arm64.deb
Size: 27840
SHA512: 0e997e0040ae19261138b336860fea2e94fc9d444e6d0f7c80f2cb97e2fd88c805a8fa95a29aa06e213f916226514eb7b1cb4fd1153b40510df33abbd8a138be
SHA256: 91816bda83d0f52919ff5bb202398c331b7d58ad626126e1c9305a2e2439236c
SHA1: 64560f6e263a341a09a70463fee7a1f19b496021
MD5sum: 5484373e3a8b47dbaf34a27f957ae7a9
Description: debug symbols for postgresql-15-pg-gvm
Build-Ids: 3cc5913e68d753f7b715e8bbc8680cf09a489465
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-15-timestamp9
Source: timestamp9
Version: 1.4.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-15, libc6 (>= 2.17)
Homepage: https://github.com/optiver/timestamp9
Priority: optional
Section: database
Filename: pool/main/t/timestamp9/postgresql-15-timestamp9_1.4.0-2.pgdg+1_arm64.deb
Size: 10388
SHA512: 4c8079da2ae6027993663c023dcd9c54396e6cb8974d80bd23b9e3ac907028fb7fe28575356bf130eb9d9dc4946e77c72af013dfbdce9bc8972aba7dea0da24a
SHA256: e94ade609f3b86a219ed59cef6ad336509fdb722ce453b04d5b2a0c250921c61
SHA1: 883f859ad3bc8b8e64c6597606d367f7583888fe
MD5sum: 54077dfaa767a5052c8244ad88698d2d
Description: Nanosecond precision timestamp type for PostgreSQL
 PostgreSQL's built-in timestamp types support microsecond precision.
 timestamp9 is an efficient nanosecond precision timestamp type for PostgreSQL.
 Internally, timestamp9 is stored in a 64-bit number as the number of
 nanoseconds since the UNIX epoch. Timestamp input can be given either as the
 number of nanoseconds since Jan 1st 1970, or it can be cast from text format.
 Both regular PostgreSQL timestamptz text format, as well as a custom
 nanosecond text format are supported as inputs.
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-15-timestamp9-dbgsym
Source: timestamp9
Version: 1.4.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-15-timestamp9 (= 1.4.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timestamp9/postgresql-15-timestamp9-dbgsym_1.4.0-2.pgdg+1_arm64.deb
Size: 20040
SHA512: 452b5caec40b0b9dedac3de3109ea75058ce8a132a7fd82d5c741af04cbd763c68f6ce75f5a7720405ebab4034a46f62965cddd8ed65a9ca24a16fc402a11ef8
SHA256: 8c171f4dc354d4104391a792baed7158f0bcb2e178c4b9258cfacb89ec21b27f
SHA1: 41a446260d03fb73157e6581dbbb2b5269205ccd
MD5sum: d9bd8da35b76afe1012c747fc8cd0ab4
Description: debug symbols for postgresql-15-timestamp9
Build-Ids: 6dd793d7bb9996d6c1eb2bba6a0fa4a1924f56ae
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-16-credcheck
Source: credcheck
Version: 4.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 200
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-16-credcheck_4.7-1.pgdg+1_arm64.deb
Size: 76964
SHA512: 97053510f91d53741a42153ec831361f147995e5b7d7b30741959c4e475786e1a2231f72ef20fe477bf7fcbeb3e3fbd4b8da0d90087a327d934c0bc3c8519b1d
SHA256: 391989b9bc7487e721051f3065432ce2d48007dac03eb52cae860cd11b05f5ae
SHA1: ae2237a545c50d86f27f355a901ed5f4ad7e67a9
MD5sum: 794b3541100d700a59348368c9724929
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-16-credcheck-dbgsym
Source: credcheck
Version: 4.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-16-credcheck (= 4.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-16-credcheck-dbgsym_4.7-1.pgdg+1_arm64.deb
Size: 81140
SHA512: 6cca0be9a2576c43ff32411825c63a6a07fdc34807e278553c8a82ce6c2d8ec6f79efd6c9460de3c5b658a161b76b95ddc6d6c053ce300cb825fd2d230b98671
SHA256: 8b28c10d90e977f4f97073dfea0e27766d80c2d31df7697cc2154ff5b15306fd
SHA1: 65c88bf2d731c2d345ba5862fed2ddc7ab10ffbf
MD5sum: 0d8fa88cfe7be3ef60ae00b497218016
Description: debug symbols for postgresql-16-credcheck
Build-Ids: 77eda2e48e63e64de0e3914e915fd3e665b6edc4
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-16-pg-background
Source: pg-background
Version: 1.9.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 295
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/vibhorkum/pg_background
Priority: optional
Section: database
Filename: pool/main/p/pg-background/postgresql-16-pg-background_1.9.2-1.pgdg+1_arm64.deb
Size: 58924
SHA512: e009321be2f4da28bb5d806c3f86eed9d7bae8fb17108e5b4eae7dd28cc750c579d6b7354c9c006727d4b66c98f4e457a37c2036015755d79c664f3ab27cd7b7
SHA256: a7fdc7c995e92a442193827053a4d97a2f4a7884266bc1bc6d233ef7e1582a7b
SHA1: f008bdad3a83cd923c9b119d70c5ed68b7cecf0b
MD5sum: 3a9a5e437b9844a5232f8968026621c7
Description: Background SQL extension for PostgreSQL
 pg_background is a PostgreSQL extension to execute arbitrary SQL commands in
 background worker processes within PostgreSQL. It allows workloads requiring
 asynchronous execution, autonomous transactions, and long-running operations
 without blocking client sessions.
 .
 Unlike dblink (which creates a separate connection) or client-side async
 patterns, pg_background workers run inside the database server with full
 access to local resources while operating in independent transactions.
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-16-pg-background-dbgsym
Source: pg-background
Version: 1.9.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: postgresql-16-pg-background (= 1.9.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-background/postgresql-16-pg-background-dbgsym_1.9.2-1.pgdg+1_arm64.deb
Size: 76224
SHA512: 36fc1d067ef4e00b927e2658bdfd585f23010bc3f4757dd25412a143d261e8c5fe270858f37360a1029ec8f5c8bf9cca42420d0ed69d4b500058b4c310f633a7
SHA256: 96f97cbc44b2ade243d041a9238bd333ba3326e9635b2e97dd47fdbcad209597
SHA1: c4b9f418751ecd970cbe1c6baedff69d47c7be01
MD5sum: 803a5c9b7b3c7d21de4390e2f66ad0f6
Description: debug symbols for postgresql-16-pg-background
Build-Ids: ea6418da89d092e74d355a5444642c61cb33b906
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-16-pg-failover-slots
Source: pg-failover-slots
Version: 1.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-16, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-16-pg-failover-slots_1.2.1-1.pgdg+1_arm64.deb
Size: 39652
SHA512: 0668d77df6de080d0ccf00c3e2d5d1be2015abe8bf76455e6592c1bebe14ca09f8129b4321587d943649754cd972c135b7ceaabc196c76754ffed252ad9c7e17
SHA256: 84bee83b6a0c4ad60badba6b4532a9a59c3b317fe48697898ef1da4cf61b3a52
SHA1: dae2f660682bc2646983a982139933f4a7a0308e
MD5sum: c423f49a579ad8c1e637f63ae0568754
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-16-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-16-pg-failover-slots (= 1.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-16-pg-failover-slots-dbgsym_1.2.1-1.pgdg+1_arm64.deb
Size: 42352
SHA512: 9bf5a70d73ad5959369a326dca05bfdc49db586ef00efb9e7294f60eb0b0da978287e4f17291127bec63db01200606ecf2c6abdf42a26153e99a4545d20e389a
SHA256: 0f93dd0c0de21865d78472b0787c942eee1d8acaaa5f5a882147d8927327e3ac
SHA1: 72524582528ce33b44a2c0ba7300b82a3c2e8231
MD5sum: 898ec16dd44c8af9910cb2d2b6ec90f5
Description: debug symbols for postgresql-16-pg-failover-slots
Build-Ids: 7716381c0429adacd0e7aed59447c556958c388a
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-16-pg-gvm
Source: pg-gvm
Version: 22.6.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-16, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-16-pg-gvm_22.6.15-1.pgdg+1_arm64.deb
Size: 20060
SHA512: 4f91af626482aafab0cd91048fba2ccb4b8ddfe23bb5d807ebc0f34f6d9c9912af51b57295616b0071bbee989839d81d47991b0b56bbe938af561cbc7aaf6dca
SHA256: c234f0b5e89aa720893b129c51db04b42bee55a396e107765b54698ac56979aa
SHA1: fd4b6106d48840b0fbc1fbafb87e37d05ed92a11
MD5sum: 4cb07f5884e52a3dc2713fcb0ad2bf7d
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-16-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-16-pg-gvm (= 22.6.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-16-pg-gvm-dbgsym_22.6.15-1.pgdg+1_arm64.deb
Size: 28688
SHA512: 8f0ac98e0f4eb0d926931830870965799e3d38cd72c9ddc8150451fca7f681e655d32c233ef874d8924dae91618b31deb2677550f1a0162a00c08c7425b1c848
SHA256: a07a5e572e8893482d5b98607dd2d597668ccb838d8bac3a2855ed7f888a283a
SHA1: c21dabdefb16b7fbc9ef7c13ad08ce22dc11b9bf
MD5sum: deca5094b97f03d012090223f34e8f5f
Description: debug symbols for postgresql-16-pg-gvm
Build-Ids: 2b95b6f43a8ad83913533b805e9b21e2b537fc21
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-16-timestamp9
Source: timestamp9
Version: 1.4.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/optiver/timestamp9
Priority: optional
Section: database
Filename: pool/main/t/timestamp9/postgresql-16-timestamp9_1.4.0-2.pgdg+1_arm64.deb
Size: 10324
SHA512: 2593bb87f3d0ce8b7c3a7107f63dd069b48936b4f8b89e5ce5fec0ffff84ff213027f27426570b910825de0eacabbca7ed763eeb81d6adee1a7b4c2c21e2c84d
SHA256: 32b02e56da2ed28cc5817778e5d5c81fcd75129fd2ea58f1b9cbfad4619d0834
SHA1: a4a1b2b1b0ad73ec5f243028522ec73400cd8664
MD5sum: b2fdcb952b4b135d3dbc88ecfb45c7db
Description: Nanosecond precision timestamp type for PostgreSQL
 PostgreSQL's built-in timestamp types support microsecond precision.
 timestamp9 is an efficient nanosecond precision timestamp type for PostgreSQL.
 Internally, timestamp9 is stored in a 64-bit number as the number of
 nanoseconds since the UNIX epoch. Timestamp input can be given either as the
 number of nanoseconds since Jan 1st 1970, or it can be cast from text format.
 Both regular PostgreSQL timestamptz text format, as well as a custom
 nanosecond text format are supported as inputs.
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-16-timestamp9-dbgsym
Source: timestamp9
Version: 1.4.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-16-timestamp9 (= 1.4.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timestamp9/postgresql-16-timestamp9-dbgsym_1.4.0-2.pgdg+1_arm64.deb
Size: 21648
SHA512: af3caa6e6713dc0f9268140678ab47d1f27e4b4abb13fc32b8ef2d840df129c5ec01a0b972296a48b1a4551f3c596a6dd67db93505b705d00cceacd75695bee9
SHA256: dc9b992dda5f9298ca1c7de65a244d46f1c7d6de6513e11ed3cefad67d341359
SHA1: 3da7a16f364639cb12f78ed30ef37d5cd48d8754
MD5sum: 40bdd1d15298733f9f00f5cb158c1c12
Description: debug symbols for postgresql-16-timestamp9
Build-Ids: a1bf6c6b825f562d3fc9f1fccf5ef8ebad079743
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-17-credcheck
Source: credcheck
Version: 4.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 200
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-17-credcheck_4.7-1.pgdg+1_arm64.deb
Size: 77000
SHA512: 7cdda31eb0ade848259c73f3ba5055a4d959cf370df65d9063751c999f54f755967a2b146e550b5d6d081ab8b557a194d5f516d70a7d6d0ba03bdccc231e5b7c
SHA256: 8dcd8553e227da9487bff52e17303d6f81409edbd7ce06f1627bd42eb0978df7
SHA1: b3a7a0f5ec3ebbe979e9cc46d49c3ec9d1f234f6
MD5sum: f774e3a7c3046f8d2e84be4e91c0b90c
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-17-credcheck-dbgsym
Source: credcheck
Version: 4.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-17-credcheck (= 4.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-17-credcheck-dbgsym_4.7-1.pgdg+1_arm64.deb
Size: 83684
SHA512: 0c8a5390cb56292722b18927d8f9bd8a6fe07ba17b6564f38209a8756c0d418097f1ff0d0ff8c52b02f67d1c2fcaff4d4f91d778ec0b6722caa7c7dd188f90ed
SHA256: 31cbaefb15d7660f7b009692a7bc7fffa462bcb24275fd3660d14f79b41ae590
SHA1: 75c51c8dab17ada4e4388b9551522c695c089d82
MD5sum: c129229f483474c0bfaf8a005fcaa55c
Description: debug symbols for postgresql-17-credcheck
Build-Ids: 8cd98bfa44cbee4a6a5c961b661058a8678905f6
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-17-pg-background
Source: pg-background
Version: 1.9.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 295
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/vibhorkum/pg_background
Priority: optional
Section: database
Filename: pool/main/p/pg-background/postgresql-17-pg-background_1.9.2-1.pgdg+1_arm64.deb
Size: 58984
SHA512: 31e5ae6cab1aa3a48a3b07f25ef4918105fa2f4b0abeb00293ac793c67665de277559a4c663db7e4ff7a7acf146c044ce8930d4948db76a5e94118501897ccfd
SHA256: ec80a11098450c6d4b090929e9ca0f0c9bb799ae605db608e3929f4b006c3716
SHA1: 9ea38fccf05ad809a7ac68e3b196e3b48b478d29
MD5sum: 6955de0eb619eb99fbfe7973e27e8155
Description: Background SQL extension for PostgreSQL
 pg_background is a PostgreSQL extension to execute arbitrary SQL commands in
 background worker processes within PostgreSQL. It allows workloads requiring
 asynchronous execution, autonomous transactions, and long-running operations
 without blocking client sessions.
 .
 Unlike dblink (which creates a separate connection) or client-side async
 patterns, pg_background workers run inside the database server with full
 access to local resources while operating in independent transactions.
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-17-pg-background-dbgsym
Source: pg-background
Version: 1.9.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 139
Depends: postgresql-17-pg-background (= 1.9.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-background/postgresql-17-pg-background-dbgsym_1.9.2-1.pgdg+1_arm64.deb
Size: 76992
SHA512: 7288696a66ca0493675fcd3646d5a5fd10fec65077b279428219794e72ae5bcb2ac77e37f5271864dfedcb5659503d4238bcae2ef20ea7698d3573d7d5c9752d
SHA256: db7906f2307a39db3ebe31dd5ff975e588cc1d265ad81c04c0b985ed9ae171e3
SHA1: 14c1699e29f5420439297970cf8555865f721e04
MD5sum: 8d7b707b86379af2134100631abf0262
Description: debug symbols for postgresql-17-pg-background
Build-Ids: 09e90c3b9d22ac6626bd865d8d16ed65adb57938
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-17-pg-failover-slots
Source: pg-failover-slots
Version: 1.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-17, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-17-pg-failover-slots_1.2.1-1.pgdg+1_arm64.deb
Size: 39716
SHA512: d71f065021c45874a0d69386889aa434a176182e228b861e153924216fb740fc114b64e0163e5d513ae4191c77511a95ad55ae9380472abba3c3d839c7cd21f2
SHA256: 08c451af22f3130dde6e9ea0e3451d73e807bbb28d9c101ab441bd7160bd9730
SHA1: d6a2e4a3bc91d10f2d1ebba6e7019aa2049b0ede
MD5sum: 3a673d873c64bcefcfc0d3a2a8b8e119
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-17-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-17-pg-failover-slots (= 1.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-17-pg-failover-slots-dbgsym_1.2.1-1.pgdg+1_arm64.deb
Size: 51884
SHA512: 11be813090e6b3a484e45e8c6c31f2e132684c1353bd628c02c6e41f3dfbf2421812870633001a75c511082a6b6bba666676c6efdbbdaf1dfef2867b5f9d1539
SHA256: 483e455440dd819ecc68f0fcdabfba07cd046b4f44566596ef96daeb982a66ff
SHA1: cf136e5187d285507d520b7e1ecdd45f0622bf3e
MD5sum: bcfac563b0b0b59d8da7c2b592e0e1c7
Description: debug symbols for postgresql-17-pg-failover-slots
Build-Ids: 96a20cfbe1b301f86e66f06db816b10bbddb7b88
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-17-pg-gvm
Source: pg-gvm
Version: 22.6.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-17, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-17-pg-gvm_22.6.15-1.pgdg+1_arm64.deb
Size: 20084
SHA512: 31860a8f72df04a235389a0e3b55b376c3b8ec686e0043454cce57818dd847c5d2e4269166a0837db9ddafcd0e23853bdfec481c2a8e8e9d9350ad1e669e087b
SHA256: d4512b846705760cb94fb87d17187affe13e758de6d1998b91db31256c520c0d
SHA1: a0a2acd3a47d82c0a8dc6d2a0a01debe478454e8
MD5sum: 04f961484862130b980c65d5464907a5
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-17-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-17-pg-gvm (= 22.6.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-17-pg-gvm-dbgsym_22.6.15-1.pgdg+1_arm64.deb
Size: 28988
SHA512: 0c4dc985cb4fbabf619fc29d5f195a0ee9090621c5bb390270ef6c9f9e08497b1bb666e81cfe2a7ded2e06fe36b8769402c288039945ff2a54c671b261e0cde4
SHA256: f48e5f5b1ff504073bc630158e1354aa3c72980076982b04104b5fd52165e77a
SHA1: 78cb763a5d7d640aa843afaf79df30c17efe0fd0
MD5sum: 697b4c0d601fe2e1b4010443b46a8b70
Description: debug symbols for postgresql-17-pg-gvm
Build-Ids: 18b0cf8e68a397eba22e928e2ba77b44cf75dcd2
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-17-timestamp9
Source: timestamp9
Version: 1.4.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/optiver/timestamp9
Priority: optional
Section: database
Filename: pool/main/t/timestamp9/postgresql-17-timestamp9_1.4.0-2.pgdg+1_arm64.deb
Size: 10320
SHA512: 249574cf6464bd6305f0d57c95e120570871949901571322562f5b5b41997163baf4eee194aecf337a59f062a177d2e89108aecc763055e007d548fde2c3120a
SHA256: 86cdf808e035e6b2c67eb0ecf8ce603886904b44c7793bf80ec39d3c2246a621
SHA1: 4ff5f4153082af2009fd303dbe7f2dfafd425a65
MD5sum: 36e22846b959b0774e65a7003b649326
Description: Nanosecond precision timestamp type for PostgreSQL
 PostgreSQL's built-in timestamp types support microsecond precision.
 timestamp9 is an efficient nanosecond precision timestamp type for PostgreSQL.
 Internally, timestamp9 is stored in a 64-bit number as the number of
 nanoseconds since the UNIX epoch. Timestamp input can be given either as the
 number of nanoseconds since Jan 1st 1970, or it can be cast from text format.
 Both regular PostgreSQL timestamptz text format, as well as a custom
 nanosecond text format are supported as inputs.
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-17-timestamp9-dbgsym
Source: timestamp9
Version: 1.4.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-17-timestamp9 (= 1.4.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timestamp9/postgresql-17-timestamp9-dbgsym_1.4.0-2.pgdg+1_arm64.deb
Size: 21880
SHA512: ca46a2c2639a8bdf53152aab47427f849be48aab88c32d2a5bafe4fb22dc4fc587cd7edebab7ccbc39d0f697863a87289d12edb81a7286283d8b4be86412b14c
SHA256: 4cc79c0a812f9d4eec8ae6618a83178a81235d5d8b4075cde3814cc7e3f7f346
SHA1: 7f5b02ecf02704992c8b8ce90cad1440508c8752
MD5sum: 213a3d424bb75be06fb96d4800a6972c
Description: debug symbols for postgresql-17-timestamp9
Build-Ids: 6b60018beec9bc6e5e612618d19f6fb9d5dee405
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-18-credcheck
Source: credcheck
Version: 4.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 200
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-18-credcheck_4.7-1.pgdg+1_arm64.deb
Size: 77112
SHA512: c6187c110b587a50b992645b7adeee30928e63f44879bfcbd569d5dbd1f694aa4b7dfb66b986358b3da545c32ceddad0c9fa53528576e5bede79b15e6155d03b
SHA256: ffbc2349497a0f88574918d0720610880bc9b439d7865bd58d6bc6b344778c13
SHA1: 731af347b484b7fcfcb7f7c8f2725248c0e9ba6a
MD5sum: 31739e538459f5cacfd1d33188bcad61
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-18-credcheck-dbgsym
Source: credcheck
Version: 4.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-18-credcheck (= 4.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-18-credcheck-dbgsym_4.7-1.pgdg+1_arm64.deb
Size: 85096
SHA512: 39c3969169df7f0d66522f8768f70bf2e4feaaa63050e87a93e9da60fb53b4a444b3d72b62b29997c057caa3f94e5fb4bf0f0710acc95cbb880c21abe7cfb782
SHA256: 7225fdbe4405ac8db519ef04dad7e59549da4937bfd4baf9678e6b4fb4efe830
SHA1: 4ceff4332bb5500d582621871aa75aff8f9210e0
MD5sum: f4aaeab55cf22755e6ee1aff27d2f74c
Description: debug symbols for postgresql-18-credcheck
Build-Ids: 0bb14fe7d4799080ae07d354a4d318ab5c3f5491
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-18-pg-background
Source: pg-background
Version: 1.9.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 295
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/vibhorkum/pg_background
Priority: optional
Section: database
Filename: pool/main/p/pg-background/postgresql-18-pg-background_1.9.2-1.pgdg+1_arm64.deb
Size: 59060
SHA512: 78e54445c11d8cbb7459c4aa90f2d3e6abdf88de66cef520df9af689657ed0543518f272bcf7c24410135ca5173b9c2a43c58d043f385840bc978927fd822e9c
SHA256: 799541d9ed28d7800c36376949e65349d5ce0589d9d534f57bfb99ce50530c9b
SHA1: c4fa94b39c8842e9acf900c26f6bb61b545936d8
MD5sum: 81031a0c46753f36a5808c3b923b93be
Description: Background SQL extension for PostgreSQL
 pg_background is a PostgreSQL extension to execute arbitrary SQL commands in
 background worker processes within PostgreSQL. It allows workloads requiring
 asynchronous execution, autonomous transactions, and long-running operations
 without blocking client sessions.
 .
 Unlike dblink (which creates a separate connection) or client-side async
 patterns, pg_background workers run inside the database server with full
 access to local resources while operating in independent transactions.
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-18-pg-background-dbgsym
Source: pg-background
Version: 1.9.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-18-pg-background (= 1.9.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-background/postgresql-18-pg-background-dbgsym_1.9.2-1.pgdg+1_arm64.deb
Size: 78468
SHA512: 6459d4b2a5ad29cd904695939f43b75f9349c79070939630631c0c565e62a71e6c1fde1ed7fc7b1b081373de606763042c8bbc1af2cc6956b79d69b375dd67de
SHA256: 69d937a56322087bab500409ec9ae56654bfc192eb0d5624384276f4ca2a009c
SHA1: d13603fd46b89cf266b576bf42deda7b74482c6c
MD5sum: 1cc9d68dd328d92ba3902b9583067bd8
Description: debug symbols for postgresql-18-pg-background
Build-Ids: a7b912fec9a240a3025f95f0361541374c566ce7
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-18-pg-failover-slots
Source: pg-failover-slots
Version: 1.2.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-18, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-18-pg-failover-slots_1.2.1-1.pgdg+1_arm64.deb
Size: 39736
SHA512: bdab704e836a4c729d1f988e0dbb5e21cfe4d578e69d5ef100e915cd0fa365be48af6ddb78a7f14262070409d8c0ec1e5a5bc58845db21b836ed92aa5c7dafe8
SHA256: 1afa944eaaa42b5070dbe8ca040a6eb9c1164ce93ade9ea2825cb3a63925ba97
SHA1: c4f3559b2d47b3901aa5095953ea5d3348d276bc
MD5sum: 9bf24bba21e79b8f5d09b08c592e9aa6
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-18-pg-failover-slots-dbgsym
Source: pg-failover-slots
Version: 1.2.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-18-pg-failover-slots (= 1.2.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-18-pg-failover-slots-dbgsym_1.2.1-1.pgdg+1_arm64.deb
Size: 53024
SHA512: be34abe7014af09f6b5765ff6ac99319767bd2a71f1a9b87af89a8507dce3fa3375084833c1146bb2a891504045b3474d57f5d9c2d191c6d60cf65be02082551
SHA256: 2019c9d60b861c342e8e6260cacc3cc8d5f0062d1a7712fd7a28025f37ee400d
SHA1: d874a0759eb6295c7567acb90b25c387ccb4fb26
MD5sum: 59266bf6c3179846df359bbd9e3cb1dd
Description: debug symbols for postgresql-18-pg-failover-slots
Build-Ids: 23d03bbeeb731f8e937f18b16ce502a08f648a3e
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-18-pg-gvm
Source: pg-gvm
Version: 22.6.15-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-18, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-18-pg-gvm_22.6.15-1.pgdg+1_arm64.deb
Size: 20068
SHA512: 9a1d65ceb6a6ed5dc3e28e31fe2cb69b325cc3984dbba9921cf1f4f150906d0984a6c6a48a92068153991d0aab778ad3d1ddfbe418e66a83dce7d4aef7ab72a7
SHA256: 3064bcbe7fcb66e71eb492c91af93a6a52684954cfad0aa684a751d12d4a755d
SHA1: 98dd229fd231c7b1ed8ce167f2cadd9d47bffa2e
MD5sum: 7eec992f090290c25853a99e6589d948
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-18-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.15-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-18-pg-gvm (= 22.6.15-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-18-pg-gvm-dbgsym_22.6.15-1.pgdg+1_arm64.deb
Size: 29044
SHA512: 2d5340dd2ae81becebd28ed9dab17c0160173fdd0d074ffd6318630318a6ea6f4425217939a2dee7569726c34b498da7c1c2aa2205e4ced5dff6cf66307c62ab
SHA256: 271a9b6479d9adec27c4c5995859cc53445087f1cfb86d5fe456722af2a29abe
SHA1: 3e87af4f6817adfc8c9d0b5829780088b8ee3a71
MD5sum: 1490456e46883c98e6269fe78fd76be5
Description: debug symbols for postgresql-18-pg-gvm
Build-Ids: 25d6b7bc13cb67c24a7d75af1ce594effd5a69ec
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-18-timestamp9
Source: timestamp9
Version: 1.4.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/optiver/timestamp9
Priority: optional
Section: database
Filename: pool/main/t/timestamp9/postgresql-18-timestamp9_1.4.0-2.pgdg+1_arm64.deb
Size: 10316
SHA512: 0e7bfe1c5f64c008e1354dcb61dffb9cb6c188679a2d2238bf8c6cef266c42aaf91b05d6e55a123eae173aedfd8eac539b85a1c294d7dccb144557d3a2df90fd
SHA256: d97273d308bfda2947cd13ce1ad9f2dabdc51f2b1c94989e776d3f6cebba7512
SHA1: 7309ee4baab5fb0240a8a3619d56fa77ebe36467
MD5sum: e1e39f5f06d14ed1ccc4c3e1efe8d07b
Description: Nanosecond precision timestamp type for PostgreSQL
 PostgreSQL's built-in timestamp types support microsecond precision.
 timestamp9 is an efficient nanosecond precision timestamp type for PostgreSQL.
 Internally, timestamp9 is stored in a 64-bit number as the number of
 nanoseconds since the UNIX epoch. Timestamp input can be given either as the
 number of nanoseconds since Jan 1st 1970, or it can be cast from text format.
 Both regular PostgreSQL timestamptz text format, as well as a custom
 nanosecond text format are supported as inputs.
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-18-timestamp9-dbgsym
Source: timestamp9
Version: 1.4.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-18-timestamp9 (= 1.4.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timestamp9/postgresql-18-timestamp9-dbgsym_1.4.0-2.pgdg+1_arm64.deb
Size: 22048
SHA512: 0526071fcc1e878701c1c125ed7495c6f845d043a907b97b6a8e1e9a5f33d6d2ae5e6aac1d2adadd20beed8f66d55a52730bacb943ec5551307632e2c9f0418a
SHA256: 83fa703a2519e0742e2587ac058466059602e98e9ee080f99dd1963ea4e94c40
SHA1: b9e371ce759eab30c7c4fb4a0bb5abd879891da0
MD5sum: 67b83439ddc8b94af5d8523d88c103c5
Description: debug symbols for postgresql-18-timestamp9
Build-Ids: 63c14ae23206f45b6d8331709ac65cc63cb57a3e
Timestamp: 2026-04-20 18:00:51+00

Package: postgresql-11-pg-gvm
Source: pg-gvm
Version: 22.6.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-11, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-11-pg-gvm_22.6.17-1.pgdg+1_arm64.deb
Size: 20024
SHA512: 4232cefa8da8d87aef3044fb7e9b4e693b2d45e092ab3336f7e0d12f18bd02c7032120fb3e2142174d6d31c61518d5173a3040c80af8574161ef203c24a0b08b
SHA256: 6cc3e70d8f14b7f1327398913e36ad8ba079fb650789e931cf87c0c3bbab15b0
SHA1: 1f5e6637614b96eb40e3435e84c3e89d6afefac6
MD5sum: e4dbf139f415f29be8d70349710fbd2e
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-04-23 12:19:38+00

Package: postgresql-11-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-11-pg-gvm (= 22.6.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-11-pg-gvm-dbgsym_22.6.17-1.pgdg+1_arm64.deb
Size: 26760
SHA512: 99f86a788252b5e59ca71a329ca0632f3077ed3aaa858d724022934137eb684652911ac191f5770dbd21dc1bece00a048488fc566b764f3f904615ba0b0186d5
SHA256: bc967263eaea9311bf9da1b4e14985571a49035d74b5024fe4c164b8f3678819
SHA1: 44a41835c7cbda883e27226ac8c1bd7f2eeb36b6
MD5sum: 60a50775404cef05ccd86f04301c1357
Description: debug symbols for postgresql-11-pg-gvm
Build-Ids: 11eb899e688f06321b6e5f2ced9a2a6464753da3
Timestamp: 2026-04-23 12:19:38+00

Package: postgresql-12-pg-gvm
Source: pg-gvm
Version: 22.6.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-12, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-12-pg-gvm_22.6.17-1.pgdg+1_arm64.deb
Size: 20032
SHA512: 5c8e7b2ae9953736f7dc30693979e770415d11eee1145f68d1db7d199fd4ea952498b784e9d70884195028a217ce93a640a24071dbafd918c30d9d1249c84560
SHA256: 8eed680060869207afe278178dc904e329477d5533f5ea896fda0a73ca4fa471
SHA1: af25a4d17d73f5538997ce0797d80d10f5ca46a1
MD5sum: d7e5218250d82a31188cde561863e374
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-04-23 12:19:38+00

Package: postgresql-12-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-12-pg-gvm (= 22.6.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-12-pg-gvm-dbgsym_22.6.17-1.pgdg+1_arm64.deb
Size: 27376
SHA512: 13afe04a0b73531856caea5aa331cf01cc60b718d666935971fae2cfec5835379b1af885d0600acf0cc8d38a1f45b640280faf65fb4f8ec2b06b28164c2e7f2e
SHA256: 618335345a7afcc90eb732a652582d9a9f713d4c622be45568ef9b9f574a3d93
SHA1: 3dba12a240662f98cc4c653bfaf15b1e4c6ed4a7
MD5sum: 2a0994d72e35c1b6a181bd9cc5efbece
Description: debug symbols for postgresql-12-pg-gvm
Build-Ids: 9dca3f951205c1fb4a8624b8cae2c2b6e6f9fe34
Timestamp: 2026-04-23 12:19:38+00

Package: postgresql-13-pg-gvm
Source: pg-gvm
Version: 22.6.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-13, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-13-pg-gvm_22.6.17-1.pgdg+1_arm64.deb
Size: 20092
SHA512: c2afc3561ba0eb29992163d22b0fdd415125059308be0e1e19db685312d06b479f61d9cebf048750169431ffeb861534c59afb7e66487896aaac0a78bdaedb57
SHA256: bd699180e44a23f37216233415743c13cf207fabe5053b3c3ac1b49fd2e21ccd
SHA1: d7807f78c587941b02326faeeced1f7be80f5eb5
MD5sum: 6e63202cae04a49057e5f09ed8548cf0
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-04-23 12:19:38+00

Package: postgresql-13-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-13-pg-gvm (= 22.6.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-13-pg-gvm-dbgsym_22.6.17-1.pgdg+1_arm64.deb
Size: 27668
SHA512: 7e9fa99f036cd58f81959d1133ee275ebaaa25271f5d5a211603be0e692e0539be70974948a0c2cc4aaeda28cc86c1bab5198935ff7e399a634664be64f159b6
SHA256: 7fc7edbdd6b913f79f21b234eae7d64c32257d5ac4360609ed32122bf882022b
SHA1: 4ffc7ad376026bd7fff85714e9ad56d8006f9350
MD5sum: 0d3cf955c855f6b63d5dae918267f8a5
Description: debug symbols for postgresql-13-pg-gvm
Build-Ids: 0da516e32de413c4bfffba44fb50ebcfad9566ae
Timestamp: 2026-04-23 12:19:38+00

Package: postgresql-14-pg-gvm
Source: pg-gvm
Version: 22.6.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-14, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-14-pg-gvm_22.6.17-1.pgdg+1_arm64.deb
Size: 20100
SHA512: e1507293745c56bb4bb44a2c360e9653451c75853c0d0b5aa2fea4b23f08750c04dfcf8586d0335cc984c827cfcbf3728dec0eb9e6bc5c077dbf080cabead747
SHA256: 7ae8c21c0a96eb8336f93ae81df87c0f0373ef932db7329376cfcb83af34d011
SHA1: 65ccf42c21e15d8a8a5150f1713ecffaa990d7ee
MD5sum: 6a046bd9534fe3775ae23f1ddca9a0a5
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-04-23 12:19:38+00

Package: postgresql-14-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-14-pg-gvm (= 22.6.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-14-pg-gvm-dbgsym_22.6.17-1.pgdg+1_arm64.deb
Size: 27752
SHA512: c57fce0836f861e1f6d64a13fa5756df446acc9f85f01a549ba355bd4e3a51613ffbfbb74680e7dcd91363f8c83143f9d9b47d95b968e69369e8d3a3591e6252
SHA256: 4fb4ccc5adabc8615e38e8085c7ceb8e4cf9654d92166607a77e46720f72056d
SHA1: 474c6da3e6473179cd01779e8df67e0b7cbdbe3e
MD5sum: c1cbd9c18379108679d6c1f08a80aba3
Description: debug symbols for postgresql-14-pg-gvm
Build-Ids: e0bade31bf7dd935d8fe1c3c6ece270b5fb1c8f3
Timestamp: 2026-04-23 12:19:38+00

Package: postgresql-15-pg-gvm
Source: pg-gvm
Version: 22.6.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-15, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-15-pg-gvm_22.6.17-1.pgdg+1_arm64.deb
Size: 20096
SHA512: 865d4742cddf55a9761b21b8a3e45243d589be5b68d04bde2d0c4787ae9500143755009390dca7ad082d710f6baf490b66851ca9e4850502bdf043c1f682266f
SHA256: 69489e432adebe38589f3f656feeb111bc5a78b9fafc344b35b362681a3d4c34
SHA1: c90513065f34dccf4e956dc0bb6f1cb935607991
MD5sum: c4763920e2f240421f5105af40032420
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-04-23 12:19:38+00

Package: postgresql-15-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-15-pg-gvm (= 22.6.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-15-pg-gvm-dbgsym_22.6.17-1.pgdg+1_arm64.deb
Size: 27832
SHA512: a4ae8c20ef9729f8b89441e2ddb52358dfedd42bf2fac9bd05079e727c067cebee41b42de5f9c1cf3ce19525474b63e0b2bbfe43242ce32608ea0998a79aa431
SHA256: 6430b0927f9dbec9c7ab35d4b09e89265474f8905b0f689cbaea15fba1f6f3e5
SHA1: a9402eba4247d18d08a78c06524477e31099a19b
MD5sum: d80c289582e89d21e0001231bb8ab58c
Description: debug symbols for postgresql-15-pg-gvm
Build-Ids: 3cc5913e68d753f7b715e8bbc8680cf09a489465
Timestamp: 2026-04-23 12:19:38+00

Package: postgresql-16-pg-gvm
Source: pg-gvm
Version: 22.6.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-16, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-16-pg-gvm_22.6.17-1.pgdg+1_arm64.deb
Size: 20108
SHA512: d42582ea2d3e7e6b6b4048251b125e924b52d553875ba7cc4ecc98160eb85d3a6407ff78ce478e8db3eee57e4e3cadc81720070ff1ceeab72622d11e04fa7865
SHA256: 32fc23c2a2922d69fc71c0423bd5997ab1061be677c9fbd28d1008e9b8b6078c
SHA1: f470f4cb72ede699b4c68defda43e577eab0f940
MD5sum: 47ba71ad7cb7d144341d430d03133eee
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-04-23 12:19:38+00

Package: postgresql-16-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-16-pg-gvm (= 22.6.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-16-pg-gvm-dbgsym_22.6.17-1.pgdg+1_arm64.deb
Size: 28692
SHA512: 99d8fa0a84af116c6a527ab588c2b56e82c8f2c94b2979809dbc65d2ec11a68b357802c1acabad7dc8d61e8ddfdd7313785f1561b4162c076f583880c3a37b4c
SHA256: e2ec9d528957e9cffe89cf8b668ea80b305ebde17ecd2866f47d0ec12a759716
SHA1: 23497e215cd990b9a16e0791a9edf9fd8c1a0bb0
MD5sum: 6842fc0b0cbadc02a27e756a376fa1a6
Description: debug symbols for postgresql-16-pg-gvm
Build-Ids: 2b95b6f43a8ad83913533b805e9b21e2b537fc21
Timestamp: 2026-04-23 12:19:38+00

Package: postgresql-17-pg-gvm
Source: pg-gvm
Version: 22.6.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-17, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-17-pg-gvm_22.6.17-1.pgdg+1_arm64.deb
Size: 20096
SHA512: 0e1ef8944e1af15b5f5188ebb121ac671f493dbe6bb6bec22edecd56dd1ef6c9fe3b79d0345a0104ae1179d7a660b1f0ff445b3f4c5e4ce95d22271ea53119f8
SHA256: d1a04b217e3b7b8285ae7e022a99c6a87619f64ad0d45a8f5fa05ff8e8431cfc
SHA1: 6f344f567f70f148a0ade23d27085855d71fe1b4
MD5sum: 9bb82faae2e01d9cd0f0b41f1d15b928
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-04-23 12:19:38+00

Package: postgresql-17-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-17-pg-gvm (= 22.6.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-17-pg-gvm-dbgsym_22.6.17-1.pgdg+1_arm64.deb
Size: 28992
SHA512: a3f0a8b8005b880002408af508d3e7c503cf92e6368f3220556226d530bcc92d9c43d25007354b32c8d904252fb6a302053d2485751ae58d6994a706d363142c
SHA256: 773a3a514c73f185ee70495167cfac32e89e9a52a5e55c9c7b8a9548e3d77a4a
SHA1: d4e2f7f5d83712bfaefbae05c18e25a6cce61fe3
MD5sum: 1c9faf1b88ec6debee8ecb35f2d675bc
Description: debug symbols for postgresql-17-pg-gvm
Build-Ids: 18b0cf8e68a397eba22e928e2ba77b44cf75dcd2
Timestamp: 2026-04-23 12:19:38+00

Package: postgresql-18-pg-gvm
Source: pg-gvm
Version: 22.6.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-18, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-18-pg-gvm_22.6.17-1.pgdg+1_arm64.deb
Size: 20124
SHA512: 5043271691e7c43654669df1f6eeb0097042a14ba565414b8fbf209b0c9b94d1e47d1d9d1d4310a006dd3884f4364fbf36ad249bc127ed47588b1c0edd7703c5
SHA256: e671fdb0b880b9899ffd9a8ab4fab9e10de548bcd6d792a2e88adf0a7fe1ff84
SHA1: 62b5bff60e9da2a70c1e4dfbb553754502d35a05
MD5sum: a82e14b19aa0aa23292d6b2a587b29b1
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-04-23 12:19:38+00

Package: postgresql-18-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-18-pg-gvm (= 22.6.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-18-pg-gvm-dbgsym_22.6.17-1.pgdg+1_arm64.deb
Size: 29040
SHA512: 7c476a2e3261227cc00e81606b6d5e27d65fa32cb54710204e1d00b232e031ccd4a50d99ba73b781ca63107dbb45c46abe1941ca33f888f8054d77366991b27c
SHA256: ecbb0046072e1d90c34df4325d1df21ad1a094f6c53fffe2842cdec898483ebe
SHA1: b319f811c8ed39d7d3839f5519a03811b0738c52
MD5sum: ed8a8e10a1a883c3dff723df62ca6add
Description: debug symbols for postgresql-18-pg-gvm
Build-Ids: 25d6b7bc13cb67c24a7d75af1ce594effd5a69ec
Timestamp: 2026-04-23 12:19:38+00

Package: credativ-pg-migrator
Version: 0.13.0-1.pgdg+1
Architecture: all
Maintainer: Michael Banck <michael.banck@credativ.de>
Installed-Size: 1613
Depends: python3-jaydebeapi, python3-pandas, python3-psycopg2, python3-pyodbc, python3-sqlglot, python3-tabulate, python3-yaml, python3:any (>= 3.6~)
Suggests: tdsodbc
Homepage: https://github.com/credativ/credativ-pg-migrator
Priority: optional
Section: python
Filename: pool/main/c/credativ-pg-migrator/credativ-pg-migrator_0.13.0-1.pgdg+1_all.deb
Size: 193340
SHA512: 19174ab28154c76eb86db904ca66e3c4322ce9d04519738f6f40eeaed646649b0d09674798f66320894749e91d29bf983634a0d6c8ef3e777074c2fe380e45e7
SHA256: f1436cdf4f559c3f0f6352bf2d098a291610e257b8da297621db70099415817e
SHA1: 09c145a4f4b6788ed187ec499f46c5fc92f5abbc
MD5sum: d36d92be6d57dc537c4bc9010b700389
Description: credativ Postgres Migrator
 This package provides a solution for migrations of whole databases from legacy
 systems to PostgreSQL.
 .
 Main features are:
  - Supports migration of tables, column constraints and defaults, primary
    keys, secondary indexes, foreign keys, functions/procedures, triggers and
    views from source to target database
  - If tables have sequences, migrator sets current values of sequences on the
    target database
  - Migration of views is currently only in rudimentary version, just replacing
    source schema names in code with target schema names
  - Conversion and migration of functions, procedures, triggers currently fully
    works for Informix, and is in progress for Sybase
  - Migrator allows customizable substitutions of data types, default values of
    columns, calls of remote objects
Timestamp: 2026-04-24 14:45:09+00

Package: postgresql-10-prefix-dbgsym
Source: prefix
Version: 1.2.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-10-prefix (= 1.2.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-10-prefix-dbgsym_1.2.11-1.pgdg+1_arm64.deb
Size: 42940
SHA512: 61c63d819820f6335d8e4c99520887ad3a080e5d35f6e84ee3e11eb416b8d9d43881695d08240526e7033887e6a26510bea7e4a40b4a2b3aaf29b22c2ee94e61
SHA256: b193c951ca8333ba778e963cd163abe2bf228c2becfeddaacbc84f32deb8000b
SHA1: 4cff8222fa8bb8ff703d74b087bde4c6a4f7cc1f
MD5sum: 5ba5b874479f861dfbf6a4cbfbd6675f
Description: debug symbols for postgresql-10-prefix
Build-Ids: 4c258bf408f0feef0533de2dd0d81eff833fc9b1
Timestamp: 2026-04-24 14:45:09+00

Package: postgresql-11-prefix
Source: prefix
Version: 1.2.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/dimitri/prefix
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-11-prefix_1.2.11-1.pgdg+1_arm64.deb
Size: 19876
SHA512: e7c3ae6ecf577570fdaa23fab9d8d7a8ecd9513c4ad809341907a217d84b1dc950482b7ddeaae54f4f5a974672c63c28be4e0a712b3aa440435a53543f7c0693
SHA256: 861a4ec70b29bf29368740e16f7d69bba42c49288751c75d3dc0170b9b2dfeeb
SHA1: 75ed0b4bb0f71e900dd525b42955e9a57c17dfac
MD5sum: 73c4ae76ddac261cdc552470c8b7a757
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.
Timestamp: 2026-04-24 14:45:09+00

Package: postgresql-11-prefix-dbgsym
Source: prefix
Version: 1.2.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-11-prefix (= 1.2.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-11-prefix-dbgsym_1.2.11-1.pgdg+1_arm64.deb
Size: 43708
SHA512: dee08bef2d9a69ed67b71cd331af47b5111d1c4548bc138b53f754ffe8735c9e446b8dcdc98d8de77c1893e68e4c61131c15ed695acae695c8378d0301858b62
SHA256: 47c27d560ec4ca0d383efbdf3dba8bef56b2245ff38b1e592365eb772da92c95
SHA1: 3690967aa46daac83a068949db31b95db96297a1
MD5sum: 75dca455fd7ab9dcf77a647d96597a4f
Description: debug symbols for postgresql-11-prefix
Build-Ids: 076e7ed2d39485bd2daeaff0fffb144fc395ba62
Timestamp: 2026-04-24 14:45:09+00

Package: postgresql-12-prefix
Source: prefix
Version: 1.2.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/dimitri/prefix
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-12-prefix_1.2.11-1.pgdg+1_arm64.deb
Size: 19836
SHA512: a034c5afb2da5a490008975206fae0fdbbf3e25eb0a38e1b766404462c70a917562801236a2705a4de08c4bf37cc2705e38cacf07fd7ce0ec4270f20b7e465dc
SHA256: d3278e5ab65217c6d3a1a3f9c5e51aa95c232945c8a9b7d1f5f6316e39327ad3
SHA1: 94285f6840062f0d56367f349199bdd37f9c0cc6
MD5sum: 43e98f710cf9b2618c85aecda7e6dc36
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.
Timestamp: 2026-04-24 14:45:09+00

Package: postgresql-12-prefix-dbgsym
Source: prefix
Version: 1.2.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-12-prefix (= 1.2.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-12-prefix-dbgsym_1.2.11-1.pgdg+1_arm64.deb
Size: 43568
SHA512: 4ffada5725bdb94fdc2bf9e0b7100e1f3f81876f15b4aa4b140749d2823aa3bfae7db49aa667b502e6fb9be889bb2c466112939e7d098a935553725a83e2ea8c
SHA256: fb3ab74ae0395a6f39258943bba729eb9470e0afca719aedb5a226b6037fb870
SHA1: 57f4ee75339bcbc97e9501a54b306ccec87a496c
MD5sum: 3baeb5f527fca27fe39a88e9165056a0
Description: debug symbols for postgresql-12-prefix
Build-Ids: 346471905b44c8c68c36cb537c0bce7d9a0dbe51
Timestamp: 2026-04-24 14:45:09+00

Package: postgresql-13-prefix
Source: prefix
Version: 1.2.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/dimitri/prefix
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-13-prefix_1.2.11-1.pgdg+1_arm64.deb
Size: 19776
SHA512: 4a62f62566ba578579b0f8df40b5ec2ab17da389ec3fe2ba9a82a467d953b7a2013de420703a9e53ad14197b6eb4a74acf425f2774ab66bd462174605de53499
SHA256: ad820d8c782b998ef54fb95110c0903768c5b018f9d4f3b132d53035f498c3bb
SHA1: 451d0cb3aee0768fddbb003deb66dc94f067a541
MD5sum: bb9c58002c9cd1eb654a333251b66741
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.
Timestamp: 2026-04-24 14:45:09+00

Package: postgresql-13-prefix-dbgsym
Source: prefix
Version: 1.2.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-13-prefix (= 1.2.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-13-prefix-dbgsym_1.2.11-1.pgdg+1_arm64.deb
Size: 43540
SHA512: df9e318021e938dd791f6ca4de2aa4523ef45aef0faa34f6a262372cd06b567335a90af418a3b8377b207e46121ae74f9626b728aada344ee64770de3622558f
SHA256: 137015a64482878444d944455954c5e6b8c703202f6bb19e78ffcec074f3ddb7
SHA1: e3deb39d9ccf7af838a98cc01c35bd8d08a6a1fb
MD5sum: 8831f9113c46d13744a4f33d019ea7c2
Description: debug symbols for postgresql-13-prefix
Build-Ids: 7eb477f94c70b8df07c02315edf88e53905d22b5
Timestamp: 2026-04-24 14:45:09+00

Package: postgresql-14-prefix
Source: prefix
Version: 1.2.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/dimitri/prefix
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-14-prefix_1.2.11-1.pgdg+1_arm64.deb
Size: 42300
SHA512: 8adcea9ded2a9be006b3b1b0c9a50dc697ef2c359b8b7dc7325329ce8780bf2d374e8dc5c3e26be21e9c7cd698525c4272dc933cd4467dac75ce6c774ee38ee5
SHA256: c1931f301f3c4052265e5478d1ac45aeecf38e4270fef53d53f76fb10e666957
SHA1: 488c2a1ffb4a4b0dbc3d43679c18cd1ec45a415b
MD5sum: cfe2c5171c8ab885d6a20311637d5a87
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.
Timestamp: 2026-04-24 14:45:09+00

Package: postgresql-14-prefix-dbgsym
Source: prefix
Version: 1.2.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-14-prefix (= 1.2.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-14-prefix-dbgsym_1.2.11-1.pgdg+1_arm64.deb
Size: 43768
SHA512: 10ffb1ebce4ee6125acda249b5a09fa864f907fb1abfddde0ebfdd6c3b953853359f8b914a051f4ebc024ae71f0af21996db693b8433e6030de0db0acb51b22a
SHA256: 725d67e174b813a4173363b61db9f8a42f68371e49ed7f561b1d9af8f652e8a5
SHA1: efde05ce27af8a84e0c69fe4627eee73caefdf2d
MD5sum: 85dbb904641fac4254fe7d871d817b9b
Description: debug symbols for postgresql-14-prefix
Build-Ids: c3d2b1aed6b5a560815cab999c6a8e1ebd6a3a26
Timestamp: 2026-04-24 14:45:09+00

Package: postgresql-15-prefix
Source: prefix
Version: 1.2.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/dimitri/prefix
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-15-prefix_1.2.11-1.pgdg+1_arm64.deb
Size: 42460
SHA512: bd7e8060cb4a8752e9207b2e0f203fd0ac9986e66ec3a6512b76c3f168cb54b40f04d5b4521885d6af640ea3923e3cfba8c826fce941e55b626b4cab39fda31c
SHA256: ed2c339c4f7e35083e1c1ea9be1f79d0ba2df4a012ab2dd3c0405669791512f7
SHA1: 2cc859c767a7a7e5d5f1f8ebd9c645c4b3e7ccf0
MD5sum: ce8b66291f353d2c32589a2c516e3852
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.
Timestamp: 2026-04-24 14:45:09+00

Package: postgresql-15-prefix-dbgsym
Source: prefix
Version: 1.2.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-15-prefix (= 1.2.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-15-prefix-dbgsym_1.2.11-1.pgdg+1_arm64.deb
Size: 43880
SHA512: 5efe39ce360e2a58dc9d4ad6205a61f9abd76b2976f8f7490128c4b869bed6c75ef2ae150b0cd1590b62d98a842a5ba243a76fddec26b4d0bfdcdd0219288bf0
SHA256: 7df97fdb589ded89669b628f822c5bae8dc1f2b1b6d01ddd2f619a53c00d1255
SHA1: ff990c8e7dfcf83f63806958bad12c1f02256446
MD5sum: d838c51774d15b18fbc11d2594789e5e
Description: debug symbols for postgresql-15-prefix
Build-Ids: 2ddbd2649d127c7f458e91ecf97d7dd6f9825f54
Timestamp: 2026-04-24 14:45:09+00

Package: postgresql-16-prefix
Source: prefix
Version: 1.2.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/dimitri/prefix
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-16-prefix_1.2.11-1.pgdg+1_arm64.deb
Size: 42244
SHA512: 169c0b75d16951e29335e9c12198cd79bfbd3cae382d44b717ddb17e173bd71873ab7eef78ff263b4416ec154afe17825f3123bd28779c923a0b8f56ac62d92f
SHA256: bc75a67b2972668ef2b8a0406c55a23ba38b2c837519a95426715da39a3862da
SHA1: 0f8cbe7799b2a3d335706d4932a8ae309e712745
MD5sum: 042ae76ab2f7facdafecdeb73f40b931
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.
Timestamp: 2026-04-24 14:45:09+00

Package: postgresql-16-prefix-dbgsym
Source: prefix
Version: 1.2.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-16-prefix (= 1.2.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-16-prefix-dbgsym_1.2.11-1.pgdg+1_arm64.deb
Size: 48388
SHA512: 11954d39aaa8124d216d85c17da300ad4d55d573b8bc89b48fa175467f1d710cc5fa67ce629c2081d65042d0063dde647748085a00f6dfc79554a0eec2cdf41f
SHA256: 5a6c155875c4aa78c134b99288710ef95fedf6151c6ea4b0e77d3a7c45e17f06
SHA1: b07d880f85742b038958e1bff276132f6a9b7994
MD5sum: cb0411980188da5899f16ead974093d3
Description: debug symbols for postgresql-16-prefix
Build-Ids: baa3f8c8b4fe1f06640f04d8fece9167324c8a44
Timestamp: 2026-04-24 14:45:09+00

Package: postgresql-17-prefix
Source: prefix
Version: 1.2.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/dimitri/prefix
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-17-prefix_1.2.11-1.pgdg+1_arm64.deb
Size: 42232
SHA512: ff684664a1d5f552700339ed93373e69d5aebc34723f001cf349df29fc9c3dceae8a8a078f6688d2687ae9f6bcf3bf209097423c54a2609d336abfe1fe057dbf
SHA256: d557dd8f349800dc1a400888a9dcdb2731807f7430d4968489bd1ff49370b78b
SHA1: 3c07d9696787a244cf29d095d9061bb074493418
MD5sum: 5b13464ae22b46e0442217290d29da8c
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.
Timestamp: 2026-04-24 14:45:09+00

Package: postgresql-17-prefix-dbgsym
Source: prefix
Version: 1.2.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-17-prefix (= 1.2.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-17-prefix-dbgsym_1.2.11-1.pgdg+1_arm64.deb
Size: 48588
SHA512: 0a1ee048b2f6a1bf91f6c912d40602ab534f571a4e0201dcd48ddcca86e77d2de7504798b8648d11ddc7836977a25bcb7b0f7a2b660abc1472afed6418174b0f
SHA256: a3670c8786f8bd2ea48893e2cd517794f43ccc4dbe38b2fdd194345f0f496a91
SHA1: a20d257ea9a16ce61f2b9fd3ea1a502b86458fbd
MD5sum: 42ab59c1a055f0b8fcd7a997628caaf5
Description: debug symbols for postgresql-17-prefix
Build-Ids: ed1fef9225cd264545068d90229ed83f96339612
Timestamp: 2026-04-24 14:45:09+00

Package: postgresql-18-prefix
Source: prefix
Version: 1.2.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/dimitri/prefix
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-18-prefix_1.2.11-1.pgdg+1_arm64.deb
Size: 42340
SHA512: ca5fc1922bed358060ebd4a8964c42aec9db7022e12ae749f5553a389a8262ebd21e32d070b668583a47f8079003e3e161694c8fc4276824548ff1ed40989c01
SHA256: a297dce4f7e9fa802dfec2d0cc9c440624357e2b2a2ae3905d6d1fbba1e96c52
SHA1: 7918a0c3488d76e26ec89fb0e86f790332d8fb22
MD5sum: a6f07e73ef7b00720290206848e50fca
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.
Timestamp: 2026-04-24 14:45:09+00

Package: postgresql-18-prefix-dbgsym
Source: prefix
Version: 1.2.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-18-prefix (= 1.2.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-18-prefix-dbgsym_1.2.11-1.pgdg+1_arm64.deb
Size: 48824
SHA512: d91639cdbbfcb8624ab09945915d3540d6df8adb8c5f56cfe47de2d12b19f34286588e5e36506034f785f9b1e85e76a078adf9b9e7ac0f666f3a5de81985383a
SHA256: 8dabe5fe9e36c5783ce107313105ba2630375768e3901fbb8fbc72488237ed7e
SHA1: 45a6d0eef01e7792acf83d9dbbbbf2c8b04268c3
MD5sum: 6e8a8590d549d5537292cb7679bc4c95
Description: debug symbols for postgresql-18-prefix
Build-Ids: e3da88b344625c0f025ad12afbb9da57f286c34d
Timestamp: 2026-04-24 14:45:09+00

Package: postgresql-11-plr
Source: plr
Version: 1:8.4.8.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: r-base-core (>= 2.10), postgresql-11, libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-11-plr_8.4.8.6-1.pgdg+1_arm64.deb
Size: 63220
SHA512: 4b7dbd7dedaf2676f1551076ffc236457a8b99cacfa6c152f89fbb27eae9b99e6c3820bd45d059fd053d987da817c756294f49ea82c192f0177b7f0843f6c1e8
SHA256: c39903b18133d70197b70143952d6a75706e7d7f82516424b3a6b746dc41f22b
SHA1: 5d92b2de2452d0e239ad5cd4c779d3ca8f9d00ad
MD5sum: 81502d79148511bbd1dad77aa98613ed
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.
Timestamp: 2026-04-27 12:22:23+00

Package: postgresql-11-plr-dbgsym
Source: plr
Version: 1:8.4.8.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 223
Depends: postgresql-11-plr (= 1:8.4.8.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-11-plr-dbgsym_8.4.8.6-1.pgdg+1_arm64.deb
Size: 119240
SHA512: 7ab0e9114108b2acff45a5e8b513bb9345d60ab5a0c014be9196590319abe8c9f6d7530b40822a3cfed813063cae3e8c5729af895843165ea33c98c5128fde44
SHA256: ef37d59b87181f392e38e42b74a181ee1c92a772191b07efdad7318ee7be6467
SHA1: a6c0d5da9bfdcde74898dde313ed97a040e085e5
MD5sum: 0aef4426bbf43fc23fbfd897df1d5de7
Description: debug symbols for postgresql-11-plr
Build-Ids: 3474c230401933c97543cd8b5441767ea36f423e
Timestamp: 2026-04-27 12:22:23+00

Package: postgresql-12-plr
Source: plr
Version: 1:8.4.8.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: r-base-core (>= 2.10), postgresql-12, libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-12-plr_8.4.8.6-1.pgdg+1_arm64.deb
Size: 62900
SHA512: 98dbff2febe7fefa21d7d34028854a130e63217f717888ba39a21cfb692f3699a59a3cad858a6d0dc8ac9aa5f94f2845da60c5b38bef6774823ea91d545f7ed3
SHA256: 9ee0bcc5e1dc9cc0a6d1941a2a4642376d5ef99712c457e968f1ff320ab48bba
SHA1: 2636538040209beb432dd50a2802e860377c7875
MD5sum: d88be32d64aafbc28fa0397cd9972f3e
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.
Timestamp: 2026-04-27 12:22:23+00

Package: postgresql-12-plr-dbgsym
Source: plr
Version: 1:8.4.8.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 223
Depends: postgresql-12-plr (= 1:8.4.8.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-12-plr-dbgsym_8.4.8.6-1.pgdg+1_arm64.deb
Size: 123912
SHA512: d416df7413856442954f3b394c8766cdae797fda7df591bfdb71c6c9db7df072c2708ec9d0b092404c76a1ebe101b9785d7a6d01bd688acff539259e75c400ea
SHA256: bc043590b7143f05848ca195a58013913ea6e7e5fc9dcaa727691174f12a3ce9
SHA1: a88e8f4171a8b769f8e14c9eeb96401f11fb9059
MD5sum: 3495fd66bb7d68c8cf2f0a80e85bed87
Description: debug symbols for postgresql-12-plr
Build-Ids: 2c1728e6ef85599856c19116288b68b11c6d25f6
Timestamp: 2026-04-27 12:22:23+00

Package: postgresql-13-plr
Source: plr
Version: 1:8.4.8.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: r-base-core (>= 2.10), postgresql-13, libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-13-plr_8.4.8.6-1.pgdg+1_arm64.deb
Size: 63052
SHA512: d01f7997c0be39e15e5ba0f911bfc9b911e8ec9d03ae6f70422c8cb58ba1a75eddb5e3b0ffa0c99e4e7cd39ee67bed3ee96380f4b06b89396ab31fcdfcddb60a
SHA256: 2db313ae8cfb6505083df14e14f065be6db84e0dace627eefd949eb1b1099bae
SHA1: 292efe82ecaed26b0a5d6212d1c79dd66194ff21
MD5sum: 56a327e5fc83c44537f4866013ce702d
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.
Timestamp: 2026-04-27 12:22:23+00

Package: postgresql-13-plr-dbgsym
Source: plr
Version: 1:8.4.8.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 226
Depends: postgresql-13-plr (= 1:8.4.8.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-13-plr-dbgsym_8.4.8.6-1.pgdg+1_arm64.deb
Size: 127356
SHA512: 4d0103e7f0fa9a364bf7eaa087cdbc020dcc0cbfa5d204b296294fef345666a00f8b97d8cfe097cd5ed6bace2119424b244fb8aeccbe7e6a167fb3cce0c78753
SHA256: 99484fc7b009450b1f3433d7c999d3c757046ae11c349b89ab4bbb6fc8e3d7a0
SHA1: ee58c1d33613f171775b50d2195a4e474a61c9d0
MD5sum: 7cab066a7c3aa5d90de2644eb970c225
Description: debug symbols for postgresql-13-plr
Build-Ids: fc96b9dc37cc8ace378f134a866bbe864b7ab481
Timestamp: 2026-04-27 12:22:23+00

Package: postgresql-14-plr
Source: plr
Version: 1:8.4.8.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 338
Depends: r-base-core (>= 2.10), postgresql-14, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-14-jit-llvm (<< 21)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-14-plr_8.4.8.6-1.pgdg+1_arm64.deb
Size: 135964
SHA512: af09c52a3aa2795ea6eb482ce9a05c9402d3a27cdf49ba87260e01cb10d9ac6bc4518bbf7b4fe327629a9ee52011a2658a226d61ddfb280a063242d3068df787
SHA256: c0309f2c1b6fcecceeb43aaf9255e85b6b2b3eff4e56ab8518f97b09da2f7a69
SHA1: 5b9c472b2f4ac53015646c06767fb7dec4ee90ec
MD5sum: 317876e0138225cef474fadb049801fa
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.
Timestamp: 2026-04-27 12:22:23+00

Package: postgresql-14-plr-dbgsym
Source: plr
Version: 1:8.4.8.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 228
Depends: postgresql-14-plr (= 1:8.4.8.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-14-plr-dbgsym_8.4.8.6-1.pgdg+1_arm64.deb
Size: 129080
SHA512: dcaef62c3758a5e6e132f0494f53dc595cfb665667c9071641e8b2dae8e40da66e3f7a24a98c53fb3f6399eb274bc6cd3893cb8adb2f35e35a52f54c2d695660
SHA256: 4dfb02e49d893b507ae8b2a0ee0394fafc5c70bfe931a77898e89d37dbf8209b
SHA1: 7b58e78e10855451399c686cc68871ffd4d92823
MD5sum: 784d409022479d14da7c18d486e6bbce
Description: debug symbols for postgresql-14-plr
Build-Ids: c0e270f5838b561362b6253e532cc9740273f108
Timestamp: 2026-04-27 12:22:23+00

Package: postgresql-15-plr
Source: plr
Version: 1:8.4.8.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 338
Depends: r-base-core (>= 2.10), postgresql-15, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-15-jit-llvm (<< 21)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-15-plr_8.4.8.6-1.pgdg+1_arm64.deb
Size: 135988
SHA512: 2a12c4591fb68c57c0f1aa863c54e2f2eb8158c125f97851447a1df37261547aea3aea48c0c368f529755c31508adb38eb489edb08ed95b751b18c9742f35401
SHA256: fc6b308fbc5e33466efbf67a0447faadfab4d222b680dfbe00bab1af7739d7ac
SHA1: f6ae653b6ef5d05890524e41f5f95ed821f49c4d
MD5sum: f87d894369196da27a6cba4457c9a86e
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.
Timestamp: 2026-04-27 12:22:23+00

Package: postgresql-15-plr-dbgsym
Source: plr
Version: 1:8.4.8.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 229
Depends: postgresql-15-plr (= 1:8.4.8.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-15-plr-dbgsym_8.4.8.6-1.pgdg+1_arm64.deb
Size: 130044
SHA512: c9264c7f6bf088811a87e25a1ca1116567d1ff751b4245033131abc8e50896e4b6174fff43371fb6038ba8ca742757011e9c4ffc936b0ce8680192de0a54ed10
SHA256: a95eac67f56a69566e0f03562fdef07bc8b6ffd7c059419335bd9c0dabd21099
SHA1: 870d1e50f9981152828cba24902abe6898d3c908
MD5sum: ec5995bea8285c647bd0a009606f62ac
Description: debug symbols for postgresql-15-plr
Build-Ids: 88b161ba27e3791a664fe739428e4936396ac51e
Timestamp: 2026-04-27 12:22:23+00

Package: postgresql-16-plr
Source: plr
Version: 1:8.4.8.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 338
Depends: r-base-core (>= 2.10), postgresql-16, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-16-jit-llvm (<< 21)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-16-plr_8.4.8.6-1.pgdg+1_arm64.deb
Size: 135576
SHA512: bcdc2a2affbcf7ac73af296118ac8f2c5db8a12278e447e8516bafa6268fa3ef02b77e966fce971750f44d4981a97de56689fc7f9c54290d44ffb9ebcc553cb3
SHA256: 633d5d1ef002403a733af7994f590c5604e99bf37c1d440ae07ad7f42433f5af
SHA1: 79cdf215672151bd15346137973c6595eb7e893a
MD5sum: 9a0c83be0109b87021b868e18457bf3a
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.
Timestamp: 2026-04-27 12:22:23+00

Package: postgresql-16-plr-dbgsym
Source: plr
Version: 1:8.4.8.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 235
Depends: postgresql-16-plr (= 1:8.4.8.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-16-plr-dbgsym_8.4.8.6-1.pgdg+1_arm64.deb
Size: 136776
SHA512: 40fc078ccc326f8af17ed8e1ce604a01c344acb030c5e94fdba8cf525218fea019b94d391c12365e36959c7b422f316d3232ede45dd57ed1443e05cc90af5d29
SHA256: 7c57b7695463b56e9803054d1114f018ed27ecc5ec4a4c5788a298f80704538f
SHA1: 2dd8615ea37faea5fdba189ec25edb90e4e82e7e
MD5sum: dab6fd8e00111ab6a9e3ec093e93793a
Description: debug symbols for postgresql-16-plr
Build-Ids: 7642e1da2ce6ca6f0487027801862f3386002fac
Timestamp: 2026-04-27 12:22:23+00

Package: postgresql-17-plr
Source: plr
Version: 1:8.4.8.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 338
Depends: r-base-core (>= 2.10), postgresql-17, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-17-jit-llvm (<< 21)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-17-plr_8.4.8.6-1.pgdg+1_arm64.deb
Size: 135540
SHA512: ba9648c2746966fef6da49f150082f66a9b74bcc0f509fe7157861ad59092c354801e740b2e27dae6976636730c5f11b25f690146253a87b5a7905e351af8b78
SHA256: 78bb15d93d2597cfcbadbeb5709cda01c0dd1099719a1ef9ea545aa8127007b1
SHA1: 6e841edb5b7186c202af167589394911b615bece
MD5sum: 6eb0ea8096561fae655119fcadb9e1ff
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.
Timestamp: 2026-04-27 12:22:23+00

Package: postgresql-17-plr-dbgsym
Source: plr
Version: 1:8.4.8.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 246
Depends: postgresql-17-plr (= 1:8.4.8.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-17-plr-dbgsym_8.4.8.6-1.pgdg+1_arm64.deb
Size: 148444
SHA512: 383761412fbe9c20d13983b2a55d547f5fb46832baf90c3328c08691fa3c01a10a65b14a56b3d348258906ef343d63904ea1803057960d825f571660437367d7
SHA256: 1ed9a54d0a9f30717640f6465dc1bcbf7d13582a7677400dc6b7e1c21d09c463
SHA1: e8a571e1d1ffce83ce054a1c9e699effd5117f4a
MD5sum: 9fc2015d1e58e5fd2a194fa29b5f4afa
Description: debug symbols for postgresql-17-plr
Build-Ids: f0c35f039a2e9e45c5554825bbe548df50faf4bf
Timestamp: 2026-04-27 12:22:23+00

Package: postgresql-18-plr
Source: plr
Version: 1:8.4.8.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 339
Depends: r-base-core (>= 2.10), postgresql-18, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-18-jit-llvm (<< 21)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-18-plr_8.4.8.6-1.pgdg+1_arm64.deb
Size: 135676
SHA512: f3475582beed5840b109f585f159030c857a566f04f6fb0ca58e2401666769b4c500a4abeafdb312536befa329c838ef5f03e6e2f278f7a8cbc3baf953b1613a
SHA256: fe994009cc3ced84af0ba2bfcc563faa07f41e5ba521c09b07e85c0e5266fb3c
SHA1: 7bca68671207074743e76d0a3baaaebf74f53185
MD5sum: 4254c886680e04fe9f959995f68ab049
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.
Timestamp: 2026-04-27 12:22:23+00

Package: postgresql-18-plr-dbgsym
Source: plr
Version: 1:8.4.8.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 251
Depends: postgresql-18-plr (= 1:8.4.8.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-18-plr-dbgsym_8.4.8.6-1.pgdg+1_arm64.deb
Size: 153088
SHA512: 9d97492e4bca7b2f85b45ab842261294bf3da03203c6804f491c9517f7ab162c8c74bcc52715495b3a5a92264d40dde2aae7183f9d8da9a086a4c3b024b45638
SHA256: 7e38b559423b40125468f48f871f5afd260244eff4b5f0dc58e9e94bc7555c1b
SHA1: 6cc0448f5ab3655e4960998b432e8a049038f951
MD5sum: b9adabbdd6e521a455410f0b5fb22b9f
Description: debug symbols for postgresql-18-plr
Build-Ids: dbf813d65eee0505752c04cca02760f651ca8dc2
Timestamp: 2026-04-27 12:22:23+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.26.4+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15594
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.26.4+dfsg-1.pgdg+1_arm64.deb
Size: 418052
SHA512: 040602b047c15853a54680ea81e505814c4de53ecba19f13deb9aae3355c87322d9dc1fccf214c443b281e835897c91740ad761dd188f5c75a5d155a7fd45230
SHA256: c35dfd63317388c7d5a9cf3728bdf72ecbe177bc03b0f585397d48a447da05d3
SHA1: 68fcfd1a6fa23593331d23f71110a0f5b333227e
MD5sum: c56380aa9f3eee7c08a46b08c2f9eb1e
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-04-28 21:36:03+00

Package: postgresql-15-timescaledb-dbgsym
Source: timescaledb
Version: 2.26.4+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2176
Depends: postgresql-15-timescaledb (= 2.26.4+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.26.4+dfsg-1.pgdg+1_arm64.deb
Size: 1200620
SHA512: d1fa33776df0ba6b5a874a8b983e62a4eb9f4501f70c9b456e8f6e91bbc6d06c00c44c90dd18f48f80039134ee959b0ff159182042fd42b733309642836882d5
SHA256: 071bae147ee1be49423bb38869a110a0fed80dca6b87c4605b74c11fc5ec60a3
SHA1: 9fb67611ea7b56e3316016dd5ab3677cdcfe6134
MD5sum: f51eabb2a1acf1e4d03ad775c47e61c2
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: 03aba2db6efbac36246b6ed15e045ef1d319a6ce 8c4fc2a3a70599f6ce2fdfe1e483e6c399d9aea3
Timestamp: 2026-04-28 21:36:03+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.26.4+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15594
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.26.4+dfsg-1.pgdg+1_arm64.deb
Size: 416424
SHA512: 86edbfd17eedfb258a492d81d4839075d3c02f6e9046256c75d953286fb76930861b2c465fc224c995e9aed3591ee40808bd57264987380537fa42cad0156547
SHA256: 23200e02fd79209aa1b4d1d04c37580a327464a6a11de466128c2c4342e10cbe
SHA1: 43e6d21ec16cb9051be2f6498cc4c6ed1b6e86c9
MD5sum: c14ddb4d2d133bc307930bea1448cb2e
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-04-28 21:36:03+00

Package: postgresql-16-timescaledb-dbgsym
Source: timescaledb
Version: 2.26.4+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2210
Depends: postgresql-16-timescaledb (= 2.26.4+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.26.4+dfsg-1.pgdg+1_arm64.deb
Size: 1256872
SHA512: 024ea1fb73ddbcebffb5481bd20ef3555f1abf772b2fc3191ca16b65830444b5a7b9b204321a1128780bf1aac1e77f9a8a3b90d3f03ab194ed4bd78fb3268d94
SHA256: 1a2b6baa19e847ddeb2c30fe2ce58cda6a6a8f3d57517649e4bf3ad11c9ccb35
SHA1: 433beb1c3149435fd11338a2f9bd77cfa0d1ff50
MD5sum: 6a0d60f4d989698b427aa724738912c9
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: 167cc4fada7f633f40a92470446e0b0be78ff2e9 cbeb9eeb1b7f6b801d95096117e4d86baead07b7
Timestamp: 2026-04-28 21:36:03+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.26.4+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15594
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.26.4+dfsg-1.pgdg+1_arm64.deb
Size: 416444
SHA512: 888b64a8dc05028536b792dfcccf9b8527c849d50797db1dfc13ac77d6d589cc12863ff8b873f9d49403a275f4bbfe09907281df1feeaefe8628160e8364c5fe
SHA256: 2fef502068414fcc5448169a037ac407f00c090d3b8fb8701d2acfcae190a319
SHA1: 817502f4a664dec336ff5c722e5177e2b78ef851
MD5sum: 23e44bf095d4c511a722bebb45504839
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-04-28 21:36:03+00

Package: postgresql-17-timescaledb-dbgsym
Source: timescaledb
Version: 2.26.4+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2215
Depends: postgresql-17-timescaledb (= 2.26.4+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.26.4+dfsg-1.pgdg+1_arm64.deb
Size: 1264976
SHA512: 2d3357e425622d97dc78ed70e3aa48a1197aecb43e804e737ca773aebd5a8a8251b76693ecaa30dafa845381b339371cec18873d3a582fe29e6be9de4a5fc95f
SHA256: 4441927028290b8057774bef1bd79a37d5071b9c26eb7a61ea78c1be2292e044
SHA1: 0cb2f6c28114f13ad7cf62d4b6d7704ccb210e27
MD5sum: b8e4de0706f150e74aad39949f0f7f1a
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: 6928d1483aebefd91addbb480ff8dad6ace5627b 7ac70379c1a2128e67e1d2f099b0835f9bedf4de
Timestamp: 2026-04-28 21:36:03+00

Package: postgresql-18-timescaledb
Source: timescaledb
Version: 2.26.4+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15594
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb_2.26.4+dfsg-1.pgdg+1_arm64.deb
Size: 417632
SHA512: dc4f33c578078b4ed88f64b836c3143375dbd870a641a0b2690f3e3c22ca74fa3107ea72d82050444beed493a1a1d98825e370e71078dd3e5c0f1c6fc73ed394
SHA256: 274ef162e8b43af3fccdaddd0b710c834b1edca0e0e49a617f9315d2e0e0d10f
SHA1: 942845e294600ac8ca5735c9a7a8506e08624057
MD5sum: 49f852f20606d8f96a2c1282a7ab0f6e
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-04-28 21:36:03+00

Package: postgresql-18-timescaledb-dbgsym
Source: timescaledb
Version: 2.26.4+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2229
Depends: postgresql-18-timescaledb (= 2.26.4+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb-dbgsym_2.26.4+dfsg-1.pgdg+1_arm64.deb
Size: 1273000
SHA512: c95027067d1d96b1f6e9c83efd4c916739bd1a1786eaacb13da51bc4fe6d5cdc51dcbc41cc5a7f005f27ffa47db2c14ac3da6a62d131329adc2772e503f3ad83
SHA256: 4e82f70ef610f3a1e586d5ad89b958695adb2eb0ad016ca53c51219a06bc71da
SHA1: 7a8353cc2cdeb2cb5b00e7e4dcc7c6ff3101ead9
MD5sum: 317f478543f634ab0139097835062903
Description: debug symbols for postgresql-18-timescaledb
Build-Ids: 8de361f2252360b462059177b1b67a9604f96234 dd7371e913a03319406804b44db1cbbc722726d1
Timestamp: 2026-04-28 21:36:03+00

Package: libpostgresql-jdbc-java
Source: libpgjava
Version: 42.7.11-1.pgdg+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 1122
Provides: libpg-java, libpgjava
Built-Using: libscram-java (= 3.2-1.pgdg+1)
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: java
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java_42.7.11-1.pgdg+1_all.deb
Size: 1041880
SHA512: fa0f595386145318fba32824f910a068802949c45ab8c25d804631c5a4a34c61a05c4a03e1e72276f5814624256dda98d07f608bee3759dab061f433233d5df1
SHA256: a1444257656e1f399b80ab9fa3d731a83da794863cdda8e3e53301a9d9b62530
SHA1: 1d3e42d2ae94545ab0c3a8ff9bb6a04800011441
MD5sum: 803eb779204a01cac1da1b11217a9977
Description: Java database (JDBC) driver for PostgreSQL
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
Timestamp: 2026-04-29 13:17:07+00

Package: vip-manager2
Version: 4.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17051
Depends: libc6 (>= 2.34)
Enhances: patroni
Conflicts: vip-manager
Replaces: vip-manager
Built-Using: etcd (= 3.5.16-10), golang-1.26 (= 1.26.2-3), golang-fsnotify (= 1.9.0-1), golang-github-coreos-go-systemd (= 22.6.0-1), golang-github-coreos-semver (= 0.3.1-1), golang-github-go-viper-mapstructure (= 2.5.0-1), golang-github-golang-protobuf-1-5 (= 1.5.4-2), golang-github-pelletier-go-toml.v2 (= 2.3.0-1), golang-github-sagikazarmark-locafero (= 0.12.0-1), golang-github-spf13-afero (= 1.15.0-2), golang-github-spf13-cast (= 1.10.0-2), golang-github-spf13-pflag (= 1.0.10-1), golang-github-spf13-viper (= 1.21.0-2), golang-github-subosito-gotenv (= 1.3.0-1), golang-go.uber-atomic (= 1.11.0-1), golang-go.uber-multierr (= 1.6.0-1), golang-go.uber-zap (= 1.27.0-1), golang-gogoprotobuf (= 1.3.2-3), golang-golang-x-net (= 1:0.53.0-2), golang-golang-x-sys (= 0.42.0-1), golang-golang-x-text (= 0.36.0-1), golang-google-genproto (= 0.0~git20260414.afd174a-1), golang-google-grpc (= 1.79.3-1), golang-google-protobuf (= 1.36.7-1), golang-gopkg-yaml.v3 (= 3.0.4-3), gopacket (= 1.1.19-6.2)
Homepage: https://github.com/cybertec-postgresql/vip-manager
Priority: optional
Section: net
Filename: pool/main/v/vip-manager2/vip-manager2_4.2.0-1.pgdg+1_arm64.deb
Size: 4334824
SHA512: 2ca4fc7fd8866bb6b5ac860cbd69eda074913955ad5c9dfaa8963bb91e601bcd69ff4f4ddd21e6f210713a0cdf7da13a18ef7f04bd88ab9ce60c2dcae3b7d5ec
SHA256: 2a863f4e557a086626f85c992e16c7d80fffa5719294a8db4189f6dc7dc341ee
SHA1: bc4fea27e231c233c69f119607b96aade1d21a82
MD5sum: 1e161654188603104c2f576fc7031e3b
Description: Patroni virtual IP manager
 This package needs to be installed and configured on all nodes of a Patroni
 PostgreSQL cluster. Given a Patroni namespace and scope in etcd or consul,
 the vip-manager service monitors that namespace for leader changes due to
 failovers or switchovers and adds or removes the VIP on the local node
 accordingly.
 .
 This package works only with version 3 of the etcd API.
Timestamp: 2026-04-29 13:17:07+00

Package: vip-manager2-dbgsym
Source: vip-manager2
Version: 4.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23588
Depends: vip-manager2 (= 4.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/v/vip-manager2/vip-manager2-dbgsym_4.2.0-1.pgdg+1_arm64.deb
Size: 5150984
SHA512: 2d41690dafd90eea3ef71b7187cf58f451601f5adca5d2e1a003dcc34ac2dc3fe25951cad2c458d0efe8e533f858208edae00e5df8890c0bc71130aa08e63089
SHA256: 88a7762f9d39e27a2bdc5a4ca27f50a2e9d0c5ece23bdf57f09de8766ea861b8
SHA1: b35ee4ac9929eda84f69c8a76b8bcdc14d40b5fb
MD5sum: 702495f735a00b76f276aeac339f9a68
Description: debug symbols for vip-manager2
Build-Ids: ddb5285f328c3bdc9000fbc7580a3c1287a4d95d
Timestamp: 2026-04-29 13:17:07+00

Package: pgagroal
Version: 2.1.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1620
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.38), liblz4-1 (>= 0.0~r130), libssl3t64 (>= 3.0.0), libsystemd0, liburing2 (>= 2.3), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/agroal/pgagroal
Priority: optional
Section: database
Filename: pool/main/p/pgagroal/pgagroal_2.1.0-1.pgdg+1_arm64.deb
Size: 553716
SHA512: 7e8fb31911964b5e47cdc30d3d43ab97205904bcb312e9764c7a85fc68ba86d880bc291b2424e80aca039dcbe35099338746c337fd4ed0799e619a85b23a3a5d
SHA256: 61ec8b18177b4abcffb4b1841d61108c0fb4f2b620c8d4cf7ef1e6927b550f4f
SHA1: 62807b624498647abce3320cc0ac5af3ea9c5f34
MD5sum: 0598022a25befe3721be13335a6c79bd
Description: High-performance connection pool for PostgreSQL
 pgagroal is a high-performance protocol-native connection pool for PostgreSQL.
 .
 Pronounced: p-g-a-gro-al, named after Agroal in Portugal.
 .
 Features:
  * High performance
  * Connection pool
  * Limit connections for users and databases
  * Prefill support
  * Remove idle connections
  * Perform connection validation
  * Enable / disable database access
  * Graceful / fast shutdown
  * Prometheus support
  * Grafana 8 dashboard
  * Remote management
  * Authentication query support
  * Failover support
  * Transport Layer Security (TLS) v1.2+ support
  * Daemon mode
  * User vault
Timestamp: 2026-04-30 11:47:37+00

Package: pgagroal-dbgsym
Source: pgagroal
Version: 2.1.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1336
Depends: pgagroal (= 2.1.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgagroal/pgagroal-dbgsym_2.1.0-1.pgdg+1_arm64.deb
Size: 634660
SHA512: 1e6afecd2c59a5afc6108b2f28322ba3fd356536aaddc76f29f98860edd8327f21b8e4652fff736f9c6a9751599d61210d052b4b298ef14be0ba6e2706600dfc
SHA256: 56e4ab29ea7fca3e9b00a58cbe1b491e0373bb9903c3727dda38db2128a12365
SHA1: 86bb8757f3018fac190b3494f35c48c47a50d9ed
MD5sum: 11d0a88b3f290453a943f3b55b677fba
Description: debug symbols for pgagroal
Build-Ids: 25d1b77b6feca5257e7bf5d5ac0ef9a1b38c9366 3cd727ac7b66a35b65577a39843c69526aab29da 7816bcdf18aa12f4d9c7be38095668ffc8da1777 894aaca0a466a9638215a577264819a5c97628fd d0ace38227452608d69771c443fd76276d733c1a eb3f63d086dd540c2615b69075a9db28bc29ba29
Timestamp: 2026-04-30 11:47:37+00

Package: pgwatch
Version: 5.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38646
Depends: systemd | systemd-standalone-sysusers | systemd-sysusers, libc6 (>= 2.34)
Suggests: grafana, postgresql, prometheus
Homepage: https://pgwatch.com/
Priority: optional
Section: database
Filename: pool/main/p/pgwatch/pgwatch_5.2.0-1.pgdg+1_arm64.deb
Size: 12596444
SHA512: ad376ed8731726b08400d13e7ec1007116c7ef276215f539b3f4537c2c98b6918beb74df4a56e583d41c78b802cb3a83f1275bc35aa4627e24f59b819b0ca244
SHA256: f7d4d1b9beaa3ac67206a990c249a00fd12d005182f517319d8fd468ff6ac0d4
SHA1: 5ff125d51aba82ccd69de261e4b0215dc0b20403
MD5sum: d2f3485d7879458b7394c70ade45766a
Description: PostgreSQL metrics monitor/dashboard
 pgwatch is a PostgreSQL monitoring metrics collector, using Grafana for data
 visualization.
Timestamp: 2026-05-07 11:27:59+00

Package: pgwatch-dbgsym
Source: pgwatch
Version: 5.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9850
Depends: pgwatch (= 5.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgwatch/pgwatch-dbgsym_5.2.0-1.pgdg+1_arm64.deb
Size: 7075456
SHA512: 0760fdf13a9e8625541737d8f8e1676a88d267b4fadc1055983e94afe7c2df4b3579fb3160a49767a19274b71762481b7f5b4b654376f066fd5fbc4b0358c9f7
SHA256: 4634406487900087e90fe2741220838c12a4dd98a34e6552896c1c20955fb985
SHA1: d2ee3ca34220735a7f1cf2a6fad9d7ce4958d9a1
MD5sum: 32eed4b42663ecc3a1d93b1177846529
Description: debug symbols for pgwatch
Build-Ids: cbaf2abb05c2278083ff9b5c9fba05d92031cdef
Timestamp: 2026-05-07 11:27:59+00

Package: pgbouncer
Version: 1.25.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 708
Depends: postgresql-common (>= 26), libc6 (>= 2.38), libcares2 (>= 1.12), libevent-2.1-7t64 (>= 2.1.8-stable), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libssl3t64 (>= 3.0.0), libsystemd0
Suggests: python3, python3-psycopg2
Enhances: postgresql (>= 7.4)
Homepage: https://www.pgbouncer.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbouncer/pgbouncer_1.25.2-1.pgdg+1_arm64.deb
Size: 247896
SHA512: ff71cf7692759bb7d63799e37985ec29be2b275de2796abc15ff5e60ce5911b31051873fa7e21e2e764db3daa27bac6c4d2de61f4c12de4e2b6d84dacfff73f5
SHA256: 881871a8ca938e45ba8ae60230842346a4c0732728ef38d8242752b8a666ec0b
SHA1: a0da18e27a7cf70a07e221f8c33c86b1fc32ea20
MD5sum: e2aeaebaa1327d27a77498e3c923c81d
Description: lightweight connection pooler for PostgreSQL
 PgBouncer is a lightweight connection pooler for PostgreSQL providing the
 following features:
 .
  * Several different methods of pooling 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.
Timestamp: 2026-05-09 15:39:05+00

Package: pgbouncer-dbgsym
Source: pgbouncer
Version: 1.25.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1166
Depends: pgbouncer (= 1.25.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbouncer/pgbouncer-dbgsym_1.25.2-1.pgdg+1_arm64.deb
Size: 584780
SHA512: 0ae609816f4f5d37a3ccf0fce77d894f86b1f7b91edc579fd24b1c336dc92e7ffa7a89da56fc78f281bff7fa72400c818918a0512aaa503f43cca143b5082bca
SHA256: 8eb0165a593785508cdb1778a52266d4838fc24c04917f6709413f3fa6a6310e
SHA1: 2fde54ca3458af5a32cfc475fc7f2763bd980341
MD5sum: 2915222343b1785a41afd7f1b501378e
Description: debug symbols for pgbouncer
Build-Ids: f468a2a424f105db03d9d603325afc46ae70bb2f
Timestamp: 2026-05-09 15:39:05+00

Package: pgformatter
Version: 5.10-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 300
Depends: perl:any
Multi-Arch: foreign
Homepage: https://sqlformat.darold.net/
Priority: optional
Section: database
Filename: pool/main/p/pgformatter/pgformatter_5.10-1.pgdg+1_all.deb
Size: 90964
SHA512: 17522943037c286c63d02e305e6de8409229a6b1ea9dfffd020450cd0459583f9acaa05274831cb4f6f98d6c95b0fb06f369b7202c8c25409ad87b0dcb0304ad
SHA256: 7c3fc0996020f394ce3ad8402cc37a117586a4fd1b3c170c72abe340f6a268f1
SHA1: e31b1b9fef60bba45c529c1e7314042d53cf1865
MD5sum: 39da7c788c0a5c081d26a51bd3497460
Description: PostgreSQL SQL syntax beautifier
 This SQL formatter/beautifier supports keywords from SQL-92, SQL-99,
 SQL-2003, SQL-2008, SQL-2011 and PostgreSQL specifics keywords. May
 works with any other databases too.
 .
 pgFormatter can work as a console program or as a CGI. pg_format will
 automatically detect its environment and output as text or as HTML
 following the context.
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-10-numeral
Source: postgresql-numeral
Version: 1.3-9.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 100
Depends: postgresql-10, libc6 (>= 2.38)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-10-numeral_1.3-9.pgdg+1_arm64.deb
Size: 22252
SHA512: bb145c85bba65798def84d72c3ccc2faa78813c2be3bb37f757e08a35cb7d313c3d580bd14be70bb11fd1781e94d0c28b1e4924abcc906249e723e3c38c57d52
SHA256: fcf2bb54953dfa8aa2526dc038bce2f9f704e6b95992f9c6046a90f2dae57c53
SHA1: d690637f3c24f2a614fa365fdfebac843f7dcb18
MD5sum: 7634135f33f6158a7d83013b80bca791
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-10-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 121
Depends: postgresql-10-numeral (= 1.3-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-10-numeral-dbgsym_1.3-9.pgdg+1_arm64.deb
Size: 40880
SHA512: c0f9cccb3a41684c9e18df7b76147c5d32bb51ba3cd0f30e8f90707786ca8aa40a0a6e8148fc9f4219efeb103733e82076e3c8f6d95aa2be08b65abd6a3a82b5
SHA256: 0d0bdce905d94f6363d6cb30854406d98ee905c2099425146fdbcc2f480f0708
SHA1: eeeeff265c9c757766bf4135380166b582f87a81
MD5sum: b599df122801eeab3a0185d22572261c
Description: debug symbols for postgresql-10-numeral
Build-Ids: f81f38fc15f71f1df04d2aca361a3c58c1171252
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-11-icu-ext
Source: icu-ext
Version: 1.10.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 126
Depends: postgresql-11, libc6 (>= 2.17), libicu78 (>= 78.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext_1.10.0-4.pgdg+1_arm64.deb
Size: 36804
SHA512: 14874b6f66a7f712626ff1ff5701da2d281b66ebe85e6b036d3d6c5d71c2ed683955bad741d27a7e78003e17b031b89746595bffb6d58488cc9a9ca659ba5ae1
SHA256: c316f247d65218893d30ee54f2ae7309082d63bfa5dccea69df4e0ec6783f39e
SHA1: 83f34164331d223a7ca81280dd6a0ed4f6a9bc93
MD5sum: 4162e90a456c4a38fbcf89dc6aa08985
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-11-icu-ext-dbgsym
Source: icu-ext
Version: 1.10.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-11-icu-ext (= 1.10.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext-dbgsym_1.10.0-4.pgdg+1_arm64.deb
Size: 90964
SHA512: 4d0f6195bb95ff6b50920f12d139c020da3f8748fe4fb99dfa9c214c5e6cf95e69ae3eacf7e2709a04f348a9251615f723a1af4eb3be5c5ca9151858de4d105d
SHA256: 23513dbcc3ab6bd20f2ef3ac19a4e6d3ee01a3b50e8501eeb1c60eea29168b77
SHA1: d8444b8c34982bb7d8caa2daf8f6f02439ac6e34
MD5sum: 465fc45faf35f40dbbe876e5df77c85e
Description: debug symbols for postgresql-11-icu-ext
Build-Ids: 7ff3efa8c018641eab4777df3a4a25c00bbbfc88
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-11-numeral
Source: postgresql-numeral
Version: 1.3-9.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 100
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-11-numeral_1.3-9.pgdg+1_arm64.deb
Size: 22132
SHA512: 21192dc95aabb9692e18a0eed44e9f80796f7472b7394d40ed6cde5cc078a992b497bea8b71062dc4598cabbb898e121c4a3d99bc8301c9f5ae0028655fb638e
SHA256: d429239b37e2c0320aaedfa7d77daa573196a8441c76edfaad1c7c7233954829
SHA1: 4fcdd3e80d53718b2a462a48a1f676d455dd015a
MD5sum: 63e714d5dc01ef8fac0dc6c15f991332
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-11-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 121
Depends: postgresql-11-numeral (= 1.3-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-11-numeral-dbgsym_1.3-9.pgdg+1_arm64.deb
Size: 40836
SHA512: a7ee8f002932aca70e1db3a80fd245092336a542730b32c70fa0091bf96f501542696d01f3dceca82b9ab1f1a008001291087abba6e02fbb1dec609f08bbd2fa
SHA256: 63cab458efc5fa542f12d746bbae7cb7fea5f0b14fa5c95bec2a718489f42a79
SHA1: 4abbd63b89c3ce5c18f9c837afdaa0f5fc4dc756
MD5sum: a72157dc154e212ba0207717c66e0b18
Description: debug symbols for postgresql-11-numeral
Build-Ids: 563fed530c56733b29095416bde43f82f8374b95
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-12-icu-ext
Source: icu-ext
Version: 1.10.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 126
Depends: postgresql-12, libc6 (>= 2.17), libicu78 (>= 78.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext_1.10.0-4.pgdg+1_arm64.deb
Size: 36716
SHA512: 8021a8cd4b67c60aba448369c1ed97f94badb0029403cfe816094f140d36db250b3e638aaa4a93b55368e1171d81642437b6367454518bc4ae61a2fd7fa78621
SHA256: 5a76eeccea5240f640d0d9a5b76eff92111f2e55453cd55e36a229feae60e2df
SHA1: 056b0b182d1525f8acd39957b637d10cdf35c140
MD5sum: f73f7fb246a766297ee050061003448c
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-12-icu-ext-dbgsym
Source: icu-ext
Version: 1.10.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-12-icu-ext (= 1.10.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext-dbgsym_1.10.0-4.pgdg+1_arm64.deb
Size: 91544
SHA512: 19092d38254cd69aef7cd34dcb34772b4801f42a3ff7f6d0cacadf8191037bbeb3d6892ae0ea7958f37a67f2710b4a977d74f4f3853c30d8b6507776f2e7b633
SHA256: 4c9a914a69ddfcffdc6228341caf113b52c97d3272c721bab3ac4dee16ce4ed9
SHA1: b2fd59153e95df81538cfb63a661483433d3ae56
MD5sum: 606bc6fffe40318d591849823ec3d5c1
Description: debug symbols for postgresql-12-icu-ext
Build-Ids: 3bd6882788e665748acedc75aef85f1294fbe1fa
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-12-numeral
Source: postgresql-numeral
Version: 1.3-9.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 100
Depends: postgresql-12, libc6 (>= 2.38)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-12-numeral_1.3-9.pgdg+1_arm64.deb
Size: 22204
SHA512: de4e1739140c5a0c15069345573d6e8b37ba618d3fb6b7786b32bd2b89e291a5e512fea3acc7910e6679b3918575f104dc852c86838bf4d2c362c7a8f7a6508c
SHA256: 940688485aee8aa9d32139900ce51b0bb29ba6d50f0354b9e254fbecb75d8398
SHA1: 2efcb7c0fba89b50f7425ae1fc3e6e988d0104e4
MD5sum: 1b9c8e27a758d4b0a0107e039ca8c2d6
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-12-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 121
Depends: postgresql-12-numeral (= 1.3-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-12-numeral-dbgsym_1.3-9.pgdg+1_arm64.deb
Size: 40932
SHA512: d5b77f09f41cf21c1adf3a9ebf032dfbce9c50670dbfa8501d2d0366c90efdcc874b9883b6cdb24e47d0b38d89f163b0034a02d3b1c14494edf2dfb72e0d4569
SHA256: eaf1f20dccca8b808c01cbab0a6d102a0a2f2cbf3ca43ebb7189c50925f0bb50
SHA1: 972586707843c3cbfc2127a7ac719effa66986a1
MD5sum: 8d7bc3edad759fab1821c2f0c13d8c26
Description: debug symbols for postgresql-12-numeral
Build-Ids: 703bedd95ce80e584549d96f0403014fae5f38b0
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-13-icu-ext
Source: icu-ext
Version: 1.10.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 190
Depends: postgresql-13, libc6 (>= 2.17), libicu78 (>= 78.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext_1.10.0-4.pgdg+1_arm64.deb
Size: 37124
SHA512: 3a49dd52777334cdc4d5ab0ae4dd1f83133cdb72b7ab59227a561a10e8deefcd4ee975cb933b85c19bdd7ea68df4ec195a896d3126b23bd3e7f06cf1db11ea6e
SHA256: 24315f2c1cbf4f1d463b5302daea49408be9a5fa1b8a4af27e9049512ade32ae
SHA1: 4260cd4e94cb6bfcb4196240f08462ae3bb21a14
MD5sum: 9249b31733dafd3551ef281fdacaea1c
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-13-icu-ext-dbgsym
Source: icu-ext
Version: 1.10.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-13-icu-ext (= 1.10.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext-dbgsym_1.10.0-4.pgdg+1_arm64.deb
Size: 90584
SHA512: 1242afb05706fd3c91243b9e3d03a047ae4292586e43359e04cf54b0044168c9fcbc759b58fded0f445a69164abb0d9d24768df5d999a0fe59fbb3f0197ae450
SHA256: a44709c70a4442d178866862344b89e5d2ab220c42fb01729cba924c4a8211fc
SHA1: e0e36c8146705bd8cdd7d6a9a39ca938bc50bbe3
MD5sum: 241bfda784ea03e12919c46ca83e1b4a
Description: debug symbols for postgresql-13-icu-ext
Build-Ids: 4e478f108b6afcf5b57d6e1260420c96cd175d86
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-13-mobilitydb
Source: mobilitydb
Version: 1.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3697
Depends: postgresql-13-postgis-3, postgresql-13, libc6 (>= 2.17), libgeos-c1t64 (>= 3.12.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-13-mobilitydb_1.3.0-1.pgdg+1_arm64.deb
Size: 674964
SHA512: 7209392a691017d3cda3a616b28bf41b1834388b7114fed6801ac441310e704a10d4b0c6289899068d1b6d90248cf8cca4f42df0ab9a2fa5132cb4cbef2ebd67
SHA256: 169bbc0a4d47c2104ced1926ca2a466e9e5eb545ce468809da15728722cc6c87
SHA1: c466123e3bf5411fe5912c262fa4dc51e96d48da
MD5sum: ce7a9e272887c73583b7f7f0bc0393e8
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-13-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4335
Depends: postgresql-13-mobilitydb (= 1.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-13-mobilitydb-dbgsym_1.3.0-1.pgdg+1_arm64.deb
Size: 2143504
SHA512: 31d78bf84a715d4fd53e4655eb2d793f22a181097c89ed5a7859d316dec758754fda25f084ebd9ce858be138619b7b41dadfa38c5b57c83702904fbb57b4a259
SHA256: 1a775769e0b0cf9ea563fc98e419c64958e4c5aa569d33eb71942ad23b8190b5
SHA1: bc572473604cff758660d0089d0c47f83c2a2b09
MD5sum: 5618c3aab05bbc373032d8768eaf7613
Description: debug symbols for postgresql-13-mobilitydb
Build-Ids: 272221fa82680a347430a1bbeaeb7784f60f5847
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-13-numeral
Source: postgresql-numeral
Version: 1.3-9.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 100
Depends: postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-13-numeral_1.3-9.pgdg+1_arm64.deb
Size: 22144
SHA512: 2b8ff948a4c445da456c32a68a122b6f0eca485a716f29c711bbab379ec39759929bac1e000588f026c5fc86b99329b4db45d5086c629814425e965790fb0d94
SHA256: e7e0c9e3afd30aa3a967ba77b285c8a4102589d2b8fdccedce47bc96950ea10f
SHA1: 63a9615df9bb15bbd21fd773f3bb72fe4f6e81e7
MD5sum: 4a16ef72839863e5d3c2bffba26ff7b6
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-13-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 121
Depends: postgresql-13-numeral (= 1.3-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-13-numeral-dbgsym_1.3-9.pgdg+1_arm64.deb
Size: 40948
SHA512: 2643869f92f9bc582e864ab1cf9b4e5cfa0d594685ef204482125b885adb953eb77426134b9653a9ae2a4bdfe157b9be97f757338a48630be5e51befe18d16e2
SHA256: a4f7f19bcfd107a0a45ef3e27edb4a1b89359c2ecdc840ccbe5237b45c8a4446
SHA1: b0c19a4faadce97ee829dc2b60c5c0094d3d805a
MD5sum: d03ca656a665f37d8a11425f62c9c52b
Description: debug symbols for postgresql-13-numeral
Build-Ids: 3da766d09e1380050a801fada8d720afc4cecc8c
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-14-icu-ext
Source: icu-ext
Version: 1.10.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 275
Depends: postgresql-14, libc6 (>= 2.17), libicu78 (>= 78.1-1~)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-14-icu-ext_1.10.0-4.pgdg+1_arm64.deb
Size: 96040
SHA512: d165e47a725b70d48609d3c3f6ebe558f0bb3f317644773f3400969d2c37224125fb9bedd491e9f103b549509ce53461f85abb2d8b03aaf6b329f55cef97f9a8
SHA256: d3e5c82b17c6d58a4f5cb5043b88dd205db229cc9027642e8c0c6cfd41e5989c
SHA1: 3c9008c8f9e961e75c5ac1ee26b566d6a9eea958
MD5sum: b50c0c562fe4069131bd3b418a95a9fc
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-14-icu-ext-dbgsym
Source: icu-ext
Version: 1.10.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-14-icu-ext (= 1.10.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-14-icu-ext-dbgsym_1.10.0-4.pgdg+1_arm64.deb
Size: 90496
SHA512: 920ea818c0426a8e2665ece40f9374a42052bd7857f82bbde4489e8edccd686ccf57c5ab87a85169d604bfdfd1c8c41786bf91bd688596f206202df41d48612d
SHA256: 06ea20c6c7472847b663fd1f55d4405de68d1bfb4f7e4cda12fe14d8ff3852f5
SHA1: f1559bf867cba19e748e55da818abc0ce7ad3d2d
MD5sum: 14b900dd9123c11ca5e72ca00ee0e330
Description: debug symbols for postgresql-14-icu-ext
Build-Ids: 41dd1bbfc338dcac36ff3b00dd122a55a3eac665
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-14-mobilitydb
Source: mobilitydb
Version: 1.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3697
Depends: postgresql-14-postgis-3, postgresql-14, libc6 (>= 2.17), libgeos-c1t64 (>= 3.12.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-14-mobilitydb_1.3.0-1.pgdg+1_arm64.deb
Size: 675340
SHA512: f9fa54bda36e40ab1fac3f4af902ed6d9f83943f207e9ce7a2ca293f2cf2759ffdb78b73a39d57d696666b3f7cb45924252b2c11e98878fa4d2a541bda8d3a72
SHA256: 06cd9695e20661ab863480833dfd6cf1df0d1de141b38def7deaf756404dffbe
SHA1: 7b2d13105f19d604448d3aa3bb0d8ae5ae6b4bfb
MD5sum: 1b1c20158fc6805fd46ad065e98e6ae4
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-14-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4342
Depends: postgresql-14-mobilitydb (= 1.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-14-mobilitydb-dbgsym_1.3.0-1.pgdg+1_arm64.deb
Size: 2147696
SHA512: c48f59a14c73ffc17119754acee61ce08f1b005558208b8b13edb8bfa7ea2b77c285d24fd75af985cba6ba847af18e0a6eb3b856664512d46811ced2bb92f69b
SHA256: d64cb52782055263f28841270c2904fe1f91c65a2f8003c3c7b1346bf6ce1c37
SHA1: 5ac023c3aabedfb5367d501e21c875b9ef68f9e1
MD5sum: 48c152214923b9d773168e70d04c7666
Description: debug symbols for postgresql-14-mobilitydb
Build-Ids: 6d9da8455616242026bf8493981808800bb12c62
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-14-numeral
Source: postgresql-numeral
Version: 1.3-9.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 253
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-14-numeral_1.3-9.pgdg+1_arm64.deb
Size: 75796
SHA512: ad51b5c3f97bd7a52ce3cb5b257ca42d3bc7b0bb966a3affaec19042270ff578530842200b674335ba320e80460253bac9cfa8d05697e8a0e8becc50d230eee1
SHA256: d9d434d828d25d8ee2faf32a17fdb3e1441a54faff24a4354c70b255131e2f11
SHA1: ca33df4cbab754d906a03a912d9abe4837cf41e5
MD5sum: 797f8e8a4304578e32f5ef52ad3ed982
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-14-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 121
Depends: postgresql-14-numeral (= 1.3-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-14-numeral-dbgsym_1.3-9.pgdg+1_arm64.deb
Size: 40944
SHA512: d188e1e0d0179e7f2154b69b6007a0eac846b84016d05c4467239494359c88018f81581c745ebbd3b2b9dd241274d45b16da90cd76f45b8ef23fc0bf0a148f17
SHA256: c3d99346d7a034632bd52344b058cbd98e67e9db2f499bfe196b690b2503507c
SHA1: a91b64928683a5eb5ab7993182901f9d10baf88c
MD5sum: fab8989136726360b2a4b378bad64a6b
Description: debug symbols for postgresql-14-numeral
Build-Ids: e5f8e6ba7be2fa6b504340e9c30636497cb68548
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-15-icu-ext
Source: icu-ext
Version: 1.10.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: postgresql-15, libc6 (>= 2.17), libicu78 (>= 78.1-1~)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-15-icu-ext_1.10.0-4.pgdg+1_arm64.deb
Size: 95728
SHA512: 9658aabc3022f2bc97539637961f265737110bbbfa30f265c7b6f461fbddfe1c4a73371b670a83e379b425b77831cdae543fe6419991377f9356279cce1f9134
SHA256: 85411f010e275ebffa63a2c10b0c6795b6eae08a1be47f7a3b06506713850440
SHA1: 22337d5858ea14e9febd4c551db0850d336ca7e8
MD5sum: 3a4af0acc7938401c3644e4912d8723c
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-15-icu-ext-dbgsym
Source: icu-ext
Version: 1.10.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-15-icu-ext (= 1.10.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-15-icu-ext-dbgsym_1.10.0-4.pgdg+1_arm64.deb
Size: 90604
SHA512: 11f90f6f15025842f20d30c94f00c16b6c308b9548dfbd66cd96f495729712eb33143e272611a15f718464670b8b203ba0daea3693feedf0981479afd115440c
SHA256: 414a832b102f03500ebea9d620283358b9e580a9957d6d70b6b9c431d45b583f
SHA1: 0742d2f5361358b3df510cd420da5d462d7e34e3
MD5sum: 3202918d85058d1a2a8f70f11700cedb
Description: debug symbols for postgresql-15-icu-ext
Build-Ids: f240a2e5e6e092fe314748d414c9aef27c20ff3a
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-15-mobilitydb
Source: mobilitydb
Version: 1.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3697
Depends: postgresql-15-postgis-3, postgresql-15, libc6 (>= 2.17), libgeos-c1t64 (>= 3.12.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-15-mobilitydb_1.3.0-1.pgdg+1_arm64.deb
Size: 675592
SHA512: e7900ba840aed7c22e434148de6df57b03ddab2205712a1ac5c1cb90047d7500c07069c35ffc92fb7f2d4e15ec9ff00e21c8a8f459125bad35f5ded92db72dbb
SHA256: 0f49f416a9d5fd470dd45806c01c9c568ec0ebde5c187d4b1b8a47a74224c5d8
SHA1: 981e7c893b65ace8c4df715f9b5169af0c1be463
MD5sum: 91f9dc54646c57e229b5a3c579ab32c4
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-15-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4358
Depends: postgresql-15-mobilitydb (= 1.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-15-mobilitydb-dbgsym_1.3.0-1.pgdg+1_arm64.deb
Size: 2153964
SHA512: 6a7da50c4b42ce935cd1e38e0815d911d8230de0f3b8a4d5b83e843b89066dd81cd8c9f01a090dc750faca51e597b705de3b475575f7b5cd700362379033b7ad
SHA256: e41715358a35469023edc9a7d66978638ef288560541731c9224e0be04bf68d0
SHA1: bbc67d087370c8c1fdfc1d19e698c63693878bbd
MD5sum: dc02a03ed6beb299feb0011d819c04ef
Description: debug symbols for postgresql-15-mobilitydb
Build-Ids: f4b1716ba6fcd7a1e15db8e5082502823a57eedd
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-15-numeral
Source: postgresql-numeral
Version: 1.3-9.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 253
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-15-numeral_1.3-9.pgdg+1_arm64.deb
Size: 75792
SHA512: ea0e961cb4d8be69555fd28f34eecf962de943f0c2d17a099db9168ccdaf2626bfbb25ca39ab8e5a294354abab5eddd6e36fd7faf4e8229b9541144a8b846289
SHA256: 77d23d941e5935f267f07375cf77a0effeb5a1ae7946cf781ec85656fd24d279
SHA1: 13e0b2e2d6710131e6fa543a3dc18555b44e77ca
MD5sum: 7b151f10d619319990200c0035651976
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-15-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 121
Depends: postgresql-15-numeral (= 1.3-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-15-numeral-dbgsym_1.3-9.pgdg+1_arm64.deb
Size: 40968
SHA512: 37e7b4dc9fe87bf4a404a9b768a8f7ace8ce57ba5ef0fafd61a29e33ff8a473a51fd84af099f038c04b566a6e95c7069d22a9f50018d7e6f581dae69c28d4426
SHA256: e3d879ada53b62253c53c6d59e801e86105a319a22e0c8b3ead501c73b94b19c
SHA1: 29218ea3deba658b24d9bec250d4644e30ea9a18
MD5sum: 95292d5520455c96dae2a6874e2b961d
Description: debug symbols for postgresql-15-numeral
Build-Ids: 4e67a915539221d84a780df1fdb47e1f957f24bf
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-16-icu-ext
Source: icu-ext
Version: 1.10.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: postgresql-16, libc6 (>= 2.17), libicu78 (>= 78.1-1~)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-16-icu-ext_1.10.0-4.pgdg+1_arm64.deb
Size: 95200
SHA512: deb174c74043a12a55721e807788b2964e9b990eca7cd016a008781b4e886e0cae61c05d32ae0cc452bdb651977b5b4c6a2a59804da98631c2449c195291d3bd
SHA256: f134a54e0828223c4246f08cb19239820dd2bde7cbf14f7fbf49ed8a2afb94ca
SHA1: 49a93adb098edc06a64859792d6cb68c61bc569a
MD5sum: 8814555544118d88a66e88af15991cbe
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-16-icu-ext-dbgsym
Source: icu-ext
Version: 1.10.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-16-icu-ext (= 1.10.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-16-icu-ext-dbgsym_1.10.0-4.pgdg+1_arm64.deb
Size: 97268
SHA512: 5bfb6a760edbdaa7f309a576c9adec9a56906990a516abba908eb1529877ac67ae44cbe7fd74dca4c21c5eb26c548f8da7ee7896887bd6f93d876f450ac421eb
SHA256: 44ae20de46b44bff0fa3013b23c44a4e0fd40f499098db63f7100415473552da
SHA1: 12e0c85e86254a3a13951bcc5cbbc42ecd8a8012
MD5sum: 4fe58f1376af2253228712e6ffadd8cc
Description: debug symbols for postgresql-16-icu-ext
Build-Ids: c4ed513e037ac44cae8668bf1be9eed77e2dd381
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-16-mobilitydb
Source: mobilitydb
Version: 1.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3697
Depends: postgresql-16-postgis-3, postgresql-16, libc6 (>= 2.17), libgeos-c1t64 (>= 3.12.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-16-mobilitydb_1.3.0-1.pgdg+1_arm64.deb
Size: 675180
SHA512: 1295ee386577c8ae9f0ae6c54307d140bec0ad04c0af9f99558d86eb663c13bc777461c6e0dd2cd1e49d235607a00c5718fdbef7516cf2c10a5ed643ac1386a3
SHA256: 62702b727978691f196424f71509a209f46ee27e320584218493d3751238fd0b
SHA1: 182099daa529ea5e52775b15290e319ed2fe6c07
MD5sum: 83b6037a1bec729849db2b98cc19d0fa
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-16-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4504
Depends: postgresql-16-mobilitydb (= 1.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-16-mobilitydb-dbgsym_1.3.0-1.pgdg+1_arm64.deb
Size: 2303736
SHA512: 07a75ffe33d41b909bccfa8b0a6ad34e4002d3aa604db05c2eb75d4458ea3ff0ae2b8ced164fe2786eb2b2bc149da8d6a629897b4e743ce19f308af6e8bd8164
SHA256: a4526406d94bd68216a9800303e3339c78f891e7457a3fe7794d03c878ce63d8
SHA1: e22858751e3211ce50f6508a2be9880586f62f9b
MD5sum: c91aaff13b8ad725c2580893bd32631d
Description: debug symbols for postgresql-16-mobilitydb
Build-Ids: bce59238e0ef9121bf05805103b3b06079b2d73a
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-16-numeral
Source: postgresql-numeral
Version: 1.3-9.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 252
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-16-numeral_1.3-9.pgdg+1_arm64.deb
Size: 73504
SHA512: 99e7af8d08a20ee3d8cfe9cc3976d825fe5ff65633e96652fbea857e60309b1613761257441809d2a024a43bd9360a56978bd870cb003c5586efbc2679199c38
SHA256: 4baf172d47d1dc1bcf2135b303ff677356859eddfa1a88293c3659d2183f9a19
SHA1: f922fab587b8a7018a05f2d052fe87cb787341b2
MD5sum: decee5fb8ff76b81e4c0df1b14b305ba
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-16-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 116
Depends: postgresql-16-numeral (= 1.3-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-16-numeral-dbgsym_1.3-9.pgdg+1_arm64.deb
Size: 44036
SHA512: 8e47b52a4a5a311f68d51ccba27026951969c6f753265bdfc2aa90e2f60c8ec4af13ab765bb466557a0dd1abfa56b12737ad6240532edbae0dee45ffecd8ebd5
SHA256: 57dc00865b93fa4d08bb36fc20a49beab2a2dc2e87c3c6ef4da2ce9869da3cc0
SHA1: f2088f4d1167dfd60230b2142d9559eef8d3719a
MD5sum: 811570a4a9574a77d581c0eeaebd0a13
Description: debug symbols for postgresql-16-numeral
Build-Ids: ccb629fc3c1432fb6bd57661ccd27d6011483a14
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-17-icu-ext
Source: icu-ext
Version: 1.10.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: postgresql-17, libc6 (>= 2.17), libicu78 (>= 78.1-1~)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-17-icu-ext_1.10.0-4.pgdg+1_arm64.deb
Size: 95264
SHA512: 415d6dbe3b7f846dd77ebe37c9e3ba214798a94052dbaf57ac52ca081b92048b5275a32b8fd6c9a9e1260da035fcaf971838f6a0d0f77c759c113133e1ca9069
SHA256: da99fe1f8c455abd4ce58317e73488d0d2e463e05f9fd646950b5b82053c2fa1
SHA1: e164ffc1770a2db778868a9f6a68767bb28c4c3c
MD5sum: ea967225da7e26c80a8c9983334d3892
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-17-icu-ext-dbgsym
Source: icu-ext
Version: 1.10.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-17-icu-ext (= 1.10.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-17-icu-ext-dbgsym_1.10.0-4.pgdg+1_arm64.deb
Size: 98212
SHA512: ca3bfe6931ae86af97c985f8018f366032aba8067374f9009439d0f0870ec413cc1612c6e8930ea3b026528b43b262a2a62aedd795cc269d18f8f4bc122e3b29
SHA256: 708658b0abebcb637da5fb962edf3d8f9f54306a1a071402ac9ffa7cb6bf97d8
SHA1: edf10d31a0c6ad1c7610fff5a332f0c91cae8d28
MD5sum: a9bd48a42ed49f74adf43b8cd1727f31
Description: debug symbols for postgresql-17-icu-ext
Build-Ids: ffa883266a74abfabe58aa5e52b48c638607bc6f
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-17-mobilitydb
Source: mobilitydb
Version: 1.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3697
Depends: postgresql-17-postgis-3, postgresql-17, libc6 (>= 2.17), libgeos-c1t64 (>= 3.12.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-17-mobilitydb_1.3.0-1.pgdg+1_arm64.deb
Size: 675384
SHA512: 6cb89c92d74ce1a1bd8caffdf8a2e6916321da390e54b0b4eab6e6e07362d3d19b3d73b03cc84f201f97e447f3340cf805d031eaa65996a27b6b9871fdfcf726
SHA256: e17558e02c916a1d01b2792042cac5c7c974f27a16953dcc388cc572bd9e1d08
SHA1: fbdd68e43f34b17c5ebf120a03d0dadcfac6a7ba
MD5sum: 8d7ae9040744585ed451029eae3181ea
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-17-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4496
Depends: postgresql-17-mobilitydb (= 1.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-17-mobilitydb-dbgsym_1.3.0-1.pgdg+1_arm64.deb
Size: 2307804
SHA512: 4a548ded190bfd4aa9a65e9364d92a51770b0755d9d1dc75d49dee33ae6c6e4b839e854b6f4635b9369d7b6c65144f95b075d53204686f1fda41604a7d2243fd
SHA256: ca4e7f53190ea85e51936f15b4d277b412059a2fa048cd9fa4cb38edcd25ab52
SHA1: cd5aaa7e718f64933d84e1ddb63275f130a62e76
MD5sum: e56be90268f0529e42fcd2966780b003
Description: debug symbols for postgresql-17-mobilitydb
Build-Ids: 35b8584e6207f9990f2e7b752ab440cb3df773cb
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-17-numeral
Source: postgresql-numeral
Version: 1.3-9.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 252
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-17-numeral_1.3-9.pgdg+1_arm64.deb
Size: 73472
SHA512: 6b8144620e95a5c17d626d7b55baa1239baf37a73681f57601691df2553f457a4b9681b0ce73235db14b75eea831ed199afbd9d97b5b9f4cc16b779f1f504f77
SHA256: 6f569cf32a71b9b9daa9deecc8f755649d2238b94f5ba0841d5f462449f66a99
SHA1: 9327a9d086dfe13c65df5fc647ee480163766cbc
MD5sum: 1f836e9c92c462242a3f2ac15dc2091c
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-17-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 116
Depends: postgresql-17-numeral (= 1.3-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-17-numeral-dbgsym_1.3-9.pgdg+1_arm64.deb
Size: 44040
SHA512: a19af019de3cdca975e5e9e26a4a8a97a2d58cf871b925779b9233ac541ddb66527ed62e3b4cd34bd7139a9bfe08e74b327e13e80b3f2316dcdcd9a3b4275383
SHA256: c77212047d61e206bc32b2af52f422dfa1eeb483e4bc07656025b2acf59b6770
SHA1: 29a0fd5090ac20fd53f2b660caa8ea789a212131
MD5sum: 9b7a7f1831bf0801957ccebdcb448854
Description: debug symbols for postgresql-17-numeral
Build-Ids: 55ebbbe76ed162f704e5d25b9802c470a3164c94
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-18-icu-ext
Source: icu-ext
Version: 1.10.0-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: postgresql-18, libc6 (>= 2.17), libicu78 (>= 78.1-1~)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-18-icu-ext_1.10.0-4.pgdg+1_arm64.deb
Size: 95328
SHA512: bef2e8421b8b0a1ca190a3ddc7451b3299702f2bdf18b24ca2d99004c63256dd1f61bc5a737d60c012a52c16d292f5e8f0b6e0a7b4cbcb1e38fc0743ad35f6c3
SHA256: 84b579478b8dec1718553a34cca57b8c018649115f311541da5748c58349e110
SHA1: 33e7439f7178d6028b3ca37d611899b7c55c0c60
MD5sum: 5af4253c1aea48da59578e816d54a137
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-18-icu-ext-dbgsym
Source: icu-ext
Version: 1.10.0-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-18-icu-ext (= 1.10.0-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-18-icu-ext-dbgsym_1.10.0-4.pgdg+1_arm64.deb
Size: 98696
SHA512: 32f2e860ddc2ed405de38586f878189a11353dcf4ede90fe7c7b31f45490da72575c642104265b6061dfc8d194955832f4367bb4e7eff28981864977683620a2
SHA256: 43a1c5e99bb6f75639895ef97324a1fa6f1da50f90b396d9e87c118cc3ce4ecd
SHA1: d68796de6c9f6b9826d1b5a56b124f8f7524f85c
MD5sum: ddcf7864ce920901f0e166d2498ae2b6
Description: debug symbols for postgresql-18-icu-ext
Build-Ids: 1eeb6a4a531177bf36c58dccea591ff12f776732
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-18-mobilitydb
Source: mobilitydb
Version: 1.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3697
Depends: postgresql-18-postgis-3, postgresql-18, libc6 (>= 2.17), libgeos-c1t64 (>= 3.12.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-18-mobilitydb_1.3.0-1.pgdg+1_arm64.deb
Size: 675172
SHA512: 1b0bd1e7485244a32cf61f297ab93bbb269ff5880c8913cb4af0d4d3556607f45543aa9b3d4333e90d3ddf75ea86f470fa6c3fd586bb3d4429e0dbb3107c5bc6
SHA256: 55e9530fc1e910281d29b8b45ff6479b60124cf41b266f73c02a7d1e209ae790
SHA1: 38ec05460cfee8260f812757beb7e5b88d26d172
MD5sum: 57175bc1121c76db8c6d7fb7e46f6237
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-18-mobilitydb-dbgsym
Source: mobilitydb
Version: 1.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4501
Depends: postgresql-18-mobilitydb (= 1.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-18-mobilitydb-dbgsym_1.3.0-1.pgdg+1_arm64.deb
Size: 2313424
SHA512: 54c5aca32c2d1d24ce438647878540c430353267befc45a90ed69b6c365b2bf2959c149e7afe2e2b0c557358905159ee7bd8cd833fd8b8fc95b2d1711f6d399c
SHA256: cfc34923c9c3bc778598f804bc51c54f6068e8a705a9b358f43d7c1fb3657339
SHA1: 89159b875dca4577a1c8377d71ff689d614dbb0f
MD5sum: 63dff0841ad6bf9a5af2ad8b0d8b62d0
Description: debug symbols for postgresql-18-mobilitydb
Build-Ids: d2bfd87a686abbf2119f8144235ae1129459bcca
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-18-numeral
Source: postgresql-numeral
Version: 1.3-9.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 252
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-18-numeral_1.3-9.pgdg+1_arm64.deb
Size: 73520
SHA512: c19b313281fa8c2c4419a1270b056d17f63ec6f034327c29ca5487c39457d4628bf595fbd1ad027dd35518fce01abccf6f924855eccf11e90252ddb91083636c
SHA256: aa150bb98869638fc25c98996e6a9934986203e81867e3c219f0bce33996f1c5
SHA1: 6f694539e5b84d67860bfdd98cb24708510ce3f9
MD5sum: 91716dcc132cecc3ef0cd32f7630dbd7
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2026-05-11 18:41:12+00

Package: postgresql-18-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 116
Depends: postgresql-18-numeral (= 1.3-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-18-numeral-dbgsym_1.3-9.pgdg+1_arm64.deb
Size: 44148
SHA512: 97b245d4ba4009f08f1118dc3c5219e37522fd997837dfa65a9f647831085e9181e67a3bb39114588451d30bf50de51ee25c6414614787ae1a592ed718e01ddb
SHA256: eec7a21913786bde8a522b9789f9cb4b7b213b9fd8cf40d42d914da2906d1bb9
SHA1: ee2bdddae53ef3d7124c6e3ba63a7caa9ec207b7
MD5sum: f3681ad27d595166fce0b4583ffe79db
Description: debug symbols for postgresql-18-numeral
Build-Ids: 23b41b4373f2d3d1b57fc681ac080da0e74311e4
Timestamp: 2026-05-11 18:41:12+00

Package: libpq-dev
Source: postgresql-16
Version: 16.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 607
Depends: libpq5 (= 16.14-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/libpq-dev_16.14-1.pgdg+1_arm64.deb
Size: 150040
SHA512: 82d178e5d2fd046380fbb6090284d1998a9962227c6bf9efe882344d65ccbe0c089eb56748ad4a35a173ddc37918ddf20c1980417c66535bb4697a49f49d1cf7
SHA256: 2974def0a5c1aed71aa8a3fe1b3b9ae9cd6af0b60e8a3cb4ac0c728336f326d7
SHA1: c347b4323e58d6af2617a598715db10ae6f7b0d5
MD5sum: bcb13ba03c6f4946ab89bebb666379b0
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.
Timestamp: 2026-05-14 11:29:06+00

Package: libecpg-compat3
Source: postgresql-14
Version: 14.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg-compat3_14.23-1.pgdg+1_arm64.deb
Size: 22536
SHA512: 311c5fb05fc8c6b23419985619d10e46c7f1149295b119c63d89c41ff7a765e013859c3e4722aa9fdedd4c8d1a49fd1d06fba095c80589b5190aa5587feb9d83
SHA256: a13fc41a43cf613295c82ab4f9797eb56dbcc341b6bd8f8d16d90cc8bf7ff52a
SHA1: d4f566e17b3d1f5cc6045906ab6d31a010711de2
MD5sum: e6c147f1b5e3a248fb6e4d0845b33076
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.
Timestamp: 2026-05-14 11:31:01+00

Package: libecpg-compat3-dbgsym
Source: postgresql-14
Version: 14.23-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: libecpg-compat3 (= 14.23-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-compat3-dbgsym_14.23-1.pgdg+1_arm64.deb
Size: 17000
SHA512: aef785e8a85a534995369c082bce87b58f22301450ed2ade1e5eed5a5ddfccda821878a12ec2e6dff00d7cac68802b4788e4a615547a8a71eea69b529ba5dfcd
SHA256: 8b6b62f964a031328c547207980798b78b6c23df41a5c897ebbe05e12ce8c108
SHA1: 27b8aa970612a269de162ee611cd6b01235aaddc
MD5sum: 397a45abd5eb92a8abb53749a855a9ec
Description: debug symbols for libecpg-compat3
Build-Ids: 60cded30f115d7b656dec4414941b793a47d3140
Timestamp: 2026-05-14 11:31:01+00

Package: libecpg-dev
Source: postgresql-14
Version: 14.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1608
Depends: libecpg-compat3 (= 14.23-1.pgdg+1), libecpg6 (= 14.23-1.pgdg+1), libpgtypes3 (= 14.23-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libecpg-dev_14.23-1.pgdg+1_arm64.deb
Size: 276864
SHA512: 2cd7a9cdbb280ec40f1cddb38315463cb80838f79152c28e52f296ffa2d8ee48580a6214a0b280d341c187762a2ab70044aa92f80c2b25118533b44d4fabde89
SHA256: 809d7aa6392643876b16b73c4a40b97e7a0e69e09b9fd561ecc941bc32bc80ad
SHA1: 992f2f17c1655096c8606fbd13743681bbccfef9
MD5sum: 76f338961aa3703e4faba34e601ef308
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).
Timestamp: 2026-05-14 11:31:01+00

Package: libecpg-dev-dbgsym
Source: postgresql-14
Version: 14.23-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1203
Depends: libecpg-dev (= 14.23-1.pgdg+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-dev-dbgsym_14.23-1.pgdg+1_arm64.deb
Size: 240872
SHA512: ca1860580bf86420f1d13fcd46098712aa7051469e0380c4bb5e3b49b936d95ffe5b32278b7726bf497630cebcee56726e8e6da5c6aec3fc6949914dd54380d6
SHA256: b0c0211a7055352470c38641dc3c05f3ae1ebfaaadd0dff45f20d095a5ad70cc
SHA1: d54b8d239d8781f684c9e641c3008402c908715f
MD5sum: a77691a49a2390e405ecfd50e32b62ac
Description: debug symbols for libecpg-dev
Build-Ids: cf4a7dc5eb89f5b6277c81d0bc552a306e45641c
Timestamp: 2026-05-14 11:31:01+00

Package: libecpg6
Source: postgresql-14
Version: 14.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 271
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg6_14.23-1.pgdg+1_arm64.deb
Size: 63476
SHA512: 724d48498be62e523c359a7e041637a73a4964222dc87145dca8a065487018351dc33ee1755c4d2b10c90bfc9aef383c05b29476fffd2ac3aecfb0c052af4815
SHA256: e045190b130a4a6eb1b1330ac0c79a0d21c4045aa079ad913d4e2bb1fceb8092
SHA1: a0f26037ec8ebe2f59d0174a87e0a9ff2ca6c09f
MD5sum: 14f795c6e17bc530146c51b08e54dc75
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.
Timestamp: 2026-05-14 11:31:01+00

Package: libecpg6-dbgsym
Source: postgresql-14
Version: 14.23-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 220
Depends: libecpg6 (= 14.23-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg6-dbgsym_14.23-1.pgdg+1_arm64.deb
Size: 113612
SHA512: dc9647ef8c67738ba5d2a397cfe6a286f4b88b838937baf54b78eb9cd0117fd1443ee9554e50423995ccaad448964fe718ed24aa5a1abcb5806baf11a39f9d1e
SHA256: b19f1255b0d1e4fc3b682d6b6f401f3c60cbaede892cec6576159fa9f66fc951
SHA1: 6593210e6cf118625761db3dd9d7687af8a4227d
MD5sum: c5501fb45db1c4c8dd01acec03c3cb77
Description: debug symbols for libecpg6
Build-Ids: 9d4642879afb7cc71a2faccfb1ddfe44617aea30
Timestamp: 2026-05-14 11:31:01+00

Package: libpgtypes3
Source: postgresql-14
Version: 14.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 171
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpgtypes3_14.23-1.pgdg+1_arm64.deb
Size: 48360
SHA512: 173606045a2df8d0b4cf7974e18e66053c63b492c68f623fc49129f3627a9c765ba7ed4378611856c94ca571dfe656bb3251c37329f39ecea1bbd5150c8e0fd2
SHA256: 60acd0b104057549fbb4612f7782f24fd64ddd23023966dc590fc4c49311e497
SHA1: 247029846b803661d5a94d00ebccbacd55f5ee8f
MD5sum: ac27b3a9ab68f769a29bec88bcb60275
Description: shared library libpgtypes for PostgreSQL 14
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:01+00

Package: libpgtypes3-dbgsym
Source: postgresql-14
Version: 14.23-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: libpgtypes3 (= 14.23-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpgtypes3-dbgsym_14.23-1.pgdg+1_arm64.deb
Size: 88428
SHA512: 12f9ddb3ab1c8a4517d4482a1054bb54ae887adb488ed155a18a7a30211223c62e683f50e7f37c770cbccaaea0c0acd702a9cebbc71402a7e85ec683190dc70b
SHA256: aaf2c7e2ca7fe23d0cc48f98357da7551cbc45eceec7f8be073f0c26341f6042
SHA1: 17acd2aefbbda5e137efc23f3e2a37e40267cdcf
MD5sum: c8f2a0e7c9aef54aa0a3fa6bbfe5c153
Description: debug symbols for libpgtypes3
Build-Ids: b9c09a73b65899637e121c7a95f72668016a4102
Timestamp: 2026-05-14 11:31:01+00

Package: libpq-dev
Source: postgresql-14
Version: 14.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 595
Depends: libpq5 (= 14.23-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libpq-dev_14.23-1.pgdg+1_arm64.deb
Size: 145960
SHA512: b02ad9abed95aa143aa45c9ee191489047ba7dd4bbc31a197b638a93205eac72e464d9582f3fc73560c07e33b23c5f7b9396fb99cb6206447ce5283e4a53b324
SHA256: fd74c68c4d2ad7724ec8f3d20631d6fb30f9e24cd33843300a6ca31035dc6736
SHA1: 017c669dc13498e7e854afeaaee604cdc758c5a7
MD5sum: 80ed6ba6e7f6ec31af7ba3eb830f92be
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.
Timestamp: 2026-05-14 11:31:01+00

Package: libpq5
Source: postgresql-14
Version: 14.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 825
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpq5_14.23-1.pgdg+1_arm64.deb
Size: 176436
SHA512: 4ea50438796b79512b431b1897ccc290a260d4de7722d89ecd287baab18c08a3c347b067df77c84319a2257f14faebda89688a801442f0640374b041681b1d3f
SHA256: 78057be7786ea1fcc6b60bd9f84ec1cdcf21a36099280c08df26b9aa2f7a4009
SHA1: fa34909565cd3c25cdc24fb257d68f03a134a114
MD5sum: c054f76a66baec5652eec4bd03da1b1d
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.
Timestamp: 2026-05-14 11:31:01+00

Package: libpq5-dbgsym
Source: postgresql-14
Version: 14.23-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 622
Depends: libpq5 (= 14.23-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpq5-dbgsym_14.23-1.pgdg+1_arm64.deb
Size: 274104
SHA512: 104b059bc0e75ce112d081b7e07201087c204a17d844ad3ee8ae6c462167b25bf23e240193bb92732970a913031b210f8b8a8debf851ec33d077c255d6dfbb84
SHA256: b462dbec9b50af57b493128bb5a5759ed0911331d7eed2629b6286c80261ae69
SHA1: b3faa337ee34fdc7b5d8c86d2ddf6c846844abcc
MD5sum: 553284f54a4a7436ce2a9f80a3f204f5
Description: debug symbols for libpq5
Build-Ids: f024b6a57e99bbf30c4d9bf2782afa8cc617dc36
Timestamp: 2026-05-14 11:31:01+00

Package: libecpg-compat3
Source: postgresql-15
Version: 15.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg-compat3_15.18-1.pgdg+1_arm64.deb
Size: 21952
SHA512: b35691171e2e7622dcf28402627555ea9de4f47416ad9d36a6936666e9fb54b958a5254ec25885940492dd02904a7bfef09067357fa0af8ea1850046a13e3d5e
SHA256: 248989e9ac65954e1c014d3f2d7e17695d44041ef3d87db48352ed5f94c68ca0
SHA1: 9db85d6590030e6c624cba6bad3e4b48a65dc760
MD5sum: 0da79c9f208357dec19484c986286135
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.
Timestamp: 2026-05-14 11:30:06+00

Package: libecpg-compat3-dbgsym
Source: postgresql-15
Version: 15.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: libecpg-compat3 (= 15.18-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-compat3-dbgsym_15.18-1.pgdg+1_arm64.deb
Size: 16984
SHA512: b25c8ff9b7fca6ba97c56dcedade3f58f3896eca0b395c5ff5f86b4d2ca2dd86876d18af219883f4886743df47aebf47dd32dd2e2e081b18419b8096ba29e535
SHA256: 9e35a717d862ca9d7daff272ffb4e5bdd83156516e064004647e5694421c46d5
SHA1: b9faa25b935b9d66dbf4d771623da0cdab242408
MD5sum: 3cead08e16d10176895649f23758dce4
Description: debug symbols for libecpg-compat3
Build-Ids: 5b8d8a8a8f08a2c88605b9911d0bccfb2103cd9b
Timestamp: 2026-05-14 11:30:06+00

Package: libecpg-dev
Source: postgresql-15
Version: 15.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1637
Depends: libecpg-compat3 (= 15.18-1.pgdg+1), libecpg6 (= 15.18-1.pgdg+1), libpgtypes3 (= 15.18-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libecpg-dev_15.18-1.pgdg+1_arm64.deb
Size: 282792
SHA512: 763fd11b719292254cc50d3d21c46fc95b1d4c0c49587af0314dfe60c87244a095b8b8d0cb702f725af6ebffb214e182c43c5ab6a3fb1f620486b41e6cfb3593
SHA256: f9e51b998183131c50396bbe86921567acc6942bdab464233bd1f62681a3fad4
SHA1: 556b8f7f3882ab986a44f6129745bcbd34115ebe
MD5sum: f59f017a10877febc10462aab35c7692
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).
Timestamp: 2026-05-14 11:30:06+00

Package: libecpg-dev-dbgsym
Source: postgresql-15
Version: 15.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1231
Depends: libecpg-dev (= 15.18-1.pgdg+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-dev-dbgsym_15.18-1.pgdg+1_arm64.deb
Size: 245068
SHA512: bf5122246bc5c3a1c238311c71325b8fe0e5060f4421014706b034549541846c0169284de0fe83eb665f45bd13d203a00f7b788fb0fec2b440fbcb8ca1bf40ec
SHA256: 91c31d9ab159300474381fc4e780c37c5028fabf09e3b7f733f4ec3409a9eca0
SHA1: d748839d5d893a67861bf518a021c34e44b03499
MD5sum: 2f33471cf9bb9158a4fc62c88c78a839
Description: debug symbols for libecpg-dev
Build-Ids: 302518a856eb9886d818b7e124ff350ce293a5d4
Timestamp: 2026-05-14 11:30:06+00

Package: libecpg6
Source: postgresql-15
Version: 15.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 276
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg6_15.18-1.pgdg+1_arm64.deb
Size: 64348
SHA512: 5328b80a75b9defe8c1b5f2d50da2575cf20563186a177a2fb2198998ed6a5ff260219875dd448ad0498094d1e00c157a88093fa6712fd93d65847a74d0bdd93
SHA256: 96ce1dfba6a1f77924822b578d13a666ba0c7b934dcdd43051c8d3f26713d009
SHA1: 836042e6af68e6d072435a6e6bc829f4dedcabbe
MD5sum: a8f2e2b38b01d51b4abaef23b6a8a22e
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.
Timestamp: 2026-05-14 11:30:06+00

Package: libecpg6-dbgsym
Source: postgresql-15
Version: 15.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 228
Depends: libecpg6 (= 15.18-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg6-dbgsym_15.18-1.pgdg+1_arm64.deb
Size: 116216
SHA512: c67b15eb63f78347237cde1b1e5909dca869e62657304ae3fe2417afc46712f979e837ab758a3762f8aa03af43153f7ab5f708d820ba5795ba1b7e221ceb9cc7
SHA256: 758256f45fbb1bea73fb2b555234d3cf28808a37de88e818c9744f3fd99e05fa
SHA1: 1f6179348e82c994aa0f2809b93476fdafd1a6ea
MD5sum: 745130db6a36954ed4babbc4bfeecdb0
Description: debug symbols for libecpg6
Build-Ids: 740c61aeacdb5410054ba023536e8e5b41b6459d
Timestamp: 2026-05-14 11:30:06+00

Package: libpgtypes3
Source: postgresql-15
Version: 15.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpgtypes3_15.18-1.pgdg+1_arm64.deb
Size: 48072
SHA512: e118bbc8beabb80feca45f6cb3c9862cb92df975a879ff81358b5aba995dc9d73e257e46708612f94bc391ed9f81c33ccd850061a893c19619942fadc7a07c13
SHA256: c42362fed1678daa336e2370a880d9c6380a02037273891303607d73d011ca9d
SHA1: ba229e8e77030d2b7706039e8557449fed2f5815
MD5sum: 0589be0c09b11fe8c7f9cc6e79bc52d6
Description: shared library libpgtypes for PostgreSQL 15
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:30:06+00

Package: libpgtypes3-dbgsym
Source: postgresql-15
Version: 15.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: libpgtypes3 (= 15.18-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpgtypes3-dbgsym_15.18-1.pgdg+1_arm64.deb
Size: 88944
SHA512: bad8b47be2ddc195ad2580ac29adfbeba25ebe935a2527783c0d297af0d36de55d591efa86035c729984fbf10e1e0ddbfd5144d8c970df41c890c7e192af4ad0
SHA256: 561480509ce5ca52adcb3de9132745006709f95f7461ea4a928760e61f3037d4
SHA1: 8bd1faade5bc3a99c3032b010b726f2e1f85c122
MD5sum: edd0d420545236ec262ca1fe25a68617
Description: debug symbols for libpgtypes3
Build-Ids: 638a9b3029048b75aa0f2318a4b6c6f9694625ac
Timestamp: 2026-05-14 11:30:06+00

Package: libpq-dev
Source: postgresql-15
Version: 15.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 606
Depends: libpq5 (= 15.18-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libpq-dev_15.18-1.pgdg+1_arm64.deb
Size: 148720
SHA512: d9b5e50972934b31138dea8e8f4a1dad6e9ef32bf6265f14e99c0a7dfc6e3f65b7c41bdc0d8d3d59412af719dd366091f2a1aa6c09af3da6d8fd20ccf54e5426
SHA256: 0f8c2c3547f3503a4225765b10a47ca100ccd6f8c680feff570ba0ea87606eea
SHA1: b55da8dda380a9bfd58aa7fbbe23e75b115c9e3d
MD5sum: a2ecf38be664f7d268f6af270c322cc0
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.
Timestamp: 2026-05-14 11:30:06+00

Package: libpq5
Source: postgresql-15
Version: 15.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 914
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpq5_15.18-1.pgdg+1_arm64.deb
Size: 189664
SHA512: 3aa5968d191b0348bd2276aeaa7890ee8ebcd8907a86ccf34675b3999c12d27c61fcba5e4875a2de8ec8f9db49b2e9eea44967f11cc261f62b9c1dd5352c8b94
SHA256: 1ef94745cc78e1b2672c1de43e2112930caa586201721b77b7b066268d078c95
SHA1: dd374b456ad48b861893236e705b4f82b525562b
MD5sum: 0295a4619e535aa3f1254d8c3d18841a
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.
Timestamp: 2026-05-14 11:30:06+00

Package: libpq5-dbgsym
Source: postgresql-15
Version: 15.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 642
Depends: libpq5 (= 15.18-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpq5-dbgsym_15.18-1.pgdg+1_arm64.deb
Size: 284124
SHA512: c307944c8268084f7841dacaf8e3a00754db9564fdc32718674864b658b35e7e734d768689f38ffbeef94820b9f41247c773de3d5f04999a8f1fc99024c61402
SHA256: 30301b04b1c6b3c1789c5c795f5c173a91618401330c68c0044253c353844a92
SHA1: a462c881033b147a1dea0e93af94ec0396b8eb39
MD5sum: 9d3793c0d70d36a83177614f5daa6771
Description: debug symbols for libpq5
Build-Ids: 3cb5b21bd9d0ae150c04ec68e54df5355b66ed7c
Timestamp: 2026-05-14 11:30:06+00

Package: libecpg-compat3
Source: postgresql-16
Version: 16.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libecpg-compat3_16.14-1.pgdg+1_arm64.deb
Size: 22172
SHA512: 307adeafb8b24594b4e1355800229462994b056cca918ed5f571925632d42958f356d351d571e9ccc15d656ff8b8f1ef8aafcabcb5e28d9d95d5a882c086494a
SHA256: 169d40bf61f555a141623637d36540de72d22b97cdf54c7d4242992d49c228df
SHA1: 4a2aeb2be27a9e5731024a139595b8f59130bc6f
MD5sum: 34de1c507d2950b5eb136ce6be9a6fc1
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.
Timestamp: 2026-05-14 11:29:06+00

Package: libecpg-compat3-dbgsym
Source: postgresql-16
Version: 16.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: libecpg-compat3 (= 16.14-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg-compat3-dbgsym_16.14-1.pgdg+1_arm64.deb
Size: 16972
SHA512: 11cfa7c8a94f7fec702a8493f5ccc94f40041c56c59f3bc6aca9933d54c6cd2d3674cf585445fb498a86b3ccad6c512707003b60dbd6014a9a7cc326e9ef611d
SHA256: 898b3ec1501ca8e04490df5bccc228636612a0cc5db9413487dba31b8b4cc4ef
SHA1: 3e0616c9cd32189e3031167879cef41691cd1bfb
MD5sum: 65d2902016c23280389a75dbd6aa9f7f
Description: debug symbols for libecpg-compat3
Build-Ids: b72c04219fd8d6ff26c885da8126cd16d123cc64
Timestamp: 2026-05-14 11:29:06+00

Package: libecpg-dev
Source: postgresql-16
Version: 16.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1705
Depends: libecpg-compat3 (= 16.14-1.pgdg+1), libecpg6 (= 16.14-1.pgdg+1), libpgtypes3 (= 16.14-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/libecpg-dev_16.14-1.pgdg+1_arm64.deb
Size: 285884
SHA512: 8794ce25303c022fad41df675d4fb6748b2138a188077a05b9c45650ea492019a49b800f6091174167eb26d316fcc86dfc82575bf93c88a7b662dfef3225b63c
SHA256: 5bb52b3f35084ba2904ad99713e9a7f04d1570202258ec9c8f465b558c23aed7
SHA1: e1bbbdd7282265be21b6c2f9414b4ce34e9bf73c
MD5sum: be2839d90bf4a77fdb74bea4d3e3a6c9
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).
Timestamp: 2026-05-14 11:29:06+00

Package: libecpg-dev-dbgsym
Source: postgresql-16
Version: 16.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1247
Depends: libecpg-dev (= 16.14-1.pgdg+1)
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg-dev-dbgsym_16.14-1.pgdg+1_arm64.deb
Size: 247008
SHA512: 6ada4008cb183ea9082e57d9510a173dba84aa1db2ef87451fc6fbe3675f1a7320b09a8ca8da2d4e3697ae801e10f5f38e62a8e368e09a7306aff46377a642e3
SHA256: 4314c8d1a86d2d80a1ace879a9c5712c59dfe255402e7c15cc114190c5503686
SHA1: 621ee50d12d5ae915f0104644b585c62f8ba1700
MD5sum: 69a5d70c5928d578cffa7c4a3655d4d6
Description: debug symbols for libecpg-dev
Build-Ids: e6dc9b20f68e15dc2ef73bc3f0406671bfdb7093
Timestamp: 2026-05-14 11:29:06+00

Package: libecpg6
Source: postgresql-16
Version: 16.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 283
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libecpg6_16.14-1.pgdg+1_arm64.deb
Size: 65060
SHA512: 159607428dfbb50fdb6bbea76f12283098b61458899466ba40b1168f664df6ec8fe487acb3073db2f939f0b4f952f2a49dc1450f3b3e14c53f9bbff027bbae6d
SHA256: d32e04b6bae71a8ef5f1d77ad207cb8b41d65f1e2d2206c874d9a17955702dbe
SHA1: b20fcf0751eabaf5f82f9d7b2f5eef7e3f42e388
MD5sum: 653d7869a32e50d9763189ab55bdb7d9
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.
Timestamp: 2026-05-14 11:29:06+00

Package: libecpg6-dbgsym
Source: postgresql-16
Version: 16.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 224
Depends: libecpg6 (= 16.14-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg6-dbgsym_16.14-1.pgdg+1_arm64.deb
Size: 115924
SHA512: 47008e25caaecfc9f5876f2b41aa8b89bf2c0b4eb9180a913f19be90062aaffbb435e352500467bdcebeec597d3e5726902248be7a9775d0184d0a739d7820bc
SHA256: f00a36a8e3ae41d9e4d55efb26f33a9a4a385341d5c2a107c1ede3ebadcdc101
SHA1: eae29608ed9a8bfab4d4ab9bec18f503606b447f
MD5sum: 8ed154330a4e022e931352da6995d18b
Description: debug symbols for libecpg6
Build-Ids: f47a10b6abc32488bd500db6220252a6609601f8
Timestamp: 2026-05-14 11:29:06+00

Package: libpgtypes3
Source: postgresql-16
Version: 16.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libpgtypes3_16.14-1.pgdg+1_arm64.deb
Size: 48528
SHA512: 19dfdc481f6667cabde9d1bc4708451d53e71baad65aecbf9fcecbba48fe669bcabeca547de0930f6a012e689686307d161af437f7eb8193e6f57eca3859f25f
SHA256: 7c4749fa71e5934ae2381acf2a0ffcd2ca999db1b9fd187ba6faa3de3a54bc13
SHA1: 9c8a71d9c46a6af5e2f05872ab1df9fe121c065c
MD5sum: 54fed24f15e7e00eca93b97c2137c16e
Description: shared library libpgtypes for PostgreSQL 16
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:29:06+00

Package: libpgtypes3-dbgsym
Source: postgresql-16
Version: 16.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: libpgtypes3 (= 16.14-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libpgtypes3-dbgsym_16.14-1.pgdg+1_arm64.deb
Size: 89300
SHA512: 556d19a7a04d61177177ba4997234c28674ae59cb2ec995e422b61db2bd5234fe86589f7e5aeaa1b9775f57b9cbdc51738b2d759f194d7819c2c2fee8fdc8cd7
SHA256: 72c0e912069daf4658fbec13c883f4d43797e32bdd77edbb004747ef0ea631b5
SHA1: 6074bf07469c7c8f3d2ee56140c44b5436a432ac
MD5sum: 04d421632e79beb73d06c2b1f405e49d
Description: debug symbols for libpgtypes3
Build-Ids: 923187b3cce2d80e5ce8c391c98774bd5abf8c55
Timestamp: 2026-05-14 11:29:06+00

Package: libpq5
Source: postgresql-16
Version: 16.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1104
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libpq5_16.14-1.pgdg+1_arm64.deb
Size: 220472
SHA512: 51dcb99825506d3baed5e62ac5f09832de54b7bf3b01db5e866aa4c27eb0ece944c2c61e8104a160645f03bfa325bd64ab4690961302b88f32c5a0351cef0fe0
SHA256: 0ae933567a77b3ef41c90cd9f69b37dea351469298b0685fa3ac39b68cada532
SHA1: 48a27548cc0baa5bfa3e2aa30fa39f83be1b6d41
MD5sum: e7de0f0bacd38f98069c2e0bc61653b0
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.
Timestamp: 2026-05-14 11:29:06+00

Package: libpq5-dbgsym
Source: postgresql-16
Version: 16.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 659
Depends: libpq5 (= 16.14-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libpq5-dbgsym_16.14-1.pgdg+1_arm64.deb
Size: 291932
SHA512: 9de2ffa88c427efefdb448f1ae4d3e54afc0c82020ecc00e4d2db52b69aa57db18c412821b2a656a9daf796f90a99f281d36555096852d82fd219e2016020224
SHA256: e46fa7887dda44454a9b7bfb4ad0abc53eae66ebe6bdf3a8294c0fe6c7f293f2
SHA1: 14f653be1672e851ce5785a0b158f20bd05ca05a
MD5sum: 65a57b69df7fdce4b042d68f46d2309e
Description: debug symbols for libpq5
Build-Ids: 72998a1203b7935d814c11cd9949bcc414dabfa9
Timestamp: 2026-05-14 11:29:06+00

Package: libecpg-compat3
Source: postgresql-17
Version: 17.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libecpg-compat3_17.10-1.pgdg+1_arm64.deb
Size: 20044
SHA512: 4750c200fcb3fe9ce3dcbfc9f2b29c8fb627e7d1c7ca0aa3677ad7c91755d2fe69b9f21db9c911313fa8e2dbc396e505669b6b0df540251ea99f2b44200922c9
SHA256: 867a9174371ebb2e5a0e8e9ca1a3704b1041ebf50e0132656e9dde6a21ea5df0
SHA1: ba7adb702acff5f3dc0ffaa84b58effd0dd342b6
MD5sum: ae08cdb97bfc7de45f9fd0c92ba5ff13
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.
Timestamp: 2026-05-14 11:28:09+00

Package: libecpg-compat3-dbgsym
Source: postgresql-17
Version: 17.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: libecpg-compat3 (= 17.10-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libecpg-compat3-dbgsym_17.10-1.pgdg+1_arm64.deb
Size: 17020
SHA512: da4465dba30060d02a22d04bec7a440260d7ff6c182557adf5494b20a8e80e717ef77856086a94e2817298006d375cb3ca1215155dae0d22c36ecc3d0293f8c0
SHA256: 95b11a3b4a6bcd8f3d432dd47fca118dcbd32a1f831530b903199bc6b369b086
SHA1: a29a203e7e05dd0364d88f6d7cd44daa1f8b8fb2
MD5sum: 660cfb6783de864175c176ac156d6c2b
Description: debug symbols for libecpg-compat3
Build-Ids: 57967b74a69bde7603d59303aa44e1568f8d9c27
Timestamp: 2026-05-14 11:28:09+00

Package: libecpg-dev
Source: postgresql-17
Version: 17.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1702
Depends: libecpg-compat3 (= 17.10-1.pgdg+1), libecpg6 (= 17.10-1.pgdg+1), libpgtypes3 (= 17.10-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libdevel
Filename: pool/17/p/postgresql-17/libecpg-dev_17.10-1.pgdg+1_arm64.deb
Size: 288288
SHA512: d64128302fe712d181830aec0cfbbe7f2659c900886f8d65b46bb3d7efe1c2577e20d87f93f3a5085daa9cce99fc73ac9dad286b1d2ffb59624fda0e02b5bb7c
SHA256: 05bf1ef817987070ab1163ddb6c1b174e6d97f137bbf8da614d9cef9c24f2d19
SHA1: ca113a6b6e00ce86d4cf8ab95dfec0da048633de
MD5sum: e450ad3284ca9be224ef7c8d3cdffc10
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).
Timestamp: 2026-05-14 11:28:09+00

Package: libecpg-dev-dbgsym
Source: postgresql-17
Version: 17.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1305
Depends: libecpg-dev (= 17.10-1.pgdg+1)
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libecpg-dev-dbgsym_17.10-1.pgdg+1_arm64.deb
Size: 253336
SHA512: f0a0901894e3c4d1db1f3d3f46f20f5ce22bfe16d3a6fa21101f5efc80f19f438f390424c78d8696e1d615ab480775977df71412b36fb6d06778d87db50e6510
SHA256: 321ffafed171247c07c78f70ef028e63c09d0cc919e34cb692bcf81980b72b64
SHA1: dcf5252ffe074e8c188d519dc4d0a5e311d65181
MD5sum: f7b4cd3990c08dc8924d606ee428a202
Description: debug symbols for libecpg-dev
Build-Ids: 6e421ce32fe1f0fc91803163a1c1ee6df8eb233a
Timestamp: 2026-05-14 11:28:09+00

Package: libecpg6
Source: postgresql-17
Version: 17.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 280
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libecpg6_17.10-1.pgdg+1_arm64.deb
Size: 62912
SHA512: aca0cc3196369d13360b2f4b0bae890fbf67af67c39c9a802b7c48708f9788ebf0bbf2c6aeb598458f84a1df2bd608d1538d0b8e0b028a05663a8ba1920844bb
SHA256: ce4439f882734a29aceb5a110d1bd3a603165c332bda956b9649795eb0f030cb
SHA1: 0e1c7b75d49d711ed3da49a34c5275221b60ec32
MD5sum: bae5615062e878e10c394bcaf1f0eb25
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.
Timestamp: 2026-05-14 11:28:09+00

Package: libecpg6-dbgsym
Source: postgresql-17
Version: 17.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 228
Depends: libecpg6 (= 17.10-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libecpg6-dbgsym_17.10-1.pgdg+1_arm64.deb
Size: 115804
SHA512: dc5523676f79d6ec32cbd3bfbbee855ba35a1a2365940acb98c0d576d91343acdde81f11ef6b9dfe7a70ea7b19d3dd847d72e3e22c376a6f8f1e073747b0a618
SHA256: 3403a8b5b044038c057d35c08b2fcaa79bc83800f4169b7cce41035e227a2234
SHA1: d30da20394d3b0886b6c92d7306bb88acc4b3865
MD5sum: a57a0eb814e45d5da345494266a22a1d
Description: debug symbols for libecpg6
Build-Ids: 69c672e07a6900b7e62eaa9af966aa6d18188b7f
Timestamp: 2026-05-14 11:28:09+00

Package: libpgtypes3
Source: postgresql-17
Version: 17.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libpgtypes3_17.10-1.pgdg+1_arm64.deb
Size: 46312
SHA512: 502b1f350dc9a953c35c8325d998f157923be2be6446882650be79ec78f2de321d33181016a5eb4a6c4a5ce5aad600ee94602ab2e704c8381cc27b130dee70a3
SHA256: 52d60c2da6534c6e4de93f5f9c9e6eef4e3ff9a763e72fbc3b069dfd7f371bef
SHA1: 3907234fc6300b968accf09356e4254cdf2d7467
MD5sum: 536017cede59c393e0fe884033b20082
Description: shared library libpgtypes for PostgreSQL 17
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:28:09+00

Package: libpgtypes3-dbgsym
Source: postgresql-17
Version: 17.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: libpgtypes3 (= 17.10-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libpgtypes3-dbgsym_17.10-1.pgdg+1_arm64.deb
Size: 89276
SHA512: 19ccc6e133079b7fba81d157c2f593b20e237aba20f5308eef32a3074a4054f81d61b5a74d8e46189bb06abe8a77c982a9dc24e104cb4c062c550e2a3861602b
SHA256: f5f0010f5d9b918b6eb7806661bd92908c11d218b351ce136e8bbcf6670f9a97
SHA1: b2d6acf94962fbfd48a7763ca0da12084f812354
MD5sum: 434775ba579ae55449fdb4b3f74db5a9
Description: debug symbols for libpgtypes3
Build-Ids: 4647355efc5919f3d2ca1f1e2d03aed3a07a13e5
Timestamp: 2026-05-14 11:28:09+00

Package: libpq-dev
Source: postgresql-17
Version: 17.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 625
Depends: libpq5 (= 17.10-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libdevel
Filename: pool/17/p/postgresql-17/libpq-dev_17.10-1.pgdg+1_arm64.deb
Size: 152404
SHA512: f4e23741c87091120662388873553241b50fea497488e43f176da34570a37c6925b8d80c566120af15163de6c313cd7d98f2994ea433d1ad96df62ca9984a140
SHA256: 0f30c71fd3e45dd18bebc8993bf23e8fe56700f41976480d7bec6b0c2292026c
SHA1: 99ad4d9ada29654188ba3a72109d643742813f4f
MD5sum: e441582e8161d4924ed98f3680a1c210
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.
Timestamp: 2026-05-14 11:28:09+00

Package: libpq5
Source: postgresql-17
Version: 17.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1114
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Recommends: ca-certificates
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libpq5_17.10-1.pgdg+1_arm64.deb
Size: 224476
SHA512: dcfb887233ee57545d64e1eaf049ab7642544a34babafdc204456b28bb7141501a3301f9645c747e3f23ca627963435eb277851b591db4700d14d589332fdd6f
SHA256: c29f80f7339b268b2839aca7199ed006959cc6774e1faa19310826857e63310a
SHA1: 173f13db6ee682e6df3c1bf0bc8f23baa2926b97
MD5sum: fcf36f0af8d15223bf656f0887a67ba7
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. SSL certificate validation (the sslrootcert=system connection
 option) requires the ca-certificates package.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:28:09+00

Package: libpq5-dbgsym
Source: postgresql-17
Version: 17.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 675
Depends: libpq5 (= 17.10-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libpq5-dbgsym_17.10-1.pgdg+1_arm64.deb
Size: 299436
SHA512: ad45a4d9f001130e9642f4274b3eb349e3ae0f7b63aa5107c7b690be380e2c510a4797d99307543132ca5bfc8d93c649998fda683964fd1d93a93e47ea848584
SHA256: e277a9c379fdb93e5bc04ff9fb449061cbaf5008b4b899ae126f4986eb3d8b57
SHA1: ce97d8542487f12eff78ab97b572e05bf3b313c4
MD5sum: 5c10178353ae4b22bcaaa06f61ce1114
Description: debug symbols for libpq5
Build-Ids: 00238276fc3e44ce7d2e4fab17265f33e9d767fa
Timestamp: 2026-05-14 11:28:09+00

Package: postgresql-16
Version: 16.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61724
Depends: locales | locales-all, postgresql-client-16, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), libllvm21 (>= 1:21.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 16~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-16-jit-llvm (= 21), postgresql-contrib-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-16_16.14-1.pgdg+1_arm64.deb
Size: 16843132
SHA512: a92ab1f2c1f619c5e7836ca2250ea445e728eddd0a20dfe92b887b2a4355b1fec65ad7b86c6301d65aded20cf20a55a744ae1180d2b9f6650dcbf05302e9286b
SHA256: c32e974d269399dac93fd0edaf086862bcaffa0f841aac348140ba155d449598
SHA1: 585abfda8bc9f214f37a231bc2dfd10022abf5f5
MD5sum: a2b5083f0a1a0dfa32aa4eca2baece7d
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 16.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202307071
Timestamp: 2026-05-14 11:31:00+00

Package: libecpg6
Source: postgresql-18
Version: 18.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 278
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libecpg6_18.4-1.pgdg+1_arm64.deb
Size: 60700
SHA512: 2b7bb9526dc9ef2a97b6c9431c4be5ac5a22e069ca51171e3886837a3c0107af4ffab879d70b4fdb5317dd0dd4f07f9325aabd528e0cf962096c1fe783439b24
SHA256: 48d90fde8475d29d37a13f94e1495e79b3d098cea760ce444a6f546c76387097
SHA1: b7725bba450c00d384314a75a631f6cb660ea32a
MD5sum: 86bbf515cd83b0a2ede9426355a96468
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.
Timestamp: 2026-05-14 11:31:00+00

Package: libecpg6-dbgsym
Source: postgresql-18
Version: 18.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 222
Depends: libecpg6 (= 18.4-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libecpg6-dbgsym_18.4-1.pgdg+1_arm64.deb
Size: 115040
SHA512: b7286250eff8aedd19cc8ecff310b295b2168f6e79dee5fa018229a82cc848f54d80df28e10b127f4323f986fc5131f4212831754942a821586b94a8b576a178
SHA256: f2c475d438247ac2059c7ed15779c31ead046f011e56d32f898b4528c404a5c1
SHA1: c54635ee342911f2f09c7bda64cef6f3bc30a0f8
MD5sum: 88b79866fcb5da92cf303bf00df997fa
Description: debug symbols for libecpg6
Build-Ids: 90bff1c71fb33ec0f851107a0d38b2cfc6b7b3d9
Timestamp: 2026-05-14 11:31:00+00

Package: libecpg-compat3
Source: postgresql-18
Version: 18.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libecpg-compat3_18.4-1.pgdg+1_arm64.deb
Size: 17856
SHA512: 5114621d1df5acab95f057a1e0f8e6a0ca377b5626cce6c9637a29624aa53166f431b9962eccc8e0334b03d2659b6cf19c90f1749d166dcfb2b3f3545de5ebc1
SHA256: d3f99a9c991d0a5def7154145afb80f61a183dc43fcff45ace4a44c8e687df03
SHA1: 7968427337c039af1aa3b8d00f678c0ec6716b83
MD5sum: 7575ea55130d2384687b3dc4b6632b34
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.
Timestamp: 2026-05-14 11:31:00+00

Package: libecpg-compat3-dbgsym
Source: postgresql-18
Version: 18.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: libecpg-compat3 (= 18.4-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libecpg-compat3-dbgsym_18.4-1.pgdg+1_arm64.deb
Size: 17036
SHA512: 26b06dd5cea3756fe76a44ec099cd1f26ad56df3db63779a2d106effe08915b0366629c0209031366afa2299eb0eb2932dbee9c5bd396c44ffd425a8f7ac79c7
SHA256: 0d45b732ef98dbe33b6dfac1ded5d1669560836ed75c76ada0e13a3e71e4ee30
SHA1: bb24d9b8d0ff9779535b5f91b6f067b20bc2e219
MD5sum: 4e51001c7cbc3b8ec94d64679bd8e02b
Description: debug symbols for libecpg-compat3
Build-Ids: 81d1130bff5f0120fe653bcbdb81099de0c1dfdb
Timestamp: 2026-05-14 11:31:00+00

Package: libecpg-dev
Source: postgresql-18
Version: 18.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1570
Depends: libecpg-compat3 (= 18.4-1.pgdg+1), libecpg6 (= 18.4-1.pgdg+1), libpgtypes3 (= 18.4-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-18/libecpg-dev_18.4-1.pgdg+1_arm64.deb
Size: 255272
SHA512: 1849397c035de785b7a2ab78d0810ba422616143699bd2ad6774c7bc3789268ae151ff41e4b1db673ab008c21d0a7af4c06ae9e917032d8cb265ba2da4a6c267
SHA256: 52cc1daee1ec45e85c607415a493a671d8d3ac3db32bc87d0652ff26e8f1b1e8
SHA1: 235823d60c7f6f51a4ecbacda76a9b5b601a65d4
MD5sum: af3e189a19308d1b77bcd68a9b00dc1b
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).
Timestamp: 2026-05-14 11:31:00+00

Package: libecpg-dev-dbgsym
Source: postgresql-18
Version: 18.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1063
Depends: libecpg-dev (= 18.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libecpg-dev-dbgsym_18.4-1.pgdg+1_arm64.deb
Size: 173904
SHA512: 1c734ccd44cd673f4658c0bd817737a4bc1f26a4441d0679e3d05d2b79d9097310247844cb3433f6e8da2aeea4a6b9da8db0648d83cfb1ac6810281e6cd90a8c
SHA256: 17c8e9986ad9569ea929423d5afdfbc4f4a5f193e6ef83eff8cf3c69470935c0
SHA1: 7b86759cf7ecbd49ca79ba938c0a8ec0c08fccf7
MD5sum: 14384f96153ea30aff1a86a5c2dd84a4
Description: debug symbols for libecpg-dev
Build-Ids: 99e6b133fea2e90ac11ca98ea336f3853cd9934b
Timestamp: 2026-05-14 11:31:00+00

Package: libpgtypes3
Source: postgresql-18
Version: 18.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libpgtypes3_18.4-1.pgdg+1_arm64.deb
Size: 44068
SHA512: e8716775e4934c9cc463cbc64ccd16c1d684cc2121444e0edbe77ee96a678f42ced5741bfd6b514252002ef70fdba8df0dee8d6bc8db5ee86163696f553624fc
SHA256: 00502f7eb5f418da41780aa204348069ac64401bf47597868943567a609d937a
SHA1: 33ab8504e1d74d1d9f760ae959fa07b799112851
MD5sum: 4336e3bf9a36899fd7dff7301d6ead78
Description: shared library libpgtypes for PostgreSQL 18
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:00+00

Package: libpgtypes3-dbgsym
Source: postgresql-18
Version: 18.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: libpgtypes3 (= 18.4-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libpgtypes3-dbgsym_18.4-1.pgdg+1_arm64.deb
Size: 89788
SHA512: dbd8bf0e8f97a0227036953618c143384ec095a7471f2fe946e08d90252d6759fceaa8a65edc1d010cc91b52af1cc80488197bb7f9b2bcfaecf537280bce884b
SHA256: ec6ca6b9a8a7e91480d4a360a769233be2c4b643568c87b16eafa97fad0e159f
SHA1: 78a0e59a6783164e314cc43d01511156ea588cc6
MD5sum: a0772d42c065cbe1d211f639dc326c43
Description: debug symbols for libpgtypes3
Build-Ids: 024c7b50e430b086a5883e84ad4af2f50ca88b1e
Timestamp: 2026-05-14 11:31:00+00

Package: libpq5
Source: postgresql-18
Version: 18.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1309
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Recommends: ca-certificates
Suggests: libpq-oauth
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libpq5_18.4-1.pgdg+1_arm64.deb
Size: 252964
SHA512: f8d95d5907fdf8e47d42188d9345210a14577a362097bc676081ae8f3174e136bbd2f3f5adfe2070eeabaaf91739f2f605a44cda2bb2a79a77439904b5ed3555
SHA256: 57616877b3e577f6273d6e1483fa5e79b1d22c11cac4732efc8792b5c3bd7ccb
SHA1: 78ddf206cd78b2317b5e6119e0cb5e152e0e5323
MD5sum: bb61c03633e122e0f3b3cd85ec1369f5
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. SSL certificate validation (the sslrootcert=system connection
 option) requires the ca-certificates package.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:00+00

Package: libpq5-dbgsym
Source: postgresql-18
Version: 18.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 761
Depends: libpq5 (= 18.4-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libpq5-dbgsym_18.4-1.pgdg+1_arm64.deb
Size: 343420
SHA512: 8e68beac73b2edae0fe7ac96bc3b81ab953e5c6a40bd23b363c6d60df0081d627c99c13eb292f7653d763424bbce74631e3fb468f2d82b70adb08ad368c52657
SHA256: d3eca08ce03ed06c1af773cfd59a728accb457b2e85fceb702507d7cc1eecb02
SHA1: fe86f82ad6860461a3b3c3220bd23a0f52574ff3
MD5sum: 3bda23e0c18190509af0c45228d1a8a2
Description: debug symbols for libpq5
Build-Ids: f7bcbfcc41dda5aac79626ba287ab4ae264ca50d
Timestamp: 2026-05-14 11:31:00+00

Package: libpq-dev
Source: postgresql-18
Version: 18.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 706
Depends: libpq5 (= 18.4-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-18
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-18/libpq-dev_18.4-1.pgdg+1_arm64.deb
Size: 166932
SHA512: 7c614b635fd8a0f1da2360a47717cc42e7967ad5d0d32f2fe511063ecbe57a48799004dc901b1a8c6b2c0ab378780924413c0dc8fa2ae3268b377415bbb0663e
SHA256: d0f00a9bedc0f187d542ee690ad84c29950906f38c191e28d3ab8c8208e4fd20
SHA1: f0ef2ce7a0ba2425faa786479f7bb4718d7edf9c
MD5sum: 3b97165b63062d7da2e04c34971968f7
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.
Timestamp: 2026-05-14 11:31:00+00

Package: libpq-oauth
Source: postgresql-18
Version: 18.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: libpq5 (= 18.4-1.pgdg+1), libc6 (>= 2.38), libcurl4t64 (>= 7.16.3)
Provides: libpq-oauth-18
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libpq-oauth_18.4-1.pgdg+1_arm64.deb
Size: 41132
SHA512: a1ebd4f9d0a829f21c991784e620e7ef9cead1105d9c55be8aca90bf98388c5e8e02a4c16c137437eb6a48b9918878ae2999bab6ff7d8eca3701a28b10e2dbf6
SHA256: 0d0772bb3a03a8781e809978513f301e743988c7a801fe17d892a8866b23bd89
SHA1: 33d90252f1923a6a580bf7e7a612a254290e8136
MD5sum: 455f53421e4a0c4c7499eeeaa279632a
Description: PostgreSQL C client library - OAuth flow
 libpq-oauth is an optional module for libpq5 implementing the Device
 Authorization flow for OAuth clients (RFC 8628). It is maintained as
 its own shared library in order to isolate its dependency on libcurl.
 (End users who don't want the Curl dependency can simply choose not
 to install this module.)
 .
 If a connection string allows the use of OAuth, and the server asks
 for it, and a libpq client has not installed its own custom OAuth
 flow, libpq will attempt to delay-load this module using dlopen() and
 the following ABI. Failure to load results in a failed connection.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:00+00

Package: libpq-oauth-dbgsym
Source: postgresql-18
Version: 18.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: libpq-oauth (= 18.4-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libpq-oauth-dbgsym_18.4-1.pgdg+1_arm64.deb
Size: 103972
SHA512: 2389bbeac2a27f4aa7af5ce7df8f8496cb7c9463528f435653cd899af0d5f8eda479a66ca09b3d399d8a60cb758aa7a1d94086eb1350b716e8564c783417cc9f
SHA256: 1ea3837e198831954be423ec26b790a072fd087d12e74c73bbae0d2afb42f960
SHA1: c1d2df830033d9b58a898cbb6b5d2bd740dc5573
MD5sum: 4f718d34882785a5a9c9b44e45d48b14
Description: debug symbols for libpq-oauth
Build-Ids: 674c0b56506a4dbb378085cde4c30d98da89cabd
Timestamp: 2026-05-14 11:31:00+00

Package: pgcopydb
Version: 0.17-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2011
Depends: postgresql-client, libc6 (>= 2.38), libgc1 (>= 1:7.2d), libpq5 (>= 14~~)
Homepage: https://github.com/dimitri/pgcopydb
Priority: optional
Section: database
Filename: pool/main/p/pgcopydb/pgcopydb_0.17-2.pgdg+1_arm64.deb
Size: 740272
SHA512: 43fe0c5a50e1913f60172231d40387ccc77bb47630304b896f9da1ddb2931db421e1ee785c02d7a8acce0a91593b4dc2828e6e31094bcd66a43e3d033893cc9b
SHA256: 7ae075a7e95642cdb2a0ffce6a80fced81a8c98d2f823d5dc77c784b82f55c79
SHA1: 3fb29e36ca0d548bc81a6c966d3c78eae7c14eca
MD5sum: 12c1e4df61b80edac3a26fe71dccbba4
Description: Copy an entire PostgreSQL database from source to target
 This tool copies an entire PostgreSQL database from source to target. It
 implements `pg_dump | pg_restore` on steroids, including advanced concurrency
 tricks to make the operation faster.
Timestamp: 2026-05-14 11:31:00+00

Package: pgcopydb-dbgsym
Source: pgcopydb
Version: 0.17-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4200
Depends: pgcopydb (= 0.17-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgcopydb/pgcopydb-dbgsym_0.17-2.pgdg+1_arm64.deb
Size: 2388720
SHA512: 8e27e1f6d8195c997558479e1d3893cbc99c9dbb4923265bdbe873ddb3eaf533bdd4c2591140a1685828619b75d72752f48677b740d5d51a1f594c6d274d6644
SHA256: 92d6531f6b5e67ce38ed9790d58e0a54f87431dbc8c8eb50b9fa2cc5f2d73f99
SHA1: aac09e3bcf2d2ca8d1d664fc6de3c27df9ac7f0b
MD5sum: fc642d0ce4a11fa8045993856f01aaf2
Description: debug symbols for pgcopydb
Build-Ids: d446d4c94d68b39334bcd8f009d4c4668425e1a7
Timestamp: 2026-05-14 11:31:00+00

Package: pg-statviz
Version: 1.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 817
Depends: fonts-noto-core, fonts-noto-extra, python3-argh, python3-dateutil, python3-matplotlib, python3-numpy, python3-pandas, python3-psycopg, python3:any
Recommends: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/pg-statviz_1.0-1.pgdg+1_all.deb
Size: 543232
SHA512: 0805e2690a087412ed547a6f0b5c551e24fdae265286f721a831bf8476950bce846f4d587ed23ef1d99f8b5720fe1a4134d1f4296bf9246afdbe629d263a3c59
SHA256: 00dd85244d469755e4682420146b2fd1aabd5bb0dcf2cab005a2884a9af24ed6
SHA1: 0d74146dadc45054c3b89a90df4c1ab98e34241d
MD5sum: 816d598acbfec552e765a1615b00d6d3
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the pg_statviz utility.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql
Source: postgresql-common (291.pgdg+1)
Version: 18+291.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27
Depends: postgresql-18, debconf (>= 0.5) | debconf-2.0
Suggests: postgresql-doc
Provides: postgresql-contrib (= 18)
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_18+291.pgdg+1_all.deb
Size: 11080
SHA512: 281dd9af3677f0ed2b1eda0339f97d7623b85d9aa21449f0ce4f21294b236cd9149f5d64310cbf8ae723e54753b657fd88442a70bade62cf8637421f193827ad
SHA256: c3bc6ad1aaee45fd4dd63b019cbb28f15bf6259ddc7ecd639e793597ad712725
SHA1: 64d24b01c5b24204684d4c928a3b750002fe74d0
MD5sum: 0e1c5f28159ccfd4aab66bf08661c8f8
Description: object-relational SQL database (supported version)
 This metapackage always depends on the currently supported PostgreSQL
 database server version. It also offers to automatically upgrade the
 "main" database cluster to the lastest supported major 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.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-10-pldebugger
Source: pldebugger
Version: 1:1.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-10, libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-10-pldebugger_1.10-1.pgdg+1_arm64.deb
Size: 24756
SHA512: 39df696c8ad3b90e9b46f90e477caa6c6ed5d865a4850e91fc6c132032956a01123250c8c19666a8530f0cd2e4c4bd3c48043553dae81000a94231fc123b7bd2
SHA256: d6449a6389f6700a6b654749108630cbafa1182be03a5e3cf354e4a3061ac409
SHA1: bbb68537750fa81bfcc313a88139d0d6cab8d981
MD5sum: 592fe06c3b2d84df3d772c490fe234c9
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-10-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 165
Depends: postgresql-10-pldebugger (= 1:1.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-10-pldebugger-dbgsym_1.10-1.pgdg+1_arm64.deb
Size: 91704
SHA512: 6ddec59109248f013b2695ef8d4dbbdace46c64617ffdcd63fcc130c6d1ef1c5aa935b4169b0fe7e1ffaffa2aa312318b9767d302fa4bf911fdd9ac89f2edc1c
SHA256: ffd1fba966bbd988441ce4d273e8669ad6d2ab39025703f29ed966b277bc8781
SHA1: 1114c19376df47a67bfd41683faa59203428e5c9
MD5sum: 29a1380d140fefc030f998b00ec1b260
Description: debug symbols for postgresql-10-pldebugger
Build-Ids: f302fa1d315484de61985048a50a56d2c196ac1e
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-10-tds-fdw
Source: tds-fdw
Version: 2.0.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 155
Depends: postgresql-10, libc6 (>= 2.38), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-10-tds-fdw_2.0.5-2.pgdg+1_arm64.deb
Size: 34836
SHA512: a430b2171e9e94647cc1ba8abbd2a0648e87c6c46d39948fa2fc555c4e59861dde759514ff4f8da40ceec9c9cefa5d99b97fac5d01b87b731d6f6486623b4885
SHA256: c2df3971fc23316c198f2954bc89e2d6692f57c8a1b9437703e80b02a3573d9e
SHA1: 774f1426d6d2dfc3cb0c898e25b5f6c2edb53830
MD5sum: c3093d27301871262ae28f8e96efb898
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-10-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 217
Depends: postgresql-10-tds-fdw (= 2.0.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-10-tds-fdw-dbgsym_2.0.5-2.pgdg+1_arm64.deb
Size: 118844
SHA512: bd69cf63612cff408d93eef5b2ad226da6071549464b15a1aa798cd37a0bcdc9516d4adba4e4f2707d55ba183b34bf26ad3feb7bf04553b3def7bfb2fa65b972
SHA256: 575bf2e9d2c4b90d3d4ae585a0ff09c8f6d72bccb64d4cb07cb43a9247a391c0
SHA1: c26cf1b15b0bccd0470228bfae4031e81dde1452
MD5sum: d1ca5bcfa17bfe93eecb8ec2e8345366
Description: debug symbols for postgresql-10-tds-fdw
Build-Ids: 515fa18aa4e8219b44dfc48eff9a42238c28986a
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-11-pldebugger
Source: pldebugger
Version: 1:1.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-11, libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-11-pldebugger_1.10-1.pgdg+1_arm64.deb
Size: 24664
SHA512: 74b65fe927ec9017d3b276bac00929670a5b972ac081cfe3daee6e8e469c85b1e32d1e1f7f86b235d26c6210d6f60bd8dc9ede21bb76dc50db151a3c762df54a
SHA256: 5f41c672483cdb48a7ae5ebb08a202186f8e18952c4e97b4db862191a0cc5dd9
SHA1: 101376799298026acf6d5232dd52474d198b8c66
MD5sum: c34a20262e8fc4836c6ae0415add31c4
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-11-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: postgresql-11-pldebugger (= 1:1.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-11-pldebugger-dbgsym_1.10-1.pgdg+1_arm64.deb
Size: 90076
SHA512: 7ac905973d95f5849a30ccdcca04248df6c4c6f6f3d488b4aba70252ceabb58dd86815484f4301cd4967c26940c90ccf509cec1427e60bd308d8d015b98f4a0b
SHA256: 8de40e3c60df86d1dd4b8017814598268638ec616cbb1c42e7dfb4ad7b440d1a
SHA1: d10bb0e208aacd4a584c4b82222fdc1760f8b436
MD5sum: 9f676e6c15eb347379a38213eaaa62c7
Description: debug symbols for postgresql-11-pldebugger
Build-Ids: d99ec70903ff61b196abe673d7093fdb5976365b
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-11-tds-fdw
Source: tds-fdw
Version: 2.0.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 155
Depends: postgresql-11, libc6 (>= 2.38), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-11-tds-fdw_2.0.5-2.pgdg+1_arm64.deb
Size: 34824
SHA512: 1a8d1a0c4f121e9ee7a0d39e4fa4031a1bef827794ca9140d8133b92551622746650a66a39eabe87a0210e45451d40c1607b55a4f2137571b8e250a328fc4a41
SHA256: a17f8258b320caab41fa5712d99893ef3555d8204c357f7908cf7f0b5e525fae
SHA1: a19af118d9103dd83c0306b80f7217669f699fa9
MD5sum: a57daa38f3dec36d162e0833cf51f99b
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-11-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 217
Depends: postgresql-11-tds-fdw (= 2.0.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-11-tds-fdw-dbgsym_2.0.5-2.pgdg+1_arm64.deb
Size: 120492
SHA512: 1fef7dee2317d5060e34fb98b7dc90835f93d0510f35a5b3cb234caeddb079c85a657867d5908385e2eea1e4f25301e3c54bdcf962d83051dec2a97fbca43694
SHA256: 63ef5dc12b0f297b5605a87c2b68ebb528c558650c93376d8b4f3a3f861e51ed
SHA1: 65c48482f803444bfda17c74b4677ee025d6a311
MD5sum: 9101f44176972d6bbc2b11ccd99b97e9
Description: debug symbols for postgresql-11-tds-fdw
Build-Ids: 0648f977c48fb85e01daaa1d3c50c7152e4dc802
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-12-pldebugger
Source: pldebugger
Version: 1:1.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-12, libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-12-pldebugger_1.10-1.pgdg+1_arm64.deb
Size: 24764
SHA512: 3f70a16b550fd6a909683e2430f2c6967ba2218610051bce6204858e0c0160331ada8c9bcf9bc271ee66c6d32feff758a143cf47d8240010f14b2e610500c426
SHA256: 27f51105091ae501dd6de877ae0a47b8af92503579dfe501d9fbe5e0bd3d0417
SHA1: ca69050b99fd29d1dbadb7ef4c5a9156c9485aeb
MD5sum: d2587d3dbc440eeb3b392b4207fc0241
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-12-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: postgresql-12-pldebugger (= 1:1.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-12-pldebugger-dbgsym_1.10-1.pgdg+1_arm64.deb
Size: 92412
SHA512: 75c22af52e9bcd4875e1728556cc0146a90ed96e80c27ccabc88009e7e393c182cbca3db19c8243457d78cdf279ef52520e9ed3297471f3e34cb873aed3c0882
SHA256: 564dad7dbafaee239f9f84193541db3173e2f3a3b1172196cfa4f0b47ce163e3
SHA1: c6cc7431cc82b2ca39ae51596a4a499bf661ca1a
MD5sum: 97645debadeb9dffc6a1053450721fa9
Description: debug symbols for postgresql-12-pldebugger
Build-Ids: ef69188304f940fe24af0e8a130ea20c4bf5cf3d
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-12-tds-fdw
Source: tds-fdw
Version: 2.0.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 155
Depends: postgresql-12, libc6 (>= 2.38), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-12-tds-fdw_2.0.5-2.pgdg+1_arm64.deb
Size: 34652
SHA512: 823771c76fb1a4afb2063755f2b4dec60f18eefc24d1198f2dbdad089e7e3778bf2ce398af35eea0017de8577a51711278fe942ed82cbd4654cba2cbb6c3e14c
SHA256: e4d785a2ce00202ad2af705a57d18af2b4b0fe93ef3eecbd789e984a00dbc38a
SHA1: f4e1bbf78709aab30ee9d292d3281f19d1bbb08f
MD5sum: ddb2060ecb4cc9d624378774359c4d09
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-12-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 225
Depends: postgresql-12-tds-fdw (= 2.0.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-12-tds-fdw-dbgsym_2.0.5-2.pgdg+1_arm64.deb
Size: 128236
SHA512: 726ec8ab616f65b2ddf7771da9be90efff75095547b5f7541e9ee1e1471d65aca227ec5d9d5d6a6321fb62ee8752e972aa45fe2d0c1d9a595467b94162664e97
SHA256: 11a36949587ce1107ea8c8fffa99b56e753dfe3918027f5460204d5571faf2dc
SHA1: 17dd900c169bc1cd599149730f0c05b7fb55f843
MD5sum: 4342fe2c13d93ccefa5d5089a3c488ff
Description: debug symbols for postgresql-12-tds-fdw
Build-Ids: ea5781d30861a6b598b3c686fc3c03a6286b96f7
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-13-pldebugger
Source: pldebugger
Version: 1:1.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-13, libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-13-pldebugger_1.10-1.pgdg+1_arm64.deb
Size: 24736
SHA512: 83c9022c1dea29a66b02ca168db1d54a7d25d79e694b5fa7391aa486ce0027ff72c781d81a7d9adcb4ec95965ed38b5a63d78132c5c135aa2c8e9e489a5b15c0
SHA256: 808e8c98f0e9dba78a1a0f634ec7ed9a5d99e9ab32e652f1cba527de7120cb21
SHA1: 895bbdc55d204b6717b41520d7bde2fa88d9312f
MD5sum: 297a9cf30e907493be1c9c487738d5da
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-13-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: postgresql-13-pldebugger (= 1:1.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-13-pldebugger-dbgsym_1.10-1.pgdg+1_arm64.deb
Size: 93080
SHA512: b477cb468c92aef5211f84b361cbd520efcfccf1e3fd4e55b0fb3071d4db38d34f42352e94ab5470a0a532eb1d640956e1670ce3fccbe0df5e4085a16ebcb99d
SHA256: 06799536330a83d955a5516f7470e21f351694afcbc7fb0b2fd598abe29df2a6
SHA1: d6e118f63f86fc93ddf7284574f5db26d717386e
MD5sum: 485bb6074205b81549833a4f657163d6
Description: debug symbols for postgresql-13-pldebugger
Build-Ids: b5823cc5700c523a66ac6d98d211eb2f867f133a
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-13-statviz
Source: pg-statviz
Version: 1.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-13
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-13-statviz_1.0-1.pgdg+1_all.deb
Size: 12924
SHA512: fbc604ada87c144efbfb42035e6f2258a38f545c2c1700c4284add810426113e0223e17243bf7ee52fe78fb67410b4efa97ee5ec9b36eb0eb310d2941e713959
SHA256: e0893cbeb38213c450d700bc113c141724082be6b390068f14e1757ecf819014
SHA1: 7d2ed94a7c83916e30c4c7f5e80a3fb9e46e0567
MD5sum: 2c201098e8808d99569979e0d365441d
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-13-tds-fdw
Source: tds-fdw
Version: 2.0.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 155
Depends: postgresql-13, libc6 (>= 2.38), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-13-tds-fdw_2.0.5-2.pgdg+1_arm64.deb
Size: 35472
SHA512: 71b1a269d450252bedf4fcc601caca7815b0d89aa7b21f4bd636523ff947c10d95d7dcd04afa1b29c562393c39bfd004357e4a8c503dc58ed949ff97b0860499
SHA256: 4909d174021b8a58ffa2c79a2a821a866b11f2b208f62cb8591fd372f389f87b
SHA1: 7d12587a68539f18ed134ca42c19b991ba9e4189
MD5sum: c99d109194a5736d56a0889ca6be8b1e
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-13-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 235
Depends: postgresql-13-tds-fdw (= 2.0.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-13-tds-fdw-dbgsym_2.0.5-2.pgdg+1_arm64.deb
Size: 135984
SHA512: 5918dd1794c350d602f8bb376054f40d31461420b5b14754220859b8bbb85fa36c6f707ae726371996a19f09239943b1171a52e00517b7b2eb093e046cbbbc76
SHA256: d97a795ddefe3560abd7db00e9170249f1d861081bada14811245ddbaac67ef0
SHA1: 03b4724f8fba83df27986512836ff36b7f8b21f6
MD5sum: 2d65bfd3e9e8d67a4121a35495280a27
Description: debug symbols for postgresql-13-tds-fdw
Build-Ids: 7428e7530b07bf4aea8ff54ca306df30bc1a39a6
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-14
Version: 14.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54047
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 229~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), libllvm21 (>= 1:21.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-14-jit-llvm (= 21), postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-14_14.23-1.pgdg+1_arm64.deb
Size: 15483064
SHA512: 4c7b37d726db824a134cd335a475bc69ad3fcc6590886b7c3564b758ce5cf5d6d86748aac8ce9f5729147d0c24ac3a77b829e9b4799b781467583664eab71bb8
SHA256: 1242e4c95b3502eb95f71cfed1100160ad0c4cec380a0194d2c394e906f27aa3
SHA1: 21fa004061812cf403731200d33d01f6294505a6
MD5sum: 6292b10979a66bd0bb4703cf2a52e14a
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 14.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202107181
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-14-dbgsym
Source: postgresql-14
Version: 14.23-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33594
Depends: postgresql-14 (= 14.23-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-14-dbgsym_14.23-1.pgdg+1_arm64.deb
Size: 17279912
SHA512: f881e55952247036f8c481624ba481ba6b97f605ab275201e0d8618639b9355ae1ca6f179ed980b1de1135003134837949c022f8fba4000949794ce4c6b55e86
SHA256: 1225d917dfcca42f41a4422f81f630997f6ebea0fd7208097c22d1d9b6ab1303
SHA1: 29c09ca9cb969588655347a47342b18eadc0866e
MD5sum: 6a79f8b3c6a6e1dac79f0b4ce0cb88bf
Description: debug symbols for postgresql-14
Build-Ids: 00e940dded590602f34f2563b8a5b8e96999feff 03d4064a0dca90d9ece1e43ce0065e39b83000d6 04ca72b556a6598268c23f3644e46f10e1113552 0860faf4834f0e06172b7539fcf4f99a1f062e43 0a1cd260f56e7a55dda91a7fe2ed4c800bebda5b 0c4b3b323eec71f0ab91cd07b462a08caa047fd1 0df3fc0c931acead5dc7f5ffdd4c66293e1e7799 0e0f727eed56901d4c8715a7ba7b891be20a518d 12e1d25ee0b837b2849eaee6fb3ed7ba5a63b084 13c8b1b0ac954af56f37507eca1b87f49c05da2e 14396d31f9417364274928827bc8de38b70a9d8a 146848a8e4a8ab550ee5153b8bfc1f643bf9dca9 1563b5beaa4b5ec1da7917941b1070f36863c9f2 189796e22c599986f4bd53c438fcc57d085e7629 1b2d145272b7a24b2aa4b7e27829a17de5265cda 1dd57f753abf10f273331f43e41d4a32d5a9c197 20f4f7499a01642ff23589f3d4334eeb8881fb06 217af3aedae6f11fc01e5ebbed0a2125dfae850a 240bbb0d6bfab273bf61b2adbc09991ad41b96f3 2499389ae5f4edc17853905665642e217f41cf19 265acd7162617ce7f31c2d981365aa2aae4e9dc5 26cc91dbd5bb34395f0029f7acd858ef594195df 2bf9fbd9dfa6464c2c0a0805de5b1561665c5199 2cb7c5c27637cfba04417c9039dce79aca12dbb2 31e000095ee487f2092a0b4aea643aefbeccbf31 372c0813c018687ff1b4314ec518a3915afa851c 37d64985f1ea8f92d5a4da9517ccd0c697c0bef8 38145ac0cb6243b35f196d7ec2dcbc7c15d7167a 39f1a19992cd3b2ced5e1aed2ff673f3fc347bce 3c1033248fffed3107001985f0fe68297f4b87a3 3c7ca5a7a5f2f1e176fbb43745b2220c94028e2d 400590c2d5c2d2b3f9290544bc3c0e4020537ef0 410b1fcf991782c316e81da316e3e12ea16f2bcd 425e283dc039f9a9f43a11049d6e47a9bed13a57 4ceea06fed9472f0b23ae83f8687619cff10a1e5 53109d7772a26e246a8fdf5077fb15ff57dde2bb 53a914fd1cf516bc1d2753753c7600027c51ba8c 58e5928a48d08264e40165cc18040dca4cda7da7 5e0dc4c9cad98ccc0367e5614b8a86faeb4e262d 653f5b9ab62f237da28afa44bc63527aa3ed4cff 65af310e1ad827c3d18bd51b64c8ea88562d720b 6691552c9939309a5daf68d05eb4353894c4f60f 669c1c3e31a8764f9810a5f7ac2ac841e01721db 6a3b34800523653bc86f348e022db25df977322c 6cfbf11376bebfe3d26bb2e6d98a73e6c5b3c9d7 72bf89c0447808b0c6b09f71297deab9d02e509b 78c0956d6f329724a3031fa4022cb3193703cb7f 7b0f9439cc7416e316bef5aaeab5552d593cb916 8468d1e6794f49acb9a9426356d59d760176fd36 866de20960d8bbfdc6bbbe66e7b17f44872673a2 8a39f8d244eb6a29100c4543f729e96bce11b3e8 8d520122a16e8f5f8a8163e5e105b65b468dbecb 909779294d4c9a512d5aea41d6f9d576662bacdf 95644fb18787fb8979f07f826298712900803fdb 96765654fe594f78dff87eb5e8fba48208689d33 9d5dbd733fbbd6789759f3ab73bb44449dcdc37e a3ad78bdda98f836ee3478e9227209fb55c06d3c a76f195c0628da77777f4981aca19a4eb0a34c66 aa2d377c9206e400fa54e6fa4c7079ec15e92036 aa7f67a7dd3b8b09b8d7d1959f3651c0139ba760 b5339c41967faedc1a4a8340039363c7496757fd b667537ad294e0e13e605714ee51535a2bd28671 b71f0c27a22629af3ba214e4c206c86f7ea57ed5 c76e17948a8b07a4d708d40a8d03dba2b8e609b3 c970409064207d8c1c7cb898f36c0d1d5a2c73ab ca901db8597c7b7c781be55cf1bd2e7d0c87c13c ca9b66a21119dcd4d464d4b557e1bd951de6a657 cb4dfb22a708e5960dfb62ed357e72b368ed4d02 cf4e38176d05f29f5b133998b3e508b99f4926ff d53bcd4e9ddefd314e08161520539e5589cd5f04 d5beb89bd01cb7bcae2cb78e756c90980672e34e d68b1c88266813c87f824efffa9487f340de33c8 d6c916542b29d4afce85a412fa623f8ce639ffa7 dc321a03bdcb33ed088ca1ea1188af6f35b80be9 dedef12d2ef2f0633dda4a601323b6f58649dbff df3e05d8f742affecac30a5b90b7931d8781da12 dfba74ed6aae7a2a4d7e3a201bc1eff2d6a40b7d e13b937948f8577cdcb8112d8aae542a060c34af e3baa5d9e706361f44381ba384a7856b486feade e74ce292a04e6222802ba69177a2af99fc3547e7 e8761461d6c97a254cd9141b31a6e9bfab4ff6c9 e9557c71081a8819a1452334ce55d6e3b91aa8ae eabf6692070ac6e148ab41629a071a8c97296500 ecedd77eeeb7f6d1af38d03bedf1c8292b9cda41 eddf3d87bf6e9c8dc7d9dd3f582f05aabef496b0 ef045fa09e3ad27682389a230fa68ae4b0f08cac f057ec593cdfcdcf1b666b235094e216e5844a03 f127d20f555b5769e92428e75a3401c705054f85 f2eaba7cb47a4185f816de37ee66739e0f08bb19 f65e66a412f4832176ff403114ca99910520818e f6ac500fa61efbdbaa7d0ffd8bd6c760e0721c2e fac61a82f71b9fdf233dbbe219c7e7b0637405d4 fc1108a7697c58d79385238c249bba07064b5fa4
Postgresql-Catversion: 202107181
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-14-pldebugger
Source: pldebugger
Version: 1:1.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 207
Depends: postgresql-14, libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-14-pldebugger_1.10-1.pgdg+1_arm64.deb
Size: 72312
SHA512: ee891b8b363c9727163b52699857bbe17d4d4f79d2e41e5c0208213ccc836de93b5f698ef00350c7ad3bc6ea21587725d0f40dc7b346a9de42212b390ebf4702
SHA256: b09cc0db260808326586e7c1fef4d506b2cb507952051e5bebd8ef1683bcbce2
SHA1: 08761534781080e5be4de00c8629d5316f4e9287
MD5sum: 6452a3ce647b6a90eb44c740db3b311c
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-14-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: postgresql-14-pldebugger (= 1:1.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-14-pldebugger-dbgsym_1.10-1.pgdg+1_arm64.deb
Size: 94344
SHA512: e28865102c2e3aa9981d88af4f06a5f8d90f54edc51e1a9ebda131ccab011f259dfd2c668f4facf59f2baae4eee2241301c5e6ded54f022df833348ebae12647
SHA256: e11d6410b0d59379e16405033e1251720e57774733480cb1e4507030127df25f
SHA1: 94343e6badef5a76cf759693b1d7d83f8ce78391
MD5sum: 2c1b113844e2c7b7b10342f1a317b7a1
Description: debug symbols for postgresql-14-pldebugger
Build-Ids: 40e4b0223e11ae283f82a1b98a2407565eef01fc
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-14-statviz
Source: pg-statviz
Version: 1.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-14
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-14-statviz_1.0-1.pgdg+1_all.deb
Size: 12916
SHA512: ff39297cc8fb3c7a18b0b63a2e807e12d280d7f9186876c1c58433049e24fc9ba9a1c8643fc5bf3b3d302e5f592a5b15ccfec88993be24486d5d84606bc0f7a7
SHA256: a2c2e039baa5300110265b1f81c4ea601428f4b2b7bf3bb669408a4d9eeca3cd
SHA1: af51e020a1c88e72470e3fc76ed2d1acb0fdd3d3
MD5sum: eda8d5514e20c763062f149aa4036f72
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-14-tds-fdw
Source: tds-fdw
Version: 2.0.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 306
Depends: postgresql-14, libc6 (>= 2.38), libsybdb5 (>= 0.91)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-14-tds-fdw_2.0.5-2.pgdg+1_arm64.deb
Size: 114828
SHA512: ebc98279dd668dddaeabfb54d9cf86a1e23be8f3cab6b486ce03cc9637d0770559ab68928137769a77b6225c2be5c1df39f41f2bf9e9020825855a021559ce9e
SHA256: 3297f8ad8ed99f34af5924aa96f77460ea329a28541b6936fc337b9914c60979
SHA1: 9d9b4335131b0cff20a22a1de1242b9905be1124
MD5sum: 5e4f5d0956c97bff705c7cffd2611c9a
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-14-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 237
Depends: postgresql-14-tds-fdw (= 2.0.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-14-tds-fdw-dbgsym_2.0.5-2.pgdg+1_arm64.deb
Size: 138328
SHA512: 1acc5491180d159340fd736c6f63dbc162a3090c0caff4b6fa5780df286285df3b7ef2ca0faf8c4496f1130c19087497cab76d8db788aaefd0ac3c7dacfe0e5b
SHA256: 018cfc9b78bd9291a6ff434948c1fa619b25b7c7e10b2ab58844f958a44a86c9
SHA1: b4d0937530952fba872804cd942393c9fd2a7f51
MD5sum: 5502df20ea8a5cb257e296a70e46ebce
Description: debug symbols for postgresql-14-tds-fdw
Build-Ids: 8a0b433078340743f098e4843c451d1527e45de8
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-15
Version: 15.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57096
Depends: locales | locales-all, postgresql-client-15, postgresql-common (>= 241~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), libllvm21 (>= 1:21.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-15-jit-llvm (= 21), postgresql-contrib-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-15_15.18-1.pgdg+1_arm64.deb
Size: 15972380
SHA512: a1c6f7107865cb02c250ef64a9b1beeb08733f25c9786ea111ff50954bf1fca4cc46e8de3d6c494aef7ebb5c5279f84287dbecdc25069c2e40205cbb69405fe6
SHA256: 53ba6300d36e5e9b7bb1f0c141a9abc2dcb556be45614ed664b37c8638336768
SHA1: ebe36090c4a1a9e504ecc092955213ecc0551653
MD5sum: 16582633e85faa0d1c03e68d9cc3c546
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 15.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202209061
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-15-dbgsym
Source: postgresql-15
Version: 15.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34636
Depends: postgresql-15 (= 15.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-15-dbgsym_15.18-1.pgdg+1_arm64.deb
Size: 17899796
SHA512: b2037a033a94f8508fb603ad0e27ebf108089140c85803bf4f96d24748084c4a3e5039e7126b66b20ec5bc30229eca3ed8e2889ffd52b7bd5f8e1b31c187244e
SHA256: 7b4ba208cac3b1e75672267c0975b75f62e24c42e6112cbb743e8000a28dbbbb
SHA1: 62553f903368bf5656e1605ced9127dcbb1de7ff
MD5sum: c7e279ba061f72e3d5adc5426ab55b4e
Description: debug symbols for postgresql-15
Build-Ids: 00c3c00de59c8a2d5cbbffe705087ed291154bbe 07ad153e9703dafe697014e508c804708cc0dd22 0a37b5b784761eb6408d211de27b05d3db683d3b 0a68cca80a72fedb41d008fae037b845ab442c24 0b941af59e8f625ee66f8fca12baaf07c3c0641a 0d3e080762f54d2c0b2b56c4b54a643cd8c57426 0f9760954f1dcdff8797773998ec5e5b95644cdb 1847928981ce1b97bb725bfb0cb1fdaa06cf588f 1a1625772530ea64b0b0cf11a92d6d5400e777f9 1a7d4bea83540b037f4740d8aa4aeebee58704d6 1ae7a636e92a45b5d74faed98933a3beec4a408c 1de0696032519738dbf3cca1b5f71d39826ce66b 1f9d71e818c4a6109438ef382bc522c2e33d69ec 200930d1e7a0f4a1bdd4046e5135e055bd30f373 23dd700d127284f5658e4e6a2dbd17a80314eeab 24b99fcfea025750fdfc50d405b7497fc8a1565d 2fef265dbaccff30e9a32b4692f840215017b919 3069f88acdb7b80a9562d1571b1ffce38530f265 365f93f1da4f1c502dcd9a5ee086441229cbf550 37e7b9e918c104075d3867742475817cd6155ca5 3d1e6f42b2f6016a385014c37d40ae074b81371e 48b3b6fe00cb0ea51156f76ab9044eccd4f36f46 4dbbe05746f67bab1b1941350bf88845dd46e93f 500f79b9e716c82732ba104e749e30b80602a187 580e7d246f8fa4f210c52e0448534f160e30b5e9 5fd6e93c6125175b8983cd364a1398bd3fab8845 622b6d115eac19a93e7829704515a0f1211f9448 6315be99d860652089397ee67093bbc8dd323a65 65ad53bdbc390384808d2c86895b92bd0dabb518 68608a0c9303ceb003f58016c56273fa8597c4a5 6bd1b4559414dd3838fb52e54b589d6cb9b61a83 6d69820071f62a4f22f7acfb86fbd59c10ec7689 6e3084a268338fb3db53b76a1d41dc5e878147b0 6e8359e8956935b0b1014c61bef47e85d41bc874 704913396c14bb21749832346b3868eae28e6414 71c83e66d4e6b8e07b7a44c1fbfb40e2d44cb025 72f70915879061dca33ab5bffdfa7d372b5088e0 768479060ea778751d896fe3daa6fbf766786880 79de6a30052e0d89467c62c0c8ce15e2da54c602 7a1a7a4a63c30890a56c730eb8d7e5cac9ef7a22 7c554d524350505305a79f4df8e4e9311b87e0dc 7cc738ecc1215dbdd5cecf0b46e0ed828b25e0bc 80de0fcad84317a1b677a21a06c7ae9e8b6bef75 860b1e735737bf6033709be7a901540ccc60f4bb 86cbdfad4a6e0d786b937bd5e71ebb5f8f2b99a4 8fe89a160bcfdb11c88bad667c43336ba76921e0 92467fe0efee461786b4f42560fcded1e8613786 95d608e6029fb0dbebf2eab008e1b3a4cccd30f0 9b63e446ed8dabab9c99ebbf40dce7a4accd808e 9be28d5afe190d003cb6c7c600c14724f88d0815 a24ce2d10cc7d9c88ed61ba8da8109ce9b691093 a62ab7bef2bb51ee3d7ead6ba414c036a487619d ad277761ec8804c156435482163ff9dd86bff789 ae3e7c584f6afab1bc0070a4992001fcf17cdbfd af735601b13aaff47e7ab3d6250491035be5084e b0316faf4826bedd159cd35a836cf4bd7ea4831e b14d676a52ffe9d9d6d82dfa0a0df1aad091aa4c b3d3d604b40392d64edf0ab1ca5ee54b3a31b5cf bbbd789cd8015ffe8dfd20d07c81bc57d58e409e bc491379be98ac8edf73031240d10a09e67b95dc bf7a8fd7bd952f52f4e73e260c0bc271ad3e491f c04044cc594c7c2aa657678973887d9cfe81d86d c06a9bfb6e2701f6a1bf25f1219536666ff8423c c0ed7cc55ea3e84e2c4ea2bd90214ddcc0b94fbb c2e10b0d918a74b32518c530267e9c05179499a3 c891a29c775dab2ffbd2683feca29c0d11886edb ca98cfad9a1709a008d5fe24d898cb216816b1b3 d018b339cc77acf8ac9f0d7d4b563efde738e787 d0978fd62fa9b4b04ac1e5f0258363b45880e881 d0ae42a9a1eb71bd09b6fe917b11af338e9b388f d1dcec960ab19761afaca6e68096c7ff73ead659 d65def2ec3689d1c878998b3eaebc8b1f9078a7f d6b18fa5e769ee8b39ac5a08585c2efa850b5938 d79c6116e3f24fff500af648a78a32be23ed942d d892004fbee6b7dd14d557f2ad3b594d45d13319 dde03576bef7c7d23aa5b0377edc7efb769079f9 de10c345aa997d26e38b1f75c01658729ab79bf9 e14a0d6f68857eccac3c59e21f8105bf9cac63fd e16000294aafc0630ef449be412d0120350064d1 e9add559cd52ae02a896ad3748735ec1ea723304 eaf042711290060beba25af1c1654cf565f157bc ec86037f2b7effd9a7e105095c8f6339d85ccf61 ef36fa12f928685cf6ed6193c18a1d98bff7ad7f ef899079094d083bdc8e1e28dd81370fd3e3a1ff f06ba9950f2a07bee530d378c739580952258b10 f1d0a5370d069a4e0be9b3d5b0dc65b308646aa1 f24b5c404a8d697c033cc9831b63ea7c3f0bc53c f2a77bf120b415fa92c259f81e4d6ab727d6f3a0 f2bc6fce88898b7a30701ed004e936fabdb533c7 f2c4cb5ee8bd7f1ced9cf1ad91421ab819cf7695 f5887b9de2c236ca21d9502b5e72925d01441104 f773023d0a96f8336aa3959833651e2e4c9f9a2e f79f871804b503ed6484e774b23629e1faf7e312 fc47642a1989755295aaab1815a87fa1be3b108d fca2c2f84b30f3b57ec2c09e5e57bb76887b6103 ff7a52539855a4fee0d1205609a37e44998cfcd3
Postgresql-Catversion: 202209061
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-15-pldebugger
Source: pldebugger
Version: 1:1.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 207
Depends: postgresql-15, libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-15-pldebugger_1.10-1.pgdg+1_arm64.deb
Size: 72404
SHA512: ba50cbd5cb6cd0235767bce0919158004719541d87f62a3b1eecaa68f3e9443a1a8162487fb3a0918175e0ab9ba61bbfee54f4637b1fbc035a742ebfadac4d0c
SHA256: deef7b94344190f98c5f6c0c3b7fd8ac7dd53971c8200f7a4cbd0f8aed069cd0
SHA1: f3e5e1207512d0aad19d71d4c15c54e29de9016b
MD5sum: c346d3017d3a0398984ece344f4155cc
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-15-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: postgresql-15-pldebugger (= 1:1.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-15-pldebugger-dbgsym_1.10-1.pgdg+1_arm64.deb
Size: 102784
SHA512: 5dba287fa7222f3801fbefa576cdc159d9254cd1ed22609f4e8a8aa0356e729b22da7e78e38a49ba49cde69632ff0a32fcad04179d376f5a83ad127121ee99be
SHA256: c6468fc0f0eeeccb0f14ac27d91c5bd7ee45def98d73a8c5da5d146f5d2d624c
SHA1: 3134ac6bcd99c55d2986d8c69e8867232f50f9c0
MD5sum: a0e6d710f7863280fd5b008571251422
Description: debug symbols for postgresql-15-pldebugger
Build-Ids: 27e0e6b3872df5b9c83de3b45692f5c536325cd2
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-15-statviz
Source: pg-statviz
Version: 1.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-15
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-15-statviz_1.0-1.pgdg+1_all.deb
Size: 12920
SHA512: 612e108b6a308a4afa2b9736a4761e2d5fbb21231089318b6eaa16d3d474ec6e6134e433e5e7d44a9744d2b43d4cdd2b48ab27ca0b30bf26463da02ddacf16a9
SHA256: b4bb8d1dfcfae978c83e4037b63889b76946370424e16505cbfbafb6a659bf6b
SHA1: 7f8da41abb94e5855073ccf1f8521e04bed181d2
MD5sum: cbe3275cdc3387af48d30c7d86b237d8
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-15-tds-fdw
Source: tds-fdw
Version: 2.0.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 306
Depends: postgresql-15, libc6 (>= 2.38), libsybdb5 (>= 0.91)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-15-tds-fdw_2.0.5-2.pgdg+1_arm64.deb
Size: 114996
SHA512: ed8d8a4a63e54dbf038d1870181b25c7004cbda2e9224e4419287d3e9f960c3cef6e82008177a74792ef59af05b21a9c644f8cb92dc27d7955f528a5116dcf9a
SHA256: bff36128ad3fe484b3627da63a10a1e91dd9517d093f40f224564aad6518b710
SHA1: 023ea5b8fa8e3c0d799af146958742257b162ac6
MD5sum: 25366729e08b218f49ed6b5add3ca54f
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-15-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 238
Depends: postgresql-15-tds-fdw (= 2.0.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-15-tds-fdw-dbgsym_2.0.5-2.pgdg+1_arm64.deb
Size: 139264
SHA512: b8eb3dd1b101aff45871386934a1bf923bfadcdd86cb998fa67920c67f95a9105a149e5dad12debfae9071079f44e4b296f3db487cfa2b53ee31ab3dca470bec
SHA256: bd56061ccbe9cb211dcb30a6654698b51e288772f0970478b7738a0faadd0344
SHA1: 09a1a2195d087dc567c5bd07e4063dea6755b72c
MD5sum: a660685819a2f400001eef930348a937
Description: debug symbols for postgresql-15-tds-fdw
Build-Ids: b24d31ef4f090e16b883843d46eff973197fbe3d
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.27.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15962
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.27.0+dfsg-1.pgdg+1_arm64.deb
Size: 422408
SHA512: cebd139849bd5821808f994e98e863d6a105e237cd378cb1ba0e8944f220b91cc871759449ca3e02e32fc6aafdc14747470e476de571a2f3aa6edb027ce23697
SHA256: 9f7520e888ca238f90c136a1056f39202e46fe6ab59cfe250f30cbe3ab41d3ad
SHA1: 071325cd6e72f444fe4afce0b6a4f3f197d6ea3f
MD5sum: cf01690672c79a5427d64b1c9f80fdb7
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-15-timescaledb-dbgsym
Source: timescaledb
Version: 2.27.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2179
Depends: postgresql-15-timescaledb (= 2.27.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.27.0+dfsg-1.pgdg+1_arm64.deb
Size: 1206884
SHA512: 624fdbb792942c9a1f6aa592bb75dab9dd8ec60c63b6bcc386850050d84d029c87c8fa8879e9d5feab2008317b6345caeb998588bf5b8ed38b7943cf87f4febe
SHA256: 3146c227ad6977216da95d5829a94396e921a6c51e8b7ea86089d846d3e8177a
SHA1: 461691f5c6047a394abeac97ea439a932b5a9375
MD5sum: b7d82692d045367ffaf98e30eed62844
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: 8b39063f867343d4aadfcc0aec8965b2feae63ea de943a563641edb42334b0de88bb675818ee16a3
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-16-dbgsym
Source: postgresql-16
Version: 16.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36712
Depends: postgresql-16 (= 16.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-16-dbgsym_16.14-1.pgdg+1_arm64.deb
Size: 19411892
SHA512: 5d6fe0b9cac0f213e4152a631410af9ec2d8972304f4b62eca3db304b8788f668e9bf814222fa758dadadc0f747422223232f5ae30daf8d7abfc4ec955e4ac00
SHA256: 704823e08b97a3d1fb95736f64b14e4c09457ebc25302a9fcac40eecdc4209b1
SHA1: 20d0c937063e085df4aa01cfe8475f321325e01f
MD5sum: b2689bb2542ff5665dcbc126a30bb60b
Description: debug symbols for postgresql-16
Build-Ids: 008d9dd227066e816a1e903a90f572189bcb8332 03a2e4db688187840bfebd140a56b631bb5a0f1b 0eda8dc7a96e25654d2851a6e254fe5f5d7cf280 18fdb1ec1916ddb0a3757a8874f8977357976e1a 1931435d00d67fdb15c4215e41badd393dd4f62a 2aae50b45adc1281b4ea9f7f670b7207c8933e9c 2c6f4a26ffe203f856dc4b01df13f294513dd734 2e8b5c93e30e006a9bf1b5055cac25cb39c9b2f6 3221e1e2f5c6c3ebad34b3cd85618b764756e0ae 34acf5ff9c4301e0c041d574f89a1b95bab451f8 34c6fee2bb3802d9f201cfdd2d892e1c035ff8d5 3669270cc7073bdbc07d8abb1dd1a4b8a912e30a 3c5eabc22ac7815c490d0c06310d018b02a0fa78 40a1f58a3b819162290f20c1267bc0981cce66bd 447b1089bd60c61e61b24684db1beed0f48319f3 467d2bc2cf307588d3aa662c349333801e118488 496f517e6b444407cafdf30245d125ae91766534 49e3867fbf1ffe25a1621de9b49cd089662177b1 4d08eab5169688b189ff5754726ae55239985547 4d83dc9f177a11c23396aa12713e8f9db4270082 4dbf7de212122672193deb1665d67688052d3491 4fc963b59ec860991425694c23ca0644b2390e11 52ae273b3d0ad6917b651c2f6465c37d18f17b92 52dc9cc621a3c18f1cf29a2a362312bb821d4445 54146d7622d24469c4829512dcf082bc154804db 548dbfa2f891593343f1086263cec9fe687abd8f 559d8f86b0542f32fa27415b740346a0c62ca54d 55cc2c68a8bc9d6f77cfdb2c4813f3e5c9ac54f3 56182646c58d318b910d0b7f4ba1cec1cbe0e443 56649c76654eeedc442e4545961eed82f9547719 5721e810501be75068bd319049b938b1285707a1 57efa973e48b56045a5602b5d793fae6996ad6c1 5ffe43fa936a6cd98f9b2c563444b65cd07b755f 601c6fd9884186f081145ef1a9656427ebb5cdc7 664c1f31803739512fe21f3333094ef2a4b69699 665d38a4506e5cf8dfd0f7ad1c7b7c362a202287 68de753d2c49d8cf079e57122378b28255595257 6e6ce98853215f80ef27e2faa7aa7ae08e9be110 760c4413dc6b35a70b128e98a5bd858722144161 766bd7a130fbce4f7002628dbc352ce1dc59be5d 76d4b2e673f013e1d6b939749d77c729bc8ff1c3 791d40d22af5a2c914538741f4d8833abc47a059 79efc3290332245d3d2310c0752644de6c8cda66 79f8f40706969cdc9f1d827922ac511186e6ebdb 7d752eb5d507c8b253c9a963b99359c083fe025e 7f91f177ae2b3cbdc5cf4e70dbeedccd75e221ea 8057877cde38a6be77e3b650b869b60804b2fa8d 819124eb867c9370f233b71507752db26158d035 83192572831edc32be8667ced5da16715945efe5 8596678e3f12a5a7267c0b0fe29c68c62046c9aa 8e9c2b8bc101c7aed1ce2d42de24531658d29e59 8eb9c95e27bae84207728cd283ba871f9217fc54 9a38055a0e027b2496a82c877cec23b19a8dd1d4 a0e6a8d842d3937a8d370366df005244ac188b5e a10989805a665c471aa5918697c9d8e413f0c2ca a195f88b08424dfc7365f40b985e0ea29a9588f9 ae3416607a31272ad5fec41d6feef134aa4ab2c0 af761ba40e6ddb9408c32d8533f7dcbe39fda707 af8f3ffc62bb0ae0568a746a7dd897200d082fb2 b0da35a7fc83f9c1a702dc1ce908024f8e36526f b22f4be6bbb88ed5b36cfdc1e93b838a9e1651ab b2e4bfda17336d60d52ace546a81ba4215329766 b2e912af18f75e2d382c96d40f0dbe1f5f182266 b2eecdfecfd8e909bcaabf46f832acec02041d09 b3dee34e079d4a39562ef90eafc39fbb0a9d7520 b60c2bcb24856275a0b4d1fee929abfccd9f4101 b73ca647c328be0aaf3610cb2221167b03957f8d b87185b4b659b5e6f2c5537b969720d7195d3019 bac5febf91e8c63803ac0fde155dad4d56eab1ec bbc198c5aa20a03c74f0cf1bad6f9999941df017 bfb46a498c655c41807ec470634f7f7bdfeee6d9 c031ccccb700f4600bd4d8ace4befe3c1005396a c64995b9111a17bf80b83e77516ca7bb2ff6517f cac9aca03ea202708908dab00e13428173f08537 ccf4c0586819bc409b3d7d0c5061c448cbe1b28d cde237d3644d8b35c13c424351b96c7c2d85d1d7 cf761d31ba0c4a5d357d3efa81bdb487258840f9 d0278095a8705d998ddcc55e83047866e1d24f33 d22bc4d0f84474e8275f4663a8f948090af62821 d35d656344b70fa1a130fe398d41ba1b9b0beb9b d6ace738afa29223a2c1fdcc94cd6016f885d778 df2e682fa26b156b4671cf05201eac575981f63c e0cb46a3698d4d28762f9421f432c1c60274f923 e1b16b401f0b3c84dec3a24375c5fd8c1e9cd90a e227c90a29915ec0bfdf836f8464dd4d966f6f49 e28d512c47b78b16ea4db213a8443f44d3562171 ef9af409dac40acc0b2a550ede42eeecdc36dc0c f0f88b8955630a4310fbdeeacf4222211ee03539 f46ff8c6394a080fb574c18ffcdab480aa2d8dcd f75e60ccfa606cd74035ff19896a825153fe42ad f80b7d65f9ef41fb42714d0d1f5471ce38d72998 f981955d0a94b5b823951f032e4929b682b301a4 fae2baffdb8bfd784896ef4b833c81bd37d358b2 fb15e1bc22140e49d6547ae72791d138ad21c226 fbdb9381f59c6f833ff6fced12a481ff3b44e225 fd1d72da48998c791f213a0fa781803cdeeae379
Postgresql-Catversion: 202307071
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-16-pldebugger
Source: pldebugger
Version: 1:1.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 207
Depends: postgresql-16, libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-16-pldebugger_1.10-1.pgdg+1_arm64.deb
Size: 72028
SHA512: 4db46046a3acac348c2afe42e55ab3b3881d5681bfec053854645ffd108cacb87130481d48e34d1afa8b8cf6aa2e559f44d6fd2b52534a7ea43c538d8a826607
SHA256: 07a42713a296864e60d62cc7c9ea010ea946ec9eea65550adb45574922d1a042
SHA1: b33b3da9422982bedcdfdd58ab82b3370ab8e748
MD5sum: 81acf7ffb6755709e08267e41f33769e
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-16-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-16-pldebugger (= 1:1.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-16-pldebugger-dbgsym_1.10-1.pgdg+1_arm64.deb
Size: 105892
SHA512: 7e7138a640946c7c15216a41133ec6ad08c3761b7a3d2f0cc243c027680009655cdb06b1d0991659fa3e6691b01f47f8c368d37d0dbaabcf9e78d8736c426230
SHA256: d3c4b7c7d56de17b7078f1031427fff765ff72d7a5e96736629c40528aff1f1d
SHA1: ef2779e128faa3225f172d160a91089bcd663046
MD5sum: ebe8f32771ec4a3d63cc418cb64d851e
Description: debug symbols for postgresql-16-pldebugger
Build-Ids: 6db52468afe7ed395487a8c0a9f41c072f5ef7e1
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-16-statviz
Source: pg-statviz
Version: 1.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-16
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-16-statviz_1.0-1.pgdg+1_all.deb
Size: 12920
SHA512: 09566ddc130109be22e53967f977ddb2e32c00560e99cf6f5c5da4db23f0a12ce4e944009dda4b1e047d0f9dd386c98f2ca3c77e627d3b5ecb8c38fd02c3706d
SHA256: b9dff8051f63d9b036c1e84afd608eea7aaed070d0bda5de852d52b06ca34795
SHA1: 8836c8bdf4fc633d9d5553d069e95c3bc8f4e667
MD5sum: 82a505fcb67561d300cf570288ff455c
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-16-tds-fdw
Source: tds-fdw
Version: 2.0.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 306
Depends: postgresql-16, libc6 (>= 2.38), libsybdb5 (>= 0.91)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-16-tds-fdw_2.0.5-2.pgdg+1_arm64.deb
Size: 114824
SHA512: ddbaa2431d774a6fa49b2c69291912f90413af04da84d6dc29576fa27cebd43a15f8b360a881980c7eb2f31d71124bf7c4a0746a68248a5323ab9896e5b8375c
SHA256: c9afba9821ed38837eaa0fd67f10c1059ed731ccd5a6c044ec5a322478423059
SHA1: c93d719ef5b8fe53796986c846512b2ea3b3ca3c
MD5sum: 0fa4870062a9b4ce52e178f0ba9d3a09
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-16-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 240
Depends: postgresql-16-tds-fdw (= 2.0.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-16-tds-fdw-dbgsym_2.0.5-2.pgdg+1_arm64.deb
Size: 141504
SHA512: 93b855180e8ae5c5130bf4b71e4316b7e481bd3a99fb7f7ac6c355403a8825b7072094cce062a64c0d4ab56bd6798f4c2788df80e963374a4083c551fd4f14c3
SHA256: 22ffd682c7673325040e0c3f97813a3e65b3cfe7111cd69d83a2fea57ad91501
SHA1: 8e4a183dc89d783a91f41c294487d80601b2b0d3
MD5sum: bab6664b023579ca8b50eb3990a34aaf
Description: debug symbols for postgresql-16-tds-fdw
Build-Ids: 8ffb11985f8c5f7f9e4e379fa4960ed4a36ceea1
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.27.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15962
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.27.0+dfsg-1.pgdg+1_arm64.deb
Size: 421408
SHA512: 1319a267a4943775b01cb1ca41330f3e7f5bb7d1e8d15b5cd59b19a001de397fea51eff82668da898f3291790220815d868f27d3ec1267a8dbca6da3c9e0b159
SHA256: efd2ca3e351c183e83ed5cca08152909a31be5286bf92564cba7f4fd5a6a881d
SHA1: 09cca1396e3a3c45449b2e82580e4d7bb59b21e6
MD5sum: 2a7bbab37ba7aeb4b47cc32ea718cb5a
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-16-timescaledb-dbgsym
Source: timescaledb
Version: 2.27.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2215
Depends: postgresql-16-timescaledb (= 2.27.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.27.0+dfsg-1.pgdg+1_arm64.deb
Size: 1263192
SHA512: 11c97fd1345beb52defc170e5bf827b23a68c86b71307d48956164128fcb973dec46aec4bcba17b6c35f856deadd9ebb2afb243c1bddee3567e80768375fa568
SHA256: c86f20004749154044017512f624bad17424d8760d1ddafd85b7c1954f343230
SHA1: 564be29a5cf407bdefd38975965380d8ee9a2dce
MD5sum: e3296cb131fd7eeaad3a506e03d406f9
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: 1e6c54149ce06111cfc7cd98aaaae3aa1f9d814a 3f0639e971fbb9852ee21d08e0658618760af833
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-17
Version: 17.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63580
Depends: locales | locales-all, postgresql-client-17, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), libllvm21 (>= 1:21.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 17~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-17-jit-llvm (= 21), postgresql-contrib-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-17_17.10-1.pgdg+1_arm64.deb
Size: 17419336
SHA512: ea3b1825d608e3b88c31ccbc45aa799f1c00be7333bb434a3207a0295641c01ecee1449d25e1435aba9989acb8a5a78adca43024436a7daaaaf89fd6ef9e081b
SHA256: cd7c042caa3e16294d3921865615f2c3411179fdb9b424289d567d8f536caf67
SHA1: d8d1e252b3c78fe3888fb0605994d711a4d3a9d7
MD5sum: 389754a804306bd42b3563e97902b239
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 17.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202406281-1700
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-17-dbgsym
Source: postgresql-17
Version: 17.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38563
Depends: postgresql-17 (= 17.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-17-dbgsym_17.10-1.pgdg+1_arm64.deb
Size: 20455896
SHA512: 92dfc035f7ddc2b196be1e429658ccee11fe6f11d9591efa30bd7c73bd3b488b8d48174610c52ce5ccf8937fcfe2537a289663b2093ab43e564c4967f4059c1d
SHA256: cdeb2e3c0400d8a10e979024a7a25ceea51ab22f04aa5f1504c11b63d04f00bf
SHA1: 7666251256350f79605969af97ffe099a12efd65
MD5sum: 3c677a03bb6908e2be61cae2f6dad86d
Description: debug symbols for postgresql-17
Build-Ids: 005adde56929b21af7274aac842fa57f85d8016b 009eb4582bbf49e26150963ff6d4ecad6b60cd4e 01a9a5b2146b7b8170172383751906a52ee7fafb 06f23afe23ccd23e51252566f2b626d681bb8186 08f025782314d07fc0b6324acdd71283dc4edcc0 1523e754f405eb36f89b139e050283ffeaa2f9a9 156ab469cd4c9ba611a137c7d55d829fe751e716 18694ab842076aee16688c79577df63c9eadc744 189e028aff0ee8f6c3598af45972281800c41800 19f73177e11c710a50d8f463076e2fb46bf020ab 1baf7480bc3517e10e8180c64c2a624ce3c2c5c0 1bd691d2085ce51fa12b217aed0ef18831476639 2245bd3917a73b95af824510cd7eaf36812f6b0e 23fb79366e2922a62cc4dccc81379d2aa80a40cf 2561b4cd46c6de24496e87ce1ad401cee6a04527 2b501a7e91d4c77803f2fb78d2b2459512e5d787 2fa6c60537fb7e69a4397ea7a6a4955b4d34a1f5 318fa83c0d64bae2e8cb16f57e8d1385e38d473c 34c1e3361401c3303b1eeebd6a953a32bdcac078 36032fb52455c8316d77576801a52c784c251b28 372cd9fe99e78bda4a0da87f954afb5aeb152e33 39ff14242286e922d8ed68b0eb40cb8398b45947 3ec57b6b5c5faaf4c415a93170c27f430848714d 3fe2961d203c0be7d5755ba41957012416f91302 411e4885ea048545043bbbd47c1bc70d6fae2903 415ab99e8258553ba141da564b78d1f5238a004a 4371c494615b514ce6bceab5b1b5c3bf1d94b772 4a1084b108ff053211a5cc6658354178e32a110e 4ada10d4e07ffce1c9e810ab44d3dbbadfcb7bbc 4b9516d889071cd1c449f1afd30a5c7aa3a2ff0c 5082f71617c38040b51d03754d42a8d922f451c3 55dc94e243f1d5e9f2df875d8ceff982ed0887a8 56cac4bfff6c3b444057484dec22b1e31b1b9dac 5b103cb26150bf76ce03d5e5dfcf9094bf060492 6593ae2acbe4b105de426d316b73e1672c7d2fcc 6652785a86609a2155203063b01120f3a64d5fdb 66f6f755c5c5fccc3abd735069e1ca02fb1dffc8 6ac57115fb7ade1c77afc063581a104ff62b0a8f 6beb462b36c39396ea6a54de62c984265db9b4a9 6c952fb08a1260bc731ba23482be3473c1459212 6d0239616ede20e2ab2473b045c546744ee253e7 71721bb9af7069666df66faf8d4f028809f17b47 74381083126dda91851c8d0d1459758bc445998c 7add8b4e98738c47d7100a944fc130a710c2dfd8 7cd497ef24c5505a16a08a776d3cbfc7785d97e7 7d0c9af5137d6a6fdad20bed71d9c48882817447 84c26b352deb3c08c0626976c722f46d0fb78cac 859e19ebc07f4fccaec906f7f68903189436868b 88500eaa949110802c2a876ea2936b48fde213cc 8b1ac6ba36ff0713d6921b73e697a2a1a254e2b0 8fdb9d4cb72d6abf88711cbcb4670ec4a3a611e6 90945a15a2bc79fb0b646527bdb161715134116a 973afc887c2bbf458d11cddc1e4117fc80ae2bfb 973d613bfabc01e84dfe137b348f8c9d0331f16b 98ddeece858964eb5887cbb9ec59757016148f83 9c316b8ae030cd344d785caf13c8cfcb57aafcf1 9cece673f3980fa7fa40bda5a873f898174d8554 a0303e08d7f031aa951d1abf2bbd3d7bc6035a76 a3de420479d63e9ca840b8bfefe26b06c3de21be a5014a3cea4976fa4c187d96242dabd856c90b44 a90cf9f6eb0d7704fe5822958c90856c580f3b73 ae7774a5dd05330cb98a8ae8d8b26f30d85a9b60 b00252be4a938afa033253abd9e3bcbd6af14b46 b145a6f6933cd9f9c6ec2eab0f4d9903a435bc04 b20bea5cfa51a310593502c72cab44853343a0ab b73f995afdb8afd54307804e5d22ce2abdd974a5 b8fbc1d183666d512eb90618447b157f9c4f6d1f b93166e24bc35676b9e071da83f1184714305aeb be37d5cea9cbd987243237abefab046872a83423 c0dc8b9394a513cbbba3cead16759a370a1adf96 c73b9fbae858db4211a8ed624fd6c0e951315207 c839750a6bdecb334166aeec069e064380d83423 cd3f925e5ca345cefbe3200888c8fe34b22382e4 cfc0cc0e49c924d8d64360b5284e8e81d29f64bc d130d9b54208f0f2f5e7677a11dda5a7869e27f0 d14937d6284092747719aeccd2a1cd96b612db58 d1f57ca55c54389a640c84f55b3a90b28a8b0547 d509010f97a43ac21d38df9694afd055b694837a dbbb4c5e2279963242e1699f52986d05a23fa226 e01166086e8006d1567fbe2010846339e9dea1d5 e0ea289dbdf38225387fc5d02e586c7657c9f388 e10b30f087ff6a74aeb03a3cdf57a76e1f097da0 eba77a085c1f078ba615e10ead92262b64e16f71 efc9cc1b119ddc5e603e4f2f1df952c69eb2b5ea f007a73a60511edbf25fa90dbefa587b36dcbb24 f01a832a901fa8df11d0861e99f1c8b7bc5035f3 f17175f4952d4315bdd3e3ad8e606cf90d8fb203 f21211009f1a3731d9fac95611a1571e2805683e f25a47968e3cbd8f4edfe49374a31d98edb87c4d f54431228cb88dd91fe940682aea6e1cf82a45be f7d689280445aa68d22e7d8afc7b7e15755f4c7e f83fb3658482ac4f935967cec02ee345cf0b9c58 fae0fdc91f8f88b21d8a68db4f319d80ca3a5e95 fd914c73fd6195c4c7bea05276a9258d15ba527b feddd558de2cf21652e6db7453c5cb7e1d1f88a4 ff0ffcacacae4153bd48ef3777daea041ebaa556
Postgresql-Catversion: 202406281-1700
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-17-pldebugger
Source: pldebugger
Version: 1:1.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 207
Depends: postgresql-17, libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-17-pldebugger_1.10-1.pgdg+1_arm64.deb
Size: 72100
SHA512: adc64cf5d01a9141f482221a9a3a1414773b101d363279bc1781e5893691e71fb40822bf43fe59419339fb136149e762b7350566fa8572a2726a3d6234969646
SHA256: 8bacb4794437a414e8608a8284f5b9edba38972d520d20ccfa411e740ccf4803
SHA1: 0b8b667c4eb06adcc2ad0ea7a58ddbbc5831b597
MD5sum: ac9c6e8bc115ac93bf549b25854944e5
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-17-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-17-pldebugger (= 1:1.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-17-pldebugger-dbgsym_1.10-1.pgdg+1_arm64.deb
Size: 109436
SHA512: 58dfc4ec79804b7483092786ddedb7e5e383d687776596ec403b436f6b6bd4209b55756dcae9c3873b49e2ce5d0366e0d0420ca0f99eb60291646ba86d8aaef8
SHA256: c3e6c02269c79f6d23ecf2b36b0cb9818709b96354192cea2bc7134e8e846423
SHA1: 089f182522062a5fe91b7c25147cd35009a39832
MD5sum: 1f0e1d51cf5d71e983607dd6036597c5
Description: debug symbols for postgresql-17-pldebugger
Build-Ids: f1079937952eeaaf2e3481be98d28996b9c392d9
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-17-statviz
Source: pg-statviz
Version: 1.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-17
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-17-statviz_1.0-1.pgdg+1_all.deb
Size: 12920
SHA512: bc743bb69167904f04e1225171c140a3ca9144e887a5cb0e5b98dff05dc138e91776da8c81b4d5fd751fabd7fc04ec5907d94fe675738ca5ebe169cf08fdd61a
SHA256: fe19ad44516ac540039da3ab204c14a207868678287ad0236e6005e6bd45ac65
SHA1: 1e47d00763b37b0ac5b86745882164c5447c5065
MD5sum: a8f453f41e112c761d032f4a076eff17
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-17-tds-fdw
Source: tds-fdw
Version: 2.0.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 306
Depends: postgresql-17, libc6 (>= 2.38), libsybdb5 (>= 0.91)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-17-tds-fdw_2.0.5-2.pgdg+1_arm64.deb
Size: 114800
SHA512: 03548ccb4e04126f1ac2744259ee98f1835b38b6be4c4e43208aef1a928f44f04547586bcb60ecf0d5bbdb5d6eb0f0aaea090858d709b7365c59cd843ba1bd68
SHA256: 6bdea19f1e427a2d2dd2bf9e27c7e61a913bf46971b75a67a7c40815e5b184a8
SHA1: c5f3cc0a91a58847ef07dec475445c62a2e0a878
MD5sum: c04551f6dae226e36bb9995ba451d25c
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-17-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 244
Depends: postgresql-17-tds-fdw (= 2.0.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-17-tds-fdw-dbgsym_2.0.5-2.pgdg+1_arm64.deb
Size: 145200
SHA512: e305fd1886566f704bb8326b948c525af28ac0935b97cf6d57780c87e4f13c822cb24779c3630e9c339dcfb8c60c49df790c79cf698b41c5a87e99ff933ffc14
SHA256: 0d8f5708934e114168632352d7bdd477d0fb5d3fc5c00be775fb3784c36521b3
SHA1: 4d2a3d1bceba085d9cb2ad68e45d8016e838abcb
MD5sum: 29245c31779fba8b0977854a61246354
Description: debug symbols for postgresql-17-tds-fdw
Build-Ids: 78d7cdbb1a5f476983601467fa1cc0f45e7580df
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.27.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15962
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.27.0+dfsg-1.pgdg+1_arm64.deb
Size: 421380
SHA512: 27177859c76944c6f7a463280cf591fdaa30e7556717dffb28eb289b880e5bf5a44539cfe8a0495653ba093d8138cbe36b77e1f8f7cafcb0a30dbed1895a7954
SHA256: f8802efc6ab6f0c20dfffd17b8b9a3db33fd86f85c24dc85ce88cdd6d34c56b8
SHA1: 35d05659d5300b8fd62c330d315bea4bdde819e4
MD5sum: 61615c4cdc1fbf18cb8e707bf8dd6528
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-17-timescaledb-dbgsym
Source: timescaledb
Version: 2.27.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2221
Depends: postgresql-17-timescaledb (= 2.27.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.27.0+dfsg-1.pgdg+1_arm64.deb
Size: 1270948
SHA512: 9c1c6ae725599bbf93cfc328cd72cdd79404dd7560e4fb4baa4caafd7b5e0707a12218eb9e5779e39e517c07f909f82727f937bbff17f4f396c3ff054c64812a
SHA256: b4db52840d1a88e71ad30a286db3be21955eeaec2e3de111414ec74c3bf1809c
SHA1: 1ed356374e92b68071bf25960fd3296520b57777
MD5sum: ba29b3c03c0f62c9376f0c338a63b763
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: 5277f6e221b94e59db9406f2520048da0876a601 58ca189e0043d905bd09199c275391d1dedab264
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-18
Version: 18.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39763
Depends: locales | locales-all, postgresql-client-18 (= 18.4-1.pgdg+1), postgresql-common (>= 275~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), liblz4-1 (>= 0.0~r130), libnuma1 (>= 2.0.11), libpam0g (>= 0.99.7.1), libpq5 (>= 17~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libsystemd0, liburing2 (>= 2.5), libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: postgresql-18-jit, sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-contrib-18
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-18_18.4-1.pgdg+1_arm64.deb
Size: 7159896
SHA512: d77cc5ce17cd56976816ef21bbc8d852755d4beec7ad10e322e4641a8e02baf4c08ba77c3f77b16c47ffc6140d143c4d9d276b35dee550539a35ed4e7a9ec010
SHA256: 987130612033e3746bbcac0c393f73350c1b33c11d15ae128ac668313b0c1727
SHA1: c1d15d0613afe5f3ccb1459389c25458ac074e83
MD5sum: c4c8a45ac3db20a926b4564636a6f801
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 18.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202506291-1800
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-18-dbgsym
Source: postgresql-18
Version: 18.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38407
Depends: postgresql-18 (= 18.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-18-dbgsym_18.4-1.pgdg+1_arm64.deb
Size: 19916412
SHA512: 45c9b6deac4ed78b32c92f9453f243ebfe8be8ffdb555fb675d7232ce768cbd7d401fe730262ef559f9f492e4ecd98064e1685f989a26678dfb378eed8499156
SHA256: b473e5bce3c8e5b2057481e519535a4d60e49154c2bbc5c77449e471f59c691e
SHA1: 56614ad18d6172411a6e8480125b82969bacab43
MD5sum: ce8f3c787d6ada3dee8f4753cccbc773
Description: debug symbols for postgresql-18
Build-Ids: 01a3b3a326d2bc5a8c1870c70ba14ebbfdfdc217 0306a4b17b95edc04c5526dbbb7aed2e058380d2 038640b56c47644275a8df383c33f156ec282727 0adb2ac4825cc5ea9bacfeea0329b8c16c1ddde6 11f3d6362ad4c44fb7d2ebbea71922e1a1dce194 126fcef52a285876c6d182e533e2c916f82ee9bc 1318417e8e082ec8fc62e58c7d82accc30f47f68 13c77bd95ed85ae58f739f129815afc4674d6702 164207ba821958c4fd70464699bfd282636c032b 19a3debb3ed46d1193596f3d5920eae42c28d781 1b0a431368675dda502b7168f33b5eece431b0a4 20000ea5521edfe0c6825ce7e52442ce2f77b6a6 293f177b9fe51f27fced9a1d8faf5cd0a70b1086 2bd463b8524e9dac36513ab2c09adb81e55f38eb 2c3392826c49191e30313823a91d6f7443169c92 2e0c1b543de019d5d322adfd4c549342f0135fba 305167171caa288cb9ea0258e46f2589692bb144 32ce025aecfba390e48a04cbdcd1d7587b9fbba5 3393ea33681ad6faf31ed8cc220def8d241a6a58 36d0635ce6c16ebd10495e1b2cc48d62ea093a23 3715d32f1a060dc8ed5dc5caee40a27230c64c40 41b9e154d0b6ff57eb19ec0a608c17c017e61bd1 4248b6c6d2c72da59d365368b783ca3d7d4fbb63 42b261437d5e52f5d8585e73d0b346e929f214d2 46d457df08e08a113f858bec39981ad5c0c2b6fe 4b87c4c46de0d5cc94c8e41614886e9bc28eea51 4ed103f1abe754c00c4ab0d8f6a7d5c987dd52ea 4fbce1cc60c3257f592d8b5671bb40d81b7fb26e 521940c44e0eb4894b6f768eeb424d44faf881c1 52da1b9afbc55a6167f9811520874c01ac5cac59 56e9b10b7263ccdc205d56c98c965ba14f62a289 57891ab2673bd5a57eb7c8945df916f917cb2712 5cc1d21bac6345830099357754c06213b13bb1f7 5e7861aebde167b3088653e4260a98bbbfca09e3 5fe3d85f9396cd0353054484feaef1ed8e1d3246 605171aa23748a3452b478a2761c2e104bfce910 6083e22339db2e9eec65d4b0ed3b2003414e2a59 648eba114e76414b655c66bcc36b09de568f359a 6810562c3e0648e8adc8225d640f6b57b766b404 68da19e767068282ae7c92bd0da61670eeccf46d 69203775c8250aa30bae1196cb8f1363b437b316 6b47f8945ad6505b5c09898e2b978d82ad3636ca 6d8abc105c31d4143c4f8f8c2e444926f4f44a34 6f18dfbbcbea01564c05577e8474b3012c5d1612 6f18fc3f70facba350092067718a43cb6faf1f95 7181ecb8f8a3fd4866b2a90f7a80f29b2c5ed183 79d0fd8366d60d70dac38a0b1b620567113b65fb 806ea1d36e8d4d31c9a0418644263f75c4cc1ea6 81e0d37bf8780c820dd80e50b09a8b381d310249 83c85015dee57df0452f595758eea94d0d541a23 87e59b7f4e90fd01221e67124c4d2a95a026158d 8aa848583ba1d36eb24c1268037f1cfef8204780 8ee5ca27bc1a7970647aa4497c12e5db60b51dba 8fa89c91e7eafeaba40e03f34634590824435e12 97739ebfb6dd1985a06e0344368f1fe87a493f27 981ae0740d65d791532216faadf8a008e08e179e 9a1c2da88953cacebefae03f7208ceb5e0afdd55 9aed7e69ac35ca7c9455b78999eeca8b2aa65f3d 9b0eabe37362663634538079f824f61b29e25e87 a1440780d177dfe89298175102d62ef8206090ea a322a2c6f3faf869caf82175d0d2a967a63ba262 a38272709b3bc0d093b14a86de5ca84aba7516ab a71c3d67b5791525e9927a1f61a1331d3af192db a81837a98c901cba4cf918a95baa83c16d0bfdeb a87450df947d328bd40a4bf0474add06635d92f8 a9f72e20e8920039e7b0df35362697b4244ebcfb abaff95ff4646bc831793906fb333b4a06896895 abc02baa7680008e19f3ebbac498125d81817c0d ae085b77f077c49b00eb12fcdb6b91e84d3713a9 aee750675ed82bea96fc803df358659b8f42866a b262dc89487949a968ce250749653f7177576dc0 b6222f46bf5a5ca9ccbec6926a285d21bc881a72 baf6438439974dcf1a517a4756eb3915b067f4b9 c35dcf72bbb83e33dd520ec39bc6599d44d5bfae c37d6b2ea8f6eae7d43b3f6fb2d6b5925739f63a c604cf058fb126e43ed6b413248bba0f53708f25 c983a441079ef59cea32348fecc0ccf95209f2cc cbe710ba2f8a3681a4a8785520e158170dc4cd09 d51269904437628a30e065d8300256c5b1814ee3 d56528089dc0e25bf1cbee70d3ad0b9bfd1036b8 d69ccca18a78c927730d26240bd75de2746fcb3b d6cb0dc1131f36e0dd4de14b06f350c88739d45b dde4e56a80aa97438b75920b1933e724fa1830c4 dfc0ef144accf76984cbc6ec565a55dbd212f5c3 e159c76dd894c40b302b10d8d66665b5c0fa1c1a e3e3f94686621ad30e45175d970fd735c0c7fd6a e46f2713a0087145aebc9265a4b92c5fff615b37 e8fb19acc6342a6d9b21589225b4deb5e8116c87 e9319a1a576ed32fba0fa283a3f32f190f3930f0 ed268c577b744ad63a93f0b0aeb62dbcdc7cb83e ee7b3604606bda2ac35384736adb2deb5c5b3e9b ef7aafb2a8198709e2ea16eddcf383b4ed310edd f28ad07feb46b04cbc860e1bb52fd3ffb6660085 f62f69460e22880e26d203f1933c0a491dd5740e f6f83eb24c68aaff3989009b11e9a841a6820cee fa4db5b069f6168bccdcf44287ca38ba727fd6b2 fbbfe92a219e16adac06a08330529da22b1dc67c
Postgresql-Catversion: 202506291-1800
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-18-jit
Source: postgresql-18
Version: 18.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26166
Depends: postgresql-18 (= 18.4-1.pgdg+1), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libllvm21 (>= 1:21.1.0), libstdc++6 (>= 5.2)
Provides: postgresql-18-jit-llvm (= 21)
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-18-jit_18.4-1.pgdg+1_arm64.deb
Size: 10919220
SHA512: 6bc96d2e14d51387bee61d85b8f7e29b6660d86f832d7b27a40b1f4be85e292922af6e0ea7c9f61bd7029b04d88d043df7e612f9cc47f173d4277bb96f674581
SHA256: b776bb527aac708f8650c2b2b98b369181ce9bfabca908e8bc845d620cf032cd
SHA1: 26a9ade24260b3afe2f7c784b52a8ac2cd5c756f
MD5sum: fe418468d013185d941bad4b313b39ed
Description: LLVM JIT support for PostgreSQL 18
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides LLVM-based query JITing for PostgreSQL 18.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-18-jit-dbgsym
Source: postgresql-18
Version: 18.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1901
Depends: postgresql-18-jit (= 18.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-18-jit-dbgsym_18.4-1.pgdg+1_arm64.deb
Size: 1762700
SHA512: fa11b2b9e5278c9e0b73292af279a3a0f84871b3ecd7cee74ba1b472a147b7fe8064959649c108620a825e859e2136cacaaae99eb4fa04850c641435c352c17c
SHA256: 03f8400ac0e61ba8cae343bb05e3740e43169d4aab4d93d9012e0c0f1cd2e555
SHA1: 7658c5a25287769551d218ed459031d79206ea1e
MD5sum: 17f1dd5e5a6909f05f3eb816c631613c
Description: debug symbols for postgresql-18-jit
Build-Ids: 15e8bf110aa98b3858ed859b500d3878b4683465
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-18-pldebugger
Source: pldebugger
Version: 1:1.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 207
Depends: postgresql-18, libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-18-pldebugger_1.10-1.pgdg+1_arm64.deb
Size: 72280
SHA512: 4c6b7f8d3720a6be5bbc8742f4413672cd4847af3f7db2408bb65fd80de856adb9e4ae83424fc18556167512b239f09f18a45f152eada12d7a800fd98782dffd
SHA256: 0381adb18ed0581c44171e93733c297401245d852795d83093e32451c1f51b19
SHA1: 89c33e76f9f079d37f3a8ea53c1ed1f8c3762166
MD5sum: 296977bbe3496092b080fb7571c090f4
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-18-pldebugger-dbgsym
Source: pldebugger
Version: 1:1.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-18-pldebugger (= 1:1.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-18-pldebugger-dbgsym_1.10-1.pgdg+1_arm64.deb
Size: 112612
SHA512: 1e460bb451f6116ce625cba3bbc189553acf823e073e37eb981be617936db9c8783842368ef9f64d8ca3e1b045024dacb6443bc8f67924e61f1976fbd36e9c04
SHA256: aa5f53f69a3cf788bf52fee6d84eec5efc618c5e65c1f82ea023376418b29b49
SHA1: d22e088faf0815178bd9797b6113208833baedbb
MD5sum: 196e29bc3d1cfc70cc9f8a90aff2457a
Description: debug symbols for postgresql-18-pldebugger
Build-Ids: f7c8f3edf6640faec5594b51bf28b458ba3a2d08
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-18-statviz
Source: pg-statviz
Version: 1.0-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-18
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-18-statviz_1.0-1.pgdg+1_all.deb
Size: 12924
SHA512: 8ac45aca70c3ac7ac802d9963f268541e50ce4228fdd15c5347f2266606a38662ad85a09e1c0b4d4212cc9d62bf10c274a6dccb39bbdec40c81a69295e45aaae
SHA256: c997ac588425a5062d0a67070389ae4ec002d03dac83cac0fa40e4f75062c127
SHA1: 60da66acbe5f05188513d03a2696e6b87425368e
MD5sum: 64b0c8f59f402e5a4b489a647dcf2b97
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-18-tds-fdw
Source: tds-fdw
Version: 2.0.5-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 306
Depends: postgresql-18, libc6 (>= 2.38), libsybdb5 (>= 0.91)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-18-tds-fdw_2.0.5-2.pgdg+1_arm64.deb
Size: 114924
SHA512: 57d979e3f7eb981d3812ff10e3f4676b720eaa2be008a6f5c6efeb90399b33f600a0970cce7b75cf31f3d7bc0674fbe002db766a918727a23b266598b824725c
SHA256: c2d3845aa47811b267a6facf17683f1972e72b88b9f30d39bbc03dcecaf3e943
SHA1: 74a54386807daed54480903127196e687da9f28d
MD5sum: 8fb1042c261bff71aa1b859cb95b8a8e
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-18-tds-fdw-dbgsym
Source: tds-fdw
Version: 2.0.5-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 247
Depends: postgresql-18-tds-fdw (= 2.0.5-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-18-tds-fdw-dbgsym_2.0.5-2.pgdg+1_arm64.deb
Size: 148328
SHA512: 135a2e36067936a632ab6a7d54381c3c178b7d643a7670f4cb330e37b41a87082f72d99a52fd5de57c774a7c96404fbf1562c1425f7ae514a72d34dc4db2f088
SHA256: 7189d6df37e66989adc57ead985b148a0daa1fb66aaa3788155f75e89df7db5a
SHA1: 96b2815d9c844971ec99ba18fe7822d49c1a93d4
MD5sum: b0044ba08ee166ef2e23e1b37442bb00
Description: debug symbols for postgresql-18-tds-fdw
Build-Ids: 4cf9e9c7cc0b56a88343dbf6029b30ef6ca067f4
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-18-timescaledb
Source: timescaledb
Version: 2.27.0+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15962
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb_2.27.0+dfsg-1.pgdg+1_arm64.deb
Size: 421648
SHA512: b9d08724bb4f52fb6167cb0c5fff9fa8d1daca92ef4f8814bd04a1af219411c18179ab9ac728980c8eabc0b0bc7a5389b5cba589c1d6e6048dea16a3ffef41f3
SHA256: 52b368f0f20ce9b2a4a5f7c824f481fecd63b6b546f01b171f5478ebe0b5c0c8
SHA1: d1c6966ae4aca5df6c81ee1f4381c94b6400cf0f
MD5sum: 19e3aa261bd7ee2e15842ccf1c89a1b8
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-18-timescaledb-dbgsym
Source: timescaledb
Version: 2.27.0+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2233
Depends: postgresql-18-timescaledb (= 2.27.0+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb-dbgsym_2.27.0+dfsg-1.pgdg+1_arm64.deb
Size: 1279804
SHA512: 131c9bfcff4ca050f0ce8e83e84ec654004d4f3e7fd02d1b089e18261a02d7c7ccb3a384c21ce3d247e32171cbdfb1673ef84e6169406e2494b058d731a95604
SHA256: 29277eec0919bbc1c7df0f88b5bac18d4ead17c929965db1b2df54573bd9e1db
SHA1: 58c26d29e95fc5fac0225e0fff26adbb629afb1c
MD5sum: ebc434dc758a418b7821101bdcb16cef
Description: debug symbols for postgresql-18-timescaledb
Build-Ids: 9ba6c83b2513e975dd2789020656ebf173a50d4a d853ceb29d5f48cd8468d4ebfd3b926344b13ea4
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-all
Source: postgresql-common
Version: 291.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13
Depends: libecpg-dev, libpq-dev, postgresql-common (= 291.pgdg+1), postgresql-server-dev-all, postgresql-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12, postgresql-13, postgresql-plperl-13, postgresql-plpython3-13, postgresql-pltcl-13, postgresql-14, postgresql-plperl-14, postgresql-plpython3-14, postgresql-pltcl-14, postgresql-15, postgresql-plperl-15, postgresql-plpython3-15, postgresql-pltcl-15, postgresql-16, postgresql-plperl-16, postgresql-plpython3-16, postgresql-pltcl-16, postgresql-17, postgresql-plperl-17, postgresql-plpython3-17, postgresql-pltcl-17, postgresql-18, postgresql-plperl-18, postgresql-plpython3-18, postgresql-pltcl-18
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_291.pgdg+1_all.deb
Size: 7956
SHA512: 68a92915937ada8541ba196dc238e4b2aea09e1d8f7b3a5dd50433868b538887d001ee38e2a252c65a87efa5f78cf891bffd4856b20745acd8199b2856cde9d4
SHA256: c28a5f07954186addb34e6814a58e2d11fa7a621926d077fc2984d7b7b3ec56c
SHA1: bacd340b8337be86ae6343a186271921302da897
MD5sum: 1649c724e34858fa846065b3e9843b85
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 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.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-client
Source: postgresql-common (291.pgdg+1)
Version: 18+291.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13
Depends: postgresql-client-18
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_18+291.pgdg+1_all.deb
Size: 7812
SHA512: c15f065db2d3988cec37a3493b31e63b8f70b9170ce40b5b8e2456fdfb094bf3a36a689c5cd435369bac854386050e3e9097f58e8e56efa56f53f35726f2ebdc
SHA256: beea0b565e690d2bdf29ad586f455e54968a25ba0614d6a3463b10beee226f13
SHA1: 9247f2d172fa37f98ebb8a894ec7a26d7072d8e1
MD5sum: 61dee77515a8833b27b63f13c2058302
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.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-client-14
Source: postgresql-14
Version: 14.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8507
Depends: libpq5 (>= 14.23), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-14, postgresql-doc-14
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-client-14_14.23-1.pgdg+1_arm64.deb
Size: 1647044
SHA512: e051fc11a7cf51b0c7fa2415ad9250ad278bc2aeaf651e1949eda929b8adc704b7e6bd910398bee1f23a913604ee5bea098e1bd5f3ba84cf57646ba525397180
SHA256: 3012ace529ca89b55a1fb06b903843b533f5931cbe6f6e477632773d4c4bafe1
SHA1: 97064261cb4d8776cef8c89db23b2a7072e47a79
MD5sum: f05dcfc943204c0231b94c5f17e9ee7f
Description: front-end programs for PostgreSQL 14
 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 14. If you install
 PostgreSQL 14 on a standalone machine, you need the server package
 postgresql-14, 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.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-client-14-dbgsym
Source: postgresql-14
Version: 14.23-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6196
Depends: postgresql-client-14 (= 14.23-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-client-14-dbgsym_14.23-1.pgdg+1_arm64.deb
Size: 2604736
SHA512: 378e45b9afa5f3d8d845d751657231387ab94425b3a3e3d770924b7beb686337a9718b7b74fadc5fd6a639c287563c73f9f96319e7d40fe0c242d46f44b91a1b
SHA256: 7c4e63a548d516667cd71ef939066e4569c747cc24e4b815bf8126fe99f0ec7c
SHA1: 16914e6fa31772b1191d1051a51280bdf00ddfdc
MD5sum: 37383632104dd177d8831dd9c4400ab3
Description: debug symbols for postgresql-client-14
Build-Ids: 00ac2739d1cfb9498851056a382ea488b12da3b4 1ab067635c65a4fb5c05ebe822525b37274ee0c1 2be3a8c676481470d7e22c73163c610d03827700 2d994489057d9587577004ba438b0ca9673b8102 2ffa84b5bcfffc760fef77551c2a14eafbd0c888 313b30f759f6e2d50b98a3f66e86d9bc68568e72 397be8d0b09b4ae16879a72221484f08f40fd293 40ffd72b803445ab9fcc0c3db22858e0806cdb57 466de96ba728175b4244d4b0cd70f305dba27443 57d3d7ca0e7d227963ce9365ef2d5d23c7ea85c4 59c219ef4dc141c58ff48570963ca01933ca0940 6a05ac8d5d6713ed12c114fb55b22c7d2d7d1189 8dd01ebe6bc36676480f8c6d4b12772aafc1e6cb 8fff35a655298b7e994a9e130b1deafd00b28425 adae8961ca8d350f917904b846519f54e0ee1730 b5d77a53f654636739b3337245031a8483eb9b83 c225bfa82f9f02bfda8c1e56228cdcf7ef735a28 c5a96ca9b2e9f86f09d3f3ec7a91c56723b8db6e d168d11a9ea9eb3dd20ada7a606fbbf1c2cd086b da6590373caf62fb02635965bdee75b582e3d826 ebbfa9507f0b5ca1157378bae0323377ef0c90bb
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-client-15
Source: postgresql-15
Version: 15.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9025
Depends: libpq5 (>= 15.18), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-15, postgresql-doc-15
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-client-15_15.18-1.pgdg+1_arm64.deb
Size: 1711532
SHA512: 1626f221ff9b057bed30c418c2613c94b9c58fb67c759d6636f7aee533ee6a1a12591340a745528fd49a7b733e9ea54d6ef8bc1a5026f6c93f6a47ee2b9430cf
SHA256: a5e90d18742f5af485a08a259b618110e41e0efc449433d438317e624c52ee35
SHA1: 660730581d4b0c529b573145df6515abdf25c880
MD5sum: d7b625f4770cf4427de7377e8e5b8165
Description: front-end programs for PostgreSQL 15
 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 15. If you install
 PostgreSQL 15 on a standalone machine, you need the server package
 postgresql-15, 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.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-client-15-dbgsym
Source: postgresql-15
Version: 15.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6462
Depends: postgresql-client-15 (= 15.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-client-15-dbgsym_15.18-1.pgdg+1_arm64.deb
Size: 2784324
SHA512: 162e88de743116dbeaba6fc9a66d94bfbcffe6a4e20acc41709dbf3744c4e3744d8291eabbc01873a6083d1ae2ed73ae770fc13ff01824fdacdf2c091b2d4116
SHA256: 8e333c9e18b6e79aa930550dfe0acc969f6dae376187810a7158159ea60b5786
SHA1: ff442ad2a62b936c6489cfa6ff223f0e3d923d3d
MD5sum: 049d4aab9299977eb654ed0940af6f9a
Description: debug symbols for postgresql-client-15
Build-Ids: 1e7a1e278359ed270bf8ba32bfeecd643ab17676 342647da0350b04d0c2e78ff5ecc34091e944c42 34baabf2d7f40b7f75d7d9c13d72b8a98452ff40 45294b9d5dd08b56c19dd030e395b16ff27562b5 46ae5554e5f4e2506629c59c5f30feec951eaa84 4cd3f798c2b724fe804cba04d35c6cde3497c6af 70fb8a554b9145821425df3da7b72506ad5844d6 80b19c03c80ea7e35adfcad308fd7b48a6e4726b 92a4d6e710764111700019c01020b75442a3ad77 a6b7901caa0592b26866502b055e55f8f0115b1f a9b2388d5075d201a2dddaea93792cf1c1d8195d b6c7d6b32bc9763714d615a928da023a00bbdcea bb6aafec3a71e4468a4f3da09351b3b7995799ab bd0d33c760ca132aeca869cb170e0747d5ab0b04 c75e0b69f86132ccd557441ac176f3cd32cac900 d405a9f761d04ab12407f73d4e092891e6e7be60 da16d40dadb75237ce22e27700414ecb92b36b05 dbcebefae139f83f3b1febbca5bbe7b4c544505d e2f86f65937af78a034bfe437d6334dc7be9fd4b e74d2bae2d842a7c49b927942ba741b4260e194d ff3e8b1e6968bc2dd5e031b1b8ad4fb3d26ac9a9
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-client-16
Source: postgresql-16
Version: 16.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10438
Depends: libpq5 (>= 16.14), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-16, postgresql-doc-16
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-client-16_16.14-1.pgdg+1_arm64.deb
Size: 1920188
SHA512: 81911a8f646e0e28d756f54243dd3c1880edce640f532b76e8273c86e2171a89c9e80e3209249ecb91ff5ac96a648efdbef9f5edd7f3ae54e1d97d66790dd82f
SHA256: 997e50f421cca2d293235b69723aa1747efe1dd4f15c6bd49d94d1dfc8800581
SHA1: c1895fd3388883c378abe141764c07548a1a2a6d
MD5sum: 2191bf3b457486593446ea9fbc893eeb
Description: front-end programs for PostgreSQL 16
 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 16. If you install
 PostgreSQL 16 on a standalone machine, you need the server package
 postgresql-16, 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.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-client-16-dbgsym
Source: postgresql-16
Version: 16.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6780
Depends: postgresql-client-16 (= 16.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-client-16-dbgsym_16.14-1.pgdg+1_arm64.deb
Size: 2871796
SHA512: 7b5e2ff6ea0d893155b1ecee2c442331812491c68fbac71e561891ec688505eea06c26ea52590b40ef2a3a1f6882eab1950da07443e9ccddde8bfa9544616e41
SHA256: 08be4c53574abdc0cff25ef5a15eaa81a2460c6f8d9967633f38dc688e884cb2
SHA1: 776e5954d670775062b72b60c7e1f8b82c0b2e60
MD5sum: 16d004f162752f48fe8b5444cafbbee1
Description: debug symbols for postgresql-client-16
Build-Ids: 02d9993aa79256a3a63776150e8351e93b89b013 146b4fc8dfd91e0d4e783e9a35080cb802c8607c 1c9a35f0b275e93f9fa1f4868c5ee993d9d85c2a 23a1dcc53d0a479e53699f4352c97788c0f1687e 3368bc627844b448c369aac956f327f1b3e9e8d7 3985bee00aee07e0c170a47d472491b1956772c8 45ff3fb8e714b8c25b0f0f9494e34e73ace65ae6 55a5673410b2c44d13b747b17a47b9aed26665e1 570152b006495eec403fcb8506aa81ea0eb41705 6498b7ac5b1705280e35d942711444204107953a 6fd02b1d726da6032341ce4f78f085d0540e0f9d 7418520d7d39eaba6a2dc18dcbde1a7f4423623d 7bd2a6ba6f2b2f7afe5c28b84093e239e345a91d 8b3fa266885ba4382fa190aac85c887dceb27392 987280ea3e43bfb48cbd6ac821080d6cd5e5664d 9dd74502b599e8f34ca31085e973678e1693e80f a582096b0544f13cf7aefd4f482021ebb757d023 b61f09383b4c1110d41a167db1948d639be831c6 f0199b66b448fc99269941e970e9f134bc74ee3a fcae27bec92371229a5c1307b443a37b32104ac6 fea959cc74bda4e3741bd45f68c06e550f345c3d
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-client-17
Source: postgresql-17
Version: 17.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11132
Depends: libpq5 (>= 17.10), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-17, postgresql-doc-17
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-client-17_17.10-1.pgdg+1_arm64.deb
Size: 2014112
SHA512: e15f691df06825db5ad0dbd18da045df0deee420b2a0f78231674a6bb82e3fb636cda8fd988b020830ae859d5624846eb8591ce473ed2141ebced567f96bb4ef
SHA256: 30c1e83f8bc91905bb08c08f8f56e890f50bf0636dee160e35c45468eacf4834
SHA1: 6b9b68aa6fb754f4368e44e264223103b383632f
MD5sum: 94a7379ba7df220c37322fae742e47f5
Description: front-end programs for PostgreSQL 17
 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 17. If you install
 PostgreSQL 17 on a standalone machine, you need the server package
 postgresql-17, 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.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-client-17-dbgsym
Source: postgresql-17
Version: 17.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7276
Depends: postgresql-client-17 (= 17.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-client-17-dbgsym_17.10-1.pgdg+1_arm64.deb
Size: 3115092
SHA512: aa8248d0c11ea2e7ecc7b9de29e0f154d84b9b5f4dbfe126aad9c1efdd7e9e252343614aaaf201f5562f64eab757adda6de819f8bb462e2714e69551c34aa845
SHA256: 30845badba2aded9beea622cba3dad317d196034df7ff63a11422c0314f5ccc2
SHA1: c4814f2bbb17e6a96ef01e3573b6b184103bfbbd
MD5sum: 7bd63ce48c47d18ff961f750d59de26c
Description: debug symbols for postgresql-client-17
Build-Ids: 10316f08f132f772168d41bfb8e4b9d56a80f072 169b127545d75666e774b09749adf2a7decfd908 1a05f763f3c1c8fce20f80ad231b23523845576e 2ecc5f6a6ef9e2b82281b740a9f153c4628ebba5 2fc01dbdfb233daa8005bdfe81776f2fff4c654c 387e3632d60ef24b221c0d3baab5d90fdf5c8765 39c75e5d9768e89b2bc060f5b82141c8eee0e9f0 4b243c1293b1d2103e77fa27b144cc4f0d71a7d8 5048e71bd1437780ec4cc5cc17984fb4eb0546b7 5cd4c6c978dc22d371634186b0129090201d3bc5 6aa9d2d92c66977399a9d45b46241cf2a84cd42a 7b56fdc421e364c1d153e4d0ab028a5c6be24983 a511e303512aca24ecb383a3c12953678a346963 a5d9e2ca8bd145e59f5a660f74295196a3bda6bc ac5a46be2a5b0f0d4bb9447121850ba7a6dc047e b03f3e1283a15fa52362e8bfabb918b102c89a0a cae9398d444ae535cd3681b81e5a828c77ce3326 cfaae41403656002635d517d20a14ca22c129dc4 d79053a9e13136a87c15ebe8de56842b6f80a390 dbf95ecd454802b6971bf8cd3b1301598c981199 edfe0f6e6edd137feff229282b81d9e9f07bbcb5 ef39cafe780b1ecf85e48db2744b055b895f440c
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-client-18
Source: postgresql-18
Version: 18.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11855
Depends: libpq5 (>= 18.4), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-18, postgresql-doc-18
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-client-18_18.4-1.pgdg+1_arm64.deb
Size: 2094096
SHA512: a53203b6c8e4afc7d431a033dd8ab12433cabd81fbb257ab1ef23a7b1e6520426aae2c9d98df90ddecf8e5841e06f43fe74f5bc5cb431b2351aebb23552c8ddf
SHA256: 8b3e38b1cb9d6310a7bb8e45277f2470d8498223149e2a0a1c125a23ec3f1705
SHA1: 122d8e53359908a98ab277e356da64a67d9efb13
MD5sum: cf7b0912bd39766ac973cdfc16515625
Description: front-end programs for PostgreSQL 18
 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 18. If you install
 PostgreSQL 18 on a standalone machine, you need the server package
 postgresql-18, 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.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-client-18-dbgsym
Source: postgresql-18
Version: 18.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7905
Depends: postgresql-client-18 (= 18.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-client-18-dbgsym_18.4-1.pgdg+1_arm64.deb
Size: 3380004
SHA512: f8662b9c04186899ba906f41a6b6952cba6ba19ef864f7fbeff6e9d26c4cfa9f3e3909a55bff3bbd0a523e9becd65434db654d5c213573b7cbaf719eff3e5e95
SHA256: 0bcf666c431807d23dc23fdece65a63df4165f42265747f5ca33f79b187c358a
SHA1: 0ebb5cd84988d1f6c8d93c81b3ba7eecff541104
MD5sum: 4df97cbdea8ad753623fb2345046a470
Description: debug symbols for postgresql-client-18
Build-Ids: 2cced5132ca457f9e8e552326183acb6c105c8fe 3ec6d0208cfd826213ab68e6399d61f217b09f8e 47f84908fd23e698c2caeeeba9be7b6a169cca0a 4873caa8ded551352310cc93c2f7673291769758 52a535dd6556483c55d75a4c9989c5dff573c9c9 5446607929a93eab17a1b42e17f015a3d973affa 59137c44e24423ff42ba3b51422357e89907c5ba 5d7aa0b82600842119bd63d8f2a92e0fd0cfdd58 610d0954a1d40125e27162ab9985e4fef7e28a45 6309e9c470e280b536fac9644b1bd10241721282 6315b8df9274db71ce55f8c1b5aad6bebe36d9cc 7cd678d14002d4178cb0655d594c5ce6ea4c9ba8 880f5b505f2f58fb7736d201d5492a38c537487c 97a5b8a860206b82a6168b0631ddb648b82d8261 a442c1d2576f49145c4b8d3e38f27375930f357f b55c04173e6f85ca95080d9f54076f5ef73f051d b8d702373bd98ace0a049c55d5e90cce9912da26 d577abca3d1c68498405ebf477efeacf4bf0c006 dad12a6caaed0cfd3427e7ccc8829fd12c47e2b9 e26c72caab1c8739ee13d484cae535b8c6d2021a e2bef80309baf8d6b8bb15a45cfc03c034ebd24d e4627d64e3fdda9b5f736ee1c6ffeb7853399b88
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-client-common
Source: postgresql-common
Version: 291.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: netbase, perl:any
Breaks: pgdg-keyring, postgresql-common (<< 269)
Replaces: pgdg-keyring, postgresql-common (<< 269)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_291.pgdg+1_all.deb
Size: 40672
SHA512: 7bb4a0742210f29f59a9e0d5ea41d1a8132fd160112a601ab975bf5e8bb59bbe2117a613608768d5ea9089c00a95e897d916d19156981eec242c107d5ae0e99c
SHA256: 5bb7b473b10e070bb50c70dae8bf91721887b482426c429e99ddcc238a4596b8
SHA1: 253885cb8507046e2f3fbcf45c83111aa77c626c
MD5sum: 095cd397ced036b472f7e50fa998e4d6
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.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-common
Version: 291.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 346
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, libjson-perl, sysvinit-utils (>= 3.05-4~) | lsb-base, postgresql-client-common (= 291.pgdg+1), ssl-cert (>= 1.0.11), ucf, perl:any
Recommends: e2fsprogs, logrotate
Breaks: postgresql-9.1 (<< 9.1.1-3~)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_291.pgdg+1_all.deb
Size: 105380
SHA512: cc2bcdc141fd9d54fc75b4024d9cd29c2a8a5cecab607c4e0124d33c86fa79e11025823353d68ee5acfb7aac77c7eb9f4a02c073f54e2e9243a74676c67fb962
SHA256: fc8f3113f60ef14beff8eebd132c5dc4a143ab3137d11086d0c8f5526086c3d7
SHA1: 080be2f6164af03b2554d258dd1568b988057985
MD5sum: 65da81f00c55d102c191e9fa3278fc6d
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.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-common-dev
Source: postgresql-common
Version: 291.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Depends: libipc-run-perl, make:any
Breaks: postgresql-client-common (<< 269), postgresql-common (<< 269), postgresql-server-dev-all (<< 269)
Replaces: postgresql-client-common (<< 269), postgresql-common (<< 269), postgresql-server-dev-all (<< 269)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common-dev_291.pgdg+1_all.deb
Size: 74964
SHA512: 884406b5c4215d39166910e693e0258b6da84f793a85a3f0041aaab81238f33a6f185293e75eb621979d711a8c5ca2f198d8eeaabef6f091ff4075805b5bd36a
SHA256: b6babffdc246df52bca29a5d67f20d5aa2bddd1676cbaaeb40331b142607b883
SHA1: 75ec0743dabb699bc53efc7209c012feaf51b5d4
MD5sum: ad7d50ffec08b0e9fef0673d33b0f889
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, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 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.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-doc
Source: postgresql-common (291.pgdg+1)
Version: 18+291.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13
Depends: postgresql-doc-18
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_18+291.pgdg+1_all.deb
Size: 7804
SHA512: a968931d2aa72754df661c9b447d88f56f8dfb4bd213a58445db9666f59706ef94f0b666446b5c3c7316311dff8e76cf7dd0c58f1eb5294d136f6954659dc86a
SHA256: b83c3fcb9f12be053a4893b2fd7f4448e626f867f9c083c6b2f650b1ec1970e4
SHA1: 99fa18c1d3415c17775217f6fafda287632cce9d
MD5sum: 3c7bf6f54ae9f8bfacaba296a131ed2e
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.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-doc-14
Source: postgresql-14
Version: 14.23-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16561
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-14/postgresql-doc-14_14.23-1.pgdg+1_all.deb
Size: 2079568
SHA512: 01746bcfaf666bc25d27b3b7d93a892ea52503351d91f6803944d3951de4081d5c7aee5fc34fb9aca6709a7e1351fbee6e68592ad2d801ce07230e35e2cb0615
SHA256: 963f5b408ce046a43bbecb1c11bf8288bfbdaec50cf6d69fff415b42e18ab7c8
SHA1: 8c3f67a4b0be2f213fbb61d479a3b6ad5c79aa87
MD5sum: b9e2e7011dbdb2cc33fc93916e235c24
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 14. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-doc-15
Source: postgresql-15
Version: 15.18-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16406
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-15/postgresql-doc-15_15.18-1.pgdg+1_all.deb
Size: 2094844
SHA512: 87c26737962dd8c1998bfdbed382cb23fcd315475091056b682a0f4b892ca071bd657ecd7258cb92e7be3cc4dbf23d80cd51ba3cb7ede2949cbf2521ae4365c2
SHA256: 6d498779771bdc0dc77134f9dfdb519f22a2fdc4f0fd1585d3d3700ebe04754c
SHA1: 8aee4f4f4a243a2bf861ac470723930ae7fe4219
MD5sum: e65a6160f482326991638c8f5ba7b5da
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 15. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-doc-16
Source: postgresql-16
Version: 16.14-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16956
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-16/postgresql-doc-16_16.14-1.pgdg+1_all.deb
Size: 2150028
SHA512: 84ceb4eb22f3f4b69bac3968dd972eefc0086b0712b958338ec2301b2a720d51b1bff1396f2023b01e9a74a9ce41c6fb10ea5c3ab9be3d20e2f7db9023d6f104
SHA256: 9d88279e6a5a98925b38add865b87673da49ce16c3ecd9b8de88d48bc57ebb19
SHA1: 904017a31206c4b9d8d497beadeaf15c69345af9
MD5sum: 38e19034286dcd6356567d1d7e32a25e
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 16. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-doc-17
Source: postgresql-17
Version: 17.10-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17134
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-17/postgresql-doc-17_17.10-1.pgdg+1_all.deb
Size: 2165892
SHA512: 4cd4aa929b048e25ca522d93ffd0b6a14e138d6e1fd70a9376ca1797fce264022da89e4963f9add161efd8efdc824137ffc455ca286057e590aa6fd01e3acce4
SHA256: 8675a15e07e6e0e0d9194deec0d79b3ddd7132d90ebf91f0dc73f2b6811f5a36
SHA1: fa87c07581677b5f3f1ffb65e4765f6a5b8b4783
MD5sum: 4eb63fdcea62d9c6d841b652e6c444a2
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 17. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-doc-18
Source: postgresql-18
Version: 18.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17420
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-18/postgresql-doc-18_18.4-1.pgdg+1_all.deb
Size: 2199140
SHA512: 29d0b04e713b96a4115cbe9869d46fb754a69d35cd57cb170194b63b82a36b631251087ae5f15bf2933dac54bba130557e2b70b4ecd89d96d60ec31a8a371516
SHA256: 42184047455b1d348832ad8f759e9efd3a84c1dc225be933ec2ac72f3990b47d
SHA1: 6072b9db6abc4033909b5277480812e04dc1fd88
MD5sum: 6dc01a54acd77a88a1fd0c938db00c77
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 18. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-plperl-14
Source: postgresql-14
Version: 14.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 566
Depends: perl, postgresql-14 (= 14.23-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plperl-14_14.23-1.pgdg+1_arm64.deb
Size: 85584
SHA512: 2ba19b22c11fa004adcbfad30d7046087656fe77da4cb640e8e1d05f09e3ec06234ec78a9bbc4d2d1c75c6c068d015d39b58ec18348dd47f85d99f1444359a51
SHA256: c6f971e9c65e75a6ee33e0fe66f567b390d4512af701b16ff30aee77e9343b32
SHA1: d1e12bd3c8cb67fa2a64993b991d61ef5398cbae
MD5sum: 6444297534943beb2013b4f047d322ba
Description: PL/Perl procedural language for PostgreSQL 14
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Perl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-plperl-14-dbgsym
Source: postgresql-14
Version: 14.23-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 339
Depends: postgresql-plperl-14 (= 14.23-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plperl-14-dbgsym_14.23-1.pgdg+1_arm64.deb
Size: 189216
SHA512: e6fd0bf4bc98edd5f1c997bed558e803e4918528de93f69662241ba37ff907a04b0ce3ee92960c0eca254ec89c3dd5cd55baac864b4c7fb0cd7d047ca55ffa4e
SHA256: d21d11f840205592f2208b44095707f7b0af5cf3a10f8a6daedd0f652f54d994
SHA1: 12a87fa1746a948654ab02948d784047819d83f2
MD5sum: 12ebe7e12c59e3b680569ec61c926821
Description: debug symbols for postgresql-plperl-14
Build-Ids: 2a63a4155727ce537319db5bb91b873a7d27c6d9 564925cd1d1c64a3c4366fda2825872732393f3b 91b0b8ffa26a65989fbda0fb86e745f22144c03e e7da1cc685c3b881197049ebc0205d49de6a9897
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-plperl-15
Source: postgresql-15
Version: 15.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 569
Depends: perl, postgresql-15 (= 15.18-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plperl-15_15.18-1.pgdg+1_arm64.deb
Size: 85828
SHA512: 1516854bfa8a2af28b3d6d311a6c657f483373d2ad80555317bcfe0253efbe7071f18243f57b82271964c49fa3850d523339c502ad46a99600b540598c4c98da
SHA256: 611e95366141acf46e3025a587be2f4d8bc9e1e27c1127f41dc139e7ea5319ae
SHA1: 979167a1b7ed2eb28cf4518867032524713b75a4
MD5sum: 2adeeb920834d624825cca90277af1d7
Description: PL/Perl procedural language for PostgreSQL 15
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Perl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-plperl-15-dbgsym
Source: postgresql-15
Version: 15.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 338
Depends: postgresql-plperl-15 (= 15.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plperl-15-dbgsym_15.18-1.pgdg+1_arm64.deb
Size: 192916
SHA512: 87ddb5226c7a1699c4daa3578e4d27ccd9a0a1424047d5a660e76c1f5e011592cd323b44614775725104a93b050e8f562b2e221053111d5807d9783416369a68
SHA256: 1b370d6113a190a7ed225957b33fa8ba04272675727a47353f4b8b80dd9d903d
SHA1: 1fafa7e771b08d6a470450d91d8b84222b02883e
MD5sum: d971ca3f57185d9c898bb8954cc9976c
Description: debug symbols for postgresql-plperl-15
Build-Ids: 2cbabcfd882f75fcef5c36d2b14587c60a3a5b3f a4a0d046d34e0bd7783eff5c2f53ce0344bcdd7a e05f9925a5410e12afa9af7a7b615283b0dd2e6b e23ffb7dcb798bf7b1da750e21cb56ddd5b453f7
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-plperl-16
Source: postgresql-16
Version: 16.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 584
Depends: perl, postgresql-16 (= 16.14-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plperl-16_16.14-1.pgdg+1_arm64.deb
Size: 87460
SHA512: 88e968d1b45a3a6dec6c93b4bd0fc211a46ee224d068f59d6fe8c7d63b018ab7e5df2d3b49ffd450931359c95f2c3320e38b5c938e2da188a2fc852a4c85c07b
SHA256: 0d87e2826cdcd50a7c359aeade1da159d24dd0aeff04dfa3368f6cf15148c47e
SHA1: cf22daaa0ec40a9b478ca843dfea036660a915ed
MD5sum: 8c19fda67635867f3c9b1d289fb3ebe8
Description: PL/Perl procedural language for PostgreSQL 16
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Perl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-plperl-16-dbgsym
Source: postgresql-16
Version: 16.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 340
Depends: postgresql-plperl-16 (= 16.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plperl-16-dbgsym_16.14-1.pgdg+1_arm64.deb
Size: 196296
SHA512: 397a3fbfa7e30696ae1fc4b01b17ef7e91e77f3a42d9088eb430bbaf945dff27fe75c1b73bc750e78d0cc582bf6bef0b01f09d29e20163095c89c5afb4e37497
SHA256: a6f6c2f7a6f6a99459d73dd24607bccfc22f585f52536244732b4d7765cf2db4
SHA1: 3c4cbe9e70d8a927abdc23f06898c620d79069ca
MD5sum: 0bc1e1116871bec332d8c0f497801ffe
Description: debug symbols for postgresql-plperl-16
Build-Ids: 149c244a5b2388e0f440e49eaf34aebd154fb19a 233b3ec966f7abde875652d89ef6cd27b71ee41d 70b7e8e50ff19ccd1d2aea3b915a6328884a82de d46df866ddb48357a490619995d6015a906e0b38
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-plperl-17
Source: postgresql-17
Version: 17.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 581
Depends: perl, postgresql-17 (= 17.10-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-plperl-17_17.10-1.pgdg+1_arm64.deb
Size: 85332
SHA512: edd726c4206d4f3b4d470423d3799481daaa26fe94840b193e63fcb734769c472b7bc0db74e2a37705447d7eb5f4a9e13197cd06341f9558a2ddd75ea37556ed
SHA256: 542fb6845bd01c188f6f06c5dc26f18cde41c930b85f9ba2d85d46fd52e19441
SHA1: 66f71f8ff081d7798d2c6530a3b64f2400e16955
MD5sum: 105eb6d72b606aa1de13b031a52e009f
Description: PL/Perl procedural language for PostgreSQL 17
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Perl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-plperl-17-dbgsym
Source: postgresql-17
Version: 17.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 348
Depends: postgresql-plperl-17 (= 17.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-plperl-17-dbgsym_17.10-1.pgdg+1_arm64.deb
Size: 199576
SHA512: 8d8b71618c4e53bb6cda2a7eb815f3e8cf9a6760d294b7ba554fd533a40bab99a1ae02cbae5595673c0efe564901253e0a2e67bbf1f5a894ea3afa120ad59667
SHA256: a1ffa044204eaaab77f0acf7ed39d566bf591bf87e1bc3ee282a50c5d517e80e
SHA1: 3808920fb3632adb47668ec4043d12464e027953
MD5sum: a704a81512c75ba7edd54f20e60905c6
Description: debug symbols for postgresql-plperl-17
Build-Ids: 789c2a327245007e72778aa5de2ff9887dc7599e 8be5a0f91a279978f9f06f08dd6a08e1033b3a90 ae203e59f3e1fe5fed239b8100649b1798e46d29 f5065206df71880bfe884894933773cb669bedb5
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-plperl-18
Source: postgresql-18
Version: 18.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 543
Depends: perl, postgresql-18 (= 18.4-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-plperl-18_18.4-1.pgdg+1_arm64.deb
Size: 68100
SHA512: 09f0fe5e92bd2f38786f199c9543820597e7ba694729b52dffaa73f6902eb9afdf82fe143d967f642fea1138252f5af78642c6ceebca35645c9096557f08e5c3
SHA256: 190a7b483e110bcd7dd3078c1841fc48414bbdc154dcc89cafb80f45938cc184
SHA1: b86b28999f9ab927f86c5715fc65a42509eebdc6
MD5sum: de702d956ab3ee4a36dfcb4fbe6c32ef
Description: PL/Perl procedural language for PostgreSQL 18
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in Perl.  You need this package if you have any
 PostgreSQL 18 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-plperl-18-dbgsym
Source: postgresql-18
Version: 18.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 346
Depends: postgresql-plperl-18 (= 18.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-plperl-18-dbgsym_18.4-1.pgdg+1_arm64.deb
Size: 202304
SHA512: 267464e16d502932cbdae706d51c1b103ad838a3eb0abb9e2e438c48ef0917180609afe273c39a6a07083daa510699a3abb72c64063336968bc51c5943edf3d6
SHA256: c51106d09a90f1f330f7d0e851da0bd3988b0433326c9cbc2ce749f117441116
SHA1: f1593b26a89d19afaa0e9d505d31c94e64a3b1c0
MD5sum: cc4b627e9289ebb90b4664be161ceb62
Description: debug symbols for postgresql-plperl-18
Build-Ids: 9efed373ad6d271cc2dbea51a3a6ffa4cf4ea98a bdbc6995d78376d68c5e313c4109f7f5d64be5d8 c13ea1ef35a4f4b9c6d6adc423e458667d289b68 cf49c04fc632352fedfe97445f8bfc57e3615916
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-plpython3-14
Source: postgresql-14
Version: 14.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 723
Depends: postgresql-14 (= 14.23-1.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14_14.23-1.pgdg+1_arm64.deb
Size: 110156
SHA512: c6bf8b87ec8be28f133ef45d014a550c453a31b52f8a7143a098e58a799482fa0367482beda66368a3b2df7ac0c9e935be8b39c5309001d16fdf675938c3e2cd
SHA256: db36e59fac96db8c4763f87247453b081777eec8397494be503ca0cfdb9b4f24
SHA1: 9fd26bfad0f5a4ff8f21be8de146d45ad5b8075b
MD5sum: 1dfcd228bd07dfd8653e1f7475b10dfd
Description: PL/Python 3 procedural language for PostgreSQL 14
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Python 3.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-plpython3-14-dbgsym
Source: postgresql-14
Version: 14.23-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 381
Depends: postgresql-plpython3-14 (= 14.23-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14-dbgsym_14.23-1.pgdg+1_arm64.deb
Size: 190384
SHA512: e22ca06a4c8104026eee02478b537d577c17d8d712fc72ad7a70999e5433a70cf2b5385bdc99e2d49e47b50b398b843ce518c8b020b42febfead2e92adef512f
SHA256: 59f30501f1db67b304d805f720d59682c995c14080dec5ed05ea2166b6f83214
SHA1: a9dc26fb2f5aab5788e55c71d669dac5ee4fc160
MD5sum: 53b266c73195d5b86416e37b9f2189d7
Description: debug symbols for postgresql-plpython3-14
Build-Ids: 0be020cf651bf4b837d28ed25d5d7b063480f578 6ea471ac908c241797a484f5d9e28776b12ddfa3 b71fd481dc89ac50337906df4bd971cbc102f769 f0d92cbf83114c45c141167b82de40753cc97432
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-plpython3-15
Source: postgresql-15
Version: 15.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 740
Depends: postgresql-15 (= 15.18-1.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15_15.18-1.pgdg+1_arm64.deb
Size: 111868
SHA512: 4023d9249f41edc22d6572ee4188715b78e09f9fd6d1c03917b34290d9c7b01ce7ffe323e6fbb3f369f075f09838bc4156ef2e55b785fc53bb44eb154cc5eed2
SHA256: d6ace0560dca36396dd13d16eba3216052c7c3e64b1d5b6a368fe2af4068de6f
SHA1: 0e72c0f39f74e53a0270068e82eff80056661cea
MD5sum: e0f35d162b5c6b835481bb9840f8414c
Description: PL/Python 3 procedural language for PostgreSQL 15
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Python 3.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-plpython3-15-dbgsym
Source: postgresql-15
Version: 15.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 385
Depends: postgresql-plpython3-15 (= 15.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15-dbgsym_15.18-1.pgdg+1_arm64.deb
Size: 194504
SHA512: 5aa9b496ee0e253dff3efe0160d1b39762c84f00cbef74128ea22251efde6d008341403f43c7f9fedde6541beaecf756bdc290a07695a198490864d6ec22ba9c
SHA256: 390b509f0b912cb1edc57148e0f43a4d210ac7b0933811eec8e7cc946028d1af
SHA1: 689b6fe068d9750b3297d13d462682428b53103a
MD5sum: a0a4f7720d87f3779c80d6e27b077905
Description: debug symbols for postgresql-plpython3-15
Build-Ids: 40c4eecbb97bbff2931701c11465f2ed82efb4ec 4b1c5fd334b96df98882ae2991a7d950a8f7fa1c 65b1899590e0afe88e4846ee2e93e1198a92130d abe200abe32a16f7e7612e6446ed69c69cbdee9e
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-plpython3-16
Source: postgresql-16
Version: 16.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 687
Depends: postgresql-16 (= 16.14-1.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16_16.14-1.pgdg+1_arm64.deb
Size: 112548
SHA512: e06f70cf69922cf0952204821dbfb54974b8e2668313d0ee869ab1c4aef68caaf9b71dd9ffde04b47ccbcee7744f4f38222c616f1df20a009ef644bcf0db318d
SHA256: 80aab16510e71e52f4b6cdcf965283028f429d4a8239a0a716f34a489b3a55b0
SHA1: 0d5e33f151ec19e3b34866691f2eddc0388b9050
MD5sum: 68f3609c664cf6707df56408869b2449
Description: PL/Python 3 procedural language for PostgreSQL 16
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Python 3.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-plpython3-16-dbgsym
Source: postgresql-16
Version: 16.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 389
Depends: postgresql-plpython3-16 (= 16.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16-dbgsym_16.14-1.pgdg+1_arm64.deb
Size: 199284
SHA512: 9b3f6bbdcd29965eab0c181511e93563089a02d706689c31ad51917c51bafd565224f2f9909604be6c54b180fb31a87461241fefd2f2f09dffa0bf98ce0c5b3c
SHA256: f9821e910bf599af6f1faa00aa6c884fead4d92209ba989a1f4eb240d9aefb82
SHA1: 07636f74fcc9ce9333cd219e9929ca415a2b1dc0
MD5sum: 71f0ce961cb7eb54f8a877241e715ca2
Description: debug symbols for postgresql-plpython3-16
Build-Ids: 3c6a180113e0cfd64a3fdfcc517086de1ca49b47 563c1680795300ae7496c8c2699a0ce249e0bbc8 7fefca309885e4d6c6bb6f82f70b8e8ce046caf6 fcbd093f574a876fd898e752f40dfce458818c3b
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-plpython3-17
Source: postgresql-17
Version: 17.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 684
Depends: postgresql-17 (= 17.10-1.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-plpython3-17_17.10-1.pgdg+1_arm64.deb
Size: 110728
SHA512: dde57dbd1b0e4dfb51389faa394c87bac3281516b69ff692deb122c86211a95686698643ca055dec49e77d51a1d3a9e7c576b08e7d5848d00dfe3b3d3dd6d73b
SHA256: 8ded1a6a23e565880675688a733c86bfb5f3c1cfbeef04288786b70f8b38f355
SHA1: 2cb8fbdd70b2f0c314a24d43e0e0b1878727b88b
MD5sum: 788149c915bb10076acbbc5f0228274b
Description: PL/Python 3 procedural language for PostgreSQL 17
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Python 3.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-plpython3-17-dbgsym
Source: postgresql-17
Version: 17.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 393
Depends: postgresql-plpython3-17 (= 17.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-plpython3-17-dbgsym_17.10-1.pgdg+1_arm64.deb
Size: 202516
SHA512: 84f228c534d14f3f29a6c8e2510d13b7389f02388553e456a8be4f5003ed47455a2277531de81cedfd75636498d7b99e5f7bf64b5e3dcfccbee198985e6c5e9d
SHA256: 670cd533e735d85941fbe243c9f563f070cecd68bd8e21c71ab6e3b9ce1834ff
SHA1: a7e35e582fb1f0d5aaf746b27e512a89e79daf94
MD5sum: 9c619f24d6e21450e54970eb0cef39b9
Description: debug symbols for postgresql-plpython3-17
Build-Ids: 44bc654a09603df33e8dbc8bfc9c5305a11393af c4bc08609bd123b84807689d92be546fe2d053e7 faba999dd384dc8e99d0abe04920fcc3c64e48c9 fb6cf58fe1f3ddebe8e6ff2431b560b7d7330678
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-plpython3-18
Source: postgresql-18
Version: 18.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 705
Depends: postgresql-18 (= 18.4-1.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-plpython3-18_18.4-1.pgdg+1_arm64.deb
Size: 91728
SHA512: 8540d2cc0005bf8858b3b1757faae42bb656c1b03c4a6f9fdef19ccae43578dd0af6ada8d774b9376cb4b6dcfa008f2cba67acc5ee402c2a76fe43a51b4a844b
SHA256: f7d0014b825877821c85d50381d07f1dec6e7ef6cc9d4d55b4d63cec527eb683
SHA1: 0374898e149ea43acd5c433254d9316a520f589d
MD5sum: b74c362668a398ac16aedbf4312fa6c9
Description: PL/Python 3 procedural language for PostgreSQL 18
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in Python 3.  You need this package if you have any
 PostgreSQL 18 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-plpython3-18-dbgsym
Source: postgresql-18
Version: 18.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 387
Depends: postgresql-plpython3-18 (= 18.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-plpython3-18-dbgsym_18.4-1.pgdg+1_arm64.deb
Size: 189024
SHA512: 9ffdb72fac8756e264e6d62d411d9c36571b7a8e1272485dab1564f75089e0ede97ff57624f3d41e24ba56868e319d852f51a4ff9277a2488ca0e680334d379f
SHA256: 4b2f39a77b742389f8e339c5d1ea1d5c4fda8e46db2b054884e4603f1cb455e2
SHA1: 51593b2c05d9c4a03cc1ff505d65c3f2be257922
MD5sum: 5cbc13a88d213cb2801bc9a02de61f01
Description: debug symbols for postgresql-plpython3-18
Build-Ids: 080a00417e7e433ece1226191345494ec79cbee4 1c1c13049c19c51b47033161b105552ec936741e 5462c6cc94f79563bdd10547ab8f7340f82c9847 8145261c01368615e42628fddeb0f16511e171c2
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-pltcl-14
Source: postgresql-14
Version: 14.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: postgresql-14 (= 14.23-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14_14.23-1.pgdg+1_arm64.deb
Size: 44228
SHA512: 584ea4d39a648c281133d286b33d1aaddfb456c4342d924375baf3249b971719dd2ddea0fd301949431b452108ec270cd0600cd585f3f59626ef64bdc66457ce
SHA256: 524cb5bcabe89d60378ce2d709723b53a790ebcc20a1936b8031d97b28c7fbc6
SHA1: 4326d48f261f6411c10de99c9fced6f93d412aa8
MD5sum: 96f448cf011eb307ae2caad010c20740
Description: PL/Tcl procedural language for PostgreSQL 14
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Tcl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-pltcl-14-dbgsym
Source: postgresql-14
Version: 14.23-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-pltcl-14 (= 14.23-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14-dbgsym_14.23-1.pgdg+1_arm64.deb
Size: 74876
SHA512: 4c429f8e6e9e55d88ec80d58d46fa37ff3e166453f41ad3200bfbef42cb941f76f3b4ff4dfdcf888f720f8ba216c33edc556119314bd9a691c3de7df5f21071d
SHA256: 65aa603aafee79286ef97a0e4c6b5b2db67e360ee3160cf25fc595c05b92c346
SHA1: a78c8aff7448c5c2fa1a0d8aae203c79c429a502
MD5sum: 22f6e7080054cfab5d5f32a2fd701612
Description: debug symbols for postgresql-pltcl-14
Build-Ids: 9d3ac9fe0dea4eaa784018cc8efbfff6653ae738
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-pltcl-15
Source: postgresql-15
Version: 15.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: postgresql-15 (= 15.18-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15_15.18-1.pgdg+1_arm64.deb
Size: 45668
SHA512: 11074e7f9e8cd559e8fac4f038eadd8b98bdd42000e96632f71b3dce0786f78a799c0a919c0e442b29e3a62ca0760b0fffcedbdc51d8306f5ae7abd74467694f
SHA256: 45ad605708dbff5d81ff50be185585a261b44d9b6485f828f57e2195518135a3
SHA1: c7e0a4fcb2135167d74d199fc3306a4c79a73757
MD5sum: b24994a62c4d2d1e5b869c7b210700e5
Description: PL/Tcl procedural language for PostgreSQL 15
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Tcl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-pltcl-15-dbgsym
Source: postgresql-15
Version: 15.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-pltcl-15 (= 15.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15-dbgsym_15.18-1.pgdg+1_arm64.deb
Size: 78440
SHA512: 8d07d7dd86f9b8e09f7c6f48195195810b55da5e9f99ceaf963aed84008cf92b8a747714709c3289927d7f5f9022548fdf70e82479b4817a1c64b64409e474ff
SHA256: 1db37c3d3d89c39ea17861fbe0fe543493841ae5675ed51e863333b9bb59548e
SHA1: 0f4be204f580a7d1ad5b962c64b6e5f3bfce7cb2
MD5sum: 4e157c3c1cb2aea98f8ebca0eeb84e9d
Description: debug symbols for postgresql-pltcl-15
Build-Ids: e5cf52c50f68b8a25c80b6e5d59f927724652cf3
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-pltcl-16
Source: postgresql-16
Version: 16.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 212
Depends: postgresql-16 (= 16.14-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16_16.14-1.pgdg+1_arm64.deb
Size: 46596
SHA512: 780ad2d2d4d658dafa21aa4c994e1a1b3de2fd9c5df15b97b380679a759bddb0fd641d0f1c7aad5eef767b2672f2d30b45cb564b6c761bfbc86318f82a5cc314
SHA256: 67ce5b2b9999e2e244f1d3a46421187b8c744e4a198fce653b72f8ca8c031c90
SHA1: dadd8bd095b3a66189d335d29b269bf52201bf11
MD5sum: 585f3d31d967b496dd68e0a4f03f6781
Description: PL/Tcl procedural language for PostgreSQL 16
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Tcl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-pltcl-16-dbgsym
Source: postgresql-16
Version: 16.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-pltcl-16 (= 16.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16-dbgsym_16.14-1.pgdg+1_arm64.deb
Size: 81328
SHA512: 2b9b3d36bb5e295a7ee9fbc871f41f1ee16a121012202d391ddf011d251dc5f77161a93be8edf8d977732dec7d495cec93d497763dd07264897868f04040e854
SHA256: dd3d3909e4093e869611c1ea43bd40db7f6bcb938b3dd1c22b5115d971c22f45
SHA1: 84d68700b945d66b41944cf9a713530cf1ae6f7d
MD5sum: ef38b54734b8768849ea811b95b8b483
Description: debug symbols for postgresql-pltcl-16
Build-Ids: a70b310d043a614817b0fa8bcca1d9ec604023f4
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-pltcl-17
Source: postgresql-17
Version: 17.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 209
Depends: postgresql-17 (= 17.10-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-pltcl-17_17.10-1.pgdg+1_arm64.deb
Size: 44464
SHA512: f887619d3cbf2f3062f31f813696955d7a29444cd3dcd61e96bf84dd4e078ffe031eda716f508f2ad4a40497740a0e2f793794437deef774145e7e8c2fa8e134
SHA256: 614e6ea80bd7cac01070ad4ccaa34ee7ef429edf338f5ceca47594e82675022b
SHA1: c0db35b067954400d3c33bcae3cf2c91be6f6365
MD5sum: c30ed48aea68e884664a85a505dbfbc2
Description: PL/Tcl procedural language for PostgreSQL 17
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Tcl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-pltcl-17-dbgsym
Source: postgresql-17
Version: 17.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 155
Depends: postgresql-pltcl-17 (= 17.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-pltcl-17-dbgsym_17.10-1.pgdg+1_arm64.deb
Size: 84892
SHA512: 95d966ebad133c3eb071f2f0f5ea59e736ef06d21b8f1709e24fda907ac9f08dd8d71e8f16713d5062d20a443ee2797bfa946a253b2ab1479c2b862b69df176a
SHA256: d7eb1a9d20c9ae649e5d7c374bd3c21024cc0256191706116b18d90d3ef9d9f9
SHA1: 4f5dee0c1d9fd3ac9153492e153b15009321f3e9
MD5sum: 687c593f9309914d62f9a0250e9db8bc
Description: debug symbols for postgresql-pltcl-17
Build-Ids: 9522ab2f014e9794742bc2c4a80448bd97e52cc0
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-pltcl-18
Source: postgresql-18
Version: 18.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 207
Depends: postgresql-18 (= 18.4-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-pltcl-18_18.4-1.pgdg+1_arm64.deb
Size: 42760
SHA512: 93d449debb287db53d065380e4d682373e4ccc7078a174d0d4b2cb9d0926516280ab948ae51bfbac5387cd6f6156e10595b3d71cc942ab3e1a21aa834e441a99
SHA256: 5b37bfed734850b9598fed4b4f0ba1c9ead5dc90e2feefddc5c76f642e29ebad
SHA1: c73810b28f86b2e5ffb657d15425638ac9250fa2
MD5sum: 08af7defb9b7dfa19f080dcb259a6c78
Description: PL/Tcl procedural language for PostgreSQL 18
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in Tcl.  You need this package if you have any
 PostgreSQL 18 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-pltcl-18-dbgsym
Source: postgresql-18
Version: 18.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: postgresql-pltcl-18 (= 18.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-pltcl-18-dbgsym_18.4-1.pgdg+1_arm64.deb
Size: 88476
SHA512: c8d6dbdf1a1c8f49cd46ac11d2079358b2634b3b63e7c69c998aee79324269de1b607e6d031d32086f778a7a85467088aa3bdc55d7bf4a0d326c3afba4e7f917
SHA256: 5372b3da638bb2789f0b326e607fc214a6718c4a81682f597b3a93f5c5a87761
SHA1: fde901e3ae3a9215f72e585aa7238b4d8ab19059
MD5sum: 3cb4cef57b1dcc4882beab08bc2d2804
Description: debug symbols for postgresql-pltcl-18
Build-Ids: a58eff0e36a040024c8583fbb9c213f5aee1333a
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-server-dev-14
Source: postgresql-14
Version: 14.23-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6815
Depends: clang-21, libpq-dev (>= 14~~), llvm-21-dev, postgresql-client-14, postgresql-common (>= 142~), libc6 (>= 2.38)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14_14.23-1.pgdg+1_arm64.deb
Size: 1145616
SHA512: ca9deb1128640e253579504c8bd446f8a2fdb845165a9dc8fe988b6a91ba4d34b326f4fda8902838cedbb81b42b59614eb92447ce444d172f570bb3d5da96087
SHA256: 9b970fe8d763432a8ac6a1b53f285ae2c950a9b1ba8a32a70d83319afd808006
SHA1: abefa1ed3888fc8f8c577be28d3a4eeccd11ecad
MD5sum: 855abd7822e7231a118afb8b37c6db63
Description: development files for PostgreSQL 14 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.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-server-dev-14-dbgsym
Source: postgresql-14
Version: 14.23-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-server-dev-14 (= 14.23-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14-dbgsym_14.23-1.pgdg+1_arm64.deb
Size: 71940
SHA512: b19ed72e0711a82c3bdf534a51ce752f9c88a0b5f1946b63d0ea3a70abdd4b58722aea7c529999587103bde10c406da64864254fd0f365e40304edd76832281d
SHA256: 05628764c836852cf823033028779a1d7500be710b6b5708bcbb9a9911acad8e
SHA1: a80c77ce71405dae8a9711fff11624843d7aacc0
MD5sum: 574ca01800acff2a8cd372dc034e1973
Description: debug symbols for postgresql-server-dev-14
Build-Ids: c4e1587bcf4a8fa3af40c86315b72fc0094731e1
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-server-dev-15
Source: postgresql-15
Version: 15.18-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6980
Depends: clang-21, libpq-dev (>= 15~~), llvm-21-dev, postgresql-client-15, postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/postgresql-server-dev-15_15.18-1.pgdg+1_arm64.deb
Size: 1172944
SHA512: c0dfe0eef79d8a859b059b9295403c9e3b9a2e9a83847e60c0df241d51f7dbdf3e286ecc06159077dec71bc201edb84c0903f9fdbbfd0a555f90a1606db8fe93
SHA256: dbf2d2741570dd48ab6db9ee2e1a23ee7f671f5d2b1ccf583904823570816373
SHA1: 4afaeeb4eae98435da8b8ca4e5096cd7b1e1fd1e
MD5sum: db6c2dbb19521f3efcb253499eac1c68
Description: development files for PostgreSQL 15 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.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-server-dev-15-dbgsym
Source: postgresql-15
Version: 15.18-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: postgresql-server-dev-15 (= 15.18-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-server-dev-15-dbgsym_15.18-1.pgdg+1_arm64.deb
Size: 75412
SHA512: 2c3cdd8b4cdc1032ff5e73adfad62a13b5116e35d5c6240bbb80e1492f135485853fbdc307430ca16d2e9e42b11117248a9b84641480c8abc25b55397bbf583d
SHA256: 48f210aeab7a313113beb39b1b87c359cc3179432fa5d46956a3c6364d66c3de
SHA1: b1285d1f0f2bff8810560fb445bd0715d36d27ca
MD5sum: 23a137f7fe2b9aacf8be2e955360bfe4
Description: debug symbols for postgresql-server-dev-15
Build-Ids: 62a0212e3ade73a733d89a25bd443cb44bfa069a
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-server-dev-16
Source: postgresql-16
Version: 16.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7164
Depends: clang-21, libpq-dev (>= 16~~), llvm-21-dev, postgresql-client-16, postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-16/postgresql-server-dev-16_16.14-1.pgdg+1_arm64.deb
Size: 1199852
SHA512: 634bfbe2de2e2cc4ff711b5e09128e596d6fa79b33eb4a173dd102b48e20d007f216aaafe515e68f89e79089b29924b2d1e1c7c52e11bd2bd769ee155cdc5d78
SHA256: 1361ec1c250f2eb92a793c6fdb4dfb294f2f8f9969f3696e95a5c21c12678ee2
SHA1: 109327c0fe8a31e9f9f29bbc34f5667764428904
MD5sum: afe28aa58b64deddfa6d7b8518202831
Description: development files for PostgreSQL 16 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.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-server-dev-16-dbgsym
Source: postgresql-16
Version: 16.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: postgresql-server-dev-16 (= 16.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-server-dev-16-dbgsym_16.14-1.pgdg+1_arm64.deb
Size: 79880
SHA512: 20f34c28e3694cf28209728d40053dac6124d2ee4016e805a04459ed8bbeec96f414b7475786448925fd880ccb37d0b54eb919c03c881b761ac64efa0a12dcd9
SHA256: 4d13b9368e7c1a5ecce8713f1d60589f849e44ff154312d93800010c6a5c957a
SHA1: 75b1a96644e6f6883f407a77fb68523fa818c966
MD5sum: a1172092d057ed1140b983ef4f228d48
Description: debug symbols for postgresql-server-dev-16
Build-Ids: 363f593837ea68e36ece420d9861f302c0e46895
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-server-dev-17
Source: postgresql-17
Version: 17.10-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8390
Depends: clang-21, libpq-dev (>= 17~~), llvm-21-dev, postgresql-client-17, postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-17/postgresql-server-dev-17_17.10-1.pgdg+1_arm64.deb
Size: 1337848
SHA512: bcdc39fc33918cb8919340819782110fc5dfca44c8b6f84a3374c7015bc3603468d6a18c2f1fb072d8615d503c3a768d12aa648ebe814b208dad616bc803fc51
SHA256: 04f32858cb3a32967b3bcc3086ef471a1857a2b43b4201e17d2753986458ad7a
SHA1: 096946e038151a8839132dd8fbf083f0a48001a8
MD5sum: 289bff285992e8b29680a7e5a038f92d
Description: development files for PostgreSQL 17 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.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-server-dev-17-dbgsym
Source: postgresql-17
Version: 17.10-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 266
Depends: postgresql-server-dev-17 (= 17.10-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-server-dev-17-dbgsym_17.10-1.pgdg+1_arm64.deb
Size: 138580
SHA512: be74ffd7ec79b179d3f173269ccc7ad39f021ab7d622784c5e31067f6a9308082cf526443dad956c81d7216f8c2e0d7eb7f54489514d0fe2aa54acb5f395f936
SHA256: 1bd9ead90d1397096722992d45d200f1c3f42a5609dab1c83ea7b2e82a97ef0c
SHA1: 8741dc45169084433a5bb6c498b468d191b370c3
MD5sum: e0174a126e73d23f91db193678f57253
Description: debug symbols for postgresql-server-dev-17
Build-Ids: 63513cd732be6ac87c9e507c6854170ec4c89422 d0e8250d19c2b6f7f6cf64a81bac43190bd23cf2
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-server-dev-18
Source: postgresql-18
Version: 18.4-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8845
Depends: clang-21, libpq-dev (>= 18~~), llvm-21-dev, postgresql-client-18 (= 18.4-1.pgdg+1), postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-18/postgresql-server-dev-18_18.4-1.pgdg+1_arm64.deb
Size: 1399336
SHA512: d637b162cb046a2b4c52fff89233996341473dc7f679089a85c4692c9ef3d954073d7ebcb1af536c5fde66b126156d55bfbe727c1549b3b2264b7531b37f3e9c
SHA256: a5501eee379bdb19f07ca463687e4fb3c661745c6676664c732a666061e48f36
SHA1: 63e0fdd4dd206f115f2ef4f44a672290fce9d1a3
MD5sum: 8e23bd66d033cd9f894ccbecaf4a0a1c
Description: development files for PostgreSQL 18 server-side programming
 Header files for compiling SPI 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.
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-server-dev-18-dbgsym
Source: postgresql-18
Version: 18.4-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 260
Depends: postgresql-server-dev-18 (= 18.4-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-server-dev-18-dbgsym_18.4-1.pgdg+1_arm64.deb
Size: 135292
SHA512: f1191b15913b94296bf72ae8e0c6e877b070cc4a20c637122e53f38f0cb793020049d662b583a846b89d0d6f2e0d6b6f2383ea43ae5b3ef041c2c32b578c4d3f
SHA256: 8fb4f6370adf5bc6f9b1ddc055ee60eefc71f4f87a1394c8d108e690a741a697
SHA1: 4bd4b2865df6618a6ffa195961539dee3933823e
MD5sum: 4dc38f465b86ad8231844f77f6b078e1
Description: debug symbols for postgresql-server-dev-18
Build-Ids: 595d48543bf1d7f3f3c702627cb9069d88b300b3 59ff60641a3d4e306b9d411ff784d8914dd44cc1
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 291.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13
Depends: postgresql-common-dev (= 291.pgdg+1), postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12, postgresql-server-dev-13, postgresql-server-dev-14, postgresql-server-dev-15, postgresql-server-dev-16, postgresql-server-dev-17, postgresql-server-dev-18
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_291.pgdg+1_all.deb
Size: 7832
SHA512: 5c26901962c7be7da39c2788e0a8846ab05f890853aa101f6749ccff582bb99a592c793180b6bda5776afb74afe574a2411b2d39ee52eb377d53825a58e7165e
SHA256: f6b3291721c2f62042e197396592ba3d5e37fb9e06acd80d3103a19c7b7284e9
SHA1: c0f39fa1807413c4d28f802a0d335de227832b91
MD5sum: 3c44ac513ecf5d71c0b83e77c35071bf
Description: build tools for multiple PostgreSQL versions
 The postgresql-server-dev-all metapackage depends on all server-dev-NN
 packages for all supported PostgreSQL major versions, required to
 build PostgreSQL extension packages, as well as on postgresql-common-dev
 for build infrastructure.
 .
 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.
Timestamp: 2026-05-14 11:31:00+00

Package: prometheus-sql-exporter
Version: 0.9-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16560
Depends: postgresql-common, libc6 (>= 2.34)
Built-Using: golang-1.26 (= 1.26.3-1), golang-filippo-edwards25519 (= 1.2.0-1), golang-github-beorn7-perks (= 1.0.1-3), golang-github-cenkalti-backoff-v4 (= 4.3.0-3), golang-github-cespare-xxhash (= 2.3.0-1), golang-github-felixge-httpsnoop (= 1.0.3-3), golang-github-go-kit-log (= 0.2.1-1), golang-github-go-logfmt-logfmt (= 0.5.0-2), golang-github-go-logr-logr (= 1.4.3-1), golang-github-go-logr-stdr (= 1.2.2-4), golang-github-go-sql-driver-mysql (= 1.9.3-1), golang-github-gobwas-glob (= 0.2.3+git20181002.e7a84e9-1), golang-github-golang-protobuf-1-5 (= 1.5.4-2), golang-github-google-s2a-go (= 0.1.8-1), golang-github-google-uuid (= 1.6.0-1), golang-github-googleapis-enterprise-certificate-proxy (= 0.3.6-1), golang-github-googleapis-gax-go (= 2.14.1-1), golang-github-jmoiron-sqlx (= 1.3.5-1), golang-github-lib-pq (= 1.10.9-2), golang-github-munnerz-goautoneg (= 0.0~git20191010.a7dc8b6-2), golang-github-prometheus-client-golang (= 1.23.2-2), golang-github-prometheus-client-model (= 0.6.2-1), golang-github-prometheus-common (= 0.67.4-1), golang-github-prometheus-procfs (= 0.20.1-1), golang-github-robfig-cron (= 3.0.1-1), golang-go.crypto (= 1:0.50.0-1), golang-golang-x-net (= 1:0.53.0-2), golang-golang-x-oauth2 (= 0.27.0-1), golang-golang-x-sys (= 0.42.0-1), golang-golang-x-text (= 0.36.0-1), golang-google-api (= 0.276.0-2), golang-google-cloud (= 0.123.0-3), golang-google-genproto (= 0.0~git20260414.afd174a-1), golang-google-grpc (= 1.79.3-1), golang-google-protobuf (= 1.36.7-1), golang-opentelemetry-contrib (= 0.56.0-5), golang-opentelemetry-otel (= 1.31.0-6), golang-uber-automaxprocs (= 1.5.3-1), golang-yaml.v2 (= 2.4.3-1)
Homepage: https://github.com/justwatchcom/sql_exporter
Priority: optional
Section: database
Filename: pool/main/p/prometheus-sql-exporter/prometheus-sql-exporter_0.9-2.pgdg+1_arm64.deb
Size: 4340968
SHA512: e192027221d862dc574a4f7a4461d310515d71ccd7f17ac6907b99a6ede2c8ae67968fa39f7ca01f503c58ef8d896b91bfc4a02bbb5b3bbb65a66ebe1786cf81
SHA256: d25baaf34bedb88f1d0da8a54b71435c8aadf54a4df35b65b02f5f67683d3fc2
SHA1: 24ae3285e7e10bcb2ac73f82695fe0958140e211
MD5sum: f371400ddda1298b71f097781498ce69
Description: Flexible SQL Exporter for Prometheus
 This Prometheus exporter extracts various metrics from PostgreSQL, MySQL, and
 MSSQL databases. The metrics are configurable via a YAML file.
Timestamp: 2026-05-14 11:31:00+00

Package: prometheus-sql-exporter-dbgsym
Source: prometheus-sql-exporter
Version: 0.9-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 22966
Depends: prometheus-sql-exporter (= 0.9-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prometheus-sql-exporter/prometheus-sql-exporter-dbgsym_0.9-2.pgdg+1_arm64.deb
Size: 5194052
SHA512: 06115f4785db6797404317c95fa81a0e8135e1b5138a4d6eef6a221562ab7f2c889a108b44d76b428f8f5749dbbb44d94e32bbd7b4617a501766c87e3725704a
SHA256: b8558214c5c18b21a4d75905a73f890255fa094235f1396a1eacda8b03a63610
SHA1: 3aaf0e2425675dea29df65762259c07dc90edc25
MD5sum: 951c6e4539bc5e8d72ff7c6dcd5621c7
Description: debug symbols for prometheus-sql-exporter
Build-Ids: 22bd70d44751bec0a0e59df9a09cfa7f96ab8537
Timestamp: 2026-05-14 11:31:00+00

Package: postgresql-13-ip4r
Source: ip4r
Version: 2.4.2-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 305
Depends: postgresql-13, libc6 (>= 2.38)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-13-ip4r_2.4.2-5.pgdg+1_arm64.deb
Size: 62212
SHA512: 410fb483935864b82f118c2330c4c57c0aa05554651f2e075b6b049cc28c0c540fee988452918da273124ea472a195dd000457b0c570da293b1d6c78200d62c5
SHA256: 9deff7adacd52f001ccac363cd004af12bd85c7c4af65e5dbdd51e932d9bf9df
SHA1: b4596416b7dc29542b6cc44fa01ece00bc4a2b1c
MD5sum: 43221b1d96c3243ebd7ed0ce96ea126f
Description: IPv4 and IPv6 types for PostgreSQL 13
 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.
Timestamp: 2026-05-26 20:42:25+00

Package: libpqxx-8.0
Source: libpqxx
Version: 8.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL team <team+postgresql@tracker.debian.org>
Installed-Size: 688
Depends: libc6 (>= 2.32), libgcc-s1 (>= 4.5), libpq5 (>= 10~~), libstdc++6 (>= 14)
Multi-Arch: same
Homepage: https://github.com/jtv/libpqxx/
Priority: optional
Section: libs
Filename: pool/main/libp/libpqxx/libpqxx-8.0_8.0.1-1.pgdg+1_arm64.deb
Size: 190312
SHA512: 3fbe44644deafa48040234cae109538d924de30caa78cbe08397554cadd5f8900507043fb70dc6943d9b715b7d987f5a72f88e6b1404aefc3a907843c328f55c
SHA256: 3c2a8510000fac0eb3c66dfedf24d0bf4e877221148b261fdc7436c84c86796f
SHA1: 245488bf5b0fe79d4e792da5ebc85ee9c52f1e58
MD5sum: 824477bf3c751557986fc6594d10eb90
Description: C++ library to connect to PostgreSQL
 C++ library to enable user programs to communicate with
 the PostgreSQL database back-end. The database back-end can
 be local or it may be on another machine, accessed via
 TCP/IP.
Timestamp: 2026-05-20 03:44:21+00

Package: libpqxx-8.0-dbgsym
Source: libpqxx
Version: 8.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL team <team+postgresql@tracker.debian.org>
Installed-Size: 7580
Depends: libpqxx-8.0 (= 8.0.1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libp/libpqxx/libpqxx-8.0-dbgsym_8.0.1-1.pgdg+1_arm64.deb
Size: 7031604
SHA512: 536bc30fe3fb2b1b677051bee9fcd5a12f715cbce7b617c6e0e140176f2e932ad1d62b265ac835d1b316a07755fc4333beb6d6ab2f1722459b166c6adf13d341
SHA256: fda12d76bb673db7a99381e3862fd24154c886e3cb2b3c0f8404ba50545a2443
SHA1: 42c497c7ed2efd50695352a0a89ad5ccaed0e329
MD5sum: 298f63914fa4cb686827f8a580c8a225
Description: debug symbols for libpqxx-8.0
Build-Ids: e421fa99381b3c70e38ea49de8d1d9e3e35f8299
Timestamp: 2026-05-20 03:44:21+00

Package: libpqxx-dev
Source: libpqxx
Version: 8.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL team <team+postgresql@tracker.debian.org>
Installed-Size: 5866
Depends: libpq-dev, libpqxx-8.0 (= 8.0.1-1.pgdg+1), pkgconf
Suggests: libpqxx-doc
Homepage: https://github.com/jtv/libpqxx/
Priority: optional
Section: libdevel
Filename: pool/main/libp/libpqxx/libpqxx-dev_8.0.1-1.pgdg+1_arm64.deb
Size: 518968
SHA512: d3ad92c765958bc1a4c416e86c9fb199431c5784c73e769c5e833aa05079389fe23e3ce2adbc47635a99568c8d4ca3fd380d61a5e483220bfad3a4137ce3a034
SHA256: b8efcbf179646f3732ea4ac8aa848d02d3c41fe581b893b47769ec17cd706bf8
SHA1: 350d839a5910f9ac4d2c3d63666d8fc0be0d8903
MD5sum: 42abaf25edb96b039dcf4ba9bcdf7556
Description: C++ library to connect to PostgreSQL (development files)
 C++ library to enable user programs to communicate with
 the PostgreSQL database back-end.
 .
 This package contains header files for linking against libpqxx.
Timestamp: 2026-05-20 03:44:21+00

Package: libpqxx-doc
Source: libpqxx
Version: 8.0.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL team <team+postgresql@tracker.debian.org>
Installed-Size: 850
Suggests: libpqxx-dev (>= 8.0.1-1.pgdg+1)
Multi-Arch: foreign
Homepage: https://github.com/jtv/libpqxx/
Priority: optional
Section: doc
Filename: pool/main/libp/libpqxx/libpqxx-doc_8.0.1-1.pgdg+1_all.deb
Size: 208880
SHA512: 3c5a3813eb48a2d832d4817d6707bf3f2ebba5f28f8dffeaac54a3aa3da4590f517d533b822e0d4cef9f072e07578fb7adcdc3fb4d48b65797f524551d9a8f44
SHA256: a4508bd7181fcd8dbb1650f01914684c9f03b649525ae359d4f02160f43fef17
SHA1: bf2f1e279c6a637877c766c5dc682a01858d057e
MD5sum: da7f716a632df8f4323c57e6ec48f16f
Description: C++ library to connect to PostgreSQL (documentation)
 C++ library to enable user programs to communicate with
 the PostgreSQL database back-end.
 .
 This package contains documentation and examples.
Timestamp: 2026-05-20 03:44:21+00

Package: pg-auto-failover-cli
Source: pg-auto-failover
Version: 2.2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1091
Depends: openssl, libc6 (>= 2.38), libncurses6 (>= 6), libpq5 (>= 9.1~), libtinfo6 (>= 6)
Recommends: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/pg-auto-failover-cli_2.2-4.pgdg+1_arm64.deb
Size: 432468
SHA512: 57b38c4b443013c84bef79489f59a1d13dedefa1783200ab654270d648c6832adcb8d5526473371885f684d37d49d15f1aa406a7c542703f20ed9e23e7aca58e
SHA256: 9a92ffa74887d31df808604a25585fe494996042daf8471471d4c3105e0f3303
SHA1: 8c12fe37d03473c63f6817b5cd360d14de932591
MD5sum: 9bbe0c631251cb67f9d98eee51441f59
Description: Command line interface and service to manage pg auto failover Clusters
 This CLI is used to manage pg_auto_failover installations to provide High
 Availability to Postgres.
Timestamp: 2026-05-20 03:44:21+00

Package: pg-auto-failover-cli-dbgsym
Source: pg-auto-failover
Version: 2.2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1433
Depends: pg-auto-failover-cli (= 2.2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/pg-auto-failover-cli-dbgsym_2.2-4.pgdg+1_arm64.deb
Size: 595140
SHA512: 8e7df69c8aeadaba70258950dbd412d5d112e54de5e992c2987e348d454faf25bcc3307bc069f584f5bd1dbe3dbfef8eaf813cc7ec863fe1cf7b0d1f8a3a200c
SHA256: 3fb39eb2e06a8484f091141effa0e443cb77898925471726af4fd56348a167db
SHA1: 5c4c9824ba766707d199c9c95e28d2587bbbf927
MD5sum: b08eab8ee2e43cb151917a2cffe1d72a
Description: debug symbols for pg-auto-failover-cli
Build-Ids: 1001201b808e2be6afecdf99224c38f4b711b17f
Timestamp: 2026-05-20 03:44:21+00

Package: pg-statviz
Version: 1.0-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 817
Depends: fonts-noto-core, fonts-noto-extra, python3-argh, python3-dateutil, python3-matplotlib, python3-numpy, python3-pandas, python3-psycopg, python3:any
Recommends: postgresql-statviz
Suggests: python3-anthropic, python3-ollama
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/pg-statviz_1.0-2.pgdg+1_all.deb
Size: 543308
SHA512: 28cbfc39c73601b0d7f43640bdc813acb7e49724f3c9fbf03c035f0a0e9ba897bb13e7adbab06d40d3e689f7f81c19f41659fd93a0984c9f0312569bc2541a72
SHA256: ea8c754863fb2fd9b4c14ea9fc1c2197c4f279889cfd55931fec521e9c320efa
SHA1: 9996d97200b54d313d9535a7918fa224a5d41e64
MD5sum: 5e3d6e477a81a3e06230387a7db13db0
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the pg_statviz utility.
Timestamp: 2026-05-20 03:44:21+00

Package: postgresql-10-londiste-sql
Source: londiste-sql
Version: 3.8-8.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-10-pgq-node, postgresql-10
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-10-londiste-sql_3.8-8.pgdg+1_all.deb
Size: 20824
SHA512: c0f7d2e8aea186f5eed2c651f0e45548a26fb25844f966baad41db5ae0600f8f6d1a1eb0cc74e2d50e7f8fc87b9b5798c9556c73a4935f331d30983853853542
SHA256: 709d677570e6cd7c73b1d0744b57669c82b9c99004d6dffc47f345ee7225370a
SHA1: 8b2acc8ec7a73cfbbbd3d85600462ce4299d6d39
MD5sum: 7627543b2c9bc7eb5db67274e4d6ff38
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2026-05-20 03:44:21+00

Package: postgresql-11-auto-failover
Source: pg-auto-failover
Version: 2.2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 286
Depends: pg-auto-failover-cli (>= 2.2-4.pgdg+1), postgresql-11, libc6 (>= 2.38), libpq5 (>= 8.4~)
Provides: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-11-auto-failover_2.2-4.pgdg+1_arm64.deb
Size: 56608
SHA512: 76cc88c1c253a24613124031d94fb8536c29f80f24744192b977372a98fb8d52d0e2de64eb34e142c467d98527f0329ae93ed229212eeb3624cbe480d1b24f9d
SHA256: f648b7c4a87098799a31d113f589c2c5fa822f62c85eb6872d4ccb3284e0fdcc
SHA1: 6ee8a18fefb94bba82eee8ea81396d37a8e92a44
MD5sum: 5d0144ab7db744d26c60bc0a6403c4de
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2026-05-20 03:44:21+00

Package: postgresql-11-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: postgresql-11-auto-failover (= 2.2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-11-auto-failover-dbgsym_2.2-4.pgdg+1_arm64.deb
Size: 129296
SHA512: 620e5587f466655add4cf78707732c2778767adcfedd279ebba86cb9b3437765ffed27796f674082d0277b86c7535429ad3d56bf125a13960f5de1b0d8f6b1fb
SHA256: 3bc339a1140f7a147823c3a4da6cc43fecfd24137de4c9eabb50ee65a9a49603
SHA1: ea41c372d4d9939a07a4759406ee8dc58cd1d8a2
MD5sum: 8f653ffa8cff80b4d403792d4f69ba68
Description: debug symbols for postgresql-11-auto-failover
Build-Ids: 79b652146ba27039106ceaa4494364f802048b4b
Timestamp: 2026-05-20 03:44:21+00

Package: postgresql-11-londiste-sql
Source: londiste-sql
Version: 3.8-8.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-11-pgq-node, postgresql-11
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-11-londiste-sql_3.8-8.pgdg+1_all.deb
Size: 20820
SHA512: c33fbf6cdc13440fd5238ec15f768b24d78353b64129ee13d42da528b5644eafa3f06922e6c83c60ec061208c6a546a86e2c003ab7f5e2aeebd75efe5191f55a
SHA256: 52d9f284d687f20e7767e3d957536c90de8f984db710318185f7e579ff6cce42
SHA1: 9d74d6d696a6f9f4eff8292eac6cfbe59dfd53af
MD5sum: fcc90a373c92397215e8b90f97d00f6b
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2026-05-20 03:44:21+00

Package: postgresql-12-auto-failover
Source: pg-auto-failover
Version: 2.2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 286
Depends: pg-auto-failover-cli (>= 2.2-4.pgdg+1), postgresql-12, libc6 (>= 2.38), libpq5 (>= 8.4~)
Provides: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-12-auto-failover_2.2-4.pgdg+1_arm64.deb
Size: 56524
SHA512: 5b8f66e0532bf04066f23f86d485b19a982dbf8e10e5fc420358d1868044746a1d0b370d9e872dcee3463bb4eee3b5038473a7930b4fc90a6f2d17eceb88d899
SHA256: 8282d1dfcba2e2ff35464e948ddedaceef0b5e67212e296a44b6411b7f11a215
SHA1: 02c9bd0216dd5f2786c6e9873f8ac1a602ad9266
MD5sum: 64612046dcb779d1f3fa839fae1b7324
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2026-05-20 03:44:21+00

Package: postgresql-12-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 276
Depends: postgresql-12-auto-failover (= 2.2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-12-auto-failover-dbgsym_2.2-4.pgdg+1_arm64.deb
Size: 137724
SHA512: ad7330fa20a60277d1df79b85fc1421eb2e6a4a91dd95cbefa79f5d8d428b831869aecc1cac0013f5512d76c5424316e429559011dfb0181c292d7c27fafb824
SHA256: a1cdf764b73f44f7d5098f24be117d29511fdd70fd0a6d4da4d503824062d3e2
SHA1: 46480623defbf4447c0b2947daa904d63d4bfd72
MD5sum: f417d118321a5a101de5f9cde5b94bfb
Description: debug symbols for postgresql-12-auto-failover
Build-Ids: c3350de1f4a744e7ba63f45d49bd49e31050fcc5
Timestamp: 2026-05-20 03:44:21+00

Package: postgresql-12-londiste-sql
Source: londiste-sql
Version: 3.8-8.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-12-pgq-node, postgresql-12
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-12-londiste-sql_3.8-8.pgdg+1_all.deb
Size: 20824
SHA512: 89863f678b76e14a72322f61cef06b77f57b0a82be5e6bb177b415c69b0b73338be1a232f0a4dd4cbafbc68fcbc172b49a591fa28f9ec6f6b7c99cb534205a9d
SHA256: 918afa2be60e69d4561139f72bfd517228c6e90cb13307f7ee11165cb2830992
SHA1: e35ea8944c092092baba96597bdd363a547b594b
MD5sum: 2a6625f4826df68ac994dbcafff79685
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2026-05-20 03:44:21+00

Package: postgresql-13-auto-failover
Source: pg-auto-failover
Version: 2.2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 286
Depends: pg-auto-failover-cli (>= 2.2-4.pgdg+1), postgresql-13, libc6 (>= 2.38), libpq5 (>= 8.4~)
Provides: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-13-auto-failover_2.2-4.pgdg+1_arm64.deb
Size: 57008
SHA512: ecc999ee2bf522b930d12454277cac706ff9f9355f7f3ea106a0eaa632a8fd6f78fd1776f409a74d1dfcf9ee661dd982a28f3f78262d10bf45c2c05679b10a5b
SHA256: bc4bdf0b91d142d181f172507e0820b4dc7bf4f289b33e3e831717fb994351f2
SHA1: e4a034220be64ed36d1e8dfadcc43a34c13dc57f
MD5sum: 333670a76d32ac283c7beb20851d70c3
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2026-05-20 03:44:21+00

Package: postgresql-13-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 284
Depends: postgresql-13-auto-failover (= 2.2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-13-auto-failover-dbgsym_2.2-4.pgdg+1_arm64.deb
Size: 144920
SHA512: cfe28cddfa64850c2105d301c5845498e5198d6f54d63bcb713b83d8d215e158ca8f087df97b922b910b709400a15f1323eac6fdce446b1d4ba19b43d1fbd340
SHA256: e1265c16b4550891789398aec33c4b59079db9c0b50a288ebece26d9b5831416
SHA1: 83f6771ff3f5fa4b155d4df74548a66e61b2b0fd
MD5sum: af7f1b0ef762c6114fdaf121a07b8753
Description: debug symbols for postgresql-13-auto-failover
Build-Ids: 950aa0a613d6683e0a740b75f305dae8c9f9cc57
Timestamp: 2026-05-20 03:44:21+00

Package: postgresql-13-londiste-sql
Source: londiste-sql
Version: 3.8-8.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-13-pgq-node, postgresql-13
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-13-londiste-sql_3.8-8.pgdg+1_all.deb
Size: 20820
SHA512: 19ea1185bf16f13bfdda473a73d24f93af01b8725c561a86767d0311886a2c25e7faa57815d3ae5441919d9cfb76ce0abac4564f8804d4f9f4eb9de2f4ad742f
SHA256: 5794bc69b02e0d06ce9fef0b112b5701bcd3a380ba884f9ffc5a54c9f53c4a5d
SHA1: 4f50f14843a080b344d940b239b357c274c6ce2b
MD5sum: ea39750ddfd40153b0fc7bf38e560883
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2026-05-20 03:44:21+00

Package: postgresql-13-statviz
Source: pg-statviz
Version: 1.0-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-13
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-13-statviz_1.0-2.pgdg+1_all.deb
Size: 12964
SHA512: 5d68a0cd90e3e9c7a1cc6641e34dd3e84cf12fbd7a10886c291454fdc217467a09d9c22b0e296a7811c21fcc8dc66a3b42404d5086e4b457bdedd97ba7ac7102
SHA256: ea39c040f4f57c8117fc59ae3c73dd2ad42a584c6a102db0528af56ed1365043
SHA1: 7887ba78102520a93a323b8c8b4df9c966e35f5a
MD5sum: 6c3f3147aa77e256ab02051d5fdf40b0
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-05-20 03:44:21+00

Package: postgresql-14-auto-failover
Source: pg-auto-failover
Version: 2.2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1118
Depends: pg-auto-failover-cli (>= 2.2-4.pgdg+1), postgresql-14, libc6 (>= 2.38), libpq5 (>= 8.4~)
Breaks: postgresql-14-jit-llvm (<< 21)
Provides: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-14-auto-failover_2.2-4.pgdg+1_arm64.deb
Size: 376120
SHA512: c4eab9ad448409f4bbccae8518e46b613d1582d04dd4f7a4bc6d2f409dbb00b72cc1ea8a3f65fe871b5899beff93ae43a9b780ebcf39b0dd307a29e8b55bf507
SHA256: 413dcc3ad87ebea03619e53984e2d395c8c1de2e9e85ed6cd183a2ec6bea1352
SHA1: f1c1f7097f061b717d7a56468357fb823611425f
MD5sum: f22bbce9aa597c818d919eb4c05f2755
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2026-05-20 03:44:21+00

Package: postgresql-14-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 290
Depends: postgresql-14-auto-failover (= 2.2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-14-auto-failover-dbgsym_2.2-4.pgdg+1_arm64.deb
Size: 146976
SHA512: e5872abe64ac8178bdc95a14fa1bcdec705abb222e7f10a73bbeab9a64ae424cf5f35f6922f5af48708b40aea8bcfe9eb9b9e0776b3ee4a4ddcacaec7b62caa4
SHA256: 06a489f3944cafb52f4e4803f5cc720b10435b6505dcb4e8f3d96fb9775be19a
SHA1: 520f5c6b9391a4d68c0c8924567950a7c4b29ac9
MD5sum: 75e93bc92cabe1cd0a414ecdcdb1a697
Description: debug symbols for postgresql-14-auto-failover
Build-Ids: 04745c99c3430a8a36a86d3d3638ee840928e59f
Timestamp: 2026-05-20 03:44:21+00

Package: postgresql-14-londiste-sql
Source: londiste-sql
Version: 3.8-8.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-14-pgq-node, postgresql-14
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-14-londiste-sql_3.8-8.pgdg+1_all.deb
Size: 20828
SHA512: 3f48edbe670a55499b77f9a4843cec9840f6d92f3880c336d268597a715722bb763208371fc9b57812e602696f948faee2871277855053e04dbfa9e2db2c542c
SHA256: 078b91a1c68aa51b8f510bc405ded1902612a20f594543de4eac4d9ed4d7f167
SHA1: fb4ceabe6172d6112d44583ddc4fe2b68a15e311
MD5sum: d4fff61bb88884a9886bad3cb8580091
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2026-05-20 03:44:21+00

Package: postgresql-14-statviz
Source: pg-statviz
Version: 1.0-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-14
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-14-statviz_1.0-2.pgdg+1_all.deb
Size: 12964
SHA512: c2d640ef2121e64832ca76eba9ff542746bd23f7b66a7efdeb0a22d80d1d3b607926295cd58d10328ae1385265bedc52f0fcc683e3895ee1b9a3ddbff9982286
SHA256: c13c021540e84ec3d0bea28b7ed9e1ab4a216b15e37f7a280f4ebcc5c56d8eef
SHA1: 092432f6cf8ebfb2b313f7854b61613cc20eff47
MD5sum: 9508a0886d989dc04112065b1a54bd3d
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-05-20 03:44:21+00

Package: postgresql-15-auto-failover
Source: pg-auto-failover
Version: 2.2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1107
Depends: pg-auto-failover-cli (>= 2.2-4.pgdg+1), postgresql-15, libc6 (>= 2.38), libpq5 (>= 8.4~)
Breaks: postgresql-15-jit-llvm (<< 21)
Provides: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-15-auto-failover_2.2-4.pgdg+1_arm64.deb
Size: 372040
SHA512: b20b951ce035435b0b1c2748b3c06602cd3a4a0767f720613d753eef87d1334e72df5b024163bec4356cb806f3e15fa655a79a9007b551c7911e5b65b45a96fb
SHA256: d4ebdabc4584a9ab76ae484d16d2db3642d74ea63bef8887be7f27a2ee2d43c5
SHA1: f4542ce9a842b2f264749f55c2b3dfb94df72a30
MD5sum: 6deb7a302ad55c6e2771d3bf291e1ff5
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2026-05-20 03:44:21+00

Package: postgresql-15-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 290
Depends: postgresql-15-auto-failover (= 2.2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-15-auto-failover-dbgsym_2.2-4.pgdg+1_arm64.deb
Size: 152196
SHA512: 5740f04e5947acedc0af54298c9e9575cabdf8aadb7fc4a30b106fb93bba94a20c0528ca1a9cc7fffbefea946c32b038479faea8c58bf58728079acc48251c33
SHA256: 84a2d37985683a3ae4bd680f365ba7062baeca63f3eb54357e595cb1e67b86e4
SHA1: 4df96ddec379de620923e696e250b0b21e6e4ac5
MD5sum: 0adca10edf04fc60fe3f83c3d73c9de6
Description: debug symbols for postgresql-15-auto-failover
Build-Ids: 97a01ef17c27e23ed3378f0b1376d58d45624364
Timestamp: 2026-05-20 03:44:21+00

Package: postgresql-15-londiste-sql
Source: londiste-sql
Version: 3.8-8.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-15-pgq-node, postgresql-15
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-15-londiste-sql_3.8-8.pgdg+1_all.deb
Size: 20824
SHA512: 93a90e1efbaa1e3cb729b449773f05a40f57dde5161914b43f198097a33ab3189c173d1360bdd099d0bccbc16c1ffc095bc5331b03a09bba2f37015bfac1738c
SHA256: 881cc93468ae4877e5a9d95acb0732337e0f39b9ceff2d5388a87fbe992ee5c0
SHA1: 686ee57125bc510ba9effefb56fc389eea3de9db
MD5sum: 640a255abc47a615c3b0e70de220f2b4
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2026-05-20 03:44:21+00

Package: postgresql-15-statviz
Source: pg-statviz
Version: 1.0-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-15
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-15-statviz_1.0-2.pgdg+1_all.deb
Size: 12960
SHA512: d5f1f8898faef166b682f84b1e809054bdb3daaaa74e62c29dacab13cc469bc11fd4713d4809d4014c98314f92eb08011bfdcbd284c140280744f6cfd6a03617
SHA256: ac9726894304a3a7ea4c721b0861cbcf9db71b30463f71ba293003d0a8530afe
SHA1: 97587f66c04e7a3885990ade4248941de187f00a
MD5sum: 54f53d00ba9c16dbf728395b1e2bc992
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-05-20 03:44:21+00

Package: postgresql-16-auto-failover
Source: pg-auto-failover
Version: 2.2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1125
Depends: pg-auto-failover-cli (>= 2.2-4.pgdg+1), postgresql-16, libc6 (>= 2.38), libpq5 (>= 8.4~)
Breaks: postgresql-16-jit-llvm (<< 21)
Provides: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-16-auto-failover_2.2-4.pgdg+1_arm64.deb
Size: 379380
SHA512: c9176e54764bd00a309cb2b96ec0fbf14ec23d897cb9ae2a826c4a729b54245ca32077cbc41b2911eda75a009735c76a6fddb0c6279c4dc8e65e9e43f4423e73
SHA256: 4992824803b3a509d75a2816bbb94e3ac08fb6053a2c1f8e213f3ed4b2ce90ba
SHA1: 37f99130bf4bb5d8af7dba41d2fb175355f08809
MD5sum: 38b563e1146c32ededab87b8e1b4c4b0
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2026-05-20 03:44:21+00

Package: postgresql-16-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 304
Depends: postgresql-16-auto-failover (= 2.2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-16-auto-failover-dbgsym_2.2-4.pgdg+1_arm64.deb
Size: 173796
SHA512: 85729616c885bc67ba1e380f2cafa29fb11ce5fcbe9723aa7ee924f8b263cec7b2b0f8ae46c8d37f4d8a5bc8a0deba690d6e05bad48c14bb9baa24f6c5008765
SHA256: e3fb25e4374b8d28df2f9d9889d5fd82fb38be97b5067b9e8e81ed8e7cf41b41
SHA1: 049de00deb858f1d924fa9b3dff0a461ad2de8b0
MD5sum: 87e7f178633dfc8ea2dad856185d6b4e
Description: debug symbols for postgresql-16-auto-failover
Build-Ids: e32f8494a2ec22269e90942739aa197db4c875f2
Timestamp: 2026-05-20 03:44:21+00

Package: postgresql-16-londiste-sql
Source: londiste-sql
Version: 3.8-8.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-16-pgq-node, postgresql-16
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-16-londiste-sql_3.8-8.pgdg+1_all.deb
Size: 20824
SHA512: 460b3bdf1dc2ff7601d9632680d5f0cffdcc77058f8757aa4533542ab41f63f2126bf1153064dd195b4cd6654f1c4f6bc72082314445088f00d2435937d62424
SHA256: 70571d09fdee291c5bed24df5cd20747b0cdae889bd42b9c73be561975ba43b5
SHA1: 71742a1f6fc1639b671c093f062c9af1139cf9a4
MD5sum: eac2d0bceb472ba5566d62f15623d69e
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2026-05-20 03:44:21+00

Package: postgresql-16-statviz
Source: pg-statviz
Version: 1.0-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-16
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-16-statviz_1.0-2.pgdg+1_all.deb
Size: 12956
SHA512: aa07449fec6bcdc28121c772e1855ccfaa6ac6f0c327515fa53ab70558aa664c81134dd249c135f94a3888f1497c3feed4eadbca094a25cb62f401f1de102a39
SHA256: c2d7b159036ff23229538f6d011d81661015385f23cf2ec0516878c15451c13e
SHA1: dda595965840844d59c3831d9baeed021133a784
MD5sum: 0f27c9f75f1962f3cce75dd26efd493f
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-05-20 03:44:21+00

Package: postgresql-17-auto-failover
Source: pg-auto-failover
Version: 2.2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1143
Depends: pg-auto-failover-cli (>= 2.2-4.pgdg+1), postgresql-17, libc6 (>= 2.38), libpq5 (>= 8.4~)
Breaks: postgresql-17-jit-llvm (<< 21)
Provides: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-17-auto-failover_2.2-4.pgdg+1_arm64.deb
Size: 381504
SHA512: 50782a0da6f5e32fd5e88e1e48dab763b21d9bfa94f792ca4c1dc708b371a2ed88dbc949467b7af9ac0a2788e725bb09602ffa02cf1b46769cbe9d1d62c363d5
SHA256: 723036fe0eff76dee608964c48f022afdf89a9d565647c7884246fa8f7f92b12
SHA1: 07fb3f6faa25d673c12ac37dff0ef2ca2192f4a9
MD5sum: 54bbb3543fb97bccaa76f6fcd677ce23
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2026-05-20 03:44:21+00

Package: postgresql-17-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 310
Depends: postgresql-17-auto-failover (= 2.2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-17-auto-failover-dbgsym_2.2-4.pgdg+1_arm64.deb
Size: 177280
SHA512: 894cb4d38c92360ba2af2f3179b6e696a13f935eccc2776af0b0c92674883af2d89d149e9bb14c4191b9675bac164c6fb214259eaf804d3b94e12e24b527a469
SHA256: 432fd4dc9cd6deda1896338f6114d7e43c4386a99c8802b7f680a0f8e1d5aac4
SHA1: 026c13854837c379446f2ef82519e2184205e746
MD5sum: 0cdac6f0ed1c8b1313a9ca94e5453dba
Description: debug symbols for postgresql-17-auto-failover
Build-Ids: 55b0e5c900491328533c0cafdc3fe33e7f9fe8bb
Timestamp: 2026-05-20 03:44:21+00

Package: postgresql-17-londiste-sql
Source: londiste-sql
Version: 3.8-8.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-17-pgq-node, postgresql-17
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-17-londiste-sql_3.8-8.pgdg+1_all.deb
Size: 20824
SHA512: a7cc914295c782c53b2da9e63bab25da79cc8452a0faecd8c70a573a38ff73e8217524ec655279b352ba0a3d86d2a23b2a0adda9f659098891762c2a685d6ad6
SHA256: b2ff0bccd6dfc279a129407187bcb63f3015e6271bd734fc978591495ae269bb
SHA1: 5eb8ad97762afcd2382b9377dca5d6d899d09ade
MD5sum: 0bc1d53a95f762556ea9ce5176f53790
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2026-05-20 03:44:21+00

Package: postgresql-17-statviz
Source: pg-statviz
Version: 1.0-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-17
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-17-statviz_1.0-2.pgdg+1_all.deb
Size: 12964
SHA512: a5fc44186161a42b158429060b13dc09a676c21f18a205736841127b3b3552b3c224906167c91df422618085c477674a6442cfeee6a77503925b93cc890a02cf
SHA256: dc7aec281117a93b65457fa823fbb181a4724143239507bf34f527ceee4a90bf
SHA1: 323203245ef1f688633d4b44064b48c702cb31b9
MD5sum: 10ff9215c0cc4c247a3a95065c5901b7
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-05-20 03:44:21+00

Package: postgresql-18-auto-failover
Source: pg-auto-failover
Version: 2.2-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1156
Depends: pg-auto-failover-cli (>= 2.2-4.pgdg+1), postgresql-18, libc6 (>= 2.38), libpq5 (>= 8.4~)
Breaks: postgresql-18-jit-llvm (<< 21)
Provides: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-18-auto-failover_2.2-4.pgdg+1_arm64.deb
Size: 388108
SHA512: 89dd228b7d4aab5fde6db8d8eab41db2281a121b88f2be99c4aed796647b83712d7a9f108ea2494c16a62203b63f82aa935d45b69c16c62571ae20f1547c9dc9
SHA256: 566fe565652db15164fc1d0c7a261027ae01ac113955775f1a4ea135f89e6814
SHA1: a7a528c08aa46de8da5b26cc6454ba67b888e58e
MD5sum: 8a1d2ad7da44562b2947f227829a1e5e
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2026-05-20 03:44:21+00

Package: postgresql-18-auto-failover-dbgsym
Source: pg-auto-failover
Version: 2.2-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 312
Depends: postgresql-18-auto-failover (= 2.2-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-18-auto-failover-dbgsym_2.2-4.pgdg+1_arm64.deb
Size: 181944
SHA512: 48953760daa68671730f046c750f43b939caa5f426b162cd4a3c875f6aa26b6811dd7dd996da46855af6590cb816819054b0652d0b96c53cbafa44831e3b8439
SHA256: 093ff128c36542d0b3e74b823576487ef328f09c5b06d8d26799951ae62f43b3
SHA1: 45a436115c0ec7ef7da16ed4c06467a76afe1a11
MD5sum: 23f96acdca5f77ff428ceb1fa51b4fdc
Description: debug symbols for postgresql-18-auto-failover
Build-Ids: 677487331b6dbfb2334d3bcc2d18409f3e6d1e0f
Timestamp: 2026-05-20 03:44:21+00

Package: postgresql-18-londiste-sql
Source: londiste-sql
Version: 3.8-8.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-18-pgq-node, postgresql-18
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-18-londiste-sql_3.8-8.pgdg+1_all.deb
Size: 20824
SHA512: 7cc0b828ba4369c2c40a1a36fc1038a12a9da664f350d8e957360cf0b64341b447fa4d7283fce6aac59d5dea0fe929354955e9f2b288510271de403685236e7e
SHA256: 7de3115324e98220d6a2721762474e54f121c013523fb43a4484aba98b97b9e6
SHA1: 4b49bcb69a277861017200f81e60955991eaa790
MD5sum: 66f32469ed306f4ca24c12bb05a1673d
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2026-05-20 03:44:21+00

Package: postgresql-18-pgaudit
Source: pgaudit-18
Version: 18.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-18/postgresql-18-pgaudit_18.0-3.pgdg+1_arm64.deb
Size: 48212
SHA512: 9fc9183cdf7c03ddf67228f516ae37d07a2aaac6cb379c9e7807edd325c91af42210a50cfad8a8f9d8134d81442b7dece6cbe11a805516d545972ccc85a4521e
SHA256: da95f6fecb47a372c5793e5036852ca187d8e442e2c5ebda3500fd0c6866d6e6
SHA1: 6da0f4bd9dbc4e77380f570824db44bcabd51129
MD5sum: f93a168792f9c939ae76fceef615c6d6
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2026-05-20 03:44:21+00

Package: postgresql-18-pgaudit-dbgsym
Source: pgaudit-18
Version: 18.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-18-pgaudit (= 18.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-18/postgresql-18-pgaudit-dbgsym_18.0-3.pgdg+1_arm64.deb
Size: 60900
SHA512: ca0a88f95fbc5c24c572f34f4b7aec05845a6669d761530549f88b31405b52e244d095a1f2bb5c319c7a0f0a9578eb9e580bd43e3fe2447ca556f87bdb2404c3
SHA256: 242bb162c9c4b1e66fd93d7a890883a403f6ac93eb50648b23e11e8c9ccefeeb
SHA1: 1da441fd3a56e97e4932e5a818b32ce09f09ceb0
MD5sum: b80275647c063f9f5d8f5108b1f1416b
Description: debug symbols for postgresql-18-pgaudit
Build-Ids: 410ffa3a591d4c5d9a8633af739a295601563e54
Timestamp: 2026-05-20 03:44:21+00

Package: postgresql-18-statviz
Source: pg-statviz
Version: 1.0-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-18
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-18-statviz_1.0-2.pgdg+1_all.deb
Size: 12960
SHA512: 244ece87c99476d79e2e019a7d77ac35b630a38ea48426f8963dc22ea22c61920b502cc0e9cf8b209d69b2854c67a1c032001e3f5ea1542f504cb8cf76c12860
SHA256: 9487869d360e7513acae4b5416679926fd016fa061c1153cefd1fa3399b4795e
SHA1: 5f654c017bd97e487687122d8e6de084cf5f64cb
MD5sum: 90b7854bd28c28a0540f699262269bb1
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-05-20 03:44:21+00

Package: sqlsmith
Version: 1.5-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 656
Depends: libc6 (>= 2.38), libgcc-s1 (>= 4.5), libpq5, libpqxx-8.0 (>= 8.0.1), libsqlite3-0 (>= 3.6.18), libstdc++6 (>= 14)
Homepage: https://github.com/anse1/sqlsmith
Priority: optional
Section: database
Filename: pool/main/s/sqlsmith/sqlsmith_1.5-1.pgdg+1_arm64.deb
Size: 178476
SHA512: c410b02d480173b78ade2e947a5ca664d800bce26d98ccaf1795b7680bfb22491773d16dc4326b4a36b376bf7bcc562a30a0f0c7550fff8209ccd9487766a8a8
SHA256: 0b5806c20ee5985d4dea6bb65b1fc4af2d1aa604895f424efdde3db481286fe9
SHA1: 6b8ced3f2418367c1c1d1f64216dc7dc8b104050
MD5sum: b8bd77206f675428453953f5c3dceb73
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+ and sqlite3.
 .
 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.
Timestamp: 2026-05-20 03:44:21+00

Package: sqlsmith-dbgsym
Source: sqlsmith
Version: 1.5-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5414
Depends: sqlsmith (= 1.5-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/s/sqlsmith/sqlsmith-dbgsym_1.5-1.pgdg+1_arm64.deb
Size: 4745624
SHA512: 220be4c9b0aa239855aa06c627fa4bf6b9c0b983589022d753d92887a81817d369a427b3c3f07d1c5cba6a000277ecdf158e0accfa437ad46b47d157a1eb45c4
SHA256: 3fdd3df4e9579608aca5a0e3deb127bbdce59f6d3d572ced45563fef2a786818
SHA1: de113b97f74f58184e1dfed8106e26f7ebc6e1b5
MD5sum: 0c65c60806073a80d545fd7394a533fb
Description: debug symbols for sqlsmith
Build-Ids: 9ad07019c35dbdd37d732caf1e3e57d6280b87e3
Timestamp: 2026-05-20 03:44:21+00

Package: vip-manager
Version: 1.0.2-11.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7841
Depends: libc6 (>= 2.34)
Enhances: patroni
Built-Using: etcd (= 3.5.16-10), golang-1.26 (= 1.26.3-1), golang-fsnotify (= 1.9.0-1), golang-github-coreos-semver (= 0.3.1-1), golang-github-go-viper-mapstructure (= 2.5.0-2), golang-github-josharian-native (= 1.1.0-2), golang-github-json-iterator-go (= 1.1.12-2), golang-github-mdlayher-arp (= 0.0~git20220512.6706a29-1), golang-github-mdlayher-ethernet (= 0.0~git20220221.529eae5-1), golang-github-mdlayher-packet (= 1.1.2-2), golang-github-mdlayher-socket (= 0.6.0-2), golang-github-modern-go-concurrent (= 1.0.3-1.1), golang-github-modern-go-reflect2 (= 1.0.2-2), golang-github-pelletier-go-toml.v2 (= 2.3.0-1), golang-github-sagikazarmark-locafero (= 0.12.0-1), golang-github-spf13-afero (= 1.15.0-2), golang-github-spf13-cast (= 1.10.0-2), golang-github-spf13-pflag (= 1.0.10-1), golang-github-spf13-viper (= 1.21.0-2), golang-github-subosito-gotenv (= 1.3.0-1), golang-golang-x-net (= 1:0.53.0-2), golang-golang-x-sync (= 0.19.0-1), golang-golang-x-sys (= 0.42.0-1), golang-golang-x-text (= 0.36.0-1), golang-gopkg-yaml.v3 (= 3.0.4-3)
Homepage: https://github.com/cybertec-postgresql/vip-manager
Priority: optional
Section: net
Filename: pool/main/v/vip-manager/vip-manager_1.0.2-11.pgdg+1_arm64.deb
Size: 2319184
SHA512: 55c4f52878c6b92d214f4e1cb3b2eda479ada0a1aa8c6c7e723f70e45402f80d2d5b3872e598bb451d59c67f167055884b7d83029b0189f53462acfb00f9ba34
SHA256: 7ae48069ac683269b1f95ba26c2f0ac897597052cb4857284b1b6fc3ecacc794
SHA1: 7724aa556d82d006f752ba85d477634b152c49f8
MD5sum: 1990c378e1ff3e6fc991eb76c75dc938
Description: Patroni virtual IP manager
 This package needs to be installed and configured on all nodes of a Patroni
 PostgreSQL cluster. Given a Patroni namespace and scope in etcd or consul,
 the vip-manager service monitors that namespace for leader changes due to
 failovers or switchovers and adds or removes the VIP on the local node
 accordingly.
Timestamp: 2026-05-20 03:44:21+00

Package: vip-manager-dbgsym
Source: vip-manager
Version: 1.0.2-11.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10683
Depends: vip-manager (= 1.0.2-11.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/v/vip-manager/vip-manager-dbgsym_1.0.2-11.pgdg+1_arm64.deb
Size: 2653528
SHA512: d5a9cb092aaf0e013f57371ddd5dc1ebfc2b76619c0f65d2d9ef7588505aec9206c1aa66c87a3f4d65bc4a59208def2c2e0bc767e3fd347f599d8f061011eecb
SHA256: 62beafa5ca316a6a8f982a6c026349210c489c644c83b4899abde3293354a5ed
SHA1: a76d2ad2cf207b7a3e17b7c675825defd879dd5c
MD5sum: 44e4a395bc2d17e08592b7deca56beb4
Description: debug symbols for vip-manager
Build-Ids: 681880b2359a10ed3d971f842c407e27b2ae7483
Timestamp: 2026-05-20 03:44:21+00

Package: postgresql-10-pgmemcache
Source: pgmemcache
Version: 2.3.0-16.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: postgresql-10, libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-10-pgmemcache_2.3.0-16.pgdg+1_arm64.deb
Size: 20476
SHA512: 7dfc9795b76d975f0219cee70c8f5c771c56bedbf0505f7c0fe1b663975325fdddd32c864131a6a65e552a629b4d2fd657a33917da085f1da178ea660a4b89c8
SHA256: 3885e4c093452a967d8b4ae0620ba4b1058c5ab3c1ac5649f7c18dcbf8f5a155
SHA1: a467589d51d38bebda8882e5a1b4dcd2ccf13dd5
MD5sum: dc01af02a332c30155d238eb8fad611a
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.
Timestamp: 2026-05-24 05:28:33+00

Package: postgresql-10-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-16.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-10-pgmemcache (= 2.3.0-16.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-10-pgmemcache-dbgsym_2.3.0-16.pgdg+1_arm64.deb
Size: 43932
SHA512: a3e3b399725c15da318ca78587109d4c04ced6c81e6fa00a50e3650d61141c568d79569e89e820d35024133fee25c6790bafec54df9090eb7613db6694401ca5
SHA256: eacd32ff19956c3e045e8a8b7803286829d472168911176606ca75428bc3b45f
SHA1: ff16e6c53280c7d2c0abe94ba39b0ed9592b80c2
MD5sum: 207196583863866a0978ef373f21f2c8
Description: debug symbols for postgresql-10-pgmemcache
Build-Ids: ffdbc3546d6c698032b208d3f05ec742170a3e2a
Timestamp: 2026-05-24 05:28:33+00

Package: postgresql-11-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 159
Depends: postgresql-11, libc6 (>= 2.38), libgdal39 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw_1.1.7-3.pgdg+1_arm64.deb
Size: 33316
SHA512: 6600866cd555321ec4ebb664c8b3b1ec2ffb9f6c7b6445c485aa8469c140b86ff45372abf048d61adbc8d82c09324caa6e840d5e2e24baf2996a305cecf0a6aa
SHA256: 7a7a8b171d29a1f7ea5eb4bb3469d7197f5e088345fa235e6f2c1f5cc7a5b610
SHA1: 85c7a9372505eb4bcc66731968783cd7cdcc8c55
MD5sum: 8163876e3b9a1950b17ef49355f9db91
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2026-05-24 05:28:33+00

Package: postgresql-11-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 247
Depends: postgresql-11-ogr-fdw (= 1.1.7-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw-dbgsym_1.1.7-3.pgdg+1_arm64.deb
Size: 132928
SHA512: 57f880cf4066548b64c3438a320de2c2d0df251a6afa4d8e286f8860646bc0a46ee958fb5308ac4bc89f79cc0a20455ad6af97afbd18cb91a375e3b203677e73
SHA256: ba5eb887575b5d0cb3cac87c351f09e8a6cf7044da2789ea52c685a3ebecaa51
SHA1: 1796f4bbb05e991ce9b939046eb30d3a31a624f0
MD5sum: 1514a1c148ea1312fb6141c0a569ec48
Description: debug symbols for postgresql-11-ogr-fdw
Build-Ids: 765f70a489895ff0434181e67c0dd3039daea73b c0b5ad4619256841a41183c553239d04cf20da85
Timestamp: 2026-05-24 05:28:33+00

Package: postgresql-11-pgmemcache
Source: pgmemcache
Version: 2.3.0-16.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: postgresql-11, libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-11-pgmemcache_2.3.0-16.pgdg+1_arm64.deb
Size: 20492
SHA512: f2697d468446d0fb700e369ba666723c2dd02770f6dfe42353192fe40eecb262a0884e80289011c913f9b080f7a01cdf1b7e9a1441366a10c33a34a62cb60dc5
SHA256: 8b535652b882fa95795850b420853e0edb12a30e19729e58b8a2251e2e33ccc7
SHA1: 798bc284a0d5565dfe72afc8e1b5b9e1dd1e5ccb
MD5sum: 88d741180d4c423bd6b35579d79b1864
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.
Timestamp: 2026-05-24 05:28:33+00

Package: postgresql-11-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-16.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-11-pgmemcache (= 2.3.0-16.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-11-pgmemcache-dbgsym_2.3.0-16.pgdg+1_arm64.deb
Size: 39304
SHA512: 00b5699226aa9c3a9902685a1f372a2be388776c944cd6b166e76a3633f476bb7ae02135d862aab1cc9ce412a844bb578d59c2d2c560a2538f3b80369b68f670
SHA256: 1a213f41a7bcbc7c362b0a946a706ab41dc01684fcb00cb9646a2a60442915f7
SHA1: 6b120d16ac1a959b0e39cf60ca7f8eaafdfd6c50
MD5sum: ff4ccf688ca815cd4101bd1408495984
Description: debug symbols for postgresql-11-pgmemcache
Build-Ids: e2c68c38876522f86a65b9545c4ae7a159ca108f
Timestamp: 2026-05-24 05:28:33+00

Package: postgresql-12-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 220
Depends: postgresql-12, libc6 (>= 2.38), libgdal39 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw_1.1.7-3.pgdg+1_arm64.deb
Size: 33404
SHA512: 6bdc0bfce8fcfc2788df400c50e5d47de7b86267e602a1f93fe8c02df399e07cf5b4ab25344a0586fd8ac51b16834efea93a93ba379844a8d5ee943952356bc9
SHA256: cd7e8a4a1b4b468bd3ca5ba7253f08f82ab7c635227f55ae16d1c912721c569f
SHA1: 855d447f443a16bad3b03933580324200e6d2204
MD5sum: fd0fc6ee2003d05f935260ea18a021bc
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2026-05-24 05:28:33+00

Package: postgresql-12-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 259
Depends: postgresql-12-ogr-fdw (= 1.1.7-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw-dbgsym_1.1.7-3.pgdg+1_arm64.deb
Size: 140556
SHA512: e3f07aa1dad8b716017bf38a193d33e5a3bf09601d48096192ad8e5d4c7ef955f65fbe044721bc63a491821200164f93498ea8032039b89b1b7fad4755cf9a19
SHA256: 3ce16ba2872d8b8a94b55ef7c407fc54f434256f7a2bf225be9e59623386041e
SHA1: edc73fa2b1d3608e3f1ef17e872d536869f133fe
MD5sum: e6133988dd47d3335851acfe75b8f67c
Description: debug symbols for postgresql-12-ogr-fdw
Build-Ids: 30a03113181e74bbbd9abde1fabdd07f368a2680 358079463d18de4e5ccf90476a1bc7da99660e92
Timestamp: 2026-05-24 05:28:33+00

Package: postgresql-12-pgmemcache
Source: pgmemcache
Version: 2.3.0-16.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: postgresql-12, libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-12-pgmemcache_2.3.0-16.pgdg+1_arm64.deb
Size: 20472
SHA512: d66d778f0cde4aa511f59c31943fdc49f315165c1458a97e0be8763ab9e45fc80d25bd64716f4f0c67f8652af2d800411e86671ec09bd692579eb84c87aa6714
SHA256: 63c6cd68c6cc56ce9b09985f9547e9b3e847f3e355c64a626f46833ec2262324
SHA1: 9ca0febc226ea48e55d0b6f7434e6cc16cd1e724
MD5sum: 835a17cc5110f7c33d89321c0ddc0871
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.
Timestamp: 2026-05-24 05:28:33+00

Package: postgresql-12-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-16.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 91
Depends: postgresql-12-pgmemcache (= 2.3.0-16.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-12-pgmemcache-dbgsym_2.3.0-16.pgdg+1_arm64.deb
Size: 49624
SHA512: 2bc8ed49e6e3f9a84fbf88b8e35bec767b11ce07e830ba5960e1fc859c29809a7a7c11c4dce508c872297d30e25059105ecbc1ed3665f4814382a2ec0a71292f
SHA256: 0cc6b99b550144f8e57ca65b1711afad71de0c1fb989f0890b996ec139beeffb
SHA1: 39193d84af26c2a68fead940cb07b6f9b398c764
MD5sum: 1d70636797623ff54a67825bfb13e640
Description: debug symbols for postgresql-12-pgmemcache
Build-Ids: e9ca9aa96f57011021c52456987a0af233423e6b
Timestamp: 2026-05-24 05:28:33+00

Package: postgresql-13-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 220
Depends: postgresql-13, libc6 (>= 2.38), libgdal39 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw_1.1.7-3.pgdg+1_arm64.deb
Size: 33848
SHA512: b501b13e11a6d784c838aee956cceaacf87f777c7211c141c708a794137e08dda944f3469b643c1b0c168f559e3c6e28e9771a1c749284aa15806549c16f7424
SHA256: 854e4e7e1f56113ad88b23b8eacd73cb91791a1956977973aeaf3629a3440e86
SHA1: 20a5b9ae31010882f78672871dc9feea2275f847
MD5sum: e03ce2caee36c3013c2b464c48bd91a8
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2026-05-24 05:28:33+00

Package: postgresql-13-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 262
Depends: postgresql-13-ogr-fdw (= 1.1.7-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw-dbgsym_1.1.7-3.pgdg+1_arm64.deb
Size: 146836
SHA512: b96b78c6c2cc2fc24511d74e0a1b20a6ebcabb61af0e697642b9aeff66765e8272608cd0c37014c1db975adffb92a47abaa66841ff6bcfd5b6bb3daac681be53
SHA256: e13ce53298133b4c2d2935c54bfad8d71346b33e7ca47e50f4828e0572d5fa67
SHA1: b0630a1faa3838b9eeaa4a9fe1546ff5b02767f7
MD5sum: 7fed509b0c4a6c561cc5f0ffa92b9275
Description: debug symbols for postgresql-13-ogr-fdw
Build-Ids: 76d815f58f60e58ddadae773efad9c70acd453b1 9a430fff62fe6e08f6a3f9e0a340a11012680351
Timestamp: 2026-05-24 05:28:33+00

Package: postgresql-13-pgmemcache
Source: pgmemcache
Version: 2.3.0-16.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: postgresql-13, libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-13-pgmemcache_2.3.0-16.pgdg+1_arm64.deb
Size: 20632
SHA512: 1141f99d74d65588f028855eb6e1ca03d71f8a6e11ee495867d558595629a00f435f8e5fbce49fee11f37010560fb40fc07edc18602424a4bea208233815ceba
SHA256: e114d3409c88271eee777751589e6226d78e96a37d54ec2dbcc87a42cdb9c1db
SHA1: a4753ee0291a4cb77aba713543e3584a388ec8b9
MD5sum: 7843c3574e1f8f87c9d3a3055e6a73ec
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.
Timestamp: 2026-05-24 05:28:33+00

Package: postgresql-13-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-16.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-13-pgmemcache (= 2.3.0-16.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-13-pgmemcache-dbgsym_2.3.0-16.pgdg+1_arm64.deb
Size: 46912
SHA512: 399486ffaa458e780234fc396f74580e750bfbc068bda02b4e8df90d05f7cb86015af2be7c0b20243f2032eb26bd30303d94c32d45f7773c5dec119adfe8abad
SHA256: cf6ee99cd62de82d7ecc8c5a091ae520ab36e0a4befb6c4cb9ac5d5f614b3682
SHA1: 074961a42c6b1182750a935e453a829c6215d131
MD5sum: 9c46891b0f58c7a32e21cbfb4bb2e949
Description: debug symbols for postgresql-13-pgmemcache
Build-Ids: 8fff9b4e7b850cb33cbba4fc13f42a46ed0f8ff8
Timestamp: 2026-05-24 05:28:33+00

Package: postgresql-14-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 341
Depends: postgresql-14, libc6 (>= 2.38), libgdal39 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw_1.1.7-3.pgdg+1_arm64.deb
Size: 92320
SHA512: 441093f3c1c76bd19e662ef32e0571d3a94670d67e997d96d0573131dc580f0234c96ad531a5aa13ff090e31844c896c6cc2cdc96c933b967fb064ef0551e9db
SHA256: 77a94daeb057ad7e99737a7dd50718469c386d5a1d8965f7439b2baa6e5a6bd5
SHA1: ae53533711efd3bf173a97856de009d84464fcaf
MD5sum: 83eb63e1b4802a87a201e02fdef3828c
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2026-05-24 05:28:33+00

Package: postgresql-14-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 264
Depends: postgresql-14-ogr-fdw (= 1.1.7-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw-dbgsym_1.1.7-3.pgdg+1_arm64.deb
Size: 147876
SHA512: 3bdbee4f1fe5ff4648cc7c2c3d80a238889cec9470812029242fbd945a8186e6acd071bf5a32c0bd265f9365afd255a30b92e5478703951d630de3bbe38079a7
SHA256: 4cd38f1d8085ac7d227d17d94f591043f07af1ed0104e079190295437578ffc9
SHA1: 44dec167de1d7c4973c1ff9c3efdaacbbac15668
MD5sum: 09edaf25cb0320ae8e85316e0cc8db2e
Description: debug symbols for postgresql-14-ogr-fdw
Build-Ids: 95a64ae87916668b3de410f8ac69e14024aaf384 9c6137c471ecff37227e871143923a509dcc937a
Timestamp: 2026-05-24 05:28:33+00

Package: postgresql-14-pgmemcache
Source: pgmemcache
Version: 2.3.0-16.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 156
Depends: postgresql-14, libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-14-pgmemcache_2.3.0-16.pgdg+1_arm64.deb
Size: 45744
SHA512: 52e65d8bb0546dc18235507484aabd927eb2deadd261e5eff28732626c233832760532012fde0e606987d5a2505704cd5e7e29e27623e08e02b7e9b760e5f96f
SHA256: a28a6b01819e01a8b3e559049639d08cdeac012e8a70e0de7d49ad28e756e2cf
SHA1: bec91c51971935bef3c969fc7900f3bfef9f1e85
MD5sum: e95d51c8df6e336145a6f38693c66182
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.
Timestamp: 2026-05-24 05:28:33+00

Package: postgresql-14-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-16.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-14-pgmemcache (= 2.3.0-16.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-14-pgmemcache-dbgsym_2.3.0-16.pgdg+1_arm64.deb
Size: 47876
SHA512: 5c4f5e77cf6ebf1d9d22ddfc36a1517c4306ebd7fd30a930cb39aecc8766df28aecce30118edf7c4f705c7af784e2b51e7a8d619d111e0b3e6573e417e5c6332
SHA256: 5ed834f306cd47ffd23c88e9807528cce31abd43b71f484e477aa8264de8ccb5
SHA1: fcc1451b2dc1b0a0a21a3321df6fdc776ad388c0
MD5sum: 7f4b5b9d3c80a456198ed5eca6010961
Description: debug symbols for postgresql-14-pgmemcache
Build-Ids: efdc26662beb751af2d4704f4461371146aa5479
Timestamp: 2026-05-24 05:28:33+00

Package: postgresql-15-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 341
Depends: postgresql-15, libc6 (>= 2.38), libgdal39 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-15-ogr-fdw_1.1.7-3.pgdg+1_arm64.deb
Size: 93152
SHA512: e836da7d3ef252394ae064b4d3b9185551de27bf98e27d9b9c73e9d1280ff6773d6566f8fdb9ce0e5bff0514d30dfb0f5b19b0f4a2f3506af977fa9a1c0902ef
SHA256: 2c7f2c8b0f27a0a48895d763bfd8d8a0e1f20ef7d2573506bc5051addd194de8
SHA1: 5a17a72b2504375af5ae44fea12c14b381540c66
MD5sum: 0cfcba9b92ae882b7e904e0c99c3dc5f
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2026-05-24 05:28:33+00

Package: postgresql-15-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 262
Depends: postgresql-15-ogr-fdw (= 1.1.7-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-15-ogr-fdw-dbgsym_1.1.7-3.pgdg+1_arm64.deb
Size: 145700
SHA512: 3db25eb4eb9610e3fa3020b27fb80c0d7a53d3bb95ac701c939674c8d56ab2e10f49ea126a25ddd06ec379c985903b44c3568e372f6f1f70f4dbc07423379ff7
SHA256: 69cf284ad9feff016d1a085614dfd72b9e1921541c8d1c0203194ab34ba9961e
SHA1: 65f399e20dade596c05b28334d0e01108c2f1bf1
MD5sum: 0b04cab9709056faeee77881f1a87e9d
Description: debug symbols for postgresql-15-ogr-fdw
Build-Ids: 15b1f4237af65d776826996e82bc74a217893726 cc4f5573d07ea6af9b07c8d95f0595e12049a3d7
Timestamp: 2026-05-24 05:28:33+00

Package: postgresql-15-pgmemcache
Source: pgmemcache
Version: 2.3.0-16.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 156
Depends: postgresql-15, libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-15-pgmemcache_2.3.0-16.pgdg+1_arm64.deb
Size: 45676
SHA512: 4ebe299c62e29ad3f90d131ebb1009225bfba33bac2d4fdb53584f8436627310e7c9304f8a377fd5b5a42851a2325d304f4d6c8e7513e85d6a6e838b32335f30
SHA256: 4fd59a832f35382aa7293906c5e51d9d5b0fdb627e6ef46f048487858b3de536
SHA1: e575361ed3c5ff93c5ce5bc70dacf291b8d9ccb6
MD5sum: 020a0a94930d7a2f05dac1f2b8411013
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.
Timestamp: 2026-05-24 05:28:33+00

Package: postgresql-15-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-16.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-15-pgmemcache (= 2.3.0-16.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-15-pgmemcache-dbgsym_2.3.0-16.pgdg+1_arm64.deb
Size: 48268
SHA512: 4ce9c9ad839bf2eb4891f288f74a7432a26ee307a4dc4e2451f51495cb865ceb47150f26a759ed9abf8ff2bacf47cb545d946e76f0e8308051c3504c0c4a3070
SHA256: 002d29230c11b2633f2c0e6ec6973fe08cbce816b4147666af8188501190be7c
SHA1: 8bc312fca970e681f897f45f0c14885e26653431
MD5sum: 3c9778bf75d9b4999a0ac737d1eb3c32
Description: debug symbols for postgresql-15-pgmemcache
Build-Ids: 675f6c0a791f015c86aa6327e7d0ba94dfebeea1
Timestamp: 2026-05-24 05:28:33+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.27.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16371
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.27.1+dfsg-1.pgdg+1_arm64.deb
Size: 423812
SHA512: 565a6c093e26fd6b99d242bbb95ee65a7f0a5dfbdd839c55c324940691c5a3ad1048715d606241077fdbb2d0fc4e967f87981f240c82b1149886954986bd2713
SHA256: 2240a97c3b310a22abf2b18dd2d85eb0f04d018ab064f496b4b0d6ebcfc6bf09
SHA1: 854274db2fd813d71be4d8d0aed132eda7fbe79f
MD5sum: 49f83633ae02159bd327da71a519438d
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-05-24 05:28:33+00

Package: postgresql-15-timescaledb-dbgsym
Source: timescaledb
Version: 2.27.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2179
Depends: postgresql-15-timescaledb (= 2.27.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.27.1+dfsg-1.pgdg+1_arm64.deb
Size: 1206868
SHA512: 2b8d458e17d434018bf684b846f6434d7e545ed68b8ed033c37e8cb06df499cd3a71743c048b99a8faf077538481fe52af0a3373a914172c34fa559b679adbee
SHA256: f551abc39756776c2f65290f10ccda12667b1acae2690126080bf2f81016911e
SHA1: bcfe67ecb6979f4aa298f2ee109fbf57d940c347
MD5sum: c89b617baf4acb9aaa5890145cf389c1
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: 64c1238b742728d4c631c03d443b8638489bde69 de943a563641edb42334b0de88bb675818ee16a3
Timestamp: 2026-05-24 05:28:33+00

Package: postgresql-16-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 277
Depends: postgresql-16, libc6 (>= 2.38), libgdal39 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-16-ogr-fdw_1.1.7-3.pgdg+1_arm64.deb
Size: 91732
SHA512: 89dc1c5fe292e32fd6fef7ce6bc33187488a2fa78e17cb6a72d9b2869fb6950567d47cc5794d49d0081d4abaffe1a5d796eae6d41780a97289391c1b27ad9859
SHA256: acb94cbac95e3be978313baca9c8e7cf5fbf365312cba57c5297eea0545f2da0
SHA1: eb640bb2a191d984ad108a879cf8a462c14b8482
MD5sum: e5434716e4a0f410803ed3b5dbcb1769
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2026-05-24 05:28:33+00

Package: postgresql-16-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 264
Depends: postgresql-16-ogr-fdw (= 1.1.7-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-16-ogr-fdw-dbgsym_1.1.7-3.pgdg+1_arm64.deb
Size: 150076
SHA512: 37d05318952a871c3e7dbebdefa3b5cc9d16c957db4290c5b4f6150322fe3e1bbc08370a8b1c7284286300b299d890c10e941b9cba919205f24cdd4104eced30
SHA256: 449df02b52d49351ba6ebf20379d6948e9bdc6d52befc7983e8ce65aa5e963df
SHA1: ed90646eee0aaaa0a13bb1b871b40aa6fdcc9d41
MD5sum: 6b9d10f8938ea983ca35904badf5f9c1
Description: debug symbols for postgresql-16-ogr-fdw
Build-Ids: a5e4d0371ed9122b0cfd5bc844a33b923edabbc4 a8f7dda1a25daf13cf8b0146ced43893632a15aa
Timestamp: 2026-05-24 05:28:33+00

Package: postgresql-16-pgmemcache
Source: pgmemcache
Version: 2.3.0-16.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 156
Depends: postgresql-16, libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-16-pgmemcache_2.3.0-16.pgdg+1_arm64.deb
Size: 45608
SHA512: a6b9261002c1f236ab45edcc994b31ffe470b8c7bfefef37f6c8380f41a0cb06f92b45ca08f2ada2636015d190f05c501eab894999ee209a03c1adacf0829d65
SHA256: d48cacdede6e2e4368b5ecc2747f5fd187ea76549576605cc008c5271e2d65b1
SHA1: 174cea78ed23f44ada2fa4964b9c75da911aaa68
MD5sum: 8a94abe0d6739d944dcf169072d20b6a
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.
Timestamp: 2026-05-24 05:28:33+00

Package: postgresql-16-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-16.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-16-pgmemcache (= 2.3.0-16.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-16-pgmemcache-dbgsym_2.3.0-16.pgdg+1_arm64.deb
Size: 50088
SHA512: eb7bd29ec8b7bc080d3bf7946a153852b41eb652fa324a2d54e3d08a2b8b48b6fdc771d13735fccbc0e41b545d5f5ec7fb048a4ea931d21adbce599d77e914ec
SHA256: f9eedd0930b260db400f942b791b845ea1ee8483cea58a6bca9f4a9a7170b334
SHA1: 63bf3670945465ccda372812dc26dbc61a4ecc64
MD5sum: e590809711d5cac7ef34db18c26e1a95
Description: debug symbols for postgresql-16-pgmemcache
Build-Ids: 536d3b64f5ee2b25e6ba754afd0ba1caa46535d3
Timestamp: 2026-05-24 05:28:33+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.27.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16371
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.27.1+dfsg-1.pgdg+1_arm64.deb
Size: 423152
SHA512: 72c2f911d6fddbb9d28527505af6a25455fc2ec2e75391cdca53e0bdfd0116a535dcd2017264d4fec061a1a93624920233d1e6a5d36e7eaa6f63db68015e6d42
SHA256: 74627fa734d2e23954a78fc92a77738853174b3374f825754195bbda9d05ed3d
SHA1: 8a0ff8fe80fe764f67840c7fd867fcae53c87f73
MD5sum: 3ff7ef422d01d2313f0b1bc2aa05a988
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-05-24 05:28:33+00

Package: postgresql-16-timescaledb-dbgsym
Source: timescaledb
Version: 2.27.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2215
Depends: postgresql-16-timescaledb (= 2.27.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.27.1+dfsg-1.pgdg+1_arm64.deb
Size: 1263852
SHA512: ac06c8458bee0a834fd637b6e7eac51bb104374cb82513c9c6cb20a8153e59fdc13953b81b8da6d202a415cf970e9b48af6195b5d4aa418dfe0e0f0b02055665
SHA256: c2cd8e59744e9d8aff06663780d7edb449c6281d0369d97fad6a31d6530e1098
SHA1: b4519f7af2bb046bae01f676c6a1ad809cf57ff9
MD5sum: e182c53caef127fc4073ce6ba4964c3c
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: 3f0639e971fbb9852ee21d08e0658618760af833 519fd6aa2f245757d1ba75dc78c8cc5ce7dad021
Timestamp: 2026-05-24 05:28:33+00

Package: postgresql-17-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 277
Depends: postgresql-17, libc6 (>= 2.38), libgdal39 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-17-ogr-fdw_1.1.7-3.pgdg+1_arm64.deb
Size: 91540
SHA512: 1022bf969b7d487bcfd580d296b0fe85e57bbe6e0e5ee5332b272488a8cbd1a7b47842d039d4f4dd0af54880a50be83af89202ef37df48bc8371e9740bfb63a6
SHA256: 99e10051e0cf550adad324008f7d561b1aa55a01f5e9ea191a475f0507d63a52
SHA1: 091ac8c4d5c14128bc128d4ea9b62a7eb2ad4241
MD5sum: a47ca132338c72f335113ed8536a8afd
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2026-05-24 05:28:33+00

Package: postgresql-17-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 266
Depends: postgresql-17-ogr-fdw (= 1.1.7-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-17-ogr-fdw-dbgsym_1.1.7-3.pgdg+1_arm64.deb
Size: 151732
SHA512: 0bd6c01264aeaf96bb5cc7bf7025b93e461f577973b6df0ddeb0029fe45a1684df0fea2275d73e4a51303c3efd217e961c55e464c1c0b4135f553b163ac3f748
SHA256: 717de668c4a238495f25120fdd2e5574523b5d17ff33962e92f40ae3d703919a
SHA1: 84a5e83c614ab43fa74e484e3150a4090ea48074
MD5sum: dbd7a9c883519cfe39dc0c909390c1d7
Description: debug symbols for postgresql-17-ogr-fdw
Build-Ids: 5abd180ad70d6c34602a5f527ab6b6be57e7622d abf132ee71f35220036f6947a02c2d262c251226
Timestamp: 2026-05-24 05:28:33+00

Package: postgresql-17-pgmemcache
Source: pgmemcache
Version: 2.3.0-16.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 156
Depends: postgresql-17, libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-17-pgmemcache_2.3.0-16.pgdg+1_arm64.deb
Size: 45604
SHA512: a37ccf8fe309fa8d8b2e4a5f7e93508fca95ece9614db32c301afe91b54b2488ab524accc6a49f7b352d8945ae1a357a596f2f6878a5ffd1c5fbe2727d7d42b7
SHA256: 2466f61a8688227482e95dc6f01ada56dc19d39cf138c62f3fc420cd486d6496
SHA1: 55b7dc522cda11b3d15249459549b3bc1b8fb342
MD5sum: 2d884d0ebc34b34eb7149350f4e6c3b9
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.
Timestamp: 2026-05-24 05:28:33+00

Package: postgresql-17-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-16.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-17-pgmemcache (= 2.3.0-16.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-17-pgmemcache-dbgsym_2.3.0-16.pgdg+1_arm64.deb
Size: 53440
SHA512: 0cd80b25a2934396b486ab875943f996809f31b80c50b09eaba1857b593ddcded41e774a547c6ff43f87ef2f4e60a4eb88cc07d457bea7a1112ac13221b17aaf
SHA256: 40adb3f56ea6cf9422f31a5d0f55859dff6d1c3cc386a6511d2671d96574b93f
SHA1: 3214d219840f31d46acdd858e00bf90d8fe2ab24
MD5sum: 826b21645c2dc8810b125dd0219991a6
Description: debug symbols for postgresql-17-pgmemcache
Build-Ids: 8aefa9a221fb7f4ac2b6edf44a48e0aebad407d4
Timestamp: 2026-05-24 05:28:33+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.27.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16371
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.27.1+dfsg-1.pgdg+1_arm64.deb
Size: 422588
SHA512: e0ff7172a959f8cc4fe3890f3a1a3f7e6c1d4e349c845237ed6924c08de7d6055a8b683b09340ae19527b064be4c2638552e550a96712a4d76e39e805d980304
SHA256: 52377446786ef9066eaf5f1d3afdd13dacdff6ee737481e64e241af5ca669b44
SHA1: 018d61539dfa7fb03616dab55ea86367cd151e06
MD5sum: d6db0f9fec68ae9c6cfe0b6e24e78b27
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-05-24 05:28:33+00

Package: postgresql-17-timescaledb-dbgsym
Source: timescaledb
Version: 2.27.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2221
Depends: postgresql-17-timescaledb (= 2.27.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.27.1+dfsg-1.pgdg+1_arm64.deb
Size: 1270940
SHA512: 1fa88e6bb6299c8f90ba9579090398b8b29baed866f2131950dbbf6399d0508a19b1b88f3a497c95ab16a60695aaec7c2673febc3a6e7fa0cd8df66a62235eb7
SHA256: ea47ba13e4d4529abd0f046f9deb0f85f593060281737709c9fcbe61ec312f93
SHA1: 6cba6f80a69029910f727100e9e34fb69688e18f
MD5sum: 80767485b5ebd3f50055372d05148fad
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: 3cbb283aad95078dce28e9189e6d7f76440d606f 5277f6e221b94e59db9406f2520048da0876a601
Timestamp: 2026-05-24 05:28:33+00

Package: postgresql-18-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-3.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 277
Depends: postgresql-18, libc6 (>= 2.38), libgdal39 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-18-ogr-fdw_1.1.7-3.pgdg+1_arm64.deb
Size: 91764
SHA512: 3682cb9dd4a2c0dc0b1d057868ab397a1ac412bf3037807dc62150003aba64c05777cc35a0870cce2786c29eb5c920b1e3e96d0f69efaff096fa1df91884c915
SHA256: 902bb358982db91f77bd047809b17c8e41cabf99bf02676d1f274cd0d8535c43
SHA1: 7db14580b9bcd1ce0cb1b09d644fa989bd3c4c8f
MD5sum: 53f9682971e808fde7f58c8d2b370bdd
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2026-05-24 05:28:33+00

Package: postgresql-18-ogr-fdw-dbgsym
Source: pgsql-ogr-fdw
Version: 1.1.7-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 267
Depends: postgresql-18-ogr-fdw (= 1.1.7-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-18-ogr-fdw-dbgsym_1.1.7-3.pgdg+1_arm64.deb
Size: 153704
SHA512: 6106c907aca79a8c5d668d7306fa00a4ffd31c8b0d8178de13709644ac95eb6ec30f1255f70a02065ee1875ed659d042a5346d7b28e76de552db173008e52338
SHA256: 55fe1ce0161627413efcc326af100c2c34522b802c5a3b0231395dab3c16f8ce
SHA1: 79c2e8448f6ae273c2a591e4e6469bd76f453b4e
MD5sum: 5ab004ed61b06e86cfa2de5e26865723
Description: debug symbols for postgresql-18-ogr-fdw
Build-Ids: 4a08b0ed6de578376779e08f74fc7570ec7626e4 90cdfcdee5516a3ad84167277e60f3b643d49d8e
Timestamp: 2026-05-24 05:28:33+00

Package: postgresql-18-pgmemcache
Source: pgmemcache
Version: 2.3.0-16.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 156
Depends: postgresql-18, libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-18-pgmemcache_2.3.0-16.pgdg+1_arm64.deb
Size: 45692
SHA512: 1cbf5c32e718344135dea67decbd82217bc8b200583d0a0104a3209d65e0c94ab8ec467c1e9718d803b5812bf74ef11685d2db681e15531df9ecc735b184ef6a
SHA256: e6f6de9fd7bb868e881a348e8d6812332077bbf1c4175dd14379e5ffb5818214
SHA1: 2a39fd14bf048f2b0fcf6acdd847022b3036076d
MD5sum: 3e3b16a77b4e3b3381235ad39203f17d
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.
Timestamp: 2026-05-24 05:28:33+00

Package: postgresql-18-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-16.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-18-pgmemcache (= 2.3.0-16.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-18-pgmemcache-dbgsym_2.3.0-16.pgdg+1_arm64.deb
Size: 54252
SHA512: 2462f436ba7405c7604aa2b90238be33c8d44f4f44e73414f7c666268c47efae39cdf0f086237a34db28f2c453cee6c334ffe9c96c996a53c307886f04a2ad84
SHA256: c930dee7c1eb3b4ba1efdc43ae31c5914b2f59d32785fdba97164a966b68f816
SHA1: 73d8cce4bec0b6487013933701188d55149a9b93
MD5sum: 39ef4aa04c8063a0cc4406da3d337945
Description: debug symbols for postgresql-18-pgmemcache
Build-Ids: c40078c092d5c4a24ba8f6ac3b5e0b461aa3758f
Timestamp: 2026-05-24 05:28:33+00

Package: postgresql-18-timescaledb
Source: timescaledb
Version: 2.27.1+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16371
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb_2.27.1+dfsg-1.pgdg+1_arm64.deb
Size: 423408
SHA512: 5d9f9851e2455b69c0f6de738c682d8560c28568298c5792816b2fe0da10577d0b9eb9da43ddf11a078b3290b614727ea9fe6ed337f4de08df357d8eb277e23c
SHA256: 3a69d9ec18e8913582e99a2610955d053356d6db2175833afd81d66bf7f083e9
SHA1: 5e9df8a40372bffb0e45d094451d8661068f960b
MD5sum: e2fc8696f7556c338931f975307b0d8c
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-05-24 05:28:33+00

Package: postgresql-18-timescaledb-dbgsym
Source: timescaledb
Version: 2.27.1+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2233
Depends: postgresql-18-timescaledb (= 2.27.1+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb-dbgsym_2.27.1+dfsg-1.pgdg+1_arm64.deb
Size: 1279896
SHA512: a2edfb1dcc84f7bd4d90c0da940973aecf937ea83d24cc422761f27450f49b1a4d6e00bb1eba7b644e7945d65f6221cf7dd0c5b61de9bfa24e037683548b697f
SHA256: e82e28720e478b1c670d141a309d7627ebd90ed23dcc54feeeef908de38bdf8f
SHA1: eb7080b37b7c6f72994ef7fb4a540f74c9c0f9ee
MD5sum: 01e7acae8f1215b9e14bc38d5e111600
Description: debug symbols for postgresql-18-timescaledb
Build-Ids: 1048455b9cfcb6a9abf1e5ede06144660e6fd32e 1dc62182d908a18021fc55dee5a7bc1dc87ac35f
Timestamp: 2026-05-24 05:28:33+00

Package: check-pgactivity
Version: 2.10-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 400
Depends: perl:any, postgresql-client
Suggests: wget | curl | lynx | links | links2
Multi-Arch: foreign
Homepage: https://github.com/OPMDG/check_pgactivity
Priority: optional
Section: database
Filename: pool/main/c/check-pgactivity/check-pgactivity_2.10-1.pgdg+1_all.deb
Size: 84672
SHA512: 9eb364b7c56ed7b4f4c29947d3912c2a13a58ab85a3c6bbb715d9f88e6bf433752578ded8605119d0a784264d04317cf2d7249db3be8895924e6d2e0a0d89cc3
SHA256: 4203a56bd38727c80c6bff261c335014d050aa7443d2b7cd694c77d49ef9e08d
SHA1: 0effc85a377fda239312ff1d349806587369ebbf
MD5sum: 2eff621b0a2153cfe5bf8e1ee1fa7436
Description: PostgreSQL plugin for Nagios
 check_pgactivity is a Nagios probe dedicated to PostgreSQL. It offers many
 options to measure and monitor useful performance metrics.
 .
 Services include (among others) monitoring of autovacuum, bgwriter, locks,
 long queries, idle in transaction queries, number of temporary files and WAL
 files, bloat of tables and btree indexes, commit and hit ratios,
 WAL archives exhaustivity, age of logical backups, backends number and states,
 backup label file age, connectivity, replication delay between primary and
 secondary instances, database sizes, vacuum and analyze times,
 sequence exhaustion, snapshots age, presence of unlogged tables or invalid
 indexes, incoming freeze, settings changes, PostgreSQL minor version,
 PGDATA rights, custom queries. Most services only need normal user rights.
Timestamp: 2026-05-25 20:29:55+00

Package: credativ-pg-migrator
Version: 0.14.0-1.pgdg+1
Architecture: all
Maintainer: Michael Banck <michael.banck@credativ.de>
Installed-Size: 1652
Depends: python3-jaydebeapi, python3-pandas, python3-psycopg2, python3-pyodbc, python3-sqlglot, python3-tabulate, python3-yaml, python3:any (>= 3.6~)
Suggests: tdsodbc
Homepage: https://github.com/credativ/credativ-pg-migrator
Priority: optional
Section: python
Filename: pool/main/c/credativ-pg-migrator/credativ-pg-migrator_0.14.0-1.pgdg+1_all.deb
Size: 199324
SHA512: bc6be3917bd86266561b58f7071030001c1c264bb78761efb71b1c18100d620e8e7e11713962e6e06d09b90ae5f89628f3e85bada2b6bbb290b5745f0c4e13dc
SHA256: 64de944f45a40ffdbfc72e3803e931e465a18481cb3ba9c83651e95a4664ed95
SHA1: 05d1587b5c92c04dab6eac6388d150ffd6fab657
MD5sum: a4d16deeb0573239c2d726123da9c154
Description: credativ Postgres Migrator
 This package provides a solution for migrations of whole databases from legacy
 systems to PostgreSQL.
 .
 Main features are:
  - Supports migration of tables, column constraints and defaults, primary
    keys, secondary indexes, foreign keys, functions/procedures, triggers and
    views from source to target database
  - If tables have sequences, migrator sets current values of sequences on the
    target database
  - Migration of views is currently only in rudimentary version, just replacing
    source schema names in code with target schema names
  - Conversion and migration of functions, procedures, triggers currently fully
    works for Informix, and is in progress for Sybase
  - Migrator allows customizable substitutions of data types, default values of
    columns, calls of remote objects
Timestamp: 2026-05-25 20:29:55+00

Package: pg-statviz
Version: 1.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1152
Depends: fonts-noto-core, fonts-noto-extra, python3-argh, python3-dateutil, python3-matplotlib, python3-numpy, python3-pandas, python3-psycopg, python3:any
Recommends: postgresql-statviz
Suggests: python3-anthropic, python3-ollama
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/pg-statviz_1.1-1.pgdg+1_all.deb
Size: 853184
SHA512: 1c068181babacbaaa81cd582190534e4992500c29a948652de8d68280c5f7fb5def37196e9ef2e750ebde89238b65643a61ab5fe0d709ef3f650cac67a095fc8
SHA256: cd45caf3ea8272d36efba08edb7f925097d375cd98d15fa5e89ed3725e7ae8bd
SHA1: f3d7f05f668176af68f4c001dac71789b83ac28a
MD5sum: a486319377ed3a28292591ecdfec788a
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the pg_statviz utility.
Timestamp: 2026-05-25 20:29:55+00

Package: postgresql-13-statviz
Source: pg-statviz
Version: 1.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-13
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-13-statviz_1.1-1.pgdg+1_all.deb
Size: 13100
SHA512: f1a1ddf6eb38626d95f8b1d77ee00ee34ed6c31e8debf538c6daff21b594eebbcb1edf692e90a6a8d64391ec2a537514febeecd45c5bc8c8701e64c4ab894ca9
SHA256: 948d1a4a421d5be251aced6ae3abf8dd560f81116f461c063dcd7d708a46226c
SHA1: 29b5ba24ec17c627bfe94ae642818b01ffbdb394
MD5sum: 73d311355e5d3e0df85bd035e4941f03
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-05-25 20:29:55+00

Package: postgresql-14-statviz
Source: pg-statviz
Version: 1.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-14
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-14-statviz_1.1-1.pgdg+1_all.deb
Size: 13096
SHA512: 21245d2cbcb8f2f5a59956da44b1fb1f884f3b6fabbd44d76f0e206fa0b406615ea416b1ff3a6a2b196fefb8b097447d6cf2700cdaced58278c944a5bb3b7fcb
SHA256: 1f3504e62713018adc549dd084bdb8b2dfe81c3d443b63baa7b71e97ebfb5609
SHA1: 9b73b10ce3fb6a87c09468c2e58b87810da3d756
MD5sum: 14562066e38f9790fcc17b621d2c65e1
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-05-25 20:29:55+00

Package: postgresql-15-statviz
Source: pg-statviz
Version: 1.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-15
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-15-statviz_1.1-1.pgdg+1_all.deb
Size: 13092
SHA512: f69d70d407ea6dc2e3cbd9dfcb6d48cd43974c96fe7c0725fdbe8758e43fb531c095d3377c51fce21ffa1b5d509107183b8a68540715b10c018422fbd9da4be1
SHA256: e6d6594df74f48dc8ee9b94460d4e3e1767eeb76427c70b45159c1783149ab7e
SHA1: 35446229b3608e47ab51abeee2239603168ee79d
MD5sum: a2b8282218bad99b130dd3ed0f00931c
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-05-25 20:29:55+00

Package: postgresql-16-statviz
Source: pg-statviz
Version: 1.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-16
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-16-statviz_1.1-1.pgdg+1_all.deb
Size: 13088
SHA512: 907e82ea0804d5cecf635b76406c9a364fd7f6dadda212648d309b3f0d95126aff79bdbad79eeade46e52259c584c0829221fc1b94ee8944f0f76556f67a5d6f
SHA256: 5cf2a40c87098032c4d34e0e5dfc1181d4b77e7bea0153a367994990c527ac54
SHA1: 23d533de797afcc983c40eda0a50bb8267740392
MD5sum: 666b2006ea93df89835f9018b309b088
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-05-25 20:29:55+00

Package: postgresql-17-statviz
Source: pg-statviz
Version: 1.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-17
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-17-statviz_1.1-1.pgdg+1_all.deb
Size: 13096
SHA512: 4d9a9b224ec029b6dd2eaafa30baebc4778bf840cc0eb7d4b0adaab58cd7c3bd68fa5b1c71c7b98a9783d1f3fad670f5828a8e7d74212833c1e1b78f37f61f3d
SHA256: 79c7c79f5d48a389f33ef499c81bb7a943759bfb1ce0482f44d78c39a7546f85
SHA1: 70491ed7d0c2790e6ead00d595588a546fd58a28
MD5sum: 6878268671f8ccb13e0e4b868a283cf6
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-05-25 20:29:55+00

Package: postgresql-18-statviz
Source: pg-statviz
Version: 1.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-18
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-18-statviz_1.1-1.pgdg+1_all.deb
Size: 13100
SHA512: f78b8027b8ef2e1992f16eac110c46c8a0c65c7dc24ae9cf66a142a8367ae25bd3ff786fb9711e6a4d04a5e9bf9d4b60bc18063aa78cfc5ad5579414b06f4073
SHA256: e61cbaafa00779e5861d4909c351f3b3327d77aedc3937f7b05ef08b9d106456
SHA1: 08943091af96be2f2af799416a1a26dbd3c05faa
MD5sum: a14113cc722d25678229e5dabeefab70
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-05-25 20:29:55+00

Package: libh3-1
Source: libh3
Version: 4.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: https://h3geo.org/
Priority: optional
Section: database
Filename: pool/main/libh/libh3/libh3-1_4.5.0-1.pgdg+1_arm64.deb
Size: 66612
SHA512: e22ec47995c10302ae9841357fdc900a50ba2a7bda20f0461a03d7e2acbec6e7606c0cb44944c1794af1e631fa4d0ba2a39bd2d68b739e1a6621d5df14e2415c
SHA256: a95bd1bf9da324baa5a409a63b8d37b6048cdbd934e2cf1d4da753e9cbd40dbf
SHA1: b133309ab78360ee6c6c715910e347ddcc700819
MD5sum: 06c183b15a80ebd18381982869ec5424
Description: Hexagonal hierarchical geospatial indexing system - library
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the shared library.
Timestamp: 2026-05-26 20:42:25+00

Package: libh3-1-dbgsym
Source: libh3
Version: 4.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: libh3-1 (= 4.5.0-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libh/libh3/libh3-1-dbgsym_4.5.0-1.pgdg+1_arm64.deb
Size: 127372
SHA512: 388b64057f83e64063ec4a533f06e50a0b09a5b00e16399d5313a2d189928bf36c5a622a9e75e6df046abd7f9c84149f530afd541e290c4966ed0e96c237afe5
SHA256: 15a3749873c24498ac4df6529825d454ed06525d4b63b849ca07f2cefb95b542
SHA1: bc43f19074320eb148849f06601999d1fee52c91
MD5sum: 7a6f757dc009885db2d0a06f2f646d99
Description: debug symbols for libh3-1
Build-Ids: 6a3216bf530d7aba6deacea02104f7c6e1b62071
Timestamp: 2026-05-26 20:42:25+00

Package: libh3-bin
Source: libh3
Version: 4.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 929
Depends: libh3-1 (= 4.5.0-1.pgdg+1), libc6 (>= 2.38)
Multi-Arch: foreign
Homepage: https://h3geo.org/
Priority: optional
Section: database
Filename: pool/main/libh/libh3/libh3-bin_4.5.0-1.pgdg+1_arm64.deb
Size: 67760
SHA512: 55e8e5b6c80884ec0be9ccb780d09b64aa1c8c2dcb6480ec64e71c9700aa53a31ab892f627504de6950991ab50abb1baf0a889f421fc4d8b7cca71de6bcff5dc
SHA256: 417ecec091b1be3f31e8e8334c0cfb6b4c4da45ff10319d510435767391d739f
SHA1: 7445c0216b2c6ddb37f50ce605e87cdc1985ce64
MD5sum: e97db692058de72c69b2fe3cf2e9bece
Description: Hexagonal hierarchical geospatial indexing system - CLI programs
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains CLI front-end programs.
Timestamp: 2026-05-26 20:42:25+00

Package: libh3-bin-dbgsym
Source: libh3
Version: 4.5.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 658
Depends: libh3-bin (= 4.5.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/libh/libh3/libh3-bin-dbgsym_4.5.0-1.pgdg+1_arm64.deb
Size: 248112
SHA512: 68500126fd1522f3778085b2e92171980063bdd6b77176e98e07f3bdc4bbf27546db8ebd473e8c73ce789aa3a3dc492e479330f07019bc43cf20cba803b42e47
SHA256: ea585daefd02914a904116a8e0456cec771c85990aebcac94b3c0dca695862f1
SHA1: 83415f47eae713620fec2bac948773820c673aef
MD5sum: 54e61cc320ca217a8e026e15416f5324
Description: debug symbols for libh3-bin
Build-Ids: 0d9bb9082b9c5560a545622c1491dd20a2938716 1d8826be28fefe7708f6af0384f09711b10e27f7 243e0a7e7bfd40cbae8c799eb18cf7a738b53fdf 30a03bb0727bb966f9f9639cd40d1f5883425dcf 36085b642007cf717af8a90241482f04175ff1ab 52888963b67042ec850a037a34bf42644e8096ca 6aa0eb6ea08ecac2ab47748a79183a532057c430 6b822fc85ae6f24577c13cecde4be28c26de1c29 a2693478e0bfcf7dc91188986afeccdb32d84176 b49c50e3ad59c0fa5d61a2abc748b3c719ae3f07 bd428b231b5bd5b1b2f7f1f245803528eb8c9456 ff6a5c31cbcb9b9bf93cfb4e3cdf938440ab20b4
Timestamp: 2026-05-26 20:42:25+00

Package: libh3-dev
Source: libh3
Version: 4.5.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libh3-1 (= 4.5.0-1.pgdg+1)
Multi-Arch: same
Homepage: https://h3geo.org/
Priority: optional
Section: database
Filename: pool/main/libh/libh3/libh3-dev_4.5.0-1.pgdg+1_arm64.deb
Size: 28788
SHA512: 41b961ba63bfbc4074675514609f6d5780aa4eaa44e91255d93c7f1971b774f7e1974afaf3f9e6290148453fbab65a965e225092ce893bad4613538f40d56ffa
SHA256: 5b51e0aa87f15f84559bdd6413aa2cb1cde5dbf83dc97be31ecd1cc67925639e
SHA1: 6de5f7acba45484ae539d90fa52d6d50ba0448e8
MD5sum: e6f9c836c1e83396c9d5ae3fc899fd89
Description: Hexagonal hierarchical geospatial indexing system - header files
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the development headers.
Timestamp: 2026-05-26 20:42:25+00

Package: patroni
Version: 4.1.3-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1542
Depends: python3-click (>= 4.1), python3-consul (>= 0.7.0), python3-dateutil, python3-prettytable (>= 0.7), python3-psutil, python3-urllib3, python3-yaml, python3-ydiff, python3:any, python3-psycopg2, python3-cdiff, python3-systemd
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/patroni/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_4.1.3-2.pgdg+1_all.deb
Size: 287024
SHA512: 01554b984b1198b74ec95cba0c2e465259ee5e24666a203c0e0a4ae117d302a517a0e50b68a680a157e0c07fec19fe300d70dc57868ed59ae3e91ad0f086a454
SHA256: 55fd07b0fa022a4c1c4e51b32862593efaa2a9c0ef32465ca303d82b213f697a
SHA1: 518c3b08d957b2efd33c646021c5158a8c5699f9
MD5sum: 3f95cc4f8169a48085e0cadae0c72b29
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2026-05-26 20:42:25+00

Package: patroni-doc
Source: patroni
Version: 4.1.3-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7525
Depends: libjs-jquery (>= 3.6.0), libjs-sphinxdoc (>= 9.0), sphinx-rtd-theme-common (>= 3.1.0+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/patroni/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_4.1.3-2.pgdg+1_all.deb
Size: 581900
SHA512: 39812a78817f28068cb28588bd52feaa47622e4e70b1037598c6aa134523f9ac801f80894e5a01bef1c42b196064e60aac333ecdeeaf75754f1188991724ac06
SHA256: 077a7d48949b0ac7b053de48919829f2421c9b86f3ae36c7118221b6536640c1
SHA1: 88048bc808243a780196b90172d8feba91c13d22
MD5sum: aac1b83e59251ed11bc8a95fcd179a36
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2026-05-26 20:42:25+00

Package: postgresql-10-ip4r
Source: ip4r
Version: 2.4.2-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 391
Depends: postgresql-10, libc6 (>= 2.38)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-10-ip4r_2.4.2-5.pgdg+1_arm64.deb
Size: 63984
SHA512: 643bdf48f0fd504746bd778f0ce7f9ce82293f204453bcc0ff2ddaf3becebfa92b89154a648257274c6a5984df4e3a1589ed5c4400c0f6b0affc910839f08dd9
SHA256: 523bf986083553a99b9e333961f30a29b686c2e986d0f0c8adcd5f7b64af6693
SHA1: 7db9fb6396d6f261c4eed659c31ad4c64b1cbc08
MD5sum: addb7573ebbb528182be8930dde5136b
Description: IPv4 and IPv6 types for PostgreSQL 10
 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.
Timestamp: 2026-05-26 20:42:25+00

Package: postgresql-10-ip4r-dbgsym
Source: ip4r
Version: 2.4.2-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 361
Depends: postgresql-10-ip4r (= 2.4.2-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-10-ip4r-dbgsym_2.4.2-5.pgdg+1_arm64.deb
Size: 173464
SHA512: 9cd0080a6013a20e240fdef2d91b129e23dae95b47efcc6a978d5ccf897dc457c62700d2acad3b4636be751c7fd0355e8dd82a33ce604d644d0a756d5e6fb265
SHA256: ffb671162895ab7b3612b2cc4e9a818b8fe443eb70642ed00d2cb3a557522b39
SHA1: 264f2bc216f80590d2c7c9ede4f031a4971b6796
MD5sum: 0f486eaa198f233be97d0618d7985140
Description: debug symbols for postgresql-10-ip4r
Build-Ids: 83d6978ed4d516507c7a394bd280a04ee5dd00d9
Timestamp: 2026-05-26 20:42:25+00

Package: postgresql-11-ip4r
Source: ip4r
Version: 2.4.2-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 402
Depends: postgresql-11, libc6 (>= 2.38)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-11-ip4r_2.4.2-5.pgdg+1_arm64.deb
Size: 65700
SHA512: 851a1dc4e749eeb87ddaa89b762b56f5115cde6495f70f900d41810d7c26b35f2623e969bd027e8afd57d5c3c20b65a14a6c0a0d5e51cd8e0f662676279b4e39
SHA256: 1d56111228b50e6379e2788b35e829d475ab26f76f512d8d3fe252a4040a92c9
SHA1: daaba1dc563b42109f1c5b70408cdf2ae6cf5b7d
MD5sum: 3ddb8902a9850e883c18e1b3c6238cef
Description: IPv4 and IPv6 types for PostgreSQL 11
 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.
Timestamp: 2026-05-26 20:42:25+00

Package: postgresql-11-ip4r-dbgsym
Source: ip4r
Version: 2.4.2-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 354
Depends: postgresql-11-ip4r (= 2.4.2-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-11-ip4r-dbgsym_2.4.2-5.pgdg+1_arm64.deb
Size: 173252
SHA512: c7901ecdd3571b5a6057793932b074fb59aca1b802f2c682edd6bccee2a42a5fdcd1b9ea0284604f023b4f37041541277fe160e7d66f76273b04b6e885d0bab0
SHA256: be84c53614b9cf84e8975d9aefa1004d3e9b9937f2e568b1bfa2d9b028e6560a
SHA1: a68b2145d648da888b88b001b4873bd8095e89f1
MD5sum: 97ccf8559433b0571218e3c1b0570324
Description: debug symbols for postgresql-11-ip4r
Build-Ids: 51c9c971ec5f8c12b11b60a4f914bd38607575a5
Timestamp: 2026-05-26 20:42:25+00

Package: postgresql-12-ip4r
Source: ip4r
Version: 2.4.2-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 402
Depends: postgresql-12, libc6 (>= 2.38)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-12-ip4r_2.4.2-5.pgdg+1_arm64.deb
Size: 65648
SHA512: dd63f9192cf05da29e4289a3cad400b7118f97319ec0ac0387f1aea68867235565810fa709c75a3c346cb54c120a9cf35d97fc2e4b2973bd86b755a440f92ad1
SHA256: 7ce4f00f65325760483f45e5d7e6f9c1fe6a64df8bed37f5a65cb6ab87bbe4e0
SHA1: 441db94af13427adb85c47a8ae3a5c2d646272e5
MD5sum: 3b24fd0615b97de1fda298d87ea18980
Description: IPv4 and IPv6 types for PostgreSQL 12
 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.
Timestamp: 2026-05-26 20:42:25+00

Package: postgresql-12-ip4r-dbgsym
Source: ip4r
Version: 2.4.2-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 359
Depends: postgresql-12-ip4r (= 2.4.2-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-12-ip4r-dbgsym_2.4.2-5.pgdg+1_arm64.deb
Size: 179284
SHA512: d0458f5686f4ddb8e19f139a25ac25191eedfdd42b6517b5ba0ed4216db16d8c61d48ec21c9b9b433f3e142ead57d9b007f51e9f1900d13ee51d4030e95a0f68
SHA256: ebdaf8b2ab5deebaecbf9575b970f8a17f8b9856306efc97cc9c7d293fb25a49
SHA1: 07a0d54c394541f18b0bd4d6adbfb8b00ddcefcd
MD5sum: 27701d42ef3b3504047ba7cfa9ac509f
Description: debug symbols for postgresql-12-ip4r
Build-Ids: 6a84fb24953be4a475e675a2e3a927aff0726cd9
Timestamp: 2026-05-26 20:42:25+00

Package: postgresql-13-ip4r-dbgsym
Source: ip4r
Version: 2.4.2-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 362
Depends: postgresql-13-ip4r (= 2.4.2-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-13-ip4r-dbgsym_2.4.2-5.pgdg+1_arm64.deb
Size: 178804
SHA512: e4b23d72b67e29ce5efb98291f28c55399c7f15cc18091d79eb542f3a0e3b355a8fa74f73f5512e8a4e4f05557436dedbfec82efc555773a3f743ea6f5a9fa36
SHA256: 826a30567bf06d2bdcb9a5eeec9e1e7a490b30e89effc23187419302952e7377
SHA1: 7a5c7bb003f202b48dc9bb23bb8a37360e812dec
MD5sum: 515ce401616d9f8a203dc269bea54b7b
Description: debug symbols for postgresql-13-ip4r
Build-Ids: 74f39409f001940575b57c6bc4d265c352f2118b
Timestamp: 2026-05-26 20:42:25+00

Package: postgresql-14-ip4r
Source: ip4r
Version: 2.4.2-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 580
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-14-ip4r_2.4.2-5.pgdg+1_arm64.deb
Size: 184688
SHA512: 37ad93fcf578105c4725d21d4941f6cf40fe728108bbf967560112be72e1d42f68957a2fadf327b661f5850380668c71ed53eb7a1c5c1c75c58bd06764af4785
SHA256: 0ad023d80ef61d4c8daff9bbf5271070876216870b63ac011f9bab82f9032c2b
SHA1: b33688faa2eafc9e5be48741230d9aca8df48d40
MD5sum: 60f0b659aac4fa952146319966a5de3c
Description: IPv4 and IPv6 types for PostgreSQL 14
 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.
Timestamp: 2026-05-26 20:42:25+00

Package: postgresql-14-ip4r-dbgsym
Source: ip4r
Version: 2.4.2-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 356
Depends: postgresql-14-ip4r (= 2.4.2-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-14-ip4r-dbgsym_2.4.2-5.pgdg+1_arm64.deb
Size: 176448
SHA512: a9b13e6ef1d87ba6a6d0e8a5e6978ec23301602b0355cf6c975c66818ba0c698d5d45a8cb2b6041f86c2d94df48d0333a3a46fcdda31abb2381943b0da681dcd
SHA256: 81b38a76fe69ad47cc785a256def41898d382e7839807de76b05e68605b5dd42
SHA1: 6d389f84938fc1565db78f54322b412342d89093
MD5sum: 2bf26d50a72a0b56091606b5adb1e612
Description: debug symbols for postgresql-14-ip4r
Build-Ids: 72a26123255cbe596b6d600362e3d522f26ceebf
Timestamp: 2026-05-26 20:42:25+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.9.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 754
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.9.0-1.pgdg+1_arm64.deb
Size: 307908
SHA512: 52634e138eb05aafd02c20e2b82ccc287ae2f92b937586bb387ae59122c0ba85ca1001ad3f0a5b3d36747b288842b07553a53c4850e85241c460e5ef3cb795dd
SHA256: 4de76d764f25399b8ebb8d92cf09c59d28a0fbbb338e13bddc0e1b8d8cd8070e
SHA1: dedcf170af7547db0e7850d88d701cd0a3e2a90f
MD5sum: e1a8cf9ca620e09b6deab9fd16df5680
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-05-26 20:42:25+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.9.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 556
Depends: postgresql-14-plpgsql-check (= 2.9.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.9.0-1.pgdg+1_arm64.deb
Size: 307876
SHA512: 3af90bf4ee740e3acdca0c55992aa2263320445e0214db1a0b5ea5a092bdafb7bb9990f1d8758b8696b7752baae2c6ebe955d5fa2024589c65393e06953469ba
SHA256: 7084742989c9b1c1b3cfb9eb4580300f04828e10f92e502a0894bc5647d2f4e2
SHA1: 147677df2219f97befec1738d6b06c6bca13cc6d
MD5sum: de599a856a2c485e764e671be9f00d91
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: 53d55cf805394e611950ae12a47ea80d2d623786
Timestamp: 2026-05-26 20:42:25+00

Package: postgresql-15-ip4r
Source: ip4r
Version: 2.4.2-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 580
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-15-ip4r_2.4.2-5.pgdg+1_arm64.deb
Size: 183916
SHA512: 8dde61f3f44dde942e53db7878c5824e4268e27143e6218ab46b8acaa9ad424b0bc3cf32789559b24f2bb5f7b22ef7553228ca512602e5a2ba8cdf3fd22ecfb6
SHA256: 552605d325ff86591ec562e567f633633fec1d3d17c86c704739dc454dc957e0
SHA1: 2633f2344d5dcd56d4a6feb9fdcced05ee54df3a
MD5sum: bd2ebc3b903d30c49326a1b7f9f6247f
Description: IPv4 and IPv6 types for PostgreSQL 15
 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.
Timestamp: 2026-05-26 20:42:25+00

Package: postgresql-15-ip4r-dbgsym
Source: ip4r
Version: 2.4.2-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 356
Depends: postgresql-15-ip4r (= 2.4.2-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-15-ip4r-dbgsym_2.4.2-5.pgdg+1_arm64.deb
Size: 176844
SHA512: 4affc4a5243f0a78c45a43552935c9d64ad62f0558f61f0bffe24bff80cce8bc79fd0d30a2abb03706082cd87312b488677cc7e36b3613b956d79bef8e670804
SHA256: f8cf348f648737d9a934d242c6f4b836decc85d99bcf649bf5ec2317ac77f8c3
SHA1: 5f6ef54d392be809cd824cffe563594388f69295
MD5sum: 1bcccdf21eec30e189c3c2d17a90b6b7
Description: debug symbols for postgresql-15-ip4r
Build-Ids: a28c6badb8ed76c71527bddaea5f8120cf04836f
Timestamp: 2026-05-26 20:42:25+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.9.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 755
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.9.0-1.pgdg+1_arm64.deb
Size: 308344
SHA512: 48a7b6d52f86257c93a18d721c93f1897b4a8811f1c472bc5542c8485e62e57f5c92bc5902586600879c805ed72b8a52ae754461a2d3a99a2ecf3564cdb12620
SHA256: ab59919ac101dd914e6776e81c1dfc95998330b33422e9ea22e807cac84522ee
SHA1: a578eb997cb221d798ba09a6a7d7dcd273ebf9fe
MD5sum: 49865ed68eca178614b151b9aed7c0dc
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-05-26 20:42:25+00

Package: postgresql-15-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.9.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 572
Depends: postgresql-15-plpgsql-check (= 2.9.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.9.0-1.pgdg+1_arm64.deb
Size: 323968
SHA512: 738e57ae3e61e1560672a67136d59881ca1b3fca442ed3e42673b44a9da312b4fdaaf5a26c0b33d84c80ff507b2d5f8189892e3cbb54251fd682caca656990a4
SHA256: 9e970fbab7fb6c2fb57d8faa1787e0359523966c8ae3d2be7217c46799eabb04
SHA1: e17978091a8a574de2ce207f64df03b51a8c913f
MD5sum: f12446207ef4f899160b2703595008f4
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: 5516092e2ab2e059092f48d56b7d07fe482646eb
Timestamp: 2026-05-26 20:42:25+00

Package: postgresql-16-ip4r
Source: ip4r
Version: 2.4.2-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 580
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-16-ip4r_2.4.2-5.pgdg+1_arm64.deb
Size: 185852
SHA512: a6a936daaa2f2cb47336c4fe124d73410f0f56b6e62ad2e8b224f6928091663a8583535dff1c1679bd7f0609780449012dfc72e1d87c437e4875d2e06e35a03d
SHA256: 34a756b6178b875694f38b84d2524099a52cb7e213d2738d8f58a1201fcf5e7b
SHA1: 9c8697df8b1079a40182324089ffb504cb1959f2
MD5sum: 36c9487c542673f316df672445fd2e91
Description: IPv4 and IPv6 types for PostgreSQL 16
 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.
Timestamp: 2026-05-26 20:42:25+00

Package: postgresql-16-ip4r-dbgsym
Source: ip4r
Version: 2.4.2-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 392
Depends: postgresql-16-ip4r (= 2.4.2-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-16-ip4r-dbgsym_2.4.2-5.pgdg+1_arm64.deb
Size: 208172
SHA512: 3894e388849ca25fda73cf7175ec8037434c2dd6413fcb6b458efdbf0f31103b2094925b8ad224e924c083a767cac1aa597968913ef428db676440bbbb1c3638
SHA256: d4efbdfb920937e884a06f828c002f38fb05a9b119d4cf209015708aaf45c279
SHA1: ba3d349fa7d387f06619571f361f719eb22d8362
MD5sum: 4948d66adb80d4d050b56a5c4958456e
Description: debug symbols for postgresql-16-ip4r
Build-Ids: aee0d9a985e8dbdc8c42bfd64d2ad49cdf2cffe9
Timestamp: 2026-05-26 20:42:25+00

Package: postgresql-16-plpgsql-check
Source: plpgsql-check
Version: 2.9.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 753
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check_2.9.0-1.pgdg+1_arm64.deb
Size: 304092
SHA512: 348f0e5870b17e5976afe05dd771595faca0c5e5610051582b3996209a20df4e494ed3b4e81335e6c08d03cebc935b40e42009edcaf4a9a46fb70a1235d4e1b9
SHA256: a4a89c2e2cfd9dc17079b4418f562a350e9ebe186d13c78b7a0df029a1574553
SHA1: ca5ddb73757d1f376e7751ebb616ed3c45e4e306
MD5sum: 3d28c660b4c1a89e24578016bba600b1
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-05-26 20:42:25+00

Package: postgresql-16-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.9.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 573
Depends: postgresql-16-plpgsql-check (= 2.9.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check-dbgsym_2.9.0-1.pgdg+1_arm64.deb
Size: 332876
SHA512: 4d6e1ae63ecea2ba5549fe2bbdd786b6a29c6ec420bcf1f4789c763e026338f8d07194c761e1f9f733427a84b6fa87f65fbe94cb251009e6fe1062a748797e30
SHA256: c08b3c00951f2371f446982696af8915af4c9efce4ffe1b18cab6ba889eb1fb6
SHA1: 53d0e957e0c96f314bc9ba319a40760067049ba6
MD5sum: 20e0e2fd3e31e53b390bfc54afa71bf3
Description: debug symbols for postgresql-16-plpgsql-check
Build-Ids: d7387688b3276fdccaa32cc45d055e3b0dcda235
Timestamp: 2026-05-26 20:42:25+00

Package: postgresql-17-ip4r
Source: ip4r
Version: 2.4.2-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 580
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-17-ip4r_2.4.2-5.pgdg+1_arm64.deb
Size: 185744
SHA512: dff6ee997b2a81e78ed3b15d1f065518a9fe165025964fb19f23d3a405fc5369f67a54745f7354a3bd2550c5c3400bc6dcf8fc9690d04c6d39444bbd5b6531b6
SHA256: ab074a23036fb3b19797cba6d185a75d250d099909340f44d671ad2533949608
SHA1: 4c4feeabe31d8d75228ec53c0990ed5b5a3b4e4c
MD5sum: 8c2a9e9cd92479ca75d2dc6d839e0de6
Description: IPv4 and IPv6 types for PostgreSQL 17
 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.
Timestamp: 2026-05-26 20:42:25+00

Package: postgresql-17-ip4r-dbgsym
Source: ip4r
Version: 2.4.2-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 392
Depends: postgresql-17-ip4r (= 2.4.2-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-17-ip4r-dbgsym_2.4.2-5.pgdg+1_arm64.deb
Size: 208604
SHA512: 88da48fc77fd9a8e895476650b4a3a4493fa22f6796be473c79fe4ffad5f7cd0f7f466c060ff85dfa45996487bbd0d8c1bc9b164a4538102fd520e3ca6c1c2dc
SHA256: d286ecd07ead5dc5da3fe1c5c708a87c087989a3325a3d65530de0c8c947b52e
SHA1: e8b1bf59c099177c7c60e8a069daabd96d853c86
MD5sum: 24708f9643bedbf461161f2a41ba95be
Description: debug symbols for postgresql-17-ip4r
Build-Ids: 9aeab7209bcbb27aaf545c17f76191a46a70041f
Timestamp: 2026-05-26 20:42:25+00

Package: postgresql-17-plpgsql-check
Source: plpgsql-check
Version: 2.9.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 753
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check_2.9.0-1.pgdg+1_arm64.deb
Size: 304024
SHA512: e9396d2055e200bcffbea185e0476b80fb88dee8695eaeb944fdf8db96648c1b1caab2b380caadfeeb15c4930e1d19cbb1da4c9c7c81e26faece3b00272e632a
SHA256: dc68f828772e20b942d788dac5747159413e8d5ab842947e3142ee6d2c17d34b
SHA1: 91011636428546f767788e65dd4af0e068487888
MD5sum: 1fd9899641b77fb582860e992e48ae38
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-05-26 20:42:25+00

Package: postgresql-17-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.9.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 589
Depends: postgresql-17-plpgsql-check (= 2.9.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check-dbgsym_2.9.0-1.pgdg+1_arm64.deb
Size: 350816
SHA512: dfed0c5e271248202b798689dddbba1634e7c3cdc007afa6f640f67e33dad01d70b75061549adeafdb0aba5fb409576d85fd445abaa6bf7fe0d7bd72bac4aea9
SHA256: d5d0621e96c22203971e3d2cab75c1d41cb38be4907ffe1bba919a7ce6210c7a
SHA1: 56055336bfca7210b3dcfec4f9db42bcddfc6493
MD5sum: d736ced090223b580e1f48ec56f394ca
Description: debug symbols for postgresql-17-plpgsql-check
Build-Ids: 777ac546d262f0d74d35aeec466a2cd2b21c24d7
Timestamp: 2026-05-26 20:42:25+00

Package: postgresql-18-ip4r
Source: ip4r
Version: 2.4.2-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 581
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-18-ip4r_2.4.2-5.pgdg+1_arm64.deb
Size: 185856
SHA512: 76a835c256b74f5d3f7918775d2bbbd2cf8c1fe4f2d2e078721563b0fe0ee0d3cb9423fe20a7aaa4c170668fe7a9bc9b26c9bbfc367ea2aa220f6e9dc4739e06
SHA256: 96c9bba52c4351e69cfba0a36aef1c94e2284045a1bb078f5caf0963fc30c382
SHA1: 0df7802619af9aa5024c00fd59be31b2d712ab28
MD5sum: 58277d557d5e330079f1c130c4a082e0
Description: IPv4 and IPv6 types for PostgreSQL 18
 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.
Timestamp: 2026-05-26 20:42:25+00

Package: postgresql-18-ip4r-dbgsym
Source: ip4r
Version: 2.4.2-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 389
Depends: postgresql-18-ip4r (= 2.4.2-5.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-18-ip4r-dbgsym_2.4.2-5.pgdg+1_arm64.deb
Size: 208940
SHA512: 633120f4f7d279c4038b5fdfcebd127ca264646783480b8a5aef27fba3865bd9113092dee2e2e8b5c9289e6c60425d246a8b19020f385ee545c9e9242f9ae48f
SHA256: ae7739b5fa6c3a54a866d4872af8370b33831d569203dbc1341385d76d1c58e3
SHA1: d9d95c5ed9809cfc6c231e933d090ae256fcb96e
MD5sum: bc57f98fa42b6ba9acea46ee61dd8429
Description: debug symbols for postgresql-18-ip4r
Build-Ids: 57b28f3ac091e41d94e4b694196ceac90cab9e99
Timestamp: 2026-05-26 20:42:25+00

Package: postgresql-18-plpgsql-check
Source: plpgsql-check
Version: 2.9.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 753
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-18-plpgsql-check_2.9.0-1.pgdg+1_arm64.deb
Size: 305092
SHA512: 5282b354291da031618635ee51b6e1c9dc1ec4604acad5a37ecff0b7c6574325097db9ac63e03e1c9d4a6309a5c8e456788067458059f2852dacb6b4bc673cbb
SHA256: a2f07396bbcc85806a42734b198ef212d5ebe85adff2857047928f1595215a16
SHA1: 1bf71707bb144251d0289d0614bc1c0912f070bd
MD5sum: 4a14fe945049018d540d1fa751ffddc4
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-05-26 20:42:25+00

Package: postgresql-18-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.9.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 578
Depends: postgresql-18-plpgsql-check (= 2.9.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-18-plpgsql-check-dbgsym_2.9.0-1.pgdg+1_arm64.deb
Size: 342244
SHA512: 5bedeb388ba3d7f39d6fea22de4aa127998caee0bb9d331cdf6119bc001cdc49da3110370c8e948d4663a78c66709ac5a9cd31de3a3343f32985701f978517df
SHA256: 78f841a9b47ee8423a8f7f69814d46c8095873c5162c17a242f9b65f03637a34
SHA1: fb2d23f06e21ac2dd04222cb8ba834ca8b42f3d4
MD5sum: 7eefe7e4876e1a91a7dd39e70de5eaf5
Description: debug symbols for postgresql-18-plpgsql-check
Build-Ids: 3e23a8392b694824b72c1f5567a069bc2cc8a5cd
Timestamp: 2026-05-26 20:42:25+00

Package: barman
Version: 3.19.1-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 178
Depends: python3-barman (= 3.19.1-1.pgdg+1), adduser, file, rsync, python3:any
Recommends: openssh-server, openssh-client, postgresql-client, python3-argcomplete
Suggests: barman-cli, repmgr
Breaks: barman-cli (<< 3.18~)
Replaces: barman-cli (<< 3.18~)
Homepage: https://pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman_3.19.1-1.pgdg+1_all.deb
Size: 126196
SHA512: 9904fe749b280bbca9ed55bbcb7d467db18c198cf198dc26c752e348eff3cef1c3501dd677a634a79769239756a029d69ddacd2eab0f5c7ac9b140dcb74f5435
SHA256: 2598f8baba218e57c9a17e4ebdd81db33503293eabc489b5ef739a73894b8488
SHA1: d7fe89b240f29fb9a47c3ca5764f28fdb3f2e7e7
MD5sum: 977fbe3706917d319838215ed6878e43
Description: Backup and Recovery Manager for PostgreSQL
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by EDB.
 .
 This package provides barman binary.
Timestamp: 2026-05-28 14:23:16+00

Package: barman-cli
Source: barman
Version: 3.19.1-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 21
Depends: python3-barman (= 3.19.1-1.pgdg+1), rsync, python3:any
Recommends: openssh-client
Suggests: barman-cli-cloud
Homepage: https://pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli_3.19.1-1.pgdg+1_all.deb
Size: 8948
SHA512: 3fb60737d8a00df20dc38cdea155aa16051b9f052f0fc743e4357e6a426664f99abecc527374e222155db00ddb93a1403c0a1588090904db4782eab56d0a9d88
SHA256: ab65a17a58f3c5dc3ed9fe9f99e6a0538868b29eba0fb972cf3a9de54dea5146
SHA1: e2e342f7810263dc0ac7bdd925224bdff13ce6e0
MD5sum: 67bfd69882a5997940426af5a79dcca0
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 organization 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 EDB.
Timestamp: 2026-05-28 14:23:16+00

Package: barman-cli-cloud
Source: barman
Version: 3.19.1-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 53
Depends: python3-barman (= 3.19.1-1.pgdg+1), rsync, python3:any, python3-boto3
Breaks: barman-cli (<< 2.10-3~~)
Replaces: barman-cli (<< 2.10-3~~)
Homepage: https://pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli-cloud_3.19.1-1.pgdg+1_all.deb
Size: 31000
SHA512: b7c28f8bf20502f67f0297b1b581127875cb9b79bbfa8d517f3ec4918e19f1383606aead47dd751ae1947161ac9d8714b92ebee5dc4d8b23942bfc727d1f1ebd
SHA256: b52a1547ab8e87a557c075e8412ebc8786035430c213e879b20139951d0a9d1a
SHA1: 5f8f4c96c407c072f73cc7ed5ba1896437d4fcf0
MD5sum: 62d37259e5be93ce15c6d3c1d714e5d0
Description: Cloud 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 organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli-cloud package contains cloud client utilities for the
 integration of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by EDB.
Timestamp: 2026-05-28 14:23:16+00

Package: libpqxx-8.0
Source: libpqxx
Version: 8.0.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL team <team+postgresql@tracker.debian.org>
Installed-Size: 692
Depends: libc6 (>= 2.32), libgcc-s1 (>= 4.5), libpq5 (>= 10~~), libstdc++6 (>= 14)
Multi-Arch: same
Homepage: https://github.com/jtv/libpqxx/
Priority: optional
Section: libs
Filename: pool/main/libp/libpqxx/libpqxx-8.0_8.0.1-5.pgdg+1_arm64.deb
Size: 191764
SHA512: 9fd8c1a8411fdf7951a91ed705c8909e6ffb57352ea5b91a4baa887cecda965f44006e590021016631a304f216227bf06293059175fa2d051506f97064c58760
SHA256: 2b0176bec56f1f45714032c7476fb67f1285452ab351349679bbfbded93ebff0
SHA1: b1d22790788153e3f7b09328b07d1a9680bcfd25
MD5sum: d357e3102900dc913c655dcc99c52f6b
Description: C++ library to connect to PostgreSQL
 libpqxx is a C++ library to enable user programs to communicate with
 the PostgreSQL database back-end. The database back-end can
 be local or it may be on another machine, accessed via
 TCP/IP.
Timestamp: 2026-05-28 14:23:16+00

Package: libpqxx-8.0-dbgsym
Source: libpqxx
Version: 8.0.1-5.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL team <team+postgresql@tracker.debian.org>
Installed-Size: 7580
Depends: libpqxx-8.0 (= 8.0.1-5.pgdg+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libp/libpqxx/libpqxx-8.0-dbgsym_8.0.1-5.pgdg+1_arm64.deb
Size: 7031608
SHA512: 27288e6c30dd6cef53d2782ec6c82fd10cb695d88d7240e155efadd96b7c6b0e49b34bb6f5515a1e9175b5732248e03dec08dbdc3a25230be4037bfd9e9109dd
SHA256: 2d65af761b5395c25c5989aaadf7f36e71258b2546e19a3ed8951a76ac35cdc8
SHA1: db15e9741645cd5dba9fb11ed6a6c1d8ad12f341
MD5sum: 5899ce13f82a32cfdc728804978d6ca3
Description: debug symbols for libpqxx-8.0
Build-Ids: e421fa99381b3c70e38ea49de8d1d9e3e35f8299
Timestamp: 2026-05-28 14:23:16+00

Package: libpqxx-dev
Source: libpqxx
Version: 8.0.1-5.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL team <team+postgresql@tracker.debian.org>
Installed-Size: 5872
Depends: libpq-dev, libpqxx-8.0 (= 8.0.1-5.pgdg+1), pkgconf
Suggests: libpqxx-doc
Homepage: https://github.com/jtv/libpqxx/
Priority: optional
Section: libdevel
Filename: pool/main/libp/libpqxx/libpqxx-dev_8.0.1-5.pgdg+1_arm64.deb
Size: 519888
SHA512: f799c41cba13fa7ea3bcc8d6b396ab017ba505b3919215fabccc1c9e32900b1564870289d904761aed9654d28cf6e720aadb97d1a807170c0563a75ac8b9e9c6
SHA256: 3d73c13219ba1f50f962ae08965a80ae436528ca9d5a2dd77856c2c7108885fd
SHA1: bcd5902e24059c5284a2fa6f3d782570f45cfbdd
MD5sum: 25dc62fc53c53fec482f578cc29b4919
Description: C++ library to connect to PostgreSQL (development files)
 libpqxx is a C++ library to enable user programs to communicate with
 the PostgreSQL database back-end.
 .
 This package contains header files for linking against libpqxx.
Timestamp: 2026-05-28 14:23:16+00

Package: libpqxx-doc
Source: libpqxx
Version: 8.0.1-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL team <team+postgresql@tracker.debian.org>
Installed-Size: 854
Suggests: libpqxx-dev (>= 8.0.1-5.pgdg+1)
Multi-Arch: foreign
Homepage: https://github.com/jtv/libpqxx/
Priority: optional
Section: doc
Filename: pool/main/libp/libpqxx/libpqxx-doc_8.0.1-5.pgdg+1_all.deb
Size: 209800
SHA512: 2665b50cbd4cdd1b787707b8a1d4d74dbf8a317b72900eff357dcf47d794778553f6a1dc718d91353abf0dcfd1d438fb68031fa6ffc708e652a4b5a89f3ac304
SHA256: 7bdc47ddfe06f75ca6d8d657a3e3b3437a39f2e6f816b41745ac2ac47b1c09eb
SHA1: abedf6fa2fbb1e39dc021ea95eab2fd6bad047b7
MD5sum: 03bf38837766205080bbcd82acbc171e
Description: C++ library to connect to PostgreSQL (documentation)
 libpqxx is a C++ library to enable user programs to communicate with
 the PostgreSQL database back-end.
 .
 This package contains documentation and examples.
Timestamp: 2026-05-28 14:23:16+00

Package: python3-barman
Source: barman
Version: 3.19.1-1.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1952
Depends: python3-dateutil, python3-psycopg2, python3:any
Recommends: python3-zstandard, python3-lz4
Breaks: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Replaces: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Homepage: https://pgbarman.org
Priority: optional
Section: python
Filename: pool/main/b/barman/python3-barman_3.19.1-1.pgdg+1_all.deb
Size: 309420
SHA512: 426ad4e30d54c96e4fdb9a5c85240be966666335c6814bd4dd338d0da6992f879f937b1dcf54d0dc8b0f8ca5323da7388de9e2aa1090cd89a300b1fc03f1fd5d
SHA256: 54a7d11f6c82e97e6be7cf0fd8440c154e106a9cbc0d705d256f501cb23462c5
SHA1: 0f38f55cf807f0109b36d09f03d5980c518a0bc5
MD5sum: 6c4c5061d0fd92fa374bbeb8403a3c3f
Description: Backup and Recovery Manager for PostgreSQL - Python modules
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by EDB.
 .
 This package provides Python 3 modules only.
Timestamp: 2026-05-28 14:23:16+00

Package: postgis
Version: 3.6.3+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 639
Depends: libc6 (>= 2.38), libgdal39 (>= 2.0.1), libgeos-c1t64 (>= 3.6), libpq5, libproj25 (>= 5.2.0), perl:any
Recommends: postgresql-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.6.3+dfsg-1.pgdg+2_arm64.deb
Size: 143304
SHA512: cb309866208da2e2a1c6f129442b1eab47834e73aa5dd52fb2bbe657964f4b32cc95c99a7f34e494fed3a8836ed747f3c364a6ea7509ad00fd63c238f3f9c37b
SHA256: 3fb2a51ee1f3ae754e6b303126d2f34e84ee8a2ea5f5a7c2011c87872debeec0
SHA1: d4ecb80e80c54bf2bb04586c93f59e49c84333a9
MD5sum: 48cd8327bbe8d6522c9b57e3f04d7875
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 for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2026-05-29 10:28:20+00

Package: postgis-dbgsym
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 935
Depends: postgis (= 3.6.3+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.6.3+dfsg-1.pgdg+2_arm64.deb
Size: 539436
SHA512: 78a66f058b05d89f5dfb1fbfdd75ea5b16f454f0544b7adc9c120d698d3bd120e46b91897c768f0ad67264a4a972e8fd2ffc8c4e7e34e29ef4f1dff59483b9bb
SHA256: 23670752502406b13f0cd924e111d3c4595f3e2614756cdcfabee9c9d32fefcf
SHA1: da262f3f50cbc7201ae1197071551509b1c45134
MD5sum: 8b4863524b08c6e3abf96321cf10d448
Description: debug symbols for postgis
Build-Ids: 2f86dd9f1a43654620c7d93312e65d73cb74f1c2 4d45718315a06be0d5ab08f53d8dbd980495434e d5b0148ee8f39e77628130b344f6cc21e838e063
Timestamp: 2026-05-29 10:28:20+00

Package: postgresql-10-hll
Source: postgresql-hll
Version: 2.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: postgresql-10, libc6 (>= 2.38)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-10-hll_2.20-1.pgdg+1_arm64.deb
Size: 36380
SHA512: c51a5e0b9f7b700a5051f81f51debcc4ff5c5199f30aa46f0fe1da2ab092919ed3244eccd068477b5b74366bd2def79c707ff9cfdad24f34466f859499989ce6
SHA256: 7e14e90f1e6a9c5ac4ee8921e0a6260dc9f84354deb27781877b75f127c077d9
SHA1: 99e72f552945cabd6ea395b4c76898eb8d0606a2
MD5sum: 884801611d76899555bf9ab4d7bb7e2b
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2026-05-29 10:28:20+00

Package: postgresql-10-hll-dbgsym
Source: postgresql-hll
Version: 2.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 153
Depends: postgresql-10-hll (= 2.20-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-10-hll-dbgsym_2.20-1.pgdg+1_arm64.deb
Size: 79328
SHA512: f7718e7ce7635db766dab9f922d317a5bbd975a5feb5e3be1f2cc0aabe42c6533834f023b9a75b3e179437b51074b4e9dec2f2f556b71b84818053703f565076
SHA256: da172758b5b5c652946068e5dee1ea2e748926fac3f626f0c72354758ac6a615
SHA1: 678290a9e586da5e7f32720f843a8eb1567e8d9f
MD5sum: 35f9d83ca20e62d88c42004cfe076a1e
Description: debug symbols for postgresql-10-hll
Build-Ids: e4891f608823b9b69af46a1bee3ff774df86a865
Timestamp: 2026-05-29 10:28:20+00

Package: postgresql-11-hll
Source: postgresql-hll
Version: 2.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-11-hll_2.20-1.pgdg+1_arm64.deb
Size: 36356
SHA512: 4864572afb39899544fef8b027669ca439ea68a129f619a3c87a374ed5798f2ed65c258ca392b4154d3bb1eb2d927cc5af0044d1860d008b87c66a76a44cb810
SHA256: 9ef6a2a0599eaf4f756323cb84c54bf2dc9f18d580051b4f3e4a21e925148c7a
SHA1: d975ee8d45f80c5ad510e27f1bb4ffc15783a61a
MD5sum: e1a09cdafddd511f5a7cd6ddf8ccbb7a
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2026-05-29 10:28:20+00

Package: postgresql-11-hll-dbgsym
Source: postgresql-hll
Version: 2.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: postgresql-11-hll (= 2.20-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-11-hll-dbgsym_2.20-1.pgdg+1_arm64.deb
Size: 82340
SHA512: c501f8c24c2e441f775bf178c41167bace304ebfd201f27e054758605c148a67ebfe694a2c89bb62b661fd7e516c9d30539b07a9108032fa3014f19d4def8446
SHA256: e8398203398d31877cb38f900f6dbef5e9d937a9aa875b9d90b22421d6631874
SHA1: 3ddb7f9dbb27be93c4893f04c1942652c9626c9a
MD5sum: b3613cfd752c2b7435aff6110bfb65dc
Description: debug symbols for postgresql-11-hll
Build-Ids: ea28287d3f7459116ebac4c13980b90fb5027442
Timestamp: 2026-05-29 10:28:20+00

Package: postgresql-12-hll
Source: postgresql-hll
Version: 2.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: postgresql-12, libc6 (>= 2.38)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-12-hll_2.20-1.pgdg+1_arm64.deb
Size: 36036
SHA512: 0276e5e8d7b9ae71172c7aecb6a3f305d3c9fef4e53798f3e248d277bfdbb6a25904b8997399e463164302e4b49bf963417e43af5bf44048a69571636400f6f6
SHA256: c24ee3dc3cd5f1993e34da51518ba4eaa9ea5d4c29cc7224593cbb57b8b96964
SHA1: 9e7fb74254a5fcc2f9025e90d4bb8b3827f562c9
MD5sum: 02f72641beef6c66bc39ddcadaef0a06
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2026-05-29 10:28:20+00

Package: postgresql-12-hll-dbgsym
Source: postgresql-hll
Version: 2.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 158
Depends: postgresql-12-hll (= 2.20-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-12-hll-dbgsym_2.20-1.pgdg+1_arm64.deb
Size: 90028
SHA512: b3a1f8127abfd1e98fbd0b8f05e40e031057a0324237bfc845adaa045f4249093b343c208f8e6cde43a974f926cd9c4885506fa74a7df70e79cfaf9b79f3dd2b
SHA256: 2156ce8c6ca7bbf9b3e22ec5021002ab10cbbae22ff1acc5662075b84d3d5424
SHA1: d5a9e00160267ed1cd2b62ef649cc6b0215fca22
MD5sum: 8b2cfdb0d9a45ccd3d6f108ae5c84986
Description: debug symbols for postgresql-12-hll
Build-Ids: d3469e9e0231078e4b513382aa55854fc04bb44c
Timestamp: 2026-05-29 10:28:20+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2838
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal39 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-12-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.6.3+dfsg-1.pgdg+2_arm64.deb
Size: 857280
SHA512: 29ec8f8be92ae0cd490e1c3de3f94ec840dea09bf9bf3aa3c32f19878990cf562766429943816fa6cfdbead48675c2e3aa43090a8c2a6f9c744103e2c635a4c5
SHA256: 85a3e0c8ed321fd660e564caa89e755647f05fa3ac95a518e1fd020b22ffcb43
SHA1: a399ab8a3d369c29bb12f2ae4adf77a8378bd349
MD5sum: bd87d2def79586f65f0052399b039378
Description: Geographic objects support for PostgreSQL 12
 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".
Timestamp: 2026-05-29 10:28:20+00

Package: postgresql-12-postgis-3-dbgsym
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7249
Depends: postgresql-12-postgis-3 (= 3.6.3+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.6.3+dfsg-1.pgdg+2_arm64.deb
Size: 4088976
SHA512: caf4cccedc29dbd9490115f14a31c10d6a25c37678915b9dfa0027c7eb3b78b16c31943e501723c0d70ce9ebaa6b94c042a3c1f0ff498db38964afbfe742d5b4
SHA256: b279f1782c529b21570ac1f5b0ea99ad64ee43ab2d8b10722631fc8dc85049ef
SHA1: 38e418e54641c6568ae1ac84c84c8942948601a1
MD5sum: ba6808af79285f0ba7baa1d1ab020381
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 03528a3b33d7bef78ca9b9fe3a4a26df8d172b2d 03b79af6b3389656012ccb048e8f05b8b2e52c11 c5e83f0724290e7e461fde508a56999af1e46e98 e55944fe26eb103cdff7a6b8bfb38c99e8379b78 f58bc1b30e3ae7fea21a4e3542fa22aa80a41bd1
Timestamp: 2026-05-29 10:28:20+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 39001
Recommends: postgresql-12-postgis-3
Provides: postgresql-12-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.6.3+dfsg-1.pgdg+2_all.deb
Size: 1295040
SHA512: 9f8bfc109126e505707d5c2af44f17837b807a772580699b084a1c1ab2df71b6cfb31f78cdc75a24c791fb8d4136194380a139115bb9786be17cd3c8ac80e1a9
SHA256: ee87ee919de388294a96459b9d86713098fedad87913397bf245c18a5f5bd5a4
SHA1: d77c98045ab3ed2a400010360dc138aa6f5ee0d9
MD5sum: 635b38461b3b5a01df18b5a5d6ac1c5b
Description: Geographic objects support for PostgreSQL 12 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2026-05-29 10:28:20+00

Package: postgresql-13-hll
Source: postgresql-hll
Version: 2.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-13-hll_2.20-1.pgdg+1_arm64.deb
Size: 36040
SHA512: b28ea2efc6a316b101aea2328cfafe7cbd5b18550d79f350436d16a1f5c290a92ac2202a1c5cd3fb65e7f55ebf1508697531f8c9e13de126c23a6ffea8055748
SHA256: a11dec1977f342b770ca8d836dfe4b949a2157f2b8eeb14da78d1987e20ec92e
SHA1: dd86ec43c73ea6e0f8b2e8243f1389b978df91fa
MD5sum: 67f5a1d7242054a1b637f9531ffbf7ce
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2026-05-29 10:28:20+00

Package: postgresql-13-hll-dbgsym
Source: postgresql-hll
Version: 2.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 159
Depends: postgresql-13-hll (= 2.20-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-13-hll-dbgsym_2.20-1.pgdg+1_arm64.deb
Size: 90744
SHA512: cc308c4a8e18a6b00751a01188803dfe36bb6ef791461c4c13cb47462c57afd6ae1453e7ac2abf3c7aeced1bc9d8826573849d368c97f5c0b29c9dae62f14d5a
SHA256: df3910d1a146fa960e7040899213a8382d4af8464a65efe2b5c4350b4518d290
SHA1: 74853dec27ce88fb9c0dffe7609576e7d11a8e25
MD5sum: 39fdee2a84025872a109626876c95b44
Description: debug symbols for postgresql-13-hll
Build-Ids: 58ec3697a548d94bc732e7b1188daae298b64937
Timestamp: 2026-05-29 10:28:20+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2902
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal39 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-13-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.6.3+dfsg-1.pgdg+2_arm64.deb
Size: 865316
SHA512: d632804af76a591498288e7bac1587bedbe5e6f265a79f61c8cc3c517d0015a6dac01f516eb4abc6f9d61cf35cc2934e9a7ac23683e458411f936c318d19d41d
SHA256: 5d775ddbca321c38c278e2e7cb5f90078d8e1f69ae7fe9d1c6c277c258263621
SHA1: e823149396ceeae383736461e2ca1f352f585086
MD5sum: 187ce84a374960592fd472812132ce22
Description: Geographic objects support for PostgreSQL 13
 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".
Timestamp: 2026-05-29 10:28:20+00

Package: postgresql-13-postgis-3-dbgsym
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7293
Depends: postgresql-13-postgis-3 (= 3.6.3+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.6.3+dfsg-1.pgdg+2_arm64.deb
Size: 4112504
SHA512: 46d3d6fd07a9cdc7c79fd06d09e2acf8e6df4cf707328f5f6e31b253bae67f29420e784da6f39091179b268e8f98a28c8f72f00a923901ec25db49adfa212408
SHA256: 0361075b17eca479dd220758dc3b14db7e58f4f8f2f080b9026435f7965b372d
SHA1: 0bf2d55790dea8ab05582e43250cddd9ed339488
MD5sum: b6428d5acdb481697fd86003bab5fadc
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 09ad0308bef14b8a12d4e46f80bf808bb0def0c8 889c24822c3cab0d5f947ddda110aebcc0cdd8f3 9b447b083b1911e2c4627898f59825ddded40b8b d4003f252e5cd5aafe4853da3ddaca923124c2c8 e7615fee16a4524f753e5c98afefe1742b824405
Timestamp: 2026-05-29 10:28:20+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 39001
Recommends: postgresql-13-postgis-3
Provides: postgresql-13-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.6.3+dfsg-1.pgdg+2_all.deb
Size: 1294896
SHA512: 64061ad828eb234a6960494dbb5d737adb178786193898e8012864a8fc07f5a3f7552f1c47f0f6bd078ebb6a152b1de4088757bc287d0ff237db05c538433020
SHA256: 04d8888cc873549fe945f8e9cda6ab6a10f46f33be65590274f6dec2b3059bfb
SHA1: 8d6351e76a1e5170f78947d2db4a0823a300c661
MD5sum: 1da307c9cf5f2793276c793374d8f074
Description: Geographic objects support for PostgreSQL 13 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2026-05-29 10:28:20+00

Package: postgresql-14-hll
Source: postgresql-hll
Version: 2.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 209
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-14-hll_2.20-1.pgdg+1_arm64.deb
Size: 78800
SHA512: ddbbc0af0da084e43e6ec7870676f47a7c82c091de95151d67c6b1bd1482169cc66bc766316a63214f701024d8b2c52e140cb8af8cb71b661457ae62b418e0dd
SHA256: 29089c1bb615cfde7ad746340243551058a99de5b91892cf963607d3821cfd66
SHA1: 2f5cf6c263b1cb583c5077379a504452b93f5d74
MD5sum: 2662a88fa3eff95c3858d2f66c054f66
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2026-05-29 10:28:20+00

Package: postgresql-14-hll-dbgsym
Source: postgresql-hll
Version: 2.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 160
Depends: postgresql-14-hll (= 2.20-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-14-hll-dbgsym_2.20-1.pgdg+1_arm64.deb
Size: 92276
SHA512: ff984a9b1697147609cabd05f4011d9d241492413c07f5d170c6c32cec549f41b75db46039a42db8dcda5faff889801442fd55c7e2d979b2e1e7a500bd109045
SHA256: 027d167d990faf0b85ab80db13d5126d485210bbc82d1954530c58cf85419660
SHA1: b7c0acaa6a828a2c996392e617770a8e7d1ef0b9
MD5sum: ba794368a46cafb44da437547833413f
Description: debug symbols for postgresql-14-hll
Build-Ids: 45cc051dc61f81c43341b582faf2741fbf2d4662
Timestamp: 2026-05-29 10:28:20+00

Package: postgresql-14-postgis-3
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9960
Depends: postgresql-14, postgresql-14-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal39 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-14-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3_3.6.3+dfsg-1.pgdg+2_arm64.deb
Size: 3423076
SHA512: 790ab0e1b03c28d556b2634bf140f31169983a0efc17a5ef570feed6f9989a987bc37467b3404426c4fb4a11cbc8631b4e84513b57e2511831b817d6dde4e563
SHA256: a2b525a49769d2d27ab964b689d2eb0b8657da6468ceed58be98c132113cb8a9
SHA1: 098e6aa49c55301f5e35c9312f3418b4d70edcb5
MD5sum: 45cbcdecd955aed1b15dfdd2b792c4e2
Description: Geographic objects support for PostgreSQL 14
 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".
Timestamp: 2026-05-29 10:28:20+00

Package: postgresql-14-postgis-3-dbgsym
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7265
Depends: postgresql-14-postgis-3 (= 3.6.3+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-14-postgis-3-dbgsym_3.6.3+dfsg-1.pgdg+2_arm64.deb
Size: 4093388
SHA512: 4b72ebc25f249c758d709ca503d122230a77e4cafde137ca03635adcdb8f7a0f1a0eefaf3e352b00b7859a7f87e081c6e519f130d9140d5e5d80f9a73c56f930
SHA256: f8de4f9635a1d6c093452c0209aa8c23b88db84a997ebd941f00b1eefc3d95b8
SHA1: 4f0767a33807054ef93e2908f167146ac3628103
MD5sum: 5ddc6725bd908c78ca31065a49b1c1f6
Description: debug symbols for postgresql-14-postgis-3
Build-Ids: 134b1b37c19556f1192f2cf499c0dd26820d5729 2ba9ae2044c207499da46bc6de125bd18a081776 82cba045d753c3768442eaf3553bb8bac290e2ac bba98531bfe761cc8976ac1aee578ed5a603a2a0 f1a19403fee3f2745f2b130dbee904b012b15703
Timestamp: 2026-05-29 10:28:20+00

Package: postgresql-14-postgis-3-scripts
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 39001
Recommends: postgresql-14-postgis-3
Provides: postgresql-14-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3-scripts_3.6.3+dfsg-1.pgdg+2_all.deb
Size: 1294896
SHA512: e9ce350fd14a9437df50e4ecc1fd439e5b46c8d6c2269b73f854e4dee483eddfce1540af08ba13e61a7f44e99f29adf32c3c89fcf3b3f4cd2ebf54d0bdec0dfb
SHA256: 4a1f9540e95895dbd409c2d84ed27b7998104e106d75a289724cfc935c4754f1
SHA1: 0be90ab5ca922cd9fa7f2001de942c9cd7411fe9
MD5sum: cfddbf4162ddef36c4ad97942c73f9a0
Description: Geographic objects support for PostgreSQL 14 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 14 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2026-05-29 10:28:20+00

Package: postgresql-15-hll
Source: postgresql-hll
Version: 2.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 209
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-15-hll_2.20-1.pgdg+1_arm64.deb
Size: 78828
SHA512: c8673b7bc4a4cf54a5d5213feb58f4451343efcc7643339833e19d075b01c4aab04fdc49df1a29fcd588e248f37cce60b4107fd29aa7e93f984d0289a589fdc6
SHA256: 1ba0a3e2a2249fb548c441bca9f4a0dde9443b8ec96a19b122b6b194197f8648
SHA1: 6d41fe506071092c3c7105c4a5f60778a4cf4dda
MD5sum: 247095548f6626986e2781ba58008c61
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2026-05-29 10:28:20+00

Package: postgresql-15-hll-dbgsym
Source: postgresql-hll
Version: 2.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 161
Depends: postgresql-15-hll (= 2.20-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-15-hll-dbgsym_2.20-1.pgdg+1_arm64.deb
Size: 92764
SHA512: 50447f78bca81f022984e20624de64965dff09547bec11fdaf6aa718bf13424d659056ced2f7189b3c5b750cd155dcec6b0743c4eeb1ced3acb36600df3a4671
SHA256: e6692ffb48ae284c794a61f822625f6c5e3c0b7c10eda87400af70012deb9633
SHA1: 8ac64ce19d00c777c2e922816a5a1c533f5edd5c
MD5sum: 98a20b53196e74b72332ac05909d3e2b
Description: debug symbols for postgresql-15-hll
Build-Ids: 1866b596d68babb50b5ed2bb0a7be2dd7f5c2bed
Timestamp: 2026-05-29 10:28:20+00

Package: postgresql-15-postgis-3
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10104
Depends: postgresql-15, postgresql-15-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal39 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-15-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3_3.6.3+dfsg-1.pgdg+2_arm64.deb
Size: 3456476
SHA512: 548231bde1322ce4d6bbeffb33dcaf3358c5ad2911f789df7531486b8fb21ee5281b7253b59ee8e3092c58c5a5e2e60448f5c0c6a70c5f4efc717c9afef51b3b
SHA256: 6a719eda1d3a027b395f69cfaa11ea03c59770f28bf225d838c116e9cc2bf709
SHA1: 98f1ba32a57349f1035d12ac39426a563263acf2
MD5sum: 292eb9582188b4dc03c73acd31749659
Description: Geographic objects support for PostgreSQL 15
 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".
Timestamp: 2026-05-29 10:28:20+00

Package: postgresql-15-postgis-3-dbgsym
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7272
Depends: postgresql-15-postgis-3 (= 3.6.3+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-15-postgis-3-dbgsym_3.6.3+dfsg-1.pgdg+2_arm64.deb
Size: 4098408
SHA512: f4a62a8ea3c093327783f5889632bf698fe3c9e6b2cf695955fc784e55b78023e10216b1181e2ba9226a0905fdaeb4e6a892670a2d053eff964d4d1bd411e3cd
SHA256: e4872e609f47438e7c02ef81b0e68d7b5030791dec4c7124f0c60c275f5a422d
SHA1: 6ecad1762c69d3fcc2628b606a16e6d38b6e10d6
MD5sum: 3505a11e92880cc4dd1d70f4bdf26ed9
Description: debug symbols for postgresql-15-postgis-3
Build-Ids: 4491da5b8e6aa4cf97b3fd515b04529095f6f75f 545074bd94823fb416cdce9fa0a139ca748308dc 777e92f50e0ffae2298735bf6e3f75a69aeeb6f6 80037e907584f8d1ba0c27caf1092d294d226e45 eda5bf21ce704beb1c903aeea40a73e0c5019963
Timestamp: 2026-05-29 10:28:20+00

Package: postgresql-15-postgis-3-scripts
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 39002
Recommends: postgresql-15-postgis-3
Provides: postgresql-15-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3-scripts_3.6.3+dfsg-1.pgdg+2_all.deb
Size: 1294856
SHA512: 26029af3d1ffe0c2b1c308c105ac4ebb166ee6d380ef68452ad8cff50de75da3dbac6b82cc6354d0f7cec2f9aedcfcc82f92746d91c730d935a5ebdb654f1721
SHA256: 59a8f423da416a54959304b663cdd5839ca84affaddb3910c66b7493d74ff768
SHA1: 2f3b040459f715edd0f58884234a919d14849a60
MD5sum: f332d7529f5844f1206aa4ed7b3448e3
Description: Geographic objects support for PostgreSQL 15 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 15 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2026-05-29 10:28:20+00

Package: postgresql-16-hll
Source: postgresql-hll
Version: 2.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-16-hll_2.20-1.pgdg+1_arm64.deb
Size: 78144
SHA512: 5c981d7503a0f07453ec7c9138dd5499d7abb7b46240bf3a5647b2510d5da87920c85c10a9ffefa90f1f2daee0c56db0c3fe911801ccc89be0ac8d2a5da725d3
SHA256: 57d501f12b0a7d703568ec351d173912eec87949fa595445a106cacc1477b52b
SHA1: 6c6dba8333f998c4596a98006e6bc3c032032052
MD5sum: f31275acc8c4cea61606b8b2ed240c04
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2026-05-29 10:28:20+00

Package: postgresql-16-hll-dbgsym
Source: postgresql-hll
Version: 2.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: postgresql-16-hll (= 2.20-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-16-hll-dbgsym_2.20-1.pgdg+1_arm64.deb
Size: 99076
SHA512: a3014cd95bf75fc73db37c39a61a34003083217ba22b8ef9b9665b28abcdeeca4f904f8e7e11be9f3d111f7952527f73481cfc82f9612d99c3e1fcd3cf1d5a9b
SHA256: d58c538508c30a6ab854655ed10f32c24cc46264fc642cdaf2eacbcf021b1cb0
SHA1: bccb63827bdd6ee8894df72c876fab2aaf1717e4
MD5sum: 93403592a510a0fdd3e2eb150aa032f1
Description: debug symbols for postgresql-16-hll
Build-Ids: 8c986d2367cd8147c16915c169b222a71eab40cc
Timestamp: 2026-05-29 10:28:20+00

Package: postgresql-16-postgis-3
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10229
Depends: postgresql-16, postgresql-16-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal39 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-16-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3_3.6.3+dfsg-1.pgdg+2_arm64.deb
Size: 3534732
SHA512: 97a3866e9c57d6f966d9be9e8af7da46e66dc0e4cb6943b2d9105cc4c4eccf14f20cc0e5b3d80997397f8901e40dd3f856b32b5ce754bf216c7eef0a97bc50b3
SHA256: 1b0a31fc08b26ddb24afa9b4c9eb841d9f570ff0cfbc2367dfd75d7bbb5c05a3
SHA1: 946908c356b20057f9109b71311e075f6ef63786
MD5sum: 6de2ce73db263dd1581e8570b2041b3e
Description: Geographic objects support for PostgreSQL 16
 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".
Timestamp: 2026-05-29 10:28:20+00

Package: postgresql-16-postgis-3-dbgsym
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7364
Depends: postgresql-16-postgis-3 (= 3.6.3+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-16-postgis-3-dbgsym_3.6.3+dfsg-1.pgdg+2_arm64.deb
Size: 4236372
SHA512: 760e24852aea9602704534eb6b23cf93eaeb12e53e692e7ce356ada87c10b293a84ee965c5be98f9c7d64744e4d94ae1f94a76894b214cba37bf1ba0bda951dd
SHA256: a1cca14a71c356d4dfc92279cffb6f8a02bd99e293c18ec8393d9b7fa134e5d0
SHA1: 709d770f7dc18cdb48fd017ac7939a432721750a
MD5sum: eb79b163d0bccf0aee39f1715c231e55
Description: debug symbols for postgresql-16-postgis-3
Build-Ids: 172311225460805951b8002bbefdc5df70c48f2f 2b4b1602cd3b61e28bb83da45620421a6edd2c61 7cac2f2029e069c7fb0480d0a176b82d1230eb8e be5e9851f8c167e10d5728ce7903423356f7b28f cc478ffe5ae6ecda7efea9a188c9d8484ae027ac
Timestamp: 2026-05-29 10:28:20+00

Package: postgresql-16-postgis-3-scripts
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 39002
Recommends: postgresql-16-postgis-3
Provides: postgresql-16-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3-scripts_3.6.3+dfsg-1.pgdg+2_all.deb
Size: 1294852
SHA512: 84bad19023276d2a87d316809e0a257b8d8c179120340dc05c687547664c2d8cac959a84260321be9a98cd3353fb4d333f7a9f385c3f2376234d01d735f4ab2f
SHA256: aecbe528bf736eae543e4e1d977105f0ac6f1a5a32151be08cd8c67322dde3bf
SHA1: 5be8cf2f909a789310bd1f31882655325e0b5b05
MD5sum: 83d21db5febbf0d2507857a8ff8ed008
Description: Geographic objects support for PostgreSQL 16 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 16 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2026-05-29 10:28:20+00

Package: postgresql-17-hll
Source: postgresql-hll
Version: 2.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-17-hll_2.20-1.pgdg+1_arm64.deb
Size: 78216
SHA512: 4c6d8ee5135b757ff8d0b27734b8fbee07a3165525d0af44b3dfcc34cb219256e9a661ae58298dd4b77895747f6cb37e98ef2dc4edfd77887b8837ac2eb91e41
SHA256: a9cb8ada8e04478d1fd55e7bc7c452e1241916bcf3c984bb7b83a406d0a53a32
SHA1: b0a8d16b46e388113b2cd76ee4b49764c83f3b98
MD5sum: 67abb0e044090b4e544bf986f3bbeb88
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2026-05-29 10:28:20+00

Package: postgresql-17-hll-dbgsym
Source: postgresql-hll
Version: 2.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 170
Depends: postgresql-17-hll (= 2.20-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-17-hll-dbgsym_2.20-1.pgdg+1_arm64.deb
Size: 103392
SHA512: 84202004bcd4abad0521bba8f8189faac1093009d20dd9f014766beb0dfd055ec70efc2c727f5ee5b2935138f01193ab58855ff4eed8fcc014b0cc13b578ecee
SHA256: abebfd0264389d7e59a2272540afafa9c76cf6d7b09a94122df96446d73c5326
SHA1: 669956da9cf197359159979e1be8d09e1affb0b4
MD5sum: e59240dba0ea01fd8c97c6f93bea7e05
Description: debug symbols for postgresql-17-hll
Build-Ids: 0e4d75a7cd6797a8d59b6e111ae353ef0d6bb04c
Timestamp: 2026-05-29 10:28:20+00

Package: postgresql-17-postgis-3
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10343
Depends: postgresql-17, postgresql-17-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal39 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-17-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-17-postgis-3_3.6.3+dfsg-1.pgdg+2_arm64.deb
Size: 3550832
SHA512: a1de52fbc6f50966956b8f87b03f722bdc17342bfe6c66e461e03924386e5689ce749e1dc805f33d1fbacf1671d3c165effd7079f02a65ad36dbe3071aa538e4
SHA256: 7091fa23606a44fb18f7753b5c924e4a243ad1af295207fde5bb15e8a5b6d101
SHA1: f32bc5a08b6dfa10b0d7a3b1daa6074940463945
MD5sum: dd0f576e6664790433ff83bc2bf29197
Description: Geographic objects support for PostgreSQL 17
 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".
Timestamp: 2026-05-29 10:28:20+00

Package: postgresql-17-postgis-3-dbgsym
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7362
Depends: postgresql-17-postgis-3 (= 3.6.3+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-17-postgis-3-dbgsym_3.6.3+dfsg-1.pgdg+2_arm64.deb
Size: 4235084
SHA512: 0bc92eec1c712f67e2faa8103723ce786d478ea04f976e10965117af0aba4650674da8e41dd0791c6f90406ea792f042969259b6af935de80b7eab2aa853bd1b
SHA256: 2ddcbd0b109f0d391191495ee7c66b9f53a2f9133051a6a97d469f2539722a33
SHA1: 724365391fb4199c18ac8b8fd2a3c7d6a5df581f
MD5sum: b422e133ddec3033e7ff1978226c4665
Description: debug symbols for postgresql-17-postgis-3
Build-Ids: 40b1e377c8b5989d98adccad1e689f7df386128e 6b7fe4ad15e448a9a9b13f283a2c5182c10e8a26 7954f7e6e10381f5f615ce955262b99150bafcbc b3fefb5ac74969876e07899872580c0bcef1dbff b74b71114032417c529ec3458f4116a94ea9977d
Timestamp: 2026-05-29 10:28:20+00

Package: postgresql-17-postgis-3-scripts
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 39002
Recommends: postgresql-17-postgis-3
Provides: postgresql-17-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-17-postgis-3-scripts_3.6.3+dfsg-1.pgdg+2_all.deb
Size: 1294772
SHA512: 653f7f3ce5805b4182d4260a885367f96d4b47bf0f4a516e2358cb07c21577e4ee5e887d8e22fbcb6804ec80a1d93157f457a853f08ab5a4e13e118caf8fbb92
SHA256: 3f102333b44704b25d0588763635dee236f4599503309656460722d798049dd5
SHA1: 9b685a6307325c7e678b627490d8b14e3c9dcba9
MD5sum: b3a902e002baa5e8238d867afeb53284
Description: Geographic objects support for PostgreSQL 17 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 17 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2026-05-29 10:28:20+00

Package: postgresql-18-hll
Source: postgresql-hll
Version: 2.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-18-hll_2.20-1.pgdg+1_arm64.deb
Size: 78300
SHA512: 6b938c1a4e795c1a367d2d993b8f9dc1d1ced1b678e8b7f29ff4eef8b4d09788e4773044aeaabe43e6d15bc01f6888194a38bf1cbd4cbca1b3e5c5a77fef8a7b
SHA256: 557ddb35bf3cf59b1a3e792c95ba57be7998bc88c96ebfd63b26cf9551b96944
SHA1: d3194f599f0de6e9b225214e89e75ec7ae0d6afb
MD5sum: 739a8c06c6413cf0d864b3821ec01bfc
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2026-05-29 10:28:20+00

Package: postgresql-18-hll-dbgsym
Source: postgresql-hll
Version: 2.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 171
Depends: postgresql-18-hll (= 2.20-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-18-hll-dbgsym_2.20-1.pgdg+1_arm64.deb
Size: 104428
SHA512: a89bbc30dd67fc1edf5aa255e25c99bd5c2bc197f92d91b704758fc5756df4d754706c0ef49d157625f1944c4dfcc496b89ade208590f9f2f598a25f7ba3df31
SHA256: bbbc969eec395cd104167e92197ae5c1ebca0ad87658051e4e07fbc35ec84e1f
SHA1: 132587a02b6d17c8a367dbfa060cba6cf8876bb8
MD5sum: afdfe998bd114d39dd7d5288f49a4b64
Description: debug symbols for postgresql-18-hll
Build-Ids: 661d4c38ecee1c9a151971c13d9f81d343b67707
Timestamp: 2026-05-29 10:28:20+00

Package: postgresql-18-postgis-3
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10364
Depends: postgresql-18, postgresql-18-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal39 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-18-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-18-postgis-3_3.6.3+dfsg-1.pgdg+2_arm64.deb
Size: 3556780
SHA512: 13abc0a993047636aa00630f0b7e67b2cb0868647f51241357c14a509a95cb4e549223176f795e081059e162bbfd098b7525b5c32d1dd1029f55f59afd41280d
SHA256: 8bab19beb63a32f4c41efedc8cf6e361eba3178ac2e662bd15da4f6bf72b2be5
SHA1: 06c7fd4035980e69d85267ba183c4d9a68fea456
MD5sum: 0b03c4dae0fefe17a5decbc1bed4dab5
Description: Geographic objects support for PostgreSQL 18
 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".
Timestamp: 2026-05-29 10:28:20+00

Package: postgresql-18-postgis-3-dbgsym
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7356
Depends: postgresql-18-postgis-3 (= 3.6.3+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-18-postgis-3-dbgsym_3.6.3+dfsg-1.pgdg+2_arm64.deb
Size: 4237732
SHA512: 699586836c764ee475fd442253e1cb5b3e10ea6a3427f6bc99c483fdbb082a79e0a4e78caf9578d9f2ae130030e97eae674ee698b77e2a59ab703b8e913054fe
SHA256: 6f7c0734361367310321f4d4ae2c1c64883e937c7b1812cf6d25c361a10cd950
SHA1: ae6181e2f7e58656d4b4bad404de43922a53fe93
MD5sum: 037ff0416b45814588fcb74b8b8004f0
Description: debug symbols for postgresql-18-postgis-3
Build-Ids: 373bc70928a90d99d2e982c9db102a8e15127949 5d06bf8749a5dbe94bf2a9bd85f24539f7c889f2 6302994454e5f7456d51ba00f3224ad0fd7b5923 b60b9ff3461812ed09d29fb58b2f0b76c0f7324d f41713ef83685be6218b5c55ce8c5ba3054d47fd
Timestamp: 2026-05-29 10:28:20+00

Package: postgresql-18-postgis-3-scripts
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 39002
Recommends: postgresql-18-postgis-3
Provides: postgresql-18-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-18-postgis-3-scripts_3.6.3+dfsg-1.pgdg+2_all.deb
Size: 1294784
SHA512: a9b32539bec709b517f8b104bc32936b669edca1d03af939a50f51b425e4220cad48262f94506e02e15bd50d2e92da7644d2590110d21bc1b68816721469c174
SHA256: 035e51d36f47c33369170dddeb9a5cb983c0de6e7fac92527c14cc64c95ae9b6
SHA1: 47d2147f74ed411b6dd3453f812f2376f41d1cc1
MD5sum: db7dae70509a1b5e56517275bc412df7
Description: Geographic objects support for PostgreSQL 18 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 18 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2026-05-29 10:28:20+00

Package: postgresql-postgis
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 63
Depends: postgresql-postgis-scripts, postgresql-18-postgis-3
Homepage: https://postgis.net/
Priority: optional
Section: metapackages
Filename: pool/main/p/postgis/postgresql-postgis_3.6.3+dfsg-1.pgdg+2_arm64.deb
Size: 18656
SHA512: f9abb3be286f4803d49d65216bd06f68f46960e0bf0fddd38a6519a2db5f6a532bd88bcc7a437e963dea08a93612c6c3681e661d9a316a156d84db7eb5df083b
SHA256: 49b2bd62fcc643b3327f3f68b38812fccdaf76f1e0f7a2e26bc5e7125e774e08
SHA1: c22ab841707c5c0af8512b9c78701a314cc25c0d
MD5sum: d144198682c9940e2e43219f85f6a1c5
Description: Geographic objects support for PostgreSQL -- Metapackage
 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 metapackage depends on the PostGIS package for PostgreSQL 18.
Timestamp: 2026-05-29 10:28:20+00

Package: postgresql-postgis-scripts
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 63
Depends: postgresql-18-postgis-3-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-postgis-scripts_3.6.3+dfsg-1.pgdg+2_all.deb
Size: 18676
SHA512: ddb32e065885f45b913dd5e7dca22e1e5b8e5d120e66f529bb96960283c29b63e050228314426be9954a3db566366aee207cc171987044a355a348a78cef5fa5
SHA256: 6ae6375dbff95ddfd96eecdac5231759ea43a97a2fba9bf1c679f5607add5548
SHA1: ee691630cb5cbd5e2e55b8e3fa2645d65548f109
MD5sum: b0c83b8b9b4c84a6de0e2974f29e7503
Description: Geographic objects support for PostgreSQL -- SQL scripts metapackage
 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 metapackage depends on the PostGIS scripts package for
 PostgreSQL 18.
Timestamp: 2026-05-29 10:28:20+00

Package: barman
Version: 3.19.1-2.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 178
Depends: python3-barman (= 3.19.1-2.pgdg+1), adduser, file, rsync, python3:any
Recommends: openssh-server, openssh-client, postgresql-client, python3-argcomplete
Suggests: barman-cli, repmgr
Breaks: barman-cli (<< 3.18~)
Replaces: barman-cli (<< 3.18~)
Homepage: https://pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman_3.19.1-2.pgdg+1_all.deb
Size: 126256
SHA512: 9084257a9175050abcc2d9065fd3759bd6bf0ce805b9a1cd6a4307d26197878ad1d297b8fbc9317554e40e59ace23678a9e38de22d7a56a95f4ca651e807b436
SHA256: 4d933221dbafce45c70ee7caf2e59b11a25cb63225efcf5de6ca7a3a628a89bd
SHA1: af11bc1dfa92ca52b2d40ccc180f0134ac6c2cc1
MD5sum: 00c0d4e4b0d283de88def568acceb9a5
Description: Backup and Recovery Manager for PostgreSQL
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by EDB.
 .
 This package provides barman binary.
Timestamp: 2026-06-02 21:44:02+00

Package: barman-cli
Source: barman
Version: 3.19.1-2.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 21
Depends: python3-barman (= 3.19.1-2.pgdg+1), rsync, python3:any
Recommends: openssh-client
Suggests: barman-cli-cloud
Homepage: https://pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli_3.19.1-2.pgdg+1_all.deb
Size: 9008
SHA512: 1198c524e59c151d90b7391d0e903545743b0e9abb676aa104ab78585a6475c206c93b257019cad5684e2b61c313fb5fd293c7d00e67dedc5d7ee445143b7707
SHA256: b2228a581f8c72f4c303b09a4ee220202edfac479be4ebd14562d5a3838f6a92
SHA1: b95de8e9d5ef7455f6c2ed021ec95befa382ed6b
MD5sum: 2c91ce5002b65d8bbac3baf2f52a2552
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 organization 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 EDB.
Timestamp: 2026-06-02 21:44:02+00

Package: barman-cli-cloud
Source: barman
Version: 3.19.1-2.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 53
Depends: python3-barman (= 3.19.1-2.pgdg+1), rsync, python3:any, python3-boto3
Breaks: barman-cli (<< 2.10-3~~)
Replaces: barman-cli (<< 2.10-3~~)
Homepage: https://pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli-cloud_3.19.1-2.pgdg+1_all.deb
Size: 31072
SHA512: a6f6f105c7f49f8005b6562f0b61e3d9380ddc6d1ce0619c6368e72ed144e23dabfe1eb542a75968f6962eed0512050b1157df51e8b305d1def1582d29c1e1ee
SHA256: c0a3c9ff87d4e0403560d982ff03490b369b6a28c5ea7165f23263a25ab9b2ac
SHA1: 9d0143bc456a6ebafbbe87fe2c01db9d90357b62
MD5sum: eba18296a4e1ab2e2574ab7be13997f2
Description: Cloud 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 organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli-cloud package contains cloud client utilities for the
 integration of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by EDB.
Timestamp: 2026-06-02 21:44:02+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.27.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16555
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.27.2+dfsg-1.pgdg+1_arm64.deb
Size: 424392
SHA512: f94aa11f021b2b215082ea60427ffeeaf3cc3420054be656cecbc8e74e444eb7c164f9346971874446174955c1b3a9636bc9d1645ce0b976e288dba8d38aeddf
SHA256: 3f04c3e2e0ed52883d03742c173f4c98f3df9baa07da23c5abe2a113ecb55d89
SHA1: 96b97c05e80649259926d6d8cea04ac560577d60
MD5sum: 9fe9c28414292777c538210ad5943e52
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-06-02 21:44:02+00

Package: postgresql-15-timescaledb-dbgsym
Source: timescaledb
Version: 2.27.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2172
Depends: postgresql-15-timescaledb (= 2.27.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.27.2+dfsg-1.pgdg+1_arm64.deb
Size: 1206904
SHA512: 64060b55af0e89cc93c10b1f72fc1b3a9a1eff047864b1bca46a2d359cf13ea286b5f3e34e2c62f21df484d76fbc97d6f006ff1a09b1760f1c7539abdb520c59
SHA256: 329666089f760de78453872585fd58a053d0b25c5cd9bf875d3cef6438707748
SHA1: 3eeece990890d0ecc6af0169f18e8db7eb5d1992
MD5sum: 3222f8b2bd630a878b6d35c78b666e2a
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: 9676bba5e1f6e429f0ca318f00ff636c98c1e2b9 de943a563641edb42334b0de88bb675818ee16a3
Timestamp: 2026-06-02 21:44:02+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.27.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16555
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.27.2+dfsg-1.pgdg+1_arm64.deb
Size: 423432
SHA512: f3e54405fda1d8c27fd9a3bf759ab7e5da56e865cc002201534c4041945f65e73d2a7bc14a3c8c1964d27dbc0f7171f98ea3be7b25709cd60f4703c64d157300
SHA256: 1a5bf06dc63465057cbda60f103b9300ff70f082f3b8fd96de058ed7afbb9de4
SHA1: 5b4943bd8f5ecae6cc898951d397bc5da490768a
MD5sum: ce92037a53b5a1b1c0807fbbfe31232f
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-06-02 21:44:02+00

Package: postgresql-16-timescaledb-dbgsym
Source: timescaledb
Version: 2.27.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2219
Depends: postgresql-16-timescaledb (= 2.27.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.27.2+dfsg-1.pgdg+1_arm64.deb
Size: 1263660
SHA512: 1599fee93aeb607a085b2a6642bed10d74481639da52b33c200a03f37b8acec27f56c8f91f6a52f8fdf25a49fcad798f14311354dff83f75fcffe7940b9bf7ef
SHA256: 1ebf1ae995ecf2d66e3c6ef0c20ecf906ecc11a6f930e9bd05ac5cd3c5f64d8d
SHA1: a8dc2156f8f54be4e3fb8de44874fc434f2f9452
MD5sum: 2168faf80ea1f3406261deecaf2eb80b
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: 081397a9b8ca70a08b1d330c1a741663ac8d54aa 3f0639e971fbb9852ee21d08e0658618760af833
Timestamp: 2026-06-02 21:44:02+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.27.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16555
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.27.2+dfsg-1.pgdg+1_arm64.deb
Size: 423516
SHA512: 8b758b56a9100319742fbc7c0c9e14f72a5daeb9ea27cddb184a204e982a76ebc1c316d06a0f40e1d4f1382dba3ab538cf58fa55a7eaa7072ab2cec02fc98713
SHA256: fcc4b51600599176aca5060a8ecd186849eb86170ba9fc65730d0694fa452f98
SHA1: 5c4056c2e7ba245b80a280d6ae7d705b9d2a67de
MD5sum: de5b43f58809da2645dde870272542d4
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-06-02 21:44:02+00

Package: postgresql-17-timescaledb-dbgsym
Source: timescaledb
Version: 2.27.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2218
Depends: postgresql-17-timescaledb (= 2.27.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.27.2+dfsg-1.pgdg+1_arm64.deb
Size: 1271328
SHA512: e5a40d59c387831ef90a5f90794756eeca00f9e52ce7c9d852ec69e0b2a6196c87d8b11045b65073bcdcc505e5bd443477ff273aee4c9a2d37340bc4a38cdb42
SHA256: a0a7d36db00c8107eba10148b2ca51d206a45e7eaee1dead7d26685a47d1cc8d
SHA1: 403bd541c51c8e15b4faa625a9c48732bb088a07
MD5sum: d889eaa7b5881cd06c3c0c35f130bed3
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: 27e003f3073b354a30ad3e882ce6f0eba879b448 5277f6e221b94e59db9406f2520048da0876a601
Timestamp: 2026-06-02 21:44:02+00

Package: postgresql-18-timescaledb
Source: timescaledb
Version: 2.27.2+dfsg-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16555
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb_2.27.2+dfsg-1.pgdg+1_arm64.deb
Size: 423784
SHA512: 638a1b4b21c78d7b5c0dd9cca0948529403c3f8d003f65d29110a45dd7cdeae3bbde6f6e4dd21e780d60d0f93472bc303e54378ae89d4e37dbf104748042d41c
SHA256: f40a0e36c5bf5681ed666d1bcedfdf3741db7b9173f22f7fda40c6727413dcae
SHA1: 243cac38dae839a4dbe7fdaa726c95089eaabaf7
MD5sum: 424545bb16bc0dcb10284c074a60b5f2
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-06-02 21:44:02+00

Package: postgresql-18-timescaledb-dbgsym
Source: timescaledb
Version: 2.27.2+dfsg-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2238
Depends: postgresql-18-timescaledb (= 2.27.2+dfsg-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb-dbgsym_2.27.2+dfsg-1.pgdg+1_arm64.deb
Size: 1280632
SHA512: 295d8fe1b9ef57415081724908740eb54101f26b5d3bf834e9c845ac6f7c818884c557a6fd4429acfb8c25666f124578c11d267230856290363bc7a961ccb5b0
SHA256: 64e43f609baa6ae003fcd9ea650c5684372548fe1a91fcd769690d800e43919d
SHA1: 9e526233da336ca259fbec63922c369fc6987edb
MD5sum: 89f4ab9312cc2e260d45f85bbf00109c
Description: debug symbols for postgresql-18-timescaledb
Build-Ids: 5bdfc448e4a5ff1c41475bb665448494c1280e6b de1f456bbd4152c669b120f7ca4ca14d53944cd8
Timestamp: 2026-06-02 21:44:02+00

Package: python3-barman
Source: barman
Version: 3.19.1-2.pgdg+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1952
Depends: python3-dateutil, python3-psycopg2, python3:any
Recommends: python3-zstandard, python3-lz4
Breaks: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Replaces: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Homepage: https://pgbarman.org
Priority: optional
Section: python
Filename: pool/main/b/barman/python3-barman_3.19.1-2.pgdg+1_all.deb
Size: 309416
SHA512: ef6712e0aa17bcbc159618f68c830cf56d9893e1186fe08bb397da1a21eed100307b7e5bf7b2064e38a39d1c2be973cd639ee95782abc53c5c405740d01535b8
SHA256: b58a723fbff55d5b90824473526130ae7c8bc822dff1bf2bf1cdccaeddad834d
SHA1: b6b5192906c6c5ffa34e68fbd26a9c7574328d7d
MD5sum: 9eff0d5053dd3945ef85ff58bd52fa30
Description: Backup and Recovery Manager for PostgreSQL - Python modules
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by EDB.
 .
 This package provides Python 3 modules only.
Timestamp: 2026-06-02 21:44:02+00

Package: python3-pglast
Source: pglast
Version: 7.14-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5778
Depends: python3 (<< 3.15), python3 (>= 3.13~), python3:any, libc6 (>= 2.17), libpg-query1706.0 (>= 17-6.2.0-1)
Suggests: python-pglast-doc
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: python
Filename: pool/main/p/pglast/python3-pglast_7.14-1.pgdg+1_arm64.deb
Size: 620420
SHA512: 41884faa69d09d9faaec9af6c60b0e8171b7da778cce1f7c0d57d92300fed1dc5b41ae59db946a483b71e910918c9ed30df6113166b32b3ad02b9c3beb72cd8b
SHA256: 47225eea5564d8a435b891413887da91b35c411eccf72ade99bad3df0b6f221e
SHA1: ba6d6fd374e9202db8223ea00f16d813c0256fb1
MD5sum: 8276b8dba0aafc425f8a8bb9b3c4f8f2
Description: PostgreSQL Languages AST and statements prettifier (Python 3)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This package installs the library for Python 3.
Timestamp: 2026-06-02 21:44:02+00

Package: python3-pglast-dbgsym
Source: pglast
Version: 7.14-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4797
Depends: python3-pglast (= 7.14-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglast/python3-pglast-dbgsym_7.14-1.pgdg+1_arm64.deb
Size: 3338096
SHA512: c50074696bf9146f822a2908f7fd2ce10bc107b1e0408e45a92ddceec7bf927f230095da38675524a50c7f84b5ed332c35bcbd95bdf338aeecac0daffbc085f3
SHA256: 2c79faa691cd8f9aad8120563302b8d51ddf4f4c1dd3f4a38f7570b940b797b3
SHA1: 6b10c481aed91a4e66518d50e0c5443607ecefeb
MD5sum: 8d70b8ce028541f47a443c6d80dc5f4e
Description: debug symbols for python3-pglast
Build-Ids: 4c1d81df98474594170e07c9d70b139adcf21dfa f36d763c15cb40928129404984f398b12c0d155d
Timestamp: 2026-06-02 21:44:02+00

Package: python-pglast-doc
Source: pglast
Version: 7.14-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4063
Depends: libjs-sphinxdoc (>= 9.0)
Multi-Arch: foreign
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: doc
Filename: pool/main/p/pglast/python-pglast-doc_7.14-1.pgdg+1_all.deb
Size: 289316
SHA512: f46575141e6285c572c0b8b79c8e221fb165f7d9d834e951b87e6ed8de8009d0716247b09d0437fc6fe817b960f6cbbcc0413023aeeae25ec73424fdf9b11570
SHA256: be9a5bc0483eca1a0c51afca276cefba5425a704dfcb2b5ce2a8102ab36390e1
SHA1: 72f38c05dac78b5b1a1112ceba1c471d5d85ddc3
MD5sum: adc8ac77cef0783004e79088744368a3
Description: PostgreSQL Languages AST and statements prettifier (common documentation)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This is the common documentation package.
Timestamp: 2026-06-02 21:44:02+00

Package: pg-rage-terminator-19
Source: pg-rage-terminator
Version: 0.1.7-12.pgdg+1
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 96
Depends: postgresql-19, libc6 (>= 2.17)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-19_0.1.7-12.pgdg+1_arm64.deb
Size: 14104
SHA512: 16c2cbdb22d9db3b22e97802b348f6d54dda665cc6f9e4fac8a8c186fc3e7beadd79e6b860bd45dc20da147e9aadabca5424db8559c0b2d0cfff597873ebfd64
SHA256: 038861d8917da74ab1a1655ecfe48403e6c43b356ad5c5aa189be91cfbae5bbb
SHA1: 02b214f031451c423acea0cb56b99b0e426babec
MD5sum: 82e9b7dc00c6de66e9e5e645c52e70ed
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2026-06-03 18:29:35+00

Package: pg-rage-terminator-19-dbgsym
Source: pg-rage-terminator
Version: 0.1.7-12.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 36
Depends: pg-rage-terminator-19 (= 0.1.7-12.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-19-dbgsym_0.1.7-12.pgdg+1_arm64.deb
Size: 14076
SHA512: c4a1ebce3774352658292e99c9980a203c210fc36072375d2f4665f4d095b29e5f0144930595dcfaadbe35f54022f7d9d3985e7a0e0d1fa4c46efb274565f837
SHA256: 1ff6c7a941146919e6a40cb91dcab8fc39f1dfc3dfbf6eb2c309d98361cdce1a
SHA1: b2daf92fab7c98273e1db88b882c6e88cbb9765c
MD5sum: e5ac2c04d1d4bc784da620bfe84d1393
Description: debug symbols for pg-rage-terminator-19
Build-Ids: d4dc51cd96a6b9509c512aa967285cdd3ebb69e1
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-10-dirtyread
Source: pg-dirtyread
Version: 2.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-10, libc6 (>= 2.38)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-10-dirtyread_2.8-1.pgdg+1_arm64.deb
Size: 10608
SHA512: 0f3da644b264378a4dcf0fba973de16bab366cd7d286b1db16d411b8ce30674942020fa0050fe90aae40071ed7412f48d7a7e03e776e35bb56324b01fd529be5
SHA256: 205e28071a9d467ef41ec660d3db87db2dce43acdfcd505e08155aa376255dec
SHA1: d7df68c3a668de8bab6378e30e8fc03f6d16c4a0
MD5sum: 8c66db20d2725f2bb5653924977b6db8
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-10-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-10-dirtyread (= 2.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-10-dirtyread-dbgsym_2.8-1.pgdg+1_arm64.deb
Size: 29328
SHA512: fa12e5e1051bd7ac37d21b4c7a22f773781b5ae05f6cfebb0019e34a7ca99b9dbc93c0fb94cd8329ae013deb3eba4be03a1b32f93cf5bcdf9fd4801c57e07cd1
SHA256: ff2568d3fa6e3fcecf77310882b7b668c6002876ae6ca526a058bd071e755e6c
SHA1: ca5f6429a37e6082654d54789cfc3608ecca514d
MD5sum: 41d6b804fcfb5c426ca362fcc628b191
Description: debug symbols for postgresql-10-dirtyread
Build-Ids: 25edcaaea4e935f3f2bd4622699bcaea47d2d2f7
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-10-ip4r
Source: ip4r
Version: 2.4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 391
Depends: postgresql-10, libc6 (>= 2.38)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-10-ip4r_2.4.3-1.pgdg+1_arm64.deb
Size: 64112
SHA512: 2391ca6d24f4e9f29ff72ddf703af64df3edf1b77c3e53778d8a9f77746d5f0009da3bad2c499799827676cd4ca828169f62bb2fa5470b59085612da1f2e7ec2
SHA256: 9a80ffdc813ca33d1bf8281a5ee77c64b5023a5a7c1c5184a4d4902df6c7975d
SHA1: 5c0b78dce741a8d97a060ee421545b7c75d1d9d9
MD5sum: af608c8a452f427845ef44e234c9fc30
Description: IPv4 and IPv6 types for PostgreSQL 10
 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.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-10-ip4r-dbgsym
Source: ip4r
Version: 2.4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 361
Depends: postgresql-10-ip4r (= 2.4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-10-ip4r-dbgsym_2.4.3-1.pgdg+1_arm64.deb
Size: 173464
SHA512: d72186b1b3c604a889f4d0f83313821086e9dba5b3f5d04faf233933f8d7871ae7c4605dac39fe3ccf6a3e322f2809cc8e14b5352ca7b66374d7b737f65a16c7
SHA256: 0d985a58b8d783f182463c3a5d4d618f4352491441caf73315ffd6baefc6b6e6
SHA1: 1ece7835a644740663ee4e0cbb3d3b46e6145975
MD5sum: 3081b2e0e657fd92fa04985925c80643
Description: debug symbols for postgresql-10-ip4r
Build-Ids: 83d6978ed4d516507c7a394bd280a04ee5dd00d9
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-10-toastinfo
Source: toastinfo
Version: 1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-10, libc6 (>= 2.17)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-10-toastinfo_1.6-1.pgdg+1_arm64.deb
Size: 6932
SHA512: aed59ae4aee7f8604126d431a64cf52db25893903c5be8b871de9de986164b246580f2502e4564ba4b439de96ff5a1dc70f5e4b6094516586f3a2f3c36d4e6fd
SHA256: fc1993e36478df0e15b5042238e18cbb53350741967d66d4faf5b1d092ce3c38
SHA1: 14e08c25ec375e055caa659bc166d2fb8a971c79
MD5sum: ce40b9700928375d9b574481f9ce6da5
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-10-toastinfo-dbgsym
Source: toastinfo
Version: 1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28
Depends: postgresql-10-toastinfo (= 1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-10-toastinfo-dbgsym_1.6-1.pgdg+1_arm64.deb
Size: 10496
SHA512: 7d1016dbf158432e377d1237ba22b4963ff96fd8de1da5b89cc152f53933ab42f650dcc3013dc27850436d0ebb70ba9a5c31be7ed775e72546e3a1a899b266f2
SHA256: d50a81ce6f6c9ee53608072ff3266d286bfd593a9ed6247276cb30eca7376f25
SHA1: 3abe830a98b35ac4e9d4ee7fb26ced0c59c81b82
MD5sum: 903f1672e433a76603da6be3c2045897
Description: debug symbols for postgresql-10-toastinfo
Build-Ids: 497e0eb04b4ce20265131c5710f8bdc07b549919
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-11-dirtyread
Source: pg-dirtyread
Version: 2.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-11, libc6 (>= 2.38)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-11-dirtyread_2.8-1.pgdg+1_arm64.deb
Size: 10648
SHA512: 349314631d28e275260447020b564aa1cc97c7b2621d0ec5a5a04b2c533fe8660265bc87f87c870a926fda6db14715d96dd353e2b2e21b28268380ee0a9a7ea8
SHA256: 432aba22b232026ff824608fe7fe2f9d7bde6de3929d8bd7bfbb1670c64d48cf
SHA1: e62a3dff415c4e49b01a8134372552302b89a1b9
MD5sum: 14b85c09ca547d026f78e341e735cf74
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-11-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-11-dirtyread (= 2.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-11-dirtyread-dbgsym_2.8-1.pgdg+1_arm64.deb
Size: 31200
SHA512: e6cc4189b656b8bfb73ff87a09515666fcbd17d03b3941ec80403bf6f6892051e383caf313b93a21fa241b550e4992cbb483edcba062702d56fb805af4daf3bd
SHA256: f65bef0568727285c423bd791b96dfc9cb57ef11547f7b6437fcf538907bc737
SHA1: 24168cc4905212268c38d7e4509e3660af35cdc7
MD5sum: 888db7eb0442f8ef0458121f8ce5fc8d
Description: debug symbols for postgresql-11-dirtyread
Build-Ids: 366613c730bb727dd4ae645192aa86717a19683d
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-11-ip4r
Source: ip4r
Version: 2.4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 402
Depends: postgresql-11, libc6 (>= 2.38)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-11-ip4r_2.4.3-1.pgdg+1_arm64.deb
Size: 65764
SHA512: d1a2716f8140bdabb8cdbc91e4e9ab2809ff8a96542bbdc3845e38cc1134ada0ec0faac62da9e4f5ecc95e11a5382e0ae5202a1eca4f80ffe1aed20c72c77083
SHA256: b0c29461a55f3a32d1cd55019c09fef8da46f8d5d0aed6696690e5d96c4d39bb
SHA1: eca13b6b0bb2090073550e0fca418edbca7d5bd7
MD5sum: b083be8d63c1a849988e519c47d65674
Description: IPv4 and IPv6 types for PostgreSQL 11
 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.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-11-ip4r-dbgsym
Source: ip4r
Version: 2.4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 354
Depends: postgresql-11-ip4r (= 2.4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-11-ip4r-dbgsym_2.4.3-1.pgdg+1_arm64.deb
Size: 173248
SHA512: c81a2f8693eae62d80e8912118a60f5d40f38c1cb2da8cc2a8463efeca32052d23f7c718a5648a5d6690fb56463ae6781906539a0eb11c6de2491fec022d9970
SHA256: 61b2cf9ee96402e710ddd29c0f2cee06d2e6b96899ec24c76f4e0cff2da55214
SHA1: a2f44f01a9d59dd2881662163f97912c8dff2c41
MD5sum: 4c1dddfa8944ec9b4ec0ec5abc99742c
Description: debug symbols for postgresql-11-ip4r
Build-Ids: 51c9c971ec5f8c12b11b60a4f914bd38607575a5
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-11-toastinfo
Source: toastinfo
Version: 1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-11, libc6 (>= 2.17)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-11-toastinfo_1.6-1.pgdg+1_arm64.deb
Size: 6936
SHA512: 28625bbf7dd3b25d52688de943e8b1937f3c94c7db857429f0f42eacf2c33e398404eb51e72120fb4bd997b0f015f4b9d3df6066064560064196e82855b1d83c
SHA256: fa4a58375e612ba215e87883701556c770f7b2d1f53e4ce6dae06c306154153b
SHA1: f1b165b8dfc7db800a001415dd46fefb04ca670e
MD5sum: 99de9509dbf0a331b7a706b64a89607e
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-11-toastinfo-dbgsym
Source: toastinfo
Version: 1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28
Depends: postgresql-11-toastinfo (= 1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-11-toastinfo-dbgsym_1.6-1.pgdg+1_arm64.deb
Size: 10604
SHA512: 952e9c89d4bfb99a1018e8d339e467c79f7fa64880f48f03973d24eca8d5fa4b7fbdc18979e51eba885cdbd1ff6247eac59afeebd56816164da3a0a436158eca
SHA256: a5ad2dd335845171dca2194481fd1aa125e211076d7042cf3c29e45d070a9e1b
SHA1: e5ece86a30bc2b7a08636ab50a1c1086e358feb3
MD5sum: 8d1aa8851dbf58a2816b725389eba380
Description: debug symbols for postgresql-11-toastinfo
Build-Ids: aaad7d1b42d8085cbd4a5d6a9301a58c731650d7
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-12-dirtyread
Source: pg-dirtyread
Version: 2.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-12, libc6 (>= 2.38)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-12-dirtyread_2.8-1.pgdg+1_arm64.deb
Size: 10580
SHA512: 479ce95c4678310ea7c295f21a75a0b8ca08d94b8554b60eb740230ce760494fd4d68ef13ad53b34ef1d1cd270cb7111b5a682598097f931faea08bbfe1be951
SHA256: b30766025bb46947a0d0a3bc2b78aa976349b9d994710370383a4c0643cda000
SHA1: 1abc9278bcd14aa1dcd21ba73830a0c5a22ba466
MD5sum: 1cb110179b4f005043814e9a0c42bb84
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-12-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-12-dirtyread (= 2.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-12-dirtyread-dbgsym_2.8-1.pgdg+1_arm64.deb
Size: 35072
SHA512: 00cb5d3864579b4433c01ba86b49025169af24f1317b256134ad158bce6263ce0a36b75348d9943238d74c504c66264de383eaa5c4a8173639b0d1faf822180d
SHA256: 233223d1f260a5486539c96b686577cd8dbb9315873d190129287c16e7b1afce
SHA1: e70006f0288565db51f16a2a672e3d48ec8919ca
MD5sum: d37a051eca410ae2877e2677b63839c6
Description: debug symbols for postgresql-12-dirtyread
Build-Ids: e0f652c85ed5af3c756df4d92b239fd5f1153b26
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-12-ip4r
Source: ip4r
Version: 2.4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 402
Depends: postgresql-12, libc6 (>= 2.38)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-12-ip4r_2.4.3-1.pgdg+1_arm64.deb
Size: 65728
SHA512: f778d3f6e8a7203b331b38a3b304447f52dead50eb36eebd818ba6577cab8fa3912aa91c56b956ad2dc02deabf2944d31f28ffbee30c5cc65184e9714d3050c0
SHA256: 87287a7db12882b2e141d56b611f7a1feac711bbe859ae52ecfaa1223abfd51d
SHA1: 407e739df76c8a68bd0834142cc58d71e378047e
MD5sum: 798476885cc70d0e26e21ed555fdf91a
Description: IPv4 and IPv6 types for PostgreSQL 12
 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.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-12-ip4r-dbgsym
Source: ip4r
Version: 2.4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 359
Depends: postgresql-12-ip4r (= 2.4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-12-ip4r-dbgsym_2.4.3-1.pgdg+1_arm64.deb
Size: 179288
SHA512: dbb18e42977974b29f880ddef8f1100e12881abb57e3731b5338a242e8300b4936b96d7bcfd2e9eabb58372cb54d1f02ab4f772b076975aee64bf4dd4d167639
SHA256: 93094d8abdf3c55fd9b07d6926f1b31d76636d3961e44f6cd76007a0b0334e6b
SHA1: edf2e9cec2d04f930ba8188730eb9d00d145a0f9
MD5sum: 90153dd12c321f30f9cceff980f7bae4
Description: debug symbols for postgresql-12-ip4r
Build-Ids: 6a84fb24953be4a475e675a2e3a927aff0726cd9
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-12-toastinfo
Source: toastinfo
Version: 1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-12, libc6 (>= 2.17)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-12-toastinfo_1.6-1.pgdg+1_arm64.deb
Size: 6936
SHA512: 0b6f79bd91665c2b707e3d60b07af29dd6a79e9cdc6467be78b0c8a9636fa6e4b7b29e4872d239553b65cf23dd58ab3953dd1348dfde9a2ded1b621757af7907
SHA256: dbf4d14c63599b22f24c3ca3c316cd0b2f6cfcf2458a8efd3ce8bf9a35b417b1
SHA1: 1883149ca68b05eed80e907afad32a55dbcbcf99
MD5sum: bc2228d0fc736e6342e0fdca1b016518
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-12-toastinfo-dbgsym
Source: toastinfo
Version: 1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28
Depends: postgresql-12-toastinfo (= 1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-12-toastinfo-dbgsym_1.6-1.pgdg+1_arm64.deb
Size: 10724
SHA512: c4e7689bb269d66161bffbaae41798664848ac593d863ac37a40539808680f214abc21d6a04c32393072b395779fb67ef44c559697bf10db47b1adcf21a6ef8b
SHA256: ce97e0bd2fceb6b76466e1342104a232df1e7a4b7fffa572d03a1c3aed80d12b
SHA1: fe1616489ab25c7998b024fd01411e946b73064a
MD5sum: 843c7fb3f35438d912e59021948106d7
Description: debug symbols for postgresql-12-toastinfo
Build-Ids: 16f5d682112f624e6c6738d62c8804e7abe1729e
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-13-dirtyread
Source: pg-dirtyread
Version: 2.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-13, libc6 (>= 2.38)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-13-dirtyread_2.8-1.pgdg+1_arm64.deb
Size: 10608
SHA512: ae1cfd84fe1644f2b73464c321befedca7bcb6985206c0b00ddc3ccdf1423707211ff72f1938903e8458586b3b58d80fbae3e0a7b2267cce103d755ce0aeb9e8
SHA256: 8247c763feb50de30938535e7b3f433e8b3ce2b084c989de900b0bb8c776f724
SHA1: 57a50e12cd7607745876e46cb5f2cdca0eacb85d
MD5sum: 8603a7afd5a22462c52e0b9457775fa8
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-13-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-13-dirtyread (= 2.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-13-dirtyread-dbgsym_2.8-1.pgdg+1_arm64.deb
Size: 32132
SHA512: a90c55465bfb1cbbfb1b9127f945c5555bba99963985dd3159c23f4c9049c1ad1643666ee7af644358397aec27534f59a5ff984a15037e3ba5c142d5f59ac7cf
SHA256: baa3d90e0683275db888da497788fcab867cf51c2e53fc07857df6a587f16776
SHA1: adca8ce31038d1d0bc3eeaca6e0c63e9dbfd01b6
MD5sum: 63a027099e364c6ec47e67b1a6653df2
Description: debug symbols for postgresql-13-dirtyread
Build-Ids: fdebd2109383f0860fad155af329a5a788933c9b
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-13-ip4r
Source: ip4r
Version: 2.4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 305
Depends: postgresql-13, libc6 (>= 2.38)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-13-ip4r_2.4.3-1.pgdg+1_arm64.deb
Size: 62260
SHA512: ef3ee03370f354e74449630dc2260aaf5d4127abd7bfbb0ae2019667417faa29af304f4b5eae30466bfe64a5ea543e80b0ffb671c11918aced4b74599131ed0e
SHA256: e851610edfc8e23ad6ca7d9a0b603d3c669565ac59c63b54e477ef094add6067
SHA1: 70ece063ecb38a060fa133d22e2f389b3e962eb0
MD5sum: 9dfd7824aea7e9320a2db81a87348a9f
Description: IPv4 and IPv6 types for PostgreSQL 13
 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.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-13-ip4r-dbgsym
Source: ip4r
Version: 2.4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 362
Depends: postgresql-13-ip4r (= 2.4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-13-ip4r-dbgsym_2.4.3-1.pgdg+1_arm64.deb
Size: 178824
SHA512: 5abdf3a00aa90bb16e7285028722713cf488c98c38099773c838c4707e729939bf12399f672fe6abf9675c4e99134902ae006ab1b5219ac2325bad2e30ffc622
SHA256: e78d9743cc7246f2e8d023a5fb4d66df5ab4a67fcb19f6a35fe104f90bcc95bd
SHA1: 16682255b23b1cfde49b5ce2cebaa3ea68eb3f8b
MD5sum: 38c3352291ce54dfee8c1492571d281b
Description: debug symbols for postgresql-13-ip4r
Build-Ids: 74f39409f001940575b57c6bc4d265c352f2118b
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-13-toastinfo
Source: toastinfo
Version: 1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-13-toastinfo_1.6-1.pgdg+1_arm64.deb
Size: 6948
SHA512: b843b2c5ca4c2bd2e585fc88423dee33599c4250e800a023b2e65b12749d21379573deb15e312e1f151ede88832f075cabad35824002c5eb8efdcde6929b6f4f
SHA256: f11b5f05d73c2bba2d29fd0c7862244f6cb1bffbf1baf93177919d492983ee91
SHA1: ee6d42546b84daeb4f0778c27c957fc02e8f011a
MD5sum: 6a7a518d132b77aa63caaef61279975c
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-13-toastinfo-dbgsym
Source: toastinfo
Version: 1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28
Depends: postgresql-13-toastinfo (= 1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-13-toastinfo-dbgsym_1.6-1.pgdg+1_arm64.deb
Size: 10840
SHA512: 8c9cfcfcc554b7087b72a638daaa8c0ec9b6fc8ea19f48b1b5913a75fdd0a6b49f0a0e7c846ad460abc961a8be7570dfd9086bfce4ff33f138a26f6434ee3113
SHA256: 7967e1d8523b5e849c290d649778bbc2b061b583d10949e3707be3df38a2ab3a
SHA1: d8edcb87339c47697a2cf972fd3019266e7ce494
MD5sum: f314d2213b57926ab4f8eb453d944708
Description: debug symbols for postgresql-13-toastinfo
Build-Ids: 4f5c27706304842a7f5831edeed8b54405dd9f3f
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-14-dirtyread
Source: pg-dirtyread
Version: 2.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-14-dirtyread_2.8-1.pgdg+1_arm64.deb
Size: 21412
SHA512: 182fe2ffaafb6f400b66ceb58be3442d60d9d988452de79bb3832f25dd626721e5dbd92299b9b81423213266a7d7af2549d5ad71b486af4222191fe6d1617818
SHA256: 81d18e7fca0bdd2ecdfb8a7e7043df65ed9616ba2f3d28b59fa6936c8427269b
SHA1: 1b67c763ee66898ed4ada08d0d9086b29508b1f6
MD5sum: 86717b962756af5f21318131a2adca2b
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-14-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-14-dirtyread (= 2.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-14-dirtyread-dbgsym_2.8-1.pgdg+1_arm64.deb
Size: 32868
SHA512: 162187c130c326401638e6ebdaeced7d4e0725def281e7a2b58a61bf65dd5ccda4cff14fe51b8e73aed6d775cdfae2c42c8e1001525e6a47717aab0b72502563
SHA256: bbf2d3ecdd23c9b1ad6832b528d04548891284f2c826f6288f38eaea31106a43
SHA1: 1fef3a9914dd097793d8f145388b8869e9a3dc40
MD5sum: 5f1905d692f0c12161a3ce60c75a08bf
Description: debug symbols for postgresql-14-dirtyread
Build-Ids: c387bee105579e78df38ec4f1e1fa425d5bdacdb
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-14-ip4r
Source: ip4r
Version: 2.4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 580
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-14-ip4r_2.4.3-1.pgdg+1_arm64.deb
Size: 184696
SHA512: 0e76ef6f16f02338ace258fa2aea1dd88cb46ab22330ad9382578db625778944508f51cbcfea37a2389dbf603b9870507f9c5eec65ab0e4cc974f42986a0162b
SHA256: 63c8f614693f7b739b3610d2ebd9ba387523db0e9d8290a049261e4d86dadd2d
SHA1: c3ced7832f68f27ee8247edd6b76f3a07b087243
MD5sum: 13664a38d8cdae728c63cc301abb7133
Description: IPv4 and IPv6 types for PostgreSQL 14
 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.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-14-ip4r-dbgsym
Source: ip4r
Version: 2.4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 356
Depends: postgresql-14-ip4r (= 2.4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-14-ip4r-dbgsym_2.4.3-1.pgdg+1_arm64.deb
Size: 176448
SHA512: 22dd02c91d18d18a07e6530d60146589f654e488741e0d2192bab2920a38cb37087f00eedc16fae96bda20b17e0e7a8b53010b0728b4af0dcf6722712e1c72d6
SHA256: 4fa75b0288b8911992087b3de4a17a557468ae1ce9fe23af6f62598a03537301
SHA1: 074b49dd578048feb9ab7c68ecd7d587e3ee70b9
MD5sum: 5f8f7196f167e4e8f0fa232afcd48a6f
Description: debug symbols for postgresql-14-ip4r
Build-Ids: 72a26123255cbe596b6d600362e3d522f26ceebf
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-14-show-plans
Source: pg-show-plans
Version: 2.1.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-14-show-plans_2.1.8-1.pgdg+1_arm64.deb
Size: 23056
SHA512: 13225c538913365a81691728d36d45f4228be734a3169fc365fe841e8b611a5059490988c2cb7b6c0fdd656daafb2e3b0cc24aa74abf2b2a375f116212adb153
SHA256: b6a6402d486fd43b0247252b7ff2ff342d375315094fa01f92ee9c1dc87674b1
SHA1: 6e076a3acd717ea89e552660fce95622221aaf1f
MD5sum: be3e817f1008f4e80702adec67e245e0
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-14-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-14-show-plans (= 2.1.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-14-show-plans-dbgsym_2.1.8-1.pgdg+1_arm64.deb
Size: 35824
SHA512: 9dac85bdd8cea8dbfed57963f5cd9cc0d10edb3d0f76b76671bac5b726c2d56206731f98837392a081a7b91b298274610d8ef4a8a0921ce2381328bfa94ddf9b
SHA256: 0994395dda285c612e403b3fa78ece7d00c0a0dbe93abd6c549a061e93c9497f
SHA1: 7c4fe1a2d2b16fae211a9377e0841c198554b3de
MD5sum: 96b53b97ee07e2ef1f0244e5061ec734
Description: debug symbols for postgresql-14-show-plans
Build-Ids: 0f38a777e9dfad0e4a066794ef03ba38780326e4
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-14-toastinfo
Source: toastinfo
Version: 1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-14-toastinfo_1.6-1.pgdg+1_arm64.deb
Size: 13132
SHA512: baa21852a3db65cf670c94488ed1b54368464cc2f19695cf9832196c7530f06259c6c10a32d3b5f0e697460eb9ba398aa489621cecb37378ad5b77a4d67afe68
SHA256: 85860fac91e1a3e9d834fc6765c5ac41e0bb8f00d20915a293ba378f1a6cb4dd
SHA1: 7f6b786210cd8d43fa2b2557c64fa8c0c46136ed
MD5sum: adf76a8c4bcc3a8cdb44345d60891863
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-14-toastinfo-dbgsym
Source: toastinfo
Version: 1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-14-toastinfo (= 1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-14-toastinfo-dbgsym_1.6-1.pgdg+1_arm64.deb
Size: 11232
SHA512: 7b31e614971de101a76578fcaa32726e58982a14a0ba0fd42581af865eaa494270c0f58e10e185bbec60d9ea7d19dbdc65d194bdcc307bae709ab1353b328ea9
SHA256: ce101377fc9fe31c20f91d4f1a09a019213e02997fcc2c6fe3d4a34d484143cc
SHA1: 1ce6584611777c495bcc2f10b5f53ed5a5eaff58
MD5sum: 3d2beb6020f9b0ee11d388672f01010b
Description: debug symbols for postgresql-14-toastinfo
Build-Ids: 0526251062f6515beddd7247d5c74452a649efa9
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-15-dirtyread
Source: pg-dirtyread
Version: 2.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-15-dirtyread_2.8-1.pgdg+1_arm64.deb
Size: 21452
SHA512: 40ea8cb6ac5cdaff99363da1881eef2c89b6d7796010648e32c58fe0fceaf9d3463fb943f6339f41e6bfc04ccc5c1cff5b5e776e8fda8a16b2e326bf047be47c
SHA256: cbe11aeb544c400ed62ead10103a17374e59eaf270e5534f103f91d973e04e8f
SHA1: 7825d1083db177abe86516b97d33be7100a923a7
MD5sum: 6402c2a33e7c7cac7131e3b7edf1ca85
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-15-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-15-dirtyread (= 2.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-15-dirtyread-dbgsym_2.8-1.pgdg+1_arm64.deb
Size: 33332
SHA512: 0dba6cae18e75ecad806b81a030f6043efacc9c69fb59bf84dc127932cf0303fa454a0b6047d4ba44ffefec0d441b8f798e438e7c9ffc00ce024b1379986e279
SHA256: c7143969aa0a5d8f9b575232b742dcc1a3152b88712d27c9b7b7991af0f6c8bf
SHA1: c4829aee9fbd3c74ddecf8b4652de1567a569bc9
MD5sum: 11553a82b66fec8a12e265e9abac2135
Description: debug symbols for postgresql-15-dirtyread
Build-Ids: 418afe0b049ace2d18354dad8d5d4e9095d1bf78
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-15-ip4r
Source: ip4r
Version: 2.4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 580
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-15-ip4r_2.4.3-1.pgdg+1_arm64.deb
Size: 184184
SHA512: e4d8749e0028987662b566366ed9a10ba0ce1374da96a085c3b7b5c43c6d1cce47d84d7bad6a14ad99a12b86c64651e4f8070d1125d843da47aea3f953f2f17b
SHA256: b0ebd96fecda2ea9d3a4562879f080e4e337aadb2c5df16e7fec2022d16ce6d5
SHA1: 0baf711fc2604ccd3746daea6b5883bb2e94899f
MD5sum: d0f81cd5f3b5a20fb65b2749b80de2b7
Description: IPv4 and IPv6 types for PostgreSQL 15
 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.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-15-ip4r-dbgsym
Source: ip4r
Version: 2.4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 356
Depends: postgresql-15-ip4r (= 2.4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-15-ip4r-dbgsym_2.4.3-1.pgdg+1_arm64.deb
Size: 176844
SHA512: 64ad272a2af746b6b77ef13c934ab604d8dc843153daa97b83c1e3ff8b74ecea8e89bd7be174da40f46908290ee639b4f2e3d23e405d28ee556b4dc101ebbc05
SHA256: 9eae3a473947c162e3d33009e7abdd415e5ede71660e57390134db95c851fd75
SHA1: ced8e9ff1f944d9a236b297da7c8873e641f4ae3
MD5sum: 68d5c5ab939817ff658445684a545678
Description: debug symbols for postgresql-15-ip4r
Build-Ids: a28c6badb8ed76c71527bddaea5f8120cf04836f
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-15-show-plans
Source: pg-show-plans
Version: 2.1.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-15-show-plans_2.1.8-1.pgdg+1_arm64.deb
Size: 23332
SHA512: 919da18613677e5a24ab6e3cdcebe739a190c27e8191660ab7a907c88607223eacc96c4130ef8475df6a9bf9a7851d799371688ab2c745e8399e16c2d77639e6
SHA256: 155bc47971823107ce4102732c2668959c2d0d7f652ba3b74621da79b06c256b
SHA1: 77b9e0f1ae25165aca5e94d6fe051ba6e41b03c2
MD5sum: ee535663162f49faa9df1a880358d218
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-15-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-15-show-plans (= 2.1.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-15-show-plans-dbgsym_2.1.8-1.pgdg+1_arm64.deb
Size: 36188
SHA512: fe3faa72af6538657cbd372e9e66f2867ee0c25215f619f5ad6b91d79d135376c99a8d6488742fa22837a098c3809a9784a7e4d90c58f4a7cb00ad00707a2a57
SHA256: c326582df40332115c9ab8f861527c26326428614cd98d670743c5c95eaf5a64
SHA1: 34fe22308f237aac43827d1452af5397b5a1079f
MD5sum: bb801589e90a5c270484c96fd5ce5bd6
Description: debug symbols for postgresql-15-show-plans
Build-Ids: 711f115fdd8179427adbcb0b1eb6025f0e57cce8
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-15-toastinfo
Source: toastinfo
Version: 1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-15-toastinfo_1.6-1.pgdg+1_arm64.deb
Size: 13172
SHA512: fc9219a005ffc4007b4beaf55126bc0e0ad0f6d641238a55d9f8fbde7a7f916d4691183ded0a2e752985bafb208a9552a0a1d7b0a64c5bd127cef00c9ddc9654
SHA256: 5227803b15a78ebe9130ed4ac1b6a74b04fda8d0189fd45fad07c978dc070bc5
SHA1: eaafca69bc8c53f9b395a0aeb1d39a131d7aa077
MD5sum: 8e861465c479c8883d65a00833f3b8ba
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-15-toastinfo-dbgsym
Source: toastinfo
Version: 1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-15-toastinfo (= 1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-15-toastinfo-dbgsym_1.6-1.pgdg+1_arm64.deb
Size: 11324
SHA512: 1af75287a01e5af33bb0ad23812bc30dc85e461c8f46363d8b15df60cd9b8d3e10d182350549e97e614bcb4f879d656964ff9662dd22108342ff43cc35bd5620
SHA256: b4f81eae25899482c05b9172e3bf360c69c1ac6d892714ea0bfda3f6b5dad22d
SHA1: 1a0988ffac37bda49e0bc9aa460851e23e88f04a
MD5sum: 8bed21b4de7b12c48e7727c1419afed6
Description: debug symbols for postgresql-15-toastinfo
Build-Ids: 873d887a906f40e34d00d6921cf339b6d46d1d86
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-16-dirtyread
Source: pg-dirtyread
Version: 2.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-16-dirtyread_2.8-1.pgdg+1_arm64.deb
Size: 21384
SHA512: d44351288d9a6f47a48a321b61994efd97cf1e4701decff140c1704b58ffc392ee4ca45ea4fcd6e5a85ba4631432b4aa10a4f1c16da925eef040dd3b65296701
SHA256: 7aabd33cfd591ee6017945b83b73b1bf7ea39b7b4d8bf9a5083356e6a8a9a164
SHA1: 38b9830d08ef13816fee5bf7d203fe81a33d0954
MD5sum: b89894883f13b963d145565a554a72d8
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-16-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-16-dirtyread (= 2.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-16-dirtyread-dbgsym_2.8-1.pgdg+1_arm64.deb
Size: 33844
SHA512: 991512659b6dc369488cd27651e32749eaf098de96c1f8d31fde445923980d0f67f2e65709057e8bf2aaac8c1c3ccc27c12890aab9e412a4d63cd48381ec9f86
SHA256: 18c658a0439df61afc807b282c171cf29500c828b40334894f2eb953eb7eb3d1
SHA1: a9843e6374b932ce50e040897ba5efd708778745
MD5sum: ef9c2f7283b32f7424eaf729b1db4c66
Description: debug symbols for postgresql-16-dirtyread
Build-Ids: 8206a58196cbefcb39e768b9deb2e56f97327cb3
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-16-ip4r
Source: ip4r
Version: 2.4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 580
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-16-ip4r_2.4.3-1.pgdg+1_arm64.deb
Size: 185848
SHA512: 80ed453d92bfb3e55567741263b5d5e38dc47acb1aff2c53c6a7f46420a9d99b840ef1a04f0cff3667b8bd7c0ff821227ca9405075b831efe11c063db0a0ee1a
SHA256: aaff7dc08a77176ce4648749f0da90d45fdce4ad3d02b484c4b1f3411903b996
SHA1: dae37f4b3c02db6ef69588d05dec23ad5aa6f954
MD5sum: d9608225f41b1059edfbb0be4f0d4f0b
Description: IPv4 and IPv6 types for PostgreSQL 16
 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.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-16-ip4r-dbgsym
Source: ip4r
Version: 2.4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 392
Depends: postgresql-16-ip4r (= 2.4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-16-ip4r-dbgsym_2.4.3-1.pgdg+1_arm64.deb
Size: 208172
SHA512: 2d2cafa8aecda98ed49a1d4de8f4ed4711bf8bd702e1786f97a6fb2486f95ba517ff1677d89d0716ec3abf1d576081c3172ce10713c19e4bd5f072acb5698696
SHA256: 3762fe63159e003deef684fc1ac47198e2dbc540e3af7caa0e5575565b902c36
SHA1: da0445245a0469fdb49a9b8f6f04057746c86757
MD5sum: 462e5f1b8a32f2c67f9afe8e1bf03808
Description: debug symbols for postgresql-16-ip4r
Build-Ids: aee0d9a985e8dbdc8c42bfd64d2ad49cdf2cffe9
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-16-show-plans
Source: pg-show-plans
Version: 2.1.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-16-show-plans_2.1.8-1.pgdg+1_arm64.deb
Size: 23320
SHA512: 56360ddda00c95a9bf899e4ac4704f6f8c89b50737869e3e22ec020cca1b9da0fb8362a0db30535d1a577a4bfebd37458d2663c56442d83d37802d343c6ea1f5
SHA256: bb046d2c77984109096e7f8ca40c5ae3345e279f18bbee5913978ee9d4358517
SHA1: b0804140b1f764b05036e06a1d7c92afdb57970d
MD5sum: 0ed4e0f8f2f7816008fc4b78afad63fc
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-16-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-16-show-plans (= 2.1.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-16-show-plans-dbgsym_2.1.8-1.pgdg+1_arm64.deb
Size: 36868
SHA512: def71028355ed57266d554967e8a3a6d452068dc72abb2d06b98e37d64c15be7d582dee4b0c3811c770f23d9676ef856b2143550f6383b35f63ecbfa075b768b
SHA256: 3b47af8278870c1fb19dc03c42251c91d61c84cfc89c56d1de47e833396e69d7
SHA1: 2ef6c8d3167fd40d764a42e230d7ddaf2dea92ee
MD5sum: 5f8ef1059a36f9d3f1cf3d4232d2b096
Description: debug symbols for postgresql-16-show-plans
Build-Ids: 131714eafabe1956aa2770ef3aa9e488f7d4775e
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-16-toastinfo
Source: toastinfo
Version: 1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-16-toastinfo_1.6-1.pgdg+1_arm64.deb
Size: 13144
SHA512: 9b228ab0996d60275d7d322fd527abc4950e2727ea6aac6f2c07289353fe429ab4ef5b574d3c820a8e6bab811b00f4cec5487eacccd7f766a32f1eb0511434a2
SHA256: 597e39f6d76ee3c43bb0037ec054922d6422ab2082913d10693ec3191efcc96b
SHA1: c314112b17bd0285c5ab373c5246a309a69e3d19
MD5sum: b8462423be32453ebce8813b844f4513
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-16-toastinfo-dbgsym
Source: toastinfo
Version: 1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-16-toastinfo (= 1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-16-toastinfo-dbgsym_1.6-1.pgdg+1_arm64.deb
Size: 11860
SHA512: 11456eeb06e19b91befa24506510f2ef6e9a282cfea1d0c61fecc95be54b7e731213762684fc45a64baf77d510aa1e2262e50d5bbce6ce067ea5f2ea876c9fae
SHA256: dd3e5f3f5448cba36cdd3468958b763722068396e6f13fc8469741b07b067657
SHA1: 5114dac72ae59553e284645d2e503831c6df7fe0
MD5sum: 1711a6d31bb8a3ebe07fa259dca4ec19
Description: debug symbols for postgresql-16-toastinfo
Build-Ids: ed28fce9d0f9e1897a2b9899f8e2da8544c56b18
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-17-dirtyread
Source: pg-dirtyread
Version: 2.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-17-dirtyread_2.8-1.pgdg+1_arm64.deb
Size: 21368
SHA512: 96b186de851443d6866ee2938d8280b183f71e63ccf7992672d83e44f6f8ef3720e96d6c92ff8756c78bf291c5a3d6ac01ce86b97f612b0494b815fb89bafc8f
SHA256: 8162b802d15f8b75c9ee7ba157542bcb04e91ba2cbb7b0b29e96b9a2fa55c308
SHA1: 97737f70592c5bec0948a5cc61189d2b38b0a6bd
MD5sum: 953c359d12de703dd7cc53f4b65eed58
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-17-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-17-dirtyread (= 2.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-17-dirtyread-dbgsym_2.8-1.pgdg+1_arm64.deb
Size: 37272
SHA512: 1cf4e85a931061130420140ea1001fa6eb0a6214492874237f5c0940c3157d4c4d580cf943e903b757342575ce7b55e17ba5931ebdfed17ead8f5e41e93fd675
SHA256: b6a5ac877d40cbcab683f898cba8c4c910fa184a2ccf40821e5666813036f5fa
SHA1: 0ac335cb5d524e9ecc648e1dacee55ff28f8162d
MD5sum: 2b086e8aa905fce899225fc46f4ade40
Description: debug symbols for postgresql-17-dirtyread
Build-Ids: f7c6ba05c900daa7785735ff28f13c497c529e2e
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-17-ip4r
Source: ip4r
Version: 2.4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 580
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-17-ip4r_2.4.3-1.pgdg+1_arm64.deb
Size: 185984
SHA512: ab80a4d8cf190997d65a87dcbfc3b964f50c6c7532d20a298384047e83e99784b35673d0973e40053ed47a5cd93cfb905f4810e3f1ea7c84b9ae0af34689840d
SHA256: 63c6ab83ffbc668452a05b04fd5eadff4c0026d79d43d42b97ab52cfddf9b911
SHA1: 2916511db5ff4e8fa08e01be3e0d96a09842d0de
MD5sum: 5f06c6e1e354ab43991508b4c1f16a2f
Description: IPv4 and IPv6 types for PostgreSQL 17
 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.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-17-ip4r-dbgsym
Source: ip4r
Version: 2.4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 392
Depends: postgresql-17-ip4r (= 2.4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-17-ip4r-dbgsym_2.4.3-1.pgdg+1_arm64.deb
Size: 208604
SHA512: ba4856ba7a44d2f2d377bf95f9adeb753d916ee8df10ab884bd76b264a4314e5fd38dc5fa2e4f976625b8e435e675f75965811f19c3097a25dd471c907d9683a
SHA256: b95d8e6f3161abcaad758e23c95df2739804779707bc33ed70464fe55242e67a
SHA1: 92b38ca739adbc5a681f34d62d4c130cf8d80924
MD5sum: 7109f6d2e28ebde5b617dc8a7b5ff1b2
Description: debug symbols for postgresql-17-ip4r
Build-Ids: 9aeab7209bcbb27aaf545c17f76191a46a70041f
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-17-show-plans
Source: pg-show-plans
Version: 2.1.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-17-show-plans_2.1.8-1.pgdg+1_arm64.deb
Size: 23352
SHA512: c957a501eae3b4f524bfb369bf4fd5eff5ad8212e21e4b9f69c4f9fc0a8f9e92584d6b4cec1fb937dd4e24c1202f3b7f66c742adada4c2a1d9843b55db106f79
SHA256: 5a1b5b20efad168632d68d94dd1302eeb7458d782e8aa7d36eac02fe0ecced32
SHA1: d3e06e4ce9e5267611d4250787094a2e98f82235
MD5sum: 17f99abb467e956981666bc7a78186ed
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-17-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-17-show-plans (= 2.1.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-17-show-plans-dbgsym_2.1.8-1.pgdg+1_arm64.deb
Size: 38012
SHA512: ebaa421f27e5d1a39202954d20e3f89727608851b02a448890120f02ad5b39bd9b29f1c13d94628a36bee1da60e2035894129b3fa1ea946c5566f050c5e55154
SHA256: 34bd5285898eed08e67171840eb4ce0840c1eeaabffd8248e468feee2efb7ace
SHA1: e31c813a5fff18c2985dc517e6f3a3171c0455e2
MD5sum: 27db1698a1259237ecc95d2f6ea6b5cb
Description: debug symbols for postgresql-17-show-plans
Build-Ids: 761ecc03123be53c9f716a55b10722b1c5dfa926
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-17-toastinfo
Source: toastinfo
Version: 1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-17-toastinfo_1.6-1.pgdg+1_arm64.deb
Size: 13156
SHA512: c743f35506ea173db315ab06a971d563ec6f56cc2be2727f91927154f3b35345b3fd57b373f5e0061eceeea052e45ce45c16681fed512f6bfdf725521049c9bb
SHA256: b4293628f4d952bd6bf8d4ba9f252634a4c2afab5c3e0dc655bcfd76df2b976a
SHA1: 7131abd4e1cef41b0bf69786b2e758344b8a0af2
MD5sum: ece4e24c68a8128182f51596a270f4b8
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-17-toastinfo-dbgsym
Source: toastinfo
Version: 1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-17-toastinfo (= 1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-17-toastinfo-dbgsym_1.6-1.pgdg+1_arm64.deb
Size: 12084
SHA512: 5fad7e9f9bcdb1ccb050c1e87d2ae0dc2bedef45ad6273a089bb1306d15dba529c26e2f2406d81e973abd22395cb83aff71f2cba750bea9ed81310c6f429f7d6
SHA256: 4b2f564ad8b5668f1745ca9536193ad37521ce793cc28317fa30a5ffb6853c37
SHA1: 3cb8ba63ce02bdf7d3f602f881ef3dd91c59e47c
MD5sum: 3b88e608333c72a809c5e9710d54353d
Description: debug symbols for postgresql-17-toastinfo
Build-Ids: 3e85fe8870066b9a62ce5b95b3df3efdf6d54da0
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-18-dirtyread
Source: pg-dirtyread
Version: 2.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-18-dirtyread_2.8-1.pgdg+1_arm64.deb
Size: 21440
SHA512: 08b9c9e9babfe41e1497e74934637cbadf4c9a05bead33c0bb0aef29a53c5562f57f7cdadc2253d7a2e18ee4d1b4b541501135657900bc53923d69cd75a181e3
SHA256: b653764d498631d05549a54304fe472e2dfb1855e4c04116596e5c848807f063
SHA1: 3c8a71f716e6adc0643b58c29e035e1a7f59a2bc
MD5sum: 1603a7b06e383b6798b54c5a98375d11
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-18-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: postgresql-18-dirtyread (= 2.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-18-dirtyread-dbgsym_2.8-1.pgdg+1_arm64.deb
Size: 38872
SHA512: 8eb03ad5c161f0f48031f383d63a38150ab62adb1a0826e35ba716c411b5cb945536271cc7d22c995727e1d1b346ab0ce499d4959c96b0580b04cfd997eb3571
SHA256: f9a0533ea524aeb13145fa7a6ce427146daf41ff0e975184e8a7260bbc5280f7
SHA1: 6c65e7d28928c8c24d79f418a17153002f752271
MD5sum: dd8b5f930595eba91189d9a2555ecd1e
Description: debug symbols for postgresql-18-dirtyread
Build-Ids: 2027d5c1155b6b86e0128d0284a6f2b9256cba80
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-18-ip4r
Source: ip4r
Version: 2.4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 581
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-18-ip4r_2.4.3-1.pgdg+1_arm64.deb
Size: 186008
SHA512: 188c9a1bb982665cf9584eebf268f2d06f51f76f0004c548a4fe501c1c7a0e5d12c557a437b6032ad17b2f7d8a5d79ed4d6ea0e4b2686541331b08dbacd581c4
SHA256: 78ebb1c8a45481c48ba38fcba719c0420e10908d8bfc39f794d7c8cd97c08579
SHA1: 4300e8e4f258fbbe9db3fc3a2b13a3c0a59fc67d
MD5sum: 02d7f6273f63ba5ecc80ee1938acb1e4
Description: IPv4 and IPv6 types for PostgreSQL 18
 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.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-18-ip4r-dbgsym
Source: ip4r
Version: 2.4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 389
Depends: postgresql-18-ip4r (= 2.4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-18-ip4r-dbgsym_2.4.3-1.pgdg+1_arm64.deb
Size: 208956
SHA512: 5b578bf55d92096f59614ecde279868694b1425e5d2e0a9e6e7103ee2926c2d724be05e2ede880099605d630589d102b0e19439a46e6c2f2490326b21c8af552
SHA256: 7e2d56329d5337057be86557f9b68ed09bf9869bb409050feb34bc00b4bad09f
SHA1: 0ca8964de5bdc0dc191f20dac67757127a08522f
MD5sum: c3e11496015ec84faa5cb2ded425b8b8
Description: debug symbols for postgresql-18-ip4r
Build-Ids: e643fae96504da1317f565d92e8d9b8794da6c29
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-18-show-plans
Source: pg-show-plans
Version: 2.1.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-18-show-plans_2.1.8-1.pgdg+1_arm64.deb
Size: 23248
SHA512: 6a89a1513210e3b3095472575d00d0479f2845ca36a3c074ae460ca79588ad328cace5656356d4dfa50f14074c06608235fe510a58e484ae2ed488f997949545
SHA256: 1a580ea8c11fb7872e03451d3258413f72845eb3703524efad7e191c358c9eba
SHA1: dcae8408d54929fbe161088f71cee4654c951ac3
MD5sum: 9133ea448e231435053b30932c5b22e8
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-18-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-18-show-plans (= 2.1.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-18-show-plans-dbgsym_2.1.8-1.pgdg+1_arm64.deb
Size: 38564
SHA512: b8c9d416568552eeda09b955305a3c407cbd17b7773accd0c2008743ef9f8f5bba843f14c71459620dd3e814a93033bc118c9fbca2cab90f4def3782c7195186
SHA256: 236a26235e149cabe56ec2a6e44f5e77c3a1a377d285829b5f8ce1da6b2ae695
SHA1: a7c025074a58c06e1023d7a9063d18080edd2389
MD5sum: 6ec4426d8c44708fced58b35479fb71e
Description: debug symbols for postgresql-18-show-plans
Build-Ids: 991cee3c2531337b2c86a461fb040d04f1afb9da
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-18-stat-log
Source: pg-stat-log
Version: 0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/fabriziomello/pg_stat_log
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-log/postgresql-18-stat-log_0.1-1.pgdg+1_arm64.deb
Size: 44236
SHA512: 326af9d47b221bfc120b482c57876f0d0ea639ae11931d7c1fd92476157bcfb47621c28cec8b8a430fa05878487327554ee3f28163246d920ba8858c741abc27
SHA256: e09ce51ea7688de25f51a7bbed1cfe7cac451b8c39ff1791ffbe7b1af12b0607
SHA1: e5adef96e949d9e0354308eb8262f9f6a24b8b3e
MD5sum: 73689dee22eb0e7365ea1f96a71ad94c
Description: track PostgreSQL log messages
 This PostgreSQL extension uses the Custom Cumulative Stats API to track log
 messages, grouped by
  * backend type -- client backend, autovacuum worker, checkpointer, etc.
  * database -- which database the message originated from
  * user -- which role was active
  * error level -- WARNING, ERROR, FATAL, PANIC, etc.
  * SQLSTATE code -- the 5-character error code and its human-readable name
 .
 Counters are exposed through the pg_stat_log view and the underlying
 pg_stat_log_data() function. Statistics persist across clean restarts and are
 discarded after crash recovery, following standard PostgreSQL cumulative stats
 semantics.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-18-stat-log-dbgsym
Source: pg-stat-log
Version: 0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-18-stat-log (= 0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-log/postgresql-18-stat-log-dbgsym_0.1-1.pgdg+1_arm64.deb
Size: 38040
SHA512: eb7001cc67b12f61d161fd1136fbdbd770f88161baaefed86b314bf9ee3652e9f5ed80d327d70113b8f07241f84464045021847b8bff1e7700c0c67f798cfac0
SHA256: cd772bd5d154b532df6ae3b38c44f467ab5b9feb178fd8adf8c9292d845a7d83
SHA1: 2f3b5f0a347c26f4cfc7bc7342b7c478c9cdb830
MD5sum: f5211ac035858c59ffafe0dbdd2b2bbf
Description: debug symbols for postgresql-18-stat-log
Build-Ids: 3ab85ed0f2fe5019131e7a53559f6e40d6019a51
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-18-toastinfo
Source: toastinfo
Version: 1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-18-toastinfo_1.6-1.pgdg+1_arm64.deb
Size: 13140
SHA512: 7911fa74d4dc2e74d57af0ebd0524574beb7379749900424d16c4ee3ff961923e950f74531ad9d30b7c07e2421c2e10c2b02b47f7c1ea9de6f810afce4cc13ed
SHA256: 8a11c9a2dcaf65a6f35fbf662521c75af1827980de2667b093f3417ef017f2e0
SHA1: d08b661189b7f2addb929feb8dc45733c48d2f18
MD5sum: ff64c41d28e5634b5741c50b7b698f65
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-18-toastinfo-dbgsym
Source: toastinfo
Version: 1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-18-toastinfo (= 1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-18-toastinfo-dbgsym_1.6-1.pgdg+1_arm64.deb
Size: 12292
SHA512: ff718bcef223001e7db339a2d93bc85c80cfdccf719fc2ed7758bb8e6e60b96e6f5528e474f9bc83a1b5c6b72e3715ab6d63e8cacbf48df231a5ac8331f5f69a
SHA256: 19ec6e8f394a2d99bea21eab6c2ad75b33da7279be794f8493776d7853d4af27
SHA1: bb85954e600d9becda175c1e98b1583e3be7dcb1
MD5sum: 836aef849ef4a33159bfcae5f11d06e3
Description: debug symbols for postgresql-18-toastinfo
Build-Ids: 483a01ad121cc59afae9c01174c1e62defaf8c3b
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-asn1oid
Source: pgsql-asn1oid
Version: 1.6-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: postgresql-19, libc6 (>= 2.17)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-19-asn1oid_1.6-3.pgdg+1_arm64.deb
Size: 13260
SHA512: 6dca405cf9f20f6516ab93b0fdac9fa6c3c63fb63b1029f3318be71982369070cce69eb9e2295cff372f69c13ea1f6da4d703db28a6c802efa089835895ab323
SHA256: 69015a973d58584aed906f55a759d72667b0d87df978d668916eb29225f3273b
SHA1: e4813df7d5fa70d591d2cbe88254640f5693d51b
MD5sum: 23976577d8264296f48fefd3ac4c43f8
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 19.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-asn1oid-dbgsym
Source: pgsql-asn1oid
Version: 1.6-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-19-asn1oid (= 1.6-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-19-asn1oid-dbgsym_1.6-3.pgdg+1_arm64.deb
Size: 9920
SHA512: cdda7d1bfed58415e8d330553ff3c540b437e2b1a595888c1888bdaea7fd37102b8e649a453f28bfbf0d4508b74f1847ceced4498e26b54b7545fd24ba9ac9d3
SHA256: f5b10e979a2e7945cfdcf300afb6cf8ab8d3e9a1c5d55c03d2e15a4bdc33e47a
SHA1: 6b5d685efa611b01102c968b62b3334ec801fed6
MD5sum: 6cf36bca924acf9e8d787b86aa449176
Description: debug symbols for postgresql-19-asn1oid
Build-Ids: 1c0a2325cab55682a08e3641494bd6f97f7123d1
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.8-2.pgdg+1
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 97
Depends: postgresql-19, libc6 (>= 2.17)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-19-bgw-replstatus_1.0.8-2.pgdg+1_arm64.deb
Size: 14904
SHA512: f666ca00e5dbf7f7d049b95269bb706892341a350fa306c0b290c6ddfd63bf6f1165c9214222ee765d272fb0b11a1bde2de65e173c50ef2b55c926cf7e78daf4
SHA256: bb70fa6374e1e58d220e67f98d86d0824e435633fffbbc4f007f1db58ed9cc15
SHA1: 794d19b3c330bd78438de2de7062e3302baf3af2
MD5sum: ca70020c1737bed68a50c9173a5d1e6b
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-bgw-replstatus-dbgsym
Source: bgw-replstatus
Version: 1.0.8-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 31
Depends: postgresql-19-bgw-replstatus (= 1.0.8-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-19-bgw-replstatus-dbgsym_1.0.8-2.pgdg+1_arm64.deb
Size: 9632
SHA512: b050fd7f210af94f6cb5b99469225e740ec3862a845a8d4f0ca1a8cdbf3276ccad09d6ef93851983b185309cf05038e4b90eb368169f5029c3fc758adb0b1314
SHA256: 83e10ff4e826c1b942d5526cda0ce370701b8fb31294b3f3f792a4698f266334
SHA1: 71b0b918ca8cf2dda8b36a72454e59c2f59c164e
MD5sum: 7a64fc1c6e2672f914a00a11f15faecc
Description: debug symbols for postgresql-19-bgw-replstatus
Build-Ids: f19d68328fc76c272afe6fdaa5129501daedf2c8
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-debversion
Source: postgresql-debversion
Version: 1.2.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-19, libapt-pkg7.0 (>= 1.1~exp9), libc6 (>= 2.17)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-19-debversion_1.2.0-3.pgdg+1_arm64.deb
Size: 14036
SHA512: ebb5163bf21a728abb2fb74926b34e755a17c5c6a914d34557cae97b4a2fe99bafdd6d0eb15fb5642e55bda272f6e7a7cbf685de1f603df0dcdde53fb644d8f9
SHA256: 3cd85200326f74b7e63034ab8f93c97df63625ebe6e3f77ca3442753fe5ea333
SHA1: 4e40feb3cfb5e352bade8090fc9bf16da28fc66e
MD5sum: 8efe2c2a1833eff232eb378465358464
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()
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-debversion-dbgsym
Source: postgresql-debversion
Version: 1.2.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-19-debversion (= 1.2.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-19-debversion-dbgsym_1.2.0-3.pgdg+1_arm64.deb
Size: 20972
SHA512: e38491e2819f047f3f69b0114028b9319680d6db1b42d3b5da6ab339149f279e802bb81783f8d1b1e0ef880dfa6244f91bef28e63b64d5e5c54ededcf8f4e303
SHA256: 0522c1e8a626e42ba913d12dec2c5222a2324f5a2e5279a4c776c6ca091c0fbd
SHA1: beff3b8b93a17735738242483d3b00d9433ff529
MD5sum: 9a37083e0655b4707b421c217735183e
Description: debug symbols for postgresql-19-debversion
Build-Ids: 07fb27412d01a30c6b4d35abfda78ae3d704eea5
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-dirtyread
Source: pg-dirtyread
Version: 2.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: postgresql-19, libc6 (>= 2.38)
Breaks: postgresql-19-jit-llvm (<< 21)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-19-dirtyread_2.8-1.pgdg+1_arm64.deb
Size: 21816
SHA512: b522f99756a0bdfe50ed10f7150ae1a11283d1798fb42f3c787096e6121b6cac471542fd962946da022e1de211e74bdbcb65cf81e485ed47bd4518404926ede5
SHA256: 82c3451d48b910ae0967e1d036686f785965042ce1cbe8bddeaba6deb7edfd8b
SHA1: 7aee8733c07e9e7a730c6146a30353e6620bd89c
MD5sum: 056f17b30ebd8c86098d07727c31c93d
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-dirtyread-dbgsym
Source: pg-dirtyread
Version: 2.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-19-dirtyread (= 2.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-19-dirtyread-dbgsym_2.8-1.pgdg+1_arm64.deb
Size: 37180
SHA512: c861d0ef849cdbac0755af1f22db4ffd66d4e9181eb22afe6d4dc32b8fb512fbece8f48e6a45bb70a351c18b9e9929b83092121b5f20c778e223093a690b20db
SHA256: 4bc62adc26e5d08ca472525a7350f66005200fc91c6d2efe350ecf1e5b91e3cd
SHA1: d9ce744d2f85ba7b7cd9cc58352f1eac209fcfe0
MD5sum: 93028a44b2541f0e0f89d60538364c85
Description: debug symbols for postgresql-19-dirtyread
Build-Ids: 33b1e99a8250a73cecd2b581d5d64e186e497880
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-extra-window-functions
Source: extra-window-functions
Version: 1.0-7.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-19, libc6 (>= 2.17)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-19-extra-window-functions_1.0-7.pgdg+1_arm64.deb
Size: 16100
SHA512: 98375d525dfcea80e6fd70dbb4ce7cedfd4e0aaa9efba4bfa9781cb3797718067a0eb6ba00ec4968b841821dc643708807f3d08f36e90a4329fd0d2ec50e64ce
SHA256: 33b81ef0d9663745e6f21e79a6cc95f1c951f31e3e94396ad9a439a139c4793c
SHA1: 6ce738ae3c27b79c1651f60dcd196848903554bb
MD5sum: 734f7fa9375a20f3c46205f8a9bb426a
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-extra-window-functions-dbgsym
Source: extra-window-functions
Version: 1.0-7.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-19-extra-window-functions (= 1.0-7.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-19-extra-window-functions-dbgsym_1.0-7.pgdg+1_arm64.deb
Size: 9872
SHA512: e4e60dba906c6dc053436c3c2b0840cb69266c43d10c881284df2dd2dc4463a3dae5b2229239d520bf9fba84d6c45e6a4fc5255cbb977ab167e84be59abcd5c8
SHA256: c78221b2158e9c37b8d8ed3c92704614f2083fbf5d0232321b02693f6ead2ad1
SHA1: a15f932a7ba608c773106540d543328dff618aaf
MD5sum: 7ef1052b8a79f638d09a6f7f0ae9887c
Description: debug symbols for postgresql-19-extra-window-functions
Build-Ids: 9d23b1d9700d45116058af19acbcb8ec825afdcf
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-hll
Source: postgresql-hll
Version: 2.20-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: postgresql-19, libc6 (>= 2.38)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-19-hll_2.20-1.pgdg+1_arm64.deb
Size: 78320
SHA512: 70168e1b5091396568c4c3f2a3aff72ae26b12c8563b0bad7a2e1a74a1ddc7f3f870382a32f627dc407ad96a092a19d258758b2aa21b4de4c40ee63fd2bb0d7a
SHA256: 54dae66a775bdcf30a33be0fef4446365683fe7af836f7a017137e62a7f55038
SHA1: fb9a3df0f97edfb39c57b30b86f69eba7c376117
MD5sum: 47390484b299fd0d1fd2efc56f34b487
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-hll-dbgsym
Source: postgresql-hll
Version: 2.20-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: postgresql-19-hll (= 2.20-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-19-hll-dbgsym_2.20-1.pgdg+1_arm64.deb
Size: 104724
SHA512: 977262e53482997561ce96e54a2232c74e417de6cd1a4e6be1f71cab8eed10eb2ffeeb194bd41c6a2757a3b135dc32a3ab84850f0d1bdf393ddebb98a33042c7
SHA256: 5f7385ee231f52e8773fe6d1e85c280b7acb9366e7cea74c878d49ca465471e9
SHA1: 5b5a04dbbed06c28a09b881ca134353c5f5eceaf
MD5sum: 086b4a306a06ad5f420ff1e60ab662ea
Description: debug symbols for postgresql-19-hll
Build-Ids: 0a7bb5eaac18d37e606c01e3e037a22ec2761a9b
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-http
Source: pgsql-http
Version: 1.7.0-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 173
Depends: postgresql-19, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-19-http_1.7.0-3.pgdg+1_arm64.deb
Size: 51472
SHA512: 7d315d56e4d765d5a052bc6634d716cd915a2ed3d17bbd3a00e83aee2bc5b42ff61eaefcac30f6acdac3a74880083bcac9a9677e4fde73b7c4be9c49fff2e42f
SHA256: a8dee22b4dbae25d170c6bc4d4b4f94917fd33f3c3e9b9d403a97462aa27a348
SHA1: 08279a8bbb0c3a7cd29d4c4b1d8db52e24f74fc4
MD5sum: 2fade083a66abd8ced60c1860f22bf48
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-http-dbgsym
Source: pgsql-http
Version: 1.7.0-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: postgresql-19-http (= 1.7.0-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-19-http-dbgsym_1.7.0-3.pgdg+1_arm64.deb
Size: 63516
SHA512: c5d7b56a6b319998d374114744661da3425dd4dc143da2236b14cbd90730cec27f93333d8ae79bff6f6d091fdc8c6e167bb9d0436c4047a7d1c1a20710f331f0
SHA256: 27cddfef417db1b6c82aa788a1b199e6f73808c101cee7952c366369d8fd7802
SHA1: 24d6a4f60ad045290e05ceb9437d58a3d4f28095
MD5sum: 6b39a1b698ab12eb6ab866c038c06a9d
Description: debug symbols for postgresql-19-http
Build-Ids: 6cf641397422ab66f40497b279f47ea9a665333f
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-ip4r
Source: ip4r
Version: 2.4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 581
Depends: postgresql-19, libc6 (>= 2.38)
Breaks: postgresql-19-jit-llvm (<< 21)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-19-ip4r_2.4.3-1.pgdg+1_arm64.deb
Size: 185584
SHA512: b5f5ce696406cbaaafa246fdfd28df56fb5b588e9eb16ea359d2a358c15de1026c490fe8b67868f1030422300d5ac97c006f829a4e97a745502337ca8e923606
SHA256: 90f4b4f8a583b5254dda13399ce310c96bbfc37306c1539a524f069ce439b715
SHA1: 5382a9120d9bc7259406bb76bfd40b29ba9582e5
MD5sum: 13ccd44d70ae2f51d1e7219101e5b3d5
Description: IPv4 and IPv6 types for PostgreSQL 19
 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.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-ip4r-dbgsym
Source: ip4r
Version: 2.4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 402
Depends: postgresql-19-ip4r (= 2.4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-19-ip4r-dbgsym_2.4.3-1.pgdg+1_arm64.deb
Size: 221672
SHA512: 9085352e2aa8c23cbbc9c5dcd6d434796e5b36f983d09c1a873c6ea6dc0bfcc8d4b1b1bfdcfdb3b0ae096bdba27c682a60fabd7f2c5f1288f20587982b59ffe2
SHA256: e8050885c8bbcc2739c6697cb6e3df114b790c274044869257db6bccf2fb6ccb
SHA1: a21f65b2403af7a91ee6981394e3e18cbe3525a0
MD5sum: fbf93d1531fd6413839a3bf91939c8a7
Description: debug symbols for postgresql-19-ip4r
Build-Ids: f584cbc3aa1c12ad9a109f82ae3f3e75c12b2bbd
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-mimeo
Source: mimeo
Version: 1.5.1-20.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4485
Depends: postgresql-contrib-19, postgresql-19
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-19-mimeo_1.5.1-20.pgdg+1_all.deb
Size: 128168
SHA512: 20a2ab25b4051aa24385c30d176e4f4c1e8cc3fa7b22efecd3f38955f6c99224c1ec1eb56bfbf21deab83c6e90402d1aa3b6543801f326bf82aa4c43b5fee2fc
SHA256: 4936524bee5e548a63db0cd639c8284a3962a86b0095ffdef9b2e42986d6f59c
SHA1: aca0c5280006fbcb1f85acd039aaa7edd14385fb
MD5sum: 0cd663a294a166f7241aff77d8a9b8f3
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.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-numeral
Source: postgresql-numeral
Version: 1.3-9.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 252
Depends: postgresql-19, libc6 (>= 2.38)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-19-numeral_1.3-9.pgdg+1_arm64.deb
Size: 73520
SHA512: b909b9cb1ec48dee1037c6e2b78054b8643d46626c14fe928204bf46e7e5463853dd27e319387c29ad4630f49792462d07955b38168d8e71c42eb45f56349d1a
SHA256: 5f354a7bcd4d86f7d6efcf6d21d2ce1f199e58d7cf8f08e5e8e00d84cc38b52e
SHA1: 9efcd3cac1115d85bf9d4d28112b6570b428ce29
MD5sum: d1327f028f9b17d096ddbadfa9c95e44
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-numeral-dbgsym
Source: postgresql-numeral
Version: 1.3-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 116
Depends: postgresql-19-numeral (= 1.3-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-19-numeral-dbgsym_1.3-9.pgdg+1_arm64.deb
Size: 44252
SHA512: 8538a3cb49c779cebacc53cf52285061bd451385a9b6a5faef65f5f842d7bcf6e9cc91303eae55ed2d322dcd893994f66ea5a1e1c1213caa8b0d260f18acfc98
SHA256: 332f3e1211dd94a06ca8ac44cb689acad33387609e17c7845b8f5804aa96bc94
SHA1: e715d1e479e1a5cf3e1d7cdb1958cba1a1195420
MD5sum: 3991b8654e3cd6b40bf6e8b5e6fb3078
Description: debug symbols for postgresql-19-numeral
Build-Ids: cebc0ebb68c65d5767483b68043dc9f102b276fa
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-partman
Source: pg-partman
Version: 5.4.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8025
Depends: python3, python3-psycopg2, postgresql-19, libc6 (>= 2.17)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-19-partman_5.4.3-1.pgdg+1_arm64.deb
Size: 243948
SHA512: 96aa9abdc95d5d43207c235d8cf08ff63d11001b7f4317bc21c098a53bc46644bf7c8a500ced3f2a3c656621383bf3220dc18df23be53623423d1f0ed7dbf877
SHA256: 0a7a5c9a7c11fa5232222dd602d3e5242e323c05b1805cb0e54bd4ef1b0d1fe3
SHA1: 4ddee81394174dd4b709e608c68d7fb95a7e6aeb
MD5sum: c8a0d633ccd4c06691049e2cb8ff7768
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.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-partman-dbgsym
Source: pg-partman
Version: 5.4.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-19-partman (= 5.4.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-19-partman-dbgsym_5.4.3-1.pgdg+1_arm64.deb
Size: 44400
SHA512: 0fc9073a8acdab74c9e796a50cc12b901ff85ec606e90d8314513dd83da6bc62c14786c4d09876553fdb135c41b6e269ba73f5f813ade1f4495a9110d7abcd58
SHA256: 959ab80fd9d3da606bc35de1dcf09099bccf5e2ba8d8e565e776a86b8d3166dc
SHA1: 128003c00853852ff652daf11e992bb8d6c429d4
MD5sum: 22d66b6573bde2afade2828a1f127450
Description: debug symbols for postgresql-19-partman
Build-Ids: b110492587f75669fe3c44fedc34cede71929425
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-periods
Source: postgresql-periods
Version: 1.2.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 593
Depends: postgresql-contrib-19, postgresql-19, libc6 (>= 2.38)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-19-periods_1.2.3-2.pgdg+1_arm64.deb
Size: 48720
SHA512: 0813ccbb0b7fcbce2b90345da00aea47345ae98e1f10eaf7059f5878cd6b7d7bd4955e120c1658a82fe46a20c9cb3524d6e8dcdd10bc827c1b572d2074fc744f
SHA256: c32c2e31606df264cf46212821ccc70b06945efce34de378b2941a83a0369a21
SHA1: b0ab0fed16996e2a18543d186ce8398a0219d04b
MD5sum: 7579c6154358049fc50397305009105e
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-periods-dbgsym
Source: postgresql-periods
Version: 1.2.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-19-periods (= 1.2.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-19-periods-dbgsym_1.2.3-2.pgdg+1_arm64.deb
Size: 42860
SHA512: ffe8f3438600b6ac57b1af641018387fa265c5b5340788bccd641930c3fb5dedb9a1f449dc02da5707dad0d0990e1cce740f312180b246206ffa42eb2dad2084
SHA256: e33054f82c2c202916899ab27197ebbf4aca6f3aac1a5ffb28435a20731c0ff4
SHA1: a6c0afc04ab10d617f0124803b72d01fc245ff1a
MD5sum: eb6a66b6fc2b5e21b25b5e10edaf7e66
Description: debug symbols for postgresql-19-periods
Build-Ids: df60dc54f28a05a730a5dc7a03f32b2d0b5183be
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-pg-catcheck
Source: pg-catcheck
Version: 1.6.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-19, libc6 (>= 2.38), libpq5 (>= 9.2~beta3)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-19-pg-catcheck_1.6.0-2.pgdg+1_arm64.deb
Size: 35536
SHA512: db6f84dc4b0521ea501b91bc9f1446be3c1904439a6eec1be49484b36ee6cae18c105daa98ba46297c88e14a2549f2a30ed73ee292d35d4f6f81ca65bb3146fb
SHA256: 6b980c255cd57f6a0564ebe506f9c1ca7f93c7c79301dcc974c83d48c76a24c0
SHA1: e2617ad1b0c7d42a82d8739a44db6b4fa1bd7a1d
MD5sum: 8d7d5ea2e2c06becea6f511c97d8011a
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-pg-catcheck-dbgsym
Source: pg-catcheck
Version: 1.6.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-19-pg-catcheck (= 1.6.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-19-pg-catcheck-dbgsym_1.6.0-2.pgdg+1_arm64.deb
Size: 38304
SHA512: 207725be6888b0f479bde76e4bccf39922af20c9df8c55b3c69429bd478c0c5e26106d0366c32992a307a5295454be690f444cfef9fb3d1e96ec53f9034ed79a
SHA256: 0ea6ffb8d2b1f81c96a11b5f7c33eeb0faf27baaac66655641cf06ba497fd1b4
SHA1: 06ff4038d2af7fc86fd09589b7bd2383b7805970
MD5sum: 82233c3599f163e367ab451e73b32013
Description: debug symbols for postgresql-19-pg-catcheck
Build-Ids: 833d1e5914d2c04c09d7e8629cb9d14c2d0dec2d
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-pg-crash
Source: pg-crash
Version: 0.3-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-19, libc6 (>= 2.38)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/cybertec-postgresql/pg_crash
Priority: optional
Section: database
Filename: pool/main/p/pg-crash/postgresql-19-pg-crash_0.3-2.pgdg+1_arm64.deb
Size: 13752
SHA512: 937196439012c46e53a393e5bf32a921a50ee82f9eea0390a2d149f76fea95f1f53449ba1d1d72e293f9a9a9e3351b2950a5bcf8c1ec0ac866f00f052be2a0f4
SHA256: 0c4302553ea7557744e2d3a506c5369a2e6c41935177a749a2f7a8626a7a6375
SHA1: b643831f1d21276c0263ee43481f37061b5a1962
MD5sum: 129a5a477c8b5fdb99e54f5ace294923
Description: Periodically crash your PostgreSQL database
 If your database is too reliable - pg_crash can kill it for you. pg_crash is
 an extension to PostgreSQL that periodically crashes your database
 infrastructure by sending kill (or other) signals to your DB processes and
 make them fail. It is ideal for HA and failover testing.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-pg-crash-dbgsym
Source: pg-crash
Version: 0.3-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-19-pg-crash (= 0.3-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-crash/postgresql-19-pg-crash-dbgsym_0.3-2.pgdg+1_arm64.deb
Size: 16700
SHA512: ea5b6f11ac98f1749f40e5f520624a3b56a535dc0768b3b43f5b8f128fecc931e567212a2e1c3c17f58b8349127fc1ae001df111af5c3e45f433af6adcafd1df
SHA256: c7b9c56cef232abc19384b9f2195c9e3b83d2e225dc40e2f01e292c94408d0ae
SHA1: 31cff2da52630816470927ddb482886c14fd6cde
MD5sum: 2fc2cfe5dd44a8d755354b5c7abbd81d
Description: debug symbols for postgresql-19-pg-crash
Build-Ids: fc4c3aa31c9c60baad8dabe964aeb55bc2269f20
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-pg-csv
Source: pg-csv
Version: 1.0.2-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-19, libc6 (>= 2.17)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/PostgREST/pg_csv/
Priority: optional
Section: database
Filename: pool/main/p/pg-csv/postgresql-19-pg-csv_1.0.2-1.pgdg+1_arm64.deb
Size: 18040
SHA512: a060cd02a6691869654c6bce88e819c1ed6a6cf7b3a3c50ef917eb9baf2efe4b955e375fcd289553d4449dcdd3b99796c073ced6f2c730bb3764ccf738415ace
SHA256: f7a5530ba01c5f9387bd9f600ebf611116166b328c243005d954bec232a1957a
SHA1: 4b8ccba62f058f9e449df3eb0e75f76efb419d77
MD5sum: 002369bdd03623d4c6554c148db5621b
Description: Flexible CSV processing for Postgres
 Postgres has CSV support on the COPY command, but COPY has problems:
  * It uses a special protocol, so it doesn't work with other standard features
    like prepared statements, pipeline mode or pgbench.
  * Is not composable. You can't use COPY inside CTEs, subqueries, view
    definitions or as function arguments.
 .
 pg_csv offers flexible CSV processing as a solution.
  * Includes a CSV aggregate csv_agg() that composes with SQL expressions.
  * Native C extension, x2 times faster than SQL queries that try to output CSV
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-pg-csv-dbgsym
Source: pg-csv
Version: 1.0.2-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-19-pg-csv (= 1.0.2-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-csv/postgresql-19-pg-csv-dbgsym_1.0.2-1.pgdg+1_arm64.deb
Size: 20316
SHA512: c46212e1de537fd3835c0cf1743bd88d777244f0328dbca3ecfd36b09dfcc6c87e5df1a0ceea427f17783961bf1f325f88df65cda332673cdb05912c73b55dfc
SHA256: 0f5cb031a9618e067e49c12394090581d01b10935df88a0236ef4234f1fddd9a
SHA1: 725f78775ac018aad4a0c8e8ff5f1daa6007f6dc
MD5sum: d5f5fb7e4e34e63a803899f339d91947
Description: debug symbols for postgresql-19-pg-csv
Build-Ids: b699b4319352134203b381a69fa55983ee539cfb
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-pgextwlist
Source: pgextwlist
Version: 1.19-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: postgresql-19, libc6 (>= 2.33)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-19-pgextwlist_1.19-2.pgdg+1_arm64.deb
Size: 29820
SHA512: d4f4e1bf1b67605e1f47e822b1b8011b2cbcdd33227ea37b60d96004d59000d172d87569fbc8285bfb7722c12f8ac649d80b72d8029475bf9e452c8ac5c3a7fd
SHA256: 0c240ed5594f006d91c9227d9d01c6f9954f8bab04c98d2492f814292b91186d
SHA1: 188d284c83db346b6f5301dd0e307777f710b748
MD5sum: bbc610fe9714f98f23bab99de9b7a74b
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.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-pgextwlist-dbgsym
Source: pgextwlist
Version: 1.19-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-19-pgextwlist (= 1.19-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-19-pgextwlist-dbgsym_1.19-2.pgdg+1_arm64.deb
Size: 63176
SHA512: 1ca7840c6823ca5692702e88b7256952c0e8c143b15c62ffd532220ec368f68c1420275c10bc88e3176bda8ba96c849f4e96042385558043eaa1744e4aa7e156
SHA256: c82a7ff196a1a18f2eeb2fff2c666e8801de34c2ab11356e03ffb269cb269c90
SHA1: 970e884ff3670b4796d8e28c5a99c5d5c559b06d
MD5sum: aa0e57d24444ed0ff7e2d27809917cb7
Description: debug symbols for postgresql-19-pgextwlist
Build-Ids: 5408906b732d72378f689901d5e8d5741e0b0bec
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-pg-gvm
Source: pg-gvm
Version: 22.6.17-1.pgdg+1
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-19, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-19-pg-gvm_22.6.17-1.pgdg+1_arm64.deb
Size: 20124
SHA512: 0f5457c3345bc1bb86040b91ee213735da8f20b637f3eabe8d028329341ff791e0cd90bf59e81410c360bfa22a1d3b0f57e8079274a332ea7ca815984e5ef7ec
SHA256: e419c3185d37fd02476dfd43ed500713a174b31d5596ccf5d5a00857cc143c58
SHA1: 3e2a48ad3eab24fe59c3fa29c26f1291012714ef
MD5sum: 7239dc49ff6e8471aae0b829b012f32a
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-pg-gvm-dbgsym
Source: pg-gvm
Version: 22.6.17-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-19-pg-gvm (= 22.6.17-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-19-pg-gvm-dbgsym_22.6.17-1.pgdg+1_arm64.deb
Size: 29772
SHA512: 4044a3e39d63fcc9b5ec1eb04824fb939c820ddb73a4e21c99b5b40db3f951e0e9662e39c2d41aad0645bb9e0a691a48125271c3bf82fea85e98008132e75e26
SHA256: 03a739ba77443331ba42a05113e8c10a2420e24a24012b505c27ce11edf4d480
SHA1: d5fc406d8b8c89823b77d426bced26852682de7d
MD5sum: 6cee73c53f2bb499cac0c57571ed9131
Description: debug symbols for postgresql-19-pg-gvm
Build-Ids: cb9794c40da015bdb95ad8dd17d85195baa68d92
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-pgmemcache
Source: pgmemcache
Version: 2.3.0-16.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 156
Depends: postgresql-19, libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-19-pgmemcache_2.3.0-16.pgdg+1_arm64.deb
Size: 45724
SHA512: d48bac60349e274df0694d0a2be26b7429258fd14226b6a9c04b300b089f2f46331f74b479d8ad56d0392c3888bec93389855b1a3e4b5b6d02a809fa290a9142
SHA256: 1abe2671c5798613d0f401d18bf9f5819ec23e1bcb48e7971df828349e2312c3
SHA1: a76fde3f7b6fc486e7a4a9ebbe9ba9ceb7bc143b
MD5sum: 67ac941aa51ae495fff5059b9a74327d
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.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-pgmemcache-dbgsym
Source: pgmemcache
Version: 2.3.0-16.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-19-pgmemcache (= 2.3.0-16.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-19-pgmemcache-dbgsym_2.3.0-16.pgdg+1_arm64.deb
Size: 52308
SHA512: 219abde965a000b57574a70a67e2f68b82b894c7f3d2110013499816a20ed92a99e3a39aaf2a4d9d1ef343d0d42c52052d96915c878fc10dc2f7f26b43037f63
SHA256: 38c8fb5238bc43083e9de180164e577f74f91e5ece8e8273cc794a2e11132d02
SHA1: 588bfb2cd8cb6ef52aa6241ecc8bc2356f11df87
MD5sum: 79153408cc7d5748bafeec2d034ff671
Description: debug symbols for postgresql-19-pgmemcache
Build-Ids: 1441d94a7263395a6f6db2f2b0b324a513dbd17b
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-pgpcre
Source: pgpcre
Version: 0.20190509-9.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-19, libc6 (>= 2.17), libpcre2-8-0 (>= 10.22)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-19-pgpcre_0.20190509-9.pgdg+1_arm64.deb
Size: 18864
SHA512: 312c7c9fe2c34a68c7763b63063ceb87c2f13dd4171409dda84d526476893932b6e89ddc726842b474918096497f8bbdb778f325fbab53e6ae2140c2ff9a6fb1
SHA256: c2f8b558de878201b6e688b97e2707f383686f896c5587346090f0114416a76c
SHA1: ac9ae568c98971a4ee07ae2ccddb235a82aa2a2c
MD5sum: f4f3c0c1cd19850cf44e316916310057
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-pgpcre-dbgsym
Source: pgpcre
Version: 0.20190509-9.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-19-pgpcre (= 0.20190509-9.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-19-pgpcre-dbgsym_0.20190509-9.pgdg+1_arm64.deb
Size: 18088
SHA512: 83905cd332d7a6772223c2d967ff749955d0150e3b16274695a82dd274f832457e2069197dab8861cd99deae3659c633d6cdfb9ba46e66babb532ed234063d61
SHA256: a1929e7656f910d0b3c8ab2d1c1d03dc9d0d97f416bf98b76aa3a6af72920406
SHA1: ce99296c5b8f84ee09843146c5ec4ca3b391efc1
MD5sum: 4e9ff4ff1f943418fb7e70530daf5f79
Description: debug symbols for postgresql-19-pgpcre
Build-Ids: 54b3a43306067eb08f2175f7422430abb6f8162c
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-pg-permissions
Source: pg-permissions
Version: 1.4-2.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-19
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-19-pg-permissions_1.4-2.pgdg+1_all.deb
Size: 8656
SHA512: 5c52c7ab964010d2bea9d10afe1a0469143465c468f311111b17e3bce2d792aea87d5d08208e4a8d95156229427d068350a0e332197e48494873c233231173b1
SHA256: fc82199d779e024941605646274549bab5114fa61b9eb3e2f3673ec5adea40b3
SHA1: 00c1ae88403fc3212c42d883caa3da2a51a05590
MD5sum: a1cb0f6a88a511532fa437c5cf388710
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-pg-pwhash
Source: pg-pwhash
Version: 1.0-2.pgdg+3
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-19, libargon2-1 (>= 0~20171227), libc6 (>= 2.17), libcrypt1 (>= 1:4.1.0), libscrypt0 (>= 1), libssl3t64 (>= 3.2.0)
Homepage: https://github.com/cybertec-postgresql/pg_pwhash
Priority: optional
Section: database
Filename: pool/main/p/pg-pwhash/postgresql-19-pg-pwhash_1.0-2.pgdg+3_arm64.deb
Size: 57476
SHA512: c20f181addd9f68cb1df2d2a308489a2b34642e35c2b45ceaee051ee47ab24420cff916a4bead4a22a700782df968db178716ae9be66bb26fc95ed961b19bbdc
SHA256: 223184bd809207c7d13329b1c7b6b441719b8322c4dd1f56aee823244c05b87f
SHA1: 5c691fba4a65c8b5843ad832921ed120699feca1
MD5sum: 1daa167dc12bd479e661a1f7c482683c
Description: Advanced password hashing methods for PostgreSQL
 The extension pg_pwhash provides advanced password hashing methods based on
 adaptive implementations.
 .
 Supported password hashing algorithms:
  * Argon2 based on RFC 9106 ($argon2$ and variants)
  * scrypt ($scrypt$ and $7$)
  * yescrypt ($y$)
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-pg-pwhash-dbgsym
Source: pg-pwhash
Version: 1.0-2.pgdg+3
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-19-pg-pwhash (= 1.0-2.pgdg+3)
Priority: optional
Section: debug
Filename: pool/main/p/pg-pwhash/postgresql-19-pg-pwhash-dbgsym_1.0-2.pgdg+3_arm64.deb
Size: 44888
SHA512: 79976b1ad4dcca3f808227d8e62350a3c1973c97d5e31b61a59429d03199afbe2e5f23e35cdbae255f464776ed8431d0a13e205ad2faeec6f010c9fa08bdb58d
SHA256: 8bd4e935efd34d8a56bfd7a20bbb3603c3fcb0b645c2bebae5d617aa1a4abb42
SHA1: 49d394ef6eddad3f0fd5964553110639005686bb
MD5sum: 64572bb2b495f781366552f725a897fc
Description: debug symbols for postgresql-19-pg-pwhash
Build-Ids: 78132d96f3f8a51da0dc299e8acadeb76971e212
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-pgrouting
Source: pgrouting
Version: 4.0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2936
Depends: postgresql-19-pgrouting-scripts (>= 4.0.1-1.pgdg+1), postgresql-19, postgresql-19-postgis, postgresql-19-postgis-scripts, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-19-pgrouting_4.0.1-1.pgdg+1_arm64.deb
Size: 790660
SHA512: 87b03e4bd006f6e64820db4df1a0afccb41e67d094010b0f7395ac31e8d240ed6027b07b5491c57ab5289296240d6829292b58fcba8a47f08db942f0ae776ff5
SHA256: 7a6e5d61dd0b71fc539b28aa51589238b764ce33e374f8d0f62113899d6a4a0b
SHA1: 80948929403cccfff9260286beceae9c6c58f57b
MD5sum: 054a37af87be728d924e21024dc3af79
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 19.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-pgrouting-dbgsym
Source: pgrouting
Version: 4.0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 27672
Depends: postgresql-19-pgrouting (= 4.0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-19-pgrouting-dbgsym_4.0.1-1.pgdg+1_arm64.deb
Size: 24947816
SHA512: c3e9c4c7a21510131e26a766357538ac1ac93536a8586a9084e392a5631adbd0aa42a36e30e4f0f5070ad109153c2c9ee482b77e6f86714cd1ffea476467880e
SHA256: c6a6a733edf7c3abf53405c00f53933cb1f490e00446a2cc3acc236c601b2f45
SHA1: 9af5adfa2b766a774f920566964b56a4af5b1366
MD5sum: c68162770c1c9ecbc5ea68f50d4fd24c
Description: debug symbols for postgresql-19-pgrouting
Build-Ids: caf4b8a3df7514e220bd0d9f2f825f8a181b719b
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-pgrouting-scripts
Source: pgrouting
Version: 4.0.1-1.pgdg+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3947
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-19-pgrouting-scripts_4.0.1-1.pgdg+1_all.deb
Size: 51588
SHA512: 3c898562bb07bb26d136e7e19ab467465725b514956f004f786214df331fa281a1a5a48890a45ffa33466c9a8d12529b7216ce06e833cc80348a19c912ffdc9b
SHA256: 13e3ac415105d2e2a597a2901b9936347e2971214cfe0e850ac8c05ff7c12e04
SHA1: a8df74627aa2c570c001783c62faf83b7e7b477b
MD5sum: 62df1df46e3fb021c4eda9e7f8dbdb01
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 19.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-pg-rrule
Source: pg-rrule
Version: 0.3.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-19, libc6 (>= 2.17), libical3t64 (>= 3.0.0)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-19-pg-rrule_0.3.0-1.pgdg+1_arm64.deb
Size: 25560
SHA512: e38c1fe2a89a183c15d56da73489bc2b1bbbb01baee7a8d5d4ea3923cecd263b620ca2e17f3f21b01f0b9dac0bf90d18e05ba2a8a0bd35a45fbe5e6fbe56dd68
SHA256: 308d9260822eb4afd6bff30df574c056c74e7f48e431d7681ae5aeec81419297
SHA1: 00368676a47f0b0cd7881eb2b847aff49b0f561b
MD5sum: 7e3f06dcf956701d0d642ca21f510648
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-pg-rrule-dbgsym
Source: pg-rrule
Version: 0.3.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-19-pg-rrule (= 0.3.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-19-pg-rrule-dbgsym_0.3.0-1.pgdg+1_arm64.deb
Size: 24252
SHA512: 965731b6cf79d2e85df84b1b5437cf12128bdbbf34848fde5aff61b0f4c79e79b5f9852b9e7ff6b918723a4f22dda98fb7a8ccf0545820417ead2d186523ab4a
SHA256: f4b0320d0209071d8e40e646a1421344fc2f8708e0836c57ade20de2ba75e2f2
SHA1: 946cfe307b3e4de1f6a2fa10a72ef61e877588b3
MD5sum: b13786c5d9ee0e828e4a02277bfaf52a
Description: debug symbols for postgresql-19-pg-rrule
Build-Ids: 8a4f85d7a6c3179bb4f7257e06151ed4183687ff
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-pgtap
Source: pgtap
Version: 1.3.4-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1811
Depends: postgresql-19
Recommends: libtap-harness-archive-perl, libtap-parser-sourcehandler-pgtap-perl, libtest-harness-perl, pgtap-doc
Provides: postgresql-pgtap
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-19-pgtap_1.3.4-1.pgdg+1_all.deb
Size: 63088
SHA512: a559b6467edf704b2c7fc201381c556904b6ee1751bc09c7e28c743a7bfec7413fc7d09cbede2c42926b71bd45e99df5da003527716202fe898d31d3cff0a3e5
SHA256: 5a33c9afcf7ab0f0260547010170bd355814ab8f21f5f0ada3322af8efda79df
SHA1: 07c7005a42480ae391a0b128b9120a1245f87eda
MD5sum: db0963243e79fecd3af9e1cd46b7abb0
Description: Unit testing framework extension for PostgreSQL 19
 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 19.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-pg-track-settings
Source: pg-track-settings
Version: 2.1.2-5.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-19
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-19-pg-track-settings_2.1.2-5.pgdg+1_all.deb
Size: 9616
SHA512: 6f14c83af573e34d6cc3ad70da709aca6ef97a4780f18479d3fc98207b7bee8ceea786f4dd2fce2e28c24774c7c598079af547451140dff3b7d14db2ff349ed4
SHA256: a051aaa1cb99bf328bcfaa5f7e321d6b76609969a0024753bef5602d0386a78a
SHA1: ce544ca8d4d2183accc024815f518c86b70dfabf
MD5sum: 699b48ab4bfe1d5225672aefaf765ea6
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-pg-uuidv7
Source: pg-uuidv7
Version: 1.7.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: postgresql-19, libc6 (>= 2.17)
Homepage: https://github.com/fboulnois/pg_uuidv7
Priority: optional
Section: database
Filename: pool/main/p/pg-uuidv7/postgresql-19-pg-uuidv7_1.7.0-1.pgdg+1_arm64.deb
Size: 13752
SHA512: e326b2dba2c1a34f1a1131cfd67157825f98de5dfae8b43b594224550aecb1d4004d3fe61ca5f93ef982f1380bd7862f7b6f484f046dce8b1a097311f8a94796
SHA256: 1af998b7ddf5362f6424a56e0ad3b35efae59989c5a1934c61c13e2a5ca9dbde
SHA1: ef71b4be8c5618b715afcf4c2014e48204b511bb
MD5sum: ab0ea101f71b6c58228ad6bae37ab6b0
Description: Extension providing UUIDv7 data type
 pg_uuidv7 is an extension which provides a UUID v7 data type, in
 particular for PostgreSQL releases before 18 that do not have a
 builtin uuidv7 data type.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-pg-uuidv7-dbgsym
Source: pg-uuidv7
Version: 1.7.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-19-pg-uuidv7 (= 1.7.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-uuidv7/postgresql-19-pg-uuidv7-dbgsym_1.7.0-1.pgdg+1_arm64.deb
Size: 7292
SHA512: 92d57f8daebeb57869a5c9050576cf41678eaa9c9dc2e2df010d52a2226803260c73c4af1bdd5d07f9f065de8f4ececc593258febf5dd3b519ac25b5f0360f97
SHA256: 7a3c953f418ac39831f88cf5bc7c992041f4423e775aa5b2139360de7873fa6d
SHA1: 2cf0e59a7926c56b8ddf103f25601bdf6f32bea4
MD5sum: e2a71ba39af956814656dbc2e9560a2a
Description: debug symbols for postgresql-19-pg-uuidv7
Build-Ids: ca32a767cbc0e650de47f06d1100c2b8b521ecc8
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-plpgsql-check
Source: plpgsql-check
Version: 2.9.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 753
Depends: postgresql-19, libc6 (>= 2.17)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-19-plpgsql-check_2.9.0-1.pgdg+1_arm64.deb
Size: 306956
SHA512: 0d4cff06535f50e6a86a1b83f164a4fd5fdde50fb1e6463d30dfeaf4a5c88c334e3c22c899a0401d325c334fbaa444d0a27e68f991ef77d46d52786da399b56b
SHA256: 4ca4c2b4463e103280c7b321f0b1fedf3c182eb093c90f878423853977d4acb0
SHA1: ba3c497aa1669253f21374e3886603d6ec84266a
MD5sum: 5a3704af44d0e8bb93402f886573cd54
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.9.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 565
Depends: postgresql-19-plpgsql-check (= 2.9.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-19-plpgsql-check-dbgsym_2.9.0-1.pgdg+1_arm64.deb
Size: 331960
SHA512: 8e0d0e1cff2d2fc72842ad8a8f8c8b56a6ab9cc3af40a74d91a16ed9147df7f471392759e703d7f1a7fd76c36666cde688e31f36f7b3d6b9ff2aadce678eee86
SHA256: e14a34810327697bf2daead112f9f5a0ce998ff84157ceb6ded90b74d2fcc00b
SHA1: 48068ba67fea0364de1992ef29c7a65a0383b8e0
MD5sum: 19eca73528d65e0a96d6d632211b2bf1
Description: debug symbols for postgresql-19-plpgsql-check
Build-Ids: 108dc370b53a2c0847c409cfb0870ccaffe6850a
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-plr
Source: plr
Version: 1:8.4.8.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 341
Depends: r-base-core (>= 2.10), postgresql-19, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-19-jit-llvm (<< 21)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-19-plr_8.4.8.6-1.pgdg+1_arm64.deb
Size: 136280
SHA512: 42d64b72451085fa74b6fff915ac46cc59466ec8470bacefbff4949c3a1e6f1a073f14a533b208d57b63a5bf59293316669beee923ed84f7dc82cfcd197ee383
SHA256: 576b1709cac8d26fc8180263dbde78a6d4e4011c6532064bfc7484f6bbd5015c
SHA1: c4df56ea178c2c3b04884965c89b7ecc36ab9c41
MD5sum: 88384d96de3f0e1b1dd1b6a00e881132
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.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-plr-dbgsym
Source: plr
Version: 1:8.4.8.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 240
Depends: postgresql-19-plr (= 1:8.4.8.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-19-plr-dbgsym_8.4.8.6-1.pgdg+1_arm64.deb
Size: 142476
SHA512: b0a49f34d96171138a7d4e07190f966ffa0ceed15f883afbd97dfc9e5ea834115824cf0d39b3cf3af5c4ee99a29adcf20b4c0e4fcec773e6b1c2a7a88c90c41a
SHA256: e4da628dab106b28a59890307596e47a95abcf8f4a51f3de6ef578c02a004728
SHA1: f9cc140588d6a5c101135165512e54585ecc2720
MD5sum: 04cbd5bf83113f5ddf1c9ac4053ea012
Description: debug symbols for postgresql-19-plr
Build-Ids: 02dd0da9162e3350121f683ed3d2a3e72788ddc6
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-plsh
Source: postgresql-plsh
Version: 1.20220917-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-19, libc6 (>= 2.38)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/petere/plsh
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-19-plsh_1.20220917-4.pgdg+1_arm64.deb
Size: 28112
SHA512: 46a0ad9d01fb62540fc498fdf563bd4612f8b7d49fbcb4f7c99e3d992f6459fc4d1acffb7222063c87357df053cc63144d3303dec64274ae5630e5ff65bf0a93
SHA256: bf98b54a1959b602210d17aec8b6e86793f707bdafc7a8a05b478fdc0cd761e6
SHA1: bef93d2dfadf6b4cfd4160c35849a53fed0c56db
MD5sum: 7dd5ce22565e7497d9d70a62e9fa2e49
Description: PL/sh procedural language for PostgreSQL 19
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 19 in a shell of his choice.  You need this package
 if you have any PostgreSQL 19 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-plsh-dbgsym
Source: postgresql-plsh
Version: 1.20220917-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-19-plsh (= 1.20220917-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-19-plsh-dbgsym_1.20220917-4.pgdg+1_arm64.deb
Size: 52120
SHA512: 6bf2204457e82cd95784880c174654af1aeaabf0576d1984a082d03dd5a3e4d2ea6639d28e7d8a859ce76bd9d4205f0b1caf00a052b1ac917ed669a349d990c8
SHA256: 70301c100130813d3da7f2857273f30d4fff565b4dcca3776dcdcda4e6a579f6
SHA1: e35e4b2aaca82b1434ac3f0efc85a9c4717402bc
MD5sum: 4581f5b7ae9e60ce0cb45b41dd18dab4
Description: debug symbols for postgresql-19-plsh
Build-Ids: 30417738710114faa5168ed16bb9832410cab2f6
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-postgis-3
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+2
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10412
Depends: postgresql-19, postgresql-19-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal39 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-19-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-19-postgis-3_3.6.3+dfsg-1.pgdg+2_arm64.deb
Size: 3563520
SHA512: 595c75e82bd3bdebfcc9c8adfc28963a41f034b9ef77ebd0d9e90e965e54942c0cadb99daa3b0ab868491cedb3d50fa9bfb831dfc47a1e70ef8146311274d45f
SHA256: 6be603fc7b3e6d01c0a83c620165929263906cbfe665dc0c1c1c3e515d2adfec
SHA1: 7b14a067ab54ff329cf9b0366f9f8d41b353f2d4
MD5sum: f2998d35b759af9844377439db6a05a0
Description: Geographic objects support for PostgreSQL 19
 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".
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-postgis-3-dbgsym
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+2
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 7393
Depends: postgresql-19-postgis-3 (= 3.6.3+dfsg-1.pgdg+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-19-postgis-3-dbgsym_3.6.3+dfsg-1.pgdg+2_arm64.deb
Size: 4273056
SHA512: 99c7543713c7d50083fe413480c99460b36929ef5f6c2c6b4842a45f2706b4eabee345d98a03abc8914646cba65dd6540d9b81ff5f340546fb129fe838831c06
SHA256: df790ae997dc58f53f1c65928b1cb294bc333dfe7e537277e07f614a141233d4
SHA1: 370e3dbc158411bd6a12daf3ca7469993139703f
MD5sum: fa860a0155b2a4d6609f4cc53d8c0b58
Description: debug symbols for postgresql-19-postgis-3
Build-Ids: 078a5126cb95dea4849ff563fab9d2388022c910 2628b9adbcd1c607bde419c89d9315195b51ab26 4ecae7c18d59c80fd4eb469211b7cd70df22daf8 90f26992df76425fb4fa40d2e4ae569dc190887a f467709150142f968b85930f05962c6a658dbee8
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-postgis-3-scripts
Source: postgis
Version: 3.6.3+dfsg-1.pgdg+2
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 39002
Recommends: postgresql-19-postgis-3
Provides: postgresql-19-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-19-postgis-3-scripts_3.6.3+dfsg-1.pgdg+2_all.deb
Size: 1294832
SHA512: 980ac6e45254ec1e87463020cb115cb901255c6c345b62399c01b744e361d495d798ea14cbf13f218f165fd6da67d047cac4876d46cbc1d46a48239197f8772f
SHA256: dc4d8a4a44ebfceaf27cf5f510607e4d55e2b858afe150b78036e931807d2a99
SHA1: c90f7cc8f3078f5913b6bcbeb50c37404f66d25c
MD5sum: 5c48cda8c92d3235ace11d18b9bafe12
Description: Geographic objects support for PostgreSQL 19 -- SQL 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 the SQL scripts for installing PostGIS in a PostgreSQL
 19 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-prefix
Source: prefix
Version: 1.2.11-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 147
Depends: postgresql-19, libc6 (>= 2.17)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/dimitri/prefix
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-19-prefix_1.2.11-1.pgdg+1_arm64.deb
Size: 41828
SHA512: 0b45d8d9e59632076e23c5b23d0f7ba019cf95d5c7c90437f64ce84546d1309d6382f0279a37071e6d2445ebb79c06f610b7617ccec1236c24ec83b51a488226
SHA256: ace65ee6be144eeabf70404482111c2b22ae38597f4643b43b9f2f79257f82f7
SHA1: 599253ed37946195705fe706434e5dbbf06b4270
MD5sum: 80a732c9f3b12dcc39d732c72d1bf7c0
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.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-prefix-dbgsym
Source: prefix
Version: 1.2.11-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-19-prefix (= 1.2.11-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-19-prefix-dbgsym_1.2.11-1.pgdg+1_arm64.deb
Size: 49020
SHA512: e6f6a30d1a24b73452a0b8b9918de1cae464c73811e03a14b2fc043adb18f3e0fc507ac3d3651997a4ac3106adf6eccdf140e889b9a4eaca1c2e5e16fc70000c
SHA256: ca07e14f7c2d6fe4a70448d07e2a2fcf06166ae4aa4916563807c3d43bbe62f4
SHA1: 32ad541dd1f344f89e8f1f3063f9f22e72e87594
MD5sum: f8bd5560e32f42db9fdb575bb172c9e2
Description: debug symbols for postgresql-19-prefix
Build-Ids: e66bed0c701142b27245100c4ed64d1166bfeb28
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-preprepare
Source: preprepare
Version: 0.9-10.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: postgresql-19, libc6 (>= 2.17)
Breaks: postgresql-19-jit-llvm (<< 21)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-19-preprepare_0.9-10.pgdg+1_arm64.deb
Size: 17580
SHA512: ad5c1f85ea5b01d044f469ed460a50715d86f515e89802e7df872d14fe2f68c78ff6eaf86f4bde1fcfd6bb6e7ab4688b1be21ef2a5be0d5f95b737dad21636df
SHA256: 180ea1541c6be372f778d448cb8a8062f288b8f44677753963b120470d110146
SHA1: 74d34bde0e9865921fde60178ca4462925bd15fb
MD5sum: 6c7abe0f840cebff4930c84853bd0a13
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.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-preprepare-dbgsym
Source: preprepare
Version: 0.9-10.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-19-preprepare (= 0.9-10.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-19-preprepare-dbgsym_0.9-10.pgdg+1_arm64.deb
Size: 17984
SHA512: b5a8e6cdf3287ac890eee5208d229a991f0ca4544ff08714055f4edbebac34116b013f9805e485f2904cd37396b43500a1fc02874601026f0d755de146642c13
SHA256: ca3d5621db95d42c99307d0cb58071c0a78eb8ef18dedc4ffc851f0a6b8530be
SHA1: 338887e3fc5ea0bd8d238158ba93cd62dfe18ba7
MD5sum: ea85a1b55148f616e3743ed2d120bfdb
Description: debug symbols for postgresql-19-preprepare
Build-Ids: 3504d26a92dc601fa905e7394b89c9e0f906006f
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-rational
Source: pg-rational
Version: 0.0.2-8.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-19, libc6 (>= 2.38)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-19-rational_0.0.2-8.pgdg+1_arm64.deb
Size: 24868
SHA512: 1861266e7286e514bab2ccb5f1a9e0768f61ad3caad6921aa755168298cdae926e147e6ca67f5d536c1e3283c444c438dc34abdb30a096183a63f0f31ff68a10
SHA256: 5b53a3a041f3da86fcd94120f0fcf087b3bd464b37e3880f4527537eac1501d1
SHA1: 1f7afb3e2ddbdd8096e63670200f5ef345060bc8
MD5sum: b8ee7d1bc6356e8613ea0ea9da558414
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-rational-dbgsym
Source: pg-rational
Version: 0.0.2-8.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-19-rational (= 0.0.2-8.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-19-rational-dbgsym_0.0.2-8.pgdg+1_arm64.deb
Size: 22676
SHA512: e607da42a01927241cc18d4ec76b9816816bff8afe922233e7b97df5ea19718e773588e6fa007655a4c87b95fa4ad27526aee0b92f9922c6e650160806653773
SHA256: 1418316ce6808599260da7e1a890d40b333e3e5ddd65ecb28f04125eb3da045f
SHA1: 8c704246e78b2f96e72c265edd3632b0b0ccd04c
MD5sum: a156924754b9174a5598c3a4b2ea78fa
Description: debug symbols for postgresql-19-rational
Build-Ids: 8fe180f3668801b6595112d69e3b7b020f0a2c7f
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-repack
Source: pg-repack
Version: 1.5.3-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 308
Depends: postgresql-19, libc6 (>= 2.38), libpq5 (>= 9.0~)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-19-repack_1.5.3-1.pgdg+1_arm64.deb
Size: 103920
SHA512: 90b1ad0fd20830964138a1f9dd6392268008c4edd5c7d959c914d17608d7eca16efff4eeab6e664d43b0bb477d014fce2c135b2b6cefff5246f25a3657ada06a
SHA256: 1eaa00e65b4c8a47965ad5103aad915e16d9b3fee4b9769a94bad232f82dbb19
SHA1: 170bea93eab9982f25976ff4bcbf1f78e90fc886
MD5sum: 38eea404cfc42cb536ed7538d7ef8fba
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 19.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-repack-dbgsym
Source: pg-repack
Version: 1.5.3-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 291
Depends: postgresql-19-repack (= 1.5.3-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-19-repack-dbgsym_1.5.3-1.pgdg+1_arm64.deb
Size: 127800
SHA512: 260bfb8b4566082246cdc49839094086495d160a3be4a837b1af09712883f1ba6349c3873d51d54a45247d373a8aaa01515e48369e7452e5653b067d2520f90c
SHA256: 7a1e7fb1124cd4de3f4f43467c90dd4764d91b8d208628afc9f926a3df01f790
SHA1: 3ce537852faf994c5479656116816a7bd60c78fd
MD5sum: 4c807f9a1f89a7cbb6374fc7133881c8
Description: debug symbols for postgresql-19-repack
Build-Ids: 633a0980fcf8aa19eff78f01bece4fdc8836843f 65d7190e661a601297232f5e9e041d903bb46e61
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-semver
Source: postgresql-semver
Version: 0.41.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-19, libc6 (>= 2.38)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-19-semver_0.41.0-1.pgdg+1_arm64.deb
Size: 39300
SHA512: ca8062aa162966ff1f800111a72b3e80b88d97167197d1790e1c4ddcd4e446466b9e29831322e2e7b616d2978aef84ba8dcfc4908935cf8508867491e4c23bf1
SHA256: 3b797b80c07959d75da5306f0de00cfdb15c3658f13c9c9d7194883300ae9191
SHA1: 7a994884f798e8bf31032e4693f88ab8f2c653c4
MD5sum: 0ba93f384164a3803dd991d47a2a404d
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-semver-dbgsym
Source: postgresql-semver
Version: 0.41.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-19-semver (= 0.41.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-19-semver-dbgsym_0.41.0-1.pgdg+1_arm64.deb
Size: 25544
SHA512: 1aec6ce7ee09346591170b06c92506cfd56f911811f0d8b548f249fb353d369c285e0989520709f1179beefe6d539d79c12c2fcbd01934508597b31dc0ea6991
SHA256: 88208b87644264ba76a79525ce24ef73fb227a3d92e26450890b63de4e03508c
SHA1: 274a5707ccc02ff346b76b914a44e5fe8b32c714
MD5sum: 212985ee2cd2ab3c37d74c8722996d9b
Description: debug symbols for postgresql-19-semver
Build-Ids: 6f372fd5a95f47a8ca89d4abe26fe48da124d435
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-set-user
Source: postgresql-set-user
Version: 4.2.0-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-19, libc6 (>= 2.17)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-19-set-user_4.2.0-1.pgdg+1_arm64.deb
Size: 35420
SHA512: 33df2c8feb0b860fa486670140d51d965dfce4284555c3624753c1637a2913edda0398592c90ca3247529c4806a9d3e6e07105f6afea02fab4d1b3d37df26ee5
SHA256: 59c3e602f761af4667a6574216598fd89584f18f076d039bf0da7499ffdf47cb
SHA1: 4bcb2398012417759b88346573e7ef941a6fa600
MD5sum: 8dd9887dd2c06bf55e0c2a164f9c4364
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-set-user-dbgsym
Source: postgresql-set-user
Version: 4.2.0-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-19-set-user (= 4.2.0-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-19-set-user-dbgsym_4.2.0-1.pgdg+1_arm64.deb
Size: 45184
SHA512: 15a88f247050a70759d1aad5bb50bb59e17c6df2470637efbf09dc7f76556311746168000dac6fd96c0741edb8a1449568ec46297667dd2f17217d2e2b865d2c
SHA256: 4ca916e3fadcf812b7b1f0239cb16d3f43e02d5d1506f4403d11e9b756658105
SHA1: 91137adc41f78c19e1145c0e288264946422c1d2
MD5sum: 6c50ba78ff03bbb8beec2f55f2c99c6d
Description: debug symbols for postgresql-19-set-user
Build-Ids: 56f10b93a28036985ef487ea7ed7a2ab6225350a
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-show-plans
Source: pg-show-plans
Version: 2.1.8-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-19, libc6 (>= 2.17)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-19-show-plans_2.1.8-1.pgdg+1_arm64.deb
Size: 23348
SHA512: 454edfe47369bf334ef00f112b2a37ac1d15d068fe0e196185debbc8acbb555af27a301cefc4860f56fa66a4e6e1d3b2b5fc3aa568b2ba3da3bfe1286ce41cf9
SHA256: 16c188ded763828e61961b0e393eb403263659fcbb4ea0a38cc8cb615044a115
SHA1: 7f9ad4c336f249f8c66e00d8b62b3910fadd9987
MD5sum: 192841d82996fae1fda9600bb23cebc9
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-show-plans-dbgsym
Source: pg-show-plans
Version: 2.1.8-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-19-show-plans (= 2.1.8-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-19-show-plans-dbgsym_2.1.8-1.pgdg+1_arm64.deb
Size: 40964
SHA512: cef3f417e1701afb6b348e09bda94871c685d1a1c7e3ab1dff271b0add37f4b6b46a0c563791a8e802b863b4d07a59e2cc33b149b6352feb0f5bdb33d0deff44
SHA256: 3a1e9a05bfccd27e76493fb2deb2c9ec4184485bd3cab85f3f13fff08b1f8973
SHA1: d48b4690e4fc26c8ecb227a07dcc08511bff88c5
MD5sum: 1378881c9c675214515fad6a6c5afc4f
Description: debug symbols for postgresql-19-show-plans
Build-Ids: c44fe3117a853e924b1d45c6b2bdeedf5e1e743f
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-snakeoil
Source: pg-snakeoil
Version: 1.4-3.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-19, libc6 (>= 2.17), libclamav12 (>= 1.2.1)
Recommends: clamav-freshclam | clamav-data
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-19-snakeoil_1.4-3.pgdg+1_arm64.deb
Size: 17116
SHA512: 8bee9df11fb8624b24356bb97bcfb755085a1fb03c0695cc203a6da9aade6a8b5c372bc3e1e58bc5de8a1287381ce75446409ac9c8b01df5cd17667658d9a5d4
SHA256: d5295485f57c5453df323f043950e0855a250bd2c6f1fb0e7d9e4e06d5131022
SHA1: 6e90a7ea4057c17fbaef4a9ac8fd6796ef7a10cb
MD5sum: 3ff000e93b74677a9b08b8af3e9c057a
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-snakeoil-dbgsym
Source: pg-snakeoil
Version: 1.4-3.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: postgresql-19-snakeoil (= 1.4-3.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-19-snakeoil-dbgsym_1.4-3.pgdg+1_arm64.deb
Size: 17072
SHA512: cc1efa7753d9b6ddcb43591e5ef247b1697e919b9a2461712ffa95ac55300d25803659489d06f244fd17ba8678b20e536a8517f1e666754a2d60110f4cb051aa
SHA256: 00105ca70453842c47fa365dc720f9e73c726a5ee59780e1c19dcb7e583f3f94
SHA1: 5e5306f0b3275f921c5ffa25206d44e51e62a95c
MD5sum: 12ca0b6bd82b4301b8d02557ff0221ed
Description: debug symbols for postgresql-19-snakeoil
Build-Ids: 5e729d1ba434123ffb7ac13c85c8ecea91c5261d
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-stat-log
Source: pg-stat-log
Version: 0.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 143
Depends: postgresql-19, libc6 (>= 2.17)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/fabriziomello/pg_stat_log
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-log/postgresql-19-stat-log_0.1-1.pgdg+1_arm64.deb
Size: 43744
SHA512: 07cd0da5970b5f152c60c1a4f0465c3801a26222bc7a93884307655c2281ecf8a4240ec5fc85cbb3afa05ebce1b956f8ac06888c2fe69b3a28e9ef324bca7f95
SHA256: 1be0adfc167a12f20e55cc0a416a821d4640b457e244c0077eeb70faa1a2c0e3
SHA1: dc559ab652118575d76951e51f45553102962703
MD5sum: a1d899fbb318bc24e7eb7592bc37555f
Description: track PostgreSQL log messages
 This PostgreSQL extension uses the Custom Cumulative Stats API to track log
 messages, grouped by
  * backend type -- client backend, autovacuum worker, checkpointer, etc.
  * database -- which database the message originated from
  * user -- which role was active
  * error level -- WARNING, ERROR, FATAL, PANIC, etc.
  * SQLSTATE code -- the 5-character error code and its human-readable name
 .
 Counters are exposed through the pg_stat_log view and the underlying
 pg_stat_log_data() function. Statistics persist across clean restarts and are
 discarded after crash recovery, following standard PostgreSQL cumulative stats
 semantics.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-stat-log-dbgsym
Source: pg-stat-log
Version: 0.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-19-stat-log (= 0.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-log/postgresql-19-stat-log-dbgsym_0.1-1.pgdg+1_arm64.deb
Size: 38384
SHA512: e2d01d761b08b66e8cff14fb62f2747d980f5039e389facda497a233661925612b12285a7c5ed737de3842f44c5b2da79f15f0d5a9af005fc201d6ac374f6387
SHA256: 3e790451efe08949ba1c8d663f01abf85556231b313e38889132270ef96fa46c
SHA1: fc444e10e3bee69e907044d262b52f988e13b924
MD5sum: dabf5cc90f539f0daf3cc7777a5f950f
Description: debug symbols for postgresql-19-stat-log
Build-Ids: 2810fff8dc325cc69a7529b0d78d1a7d6b65e3ce
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-statviz
Source: pg-statviz
Version: 1.1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-19
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-19-statviz_1.1-1.pgdg+1_all.deb
Size: 13100
SHA512: 6f3cdbd5e38cad73c9686108d84ee57f5d67bdf70e5e33b388e551c5a21c5978a07859cd73d449342f44f34a1e26d1d9fb250a1397a9b5252dada0addb0d87b0
SHA256: 514c903a0b5e7693894a3868e6d8831f3ae3ad861ab2a0945cf04fa08a0279df
SHA1: 2ac0d410f53a4984e1f3c1fb5d8655f9cc587ff5
MD5sum: 6af9d17231b09f099d9a2cb0c35d840c
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-tablelog
Source: tablelog
Version: 0.6.4-4.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: postgresql-19, libc6 (>= 2.38)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-19-tablelog_0.6.4-4.pgdg+1_arm64.deb
Size: 46368
SHA512: b21f3a6433e77602d5def5f6ac3c6e287d88e283ccd42f56b4b29d873ab641b7a0fe691200d61dc6a0e23a21c7f53377b10fe8bdf89a96086aa97897c9918c37
SHA256: 9a8f3c423978f1d8c77035318cdacf7a8d0ffdd84b28a53da75ed09f2c6b49c3
SHA1: b34b932e1fba35a95b95b7e01ec5d04b8b9b77d9
MD5sum: a28c68e298cf1fe2d450058548c41e6a
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-tablelog-dbgsym
Source: tablelog
Version: 0.6.4-4.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-19-tablelog (= 0.6.4-4.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-19-tablelog-dbgsym_0.6.4-4.pgdg+1_arm64.deb
Size: 53824
SHA512: 6fb10a6ef232d3b91102bb997008443c08127ce5063e340ebe87752d72a937e05fe4671bbf9772f40e1a50082dadbf730679b38239edb2133e059b2c3fbe4e27
SHA256: 0f2b8832c2b6061e9b7eb8a62fad1e437dff82b1a6143a40a7956b84bd528389
SHA1: 3ff0ce2121307e948d982a101fc75f470010a2d8
MD5sum: 71e614f1217a405b21c1b6738fe0b9c8
Description: debug symbols for postgresql-19-tablelog
Build-Ids: cf3c64a53216e66ceda96485bb7b3d61f832791c
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-timestamp9
Source: timestamp9
Version: 1.4.0-2.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-19, libc6 (>= 2.38)
Homepage: https://github.com/optiver/timestamp9
Priority: optional
Section: database
Filename: pool/main/t/timestamp9/postgresql-19-timestamp9_1.4.0-2.pgdg+1_arm64.deb
Size: 10320
SHA512: 4bb06a2948c6edba5da93ce9206738af2e55069bc305c30677d814eb6e8c610e4268d4d16e90ffb99697c4fe8a693a590f79517e485d8d0fddf4ce0741e5a1ee
SHA256: fffad98c07ee5a1ef0966dcac1831c5ef298232d2106e54e51e36b526d9dcaf9
SHA1: d23d2ed46bb956a30bda4766d9d977d2fd01dada
MD5sum: 7ebfdc0262eba52e60d18f3d2e7c5da6
Description: Nanosecond precision timestamp type for PostgreSQL
 PostgreSQL's built-in timestamp types support microsecond precision.
 timestamp9 is an efficient nanosecond precision timestamp type for PostgreSQL.
 Internally, timestamp9 is stored in a 64-bit number as the number of
 nanoseconds since the UNIX epoch. Timestamp input can be given either as the
 number of nanoseconds since Jan 1st 1970, or it can be cast from text format.
 Both regular PostgreSQL timestamptz text format, as well as a custom
 nanosecond text format are supported as inputs.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-timestamp9-dbgsym
Source: timestamp9
Version: 1.4.0-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-19-timestamp9 (= 1.4.0-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/timestamp9/postgresql-19-timestamp9-dbgsym_1.4.0-2.pgdg+1_arm64.deb
Size: 22188
SHA512: 35242e0d8e8385b62caeb7a2bcb56b636a2d15b2ad9db497265d9bd6e0dac33f08bc28346e4772345c2178c4a4a5d743723108c25ff4f33006ace4b3c1bc9c31
SHA256: bcc94e285b8fb746dea11d1825e20abbc55d5952ff06764e0b1653f996187b65
SHA1: b44ac66ea3e53464e89022b67e1970e11513d2a3
MD5sum: d283931e2d2ec23d9142a2eb2958ee40
Description: debug symbols for postgresql-19-timestamp9
Build-Ids: c50ed802648eec8f16c22edcd14fdc30ff2faf5c
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-toastinfo
Source: toastinfo
Version: 1.6-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-19, libc6 (>= 2.17)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-19-toastinfo_1.6-1.pgdg+1_arm64.deb
Size: 13224
SHA512: 7d5e30153a3df29648747320513e4f728b6d36aa4c8628c99f758885f07f927051f01f62fc2a4af1d00bce23588131adf84bb05c8e4a00098fa41b25ee390868
SHA256: 7ce0b08c414bd5f1a5df5b8eb3ab00e97cb9101c7fe5b8e899e79e97ad4dd390
SHA1: f64be6dd27fe8457551417209cd722b8b5289646
MD5sum: d8a406e06bcd468fd89115d316f73f22
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-toastinfo-dbgsym
Source: toastinfo
Version: 1.6-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-19-toastinfo (= 1.6-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-19-toastinfo-dbgsym_1.6-1.pgdg+1_arm64.deb
Size: 13556
SHA512: e0bca5d2ab5e765a26458bca1ab73cf4e752e14ebe7dd4c3570b274ca3d8b468afb850d39e036b6e8f8f4d2b6cd44d45aa1f9a87e7f1b512bd18904a1d41bac8
SHA256: a56a7fa981aaf1add5ff5dc6065c3a0e27e614f08931aa62b89f953f6dcd4cd6
SHA1: a2ddd881612202263cf372c6be0da8353f56e7d1
MD5sum: f13cf83d4e59433480267a9be49237f1
Description: debug symbols for postgresql-19-toastinfo
Build-Ids: d0bf102f59908b1875e7b5b4ce08fb0fd6ddab01
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-unit
Source: postgresql-unit
Version: 7.10-2.pgdg+1
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 684
Depends: postgresql-19, libc6 (>= 2.38)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-19-unit_7.10-2.pgdg+1_arm64.deb
Size: 160132
SHA512: 1a6a099b4832d28ff341997e694cc07ff692ab90acd1fff67d79c17970071b6707a2472843e5046dded7504261206adf8b89d7df39fe5fc17d3e147c9e782902
SHA256: ffa1361738f407074c7c9da2460397d6a29c358c43c9b218a76c598c7fb93f45
SHA1: 7773522207f228552a26a6b5d9cbfa48fdbbfa35
MD5sum: 726b3d20a4f87d2c5a0df1c4b7b44764
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2026-06-03 18:29:35+00

Package: postgresql-19-unit-dbgsym
Source: postgresql-unit
Version: 7.10-2.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 137
Depends: postgresql-19-unit (= 7.10-2.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-19-unit-dbgsym_7.10-2.pgdg+1_arm64.deb
Size: 63124
SHA512: a1fd1cdcb10fcead0d6e5a5660bac42297919eb3b46bc04a2b8b58959929bd29df56c1180fda2a4bbed9960cb26746efe6d69c50f682f129a4637f973d117678
SHA256: abbfc0bcf1f46f24bc280934c4e921bcfe7dd418326aa32cbe162b75f207c7d4
SHA1: 4be8703561d08b6dc329245d23ea29055bbdd221
MD5sum: 23c05477682b0cfc666a721bcf7ccfb4
Description: debug symbols for postgresql-19-unit
Build-Ids: 607af128e1450c9cbf19f29066ef9eab9f9ae984
Timestamp: 2026-06-03 18:29:35+00

Package: libecpg-compat3
Source: postgresql-19
Version: 19~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 19/libs
Filename: pool/19/p/postgresql-19/libecpg-compat3_19~beta1-1.pgdg+1_arm64.deb
Size: 13312
SHA512: 864cefe69609428db47a99192a3db0e809d33c0b947bc8cdd44e428963d9af40e92eccdd04b16bc2ffb1350bab0fd9735b9ce03fa5af3b14498287bb89abb7c3
SHA256: 1abe4f60c7845d5e46d17a9519103ea846ac61fbf2459dceb909219aabad512c
SHA1: 957547cacbfb58929075bf8340c7057d68aec171
MD5sum: e09524d2aa836a323136f997078b929d
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.
Timestamp: 2026-06-04 10:57:59+00

Package: libecpg-compat3-dbgsym
Source: postgresql-19
Version: 19~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: libecpg-compat3 (= 19~beta1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 19/debug
Filename: pool/19/p/postgresql-19/libecpg-compat3-dbgsym_19~beta1-1.pgdg+1_arm64.deb
Size: 17084
SHA512: 14688eae7b8a296343c1437d639e73a902e16f0a9c80b43821b5cb2332aeb6bff91d714198641d42180688df57565d6425abe9d144293eda347131a59fb4ed33
SHA256: 1764ed0e31aad815141307bdc9c0e8ceb0f0d8b9766f9d1f3364e11da481a438
SHA1: 6c543c7d6b0f29fbdc3ca4e316c2931b046b01ce
MD5sum: f01af6243fe321b6433f5642876c553e
Description: debug symbols for libecpg-compat3
Build-Ids: 9cbf62d8f835db181b13e9e5545ec70ae91a51db
Timestamp: 2026-06-04 10:57:59+00

Package: libecpg-dev
Source: postgresql-19
Version: 19~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1634
Depends: libecpg-compat3 (= 19~beta1-1.pgdg+1), libecpg6 (= 19~beta1-1.pgdg+1), libpgtypes3 (= 19~beta1-1.pgdg+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 19/libdevel
Filename: pool/19/p/postgresql-19/libecpg-dev_19~beta1-1.pgdg+1_arm64.deb
Size: 255864
SHA512: 456b91076ae317cd25d453b57b9f32994eb23c054b5d9145d436d846124d512a345a56c00fece9ca7fe1adb3a4d969b120c29f3817f9783c5a0187faf1af3d42
SHA256: f953250da8f459480ab3af6f0ae3515788c84f2ad8cb73ffb6f4148a2335e2d6
SHA1: 73765fd2fe4945e275eb3f14768c14ba3578c3dd
MD5sum: f760ca1f29a2b55992ddc83c51e5344b
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).
Timestamp: 2026-06-04 10:57:59+00

Package: libecpg-dev-dbgsym
Source: postgresql-19
Version: 19~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1108
Depends: libecpg-dev (= 19~beta1-1.pgdg+1)
Priority: optional
Section: 19/debug
Filename: pool/19/p/postgresql-19/libecpg-dev-dbgsym_19~beta1-1.pgdg+1_arm64.deb
Size: 176048
SHA512: 3e5f3a68015b81d63978073efd7324a98127e02561878ac4772092228d71dadb339bc10bb6d8fbda45c96f6d4fec7635b66b6d4fb8459d13a2f8ea2987202eea
SHA256: 50634b5b5ff07ca695fbe0230f5ab7d3789fd9d42b0bde2da9a281cd0a3371e8
SHA1: db88bccf1b234082568beb097de34b667c1356eb
MD5sum: 371c5c274f35eef2704d518af864035c
Description: debug symbols for libecpg-dev
Build-Ids: 080da5e2d01e8fe7394cad9b68032ebfac6c2d01
Timestamp: 2026-06-04 10:57:59+00

Package: libecpg6
Source: postgresql-19
Version: 19~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 276
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 19/libs
Filename: pool/19/p/postgresql-19/libecpg6_19~beta1-1.pgdg+1_arm64.deb
Size: 55912
SHA512: 3d1d6185a997907a00deaf3da9ca5ddb985850eea9acd03a1ddfff3b4961318694a6424dfca1b247bce165a6cb79cf1a2e3b93885d847163cf42911dd4b5c2a4
SHA256: 859962e597bfbf985313ded12ac8b3cc961f1faa13bd6d0ae5cbcbd0aa018eb4
SHA1: c65dd2543cca8337865324514710fe4ec141ff1b
MD5sum: 013439110ed8395a84864c852e091a04
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.
Timestamp: 2026-06-04 10:57:59+00

Package: libecpg6-dbgsym
Source: postgresql-19
Version: 19~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 223
Depends: libecpg6 (= 19~beta1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 19/debug
Filename: pool/19/p/postgresql-19/libecpg6-dbgsym_19~beta1-1.pgdg+1_arm64.deb
Size: 115100
SHA512: 1091388ce785370a24c9da536eda8c3da9c5e6d9ddf0a47a49cbf361b9efda39f5e9e06ce3b0c968ec7a201e7a8bba67cf461f2cacd9ace1d50505f2e09288da
SHA256: 1f14f90c3b2d7881bcf574e3fab3f105d17b9a49f4a0d90931833092e8b4ab6e
SHA1: 0f8d90fceecd03c4fc66f63ba423c319c84fe999
MD5sum: 6376ea6d1dcfc3d5170776679b940d67
Description: debug symbols for libecpg6
Build-Ids: 4e39455824d31f5f7e9038f3d5dd7c5f281f264a
Timestamp: 2026-06-04 10:57:59+00

Package: libpgtypes3
Source: postgresql-19
Version: 19~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 19/libs
Filename: pool/19/p/postgresql-19/libpgtypes3_19~beta1-1.pgdg+1_arm64.deb
Size: 39400
SHA512: 1d8bf72651c69581d7fcf9da951854654dee0f87eed1c71c4a4baec4f145041c5efc398a1485a83cea19b136298a7362be23d17b9da4b9a0e48a68a376848746
SHA256: 55827898053363f66eb0d2c10f015bd4f585d36d65065aed29ef489c0298ac95
SHA1: 436fbf552fdd58448a72066e37e2ca43dc25dd95
MD5sum: 12f8298fa9598b73df1da7aa7a0acc64
Description: shared library libpgtypes for PostgreSQL 19
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-06-04 10:57:59+00

Package: libpgtypes3-dbgsym
Source: postgresql-19
Version: 19~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: libpgtypes3 (= 19~beta1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 19/debug
Filename: pool/19/p/postgresql-19/libpgtypes3-dbgsym_19~beta1-1.pgdg+1_arm64.deb
Size: 89540
SHA512: 4efb0512b5e1dfe1a11af4b1590cc541c0853a820a6a9036e087b4ef53248b41d941ef64f1b1f39e2b7ff98ce69ffb0b347406a41400c02bd986fea86884b093
SHA256: 16f58d5c4ff1d9228124ac0750deb7896609e1a529564c517d4b822dfc05a2fe
SHA1: f750eaf7f5ada2730cb03e159eb2164303a1706f
MD5sum: 9154dbfe6a7c47e42c3400418730571b
Description: debug symbols for libpgtypes3
Build-Ids: 41d6e231de96ff7844e97401c3d9bdc5f6257ab4
Timestamp: 2026-06-04 10:57:59+00

Package: libpq-dev
Source: postgresql-19
Version: 19~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 726
Depends: libpq5 (= 19~beta1-1.pgdg+1), libssl-dev
Suggests: postgresql-doc-19
Homepage: http://www.postgresql.org/
Priority: optional
Section: 19/libdevel
Filename: pool/19/p/postgresql-19/libpq-dev_19~beta1-1.pgdg+1_arm64.deb
Size: 167656
SHA512: 8000dd308acd2626cb9b9945b3312716056ee90a1b70dca34f51b60b1a45d8dccef1a40e315458263dc7b32aaa0d3b6a8cdfea3d90b4dbe6985f7ac0de7b1d15
SHA256: 7f6f03ad7f882df6b193e800244686affd1161bd27668fb1a8ee3b09216d2396
SHA1: 9b8a1be54d19ddb465b98c8cebac2eb7d5b3006b
MD5sum: 314fda6cda918de7a2cc94b5e883cb11
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.
Timestamp: 2026-06-04 10:57:59+00

Package: libpq-oauth
Source: postgresql-19
Version: 19~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 160
Depends: libpq5 (= 19~beta1-1.pgdg+1), libc6 (>= 2.38), libcurl4t64 (>= 7.16.3)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 19/libs
Filename: pool/19/p/postgresql-19/libpq-oauth_19~beta1-1.pgdg+1_arm64.deb
Size: 36088
SHA512: 5f7430eb323aa73f725efa8fc26224205781f5480cfe9c08b652d57f5eeba2b8429c2b9e4cdc61d17f71aa78bc90be95a806489cb5abc6be3d55710a9822d30a
SHA256: 678f7897065e9a09b5993ea53f296a53ddc8974912db7aded52a56fc0a89a78e
SHA1: fdcc83fde676644eaef116e269907827d3f048d0
MD5sum: d443b9f30d86526d4a68a78b93144699
Description: PostgreSQL C client library - OAuth flow
 libpq-oauth is an optional module for libpq5 implementing the Device
 Authorization flow for OAuth clients (RFC 8628). It is maintained as
 its own shared library in order to isolate its dependency on libcurl.
 (End users who don't want the Curl dependency can simply choose not
 to install this module.)
 .
 If a connection string allows the use of OAuth, and the server asks
 for it, and a libpq client has not installed its own custom OAuth
 flow, libpq will attempt to delay-load this module using dlopen() and
 the following ABI. Failure to load results in a failed connection.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-06-04 10:57:59+00

Package: libpq-oauth-dbgsym
Source: postgresql-19
Version: 19~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: libpq-oauth (= 19~beta1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 19/debug
Filename: pool/19/p/postgresql-19/libpq-oauth-dbgsym_19~beta1-1.pgdg+1_arm64.deb
Size: 102696
SHA512: ab382b4a94fd7157f851091c2cf1fb41abdc049a56c7ce3916860b9c38daa83efb38e939b1710cd44fbe468939aa2f133d06cc46568d6e5b3a5841aa9a41545d
SHA256: 9f91bf4705e555e39411d9e7ec5eb7d9919ddd96291a1d087ed7d77fe3d24aa4
SHA1: 96420fcbe3f8bc545d3257794773d8418340bbea
MD5sum: bf12581efa41c40fb23cb130953bb8e8
Description: debug symbols for libpq-oauth
Build-Ids: 5515b16561d0acedacae0f54733b76091a902b01
Timestamp: 2026-06-04 10:57:59+00

Package: libpq5
Source: postgresql-19
Version: 19~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1317
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Recommends: ca-certificates
Suggests: libpq-oauth
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 19/libs
Filename: pool/19/p/postgresql-19/libpq5_19~beta1-1.pgdg+1_arm64.deb
Size: 252380
SHA512: fdeeedc6a9ff7cd950a6b7f9ed670c2e801aa7f58b90eb1e52827260f58d9845d294fdbacce0e7624fc7618e865c6d3ae5a8f0a02ab858ed1e3072748dcfa3f4
SHA256: b31d51bddf469a42119d72dcdc7fd107a7655f47371170d80b5a79828a137c01
SHA1: 54e8421cce39b907574d55b48191aa56f0d5feaa
MD5sum: 2334cef4472cf0226c132786f778b407
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. SSL certificate validation (the sslrootcert=system connection
 option) requires the ca-certificates package.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-06-04 10:57:59+00

Package: libpq5-dbgsym
Source: postgresql-19
Version: 19~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 758
Depends: libpq5 (= 19~beta1-1.pgdg+1)
Multi-Arch: same
Priority: optional
Section: 19/debug
Filename: pool/19/p/postgresql-19/libpq5-dbgsym_19~beta1-1.pgdg+1_arm64.deb
Size: 346388
SHA512: 4f99097c0c881e3a315bca9b0059b562dd01ca96257fd08cf55d5810bc06a8c79b1eadf077ca4323ce5c038222fba5bffde485b29601fc0e902524f107c4fe9a
SHA256: e6c353437472c1de55d263e99858b54c9fbbd631f05775fd48d7b1a64f7be577
SHA1: c0c1e6c788dd1816e052a9202de7acec09f969d2
MD5sum: cbad795746bcd16c2a053e9f3aeb4e2b
Description: debug symbols for libpq5
Build-Ids: ede1e5595b561e71a391676e743ffe2d2b6ba69a
Timestamp: 2026-06-04 10:57:59+00

Package: postgresql-19
Version: 19~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40788
Depends: locales | locales-all, postgresql-client-19 (= 19~beta1-1.pgdg+1), postgresql-common (>= 275~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), liblz4-1 (>= 0.0~r130), libnuma1 (>= 2.0.11), libpam0g (>= 0.99.7.1), libpq5 (>= 17~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libsystemd0, liburing2 (>= 2.5), libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: postgresql-19-jit, sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-contrib-19
Homepage: http://www.postgresql.org/
Priority: optional
Section: 19/database
Filename: pool/19/p/postgresql-19/postgresql-19_19~beta1-1.pgdg+1_arm64.deb
Size: 7479468
SHA512: 714a148772cbce8a7a40f449c1db1068763b3eee58f10c05b897c3a8d8239bf6995c6b5dd046a95a12da1fd679fa8d69485bf7601ef554773c8629c75ec7eb3f
SHA256: 38262353422457fe398b9f99a131ae194a02b3e13740f069f987b0152b439dbe
SHA1: 2d7156e6e641a7373a7982196cd9809dcf4bee85
MD5sum: 13fbb0f12cdd7a0790224626fc1848c4
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 19.
 .
 This package has been built with cassert enabled.
Postgresql-Catversion: 202605131-1902
Timestamp: 2026-06-04 10:57:59+00

Package: postgresql-19-dbgsym
Source: postgresql-19
Version: 19~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40783
Depends: postgresql-19 (= 19~beta1-1.pgdg+1)
Priority: optional
Section: 19/debug
Filename: pool/19/p/postgresql-19/postgresql-19-dbgsym_19~beta1-1.pgdg+1_arm64.deb
Size: 21355716
SHA512: 7e2c116cc4c7dfdf977fd862c23d31d3c23e9d2049bebd29de939f3f5441805bca32e81b19edc32ed70f4f750b561e5157a1d335527586118dced8a08012beb6
SHA256: 338b4294c75c1c4349be6703444028b233eb1c5902c34e8505516cf705c977fe
SHA1: 92dcf82634ef193e459acbb7c154c7a5ec95730d
MD5sum: b06c9c78afce918ed81bda021ac8b229
Description: debug symbols for postgresql-19
Build-Ids: 00bba16940c4542e4526d4cd3d849df5d321fabe 00ceab4bb1071b6d5774a7449df5a827a124cf46 063242d0bec1b60ea486a5cbb733e6b6b0fc1612 078501550d9865dcb061ad4865a9190087e168c5 08004b34ff2a08386aa5271578e3b5c22781dc7a 083b089f4d5e9d8137edda41e539f8c7ce2aa097 09c1a937b9d42149571fb452c9dbe1b85e29b211 0b002b66800cbaf791d3df3c21c4e20d079179a0 110f1112aa893a6c6eda87d68fbc6be2504dc38e 156025c3254e8fa1aeb587bfc3a8e24d6e05036c 1581e8532c172d011d7ce85a62724b7abc4cf5b3 183437fb14a187c9a3ee699d7bbacbe277a963ed 1c1925846b2ac79b67fd8dc7627b9f9a1cad1b12 1c3f74829388567290215f8275567ceb78a85119 1cfbdaafac7e82c9670142e235e13a656538df89 1dc69a58ea605f353e9ea3361595e7d7dff4ad3e 258115f0e885a76373d1bd1017363cb7322947af 269b0f3f89bfe6fc2233cf79920139dfe8c17b19 32a70497f86841b9d319e31055927727f4656a13 34d9310b564f2e2dd2aa97a416abd4f2be77c984 38756469819297e84e5731e438fbc68a1cb8de25 3e97082ef17c3ba9c38d573cdedb944bb393c9d7 41c4b281ab43472bfca528620ea4f8c570805c66 42c0a83faf3ecf26fbeb0c1a9cb8598054d7dc2b 42e1bcfeba52b183a1d5b445b6ca0f23c3414dc0 4351da32fa6ad13d619c2f950789b3b57bb2ce72 444b87b6580a53712989d725f3df7801f7e0bffd 45c6f13a9f2307d7286d1afc4549e312dab224b0 4981428883ef4d60b1c1febad48eba8fdce2fe4c 4b6fcf8cb15794326d4be98c07713a3855c175f6 4cbe2307386d32a9ca66389855103f0bfb416e39 504989581fc6dc5585bf5ad7e967a5f32fbdf533 514795a2340025bda55379874e21750fb2b416d4 5654cdebcc5f76035d5e6b0ac0f11c4105037a07 57f445ba1e7d78e959dd1cc15bab9ff9fba2b214 5a97d7a538d61fa6afa384a27808ddc9c73ba39e 5b061c16007367876c55f87456ed213d3daf4f6d 5ff4a7d6be81787a2abae137c20cb5c30c83359f 61b26f8b044c4891a5fe7b1af7d81d537870b651 622540f3b6668eda95f2fafe2854344bedd27ff6 662eae863dcdb6507a62c4c2952f42a162a0da8c 6a9a14d3939d610430a1b3426001359e429fc26d 6cdb16ba32cbbec39432ee3821396338340a7d41 6f5669ff724843e6bbf6d30ebeb59b7e26daf455 7085c14bf5bb8bd56302b77b0e2a97fc46226789 7362b3c6ea4fd108110235963b96235cc2ed90f3 767a93f8a54fa770ec3b3ce5af99cfc83e424a3b 76ae2b1497e8539cd65c287f4a7822046c5cc8b6 78d9b7b76dbccde95a273074ae3ea4c6fefaf7bf 87a0f70c371ffe3398c6a3be6b08ff4c2061302e 896420d25e074e19a07ac3b7dbf9fe6df51d6cac 8c836a29f284738047e3259908c535a40aeaa950 8d10d0d02d44f86b021e1a8f2afcaa68037007a2 8f65031fd30bf2f3471206128d6438605754a674 90259fa11bc49f3c9d9691dfaa82f2edec652f4e 94a9b8be694d0c50b16b4d27272b213baf59c51b 96569521cdbfd00ceee16432549fb5510e13d972 97c5a59e4db48a63414d00b1ba7164cd549b885a 97cf6b5a1dfe7fc3b02cc443d230319c3225f53b 9a0486aedd1cd82309ecc05dcdad891398fe96f2 a2a8d6e91a4842e9bc54e39fcc9e7b9bd4c79f4b a32616d2c035bf9c46f460551c1c51bda3fca30a a7aacb985cf256bf9fabf90e6b6917c937e08e55 a8e6dc1d1194031be03968b0d2f3ad331d758f57 a981f7ac45789ccbfa63e07865b05f9849427d98 abf399eedacd5fad8cb73b4dd818032bbac66462 b0202906ba704a6ba0942a40ea036930deffb00f b285ea39782fa8df60e342b4c941b4113701f637 b2b2951de94c2c427dbd374ef6752ec910b6e3a8 b37735f9ca110eebd67f0fcc67e694562677fc23 b41c668406007cf2ae1148898f1c729af56aaa54 b4aad342015416a57678e269bcc438f74e1001d6 b668086bc580e7d9667ef10749937fc4ec1ffc03 b916c9702b36fc950e89f86a38f2dd7dc9d6c485 c06dd33ce192e02be843b6584b0dd7f36e9e2df6 c1fd086db89a071cc153ff1c33b9ac33aa81d7ae c51ccf95a95224f04784a1c736f528c4a1cdeab7 c53791c701ffe6d0f174234bc5d71e8d5d78389f c6cb262942adc349cb1924da7b12d42968377be1 cca8c5f30416ae676c389ead77688e00bc62211e d45261a0850724c8be56c95f5554af08ccd0ecf8 d862eb0b912612d87a604c2cbd550a34142c208d d9f88393ac1b60373569f8465eb1482dac3ac40f da2f3a4c46de667b3d4d31865125aba65595b4ea dc80c97fa4a60da46545ac622a6914deb35c06b7 df1fc61cc6274f6b896a48b7e334a470dda042e3 e52ba00d43937e61f4c7933a9db04e957c180876 e5bbfb4280b667d253621d66acfe27f2e68c3480 ec509890b7c97089f26f83e4b0059cbb908f103f f068060af657df8ab95ab52c07f0b0241b902a12 f2dbd961dd95828c145340ce95b2b8f2e7faa325 f4c8aaaba7865f769294c00c3f4665b649b019bc f516ee805b9c6782db9f6036d3154df4240f6b91 f93daa5becfcc947be476fd07dd3a640f2fb1adb fde5341e16088f15ccb48947650f9fdb193b670f fff3127cdc27c122e60169a74de85c200c7a608c fff72f88e9da8337179cc26291b74b50eb111f9e
Postgresql-Catversion: 202605131-1902
Timestamp: 2026-06-04 10:57:59+00

Package: postgresql-19-jit
Source: postgresql-19
Version: 19~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27672
Depends: postgresql-19 (= 19~beta1-1.pgdg+1), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libllvm21 (>= 1:21.1.0), libstdc++6 (>= 5.2)
Provides: postgresql-19-jit-llvm (= 21)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 19/database
Filename: pool/19/p/postgresql-19/postgresql-19-jit_19~beta1-1.pgdg+1_arm64.deb
Size: 11523120
SHA512: 454ecf00d1ffea4cb50975f2cfeed7aab4a69ca6cbe91823a30f62550590516fc4902b780b837f01eb498addf9406b6d8974a581b854f41b7b316b7ff9a4d4e0
SHA256: e6a0a6eb6d373def67c8033c06925d4da31a2d1a12997ed4ac09b4a387269cf1
SHA1: 908f27231e254311e28d6c0f635912b02a53508c
MD5sum: 08ef0c8fe7356ff1180bc0085569e09a
Description: LLVM JIT support for PostgreSQL 19
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides LLVM-based query JITing for PostgreSQL 19.
Timestamp: 2026-06-04 10:57:59+00

Package: postgresql-19-jit-dbgsym
Source: postgresql-19
Version: 19~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1891
Depends: postgresql-19-jit (= 19~beta1-1.pgdg+1)
Priority: optional
Section: 19/debug
Filename: pool/19/p/postgresql-19/postgresql-19-jit-dbgsym_19~beta1-1.pgdg+1_arm64.deb
Size: 1755208
SHA512: a030ef0a7d98047fd4ff0f29193c9bb7ebf53aae793a11d078b34acd57c4bfc4071ea14b1e4c3e38bcb2097773487b730a8fd88e46a43428c4e4d5c51c9c9aad
SHA256: 57c3d02c35c196774e83e2c3bfcd89547e7a11ef154112bb573d93b7c7a42a43
SHA1: b180a98576fffdd00fcd9895425252569b254bd0
MD5sum: 3f8f678131244b24009de72f1f1eb48d
Description: debug symbols for postgresql-19-jit
Build-Ids: 033bb5196568f23f3b04ff95c15c3f524cb15e45
Timestamp: 2026-06-04 10:57:59+00

Package: postgresql-client-19
Source: postgresql-19
Version: 19~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12106
Depends: libpq5 (>= 19~beta1), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-19, postgresql-doc-19
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 19/database
Filename: pool/19/p/postgresql-19/postgresql-client-19_19~beta1-1.pgdg+1_arm64.deb
Size: 2171244
SHA512: 5284cb14b25223237f24168cfa5a42fef30d99f4125482a9bb4f5e26b8b2484de12d222c9b3f38c6cb74a8c8877387c3c9a30a970244181a138d2d5fece47861
SHA256: 572ddadecc3ed1737950911cc3f0d4ee31c8b4fc32d95f48728b3d7e9c7be4c8
SHA1: 40a654236085aa21d032deb7ab9a610c402892e6
MD5sum: e5caa8ac02f4d85ddcb335948ea5efe9
Description: front-end programs for PostgreSQL 19
 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 19. If you install
 PostgreSQL 19 on a standalone machine, you need the server package
 postgresql-19, 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.
Timestamp: 2026-06-04 10:57:59+00

Package: postgresql-client-19-dbgsym
Source: postgresql-19
Version: 19~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8023
Depends: postgresql-client-19 (= 19~beta1-1.pgdg+1)
Priority: optional
Section: 19/debug
Filename: pool/19/p/postgresql-19/postgresql-client-19-dbgsym_19~beta1-1.pgdg+1_arm64.deb
Size: 3422196
SHA512: 3fe893572d0b5a5992482baabb360ae463624de713e905e61bcea128e62a7dd9810f159cf20e3a6ed8fdbd7ec3a4aa5f6fcdb13adc95006e2784bdb7c1583dcc
SHA256: 0603b8d23934261d1fdf507ac65cc7c0dd2cff8dbf1eb6a90de556cb3160b078
SHA1: 30caa07ef2589bade772e1ed3bd04524d2e9bf2f
MD5sum: 03c9c41042d3e8e29f9120eac6d284db
Description: debug symbols for postgresql-client-19
Build-Ids: 027ec785b8a5689a17173ba3111e1593be8be972 0ec17d51b8534c56522f62c02ef0ed9d38822a6b 152081e4a37d01ebe331d1ed748311aa90d070fc 3ae9f3c6a9959e3a62f5ff4eb21a6bb9977314b7 3d7b10a3b4d68a5a1957a889282df4a477ad0e45 4552c77b39a177385c75722abe1b9149f5d477fc 65b694aa5046440cedac985416e29fd315074931 6acb2dbc5b6662eaf90d35a81ac00ea1fe39ba39 7e54b0bbc9848e0587d4fe0476e2bc8bccf6537a 7efcbb05a3da145f70ba1603d771c626d30d2afa 7f883b140489d8f464d41b3397ba5737d0cbe637 9428fb78e5d0569e2c8d67ccde6962648b71c474 94c1145f84979a61c0fc6c249b60650bad8d3396 97b5ad530894867994f744402f0298c5842a889d aa35e05b7e39fac854822d3f7b1d9830cef09496 b5e79ef90a407279c2171a2a03a84a195ce3f192 c175993625ad1c4fa7f2163160bf868e584ab866 c1ee3d2c6c9b62cbc68ada61b3c8d29824ebdf0d e3448f100ebfd86c3fa423dd014844b311128327 e359f93270f4bea5abc7a5a7d36c3f542718f0c0 ef1eb026c9a4e0663e8b4ac6d545ef826f5b85b4 f112fcf1860b30e1a6dd2b48accdb681ad49a97c
Timestamp: 2026-06-04 10:57:59+00

Package: postgresql-doc-19
Source: postgresql-19
Version: 19~beta1-1.pgdg+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17969
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 19/doc
Filename: pool/19/p/postgresql-19/postgresql-doc-19_19~beta1-1.pgdg+1_all.deb
Size: 2243244
SHA512: f0137bc34fd089f032ecaaf9a2a7dc6baad479e683d5050bc64d591c86fbbef660396077599c9f30a608b93e6c8486100840446acd14667b9b484d5f7df542d7
SHA256: 86c382ef9eac61d8337264c97fd4e70300c59d75668ae3d51954d08fcb72e9cb
SHA1: 305e290635c7e5b77b0feaf8d818c60d94ec9f9f
MD5sum: 3c93c49deab8c449f7eb77fcc9d23b77
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 19. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-06-04 10:57:59+00

Package: postgresql-plperl-19
Source: postgresql-19
Version: 19~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 541
Depends: perl, postgresql-19 (= 19~beta1-1.pgdg+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 19/database
Filename: pool/19/p/postgresql-19/postgresql-plperl-19_19~beta1-1.pgdg+1_arm64.deb
Size: 63468
SHA512: d3697da1b8c65f43e0a0a8f1e447289156e4d6194d3226444cd4c45ab57cdc4d4037b19bd17f206d14b991acd9ddb9913a7639ddcc0b6a19169525038adc78be
SHA256: d5e0fd233116a21bd37a93c52f01282f051bf819d1da77765efb3e19abfbcbff
SHA1: feb9dbee1ec899c9b752cb5be49fb79a132b39da
MD5sum: 663863c1850bd46ec0bce09d324e6cf1
Description: PL/Perl procedural language for PostgreSQL 19
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 19 in Perl.  You need this package if you have any
 PostgreSQL 19 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-06-04 10:57:59+00

Package: postgresql-plperl-19-dbgsym
Source: postgresql-19
Version: 19~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 346
Depends: postgresql-plperl-19 (= 19~beta1-1.pgdg+1)
Priority: optional
Section: 19/debug
Filename: pool/19/p/postgresql-19/postgresql-plperl-19-dbgsym_19~beta1-1.pgdg+1_arm64.deb
Size: 201832
SHA512: 75db139420587af447fa39ae49d0d7351de60c74e7e8d63bdcc1dd2019f44e7a1bbbb70cdbf0572f3db362aca786b8a6b3d95236614c5eade871fe4c8e43812d
SHA256: 1c7440cd9cb848f027033abf08914dd1af58625c5fe1f5ed6fbb0d01be8e3f51
SHA1: ddc08616b0d2d47b63875738debed5203c4f4619
MD5sum: 693e77c456d74d9fefec7117b2151846
Description: debug symbols for postgresql-plperl-19
Build-Ids: 0f91025e57e81b1d750149f9da3ce7131c3a5e85 4e4954d11bea5d848a0ee0a9ae78682f20f9d0da 8371256b226783c83b7d92e74e664e6c9ef7e7fc 8f4f3008c2d5a7958d1c76bc60dfb08abf4c601d
Timestamp: 2026-06-04 10:57:59+00

Package: postgresql-plpython3-19
Source: postgresql-19
Version: 19~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 699
Depends: postgresql-19 (= 19~beta1-1.pgdg+1), libc6 (>= 2.17), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 19/database
Filename: pool/19/p/postgresql-19/postgresql-plpython3-19_19~beta1-1.pgdg+1_arm64.deb
Size: 87276
SHA512: f38b6aa302d65bfb411a5d443ed084f36a9c9e3122805f73a6ecb4cbad6d7a4fbac8d8e1f0c4ee1d7ac5f6acad301f66a42e885e7e84c91573d429cb94817524
SHA256: 154226a91e05fc2ec543a30ce427159473b7fe46a1e0377be22ccf3b7367adb5
SHA1: 976338883451da177b74bb227dd9c3b100959060
MD5sum: c99e14af4915de7c960e23f09ccc96d4
Description: PL/Python 3 procedural language for PostgreSQL 19
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 19 in Python 3.  You need this package if you have any
 PostgreSQL 19 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-06-04 10:57:59+00

Package: postgresql-plpython3-19-dbgsym
Source: postgresql-19
Version: 19~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 387
Depends: postgresql-plpython3-19 (= 19~beta1-1.pgdg+1)
Priority: optional
Section: 19/debug
Filename: pool/19/p/postgresql-19/postgresql-plpython3-19-dbgsym_19~beta1-1.pgdg+1_arm64.deb
Size: 187632
SHA512: a7d035901d0ca530fccea04e71af7121267ce839310c988981b984b4080c2632bd285f0e2f6a4611bd6f3c8071afc9043a291d9b0df3e906f302dea617b89998
SHA256: 56bf6494465c194f8106937035bfa5ade21fa4b749b75f18d6f2ca2c2b58fc87
SHA1: 42a4cf3494df866279d0db1b20024ec1608cb6f0
MD5sum: fb3765ae43c06c25c22b0a4bad5d4dea
Description: debug symbols for postgresql-plpython3-19
Build-Ids: 0b8cd1dd59f8897ef44a5bb39cc6e735cc849f1a 4ed5da819ad208419ab5c6ad56fda78d7ced31c1 acf636a9fc1c241db496e8a1f625b3de839bd579 b004d34a5e8a44348279ae7082c0f18472e7e6fb
Timestamp: 2026-06-04 10:57:59+00

Package: postgresql-pltcl-19
Source: postgresql-19
Version: 19~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 205
Depends: postgresql-19 (= 19~beta1-1.pgdg+1), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 19/database
Filename: pool/19/p/postgresql-19/postgresql-pltcl-19_19~beta1-1.pgdg+1_arm64.deb
Size: 38220
SHA512: aedef8680b51cb6daef290fbf97dfcb465fa53f897c93eaf4ad3ae6205963d316a268152f6749bb3b4a79f409f519f336a177bfdf462790ef8c9c731b6699075
SHA256: 9d2e862114eb865f6481b895f95997c2d2e23993b0a8d5078ad5ea3abe845c8b
SHA1: fc51f915baeae63d60fac3c8d812541c459408ed
MD5sum: 11693ab1d2d8015e959234909734fe99
Description: PL/Tcl procedural language for PostgreSQL 19
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 19 in Tcl.  You need this package if you have any
 PostgreSQL 19 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-06-04 10:57:59+00

Package: postgresql-pltcl-19-dbgsym
Source: postgresql-19
Version: 19~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 158
Depends: postgresql-pltcl-19 (= 19~beta1-1.pgdg+1)
Priority: optional
Section: 19/debug
Filename: pool/19/p/postgresql-19/postgresql-pltcl-19-dbgsym_19~beta1-1.pgdg+1_arm64.deb
Size: 87348
SHA512: ac1c54ccc62ad0e56ba68eaa35105adaa0a790107d5d1c14ec086ed7cc0c959731df898aec32b9ac8b0bec48636fe5a8fba502fc8b1f4c98daa50a753c0ee1e0
SHA256: 9093a9c6033164e8c3d6027938c6a8bc0657ceb9aa12af8f11ca16db96d9a783
SHA1: ee64d90ce9a9ae0e2db2814e6c8719a9267fb8be
MD5sum: 6dbea751331a750cbfc64d279c10c849
Description: debug symbols for postgresql-pltcl-19
Build-Ids: d8076d32d6a4d986bf9feb802c92b7c8aae94508
Timestamp: 2026-06-04 10:57:59+00

Package: postgresql-server-dev-19
Source: postgresql-19
Version: 19~beta1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9142
Depends: clang-21, libpq-dev (>= 19~~), llvm-21-dev, postgresql-client-19 (= 19~beta1-1.pgdg+1), postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 19/libdevel
Filename: pool/19/p/postgresql-19/postgresql-server-dev-19_19~beta1-1.pgdg+1_arm64.deb
Size: 1440448
SHA512: 15d5ad043f96812971b6e489018765138a2f65e89037ce7ae5910186b66e55816db902007d1b5a6b64188b383f0c00780a25013f49ed767f59f0e13a0f836764
SHA256: 9ecd2cf0f812500bd7cdddc58ce5c04110f1e7b355b6e62de5af9976f32c6266
SHA1: cdf941b7f5efbf0261a784421e593bebc063a74a
MD5sum: 313e4d0126db634f5f55dbc9689491b8
Description: development files for PostgreSQL 19 server-side programming
 Header files for compiling SPI 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.
Timestamp: 2026-06-04 10:57:59+00

Package: postgresql-server-dev-19-dbgsym
Source: postgresql-19
Version: 19~beta1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: postgresql-server-dev-19 (= 19~beta1-1.pgdg+1)
Priority: optional
Section: 19/debug
Filename: pool/19/p/postgresql-19/postgresql-server-dev-19-dbgsym_19~beta1-1.pgdg+1_arm64.deb
Size: 140724
SHA512: 1dfead651c8bf7ad92abba1e86cd11214ce36ca965129a3bbd1a9f32fcfedd56cf3ed051321382899d76e7b20268a5a51c7bdc0f05c6e39b03b31381c274fe4a
SHA256: 11c2d2d11bae90752d06c9bd22b727c7d2f61950088917f8d00bba90e5ffe255
SHA1: 35bee38fe4c0453e7bdff66dcc3012d6528b42c0
MD5sum: 59ddc64bc01ff7e3ccb31fd8a66e9e92
Description: debug symbols for postgresql-server-dev-19
Build-Ids: fadde15004940bc4d3140b85cf1c759b0ac0c132 fbeebc218954ca788a2314dcf831d1585b12dc0b
Timestamp: 2026-06-04 10:57:59+00

Package: postgresql-13-orafce
Source: orafce
Version: 4.16.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 648
Depends: postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_4.16.7-1.pgdg+1_arm64.deb
Size: 125988
SHA512: 13b95e5132a8ffc2c926f9ed413ffd770d9ede2d0a6e3b66b323b7b5a422012eaba9e1d0d520108b3a178d5e48cea0bdee6787dd50346758e0d2136dbd25fc23
SHA256: 9c0e1eb72e8c6bcece4a94b4a1e166afded6507f120ff3187c97a646a9139ba2
SHA1: b54c0f05b0958b5025c817fbbc35ea95449c5683
MD5sum: 4cc373b31dece362249fa53edcd1a48e
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-06-04 16:40:27+00

Package: postgresql-13-orafce-dbgsym
Source: orafce
Version: 4.16.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 601
Depends: postgresql-13-orafce (= 4.16.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_4.16.7-1.pgdg+1_arm64.deb
Size: 287828
SHA512: d13915d25a90d98b705787aad405a5d74650e944abfdeececa50f7e29967a95cf18ed82dbb90147f2146c1ad4d71946c6644dadb29ba58cc4e204a66e0c31167
SHA256: 5a66e3b6e823faccfbe0617f4ee1fc4bc758ae052e3a6025a52ea0af3bcb19ca
SHA1: 84e0861b35c177cd505589464f6f969007b31d36
MD5sum: 6ea3eefc098dad89c4ccf973f6b24f22
Description: debug symbols for postgresql-13-orafce
Build-Ids: c3e7b475fbc0a693fc3669dda60ef2830859b60c
Timestamp: 2026-06-04 16:40:27+00

Package: postgresql-14-orafce
Source: orafce
Version: 4.16.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1242
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_4.16.7-1.pgdg+1_arm64.deb
Size: 376188
SHA512: 24a49385f645fa32529377f77a64ed2958307a36ee087921460df5dc093d38827acb9b0da8e84c2f77443a94a33b7c647de9d9fddc6f6565738971c0c006a047
SHA256: 8cf3428b46fae0aed8bcb3807addf13868bbb90a7e990cde248183d47acf7d53
SHA1: 15309b73248b65802a76338985c6f30447a1d19a
MD5sum: 12673755b550fa968db20d4038ec4f6c
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-06-04 16:40:27+00

Package: postgresql-14-orafce-dbgsym
Source: orafce
Version: 4.16.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 611
Depends: postgresql-14-orafce (= 4.16.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_4.16.7-1.pgdg+1_arm64.deb
Size: 293652
SHA512: b34bbfe162ba6e5505de732524c104d849eb0abdf4fa86600307a691b4f38a2035e7ea2074e617c887160b93bb62e79fdcee06d63b85330068d766e649b7b3a6
SHA256: 5cb90c7de1a8840e82112ddda5477de7e9c5d24b212aa345805645f1352df67c
SHA1: 16645b3f08e593ae289896ea828c66e9fa3652f5
MD5sum: 978a70a6b66b19082a05bab0cf1cab47
Description: debug symbols for postgresql-14-orafce
Build-Ids: ab8fa377847cb98f5b18fb12ab7bfd403bf05aa6
Timestamp: 2026-06-04 16:40:27+00

Package: postgresql-15-orafce
Source: orafce
Version: 4.16.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1240
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-15-orafce_4.16.7-1.pgdg+1_arm64.deb
Size: 373388
SHA512: 85dcb6ed3189b5ccd9d7f8829556ba356a1d0a3757c86bc0d25cc2457cdb5eedc296416c60a876f9a31b19e8e4c40fd6d40fedb8b38ca0734b7145691d61a76a
SHA256: 6e2af0d17814262d996e13f5db08464e17b33e29e67b242ce93de2f197808a0c
SHA1: 5cf7187d2853170cb0d80c3bd164418c66e16216
MD5sum: 1e4136f8b20861e91e99b1d98339e14d
Description: Oracle support functions for PostgreSQL 15
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-06-04 16:40:27+00

Package: postgresql-15-orafce-dbgsym
Source: orafce
Version: 4.16.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 608
Depends: postgresql-15-orafce (= 4.16.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-15-orafce-dbgsym_4.16.7-1.pgdg+1_arm64.deb
Size: 296292
SHA512: e28cda7daf6bd28da20746de40294a24fcabda0daf3ee93e915a31f6e43920e694d70ada1545538436615fea05b53660c25e0d88625ac8451c651080c31d4a10
SHA256: c307384a52da4a8aa02b9842b9598a788ef3c3c16100e14ce308618eb22e13b7
SHA1: 52d26eb82c6152f3f581e5e0583b7d8e88d9ef7d
MD5sum: 0b6f816b12cebfbfc489ea2c51e7e996
Description: debug symbols for postgresql-15-orafce
Build-Ids: dde94630646da56c996d15e7d88f1ba09fbf22f7
Timestamp: 2026-06-04 16:40:27+00

Package: postgresql-16-orafce
Source: orafce
Version: 4.16.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1171
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-16-orafce_4.16.7-1.pgdg+1_arm64.deb
Size: 368692
SHA512: 0324db6f7feb0aed2f3b58661190b19439f83fcee48fe00e3b30a25ecb645a9ecda1e99764680aa75438d9bde2248c4243974d0fec2e743bd51b74ac7942f830
SHA256: c4e0e096b12a2a50051342e810908e830216dd062bed1cf36d2d193e4023fe6c
SHA1: 36e9839b2e500cf231d95fe4b11ad7b6ce8741f7
MD5sum: bd458df879278aefa78dfc039342bb72
Description: Oracle support functions for PostgreSQL 16
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-06-04 16:40:27+00

Package: postgresql-16-orafce-dbgsym
Source: orafce
Version: 4.16.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 613
Depends: postgresql-16-orafce (= 4.16.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-16-orafce-dbgsym_4.16.7-1.pgdg+1_arm64.deb
Size: 311804
SHA512: 24e726511751c16ef16f846792ecfbbb5da9155fc41a04c0f6990ed73e42ebc702b11975ceb4bd2f1c32259de0090151fd638319ae94f1708c3f4206f102675a
SHA256: d534f80086a336e478d22849af66c5d71fb880e24298369ca328e00ef0455fde
SHA1: 982140335438a83bdb5c11a021f7a54ca3d73bd1
MD5sum: c65b6a0619faa8e6bf2e03032bc7eb0e
Description: debug symbols for postgresql-16-orafce
Build-Ids: b20349fd9be6217094a532bf6da6a3bbfe4284ac
Timestamp: 2026-06-04 16:40:27+00

Package: postgresql-17-orafce
Source: orafce
Version: 4.16.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1171
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-17-orafce_4.16.7-1.pgdg+1_arm64.deb
Size: 369456
SHA512: f966db7ad189d3f7be327c240c27e281127a66dabce09c3928480554a0359283c255cb15dc70e887d2e8bee092fe4aecb61764b1766d200b51978eeefdcb078e
SHA256: 145b8c71089ed0ac035f91d581e66d99a437a27e00425218e4e712e116cf598b
SHA1: edb341988482d16a4ccefc66ee671442cdd44357
MD5sum: b2aa00252ef60587e2d66bce356a25c4
Description: Oracle support functions for PostgreSQL 17
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-06-04 16:40:27+00

Package: postgresql-17-orafce-dbgsym
Source: orafce
Version: 4.16.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 618
Depends: postgresql-17-orafce (= 4.16.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-17-orafce-dbgsym_4.16.7-1.pgdg+1_arm64.deb
Size: 316780
SHA512: a513dd3196cc29915a9cbc8436c6d95ca235c99b12fb92b8d2406a80fb920727ae3470f3df0915211d74e5544e03c5e4b83dcf598c2343a5dac59d609dbd53bd
SHA256: 67ba523c21308c4c5655776ca1d806fc5158a50998aa30827a85ff1dd758dfe6
SHA1: 4b29ca177794112c5f0140e342b4c0d1df867d37
MD5sum: daaf721881218eeef321e06d6cde2689
Description: debug symbols for postgresql-17-orafce
Build-Ids: de68383934107c2d6aac5bfbf17f2cef7a88e2e4
Timestamp: 2026-06-04 16:40:27+00

Package: postgresql-18-orafce
Source: orafce
Version: 4.16.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1235
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-18-orafce_4.16.7-1.pgdg+1_arm64.deb
Size: 369668
SHA512: f633aa2d06928ec68b80eaea1644164c7460415a067aba5b3f38a1a6482d0c8182f6c2478c6a9e7a7df0b3916809ce45884b941ee78ac11b55d941d60111e78e
SHA256: 69bc28a274ea4892ca14a5078a0891e6ed1ab91c8f4606d768bfb660f5dc67ed
SHA1: 58ee54ca20c8dcd0db41db62d5c50ccba1bf4092
MD5sum: 0a5c63d106ada50979ea98650d909990
Description: Oracle support functions for PostgreSQL 18
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-06-04 16:40:27+00

Package: postgresql-18-orafce-dbgsym
Source: orafce
Version: 4.16.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 622
Depends: postgresql-18-orafce (= 4.16.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-18-orafce-dbgsym_4.16.7-1.pgdg+1_arm64.deb
Size: 319448
SHA512: d0b535019da84aeb832733d3444171c580b64a0161ffa4323d489fe420a88625aba0fe0bf3c6836e3fe1a612e628285d455899a1dbe8a9dcf20123ece5b987f1
SHA256: 45ba7c161e45cbac4d468a6ce708ec8310ae6145bfc20cec721e9ba57dbf75e3
SHA1: 9897e1b6ec43e0d8a549eecedd1736a6701f8ac3
MD5sum: fe0f52f73922880bfeb01b8c09ada625
Description: debug symbols for postgresql-18-orafce
Build-Ids: 32389b9519dbf4d9e1c9708c312e01d216e2a0bd
Timestamp: 2026-06-04 16:40:27+00

Package: postgresql-19-orafce
Source: orafce
Version: 4.16.7-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1242
Depends: postgresql-19, libc6 (>= 2.38)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-19-orafce_4.16.7-1.pgdg+1_arm64.deb
Size: 372624
SHA512: bb5576bdf419d364d51945210a75514beed0cb78cf4f0f27c2a3a7bf0a4b068e6283ba82fe7a14a292e5a3677092754ceff19ce3bf563d68149b0d3914870a27
SHA256: 46542b7b3523f9a323683d32eb3bb0f9649e401308ea02b196f829926a8080e5
SHA1: 2536ae7f21b22d46165cd7be24af4aceee7c96f5
MD5sum: b85570bb1a37c59866547aae58c3657f
Description: Oracle support functions for PostgreSQL 19
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-06-04 16:40:27+00

Package: postgresql-19-orafce-dbgsym
Source: orafce
Version: 4.16.7-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 645
Depends: postgresql-19-orafce (= 4.16.7-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-19-orafce-dbgsym_4.16.7-1.pgdg+1_arm64.deb
Size: 340704
SHA512: 9782dc33c55d83d4b67b33d5afd8495bb97a734905cad5514624d1240906839f39da08338191f8972cddb17d9700bfddb6ce32ac2b7881bc800ae6c9a323dbce
SHA256: 8c6708f14cbe7dd8f26c640730622d5546ea5661452995de43876deb90a99119
SHA1: 8b2289e2a815844b5bc5e1bfc540e0e6926184df
MD5sum: b4c52fb6411885a28978ee9afaf455c6
Description: debug symbols for postgresql-19-orafce
Build-Ids: cd3c3b3f6be5afbdee80d352b0e2f44be008e935
Timestamp: 2026-06-04 16:40:27+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.9.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 762
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.9.1-1.pgdg+1_arm64.deb
Size: 312452
SHA512: ada4c4551c29ff195be748dde4edf45671e0171359b9af3d46dcf945279e47edeca186eb7c0f39fbe700baaeebeb2aa00057689941fe4926cc58be8e9f2c4893
SHA256: b7dead9401fa5783261874790afed61e8a509348d3f8ebe15fa6291a29fdc01d
SHA1: e8665b9ce03c26f28878bb8b895bc4ff78d39396
MD5sum: 2fc02c51f917829c4e43e9e1eef33c79
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-06-05 13:26:32+00

Package: postgresql-14-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.9.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 557
Depends: postgresql-14-plpgsql-check (= 2.9.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.9.1-1.pgdg+1_arm64.deb
Size: 310012
SHA512: 2b4f9860c2f98e45bf71293d9f30a82aaf0fd33a9475df349cf0d9dd25841118a318605f4c78dfd69fdd4b454086620fa5b676e9db4b2c3c21354684128fab89
SHA256: c2192917a00f7e830b4a673a3f4658839716053f62efe29270c2d5c8a2adacd5
SHA1: 80af09baa2efaa013e722976fd1abf2ee3352690
MD5sum: ee8c0c8ac0c586ff3816d7a8ff7ab6f9
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: 320a2f572d9c6ab1117079abd63887eb142b28e3
Timestamp: 2026-06-05 13:26:32+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.9.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 762
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.9.1-1.pgdg+1_arm64.deb
Size: 313024
SHA512: e6e67d705d8b13c8ed9b4526f8dfa0cfeeac4bdb1271297f0e5344750815326510f050a14edaf13987be077315852f6befdf28e59ca9d4c3357834345710bb7f
SHA256: 41cf416a9b40558e69ce4bbfdfcbe197977dc03303a17e4f9b6aca0eaa509b28
SHA1: b72eab3466bbcdcde612930e8a5c95522d2a783f
MD5sum: e05918d37f524dd3e3b9389386a78b28
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-06-05 13:26:32+00

Package: postgresql-15-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.9.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 576
Depends: postgresql-15-plpgsql-check (= 2.9.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.9.1-1.pgdg+1_arm64.deb
Size: 327876
SHA512: aa42f71661db0e03b8c6e290b60bdb37c5e035a7b1110f108d3fdab9a2a81fdd29c6cf8c8345d86abbfc00059e06d43b270d03360acf7898dc9e152c4e678a76
SHA256: 59048c0b0c7aaa303b497528c3a17770983ea5fea33a1c219166b551479c9d16
SHA1: c499ce251276cd99f181779f9d4c0ddea6c61157
MD5sum: e3f12a86a23890fa0dc7bd1572dc7567
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: 092f37cbb586b185c357ee0680760201ec8423c6
Timestamp: 2026-06-05 13:26:32+00

Package: postgresql-16-plpgsql-check
Source: plpgsql-check
Version: 2.9.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 758
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check_2.9.1-1.pgdg+1_arm64.deb
Size: 309260
SHA512: 36e7bd52fa3cbcf6d806c9dbd66ae21220d478df63c26f1acd72be4546278b3728bca2d3457e18638a099542bba5688cec56de127b0020e0802dd3d4af741d4d
SHA256: f2695eb922e62f795224e32639b6663dbb4635b9f999b5844a7a567549480056
SHA1: a3b1d4a703ea53ddb25a039e8fd6169b0e5b6cb3
MD5sum: 2a7b0f82da8b31263cdfa041af57e59b
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-06-05 13:26:32+00

Package: postgresql-16-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.9.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 573
Depends: postgresql-16-plpgsql-check (= 2.9.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check-dbgsym_2.9.1-1.pgdg+1_arm64.deb
Size: 335232
SHA512: 89ce1424e5cbcb215c0fb8fb468d9d043a0e11967ef87fa1a1c40095c686e9ad708330964a747315fbae7721a10e58c5907ac8eac6a58ae1f0395fcafa37e8c0
SHA256: 36a479a8e0562e56766d09b3b02ae32434ad9bc5e5046307e7a22385fb0b016f
SHA1: 56870062aa4766b46941405c24cbcc44d00fb61e
MD5sum: fa42d50e28f98827b94a4b8ffd946e2a
Description: debug symbols for postgresql-16-plpgsql-check
Build-Ids: 99af682b1ca689887ec5c871f72b1a57b1d36063
Timestamp: 2026-06-05 13:26:32+00

Package: postgresql-17-plpgsql-check
Source: plpgsql-check
Version: 2.9.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 758
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check_2.9.1-1.pgdg+1_arm64.deb
Size: 309008
SHA512: 96c9fc003a29b4b5aba4911b1d463268113b70c8c60c24e1c9f3c0ed3980f2be069b133097168a9ad5e618f638e543f8992e2a2e2625a58ef9f25fec72ea3ad5
SHA256: 41d5b815ec3156983e4c62ce784a156d161b9c4b8e6ccae30123f3a102c47544
SHA1: fd1734d712c67da776672a29f17bc016eb0a9515
MD5sum: d457a396ef5c9868e4903c7fed78fc47
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-06-05 13:26:32+00

Package: postgresql-17-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.9.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 595
Depends: postgresql-17-plpgsql-check (= 2.9.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check-dbgsym_2.9.1-1.pgdg+1_arm64.deb
Size: 353564
SHA512: 059ca4f66b804a9c2381f3f0c6944182c7dd96da0b12ac03e44116b76ea2ae556791cb5d9499daae308c20f97ed3a58879b811b98a4935559e73d76fec84d27d
SHA256: 624da50f6b5d6bc942f5d60da2b95e5a86489fa4144796a9fd5c72c7bfb9e48d
SHA1: 368a7f58175ce8261bcff67a3962204e09bf5c25
MD5sum: bfa4904a1b140e457811d0db6f95bf9c
Description: debug symbols for postgresql-17-plpgsql-check
Build-Ids: 4bc2277a17e27572810d8557fbb816aef09438e0
Timestamp: 2026-06-05 13:26:32+00

Package: postgresql-18-plpgsql-check
Source: plpgsql-check
Version: 2.9.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 758
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-18-plpgsql-check_2.9.1-1.pgdg+1_arm64.deb
Size: 309756
SHA512: 37fae0e604e495c899223e4d2351c3804a29b90fcf33b2a8d8574838b303e2cae6d8a13938563f89e028f14e33fe9914d3d52f5ab29ba606b9b73e76c54d6f78
SHA256: 1c7548428ad283177fe3563e4c694cd6f63b5af3580f81fabb145d7860883182
SHA1: 7deba5ad4869541314aef0672b542cdacfeb3225
MD5sum: 3902bc9938654138688e4660c93d5d3e
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-06-05 13:26:32+00

Package: postgresql-18-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.9.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 585
Depends: postgresql-18-plpgsql-check (= 2.9.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-18-plpgsql-check-dbgsym_2.9.1-1.pgdg+1_arm64.deb
Size: 345180
SHA512: a3545552e6f854a58315bcf4694d1e47708c9a00464212cabf7ce90605a25beb722d354551a4c7075c3b612e2c62a8a059a921bb40faa7f8f31118b549da03cf
SHA256: 10be9e58570807b00230b676dc1d779fa330d1e48622f979e885d1a0cc6a8f44
SHA1: 8f1081389eb2f0898238b300af235190242f4780
MD5sum: 5b82fd3601a4f3061e9c1e3f0a9f12c6
Description: debug symbols for postgresql-18-plpgsql-check
Build-Ids: ec8a711978d34f3ba00cce3d45ea14d9f2dabe38
Timestamp: 2026-06-05 13:26:32+00

Package: postgresql-19-plpgsql-check
Source: plpgsql-check
Version: 2.9.1-1.pgdg+1
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 759
Depends: postgresql-19, libc6 (>= 2.17)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-19-plpgsql-check_2.9.1-1.pgdg+1_arm64.deb
Size: 312116
SHA512: de9526ff031d163d0af0889fbd4f79c8c625e8a7430d4c1ebc744e57cfa28ff91c71d68eb2cf61c9d230fe3028fac1597ced6ca95e42b8752e2e99d36fad4912
SHA256: f3987ed695191a87dab49486797c6ea584d6dd40d6b4aaebded0d1b8ec9fc82c
SHA1: a27d77542eda4846e26dff63a3d78a665cdfb391
MD5sum: c7ee4a96974093d42cc56fb6ddb8ef33
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-06-05 13:26:32+00

Package: postgresql-19-plpgsql-check-dbgsym
Source: plpgsql-check
Version: 2.9.1-1.pgdg+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 578
Depends: postgresql-19-plpgsql-check (= 2.9.1-1.pgdg+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-19-plpgsql-check-dbgsym_2.9.1-1.pgdg+1_arm64.deb
Size: 339204
SHA512: 526f89a85b56cce1aec628d3aac7b2ee5bd1fcec1d11c7929d85f3b2be45508848c4f021130c747760cf0e6e88ee2b03a98343bd0d069e816ae25d9dccc82622
SHA256: ae256053a455d85a322886eeab18a998d135aa78bbc748952cee8d3b5bc87064
SHA1: 8199ef32a9ebfc1141ef540b65918e435d025c27
MD5sum: ccc5b4a62b9890d55dff8c038f4ddf46
Description: debug symbols for postgresql-19-plpgsql-check
Build-Ids: 84b13242a798b41fca8da4d782deb1d8e9b27a10
Timestamp: 2026-06-05 13:26:32+00

